diff --git a/Generic Vehicles/Engineering Mode/12t Delivery Truck/12t Delivery Truck.vecto b/Generic Vehicles/Engineering Mode/12t Delivery Truck/12t Delivery Truck.vecto index b224aa96f275596e924f02e750ee4777faa191ac..227beb406f726f5904fe3edbf57d9a2e78b170e7 100644 --- a/Generic Vehicles/Engineering Mode/12t Delivery Truck/12t Delivery Truck.vecto +++ b/Generic Vehicles/Engineering Mode/12t Delivery Truck/12t Delivery Truck.vecto @@ -29,7 +29,12 @@ "LAC": { "Enabled": true, "Dec": -0.5, - "MinSpeed": 50.0 + "MinSpeed": 50.0, + "PreviewDistanceFactor": 5.0, + "DF_offset": 3.5, + "DF_scaling": 2.5, + "DF_targetSpeedLookup": "LAC-DF-Vtarget.csv", + "Df_velocityDropLookup": "LAC-DF-Vdrop.csv" }, "OverSpeedEcoRoll": { "Mode": "OverSpeed", diff --git a/Generic Vehicles/Engineering Mode/12t Delivery Truck/12t Delivery Truck.vgbx b/Generic Vehicles/Engineering Mode/12t Delivery Truck/12t Delivery Truck.vgbx index 00db114f11d1e5f5414a0ec36d2f0333f0b487f7..1d88c74103dada62f5bf44ab5c7bd76600f4f3e1 100644 --- a/Generic Vehicles/Engineering Mode/12t Delivery Truck/12t Delivery Truck.vgbx +++ b/Generic Vehicles/Engineering Mode/12t Delivery Truck/12t Delivery Truck.vgbx @@ -19,42 +19,42 @@ "Ratio": 6.75, "LossMap": "Indirect Gear.vtlm", "TCactive": false, - "ShiftPolygon": "<NOFILE>", + "ShiftPolygon": "-", "FullLoadCurve": "<NOFILE>" }, { "Ratio": 3.6, "LossMap": "Indirect Gear.vtlm", "TCactive": false, - "ShiftPolygon": "<NOFILE>", + "ShiftPolygon": "-", "FullLoadCurve": "<NOFILE>" }, { "Ratio": 2.13, "LossMap": "Indirect Gear.vtlm", "TCactive": false, - "ShiftPolygon": "<NOFILE>", + "ShiftPolygon": "-", "FullLoadCurve": "<NOFILE>" }, { "Ratio": 1.39, "LossMap": "Indirect Gear.vtlm", "TCactive": false, - "ShiftPolygon": "<NOFILE>", + "ShiftPolygon": "-", "FullLoadCurve": "<NOFILE>" }, { "Ratio": 1.0, "LossMap": "Direct Gear.vtlm", "TCactive": false, - "ShiftPolygon": "<NOFILE>", + "ShiftPolygon": "-", "FullLoadCurve": "<NOFILE>" }, { "Ratio": 0.78, "LossMap": "Indirect Gear.vtlm", "TCactive": false, - "ShiftPolygon": "<NOFILE>", + "ShiftPolygon": "-", "FullLoadCurve": "<NOFILE>" } ], diff --git a/Generic Vehicles/Engineering Mode/40t Long Haul Truck/40t_Long_Haul_Truck.vecto b/Generic Vehicles/Engineering Mode/40t Long Haul Truck/40t_Long_Haul_Truck.vecto new file mode 100644 index 0000000000000000000000000000000000000000..22edcab05c378044da307f06ba39ab0c3b1ccc83 --- /dev/null +++ b/Generic Vehicles/Engineering Mode/40t Long Haul Truck/40t_Long_Haul_Truck.vecto @@ -0,0 +1,44 @@ +{ + "Header": { + "CreatedBy": " ()", + "Date": "6/9/2016 2:57:01 PM", + "AppVersion": "2.2", + "FileVersion": 2 + }, + "Body": { + "SavedInDeclMode": false, + "VehicleFile": "40t_Long_Haul_Truck.vveh", + "EngineFile": "40t_Long_Haul_Truck.veng", + "GearboxFile": "40t_Long_Haul_Truck.vgbx", + "Cycles": [ + "LongHaul" + ], + "AuxiliaryAssembly": "CLASSIC", + "AuxiliaryVersion": "CLASSIC", + "AdvancedAuxiliaryFilePath": "", + "VACC": "Truck.vacc", + "EngineOnlyMode": false, + "StartStop": { + "Enabled": false, + "MaxSpeed": 5.0, + "MinTime": 5.0, + "Delay": 5 + }, + "LAC": { + "Enabled": true, + "Dec": -0.5, + "MinSpeed": 50.0, + "PreviewDistanceFactor": 10.0, + "DF_offset": 4.0, + "DF_scaling": 3.0, + "DF_targetSpeedLookup": "", + "Df_velocityDropLookup": "" + }, + "OverSpeedEcoRoll": { + "Mode": "OverSpeed", + "MinSpeed": 50.0, + "OverSpeed": 5.0, + "UnderSpeed": 5.0 + } + } +} \ No newline at end of file diff --git a/Generic Vehicles/Engineering Mode/40t Long Haul Truck/40t_Long_Haul_Truck.veng b/Generic Vehicles/Engineering Mode/40t Long Haul Truck/40t_Long_Haul_Truck.veng new file mode 100644 index 0000000000000000000000000000000000000000..dd2d8f88db32c1b1e066751efabdfe651f53105a --- /dev/null +++ b/Generic Vehicles/Engineering Mode/40t Long Haul Truck/40t_Long_Haul_Truck.veng @@ -0,0 +1,20 @@ +{ + "Header": { + "CreatedBy": "Raphael Luz IVT TU-Graz (14fea510-e457-4bf6-860f-a9514dc327f1)", + "Date": "25.06.2015 09:02:39", + "AppVersion": "2.2 beta", + "FileVersion": 3 + }, + "Body": { + "SavedInDeclMode": true, + "ModelName": "Generic 40t Long Haul Truck", + "Displacement": 12730.0, + "IdlingSpeed": 560.0, + "Inertia": 5.1471, + "FullLoadCurve": "40t_Long_Haul_Truck.vfld", + "FuelMap": "40t_Long_Haul_Truck.vmap", + "WHTC-Urban": 0.97, + "WHTC-Rural": 0.99, + "WHTC-Motorway": 1.02 + } +} \ No newline at end of file diff --git a/Generic Vehicles/Engineering Mode/40t Long Haul Truck/40t_Long_Haul_Truck.vfld b/Generic Vehicles/Engineering Mode/40t Long Haul Truck/40t_Long_Haul_Truck.vfld new file mode 100644 index 0000000000000000000000000000000000000000..c87cd6140adbb294fe44cc033db8aca7a1ac20ff --- /dev/null +++ b/Generic Vehicles/Engineering Mode/40t Long Haul Truck/40t_Long_Haul_Truck.vfld @@ -0,0 +1,11 @@ +engine speed [rpm], full load torque [Nm], motoring torque [Nm], PT1 [s] +560,1180,-149,0.6 +600,1282,-148,0.6 +799.9999999,1791,-149,0.6 +1000,2300,-160,0.6 +1200,2300,-179,0.6 +1400,2300,-203,0.6 +1599.999999,2079,-235,0.49 +1800,1857,-264,0.25 +2000.000001,1352,-301,0.25 +2100,1100,-320,0.25 diff --git a/Generic Vehicles/Engineering Mode/40t Long Haul Truck/40t_Long_Haul_Truck.vgbx b/Generic Vehicles/Engineering Mode/40t Long Haul Truck/40t_Long_Haul_Truck.vgbx new file mode 100644 index 0000000000000000000000000000000000000000..06e29aa330a095f98b2e2cf8d43fbc5725d109a2 --- /dev/null +++ b/Generic Vehicles/Engineering Mode/40t Long Haul Truck/40t_Long_Haul_Truck.vgbx @@ -0,0 +1,118 @@ +{ + "Header": { + "CreatedBy": "Raphael Luz IVT TU-Graz (14fea510-e457-4bf6-860f-a9514dc327f1)", + "Date": "24.06.2015 09:43:54", + "AppVersion": "2.2 beta", + "FileVersion": 5 + }, + "Body": { + "SavedInDeclMode": true, + "ModelName": "Generic 40t Long Haul Truck", + "Inertia": 0.0, + "TracInt": 1.0, + "Gears": [ + { + "Ratio": 2.59, + "LossMap": "Axle.vtlm" + }, + { + "Ratio": 14.93, + "LossMap": "Indirect Gear.vtlm", + "TCactive": false, + "ShiftPolygon": "-", + "FullLoadCurve": "<NOFILE>" + }, + { + "Ratio": 11.64, + "LossMap": "Indirect Gear.vtlm", + "TCactive": false, + "ShiftPolygon": "-", + "FullLoadCurve": "<NOFILE>" + }, + { + "Ratio": 9.02, + "LossMap": "Indirect Gear.vtlm", + "TCactive": false, + "ShiftPolygon": "-", + "FullLoadCurve": "<NOFILE>" + }, + { + "Ratio": 7.04, + "LossMap": "Indirect Gear.vtlm", + "TCactive": false, + "ShiftPolygon": "-", + "FullLoadCurve": "<NOFILE>" + }, + { + "Ratio": 5.64, + "LossMap": "Indirect Gear.vtlm", + "TCactive": false, + "ShiftPolygon": "-", + "FullLoadCurve": "<NOFILE>" + }, + { + "Ratio": 4.4, + "LossMap": "Indirect Gear.vtlm", + "TCactive": false, + "ShiftPolygon": "-", + "FullLoadCurve": "<NOFILE>" + }, + { + "Ratio": 3.39, + "LossMap": "Indirect Gear.vtlm", + "TCactive": false, + "ShiftPolygon": "-", + "FullLoadCurve": "<NOFILE>" + }, + { + "Ratio": 2.65, + "LossMap": "Indirect Gear.vtlm", + "TCactive": false, + "ShiftPolygon": "-", + "FullLoadCurve": "<NOFILE>" + }, + { + "Ratio": 2.05, + "LossMap": "Indirect Gear.vtlm", + "TCactive": false, + "ShiftPolygon": "-", + "FullLoadCurve": "<NOFILE>" + }, + { + "Ratio": 1.6, + "LossMap": "Indirect Gear.vtlm", + "TCactive": false, + "ShiftPolygon": "-", + "FullLoadCurve": "<NOFILE>" + }, + { + "Ratio": 1.28, + "LossMap": "Indirect Gear.vtlm", + "TCactive": false, + "ShiftPolygon": "-", + "FullLoadCurve": "<NOFILE>" + }, + { + "Ratio": 1.0, + "LossMap": "Direct Gear.vtlm", + "TCactive": false, + "ShiftPolygon": "-", + "FullLoadCurve": "<NOFILE>" + } + ], + "TqReserve": 20.0, + "SkipGears": true, + "ShiftTime": 2, + "EaryShiftUp": true, + "StartTqReserve": 20.0, + "StartSpeed": 2.0, + "StartAcc": 0.6, + "GearboxType": "AMT", + "TorqueConverter": { + "Enabled": false, + "File": "<NOFILE>", + "RefRPM": 0.0, + "Inertia": 0.0 + } + } +} \ No newline at end of file diff --git a/Generic Vehicles/Engineering Mode/40t Long Haul Truck/40t_Long_Haul_Truck.vmap b/Generic Vehicles/Engineering Mode/40t Long Haul Truck/40t_Long_Haul_Truck.vmap new file mode 100644 index 0000000000000000000000000000000000000000..a201ed96fb030c871f8d13df05a11556b3e8a317 --- /dev/null +++ b/Generic Vehicles/Engineering Mode/40t Long Haul Truck/40t_Long_Haul_Truck.vmap @@ -0,0 +1,115 @@ +engine speed [1/min],torque [Nm],fuel consumption [g/h] +560,-149,0 +560,0,1256 +560,200,3197 +560,400,5295 +560,600,7615 +560,800,9375 +560,1000,11239 +560,1180,12869 +600,-148,0 +600,0,1459 +600,200,3358 +600,400,5498 +600,600,8101 +600,800,10014 +600,1000,12071 +600,1200,14201 +600,1282,15304 +800,-149,0 +800,0,1879 +800,200,4286 +800,400,7021 +800,600,10059 +800,800,13086 +800,1000,16015 +800,1200,19239 +800,1400,22426 +800,1600,25483 +800,1791,28905 +1000,-160,0 +1000,0,2865 +1000,200,5963 +1000,400,9198 +1000,600,12354 +1000,800,15965 +1000,1000,19864 +1000,1200,23530 +1000,1400,27202 +1000,1600,31165 +1000,1800,35103 +1000,2000,39360 +1000,2200,44120 +1000,2300,46836 +1200,-179,0 +1200,0,3307 +1200,200,6897 +1200,400,10651 +1200,600,14645 +1200,800,19115 +1200,1000,23677 +1200,1200,28180 +1200,1400,32431 +1200,1600,36698 +1200,1800,41691 +1200,2000,46915 +1200,2200,51783 +1200,2300,54932 +1400,-203,0 +1400,0,4306 +1400,200,8143 +1400,400,12723 +1400,600,17523 +1400,800,22288 +1400,1000,27093 +1400,1200,32536 +1400,1400,37746 +1400,1600,43194 +1400,1800,49453 +1400,2000,55830 +1400,2200,61072 +1400,2300,64377 +1600,-235,0 +1600,0,5209 +1600,200,9669 +1600,400,14838 +1600,600,20127 +1600,800,25894 +1600,1000,31631 +1600,1200,37248 +1600,1400,42826 +1600,1600,49752 +1600,1800,57020 +1600,2000,63914 +1600,2079,66520 +1800,-264,0 +1800,0,6409 +1800,200,11777 +1800,400,17320 +1800,600,23394 +1800,800,30501 +1800,1000,36378 +1800,1200,43079 +1800,1400,49796 +1800,1600,57436 +1800,1800,65157 +1800,1857,67574 +2000,-301,0 +2000,0,9127 +2000,200,14822 +2000,400,20655 +2000,600,27076 +2000,800,34188 +2000,1000,42837 +2000,1200,51018 +2000,1352,56618 +2100,-320,0 +2100,0,10470 +2100,200,16332 +2100,400,22396 +2100,600,28914 +2100,800,35717 +2100,1000,45643 +2100,1100,50653 +2100,2400,60000 +560,2400,60000 \ No newline at end of file diff --git a/Generic Vehicles/Engineering Mode/40t Long Haul Truck/40t_Long_Haul_Truck.vveh b/Generic Vehicles/Engineering Mode/40t Long Haul Truck/40t_Long_Haul_Truck.vveh new file mode 100644 index 0000000000000000000000000000000000000000..028a2337e0ca3de744bc97e07614bbf4de475746 --- /dev/null +++ b/Generic Vehicles/Engineering Mode/40t Long Haul Truck/40t_Long_Haul_Truck.vveh @@ -0,0 +1,71 @@ +{ + "Header": { + "CreatedBy": " ()", + "Date": "6/9/2016 2:53:12 PM", + "AppVersion": "2.2", + "FileVersion": 7 + }, + "Body": { + "SavedInDeclMode": false, + "VehCat": "Tractor", + "CurbWeight": 7100.0, + "CurbWeightExtra": 0.0, + "Loading": 32900.0, + "MassMax": 40.0, + "CdA": 6.2985, + "rdyn": 488.2675, + "Rim": "5° DC Rims", + "CdCorrMode": "CdOfVdecl", + "CdCorrFile": "<NOFILE>", + "Retarder": { + "Type": "Secondary", + "Ratio": 1.0, + "File": "Retarder.vrlm" + }, + "AxleConfig": { + "Type": "4x2", + "Axles": [ + { + "Inertia": 14.9, + "Wheels": "315/70 R22.5", + "AxleWeightShare": 0.2, + "TwinTyres": false, + "RRCISO": 0.00555, + "FzISO": 31300.0 + }, + { + "Inertia": 14.9, + "Wheels": "315/70 R22.5", + "AxleWeightShare": 0.25, + "TwinTyres": true, + "RRCISO": 0.00628, + "FzISO": 31300.0 + }, + { + "Inertia": 19.2, + "Wheels": "385/65 R22.5", + "AxleWeightShare": 0.183, + "TwinTyres": false, + "RRCISO": 0.00555, + "FzISO": 37500.0 + }, + { + "Inertia": 19.2, + "Wheels": "385/65 R22.5", + "AxleWeightShare": 0.183, + "TwinTyres": false, + "RRCISO": 0.00555, + "FzISO": 37500.0 + }, + { + "Inertia": 19.2, + "Wheels": "385/65 R22.5", + "AxleWeightShare": 0.184, + "TwinTyres": false, + "RRCISO": 0.00555, + "FzISO": 37500.0 + } + ] + } + } +} \ No newline at end of file diff --git a/Generic Vehicles/Engineering Mode/40t Long Haul Truck/Axle.vtlm b/Generic Vehicles/Engineering Mode/40t Long Haul Truck/Axle.vtlm new file mode 100644 index 0000000000000000000000000000000000000000..fcf2bcd7f19b54d13fd0c0fc1c8f566e67226b66 --- /dev/null +++ b/Generic Vehicles/Engineering Mode/40t Long Haul Truck/Axle.vtlm @@ -0,0 +1,493 @@ +Input Speed [rpm],Input Torque [Nm],Torque Loss [Nm],Eff [-] +0,-5000,115,0.977517106549365 +0,-4000,100,0.975609756097561 +0,-3000,85,0.972447325769854 +0,-2000,70,0.966183574879227 +0,-1000,55,0.947867298578199 +0,0,40,0 +0,1000,55,0.945 +0,2000,70,0.965 +0,3000,85,0.971666666666667 +0,4000,100,0.975 +0,5000,115,0.977 +0,6000,130,0.978333333333333 +0,7000,145,0.979285714285714 +0,8000,160,0.98 +0,9000,175,0.980555555555556 +0,10000,190,0.981 +0,11000,205,0.981363636363636 +0,12000,220,0.981666666666667 +0,13000,235,0.981923076923077 +0,14000,250,0.982142857142857 +0,15000,265,0.982333333333333 +0,16000,280,0.9825 +0,17000,295,0.982647058823529 +0,18000,310,0.982777777777778 +0,19000,325,0.982894736842105 +0,20000,340,0.983 +0,21000,355,0.983095238095238 +0,22000,370,0.983181818181818 +0,23000,385,0.983260869565217 +0,24000,400,0.983333333333333 +0,25000,415,0.9834 +0,26000,430,0.983461538461539 +0,27000,445,0.983518518518519 +0,28000,460,0.983571428571429 +0,29000,475,0.983620689655172 +0,30000,490,0.983666666666667 +0,31000,505,0.983709677419355 +0,32000,520,0.98375 +0,33000,535,0.983787878787879 +0,34000,550,0.983823529411765 +0,35000,565,0.983857142857143 +100,-5000,115,0.977517106549365 +100,-4000,100,0.975609756097561 +100,-3000,85,0.972447325769854 +100,-2000,70,0.966183574879227 +100,-1000,55,0.947867298578199 +100,0,40,0 +100,1000,55,0.945 +100,2000,70,0.965 +100,3000,85,0.971666666666667 +100,4000,100,0.975 +100,5000,115,0.977 +100,6000,130,0.978333333333333 +100,7000,145,0.979285714285714 +100,8000,160,0.98 +100,9000,175,0.980555555555556 +100,10000,190,0.981 +100,11000,205,0.981363636363636 +100,12000,220,0.981666666666667 +100,13000,235,0.981923076923077 +100,14000,250,0.982142857142857 +100,15000,265,0.982333333333333 +100,16000,280,0.9825 +100,17000,295,0.982647058823529 +100,18000,310,0.982777777777778 +100,19000,325,0.982894736842105 +100,20000,340,0.983 +100,21000,355,0.983095238095238 +100,22000,370,0.983181818181818 +100,23000,385,0.983260869565217 +100,24000,400,0.983333333333333 +100,25000,415,0.9834 +100,26000,430,0.983461538461539 +100,27000,445,0.983518518518519 +100,28000,460,0.983571428571429 +100,29000,475,0.983620689655172 +100,30000,490,0.983666666666667 +100,31000,505,0.983709677419355 +100,32000,520,0.98375 +100,33000,535,0.983787878787879 +100,34000,550,0.983823529411765 +100,35000,565,0.983857142857143 +300,-5000,115,0.977517106549365 +300,-4000,100,0.975609756097561 +300,-3000,85,0.972447325769854 +300,-2000,70,0.966183574879227 +300,-1000,55,0.947867298578199 +300,0,40,0 +300,1000,55,0.945 +300,2000,70,0.965 +300,3000,85,0.971666666666667 +300,4000,100,0.975 +300,5000,115,0.977 +300,6000,130,0.978333333333333 +300,7000,145,0.979285714285714 +300,8000,160,0.98 +300,9000,175,0.980555555555556 +300,10000,190,0.981 +300,11000,205,0.981363636363636 +300,12000,220,0.981666666666667 +300,13000,235,0.981923076923077 +300,14000,250,0.982142857142857 +300,15000,265,0.982333333333333 +300,16000,280,0.9825 +300,17000,295,0.982647058823529 +300,18000,310,0.982777777777778 +300,19000,325,0.982894736842105 +300,20000,340,0.983 +300,21000,355,0.983095238095238 +300,22000,370,0.983181818181818 +300,23000,385,0.983260869565217 +300,24000,400,0.983333333333333 +300,25000,415,0.9834 +300,26000,430,0.983461538461539 +300,27000,445,0.983518518518519 +300,28000,460,0.983571428571429 +300,29000,475,0.983620689655172 +300,30000,490,0.983666666666667 +300,31000,505,0.983709677419355 +300,32000,520,0.98375 +300,33000,535,0.983787878787879 +300,34000,550,0.983823529411765 +300,35000,565,0.983857142857143 +500,-5000,115,0.977517106549365 +500,-4000,100,0.975609756097561 +500,-3000,85,0.972447325769854 +500,-2000,70,0.966183574879227 +500,-1000,55,0.947867298578199 +500,0,40,0 +500,1000,55,0.945 +500,2000,70,0.965 +500,3000,85,0.971666666666667 +500,4000,100,0.975 +500,5000,115,0.977 +500,6000,130,0.978333333333333 +500,7000,145,0.979285714285714 +500,8000,160,0.98 +500,9000,175,0.980555555555556 +500,10000,190,0.981 +500,11000,205,0.981363636363636 +500,12000,220,0.981666666666667 +500,13000,235,0.981923076923077 +500,14000,250,0.982142857142857 +500,15000,265,0.982333333333333 +500,16000,280,0.9825 +500,17000,295,0.982647058823529 +500,18000,310,0.982777777777778 +500,19000,325,0.982894736842105 +500,20000,340,0.983 +500,21000,355,0.983095238095238 +500,22000,370,0.983181818181818 +500,23000,385,0.983260869565217 +500,24000,400,0.983333333333333 +500,25000,415,0.9834 +500,26000,430,0.983461538461539 +500,27000,445,0.983518518518519 +500,28000,460,0.983571428571429 +500,29000,475,0.983620689655172 +500,30000,490,0.983666666666667 +500,31000,505,0.983709677419355 +500,32000,520,0.98375 +500,33000,535,0.983787878787879 +500,34000,550,0.983823529411765 +500,35000,565,0.983857142857143 +700,-5000,115,0.977517106549365 +700,-4000,100,0.975609756097561 +700,-3000,85,0.972447325769854 +700,-2000,70,0.966183574879227 +700,-1000,55,0.947867298578199 +700,0,40,0 +700,1000,55,0.945 +700,2000,70,0.965 +700,3000,85,0.971666666666667 +700,4000,100,0.975 +700,5000,115,0.977 +700,6000,130,0.978333333333333 +700,7000,145,0.979285714285714 +700,8000,160,0.98 +700,9000,175,0.980555555555556 +700,10000,190,0.981 +700,11000,205,0.981363636363636 +700,12000,220,0.981666666666667 +700,13000,235,0.981923076923077 +700,14000,250,0.982142857142857 +700,15000,265,0.982333333333333 +700,16000,280,0.9825 +700,17000,295,0.982647058823529 +700,18000,310,0.982777777777778 +700,19000,325,0.982894736842105 +700,20000,340,0.983 +700,21000,355,0.983095238095238 +700,22000,370,0.983181818181818 +700,23000,385,0.983260869565217 +700,24000,400,0.983333333333333 +700,25000,415,0.9834 +700,26000,430,0.983461538461539 +700,27000,445,0.983518518518519 +700,28000,460,0.983571428571429 +700,29000,475,0.983620689655172 +700,30000,490,0.983666666666667 +700,31000,505,0.983709677419355 +700,32000,520,0.98375 +700,33000,535,0.983787878787879 +700,34000,550,0.983823529411765 +700,35000,565,0.983857142857143 +900,-5000,115,0.977517106549365 +900,-4000,100,0.975609756097561 +900,-3000,85,0.972447325769854 +900,-2000,70,0.966183574879227 +900,-1000,55,0.947867298578199 +900,0,40,0 +900,1000,55,0.945 +900,2000,70,0.965 +900,3000,85,0.971666666666667 +900,4000,100,0.975 +900,5000,115,0.977 +900,6000,130,0.978333333333333 +900,7000,145,0.979285714285714 +900,8000,160,0.98 +900,9000,175,0.980555555555556 +900,10000,190,0.981 +900,11000,205,0.981363636363636 +900,12000,220,0.981666666666667 +900,13000,235,0.981923076923077 +900,14000,250,0.982142857142857 +900,15000,265,0.982333333333333 +900,16000,280,0.9825 +900,17000,295,0.982647058823529 +900,18000,310,0.982777777777778 +900,19000,325,0.982894736842105 +900,20000,340,0.983 +900,21000,355,0.983095238095238 +900,22000,370,0.983181818181818 +900,23000,385,0.983260869565217 +900,24000,400,0.983333333333333 +900,25000,415,0.9834 +900,26000,430,0.983461538461539 +900,27000,445,0.983518518518519 +900,28000,460,0.983571428571429 +900,29000,475,0.983620689655172 +900,30000,490,0.983666666666667 +900,31000,505,0.983709677419355 +900,32000,520,0.98375 +900,33000,535,0.983787878787879 +900,34000,550,0.983823529411765 +900,35000,565,0.983857142857143 +1100,-5000,115,0.977517106549365 +1100,-4000,100,0.975609756097561 +1100,-3000,85,0.972447325769854 +1100,-2000,70,0.966183574879227 +1100,-1000,55,0.947867298578199 +1100,0,40,0 +1100,1000,55,0.945 +1100,2000,70,0.965 +1100,3000,85,0.971666666666667 +1100,4000,100,0.975 +1100,5000,115,0.977 +1100,6000,130,0.978333333333333 +1100,7000,145,0.979285714285714 +1100,8000,160,0.98 +1100,9000,175,0.980555555555556 +1100,10000,190,0.981 +1100,11000,205,0.981363636363636 +1100,12000,220,0.981666666666667 +1100,13000,235,0.981923076923077 +1100,14000,250,0.982142857142857 +1100,15000,265,0.982333333333333 +1100,16000,280,0.9825 +1100,17000,295,0.982647058823529 +1100,18000,310,0.982777777777778 +1100,19000,325,0.982894736842105 +1100,20000,340,0.983 +1100,21000,355,0.983095238095238 +1100,22000,370,0.983181818181818 +1100,23000,385,0.983260869565217 +1100,24000,400,0.983333333333333 +1100,25000,415,0.9834 +1100,26000,430,0.983461538461539 +1100,27000,445,0.983518518518519 +1100,28000,460,0.983571428571429 +1100,29000,475,0.983620689655172 +1100,30000,490,0.983666666666667 +1100,31000,505,0.983709677419355 +1100,32000,520,0.98375 +1100,33000,535,0.983787878787879 +1100,34000,550,0.983823529411765 +1100,35000,565,0.983857142857143 +1300,-5000,115,0.977517106549365 +1300,-4000,100,0.975609756097561 +1300,-3000,85,0.972447325769854 +1300,-2000,70,0.966183574879227 +1300,-1000,55,0.947867298578199 +1300,0,40,0 +1300,1000,55,0.945 +1300,2000,70,0.965 +1300,3000,85,0.971666666666667 +1300,4000,100,0.975 +1300,5000,115,0.977 +1300,6000,130,0.978333333333333 +1300,7000,145,0.979285714285714 +1300,8000,160,0.98 +1300,9000,175,0.980555555555556 +1300,10000,190,0.981 +1300,11000,205,0.981363636363636 +1300,12000,220,0.981666666666667 +1300,13000,235,0.981923076923077 +1300,14000,250,0.982142857142857 +1300,15000,265,0.982333333333333 +1300,16000,280,0.9825 +1300,17000,295,0.982647058823529 +1300,18000,310,0.982777777777778 +1300,19000,325,0.982894736842105 +1300,20000,340,0.983 +1300,21000,355,0.983095238095238 +1300,22000,370,0.983181818181818 +1300,23000,385,0.983260869565217 +1300,24000,400,0.983333333333333 +1300,25000,415,0.9834 +1300,26000,430,0.983461538461539 +1300,27000,445,0.983518518518519 +1300,28000,460,0.983571428571429 +1300,29000,475,0.983620689655172 +1300,30000,490,0.983666666666667 +1300,31000,505,0.983709677419355 +1300,32000,520,0.98375 +1300,33000,535,0.983787878787879 +1300,34000,550,0.983823529411765 +1300,35000,565,0.983857142857143 +1500,-5000,115,0.977517106549365 +1500,-4000,100,0.975609756097561 +1500,-3000,85,0.972447325769854 +1500,-2000,70,0.966183574879227 +1500,-1000,55,0.947867298578199 +1500,0,40,0 +1500,1000,55,0.945 +1500,2000,70,0.965 +1500,3000,85,0.971666666666667 +1500,4000,100,0.975 +1500,5000,115,0.977 +1500,6000,130,0.978333333333333 +1500,7000,145,0.979285714285714 +1500,8000,160,0.98 +1500,9000,175,0.980555555555556 +1500,10000,190,0.981 +1500,11000,205,0.981363636363636 +1500,12000,220,0.981666666666667 +1500,13000,235,0.981923076923077 +1500,14000,250,0.982142857142857 +1500,15000,265,0.982333333333333 +1500,16000,280,0.9825 +1500,17000,295,0.982647058823529 +1500,18000,310,0.982777777777778 +1500,19000,325,0.982894736842105 +1500,20000,340,0.983 +1500,21000,355,0.983095238095238 +1500,22000,370,0.983181818181818 +1500,23000,385,0.983260869565217 +1500,24000,400,0.983333333333333 +1500,25000,415,0.9834 +1500,26000,430,0.983461538461539 +1500,27000,445,0.983518518518519 +1500,28000,460,0.983571428571429 +1500,29000,475,0.983620689655172 +1500,30000,490,0.983666666666667 +1500,31000,505,0.983709677419355 +1500,32000,520,0.98375 +1500,33000,535,0.983787878787879 +1500,34000,550,0.983823529411765 +1500,35000,565,0.983857142857143 +1700,-5000,115,0.977517106549365 +1700,-4000,100,0.975609756097561 +1700,-3000,85,0.972447325769854 +1700,-2000,70,0.966183574879227 +1700,-1000,55,0.947867298578199 +1700,0,40,0 +1700,1000,55,0.945 +1700,2000,70,0.965 +1700,3000,85,0.971666666666667 +1700,4000,100,0.975 +1700,5000,115,0.977 +1700,6000,130,0.978333333333333 +1700,7000,145,0.979285714285714 +1700,8000,160,0.98 +1700,9000,175,0.980555555555556 +1700,10000,190,0.981 +1700,11000,205,0.981363636363636 +1700,12000,220,0.981666666666667 +1700,13000,235,0.981923076923077 +1700,14000,250,0.982142857142857 +1700,15000,265,0.982333333333333 +1700,16000,280,0.9825 +1700,17000,295,0.982647058823529 +1700,18000,310,0.982777777777778 +1700,19000,325,0.982894736842105 +1700,20000,340,0.983 +1700,21000,355,0.983095238095238 +1700,22000,370,0.983181818181818 +1700,23000,385,0.983260869565217 +1700,24000,400,0.983333333333333 +1700,25000,415,0.9834 +1700,26000,430,0.983461538461539 +1700,27000,445,0.983518518518519 +1700,28000,460,0.983571428571429 +1700,29000,475,0.983620689655172 +1700,30000,490,0.983666666666667 +1700,31000,505,0.983709677419355 +1700,32000,520,0.98375 +1700,33000,535,0.983787878787879 +1700,34000,550,0.983823529411765 +1700,35000,565,0.983857142857143 +1900,-5000,115,0.977517106549365 +1900,-4000,100,0.975609756097561 +1900,-3000,85,0.972447325769854 +1900,-2000,70,0.966183574879227 +1900,-1000,55,0.947867298578199 +1900,0,40,0 +1900,1000,55,0.945 +1900,2000,70,0.965 +1900,3000,85,0.971666666666667 +1900,4000,100,0.975 +1900,5000,115,0.977 +1900,6000,130,0.978333333333333 +1900,7000,145,0.979285714285714 +1900,8000,160,0.98 +1900,9000,175,0.980555555555556 +1900,10000,190,0.981 +1900,11000,205,0.981363636363636 +1900,12000,220,0.981666666666667 +1900,13000,235,0.981923076923077 +1900,14000,250,0.982142857142857 +1900,15000,265,0.982333333333333 +1900,16000,280,0.9825 +1900,17000,295,0.982647058823529 +1900,18000,310,0.982777777777778 +1900,19000,325,0.982894736842105 +1900,20000,340,0.983 +1900,21000,355,0.983095238095238 +1900,22000,370,0.983181818181818 +1900,23000,385,0.983260869565217 +1900,24000,400,0.983333333333333 +1900,25000,415,0.9834 +1900,26000,430,0.983461538461539 +1900,27000,445,0.983518518518519 +1900,28000,460,0.983571428571429 +1900,29000,475,0.983620689655172 +1900,30000,490,0.983666666666667 +1900,31000,505,0.983709677419355 +1900,32000,520,0.98375 +1900,33000,535,0.983787878787879 +1900,34000,550,0.983823529411765 +1900,35000,565,0.983857142857143 +2100,-5000,115,0.977517106549365 +2100,-4000,100,0.975609756097561 +2100,-3000,85,0.972447325769854 +2100,-2000,70,0.966183574879227 +2100,-1000,55,0.947867298578199 +2100,0,40,0 +2100,1000,55,0.945 +2100,2000,70,0.965 +2100,3000,85,0.971666666666667 +2100,4000,100,0.975 +2100,5000,115,0.977 +2100,6000,130,0.978333333333333 +2100,7000,145,0.979285714285714 +2100,8000,160,0.98 +2100,9000,175,0.980555555555556 +2100,10000,190,0.981 +2100,11000,205,0.981363636363636 +2100,12000,220,0.981666666666667 +2100,13000,235,0.981923076923077 +2100,14000,250,0.982142857142857 +2100,15000,265,0.982333333333333 +2100,16000,280,0.9825 +2100,17000,295,0.982647058823529 +2100,18000,310,0.982777777777778 +2100,19000,325,0.982894736842105 +2100,20000,340,0.983 +2100,21000,355,0.983095238095238 +2100,22000,370,0.983181818181818 +2100,23000,385,0.983260869565217 +2100,24000,400,0.983333333333333 +2100,25000,415,0.9834 +2100,26000,430,0.983461538461539 +2100,27000,445,0.983518518518519 +2100,28000,460,0.983571428571429 +2100,29000,475,0.983620689655172 +2100,30000,490,0.983666666666667 +2100,31000,505,0.983709677419355 +2100,32000,520,0.98375 +2100,33000,535,0.983787878787879 +2100,34000,550,0.983823529411765 +2100,35000,565,0.983857142857143 diff --git a/Generic Vehicles/Engineering Mode/40t Long Haul Truck/Direct Gear.vtlm b/Generic Vehicles/Engineering Mode/40t Long Haul Truck/Direct Gear.vtlm new file mode 100644 index 0000000000000000000000000000000000000000..5edeb690649e881d3604440136e1af4e1aa8ecd2 --- /dev/null +++ b/Generic Vehicles/Engineering Mode/40t Long Haul Truck/Direct Gear.vtlm @@ -0,0 +1,194 @@ +Input Speed [rpm],Input Torque [Nm],Torque Loss [Nm] +0,-350,6.81 +0,-150,5.81 +0,50,5.31 +0,250,6.31 +0,450,7.31 +0,650,8.31 +0,850,9.31 +0,1050,10.31 +0,1250,11.31 +0,1450,12.31 +0,1650,13.31 +0,1850,14.31 +0,2050,15.31 +0,2250,16.31 +0,2800,17.31 +100,-350,7.316 +100,-150,6.316 +100,50,5.816 +100,250,6.816 +100,450,7.816 +100,650,8.816 +100,850,9.816 +100,1050,10.816 +100,1250,11.816 +100,1450,12.816 +100,1650,13.816 +100,1850,14.816 +100,2050,15.816 +100,2250,16.816 +100,2800,17.816 +300,-350,8.328 +300,-150,7.328 +300,50,6.828 +300,250,7.828 +300,450,8.828 +300,650,9.828 +300,850,10.828 +300,1050,11.828 +300,1250,12.828 +300,1450,13.828 +300,1650,14.828 +300,1850,15.828 +300,2050,16.828 +300,2250,17.828 +300,2800,18.828 +500,-350,9.34 +500,-150,8.34 +500,50,7.84 +500,250,8.84 +500,450,9.84 +500,650,10.84 +500,850,11.84 +500,1050,12.84 +500,1250,13.84 +500,1450,14.84 +500,1650,15.84 +500,1850,16.84 +500,2050,17.84 +500,2250,18.84 +500,2800,19.84 +700,-350,10.352 +700,-150,9.352 +700,50,8.852 +700,250,9.852 +700,450,10.852 +700,650,11.852 +700,850,12.852 +700,1050,13.852 +700,1250,14.852 +700,1450,15.852 +700,1650,16.852 +700,1850,17.852 +700,2050,18.852 +700,2250,19.852 +700,2800,20.852 +900,-350,11.364 +900,-150,10.364 +900,50,9.864 +900,250,10.864 +900,450,11.864 +900,650,12.864 +900,850,13.864 +900,1050,14.864 +900,1250,15.864 +900,1450,16.864 +900,1650,17.864 +900,1850,18.864 +900,2050,19.864 +900,2250,20.864 +900,2800,21.864 +1100,-350,12.376 +1100,-150,11.376 +1100,50,10.876 +1100,250,11.876 +1100,450,12.876 +1100,650,13.876 +1100,850,14.876 +1100,1050,15.876 +1100,1250,16.876 +1100,1450,17.876 +1100,1650,18.876 +1100,1850,19.876 +1100,2050,20.876 +1100,2250,21.876 +1100,2800,22.876 +1300,-350,13.388 +1300,-150,12.388 +1300,50,11.888 +1300,250,12.888 +1300,450,13.888 +1300,650,14.888 +1300,850,15.888 +1300,1050,16.888 +1300,1250,17.888 +1300,1450,18.888 +1300,1650,19.888 +1300,1850,20.888 +1300,2050,21.888 +1300,2250,22.888 +1300,2800,23.888 +1500,-350,14.4 +1500,-150,13.4 +1500,50,12.9 +1500,250,13.9 +1500,450,14.9 +1500,650,15.9 +1500,850,16.9 +1500,1050,17.9 +1500,1250,18.9 +1500,1450,19.9 +1500,1650,20.9 +1500,1850,21.9 +1500,2050,22.9 +1500,2250,23.9 +1500,2800,24.9 +1700,-350,15.412 +1700,-150,14.412 +1700,50,13.912 +1700,250,14.912 +1700,450,15.912 +1700,650,16.912 +1700,850,17.912 +1700,1050,18.912 +1700,1250,19.912 +1700,1450,20.912 +1700,1650,21.912 +1700,1850,22.912 +1700,2050,23.912 +1700,2250,24.912 +1700,2800,25.912 +1900,-350,16.424 +1900,-150,15.424 +1900,50,14.924 +1900,250,15.924 +1900,450,16.924 +1900,650,17.924 +1900,850,18.924 +1900,1050,19.924 +1900,1250,20.924 +1900,1450,21.924 +1900,1650,22.924 +1900,1850,23.924 +1900,2050,24.924 +1900,2250,25.924 +1900,2800,26.924 +2100,-350,17.436 +2100,-150,16.436 +2100,50,15.936 +2100,250,16.936 +2100,450,17.936 +2100,650,18.936 +2100,850,19.936 +2100,1050,20.936 +2100,1250,21.936 +2100,1450,22.936 +2100,1650,23.936 +2100,1850,24.936 +2100,2050,25.936 +2100,2250,26.936 +2100,2800,27.936 +0,-1000,10.06 +100,-1000,10.566 +300,-1000,11.578 +500,-1000,12.59 +700,-1000,13.602 +900,-1000,14.614 +1100,-1000,15.626 +1300,-1000,16.638 +1500,-1000,17.65 +1700,-1000,18.662 +1900,-1000,19.674 +2100,-1000,20.686 +0,0,0 \ No newline at end of file diff --git a/Generic Vehicles/Engineering Mode/40t Long Haul Truck/Indirect Gear.vtlm b/Generic Vehicles/Engineering Mode/40t Long Haul Truck/Indirect Gear.vtlm new file mode 100644 index 0000000000000000000000000000000000000000..26b819e032cf682602a35cb03d83ff05aade29fb --- /dev/null +++ b/Generic Vehicles/Engineering Mode/40t Long Haul Truck/Indirect Gear.vtlm @@ -0,0 +1,194 @@ +Input Speed [rpm],Input Torque [Nm],Torque Loss [Nm] +0,-350,12.06 +0,-150,8.06 +0,50,6.06 +0,250,10.06 +0,450,14.06 +0,650,18.06 +0,850,22.06 +0,1050,26.06 +0,1250,30.06 +0,1450,34.06 +0,1650,38.06 +0,1850,42.06 +0,2050,46.06 +0,2250,50.06 +0,3000,54.06 +100,-350,12.566 +100,-150,8.566 +100,50,6.566 +100,250,10.566 +100,450,14.566 +100,650,18.566 +100,850,22.566 +100,1050,26.566 +100,1250,30.566 +100,1450,34.566 +100,1650,38.566 +100,1850,42.566 +100,2050,46.566 +100,2250,50.566 +100,3000,54.566 +300,-350,13.578 +300,-150,9.578 +300,50,7.578 +300,250,11.578 +300,450,15.578 +300,650,19.578 +300,850,23.578 +300,1050,27.578 +300,1250,31.578 +300,1450,35.578 +300,1650,39.578 +300,1850,43.578 +300,2050,47.578 +300,2250,51.578 +300,3000,55.578 +500,-350,14.59 +500,-150,10.59 +500,50,8.59 +500,250,12.59 +500,450,16.59 +500,650,20.59 +500,850,24.59 +500,1050,28.59 +500,1250,32.59 +500,1450,36.59 +500,1650,40.59 +500,1850,44.59 +500,2050,48.59 +500,2250,52.59 +500,3000,56.59 +700,-350,15.602 +700,-150,11.602 +700,50,9.602 +700,250,13.602 +700,450,17.602 +700,650,21.602 +700,850,25.602 +700,1050,29.602 +700,1250,33.602 +700,1450,37.602 +700,1650,41.602 +700,1850,45.602 +700,2050,49.602 +700,2250,53.602 +700,3000,57.602 +900,-350,16.614 +900,-150,12.614 +900,50,10.614 +900,250,14.614 +900,450,18.614 +900,650,22.614 +900,850,26.614 +900,1050,30.614 +900,1250,34.614 +900,1450,38.614 +900,1650,42.614 +900,1850,46.614 +900,2050,50.614 +900,2250,54.614 +900,3000,58.614 +1100,-350,17.626 +1100,-150,13.626 +1100,50,11.626 +1100,250,15.626 +1100,450,19.626 +1100,650,23.626 +1100,850,27.626 +1100,1050,31.626 +1100,1250,35.626 +1100,1450,39.626 +1100,1650,43.626 +1100,1850,47.626 +1100,2050,51.626 +1100,2250,55.626 +1100,3000,59.626 +1300,-350,18.638 +1300,-150,14.638 +1300,50,12.638 +1300,250,16.638 +1300,450,20.638 +1300,650,24.638 +1300,850,28.638 +1300,1050,32.638 +1300,1250,36.638 +1300,1450,40.638 +1300,1650,44.638 +1300,1850,48.638 +1300,2050,52.638 +1300,2250,56.638 +1300,3000,60.638 +1500,-350,19.65 +1500,-150,15.65 +1500,50,13.65 +1500,250,17.65 +1500,450,21.65 +1500,650,25.65 +1500,850,29.65 +1500,1050,33.65 +1500,1250,37.65 +1500,1450,41.65 +1500,1650,45.65 +1500,1850,49.65 +1500,2050,53.65 +1500,2250,57.65 +1500,3000,61.65 +1700,-350,20.662 +1700,-150,16.662 +1700,50,14.662 +1700,250,18.662 +1700,450,22.662 +1700,650,26.662 +1700,850,30.662 +1700,1050,34.662 +1700,1250,38.662 +1700,1450,42.662 +1700,1650,46.662 +1700,1850,50.662 +1700,2050,54.662 +1700,2250,58.662 +1700,3000,62.662 +1900,-350,21.674 +1900,-150,17.674 +1900,50,15.674 +1900,250,19.674 +1900,450,23.674 +1900,650,27.674 +1900,850,31.674 +1900,1050,35.674 +1900,1250,39.674 +1900,1450,43.674 +1900,1650,47.674 +1900,1850,51.674 +1900,2050,55.674 +1900,2250,59.674 +1900,3000,63.674 +2100,-350,22.686 +2100,-150,18.686 +2100,50,16.686 +2100,250,20.686 +2100,450,24.686 +2100,650,28.686 +2100,850,32.686 +2100,1050,36.686 +2100,1250,40.686 +2100,1450,44.686 +2100,1650,48.686 +2100,1850,52.686 +2100,2050,56.686 +2100,2250,60.686 +2100,3000,64.686 +0,-1000,25.06 +100,-1000,25.566 +300,-1000,26.578 +500,-1000,27.59 +700,-1000,28.602 +900,-1000,29.614 +1100,-1000,30.626 +1300,-1000,31.638 +1500,-1000,32.65 +1700,-1000,33.662 +1900,-1000,34.674 +2100,-1000,35.686 +0,0,0 diff --git a/Generic Vehicles/Engineering Mode/40t Long Haul Truck/Retarder.vrlm b/Generic Vehicles/Engineering Mode/40t Long Haul Truck/Retarder.vrlm new file mode 100644 index 0000000000000000000000000000000000000000..890288e1e5cac6aabe7231289f0318282da00de6 --- /dev/null +++ b/Generic Vehicles/Engineering Mode/40t Long Haul Truck/Retarder.vrlm @@ -0,0 +1,25 @@ +Retarder Speed [rpm], Torque Loss [Nm] +0,10 +100,10.02 +200,10.08 +300,10.18 +400,10.32 +500,10.5 +600,10.72 +700,10.98 +800,11.28 +900,11.62 +1000,12 +1100,12.42 +1200,12.88 +1300,13.38 +1400,13.92 +1500,14.5 +1600,15.12 +1700,15.78 +1800,16.48 +1900,17.22 +2000,18 +2100,18.82 +2200,19.68 +2300,20.58 diff --git a/Generic Vehicles/Engineering Mode/40t Long Haul Truck/Truck.vacc b/Generic Vehicles/Engineering Mode/40t Long Haul Truck/Truck.vacc new file mode 100644 index 0000000000000000000000000000000000000000..54e77864874d21d67e8f8d69a97b35c5c6031749 --- /dev/null +++ b/Generic Vehicles/Engineering Mode/40t Long Haul Truck/Truck.vacc @@ -0,0 +1,6 @@ +v [km/h],acc [m/s²],dec [m/s²] +0,1,-1 +25,1,-1 +50,0.642857143,-1 +60,0.5,-0.5 +120,0.5,-0.5 diff --git a/VECTO.sln b/VECTO.sln index cd11c064cfea163da8d226814308fc775042ebce..bebf44a90c25603ea43609011786b8a54e070245 100644 --- a/VECTO.sln +++ b/VECTO.sln @@ -40,6 +40,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "VECTO 3", "VECTO 3", "{CC93 EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VectoCommon", "VectoCommon\VectoCommon\VectoCommon.csproj", "{79A066AD-69A9-4223-90F6-6ED5D2D084F4}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApplication1", "ConsoleApplication1\ConsoleApplication1.csproj", "{9CB799AC-5025-4F91-9DC5-5048F59DE004}" +EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModelbasedTests", "VectoCore\ModelbasedTests\ModelbasedTests.csproj", "{A0256B2A-09F8-45AD-B46A-FD98D7AAAA0C}" EndProject Global @@ -156,6 +158,14 @@ Global {79A066AD-69A9-4223-90F6-6ED5D2D084F4}.Release|Any CPU.Build.0 = Release|Any CPU {79A066AD-69A9-4223-90F6-6ED5D2D084F4}.Release|x64.ActiveCfg = Release|Any CPU {79A066AD-69A9-4223-90F6-6ED5D2D084F4}.Release|x86.ActiveCfg = Release|Any CPU + {9CB799AC-5025-4F91-9DC5-5048F59DE004}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9CB799AC-5025-4F91-9DC5-5048F59DE004}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9CB799AC-5025-4F91-9DC5-5048F59DE004}.Debug|x64.ActiveCfg = Debug|Any CPU + {9CB799AC-5025-4F91-9DC5-5048F59DE004}.Debug|x86.ActiveCfg = Debug|Any CPU + {9CB799AC-5025-4F91-9DC5-5048F59DE004}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9CB799AC-5025-4F91-9DC5-5048F59DE004}.Release|Any CPU.Build.0 = Release|Any CPU + {9CB799AC-5025-4F91-9DC5-5048F59DE004}.Release|x64.ActiveCfg = Release|Any CPU + {9CB799AC-5025-4F91-9DC5-5048F59DE004}.Release|x86.ActiveCfg = Release|Any CPU {A0256B2A-09F8-45AD-B46A-FD98D7AAAA0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {A0256B2A-09F8-45AD-B46A-FD98D7AAAA0C}.Debug|Any CPU.Build.0 = Debug|Any CPU {A0256B2A-09F8-45AD-B46A-FD98D7AAAA0C}.Debug|x64.ActiveCfg = Debug|Any CPU diff --git a/VECTO/File Browser/FB_Global.vb b/VECTO/File Browser/FB_Global.vb index be1c6977b5b05c84cb9287425d181b404129a243..741f01d03da42e89a5eb177d6e1825092bb29990 100644 --- a/VECTO/File Browser/FB_Global.vb +++ b/VECTO/File Browser/FB_Global.vb @@ -13,36 +13,33 @@ ''' Global File Brower properties and cFilebrowser instances. ''' </summary> ''' <remarks></remarks> -public Module FB_Global - - Public FB_FolderHistory(19) As String - Public FB_Drives() As String - Public FB_Init As Boolean - Public FB_FilHisDir As String - '----------------------------- - Public fbFolder As cFileBrowser - Public fbVECTO As cFileBrowser - Public fbFileLists As cFileBrowser - Public fbVEH As cFileBrowser - Public fbDRI As cFileBrowser - Public fbMAP As cFileBrowser - Public fbFLD As cFileBrowser - - Public fbENG As cFileBrowser - Public fbGBX As cFileBrowser - Public fbACC As cFileBrowser - Public fbAUX As cFileBrowser - - Public fbGBS As cFileBrowser - Public fbTLM As cFileBrowser - Public fbRLM As cFileBrowser - Public fbTCC As cFileBrowser - Public fbCDx As cFileBrowser - - Public fbVMOD As cFileBrowser - - - - +Public Module FB_Global + Public FB_FolderHistory(19) As String + Public FB_Drives() As String + Public FB_Init As Boolean + Public FB_FilHisDir As String + '----------------------------- + Public fbFolder As cFileBrowser + Public fbVECTO As cFileBrowser + Public fbFileLists As cFileBrowser + Public fbVEH As cFileBrowser + Public fbDRI As cFileBrowser + Public fbMAP As cFileBrowser + Public fbFLD As cFileBrowser + + Public fbENG As cFileBrowser + Public fbGBX As cFileBrowser + Public fbACC As cFileBrowser + Public fbDfTargetSpeed As cFileBrowser + Public fbDfVelocityDrop As cFileBrowser + Public fbAUX As cFileBrowser + + Public fbGBS As cFileBrowser + Public fbTLM As cFileBrowser + Public fbRLM As cFileBrowser + Public fbTCC As cFileBrowser + Public fbCDx As cFileBrowser + + Public fbVMOD As cFileBrowser End Module diff --git a/VECTO/GUI/F_GBX.Designer.vb b/VECTO/GUI/F_GBX.Designer.vb index 04ffc73c4ac4440a5f89dde09b2cef6f67520515..3a53f946f4b9918603db1b3ca36f648dab3b3306 100644 --- a/VECTO/GUI/F_GBX.Designer.vb +++ b/VECTO/GUI/F_GBX.Designer.vb @@ -107,6 +107,16 @@ Partial Class F_GBX Me.Label32 = New System.Windows.Forms.Label() Me.PnInertiaTI = New System.Windows.Forms.Panel() Me.PicBox = New System.Windows.Forms.PictureBox() + Me.GroupBox1 = New System.Windows.Forms.GroupBox() + Me.Label19 = New System.Windows.Forms.Label() + Me.Label20 = New System.Windows.Forms.Label() + Me.Label21 = New System.Windows.Forms.Label() + Me.Label22 = New System.Windows.Forms.Label() + Me.Label23 = New System.Windows.Forms.Label() + Me.Label24 = New System.Windows.Forms.Label() + Me.tbDownshiftAfterUpshift = New System.Windows.Forms.TextBox() + Me.tbUpshiftAfterDownshift = New System.Windows.Forms.TextBox() + Me.tbUpshiftMinAcceleration = New System.Windows.Forms.TextBox() Me.ToolStrip1.SuspendLayout() Me.StatusStrip1.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() @@ -119,6 +129,7 @@ Partial Class F_GBX Me.GroupBox4.SuspendLayout() Me.PnInertiaTI.SuspendLayout() CType(Me.PicBox, System.ComponentModel.ISupportInitialize).BeginInit() + Me.GroupBox1.SuspendLayout() Me.SuspendLayout() ' 'ToolStrip1 @@ -203,7 +214,7 @@ Partial Class F_GBX 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.LbStatus}) - Me.StatusStrip1.Location = New System.Drawing.Point(0, 595) + Me.StatusStrip1.Location = New System.Drawing.Point(0, 684) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(877, 22) Me.StatusStrip1.SizingGrip = False @@ -220,7 +231,7 @@ Partial Class F_GBX ' Me.ButCancel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.ButCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel - Me.ButCancel.Location = New System.Drawing.Point(790, 569) + Me.ButCancel.Location = New System.Drawing.Point(790, 658) Me.ButCancel.Name = "ButCancel" Me.ButCancel.Size = New System.Drawing.Size(75, 23) Me.ButCancel.TabIndex = 7 @@ -230,7 +241,7 @@ Partial Class F_GBX 'ButOK ' Me.ButOK.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.ButOK.Location = New System.Drawing.Point(709, 569) + Me.ButOK.Location = New System.Drawing.Point(709, 658) Me.ButOK.Name = "ButOK" Me.ButOK.Size = New System.Drawing.Size(75, 23) Me.ButOK.TabIndex = 6 @@ -369,6 +380,7 @@ Partial Class F_GBX ' 'GrGearShift ' + Me.GrGearShift.Controls.Add(Me.GroupBox1) Me.GrGearShift.Controls.Add(Me.PnTorqRes) Me.GrGearShift.Controls.Add(Me.ChShiftInside) Me.GrGearShift.Controls.Add(Me.TbShiftTime) @@ -378,7 +390,7 @@ Partial Class F_GBX Me.GrGearShift.Controls.Add(Me.GroupBox2) Me.GrGearShift.Location = New System.Drawing.Point(12, 377) Me.GrGearShift.Name = "GrGearShift" - Me.GrGearShift.Size = New System.Drawing.Size(441, 182) + Me.GrGearShift.Size = New System.Drawing.Size(441, 291) Me.GrGearShift.TabIndex = 3 Me.GrGearShift.TabStop = False Me.GrGearShift.Text = "Gear shift parameters" @@ -479,7 +491,7 @@ Partial Class F_GBX Me.GroupBox2.Controls.Add(Me.Label8) Me.GroupBox2.Controls.Add(Me.Label5) Me.GroupBox2.Controls.Add(Me.Label7) - Me.GroupBox2.Location = New System.Drawing.Point(6, 77) + Me.GroupBox2.Location = New System.Drawing.Point(6, 186) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(429, 99) Me.GroupBox2.TabIndex = 4 @@ -783,13 +795,107 @@ Partial Class F_GBX Me.PicBox.TabIndex = 48 Me.PicBox.TabStop = False ' + 'GroupBox1 + ' + Me.GroupBox1.BackColor = System.Drawing.Color.AliceBlue + Me.GroupBox1.Controls.Add(Me.tbUpshiftMinAcceleration) + Me.GroupBox1.Controls.Add(Me.tbUpshiftAfterDownshift) + Me.GroupBox1.Controls.Add(Me.tbDownshiftAfterUpshift) + Me.GroupBox1.Controls.Add(Me.Label24) + Me.GroupBox1.Controls.Add(Me.Label23) + Me.GroupBox1.Controls.Add(Me.Label22) + Me.GroupBox1.Controls.Add(Me.Label21) + Me.GroupBox1.Controls.Add(Me.Label20) + Me.GroupBox1.Controls.Add(Me.Label19) + Me.GroupBox1.Location = New System.Drawing.Point(6, 82) + Me.GroupBox1.Name = "GroupBox1" + Me.GroupBox1.Size = New System.Drawing.Size(429, 100) + Me.GroupBox1.TabIndex = 10 + Me.GroupBox1.TabStop = False + Me.GroupBox1.Text = "Shift Strategy Parameters" + ' + 'Label19 + ' + Me.Label19.AutoSize = True + Me.Label19.Location = New System.Drawing.Point(20, 25) + Me.Label19.Name = "Label19" + Me.Label19.Size = New System.Drawing.Size(137, 13) + Me.Label19.TabIndex = 0 + Me.Label19.Text = "Downshift afer upshift delay" + ' + 'Label20 + ' + Me.Label20.AutoSize = True + Me.Label20.Location = New System.Drawing.Point(20, 48) + Me.Label20.Name = "Label20" + Me.Label20.Size = New System.Drawing.Size(137, 13) + Me.Label20.TabIndex = 1 + Me.Label20.Text = "Upshift afer downshift delay" + ' + 'Label21 + ' + Me.Label21.AutoSize = True + Me.Label21.Location = New System.Drawing.Point(20, 74) + Me.Label21.Name = "Label21" + Me.Label21.Size = New System.Drawing.Size(146, 13) + Me.Label21.TabIndex = 2 + Me.Label21.Text = "Min. acceleration after upshift" + ' + 'Label22 + ' + Me.Label22.AutoSize = True + Me.Label22.Location = New System.Drawing.Point(275, 25) + Me.Label22.Name = "Label22" + Me.Label22.Size = New System.Drawing.Size(18, 13) + Me.Label22.TabIndex = 3 + Me.Label22.Text = "[s]" + ' + 'Label23 + ' + Me.Label23.AutoSize = True + Me.Label23.Location = New System.Drawing.Point(275, 48) + Me.Label23.Name = "Label23" + Me.Label23.Size = New System.Drawing.Size(18, 13) + Me.Label23.TabIndex = 4 + Me.Label23.Text = "[s]" + ' + 'Label24 + ' + Me.Label24.AutoSize = True + Me.Label24.Location = New System.Drawing.Point(275, 74) + Me.Label24.Name = "Label24" + Me.Label24.Size = New System.Drawing.Size(34, 13) + Me.Label24.TabIndex = 5 + Me.Label24.Text = "[m/s²]" + ' + 'tbDownshiftAfterUpshift + ' + Me.tbDownshiftAfterUpshift.Location = New System.Drawing.Point(209, 20) + Me.tbDownshiftAfterUpshift.Name = "tbDownshiftAfterUpshift" + Me.tbDownshiftAfterUpshift.Size = New System.Drawing.Size(57, 20) + Me.tbDownshiftAfterUpshift.TabIndex = 6 + ' + 'tbUpshiftAfterDownshift + ' + Me.tbUpshiftAfterDownshift.Location = New System.Drawing.Point(209, 45) + Me.tbUpshiftAfterDownshift.Name = "tbUpshiftAfterDownshift" + Me.tbUpshiftAfterDownshift.Size = New System.Drawing.Size(57, 20) + Me.tbUpshiftAfterDownshift.TabIndex = 7 + ' + 'tbUpshiftMinAcceleration + ' + Me.tbUpshiftMinAcceleration.Location = New System.Drawing.Point(209, 71) + Me.tbUpshiftMinAcceleration.Name = "tbUpshiftMinAcceleration" + Me.tbUpshiftMinAcceleration.Size = New System.Drawing.Size(57, 20) + Me.tbUpshiftMinAcceleration.TabIndex = 8 + ' 'F_GBX ' Me.AcceptButton = Me.ButOK Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.CancelButton = Me.ButCancel - Me.ClientSize = New System.Drawing.Size(877, 617) + Me.ClientSize = New System.Drawing.Size(877, 706) Me.Controls.Add(Me.PicBox) Me.Controls.Add(Me.PnInertiaTI) Me.Controls.Add(Me.GroupBox4) @@ -831,6 +937,8 @@ Partial Class F_GBX Me.PnInertiaTI.ResumeLayout(False) Me.PnInertiaTI.PerformLayout() CType(Me.PicBox, System.ComponentModel.ISupportInitialize).EndInit() + Me.GroupBox1.ResumeLayout(False) + Me.GroupBox1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() @@ -908,4 +1016,14 @@ Partial Class F_GBX Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label18 As System.Windows.Forms.Label Friend WithEvents ColumnHeader6 As System.Windows.Forms.ColumnHeader + Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox + Friend WithEvents tbUpshiftMinAcceleration As System.Windows.Forms.TextBox + Friend WithEvents tbUpshiftAfterDownshift As System.Windows.Forms.TextBox + Friend WithEvents tbDownshiftAfterUpshift As System.Windows.Forms.TextBox + Friend WithEvents Label24 As System.Windows.Forms.Label + Friend WithEvents Label23 As System.Windows.Forms.Label + Friend WithEvents Label22 As System.Windows.Forms.Label + Friend WithEvents Label21 As System.Windows.Forms.Label + Friend WithEvents Label20 As System.Windows.Forms.Label + Friend WithEvents Label19 As System.Windows.Forms.Label End Class diff --git a/VECTO/GUI/F_GBX.vb b/VECTO/GUI/F_GBX.vb index c6aa5f2f5a1844fe0fb2e25ed65c7ab930a0abb7..cb3ea2b2e67e3d1222f786528e58f98d1577ab25 100644 --- a/VECTO/GUI/F_GBX.vb +++ b/VECTO/GUI/F_GBX.vb @@ -87,6 +87,10 @@ Public Class F_GBX Me.TbStartSpeed.Text = cDeclaration.StartSpeed Me.TbStartAcc.Text = cDeclaration.StartAcc + tbUpshiftMinAcceleration.Text = cDeclaration.UpshiftMinAcceleration + tbDownshiftAfterUpshift.Text = cDeclaration.DownshiftAfterUpshiftDelay + tbUpshiftAfterDownshift.Text = cDeclaration.UpshiftAfterDownshiftDelay + For Each lv0 In Me.LvGears.Items lv0.SubItems(4).Text = "-" Next @@ -269,6 +273,10 @@ Public Class F_GBX Me.TbTCrefrpm.Text = GBX0.TCrefrpm Me.TbTCinertia.Text = GBX0.TCinertia + tbUpshiftMinAcceleration.Text = GBX0.UpshiftMinAcceleration + tbDownshiftAfterUpshift.Text = GBX0.DownshiftAfterUpshift + tbUpshiftAfterDownshift.Text = GBX0.UpshiftAfterDownshift + If CType(GBX0.gs_Type, Integer) <= Me.CbGStype.Items.Count - 1 Then Me.CbGStype.SelectedIndex = CType(GBX0.gs_Type, Integer) Else @@ -340,6 +348,10 @@ Public Class F_GBX GBX0.TCrefrpm = fTextboxToNumString(Me.TbTCrefrpm.Text) GBX0.TCinertia = fTextboxToNumString(Me.TbTCinertia.Text) + GBX0.DownshiftAfterUpshift = fTextboxToNumString(tbDownshiftAfterUpshift.Text) + GBX0.UpshiftAfterDownshift = fTextboxToNumString(tbUpshiftAfterDownshift.Text) + GBX0.UpshiftMinAcceleration = fTextboxToNumString(tbUpshiftMinAcceleration.Text) + If Not GBX0.SaveFile Then MsgBox("Cannot safe to " & file, MsgBoxStyle.Critical) Return False @@ -980,4 +992,15 @@ Public Class F_GBX #End Region + + Private Sub GroupBox1_Enter(sender As Object, e As EventArgs) Handles GroupBox1.Enter + End Sub + + Public Sub New() + + ' Dieser Aufruf ist für den Designer erforderlich. + InitializeComponent() + + ' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu. + End Sub End Class diff --git a/VECTO/GUI/F_MAINForm.vb b/VECTO/GUI/F_MAINForm.vb index c8fccda99a78f4b66ae91e4efa7e127c918fbc05..b31e67b7c98e5f5aefd2e4409a0f7abb1e0cbc8b 100644 --- a/VECTO/GUI/F_MAINForm.vb +++ b/VECTO/GUI/F_MAINForm.vb @@ -138,6 +138,10 @@ Public Class F_MAINForm fbTLM = New cFileBrowser("vtlm") fbTCC = New cFileBrowser("vtcc") fbCDx = New cFileBrowser("vcdx") + fbDfVelocityDrop = New cFileBrowser("DfVelocityDrop") + fbDfTargetSpeed = New cFileBrowser("DfTargetSpeed") + fbDfVelocityDrop.Extensions = New String() {"csv"} + fbDfTargetSpeed.Extensions = New String() {"csv"} fbVMOD = New cFileBrowser("vmod") diff --git a/VECTO/GUI/F_VECTO.Designer.vb b/VECTO/GUI/F_VECTO.Designer.vb index 8335327b0d520ff8483f1a035fb7b2f2e7a28488..29479abb09c5729b713820e2d56015ccf7dbd335 100644 --- a/VECTO/GUI/F_VECTO.Designer.vb +++ b/VECTO/GUI/F_VECTO.Designer.vb @@ -62,13 +62,27 @@ Partial Class F_VECTO Me.BtDesMaxBr = New System.Windows.Forms.Button() Me.BtAccOpen = New System.Windows.Forms.Button() Me.GrLAC = New System.Windows.Forms.GroupBox() + Me.GroupBox2 = New System.Windows.Forms.GroupBox() + Me.Label12 = New System.Windows.Forms.Label() + Me.tbDfCoastingScale = New System.Windows.Forms.TextBox() + Me.Label11 = New System.Windows.Forms.Label() + Me.tbDfCoastingOffset = New System.Windows.Forms.TextBox() + Me.Label10 = New System.Windows.Forms.Label() + Me.Label5 = New System.Windows.Forms.Label() + Me.Label3 = New System.Windows.Forms.Label() + Me.tbLacDfVelocityDropFile = New System.Windows.Forms.TextBox() + Me.tbLacPreviewFactor = New System.Windows.Forms.TextBox() + Me.btnDfVelocityDrop = New System.Windows.Forms.Button() + Me.btnDfTargetSpeed = New System.Windows.Forms.Button() + Me.Label4 = New System.Windows.Forms.Label() + Me.tbLacDfTargetSpeedFile = New System.Windows.Forms.TextBox() Me.PnLookAhead = New System.Windows.Forms.Panel() - Me.Label29 = New System.Windows.Forms.Label() - Me.Label25 = New System.Windows.Forms.Label() + Me.Label9 = New System.Windows.Forms.Label() + Me.Label8 = New System.Windows.Forms.Label() Me.TbAlookahead = New System.Windows.Forms.TextBox() - Me.Label24 = New System.Windows.Forms.Label() + Me.Label7 = New System.Windows.Forms.Label() Me.TbVminLA = New System.Windows.Forms.TextBox() - Me.Label28 = New System.Windows.Forms.Label() + Me.Label6 = New System.Windows.Forms.Label() Me.CbLookAhead = New System.Windows.Forms.CheckBox() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.PnEcoRoll = New System.Windows.Forms.Panel() @@ -131,6 +145,7 @@ Partial Class F_VECTO Me.TabPgDriver.SuspendLayout() Me.GrVACC.SuspendLayout() Me.GrLAC.SuspendLayout() + Me.GroupBox2.SuspendLayout() Me.PnLookAhead.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.PnEcoRoll.SuspendLayout() @@ -160,7 +175,7 @@ Partial Class F_VECTO Me.TabPgGen.Location = New System.Drawing.Point(4, 22) Me.TabPgGen.Name = "TabPgGen" Me.TabPgGen.Padding = New System.Windows.Forms.Padding(3) - Me.TabPgGen.Size = New System.Drawing.Size(527, 542) + Me.TabPgGen.Size = New System.Drawing.Size(527, 573) Me.TabPgGen.TabIndex = 0 Me.TabPgGen.Text = "General" Me.TabPgGen.UseVisualStyleBackColor = True @@ -174,9 +189,9 @@ Partial Class F_VECTO Me.GrCycles.Controls.Add(Me.LvCycles) Me.GrCycles.Controls.Add(Me.BtDRIrem) Me.GrCycles.Controls.Add(Me.BtDRIadd) - Me.GrCycles.Location = New System.Drawing.Point(6, 322) + Me.GrCycles.Location = New System.Drawing.Point(7, 314) Me.GrCycles.Name = "GrCycles" - Me.GrCycles.Size = New System.Drawing.Size(515, 186) + Me.GrCycles.Size = New System.Drawing.Size(515, 184) Me.GrCycles.TabIndex = 10 Me.GrCycles.TabStop = False Me.GrCycles.Text = "Cycles" @@ -185,7 +200,7 @@ Partial Class F_VECTO ' Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label2.AutoSize = True - Me.Label2.Location = New System.Drawing.Point(386, 162) + Me.Label2.Location = New System.Drawing.Point(386, 159) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(122, 13) Me.Label2.TabIndex = 3 @@ -219,7 +234,7 @@ Partial Class F_VECTO ' Me.BtDRIrem.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.BtDRIrem.Image = Global.VECTO.My.Resources.Resources.minus_circle_icon - Me.BtDRIrem.Location = New System.Drawing.Point(41, 157) + Me.BtDRIrem.Location = New System.Drawing.Point(41, 154) Me.BtDRIrem.Name = "BtDRIrem" Me.BtDRIrem.Size = New System.Drawing.Size(29, 23) Me.BtDRIrem.TabIndex = 2 @@ -229,7 +244,7 @@ Partial Class F_VECTO ' Me.BtDRIadd.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.BtDRIadd.Image = Global.VECTO.My.Resources.Resources.plus_circle_icon - Me.BtDRIadd.Location = New System.Drawing.Point(6, 157) + Me.BtDRIadd.Location = New System.Drawing.Point(6, 154) Me.BtDRIadd.Name = "BtDRIadd" Me.BtDRIadd.Size = New System.Drawing.Size(29, 23) Me.BtDRIadd.TabIndex = 1 @@ -253,7 +268,7 @@ Partial Class F_VECTO Me.GrAux.Controls.Add(Me.ButAuxAdd) Me.GrAux.Location = New System.Drawing.Point(6, 87) Me.GrAux.Name = "GrAux" - Me.GrAux.Size = New System.Drawing.Size(515, 229) + Me.GrAux.Size = New System.Drawing.Size(515, 223) Me.GrAux.TabIndex = 9 Me.GrAux.TabStop = False Me.GrAux.Text = "Auxiliaries" @@ -325,7 +340,7 @@ Partial Class F_VECTO ' Me.Label32.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label32.AutoSize = True - Me.Label32.Location = New System.Drawing.Point(369, 205) + Me.Label32.Location = New System.Drawing.Point(370, 200) Me.Label32.Name = "Label32" Me.Label32.Size = New System.Drawing.Size(139, 13) Me.Label32.TabIndex = 3 @@ -480,7 +495,7 @@ Partial Class F_VECTO Me.TabControl1.Location = New System.Drawing.Point(1, 107) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 - Me.TabControl1.Size = New System.Drawing.Size(535, 568) + Me.TabControl1.Size = New System.Drawing.Size(535, 599) Me.TabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed Me.TabControl1.TabIndex = 0 ' @@ -493,7 +508,7 @@ Partial Class F_VECTO Me.TabPgDriver.Location = New System.Drawing.Point(4, 22) Me.TabPgDriver.Name = "TabPgDriver" Me.TabPgDriver.Padding = New System.Windows.Forms.Padding(3) - Me.TabPgDriver.Size = New System.Drawing.Size(527, 542) + Me.TabPgDriver.Size = New System.Drawing.Size(527, 573) Me.TabPgDriver.TabIndex = 7 Me.TabPgDriver.Text = "Driver Assist" Me.TabPgDriver.UseVisualStyleBackColor = True @@ -503,9 +518,9 @@ Partial Class F_VECTO Me.GrVACC.Controls.Add(Me.TbDesMaxFile) Me.GrVACC.Controls.Add(Me.BtDesMaxBr) Me.GrVACC.Controls.Add(Me.BtAccOpen) - Me.GrVACC.Location = New System.Drawing.Point(6, 401) + Me.GrVACC.Location = New System.Drawing.Point(7, 502) Me.GrVACC.Name = "GrVACC" - Me.GrVACC.Size = New System.Drawing.Size(515, 84) + Me.GrVACC.Size = New System.Drawing.Size(515, 65) Me.GrVACC.TabIndex = 3 Me.GrVACC.TabStop = False Me.GrVACC.Text = "Max. acceleration and brake curves" @@ -542,77 +557,222 @@ Partial Class F_VECTO ' 'GrLAC ' + Me.GrLAC.Controls.Add(Me.GroupBox2) Me.GrLAC.Controls.Add(Me.PnLookAhead) Me.GrLAC.Controls.Add(Me.CbLookAhead) Me.GrLAC.Location = New System.Drawing.Point(7, 290) Me.GrLAC.Name = "GrLAC" - Me.GrLAC.Size = New System.Drawing.Size(514, 105) + Me.GrLAC.Size = New System.Drawing.Size(514, 206) Me.GrLAC.TabIndex = 2 Me.GrLAC.TabStop = False Me.GrLAC.Text = "Look-Ahead Coasting" ' + 'GroupBox2 + ' + Me.GroupBox2.BackColor = System.Drawing.Color.AliceBlue + Me.GroupBox2.Controls.Add(Me.Label12) + Me.GroupBox2.Controls.Add(Me.tbDfCoastingScale) + Me.GroupBox2.Controls.Add(Me.Label11) + Me.GroupBox2.Controls.Add(Me.tbDfCoastingOffset) + Me.GroupBox2.Controls.Add(Me.Label10) + Me.GroupBox2.Controls.Add(Me.Label5) + Me.GroupBox2.Controls.Add(Me.Label3) + Me.GroupBox2.Controls.Add(Me.tbLacDfVelocityDropFile) + Me.GroupBox2.Controls.Add(Me.tbLacPreviewFactor) + Me.GroupBox2.Controls.Add(Me.btnDfVelocityDrop) + Me.GroupBox2.Controls.Add(Me.btnDfTargetSpeed) + Me.GroupBox2.Controls.Add(Me.Label4) + Me.GroupBox2.Controls.Add(Me.tbLacDfTargetSpeedFile) + Me.GroupBox2.Location = New System.Drawing.Point(15, 76) + Me.GroupBox2.Name = "GroupBox2" + Me.GroupBox2.Size = New System.Drawing.Size(478, 124) + Me.GroupBox2.TabIndex = 3 + Me.GroupBox2.TabStop = False + Me.GroupBox2.Text = "Coasting Parameters WB2016 (v3 only)" + ' + 'Label12 + ' + Me.Label12.AutoSize = True + Me.Label12.Location = New System.Drawing.Point(272, 102) + Me.Label12.Name = "Label12" + Me.Label12.Size = New System.Drawing.Size(130, 13) + Me.Label12.TabIndex = 17 + Me.Label12.Text = "* DF_vTarget * DF_vDrop" + ' + 'tbDfCoastingScale + ' + Me.tbDfCoastingScale.Location = New System.Drawing.Point(229, 99) + Me.tbDfCoastingScale.Name = "tbDfCoastingScale" + Me.tbDfCoastingScale.Size = New System.Drawing.Size(37, 20) + Me.tbDfCoastingScale.TabIndex = 16 + ' + 'Label11 + ' + Me.Label11.AutoSize = True + Me.Label11.Location = New System.Drawing.Point(212, 101) + Me.Label11.Name = "Label11" + Me.Label11.Size = New System.Drawing.Size(13, 13) + Me.Label11.TabIndex = 15 + Me.Label11.Text = "- " + ' + 'tbDfCoastingOffset + ' + Me.tbDfCoastingOffset.Location = New System.Drawing.Point(168, 99) + Me.tbDfCoastingOffset.Name = "tbDfCoastingOffset" + Me.tbDfCoastingOffset.Size = New System.Drawing.Size(37, 20) + Me.tbDfCoastingOffset.TabIndex = 14 + ' + 'Label10 + ' + Me.Label10.AutoSize = True + Me.Label10.Location = New System.Drawing.Point(82, 102) + Me.Label10.Name = "Label10" + Me.Label10.Size = New System.Drawing.Size(79, 13) + Me.Label10.TabIndex = 12 + Me.Label10.Text = "DF_coasting = " + ' + 'Label5 + ' + Me.Label5.AutoSize = True + Me.Label5.Location = New System.Drawing.Point(8, 76) + Me.Label5.Name = "Label5" + Me.Label5.Size = New System.Drawing.Size(153, 13) + Me.Label5.TabIndex = 11 + Me.Label5.Text = "Decision Factor - Velocity Drop" + Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight + ' + 'Label3 + ' + Me.Label3.AutoSize = True + Me.Label3.Location = New System.Drawing.Point(43, 23) + Me.Label3.Name = "Label3" + Me.Label3.Size = New System.Drawing.Size(118, 13) + Me.Label3.TabIndex = 4 + Me.Label3.Text = "Preview distance factor" + Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight + ' + 'tbLacDfVelocityDropFile + ' + Me.tbLacDfVelocityDropFile.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.tbLacDfVelocityDropFile.Location = New System.Drawing.Point(167, 73) + Me.tbLacDfVelocityDropFile.Name = "tbLacDfVelocityDropFile" + Me.tbLacDfVelocityDropFile.Size = New System.Drawing.Size(264, 20) + Me.tbLacDfVelocityDropFile.TabIndex = 9 + ' + 'tbLacPreviewFactor + ' + Me.tbLacPreviewFactor.Location = New System.Drawing.Point(167, 20) + Me.tbLacPreviewFactor.Name = "tbLacPreviewFactor" + Me.tbLacPreviewFactor.Size = New System.Drawing.Size(64, 20) + Me.tbLacPreviewFactor.TabIndex = 5 + ' + 'btnDfVelocityDrop + ' + Me.btnDfVelocityDrop.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.btnDfVelocityDrop.Location = New System.Drawing.Point(437, 72) + Me.btnDfVelocityDrop.Name = "btnDfVelocityDrop" + Me.btnDfVelocityDrop.Size = New System.Drawing.Size(28, 21) + Me.btnDfVelocityDrop.TabIndex = 10 + Me.btnDfVelocityDrop.TabStop = False + Me.btnDfVelocityDrop.Text = "..." + Me.btnDfVelocityDrop.UseVisualStyleBackColor = True + ' + 'btnDfTargetSpeed + ' + Me.btnDfTargetSpeed.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.btnDfTargetSpeed.Location = New System.Drawing.Point(437, 45) + Me.btnDfTargetSpeed.Name = "btnDfTargetSpeed" + Me.btnDfTargetSpeed.Size = New System.Drawing.Size(28, 21) + Me.btnDfTargetSpeed.TabIndex = 7 + Me.btnDfTargetSpeed.TabStop = False + Me.btnDfTargetSpeed.Text = "..." + Me.btnDfTargetSpeed.UseVisualStyleBackColor = True + ' + 'Label4 + ' + Me.Label4.AutoSize = True + Me.Label4.Location = New System.Drawing.Point(6, 49) + Me.Label4.Name = "Label4" + Me.Label4.Size = New System.Drawing.Size(155, 13) + Me.Label4.TabIndex = 8 + Me.Label4.Text = "Decision Factor - Target Speed" + Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight + ' + 'tbLacDfTargetSpeedFile + ' + Me.tbLacDfTargetSpeedFile.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.tbLacDfTargetSpeedFile.Location = New System.Drawing.Point(167, 46) + Me.tbLacDfTargetSpeedFile.Name = "tbLacDfTargetSpeedFile" + Me.tbLacDfTargetSpeedFile.Size = New System.Drawing.Size(264, 20) + Me.tbLacDfTargetSpeedFile.TabIndex = 6 + ' 'PnLookAhead ' - Me.PnLookAhead.Controls.Add(Me.Label29) - Me.PnLookAhead.Controls.Add(Me.Label25) + Me.PnLookAhead.BackColor = System.Drawing.Color.Transparent + Me.PnLookAhead.Controls.Add(Me.Label9) + Me.PnLookAhead.Controls.Add(Me.Label8) Me.PnLookAhead.Controls.Add(Me.TbAlookahead) - Me.PnLookAhead.Controls.Add(Me.Label24) + Me.PnLookAhead.Controls.Add(Me.Label7) Me.PnLookAhead.Controls.Add(Me.TbVminLA) - Me.PnLookAhead.Controls.Add(Me.Label28) - Me.PnLookAhead.Location = New System.Drawing.Point(117, 10) + Me.PnLookAhead.Controls.Add(Me.Label6) + Me.PnLookAhead.Location = New System.Drawing.Point(136, 12) Me.PnLookAhead.Name = "PnLookAhead" - Me.PnLookAhead.Size = New System.Drawing.Size(252, 71) + Me.PnLookAhead.Size = New System.Drawing.Size(232, 59) Me.PnLookAhead.TabIndex = 1 ' - 'Label29 + 'Label9 ' - Me.Label29.AutoSize = True - Me.Label29.Location = New System.Drawing.Point(197, 38) - Me.Label29.Name = "Label29" - Me.Label29.Size = New System.Drawing.Size(38, 13) - Me.Label29.TabIndex = 3 - Me.Label29.Text = "[km/h]" + Me.Label9.AutoSize = True + Me.Label9.Location = New System.Drawing.Point(182, 12) + Me.Label9.Name = "Label9" + Me.Label9.Size = New System.Drawing.Size(34, 13) + Me.Label9.TabIndex = 7 + Me.Label9.Text = "[m/s²]" ' - 'Label25 + 'Label8 ' - Me.Label25.AutoSize = True - Me.Label25.Location = New System.Drawing.Point(197, 12) - Me.Label25.Name = "Label25" - Me.Label25.Size = New System.Drawing.Size(34, 13) - Me.Label25.TabIndex = 3 - Me.Label25.Text = "[m/s²]" + Me.Label8.AutoSize = True + Me.Label8.Location = New System.Drawing.Point(182, 38) + Me.Label8.Name = "Label8" + Me.Label8.Size = New System.Drawing.Size(38, 13) + Me.Label8.TabIndex = 4 + Me.Label8.Text = "[km/h]" ' 'TbAlookahead ' - Me.TbAlookahead.Location = New System.Drawing.Point(127, 9) + Me.TbAlookahead.Location = New System.Drawing.Point(112, 9) Me.TbAlookahead.Name = "TbAlookahead" Me.TbAlookahead.Size = New System.Drawing.Size(64, 20) Me.TbAlookahead.TabIndex = 0 ' - 'Label24 + 'Label7 ' - Me.Label24.AutoSize = True - Me.Label24.Location = New System.Drawing.Point(25, 12) - Me.Label24.Name = "Label24" - Me.Label24.Size = New System.Drawing.Size(96, 13) - Me.Label24.TabIndex = 1 - Me.Label24.Text = "Target Retardation" + Me.Label7.AutoSize = True + Me.Label7.Location = New System.Drawing.Point(26, 38) + Me.Label7.Name = "Label7" + Me.Label7.Size = New System.Drawing.Size(80, 13) + Me.Label7.TabIndex = 6 + Me.Label7.Text = "Minimum speed" + Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'TbVminLA ' - Me.TbVminLA.Location = New System.Drawing.Point(127, 35) + Me.TbVminLA.Location = New System.Drawing.Point(112, 35) Me.TbVminLA.Name = "TbVminLA" Me.TbVminLA.Size = New System.Drawing.Size(64, 20) Me.TbVminLA.TabIndex = 1 ' - 'Label28 + 'Label6 ' - Me.Label28.AutoSize = True - Me.Label28.Location = New System.Drawing.Point(41, 38) - Me.Label28.Name = "Label28" - Me.Label28.Size = New System.Drawing.Size(80, 13) - Me.Label28.TabIndex = 1 - Me.Label28.Text = "Minimum speed" + Me.Label6.AutoSize = True + Me.Label6.Location = New System.Drawing.Point(10, 12) + Me.Label6.Name = "Label6" + Me.Label6.Size = New System.Drawing.Size(96, 13) + Me.Label6.TabIndex = 5 + Me.Label6.Text = "Target Retardation" + Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'CbLookAhead ' @@ -879,7 +1039,7 @@ Partial Class F_VECTO 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabelGEN}) - Me.StatusStrip1.Location = New System.Drawing.Point(0, 678) + Me.StatusStrip1.Location = New System.Drawing.Point(0, 725) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(944, 22) Me.StatusStrip1.SizingGrip = False @@ -895,7 +1055,7 @@ Partial Class F_VECTO 'ButOK ' Me.ButOK.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.ButOK.Location = New System.Drawing.Point(779, 652) + Me.ButOK.Location = New System.Drawing.Point(779, 699) Me.ButOK.Name = "ButOK" Me.ButOK.Size = New System.Drawing.Size(75, 23) Me.ButOK.TabIndex = 0 @@ -906,7 +1066,7 @@ Partial Class F_VECTO ' Me.ButCancel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.ButCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel - Me.ButCancel.Location = New System.Drawing.Point(860, 652) + Me.ButCancel.Location = New System.Drawing.Point(860, 699) Me.ButCancel.Name = "ButCancel" Me.ButCancel.Size = New System.Drawing.Size(75, 23) Me.ButCancel.TabIndex = 1 @@ -1103,7 +1263,7 @@ Partial Class F_VECTO Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.CancelButton = Me.ButCancel - Me.ClientSize = New System.Drawing.Size(944, 700) + Me.ClientSize = New System.Drawing.Size(944, 747) Me.Controls.Add(Me.TbHVCclass) Me.Controls.Add(Me.TbMass) Me.Controls.Add(Me.TbAxleConf) @@ -1138,6 +1298,8 @@ Partial Class F_VECTO Me.GrVACC.PerformLayout() Me.GrLAC.ResumeLayout(False) Me.GrLAC.PerformLayout() + Me.GroupBox2.ResumeLayout(False) + Me.GroupBox2.PerformLayout() Me.PnLookAhead.ResumeLayout(False) Me.PnLookAhead.PerformLayout() Me.GroupBox1.ResumeLayout(False) @@ -1160,103 +1322,117 @@ Partial Class F_VECTO Me.PerformLayout() End Sub - Friend WithEvents TabPgGen As System.Windows.Forms.TabPage - Friend WithEvents TabControl1 As System.Windows.Forms.TabControl - Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip - Friend WithEvents ButtonVEH As System.Windows.Forms.Button - Friend WithEvents ButtonMAP As System.Windows.Forms.Button - Friend WithEvents ButtonGBX As System.Windows.Forms.Button - Friend WithEvents ButOpenVEH As System.Windows.Forms.Button - Friend WithEvents ButOpenGBX As System.Windows.Forms.Button - Friend WithEvents ButOpenENG As System.Windows.Forms.Button - Friend WithEvents ToolStripStatusLabelGEN As System.Windows.Forms.ToolStripStatusLabel - Friend WithEvents ButOK As System.Windows.Forms.Button - Friend WithEvents TbGBX As System.Windows.Forms.TextBox - Friend WithEvents TbENG As System.Windows.Forms.TextBox - Friend WithEvents TbVEH As System.Windows.Forms.TextBox - Friend WithEvents ButCancel As System.Windows.Forms.Button - Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip - Friend WithEvents ToolStripBtNew As System.Windows.Forms.ToolStripButton - Friend WithEvents ToolStripBtOpen As System.Windows.Forms.ToolStripButton - Friend WithEvents ToolStripBtSave As System.Windows.Forms.ToolStripButton - Friend WithEvents ToolStripBtSaveAs As System.Windows.Forms.ToolStripButton - Friend WithEvents ToolStripBtSendTo As System.Windows.Forms.ToolStripButton - Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator - Friend WithEvents GrAux As System.Windows.Forms.GroupBox - Friend WithEvents LvAux As System.Windows.Forms.ListView - Friend WithEvents ColumnHeader4 As System.Windows.Forms.ColumnHeader - Friend WithEvents ColumnHeader5 As System.Windows.Forms.ColumnHeader - Friend WithEvents ColumnHeader6 As System.Windows.Forms.ColumnHeader - Friend WithEvents ButAuxRem As System.Windows.Forms.Button - Friend WithEvents ButAuxAdd As System.Windows.Forms.Button - Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox - Friend WithEvents TabPgDriver As System.Windows.Forms.TabPage - Friend WithEvents BtDesMaxBr As System.Windows.Forms.Button - Friend WithEvents TbDesMaxFile As System.Windows.Forms.TextBox - Friend WithEvents GrCycles As System.Windows.Forms.GroupBox - Friend WithEvents LvCycles As System.Windows.Forms.ListView - Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader - Friend WithEvents BtDRIrem As System.Windows.Forms.Button - Friend WithEvents BtDRIadd As System.Windows.Forms.Button - Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator - Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton - Friend WithEvents CbEngOnly As System.Windows.Forms.CheckBox - Friend WithEvents BtAccOpen As System.Windows.Forms.Button - Friend WithEvents Label2 As System.Windows.Forms.Label - Friend WithEvents CmOpenFile As System.Windows.Forms.ContextMenuStrip - Friend WithEvents OpenWithToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem - Friend WithEvents ShowInFolderToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem - Friend WithEvents ChBStartStop As System.Windows.Forms.CheckBox - Friend WithEvents GrStartStop As System.Windows.Forms.GroupBox - Friend WithEvents TbSSspeed As System.Windows.Forms.TextBox - Friend WithEvents TbSStime As System.Windows.Forms.TextBox - Friend WithEvents LabelSStime As System.Windows.Forms.Label - Friend WithEvents LabelSSspeed As System.Windows.Forms.Label - Friend WithEvents GrLAC As System.Windows.Forms.GroupBox - Friend WithEvents Label25 As System.Windows.Forms.Label - Friend WithEvents CbLookAhead As System.Windows.Forms.CheckBox - Friend WithEvents TbAlookahead As System.Windows.Forms.TextBox - Friend WithEvents Label24 As System.Windows.Forms.Label - Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox - Friend WithEvents Label21 As System.Windows.Forms.Label - Friend WithEvents Label20 As System.Windows.Forms.Label - Friend WithEvents Label14 As System.Windows.Forms.Label - Friend WithEvents TbVmin As System.Windows.Forms.TextBox - Friend WithEvents TbUnderSpeed As System.Windows.Forms.TextBox - Friend WithEvents TbOverspeed As System.Windows.Forms.TextBox - Friend WithEvents Label23 As System.Windows.Forms.Label - Friend WithEvents Label22 As System.Windows.Forms.Label - Friend WithEvents Label13 As System.Windows.Forms.Label - Friend WithEvents RdEcoRoll As System.Windows.Forms.RadioButton - Friend WithEvents RdOverspeed As System.Windows.Forms.RadioButton - Friend WithEvents RdOff As System.Windows.Forms.RadioButton - Friend WithEvents PnStartStop As System.Windows.Forms.Panel - Friend WithEvents Label27 As System.Windows.Forms.Label - Friend WithEvents Label26 As System.Windows.Forms.Label - Friend WithEvents PnLookAhead As System.Windows.Forms.Panel - Friend WithEvents Label29 As System.Windows.Forms.Label - Friend WithEvents TbVminLA As System.Windows.Forms.TextBox - Friend WithEvents Label28 As System.Windows.Forms.Label - Friend WithEvents Label31 As System.Windows.Forms.Label - Friend WithEvents Label30 As System.Windows.Forms.Label - Friend WithEvents TbSSdelay As System.Windows.Forms.TextBox - Friend WithEvents Label32 As System.Windows.Forms.Label - Friend WithEvents PnEcoRoll As System.Windows.Forms.Panel - Friend WithEvents PicVehicle As System.Windows.Forms.PictureBox - Friend WithEvents PicBox As System.Windows.Forms.PictureBox - Friend WithEvents TbEngTxt As System.Windows.Forms.TextBox - Friend WithEvents TbVehCat As System.Windows.Forms.TextBox - Friend WithEvents TbAxleConf As System.Windows.Forms.TextBox - Friend WithEvents TbHVCclass As System.Windows.Forms.TextBox - Friend WithEvents TbGbxTxt As System.Windows.Forms.TextBox - Friend WithEvents TbMass As System.Windows.Forms.TextBox - Friend WithEvents GrVACC As System.Windows.Forms.GroupBox - Friend WithEvents cboAdvancedAuxiliaries As System.Windows.Forms.ComboBox - Friend WithEvents picAuxInfo As System.Windows.Forms.PictureBox - Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip - Friend WithEvents Label1 As System.Windows.Forms.Label - Friend WithEvents btnBrowseAAUXFile As System.Windows.Forms.Button - Friend WithEvents txtAdvancedAuxiliaryFile As System.Windows.Forms.TextBox - Friend WithEvents lbAdvancedAuxiliaries As System.Windows.Forms.Label - Friend WithEvents btnAAUXOpen As System.Windows.Forms.Button + Friend WithEvents TabPgGen As System.Windows.Forms.TabPage + Friend WithEvents TabControl1 As System.Windows.Forms.TabControl + Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip + Friend WithEvents ButtonVEH As System.Windows.Forms.Button + Friend WithEvents ButtonMAP As System.Windows.Forms.Button + Friend WithEvents ButtonGBX As System.Windows.Forms.Button + Friend WithEvents ButOpenVEH As System.Windows.Forms.Button + Friend WithEvents ButOpenGBX As System.Windows.Forms.Button + Friend WithEvents ButOpenENG As System.Windows.Forms.Button + Friend WithEvents ToolStripStatusLabelGEN As System.Windows.Forms.ToolStripStatusLabel + Friend WithEvents ButOK As System.Windows.Forms.Button + Friend WithEvents TbGBX As System.Windows.Forms.TextBox + Friend WithEvents TbENG As System.Windows.Forms.TextBox + Friend WithEvents TbVEH As System.Windows.Forms.TextBox + Friend WithEvents ButCancel As System.Windows.Forms.Button + Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip + Friend WithEvents ToolStripBtNew As System.Windows.Forms.ToolStripButton + Friend WithEvents ToolStripBtOpen As System.Windows.Forms.ToolStripButton + Friend WithEvents ToolStripBtSave As System.Windows.Forms.ToolStripButton + Friend WithEvents ToolStripBtSaveAs As System.Windows.Forms.ToolStripButton + Friend WithEvents ToolStripBtSendTo As System.Windows.Forms.ToolStripButton + Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents GrAux As System.Windows.Forms.GroupBox + Friend WithEvents LvAux As System.Windows.Forms.ListView + Friend WithEvents ColumnHeader4 As System.Windows.Forms.ColumnHeader + Friend WithEvents ColumnHeader5 As System.Windows.Forms.ColumnHeader + Friend WithEvents ColumnHeader6 As System.Windows.Forms.ColumnHeader + Friend WithEvents ButAuxRem As System.Windows.Forms.Button + Friend WithEvents ButAuxAdd As System.Windows.Forms.Button + Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox + Friend WithEvents TabPgDriver As System.Windows.Forms.TabPage + Friend WithEvents BtDesMaxBr As System.Windows.Forms.Button + Friend WithEvents TbDesMaxFile As System.Windows.Forms.TextBox + Friend WithEvents GrCycles As System.Windows.Forms.GroupBox + Friend WithEvents LvCycles As System.Windows.Forms.ListView + Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader + Friend WithEvents BtDRIrem As System.Windows.Forms.Button + Friend WithEvents BtDRIadd As System.Windows.Forms.Button + Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton + Friend WithEvents CbEngOnly As System.Windows.Forms.CheckBox + Friend WithEvents BtAccOpen As System.Windows.Forms.Button + Friend WithEvents Label2 As System.Windows.Forms.Label + Friend WithEvents CmOpenFile As System.Windows.Forms.ContextMenuStrip + Friend WithEvents OpenWithToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents ShowInFolderToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents ChBStartStop As System.Windows.Forms.CheckBox + Friend WithEvents GrStartStop As System.Windows.Forms.GroupBox + Friend WithEvents TbSSspeed As System.Windows.Forms.TextBox + Friend WithEvents TbSStime As System.Windows.Forms.TextBox + Friend WithEvents LabelSStime As System.Windows.Forms.Label + Friend WithEvents LabelSSspeed As System.Windows.Forms.Label + Friend WithEvents GrLAC As System.Windows.Forms.GroupBox + Friend WithEvents CbLookAhead As System.Windows.Forms.CheckBox + Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox + Friend WithEvents Label21 As System.Windows.Forms.Label + Friend WithEvents Label20 As System.Windows.Forms.Label + Friend WithEvents Label14 As System.Windows.Forms.Label + Friend WithEvents TbVmin As System.Windows.Forms.TextBox + Friend WithEvents TbUnderSpeed As System.Windows.Forms.TextBox + Friend WithEvents TbOverspeed As System.Windows.Forms.TextBox + Friend WithEvents Label23 As System.Windows.Forms.Label + Friend WithEvents Label22 As System.Windows.Forms.Label + Friend WithEvents Label13 As System.Windows.Forms.Label + Friend WithEvents RdEcoRoll As System.Windows.Forms.RadioButton + Friend WithEvents RdOverspeed As System.Windows.Forms.RadioButton + Friend WithEvents RdOff As System.Windows.Forms.RadioButton + Friend WithEvents PnStartStop As System.Windows.Forms.Panel + Friend WithEvents Label27 As System.Windows.Forms.Label + Friend WithEvents Label26 As System.Windows.Forms.Label + Friend WithEvents PnLookAhead As System.Windows.Forms.Panel + Friend WithEvents Label31 As System.Windows.Forms.Label + Friend WithEvents Label30 As System.Windows.Forms.Label + Friend WithEvents TbSSdelay As System.Windows.Forms.TextBox + Friend WithEvents Label32 As System.Windows.Forms.Label + Friend WithEvents PnEcoRoll As System.Windows.Forms.Panel + Friend WithEvents PicVehicle As System.Windows.Forms.PictureBox + Friend WithEvents PicBox As System.Windows.Forms.PictureBox + Friend WithEvents TbEngTxt As System.Windows.Forms.TextBox + Friend WithEvents TbVehCat As System.Windows.Forms.TextBox + Friend WithEvents TbAxleConf As System.Windows.Forms.TextBox + Friend WithEvents TbHVCclass As System.Windows.Forms.TextBox + Friend WithEvents TbGbxTxt As System.Windows.Forms.TextBox + Friend WithEvents TbMass As System.Windows.Forms.TextBox + Friend WithEvents GrVACC As System.Windows.Forms.GroupBox + Friend WithEvents cboAdvancedAuxiliaries As System.Windows.Forms.ComboBox + Friend WithEvents picAuxInfo As System.Windows.Forms.PictureBox + Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip + Friend WithEvents Label1 As System.Windows.Forms.Label + Friend WithEvents btnBrowseAAUXFile As System.Windows.Forms.Button + Friend WithEvents txtAdvancedAuxiliaryFile As System.Windows.Forms.TextBox + Friend WithEvents lbAdvancedAuxiliaries As System.Windows.Forms.Label + Friend WithEvents btnAAUXOpen As System.Windows.Forms.Button + Friend WithEvents Label3 As System.Windows.Forms.Label + Friend WithEvents tbLacPreviewFactor As System.Windows.Forms.TextBox + Friend WithEvents tbLacDfTargetSpeedFile As System.Windows.Forms.TextBox + Friend WithEvents btnDfTargetSpeed As System.Windows.Forms.Button + Friend WithEvents Label4 As System.Windows.Forms.Label + Friend WithEvents Label5 As System.Windows.Forms.Label + Friend WithEvents tbLacDfVelocityDropFile As System.Windows.Forms.TextBox + Friend WithEvents btnDfVelocityDrop As System.Windows.Forms.Button + Friend WithEvents TbVminLA As System.Windows.Forms.TextBox + Friend WithEvents TbAlookahead As System.Windows.Forms.TextBox + Friend WithEvents Label9 As System.Windows.Forms.Label + Friend WithEvents Label8 As System.Windows.Forms.Label + Friend WithEvents Label7 As System.Windows.Forms.Label + Friend WithEvents Label6 As System.Windows.Forms.Label + Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox + Friend WithEvents Label12 As System.Windows.Forms.Label + Friend WithEvents tbDfCoastingScale As System.Windows.Forms.TextBox + Friend WithEvents Label11 As System.Windows.Forms.Label + Friend WithEvents tbDfCoastingOffset As System.Windows.Forms.TextBox + Friend WithEvents Label10 As System.Windows.Forms.Label End Class diff --git a/VECTO/GUI/F_VECTO.vb b/VECTO/GUI/F_VECTO.vb index 1b9d055c1d7a649e83d8e2c58516aff5a24f3d5f..f0878655aebcbb2e355633838d0a37fc69647b8e 100644 --- a/VECTO/GUI/F_VECTO.vb +++ b/VECTO/GUI/F_VECTO.vb @@ -111,6 +111,9 @@ Public Class F_VECTO Me.TbSSdelay.Text = cDeclaration.SSdelay Me.TbAlookahead.Text = cDeclaration.LACa Me.TbVminLA.Text = cDeclaration.LACvmin + tbLacPreviewFactor.Text = "10" + tbLacDfTargetSpeedFile.Text = "" + tbLacDfVelocityDropFile.Text = "" Me.TbOverspeed.Text = cDeclaration.Overspeed Me.TbUnderSpeed.Text = cDeclaration.Underspeed @@ -471,7 +474,12 @@ Public Class F_VECTO Me.CbLookAhead.Checked = VEC0.LookAheadOn Me.TbAlookahead.Text = CStr(VEC0.a_lookahead) Me.TbVminLA.Text = CStr(VEC0.vMinLA) + tbLacPreviewFactor.Text = CStr(VEC0.LacPreviewFactor) + tbDfCoastingOffset.Text = CStr(VEC0.LacDfOffset) + tbDfCoastingScale.Text = CStr(VEC0.LacDfScale) + tbLacDfTargetSpeedFile.Text = VEC0.LacDfTargetSpeedFile + tbLacDfVelocityDropFile.Text = VEC0.LacDfVelocityDropFile '------------------------------------------------------------- @@ -592,7 +600,11 @@ Public Class F_VECTO VEC0.a_lookahead = CSng(fTextboxToNumString(Me.TbAlookahead.Text)) VEC0.vMinLA = CSng(fTextboxToNumString(Me.TbVminLA.Text)) - + VEC0.LacPreviewFactor = CSng(fTextboxToNumString(tbLacPreviewFactor.Text)) + VEC0.LacDfOffset = CSng(fTextboxToNumString(tbDfCoastingOffset.Text)) + VEC0.LacDfScale = CSng(fTextboxToNumString(tbDfCoastingScale.Text)) + VEC0.LacDfTargetSpeedFile = tbLacDfTargetSpeedFile.Text + VEC0.LacDfVelocityDropFile = tbLacDfVelocityDropFile.Text '------------------------------------------------------------ 'SAVE @@ -647,6 +659,11 @@ Public Class F_VECTO Me.TbUnderSpeed.Text = "" Me.TbVmin.Text = "" Me.TbVminLA.Text = "50" + tbLacPreviewFactor.Text = "10" + tbDfCoastingOffset.Text = "2.5" + tbDfCoastingScale.Text = "1.5" + tbLacDfTargetSpeedFile.Text = "" + tbLacDfVelocityDropFile.Text = "" '--------------------------------------------------- @@ -707,11 +724,11 @@ Public Class F_VECTO End Sub Private Sub TbVmin_TextChanged(sender As System.Object, e As System.EventArgs) _ - Handles TbVmin.TextChanged, TbVminLA.TextChanged + Handles TbVmin.TextChanged Change() End Sub - Private Sub TbAlookahead_TextChanged(sender As System.Object, e As System.EventArgs) Handles TbAlookahead.TextChanged + Private Sub TbAlookahead_TextChanged(sender As System.Object, e As System.EventArgs) Change() End Sub @@ -1464,4 +1481,14 @@ lbDlog: OpenFiles(fFileRepl(Me.txtAdvancedAuxiliaryFile.Text, fPATH(VECTOfile))) End Sub + + Private Sub Button1_Click(sender As Object, e As EventArgs) Handles btnDfTargetSpeed.Click + If fbDfTargetSpeed.OpenDialog(fFileRepl(Me.tbLacDfTargetSpeedFile.Text, fPATH(VECTOfile))) Then _ + Me.tbLacDfTargetSpeedFile.Text = fFileWoDir(fbDfTargetSpeed.Files(0), fPATH(VECTOfile)) + End Sub + + Private Sub btnDfVelocityDrop_Click(sender As Object, e As EventArgs) Handles btnDfVelocityDrop.Click + If fbDfVelocityDrop.OpenDialog(fFileRepl(Me.tbLacDfVelocityDropFile.Text, fPATH(VECTOfile))) Then _ + Me.tbLacDfVelocityDropFile.Text = fFileWoDir(fbDfVelocityDrop.Files(0), fPATH(VECTOfile)) + End Sub End Class diff --git a/VECTO/Input Files/cGBX.vb b/VECTO/Input Files/cGBX.vb index 8cb0603aa3e46c0870b95de62826dbcea85e04c0..e957d29b88ffe2088a70db32bc13d7c8eff174ef 100644 --- a/VECTO/Input Files/cGBX.vb +++ b/VECTO/Input Files/cGBX.vb @@ -74,6 +74,9 @@ Public Class cGBX Private MyFileList As List(Of String) Public SavedInDeclMode As Boolean + Public UpshiftMinAcceleration As Single + Public DownshiftAfterUpshift As Single + Public UpshiftAfterDownshift As Single Public Function CreateFileList() As Boolean @@ -207,6 +210,10 @@ Public Class cGBX dic0.Add("Inertia", TCinertia) dic.Add("TorqueConverter", dic0) + dic.Add("DownshiftAferUpshiftDelay", DownshiftAfterUpshift) + dic.Add("UpshiftAfterDownshiftDelay", UpshiftAfterDownshift) + dic.Add("UpshiftMinAcceleration", UpshiftMinAcceleration) + JSON.Content.Add("Body", dic) Return JSON.WriteFile(sFilePath) @@ -238,7 +245,7 @@ Public Class cGBX GbxInertia = JSON.Content("Body")("Inertia") TracIntrSi = JSON.Content("Body")("TracInt") - i = - 1 + i = -1 For Each dic In JSON.Content("Body")("Gears") i += 1 @@ -285,6 +292,24 @@ Public Class cGBX gs_Type = GearboxConv(JSON.Content("Body")("GearboxType").ToString) + If JSON.Content("Body")("UpshiftMinAcceleration") Is Nothing Then + UpshiftMinAcceleration = 0.1 + Else + UpshiftMinAcceleration = JSON.Content("Body")("UpshiftMinAcceleration") + End If + If JSON.Content("Body")("DownshiftAferUpshiftDelay") Is Nothing Then + DownshiftAfterUpshift = 10 + Else + DownshiftAfterUpshift = JSON.Content("Body")("DownshiftAferUpshiftDelay") + End If + + If JSON.Content("Body")("UpshiftAfterDownshiftDelay") Is Nothing Then + UpshiftAfterDownshift = 10 + Else + UpshiftAfterDownshift = JSON.Content("Body")("UpshiftAfterDownshiftDelay") + End If + + If JSON.Content("Body")("TorqueConverter") Is Nothing Then TCon = False Else @@ -323,6 +348,10 @@ Public Class cGBX gs_StartSpeed = cDeclaration.StartSpeed gs_StartAcc = cDeclaration.StartAcc + UpshiftAfterDownshift = 10 + DownshiftAfterUpshift = 10 + UpshiftMinAcceleration = 0.1 + TCon = (gs_Type = tGearbox.Automatic) For i = 1 To GearCount() @@ -356,7 +385,7 @@ Public Class cGBX TCnu.Clear() TCmu.Clear() TCtorque.Clear() - TCdim = - 1 + TCdim = -1 Try Do While Not file.EndOfFile @@ -483,11 +512,11 @@ Public Class cGBX End If nuMin = 1 - nuMax = Math.Min(TCnu(TCdim), nUout/ENG.Nidle) + nuMax = Math.Min(TCnu(TCdim), nUout / ENG.Nidle) Else nuMin = Math.Max(nUout / rpmLimit, TCnu(0)) - nuMax = Math.Min(TCnuMax, nUout/ENG.Nidle) + nuMax = Math.Min(TCnuMax, nUout / ENG.Nidle) End If If nuMax <= nuMin Then @@ -502,7 +531,6 @@ Public Class cGBX Loop - Do iOptPassed = -1 @@ -529,35 +557,34 @@ Public Class cGBX nUin = nUout / nu - 'AA-TB - 'Recalculate for Advanced Auxiliaries. + 'AA-TB + 'Recalculate for Advanced Auxiliaries. - mAAUX_Global.ClutchEngaged = (Gear > 0) + mAAUX_Global.ClutchEngaged = (Gear > 0) - mAAUX_Global.Idle = False'(Gear = 0 And Not Pplus And Not Pminus) + mAAUX_Global.Idle = False '(Gear = 0 And Not Pplus And Not Pminus) - mAAUX_Global.InNeutral = (Gear = 0) + mAAUX_Global.InNeutral = (Gear = 0) - 'Driveline Power = required power at clutch = power at wheels plus powertrain losses - '[kW] - '**** RL 7-7-15 **** - mAAUX_Global.EngineDrivelinePower = PeOut + 'Driveline Power = required power at clutch = power at wheels plus powertrain losses + '[kW] + '**** RL 7-7-15 **** + mAAUX_Global.EngineDrivelinePower = PeOut - '[1/min] - mAAUX_Global.EngineSpeed = nU + '[1/min] + mAAUX_Global.EngineSpeed = nU - '[Nm] (using Power => Torque conversion) - mAAUX_Global.EngineDrivelineTorque = nPeToM(EngineSpeed, EngineDrivelinePower) + '[Nm] (using Power => Torque conversion) + mAAUX_Global.EngineDrivelineTorque = nPeToM(EngineSpeed, EngineDrivelinePower) - 'Motoring power (< 0 !!!) - '[kW] - '** MULTIPLIED BY - TO GET POSITIVE VALUE - mAAUX_Global.EngineMotoringPower = - FLD(Gear).Pdrag(EngineSpeed) - - 'Additional aux power from driving cycle (optional user input) - '[kW] - mAAUX_Global.PreExistingAuxPower = MODdata.Vh.Padd(t) + 'Motoring power (< 0 !!!) + '[kW] + '** MULTIPLIED BY - TO GET POSITIVE VALUE + mAAUX_Global.EngineMotoringPower = -FLD(Gear).Pdrag(EngineSpeed) + 'Additional aux power from driving cycle (optional user input) + '[kW] + mAAUX_Global.PreExistingAuxPower = MODdata.Vh.Padd(t) 'MinMax @@ -597,7 +624,9 @@ Public Class cGBX iMin = iDim End If If McalcRatio(iDim) > McalcRatMax Then McalcRatMax = McalcRatio(iDim) - If (McalcRatio(iDim) > 1 AndAlso McalcRatio(iDim - 1) < 1) OrElse (McalcRatio(iDim) < 1 AndAlso McalcRatio(iDim - 1) > 1) Then + If _ + (McalcRatio(iDim) > 1 AndAlso McalcRatio(iDim - 1) < 1) OrElse + (McalcRatio(iDim) < 1 AndAlso McalcRatio(iDim - 1) > 1) Then iOptPassed = iDim End If Else @@ -664,9 +693,9 @@ Public Class cGBX nu = nuList(iMin) mu = fTCmu(nu) - TCnUin = nUout/nu - TCMout = fTCtorque(nu, TCnUin)*mu - TCMin = TCMout/mu + TCnUin = nUout / nu + TCMout = fTCtorque(nu, TCnUin) * mu + TCMin = TCMout / mu TCnUout = nUout TC_mu = mu @@ -699,9 +728,9 @@ Public Class cGBX MODdata.ModErrors.TCextrapol = "nu= " & nu & " [n_out/n_in]" End If - lbInt: +lbInt: 'Interpolation - Return (nu - TCnu(i - 1))*(TCmu(i) - TCmu(i - 1))/(TCnu(i) - TCnu(i - 1)) + TCmu(i - 1) + Return (nu - TCnu(i - 1)) * (TCmu(i) - TCmu(i - 1)) / (TCnu(i) - TCnu(i - 1)) + TCmu(i - 1) End Function Private Function fTCtorque(ByVal nu As Single, ByVal nUin As Single) As Single @@ -725,11 +754,11 @@ Public Class cGBX MODdata.ModErrors.TCextrapol = "nu= " & nu & " [n_out/n_in]" End If - lbInt: +lbInt: 'Interpolation - M0 = (nu - TCnu(i - 1))*(TCtorque(i) - TCtorque(i - 1))/(TCnu(i) - TCnu(i - 1)) + TCtorque(i - 1) + M0 = (nu - TCnu(i - 1)) * (TCtorque(i) - TCtorque(i - 1)) / (TCnu(i) - TCnu(i - 1)) + TCtorque(i - 1) - Return M0*(nUin/TCrefrpm)^2 + Return M0 * (nUin / TCrefrpm) ^ 2 End Function Public Function GSinit() As Boolean @@ -860,7 +889,7 @@ Public Class cGBX GBmap0 = New cDelaunayMap GBmap0.DualMode = True - l = 0 'Nur für Fehler-Ausgabe + l = 0 'Nur für Fehler-Ausgabe Do While Not file.EndOfFile l += 1 line = file.ReadLine @@ -897,20 +926,20 @@ Public Class cGBX If GBX.IsTCgear(i) Then - GetrEff(i) = - 1 + GetrEff(i) = -1 Else EffSum = 0 Anz = 0 - dnU = (2/3)*(ENG.Nrated - ENG.Nidle)/10 + dnU = (2 / 3) * (ENG.Nrated - ENG.Nidle) / 10 nU = ENG.Nidle + dnU Do While nU <= ENG.Nrated - dM = nPeToM(nU, (2/3)*FLD(i).Pfull(nU)/10) - M_in = nPeToM(nU, (1/3)*FLD(i).Pfull(nU)) + dM = nPeToM(nU, (2 / 3) * FLD(i).Pfull(nU) / 10) + M_in = nPeToM(nU, (1 / 3) * FLD(i).Pfull(nU)) Do While M_in <= nPeToM(nU, FLD(i).Pfull(nU)) @@ -918,7 +947,7 @@ Public Class cGBX P_Loss = IntpolPeLossFwd(i, nU, P_In, False) - EffSum += (P_In - P_Loss)/P_In + EffSum += (P_In - P_Loss) / P_In Anz += 1 @@ -928,8 +957,8 @@ Public Class cGBX 'Axle P_In -= P_Loss - P_Loss = IntpolPeLossFwd(0, nU/GBX.Igetr(i), P_In, False) - EffDiffSum += (P_In - P_Loss)/P_In + P_Loss = IntpolPeLossFwd(0, nU / GBX.Igetr(i), P_In, False) + EffDiffSum += (P_In - P_Loss) / P_In AnzDiff += 1 If MODdata.ModErrors.TrLossMapExtr <> "" Then @@ -938,8 +967,8 @@ Public Class cGBX WorkerMsg(tMsgID.Err, "nU_In(GB)=" & nU & " [1/min]", MsgSrc) WorkerMsg(tMsgID.Err, "M_In(GB)=" & MinG & " [Nm]", MsgSrc) WorkerMsg(tMsgID.Err, "P_Loss(GB)=" & plossG & " [kW]", MsgSrc) - WorkerMsg(tMsgID.Err, "nU_In(axle)=" & CStr(nU/Igetr(i)) & " [1/min]", MsgSrc) - WorkerMsg(tMsgID.Err, "M_In(axle)=" & CStr(nPeToM(nU/Igetr(i), P_In)) & " [Nm]", MsgSrc) + WorkerMsg(tMsgID.Err, "nU_In(axle)=" & CStr(nU / Igetr(i)) & " [1/min]", MsgSrc) + WorkerMsg(tMsgID.Err, "M_In(axle)=" & CStr(nPeToM(nU / Igetr(i), P_In)) & " [Nm]", MsgSrc) WorkerMsg(tMsgID.Err, "P_Loss(axle)=" & P_Loss & " [kW]", MsgSrc) Return False End If @@ -956,7 +985,7 @@ Public Class cGBX Return False End If - GetrEff(i) = EffSum/Anz + GetrEff(i) = EffSum / Anz End If @@ -968,7 +997,7 @@ Public Class cGBX Next If Not GetrEffDef(0) Then - GetrEff(0) = EffDiffSum/AnzDiff + GetrEff(0) = EffDiffSum / AnzDiff End If @@ -1002,9 +1031,9 @@ Public Class cGBX If GetrEffDef(Gear) Or (Approx AndAlso GetrEff(Gear) > 0) Then If PeOut > 0 Then - PeIn = PeOut/GetrEff(Gear) + PeIn = PeOut / GetrEff(Gear) Else - PeIn = PeOut*GetrEff(Gear) + PeIn = PeOut * GetrEff(Gear) End If Ploss = PeIn - PeOut @@ -1021,10 +1050,10 @@ Public Class cGBX 'If error: try extrapolation 'Search for the nearest Map point - AbMin = ((GBmap.ptList(0).X - nU)^2 + (GBmap.ptList(0).Y - nPeToM(nU, PeOut))^2)^0.5 + AbMin = ((GBmap.ptList(0).X - nU) ^ 2 + (GBmap.ptList(0).Y - nPeToM(nU, PeOut)) ^ 2) ^ 0.5 iMin = 0 For i = 1 To GBmap.ptDim - Ab = ((GBmap.ptList(i).X - nU)^2 + (GBmap.ptList(i).Y - nPeToM(nU, PeOut))^2)^0.5 + Ab = ((GBmap.ptList(i).X - nU) ^ 2 + (GBmap.ptList(i).Y - nPeToM(nU, PeOut)) ^ 2) ^ 0.5 If Ab < AbMin Then AbMin = Ab iMin = i @@ -1038,8 +1067,8 @@ Public Class cGBX If PeOutX > 0 Then If PeIn > 0 Then - WG = PeOutX/PeIn - PeIn = PeOut/WG + WG = PeOutX / PeIn + PeIn = PeOut / WG Ploss = PeIn - PeOut Else @@ -1057,14 +1086,14 @@ Public Class cGBX If PeIn > 0 Then - WG = (PeIn - (PeIn - PeOutX))/PeIn - PeIn = PeOut/WG + WG = (PeIn - (PeIn - PeOutX)) / PeIn + PeIn = PeOut / WG Ploss = PeIn - PeOut ElseIf PeIn < 0 Then - WG = PeIn/PeOutX - PeIn = PeOut*WG + WG = PeIn / PeOutX + PeIn = PeOut * WG Ploss = PeIn - PeOut Else @@ -1137,9 +1166,9 @@ Public Class cGBX If GetrEffDef(Gear) Or (Approx AndAlso GetrEff(Gear) > 0) Then If PeIn > 0 Then - PeOut = PeIn*GetrEff(Gear) + PeOut = PeIn * GetrEff(Gear) Else - PeOut = PeIn/GetrEff(Gear) + PeOut = PeIn / GetrEff(Gear) End If Else @@ -1155,10 +1184,10 @@ Public Class cGBX 'If error: try extrapolation 'Search for the nearest Map-point - AbMin = ((GBmap.ptList(0).X - nU)^2 + (GBmap.ptList(0).Z - nPeToM(nU, PeIn))^2)^0.5 + AbMin = ((GBmap.ptList(0).X - nU) ^ 2 + (GBmap.ptList(0).Z - nPeToM(nU, PeIn)) ^ 2) ^ 0.5 iMin = 0 For i = 1 To GBmap.ptDim - Ab = ((GBmap.ptList(i).X - nU)^2 + (GBmap.ptList(i).Z - nPeToM(nU, PeIn))^2)^0.5 + Ab = ((GBmap.ptList(i).X - nU) ^ 2 + (GBmap.ptList(i).Z - nPeToM(nU, PeIn)) ^ 2) ^ 0.5 If Ab < AbMin Then AbMin = Ab iMin = i @@ -1173,7 +1202,7 @@ Public Class cGBX If PeInX > 0 Then 'Drivetrain => Drivetrain - WG = PeOut/PeInX + WG = PeOut / PeInX Else @@ -1199,14 +1228,14 @@ Public Class cGBX Else 'Drag => Drag - WG = PeInX/PeOut + WG = PeInX / PeOut End If End If 'Calculate efficiency with PeIn for original PeOut - PeOut = PeIn*WG + PeOut = PeIn * WG MODdata.ModErrors.TrLossMapExtr = "Gear= " & GrTxt & ", nU= " & nU.ToString("0.00") & " [1/min], MeIn=" & nPeToM(nU, PeIn).ToString("0.00") & " [Nm] (fwd)" @@ -1302,8 +1331,8 @@ Public Class cGBX Public gs_TqDown As New List(Of Single) Public gs_nUup As New List(Of Single) Public gs_nUdown As New List(Of Single) - Private gs_Dup As Integer = - 1 - Private gs_Ddown As Integer = - 1 + Private gs_Dup As Integer = -1 + Private gs_Ddown As Integer = -1 Public Sub New(ByVal Path As String, ByVal Gear As Integer) Filepath = Path diff --git a/VECTO/Input Files/cVECTO.vb b/VECTO/Input Files/cVECTO.vb index 54ec57cdc8e5a89404647ebcbbf04792a4a35229..3fe56319471cea56030e11d9e79fe3ee3e3d99a9 100644 --- a/VECTO/Input Files/cVECTO.vb +++ b/VECTO/Input Files/cVECTO.vb @@ -162,7 +162,7 @@ Public Class cVECTO Dim AuxEntryKV As KeyValuePair(Of String, cAuxEntry) 'Dim s As String Dim sb As cSubPath - Dim JSON As New JSON + Dim JSON As New JSON Dim ls As List(Of Object) Dim dic As Dictionary(Of String, Object) Dim dic0 As Dictionary(Of String, Object) @@ -239,6 +239,12 @@ Public Class cVECTO dic.Add("Enabled", LookAheadOn) dic.Add("Dec", a_lookahead) dic.Add("MinSpeed", vMinLA) + dic.Add("PreviewDistanceFactor", LacPreviewFactor) + dic.Add("DF_offset", LacDfOffset) + dic.Add("DF_scaling", LacDfScale) + dic.Add("DF_targetSpeedLookup", LacDfTargetSpeedFile) + dic.Add("Df_velocityDropLookup", LacDfVelocityDropFile) + dic0.Add("LAC", dic) 'Overspeed / EcoRoll @@ -268,7 +274,7 @@ Public Class cVECTO Dim AuxID As String Dim MsgSrc As String Dim SubPath As cSubPath - Dim JSON As New JSON + Dim JSON As New JSON Dim str As String Dim dic As Object @@ -370,6 +376,11 @@ Public Class cVECTO LookAheadOn = dic("Enabled") a_lookahead = dic("Dec") vMinLA = dic("MinSpeed") + LacPreviewFactor = If(dic("PreviewDistanceFactor") Is Nothing, 10, dic("PreviewDistanceFactor")) + LacDfOffset = If(dic("DF_offset") Is Nothing, 2.5, dic("DF_offset")) + LacDfScale = If(dic("DF_scaling") Is Nothing, 1.5, dic("DF_scaling")) + LacDfTargetSpeedFile = If(Not dic("DF_targetSpeedLookup") Is Nothing, dic("DF_targetSpeedLookup"), "") + LacDfVelocityDropFile = If(Not dic("Df_velocityDropLookup") Is Nothing, dic("Df_velocityDropLookup"), "") Else LookAheadOn = False End If @@ -804,6 +815,17 @@ lbAuxError: End Set End Property + Public Property LacPreviewFactor As Single + + Public Property LacDfOffset As Single + + Public Property LacDfScale As Single + + Public Property LacDfTargetSpeedFile As String + + Public Property LacDfVelocityDropFile As String + + #End Region Public Function aDesMax(ByVal v As Single) As Single diff --git a/VECTO/cDeclaration.vb b/VECTO/cDeclaration.vb index 8337c819845f689052a03f3715b032be513613e3..d251182b3e3f6c10b3fc5411333b4eff3f10d8e7 100644 --- a/VECTO/cDeclaration.vb +++ b/VECTO/cDeclaration.vb @@ -76,6 +76,12 @@ Public Class cDeclaration Private VCDVvehClassParam As Dictionary(Of String, List(Of Single)) + Public Const UpshiftAfterDownshiftDelay As Single = 10 + + Public Const DownshiftAfterUpshiftDelay As Single = 10 + + Public Const UpshiftMinAcceleration As Single = 0.1 + Public Function VCDVparamPerCat(ByVal VehCat As tVehCat) As List(Of Single) Select Case VehCat Case tVehCat.Citybus, tVehCat.Coach, tVehCat.InterurbanBus diff --git a/VECTOAux/VectoAuxiliaries/Electrics/CombinedAlternator.vb b/VECTOAux/VectoAuxiliaries/Electrics/CombinedAlternator.vb index 410d5f8dfc7abdc0550f183a614280d2860829c7..c6d7a16856f9bdf90bf6e579926749e0ca094543 100644 --- a/VECTOAux/VectoAuxiliaries/Electrics/CombinedAlternator.vb +++ b/VECTOAux/VectoAuxiliaries/Electrics/CombinedAlternator.vb @@ -48,6 +48,7 @@ Namespace Electrics End If Return alternatorMapValues + End Function Public Function Initialise() As Boolean Implements IAlternatorMap.Initialise diff --git a/VECTOAux/VectoAuxiliaries/Electrics/ElectricalConsumerList.vb b/VECTOAux/VectoAuxiliaries/Electrics/ElectricalConsumerList.vb index ff2adda0df37cbb2377866cd0ccfd2c07af3ef77..dc470c604d7d0e628a4e03ebfde13a0eded77209 100644 --- a/VECTOAux/VectoAuxiliaries/Electrics/ElectricalConsumerList.vb +++ b/VECTOAux/VectoAuxiliaries/Electrics/ElectricalConsumerList.vb @@ -208,6 +208,7 @@ Namespace Electrics End If End Sub + Public Function GetTotalAverageDemandAmps(excludeOnBase As Boolean) As Ampere _ Implements Electrics.IElectricalConsumerList.GetTotalAverageDemandAmps diff --git a/VectoCommon/VectoCommon/InputData/EngineeringInputData.cs b/VectoCommon/VectoCommon/InputData/EngineeringInputData.cs index 5143a36743667381234311908191c4d4eb7d5ab4..d4bf8eb6fa037e8fd1bb1aeca819b6e874b570be 100644 --- a/VectoCommon/VectoCommon/InputData/EngineeringInputData.cs +++ b/VectoCommon/VectoCommon/InputData/EngineeringInputData.cs @@ -174,6 +174,10 @@ namespace TUGraz.VectoCommon.InputData /// cf. VECTO Input Parameters.xlsx /// </summary> ITorqueConverterInputData TorqueConverter { get; } + + Second DownshiftAferUpshiftDelay { get; } + Second UpshiftAfterDownshiftDelay { get; } + MeterPerSquareSecond UpshiftMinAcceleration { get; } } public interface IEngineEngineeringInputData : IEngineDeclarationInputData @@ -275,7 +279,16 @@ namespace TUGraz.VectoCommon.InputData /// P021 /// cf. VECTO Input Parameters.xlsx /// </summary> - MeterPerSecond MinSpeed { get; } + //MeterPerSecond MinSpeed { get; } + double CoastingDecisionFactorOffset { get; } + + double CoastingDecisionFactorScaling { get; } + + double LookaheadDistanceFactor { get; } + + DataTable CoastingDecisionFactorTargetSpeedLookup { get; } + + DataTable CoastingDecisionFactorVelocityDropLookup { get; } } public interface IAuxiliaryEngineeringInputData : IAuxiliaryDeclarationInputData diff --git a/VectoCommon/VectoCommon/Utils/SI.cs b/VectoCommon/VectoCommon/Utils/SI.cs index 955bfdbf514f9e8e64fd049841124e636eeb45cd..f8065a651c71ab7953801feace22287c927d87a8 100644 --- a/VectoCommon/VectoCommon/Utils/SI.cs +++ b/VectoCommon/VectoCommon/Utils/SI.cs @@ -802,8 +802,9 @@ namespace TUGraz.VectoCommon.Utils /// <param name="val">The value of the SI object.</param> public static T Create(double val) { - if (val == 0) + if (val == 0) { return _zeroPrototype; + } return Constructor(val); } diff --git a/VectoCommon/VectoCommon/Utils/VectoMath.cs b/VectoCommon/VectoCommon/Utils/VectoMath.cs index 67907597d1d142f191ff69c21a7697405e75af75..ce8a82f79b924cba6fcd01ff4b3e7a5bc146fcdb 100644 --- a/VectoCommon/VectoCommon/Utils/VectoMath.cs +++ b/VectoCommon/VectoCommon/Utils/VectoMath.cs @@ -109,6 +109,11 @@ namespace TUGraz.VectoCore.Utils return c1.CompareTo(c2) >= 0 ? c1 : c2; } + public static T Max<T>(T c1, T c2, T c3) where T : IComparable + { + return Max(Max(c1, c2), c3); + } + public static T Limit<T>(this T value, T lowerBound, T upperBound) where T : IComparable { if (lowerBound.CompareTo(upperBound) > 0) { diff --git a/VectoCore/VectoCore/Configuration/Constants.cs b/VectoCore/VectoCore/Configuration/Constants.cs index c065245d4b30e49d15ad414001bcdb2dda6dac5c..9f5ed156bc9efca212f6c14be6060e1428f96d28 100644 --- a/VectoCore/VectoCore/Configuration/Constants.cs +++ b/VectoCore/VectoCore/Configuration/Constants.cs @@ -149,6 +149,8 @@ namespace TUGraz.VectoCore.Configuration public const int MaximumIterationCountForSimulationStep = 30; public static readonly MeterPerSecond VehicleStopClutchDisengageSpeed = 10.KMPHtoMeterPerSecond(); + + public static readonly Meter GearboxLookaheadForAccelerationEstimation = 100.SI<Meter>(); } } } \ No newline at end of file diff --git a/VectoCore/VectoCore/InputData/FileIO/JSON/JSONGearboxData.cs b/VectoCore/VectoCore/InputData/FileIO/JSON/JSONGearboxData.cs index 45d91b729493ae514abf347b2d84bb77248a0992..e55d23d01d7dca5e806ff107b132dde28279c89a 100644 --- a/VectoCore/VectoCore/InputData/FileIO/JSON/JSONGearboxData.cs +++ b/VectoCore/VectoCore/InputData/FileIO/JSON/JSONGearboxData.cs @@ -209,6 +209,36 @@ namespace TUGraz.VectoCore.InputData.FileIO.JSON get { return this; } } + public Second DownshiftAferUpshiftDelay + { + get + { + return Body["DownshiftAferUpshiftDelay"] == null + ? 10.SI<Second>() + : Body.GetEx<double>("DownshiftAferUpshiftDelay").SI<Second>(); + } + } + + public Second UpshiftAfterDownshiftDelay + { + get + { + return Body["UpshiftAfterDownshiftDelay"] == null + ? 10.SI<Second>() + : Body.GetEx<double>("UpshiftAfterDownshiftDelay").SI<Second>(); + } + } + + public MeterPerSquareSecond UpshiftMinAcceleration + { + get + { + return Body["UpshiftMinAcceleration"] == null + ? 0.1.SI<MeterPerSquareSecond>() + : Body.GetEx<double>("UpshiftMinAcceleration").SI<MeterPerSquareSecond>(); + } + } + #endregion #region ITorqueConverterInputData diff --git a/VectoCore/VectoCore/InputData/FileIO/JSON/JSONInputData.cs b/VectoCore/VectoCore/InputData/FileIO/JSON/JSONInputData.cs index 4b3f4a0913805c863ac272469550690aac2dfe82..1891e8b274546b624ecce8ab8acb7baef0b4b005 100644 --- a/VectoCore/VectoCore/InputData/FileIO/JSON/JSONInputData.cs +++ b/VectoCore/VectoCore/InputData/FileIO/JSON/JSONInputData.cs @@ -42,6 +42,7 @@ using TUGraz.VectoCommon.Models; using TUGraz.VectoCommon.Utils; using TUGraz.VectoCore.Configuration; using TUGraz.VectoCore.InputData.Impl; +using TUGraz.VectoCore.Models.Declaration; using TUGraz.VectoCore.Utils; using DriverData = TUGraz.VectoCore.Models.SimulationComponent.Data.DriverData; @@ -434,10 +435,32 @@ namespace TUGraz.VectoCore.InputData.FileIO.JSON get { var lac = Body.GetEx(JsonKeys.DriverData_LookaheadCoasting); + var distanceScalingFactor = lac["PreviewDistanceFactor"] != null + ? lac.GetEx<double>("PreviewDistanceFactor") + : DeclarationData.Driver.LookAhead.LookAheadDistanceFactor; + var lacDfOffset = lac["DF_offset"] != null + ? lac.GetEx<double>("DF_offset") + : DeclarationData.Driver.LookAhead.DecisionFactorCoastingOffset; + var lacDfScaling = lac["DF_scaling"] != null + ? lac.GetEx<double>("DF_scaling") + : DeclarationData.Driver.LookAhead.DecisionFactorCoastingScaling; + var speedDependentLookup = lac["DF_targetSpeedLookup"] != null + ? ReadTableData(lac.GetEx<string>("DF_targetSpeedLookup"), "Lookahead Coasting Decisionfactor - Target speed", + false) + : null; + var velocityDropLookup = lac["Df_velocityDropLookup"] != null + ? ReadTableData(lac.GetEx<string>("Df_velocityDropLookup"), + "Lookahead Coasting Decisionfactor - Velocity drop", false) + : null; return new LookAheadCoastingInputData() { Enabled = lac.GetEx<bool>(JsonKeys.DriverData_Lookahead_Enabled), Deceleration = lac.GetEx<double>(JsonKeys.DriverData_Lookahead_Deceleration).SI<MeterPerSquareSecond>(), MinSpeed = lac.GetEx<double>(JsonKeys.DriverData_Lookahead_MinSpeed).KMPHtoMeterPerSecond(), + LookaheadDistanceFactor = distanceScalingFactor, + CoastingDecisionFactorOffset = lacDfOffset, + CoastingDecisionFactorScaling = lacDfScaling, + CoastingDecisionFactorTargetSpeedLookup = speedDependentLookup, + CoastingDecisionFactorVelocityDropLookup = velocityDropLookup }; } } diff --git a/VectoCore/VectoCore/InputData/Impl/InputData.cs b/VectoCore/VectoCore/InputData/Impl/InputData.cs index a1a1cdd6b464f12583117bc981f083430c1530f5..a399887f6b3b8b54ccd40224cd5169b476ca7567 100644 --- a/VectoCore/VectoCore/InputData/Impl/InputData.cs +++ b/VectoCore/VectoCore/InputData/Impl/InputData.cs @@ -62,6 +62,12 @@ namespace TUGraz.VectoCore.InputData.Impl public MeterPerSquareSecond Deceleration { get; internal set; } public MeterPerSecond MinSpeed { get; internal set; } + + public double CoastingDecisionFactorOffset { get; internal set; } + public double CoastingDecisionFactorScaling { get; internal set; } + public double LookaheadDistanceFactor { get; internal set; } + public DataTable CoastingDecisionFactorTargetSpeedLookup { get; internal set; } + public DataTable CoastingDecisionFactorVelocityDropLookup { get; internal set; } } public class OverSpeedEcoRollInputData : IOverSpeedEcoRollEngineeringInputData diff --git a/VectoCore/VectoCore/InputData/Reader/DataObjectAdapter/DeclarationDataAdapter.cs b/VectoCore/VectoCore/InputData/Reader/DataObjectAdapter/DeclarationDataAdapter.cs index 1e429b303d174483cfdfdcb2dc4c28fb346da572..1f5714cbc1187ac283170dcb5e4b28da7dae1420 100644 --- a/VectoCore/VectoCore/InputData/Reader/DataObjectAdapter/DeclarationDataAdapter.cs +++ b/VectoCore/VectoCore/InputData/Reader/DataObjectAdapter/DeclarationDataAdapter.cs @@ -58,7 +58,9 @@ namespace TUGraz.VectoCore.InputData.Reader.DataObjectAdaper var lookAheadData = new DriverData.LACData { Enabled = DeclarationData.Driver.LookAhead.Enabled, //Deceleration = DeclarationData.Driver.LookAhead.Deceleration, - MinSpeed = DeclarationData.Driver.LookAhead.MinimumSpeed + //MinSpeed = DeclarationData.Driver.LookAhead.MinimumSpeed, + LookAheadDecisionFactor = new LACDecisionFactor(), + LookAheadDistanceFactor = DeclarationData.Driver.LookAhead.LookAheadDistanceFactor, }; var overspeedData = new DriverData.OverSpeedEcoRollData { Mode = data.OverSpeedEcoRoll.Mode, @@ -191,8 +193,9 @@ namespace TUGraz.VectoCore.InputData.Reader.DataObjectAdaper TransmissionLossMap gearLossMap; retVal.Gears = gears.Select((gear, i) => { try { - if (gear.LossMap == null) + if (gear.LossMap == null) { throw new InvalidFileFormatException(string.Format("LossMap for Gear {0} is missing.", i + 1)); + } gearLossMap = TransmissionLossMap.Create(gear.LossMap, gear.Ratio, string.Format("Gear {0}", i + 1)); } catch (InvalidFileFormatException) { if (useEfficiencyFallback) { @@ -218,6 +221,10 @@ namespace TUGraz.VectoCore.InputData.Reader.DataObjectAdaper TorqueConverterActive = false }); }).ToDictionary(kv => kv.Key, kv => kv.Value); + + retVal.DownshiftAfterUpshiftDelay = 10.SI<Second>(); + retVal.UpshiftAfterDownshiftDelay = 10.SI<Second>(); + retVal.UpshiftMinAcceleration = 0.1.SI<MeterPerSquareSecond>(); return retVal; } @@ -318,8 +325,9 @@ namespace TUGraz.VectoCore.InputData.Reader.DataObjectAdaper var cdA = aerodynamicDragAera + deltaCdA; var degreeShare = (double)alphaStep / maxAlpha; - if (alpha == 0 || alpha == maxAlpha) + if (alpha == 0 || alpha == maxAlpha) { degreeShare /= 2; + } cdASum += degreeShare * cdA * ((vAirX * vAirX + vAirY * vAirY) / (vVeh * vVeh)).Cast<Scalar>(); } diff --git a/VectoCore/VectoCore/InputData/Reader/DataObjectAdapter/EngineeringDataAdapter.cs b/VectoCore/VectoCore/InputData/Reader/DataObjectAdapter/EngineeringDataAdapter.cs index 4a25ea6044564194c925ef542bd58eb738f660a2..fd38c2c1c3f6fc3b16a7e530bddd5f6687674688 100644 --- a/VectoCore/VectoCore/InputData/Reader/DataObjectAdapter/EngineeringDataAdapter.cs +++ b/VectoCore/VectoCore/InputData/Reader/DataObjectAdapter/EngineeringDataAdapter.cs @@ -167,6 +167,10 @@ namespace TUGraz.VectoCore.InputData.Reader.DataObjectAdaper TorqueConverterActive = gear.TorqueConverterActive }); }).ToDictionary(kv => kv.Key, kv => kv.Value); + + retVal.DownshiftAfterUpshiftDelay = gearbox.DownshiftAferUpshiftDelay; + retVal.UpshiftAfterDownshiftDelay = gearbox.UpshiftAfterDownshiftDelay; + retVal.UpshiftMinAcceleration = gearbox.UpshiftMinAcceleration; return retVal; } @@ -204,7 +208,12 @@ namespace TUGraz.VectoCore.InputData.Reader.DataObjectAdaper var lookAheadData = new DriverData.LACData { Enabled = driver.Lookahead.Enabled, //Deceleration = driver.Lookahead.Deceleration, - MinSpeed = driver.Lookahead.MinSpeed, + //MinSpeed = driver.Lookahead.MinSpeed, + LookAheadDecisionFactor = + new LACDecisionFactor(driver.Lookahead.CoastingDecisionFactorOffset, driver.Lookahead.CoastingDecisionFactorScaling, + driver.Lookahead.CoastingDecisionFactorTargetSpeedLookup, + driver.Lookahead.CoastingDecisionFactorVelocityDropLookup), + LookAheadDistanceFactor = driver.Lookahead.LookaheadDistanceFactor }; var overspeedData = new DriverData.OverSpeedEcoRollData { Mode = driver.OverSpeedEcoRoll.Mode, diff --git a/VectoCore/VectoCore/InputData/Reader/DrivingCycleDataReader.cs b/VectoCore/VectoCore/InputData/Reader/DrivingCycleDataReader.cs index 59005eaa9003b851f50d55a03bf7cd9fe1ff9a60..8d16fbe2651f5ae3c04b3f828860381851b1fa02 100644 --- a/VectoCore/VectoCore/InputData/Reader/DrivingCycleDataReader.cs +++ b/VectoCore/VectoCore/InputData/Reader/DrivingCycleDataReader.cs @@ -161,6 +161,9 @@ namespace TUGraz.VectoCore.InputData.Reader if (type == CycleType.DistanceBased) { entries = FilterDrivingCycleEntries(entries); } + if (type == CycleType.MeasuredSpeed || type == CycleType.MeasuredSpeedGear) { + entries = ComputeAltitudeTimeBased(entries); + } var cycle = new DrivingCycleData { Entries = entries, CycleType = type, @@ -169,6 +172,22 @@ namespace TUGraz.VectoCore.InputData.Reader return cycle; } + private static List<DrivingCycleData.DrivingCycleEntry> ComputeAltitudeTimeBased( + List<DrivingCycleData.DrivingCycleEntry> entries) + { + var current = entries.First(); + current.Altitude = 0.SI<Meter>(); + var altitude = current.Altitude; + var lastTime = entries.First().Time; + foreach (var drivingCycleEntry in entries) { + altitude += (drivingCycleEntry.VehicleTargetSpeed * (drivingCycleEntry.Time - lastTime)) * + drivingCycleEntry.RoadGradient; + drivingCycleEntry.Altitude = altitude; + lastTime = drivingCycleEntry.Time; + } + return entries; + } + private static List<DrivingCycleData.DrivingCycleEntry> FilterDrivingCycleEntries( List<DrivingCycleData.DrivingCycleEntry> entries) { diff --git a/VectoCore/VectoCore/Models/Declaration/DeclarationData.cs b/VectoCore/VectoCore/Models/Declaration/DeclarationData.cs index 1d869c5c6bd8de792bcf4874c488428cf937a34c..cedc823acadeddbdfbc928de5ac2b6c2110b021d 100644 --- a/VectoCore/VectoCore/Models/Declaration/DeclarationData.cs +++ b/VectoCore/VectoCore/Models/Declaration/DeclarationData.cs @@ -175,8 +175,11 @@ namespace TUGraz.VectoCore.Models.Declaration public const bool Enabled = true; //public static readonly MeterPerSquareSecond Deceleration = -0.5.SI<MeterPerSquareSecond>(); + //public static readonly MeterPerSecond MinimumSpeed = 50.KMPHtoMeterPerSecond(); - public static readonly MeterPerSecond MinimumSpeed = 50.KMPHtoMeterPerSecond(); + public const double DecisionFactorCoastingOffset = 2.5; + public const double DecisionFactorCoastingScaling = 1.5; + public const double LookAheadDistanceFactor = 10; } public static class OverSpeedEcoRoll diff --git a/VectoCore/VectoCore/Models/Declaration/LACDecisionFactor.cs b/VectoCore/VectoCore/Models/Declaration/LACDecisionFactor.cs index fde1dd3001f3bb8daeedcf34a1d61ba0f1cd0f56..e8de0c3b8d096b91c3e3a8ab805fab374b184a4c 100644 --- a/VectoCore/VectoCore/Models/Declaration/LACDecisionFactor.cs +++ b/VectoCore/VectoCore/Models/Declaration/LACDecisionFactor.cs @@ -37,11 +37,21 @@ using TUGraz.VectoCore.Utils; namespace TUGraz.VectoCore.Models.Declaration { - public static class LACDecisionFactor + public class LACDecisionFactor { - private static readonly DecisionFactor LAC = new DecisionFactor(); + private readonly DecisionFactor LAC; - public static double Lookup(MeterPerSecond targetVelocity, MeterPerSecond velocityDrop) + public LACDecisionFactor() + { + LAC = new DecisionFactor(); + } + + public LACDecisionFactor(double offset, double scaling, DataTable vTargetLookup, DataTable vDropLookup) + { + LAC = new DecisionFactor(offset, scaling, vTargetLookup, vDropLookup); + } + + public double Lookup(MeterPerSecond targetVelocity, MeterPerSecond velocityDrop) { return LAC.Lookup(targetVelocity, velocityDrop); } @@ -51,13 +61,32 @@ namespace TUGraz.VectoCore.Models.Declaration /// </summary> private sealed class DecisionFactor : LookupData<MeterPerSecond, MeterPerSecond, double> { - private readonly LACDecisionFactorVTarget _vTarget = new LACDecisionFactorVTarget(); - private readonly LACDecisionFactorVdrop _vDrop = new LACDecisionFactorVdrop(); + private readonly LACDecisionFactorVTarget _vTarget; + private readonly LACDecisionFactorVdrop _vDrop; + private readonly double _offset; + private readonly double _scaling; + + public DecisionFactor(double offset, double scaling, DataTable vTargetLookup, DataTable vDropLookup) + { + _offset = offset; + _scaling = scaling; + _vTarget = new LACDecisionFactorVTarget(vTargetLookup); + _vDrop = new LACDecisionFactorVdrop(vDropLookup); + } + + public DecisionFactor() + { + _offset = DeclarationData.Driver.LookAhead.DecisionFactorCoastingOffset; + _scaling = DeclarationData.Driver.LookAhead.DecisionFactorCoastingScaling; + _vTarget = new LACDecisionFactorVTarget(); + _vDrop = new LACDecisionFactorVdrop(); + } + public override double Lookup(MeterPerSecond targetVelocity, MeterPerSecond velocityDrop) { // normalize values inverse from [0 .. 1] to [2.5 .. 1] - return 2.5 - 1.5 * _vTarget.Lookup(targetVelocity) * _vDrop.Lookup(velocityDrop); + return _offset - _scaling * _vTarget.Lookup(targetVelocity) * _vDrop.Lookup(velocityDrop); } protected override void ParseData(DataTable table) {} @@ -71,6 +100,11 @@ namespace TUGraz.VectoCore.Models.Declaration ParseData(ReadCsvResource(ResourceId)); } + public LACDecisionFactorVdrop(DataTable vDrop) + { + ParseData(vDrop ?? ReadCsvResource(ResourceId)); + } + public override double Lookup(MeterPerSecond targetVelocity) { var section = Data.GetSection(kv => kv.Key < targetVelocity); @@ -108,6 +142,11 @@ namespace TUGraz.VectoCore.Models.Declaration ParseData(ReadCsvResource(ResourceId)); } + public LACDecisionFactorVTarget(DataTable vTargetLookup) + { + ParseData(vTargetLookup ?? ReadCsvResource(ResourceId)); + } + public override double Lookup(MeterPerSecond targetVelocity) { var section = Data.GetSection(kv => kv.Key < targetVelocity); diff --git a/VectoCore/VectoCore/Models/Simulation/DataBus/IAxlegearInfo.cs b/VectoCore/VectoCore/Models/Simulation/DataBus/IAxlegearInfo.cs new file mode 100644 index 0000000000000000000000000000000000000000..955d81583c30b912ecdc556bdfb1750ebcff88d1 --- /dev/null +++ b/VectoCore/VectoCore/Models/Simulation/DataBus/IAxlegearInfo.cs @@ -0,0 +1,9 @@ +using TUGraz.VectoCommon.Utils; + +namespace TUGraz.VectoCore.Models.Simulation.DataBus +{ + public interface IAxlegearInfo + { + Watt AxlegearLoss(); + } +} \ No newline at end of file diff --git a/VectoCore/VectoCore/Models/Simulation/DataBus/IDataBus.cs b/VectoCore/VectoCore/Models/Simulation/DataBus/IDataBus.cs index 3f96821e2a0b0adaee5e8d93cd85bc57c7e0a11c..d388216f1d38c77a35ee95855299e591f6d98432 100644 --- a/VectoCore/VectoCore/Models/Simulation/DataBus/IDataBus.cs +++ b/VectoCore/VectoCore/Models/Simulation/DataBus/IDataBus.cs @@ -30,6 +30,7 @@ */ using TUGraz.VectoCommon.Models; +using TUGraz.VectoCommon.Utils; using TUGraz.VectoCore.Models.SimulationComponent; namespace TUGraz.VectoCore.Models.Simulation.DataBus @@ -37,9 +38,9 @@ namespace TUGraz.VectoCore.Models.Simulation.DataBus /// <summary> /// Defines interfaces for all different cockpits to access shared data of the powertrain. /// </summary> - public interface IDataBus : IGearboxInfo, IEngineInfo, IVehicleInfo, IMileageCounter, IClutchInfo, IBrakes, - IRoadLookAhead, IDriverInfo, IDrivingCycleInfo + public interface IDataBus : IGearboxInfo, IAxlegearInfo, IEngineInfo, IVehicleInfo, IMileageCounter, IClutchInfo, + IBrakes, IWheelsInfo, IDriverInfo, IDrivingCycleInfo { - ExecutionMode ExecutionMode { get; set; } + ExecutionMode ExecutionMode { get; } } } \ No newline at end of file diff --git a/VectoCore/VectoCore/Models/Simulation/DataBus/IEngineInfo.cs b/VectoCore/VectoCore/Models/Simulation/DataBus/IEngineInfo.cs index cbed6283ca298f5caab2eb8f2970b0266fc8fe10..ff40004e03237935706c7f85bda59f6bc1ce6391 100644 --- a/VectoCore/VectoCore/Models/Simulation/DataBus/IEngineInfo.cs +++ b/VectoCore/VectoCore/Models/Simulation/DataBus/IEngineInfo.cs @@ -52,5 +52,7 @@ namespace TUGraz.VectoCore.Models.Simulation.DataBus PerSecond EngineIdleSpeed { get; } PerSecond EngineRatedSpeed { get; } + + PerSecond EngineN95hSpeed { get; } } } \ No newline at end of file diff --git a/VectoCore/VectoCore/Models/Simulation/DataBus/IGearboxInfo.cs b/VectoCore/VectoCore/Models/Simulation/DataBus/IGearboxInfo.cs index a675388706bb119686f47bf9e03b20e5b1ed5be3..3de4244ed297c935526a9027278016fee838be2f 100644 --- a/VectoCore/VectoCore/Models/Simulation/DataBus/IGearboxInfo.cs +++ b/VectoCore/VectoCore/Models/Simulation/DataBus/IGearboxInfo.cs @@ -51,6 +51,6 @@ namespace TUGraz.VectoCore.Models.Simulation.DataBus FullLoadCurve GearFullLoadCurve { get; } - Watt GearboxLoss(PerSecond inAngularVelocity, NewtonMeter inTorque); + Watt GearboxLoss(); } } \ No newline at end of file diff --git a/VectoCore/VectoCore/Models/Simulation/DataBus/IRoadLookAhead.cs b/VectoCore/VectoCore/Models/Simulation/DataBus/IRoadLookAhead.cs deleted file mode 100644 index 34cc81e0e271ea73f3145f16ab9fd6ccbf269135..0000000000000000000000000000000000000000 --- a/VectoCore/VectoCore/Models/Simulation/DataBus/IRoadLookAhead.cs +++ /dev/null @@ -1,46 +0,0 @@ -/* -* This file is part of VECTO. -* -* Copyright © 2012-2016 European Union -* -* Developed by Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics -* -* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved -* by the European Commission - subsequent versions of the EUPL (the "Licence"); -* You may not use VECTO except in compliance with the Licence. -* You may obtain a copy of the Licence at: -* -* https://joinup.ec.europa.eu/community/eupl/og_page/eupl -* -* Unless required by applicable law or agreed to in writing, VECTO -* distributed under the Licence is distributed on an "AS IS" basis, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and -* limitations under the Licence. -* -* Authors: -* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology -* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology -* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology -* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology -* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology -* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology -*/ - -using System.Collections.Generic; -using TUGraz.VectoCommon.Utils; -using TUGraz.VectoCore.Models.SimulationComponent.Data; - -namespace TUGraz.VectoCore.Models.Simulation.DataBus -{ - public interface IRoadLookAhead - { - Meter CycleStartDistance { get; } - - IReadOnlyList<DrivingCycleData.DrivingCycleEntry> LookAhead(Meter lookaheadDistance); - - IReadOnlyList<DrivingCycleData.DrivingCycleEntry> LookAhead(Second time); - } -} \ No newline at end of file diff --git a/VectoCore/VectoCore/Models/Simulation/DataBus/IVehicleInfo.cs b/VectoCore/VectoCore/Models/Simulation/DataBus/IVehicleInfo.cs index d6586eb4228a7681badb18bcbb287f956837821f..fc545b0e6088084813b65f4f4f60583c4a70c5d4 100644 --- a/VectoCore/VectoCore/Models/Simulation/DataBus/IVehicleInfo.cs +++ b/VectoCore/VectoCore/Models/Simulation/DataBus/IVehicleInfo.cs @@ -53,6 +53,9 @@ namespace TUGraz.VectoCore.Models.Simulation.DataBus Kilogram TotalMass { get; } Newton AirDragResistance(MeterPerSecond previousVelocity, MeterPerSecond nextVelocity); + Newton RollingResistance(Radian gradient); + + Newton SlopeResistance(Radian gradient); } } \ No newline at end of file diff --git a/VectoCore/VectoCore/Models/Simulation/DataBus/IWheelsInfo.cs b/VectoCore/VectoCore/Models/Simulation/DataBus/IWheelsInfo.cs new file mode 100644 index 0000000000000000000000000000000000000000..b427d11a37c87d325923a5663151463a9453919e --- /dev/null +++ b/VectoCore/VectoCore/Models/Simulation/DataBus/IWheelsInfo.cs @@ -0,0 +1,9 @@ +using TUGraz.VectoCommon.Utils; + +namespace TUGraz.VectoCore.Models.Simulation.DataBus +{ + public interface IWheelsInfo + { + Kilogram ReducedMassWheels { get; } + } +} \ No newline at end of file diff --git a/VectoCore/VectoCore/Models/Simulation/Impl/VehicleContainer.cs b/VectoCore/VectoCore/Models/Simulation/Impl/VehicleContainer.cs index 3dd0227bf3c4774b2a56fab06eaf66d2109737ed..bf7b8ff70d78ff536f258fdcad1f273c4b04931e 100644 --- a/VectoCore/VectoCore/Models/Simulation/Impl/VehicleContainer.cs +++ b/VectoCore/VectoCore/Models/Simulation/Impl/VehicleContainer.cs @@ -53,8 +53,10 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl internal IEngineInfo Engine; internal IGearboxInfo Gearbox; + internal IAxlegearInfo Axlegear; internal IVehicleInfo Vehicle; internal IBrakes Brakes; + internal IWheelsInfo Wheels; internal IDriverInfo Driver; internal IMileageCounter MilageCounter; @@ -63,11 +65,10 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl internal IDrivingCycleInfo DrivingCycle; - internal IRoadLookAhead Road; - internal ISimulationOutPort Cycle; internal IModalDataContainer ModData; + internal WriteSumData WriteSumData; #region IGearCockpit @@ -116,9 +117,9 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl get { return Gearbox != null ? Gearbox.GearFullLoadCurve : null; } } - public Watt GearboxLoss(PerSecond inAngularVelocity, NewtonMeter inTorque) + public Watt GearboxLoss() { - return Gearbox.GearboxLoss(inAngularVelocity, inTorque); + return Gearbox.GearboxLoss(); } #endregion @@ -163,6 +164,11 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl get { return Engine.EngineRatedSpeed; } } + public PerSecond EngineN95hSpeed + { + get { return Engine.EngineN95hSpeed; } + } + #endregion #region IVehicleCockpit @@ -197,6 +203,11 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl return Vehicle.RollingResistance(gradient); } + public Newton SlopeResistance(Radian gradient) + { + return Vehicle.SlopeResistance(gradient); + } + #endregion public VehicleContainer(ExecutionMode executionMode, IModalDataContainer modData = null, @@ -233,6 +244,8 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl Gearbox = c; commitPriority = 4; }) + .If<IAxlegearInfo>(c => Axlegear = c) + .If<IWheelsInfo>(c => Wheels = c) .If<IVehicleInfo>(c => { Vehicle = c; commitPriority = 5; @@ -240,7 +253,6 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl .If<ISimulationOutPort>(c => Cycle = c) .If<IMileageCounter>(c => MilageCounter = c) .If<IBrakes>(c => Brakes = c) - .If<IRoadLookAhead>(c => Road = c) .If<IClutchInfo>(c => Clutch = c) .If<IDrivingCycleInfo>(c => { DrivingCycle = c; @@ -298,12 +310,12 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl public IReadOnlyList<DrivingCycleData.DrivingCycleEntry> LookAhead(Meter lookaheadDistance) { - return Road.LookAhead(lookaheadDistance); + return DrivingCycle.LookAhead(lookaheadDistance); } public IReadOnlyList<DrivingCycleData.DrivingCycleEntry> LookAhead(Second time) { - return Road.LookAhead(time); + return DrivingCycle.LookAhead(time); } public Watt BrakePower @@ -333,7 +345,7 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl public Meter CycleStartDistance { - get { return Road == null ? 0.SI<Meter>() : Road.CycleStartDistance; } + get { return DrivingCycle == null ? 0.SI<Meter>() : DrivingCycle.CycleStartDistance; } } public VectoRunData RunData { get; set; } @@ -344,9 +356,24 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl get { return DrivingCycle.CycleData; } } + public DrivingCycleData.DrivingCycleEntry CycleLookAhead(Meter distance) + { + return DrivingCycle.CycleLookAhead(distance); + } + public Meter Altitude { get { return DrivingCycle.Altitude; } } + + public Watt AxlegearLoss() + { + return Axlegear.AxlegearLoss(); + } + + public Kilogram ReducedMassWheels + { + get { return Wheels.ReducedMassWheels; } + } } } \ No newline at end of file diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Data/DriverData.cs b/VectoCore/VectoCore/Models/SimulationComponent/Data/DriverData.cs index 0d59ed65f85511253e05bd01adcca9acf094f3b9..3ffe87fb9d5bc9daeb3b3f6d598c2ed2c6ec6b57 100644 --- a/VectoCore/VectoCore/Models/SimulationComponent/Data/DriverData.cs +++ b/VectoCore/VectoCore/Models/SimulationComponent/Data/DriverData.cs @@ -31,6 +31,7 @@ using TUGraz.VectoCommon.Models; using TUGraz.VectoCommon.Utils; +using TUGraz.VectoCore.Models.Declaration; using TUGraz.VectoCore.Models.Simulation.Data; namespace TUGraz.VectoCore.Models.SimulationComponent.Data @@ -59,7 +60,10 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Data { public bool Enabled; //public MeterPerSquareSecond Deceleration; - public MeterPerSecond MinSpeed; + //public MeterPerSecond MinSpeed; + + public double LookAheadDistanceFactor; + public LACDecisionFactor LookAheadDecisionFactor; } } } \ No newline at end of file diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Data/Gearbox/TransmissionLossMap.cs b/VectoCore/VectoCore/Models/SimulationComponent/Data/Gearbox/TransmissionLossMap.cs index 77e99062520a1d961e1bc5757f1ddebf47214980..91c7fc84a5127d1c862d90905ec71ae0f8f18500 100644 --- a/VectoCore/VectoCore/Models/SimulationComponent/Data/Gearbox/TransmissionLossMap.cs +++ b/VectoCore/VectoCore/Models/SimulationComponent/Data/Gearbox/TransmissionLossMap.cs @@ -215,8 +215,9 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Data.Gearbox { var torqueLoss = _invertedLossMap.Interpolate(inAngularVelocity.ConvertTo().Rounds.Per.Minute.Value(), inTorque.Value()); - if (torqueLoss.HasValue) + if (torqueLoss.HasValue) { return (inTorque - torqueLoss.Value.SI<NewtonMeter>()) / _ratio; + } if (allowExtrapolation) { torqueLoss = _invertedLossMap.Extrapolate(inAngularVelocity.ConvertTo().Rounds.Per.Minute.Value(), inTorque.Value()); @@ -235,7 +236,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Data.Gearbox [DebuggerDisplay("GearLossMapEntry({InputSpeed}, {InputTorque}, {TorqueLoss})")] public class GearLossMapEntry { - [Required, SIRange(0, 5000 * Constants.RPMToRad)] + [Required, SIRange(0, 10000 * Constants.RPMToRad)] public PerSecond InputSpeed { get; set; } [Required, SIRange(-100000, 100000)] diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Data/GearboxData.cs b/VectoCore/VectoCore/Models/SimulationComponent/Data/GearboxData.cs index 2d82d3b639b08a0ccd5e910c8efa2aa5595172f3..4436424adce2e6954fac7d29cc533672c4559934 100644 --- a/VectoCore/VectoCore/Models/SimulationComponent/Data/GearboxData.cs +++ b/VectoCore/VectoCore/Models/SimulationComponent/Data/GearboxData.cs @@ -130,5 +130,9 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Data /// <c>true</c> if this instance has torque converter; otherwise, <c>false</c>. /// </value> public bool HasTorqueConverter { get; internal set; } + + public Second UpshiftAfterDownshiftDelay { get; internal set; } + public Second DownshiftAfterUpshiftDelay { get; internal set; } + public MeterPerSquareSecond UpshiftMinAcceleration { get; internal set; } } } \ No newline at end of file diff --git a/VectoCore/VectoCore/Models/SimulationComponent/IAxlegear.cs b/VectoCore/VectoCore/Models/SimulationComponent/IAxlegear.cs new file mode 100644 index 0000000000000000000000000000000000000000..9fbe29b51c784295c997334343454afef1b4c3fb --- /dev/null +++ b/VectoCore/VectoCore/Models/SimulationComponent/IAxlegear.cs @@ -0,0 +1,6 @@ +using TUGraz.VectoCore.Models.Simulation.DataBus; + +namespace TUGraz.VectoCore.Models.SimulationComponent +{ + public interface IAxlegear : IPowerTrainComponent, IAxlegearInfo {} +} \ No newline at end of file diff --git a/VectoCore/VectoCore/Models/SimulationComponent/IDrivingCycleInfo.cs b/VectoCore/VectoCore/Models/SimulationComponent/IDrivingCycleInfo.cs index 203a39311adb1e2946308e2d927930cbd4e3da17..412603402262683f035d0ab35d45b544751b1e38 100644 --- a/VectoCore/VectoCore/Models/SimulationComponent/IDrivingCycleInfo.cs +++ b/VectoCore/VectoCore/Models/SimulationComponent/IDrivingCycleInfo.cs @@ -29,6 +29,7 @@ * Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ +using System.Collections.Generic; using TUGraz.VectoCommon.Utils; using TUGraz.VectoCore.Models.SimulationComponent.Data; @@ -45,6 +46,20 @@ namespace TUGraz.VectoCore.Models.SimulationComponent /// </summary> CycleData CycleData { get; } + /// <summary> + /// get a single driving-cycle entry at a certain distance ahead + /// altitude is interpolated between sampling points, slope is averaged + /// </summary> + /// <param name="distance"></param> + /// <returns></returns> + DrivingCycleData.DrivingCycleEntry CycleLookAhead(Meter distance); + Meter Altitude { get; } + + Meter CycleStartDistance { get; } + + IReadOnlyList<DrivingCycleData.DrivingCycleEntry> LookAhead(Meter lookaheadDistance); + + IReadOnlyList<DrivingCycleData.DrivingCycleEntry> LookAhead(Second time); } } \ No newline at end of file diff --git a/VectoCore/VectoCore/Models/SimulationComponent/IWheels.cs b/VectoCore/VectoCore/Models/SimulationComponent/IWheels.cs index f70362fe06afc987b2822aa3e96487248d7c52be..76fd98c51b4b8a0a1516af078a2c03824cbfc406 100644 --- a/VectoCore/VectoCore/Models/SimulationComponent/IWheels.cs +++ b/VectoCore/VectoCore/Models/SimulationComponent/IWheels.cs @@ -30,11 +30,12 @@ */ using TUGraz.VectoCore.Models.Connector.Ports; +using TUGraz.VectoCore.Models.Simulation.DataBus; namespace TUGraz.VectoCore.Models.SimulationComponent { /// <summary> /// Defines interfaces for a wheels component. /// </summary> - public interface IWheels : IFvOutProvider, ITnInProvider {} + public interface IWheels : IFvOutProvider, ITnInProvider, IWheelsInfo {} } \ No newline at end of file diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Impl/AMTShiftStrategy.cs b/VectoCore/VectoCore/Models/SimulationComponent/Impl/AMTShiftStrategy.cs new file mode 100644 index 0000000000000000000000000000000000000000..c71280279879f46b2a255423b784453c13cdb8c7 --- /dev/null +++ b/VectoCore/VectoCore/Models/SimulationComponent/Impl/AMTShiftStrategy.cs @@ -0,0 +1,269 @@ +using TUGraz.VectoCommon.Utils; +using TUGraz.VectoCore.Configuration; +using TUGraz.VectoCore.Models.Connector.Ports.Impl; +using TUGraz.VectoCore.Models.Simulation.DataBus; +using TUGraz.VectoCore.Models.SimulationComponent.Data; + +namespace TUGraz.VectoCore.Models.SimulationComponent.Impl +{ + /// <summary> + /// AMTShiftStrategy implements the AMT Shifting Behaviour. + /// </summary> + public class AMTShiftStrategy : ShiftStrategy + { + /// <summary> + /// The previous gear before the disengagement. Used for GetGear() when skipGears is false. + /// </summary> + protected uint PreviousGear; + + public uint NextGear { get; set; } + + public AMTShiftStrategy(GearboxData data, IDataBus dataBus) : base(data, dataBus) + { + PreviousGear = 1; + Data.EarlyShiftUp = true; + Data.SkipGears = true; + } + + + private bool SpeedTooLowForEngine(uint gear, PerSecond outAngularSpeed) + { + return (outAngularSpeed * Data.Gears[gear].Ratio).IsSmaller(DataBus.EngineIdleSpeed); + } + + // original vecto2.2: (inAngularSpeed - IdleSpeed) / (RatedSpeed - IdleSpeed) >= 1.2 + // = inAngularSpeed - IdleSpeed >= 1.2*(RatedSpeed - IdleSpeed) + // = inAngularSpeed >= 1.2*RatedSpeed - 0.2*IdleSpeed + private bool SpeedTooHighForEngine(uint gear, PerSecond outAngularSpeed) + { + return + (outAngularSpeed * Data.Gears[gear].Ratio).IsGreaterOrEqual(DataBus.EngineN95hSpeed); + } + + + public override uint Engage(Second absTime, Second dt, NewtonMeter outTorque, PerSecond outAngularVelocity) + { + while (NextGear > 1 && SpeedTooLowForEngine(NextGear, outAngularVelocity)) { + NextGear--; + } + while (NextGear < Data.Gears.Count && SpeedTooHighForEngine(NextGear, outAngularVelocity)) { + NextGear++; + } + + return NextGear; + } + + public override void Disengage(Second absTime, Second dt, NewtonMeter outTorque, PerSecond outEngineSpeed) + { + PreviousGear = Gearbox.Gear; + } + + public override uint InitGear(Second absTime, Second dt, NewtonMeter outTorque, PerSecond outEngineSpeed) + { + if (DataBus.VehicleSpeed.IsEqual(0)) { + for (var gear = (uint)Data.Gears.Count; gear > 1; gear--) { + var inAngularSpeed = outEngineSpeed * Data.Gears[gear].Ratio; + + var ratedSpeed = Data.Gears[gear].FullLoadCurve != null + ? Data.Gears[gear].FullLoadCurve.RatedSpeed + : DataBus.EngineRatedSpeed; + if (inAngularSpeed > ratedSpeed || inAngularSpeed.IsEqual(0)) { + continue; + } + + var response = Gearbox.Initialize(gear, outTorque, outEngineSpeed); + + var fullLoadPower = response.EnginePowerRequest - response.DeltaFullLoad; + var reserve = 1 - response.EnginePowerRequest / fullLoadPower; + var inTorque = response.ClutchPowerRequest / inAngularSpeed; + + // if in shift curve and above idle speed and torque reserve is provided. + if (!IsBelowDownShiftCurve(gear, inTorque, inAngularSpeed) && inAngularSpeed > DataBus.EngineIdleSpeed && + reserve >= Data.StartTorqueReserve) { + return gear; + } + } + return 1; + } + for (var gear = (uint)Data.Gears.Count; gear > 1; gear--) { + var response = Gearbox.Initialize(gear, outTorque, outEngineSpeed); + + var inAngularSpeed = outEngineSpeed * Data.Gears[gear].Ratio; + var fullLoadPower = response.EnginePowerRequest - response.DeltaFullLoad; + var reserve = 1 - response.EnginePowerRequest / fullLoadPower; + var inTorque = response.ClutchPowerRequest / inAngularSpeed; + + // if in shift curve and torque reserve is provided: return the current gear + if (!IsBelowDownShiftCurve(gear, inTorque, inAngularSpeed) && !IsAboveUpShiftCurve(gear, inTorque, inAngularSpeed) && + reserve >= Data.StartTorqueReserve) { + if ((inAngularSpeed - DataBus.EngineIdleSpeed) / (DataBus.EngineRatedSpeed - DataBus.EngineIdleSpeed) < + Constants.SimulationSettings.ClutchClosingSpeedNorm && gear > 1) { + gear--; + } + + return gear; + } + + // if over the up shift curve: return the previous gear (even thou it did not provide the required torque reserve) + if (IsAboveUpShiftCurve(gear, inTorque, inAngularSpeed) && gear < Data.Gears.Count) { + return gear + 1; + } + } + + // fallback: return first gear + return 1; + } + + public override bool ShiftRequired(Second absTime, Second dt, NewtonMeter outTorque, PerSecond outAngularVelocity, + NewtonMeter inTorque, PerSecond inAngularVelocity, uint gear, Second lastShiftTime) + { + // no shift when vehicle stands + if (DataBus.VehicleStopped) { + return false; + } + + // emergency shift to not stall the engine ------------------------ + NextGear = gear; + while (NextGear > 1 && SpeedTooLowForEngine(NextGear, outAngularVelocity)) { + NextGear--; + } + while (NextGear < Data.Gears.Count && SpeedTooHighForEngine(NextGear, outAngularVelocity)) { + NextGear++; + } + if (NextGear != gear) { + return true; + } + + + // normal shift when all requirements are fullfilled ------------------ + var minimumShiftTimePassed = (lastShiftTime + Data.ShiftTime).IsSmallerOrEqual(absTime); + if (!minimumShiftTimePassed) { + return false; + } + + NextGear = CheckDownshift(absTime, dt, outTorque, outAngularVelocity, inTorque, inAngularVelocity, gear); + if (NextGear != gear) { + return true; + } + + NextGear = CheckUpshift(absTime, dt, outTorque, outAngularVelocity, inTorque, inAngularVelocity, gear); + + if ((Data.Gears[NextGear].Ratio * outAngularVelocity - DataBus.EngineIdleSpeed) / + (DataBus.EngineRatedSpeed - DataBus.EngineIdleSpeed) < + Constants.SimulationSettings.ClutchClosingSpeedNorm && NextGear > 1) { + NextGear--; + } + + return (NextGear != gear); + } + + protected virtual uint CheckUpshift(Second absTime, Second dt, NewtonMeter outTorque, PerSecond outAngularVelocity, + NewtonMeter inTorque, PerSecond inAngularVelocity, uint currentGear) + { + // if the driver's intention is _not_ to accelerate or drive along then don't upshift + if (DataBus.DriverBehavior != DrivingBehavior.Accelerating && DataBus.DriverBehavior != DrivingBehavior.Driving) { + return currentGear; + } + if ((absTime - Gearbox.LastDownshift).IsSmaller(Gearbox.ModelData.UpshiftAfterDownshiftDelay)) { + return currentGear; + } + var nextGear = DoCheckUpshift(absTime, dt, outTorque, outAngularVelocity, inTorque, inAngularVelocity, currentGear); + if (nextGear == currentGear) { + return nextGear; + } + + // estimate acceleration for selected gear + if (EstimateAccelerationForGear(nextGear, outAngularVelocity).IsSmaller(Gearbox.ModelData.UpshiftMinAcceleration)) { + // if less than 0.1 for next gear, don't shift + if (nextGear - currentGear == 1) { + return currentGear; + } + // if a gear is skipped but acceleration is less than 0.1, try for next gear. if acceleration is still below 0.1 don't shift! + if (nextGear > currentGear && + EstimateAccelerationForGear(currentGear + 1, outAngularVelocity).IsSmaller(Gearbox.ModelData.UpshiftMinAcceleration)) + { + return currentGear; + } + nextGear = currentGear + 1; + } + + return nextGear; + } + + protected virtual uint CheckDownshift(Second absTime, Second dt, NewtonMeter outTorque, PerSecond outAngularVelocity, + NewtonMeter inTorque, PerSecond inAngularVelocity, uint currentGear) + { + if ((absTime - Gearbox.LastUpshift).IsSmaller(Gearbox.ModelData.DownshiftAfterUpshiftDelay)) { + return currentGear; + } + return DoCheckDownshift(absTime, dt, outTorque, outAngularVelocity, inTorque, inAngularVelocity, currentGear); + } + + protected virtual uint DoCheckUpshift(Second absTime, Second dt, NewtonMeter outTorque, PerSecond outAngularVelocity, + NewtonMeter inTorque, PerSecond inAngularVelocity, uint currentGear) + { + // upshift + while (IsAboveUpShiftCurve(currentGear, inTorque, inAngularVelocity)) { + currentGear++; + if (!Data.SkipGears) { + break; + } + + var tmpGear = Gearbox.Gear; + Gearbox.Gear = currentGear; + var response = (ResponseDryRun)Gearbox.Request(absTime, dt, outTorque, outAngularVelocity, true); + Gearbox.Gear = tmpGear; + + inAngularVelocity = Data.Gears[currentGear].Ratio * outAngularVelocity; + inTorque = response.ClutchPowerRequest / inAngularVelocity; + } + + // early up shift to higher gear --------------------------------------- + if (Data.EarlyShiftUp && currentGear < Data.Gears.Count) { + // try if next gear would provide enough torque reserve + var tryNextGear = currentGear + 1; + var tmpGear = Gearbox.Gear; + Gearbox.Gear = tryNextGear; + var response = (ResponseDryRun)Gearbox.Request(absTime, dt, outTorque, outAngularVelocity, true); + Gearbox.Gear = tmpGear; + if (!(response is ResponseEngineSpeedTooLow)) { + inAngularVelocity = Data.Gears[tryNextGear].Ratio * outAngularVelocity; + inTorque = response.ClutchPowerRequest / inAngularVelocity; + + // if next gear supplied enough power reserve: take it + // otherwise take + if (!IsBelowDownShiftCurve(tryNextGear, inTorque, inAngularVelocity)) { + var fullLoadPower = response.EnginePowerRequest - response.DeltaFullLoad; + var reserve = 1 - response.EnginePowerRequest / fullLoadPower; + + if (reserve >= Data.TorqueReserve) { + currentGear = tryNextGear; + } + } + } + } + return currentGear; + } + + + protected virtual uint DoCheckDownshift(Second absTime, Second dt, NewtonMeter outTorque, PerSecond outAngularVelocity, + NewtonMeter inTorque, PerSecond inAngularVelocity, uint currentGear) + { + // down shift + while (IsBelowDownShiftCurve(currentGear, inTorque, inAngularVelocity)) { + currentGear--; + if (!Data.SkipGears) { + break; + } + var tmpGear = Gearbox.Gear; + Gearbox.Gear = currentGear; + var response = (ResponseDryRun)Gearbox.Request(absTime, dt, outTorque, outAngularVelocity, true); + Gearbox.Gear = tmpGear; + + inAngularVelocity = Data.Gears[currentGear].Ratio * outAngularVelocity; + inTorque = response.ClutchPowerRequest / inAngularVelocity; + } + return currentGear; + } + } +} \ No newline at end of file diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Impl/AxleGear.cs b/VectoCore/VectoCore/Models/SimulationComponent/Impl/AxleGear.cs index 111215644b3022fef463bd288598226b1b6c513b..e4cfca6fa8df8fb32762fb17eb5536395cb4f4df 100644 --- a/VectoCore/VectoCore/Models/SimulationComponent/Impl/AxleGear.cs +++ b/VectoCore/VectoCore/Models/SimulationComponent/Impl/AxleGear.cs @@ -42,7 +42,7 @@ using TUGraz.VectoCore.Utils; namespace TUGraz.VectoCore.Models.SimulationComponent.Impl { - public class AxleGear : StatefulVectoSimulationComponent<AxleGear.AxleGearState>, IPowerTrainComponent, ITnInPort, + public class AxleGear : StatefulVectoSimulationComponent<AxleGear.AxlegearState>, IAxlegear, ITnInPort, ITnOutPort { protected ITnOutPort NextComponent; @@ -124,9 +124,15 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl AdvanceState(); } - public class AxleGearState : SimpleComponentState + public Watt AxlegearLoss() + { + return (PreviousState.TransmissionTorqueLoss) * PreviousState.InAngularVelocity; + } + + public class AxlegearState : SimpleComponentState { public TransmissionLossMap.LossMapResult TorqueLossResult; + public NewtonMeter TransmissionTorqueLoss = 0.SI<NewtonMeter>(); } } } \ No newline at end of file diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs b/VectoCore/VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs index bf102a03d719ec35e8847900435f5689ea221267..1cd5b3cbfcdb30c1c4181babcd312feb0dac2264 100644 --- a/VectoCore/VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs +++ b/VectoCore/VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs @@ -121,6 +121,11 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl get { return ModelData.FullLoadCurve.RatedSpeed; } } + public PerSecond EngineN95hSpeed + { + get { return ModelData.FullLoadCurve.N95hSpeed; } + } + public ICombustionEngineIdleController IdleController { get { return EngineIdleController ?? (EngineIdleController = new CombustionEngineIdleController(this)); } diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Impl/CycleGearbox.cs b/VectoCore/VectoCore/Models/SimulationComponent/Impl/CycleGearbox.cs index e2d90735040a41debb4f3063b729ae1b03347d30..60df00dc2c75486ddcdea1918f610c9e92855251 100644 --- a/VectoCore/VectoCore/Models/SimulationComponent/Impl/CycleGearbox.cs +++ b/VectoCore/VectoCore/Models/SimulationComponent/Impl/CycleGearbox.cs @@ -112,12 +112,15 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl get { return Gear == 0 ? null : ModelData.Gears[Gear].FullLoadCurve; } } - public Watt GearboxLoss(PerSecond inAngularVelocity, NewtonMeter inTorque) + public Watt GearboxLoss() { - var outTorque = ModelData.Gears[Gear].LossMap.GetOutTorque(inAngularVelocity, inTorque, true); - var torqueLoss = inTorque - outTorque * ModelData.Gears[Gear].Ratio; + //var outTorque = ModelData.Gears[Gear].LossMap.GetOutTorque(inAngularVelocity, inTorque, true); + //var torqueLoss = inTorque - outTorque * ModelData.Gears[Gear].Ratio; - return torqueLoss * inAngularVelocity; + //return torqueLoss * inAngularVelocity; + + return (PreviousState.TransmissionTorqueLoss + + PreviousState.InertiaTorqueLossOut / ModelData.Gears[PreviousState.Gear].Ratio) * PreviousState.InAngularVelocity; } #endregion @@ -226,7 +229,9 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl public IResponse Request(Second absTime, Second dt, NewtonMeter outTorque, PerSecond outAngularVelocity, bool dryRun) { Log.Debug("Gearbox Power Request: torque: {0}, angularVelocity: {1}", outTorque, outAngularVelocity); - Gear = DataBus.CycleData.LeftSample.Gear; + Gear = DataBus.DriverBehavior == DrivingBehavior.Braking + ? DataBus.CycleData.LeftSample.Gear + : DataBus.CycleData.RightSample.Gear; var avgOutAngularVelocity = (PreviousState.OutAngularVelocity + outAngularVelocity) / 2.0; diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Impl/DefaultDriverStrategy.cs b/VectoCore/VectoCore/Models/SimulationComponent/Impl/DefaultDriverStrategy.cs index 27a6ef06c48f37773e31320feb5976ad318309c7..c37df9ba81c910e43f8909a5d6b7af4484011b94 100644 --- a/VectoCore/VectoCore/Models/SimulationComponent/Impl/DefaultDriverStrategy.cs +++ b/VectoCore/VectoCore/Models/SimulationComponent/Impl/DefaultDriverStrategy.cs @@ -272,13 +272,14 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl Log.Debug("Next Driving Action: {0}", NextDrivingAction); } - protected DrivingBehaviorEntry GetNextDrivingAction(Meter minDistance, Meter ds) + protected internal DrivingBehaviorEntry GetNextDrivingAction(Meter minDistance, Meter ds) { var currentSpeed = Driver.DataBus.VehicleSpeed; - // distance until halt - var lookaheadDistance = (currentSpeed.Value() * 3.6 * 10).SI<Meter>(); - lookaheadDistance = VectoMath.Max(2 * ds, 1.2 * lookaheadDistance); + var lookaheadDistance = + (currentSpeed.Value() * 3.6 * Driver.DriverData.LookAheadCoasting.LookAheadDistanceFactor).SI<Meter>(); + var stopDistance = Driver.ComputeDecelerationDistance(0.SI<MeterPerSecond>()); + lookaheadDistance = VectoMath.Max(2 * ds, lookaheadDistance, 1.2 * stopDistance); var lookaheadData = Driver.DataBus.LookAhead(lookaheadDistance); Log.Debug("Lookahead distance: {0} @ current speed {1}", lookaheadDistance, currentSpeed); @@ -328,47 +329,39 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl return nextBrakingAction; } - protected internal virtual Meter ComputeCoastingDistance(MeterPerSecond v_veh, + protected internal virtual Meter ComputeCoastingDistance(MeterPerSecond vehicleSpeed, DrivingCycleData.DrivingCycleEntry actionEntry) { - var v_target = OverspeedAllowed(actionEntry.RoadGradient, actionEntry.VehicleTargetSpeed) + var targetSpeed = OverspeedAllowed(actionEntry.RoadGradient, actionEntry.VehicleTargetSpeed) ? actionEntry.VehicleTargetSpeed + Driver.DriverData.OverSpeedEcoRoll.OverSpeed : actionEntry.VehicleTargetSpeed; - var m = Driver.DataBus.TotalMass; - var g = Physics.GravityAccelleration; - var h_target = actionEntry.Altitude; //dec.Altitude; + var vehicleMass = Driver.DataBus.TotalMass + Driver.DataBus.ReducedMassWheels; + var targetAltitude = actionEntry.Altitude; //dec.Altitude; - var h_vehicle = Driver.DataBus.Altitude; + var vehicleAltitude = Driver.DataBus.Altitude; - var E_kin_veh = m * v_veh * v_veh / 2; - var E_kin_target = m * v_target * v_target / 2; - var E_pot_target = m * g * h_target; - var E_pot_veh = m * g * h_vehicle; + var targetEnergy = vehicleMass * Physics.GravityAccelleration * targetAltitude + + vehicleMass * targetSpeed * targetSpeed / 2; + var vehicleEnergy = vehicleMass * Physics.GravityAccelleration * vehicleAltitude + + vehicleMass * vehicleSpeed * vehicleSpeed / 2; - var delta_E = (E_kin_veh + E_pot_veh) - (E_kin_target + E_pot_target); + var energyDifference = vehicleEnergy - targetEnergy; - //var F_dec_average = delta_E / x_delta; + var airDragForce = Driver.DataBus.AirDragResistance(vehicleSpeed, targetSpeed); + var rollResistanceForce = Driver.DataBus.RollingResistance( + ((targetAltitude - vehicleAltitude) / (actionEntry.Distance - Driver.DataBus.Distance)).Value().SI<Radian>()); + var engineDragLoss = Driver.DataBus.EngineDragPower(Driver.DataBus.EngineSpeed); + var gearboxLoss = Driver.DataBus.GearboxLoss(); + var axleLoss = Driver.DataBus.AxlegearLoss(); - var F_air = Driver.DataBus.AirDragResistance(v_veh, v_target); - var F_roll = - Driver.DataBus.RollingResistance( - ((h_target - h_vehicle) / (actionEntry.Distance - Driver.DataBus.Distance)).Value().SI<Radian>()); - var F_enginedrag = Driver.DataBus.EngineDragPower(Driver.DataBus.EngineSpeed) / v_veh; - var F_loss_gb = Driver.DataBus.GearboxLoss(Driver.DataBus.EngineSpeed, Driver.DataBus.EngineTorque) / v_veh; + var coastingResistanceForce = airDragForce + rollResistanceForce + + (gearboxLoss + axleLoss - engineDragLoss) / vehicleSpeed; - // todo mk-2016-05-11 calculate ra loss - var F_loss_ra = 0.SI<Newton>(); - - var F_coasting = F_air + F_roll + F_loss_gb + F_loss_ra - F_enginedrag; - - //var CDP = F_dec_average / -F_coasting; - - var DF_coasting = LACDecisionFactor.Lookup(v_target, v_veh - v_target); - - var delta_x = (delta_E / (DF_coasting * F_coasting)).Cast<Meter>(); - - return delta_x; + var coastingDecisionFactor = Driver.DriverData.LookAheadCoasting.LookAheadDecisionFactor.Lookup(targetSpeed, + vehicleSpeed - targetSpeed); + var coastingDistance = (energyDifference / (coastingDecisionFactor * coastingResistanceForce)).Cast<Meter>(); + return coastingDistance; } @@ -446,7 +439,8 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl //DriverStrategy.BrakeTrigger = DriverStrategy.NextDrivingAction; } - var newOperatingPoint = VectoMath.ComputeTimeInterval(DataBus.VehicleSpeed, response.Acceleration, DataBus.Distance, ds); + var newOperatingPoint = VectoMath.ComputeTimeInterval(DataBus.VehicleSpeed, response.Acceleration, DataBus.Distance, + ds); if (newOperatingPoint.SimulationInterval.IsSmaller(Constants.SimulationSettings.LowerBoundTimeInterval)) { // the next time interval will be too short, this may lead to issues with inertia etc. // instead of accelerating, drive at constant speed. @@ -639,8 +633,16 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl if (Phase == BrakingPhase.Coast) { var brakingDistance = Driver.ComputeDecelerationDistance(DriverStrategy.BrakeTrigger.NextTargetSpeed) + DefaultDriverStrategy.BrakingSafetyMargin; - Log.Debug("breaking distance: {0}, start braking @ {1}", brakingDistance, - DriverStrategy.BrakeTrigger.TriggerDistance - brakingDistance); + DriverStrategy.BrakeTrigger.BrakingStartDistance = DriverStrategy.BrakeTrigger.TriggerDistance - brakingDistance; + + var nextBrakeAction = DriverStrategy.GetNextDrivingAction(DataBus.Distance, ds); + if (nextBrakeAction != null && !DriverStrategy.BrakeTrigger.TriggerDistance.IsEqual(nextBrakeAction.TriggerDistance) && + nextBrakeAction.BrakingStartDistance.IsSmaller( DriverStrategy.BrakeTrigger.BrakingStartDistance)) { + DriverStrategy.BrakeTrigger = nextBrakeAction; + Log.Debug("setting brake trigger to new trigger: trigger distance: {0}, start braking @ {1}", nextBrakeAction.TriggerDistance, nextBrakeAction.BrakingStartDistance); + } + + Log.Debug("start braking @ {0}", DriverStrategy.BrakeTrigger.TriggerDistance - brakingDistance); var remainingDistanceToBrake = DriverStrategy.BrakeTrigger.TriggerDistance - brakingDistance - currentDistance; var estimatedTimeInterval = remainingDistanceToBrake / DataBus.VehicleSpeed; if (estimatedTimeInterval.IsSmaller(Constants.SimulationSettings.LowerBoundTimeInterval) || diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Impl/DistanceBasedDrivingCycle.cs b/VectoCore/VectoCore/Models/SimulationComponent/Impl/DistanceBasedDrivingCycle.cs index 643ddba6bb62feb3c08a43cc2e71c9079f5cc763..0ca0f5565473c9fd802623be4cd0e7e4da29576c 100644 --- a/VectoCore/VectoCore/Models/SimulationComponent/Impl/DistanceBasedDrivingCycle.cs +++ b/VectoCore/VectoCore/Models/SimulationComponent/Impl/DistanceBasedDrivingCycle.cs @@ -52,7 +52,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl /// </summary> public sealed class DistanceBasedDrivingCycle : StatefulVectoSimulationComponent<DistanceBasedDrivingCycle.DrivingCycleState>, IDrivingCycle, ISimulationOutPort, - IDrivingCycleInPort, IRoadLookAhead, IDisposable + IDrivingCycleInPort, IDisposable { private const double LookaheadTimeSafetyMargin = 1.5; private readonly DrivingCycleData _data; @@ -395,6 +395,52 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl } } + public DrivingCycleData.DrivingCycleEntry CycleLookAhead(Meter distance) + { + var absDistance = CurrentState.Distance + distance; + var myIterator = CycleIntervalIterator.Clone(); + + if (absDistance > _data.Entries.Last().Distance) { + return ExtrapolateCycleEntry(absDistance, _data.Entries.Last()); + } + while (myIterator.RightSample.Distance < absDistance) { + myIterator.MoveNext(); + } + + return InterpolateCycleEntry(absDistance, myIterator.RightSample); + } + + private DrivingCycleData.DrivingCycleEntry InterpolateCycleEntry(Meter absDistance, + DrivingCycleData.DrivingCycleEntry lookahead) + { + var retVal = new DrivingCycleData.DrivingCycleEntry(lookahead) { + Distance = absDistance, + Altitude = VectoMath.Interpolate(CurrentState.Distance, lookahead.Distance, CurrentState.Altitude, + lookahead.Altitude, absDistance) + }; + + retVal.RoadGradient = + ((retVal.Altitude - CurrentState.Altitude) / (absDistance - CurrentState.Distance)).Value().SI<Radian>(); + + return retVal; + } + + private DrivingCycleData.DrivingCycleEntry ExtrapolateCycleEntry(Meter absDistance, + DrivingCycleData.DrivingCycleEntry lookahead) + { + var retVal = new DrivingCycleData.DrivingCycleEntry(lookahead) + { + Distance = absDistance, + Altitude = lookahead.Altitude + lookahead.RoadGradient * (absDistance - lookahead.Distance), + //VectoMath.Interpolate(CurrentState.Distance, lookahead.Distance, CurrentState.Altitude,lookahead.Altitude, absDistance) + }; + + retVal.RoadGradient = + ((retVal.Altitude - CurrentState.Altitude) / (absDistance - CurrentState.Distance)).Value().SI<Radian>(); + + return retVal; + } + public Meter Altitude { get { return PreviousState.Altitude; } diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Impl/Driver.cs b/VectoCore/VectoCore/Models/SimulationComponent/Impl/Driver.cs index fa53ac27fbf347d8d0e0889f71bfd08a4db49228..beec23dfcf8fa4730b36678b7b654ce1b82a3c3c 100644 --- a/VectoCore/VectoCore/Models/SimulationComponent/Impl/Driver.cs +++ b/VectoCore/VectoCore/Models/SimulationComponent/Impl/Driver.cs @@ -572,6 +572,10 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl // else: use same timeinterval as before. if (!(acc.IsEqual(0) && DataBus.VehicleSpeed.IsEqual(0))) { var tmp = ComputeTimeInterval(acc, ds); + if (tmp.SimulationInterval.IsEqual(0.SI<Second>(), 1e-9.SI<Second>())) { + throw new VectoSearchAbortedException("next TimeInterval is 0. a: {0}, v: {1}, dt: {2}", acc, + DataBus.VehicleSpeed, tmp.SimulationInterval); + } retVal.Acceleration = tmp.Acceleration; retVal.SimulationInterval = tmp.SimulationInterval; retVal.SimulationDistance = tmp.SimulationDistance; diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Impl/Gearbox.cs b/VectoCore/VectoCore/Models/SimulationComponent/Impl/Gearbox.cs index 6b64c413c7b679700823490c8d0dbf74f1363b9e..9f46216ef167ea2d65bb41b8b9be24f94c940f9b 100644 --- a/VectoCore/VectoCore/Models/SimulationComponent/Impl/Gearbox.cs +++ b/VectoCore/VectoCore/Models/SimulationComponent/Impl/Gearbox.cs @@ -74,6 +74,10 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl /// </summary> protected internal bool Disengaged = true; + public Second LastUpshift { get; private set; } + + public Second LastDownshift { get; private set; } + public bool ClutchClosed(Second absTime) { return _engageTime.IsSmallerOrEqual(absTime); @@ -84,6 +88,9 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl ModelData = gearboxModelData; _strategy = strategy; _strategy.Gearbox = this; + + LastDownshift = -double.MaxValue.SI<Second>(); + LastUpshift = -double.MaxValue.SI<Second>(); } #region ITnInProvider @@ -129,12 +136,14 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl get { return Gear == 0 ? null : ModelData.Gears[Gear].FullLoadCurve; } } - public Watt GearboxLoss(PerSecond inAngularVelocity, NewtonMeter inTorque) + public Watt GearboxLoss() { - var outTorque = ModelData.Gears[Gear].LossMap.GetOutTorque(inAngularVelocity, inTorque, true); - var torqueLoss = inTorque - outTorque * ModelData.Gears[Gear].Ratio; + //var outTorque = ModelData.Gears[Gear].LossMap.GetOutTorque(inAngularVelocity, inTorque, true); + //var torqueLoss = inTorque - outTorque * ModelData.Gears[Gear].Ratio; - return torqueLoss * inAngularVelocity; + //return torqueLoss * inAngularVelocity; + return (PreviousState.TransmissionTorqueLoss + + PreviousState.InertiaTorqueLossOut / ModelData.Gears[PreviousState.Gear].Ratio) * PreviousState.InAngularVelocity; } #endregion @@ -334,14 +343,24 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl bool dryRun) { // Set a Gear if no gear was set and engineSpeed is not zero + //if (!Disengaged && DataBus.VehicleStopped && !outAngularVelocity.IsEqual(0)) + //{ + // Gear = _strategy.InitGear(absTime, dt, outTorque, outAngularVelocity); + //} if (Disengaged && !outAngularVelocity.IsEqual(0)) { Disengaged = false; + var lastGear = Gear; if (DataBus.VehicleStopped) { Gear = _strategy.InitGear(absTime, dt, outTorque, outAngularVelocity); } else { Gear = _strategy.Engage(absTime, dt, outTorque, outAngularVelocity); } - + if (Gear > lastGear) { + LastUpshift = absTime; + } + if (Gear < lastGear) { + LastDownshift = absTime; + } Log.Debug("Gearbox engaged gear {0}", Gear); } @@ -359,8 +378,9 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl : 0.SI<NewtonMeter>(); inTorque += CurrentState.InertiaTorqueLossOut / ModelData.Gears[Gear].Ratio; - var inertiaTorqueLossIn = - Formulas.InertiaPower(outAngularVelocity, PreviousState.OutAngularVelocity, ModelData.Inertia, dt) / + var inertiaTorqueLossIn = avgOutAngularVelocity.IsEqual(0, 1e-9) + ? 0.SI<NewtonMeter>() + : Formulas.InertiaPower(outAngularVelocity, PreviousState.OutAngularVelocity, ModelData.Inertia, dt) / avgOutAngularVelocity / ModelData.Gears[Gear].Ratio; var dryRunResponse = NextComponent.Request(absTime, dt, inTorque + inertiaTorqueLossIn, inAngularVelocity, true); dryRunResponse.GearboxPowerRequest = outTorque * (PreviousState.OutAngularVelocity + outAngularVelocity) / 2.0; diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Impl/MTShiftStrategy.cs b/VectoCore/VectoCore/Models/SimulationComponent/Impl/MTShiftStrategy.cs new file mode 100644 index 0000000000000000000000000000000000000000..b1cbd03883f60a6842ed8a044c078e1f9eaf7464 --- /dev/null +++ b/VectoCore/VectoCore/Models/SimulationComponent/Impl/MTShiftStrategy.cs @@ -0,0 +1,15 @@ +using TUGraz.VectoCommon.Utils; +using TUGraz.VectoCore.Models.Simulation.DataBus; +using TUGraz.VectoCore.Models.SimulationComponent.Data; + +namespace TUGraz.VectoCore.Models.SimulationComponent.Impl +{ + public class MTShiftStrategy : AMTShiftStrategy + { + public MTShiftStrategy(GearboxData data, IDataBus bus) : base(data, bus) + { + Data.EarlyShiftUp = false; + Data.SkipGears = true; + } + } +} \ No newline at end of file diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Impl/PowertrainDrivingCycle.cs b/VectoCore/VectoCore/Models/SimulationComponent/Impl/PowertrainDrivingCycle.cs index b6fdee3501d24cbfc7226aec422331949374b0d9..95d534a251891b46f1149b5ef9fd23fc5ad88367 100644 --- a/VectoCore/VectoCore/Models/SimulationComponent/Impl/PowertrainDrivingCycle.cs +++ b/VectoCore/VectoCore/Models/SimulationComponent/Impl/PowertrainDrivingCycle.cs @@ -74,6 +74,8 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl RightSample = Data.Entries.GetEnumerator(); RightSample.MoveNext(); RightSample.MoveNext(); + + AbsTime = 0.SI<Second>(); } #region ITnInProvider @@ -217,10 +219,32 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl } } + public DrivingCycleData.DrivingCycleEntry CycleLookAhead(Meter distance) + { + return new DrivingCycleData.DrivingCycleEntry() { + Altitude = 0.SI<Meter>() + }; + } + public Meter Altitude { get { return 0.SI<Meter>(); } } + + public Meter CycleStartDistance + { + get { return 0.SI<Meter>(); } + } + + public IReadOnlyList<DrivingCycleData.DrivingCycleEntry> LookAhead(Meter lookaheadDistance) + { + throw new System.NotImplementedException(); + } + + public IReadOnlyList<DrivingCycleData.DrivingCycleEntry> LookAhead(Second time) + { + throw new System.NotImplementedException(); + } } /// <summary> @@ -396,6 +420,9 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl var deltaT = RightSample.Current.Time - LeftSample.Current.Time; var acceleration = deltaV / deltaT; var gradient = LeftSample.Current.RoadGradient; + DriverBehavior = acceleration < 0 + ? DriverBehavior = DrivingBehavior.Braking + : DriverBehavior = DrivingBehavior.Driving; IResponse response; var responseCount = 0; @@ -406,13 +433,16 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl .Case<ResponseGearShift>(() => response = NextComponent.Request(absTime, dt, acceleration, gradient)) .Case<ResponseUnderload>(r => { DataBus.BrakePower = SearchAlgorithm.Search(DataBus.BrakePower, r.Delta, -r.Delta, - getYValue: result => ((ResponseDryRun)result).DeltaDragLoad, + getYValue: result => RightSample.Current.Gear == 0 + ? ((ResponseDryRun)result).GearboxPowerRequest + : ((ResponseDryRun)result).DeltaDragLoad, evaluateFunction: x => { DataBus.BrakePower = x; return NextComponent.Request(absTime, dt, acceleration, gradient, true); }, - criterion: y => - ((ResponseDryRun)y).DeltaDragLoad.Value()); + criterion: y => RightSample.Current.Gear == 0 + ? ((ResponseDryRun)y).GearboxPowerRequest.Value() + : ((ResponseDryRun)y).DeltaDragLoad.Value()); Log.Info( "Found operating point for braking. absTime: {0}, dt: {1}, acceleration: {2}, gradient: {3}, BrakePower: {4}", absTime, dt, acceleration, gradient, DataBus.BrakePower); @@ -426,7 +456,8 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl criterion: y => ((ResponseDryRun)y).DeltaFullLoad.Value()); Log.Info( - "Found operating point for driver acceleration. absTime: {0}, dt: {1}, acceleration: {2}, gradient: {3}", absTime, + "Found operating point for driver acceleration. absTime: {0}, dt: {1}, acceleration: {2}, gradient: {3}", + absTime, dt, acceleration, gradient); response = NextComponent.Request(absTime, dt, acceleration, gradient); }) @@ -476,7 +507,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl public double Progress { - get { return AbsTime.Value() / Data.Entries.Last().Time.Value(); } + get { return AbsTime == null ? 0 : AbsTime.Value() / Data.Entries.Last().Time.Value(); } } #endregion @@ -518,16 +549,37 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl } } + public DrivingCycleData.DrivingCycleEntry CycleLookAhead(Meter distance) + { + return new DrivingCycleData.DrivingCycleEntry(RightSample.Current); + //throw new System.NotImplementedException(); + } + public Meter Altitude { get { return LeftSample.Current.Altitude; } } + public Meter CycleStartDistance + { + get { return 0.SI<Meter>(); } + } + + public IReadOnlyList<DrivingCycleData.DrivingCycleEntry> LookAhead(Meter lookaheadDistance) + { + throw new System.NotImplementedException(); + } + + public IReadOnlyList<DrivingCycleData.DrivingCycleEntry> LookAhead(Second time) + { + throw new System.NotImplementedException(); + } + protected override void DoWriteModalResults(IModalDataContainer container) { container[ModalResultField.dist] = CurrentState.Distance; container[ModalResultField.simulationDistance] = CurrentState.SimulationDistance; - container[ModalResultField.v_targ] = CurrentState.VehicleSpeed; + container[ModalResultField.v_targ] = LeftSample.Current.VehicleTargetSpeed; container[ModalResultField.grad] = LeftSample.Current.RoadGradientPercent; container[ModalResultField.altitude] = LeftSample.Current.Altitude; container[ModalResultField.acc] = CurrentState.Acceleration; @@ -538,10 +590,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl get { return !_isInitializing && LeftSample.Current.VehicleTargetSpeed.IsEqual(0); } } - public DrivingBehavior DriverBehavior - { - get { return DrivingBehavior.Driving; } - } + public DrivingBehavior DriverBehavior { get; internal set; } public Meter Distance { diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Impl/ShiftStrategy.cs b/VectoCore/VectoCore/Models/SimulationComponent/Impl/ShiftStrategy.cs index 1dd7d7d91f63b89ccc6ace1fd648b755ee250773..03002d7bfdd066d30ec935e6182a6c5406229fd0 100644 --- a/VectoCore/VectoCore/Models/SimulationComponent/Impl/ShiftStrategy.cs +++ b/VectoCore/VectoCore/Models/SimulationComponent/Impl/ShiftStrategy.cs @@ -30,9 +30,10 @@ */ using System; +using System.Drawing.Design; +using TUGraz.VectoCommon.Exceptions; using TUGraz.VectoCommon.Utils; using TUGraz.VectoCore.Configuration; -using TUGraz.VectoCore.Models.Connector.Ports.Impl; using TUGraz.VectoCore.Models.Simulation.DataBus; using TUGraz.VectoCore.Models.SimulationComponent.Data; using TUGraz.VectoCore.Models.SimulationComponent.Data.Gearbox; @@ -65,6 +66,37 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl public Gearbox Gearbox { get; set; } + protected MeterPerSquareSecond EstimateAccelerationForGear(uint gear, PerSecond gbxAngularVelocityOut) + { + if (gear == 0 || gear > Gearbox.ModelData.Gears.Count) { + throw new VectoSimulationException("invalid gear: {0}", gear); + } + + var vehicleSpeed = DataBus.VehicleSpeed; + + var nextEngineSpeed = gbxAngularVelocityOut * Gearbox.ModelData.Gears[gear].Ratio; + var maxEnginePower = DataBus.EngineStationaryFullPower(nextEngineSpeed); + + var avgSlope = + ((DataBus.CycleLookAhead(Constants.SimulationSettings.GearboxLookaheadForAccelerationEstimation).Altitude - + DataBus.Altitude) / Constants.SimulationSettings.GearboxLookaheadForAccelerationEstimation).Value().SI<Radian>(); + + var airDragLoss = DataBus.AirDragResistance(vehicleSpeed, vehicleSpeed) * DataBus.VehicleSpeed; + var rollResistanceLoss = DataBus.RollingResistance(avgSlope) * DataBus.VehicleSpeed; + var gearboxLoss = Gearbox.ModelData.Gears[gear].LossMap.GetTorqueLoss(gbxAngularVelocityOut, + maxEnginePower / nextEngineSpeed * Gearbox.ModelData.Gears[gear].Ratio).Value * nextEngineSpeed; + //DataBus.GearboxLoss(); + var slopeLoss = DataBus.SlopeResistance(avgSlope) * DataBus.VehicleSpeed; + var axleLoss = DataBus.AxlegearLoss(); + + var accelerationPower = maxEnginePower - gearboxLoss - axleLoss - airDragLoss - rollResistanceLoss - slopeLoss; + + var acceleration = accelerationPower / DataBus.VehicleSpeed / (DataBus.TotalMass + DataBus.ReducedMassWheels); + + return acceleration.Cast<MeterPerSquareSecond>(); + } + + /// <summary> /// Tests if the operating point is below the down-shift curve (=outside of shift curve). /// </summary> @@ -108,220 +140,4 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl return ShiftPolygon.IsRightOf(inEngineSpeed, inTorque, upSection); } } - - /// <summary> - /// AMTShiftStrategy implements the AMT Shifting Behaviour. - /// </summary> - public class AMTShiftStrategy : ShiftStrategy - { - /// <summary> - /// The previous gear before the disengagement. Used for GetGear() when skipGears is false. - /// </summary> - protected uint PreviousGear; - - public AMTShiftStrategy(GearboxData data, IDataBus dataBus) : base(data, dataBus) - { - PreviousGear = 1; - Data.EarlyShiftUp = true; - Data.SkipGears = true; - } - - - private bool SpeedTooLowForEngine(uint gear, PerSecond outAngularSpeed) - { - return (outAngularSpeed * Data.Gears[gear].Ratio).IsSmaller(DataBus.EngineIdleSpeed); - } - - // original vecto2.2: (inAngularSpeed - IdleSpeed) / (RatedSpeed - IdleSpeed) >= 1.2 - // = inAngularSpeed - IdleSpeed >= 1.2*(RatedSpeed - IdleSpeed) - // = inAngularSpeed >= 1.2*RatedSpeed - 0.2*IdleSpeed - private bool SpeedTooHighForEngine(uint gear, PerSecond outAngularSpeed) - { - return (outAngularSpeed * Data.Gears[gear].Ratio).IsGreaterOrEqual(1.2 * DataBus.EngineRatedSpeed - - 0.2 * DataBus.EngineIdleSpeed); - } - - - public override uint Engage(Second absTime, Second dt, NewtonMeter outTorque, PerSecond outAngularVelocity) - { - while (NextGear > 1 && SpeedTooLowForEngine(NextGear, outAngularVelocity)) { - NextGear--; - } - while (NextGear < Data.Gears.Count && SpeedTooHighForEngine(NextGear, outAngularVelocity)) { - NextGear++; - } - - return NextGear; - } - - public override void Disengage(Second absTime, Second dt, NewtonMeter outTorque, PerSecond outEngineSpeed) - { - PreviousGear = Gearbox.Gear; - } - - public override uint InitGear(Second absTime, Second dt, NewtonMeter outTorque, PerSecond outEngineSpeed) - { - if (DataBus.VehicleSpeed.IsEqual(0)) { - for (var gear = (uint)Data.Gears.Count; gear > 1; gear--) { - var inAngularSpeed = outEngineSpeed * Data.Gears[gear].Ratio; - - var ratedSpeed = Data.Gears[gear].FullLoadCurve != null - ? Data.Gears[gear].FullLoadCurve.RatedSpeed - : DataBus.EngineRatedSpeed; - if (inAngularSpeed > ratedSpeed || inAngularSpeed.IsEqual(0)) { - continue; - } - - var response = Gearbox.Initialize(gear, outTorque, outEngineSpeed); - - var fullLoadPower = response.EnginePowerRequest - response.DeltaFullLoad; - var reserve = 1 - response.EnginePowerRequest / fullLoadPower; - var inTorque = response.ClutchPowerRequest / inAngularSpeed; - - // if in shift curve and above idle speed and torque reserve is provided. - if (!IsBelowDownShiftCurve(gear, inTorque, inAngularSpeed) && inAngularSpeed > DataBus.EngineIdleSpeed && - reserve >= Data.StartTorqueReserve) { - return gear; - } - } - return 1; - } else { - for (var gear = (uint)Data.Gears.Count; gear > 1; gear--) { - var response = Gearbox.Initialize(gear, outTorque, outEngineSpeed); - - var inAngularSpeed = outEngineSpeed * Data.Gears[gear].Ratio; - var fullLoadPower = response.EnginePowerRequest - response.DeltaFullLoad; - var reserve = 1 - response.EnginePowerRequest / fullLoadPower; - var inTorque = response.ClutchPowerRequest / inAngularSpeed; - - // if in shift curve and torque reserve is provided: return the current gear - if (!IsBelowDownShiftCurve(gear, inTorque, inAngularSpeed) && !IsAboveUpShiftCurve(gear, inTorque, inAngularSpeed) && - reserve >= Data.StartTorqueReserve) { - if ((inAngularSpeed - DataBus.EngineIdleSpeed) / (DataBus.EngineRatedSpeed - DataBus.EngineIdleSpeed) < - Constants.SimulationSettings.ClutchClosingSpeedNorm && gear > 1) { - gear--; - } - - return gear; - } - - // if over the up shift curve: return the previous gear (even thou it did not provide the required torque reserve) - if (IsAboveUpShiftCurve(gear, inTorque, inAngularSpeed) && gear < Data.Gears.Count) { - return gear + 1; - } - } - } - - // fallback: return first gear - return 1; - } - - public override bool ShiftRequired(Second absTime, Second dt, NewtonMeter outTorque, PerSecond outAngularVelocity, - NewtonMeter inTorque, PerSecond inAngularVelocity, uint gear, Second lastShiftTime) - { - // no shift when vehicle stands - if (DataBus.VehicleStopped) { - return false; - } - - // emergency shift to not stall the engine ------------------------ - NextGear = gear; - while (NextGear > 1 && SpeedTooLowForEngine(NextGear, outAngularVelocity)) { - NextGear--; - } - while (NextGear < Data.Gears.Count && SpeedTooHighForEngine(NextGear, outAngularVelocity)) { - NextGear++; - } - if (NextGear != gear) { - return true; - } - - - // normal shift when all requirements are fullfilled ------------------ - var minimumShiftTimePassed = (lastShiftTime + Data.ShiftTime).IsSmallerOrEqual(absTime); - if (!minimumShiftTimePassed) { - return false; - } - - // down shift - while (IsBelowDownShiftCurve(NextGear, inTorque, inAngularVelocity)) { - NextGear--; - if (!Data.SkipGears) { - break; - } - - var tmpGear = Gearbox.Gear; - Gearbox.Gear = NextGear; - var response = (ResponseDryRun)Gearbox.Request(absTime, dt, outTorque, outAngularVelocity, true); - Gearbox.Gear = tmpGear; - - inAngularVelocity = Data.Gears[NextGear].Ratio * outAngularVelocity; - inTorque = response.ClutchPowerRequest / inAngularVelocity; - } - - if (NextGear != gear) { - return true; - } - - // upshift - while (IsAboveUpShiftCurve(NextGear, inTorque, inAngularVelocity)) { - NextGear++; - if (!Data.SkipGears) { - break; - } - - var tmpGear = Gearbox.Gear; - Gearbox.Gear = NextGear; - var response = (ResponseDryRun)Gearbox.Request(absTime, dt, outTorque, outAngularVelocity, true); - Gearbox.Gear = tmpGear; - - inAngularVelocity = Data.Gears[NextGear].Ratio * outAngularVelocity; - inTorque = response.ClutchPowerRequest / inAngularVelocity; - } - - // early up shift to higher gear --------------------------------------- - if (Data.EarlyShiftUp && NextGear < Data.Gears.Count) { - // try if next gear would provide enough torque reserve - var tryNextGear = NextGear + 1; - var tmpGear = Gearbox.Gear; - Gearbox.Gear = tryNextGear; - var response = (ResponseDryRun)Gearbox.Request(absTime, dt, outTorque, outAngularVelocity, true); - Gearbox.Gear = tmpGear; - if (!(response is ResponseEngineSpeedTooLow)) { - inAngularVelocity = Data.Gears[tryNextGear].Ratio * outAngularVelocity; - inTorque = response.ClutchPowerRequest / inAngularVelocity; - - // if next gear supplied enough power reserve: take it - // otherwise take - if (!IsBelowDownShiftCurve(tryNextGear, inTorque, inAngularVelocity)) { - var fullLoadPower = response.EnginePowerRequest - response.DeltaFullLoad; - var reserve = 1 - response.EnginePowerRequest / fullLoadPower; - - if (reserve >= Data.TorqueReserve) { - NextGear = tryNextGear; - } - } - } - } - - if ((Data.Gears[NextGear].Ratio * outAngularVelocity - DataBus.EngineIdleSpeed) / - (DataBus.EngineRatedSpeed - DataBus.EngineIdleSpeed) < - Constants.SimulationSettings.ClutchClosingSpeedNorm && NextGear > 1) { - NextGear--; - } - - return (NextGear != gear); - } - - public uint NextGear { get; set; } - } - - public class MTShiftStrategy : AMTShiftStrategy - { - public MTShiftStrategy(GearboxData data, IDataBus bus) : base(data, bus) - { - Data.EarlyShiftUp = false; - Data.SkipGears = true; - } - } } \ No newline at end of file diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Impl/Vehicle.cs b/VectoCore/VectoCore/Models/SimulationComponent/Impl/Vehicle.cs index c534ea2cafde83e0f7db3f71266281e31bf7576e..02596feeb2bcd22e6ddd56b3d277e31d0ce6041c 100644 --- a/VectoCore/VectoCore/Models/SimulationComponent/Impl/Vehicle.cs +++ b/VectoCore/VectoCore/Models/SimulationComponent/Impl/Vehicle.cs @@ -210,7 +210,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl return retVal; } - protected internal Newton SlopeResistance(Radian gradient) + public Newton SlopeResistance(Radian gradient) { var retVal = ModelData.TotalVehicleWeight() * Physics.GravityAccelleration * Math.Sin(gradient.Value()); Log.Debug("SlopeResistance: {0}", retVal); diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Impl/Wheels.cs b/VectoCore/VectoCore/Models/SimulationComponent/Impl/Wheels.cs index bc7422019a51fbb609ae263d4eb5747fdb99f6ea..84f15dce78ef74d1e4da9bf2bf4d1744bbfe2b1c 100644 --- a/VectoCore/VectoCore/Models/SimulationComponent/Impl/Wheels.cs +++ b/VectoCore/VectoCore/Models/SimulationComponent/Impl/Wheels.cs @@ -135,5 +135,10 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl public NewtonMeter TorqueIn; public NewtonMeter InertiaTorqueLoss; } + + public Kilogram ReducedMassWheels + { + get { return (_totalWheelsInertia / _dynamicWheelRadius / _dynamicWheelRadius).Cast<Kilogram>(); } + } } } \ No newline at end of file diff --git a/VectoCore/VectoCore/OutputData/ModalDataContainer.cs b/VectoCore/VectoCore/OutputData/ModalDataContainer.cs index 1519a0c656c7e6f2a2d9be56d869dc5e348a9ca0..c04636749d6516fde46c0544cc87ae8ae0a9197e 100644 --- a/VectoCore/VectoCore/OutputData/ModalDataContainer.cs +++ b/VectoCore/VectoCore/OutputData/ModalDataContainer.cs @@ -192,8 +192,8 @@ namespace TUGraz.VectoCore.OutputData .Concat(Auxiliaries.Values.Select(c => c.ColumnName)) .Concat( new[] { - ModalResultField.FCMap, ModalResultField.FCAUXc, ModalResultField.FCWHTCc, ModalResultField.FCAAUX, - ModalResultField.FCFinal + ModalResultField.FCMap, ModalResultField.FCAUXc, ModalResultField.FCWHTCc, + ModalResultField.FCAAUX, ModalResultField.FCFinal }.Select(x => x.GetName())); if (_mode != ExecutionMode.Declaration || WriteModalResults) { @@ -368,9 +368,9 @@ namespace TUGraz.VectoCore.OutputData private static IEnumerable<object> MultiplyRow(IEnumerable<object> row, SI dt) { return row.Select(val => { - if (val is SI) + if (val is SI) { val = (SI)val * dt.Value(); - else { + } else { val.Switch() .Case<int>(i => val = i * dt.Value()) .Case<double>(d => val = d * dt.Value()) @@ -392,10 +392,11 @@ namespace TUGraz.VectoCore.OutputData return row.ZipAll(addRow, (val, addVal) => { if (val is SI || addVal is SI) { - if (DBNull.Value == val) + if (DBNull.Value == val) { val = addVal; - else if (DBNull.Value != addVal) + } else if (DBNull.Value != addVal) { val = (SI)val + (SI)addVal; + } } else { val.Switch() .Case<int>(i => val = i + (int)addVal) diff --git a/VectoCore/VectoCore/Utils/SearchAlgorithm.cs b/VectoCore/VectoCore/Utils/SearchAlgorithm.cs index 4ad877f912d71d2ef137bb1c08fb734ffaf4f51f..5cd19a06d38e0ab31d01de30fed8689de71743e0 100644 --- a/VectoCore/VectoCore/Utils/SearchAlgorithm.cs +++ b/VectoCore/VectoCore/Utils/SearchAlgorithm.cs @@ -35,6 +35,7 @@ using System.Diagnostics; using System.IO; using System.Linq; using System.Threading; +using System.Windows.Forms; using TUGraz.VectoCore.Configuration; using TUGraz.VectoCommon.Exceptions; using TUGraz.VectoCommon.Models; @@ -217,22 +218,20 @@ namespace TUGraz.VectoCore.Utils var y2 = getYValue(result).Value(); debug.Add(new { x = x2, y = y2, delta = criterion(result), result }); - try { - var k = (y2 - y1) / (x2 - x1); - var d = y2 - k * x2; - x1 = x2; - x2 = -d / k; - } catch (VectoException ex) { - if (!(ex.InnerException is DivideByZeroException)) { - throw; - } + var k = (y2 - y1) / (x2 - x1); + var d = y2 - k * x2; + x1 = x2; + x2 = -d / k; + if (double.IsInfinity(x2) || double.IsNaN(x2)) { debug.Add(new { x = x2, y = getYValue(result).Value(), delta = criterion(result), result }); LogManager.EnableLogging(); log.Debug("InterpolateSearch could not get more exact. Aborting after {0} function calls.", count); LogManager.DisableLogging(); AppendDebug(debug); //iterationCount += count; - return x2.SI<T>(); + + //return x1.SI<T>(); + throw new VectoSearchAbortedException("InterpolateLinearSearch"); } result = evaluateFunction(x2.SI<T>()); diff --git a/VectoCore/VectoCore/Utils/VectoCSVFile.cs b/VectoCore/VectoCore/Utils/VectoCSVFile.cs index 1d78eba7c6c6ca005e1347050b66312dbe5f985b..5c9f77ca31050b8c7f0011788d80d4321c77af23 100644 --- a/VectoCore/VectoCore/Utils/VectoCSVFile.cs +++ b/VectoCore/VectoCore/Utils/VectoCSVFile.cs @@ -155,9 +155,9 @@ namespace TUGraz.VectoCore.Utils foreach (var col in columns) { table.Columns.Add(col); } - if (lines.Current == null) { if (lines.Current == null) { return table; + } // read data into table var i = 0; do { diff --git a/VectoCore/VectoCore/VectoCore.csproj b/VectoCore/VectoCore/VectoCore.csproj index 173660e7e726b5aeef5e1473fc57486fca31c75a..f65cc32f28d419b886349b979663ecb44b08a48d 100644 --- a/VectoCore/VectoCore/VectoCore.csproj +++ b/VectoCore/VectoCore/VectoCore.csproj @@ -162,12 +162,14 @@ <Compile Include="Models\SimulationComponent\Data\ICrossWindCorrection.cs" /> <Compile Include="Models\SimulationComponent\Data\CrosswindCorrectionVAirBeta.cs" /> <Compile Include="Models\SimulationComponent\IAuxiliary.cs" /> + <Compile Include="Models\SimulationComponent\IAxlegear.cs" /> <Compile Include="Models\SimulationComponent\IBrakes.cs" /> <Compile Include="Models\SimulationComponent\ICombustionEngineIdleController.cs" /> <Compile Include="Models\SimulationComponent\IDriverActions.cs" /> <Compile Include="Models\SimulationComponent\IDriverStrategy.cs" /> <Compile Include="Models\SimulationComponent\IDrivingCycleInfo.cs" /> <Compile Include="Models\SimulationComponent\IEngineAuxPort.cs" /> + <Compile Include="Models\SimulationComponent\Impl\AMTShiftStrategy.cs" /> <Compile Include="Models\SimulationComponent\Impl\Brakes.cs" /> <Compile Include="Models\SimulationComponent\Impl\BusAuxiliariesAdapter.cs" /> <Compile Include="Models\SimulationComponent\Impl\CycleGearbox.cs" /> @@ -176,15 +178,17 @@ <Compile Include="Models\SimulationComponent\Impl\EngineAuxiliary.cs" /> <Compile Include="Models\SimulationComponent\Impl\EngineOnlyCombustionEngine.cs" /> <Compile Include="Models\SimulationComponent\Impl\CycleClutch.cs" /> + <Compile Include="Models\SimulationComponent\Impl\MTShiftStrategy.cs" /> <Compile Include="Models\SimulationComponent\IShiftStrategy.cs" /> <Compile Include="Models\SimulationComponent\Impl\ShiftStrategy.cs" /> + <Compile Include="Models\Simulation\DataBus\IAxlegearInfo.cs" /> <Compile Include="Models\Simulation\DataBus\IClutchInfo.cs" /> <Compile Include="Models\Simulation\DataBus\IDriverInfo.cs" /> + <Compile Include="Models\Simulation\DataBus\IWheelsInfo.cs" /> <Compile Include="Models\Simulation\Data\AuxiliaryDemandType.cs" /> <Compile Include="Models\SimulationComponent\Data\AuxiliaryType.cs" /> <Compile Include="Models\SimulationComponent\Data\FullLoadCurve.cs" /> <Compile Include="Models\Simulation\DataBus\IMileageCounter.cs" /> - <Compile Include="Models\Simulation\DataBus\IRoadLookAhead.cs" /> <Compile Include="Utils\DebugData.cs" /> <Compile Include="Models\Simulation\Impl\DistanceRun.cs" /> <Compile Include="Models\Simulation\Impl\PowertrainBuilder.cs" /> diff --git a/VectoCore/VectoCoreTest/FileIO/SimulationDataReaderTest.cs b/VectoCore/VectoCoreTest/FileIO/SimulationDataReaderTest.cs index 87434c8901202af5e8af3a5bba8b065ecc6c112f..9375c4e2fd51db5785e8745b64cd3f506c597325 100644 --- a/VectoCore/VectoCoreTest/FileIO/SimulationDataReaderTest.cs +++ b/VectoCore/VectoCoreTest/FileIO/SimulationDataReaderTest.cs @@ -75,8 +75,8 @@ namespace TUGraz.VectoCore.Tests.FileIO Assert.AreEqual(6, runData.VehicleData.AxleData[0].Inertia.Value(), Tolerance); Assert.AreEqual(true, runData.DriverData.LookAheadCoasting.Enabled); - Assert.AreEqual(DeclarationData.Driver.LookAhead.MinimumSpeed.Value(), - runData.DriverData.LookAheadCoasting.MinSpeed.Value(), Tolerance); + //Assert.AreEqual(DeclarationData.Driver.LookAhead.MinimumSpeed.Value(), + // runData.DriverData.LookAheadCoasting.MinSpeed.Value(), Tolerance); //Assert.AreEqual(DeclarationData.Driver.LookAhead.Deceleration.Value(), // runData.DriverData.LookAheadCoasting.Deceleration.Value(), Tolerance); diff --git a/VectoCore/VectoCoreTest/Integration/CoachAdvancedAuxPowertrain.cs b/VectoCore/VectoCoreTest/Integration/CoachAdvancedAuxPowertrain.cs index 4fbe901a2cebc31ceb909a10324765ce9d9aa858..53461620830f48455b4a7003a8739d91f4f2d625 100644 --- a/VectoCore/VectoCoreTest/Integration/CoachAdvancedAuxPowertrain.cs +++ b/VectoCore/VectoCoreTest/Integration/CoachAdvancedAuxPowertrain.cs @@ -195,8 +195,10 @@ namespace TUGraz.VectoCore.Tests.Integration AccelerationCurve = AccelerationCurveData.ReadFromFile(accelerationFile), LookAheadCoasting = new DriverData.LACData { Enabled = true, - MinSpeed = 50.KMPHtoMeterPerSecond(), + //MinSpeed = 50.KMPHtoMeterPerSecond(), //Deceleration = -0.5.SI<MeterPerSquareSecond>() + LookAheadDistanceFactor = DeclarationData.Driver.LookAhead.LookAheadDistanceFactor, + LookAheadDecisionFactor = new LACDecisionFactor() }, OverSpeedEcoRoll = overspeed ? new DriverData.OverSpeedEcoRollData { diff --git a/VectoCore/VectoCoreTest/Integration/CoachPowerTrain.cs b/VectoCore/VectoCoreTest/Integration/CoachPowerTrain.cs index e8ceabcaa6df6c896dba5e889e31c81cbf01db06..760a8a04b0c0b570f4385cc7e14d719e68911f0e 100644 --- a/VectoCore/VectoCoreTest/Integration/CoachPowerTrain.cs +++ b/VectoCore/VectoCoreTest/Integration/CoachPowerTrain.cs @@ -198,8 +198,10 @@ namespace TUGraz.VectoCore.Tests.Integration AccelerationCurve = AccelerationCurveData.ReadFromFile(accelerationFile), LookAheadCoasting = new DriverData.LACData { Enabled = true, - MinSpeed = 50.KMPHtoMeterPerSecond(), + //MinSpeed = 50.KMPHtoMeterPerSecond(), //Deceleration = -0.5.SI<MeterPerSquareSecond>() + LookAheadDistanceFactor = DeclarationData.Driver.LookAhead.LookAheadDistanceFactor, + LookAheadDecisionFactor = new LACDecisionFactor() }, OverSpeedEcoRoll = overspeed ? new DriverData.OverSpeedEcoRollData { diff --git a/VectoCore/VectoCoreTest/Integration/DriverStrategy/SimpleCycles.cs b/VectoCore/VectoCoreTest/Integration/DriverStrategy/SimpleCycles.cs index d7407d62c275ec15fd44968268044104f12a63a9..a69699dc7723469d747e2afb0ef9d4cef6191afc 100644 --- a/VectoCore/VectoCoreTest/Integration/DriverStrategy/SimpleCycles.cs +++ b/VectoCore/VectoCoreTest/Integration/DriverStrategy/SimpleCycles.cs @@ -32,6 +32,7 @@ using System; using System.Globalization; using NUnit.Framework; +using TUGraz.VectoCommon.Models; using TUGraz.VectoCommon.Utils; using TUGraz.VectoCore.Models.Simulation.Data; using TUGraz.VectoCore.Tests.Utils; @@ -110,14 +111,30 @@ namespace TUGraz.VectoCore.Tests.Integration.DriverStrategy ] public void Truck_Accelerate(double v1, double v2, double slope) { - var cycle = string.Format(CultureInfo.InvariantCulture, "0, {0}, {1}, {2}\n1000, {3}, {4}, {5}", v1, slope, - v1.IsEqual(0) ? 2 : 0, v2, slope, v2.IsEqual(0) ? 2 : 0); + Assert.IsTrue(v2 > v1); + var cycle = string.Format(CultureInfo.InvariantCulture, "0, {0}, {1}, {2}\n100, {3}, {4}, 0\n1000, {3}, {4}, {5}", v1, + slope, v1.IsEqual(0) ? 2 : 0, v2, slope, v2.IsEqual(0) ? 2 : 0); Truck_Special(cycle, string.Format(CultureInfo.InvariantCulture, "40t_Long_Haul_Truck_Cycle_Accelerate_{0}_{1}_{2}.vmod", v1, v2, GetSlopeString(slope))); } + [Test, + TestCase(20, 60, 25), + ] + public void Truck_Accelerate_MT(double v1, double v2, double slope) + { + Assert.IsTrue(v2 > v1); + var cycle = string.Format(CultureInfo.InvariantCulture, "0, {0}, {1}, {2}\n100, {3}, {4}, 0\n1000, {3}, {4}, {5}", v1, + slope, v1.IsEqual(0) ? 2 : 0, v2, slope, v2.IsEqual(0) ? 2 : 0); + + Truck_Special(cycle, + string.Format(CultureInfo.InvariantCulture, "40t_Long_Haul_Truck_Cycle_Accelerate_MT_{0}_{1}_{2}.vmod", + v1, v2, GetSlopeString(slope)), gbxType: GearboxType.MT); + } + + [Category("ComparisonV2"), TestCase(22, 20, -5), TestCase(45, 0, -5), @@ -140,6 +157,7 @@ namespace TUGraz.VectoCore.Tests.Integration.DriverStrategy ] public void Truck_Decelerate(double v1, double v2, double slope) { + Assert.IsTrue(v2 < v1); var cycle = string.Format(CultureInfo.InvariantCulture, "0, {0}, {1}, {2}\n1000, {3}, {4}, {5}", v1, slope, v1.IsEqual(0) ? 2 : 0, v2, slope, v2.IsEqual(0) ? 2 : 0); @@ -176,39 +194,39 @@ namespace TUGraz.VectoCore.Tests.Integration.DriverStrategy [Category("ComparisonV2"), TestCase(SimpleDrivingCycles.CycleDrive_80_Increasing_Slope, - "40t_Long_Haul_Truck_Cycle_Drive_80_Increasing_Slope.vmod"), + "40t_Long_Haul_Truck_Cycle_Drive_80_Increasing_Slope.vmod", GearboxType.AMT), TestCase(SimpleDrivingCycles.CycleDrive_50_Increasing_Slope, - "40t_Long_Haul_Truck_Cycle_Drive_50_Increasing_Slope.vmod"), + "40t_Long_Haul_Truck_Cycle_Drive_50_Increasing_Slope.vmod", GearboxType.AMT), TestCase(SimpleDrivingCycles.CycleDrive_30_Increasing_Slope, - "40t_Long_Haul_Truck_Cycle_Drive_30_Increasing_Slope.vmod"), + "40t_Long_Haul_Truck_Cycle_Drive_30_Increasing_Slope.vmod", GearboxType.AMT), TestCase(SimpleDrivingCycles.CycleDrive_80_Decreasing_Slope, - "40t_Long_Haul_Truck_Cycle_Drive_80_Decreasing_Slope.vmod"), + "40t_Long_Haul_Truck_Cycle_Drive_80_Decreasing_Slope.vmod", GearboxType.AMT), TestCase(SimpleDrivingCycles.CycleDrive_50_Decreasing_Slope, - "40t_Long_Haul_Truck_Cycle_Drive_50_Decreasing_Slope.vmod"), + "40t_Long_Haul_Truck_Cycle_Drive_50_Decreasing_Slope.vmod", GearboxType.AMT), TestCase(SimpleDrivingCycles.CycleDrive_30_Decreasing_Slope, - "40t_Long_Haul_Truck_Cycle_Drive_30_Decreasing_Slope.vmod"), + "40t_Long_Haul_Truck_Cycle_Drive_30_Decreasing_Slope.vmod", GearboxType.AMT), TestCase(SimpleDrivingCycles.CycleDrive_80_Dec_Increasing_Slope, - "40t_Long_Haul_Truck_Cycle_Drive_80_Dec_Increasing_Slope.vmod"), + "40t_Long_Haul_Truck_Cycle_Drive_80_Dec_Increasing_Slope.vmod", GearboxType.AMT), TestCase(SimpleDrivingCycles.CycleDrive_50_Dec_Increasing_Slope, - "40t_Long_Haul_Truck_Cycle_Drive_50_Dec_Increasing_Slope.vmod"), + "40t_Long_Haul_Truck_Cycle_Drive_50_Dec_Increasing_Slope.vmod", GearboxType.AMT), TestCase(SimpleDrivingCycles.CycleDrive_30_Dec_Increasing_Slope, - "40t_Long_Haul_Truck_Cycle_Drive_30_Dec_Increasing_Slope.vmod"), + "40t_Long_Haul_Truck_Cycle_Drive_30_Dec_Increasing_Slope.vmod", GearboxType.AMT), TestCase(SimpleDrivingCycles.CycleDecelerateWhileBrake_80_0_level, - "40t_Long_Haul_Truck_Cycle_DecelerateWhileBrake_80_0_level.vmod"), + "40t_Long_Haul_Truck_Cycle_DecelerateWhileBrake_80_0_level.vmod", GearboxType.AMT), TestCase(SimpleDrivingCycles.CycleAccelerateWhileBrake_80_0_level, - "40t_Long_Haul_Truck_Cycle_AccelerateWhileBrake_80_0_level.vmod"), + "40t_Long_Haul_Truck_Cycle_AccelerateWhileBrake_80_0_level.vmod", GearboxType.AMT), TestCase(SimpleDrivingCycles.CycleAccelerateAtBrake_80_0_level, - "40t_Long_Haul_Truck_Cycle_AccelerateAtBrake_80_0_level.vmod"), + "40t_Long_Haul_Truck_Cycle_AccelerateAtBrake_80_0_level.vmod", GearboxType.AMT), TestCase(SimpleDrivingCycles.CycleAccelerateBeforeBrake_80_0_level, - "40t_Long_Haul_Truck_Cycle_AccelerateBeforeBrake_80_0_level.vmod"), - TestCase(SimpleDrivingCycles.CycleDrive_stop_85_stop_85_level, "24t Truck_Cycle_Drive_stop_85_stop_85_level.vmod"), - TestCase(SimpleDrivingCycles.CycleDrive_SlopeChangeBeforeStop, "Truck_DriverStrategy_SlopeChangeBeforeStop.vmod"), - TestCase(SimpleDrivingCycles.CycleDriver_FrequentSlopChange, "Truck_DriverStrategy_SlopeChangeBeforeStop.vmod"), + "40t_Long_Haul_Truck_Cycle_AccelerateBeforeBrake_80_0_level.vmod", GearboxType.AMT), + TestCase(SimpleDrivingCycles.CycleDrive_stop_85_stop_85_level, "24t Truck_Cycle_Drive_stop_85_stop_85_level.vmod", GearboxType.AMT), + TestCase(SimpleDrivingCycles.CycleDrive_SlopeChangeBeforeStop, "Truck_DriverStrategy_SlopeChangeBeforeStop.vmod", GearboxType.AMT), + TestCase(SimpleDrivingCycles.CycleDriver_FrequentSlopChange, "Truck_DriverStrategy_SlopeChangeBeforeStop.vmod", GearboxType.AMT), ] - public void Truck_Special(string cycleData, string modFileName) + public void Truck_Special(string cycleData, string modFileName, GearboxType gbxType = GearboxType.AMT) { var cycle = SimpleDrivingCycles.CreateCycleData(cycleData); - var run = Truck40tPowerTrain.CreateEngineeringRun(cycle, modFileName); + var run = Truck40tPowerTrain.CreateEngineeringRun(cycle, modFileName, gbxType: gbxType); run.Run(); Assert.IsTrue(run.FinishedWithoutErrors); diff --git a/VectoCore/VectoCoreTest/Integration/EngineOnlyCycle/EngineOnlyCycleTest.cs b/VectoCore/VectoCoreTest/Integration/EngineOnlyCycle/EngineOnlyCycleTest.cs index 8222145df9622d7eea1fd2ae8be40f65ec456132..798b6af731955d509109ee2e48bc5a35160ca262 100644 --- a/VectoCore/VectoCoreTest/Integration/EngineOnlyCycle/EngineOnlyCycleTest.cs +++ b/VectoCore/VectoCoreTest/Integration/EngineOnlyCycle/EngineOnlyCycleTest.cs @@ -85,7 +85,8 @@ namespace TUGraz.VectoCore.Tests.Integration.EngineOnlyCycle var absTime = 0.SI<Second>(); var dt = 1.SI<Second>(); - var modFile = Path.GetFileNameWithoutExtension(Path.GetRandomFileName()); // + ".vmod"; + var modFile = Path.GetFileNameWithoutExtension(modalResultFile); + //Path.GetFileNameWithoutExtension(Path.GetRandomFileName()); // + ".vmod"; var fileWriter = new FileOutputWriter(modFile); var modData = new ModalDataContainer(modFile, fileWriter, ExecutionMode.EngineOnly); @@ -103,7 +104,7 @@ namespace TUGraz.VectoCore.Tests.Integration.EngineOnlyCycle } modData.Finish(VectoRun.Status.Success); - ResultFileHelper.TestModFile(modalResultFile, modFile + Constants.FileExtensions.ModDataFile); + ResultFileHelper.TestModFile(modalResultFile, modFile + Constants.FileExtensions.ModDataFile, testVelocity: false); } [TestCase] diff --git a/VectoCore/VectoCoreTest/Integration/ShiftStrategy/ShiftStrategyTest.cs b/VectoCore/VectoCoreTest/Integration/ShiftStrategy/ShiftStrategyTest.cs new file mode 100644 index 0000000000000000000000000000000000000000..6eda2614a2416cba2b5d87b10e67e48c3ccc985c --- /dev/null +++ b/VectoCore/VectoCoreTest/Integration/ShiftStrategy/ShiftStrategyTest.cs @@ -0,0 +1,66 @@ +using System; +using System.Globalization; +using NUnit.Framework; +using TUGraz.VectoCommon.Models; +using TUGraz.VectoCommon.Utils; +using TUGraz.VectoCore.Models.Simulation.Data; +using TUGraz.VectoCore.Tests.Utils; + +namespace TUGraz.VectoCore.Tests.Integration.ShiftStrategy +{ + [TestFixture] + public class ShiftStrategyTest + { + [TestFixtureSetUp] + public void DisableLogging() + { + //LogManager.DisableLogging(); +#if TRACE + GraphWriter.Enable(); +#else + GraphWriter.Disable(); +#endif + + GraphWriter.Xfields = new[] { ModalResultField.dist }; + + GraphWriter.Yfields = new[] { + ModalResultField.v_act, ModalResultField.acc, ModalResultField.n_eng_avg, ModalResultField.Gear, + ModalResultField.P_eng_out, /*ModalResultField.T_eng_fcmap, */ ModalResultField.FCMap, + }; + GraphWriter.PlotDrivingMode = true; + GraphWriter.Series1Label = "Vecto 3"; + } + + [Test, + TestCase(75, 42.5, 4.5), + TestCase(75, 42.5, 3.5), + TestCase(75, 42.5, 2.1), + TestCase(65, 42.5, 2.3), + ] + public void Truck_Shifting_Test(double v1, double v2, double slope) + { + Assert.IsTrue(v1 > v2); + + var cycle = new[] { + // <s>,<v>,<grad>,<stop> + string.Format(CultureInfo.InvariantCulture, " 0, {0}, {2}, 0", v1, v2, slope), + string.Format(CultureInfo.InvariantCulture, "1000, {1}, {2}, 0", v1, v2, slope), + string.Format(CultureInfo.InvariantCulture, "1100, {1}, 0, 0", v1, v2, slope) + }; + System.IO.Directory.CreateDirectory(string.Format(@"Shiftt_{0}_{1}", v1, v2, slope)); + var slopePrefix = ""; + if (!slope.IsEqual(0)) { + slopePrefix = slope > 0 ? "uh_" : "dh_"; + } + var modFile = string.Format(@"Truck_Shift_{0}_{1}_{3}{2:0.0}.vmod", v1, v2, Math.Abs(slope), + slopePrefix); + var cycleData = SimpleDrivingCycles.CreateCycleData(cycle); + var run = Truck40tPowerTrain.CreateEngineeringRun(cycleData, modFile, gbxType: GearboxType.MT); + + run.Run(); + Assert.IsTrue(run.FinishedWithoutErrors); + + GraphWriter.Write(modFile); + } + } +} \ No newline at end of file diff --git a/VectoCore/VectoCoreTest/Integration/SimulationRuns/FullPowertrain.cs b/VectoCore/VectoCoreTest/Integration/SimulationRuns/FullPowertrain.cs index 44685eb5be2856a38b118e643fd1f488afc72c90..f3ced4885b94dabe13f729c83692f8c45356f349 100644 --- a/VectoCore/VectoCoreTest/Integration/SimulationRuns/FullPowertrain.cs +++ b/VectoCore/VectoCoreTest/Integration/SimulationRuns/FullPowertrain.cs @@ -402,6 +402,7 @@ namespace TUGraz.VectoCore.Tests.Integration.SimulationRuns LookAheadCoasting = new DriverData.LACData { Enabled = false, //Deceleration = -0.5.SI<MeterPerSquareSecond>() + LookAheadDecisionFactor = new LACDecisionFactor() }, OverSpeedEcoRoll = new DriverData.OverSpeedEcoRollData { Mode = DriverMode.Off diff --git a/VectoCore/VectoCoreTest/Integration/SimulationRuns/MinimalPowertrain.cs b/VectoCore/VectoCoreTest/Integration/SimulationRuns/MinimalPowertrain.cs index a39b127e9006a6d294f036c8d20a89989e716331..1cbd26fbef50660e60cb50d77403655d5d909e75 100644 --- a/VectoCore/VectoCoreTest/Integration/SimulationRuns/MinimalPowertrain.cs +++ b/VectoCore/VectoCoreTest/Integration/SimulationRuns/MinimalPowertrain.cs @@ -301,6 +301,7 @@ namespace TUGraz.VectoCore.Tests.Integration.SimulationRuns LookAheadCoasting = new DriverData.LACData { Enabled = false, //Deceleration = -0.5.SI<MeterPerSquareSecond>() + LookAheadDecisionFactor = new LACDecisionFactor() }, OverSpeedEcoRoll = new DriverData.OverSpeedEcoRollData { Mode = DriverMode.Off diff --git a/VectoCore/VectoCoreTest/Integration/Truck40tPowerTrain.cs b/VectoCore/VectoCoreTest/Integration/Truck40tPowerTrain.cs index 4cf76aeec20e8c8fc0d5e39120fe06ab57c8d7e8..560415d448c8ab632f7ad0376d1ac202a7d28654 100644 --- a/VectoCore/VectoCoreTest/Integration/Truck40tPowerTrain.cs +++ b/VectoCore/VectoCoreTest/Integration/Truck40tPowerTrain.cs @@ -35,10 +35,12 @@ using System.IO; using System.Linq; using TUGraz.VectoCommon.Models; using TUGraz.VectoCommon.Utils; +using TUGraz.VectoCore.Configuration; using TUGraz.VectoCore.InputData.Reader; using TUGraz.VectoCore.Models.Declaration; using TUGraz.VectoCore.Models.Simulation.Data; using TUGraz.VectoCore.Models.Simulation.Impl; +using TUGraz.VectoCore.Models.SimulationComponent; using TUGraz.VectoCore.Models.SimulationComponent.Data; using TUGraz.VectoCore.Models.SimulationComponent.Data.Gearbox; using TUGraz.VectoCore.Models.SimulationComponent.Impl; @@ -62,10 +64,10 @@ namespace TUGraz.VectoCore.Tests.Integration public const string GearboxFullLoadCurveFile = @"TestData\Components\Gearbox.vfld"; public static VectoRun CreateEngineeringRun(DrivingCycleData cycleData, string modFileName, - bool overspeed = false) + bool overspeed = false, GearboxType gbxType = GearboxType.AMT) { var container = CreatePowerTrain(cycleData, modFileName.Replace(".vmod", ""), 7500.SI<Kilogram>(), - 19300.SI<Kilogram>(), overspeed); + 19300.SI<Kilogram>(), overspeed, gbxType); return new DistanceRun(container); } @@ -79,7 +81,7 @@ namespace TUGraz.VectoCore.Tests.Integration } public static VehicleContainer CreatePowerTrain(DrivingCycleData cycleData, string modFileName, - Kilogram massExtra, Kilogram loading, bool overspeed = false) + Kilogram massExtra, Kilogram loading, bool overspeed = false, GearboxType gbxType = GearboxType.AMT) { var fileWriter = new FileOutputWriter(modFileName); var modData = new ModalDataContainer(Path.GetFileName(modFileName), fileWriter, ExecutionMode.Engineering); @@ -97,14 +99,25 @@ namespace TUGraz.VectoCore.Tests.Integration var engine = new CombustionEngine(container, engineData); var clutch = new Clutch(container, engineData, engine.IdleController); + IShiftStrategy gbxStrategy; + switch (gbxType) { + case GearboxType.MT: + gbxStrategy = new MTShiftStrategy(gearboxData, container); + break; + case GearboxType.AMT: + gbxStrategy = new AMTShiftStrategy(gearboxData, container); + break; + default: + throw new ArgumentOutOfRangeException("gbxType", gbxType, null); + } + dynamic tmp = Port.AddComponent(cycle, new Driver(container, driverData, new DefaultDriverStrategy())); tmp = Port.AddComponent(tmp, new Vehicle(container, vehicleData)); tmp = Port.AddComponent(tmp, new Wheels(container, vehicleData.DynamicTyreRadius, vehicleData.WheelsInertia)); tmp = Port.AddComponent(tmp, new Brakes(container)); tmp = Port.AddComponent(tmp, new AxleGear(container, axleGearData)); tmp = Port.AddComponent(tmp, new DummyRetarder(container)); - tmp = Port.AddComponent(tmp, - new Gearbox(container, gearboxData, new AMTShiftStrategy(gearboxData, container))); + tmp = Port.AddComponent(tmp, new Gearbox(container, gearboxData, gbxStrategy)); tmp = Port.AddComponent(tmp, clutch); var aux = new EngineAuxiliary(container); @@ -122,16 +135,14 @@ namespace TUGraz.VectoCore.Tests.Integration var ratios = new[] { 14.93, 11.64, 9.02, 7.04, 5.64, 4.4, 3.39, 2.65, 2.05, 1.6, 1.28, 1.0 }; return new GearboxData { - Gears = ratios.Select((ratio, i) => - Tuple.Create((uint)i, - new GearData { - FullLoadCurve = FullLoadCurveReader.ReadFromFile(GearboxFullLoadCurveFile), - LossMap = TransmissionLossMap.ReadFromFile(ratio.IsEqual(1) ? GearboxIndirectLoss : GearboxDirectLoss, ratio, - string.Format("Gear {0}", i)), - Ratio = ratio, - ShiftPolygon = ShiftPolygonReader.ReadFromFile(ShiftPolygonFile) - })) - .ToDictionary(k => k.Item1 + 1, v => v.Item2), + Gears = ratios.Select((ratio, i) => Tuple.Create((uint)i, new GearData { + FullLoadCurve = FullLoadCurveReader.ReadFromFile(GearboxFullLoadCurveFile), + LossMap = + TransmissionLossMap.ReadFromFile(ratio.IsEqual(1) ? GearboxIndirectLoss : GearboxDirectLoss, ratio, + string.Format("Gear {0}", i)), + Ratio = ratio, + ShiftPolygon = ShiftPolygonReader.ReadFromFile(ShiftPolygonFile) + })).ToDictionary(k => k.Item1 + 1, v => v.Item2), ShiftTime = 2.SI<Second>(), Inertia = 0.SI<KilogramSquareMeter>(), TractionInterruption = 1.SI<Second>(), @@ -213,13 +224,15 @@ namespace TUGraz.VectoCore.Tests.Integration } private static DriverData CreateDriverData(string accelerationFile, bool overspeed = false) - { + { return new DriverData { AccelerationCurve = AccelerationCurveData.ReadFromFile(accelerationFile), LookAheadCoasting = new DriverData.LACData { Enabled = true, - MinSpeed = 50.KMPHtoMeterPerSecond(), + //MinSpeed = 50.KMPHtoMeterPerSecond(), //Deceleration = -0.5.SI<MeterPerSquareSecond>(), + LookAheadDistanceFactor = DeclarationData.Driver.LookAhead.LookAheadDistanceFactor, + LookAheadDecisionFactor = new LACDecisionFactor() }, OverSpeedEcoRoll = overspeed ? new DriverData.OverSpeedEcoRollData() { diff --git a/VectoCore/VectoCoreTest/Models/Declaration/ShiftPolygonTest.cs b/VectoCore/VectoCoreTest/Models/Declaration/ShiftPolygonTest.cs index 73ca61f8face566fe3774b980534b4fdfa11d39d..99d82a1d7c4377373d27a0d2a81a1e171d11278b 100644 --- a/VectoCore/VectoCoreTest/Models/Declaration/ShiftPolygonTest.cs +++ b/VectoCore/VectoCoreTest/Models/Declaration/ShiftPolygonTest.cs @@ -375,14 +375,17 @@ namespace TUGraz.VectoCore.Tests.Models.Declaration [TestMethod] public void CompueShiftPolygonDeclarationTestConfidentialEngine() { - var engineFldFile = @"E:\QUAM\Downloads\EngineFLD\Map_375c_BB1390_modTUG_R49_375c_BB1386.vfld"; - var gearboxFile = @"TestData\Components\40t_Long_Haul_Truck.vgbx"; + //var engineFldFile = @"E:\QUAM\Downloads\EngineFLD\Map_375c_BB1390_modTUG_R49_375c_BB1386.vfld"; + var engineFldFile = @"E:\QUAM\tmp\scania_fullload_shiftpolygon-test.csv"; + var gearboxFile = @"E:\QUAM\Downloads\TUG_dev_gbx\TUG_dev\GRS905R.vgbx"; + //@"TestData\Components\40t_Long_Haul_Truck.vgbx"; - if (!File.Exists(engineFldFile)) + if (!File.Exists(engineFldFile)) { Assert.Inconclusive("Confidential File not found. Test cannot run without file."); + } var rdyn = 0.4882675.SI<Meter>(); - var axlegearRatio = 2.59; + var axlegearRatio = 3.71; //2.31; // 3.71; //2.59; var engineData = new CombustionEngineData() { IdleSpeed = 509.RPMtoRad(), @@ -394,21 +397,23 @@ namespace TUGraz.VectoCore.Tests.Models.Declaration var shiftPolygons = new List<ShiftPolygon>(); var downshiftTransformed = new List<List<Point>>(); + var downshiftOrig = new List<List<Point>>(); var upshiftOrig = new List<List<Point>>(); for (var i = 0; i < gearboxData.Gears.Count; i++) { shiftPolygons.Add(DeclarationData.Gearbox.ComputeShiftPolygon(i, engineData.FullLoadCurve, gearboxData.Gears, engineData, axlegearRatio, rdyn)); - List<Point> tmp1, tmp2; + List<Point> tmp1, tmp2, tmp3; ShiftPolygonComparison.ComputShiftPolygonPoints(i, engineData.FullLoadCurve, gearboxData.Gears, - engineData, axlegearRatio, rdyn, out tmp1, out tmp2); + engineData, axlegearRatio, rdyn, out tmp1, out tmp2, out tmp3); upshiftOrig.Add(tmp1); downshiftTransformed.Add(tmp2); + downshiftOrig.Add(tmp3); } ShiftPolygonDrawer.DrawShiftPolygons(Path.GetDirectoryName(gearboxFile), engineData.FullLoadCurve, shiftPolygons, - "R49_375c_BB1386.png", + "scania_fullload_shiftpolygon-test.png", DeclarationData.Gearbox.TruckMaxAllowedSpeed / rdyn * axlegearRatio * gearboxData.Gears.Last().Ratio, upshiftOrig, - downshiftTransformed); + downshiftTransformed, downshiftOrig); } } @@ -416,7 +421,7 @@ namespace TUGraz.VectoCore.Tests.Models.Declaration public class ShiftPolygonComparison { const string BasePath = @"E:\QUAM\Workspace\Daten_INTERN\Testfahrzeuge\"; - + [ TestCase(@"class2_12t_baseline\175kW_Diesel_example.vfld", @"class2_12t_baseline\delivery_12t_example.vgbx", 0.421, 4.18, 600), @@ -441,9 +446,10 @@ namespace TUGraz.VectoCore.Tests.Models.Declaration public void ComputeShiftPolygon(string engineFldFile, string gearboxFile, double rdyn, double axlegearRatio, double idlingSpeed) { - if (!Directory.Exists(BasePath)) + if (!Directory.Exists(BasePath)) { NUnit.Framework.Assert.Ignore("Confidential File not found. Test cannot run without file."); - + } + var engineData = new CombustionEngineData() { IdleSpeed = idlingSpeed.RPMtoRad(), FullLoadCurve = EngineFullLoadCurve.ReadFromFile(Path.Combine(BasePath, engineFldFile), true) @@ -461,9 +467,9 @@ namespace TUGraz.VectoCore.Tests.Models.Declaration DeclarationData.Gearbox.ComputeShiftPolygon(i, engineData.FullLoadCurve, gearboxData.Gears, engineData, axlegearRatio, rdyn.SI<Meter>()) ); - List<Point> tmp1, tmp2; + List<Point> tmp1, tmp2, tmp3; ComputShiftPolygonPoints(i, engineData.FullLoadCurve, gearboxData.Gears, - engineData, axlegearRatio, rdyn.SI<Meter>(), out tmp1, out tmp2); + engineData, axlegearRatio, rdyn.SI<Meter>(), out tmp1, out tmp2, out tmp3); upshiftOrig.Add(tmp1); downshiftTransformed.Add(tmp2); } @@ -480,7 +486,7 @@ namespace TUGraz.VectoCore.Tests.Models.Declaration public static void ComputShiftPolygonPoints(int gear, FullLoadCurve fullLoadCurve, IList<ITransmissionInputData> gears, CombustionEngineData engine, double axlegearRatio, Meter dynamicTyreRadius, - out List<Point> upshiftOrig, out List<Point> downshiftTransformed) + out List<Point> upshiftOrig, out List<Point> downshiftTransformed, out List<Point> downshiftOrig) { var engineSpeed85kmhLastGear = DeclarationData.Gearbox.TruckMaxAllowedSpeed / dynamicTyreRadius * axlegearRatio * gears[gears.Count - 1].Ratio; @@ -505,6 +511,8 @@ namespace TUGraz.VectoCore.Tests.Models.Declaration var p6 = new Point(p2.X, VectoMath.Interpolate(p1, p3, p2.X)); var p7 = new Point(p4.X, VectoMath.Interpolate(p2, p5, p4.X)); + downshiftOrig = new[] { p2, p6, p3 }.ToList(); + //var fldMargin = ShiftPolygonFldMargin(fullLoadCurve.FullLoadEntries, nVHigh * 0.95); //var downshiftCorr = MoveDownshiftBelowFld(Edge.Create(p6, p3), fldMargin, 1.1 * fullLoadCurve.MaxTorque); upshiftOrig = new[] { p4, p7, p5 }.ToList(); diff --git a/VectoCore/VectoCoreTest/Models/Simulation/AuxTests.cs b/VectoCore/VectoCoreTest/Models/Simulation/AuxTests.cs index d90703f178edb694f1086d391c72ade03ba369ab..ebd013e2e2da5ac5cb2ec4b0599f33375516931c 100644 --- a/VectoCore/VectoCoreTest/Models/Simulation/AuxTests.cs +++ b/VectoCore/VectoCoreTest/Models/Simulation/AuxTests.cs @@ -104,7 +104,7 @@ namespace TUGraz.VectoCore.Tests.Models.Simulation var testColumns = new[] { "P_aux_FAN", "P_aux_STP", "P_aux_AC", "P_aux_ES", "P_aux_PS", "P_aux" }; ResultFileHelper.TestModFile(@"TestData\Results\EngineOnlyCycles\40t_Long_Haul_Truck_Long_Haul_Empty Loading.vmod", - @"AuxWriteModFileSumFile.vmod", testColumns); + @"AuxWriteModFileSumFile.vmod", testColumns, testVelocity:false); ResultFileHelper.TestSumFile(@"TestData\Results\EngineOnlyCycles\AuxWriteModFileSumFile.vsum", @"AuxWriteModFileSumFile.vsum"); } diff --git a/VectoCore/VectoCoreTest/Models/Simulation/LACDecisionFactorTest.cs b/VectoCore/VectoCoreTest/Models/Simulation/LACDecisionFactorTest.cs index 00cac38f4fd8e123b98dcaed6cadf1a14dea313d..0c9283be9ecaa633ffcd1954fa1d8087cdac0a9b 100644 --- a/VectoCore/VectoCoreTest/Models/Simulation/LACDecisionFactorTest.cs +++ b/VectoCore/VectoCoreTest/Models/Simulation/LACDecisionFactorTest.cs @@ -46,15 +46,18 @@ namespace TUGraz.VectoCore.Tests.Models.Simulation vVehicle < 100.KMPHtoMeterPerSecond(); vVehicle += 1.KMPHtoMeterPerSecond()) { for (var vTarget = vVehicle; vTarget > 0; vTarget -= 1.KMPHtoMeterPerSecond()) { - var df_coast = LACDecisionFactor.Lookup(vTarget, vVehicle - vTarget); - if (vTarget < 48.KMPHtoMeterPerSecond()) + var df_coast = new LACDecisionFactor().Lookup(vTarget, vVehicle - vTarget); + if (vTarget < 48.KMPHtoMeterPerSecond()) { AssertHelper.AreRelativeEqual(df_coast, 2.5, string.Format("vVehicle: {0}, vTarget: {1}", vVehicle, vTarget)); + } - if (vVehicle - vTarget > 11) + if (vVehicle - vTarget > 11) { AssertHelper.AreRelativeEqual(df_coast, 2.5, string.Format("vVehicle: {0}, vTarget: {1}", vVehicle, vTarget)); + } - if (vTarget > 52.KMPHtoMeterPerSecond() && vVehicle - vTarget < 9.KMPHtoMeterPerSecond()) + if (vTarget > 52.KMPHtoMeterPerSecond() && vVehicle - vTarget < 9.KMPHtoMeterPerSecond()) { AssertHelper.AreRelativeEqual(df_coast, 1.0, string.Format("vVehicle: {0}, vTarget: {1}", vVehicle, vTarget)); + } } } } diff --git a/VectoCore/VectoCoreTest/Models/Simulation/MeasuredSpeedModeTest.cs b/VectoCore/VectoCoreTest/Models/Simulation/MeasuredSpeedModeTest.cs index 0a380e688257b8106d7453f85f28db8149e7d9c8..5e8691d2b833e4a8924faef6e3e7812fb99a7711 100644 --- a/VectoCore/VectoCoreTest/Models/Simulation/MeasuredSpeedModeTest.cs +++ b/VectoCore/VectoCoreTest/Models/Simulation/MeasuredSpeedModeTest.cs @@ -433,7 +433,7 @@ namespace TUGraz.VectoCore.Tests.Models.Simulation { var tbl = VectoCSVFile.Read(@"TestData/MeasuredSpeed/VairBetaFull.vcdb"); - var dataBus = new MockVairVehicleContainer(); + var dataBus = new MockVehicleContainer(); var vairbeta = new CrosswindCorrectionVAirBeta(5.SI<SquareMeter>(), CrossWindCorrectionCurveReader.ReadCdxABetaTable(tbl)); diff --git a/VectoCore/VectoCoreTest/Models/Simulation/PwheelModeTests.cs b/VectoCore/VectoCoreTest/Models/Simulation/PwheelModeTests.cs index 05648832c83ae16e72c301260fadc6b9fd2dc3b7..dca4f533a713c5996a015971a8f487eb427a6d1e 100644 --- a/VectoCore/VectoCoreTest/Models/Simulation/PwheelModeTests.cs +++ b/VectoCore/VectoCoreTest/Models/Simulation/PwheelModeTests.cs @@ -166,7 +166,7 @@ namespace TUGraz.VectoCore.Tests.Models.Simulation ResultFileHelper.TestSumFile(@"TestData\Pwheel\Results\Pwheel.vsum", @"TestData\Pwheel\Pwheel.vsum"); ResultFileHelper.TestModFile(@"TestData\Pwheel\Results\Pwheel_Gear2_pt1_rep1_actual.vmod", - @"TestData\Pwheel\Pwheel_Gear2_pt1_rep1_actual.vmod"); + @"TestData\Pwheel\Pwheel_Gear2_pt1_rep1_actual.vmod", testVelocity: false); } /// <summary> @@ -194,7 +194,7 @@ namespace TUGraz.VectoCore.Tests.Models.Simulation ResultFileHelper.TestSumFile(@"TestData\Pwheel\Results\Pwheel_ultimate.vsum", @"TestData\Pwheel\Pwheel_ultimate.vsum"); ResultFileHelper.TestModFile(@"TestData\Pwheel\Results\Pwheel_ultimate_RD_#1_Pwheel_AuxStd.vmod", - @"TestData\Pwheel\Pwheel_ultimate_RD_#1_Pwheel_AuxStd.vmod"); + @"TestData\Pwheel\Pwheel_ultimate_RD_#1_Pwheel_AuxStd.vmod", testVelocity: false); } } } \ No newline at end of file diff --git a/VectoCore/VectoCoreTest/Models/Simulation/SimulationTests.cs b/VectoCore/VectoCoreTest/Models/Simulation/SimulationTests.cs index 4cf8eac9a94df8e82214a68753306216be13abcc..ed64a12e5e910ae809b519318664e475a32638d1 100644 --- a/VectoCore/VectoCoreTest/Models/Simulation/SimulationTests.cs +++ b/VectoCore/VectoCoreTest/Models/Simulation/SimulationTests.cs @@ -62,21 +62,21 @@ namespace TUGraz.VectoCore.Tests.Models.Simulation public void TestEngineOnly_JobRun() { var actual = @"TestData\Jobs\EngineOnlyJob_Coach Engine Only short.vmod"; - var expected = @"TestData\Results\EngineOnlyCycles\24tCoach_EngineOnly short.vmod"; + var expected = @"TestData\Results\EngineOnlyCycles\EngineOnlyJob_Coach Engine Only short.vmod"; var job = CreateRun(actual); job.Run(); Assert.IsTrue(job.FinishedWithoutErrors); - ResultFileHelper.TestModFile(expected, actual); + ResultFileHelper.TestModFile(expected, actual, testVelocity: false); } [TestMethod] public void TestEngineOnly_SimulatorRun() { var actual = @"TestData\Jobs\EngineOnlyJob_Coach Engine Only short.vmod"; - var expected = @"TestData\Results\EngineOnlyCycles\24tCoach_EngineOnly short.vmod"; + var expected = @"TestData\Results\EngineOnlyCycles\EngineOnlyJob_Coach Engine Only short.vmod"; var run = CreateRun(actual); @@ -89,7 +89,7 @@ namespace TUGraz.VectoCore.Tests.Models.Simulation Assert.IsTrue(r.Run.FinishedWithoutErrors, string.Format("{0}", r.ExecException)); } - ResultFileHelper.TestModFile(expected, actual); + ResultFileHelper.TestModFile(expected, actual, testVelocity: false); } public IVectoRun CreateRun(string resultFileName) @@ -130,14 +130,14 @@ namespace TUGraz.VectoCore.Tests.Models.Simulation @"TestData\Jobs\24t Coach EngineOnly.vsum"); ResultFileHelper.TestModFiles(new[] { - @"TestData\Results\EngineOnlyCycles\24t Coach_Engine Only1.vmod", - @"TestData\Results\EngineOnlyCycles\24t Coach_Engine Only2.vmod", - @"TestData\Results\EngineOnlyCycles\24t Coach_Engine Only3.vmod" + @"TestData\Results\EngineOnlyCycles\24t Coach EngineOnly_Engine Only1.vmod", + @"TestData\Results\EngineOnlyCycles\24t Coach EngineOnly_Engine Only2.vmod", + @"TestData\Results\EngineOnlyCycles\24t Coach EngineOnly_Engine Only3.vmod" }, new[] { @"TestData\Jobs\24t Coach EngineOnly_Engine Only1.vmod", @"TestData\Jobs\24t Coach EngineOnly_Engine Only2.vmod", @"TestData\Jobs\24t Coach EngineOnly_Engine Only3.vmod" - }) + }, testVelocity: false) ; } } diff --git a/VectoCore/VectoCoreTest/Models/SimulationComponent/ClutchTest.cs b/VectoCore/VectoCoreTest/Models/SimulationComponent/ClutchTest.cs index a7f9ac28858d37843484ef21407ccddfc81f4a74..9657f29c1c94dd2a9bb14b6cee8d8e3e0f371c6f 100644 --- a/VectoCore/VectoCoreTest/Models/SimulationComponent/ClutchTest.cs +++ b/VectoCore/VectoCoreTest/Models/SimulationComponent/ClutchTest.cs @@ -169,6 +169,7 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponent public PerSecond EngineIdleSpeed { get; set; } public PerSecond EngineRatedSpeed { get; set; } + public PerSecond EngineN95hSpeed { get; set; } protected override void DoWriteModalResults(IModalDataContainer container) { diff --git a/VectoCore/VectoCoreTest/Models/SimulationComponent/GearboxPowertrainTest.cs b/VectoCore/VectoCoreTest/Models/SimulationComponent/GearboxPowertrainTest.cs index 786876332e8f7b10ad250cf30e606041a0117a38..27d13fc0f29cf531f3ce1e810ad303053b40c6a2 100644 --- a/VectoCore/VectoCoreTest/Models/SimulationComponent/GearboxPowertrainTest.cs +++ b/VectoCore/VectoCoreTest/Models/SimulationComponent/GearboxPowertrainTest.cs @@ -67,7 +67,7 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponent container.Cycle.Request(absTime, ds); container.CommitSimulationStep(absTime, retVal.SimulationInterval); - + Assert.AreEqual(5u, container.Gear); AssertHelper.AreRelativeEqual(593.202.RPMtoRad(), container.EngineSpeed); } diff --git a/VectoCore/VectoCoreTest/Models/SimulationComponent/GearboxTest.cs b/VectoCore/VectoCoreTest/Models/SimulationComponent/GearboxTest.cs index 0629c366355b65c1bbcb0141a2517af1471c6832..172df459cac38cf5b429548c38a0ed8165935db1 100644 --- a/VectoCore/VectoCoreTest/Models/SimulationComponent/GearboxTest.cs +++ b/VectoCore/VectoCoreTest/Models/SimulationComponent/GearboxTest.cs @@ -38,6 +38,7 @@ using TUGraz.VectoCommon.Utils; using TUGraz.VectoCore.Configuration; using TUGraz.VectoCore.InputData.Reader; using TUGraz.VectoCore.Models.Connector.Ports.Impl; +using TUGraz.VectoCore.Models.Simulation.DataBus; using TUGraz.VectoCore.Models.Simulation.Impl; using TUGraz.VectoCore.Models.SimulationComponent.Data; using TUGraz.VectoCore.Models.SimulationComponent.Data.Gearbox; @@ -410,7 +411,7 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponent var gearbox = new Gearbox(container, gearboxData, new AMTShiftStrategy(gearboxData, container)); var driver = new MockDriver(container); - var port = new MockTnOutPort(); + var port = new MockTnOutPort() { EngineN95hSpeed = 2000.RPMtoRad() }; gearbox.InPort().Connect(port); var vehicle = new MockVehicle(container) { MyVehicleSpeed = 10.SI<MeterPerSecond>() }; container.Engine = port; @@ -447,15 +448,19 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponent TestCase(2, 3, 1000, 1400, typeof(ResponseGearShift)), TestCase(1, 2, 1000, 1400, typeof(ResponseGearShift)), TestCase(8, 8, 1000, 1400, typeof(ResponseSuccess)), - TestCase(1, 8, 200, 9000, typeof(ResponseGearShift)),] - public void Gearbox_ShiftUp(int gear, int newGear, double t, double n, Type responseType) + TestCase(1, 6, 200, 9000, typeof(ResponseGearShift)),] + public void Gearbox_ShiftUp(int gear, int newGear, double tq, double n, Type responseType) { - var container = new VehicleContainer(ExecutionMode.Engineering); + var container = new MockVehicleContainer() { + VehicleSpeed = 10.SI<MeterPerSecond>(), + DriverBehavior = DrivingBehavior.Driving, + Altitude = 0.SI<Meter>(), + VehicleMass = 10000.SI<Kilogram>(), + ReducedMassWheels = 100.SI<Kilogram>() + }; var gearboxData = MockSimulationDataFactory.CreateGearboxDataFromFile(GearboxDataFile, EngineDataFile); var gearbox = new Gearbox(container, gearboxData, new AMTShiftStrategy(gearboxData, container)); - var driver = new MockDriver(container); - var vehicle = new MockVehicle(container) { MyVehicleSpeed = 10.SI<MeterPerSecond>() }; - var port = new MockTnOutPort(); + var port = new MockTnOutPort() { EngineN95hSpeed = 2000.RPMtoRad() }; container.Engine = port; gearbox.InPort().Connect(port); @@ -469,7 +474,7 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponent absTime += dt; - var expectedT = t.SI<NewtonMeter>(); + var expectedT = tq.SI<NewtonMeter>(); var expectedN = n.RPMtoRad(); var torque = expectedT * ratios[gear]; @@ -481,7 +486,7 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponent absTime += dt; response = (ResponseSuccess)gearbox.OutPort().Request(absTime, dt, torque, angularVelocity); - Assert.AreEqual((uint)newGear, container.Gear); + Assert.AreEqual((uint)newGear, gearbox.Gear); } } } \ No newline at end of file diff --git a/VectoCore/VectoCoreTest/TestData/Components/24t Coach.vmap b/VectoCore/VectoCoreTest/TestData/Components/24t Coach.vmap index ef9b0c0123eb3c3da97dd0a52dc3d652684f130b..414dcd4b36aa4caae1fa6fef8a0b829af741bfb0 100644 --- a/VectoCore/VectoCoreTest/TestData/Components/24t Coach.vmap +++ b/VectoCore/VectoCoreTest/TestData/Components/24t Coach.vmap @@ -111,6 +111,6 @@ 2100,800,35717 2100,1000,45643 2100,1100,50653 -500,-500,50000 -3000,1500,50000 -3000,-500,50000 \ No newline at end of file +500,-500,0 +3000,1500,0 +3000,-500,0 \ No newline at end of file diff --git a/VectoCore/VectoCoreTest/TestData/Components/40t_Long_Haul_Truck.vmap b/VectoCore/VectoCoreTest/TestData/Components/40t_Long_Haul_Truck.vmap index 26c035cad9373137a6be4195e75a204b3625a22c..74c130c9a50e92595fbcac612e8e7ed6086c8fdd 100644 --- a/VectoCore/VectoCoreTest/TestData/Components/40t_Long_Haul_Truck.vmap +++ b/VectoCore/VectoCoreTest/TestData/Components/40t_Long_Haul_Truck.vmap @@ -111,3 +111,11 @@ 2100,800,35717 2100,1000,45643 2100,1100,50653 +2300,-320,0 +2300,0,10470 +2300,200,16332 +2300,400,22396 +2300,600,28914 +2300,800,35717 +2300,1000,45643 +2300,1100,50653 \ No newline at end of file diff --git a/VectoCore/VectoCoreTest/TestData/Integration/BusAuxiliaries/testPneumaticActuationsMap.APAC b/VectoCore/VectoCoreTest/TestData/Integration/BusAuxiliaries/testPneumaticActuationsMap.APAC index 72260c908ce1c446de6506b3be902533d2aa43b8..dd5dd6987aa47981d3949c8d7f7d59f4931c72bd 100644 --- a/VectoCore/VectoCoreTest/TestData/Integration/BusAuxiliaries/testPneumaticActuationsMap.APAC +++ b/VectoCore/VectoCoreTest/TestData/Integration/BusAuxiliaries/testPneumaticActuationsMap.APAC @@ -16,4 +16,10 @@ Kneeling,Urban,25 Kneeling,Suburban,6 Kneeling,Interurban,0 Kneeling,Coach,0 -Kneeling,UnknownCycleName,0 \ No newline at end of file +Kneeling,UnknownCycleName,0 +CycleTime,Heavy urban,8912 +CycleTime,Urban,8149 +CycleTime,Suburban,3283 +CycleTime,Interurban,12962 +CycleTime,Coach,15086 +CycleTime,UnknownCycleName,3600 \ No newline at end of file diff --git a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/FuelConsumption.vmap b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/FuelConsumption.vmap index 28bb9569197f55dd56dceeac9a91e64d8f1f7f92..18cfecb03446213ee2056ce06a37f06370bf929d 100644 --- a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/FuelConsumption.vmap +++ b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/FuelConsumption.vmap @@ -184,6 +184,6 @@ engine speed [1/min],torque [Nm],fuel consumption [g/h] 2600,480,28351 2700,-150,0 2700,0,5900 -1200,-400,50000 -0,-400,50000 -3000,-400,50000 \ No newline at end of file +1200,-400,0 +0,-400,0 +3000,-400,0 \ No newline at end of file diff --git a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeed.vsum b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeed.vsum index a28caae8062f5ea07f811de4dfee64c87ecfd6f5..622d81ebccaa50922880ac15c758dcdf99b6f533 100644 --- a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeed.vsum +++ b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeed.vsum @@ -1,2 +1,2 @@ Job [-],Input File [-],Cycle [-],Status,Mass [kg],Loading [kg],time [s],distance [km],speed [km/h],altitudeDelta [m],FC-Map [g/h],FC-Map [g/km],FC-AUXc [g/h],FC-AUXc [g/km],FC-WHTCc [g/h],FC-WHTCc [g/km],FC-AAUX [g/h],FC-AAUX [g/km],FC-Final [g/h],FC-Final [g/km],FC-Final [l/100km],FC-Final [l/100tkm],CO2 [g/km],CO2 [g/tkm],P_wheel_in_pos [kW],P_brake_loss [kW],P_eng_out_pos [kW],P_eng_out_neg [kW],E_aux_sum [kWh],E_air [kWh],E_roll [kWh],E_grad [kWh],E_inertia [kWh],E_brake [kWh],E_gbx_axl_loss [kWh],E_ret_loss [kWh],E_tc_loss [kWh],E_eng_out_pos [kWh],E_eng_out_neg [kWh],a [m/s^2],a_pos [m/s^2],a_neg [m/s^2],AccelerationTimeShare [%],DecelerationTimeShare [%],CruiseTimeShare [%],StopTimeShare [%] -31-0,MeasuredSpeed,MeasuredSpeed.vdri,Success,8862.0000,0.0000,1298.0000,16.8420,46.7112,,7788.5978,166.7393,7788.5978,166.7393,7788.5978,166.7393,7788.5978,166.7393,7788.5978,166.7393,20.0408,,526.8962,,27.2326,1.2447,44.3053,-8.0548,1.9832,5.3382,3.1099,0.3597,-0.0002,0.4488,2.1656,0.0000,0.0000,11.7532,-0.2976,0.0000,0.2937,-0.3215,23.4387,22.2822,0.0000,14.4838 +6-0,MeasuredSpeed,MeasuredSpeed.vdri,Success,8862.0000,0.0000,1298.0000,16.8475,46.7266,15.8669,7898.8927,169.0450,7898.8927,169.0450,7898.8927,169.0450,7898.8927,169.0450,7898.8927,169.0450,20.3179,,534.1823,,27.2605,1.7725,41.5425,-5.5352,1.9832,5.3426,3.1109,0.3597,0.0002,0.6391,2.1663,0.0000,0.0000,11.7934,-0.1184,0.0000,0.2966,-0.3209,23.3616,22.3593,0.0000,14.4838 diff --git a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedAux.vsum b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedAux.vsum index 6d72e82505e914ad5ee410477496fc37cb3f1ffb..67b09692013de412513aa36a322732c93dc2baf0 100644 --- a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedAux.vsum +++ b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedAux.vsum @@ -1,2 +1,2 @@ Job [-],Input File [-],Cycle [-],Status,Mass [kg],Loading [kg],time [s],distance [km],speed [km/h],altitudeDelta [m],FC-Map [g/h],FC-Map [g/km],FC-AUXc [g/h],FC-AUXc [g/km],FC-WHTCc [g/h],FC-WHTCc [g/km],FC-AAUX [g/h],FC-AAUX [g/km],FC-Final [g/h],FC-Final [g/km],FC-Final [l/100km],FC-Final [l/100tkm],CO2 [g/km],CO2 [g/tkm],P_wheel_in_pos [kW],P_brake_loss [kW],P_eng_out_pos [kW],P_eng_out_neg [kW],E_aux_ALT [kWh],E_aux_sum [kWh],E_air [kWh],E_roll [kWh],E_grad [kWh],E_inertia [kWh],E_brake [kWh],E_gbx_axl_loss [kWh],E_ret_loss [kWh],E_tc_loss [kWh],E_eng_out_pos [kWh],E_eng_out_neg [kWh],a [m/s^2],a_pos [m/s^2],a_neg [m/s^2],AccelerationTimeShare [%],DecelerationTimeShare [%],CruiseTimeShare [%],StopTimeShare [%] -16-0,MeasuredSpeedAux,MeasuredSpeedAux.vdri,Success,8862.0000,0.0000,1298.0000,16.8411,46.7086,,7965.3302,170.5323,7965.3302,170.5323,7965.3302,170.5323,7965.3302,170.5323,7965.3302,170.5323,20.4967,,538.8820,,27.2303,1.2013,44.2984,-8.4708,0.3797,2.3629,5.3376,3.1097,0.3597,-0.0002,0.4331,2.1655,0.0000,0.0000,11.7514,-0.3130,0.0000,0.2937,-0.3208,23.4387,22.3593,0.0000,14.4838 +11-0,MeasuredSpeedAux,MeasuredSpeedAux.vdri,Success,8862.0000,0.0000,1298.0000,16.8467,46.7243,15.8669,8077.3409,172.8724,8077.3409,172.8724,8077.3409,172.8724,8077.3409,172.8724,8077.3409,172.8724,20.7779,,546.2767,,27.2588,1.7407,41.6555,-5.8229,0.3814,2.3646,5.3422,3.1107,0.3597,0.0002,0.6276,2.1662,0.0000,0.0000,11.7908,-0.1294,0.0000,0.2966,-0.3216,23.3616,22.2822,0.0000,14.4838 diff --git a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedAux_MeasuredSpeedAux.vmod b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedAux_MeasuredSpeedAux.vmod index 6df472fab0b9ee7e2b3e4d60754fa92b0d08e78b..e42648e5a37d2c57f96670e2350f0359bbd3f0de 100644 --- a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedAux_MeasuredSpeedAux.vmod +++ b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedAux_MeasuredSpeedAux.vmod @@ -1,1300 +1,1300 @@ -time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],P_aux_ALT,FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h] -1.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,622.2222,61.3666,565.7603,-98.5662,3.9986,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,4.8477,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0456,1396.2007,1396.2007,1396.2007 -2.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,78.5194,586.7144,-100.9497,4.9335,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9335,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1545.9126,1545.9126,1545.9126 -3.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,78.4776,586.7144,-100.9497,4.9309,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9309,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0765,1545.4974,1545.4974,1545.4974 -4.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,78.5386,586.7144,-100.9497,4.9347,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9347,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0873,1546.1031,1546.1031,1546.1031 -5.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,78.9424,586.7144,-100.9497,4.9601,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9601,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0765,1550.1085,1550.1085,1550.1085 -6.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,78.0033,586.7144,-100.9497,4.9011,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9011,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1540.7926,1540.7926,1540.7926 -7.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,78.9231,586.7144,-100.9497,4.9589,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9589,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1549.9172,1549.9172,1549.9172 -8.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,77.8058,586.7144,-100.9497,4.8887,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8887,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1538.8340,1538.8340,1538.8340 -9.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,76.6553,586.7144,-100.9497,4.8164,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8164,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1527.4203,1527.4203,1527.4203 -10.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,77.8312,586.7144,-100.9497,4.8903,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8903,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0335,1539.0850,1539.0850,1539.0850 -11.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,76.2098,586.7144,-100.9497,4.7884,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.7884,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1523.0015,1523.0015,1523.0015 -12.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,78.6943,586.7144,-100.9497,4.9445,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9445,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0765,1547.6475,1547.6475,1547.6475 -13.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,76.6885,586.7144,-100.9497,4.8185,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8185,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1527.7497,1527.7497,1527.7497 -14.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,78.9231,586.7144,-100.9497,4.9589,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9589,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.1087,1549.9171,1549.9171,1549.9171 -15.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,77.2026,586.7144,-100.9497,4.8508,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8508,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0107,1532.8493,1532.8493,1532.8493 -16.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,76.0610,586.7144,-100.9497,4.7791,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.7791,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1521.5253,1521.5253,1521.5253 -17.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,77.7215,586.7144,-100.9497,4.8834,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8834,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1537.9975,1537.9975,1537.9975 -18.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,77.8550,586.7144,-100.9497,4.8918,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8918,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1539.3220,1539.3220,1539.3220 -19.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,77.0680,586.7144,-100.9497,4.8423,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8423,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1531.5143,1531.5143,1531.5143 -20.5000,1.0000,0.0458,0.1650,0.3300,0.0917,0.0000,1,600.0000,75.7465,586.7144,-100.9497,4.7593,36.8644,-6.3429,0.0000,0.0000,-0.0941,0.0941,4.7593,0.0941,0.0080,0.0000,0.0861,0.0000,0.0861,0.0180,0.0681,0.0000,0.0681,0.0004,0.0677,0.0000,0.0000,0.0305,0.0372,0.9325,1518.4057,1518.4057,1518.4057 -21.5000,1.0000,0.4165,1.3345,2.3390,0.5581,0.0000,1,622.2222,162.0271,565.7603,-98.5662,10.5575,36.8644,-6.4225,0.8491,3.9776,1.6271,2.3504,5.7308,2.3504,0.0956,0.0000,2.2548,0.0000,2.2548,0.1564,2.0984,0.0000,2.0984,0.0184,2.0800,0.0000,0.0003,0.2464,1.8333,0.9211,2525.7483,2525.7483,2525.7483 -22.5000,1.0000,1.0732,2.3640,2.3890,0.0139,0.0000,1,644.4444,100.5164,546.2513,-96.1827,6.7835,36.8644,-6.4910,0.0000,0.9292,0.0097,0.9195,5.8542,0.9195,0.1423,0.0000,0.7772,0.0000,0.7772,0.2579,0.5192,0.0000,0.5192,0.0008,0.5184,0.0000,0.0010,0.4366,0.0808,0.9673,1895.2851,1895.2851,1895.2851 -23.5000,1.0000,1.9456,3.1405,3.8920,0.4175,0.0000,1,644.4444,165.0154,546.2513,-96.1827,11.1362,36.8644,-6.4910,0.0000,5.4804,1.0582,4.4222,5.6559,4.4222,0.2282,0.0000,4.1940,0.0000,4.1940,0.3515,3.8425,0.0000,3.8425,0.0323,3.8102,0.0000,0.0026,0.5800,3.2276,0.9208,2624.7686,2624.7686,2624.7686 -24.5000,1.0000,3.2883,4.8340,5.7760,0.5233,0.0000,1,746.3987,243.6214,491.7473,-85.2471,19.0421,38.4363,-6.6631,4.6733,8.5861,0.4187,8.1673,5.7828,8.1673,0.4151,0.0000,7.7522,0.0000,7.7522,0.5604,7.1918,0.0000,7.1918,0.0624,7.1294,0.0000,0.0092,0.8927,6.2275,0.8558,4077.3272,4077.3272,4077.3272 -25.5000,1.0000,4.8979,5.7945,5.8130,0.0103,0.0000,1,851.0702,94.9420,483.9228,-75.8461,8.4616,43.1291,-6.7597,0.1420,2.3030,0.0000,2.3030,6.0166,2.3030,0.4373,0.0000,1.8657,0.0000,1.8657,0.6322,1.2334,0.0000,1.2334,0.0015,1.2320,0.0000,0.0153,1.0701,0.1466,0.9275,2398.2188,2398.2188,2398.2188 -26.5000,1.0000,6.4654,5.6430,5.4730,-0.0944,0.0000,1,828.8186,64.3860,424.7354,-77.4372,5.5883,36.8644,-6.7211,-1.2709,0.7835,0.0000,0.7835,6.0757,0.7835,0.4366,0.0000,0.3469,0.0000,0.3469,0.6157,-0.2688,0.0000,-0.2688,-0.0131,-0.2557,0.0000,0.0141,1.0421,-1.3119,0.9598,1857.1093,1857.1093,1857.1093 -27.5000,1.0000,7.9300,5.2725,5.0720,-0.1114,0.0000,1,774.4012,62.4218,454.5817,-82.2436,5.0621,36.8644,-6.6696,-1.4005,0.5018,0.0000,0.5018,5.9608,0.5018,0.4015,0.0000,0.1003,0.0000,0.1003,0.5753,-0.4750,0.0000,-0.4750,-0.0145,-0.4605,0.0000,0.0115,0.9737,-1.4457,0.9542,1746.6521,1746.6521,1746.6521 -28.5000,1.0000,9.2769,4.8490,4.6260,-0.1239,0.0000,1,712.1994,63.2455,494.2838,-88.9153,4.7169,36.8644,-6.6314,-1.4325,0.3016,0.0000,0.3016,5.8479,0.3016,0.3617,0.0000,-0.0601,0.0000,-0.0601,0.5291,-0.5892,0.0000,-0.5892,-0.0148,-0.5744,0.0000,0.0090,0.8955,-1.4788,0.9261,1575.5806,1575.5806,1575.5806 -29.5000,1.0000,10.5646,4.6355,4.6450,0.0053,0.0000,1,680.8415,107.9949,517.0493,-92.2787,7.6998,36.8644,-6.5792,0.0583,1.7571,0.0000,1.7571,5.8843,1.7571,0.3267,0.0000,1.4305,0.0000,1.4305,0.5058,0.9247,0.0000,0.9247,0.0006,0.9241,0.0000,0.0078,0.8561,0.0602,0.9111,2086.6925,2086.6925,2086.6925 -30.5000,1.0000,11.8244,4.5355,4.4260,-0.0608,0.0000,1,666.1540,88.6914,528.4494,-93.8541,6.1871,36.8644,-6.5472,-0.6579,0.9788,0.0000,0.9788,5.8662,0.9788,0.3250,0.0000,0.6538,0.0000,0.6538,0.4949,0.1589,0.0000,0.1589,-0.0068,0.1657,0.0000,0.0073,0.8376,-0.6792,0.9217,1795.4075,1795.4075,1795.4075 -31.5000,1.0000,13.1656,4.8280,5.2300,0.2233,0.0000,1,709.1150,173.1826,496.4337,-89.2461,12.8603,36.8644,-6.6273,2.5712,4.4484,0.0000,4.4484,5.8406,4.4484,0.3403,0.0000,4.1082,0.0000,4.1082,0.5268,3.5814,0.0000,3.5814,0.0266,3.5548,0.0000,0.0089,0.8916,2.6543,0.9615,2955.7704,2955.7704,2955.7704 -32.5000,1.0000,14.7229,5.6065,5.9830,0.2092,0.0000,1,823.4576,157.7965,485.7088,-77.8205,13.6072,41.8838,-6.7106,2.7964,4.9878,0.0000,4.9878,5.8230,4.9878,0.4111,0.0000,4.5767,0.0000,4.5767,0.6117,3.9650,0.0000,3.9650,0.0289,3.9361,0.0000,0.0139,1.0354,2.8868,0.9592,3170.1310,3170.1310,3170.1310 -33.5000,1.0000,16.3857,5.9860,5.9890,0.0017,0.0000,1,879.1969,89.7738,460.0479,-73.8349,8.2654,42.3563,-6.7979,0.0238,2.2583,0.0000,2.2583,5.9833,2.2583,0.4581,0.0000,1.8002,0.0000,1.8002,0.6531,1.1471,0.0000,1.1471,0.0002,1.1469,0.0000,0.0168,1.1055,0.0246,0.9537,2381.0905,2381.0905,2381.0905 -34.5000,1.0000,18.0233,5.8955,5.8020,-0.0519,0.0000,1,865.9047,73.6538,410.2692,-74.7853,6.6787,37.2021,-6.7813,-0.7303,1.4433,0.0000,1.4433,5.9657,1.4433,0.4566,0.0000,0.9867,0.0000,0.9867,0.6432,0.3434,0.0000,0.3434,-0.0076,0.3510,0.0000,0.0161,1.0888,-0.7539,0.9638,2031.6723,2031.6723,2031.6723 -35.5000,1.0000,19.6322,5.7920,5.7820,-0.0056,0.0000,1,850.7031,88.3856,413.8091,-75.8723,7.8739,36.8644,-6.7591,-0.0767,2.0761,0.0000,2.0761,5.8744,2.0761,0.4393,0.0000,1.6368,0.0000,1.6368,0.6320,1.0049,0.0000,1.0049,-0.0008,1.0057,0.0000,0.0153,1.0696,-0.0792,0.9507,2270.8666,2270.8666,2270.8666 -36.5000,1.0000,21.2472,5.8140,5.8460,0.0178,0.0000,1,853.9343,95.2933,419.6407,-75.6413,8.5215,37.5259,-6.7641,0.2465,2.4187,0.0000,2.4187,5.8563,2.4187,0.4382,0.0000,1.9805,0.0000,1.9805,0.6344,1.3461,0.0000,1.3461,0.0025,1.3436,0.0000,0.0154,1.0737,0.2544,0.9395,2413.3774,2413.3774,2413.3774 -37.5000,1.0000,22.9228,6.0320,6.2180,0.1033,0.0000,1,885.9532,120.1337,458.2378,-73.3517,11.1456,42.5138,-6.8053,1.4863,3.7868,0.0000,3.7868,5.8725,3.7868,0.4477,0.0000,3.3391,0.0000,3.3391,0.6581,2.6809,0.0000,2.6809,0.0154,2.6656,0.0000,0.0172,1.1140,1.5344,0.9660,2860.9899,2860.9899,2860.9899 -38.5000,1.0000,24.7068,6.4225,6.6270,0.1136,0.0000,1,943.3081,121.6752,496.2844,-69.8699,12.0194,49.0245,-6.9020,1.7400,4.2080,0.0000,4.2080,6.0715,4.2080,0.4862,0.0000,3.7218,0.0000,3.7218,0.7007,3.0211,0.0000,3.0211,0.0180,3.0031,0.0000,0.0208,1.1861,1.7962,0.9745,3049.1880,3049.1880,3049.1880 -39.5000,1.0000,26.5778,6.7355,6.8440,0.0603,0.0000,1,989.2801,103.8483,504.5495,-67.2400,10.7584,52.2699,-6.9659,0.9682,3.5403,0.0000,3.5403,6.2500,3.5403,0.5280,0.0000,3.0122,0.0000,3.0122,0.7349,2.2773,0.0000,2.2773,0.0100,2.2673,0.0000,0.0240,1.2439,0.9994,0.9739,2950.8881,2950.8881,2950.8881 -40.5000,1.0000,28.5218,6.9985,7.1530,0.0858,0.0000,1,1027.9084,111.6490,510.3132,-68.6246,12.0182,54.9313,-7.3869,1.4324,4.1289,0.0000,4.1289,6.4568,4.1289,0.5524,0.0000,3.5765,0.0000,3.5765,0.7636,2.8129,0.0000,2.8129,0.0148,2.7981,0.0000,0.0269,1.2924,1.4787,1.0062,3133.2860,3133.2860,3133.2860 -41.5000,1.0000,30.5406,7.2675,7.3820,0.0636,0.0000,1,1067.4179,92.1752,519.7079,-71.4528,10.3033,58.0928,-7.9870,1.1024,3.9008,0.0000,3.9008,5.3001,3.9008,0.5862,0.0000,3.3146,0.0000,3.3146,0.7929,2.5217,0.0000,2.5217,0.0114,2.5103,0.0000,0.0301,1.3421,1.1380,0.9925,2851.2748,2851.2748,2851.2748 -42.5000,1.0000,32.6031,7.4250,7.4680,0.0239,0.0000,1,1090.5508,79.6117,510.0463,-73.1087,9.0918,58.2484,-8.3492,0.4230,3.2658,0.0000,3.2658,5.4030,3.2658,0.6114,0.0000,2.6545,0.0000,2.6545,0.8101,1.8444,0.0000,1.8444,0.0044,1.8400,0.0000,0.0321,1.3712,0.4366,1.0095,2665.9132,2665.9132,2665.9132 -43.5000,1.0000,34.6757,7.4615,7.4550,-0.0036,0.0000,1,1095.9117,70.6534,501.1697,-73.4924,8.1084,57.5160,-8.4343,-0.0643,2.7783,0.0000,2.7783,5.3944,2.7783,0.6206,0.0000,2.1577,0.0000,2.1577,0.8141,1.3436,0.0000,1.3436,-0.0007,1.3442,0.0000,0.0326,1.3780,-0.0663,0.9877,2526.4501,2526.4501,2526.4501 -44.5000,1.0000,36.7428,7.4415,7.4280,-0.0075,0.0000,1,1092.9742,69.5120,495.6558,-73.2821,7.9561,56.7308,-8.3876,-0.1331,2.6988,0.0000,2.6988,5.3904,2.6988,0.6190,0.0000,2.0798,0.0000,2.0798,0.8119,1.2678,0.0000,1.2678,-0.0014,1.2692,0.0000,0.0323,1.3743,-0.1374,0.9985,2506.3093,2506.3093,2506.3093 -45.5000,1.0000,38.8010,7.4095,7.3910,-0.0103,0.0000,1,1088.2742,69.0357,493.4137,-72.9457,7.8676,56.2313,-8.3132,-0.1816,2.6352,0.0000,2.6352,5.4140,2.6352,0.6158,0.0000,2.0194,0.0000,2.0194,0.8084,1.2109,0.0000,1.2109,-0.0019,1.2128,0.0000,0.0319,1.3684,-0.1875,1.0205,2495.6297,2495.6297,2495.6297 -46.5000,1.0000,40.8528,7.3865,7.3820,-0.0025,0.0000,1,1084.8961,71.5791,493.6647,-72.7039,8.1321,56.0853,-8.2599,-0.0440,2.7675,0.0000,2.7675,5.4087,2.7675,0.6117,0.0000,2.1557,0.0000,2.1557,0.8059,1.3498,0.0000,1.3498,-0.0005,1.3503,0.0000,0.0316,1.3641,-0.0455,1.0082,2534.0093,2534.0093,2534.0093 -47.5000,1.0000,42.9071,7.3955,7.4090,0.0075,0.0000,1,1086.2180,74.4239,496.9140,-72.7985,8.4656,56.5232,-8.2807,0.1323,2.9533,0.0000,2.9533,5.3801,2.9533,0.6110,0.0000,2.3423,0.0000,2.3423,0.8069,1.5354,0.0000,1.5354,0.0014,1.5341,0.0000,0.0317,1.3658,0.1365,1.0316,2580.2782,2580.2782,2580.2782 -48.5000,1.0000,44.9547,7.3715,7.3340,-0.0208,0.0000,1,1082.6929,65.7611,492.3949,-72.5462,7.4560,55.8274,-8.2252,-0.3662,2.4286,0.0000,2.4286,5.3936,2.4286,0.6133,0.0000,1.8152,0.0000,1.8152,0.8043,1.0109,0.0000,1.0109,-0.0038,1.0147,0.0000,0.0314,1.3613,-0.3780,1.0192,2439.7115,2439.7115,2439.7115 -49.5000,1.0000,46.9894,7.3250,7.3160,-0.0050,0.0000,1,1075.8632,70.7869,489.3525,-72.0573,7.9751,55.1325,-8.1183,-0.0873,2.6968,0.0000,2.6968,5.3656,2.6968,0.6051,0.0000,2.0917,0.0000,2.0917,0.7992,1.2925,0.0000,1.2925,-0.0009,1.2934,0.0000,0.0308,1.3527,-0.0902,1.0060,2515.4497,2515.4497,2515.4497 -50.5000,1.0000,49.0206,7.3120,7.3080,-0.0022,0.0000,1,1073.9539,71.4658,491.6610,-71.9206,8.0373,55.2943,-8.0885,-0.0387,2.7415,0.0000,2.7415,5.3346,2.7415,0.6031,0.0000,2.1384,0.0000,2.1384,0.7978,1.3406,0.0000,1.3406,-0.0004,1.3410,0.0000,0.0307,1.3503,-0.0400,1.0171,2525.0343,2525.0343,2525.0343 -51.5000,1.0000,51.0408,7.2730,7.2380,-0.0194,0.0000,1,1068.2257,66.2204,487.5240,-71.5106,7.4077,54.5366,-7.9995,-0.3372,2.4170,0.0000,2.4170,5.3279,2.4170,0.6017,0.0000,1.8153,0.0000,1.8153,0.7935,1.0217,0.0000,1.0217,-0.0035,1.0252,0.0000,0.0302,1.3431,-0.3481,1.0042,2437.5654,2437.5654,2437.5654 -52.5000,1.0000,52.9194,6.7630,6.2880,-0.2639,0.0000,1,993.3192,-7.7330,411.2895,-67.0090,-0.8044,42.7824,-6.9703,-4.2558,-1.8411,0.0000,-1.8411,5.2924,-1.8411,0.5850,0.0000,-2.4260,0.0000,-2.4260,0.7379,-3.1639,0.0000,-3.1639,-0.0440,-3.1199,0.0000,0.0244,1.2490,-4.3933,0.9980,878.2499,878.2499,878.2499 -53.5000,1.0000,54.6232,6.1335,5.9790,-0.0858,0.0000,1,900.8610,49.5279,390.7691,-72.2980,4.6724,36.8644,-6.8204,-1.2554,0.9977,0.0000,0.9977,4.9301,0.9977,0.4866,0.0000,0.5111,0.0000,0.5111,0.6692,-0.1581,0.0000,-0.1581,-0.0130,-0.1451,0.0000,0.0181,1.1327,-1.2960,0.9676,1669.6514,1669.6514,1669.6514 -54.5000,1.0000,56.2435,5.8330,5.6870,-0.0811,0.0000,1,856.7249,52.3284,410.9004,-75.4417,4.6947,36.8644,-6.7683,-1.1282,1.0072,0.0000,1.0072,4.8157,1.0072,0.4543,0.0000,0.5529,0.0000,0.5529,0.6364,-0.0835,0.0000,-0.0835,-0.0117,-0.0719,0.0000,0.0156,1.0772,-1.1647,0.9628,1696.5807,1696.5807,1696.5807 -55.5000,1.0000,57.8371,5.7370,5.7870,0.0278,0.0000,1,842.6249,86.7992,417.7762,-76.4500,7.6591,36.8644,-6.7459,0.3800,2.5255,0.0000,2.5255,4.7536,2.5255,0.4290,0.0000,2.0965,0.0000,2.0965,0.6260,1.4705,0.0000,1.4705,0.0039,1.4666,0.0000,0.0148,1.0595,0.3923,0.9383,2216.6427,2216.6427,2216.6427 -56.5000,1.0000,59.4224,5.7070,5.6270,-0.0444,0.0000,1,838.2186,64.3747,419.9723,-76.7650,5.6507,36.8644,-6.7383,-0.6048,1.4968,0.0000,1.4968,4.7588,1.4968,0.4362,0.0000,1.0606,0.0000,1.0606,0.6227,0.4379,0.0000,0.4379,-0.0063,0.4441,0.0000,0.0146,1.0539,-0.6244,0.9608,1859.5373,1859.5373,1859.5373 -57.5000,1.0000,60.9322,5.4355,5.2440,-0.1064,0.0000,1,798.3419,46.7991,440.9497,-79.6758,3.9125,36.8644,-6.6611,-1.3790,0.5889,0.0000,0.5889,4.7026,0.5889,0.4172,0.0000,0.1717,0.0000,0.1717,0.5931,-0.4214,0.0000,-0.4214,-0.0143,-0.4071,0.0000,0.0126,1.0038,-1.4235,0.9450,1598.9804,1598.9804,1598.9804 -58.5000,1.0000,62.3318,5.0385,4.8330,-0.1142,0.0000,1,740.0323,51.2950,475.6936,-85.9300,3.9752,36.8644,-6.6592,-1.3717,0.4389,0.0000,0.4389,4.9079,0.4389,0.3788,0.0000,0.0601,0.0000,0.0601,0.5497,-0.4897,0.0000,-0.4897,-0.0142,-0.4755,0.0000,0.0101,0.9305,-1.4160,0.9524,1490.5595,1490.5595,1490.5595 -59.5000,1.0000,63.5126,4.2510,3.6690,-0.3233,0.0000,1,677.1469,25.9512,519.8704,-92.6750,1.8402,36.8644,-6.5716,-1.3599,-1.6648,0.1709,-1.8357,4.8649,-1.8357,0.3267,0.0000,-2.1624,0.0000,-2.1624,0.4638,-2.6262,0.0000,-2.6262,-0.0339,-2.5923,0.0000,0.0061,0.7851,-3.3835,0.9346,1095.4107,1095.4107,1095.4107 -60.5000,1.0000,64.4635,3.4230,3.1770,-0.1367,0.0000,1,644.4444,73.5807,546.2513,-96.1827,4.9657,36.8644,-6.4910,0.0000,0.0747,-0.0058,0.0805,4.8910,0.0805,0.2348,0.0000,-0.1543,0.0000,-0.1543,0.3735,-0.5278,0.0000,-0.5278,-0.0115,-0.5163,0.0000,0.0032,0.6321,-1.1516,0.9318,1537.8092,1537.8092,1537.8092 -61.5000,1.0000,65.2910,2.9790,2.7810,-0.1100,0.0000,1,644.4444,73.5430,546.2513,-96.1827,4.9631,36.8644,-6.4910,0.0000,0.2419,-0.0172,0.2591,4.7213,0.2591,0.1966,0.0000,0.0625,0.0000,0.0625,0.3250,-0.2625,0.0000,-0.2625,-0.0081,-0.2544,0.0000,0.0021,0.5501,-0.8067,0.9434,1537.4356,1537.4356,1537.4356 -62.5000,1.0000,66.0639,2.7825,2.7840,0.0008,0.0000,1,644.4444,84.2218,546.2513,-96.1827,5.6838,36.8644,-6.4910,0.0000,0.9990,0.0005,0.9985,4.6848,0.9985,0.1736,0.0000,0.8249,0.0000,0.8249,0.3036,0.5213,0.0000,0.5213,0.0001,0.5213,0.0000,0.0017,0.5139,0.0057,0.9318,1669.3386,1669.3386,1669.3386 -63.5000,1.0000,66.8740,2.9165,3.0490,0.0736,0.0000,1,644.4444,92.3198,546.2513,-96.1827,6.2303,36.8644,-6.4910,0.0000,1.6424,0.0714,1.5710,4.5879,1.5710,0.1784,0.0000,1.3926,0.0000,1.3926,0.3182,1.0743,0.0000,1.0743,0.0053,1.0690,0.0000,0.0020,0.5386,0.5285,0.9097,1782.3055,1782.3055,1782.3055 -64.5000,1.0000,67.7031,2.9845,2.9200,-0.0358,0.0000,1,644.4444,81.5499,546.2513,-96.1827,5.5035,36.8644,-6.4910,0.0000,0.7871,-0.0174,0.8045,4.7163,0.8045,0.1915,0.0000,0.6130,0.0000,0.6130,0.3256,0.2874,0.0000,0.2874,-0.0026,0.2900,0.0000,0.0021,0.5512,-0.2633,0.9097,1632.0658,1632.0658,1632.0658 -65.5000,1.0000,68.6744,3.4970,4.0740,0.3206,0.0000,1,644.4444,138.4679,546.2513,-96.1827,9.3447,36.8644,-6.4910,0.0000,4.7303,0.6699,4.0603,4.6144,4.0603,0.2424,0.0000,3.8179,0.0000,3.8179,0.3816,3.4364,0.0000,3.4364,0.0276,3.4087,0.0000,0.0034,0.6458,2.7595,0.9208,2324.5164,2324.5164,2324.5164 -66.5000,1.0000,70.0569,4.9770,5.8800,0.5017,0.0000,1,754.0363,229.1237,490.4950,-84.4279,18.0922,38.7307,-6.6666,5.0748,8.3913,0.2564,8.1350,4.6261,8.1350,0.4251,0.0000,7.7099,0.0000,7.7099,0.5729,7.1370,0.0000,7.1370,0.0616,7.0754,0.0000,0.0100,0.9191,6.1463,0.9420,3878.1384,3878.1384,3878.1384 -67.5000,1.0000,71.8329,6.3935,6.9070,0.2853,0.0000,1,939.0487,163.9529,569.1619,-70.1135,16.1226,55.9696,-6.8948,4.3493,6.9504,0.0000,6.9504,4.8229,6.9504,0.5166,0.0000,6.4338,0.0000,6.4338,0.6976,5.7362,0.0000,5.7362,0.0450,5.6913,0.0000,0.0206,1.1807,4.4899,0.9735,3677.6573,3677.6573,3677.6573 -68.5000,1.0000,73.9839,7.7435,8.5800,0.4647,0.0000,1,1137.3306,216.8882,622.4027,-76.0119,25.8316,74.1288,-9.0531,8.5812,12.0398,0.0000,12.0398,5.2106,12.0398,0.7448,0.0000,11.2950,0.0000,11.2950,0.8809,10.4141,0.0000,10.4141,0.0887,10.3254,0.0000,0.0369,1.4300,8.8585,1.0091,5423.3031,5423.3031,5423.3031 -69.5000,1.0000,76.4307,8.8085,9.0370,0.1269,0.0000,1,1293.7531,109.1853,620.2743,-85.3106,14.7926,84.0357,-11.5580,2.6664,6.1784,0.0000,6.1784,5.9477,6.1784,0.7567,0.0000,5.4216,0.0000,5.4216,0.9611,4.4606,0.0000,4.4606,0.0276,4.4330,0.0000,0.0537,1.6267,2.7526,1.0412,3504.7221,3504.7221,3504.7221 -70.5000,1.0000,78.8807,8.8199,8.6028,-0.1206,0.0000,0,1185.1132,-33.7551,454.0916,-78.8623,-4.1892,56.3549,-9.7872,-10.3492,0.0000,0.0000,0.0000,6.1600,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9623,-0.9623,0.0000,-0.9623,-0.0262,-0.9361,0.0000,0.0539,1.6288,-2.6188,1.0198,789.2792,789.2792,789.2792 -71.5000,1.0000,81.7349,10.2754,11.9480,0.9292,0.0000,2,1020.1890,365.1593,406.9555,-68.0720,39.0114,43.4767,-7.2724,-1.4236,33.2577,0.0000,33.2577,7.1774,27.9648,0.8897,0.0000,27.0751,0.0000,27.0751,1.3502,25.7249,0.0000,25.7249,0.2354,25.4895,0.0000,0.0874,1.8976,23.5044,0.9812,7919.4479,7919.4479,7919.4479 -72.5000,1.0000,85.3884,13.1525,14.3570,0.6692,0.0000,2,1098.0221,363.7844,690.6406,-73.6435,41.8296,79.4130,-8.4679,6.7806,27.1114,0.0000,27.1114,7.9377,27.1114,1.0199,0.0000,26.0915,0.0000,26.0915,1.5998,24.4917,0.0000,24.4917,0.2170,24.2747,0.0000,0.1801,2.4289,21.6657,1.0113,8414.5901,8414.5901,8414.5901 -73.5000,1.0000,89.7401,15.6660,16.9750,0.7272,0.0000,2,1307.8589,391.1289,718.7246,-86.1472,53.5685,98.4356,-11.7986,8.7771,34.7857,0.0000,34.7857,10.0057,34.7857,1.3216,0.0000,33.4642,0.0000,33.4642,1.9414,31.5228,0.0000,31.5228,0.2809,31.2419,0.0000,0.3039,2.8931,28.0449,1.0307,10751.1725,10751.1725,10751.1725 -74.5000,1.0000,94.8695,18.4660,19.9570,0.8283,0.0000,2,1541.6139,440.4899,788.1736,-100.0107,71.1116,127.2407,-16.1455,11.7842,46.0327,0.0000,46.0327,13.2947,46.0327,1.7331,0.0000,44.2996,0.0000,44.2996,2.3612,41.9384,0.0000,41.9384,0.3771,41.5613,0.0000,0.4975,3.4102,37.6537,1.1138,14189.5916,14189.5916,14189.5916 -75.5000,1.0000,100.3479,19.7222,19.4874,-0.1304,0.0000,0,1529.9026,31.4780,672.5001,-99.3161,5.0431,107.7419,-15.9115,-12.7950,0.0000,0.0000,0.0000,17.8381,0.0000,0.0000,0.0000,0.0002,0.0000,0.0002,2.1518,-2.1517,0.0000,-2.1517,-0.0634,-2.0882,0.0000,0.6022,3.6422,-6.3326,1.1116,2799.3262,2799.3262,2799.3262 -76.5000,1.0000,105.9421,20.1392,20.7910,0.3621,0.0000,3,1218.8040,261.5780,404.3657,-80.8655,33.3859,51.6104,-10.3211,-13.0919,30.9149,0.0000,30.9149,15.5629,25.6482,0.9346,0.0000,24.7135,0.0000,24.7135,2.2211,22.4924,0.0000,22.4924,0.1798,22.3126,0.0000,0.6418,3.7192,17.9516,1.0397,6889.3470,6889.3470,6889.3470 -77.5000,1.0000,111.7502,20.9090,21.0270,0.0656,0.0000,3,1049.8157,178.8329,604.2117,-70.1927,19.6603,66.4249,-7.7167,0.3820,10.9331,0.0000,10.9331,8.3452,10.9331,0.6649,0.0000,10.2682,0.0000,10.2682,2.2813,7.9869,0.0000,7.9869,0.0338,7.9531,0.0000,0.7175,3.8614,3.3742,0.9998,4230.2153,4230.2153,4230.2153 -78.5000,1.0000,117.8559,21.9805,22.9340,0.5297,0.0000,3,1103.6144,443.3491,578.7815,-74.0007,51.2380,66.8899,-8.5523,3.2446,37.6440,0.0000,37.6440,10.3494,37.6440,1.2342,0.0000,36.4097,0.0000,36.4097,2.5657,33.8440,0.0000,33.8440,0.2871,33.5569,0.0000,0.8351,4.0593,28.6626,1.0242,10174.5795,10174.5795,10174.5795 -79.5000,1.0000,124.6037,24.2920,25.6500,0.7544,0.0000,3,1219.6720,567.5419,715.9365,-80.9170,72.4886,91.4421,-10.3350,5.1070,55.9063,0.0000,55.9063,11.4752,55.9063,1.6795,0.0000,54.2269,0.0000,54.2269,3.0454,51.1815,0.0000,51.1815,0.4518,50.7297,0.0000,1.1286,4.4861,45.1149,1.0399,14326.0792,14326.0792,14326.0792 -80.5000,1.0000,132.0563,26.8295,28.0090,0.6553,0.0000,3,1347.0768,519.6320,774.5906,-88.4731,73.3022,109.2681,-12.4805,4.8991,55.2116,0.0000,55.2116,13.1915,55.2116,1.7598,0.0000,53.4518,0.0000,53.4518,3.2669,50.1850,0.0000,50.1850,0.4335,49.7515,0.0000,1.5188,4.9547,43.2780,1.0819,14465.5802,14465.5802,14465.5802 -81.5000,1.0000,140.1763,29.2320,30.4550,0.6794,0.0000,3,1467.7035,540.8148,780.6193,-95.6272,83.1219,119.9793,-14.6977,5.5346,62.3331,0.0000,62.3331,15.2542,62.3331,1.9976,0.0000,60.3354,0.0000,60.3354,3.5909,56.7446,0.0000,56.7446,0.4897,56.2549,0.0000,1.9640,5.3984,48.8924,1.0894,16310.8411,16310.8411,16310.8411 -82.5000,1.0000,148.5626,30.1905,29.9260,-0.1469,0.0000,0,1439.5974,61.8326,724.7466,-93.9603,9.3215,109.2586,-14.1649,-7.9134,0.0000,0.0000,0.0000,17.2350,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.2940,-3.2940,0.0000,-3.2940,-0.1094,-3.1847,0.0000,2.1600,5.5754,-10.9201,1.0949,3094.4943,3094.4943,3094.4943 -83.5000,1.0000,157.0327,30.4924,31.0588,0.3147,0.0000,4,1179.1827,414.0625,414.0625,-78.5085,51.1300,51.1300,-9.6945,-12.3759,43.0897,0.0000,43.0897,20.4161,36.1727,1.1319,0.0000,35.0408,0.0000,35.0408,3.3273,31.7135,0.0000,31.7135,0.2366,31.4770,0.0000,2.2261,5.6312,23.6197,1.0441,10211.0909,10211.0909,10211.0909 -84.5000,1.0000,165.8946,31.9029,32.7470,0.4689,0.0000,4,1035.6806,697.1822,697.1822,-69.1809,75.6137,75.6137,-7.5031,1.7428,50.7606,0.0000,50.7606,23.1104,50.7606,1.4524,0.0000,49.3083,0.0000,49.3083,3.6709,45.6374,0.0000,45.6374,0.3688,45.2685,0.0000,2.5504,5.8917,36.8265,0.9965,14925.7338,14925.7338,14925.7338 -85.5000,1.0000,175.2996,33.8581,34.9691,0.6173,0.0000,4,1099.1518,798.7241,798.7241,-73.7244,91.9355,91.9355,-8.4859,2.4347,67.1792,0.0000,67.1792,22.3216,67.1792,1.8220,0.0000,65.3572,0.0000,65.3572,4.0912,61.2659,0.0000,61.2659,0.5153,60.7506,0.0000,3.0497,6.2527,51.4481,1.0115,18014.2253,18014.2253,18014.2253 -86.5000,1.0000,185.4104,36.3988,37.8284,0.7942,0.0000,4,1181.6332,849.1825,849.1825,-78.6547,105.0781,105.0781,-9.7328,3.3678,89.3632,0.0000,89.3632,12.3471,89.3632,2.3218,0.0000,87.0415,0.0000,87.0415,4.6500,82.3915,0.0000,82.3915,0.7128,81.6787,0.0000,3.7909,6.7220,71.1659,1.0191,20450.7636,20450.7636,20450.7636 -87.5000,1.0000,196.3411,39.3504,40.8724,0.8455,0.0000,4,1277.4531,872.3242,872.3242,-84.3439,116.6948,116.6948,-11.2831,3.8761,102.5507,0.0000,102.5507,10.2681,102.5507,2.6543,0.0000,99.8964,0.0000,99.8964,5.1140,94.7824,0.0000,94.7824,0.8203,93.9621,0.0000,4.7897,7.2670,81.9054,1.0513,22631.0031,22631.0031,22631.0031 -88.5000,1.0000,207.8600,41.4682,42.0640,0.3310,0.0000,4,1346.2037,461.2921,878.0300,-88.4213,65.0302,123.7795,-12.4651,1.5990,53.7027,0.0000,53.7027,9.7285,53.7027,1.7289,0.0000,51.9738,0.0000,51.9738,4.5897,47.3841,0.0000,47.3841,0.3384,47.0457,0.0000,5.5982,7.6581,33.7894,1.0676,12925.5465,12925.5465,12925.5465 -89.5000,1.0000,219.6678,42.5080,42.9520,0.2467,0.0000,4,1379.9596,393.7304,729.5333,-90.4233,56.8976,105.4242,-13.0670,1.2215,46.1921,0.0000,46.1921,9.4840,46.1921,1.6048,0.0000,44.5873,0.0000,44.5873,4.6380,39.9494,0.0000,39.9494,0.2585,39.6909,0.0000,6.0293,7.8502,25.8113,1.0493,11438.7159,11438.7159,11438.7159 -90.5000,1.0000,231.7092,43.3490,43.7460,0.2206,0.0000,4,1407.2615,374.4176,708.7192,-92.0425,55.1772,104.4426,-13.5641,1.1138,44.4930,0.0000,44.4930,9.5704,44.4930,1.5923,0.0000,42.9008,0.0000,42.9008,4.7297,38.1710,0.0000,38.1710,0.2357,37.9353,0.0000,6.3942,8.0055,23.5357,1.0572,11129.0757,11129.0757,11129.0757 -91.5000,1.0000,244.0489,44.4230,45.1000,0.3761,0.0000,4,1442.1273,496.6922,713.1186,-94.1104,75.0101,107.6946,-14.2125,1.9464,63.6367,0.0000,63.6367,9.4270,63.6367,2.0030,0.0000,61.6337,0.0000,61.6337,5.0061,56.6276,0.0000,56.6276,0.4119,56.2156,0.0000,6.8823,8.2038,41.1295,1.0956,14821.1831,14821.1831,14821.1831 -92.5000,1.0000,256.7847,45.8490,46.5980,0.4161,0.0000,4,1488.4203,529.9510,764.0923,-96.8559,82.6019,119.0968,-15.0966,2.2225,70.8980,0.0000,70.8980,9.4813,70.8980,2.1859,0.0000,68.7121,0.0000,68.7121,5.2433,63.4688,0.0000,63.4688,0.4704,62.9984,0.0000,7.5669,8.4672,46.9644,1.0971,16253.5098,16253.5098,16253.5098 -93.5000,1.0000,270.0431,47.7300,48.8620,0.6289,0.0000,4,1549.4842,701.6697,790.5043,-100.4775,113.8540,128.2685,-16.3036,3.4968,100.6711,0.0000,100.6711,9.6861,100.6711,2.8325,0.0000,97.8386,0.0000,97.8386,5.8530,91.9856,0.0000,91.9856,0.7401,91.2455,0.0000,8.5394,8.8146,73.8915,1.1153,22258.8300,22258.8300,22258.8300 -94.5000,1.0000,283.8735,49.7895,50.7170,0.5153,0.0000,4,1616.3428,615.4694,842.4865,-104.0555,104.1762,142.6018,-17.6127,2.9887,91.2794,0.0000,91.2794,9.9080,91.2794,2.7024,0.0000,88.5770,0.0000,88.5770,5.9033,82.6737,0.0000,82.6737,0.6325,82.0411,0.0000,9.6911,9.1949,63.1551,1.1280,20520.8613,20520.8613,20520.8613 -95.5000,1.0000,297.8624,50.3602,50.0034,-0.1982,0.0000,0,1646.4527,59.1053,810.8932,-105.1278,10.1907,139.8111,-18.1257,0.0000,0.0000,0.0000,0.0000,10.1907,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.4947,-5.4947,0.0000,-5.4947,-0.2461,-5.2486,0.0000,10.0252,9.3003,-24.5741,1.1211,3622.0147,3622.0147,3622.0147 -96.5000,1.0000,311.8822,50.4711,50.9387,0.2598,0.0000,5,1381.8921,413.0693,413.0693,-90.5379,59.7758,59.7758,-13.1019,-22.4515,72.7703,0.0000,72.7703,9.4570,58.2983,0.7752,0.0000,57.5232,0.0000,57.5232,5.5068,52.0164,0.0000,52.0164,0.3233,51.6931,0.0000,10.0920,9.3208,32.2804,1.2048,11968.5335,11968.5335,11968.5335 -97.5000,1.0000,326.2253,51.6354,52.3321,0.3871,0.0000,5,1132.6137,719.4256,719.4256,-75.7305,85.3289,85.3289,-8.9822,1.0629,76.8030,0.0000,76.8030,7.4629,76.8030,0.8848,0.0000,75.9182,0.0000,75.9182,5.8831,70.0351,0.0000,70.0351,0.4928,69.5424,0.0000,10.8077,9.5358,49.1989,1.1352,16677.7951,16677.7951,16677.7951 -98.5000,1.0000,340.9961,53.1747,54.0172,0.4681,0.0000,5,1166.3764,814.6380,814.6380,-77.7446,99.5020,99.5020,-9.4959,1.3237,90.7162,0.0000,90.7162,7.4626,90.7162,0.9775,0.0000,89.7387,0.0000,89.7387,6.2318,83.5069,0.0000,83.5069,0.6136,82.8933,0.0000,11.8041,9.8200,61.2691,1.1334,19358.5652,19358.5652,19358.5652 -99.5000,1.0000,356.2519,54.9210,55.8247,0.5021,0.0000,5,1204.6811,857.9430,857.9430,-80.0279,108.2329,108.2329,-10.0958,1.4666,99.2774,0.0000,99.2774,7.4889,99.2774,1.0471,0.0000,98.2303,0.0000,98.2303,6.5196,91.7107,0.0000,91.7107,0.6799,91.0308,0.0000,13.0060,10.1425,67.8823,1.1566,21046.2578,21046.2578,21046.2578 -100.5000,1.0000,371.8694,56.2229,56.6210,0.2212,0.0000,5,1233.2383,546.3625,875.5554,-81.7216,70.5597,113.0731,-10.5539,0.6614,62.2686,0.0000,62.2686,7.6297,62.2686,0.8824,0.0000,61.3862,0.0000,61.3862,6.1344,55.2518,0.0000,55.2518,0.3066,54.9452,0.0000,13.9499,10.3830,30.6123,1.1796,13957.7951,13957.7951,13957.7951 -101.5000,1.0000,387.7391,57.1310,57.6410,0.2833,0.0000,5,1253.1580,618.3703,747.0081,-82.9030,81.1490,98.0302,-10.8794,0.8609,72.7090,0.0000,72.7090,7.5791,72.7090,0.9490,0.0000,71.7600,0.0000,71.7600,6.3256,65.4344,0.0000,65.4344,0.3991,65.0353,0.0000,14.6373,10.5507,39.8473,1.1613,15928.9700,15928.9700,15928.9700 -102.5000,1.0000,403.9025,58.1885,58.7360,0.3042,0.0000,5,1276.3540,646.7411,779.5538,-84.2787,86.4431,104.1948,-11.2646,0.9413,77.7048,0.0000,77.7048,7.7969,77.7048,0.9910,0.0000,76.7139,0.0000,76.7139,6.4971,70.2168,0.0000,70.2168,0.4364,69.7804,0.0000,15.4654,10.7460,43.5690,1.1951,16902.3884,16902.3884,16902.3884 -103.5000,1.0000,420.3528,59.2210,59.7060,0.2694,0.0000,5,1299.0017,610.8013,792.8099,-85.6219,83.0880,107.8468,-11.6472,0.8487,74.4478,0.0000,74.4478,7.7915,74.4478,0.9915,0.0000,73.4564,0.0000,73.4564,6.5431,66.9133,0.0000,66.9133,0.3934,66.5199,0.0000,16.3030,10.9367,39.2802,1.1102,16306.8277,16306.8277,16306.8277 -104.5000,1.0000,437.0584,60.1400,60.5740,0.2411,0.0000,5,1319.1598,582.9480,779.9707,-86.8174,80.5297,107.7468,-11.9931,0.7712,71.8140,0.0000,71.8140,7.9444,71.8140,0.9934,0.0000,70.8206,0.0000,70.8206,6.5880,64.2326,0.0000,64.2326,0.3575,63.8751,0.0000,17.0735,11.1064,35.6952,1.1851,15800.4820,15800.4820,15800.4820 -105.5000,1.0000,453.9816,60.9235,61.2730,0.1942,0.0000,5,1336.3458,533.7435,770.1429,-87.8367,74.6930,107.7752,-12.2920,0.6291,66.0366,0.0000,66.0366,8.0273,66.0366,0.9775,0.0000,65.0590,0.0000,65.0590,6.6472,58.4118,0.0000,58.4118,0.2916,58.1201,0.0000,17.7492,11.2511,29.1198,1.1775,14720.0801,14720.0801,14720.0801 -106.5000,1.0000,471.0900,61.5905,61.9080,0.1764,0.0000,5,1350.9763,517.0966,752.2724,-88.7044,73.1557,106.4269,-12.5494,0.5778,64.4245,0.0000,64.4245,8.1534,64.4245,0.9807,0.0000,63.4438,0.0000,63.4438,6.7200,56.7238,0.0000,56.7238,0.2678,56.4560,0.0000,18.3385,11.3742,26.7433,1.1958,14438.2457,14438.2457,14438.2457 -107.5000,1.0000,488.4055,62.3355,62.7630,0.2375,0.0000,5,1367.3177,588.0874,748.8640,-89.6736,84.2054,107.2262,-12.8399,0.7874,75.2207,0.0000,75.2207,8.1973,75.2207,1.0473,0.0000,74.1735,0.0000,74.1735,6.8400,67.3335,0.0000,67.3335,0.3650,66.9684,0.0000,19.0124,11.5118,36.4442,1.2006,16486.0758,16486.0758,16486.0758 -108.5000,1.0000,505.9306,63.0905,63.4180,0.1819,0.0000,5,1383.8785,529.3405,777.3319,-90.6557,76.7117,112.6505,-13.1378,0.6105,67.8097,0.0000,67.8097,8.2915,67.8097,1.0231,0.0000,66.7866,0.0000,66.7866,6.8837,59.9029,0.0000,59.9029,0.2830,59.6199,0.0000,19.7113,11.6513,28.2574,1.2054,15079.4820,15079.4820,15079.4820 -109.5000,1.0000,523.6060,63.6315,63.8450,0.1186,0.0000,5,1395.7452,461.0461,755.6071,-91.3595,67.3875,110.4411,-13.3533,0.4014,58.6682,0.0000,58.6682,8.3179,58.6682,0.9867,0.0000,57.6815,0.0000,57.6815,6.9427,50.7388,0.0000,50.7388,0.1861,50.5527,0.0000,20.2224,11.7512,18.5792,1.2368,13381.1688,13381.1688,13381.1688 -110.5000,1.0000,541.3121,63.7420,63.6390,-0.0572,0.0000,5,1398.1690,266.0852,727.1441,-91.5033,38.9591,106.4655,-13.3975,-0.1940,30.8347,0.0000,30.8347,8.3184,30.8347,0.8494,0.0000,29.9853,0.0000,29.9853,6.9548,23.0306,0.0000,23.0306,-0.0899,23.1205,0.0000,20.3277,11.7716,-8.9788,1.2239,8093.9851,8093.9851,8093.9851 -111.5000,1.0000,558.9075,63.3435,63.0480,-0.1642,0.0000,5,1389.4280,145.1828,647.7289,-90.9849,21.1242,94.2449,-13.2383,-0.5531,13.4592,0.0000,13.4592,8.2181,13.4592,0.7557,0.0000,12.7035,0.0000,12.7035,6.9113,5.7922,0.0000,5.7922,-0.2564,6.0486,0.0000,19.9492,11.6980,-25.5986,1.2211,4804.3094,4804.3094,4804.3094 -112.5000,1.0000,576.3362,62.7430,62.4380,-0.1694,0.0000,5,1376.2562,137.0296,596.4577,-90.2037,19.7489,85.9622,-13.0003,-0.5654,12.1256,0.0000,12.1256,8.1887,12.1256,0.7387,0.0000,11.3869,0.0000,11.3869,6.8458,4.5412,0.0000,4.5412,-0.2621,4.8033,0.0000,19.3873,11.5871,-26.1711,1.2311,4526.0410,4526.0410,4526.0410 -113.5000,1.0000,593.6000,62.1500,61.8620,-0.1600,0.0000,5,1363.2488,144.9074,590.0375,-89.4322,20.6868,84.2332,-12.7673,-0.5289,13.1109,0.0000,13.1109,8.1048,13.1109,0.7336,0.0000,12.3774,0.0000,12.3774,6.7811,5.5963,0.0000,5.5963,-0.2452,5.8415,0.0000,18.8427,11.4776,-24.4788,1.2264,4672.4158,4672.4158,4672.4158 -114.5000,1.0000,610.7245,61.6480,61.4340,-0.1189,0.0000,5,1352.2375,187.7992,591.4050,-88.7792,26.5935,83.7465,-12.5717,-0.3898,19.0326,0.0000,19.0326,7.9507,19.0326,0.7547,0.0000,18.2779,0.0000,18.2779,6.7263,11.5516,0.0000,11.5516,-0.1807,11.7323,0.0000,18.3896,11.3849,-18.0422,1.0835,5754.0613,5754.0613,5754.0613 -115.5000,1.0000,627.7288,61.2155,60.9970,-0.1214,0.0000,5,1342.7507,184.2529,606.5499,-88.2165,25.9083,85.2885,-12.4044,-0.3952,18.2574,0.0000,18.2574,8.0461,18.2574,0.7435,0.0000,17.5138,0.0000,17.5138,6.6791,10.8347,0.0000,10.8347,-0.1832,11.0179,0.0000,18.0053,11.3050,-18.2924,1.2293,5615.1402,5615.1402,5615.1402 -116.5000,1.0000,644.6256,60.8285,60.6600,-0.0936,0.0000,5,1334.2619,213.0980,603.7180,-87.7131,29.7748,84.3536,-12.2556,-0.3028,22.1351,0.0000,22.1351,7.9426,22.1351,0.7565,0.0000,21.3786,0.0000,21.3786,6.6369,14.7417,0.0000,14.7417,-0.1404,14.8821,0.0000,17.6659,11.2335,-14.0173,1.1905,6323.6439,6323.6439,6323.6439 -117.5000,1.0000,661.4203,60.4610,60.2620,-0.1106,0.0000,5,1326.2009,192.8561,613.4026,-87.2350,26.7837,85.1890,-12.1151,-0.3555,19.2266,0.0000,19.2266,7.9127,19.2266,0.7358,0.0000,18.4908,0.0000,18.4908,6.5968,11.8940,0.0000,11.8940,-0.1648,12.0588,0.0000,17.3477,11.1657,-16.4545,1.2003,5763.8320,5763.8320,5763.8320 -118.5000,1.0000,678.0656,59.9230,59.5840,-0.1883,0.0000,5,1314.4000,104.5038,600.5722,-86.5351,14.3843,82.6649,-11.9110,-0.6002,7.1003,0.0000,7.1003,7.8842,7.1003,0.6663,0.0000,6.4340,0.0000,6.4340,6.5381,-0.1040,0.0000,-0.1040,-0.2782,0.1742,0.0000,16.8891,11.0663,-27.7811,1.1961,3467.3176,3467.3176,3467.3176 -119.5000,1.0000,694.5453,59.3270,59.0700,-0.1428,0.0000,5,1301.3268,153.1275,561.0931,-85.7598,20.8674,76.4628,-11.6869,-0.4505,13.4468,0.0000,13.4468,7.8711,13.4468,0.6882,0.0000,12.7586,0.0000,12.7586,6.4730,6.2855,0.0000,6.2855,-0.2088,6.4944,0.0000,16.3899,10.9562,-20.8517,1.2041,4648.7503,4648.7503,4648.7503 -120.5000,1.0000,710.8806,58.8070,58.5440,-0.1461,0.0000,5,1289.9207,147.1792,578.9938,-85.0833,19.8810,78.2106,-11.4931,-0.4570,12.5511,0.0000,12.5511,7.7869,12.5511,0.6752,0.0000,11.8759,0.0000,11.8759,6.4163,5.4595,0.0000,5.4595,-0.2118,5.6714,0.0000,15.9627,10.8602,-21.1515,1.2103,4446.4745,4446.4745,4446.4745 -121.5000,1.0000,727.0569,58.2345,57.9250,-0.1719,0.0000,5,1277.3630,115.6802,572.8919,-84.3385,15.4740,76.6330,-11.2816,-0.5325,8.3587,0.0000,8.3587,7.6479,8.3587,0.6450,0.0000,7.7137,0.0000,7.7137,6.3538,1.3598,0.0000,1.3598,-0.2469,1.6067,0.0000,15.5012,10.7545,-24.6489,1.1446,3607.9141,3607.9141,3607.9141 -122.5000,1.0000,743.0859,57.7045,57.4840,-0.1225,0.0000,5,1265.7376,169.0691,557.5928,-83.6490,22.4097,73.9077,-11.0875,-0.3760,15.1291,0.0000,15.1291,7.6565,15.1291,0.6703,0.0000,14.4589,0.0000,14.4589,6.2960,8.1628,0.0000,8.1628,-0.1743,8.3371,0.0000,15.0816,10.6566,-17.4010,1.2198,4885.9950,4885.9950,4885.9950 -123.5000,1.0000,759.0037,57.3040,57.1240,-0.1000,0.0000,5,1256.9527,192.2842,579.3827,-83.1280,25.3099,76.2629,-10.9420,-0.3048,18.0354,0.0000,18.0354,7.5793,18.0354,0.6784,0.0000,17.3570,0.0000,17.3570,6.2523,11.1047,0.0000,11.1047,-0.1413,11.2459,0.0000,14.7696,10.5826,-14.1063,1.1372,5431.2068,5431.2068,5431.2068 -124.5000,1.0000,774.8417,57.0170,56.9100,-0.0594,0.0000,5,1250.6574,236.6287,589.0456,-82.7547,30.9909,77.1464,-10.8383,-0.1803,23.5739,0.0000,23.5739,7.5973,23.5739,0.7015,0.0000,22.8724,0.0000,22.8724,6.2210,16.6514,0.0000,16.6514,-0.0836,16.7349,0.0000,14.5487,10.5296,-8.3434,1.1858,6454.4280,6454.4280,6454.4280 -125.5000,1.0000,790.5716,56.6275,56.3450,-0.1569,0.0000,5,1242.1138,126.7354,604.7020,-82.2480,16.4850,78.6559,-10.6983,-0.4727,9.4168,0.0000,9.4168,7.5408,9.4168,0.6245,0.0000,8.7923,0.0000,8.7923,6.1785,2.6138,0.0000,2.6138,-0.2191,2.8329,0.0000,14.2529,10.4577,-21.8777,1.1701,3777.4977,3777.4977,3777.4977 -126.5000,1.0000,806.1227,55.9840,55.6230,-0.2006,0.0000,5,1227.9987,75.9162,551.7891,-81.4108,9.7625,70.9577,-10.4691,-0.5972,2.9120,0.0000,2.9120,7.4477,2.9120,0.6082,0.0000,2.3037,0.0000,2.3037,6.1083,-3.8046,0.0000,-3.8046,-0.2768,-3.5277,0.0000,13.7728,10.3389,-27.6394,1.1777,2740.2416,2740.2416,2740.2416 -127.5000,1.0000,821.4366,55.1300,54.6370,-0.2739,0.0000,5,1209.2664,-7.5339,522.5579,-80.2999,-0.9541,66.1736,-10.1687,-0.8031,-7.5730,0.0000,-7.5730,7.4220,-7.5730,0.6204,0.0000,-8.1934,0.0000,-8.1934,6.0151,-14.2085,0.0000,-14.2085,-0.3723,-13.8362,0.0000,13.1525,10.1811,-37.1699,1.2096,1339.7443,1339.7443,1339.7443 -128.5000,1.0000,836.4655,54.1040,53.5710,-0.2961,0.0000,5,1186.7613,-36.3608,477.0910,-78.9606,-4.5188,59.2916,-9.8130,-0.8521,-10.8941,0.0000,-10.8941,7.2273,-10.8941,0.6119,0.0000,-11.5060,0.0000,-11.5060,5.9032,-17.4092,0.0000,-17.4092,-0.3950,-17.0142,0.0000,12.4320,9.9917,-39.4379,1.1628,740.2456,740.2456,740.2456 -129.5000,1.0000,851.1835,52.9850,52.3990,-0.3256,0.0000,5,1162.2162,-72.9920,455.6148,-77.4964,-8.8836,55.4515,-9.4319,-0.9174,-15.0408,0.0000,-15.0408,7.0746,-15.0408,0.6043,0.0000,-15.6451,0.0000,-15.6451,5.7811,-21.4262,0.0000,-21.4262,-0.4253,-21.0009,0.0000,11.6768,9.7850,-42.4627,1.1214,0.0000,0.0000,0.0000 -130.5000,1.0000,865.5038,51.5530,50.7070,-0.4700,0.0000,5,1130.8056,-75.6212,424.7398,-75.6227,-8.9549,50.2967,-8.9551,-1.2887,-14.5162,0.0000,-14.5162,6.8499,-14.5162,0.5803,0.0000,-15.0965,0.0000,-15.0965,5.6248,-20.7213,18.4356,-39.1569,-0.5974,-38.5595,0.8089,10.7570,9.5206,-59.6460,1.0310,0.0000,0.0000,0.0000 -131.5000,1.0000,879.3278,49.7665,48.8260,-0.5225,0.0000,5,1091.6190,-73.1829,409.9641,-73.1851,-8.3658,46.8647,-8.3661,-1.3830,-13.6435,0.0000,-13.6435,6.6606,-13.6435,0.5504,0.0000,-14.1939,0.0000,-14.1939,5.4299,-19.6238,25.2225,-44.8463,-0.6411,-44.2052,0.9371,9.6778,9.1906,-64.0107,0.9635,0.0000,0.0000,0.0000 -132.5000,1.0000,892.6964,48.1270,47.4280,-0.3883,0.0000,5,1055.6569,-70.6104,404.4089,-70.6109,-7.8058,44.7066,-7.8059,-0.9940,-13.3845,0.0000,-13.3845,6.5727,-13.3845,0.5249,0.0000,-13.9094,0.0000,-13.9094,5.2510,-19.1604,8.7619,-27.9223,-0.4608,-27.4616,0.9062,8.7512,8.8879,-46.0069,1.0012,0.0000,0.0000,0.0000 -133.5000,1.0000,905.9372,47.6668,47.9056,0.1327,0.0000,5,1045.5624,418.3747,418.3747,-69.8883,45.8083,45.8083,-7.6521,0.3363,39.0154,0.0000,39.0154,6.4566,39.0154,0.6385,0.0000,38.3769,0.0000,38.3769,5.2008,33.1761,0.0000,33.1761,0.1559,33.0202,0.1496,8.5010,8.8029,15.5667,0.9641,9224.5127,9224.5127,9224.5127 -134.5000,1.0000,919.2269,47.8428,47.7800,-0.0349,0.0000,5,1049.4229,231.9460,655.3346,-70.1646,25.4898,72.0182,-7.7108,-0.0888,19.0421,0.0000,19.0421,6.5364,19.0421,0.5412,0.0000,18.5010,0.0000,18.5010,5.2200,13.2809,0.0000,13.2809,-0.0411,13.3221,0.0000,8.5953,8.8354,-4.1086,0.9997,5343.5464,5343.5464,5343.5464 -135.5000,1.0000,932.4963,47.7700,47.7600,-0.0056,0.0000,5,1047.8262,264.2186,564.7759,-70.0503,28.9922,61.9718,-7.6865,-0.0141,22.4876,0.0000,22.4876,6.5187,22.4876,0.5574,0.0000,21.9303,0.0000,21.9303,5.2121,16.7182,0.0000,16.7182,-0.0065,16.7248,0.0000,8.5561,8.8219,-0.6533,1.0225,5972.1594,5972.1594,5972.1594 -136.5000,1.0000,945.7865,47.8445,47.9290,0.0469,0.0000,5,1049.4603,322.4356,581.9632,-70.1673,35.4354,63.9573,-7.7113,0.1195,28.8266,0.0000,28.8266,6.4894,28.8266,0.5901,0.0000,28.2365,0.0000,28.2365,5.2202,23.0163,0.0000,23.0163,0.0554,22.9609,0.0000,8.5962,8.8357,5.5290,1.0113,7231.6000,7231.6000,7231.6000 -137.5000,1.0000,959.1405,48.0745,48.2200,0.0808,0.0000,5,1054.5053,360.5493,611.8547,-70.5284,39.8146,67.5656,-7.7883,0.2067,33.1211,0.0000,33.1211,6.4868,33.1211,0.6148,0.0000,32.5062,0.0000,32.5062,5.2453,27.2609,0.0000,27.2609,0.0958,27.1651,0.0000,8.7209,8.8782,9.5661,0.9894,8036.6914,8036.6914,8036.6914 -138.5000,1.0000,972.6142,48.5055,48.7910,0.1586,0.0000,5,1063.9592,448.1417,633.3598,-71.2052,49.9308,70.5674,-7.9335,0.4092,43.0067,0.0000,43.0067,6.5149,43.0067,0.6704,0.0000,42.3364,0.0000,42.3364,5.2923,37.0441,0.0000,37.0441,0.1897,36.8544,0.0000,8.9577,8.9578,18.9389,0.9685,9955.8679,9955.8679,9955.8679 -139.5000,1.0000,986.2719,49.1675,49.5440,0.2092,0.0000,5,1078.4801,506.2820,678.2347,-72.2446,57.1786,76.5986,-8.1592,0.5470,50.0593,0.0000,50.0593,6.5723,50.0593,0.7151,0.0000,49.3442,0.0000,49.3442,5.3646,43.9796,0.0000,43.9796,0.2536,43.7261,0.0000,9.3298,9.0800,25.3163,0.9951,11397.0075,11397.0075,11397.0075 -140.5000,1.0000,1000.1559,49.9825,50.4210,0.2436,0.0000,5,1096.3569,546.8813,708.6221,-73.5243,62.7876,81.3571,-8.4413,0.6476,55.5139,0.0000,55.5139,6.6260,55.5139,0.7541,0.0000,54.7598,0.0000,54.7598,5.4535,49.3063,0.0000,49.3063,0.3002,49.0061,0.0000,9.8016,9.2305,29.9740,0.9993,12403.6149,12403.6149,12403.6149 -141.5000,1.0000,1014.2908,50.8855,51.3500,0.2581,0.0000,5,1116.1641,565.8138,730.0636,-74.7493,66.1348,85.3331,-8.7370,0.6984,58.7239,0.0000,58.7239,6.7126,58.7239,0.7834,0.0000,57.9405,0.0000,57.9405,5.5520,52.3885,0.0000,52.3885,0.3237,52.0647,0.0000,10.3426,9.3973,32.3248,1.0156,13077.0232,13077.0232,13077.0232 -142.5000,1.0000,1028.7467,52.0415,52.7330,0.3842,0.0000,5,1141.5207,711.6315,743.4313,-76.2619,85.0683,88.8696,-9.1163,1.0633,77.2026,0.0000,77.2026,6.8024,77.2026,0.8929,0.0000,76.3097,0.0000,76.3097,5.9262,70.3835,0.0000,70.3835,0.4929,69.8905,0.0000,11.0646,9.6108,49.2151,1.0101,16638.2387,16638.2387,16638.2387 -143.5000,1.0000,1043.6291,53.5764,54.4198,0.4686,0.0000,5,1175.1889,812.0510,812.0510,-78.2702,99.9354,99.9354,-9.6324,1.3351,91.6557,0.0000,91.6557,6.9446,91.6557,0.9883,0.0000,90.6674,0.0000,90.6674,6.2826,84.3847,0.0000,84.3847,0.6189,83.7658,0.0000,12.0737,9.8942,61.7979,1.0178,19443.9550,19443.9550,19443.9550 -144.5000,1.0000,1058.9900,55.2992,56.1785,0.4885,0.0000,5,1212.9771,857.0769,857.0769,-80.5199,108.8682,108.8682,-10.2279,1.4368,98.2425,0.0000,98.2425,9.1889,98.2425,1.0478,0.0000,97.1947,0.0000,97.1947,6.5388,90.6559,0.0000,90.6559,0.6660,89.9899,0.0000,13.2763,10.2124,66.5012,1.0519,21158.2839,21158.2839,21158.2839 -145.5000,1.0000,1074.7993,56.9138,57.6490,0.4085,0.0000,5,1248.3927,771.8957,876.6950,-82.6204,100.9110,114.6115,-10.8011,1.2364,90.3873,0.0000,90.3873,9.2873,90.3873,1.0339,0.0000,89.3533,0.0000,89.3533,6.5696,82.7838,0.0000,82.7838,0.5732,82.2106,0.0000,14.4722,10.5106,57.2278,1.0456,19619.3635,19619.3635,19619.3635 -146.5000,1.0000,1090.9450,58.1245,58.6000,0.2642,0.0000,5,1274.9502,612.9596,841.9772,-84.1954,81.8378,112.4145,-11.2411,0.8166,71.6858,0.0000,71.6858,9.3353,71.6858,0.9598,0.0000,70.7260,0.0000,70.7260,6.4014,64.3246,0.0000,64.3246,0.3786,63.9460,0.0000,15.4141,10.7342,37.7978,1.0508,16054.9096,16054.9096,16054.9096 -147.5000,1.0000,1107.3203,58.9510,59.3020,0.1950,0.0000,5,1293.0793,538.8837,777.7787,-85.2706,72.9708,105.3198,-11.5466,0.6114,62.9100,0.0000,62.9100,9.4493,62.9100,0.9294,0.0000,61.9807,0.0000,61.9807,6.4320,55.5487,0.0000,55.5487,0.2834,55.2653,0.0000,16.0805,10.8868,28.2980,1.0411,14430.9747,14430.9747,14430.9747 -148.5000,1.0000,1123.8309,59.4380,59.5740,0.0756,0.0000,5,1303.7616,408.3070,747.1408,-85.9042,55.7460,102.0068,-11.7285,0.2388,45.9621,0.0000,45.9621,9.5451,45.9621,0.8526,0.0000,45.1095,0.0000,45.1095,6.4852,38.6243,0.0000,38.6243,0.1107,38.5136,0.0000,16.4818,10.9767,11.0550,1.0565,11174.8015,11174.8015,11174.8015 -149.5000,1.0000,1140.4118,59.6915,59.8090,0.0653,0.0000,5,1309.3221,397.5330,694.1863,-86.2340,54.5065,95.1812,-11.8237,0.2072,44.7688,0.0000,44.7688,9.5305,44.7688,0.8508,0.0000,43.9180,0.0000,43.9180,6.5128,37.4052,0.0000,37.4052,0.0961,37.3091,0.0000,16.6936,11.0235,9.5920,1.0576,10937.9982,10937.9982,10937.9982 -150.5000,1.0000,1157.0303,59.8265,59.8440,0.0097,0.0000,5,1312.2833,336.6870,689.2854,-86.4096,46.2682,94.7230,-11.8746,0.0309,36.6416,0.0000,36.6416,9.5957,36.6416,0.8124,0.0000,35.8292,0.0000,35.8292,6.5275,29.3017,0.0000,29.3017,0.0143,29.2874,0.0000,16.8071,11.0485,1.4318,1.0718,9387.3825,9387.3825,9387.3825 -151.5000,1.0000,1173.6220,59.7300,59.6160,-0.0633,0.0000,5,1310.1666,239.9185,662.4389,-86.2840,32.9169,90.8868,-11.8382,-0.2012,25.6238,0.0000,25.6238,7.4943,25.6238,0.7557,0.0000,24.8681,0.0000,24.8681,6.5170,18.3511,0.0000,18.3511,-0.0933,18.4443,0.0000,16.7259,11.0307,-9.3122,1.0712,6889.9232,6889.9232,6889.9232 -152.5000,1.0000,1190.1638,59.5505,59.4850,-0.0364,0.0000,5,1306.2293,269.2694,621.7927,-86.0505,36.8328,85.0538,-11.7707,-0.1152,29.4546,0.0000,29.4546,7.4935,29.4546,0.7719,0.0000,28.6827,0.0000,28.6827,6.4974,22.1852,0.0000,22.1852,-0.0534,22.2387,0.0000,16.5755,10.9975,-5.3344,1.0570,7616.4019,7616.4019,7616.4019 -153.5000,1.0000,1206.6659,59.4075,59.3300,-0.0431,0.0000,5,1303.0926,261.3404,633.2903,-85.8645,35.6624,86.4185,-11.7170,-0.1360,28.3136,0.0000,28.3136,7.4848,28.3136,0.7638,0.0000,27.5498,0.0000,27.5498,6.4818,21.0679,0.0000,21.0679,-0.0631,21.1310,0.0000,16.4564,10.9711,-6.2965,1.0697,7400.1539,7400.1539,7400.1539 -154.5000,1.0000,1223.0945,59.1430,58.9560,-0.1039,0.0000,5,1297.2908,192.8275,627.5449,-85.5204,26.1960,85.2532,-11.6181,-0.3268,19.0494,0.0000,19.0494,7.4734,19.0494,0.7132,0.0000,18.3362,0.0000,18.3362,6.4530,11.8833,0.0000,11.8833,-0.1515,12.0348,0.0000,16.2377,10.9222,-15.1252,1.0553,5634.1165,5634.1165,5634.1165 -155.5000,1.0000,1239.4156,58.7560,58.5560,-0.1111,0.0000,5,1288.8020,183.1948,596.4946,-85.0170,24.7245,80.5047,-11.4741,-0.3472,17.6507,0.0000,17.6507,7.4211,17.6507,0.6999,0.0000,16.9508,0.0000,16.9508,6.4107,10.5400,0.0000,10.5400,-0.1610,10.7010,0.0000,15.9211,10.8508,-16.0709,1.0536,5350.9810,5350.9810,5350.9810 -156.5000,1.0000,1255.6136,58.3130,58.0700,-0.1350,0.0000,5,1279.0849,155.1798,589.6695,-84.4406,20.7856,78.9835,-11.3104,-0.4187,13.7956,0.0000,13.7956,7.4087,13.7956,0.6734,0.0000,13.1222,0.0000,13.1222,6.3624,6.7598,0.0000,6.7598,-0.1941,6.9539,0.0000,15.5638,10.7690,-19.3789,1.0650,4597.7498,4597.7498,4597.7498 -157.5000,1.0000,1271.6518,57.7375,57.4050,-0.1847,0.0000,5,1266.4614,97.5816,573.5521,-83.6920,12.9416,76.0665,-11.0995,-0.5672,6.1819,0.0000,6.1819,7.3270,6.1819,0.6294,0.0000,5.5524,0.0000,5.5524,6.2996,-0.7472,0.0000,-0.7472,-0.2630,-0.4842,0.0000,15.1077,10.6627,-26.2547,1.0625,3182.7124,3182.7124,3182.7124 -158.5000,1.0000,1287.4552,56.8920,56.3790,-0.2850,0.0000,5,1247.9155,-15.9973,541.4241,-82.5921,-2.0906,70.7541,-10.7932,-0.8623,-8.4936,0.0000,-8.4936,7.2654,-8.4936,0.6519,0.0000,-9.1455,0.0000,-9.1455,6.2074,-15.3528,0.0000,-15.3528,-0.3998,-14.9531,0.0000,14.4544,10.5065,-39.9140,1.0588,1258.0693,1258.0693,1258.0693 -159.5000,1.0000,1302.9885,55.9200,55.4610,-0.2550,0.0000,5,1226.5949,13.3907,485.5303,-81.3276,1.7200,62.3657,-10.4464,-0.7584,-4.6735,0.0000,-4.6735,7.1519,-4.6735,0.6261,0.0000,-5.2997,0.0000,-5.2997,6.1013,-11.4010,0.0000,-11.4010,-0.3516,-11.0494,0.0000,13.7259,10.3270,-35.1024,1.0413,1738.4272,1738.4272,1738.4272 -160.5000,1.0000,1318.2474,54.9320,54.4030,-0.2939,0.0000,5,1204.9233,-32.9041,492.0677,-80.0423,-4.1518,62.0887,-10.0997,-0.8586,-10.3652,0.0000,-10.3652,7.0720,-10.3652,0.6241,0.0000,-10.9893,0.0000,-10.9893,5.9935,-16.9829,0.0000,-16.9829,-0.3980,-16.5848,0.0000,13.0115,10.1446,-39.7409,1.0370,834.0798,834.0798,834.0798 -161.5000,1.0000,1333.1249,53.5590,52.7150,-0.4689,0.0000,5,1174.8068,-78.2461,456.8979,-78.2475,-9.6263,56.2101,-9.6264,-1.3356,-15.2184,0.0000,-15.2184,6.9278,-15.2184,0.6139,0.0000,-15.8323,0.0000,-15.8323,5.8437,-21.6760,18.2417,-39.9177,-0.6192,-39.2985,0.5689,12.0619,9.8910,-61.8204,1.0177,0.0000,0.0000,0.0000 -162.5000,1.0000,1347.4617,51.6125,50.5100,-0.6125,0.0000,5,1132.1107,-75.6991,418.2627,-75.7005,-8.9745,49.5869,-8.9746,-1.6813,-14.1335,0.0000,-14.1335,6.8403,-14.1335,0.5803,0.0000,-14.7138,0.0000,-14.7138,5.6313,-20.3451,34.2383,-54.5834,-0.7794,-53.8040,3.6880,10.7963,9.5315,-77.8198,1.0194,0.0000,0.0000,0.0000 -163.5000,1.0000,1361.2295,49.5640,48.6180,-0.5256,0.0000,5,1087.1772,-72.8659,408.3077,-72.8672,-8.2957,46.4854,-8.2959,-1.3854,-13.5605,0.0000,-13.5605,6.6502,-13.5605,0.5471,0.0000,-14.1076,0.0000,-14.1076,5.4078,-19.5154,16.6299,-36.1454,-0.6422,-35.5031,9.9068,9.5602,9.1529,-64.1231,1.0318,0.0000,0.0000,0.0000 -164.5000,1.0000,1374.4267,47.5100,46.4020,-0.6156,0.0000,5,1042.1231,-69.6399,394.0132,-69.6421,-7.5999,42.9990,-7.6001,-1.5554,-12.5334,0.0000,-12.5334,6.4889,-12.5334,0.5135,0.0000,-13.0469,0.0000,-13.0469,5.1837,-18.2306,26.7354,-44.9660,-0.7210,-44.2450,10.5513,8.4217,8.7736,-71.9916,0.9980,0.0000,0.0000,0.0000 -165.5000,1.0000,1387.0606,45.4820,44.5620,-0.5111,0.0000,5,997.6393,-66.7604,381.2704,-66.7619,-6.9746,39.8323,-6.9748,-1.2363,-12.0686,0.0000,-12.0686,6.3303,-12.0686,0.4826,0.0000,-12.5512,0.0000,-12.5512,4.9624,-17.5136,17.6572,-35.1708,-0.5731,-34.5977,6.8402,7.3877,8.3992,-57.2248,0.9990,0.0000,0.0000,0.0000 -166.5000,1.0000,1399.2986,44.0570,43.5520,-0.2806,0.0000,5,966.3822,-22.1483,376.4363,-68.5499,-2.2414,38.0951,-6.9372,-0.6574,-7.7529,0.0000,-7.7529,6.1689,-7.7529,0.4513,0.0000,-8.2043,0.0000,-8.2043,4.8070,-13.0113,0.0000,-13.0113,-0.3047,-12.7065,2.8716,6.7129,8.1362,-30.4273,0.9800,630.8574,630.8574,630.8574 -167.5000,1.0000,1411.3482,43.3785,43.2050,-0.0964,0.0000,5,951.4994,154.7271,399.9547,-69.4013,15.4171,39.8518,-6.9152,-0.2224,9.5542,0.0000,9.5542,6.0854,9.5542,0.4328,0.0000,9.1214,0.0000,9.1214,4.7329,4.3884,0.0000,4.3884,-0.1031,4.4915,0.3665,6.4068,8.0109,-10.2927,0.9765,3585.6356,3585.6356,3585.6356 -168.5000,1.0000,1423.2834,42.9665,42.7280,-0.1325,0.0000,5,942.4623,110.0158,487.3514,-69.9183,10.8579,48.0989,-6.9005,-0.3028,5.0992,0.0000,5.0992,6.0615,5.0992,0.4051,0.0000,4.6941,0.0000,4.6941,4.6880,0.0061,0.0000,0.0061,-0.1404,0.1465,0.0000,6.2261,7.9348,-14.0144,0.9743,2894.3211,2894.3211,2894.3211 -169.5000,1.0000,1435.1232,42.6235,42.5190,-0.0581,0.0000,5,934.9386,191.6128,463.1362,-70.3486,18.7601,45.3441,-6.8876,-0.1316,12.8871,0.0000,12.8871,6.0046,12.8871,0.4395,0.0000,12.4476,0.0000,12.4476,4.6506,7.7970,0.0000,7.7970,-0.0610,7.8580,0.0000,6.0780,7.8715,-6.0915,0.9846,4094.7255,4094.7255,4094.7255 -170.5000,1.0000,1446.8691,42.2850,42.0510,-0.1300,0.0000,5,927.5137,111.0017,500.5589,-70.7734,10.7815,48.6188,-6.8741,-0.2924,5.0858,0.0000,5.0858,5.9880,5.0858,0.3961,0.0000,4.6897,0.0000,4.6897,4.6136,0.0760,0.0000,0.0760,-0.1355,0.2116,0.0000,5.9345,7.8090,-13.5319,0.9831,2863.4072,2863.4072,2863.4072 -171.5000,1.0000,1458.5229,41.9540,41.8570,-0.0539,0.0000,5,920.2533,194.5115,457.5879,-71.1887,18.7448,44.0971,-6.8604,-0.1202,12.9313,0.0000,12.9313,5.9338,12.9313,0.4311,0.0000,12.5002,0.0000,12.5002,4.5775,7.9227,0.0000,7.9227,-0.0557,7.9785,0.0000,5.7961,7.7479,-5.5655,0.9816,4077.8520,4077.8520,4077.8520 -172.5000,1.0000,1470.1779,41.9580,42.0590,0.0561,0.0000,5,920.3410,316.4719,504.5243,-71.1837,30.5009,48.6250,-6.8605,0.1252,24.4666,0.0000,24.4666,5.9090,24.4666,0.4888,0.0000,23.9779,0.0000,23.9779,4.5779,19.3999,0.0000,19.3999,0.0580,19.3419,0.0000,5.7977,7.7486,5.7955,0.9697,6275.7834,6275.7834,6275.7834 -173.5000,1.0000,1481.8835,42.1400,42.2210,0.0450,0.0000,5,924.3331,304.5977,568.7125,-70.9553,29.4838,55.0491,-6.8682,0.1009,23.4544,0.0000,23.4544,5.9286,23.4544,0.4861,0.0000,22.9683,0.0000,22.9683,4.5978,18.3705,0.0000,18.3705,0.0468,18.3238,0.0000,5.8735,7.7822,4.6681,0.9702,6111.5993,6111.5993,6111.5993 -174.5000,1.0000,1493.6166,42.2390,42.2570,0.0100,0.0000,5,926.5047,266.0939,562.5521,-70.8311,25.8173,54.5807,-6.8723,0.0225,19.8436,0.0000,19.8436,5.9513,19.8436,0.4693,0.0000,19.3743,0.0000,19.3743,4.6086,14.7657,0.0000,14.7657,0.0104,14.7552,0.0000,5.9150,7.8005,1.0398,0.9952,5383.9958,5383.9958,5383.9958 -175.5000,1.0000,1505.4103,42.4575,42.6580,0.1114,0.0000,5,931.2974,378.9136,547.3042,-70.5569,36.9536,53.3760,-6.8811,0.2515,30.7660,0.0000,30.7660,5.9361,30.7660,0.5268,0.0000,30.2392,0.0000,30.2392,4.6324,25.6068,0.0000,25.6068,0.1166,25.4902,0.0000,6.0074,7.8409,11.6419,0.9717,7525.1156,7525.1156,7525.1156 -176.5000,1.0000,1517.3349,42.9285,43.1990,0.1503,0.0000,5,941.6287,422.9109,609.5426,-69.9659,41.7020,60.1052,-6.8991,0.3431,35.4172,0.0000,35.4172,5.9417,35.4172,0.5562,0.0000,34.8611,0.0000,34.8611,4.6838,30.1772,0.0000,30.1772,0.1591,30.0182,0.0000,6.2096,7.9278,15.8807,0.9741,8402.6046,8402.6046,8402.6046 -177.5000,1.0000,1529.4663,43.6730,44.1470,0.2633,0.0000,5,957.9592,550.3212,640.2813,-69.0318,55.2067,64.2313,-6.9251,0.6117,48.5952,0.0000,48.5952,5.9999,48.5952,0.6319,0.0000,47.9633,0.0000,47.9633,4.7651,43.1983,0.0000,43.1983,0.2835,42.9147,0.0000,6.5388,8.0653,28.3105,0.9780,10968.8062,10968.8062,10968.8062 -178.5000,1.0000,1541.8278,44.5015,44.8560,0.1969,0.0000,5,976.1322,478.7562,708.1411,-67.9922,48.9386,72.3864,-6.9502,0.4661,42.3944,0.0000,42.3944,6.0781,42.3944,0.6119,0.0000,41.7824,0.0000,41.7824,4.8555,36.9270,0.0000,36.9270,0.2161,36.7109,0.0000,6.9177,8.2183,21.5748,0.9939,9818.7310,9818.7310,9818.7310 -179.5000,1.0000,1554.3810,45.1915,45.5270,0.1864,0.0000,5,991.2672,468.9939,678.4012,-67.1264,48.6840,70.4216,-6.9681,0.4480,42.0834,0.0000,42.0834,6.1526,42.0834,0.6197,0.0000,41.4637,0.0000,41.4637,4.9307,36.5330,0.0000,36.5330,0.2077,36.3253,0.0000,7.2444,8.3458,20.7351,0.9975,9775.5157,9775.5157,9775.5157 -180.5000,1.0000,1567.1513,45.9730,46.4190,0.2478,0.0000,5,1008.4093,539.2039,677.4185,-67.2288,56.9401,71.5356,-7.0994,0.6058,50.1257,0.0000,50.1257,6.2086,50.1257,0.6706,0.0000,49.4551,0.0000,49.4551,5.0160,44.4391,0.0000,44.4391,0.2808,44.1583,0.0000,7.6271,8.4901,28.0411,1.0016,11354.0623,11354.0623,11354.0623 -181.5000,1.0000,1580.1977,46.9670,47.5150,0.3044,0.0000,5,1030.2125,605.0828,715.0518,-68.7895,65.2785,77.1424,-7.4213,0.7605,58.2615,0.0000,58.2615,6.2565,58.2615,0.7250,0.0000,57.5365,0.0000,57.5365,5.1784,52.3581,0.0000,52.3581,0.3525,52.0056,0.0000,8.1330,8.6736,35.1990,0.9952,12968.4123,12968.4123,12968.4123 -182.5000,1.0000,1593.5413,48.0370,48.5590,0.2900,0.0000,5,1053.6828,592.1555,749.1349,-70.4696,65.3393,82.6606,-7.7757,0.7409,58.2247,0.0000,58.2247,6.3737,58.2247,0.7398,0.0000,57.4849,0.0000,57.4849,5.2759,52.2089,0.0000,52.2089,0.3435,51.8655,0.0000,8.7014,8.8712,34.2928,1.0123,12959.5449,12959.5449,12959.5449 -183.5000,1.0000,1607.1567,49.0155,49.4720,0.2536,0.0000,5,1075.1460,554.1400,745.5552,-72.0060,62.3901,83.9413,-8.1071,0.6611,55.2899,0.0000,55.2899,6.4390,55.2899,0.7391,0.0000,54.5508,0.0000,54.5508,5.3480,49.2029,0.0000,49.2029,0.3065,48.8964,0.0000,9.2438,9.0520,30.6007,1.0058,12335.6072,12335.6072,12335.6072 -184.5000,1.0000,1621.0493,50.0135,50.5550,0.3008,0.0000,5,1097.0369,611.5490,731.4788,-73.5730,70.2556,84.0333,-8.4522,0.8002,62.7811,0.0000,62.7811,6.6744,62.7811,0.7909,0.0000,61.9902,0.0000,61.9902,5.5251,56.4650,0.0000,56.4650,0.3709,56.0941,0.0000,9.8203,9.2363,37.0376,1.1270,13899.6084,13899.6084,13899.6084 -185.5000,1.0000,1635.1546,50.7790,51.0030,0.1244,0.0000,5,1113.8280,416.8950,757.8029,-74.6099,48.6266,88.3900,-8.7025,0.3361,41.6028,0.0000,41.6028,6.6877,41.6028,0.6962,0.0000,40.9066,0.0000,40.9066,5.5404,35.3662,0.0000,35.3662,0.1558,35.2104,0.0000,10.2771,9.3776,15.5557,1.1308,9734.3351,9734.3351,9734.3351 -186.5000,1.0000,1649.3423,51.0755,51.1480,0.0403,0.0000,5,1120.3317,324.4917,667.7486,-74.9979,38.0696,78.3408,-8.7988,0.1094,31.2267,0.0000,31.2267,6.7335,31.2267,0.6487,0.0000,30.5780,0.0000,30.5780,5.5727,25.0053,0.0000,25.0053,0.0507,24.9546,0.0000,10.4580,9.4324,5.0642,1.1210,7708.8640,7708.8640,7708.8640 -187.5000,1.0000,1663.5679,51.2125,51.2770,0.0358,0.0000,5,1123.3368,319.9036,625.1520,-75.1772,37.6320,73.5401,-8.8435,0.0976,30.7990,0.0000,30.7990,6.7354,30.7990,0.6486,0.0000,30.1505,0.0000,30.1505,5.5877,24.5628,0.0000,24.5628,0.0452,24.5175,0.0000,10.5424,9.4577,4.5174,1.1329,7634.1455,7634.1455,7634.1455 -188.5000,1.0000,1677.7748,51.1445,51.0120,-0.0736,0.0000,5,1121.8452,198.5279,620.7220,-75.0882,23.3229,72.9220,-8.8213,-0.2002,16.7427,0.0000,16.7427,6.7805,16.7427,0.5773,0.0000,16.1654,0.0000,16.1654,5.5803,10.5851,0.0000,10.5851,-0.0928,10.6779,0.0000,10.5005,9.4451,-9.2677,1.1326,4990.6978,4990.6978,4990.6978 -189.5000,1.0000,1691.9224,50.9315,50.8510,-0.0447,0.0000,5,1117.1731,230.0128,563.0407,-74.8095,26.9092,65.8702,-8.7520,-0.1211,20.2611,0.0000,20.2611,6.7693,20.2611,0.5917,0.0000,19.6694,0.0000,19.6694,5.5570,14.1123,0.0000,14.1123,-0.0562,14.1685,0.0000,10.3698,9.4058,-5.6071,1.1315,5595.4529,5595.4529,5595.4529 -190.5000,1.0000,1706.0113,50.7200,50.5890,-0.0728,0.0000,5,1112.5339,198.5390,576.4294,-74.5327,23.1306,67.1565,-8.6834,-0.1963,16.5342,0.0000,16.5342,6.7928,16.5342,0.5700,0.0000,15.9642,0.0000,15.9642,5.5340,10.4302,0.0000,10.4302,-0.0910,10.5212,0.0000,10.2412,9.3667,-9.0867,1.1540,4951.0993,4951.0993,4951.0993 -191.5000,1.0000,1720.0296,50.4660,50.3430,-0.0683,0.0000,5,1106.9624,202.3936,560.3639,-74.2004,23.4616,64.9578,-8.6014,-0.1834,16.9082,0.0000,16.9082,6.7368,16.9082,0.5681,0.0000,16.3401,0.0000,16.3401,5.5062,10.8338,0.0000,10.8338,-0.0850,10.9189,0.0000,10.0881,9.3198,-8.4891,1.1527,5007.9284,5007.9284,5007.9284 -192.5000,1.0000,1733.9456,50.0975,49.8520,-0.1364,0.0000,5,1098.8794,124.9622,558.9137,-73.7049,14.3800,64.3166,-8.4815,-0.3634,8.1171,0.0000,8.1171,6.6262,8.1171,0.5188,0.0000,7.5983,0.0000,7.5983,5.4660,2.1323,0.0000,2.1323,-0.1685,2.3008,0.0000,9.8689,9.2518,-16.8199,1.0587,3388.9229,3388.9229,3388.9229 -193.5000,1.0000,1747.6442,49.3150,48.7780,-0.2983,0.0000,5,1081.7154,-55.3891,513.3596,-72.4762,-6.2743,58.1518,-8.2099,-0.7825,-12.1373,0.0000,-12.1373,6.6455,-12.1373,0.5397,0.0000,-12.6771,0.0000,-12.6771,5.3807,-18.0577,0.0000,-18.0577,-0.3627,-17.6950,0.0000,9.4145,9.1073,-36.2168,1.1470,244.7705,244.7705,244.7705 -194.5000,1.0000,1760.9243,47.8085,46.8390,-0.5386,0.0000,5,1048.6706,-70.1088,407.4309,-70.1108,-7.6991,44.7427,-7.6993,-1.3695,-12.8618,0.0000,-12.8618,6.5322,-12.8618,0.5188,0.0000,-13.3806,0.0000,-13.3806,5.2163,-18.5969,28.0170,-46.6139,-0.6349,-45.9790,0.0000,8.5803,8.8290,-63.3884,1.0924,0.0000,0.0000,0.0000 -195.5000,1.0000,1773.7263,46.0870,45.3350,-0.4178,0.0000,5,1010.9099,-67.4068,391.1325,-67.4078,-7.1358,41.4062,-7.1359,-1.0240,-12.6982,0.0000,-12.6982,6.5864,-12.6982,0.4929,0.0000,-13.1912,0.0000,-13.1912,5.0285,-18.2196,12.6548,-30.8744,-0.4747,-30.3997,0.8011,7.6853,8.5111,-47.3972,1.1308,0.0000,0.0000,0.0000 -196.5000,1.0000,1786.0688,44.4330,43.5310,-0.5011,0.0000,5,974.6297,-68.0760,372.0251,-68.0781,-6.9480,37.9700,-6.9483,-1.1842,-12.0806,0.0000,-12.0806,6.3168,-12.0806,0.4675,0.0000,-12.5482,0.0000,-12.5482,4.8480,-17.3962,21.9369,-39.3330,-0.5490,-38.7841,0.9332,6.8882,8.2057,-54.8111,1.1234,0.0000,0.0000,0.0000 -197.5000,1.0000,1798.0191,43.0210,42.5110,-0.2833,0.0000,5,943.6577,-46.6219,373.0470,-69.8499,-4.6072,36.8644,-6.9025,-0.6483,-10.0711,0.0000,-10.0711,6.1122,-10.0711,0.4425,0.0000,-10.5136,0.0000,-10.5136,4.6939,-15.2075,0.0000,-15.2075,-0.3005,-14.9070,0.9035,6.2505,7.9449,-30.0060,1.0723,225.5422,225.5422,225.5422 -198.5000,1.0000,1809.7759,42.3245,42.1380,-0.1036,0.0000,5,928.3801,142.5222,379.1859,-70.7238,13.8560,36.8644,-6.8758,-0.2332,8.0468,0.0000,8.0468,6.0424,8.0468,0.4114,0.0000,7.6353,0.0000,7.6353,4.6179,3.0174,0.0000,3.0174,-0.1081,3.1255,0.1533,5.9511,7.8163,-10.7951,1.0693,3295.6394,3295.6394,3295.6394 -199.5000,1.0000,1821.4863,42.1575,42.1770,0.0108,0.0000,5,924.7170,267.6944,477.9460,-70.9334,25.9225,46.2824,-6.8689,0.0243,19.8699,0.0000,19.8699,6.0283,19.8699,0.4684,0.0000,19.4015,0.0000,19.4015,4.5997,14.8018,0.0000,14.8018,0.0113,14.7905,0.0000,5.8808,7.7854,1.1243,1.0808,5405.2835,5405.2835,5405.2835 -200.5000,1.0000,1833.2824,42.4660,42.7550,0.1606,0.0000,5,931.4839,434.6244,549.5261,-70.5463,42.3953,53.6034,-6.8814,0.3626,35.9920,0.0000,35.9920,6.0407,35.9920,0.5530,0.0000,35.4390,0.0000,35.4390,4.6334,30.8057,0.0000,30.8057,0.1681,30.6376,0.0000,6.0111,7.8424,16.7840,1.0822,8510.2127,8510.2127,8510.2127 -201.5000,1.0000,1845.2400,43.0475,43.3400,0.1625,0.0000,5,944.2390,438.0759,638.7838,-69.8166,43.3172,63.1633,-6.9035,0.3720,36.8654,0.0000,36.8654,6.0797,36.8654,0.5650,0.0000,36.3004,0.0000,36.3004,4.6968,31.6036,0.0000,31.6036,0.1725,31.4312,0.0000,6.2614,7.9498,17.2199,1.0847,8703.7476,8703.7476,8703.7476 -202.5000,1.0000,1857.4327,43.8935,44.4470,0.3075,0.0000,5,962.7958,601.5223,650.6080,-68.7551,60.6477,65.5967,-6.9321,0.7178,53.7940,0.0000,53.7940,6.1359,53.7940,0.6608,0.0000,53.1332,0.0000,53.1332,4.8299,48.3032,0.0000,48.3032,0.3328,47.9704,0.0000,6.6387,8.1060,33.2257,1.1102,12063.6968,12063.6968,12063.6968 -203.5000,1.0000,1869.6892,44.1237,43.8004,-0.1796,0.0000,0,974.9368,60.6130,729.1941,-68.0606,6.1883,74.4472,-6.9487,0.0000,0.0000,0.0000,0.0000,6.1883,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,4.8142,-4.8142,0.0000,-4.8142,-0.1954,-4.6188,0.0000,6.7429,8.1486,-19.5103,1.1122,2099.9709,2099.9709,2099.9709 -204.5000,1.0000,1882.1056,44.6989,45.5974,0.4992,0.0000,4,1227.5951,712.8733,712.8733,-81.3869,91.6423,91.6423,-10.4626,19.0473,66.2365,0.0000,66.2365,6.3585,78.2952,2.3034,0.0000,75.9918,0.0000,75.9918,5.2468,70.7450,0.0000,70.7450,0.5501,70.1948,0.0000,7.0126,8.2548,54.9275,1.1648,17878.1022,17878.1022,17878.1022 -205.5000,1.0000,1895.1689,47.0278,48.4583,0.7947,0.0000,4,1526.6897,812.8640,812.8640,-99.1256,129.9563,129.9563,-15.8477,4.3536,119.0127,0.0000,119.0127,6.5900,119.0127,3.1801,0.0000,115.8326,0.0000,115.8326,6.0584,109.7742,0.0000,109.7742,0.9214,108.8528,0.0000,8.1710,8.6849,91.9968,1.2490,25296.3135,25296.3135,25296.3135 -206.5000,1.0000,1909.0256,49.8841,51.3100,0.7922,0.0000,4,1619.4148,815.8137,875.9887,-104.1649,138.3495,148.5543,-17.6648,4.6034,127.0714,0.0000,127.0714,6.6747,127.0714,3.4210,0.0000,123.6505,0.0000,123.6505,6.4381,117.2123,0.0000,117.2123,0.9743,116.2381,0.0000,9.7511,9.2124,97.2746,1.2184,26946.0657,26946.0657,26946.0657 -207.5000,1.0000,1923.4667,51.9880,52.6660,0.3767,0.0000,4,1687.7139,491.6687,870.3326,-106.5972,86.8960,153.8199,-18.8397,2.2812,77.7188,0.0000,77.7188,6.8960,77.7188,2.4949,0.0000,75.2239,0.0000,75.2239,5.9050,69.3189,0.0000,69.3189,0.4828,68.8361,0.0000,11.0305,9.6009,48.2047,1.3081,17353.6411,17353.6411,17353.6411 -208.5000,1.0000,1937.9939,52.2979,51.9298,-0.2045,0.0000,0,1709.7241,39.0845,784.7651,-107.3811,6.9978,140.5058,-19.2257,0.0000,0.0000,0.0000,0.0000,6.9978,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,5.7061,-5.7060,0.0000,-5.7060,-0.2637,-5.4423,0.0000,11.2275,9.6581,-26.3280,1.3013,3422.2802,3422.2802,3422.2802 -209.5000,1.0000,1952.5555,52.4219,52.9140,0.2734,0.0000,5,1435.1916,410.8339,410.8339,-93.6990,61.7454,61.7454,-14.0823,-24.1963,78.8869,0.0000,78.8869,7.0549,63.2036,0.8286,0.0000,62.3750,0.0000,62.3750,5.7522,56.6229,0.0000,56.6229,0.3534,56.2695,0.0000,11.3080,9.6810,35.2804,1.1793,12385.8227,12385.8227,12385.8227 -210.5000,1.0000,1967.4484,53.6142,54.3143,0.3890,0.0000,5,1176.0168,724.2516,724.2516,-78.3196,89.1932,89.1932,-9.6452,1.1091,80.9118,0.0000,80.9118,7.1724,80.9118,0.9352,0.0000,79.9766,0.0000,79.9766,6.1257,73.8509,0.0000,73.8509,0.5142,73.3367,0.0000,12.0983,9.9012,51.3372,1.1360,17398.3800,17398.3800,17398.3800 -211.5000,1.0000,1982.7632,55.1333,55.9523,0.4550,0.0000,5,1209.3391,819.7696,819.7696,-80.3042,103.8170,103.8170,-10.1699,1.3342,93.1769,0.0000,93.1769,9.3060,93.1769,1.0199,0.0000,92.1571,0.0000,92.1571,6.4480,85.7090,0.0000,85.7090,0.6185,85.0906,0.0000,13.1568,10.1818,61.7520,1.1455,20197.1297,20197.1297,20197.1297 -212.5000,1.0000,1998.5488,56.8281,57.7040,0.4866,0.0000,5,1246.5149,861.8157,861.8157,-82.5090,112.4969,112.4969,-10.7703,1.4706,101.4677,0.0000,101.4677,9.5586,101.4677,1.0880,0.0000,100.3798,0.0000,100.3798,6.7271,93.6527,0.0000,93.6527,0.6817,92.9709,0.0000,14.4080,10.4948,68.0682,1.2038,21822.3217,21822.3217,21822.3217 -213.5000,1.0000,2014.8266,58.6003,59.4966,0.4980,0.0000,5,1285.3871,880.1803,880.1803,-84.8144,118.4770,118.4770,-11.4165,1.5520,107.2949,0.0000,107.2949,9.6302,107.2949,1.1456,0.0000,106.1493,0.0000,106.1493,6.9765,99.1729,0.0000,99.1729,0.7194,98.4534,0.0000,15.7984,10.8220,71.8330,1.1729,22970.5686,22970.5686,22970.5686 -214.5000,1.0000,2031.5848,60.3293,61.1620,0.4626,0.0000,5,1323.3126,846.0498,888.1326,-87.0637,117.2430,123.0747,-12.0650,1.4843,106.0521,0.0000,106.0521,9.7066,106.0521,1.1677,0.0000,104.8844,0.0000,104.8844,7.1163,97.7680,0.0000,97.7680,0.6881,97.0800,0.0000,17.2377,11.1413,68.7009,1.1866,22737.3924,22737.3924,22737.3924 -215.5000,1.0000,2048.5696,61.1455,61.1290,-0.0092,0.0000,5,1341.2153,320.3742,872.3927,-88.1255,44.9971,122.5291,-12.3774,-0.0298,35.3411,0.0000,35.3411,9.6858,35.3411,0.8278,0.0000,34.5133,0.0000,34.5133,6.6715,27.8419,0.0000,27.8419,-0.0138,27.8557,0.0000,17.9434,11.2921,-1.3798,1.1789,9162.0458,9162.0458,9162.0458 -216.5000,1.0000,2065.5055,60.9690,60.8090,-0.0889,0.0000,5,1337.3438,231.0915,660.3168,-87.8959,32.3635,92.4749,-12.3095,-0.2882,22.9888,0.0000,22.9888,9.6630,22.9888,0.7631,0.0000,22.2257,0.0000,22.2257,6.6522,15.5735,0.0000,15.5735,-0.1336,15.7071,0.0000,17.7886,11.2595,-13.3409,1.1778,6795.1701,6795.1701,6795.1701 -217.5000,1.0000,2082.3519,60.6470,60.4850,-0.0900,0.0000,5,1330.2808,228.5916,622.2216,-87.4770,31.8443,86.6796,-12.1861,-0.2903,22.5097,0.0000,22.5097,9.6250,22.5097,0.7553,0.0000,21.7544,0.0000,21.7544,6.6171,15.1373,0.0000,15.1373,-0.1346,15.2719,0.0000,17.5082,11.2000,-13.4363,1.2612,6698.0768,6698.0768,6698.0768 -218.5000,1.0000,2099.2073,60.6795,60.8740,0.1081,0.0000,5,1330.9937,433.5132,625.6334,-87.5192,60.4236,87.2016,-12.1985,0.3487,52.5714,0.0000,52.5714,7.5035,52.5714,0.9062,0.0000,51.6653,0.0000,51.6653,6.6206,45.0446,0.0000,45.0446,0.1617,44.8830,0.0000,17.5364,11.2060,16.1406,1.1195,12065.3051,12065.3051,12065.3051 -219.5000,1.0000,2116.1899,61.1375,61.4010,0.1464,0.0000,5,1341.0398,478.6264,710.7477,-88.1151,67.2151,99.8127,-12.3743,0.4760,59.0965,0.0000,59.0965,7.6426,59.0965,0.9464,0.0000,58.1501,0.0000,58.1501,6.6706,51.4795,0.0000,51.4795,0.2207,51.2588,0.0000,17.9367,11.2906,22.0315,1.2057,13342.4473,13342.4473,13342.4473 -220.5000,1.0000,2133.3156,61.6525,61.9040,0.1397,0.0000,5,1352.3362,473.0604,730.2291,-88.7850,66.9931,103.4124,-12.5734,0.4581,58.8779,0.0000,58.8779,7.6570,58.8779,0.9540,0.0000,57.9239,0.0000,57.9239,6.7268,51.1972,0.0000,51.1972,0.2124,50.9848,0.0000,18.3937,11.3857,21.2053,1.1399,13298.5067,13298.5067,13298.5067 -221.5000,1.0000,2150.5742,62.1310,62.3580,0.1261,0.0000,5,1362.8320,459.7545,729.3747,-89.4075,65.6141,104.0930,-12.7598,0.4167,57.5149,0.0000,57.5149,7.6824,57.5149,0.9553,0.0000,56.5597,0.0000,56.5597,6.7790,49.7807,0.0000,49.7807,0.1932,49.5875,0.0000,18.8253,11.4741,19.2882,1.1570,13039.4364,13039.4364,13039.4364 -222.5000,1.0000,2167.9435,62.5295,62.7010,0.0953,0.0000,5,1371.5731,426.9469,725.0115,-89.9259,61.3227,104.1340,-12.9161,0.3169,53.3136,0.0000,53.3136,7.6923,53.3136,0.9410,0.0000,52.3725,0.0000,52.3725,6.8225,45.5501,0.0000,45.5501,0.1469,45.4032,0.0000,19.1897,11.5477,14.6658,1.1596,12241.8856,12241.8856,12241.8856 -223.5000,1.0000,2185.4056,62.8635,63.0260,0.0903,0.0000,5,1378.8993,422.6962,713.3658,-90.3604,61.0365,103.0086,-13.0479,0.3018,53.0227,0.0000,53.0227,7.7120,53.0227,0.9453,0.0000,52.0774,0.0000,52.0774,6.8589,45.2185,0.0000,45.2185,0.1399,45.0786,0.0000,19.4989,11.6093,13.9704,1.1194,12195.0707,12195.0707,12195.0707 -224.5000,1.0000,2202.9374,63.1145,63.2030,0.0492,0.0000,5,1384.4049,377.3898,711.9279,-90.6870,54.7119,103.2114,-13.1473,0.1650,46.9096,0.0000,46.9096,7.6373,46.9096,0.9190,0.0000,45.9906,0.0000,45.9906,6.8863,39.1043,0.0000,39.1043,0.0765,39.0278,0.0000,19.7333,11.6557,7.6389,1.0647,11027.1186,11027.1186,11027.1186 -225.5000,1.0000,2220.5203,63.2985,63.3940,0.0531,0.0000,5,1388.4409,382.8071,695.2042,-90.9263,55.6591,101.0807,-13.2204,0.1786,47.7788,0.0000,47.7788,7.7017,47.7788,0.9265,0.0000,46.8523,0.0000,46.8523,6.9064,39.9459,0.0000,39.9459,0.0828,39.8631,0.0000,19.9064,11.6897,8.2671,1.0940,11210.7912,11210.7912,11210.7912 -226.5000,1.0000,2238.1646,63.5195,63.6450,0.0697,0.0000,5,1393.2885,402.4225,698.4920,-91.2138,58.7154,101.9134,-13.3085,0.2355,50.7329,0.0000,50.7329,7.7470,50.7329,0.9451,0.0000,49.7878,0.0000,49.7878,6.9305,42.8573,0.0000,42.8573,0.1092,42.7482,0.0000,20.1156,11.7305,10.9020,1.0954,11788.6375,11788.6375,11788.6375 -227.5000,1.0000,2255.8810,63.7790,63.9130,0.0744,0.0000,5,1398.9806,408.6568,707.1133,-91.5514,59.8686,103.5927,-13.4124,0.2525,51.8606,0.0000,51.8606,7.7555,51.8606,0.9552,0.0000,50.9054,0.0000,50.9054,6.9588,43.9466,0.0000,43.9466,0.1171,43.8296,0.0000,20.3632,11.7784,11.6880,1.0830,12005.7513,12005.7513,12005.7513 -228.5000,1.0000,2273.6663,64.0270,64.1410,0.0633,0.0000,5,1404.4205,397.5385,710.2485,-91.8740,58.4662,104.4567,-13.5120,0.2157,50.4462,0.0000,50.4462,7.8043,50.4462,0.9524,0.0000,49.4938,0.0000,49.4938,6.9859,42.5080,0.0000,42.5080,0.1000,42.4080,0.0000,20.6016,11.8242,9.9822,1.0846,11749.6211,11749.6211,11749.6211 -229.5000,1.0000,2291.5228,64.2835,64.4260,0.0792,0.0000,5,1410.0467,416.3578,707.3359,-92.2077,61.4793,104.4450,-13.6154,0.2707,53.3603,0.0000,53.3603,7.8484,53.3603,0.9714,0.0000,52.3888,0.0000,52.3888,7.0138,45.3750,0.0000,45.3750,0.1255,45.2495,0.0000,20.8503,11.8716,12.5277,1.1003,12310.9942,12310.9942,12310.9942 -230.5000,1.0000,2309.3630,64.2245,64.0230,-0.1119,0.0000,5,1408.7526,203.2510,710.8125,-92.1310,29.9844,104.8621,-13.5916,-0.3824,22.6021,0.0000,22.6021,7.7647,22.6021,0.8166,0.0000,21.7855,0.0000,21.7855,7.0074,14.7781,0.0000,14.7781,-0.1773,14.9553,0.0000,20.7930,11.8607,-17.6983,1.0577,6435.4542,6435.4542,6435.4542 -231.5000,1.0000,2327.0914,63.8225,63.6220,-0.1114,0.0000,5,1399.9348,202.5009,626.7235,-91.6080,29.6868,91.8782,-13.4298,-0.3781,22.2875,0.0000,22.2875,7.7774,22.2875,0.8081,0.0000,21.4794,0.0000,21.4794,6.9635,14.5159,0.0000,14.5159,-0.1753,14.6912,0.0000,20.4050,11.7864,-17.5003,1.0692,6371.7653,6371.7653,6371.7653 -232.5000,1.0000,2344.7042,63.4060,63.1900,-0.1200,0.0000,5,1390.7989,190.9111,624.0031,-91.0662,27.8051,90.8824,-13.2633,-0.4047,20.5100,0.0000,20.5100,7.6997,20.5100,0.7920,0.0000,19.7180,0.0000,19.7180,6.9181,12.7999,0.0000,12.7999,-0.1876,12.9875,0.0000,20.0082,11.7095,-18.7301,1.0806,6019.8917,6019.8917,6019.8917 -233.5000,1.0000,2362.1837,62.9260,62.6620,-0.1467,0.0000,5,1380.2702,158.9072,616.2452,-90.4417,22.9687,89.0730,-13.0726,-0.4908,15.8578,0.0000,15.8578,7.6018,15.8578,0.7605,0.0000,15.0973,0.0000,15.0973,6.8657,8.2315,0.0000,8.2315,-0.2275,8.4591,0.0000,19.5573,11.6209,-22.7191,1.0634,5123.5936,5123.5936,5123.5936 -234.5000,1.0000,2379.5174,62.4015,62.1410,-0.1447,0.0000,5,1368.7654,159.2311,600.6334,-89.7594,22.8237,86.0929,-12.8658,-0.4803,15.7019,0.0000,15.7019,7.6020,15.7019,0.7508,0.0000,14.9511,0.0000,14.9511,6.8085,8.1427,0.0000,8.1427,-0.2227,8.3653,0.0000,19.0723,11.5240,-22.2310,1.0742,5077.3936,5077.3936,5077.3936 -235.5000,1.0000,2396.7134,61.9055,61.6700,-0.1308,0.0000,5,1357.8857,172.7455,598.3599,-89.1142,24.5640,85.0853,-12.6718,-0.4308,17.4214,0.0000,17.4214,7.5734,17.4214,0.7510,0.0000,16.6704,0.0000,16.6704,6.7544,9.9160,0.0000,9.9160,-0.1997,10.1157,0.0000,18.6211,11.4324,-19.9378,1.0710,5382.9276,5382.9276,5382.9276 -236.5000,1.0000,2413.7598,61.3670,61.0640,-0.1683,0.0000,5,1346.0738,128.6997,600.0969,-88.4136,18.1416,84.5900,-12.4628,-0.5494,11.1949,0.0000,11.1949,7.4961,11.1949,0.7108,0.0000,10.4841,0.0000,10.4841,6.6956,3.7885,0.0000,3.7885,-0.2547,4.0432,0.0000,18.1395,11.3330,-25.4293,1.0676,4191.8999,4191.8999,4191.8999 -237.5000,1.0000,2430.6432,60.7805,60.4970,-0.1575,0.0000,5,1333.2091,138.8724,578.9884,-87.6506,19.3884,80.8345,-12.2372,-0.5091,12.3862,0.0000,12.3862,7.5114,12.3862,0.7069,0.0000,11.6793,0.0000,11.6793,6.6316,5.0476,0.0000,5.0476,-0.2360,5.2836,0.0000,17.6244,11.2247,-23.5654,1.0638,4402.8049,4402.8049,4402.8049 -238.5000,1.0000,2447.3638,60.1940,59.8910,-0.1683,0.0000,5,1320.3443,124.2252,579.7581,-86.8877,17.1761,80.1609,-12.0136,-0.5389,10.2968,0.0000,10.2968,7.4183,10.2968,0.6867,0.0000,9.6101,0.0000,9.6101,6.5676,3.0424,0.0000,3.0424,-0.2498,3.2922,0.0000,17.1191,11.1163,-24.9432,1.0601,3986.7618,3986.7618,3986.7618 -239.5000,1.0000,2463.9328,59.6485,59.4060,-0.1347,0.0000,5,1308.3789,159.6370,571.4216,-86.1780,21.8724,78.2923,-11.8075,-0.4274,14.9022,0.0000,14.9022,7.3975,14.9022,0.7007,0.0000,14.2015,0.0000,14.2015,6.5081,7.6933,0.0000,7.6933,-0.1981,7.8915,0.0000,16.6578,11.0156,-19.7819,1.0574,4838.4266,4838.4266,4838.4266 -240.5000,1.0000,2480.3646,59.1545,58.9030,-0.1397,0.0000,5,1297.5431,152.0458,583.7046,-85.5354,20.6597,79.3128,-11.6224,-0.4396,13.7629,0.0000,13.7629,7.3364,13.7629,0.6869,0.0000,13.0760,0.0000,13.0760,6.4542,6.6218,0.0000,6.6218,-0.2038,6.8255,0.0000,16.2473,10.9244,-20.3462,1.0553,4605.1531,4605.1531,4605.1531 -241.5000,1.0000,2496.6613,58.6680,58.4330,-0.1306,0.0000,5,1286.8718,159.9703,578.1642,-84.9025,21.5577,77.9139,-11.4415,-0.4074,14.7254,0.0000,14.7254,7.2397,14.7254,0.6838,0.0000,14.0416,0.0000,14.0416,6.4011,7.6404,0.0000,7.6404,-0.1888,7.8293,0.0000,15.8497,10.8345,-18.8550,1.0665,4755.2781,4755.2781,4755.2781 -242.5000,1.0000,2512.8617,58.3215,58.2100,-0.0619,0.0000,5,1279.2714,235.1063,581.3641,-84.4517,31.4960,77.8824,-11.3136,-0.1921,24.4487,0.0000,24.4487,7.2394,24.4487,0.7268,0.0000,23.7219,0.0000,23.7219,6.3633,17.3586,0.0000,17.3586,-0.0891,17.4476,0.0000,15.5704,10.7705,-8.8932,1.0650,6581.2952,6581.2952,6581.2952 -243.5000,1.0000,2529.0370,58.2310,58.2520,0.0117,0.0000,5,1277.2863,316.3696,614.6817,-84.3340,42.3167,82.2180,-11.2803,0.0361,35.0728,0.0000,35.0728,7.2077,35.0728,0.7785,0.0000,34.2943,0.0000,34.2943,6.3535,27.9409,0.0000,27.9409,0.0167,27.9241,0.0000,15.4979,10.7538,1.6724,1.0646,8605.4876,8605.4876,8605.4876 -244.5000,1.0000,2545.2406,58.3330,58.4140,0.0450,0.0000,5,1279.5236,353.8710,650.2815,-84.4667,47.4157,87.1321,-11.3178,0.1396,40.0484,0.0000,40.0484,7.2277,40.0484,0.8050,0.0000,39.2434,0.0000,39.2434,6.3646,32.8788,0.0000,32.8788,0.0647,32.8140,0.0000,15.5795,10.7727,6.4618,1.0917,9572.7376,9572.7376,9572.7376 -245.5000,1.0000,2561.4935,58.5105,58.6070,0.0536,0.0000,5,1283.4170,364.1534,666.9477,-84.6976,48.9419,89.6372,-11.3833,0.1668,41.5260,0.0000,41.5260,7.2491,41.5260,0.8153,0.0000,40.7107,0.0000,40.7107,6.3840,34.3268,0.0000,34.3268,0.0773,34.2494,0.0000,15.7222,10.8054,7.7218,1.0392,9868.7253,9868.7253,9868.7253 -246.5000,1.0000,2577.7906,58.6695,58.7320,0.0347,0.0000,5,1286.9047,343.3788,671.5285,-84.9044,46.2752,90.4981,-11.4421,0.1083,38.9568,0.0000,38.9568,7.2101,38.9568,0.8050,0.0000,38.1518,0.0000,38.1518,6.4013,31.7505,0.0000,31.7505,0.0502,31.7003,0.0000,15.8507,10.8348,5.0147,1.0532,9366.5392,9366.5392,9366.5392 -247.5000,1.0000,2594.0860,58.6635,58.5950,-0.0381,0.0000,5,1286.7731,262.6302,661.4517,-84.8966,35.3896,89.1310,-11.4399,-0.1187,28.2811,0.0000,28.2811,7.2272,28.2811,0.7515,0.0000,27.5295,0.0000,27.5295,6.4007,21.1289,0.0000,21.1289,-0.0550,21.1839,0.0000,15.8458,10.8337,-5.4956,1.0398,7330.0905,7330.0905,7330.0905 -248.5000,1.0000,2610.3248,58.4595,58.3240,-0.0753,0.0000,5,1282.2984,220.4364,625.6471,-84.6312,29.6006,84.0131,-11.3644,-0.2340,22.6340,0.0000,22.6340,7.2007,22.6340,0.7200,0.0000,21.9140,0.0000,21.9140,6.3784,15.5356,0.0000,15.5356,-0.1085,15.6441,0.0000,15.6812,10.7960,-10.8331,1.0656,6228.9863,6228.9863,6228.9863 -249.5000,1.0000,2626.4870,58.1840,58.0440,-0.0778,0.0000,5,1276.2553,216.4207,606.3033,-84.2728,28.9244,81.0319,-11.2630,-0.2407,22.0148,0.0000,22.0148,7.1504,22.0148,0.7124,0.0000,21.3023,0.0000,21.3023,6.3483,14.9540,0.0000,14.9540,-0.1116,15.0656,0.0000,15.4605,10.7451,-11.1401,1.0511,6101.2114,6101.2114,6101.2114 -250.5000,1.0000,2642.5473,57.8170,57.5900,-0.1261,0.0000,5,1268.2052,161.5688,601.8458,-83.7954,21.4573,79.9288,-11.1285,-0.3878,14.6969,0.0000,14.6969,7.1483,14.6969,0.6699,0.0000,14.0269,0.0000,14.0269,6.3083,7.7186,0.0000,7.7186,-0.1798,7.8984,0.0000,15.1700,10.6774,-17.9489,1.0495,4708.1112,4708.1112,4708.1112 -251.5000,1.0000,2658.4355,57.1975,56.8050,-0.2181,0.0000,5,1254.6166,57.3218,572.9190,-82.9895,7.5311,75.2719,-10.9034,-0.6633,1.1147,0.0000,1.1147,7.0798,1.1147,0.6330,0.0000,0.4817,0.0000,0.4817,6.2407,-5.7590,0.0000,-5.7590,-0.3075,-5.4515,0.0000,14.6880,10.5630,-30.7025,1.0468,2503.0010,2503.0010,2503.0010 -252.5000,1.0000,2674.1202,56.4650,56.1250,-0.1889,0.0000,5,1238.5494,87.0774,523.4647,-82.0366,11.2940,67.8937,-10.6402,-0.5672,4.8125,0.0000,4.8125,7.0487,4.8125,0.6115,0.0000,4.2011,0.0000,4.2011,6.1608,-1.9597,0.0000,-1.9597,-0.2630,-1.6968,0.0000,14.1307,10.4277,-26.2552,1.0436,2946.0449,2946.0449,2946.0449 -253.5000,1.0000,2689.5998,55.7265,55.3280,-0.2214,0.0000,5,1222.3505,48.4509,532.0819,-81.0758,6.2019,68.1087,-10.3781,-0.6562,-0.1076,0.0000,-0.1076,6.9657,-0.1076,0.6115,0.0000,-0.7191,0.0000,-0.7191,6.0802,-6.7993,0.0000,-6.7993,-0.3042,-6.4951,0.0000,13.5837,10.2913,-30.3701,1.0404,2288.7775,2288.7775,2288.7775 -254.5000,1.0000,2704.8155,54.7765,54.2250,-0.3064,0.0000,5,1201.5124,-48.6823,506.9795,-79.8400,-6.1253,63.7892,-10.0456,-0.8926,-12.1080,0.0000,-12.1080,6.8752,-12.1080,0.6259,0.0000,-12.7339,0.0000,-12.7339,5.9765,-18.7104,0.0000,-18.7104,-0.4138,-18.2966,0.0000,12.9014,10.1159,-41.3139,1.0230,518.0570,518.0570,518.0570 -255.5000,1.0000,2719.7263,53.6790,53.1330,-0.3033,0.0000,5,1177.4390,-49.0461,454.8438,-78.4045,-6.0474,56.0828,-9.6674,-0.8660,-11.9647,0.0000,-11.9647,6.7833,-11.9647,0.6077,0.0000,-12.5725,0.0000,-12.5725,5.8568,-18.4293,0.0000,-18.4293,-0.4014,-18.0278,0.0000,12.1414,9.9132,-40.0824,1.0315,481.1802,481.1802,481.1802 -256.5000,1.0000,2734.3528,52.6555,52.1780,-0.2653,0.0000,5,1154.9887,-10.6852,449.1773,-77.0653,-1.2924,54.3281,-9.3211,-0.7429,-7.2212,0.0000,-7.2212,6.6717,-7.2212,0.5795,0.0000,-7.8006,0.0000,-7.8006,5.7451,-13.5458,0.0000,-13.5458,-0.3444,-13.2014,0.0000,11.4598,9.7242,-34.3854,1.0134,1192.6250,1192.6250,1192.6250 -257.5000,1.0000,2748.6996,51.6485,51.1190,-0.2942,0.0000,5,1132.9003,-46.2221,460.5841,-75.7476,-5.4837,54.6423,-8.9865,-0.8080,-11.2133,0.0000,-11.2133,6.5377,-11.2133,0.5735,0.0000,-11.7868,0.0000,-11.7868,5.6353,-17.4221,0.0000,-17.4221,-0.3746,-17.0475,0.0000,10.8151,9.5382,-37.4008,1.0196,484.1478,484.1478,484.1478 -258.5000,1.0000,2762.7802,50.6900,50.2610,-0.2383,0.0000,5,1111.8758,12.3070,439.0672,-74.4935,1.4330,51.1230,-8.6737,-0.6425,-4.3805,0.0000,-4.3805,6.4560,-4.3805,0.5415,0.0000,-4.9220,0.0000,-4.9220,5.5307,-10.4526,0.0000,-10.4526,-0.2979,-10.1548,0.0000,10.2237,9.3612,-29.7397,1.0146,1500.9061,1500.9061,1500.9061 -259.5000,1.0000,2776.6974,50.1020,49.9430,-0.0883,0.0000,5,1098.9781,176.6668,468.1433,-73.7119,20.3316,53.8761,-8.4831,-0.2354,14.1359,0.0000,14.1359,6.4311,14.1359,0.5490,0.0000,13.5869,0.0000,13.5869,5.4665,8.1204,0.0000,8.1204,-0.1091,8.2295,0.0000,9.8714,9.2526,-10.8945,1.0115,4390.8958,4390.8958,4390.8958 -260.5000,1.0000,2790.6098,50.0845,50.2260,0.0786,0.0000,5,1098.5943,362.2677,551.3446,-73.6844,41.6769,63.4292,-8.4770,0.2094,35.0173,0.0000,35.0173,6.4502,35.0173,0.6531,0.0000,34.3642,0.0000,34.3642,5.4646,28.8996,0.0000,28.8996,0.0971,28.8025,0.0000,9.8611,9.2494,9.6921,1.0230,8382.9966,8382.9966,8382.9966 -261.5000,1.0000,2804.6557,50.5655,50.9050,0.1886,0.0000,5,1109.1449,485.4233,642.9533,-74.3306,56.3816,74.6786,-8.6335,0.5072,49.4485,0.0000,49.4485,6.4259,49.4485,0.7323,0.0000,48.7162,0.0000,48.7162,5.5171,43.1991,0.0000,43.1991,0.2351,42.9639,0.0000,10.1483,9.3382,23.4774,1.0255,11227.8648,11227.8648,11227.8648 -262.5000,1.0000,2818.9121,51.3230,51.7410,0.2322,0.0000,5,1125.7606,536.2918,702.9891,-75.3217,63.2231,82.8749,-8.8796,0.6339,56.0988,0.0000,56.0988,6.4904,56.0988,0.7767,0.0000,55.3221,0.0000,55.3221,5.5997,49.7224,0.0000,49.7224,0.2938,49.4285,0.0000,10.6115,9.4781,29.3390,1.0418,12487.1766,12487.1766,12487.1766 -263.5000,1.0000,2833.3992,52.1535,52.5660,0.2292,0.0000,5,1143.9774,535.4839,728.5279,-76.4084,64.1494,87.2755,-9.1535,0.6357,56.9663,0.0000,56.9663,6.5475,56.9663,0.7934,0.0000,56.1729,0.0000,56.1729,5.6904,50.4825,0.0000,50.4825,0.2947,50.1879,0.0000,11.1350,9.6315,29.4215,1.0225,12683.1939,12683.1939,12683.1939 -264.5000,1.0000,2848.1259,53.0160,53.4660,0.2500,0.0000,5,1162.8962,561.6338,731.0027,-77.5370,68.3948,89.0202,-9.4423,0.7049,61.0524,0.0000,61.0524,6.6375,61.0524,0.8268,0.0000,60.2256,0.0000,60.2256,5.7845,54.4411,0.0000,54.4411,0.3268,54.1144,0.0000,11.6967,9.7907,32.6269,1.0397,13537.1029,13537.1029,13537.1029 -265.5000,1.0000,2863.0891,53.8675,54.2690,0.2231,0.0000,5,1181.5737,534.5687,744.7204,-78.6511,66.1444,92.1473,-9.7318,0.6390,58.7973,0.0000,58.7973,6.7081,58.7973,0.8285,0.0000,57.9688,0.0000,57.9688,5.8774,52.0914,0.0000,52.0914,0.2962,51.7952,0.0000,12.2692,9.9480,29.5780,1.0569,13112.0260,13112.0260,13112.0260 -266.5000,1.0000,2878.2814,54.6925,55.1160,0.2353,0.0000,5,1199.6699,551.0096,735.2513,-79.7306,69.2229,92.3690,-10.0165,0.6844,61.7591,0.0000,61.7591,6.7794,61.7591,0.8560,0.0000,60.9032,0.0000,60.9032,5.9674,54.9358,0.0000,54.9358,0.3173,54.6185,0.0000,12.8416,10.1004,31.6766,1.0360,13723.2522,13723.2522,13723.2522 -267.5000,1.0000,2893.7169,55.5675,56.0190,0.2508,0.0000,5,1218.8629,571.5509,744.6812,-80.8690,72.9522,95.0504,-10.3220,0.7413,65.3446,0.0000,65.3446,6.8663,65.3446,0.8875,0.0000,64.4571,0.0000,64.4571,6.0724,58.3847,0.0000,58.3847,0.3436,58.0411,0.0000,13.4680,10.2619,34.3112,1.0398,14413.8901,14413.8901,14413.8901 -268.5000,1.0000,2909.3798,56.3865,56.7540,0.2042,0.0000,5,1236.8275,522.9548,754.8073,-81.9344,67.7333,97.7629,-10.6122,0.6123,60.1348,0.0000,60.1348,6.9862,60.1348,0.8743,0.0000,59.2605,0.0000,59.2605,6.1522,53.1083,0.0000,53.1083,0.2838,52.8245,0.0000,14.0720,10.4132,28.3393,1.0700,13433.4116,13433.4116,13433.4116 -269.5000,1.0000,2925.2569,57.1575,57.5610,0.2242,0.0000,5,1253.7392,547.7421,736.4246,-82.9374,71.9138,96.6861,-10.8890,0.6814,64.2128,0.0000,64.2128,7.0195,64.2128,0.9069,0.0000,63.3059,0.0000,63.3059,6.2363,57.0696,0.0000,57.0696,0.3159,56.7537,0.0000,14.6572,10.5556,31.5409,1.0600,14203.5355,14203.5355,14203.5355 -270.5000,1.0000,2941.3627,57.9810,58.4010,0.2333,0.0000,5,1271.8026,560.8136,749.0371,-84.0087,74.6908,99.7589,-11.1885,0.7195,66.9046,0.0000,66.9046,7.0666,66.9046,0.9336,0.0000,65.9710,0.0000,65.9710,6.3262,59.6448,0.0000,59.6448,0.3336,59.3113,0.0000,15.3000,10.7077,33.3036,1.0369,14738.6669,14738.6669,14738.6669 -271.5000,1.0000,2957.6789,58.7385,59.0760,0.1875,0.0000,5,1288.4182,513.1150,755.7295,-84.9942,69.2309,101.9652,-11.4677,0.5857,61.4653,0.0000,61.4653,7.1799,61.4653,0.9187,0.0000,60.5466,0.0000,60.5466,6.4088,54.1378,0.0000,54.1378,0.2715,53.8662,0.0000,15.9072,10.8475,27.1115,1.0535,13730.0827,13730.0827,13730.0827 -272.5000,1.0000,2974.1841,59.4185,59.7610,0.1903,0.0000,5,1303.3339,518.6983,738.0685,-85.8788,70.7944,100.7351,-11.7212,0.6013,62.9699,0.0000,62.9699,7.2232,62.9699,0.9373,0.0000,62.0326,0.0000,62.0326,6.4830,55.5496,0.0000,55.5496,0.2787,55.2709,0.0000,16.4661,10.9731,27.8317,1.0431,14033.9936,14033.9936,14033.9936 -273.5000,1.0000,2990.8484,59.9915,60.2220,0.1281,0.0000,5,1315.9025,451.6974,741.0586,-86.6242,62.2443,102.1186,-11.9369,0.4086,54.5765,0.0000,54.5765,7.2592,54.5765,0.9048,0.0000,53.6718,0.0000,53.6718,6.5455,47.1262,0.0000,47.1262,0.1894,46.9368,0.0000,16.9468,11.0789,18.9111,1.0589,12410.0359,12410.0359,12410.0359 -274.5000,1.0000,3007.6078,60.3340,60.4460,0.0622,0.0000,5,1323.4152,380.2798,713.9562,-87.0698,52.7021,98.9456,-12.0668,0.1997,45.1609,0.0000,45.1609,7.3416,45.1609,0.8634,0.0000,44.2975,0.0000,44.2975,6.5829,37.7146,0.0000,37.7146,0.0926,37.6220,0.0000,17.2385,11.1422,9.2414,1.0610,10583.9690,10583.9690,10583.9690 -275.5000,1.0000,3024.3489,60.2680,60.0900,-0.0989,0.0000,5,1321.9675,200.8049,681.8397,-86.9839,27.7987,94.3912,-12.0417,-0.3170,20.8102,0.0000,20.8102,7.3054,20.8102,0.7405,0.0000,20.0697,0.0000,20.0697,6.5757,13.4940,0.0000,13.4940,-0.1469,13.6409,0.0000,17.1821,11.1300,-14.6711,1.0468,5953.0028,5953.0028,5953.0028 -276.5000,1.0000,3040.9421,59.7355,59.3810,-0.1969,0.0000,5,1310.2872,90.7464,602.7929,-86.2912,12.4516,82.7110,-11.8403,-0.6257,5.6947,0.0000,5.6947,7.3826,5.6947,0.6649,0.0000,5.0298,0.0000,5.0298,6.5176,-1.4878,0.0000,-1.4878,-0.2901,-1.1977,0.0000,16.7311,11.0317,-28.9605,1.1819,3179.9430,3179.9430,3179.9430 -277.5000,1.0000,3057.3663,59.1270,58.8730,-0.1411,0.0000,5,1296.9399,150.4508,554.1420,-85.4996,20.4335,75.2609,-11.6121,-0.4437,13.5360,0.0000,13.5360,7.3413,13.5360,0.6854,0.0000,12.8506,0.0000,12.8506,6.4512,6.3994,0.0000,6.3994,-0.2057,6.6051,0.0000,16.2247,10.9193,-20.5389,1.1898,4562.0350,4562.0350,4562.0350 -278.5000,1.0000,3073.6655,58.6770,58.4810,-0.1089,0.0000,5,1287.0692,184.2200,578.0263,-84.9142,24.8295,77.9073,-11.4449,-0.3398,17.9094,0.0000,17.9094,7.2599,17.9094,0.6999,0.0000,17.2095,0.0000,17.2095,6.4021,10.8073,0.0000,10.8073,-0.1575,10.9649,0.0000,15.8569,10.8362,-15.7283,1.1862,5368.7516,5368.7516,5368.7516 -279.5000,1.0000,3089.8889,58.4045,58.3280,-0.0425,0.0000,5,1281.0920,256.9829,592.6081,-84.5597,34.4757,79.5017,-11.3442,-0.1320,27.3664,0.0000,27.3664,7.2413,27.3664,0.7428,0.0000,26.6236,0.0000,26.6236,6.3724,20.2512,0.0000,20.2512,-0.0612,20.3124,0.0000,15.6369,10.7859,-6.1103,1.1841,7148.8688,7148.8688,7148.8688 -280.5000,1.0000,3106.0976,58.3510,58.3740,0.0128,0.0000,5,1279.9184,318.3642,624.5545,-84.4901,42.6712,83.7108,-11.3244,0.0397,35.3722,0.0000,35.3722,7.2594,35.3722,0.7819,0.0000,34.5903,0.0000,34.5903,6.3666,28.2237,0.0000,28.2237,0.0184,28.2053,0.0000,15.5939,10.7760,1.8354,1.1582,8670.5080,8670.5080,8670.5080 -281.5000,1.0000,3122.3395,58.4710,58.5680,0.0539,0.0000,5,1282.5506,364.0206,651.8501,-84.6462,48.8910,87.5489,-11.3687,0.1676,41.5170,0.0000,41.5170,7.2064,41.5170,0.8146,0.0000,40.7024,0.0000,40.7024,6.3796,34.3228,0.0000,34.3228,0.0777,34.2451,0.0000,15.6904,10.7981,7.7566,1.1465,9858.0145,9858.0145,9858.0145 -282.5000,1.0000,3138.6345,58.6620,58.7560,0.0522,0.0000,5,1286.7402,363.6060,671.7549,-84.8947,48.9949,90.5170,-11.4393,0.1629,41.5130,0.0000,41.5130,7.3190,41.5130,0.8177,0.0000,40.6953,0.0000,40.6953,6.4005,34.2948,0.0000,34.2948,0.0755,34.2193,0.0000,15.8446,10.8334,7.5412,1.2182,9882.7633,9882.7633,9882.7633 -283.5000,1.0000,3154.9970,58.9050,59.0540,0.0828,0.0000,5,1292.0703,412.6366,673.0440,-85.2108,55.8319,91.0664,-11.5295,0.2593,46.3167,0.0000,46.3167,9.2559,46.3167,0.8456,0.0000,45.4711,0.0000,45.4711,6.4270,39.0441,0.0000,39.0441,0.1202,38.9239,0.0000,16.0424,10.8783,12.0031,1.1082,11173.8401,11173.8401,11173.8401 -284.5000,1.0000,3171.4370,59.1840,59.3140,0.0722,0.0000,5,1298.1901,402.3827,694.3091,-85.5737,54.7024,94.3887,-11.6334,0.2273,45.1305,0.0000,45.1305,9.3445,45.1305,0.8443,0.0000,44.2862,0.0000,44.2862,6.4574,37.8288,0.0000,37.8288,0.1054,37.7234,0.0000,16.2714,10.9298,10.5221,1.1775,10969.4929,10969.4929,10969.4929 -285.5000,1.0000,3187.9548,59.4640,59.6140,0.0833,0.0000,5,1304.3319,415.8057,691.2429,-85.9380,56.7946,94.4164,-11.7382,0.2635,47.1525,0.0000,47.1525,9.3785,47.1525,0.8590,0.0000,46.2936,0.0000,46.2936,6.4880,39.8056,0.0000,39.8056,0.1222,39.6834,0.0000,16.5035,10.9815,12.1984,1.1797,11375.1800,11375.1800,11375.1800 -286.5000,1.0000,3204.5516,59.7485,59.8830,0.0747,0.0000,5,1310.5723,407.5319,697.6189,-86.3081,55.9308,95.7432,-11.8452,0.2374,46.2540,0.0000,46.2540,9.4394,46.2540,0.8591,0.0000,45.3949,0.0000,45.3949,6.5190,38.8758,0.0000,38.8758,0.1101,38.7658,0.0000,16.7415,11.0341,10.9902,1.2359,11212.9621,11212.9621,11212.9621 -287.5000,1.0000,3221.2188,60.0020,60.1210,0.0661,0.0000,5,1316.1328,398.5654,694.9773,-86.6379,54.9323,95.7853,-11.9409,0.2110,45.3044,0.0000,45.3044,9.4170,45.3044,0.8586,0.0000,44.4458,0.0000,44.4458,6.5467,37.8991,0.0000,37.8991,0.0978,37.8013,0.0000,16.9555,11.0809,9.7649,1.1967,11024.7793,11024.7793,11024.7793 -288.5000,1.0000,3237.9616,60.2740,60.4270,0.0850,0.0000,5,1322.0991,421.2410,692.6223,-86.9917,58.3208,95.8935,-12.0440,0.2725,48.5119,0.0000,48.5119,9.5364,48.5119,0.8791,0.0000,47.6328,0.0000,47.6328,6.5764,41.0564,0.0000,41.0564,0.1263,40.9301,0.0000,17.1871,11.1311,12.6118,1.2310,11669.1418,11669.1418,11669.1418 -289.5000,1.0000,3254.7931,60.5935,60.7600,0.0925,0.0000,5,1329.1073,430.6800,703.0872,-87.4074,59.9437,97.8583,-12.1657,0.2981,50.0912,0.0000,50.0912,9.5544,50.0912,0.8923,0.0000,49.1989,0.0000,49.1989,6.6112,42.5876,0.0000,42.5876,0.1382,42.4494,0.0000,17.4619,11.1901,13.7974,1.1754,11975.2767,11975.2767,11975.2767 -290.5000,1.0000,3271.7207,60.9395,61.1190,0.0997,0.0000,5,1336.6967,425.1976,708.2149,-87.8575,59.5185,99.1349,-12.2982,0.3232,51.6813,0.0000,51.6813,7.5141,51.6813,0.9060,0.0000,50.7752,0.0000,50.7752,6.6490,44.1262,0.0000,44.1262,0.1498,43.9764,0.0000,17.7628,11.2540,14.9596,1.2453,11897.3912,11897.3912,11897.3912 -291.5000,1.0000,3288.7648,61.3585,61.5980,0.1331,0.0000,5,1345.8874,463.8861,707.9924,-88.4026,65.3806,99.7852,-12.4595,0.4342,57.3981,0.0000,57.3981,7.5482,57.3981,0.9416,0.0000,56.4565,0.0000,56.4565,6.6947,49.7618,0.0000,49.7618,0.2013,49.5605,0.0000,18.1318,11.3314,20.0973,1.2201,12992.1934,12992.1934,12992.1934 -292.5000,1.0000,3305.9401,61.8310,62.0640,0.1294,0.0000,5,1356.2516,461.6631,724.8425,-89.0172,65.5683,102.9467,-12.6428,0.4257,57.5690,0.0000,57.5690,7.5736,57.5690,0.9505,0.0000,56.6186,0.0000,56.6186,6.7463,49.8723,0.0000,49.8723,0.1973,49.6750,0.0000,18.5539,11.4187,19.7024,1.2111,13029.2479,13029.2479,13029.2479 -293.5000,1.0000,3323.2755,62.4075,62.7510,0.1908,0.0000,5,1368.8970,532.3627,726.9062,-89.7672,76.3145,104.2024,-12.8682,0.6334,68.0356,0.0000,68.0356,7.6455,68.0356,1.0126,0.0000,67.0230,0.0000,67.0230,6.8092,60.2139,0.0000,60.2139,0.2936,59.9202,0.0000,19.0781,11.5251,29.3170,1.2569,14991.6158,14991.6158,14991.6158 -294.5000,1.0000,3340.8003,63.0895,63.4280,0.1881,0.0000,5,1383.8566,532.3980,756.1815,-90.6544,77.1536,109.5837,-13.1374,0.6310,68.7714,0.0000,68.7714,7.7512,68.7714,1.0279,0.0000,67.7435,0.0000,67.7435,6.8836,60.8600,0.0000,60.8600,0.2925,60.5675,0.0000,19.7104,11.6511,29.2060,1.2336,15162.2155,15162.2155,15162.2155 -295.5000,1.0000,3358.4903,63.6840,63.9400,0.1422,0.0000,5,1396.8968,483.7904,757.2530,-91.4278,70.7702,110.7730,-13.3743,0.4817,62.5079,0.0000,62.5079,7.7805,62.5079,1.0068,0.0000,61.5012,0.0000,61.5012,6.9484,54.5527,0.0000,54.5527,0.2233,54.3294,0.0000,20.2726,11.7609,22.2960,1.2488,14002.1450,14002.1450,14002.1450 -296.5000,1.0000,3376.3226,64.1960,64.4520,0.1422,0.0000,5,1408.1274,485.6570,740.5623,-92.0939,71.6144,109.2024,-13.5801,0.4856,63.3454,0.0000,63.3454,7.7834,63.3454,1.0198,0.0000,62.3255,0.0000,62.3255,7.0043,55.3212,0.0000,55.3212,0.2251,55.0961,0.0000,20.7655,11.8554,22.4753,1.2130,14153.2673,14153.2673,14153.2673 -297.5000,1.0000,3394.3044,64.7345,65.0170,0.1569,0.0000,5,1419.9393,503.9215,743.3032,-92.7944,74.9310,110.5260,-13.7981,0.5403,66.6163,0.0000,66.6163,7.7743,66.6163,1.0456,0.0000,65.5707,0.0000,65.5707,7.0630,58.5077,0.0000,58.5077,0.2505,58.2572,0.0000,21.2925,11.9549,25.0098,1.2028,14785.3824,14785.3824,14785.3824 -298.5000,1.0000,3412.4344,65.2680,65.5190,0.1394,0.0000,5,1431.6416,487.2254,751.5138,-93.4885,73.0454,112.6678,-14.0159,0.4840,64.6717,0.0000,64.6717,7.8897,64.6717,1.0452,0.0000,63.6265,0.0000,63.6265,7.1213,56.5052,0.0000,56.5052,0.2244,56.2808,0.0000,21.8232,12.0534,22.4043,1.2185,14438.0664,14438.0664,14438.0664 -299.5000,1.0000,3430.7114,65.7975,66.0760,0.1547,0.0000,5,1443.2560,506.4066,747.4550,-94.1773,76.5370,112.9684,-14.2337,0.5414,68.0720,0.0000,68.0720,7.9235,68.0720,1.0715,0.0000,67.0005,0.0000,67.0005,7.1790,59.8215,0.0000,59.8215,0.2510,59.5705,0.0000,22.3587,12.1512,25.0606,1.2207,15101.8494,15101.8494,15101.8494 -300.5000,1.0000,3449.1267,66.2950,66.5140,0.1217,0.0000,5,1454.1686,472.4630,755.5001,-94.8245,71.9467,115.0477,-14.4399,0.4290,63.4576,0.0000,63.4576,8.0602,63.4576,1.0573,0.0000,62.4003,0.0000,62.4003,7.2333,55.1670,0.0000,55.1670,0.1989,54.9681,0.0000,22.8696,12.2430,19.8555,1.2227,14255.8604,14255.8604,14255.8604 -301.5000,1.0000,3467.6780,66.7845,67.0550,0.1503,0.0000,5,1464.9057,506.3955,745.5705,-95.4613,77.6834,114.3739,-14.6442,0.5338,69.0474,0.0000,69.0474,8.1022,69.0474,1.0939,0.0000,67.9535,0.0000,67.9535,7.2867,60.6668,0.0000,60.6668,0.2474,60.4193,0.0000,23.3800,12.3334,24.7058,1.2624,15332.7671,15332.7671,15332.7671 -302.5000,1.0000,3486.3796,67.3260,67.5970,0.1506,0.0000,5,1476.7834,508.6713,759.4275,-96.1657,78.6652,117.4442,-14.8719,0.5391,70.0433,0.0000,70.0433,8.0828,70.0433,1.1086,0.0000,68.9347,0.0000,68.9347,7.3458,61.5889,0.0000,61.5889,0.2499,61.3390,0.0000,23.9534,12.4334,24.9522,1.1894,15521.3848,15521.3848,15521.3848 -303.5000,1.0000,3505.1782,67.6750,67.7530,0.0433,0.0000,5,1484.4387,391.5784,759.6182,-96.6198,60.8709,118.0827,-15.0195,0.1560,52.5279,0.0000,52.5279,8.1870,52.5279,1.0273,0.0000,51.5006,0.0000,51.5006,7.3839,44.1167,0.0000,44.1167,0.0723,44.0444,0.0000,24.3274,12.4979,7.2190,1.2285,12283.6189,12283.6189,12283.6189 -304.5000,1.0000,3523.9644,67.6300,67.5070,-0.0683,0.0000,5,1483.4516,267.6370,716.2218,-96.5612,41.5765,111.2627,-15.0005,-0.2458,33.5891,0.0000,33.5891,8.2332,33.5891,0.9318,0.0000,32.6573,0.0000,32.6573,7.3790,25.2783,0.0000,25.2783,-0.1139,25.3923,0.0000,24.2790,12.4896,-11.3763,1.2785,8659.2283,8659.2283,8659.2283 -305.5000,1.0000,3542.6342,67.2115,66.9160,-0.1642,0.0000,5,1474.2719,159.3471,667.7930,-96.0168,24.6009,103.0975,-14.8236,-0.5868,16.9845,0.0000,16.9845,8.2032,16.9845,0.8413,0.0000,16.1432,0.0000,16.1432,7.3333,8.8099,0.0000,8.8099,-0.2720,9.0820,0.0000,23.8314,12.4123,-27.1618,1.2642,5516.7115,5516.7115,5516.7115 -306.5000,1.0000,3561.1042,66.4920,66.0680,-0.2356,0.0000,5,1458.4898,76.6998,622.2765,-95.0808,11.7146,95.0420,-14.5219,-0.8330,4.4564,0.0000,4.4564,8.0912,4.4564,0.7896,0.0000,3.6668,0.0000,3.6668,7.2548,-3.5880,0.0000,-3.5880,-0.3862,-3.2018,0.0000,23.0747,12.2794,-38.5560,1.2487,3418.7519,3418.7519,3418.7519 -307.5000,1.0000,3579.3527,65.6945,65.3210,-0.2075,0.0000,5,1440.9968,104.0915,586.8749,-94.0433,15.7075,88.5599,-14.1912,-0.7250,8.4331,0.0000,8.4331,7.9994,8.4331,0.7715,0.0000,7.6616,0.0000,7.6616,7.1678,0.4938,0.0000,0.4938,-0.3361,0.8299,0.0000,22.2542,12.1321,-33.5565,1.2453,3892.3982,3892.3982,3892.3982 -308.5000,1.0000,3597.3702,64.8630,64.4050,-0.2544,0.0000,5,1422.7580,47.8870,590.8118,-92.9616,7.1347,88.0256,-13.8504,-0.8778,0.2116,0.0000,0.2116,7.8009,0.2116,0.7701,0.0000,-0.5585,0.0000,-0.5585,7.0771,-7.6355,0.0000,-7.6355,-0.4069,-7.2286,0.0000,21.4202,11.9786,-40.6274,1.2038,2816.1976,2816.1976,2816.1976 -309.5000,1.0000,3615.1677,64.0710,63.7370,-0.1856,0.0000,5,1405.3856,120.6252,565.6041,-91.9313,17.7526,83.2409,-13.5297,-0.6323,10.6627,0.0000,10.6627,7.7222,10.6627,0.7542,0.0000,9.9084,0.0000,9.9084,6.9907,2.9178,0.0000,2.9178,-0.2931,3.2109,0.0000,20.6446,11.8323,-29.2661,1.1976,4221.6477,4221.6477,4221.6477 -310.5000,1.0000,3632.7784,63.3985,63.0600,-0.1881,0.0000,5,1390.6344,115.3059,590.0210,-91.0564,16.7916,85.9229,-13.2603,-0.6341,9.7217,0.0000,9.7217,7.7040,9.7217,0.7379,0.0000,8.9838,0.0000,8.9838,6.9173,2.0665,0.0000,2.0665,-0.2939,2.3605,0.0000,20.0014,11.7081,-29.3491,1.1933,4020.1086,4020.1086,4020.1086 -311.5000,1.0000,3650.2242,62.8050,62.5500,-0.1417,0.0000,5,1377.6161,164.3988,585.5312,-90.2843,23.7168,84.4709,-13.0247,-0.4732,16.5358,0.0000,16.5358,7.6542,16.5358,0.7618,0.0000,15.7740,0.0000,15.7740,6.8525,8.9215,0.0000,8.9215,-0.2194,9.1408,0.0000,19.4447,11.5985,-21.9024,1.2177,5256.1571,5256.1571,5256.1571 -312.5000,1.0000,3667.5470,62.3620,62.1740,-0.1044,0.0000,5,1367.8990,203.7174,603.5710,-89.7080,29.1817,86.4592,-12.8503,-0.3464,21.9439,0.0000,21.9439,7.5843,21.9439,0.7813,0.0000,21.1626,0.0000,21.1626,6.8042,14.3584,0.0000,14.3584,-0.1606,14.5190,0.0000,19.0360,11.5167,-16.0337,1.2384,6245.5851,6245.5851,6245.5851 -313.5000,1.0000,3684.8045,62.1270,62.0800,-0.0261,0.0000,5,1362.7443,289.7140,619.8776,-89.4023,41.3440,88.4604,-12.7583,-0.0863,33.8770,0.0000,33.8770,7.5533,33.8770,0.8370,0.0000,33.0400,0.0000,33.0400,6.7785,26.2614,0.0000,26.2614,-0.0400,26.3014,0.0000,18.8214,11.4733,-3.9933,1.2547,8503.1216,8503.1216,8503.1216 -314.5000,1.0000,3702.0287,62.0070,61.9340,-0.0406,0.0000,5,1360.1121,273.5003,653.3842,-89.2462,38.9548,93.0619,-12.7114,-0.1337,31.4998,0.0000,31.4998,7.5887,31.4998,0.8231,0.0000,30.6768,0.0000,30.6768,6.7655,23.9113,0.0000,23.9113,-0.0620,23.9733,0.0000,18.7126,11.4512,-6.1904,1.2446,8043.4989,8043.4989,8043.4989 -315.5000,1.0000,3719.1807,61.7475,61.5610,-0.1036,0.0000,5,1354.4200,202.1306,644.3914,-88.9086,28.6691,91.3970,-12.6103,-0.3403,21.4809,0.0000,21.4809,7.5284,21.4809,0.7686,0.0000,20.7123,0.0000,20.7123,6.7371,13.9752,0.0000,13.9752,-0.1577,14.1329,0.0000,18.4788,11.4032,-15.7491,1.1968,6141.1350,6141.1350,6141.1350 -316.5000,1.0000,3736.2119,61.3120,61.0630,-0.1383,0.0000,5,1344.8674,160.6994,612.5275,-88.3421,22.6320,86.2648,-12.4416,-0.4511,15.7480,0.0000,15.7480,7.3351,15.7480,0.7326,0.0000,15.0154,0.0000,15.0154,6.6896,8.3258,0.0000,8.3258,-0.2091,8.5349,0.0000,18.0907,11.3228,-20.8786,1.0813,5002.4606,5002.4606,5002.4606 -317.5000,1.0000,3753.0817,60.7315,60.4000,-0.1842,0.0000,5,1332.1343,107.1644,591.3810,-87.5869,14.9495,82.4981,-12.2184,-0.5949,8.3007,0.0000,8.3007,7.2437,8.3007,0.6857,0.0000,7.6150,0.0000,7.6150,6.6263,0.9887,0.0000,0.9887,-0.2758,1.2645,0.0000,17.5819,11.2156,-27.5330,1.0776,3598.0126,3598.0126,3598.0126 -318.5000,1.0000,3769.7778,60.1060,59.8120,-0.1633,0.0000,5,1318.4140,127.5742,566.0714,-86.7732,17.6134,78.1541,-11.9803,-0.5221,10.9819,0.0000,10.9819,7.1536,10.9819,0.6887,0.0000,10.2933,0.0000,10.2933,6.5580,3.7352,0.0000,3.7352,-0.2420,3.9773,0.0000,17.0441,11.1001,-24.1670,1.0195,4064.4476,4064.4476,4064.4476 -319.5000,1.0000,3786.3078,59.5080,59.2040,-0.1689,0.0000,5,1305.2970,119.9725,571.2598,-85.9952,16.3991,78.0857,-11.7547,-0.5345,9.7073,0.0000,9.7073,7.2263,9.7073,0.6725,0.0000,9.0348,0.0000,9.0348,6.4928,2.5420,0.0000,2.5420,-0.2478,2.7898,0.0000,16.5405,10.9897,-24.7403,1.0839,3825.4689,3825.4689,3825.4689 -320.5000,1.0000,3802.7171,59.0735,58.9430,-0.0725,0.0000,5,1295.7663,225.1671,567.9738,-85.4300,30.5534,77.0697,-11.5922,-0.2278,23.6217,0.0000,23.6217,7.1595,23.6217,0.7349,0.0000,22.8868,0.0000,22.8868,6.4454,16.4414,0.0000,16.4414,-0.1056,16.5470,0.0000,16.1805,10.9094,-10.5429,1.0816,6438.7962,6438.7962,6438.7962 -321.5000,1.0000,3819.0953,58.9615,58.9800,0.0103,0.0000,5,1293.3096,316.3535,613.8240,-85.2843,42.8454,83.1333,-11.5505,0.0322,35.7107,0.0000,35.7107,7.1025,35.7107,0.7935,0.0000,34.9171,0.0000,34.9171,6.4332,28.4840,0.0000,28.4840,0.0149,28.4690,0.0000,16.0885,10.8887,1.4918,1.0678,8729.0196,8729.0196,8729.0196 -322.5000,1.0000,3835.4992,59.0540,59.1280,0.0411,0.0000,5,1295.3386,350.7046,653.1291,-85.4046,47.5722,88.5954,-11.5849,0.1291,40.3680,0.0000,40.3680,7.0751,40.3680,0.8183,0.0000,39.5497,0.0000,39.5497,6.4433,33.1064,0.0000,33.1064,0.0599,33.0466,0.0000,16.1644,10.9058,5.9764,1.0016,9625.1880,9625.1880,9625.1880 -323.5000,1.0000,3851.9681,59.2880,59.4480,0.0889,0.0000,5,1300.4714,405.1175,669.2533,-85.7090,55.1709,91.1423,-11.6723,0.2803,47.7372,0.0000,47.7372,7.1534,47.7372,0.8590,0.0000,46.8782,0.0000,46.8782,6.4688,40.4095,0.0000,40.4095,0.1299,40.2795,0.0000,16.3574,10.9490,12.9731,1.0026,11063.4536,11063.4536,11063.4536 -324.5000,1.0000,3868.5344,59.6385,59.8290,0.1058,0.0000,5,1308.1595,425.1805,693.2971,-86.1650,58.2455,94.9749,-11.8038,0.3357,50.7429,0.0000,50.7429,7.1670,50.7429,0.8798,0.0000,49.8631,0.0000,49.8631,6.5070,43.3561,0.0000,43.3561,0.1556,43.2004,0.0000,16.6493,11.0138,15.5374,1.0441,11652.3828,11652.3828,11652.3828 -325.5000,1.0000,3885.1985,59.9910,60.1530,0.0900,0.0000,5,1315.8915,408.2371,702.4705,-86.6236,56.2550,96.8003,-11.9367,0.2872,48.8709,0.0000,48.8709,7.0970,48.8709,0.8762,0.0000,47.9947,0.0000,47.9947,6.5455,41.4492,0.0000,41.4492,0.1331,41.3161,0.0000,16.9462,11.0789,13.2910,0.9656,11276.9326,11276.9326,11276.9326 -326.5000,1.0000,3901.9280,60.2260,60.2990,0.0406,0.0000,5,1321.0462,355.2372,695.5484,-86.9293,49.1434,96.2219,-12.0258,0.1299,41.7568,0.0000,41.7568,7.2567,41.7568,0.8445,0.0000,40.9123,0.0000,40.9123,6.5711,34.3411,0.0000,34.3411,0.0602,34.2809,0.0000,17.1460,11.1223,6.0126,1.0603,9920.2672,9920.2672,9920.2672 -327.5000,1.0000,3918.6899,60.3430,60.3870,0.0244,0.0000,5,1323.6126,337.9329,674.0712,-87.0815,46.8403,93.4319,-12.0702,0.0784,39.4764,0.0000,39.4764,7.2855,39.4764,0.8351,0.0000,38.6413,0.0000,38.6413,6.5839,32.0574,0.0000,32.0574,0.0364,32.0211,0.0000,17.2461,11.1439,3.6311,1.0610,9494.4908,9494.4908,9494.4908 -328.5000,1.0000,3935.4316,60.2700,60.1530,-0.0650,0.0000,5,1322.0114,237.9381,665.0250,-86.9865,32.9403,92.0665,-12.0425,-0.2084,25.9158,0.0000,25.9158,7.2329,25.9158,0.7661,0.0000,25.1497,0.0000,25.1497,6.5759,18.5738,0.0000,18.5738,-0.0966,18.6704,0.0000,17.1837,11.1304,-9.6437,1.0605,6896.0223,6896.0223,6896.0223 -329.5000,1.0000,3952.0998,60.0055,59.8580,-0.0819,0.0000,5,1316.2096,218.1468,622.1294,-86.6424,30.0679,85.7501,-11.9422,-0.2615,23.1092,0.0000,23.1092,7.2202,23.1092,0.7477,0.0000,22.3615,0.0000,22.3615,6.5471,15.8145,0.0000,15.8145,-0.1212,15.9357,0.0000,16.9585,11.0815,-12.1043,1.0590,6365.9042,6365.9042,6365.9042 -330.5000,1.0000,3968.6609,59.6200,59.3820,-0.1322,0.0000,5,1307.7537,160.2223,610.9425,-86.1409,21.9421,83.6671,-11.7968,-0.4193,15.2514,0.0000,15.2514,7.1100,15.2514,0.7020,0.0000,14.5493,0.0000,14.5493,6.5050,8.0443,0.0000,8.0443,-0.1944,8.2387,0.0000,16.6339,11.0103,-19.4055,1.0573,4850.9730,4850.9730,4850.9730 -331.5000,1.0000,3985.1281,59.2820,59.1820,-0.0556,0.0000,5,1300.3398,244.3473,586.5391,-85.7012,33.2731,79.8698,-11.6700,-0.1752,26.3317,0.0000,26.3317,7.1165,26.3317,0.7519,0.0000,25.5799,0.0000,25.5799,6.4681,19.1117,0.0000,19.1117,-0.0812,19.1929,0.0000,16.3524,10.9479,-8.1074,1.0692,6955.5944,6955.5944,6955.5944 -332.5000,1.0000,4001.5566,59.1425,59.1030,-0.0219,0.0000,5,1297.2798,281.6792,622.0604,-85.5198,38.2663,84.5074,-11.6179,-0.0690,31.1591,0.0000,31.1591,7.1763,31.1591,0.7737,0.0000,30.3854,0.0000,30.3854,6.4529,23.9324,0.0000,23.9324,-0.0320,23.9644,0.0000,16.2372,10.9222,-3.1949,1.0419,7883.7181,7883.7181,7883.7181 -333.5000,1.0000,4017.9863,59.1470,59.1910,0.0244,0.0000,5,1297.3786,332.9611,638.6942,-85.5256,45.2365,86.7737,-11.6196,0.0769,38.0201,0.0000,38.0201,7.1395,38.0201,0.8081,0.0000,37.2120,0.0000,37.2120,6.4534,30.7586,0.0000,30.7586,0.0356,30.7230,0.0000,16.2409,10.9230,3.5591,1.0686,9188.3493,9188.3493,9188.3493 -334.5000,1.0000,4034.4519,59.2760,59.3610,0.0472,0.0000,5,1300.2081,358.4772,661.0695,-85.6934,48.8093,90.0096,-11.6678,0.1489,41.5491,0.0000,41.5491,7.1114,41.5491,0.8279,0.0000,40.7213,0.0000,40.7213,6.4675,34.2538,0.0000,34.2538,0.0690,34.1848,0.0000,16.3474,10.9468,6.8906,1.0558,9864.8124,9864.8124,9864.8124 -335.5000,1.0000,4051.0009,59.5765,59.7920,0.1197,0.0000,5,1306.7996,440.0862,674.1478,-86.0843,60.2248,92.2556,-11.7804,0.3793,52.7227,0.0000,52.7227,7.1227,52.7227,0.8887,0.0000,51.8340,0.0000,51.8340,6.5003,45.3338,0.0000,45.3338,0.1759,45.1579,0.0000,16.5975,11.0023,17.5582,1.0705,12029.3189,12029.3189,12029.3189 -336.5000,1.0000,4067.6631,59.9840,60.1760,0.1067,0.0000,5,1315.7380,427.6486,708.7928,-86.6145,58.9230,97.6601,-11.9341,0.3403,51.3594,0.0000,51.3594,7.2234,51.3594,0.8886,0.0000,50.4708,0.0000,50.4708,6.5447,43.9261,0.0000,43.9261,0.1577,43.7683,0.0000,16.9403,11.0776,15.7505,1.0728,11781.6741,11781.6741,11781.6741 -337.5000,1.0000,4084.3580,60.1015,60.0270,-0.0414,0.0000,5,1318.3153,263.4423,701.6893,-86.7673,36.3692,96.8708,-11.9785,-0.1323,29.2921,0.0000,29.2921,7.2094,29.2921,0.7802,0.0000,28.5119,0.0000,28.5119,6.5575,21.9544,0.0000,21.9544,-0.0613,22.0157,0.0000,17.0399,11.0993,-6.1235,1.0461,7525.9820,7525.9820,7525.9820 -338.5000,1.0000,4101.0103,59.9485,59.8700,-0.0436,0.0000,5,1314.9593,260.2124,633.2675,-86.5683,35.8318,87.2023,-11.9206,-0.1390,28.7968,0.0000,28.7968,7.1740,28.7968,0.7752,0.0000,28.0217,0.0000,28.0217,6.5409,21.4808,0.0000,21.4808,-0.0645,21.5453,0.0000,16.9101,11.0710,-6.4358,1.0587,7428.0003,7428.0003,7428.0003 -339.5000,1.0000,4117.5862,59.6730,59.4760,-0.1094,0.0000,5,1308.9163,186.1621,629.3250,-86.2099,25.5171,86.2612,-11.8167,-0.3473,18.6914,0.0000,18.6914,7.1731,18.6914,0.7201,0.0000,17.9713,0.0000,17.9713,6.5108,11.4605,0.0000,11.4605,-0.1610,11.6215,0.0000,16.6782,11.0201,-16.0768,1.0442,5510.3740,5510.3740,5510.3740 -340.5000,1.0000,4133.9919,59.0605,58.6450,-0.2308,0.0000,5,1295.4812,49.6313,592.4970,-85.4131,6.7331,80.3796,-11.5873,-0.7251,0.2919,0.0000,0.2919,7.1663,0.2919,0.6667,0.0000,-0.3749,0.0000,-0.3749,6.4440,-6.8188,0.0000,-6.8188,-0.3361,-6.4827,0.0000,16.1705,10.9070,-33.5602,1.0816,2476.2350,2476.2350,2476.2350 -341.5000,1.0000,4150.1577,58.1970,57.7490,-0.2489,0.0000,5,1276.5405,25.7321,528.3490,-84.2897,3.4398,70.6292,-11.2678,-0.7704,-2.7847,0.0000,-2.7847,6.9949,-2.7847,0.6597,0.0000,-3.4443,0.0000,-3.4443,6.3498,-9.7941,0.0000,-9.7941,-0.3571,-9.4370,0.0000,15.4717,10.7475,-35.6562,1.0245,2044.2771,2044.2771,2044.2771 -342.5000,1.0000,4166.0814,57.3255,56.9020,-0.2353,0.0000,5,1257.4243,37.7088,513.0949,-83.1560,4.9654,67.5629,-10.9497,-0.7173,-1.2648,0.0000,-1.2648,6.9475,-1.2648,0.6411,0.0000,-1.9059,0.0000,-1.9059,6.2547,-8.1605,0.0000,-8.1605,-0.3325,-7.8280,0.0000,14.7869,10.5866,-33.2015,1.0607,2193.4436,2193.4436,2193.4436 -343.5000,1.0000,4181.7938,56.5645,56.2270,-0.1875,0.0000,5,1240.7319,87.4271,515.2782,-82.1660,11.3593,66.9497,-10.6758,-0.5641,5.0662,0.0000,5.0662,6.8572,5.0662,0.6125,0.0000,4.4537,0.0000,4.4537,6.1716,-1.7179,0.0000,-1.7179,-0.2615,-1.4564,0.0000,14.2056,10.4461,-26.1081,1.0441,2956.9198,2956.9198,2956.9198 -344.5000,1.0000,4197.3384,55.9605,55.6940,-0.1481,0.0000,5,1227.4833,128.9159,535.2409,-81.3803,16.5711,68.8008,-10.4608,-0.4406,10.2136,0.0000,10.2136,6.7982,10.2136,0.6180,0.0000,9.5956,0.0000,9.5956,6.1057,3.4898,0.0000,3.4898,-0.2043,3.6941,0.0000,13.7552,10.3345,-20.3956,1.0548,3792.5945,3792.5945,3792.5945 -345.5000,1.0000,4212.7199,55.3735,55.0530,-0.1781,0.0000,5,1214.6075,93.3750,550.2417,-80.6166,11.8767,69.9871,-10.2539,-0.5244,5.6720,0.0000,5.6720,6.7291,5.6720,0.5913,0.0000,5.0807,0.0000,5.0807,6.0417,-0.9610,0.0000,-0.9610,-0.2431,-0.7179,0.0000,13.3270,10.2261,-24.2709,1.0522,2990.7200,2990.7200,2990.7200 -346.5000,1.0000,4227.9320,54.7635,54.4740,-0.1608,0.0000,5,1201.2273,110.4229,531.2625,-79.8231,13.8903,66.8287,-10.0411,-0.4684,7.6675,0.0000,7.6675,6.6913,7.6675,0.5866,0.0000,7.0809,0.0000,7.0809,5.9751,1.1057,0.0000,1.1057,-0.2172,1.3229,0.0000,12.8913,10.1135,-21.6819,1.0496,3305.2436,3305.2436,3305.2436 -347.5000,1.0000,4242.9695,54.1350,53.7960,-0.1883,0.0000,5,1187.4413,77.8474,534.8661,-79.0011,9.6802,66.5098,-9.8237,-0.5422,3.5838,0.0000,3.5838,6.6387,3.5838,0.5762,0.0000,3.0075,0.0000,3.0075,5.9066,-2.8990,0.0000,-2.8990,-0.2514,-2.6477,0.0000,12.4527,9.9974,-25.0977,1.0463,2701.2180,2701.2180,2701.2180 -348.5000,1.0000,4257.8123,53.4340,53.0720,-0.2011,0.0000,5,1172.0650,61.1697,515.4945,-78.0839,7.5079,63.2710,-9.5839,-0.5715,1.5249,0.0000,1.5249,6.5545,1.5249,0.5701,0.0000,0.9548,0.0000,0.9548,5.8301,-4.8753,0.0000,-4.8753,-0.2649,-4.6103,0.0000,11.9752,9.8679,-26.4535,1.0172,2424.9704,2424.9704,2424.9704 -349.5000,1.0000,4272.4462,52.6820,52.2920,-0.2167,0.0000,5,1155.5700,41.4950,502.9971,-77.0999,5.0214,60.8682,-9.3299,-0.6071,-0.8620,0.0000,-0.8620,6.4905,-0.8620,0.5640,0.0000,-1.4260,0.0000,-1.4260,5.7480,-7.1741,0.0000,-7.1741,-0.2814,-6.8927,0.0000,11.4768,9.7291,-28.0985,1.0256,2100.1587,2100.1587,2100.1587 -350.5000,1.0000,4286.8857,51.9825,51.6730,-0.1719,0.0000,5,1140.2266,88.6358,490.8217,-76.1847,10.5835,58.6062,-9.0968,-0.4754,4.6133,0.0000,4.6133,6.4455,4.6133,0.5392,0.0000,4.0741,0.0000,4.0741,5.6717,-1.5976,0.0000,-1.5976,-0.2204,-1.3773,0.0000,11.0255,9.5999,-22.0026,1.0336,2842.4754,2842.4754,2842.4754 -351.5000,1.0000,4301.1416,51.3210,50.9690,-0.1956,0.0000,5,1125.7167,60.3485,509.0900,-75.3191,7.1142,60.0140,-8.8790,-0.5338,1.2715,0.0000,1.2715,6.3765,1.2715,0.5372,0.0000,0.7343,0.0000,0.7343,5.5995,-4.8652,0.0000,-4.8652,-0.2474,-4.6178,0.0000,10.6100,9.4777,-24.7055,1.0297,2381.5064,2381.5064,2381.5064 -352.5000,1.0000,4315.2148,50.6635,50.3580,-0.1697,0.0000,5,1111.2945,86.7572,492.5540,-74.4588,10.0963,57.3207,-8.6651,-0.4573,4.2318,0.0000,4.2318,6.3219,4.2318,0.5195,0.0000,3.7122,0.0000,3.7122,5.5278,-1.8156,0.0000,-1.8156,-0.2120,-1.6036,0.0000,10.2073,9.3563,-21.1672,1.0260,2793.5431,2793.5431,2793.5431 -353.5000,1.0000,4329.0796,49.9135,49.4690,-0.2469,0.0000,5,1094.8434,-0.4651,499.1621,-73.4160,-0.0533,57.2298,-8.4173,-0.6555,-5.6884,0.0000,-5.6884,6.2907,-5.6884,0.5328,0.0000,-6.2212,0.0000,-6.2212,5.4460,-11.6672,0.0000,-11.6672,-0.3039,-11.3633,0.0000,9.7611,9.2178,-30.3422,1.0221,1217.1877,1217.1877,1217.1877 -354.5000,1.0000,4342.7007,49.0360,48.6030,-0.2406,0.0000,5,1075.5956,3.6466,451.1470,-72.0381,0.4107,50.8154,-8.1141,-0.6274,-5.1491,0.0000,-5.1491,6.1872,-5.1491,0.5180,0.0000,-5.6671,0.0000,-5.6671,5.3502,-11.0173,0.0000,-11.0173,-0.2908,-10.7265,0.0000,9.2553,9.0557,-29.0375,1.0060,1250.4807,1250.4807,1250.4807 -355.5000,1.0000,4356.0498,48.0565,47.5100,-0.3036,0.0000,5,1054.1105,-68.7020,445.5901,-70.5002,-7.5838,49.1870,-7.7822,-0.7760,-12.9237,0.0000,-12.9237,6.1159,-12.9237,0.5227,0.0000,-13.4463,0.0000,-13.4463,5.2433,-18.6897,0.0000,-18.6897,-0.3597,-18.3300,0.0000,8.7121,8.8748,-35.9169,1.0009,0.0000,0.0000,0.0000 -356.5000,1.0000,4369.0170,46.6820,45.8540,-0.4600,0.0000,5,1023.9611,-68.3404,395.8270,-68.3420,-7.3281,42.4441,-7.3282,-1.1421,-12.2083,0.0000,-12.2083,6.0223,-12.2083,0.5004,0.0000,-12.7088,0.0000,-12.7088,5.0934,-17.8021,18.9802,-36.7823,-0.5294,-36.2529,0.0000,7.9872,8.6210,-52.8611,1.0052,0.0000,0.0000,0.0000 -357.5000,1.0000,4381.5280,45.0395,44.2250,-0.4525,0.0000,5,987.9331,-67.3155,379.6437,-67.3171,-6.9642,39.2765,-6.9644,-1.0839,-13.5495,0.0000,-13.5495,7.6692,-13.5495,0.4799,0.0000,-14.0294,0.0000,-14.0294,4.9142,-18.9435,16.2374,-35.1809,-0.5025,-34.6785,0.0000,7.1735,8.3177,-50.1697,0.9851,0.0000,0.0000,0.0000 -358.5000,1.0000,4393.6712,43.7155,43.2060,-0.2831,0.0000,5,958.8914,-40.2405,372.5750,-68.9784,-4.0407,37.4121,-6.9265,-0.6581,-10.9102,0.0000,-10.9102,7.5275,-10.9102,0.4544,0.0000,-11.3646,0.0000,-11.3646,4.7697,-16.1343,0.0000,-16.1343,-0.3051,-15.8292,0.0000,6.5581,8.0732,-30.4605,0.9782,337.1718,337.1718,337.1718 -359.5000,1.0000,4405.5307,42.6945,42.1830,-0.2842,0.0000,5,936.4960,-44.7019,376.7690,-70.2596,-4.3839,36.9496,-6.8903,-0.6453,-11.0723,0.0000,-11.0723,7.3336,-11.0723,0.4405,0.0000,-11.5127,0.0000,-11.5127,4.6583,-16.1710,0.0000,-16.1710,-0.2991,-15.8719,0.0000,6.1093,7.8846,-29.8658,0.9495,251.6265,251.6265,251.6265 -360.5000,1.0000,4417.1044,41.6650,41.1470,-0.2878,0.0000,5,913.9141,-49.6982,385.1879,-71.5513,-4.7564,36.8644,-6.8478,-0.6377,-11.4660,0.0000,-11.4660,7.3473,-11.4660,0.4272,0.0000,-11.8932,0.0000,-11.8932,4.5460,-16.4392,0.0000,-16.4392,-0.2956,-16.1436,0.0000,5.6780,7.6945,-29.5160,1.0909,157.4209,157.4209,157.4209 -361.5000,1.0000,4428.3517,40.4905,39.8340,-0.3647,0.0000,5,888.1517,-73.1939,396.3609,-73.1945,-6.8075,36.8644,-6.8076,-0.7854,-13.2823,0.0000,-13.2823,7.2602,-13.2823,0.4158,0.0000,-13.6981,0.0000,-13.6981,4.4178,-18.1159,5.9122,-24.0281,-0.3641,-23.6640,0.0000,5.2118,7.4776,-36.3534,1.0857,0.0000,0.0000,0.0000 -362.5000,1.0000,4439.2323,39.1700,38.5060,-0.3689,0.0000,5,859.1867,-75.2649,409.7231,-75.2657,-6.7719,36.8644,-6.7719,-0.7685,-13.2334,0.0000,-13.2334,7.2300,-13.2334,0.3980,0.0000,-13.6314,0.0000,-13.6314,4.2738,-17.9052,6.0685,-23.9737,-0.3562,-23.6174,0.0000,4.7184,7.2337,-35.5696,1.0922,0.0000,0.0000,0.0000 -363.5000,1.0000,4449.8964,38.3910,38.2760,-0.0639,0.0000,5,842.0995,190.0645,418.0369,-76.4875,16.7607,36.8644,-6.7450,-0.1304,9.9931,0.0000,9.9931,6.8981,9.9931,0.3716,0.0000,9.6215,0.0000,9.6215,4.1888,5.4328,0.0000,5.4328,-0.0605,5.4932,0.0000,4.4412,7.0899,-6.0379,0.9612,3675.8370,3675.8370,3675.8370 -364.5000,1.0000,4460.4468,37.9813,37.6867,-0.1637,0.0000,0,719.7885,20.5044,489.0723,-88.1013,1.5455,36.8644,-6.6407,-5.2950,0.0000,0.0000,0.0000,6.8405,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.1441,-4.1441,0.0000,-4.1441,-0.1533,-3.9908,0.0000,4.3008,7.0142,-15.3058,0.9268,1080.6094,1080.6094,1080.6094 -365.5000,1.0000,4471.1199,38.4231,39.1595,0.4091,0.0000,4,935.6274,702.1771,702.1771,-70.3092,68.7984,68.7984,-6.8888,19.2844,42.5331,0.0000,42.5331,6.9809,56.7037,1.7153,0.0000,54.9884,0.0000,54.9884,4.3552,50.6333,0.0000,50.6333,0.3876,50.2457,0.0000,4.4540,7.0958,38.6960,0.9727,13624.8989,13624.8989,13624.8989 -366.5000,1.0000,4482.3245,40.3367,41.5140,0.6540,0.0000,4,1309.4729,686.3164,753.1548,-86.2429,94.1130,103.2784,-11.8263,3.0733,85.4881,0.0000,85.4881,5.5515,85.4881,2.3368,0.0000,83.1513,0.0000,83.1513,4.9534,78.1979,0.0000,78.1979,0.6504,77.5475,0.0000,5.1556,7.4492,64.9426,1.0577,18350.1751,18350.1751,18350.1751 -367.5000,1.0000,4494.1032,42.4030,43.2920,0.4939,0.0000,4,1376.5510,562.6814,815.3779,-90.2212,81.1117,117.5384,-13.0056,2.4397,72.9837,0.0000,72.9837,5.6883,72.9837,2.1380,0.0000,70.8457,0.0000,70.8457,4.9587,65.8870,0.0000,65.8870,0.5163,65.3707,0.0000,5.9868,7.8308,51.5531,1.0765,15901.2604,15901.2604,15901.2604 -368.5000,1.0000,4506.3793,44.1940,45.0960,0.5011,0.0000,4,1434.6931,571.5077,779.6008,-93.6695,85.8637,117.1278,-14.0730,2.5799,77.4635,0.0000,77.4635,5.8203,77.4635,2.2735,0.0000,75.1900,0.0000,75.1900,5.1884,70.0016,0.0000,70.0016,0.5460,69.4556,0.0000,6.7777,8.1615,54.5163,1.0934,16787.4729,16787.4729,16787.4729 -369.5000,1.0000,4519.1293,45.9000,46.7040,0.4467,0.0000,4,1490.0759,531.5862,789.1168,-96.9541,82.9489,123.1341,-15.1288,2.3884,74.6076,0.0000,74.6076,5.9529,74.6076,2.2615,0.0000,72.3461,0.0000,72.3461,5.3025,67.0436,0.0000,67.0436,0.5055,66.5381,0.0000,7.5925,8.4766,50.4691,1.1123,16321.0013,16321.0013,16321.0013 -370.5000,1.0000,4532.2900,47.3785,48.0530,0.3747,0.0000,4,1538.0732,477.8077,782.1369,-99.8007,76.9589,125.9762,-16.0746,2.0682,68.7774,0.0000,68.7774,6.1132,68.7774,2.1850,0.0000,66.5924,0.0000,66.5924,5.3520,61.2404,0.0000,61.2404,0.4377,60.8027,0.0000,8.3492,8.7496,43.7039,1.1383,15277.2949,15277.2949,15277.2949 -371.5000,1.0000,4545.7791,48.5610,49.0690,0.2822,0.0000,4,1576.4614,406.8257,770.1114,-102.0774,67.1615,127.1351,-16.8516,1.5966,59.3842,0.0000,59.3842,6.1807,59.3842,2.0299,0.0000,57.3544,0.0000,57.3544,5.3221,52.0322,0.0000,52.0322,0.3379,51.6943,0.0000,8.9892,8.9680,33.7371,1.1204,13526.8802,13526.8802,13526.8802 -372.5000,1.0000,4559.5898,49.7185,50.3680,0.3608,0.0000,4,1614.0379,471.6961,757.6401,-103.9734,79.7269,128.0576,-17.5738,2.0899,71.3400,0.0000,71.3400,6.2969,71.3400,2.3016,0.0000,69.0384,0.0000,69.0384,5.6037,63.4347,0.0000,63.4347,0.4423,62.9923,0.0000,9.6480,9.1818,44.1625,1.1526,15938.9722,15938.9722,15938.9722 -373.5000,1.0000,4573.4824,50.0132,49.6583,-0.1971,0.0000,0,1635.1230,37.2778,769.4070,-104.7243,6.3831,131.7453,-17.9319,0.0000,0.0000,0.0000,0.0000,6.3831,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.4568,-5.4568,0.0000,-5.4568,-0.2431,-5.2137,0.0000,9.8194,9.2362,-24.2693,1.1441,3180.0034,3180.0034,3180.0034 -374.5000,1.0000,4587.4095,50.1376,50.6169,0.2663,0.0000,5,1372.6971,399.4023,399.4023,-89.9926,57.4135,57.4135,-12.9363,-22.1221,73.1290,0.0000,73.1290,6.4066,58.5885,0.7717,0.0000,57.8168,0.0000,57.8168,5.4739,52.3429,0.0000,52.3429,0.3291,52.0137,0.0000,9.8933,9.2592,32.8613,1.0894,11532.5657,11532.5657,11532.5657 -375.5000,1.0000,4601.6634,51.3143,52.0117,0.3875,0.0000,5,1125.5692,710.5781,710.5781,-75.3103,83.7554,83.7554,-8.8768,1.0574,76.2397,0.0000,76.2397,6.4582,76.2397,0.8773,0.0000,75.3624,0.0000,75.3624,5.8452,69.5172,0.0000,69.5172,0.4902,69.0270,0.0000,10.6073,9.4765,48.9432,1.0178,16404.0395,16404.0395,16404.0395 -376.5000,1.0000,4616.3468,52.8599,53.7082,0.4712,0.0000,5,1159.4731,810.0947,810.0947,-77.3328,98.3615,98.3615,-9.3897,1.3248,90.4626,0.0000,90.4626,6.5741,90.4626,0.9715,0.0000,89.4911,0.0000,89.4911,6.1992,83.2920,0.0000,83.2920,0.6142,82.6778,0.0000,11.5959,9.7619,61.3200,1.0146,19160.3735,19160.3735,19160.3735 -377.5000,1.0000,4631.5188,54.6195,55.5309,0.5063,0.0000,5,1198.0693,855.7029,855.7029,-79.6351,107.3578,107.3578,-9.9911,1.4708,99.1690,0.0000,99.1690,6.7180,99.1690,1.0419,0.0000,98.1272,0.0000,98.1272,6.4904,91.6368,0.0000,91.6368,0.6818,90.9550,0.0000,12.7931,10.0869,68.0750,1.0490,20884.5862,20884.5862,20884.5862 -378.5000,1.0000,4647.1523,56.2804,57.0300,0.4164,0.0000,5,1234.5010,759.5718,875.5644,-81.7965,98.1949,113.1900,-10.5744,1.2465,90.1905,0.0000,90.1905,6.7580,90.1905,1.0229,0.0000,89.1675,0.0000,89.1675,6.5086,82.6590,0.0000,82.6590,0.5778,82.0811,0.0000,13.9946,10.3936,57.6929,1.0562,19090.0973,19090.0973,19090.0973 -379.5000,1.0000,4663.1167,57.4720,57.9140,0.2456,0.0000,5,1260.6377,571.7281,835.8525,-83.3466,75.4759,110.3440,-11.0029,0.7506,67.8165,0.0000,67.8165,6.9088,67.8165,0.9300,0.0000,66.8865,0.0000,66.8865,6.2838,60.6027,0.0000,60.6027,0.3479,60.2548,0.0000,14.9007,10.6137,34.7404,1.0480,14885.2225,14885.2225,14885.2225 -380.5000,1.0000,4679.3434,58.4160,58.9180,0.2789,0.0000,5,1281.3442,612.3601,760.5922,-84.5746,82.1677,102.0578,-11.3484,0.8665,74.3878,0.0000,74.3878,6.9135,74.3878,0.9780,0.0000,73.4098,0.0000,73.4098,6.4684,66.9413,0.0000,66.9413,0.4017,66.5397,0.0000,15.6473,10.7880,40.1044,1.0388,16114.3873,16114.3873,16114.3873 -381.5000,1.0000,4695.7942,59.2230,59.5280,0.1694,0.0000,5,1299.0456,493.7550,777.6900,-85.6245,67.1683,105.7936,-11.6480,0.5337,59.5701,0.0000,59.5701,7.0646,59.5701,0.9171,0.0000,58.6530,0.0000,58.6530,6.4617,52.1913,0.0000,52.1913,0.2474,51.9438,0.0000,16.3040,10.9370,24.7028,1.0689,13360.3729,13360.3729,13360.3729 -382.5000,1.0000,4712.3833,59.7205,59.9130,0.1069,0.0000,5,1309.9582,426.4115,729.8305,-86.2717,58.4945,100.1171,-11.8346,0.3397,51.0250,0.0000,51.0250,7.1298,51.0250,0.8825,0.0000,50.1425,0.0000,50.1425,6.5160,43.6265,0.0000,43.6265,0.1575,43.4691,0.0000,16.7181,11.0289,15.7221,1.0711,11699.8889,11699.8889,11699.8889 -383.5000,1.0000,4729.0084,59.8505,59.7880,-0.0347,0.0000,5,1312.8097,269.8077,700.4350,-86.4408,37.0924,96.2938,-11.8836,-0.1105,30.0231,0.0000,30.0231,7.1798,30.0231,0.7797,0.0000,29.2434,0.0000,29.2434,6.5302,22.7133,0.0000,22.7133,-0.0512,22.7645,0.0000,16.8273,11.0529,-5.1157,1.0719,7661.3923,7661.3923,7661.3923 -384.5000,1.0000,4745.5647,59.6025,59.4170,-0.1031,0.0000,5,1307.3699,192.4989,633.1591,-86.1182,26.3545,86.6842,-11.7902,-0.3267,19.5808,0.0000,19.5808,7.1004,19.5808,0.7234,0.0000,18.8574,0.0000,18.8574,6.5031,12.3543,0.0000,12.3543,-0.1514,12.5058,0.0000,16.6191,11.0071,-15.1205,1.0706,5664.9064,5664.9064,5664.9064 -385.5000,1.0000,4762.0262,59.2615,59.1060,-0.0864,0.0000,5,1299.8901,209.7281,599.3787,-85.6746,28.5491,81.5899,-11.6624,-0.2723,21.7453,0.0000,21.7453,7.0760,21.7453,0.7286,0.0000,21.0167,0.0000,21.0167,6.4659,14.5508,0.0000,14.5508,-0.1262,14.6770,0.0000,16.3355,10.9441,-12.6026,1.0691,6074.2634,6074.2634,6074.2634 -386.5000,1.0000,4778.4570,59.1510,59.1960,0.0250,0.0000,5,1297.4663,332.8904,608.5467,-85.5308,45.2299,82.6835,-11.6211,0.0786,38.1071,0.0000,38.1071,7.0442,38.1071,0.8086,0.0000,37.2984,0.0000,37.2984,6.4538,30.8446,0.0000,30.8446,0.0365,30.8081,0.0000,16.2442,10.9237,3.6403,1.0686,9187.2820,9187.2820,9187.2820 -387.5000,1.0000,4794.9329,59.3130,59.4300,0.0650,0.0000,5,1301.0197,378.1544,661.5190,-85.7416,51.5207,90.1270,-11.6816,0.2050,44.2307,0.0000,44.2307,7.0849,44.2307,0.8419,0.0000,43.3888,0.0000,43.3888,6.4715,36.9173,0.0000,36.9173,0.0951,36.8223,0.0000,16.3781,10.9536,9.4906,1.0693,10373.7422,10373.7422,10373.7422 -388.5000,1.0000,4811.5016,59.6475,59.8650,0.1208,0.0000,5,1308.3569,441.3989,682.5237,-86.1767,60.4764,93.5131,-11.8071,0.3833,52.9914,0.0000,52.9914,7.1017,52.9914,0.8912,0.0000,52.1002,0.0000,52.1002,6.5080,45.5922,0.0000,45.5922,0.1777,45.4145,0.0000,16.6569,11.0154,17.7422,1.0708,12076.8891,12076.8891,12076.8891 -389.5000,1.0000,4828.1922,60.0860,60.3070,0.1228,0.0000,5,1317.9753,445.1998,709.9287,-86.7472,61.4456,97.9830,-11.9727,0.3924,53.9244,0.0000,53.9244,7.1288,53.9244,0.9031,0.0000,53.0214,0.0000,53.0214,6.5559,46.4655,0.0000,46.4655,0.1819,46.2836,0.0000,17.0269,11.0964,18.1603,1.0735,12258.4087,12258.4087,12258.4087 -390.5000,1.0000,4845.0242,60.5955,60.8840,0.1603,0.0000,5,1329.1511,488.7352,713.7838,-87.4100,68.0263,99.3504,-12.1665,0.5165,60.3570,0.0000,60.3570,7.1527,60.3570,0.9437,0.0000,59.4133,0.0000,59.4133,6.6114,52.8018,0.0000,52.8018,0.2395,52.5624,0.0000,17.4639,11.1905,23.9080,1.0216,13502.7445,13502.7445,13502.7445 -391.5000,1.0000,4862.0404,61.2580,61.6320,0.2078,0.0000,5,1343.6830,544.4209,734.0157,-88.2718,76.6055,103.2835,-12.4207,0.6769,68.6823,0.0000,68.6823,7.2464,68.6823,0.9964,0.0000,67.6859,0.0000,67.6859,6.6837,61.0021,0.0000,61.0021,0.3138,60.6883,0.0000,18.0433,11.3128,31.3322,1.0528,15056.8585,15056.8585,15056.8585 -392.5000,1.0000,4879.2595,61.9890,62.3460,0.1983,0.0000,5,1359.7173,536.8280,757.8340,-89.2228,76.4385,107.9074,-12.7044,0.6539,68.4839,0.0000,68.4839,7.3007,68.4839,1.0077,0.0000,67.4762,0.0000,67.4762,6.7635,60.7128,0.0000,60.7128,0.3031,60.4096,0.0000,18.6969,11.4478,30.2649,1.0856,15015.6497,15015.6497,15015.6497 -393.5000,1.0000,4896.6661,62.6635,62.9810,0.1764,0.0000,5,1374.5123,515.5248,756.4777,-90.1003,74.2039,108.8863,-12.9689,0.5879,66.2127,0.0000,66.2127,7.4034,66.2127,1.0078,0.0000,65.2049,0.0000,65.2049,6.8371,58.3678,0.0000,58.3678,0.2725,58.0953,0.0000,19.3137,11.5724,27.2092,1.0759,14618.3371,14618.3371,14618.3371 -394.5000,1.0000,4914.2230,63.2050,63.4290,0.1244,0.0000,5,1386.3900,459.4876,749.1316,-90.8047,66.7095,108.7607,-13.1832,0.4183,58.9239,0.0000,58.9239,7.3673,58.9239,0.9806,0.0000,57.9432,0.0000,57.9432,6.8962,51.0471,0.0000,51.0471,0.1939,50.8532,0.0000,19.8185,11.6724,19.3623,1.0934,13252.0704,13252.0704,13252.0704 -395.5000,1.0000,4931.8784,63.5595,63.6900,0.0725,0.0000,5,1394.1659,403.6521,728.0411,-91.2659,58.9319,106.2916,-13.3245,0.2451,51.2318,0.0000,51.2318,7.4550,51.2318,0.9482,0.0000,50.2835,0.0000,50.2835,6.9348,43.3487,0.0000,43.3487,0.1136,43.2351,0.0000,20.1537,11.7379,11.3435,1.0957,11828.2123,11828.2123,11828.2123 -396.5000,1.0000,4949.5711,63.6935,63.6970,0.0019,0.0000,5,1397.1052,325.5418,705.9344,-91.4402,47.6282,103.2814,-13.3781,0.0066,40.1967,0.0000,40.1967,7.4249,40.1967,0.8954,0.0000,39.3013,0.0000,39.3013,6.9495,32.3519,0.0000,32.3519,0.0031,32.3488,0.0000,20.2813,11.7626,0.3049,1.0684,9709.1017,9709.1017,9709.1017 -397.5000,1.0000,4967.2723,63.7245,63.7520,0.0153,0.0000,5,1397.7852,340.4901,676.2990,-91.4805,49.8395,98.9938,-13.3905,0.0518,42.3595,0.0000,42.3595,7.4282,42.3595,0.9067,0.0000,41.4527,0.0000,41.4527,6.9528,34.4999,0.0000,34.4999,0.0240,34.4759,0.0000,20.3110,11.7683,2.3966,1.0686,10126.3058,10126.3058,10126.3058 -398.5000,1.0000,4984.9887,63.7790,63.8060,0.0150,0.0000,5,1398.9806,340.3238,682.2803,-91.5514,49.8577,99.9547,-13.4124,0.0509,42.3867,0.0000,42.3867,7.4201,42.3867,0.9078,0.0000,41.4789,0.0000,41.4789,6.9588,34.5201,0.0000,34.5201,0.0236,34.4966,0.0000,20.3631,11.7784,2.3550,1.0689,10131.9749,10131.9749,10131.9749 -399.5000,1.0000,5002.7390,63.9010,63.9960,0.0528,0.0000,5,1401.6567,382.8366,683.4910,-91.7101,56.1932,100.3236,-13.4613,0.1794,48.5794,0.0000,48.5794,7.4344,48.5794,0.9409,0.0000,47.6385,0.0000,47.6385,6.9721,40.6664,0.0000,40.6664,0.0831,40.5833,0.0000,20.4802,11.8009,8.3021,1.0979,11322.0938,11322.0938,11322.0938 -400.5000,1.0000,5020.5579,64.1480,64.3000,0.0844,0.0000,5,1407.0746,419.5813,701.3187,-92.0315,61.8247,103.3383,-13.5607,0.2881,54.0049,0.0000,54.0049,7.5317,54.0049,0.9723,0.0000,53.0326,0.0000,53.0326,6.9991,46.0335,0.0000,46.0335,0.1336,45.9000,0.0000,20.7187,11.8465,13.3347,1.0995,12371.1184,12371.1184,12371.1184 -401.5000,1.0000,5038.4780,64.5125,64.7250,0.1181,0.0000,5,1415.0698,458.8548,717.2188,-92.5056,67.9957,106.2816,-13.7080,0.4051,59.9711,0.0000,59.9711,7.6196,59.9711,1.0085,0.0000,58.9627,0.0000,58.9627,7.0388,51.9238,0.0000,51.9238,0.1878,51.7361,0.0000,21.0740,11.9139,18.7482,1.1018,13495.7426,13495.7426,13495.7426 -402.5000,1.0000,5056.5140,64.9295,65.1340,0.1136,0.0000,5,1424.2166,454.9968,733.3175,-93.0481,67.8599,109.3696,-13.8775,0.3923,59.9168,0.0000,59.9168,7.5507,59.9168,1.0155,0.0000,58.9014,0.0000,58.9014,7.0843,51.8170,0.0000,51.8170,0.1819,51.6352,0.0000,21.4853,11.9909,18.1590,1.0904,13473.3668,13473.3668,13473.3668 -403.5000,1.0000,5074.6126,65.1550,65.1760,0.0117,0.0000,5,1429.1629,342.8738,730.9476,-93.3415,51.3150,109.3948,-13.9696,0.0404,43.6793,0.0000,43.6793,7.5953,43.6793,0.9382,0.0000,42.7411,0.0000,42.7411,7.1089,35.6322,0.0000,35.6322,0.0187,35.6134,0.0000,21.7097,12.0325,1.8712,1.1059,10412.1120,10412.1120,10412.1120 -404.5000,1.0000,5092.7615,65.3360,65.4960,0.0889,0.0000,5,1433.1331,429.3113,691.5461,-93.5769,64.4299,103.7854,-14.0438,0.3089,56.5312,0.0000,56.5312,7.5898,56.5312,1.0057,0.0000,55.5256,0.0000,55.5256,7.1287,48.3969,0.0000,48.3969,0.1432,48.2537,0.0000,21.8913,12.0659,14.2965,1.0930,12863.3125,12863.3125,12863.3125 -405.5000,1.0000,5111.0338,65.7805,66.0650,0.1581,0.0000,5,1442.8832,508.5190,726.4321,-94.1552,76.8364,109.7627,-14.2267,0.5530,68.5906,0.0000,68.5906,7.6928,68.5906,1.0738,0.0000,67.5168,0.0000,67.5168,7.1772,60.3397,0.0000,60.3397,0.2563,60.0833,0.0000,22.3414,12.1480,25.5939,1.1099,15155.1979,15155.1979,15155.1979 -406.5000,1.0000,5129.4859,66.4275,66.7900,0.2014,0.0000,5,1457.0750,559.6881,757.9926,-94.9969,85.3998,115.6580,-14.4951,0.7115,76.9110,0.0000,76.9110,7.7773,76.9110,1.1269,0.0000,75.7841,0.0000,75.7841,7.2478,68.5363,0.0000,68.5363,0.3298,68.2065,0.0000,23.0074,12.2675,32.9316,1.1000,16723.1552,16723.1552,16723.1552 -407.5000,1.0000,5148.2009,67.3740,67.9580,0.3244,0.0000,5,1477.8363,703.1414,780.8708,-96.2282,108.8172,120.8465,-14.8921,1.1626,99.7223,0.0000,99.7223,7.9323,99.7223,1.2579,0.0000,98.4645,0.0000,98.4645,7.6673,90.7971,0.0000,90.7971,0.5389,90.2582,0.0000,24.0060,12.4423,53.8099,1.1223,21233.5500,21233.5500,21233.5500 -408.5000,1.0000,5167.2609,68.6160,69.2740,0.3656,0.0000,5,1505.0793,754.6394,832.9292,-97.8439,118.9399,131.2793,-15.4213,1.3340,109.6540,0.0000,109.6540,7.9518,109.6540,1.3300,0.0000,108.3240,0.0000,108.3240,7.9293,100.3947,0.0000,100.3947,0.6184,99.7763,0.0000,25.3587,12.6717,61.7459,1.1033,23197.5699,23197.5699,23197.5699 -409.5000,1.0000,5186.6569,69.8255,70.3770,0.3064,0.0000,5,1531.6095,694.3695,851.0629,-99.4174,111.3698,136.5018,-15.9455,1.1378,102.0503,0.0000,102.0503,8.1816,102.0503,1.3142,0.0000,100.7361,0.0000,100.7361,7.9266,92.8095,0.0000,92.8095,0.5275,92.2820,0.0000,26.7227,12.8950,52.6643,1.1370,21764.2742,21764.2742,21764.2742 -410.5000,1.0000,5206.3009,70.7185,71.0600,0.1897,0.0000,5,1551.1973,566.6698,831.9454,-100.5791,92.0504,135.1420,-16.3382,0.7136,83.1411,0.0000,83.1411,8.1957,83.1411,1.2363,0.0000,81.9049,0.0000,81.9049,7.7262,74.1787,0.0000,74.1787,0.3308,73.8479,0.0000,27.7600,13.0600,33.0279,1.1282,18099.7910,18099.7910,18099.7910 -411.5000,1.0000,5226.1558,71.4775,71.8950,0.2319,0.0000,5,1567.8458,618.0646,794.3965,-101.5665,101.4766,130.4275,-16.6756,0.8817,92.3131,0.0000,92.3131,8.2817,92.3131,1.2963,0.0000,91.0168,0.0000,91.0168,7.9326,83.0842,0.0000,83.0842,0.4087,82.6754,0.0000,28.6638,13.2001,40.8115,1.1439,19929.4602,19929.4602,19929.4602 -412.5000,1.0000,5245.9871,71.3927,70.8903,-0.2791,0.0000,0,1577.0036,50.7146,807.9837,-102.1096,8.3752,133.4332,-16.8627,0.0000,0.0000,0.0000,0.0000,8.3752,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,7.7895,-7.7895,0.0000,-7.7895,-0.4912,-7.2983,0.0000,28.5623,13.1845,-49.0451,1.1331,3273.8836,3273.8836,3273.8836 -413.5000,1.0000,5265.5973,70.5967,70.3030,-0.1632,0.0000,6,1349.8201,89.6758,419.7282,-88.6358,12.6759,59.3298,-12.5289,-18.8321,24.7005,0.0000,24.7005,6.8075,20.6291,0.9098,0.0000,19.7192,0.0000,19.7192,7.7027,12.0166,0.0000,12.0166,-0.2840,12.3005,0.0000,27.6167,13.0375,-28.3536,1.0546,3303.0892,3303.0892,3303.0892 -414.5000,1.0000,5284.9835,69.7905,69.2780,-0.2847,0.0000,6,1114.4528,37.2962,515.0463,-74.6472,4.3527,60.1086,-8.7117,-0.5601,-1.4241,0.0000,-1.4241,6.3368,-1.4241,0.6779,0.0000,-2.1020,0.0000,-2.1020,7.6147,-9.7167,0.0000,-9.7167,-0.4899,-9.2267,0.1179,26.6823,12.8886,-48.9155,1.0267,1988.1390,1988.1390,1988.1390 -415.5000,1.0000,5303.9431,68.2545,67.2310,-0.5686,0.0000,6,1089.9251,-73.0639,469.1633,-73.0639,-8.3393,53.5487,-8.3393,-1.0939,-13.5847,0.0000,-13.5847,6.3394,-13.5847,0.7794,0.0000,-14.3641,0.0000,-14.3641,7.4471,-21.8112,36.9341,-58.7453,-0.9569,-57.7885,0.1812,24.9633,12.6049,-95.5379,1.0094,0.0000,0.0000,0.0000 -416.5000,1.0000,5322.4823,66.7410,66.2510,-0.2722,0.0000,6,1065.7567,37.3611,413.1816,-71.3339,4.1697,46.1135,-7.9613,-0.5121,-1.4145,0.0000,-1.4145,6.0964,-1.4145,0.6380,0.0000,-2.0526,0.0000,-2.0526,7.2820,-9.3346,0.0000,-9.3346,-0.4479,-8.8866,0.1772,23.3352,12.3254,-44.7245,1.0036,1877.1441,1877.1441,1877.1441 -417.5000,1.0000,5340.8507,66.1265,66.0020,-0.0692,0.0000,6,1055.9441,341.5660,469.7465,-70.6314,37.7698,51.9437,-7.8103,-0.1289,31.8700,0.0000,31.8700,6.0287,31.8700,1.0875,0.0000,30.7824,0.0000,30.7824,7.2149,23.5675,0.0000,23.5675,-0.1128,23.6803,0.0319,22.6955,12.2119,-11.2590,0.9897,7659.9821,7659.9821,7659.9821 -418.5000,1.0000,5359.2217,66.1355,66.2690,0.0742,0.0000,6,1056.0878,561.0463,621.6133,-70.6417,62.0479,68.7462,-7.8125,0.1383,55.8980,0.0000,55.8980,6.0117,55.8980,1.5682,0.0000,54.3298,0.0000,54.3298,7.2159,47.1139,0.0000,47.1139,0.1209,46.9929,0.0000,22.7047,12.2136,12.0746,1.0129,12282.3130,12282.3130,12282.3130 -419.5000,1.0000,5377.6659,66.3990,66.5290,0.0722,0.0000,6,1060.2955,559.8768,728.6928,-70.9429,62.1653,80.9096,-7.8771,0.1352,55.9798,0.0000,55.9798,6.0504,55.9798,1.5725,0.0000,54.4072,0.0000,54.4072,7.2447,47.1626,0.0000,47.1626,0.1182,47.0443,0.0000,22.9772,12.2623,11.8049,1.0139,12301.2994,12301.2994,12301.2994 -420.5000,1.0000,5396.2321,66.8385,67.1480,0.1719,0.0000,6,1067.3137,715.3015,729.9616,-71.4453,79.9484,81.5869,-7.9854,0.3239,73.5760,0.0000,73.5760,6.0484,73.5760,1.9290,0.0000,71.6470,0.0000,71.6470,7.2926,64.3544,0.0000,64.3544,0.2833,64.0710,0.0000,23.4369,12.3434,28.2907,1.0155,15722.8914,15722.8914,15722.8914 -421.5000,1.0000,5414.9980,67.5573,67.9665,0.2274,0.0000,6,1078.7911,805.6408,805.6408,-72.2669,91.0138,91.0138,-8.1640,0.4330,84.4636,0.0000,84.4636,6.1173,84.4636,2.1543,0.0000,82.3094,0.0000,82.3094,7.4418,74.8675,0.0000,74.8675,0.3787,74.4888,0.0000,24.2015,12.4762,37.8112,1.0533,17850.8854,17850.8854,17850.8854 -422.5000,1.0000,5434.0032,68.4185,68.8704,0.2511,0.0000,6,1092.5435,849.4454,849.4454,-73.2513,97.1858,97.1858,-8.3807,0.4842,90.3773,0.0000,90.3773,6.3246,90.3773,2.2816,0.0000,88.0957,0.0000,88.0957,7.6077,80.4880,0.0000,80.4880,0.4236,80.0644,0.0000,25.1391,12.6352,42.2901,1.1835,18960.9553,18960.9553,18960.9553 -423.5000,1.0000,5453.2644,69.3406,69.8108,0.2612,0.0000,6,1107.2692,870.6500,870.6500,-74.2187,100.9544,100.9544,-8.6059,0.5106,94.1239,0.0000,94.1239,6.3202,94.1239,2.3663,0.0000,91.7576,0.0000,91.7576,7.7474,84.0102,0.0000,84.0102,0.4466,83.5636,0.0000,26.1694,12.8055,44.5887,1.1175,19721.4092,19721.4092,19721.4092 -424.5000,1.0000,5472.7830,70.2667,70.7226,0.2533,0.0000,6,1122.0572,881.0820,881.0822,-75.1008,103.5285,103.5285,-8.8245,0.5016,94.6826,0.0000,94.6826,8.3443,94.6826,2.3874,0.0000,92.2952,0.0000,92.2952,7.8406,84.4547,0.0000,84.4547,0.4388,84.0159,0.0000,27.2319,12.9765,43.8075,1.1562,20222.2126,20222.2126,20222.2126 -425.5000,1.0000,5492.5551,71.1796,71.6366,0.2539,0.0000,6,1136.6345,886.5896,886.5896,-75.9704,105.5291,105.5291,-9.0426,0.5094,96.7792,0.0000,96.7792,8.2405,96.7792,2.4391,0.0000,94.3401,0.0000,94.3401,7.9551,86.3850,0.0000,86.3850,0.4456,85.9394,0.0000,28.3071,13.1451,44.4872,1.1254,20600.3092,20600.3092,20600.3092 -426.5000,1.0000,5512.5423,71.9538,72.2710,0.1762,0.0000,6,1148.9975,770.6862,889.3806,-76.7079,92.7311,107.0127,-9.2297,0.3574,84.0995,0.0000,84.0995,8.2742,84.0995,2.1940,0.0000,81.9055,0.0000,81.9055,7.8507,74.0548,0.0000,74.0548,0.3126,73.7422,0.0000,29.2402,13.2881,31.2139,1.0238,18098.3770,18098.3770,18098.3770 -427.5000,1.0000,5532.7258,72.6609,73.0507,0.2166,0.0000,6,1160.2883,837.7384,837.7384,-77.3814,101.7895,101.7895,-9.4022,0.4436,93.0758,0.0000,93.0758,8.2701,93.0758,2.3812,0.0000,90.6946,0.0000,90.6946,8.0365,82.6581,0.0000,82.6581,0.3880,82.2701,0.0000,30.1110,13.4187,38.7404,1.0148,19815.3512,19815.3512,19815.3512 -428.5000,1.0000,5553.1244,73.4349,73.8190,0.2134,0.0000,6,1172.6479,838.1778,868.6051,-78.1187,102.9277,106.6642,-9.5929,0.4417,94.1448,0.0000,94.1448,8.3412,94.1448,2.4112,0.0000,91.7336,0.0000,91.7336,8.1232,83.6104,0.0000,83.6104,0.3864,83.2240,0.0000,31.0835,13.5616,38.5789,1.0173,20033.5512,20033.5512,20033.5512 -429.5000,1.0000,5573.7440,74.2305,74.6420,0.2286,0.0000,6,1185.3532,867.7364,869.5444,-78.8766,107.7120,107.9365,-9.7909,0.4783,98.7833,0.0000,98.7833,8.4504,98.7833,2.5128,0.0000,96.2705,0.0000,96.2705,8.2644,88.0061,0.0000,88.0061,0.4184,87.5877,0.0000,32.1049,13.7085,41.7743,1.0331,20962.2417,20962.2417,20962.2417 -430.5000,1.0000,5594.5509,74.9050,75.1680,0.1461,0.0000,6,1196.1239,744.5134,882.8407,-79.5191,93.2561,110.5827,-9.9604,0.3085,84.4381,0.0000,84.4381,8.5095,84.4381,2.2334,0.0000,82.2047,0.0000,82.2047,8.1727,74.0320,0.0000,74.0320,0.2698,73.7621,0.0000,32.9874,13.8331,26.9416,1.0353,18185.9483,18185.9483,18185.9483 -431.5000,1.0000,5615.4936,75.3935,75.6190,0.1253,0.0000,6,1203.9246,716.2758,828.6055,-79.9830,90.3042,104.4662,-10.0838,0.2662,81.4491,0.0000,81.4491,8.5890,81.4491,2.1791,0.0000,79.2699,0.0000,79.2699,8.2260,71.0439,0.0000,71.0439,0.2329,70.8110,0.0000,33.6369,13.9233,23.2508,1.0235,17625.8012,17625.8012,17625.8012 -432.5000,1.0000,5636.5323,75.7395,75.8600,0.0669,0.0000,6,1209.4497,628.3375,816.1243,-80.3107,79.5810,103.3648,-10.1716,0.1429,70.9322,0.0000,70.9322,8.5059,70.9322,1.9727,0.0000,68.9594,0.0000,68.9594,8.2638,60.6957,0.0000,60.6957,0.1250,60.5706,0.0000,34.1020,13.9872,12.4815,1.0246,15656.2001,15656.2001,15656.2001 -433.5000,1.0000,5657.6470,76.0130,76.1660,0.0850,0.0000,6,1213.8171,642.8811,777.7371,-80.5697,81.7170,98.8587,-10.2413,0.1821,74.9242,0.0000,74.9242,6.6107,74.9242,2.0557,0.0000,72.8685,0.0000,72.8685,8.2936,64.5749,0.0000,64.5749,0.1593,64.4156,0.0000,34.4728,14.0377,15.9051,1.0254,16037.7556,16037.7556,16037.7556 -434.5000,1.0000,5678.8631,76.3780,76.5900,0.1178,0.0000,6,1219.6456,695.5951,784.7795,-80.9154,88.8421,100.2328,-10.3346,0.2536,81.9774,0.0000,81.9774,6.6112,81.9774,2.2009,0.0000,79.7765,0.0000,79.7765,8.3334,71.4430,0.0000,71.4430,0.2218,71.2213,0.0000,34.9719,14.1051,22.1442,1.0399,17346.7020,17346.7020,17346.7020 -435.5000,1.0000,5700.2316,76.9265,77.2630,0.1869,0.0000,6,1228.4044,806.5356,808.8795,-81.4349,103.7513,104.0528,-10.4756,0.4054,96.6751,0.0000,96.6751,6.6709,96.6751,2.5011,0.0000,94.1740,0.0000,94.1740,8.4806,85.6933,0.0000,85.6933,0.3546,85.3388,0.0000,35.7312,14.2064,35.4012,1.0283,20182.4836,20182.4836,20182.4836 -436.5000,1.0000,5721.8016,77.6518,78.0406,0.2160,0.0000,6,1239.9863,857.4737,857.4737,-82.1218,111.3439,111.3439,-10.6636,0.4728,104.1087,0.0000,104.1087,6.7624,104.1087,2.6581,0.0000,101.4506,0.0000,101.4506,8.6564,92.7942,0.0000,92.7942,0.4135,92.3807,0.0000,36.7516,14.3404,41.2887,1.0573,21600.8449,21600.8449,21600.8449 -437.5000,1.0000,5743.5709,78.3698,78.6990,0.1829,0.0000,6,1251.4517,811.0950,879.4129,-82.8018,106.2954,115.2486,-10.8513,0.4040,99.1049,0.0000,99.1049,6.7865,99.1049,2.5663,0.0000,96.5386,0.0000,96.5386,8.6487,87.8899,0.0000,87.8899,0.3534,87.5365,0.0000,37.7802,14.4730,35.2833,1.0462,20662.2689,20662.2689,20662.2689 -438.5000,1.0000,5765.5044,78.9605,79.2220,0.1453,0.0000,6,1260.8844,757.2024,859.8162,-83.3612,99.9806,113.5297,-11.0070,0.3233,92.8063,0.0000,92.8063,6.8510,92.8063,2.4472,0.0000,90.3591,0.0000,90.3591,8.6152,81.7439,0.0000,81.7439,0.2828,81.4611,0.0000,38.6407,14.5821,28.2383,1.0347,19440.3708,19440.3708,19440.3708 -439.5000,1.0000,5787.5612,79.4045,79.5870,0.1014,0.0000,6,1267.9744,693.0568,837.0585,-83.7817,92.0254,111.1463,-11.1247,0.2269,84.9354,0.0000,84.9354,6.8631,84.9354,2.2950,0.0000,82.6404,0.0000,82.6404,8.6637,73.9768,0.0000,73.9768,0.1985,73.7783,0.0000,39.2960,14.6640,19.8182,1.0495,17963.0554,17963.0554,17963.0554 -440.5000,1.0000,5809.7198,79.7710,79.9550,0.1022,0.0000,6,1273.8269,698.7802,810.2838,-84.1288,93.2137,108.0877,-11.2223,0.2298,85.8704,0.0000,85.8704,7.1134,85.8704,2.3180,0.0000,83.5524,0.0000,83.5524,8.7036,74.8488,0.0000,74.8488,0.2010,74.6477,0.0000,39.8427,14.7317,20.0733,1.2818,18191.1756,18191.1756,18191.1756 -441.5000,1.0000,5831.9694,80.0985,80.2420,0.0797,0.0000,6,1279.0566,665.6322,812.9072,-84.4390,89.1564,108.8828,-11.3100,0.1800,81.9878,0.0000,81.9878,6.9886,81.9878,2.2442,0.0000,79.7436,0.0000,79.7436,8.7394,71.0043,0.0000,71.0043,0.1574,70.8468,0.0000,40.3353,14.7922,15.7193,1.0517,17421.2466,17421.2466,17421.2466 -442.5000,1.0000,5854.2933,80.3660,80.4900,0.0689,0.0000,6,1283.3282,650.4115,799.1855,-84.6923,87.4087,107.4024,-11.3818,0.1561,80.3302,0.0000,80.3302,6.9224,80.3302,2.2142,0.0000,78.1160,0.0000,78.1160,8.7686,69.3474,0.0000,69.3474,0.1365,69.2109,0.0000,40.7407,14.8416,13.6286,1.0392,17094.0657,17094.0657,17094.0657 -443.5000,1.0000,5876.6571,80.5095,80.5290,0.0108,0.0000,6,1285.6197,562.8026,792.5293,-84.8282,75.7700,106.6980,-11.4204,0.0246,68.7647,0.0000,68.7647,6.9807,68.7647,1.9846,0.0000,66.7801,0.0000,66.7801,8.7842,57.9959,0.0000,57.9959,0.0215,57.9744,0.0000,40.9593,14.8681,2.1470,1.0396,14946.7169,14946.7169,14946.7169 -444.5000,1.0000,5899.0137,80.4840,80.4390,-0.0250,0.0000,6,1285.2125,507.3248,755.2270,-84.8041,68.2794,101.6438,-11.4135,-0.0567,61.3995,0.0000,61.3995,6.9366,61.3995,1.8370,0.0000,59.5625,0.0000,59.5625,8.7814,50.7811,0.0000,50.7811,-0.0496,50.8307,0.0000,40.9204,14.8634,-4.9531,1.0395,13556.4840,13556.4840,13556.4840 -445.5000,1.0000,5921.3579,80.4390,80.4390,0.0000,0.0000,6,1284.4939,546.1807,731.9110,-84.7614,73.4678,98.4507,-11.4014,0.0000,66.4202,0.0000,66.4202,7.0476,66.4202,1.9368,0.0000,64.4834,0.0000,64.4834,8.7765,55.7069,0.0000,55.7069,0.0000,55.7069,0.0000,40.8518,14.8551,0.0000,1.1599,14516.1313,14516.1313,14516.1313 -446.5000,1.0000,5943.6953,80.4145,80.3900,-0.0136,0.0000,6,1284.1026,525.3200,748.1806,-84.7382,70.6403,100.6085,-11.3948,-0.0309,63.5976,0.0000,63.5976,7.0735,63.5976,1.8801,0.0000,61.7175,0.0000,61.7175,8.7739,52.9437,0.0000,52.9437,-0.0270,52.9707,0.0000,40.8145,14.8506,-2.6944,1.1979,13987.4263,13987.4263,13987.4263 -447.5000,1.0000,5966.0015,80.3025,80.2150,-0.0486,0.0000,6,1282.3142,470.5794,738.7929,-84.6322,63.1911,99.2078,-11.3647,-0.1100,56.2622,0.0000,56.2622,7.0389,56.2622,1.7321,0.0000,54.5301,0.0000,54.5301,8.7616,45.7685,0.0000,45.7685,-0.0962,45.8647,0.0000,40.6442,14.8299,-9.6093,1.1464,12584.0181,12584.0181,12584.0181 -448.5000,1.0000,5988.2496,80.0930,79.9710,-0.0678,0.0000,6,1278.9688,439.3619,714.8659,-84.4338,58.8452,95.7443,-11.3085,-0.1530,52.0043,0.0000,52.0043,6.9939,52.0043,1.6444,0.0000,50.3599,0.0000,50.3599,8.7388,41.6211,0.0000,41.6211,-0.1338,41.7549,0.0000,40.3270,14.7912,-13.3632,1.1452,11735.7540,11735.7540,11735.7540 -449.5000,1.0000,6010.3990,79.7380,79.5050,-0.1294,0.0000,6,1273.2999,343.0349,700.0217,-84.0976,45.7402,93.3407,-11.2135,-0.2909,38.9350,0.0000,38.9350,7.0961,38.9350,1.3789,0.0000,37.5561,0.0000,37.5561,8.7000,28.8561,0.0000,28.8561,-0.2545,29.1106,0.0000,39.7934,14.7256,-25.4084,1.2497,9242.9141,9242.9141,9242.9141 -450.5000,1.0000,6032.3903,79.1685,78.8320,-0.1869,0.0000,6,1264.2058,250.3567,656.2244,-83.5582,33.1441,86.8758,-11.0620,-0.4172,26.5319,0.0000,26.5319,7.0294,26.5319,1.1241,0.0000,25.4077,0.0000,25.4077,8.6379,16.7698,0.0000,16.7698,-0.3649,17.1347,0.0000,38.9472,14.6205,-36.4329,1.2010,6868.1668,6868.1668,6868.1668 -451.5000,1.0000,6054.2030,78.5260,78.2200,-0.1700,0.0000,6,1253.9460,270.5690,614.0506,-82.9497,35.5292,80.6328,-10.8924,-0.3763,29.0522,0.0000,29.0522,6.8533,29.0522,1.1671,0.0000,27.8852,0.0000,27.8852,8.5678,19.3174,0.0000,19.3174,-0.3291,19.6465,0.0000,38.0065,14.5018,-32.8618,1.1000,7313.0288,7313.0288,7313.0288 -452.5000,1.0000,6075.8334,77.8695,77.5190,-0.1947,0.0000,6,1243.4627,228.6992,620.5761,-82.3280,29.7801,80.8084,-10.7203,-0.4274,23.2823,0.0000,23.2823,6.9252,23.2823,1.0441,0.0000,22.2382,0.0000,22.2382,8.4962,13.7421,0.0000,13.7421,-0.3738,14.1159,0.0000,37.0614,14.3806,-37.3261,1.1936,6234.9743,6234.9743,6234.9743 -453.5000,1.0000,6097.2691,77.1685,76.8180,-0.1947,0.0000,6,1232.2687,223.7721,599.7884,-81.6641,28.8762,77.3984,-10.5382,-0.4235,22.3981,0.0000,22.3981,6.9016,22.3981,1.0183,0.0000,21.3798,0.0000,21.3798,8.4197,12.9601,0.0000,12.9601,-0.3705,13.3306,0.0000,36.0695,14.2511,-36.9900,1.1665,6067.0818,6067.0818,6067.0818 -454.5000,1.0000,6118.5350,76.5570,76.2960,-0.1450,0.0000,6,1222.5040,295.4575,596.3799,-81.0849,37.8246,76.3487,-10.3805,-0.3129,31.2989,0.0000,31.2989,6.8386,31.2989,1.1893,0.0000,30.1096,0.0000,30.1096,8.3530,21.7566,0.0000,21.7566,-0.2737,22.0303,0.0000,35.2185,14.1382,-27.3264,1.1630,7735.5421,7735.5421,7735.5421 -455.5000,1.0000,6139.6573,76.0405,75.7850,-0.1419,0.0000,6,1214.2562,296.1780,627.0724,-80.5958,37.6610,79.7364,-10.2483,-0.3042,31.1951,0.0000,31.1951,6.7702,31.1951,1.1814,0.0000,30.0137,0.0000,30.0137,8.2966,21.7171,0.0000,21.7171,-0.2661,21.9832,0.0000,34.5105,14.0428,-26.5701,1.1355,7698.9068,7698.9068,7698.9068 -456.5000,1.0000,6160.6612,75.6140,75.4430,-0.0950,0.0000,6,1207.4456,365.3617,626.8324,-80.1919,46.1976,79.2588,-10.1397,-0.2025,39.6321,0.0000,39.6321,6.7679,39.6321,1.3453,0.0000,38.2869,0.0000,38.2869,8.2501,30.0368,0.0000,30.0368,-0.1771,30.2139,0.0000,33.9328,13.9640,-17.6830,1.1576,9306.8492,9306.8492,9306.8492 -457.5000,1.0000,6181.5751,75.2900,75.1370,-0.0850,0.0000,6,1202.2718,377.7625,657.3098,-79.8850,47.5609,82.7564,-10.0577,-0.1804,41.0763,0.0000,41.0763,6.6650,41.0763,1.3705,0.0000,39.7058,0.0000,39.7058,8.2147,31.4911,0.0000,31.4911,-0.1578,31.6488,0.0000,33.4984,13.9042,-15.7538,1.1431,9567.6561,9567.6561,9567.6561 -458.5000,1.0000,6202.4662,75.2080,75.2790,0.0394,0.0000,6,1200.9624,568.6075,664.2038,-79.8074,71.5106,83.5333,-10.0369,0.0836,64.7017,0.0000,64.7017,6.7253,64.7017,1.8421,0.0000,62.8596,0.0000,62.8596,8.2058,54.6538,0.0000,54.6538,0.0731,54.5807,0.0000,33.3890,13.8891,7.3026,1.1783,14159.1119,14159.1119,14159.1119 -459.5000,1.0000,6223.4008,75.3645,75.4500,0.0475,0.0000,6,1203.4615,581.9078,749.9636,-79.9556,73.3356,94.5151,-10.0765,0.1009,66.5195,0.0000,66.5195,6.7152,66.5195,1.8802,0.0000,64.6393,0.0000,64.6393,8.2229,56.4164,0.0000,56.4164,0.0883,56.3281,0.0000,33.5979,13.9180,8.8123,1.1434,14503.7671,14503.7671,14503.7671 -460.5000,1.0000,6244.4162,75.6555,75.8610,0.1142,0.0000,6,1208.1083,686.5140,756.8769,-80.2312,86.8528,95.7546,-10.1503,0.2435,79.8402,0.0000,79.8402,6.7691,79.8402,2.1499,0.0000,77.6903,0.0000,77.6903,8.2546,69.4357,0.0000,69.4357,0.2130,69.2227,0.0000,33.9888,13.9717,21.2622,1.1578,16967.2789,16967.2789,16967.2789 -461.5000,1.0000,6265.5373,76.0360,76.2110,0.0972,0.0000,6,1214.1844,663.1350,803.4127,-80.5915,84.3170,102.1532,-10.2471,0.2084,77.3260,0.0000,77.3260,6.7826,77.3260,2.1040,0.0000,75.2221,0.0000,75.2221,8.2961,66.9259,0.0000,66.9259,0.1823,66.7437,0.0000,34.5041,14.0420,18.1976,1.1830,16503.7477,16503.7477,16503.7477 -462.5000,1.0000,6286.7505,76.3675,76.5240,0.0869,0.0000,6,1219.4779,649.3753,793.4435,-80.9055,82.9275,101.3255,-10.3319,0.1872,75.9822,0.0000,75.9822,6.7581,75.9822,2.0808,0.0000,73.9013,0.0000,73.9013,8.3323,65.5690,0.0000,65.5690,0.1637,65.4053,0.0000,34.9573,14.1032,16.3448,1.1619,16250.5855,16250.5855,16250.5855 -463.5000,1.0000,6308.0259,76.5915,76.6590,0.0375,0.0000,6,1223.0549,575.5475,787.3302,-81.1176,73.7150,100.8397,-10.3894,0.0810,66.8081,0.0000,66.8081,6.8259,66.8081,1.8999,0.0000,64.9082,0.0000,64.9082,8.3567,56.5515,0.0000,56.5515,0.0708,56.4806,0.0000,35.2657,14.1446,7.0704,1.1953,14552.8630,14552.8630,14552.8630 -464.5000,1.0000,6329.3880,76.9035,77.1480,0.1358,0.0000,6,1228.0371,728.3766,756.2110,-81.4131,93.6690,97.2485,-10.4697,0.2944,86.5626,0.0000,86.5626,6.8120,86.5626,2.2986,0.0000,84.2640,0.0000,84.2640,8.3908,75.8732,0.0000,75.8732,0.2575,75.6157,0.0000,35.6988,14.2022,25.7147,1.1880,18254.3928,18254.3928,18254.3928 -465.5000,1.0000,6350.8872,77.3970,77.6460,0.1383,0.0000,6,1235.9176,735.8767,823.2519,-81.8805,95.2408,106.5494,-10.5974,0.3018,88.0831,0.0000,88.0831,6.8560,88.0831,2.3346,0.0000,85.7484,0.0000,85.7484,8.4446,77.3038,0.0000,77.3038,0.2640,77.0398,0.0000,36.3905,14.2933,26.3560,1.1551,18544.4559,18544.4559,18544.4559 -466.5000,1.0000,6372.5072,77.8320,78.0180,0.1033,0.0000,6,1242.8639,685.6232,826.6738,-82.2925,89.2355,107.5936,-10.7106,0.2267,82.0894,0.0000,82.0894,6.9194,82.0894,2.2198,0.0000,79.8697,0.0000,79.8697,8.4921,71.3776,0.0000,71.3776,0.1983,71.1793,0.0000,37.0073,14.3736,19.7983,1.2024,17420.0631,17420.0631,17420.0631 -467.5000,1.0000,6394.2058,78.1150,78.2120,0.0539,0.0000,6,1247.3830,612.1179,804.9885,-82.5605,79.9583,105.1521,-10.7845,0.1187,72.8660,0.0000,72.8660,6.9736,72.8660,2.0386,0.0000,70.8275,0.0000,70.8275,8.5230,62.3045,0.0000,62.3045,0.1038,62.2007,0.0000,37.4123,14.4259,10.3625,1.1950,15720.3495,15720.3495,15720.3495 -468.5000,1.0000,6415.9587,78.3105,78.4090,0.0547,0.0000,6,1250.5048,614.2206,773.5475,-82.7456,80.4338,101.2980,-10.8358,0.1208,73.4066,0.0000,73.4066,6.9064,73.4066,2.0517,0.0000,71.3549,0.0000,71.3549,8.5443,62.8106,0.0000,62.8106,0.1057,62.7050,0.0000,37.6939,14.4620,10.5490,1.1349,15804.0049,15804.0049,15804.0049 -469.5000,1.0000,6437.7658,78.5055,78.6020,0.0536,0.0000,6,1253.6187,613.8930,774.7223,-82.9303,80.5910,101.7045,-10.8870,0.1186,73.5612,0.0000,73.5612,6.9112,73.5612,2.0570,0.0000,71.5042,0.0000,71.5042,8.5656,62.9386,0.0000,62.9386,0.1038,62.8348,0.0000,37.9762,14.4980,10.3606,1.1488,15832.1585,15832.1585,15832.1585 -470.5000,1.0000,6459.6321,78.7185,78.8350,0.0647,0.0000,6,1257.0200,633.0417,774.9767,-83.1320,83.3303,102.0139,-10.9431,0.1436,76.1919,0.0000,76.1919,6.9949,76.1919,2.1121,0.0000,74.0798,0.0000,74.0798,8.5888,65.4910,0.0000,65.4910,0.1256,65.3653,0.0000,38.2862,14.5374,12.5418,1.1985,16307.6597,16307.6597,16307.6597 -471.5000,1.0000,6481.5451,78.8870,78.9390,0.0289,0.0000,6,1259.7107,579.3999,783.1460,-83.2916,76.4325,103.3100,-10.9875,0.0642,69.3517,0.0000,69.3517,7.0166,69.3517,1.9773,0.0000,67.3744,0.0000,67.3744,8.6072,58.7672,0.0000,58.7672,0.0562,58.7110,0.0000,38.5325,14.5685,5.6100,1.1891,15067.4088,15067.4088,15067.4088 -472.5000,1.0000,6503.4734,78.9420,78.9450,0.0017,0.0000,6,1260.5890,537.4095,759.9835,-83.3437,70.9427,100.3243,-11.0021,0.0037,64.0030,0.0000,64.0030,6.9359,64.0030,1.8709,0.0000,62.1321,0.0000,62.1321,8.6132,53.5189,0.0000,53.5189,0.0032,53.5157,0.0000,38.6132,14.5786,0.3239,1.1386,14024.5400,14024.5400,14024.5400 -473.5000,1.0000,6525.3843,78.8790,78.8130,-0.0367,0.0000,6,1259.5829,478.2780,741.4537,-83.2840,63.0864,97.8001,-10.9854,-0.0815,56.2176,0.0000,56.2176,6.9503,56.2176,1.7145,0.0000,54.5031,0.0000,54.5031,8.6063,45.8968,0.0000,45.8968,-0.0713,45.9681,0.0000,38.5208,14.5670,-7.1197,1.1011,12550.8164,12550.8164,12550.8164 -474.5000,1.0000,6547.2650,78.7705,78.7280,-0.0236,0.0000,6,1257.8503,497.7431,715.8445,-83.1813,65.5636,94.2923,-10.9568,-0.0524,58.6410,0.0000,58.6410,6.9751,58.6410,1.7617,0.0000,56.8793,0.0000,56.8793,8.5945,48.2848,0.0000,48.2848,-0.0459,48.3307,0.0000,38.3620,14.5470,-4.5784,1.1884,13040.4435,13040.4435,13040.4435 -475.5000,1.0000,6569.1104,78.6435,78.5590,-0.0469,0.0000,6,1255.8223,461.2010,723.7687,-83.0610,60.6523,95.1824,-10.9233,-0.1041,53.7645,0.0000,53.7645,6.9919,53.7645,1.6627,0.0000,52.1018,0.0000,52.1018,8.5806,43.5211,0.0000,43.5211,-0.0910,43.6122,0.0000,38.1768,14.5235,-9.0882,1.1496,12066.9214,12066.9214,12066.9214 -476.5000,1.0000,6590.9194,78.5125,78.4660,-0.0258,0.0000,6,1253.7305,492.2763,707.8817,-82.9369,64.6311,92.9380,-10.8888,-0.0572,57.7500,0.0000,57.7500,6.9383,57.7500,1.7409,0.0000,56.0091,0.0000,56.0091,8.5663,47.4428,0.0000,47.4428,-0.0500,47.4928,0.0000,37.9863,14.4993,-4.9928,1.1615,12855.5297,12855.5297,12855.5297 -477.5000,1.0000,6612.7111,78.4500,78.4340,-0.0089,0.0000,6,1252.7324,516.8748,721.4016,-82.8777,67.8067,94.6377,-10.8724,-0.0197,61.0146,0.0000,61.0146,6.8117,61.0146,1.8054,0.0000,59.2092,0.0000,59.2092,8.5595,50.6497,0.0000,50.6497,-0.0172,50.6669,0.0000,37.8957,14.4878,-1.7166,1.0331,13451.2747,13451.2747,13451.2747 -478.5000,1.0000,6634.5158,78.4970,78.5600,0.0350,0.0000,6,1253.4830,584.4945,732.5717,-82.9222,76.7233,96.1606,-10.8847,0.0774,69.8383,0.0000,69.8383,6.8076,69.8383,1.9825,0.0000,67.8559,0.0000,67.8559,8.5646,59.2912,0.0000,59.2912,0.0677,59.2235,0.0000,37.9639,14.4965,6.7632,1.0466,15124.1906,15124.1906,15124.1906 -479.5000,1.0000,6656.3847,78.7280,78.8960,0.0933,0.0000,6,1257.1717,675.9152,762.6143,-83.1410,88.9847,100.3987,-10.9456,0.2071,81.9254,0.0000,81.9254,6.8522,81.9254,2.2269,0.0000,79.6985,0.0000,79.6985,8.5898,71.1086,0.0000,71.1086,0.1812,70.9275,0.0000,38.3002,14.5391,18.0882,1.0607,17374.5906,17374.5906,17374.5906 -480.5000,1.0000,6678.3254,78.9865,79.0770,0.0503,0.0000,6,1261.2996,611.5184,801.7707,-83.3858,80.7712,105.9003,-11.0138,0.1119,73.8252,0.0000,73.8252,6.8341,73.8252,2.0679,0.0000,71.7573,0.0000,71.7573,8.6181,63.1392,0.0000,63.1392,0.0979,63.0413,0.0000,38.6785,14.5869,9.7759,1.0348,15865.8870,15865.8870,15865.8870 -481.5000,1.0000,6700.2297,78.8555,78.6340,-0.1231,0.0000,6,1259.2077,345.2393,772.6482,-83.2618,45.5246,101.8844,-10.9792,-0.2735,38.8945,0.0000,38.8945,6.9036,38.8945,1.3677,0.0000,37.5268,0.0000,37.5268,8.6038,28.9230,0.0000,28.9230,-0.2392,29.1623,0.0000,38.4867,14.5627,-23.8870,1.0344,9180.3854,9180.3854,9180.3854 -482.5000,1.0000,6722.0236,78.4580,78.2820,-0.0978,0.0000,6,1252.8602,380.8693,656.4113,-82.8853,49.9698,86.1206,-10.8745,-0.2162,43.3354,0.0000,43.3354,6.8506,43.3354,1.4519,0.0000,41.8834,0.0000,41.8834,8.5604,33.3230,0.0000,33.3230,-0.1891,33.5122,0.0000,37.9075,14.4893,-18.8846,1.0465,10038.5854,10038.5854,10038.5854 -483.5000,1.0000,6743.7090,78.0675,77.8530,-0.1192,0.0000,6,1246.6245,345.0934,670.7245,-82.5155,45.0506,87.5605,-10.7721,-0.2622,38.4996,0.0000,38.4996,6.8132,38.4996,1.3507,0.0000,37.1489,0.0000,37.1489,8.5178,28.6311,0.0000,28.6311,-0.2294,28.8605,0.0000,37.3444,14.4171,-22.9010,1.0319,9085.1937,9085.1937,9085.1937 -484.5000,1.0000,6765.2633,77.5955,77.3380,-0.1431,0.0000,6,1239.0873,305.1897,653.4536,-82.0685,39.6005,84.7901,-10.6490,-0.3129,33.1055,0.0000,33.1055,6.8079,33.1055,1.2374,0.0000,31.8681,0.0000,31.8681,8.4663,23.4018,0.0000,23.4018,-0.2737,23.6755,0.0000,36.6712,14.3300,-27.3257,1.0171,8084.8879,8084.8879,8084.8879 -485.5000,1.0000,6786.6778,77.0920,76.8460,-0.1367,0.0000,6,1231.0471,311.7150,634.4677,-81.5916,40.1847,81.7924,-10.5184,-0.2970,33.6573,0.0000,33.6573,6.8244,33.6573,1.2426,0.0000,32.4146,0.0000,32.4146,8.4113,24.0033,0.0000,24.0033,-0.2598,24.2630,0.0000,35.9619,14.2370,-25.9359,1.0555,8186.7080,8186.7080,8186.7080 -486.5000,1.0000,6807.9628,76.6260,76.4060,-0.1222,0.0000,6,1223.6058,330.7460,636.2647,-81.1503,42.3804,81.5282,-10.3982,-0.2640,35.8203,0.0000,35.8203,6.8241,35.8203,1.2806,0.0000,34.5397,0.0000,34.5397,8.3605,26.1792,0.0000,26.1792,-0.2309,26.4101,0.0000,35.3137,14.1509,-23.0545,1.0407,8590.2758,8590.2758,8590.2758 -487.5000,1.0000,6829.1284,76.1965,75.9870,-0.1164,0.0000,6,1216.7473,336.1120,643.6856,-80.7435,42.8265,82.0168,-10.2881,-0.2500,36.3448,0.0000,36.3448,6.7317,36.3448,1.2862,0.0000,35.0586,0.0000,35.0586,8.3136,26.7450,0.0000,26.7450,-0.2186,26.9637,0.0000,34.7232,14.0716,-21.8311,0.9994,8672.3647,8672.3647,8672.3647 -488.5000,1.0000,6850.1954,75.8410,75.6950,-0.0811,0.0000,6,1211.0705,387.7879,645.6035,-80.4069,49.1804,81.8774,-10.1974,-0.1734,42.6332,0.0000,42.6332,6.7206,42.6332,1.4079,0.0000,41.2254,0.0000,41.2254,8.2749,32.9505,0.0000,32.9505,-0.1517,33.1022,0.0000,34.2393,14.0060,-15.1431,1.0249,9864.9600,9864.9600,9864.9600 -489.5000,1.0000,6871.2165,75.6760,75.6570,-0.0106,0.0000,6,1208.4357,495.6612,669.2322,-80.2506,62.7245,84.6894,-10.1555,-0.0225,55.9345,0.0000,55.9345,6.8125,55.9345,1.6720,0.0000,54.2624,0.0000,54.2624,8.2568,46.0056,0.0000,46.0056,-0.0197,46.0253,0.0000,34.0162,13.9755,-1.9664,1.0641,12477.6895,12477.6895,12477.6895 -490.5000,1.0000,6892.2394,75.6825,75.7080,0.0142,0.0000,6,1208.5395,533.1011,717.7087,-80.2567,67.4682,90.8317,-10.1571,0.0302,60.6922,0.0000,60.6922,6.7458,60.6922,1.7673,0.0000,58.9249,0.0000,58.9249,8.2576,50.6674,0.0000,50.6674,0.0264,50.6409,0.0000,34.0249,13.9767,2.6393,1.0377,13385.6356,13385.6356,13385.6356 -491.5000,1.0000,6913.2780,75.7390,75.7700,0.0172,0.0000,6,1209.4417,538.1077,734.5114,-80.3103,68.1527,93.0277,-10.1715,0.0368,61.3768,0.0000,61.3768,6.7391,61.3768,1.7816,0.0000,59.5952,0.0000,59.5952,8.2637,51.3315,0.0000,51.3315,0.0322,51.2993,0.0000,34.1012,13.9871,3.2110,1.0379,13514.9786,13514.9786,13514.9786 -492.5000,1.0000,6934.3208,75.7540,75.7380,-0.0089,0.0000,6,1209.6812,498.0546,736.5287,-80.3245,63.0923,93.3016,-10.1753,-0.0190,56.3844,0.0000,56.3844,6.7269,56.3844,1.6819,0.0000,54.7025,0.0000,54.7025,8.2654,46.4371,0.0000,46.4371,-0.0166,46.4537,0.0000,34.1215,13.9899,-1.6576,1.0513,12552.9028,12552.9028,12552.9028 -493.5000,1.0000,6955.3476,75.6965,75.6550,-0.0231,0.0000,6,1208.7630,476.0279,718.4359,-80.2700,60.2563,90.9406,-10.1607,-0.0492,53.5679,0.0000,53.5679,6.7375,53.5679,1.6249,0.0000,51.9430,0.0000,51.9430,8.2591,43.6839,0.0000,43.6839,-0.0430,43.7269,0.0000,34.0438,13.9793,-4.2962,1.0111,11997.3558,11997.3558,11997.3558 -494.5000,1.0000,6976.3394,75.5705,75.4860,-0.0469,0.0000,6,1206.7510,438.7531,708.1077,-80.1507,55.4455,89.4840,-10.1287,-0.1000,48.7828,0.0000,48.7828,6.7627,48.7828,1.5278,0.0000,47.2550,0.0000,47.2550,8.2453,39.0096,0.0000,39.0096,-0.0875,39.0971,0.0000,33.8741,13.9560,-8.7330,1.0374,11077.5779,11077.5779,11077.5779 -495.5000,1.0000,6997.3036,75.4710,75.4560,-0.0083,0.0000,6,1205.1621,497.1819,691.6161,-80.0564,62.7465,87.2849,-10.1035,-0.0177,56.0203,0.0000,56.0203,6.7439,56.0203,1.6714,0.0000,54.3489,0.0000,54.3489,8.2345,46.1144,0.0000,46.1144,-0.0155,46.1299,0.0000,33.7405,13.9376,-1.5482,1.0370,12483.6517,12483.6517,12483.6517 -496.5000,1.0000,7018.2491,75.4040,75.3520,-0.0289,0.0000,6,1204.0922,465.1702,717.4366,-79.9930,58.6543,90.4632,-10.0865,-0.0614,51.9769,0.0000,51.9769,6.7388,51.9769,1.5898,0.0000,50.3871,0.0000,50.3871,8.2272,42.1599,0.0000,42.1599,-0.0537,42.2136,0.0000,33.6507,13.9253,-5.3623,1.0502,11694.9596,11694.9596,11694.9596 -497.5000,1.0000,7039.1815,75.3565,75.3610,0.0025,0.0000,6,1203.3337,513.3690,703.3228,-79.9480,64.6911,88.6277,-10.0745,0.0053,57.9018,0.0000,57.9018,6.7840,57.9018,1.7078,0.0000,56.1940,0.0000,56.1940,8.2220,47.9720,0.0000,47.9720,0.0046,47.9674,0.0000,33.5871,13.9165,0.4638,1.0500,12858.8935,12858.8935,12858.8935 -498.5000,1.0000,7060.1064,75.3295,75.2980,-0.0175,0.0000,6,1202.9026,482.5624,724.6568,-79.9224,60.7873,91.2833,-10.0676,-0.0372,54.0341,0.0000,54.0341,6.7903,54.0341,1.6301,0.0000,52.4040,0.0000,52.4040,8.2190,44.1849,0.0000,44.1849,-0.0325,44.2174,0.0000,33.5511,13.9115,-3.2451,1.0499,12106.1588,12106.1588,12106.1588 -499.5000,1.0000,7081.0197,75.2880,75.2780,-0.0056,0.0000,6,1202.2399,499.9969,710.8968,-79.8831,62.9487,89.5007,-10.0571,-0.0118,56.2480,0.0000,56.2480,6.7126,56.2480,1.6739,0.0000,54.5740,0.0000,54.5740,8.2145,46.3595,0.0000,46.3595,-0.0103,46.3698,0.0000,33.4956,13.9038,-1.0296,1.0231,12526.9666,12526.9666,12526.9666 -500.5000,1.0000,7101.9337,75.2905,75.3030,0.0069,0.0000,6,1202.2798,518.6812,718.8305,-79.8855,65.3032,90.5025,-10.0578,0.0147,58.6398,0.0000,58.6398,6.6487,58.6398,1.7218,0.0000,56.9180,0.0000,56.9180,8.2148,48.7032,0.0000,48.7032,0.0129,48.6903,0.0000,33.4990,13.9043,1.2871,0.9965,12975.4354,12975.4354,12975.4354 -501.5000,1.0000,7122.8455,75.2825,75.2620,-0.0114,0.0000,6,1202.1521,506.9520,727.0038,-79.8779,63.8197,91.5218,-10.0558,-0.0242,55.1247,0.0000,55.1247,8.7192,55.1247,1.6514,0.0000,53.4733,0.0000,53.4733,8.2139,45.2594,0.0000,45.2594,-0.0211,45.2805,0.0000,33.4883,13.9028,-2.1106,1.0231,12692.8540,12692.8540,12692.8540 -502.5000,1.0000,7143.7578,75.2840,75.3060,0.0122,0.0000,6,1202.1760,543.0729,722.0389,-79.8793,68.3683,90.8986,-10.0561,0.0259,59.6369,0.0000,59.6369,8.7055,59.6369,1.7417,0.0000,57.8952,0.0000,57.8952,8.2141,49.6811,0.0000,49.6811,0.0227,49.6585,0.0000,33.4903,13.9031,2.2651,1.0365,13559.2784,13559.2784,13559.2784 -503.5000,1.0000,7164.6709,75.2875,75.2690,-0.0103,0.0000,6,1202.2319,508.8123,738.0010,-79.8827,64.0582,92.9124,-10.0570,-0.0218,55.3451,0.0000,55.3451,8.7348,55.3451,1.6559,0.0000,53.6893,0.0000,53.6893,8.2145,45.4748,0.0000,45.4748,-0.0191,45.4939,0.0000,33.4950,13.9037,-1.9048,1.0365,12738.2842,12738.2842,12738.2842 -504.5000,1.0000,7185.5969,75.3335,75.3980,0.0358,0.0000,6,1202.9665,579.4896,723.1880,-79.9262,73.0008,91.1031,-10.0687,0.0761,64.2340,0.0000,64.2340,8.6907,64.2340,1.8342,0.0000,62.3998,0.0000,62.3998,8.2195,54.1804,0.0000,54.1804,0.0666,54.1138,0.0000,33.5564,13.9122,6.6451,1.0499,14440.6866,14440.6866,14440.6866 -505.5000,1.0000,7206.5594,75.4650,75.5320,0.0372,0.0000,6,1205.0663,582.3651,754.9435,-80.0508,73.4911,95.2695,-10.1019,0.0792,64.7324,0.0000,64.7324,8.6795,64.7324,1.8456,0.0000,62.8868,0.0000,62.8868,8.2338,54.6530,0.0000,54.6530,0.0693,54.5837,0.0000,33.7325,13.9365,6.9148,1.0237,14531.2480,14531.2480,14531.2480 -506.5000,1.0000,7227.5461,75.5520,75.5720,0.0111,0.0000,6,1206.4556,543.3317,756.1416,-80.1331,68.6444,95.5307,-10.1240,0.0237,59.8819,0.0000,59.8819,8.7388,59.8819,1.7496,0.0000,58.1323,0.0000,58.1323,8.2433,49.8890,0.0000,49.8890,0.0207,49.8683,0.0000,33.8492,13.9526,2.0665,1.0373,13609.5211,13609.5211,13609.5211 -507.5000,1.0000,7248.5479,75.6065,75.6410,0.0192,0.0000,6,1207.3259,555.5148,738.9157,-80.1848,70.2342,93.4218,-10.1378,0.0408,61.5204,0.0000,61.5204,8.6729,61.5204,1.7830,0.0000,59.7374,0.0000,59.7374,8.2493,51.4882,0.0000,51.4882,0.0357,51.4525,0.0000,33.9225,13.9627,3.5673,1.0241,13910.6271,13910.6271,13910.6271 -508.5000,1.0000,7269.5590,75.6400,75.6390,-0.0006,0.0000,6,1207.8608,525.8378,744.2229,-80.2165,66.5116,94.1344,-10.1463,-0.0012,57.7937,0.0000,57.7937,8.7190,57.7937,1.7088,0.0000,56.0849,0.0000,56.0849,8.2529,47.8320,0.0000,47.8320,-0.0010,47.8330,0.0000,33.9676,13.9688,-0.1034,1.0243,13204.4775,13204.4775,13204.4775 -509.5000,1.0000,7290.5928,75.7215,75.8040,0.0458,0.0000,6,1209.1623,581.9752,731.5712,-80.2937,73.6915,92.6339,-10.1670,0.0978,66.8430,0.0000,66.8430,6.7507,66.8430,1.8907,0.0000,64.9523,0.0000,64.9523,8.2618,56.6904,0.0000,56.6904,0.0856,56.6049,0.0000,34.0776,13.9839,8.5434,1.0112,14564.0447,14564.0447,14564.0447 -510.5000,1.0000,7311.6715,75.8835,75.9630,0.0442,0.0000,6,1211.7492,580.8642,756.6796,-80.4471,73.7082,96.0182,-10.2083,0.0945,66.8150,0.0000,66.8150,6.7987,66.8150,1.8920,0.0000,64.9230,0.0000,64.9230,8.2795,56.6435,0.0000,56.6435,0.0826,56.5609,0.0000,34.2968,14.0138,8.2503,1.0383,14564.0232,14564.0232,14564.0232 -511.5000,1.0000,7332.8046,76.0790,76.1950,0.0644,0.0000,6,1214.8710,614.1811,756.6562,-80.6323,78.1367,96.2626,-10.2581,0.1382,71.0830,0.0000,71.0830,6.9155,71.0830,1.9796,0.0000,69.1034,0.0000,69.1034,8.3008,60.8026,0.0000,60.8026,0.1209,60.6817,0.0000,34.5626,14.0499,12.0692,1.0656,15395.4532,15395.4532,15395.4532 -512.5000,1.0000,7353.9804,76.2330,76.2710,0.0211,0.0000,6,1217.3302,548.3940,771.2531,-80.7781,69.9084,98.3182,-10.2975,0.0454,62.9897,0.0000,62.9897,6.8734,62.9897,1.8195,0.0000,61.1702,0.0000,61.1702,8.3176,52.8526,0.0000,52.8526,0.0397,52.8129,0.0000,34.7728,14.0783,3.9617,1.0528,13842.8148,13842.8148,13842.8148 -513.5000,1.0000,7375.1828,76.3285,76.3860,0.0319,0.0000,6,1218.8552,565.4712,742.4371,-80.8685,72.1757,94.7633,-10.3219,0.0687,65.2559,0.0000,65.2559,6.8511,65.2559,1.8659,0.0000,63.3900,0.0000,63.3900,8.3280,55.0620,0.0000,55.0620,0.0601,55.0019,0.0000,34.9037,14.0960,6.0022,1.0398,14268.0193,14268.0193,14268.0193 -514.5000,1.0000,7396.4258,76.4750,76.5640,0.0494,0.0000,6,1221.1946,593.2618,750.3644,-81.0073,75.8682,95.9590,-10.3595,0.1066,68.9143,0.0000,68.9143,6.8473,68.9143,1.9407,0.0000,66.9736,0.0000,66.9736,8.3440,58.6296,0.0000,58.6296,0.0932,58.5363,0.0000,35.1051,14.1230,9.3082,1.0669,14975.1342,14975.1342,14975.1342 -515.5000,1.0000,7417.7044,76.6030,76.6420,0.0217,0.0000,6,1223.2385,551.8823,762.5656,-81.1285,70.6946,97.6825,-10.3923,0.0468,63.7518,0.0000,63.7518,6.8960,63.7518,1.8389,0.0000,61.9129,0.0000,61.9129,8.3580,53.5549,0.0000,53.5549,0.0409,53.5140,0.0000,35.2816,14.1467,4.0857,1.0539,13987.2622,13987.2622,13987.2622 -516.5000,1.0000,7439.0037,76.6775,76.7130,0.0197,0.0000,6,1224.4282,549.2636,744.4543,-81.1991,70.4276,95.4553,-10.4115,0.0426,63.5060,0.0000,63.5060,6.8790,63.5060,1.8349,0.0000,61.6711,0.0000,61.6711,8.3661,53.3050,0.0000,53.3050,0.0373,53.2677,0.0000,35.3846,14.1604,3.7227,1.0409,13936.7062,13936.7062,13936.7062 -517.5000,1.0000,7460.2789,76.5905,76.4680,-0.0681,0.0000,6,1223.0389,414.0322,742.3730,-81.1167,53.0277,95.0804,-10.3891,-0.1469,46.2953,0.0000,46.2953,6.8793,46.2953,1.4896,0.0000,44.8057,0.0000,44.8057,8.3566,36.4491,0.0000,36.4491,-0.1285,36.5776,0.0000,35.2644,14.1444,-12.8312,1.0139,10616.3091,10616.3091,10616.3091 -518.5000,1.0000,7481.4434,76.1925,75.9170,-0.1531,0.0000,6,1216.6834,280.6253,680.5401,-80.7397,35.7547,86.7081,-10.2871,-0.3287,29.2515,0.0000,29.2515,6.8319,29.2515,1.1442,0.0000,28.1073,0.0000,28.1073,8.3132,19.7941,0.0000,19.7941,-0.2875,20.0816,0.0000,34.7179,14.0709,-28.7072,1.0527,7325.4905,7325.4905,7325.4905 -519.5000,1.0000,7502.4548,75.6410,75.3650,-0.1533,0.0000,6,1207.8768,276.0050,619.0877,-80.2174,34.9115,78.3075,-10.1466,-0.3269,28.4769,0.0000,28.4769,6.7615,28.4769,1.1225,0.0000,27.3544,0.0000,27.3544,8.2530,19.1014,0.0000,19.1014,-0.2860,19.3873,0.0000,33.9694,13.9690,-28.5511,1.0376,7175.9787,7175.9787,7175.9787 -520.5000,1.0000,7523.3198,75.1140,74.8630,-0.1394,0.0000,6,1199.4614,294.1270,615.5387,-79.7182,36.9445,77.3162,-10.0132,-0.2952,30.4451,0.0000,30.4451,6.7946,30.4451,1.1559,0.0000,29.2892,0.0000,29.2892,8.1955,21.0937,0.0000,21.0937,-0.2582,21.3519,0.0000,33.2643,13.8717,-25.7841,1.0359,7560.1438,7560.1438,7560.1438 -521.5000,1.0000,7544.0359,74.5780,74.2930,-0.1583,0.0000,6,1190.9022,260.8480,621.7667,-79.2076,32.5306,77.5411,-9.8781,-0.3328,26.1726,0.0000,26.1726,6.6908,26.1726,1.0644,0.0000,25.1082,0.0000,25.1082,8.1370,16.9711,0.0000,16.9711,-0.2911,17.2623,0.0000,32.5574,13.7727,-29.0678,1.0209,6728.1543,6728.1543,6728.1543 -522.5000,1.0000,7564.6140,74.0810,73.8690,-0.1178,0.0000,6,1182.9659,319.5637,605.4840,-78.7342,39.5875,75.0073,-9.7536,-0.2459,33.1800,0.0000,33.1800,6.6535,33.1800,1.1990,0.0000,31.9810,0.0000,31.9810,8.0828,23.8981,0.0000,23.8981,-0.2151,24.1132,0.0000,31.9106,13.6809,-21.4783,1.0193,8032.3281,8032.3281,8032.3281 -523.5000,1.0000,7585.0647,73.6225,73.3760,-0.1369,0.0000,6,1175.6443,287.2107,630.7305,-78.2974,35.3594,77.6512,-9.6394,-0.2842,28.9935,0.0000,28.9935,6.6501,28.9935,1.1102,0.0000,27.8833,0.0000,27.8833,8.0328,19.8505,0.0000,19.8505,-0.2486,20.0991,0.0000,31.3219,13.5963,-24.8190,1.0179,7251.8095,7251.8095,7251.8095 -524.5000,1.0000,7605.3853,73.1540,72.9320,-0.1233,0.0000,6,1168.1630,304.8231,614.5222,-77.8511,37.2889,75.1743,-9.5235,-0.2543,30.9304,0.0000,30.9304,6.6128,30.9304,1.1438,0.0000,29.7866,0.0000,29.7866,7.9817,21.8050,0.0000,21.8050,-0.2224,22.0274,0.0000,30.7276,13.5097,-22.2100,1.0290,7603.3179,7603.3179,7603.3179 -525.5000,1.0000,7625.5826,72.7105,72.4890,-0.1231,0.0000,6,1161.0810,302.1758,621.3005,-77.4287,36.7410,75.5428,-9.4144,-0.2522,30.4157,0.0000,30.4157,6.5775,30.4157,1.1286,0.0000,29.2871,0.0000,29.2871,7.9333,21.3538,0.0000,21.3538,-0.2206,21.5744,0.0000,30.1722,13.4278,-22.0256,1.0150,7506.0336,7506.0336,7506.0336 -526.5000,1.0000,7645.6307,72.1730,71.8570,-0.1756,0.0000,6,1152.4979,217.8283,617.6848,-76.9167,26.2895,74.5479,-9.2830,-0.3571,20.1257,0.0000,20.1257,6.5210,20.1257,0.9169,0.0000,19.2088,0.0000,19.2088,7.8746,11.3342,0.0000,11.3342,-0.3124,11.6466,0.0000,29.5083,13.3286,-31.1902,1.0127,5506.7310,5506.7310,5506.7310 -527.5000,1.0000,7665.5400,71.6735,71.4900,-0.1019,0.0000,6,1144.5216,327.8646,577.5912,-76.4409,39.2959,69.2266,-9.1617,-0.2060,32.9571,0.0000,32.9571,6.5447,32.9571,1.1681,0.0000,31.7891,0.0000,31.7891,7.8201,23.9689,0.0000,23.9689,-0.1801,24.1491,0.0000,28.8994,13.2363,-17.9867,1.0590,7926.4529,7926.4529,7926.4529 -528.5000,1.0000,7685.3396,71.2785,71.0670,-0.1175,0.0000,6,1138.2140,301.3419,627.8444,-76.0646,35.9180,74.8350,-9.0664,-0.2361,29.6387,0.0000,29.6387,6.5154,29.6387,1.0974,0.0000,28.5413,0.0000,28.5413,7.7770,20.7642,0.0000,20.7642,-0.2065,20.9707,0.0000,28.4243,13.1634,-20.6170,1.0572,7348.5782,7348.5782,7348.5782 -529.5000,1.0000,7705.0330,70.8965,70.7260,-0.0947,0.0000,6,1132.1140,333.1242,614.5237,-75.7007,39.4934,72.8547,-8.9747,-0.1893,33.2669,0.0000,33.2669,6.4158,33.2669,1.1658,0.0000,32.1011,0.0000,32.1011,7.7354,24.3657,0.0000,24.3657,-0.1656,24.5313,0.0000,27.9697,13.0928,-16.5313,1.0314,7956.5927,7956.5927,7956.5927 -530.5000,1.0000,7724.6440,70.5995,70.4730,-0.0703,0.0000,6,1127.3714,368.7596,628.9765,-75.4178,43.5350,74.2557,-8.9037,-0.1399,37.2671,0.0000,37.2671,6.4078,37.2671,1.2426,0.0000,36.0245,0.0000,36.0245,7.7030,28.3215,0.0000,28.3215,-0.1223,28.4438,0.0000,27.6196,13.0380,-12.2137,1.0067,8764.7638,8764.7638,8764.7638 -531.5000,1.0000,7744.1558,70.2425,70.0120,-0.1281,0.0000,6,1121.6706,278.0079,644.1085,-75.0778,32.6551,75.6577,-8.8187,-0.2535,26.4981,0.0000,26.4981,6.4106,26.4981,1.0234,0.0000,25.4747,0.0000,25.4747,7.6640,17.8106,0.0000,17.8106,-0.2218,18.0324,0.0000,27.2029,12.9721,-22.1425,0.9938,6704.6109,6704.6109,6704.6109 -532.5000,1.0000,7763.5458,69.8040,69.5960,-0.1156,0.0000,6,1114.6684,293.6804,599.8337,-74.6601,34.2807,70.0173,-8.7149,-0.2274,28.2013,0.0000,28.2013,6.3067,28.2013,1.0528,0.0000,27.1486,0.0000,27.1486,7.6162,19.5324,0.0000,19.5324,-0.1989,19.7313,0.0000,26.6966,12.8911,-19.8564,0.9806,7028.6329,7028.6329,7028.6329 -533.5000,1.0000,7782.8268,69.4115,69.2270,-0.1025,0.0000,6,1108.4007,312.5347,606.3158,-74.2862,36.2764,70.3760,-8.6225,-0.2005,30.0366,0.0000,30.0366,6.4403,30.0366,1.0853,0.0000,28.9513,0.0000,28.9513,7.5733,21.3779,0.0000,21.3779,-0.1754,21.5533,0.0000,26.2487,12.8186,-17.5140,1.1178,7392.7030,7392.7030,7392.7030 -534.5000,1.0000,7802.0171,69.0850,68.9430,-0.0789,0.0000,6,1103.1870,346.9018,614.7056,-73.9752,40.0760,71.0142,-8.5460,-0.1536,33.7822,0.0000,33.7822,6.4474,33.7822,1.1567,0.0000,32.6254,0.0000,32.6254,7.5377,25.0877,0.0000,25.0877,-0.1344,25.2221,0.0000,25.8800,12.7583,-13.4162,1.1284,8058.6602,8058.6602,8058.6602 -535.5000,1.0000,7821.1637,68.9280,68.9130,-0.0083,0.0000,6,1100.6799,454.2839,631.6214,-73.8256,52.3621,72.8025,-8.5094,-0.0162,45.9235,0.0000,45.9235,6.4548,45.9235,1.3979,0.0000,44.5256,0.0000,44.5256,7.5206,37.0050,0.0000,37.0050,-0.0142,37.0191,0.0000,25.7038,12.7293,-1.4140,1.1278,10387.6651,10387.6651,10387.6651 -536.5000,1.0000,7840.3178,68.9545,68.9960,0.0231,0.0000,6,1101.1031,502.2625,683.2129,-73.8509,57.9145,78.7794,-8.5155,0.0448,51.4526,0.0000,51.4526,6.4171,51.4526,1.5088,0.0000,49.9439,0.0000,49.9439,7.5235,42.4204,0.0000,42.4204,0.0392,42.3812,0.0000,25.7335,12.7342,3.9135,1.0940,11545.1825,11545.1825,11545.1825 -537.5000,1.0000,7859.5543,69.2515,69.5070,0.1419,0.0000,6,1105.8458,686.3406,707.7719,-74.1338,79.4809,81.9627,-8.5850,0.2771,72.7916,0.0000,72.7916,6.4122,72.7916,1.9387,0.0000,70.8529,0.0000,70.8529,7.5559,63.2970,0.0000,63.2970,0.2424,63.0547,0.0000,26.0678,12.7890,24.1979,1.1290,15614.5480,15614.5480,15614.5480 -538.5000,1.0000,7878.9303,69.7535,70.0000,0.1369,0.0000,6,1113.8620,681.1069,794.8338,-74.6120,79.4466,92.7121,-8.7030,0.2693,72.8261,0.0000,72.8261,6.3512,72.8261,1.9447,0.0000,70.8814,0.0000,70.8814,7.6107,63.2707,0.0000,63.2707,0.2355,63.0352,0.0000,26.6388,12.8817,23.5147,1.0150,15602.1563,15602.1563,15602.1563 -539.5000,1.0000,7898.4614,70.3120,70.6240,0.1733,0.0000,6,1122.7804,740.4649,793.4265,-75.1440,87.0619,93.2889,-8.8352,0.3435,80.3433,0.0000,80.3433,6.3750,80.3433,2.1011,0.0000,78.2423,0.0000,78.2423,7.6716,70.5707,0.0000,70.5707,0.3005,70.2702,0.0000,27.2840,12.9849,30.0013,1.0172,16980.7235,16980.7235,16980.7235 -540.5000,1.0000,7918.1509,70.8825,71.1410,0.1436,0.0000,6,1131.8905,698.5689,821.4175,-75.6874,82.8023,97.3637,-8.9713,0.2869,76.1095,0.0000,76.1095,6.4058,76.1095,2.0225,0.0000,74.0870,0.0000,74.0870,7.7338,66.3531,0.0000,66.3531,0.2510,66.1022,0.0000,27.9533,13.0902,25.0586,0.9838,16240.7892,16240.7892,16240.7892 -541.5000,1.0000,7937.9666,71.3365,71.5320,0.1086,0.0000,6,1139.1402,647.8302,802.5364,-76.1199,77.2800,95.7349,-9.0804,0.2184,70.6330,0.0000,70.6330,6.4286,70.6330,1.9179,0.0000,68.7151,0.0000,68.7151,7.7834,60.9317,0.0000,60.9317,0.1910,60.7407,0.0000,28.4937,13.1741,19.0728,1.0333,15180.6586,15180.6586,15180.6586 -542.5000,1.0000,7957.8929,71.7345,71.9370,0.1125,0.0000,6,1145.4957,656.1654,779.8549,-76.4990,78.7110,93.5483,-9.1765,0.2275,72.0635,0.0000,72.0635,6.4200,72.0635,1.9509,0.0000,70.1127,0.0000,70.1127,7.8268,62.2859,0.0000,62.2859,0.1990,62.0869,0.0000,28.9733,13.2476,19.8660,1.0471,15455.4834,15455.4834,15455.4834 -543.5000,1.0000,7977.9196,72.0960,72.2550,0.0883,0.0000,6,1151.2683,621.5435,784.0775,-76.8433,74.9336,94.5288,-9.2643,0.1795,68.3079,0.0000,68.3079,6.4463,68.3079,1.8797,0.0000,66.4282,0.0000,66.4282,7.8662,58.5619,0.0000,58.5619,0.1570,58.4049,0.0000,29.4135,13.3143,15.6771,0.9867,14750.7320,14750.7320,14750.7320 -544.5000,1.0000,7998.0275,72.3885,72.5220,0.0742,0.0000,6,1155.9391,602.1446,768.6195,-77.1220,72.8894,93.0411,-9.3356,0.1513,66.2293,0.0000,66.2293,6.5087,66.2293,1.8413,0.0000,64.3880,0.0000,64.3880,7.8982,56.4899,0.0000,56.4899,0.1324,56.3575,0.0000,29.7729,13.3684,13.2162,1.0136,14416.8158,14416.8158,14416.8158 -545.5000,1.0000,8018.1922,72.5930,72.6640,0.0394,0.0000,6,1159.2047,550.6478,759.8364,-77.3168,66.8440,92.2378,-9.3856,0.0807,60.1946,0.0000,60.1946,6.5687,60.1946,1.7229,0.0000,58.4718,0.0000,58.4718,7.9205,50.5513,0.0000,50.5513,0.0706,50.4807,0.0000,30.0259,13.4061,7.0487,1.0629,13229.3979,13229.3979,13229.3979 -546.5000,1.0000,8038.3998,72.7475,72.8310,0.0464,0.0000,6,1161.6718,562.0235,736.6461,-77.4639,68.3702,89.6130,-9.4235,0.0951,61.7359,0.0000,61.7359,6.5391,61.7359,1.7554,0.0000,59.9805,0.0000,59.9805,7.9373,52.0432,0.0000,52.0432,0.0832,51.9600,0.0000,30.2180,13.4347,8.3073,1.0273,13531.7684,13531.7684,13531.7684 -547.5000,1.0000,8058.6282,72.8220,72.8130,-0.0050,0.0000,6,1162.8615,483.5557,741.5334,-77.5349,58.8848,90.2999,-9.4418,-0.0103,52.3683,0.0000,52.3683,6.5267,52.3683,1.5689,0.0000,50.7995,0.0000,50.7995,7.9455,42.8540,0.0000,42.8540,-0.0090,42.8630,0.0000,30.3109,13.4484,-0.8963,1.0276,11728.3917,11728.3917,11728.3917 -548.5000,1.0000,8078.8558,72.8195,72.8260,0.0036,0.0000,6,1162.8215,496.8555,705.6481,-77.5325,60.5023,85.9270,-9.4412,0.0074,53.9553,0.0000,53.9553,6.5396,53.9553,1.6006,0.0000,52.3547,0.0000,52.3547,7.9452,44.4095,0.0000,44.4095,0.0065,44.4030,0.0000,30.3078,13.4480,0.6473,1.0276,12050.1059,12050.1059,12050.1059 -549.5000,1.0000,8099.0818,72.8135,72.8010,-0.0069,0.0000,6,1162.7257,480.9154,711.6279,-77.5268,58.5564,86.6481,-9.4397,-0.0143,51.9958,0.0000,51.9958,6.5749,51.9958,1.5613,0.0000,50.4345,0.0000,50.4345,7.9445,42.4899,0.0000,42.4899,-0.0125,42.5024,0.0000,30.3003,13.4469,-1.2447,1.0276,11663.0651,11663.0651,11663.0651 -550.5000,1.0000,8119.2533,72.6175,72.4340,-0.1019,0.0000,6,1159.5959,333.7061,702.8614,-77.3401,40.5228,85.3503,-9.3916,-0.2087,34.1871,0.0000,34.1871,6.5444,34.1871,1.2030,0.0000,32.9841,0.0000,32.9841,7.9231,25.0610,0.0000,25.0610,-0.1825,25.2435,0.0000,30.0564,13.4107,-18.2236,1.0267,8184.5521,8184.5521,8184.5521 -551.5000,1.0000,8139.3064,72.1910,71.9480,-0.1350,0.0000,6,1152.7853,279.9344,633.0192,-76.9338,33.7935,76.4177,-9.2874,-0.2747,27.5735,0.0000,27.5735,6.4947,27.5735,1.0660,0.0000,26.5074,0.0000,26.5074,7.8766,18.6308,0.0000,18.6308,-0.2403,18.8711,0.0000,29.5301,13.3319,-23.9909,1.0370,6940.9293,6940.9293,6940.9293 -552.5000,1.0000,8159.1753,71.5280,71.1080,-0.2333,0.0000,6,1142.1982,124.4870,604.4224,-76.3023,14.8900,72.2954,-9.1266,-0.4704,8.9278,0.0000,8.9278,6.4326,8.9278,0.6859,0.0000,8.2420,0.0000,8.2420,7.8043,0.4377,0.0000,0.4377,-0.4115,0.8492,0.0000,28.7246,13.2095,-41.0849,1.0220,3409.8301,3409.8301,3409.8301 -553.5000,1.0000,8178.7869,70.6020,70.0960,-0.2811,0.0000,6,1127.4113,46.5936,526.5088,-75.4202,5.5009,62.1608,-8.9043,-0.5594,-0.3031,0.0000,-0.3031,6.3635,-0.3031,0.6774,0.0000,-0.9805,0.0000,-0.9805,7.7032,-8.6837,0.0000,-8.6837,-0.4893,-8.1944,0.0000,27.6238,13.0384,-48.8567,1.0067,2163.0887,2163.0887,2163.0887 -554.5000,1.0000,8198.1128,69.5730,69.0500,-0.2906,0.0000,6,1110.9796,26.2509,484.7459,-74.4400,3.0541,56.3961,-8.6605,-0.5698,-2.6997,0.0000,-2.6997,6.3236,-2.6997,0.6878,0.0000,-3.3875,0.0000,-3.3875,7.5910,-10.9785,0.0000,-10.9785,-0.4984,-10.4801,0.0000,26.4337,12.8484,-49.7622,1.0144,1767.4011,1767.4011,1767.4011 -555.5000,1.0000,8217.1341,68.4770,67.9040,-0.3183,0.0000,6,1093.4781,-22.1730,469.5228,-73.3182,-2.5390,53.7645,-8.3956,-0.6144,-8.1485,0.0000,-8.1485,6.2239,-8.1485,0.7279,0.0000,-8.8764,0.0000,-8.8764,7.4714,-16.3478,0.0000,-16.3478,-0.5374,-15.8103,0.0000,25.2043,12.6460,-53.6607,0.9986,867.4032,867.4032,867.4032 -556.5000,1.0000,8235.8079,67.2255,66.5470,-0.3769,0.0000,6,1073.4935,-71.8877,438.8153,-71.8877,-8.0813,49.3298,-8.0813,-0.7143,-13.4789,0.0000,-13.4789,6.1119,-13.4789,0.7649,0.0000,-14.2438,0.0000,-14.2438,7.3348,-21.5787,3.2635,-24.8422,-0.6248,-24.2174,1.8988,23.8483,12.4149,-62.3793,0.9939,0.0000,0.0000,0.0000 -557.5000,1.0000,8253.8658,65.0085,63.4700,-0.8547,0.0000,6,1038.0912,-69.3535,393.5176,-69.3535,-7.5393,42.7788,-7.5393,-1.5662,-12.1490,0.0000,-12.1490,6.1759,-12.1490,0.7232,0.0000,-12.8722,0.0000,-12.8722,7.0929,-19.9652,70.7478,-90.7130,-1.3699,-89.3431,13.8568,21.5757,12.0050,-136.7806,0.9739,0.0000,0.0000,0.0000 -558.5000,1.0000,8270.9904,61.6485,59.8270,-1.0119,0.0000,6,984.4369,-67.5171,366.7499,-67.5171,-6.9603,37.8082,-6.9603,-1.7584,-11.1323,0.0000,-11.1323,5.9299,-11.1323,0.6710,0.0000,-11.8033,0.0000,-11.8033,6.7263,-18.5296,74.4146,-92.9442,-1.5381,-91.4062,32.3764,18.4059,11.3823,-153.5707,0.9727,0.0000,0.0000,0.0000 -559.5000,1.0000,8286.9257,57.3670,54.9070,-1.3667,0.0000,6,916.0676,-71.4282,384.2824,-71.4282,-6.8521,36.8644,-6.8521,-2.2099,-10.4984,0.0000,-10.4984,5.8561,-10.4984,0.6128,0.0000,-11.1112,0.0000,-11.1112,6.2592,-17.3704,102.7470,-120.1174,-1.9330,-118.1844,49.3811,14.8455,10.5875,-192.9985,0.9576,0.0000,0.0000,0.0000 -560.5000,1.0000,8301.8098,53.5830,52.2590,-0.7356,0.0000,6,855.6426,-75.5191,411.4202,-75.5191,-6.7667,36.8644,-6.7667,-1.1109,-11.1728,0.0000,-11.1728,5.5170,-11.1728,0.5753,0.0000,-11.7481,0.0000,-11.7481,5.8463,-17.5944,7.8392,-25.4336,-0.9717,-24.4619,50.5901,12.0825,9.8879,-97.0223,0.9627,0.0000,0.0000,0.0000 -561.5000,1.0000,8315.8705,50.6185,48.9780,-0.9114,0.0000,6,808.3038,-78.8982,435.5152,-78.9041,-6.6784,36.8644,-6.6789,-1.3004,-10.8090,0.0000,-10.8090,5.4309,-10.8090,0.5381,0.0000,-11.3471,0.0000,-11.3471,5.5229,-16.8700,31.8136,-48.6835,-1.1374,-47.5461,46.4866,10.1905,9.3412,-113.5644,0.9346,0.0000,0.0000,0.0000 -562.5000,1.0000,8329.0523,47.4545,45.9310,-0.8464,0.0000,6,757.7794,-84.0265,464.5529,-84.0265,-6.6679,36.8644,-6.6679,-1.1321,-10.7371,0.0000,-10.7371,5.2014,-10.7371,0.5026,0.0000,-11.2397,0.0000,-11.2397,5.1777,-16.4174,22.7111,-39.1285,-0.9903,-38.1382,43.5809,8.3963,8.7573,-98.8727,0.8946,0.0000,0.0000,0.0000 -563.5000,1.0000,8341.3766,44.3675,42.8040,-0.8686,0.0000,6,708.4845,-89.3138,496.8756,-89.3138,-6.6264,36.8644,-6.6264,-1.0863,-10.5939,0.0000,-10.5939,5.0538,-10.5939,0.4682,0.0000,-11.0621,0.0000,-11.0621,4.8408,-15.9030,21.0523,-36.9553,-0.9502,-36.0052,43.8126,6.8635,8.1867,-94.8680,0.9257,0.0000,0.0000,0.0000 -564.5000,1.0000,8352.7994,41.1220,39.4400,-0.9344,0.0000,0,641.7588,47.9527,548.5373,-96.4707,3.2227,36.8644,-6.4833,-1.6458,0.0000,0.0000,0.0000,4.8684,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.4867,-4.4867,34.0948,-38.5816,-0.9474,-37.6342,43.9044,5.4671,7.5868,-94.5926,0.9097,1281.1087,1281.1087,1281.1087 -565.5000,1.0000,8363.1514,37.2670,35.0940,-1.2072,0.0000,5,684.8902,-91.8445,513.9928,-91.8445,-6.5872,36.8644,-6.5872,3.5705,-14.4120,0.0000,-14.4120,4.2544,-17.2014,0.3941,0.0000,-17.5954,0.0000,-17.5954,4.0661,-21.6615,36.7670,-58.4285,-1.1092,-57.3193,42.4791,4.0762,6.8746,-110.7493,0.9354,0.0000,0.0000,0.0000 -566.5000,1.0000,8372.3233,33.0190,30.9440,-1.1528,0.0000,5,724.2657,-87.6186,486.0490,-87.6211,-6.6454,36.8644,-6.6456,-2.0244,-9.8298,0.0000,-9.8298,5.2088,-9.8298,0.3120,0.0000,-10.1418,0.0000,-10.1418,3.6026,-13.7444,30.3203,-44.0647,-0.9385,-43.1262,41.6474,2.8367,6.0895,-93.6998,0.9627,0.0000,0.0000,0.0000 -567.5000,1.0000,8380.4125,29.1210,27.2980,-1.0128,0.0000,0,639.3755,51.7481,550.5820,-96.7263,3.4648,36.8644,-6.4763,-1.5461,0.0000,0.0000,0.0000,5.0109,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1773,-3.1773,20.0625,-23.2399,-0.7271,-22.5127,42.7756,1.9459,5.3680,-72.6022,0.9319,1316.5661,1316.5661,1316.5661 -568.5000,1.0000,8387.2894,24.7570,22.2160,-1.4117,0.0000,4,660.6049,-94.4493,532.8883,-94.4493,-6.5338,36.8644,-6.5338,2.4586,-13.2168,0.0000,-13.2168,4.2243,-16.0797,0.6222,0.0000,-16.7019,0.0000,-16.7019,2.7012,-19.4031,18.1728,-37.5759,-0.8617,-36.7142,43.5543,1.2035,4.5598,-86.0319,0.9330,0.0000,0.0000,0.0000 -569.5000,1.0000,8392.6843,19.4215,16.6270,-1.5525,0.0000,0,660.6049,24.3279,532.8883,-94.4493,1.6830,36.8644,-6.5338,-2.4586,0.0000,0.0000,0.0000,4.1416,0.0000,0.0000,0.0000,0.0003,0.0000,0.0003,2.1190,-2.1187,28.6220,-30.7408,-0.7434,-29.9974,40.0660,0.5869,3.5736,-74.2239,0.9094,1064.0894,1064.0894,1064.0894 -570.5000,1.0000,8396.6291,14.2015,11.7760,-1.3475,0.0000,2,791.5533,70.4258,543.9806,-80.4039,5.8377,45.0912,-6.6648,9.3114,-7.8896,0.0000,-7.8896,4.4159,-11.8171,0.8417,0.0000,-12.6588,0.0000,-12.6588,1.5495,-14.2083,0.0000,-14.2083,-0.4718,-13.7365,30.5276,0.2314,2.6122,-47.1077,0.9443,1908.6490,1908.6490,1908.6490 -571.5000,1.0000,8399.4064,9.9980,8.2200,-0.9878,0.0000,2,834.6721,-44.3961,421.7568,-77.0186,-3.8805,36.8644,-6.7319,-7.6084,-0.5090,0.0000,-0.5090,4.2369,-0.5090,0.4537,0.0000,-0.9627,0.0000,-0.9627,1.0909,-2.0536,0.0000,-2.0536,-0.2435,-1.8101,20.5803,0.0809,1.8397,-24.3109,0.9259,192.8853,192.8853,192.8853 -572.5000,1.0000,8401.2989,6.8130,5.4060,-0.7817,0.0000,0,643.1189,36.9153,547.3772,-96.3248,2.4861,36.8644,-6.4872,-1.7030,0.0000,0.0000,0.0000,4.1891,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.7434,-0.7434,1.4535,-2.1969,-0.1313,-2.0656,9.7622,0.0259,1.2560,-13.1096,0.9318,1172.8694,1172.8694,1172.8694 -573.5000,1.0000,8402.6300,4.7920,4.1780,-0.3411,0.0000,1,622.7276,92.7699,565.3011,-98.5120,6.0497,36.8644,-6.4242,0.8692,0.9675,-0.0242,0.9916,4.2131,1.1502,0.3477,0.0000,0.8025,0.0000,0.8025,0.5228,0.2796,0.0000,0.2796,-0.0403,0.3199,3.4504,0.0088,0.8846,-4.0239,1.0563,1724.8451,1724.8451,1724.8451 -574.5000,1.0000,8403.6557,3.6925,3.2070,-0.2697,0.0000,1,644.9499,51.3276,545.8233,-96.1284,3.4666,36.8644,-6.4924,-0.0200,-0.7735,0.1164,-0.8899,4.2602,-0.8899,0.2675,0.0000,-1.1575,0.0000,-1.1575,0.4029,-1.5603,0.0000,-1.5603,-0.0246,-1.5358,0.2300,0.0040,0.6819,-2.4517,1.0791,1317.5232,1317.5232,1317.5232 -575.5000,1.0000,8404.3683,2.5655,1.9240,-0.3564,0.0000,1,644.4444,64.9590,546.2513,-96.1827,4.3838,36.8644,-6.4910,0.0000,-1.0035,0.3346,-1.3380,5.3873,-1.3380,0.1801,0.0000,-1.5182,0.0000,-1.5182,0.2799,-1.7981,0.0000,-1.7981,-0.0225,-1.7755,0.0000,0.0014,0.4738,-2.2507,1.0576,1452.2822,1452.2822,1452.2822 -576.5000,1.0000,8404.7547,1.3910,0.8580,-0.2961,0.0000,1,644.4444,74.4260,546.2513,-96.1827,5.0227,36.8644,-6.4910,0.0000,-0.3250,0.2019,-0.5268,5.3477,-0.5268,0.0884,0.0000,-0.6152,0.0000,-0.6152,0.1518,-0.7670,0.0000,-0.7670,-0.0102,-0.7568,0.0000,0.0002,0.2569,-1.0139,1.0576,1546.1952,1546.1952,1546.1952 -577.5000,1.0000,8404.8765,0.4385,0.0190,-0.2331,0.0000,1,644.4444,81.1338,546.2513,-96.1827,5.4754,36.8644,-6.4910,0.0000,-0.0043,0.0956,-0.0999,5.4797,-0.0999,0.0253,0.0000,-0.1253,0.0000,-0.1253,0.0478,-0.1731,0.0000,-0.1731,-0.0025,-0.1706,0.0000,0.0000,0.0810,-0.2516,1.1312,1626.2612,1626.2612,1626.2612 -578.5000,1.0000,8404.8791,0.0095,0.0000,-0.0053,0.0000,0,644.4444,78.0829,546.2513,-96.1827,5.2695,36.8644,-6.4910,0.0000,0.0000,-0.0031,0.0031,5.2695,0.0031,0.0005,0.0000,0.0027,0.0000,0.0027,0.0010,0.0016,0.0000,0.0016,0.0000,0.0016,0.0000,0.0000,0.0018,-0.0001,1.0137,1583.7008,1583.7008,1583.7008 -579.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,622.2222,68.7627,565.7603,-98.5662,4.4805,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,5.3296,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0126,1469.5702,1469.5702,1469.5702 -580.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,86.2698,586.7144,-100.9497,5.4205,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.4205,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1622.7965,1622.7965,1622.7965 -581.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,85.2341,586.7144,-100.9497,5.3554,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3554,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0765,1612.5219,1612.5219,1612.5219 -582.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,85.3308,586.7144,-100.9497,5.3615,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3615,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1613.4811,1613.4811,1613.4811 -583.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,85.2073,586.7144,-100.9497,5.3537,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3537,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1612.2559,1612.2559,1612.2559 -584.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.2586,586.7144,-100.9497,4.2888,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2888,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1444.1252,1444.1252,1444.1252 -585.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.6469,586.7144,-100.9497,4.3132,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3132,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1447.9769,1447.9769,1447.9769 -586.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,85.5048,586.7144,-100.9497,5.3724,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3724,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0335,1615.2074,1615.2074,1615.2074 -587.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,84.9758,586.7144,-100.9497,5.3392,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3392,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0335,1609.9602,1609.9602,1609.9602 -588.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,84.4147,586.7144,-100.9497,5.3039,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3039,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1604.3937,1604.3937,1604.3937 -589.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,85.1156,586.7144,-100.9497,5.3480,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3480,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9767,1611.3464,1611.3464,1611.3464 -590.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,84.8786,586.7144,-100.9497,5.3331,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3331,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1608.9952,1608.9952,1608.9952 -591.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,84.8515,586.7144,-100.9497,5.3314,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3314,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0107,1608.7269,1608.7269,1608.7269 -592.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,84.8991,586.7144,-100.9497,5.3344,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3344,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1609.1987,1609.1987,1609.1987 -593.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,84.0428,586.7144,-100.9497,5.2806,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.2806,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1600.7050,1600.7050,1600.7050 -594.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,84.1793,586.7144,-100.9497,5.2891,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.2891,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0873,1602.0586,1602.0586,1602.0586 -595.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,82.7424,586.7144,-100.9497,5.1989,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.1989,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1587.8048,1587.8048,1587.8048 -596.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,83.1017,586.7144,-100.9497,5.2214,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.2214,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0107,1591.3684,1591.3684,1591.3684 -597.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,83.1974,586.7144,-100.9497,5.2274,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.2274,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1592.3185,1592.3185,1592.3185 -598.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,83.5391,586.7144,-100.9497,5.2489,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.2489,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1595.7080,1595.7080,1595.7080 -599.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,86.0072,586.7144,-100.9497,5.4040,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.4040,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1620.1916,1620.1916,1620.1916 -600.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,86.3013,586.7144,-100.9497,5.4225,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.4225,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0765,1623.1092,1623.1092,1623.1092 -601.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,85.9985,586.7144,-100.9497,5.4034,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.4034,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0765,1620.1055,1620.1055,1620.1055 -602.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,87.1457,586.7144,-100.9497,5.4755,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.4755,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1631.4852,1631.4852,1631.4852 -603.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,67.8918,586.7144,-100.9497,4.2658,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2658,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1440.4870,1440.4870,1440.4870 -604.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,66.6181,586.7144,-100.9497,4.1857,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0335,1427.8511,1427.8511,1427.8511 -605.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.4138,586.7144,-100.9497,4.2986,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2986,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1445.6651,1445.6651,1445.6651 -606.5000,1.0000,8404.8791,0.0000,0.0000,0.0000,0.0000,0,600.0000,67.0508,586.7144,-100.9497,4.2129,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2129,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1432.1436,1432.1436,1432.1436 -607.5000,1.0000,8404.8800,0.0030,0.0060,0.0017,0.0000,1,600.0000,68.0336,586.7144,-100.9497,4.2747,36.8644,-6.3429,0.0000,0.0000,-0.0010,0.0010,4.2747,0.0010,0.0002,0.0000,0.0009,0.0000,0.0009,0.0003,0.0006,0.0000,0.0006,0.0000,0.0006,0.0000,0.0000,0.0006,0.0000,1.0658,1441.8931,1441.8931,1441.8931 -608.5000,1.0000,8404.8814,0.0050,0.0040,-0.0006,0.0000,1,622.2222,78.1817,565.7603,-98.5662,5.0942,36.8644,-6.4225,0.8491,0.0013,-0.0004,0.0017,4.2438,0.0017,0.0003,0.0000,0.0015,0.0000,0.0015,0.0005,0.0009,0.0000,0.0009,0.0000,0.0009,0.0000,0.0000,0.0009,0.0000,1.0563,1563.0067,1563.0067,1563.0067 -609.5000,1.0000,8404.8823,0.0020,0.0030,-0.0003,0.0000,1,644.4444,62.4204,546.2513,-96.1827,4.2125,36.8644,-6.4910,0.0000,0.0000,-0.0007,0.0007,4.2125,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1.0576,1427.0994,1427.0994,1427.0994 -610.5000,1.0000,8404.8834,0.0000,0.0050,0.0006,0.0000,1,644.4444,63.4685,546.2513,-96.1827,4.2832,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2832,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1437.4969,1437.4969,1437.4969 -611.5000,1.0000,8404.8851,0.0000,0.0070,0.0006,0.0000,1,644.4444,62.5699,546.2513,-96.1827,4.2226,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2226,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0576,1428.5824,1428.5824,1428.5824 -612.5000,1.0000,8404.8872,0.0000,0.0080,0.0003,0.0000,1,644.4444,61.4846,546.2513,-96.1827,4.1494,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1494,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0027,1417.8161,1417.8161,1417.8161 -613.5000,1.0000,8404.8894,0.0000,0.0080,0.0000,0.0000,0,644.4444,62.6445,546.2513,-96.1827,4.2276,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2276,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0576,1429.3222,1429.3222,1429.3222 -614.5000,1.0000,8404.8916,0.0000,0.0080,0.0000,0.0000,0,622.2222,51.8452,565.7603,-98.5662,3.3782,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,4.2273,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0563,1301.7484,1301.7484,1301.7484 -615.5000,1.0000,8404.8939,0.0000,0.0080,0.0000,0.0000,0,600.0000,66.9268,586.7144,-100.9497,4.2051,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2051,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1430.9139,1430.9139,1430.9139 -616.5000,1.0000,8404.8961,0.0000,0.0080,0.0000,0.0000,0,600.0000,68.2858,586.7144,-100.9497,4.2905,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2905,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0980,1444.3955,1444.3955,1444.3955 -617.5000,1.0000,8404.8983,0.0000,0.0080,0.0000,0.0000,0,600.0000,69.1359,586.7144,-100.9497,4.3439,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3439,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1452.8281,1452.8281,1452.8281 -618.5000,1.0000,8404.9005,0.0000,0.0080,0.0000,0.0000,0,600.0000,66.9693,586.7144,-100.9497,4.2078,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2078,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1431.3354,1431.3354,1431.3354 -619.5000,1.0000,8404.9033,0.0020,0.0120,0.0011,0.0000,1,600.0000,66.4372,586.7144,-100.9497,4.1744,36.8644,-6.3429,0.0000,0.0000,-0.0007,0.0007,4.1744,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1.0658,1426.0566,1426.0566,1426.0566 -620.5000,1.0000,8404.9064,0.0020,0.0100,-0.0006,0.0000,1,622.2222,74.3760,565.7603,-98.5662,4.8463,36.8644,-6.4225,0.8491,0.0000,-0.0007,0.0007,3.9971,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,0.9322,1525.2542,1525.2542,1525.2542 -621.5000,1.0000,8404.9301,0.0755,0.1610,0.0419,0.0000,1,644.4444,60.2098,546.2513,-96.1827,4.0633,36.8644,-6.4910,0.0000,0.0676,0.0338,0.0338,3.9958,0.0338,0.0037,0.0000,0.0301,0.0000,0.0301,0.0082,0.0218,0.0000,0.0218,0.0001,0.0217,0.0000,0.0000,0.0139,0.0078,0.9208,1405.1697,1405.1697,1405.1697 -622.5000,1.0000,8405.2201,1.0340,1.9270,0.4906,0.0000,1,644.4444,102.2695,546.2513,-96.1827,6.9018,36.8644,-6.4910,0.0000,3.0403,1.4004,1.6399,3.8615,1.6399,0.0691,0.0000,1.5708,0.0000,1.5708,0.1186,1.4523,0.0000,1.4523,0.0125,1.4397,0.0000,0.0002,0.1910,1.2486,0.8765,1915.1122,1915.1122,1915.1122 -623.5000,1.0000,8406.0951,3.1400,4.3730,0.6794,0.0000,1,645.9562,193.4855,544.9729,-96.0205,13.0882,36.8644,-6.4952,0.0600,9.0663,2.5261,6.5402,3.9619,6.5402,0.2705,0.0000,6.2697,0.0000,6.2697,0.3825,5.8871,0.0000,5.8871,0.0526,5.8345,0.0000,0.0028,0.5799,5.2519,0.9793,2980.1784,2980.1784,2980.1784 -624.5000,1.0000,8407.3965,4.6750,4.9970,0.1733,0.0000,1,689.9681,150.0495,510.2100,-91.2998,10.8416,36.8644,-6.5967,1.8008,3.7286,0.0180,3.7106,5.3122,3.7106,0.3143,0.0000,3.3962,0.0000,3.3962,0.5101,2.8862,0.0000,2.8862,0.0200,2.8662,0.0000,0.0081,0.8634,1.9948,0.9830,2589.1166,2589.1166,2589.1166 -625.5000,1.0000,8408.8916,5.3725,5.7680,0.2142,0.0000,1,789.0888,154.7166,460.6356,-80.6682,12.7847,38.0638,-6.6659,2.7438,4.8409,0.0000,4.8409,5.2001,4.8409,0.3895,0.0000,4.4514,0.0000,4.4514,0.5862,3.8652,0.0000,3.8652,0.0284,3.8368,0.0000,0.0122,0.9922,2.8324,0.9555,3019.5196,3019.5196,3019.5196 -626.5000,1.0000,8410.4530,5.6110,5.4740,-0.0817,0.0000,1,824.1186,45.8112,427.1577,-77.7733,3.9536,36.8644,-6.7120,-1.0927,0.9546,0.0000,0.9546,4.0917,0.9546,0.4316,0.0000,0.5230,0.0000,0.5230,0.6122,-0.0892,0.0000,-0.0892,-0.0113,-0.0779,0.0000,0.0139,1.0362,-1.1280,0.9593,1596.6989,1596.6989,1596.6989 -627.5000,1.0000,8411.9543,5.3945,5.3350,-0.0386,0.0000,1,792.3200,73.9984,444.3011,-80.3217,6.1398,36.8644,-6.6644,-0.4967,1.4833,0.0000,1.4833,5.1531,1.4833,0.4041,0.0000,1.0793,0.0000,1.0793,0.5886,0.4907,0.0000,0.4907,-0.0051,0.4958,0.0000,0.0123,0.9962,-0.5127,0.9559,1960.7371,1960.7371,1960.7371 -628.5000,1.0000,8413.4126,5.2400,5.1650,-0.0472,0.0000,1,769.6278,72.5542,457.4012,-82.7556,5.8475,36.8644,-6.6697,-0.5901,1.3255,0.0000,1.3255,5.1121,1.3255,0.3900,0.0000,0.9355,0.0000,0.9355,0.5717,0.3638,0.0000,0.3638,-0.0061,0.3699,0.0000,0.0113,0.9677,-0.6091,0.9540,1873.9880,1873.9880,1873.9880 -629.5000,1.0000,8414.8986,5.3395,5.5340,0.1025,0.0000,1,784.2419,118.7661,448.8776,-81.1881,9.7537,36.8644,-6.6676,1.3051,3.3215,0.0000,3.3215,5.1272,3.3215,0.3801,0.0000,2.9414,0.0000,2.9414,0.5826,2.3588,0.0000,2.3588,0.0135,2.3453,0.0000,0.0120,0.9861,1.3473,0.9550,2531.1561,2531.1561,2531.1561 -630.5000,1.0000,8416.5111,5.7950,6.0760,0.1506,0.0000,1,851.1437,128.1654,463.2131,-75.8408,11.4236,41.2869,-6.7598,2.0805,4.3044,0.0000,4.3044,5.0387,4.3044,0.4173,0.0000,3.8870,0.0000,3.8870,0.6323,3.2547,0.0000,3.2547,0.0215,3.2332,0.0000,0.0153,1.0702,2.1477,0.9507,2863.9727,2863.9727,2863.9727 -631.5000,1.0000,8418.1825,6.0070,5.9580,-0.0328,0.0000,1,882.2813,70.2523,440.3177,-73.6143,6.4908,40.6820,-6.8014,-0.4695,1.7576,0.0000,1.7576,5.2027,1.7576,0.4654,0.0000,1.2922,0.0000,1.2922,0.6554,0.6368,0.0000,0.6368,-0.0049,0.6417,0.0000,0.0170,1.1093,-0.4847,0.9541,2014.1431,2014.1431,2014.1431 -632.5000,1.0000,8419.8565,6.0165,6.0950,0.0381,0.0000,1,883.6766,91.9000,430.1529,-73.5145,8.5043,39.8057,-6.8029,0.5460,2.8098,0.0000,2.8098,5.1485,2.8098,0.4558,0.0000,2.3539,0.0000,2.3539,0.6564,1.6975,0.0000,1.6975,0.0056,1.6918,0.0000,0.0171,1.1111,0.5636,0.9307,2435.1660,2435.1660,2435.1660 -633.5000,1.0000,8421.6373,6.4010,6.7270,0.1756,0.0000,1,940.1502,133.2933,496.4734,-70.0505,13.1230,48.8789,-6.8966,2.6797,5.1768,0.0000,5.1768,5.2665,5.1768,0.4817,0.0000,4.6951,0.0000,4.6951,0.6984,3.9967,0.0000,3.9967,0.0277,3.9690,0.0000,0.0206,1.1821,2.7663,0.9622,3200.6769,3200.6769,3200.6769 -634.5000,1.0000,8423.5219,6.7745,6.8420,0.0319,0.0000,1,995.0083,87.7361,505.7900,-66.9124,9.1418,52.7018,-6.9721,0.5160,3.0897,0.0000,3.0897,5.5361,3.0897,0.5370,0.0000,2.5527,0.0000,2.5527,0.7392,1.8135,0.0000,1.8135,0.0053,1.8082,0.0000,0.0244,1.2511,0.5327,0.9868,2681.1721,2681.1721,2681.1721 -635.5000,1.0000,8425.4498,6.9305,7.0390,0.0547,0.0000,1,1017.9208,83.8662,495.1901,-67.9096,8.9398,52.7855,-7.2389,0.9044,3.5554,0.0000,3.5554,4.4801,3.5554,0.5502,0.0000,3.0051,0.0000,3.0051,0.7562,2.2490,0.0000,2.2490,0.0094,2.2396,0.0000,0.0261,1.2799,0.9336,0.9923,2662.5704,2662.5704,2662.5704 -636.5000,1.0000,8427.4307,7.1210,7.2230,0.0511,0.0000,1,1045.9006,93.0552,499.4189,-69.9125,10.1920,54.6996,-7.6573,0.8679,3.5973,0.0000,3.5973,5.7268,3.5973,0.5720,0.0000,3.0253,0.0000,3.0253,0.7770,2.2483,0.0000,2.2483,0.0090,2.2394,0.0000,0.0283,1.3151,0.8960,0.9873,2851.2265,2851.2265,2851.2265 -637.5000,1.0000,8429.4854,7.3870,7.5710,0.0967,0.0000,1,1084.9695,106.7885,521.4795,-72.7092,12.1331,59.2493,-8.2610,1.7028,4.5710,0.0000,4.5710,5.8593,4.5710,0.5938,0.0000,3.9773,0.0000,3.9773,0.8060,3.1713,0.0000,3.1713,0.0176,3.1537,0.0000,0.0317,1.3642,1.7578,1.0082,3094.3027,3094.3027,3094.3027 -638.5000,1.0000,8431.6030,7.6135,7.6760,0.0292,0.0000,1,1118.2368,84.9690,524.0477,-74.8729,9.9500,61.3668,-8.7677,0.5295,3.4557,0.0000,3.4557,5.9648,3.4557,0.6322,0.0000,2.8235,0.0000,2.8235,0.8307,1.9928,0.0000,1.9928,0.0055,1.9873,0.0000,0.0346,1.4060,0.5466,1.0161,2769.5500,2769.5500,2769.5500 -639.5000,1.0000,8433.7389,7.6790,7.7020,0.0072,0.0000,1,1127.8572,78.2809,513.3863,-75.4468,9.2457,60.6355,-8.9109,0.1322,3.0734,0.0000,3.0734,6.0400,3.0734,0.6440,0.0000,2.4294,0.0000,2.4294,0.8378,1.5916,0.0000,1.5916,0.0014,1.5902,0.0000,0.0355,1.4181,0.1365,0.9953,2669.1104,2669.1104,2669.1104 -640.5000,1.0000,8435.8726,7.6715,7.6610,-0.0114,0.0000,1,1126.7556,72.4217,507.0523,-75.3811,8.5453,59.8289,-8.8945,-0.2083,2.7186,0.0000,2.7186,6.0350,2.7186,0.6467,0.0000,2.0720,0.0000,2.0720,0.8370,1.2349,0.0000,1.2349,-0.0022,1.2371,0.0000,0.0354,1.4167,-0.2151,1.0181,2574.8755,2574.8755,2574.8755 -641.5000,1.0000,8438.0097,7.6835,7.7260,0.0181,0.0000,1,1128.5181,81.6816,509.8480,-75.4862,9.6530,60.2529,-8.9208,0.3308,3.2803,0.0000,3.2803,6.0418,3.2803,0.6425,0.0000,2.6378,0.0000,2.6378,0.8383,1.7995,0.0000,1.7995,0.0034,1.7961,0.0000,0.0356,1.4190,0.3415,1.0070,2723.8172,2723.8172,2723.8172 -642.5000,1.0000,8440.1516,7.7010,7.6960,-0.0083,0.0000,1,1131.0884,73.6885,510.1501,-75.6396,8.7282,60.4259,-8.9593,-0.1530,2.7883,0.0000,2.7883,6.0929,2.7883,0.6496,0.0000,2.1387,0.0000,2.1387,0.8402,1.2985,0.0000,1.2985,-0.0016,1.3001,0.0000,0.0358,1.4222,-0.1580,1.0076,2597.9314,2597.9314,2597.9314 -643.5000,1.0000,8442.2851,7.6705,7.6650,-0.0086,0.0000,1,1126.6087,73.5401,505.4347,-75.3723,8.6761,59.6303,-8.8923,-0.1575,2.7707,0.0000,2.7707,6.0629,2.7707,0.6460,0.0000,2.1247,0.0000,2.1247,0.8369,1.2877,0.0000,1.2877,-0.0016,1.2894,0.0000,0.0354,1.4166,-0.1626,1.0065,2592.6295,2592.6295,2592.6295 -644.5000,1.0000,8444.4134,7.6520,7.6590,-0.0017,0.0000,1,1123.8915,75.7575,505.8581,-75.2103,8.9162,59.5363,-8.8518,-0.0304,2.8940,0.0000,2.8940,6.0526,2.8940,0.6425,0.0000,2.2515,0.0000,2.2515,0.8349,1.4166,0.0000,1.4166,-0.0003,1.4169,0.0000,0.0352,1.4131,-0.0314,1.0059,2626.2393,2626.2393,2626.2393 -645.5000,1.0000,8446.5333,7.6215,7.6040,-0.0153,0.0000,1,1119.4118,71.2232,503.4590,-74.9430,8.3491,59.0177,-8.7852,-0.2777,2.6258,0.0000,2.6258,6.0010,2.6258,0.6415,0.0000,1.9843,0.0000,1.9843,0.8316,1.1527,0.0000,1.1527,-0.0029,1.1556,0.0000,0.0347,1.4075,-0.2866,0.9932,2550.9378,2550.9378,2550.9378 -646.5000,1.0000,8448.6428,7.5840,7.5840,-0.0056,0.0000,1,1113.9040,74.9080,501.6741,-74.6145,8.7379,58.5192,-8.7036,-0.1005,2.7928,0.0000,2.7928,6.0455,2.7928,0.6353,0.0000,2.1575,0.0000,2.1575,0.8275,1.3301,0.0000,1.3301,-0.0010,1.3311,0.0000,0.0342,1.4006,-0.1037,1.0266,2606.1394,2606.1394,2606.1394 -647.5000,1.0000,8450.7534,7.5885,7.6130,0.0081,0.0000,1,1114.5649,79.0369,505.8055,-74.6539,9.2249,59.0361,-8.7134,0.1458,3.0489,0.0000,3.0489,6.0303,3.0489,0.6333,0.0000,2.4157,0.0000,2.4157,0.8280,1.5877,0.0000,1.5877,0.0015,1.5862,0.0000,0.0343,1.4014,0.1505,1.0268,2672.4688,2672.4688,2672.4688 -648.5000,1.0000,8452.8782,7.6390,7.6850,0.0200,0.0000,1,1121.9822,82.2593,511.4868,-75.0964,9.6649,60.0965,-8.8233,0.3643,3.2960,0.0000,3.2960,6.0046,3.2960,0.6369,0.0000,2.6591,0.0000,2.6591,0.8335,1.8256,0.0000,1.8256,0.0038,1.8218,0.0000,0.0350,1.4107,0.3761,1.0170,2728.7566,2728.7566,2728.7566 -649.5000,1.0000,8455.0309,7.7400,7.8150,0.0361,0.0000,1,1136.8166,76.3110,519.3139,-75.9813,9.0846,61.8228,-9.0454,0.6665,3.6509,0.0000,3.6509,4.7672,3.6509,0.6457,0.0000,3.0052,0.0000,3.0052,0.8445,2.1607,0.0000,2.1607,0.0069,2.1538,0.0000,0.0364,1.4294,0.6880,1.0206,2643.5385,2643.5385,2643.5385 -650.5000,1.0000,8457.1926,7.7720,7.7490,-0.0183,0.0000,1,1141.5166,59.4970,508.4132,-76.2616,7.1122,60.7754,-9.1163,-0.3398,2.6258,0.0000,2.6258,4.8262,2.6258,0.6599,0.0000,1.9659,0.0000,1.9659,0.8480,1.1179,0.0000,1.1179,-0.0035,1.1214,0.0000,0.0368,1.4353,-0.3508,1.0339,2378.2652,2378.2652,2378.2652 -651.5000,1.0000,8459.3418,7.7270,7.7250,-0.0067,0.0000,1,1134.9072,63.2506,501.2042,-75.8674,7.5172,59.5667,-9.0166,-0.1228,2.8305,0.0000,2.8305,4.8095,2.8305,0.6523,0.0000,2.1782,0.0000,2.1782,0.8431,1.3351,0.0000,1.3351,-0.0013,1.3364,0.0000,0.0362,1.4270,-0.1268,1.0321,2433.8437,2433.8437,2433.8437 -652.5000,1.0000,8461.4865,7.7110,7.7170,-0.0022,0.0000,1,1132.5572,64.5514,503.0610,-75.7272,7.6559,59.6636,-8.9813,-0.0409,2.9084,0.0000,2.9084,4.7884,2.9084,0.6496,0.0000,2.2587,0.0000,2.2587,0.8413,1.4174,0.0000,1.4174,-0.0004,1.4178,0.0000,0.0360,1.4240,-0.0422,1.0079,2453.0655,2453.0655,2453.0655 -653.5000,1.0000,8463.6000,7.5985,7.5000,-0.0603,0.0000,1,1116.0337,46.4924,489.7109,-74.7415,5.4336,57.2329,-8.7351,-1.0922,1.7752,0.0000,1.7752,4.7506,1.7752,0.6472,0.0000,1.1280,0.0000,1.1280,0.8291,0.2989,0.0000,0.2989,-0.0113,0.3102,0.0000,0.0344,1.4033,-1.1275,1.0156,2154.0201,2154.0201,2154.0201 -654.5000,1.0000,8465.5514,7.0150,6.5500,-0.2639,0.0000,1,1030.3318,-15.3079,416.6537,-68.7980,-1.6517,44.9553,-7.4230,-4.4143,-1.8999,0.0000,-1.8999,4.6626,-1.8999,0.6146,0.0000,-2.5145,0.0000,-2.5145,0.7654,-3.2799,0.0000,-3.2799,-0.0456,-3.2343,0.0000,0.0272,1.2955,-4.5570,0.9952,831.4747,831.4747,831.4747 -655.5000,1.0000,8467.2396,6.0675,5.6050,-0.2625,0.0000,1,891.1673,-12.4730,395.0197,-72.9789,-1.1640,36.8644,-6.8106,-3.7980,-1.6539,0.0000,-1.6539,4.2879,-1.6539,0.5060,0.0000,-2.1598,0.0000,-2.1598,0.6620,-2.8219,0.0000,-2.8219,-0.0393,-2.7826,0.0000,0.0176,1.1205,-3.9207,0.9665,760.4020,760.4020,760.4020 -656.5000,1.0000,8468.8090,5.6400,5.6950,0.0250,0.0000,1,828.3780,76.3154,424.9614,-77.4687,6.6202,36.8644,-6.7202,0.3362,2.4413,0.0000,2.4413,3.8426,2.4413,0.4198,0.0000,2.0216,0.0000,2.0216,0.6154,1.4062,0.0000,1.4062,0.0035,1.4027,0.0000,0.0141,1.0416,0.3471,0.9482,2023.4036,2023.4036,2023.4036 -657.5000,1.0000,8470.3811,5.6495,5.6240,-0.0197,0.0000,1,829.7733,62.9955,424.2468,-77.3689,5.4739,36.8644,-6.7229,-0.2657,1.8238,0.0000,1.8238,3.9158,1.8238,0.4269,0.0000,1.3969,0.0000,1.3969,0.6164,0.7804,0.0000,0.7804,-0.0027,0.7832,0.0000,0.0142,1.0433,-0.2743,0.9599,1837.9745,1837.9745,1837.9745 -658.5000,1.0000,8471.8694,5.3480,5.0920,-0.1478,0.0000,1,785.4903,27.9334,448.1642,-81.0542,2.2977,36.8644,-6.6672,-1.8846,0.0321,0.0000,0.0321,4.1502,0.0321,0.4139,0.0000,-0.3818,0.0000,-0.3818,0.5835,-0.9653,0.0000,-0.9653,-0.0195,-0.9458,0.0000,0.0120,0.9876,-1.9455,0.9551,1298.0849,1298.0849,1298.0849 -659.5000,1.0000,8473.1804,4.7095,4.3470,-0.2069,0.0000,1,696.8033,18.2163,505.2052,-90.5667,1.3292,36.8644,-6.6086,-2.1232,-0.6676,0.0057,-0.6733,4.1201,-0.6733,0.3580,0.0000,-1.0314,0.0000,-1.0314,0.5138,-1.5452,0.0000,-1.5452,-0.0240,-1.5212,0.0000,0.0082,0.8697,-2.3992,0.9484,1036.7642,1036.7642,1036.7642 -660.5000,1.0000,8474.3375,4.1555,3.9840,-0.1008,0.0000,1,645.8148,66.6447,545.0923,-96.0357,4.5072,36.8644,-6.4949,-0.0543,0.4596,-0.0200,0.4795,4.1019,0.4795,0.2949,0.0000,0.1847,0.0000,0.1847,0.4534,-0.2687,0.0000,-0.2687,-0.0103,-0.2584,0.0000,0.0056,0.7674,-1.0315,0.9435,1470.2648,1470.2648,1470.2648 -661.5000,1.0000,8475.3854,3.7625,3.5610,-0.1175,0.0000,1,644.4444,64.1374,546.2513,-96.1827,4.3284,36.8644,-6.4910,0.0000,0.2570,-0.0153,0.2724,4.0713,0.2724,0.2620,0.0000,0.0104,0.0000,0.0104,0.4105,-0.4002,0.0000,-0.4002,-0.0109,-0.3893,0.0000,0.0042,0.6948,-1.0883,0.9208,1444.1323,1444.1323,1444.1323 -662.5000,1.0000,8476.3182,3.3480,3.1550,-0.1128,0.0000,1,644.4444,64.2997,546.2513,-96.1827,4.3393,36.8644,-6.4910,0.0000,0.2577,-0.0166,0.2744,4.0816,0.2744,0.2266,0.0000,0.0478,0.0000,0.0478,0.3653,-0.3175,0.0000,-0.3175,-0.0093,-0.3082,0.0000,0.0030,0.6183,-0.9295,0.9318,1445.7420,1445.7420,1445.7420 -663.5000,1.0000,8477.1448,2.9660,2.7970,-0.0994,0.0000,1,644.4444,64.7452,546.2513,-96.1827,4.3694,36.8644,-6.4910,0.0000,0.3146,-0.0202,0.3348,4.0548,0.3348,0.1948,0.0000,0.1401,0.0000,0.1401,0.3236,-0.1835,0.0000,-0.1835,-0.0073,-0.1763,0.0000,0.0021,0.5477,-0.7261,0.9792,1450.1608,1450.1608,1450.1608 -664.5000,1.0000,8477.8951,2.6910,2.6050,-0.0533,0.0000,1,644.4444,67.3788,546.2513,-96.1827,4.5471,36.8644,-6.4910,0.0000,0.5840,-0.0216,0.6056,3.9631,0.6056,0.1704,0.0000,0.4353,0.0000,0.4353,0.2936,0.1417,0.0000,0.1417,-0.0035,0.1452,0.0000,0.0015,0.4970,-0.3533,0.9208,1476.2862,1476.2862,1476.2862 -665.5000,1.0000,8478.6471,2.6970,2.8090,0.0567,0.0000,1,644.4444,78.9737,546.2513,-96.1827,5.3296,36.8644,-6.4910,0.0000,1.3880,0.0506,1.3374,3.9417,1.3374,0.1635,0.0000,1.1739,0.0000,1.1739,0.2943,0.8796,0.0000,0.8796,0.0038,0.8758,0.0000,0.0015,0.4981,0.3762,0.9318,1596.1279,1596.1279,1596.1279 -666.5000,1.0000,8479.6665,3.6600,4.5310,0.4783,0.0000,1,654.2344,164.6812,538.0773,-95.1326,11.2825,36.8644,-6.5177,0.3933,6.9821,1.2451,5.7369,3.9071,5.7369,0.2861,0.0000,5.4508,0.0000,5.4508,0.4180,5.0328,0.0000,5.0328,0.0432,4.9896,0.0000,0.0041,0.6759,4.3096,0.9324,2649.7224,2649.7224,2649.7224 -667.5000,1.0000,8481.2161,5.5685,6.6260,0.5819,0.0000,1,817.8764,256.7657,571.5262,-78.2196,21.9914,48.9500,-6.6993,7.7275,10.2712,0.0000,10.2712,3.9928,10.2712,0.5137,0.0000,9.7575,0.0000,9.7575,0.6580,9.0995,0.0000,9.0995,0.0799,9.0196,0.0000,0.0140,1.0284,7.9772,0.9586,4679.8006,4679.8006,4679.8006 -668.5000,1.0000,8483.3123,7.5365,8.4670,0.5114,0.0000,1,1106.9274,226.5930,648.6452,-74.1983,26.2660,75.1891,-8.6009,9.1905,12.6149,0.0000,12.6149,4.4606,12.6149,0.7359,0.0000,11.8790,0.0000,11.8790,0.8706,11.0084,0.0000,11.0084,0.0950,10.9134,0.0000,0.0341,1.3918,9.4875,1.0250,5484.2648,5484.2648,5484.2648 -669.5000,1.0000,8485.8336,9.0665,9.6860,0.3386,0.0000,1,1331.6470,170.4557,666.1115,-87.5580,23.7700,92.8891,-12.2099,7.3208,11.2237,0.0000,11.2237,5.2256,11.2237,0.8683,0.0000,10.3554,0.0000,10.3554,0.9892,9.3662,0.0000,9.3662,0.0757,9.2905,0.0000,0.0588,1.6744,7.5574,1.0493,5197.4875,5197.4875,5197.4875 -670.5000,1.0000,8488.4636,9.4582,9.2505,-0.1210,0.0000,0,1303.7523,-26.4376,523.9562,-85.9036,-3.6095,71.5350,-11.7283,-9.4008,0.0000,0.0000,0.0000,5.7913,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0320,-1.0320,0.0000,-1.0320,-0.0282,-1.0038,0.0000,0.0664,1.7467,-2.8169,1.0565,1144.0771,1144.0771,1144.0771 -671.5000,1.0000,8491.4666,10.8007,12.3710,0.8668,0.0000,2,1109.1408,305.1559,399.6276,-74.3303,35.4435,46.4163,-8.6334,-5.2581,34.0437,0.0000,34.0437,6.6579,27.6761,0.9091,0.0000,26.7671,0.0000,26.7671,1.3939,25.3732,0.0000,25.3732,0.2308,25.1424,0.0000,0.1010,1.9946,23.0468,1.0024,7247.3863,7247.3863,7247.3863 -672.5000,1.0000,8495.1923,13.4025,14.4540,0.5786,0.0000,2,1118.8931,324.9780,668.6323,-74.9121,38.0777,78.3438,-8.7775,5.9744,24.5124,0.0000,24.5124,7.5909,24.5124,0.9818,0.0000,23.5306,0.0000,23.5306,1.5844,21.9462,0.0000,21.9462,0.1912,21.7550,0.0000,0.1901,2.4751,19.0898,0.9931,7709.9021,7709.9021,7709.9021 -673.5000,1.0000,8499.5111,15.5375,16.6410,0.6075,0.0000,2,1297.1312,341.6588,694.8672,-85.5109,46.4093,94.3875,-11.6154,7.2719,29.7005,0.0000,29.7005,9.4369,29.7005,1.2118,0.0000,28.4886,0.0000,28.4886,1.8549,26.6337,0.0000,26.6337,0.2327,26.4010,0.0000,0.2959,2.8694,23.2357,1.0552,9408.8353,9408.8353,9408.8353 -674.5000,1.0000,8504.5409,18.0975,19.5740,0.8147,0.0000,2,1510.8500,427.4743,769.6793,-98.1862,67.6332,121.7755,-15.5346,11.3593,44.4498,0.0000,44.4498,11.8241,44.4498,1.6756,0.0000,42.7743,0.0000,42.7743,2.3044,40.4699,0.0000,40.4699,0.3635,40.1063,0.0000,0.4683,3.3422,36.2959,1.1054,13550.7169,13550.7169,13550.7169 -675.5000,1.0000,8509.9132,19.3301,19.1062,-0.1300,0.0000,0,1508.7512,27.9231,668.5761,-98.0617,4.4117,105.6324,-15.4934,-11.5380,0.0000,0.0000,0.0000,15.9497,0.0000,0.0000,0.0000,0.0003,0.0000,0.0003,2.1091,-2.1088,0.0000,-2.1088,-0.0619,-2.0469,0.0000,0.5670,3.5698,-6.1836,1.1327,2688.1017,2688.1017,2688.1017 -676.5000,1.0000,8515.5014,20.1076,21.1290,0.5619,0.0000,3,1222.2913,355.9979,410.5790,-81.0723,45.5670,52.5533,-10.3771,-12.1549,43.5293,0.0000,43.5293,14.1927,35.9539,1.1397,0.0000,34.8142,0.0000,34.8142,2.3697,32.4445,0.0000,32.4445,0.2786,32.1659,0.0000,0.6397,3.7134,27.8128,1.0271,9182.7693,9182.7693,9182.7693 -677.5000,1.0000,8521.4649,21.4585,21.8080,0.1886,0.0000,3,1077.4054,238.5886,664.9299,-72.1677,26.9189,75.0211,-8.1424,1.1278,17.9662,0.0000,17.9662,7.8249,17.9662,0.8234,0.0000,17.1428,0.0000,17.1428,2.3413,14.8015,0.0000,14.8015,0.0998,14.7017,0.0000,0.7757,3.9629,9.9631,1.0064,5594.1055,5594.1055,5594.1055 -678.5000,1.0000,8527.8643,23.0280,24.2680,0.6833,0.0000,3,1156.2081,504.5585,623.1188,-77.1380,61.0908,75.4459,-9.3397,4.3850,48.6514,0.0000,48.6514,8.0545,48.6514,1.4899,0.0000,47.1614,0.0000,47.1614,2.8232,44.3382,0.0000,44.3382,0.3880,43.9502,0.0000,0.9612,4.2527,38.7363,1.0137,12151.7027,12151.7027,12151.7027 -679.5000,1.0000,8534.9088,25.3500,26.4520,0.6067,0.0000,3,1272.7929,469.6236,739.7790,-84.0675,62.5945,98.6026,-11.2051,4.2855,48.8135,0.0000,48.8135,9.4955,48.8135,1.5761,0.0000,47.2374,0.0000,47.2374,3.0377,44.1997,0.0000,44.1997,0.3792,43.8205,0.0000,1.2810,4.6815,37.8580,1.0371,12461.1256,12461.1256,12461.1256 -680.5000,1.0000,8542.6367,27.8105,29.1890,0.7603,0.0000,3,1396.3317,556.6668,755.5442,-91.3943,81.3978,110.4783,-13.3640,5.8919,64.8886,0.0000,64.8886,10.6173,64.8886,1.9916,0.0000,62.8970,0.0000,62.8970,3.4987,59.3983,0.0000,59.3983,0.5213,58.8770,0.0000,1.6923,5.1359,52.0488,1.0540,15962.3381,15962.3381,15962.3381 -681.5000,1.0000,8551.3100,31.2140,33.2590,1.1306,0.0000,3,1567.2173,764.3852,824.5072,-101.5292,125.4498,135.3170,-16.6628,9.8337,103.1716,0.0000,103.1716,12.4445,103.1716,2.8977,0.0000,100.2739,0.0000,100.2739,4.3721,95.9018,0.0000,95.9018,0.8700,95.0318,0.0000,2.3972,5.7645,86.8702,1.1187,24462.0548,24462.0548,24462.0548 -682.5000,1.0000,8560.4724,32.9745,32.7100,-0.1525,0.0000,0,1669.3922,81.9817,844.0539,-105.9447,14.3319,147.5561,-18.5211,0.0000,0.0000,0.0000,0.0000,14.3319,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,3.5978,-3.5977,0.0000,-3.5977,-0.1240,-3.4737,0.0000,2.8143,6.0896,-12.3776,1.1658,4135.3260,4135.3260,4135.3260 -683.5000,1.0000,8569.8188,33.6371,34.5842,0.5206,0.0000,4,1395.8969,425.0451,425.0451,-91.3685,62.1322,62.1322,-13.3561,-23.4449,74.5542,0.0000,74.5542,11.0229,58.3221,1.6401,0.0000,56.6820,0.0000,56.6820,3.9408,52.7412,0.0000,52.7412,0.4317,52.3095,0.0000,2.9895,6.2119,43.1080,1.0680,12416.6771,12416.6771,12416.6771 -684.5000,1.0000,8579.7753,35.8333,37.1023,0.6995,0.0000,4,1163.2740,740.8206,740.8206,-77.5595,90.2451,90.2451,-9.4481,2.9198,79.1014,0.0000,79.1014,8.2239,79.1014,2.1038,0.0000,76.9976,0.0000,76.9976,4.4473,72.5502,0.0000,72.5502,0.6179,71.9323,0.0000,3.6158,6.6175,61.6990,1.0154,17601.2728,17601.2728,17601.2728 -685.5000,1.0000,8590.4871,38.5526,40.0228,0.8113,0.0000,4,1251.5518,829.6993,829.6993,-82.8077,108.7422,108.7422,-10.8530,3.6435,96.8651,0.0000,96.8651,8.2336,96.8651,2.5216,0.0000,94.3435,0.0000,94.3435,4.9574,89.3861,0.0000,89.3861,0.7711,88.6150,0.0000,4.5039,7.1197,76.9913,1.0329,21114.0978,21114.0978,21114.0978 -686.5000,1.0000,8601.8298,40.8239,41.6450,0.4506,0.0000,4,1325.2881,559.0288,862.6890,-87.1809,77.5842,119.7273,-12.0993,2.1430,65.2635,0.0000,65.2635,10.1776,65.2635,1.9442,0.0000,63.3193,0.0000,63.3193,4.7007,58.6186,0.0000,58.6186,0.4535,58.1651,0.0000,5.3423,7.5392,45.2836,1.0475,15252.3314,15252.3314,15252.3314 -687.5000,1.0000,8613.5173,42.0650,42.5050,0.2389,0.0000,4,1365.5783,391.6690,763.5650,-89.5704,56.0099,109.1921,-12.8088,1.1706,44.7503,0.0000,44.7503,10.0889,44.7503,1.5648,0.0000,43.1855,0.0000,43.1855,4.5896,38.5958,0.0000,38.5958,0.2478,38.3481,0.0000,5.8428,7.7684,24.7369,1.0592,11258.7379,11258.7379,11258.7379 -688.5000,1.0000,8625.3532,42.5990,42.7130,0.0578,0.0000,4,1382.9138,249.8023,699.0419,-90.5985,36.1760,101.2341,-13.1203,0.2867,25.9033,0.0000,25.9033,9.9860,25.9033,1.2013,0.0000,24.7019,0.0000,24.7019,4.6479,20.0540,0.0000,20.0540,0.0607,19.9933,0.0000,6.0675,7.8670,6.0588,1.0501,7548.6560,7548.6560,7548.6560 -689.5000,1.0000,8637.3482,43.1720,43.6510,0.2606,0.0000,4,1401.5154,407.7496,655.7468,-91.7018,59.8439,96.2416,-13.4587,1.3104,48.6381,0.0000,48.6381,9.8954,48.6381,1.6706,0.0000,46.9675,0.0000,46.9675,4.7104,42.2571,0.0000,42.2571,0.2773,41.9797,0.0000,6.3164,7.9728,27.6906,1.0696,12004.3635,12004.3635,12004.3635 -690.5000,1.0000,8649.6054,44.1160,44.6010,0.2639,0.0000,4,1432.1610,410.9348,719.6615,-93.5193,61.6302,107.9316,-14.0256,1.3562,50.3752,0.0000,50.3752,9.8988,50.3752,1.7297,0.0000,48.6454,0.0000,48.6454,4.8134,43.8320,0.0000,43.8320,0.2870,43.5450,0.0000,6.7398,8.1471,28.6580,1.0786,12361.6479,12361.6479,12361.6479 -691.5000,1.0000,8662.1757,45.2430,45.9050,0.3622,0.0000,4,1468.7474,490.2336,730.5670,-95.6891,75.4013,112.3662,-14.7176,1.9091,63.4714,0.0000,63.4714,10.0207,63.4714,2.0213,0.0000,61.4502,0.0000,61.4502,5.0787,56.3715,0.0000,56.3715,0.4040,55.9675,0.0000,7.2703,8.3553,40.3418,1.0752,14920.5128,14920.5128,14920.5128 -692.5000,1.0000,8675.1598,46.7330,47.5810,0.4656,0.0000,4,1517.1180,574.7529,768.3554,-98.5579,91.3123,122.0703,-15.6581,2.5346,78.5373,0.0000,78.5373,10.2403,78.5373,2.3625,0.0000,76.1748,0.0000,76.1748,5.4365,70.7383,0.0000,70.7383,0.5364,70.2019,0.0000,8.0135,8.6304,53.5580,1.1218,17887.6143,17887.6143,17887.6143 -693.5000,1.0000,8688.4344,47.7785,47.9960,0.1153,0.0000,4,1551.0586,301.5358,791.2185,-100.5709,48.9774,128.5148,-16.3354,0.6416,37.8693,0.0000,37.8693,10.4664,37.8693,1.5778,0.0000,36.2915,0.0000,36.2915,5.2130,31.0785,0.0000,31.0785,0.1358,30.9427,0.0000,8.5608,8.8235,13.5584,1.1031,10111.9581,10111.9581,10111.9581 -694.5000,1.0000,8701.8997,48.4650,48.9540,0.2661,0.0000,4,1573.3449,400.9337,715.9825,-101.8926,66.0579,117.9655,-16.7879,1.5025,57.2243,0.0000,57.2243,7.3311,57.2243,1.9840,0.0000,55.2404,0.0000,55.2404,5.2879,49.9525,0.0000,49.9525,0.3180,49.6345,0.0000,8.9359,8.9503,31.7483,1.0948,13331.1729,13331.1729,13331.1729 -695.5000,1.0000,8715.7673,49.9135,50.8930,0.5386,0.0000,4,1620.3683,612.6316,762.2360,-104.1988,103.9541,129.3397,-17.6809,3.1319,94.5584,0.0000,94.5584,6.2638,94.5584,2.7715,0.0000,91.7869,0.0000,91.7869,5.9629,85.8240,0.0000,85.8240,0.6628,85.1612,0.0000,9.7640,9.2178,66.1794,1.1287,20481.7121,20481.7121,20481.7121 -696.5000,1.0000,8729.8049,50.5252,50.1775,-0.1988,0.0000,0,1651.8417,37.3760,810.3497,-105.3197,6.4653,140.1747,-18.2182,0.0000,0.0000,0.0000,0.0000,6.4653,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,5.5127,-5.5126,0.0000,-5.5126,-0.2476,-5.2650,0.0000,10.1241,9.3308,-24.7199,1.2695,3223.6458,3223.6458,3223.6458 -697.5000,1.0000,8743.8772,50.6501,51.1428,0.2681,0.0000,5,1386.7147,401.7617,401.7617,-90.8240,58.3424,58.3424,-13.1891,-22.5780,74.4419,0.0000,74.4419,6.4786,59.6410,0.7845,0.0000,58.8565,0.0000,58.8565,5.5366,53.3199,0.0000,53.3199,0.3348,52.9851,0.0000,10.1998,9.3538,33.4314,1.2063,11715.0728,11715.0728,11715.0728 -698.5000,1.0000,8758.2779,51.8326,52.5425,0.3888,0.0000,5,1136.9389,713.5513,713.5513,-75.9886,84.9554,84.9554,-9.0472,1.0718,77.4117,0.0000,77.4117,6.4719,77.4117,0.8908,0.0000,76.5209,0.0000,76.5209,5.9102,70.6107,0.0000,70.6107,0.4969,70.1138,0.0000,10.9320,9.5722,49.6096,1.1364,16616.1281,16616.1281,16616.1281 -699.5000,1.0000,8773.1089,53.3817,54.2410,0.4718,0.0000,5,1170.9180,812.4755,812.4755,-78.0155,99.6243,99.6243,-9.5661,1.3395,91.6709,0.0000,91.6709,6.6140,91.6709,0.9854,0.0000,90.6854,0.0000,90.6854,6.2650,84.4204,0.0000,84.4204,0.6209,83.7995,0.0000,11.9426,9.8583,61.9986,1.1455,19382.5045,19382.5045,19382.5045 -700.5000,1.0000,8788.4293,55.1435,56.0661,0.5070,0.0000,5,1209.5627,857.1951,857.1951,-80.3174,108.5767,108.5767,-10.1734,1.4868,100.4711,0.0000,100.4711,6.6187,100.4711,1.0565,0.0000,99.4146,0.0000,99.4146,6.5578,92.8568,0.0000,92.8568,0.6893,92.1675,0.0000,13.1648,10.1836,68.8191,1.1456,21106.4109,21106.4109,21106.4109 -701.5000,1.0000,8804.2627,56.9902,57.9344,0.5190,0.0000,5,1250.0700,877.1768,877.1768,-82.7198,114.8286,114.8286,-10.8286,1.5730,106.5272,0.0000,106.5272,6.7284,106.5272,1.1158,0.0000,105.4114,0.0000,105.4114,6.8175,98.5939,0.0000,98.5939,0.7292,97.8647,0.0000,14.5321,10.5247,72.8079,1.1475,22277.7192,22277.7192,22277.7192 -702.5000,1.0000,8820.5897,58.7672,59.6200,0.4682,0.0000,5,1289.0475,826.6588,885.9856,-85.0315,111.5896,119.5981,-11.4783,1.4634,103.2603,0.0000,103.2603,6.8659,103.2603,1.1281,0.0000,102.1322,0.0000,102.1322,6.9315,95.2007,0.0000,95.2007,0.6784,94.5223,0.0000,15.9333,10.8528,67.7361,1.1869,21663.7199,21663.7199,21663.7199 -703.5000,1.0000,8837.2615,60.0085,60.4170,0.2214,0.0000,5,1316.2754,553.3088,865.2903,-86.6463,76.2681,119.2716,-11.9433,0.7066,68.5976,0.0000,68.5976,6.9639,68.5976,0.9752,0.0000,67.6225,0.0000,67.6225,6.5474,61.0751,0.0000,61.0751,0.3275,60.7475,0.0000,16.9617,11.0821,32.7038,1.1434,15024.4995,15024.4995,15024.4995 -704.5000,1.0000,8854.1639,60.8385,61.2800,0.2397,0.0000,5,1334.4813,576.9230,758.7755,-87.7261,80.6230,106.0363,-12.2594,0.7757,72.8497,0.0000,72.8497,6.9976,72.8497,1.0102,0.0000,71.8395,0.0000,71.8395,6.6675,65.1721,0.0000,65.1721,0.3596,64.8125,0.0000,17.6754,11.2354,35.9018,1.1906,15810.7072,15810.7072,15810.7072 -705.5000,1.0000,8871.2692,61.5690,61.8780,0.1661,0.0000,5,1350.5047,497.7842,768.9523,-88.6764,70.3989,108.7487,-12.5410,0.5439,62.8077,0.0000,62.8077,7.0472,62.8077,0.9722,0.0000,61.8355,0.0000,61.8355,6.7177,55.1179,0.0000,55.1179,0.2522,54.8657,0.0000,18.3192,11.3703,25.1762,1.1675,13944.7578,13944.7578,13944.7578 -706.5000,1.0000,8888.5346,62.1455,62.4330,0.1542,0.0000,5,1363.1501,487.4589,739.4862,-89.4264,69.5841,105.5607,-12.7655,0.5095,61.8942,0.0000,61.8942,7.1804,61.8942,0.9774,0.0000,60.9168,0.0000,60.9168,6.7806,54.1362,0.0000,54.1362,0.2362,53.9000,0.0000,18.8386,11.4767,23.5846,1.1994,13785.7115,13785.7115,13785.7115 -707.5000,1.0000,8905.9833,62.8055,63.1980,0.2125,0.0000,5,1377.6271,555.0170,738.5032,-90.2850,80.0694,106.5400,-13.0249,0.7098,72.1194,0.0000,72.1194,7.2402,72.1194,1.0398,0.0000,71.0796,0.0000,71.0796,6.8526,64.2270,0.0000,64.2270,0.3290,63.8980,0.0000,19.4455,11.5986,32.8538,1.2419,15705.4519,15705.4519,15705.4519 -708.5000,1.0000,8923.6333,63.5300,63.8820,0.1900,0.0000,5,1393.5189,533.7823,766.0381,-91.2275,77.8943,111.7871,-13.3127,0.6420,69.8426,0.0000,69.8426,7.4097,69.8426,1.0408,0.0000,68.8018,0.0000,68.8018,6.9316,61.8702,0.0000,61.8702,0.2976,61.5726,0.0000,20.1261,11.7324,29.7140,1.2930,15309.3562,15309.3562,15309.3562 -709.5000,1.0000,8941.4385,64.0885,64.3150,0.1203,0.0000,5,1405.7694,458.0594,758.6223,-91.9540,67.4318,111.6782,-13.5367,0.4100,59.6545,0.0000,59.6545,7.3673,59.6545,0.9995,0.0000,58.6550,0.0000,58.6550,6.9926,51.6624,0.0000,51.6624,0.1900,51.4724,0.0000,20.6612,11.8356,18.9756,1.2611,13391.9093,13391.9093,13391.9093 -710.5000,1.0000,8959.2639,64.1615,64.0280,-0.0797,0.0000,5,1407.3707,236.2689,727.0438,-92.0490,34.8212,107.1514,-13.5661,-0.2720,27.7046,0.0000,27.7046,7.3887,27.7046,0.8410,0.0000,26.8636,0.0000,26.8636,7.0005,19.8630,0.0000,19.8630,-0.1261,19.9892,0.0000,20.7318,11.8490,-12.5917,1.2390,7329.0963,7329.0963,7329.0963 -711.5000,1.0000,8976.9699,63.7315,63.4550,-0.1592,0.0000,5,1397.9387,145.8947,638.0552,-91.4896,21.3578,93.4061,-13.3933,-0.5395,14.5882,0.0000,14.5882,7.3091,14.5882,0.7680,0.0000,13.8202,0.0000,13.8202,6.9536,6.8666,0.0000,6.8666,-0.2501,7.1167,0.0000,20.3181,11.7696,-24.9710,1.1954,4863.6435,4863.6435,4863.6435 -712.5000,1.0000,8994.5103,63.1355,62.8360,-0.1719,0.0000,5,1384.8656,129.0889,598.9090,-90.7143,18.7208,86.8555,-13.1556,-0.5774,12.0556,0.0000,12.0556,7.2425,12.0556,0.7451,0.0000,11.3106,0.0000,11.3106,6.8886,4.4220,0.0000,4.4220,-0.2676,4.6896,0.0000,19.7534,11.6596,-26.7234,1.2198,4357.0696,4357.0696,4357.0696 -713.5000,1.0000,9011.8553,62.4320,62.0480,-0.2189,0.0000,5,1369.4344,74.7564,587.0008,-89.7991,10.7206,84.1799,-12.8778,-0.7268,4.1811,0.0000,4.1811,7.2663,4.1811,0.7161,0.0000,3.4649,0.0000,3.4649,6.8118,-3.3469,0.0000,-3.3469,-0.3369,-3.0100,0.0000,19.1007,11.5296,-33.6403,1.2286,3117.1428,3117.1428,3117.1428 -714.5000,1.0000,9029.0258,61.8040,61.5800,-0.1300,0.0000,5,1355.6594,170.3412,563.4266,-88.9821,24.1824,79.9865,-12.6323,-0.4273,17.4597,0.0000,17.4597,7.1500,17.4597,0.7494,0.0000,16.7102,0.0000,16.7102,6.7433,9.9669,0.0000,9.9669,-0.1981,10.1650,0.0000,18.5296,11.4137,-19.7783,1.2109,5308.7609,5308.7609,5308.7609 -715.5000,1.0000,9046.0970,61.4460,61.3320,-0.0689,0.0000,5,1347.8067,237.4737,601.8260,-88.5164,33.5175,84.9429,-12.4934,-0.2251,26.5254,0.0000,26.5254,7.2172,26.5254,0.7887,0.0000,25.7366,0.0000,25.7366,6.7042,19.0324,0.0000,19.0324,-0.1044,19.1368,0.0000,18.2093,11.3476,-10.4201,1.2208,7007.0165,7007.0165,7007.0165 -716.5000,1.0000,9063.0913,61.1695,61.0270,-0.0847,0.0000,5,1341.7417,217.9906,627.4282,-88.1567,30.6292,88.1580,-12.3866,-0.2756,23.8206,0.0000,23.8206,7.0842,23.8206,0.7706,0.0000,23.0501,0.0000,23.0501,6.6741,16.3760,0.0000,16.3760,-0.1278,16.5037,0.0000,17.9646,11.2965,-12.7574,1.1649,6483.4725,6483.4725,6483.4725 -717.5000,1.0000,9079.9736,60.7665,60.5260,-0.1392,0.0000,5,1332.9020,156.3828,616.2910,-87.6324,21.8281,86.0226,-12.2318,-0.4498,15.1588,0.0000,15.1588,7.1191,15.1588,0.7205,0.0000,14.4383,0.0000,14.4383,6.6301,7.8082,0.0000,7.8082,-0.2085,8.0167,0.0000,17.6121,11.2221,-20.8175,1.2155,4844.0176,4844.0176,4844.0176 -718.5000,1.0000,9096.7108,60.2440,59.9820,-0.1511,0.0000,5,1321.4410,140.4451,587.7576,-86.9527,19.4349,81.3345,-12.0326,-0.4842,12.9268,0.0000,12.9268,6.9923,12.9268,0.7007,0.0000,12.2261,0.0000,12.2261,6.5731,5.6530,0.0000,5.6530,-0.2244,5.8774,0.0000,17.1617,11.1256,-22.4099,1.1986,4400.4023,4400.4023,4400.4023 -719.5000,1.0000,9113.2921,59.6825,59.4030,-0.1608,0.0000,5,1309.1246,127.7032,577.8399,-86.2222,17.5070,79.2168,-11.8203,-0.5105,11.0360,0.0000,11.0360,6.9815,11.0360,0.6820,0.0000,10.3541,0.0000,10.3541,6.5118,3.8422,0.0000,3.8422,-0.2367,4.0789,0.0000,16.6864,11.0219,-23.6294,1.1942,4034.4503,4034.4503,4034.4503 -720.5000,1.0000,9129.7127,59.1040,58.8250,-0.1606,0.0000,5,1296.4354,125.5335,569.3331,-85.4697,17.0427,77.2940,-11.6036,-0.5047,10.6463,0.0000,10.6463,6.9012,10.6463,0.6705,0.0000,9.9757,0.0000,9.9757,6.4487,3.5270,0.0000,3.5270,-0.2340,3.7610,0.0000,16.2059,10.9150,-23.3599,1.2023,3930.2576,3930.2576,3930.2576 -721.5000,1.0000,9145.9602,58.4810,58.1570,-0.1856,0.0000,5,1282.7700,95.3480,564.4850,-84.6592,12.8082,75.8280,-11.3724,-0.5771,6.5406,0.0000,6.5406,6.8448,6.5406,0.6412,0.0000,5.8994,0.0000,5.8994,6.3807,-0.4814,0.0000,-0.4814,-0.2675,-0.2138,0.0000,15.6989,10.8000,-26.7127,1.2077,3185.5513,3185.5513,3185.5513 -722.5000,1.0000,9162.0458,57.8985,57.6600,-0.1381,0.0000,5,1269.9929,145.7932,549.3895,-83.9014,19.3895,73.0651,-11.1583,-0.4251,13.0331,0.0000,13.0331,6.7816,13.0331,0.6629,0.0000,12.3702,0.0000,12.3702,6.3172,6.0530,0.0000,6.0530,-0.1971,6.2500,0.0000,15.2342,10.6924,-19.6766,1.1801,4318.0032,4318.0032,4318.0032 -723.5000,1.0000,9178.0058,57.4460,57.2520,-0.1133,0.0000,5,1260.0674,171.1700,569.6040,-83.3128,22.5866,75.1615,-10.9934,-0.3463,16.2408,0.0000,16.2408,6.6920,16.2408,0.6717,0.0000,15.5691,0.0000,15.5691,6.2678,9.3013,0.0000,9.3013,-0.1605,9.4618,0.0000,14.8798,10.6089,-16.0268,1.1144,4912.4699,4912.4699,4912.4699 -724.5000,1.0000,9193.8520,57.0360,56.8400,-0.1144,0.0000,5,1251.0742,168.6286,578.6600,-82.7794,22.0924,75.8115,-10.8451,-0.3472,15.7530,0.0000,15.7530,6.6866,15.7530,0.6627,0.0000,15.0903,0.0000,15.0903,6.2231,8.8672,0.0000,8.8672,-0.1609,9.0282,0.0000,14.5634,10.5331,-16.0684,1.1733,4806.0958,4806.0958,4806.0958 -725.5000,1.0000,9209.5927,56.6565,56.4930,-0.0964,0.0000,5,1242.7499,188.0543,576.1064,-82.2857,24.4735,74.9748,-10.7087,-0.2904,18.0093,0.0000,18.0093,6.7546,18.0093,0.6680,0.0000,17.3414,0.0000,17.3414,6.1817,11.1597,0.0000,11.1597,-0.1346,11.2944,0.0000,14.2746,10.4631,-13.4433,1.2115,5257.7486,5257.7486,5257.7486 -726.5000,1.0000,9225.2031,56.1875,55.9020,-0.1642,0.0000,5,1232.4625,110.6105,581.0125,-81.6756,14.2757,74.9873,-10.5413,-0.4906,8.1072,0.0000,8.1072,6.6592,8.1072,0.6110,0.0000,7.4961,0.0000,7.4961,6.1305,1.3656,0.0000,1.3656,-0.2274,1.5930,0.0000,13.9233,10.3764,-22.7067,1.1896,3384.2030,3384.2030,3384.2030 -727.5000,1.0000,9240.6085,55.4495,55.0170,-0.2458,0.0000,5,1216.2746,17.6069,540.7439,-80.7155,2.2426,68.8735,-10.2806,-0.7250,-3.6037,0.0000,-3.6037,6.5713,-3.6037,0.6157,0.0000,-4.2194,0.0000,-4.2194,6.0500,-10.2694,0.0000,-10.2694,-0.3361,-9.9333,0.0000,13.3823,10.2402,-33.5558,1.1735,1783.3224,1783.3224,1783.3224 -728.5000,1.0000,9255.7604,54.5370,54.0770,-0.2611,0.0000,5,1196.2591,-2.7120,492.4430,-79.5271,-0.3397,61.6893,-9.9625,-0.7574,-6.0443,0.0000,-6.0443,6.4619,-6.0443,0.6068,0.0000,-6.6511,0.0000,-6.6511,5.9504,-12.6015,0.0000,-12.6015,-0.3511,-12.2504,0.0000,12.7326,10.0716,-35.0547,1.1415,1409.5630,1409.5630,1409.5630 -729.5000,1.0000,9270.6497,53.5915,53.1260,-0.2642,0.0000,5,1175.5197,-10.5052,477.0303,-78.2900,-1.2932,58.7225,-9.6375,-0.7529,-6.7796,0.0000,-6.7796,6.2393,-6.7796,0.5934,0.0000,-7.3730,0.0000,-7.3730,5.8473,-13.2202,0.0000,-13.2202,-0.3490,-12.8712,0.0000,12.0818,9.8970,-34.8500,1.0179,1232.7880,1232.7880,1232.7880 -730.5000,1.0000,9285.1547,52.2080,51.3100,-0.5044,0.0000,5,1145.1729,-76.4779,458.3376,-76.4797,-9.1714,54.9649,-9.1716,-1.4007,-13.9391,0.0000,-13.9391,6.1684,-13.9391,0.5892,0.0000,-14.5283,0.0000,-14.5283,5.6963,-20.2246,23.6346,-43.8591,-0.6493,-43.2098,0.8066,11.1726,9.6415,-64.8305,1.0349,0.0000,0.0000,0.0000 -731.5000,1.0000,9299.1704,50.4465,49.6030,-0.4742,0.0000,5,1106.5347,-74.1734,415.4413,-74.1749,-8.5949,48.1397,-8.5951,-1.2722,-13.3493,0.0000,-13.3493,6.0266,-13.3493,0.5601,0.0000,-13.9094,0.0000,-13.9094,5.5041,-19.4135,19.7140,-39.1276,-0.5897,-38.5378,0.9499,10.0793,9.3162,-58.8832,0.9902,0.0000,0.0000,0.0000 -732.5000,1.0000,9312.7511,48.8805,48.1780,-0.3958,0.0000,5,1072.1848,-71.7934,408.6084,-71.7940,-8.0609,45.8781,-8.0610,-1.0290,-12.8177,0.0000,-12.8177,5.7858,-12.8177,0.5348,0.0000,-13.3525,0.0000,-13.3525,5.3332,-18.6858,10.3047,-28.9905,-0.4770,-28.5135,0.9204,9.1687,9.0270,-47.6296,0.9348,0.0000,0.0000,0.0000 -733.5000,1.0000,9326.1071,48.0715,47.9850,-0.0536,0.0000,5,1054.4395,205.2923,414.8088,-70.5237,22.6685,45.8035,-7.7873,-0.1371,17.0498,0.0000,17.0498,5.7558,17.0498,0.5344,0.0000,16.5153,0.0000,16.5153,5.2450,11.2704,0.0000,11.2704,-0.0635,11.3339,0.0812,8.7192,8.8776,-6.3441,1.0009,4840.2066,4840.2066,4840.2066 -734.5000,1.0000,9339.4520,48.0315,48.0980,0.0314,0.0000,5,1053.5621,299.0933,553.7572,-70.4609,32.9986,61.0953,-7.7739,0.0802,27.1411,0.0000,27.1411,5.7773,27.1411,0.5843,0.0000,26.5568,0.0000,26.5568,5.2406,21.3162,0.0000,21.3162,0.0372,21.2790,0.0000,8.6974,8.8702,3.7113,0.9660,6779.9037,6779.9037,6779.9037 -735.5000,1.0000,9352.8042,48.0580,48.0380,-0.0167,0.0000,5,1054.1434,245.6363,598.5952,-70.5025,27.1157,66.0787,-7.7827,-0.0426,21.3949,0.0000,21.3949,5.7634,21.3949,0.5560,0.0000,20.8390,0.0000,20.8390,5.2435,15.5955,0.0000,15.5955,-0.0197,15.6152,0.0000,8.7118,8.8751,-1.9717,1.0009,5633.3128,5633.3128,5633.3128 -736.5000,1.0000,9366.1700,48.1070,48.1960,0.0439,0.0000,5,1055.2182,313.0684,574.0341,-70.5795,34.5947,63.4320,-7.7992,0.1123,28.7143,0.0000,28.7143,5.7682,28.7143,0.5932,0.0000,28.1211,0.0000,28.1211,5.2489,22.8722,0.0000,22.8722,0.0521,22.8201,0.0000,8.7385,8.8842,5.1975,1.0011,7076.7350,7076.7350,7076.7350 -737.5000,1.0000,9379.5982,48.3315,48.4870,0.0808,0.0000,5,1060.1426,354.7321,608.4026,-70.9320,39.3816,67.5436,-7.8747,0.2078,33.3938,0.0000,33.3938,5.7800,33.3938,0.6198,0.0000,32.7740,0.0000,32.7740,5.2733,27.5007,0.0000,27.5007,0.0963,27.4043,0.0000,8.8615,8.9256,9.6172,0.9907,7953.1851,7953.1851,7953.1851 -738.5000,1.0000,9393.1293,48.7020,48.9370,0.1250,0.0000,5,1068.2694,404.9622,630.7554,-71.5137,45.3027,70.5619,-8.0002,0.3238,39.1648,0.0000,39.1648,5.8141,39.1648,0.6539,0.0000,38.5109,0.0000,38.5109,5.3138,33.1971,0.0000,33.1971,0.1501,33.0470,0.0000,9.0669,8.9941,14.9860,1.0042,9139.6934,9139.6934,9139.6934 -739.5000,1.0000,9406.8713,49.4610,50.0050,0.2967,0.0000,5,1084.9179,598.2886,660.5346,-72.7055,67.9730,75.0449,-8.2602,0.7804,61.3442,0.0000,61.3442,5.8483,61.3442,0.7757,0.0000,60.5685,0.0000,60.5685,5.4530,55.1155,0.0000,55.1155,0.3618,54.7537,0.0000,9.4984,9.1342,36.1211,1.0082,13481.1257,13481.1257,13481.1257 -740.5000,1.0000,9420.9532,50.6850,51.3850,0.3833,0.0000,5,1111.7661,699.9613,754.2929,-74.4869,81.4922,87.8177,-8.6721,1.0333,74.5106,0.0000,74.5106,5.9483,74.5106,0.8594,0.0000,73.6512,0.0000,73.6512,5.7617,67.8895,0.0000,67.8895,0.4790,67.4105,0.0000,10.2219,9.3603,47.8283,1.0030,16004.0779,16004.0779,16004.0779 -741.5000,1.0000,9435.4331,52.1175,52.8700,0.4125,0.0000,5,1143.1878,737.2581,803.3221,-76.3613,88.2604,96.1692,-9.1415,1.1434,81.0952,0.0000,81.0952,6.0218,81.0952,0.9135,0.0000,80.1817,0.0000,80.1817,5.9913,74.1904,0.0000,74.1904,0.5300,73.6603,0.0000,11.1135,9.6248,52.9221,0.9855,17212.6341,17212.6341,17212.6341 -742.5000,1.0000,9450.2981,53.5040,54.1580,0.3578,0.0000,5,1173.6004,680.6744,821.9396,-78.1755,83.6543,101.0157,-9.6077,1.0181,76.4593,0.0000,76.4593,6.1769,76.4593,0.9112,0.0000,75.5481,0.0000,75.5481,6.0492,69.4989,0.0000,69.4989,0.4720,69.0270,0.0000,12.0235,9.8809,47.1226,1.0305,16389.2061,16389.2061,16389.2061 -743.5000,1.0000,9465.5406,54.8630,55.5880,0.3972,0.0000,5,1203.4098,730.2296,800.2906,-79.9525,92.0241,100.8532,-10.0757,1.1590,84.5462,0.0000,84.5462,6.3188,84.5462,0.9725,0.0000,83.5737,0.0000,83.5737,6.2944,77.2793,0.0000,77.2793,0.5373,76.7420,0.0000,12.9635,10.1318,53.6466,1.0367,17951.6240,17951.6240,17951.6240 -744.5000,1.0000,9481.1554,56.2035,56.8390,0.3475,0.0000,5,1232.8134,679.5306,822.8215,-81.6964,87.7273,106.2262,-10.5470,1.0387,80.1997,0.0000,80.1997,6.4889,80.1997,0.9717,0.0000,79.2280,0.0000,79.2280,6.3524,72.8756,0.0000,72.8756,0.4815,72.3940,0.0000,13.9365,10.3794,48.0781,1.0558,17123.3942,17123.3942,17123.3942 -745.5000,1.0000,9497.0958,57.3755,57.9320,0.3036,0.0000,5,1258.5210,633.7669,803.1330,-83.2210,83.5254,105.8465,-10.9679,0.9265,76.1019,0.0000,76.1019,6.4971,76.1019,0.9699,0.0000,75.1320,0.0000,75.1320,6.3987,68.7334,0.0000,68.7334,0.4295,68.3039,0.0000,14.8262,10.5958,42.8818,1.0609,16341.3667,16341.3667,16341.3667 -746.5000,1.0000,9513.2961,58.3110,58.7100,0.2161,0.0000,5,1279.0410,539.2190,785.0684,-84.4380,72.2235,105.1527,-11.3097,0.6702,64.9543,0.0000,64.9543,6.5989,64.9543,0.9292,0.0000,64.0251,0.0000,64.0251,6.3622,57.6629,0.0000,57.6629,0.3107,57.3523,0.0000,15.5626,10.7686,31.0211,1.0383,14278.8040,14278.8040,14278.8040 -747.5000,1.0000,9529.6993,59.0415,59.3930,0.1897,0.0000,5,1295.0644,512.5231,747.6593,-85.3884,69.5078,101.3967,-11.5803,0.5957,62.2782,0.0000,62.2782,6.6338,62.2782,0.9277,0.0000,61.3505,0.0000,61.3505,6.4419,54.9086,0.0000,54.9086,0.2762,54.6325,0.0000,16.1546,10.9035,27.5743,1.0681,13791.2424,13791.2424,13791.2424 -748.5000,1.0000,9546.2392,59.5335,59.6940,0.0836,0.0000,5,1305.8564,396.7922,736.5975,-86.0284,54.2609,100.7289,-11.7643,0.2647,47.2882,0.0000,47.2882,6.7080,47.2882,0.8608,0.0000,46.4274,0.0000,46.4274,6.4956,39.9319,0.0000,39.9319,0.1227,39.8091,0.0000,16.5614,10.9944,12.2533,1.0569,10887.9097,10887.9097,10887.9097 -749.5000,1.0000,9562.8495,59.7870,59.9000,0.0572,0.0000,5,1311.4168,368.3283,689.5630,-86.3582,50.5830,94.6985,-11.8597,0.1820,43.6913,0.0000,43.6913,6.7097,43.6913,0.8470,0.0000,42.8443,0.0000,42.8443,6.5232,36.3211,0.0000,36.3211,0.0843,36.2367,0.0000,16.7738,11.0412,8.4217,1.0580,10191.3279,10191.3279,10191.3279 -750.5000,1.0000,9579.4706,59.8260,59.7720,-0.0356,0.0000,5,1312.2723,265.5774,676.3512,-86.4089,36.4959,92.9447,-11.8744,-0.1131,29.8723,0.0000,29.8723,6.7367,29.8723,0.7785,0.0000,29.0938,0.0000,29.0938,6.5275,22.5663,0.0000,22.5663,-0.0524,22.6187,0.0000,16.8067,11.0484,-5.2363,1.0182,7551.4263,7551.4263,7551.4263 -751.5000,1.0000,9596.0407,59.6425,59.5330,-0.0664,0.0000,5,1308.2473,230.0366,632.3022,-86.1702,31.5149,86.6250,-11.8053,-0.2106,25.0812,0.0000,25.0812,6.6443,25.0812,0.7515,0.0000,24.3297,0.0000,24.3297,6.5075,17.8222,0.0000,17.8222,-0.0976,17.9198,0.0000,16.6525,11.0145,-9.7472,1.0174,6629.8865,6629.8865,6629.8865 -752.5000,1.0000,9612.5767,59.5195,59.5260,-0.0019,0.0000,5,1305.5493,301.8086,618.2293,-86.0102,41.2623,84.5223,-11.7590,-0.0062,34.5446,0.0000,34.5446,6.7239,34.5446,0.7968,0.0000,33.7477,0.0000,33.7477,6.4940,27.2537,0.0000,27.2537,-0.0029,27.2565,0.0000,16.5496,10.9918,-0.2849,1.0569,8450.1303,8450.1303,8450.1303 -753.5000,1.0000,9629.1032,59.4855,59.4650,-0.0169,0.0000,5,1304.8035,284.8859,647.7234,-85.9660,38.9264,88.5041,-11.7463,-0.0536,32.2760,0.0000,32.2760,6.7041,32.2760,0.7849,0.0000,31.4911,0.0000,31.4911,6.4903,25.0007,0.0000,25.0007,-0.0249,25.0256,0.0000,16.5213,10.9855,-2.4812,1.0301,8006.1169,8006.1169,8006.1169 -754.5000,1.0000,9645.5690,59.2670,59.0890,-0.1044,0.0000,5,1300.0107,202.1564,637.9860,-85.6817,27.5209,86.8534,-11.6644,-0.3292,19.0765,0.0000,19.0765,8.7737,19.0765,0.7154,0.0000,18.3611,0.0000,18.3611,6.4665,11.8946,0.0000,11.8946,-0.1526,12.0472,0.0000,16.3401,10.9451,-15.2380,1.0425,5882.8022,5882.8022,5882.8022 -755.5000,1.0000,9661.9333,58.9015,58.7340,-0.0986,0.0000,5,1291.9936,206.9055,601.4730,-85.2062,27.9937,81.3776,-11.5282,-0.3089,19.6145,0.0000,19.6145,8.6881,19.6145,0.7121,0.0000,18.9025,0.0000,18.9025,6.4266,12.4759,0.0000,12.4759,-0.1432,12.6191,0.0000,16.0396,10.8777,-14.2982,1.0276,5952.1774,5952.1774,5952.1774 -756.5000,1.0000,9678.1686,58.4370,58.1600,-0.1594,0.0000,5,1281.8048,137.6167,599.9602,-84.6020,18.4723,80.5328,-11.3561,-0.4955,10.3230,0.0000,10.3230,8.6448,10.3230,0.6581,0.0000,9.6650,0.0000,9.6650,6.3759,3.2890,0.0000,3.2890,-0.2297,3.5188,0.0000,15.6634,10.7919,-22.9365,1.0389,4166.8617,4166.8617,4166.8617 -757.5000,1.0000,9694.1840,57.6455,57.1510,-0.2803,0.0000,5,1264.4434,1.3997,563.2187,-83.5723,0.1853,74.5770,-11.0660,-0.8593,-7.5371,0.0000,-7.5371,8.5818,-7.5371,0.6622,0.0000,-8.1993,0.0000,-8.1993,6.2896,-14.4889,0.0000,-14.4889,-0.3983,-14.0906,0.0000,15.0363,10.6457,-39.7725,1.0354,1629.1814,1629.1814,1629.1814 -758.5000,1.0000,9709.9081,56.5965,56.0620,-0.3025,0.0000,5,1241.4338,-26.5453,496.1623,-82.2076,-3.4510,64.5024,-10.6872,-0.9105,-11.0560,0.0000,-11.0560,8.5156,-11.0560,0.6533,0.0000,-11.7093,0.0000,-11.7093,6.1751,-17.8845,0.0000,-17.8845,-0.4221,-17.4624,0.0000,14.2305,10.4520,-42.1448,1.0309,1037.6850,1037.6850,1037.6850 -759.5000,1.0000,9725.3365,55.5325,55.0230,-0.2886,0.0000,5,1218.0952,-15.4397,477.4948,-80.8235,-1.9695,60.9086,-10.3097,-0.8524,-9.4600,0.0000,-9.4600,8.3429,-9.4600,0.6317,0.0000,-10.0917,0.0000,-10.0917,6.0590,-16.1507,0.0000,-16.1507,-0.3952,-15.7556,0.0000,13.4428,10.2555,-39.4539,1.0130,1204.2657,1204.2657,1204.2657 -760.5000,1.0000,9740.3620,54.0815,53.1600,-0.5175,0.0000,5,1186.2677,-78.9290,467.1615,-78.9311,-9.8050,58.0334,-9.8053,-1.4885,-16.4978,0.0000,-16.4978,8.1813,-16.4978,0.6256,0.0000,-17.1234,0.0000,-17.1234,5.9007,-23.0241,24.1545,-47.1786,-0.6900,-46.4886,0.0000,12.4190,9.9875,-68.8951,1.0067,0.0000,0.0000,0.0000 -761.5000,1.0000,9754.8914,52.2960,51.4520,-0.4744,0.0000,5,1147.1031,-76.5933,426.2407,-76.5949,-9.2007,51.2019,-9.2009,-1.3196,-15.9307,0.0000,-15.9307,8.0495,-15.9307,0.5956,0.0000,-16.5262,0.0000,-16.5262,5.7059,-22.2321,17.9775,-40.2096,-0.6117,-39.5979,0.5934,11.2288,9.6578,-61.0778,1.0114,0.0000,0.0000,0.0000 -762.5000,1.0000,9768.9525,50.6100,49.7880,-0.4622,0.0000,5,1110.1210,-74.3878,416.8752,-74.3888,-8.6477,48.4624,-8.6478,-1.2442,-13.3593,0.0000,-13.3593,5.9558,-13.3593,0.5627,0.0000,-13.9220,0.0000,-13.9220,5.5220,-19.4440,14.5889,-34.0329,-0.5768,-33.4562,4.6060,10.1774,9.3463,-57.5859,1.0142,0.0000,0.0000,0.0000 -763.5000,1.0000,9782.5171,48.8225,47.8770,-0.5308,0.0000,5,1070.9125,-71.7015,404.1772,-71.7029,-8.0410,45.3267,-8.0412,-1.3784,-12.5310,0.0000,-12.5310,5.8683,-12.5310,0.5332,0.0000,-13.0642,0.0000,-13.0642,5.3269,-18.3911,18.6050,-36.9961,-0.6390,-36.3572,9.2872,9.1377,9.0160,-63.7981,0.9933,0.0000,0.0000,0.0000 -764.5000,1.0000,9795.5450,46.8905,45.9240,-0.5425,0.0000,5,1028.5345,-68.6680,392.8523,-68.6694,-7.3961,42.3133,-7.3962,-1.3529,-11.7563,0.0000,-11.7563,5.7131,-11.7563,0.5024,0.0000,-12.2587,0.0000,-12.2587,5.1161,-17.3748,18.5229,-35.8977,-0.6272,-35.2705,10.5948,8.0957,8.6591,-62.6201,0.9948,0.0000,0.0000,0.0000 -765.5000,1.0000,9808.0825,45.1250,44.3460,-0.4383,0.0000,5,989.8086,-67.2093,380.7873,-67.2098,-6.9664,39.4696,-6.9665,-1.0520,-11.4865,0.0000,-11.4865,5.5721,-11.4865,0.4760,0.0000,-11.9624,0.0000,-11.9624,4.9235,-16.8859,9.9588,-26.8448,-0.4877,-26.3571,6.7865,7.2143,8.3333,-48.6913,0.9856,0.0000,0.0000,0.0000 -766.5000,1.0000,9820.2528,43.8030,43.2800,-0.2961,0.0000,5,960.8107,-45.5954,373.0789,-68.8686,-4.5876,37.5377,-6.9293,-0.6898,-9.3386,0.0000,-9.3386,5.4408,-9.3386,0.4517,0.0000,-9.7903,0.0000,-9.7903,4.7793,-14.5695,0.0000,-14.5695,-0.3198,-14.2497,2.9925,6.5976,8.0893,-31.9292,0.9671,252.8890,252.8890,252.8890 -767.5000,1.0000,9832.2000,43.0000,42.7400,-0.1500,0.0000,5,943.1971,90.0273,381.8157,-69.8762,8.8921,37.7125,-6.9018,-0.3430,3.8668,0.0000,3.8668,5.3683,3.8668,0.4074,0.0000,3.4594,0.0000,3.4594,4.6916,-1.2322,0.0000,-1.2322,-0.1590,-1.0732,0.6228,6.2407,7.9410,-15.8778,0.9745,2573.4929,2573.4929,2573.4929 -768.5000,1.0000,9844.0064,42.4930,42.2660,-0.1317,0.0000,5,932.0761,102.9319,449.1045,-70.5124,10.0469,43.8356,-6.8825,-0.2976,4.9938,0.0000,4.9938,5.3506,4.9938,0.3984,0.0000,4.5955,0.0000,4.5955,4.6363,-0.0408,0.0000,-0.0408,-0.1379,0.0971,0.0000,6.0225,7.8474,-13.7728,0.9719,2771.3030,2771.3030,2771.3030 -769.5000,1.0000,9855.7372,42.2210,42.1960,-0.0194,0.0000,5,926.1099,226.7363,456.8896,-70.8537,21.9893,44.3101,-6.8715,-0.0437,16.7235,0.0000,16.7235,5.3095,16.7235,0.4535,0.0000,16.2700,0.0000,16.2700,4.6066,11.6634,0.0000,11.6634,-0.0202,11.6836,0.0000,5.9074,7.7972,-2.0209,0.9828,4636.8007,4636.8007,4636.8007 -770.5000,1.0000,9867.4629,42.2025,42.2290,0.0092,0.0000,5,925.7041,257.9336,522.0093,-70.8769,25.0040,50.6033,-6.8708,0.0206,19.7281,0.0000,19.7281,5.2552,19.7281,0.4683,0.0000,19.2599,0.0000,19.2599,4.6046,14.6552,0.0000,14.6552,0.0095,14.6457,0.0000,5.8996,7.7938,0.9523,0.9586,5218.7397,5218.7397,5218.7397 -771.5000,1.0000,9879.1540,42.0780,41.9470,-0.0783,0.0000,5,922.9732,160.4587,534.7364,-71.0331,15.5089,51.6842,-6.8656,-0.1753,10.4344,0.0000,10.4344,5.2498,10.4344,0.4202,0.0000,10.0143,0.0000,10.0143,4.5910,5.4232,0.0000,5.4232,-0.0813,5.5045,0.0000,5.8476,7.7708,-8.1139,0.9582,3554.4416,3554.4416,3554.4416 -772.5000,1.0000,9890.8050,41.9335,41.9400,-0.0019,0.0000,5,919.8036,245.0524,484.8644,-71.2144,23.6038,46.7029,-6.8595,-0.0043,18.3621,0.0000,18.3621,5.2461,18.3621,0.4579,0.0000,17.9042,0.0000,17.9042,4.5753,13.3289,0.0000,13.3289,-0.0020,13.3309,0.0000,5.7875,7.7441,-0.2007,0.9579,4931.3592,4931.3592,4931.3592 -773.5000,1.0000,9902.4754,42.0035,42.0870,0.0408,0.0000,5,921.3390,292.5980,530.6289,-71.1266,28.2306,51.1963,-6.8625,0.0912,22.9025,0.0000,22.9025,5.2369,22.9025,0.4816,0.0000,22.4209,0.0000,22.4209,4.5829,17.8380,0.0000,17.8380,0.0423,17.7957,0.0000,5.8166,7.7570,4.2221,0.9463,5876.3145,5876.3145,5876.3145 -774.5000,1.0000,9914.1931,42.1735,42.2800,0.0536,0.0000,5,925.0680,307.0873,556.9100,-70.9133,29.7484,53.9495,-6.8696,0.1202,24.3901,0.0000,24.3901,5.2381,24.3901,0.4912,0.0000,23.8989,0.0000,23.8989,4.6015,19.2974,0.0000,19.2974,0.0557,19.2417,0.0000,5.8875,7.7884,5.5658,0.9703,6155.0144,6155.0144,6155.0144 -775.5000,1.0000,9926.0097,42.5300,42.8000,0.1444,0.0000,5,932.8877,408.9227,569.6678,-70.4660,39.9484,55.6519,-6.8839,0.3267,34.3525,0.0000,34.3525,5.2691,34.3525,0.5456,0.0000,33.8069,0.0000,33.8069,4.6404,29.1665,0.0000,29.1665,0.1515,29.0151,0.0000,6.0383,7.8542,15.1226,0.9604,8108.8656,8108.8656,8108.8656 -776.5000,1.0000,9938.0138,43.2045,43.6290,0.2303,0.0000,5,947.6828,506.0201,628.6776,-69.6196,50.2180,62.3907,-6.9091,0.5291,44.3643,0.0000,44.3643,5.3246,44.3643,0.6045,0.0000,43.7598,0.0000,43.7598,4.7140,39.0458,0.0000,39.0458,0.2453,38.8005,0.0000,6.3305,7.9788,24.4912,0.9871,10047.2382,10047.2382,10047.2382 -777.5000,1.0000,9950.2121,43.9040,44.1990,0.1583,0.0000,5,963.0262,427.8793,680.8955,-68.7419,43.1507,68.6669,-6.9325,0.3697,37.4035,0.0000,37.4035,5.3775,37.4035,0.5790,0.0000,36.8245,0.0000,36.8245,4.7903,32.0342,0.0000,32.0342,0.1714,31.8628,0.0000,6.6427,8.1080,17.1122,0.9792,8687.9364,8687.9364,8687.9364 -778.5000,1.0000,9962.5985,44.5810,44.9830,0.2178,0.0000,5,977.8760,495.6264,649.1004,-67.8924,50.7536,66.4698,-6.9524,0.5164,44.8163,0.0000,44.8163,5.4210,44.8163,0.6251,0.0000,44.1912,0.0000,44.1912,4.8641,39.3270,0.0000,39.3270,0.2394,39.0877,0.0000,6.9549,8.2330,23.8997,0.9712,10168.0735,10168.0735,10168.0735 -779.5000,1.0000,9975.2245,45.4435,45.9240,0.2614,0.0000,5,996.7948,546.4705,688.6850,-66.8102,57.0428,71.8878,-6.9739,0.6317,50.9181,0.0000,50.9181,5.4930,50.9181,0.6673,0.0000,50.2508,0.0000,50.2508,4.9582,45.2926,0.0000,45.2926,0.2929,44.9997,0.0000,7.3667,8.3923,29.2407,0.9988,11376.2005,11376.2005,11376.2005 -780.5000,1.0000,9988.1074,46.3685,46.8330,0.2525,0.0000,5,1017.0845,539.6401,715.9677,-67.8498,57.4764,76.2569,-7.2266,0.6227,51.2395,0.0000,51.2395,5.6142,51.2395,0.6816,0.0000,50.5579,0.0000,50.5579,5.0592,45.4988,0.0000,45.4988,0.2887,45.2101,0.0000,7.8257,8.5631,28.8213,0.9805,11451.0647,11451.0647,11451.0647 -781.5000,1.0000,10001.2565,47.3270,47.8410,0.2800,0.0000,5,1038.1090,572.8012,716.0272,-69.3548,62.2695,77.8397,-7.5396,0.7048,55.9034,0.0000,55.9034,5.6613,55.9034,0.7182,0.0000,55.1852,0.0000,55.1852,5.1762,50.0090,0.0000,50.0090,0.3267,49.6823,0.0000,8.3212,8.7401,32.6209,0.9855,12338.5074,12338.5074,12338.5074 -782.5000,1.0000,10014.7045,48.4025,48.9840,0.3175,0.0000,5,1061.6999,618.4155,735.4015,-71.0435,68.7560,81.7626,-7.8987,0.8173,62.1830,0.0000,62.1830,5.7557,62.1830,0.7648,0.0000,61.4183,0.0000,61.4183,5.3685,56.0498,0.0000,56.0498,0.3789,55.6709,0.0000,8.9017,8.9387,37.8304,0.9911,13613.9337,13613.9337,13613.9337 -783.5000,1.0000,10028.4478,49.4660,49.9680,0.2733,0.0000,5,1085.0276,571.9470,759.1848,-72.7133,64.9868,86.2615,-8.2620,0.7191,58.4242,0.0000,58.4242,5.8435,58.4242,0.7612,0.0000,57.6630,0.0000,57.6630,5.4099,52.2531,0.0000,52.2531,0.3334,51.9197,0.0000,9.5011,9.1351,33.2835,0.9851,12850.7695,12850.7695,12850.7695 -784.5000,1.0000,10042.4560,50.4195,50.8910,0.2564,0.0000,5,1105.9424,556.7020,740.1597,-74.1396,64.4739,85.7209,-8.5864,0.6875,57.7860,0.0000,57.7860,6.0004,57.7860,0.7718,0.0000,57.0141,0.0000,57.0141,5.5012,51.5130,0.0000,51.5130,0.3187,51.1942,0.0000,10.0610,9.3112,31.8220,1.1062,12735.9648,12735.9648,12735.9648 -785.5000,1.0000,10056.6813,51.2010,51.5310,0.1778,0.0000,5,1123.0845,472.4318,734.3794,-75.1621,55.5623,86.3697,-8.8398,0.4841,48.9483,0.0000,48.9483,6.1299,48.9483,0.7391,0.0000,48.2092,0.0000,48.2092,5.5864,42.6227,0.0000,42.6227,0.2244,42.3983,0.0000,10.5357,9.4556,22.4071,1.2007,11054.8361,11054.8361,11054.8361 -786.5000,1.0000,10071.0093,51.5710,51.6310,0.0278,0.0000,5,1131.2004,306.4081,694.8732,-75.6462,36.2968,82.3140,-8.9610,0.0762,30.1283,0.0000,30.1283,6.0923,30.1283,0.6505,0.0000,29.4778,0.0000,29.4778,5.6268,23.8510,0.0000,23.8510,0.0353,23.8156,0.0000,10.7653,9.5239,3.5264,1.1348,7408.3758,7408.3758,7408.3758 -787.5000,1.0000,10085.3404,51.5820,51.5530,-0.0217,0.0000,5,1131.4417,251.5640,617.1202,-75.6606,29.8064,73.1190,-8.9646,-0.0594,23.7663,0.0000,23.7663,6.0995,23.7663,0.6189,0.0000,23.1474,0.0000,23.1474,5.6280,17.5194,0.0000,17.5194,-0.0276,17.5470,0.0000,10.7722,9.5259,-2.7512,1.1240,6145.3377,6145.3377,6145.3377 -788.5000,1.0000,10099.6474,51.4950,51.4570,-0.0267,0.0000,5,1129.5333,245.4091,590.9910,-75.5468,29.0281,69.9051,-8.9360,-0.0730,23.0459,0.0000,23.0459,6.0552,23.0459,0.6140,0.0000,22.4320,0.0000,22.4320,5.6185,16.8135,0.0000,16.8135,-0.0339,16.8473,0.0000,10.7178,9.5099,-3.3804,1.1126,5989.4641,5989.4641,5989.4641 -789.5000,1.0000,10113.9099,51.3350,51.2330,-0.0622,0.0000,5,1126.0238,205.4425,586.6607,-75.3374,24.2251,69.1772,-8.8836,-0.1699,18.3460,0.0000,18.3460,6.0491,18.3460,0.5881,0.0000,17.7579,0.0000,17.7579,5.6011,12.1568,0.0000,12.1568,-0.0788,12.2356,0.0000,10.6183,9.4803,-7.8630,1.1007,5149.5440,5149.5440,5149.5440 -790.5000,1.0000,10128.1032,51.0860,50.9590,-0.0761,0.0000,5,1120.5620,190.2560,566.3474,-75.0116,22.3256,66.4580,-8.8022,-0.2068,16.3800,0.0000,16.3800,6.1524,16.3800,0.5746,0.0000,15.8054,0.0000,15.8054,5.5739,10.2315,0.0000,10.2315,-0.0959,10.3274,0.0000,10.4645,9.4343,-9.5715,1.1441,4795.2826,4795.2826,4795.2826 -791.5000,1.0000,10142.2088,50.7700,50.6010,-0.0994,0.0000,5,1113.6306,163.3271,557.1418,-74.5982,19.0471,64.9734,-8.6996,-0.2685,13.1880,0.0000,13.1880,6.1275,13.1880,0.5540,0.0000,12.6340,0.0000,12.6340,5.5394,7.0946,0.0000,7.0946,-0.1245,7.2191,0.0000,10.2716,9.3760,-12.4284,1.1659,4147.3283,4147.3283,4147.3283 -792.5000,1.0000,10156.1606,50.2165,49.8520,-0.2081,0.0000,5,1101.4897,40.8894,539.0261,-73.8739,4.7165,62.1754,-8.5212,-0.5557,-0.7590,0.0000,-0.7590,6.0312,-0.7590,0.5251,0.0000,-1.2842,0.0000,-1.2842,5.4790,-6.7632,0.0000,-6.7632,-0.2576,-6.5056,0.0000,9.9397,9.2737,-25.7191,1.1050,2027.4643,2027.4643,2027.4643 -793.5000,1.0000,10169.8818,49.3865,48.9410,-0.2531,0.0000,5,1083.2838,-11.3030,473.4013,-72.5885,-1.2822,53.7032,-8.2345,-0.6647,-6.5818,0.0000,-6.5818,5.9642,-6.5818,0.5269,0.0000,-7.1087,0.0000,-7.1087,5.3885,-12.4972,0.0000,-12.4972,-0.3081,-12.1890,0.0000,9.4552,9.1205,-30.7647,1.0891,1017.4796,1017.4796,1017.4796 -794.5000,1.0000,10183.2197,48.0065,47.0920,-0.5136,0.0000,5,1053.0137,-70.4195,431.9606,-70.4217,-7.7652,47.6329,-7.7655,-1.3114,-12.3207,0.0000,-12.3207,5.8668,-12.3207,0.5204,0.0000,-12.8411,0.0000,-12.8411,5.2379,-18.0790,25.6728,-43.7518,-0.6079,-43.1438,0.0000,8.6870,8.8656,-60.6965,1.0816,0.0000,0.0000,0.0000 -795.5000,1.0000,10196.0788,46.2825,45.4930,-0.4442,0.0000,5,1015.1981,-67.7135,392.1371,-67.7147,-7.1987,41.6886,-7.1988,-1.0933,-11.8440,0.0000,-11.8440,5.7386,-11.8440,0.4937,0.0000,-12.3377,0.0000,-12.3377,5.0498,-17.3875,16.5440,-33.9315,-0.5068,-33.4247,0.8491,7.7838,8.5472,-50.6048,1.0739,0.0000,0.0000,0.0000 -796.5000,1.0000,10208.4960,44.6920,43.9110,-0.4394,0.0000,5,980.3108,-67.7519,376.8108,-67.7531,-6.9553,38.6826,-6.9554,-1.0445,-11.5785,0.0000,-11.5785,5.6678,-11.5785,0.4700,0.0000,-12.0485,0.0000,-12.0485,4.8763,-16.9248,15.7049,-32.6297,-0.4842,-32.1455,0.9386,7.0087,8.2535,-48.3463,1.1131,0.0000,0.0000,0.0000 -797.5000,1.0000,10220.5114,43.2455,42.6000,-0.3642,0.0000,5,948.5821,-69.5678,371.1104,-69.5682,-6.9105,36.8644,-6.9106,-0.8376,-11.5872,0.0000,-11.5872,5.5142,-11.5872,0.4495,0.0000,-12.0367,0.0000,-12.0367,4.7184,-16.7551,7.1569,-23.9120,-0.3883,-23.5237,0.9083,6.3494,7.9864,-38.7677,1.0488,0.0000,0.0000,0.0000 -798.5000,1.0000,10232.2839,42.3710,42.1620,-0.1217,0.0000,5,929.4001,116.6480,378.7697,-70.6655,11.3529,36.8644,-6.8776,-0.2742,6.1470,0.0000,6.1470,5.4801,6.1470,0.4025,0.0000,5.7445,0.0000,5.7445,4.6230,1.1215,0.0000,1.1215,-0.1271,1.2486,0.1432,5.9707,7.8249,-12.6902,1.1047,2942.7311,2942.7311,2942.7311 -799.5000,1.0000,10243.9724,42.0685,41.9950,-0.0464,0.0000,5,922.7648,197.8316,461.8288,-71.0450,19.1168,44.6273,-6.8652,-0.1038,13.7874,0.0000,13.7874,5.4332,13.7874,0.4368,0.0000,13.3506,0.0000,13.3506,4.5900,8.7606,0.0000,8.7606,-0.0481,8.8087,0.0000,5.8436,7.7690,-4.8040,1.0924,4140.6853,4140.6853,4140.6853 -800.5000,1.0000,10255.7092,42.2425,42.5100,0.1431,0.0000,5,926.5815,408.1445,511.2569,-70.8267,39.6028,49.6080,-6.8724,0.3214,33.8913,0.0000,33.8913,5.3902,33.8913,0.5396,0.0000,33.3517,0.0000,33.3517,4.6090,28.7427,0.0000,28.7427,0.1490,28.5937,0.0000,5.9166,7.8011,14.8759,1.0689,8045.9641,8045.9641,8045.9641 -801.5000,1.0000,10267.4303,42.1862,41.8824,-0.1743,0.0000,0,919.6997,49.2802,606.0401,-71.2204,4.7462,58.3682,-6.8593,-0.7077,0.0000,0.0000,0.0000,5.4539,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.6028,-4.6028,0.0000,-4.6028,-0.1813,-4.4215,0.0000,5.8931,7.7907,-18.1053,1.1031,1719.8576,1719.8576,1719.8576 -802.5000,1.0000,10279.3048,42.7380,43.6137,0.4809,0.0000,4,1161.3497,691.6854,691.6854,-77.4447,84.1202,84.1202,-9.4185,18.1280,60.4649,0.0000,60.4649,5.5273,72.2355,2.1315,0.0000,70.1040,0.0000,70.1040,4.9783,65.1256,0.0000,65.1256,0.5068,64.6189,0.0000,6.1296,7.8927,50.5966,1.1212,16476.8336,16476.8336,16476.8336 -803.5000,1.0000,10291.8059,44.9938,46.3940,0.7723,0.0000,4,1460.6590,786.8651,795.3441,-95.2094,120.3588,121.6557,-14.5632,4.0481,110.5677,0.0000,110.5677,5.7430,110.5677,2.9566,0.0000,107.6111,0.0000,107.6111,5.7482,101.8629,0.0000,101.8629,0.8567,101.0061,0.0000,7.1562,8.3093,85.5407,1.2491,23441.4602,23441.4602,23441.4602 -804.5000,1.0000,10304.9267,47.2250,48.0760,0.4672,0.0000,4,1533.0901,549.0193,860.8456,-99.5052,88.1422,138.2043,-15.9750,2.5704,79.7496,0.0000,79.7496,5.8222,79.7496,2.4002,0.0000,77.3494,0.0000,77.3494,5.4993,71.8501,0.0000,71.8501,0.5440,71.3061,0.0000,8.2692,8.7213,54.3156,1.2251,17334.7373,17334.7373,17334.7373 -805.5000,1.0000,10318.4968,48.8425,49.6290,0.4314,0.0000,4,1585.5998,524.1900,795.9709,-102.6194,87.0384,132.1659,-17.0393,2.4546,78.6075,0.0000,78.6075,5.9764,78.6075,2.4222,0.0000,76.1853,0.0000,76.1853,5.6304,70.5548,0.0000,70.5548,0.5195,70.0353,0.0000,9.1477,9.0200,51.8676,1.2625,17261.9265,17261.9265,17261.9265 -806.5000,1.0000,10332.5178,50.4655,51.3220,0.4703,0.0000,4,1638.2881,557.8329,796.0001,-104.8370,95.7024,136.5627,-17.9860,2.7648,86.9546,0.0000,86.9546,5.9831,86.9546,2.6353,0.0000,84.3193,0.0000,84.3193,5.9016,78.4177,0.0000,78.4177,0.5851,77.8326,0.0000,10.0906,9.3197,58.4223,1.1572,18918.9601,18918.9601,18918.9601 -807.5000,1.0000,10346.6739,50.9518,50.6016,-0.2001,0.0000,0,1665.7685,35.8098,796.7513,-105.8157,6.2466,138.9844,-18.4584,0.0000,0.0000,0.0000,0.0000,6.2466,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,5.5592,-5.5592,0.0000,-5.5592,-0.2514,-5.3078,0.0000,10.3827,9.4095,-25.1000,1.3012,3229.8883,3229.8883,3229.8883 -808.5000,1.0000,10360.8650,51.0779,51.5743,0.2702,0.0000,5,1398.4109,402.8365,402.8365,-91.5176,58.9919,58.9919,-13.4020,-22.9600,75.6295,0.0000,75.6295,6.3225,60.5932,0.7955,0.0000,59.7976,0.0000,59.7976,5.5900,54.2076,0.0000,54.2076,0.3403,53.8673,0.0000,10.4604,9.4328,33.9740,1.2494,11844.2764,11844.2764,11844.2764 -809.5000,1.0000,10375.3866,52.2679,52.9816,0.3909,0.0000,5,1146.4874,715.5458,715.5458,-76.5581,85.9083,85.9083,-9.1916,1.0867,78.5324,0.0000,78.5324,6.2894,78.5324,0.9029,0.0000,77.6295,0.0000,77.6295,5.9668,71.6627,0.0000,71.6627,0.5037,71.1589,0.0000,11.2097,9.6526,50.2966,1.0837,16784.0325,16784.0325,16784.0325 -810.5000,1.0000,10390.3401,53.8227,54.6839,0.4729,0.0000,5,1180.5913,814.2486,814.2486,-78.5925,100.6666,100.6666,-9.7165,1.3536,92.7790,0.0000,92.7790,6.5341,92.7790,0.9977,0.0000,91.7814,0.0000,91.7814,6.3220,85.4594,0.0000,85.4594,0.6275,84.8319,0.0000,12.2410,9.9397,62.6512,1.1606,19587.8674,19587.8674,19587.8674 -811.5000,1.0000,10405.7834,55.5857,56.5075,0.5066,0.0000,5,1219.2616,858.3305,858.3305,-80.8927,109.5923,109.5923,-10.3284,1.4976,101.4392,0.0000,101.4392,6.6555,101.4392,1.0682,0.0000,100.3710,0.0000,100.3710,6.6128,93.7582,0.0000,93.7582,0.6942,93.0640,0.0000,13.4839,10.2653,69.3147,1.1618,21289.3629,21289.3629,21289.3629 -812.5000,1.0000,10421.7390,57.4303,58.3731,0.5182,0.0000,5,1259.7230,877.9269,877.9269,-83.2923,115.8143,115.8143,-10.9877,1.5829,107.4743,0.0000,107.4743,6.7571,107.4743,1.1276,0.0000,106.3467,0.0000,106.3467,6.8719,99.4748,0.0000,99.4748,0.7338,98.7410,0.0000,14.8713,10.6060,73.2638,1.1764,22465.2779,22465.2779,22465.2779 -813.5000,1.0000,10438.2137,59.2990,60.2449,0.5200,0.0000,5,1300.7131,886.8523,886.8523,-85.7234,120.7985,120.7985,-11.6764,1.6398,112.2784,0.0000,112.2784,6.8802,112.2784,1.1819,0.0000,111.0965,0.0000,111.0965,7.1149,103.9817,0.0000,103.9817,0.7602,103.2215,0.0000,16.3705,10.9511,75.9000,1.1911,23408.0956,23408.0956,23408.0956 -814.5000,1.0000,10455.0704,60.6740,61.1230,0.2439,0.0000,5,1330.8723,581.0361,889.4358,-87.5121,80.9782,123.9594,-12.1964,0.7871,73.1986,0.0000,73.1986,6.9926,73.1986,1.0092,0.0000,72.1894,0.0000,72.1894,6.6576,65.5318,0.0000,65.5318,0.3649,65.1669,0.0000,17.5324,11.2050,36.4296,1.2147,15881.4120,15881.4120,15881.4120 -815.5000,1.0000,10472.0269,61.0335,60.9640,-0.0442,0.0000,5,1338.7586,261.6874,766.5243,-87.9798,36.6871,107.4625,-12.3343,-0.1434,29.8719,0.0000,29.8719,6.9586,29.8719,0.7986,0.0000,29.0734,0.0000,29.0734,6.6592,22.4141,0.0000,22.4141,-0.0665,22.4806,0.0000,17.8450,11.2714,-6.6358,1.2176,7579.5732,7579.5732,7579.5732 -816.5000,1.0000,10488.9604,60.9505,60.9570,-0.0019,0.0000,5,1336.9380,307.7317,638.0023,-87.8718,43.0836,89.3228,-12.3024,-0.0063,36.2127,0.0000,36.2127,6.8772,36.2127,0.8289,0.0000,35.3838,0.0000,35.3838,6.6502,28.7336,0.0000,28.7336,-0.0029,28.7366,0.0000,17.7723,11.2561,-0.2917,1.1776,8810.1228,8810.1228,8810.1228 -817.5000,1.0000,10505.8976,60.9640,60.9910,0.0094,0.0000,5,1337.2341,320.7873,657.0002,-87.8894,44.9214,92.0029,-12.3076,0.0306,37.9637,0.0000,37.9637,6.9271,37.9637,0.8379,0.0000,37.1258,0.0000,37.1258,6.6517,30.4742,0.0000,30.4742,0.0142,30.4600,0.0000,17.7841,11.2585,1.4174,1.1214,9146.1809,9146.1809,9146.1809 -818.5000,1.0000,10522.8762,61.1130,61.2550,0.0733,0.0000,5,1340.5024,392.8129,664.1699,-88.0832,55.1419,93.2342,-12.3649,0.2384,47.9016,0.0000,47.9016,7.0019,47.9016,0.8900,0.0000,47.0116,0.0000,47.0116,6.6679,40.3437,0.0000,40.3437,0.1105,40.2332,0.0000,17.9149,11.2861,11.0323,1.2055,11075.3177,11075.3177,11075.3177 -819.5000,1.0000,10539.9401,61.4200,61.6050,0.0972,0.0000,5,1347.2364,420.6717,694.6969,-88.4826,59.3493,98.0094,-12.4833,0.3176,51.9929,0.0000,51.9929,7.0388,51.9929,0.9156,0.0000,51.0772,0.0000,51.0772,6.7014,44.3758,0.0000,44.3758,0.1472,44.2286,0.0000,18.1863,11.3428,14.6996,1.2079,11869.7271,11869.7271,11869.7271 -820.5000,1.0000,10557.0715,61.6630,61.7410,0.0378,0.0000,5,1352.5666,355.1574,705.6408,-88.7987,50.3047,99.9473,-12.5775,0.1239,43.1860,0.0000,43.1860,6.9948,43.1860,0.8757,0.0000,42.3103,0.0000,42.3103,6.7279,35.5824,0.0000,35.5824,0.0574,35.5249,0.0000,18.4029,11.3876,5.7344,1.1258,10142.4274,10142.4274,10142.4274 -821.5000,1.0000,10574.2733,61.9165,62.1120,0.1031,0.0000,5,1358.1270,429.4489,681.8143,-89.1285,61.0774,96.9695,-12.6761,0.3394,53.6179,0.0000,53.6179,7.1201,53.6179,0.9321,0.0000,52.6857,0.0000,52.6857,6.7556,45.9302,0.0000,45.9302,0.1573,45.7729,0.0000,18.6309,11.4344,15.7075,1.2118,12191.8802,12191.8802,12191.8802 -822.5000,1.0000,10591.5608,62.2250,62.3580,0.0683,0.0000,5,1364.8939,391.3213,711.6426,-89.5298,55.9321,101.7160,-12.7966,0.2261,48.6759,0.0000,48.6759,7.0300,48.6759,0.9127,0.0000,47.7633,0.0000,47.7633,6.7892,40.9740,0.0000,40.9740,0.1048,40.8692,0.0000,18.9107,11.4914,10.4671,1.1294,11243.3030,11243.3030,11243.3030 -823.5000,1.0000,10608.9214,62.4880,62.6380,0.0778,0.0000,5,1370.6628,402.1993,697.8471,-89.8719,57.7299,100.1658,-12.8998,0.2585,50.5197,0.0000,50.5197,6.9516,50.5197,0.9263,0.0000,49.5934,0.0000,49.5934,6.8179,42.7755,0.0000,42.7755,0.1198,42.6556,0.0000,19.1515,11.5400,11.9641,1.0466,11588.9166,11588.9166,11588.9166 -824.5000,1.0000,10626.3505,62.7350,62.8520,0.0594,0.0000,5,1376.0807,382.8536,702.7105,-90.1933,55.1703,101.2626,-12.9971,0.1983,48.0000,0.0000,48.0000,6.9719,48.0000,0.9180,0.0000,47.0821,0.0000,47.0821,6.8449,40.2372,0.0000,40.2372,0.0919,40.1452,0.0000,19.3795,11.5856,9.1802,1.0481,11106.1438,11106.1438,11106.1438 -825.5000,1.0000,10643.8353,62.9350,63.0380,0.0517,0.0000,5,1380.4676,389.8097,695.8214,-90.4535,56.3518,100.5895,-13.0762,0.1729,47.0559,0.0000,47.0559,9.1229,47.0559,0.9166,0.0000,46.1393,0.0000,46.1393,6.8667,39.2726,0.0000,39.2726,0.0802,39.1924,0.0000,19.5654,11.6225,8.0045,1.0776,11335.1711,11335.1711,11335.1711 -826.5000,1.0000,10661.3775,63.1420,63.2660,0.0633,0.0000,5,1385.0081,404.0304,699.6085,-90.7227,58.5996,101.4696,-13.1582,0.2127,49.1828,0.0000,49.1828,9.2042,49.1828,0.9308,0.0000,48.2519,0.0000,48.2519,6.8893,41.3627,0.0000,41.3627,0.0986,41.2641,0.0000,19.7591,11.6608,9.8442,1.0648,11759.5929,11759.5929,11759.5929 -827.5000,1.0000,10678.9892,63.3920,63.5380,0.0756,0.0000,5,1390.4918,418.5791,706.2890,-91.0480,60.9501,102.8441,-13.2577,0.2547,51.4734,0.0000,51.4734,9.2220,51.4734,0.9466,0.0000,50.5268,0.0000,50.5268,6.9166,43.6102,0.0000,43.6102,0.1181,43.4921,0.0000,19.9948,11.7069,11.7904,1.0805,12192.7657,12192.7657,12192.7657 -828.5000,1.0000,10696.6747,63.6580,63.7980,0.0722,0.0000,5,1396.3265,416.0681,712.8190,-91.3940,60.8387,104.2305,-13.3639,0.2445,51.3305,0.0000,51.3305,9.2637,51.3305,0.9504,0.0000,50.3801,0.0000,50.3801,6.9456,43.4345,0.0000,43.4345,0.1134,43.3211,0.0000,20.2475,11.7561,11.3176,1.0822,12179.8329,12179.8329,12179.8329 -829.5000,1.0000,10714.4264,63.8960,64.0140,0.0600,0.0000,5,1401.5470,403.2635,712.5457,-91.7036,59.1868,104.5801,-13.4593,0.2039,49.7255,0.0000,49.7255,9.2575,49.7255,0.9465,0.0000,48.7790,0.0000,48.7790,6.9716,41.8074,0.0000,41.8074,0.0945,41.7129,0.0000,20.4754,11.8000,9.4374,1.0556,11884.2813,11884.2813,11884.2813 -830.5000,1.0000,10732.1836,63.9160,63.8380,-0.0489,0.0000,5,1401.9857,281.9785,705.7806,-91.7296,41.3988,103.6196,-13.4673,-0.1662,32.3629,0.0000,32.3629,9.2021,32.3629,0.8601,0.0000,31.5029,0.0000,31.5029,6.9737,24.5291,0.0000,24.5291,-0.0770,24.6062,0.0000,20.4946,11.8037,-7.6922,1.0557,8549.2646,8549.2646,8549.2646 -831.5000,1.0000,10749.8755,63.6810,63.5440,-0.0817,0.0000,5,1396.8310,244.6400,657.3111,-91.4239,35.7849,96.1487,-13.3731,-0.2766,26.8761,0.0000,26.8761,9.1854,26.8761,0.8286,0.0000,26.0475,0.0000,26.0475,6.9481,19.0994,0.0000,19.0994,-0.1282,19.2276,0.0000,20.2695,11.7603,-12.8022,1.0683,7500.2900,7500.2900,7500.2900 -832.5000,1.0000,10767.4983,63.4320,63.3400,-0.0567,0.0000,5,1391.3692,256.9968,642.0813,-91.1000,37.4454,93.5537,-13.2736,-0.1912,30.5736,0.0000,30.5736,7.0630,30.5736,0.8428,0.0000,29.7308,0.0000,29.7308,6.9209,22.8099,0.0000,22.8099,-0.0886,22.8985,0.0000,20.0326,11.7143,-8.8484,1.0667,7800.9938,7800.9938,7800.9938 -833.5000,1.0000,10785.0386,63.1350,62.9500,-0.1083,0.0000,5,1384.8546,198.2336,644.3017,-90.7136,28.7482,93.4377,-13.1554,-0.3638,22.0904,0.0000,22.0904,7.0215,22.0904,0.7952,0.0000,21.2952,0.0000,21.2952,6.8885,14.4066,0.0000,14.4066,-0.1686,14.5753,0.0000,19.7527,11.6595,-16.8369,1.0648,6185.2043,6185.2043,6185.2043 -834.5000,1.0000,10802.4540,62.6855,62.4410,-0.1414,0.0000,5,1374.9949,159.3138,617.9946,-90.1289,22.9395,88.9845,-12.9776,-0.4714,16.4730,0.0000,16.4730,6.9379,16.4730,0.7595,0.0000,15.7135,0.0000,15.7135,6.8395,8.8740,0.0000,8.8740,-0.2185,9.0925,0.0000,19.3339,11.5765,-21.8178,1.0478,5109.2324,5109.2324,5109.2324 -835.5000,1.0000,10819.7126,62.1210,61.8210,-0.1722,0.0000,5,1362.6127,122.8190,598.5953,-89.3945,17.5254,85.4150,-12.7559,-0.5690,11.1898,0.0000,11.1898,6.9046,11.1898,0.7235,0.0000,10.4663,0.0000,10.4663,6.7779,3.6884,0.0000,3.6884,-0.2638,3.9522,0.0000,18.8164,11.4722,-26.3364,1.0583,4102.5626,4102.5626,4102.5626 -836.5000,1.0000,10836.8079,61.5330,61.2650,-0.1544,0.0000,5,1349.7150,140.3660,580.8662,-88.6296,19.8396,82.1007,-12.5271,-0.5054,13.4607,0.0000,13.4607,6.8843,13.4607,0.7249,0.0000,12.7358,0.0000,12.7358,6.7137,6.0221,0.0000,6.0221,-0.2343,6.2564,0.0000,18.2871,11.3636,-23.3943,1.0686,4499.6246,4499.6246,4499.6246 -837.5000,1.0000,10853.7247,60.8905,60.5360,-0.2025,0.0000,5,1335.6219,84.6166,583.3601,-87.7937,11.8350,81.5922,-12.2794,-0.6558,5.6371,0.0000,5.6371,6.8537,5.6371,0.6852,0.0000,4.9519,0.0000,4.9519,6.6436,-1.6917,0.0000,-1.6917,-0.3040,-1.3877,0.0000,17.7205,11.2450,-30.3532,1.0504,3165.3935,3165.3935,3165.3935 -838.5000,1.0000,10870.4787,60.3045,60.0930,-0.1231,0.0000,5,1322.7681,169.9466,558.7397,-87.0314,23.5410,77.3966,-12.0556,-0.3947,17.2024,0.0000,17.2024,6.7333,17.2024,0.7231,0.0000,16.4793,0.0000,16.4793,6.5797,9.8996,0.0000,9.8996,-0.1830,10.0826,0.0000,17.2134,11.1367,-18.2675,1.0470,5150.3618,5150.3618,5150.3618 -839.5000,1.0000,10887.0893,59.7880,59.5030,-0.1639,0.0000,5,1311.4388,122.8477,590.7725,-86.3595,16.8711,81.1329,-11.8601,-0.5211,10.6591,0.0000,10.6591,6.7331,10.6591,0.6818,0.0000,9.9773,0.0000,9.9773,6.5233,3.4540,0.0000,3.4540,-0.2416,3.6955,0.0000,16.7750,11.0414,-24.1209,1.0581,3920.0828,3920.0828,3920.0828 -840.5000,1.0000,10903.5339,59.1905,58.8980,-0.1681,0.0000,5,1298.3327,115.4446,567.5450,-85.5822,15.6960,77.1640,-11.6358,-0.5290,9.6009,0.0000,9.6009,6.6241,9.6009,0.6667,0.0000,8.9342,0.0000,8.9342,6.4582,2.4760,0.0000,2.4760,-0.2452,2.7212,0.0000,16.2771,10.9310,-24.4869,1.0155,3684.3118,3684.3118,3684.3118 -841.5000,1.0000,10919.8362,58.6785,58.4790,-0.1164,0.0000,5,1287.1021,170.8974,562.8392,-84.9161,23.0344,75.8623,-11.4454,-0.3632,16.8110,0.0000,16.8110,6.5867,16.8110,0.6944,0.0000,16.1165,0.0000,16.1165,6.4023,9.7143,0.0000,9.7143,-0.1684,9.8826,0.0000,15.8582,10.8365,-16.8120,1.0532,5032.3783,5032.3783,5032.3783 -842.5000,1.0000,10936.0571,58.3850,58.3110,-0.0467,0.0000,5,1280.6642,247.2961,586.7063,-84.5343,33.1651,78.6837,-11.3370,-0.1449,26.7388,0.0000,26.7388,6.5712,26.7388,0.7393,0.0000,25.9995,0.0000,25.9995,6.3703,19.6292,0.0000,19.6292,-0.0672,19.6964,0.0000,15.6212,10.7823,-6.7071,1.0386,6900.0728,6900.0728,6900.0728 -843.5000,1.0000,10952.2633,58.3325,58.3740,0.0175,0.0000,5,1279.5126,318.6709,620.4373,-84.4660,42.6988,83.1325,-11.3176,0.0543,36.0393,0.0000,36.0393,6.6053,36.0393,0.7850,0.0000,35.2543,0.0000,35.2543,6.3645,28.8898,0.0000,28.8898,0.0252,28.8646,0.0000,15.5791,10.7726,2.5129,1.0517,8675.1093,8675.1093,8675.1093 -844.5000,1.0000,10968.4933,58.4180,58.4820,0.0300,0.0000,5,1281.3881,332.7414,651.2958,-84.5772,44.6494,87.3952,-11.3491,0.0932,37.9633,0.0000,37.9633,6.5930,37.9633,0.7960,0.0000,37.1673,0.0000,37.1673,6.3739,30.7935,0.0000,30.7935,0.0432,30.7503,0.0000,15.6477,10.7884,4.3142,1.0521,9047.7671,9047.7671,9047.7671 -845.5000,1.0000,10984.7517,58.5200,58.5780,0.0267,0.0000,5,1283.6254,329.3383,657.5769,-84.7099,44.2700,88.3921,-11.3868,0.0830,37.5978,0.0000,37.5978,6.5892,37.5978,0.7958,0.0000,36.8020,0.0000,36.8020,6.3850,30.4170,0.0000,30.4170,0.0385,30.3785,0.0000,15.7298,10.8072,3.8415,1.0526,8979.5649,8979.5649,8979.5649 -846.5000,1.0000,11001.0328,58.6020,58.6460,0.0189,0.0000,5,1285.4241,321.0643,656.3221,-84.8166,43.2182,88.3471,-11.4171,0.0589,36.5564,0.0000,36.5564,6.6030,36.5564,0.7919,0.0000,35.7645,0.0000,35.7645,6.3939,29.3706,0.0000,29.3706,0.0273,29.3433,0.0000,15.7960,10.8223,2.7249,1.0396,8783.0158,8783.0158,8783.0158 -847.5000,1.0000,11017.2942,58.5310,58.4360,-0.0583,0.0000,5,1283.8667,235.3044,651.1002,-84.7242,31.6358,87.5380,-11.3909,-0.1816,25.1790,0.0000,25.1790,6.6384,25.1790,0.7339,0.0000,24.4451,0.0000,24.4451,6.3862,18.0589,0.0000,18.0589,-0.0842,18.1431,0.0000,15.7387,10.8092,-8.4049,1.0526,6616.9317,6616.9317,6616.9317 -848.5000,1.0000,11033.4758,58.2440,58.0720,-0.1011,0.0000,5,1277.5714,186.2547,612.4569,-84.3509,24.9185,81.9387,-11.2850,-0.3132,18.6740,0.0000,18.6740,6.5576,18.6740,0.6967,0.0000,17.9773,0.0000,17.9773,6.3549,11.6225,0.0000,11.6225,-0.1452,11.7676,0.0000,15.5085,10.7562,-14.4970,1.0380,5375.6038,5375.6038,5375.6038 -849.5000,1.0000,11049.5661,57.9150,57.7780,-0.0817,0.0000,5,1270.3549,207.2488,590.2138,-83.9229,27.5706,78.5169,-11.1644,-0.2515,21.2060,0.0000,21.2060,6.6161,21.2060,0.7040,0.0000,20.5019,0.0000,20.5019,6.3190,14.1829,0.0000,14.1829,-0.1166,14.2995,0.0000,15.2471,10.6955,-11.6430,1.0499,5858.7303,5858.7303,5858.7303 -850.5000,1.0000,11065.5236,57.4370,57.1160,-0.1839,0.0000,5,1259.8700,91.2349,594.8573,-83.3011,12.0369,78.4815,-10.9902,-0.5617,6.1110,0.0000,6.1110,6.4876,6.1110,0.6245,0.0000,5.4865,0.0000,5.4865,6.2668,-0.7803,0.0000,-0.7803,-0.2604,-0.5199,0.0000,14.8731,10.6072,-26.0002,1.0212,3064.2698,3064.2698,3064.2698 -851.5000,1.0000,11081.2739,56.6910,56.2860,-0.2306,0.0000,5,1243.5066,36.9838,538.8240,-82.3306,4.8160,70.1655,-10.7211,-0.6951,-0.9115,0.0000,-0.9115,6.4227,-0.9115,0.6296,0.0000,-1.5411,0.0000,-1.5411,6.1854,-7.7265,0.0000,-7.7265,-0.3222,-7.4043,0.0000,14.3013,10.4694,-32.1750,1.0313,2151.6712,2151.6712,2151.6712 -852.5000,1.0000,11096.7672,55.7660,55.2660,-0.2833,0.0000,5,1223.2169,-24.6315,508.0180,-81.1272,-3.1552,65.0746,-10.3920,-0.8403,-8.6551,0.0000,-8.6551,6.3402,-8.6551,0.6335,0.0000,-9.2886,0.0000,-9.2886,6.0845,-15.3731,0.0000,-15.3731,-0.3896,-14.9836,0.0000,13.6131,10.2986,-38.8952,1.0273,1035.5884,1035.5884,1035.5884 -853.5000,1.0000,11111.9817,54.7620,54.2780,-0.2744,0.0000,5,1201.1944,-18.3469,473.9325,-79.8211,-2.3078,59.6154,-10.0406,-0.7993,-7.7733,0.0000,-7.7733,6.2648,-7.7733,0.6148,0.0000,-8.3882,0.0000,-8.3882,5.9750,-14.3631,0.0000,-14.3631,-0.3705,-13.9926,0.0000,12.8909,10.1132,-36.9967,1.0229,1110.7262,1110.7262,1110.7262 -854.5000,1.0000,11126.9071,53.7215,53.1850,-0.3036,0.0000,5,1178.3712,-54.1975,469.4060,-78.4601,-6.6879,57.9241,-9.6819,-0.8675,-11.9918,0.0000,-11.9918,6.1713,-11.9918,0.6085,0.0000,-12.6003,0.0000,-12.6003,5.8614,-18.4617,0.0000,-18.4617,-0.4021,-18.0596,0.0000,12.1703,9.9210,-40.1509,1.0184,381.5136,381.5136,381.5136 -855.5000,1.0000,11141.5690,52.7730,52.3810,-0.2233,0.0000,5,1157.5660,30.9630,448.6715,-77.2190,3.7533,54.3880,-9.3605,-0.6268,-1.6959,0.0000,-1.6959,6.0761,-1.6959,0.5675,0.0000,-2.2635,0.0000,-2.2635,5.7580,-8.0214,0.0000,-8.0214,-0.2906,-7.7308,0.0000,11.5364,9.7459,-29.0131,1.0010,1933.3749,1933.3749,1933.3749 -856.5000,1.0000,11156.0014,51.9465,51.5320,-0.2358,0.0000,5,1139.4369,14.8840,483.9207,-76.1376,1.7760,57.7422,-9.0849,-0.6515,-3.6360,0.0000,-3.6360,6.0635,-3.6360,0.5593,0.0000,-4.1953,0.0000,-4.1953,5.6678,-9.8630,0.0000,-9.8630,-0.3020,-9.5610,0.0000,11.0029,9.5932,-30.1572,1.0096,1614.0688,1614.0688,1614.0688 -857.5000,1.0000,11170.2504,51.2865,51.0610,-0.1308,0.0000,5,1124.9599,128.5306,475.1614,-75.2740,15.1416,55.9766,-8.8677,-0.3569,9.5155,0.0000,9.5155,5.9829,9.5155,0.5432,0.0000,8.9723,0.0000,8.9723,5.5958,3.3765,0.0000,3.3765,-0.1654,3.5420,0.0000,10.5884,9.4713,-16.5177,1.0061,3462.0650,3462.0650,3462.0650 -858.5000,1.0000,11184.3864,50.8795,50.7180,-0.0953,0.0000,5,1116.0325,166.5680,528.2898,-74.7414,19.4669,61.7416,-8.7351,-0.2578,13.7914,0.0000,13.7914,5.9333,13.7914,0.5586,0.0000,13.2328,0.0000,13.2328,5.5514,7.6815,0.0000,7.6815,-0.1195,7.8010,0.0000,10.3382,9.3962,-11.9334,1.0156,4232.0211,4232.0211,4232.0211 -859.5000,1.0000,11198.4526,50.6285,50.5590,-0.0442,0.0000,5,1110.5268,222.3018,546.3832,-74.4130,25.8524,63.5411,-8.6538,-0.1189,20.0864,0.0000,20.0864,5.8849,20.0864,0.5864,0.0000,19.5000,0.0000,19.5000,5.5240,13.9760,0.0000,13.9760,-0.0551,14.0312,0.0000,10.1858,9.3498,-5.5045,0.9911,5415.1770,5415.1770,5415.1770 -860.5000,1.0000,11212.5337,50.6820,50.8250,0.0739,0.0000,5,1111.7003,353.6033,575.6454,-74.4830,41.1654,67.0149,-8.6711,0.1992,35.0808,0.0000,35.0808,5.8855,35.0808,0.6622,0.0000,34.4186,0.0000,34.4186,5.5298,28.8888,0.0000,28.8888,0.0923,28.7965,0.0000,10.2182,9.3597,9.2185,1.0030,8280.1696,8280.1696,8280.1696 -861.5000,1.0000,11226.7175,51.0515,51.2980,0.1314,0.0000,5,1119.8053,418.8936,639.7531,-74.9665,49.1219,75.0211,-8.7910,0.3567,42.8251,0.0000,42.8251,5.9400,42.8251,0.7063,0.0000,42.1188,0.0000,42.1188,5.5701,36.5487,0.0000,36.5487,0.1654,36.3833,0.0000,10.4435,9.4279,16.5119,1.0165,9820.8779,9820.8779,9820.8779 -862.5000,1.0000,11241.0632,51.6345,51.9910,0.1925,0.0000,5,1132.5933,488.4147,673.0227,-75.7293,57.9284,79.8238,-8.9819,0.5286,51.4462,0.0000,51.4462,5.9536,51.4462,0.7580,0.0000,50.6881,0.0000,50.6881,5.6337,45.0544,0.0000,45.0544,0.2451,44.8093,0.0000,10.8056,9.5356,24.4681,1.0079,11538.5526,11538.5526,11538.5526 -863.5000,1.0000,11255.6071,52.3480,52.7250,0.2039,0.0000,5,1148.2437,503.6803,707.1760,-76.6629,60.5644,85.0335,-9.2182,0.5676,53.9570,0.0000,53.9570,6.0398,53.9570,0.7812,0.0000,53.1758,0.0000,53.1758,5.7116,47.4642,0.0000,47.4642,0.2631,47.2010,0.0000,11.2598,9.6674,26.2738,1.0117,12052.9400,12052.9400,12052.9400 -864.5000,1.0000,11270.3778,53.1645,53.6240,0.2497,0.0000,5,1166.1535,557.3407,717.2856,-77.7313,68.0621,87.5944,-9.4925,0.7061,61.2534,0.0000,61.2534,6.1026,61.2534,0.8300,0.0000,60.4234,0.0000,60.4234,5.8007,54.6227,0.0000,54.6227,0.3273,54.2954,0.0000,11.7952,9.8182,32.6820,1.0027,13473.2112,13473.2112,13473.2112 -865.5000,1.0000,11285.4021,54.0775,54.5510,0.2575,0.0000,5,1186.1800,569.3078,743.8642,-78.9259,70.7174,92.4002,-9.8039,0.7406,63.7915,0.0000,63.7915,6.1853,63.7915,0.8566,0.0000,62.9348,0.0000,62.9348,5.9127,57.0221,0.0000,57.0221,0.3433,56.6788,0.0000,12.4135,9.9868,34.2786,1.0200,14000.3005,14000.3005,14000.3005 -866.5000,1.0000,11300.6968,55.0510,55.5710,0.2833,0.0000,5,1207.5335,602.0290,751.7093,-80.1971,76.1281,95.0556,-10.1411,0.8296,69.0216,0.0000,69.0216,6.2770,69.0216,0.8978,0.0000,68.1238,0.0000,68.1238,6.0800,62.0438,0.0000,62.0438,0.3846,61.6593,0.0000,13.0962,10.1666,38.3965,1.0375,15034.4448,15034.4448,15034.4448 -867.5000,1.0000,11316.2455,55.9655,56.3800,0.2247,0.0000,5,1227.5929,539.2616,767.0615,-81.3868,69.3238,98.6082,-10.4625,0.6689,62.3494,0.0000,62.3494,6.3055,62.3494,0.8787,0.0000,61.4707,0.0000,61.4707,6.1063,55.3644,0.0000,55.3644,0.3101,55.0543,0.0000,13.7592,10.3354,30.9596,1.0282,13729.4244,13729.4244,13729.4244 -868.5000,1.0000,11332.0155,56.7620,57.1640,0.2178,0.0000,5,1245.0640,534.9939,742.1630,-82.4229,69.7540,96.7653,-10.7465,0.6574,62.6583,0.0000,62.6583,6.4383,62.6583,0.8929,0.0000,61.7654,0.0000,61.7654,6.1932,55.5723,0.0000,55.5723,0.3048,55.2675,0.0000,14.3550,10.4825,30.4299,1.0583,13806.8631,13806.8631,13806.8631 -869.5000,1.0000,11347.9817,57.4680,57.7920,0.1744,0.0000,5,1260.5500,489.5391,741.5978,-83.3414,64.6214,97.8942,-11.0014,0.5332,57.5843,0.0000,57.5843,6.5039,57.5843,0.8788,0.0000,56.7055,0.0000,56.7055,6.2702,50.4353,0.0000,50.4353,0.2472,50.1882,0.0000,14.8971,10.6129,24.6781,1.0480,12854.3426,12854.3426,12854.3426 -870.5000,1.0000,11364.1347,58.1410,58.5100,0.1994,0.0000,5,1275.3121,519.7325,724.8026,-84.2169,69.4105,96.7977,-11.2472,0.6167,62.2517,0.0000,62.2517,6.5421,62.2517,0.9129,0.0000,61.3387,0.0000,61.3387,6.3436,54.9951,0.0000,54.9951,0.2859,54.7092,0.0000,15.4268,10.7372,28.5452,1.0509,13752.1466,13752.1466,13752.1466 -871.5000,1.0000,11380.4950,58.8870,59.2840,0.2150,0.0000,5,1291.6755,539.9981,739.6113,-85.1874,73.0423,100.0427,-11.5228,0.6734,65.7494,0.0000,65.7494,6.6195,65.7494,0.9425,0.0000,64.8069,0.0000,64.8069,6.4250,58.3819,0.0000,58.3819,0.3121,58.0697,0.0000,16.0283,10.8750,31.1664,1.0408,14442.9206,14442.9206,14442.9206 -872.5000,1.0000,11397.0368,59.5405,59.8170,0.1481,0.0000,5,1306.0099,467.8662,748.7256,-86.0375,63.9877,102.3995,-11.7669,0.4688,56.8861,0.0000,56.8861,6.6328,56.8861,0.9089,0.0000,55.9772,0.0000,55.9772,6.4963,49.4808,0.0000,49.4808,0.2173,49.2635,0.0000,16.5675,10.9957,21.7003,1.0437,12746.7755,12746.7755,12746.7755 -873.5000,1.0000,11413.7187,60.0450,60.2930,0.1322,0.0000,5,1317.0760,452.8000,720.6657,-86.6938,62.4519,99.3970,-11.9571,0.4222,55.2811,0.0000,55.2811,6.7485,55.2811,0.9092,0.0000,54.3720,0.0000,54.3720,6.5514,47.8206,0.0000,47.8206,0.1957,47.6248,0.0000,16.9921,11.0888,19.5439,1.0458,12448.8375,12448.8375,12448.8375 -874.5000,1.0000,11430.4808,60.3335,60.3940,0.0281,0.0000,5,1323.4042,338.3740,713.8379,-87.0691,46.8941,98.9283,-12.0666,0.0900,40.0091,0.0000,40.0091,6.7949,40.0091,0.8376,0.0000,39.1715,0.0000,39.1715,6.5829,32.5887,0.0000,32.5887,0.0417,32.5469,0.0000,17.2380,11.1421,4.1668,1.0609,9504.3943,9504.3943,9504.3943 -875.5000,1.0000,11447.1932,60.1545,59.9350,-0.1275,0.0000,5,1319.4779,164.3689,663.5649,-86.8363,22.7117,91.6883,-11.9986,-0.4079,16.4049,0.0000,16.4049,6.7147,16.4049,0.7166,0.0000,15.6883,0.0000,15.6883,6.5633,9.1250,0.0000,9.1250,-0.1891,9.3141,0.0000,17.0853,11.1090,-18.8802,1.0330,4997.6884,4997.6884,4997.6884 -876.5000,1.0000,11463.7369,59.5475,59.1800,-0.2097,0.0000,5,1306.1634,71.2594,586.1324,-86.0466,9.7469,80.1718,-11.7696,-0.6642,3.6841,0.0000,3.6841,6.7270,3.6841,0.6667,0.0000,3.0175,0.0000,3.0175,6.4971,-3.4796,0.0000,-3.4796,-0.3079,-3.1717,0.0000,16.5737,10.9970,-30.7424,1.0703,2852.9408,2852.9408,2852.9408 -877.5000,1.0000,11480.0925,58.8700,58.5800,-0.1667,0.0000,5,1291.3026,116.3617,543.6848,-85.1653,15.7350,73.5197,-11.5165,-0.5218,9.5756,0.0000,9.5756,6.6812,9.5756,0.6614,0.0000,8.9142,0.0000,8.9142,6.4232,2.4910,0.0000,2.4910,-0.2419,2.7329,0.0000,16.0142,10.8718,-24.1531,1.0674,3674.5064,3674.5064,3674.5064 -878.5000,1.0000,11496.3530,58.5280,58.4960,-0.0233,0.0000,5,1283.8009,273.9990,564.6518,-84.7203,36.8362,75.9114,-11.3897,-0.0726,30.2948,0.0000,30.2948,6.6141,30.2948,0.7594,0.0000,29.5354,0.0000,29.5354,6.3859,23.1495,0.0000,23.1495,-0.0337,23.1832,0.0000,15.7363,10.8087,-3.3618,1.0659,7598.9486,7598.9486,7598.9486 -879.5000,1.0000,11512.6069,58.5040,58.5320,0.0100,0.0000,5,1283.2745,311.0758,632.3714,-84.6891,41.8037,84.9807,-11.3809,0.0311,35.1423,0.0000,35.1423,6.6303,35.1423,0.7832,0.0000,34.3590,0.0000,34.3590,6.3832,27.9758,0.0000,27.9758,0.0144,27.9613,0.0000,15.7169,10.8042,1.4402,1.0791,8519.3216,8519.3216,8519.3216 -880.5000,1.0000,11528.8814,58.5780,58.6440,0.0311,0.0000,5,1284.8976,335.5120,648.7614,-84.7854,45.1445,87.2936,-11.4082,0.0969,38.3173,0.0000,38.3173,6.7303,38.3173,0.8003,0.0000,37.5170,0.0000,37.5170,6.3913,31.1257,0.0000,31.1257,0.0449,31.0808,0.0000,15.7767,10.8179,4.4862,1.1727,9148.2870,9148.2870,9148.2870 -881.5000,1.0000,11545.1996,58.7355,58.8470,0.0564,0.0000,5,1288.3524,363.9027,660.1461,-84.9903,49.0963,89.0642,-11.4665,0.1761,42.2169,0.0000,42.2169,6.7032,42.2169,0.8224,0.0000,41.3946,0.0000,41.3946,6.4085,34.9861,0.0000,34.9861,0.0817,34.9044,0.0000,15.9043,10.8470,8.1531,1.1613,9903.9648,9903.9648,9903.9648 -882.5000,1.0000,11561.5779,58.9520,59.0770,0.0639,0.0000,5,1293.1013,373.0504,672.9874,-85.2719,50.5160,91.1314,-11.5469,0.2003,43.5972,0.0000,43.5972,6.7185,43.5972,0.8328,0.0000,42.7643,0.0000,42.7643,6.4321,36.3322,0.0000,36.3322,0.0929,36.2394,0.0000,16.0808,10.8870,9.2716,1.1367,10178.1338,10178.1338,10178.1338 -883.5000,1.0000,11578.0160,59.1670,59.2770,0.0556,0.0000,5,1297.8173,365.2187,677.4527,-85.5516,49.6358,92.0706,-11.6271,0.1748,42.6439,0.0000,42.6439,6.8171,42.6439,0.8316,0.0000,41.8123,0.0000,41.8123,6.4556,35.3567,0.0000,35.3567,0.0810,35.2757,0.0000,16.2574,10.9267,8.0916,1.1647,10017.5229,10017.5229,10017.5229 -884.5000,1.0000,11594.5114,59.3735,59.4900,0.0592,0.0000,5,1302.3468,369.5462,675.0477,-85.8203,50.3992,92.0640,-11.7043,0.1868,43.4444,0.0000,43.4444,6.7681,43.4444,0.8389,0.0000,42.6054,0.0000,42.6054,6.4781,36.1273,0.0000,36.1273,0.0866,36.0407,0.0000,16.4282,10.9648,8.6477,1.1663,10162.2710,10162.2710,10162.2710 -885.5000,1.0000,11611.0671,59.5905,59.7110,0.0614,0.0000,5,1307.1066,373.2695,677.6972,-86.1026,51.0931,92.7631,-11.7857,0.1946,44.0567,0.0000,44.0567,6.8418,44.0567,0.8456,0.0000,43.2111,0.0000,43.2111,6.5018,36.7093,0.0000,36.7093,0.0902,36.6191,0.0000,16.6090,11.0049,9.0053,1.1807,10289.1542,10289.1542,10289.1542 -886.5000,1.0000,11627.6811,59.8005,59.9100,0.0553,0.0000,5,1311.7130,367.1358,679.9173,-86.3758,50.4306,93.3950,-11.8648,0.1758,43.4183,0.0000,43.4183,6.8365,43.4183,0.8458,0.0000,42.5725,0.0000,42.5725,6.5247,36.0478,0.0000,36.0478,0.0815,35.9663,0.0000,16.7852,11.0437,8.1374,1.1697,10162.7802,10162.7802,10162.7802 -887.5000,1.0000,11644.3755,60.0900,60.2900,0.1056,0.0000,5,1318.0631,423.7878,679.4129,-86.7524,58.4943,93.7775,-11.9742,0.3373,51.3443,0.0000,51.3443,6.8127,51.3443,0.8902,0.0000,50.4540,0.0000,50.4540,6.5563,43.8977,0.0000,43.8977,0.1564,43.7414,0.0000,17.0303,11.0971,15.6139,1.1439,11700.9482,11700.9482,11700.9482 -888.5000,1.0000,11661.1740,60.4645,60.6590,0.1025,0.0000,5,1326.2777,421.8044,703.7412,-87.2396,58.5833,97.7408,-12.1165,0.3296,51.4202,0.0000,51.4202,6.8335,51.4202,0.8968,0.0000,50.5234,0.0000,50.5234,6.5972,43.9262,0.0000,43.9262,0.1528,43.7734,0.0000,17.3507,11.1663,15.2565,1.2003,11719.6394,11719.6394,11719.6394 -889.5000,1.0000,11678.0893,60.8850,61.1310,0.1311,0.0000,5,1335.5013,455.9549,704.9043,-87.7866,63.7668,98.5832,-12.2772,0.4246,56.3785,0.0000,56.3785,6.9638,56.3785,0.9286,0.0000,55.4498,0.0000,55.4498,6.6430,48.8068,0.0000,48.8068,0.1968,48.6100,0.0000,17.7153,11.2440,19.6507,1.2267,12688.9904,12688.9904,12688.9904 -890.5000,1.0000,11695.1189,61.2965,61.4820,0.0975,0.0000,5,1344.5274,420.2331,719.3969,-88.3219,59.1682,101.2901,-12.4356,0.3179,51.8568,0.0000,51.8568,6.9935,51.8568,0.9129,0.0000,50.9439,0.0000,50.9439,6.6879,44.2560,0.0000,44.2560,0.1473,44.1087,0.0000,18.0768,11.3199,14.7119,1.2300,11835.0771,11835.0771,11835.0771 -891.5000,1.0000,11712.2573,61.6885,61.9150,0.1203,0.0000,5,1353.1259,446.8648,706.9718,-88.8319,63.3203,100.1772,-12.5874,0.3946,55.9367,0.0000,55.9367,6.9890,55.9367,0.9399,0.0000,54.9968,0.0000,54.9968,6.7307,48.2661,0.0000,48.2661,0.1829,48.0832,0.0000,18.4259,11.3923,18.2650,1.1683,12603.0548,12603.0548,12603.0548 -892.5000,1.0000,11729.5154,62.1190,62.3430,0.1189,0.0000,5,1362.5688,447.2241,718.9456,-89.3919,63.8135,102.5848,-12.7551,0.3928,56.3754,0.0000,56.3754,7.0453,56.3754,0.9494,0.0000,55.4260,0.0000,55.4260,6.7777,48.6483,0.0000,48.6483,0.1821,48.4662,0.0000,18.8144,11.4718,18.1800,1.2364,12700.7892,12700.7892,12700.7892 -893.5000,1.0000,11746.9186,62.6415,62.9600,0.1714,0.0000,5,1374.0298,507.4959,721.7831,-90.0716,73.0226,103.8560,-12.9602,0.5710,65.3930,0.0000,65.3930,7.0586,65.3930,1.0033,0.0000,64.3897,0.0000,64.3897,6.8347,57.5550,0.0000,57.5550,0.2647,57.2903,0.0000,19.2934,11.5683,26.4286,1.2026,14412.0693,14412.0693,14412.0693 -894.5000,1.0000,11764.5212,63.3595,63.7790,0.2275,0.0000,5,1389.7790,573.2158,748.1310,-91.0057,83.4243,108.8810,-13.2447,0.7666,75.5086,0.0000,75.5086,7.1491,75.5086,1.0662,0.0000,74.4424,0.0000,74.4424,6.9381,67.5042,0.0000,67.5042,0.3554,67.1489,0.0000,19.9648,11.7009,35.4832,1.2071,16337.1693,16337.1693,16337.1693 -895.5000,1.0000,11782.3407,64.1400,64.5210,0.2061,0.0000,5,1406.8991,552.5251,774.7478,-92.0210,81.4036,114.1437,-13.5575,0.7031,73.4935,0.0000,73.4935,7.2070,73.4935,1.0696,0.0000,72.4239,0.0000,72.4239,6.9982,65.4257,0.0000,65.4257,0.3259,65.0998,0.0000,20.7115,11.8451,32.5432,1.2389,15965.2139,15965.2139,15965.2139 -896.5000,1.0000,11800.3692,64.8925,65.2840,0.2119,0.0000,5,1423.4050,563.3712,769.2826,-93.0000,83.9753,114.6682,-13.8624,0.7315,75.8063,0.0000,75.8063,7.4375,75.8063,1.0943,0.0000,74.7121,0.0000,74.7121,7.0830,67.6290,0.0000,67.6290,0.3391,67.2899,0.0000,21.4491,11.9840,33.8568,1.2546,16435.8612,16435.8612,16435.8612 -897.5000,1.0000,11818.5939,65.5990,65.9340,0.1806,0.0000,5,1438.9020,531.2528,774.7904,-93.9191,80.0499,116.7466,-14.1519,0.6299,71.9651,0.0000,71.9651,7.4549,71.9651,1.0875,0.0000,70.8776,0.0000,70.8776,7.1574,63.7203,0.0000,63.7203,0.2920,63.4283,0.0000,22.1571,12.1145,29.1566,1.2199,15729.6732,15729.6732,15729.6732 -898.5000,1.0000,11836.9728,66.1540,66.3940,0.1278,0.0000,5,1451.0758,475.4365,764.0521,-94.6411,72.2456,116.1025,-14.3813,0.4496,64.2345,0.0000,64.2345,7.5616,64.2345,1.0586,0.0000,63.1758,0.0000,63.1758,7.2179,55.9579,0.0000,55.9579,0.2084,55.7495,0.0000,22.7240,12.2170,20.8085,1.2347,14307.9922,14307.9922,14307.9922 -899.5000,1.0000,11855.4717,66.5860,66.7980,0.1122,0.0000,5,1460.5516,459.4580,745.2447,-95.2031,70.2735,113.9841,-14.5612,0.3974,62.3697,0.0000,62.3697,7.5063,62.3697,1.0570,0.0000,61.3127,0.0000,61.3127,7.2651,54.0477,0.0000,54.0477,0.1842,53.8634,0.0000,23.1720,12.2968,18.3946,1.2114,13951.5697,13951.5697,13951.5697 -900.5000,1.0000,11874.0608,66.9110,67.0440,0.0683,0.0000,5,1467.6805,411.7475,739.9666,-95.6259,63.2836,113.7293,-14.6972,0.2432,55.5670,0.0000,55.5670,7.4734,55.5670,1.0288,0.0000,54.5382,0.0000,54.5382,7.3005,47.2377,0.0000,47.2377,0.1127,47.1250,0.0000,23.5128,12.3568,11.2554,1.2378,12698.5116,12698.5116,12698.5116 -901.5000,1.0000,11892.7423,67.2435,67.4630,0.1164,0.0000,5,1474.9738,467.1149,725.2397,-96.0584,72.1501,112.0197,-14.8371,0.4162,64.1569,0.0000,64.1569,7.5769,64.1569,1.0777,0.0000,63.0792,0.0000,63.0792,7.3368,55.7424,0.0000,55.7424,0.1930,55.5494,0.0000,23.8653,12.4182,19.2660,1.2267,14324.8921,14324.8921,14324.8921 -902.5000,1.0000,11911.5328,67.6355,67.8280,0.1014,0.0000,5,1483.5722,452.1076,745.9428,-96.5684,70.2391,115.8892,-15.0028,0.3647,62.2805,0.0000,62.2805,7.5939,62.2805,1.0754,0.0000,61.2051,0.0000,61.2051,7.3796,53.8255,0.0000,53.8255,0.1691,53.6565,0.0000,24.2850,12.4906,16.8809,1.2408,13986.9130,13986.9130,13986.9130 -903.5000,1.0000,11930.3843,67.8555,67.9030,0.0208,0.0000,5,1488.3979,363.4972,740.0968,-96.8546,56.6564,115.3549,-15.0962,0.0752,48.9851,0.0000,48.9851,7.5961,48.9851,1.0129,0.0000,47.9722,0.0000,47.9722,7.4036,40.5686,0.0000,40.5686,0.0349,40.5338,0.0000,24.5226,12.5312,3.4800,1.2167,11490.6210,11490.6210,11490.6210 -904.5000,1.0000,11949.1664,67.6055,67.3280,-0.1597,0.0000,5,1482.9142,161.7631,704.3140,-96.5293,25.1203,109.3732,-14.9901,-0.5743,18.1208,0.0000,18.1208,7.5737,18.1208,0.8540,0.0000,17.2668,0.0000,17.2668,7.3763,9.8905,0.0000,9.8905,-0.2662,10.1567,0.0000,24.2530,12.4851,-26.5813,1.2533,5627.3457,5627.3457,5627.3457 -905.5000,1.0000,11967.8032,67.0825,66.8570,-0.1308,0.0000,5,1471.4423,191.3477,629.3277,-95.8490,29.4846,96.9725,-14.7693,-0.4668,22.4468,0.0000,22.4468,7.5046,22.4468,0.8663,0.0000,21.5805,0.0000,21.5805,7.3192,14.2613,0.0000,14.2613,-0.2164,14.4777,0.0000,23.6943,12.3885,-21.6051,1.2009,6408.4940,6408.4940,6408.4940 -906.5000,1.0000,11986.2722,66.4785,66.1200,-0.2047,0.0000,5,1458.1937,106.6754,634.8265,-95.0632,16.2895,96.9391,-14.5163,-0.7238,9.5438,0.0000,9.5438,7.4696,9.5438,0.7910,0.0000,8.7528,0.0000,8.7528,7.2533,1.4995,0.0000,1.4995,-0.3355,1.8350,0.0000,23.0605,12.2769,-33.5024,1.2361,4012.8231,4012.8231,4012.8231 -907.5000,1.0000,12004.5617,65.8320,65.5640,-0.1544,0.0000,5,1444.0128,159.4357,600.4822,-94.2222,24.1093,90.8029,-14.2480,-0.5407,17.2730,0.0000,17.2730,7.3771,17.2730,0.8181,0.0000,16.4548,0.0000,16.4548,7.1828,9.2721,0.0000,9.2721,-0.2507,9.5227,0.0000,22.3939,12.1575,-25.0287,1.2459,5371.2528,5371.2528,5371.2528 -908.5000,1.0000,12022.6722,65.1880,64.8320,-0.2033,0.0000,5,1429.8868,116.8129,615.3255,-93.3844,17.4913,92.1372,-13.9831,-0.7050,8.7025,0.0000,8.7025,9.4937,8.7025,0.7639,0.0000,7.9386,0.0000,7.9386,7.1125,0.8261,0.0000,0.8261,-0.3268,1.1529,0.0000,21.7434,12.0386,-32.6291,1.2432,4195.0906,4195.0906,4195.0906 -909.5000,1.0000,12040.5892,64.4910,64.1700,-0.1839,0.0000,5,1414.5982,135.4028,595.2332,-92.4777,20.0581,88.1757,-13.6993,-0.6307,11.2785,0.0000,11.2785,9.4103,11.2785,0.7646,0.0000,10.5139,0.0000,10.5139,7.0365,3.4774,0.0000,3.4774,-0.2924,3.7698,0.0000,21.0533,11.9099,-29.1933,1.2278,4640.2834,4640.2834,4640.2834 -910.5000,1.0000,12058.3173,63.8115,63.4730,-0.1936,0.0000,5,1399.6935,121.9413,598.1763,-91.5937,17.8736,87.6780,-13.4254,-0.6571,9.1663,0.0000,9.1663,9.3644,9.1663,0.7423,0.0000,8.4241,0.0000,8.4241,6.9623,1.4617,0.0000,1.4617,-0.3046,1.7663,0.0000,20.3949,11.7844,-30.4129,1.2100,4238.6688,4238.6688,4238.6688 -911.5000,1.0000,12075.8592,63.1405,62.8280,-0.1792,0.0000,5,1384.9752,134.5351,589.2492,-90.7208,19.5122,85.4613,-13.1576,-0.6017,10.9203,0.0000,10.9203,9.1936,10.9203,0.7395,0.0000,10.1808,0.0000,10.1808,6.8891,3.2917,0.0000,3.2917,-0.2789,3.5706,0.0000,19.7581,11.6605,-27.8480,1.1776,4501.5911,4501.5911,4501.5911 -912.5000,1.0000,12093.2639,62.6470,62.4860,-0.0950,0.0000,5,1374.1504,226.2840,593.4565,-90.0788,32.5624,85.3988,-12.9624,-0.3165,23.7004,0.0000,23.7004,9.1785,23.7004,0.7950,0.0000,22.9055,0.0000,22.9055,6.8353,16.0702,0.0000,16.0702,-0.1467,16.2169,0.0000,19.2981,11.5694,-14.6505,1.2303,6849.1238,6849.1238,6849.1238 -913.5000,1.0000,12110.5932,62.3755,62.2850,-0.0558,0.0000,5,1368.1951,268.8981,629.5307,-89.7256,38.5269,90.1973,-12.8556,-0.1852,29.5336,0.0000,29.5336,9.1785,29.5336,0.8195,0.0000,28.7141,0.0000,28.7141,6.8057,21.9085,0.0000,21.9085,-0.0859,21.9943,0.0000,19.0482,11.5192,-8.5731,1.2282,7971.6679,7971.6679,7971.6679 -914.5000,1.0000,12127.8547,62.1315,61.9980,-0.0797,0.0000,5,1362.8430,241.3252,644.8588,-89.4082,34.4411,92.0320,-12.7600,-0.2634,25.5589,0.0000,25.5589,9.1457,25.5589,0.7955,0.0000,24.7634,0.0000,24.7634,6.7790,17.9843,0.0000,17.9843,-0.1221,18.1065,0.0000,18.8256,11.4742,-12.1933,1.2134,7184.2149,7184.2149,7184.2149 -915.5000,1.0000,12145.0250,61.8030,61.6280,-0.1028,0.0000,5,1355.6374,211.6733,631.7108,-88.9808,30.0496,89.6789,-12.6319,-0.3378,21.6627,0.0000,21.6627,8.7247,21.6627,0.7704,0.0000,20.8923,0.0000,20.8923,6.7432,14.1491,0.0000,14.1491,-0.1566,14.3057,0.0000,18.5286,11.4135,-15.6364,0.8935,6389.2192,6389.2192,6389.2192 -916.5000,1.0000,12162.0814,61.3930,61.1780,-0.1250,0.0000,5,1346.6442,171.8179,617.1516,-88.4474,24.2298,87.0309,-12.4729,-0.4081,17.8628,0.0000,17.8628,6.7751,17.8628,0.7445,0.0000,17.1183,0.0000,17.1183,6.6985,10.4198,0.0000,10.4198,-0.1892,10.6090,0.0000,18.1624,11.3378,-18.8911,0.9984,5304.8909,5304.8909,5304.8909 -917.5000,1.0000,12179.0146,60.9495,60.7410,-0.1214,0.0000,5,1336.9161,173.6363,598.5755,-87.8705,24.3093,83.8015,-12.3020,-0.3935,18.0202,0.0000,18.0202,6.6827,18.0202,0.7379,0.0000,17.2823,0.0000,17.2823,6.6501,10.6322,0.0000,10.6322,-0.1824,10.8146,0.0000,17.7716,11.2559,-18.2129,0.9965,5306.6631,5306.6631,5306.6631 -918.5000,1.0000,12195.8012,60.4220,60.1230,-0.1717,0.0000,5,1325.3454,116.2537,595.4183,-87.1843,16.1348,82.6380,-12.1003,-0.5517,9.9650,0.0000,9.9650,6.7215,9.9650,0.6888,0.0000,9.2761,0.0000,9.2761,6.5925,2.6836,0.0000,2.6836,-0.2557,2.9394,0.0000,17.3144,11.1584,-25.5335,1.0756,3803.3051,3803.3051,3803.3051 -919.5000,1.0000,12212.4511,59.9295,59.7560,-0.1019,0.0000,5,1314.5425,191.7617,570.3915,-86.5436,26.3976,78.5193,-11.9135,-0.3249,20.0414,0.0000,20.0414,6.6812,20.0414,0.7311,0.0000,19.3103,0.0000,19.3103,6.5388,12.7715,0.0000,12.7715,-0.1506,12.9222,0.0000,16.8942,11.0675,-15.0395,1.0453,5679.4017,5679.4017,5679.4017 -920.5000,1.0000,12228.9954,59.5495,59.3630,-0.1092,0.0000,5,1306.2073,181.9549,599.9849,-86.0492,24.8888,82.0694,-11.7703,-0.3457,18.6241,0.0000,18.6241,6.6105,18.6241,0.7177,0.0000,17.9064,0.0000,17.9064,6.4973,11.4091,0.0000,11.4091,-0.1603,11.5693,0.0000,16.5749,10.9973,-16.0029,1.0037,5394.4038,5394.4038,5394.4038 -921.5000,1.0000,12245.4662,59.2850,59.2270,-0.0378,0.0000,5,1300.4056,260.0539,596.1222,-85.7051,35.4137,81.1788,-11.6712,-0.1191,28.9684,0.0000,28.9684,6.5644,28.9684,0.7651,0.0000,28.2033,0.0000,28.2033,6.4685,21.7348,0.0000,21.7348,-0.0552,21.7900,0.0000,16.3548,10.9485,-5.5133,1.0159,7354.6988,7354.6988,7354.6988 -922.5000,1.0000,12261.9446,59.3120,59.4170,0.0528,0.0000,5,1300.9978,361.2432,630.9485,-85.7403,49.2158,85.9605,-11.6813,0.1665,42.4179,0.0000,42.4179,6.6314,42.4179,0.8328,0.0000,41.5851,0.0000,41.5851,6.4714,35.1137,0.0000,35.1137,0.0772,35.0366,0.0000,16.3772,10.9535,7.7059,1.0160,9940.8381,9940.8381,9940.8381 -923.5000,1.0000,12278.4972,59.5795,59.7620,0.0958,0.0000,5,1306.8654,410.4572,674.8490,-86.0882,56.1730,92.3562,-11.7816,0.3037,49.1704,0.0000,49.1704,6.6989,49.1704,0.8709,0.0000,48.2995,0.0000,48.2995,6.5006,41.7989,0.0000,41.7989,0.1408,41.6581,0.0000,16.5999,11.0029,14.0554,1.0571,11257.4550,11257.4550,11257.4550 -924.5000,1.0000,12295.1515,59.9455,60.1490,0.1075,0.0000,5,1314.8935,423.9524,696.5840,-86.5644,58.3763,95.9164,-11.9195,0.3427,51.4292,0.0000,51.4292,6.6044,51.4292,0.8883,0.0000,50.5409,0.0000,50.5409,6.5405,44.0004,0.0000,44.0004,0.1589,43.8415,0.0000,16.9077,11.0705,15.8633,1.0054,11678.0759,11678.0759,11678.0759 -925.5000,1.0000,12311.9126,60.3300,60.5310,0.1061,0.0000,5,1323.3274,424.6118,703.3929,-87.0646,58.8421,97.4752,-12.0653,0.3405,51.7721,0.0000,51.7721,6.7295,51.7721,0.8963,0.0000,50.8757,0.0000,50.8757,6.5825,44.2933,0.0000,44.2933,0.1578,44.1354,0.0000,17.2352,11.1415,15.7588,1.0471,11767.5446,11767.5446,11767.5446 -926.5000,1.0000,12328.7412,60.5730,60.6350,0.0289,0.0000,5,1328.6576,339.8296,703.2169,-87.3807,47.2828,97.8433,-12.1579,0.0931,40.4339,0.0000,40.4339,6.7558,40.4339,0.8437,0.0000,39.5902,0.0000,39.5902,6.6090,32.9812,0.0000,32.9812,0.0431,32.9381,0.0000,17.4441,11.1863,4.3076,1.0348,9576.5256,9576.5256,9576.5256 -927.5000,1.0000,12345.5783,60.6035,60.5920,-0.0119,0.0000,5,1329.3266,294.4774,668.1315,-87.4204,40.9932,93.0084,-12.1695,-0.0385,34.2884,0.0000,34.2884,6.7433,34.2884,0.8135,0.0000,33.4749,0.0000,33.4749,6.6123,26.8626,0.0000,26.8626,-0.0178,26.8805,0.0000,17.4704,11.1920,-1.7819,1.0349,8411.1273,8411.1273,8411.1273 -928.5000,1.0000,12362.3748,60.4575,60.3430,-0.0692,0.0000,5,1326.1241,230.5783,647.8296,-87.2304,32.0207,89.9650,-12.1138,-0.2224,25.4760,0.0000,25.4760,6.7671,25.4760,0.7670,0.0000,24.7090,0.0000,24.7090,6.5964,18.1127,0.0000,18.1127,-0.1031,18.2158,0.0000,17.3446,11.1650,-10.2938,1.0210,6728.7350,6728.7350,6728.7350 -929.5000,1.0000,12379.0968,60.1890,60.0550,-0.0800,0.0000,5,1320.2346,217.3448,619.9726,-86.8812,30.0489,85.7141,-12.0117,-0.2561,23.5781,0.0000,23.5781,6.7269,23.5781,0.7530,0.0000,22.8251,0.0000,22.8251,6.5671,16.2580,0.0000,16.2580,-0.1187,16.3767,0.0000,17.1145,11.1154,-11.8532,1.0465,6364.7014,6364.7014,6364.7014 -930.5000,1.0000,12395.7343,59.8850,59.7350,-0.0889,0.0000,5,1313.5664,206.3854,612.8084,-86.4857,28.3896,84.2957,-11.8967,-0.2831,21.9547,0.0000,21.9547,6.7181,21.9547,0.7399,0.0000,21.2148,0.0000,21.2148,6.5339,14.6808,0.0000,14.6808,-0.1312,14.8121,0.0000,16.8565,11.0593,-13.1037,1.0318,6054.7023,6054.7023,6054.7023 -931.5000,1.0000,12412.2923,59.5990,59.4830,-0.0700,0.0000,5,1307.2931,225.8954,607.2402,-86.1136,30.9249,83.1308,-11.7889,-0.2219,24.5005,0.0000,24.5005,6.6464,24.5005,0.7479,0.0000,23.7525,0.0000,23.7525,6.5027,17.2498,0.0000,17.2498,-0.1029,17.3527,0.0000,16.6161,11.0065,-10.2699,1.0439,6520.1991,6520.1991,6520.1991 -932.5000,1.0000,12428.7960,59.4030,59.3430,-0.0389,0.0000,5,1302.9939,259.9166,615.1548,-85.8586,35.4654,83.9374,-11.7153,-0.1229,28.9274,0.0000,28.9274,6.6609,28.9274,0.7668,0.0000,28.1606,0.0000,28.1606,6.4813,21.6793,0.0000,21.6793,-0.0570,21.7362,0.0000,16.4527,10.9703,-5.6867,1.0431,7363.5338,7363.5338,7363.5338 -933.5000,1.0000,12445.2923,59.3770,59.4310,0.0244,0.0000,5,1302.4236,330.2796,630.6032,-85.8248,45.0467,86.0076,-11.7056,0.0772,38.2970,0.0000,38.2970,6.6724,38.2970,0.8133,0.0000,37.4838,0.0000,37.4838,6.4785,31.0053,0.0000,31.0053,0.0358,30.9695,0.0000,16.4311,10.9655,3.5730,1.0563,9157.9480,9157.9480,9157.9480 -934.5000,1.0000,12461.8383,59.5555,59.7000,0.0747,0.0000,5,1306.3389,386.4147,661.5882,-86.0570,52.8613,90.5049,-11.7726,0.2367,45.9953,0.0000,45.9953,6.6294,45.9953,0.8547,0.0000,45.1406,0.0000,45.1406,6.4980,38.6426,0.0000,38.6426,0.1097,38.5329,0.0000,16.5798,10.9984,10.9547,1.0570,10620.4428,10620.4428,10620.4428 -935.5000,1.0000,12478.4839,59.9140,60.1480,0.1244,0.0000,5,1314.2026,443.2401,686.9478,-86.5234,61.0000,94.5398,-11.9076,0.3965,53.9210,0.0000,53.9210,6.6825,53.9210,0.9002,0.0000,53.0208,0.0000,53.0208,6.5371,46.4837,0.0000,46.4837,0.1838,46.2999,0.0000,16.8811,11.0646,18.3541,1.0453,12174.9841,12174.9841,12174.9841 -936.5000,1.0000,12495.2169,60.2290,60.3300,0.0506,0.0000,5,1321.1120,362.8537,709.9663,-86.9332,50.1996,98.2214,-12.0269,0.1619,43.2656,0.0000,43.2656,6.7720,43.2656,0.8521,0.0000,42.4135,0.0000,42.4135,6.5715,35.8420,0.0000,35.8420,0.0751,35.7670,0.0000,17.1486,11.1228,7.4956,1.0466,10115.6111,10115.6111,10115.6111 -937.5000,1.0000,12511.9926,60.3825,60.4550,0.0347,0.0000,5,1324.4790,345.3352,677.5092,-87.1329,47.8977,93.9699,-12.0853,0.1115,41.0760,0.0000,41.0760,6.7102,41.0760,0.8437,0.0000,40.2323,0.0000,40.2323,6.5882,33.6440,0.0000,33.6440,0.0517,33.5924,0.0000,17.2800,11.1512,5.1612,1.0207,9689.6682,9689.6682,9689.6682 -938.5000,1.0000,12528.7630,60.3635,60.2920,-0.0453,0.0000,5,1324.0623,256.2465,668.7944,-87.1082,35.5300,92.7320,-12.0780,-0.1454,28.9851,0.0000,28.9851,6.6903,28.9851,0.7830,0.0000,28.2021,0.0000,28.2021,6.5861,21.6160,0.0000,21.6160,-0.0674,21.6833,0.0000,17.2637,11.1476,-6.7280,1.0339,7370.6346,7370.6346,7370.6346 -939.5000,1.0000,12545.4555,60.0830,59.8940,-0.1106,0.0000,5,1317.9095,182.5032,629.4995,-86.7433,25.1875,86.8780,-11.9715,-0.3533,18.8881,0.0000,18.8881,6.6526,18.8881,0.7278,0.0000,18.1603,0.0000,18.1603,6.5555,11.6048,0.0000,11.6048,-0.1638,11.7685,0.0000,17.0243,11.0958,-16.3516,1.0327,5450.6340,5450.6340,5450.6340 -940.5000,1.0000,12561.9807,59.4805,59.0870,-0.2242,0.0000,5,1304.6938,54.2889,593.1663,-85.9595,7.4173,81.0427,-11.7444,-0.7091,1.5117,0.0000,1.5117,6.6148,1.5117,0.6709,0.0000,0.8408,0.0000,0.8408,6.4898,-5.6490,0.0000,-5.6490,-0.3287,-5.3203,0.0000,16.5179,10.9846,-32.8227,1.0301,2574.5519,2574.5519,2574.5519 -941.5000,1.0000,12578.2817,58.6735,58.2800,-0.2242,0.0000,5,1286.9924,52.0098,533.7683,-84.9096,7.0095,71.9378,-11.4436,-0.6995,1.0485,0.0000,1.0485,6.6606,1.0485,0.6582,0.0000,0.3903,0.0000,0.3903,6.4017,-6.0115,0.0000,-6.0115,-0.3243,-5.6872,0.0000,15.8547,10.8355,-32.3774,1.0399,2494.4306,2494.4306,2494.4306 -942.5000,1.0000,12594.3825,57.9530,57.6460,-0.1761,0.0000,5,1271.1884,101.9351,529.8291,-83.9723,13.5694,70.5301,-11.1783,-0.5428,7.5637,0.0000,7.5637,6.5485,7.5637,0.6364,0.0000,6.9273,0.0000,6.9273,6.3231,0.6041,0.0000,0.6041,-0.2516,0.8558,0.0000,15.2775,10.7025,-25.1242,1.0501,3277.5691,3277.5691,3277.5691 -943.5000,1.0000,12610.3111,57.3330,57.0400,-0.1683,0.0000,5,1257.5888,108.1236,548.4886,-83.1658,14.2393,72.2329,-10.9525,-0.5133,8.2702,0.0000,8.2702,6.4823,8.2702,0.6300,0.0000,7.6402,0.0000,7.6402,6.2555,1.3847,0.0000,1.3847,-0.2379,1.6227,0.0000,14.7923,10.5880,-23.7577,1.0341,3387.1545,3387.1545,3387.1545 -944.5000,1.0000,12626.0662,56.7085,56.3970,-0.1786,0.0000,5,1243.8905,94.7958,547.6819,-82.3533,12.3481,71.3410,-10.7273,-0.5387,6.4025,0.0000,6.4025,6.4843,6.4025,0.6116,0.0000,5.7909,0.0000,5.7909,6.1873,-0.3964,0.0000,-0.3964,-0.2497,-0.1467,0.0000,14.3143,10.4727,-24.9337,1.0314,3083.6939,3083.6939,3083.6939 -945.5000,1.0000,12641.6290,56.0160,55.6550,-0.2061,0.0000,5,1228.7006,61.5090,537.4445,-81.4525,7.9143,69.1526,-10.4804,-0.6140,2.1577,0.0000,2.1577,6.3706,2.1577,0.6107,0.0000,1.5471,0.0000,1.5471,6.1118,-4.5647,0.0000,-4.5647,-0.2847,-4.2800,0.0000,13.7964,10.3448,-28.4212,1.0284,2510.9635,2510.9635,2510.9635 -946.5000,1.0000,12656.9773,55.2440,54.8530,-0.2228,0.0000,5,1211.7670,40.2763,517.8607,-80.4482,5.1109,65.7144,-10.2085,-0.6545,-0.5312,0.0000,-0.5312,6.2966,-0.5312,0.6046,0.0000,-1.1358,0.0000,-1.1358,6.0276,-7.1634,0.0000,-7.1634,-0.3034,-6.8599,0.0000,13.2339,10.2022,-30.2961,1.0250,2135.3448,2135.3448,2135.3448 -947.5000,1.0000,12672.0917,54.4015,53.9700,-0.2453,0.0000,5,1193.2869,12.5697,502.5365,-79.3498,1.5707,62.7973,-9.9156,-0.7097,-3.9567,0.0000,-3.9567,6.2371,-3.9567,0.5994,0.0000,-4.5561,0.0000,-4.5561,5.9356,-10.4917,0.0000,-10.4917,-0.3290,-10.1628,0.0000,12.6378,10.0466,-32.8472,1.0214,1663.2160,1663.2160,1663.2160 -948.5000,1.0000,12686.9600,53.5160,53.0820,-0.2467,0.0000,5,1173.8636,7.5328,484.2195,-78.1912,0.9260,59.5235,-9.6118,-0.7021,-4.4817,0.0000,-4.4817,6.1098,-4.4817,0.5864,0.0000,-5.0681,0.0000,-5.0681,5.8390,-10.9072,0.0000,-10.9072,-0.3255,-10.5817,0.0000,12.0307,9.8831,-32.4955,0.9908,1551.8368,1551.8368,1551.8368 -949.5000,1.0000,12701.5642,52.5650,52.0680,-0.2817,0.0000,5,1153.0036,-34.0578,475.1559,-76.9468,-4.1122,57.3714,-9.2907,-0.7874,-9.3849,0.0000,-9.3849,6.0601,-9.3849,0.5835,0.0000,-9.9683,0.0000,-9.9683,5.7353,-15.7036,0.0000,-15.7036,-0.3650,-15.3386,0.0000,11.4010,9.7075,-36.4470,1.0128,745.6752,745.6752,745.6752 -950.5000,1.0000,12715.8967,51.5870,51.1260,-0.2617,0.0000,5,1131.5513,-15.5057,449.8109,-75.6672,-1.8374,53.3007,-8.9662,-0.7179,-7.0680,0.0000,-7.0680,5.9486,-7.0680,0.5622,0.0000,-7.6302,0.0000,-7.6302,5.6285,-13.2588,0.0000,-13.2588,-0.3328,-12.9260,0.0000,10.7763,9.5268,-33.2290,0.9961,1061.6273,1061.6273,1061.6273 -951.5000,1.0000,12729.9746,50.6705,50.2350,-0.2475,0.0000,5,1111.4481,-2.4879,453.6987,-74.4680,-0.2896,52.8063,-8.6674,-0.6670,-5.5386,0.0000,-5.5386,5.9160,-5.5386,0.5441,0.0000,-6.0827,0.0000,-6.0827,5.5286,-11.6113,0.0000,-11.6113,-0.3092,-11.3021,0.0000,10.2120,9.3576,-30.8716,1.0145,1223.1611,1223.1611,1223.1611 -952.5000,1.0000,12743.7994,49.7595,49.3040,-0.2586,0.0000,5,1091.4655,-17.7151,454.0873,-73.1741,-2.0248,51.9013,-8.3637,-0.6844,-7.1711,0.0000,-7.1711,5.8307,-7.1711,0.5341,0.0000,-7.7053,0.0000,-7.7053,5.4292,-13.1344,0.0000,-13.1344,-0.3173,-12.8171,0.0000,9.6711,9.1893,-31.6776,0.9866,933.9494,933.9494,933.9494 -953.5000,1.0000,12757.3619,48.8150,48.3460,-0.2661,0.0000,5,1070.7480,-28.8831,440.4887,-71.6911,-3.2386,49.3913,-8.0386,-0.6909,-8.3034,0.0000,-8.3034,5.7557,-8.3034,0.5225,0.0000,-8.8259,0.0000,-8.8259,5.3261,-14.1520,0.0000,-14.1520,-0.3203,-13.8318,0.0000,9.1309,9.0149,-31.9776,0.9817,707.8610,707.8610,707.8610 -954.5000,1.0000,12770.6450,47.8090,47.2920,-0.2928,0.0000,5,1048.6816,-61.1793,427.9580,-70.1116,-6.7186,46.9974,-7.6995,-0.7444,-11.6627,0.0000,-11.6627,5.6885,-11.6627,0.5158,0.0000,-12.1785,0.0000,-12.1785,5.2163,-17.3948,0.0000,-17.3948,-0.3451,-17.0497,0.0000,8.5781,8.8291,-34.4570,0.9880,92.7452,92.7452,92.7452 -955.5000,1.0000,12783.6823,46.9245,46.5770,-0.1986,0.0000,5,1029.2803,40.0752,408.8115,-68.7228,4.3195,44.0641,-7.4074,-0.4957,-0.8004,0.0000,-0.8004,5.6157,-0.8004,0.4755,0.0000,-1.2759,0.0000,-1.2759,5.1198,-6.3958,0.0000,-6.3958,-0.2298,-6.1660,0.0000,8.1103,8.6658,-22.9421,0.9834,1845.3395,1845.3395,1845.3395 -956.5000,1.0000,12796.4960,46.1190,45.6810,-0.2489,0.0000,5,1011.6118,-17.7504,454.4766,-67.4580,-1.8804,48.1453,-7.1462,-0.6105,-6.8116,0.0000,-6.8116,5.5416,-6.8116,0.4787,0.0000,-7.2903,0.0000,-7.2903,5.0319,-12.3222,0.0000,-12.3222,-0.2830,-12.0392,0.0000,7.7000,8.5170,-28.2563,0.9792,749.3224,749.3224,749.3224 -957.5000,1.0000,12809.0444,45.1645,44.6680,-0.2814,0.0000,5,990.6750,-56.1000,413.9673,-67.1603,-5.8200,42.9463,-6.9674,-0.6759,-10.6232,0.0000,-10.6232,5.4791,-10.6232,0.4744,0.0000,-11.0976,0.0000,-11.0976,4.9278,-16.0254,0.0000,-16.0254,-0.3133,-15.7121,0.0000,7.2320,8.3408,-31.2848,0.9858,104.2250,104.2250,104.2250 -958.5000,1.0000,12821.3461,44.2760,43.9040,-0.2122,0.0000,5,971.1859,17.5708,387.1731,-68.2751,1.7870,39.3764,-6.9437,-0.4997,-3.0988,0.0000,-3.0988,5.3856,-3.0988,0.4428,0.0000,-3.5417,0.0000,-3.5417,4.8309,-8.3725,0.0000,-8.3725,-0.2317,-8.1408,0.0000,6.8132,8.1767,-23.1307,0.9464,1259.9884,1259.9884,1259.9884 -959.5000,1.0000,12833.4176,43.4475,43.0110,-0.2481,0.0000,5,953.0129,-23.4816,416.2490,-69.3147,-2.3434,41.5413,-6.9176,-0.5732,-7.1527,0.0000,-7.1527,5.3824,-7.1527,0.4412,0.0000,-7.5939,0.0000,-7.5939,4.7405,-12.3344,0.0000,-12.3344,-0.2657,-12.0687,0.0000,6.4380,8.0237,-26.5304,0.9419,601.0273,601.0273,601.0273 -960.5000,1.0000,12845.1417,42.1965,41.4020,-0.4469,0.0000,5,925.5725,-70.8829,380.3361,-70.8844,-6.8704,36.8644,-6.8705,-1.0030,-11.3348,0.0000,-11.3348,5.4674,-11.3348,0.4342,0.0000,-11.7690,0.0000,-11.7690,4.6040,-16.3730,16.8259,-33.1988,-0.4650,-32.7339,0.0000,5.8993,7.7927,-46.4258,1.1041,0.0000,0.0000,0.0000 -961.5000,1.0000,12856.4964,40.8670,40.3520,-0.2917,0.0000,5,896.4101,-72.6040,392.7093,-72.6040,-6.8155,36.8644,-6.8155,-0.6339,-11.5176,0.0000,-11.5176,5.3360,-11.5176,0.4165,0.0000,-11.9340,0.0000,-11.9340,4.4589,-16.3929,0.3378,-16.7307,-0.2939,-16.4368,0.0000,5.3580,7.5471,-29.3419,1.0751,0.0000,0.0000,0.0000 -962.5000,1.0000,12867.5932,39.9385,39.5450,-0.2242,0.0000,5,876.0436,-4.9950,401.8392,-74.0603,-0.4582,36.8644,-6.7942,-0.4762,-5.1378,0.0000,-5.1378,5.1557,-5.1378,0.3880,0.0000,-5.5258,0.0000,-5.5258,4.3576,-9.8834,0.0000,-9.8834,-0.2207,-9.6627,0.0000,5.0007,7.3757,-22.0390,0.9649,885.5447,885.5447,885.5447 -963.5000,1.0000,12878.4698,39.1460,38.7670,-0.2161,0.0000,5,858.6603,1.9552,409.9743,-75.3033,0.1758,36.8644,-6.7712,-0.4499,-4.4489,0.0000,-4.4489,5.0747,-4.4489,0.3758,0.0000,-4.8247,0.0000,-4.8247,4.2711,-9.0958,0.0000,-9.0958,-0.2086,-8.8873,0.0000,4.7089,7.2293,-20.8254,0.9400,994.4072,994.4072,994.4072 -964.5000,1.0000,12889.2636,38.8475,38.9480,0.0503,0.0000,5,852.1128,296.3441,413.1245,-75.7715,26.4437,36.8644,-6.7613,0.1039,21.3042,0.0000,21.3042,5.0356,21.3042,0.4338,0.0000,20.8705,0.0000,20.8705,4.2386,16.6319,0.0000,16.6319,0.0482,16.5837,0.0000,4.6015,7.1742,4.8080,0.9508,5554.1002,5554.1002,5554.1002 -965.5000,1.0000,12899.9998,38.6405,38.3529,-0.1653,0.0000,0,786.5456,21.9909,454.8666,-80.9410,1.8113,37.4659,-6.6669,-3.2629,0.0000,0.0000,0.0000,5.0743,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.2160,-4.2159,0.0000,-4.2159,-0.1575,-4.0585,0.0000,4.5286,7.1359,-15.7230,0.9212,1218.2840,1218.2840,1218.2840 -966.5000,1.0000,12910.8719,39.1296,39.9263,0.4370,0.0000,4,1007.4082,674.5325,674.5325,-67.1571,71.1602,71.1602,-7.0848,17.8430,48.1716,0.0000,48.1716,5.1456,60.7417,1.8128,0.0000,58.9289,0.0000,58.9289,4.4792,54.4497,0.0000,54.4497,0.4216,54.0281,0.0000,4.7044,7.2263,42.0974,0.9782,14090.9286,14090.9286,14090.9286 -967.5000,1.0000,12922.3382,41.2686,42.6308,0.7513,0.0000,4,1339.7228,762.4797,762.4797,-88.0370,106.9724,106.9724,-12.3512,3.6118,98.0636,0.0000,98.0636,5.2971,98.0636,2.6112,0.0000,95.4524,0.0000,95.4524,5.2236,90.2288,0.0000,90.2288,0.7644,89.4644,0.0000,5.5225,7.6213,76.3207,1.0375,20774.3639,20774.3639,20774.3639 -968.5000,1.0000,12934.4831,43.7114,44.8120,0.6059,0.0000,4,1419.0268,651.4138,847.0213,-92.7403,96.8002,125.8675,-13.7812,3.0853,88.2592,0.0000,88.2592,5.4558,88.2592,2.4769,0.0000,85.7822,0.0000,85.7822,5.3030,80.4793,0.0000,80.4793,0.6530,79.8263,0.0000,6.5594,8.0724,65.1945,1.0748,18872.1821,18872.1821,18872.1821 -969.5000,1.0000,12947.1467,45.5790,46.3660,0.4317,0.0000,4,1479.6551,516.7112,813.1494,-96.3361,80.0639,125.9968,-14.9272,2.2920,72.2126,0.0000,72.2126,5.5593,72.2126,2.2050,0.0000,70.0076,0.0000,70.0076,5.2379,64.7697,0.0000,64.7697,0.4851,64.2846,0.0000,7.4342,8.4173,48.4331,1.0793,15770.2575,15770.2575,15770.2575 -970.5000,1.0000,12960.2414,47.1310,47.9160,0.4306,0.0000,4,1530.0385,518.9582,777.6635,-99.3242,83.1502,124.6013,-15.9142,2.3640,75.1043,0.0000,75.1043,5.6819,75.1043,2.3047,0.0000,72.7996,0.0000,72.7996,5.4224,67.3772,0.0000,67.3772,0.5003,66.8769,0.0000,8.2196,8.7039,49.9534,1.0688,16433.3588,16433.3588,16433.3588 -971.5000,1.0000,12973.7294,48.5470,49.1980,0.3561,0.0000,4,1576.0069,463.1223,784.2332,-102.0505,76.4333,129.4291,-16.8423,2.0140,68.6014,0.0000,68.6014,5.8179,68.6014,2.2138,0.0000,66.3876,0.0000,66.3876,5.4563,60.9313,0.0000,60.9313,0.4262,60.5050,0.0000,8.9820,8.9654,42.5576,1.1078,15257.3662,15257.3662,15257.3662 -972.5000,1.0000,12987.5843,49.8675,50.5570,0.3775,0.0000,4,1618.8750,483.2066,774.5417,-104.1457,81.9171,131.3066,-17.6556,2.1930,73.7565,0.0000,73.7565,5.9676,73.7565,2.3542,0.0000,71.4023,0.0000,71.4023,5.6529,65.7494,0.0000,65.7494,0.4641,65.2853,0.0000,9.7352,9.2093,46.3408,1.1284,16351.2695,16351.2695,16351.2695 -973.5000,1.0000,13001.5291,50.1912,49.8453,-0.1977,0.0000,0,1640.9339,35.4109,773.4119,-104.9312,6.0849,132.9017,-18.0312,0.0000,0.0000,0.0000,0.0000,6.0849,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.4763,-5.4762,0.0000,-5.4762,-0.2446,-5.2316,0.0000,9.9246,9.2691,-24.4253,1.1452,3159.4140,3159.4140,3159.4140 -974.5000,1.0000,13015.5090,50.3179,50.8105,0.2681,0.0000,5,1377.6163,399.1799,399.1799,-90.2843,57.5871,57.5871,-13.0247,-22.2768,73.7771,0.0000,73.7771,6.0869,59.1085,0.7770,0.0000,58.3315,0.0000,58.3315,5.4982,52.8333,0.0000,52.8333,0.3326,52.5007,0.0000,10.0004,9.2925,33.2078,1.0909,11568.6022,11568.6022,11568.6022 -975.5000,1.0000,13029.8181,51.5026,52.2147,0.3901,0.0000,5,1129.6992,711.0614,711.0614,-75.5567,84.1199,84.1199,-8.9385,1.0684,76.9398,0.0000,76.9398,6.1117,76.9398,0.8836,0.0000,76.0562,0.0000,76.0562,5.8729,70.1833,0.0000,70.1833,0.4953,69.6880,0.0000,10.7245,9.5112,49.4522,1.0188,16468.9557,16468.9557,16468.9557 -976.5000,1.0000,13044.5591,53.0577,53.9207,0.4739,0.0000,5,1163.8103,810.7119,810.7119,-77.5915,98.8046,98.8046,-9.4564,1.3373,91.2476,0.0000,91.2476,6.2197,91.2476,0.9784,0.0000,90.2693,0.0000,90.2693,6.2290,84.0403,0.0000,84.0403,0.6199,83.4203,0.0000,11.7265,9.7984,61.8954,1.0278,19238.3978,19238.3978,19238.3978 -977.5000,1.0000,13059.7919,54.8282,55.7556,0.5097,0.0000,5,1202.6457,856.1462,856.1462,-79.9072,107.8237,107.8237,-10.0636,1.4863,100.1234,0.0000,100.1234,6.2140,100.1234,1.0499,0.0000,99.0735,0.0000,99.0735,6.5237,92.5498,0.0000,92.5498,0.6890,91.8608,0.0000,12.9403,10.1254,68.7951,0.9699,20970.1492,20970.1492,20970.1492 -978.5000,1.0000,13075.4316,56.2928,56.8500,0.3040,0.0000,5,1234.7727,630.0364,875.1436,-81.8126,81.4669,113.1605,-10.5788,0.9101,74.1587,0.0000,74.1587,6.3981,74.1587,0.9429,0.0000,73.2157,0.0000,73.2157,6.2704,66.9453,0.0000,66.9453,0.4219,66.5234,0.0000,14.0027,10.3959,42.1248,1.0429,15984.6288,15984.6288,15984.6288 -979.5000,1.0000,13091.3630,57.3430,57.8560,0.2794,0.0000,5,1257.8081,606.0477,782.2916,-83.1788,79.8270,103.0414,-10.9561,0.8522,72.5257,0.0000,72.5257,6.4491,72.5257,0.9515,0.0000,71.5742,0.0000,71.5742,6.3423,65.2319,0.0000,65.2319,0.3951,64.8368,0.0000,14.8008,10.5898,39.4462,1.0341,15701.2131,15701.2131,15701.2131 -980.5000,1.0000,13107.5472,58.2530,58.6700,0.2261,0.0000,5,1277.7688,549.3216,773.6545,-84.3626,73.5034,103.5209,-11.2884,0.7005,66.3140,0.0000,66.3140,6.4889,66.3140,0.9350,0.0000,65.3790,0.0000,65.3790,6.3559,59.0231,0.0000,59.0231,0.3247,58.6984,0.0000,15.5163,10.7579,32.4242,1.0247,14518.1279,14518.1279,14518.1279 -981.5000,1.0000,13123.9470,59.0295,59.4090,0.2053,0.0000,5,1294.8012,529.8293,751.9630,-85.3727,71.8402,101.9596,-11.5758,0.6445,64.5535,0.0000,64.5535,6.6423,64.5535,0.9389,0.0000,63.6146,0.0000,63.6146,6.4406,57.1740,0.0000,57.1740,0.2988,56.8753,0.0000,16.1449,10.9013,29.8291,1.0548,14223.1354,14223.1354,14223.1354 -982.5000,1.0000,13140.5238,59.6665,59.9440,0.1486,0.0000,5,1308.7737,469.0352,744.9390,-86.2014,64.2834,102.0972,-11.8143,0.4716,57.1607,0.0000,57.1607,6.6510,57.1607,0.9123,0.0000,56.2484,0.0000,56.2484,6.5101,49.7383,0.0000,49.7383,0.2186,49.5197,0.0000,16.6729,11.0189,21.8279,1.0175,12800.9381,12800.9381,12800.9381 -983.5000,1.0000,13157.1703,59.9175,59.9110,-0.0092,0.0000,5,1314.2793,295.3304,718.5529,-86.5280,40.6466,98.8952,-11.9089,-0.0292,33.9213,0.0000,33.9213,6.7545,33.9213,0.8003,0.0000,33.1210,0.0000,33.1210,6.5375,26.5836,0.0000,26.5836,-0.0135,26.5971,0.0000,16.8839,11.0653,-1.3521,1.0724,8334.4737,8334.4737,8334.4737 -984.5000,1.0000,13173.7384,59.6350,59.3790,-0.1478,0.0000,5,1308.0827,140.0080,643.0975,-86.1604,19.1786,88.0929,-11.8024,-0.4687,12.9457,0.0000,12.9457,6.7016,12.9457,0.6907,0.0000,12.2550,0.0000,12.2550,6.5066,5.7483,0.0000,5.7483,-0.2173,5.9656,0.0000,16.6465,11.0131,-21.6940,1.0307,4341.5378,4341.5378,4341.5378 -985.5000,1.0000,13190.1959,59.2370,59.1150,-0.0733,0.0000,5,1299.3527,221.1766,577.3320,-85.6427,30.0950,78.5564,-11.6532,-0.2310,23.6551,0.0000,23.6551,6.6710,23.6551,0.7378,0.0000,22.9173,0.0000,22.9173,6.4632,16.4541,0.0000,16.4541,-0.1071,16.5612,0.0000,16.3152,10.9396,-10.6936,1.0557,6361.3636,6361.3636,6361.3636 -986.5000,1.0000,13206.6122,59.0885,59.0820,-0.0092,0.0000,5,1296.0954,291.8652,612.3169,-85.4495,39.6139,83.1078,-11.5978,-0.0288,32.9872,0.0000,32.9872,6.6555,32.9872,0.7820,0.0000,32.2052,0.0000,32.2052,6.4470,25.7582,0.0000,25.7582,-0.0134,25.7716,0.0000,16.1927,10.9122,-1.3333,1.0417,8134.4520,8134.4520,8134.4520 -987.5000,1.0000,13223.0555,59.1860,59.3100,0.0633,0.0000,5,1298.2340,373.0570,643.8783,-85.5763,50.7174,87.5357,-11.6342,0.1994,43.8185,0.0000,43.8185,6.6995,43.8185,0.8377,0.0000,42.9808,0.0000,42.9808,6.4577,36.5231,0.0000,36.5231,0.0924,36.4307,0.0000,16.2731,10.9302,9.2274,1.0421,10221.6249,10221.6249,10221.6249 -988.5000,1.0000,13239.5956,59.5345,59.7790,0.1303,0.0000,5,1305.8783,448.5011,680.1614,-86.0297,61.3331,93.0129,-11.7647,0.4125,54.2321,0.0000,54.2321,6.6884,54.2321,0.8955,0.0000,53.3366,0.0000,53.3366,6.4957,46.8409,0.0000,46.8409,0.1912,46.6497,0.0000,16.5624,10.9945,19.0927,1.0436,12240.7999,12240.7999,12240.7999 -989.5000,1.0000,13256.2872,60.0795,60.4000,0.1725,0.0000,5,1317.8328,497.5879,713.5768,-86.7387,68.6687,98.4758,-11.9702,0.5512,61.3797,0.0000,61.3797,6.7377,61.3797,0.9402,0.0000,60.4395,0.0000,60.4395,6.5551,53.8844,0.0000,53.8844,0.2555,53.6288,0.0000,17.0216,11.0952,25.5120,1.0327,13634.6629,13634.6629,13634.6629 -990.5000,1.0000,13273.1581,60.7255,61.0710,0.1864,0.0000,5,1332.0027,515.1580,735.5522,-87.5791,71.8578,102.6000,-12.2161,0.6020,64.5251,0.0000,64.5251,6.7308,64.5251,0.9667,0.0000,63.5584,0.0000,63.5584,6.6256,56.9328,0.0000,56.9328,0.2791,56.6537,0.0000,17.5767,11.2145,27.8625,1.0355,14212.5049,14212.5049,14212.5049 -991.5000,1.0000,13290.2177,61.4045,61.7580,0.1908,0.0000,5,1346.8964,523.0466,744.5971,-88.4624,73.7740,105.0229,-12.4773,0.6232,66.3344,0.0000,66.3344,6.8163,66.3344,0.9871,0.0000,65.3473,0.0000,65.3473,6.6997,58.6476,0.0000,58.6476,0.2889,58.3587,0.0000,18.1729,11.3399,28.8459,1.0255,14549.7047,14549.7047,14549.7047 -992.5000,1.0000,13307.4558,62.0470,62.3560,0.1661,0.0000,5,1360.9895,498.6708,749.1996,-89.2982,71.0718,106.7778,-12.7270,0.5482,63.5875,0.0000,63.5875,6.9361,63.5875,0.9842,0.0000,62.6033,0.0000,62.6033,6.7698,55.8335,0.0000,55.8335,0.2541,55.5794,0.0000,18.7492,11.4585,25.3717,1.0437,14066.3693,14066.3693,14066.3693 -993.5000,1.0000,13324.8559,62.6305,62.9250,0.1581,0.0000,5,1373.7885,491.5381,741.3939,-90.0573,70.7140,106.6590,-12.9559,0.5265,63.2879,0.0000,63.2879,6.8997,63.2879,0.9926,0.0000,62.2953,0.0000,62.2953,6.8335,55.4618,0.0000,55.4618,0.2441,55.2177,0.0000,19.2831,11.5663,24.3683,1.0616,13994.4147,13994.4147,13994.4147 -994.5000,1.0000,13342.4084,63.1790,63.4530,0.1467,0.0000,5,1385.8197,481.6832,740.2107,-90.7709,69.9032,107.4214,-13.1729,0.4928,62.3915,0.0000,62.3915,7.0189,62.3915,0.9975,0.0000,61.3940,0.0000,61.3940,6.8933,54.5006,0.0000,54.5006,0.2285,54.2722,0.0000,19.7941,11.6676,22.8104,1.0933,13842.2583,13842.2583,13842.2583 -995.5000,1.0000,13360.0722,63.5795,63.7260,0.0758,0.0000,5,1394.6046,404.9978,736.6214,-91.2919,59.1470,107.5781,-13.3325,0.2564,51.7903,0.0000,51.7903,7.1002,51.7903,0.9514,0.0000,50.8390,0.0000,50.8390,6.9370,43.9019,0.0000,43.9019,0.1189,43.7831,0.0000,20.1727,11.7416,11.8688,1.0535,11867.0549,11867.0549,11867.0549 -996.5000,1.0000,13377.7823,63.7465,63.7870,0.0169,0.0000,5,1398.2677,354.8430,706.9151,-91.5091,51.9583,103.5109,-13.3993,0.0574,42.6538,0.0000,42.6538,9.2471,42.6538,0.9086,0.0000,41.7452,0.0000,41.7452,6.9552,34.7900,0.0000,34.7900,0.0266,34.7634,0.0000,20.3320,11.7724,2.6590,1.0687,10525.4330,10525.4330,10525.4330 -997.5000,1.0000,13395.5103,63.8110,63.8550,0.0189,0.0000,5,1399.6825,357.4246,688.0452,-91.5930,52.3893,100.8498,-13.4252,0.0641,43.0489,0.0000,43.0489,9.2763,43.0489,0.9117,0.0000,42.1372,0.0000,42.1372,6.9623,35.1749,0.0000,35.1749,0.0297,35.1452,0.0000,20.3938,11.7843,2.9671,1.0832,10608.6043,10608.6043,10608.6043 -998.5000,1.0000,13413.2623,63.8970,63.9590,0.0289,0.0000,5,1401.5689,368.8668,689.5922,-91.7049,54.1393,101.2128,-13.4597,0.0982,44.7595,0.0000,44.7595,9.2817,44.7595,0.9217,0.0000,43.8377,0.0000,43.8377,6.9717,36.8661,0.0000,36.8661,0.0455,36.8206,0.0000,20.4764,11.8002,4.5440,1.0697,10937.0399,10937.0399,10937.0399 -999.5000,1.0000,13431.0499,64.0255,64.1120,0.0425,0.0000,5,1404.3876,384.4692,694.7615,-91.8721,56.5428,102.1766,-13.5114,0.1447,47.1110,0.0000,47.1110,9.2871,47.1110,0.9357,0.0000,46.1753,0.0000,46.1753,6.9857,39.1896,0.0000,39.1896,0.0671,39.1225,0.0000,20.6002,11.8239,6.6984,1.0564,11385.8674,11385.8674,11385.8674 -1000.5000,1.0000,13448.8919,64.2210,64.3500,0.0661,0.0000,5,1408.6758,411.6172,701.9388,-92.1264,60.7202,103.5473,-13.5901,0.2258,51.1721,0.0000,51.1721,9.3222,51.1721,0.9594,0.0000,50.2128,0.0000,50.2128,7.0070,43.2057,0.0000,43.2057,0.1047,43.1011,0.0000,20.7895,11.8600,10.4516,1.0717,12171.6441,12171.6441,12171.6441 -1001.5000,1.0000,13466.8148,64.5125,64.6950,0.0958,0.0000,5,1415.0698,446.4180,713.8814,-92.5056,66.1528,105.7871,-13.7080,0.3288,56.3887,0.0000,56.3887,9.4353,56.3887,0.9905,0.0000,55.3982,0.0000,55.3982,7.0388,48.3593,0.0000,48.3593,0.1524,48.2069,0.0000,21.0739,11.9139,15.2191,1.0736,13162.0640,13162.0640,13162.0640 -1002.5000,1.0000,13484.8317,64.8510,65.0270,0.0922,0.0000,5,1422.4947,443.0295,728.1004,-92.9460,65.9951,108.4602,-13.8455,0.3181,56.3256,0.0000,56.3256,9.3514,56.3256,0.9961,0.0000,55.3295,0.0000,55.3295,7.0758,48.2537,0.0000,48.2537,0.1475,48.1063,0.0000,21.4074,11.9764,14.7225,1.0758,13137.0099,13137.0099,13137.0099 -1003.5000,1.0000,13502.9465,65.2030,65.3990,0.1033,0.0000,5,1430.2158,456.8527,728.3330,-93.4039,68.4237,109.0838,-13.9893,0.3583,58.6795,0.0000,58.6795,9.3859,58.6795,1.0141,0.0000,57.6654,0.0000,57.6654,7.1142,50.5512,0.0000,50.5512,0.1661,50.3851,0.0000,21.7579,12.0414,16.5858,1.0921,13576.3734,13576.3734,13576.3734 -1004.5000,1.0000,13521.1531,65.5340,65.6890,0.0806,0.0000,5,1437.4762,418.3720,734.2376,-93.8345,62.9784,110.5264,-14.1251,0.2808,55.4731,0.0000,55.4731,7.2245,55.4731,1.0039,0.0000,54.4693,0.0000,54.4693,7.1503,47.3190,0.0000,47.3190,0.1302,47.1888,0.0000,22.0909,12.1025,12.9955,1.0801,12608.3339,12608.3339,12608.3339 -1005.5000,1.0000,13539.4867,65.9910,66.3130,0.1733,0.0000,5,1447.5004,523.4245,723.5676,-94.4290,79.3417,109.6797,-14.3137,0.6083,71.4753,0.0000,71.4753,7.2580,71.4753,1.0920,0.0000,70.3833,0.0000,70.3833,7.2001,63.1832,0.0000,63.1832,0.2820,62.9012,0.0000,22.5567,12.1869,28.1576,1.0549,15609.0459,15609.0459,15609.0459 -1006.5000,1.0000,13558.0170,66.6990,67.1050,0.2200,0.0000,5,1463.0303,578.9470,764.4519,-95.3501,88.6994,117.1203,-14.6084,0.7804,80.5617,0.0000,80.5617,7.3573,80.5617,1.1500,0.0000,79.4117,0.0000,79.4117,7.3195,72.0922,0.0000,72.0922,0.3618,71.7304,0.0000,23.2908,12.3177,36.1220,1.0877,17351.0480,17351.0480,17351.0480 -1007.5000,1.0000,13576.8498,67.7880,68.4910,0.3850,0.0000,5,1486.9173,769.7838,789.5984,-96.7668,119.8627,122.9481,-15.0675,1.3880,111.0562,0.0000,111.0562,7.4185,111.0562,1.3220,0.0000,109.7341,0.0000,109.7341,7.8744,101.8597,0.0000,101.8597,0.6435,101.2163,0.0000,24.4520,12.5188,64.2455,1.1111,23361.9635,23361.9635,23361.9635 -1008.5000,1.0000,13596.0726,69.1920,69.9130,0.3950,0.0000,5,1517.7138,788.1991,856.0277,-98.5932,125.2721,136.0524,-15.6699,1.4536,116.1872,0.0000,116.1872,7.6314,116.1872,1.3732,0.0000,114.8140,0.0000,114.8140,8.0796,106.7344,0.0000,106.7344,0.6738,106.0605,0.0000,26.0031,12.7781,67.2794,1.1079,24410.2350,24410.2350,24410.2350 -1009.5000,1.0000,13615.5776,70.2080,70.5230,0.1694,0.0000,5,1539.9996,538.7247,860.8075,-99.9150,86.8793,138.8210,-16.1131,0.6327,78.5711,0.0000,78.5711,7.6755,78.5711,1.2039,0.0000,77.3672,0.0000,77.3672,7.6602,69.7069,0.0000,69.7069,0.2933,69.4136,0.0000,27.1631,12.9657,29.2849,1.1135,17119.6779,17119.6779,17119.6779 -1010.5000,1.0000,13635.2709,70.8860,71.2690,0.2072,0.0000,5,1554.8714,584.7888,783.2339,-100.7970,95.2187,127.5306,-16.4123,0.7812,86.6210,0.0000,86.6210,7.8164,86.6210,1.2568,0.0000,85.3642,0.0000,85.3642,7.7935,77.5707,0.0000,77.5707,0.3622,77.2086,0.0000,27.9579,13.0909,36.1598,1.1163,18718.0723,18718.0723,18718.0723 -1011.5000,1.0000,13655.1277,71.4745,71.7000,0.1197,0.0000,5,1567.7800,490.0418,798.2161,-101.5626,80.4539,131.0492,-16.6743,0.4551,72.1285,0.0000,72.1285,7.8703,72.1285,1.1954,0.0000,70.9331,0.0000,70.9331,7.7984,63.1347,0.0000,63.1347,0.2110,62.9237,0.0000,28.6595,13.1996,21.0647,1.1188,16015.4988,16015.4988,16015.4988 -1012.5000,1.0000,13675.0108,71.5690,71.4580,-0.0672,0.0000,5,1569.8528,283.3021,765.3777,-101.6855,46.5733,125.8240,-16.7165,-0.2559,38.8680,0.0000,38.8680,7.9613,38.8680,1.0308,0.0000,37.8371,0.0000,37.8371,7.8087,30.0284,0.0000,30.0284,-0.1186,30.1470,0.0000,28.7731,13.2170,-11.8431,1.1192,9669.4227,9669.4227,9669.4227 -1013.5000,1.0000,13694.7217,70.9493,70.4605,-0.2771,0.0000,0,1484.9759,-2.9659,636.4231,-96.6516,-0.4612,98.9678,-15.0299,-7.4982,0.0000,0.0000,0.0000,7.0370,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,7.7411,-7.7411,0.0000,-7.7411,-0.4847,-7.2564,0.0000,28.0334,13.1026,-48.3924,1.0958,2067.8609,2067.8609,2067.8609 -1014.5000,1.0000,13714.1609,69.9713,69.5020,-0.2663,0.0000,6,1256.2196,-23.4999,411.2714,-83.0846,-3.0914,54.1032,-10.9299,-11.3044,2.1258,0.0000,2.1258,6.0871,1.8908,0.6471,0.0000,1.2437,0.0000,1.2437,7.6344,-6.3907,0.0000,-6.3907,-0.4593,-5.9314,0.1182,26.8900,12.9220,-45.8616,1.0338,1129.3390,1129.3390,1129.3390 -1015.5000,1.0000,13733.2941,68.8695,68.2570,-0.3458,0.0000,6,1099.7458,-61.6142,444.8984,-73.7669,-7.0958,51.2368,-8.4954,-0.6713,-12.3861,0.0000,-12.3861,5.9616,-12.3861,0.7754,0.0000,-13.1615,0.0000,-13.1615,7.5142,-20.6757,0.0000,-20.6757,-0.5872,-20.0885,0.1829,25.6405,12.7185,-58.6304,1.0117,144.1687,144.1687,144.1687 -1016.5000,1.0000,13752.0780,67.6120,66.9870,-0.3528,0.0000,6,1079.6653,-72.3295,421.4675,-72.3295,-8.1777,47.6521,-8.1777,-0.6723,-13.4103,0.0000,-13.4103,5.9049,-13.4103,0.7693,0.0000,-14.1796,0.0000,-14.1796,7.3770,-21.5566,0.8197,-22.3763,-0.5881,-21.7882,0.1795,24.2617,12.4863,-58.7157,0.9954,0.0000,0.0000,0.0000 -1017.5000,1.0000,13770.5459,66.4745,65.9820,-0.2792,0.0000,6,1061.5011,21.1538,412.3571,-71.0292,2.3515,45.8377,-7.8956,-0.5231,-2.8408,0.0000,-2.8408,5.7153,-2.8408,0.6489,0.0000,-3.4896,0.0000,-3.4896,7.2529,-10.7425,0.0000,-10.7425,-0.4575,-10.2850,0.0642,23.0569,12.2762,-45.6823,0.9910,1555.1828,1555.1828,1555.1828 -1018.5000,1.0000,13788.8805,65.9947,66.0274,0.0126,0.0000,6,1053.8394,462.7590,462.7590,-70.4808,51.0691,51.0691,-7.7781,0.0235,45.3733,0.0000,45.3733,5.6723,45.3733,1.3562,0.0000,44.0171,0.0000,44.0171,7.2005,36.8165,0.0000,36.8165,0.0205,36.7960,0.0000,22.5599,12.1876,2.0485,0.9892,10163.7872,10163.7872,10163.7872 -1019.5000,1.0000,13807.2710,66.1957,66.3840,0.0991,0.0000,6,1057.0490,596.4534,680.9454,-70.7105,66.0238,75.3765,-7.8272,0.1848,60.1716,0.0000,60.1716,5.6674,60.1716,1.6543,0.0000,58.5173,0.0000,58.5173,7.2225,51.2948,0.0000,51.2948,0.1617,51.1331,0.0000,22.7669,12.2247,16.1416,0.9900,13102.9708,13102.9708,13102.9708 -1020.5000,1.0000,13825.8089,66.7264,67.0887,0.1958,0.0000,6,1065.5231,747.4057,747.4057,-71.3171,83.3965,83.3965,-7.9577,0.3682,77.4040,0.0000,77.4040,5.6248,77.4040,2.0044,0.0000,75.3996,0.0000,75.3996,7.2804,68.1192,0.0000,68.1192,0.3221,67.7972,0.0000,23.3193,12.3227,32.1552,0.9689,16351.3623,16351.3623,16351.3623 -1021.5000,1.0000,13844.5642,67.5092,67.9497,0.2391,0.0000,6,1078.0237,820.7568,820.7568,-72.2120,92.6555,92.6555,-8.1520,0.4551,86.4167,0.0000,86.4167,5.7840,86.4167,2.1928,0.0000,84.2238,0.0000,84.2238,7.4661,76.7577,0.0000,76.7577,0.3980,76.3597,0.0000,24.1500,12.4673,39.7424,1.0181,18144.6657,18144.6657,18144.6657 -1022.5000,1.0000,13863.5676,68.4020,68.8744,0.2569,0.0000,6,1092.2807,856.4851,856.4851,-73.2325,97.9677,97.9677,-8.3766,0.4952,91.3594,0.0000,91.3594,6.1131,91.3594,2.3010,0.0000,89.0584,0.0000,89.0584,7.6207,81.4377,0.0000,81.4377,0.4332,81.0045,0.0000,25.1210,12.6322,43.2513,1.2721,19126.9021,19126.9021,19126.9021 -1023.5000,1.0000,13882.8318,69.3411,69.8279,0.2649,0.0000,6,1107.2770,873.9034,873.9034,-74.2192,101.3324,101.3324,-8.6060,0.5177,94.7762,0.0000,94.7762,6.0385,94.7762,2.3793,0.0000,92.3969,0.0000,92.3969,7.7570,84.6398,0.0000,84.6398,0.4528,84.1870,0.0000,26.1700,12.8056,45.2114,1.1864,19800.2709,19800.2709,19800.2709 -1024.5000,1.0000,13902.3617,70.2977,70.7875,0.2666,0.0000,6,1122.5523,882.6137,882.6137,-75.1304,103.7542,103.7542,-8.8318,0.5282,97.1595,0.0000,97.1595,6.0665,97.1595,2.4372,0.0000,94.7223,0.0000,94.7223,7.8798,86.8425,0.0000,86.8425,0.4620,86.3805,0.0000,27.2681,12.9822,46.1301,1.1328,20267.5948,20267.5948,20267.5948 -1025.5000,1.0000,13922.1576,71.2554,71.7433,0.2655,0.0000,6,1137.8455,887.2360,887.2360,-76.0426,105.7185,105.7185,-9.0609,0.5332,99.0735,0.0000,99.0735,6.1118,99.0735,2.4858,0.0000,96.5877,0.0000,96.5877,7.9958,88.5919,0.0000,88.5919,0.4664,88.1255,0.0000,28.3978,13.1591,46.5686,1.1257,20636.2899,20636.2899,20636.2899 -1026.5000,1.0000,13942.2178,72.2067,72.6902,0.2630,0.0000,6,1153.0365,889.9466,889.9466,-76.9488,107.4572,107.4572,-9.2912,0.5353,100.7410,0.0000,100.7410,6.1809,100.7410,2.5296,0.0000,98.2115,0.0000,98.2115,8.1076,90.1039,0.0000,90.1039,0.4682,89.6357,0.0000,29.5503,13.3348,46.7505,1.1298,20957.0032,20957.0032,20957.0032 -1027.5000,1.0000,13962.5194,73.0756,73.4810,0.2197,0.0000,6,1166.9107,827.0268,891.6044,-77.7764,101.0615,108.9528,-9.5042,0.4525,94.5496,0.0000,94.5496,6.0594,94.5496,2.4153,0.0000,92.1343,0.0000,92.1343,8.0962,84.0381,0.0000,84.0381,0.3958,83.6423,0.0000,30.6295,13.4953,39.5175,1.0162,19667.3480,19667.3480,19667.3480 -1028.5000,1.0000,13983.0473,73.8905,74.3200,0.2331,0.0000,6,1179.9238,854.1180,864.1996,-78.5527,105.5360,106.7817,-9.7061,0.4854,98.8728,0.0000,98.8728,6.1778,98.8728,2.5108,0.0000,96.3620,0.0000,96.3620,8.2345,88.1275,0.0000,88.1275,0.4246,87.7029,0.0000,31.6658,13.6457,42.3914,1.0187,20541.4964,20541.4964,20541.4964 -1029.5000,1.0000,14003.7961,74.6855,75.0710,0.2086,0.0000,6,1192.6188,821.5799,876.7889,-79.3100,102.6077,109.5028,-9.9051,0.4392,95.9545,0.0000,95.9545,6.2140,95.9545,2.4613,0.0000,93.4933,0.0000,93.4933,8.2645,85.2287,0.0000,85.2287,0.3841,84.8446,0.0000,32.6987,13.7926,38.3533,1.0212,19967.2745,19967.2745,19967.2745 -1030.5000,1.0000,14024.7302,75.3530,75.6550,0.1622,0.0000,6,1203.2778,753.9772,862.6047,-79.9447,95.0064,108.6942,-10.0736,0.3446,88.4314,0.0000,88.4314,6.2305,88.4314,2.3183,0.0000,86.1130,0.0000,86.1130,8.2216,77.8914,0.0000,77.8914,0.3014,77.5900,0.0000,33.5830,13.9158,30.0912,0.9834,18516.6200,18516.6200,18516.6200 -1031.5000,1.0000,14045.7820,75.7765,75.9180,0.0731,0.0000,6,1210.0405,620.2343,832.7181,-80.3458,78.5931,105.5180,-10.1810,0.1560,72.1759,0.0000,72.1759,6.2612,72.1759,1.9980,0.0000,70.1778,0.0000,70.1778,8.2678,61.9100,0.0000,61.9100,0.1365,61.7735,0.0000,34.1520,13.9940,13.6275,1.0114,15478.2052,15478.2052,15478.2052 -1032.5000,1.0000,14066.8941,75.9935,76.0890,0.0475,0.0000,6,1213.5057,582.7629,773.7769,-80.5513,74.0564,98.3300,-10.2363,0.1017,67.6567,0.0000,67.6567,6.2979,67.6567,1.9101,0.0000,65.7466,0.0000,65.7466,8.2915,57.4551,0.0000,57.4551,0.0890,57.3661,0.0000,34.4462,14.0341,8.8859,1.0254,14627.6278,14627.6278,14627.6278 -1033.5000,1.0000,14088.0715,76.2285,76.3880,0.0831,0.0000,6,1217.2583,638.6649,757.8618,-80.7738,81.4112,96.6054,-10.2963,0.1785,74.9617,0.0000,74.9617,6.2711,74.9617,2.0589,0.0000,72.9028,0.0000,72.9028,8.3171,64.5857,0.0000,64.5857,0.1561,64.4296,0.0000,34.7668,14.0775,15.5853,1.0261,15980.9941,15980.9941,15980.9941 -1034.5000,1.0000,14109.3325,76.5295,76.6910,0.0842,0.0000,6,1222.0648,642.6005,782.8694,-81.0589,82.2364,100.1872,-10.3735,0.1816,75.7565,0.0000,75.7565,6.2983,75.7565,2.0782,0.0000,73.6783,0.0000,73.6783,8.3500,65.3284,0.0000,65.3284,0.1588,65.1695,0.0000,35.1803,14.1331,15.8562,1.0271,16125.7126,16125.7126,16125.7126 -1035.5000,1.0000,14130.7230,76.9960,77.3209,0.1750,0.0000,6,1229.5135,785.8512,785.8512,-81.5007,101.1818,101.1818,-10.4936,0.3797,94.4561,0.0000,94.4561,6.3459,94.4561,2.4575,0.0000,91.9986,0.0000,91.9986,8.4544,83.5442,0.0000,83.5442,0.3322,83.2121,0.0000,35.8279,14.2192,33.1649,1.0152,19676.9200,19676.9200,19676.9200 -1036.5000,1.0000,14152.2963,77.6540,78.0070,0.1906,0.0000,6,1240.0208,815.1139,848.4705,-82.1238,105.8464,110.1779,-10.6642,0.4171,99.0292,0.0000,99.0292,6.4000,99.0292,2.5565,0.0000,96.4727,0.0000,96.4727,8.5820,87.8907,0.0000,87.8907,0.3649,87.5259,0.0000,36.7545,14.3408,36.4306,1.0040,20576.2900,20576.2900,20576.2900 -1037.5000,1.0000,14174.0497,78.3020,78.6170,0.1694,0.0000,6,1250.3691,787.1191,861.2746,-82.7376,103.0641,112.7739,-10.8335,0.3740,96.2393,0.0000,96.2393,6.4508,96.2393,2.5082,0.0000,93.7311,0.0000,93.7311,8.6004,85.1307,0.0000,85.1307,0.3271,84.8036,0.0000,37.6822,14.4604,32.6610,1.0460,20043.9610,20043.9610,20043.9610 -1038.5000,1.0000,14195.9595,78.8655,79.1340,0.1436,0.0000,6,1259.3674,751.1712,849.5665,-83.2712,99.0649,112.0414,-10.9819,0.3192,92.2661,0.0000,92.2661,6.4796,92.2661,2.4353,0.0000,89.8308,0.0000,89.8308,8.6048,81.2259,0.0000,81.2259,0.2792,80.9467,0.0000,38.5014,14.5645,27.8807,1.0211,19260.3864,19260.3864,19260.3864 -1039.5000,1.0000,14217.9797,79.2625,79.4110,0.0769,0.0000,6,1265.7069,652.0024,834.2419,-83.6472,86.4193,110.5742,-11.0870,0.1719,79.7242,0.0000,79.7242,6.5233,79.7242,2.1891,0.0000,77.5351,0.0000,77.5351,8.6482,68.8869,0.0000,68.8869,0.1504,68.7365,0.0000,39.0855,14.6378,15.0132,1.0090,16886.2711,16886.2711,16886.2711 -1040.5000,1.0000,14240.0745,79.5315,79.6720,0.0725,0.0000,6,1270.0024,647.3249,792.3953,-83.9020,86.0905,105.3841,-11.1585,0.1625,79.3712,0.0000,79.3712,6.5568,79.3712,2.1852,0.0000,77.1860,0.0000,77.1860,8.6775,68.5085,0.0000,68.5085,0.1422,68.3663,0.0000,39.4848,14.6875,14.1941,1.0232,16827.7520,16827.7520,16827.7520 -1041.5000,1.0000,14262.2433,79.7975,79.9430,0.0753,0.0000,6,1274.2500,653.8768,790.7776,-84.1539,87.2528,105.5207,-11.2294,0.1693,80.4710,0.0000,80.4710,6.6124,80.4710,2.2103,0.0000,78.2607,0.0000,78.2607,8.7065,69.5542,0.0000,69.5542,0.1481,69.4061,0.0000,39.8823,14.7366,14.7872,1.0241,17054.3466,17054.3466,17054.3466 -1042.5000,1.0000,14284.4774,80.0330,80.1430,0.0556,0.0000,6,1278.0106,625.2987,793.7053,-84.3769,83.6856,106.2239,-11.2924,0.1253,76.9462,0.0000,76.9462,6.6141,76.9462,2.1426,0.0000,74.8036,0.0000,74.8036,8.7322,66.0714,0.0000,66.0714,0.1096,65.9617,0.0000,40.2364,14.7801,10.9453,1.0248,16380.0228,16380.0228,16380.0228 -1043.5000,1.0000,14306.7585,80.2020,80.2810,0.0383,0.0000,6,1280.7093,600.2129,781.7292,-84.5370,80.4979,104.8421,-11.3377,0.0867,73.7790,0.0000,73.7790,6.6323,73.7790,2.0812,0.0000,71.6977,0.0000,71.6977,8.7507,62.9471,0.0000,62.9471,0.0758,62.8713,0.0000,40.4918,14.8113,7.5682,1.0120,15830.1680,15830.1680,15830.1680 -1044.5000,1.0000,14329.0783,80.3410,80.4210,0.0389,0.0000,6,1282.9290,602.5026,771.3507,-84.6686,80.9450,103.6294,-11.3751,0.0881,74.1643,0.0000,74.1643,6.6927,74.1643,2.0906,0.0000,72.0737,0.0000,72.0737,8.7658,63.3079,0.0000,63.3079,0.0770,63.2308,0.0000,40.7027,14.8370,7.6912,1.0391,15907.7671,15907.7671,15907.7671 -1045.5000,1.0000,14351.4060,80.3700,80.3390,-0.0228,0.0000,6,1283.3920,509.2128,771.8431,-84.6961,68.4364,103.7330,-11.3829,-0.0516,61.6471,0.0000,61.6471,6.8409,61.6471,1.8406,0.0000,59.8065,0.0000,59.8065,8.7690,51.0375,0.0000,51.0375,-0.0451,51.0826,0.0000,40.7467,14.8424,-4.5065,1.1338,13583.0269,13583.0269,13583.0269 -1046.5000,1.0000,14373.7269,80.3450,80.3710,0.0089,0.0000,6,1282.9928,558.0275,732.6121,-84.6724,74.9736,98.4299,-11.3761,0.0201,68.0569,0.0000,68.0569,6.8966,68.0569,1.9685,0.0000,66.0884,0.0000,66.0884,8.7663,57.3221,0.0000,57.3221,0.0176,57.3045,0.0000,40.7087,14.8377,1.7581,1.2078,14796.6678,14796.6678,14796.6678 -1047.5000,1.0000,14396.0512,80.3575,80.3640,-0.0019,0.0000,6,1283.1924,541.4343,753.1984,-84.6843,72.7556,101.2115,-11.3795,-0.0044,65.8718,0.0000,65.8718,6.8881,65.8718,1.9249,0.0000,63.9469,0.0000,63.9469,8.7676,55.1793,0.0000,55.1793,-0.0039,55.1831,0.0000,40.7277,14.8400,-0.3846,1.1721,14381.9652,14381.9652,14381.9652 -1048.5000,1.0000,14418.3580,80.2945,80.2450,-0.0331,0.0000,6,1282.1864,507.8544,745.7639,-84.6246,68.1897,100.1339,-11.3626,-0.0748,59.4171,0.0000,59.4171,8.8474,59.4171,1.7951,0.0000,57.6221,0.0000,57.6221,8.7608,48.8613,0.0000,48.8613,-0.0654,48.9267,0.0000,40.6320,14.8284,-6.5337,1.1590,13538.0461,13538.0461,13538.0461 -1049.5000,1.0000,14440.6041,80.0760,79.9270,-0.0883,0.0000,6,1278.6973,421.9640,730.5674,-84.4177,56.5030,97.8265,-11.3039,-0.1994,47.7998,0.0000,47.7998,8.9026,47.7998,1.5602,0.0000,46.2396,0.0000,46.2396,8.7369,37.5027,0.0000,37.5027,-0.1744,37.6771,0.0000,40.3014,14.7881,-17.4123,1.1959,11279.3978,11279.3978,11279.3978 -1050.5000,1.0000,14462.6952,79.5180,79.1290,-0.2217,0.0000,6,1269.7868,213.3071,690.9890,-83.8892,28.3638,91.8820,-11.1549,-0.4968,19.9991,0.0000,19.9991,8.8616,19.9991,0.9976,0.0000,19.0015,0.0000,19.0015,8.6760,10.3254,0.0000,10.3254,-0.4346,10.7600,0.0000,39.4655,14.6850,-43.3905,1.1800,5997.9526,5997.9526,5997.9526 -1051.5000,1.0000,14484.5615,78.7085,78.3080,-0.2281,0.0000,6,1256.8603,197.3835,597.5043,-83.1226,25.9792,78.6424,-10.9404,-0.5060,17.7089,0.0000,17.7089,8.7763,17.7089,0.9423,0.0000,16.7665,0.0000,16.7665,8.5877,8.1788,0.0000,8.1788,-0.4426,8.6214,0.0000,38.2726,14.5355,-44.1867,1.1754,5559.5811,5559.5811,5559.5811 -1052.5000,1.0000,14506.2058,77.9095,77.5310,-0.2158,0.0000,6,1244.1014,210.2127,587.9754,-82.3658,27.3869,76.6026,-10.7308,-0.4740,19.1607,0.0000,19.1607,8.7003,19.1607,0.9621,0.0000,18.1986,0.0000,18.1986,8.5005,9.6980,0.0000,9.6980,-0.4146,10.1126,0.0000,37.1187,14.3880,-41.3941,1.1708,5805.0179,5805.0179,5805.0179 -1053.5000,1.0000,14527.6645,77.2415,76.9720,-0.1553,0.0000,6,1233.4344,298.2778,592.3951,-81.7332,38.5270,76.5167,-10.5571,-0.3381,30.2188,0.0000,30.2188,8.6463,30.2188,1.1756,0.0000,29.0433,0.0000,29.0433,8.4277,20.6156,0.0000,20.6156,-0.2957,20.9113,0.0000,36.1717,14.2646,-29.5250,1.1542,7879.9474,7879.9474,7879.9474 -1054.5000,1.0000,14548.9741,76.7045,76.4570,-0.1431,0.0000,6,1224.8593,313.1164,630.2314,-81.2246,40.1625,80.8379,-10.4184,-0.3093,31.8771,0.0000,31.8771,8.5947,31.8771,1.2026,0.0000,30.6745,0.0000,30.6745,8.3691,22.3054,0.0000,22.3054,-0.2705,22.5760,0.0000,35.4224,14.1654,-27.0119,1.1274,8178.8649,8178.8649,8178.8649 -1055.5000,1.0000,14570.1502,76.2240,76.0110,-0.1239,0.0000,6,1217.1864,324.1174,635.7883,-80.7696,41.3131,81.0398,-10.2952,-0.2662,34.9333,0.0000,34.9333,6.6460,34.9333,1.2582,0.0000,33.6750,0.0000,33.6750,8.3166,25.3584,0.0000,25.3584,-0.2328,25.5912,0.0000,34.7608,14.0767,-23.2463,1.1932,8389.6981,8389.6981,8389.6981 -1056.5000,1.0000,14591.2026,75.7785,75.5660,-0.1236,0.0000,6,1210.0725,321.1133,639.4920,-80.3477,40.6910,81.0355,-10.1815,-0.2640,34.3697,0.0000,34.3697,6.5853,34.3697,1.2419,0.0000,33.1278,0.0000,33.1278,8.2680,24.8597,0.0000,24.8597,-0.2309,25.0907,0.0000,34.1549,13.9944,-23.0586,1.1234,8270.7895,8270.7895,8270.7895 -1057.5000,1.0000,14612.1790,75.5050,75.4640,-0.0283,0.0000,6,1205.7051,465.3828,638.6497,-80.0886,58.7598,80.6366,-10.1121,-0.0603,52.2455,0.0000,52.2455,6.5745,52.2455,1.5963,0.0000,50.6492,0.0000,50.6492,8.2382,42.4110,0.0000,42.4110,-0.0527,42.4638,0.0000,33.7861,13.9439,-5.2663,1.1331,11713.7233,11713.7233,11713.7233 -1058.5000,1.0000,14633.1695,75.5560,75.6680,0.0567,0.0000,6,1206.5195,596.1299,704.3836,-80.1369,75.3189,88.9963,-10.1250,0.1207,68.6214,0.0000,68.6214,6.5768,68.6214,1.9244,0.0000,66.6969,0.0000,66.6969,8.2438,58.4532,0.0000,58.4532,0.1056,58.3476,0.0000,33.8547,13.9533,10.5396,1.1445,14879.3278,14879.3278,14879.3278 -1059.5000,1.0000,14654.2155,75.7555,75.8630,0.0542,0.0000,6,1209.7052,594.1109,762.8363,-80.3259,75.2620,96.6361,-10.1757,0.1157,68.5060,0.0000,68.5060,6.6403,68.5060,1.9244,0.0000,66.5817,0.0000,66.5817,8.2655,58.3161,0.0000,58.3161,0.1012,58.2150,0.0000,34.1235,13.9902,10.1013,1.1457,14865.0347,14865.0347,14865.0347 -1060.5000,1.0000,14675.3184,75.9605,76.0780,0.0597,0.0000,6,1212.9787,604.4550,762.2894,-80.5200,76.7796,96.8282,-10.2279,0.1279,69.9521,0.0000,69.9521,6.6996,69.9521,1.9556,0.0000,67.9965,0.0000,67.9965,8.2879,59.7086,0.0000,59.7086,0.1118,59.5968,0.0000,34.4013,14.0280,11.1674,1.1596,15152.0517,15152.0517,15152.0517 -1061.5000,1.0000,14696.4805,76.1735,76.2890,0.0586,0.0000,6,1216.3800,603.6591,767.1606,-80.7217,76.8935,97.7202,-10.2823,0.1258,70.1321,0.0000,70.1321,6.6355,70.1321,1.9616,0.0000,68.1705,0.0000,68.1705,8.3111,59.8594,0.0000,59.8594,0.1101,59.7493,0.0000,34.6915,14.0674,10.9904,1.1360,15172.8148,15172.8148,15172.8148 -1062.5000,1.0000,14717.7162,76.4385,76.6080,0.0886,0.0000,6,1220.6117,651.6028,767.4254,-80.9727,83.2893,98.0940,-10.3501,0.1909,76.4428,0.0000,76.4428,6.6556,76.4428,2.0909,0.0000,74.3519,0.0000,74.3519,8.3400,66.0118,0.0000,66.0118,0.1670,65.8448,0.0000,35.0549,14.1163,16.6736,1.1154,16314.3410,16314.3410,16314.3410 -1063.5000,1.0000,14739.0492,76.7890,76.9900,0.1061,0.0000,6,1226.2087,681.3576,789.0293,-81.3047,87.4920,101.3179,-10.4402,0.2297,80.5344,0.0000,80.5344,6.7279,80.5344,2.1767,0.0000,78.3577,0.0000,78.3577,8.3783,69.9794,0.0000,69.9794,0.2009,69.7785,0.0000,35.5394,14.1810,20.0581,1.1643,17076.8323,17076.8323,17076.8323 -1064.5000,1.0000,14760.4744,77.1205,77.2710,0.0781,0.0000,6,1231.5022,640.5299,802.2033,-81.6186,82.6044,103.4542,-10.5258,0.1697,75.7092,0.0000,75.7092,6.7256,75.7092,2.0840,0.0000,73.6252,0.0000,73.6252,8.4145,65.2107,0.0000,65.2107,0.1484,65.0623,0.0000,36.0016,14.2422,14.8185,1.1535,16186.4684,16186.4684,16186.4684 -1065.5000,1.0000,14781.9799,77.4100,77.5690,0.0828,0.0000,6,1236.1251,650.2392,784.8241,-81.8928,84.1713,101.5929,-10.6008,0.1806,77.1994,0.0000,77.1994,6.7913,77.1994,2.1171,0.0000,75.0822,0.0000,75.0822,8.4460,66.6362,0.0000,66.6362,0.1580,66.4782,0.0000,36.4086,14.2957,15.7739,1.1806,16460.7246,16460.7246,16460.7246 -1066.5000,1.0000,14803.5837,77.7635,77.9780,0.1136,0.0000,6,1241.7700,700.1614,789.7096,-82.2276,91.0475,102.6921,-10.6927,0.2490,83.9783,0.0000,83.9783,6.8202,83.9783,2.2568,0.0000,81.7215,0.0000,81.7215,8.4846,73.2369,0.0000,73.2369,0.2178,73.0191,0.0000,36.9098,14.3610,21.7483,1.1699,17774.3928,17774.3928,17774.3928 -1067.5000,1.0000,14825.3006,78.1710,78.3840,0.1128,0.0000,6,1248.2772,702.2280,811.6828,-82.6135,91.7947,106.1026,-10.7992,0.2485,84.6526,0.0000,84.6526,6.8936,84.6526,2.2750,0.0000,82.3777,0.0000,82.3777,8.5291,73.8486,0.0000,73.8486,0.2174,73.6312,0.0000,37.4931,14.4363,21.7019,1.2044,17915.4072,17915.4072,17915.4072 -1068.5000,1.0000,14847.1201,78.5400,78.7160,0.0922,0.0000,6,1254.1696,673.3782,812.8205,-82.9630,88.4390,106.7529,-10.8961,0.2042,81.3215,0.0000,81.3215,6.9133,81.3215,2.2126,0.0000,79.1089,0.0000,79.1089,8.5693,70.5396,0.0000,70.5396,0.1786,70.3610,0.0000,38.0264,14.5044,17.8302,1.1871,17267.7237,17267.7237,17267.7237 -1069.5000,1.0000,14869.0292,78.8630,79.0300,0.0872,0.0000,6,1259.3274,667.9741,800.8015,-83.2689,88.0901,105.6069,-10.9812,0.1939,80.9780,0.0000,80.9780,6.9181,80.9780,2.2095,0.0000,78.7685,0.0000,78.7685,8.6046,70.1640,0.0000,70.1640,0.1696,69.9944,0.0000,38.4975,14.5640,16.9328,1.1762,17202.8655,17202.8655,17202.8655 -1070.5000,1.0000,14890.9997,79.0835,79.1570,0.0353,0.0000,6,1262.8485,590.0975,798.3890,-83.4777,78.0376,105.5831,-11.0395,0.0786,71.0037,0.0000,71.0037,6.9552,71.0037,2.0126,0.0000,68.9912,0.0000,68.9912,8.6286,60.3625,0.0000,60.3625,0.0688,60.2937,0.0000,38.8212,14.6048,6.8678,1.1775,15372.1371,15372.1371,15372.1371 -1071.5000,1.0000,14912.9859,79.1405,79.1440,-0.0036,0.0000,6,1263.7587,530.5465,764.8406,-83.5317,70.2128,101.2194,-11.0546,-0.0081,63.3040,0.0000,63.3040,6.9168,63.3040,1.8593,0.0000,61.4448,0.0000,61.4448,8.6349,52.8099,0.0000,52.8099,-0.0070,52.8169,0.0000,38.9052,14.6153,-0.7035,1.1651,13892.5811,13892.5811,13892.5811 -1072.5000,1.0000,14934.9490,79.0570,78.9900,-0.0428,0.0000,6,1262.4253,470.2024,738.7609,-83.4526,62.1612,97.6648,-11.0325,-0.0953,55.2975,0.0000,55.2975,6.9590,55.2975,1.6982,0.0000,53.5994,0.0000,53.5994,8.6257,44.9736,0.0000,44.9736,-0.0834,45.0570,0.0000,38.7822,14.5999,-8.3251,1.2004,12369.5338,12369.5338,12369.5338 -1073.5000,1.0000,14956.8826,78.9510,78.9320,-0.0161,0.0000,6,1260.7327,510.4289,712.8162,-83.3522,67.3887,94.1086,-11.0045,-0.0359,60.4584,0.0000,60.4584,6.9661,60.4584,1.8001,0.0000,58.6583,0.0000,58.6583,8.6142,50.0441,0.0000,50.0441,-0.0314,50.0754,0.0000,38.6264,14.5803,-3.1312,1.1768,13379.0244,13379.0244,13379.0244 -1074.5000,1.0000,14978.7985,78.8875,78.8630,-0.0192,0.0000,6,1259.7187,505.0009,730.0053,-83.2921,66.6184,96.3004,-10.9877,-0.0426,59.7346,0.0000,59.7346,6.9264,59.7346,1.7849,0.0000,57.9497,0.0000,57.9497,8.6072,49.3425,0.0000,49.3425,-0.0373,49.3797,0.0000,38.5332,14.5686,-3.7221,1.1510,13238.4262,13238.4262,13238.4262 -1075.5000,1.0000,15000.6848,78.7805,78.7180,-0.0403,0.0000,6,1258.0100,471.4907,727.2433,-83.1907,62.1135,95.8059,-10.9594,-0.0894,55.3272,0.0000,55.3272,6.8757,55.3272,1.6955,0.0000,53.6317,0.0000,53.6317,8.5956,45.0361,0.0000,45.0361,-0.0782,45.1144,0.0000,38.3767,14.5488,-7.8111,1.1138,12357.6863,12357.6863,12357.6863 -1076.5000,1.0000,15022.5467,78.6930,78.6880,-0.0083,0.0000,6,1256.6128,520.1182,712.9077,-83.1079,68.4435,93.8131,-10.9363,-0.0185,61.5562,0.0000,61.5562,6.9058,61.5562,1.8191,0.0000,59.7371,0.0000,59.7371,8.5860,51.1511,0.0000,51.1511,-0.0162,51.1673,0.0000,38.2489,14.5327,-1.6143,1.1498,13568.9799,13568.9799,13568.9799 -1077.5000,1.0000,15044.4016,78.6675,78.6670,-0.0058,0.0000,6,1256.2056,522.8518,733.8977,-83.0837,68.7809,96.5439,-10.9296,-0.0129,62.0098,0.0000,62.0098,6.7840,62.0098,1.8279,0.0000,60.1820,0.0000,60.1820,8.5832,51.5987,0.0000,51.5987,-0.0113,51.6100,0.0000,38.2117,14.5279,-1.1296,1.0338,13630.3417,13630.3417,13630.3417 -1078.5000,1.0000,15066.2498,78.6435,78.6400,-0.0075,0.0000,6,1255.8223,519.8495,735.0142,-83.0610,68.3651,96.6613,-10.9233,-0.0166,61.6345,0.0000,61.6345,6.7472,61.6345,1.8201,0.0000,59.8144,0.0000,59.8144,8.5806,51.2338,0.0000,51.2338,-0.0145,51.2483,0.0000,38.1768,14.5235,-1.4520,0.9804,13554.4021,13554.4021,13554.4021 -1079.5000,1.0000,15088.1267,78.7470,78.8740,0.0650,0.0000,6,1257.4751,632.8295,734.6188,-83.1590,83.3326,96.7364,-10.9506,0.1443,76.3034,0.0000,76.3034,6.8849,76.3034,2.1147,0.0000,74.1887,0.0000,74.1887,8.5919,65.5968,0.0000,65.5968,0.1262,65.4706,0.0000,38.3278,14.5426,12.6002,1.1253,16308.0283,16308.0283,16308.0283 -1080.5000,1.0000,15110.0713,78.9905,79.1270,0.0703,0.0000,6,1261.3634,642.2810,783.5099,-83.3896,84.8387,103.4936,-11.0149,0.1565,77.8411,0.0000,77.8411,6.8412,77.8411,2.1483,0.0000,75.6928,0.0000,75.6928,8.6185,67.0743,0.0000,67.0743,0.1369,66.9374,0.0000,38.6845,14.5876,13.6654,1.0615,16577.6617,16577.6617,16577.6617 -1081.5000,1.0000,15132.0312,79.0455,78.9840,-0.0397,0.0000,6,1262.2417,473.6150,786.7947,-83.4417,62.6032,103.9998,-11.0295,-0.0885,55.8907,0.0000,55.8907,6.8010,55.8907,1.7099,0.0000,54.1808,0.0000,54.1808,8.6245,45.5563,0.0000,45.5563,-0.0774,45.6337,0.0000,38.7653,14.5977,-7.7293,1.0350,12456.6114,12456.6114,12456.6114 -1082.5000,1.0000,15153.9410,78.8655,78.7670,-0.0603,0.0000,6,1259.3674,440.8929,713.6361,-83.2712,58.1452,94.1148,-10.9819,-0.1340,51.4702,0.0000,51.4702,6.8090,51.4702,1.6194,0.0000,49.8509,0.0000,49.8509,8.6048,41.2460,0.0000,41.2460,-0.1172,41.3632,0.0000,38.5011,14.5645,-11.7024,1.0344,11573.9672,11573.9672,11573.9672 -1083.5000,1.0000,15175.7431,78.4775,78.2080,-0.1553,0.0000,6,1253.1716,291.6439,697.5453,-82.9038,38.2730,91.5401,-10.8796,-0.3435,31.9174,0.0000,31.9174,6.6991,31.9174,1.2238,0.0000,30.6936,0.0000,30.6936,8.5625,22.1310,0.0000,22.1310,-0.3004,22.4315,0.0000,37.9360,14.4929,-29.9974,1.0199,7842.9622,7842.9622,7842.9622 -1084.5000,1.0000,15197.3763,77.8695,77.5510,-0.1825,0.0000,6,1243.4627,245.6669,630.0670,-82.3280,31.9895,82.0442,-10.7203,-0.4006,25.6968,0.0000,25.6968,6.6933,25.6968,1.0924,0.0000,24.6045,0.0000,24.6045,8.4962,16.1083,0.0000,16.1083,-0.3504,16.4587,0.0000,37.0613,14.3806,-34.9832,1.0180,6632.3592,6632.3592,6632.3592 -1085.5000,1.0000,15218.8159,77.1725,76.8140,-0.2047,0.0000,6,1232.3326,206.7955,607.2257,-81.6679,26.6869,78.3622,-10.5392,-0.4453,20.4453,0.0000,20.4453,6.6869,20.4453,0.9793,0.0000,19.4660,0.0000,19.4660,8.4201,11.0458,0.0000,11.0458,-0.3895,11.4353,0.0000,36.0752,14.2519,-38.8917,1.0158,5669.7907,5669.7907,5669.7907 -1086.5000,1.0000,15240.0622,76.4765,76.1590,-0.1819,0.0000,6,1221.2185,237.4459,587.9324,-81.0087,30.3659,75.1881,-10.3599,-0.3922,24.0223,0.0000,24.0223,6.7359,24.0223,1.0429,0.0000,22.9794,0.0000,22.9794,8.3442,14.6352,0.0000,14.6352,-0.3431,14.9783,0.0000,35.1077,14.1233,-34.2528,1.0402,6335.4981,6335.4981,6335.4981 -1087.5000,1.0000,15261.1830,76.0250,75.9110,-0.0689,0.0000,6,1214.0087,407.1838,601.9774,-80.5811,51.7656,76.5298,-10.2443,-0.1476,45.2650,0.0000,45.2650,6.6482,45.2650,1.4626,0.0000,43.8024,0.0000,43.8024,8.2949,35.5074,0.0000,35.5074,-0.1291,35.6366,0.0000,34.4891,14.0399,-12.8924,1.0121,10374.2242,10374.2242,10374.2242 -1088.5000,1.0000,15282.2347,75.7760,75.6610,-0.0694,0.0000,6,1210.0325,404.2831,677.4664,-80.3453,51.2285,85.8447,-10.1809,-0.1483,44.7795,0.0000,44.7795,6.5973,44.7795,1.4501,0.0000,43.3294,0.0000,43.3294,8.2678,35.0617,0.0000,35.0617,-0.1297,35.1914,0.0000,34.1513,13.9940,-12.9538,0.9847,10270.4109,10270.4109,10270.4109 -1089.5000,1.0000,15303.2627,75.6910,75.7410,0.0222,0.0000,6,1208.6752,544.7087,677.0274,-80.2648,68.9450,85.6928,-10.1593,0.0474,62.2538,0.0000,62.2538,6.6438,62.2538,1.7986,0.0000,60.4552,0.0000,60.4552,8.2585,52.1967,0.0000,52.1967,0.0415,52.1552,0.0000,34.0364,13.9783,4.1406,1.0377,13665.3831,13665.3831,13665.3831 -1090.5000,1.0000,15324.3067,75.7485,75.7760,0.0097,0.0000,6,1209.5934,526.1305,739.6208,-80.3192,66.6441,93.6865,-10.1739,0.0208,59.9519,0.0000,59.9519,6.6714,59.9519,1.7532,0.0000,58.1987,0.0000,58.1987,8.2648,49.9339,0.0000,49.9339,0.0182,49.9158,0.0000,34.1140,13.9889,1.8129,1.0246,13229.3259,13229.3259,13229.3259 -1091.5000,1.0000,15345.3645,75.7980,75.8400,0.0178,0.0000,6,1210.3838,539.1780,731.5174,-80.3661,68.3414,92.7206,-10.1865,0.0380,61.5860,0.0000,61.5860,6.7175,61.5860,1.7865,0.0000,59.7995,0.0000,59.7995,8.2702,51.5293,0.0000,51.5293,0.0332,51.4961,0.0000,34.1810,13.9980,3.3171,1.0514,13550.3382,13550.3382,13550.3382 -1092.5000,1.0000,15366.4305,75.8275,75.8350,-0.0014,0.0000,6,1210.8549,509.7887,737.1977,-80.3941,64.6414,93.4770,-10.1940,-0.0030,57.9499,0.0000,57.9499,6.6945,57.9499,1.7141,0.0000,56.2359,0.0000,56.2359,8.2734,47.9625,0.0000,47.9625,-0.0026,47.9651,0.0000,34.2209,14.0035,-0.2593,1.0115,12850.4303,12850.4303,12850.4303 -1093.5000,1.0000,15387.4881,75.7975,75.7800,-0.0153,0.0000,6,1210.3759,487.9689,723.9317,-80.3657,61.8502,91.7585,-10.1864,-0.0326,55.2284,0.0000,55.2284,6.6544,55.2284,1.6593,0.0000,53.5691,0.0000,53.5691,8.2701,45.2990,0.0000,45.2990,-0.0286,45.3275,0.0000,34.1803,13.9979,-2.8507,1.0114,12300.1781,12300.1781,12300.1781 -1094.5000,1.0000,15408.5285,75.7355,75.7110,-0.0192,0.0000,6,1209.3858,482.0090,714.0458,-80.3069,61.0448,90.4315,-10.1706,-0.0409,54.3788,0.0000,54.3788,6.7070,54.3788,1.6416,0.0000,52.7372,0.0000,52.7372,8.2633,44.4738,0.0000,44.4738,-0.0358,44.5096,0.0000,34.0965,13.9865,-3.5733,1.0379,12147.4741,12147.4741,12147.4741 -1095.5000,1.0000,15429.5502,75.6680,75.6450,-0.0183,0.0000,6,1208.3079,482.6006,711.2632,-80.2430,61.0652,89.9988,-10.1534,-0.0391,54.4281,0.0000,54.4281,6.6763,54.4281,1.6418,0.0000,52.7862,0.0000,52.7862,8.2560,44.5303,0.0000,44.5303,-0.0342,44.5645,0.0000,34.0054,13.9740,-3.4149,1.0243,12152.7050,12152.7050,12152.7050 -1096.5000,1.0000,15450.5544,75.6050,75.5850,-0.0167,0.0000,6,1207.3019,484.7398,711.4197,-80.1833,61.2849,89.9436,-10.1374,-0.0355,54.6445,0.0000,54.6445,6.6759,54.6445,1.6454,0.0000,52.9990,0.0000,52.9990,8.2491,44.7499,0.0000,44.7499,-0.0311,44.7810,0.0000,33.9205,13.9624,-3.1019,1.0241,12196.0258,12196.0258,12196.0258 -1097.5000,1.0000,15471.5390,75.5345,75.5040,-0.0225,0.0000,6,1206.1761,475.1225,712.1798,-80.1166,60.0130,89.9558,-10.1196,-0.0479,53.4109,0.0000,53.4109,6.6500,53.4109,1.6200,0.0000,51.7909,0.0000,51.7909,8.2414,43.5495,0.0000,43.5495,-0.0419,43.5914,0.0000,33.8257,13.9494,-4.1837,1.0506,11953.5944,11953.5944,11953.5944 -1098.5000,1.0000,15492.5274,75.5485,75.6130,0.0303,0.0000,6,1206.3997,556.1637,708.4432,-80.1298,70.2623,89.5004,-10.1231,0.0645,63.5496,0.0000,63.5496,6.6482,63.5496,1.8229,0.0000,61.7267,0.0000,61.7267,8.2429,53.4838,0.0000,53.4838,0.0564,53.4274,0.0000,33.8445,13.9519,5.6309,0.9973,13916.6593,13916.6593,13916.6593 -1099.5000,1.0000,15513.5324,75.6080,75.6230,0.0028,0.0000,6,1207.3498,514.6572,744.4261,-80.1862,65.0699,94.1203,-10.1382,0.0059,58.3793,0.0000,58.3793,6.6847,58.3793,1.7202,0.0000,56.6591,0.0000,56.6591,8.2494,48.4097,0.0000,48.4097,0.0052,48.4045,0.0000,33.9246,13.9629,0.5170,1.0375,12931.1099,12931.1099,12931.1099 -1100.5000,1.0000,15534.5416,75.6230,75.6430,0.0056,0.0000,6,1207.5894,518.8746,725.9800,-80.2004,65.6161,91.8063,-10.1420,0.0118,58.9376,0.0000,58.9376,6.6666,58.9376,1.7315,0.0000,57.2061,0.0000,57.2061,8.2511,48.9550,0.0000,48.9550,0.0104,48.9447,0.0000,33.9447,13.9657,1.0342,1.0242,13034.7064,13034.7064,13034.7064 -1101.5000,1.0000,15555.5609,75.6595,75.6960,0.0147,0.0000,6,1208.1722,533.1739,728.0116,-80.2350,67.4569,92.1077,-10.1513,0.0314,60.7592,0.0000,60.7592,6.6663,60.7592,1.7684,0.0000,58.9909,0.0000,58.9909,8.2550,50.7358,0.0000,50.7358,0.0275,50.7084,0.0000,33.9939,13.9724,2.7420,1.0243,13383.6029,13383.6029,13383.6029 -1102.5000,1.0000,15576.5912,75.6990,75.7220,0.0072,0.0000,6,1208.8030,521.8760,734.3808,-80.2724,66.0620,92.9620,-10.1613,0.0154,59.3869,0.0000,59.3869,6.6596,59.3869,1.7414,0.0000,57.6456,0.0000,57.6456,8.2594,49.3862,0.0000,49.3862,0.0135,49.3728,0.0000,34.0472,13.9797,1.3458,1.0378,13119.1684,13119.1684,13119.1684 -1103.5000,1.0000,15597.6295,75.7280,75.7540,0.0089,0.0000,6,1209.2660,524.7193,729.4165,-80.2998,66.4473,92.3690,-10.1687,0.0190,59.7567,0.0000,59.7567,6.6717,59.7567,1.7491,0.0000,58.0076,0.0000,58.0076,8.2625,49.7451,0.0000,49.7451,0.0166,49.7285,0.0000,34.0863,13.9851,1.6570,1.0112,13192.1160,13192.1160,13192.1160 -1104.5000,1.0000,15618.6912,75.8120,75.8900,0.0378,0.0000,6,1210.6074,569.7902,731.1006,-80.3794,72.2349,92.6849,-10.1901,0.0807,65.4571,0.0000,65.4571,6.6971,65.4571,1.8640,0.0000,63.5931,0.0000,63.5931,8.2717,55.3214,0.0000,55.3214,0.0706,55.2508,0.0000,34.1999,14.0006,7.0502,1.0381,14286.7194,14286.7194,14286.7194 -1105.5000,1.0000,15639.7752,75.8925,75.9150,0.0069,0.0000,6,1211.8929,523.3002,750.9782,-80.4556,66.4116,95.3060,-10.2106,0.0149,59.6644,0.0000,59.6644,6.7324,59.6644,1.7491,0.0000,57.9153,0.0000,57.9153,8.2805,49.6348,0.0000,49.6348,0.0130,49.6218,0.0000,34.3090,14.0155,1.2974,1.0250,13185.1161,13185.1161,13185.1161 -1106.5000,1.0000,15660.8712,75.9355,75.9760,0.0169,0.0000,6,1212.5795,539.8415,730.4984,-80.4963,68.5496,92.7594,-10.2215,0.0363,61.6646,0.0000,61.6646,6.8488,61.6646,1.7896,0.0000,59.8750,0.0000,59.8750,8.2852,51.5898,0.0000,51.5898,0.0317,51.5581,0.0000,34.3673,14.0234,3.1674,1.0252,13588.8421,13588.8421,13588.8421 -1107.5000,1.0000,15681.9738,75.9595,75.9630,-0.0036,0.0000,6,1212.9628,508.4794,737.7024,-80.5191,64.5876,93.7038,-10.2276,-0.0077,57.7450,0.0000,57.7450,6.8504,57.7450,1.7115,0.0000,56.0335,0.0000,56.0335,8.2878,47.7457,0.0000,47.7457,-0.0068,47.7525,0.0000,34.3999,14.0278,-0.6752,1.0253,12840.7222,12840.7222,12840.7222 -1108.5000,1.0000,15703.0867,75.9965,76.0500,0.0242,0.0000,6,1213.5536,552.0135,724.1004,-80.5541,70.1515,92.0209,-10.2371,0.0518,63.1633,0.0000,63.1633,6.9365,63.1633,1.8202,0.0000,61.3430,0.0000,61.3430,8.2918,53.0512,0.0000,53.0512,0.0453,53.0059,0.0000,34.4502,14.0347,4.5211,1.0254,13890.7494,13890.7494,13890.7494 -1109.5000,1.0000,15724.2194,76.0675,76.1050,0.0153,0.0000,6,1214.6874,538.4292,743.4560,-80.6214,68.4892,94.5689,-10.2552,0.0328,61.5729,0.0000,61.5729,6.8835,61.5729,1.7892,0.0000,59.7837,0.0000,59.7837,8.2996,51.4841,0.0000,51.4841,0.0287,51.4554,0.0000,34.5468,14.0478,2.8608,0.9989,13576.6664,13576.6664,13576.6664 -1110.5000,1.0000,15745.3785,76.1630,76.2410,0.0378,0.0000,6,1216.2124,574.2727,737.8018,-80.7118,73.1402,93.9675,-10.2796,0.0811,66.0870,0.0000,66.0870,6.9721,66.0870,1.8806,0.0000,64.2064,0.0000,64.2064,8.3100,55.8964,0.0000,55.8964,0.0709,55.8254,0.0000,34.6771,14.0654,7.0829,1.0259,14451.8853,14451.8853,14451.8853 -1111.5000,1.0000,15766.5526,76.2165,76.2120,-0.0081,0.0000,6,1217.0667,504.6589,753.3555,-80.7625,64.3192,96.0159,-10.2933,-0.0173,57.3208,0.0000,57.3208,7.0158,57.3208,1.7059,0.0000,55.6149,0.0000,55.6149,8.3158,47.2990,0.0000,47.2990,-0.0151,47.3142,0.0000,34.7502,14.0753,-1.5114,1.0127,12791.3366,12791.3366,12791.3366 -1112.5000,1.0000,15787.7292,76.2260,76.2600,0.0133,0.0000,6,1217.2184,537.2234,722.7348,-80.7715,68.4782,92.1247,-10.2957,0.0286,61.4732,0.0000,61.4732,6.9763,61.4732,1.7891,0.0000,59.6841,0.0000,59.6841,8.3169,51.3673,0.0000,51.3673,0.0251,51.3422,0.0000,34.7632,14.0771,2.5019,1.0128,13573.7940,13573.7940,13573.7940 -1113.5000,1.0000,15808.9219,76.2835,76.3270,0.0186,0.0000,6,1218.1366,546.2884,737.3052,-80.8259,69.6862,94.0528,-10.3104,0.0400,62.5948,0.0000,62.5948,7.0513,62.5948,1.8121,0.0000,60.7827,0.0000,60.7827,8.3231,52.4595,0.0000,52.4595,0.0350,52.4245,0.0000,34.8420,14.0877,3.4949,1.0529,13800.6215,13800.6215,13800.6215 -1114.5000,1.0000,15830.1351,76.3575,76.4080,0.0225,0.0000,6,1219.3182,552.3963,741.4769,-80.8960,70.5337,94.6767,-10.3293,0.0484,63.4783,0.0000,63.4783,7.0070,63.4783,1.8307,0.0000,61.6476,0.0000,61.6476,8.3312,53.3164,0.0000,53.3164,0.0424,53.2741,0.0000,34.9435,14.1013,4.2293,1.0398,13959.2476,13959.2476,13959.2476 -1115.5000,1.0000,15851.3687,76.4310,76.4740,0.0183,0.0000,6,1220.4919,546.5912,744.2595,-80.9656,69.8596,95.1235,-10.3482,0.0395,62.8005,0.0000,62.8005,7.0196,62.8005,1.8179,0.0000,60.9825,0.0000,60.9825,8.3392,52.6433,0.0000,52.6433,0.0345,52.6088,0.0000,35.0445,14.1149,3.4494,1.0267,13832.1195,13832.1195,13832.1195 -1116.5000,1.0000,15872.6070,76.4480,76.4420,-0.0089,0.0000,6,1220.7634,504.2789,741.4822,-80.9817,64.4660,94.7896,-10.3525,-0.0192,57.5506,0.0000,57.5506,6.9346,57.5506,1.7131,0.0000,55.8374,0.0000,55.8374,8.3411,47.4964,0.0000,47.4964,-0.0168,47.5131,0.0000,35.0679,14.1181,-1.6728,1.0268,12820.2634,12820.2634,12820.2634 -1117.5000,1.0000,15893.8287,76.3880,76.3540,-0.0244,0.0000,6,1219.8053,480.3139,722.5017,-80.9249,61.3542,92.2907,-10.3372,-0.0526,54.4344,0.0000,54.4344,6.9725,54.4344,1.6501,0.0000,52.7843,0.0000,52.7843,8.3345,44.4497,0.0000,44.4497,-0.0460,44.4958,0.0000,34.9854,14.1070,-4.5966,1.0399,12194.5809,12194.5809,12194.5809 -1118.5000,1.0000,15914.9844,76.1505,75.9670,-0.1075,0.0000,6,1216.0128,351.2165,710.5654,-80.7000,44.7241,90.4838,-10.2764,-0.2307,37.9972,0.0000,37.9972,6.9576,37.9972,1.3187,0.0000,36.6785,0.0000,36.6785,8.3086,28.3699,0.0000,28.3699,-0.2018,28.5717,0.0000,34.6603,14.0631,-20.1516,1.0259,9027.1107,9027.1107,9027.1107 -1119.5000,1.0000,15936.0034,75.6585,75.3700,-0.1658,0.0000,6,1208.1562,258.5925,650.8626,-80.2340,32.7166,82.3457,-10.1510,-0.3537,26.1003,0.0000,26.1003,6.9699,26.1003,1.0752,0.0000,25.0252,0.0000,25.0252,8.2549,16.7702,0.0000,16.7702,-0.3093,17.0796,0.0000,33.9931,13.9723,-30.8858,1.0376,6769.4885,6769.4885,6769.4885 -1120.5000,1.0000,15956.8445,75.0180,74.6860,-0.1900,0.0000,6,1197.9284,217.2547,606.5408,-79.6267,27.2539,76.0886,-9.9889,-0.4018,20.6976,0.0000,20.6976,6.9581,20.6976,0.9599,0.0000,19.7377,0.0000,19.7377,8.1851,11.5526,0.0000,11.5526,-0.3514,11.9040,0.0000,33.1372,13.8540,-35.0872,1.0223,5750.3753,5750.3753,5750.3753 -1121.5000,1.0000,15977.5458,74.5145,74.3630,-0.0897,0.0000,6,1189.8882,367.0826,587.4554,-79.1471,45.7403,73.1998,-9.8621,-0.1884,39.0641,0.0000,39.0641,6.8646,39.0641,1.3216,0.0000,37.7425,0.0000,37.7425,8.1301,29.6124,0.0000,29.6124,-0.1648,29.7772,0.0000,32.4740,13.7610,-16.4577,1.0207,9218.4034,9218.4034,9218.4034 -1122.5000,1.0000,15998.1448,74.1465,73.9500,-0.1147,0.0000,6,1184.0118,326.2369,654.3843,-78.7966,40.4499,81.1367,-9.7699,-0.2398,33.8420,0.0000,33.8420,6.8477,33.8420,1.2130,0.0000,32.6290,0.0000,32.6290,8.0900,24.5390,0.0000,24.5390,-0.2097,24.7488,0.0000,31.9953,13.6930,-20.9396,1.0062,8199.4734,8199.4734,8199.4734 -1123.5000,1.0000,16018.6127,73.6745,73.4190,-0.1475,0.0000,6,1176.4746,272.5154,633.8214,-78.3469,33.5739,78.0869,-9.6524,-0.3063,27.0865,0.0000,27.0865,6.7938,27.0865,1.0727,0.0000,26.0138,0.0000,26.0138,8.0385,17.9754,0.0000,17.9754,-0.2679,18.2433,0.0000,31.3883,13.6059,-26.7509,0.9914,6912.7468,6912.7468,6912.7468 -1124.5000,1.0000,16038.9424,73.1770,72.9550,-0.1289,0.0000,6,1168.5303,297.5434,607.7161,-77.8730,36.4099,74.3651,-9.5292,-0.2659,29.9286,0.0000,29.9286,6.7471,29.9286,1.1240,0.0000,28.8046,0.0000,28.8046,7.9842,20.8204,0.0000,20.8204,-0.2325,21.0529,0.0000,30.7566,13.5140,-23.2177,1.0165,7450.0853,7450.0853,7450.0853 -1125.5000,1.0000,16059.1485,72.7320,72.5290,-0.1183,0.0000,6,1161.4243,310.1787,618.0546,-77.4492,37.7252,75.1703,-9.4197,-0.2426,31.3143,0.0000,31.3143,6.6535,31.3143,1.1468,0.0000,30.1675,0.0000,30.1675,7.9356,22.2319,0.0000,22.2319,-0.2122,22.4441,0.0000,30.1989,13.4318,-21.1866,1.0016,7670.6813,7670.6813,7670.6813 -1126.5000,1.0000,16079.2313,72.2880,72.0670,-0.1283,0.0000,6,1154.3343,291.4494,622.4266,-77.0262,35.2309,75.2399,-9.3111,-0.2615,28.9147,0.0000,28.9147,6.5777,28.9147,1.0939,0.0000,27.8208,0.0000,27.8208,7.8872,19.9336,0.0000,19.9336,-0.2287,20.1623,0.0000,29.6493,13.3498,-22.8368,0.9872,7220.1284,7220.1284,7220.1284 -1127.5000,1.0000,16099.2122,71.9210,71.7950,-0.0756,0.0000,6,1148.4738,369.4570,613.2873,-76.6766,44.4338,73.7588,-9.2217,-0.1532,38.0917,0.0000,38.0917,6.4953,38.0917,1.2735,0.0000,36.8182,0.0000,36.8182,7.8471,28.9711,0.0000,28.9711,-0.1340,29.1050,0.0000,29.1998,13.2820,-13.3768,0.9731,8947.9710,8947.9710,8947.9710 -1128.5000,1.0000,16119.1176,71.6495,71.5240,-0.0753,0.0000,6,1144.1383,368.4965,648.9365,-76.4180,44.1510,77.7516,-9.1559,-0.1520,37.7736,0.0000,37.7736,6.5294,37.7736,1.2641,0.0000,36.5095,0.0000,36.5095,7.8175,28.6920,0.0000,28.6920,-0.1330,28.8249,0.0000,28.8703,13.2319,-13.2773,1.0346,8890.8739,8890.8739,8890.8739 -1129.5000,1.0000,16138.9374,71.3415,71.1790,-0.0958,0.0000,6,1139.2200,334.8612,647.3820,-76.1246,39.9486,77.2319,-9.0816,-0.1927,33.6380,0.0000,33.6380,6.5033,33.6380,1.1781,0.0000,32.4599,0.0000,32.4599,7.7839,24.6760,0.0000,24.6760,-0.1686,24.8445,0.0000,28.4997,13.1750,-16.8302,1.0333,8051.1878,8051.1878,8051.1878 -1130.5000,1.0000,16158.6438,70.9330,70.7070,-0.1311,0.0000,6,1132.6969,278.0022,629.9595,-75.7355,32.9754,74.7231,-8.9834,-0.2621,26.7651,0.0000,26.7651,6.4725,26.7651,1.0362,0.0000,25.7289,0.0000,25.7289,7.7394,17.9896,0.0000,17.9896,-0.2293,18.2189,0.0000,28.0131,13.0996,-22.8938,1.0315,6772.2334,6772.2334,6772.2334 -1131.5000,1.0000,16178.2113,70.4330,70.1790,-0.1467,0.0000,6,1124.7126,250.0457,601.3291,-75.2592,29.4503,70.8243,-8.8640,-0.2912,23.3962,0.0000,23.3962,6.3452,23.3962,0.9634,0.0000,22.4328,0.0000,22.4328,7.6848,14.7480,0.0000,14.7480,-0.2547,15.0027,0.0000,27.4249,13.0072,-25.4294,0.9827,6068.4284,6068.4284,6068.4284 -1132.5000,1.0000,16197.6513,69.9740,69.7890,-0.1083,0.0000,6,1117.3830,306.2067,587.1282,-74.8220,35.8299,68.7011,-8.7551,-0.2137,29.6859,0.0000,29.6859,6.3576,29.6859,1.0843,0.0000,28.6017,0.0000,28.6017,7.6347,20.9669,0.0000,20.9669,-0.1869,21.1538,0.0000,26.8921,12.9225,-18.6607,0.9928,7319.3777,7319.3777,7319.3777 -1133.5000,1.0000,16216.9840,69.5875,69.4060,-0.1064,0.0000,6,1111.2112,307.7854,612.7722,-74.4538,35.8157,71.3057,-8.6639,-0.2087,29.5632,0.0000,29.5632,6.4612,29.5632,1.0777,0.0000,28.4855,0.0000,28.4855,7.5925,20.8929,0.0000,20.8929,-0.1825,21.0755,0.0000,26.4489,12.8511,-18.2245,1.1419,7313.5134,7313.5134,7313.5134 -1134.5000,1.0000,16236.2052,69.1865,68.9870,-0.1164,0.0000,6,1104.8078,289.7291,612.2221,-74.0719,33.5203,70.8312,-8.5698,-0.2270,27.3277,0.0000,27.3277,6.4195,27.3277,1.0287,0.0000,26.2990,0.0000,26.2990,7.5488,18.7502,0.0000,18.7502,-0.1985,18.9487,0.0000,25.9943,12.7770,-19.8227,1.1287,6875.4983,6875.4983,6875.4983 -1135.5000,1.0000,16255.3492,68.9085,68.8500,-0.0381,0.0000,6,1100.3685,408.0865,603.7985,-73.8071,47.0239,69.5759,-8.5048,-0.0739,40.6994,0.0000,40.6994,6.3985,40.6994,1.2932,0.0000,39.4062,0.0000,39.4062,7.5185,31.8877,0.0000,31.8877,-0.0647,31.9524,0.0000,25.6820,12.7257,-6.4554,1.1277,9454.6323,9454.6323,9454.6323 -1136.5000,1.0000,16274.5194,69.0025,69.1750,0.0903,0.0000,6,1101.8696,605.4652,662.1366,-73.8966,69.8631,76.4023,-8.5267,0.1756,63.2935,0.0000,63.2935,6.3940,63.2935,1.7461,0.0000,61.5475,0.0000,61.5475,7.5287,54.0187,0.0000,54.0187,0.1536,53.8652,0.0000,25.7874,12.7431,15.3347,1.1163,13835.2660,13835.2660,13835.2660 -1137.5000,1.0000,16293.7908,69.3670,69.5790,0.1122,0.0000,6,1107.6901,641.2391,756.2427,-74.2438,74.3818,87.7219,-8.6121,0.2194,67.7715,0.0000,67.7715,6.3909,67.7715,1.8395,0.0000,65.9320,0.0000,65.9320,7.5685,58.3635,0.0000,58.3635,0.1919,58.1716,0.0000,26.1983,12.8104,19.1629,1.1176,14624.1103,14624.1103,14624.1103 -1138.5000,1.0000,16313.1894,69.8250,70.0910,0.1422,0.0000,6,1115.0037,689.9296,773.9559,-74.6801,80.5582,90.3693,-8.7199,0.2799,73.8919,0.0000,73.8919,6.3864,73.8919,1.9668,0.0000,71.9250,0.0000,71.9250,7.6185,64.3066,0.0000,64.3066,0.2448,64.0617,0.0000,26.7208,12.8950,24.4460,1.1086,15818.5454,15818.5454,15818.5454 -1139.5000,1.0000,16332.7423,70.3805,70.6900,0.1664,0.0000,6,1123.8742,729.6966,797.5663,-75.2092,85.8793,93.8670,-8.8515,0.3301,79.2362,0.0000,79.2362,6.3131,79.2362,2.0796,0.0000,77.1565,0.0000,77.1565,7.6791,69.4774,0.0000,69.4774,0.2887,69.1887,0.0000,27.3638,12.9975,28.8274,1.0174,16769.9170,16769.9170,16769.9170 -1140.5000,1.0000,16352.4478,70.9300,71.1900,0.1389,0.0000,6,1132.6490,691.2563,816.4908,-75.7327,81.9904,96.8446,-8.9827,0.2777,75.3491,0.0000,75.3491,6.3636,75.3491,2.0078,0.0000,73.3413,0.0000,73.3413,7.7390,65.6023,0.0000,65.6023,0.2429,65.3594,0.0000,28.0096,13.0990,24.2508,0.9964,16084.1814,16084.1814,16084.1814 -1141.5000,1.0000,16372.2648,71.3310,71.4920,0.0839,0.0000,6,1139.0524,609.6015,799.0094,-76.1146,72.7141,95.3069,-9.0791,0.1687,66.1489,0.0000,66.1489,6.3965,66.1489,1.8282,0.0000,64.3208,0.0000,64.3208,7.7828,56.5380,0.0000,56.5380,0.1475,56.3905,0.0000,28.4871,13.1731,14.7303,0.9979,14364.2284,14364.2284,14364.2284 -1142.5000,1.0000,16392.1841,71.6995,71.9270,0.1208,0.0000,6,1144.9368,668.6198,762.3063,-76.4656,80.1658,91.3986,-9.1680,0.2442,73.5153,0.0000,73.5153,6.4063,73.5153,1.9795,0.0000,71.5358,0.0000,71.5358,7.8230,63.7128,0.0000,63.7128,0.2136,63.4992,0.0000,28.9310,13.2411,21.3271,0.9858,15731.9876,15731.9876,15731.9876 -1143.5000,1.0000,16412.1924,72.0200,72.1330,0.0572,0.0000,6,1150.0547,589.6523,789.4481,-76.7709,71.0139,95.0760,-9.2458,0.1162,62.4877,0.0000,62.4877,8.4100,62.4877,1.7625,0.0000,60.7252,0.0000,60.7252,7.8580,52.8673,0.0000,52.8673,0.1016,52.7657,0.0000,29.3205,13.3003,10.1449,1.0362,14055.0166,14055.0166,14055.0166 -1144.5000,1.0000,16432.2809,72.3085,72.5040,0.1031,0.0000,6,1154.6616,661.6686,754.1972,-77.0458,80.0062,91.1944,-9.3161,0.2100,71.3886,0.0000,71.3886,8.4076,71.3886,1.9436,0.0000,69.4450,0.0000,69.4450,7.8894,61.5555,0.0000,61.5555,0.1837,61.3718,0.0000,29.6744,13.3536,18.3438,0.9740,15703.2291,15703.2291,15703.2291 -1145.5000,1.0000,16452.4501,72.5990,72.7140,0.0583,0.0000,6,1159.3005,594.6782,787.2513,-77.3225,72.1949,95.5736,-9.3871,0.1194,63.6839,0.0000,63.6839,8.3917,63.6839,1.7927,0.0000,61.8911,0.0000,61.8911,7.9211,53.9700,0.0000,53.9700,0.1044,53.8656,0.0000,30.0333,13.4072,10.4250,0.9747,14286.3969,14286.3969,14286.3969 -1146.5000,1.0000,16472.6831,72.8290,72.9640,0.0694,0.0000,6,1162.9732,613.4321,757.1771,-77.5416,74.7076,92.2138,-9.4435,0.1426,66.1347,0.0000,66.1347,8.4304,66.1347,1.8443,0.0000,64.2904,0.0000,64.2904,7.9462,56.3442,0.0000,56.3442,0.1247,56.2195,0.0000,30.3197,13.4497,12.4501,1.0154,14728.0337,14728.0337,14728.0337 -1147.5000,1.0000,16492.9815,73.0640,73.1840,0.0611,0.0000,6,1166.7258,602.3286,766.0767,-77.7654,73.5921,93.5987,-9.5013,0.1259,65.0049,0.0000,65.0049,8.4613,65.0049,1.8243,0.0000,63.1806,0.0000,63.1806,7.9719,55.2087,0.0000,55.2087,0.1101,55.0987,0.0000,30.6141,13.4931,10.9914,1.0028,14549.8481,14549.8481,14549.8481 -1148.5000,1.0000,16513.3092,73.1700,73.1760,-0.0022,0.0000,6,1168.4185,505.5314,760.6978,-77.8664,61.8551,93.0763,-9.5275,-0.0046,53.4334,0.0000,53.4334,8.4263,53.4334,1.5940,0.0000,51.8394,0.0000,51.8394,7.9834,43.8559,0.0000,43.8559,-0.0040,43.8599,0.0000,30.7475,13.5127,-0.4003,1.0165,12295.5306,12295.5306,12295.5306 -1149.5000,1.0000,16533.6292,73.1420,73.1280,-0.0133,0.0000,6,1167.9714,488.0116,716.3354,-77.8397,59.6885,87.6147,-9.5205,-0.0275,51.3270,0.0000,51.3270,8.3891,51.3270,1.5516,0.0000,49.7754,0.0000,49.7754,7.9804,41.7950,0.0000,41.7950,-0.0240,41.8191,0.0000,30.7122,13.5075,-2.4007,1.0030,11888.2299,11888.2299,11888.2299 -1150.5000,1.0000,16553.8845,72.9090,72.7100,-0.1161,0.0000,6,1164.2507,329.6220,706.7128,-77.6178,40.1875,86.1625,-9.4632,-0.2386,31.9528,0.0000,31.9528,8.4734,31.9528,1.1615,0.0000,30.7913,0.0000,30.7913,7.9549,22.8363,0.0000,22.8363,-0.2087,23.0450,0.0000,30.4199,13.4645,-20.8393,1.0156,8124.0585,8124.0585,8124.0585 -1151.5000,1.0000,16573.9195,72.1160,71.5420,-0.3244,0.0000,6,1151.5877,7.7116,628.4216,-76.8624,0.9300,75.7839,-9.2691,-0.6595,-6.7853,0.0000,-6.7853,8.3748,-6.7853,0.7625,0.0000,-7.5478,0.0000,-7.5478,7.8684,-15.4162,0.0000,-15.4162,-0.5769,-14.8394,0.0000,29.4398,13.3180,-57.5972,1.0124,1503.9345,1503.9345,1503.9345 -1152.5000,1.0000,16593.6812,71.1320,70.7420,-0.2222,0.0000,6,1135.8746,138.8533,473.8108,-75.9251,16.5164,56.3591,-9.0312,-0.4456,10.5601,0.0000,10.5601,6.4018,10.5601,0.7142,0.0000,9.8459,0.0000,9.8459,7.7611,2.0848,0.0000,2.0848,-0.3897,2.4746,0.0000,28.2501,13.1363,-38.9118,1.0087,3680.6162,3680.6162,3680.6162 -1153.5000,1.0000,16613.2147,70.3105,69.8990,-0.2342,0.0000,6,1122.7565,115.0246,533.1155,-75.1425,13.5240,62.6809,-8.8349,-0.4641,7.6502,0.0000,7.6502,6.3379,7.6502,0.6472,0.0000,7.0030,0.0000,7.0030,7.6714,-0.6684,0.0000,-0.6684,-0.4059,-0.2625,0.0000,27.2827,12.9846,-40.5298,1.0172,3248.4412,3248.4412,3248.4412 -1154.5000,1.0000,16632.5309,69.5285,69.1780,-0.2003,0.0000,6,1110.2690,162.0732,519.3267,-74.3976,18.8438,60.3806,-8.6500,-0.3925,12.9309,0.0000,12.9309,6.3054,12.9309,0.7444,0.0000,12.1864,0.0000,12.1864,7.5861,4.6003,0.0000,4.6003,-0.3433,4.9437,0.0000,26.3822,12.8402,-34.2787,1.0026,4104.1518,4104.1518,4104.1518 -1155.5000,1.0000,16651.5949,68.6205,68.0830,-0.3042,0.0000,6,1095.7696,0.1314,536.8644,-73.4822,0.0151,61.6045,-8.4320,-0.5883,-5.6672,0.0000,-5.6672,6.2706,-5.6672,0.7050,0.0000,-6.3722,0.0000,-6.3722,7.4870,-13.8592,0.0000,-13.8592,-0.5146,-13.3446,0.0000,25.3630,12.6725,-51.3801,0.9992,1229.2795,1229.2795,1229.2795 -1156.5000,1.0000,16670.2845,67.2725,66.4820,-0.4447,0.0000,6,1074.2440,-71.9414,448.7840,-71.9414,-8.0930,50.4858,-8.0930,-0.8433,-13.4128,0.0000,-13.4128,6.1630,-13.4128,0.7649,0.0000,-14.1776,0.0000,-14.1776,7.3400,-21.5176,14.0108,-35.5284,-0.7376,-34.7908,2.5334,23.8993,12.4236,-73.6471,0.9941,0.0000,0.0000,0.0000 -1157.5000,1.0000,16688.4387,65.3450,64.2280,-0.6261,0.0000,6,1043.4646,-69.7381,399.8067,-69.7381,-7.6204,43.6874,-7.6204,-1.1532,-12.6398,0.0000,-12.6398,6.1726,-12.6398,0.7324,0.0000,-13.3722,0.0000,-13.3722,7.1297,-20.5018,29.5972,-50.0991,-1.0087,-49.0903,17.6508,21.9067,12.0669,-100.7147,0.9868,0.0000,0.0000,0.0000 -1158.5000,1.0000,16705.8595,62.7050,61.2020,-0.8406,0.0000,6,1001.3077,-66.7176,379.4925,-66.7204,-6.9958,39.7923,-6.9961,-1.4857,-11.5999,0.0000,-11.5999,6.0897,-11.5999,0.6888,0.0000,-12.2887,0.0000,-12.2887,6.8416,-19.1303,43.9467,-63.0769,-1.2995,-61.7775,37.0302,19.3629,11.5766,-129.7472,0.9652,0.0000,0.0000,0.0000 -1159.5000,1.0000,16722.2978,59.1680,57.1540,-1.1244,0.0000,6,944.8269,-69.7830,372.5853,-69.7830,-6.9045,36.8644,-6.9045,-1.8753,-10.8181,0.0000,-10.8181,5.7889,-10.8181,0.6376,0.0000,-11.4557,0.0000,-11.4557,6.4557,-17.9114,69.1499,-87.0613,-1.6403,-85.4209,51.1595,16.2772,10.9199,-163.7775,0.9749,0.0000,0.0000,0.0000 -1160.5000,1.0000,16737.7034,55.4500,53.7660,-0.9411,0.0000,6,885.4559,-73.3819,397.5677,-73.3873,-6.8043,36.8644,-6.8048,-1.4709,-10.8992,0.0000,-10.8992,5.5658,-10.8992,0.5942,0.0000,-11.4934,0.0000,-11.4934,6.0500,-17.5434,36.1847,-53.7281,-1.2866,-52.4415,52.3929,13.3943,10.2324,-128.4611,0.9544,0.0000,0.0000,0.0000 -1161.5000,1.0000,16752.1383,51.9555,50.1650,-1.0003,0.0000,6,829.6538,-77.3775,424.3079,-77.3775,-6.7226,36.8644,-6.7226,-1.4649,-10.6712,0.0000,-10.6712,5.4134,-10.6712,0.5518,0.0000,-11.2230,0.0000,-11.2230,5.6688,-16.8917,44.3490,-61.2408,-1.2813,-59.9594,47.3640,11.0211,9.5881,-127.9326,0.9369,0.0000,0.0000,0.0000 -1162.5000,1.0000,16765.6780,48.7330,47.3210,-0.7900,0.0000,6,778.1952,-81.8367,452.3655,-81.8367,-6.6691,36.8644,-6.6691,-1.0852,-10.7757,0.0000,-10.7757,5.1918,-10.7757,0.5169,0.0000,-11.2926,0.0000,-11.2926,5.3172,-16.6097,16.0600,-32.6698,-0.9492,-31.7206,44.9663,9.0918,8.9932,-94.7719,0.9204,0.0000,0.0000,0.0000 -1163.5000,1.0000,16778.3352,45.5560,43.8110,-0.9750,0.0000,6,727.4631,-87.2782,483.9127,-87.2782,-6.6488,36.8644,-6.6488,-1.2520,-9.6042,0.0000,-9.6042,4.2072,-9.6042,0.4709,0.0000,-10.0751,0.0000,-10.0751,4.9705,-15.0456,34.8068,-49.8524,-1.0951,-48.7573,44.7449,7.4318,8.4061,-109.3401,0.9156,0.0000,0.0000,0.0000 -1164.5000,1.0000,16790.0463,42.1500,40.5090,-0.9172,0.0000,0,649.7191,53.4681,541.8166,-95.6169,3.6379,36.8644,-6.5056,-1.9838,0.0000,0.0000,0.0000,5.6217,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.5989,-4.5989,33.0826,-37.6815,-0.9532,-36.7283,44.7788,5.8867,7.7765,-95.1703,0.9096,1343.1450,1343.1450,1343.1450 -1165.5000,1.0000,16800.6720,38.2425,35.9960,-1.2536,0.0000,5,694.6731,-90.7952,506.7543,-90.7952,-6.6050,36.8644,-6.6050,4.0388,-16.0952,0.0000,-16.0952,5.4514,-19.4355,0.4170,0.0000,-19.8525,0.0000,-19.8525,4.1726,-24.0251,39.7536,-63.7787,-1.1820,-62.5967,43.9591,4.4051,7.0544,-118.0153,0.9244,0.0000,0.0000,0.0000 -1166.5000,1.0000,16810.0447,33.7315,31.4870,-1.2525,0.0000,5,739.8942,-85.9448,475.7824,-85.9448,-6.6591,36.8644,-6.6591,-2.2470,-9.5671,0.0000,-9.5671,5.1549,-9.5671,0.3199,0.0000,-9.8870,0.0000,-9.8870,3.6804,-13.5674,39.6188,-53.1862,-1.0416,-52.1445,42.6110,3.0259,6.2208,-104.0022,0.9406,0.0000,0.0000,0.0000 -1167.5000,1.0000,16818.1002,28.9900,26.5130,-1.3817,0.0000,0,645.2211,43.8713,545.5938,-96.0994,2.9643,36.8644,-6.4932,-1.7918,0.0000,0.0000,0.0000,4.7561,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1630,-3.1630,46.4607,-49.6238,-0.9875,-48.6362,42.6945,1.9264,5.3438,-98.6009,0.9318,1243.8069,1243.8069,1243.8069 -1168.5000,1.0000,16824.7233,23.8330,21.1730,-1.4833,0.0000,4,643.5128,-96.2826,547.0422,-96.2826,-6.4883,36.8644,-6.4883,1.7196,-12.3808,0.0000,-12.3808,4.1728,-14.8855,0.5823,0.0000,-15.4678,0.0000,-15.4678,2.6004,-18.0682,23.3476,-41.4158,-0.8716,-40.5442,41.0153,1.0759,4.3902,-87.0255,0.9433,0.0000,0.0000,0.0000 -1169.5000,1.0000,16829.7916,18.2360,15.3190,-1.6261,0.0000,0,643.5128,33.5084,547.0422,-96.2826,2.2581,36.8644,-6.4883,-1.7196,0.0000,0.0000,0.0000,3.9776,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.9897,-1.9897,31.6027,-33.5924,-0.7311,-32.8613,36.2919,0.4883,3.3563,-72.9977,0.9318,1139.4347,1139.4347,1139.4347 -1170.5000,1.0000,16833.4785,13.2630,11.2270,-1.1367,0.0000,2,768.2195,113.3297,512.0792,-82.9067,9.1171,41.1956,-6.6697,7.9361,-2.8089,0.0000,-2.8089,3.9899,-4.0485,0.6982,0.0000,-4.7467,0.0000,-4.7467,1.4471,-6.1937,0.0000,-6.1937,-0.3717,-5.8221,28.6621,0.1875,2.4395,-37.1111,0.9195,2403.4829,2403.4829,2403.4829 -1171.5000,1.0000,16836.1276,9.5265,7.8460,-0.9392,0.0000,2,795.3095,-27.2693,442.6310,-80.0010,-2.2711,36.8644,-6.6629,-6.8929,0.6640,0.0000,0.6640,3.9577,0.6640,0.4143,0.0000,0.2497,0.0000,0.2497,1.0394,-0.7897,0.0000,-0.7897,-0.2206,-0.5691,19.6324,0.0700,1.7529,-22.0245,0.9221,475.4332,475.4332,475.4332 -1172.5000,1.0000,16837.9356,6.4989,5.1719,-0.7428,0.0000,0,627.0900,45.0377,561.3686,-98.0441,2.9576,36.8644,-6.4384,-1.0432,0.0000,0.0000,0.0000,4.0008,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.7091,-0.7091,0.0000,-0.7091,-0.1190,-0.5901,10.0734,0.0225,1.1977,-11.8836,0.9100,1238.6967,1238.6967,1238.6967 -1173.5000,1.0000,16839.1813,4.4744,3.7970,-0.3819,0.0000,1,622.2222,85.1204,565.7603,-98.5662,5.5464,36.8644,-6.4225,0.8491,0.6266,-0.0479,0.6745,4.0707,0.7667,0.3214,0.0000,0.4454,0.0000,0.4454,0.4882,-0.0428,0.0000,-0.0428,-0.0421,-0.0007,3.3728,0.0072,0.8259,-4.2066,1.0563,1631.8388,1631.8388,1631.8388 -1174.5000,1.0000,16840.0364,3.0685,2.3600,-0.3992,0.0000,1,644.4444,46.1895,546.2513,-96.1827,3.1171,36.8644,-6.4910,0.0000,-0.9517,0.2910,-1.2427,4.0689,-1.2427,0.2188,0.0000,-1.4615,0.0000,-1.4615,0.3348,-1.7963,0.0000,-1.7963,-0.0302,-1.7661,0.6800,0.0024,0.5667,-3.0152,1.0898,1266.0882,1266.0882,1266.0882 -1175.5000,1.0000,16840.4580,1.5075,0.6750,-0.4681,0.0000,1,644.4444,51.9759,546.2513,-96.1827,3.5076,36.8644,-6.4910,0.0000,-0.5330,0.6752,-1.2082,4.0406,-1.2082,0.1029,0.0000,-1.3111,0.0000,-1.3111,0.1645,-1.4756,0.0000,-1.4756,-0.0174,-1.4582,0.0000,0.0004,0.2784,-1.7369,1.0468,1323.4893,1323.4893,1323.4893 -1176.5000,1.0000,16840.5557,0.3420,0.0290,-0.1794,0.0000,1,644.4444,59.3853,546.2513,-96.1827,4.0077,36.8644,-6.4910,0.0000,-0.0018,0.0311,-0.0329,4.0095,-0.0329,0.0192,0.0000,-0.0521,0.0000,-0.0521,0.0373,-0.0894,0.0000,-0.0894,-0.0015,-0.0879,0.0000,0.0000,0.0632,-0.1511,1.0468,1396.9911,1396.9911,1396.9911 -1177.5000,1.0000,16840.5613,0.0095,0.0110,-0.0050,0.0000,1,644.4444,58.9787,546.2513,-96.1827,3.9802,36.8644,-6.4910,0.0000,0.0000,-0.0032,0.0032,3.9802,0.0032,0.0005,0.0000,0.0027,0.0000,0.0027,0.0010,0.0016,0.0000,0.0016,0.0000,0.0016,0.0000,0.0000,0.0018,-0.0001,1.0027,1392.9578,1392.9578,1392.9578 -1178.5000,1.0000,16840.5646,0.0000,0.0130,0.0006,0.0000,1,644.4444,58.5028,546.2513,-96.1827,3.9481,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9481,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9673,1388.2364,1388.2364,1388.2364 -1179.5000,1.0000,16840.5682,0.0000,0.0130,0.0000,0.0000,0,644.4444,60.2249,546.2513,-96.1827,4.0643,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0643,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0247,1405.3195,1405.3195,1405.3195 -1180.5000,1.0000,16840.5718,0.0000,0.0130,0.0000,0.0000,0,622.2222,48.0689,565.7603,-98.5662,3.1321,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.9813,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0885,1264.2879,1264.2879,1264.2879 -1181.5000,1.0000,16840.5755,0.0000,0.0130,0.0000,0.0000,0,600.0000,62.7984,586.7144,-100.9497,3.9457,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9457,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1389.9597,1389.9597,1389.9597 -1182.5000,1.0000,16840.5791,0.0000,0.0130,0.0000,0.0000,0,600.0000,62.1342,586.7144,-100.9497,3.9040,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9040,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0335,1383.3708,1383.3708,1383.3708 -1183.5000,1.0000,16840.5827,0.0000,0.0130,0.0000,0.0000,0,600.0000,61.7034,586.7144,-100.9497,3.8769,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8769,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0107,1379.0975,1379.0975,1379.0975 -1184.5000,1.0000,16840.5863,0.0000,0.0130,0.0000,0.0000,0,600.0000,62.0058,586.7144,-100.9497,3.8959,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8959,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0335,1382.0972,1382.0972,1382.0972 -1185.5000,1.0000,16840.5899,0.0000,0.0130,0.0000,0.0000,0,600.0000,61.3689,586.7144,-100.9497,3.8559,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8559,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9657,1375.7800,1375.7800,1375.7800 -1186.5000,1.0000,16840.5935,0.0000,0.0130,0.0000,0.0000,0,600.0000,62.2941,586.7144,-100.9497,3.9141,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9141,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1384.9579,1384.9579,1384.9579 -1187.5000,1.0000,16840.5971,0.0000,0.0130,0.0000,0.0000,0,600.0000,62.4238,586.7144,-100.9497,3.9222,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9222,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1386.2443,1386.2443,1386.2443 -1188.5000,1.0000,16840.6007,0.0000,0.0130,0.0000,0.0000,0,600.0000,62.4950,586.7144,-100.9497,3.9267,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9267,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1386.9500,1386.9500,1386.9500 -1189.5000,1.0000,16840.6043,0.0000,0.0130,0.0000,0.0000,0,600.0000,80.1894,586.7144,-100.9497,5.0385,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.0385,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1562.4792,1562.4792,1562.4792 -1190.5000,1.0000,16840.6080,0.0000,0.0130,0.0000,0.0000,0,600.0000,79.5942,586.7144,-100.9497,5.0010,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.0010,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1556.5741,1556.5741,1556.5741 -1191.5000,1.0000,16840.6116,0.0000,0.0130,0.0000,0.0000,0,600.0000,79.3434,586.7144,-100.9497,4.9853,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9853,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1554.0863,1554.0863,1554.0863 -1192.5000,1.0000,16840.6152,0.0000,0.0130,0.0000,0.0000,0,600.0000,80.2366,586.7144,-100.9497,5.0414,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.0414,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1562.9471,1562.9471,1562.9471 -1193.5000,1.0000,16840.6188,0.0000,0.0130,0.0000,0.0000,0,600.0000,78.0202,586.7144,-100.9497,4.9022,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9022,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1540.9605,1540.9605,1540.9605 -1194.5000,1.0000,16840.6224,0.0000,0.0130,0.0000,0.0000,0,600.0000,77.1759,586.7144,-100.9497,4.8491,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8491,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1532.5847,1532.5847,1532.5847 -1195.5000,1.0000,16840.6260,0.0000,0.0130,0.0000,0.0000,0,600.0000,79.0718,586.7144,-100.9497,4.9682,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9767,1551.3919,1551.3919,1551.3919 -1196.5000,1.0000,16840.6296,0.0000,0.0130,0.0000,0.0000,0,600.0000,78.5202,586.7144,-100.9497,4.9336,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9336,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1545.9204,1545.9204,1545.9204 -1197.5000,1.0000,16840.6332,0.0000,0.0130,0.0000,0.0000,0,600.0000,77.9700,586.7144,-100.9497,4.8990,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8990,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1540.4626,1540.4626,1540.4626 -1198.5000,1.0000,16840.6368,0.0000,0.0130,0.0000,0.0000,0,600.0000,77.1714,586.7144,-100.9497,4.8488,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8488,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1532.5403,1532.5403,1532.5403 -1199.5000,1.0000,16840.6405,0.0000,0.0130,0.0000,0.0000,0,600.0000,77.6960,586.7144,-100.9497,4.8818,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8818,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1537.7444,1537.7444,1537.7444 -1200.5000,1.0000,16840.6441,0.0000,0.0130,0.0000,0.0000,0,600.0000,78.8318,586.7144,-100.9497,4.9531,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9531,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1549.0111,1549.0111,1549.0111 -1201.5000,1.0000,16840.6477,0.0000,0.0130,0.0000,0.0000,0,600.0000,78.2615,586.7144,-100.9497,4.9173,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9173,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1543.3543,1543.3543,1543.3543 -1202.5000,1.0000,16840.6513,0.0000,0.0130,0.0000,0.0000,0,600.0000,79.1625,586.7144,-100.9497,4.9739,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9739,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1552.2919,1552.2919,1552.2919 -1203.5000,1.0000,16840.6549,0.0000,0.0130,0.0000,0.0000,0,600.0000,79.0200,586.7144,-100.9497,4.9650,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1550.8783,1550.8783,1550.8783 -1204.5000,1.0000,16840.6585,0.0000,0.0130,0.0000,0.0000,0,600.0000,77.3694,586.7144,-100.9497,4.8613,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8613,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1534.5041,1534.5041,1534.5041 -1205.5000,1.0000,16840.6621,0.0000,0.0130,0.0000,0.0000,0,600.0000,78.4836,586.7144,-100.9497,4.9313,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9313,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1545.5573,1545.5573,1545.5573 -1206.5000,1.0000,16840.6657,0.0000,0.0130,0.0000,0.0000,0,600.0000,78.1307,586.7144,-100.9497,4.9091,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9091,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1542.0570,1542.0570,1542.0570 -1207.5000,1.0000,16840.6693,0.0000,0.0130,0.0000,0.0000,0,600.0000,77.6909,586.7144,-100.9497,4.8815,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8815,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1537.6935,1537.6935,1537.6935 -1208.5000,1.0000,16840.6730,0.0000,0.0130,0.0000,0.0000,0,600.0000,79.4355,586.7144,-100.9497,4.9911,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9911,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9657,1555.0006,1555.0006,1555.0006 -1209.5000,1.0000,16840.6766,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.4195,586.7144,-100.9497,3.7963,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7963,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1366.3611,1366.3611,1366.3611 -1210.5000,1.0000,16840.6802,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.3145,586.7144,-100.9497,3.7897,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7897,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1365.3199,1365.3199,1365.3199 -1211.5000,1.0000,16840.6838,0.0000,0.0130,0.0000,0.0000,0,600.0000,58.9228,586.7144,-100.9497,3.7022,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7022,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8599,1351.5141,1351.5141,1351.5141 -1212.5000,1.0000,16840.6874,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.2089,586.7144,-100.9497,3.7830,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7830,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1364.2719,1364.2719,1364.2719 -1213.5000,1.0000,16840.6910,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.5926,586.7144,-100.9497,3.8071,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8071,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1368.0781,1368.0781,1368.0781 -1214.5000,1.0000,16840.6946,0.0000,0.0130,0.0000,0.0000,0,600.0000,61.3782,586.7144,-100.9497,3.8565,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8565,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1375.8713,1375.8713,1375.8713 -1215.5000,1.0000,16840.6982,0.0000,0.0130,0.0000,0.0000,0,600.0000,61.2966,586.7144,-100.9497,3.8514,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8514,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9657,1375.0627,1375.0627,1375.0627 -1216.5000,1.0000,16840.7018,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.4170,586.7144,-100.9497,3.7961,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7961,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1366.3363,1366.3363,1366.3363 -1217.5000,1.0000,16840.7055,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.3691,586.7144,-100.9497,3.7931,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7931,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1365.8615,1365.8615,1365.8615 -1218.5000,1.0000,16840.7091,0.0000,0.0130,0.0000,0.0000,0,600.0000,59.5281,586.7144,-100.9497,3.7403,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7403,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1357.5187,1357.5187,1357.5187 -1219.5000,1.0000,16840.7127,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.0434,586.7144,-100.9497,3.7726,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7726,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1362.6301,1362.6301,1362.6301 -1220.5000,1.0000,16840.7163,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.4798,586.7144,-100.9497,3.8001,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8001,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1366.9600,1366.9600,1366.9600 -1221.5000,1.0000,16840.7199,0.0000,0.0130,0.0000,0.0000,0,600.0000,59.7973,586.7144,-100.9497,3.7572,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7572,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1360.1893,1360.1893,1360.1893 -1222.5000,1.0000,16840.7235,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.8340,586.7144,-100.9497,3.8223,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8223,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1370.4729,1370.4729,1370.4729 -1223.5000,1.0000,16840.7271,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.1040,586.7144,-100.9497,3.7764,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7764,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1363.2313,1363.2313,1363.2313 -1224.5000,1.0000,16840.7307,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.1221,586.7144,-100.9497,3.7776,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7776,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1363.4108,1363.4108,1363.4108 -1225.5000,1.0000,16840.7343,0.0000,0.0130,0.0000,0.0000,0,600.0000,59.8978,586.7144,-100.9497,3.7635,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7635,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1361.1858,1361.1858,1361.1858 -1226.5000,1.0000,16840.7380,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.4689,586.7144,-100.9497,3.7994,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7994,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1366.8517,1366.8517,1366.8517 -1227.5000,1.0000,16840.7416,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.5172,586.7144,-100.9497,3.8024,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8024,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1367.3310,1367.3310,1367.3310 -1228.5000,1.0000,16840.7452,0.0000,0.0130,0.0000,0.0000,0,600.0000,61.1088,586.7144,-100.9497,3.8396,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1373.1997,1373.1997,1373.1997 -1229.5000,1.0000,16840.7488,0.0000,0.0130,0.0000,0.0000,0,600.0000,59.7591,586.7144,-100.9497,3.7548,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7548,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1359.8098,1359.8098,1359.8098 -1230.5000,1.0000,16840.7524,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.4147,586.7144,-100.9497,3.7960,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7960,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1366.3134,1366.3134,1366.3134 -1231.5000,1.0000,16840.7560,0.0000,0.0130,0.0000,0.0000,0,600.0000,59.5187,586.7144,-100.9497,3.7397,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7397,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1357.4258,1357.4258,1357.4258 -1232.5000,1.0000,16840.7596,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.2556,586.7144,-100.9497,3.7860,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7860,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1364.7354,1364.7354,1364.7354 -1233.5000,1.0000,16840.7632,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.0337,586.7144,-100.9497,3.7720,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7720,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1362.5342,1362.5342,1362.5342 -1234.5000,1.0000,16840.7668,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.4388,586.7144,-100.9497,3.7975,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7975,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1366.5524,1366.5524,1366.5524 -1235.5000,1.0000,16840.7705,0.0000,0.0130,0.0000,0.0000,0,600.0000,59.7858,586.7144,-100.9497,3.7565,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7565,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1360.0753,1360.0753,1360.0753 -1236.5000,1.0000,16840.7741,0.0000,0.0130,0.0000,0.0000,0,600.0000,59.6908,586.7144,-100.9497,3.7505,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7505,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1359.1327,1359.1327,1359.1327 -1237.5000,1.0000,16840.7777,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.2152,586.7144,-100.9497,3.7834,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7834,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1364.3351,1364.3351,1364.3351 -1238.5000,1.0000,16840.7813,0.0000,0.0130,0.0000,0.0000,0,600.0000,61.3084,586.7144,-100.9497,3.8521,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8521,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1375.1796,1375.1796,1375.1796 -1239.5000,1.0000,16840.7849,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.7557,586.7144,-100.9497,3.8174,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8174,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1369.6970,1369.6970,1369.6970 -1240.5000,1.0000,16840.7891,0.0020,0.0170,0.0011,0.0000,1,600.0000,60.8867,586.7144,-100.9497,3.8256,36.8644,-6.3429,0.0000,0.0000,-0.0007,0.0007,3.8256,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,0.9546,1370.9960,1370.9960,1370.9960 -1241.5000,1.0000,16840.7932,0.0020,0.0130,-0.0011,0.0000,0,622.2222,70.5128,565.7603,-98.5662,4.5945,36.8644,-6.4225,0.8491,0.0000,-0.0007,0.0007,3.7454,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,0.8879,1486.9316,1486.9316,1486.9316 -1242.5000,1.0000,16840.7968,0.0000,0.0130,0.0000,0.0000,0,622.2222,44.0616,565.7603,-98.5662,2.8710,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.7201,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8455,1224.5354,1224.5354,1224.5354 -1243.5000,1.0000,16840.8005,0.0000,0.0130,0.0000,0.0000,0,600.0000,61.1054,586.7144,-100.9497,3.8394,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8394,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1373.1651,1373.1651,1373.1651 -1244.5000,1.0000,16840.8041,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.3498,586.7144,-100.9497,3.7919,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7919,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1365.6695,1365.6695,1365.6695 -1245.5000,1.0000,16840.8077,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.5629,586.7144,-100.9497,3.8053,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8053,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1367.7842,1367.7842,1367.7842 -1246.5000,1.0000,16840.8113,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.2326,586.7144,-100.9497,3.7845,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7845,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1364.5077,1364.5077,1364.5077 -1247.5000,1.0000,16840.8149,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.3638,586.7144,-100.9497,3.7928,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1365.8089,1365.8089,1365.8089 -1248.5000,1.0000,16840.8185,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.3640,586.7144,-100.9497,3.7928,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1365.8110,1365.8110,1365.8110 -1249.5000,1.0000,16840.8221,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.4530,586.7144,-100.9497,3.7984,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7984,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1366.6936,1366.6936,1366.6936 -1250.5000,1.0000,16840.8257,0.0000,0.0130,0.0000,0.0000,0,600.0000,58.9199,586.7144,-100.9497,3.7020,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7020,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1351.4858,1351.4858,1351.4858 -1251.5000,1.0000,16840.8293,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.2818,586.7144,-100.9497,3.7876,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7876,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1364.9951,1364.9951,1364.9951 -1252.5000,1.0000,16840.8330,0.0000,0.0130,0.0000,0.0000,0,600.0000,61.0981,586.7144,-100.9497,3.8389,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8389,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1373.0934,1373.0934,1373.0934 -1253.5000,1.0000,16840.8366,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.5618,586.7144,-100.9497,3.8052,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8052,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1367.7728,1367.7728,1367.7728 -1254.5000,1.0000,16840.8402,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.1761,586.7144,-100.9497,3.7810,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7810,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1363.9467,1363.9467,1363.9467 -1255.5000,1.0000,16840.8438,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.7998,586.7144,-100.9497,3.8202,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8202,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1370.1338,1370.1338,1370.1338 -1256.5000,1.0000,16840.8474,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.6559,586.7144,-100.9497,3.8111,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8111,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1368.7065,1368.7065,1368.7065 -1257.5000,1.0000,16840.8510,0.0000,0.0130,0.0000,0.0000,0,600.0000,61.8461,586.7144,-100.9497,3.8859,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8859,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1380.5137,1380.5137,1380.5137 -1258.5000,1.0000,16840.8546,0.0000,0.0130,0.0000,0.0000,0,600.0000,61.1271,586.7144,-100.9497,3.8407,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8407,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1373.3807,1373.3807,1373.3807 -1259.5000,1.0000,16840.8582,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.6297,586.7144,-100.9497,3.8095,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8095,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1368.4469,1368.4469,1368.4469 -1260.5000,1.0000,16840.8618,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.9059,586.7144,-100.9497,4.0153,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0153,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1400.9465,1400.9465,1400.9465 -1261.5000,1.0000,16840.8655,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.4030,586.7144,-100.9497,3.9837,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9837,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1395.9577,1395.9577,1395.9577 -1262.5000,1.0000,16840.8699,0.0030,0.0190,0.0017,0.0000,1,600.0000,63.0003,586.7144,-100.9497,3.9584,36.8644,-6.3429,0.0000,0.0000,-0.0010,0.0010,3.9584,0.0010,0.0002,0.0000,0.0009,0.0000,0.0009,0.0003,0.0006,0.0000,0.0006,0.0000,0.0006,0.0000,0.0000,0.0006,0.0000,0.9215,1391.9628,1391.9628,1391.9628 -1263.5000,1.0000,16840.8746,0.0030,0.0150,-0.0011,0.0000,1,622.2222,73.8616,565.7603,-98.5662,4.8127,36.8644,-6.4225,0.8491,0.0000,-0.0010,0.0010,3.9636,0.0010,0.0002,0.0000,0.0009,0.0000,0.0009,0.0003,0.0005,0.0000,0.0005,0.0000,0.0005,0.0000,0.0000,0.0006,0.0000,0.9211,1520.1511,1520.1511,1520.1511 -1264.5000,1.0000,16840.8788,0.0000,0.0150,0.0000,0.0000,0,644.4444,59.1890,546.2513,-96.1827,3.9944,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9944,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1395.0434,1395.0434,1395.0434 -1265.5000,1.0000,16840.8830,0.0000,0.0150,0.0000,0.0000,0,622.2222,48.3122,565.7603,-98.5662,3.1480,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.9971,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8990,1266.7012,1266.7012,1266.7012 -1266.5000,1.0000,16840.8871,0.0000,0.0150,0.0000,0.0000,0,600.0000,64.0517,586.7144,-100.9497,4.0245,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0245,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1402.3932,1402.3932,1402.3932 -1267.5000,1.0000,16840.8913,0.0000,0.0150,0.0000,0.0000,0,600.0000,63.6588,586.7144,-100.9497,3.9998,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9998,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1398.4952,1398.4952,1398.4952 -1268.5000,1.0000,16840.8957,0.0000,0.0170,0.0006,0.0000,1,600.0000,63.0089,586.7144,-100.9497,3.9590,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9590,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1392.0480,1392.0480,1392.0480 -1269.5000,1.0000,16840.9005,0.0000,0.0170,0.0000,0.0000,0,622.2222,73.3112,565.7603,-98.5662,4.7769,36.8644,-6.4225,0.8491,0.0000,0.0000,0.0000,3.9277,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8990,1514.6918,1514.6918,1514.6918 -1270.5000,1.0000,16840.9052,0.0000,0.0170,0.0000,0.0000,0,622.2222,47.8999,565.7603,-98.5662,3.1211,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.9702,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8879,1262.6117,1262.6117,1262.6117 -1271.5000,1.0000,16840.9102,0.0000,0.0190,0.0006,0.0000,1,600.0000,63.8651,586.7144,-100.9497,4.0128,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0128,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1400.5423,1400.5423,1400.5423 -1272.5000,1.0000,16840.9155,0.0000,0.0190,0.0000,0.0000,0,622.2222,74.0552,565.7603,-98.5662,4.8254,36.8644,-6.4225,0.8491,0.0000,0.0000,0.0000,3.9762,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9211,1522.0720,1522.0720,1522.0720 -1273.5000,1.0000,16840.9207,0.0000,0.0190,0.0000,0.0000,0,622.2222,46.8754,565.7603,-98.5662,3.0544,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.9035,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8990,1252.4485,1252.4485,1252.4485 -1274.5000,1.0000,16840.9260,0.0000,0.0190,0.0000,0.0000,0,600.0000,64.5275,586.7144,-100.9497,4.0544,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0544,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1407.1125,1407.1125,1407.1125 -1275.5000,1.0000,16840.9313,0.0000,0.0190,0.0000,0.0000,0,600.0000,63.5132,586.7144,-100.9497,3.9907,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9907,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8755,1397.0509,1397.0509,1397.0509 -1276.5000,1.0000,16840.9366,0.0000,0.0190,0.0000,0.0000,0,600.0000,62.4878,586.7144,-100.9497,3.9262,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9262,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1386.8789,1386.8789,1386.8789 -1277.5000,1.0000,16840.9418,0.0000,0.0190,0.0000,0.0000,0,600.0000,63.8143,586.7144,-100.9497,4.0096,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0096,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9546,1400.0381,1400.0381,1400.0381 -1278.5000,1.0000,16840.9471,0.0000,0.0190,0.0000,0.0000,0,600.0000,63.1524,586.7144,-100.9497,3.9680,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9680,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1393.4717,1393.4717,1393.4717 -1279.5000,1.0000,16840.9524,0.0000,0.0190,0.0000,0.0000,0,600.0000,64.0870,586.7144,-100.9497,4.0267,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0267,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1402.7431,1402.7431,1402.7431 -1280.5000,1.0000,16840.9577,0.0000,0.0190,0.0000,0.0000,0,600.0000,64.2408,586.7144,-100.9497,4.0364,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0364,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1404.2683,1404.2683,1404.2683 -1281.5000,1.0000,16840.9630,0.0000,0.0190,0.0000,0.0000,0,600.0000,65.1597,586.7144,-100.9497,4.0941,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0941,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9546,1413.3845,1413.3845,1413.3845 -1282.5000,1.0000,16840.9682,0.0000,0.0190,0.0000,0.0000,0,600.0000,63.3036,586.7144,-100.9497,3.9775,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9775,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1394.9714,1394.9714,1394.9714 -1283.5000,1.0000,16840.9735,0.0000,0.0190,0.0000,0.0000,0,600.0000,63.1090,586.7144,-100.9497,3.9653,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9653,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1393.0417,1393.0417,1393.0417 -1284.5000,1.0000,16840.9788,0.0000,0.0190,0.0000,0.0000,0,600.0000,63.5150,586.7144,-100.9497,3.9908,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9908,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1397.0685,1397.0685,1397.0685 -1285.5000,1.0000,16840.9841,0.0000,0.0190,0.0000,0.0000,0,600.0000,63.6511,586.7144,-100.9497,3.9993,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9993,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1398.4187,1398.4187,1398.4187 -1286.5000,1.0000,16840.9893,0.0000,0.0190,0.0000,0.0000,0,600.0000,62.1615,586.7144,-100.9497,3.9057,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9057,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8755,1383.6424,1383.6424,1383.6424 -1287.5000,1.0000,16840.9946,0.0000,0.0190,0.0000,0.0000,0,600.0000,62.8436,586.7144,-100.9497,3.9486,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9486,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1390.4081,1390.4081,1390.4081 -1288.5000,1.0000,16840.9999,0.0000,0.0190,0.0000,0.0000,0,600.0000,82.3572,586.7144,-100.9497,5.1747,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.1747,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1583.9836,1583.9836,1583.9836 -1289.5000,1.0000,16841.0052,0.0000,0.0190,0.0000,0.0000,0,600.0000,81.0483,586.7144,-100.9497,5.0924,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.0924,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1570.9989,1570.9989,1570.9989 -1290.5000,1.0000,16841.0105,0.0000,0.0190,0.0000,0.0000,0,600.0000,81.8903,586.7144,-100.9497,5.1453,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.1453,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1579.3521,1579.3521,1579.3521 -1291.5000,1.0000,16841.0157,0.0000,0.0190,0.0000,0.0000,0,600.0000,81.5329,586.7144,-100.9497,5.1229,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.1229,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9546,1575.8059,1575.8059,1575.8059 -1292.5000,1.0000,16841.0210,0.0000,0.0190,0.0000,0.0000,0,600.0000,80.1814,586.7144,-100.9497,5.0379,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.0379,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1562.3992,1562.3992,1562.3992 -1293.5000,1.0000,16841.0263,0.0000,0.0190,0.0000,0.0000,0,600.0000,80.4633,586.7144,-100.9497,5.0557,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.0557,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1565.1964,1565.1964,1565.1964 -1294.5000,1.0000,16841.0316,0.0000,0.0190,0.0000,0.0000,0,600.0000,79.5028,586.7144,-100.9497,4.9953,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9953,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8174,1555.6677,1555.6677,1555.6677 -1295.5000,1.0000,16841.0368,0.0000,0.0190,0.0000,0.0000,0,600.0000,80.8959,586.7144,-100.9497,5.0828,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.0828,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1569.4877,1569.4877,1569.4877 -1296.5000,1.0000,16841.0421,0.0000,0.0190,0.0000,0.0000,0,600.0000,81.3901,586.7144,-100.9497,5.1139,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.1139,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1574.3899,1574.3899,1574.3899 -1297.5000,1.0000,16841.0474,0.0000,0.0190,0.0000,0.0000,0,600.0000,81.7683,586.7144,-100.9497,5.1377,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.1377,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1578.1416,1578.1416,1578.1416 -1298.5000,1.0000,16841.0527,0.0000,0.0190,0.0000,0.0000,0,600.0000,80.5992,586.7144,-100.9497,5.0642,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.0642,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1566.5438,1566.5438,1566.5438 -1299.5000,1.0000,16841.0580,0.0000,0.0190,0.0000,0.0000,0,600.0000,80.8093,586.7144,-100.9497,5.0774,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.0774,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8755,1568.6278,1568.6278,1568.6278 +time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],P_aux_ALT,FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h],FC-AAUX [g/h],FC-Final [g/h] +1.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,622.2222,87.4301,565.7603,-98.5662,5.6969,36.8644,-6.4225,0.8491,0.0000,0.0000,0.0000,4.8477,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0456,1654.7514,1654.7514,1654.7514,1654.7514,1654.7514 +2.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.1411,546.2513,-96.1827,4.9360,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9360,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0468,1533.4483,1533.4483,1533.4483,1533.4483,1533.4483 +3.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.1030,546.2513,-96.1827,4.9334,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9334,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0791,1533.0710,1533.0710,1533.0710,1533.0710,1533.0710 +4.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.1599,546.2513,-96.1827,4.9373,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9373,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0898,1533.6349,1533.6349,1533.6349,1533.6349,1533.6349 +5.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.5358,546.2513,-96.1827,4.9626,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9626,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0791,1537.3641,1537.3641,1537.3641,1537.3641,1537.3641 +6.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,72.6605,546.2513,-96.1827,4.9036,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9036,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0468,1528.6815,1528.6815,1528.6815,1528.6815,1528.6815 +7.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.5178,546.2513,-96.1827,4.9614,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9614,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1537.1859,1537.1859,1537.1859,1537.1859,1537.1859 +8.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,72.4767,546.2513,-96.1827,4.8912,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8912,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0468,1526.8579,1526.8579,1526.8579,1526.8579,1526.8579 +9.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,71.4177,546.2513,-96.1827,4.8197,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8197,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9911,1516.3522,1516.3522,1516.3522,1516.3522,1516.3522 +10.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,72.4974,546.2513,-96.1827,4.8926,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8926,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0358,1527.0627,1527.0627,1527.0627,1527.0627,1527.0627 +11.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,70.9908,546.2513,-96.1827,4.7909,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.7909,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0468,1512.1173,1512.1173,1512.1173,1512.1173,1512.1173 +12.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.3048,546.2513,-96.1827,4.9471,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9471,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0791,1535.0727,1535.0727,1535.0727,1535.0727,1535.0727 +13.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,71.4373,546.2513,-96.1827,4.8210,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8210,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0576,1516.5473,1516.5473,1516.5473,1516.5473,1516.5473 +14.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.5141,546.2513,-96.1827,4.9612,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9612,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.1110,1537.1490,1537.1490,1537.1490,1537.1490,1537.1490 +15.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,71.9230,546.2513,-96.1827,4.8538,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8538,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0137,1521.3646,1521.3646,1521.3646,1521.3646,1521.3646 +16.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,70.8493,546.2513,-96.1827,4.7813,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.7813,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0247,1510.7139,1510.7139,1510.7139,1510.7139,1510.7139 +17.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,72.3991,546.2513,-96.1827,4.8859,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8859,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1526.0883,1526.0883,1526.0883,1526.0883,1526.0883 +18.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,72.5234,546.2513,-96.1827,4.8943,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8943,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0576,1527.3214,1527.3214,1527.3214,1527.3214,1527.3214 +19.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,71.7868,546.2513,-96.1827,4.8446,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8446,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0247,1520.0141,1520.0141,1520.0141,1520.0141,1520.0141 +20.5000,1.0000,0.0458,0.1650,0.0000,0.0917,0.0000,1,644.4444,73.3008,546.2513,-96.1827,4.9468,36.8644,-6.4910,0.0000,0.1882,0.0941,0.0941,4.7586,0.0941,0.0080,0.0000,0.0861,0.0000,0.0861,0.0180,0.0681,0.0000,0.0681,0.0004,0.0677,0.0000,0.0000,0.0305,0.0372,0.9318,1535.0332,1535.0332,1535.0332,1535.0332,1535.0332 +21.5000,1.0000,0.4165,1.3345,0.3300,0.5581,0.0000,1,644.4444,145.9573,546.2513,-96.1827,9.8501,36.8644,-6.4910,0.0000,4.1196,1.7692,2.3504,5.7305,2.3504,0.0956,0.0000,2.2548,0.0000,2.2548,0.1564,2.0984,0.0000,2.0984,0.0184,2.0800,0.0000,0.0003,0.2464,1.8333,0.9208,2409.2216,2409.2216,2409.2216,2409.2216,2409.2216 +22.5000,1.0000,1.0732,2.3640,2.3390,0.0139,0.0000,1,644.4444,100.5164,546.2513,-96.1827,6.7835,36.8644,-6.4910,0.0000,0.9292,0.0097,0.9195,5.8542,0.9195,0.1423,0.0000,0.7772,0.0000,0.7772,0.2579,0.5192,0.0000,0.5192,0.0008,0.5184,0.0000,0.0010,0.4366,0.0808,0.9673,1895.2851,1895.2851,1895.2851,1895.2851,1895.2851 +23.5000,1.0000,1.9456,3.1405,2.3890,0.4175,0.0000,1,644.4444,165.0154,546.2513,-96.1827,11.1362,36.8644,-6.4910,0.0000,5.4804,1.0582,4.4222,5.6559,4.4222,0.2282,0.0000,4.1940,0.0000,4.1940,0.3515,3.8425,0.0000,3.8425,0.0323,3.8102,0.0000,0.0026,0.5800,3.2276,0.9208,2624.7686,2624.7686,2624.7686,2624.7686,2624.7686 +24.5000,1.0000,3.2883,4.8340,3.8920,0.5233,0.0000,1,746.3987,243.6214,471.6362,-85.2471,19.0421,36.8644,-6.6631,4.6733,8.5861,0.4187,8.1673,5.7828,8.1673,0.4151,0.0000,7.7522,0.0000,7.7522,0.5604,7.1918,0.0000,7.1918,0.0624,7.1294,0.0000,0.0092,0.8927,6.2275,0.8558,4077.3272,4077.3272,4077.3272,4077.3272,4077.3272 +25.5000,1.0000,4.8979,5.7945,5.7760,0.0103,0.0000,1,851.0702,94.9420,481.4867,-75.8461,8.4616,42.9120,-6.7597,0.1420,2.3030,0.0000,2.3030,6.0166,2.3030,0.4373,0.0000,1.8657,0.0000,1.8657,0.6322,1.2334,0.0000,1.2334,0.0015,1.2320,0.0000,0.0153,1.0701,0.1466,0.9275,2398.2188,2398.2188,2398.2188,2398.2188,2398.2188 +26.5000,1.0000,6.4654,5.6430,5.8130,-0.0944,0.0000,1,828.8186,64.3860,424.7354,-77.4372,5.5883,36.8644,-6.7211,-1.2709,0.7835,0.0000,0.7835,6.0757,0.7835,0.4366,0.0000,0.3469,0.0000,0.3469,0.6157,-0.2688,0.0000,-0.2688,-0.0131,-0.2557,0.0000,0.0141,1.0421,-1.3119,0.9598,1857.1093,1857.1093,1857.1093,1857.1093,1857.1093 +27.5000,1.0000,7.9300,5.2725,5.4730,-0.1114,0.0000,1,774.4012,62.4218,454.5817,-82.2436,5.0621,36.8644,-6.6696,-1.4005,0.5018,0.0000,0.5018,5.9608,0.5018,0.4015,0.0000,0.1003,0.0000,0.1003,0.5753,-0.4750,0.0000,-0.4750,-0.0145,-0.4605,0.0000,0.0115,0.9737,-1.4457,0.9542,1746.6521,1746.6521,1746.6521,1746.6521,1746.6521 +28.5000,1.0000,9.2769,4.8490,5.0720,-0.1239,0.0000,1,712.1994,63.2455,494.2838,-88.9153,4.7169,36.8644,-6.6314,-1.4325,0.3016,0.0000,0.3016,5.8479,0.3016,0.3617,0.0000,-0.0601,0.0000,-0.0601,0.5291,-0.5892,0.0000,-0.5892,-0.0148,-0.5744,0.0000,0.0090,0.8955,-1.4788,0.9261,1575.5806,1575.5806,1575.5806,1575.5806,1575.5806 +29.5000,1.0000,10.5646,4.6355,4.6260,0.0053,0.0000,1,680.8415,107.9949,517.0493,-92.2787,7.6998,36.8644,-6.5792,0.0583,1.7571,0.0000,1.7571,5.8843,1.7571,0.3267,0.0000,1.4305,0.0000,1.4305,0.5058,0.9247,0.0000,0.9247,0.0006,0.9241,0.0000,0.0078,0.8561,0.0602,0.9111,2086.6925,2086.6925,2086.6925,2086.6925,2086.6925 +30.5000,1.0000,11.8244,4.5355,4.6450,-0.0608,0.0000,1,666.1540,88.6914,528.4494,-93.8541,6.1871,36.8644,-6.5472,-0.6579,0.9788,0.0000,0.9788,5.8662,0.9788,0.3250,0.0000,0.6538,0.0000,0.6538,0.4949,0.1589,0.0000,0.1589,-0.0068,0.1657,0.0000,0.0073,0.8376,-0.6792,0.9217,1795.4075,1795.4075,1795.4075,1795.4075,1795.4075 +31.5000,1.0000,13.1656,4.8280,4.4260,0.2233,0.0000,1,709.1150,173.1826,496.4337,-89.2461,12.8603,36.8644,-6.6273,2.5712,4.4484,0.0000,4.4484,5.8406,4.4484,0.3403,0.0000,4.1082,0.0000,4.1082,0.5268,3.5814,0.0000,3.5814,0.0266,3.5548,0.0000,0.0089,0.8916,2.6543,0.9615,2955.7704,2955.7704,2955.7704,2955.7704,2955.7704 +32.5000,1.0000,14.7229,5.6065,5.2300,0.2092,0.0000,1,823.4576,157.7965,433.7410,-77.8205,13.6072,37.4025,-6.7106,2.7964,4.9878,0.0000,4.9878,5.8230,4.9878,0.4111,0.0000,4.5767,0.0000,4.5767,0.6117,3.9650,0.0000,3.9650,0.0289,3.9361,0.0000,0.0139,1.0354,2.8868,0.9592,3170.1310,3170.1310,3170.1310,3170.1310,3170.1310 +33.5000,1.0000,16.3857,5.9860,5.9830,0.0017,0.0000,1,879.1969,89.7738,459.6409,-73.8349,8.2654,42.3188,-6.7979,0.0238,2.2583,0.0000,2.2583,5.9833,2.2583,0.4581,0.0000,1.8002,0.0000,1.8002,0.6531,1.1471,0.0000,1.1471,0.0002,1.1469,0.0000,0.0168,1.1055,0.0246,0.9537,2381.0905,2381.0905,2381.0905,2381.0905,2381.0905 +34.5000,1.0000,18.0233,5.8955,5.9890,-0.0519,0.0000,1,865.9047,73.6538,422.8611,-74.7853,6.6787,38.3439,-6.7813,-0.7303,1.4433,0.0000,1.4433,5.9657,1.4433,0.4566,0.0000,0.9867,0.0000,0.9867,0.6432,0.3434,0.0000,0.3434,-0.0076,0.3510,0.0000,0.0161,1.0888,-0.7539,0.9638,2031.6723,2031.6723,2031.6723,2031.6723,2031.6723 +35.5000,1.0000,19.6322,5.7920,5.8020,-0.0056,0.0000,1,850.7031,88.3856,413.8091,-75.8723,7.8739,36.8644,-6.7591,-0.0767,2.0761,0.0000,2.0761,5.8744,2.0761,0.4393,0.0000,1.6368,0.0000,1.6368,0.6320,1.0049,0.0000,1.0049,-0.0008,1.0057,0.0000,0.0153,1.0696,-0.0792,0.9507,2270.8666,2270.8666,2270.8666,2270.8666,2270.8666 +36.5000,1.0000,21.2472,5.8140,5.7820,0.0178,0.0000,1,853.9343,95.2933,415.2877,-75.6413,8.5215,37.1366,-6.7641,0.2465,2.4187,0.0000,2.4187,5.8563,2.4187,0.4382,0.0000,1.9805,0.0000,1.9805,0.6344,1.3461,0.0000,1.3461,0.0025,1.3436,0.0000,0.0154,1.0737,0.2544,0.9395,2413.3774,2413.3774,2413.3774,2413.3774,2413.3774 +37.5000,1.0000,22.9228,6.0320,5.8460,0.1033,0.0000,1,885.9532,120.1337,433.2681,-73.3517,11.1456,40.1972,-6.8053,1.4863,3.7868,0.0000,3.7868,5.8725,3.7868,0.4477,0.0000,3.3391,0.0000,3.3391,0.6581,2.6809,0.0000,2.6809,0.0154,2.6656,0.0000,0.0172,1.1140,1.5344,0.9660,2860.9899,2860.9899,2860.9899,2860.9899,2860.9899 +38.5000,1.0000,24.7068,6.4225,6.2180,0.1136,0.0000,1,943.3081,121.6752,469.6859,-69.8699,12.0194,46.3970,-6.9020,1.7400,4.2080,0.0000,4.2080,6.0715,4.2080,0.4862,0.0000,3.7218,0.0000,3.7218,0.7007,3.0211,0.0000,3.0211,0.0180,3.0031,0.0000,0.0208,1.1861,1.7962,0.9745,3049.1880,3049.1880,3049.1880,3049.1880,3049.1880 +39.5000,1.0000,26.5778,6.7355,6.6270,0.0603,0.0000,1,989.2801,103.8483,491.4499,-67.2400,10.7584,50.9128,-6.9659,0.9682,3.5403,0.0000,3.5403,6.2500,3.5403,0.5280,0.0000,3.0122,0.0000,3.0122,0.7349,2.2773,0.0000,2.2773,0.0100,2.2673,0.0000,0.0240,1.2439,0.9994,0.9739,2950.8881,2950.8881,2950.8881,2950.8881,2950.8881 +40.5000,1.0000,28.5218,6.9985,6.8440,0.0858,0.0000,1,1027.9084,111.6490,494.8101,-68.6246,12.0182,53.2625,-7.3869,1.4324,4.1289,0.0000,4.1289,6.4568,4.1289,0.5524,0.0000,3.5765,0.0000,3.5765,0.7636,2.8129,0.0000,2.8129,0.0148,2.7981,0.0000,0.0269,1.2924,1.4787,1.0062,3133.2860,3133.2860,3133.2860,3133.2860,3133.2860 +41.5000,1.0000,30.5406,7.2675,7.1530,0.0636,0.0000,1,1067.4179,92.1752,508.2335,-71.4528,10.3033,56.8102,-7.9870,1.1024,3.9008,0.0000,3.9008,5.3001,3.9008,0.5862,0.0000,3.3146,0.0000,3.3146,0.7929,2.5217,0.0000,2.5217,0.0114,2.5103,0.0000,0.0301,1.3421,1.1380,0.9925,2851.2748,2851.2748,2851.2748,2851.2748,2851.2748 +42.5000,1.0000,32.6031,7.4250,7.3820,0.0239,0.0000,1,1090.5508,79.6117,505.7184,-73.1087,9.0918,57.7542,-8.3492,0.4230,3.2658,0.0000,3.2658,5.4030,3.2658,0.6114,0.0000,2.6545,0.0000,2.6545,0.8101,1.8444,0.0000,1.8444,0.0044,1.8400,0.0000,0.0321,1.3712,0.4366,1.0095,2665.9132,2665.9132,2665.9132,2665.9132,2665.9132 +43.5000,1.0000,34.6757,7.4615,7.4680,-0.0036,0.0000,1,1095.9117,70.6534,501.8246,-73.4924,8.1084,57.5912,-8.4343,-0.0643,2.7783,0.0000,2.7783,5.3944,2.7783,0.6206,0.0000,2.1577,0.0000,2.1577,0.8141,1.3436,0.0000,1.3436,-0.0007,1.3442,0.0000,0.0326,1.3780,-0.0663,0.9877,2526.4501,2526.4501,2526.4501,2526.4501,2526.4501 +44.5000,1.0000,36.7428,7.4415,7.4550,-0.0075,0.0000,1,1092.9742,69.5120,497.0189,-73.2821,7.9561,56.8868,-8.3876,-0.1331,2.6988,0.0000,2.6988,5.3904,2.6988,0.6190,0.0000,2.0798,0.0000,2.0798,0.8119,1.2678,0.0000,1.2678,-0.0014,1.2692,0.0000,0.0323,1.3743,-0.1374,0.9985,2506.3093,2506.3093,2506.3093,2506.3093,2506.3093 +45.5000,1.0000,38.8010,7.4095,7.4280,-0.0103,0.0000,1,1088.2742,69.0357,495.2801,-72.9457,7.8676,56.4440,-8.3132,-0.1816,2.6352,0.0000,2.6352,5.4140,2.6352,0.6158,0.0000,2.0194,0.0000,2.0194,0.8084,1.2109,0.0000,1.2109,-0.0019,1.2128,0.0000,0.0319,1.3684,-0.1875,1.0205,2495.6297,2495.6297,2495.6297,2495.6297,2495.6297 +46.5000,1.0000,40.8528,7.3865,7.3910,-0.0025,0.0000,1,1084.8961,71.5791,494.1190,-72.7039,8.1321,56.1369,-8.2599,-0.0440,2.7675,0.0000,2.7675,5.4087,2.7675,0.6117,0.0000,2.1557,0.0000,2.1557,0.8059,1.3498,0.0000,1.3498,-0.0005,1.3503,0.0000,0.0316,1.3641,-0.0455,1.0082,2534.0093,2534.0093,2534.0093,2534.0093,2534.0093 +47.5000,1.0000,42.9071,7.3955,7.3820,0.0075,0.0000,1,1086.2180,74.4239,495.5499,-72.7985,8.4656,56.3680,-8.2807,0.1323,2.9533,0.0000,2.9533,5.3801,2.9533,0.6110,0.0000,2.3423,0.0000,2.3423,0.8069,1.5354,0.0000,1.5354,0.0014,1.5341,0.0000,0.0317,1.3658,0.1365,1.0316,2580.2782,2580.2782,2580.2782,2580.2782,2580.2782 +48.5000,1.0000,44.9547,7.3715,7.4090,-0.0208,0.0000,1,1082.6929,65.7611,496.1616,-72.5462,7.4560,56.2545,-8.2252,-0.3662,2.4286,0.0000,2.4286,5.3936,2.4286,0.6133,0.0000,1.8152,0.0000,1.8152,0.8043,1.0109,0.0000,1.0109,-0.0038,1.0147,0.0000,0.0314,1.3613,-0.3780,1.0192,2439.7115,2439.7115,2439.7115,2439.7115,2439.7115 +49.5000,1.0000,46.9894,7.3250,7.3340,-0.0050,0.0000,1,1075.8632,70.7869,490.2605,-72.0573,7.9751,55.2348,-8.1183,-0.0873,2.6968,0.0000,2.6968,5.3656,2.6968,0.6051,0.0000,2.0917,0.0000,2.0917,0.7992,1.2925,0.0000,1.2925,-0.0009,1.2934,0.0000,0.0308,1.3527,-0.0902,1.0060,2515.4497,2515.4497,2515.4497,2515.4497,2515.4497 +50.5000,1.0000,49.0206,7.3120,7.3160,-0.0022,0.0000,1,1073.9539,71.4658,492.0639,-71.9206,8.0373,55.3396,-8.0885,-0.0387,2.7415,0.0000,2.7415,5.3346,2.7415,0.6031,0.0000,2.1384,0.0000,2.1384,0.7978,1.3406,0.0000,1.3406,-0.0004,1.3410,0.0000,0.0307,1.3503,-0.0400,1.0171,2525.0343,2525.0343,2525.0343,2525.0343,2525.0343 +51.5000,1.0000,51.0408,7.2730,7.3080,-0.0194,0.0000,1,1068.2257,66.2204,491.0359,-71.5106,7.4077,54.9294,-7.9995,-0.3372,2.4170,0.0000,2.4170,5.3279,2.4170,0.6017,0.0000,1.8153,0.0000,1.8153,0.7935,1.0217,0.0000,1.0217,-0.0035,1.0252,0.0000,0.0302,1.3431,-0.3481,1.0042,2437.5654,2437.5654,2437.5654,2437.5654,2437.5654 +52.5000,1.0000,52.9194,6.7630,7.2380,-0.2639,0.0000,1,993.3192,-7.7330,470.5716,-67.0090,-0.8044,48.9489,-6.9703,-4.2558,-1.8411,0.0000,-1.8411,5.2924,-1.8411,0.5850,0.0000,-2.4260,0.0000,-2.4260,0.7379,-3.1639,0.0000,-3.1639,-0.0440,-3.1199,0.0000,0.0244,1.2490,-4.3933,0.9980,878.2499,878.2499,878.2499,878.2499,878.2499 +53.5000,1.0000,54.6232,6.1335,6.2880,-0.0858,0.0000,1,900.8610,49.5279,390.7691,-72.2980,4.6724,36.8644,-6.8204,-1.2554,0.9977,0.0000,0.9977,4.9301,0.9977,0.4866,0.0000,0.5111,0.0000,0.5111,0.6692,-0.1581,0.0000,-0.1581,-0.0130,-0.1451,0.0000,0.0181,1.1327,-1.2960,0.9676,1669.6514,1669.6514,1669.6514,1669.6514,1669.6514 +54.5000,1.0000,56.2435,5.8330,5.9790,-0.0811,0.0000,1,856.7249,52.3284,410.9004,-75.4417,4.6947,36.8644,-6.7683,-1.1282,1.0072,0.0000,1.0072,4.8157,1.0072,0.4543,0.0000,0.5529,0.0000,0.5529,0.6364,-0.0835,0.0000,-0.0835,-0.0117,-0.0719,0.0000,0.0156,1.0772,-1.1647,0.9628,1696.5807,1696.5807,1696.5807,1696.5807,1696.5807 +55.5000,1.0000,57.8371,5.7370,5.6870,0.0278,0.0000,1,842.6249,86.7992,417.7762,-76.4500,7.6591,36.8644,-6.7459,0.3800,2.5255,0.0000,2.5255,4.7536,2.5255,0.4290,0.0000,2.0965,0.0000,2.0965,0.6260,1.4705,0.0000,1.4705,0.0039,1.4666,0.0000,0.0148,1.0595,0.3923,0.9383,2216.6427,2216.6427,2216.6427,2216.6427,2216.6427 +56.5000,1.0000,59.4224,5.7070,5.7870,-0.0444,0.0000,1,838.2186,64.3747,419.9723,-76.7650,5.6507,36.8644,-6.7383,-0.6048,1.4968,0.0000,1.4968,4.7588,1.4968,0.4362,0.0000,1.0606,0.0000,1.0606,0.6227,0.4379,0.0000,0.4379,-0.0063,0.4441,0.0000,0.0146,1.0539,-0.6244,0.9608,1859.5373,1859.5373,1859.5373,1859.5373,1859.5373 +57.5000,1.0000,60.9322,5.4355,5.6270,-0.1064,0.0000,1,798.3419,46.7991,440.9497,-79.6758,3.9125,36.8644,-6.6611,-1.3790,0.5889,0.0000,0.5889,4.7026,0.5889,0.4172,0.0000,0.1717,0.0000,0.1717,0.5931,-0.4214,0.0000,-0.4214,-0.0143,-0.4071,0.0000,0.0126,1.0038,-1.4235,0.9450,1598.9804,1598.9804,1598.9804,1598.9804,1598.9804 +58.5000,1.0000,62.3318,5.0385,5.2440,-0.1142,0.0000,1,740.0323,51.2950,475.6936,-85.9300,3.9752,36.8644,-6.6592,-1.3717,0.4389,0.0000,0.4389,4.9079,0.4389,0.3788,0.0000,0.0601,0.0000,0.0601,0.5497,-0.4897,0.0000,-0.4897,-0.0142,-0.4755,0.0000,0.0101,0.9305,-1.4160,0.9524,1490.5595,1490.5595,1490.5595,1490.5595,1490.5595 +59.5000,1.0000,63.5126,4.2510,4.8330,-0.3233,0.0000,1,677.1469,25.9512,519.8704,-92.6750,1.8402,36.8644,-6.5716,-1.3599,-1.6648,0.1709,-1.8357,4.8649,-1.8357,0.3267,0.0000,-2.1624,0.0000,-2.1624,0.4638,-2.6262,0.0000,-2.6262,-0.0339,-2.5923,0.0000,0.0061,0.7851,-3.3835,0.9346,1095.4107,1095.4107,1095.4107,1095.4107,1095.4107 +60.5000,1.0000,64.4635,3.4230,3.6690,-0.1367,0.0000,1,644.4444,73.5807,546.2513,-96.1827,4.9657,36.8644,-6.4910,0.0000,0.0747,-0.0058,0.0805,4.8910,0.0805,0.2348,0.0000,-0.1543,0.0000,-0.1543,0.3735,-0.5278,0.0000,-0.5278,-0.0115,-0.5163,0.0000,0.0032,0.6321,-1.1516,0.9318,1537.8092,1537.8092,1537.8092,1537.8092,1537.8092 +61.5000,1.0000,65.2910,2.9790,3.1770,-0.1100,0.0000,1,644.4444,73.5430,546.2513,-96.1827,4.9631,36.8644,-6.4910,0.0000,0.2419,-0.0172,0.2591,4.7213,0.2591,0.1966,0.0000,0.0625,0.0000,0.0625,0.3250,-0.2625,0.0000,-0.2625,-0.0081,-0.2544,0.0000,0.0021,0.5501,-0.8067,0.9434,1537.4356,1537.4356,1537.4356,1537.4356,1537.4356 +62.5000,1.0000,66.0639,2.7825,2.7810,0.0008,0.0000,1,644.4444,84.2218,546.2513,-96.1827,5.6838,36.8644,-6.4910,0.0000,0.9990,0.0005,0.9985,4.6848,0.9985,0.1736,0.0000,0.8249,0.0000,0.8249,0.3036,0.5213,0.0000,0.5213,0.0001,0.5213,0.0000,0.0017,0.5139,0.0057,0.9318,1669.3386,1669.3386,1669.3386,1669.3386,1669.3386 +63.5000,1.0000,66.8740,2.9165,2.7840,0.0736,0.0000,1,644.4444,92.3198,546.2513,-96.1827,6.2303,36.8644,-6.4910,0.0000,1.6424,0.0714,1.5710,4.5879,1.5710,0.1784,0.0000,1.3926,0.0000,1.3926,0.3182,1.0743,0.0000,1.0743,0.0053,1.0690,0.0000,0.0020,0.5386,0.5285,0.9097,1782.3055,1782.3055,1782.3055,1782.3055,1782.3055 +64.5000,1.0000,67.7031,2.9845,3.0490,-0.0358,0.0000,1,644.4444,81.5499,546.2513,-96.1827,5.5035,36.8644,-6.4910,0.0000,0.7871,-0.0174,0.8045,4.7163,0.8045,0.1915,0.0000,0.6130,0.0000,0.6130,0.3256,0.2874,0.0000,0.2874,-0.0026,0.2900,0.0000,0.0021,0.5512,-0.2633,0.9097,1632.0658,1632.0658,1632.0658,1632.0658,1632.0658 +65.5000,1.0000,68.6744,3.4970,2.9200,0.3206,0.0000,1,644.4444,138.4679,546.2513,-96.1827,9.3447,36.8644,-6.4910,0.0000,4.7303,0.6699,4.0603,4.6144,4.0603,0.2424,0.0000,3.8179,0.0000,3.8179,0.3816,3.4364,0.0000,3.4364,0.0276,3.4087,0.0000,0.0034,0.6458,2.7595,0.9208,2324.5164,2324.5164,2324.5164,2324.5164,2324.5164 +66.5000,1.0000,70.0569,4.9770,4.0740,0.5017,0.0000,1,754.0363,229.1237,466.8590,-84.4279,18.0922,36.8644,-6.6666,5.0748,8.3913,0.2564,8.1350,4.6261,8.1350,0.4251,0.0000,7.7099,0.0000,7.7099,0.5729,7.1370,0.0000,7.1370,0.0616,7.0754,0.0000,0.0100,0.9191,6.1463,0.9420,3878.1384,3878.1384,3878.1384,3878.1384,3878.1384 +67.5000,1.0000,71.8329,6.3935,5.8800,0.2853,0.0000,1,939.0487,163.9529,504.7892,-70.1135,16.1226,49.6394,-6.8948,4.3493,6.9504,0.0000,6.9504,4.8229,6.9504,0.5166,0.0000,6.4338,0.0000,6.4338,0.6976,5.7362,0.0000,5.7362,0.0450,5.6913,0.0000,0.0206,1.1807,4.4899,0.9735,3677.6573,3677.6573,3677.6573,3677.6573,3677.6573 +68.5000,1.0000,73.9839,7.7435,6.9070,0.4647,0.0000,1,1137.3306,216.8882,538.4723,-76.0119,25.8316,64.1326,-9.0531,8.5812,12.0398,0.0000,12.0398,5.2106,12.0398,0.7448,0.0000,11.2950,0.0000,11.2950,0.8809,10.4141,0.0000,10.4141,0.0887,10.3254,0.0000,0.0369,1.4300,8.8585,1.0091,5423.3031,5423.3031,5423.3031,5423.3031,5423.3031 +69.5000,1.0000,76.4307,8.8085,8.5800,0.1269,0.0000,1,1293.7531,109.1853,598.8821,-85.3106,14.7926,81.1374,-11.5580,2.6664,6.1784,0.0000,6.1784,5.9477,6.1784,0.7567,0.0000,5.4216,0.0000,5.4216,0.9611,4.4606,0.0000,4.4606,0.0276,4.4330,0.0000,0.0537,1.6267,2.7526,1.0412,3504.7221,3504.7221,3504.7221,3504.7221,3504.7221 +70.5000,1.0000,78.8807,8.8199,9.0370,-0.1206,0.0000,0,1185.1132,-33.7551,542.6237,-78.8623,-4.1892,67.3422,-9.7872,-10.3492,0.0000,0.0000,0.0000,6.1600,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9623,-0.9623,0.0000,-0.9623,-0.0262,-0.9361,0.0000,0.0539,1.6288,-2.6188,1.0198,789.2792,789.2792,789.2792,789.2792,789.2792 +71.5000,1.0000,81.7349,10.2754,10.6730,0.9292,0.0000,2,1020.1890,365.1594,423.3957,-68.0720,39.0114,45.2330,-7.2724,-1.4236,33.2577,0.0000,33.2577,7.1774,27.9648,0.8897,0.0000,27.0751,0.0000,27.0751,1.3502,25.7249,0.0000,25.7249,0.2354,25.4895,0.0000,0.0874,1.8976,23.5044,0.9812,7919.4492,7919.4492,7919.4492,7919.4492,7919.4492 +72.5000,1.0000,85.3884,13.1525,11.9480,0.6692,0.0000,2,1098.0221,363.7844,627.2242,-73.6435,41.8296,72.1211,-8.4679,6.7806,27.1114,0.0000,27.1114,7.9377,27.1114,1.0199,0.0000,26.0915,0.0000,26.0915,1.5998,24.4917,0.0000,24.4917,0.2170,24.2747,0.0000,0.1801,2.4289,21.6657,1.0113,8414.5901,8414.5901,8414.5901,8414.5901,8414.5901 +73.5000,1.0000,89.7401,15.6660,14.3570,0.7272,0.0000,2,1307.8589,391.1289,650.1465,-86.1472,53.5685,89.0432,-11.7986,8.7771,34.7857,0.0000,34.7857,10.0057,34.7857,1.3216,0.0000,33.4642,0.0000,33.4642,1.9414,31.5228,0.0000,31.5228,0.2809,31.2419,0.0000,0.3039,2.8931,28.0449,1.0307,10751.1725,10751.1725,10751.1725,10751.1725,10751.1725 +74.5000,1.0000,94.3918,16.7464,16.9750,-0.1270,0.0000,0,1300.2502,28.5673,685.7656,-85.6959,3.8898,93.3751,-11.6685,-9.3335,0.0000,0.0000,0.0000,13.2233,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.8272,-1.8272,0.0000,-1.8272,-0.0524,-1.7747,0.0000,0.3687,3.0926,-5.2360,1.0425,2146.8676,2146.8676,2146.8676,2146.8676,2146.8676 +75.5000,1.0000,99.3062,17.6916,19.9570,0.6521,0.0000,3,1065.2845,472.2102,472.2102,-71.3000,52.6780,52.6780,-7.9540,-7.7246,42.6842,0.0000,42.6842,17.7184,35.5916,1.0596,0.0000,34.5320,0.0000,34.5320,2.1435,32.3885,0.0000,32.3885,0.2844,32.1040,0.0000,0.4365,3.2672,28.4003,0.9919,10462.2215,10462.2215,10462.2215,10462.2215,10462.2215 +76.5000,1.0000,104.8140,19.8282,21.1840,0.5349,0.0000,3,995.5495,503.7693,691.1497,-66.8814,52.5198,72.0549,-6.9726,2.9555,34.0542,0.0000,34.0542,15.5101,34.0542,1.0930,0.0000,32.9612,0.0000,32.9612,2.3162,30.6450,0.0000,30.6450,0.2615,30.3835,0.0000,0.6133,3.6618,26.1084,0.9869,10492.9393,10492.9393,10492.9393,10492.9393,10492.9393 +77.5000,1.0000,110.6221,20.9090,20.7910,0.0656,0.0000,3,1049.8157,178.8329,686.2098,-70.1927,19.6603,75.4395,-7.7167,0.3820,10.9331,0.0000,10.9331,8.3452,10.9331,0.6649,0.0000,10.2682,0.0000,10.2682,2.2813,7.9869,0.0000,7.9869,0.0338,7.9531,0.0000,0.7175,3.8614,3.3742,0.9998,4230.2153,4230.2153,4230.2153,4230.2153,4230.2153 +78.5000,1.0000,116.7278,21.9805,21.0270,0.5297,0.0000,3,1103.6144,443.3491,547.2807,-74.0007,51.2380,63.2494,-8.5523,3.2446,37.6440,0.0000,37.6440,10.3494,37.6440,1.2342,0.0000,36.4097,0.0000,36.4097,2.5657,33.8440,0.0000,33.8440,0.2871,33.5569,0.0000,0.8351,4.0593,28.6626,1.0242,10174.5795,10174.5795,10174.5795,10174.5795,10174.5795 +79.5000,1.0000,123.4755,24.2920,22.9340,0.7544,0.0000,3,1219.6720,567.5419,676.6778,-80.9170,72.4886,86.4278,-10.3350,5.1070,55.9063,0.0000,55.9063,11.4752,55.9063,1.6795,0.0000,54.2269,0.0000,54.2269,3.0454,51.1815,0.0000,51.1815,0.4518,50.7297,0.0000,1.1286,4.4861,45.1149,1.0399,14326.0792,14326.0792,14326.0792,14326.0792,14326.0792 +80.5000,1.0000,130.9282,26.8295,25.6500,0.6553,0.0000,3,1347.0768,519.6320,742.4202,-88.4731,73.3022,104.7299,-12.4805,4.8991,55.2116,0.0000,55.2116,13.1915,55.2116,1.7598,0.0000,53.4518,0.0000,53.4518,3.2669,50.1850,0.0000,50.1850,0.4335,49.7515,0.0000,1.5188,4.9547,43.2780,1.0819,14465.5802,14465.5802,14465.5802,14465.5802,14465.5802 +81.5000,1.0000,139.0482,29.2320,28.0090,0.6794,0.0000,3,1467.7035,540.8148,745.6094,-95.6272,83.1219,114.5983,-14.6977,5.5346,62.3331,0.0000,62.3331,15.2542,62.3331,1.9976,0.0000,60.3354,0.0000,60.3354,3.5909,56.7446,0.0000,56.7446,0.4897,56.2549,0.0000,1.9640,5.3984,48.8924,1.0894,16310.8411,16310.8411,16310.8411,16310.8411,16310.8411 +82.5000,1.0000,147.4344,30.1905,30.4550,-0.1469,0.0000,0,1439.5974,61.8326,768.9629,-93.9603,9.3215,115.9245,-14.1649,-7.9134,0.0000,0.0000,0.0000,17.2350,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.2940,-3.2940,0.0000,-3.2940,-0.1094,-3.1847,0.0000,2.1600,5.5754,-10.9201,1.0949,3094.4943,3094.4943,3094.4943,3094.4943,3094.4943 +83.5000,1.0000,155.9738,30.7417,33.7350,0.4532,0.0000,4,1187.2758,523.0240,523.0240,-78.9913,65.0282,65.0282,-9.8211,-11.8708,56.4806,0.0000,56.4806,20.4183,47.4758,1.3630,0.0000,46.1128,0.0000,46.1128,3.5163,42.5966,0.0000,42.5966,0.3435,42.2531,0.0000,2.2819,5.6772,34.2939,1.0463,12903.5525,12903.5525,12903.5525,12903.5525,12903.5525 +84.5000,1.0000,165.0040,32.5087,37.5360,0.5285,0.0000,4,1055.3476,741.4030,741.4030,-70.5887,81.9367,81.9367,-7.8012,2.0014,56.8202,0.0000,56.8202,23.1151,56.8202,1.5862,0.0000,55.2340,0.0000,55.2340,3.8154,51.4186,0.0000,51.4186,0.4236,50.9950,0.0000,2.6989,6.0036,42.2926,1.0011,16093.6459,16093.6459,16093.6459,16093.6459,16093.6459 +85.5000,1.0000,174.6102,34.5825,40.6310,0.6236,0.0000,4,1122.6689,800.9483,800.9483,-75.1373,94.1640,94.1640,-8.8336,2.5123,69.3245,0.0000,69.3245,22.3272,69.3245,1.8806,0.0000,67.4439,0.0000,67.4439,4.1891,63.2548,0.0000,63.2548,0.5317,62.7231,0.0000,3.2496,6.3865,53.0869,1.0171,18419.2974,18419.2974,18419.2974,18419.2974,18419.2974 +86.5000,1.0000,184.9137,37.0926,40.7690,0.7709,0.0000,4,1204.1572,830.1503,830.1503,-79.9968,104.6812,104.6812,-10.0875,3.3313,88.9984,0.0000,88.9984,12.3515,88.9984,2.3303,0.0000,86.6681,0.0000,86.6681,4.7081,81.9600,0.0000,81.9600,0.7050,81.2549,0.0000,4.0113,6.8501,70.3936,1.0235,20365.2772,20365.2772,20365.2772,20365.2772,20365.2772 +87.5000,1.0000,195.9809,39.8416,40.2580,0.7563,0.0000,4,1293.4004,801.6877,845.3425,-85.2897,108.5842,114.4971,-11.5520,3.5103,94.8027,0.0000,94.8027,10.2712,94.8027,2.5111,0.0000,92.2916,0.0000,92.2916,5.0450,87.2466,0.0000,87.2466,0.7429,86.5037,0.0000,4.9697,7.3578,74.1762,1.0545,21107.0507,21107.0507,21107.0507,21107.0507,21107.0507 +88.5000,1.0000,207.5457,41.6335,41.2030,0.2392,0.0000,4,1351.5703,389.2020,845.4407,-88.7396,55.0861,119.6604,-12.5599,1.1600,44.1961,0.0000,44.1961,9.7300,44.1961,1.5429,0.0000,42.6532,0.0000,42.6532,4.5425,38.1107,0.0000,38.1107,0.2455,37.8652,0.0000,5.6648,7.6887,24.5117,1.0692,11070.7966,11070.7966,11070.7966,11070.7966,11070.7966 +89.5000,1.0000,219.3535,42.5080,42.0640,0.2467,0.0000,4,1379.9596,393.7304,694.3838,-90.4233,56.8976,100.3447,-13.0670,1.2215,46.1921,0.0000,46.1921,9.4840,46.1921,1.6048,0.0000,44.5873,0.0000,44.5873,4.6380,39.9494,0.0000,39.9494,0.2585,39.6909,0.0000,6.0293,7.8502,25.8113,1.0493,11438.7159,11438.7159,11438.7159,11438.7159,11438.7159 +90.5000,1.0000,231.3949,43.3490,42.9520,0.2206,0.0000,4,1407.2615,374.4176,701.2456,-92.0425,55.1772,103.3412,-13.5641,1.1138,44.4930,0.0000,44.4930,9.5704,44.4930,1.5923,0.0000,42.9008,0.0000,42.9008,4.7297,38.1710,0.0000,38.1710,0.2357,37.9353,0.0000,6.3942,8.0055,23.5357,1.0572,11129.0757,11129.0757,11129.0757,11129.0757,11129.0757 +91.5000,1.0000,243.7346,44.4230,43.7460,0.3761,0.0000,4,1442.1273,496.6922,700.0250,-94.1104,75.0101,105.7172,-14.2125,1.9464,63.6367,0.0000,63.6367,9.4270,63.6367,2.0030,0.0000,61.6337,0.0000,61.6337,5.0061,56.6276,0.0000,56.6276,0.4119,56.2156,0.0000,6.8823,8.2038,41.1295,1.0956,14821.1831,14821.1831,14821.1831,14821.1831,14821.1831 +92.5000,1.0000,256.4704,45.8490,45.1000,0.4161,0.0000,4,1488.4203,529.9510,750.4954,-96.8559,82.6019,116.9775,-15.0966,2.2225,70.8980,0.0000,70.8980,9.4813,70.8980,2.1859,0.0000,68.7121,0.0000,68.7121,5.2433,63.4688,0.0000,63.4688,0.4704,62.9984,0.0000,7.5669,8.4672,46.9644,1.0971,16253.5098,16253.5098,16253.5098,16253.5098,16253.5098 +93.5000,1.0000,269.7288,47.7300,46.5980,0.6289,0.0000,4,1549.4842,701.6697,769.8868,-100.4775,113.8540,124.9231,-16.3036,3.4968,100.6711,0.0000,100.6711,9.6861,100.6711,2.8325,0.0000,97.8386,0.0000,97.8386,5.8530,91.9856,0.0000,91.9856,0.7401,91.2455,0.0000,8.5394,8.8146,73.8915,1.1153,22258.8300,22258.8300,22258.8300,22258.8300,22258.8300 +94.5000,1.0000,283.5592,49.7895,48.8620,0.5153,0.0000,4,1616.3428,615.4694,829.4124,-104.0555,104.1762,140.3888,-17.6127,2.9887,91.2794,0.0000,91.2794,9.9080,91.2794,2.7024,0.0000,88.5770,0.0000,88.5770,5.9033,82.6737,0.0000,82.6737,0.6325,82.0411,0.0000,9.6911,9.1949,63.1551,1.1280,20520.8613,20520.8613,20520.8613,20520.8613,20520.8613 +95.5000,1.0000,297.5481,50.3602,50.7170,-0.1982,0.0000,0,1646.4527,59.1053,810.8932,-105.1278,10.1907,139.8111,-18.1257,0.0000,0.0000,0.0000,0.0000,10.1907,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.4947,-5.4947,0.0000,-5.4947,-0.2461,-5.2486,0.0000,10.0252,9.3003,-24.5741,1.1211,3622.0147,3622.0147,3622.0147,3622.0147,3622.0147 +96.5000,1.0000,311.6299,50.6942,51.2500,0.3838,0.0000,5,1386.7866,553.3760,573.6073,-90.8282,80.3634,83.3015,-13.1904,-22.1141,93.0191,0.0000,93.0191,9.4585,74.5856,0.8599,0.0000,73.7257,0.0000,73.7257,5.7637,67.9620,0.0000,67.9620,0.4797,67.4823,0.0000,10.2274,9.3620,47.8930,1.2063,15764.7839,15764.7839,15764.7839,15764.7839,15764.7839 +97.5000,1.0000,326.1140,52.1430,51.3850,0.4211,0.0000,5,1143.7471,759.0952,790.5226,-76.3947,90.9190,94.6832,-9.1500,1.1678,82.2853,0.0000,82.2853,7.4660,82.2853,0.9198,0.0000,81.3654,0.0000,81.3654,6.0114,75.3540,0.0000,75.3540,0.5414,74.8127,0.0000,11.1299,9.6295,54.0533,1.1382,17742.3399,17742.3399,17742.3399,17742.3399,17742.3399 +98.5000,1.0000,341.0085,53.6200,52.9010,0.3994,0.0000,5,1176.1448,738.4503,824.3175,-78.3273,90.9517,101.5276,-9.6472,1.1391,82.3473,0.0000,82.3473,7.4652,82.3473,0.9424,0.0000,81.4049,0.0000,81.4049,6.1477,75.2572,0.0000,75.2572,0.5281,74.7291,0.0000,12.1023,9.9023,52.7245,1.1361,17739.2366,17739.2366,17739.2366,17739.2366,17739.2366 +99.5000,1.0000,356.3121,55.0930,54.3390,0.4189,0.0000,5,1208.4548,764.6013,817.7400,-80.2517,96.7596,103.4843,-10.1558,1.2274,88.0420,0.0000,88.0420,7.4902,88.0420,0.9936,0.0000,87.0484,0.0000,87.0484,6.3677,80.6807,0.0000,80.6807,0.5690,80.1118,0.0000,13.1275,10.1743,56.8100,1.1579,18843.1619,18843.1619,18843.1619,18843.1619,18843.1619 +100.5000,1.0000,371.9326,56.2340,55.8470,0.2150,0.0000,5,1233.4824,539.5241,832.5022,-81.7361,69.6903,107.5343,-10.5578,0.6430,61.4175,0.0000,61.4175,7.6298,61.4175,0.8783,0.0000,60.5392,0.0000,60.5392,6.1356,54.4036,0.0000,54.4036,0.2981,54.1055,0.0000,13.9582,10.3850,29.7623,1.1797,13796.3210,13796.3210,13796.3210,13796.3210,13796.3210 +101.5000,1.0000,387.8024,57.1310,56.6210,0.2833,0.0000,5,1253.1580,618.3703,738.3260,-82.9030,81.1490,96.8908,-10.8794,0.8609,72.7090,0.0000,72.7090,7.5791,72.7090,0.9490,0.0000,71.7600,0.0000,71.7600,6.3256,65.4344,0.0000,65.4344,0.3991,65.0353,0.0000,14.6373,10.5507,39.8473,1.1613,15928.9700,15928.9700,15928.9700,15928.9700,15928.9700 +102.5000,1.0000,403.9658,58.1885,57.6410,0.3042,0.0000,5,1276.3540,646.7411,773.5904,-84.2787,86.4431,103.3977,-11.2646,0.9413,77.7048,0.0000,77.7048,7.7969,77.7048,0.9910,0.0000,76.7139,0.0000,76.7139,6.4971,70.2168,0.0000,70.2168,0.4364,69.7804,0.0000,15.4654,10.7460,43.5690,1.1951,16902.3884,16902.3884,16902.3884,16902.3884,16902.3884 +103.5000,1.0000,420.4161,59.2210,58.7360,0.2694,0.0000,5,1299.0017,610.8013,787.6277,-85.6219,83.0880,107.1419,-11.6472,0.8487,74.4478,0.0000,74.4478,7.7915,74.4478,0.9915,0.0000,73.4564,0.0000,73.4564,6.5431,66.9133,0.0000,66.9133,0.3934,66.5199,0.0000,16.3030,10.9367,39.2802,1.1102,16306.8277,16306.8277,16306.8277,16306.8277,16306.8277 +104.5000,1.0000,437.1217,60.1400,59.7060,0.2411,0.0000,5,1319.1598,582.9480,775.2293,-86.8174,80.5297,107.0918,-11.9931,0.7712,71.8140,0.0000,71.8140,7.9444,71.8140,0.9934,0.0000,70.8206,0.0000,70.8206,6.5880,64.2326,0.0000,64.2326,0.3575,63.8751,0.0000,17.0735,11.1064,35.6952,1.1851,15800.4820,15800.4820,15800.4820,15800.4820,15800.4820 +105.5000,1.0000,454.0449,60.9235,60.5740,0.1942,0.0000,5,1336.3458,533.7435,766.2589,-87.8367,74.6930,107.2317,-12.2920,0.6291,66.0366,0.0000,66.0366,8.0273,66.0366,0.9775,0.0000,65.0590,0.0000,65.0590,6.6472,58.4118,0.0000,58.4118,0.2916,58.1201,0.0000,17.7492,11.2511,29.1198,1.1775,14720.0801,14720.0801,14720.0801,14720.0801,14720.0801 +106.5000,1.0000,471.1533,61.5905,61.2730,0.1764,0.0000,5,1350.9763,517.0966,748.6295,-88.7044,73.1557,105.9115,-12.5494,0.5778,64.4245,0.0000,64.4245,8.1534,64.4245,0.9807,0.0000,63.4438,0.0000,63.4438,6.7200,56.7238,0.0000,56.7238,0.2678,56.4560,0.0000,18.3385,11.3742,26.7433,1.1958,14438.2457,14438.2457,14438.2457,14438.2457,14438.2457 +107.5000,1.0000,488.4687,62.3355,61.9080,0.2375,0.0000,5,1367.3177,588.0874,743.8878,-89.6736,84.2054,106.5137,-12.8399,0.7874,75.2207,0.0000,75.2207,8.1973,75.2207,1.0473,0.0000,74.1735,0.0000,74.1735,6.8400,67.3335,0.0000,67.3335,0.3650,66.9684,0.0000,19.0124,11.5118,36.4442,1.2006,16486.0758,16486.0758,16486.0758,16486.0758,16486.0758 +108.5000,1.0000,505.9939,63.0905,62.7630,0.1819,0.0000,5,1383.8785,529.3405,773.6917,-90.6557,76.7117,112.1229,-13.1378,0.6105,67.8097,0.0000,67.8097,8.2915,67.8097,1.0231,0.0000,66.7866,0.0000,66.7866,6.8837,59.9029,0.0000,59.9029,0.2830,59.6199,0.0000,19.7113,11.6513,28.2574,1.2054,15079.4820,15079.4820,15079.4820,15079.4820,15079.4820 +109.5000,1.0000,523.6693,63.6315,63.4180,0.1186,0.0000,5,1395.7452,461.0461,753.1409,-91.3595,67.3875,110.0807,-13.3533,0.4014,58.6682,0.0000,58.6682,8.3179,58.6682,0.9867,0.0000,57.6815,0.0000,57.6815,6.9427,50.7388,0.0000,50.7388,0.1861,50.5527,0.0000,20.2224,11.7512,18.5792,1.2368,13381.1688,13381.1688,13381.1688,13381.1688,13381.1688 +110.5000,1.0000,541.3754,63.7420,63.8450,-0.0572,0.0000,5,1398.1690,266.0852,728.3813,-91.5033,38.9591,106.6466,-13.3975,-0.1940,30.8347,0.0000,30.8347,8.3184,30.8347,0.8494,0.0000,29.9853,0.0000,29.9853,6.9548,23.0306,0.0000,23.0306,-0.0899,23.1205,0.0000,20.3277,11.7716,-8.9788,1.2239,8093.9851,8093.9851,8093.9851,8093.9851,8093.9851 +111.5000,1.0000,558.9708,63.3435,63.6390,-0.1642,0.0000,5,1389.4280,145.1828,651.7004,-90.9849,21.1242,94.8228,-13.2383,-0.5531,13.4592,0.0000,13.4592,8.2181,13.4592,0.7557,0.0000,12.7035,0.0000,12.7035,6.9113,5.7922,0.0000,5.7922,-0.2564,6.0486,0.0000,19.9492,11.6980,-25.5986,1.2211,4804.3094,4804.3094,4804.3094,4804.3094,4804.3094 +112.5000,1.0000,576.3994,62.7430,63.0480,-0.1694,0.0000,5,1376.2562,137.0296,600.8217,-90.2037,19.7489,86.5912,-13.0003,-0.5654,12.1256,0.0000,12.1256,8.1887,12.1256,0.7387,0.0000,11.3869,0.0000,11.3869,6.8458,4.5412,0.0000,4.5412,-0.2621,4.8033,0.0000,19.3873,11.5871,-26.1711,1.2311,4526.0410,4526.0410,4526.0410,4526.0410,4526.0410 +113.5000,1.0000,593.6633,62.1500,62.4380,-0.1600,0.0000,5,1363.2488,144.9074,594.1606,-89.4322,20.6868,84.8218,-12.7673,-0.5289,13.1109,0.0000,13.1109,8.1048,13.1109,0.7336,0.0000,12.3774,0.0000,12.3774,6.7811,5.5963,0.0000,5.5963,-0.2452,5.8415,0.0000,18.8427,11.4776,-24.4788,1.2264,4672.4158,4672.4158,4672.4158,4672.4158,4672.4158 +114.5000,1.0000,610.7878,61.6480,61.8620,-0.1189,0.0000,5,1352.2375,187.7992,594.4491,-88.7792,26.5935,84.1775,-12.5717,-0.3898,19.0326,0.0000,19.0326,7.9507,19.0326,0.7547,0.0000,18.2779,0.0000,18.2779,6.7263,11.5516,0.0000,11.5516,-0.1807,11.7323,0.0000,18.3896,11.3849,-18.0422,1.0835,5754.0613,5754.0613,5754.0613,5754.0613,5754.0613 +115.5000,1.0000,627.7921,61.2155,61.4340,-0.1214,0.0000,5,1342.7507,184.2529,609.5806,-88.2165,25.9083,85.7147,-12.4044,-0.3952,18.2574,0.0000,18.2574,8.0461,18.2574,0.7435,0.0000,17.5138,0.0000,17.5138,6.6791,10.8347,0.0000,10.8347,-0.1832,11.0179,0.0000,18.0053,11.3050,-18.2924,1.2293,5615.1402,5615.1402,5615.1402,5615.1402,5615.1402 +116.5000,1.0000,644.6889,60.8285,60.9970,-0.0936,0.0000,5,1334.2619,213.0980,606.0560,-87.7131,29.7748,84.6803,-12.2556,-0.3028,22.1351,0.0000,22.1351,7.9426,22.1351,0.7565,0.0000,21.3786,0.0000,21.3786,6.6369,14.7417,0.0000,14.7417,-0.1404,14.8821,0.0000,17.6659,11.2335,-14.0173,1.1905,6323.6439,6323.6439,6323.6439,6323.6439,6323.6439 +117.5000,1.0000,661.4836,60.4610,60.6600,-0.1106,0.0000,5,1326.2009,192.8561,616.1156,-87.2350,26.7837,85.5658,-12.1151,-0.3555,19.2266,0.0000,19.2266,7.9127,19.2266,0.7358,0.0000,18.4908,0.0000,18.4908,6.5968,11.8940,0.0000,11.8940,-0.1648,12.0588,0.0000,17.3477,11.1657,-16.4545,1.2003,5763.8320,5763.8320,5763.8320,5763.8320,5763.8320 +118.5000,1.0000,678.1289,59.9230,60.2620,-0.1883,0.0000,5,1314.4000,104.5038,605.2212,-86.5351,14.3843,83.3049,-11.9110,-0.6002,7.1003,0.0000,7.1003,7.8842,7.1003,0.6663,0.0000,6.4340,0.0000,6.4340,6.5381,-0.1040,0.0000,-0.1040,-0.2782,0.1742,0.0000,16.8891,11.0663,-27.7811,1.1961,3467.3176,3467.3176,3467.3176,3467.3176,3467.3176 +119.5000,1.0000,694.6086,59.3270,59.5840,-0.1428,0.0000,5,1301.3268,153.1275,564.7711,-85.7598,20.8674,76.9640,-11.6869,-0.4505,13.4468,0.0000,13.4468,7.8711,13.4468,0.6882,0.0000,12.7586,0.0000,12.7586,6.4730,6.2855,0.0000,6.2855,-0.2088,6.4944,0.0000,16.3899,10.9562,-20.8517,1.2041,4648.7503,4648.7503,4648.7503,4648.7503,4648.7503 +120.5000,1.0000,710.9439,58.8070,59.0700,-0.1461,0.0000,5,1289.9207,147.1792,582.6572,-85.0833,19.8810,78.7054,-11.4931,-0.4570,12.5511,0.0000,12.5511,7.7869,12.5511,0.6752,0.0000,11.8759,0.0000,11.8759,6.4163,5.4595,0.0000,5.4595,-0.2118,5.6714,0.0000,15.9627,10.8602,-21.1515,1.2103,4446.4745,4446.4745,4446.4745,4446.4745,4446.4745 +121.5000,1.0000,727.1201,58.2345,58.5440,-0.1719,0.0000,5,1277.3630,115.6802,577.2012,-84.3385,15.4740,77.2094,-11.2816,-0.5325,8.3587,0.0000,8.3587,7.6479,8.3587,0.6450,0.0000,7.7137,0.0000,7.7137,6.3538,1.3598,0.0000,1.3598,-0.2469,1.6067,0.0000,15.5012,10.7545,-24.6489,1.1446,3607.9141,3607.9141,3607.9141,3607.9141,3607.9141 +122.5000,1.0000,743.1492,57.7045,57.9250,-0.1225,0.0000,5,1265.7376,169.0691,560.7061,-83.6490,22.4097,74.3203,-11.0875,-0.3760,15.1291,0.0000,15.1291,7.6565,15.1291,0.6703,0.0000,14.4589,0.0000,14.4589,6.2960,8.1628,0.0000,8.1628,-0.1743,8.3371,0.0000,15.0816,10.6566,-17.4010,1.2198,4885.9950,4885.9950,4885.9950,4885.9950,4885.9950 +123.5000,1.0000,759.0669,57.3040,57.4840,-0.1000,0.0000,5,1256.9527,192.2842,581.8559,-83.1280,25.3099,76.5884,-10.9420,-0.3048,18.0354,0.0000,18.0354,7.5793,18.0354,0.6784,0.0000,17.3570,0.0000,17.3570,6.2523,11.1047,0.0000,11.1047,-0.1413,11.2459,0.0000,14.7696,10.5826,-14.1063,1.1372,5431.2068,5431.2068,5431.2068,5431.2068,5431.2068 +124.5000,1.0000,774.9050,57.0170,57.1240,-0.0594,0.0000,5,1250.6574,236.6287,590.4988,-82.7547,30.9909,77.3368,-10.8383,-0.1803,23.5739,0.0000,23.5739,7.5973,23.5739,0.7015,0.0000,22.8724,0.0000,22.8724,6.2210,16.6514,0.0000,16.6514,-0.0836,16.7349,0.0000,14.5487,10.5296,-8.3434,1.1858,6454.4280,6454.4280,6454.4280,6454.4280,6454.4280 +125.5000,1.0000,790.6349,56.6275,56.9100,-0.1569,0.0000,5,1242.1138,126.7354,608.4413,-82.2480,16.4850,79.1423,-10.6983,-0.4727,9.4168,0.0000,9.4168,7.5408,9.4168,0.6245,0.0000,8.7923,0.0000,8.7923,6.1785,2.6138,0.0000,2.6138,-0.2191,2.8329,0.0000,14.2529,10.4577,-21.8777,1.1701,3777.4977,3777.4977,3777.4977,3777.4977,3777.4977 +126.5000,1.0000,806.1860,55.9840,56.3450,-0.2006,0.0000,5,1227.9987,75.9162,556.8129,-81.4108,9.7625,71.6038,-10.4691,-0.5972,2.9120,0.0000,2.9120,7.4477,2.9120,0.6082,0.0000,2.3037,0.0000,2.3037,6.1083,-3.8046,0.0000,-3.8046,-0.2768,-3.5277,0.0000,13.7728,10.3389,-27.6394,1.1777,2740.2416,2740.2416,2740.2416,2740.2416,2740.2416 +127.5000,1.0000,821.4999,55.1300,55.6230,-0.2739,0.0000,5,1209.2664,-7.5339,529.5927,-80.2999,-0.9541,67.0645,-10.1687,-0.8031,-7.5730,0.0000,-7.5730,7.4220,-7.5730,0.6204,0.0000,-8.1934,0.0000,-8.1934,6.0151,-14.2085,0.0000,-14.2085,-0.3723,-13.8362,0.0000,13.1525,10.1811,-37.1699,1.2096,1339.7443,1339.7443,1339.7443,1339.7443,1339.7443 +128.5000,1.0000,836.5287,54.1040,54.6370,-0.2961,0.0000,5,1186.7613,-36.3608,485.2251,-78.9606,-4.5188,60.3025,-9.8130,-0.8521,-10.8941,0.0000,-10.8941,7.2273,-10.8941,0.6119,0.0000,-11.5060,0.0000,-11.5060,5.9032,-17.4092,0.0000,-17.4092,-0.3950,-17.0142,0.0000,12.4320,9.9917,-39.4379,1.1628,740.2456,740.2456,740.2456,740.2456,740.2456 +129.5000,1.0000,851.2468,52.9850,53.5710,-0.3256,0.0000,5,1162.2162,-72.9920,464.6055,-77.4964,-8.8836,56.5457,-9.4319,-0.9174,-15.0408,0.0000,-15.0408,7.0746,-15.0408,0.6043,0.0000,-15.6451,0.0000,-15.6451,5.7811,-21.4262,0.0000,-21.4262,-0.4253,-21.0009,0.0000,11.6768,9.7850,-42.4627,1.1214,0.0000,0.0000,0.0000,0.0000,0.0000 +130.5000,1.0000,865.5671,51.5530,52.3990,-0.4700,0.0650,5,1130.8056,51.5457,437.7821,-75.6227,6.1039,51.8411,-8.9551,-1.2887,0.5427,0.0000,0.5427,6.8499,0.5427,0.5427,0.0000,0.0000,0.0000,0.0000,5.6248,-5.6248,33.5320,-39.1569,-0.5974,-38.5595,0.8089,10.7570,9.5206,-59.6460,1.0310,2244.3470,2244.3470,2244.3470,2244.3470,2244.3470 +131.5000,1.0000,879.3911,49.7665,50.7070,-0.5225,0.0780,5,1091.6190,50.6729,488.2552,-73.1851,5.7926,55.8144,-8.3661,-1.3830,0.5150,0.0000,0.5150,6.6606,0.5150,0.5150,0.0000,0.0000,0.0000,0.0000,5.4299,-5.4299,39.4163,-44.8463,-0.6411,-44.2052,0.9371,9.6778,9.1906,-64.0107,0.9635,2193.1424,2193.1424,2193.1424,2193.1424,2193.1424 +132.5000,1.0000,892.7597,48.1270,48.8260,-0.3883,0.0780,5,1055.6569,54.8981,478.2593,-70.6109,6.0689,52.8707,-7.8059,-0.9940,0.4902,0.0000,0.4902,6.5727,0.4902,0.4902,0.0000,0.0000,0.0000,0.0000,5.2510,-5.2510,22.6713,-27.9223,-0.4608,-27.4616,0.9062,8.7512,8.8879,-46.0069,1.0012,2191.6262,2191.6262,2191.6262,2191.6262,2191.6262 +133.5000,1.0000,906.0101,47.7015,47.4280,0.1519,0.0130,5,1046.3236,439.8710,477.3167,-69.9428,48.1970,52.2999,-7.6637,0.3855,41.3548,0.0000,41.3548,6.4567,41.3548,0.6507,0.0000,40.7040,0.0000,40.7040,5.2046,35.4994,0.0000,35.4994,0.1787,35.3207,0.1497,8.5196,8.8093,17.8421,0.9643,9653.7842,9653.7842,9653.7842,9653.7842,9653.7842 +134.5000,1.0000,919.3094,47.8775,47.9750,-0.0542,0.0000,5,1050.1841,210.5990,666.8288,-70.2191,23.1606,73.3345,-7.7224,-0.1379,16.7619,0.0000,16.7619,6.5366,16.7619,0.5302,0.0000,16.2317,0.0000,16.2317,5.2238,11.0079,0.0000,11.0079,-0.0639,11.0718,0.0000,8.6140,8.8418,-6.3840,0.9999,4926.4822,4926.4822,4926.4822,4926.4822,4926.4822 +135.5000,1.0000,932.5789,47.7700,47.7800,-0.0056,0.0000,5,1047.8262,264.2186,554.4527,-70.0503,28.9922,60.8390,-7.6865,-0.0141,22.4876,0.0000,22.4876,6.5187,22.4876,0.5574,0.0000,21.9303,0.0000,21.9303,5.2121,16.7182,0.0000,16.7182,-0.0065,16.7248,0.0000,8.5561,8.8219,-0.6533,1.0225,5972.1594,5972.1594,5972.1594,5972.1594,5972.1594 +136.5000,1.0000,945.8690,47.8445,47.7600,0.0469,0.0000,5,1049.4603,322.4356,580.7849,-70.1673,35.4354,63.8278,-7.7113,0.1195,28.8266,0.0000,28.8266,6.4894,28.8266,0.5901,0.0000,28.2365,0.0000,28.2365,5.2202,23.0163,0.0000,23.0163,0.0554,22.9609,0.0000,8.5962,8.8357,5.5290,1.0113,7231.6000,7231.6000,7231.6000,7231.6000,7231.6000 +137.5000,1.0000,959.2231,48.0745,47.9290,0.0808,0.0000,5,1054.5053,360.5493,609.8698,-70.5284,39.8146,67.3464,-7.7883,0.2067,33.1211,0.0000,33.1211,6.4868,33.1211,0.6148,0.0000,32.5062,0.0000,32.5062,5.2453,27.2609,0.0000,27.2609,0.0958,27.1651,0.0000,8.7209,8.8782,9.5661,0.9894,8036.6914,8036.6914,8036.6914,8036.6914,8036.6914 +138.5000,1.0000,972.6968,48.5055,48.2200,0.1586,0.0000,5,1063.9592,448.1417,629.5144,-71.2052,49.9308,70.1389,-7.9335,0.4092,43.0067,0.0000,43.0067,6.5149,43.0067,0.6704,0.0000,42.3364,0.0000,42.3364,5.2923,37.0441,0.0000,37.0441,0.1897,36.8544,0.0000,8.9577,8.9578,18.9389,0.9685,9955.8679,9955.8679,9955.8679,9955.8679,9955.8679 +139.5000,1.0000,986.3544,49.1675,48.7910,0.2092,0.0000,5,1078.4801,506.2820,673.3347,-72.2446,57.1786,76.0452,-8.1592,0.5470,50.0593,0.0000,50.0593,6.5723,50.0593,0.7151,0.0000,49.3442,0.0000,49.3442,5.3646,43.9796,0.0000,43.9796,0.2536,43.7261,0.0000,9.3298,9.0800,25.3163,0.9951,11397.0075,11397.0075,11397.0075,11397.0075,11397.0075 +140.5000,1.0000,1000.2385,49.9825,49.5440,0.2436,0.0000,5,1096.3569,546.8813,703.1807,-73.5243,62.7876,80.7323,-8.4413,0.6476,55.5139,0.0000,55.5139,6.6260,55.5139,0.7541,0.0000,54.7598,0.0000,54.7598,5.4535,49.3063,0.0000,49.3063,0.3002,49.0061,0.0000,9.8016,9.2305,29.9740,0.9993,12403.6149,12403.6149,12403.6149,12403.6149,12403.6149 +141.5000,1.0000,1014.3733,50.8855,50.4210,0.2581,0.0000,5,1116.1641,565.8138,724.4926,-74.7493,66.1348,84.6819,-8.7370,0.6984,58.7239,0.0000,58.7239,6.7126,58.7239,0.7834,0.0000,57.9405,0.0000,57.9405,5.5520,52.3885,0.0000,52.3885,0.3237,52.0647,0.0000,10.3426,9.3973,32.3248,1.0156,13077.0232,13077.0232,13077.0232,13077.0232,13077.0232 +142.5000,1.0000,1028.8293,52.0415,51.3500,0.3842,0.0000,5,1141.5207,711.6315,735.1855,-76.2619,85.0683,87.8839,-9.1163,1.0633,77.2026,0.0000,77.2026,6.8024,77.2026,0.8929,0.0000,76.3097,0.0000,76.3097,5.9262,70.3835,0.0000,70.3835,0.4929,69.8905,0.0000,11.0646,9.6108,49.2151,1.0101,16638.2387,16638.2387,16638.2387,16638.2387,16638.2387 +143.5000,1.0000,1043.7075,53.5617,52.7330,0.4604,0.0000,5,1174.8650,802.7609,802.7609,-78.2509,98.7649,98.7649,-9.6273,1.3114,90.5089,0.0000,90.5089,6.9446,90.5089,0.9823,0.0000,89.5266,0.0000,89.5266,6.2642,83.2624,0.0000,83.2624,0.6079,82.6545,0.0000,12.0636,9.8915,60.6994,1.0177,19244.8610,19244.8610,19244.8610,19244.8610,19244.8610 +144.5000,1.0000,1059.0547,55.2500,54.6880,0.4776,0.0000,5,1211.8975,844.6116,844.6116,-80.4559,107.1893,107.1893,-10.2106,1.4033,96.5973,0.0000,96.5973,9.1887,96.5973,1.0388,0.0000,95.5585,0.0000,95.5585,6.5098,89.0487,0.0000,89.0487,0.6505,88.3982,0.0000,13.2407,10.2033,64.9542,1.0517,20839.3193,20839.3193,20839.3193,20839.3193,20839.3193 +145.5000,1.0000,1074.8546,56.8793,56.5750,0.4276,0.0000,5,1247.6369,793.3847,864.3630,-82.5755,103.6575,112.9310,-10.7887,1.2936,93.0767,0.0000,93.0767,9.2872,93.0767,1.0468,0.0000,92.0299,0.0000,92.0299,6.6065,85.4234,0.0000,85.4234,0.5997,84.8237,0.0000,14.4462,10.5042,59.8733,1.0454,20161.8779,20161.8779,20161.8779,20161.8779,20161.8779 +146.5000,1.0000,1091.0002,58.1245,57.6490,0.2642,0.0000,5,1274.9502,612.9596,846.1206,-84.1954,81.8378,112.9676,-11.2411,0.8166,71.6858,0.0000,71.6858,9.3353,71.6858,0.9598,0.0000,70.7260,0.0000,70.7260,6.4014,64.3246,0.0000,64.3246,0.3786,63.9460,0.0000,15.4141,10.7342,37.7978,1.0508,16054.9096,16054.9096,16054.9096,16054.9096,16054.9096 +147.5000,1.0000,1107.3755,58.9510,58.6000,0.1950,0.0000,5,1293.0793,538.8837,773.9576,-85.2706,72.9708,104.8023,-11.5466,0.6114,62.9100,0.0000,62.9100,9.4493,62.9100,0.9294,0.0000,61.9807,0.0000,61.9807,6.4320,55.5487,0.0000,55.5487,0.2834,55.2653,0.0000,16.0805,10.8868,28.2980,1.0411,14430.9747,14430.9747,14430.9747,14430.9747,14430.9747 +148.5000,1.0000,1123.8861,59.4380,59.3020,0.0756,0.0000,5,1303.7616,408.3070,745.5966,-85.9042,55.7460,101.7960,-11.7285,0.2388,45.9621,0.0000,45.9621,9.5451,45.9621,0.8526,0.0000,45.1095,0.0000,45.1095,6.4852,38.6243,0.0000,38.6243,0.1107,38.5136,0.0000,16.4818,10.9767,11.0550,1.0565,11174.8015,11174.8015,11174.8015,11174.8015,11174.8015 +149.5000,1.0000,1140.4671,59.6915,59.5740,0.0653,0.0000,5,1309.3221,397.5330,692.7452,-86.2340,54.5065,94.9836,-11.8237,0.2072,44.7688,0.0000,44.7688,9.5305,44.7688,0.8508,0.0000,43.9180,0.0000,43.9180,6.5128,37.4052,0.0000,37.4052,0.0961,37.3091,0.0000,16.6936,11.0235,9.5920,1.0576,10937.9982,10937.9982,10937.9982,10937.9982,10937.9982 +150.5000,1.0000,1157.0855,59.8265,59.8090,0.0097,0.0000,5,1312.2833,336.6870,689.0697,-86.4096,46.2682,94.6933,-11.8746,0.0309,36.6416,0.0000,36.6416,9.5957,36.6416,0.8124,0.0000,35.8292,0.0000,35.8292,6.5275,29.3017,0.0000,29.3017,0.0143,29.2874,0.0000,16.8071,11.0485,1.4318,1.0718,9387.3825,9387.3825,9387.3825,9387.3825,9387.3825 +151.5000,1.0000,1173.6772,59.7300,59.8440,-0.0633,0.0000,5,1310.1666,239.9185,663.8896,-86.2840,32.9169,91.0859,-11.8382,-0.2012,25.6238,0.0000,25.6238,7.4943,25.6238,0.7557,0.0000,24.8681,0.0000,24.8681,6.5170,18.3511,0.0000,18.3511,-0.0933,18.4443,0.0000,16.7259,11.0307,-9.3122,1.0712,6889.9232,6889.9232,6889.9232,6889.9232,6889.9232 +152.5000,1.0000,1190.2190,59.5505,59.6160,-0.0364,0.0000,5,1306.2293,269.2694,622.6708,-86.0505,36.8328,85.1739,-11.7707,-0.1152,29.4546,0.0000,29.4546,7.4935,29.4546,0.7719,0.0000,28.6827,0.0000,28.6827,6.4974,22.1852,0.0000,22.1852,-0.0534,22.2387,0.0000,16.5755,10.9975,-5.3344,1.0570,7616.4019,7616.4019,7616.4019,7616.4019,7616.4019 +153.5000,1.0000,1206.7211,59.4075,59.4850,-0.0431,0.0000,5,1303.0926,261.3404,634.3125,-85.8645,35.6624,86.5580,-11.7170,-0.1360,28.3136,0.0000,28.3136,7.4848,28.3136,0.7638,0.0000,27.5498,0.0000,27.5498,6.4818,21.0679,0.0000,21.0679,-0.0631,21.1310,0.0000,16.4564,10.9711,-6.2965,1.0697,7400.1539,7400.1539,7400.1539,7400.1539,7400.1539 +154.5000,1.0000,1223.1497,59.1430,59.3300,-0.1039,0.0000,5,1297.2908,192.8275,630.0151,-85.5204,26.1960,85.5888,-11.6181,-0.3268,19.0494,0.0000,19.0494,7.4734,19.0494,0.7132,0.0000,18.3362,0.0000,18.3362,6.4530,11.8833,0.0000,11.8833,-0.1515,12.0348,0.0000,16.2377,10.9222,-15.1252,1.0553,5634.1165,5634.1165,5634.1165,5634.1165,5634.1165 +155.5000,1.0000,1239.4708,58.7560,58.9560,-0.1111,0.0000,5,1288.8020,183.1948,599.2268,-85.0170,24.7245,80.8735,-11.4741,-0.3472,17.6507,0.0000,17.6507,7.4211,17.6507,0.6999,0.0000,16.9508,0.0000,16.9508,6.4107,10.5400,0.0000,10.5400,-0.1610,10.7010,0.0000,15.9211,10.8508,-16.0709,1.0536,5350.9810,5350.9810,5350.9810,5350.9810,5350.9810 +156.5000,1.0000,1255.6689,58.3130,58.5560,-0.1350,0.0000,5,1279.0849,155.1798,592.9967,-84.4406,20.7856,79.4292,-11.3104,-0.4187,13.7956,0.0000,13.7956,7.4087,13.7956,0.6734,0.0000,13.1222,0.0000,13.1222,6.3624,6.7598,0.0000,6.7598,-0.1941,6.9539,0.0000,15.5638,10.7690,-19.3789,1.0650,4597.7498,4597.7498,4597.7498,4597.7498,4597.7498 +157.5000,1.0000,1271.7071,57.7375,58.0700,-0.1847,0.0000,5,1266.4614,97.5816,578.1515,-83.6920,12.9416,76.6765,-11.0995,-0.5672,6.1819,0.0000,6.1819,7.3270,6.1819,0.6294,0.0000,5.5524,0.0000,5.5524,6.2996,-0.7472,0.0000,-0.7472,-0.2630,-0.4842,0.0000,15.1077,10.6627,-26.2547,1.0625,3182.7124,3182.7124,3182.7124,3182.7124,3182.7124 +158.5000,1.0000,1287.5104,56.8920,57.4050,-0.2850,0.0000,5,1247.9155,-15.9973,548.6766,-82.5921,-2.0906,71.7018,-10.7932,-0.8623,-8.4936,0.0000,-8.4936,7.2654,-8.4936,0.6519,0.0000,-9.1455,0.0000,-9.1455,6.2074,-15.3528,0.0000,-15.3528,-0.3998,-14.9531,0.0000,14.4544,10.5065,-39.9140,1.0588,1258.0693,1258.0693,1258.0693,1258.0693,1258.0693 +159.5000,1.0000,1303.0437,55.9200,56.3790,-0.2550,0.0000,5,1226.5949,13.3907,492.3406,-81.3276,1.7200,63.2405,-10.4464,-0.7584,-4.6735,0.0000,-4.6735,7.1519,-4.6735,0.6261,0.0000,-5.2997,0.0000,-5.2997,6.1013,-11.4010,0.0000,-11.4010,-0.3516,-11.0494,0.0000,13.7259,10.3270,-35.1024,1.0413,1738.4272,1738.4272,1738.4272,1738.4272,1738.4272 +160.5000,1.0000,1318.3026,54.9320,55.4610,-0.2939,0.0000,5,1204.9233,-32.9041,499.9646,-80.0423,-4.1518,63.0852,-10.0997,-0.8586,-10.3652,0.0000,-10.3652,7.0720,-10.3652,0.6241,0.0000,-10.9893,0.0000,-10.9893,5.9935,-16.9829,0.0000,-16.9829,-0.3980,-16.5848,0.0000,13.0115,10.1446,-39.7409,1.0370,834.0798,834.0798,834.0798,834.0798,834.0798 +161.5000,1.0000,1333.1801,53.5590,54.4030,-0.4689,0.0440,5,1174.8068,50.1245,469.8289,-78.2475,6.1666,57.8009,-9.6264,-1.3356,0.5745,0.0000,0.5745,6.9278,0.5745,0.5745,0.0000,0.0000,0.0000,0.0000,5.8437,-5.8437,34.0740,-39.9177,-0.6192,-39.2985,0.5689,12.0619,9.8910,-61.8204,1.0177,2250.4859,2250.4859,2250.4859,2250.4859,2250.4859 +162.5000,1.0000,1347.5169,51.6125,52.7150,-0.6125,0.2960,5,1132.1107,48.1013,497.9892,-75.7005,5.7026,59.0388,-8.9746,-1.6813,0.5436,0.0000,0.5436,6.8403,0.5436,0.5436,0.0000,0.0000,0.0000,0.0000,5.6313,-5.6313,48.9521,-54.5834,-0.7794,-53.8040,3.6880,10.7963,9.5315,-77.8198,1.0194,2190.2295,2190.2295,2190.2295,2190.2295,2190.2295 +163.5000,1.0000,1361.2847,49.5640,50.5100,-0.5256,0.8280,5,1087.1772,50.7402,485.4665,-72.8672,5.7767,55.2698,-8.2959,-1.3854,0.5119,0.0000,0.5119,6.6502,0.5119,0.5119,0.0000,0.0000,0.0000,0.0000,5.4078,-5.4078,30.7375,-36.1454,-0.6422,-35.5031,9.9068,9.5602,9.1529,-64.1231,1.0318,2184.1991,2184.1991,2184.1991,2184.1991,2184.1991 +164.5000,1.0000,1374.4819,47.5100,48.6180,-0.6156,0.9200,5,1042.1231,49.6148,475.0257,-69.6421,5.4145,51.8400,-7.6001,-1.5554,0.4810,0.0000,0.4810,6.4889,0.4810,0.4810,0.0000,0.0000,0.0000,0.0000,5.1837,-5.1837,39.7823,-44.9660,-0.7210,-44.2450,10.5513,8.4217,8.7736,-71.9916,0.9980,2058.6742,2058.6742,2058.6742,2058.6742,2058.6742 +165.5000,1.0000,1387.1158,45.4820,46.4020,-0.5111,0.6230,5,997.6393,53.0784,462.7640,-66.7619,5.5452,48.3461,-6.9748,-1.2363,0.4513,0.0000,0.4513,6.3303,0.4513,0.4513,0.0000,0.0000,0.0000,0.0000,4.9624,-4.9624,30.2084,-35.1708,-0.5731,-34.5977,6.8402,7.3877,8.3992,-57.2248,0.9990,2021.3729,2021.3729,2021.3729,2021.3729,2021.3729 +166.5000,1.0000,1399.3539,44.0570,44.5620,-0.2806,0.2700,5,966.3822,-22.1483,449.9353,-68.5499,-2.2414,45.5331,-6.9372,-0.6574,-7.7529,0.0000,-7.7529,6.1689,-7.7529,0.4513,0.0000,-8.2043,0.0000,-8.2043,4.8070,-13.0113,0.0000,-13.0113,-0.3047,-12.7065,2.8716,6.7129,8.1362,-30.4273,0.9800,630.8574,630.8574,630.8574,630.8574,630.8574 +167.5000,1.0000,1411.4034,43.3785,43.5520,-0.0964,0.0350,5,951.4994,154.7271,403.3674,-69.4013,15.4171,40.1918,-6.9152,-0.2224,9.5542,0.0000,9.5542,6.0854,9.5542,0.4328,0.0000,9.1214,0.0000,9.1214,4.7329,4.3884,0.0000,4.3884,-0.1031,4.4915,0.3665,6.4068,8.0109,-10.2927,0.9765,3585.6356,3585.6356,3585.6356,3585.6356,3585.6356 +168.5000,1.0000,1423.3386,42.9665,43.2050,-0.1325,0.0000,5,942.4623,110.0158,491.8036,-69.9183,10.8579,48.5383,-6.9005,-0.3028,5.0992,0.0000,5.0992,6.0615,5.0992,0.4051,0.0000,4.6941,0.0000,4.6941,4.6880,0.0061,0.0000,0.0061,-0.1404,0.1465,0.0000,6.2261,7.9348,-14.0144,0.9743,2894.3211,2894.3211,2894.3211,2894.3211,2894.3211 +169.5000,1.0000,1435.1784,42.6235,42.7280,-0.0581,0.0000,5,934.9386,191.6128,465.1080,-70.3486,18.7601,45.5371,-6.8876,-0.1316,12.8871,0.0000,12.8871,6.0046,12.8871,0.4395,0.0000,12.4476,0.0000,12.4476,4.6506,7.7970,0.0000,7.7970,-0.0610,7.8580,0.0000,6.0780,7.8715,-6.0915,0.9846,4094.7255,4094.7255,4094.7255,4094.7255,4094.7255 +170.5000,1.0000,1446.9243,42.2850,42.5190,-0.1300,0.0000,5,927.5137,111.0017,504.8541,-70.7734,10.7815,49.0360,-6.8741,-0.2924,5.0858,0.0000,5.0858,5.9880,5.0858,0.3961,0.0000,4.6897,0.0000,4.6897,4.6136,0.0760,0.0000,0.0760,-0.1355,0.2116,0.0000,5.9345,7.8090,-13.5319,0.9831,2863.4072,2863.4072,2863.4072,2863.4072,2863.4072 +171.5000,1.0000,1458.5782,41.9540,42.0510,-0.0539,0.0000,5,920.2533,194.5115,459.4053,-71.1887,18.7448,44.2723,-6.8604,-0.1202,12.9313,0.0000,12.9313,5.9338,12.9313,0.4311,0.0000,12.5002,0.0000,12.5002,4.5775,7.9227,0.0000,7.9227,-0.0557,7.9785,0.0000,5.7961,7.7479,-5.5655,0.9816,4077.8520,4077.8520,4077.8520,4077.8520,4077.8520 +172.5000,1.0000,1470.2332,41.9580,41.8570,0.0561,0.0000,5,920.3410,316.4719,502.6663,-71.1837,30.5009,48.4459,-6.8605,0.1252,24.4666,0.0000,24.4666,5.9090,24.4666,0.4888,0.0000,23.9779,0.0000,23.9779,4.5779,19.3999,0.0000,19.3999,0.0580,19.3419,0.0000,5.7977,7.7486,5.7955,0.9697,6275.7834,6275.7834,6275.7834,6275.7834,6275.7834 +173.5000,1.0000,1481.9387,42.1400,42.0590,0.0450,0.0000,5,924.3331,304.5977,567.2684,-70.9553,29.4838,54.9093,-6.8682,0.1009,23.4544,0.0000,23.4544,5.9286,23.4544,0.4861,0.0000,22.9683,0.0000,22.9683,4.5978,18.3705,0.0000,18.3705,0.0468,18.3238,0.0000,5.8735,7.7822,4.6681,0.9702,6111.5993,6111.5993,6111.5993,6111.5993,6111.5993 +174.5000,1.0000,1493.6718,42.2390,42.2210,0.0100,0.0000,5,926.5047,266.0939,562.2303,-70.8311,25.8173,54.5495,-6.8723,0.0225,19.8436,0.0000,19.8436,5.9513,19.8436,0.4693,0.0000,19.3743,0.0000,19.3743,4.6086,14.7657,0.0000,14.7657,0.0104,14.7552,0.0000,5.9150,7.8005,1.0398,0.9952,5383.9958,5383.9958,5383.9958,5383.9958,5383.9958 +175.5000,1.0000,1505.4655,42.4575,42.2570,0.1114,0.0000,5,931.2974,378.9136,543.6606,-70.5569,36.9536,53.0206,-6.8811,0.2515,30.7660,0.0000,30.7660,5.9361,30.7660,0.5268,0.0000,30.2392,0.0000,30.2392,4.6324,25.6068,0.0000,25.6068,0.1166,25.4902,0.0000,6.0074,7.8409,11.6419,0.9717,7525.1156,7525.1156,7525.1156,7525.1156,7525.1156 +176.5000,1.0000,1517.3901,42.9285,42.6580,0.1503,0.0000,5,941.6287,422.9109,604.7466,-69.9659,41.7020,59.6323,-6.8991,0.3431,35.4172,0.0000,35.4172,5.9417,35.4172,0.5562,0.0000,34.8611,0.0000,34.8611,4.6838,30.1772,0.0000,30.1772,0.1591,30.0182,0.0000,6.2096,7.9278,15.8807,0.9741,8402.6046,8402.6046,8402.6046,8402.6046,8402.6046 +177.5000,1.0000,1529.5215,43.6730,43.1990,0.2633,0.0000,5,957.9592,550.3212,631.8825,-69.0318,55.2067,63.3887,-6.9251,0.6117,48.5952,0.0000,48.5952,5.9999,48.5952,0.6319,0.0000,47.9633,0.0000,47.9633,4.7651,43.1983,0.0000,43.1983,0.2835,42.9147,0.0000,6.5388,8.0653,28.3105,0.9780,10968.8062,10968.8062,10968.8062,10968.8062,10968.8062 +178.5000,1.0000,1541.8830,44.5015,44.1470,0.1969,0.0000,5,976.1322,478.7562,702.0481,-67.9922,48.9386,71.7636,-6.9502,0.4661,42.3944,0.0000,42.3944,6.0781,42.3944,0.6119,0.0000,41.7824,0.0000,41.7824,4.8555,36.9270,0.0000,36.9270,0.2161,36.7109,0.0000,6.9177,8.2183,21.5748,0.9939,9818.7310,9818.7310,9818.7310,9818.7310,9818.7310 +179.5000,1.0000,1554.4362,45.1915,44.8560,0.1864,0.0000,5,991.2672,468.9939,672.4753,-67.1264,48.6840,69.8065,-6.9681,0.4480,42.0834,0.0000,42.0834,6.1526,42.0834,0.6197,0.0000,41.4637,0.0000,41.4637,4.9307,36.5330,0.0000,36.5330,0.2077,36.3253,0.0000,7.2444,8.3458,20.7351,0.9975,9775.5157,9775.5157,9775.5157,9775.5157,9775.5157 +180.5000,1.0000,1567.2065,45.9730,45.5270,0.2478,0.0000,5,1008.4093,539.2039,671.6529,-67.2288,56.9401,70.9268,-7.0994,0.6058,50.1257,0.0000,50.1257,6.2086,50.1257,0.6706,0.0000,49.4551,0.0000,49.4551,5.0160,44.4391,0.0000,44.4391,0.2808,44.1583,0.0000,7.6271,8.4901,28.0411,1.0016,11354.0623,11354.0623,11354.0623,11354.0623,11354.0623 +181.5000,1.0000,1580.2529,46.9670,46.4190,0.3044,0.0000,5,1030.2125,605.0828,708.1642,-68.7895,65.2785,76.3993,-7.4213,0.7605,58.2615,0.0000,58.2615,6.2565,58.2615,0.7250,0.0000,57.5365,0.0000,57.5365,5.1784,52.3581,0.0000,52.3581,0.3525,52.0056,0.0000,8.1330,8.6736,35.1990,0.9952,12968.4123,12968.4123,12968.4123,12968.4123,12968.4123 +182.5000,1.0000,1593.5965,48.0370,47.5150,0.2900,0.0000,5,1053.6828,592.1555,742.7678,-70.4696,65.3393,81.9580,-7.7757,0.7409,58.2247,0.0000,58.2247,6.3737,58.2247,0.7398,0.0000,57.4849,0.0000,57.4849,5.2759,52.2089,0.0000,52.2089,0.3435,51.8655,0.0000,8.7014,8.8712,34.2928,1.0123,12959.5449,12959.5449,12959.5449,12959.5449,12959.5449 +183.5000,1.0000,1607.2119,49.0155,48.5590,0.2536,0.0000,5,1075.1460,554.1400,739.9671,-72.0060,62.3901,83.3122,-8.1071,0.6611,55.2899,0.0000,55.2899,6.4390,55.2899,0.7391,0.0000,54.5508,0.0000,54.5508,5.3480,49.2029,0.0000,49.2029,0.3065,48.8964,0.0000,9.2438,9.0520,30.6007,1.0058,12335.6072,12335.6072,12335.6072,12335.6072,12335.6072 +184.5000,1.0000,1621.1046,50.0135,49.4720,0.3008,0.0000,5,1097.0369,611.5490,724.9264,-73.5730,70.2556,83.2806,-8.4522,0.8002,62.7811,0.0000,62.7811,6.6744,62.7811,0.7909,0.0000,61.9902,0.0000,61.9902,5.5251,56.4650,0.0000,56.4650,0.3709,56.0941,0.0000,9.8203,9.2363,37.0376,1.1270,13899.6084,13899.6084,13899.6084,13899.6084,13899.6084 +185.5000,1.0000,1635.2098,50.7790,50.5550,0.1244,0.0000,5,1113.8280,416.8950,755.2097,-74.6099,48.6266,88.0875,-8.7025,0.3361,41.6028,0.0000,41.6028,6.6877,41.6028,0.6962,0.0000,40.9066,0.0000,40.9066,5.5404,35.3662,0.0000,35.3662,0.1558,35.2104,0.0000,10.2771,9.3776,15.5557,1.1308,9734.3351,9734.3351,9734.3351,9734.3351,9734.3351 +186.5000,1.0000,1649.3975,51.0755,51.0030,0.0403,0.0000,5,1120.3317,324.4917,666.8308,-74.9979,38.0696,78.2332,-8.7988,0.1094,31.2267,0.0000,31.2267,6.7335,31.2267,0.6487,0.0000,30.5780,0.0000,30.5780,5.5727,25.0053,0.0000,25.0053,0.0507,24.9546,0.0000,10.4580,9.4324,5.0642,1.1210,7708.8640,7708.8640,7708.8640,7708.8640,7708.8640 +187.5000,1.0000,1663.6232,51.2125,51.1480,0.0358,0.0000,5,1123.3368,319.9036,624.3007,-75.1772,37.6320,73.4400,-8.8435,0.0976,30.7990,0.0000,30.7990,6.7354,30.7990,0.6486,0.0000,30.1505,0.0000,30.1505,5.5877,24.5628,0.0000,24.5628,0.0452,24.5175,0.0000,10.5424,9.4577,4.5174,1.1329,7634.1455,7634.1455,7634.1455,7634.1455,7634.1455 +188.5000,1.0000,1677.8300,51.1445,51.2770,-0.0736,0.0000,5,1121.8452,198.5279,622.4689,-75.0882,23.3229,73.1272,-8.8213,-0.2002,16.7427,0.0000,16.7427,6.7805,16.7427,0.5773,0.0000,16.1654,0.0000,16.1654,5.5803,10.5851,0.0000,10.5851,-0.0928,10.6779,0.0000,10.5005,9.4451,-9.2677,1.1326,4990.6978,4990.6978,4990.6978,4990.6978,4990.6978 +189.5000,1.0000,1691.9776,50.9315,51.0120,-0.0447,0.0000,5,1117.1731,230.0128,564.1596,-74.8095,26.9092,66.0011,-8.7520,-0.1211,20.2611,0.0000,20.2611,6.7693,20.2611,0.5917,0.0000,19.6694,0.0000,19.6694,5.5570,14.1123,0.0000,14.1123,-0.0562,14.1685,0.0000,10.3698,9.4058,-5.6071,1.1315,5595.4529,5595.4529,5595.4529,5595.4529,5595.4529 +190.5000,1.0000,1706.0665,50.7200,50.8510,-0.0728,0.0000,5,1112.5339,198.5390,578.2240,-74.5327,23.1306,67.3656,-8.6834,-0.1963,16.5342,0.0000,16.5342,6.7928,16.5342,0.5700,0.0000,15.9642,0.0000,15.9642,5.5340,10.4302,0.0000,10.4302,-0.0910,10.5212,0.0000,10.2412,9.3667,-9.0867,1.1540,4951.0993,4951.0993,4951.0993,4951.0993,4951.0993 +191.5000,1.0000,1720.0848,50.4660,50.5890,-0.0683,0.0000,5,1106.9624,202.3936,562.0707,-74.2004,23.4616,65.1557,-8.6014,-0.1834,16.9082,0.0000,16.9082,6.7368,16.9082,0.5681,0.0000,16.3401,0.0000,16.3401,5.5062,10.8338,0.0000,10.8338,-0.0850,10.9189,0.0000,10.0881,9.3198,-8.4891,1.1527,5007.9284,5007.9284,5007.9284,5007.9284,5007.9284 +192.5000,1.0000,1734.0008,50.0975,50.3430,-0.1364,0.0000,5,1098.8794,124.9622,562.4243,-73.7049,14.3800,64.7206,-8.4815,-0.3634,8.1171,0.0000,8.1171,6.6262,8.1171,0.5188,0.0000,7.5983,0.0000,7.5983,5.4660,2.1323,0.0000,2.1323,-0.1685,2.3008,0.0000,9.8689,9.2518,-16.8199,1.0587,3388.9229,3388.9229,3388.9229,3388.9229,3388.9229 +193.5000,1.0000,1747.6994,49.3150,49.8520,-0.2983,0.0000,5,1081.7154,-55.3891,521.2267,-72.4762,-6.2743,59.0430,-8.2099,-0.7825,-12.1373,0.0000,-12.1373,6.6455,-12.1373,0.5397,0.0000,-12.6771,0.0000,-12.6771,5.3807,-18.0577,0.0000,-18.0577,-0.3627,-17.6950,0.0000,9.4145,9.1073,-36.2168,1.1470,244.7705,244.7705,244.7705,244.7705,244.7705 +194.5000,1.0000,1760.9796,47.8085,48.7780,-0.5386,0.0000,5,1048.6706,51.4324,422.4736,-70.1108,5.6481,46.3946,-7.6993,-1.3695,0.4854,0.0000,0.4854,6.5322,0.4854,0.4854,0.0000,0.0000,0.0000,0.0000,5.2163,-5.2163,41.3976,-46.6139,-0.6349,-45.9790,0.0000,8.5803,8.8290,-63.3884,1.0924,2108.7739,2108.7739,2108.7739,2108.7739,2108.7739 +195.5000,1.0000,1773.7815,46.0870,46.8390,-0.4178,0.0720,5,1010.9099,56.8894,467.3406,-67.4078,6.0224,49.4737,-7.1359,-1.0240,0.4600,0.0000,0.4600,6.5864,0.4600,0.4600,0.0000,0.0000,0.0000,0.0000,5.0285,-5.0285,25.8460,-30.8744,-0.4747,-30.3997,0.8011,7.6853,8.5111,-47.3972,1.1308,2126.8368,2126.8368,2126.8368,2126.8368,2126.8368 +196.5000,1.0000,1786.1240,44.4330,45.3350,-0.5011,0.0870,5,974.6297,54.5627,455.8265,-68.0781,5.5688,46.5230,-6.9483,-1.1842,0.4362,0.0000,0.4362,6.3168,0.4362,0.4362,0.0000,0.0000,0.0000,0.0000,4.8480,-4.8480,34.4850,-39.3330,-0.5490,-38.7841,0.9332,6.8882,8.2057,-54.8111,1.1234,1982.5423,1982.5423,1982.5423,1982.5423,1982.5423 +197.5000,1.0000,1798.0743,43.0210,43.5310,-0.2833,0.0870,5,943.6577,-46.6219,440.5855,-69.8499,-4.6072,43.5385,-6.9025,-0.6483,-10.0711,0.0000,-10.0711,6.1122,-10.0711,0.4425,0.0000,-10.5136,0.0000,-10.5136,4.6939,-15.2075,0.0000,-15.2075,-0.3005,-14.9070,0.9035,6.2505,7.9449,-30.0060,1.0723,225.5422,225.5422,225.5422,225.5422,225.5422 +198.5000,1.0000,1809.8311,42.3245,42.5110,-0.1036,0.0150,5,928.3801,142.5222,379.7914,-70.7238,13.8560,36.9232,-6.8758,-0.2332,8.0468,0.0000,8.0468,6.0424,8.0468,0.4114,0.0000,7.6353,0.0000,7.6353,4.6179,3.0174,0.0000,3.0174,-0.1081,3.1255,0.1533,5.9511,7.8163,-10.7951,1.0693,3295.6394,3295.6394,3295.6394,3295.6394,3295.6394 +199.5000,1.0000,1821.5415,42.1575,42.1380,0.0108,0.0000,5,924.7170,267.6944,477.5821,-70.9334,25.9225,46.2472,-6.8689,0.0243,19.8699,0.0000,19.8699,6.0283,19.8699,0.4684,0.0000,19.4015,0.0000,19.4015,4.5997,14.8018,0.0000,14.8018,0.0113,14.7905,0.0000,5.8808,7.7854,1.1243,1.0808,5405.2835,5405.2835,5405.2835,5405.2835,5405.2835 +200.5000,1.0000,1833.3376,42.4660,42.1770,0.1606,0.0000,5,931.4839,434.6244,544.2671,-70.5463,42.3953,53.0904,-6.8814,0.3626,35.9920,0.0000,35.9920,6.0407,35.9920,0.5530,0.0000,35.4390,0.0000,35.4390,4.6334,30.8057,0.0000,30.8057,0.1681,30.6376,0.0000,6.0111,7.8424,16.7840,1.0822,8510.2127,8510.2127,8510.2127,8510.2127,8510.2127 +201.5000,1.0000,1845.2952,43.0475,42.7550,0.1625,0.0000,5,944.2390,438.0759,633.6690,-69.8166,43.3172,62.6575,-6.9035,0.3720,36.8654,0.0000,36.8654,6.0797,36.8654,0.5650,0.0000,36.3004,0.0000,36.3004,4.6968,31.6036,0.0000,31.6036,0.1725,31.4312,0.0000,6.2614,7.9498,17.2199,1.0847,8703.7476,8703.7476,8703.7476,8703.7476,8703.7476 +202.5000,1.0000,1857.4879,43.8935,43.3400,0.3075,0.0000,5,962.7958,601.5223,640.8043,-68.7551,60.6477,64.6083,-6.9321,0.7178,53.7940,0.0000,53.7940,6.1359,53.7940,0.6608,0.0000,53.1332,0.0000,53.1332,4.8299,48.3032,0.0000,48.3032,0.3328,47.9704,0.0000,6.6387,8.1060,33.2257,1.1102,12063.6968,12063.6968,12063.6968,12063.6968,12063.6968 +203.5000,1.0000,1869.7445,44.1237,44.4470,-0.1796,0.0000,0,974.9368,60.6130,729.1941,-68.0606,6.1883,74.4472,-6.9487,0.0000,0.0000,0.0000,0.0000,6.1883,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.8142,-4.8142,0.0000,-4.8142,-0.1954,-4.6188,0.0000,6.7429,8.1486,-19.5103,1.1122,2099.9709,2099.9709,2099.9709,2099.9709,2099.9709 +204.5000,1.0000,1882.0377,44.2558,45.9000,0.2530,0.0000,4,1213.2113,517.8282,517.8282,-80.5338,65.7886,65.7886,-10.2316,17.7525,41.6828,0.0000,41.6828,6.3533,49.3613,1.7131,0.0000,47.6482,0.0000,47.6482,4.8287,42.8195,0.0000,42.8195,0.2761,42.5434,0.0000,6.8041,8.1730,27.5664,1.1596,13067.4651,13067.4651,13067.4651,13067.4651,13067.4651 +205.5000,1.0000,1894.8034,45.9564,47.7480,0.6917,0.0000,4,1491.9071,729.8005,729.8005,-97.0627,114.0183,114.0183,-15.1643,3.7034,103.7315,0.0000,103.7315,6.5834,103.7315,2.8455,0.0000,100.8861,0.0000,100.8861,5.7358,95.1503,0.0000,95.1503,0.7838,94.3665,0.0000,7.6237,8.4870,78.2558,1.2424,22234.4496,22234.4496,22234.4496,22234.4496,22234.4496 +206.5000,1.0000,1908.3226,48.6689,49.4520,0.8152,0.0000,4,1579.9640,832.0505,832.0505,-102.2852,137.6656,137.6656,-16.9234,4.6219,126.3785,0.0000,126.3785,6.6652,126.3785,3.3728,0.0000,123.0058,0.0000,123.0058,6.3168,116.6890,0.0000,116.6890,0.9782,115.7108,0.0000,9.0565,8.9879,97.6663,1.2089,26731.3711,26731.3711,26731.3711,26731.3711,26731.3711 +207.5000,1.0000,1922.6006,51.4011,51.3100,0.7027,0.0000,4,1668.6619,748.8160,863.5728,-105.9187,130.8495,150.9023,-18.5084,4.2078,119.7517,0.0000,119.7517,6.8900,119.7517,3.3184,0.0000,116.4333,0.0000,116.4333,6.4693,109.9641,0.0000,109.9641,0.8905,109.0735,0.0000,10.6658,9.4925,88.9153,1.3021,25510.7976,25510.7976,25510.7976,25510.7976,25510.7976 +208.5000,1.0000,1937.4755,53.5495,52.6660,0.4908,0.0000,4,1738.4057,585.5761,845.7222,-108.4025,106.6014,153.9599,-19.7342,3.0620,96.5375,0.0000,96.5375,7.0020,96.5375,2.9178,0.0000,93.6197,0.0000,93.6197,6.3244,87.2952,0.0000,87.2952,0.6480,86.6472,0.0000,12.0558,9.8893,64.7022,1.3055,21036.0893,21036.0893,21036.0893,21036.0893,21036.0893 +209.5000,1.0000,1952.8477,55.3400,54.4330,0.5039,0.0000,4,1796.5316,600.1596,814.0372,-110.4725,112.9094,153.1467,-20.7835,3.2485,102.5258,0.0000,102.5258,7.1351,102.5258,3.0922,0.0000,99.4336,0.0000,99.4336,6.5762,92.8575,0.0000,92.8575,0.6875,92.1699,0.0000,13.3059,10.2199,68.6441,1.2595,22230.7320,22230.7320,22230.7320,22230.7320,22230.7320 +210.5000,1.0000,1968.6572,56.9140,56.2470,0.3706,0.0000,4,1847.6292,498.8508,820.1562,-112.3857,96.5193,158.6865,-21.7448,2.4569,86.7320,0.0000,86.7320,7.3304,86.7320,2.8256,0.0000,83.9065,0.0000,83.9065,6.4879,77.4186,0.0000,77.4186,0.5200,76.8986,0.0000,14.4720,10.5106,51.9161,1.2940,19350.3352,19350.3352,19350.3352,19350.3352,19350.3352 +211.5000,1.0000,1984.8251,58.2045,57.5810,0.3464,0.0000,4,1889.5234,493.2779,806.0677,-113.9599,97.6051,159.4970,-22.5493,2.3487,85.7952,0.0000,85.7952,9.4612,85.7952,2.8480,0.0000,82.9472,0.0000,82.9472,6.5921,76.3552,0.0000,76.3552,0.4971,75.8581,0.0000,15.4786,10.7489,49.6306,1.3007,19618.4464,19618.4464,19618.4464,19618.4464,19618.4464 +212.5000,1.0000,2001.3281,59.4110,58.8280,0.3239,0.0000,4,1928.6906,479.2431,809.0043,-115.4317,96.7937,163.3962,-23.3140,2.2417,84.8318,0.0000,84.8318,9.7202,84.8318,2.8678,0.0000,81.9640,0.0000,81.9640,6.6882,75.2758,0.0000,75.2758,0.4744,74.8014,0.0000,16.4609,10.9717,47.3688,1.3654,19501.5298,19501.5298,19501.5298,19501.5298,19501.5298 +213.5000,1.0000,2018.1212,60.4550,59.9940,0.2561,0.0000,4,1962.5826,428.0479,810.4979,-116.7052,87.9729,166.5745,-23.9854,1.8037,76.3972,0.0000,76.3972,9.7720,76.3972,2.7335,0.0000,73.6637,0.0000,73.6637,6.6596,67.0041,0.0000,67.0041,0.3817,66.6224,0.0000,17.3433,11.1645,38.1145,1.3147,17882.5469,17882.5469,17882.5469,17882.5469,17882.5469 +214.5000,1.0000,2034.9255,60.4953,60.9160,-0.2337,0.0000,0,1927.6652,19.4336,802.0309,-115.3931,3.9229,161.9017,-23.2938,-5.9051,0.0000,0.0000,0.0000,9.8281,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,6.6005,-6.6005,0.0000,-6.6005,-0.3486,-6.2520,0.0000,17.3779,11.1720,-34.8019,1.3080,3708.3044,3708.3044,3708.3044,3708.3044,3708.3044 +215.5000,1.0000,2051.7593,60.6018,61.1620,0.2929,0.0000,5,1609.3177,479.3949,631.1192,-103.8053,80.7912,106.3609,-17.4940,-26.5322,97.5739,0.0000,97.5739,9.7495,80.5957,1.0450,0.0000,79.5507,0.0000,79.5507,6.7614,72.7893,0.0000,72.7893,0.4376,72.3517,0.0000,17.4703,11.1917,43.6897,1.2426,16140.8132,16140.8132,16140.8132,16140.8132,16140.8132 +216.5000,1.0000,2068.6951,60.9690,61.1290,-0.0889,0.0000,5,1337.3438,231.0915,766.9544,-87.8959,32.3635,107.4091,-12.3095,-0.2882,22.9888,0.0000,22.9888,9.6630,22.9888,0.7631,0.0000,22.2257,0.0000,22.2257,6.6522,15.5735,0.0000,15.5735,-0.1336,15.7071,0.0000,17.7886,11.2595,-13.3409,1.1778,6795.1701,6795.1701,6795.1701,6795.1701,6795.1701 +217.5000,1.0000,2085.5415,60.6470,60.8090,-0.0900,0.0000,5,1330.2808,228.5916,624.4122,-87.4770,31.8443,86.9848,-12.1861,-0.2903,22.5097,0.0000,22.5097,9.6250,22.5097,0.7553,0.0000,21.7544,0.0000,21.7544,6.6171,15.1373,0.0000,15.1373,-0.1346,15.2719,0.0000,17.5082,11.2000,-13.4363,1.2612,6698.0768,6698.0768,6698.0768,6698.0768,6698.0768 +218.5000,1.0000,2102.3969,60.6795,60.4850,0.1081,0.0000,5,1330.9937,433.5132,622.9862,-87.5192,60.4236,86.8326,-12.1985,0.3487,52.5714,0.0000,52.5714,7.5035,52.5714,0.9062,0.0000,51.6653,0.0000,51.6653,6.6206,45.0446,0.0000,45.0446,0.1617,44.8830,0.0000,17.5364,11.2060,16.1406,1.1195,12065.3051,12065.3051,12065.3051,12065.3051,12065.3051 +219.5000,1.0000,2119.3796,61.1375,60.8740,0.1464,0.0000,5,1341.0398,478.6264,707.5404,-88.1151,67.2151,99.3623,-12.3743,0.4760,59.0965,0.0000,59.0965,7.6426,59.0965,0.9464,0.0000,58.1501,0.0000,58.1501,6.6706,51.4795,0.0000,51.4795,0.2207,51.2588,0.0000,17.9367,11.2906,22.0315,1.2057,13342.4473,13342.4473,13342.4473,13342.4473,13342.4473 +220.5000,1.0000,2136.5053,61.6525,61.4010,0.1397,0.0000,5,1352.3362,473.0604,727.2457,-88.7850,66.9931,102.9899,-12.5734,0.4581,58.8779,0.0000,58.8779,7.6570,58.8779,0.9540,0.0000,57.9239,0.0000,57.9239,6.7268,51.1972,0.0000,51.1972,0.2124,50.9848,0.0000,18.3937,11.3857,21.2053,1.1399,13298.5067,13298.5067,13298.5067,13298.5067,13298.5067 +221.5000,1.0000,2153.7639,62.1310,61.9040,0.1261,0.0000,5,1362.8320,459.7545,726.6697,-89.4075,65.6141,103.7070,-12.7598,0.4167,57.5149,0.0000,57.5149,7.6824,57.5149,0.9553,0.0000,56.5597,0.0000,56.5597,6.7790,49.7807,0.0000,49.7807,0.1932,49.5875,0.0000,18.8253,11.4741,19.2882,1.1570,13039.4364,13039.4364,13039.4364,13039.4364,13039.4364 +222.5000,1.0000,2171.1332,62.5295,62.3580,0.0953,0.0000,5,1371.5731,426.9469,722.9500,-89.9259,61.3227,103.8379,-12.9161,0.3169,53.3136,0.0000,53.3136,7.6923,53.3136,0.9410,0.0000,52.3725,0.0000,52.3725,6.8225,45.5501,0.0000,45.5501,0.1469,45.4032,0.0000,19.1897,11.5477,14.6658,1.1596,12241.8856,12241.8856,12241.8856,12241.8856,12241.8856 +223.5000,1.0000,2188.5953,62.8635,62.7010,0.0903,0.0000,5,1378.8993,422.6962,711.3704,-90.3604,61.0365,102.7205,-13.0479,0.3018,53.0227,0.0000,53.0227,7.7120,53.0227,0.9453,0.0000,52.0774,0.0000,52.0774,6.8589,45.2185,0.0000,45.2185,0.1399,45.0786,0.0000,19.4989,11.6093,13.9704,1.1194,12195.0707,12195.0707,12195.0707,12195.0707,12195.0707 +224.5000,1.0000,2206.1271,63.1145,63.0260,0.0492,0.0000,5,1384.4049,377.3898,710.8385,-90.6870,54.7119,103.0535,-13.1473,0.1650,46.9096,0.0000,46.9096,7.6373,46.9096,0.9190,0.0000,45.9906,0.0000,45.9906,6.8863,39.1043,0.0000,39.1043,0.0765,39.0278,0.0000,19.7333,11.6557,7.6389,1.0647,11027.1186,11027.1186,11027.1186,11027.1186,11027.1186 +225.5000,1.0000,2223.7100,63.2985,63.2030,0.0531,0.0000,5,1388.4409,382.8071,693.9947,-90.9263,55.6591,100.9049,-13.2204,0.1786,47.7788,0.0000,47.7788,7.7017,47.7788,0.9265,0.0000,46.8523,0.0000,46.8523,6.9064,39.9459,0.0000,39.9459,0.0828,39.8631,0.0000,19.9064,11.6897,8.2671,1.0940,11210.7912,11210.7912,11210.7912,11210.7912,11210.7912 +226.5000,1.0000,2241.3543,63.5195,63.3940,0.0697,0.0000,5,1393.2885,402.4225,696.9053,-91.2138,58.7154,101.6819,-13.3085,0.2355,50.7329,0.0000,50.7329,7.7470,50.7329,0.9451,0.0000,49.7878,0.0000,49.7878,6.9305,42.8573,0.0000,42.8573,0.1092,42.7482,0.0000,20.1156,11.7305,10.9020,1.0954,11788.6375,11788.6375,11788.6375,11788.6375,11788.6375 +227.5000,1.0000,2259.0707,63.7790,63.6450,0.0744,0.0000,5,1398.9806,408.6568,705.4369,-91.5514,59.8686,103.3471,-13.4124,0.2525,51.8606,0.0000,51.8606,7.7555,51.8606,0.9552,0.0000,50.9054,0.0000,50.9054,6.9588,43.9466,0.0000,43.9466,0.1171,43.8296,0.0000,20.3632,11.7784,11.6880,1.0830,12005.7513,12005.7513,12005.7513,12005.7513,12005.7513 +228.5000,1.0000,2276.8560,64.0270,63.9130,0.0633,0.0000,5,1404.4205,397.5385,708.8265,-91.8740,58.4662,104.2475,-13.5120,0.2157,50.4462,0.0000,50.4462,7.8043,50.4462,0.9524,0.0000,49.4938,0.0000,49.4938,6.9859,42.5080,0.0000,42.5080,0.1000,42.4080,0.0000,20.6016,11.8242,9.9822,1.0846,11749.6211,11749.6211,11749.6211,11749.6211,11749.6211 +229.5000,1.0000,2294.7125,64.2835,64.1410,0.0792,0.0000,5,1410.0467,416.3578,705.5431,-92.2077,61.4793,104.1803,-13.6154,0.2707,53.3603,0.0000,53.3603,7.8484,53.3603,0.9714,0.0000,52.3888,0.0000,52.3888,7.0138,45.3750,0.0000,45.3750,0.1255,45.2495,0.0000,20.8503,11.8716,12.5277,1.1003,12310.9942,12310.9942,12310.9942,12310.9942,12310.9942 +230.5000,1.0000,2312.5526,64.2245,64.4260,-0.1119,0.0000,5,1408.7526,203.2510,713.3034,-92.1310,29.9844,105.2295,-13.5916,-0.3824,22.6021,0.0000,22.6021,7.7647,22.6021,0.8166,0.0000,21.7855,0.0000,21.7855,7.0074,14.7781,0.0000,14.7781,-0.1773,14.9553,0.0000,20.7930,11.8607,-17.6983,1.0577,6435.4542,6435.4542,6435.4542,6435.4542,6435.4542 +231.5000,1.0000,2330.2811,63.8225,64.0230,-0.1114,0.0000,5,1399.9348,202.5009,629.5276,-91.6080,29.6868,92.2893,-13.4298,-0.3781,22.2875,0.0000,22.2875,7.7774,22.2875,0.8081,0.0000,21.4794,0.0000,21.4794,6.9635,14.5159,0.0000,14.5159,-0.1753,14.6912,0.0000,20.4050,11.7864,-17.5003,1.0692,6371.7653,6371.7653,6371.7653,6371.7653,6371.7653 +232.5000,1.0000,2347.8939,63.4060,63.6220,-0.1200,0.0000,5,1390.7989,190.9111,627.0162,-91.0662,27.8051,91.3212,-13.2633,-0.4047,20.5100,0.0000,20.5100,7.6997,20.5100,0.7920,0.0000,19.7180,0.0000,19.7180,6.9181,12.7999,0.0000,12.7999,-0.1876,12.9875,0.0000,20.0082,11.7095,-18.7301,1.0806,6019.8917,6019.8917,6019.8917,6019.8917,6019.8917 +233.5000,1.0000,2365.3733,62.9260,63.1900,-0.1467,0.0000,5,1380.2702,158.9072,619.9373,-90.4417,22.9687,89.6067,-13.0726,-0.4908,15.8578,0.0000,15.8578,7.6018,15.8578,0.7605,0.0000,15.0973,0.0000,15.0973,6.8657,8.2315,0.0000,8.2315,-0.2275,8.4591,0.0000,19.5573,11.6209,-22.7191,1.0634,5123.5936,5123.5936,5123.5936,5123.5936,5123.5936 +234.5000,1.0000,2382.7071,62.4015,62.6620,-0.1447,0.0000,5,1368.7654,159.2311,604.3274,-89.7594,22.8237,86.6223,-12.8658,-0.4803,15.7019,0.0000,15.7019,7.6020,15.7019,0.7508,0.0000,14.9511,0.0000,14.9511,6.8085,8.1427,0.0000,8.1427,-0.2227,8.3653,0.0000,19.0723,11.5240,-22.2310,1.0742,5077.3936,5077.3936,5077.3936,5077.3936,5077.3936 +235.5000,1.0000,2399.9031,61.9055,62.1410,-0.1308,0.0000,5,1357.8857,172.7455,601.6892,-89.1142,24.5640,85.5587,-12.6718,-0.4308,17.4214,0.0000,17.4214,7.5734,17.4214,0.7510,0.0000,16.6704,0.0000,16.6704,6.7544,9.9160,0.0000,9.9160,-0.1997,10.1157,0.0000,18.6211,11.4324,-19.9378,1.0710,5382.9276,5382.9276,5382.9276,5382.9276,5382.9276 +236.5000,1.0000,2416.9494,61.3670,61.6700,-0.1683,0.0000,5,1346.0738,128.6997,604.3323,-88.4136,18.1416,85.1870,-12.4628,-0.5494,11.1949,0.0000,11.1949,7.4961,11.1949,0.7108,0.0000,10.4841,0.0000,10.4841,6.6956,3.7885,0.0000,3.7885,-0.2547,4.0432,0.0000,18.1395,11.3330,-25.4293,1.0676,4191.8999,4191.8999,4191.8999,4191.8999,4191.8999 +237.5000,1.0000,2433.8329,60.7805,61.0640,-0.1575,0.0000,5,1333.2091,138.8724,583.0296,-87.6506,19.3884,81.3987,-12.2372,-0.5091,12.3862,0.0000,12.3862,7.5114,12.3862,0.7069,0.0000,11.6793,0.0000,11.6793,6.6316,5.0476,0.0000,5.0476,-0.2360,5.2836,0.0000,17.6244,11.2247,-23.5654,1.0638,4402.8049,4402.8049,4402.8049,4402.8049,4402.8049 +238.5000,1.0000,2450.5535,60.1940,60.4970,-0.1683,0.0000,5,1320.3443,124.2252,584.0389,-86.8877,17.1761,80.7528,-12.0136,-0.5389,10.2968,0.0000,10.2968,7.4183,10.2968,0.6867,0.0000,9.6101,0.0000,9.6101,6.5676,3.0424,0.0000,3.0424,-0.2498,3.2922,0.0000,17.1191,11.1163,-24.9432,1.0601,3986.7618,3986.7618,3986.7618,3986.7618,3986.7618 +239.5000,1.0000,2467.1225,59.6485,59.8910,-0.1347,0.0000,5,1308.3789,159.6370,574.8651,-86.1780,21.8724,78.7641,-11.8075,-0.4274,14.9022,0.0000,14.9022,7.3975,14.9022,0.7007,0.0000,14.2015,0.0000,14.2015,6.5081,7.6933,0.0000,7.6933,-0.1981,7.8915,0.0000,16.6578,11.0156,-19.7819,1.0574,4838.4266,4838.4266,4838.4266,4838.4266,4838.4266 +240.5000,1.0000,2483.5543,59.1545,59.4060,-0.1397,0.0000,5,1297.5431,152.0458,587.2031,-85.5354,20.6597,79.7882,-11.6224,-0.4396,13.7629,0.0000,13.7629,7.3364,13.7629,0.6869,0.0000,13.0760,0.0000,13.0760,6.4542,6.6218,0.0000,6.6218,-0.2038,6.8255,0.0000,16.2473,10.9244,-20.3462,1.0553,4605.1531,4605.1531,4605.1531,4605.1531,4605.1531 +241.5000,1.0000,2499.8510,58.6680,58.9030,-0.1306,0.0000,5,1286.8718,159.9703,581.4384,-84.9025,21.5577,78.3552,-11.4415,-0.4074,14.7254,0.0000,14.7254,7.2397,14.7254,0.6838,0.0000,14.0416,0.0000,14.0416,6.4011,7.6404,0.0000,7.6404,-0.1888,7.8293,0.0000,15.8497,10.8345,-18.8550,1.0665,4755.2781,4755.2781,4755.2781,4755.2781,4755.2781 +242.5000,1.0000,2516.0514,58.3215,58.4330,-0.0619,0.0000,5,1279.2714,235.1063,582.9113,-84.4517,31.4960,78.0897,-11.3136,-0.1921,24.4487,0.0000,24.4487,7.2394,24.4487,0.7268,0.0000,23.7219,0.0000,23.7219,6.3633,17.3586,0.0000,17.3586,-0.0891,17.4476,0.0000,15.5704,10.7705,-8.8932,1.0650,6581.2952,6581.2952,6581.2952,6581.2952,6581.2952 +243.5000,1.0000,2532.2267,58.2310,58.2100,0.0117,0.0000,5,1277.2863,316.3696,614.4007,-84.3340,42.3167,82.1805,-11.2803,0.0361,35.0728,0.0000,35.0728,7.2077,35.0728,0.7785,0.0000,34.2943,0.0000,34.2943,6.3535,27.9409,0.0000,27.9409,0.0167,27.9241,0.0000,15.4979,10.7538,1.6724,1.0646,8605.4876,8605.4876,8605.4876,8605.4876,8605.4876 +244.5000,1.0000,2548.4303,58.3330,58.2520,0.0450,0.0000,5,1279.5236,353.8710,649.2414,-84.4667,47.4157,86.9928,-11.3178,0.1396,40.0484,0.0000,40.0484,7.2277,40.0484,0.8050,0.0000,39.2434,0.0000,39.2434,6.3646,32.8788,0.0000,32.8788,0.0647,32.8140,0.0000,15.5795,10.7727,6.4618,1.0917,9572.7376,9572.7376,9572.7376,9572.7376,9572.7376 +245.5000,1.0000,2564.6832,58.5105,58.4140,0.0536,0.0000,5,1283.4170,364.1534,665.7324,-84.6976,48.9419,89.4738,-11.3833,0.1668,41.5260,0.0000,41.5260,7.2491,41.5260,0.8153,0.0000,40.7107,0.0000,40.7107,6.3840,34.3268,0.0000,34.3268,0.0773,34.2494,0.0000,15.7222,10.8054,7.7218,1.0392,9868.7253,9868.7253,9868.7253,9868.7253,9868.7253 +246.5000,1.0000,2580.9803,58.6695,58.6070,0.0347,0.0000,5,1286.9047,343.3788,670.7458,-84.9044,46.2752,90.3926,-11.4421,0.1083,38.9568,0.0000,38.9568,7.2101,38.9568,0.8050,0.0000,38.1518,0.0000,38.1518,6.4013,31.7505,0.0000,31.7505,0.0502,31.7003,0.0000,15.8507,10.8348,5.0147,1.0532,9366.5392,9366.5392,9366.5392,9366.5392,9366.5392 +247.5000,1.0000,2597.2757,58.6635,58.7320,-0.0381,0.0000,5,1286.7731,262.6302,662.3176,-84.8966,35.3896,89.2477,-11.4399,-0.1187,28.2811,0.0000,28.2811,7.2272,28.2811,0.7515,0.0000,27.5295,0.0000,27.5295,6.4007,21.1289,0.0000,21.1289,-0.0550,21.1839,0.0000,15.8458,10.8337,-5.4956,1.0398,7330.0905,7330.0905,7330.0905,7330.0905,7330.0905 +248.5000,1.0000,2613.5144,58.4595,58.5950,-0.0753,0.0000,5,1282.2984,220.4364,627.4322,-84.6312,29.6006,84.2528,-11.3644,-0.2340,22.6340,0.0000,22.6340,7.2007,22.6340,0.7200,0.0000,21.9140,0.0000,21.9140,6.3784,15.5356,0.0000,15.5356,-0.1085,15.6441,0.0000,15.6812,10.7960,-10.8331,1.0656,6228.9863,6228.9863,6228.9863,6228.9863,6228.9863 +249.5000,1.0000,2629.6767,58.1840,58.3240,-0.0778,0.0000,5,1276.2553,216.4207,608.1860,-84.2728,28.9244,81.2835,-11.2630,-0.2407,22.0148,0.0000,22.0148,7.1504,22.0148,0.7124,0.0000,21.3023,0.0000,21.3023,6.3483,14.9540,0.0000,14.9540,-0.1116,15.0656,0.0000,15.4605,10.7451,-11.1401,1.0511,6101.2114,6101.2114,6101.2114,6101.2114,6101.2114 +250.5000,1.0000,2645.7369,57.8170,58.0440,-0.1261,0.0000,5,1268.2052,161.5688,604.8965,-83.7954,21.4573,80.3340,-11.1285,-0.3878,14.6969,0.0000,14.6969,7.1483,14.6969,0.6699,0.0000,14.0269,0.0000,14.0269,6.3083,7.7186,0.0000,7.7186,-0.1798,7.8984,0.0000,15.1700,10.6774,-17.9489,1.0495,4708.1112,4708.1112,4708.1112,4708.1112,4708.1112 +251.5000,1.0000,2661.6251,57.1975,57.5900,-0.2181,0.0000,5,1254.6166,57.3218,578.3146,-82.9895,7.5311,75.9808,-10.9034,-0.6633,1.1147,0.0000,1.1147,7.0798,1.1147,0.6330,0.0000,0.4817,0.0000,0.4817,6.2407,-5.7590,0.0000,-5.7590,-0.3075,-5.4515,0.0000,14.6880,10.5630,-30.7025,1.0468,2503.0010,2503.0010,2503.0010,2503.0010,2503.0010 +252.5000,1.0000,2677.3099,56.4650,56.8050,-0.1889,0.0000,5,1238.5494,87.0774,528.3637,-82.0366,11.2940,68.5291,-10.6402,-0.5672,4.8125,0.0000,4.8125,7.0487,4.8125,0.6115,0.0000,4.2011,0.0000,4.2011,6.1608,-1.9597,0.0000,-1.9597,-0.2630,-1.6968,0.0000,14.1307,10.4277,-26.2552,1.0436,2946.0449,2946.0449,2946.0449,2946.0449,2946.0449 +253.5000,1.0000,2692.7894,55.7265,56.1250,-0.2214,0.0000,5,1222.3505,48.4509,537.7230,-81.0758,6.2019,68.8308,-10.3781,-0.6562,-0.1076,0.0000,-0.1076,6.9657,-0.1076,0.6115,0.0000,-0.7191,0.0000,-0.7191,6.0802,-6.7993,0.0000,-6.7993,-0.3042,-6.4951,0.0000,13.5837,10.2913,-30.3701,1.0404,2288.7775,2288.7775,2288.7775,2288.7775,2288.7775 +254.5000,1.0000,2708.0051,54.7765,55.3280,-0.3064,0.0000,5,1201.5124,-48.6823,515.1831,-79.8400,-6.1253,64.8214,-10.0456,-0.8926,-12.1080,0.0000,-12.1080,6.8752,-12.1080,0.6259,0.0000,-12.7339,0.0000,-12.7339,5.9765,-18.7104,0.0000,-18.7104,-0.4138,-18.2966,0.0000,12.9014,10.1159,-41.3139,1.0230,518.0570,518.0570,518.0570,518.0570,518.0570 +255.5000,1.0000,2722.9160,53.6790,54.2250,-0.3033,0.0000,5,1177.4390,-49.0461,463.2981,-78.4045,-6.0474,57.1252,-9.6674,-0.8660,-11.9647,0.0000,-11.9647,6.7833,-11.9647,0.6077,0.0000,-12.5725,0.0000,-12.5725,5.8568,-18.4293,0.0000,-18.4293,-0.4014,-18.0278,0.0000,12.1414,9.9132,-40.0824,1.0315,481.1802,481.1802,481.1802,481.1802,481.1802 +256.5000,1.0000,2737.5425,52.6555,53.1330,-0.2653,0.0000,5,1154.9887,-10.6852,456.5379,-77.0653,-1.2924,55.2183,-9.3211,-0.7429,-7.2212,0.0000,-7.2212,6.6717,-7.2212,0.5795,0.0000,-7.8006,0.0000,-7.8006,5.7451,-13.5458,0.0000,-13.5458,-0.3444,-13.2014,0.0000,11.4598,9.7242,-34.3854,1.0134,1192.6250,1192.6250,1192.6250,1192.6250,1192.6250 +257.5000,1.0000,2751.8893,51.6485,52.1780,-0.2942,0.0000,5,1132.9003,-46.2221,468.5793,-75.7476,-5.4837,55.5909,-8.9865,-0.8080,-11.2133,0.0000,-11.2133,6.5377,-11.2133,0.5735,0.0000,-11.7868,0.0000,-11.7868,5.6353,-17.4221,0.0000,-17.4221,-0.3746,-17.0475,0.0000,10.8151,9.5382,-37.4008,1.0196,484.1478,484.1478,484.1478,484.1478,484.1478 +258.5000,1.0000,2765.9699,50.6900,51.1190,-0.2383,0.0000,5,1111.8758,12.3070,445.6183,-74.4935,1.4330,51.8857,-8.6737,-0.6425,-4.3805,0.0000,-4.3805,6.4560,-4.3805,0.5415,0.0000,-4.9220,0.0000,-4.9220,5.5307,-10.4526,0.0000,-10.4526,-0.2979,-10.1548,0.0000,10.2237,9.3612,-29.7397,1.0146,1500.9061,1500.9061,1500.9061,1500.9061,1500.9061 +259.5000,1.0000,2779.8871,50.1020,50.2610,-0.0883,0.0000,5,1098.9781,176.6668,470.5951,-73.7119,20.3316,54.1583,-8.4831,-0.2354,14.1359,0.0000,14.1359,6.4311,14.1359,0.5490,0.0000,13.5869,0.0000,13.5869,5.4665,8.1204,0.0000,8.1204,-0.1091,8.2295,0.0000,9.8714,9.2526,-10.8945,1.0115,4390.8958,4390.8958,4390.8958,4390.8958,4390.8958 +260.5000,1.0000,2793.7994,50.0845,49.9430,0.0786,0.0000,5,1098.5943,362.2677,549.3268,-73.6844,41.6769,63.1970,-8.4770,0.2094,35.0173,0.0000,35.0173,6.4502,35.0173,0.6531,0.0000,34.3642,0.0000,34.3642,5.4646,28.8996,0.0000,28.8996,0.0971,28.8025,0.0000,9.8611,9.2494,9.6921,1.0230,8382.9966,8382.9966,8382.9966,8382.9966,8382.9966 +261.5000,1.0000,2807.8454,50.5655,50.2260,0.1886,0.0000,5,1109.1449,485.4233,638.5320,-74.3306,56.3816,74.1651,-8.6335,0.5072,49.4485,0.0000,49.4485,6.4259,49.4485,0.7323,0.0000,48.7162,0.0000,48.7162,5.5171,43.1991,0.0000,43.1991,0.2351,42.9639,0.0000,10.1483,9.3382,23.4774,1.0255,11227.8648,11227.8648,11227.8648,11227.8648,11227.8648 +262.5000,1.0000,2822.1018,51.3230,50.9050,0.2322,0.0000,5,1125.7606,536.2918,697.8332,-75.3217,63.2231,82.2671,-8.8796,0.6339,56.0988,0.0000,56.0988,6.4904,56.0988,0.7767,0.0000,55.3221,0.0000,55.3221,5.5997,49.7224,0.0000,49.7224,0.2938,49.4285,0.0000,10.6115,9.4781,29.3390,1.0418,12487.1766,12487.1766,12487.1766,12487.1766,12487.1766 +263.5000,1.0000,2836.5889,52.1535,51.7410,0.2292,0.0000,5,1143.9774,535.4839,723.5622,-76.4084,64.1494,86.6806,-9.1535,0.6357,56.9663,0.0000,56.9663,6.5475,56.9663,0.7934,0.0000,56.1729,0.0000,56.1729,5.6904,50.4825,0.0000,50.4825,0.2947,50.1879,0.0000,11.1350,9.6315,29.4215,1.0225,12683.1939,12683.1939,12683.1939,12683.1939,12683.1939 +264.5000,1.0000,2851.3156,53.0160,52.5660,0.2500,0.0000,5,1162.8962,561.6338,725.5787,-77.5370,68.3948,88.3597,-9.4423,0.7049,61.0524,0.0000,61.0524,6.6375,61.0524,0.8268,0.0000,60.2256,0.0000,60.2256,5.7845,54.4411,0.0000,54.4411,0.3268,54.1144,0.0000,11.6967,9.7907,32.6269,1.0397,13537.1029,13537.1029,13537.1029,13537.1029,13537.1029 +265.5000,1.0000,2866.2788,53.8675,53.4660,0.2231,0.0000,5,1181.5737,534.5687,739.9462,-78.6511,66.1444,91.5566,-9.7318,0.6390,58.7973,0.0000,58.7973,6.7081,58.7973,0.8285,0.0000,57.9688,0.0000,57.9688,5.8774,52.0914,0.0000,52.0914,0.2962,51.7952,0.0000,12.2692,9.9480,29.5780,1.0569,13112.0260,13112.0260,13112.0260,13112.0260,13112.0260 +266.5000,1.0000,2881.4711,54.6925,54.2690,0.2353,0.0000,5,1199.6699,551.0096,730.4018,-79.7306,69.2229,91.7597,-10.0165,0.6844,61.7591,0.0000,61.7591,6.7794,61.7591,0.8560,0.0000,60.9032,0.0000,60.9032,5.9674,54.9358,0.0000,54.9358,0.3173,54.6185,0.0000,12.8416,10.1004,31.6766,1.0360,13723.2522,13723.2522,13723.2522,13723.2522,13723.2522 +267.5000,1.0000,2896.9065,55.5675,55.1160,0.2508,0.0000,5,1218.8629,571.5509,739.5686,-80.8690,72.9522,94.3978,-10.3220,0.7413,65.3446,0.0000,65.3446,6.8663,65.3446,0.8875,0.0000,64.4571,0.0000,64.4571,6.0724,58.3847,0.0000,58.3847,0.3436,58.0411,0.0000,13.4680,10.2619,34.3112,1.0398,14413.8901,14413.8901,14413.8901,14413.8901,14413.8901 +268.5000,1.0000,2912.5694,56.3865,56.0190,0.2042,0.0000,5,1236.8275,522.9548,750.7021,-81.9344,67.7333,97.2311,-10.6122,0.6123,60.1348,0.0000,60.1348,6.9862,60.1348,0.8743,0.0000,59.2605,0.0000,59.2605,6.1522,53.1083,0.0000,53.1083,0.2838,52.8245,0.0000,14.0720,10.4132,28.3393,1.0700,13433.4116,13433.4116,13433.4116,13433.4116,13433.4116 +269.5000,1.0000,2928.4465,57.1575,56.7540,0.2242,0.0000,5,1253.7392,547.7421,731.7873,-82.9374,71.9138,96.0773,-10.8890,0.6814,64.2128,0.0000,64.2128,7.0195,64.2128,0.9069,0.0000,63.3059,0.0000,63.3059,6.2363,57.0696,0.0000,57.0696,0.3159,56.7537,0.0000,14.6572,10.5556,31.5409,1.0600,14203.5355,14203.5355,14203.5355,14203.5355,14203.5355 +270.5000,1.0000,2944.5524,57.9810,57.5610,0.2333,0.0000,5,1271.8026,560.8136,744.2754,-84.0087,74.6908,99.1247,-11.1885,0.7195,66.9046,0.0000,66.9046,7.0666,66.9046,0.9336,0.0000,65.9710,0.0000,65.9710,6.3262,59.6448,0.0000,59.6448,0.3336,59.3113,0.0000,15.3000,10.7077,33.3036,1.0369,14738.6669,14738.6669,14738.6669,14738.6669,14738.6669 +271.5000,1.0000,2960.8686,58.7385,58.4010,0.1875,0.0000,5,1288.4182,513.1150,751.9365,-84.9942,69.2309,101.4534,-11.4677,0.5857,61.4653,0.0000,61.4653,7.1799,61.4653,0.9187,0.0000,60.5466,0.0000,60.5466,6.4088,54.1378,0.0000,54.1378,0.2715,53.8662,0.0000,15.9072,10.8475,27.1115,1.0535,13730.0827,13730.0827,13730.0827,13730.0827,13730.0827 +272.5000,1.0000,2977.3738,59.4185,59.0760,0.1903,0.0000,5,1303.3339,518.6983,734.1041,-85.8788,70.7944,100.1941,-11.7212,0.6013,62.9699,0.0000,62.9699,7.2232,62.9699,0.9373,0.0000,62.0326,0.0000,62.0326,6.4830,55.5496,0.0000,55.5496,0.2787,55.2709,0.0000,16.4661,10.9731,27.8317,1.0431,14033.9936,14033.9936,14033.9936,14033.9936,14033.9936 +273.5000,1.0000,2994.0381,59.9915,59.7610,0.1281,0.0000,5,1315.9025,451.6974,738.4020,-86.6242,62.2443,101.7525,-11.9369,0.4086,54.5765,0.0000,54.5765,7.2592,54.5765,0.9048,0.0000,53.6718,0.0000,53.6718,6.5455,47.1262,0.0000,47.1262,0.1894,46.9368,0.0000,16.9468,11.0789,18.9111,1.0589,12410.0359,12410.0359,12410.0359,12410.0359,12410.0359 +274.5000,1.0000,3010.7975,60.3340,60.2220,0.0622,0.0000,5,1323.4152,380.2798,712.6142,-87.0698,52.7021,98.7596,-12.0668,0.1997,45.1609,0.0000,45.1609,7.3416,45.1609,0.8634,0.0000,44.2975,0.0000,44.2975,6.5829,37.7146,0.0000,37.7146,0.0926,37.6220,0.0000,17.2385,11.1422,9.2414,1.0610,10583.9690,10583.9690,10583.9690,10583.9690,10583.9690 +275.5000,1.0000,3027.5386,60.2680,60.4460,-0.0989,0.0000,5,1321.9675,200.8049,684.0521,-86.9839,27.7987,94.6975,-12.0417,-0.3170,20.8102,0.0000,20.8102,7.3054,20.8102,0.7405,0.0000,20.0697,0.0000,20.0697,6.5757,13.4940,0.0000,13.4940,-0.1469,13.6409,0.0000,17.1821,11.1300,-14.6711,1.0468,5953.0028,5953.0028,5953.0028,5953.0028,5953.0028 +276.5000,1.0000,3044.1318,59.7355,60.0900,-0.1969,0.0000,5,1310.2872,90.7464,607.6289,-86.2912,12.4516,83.3746,-11.8403,-0.6257,5.6947,0.0000,5.6947,7.3826,5.6947,0.6649,0.0000,5.0298,0.0000,5.0298,6.5176,-1.4878,0.0000,-1.4878,-0.2901,-1.1977,0.0000,16.7311,11.0317,-28.9605,1.1819,3179.9430,3179.9430,3179.9430,3179.9430,3179.9430 +277.5000,1.0000,3060.5560,59.1270,59.3810,-0.1411,0.0000,5,1296.9399,150.4508,557.7977,-85.4996,20.4335,75.7574,-11.6121,-0.4437,13.5360,0.0000,13.5360,7.3413,13.5360,0.6854,0.0000,12.8506,0.0000,12.8506,6.4512,6.3994,0.0000,6.3994,-0.2057,6.6051,0.0000,16.2247,10.9193,-20.5389,1.1898,4562.0350,4562.0350,4562.0350,4562.0350,4562.0350 +278.5000,1.0000,3076.8551,58.6770,58.8730,-0.1089,0.0000,5,1287.0692,184.2200,580.7608,-84.9142,24.8295,78.2759,-11.4449,-0.3398,17.9094,0.0000,17.9094,7.2599,17.9094,0.6999,0.0000,17.2095,0.0000,17.2095,6.4021,10.8073,0.0000,10.8073,-0.1575,10.9649,0.0000,15.8569,10.8362,-15.7283,1.1862,5368.7516,5368.7516,5368.7516,5368.7516,5368.7516 +279.5000,1.0000,3093.0786,58.4045,58.4810,-0.0425,0.0000,5,1281.0920,256.9829,593.6578,-84.5597,34.4757,79.6425,-11.3442,-0.1320,27.3664,0.0000,27.3664,7.2413,27.3664,0.7428,0.0000,26.6236,0.0000,26.6236,6.3724,20.2512,0.0000,20.2512,-0.0612,20.3124,0.0000,15.6369,10.7859,-6.1103,1.1841,7148.8688,7148.8688,7148.8688,7148.8688,7148.8688 +280.5000,1.0000,3109.2872,58.3510,58.3280,0.0128,0.0000,5,1279.9184,318.3642,624.2501,-84.4901,42.6712,83.6699,-11.3244,0.0397,35.3722,0.0000,35.3722,7.2594,35.3722,0.7819,0.0000,34.5903,0.0000,34.5903,6.3666,28.2237,0.0000,28.2237,0.0184,28.2053,0.0000,15.5939,10.7760,1.8354,1.1582,8670.5080,8670.5080,8670.5080,8670.5080,8670.5080 +281.5000,1.0000,3125.5292,58.4710,58.3740,0.0539,0.0000,5,1282.5506,364.0206,650.6050,-84.6462,48.8910,87.3817,-11.3687,0.1676,41.5170,0.0000,41.5170,7.2064,41.5170,0.8146,0.0000,40.7024,0.0000,40.7024,6.3796,34.3228,0.0000,34.3228,0.0777,34.2451,0.0000,15.6904,10.7981,7.7566,1.1465,9858.0145,9858.0145,9858.0145,9858.0145,9858.0145 +282.5000,1.0000,3141.8242,58.6620,58.5680,0.0522,0.0000,5,1286.7402,363.6060,670.5770,-84.8947,48.9949,90.3583,-11.4393,0.1629,41.5130,0.0000,41.5130,7.3190,41.5130,0.8177,0.0000,40.6953,0.0000,40.6953,6.4005,34.2948,0.0000,34.2948,0.0755,34.2193,0.0000,15.8446,10.8334,7.5412,1.2182,9882.7633,9882.7633,9882.7633,9882.7633,9882.7633 +283.5000,1.0000,3158.1867,58.9050,58.7560,0.0828,0.0000,5,1292.0703,412.6366,671.1736,-85.2108,55.8319,90.8133,-11.5295,0.2593,46.3167,0.0000,46.3167,9.2559,46.3167,0.8456,0.0000,45.4711,0.0000,45.4711,6.4270,39.0441,0.0000,39.0441,0.1202,38.9239,0.0000,16.0424,10.8783,12.0031,1.1082,11173.8401,11173.8401,11173.8401,11173.8401,11173.8401 +284.5000,1.0000,3174.6267,59.1840,59.0540,0.0722,0.0000,5,1298.1901,402.3827,692.7205,-85.5737,54.7024,94.1727,-11.6334,0.2273,45.1305,0.0000,45.1305,9.3445,45.1305,0.8443,0.0000,44.2862,0.0000,44.2862,6.4574,37.8288,0.0000,37.8288,0.1054,37.7234,0.0000,16.2714,10.9298,10.5221,1.1775,10969.4929,10969.4929,10969.4929,10969.4929,10969.4929 +285.5000,1.0000,3191.1444,59.4640,59.3140,0.0833,0.0000,5,1304.3319,415.8057,689.3973,-85.9380,56.7946,94.1643,-11.7382,0.2635,47.1525,0.0000,47.1525,9.3785,47.1525,0.8590,0.0000,46.2936,0.0000,46.2936,6.4880,39.8056,0.0000,39.8056,0.1222,39.6834,0.0000,16.5035,10.9815,12.1984,1.1797,11375.1800,11375.1800,11375.1800,11375.1800,11375.1800 +286.5000,1.0000,3207.7413,59.7485,59.6140,0.0747,0.0000,5,1310.5723,407.5319,695.9756,-86.3081,55.9308,95.5177,-11.8452,0.2374,46.2540,0.0000,46.2540,9.4394,46.2540,0.8591,0.0000,45.3949,0.0000,45.3949,6.5190,38.8758,0.0000,38.8758,0.1101,38.7658,0.0000,16.7415,11.0341,10.9902,1.2359,11212.9621,11212.9621,11212.9621,11212.9621,11212.9621 +287.5000,1.0000,3224.4085,60.0020,59.8830,0.0661,0.0000,5,1316.1328,398.5654,693.5157,-86.6379,54.9323,95.5839,-11.9409,0.2110,45.3044,0.0000,45.3044,9.4170,45.3044,0.8586,0.0000,44.4458,0.0000,44.4458,6.5467,37.8991,0.0000,37.8991,0.0978,37.8013,0.0000,16.9555,11.0809,9.7649,1.1967,11024.7793,11024.7793,11024.7793,11024.7793,11024.7793 +288.5000,1.0000,3241.1513,60.2740,60.1210,0.0850,0.0000,5,1322.0991,421.2410,690.7307,-86.9917,58.3208,95.6316,-12.0440,0.2725,48.5119,0.0000,48.5119,9.5364,48.5119,0.8791,0.0000,47.6328,0.0000,47.6328,6.5764,41.0564,0.0000,41.0564,0.1263,40.9301,0.0000,17.1871,11.1311,12.6118,1.2310,11669.1418,11669.1418,11669.1418,11669.1418,11669.1418 +289.5000,1.0000,3257.9828,60.5935,60.4270,0.0925,0.0000,5,1329.1073,430.6800,701.0529,-87.4074,59.9437,97.5752,-12.1657,0.2981,50.0912,0.0000,50.0912,9.5544,50.0912,0.8923,0.0000,49.1989,0.0000,49.1989,6.6112,42.5876,0.0000,42.5876,0.1382,42.4494,0.0000,17.4619,11.1901,13.7974,1.1754,11975.2767,11975.2767,11975.2767,11975.2767,11975.2767 +290.5000,1.0000,3274.9104,60.9395,60.7600,0.0997,0.0000,5,1336.6967,425.1976,706.0310,-87.8575,59.5185,98.8292,-12.2982,0.3232,51.6813,0.0000,51.6813,7.5141,51.6813,0.9060,0.0000,50.7752,0.0000,50.7752,6.6490,44.1262,0.0000,44.1262,0.1498,43.9764,0.0000,17.7628,11.2540,14.9596,1.2453,11897.3912,11897.3912,11897.3912,11897.3912,11897.3912 +291.5000,1.0000,3291.9544,61.3585,61.1190,0.1331,0.0000,5,1345.8874,463.8861,705.0617,-88.4026,65.3806,99.3721,-12.4595,0.4342,57.3981,0.0000,57.3981,7.5482,57.3981,0.9416,0.0000,56.4565,0.0000,56.4565,6.6947,49.7618,0.0000,49.7618,0.2013,49.5605,0.0000,18.1318,11.3314,20.0973,1.2201,12992.1934,12992.1934,12992.1934,12992.1934,12992.1934 +292.5000,1.0000,3309.1297,61.8310,61.5980,0.1294,0.0000,5,1356.2516,461.6631,722.0528,-89.0172,65.5683,102.5505,-12.6428,0.4257,57.5690,0.0000,57.5690,7.5736,57.5690,0.9505,0.0000,56.6186,0.0000,56.6186,6.7463,49.8723,0.0000,49.8723,0.1973,49.6750,0.0000,18.5539,11.4187,19.7024,1.2111,13029.2479,13029.2479,13029.2479,13029.2479,13029.2479 +293.5000,1.0000,3326.4651,62.4075,62.0640,0.1908,0.0000,5,1368.8970,532.3627,722.7719,-89.7672,76.3145,103.6098,-12.8682,0.6334,68.0356,0.0000,68.0356,7.6455,68.0356,1.0126,0.0000,67.0230,0.0000,67.0230,6.8092,60.2139,0.0000,60.2139,0.2936,59.9202,0.0000,19.0781,11.5251,29.3170,1.2569,14991.6158,14991.6158,14991.6158,14991.6158,14991.6158 +294.5000,1.0000,3343.9900,63.0895,62.7510,0.1881,0.0000,5,1383.8566,532.3980,752.2770,-90.6544,77.1536,109.0178,-13.1374,0.6310,68.7714,0.0000,68.7714,7.7512,68.7714,1.0279,0.0000,67.7435,0.0000,67.7435,6.8836,60.8600,0.0000,60.8600,0.2925,60.5675,0.0000,19.7104,11.6511,29.2060,1.2336,15162.2155,15162.2155,15162.2155,15162.2155,15162.2155 +295.5000,1.0000,3361.6800,63.6840,63.4280,0.1422,0.0000,5,1396.8968,483.7904,754.2990,-91.4278,70.7702,110.3409,-13.3743,0.4817,62.5079,0.0000,62.5079,7.7805,62.5079,1.0068,0.0000,61.5012,0.0000,61.5012,6.9484,54.5527,0.0000,54.5527,0.2233,54.3294,0.0000,20.2726,11.7609,22.2960,1.2488,14002.1450,14002.1450,14002.1450,14002.1450,14002.1450 +296.5000,1.0000,3379.5122,64.1960,63.9400,0.1422,0.0000,5,1408.1274,485.6570,737.5075,-92.0939,71.6144,108.7519,-13.5801,0.4856,63.3454,0.0000,63.3454,7.7834,63.3454,1.0198,0.0000,62.3255,0.0000,62.3255,7.0043,55.3212,0.0000,55.3212,0.2251,55.0961,0.0000,20.7655,11.8554,22.4753,1.2130,14153.2673,14153.2673,14153.2673,14153.2673,14153.2673 +297.5000,1.0000,3397.4940,64.7345,64.4520,0.1569,0.0000,5,1419.9393,503.9215,739.9272,-92.7944,74.9310,110.0240,-13.7981,0.5403,66.6163,0.0000,66.6163,7.7743,66.6163,1.0456,0.0000,65.5707,0.0000,65.5707,7.0630,58.5077,0.0000,58.5077,0.2505,58.2572,0.0000,21.2925,11.9549,25.0098,1.2028,14785.3824,14785.3824,14785.3824,14785.3824,14785.3824 +298.5000,1.0000,3415.6240,65.2680,65.0170,0.1394,0.0000,5,1431.6416,487.2254,748.5451,-93.4885,73.0454,112.2227,-14.0159,0.4840,64.6717,0.0000,64.6717,7.8897,64.6717,1.0452,0.0000,63.6265,0.0000,63.6265,7.1213,56.5052,0.0000,56.5052,0.2244,56.2808,0.0000,21.8232,12.0534,22.4043,1.2185,14438.0664,14438.0664,14438.0664,14438.0664,14438.0664 +299.5000,1.0000,3433.9011,65.7975,65.5190,0.1547,0.0000,5,1443.2560,506.4066,744.1148,-94.1773,76.5370,112.4636,-14.2337,0.5414,68.0720,0.0000,68.0720,7.9235,68.0720,1.0715,0.0000,67.0005,0.0000,67.0005,7.1790,59.8215,0.0000,59.8215,0.2510,59.5705,0.0000,22.3587,12.1512,25.0606,1.2207,15101.8494,15101.8494,15101.8494,15101.8494,15101.8494 +300.5000,1.0000,3452.3164,66.2950,66.0760,0.1217,0.0000,5,1454.1686,472.4630,752.9040,-94.8245,71.9467,114.6524,-14.4399,0.4290,63.4576,0.0000,63.4576,8.0602,63.4576,1.0573,0.0000,62.4003,0.0000,62.4003,7.2333,55.1670,0.0000,55.1670,0.1989,54.9681,0.0000,22.8696,12.2430,19.8555,1.2227,14255.8604,14255.8604,14255.8604,14255.8604,14255.8604 +301.5000,1.0000,3470.8676,66.7845,66.5140,0.1503,0.0000,5,1464.9057,506.3955,742.2785,-95.4613,77.6834,113.8689,-14.6442,0.5338,69.0474,0.0000,69.0474,8.1022,69.0474,1.0939,0.0000,67.9535,0.0000,67.9535,7.2867,60.6668,0.0000,60.6668,0.2474,60.4193,0.0000,23.3800,12.3334,24.7058,1.2624,15332.7671,15332.7671,15332.7671,15332.7671,15332.7671 +302.5000,1.0000,3489.5693,67.3260,67.0550,0.1506,0.0000,5,1476.7834,508.6713,756.1961,-96.1657,78.6652,116.9445,-14.8719,0.5391,70.0433,0.0000,70.0433,8.0828,70.0433,1.1086,0.0000,68.9347,0.0000,68.9347,7.3458,61.5889,0.0000,61.5889,0.2499,61.3390,0.0000,23.9534,12.4334,24.9522,1.1894,15521.3848,15521.3848,15521.3848,15521.3848,15521.3848 +303.5000,1.0000,3508.3679,67.6750,67.5970,0.0433,0.0000,5,1484.4387,391.5784,758.6912,-96.6198,60.8709,117.9386,-15.0195,0.1560,52.5279,0.0000,52.5279,8.1870,52.5279,1.0273,0.0000,51.5006,0.0000,51.5006,7.3839,44.1167,0.0000,44.1167,0.0723,44.0444,0.0000,24.3274,12.4979,7.2190,1.2285,12283.6189,12283.6189,12283.6189,12283.6189,12283.6189 +304.5000,1.0000,3527.1540,67.6300,67.7530,-0.0683,0.0000,5,1483.4516,267.6370,717.7983,-96.5612,41.5765,111.5076,-15.0005,-0.2458,33.5891,0.0000,33.5891,8.2332,33.5891,0.9318,0.0000,32.6573,0.0000,32.6573,7.3790,25.2783,0.0000,25.2783,-0.1139,25.3923,0.0000,24.2790,12.4896,-11.3763,1.2785,8659.2283,8659.2283,8659.2283,8659.2283,8659.2283 +305.5000,1.0000,3545.8239,67.2115,67.5070,-0.1642,0.0000,5,1474.2719,159.3471,671.8652,-96.0168,24.6009,103.7262,-14.8236,-0.5868,16.9845,0.0000,16.9845,8.2032,16.9845,0.8413,0.0000,16.1432,0.0000,16.1432,7.3333,8.8099,0.0000,8.8099,-0.2720,9.0820,0.0000,23.8314,12.4123,-27.1618,1.2642,5516.7115,5516.7115,5516.7115,5516.7115,5516.7115 +306.5000,1.0000,3564.2939,66.4920,66.9160,-0.2356,0.0000,5,1458.4898,76.6998,628.4569,-95.0808,11.7146,95.9859,-14.5219,-0.8330,4.4564,0.0000,4.4564,8.0912,4.4564,0.7896,0.0000,3.6668,0.0000,3.6668,7.2548,-3.5880,0.0000,-3.5880,-0.3862,-3.2018,0.0000,23.0747,12.2794,-38.5560,1.2487,3418.7519,3418.7519,3418.7519,3418.7519,3418.7519 +307.5000,1.0000,3582.5424,65.6945,66.0680,-0.2075,0.0000,5,1440.9968,104.0915,592.5398,-94.0433,15.7075,89.4147,-14.1912,-0.7250,8.4331,0.0000,8.4331,7.9994,8.4331,0.7715,0.0000,7.6616,0.0000,7.6616,7.1678,0.4938,0.0000,0.4938,-0.3361,0.8299,0.0000,22.2542,12.1321,-33.5565,1.2453,3892.3982,3892.3982,3892.3982,3892.3982,3892.3982 +308.5000,1.0000,3600.5599,64.8630,65.3210,-0.2544,0.0000,5,1422.7580,47.8870,597.6027,-92.9616,7.1347,89.0373,-13.8504,-0.8778,0.2116,0.0000,0.2116,7.8009,0.2116,0.7701,0.0000,-0.5585,0.0000,-0.5585,7.0771,-7.6355,0.0000,-7.6355,-0.4069,-7.2286,0.0000,21.4202,11.9786,-40.6274,1.2038,2816.1976,2816.1976,2816.1976,2816.1976,2816.1976 +309.5000,1.0000,3618.3574,64.0710,64.4050,-0.1856,0.0000,5,1405.3856,120.6252,570.6815,-91.9313,17.7526,83.9881,-13.5297,-0.6323,10.6627,0.0000,10.6627,7.7222,10.6627,0.7542,0.0000,9.9084,0.0000,9.9084,6.9907,2.9178,0.0000,2.9178,-0.2931,3.2109,0.0000,20.6446,11.8323,-29.2661,1.1976,4221.6477,4221.6477,4221.6477,4221.6477,4221.6477 +310.5000,1.0000,3635.9681,63.3985,63.7370,-0.1881,0.0000,5,1390.6344,115.3059,594.9485,-91.0564,16.7916,86.6405,-13.2603,-0.6341,9.7217,0.0000,9.7217,7.7040,9.7217,0.7379,0.0000,8.9838,0.0000,8.9838,6.9173,2.0665,0.0000,2.0665,-0.2939,2.3605,0.0000,20.0014,11.7081,-29.3491,1.1933,4020.1086,4020.1086,4020.1086,4020.1086,4020.1086 +311.5000,1.0000,3653.4139,62.8050,63.0600,-0.1417,0.0000,5,1377.6161,164.3988,589.2419,-90.2843,23.7168,85.0062,-13.0247,-0.4732,16.5358,0.0000,16.5358,7.6542,16.5358,0.7618,0.0000,15.7740,0.0000,15.7740,6.8525,8.9215,0.0000,8.9215,-0.2194,9.1408,0.0000,19.4447,11.5985,-21.9024,1.2177,5256.1571,5256.1571,5256.1571,5256.1571,5256.1571 +312.5000,1.0000,3670.7367,62.3620,62.5500,-0.1044,0.0000,5,1367.8990,203.7174,606.2310,-89.7080,29.1817,86.8402,-12.8503,-0.3464,21.9439,0.0000,21.9439,7.5843,21.9439,0.7813,0.0000,21.1626,0.0000,21.1626,6.8042,14.3584,0.0000,14.3584,-0.1606,14.5190,0.0000,19.0360,11.5167,-16.0337,1.2384,6245.5851,6245.5851,6245.5851,6245.5851,6245.5851 +313.5000,1.0000,3687.9942,62.1270,62.1740,-0.0261,0.0000,5,1362.7443,289.7140,620.5290,-89.4023,41.3440,88.5534,-12.7583,-0.0863,33.8770,0.0000,33.8770,7.5533,33.8770,0.8370,0.0000,33.0400,0.0000,33.0400,6.7785,26.2614,0.0000,26.2614,-0.0400,26.3014,0.0000,18.8214,11.4733,-3.9933,1.2547,8503.1216,8503.1216,8503.1216,8503.1216,8503.1216 +314.5000,1.0000,3705.2183,62.0070,62.0800,-0.0406,0.0000,5,1360.1121,273.5003,654.3482,-89.2462,38.9548,93.1992,-12.7114,-0.1337,31.4998,0.0000,31.4998,7.5887,31.4998,0.8231,0.0000,30.6768,0.0000,30.6768,6.7655,23.9113,0.0000,23.9113,-0.0620,23.9733,0.0000,18.7126,11.4512,-6.1904,1.2446,8043.4989,8043.4989,8043.4989,8043.4989,8043.4989 +315.5000,1.0000,3722.3704,61.7475,61.9340,-0.1036,0.0000,5,1354.4200,202.1306,646.8691,-88.9086,28.6691,91.7484,-12.6103,-0.3403,21.4809,0.0000,21.4809,7.5284,21.4809,0.7686,0.0000,20.7123,0.0000,20.7123,6.7371,13.9752,0.0000,13.9752,-0.1577,14.1329,0.0000,18.4788,11.4032,-15.7491,1.1968,6141.1350,6141.1350,6141.1350,6141.1350,6141.1350 +316.5000,1.0000,3739.4015,61.3120,61.5610,-0.1383,0.0000,5,1344.8674,160.6994,615.9556,-88.3421,22.6320,86.7476,-12.4416,-0.4511,15.7480,0.0000,15.7480,7.3351,15.7480,0.7326,0.0000,15.0154,0.0000,15.0154,6.6896,8.3258,0.0000,8.3258,-0.2091,8.5349,0.0000,18.0907,11.3228,-20.8786,1.0813,5002.4606,5002.4606,5002.4606,5002.4606,5002.4606 +317.5000,1.0000,3756.2714,60.7315,61.0630,-0.1842,0.0000,5,1332.1343,107.1644,596.0249,-87.5869,14.9495,83.1459,-12.2184,-0.5949,8.3007,0.0000,8.3007,7.2437,8.3007,0.6857,0.0000,7.6150,0.0000,7.6150,6.6263,0.9887,0.0000,0.9887,-0.2758,1.2645,0.0000,17.5819,11.2156,-27.5330,1.0776,3598.0126,3598.0126,3598.0126,3598.0126,3598.0126 +318.5000,1.0000,3772.9675,60.1060,60.4000,-0.1633,0.0000,5,1318.4140,127.5742,570.2904,-86.7732,17.6134,78.7366,-11.9803,-0.5221,10.9819,0.0000,10.9819,7.1536,10.9819,0.6887,0.0000,10.2933,0.0000,10.2933,6.5580,3.7352,0.0000,3.7352,-0.2420,3.9773,0.0000,17.0441,11.1001,-24.1670,1.0195,4064.4476,4064.4476,4064.4476,4064.4476,4064.4476 +319.5000,1.0000,3789.4975,59.5080,59.8120,-0.1689,0.0000,5,1305.2970,119.9725,575.5626,-85.9952,16.3991,78.6739,-11.7547,-0.5345,9.7073,0.0000,9.7073,7.2263,9.7073,0.6725,0.0000,9.0348,0.0000,9.0348,6.4928,2.5420,0.0000,2.5420,-0.2478,2.7898,0.0000,16.5405,10.9897,-24.7403,1.0839,3825.4689,3825.4689,3825.4689,3825.4689,3825.4689 +320.5000,1.0000,3805.9068,59.0735,59.2040,-0.0725,0.0000,5,1295.7663,225.1671,569.8275,-85.4300,30.5534,77.3212,-11.5922,-0.2278,23.6217,0.0000,23.6217,7.1595,23.6217,0.7349,0.0000,22.8868,0.0000,22.8868,6.4454,16.4414,0.0000,16.4414,-0.1056,16.5470,0.0000,16.1805,10.9094,-10.5429,1.0816,6438.7962,6438.7962,6438.7962,6438.7962,6438.7962 +321.5000,1.0000,3822.2850,58.9615,58.9430,0.0103,0.0000,5,1293.3096,316.3535,613.5744,-85.2843,42.8454,83.0995,-11.5505,0.0322,35.7107,0.0000,35.7107,7.1025,35.7107,0.7935,0.0000,34.9171,0.0000,34.9171,6.4332,28.4840,0.0000,28.4840,0.0149,28.4690,0.0000,16.0885,10.8887,1.4918,1.0678,8729.0196,8729.0196,8729.0196,8729.0196,8729.0196 +322.5000,1.0000,3838.6889,59.0540,58.9800,0.0411,0.0000,5,1295.3386,350.7046,652.1766,-85.4046,47.5722,88.4662,-11.5849,0.1291,40.3680,0.0000,40.3680,7.0751,40.3680,0.8183,0.0000,39.5497,0.0000,39.5497,6.4433,33.1064,0.0000,33.1064,0.0599,33.0466,0.0000,16.1644,10.9058,5.9764,1.0016,9625.1880,9625.1880,9625.1880,9625.1880,9625.1880 +323.5000,1.0000,3855.1578,59.2880,59.1280,0.0889,0.0000,5,1300.4714,405.1175,667.2277,-85.7090,55.1709,90.8664,-11.6723,0.2803,47.7372,0.0000,47.7372,7.1534,47.7372,0.8590,0.0000,46.8782,0.0000,46.8782,6.4688,40.4095,0.0000,40.4095,0.1299,40.2795,0.0000,16.3574,10.9490,12.9731,1.0026,11063.4536,11063.4536,11063.4536,11063.4536,11063.4536 +324.5000,1.0000,3871.7240,59.6385,59.4480,0.1058,0.0000,5,1308.1595,425.1805,690.9538,-86.1650,58.2455,94.6539,-11.8038,0.3357,50.7429,0.0000,50.7429,7.1670,50.7429,0.8798,0.0000,49.8631,0.0000,49.8631,6.5070,43.3561,0.0000,43.3561,0.1556,43.2004,0.0000,16.6493,11.0138,15.5374,1.0441,11652.3828,11652.3828,11652.3828,11652.3828,11652.3828 +325.5000,1.0000,3888.3882,59.9910,59.8290,0.0900,0.0000,5,1315.8915,408.2371,700.4993,-86.6236,56.2550,96.5287,-11.9367,0.2872,48.8709,0.0000,48.8709,7.0970,48.8709,0.8762,0.0000,47.9947,0.0000,47.9947,6.5455,41.4492,0.0000,41.4492,0.1331,41.3161,0.0000,16.9462,11.0789,13.2910,0.9656,11276.9326,11276.9326,11276.9326,11276.9326,11276.9326 +326.5000,1.0000,3905.1176,60.2260,60.1530,0.0406,0.0000,5,1321.0462,355.2372,694.6521,-86.9293,49.1434,96.0979,-12.0258,0.1299,41.7568,0.0000,41.7568,7.2567,41.7568,0.8445,0.0000,40.9123,0.0000,40.9123,6.5711,34.3411,0.0000,34.3411,0.0602,34.2809,0.0000,17.1460,11.1223,6.0126,1.0603,9920.2672,9920.2672,9920.2672,9920.2672,9920.2672 +327.5000,1.0000,3921.8796,60.3430,60.2990,0.0244,0.0000,5,1323.6126,337.9329,673.5144,-87.0815,46.8403,93.3548,-12.0702,0.0784,39.4764,0.0000,39.4764,7.2855,39.4764,0.8351,0.0000,38.6413,0.0000,38.6413,6.5839,32.0574,0.0000,32.0574,0.0364,32.0211,0.0000,17.2461,11.1439,3.6311,1.0610,9494.4908,9494.4908,9494.4908,9494.4908,9494.4908 +328.5000,1.0000,3938.6213,60.2700,60.3870,-0.0650,0.0000,5,1322.0114,237.9381,666.5159,-86.9865,32.9403,92.2729,-12.0425,-0.2084,25.9158,0.0000,25.9158,7.2329,25.9158,0.7661,0.0000,25.1497,0.0000,25.1497,6.5759,18.5738,0.0000,18.5738,-0.0966,18.6704,0.0000,17.1837,11.1304,-9.6437,1.0605,6896.0223,6896.0223,6896.0223,6896.0223,6896.0223 +329.5000,1.0000,3955.2894,60.0055,60.1530,-0.0819,0.0000,5,1316.2096,218.1468,624.1109,-86.6424,30.0679,86.0232,-11.9422,-0.2615,23.1092,0.0000,23.1092,7.2202,23.1092,0.7477,0.0000,22.3615,0.0000,22.3615,6.5471,15.8145,0.0000,15.8145,-0.1212,15.9357,0.0000,16.9585,11.0815,-12.1043,1.0590,6365.9042,6365.9042,6365.9042,6365.9042,6365.9042 +330.5000,1.0000,3971.8506,59.6200,59.8580,-0.1322,0.0000,5,1307.7537,160.2223,614.1633,-86.1409,21.9421,84.1082,-11.7968,-0.4193,15.2514,0.0000,15.2514,7.1100,15.2514,0.7020,0.0000,14.5493,0.0000,14.5493,6.5050,8.0443,0.0000,8.0443,-0.1944,8.2387,0.0000,16.6339,11.0103,-19.4055,1.0573,4850.9730,4850.9730,4850.9730,4850.9730,4850.9730 +331.5000,1.0000,3988.3178,59.2820,59.3820,-0.0556,0.0000,5,1300.3398,244.3473,587.9335,-85.7012,33.2731,80.0596,-11.6700,-0.1752,26.3317,0.0000,26.3317,7.1165,26.3317,0.7519,0.0000,25.5799,0.0000,25.5799,6.4681,19.1117,0.0000,19.1117,-0.0812,19.1929,0.0000,16.3524,10.9479,-8.1074,1.0692,6955.5944,6955.5944,6955.5944,6955.5944,6955.5944 +332.5000,1.0000,4004.7463,59.1425,59.1820,-0.0219,0.0000,5,1297.2798,281.6792,622.5879,-85.5198,38.2663,84.5791,-11.6179,-0.0690,31.1591,0.0000,31.1591,7.1763,31.1591,0.7737,0.0000,30.3854,0.0000,30.3854,6.4529,23.9324,0.0000,23.9324,-0.0320,23.9644,0.0000,16.2372,10.9222,-3.1949,1.0419,7883.7181,7883.7181,7883.7181,7883.7181,7883.7181 +333.5000,1.0000,4021.1760,59.1470,59.1030,0.0244,0.0000,5,1297.3786,332.9611,638.1173,-85.5256,45.2365,86.6954,-11.6196,0.0769,38.0201,0.0000,38.0201,7.1395,38.0201,0.8081,0.0000,37.2120,0.0000,37.2120,6.4534,30.7586,0.0000,30.7586,0.0356,30.7230,0.0000,16.2409,10.9230,3.5591,1.0686,9188.3493,9188.3493,9188.3493,9188.3493,9188.3493 +334.5000,1.0000,4037.6415,59.2760,59.1910,0.0472,0.0000,5,1300.2081,358.4772,659.9842,-85.6934,48.8093,89.8618,-11.6678,0.1489,41.5491,0.0000,41.5491,7.1114,41.5491,0.8279,0.0000,40.7213,0.0000,40.7213,6.4675,34.2538,0.0000,34.2538,0.0690,34.1848,0.0000,16.3474,10.9468,6.8906,1.0558,9864.8124,9864.8124,9864.8124,9864.8124,9864.8124 +335.5000,1.0000,4054.1906,59.5765,59.3610,0.1197,0.0000,5,1306.7996,440.0862,671.4262,-86.0843,60.2248,91.8832,-11.7804,0.3793,52.7227,0.0000,52.7227,7.1227,52.7227,0.8887,0.0000,51.8340,0.0000,51.8340,6.5003,45.3338,0.0000,45.3338,0.1759,45.1579,0.0000,16.5975,11.0023,17.5582,1.0705,12029.3189,12029.3189,12029.3189,12029.3189,12029.3189 +336.5000,1.0000,4070.8528,59.9840,59.7920,0.1067,0.0000,5,1315.7380,427.6486,706.4757,-86.6145,58.9230,97.3409,-11.9341,0.3403,51.3594,0.0000,51.3594,7.2234,51.3594,0.8886,0.0000,50.4708,0.0000,50.4708,6.5447,43.9261,0.0000,43.9261,0.1577,43.7683,0.0000,16.9403,11.0776,15.7505,1.0728,11781.6741,11781.6741,11781.6741,11781.6741,11781.6741 +337.5000,1.0000,4087.5476,60.1015,60.1760,-0.0414,0.0000,5,1318.3153,263.4423,702.5913,-86.7673,36.3692,96.9953,-11.9785,-0.1323,29.2921,0.0000,29.2921,7.2094,29.2921,0.7802,0.0000,28.5119,0.0000,28.5119,6.5575,21.9544,0.0000,21.9544,-0.0613,22.0157,0.0000,17.0399,11.0993,-6.1235,1.0461,7525.9820,7525.9820,7525.9820,7525.9820,7525.9820 +338.5000,1.0000,4104.2000,59.9485,60.0270,-0.0436,0.0000,5,1314.9593,260.2124,634.3086,-86.5683,35.8318,87.3457,-11.9206,-0.1390,28.7968,0.0000,28.7968,7.1740,28.7968,0.7752,0.0000,28.0217,0.0000,28.0217,6.5409,21.4808,0.0000,21.4808,-0.0645,21.5453,0.0000,16.9101,11.0710,-6.4358,1.0587,7428.0003,7428.0003,7428.0003,7428.0003,7428.0003 +339.5000,1.0000,4120.7758,59.6730,59.8700,-0.1094,0.0000,5,1308.9163,186.1621,631.9345,-86.2099,25.5171,86.6189,-11.8167,-0.3473,18.6914,0.0000,18.6914,7.1731,18.6914,0.7201,0.0000,17.9713,0.0000,17.9713,6.5108,11.4605,0.0000,11.4605,-0.1610,11.6215,0.0000,16.6782,11.0201,-16.0768,1.0442,5510.3740,5510.3740,5510.3740,5510.3740,5510.3740 +340.5000,1.0000,4137.1815,59.0605,59.4760,-0.2308,0.0000,5,1295.4812,49.6313,598.1846,-85.4131,6.7331,81.1512,-11.5873,-0.7251,0.2919,0.0000,0.2919,7.1663,0.2919,0.6667,0.0000,-0.3749,0.0000,-0.3749,6.4440,-6.8188,0.0000,-6.8188,-0.3361,-6.4827,0.0000,16.1705,10.9070,-33.5602,1.0816,2476.2350,2476.2350,2476.2350,2476.2350,2476.2350 +341.5000,1.0000,4153.3474,58.1970,58.6450,-0.2489,0.0000,5,1276.5405,25.7321,534.8764,-84.2897,3.4398,71.5017,-11.2678,-0.7704,-2.7847,0.0000,-2.7847,6.9949,-2.7847,0.6597,0.0000,-3.4443,0.0000,-3.4443,6.3498,-9.7941,0.0000,-9.7941,-0.3571,-9.4370,0.0000,15.4717,10.7475,-35.6562,1.0245,2044.2771,2044.2771,2044.2771,2044.2771,2044.2771 +342.5000,1.0000,4169.2711,57.3255,57.7490,-0.2353,0.0000,5,1257.4243,37.7088,519.3074,-83.1560,4.9654,68.3809,-10.9497,-0.7173,-1.2648,0.0000,-1.2648,6.9475,-1.2648,0.6411,0.0000,-1.9059,0.0000,-1.9059,6.2547,-8.1605,0.0000,-8.1605,-0.3325,-7.8280,0.0000,14.7869,10.5866,-33.2015,1.0607,2193.4436,2193.4436,2193.4436,2193.4436,2193.4436 +343.5000,1.0000,4184.9835,56.5645,56.9020,-0.1875,0.0000,5,1240.7319,87.4271,520.1878,-82.1660,11.3593,67.5876,-10.6758,-0.5641,5.0662,0.0000,5.0662,6.8572,5.0662,0.6125,0.0000,4.4537,0.0000,4.4537,6.1716,-1.7179,0.0000,-1.7179,-0.2615,-1.4564,0.0000,14.2056,10.4461,-26.1081,1.0441,2956.9198,2956.9198,2956.9198,2956.9198,2956.9198 +344.5000,1.0000,4200.5281,55.9605,56.2270,-0.1481,0.0000,5,1227.4833,128.9159,539.0226,-81.3803,16.5711,69.2869,-10.4608,-0.4406,10.2136,0.0000,10.2136,6.7982,10.2136,0.6180,0.0000,9.5956,0.0000,9.5956,6.1057,3.4898,0.0000,3.4898,-0.2043,3.6941,0.0000,13.7552,10.3345,-20.3956,1.0548,3792.5945,3792.5945,3792.5945,3792.5945,3792.5945 +345.5000,1.0000,4215.9096,55.3735,55.6940,-0.1781,0.0000,5,1214.6075,93.3750,554.6896,-80.6166,11.8767,70.5529,-10.2539,-0.5244,5.6720,0.0000,5.6720,6.7291,5.6720,0.5913,0.0000,5.0807,0.0000,5.0807,6.0417,-0.9610,0.0000,-0.9610,-0.2431,-0.7179,0.0000,13.3270,10.2261,-24.2709,1.0522,2990.7200,2990.7200,2990.7200,2990.7200,2990.7200 +346.5000,1.0000,4231.1217,54.7635,55.0530,-0.1608,0.0000,5,1201.2273,110.4229,535.4865,-79.8231,13.8903,67.3600,-10.0411,-0.4684,7.6675,0.0000,7.6675,6.6913,7.6675,0.5866,0.0000,7.0809,0.0000,7.0809,5.9751,1.1057,0.0000,1.1057,-0.2172,1.3229,0.0000,12.8913,10.1135,-21.6819,1.0496,3305.2436,3305.2436,3305.2436,3305.2436,3305.2436 +347.5000,1.0000,4246.1592,54.1350,54.4740,-0.1883,0.0000,5,1187.4413,77.8474,539.7987,-79.0011,9.6802,67.1232,-9.8237,-0.5422,3.5838,0.0000,3.5838,6.6387,3.5838,0.5762,0.0000,3.0075,0.0000,3.0075,5.9066,-2.8990,0.0000,-2.8990,-0.2514,-2.6477,0.0000,12.4527,9.9974,-25.0977,1.0463,2701.2180,2701.2180,2701.2180,2701.2180,2701.2180 +348.5000,1.0000,4261.0019,53.4340,53.7960,-0.2011,0.0000,5,1172.0650,61.1697,520.8171,-78.0839,7.5079,63.9242,-9.5839,-0.5715,1.5249,0.0000,1.5249,6.5545,1.5249,0.5701,0.0000,0.9548,0.0000,0.9548,5.8301,-4.8753,0.0000,-4.8753,-0.2649,-4.6103,0.0000,11.9752,9.8679,-26.4535,1.0172,2424.9704,2424.9704,2424.9704,2424.9704,2424.9704 +349.5000,1.0000,4275.6358,52.6820,53.0720,-0.2167,0.0000,5,1155.5700,41.4950,508.7504,-77.0999,5.0214,61.5644,-9.3299,-0.6071,-0.8620,0.0000,-0.8620,6.4905,-0.8620,0.5640,0.0000,-1.4260,0.0000,-1.4260,5.7480,-7.1741,0.0000,-7.1741,-0.2814,-6.8927,0.0000,11.4768,9.7291,-28.0985,1.0256,2100.1587,2100.1587,2100.1587,2100.1587,2100.1587 +350.5000,1.0000,4290.0754,51.9825,52.2920,-0.1719,0.0000,5,1140.2266,88.6358,495.4157,-76.1847,10.5835,59.1547,-9.0968,-0.4754,4.6133,0.0000,4.6133,6.4455,4.6133,0.5392,0.0000,4.0741,0.0000,4.0741,5.6717,-1.5976,0.0000,-1.5976,-0.2204,-1.3773,0.0000,11.0255,9.5999,-22.0026,1.0336,2842.4754,2842.4754,2842.4754,2842.4754,2842.4754 +351.5000,1.0000,4304.3313,51.3210,51.6730,-0.1956,0.0000,5,1125.7167,60.3485,514.1996,-75.3191,7.1142,60.6163,-8.8790,-0.5338,1.2715,0.0000,1.2715,6.3765,1.2715,0.5372,0.0000,0.7343,0.0000,0.7343,5.5995,-4.8652,0.0000,-4.8652,-0.2474,-4.6178,0.0000,10.6100,9.4777,-24.7055,1.0297,2381.5064,2381.5064,2381.5064,2381.5064,2381.5064 +352.5000,1.0000,4318.4044,50.6635,50.9690,-0.1697,0.0000,5,1111.2945,86.7572,497.0326,-74.4588,10.0963,57.8419,-8.6651,-0.4573,4.2318,0.0000,4.2318,6.3219,4.2318,0.5195,0.0000,3.7122,0.0000,3.7122,5.5278,-1.8156,0.0000,-1.8156,-0.2120,-1.6036,0.0000,10.2073,9.3563,-21.1672,1.0260,2793.5431,2793.5431,2793.5431,2793.5431,2793.5431 +353.5000,1.0000,4332.2693,49.9135,50.3580,-0.2469,0.0000,5,1094.8434,-0.4651,505.7941,-73.4160,-0.0533,57.9902,-8.4173,-0.6555,-5.6884,0.0000,-5.6884,6.2907,-5.6884,0.5328,0.0000,-6.2212,0.0000,-6.2212,5.4460,-11.6672,0.0000,-11.6672,-0.3039,-11.3633,0.0000,9.7611,9.2178,-30.3422,1.0221,1217.1877,1217.1877,1217.1877,1217.1877,1217.1877 +354.5000,1.0000,4345.8904,49.0360,49.4690,-0.2406,0.0000,5,1075.5956,3.6466,457.8035,-72.0381,0.4107,51.5652,-8.1141,-0.6274,-5.1491,0.0000,-5.1491,6.1872,-5.1491,0.5180,0.0000,-5.6671,0.0000,-5.6671,5.3502,-11.0173,0.0000,-11.0173,-0.2908,-10.7265,0.0000,9.2553,9.0557,-29.0375,1.0060,1250.4807,1250.4807,1250.4807,1250.4807,1250.4807 +355.5000,1.0000,4359.2394,48.0565,48.6030,-0.3036,0.0000,5,1054.1105,-68.7020,453.9371,-70.5002,-7.5838,50.1084,-7.7822,-0.7760,-12.9237,0.0000,-12.9237,6.1159,-12.9237,0.5227,0.0000,-13.4463,0.0000,-13.4463,5.2433,-18.6897,0.0000,-18.6897,-0.3597,-18.3300,0.0000,8.7121,8.8748,-35.9169,1.0009,0.0000,0.0000,0.0000,0.0000,0.0000 +356.5000,1.0000,4372.2067,46.6820,47.5100,-0.4600,0.0000,5,1023.9611,49.8839,408.7091,-68.3420,5.3490,43.8255,-7.3282,-1.1421,0.4688,0.0000,0.4688,6.0223,0.4688,0.4688,0.0000,0.0000,0.0000,0.0000,5.0934,-5.0934,31.6890,-36.7823,-0.5294,-36.2529,0.0000,7.9872,8.6210,-52.8611,1.0052,2021.9950,2021.9950,2021.9950,2021.9950,2021.9950 +357.5000,1.0000,4384.7176,45.0395,45.8540,-0.4525,0.0000,5,987.9331,67.9534,458.1996,-67.3171,7.0302,47.4036,-6.9644,-1.0839,0.4449,0.0000,0.4449,7.6692,0.4449,0.4449,0.0000,0.0000,0.0000,0.0000,4.9142,-4.9142,30.2668,-35.1809,-0.5025,-34.6785,0.0000,7.1735,8.3177,-50.1697,0.9851,2279.4272,2279.4272,2279.4272,2279.4272,2279.4272 +358.5000,1.0000,4396.8608,43.7155,44.2250,-0.2831,0.0000,5,958.8914,-40.2405,454.3911,-68.9784,-4.0407,45.6276,-6.9265,-0.6581,-10.9102,0.0000,-10.9102,7.5275,-10.9102,0.4544,0.0000,-11.3646,0.0000,-11.3646,4.7697,-16.1343,0.0000,-16.1343,-0.3051,-15.8292,0.0000,6.5581,8.0732,-30.4605,0.9782,337.1718,337.1718,337.1718,337.1718,337.1718 +359.5000,1.0000,4408.7204,42.6945,43.2060,-0.2842,0.0000,5,936.4960,-44.7019,386.7452,-70.2596,-4.3839,37.9280,-6.8903,-0.6453,-11.0723,0.0000,-11.0723,7.3336,-11.0723,0.4405,0.0000,-11.5127,0.0000,-11.5127,4.6583,-16.1710,0.0000,-16.1710,-0.2991,-15.8719,0.0000,6.1093,7.8846,-29.8658,0.9495,251.6265,251.6265,251.6265,251.6265,251.6265 +360.5000,1.0000,4420.2940,41.6650,42.1830,-0.2878,0.0000,5,913.9141,-49.6982,385.1879,-71.5513,-4.7564,36.8644,-6.8478,-0.6377,-11.4660,0.0000,-11.4660,7.3473,-11.4660,0.4272,0.0000,-11.8932,0.0000,-11.8932,4.5460,-16.4392,0.0000,-16.4392,-0.2956,-16.1436,0.0000,5.6780,7.6945,-29.5160,1.0909,157.4209,157.4209,157.4209,157.4209,157.4209 +361.5000,1.0000,4431.5414,40.4905,41.1470,-0.3647,0.0000,5,888.1517,73.7190,396.3609,-73.1945,6.8564,36.8644,-6.8076,-0.7854,0.3816,0.0000,0.3816,7.2602,0.3816,0.3816,0.0000,0.0000,0.0000,0.0000,4.4178,-4.4178,19.6103,-24.0281,-0.3641,-23.6640,0.0000,5.2118,7.4776,-36.3534,1.0857,2098.1133,2098.1133,2098.1133,2098.1133,2098.1133 +362.5000,1.0000,4442.4219,39.1700,39.8340,-0.3689,0.0000,5,859.1867,75.8616,411.5190,-75.2657,6.8256,37.0259,-6.7719,-0.7685,0.3640,0.0000,0.3640,7.2300,0.3640,0.3640,0.0000,0.0000,0.0000,0.0000,4.2738,-4.2738,19.6999,-23.9737,-0.3562,-23.6174,0.0000,4.7184,7.2337,-35.5696,1.0922,2054.5113,2054.5113,2054.5113,2054.5113,2054.5113 +363.5000,1.0000,4453.0861,38.3910,38.5060,-0.0639,0.0000,5,842.0995,190.0645,418.0369,-76.4875,16.7607,36.8644,-6.7450,-0.1304,9.9931,0.0000,9.9931,6.8981,9.9931,0.3716,0.0000,9.6215,0.0000,9.6215,4.1888,5.4328,0.0000,5.4328,-0.0605,5.4932,0.0000,4.4412,7.0899,-6.0379,0.9612,3675.8370,3675.8370,3675.8370,3675.8370,3675.8370 +364.5000,1.0000,4463.6365,37.9813,38.2760,-0.1637,0.0000,0,719.7885,20.5044,489.0723,-88.1013,1.5455,36.8644,-6.6407,-5.2950,0.0000,0.0000,0.0000,6.8405,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.1441,-4.1441,0.0000,-4.1441,-0.1533,-3.9908,0.0000,4.3008,7.0142,-15.3058,0.9268,1080.6094,1080.6094,1080.6094,1080.6094,1080.6094 +365.5000,1.0000,4474.1206,37.7429,38.9730,0.0313,0.0000,4,913.5476,406.3711,406.3711,-71.5723,38.8761,38.8761,-6.8471,17.5906,14.3083,0.0000,14.3083,6.9772,19.1906,0.9491,0.0000,18.2415,0.0000,18.2415,4.1181,14.1234,0.0000,14.1234,0.0291,14.0943,0.0000,4.2201,6.9702,2.9041,0.9690,7913.3191,7913.3191,7913.3191,7913.3191,7913.3191 +366.5000,1.0000,4484.9170,38.8668,40.2540,0.5931,0.0000,4,1261.7545,636.6603,636.6603,-83.4128,84.1223,84.1223,-11.0214,2.6856,75.8947,0.0000,75.8947,5.5421,75.8947,2.1096,0.0000,73.7850,0.0000,73.7850,4.6779,69.1072,0.0000,69.1072,0.5684,68.5388,0.0000,4.6119,7.1777,56.7492,1.0482,16444.3261,16444.3261,16444.3261,16444.3261,16444.3261 +367.5000,1.0000,4496.3925,41.3120,41.5140,0.7653,0.0000,4,1341.1346,776.3706,776.3706,-88.1207,109.0360,109.0360,-12.3760,3.6832,99.6748,0.0000,99.6748,5.6780,99.6748,2.6445,0.0000,97.0303,0.0000,97.0303,5.2512,91.7791,0.0000,91.7791,0.7795,90.9996,0.0000,5.5402,7.6293,77.8301,1.0661,21188.4944,21188.4944,21188.4944,21188.4944,21188.4944 +368.5000,1.0000,4508.5850,43.8928,43.2920,0.6684,0.0000,4,1424.9154,703.6269,835.0107,-93.0896,104.9929,124.5976,-13.8905,3.4179,95.7576,0.0000,95.7576,5.8174,95.7576,2.6316,0.0000,93.1260,0.0000,93.1260,5.4298,87.6962,0.0000,87.6962,0.7234,86.9728,0.0000,6.6423,8.1059,72.2246,1.0906,20478.7965,20478.7965,20478.7965,20478.7965,20478.7965 +369.5000,1.0000,4521.3350,45.9000,45.0960,0.4467,0.0000,4,1490.0759,531.5862,818.6288,-96.9541,82.9489,127.7392,-15.1288,2.3884,74.6076,0.0000,74.6076,5.9529,74.6076,2.2615,0.0000,72.3461,0.0000,72.3461,5.3025,67.0436,0.0000,67.0436,0.5055,66.5381,0.0000,7.5925,8.4766,50.4691,1.1123,16321.0013,16321.0013,16321.0013,16321.0013,16321.0013 +370.5000,1.0000,4534.4957,47.3785,46.7040,0.3747,0.0000,4,1538.0732,477.8077,770.0503,-99.8007,76.9589,124.0294,-16.0746,2.0682,68.7774,0.0000,68.7774,6.1132,68.7774,2.1850,0.0000,66.5924,0.0000,66.5924,5.3520,61.2404,0.0000,61.2404,0.4377,60.8027,0.0000,8.3492,8.7496,43.7039,1.1383,15277.2949,15277.2949,15277.2949,15277.2949,15277.2949 +371.5000,1.0000,4547.9849,48.5610,48.0530,0.2822,0.0000,4,1576.4614,406.8257,760.5958,-102.0774,67.1615,125.5642,-16.8516,1.5966,59.3842,0.0000,59.3842,6.1807,59.3842,2.0299,0.0000,57.3544,0.0000,57.3544,5.3221,52.0322,0.0000,52.0322,0.3379,51.6943,0.0000,8.9892,8.9680,33.7371,1.1204,13526.8802,13526.8802,13526.8802,13526.8802,13526.8802 +372.5000,1.0000,4561.7955,49.7185,49.0690,0.3608,0.0000,4,1614.0379,471.6961,745.9458,-103.9734,79.7269,126.0810,-17.5738,2.0899,71.3400,0.0000,71.3400,6.2969,71.3400,2.3016,0.0000,69.0384,0.0000,69.0384,5.6037,63.4347,0.0000,63.4347,0.4423,62.9923,0.0000,9.6480,9.1818,44.1625,1.1526,15938.9722,15938.9722,15938.9722,15938.9722,15938.9722 +373.5000,1.0000,4575.9575,50.9830,50.3680,0.3417,0.0000,4,1655.0880,459.2400,770.4950,-105.4353,79.5957,133.5425,-18.2741,2.0293,71.1796,0.0000,71.1796,6.3868,71.1796,2.3347,0.0000,68.8448,0.0000,68.8448,5.7170,63.1278,0.0000,63.1278,0.4295,62.6983,0.0000,10.4028,9.4153,42.8802,1.1478,15935.0908,15935.0908,15935.0908,15935.0908,15935.0908 +374.5000,1.0000,4590.4483,52.1670,51.5980,0.3161,0.0000,4,1693.5248,441.7475,772.9079,-106.8042,78.3419,137.0717,-18.9412,1.9211,69.9304,0.0000,69.9304,6.4905,69.9304,2.3444,0.0000,67.5860,0.0000,67.5860,5.8069,61.7790,0.0000,61.7790,0.4066,61.3725,0.0000,11.1442,9.6340,40.5943,1.1733,15757.1579,15757.1579,15757.1579,15757.1579,15757.1579 +375.5000,1.0000,4604.9948,52.3675,52.7360,-0.2047,0.0000,0,1698.0172,28.9276,771.3945,-106.9641,5.1438,137.1662,-19.0199,-1.4577,0.0000,0.0000,0.0000,6.6015,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.7137,-5.7137,0.0000,-5.7137,-0.2643,-5.4494,0.0000,11.2724,9.6710,-26.3928,1.1611,3195.2598,3195.2598,3195.2598,3195.2598,3195.2598 +376.5000,1.0000,4619.6444,52.7386,53.9180,0.4109,0.0000,5,1428.5359,572.4625,572.4625,-93.3043,85.6381,85.6381,-13.9579,-22.4146,101.4156,0.0000,101.4156,6.6370,82.1251,0.9280,0.0000,81.1971,0.0000,81.1971,6.0636,75.1335,0.0000,75.1335,0.5343,74.5993,0.0000,11.5155,9.7395,53.3443,1.0775,16739.0429,16739.0429,16739.0429,16739.0429,16739.0429 +377.5000,1.0000,4634.7292,54.3052,54.9130,0.4595,0.0000,5,1191.1744,801.9637,801.9637,-79.2238,100.0365,100.0365,-9.8823,1.3270,91.9932,0.0000,91.9932,6.7164,91.9932,1.0012,0.0000,90.9920,0.0000,90.9920,6.3545,84.6376,0.0000,84.6376,0.6152,84.0224,0.0000,12.5729,10.0288,61.4207,1.0474,19475.2732,19475.2732,19475.2732,19475.2732,19475.2732 +378.5000,1.0000,4650.2901,56.0192,56.0590,0.4928,0.0000,5,1228.7705,844.8566,844.8566,-81.4566,108.7132,108.7132,-10.4816,1.4681,100.4883,0.0000,100.4883,6.7568,100.4883,1.0703,0.0000,99.4180,0.0000,99.4180,6.6383,92.7797,0.0000,92.7797,0.6806,92.0991,0.0000,13.8016,10.3454,67.9521,1.0550,21115.7217,21115.7217,21115.7217,21115.7217,21115.7217 +379.5000,1.0000,4666.2373,57.4101,57.0300,0.2800,0.0000,5,1259.2795,610.3237,866.3654,-83.2660,80.4843,114.2489,-10.9804,0.8548,72.7209,0.0000,72.7209,6.9086,72.7209,0.9535,0.0000,71.7674,0.0000,71.7674,6.3514,65.4160,0.0000,65.4160,0.3963,65.0198,0.0000,14.8528,10.6022,39.5647,1.0477,15815.5383,15815.5383,15815.5383,15815.5383,15815.5383 +380.5000,1.0000,4682.4640,58.4160,57.9140,0.2789,0.0000,5,1281.3442,612.3601,770.9200,-84.5746,82.1677,103.4436,-11.3484,0.8665,74.3878,0.0000,74.3878,6.9135,74.3878,0.9780,0.0000,73.4098,0.0000,73.4098,6.4684,66.9413,0.0000,66.9413,0.4017,66.5397,0.0000,15.6473,10.7880,40.1044,1.0388,16114.3873,16114.3873,16114.3873,16114.3873,16114.3873 +381.5000,1.0000,4698.9148,59.2230,58.9180,0.1694,0.0000,5,1299.0456,493.7550,774.3705,-85.6245,67.1683,105.3421,-11.6480,0.5337,59.5701,0.0000,59.5701,7.0646,59.5701,0.9171,0.0000,58.6530,0.0000,58.6530,6.4617,52.1913,0.0000,52.1913,0.2474,51.9438,0.0000,16.3040,10.9370,24.7028,1.0689,13360.3729,13360.3729,13360.3729,13360.3729,13360.3729 +382.5000,1.0000,4715.5039,59.7205,59.5280,0.1069,0.0000,5,1309.9582,426.4115,727.5810,-86.2717,58.4945,99.8085,-11.8346,0.3397,51.0250,0.0000,51.0250,7.1298,51.0250,0.8825,0.0000,50.1425,0.0000,50.1425,6.5160,43.6265,0.0000,43.6265,0.1575,43.4691,0.0000,16.7181,11.0289,15.7221,1.0711,11699.8889,11699.8889,11699.8889,11699.8889,11699.8889 +383.5000,1.0000,4732.1290,59.8505,59.9130,-0.0347,0.0000,5,1312.8097,269.8077,701.1919,-86.4408,37.0924,96.3978,-11.8836,-0.1105,30.0231,0.0000,30.0231,7.1798,30.0231,0.7797,0.0000,29.2434,0.0000,29.2434,6.5302,22.7133,0.0000,22.7133,-0.0512,22.7645,0.0000,16.8273,11.0529,-5.1157,1.0719,7661.3923,7661.3923,7661.3923,7661.3923,7661.3923 +384.5000,1.0000,4748.6853,59.6025,59.7880,-0.1031,0.0000,5,1307.3699,192.4989,635.6033,-86.1182,26.3545,87.0188,-11.7902,-0.3267,19.5808,0.0000,19.5808,7.1004,19.5808,0.7234,0.0000,18.8574,0.0000,18.8574,6.5031,12.3543,0.0000,12.3543,-0.1514,12.5058,0.0000,16.6191,11.0071,-15.1205,1.0706,5664.9064,5664.9064,5664.9064,5664.9064,5664.9064 +385.5000,1.0000,4765.1468,59.2615,59.4170,-0.0864,0.0000,5,1299.8901,209.7281,601.5098,-85.6746,28.5491,81.8800,-11.6624,-0.2723,21.7453,0.0000,21.7453,7.0760,21.7453,0.7286,0.0000,21.0167,0.0000,21.0167,6.4659,14.5508,0.0000,14.5508,-0.1262,14.6770,0.0000,16.3355,10.9441,-12.6026,1.0691,6074.2634,6074.2634,6074.2634,6074.2634,6074.2634 +386.5000,1.0000,4781.5776,59.1510,59.1060,0.0250,0.0000,5,1297.4663,332.8904,607.9341,-85.5308,45.2299,82.6002,-11.6211,0.0786,38.1071,0.0000,38.1071,7.0442,38.1071,0.8086,0.0000,37.2984,0.0000,37.2984,6.4538,30.8446,0.0000,30.8446,0.0365,30.8081,0.0000,16.2442,10.9237,3.6403,1.0686,9187.2820,9187.2820,9187.2820,9187.2820,9187.2820 +387.5000,1.0000,4798.0535,59.3130,59.1960,0.0650,0.0000,5,1301.0197,378.1544,660.0241,-85.7416,51.5207,89.9233,-11.6816,0.2050,44.2307,0.0000,44.2307,7.0849,44.2307,0.8419,0.0000,43.3888,0.0000,43.3888,6.4715,36.9173,0.0000,36.9173,0.0951,36.8223,0.0000,16.3781,10.9536,9.4906,1.0693,10373.7422,10373.7422,10373.7422,10373.7422,10373.7422 +388.5000,1.0000,4814.6222,59.6475,59.4300,0.1208,0.0000,5,1308.3569,441.3989,679.8060,-86.1767,60.4764,93.1408,-11.8071,0.3833,52.9914,0.0000,52.9914,7.1017,52.9914,0.8912,0.0000,52.1002,0.0000,52.1002,6.5080,45.5922,0.0000,45.5922,0.1777,45.4145,0.0000,16.6569,11.0154,17.7422,1.0708,12076.8891,12076.8891,12076.8891,12076.8891,12076.8891 +389.5000,1.0000,4831.3128,60.0860,59.8650,0.1228,0.0000,5,1317.9753,445.1998,707.2616,-86.7472,61.4456,97.6149,-11.9727,0.3924,53.9244,0.0000,53.9244,7.1288,53.9244,0.9031,0.0000,53.0214,0.0000,53.0214,6.5559,46.4655,0.0000,46.4655,0.1819,46.2836,0.0000,17.0269,11.0964,18.1603,1.0735,12258.4087,12258.4087,12258.4087,12258.4087,12258.4087 +390.5000,1.0000,4848.1448,60.5955,60.3070,0.1603,0.0000,5,1329.1511,488.7352,710.3008,-87.4100,68.0263,98.8656,-12.1665,0.5165,60.3570,0.0000,60.3570,7.1527,60.3570,0.9437,0.0000,59.4133,0.0000,59.4133,6.6114,52.8018,0.0000,52.8018,0.2395,52.5624,0.0000,17.4639,11.1905,23.9080,1.0216,13502.7445,13502.7445,13502.7445,13502.7445,13502.7445 +391.5000,1.0000,4865.1610,61.2580,60.8840,0.2078,0.0000,5,1343.6830,544.4209,729.6021,-88.2718,76.6055,102.6624,-12.4207,0.6769,68.6823,0.0000,68.6823,7.2464,68.6823,0.9964,0.0000,67.6859,0.0000,67.6859,6.6837,61.0021,0.0000,61.0021,0.3138,60.6883,0.0000,18.0433,11.3128,31.3322,1.0528,15056.8585,15056.8585,15056.8585,15056.8585,15056.8585 +392.5000,1.0000,4882.3801,61.9890,61.6320,0.1983,0.0000,5,1359.7173,536.8280,753.7586,-89.2228,76.4385,107.3271,-12.7044,0.6539,68.4839,0.0000,68.4839,7.3007,68.4839,1.0077,0.0000,67.4762,0.0000,67.4762,6.7635,60.7128,0.0000,60.7128,0.3031,60.4096,0.0000,18.6969,11.4478,30.2649,1.0856,15015.6497,15015.6497,15015.6497,15015.6497,15015.6497 +393.5000,1.0000,4899.7867,62.6635,62.3460,0.1764,0.0000,5,1374.5123,515.5248,752.8317,-90.1003,74.2039,108.3615,-12.9689,0.5879,66.2127,0.0000,66.2127,7.4034,66.2127,1.0078,0.0000,65.2049,0.0000,65.2049,6.8371,58.3678,0.0000,58.3678,0.2725,58.0953,0.0000,19.3137,11.5724,27.2092,1.0759,14618.3371,14618.3371,14618.3371,14618.3371,14618.3371 +394.5000,1.0000,4917.3436,63.2050,62.9810,0.1244,0.0000,5,1386.3900,459.4876,746.5237,-90.8047,66.7095,108.3821,-13.1832,0.4183,58.9239,0.0000,58.9239,7.3673,58.9239,0.9806,0.0000,57.9432,0.0000,57.9432,6.8962,51.0471,0.0000,51.0471,0.1939,50.8532,0.0000,19.8185,11.6724,19.3623,1.0934,13252.0704,13252.0704,13252.0704,13252.0704,13252.0704 +395.5000,1.0000,4934.9990,63.5595,63.4290,0.0725,0.0000,5,1394.1659,403.6521,726.4670,-91.2659,58.9319,106.0618,-13.3245,0.2451,51.2318,0.0000,51.2318,7.4550,51.2318,0.9482,0.0000,50.2835,0.0000,50.2835,6.9348,43.3487,0.0000,43.3487,0.1136,43.2351,0.0000,20.1537,11.7379,11.3435,1.0957,11828.2123,11828.2123,11828.2123,11828.2123,11828.2123 +396.5000,1.0000,4952.6917,63.6935,63.6900,0.0019,0.0000,5,1397.1052,325.5418,705.8907,-91.4402,47.6282,103.2750,-13.3781,0.0066,40.1967,0.0000,40.1967,7.4249,40.1967,0.8954,0.0000,39.3013,0.0000,39.3013,6.9495,32.3519,0.0000,32.3519,0.0031,32.3488,0.0000,20.2813,11.7626,0.3049,1.0684,9709.1017,9709.1017,9709.1017,9709.1017,9709.1017 +397.5000,1.0000,4970.3929,63.7245,63.6970,0.0153,0.0000,5,1397.7852,340.4901,675.9394,-91.4805,49.8395,98.9411,-13.3905,0.0518,42.3595,0.0000,42.3595,7.4282,42.3595,0.9067,0.0000,41.4527,0.0000,41.4527,6.9528,34.4999,0.0000,34.4999,0.0240,34.4759,0.0000,20.3110,11.7683,2.3966,1.0686,10126.3058,10126.3058,10126.3058,10126.3058,10126.3058 +398.5000,1.0000,4988.1093,63.7790,63.7520,0.0150,0.0000,5,1398.9806,340.3238,681.9303,-91.5514,49.8577,99.9034,-13.4124,0.0509,42.3867,0.0000,42.3867,7.4201,42.3867,0.9078,0.0000,41.4789,0.0000,41.4789,6.9588,34.5201,0.0000,34.5201,0.0236,34.4966,0.0000,20.3631,11.7784,2.3550,1.0689,10131.9749,10131.9749,10131.9749,10131.9749,10131.9749 +399.5000,1.0000,5005.8596,63.9010,63.8060,0.0528,0.0000,5,1401.6567,382.8366,682.2571,-91.7101,56.1932,100.1425,-13.4613,0.1794,48.5794,0.0000,48.5794,7.4344,48.5794,0.9409,0.0000,47.6385,0.0000,47.6385,6.9721,40.6664,0.0000,40.6664,0.0831,40.5833,0.0000,20.4802,11.8009,8.3021,1.0979,11322.0938,11322.0938,11322.0938,11322.0938,11322.0938 +400.5000,1.0000,5023.6785,64.1480,63.9960,0.0844,0.0000,5,1407.0746,419.5813,699.3901,-92.0315,61.8247,103.0541,-13.5607,0.2881,54.0049,0.0000,54.0049,7.5317,54.0049,0.9723,0.0000,53.0326,0.0000,53.0326,6.9991,46.0335,0.0000,46.0335,0.1336,45.9000,0.0000,20.7187,11.8465,13.3347,1.0995,12371.1184,12371.1184,12371.1184,12371.1184,12371.1184 +401.5000,1.0000,5041.5986,64.5125,64.3000,0.1181,0.0000,5,1415.0698,458.8548,714.5756,-92.5056,67.9957,105.8899,-13.7080,0.4051,59.9711,0.0000,59.9711,7.6196,59.9711,1.0085,0.0000,58.9627,0.0000,58.9627,7.0388,51.9238,0.0000,51.9238,0.1878,51.7361,0.0000,21.0740,11.9139,18.7482,1.1018,13495.7426,13495.7426,13495.7426,13495.7426,13495.7426 +402.5000,1.0000,5059.6346,64.9295,64.7250,0.1136,0.0000,5,1424.2166,454.9968,730.8319,-93.0481,67.8599,108.9989,-13.8775,0.3923,59.9168,0.0000,59.9168,7.5507,59.9168,1.0155,0.0000,58.9014,0.0000,58.9014,7.0843,51.8170,0.0000,51.8170,0.1819,51.6352,0.0000,21.4853,11.9909,18.1590,1.0904,13473.3668,13473.3668,13473.3668,13473.3668,13473.3668 +403.5000,1.0000,5077.7332,65.1550,65.1340,0.0117,0.0000,5,1429.1629,342.8738,730.6922,-93.3415,51.3150,109.3566,-13.9696,0.0404,43.6793,0.0000,43.6793,7.5953,43.6793,0.9382,0.0000,42.7411,0.0000,42.7411,7.1089,35.6322,0.0000,35.6322,0.0187,35.6134,0.0000,21.7097,12.0325,1.8712,1.1059,10412.1120,10412.1120,10412.1120,10412.1120,10412.1120 +404.5000,1.0000,5095.8821,65.3360,65.1760,0.0889,0.0000,5,1433.1331,429.3113,689.4517,-93.5769,64.4299,103.4711,-14.0438,0.3089,56.5312,0.0000,56.5312,7.5898,56.5312,1.0057,0.0000,55.5256,0.0000,55.5256,7.1287,48.3969,0.0000,48.3969,0.1432,48.2537,0.0000,21.8913,12.0659,14.2965,1.0930,12863.3125,12863.3125,12863.3125,12863.3125,12863.3125 +405.5000,1.0000,5114.1544,65.7805,65.4960,0.1581,0.0000,5,1442.8832,508.5190,722.8880,-94.1552,76.8364,109.2272,-14.2267,0.5530,68.5906,0.0000,68.5906,7.6928,68.5906,1.0738,0.0000,67.5168,0.0000,67.5168,7.1772,60.3397,0.0000,60.3397,0.2563,60.0833,0.0000,22.3414,12.1480,25.5939,1.1099,15155.1979,15155.1979,15155.1979,15155.1979,15155.1979 +406.5000,1.0000,5132.6065,66.4275,66.0650,0.2014,0.0000,5,1457.0750,559.6881,753.6878,-94.9969,85.3998,115.0011,-14.4951,0.7115,76.9110,0.0000,76.9110,7.7773,76.9110,1.1269,0.0000,75.7841,0.0000,75.7841,7.2478,68.5363,0.0000,68.5363,0.3298,68.2065,0.0000,23.0074,12.2675,32.9316,1.1000,16723.1552,16723.1552,16723.1552,16723.1552,16723.1552 +407.5000,1.0000,5151.3215,67.3740,66.7900,0.3244,0.0000,5,1477.8363,703.1414,774.1229,-96.2282,108.8172,119.8022,-14.8921,1.1626,99.7223,0.0000,99.7223,7.9323,99.7223,1.2579,0.0000,98.4645,0.0000,98.4645,7.6673,90.7971,0.0000,90.7971,0.5389,90.2582,0.0000,24.0060,12.4423,53.8099,1.1223,21233.5500,21233.5500,21233.5500,21233.5500,21233.5500 +408.5000,1.0000,5170.3815,68.6160,67.9580,0.3656,0.0000,5,1505.0793,754.6394,826.0699,-97.8439,118.9399,130.1982,-15.4213,1.3340,109.6540,0.0000,109.6540,7.9518,109.6540,1.3300,0.0000,108.3240,0.0000,108.3240,7.9293,100.3947,0.0000,100.3947,0.6184,99.7763,0.0000,25.3587,12.6717,61.7459,1.1033,23197.5699,23197.5699,23197.5699,23197.5699,23197.5699 +409.5000,1.0000,5189.7775,69.8255,69.2740,0.3064,0.0000,5,1531.6095,694.3695,845.5528,-99.4174,111.3698,135.6180,-15.9455,1.1378,102.0503,0.0000,102.0503,8.1816,102.0503,1.3142,0.0000,100.7361,0.0000,100.7361,7.9266,92.8095,0.0000,92.8095,0.5275,92.2820,0.0000,26.7227,12.8950,52.6643,1.1370,21764.2742,21764.2742,21764.2742,21764.2742,21764.2742 +410.5000,1.0000,5209.4215,70.7185,70.3770,0.1897,0.0000,5,1551.1973,566.6698,828.3612,-100.5791,92.0504,134.5598,-16.3382,0.7136,83.1411,0.0000,83.1411,8.1957,83.1411,1.2363,0.0000,81.9049,0.0000,81.9049,7.7262,74.1787,0.0000,74.1787,0.3308,73.8479,0.0000,27.7600,13.0600,33.0279,1.1282,18099.7910,18099.7910,18099.7910,18099.7910,18099.7910 +411.5000,1.0000,5229.2764,71.4775,71.0600,0.2319,0.0000,5,1567.8458,618.0646,789.5145,-101.5665,101.4766,129.6260,-16.6756,0.8817,92.3131,0.0000,92.3131,8.2817,92.3131,1.2963,0.0000,91.0168,0.0000,91.0168,7.9326,83.0842,0.0000,83.0842,0.4087,82.6754,0.0000,28.6638,13.2001,40.8115,1.1439,19929.4602,19929.4602,19929.4602,19929.4602,19929.4602 +412.5000,1.0000,5249.1608,71.5840,71.8950,-0.1728,0.0000,5,1570.1819,168.6055,808.0231,-101.7050,27.7236,132.8625,-16.7233,-0.6578,20.0075,0.0000,20.0075,8.3739,20.0075,0.9368,0.0000,19.0707,0.0000,19.0707,7.8104,11.2603,0.0000,11.2603,-0.3049,11.5653,0.0000,28.7917,13.2198,-30.4462,1.1318,6181.5166,6181.5166,6181.5166,6181.5166,6181.5166 +413.5000,1.0000,5268.8242,70.7880,71.2730,-0.2694,0.0000,5,1552.7217,48.8824,659.0063,-100.6695,7.9483,107.1548,-16.3689,-1.0144,2.0938,0.0000,2.0938,6.8689,2.0938,0.8776,0.0000,1.2163,0.0000,1.2163,7.7235,-6.5073,0.0000,-6.5073,-0.4703,-6.0370,0.0000,27.8426,13.0728,-46.9524,1.1159,3164.3873,3164.3873,3164.3873,3164.3873,3164.3873 +414.5000,1.0000,5288.2104,69.7905,70.3030,-0.2847,0.0070,5,1530.8418,25.9169,611.6109,-99.3718,4.1547,98.0470,-15.9302,-1.0568,-1.2354,0.0000,-1.2354,6.4470,-1.2354,0.8665,0.0000,-2.1020,0.0000,-2.1020,7.6147,-9.7167,0.0000,-9.7167,-0.4899,-9.2267,0.1179,26.6823,12.8886,-48.9155,1.1369,2701.5532,2701.5532,2701.5532,2701.5532,2701.5532 +415.5000,1.0000,5307.1700,68.2545,69.2780,-0.5686,0.0110,5,1497.1499,33.2484,592.1098,-97.3736,5.2127,92.8317,-15.2664,-2.0641,0.8319,0.0000,0.8319,6.4449,0.8319,0.8319,0.0000,0.0000,0.0000,0.0000,7.4471,-7.4471,51.2982,-58.7453,-0.9569,-57.7885,0.1812,24.9633,12.6049,-95.5379,1.1149,2755.5051,2755.5051,2755.5051,2755.5051,2755.5051 +416.5000,1.0000,5325.7092,66.7410,67.2310,-0.2722,0.0110,5,1463.9515,25.9938,583.6990,-95.4047,3.9850,89.4838,-14.6260,-0.9663,-1.2441,0.0000,-1.2441,6.1953,-1.2441,0.8085,0.0000,-2.0526,0.0000,-2.0526,7.2820,-9.3346,0.0000,-9.3346,-0.4479,-8.8866,0.1772,23.3352,12.3254,-44.7245,1.1026,2532.5653,2532.5653,2532.5653,2532.5653,2532.5653 +417.5000,1.0000,5344.0776,66.1265,66.2510,-0.0692,0.0020,5,1450.4726,247.2623,576.4511,-94.6053,37.5575,87.5590,-14.3699,-0.2433,31.6778,0.0000,31.6778,6.1229,31.6778,0.8954,0.0000,30.7824,0.0000,30.7824,7.2149,23.5675,0.0000,23.5675,-0.1128,23.6803,0.0319,22.6955,12.2119,-11.2590,1.0839,7839.6552,7839.6552,7839.6552,7839.6552,7839.6552 +418.5000,1.0000,5362.4486,66.1355,66.0020,0.0742,0.0000,5,1450.6700,406.2537,658.1035,-94.6170,61.7156,99.9750,-14.3736,0.2609,55.3436,0.0000,55.3436,6.1111,55.3436,1.0139,0.0000,54.3298,0.0000,54.3298,7.2159,47.1139,0.0000,47.1139,0.1209,46.9929,0.0000,22.7047,12.2136,12.0746,1.1122,12400.2309,12400.2309,12400.2309,12400.2309,12400.2309 +419.5000,1.0000,5380.8928,66.3990,66.2690,0.0722,0.0000,5,1456.4498,405.4054,717.2874,-94.9598,61.8321,109.4000,-14.4832,0.2550,55.4262,0.0000,55.4262,6.1508,55.4262,1.0189,0.0000,54.4072,0.0000,54.4072,7.2447,47.1626,0.0000,47.1626,0.1182,47.0443,0.0000,22.9772,12.2623,11.8049,1.1144,12428.7378,12428.7378,12428.7378,12428.7378,12428.7378 +420.5000,1.0000,5399.4590,66.8385,66.5290,0.1719,0.0000,5,1466.0902,517.9655,718.3933,-95.5316,79.5225,110.2939,-14.6668,0.6112,72.7605,0.0000,72.7605,6.1508,72.7605,1.1135,0.0000,71.6470,0.0000,71.6470,7.2926,64.3544,0.0000,64.3544,0.2833,64.0710,0.0000,23.4369,12.3434,28.2907,1.1179,15659.4276,15659.4276,15659.4276,15659.4276,15659.4276 +421.5000,1.0000,5418.2276,67.5670,67.1480,0.2328,0.0000,5,1482.0697,589.5716,760.5949,-96.4793,91.5027,118.0458,-14.9738,0.8365,84.4369,0.0000,84.4369,6.2293,84.4369,1.1849,0.0000,83.2520,0.0000,83.2520,7.4569,75.7951,0.0000,75.7951,0.3878,75.4073,0.0000,24.2120,12.4780,38.7173,1.1653,17891.6846,17891.6846,17891.6846,17891.6846,17891.6846 +422.5000,1.0000,5437.2689,68.5485,67.9860,0.3125,0.0000,5,1503.5987,684.9871,787.8207,-97.7561,107.8557,124.0475,-15.3923,1.1393,100.2679,0.0000,100.2679,6.4484,100.2679,1.2819,0.0000,98.9861,0.0000,98.9861,7.7831,91.2030,0.0000,91.2030,0.5281,90.6749,0.0000,25.2833,12.6592,52.7324,1.3073,21059.6813,21059.6813,21059.6813,21059.6813,21059.6813 +423.5000,1.0000,5456.6296,69.6985,69.1110,0.3264,0.0000,5,1528.8238,705.5106,822.3758,-99.2522,112.9509,131.6608,-15.8901,1.2099,105.3015,0.0000,105.3015,6.4395,105.3015,1.3281,0.0000,103.9734,0.0000,103.9734,7.9635,96.0098,0.0000,96.0098,0.5609,95.4490,0.0000,26.5774,12.8716,56.0000,1.2369,22065.6407,22065.6407,22065.6407,22065.6407,22065.6407 +424.5000,1.0000,5476.2708,70.7085,70.2860,0.2347,0.0000,5,1550.9779,619.0410,831.5840,-100.5661,100.5434,135.0642,-16.3337,0.8827,91.1937,0.0000,91.1937,8.4671,91.1937,1.2763,0.0000,89.9173,0.0000,89.9173,7.8455,82.0718,0.0000,82.0718,0.4092,81.6626,0.0000,27.7486,13.0581,40.8559,1.2789,19719.4176,19719.4176,19719.4176,19719.4176,19719.4176 +425.5000,1.0000,5496.1076,71.4125,71.1310,0.1564,0.0000,5,1566.4200,533.4945,806.2177,-101.4819,87.5118,132.2480,-16.6466,0.5940,78.5588,0.0000,78.5588,8.3591,78.5588,1.2263,0.0000,77.3325,0.0000,77.3325,7.7917,69.5408,0.0000,69.5408,0.2753,69.2655,0.0000,28.5851,13.1881,27.4922,1.2440,17280.0718,17280.0718,17280.0718,17280.0718,17280.0718 +426.5000,1.0000,5516.1028,71.9825,71.6940,0.1603,0.0000,5,1578.9229,540.3930,781.1157,-102.2234,89.3510,129.1531,-16.9021,0.6136,80.3536,0.0000,80.3536,8.3838,80.3536,1.2461,0.0000,79.1075,0.0000,79.1075,7.8539,71.2537,0.0000,71.2537,0.2844,70.9692,0.0000,29.2751,13.2934,28.4007,1.1334,17673.1603,17673.1603,17673.1603,17673.1603,17673.1603 +427.5000,1.0000,5536.2904,72.6755,72.2710,0.2247,0.0000,5,1594.1237,615.7456,785.3800,-103.1250,102.7903,131.1084,-17.2153,0.8686,93.5426,0.0000,93.5426,8.3791,93.5426,1.3252,0.0000,92.2174,0.0000,92.2174,8.0607,84.1567,0.0000,84.1567,0.4027,83.7541,0.0000,30.1293,13.4214,40.2034,1.1238,20239.8108,20239.8108,20239.8108,20239.8108,20239.8108 +428.5000,1.0000,5556.6930,73.4495,73.0800,0.2053,0.0000,5,1611.1013,597.6934,809.9234,-103.8688,100.8393,136.6455,-17.5241,0.8019,91.5865,0.0000,91.5865,8.4509,91.5865,1.3302,0.0000,90.2564,0.0000,90.2564,8.1024,82.1539,0.0000,82.1539,0.3717,81.7822,0.0000,31.1020,13.5643,37.1159,1.1270,19895.6407,19895.6407,19895.6407,19895.6407,19895.6407 +429.5000,1.0000,5577.3126,74.2305,73.8190,0.2286,0.0000,5,1628.2323,628.1732,805.7961,-104.4789,107.1086,137.3948,-17.8145,0.9025,97.6460,0.0000,97.6460,8.5601,97.6460,1.3755,0.0000,96.2705,0.0000,96.2705,8.2644,88.0061,0.0000,88.0061,0.4184,87.5877,0.0000,32.1049,13.7085,41.7743,1.1428,21065.2092,21065.2092,21065.2092,21065.2092,21065.2092 +430.5000,1.0000,5598.1196,74.9050,74.6420,0.1461,0.0000,5,1643.0274,538.9165,815.9542,-105.0058,92.7246,140.3910,-18.0670,0.5821,83.5227,0.0000,83.5227,8.6198,83.5227,1.3180,0.0000,82.2047,0.0000,82.2047,8.1727,74.0320,0.0000,74.0320,0.2698,73.7621,0.0000,32.9874,13.8331,26.9416,1.1456,18377.6796,18377.6796,18377.6796,18377.6796,18377.6796 +431.5000,1.0000,5619.0622,75.3935,75.1680,0.1253,0.0000,5,1653.7425,518.4542,791.8094,-105.3874,89.7856,137.1252,-18.2509,0.5023,80.5828,0.0000,80.5828,8.7005,80.5828,1.3129,0.0000,79.2699,0.0000,79.2699,8.2260,71.0439,0.0000,71.0439,0.2329,70.8110,0.0000,33.6369,13.9233,23.2508,1.1350,17850.7303,17850.7303,17850.7303,17850.7303,17850.7303 +432.5000,1.0000,5639.9194,75.0859,75.6190,-0.2961,0.0000,0,1658.6888,49.6112,787.0864,-105.5635,8.6173,136.7149,-18.3361,0.0000,0.0000,0.0000,0.0000,8.6173,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,8.1925,-8.1925,0.0000,-8.1925,-0.5482,-7.6442,0.0000,33.2283,13.8665,-54.7391,1.1360,3475.5565,3475.5565,3475.5565,3475.5565,3475.5565 +433.5000,1.0000,5660.7010,74.8137,75.8600,0.1449,0.0000,6,1428.7593,581.2898,581.2898,-93.3175,86.9722,86.9722,-13.9621,-20.1743,100.4836,0.0000,100.4836,6.6629,84.0200,2.2240,0.0000,81.7959,0.0000,81.7959,8.1628,73.6332,0.0000,73.6332,0.2672,73.3659,0.0000,32.8669,13.8162,26.6828,1.0776,16995.9369,16995.9369,16995.9369,16995.9369,16995.9369 +434.5000,1.0000,5681.6512,75.4208,76.1660,0.1924,0.0000,6,1204.3608,804.4079,804.4079,-80.0089,101.4522,101.4522,-10.0908,0.4091,94.4350,0.0000,94.4350,6.6082,94.4350,2.4392,0.0000,91.9958,0.0000,91.9958,8.3096,83.6862,0.0000,83.6862,0.3578,83.3284,0.0000,33.6739,13.9284,35.7261,1.0369,19745.5755,19745.5755,19745.5755,19745.5755,19745.5755 +435.5000,1.0000,5702.8077,76.1634,76.5900,0.2201,0.0000,6,1216.2182,852.9626,852.9626,-80.7122,108.6351,108.6351,-10.2797,0.4725,101.4941,0.0000,101.4941,6.6685,101.4941,2.5888,0.0000,98.9053,0.0000,98.9053,8.4815,90.4238,0.0000,90.4238,0.4133,90.0105,0.0000,34.6786,14.0655,41.2665,1.0259,21110.6733,21110.6733,21110.6733,21110.6733,21110.6733 +436.5000,1.0000,5724.1892,76.9733,77.2630,0.2299,0.0000,6,1229.1516,874.3756,874.3756,-81.4792,112.5465,112.5465,-10.4877,0.4987,105.2876,0.0000,105.2876,6.7603,105.2876,2.6739,0.0000,102.6137,0.0000,102.6137,8.6115,94.0022,0.0000,94.0022,0.4362,93.5659,0.0000,35.7967,14.2151,43.5541,1.0551,21841.1629,21841.1629,21841.1629,21841.1629,21841.1629 +437.5000,1.0000,5745.8016,77.8049,78.0970,0.2321,0.0000,6,1242.4309,883.8373,883.8373,-82.2668,114.9935,114.9935,-10.7035,0.5091,107.6997,0.0000,107.6997,6.7847,107.6997,2.7317,0.0000,104.9680,0.0000,104.9680,8.7233,96.2447,0.0000,96.2447,0.4453,95.7994,0.0000,36.9695,14.3686,44.4613,1.0444,22315.0683,22315.0683,22315.0683,22315.0683,22315.0683 +438.5000,1.0000,5767.6456,78.6382,78.6990,0.2308,0.0000,6,1255.7376,888.0825,888.0825,-83.0560,116.7833,116.7833,-10.9219,0.5116,109.4217,0.0000,109.4217,6.8500,109.4217,2.7758,0.0000,106.6460,0.0000,106.6460,8.8250,97.8210,0.0000,97.8210,0.4475,97.3735,0.0000,38.1701,14.5225,44.6808,1.0337,22655.8572,22655.8572,22655.8572,22655.8572,22655.8572 +439.5000,1.0000,5789.6790,79.3203,79.2220,0.1482,0.0000,6,1266.6303,764.2730,890.7433,-83.7020,101.3741,118.1493,-11.1023,0.3312,94.1800,0.0000,94.1800,6.8628,94.1800,2.4789,0.0000,91.7011,0.0000,91.7011,8.6635,83.0376,0.0000,83.0376,0.2897,82.7479,0.0000,39.1714,14.6485,28.9280,1.0492,19714.9697,19714.9697,19714.9697,19714.9697,19714.9697 +440.5000,1.0000,5811.8376,79.7710,79.5870,0.1022,0.0000,6,1273.8269,698.7802,839.0176,-84.1288,93.2137,111.9206,-11.2223,0.2298,85.8704,0.0000,85.8704,7.1134,85.8704,2.3180,0.0000,83.5524,0.0000,83.5524,8.7036,74.8488,0.0000,74.8488,0.2010,74.6477,0.0000,39.8427,14.7317,20.0733,1.2818,18191.1756,18191.1756,18191.1756,18191.1756,18191.1756 +441.5000,1.0000,5834.0872,80.0985,79.9550,0.0797,0.0000,6,1279.0566,665.6322,811.8393,-84.4390,89.1564,108.7398,-11.3100,0.1800,81.9878,0.0000,81.9878,6.9886,81.9878,2.2442,0.0000,79.7436,0.0000,79.7436,8.7394,71.0043,0.0000,71.0043,0.1574,70.8468,0.0000,40.3353,14.7922,15.7193,1.0517,17421.2466,17421.2466,17421.2466,17421.2466,17421.2466 +442.5000,1.0000,5856.4111,80.3660,80.2420,0.0689,0.0000,6,1283.3282,650.4115,798.2427,-84.6923,87.4087,107.2757,-11.3818,0.1561,80.3302,0.0000,80.3302,6.9224,80.3302,2.2142,0.0000,78.1160,0.0000,78.1160,8.7686,69.3474,0.0000,69.3474,0.1365,69.2109,0.0000,40.7407,14.8416,13.6286,1.0392,17094.0657,17094.0657,17094.0657,17094.0657,17094.0657 +443.5000,1.0000,5878.7748,80.5095,80.4900,0.0108,0.0000,6,1285.6197,562.8026,792.3798,-84.8282,75.7700,106.6779,-11.4204,0.0246,68.7647,0.0000,68.7647,6.9807,68.7647,1.9846,0.0000,66.7801,0.0000,66.7801,8.7842,57.9959,0.0000,57.9959,0.0215,57.9744,0.0000,40.9593,14.8681,2.1470,1.0396,14946.7169,14946.7169,14946.7169,14946.7169,14946.7169 +444.5000,1.0000,5901.1315,80.4840,80.5290,-0.0250,0.0000,6,1285.2125,507.3248,755.5914,-84.8041,68.2794,101.6929,-11.4135,-0.0567,61.3995,0.0000,61.3995,6.9366,61.3995,1.8370,0.0000,59.5625,0.0000,59.5625,8.7814,50.7811,0.0000,50.7811,-0.0496,50.8307,0.0000,40.9204,14.8634,-4.9531,1.0395,13556.4840,13556.4840,13556.4840,13556.4840,13556.4840 +445.5000,1.0000,5923.4757,80.4390,80.4390,0.0000,0.0000,6,1284.4939,546.1807,731.9110,-84.7614,73.4678,98.4507,-11.4014,0.0000,66.4202,0.0000,66.4202,7.0476,66.4202,1.9368,0.0000,64.4834,0.0000,64.4834,8.7765,55.7069,0.0000,55.7069,0.0000,55.7069,0.0000,40.8518,14.8551,0.0000,1.1599,14516.1313,14516.1313,14516.1313,14516.1313,14516.1313 +446.5000,1.0000,5945.8130,80.4145,80.4390,-0.0136,0.0000,6,1284.1026,525.3200,748.3811,-84.7382,70.6403,100.6355,-11.3948,-0.0309,63.5976,0.0000,63.5976,7.0735,63.5976,1.8801,0.0000,61.7175,0.0000,61.7175,8.7739,52.9437,0.0000,52.9437,-0.0270,52.9707,0.0000,40.8145,14.8506,-2.6944,1.1979,13987.4263,13987.4263,13987.4263,13987.4263,13987.4263 +447.5000,1.0000,5968.1193,80.3025,80.3900,-0.0486,0.0000,6,1282.3142,470.5794,739.5174,-84.6322,63.1911,99.3051,-11.3647,-0.1100,56.2622,0.0000,56.2622,7.0389,56.2622,1.7321,0.0000,54.5301,0.0000,54.5301,8.7616,45.7685,0.0000,45.7685,-0.0962,45.8647,0.0000,40.6442,14.8299,-9.6093,1.1464,12584.0181,12584.0181,12584.0181,12584.0181,12584.0181 +448.5000,1.0000,5990.3673,80.0930,80.2150,-0.0678,0.0000,6,1278.9688,439.3619,715.9086,-84.4338,58.8452,95.8840,-11.3085,-0.1530,52.0043,0.0000,52.0043,6.9939,52.0043,1.6444,0.0000,50.3599,0.0000,50.3599,8.7388,41.6211,0.0000,41.6211,-0.1338,41.7549,0.0000,40.3270,14.7912,-13.3632,1.1452,11735.7540,11735.7540,11735.7540,11735.7540,11735.7540 +449.5000,1.0000,6012.5168,79.7380,79.9710,-0.1294,0.0000,6,1273.2999,343.0349,702.0459,-84.0976,45.7402,93.6106,-11.2135,-0.2909,38.9350,0.0000,38.9350,7.0961,38.9350,1.3789,0.0000,37.5561,0.0000,37.5561,8.7000,28.8561,0.0000,28.8561,-0.2545,29.1106,0.0000,39.7934,14.7256,-25.4084,1.2497,9242.9141,9242.9141,9242.9141,9242.9141,9242.9141 +450.5000,1.0000,6034.5080,79.1685,79.5050,-0.1869,0.0000,6,1264.2058,250.3567,659.3019,-83.5582,33.1441,87.2832,-11.0620,-0.4172,26.5319,0.0000,26.5319,7.0294,26.5319,1.1241,0.0000,25.4077,0.0000,25.4077,8.6379,16.7698,0.0000,16.7698,-0.3649,17.1347,0.0000,38.9472,14.6205,-36.4329,1.2010,6868.1668,6868.1668,6868.1668,6868.1668,6868.1668 +451.5000,1.0000,6056.3208,78.5260,78.8320,-0.1700,0.0000,6,1253.9460,270.5690,616.9855,-82.9497,35.5292,81.0182,-10.8924,-0.3763,29.0522,0.0000,29.0522,6.8533,29.0522,1.1671,0.0000,27.8852,0.0000,27.8852,8.5678,19.3174,0.0000,19.3174,-0.3291,19.6465,0.0000,38.0065,14.5018,-32.8618,1.1000,7313.0288,7313.0288,7313.0288,7313.0288,7313.0288 +452.5000,1.0000,6077.9512,77.8695,78.2200,-0.1947,0.0000,6,1243.4627,228.6992,623.8968,-82.3280,29.7801,81.2408,-10.7203,-0.4274,23.2823,0.0000,23.2823,6.9252,23.2823,1.0441,0.0000,22.2382,0.0000,22.2382,8.4962,13.7421,0.0000,13.7421,-0.3738,14.1159,0.0000,37.0614,14.3806,-37.3261,1.1936,6234.9743,6234.9743,6234.9743,6234.9743,6234.9743 +453.5000,1.0000,6099.3869,77.1685,77.5190,-0.1947,0.0000,6,1232.2687,223.7721,603.1747,-81.6641,28.8762,77.8354,-10.5382,-0.4235,22.3981,0.0000,22.3981,6.9016,22.3981,1.0183,0.0000,21.3798,0.0000,21.3798,8.4197,12.9601,0.0000,12.9601,-0.3705,13.3306,0.0000,36.0695,14.2511,-36.9900,1.1665,6067.0818,6067.0818,6067.0818,6067.0818,6067.0818 +454.5000,1.0000,6120.6528,76.5570,76.8180,-0.1450,0.0000,6,1222.5040,295.4575,598.9066,-81.0849,37.8246,76.6722,-10.3805,-0.3129,31.2989,0.0000,31.2989,6.8386,31.2989,1.1893,0.0000,30.1096,0.0000,30.1096,8.3530,21.7566,0.0000,21.7566,-0.2737,22.0303,0.0000,35.2185,14.1382,-27.3264,1.1630,7735.5421,7735.5421,7735.5421,7735.5421,7735.5421 +455.5000,1.0000,6141.7751,76.0405,76.2960,-0.1419,0.0000,6,1214.2562,296.1780,629.4570,-80.5958,37.6610,80.0396,-10.2483,-0.3042,31.1951,0.0000,31.1951,6.7702,31.1951,1.1814,0.0000,30.0137,0.0000,30.0137,8.2966,21.7171,0.0000,21.7171,-0.2661,21.9832,0.0000,34.5105,14.0428,-26.5701,1.1355,7698.9068,7698.9068,7698.9068,7698.9068,7698.9068 +456.5000,1.0000,6162.7790,75.6140,75.7850,-0.0950,0.0000,6,1207.4456,365.3617,628.4283,-80.1919,46.1976,79.4606,-10.1397,-0.2025,39.6321,0.0000,39.6321,6.7679,39.6321,1.3453,0.0000,38.2869,0.0000,38.2869,8.2501,30.0368,0.0000,30.0368,-0.1771,30.2139,0.0000,33.9328,13.9640,-17.6830,1.1576,9306.8492,9306.8492,9306.8492,9306.8492,9306.8492 +457.5000,1.0000,6183.6929,75.2900,75.4430,-0.0850,0.0000,6,1202.2718,377.7625,658.6932,-79.8850,47.5609,82.9305,-10.0577,-0.1804,41.0763,0.0000,41.0763,6.6650,41.0763,1.3705,0.0000,39.7058,0.0000,39.7058,8.2147,31.4911,0.0000,31.4911,-0.1578,31.6488,0.0000,33.4984,13.9042,-15.7538,1.1431,9567.6561,9567.6561,9567.6561,9567.6561,9567.6561 +458.5000,1.0000,6204.5840,75.2080,75.1370,0.0394,0.0000,6,1200.9624,568.6075,663.5667,-79.8074,71.5106,83.4531,-10.0369,0.0836,64.7017,0.0000,64.7017,6.7253,64.7017,1.8421,0.0000,62.8596,0.0000,62.8596,8.2058,54.6538,0.0000,54.6538,0.0731,54.5807,0.0000,33.3890,13.8891,7.3026,1.1783,14159.1119,14159.1119,14159.1119,14159.1119,14159.1119 +459.5000,1.0000,6225.5186,75.3645,75.2790,0.0475,0.0000,6,1203.4615,581.9078,749.2716,-79.9556,73.3356,94.4278,-10.0765,0.1009,66.5195,0.0000,66.5195,6.7152,66.5195,1.8802,0.0000,64.6393,0.0000,64.6393,8.2229,56.4164,0.0000,56.4164,0.0883,56.3281,0.0000,33.5979,13.9180,8.8123,1.1434,14503.7671,14503.7671,14503.7671,14503.7671,14503.7671 +460.5000,1.0000,6246.5340,75.6555,75.4500,0.1142,0.0000,6,1208.1083,686.5140,755.2241,-80.2312,86.8528,95.5455,-10.1503,0.2435,79.8402,0.0000,79.8402,6.7691,79.8402,2.1499,0.0000,77.6903,0.0000,77.6903,8.2546,69.4357,0.0000,69.4357,0.2130,69.2227,0.0000,33.9888,13.9717,21.2622,1.1578,16967.2789,16967.2789,16967.2789,16967.2789,16967.2789 +461.5000,1.0000,6267.6551,76.0360,75.8610,0.0972,0.0000,6,1214.1844,663.1350,802.0912,-80.5915,84.3170,101.9852,-10.2471,0.2084,77.3260,0.0000,77.3260,6.7826,77.3260,2.1040,0.0000,75.2221,0.0000,75.2221,8.2961,66.9259,0.0000,66.9259,0.1823,66.7437,0.0000,34.5041,14.0420,18.1976,1.1830,16503.7477,16503.7477,16503.7477,16503.7477,16503.7477 +462.5000,1.0000,6288.8683,76.3675,76.2110,0.0869,0.0000,6,1219.4779,649.3753,792.2458,-80.9055,82.9275,101.1725,-10.3319,0.1872,75.9822,0.0000,75.9822,6.7581,75.9822,2.0808,0.0000,73.9013,0.0000,73.9013,8.3323,65.5690,0.0000,65.5690,0.1637,65.4053,0.0000,34.9573,14.1032,16.3448,1.1619,16250.5855,16250.5855,16250.5855,16250.5855,16250.5855 +463.5000,1.0000,6310.1437,76.5915,76.5240,0.0375,0.0000,6,1223.0549,575.5475,786.8101,-81.1176,73.7150,100.7731,-10.3894,0.0810,66.8081,0.0000,66.8081,6.8259,66.8081,1.8999,0.0000,64.9082,0.0000,64.9082,8.3567,56.5515,0.0000,56.5515,0.0708,56.4806,0.0000,35.2657,14.1446,7.0704,1.1953,14552.8630,14552.8630,14552.8630,14552.8630,14552.8630 +464.5000,1.0000,6331.5058,76.9035,76.6590,0.1358,0.0000,6,1228.0371,728.3766,754.2382,-81.4131,93.6690,96.9948,-10.4697,0.2944,86.5626,0.0000,86.5626,6.8120,86.5626,2.2986,0.0000,84.2640,0.0000,84.2640,8.3908,75.8732,0.0000,75.8732,0.2575,75.6157,0.0000,35.6988,14.2022,25.7147,1.1880,18254.3928,18254.3928,18254.3928,18254.3928,18254.3928 +465.5000,1.0000,6353.0050,77.3970,77.1480,0.1383,0.0000,6,1235.9176,735.8767,821.4236,-81.8805,95.2408,106.3127,-10.5974,0.3018,88.0831,0.0000,88.0831,6.8560,88.0831,2.3346,0.0000,85.7484,0.0000,85.7484,8.4446,77.3038,0.0000,77.3038,0.2640,77.0398,0.0000,36.3905,14.2933,26.3560,1.1551,18544.4559,18544.4559,18544.4559,18544.4559,18544.4559 +466.5000,1.0000,6374.6250,77.8320,77.6460,0.1033,0.0000,6,1242.8639,685.6232,825.3173,-82.2925,89.2355,107.4170,-10.7106,0.2267,82.0894,0.0000,82.0894,6.9194,82.0894,2.2198,0.0000,79.8697,0.0000,79.8697,8.4921,71.3776,0.0000,71.3776,0.1983,71.1793,0.0000,37.0073,14.3736,19.7983,1.2024,17420.0631,17420.0631,17420.0631,17420.0631,17420.0631 +467.5000,1.0000,6396.3236,78.1150,78.0180,0.0539,0.0000,6,1247.3830,612.1179,804.2591,-82.5605,79.9583,105.0569,-10.7845,0.1187,72.8660,0.0000,72.8660,6.9736,72.8660,2.0386,0.0000,70.8275,0.0000,70.8275,8.5230,62.3045,0.0000,62.3045,0.1038,62.2007,0.0000,37.4123,14.4259,10.3625,1.1950,15720.3495,15720.3495,15720.3495,15720.3495,15720.3495 +468.5000,1.0000,6418.0765,78.3105,78.2120,0.0547,0.0000,6,1250.5048,614.2206,772.7721,-82.7456,80.4338,101.1965,-10.8358,0.1208,73.4066,0.0000,73.4066,6.9064,73.4066,2.0517,0.0000,71.3549,0.0000,71.3549,8.5443,62.8106,0.0000,62.8106,0.1057,62.7050,0.0000,37.6939,14.4620,10.5490,1.1349,15804.0049,15804.0049,15804.0049,15804.0049,15804.0049 +469.5000,1.0000,6439.8836,78.5055,78.4090,0.0536,0.0000,6,1253.6187,613.8930,773.9638,-82.9303,80.5910,101.6049,-10.8870,0.1186,73.5612,0.0000,73.5612,6.9112,73.5612,2.0570,0.0000,71.5042,0.0000,71.5042,8.5656,62.9386,0.0000,62.9386,0.1038,62.8348,0.0000,37.9762,14.4980,10.3606,1.1488,15832.1585,15832.1585,15832.1585,15832.1585,15832.1585 +470.5000,1.0000,6461.7498,78.7185,78.6020,0.0647,0.0000,6,1257.0200,633.0417,774.0606,-83.1320,83.3303,101.8933,-10.9431,0.1436,76.1919,0.0000,76.1919,6.9949,76.1919,2.1121,0.0000,74.0798,0.0000,74.0798,8.5888,65.4910,0.0000,65.4910,0.1256,65.3653,0.0000,38.2862,14.5374,12.5418,1.1985,16307.6597,16307.6597,16307.6597,16307.6597,16307.6597 +471.5000,1.0000,6483.6629,78.8870,78.8350,0.0289,0.0000,6,1259.7107,579.3999,782.7423,-83.2916,76.4325,103.2567,-10.9875,0.0642,69.3517,0.0000,69.3517,7.0166,69.3517,1.9773,0.0000,67.3744,0.0000,67.3744,8.6072,58.7672,0.0000,58.7672,0.0562,58.7110,0.0000,38.5325,14.5685,5.6100,1.1891,15067.4088,15067.4088,15067.4088,15067.4088,15067.4088 +472.5000,1.0000,6505.5912,78.9420,78.9390,0.0017,0.0000,6,1260.5890,537.4095,759.9594,-83.3437,70.9427,100.3212,-11.0021,0.0037,64.0030,0.0000,64.0030,6.9359,64.0030,1.8709,0.0000,62.1321,0.0000,62.1321,8.6132,53.5189,0.0000,53.5189,0.0032,53.5157,0.0000,38.6132,14.5786,0.3239,1.1386,14024.5400,14024.5400,14024.5400,14024.5400,14024.5400 +473.5000,1.0000,6527.5021,78.8790,78.9450,-0.0367,0.0000,6,1259.5829,478.2780,741.9960,-83.2840,63.0864,97.8717,-10.9854,-0.0815,56.2176,0.0000,56.2176,6.9503,56.2176,1.7145,0.0000,54.5031,0.0000,54.5031,8.6063,45.8968,0.0000,45.8968,-0.0713,45.9681,0.0000,38.5208,14.5670,-7.1197,1.1011,12550.8164,12550.8164,12550.8164,12550.8164,12550.8164 +474.5000,1.0000,6549.3828,78.7705,78.8130,-0.0236,0.0000,6,1257.8503,497.7431,716.2061,-83.1813,65.5636,94.3399,-10.9568,-0.0524,58.6410,0.0000,58.6410,6.9751,58.6410,1.7617,0.0000,56.8793,0.0000,56.8793,8.5945,48.2848,0.0000,48.2848,-0.0459,48.3307,0.0000,38.3620,14.5470,-4.5784,1.1884,13040.4435,13040.4435,13040.4435,13040.4435,13040.4435 +475.5000,1.0000,6571.2282,78.6435,78.7280,-0.0469,0.0000,6,1255.8223,461.2010,724.4791,-83.0610,60.6523,95.2758,-10.9233,-0.1041,53.7645,0.0000,53.7645,6.9919,53.7645,1.6627,0.0000,52.1018,0.0000,52.1018,8.5806,43.5211,0.0000,43.5211,-0.0910,43.6122,0.0000,38.1768,14.5235,-9.0882,1.1496,12066.9214,12066.9214,12066.9214,12066.9214,12066.9214 +476.5000,1.0000,6593.0372,78.5125,78.5590,-0.0258,0.0000,6,1253.7305,492.2763,708.2810,-82.9369,64.6311,92.9905,-10.8888,-0.0572,57.7500,0.0000,57.7500,6.9383,57.7500,1.7409,0.0000,56.0091,0.0000,56.0091,8.5663,47.4428,0.0000,47.4428,-0.0500,47.4928,0.0000,37.9863,14.4993,-4.9928,1.1615,12855.5297,12855.5297,12855.5297,12855.5297,12855.5297 +477.5000,1.0000,6614.8289,78.4500,78.4660,-0.0089,0.0000,6,1252.7324,516.8748,721.5366,-82.8777,67.8067,94.6554,-10.8724,-0.0197,61.0146,0.0000,61.0146,6.8117,61.0146,1.8054,0.0000,59.2092,0.0000,59.2092,8.5595,50.6497,0.0000,50.6497,-0.0172,50.6669,0.0000,37.8957,14.4878,-1.7166,1.0331,13451.2747,13451.2747,13451.2747,13451.2747,13451.2747 +478.5000,1.0000,6636.6336,78.4970,78.4340,0.0350,0.0000,6,1253.4830,584.4945,732.0470,-82.9222,76.7233,96.0917,-10.8847,0.0774,69.8383,0.0000,69.8383,6.8076,69.8383,1.9825,0.0000,67.8559,0.0000,67.8559,8.5646,59.2912,0.0000,59.2912,0.0677,59.2235,0.0000,37.9639,14.4965,6.7632,1.0466,15124.1906,15124.1906,15124.1906,15124.1906,15124.1906 +479.5000,1.0000,6658.5025,78.7280,78.5600,0.0933,0.0000,6,1257.1717,675.9152,761.2683,-83.1410,88.9847,100.2215,-10.9456,0.2071,81.9254,0.0000,81.9254,6.8522,81.9254,2.2269,0.0000,79.6985,0.0000,79.6985,8.5898,71.1086,0.0000,71.1086,0.1812,70.9275,0.0000,38.3002,14.5391,18.0882,1.0607,17374.5906,17374.5906,17374.5906,17374.5906,17374.5906 +480.5000,1.0000,6680.4432,78.9865,78.8960,0.0503,0.0000,6,1261.2996,611.5184,801.0867,-83.3858,80.7712,105.8099,-11.0138,0.1119,73.8252,0.0000,73.8252,6.8341,73.8252,2.0679,0.0000,71.7573,0.0000,71.7573,8.6181,63.1392,0.0000,63.1392,0.0979,63.0413,0.0000,38.6785,14.5869,9.7759,1.0348,15865.8870,15865.8870,15865.8870,15865.8870,15865.8870 +481.5000,1.0000,6702.3475,78.8555,79.0770,-0.1231,0.0000,6,1259.2077,345.2393,774.3845,-83.2618,45.5246,102.1134,-10.9792,-0.2735,38.8945,0.0000,38.8945,6.9036,38.8945,1.3677,0.0000,37.5268,0.0000,37.5268,8.6038,28.9230,0.0000,28.9230,-0.2392,29.1623,0.0000,38.4867,14.5627,-23.8870,1.0344,9180.3854,9180.3854,9180.3854,9180.3854,9180.3854 +482.5000,1.0000,6724.1414,78.4580,78.6340,-0.0978,0.0000,6,1252.8602,380.8693,658.0197,-82.8853,49.9698,86.3317,-10.8745,-0.2162,43.3354,0.0000,43.3354,6.8506,43.3354,1.4519,0.0000,41.8834,0.0000,41.8834,8.5604,33.3230,0.0000,33.3230,-0.1891,33.5122,0.0000,37.9075,14.4893,-18.8846,1.0465,10038.5854,10038.5854,10038.5854,10038.5854,10038.5854 +483.5000,1.0000,6745.8268,78.0675,78.2820,-0.1192,0.0000,6,1246.6245,345.0934,672.6456,-82.5155,45.0506,87.8113,-10.7721,-0.2622,38.4996,0.0000,38.4996,6.8132,38.4996,1.3507,0.0000,37.1489,0.0000,37.1489,8.5178,28.6311,0.0000,28.6311,-0.2294,28.8605,0.0000,37.3444,14.4171,-22.9010,1.0319,9085.1937,9085.1937,9085.1937,9085.1937,9085.1937 +484.5000,1.0000,6767.3811,77.5955,77.8530,-0.1431,0.0000,6,1239.0873,305.1897,655.8016,-82.0685,39.6005,85.0948,-10.6490,-0.3129,33.1055,0.0000,33.1055,6.8079,33.1055,1.2374,0.0000,31.8681,0.0000,31.8681,8.4663,23.4018,0.0000,23.4018,-0.2737,23.6755,0.0000,36.6712,14.3300,-27.3257,1.0171,8084.8879,8084.8879,8084.8879,8084.8879,8084.8879 +485.5000,1.0000,6788.7955,77.0920,77.3380,-0.1367,0.0000,6,1231.0471,311.7150,636.7564,-81.5916,40.1847,82.0874,-10.5184,-0.2970,33.6573,0.0000,33.6573,6.8244,33.6573,1.2426,0.0000,32.4146,0.0000,32.4146,8.4113,24.0033,0.0000,24.0033,-0.2598,24.2630,0.0000,35.9619,14.2370,-25.9359,1.0555,8186.7080,8186.7080,8186.7080,8186.7080,8186.7080 +486.5000,1.0000,6810.0805,76.6260,76.8460,-0.1222,0.0000,6,1223.6058,330.7460,638.3037,-81.1503,42.3804,81.7895,-10.3982,-0.2640,35.8203,0.0000,35.8203,6.8241,35.8203,1.2806,0.0000,34.5397,0.0000,34.5397,8.3605,26.1792,0.0000,26.1792,-0.2309,26.4101,0.0000,35.3137,14.1509,-23.0545,1.0407,8590.2758,8590.2758,8590.2758,8590.2758,8590.2758 +487.5000,1.0000,6831.2462,76.1965,76.4060,-0.1164,0.0000,6,1216.7473,336.1120,645.6075,-80.7435,42.8265,82.2617,-10.2881,-0.2500,36.3448,0.0000,36.3448,6.7317,36.3448,1.2862,0.0000,35.0586,0.0000,35.0586,8.3136,26.7450,0.0000,26.7450,-0.2186,26.9637,0.0000,34.7232,14.0716,-21.8311,0.9994,8672.3647,8672.3647,8672.3647,8672.3647,8672.3647 +488.5000,1.0000,6852.3132,75.8410,75.9870,-0.0811,0.0000,6,1211.0705,387.7879,646.9395,-80.4069,49.1804,82.0468,-10.1974,-0.1734,42.6332,0.0000,42.6332,6.7206,42.6332,1.4079,0.0000,41.2254,0.0000,41.2254,8.2749,32.9505,0.0000,32.9505,-0.1517,33.1022,0.0000,34.2393,14.0060,-15.1431,1.0249,9864.9600,9864.9600,9864.9600,9864.9600,9864.9600 +489.5000,1.0000,6873.3343,75.6760,75.6950,-0.0106,0.0000,6,1208.4357,495.6612,669.4017,-80.2506,62.7245,84.7108,-10.1555,-0.0225,55.9345,0.0000,55.9345,6.8125,55.9345,1.6720,0.0000,54.2624,0.0000,54.2624,8.2568,46.0056,0.0000,46.0056,-0.0197,46.0253,0.0000,34.0162,13.9755,-1.9664,1.0641,12477.6895,12477.6895,12477.6895,12477.6895,12477.6895 +490.5000,1.0000,6894.3572,75.6825,75.6570,0.0142,0.0000,6,1208.5395,533.1011,717.4939,-80.2567,67.4682,90.8046,-10.1571,0.0302,60.6922,0.0000,60.6922,6.7458,60.6922,1.7673,0.0000,58.9249,0.0000,58.9249,8.2576,50.6674,0.0000,50.6674,0.0264,50.6409,0.0000,34.0249,13.9767,2.6393,1.0377,13385.6356,13385.6356,13385.6356,13385.6356,13385.6356 +491.5000,1.0000,6915.3958,75.7390,75.7080,0.0172,0.0000,6,1209.4417,538.1077,734.2556,-80.3103,68.1527,92.9953,-10.1715,0.0368,61.3768,0.0000,61.3768,6.7391,61.3768,1.7816,0.0000,59.5952,0.0000,59.5952,8.2637,51.3315,0.0000,51.3315,0.0322,51.2993,0.0000,34.1012,13.9871,3.2110,1.0379,13514.9786,13514.9786,13514.9786,13514.9786,13514.9786 +492.5000,1.0000,6936.4386,75.7540,75.7700,-0.0089,0.0000,6,1209.6812,498.0546,736.6602,-80.3245,63.0923,93.3183,-10.1753,-0.0190,56.3844,0.0000,56.3844,6.7269,56.3844,1.6819,0.0000,54.7025,0.0000,54.7025,8.2654,46.4371,0.0000,46.4371,-0.0166,46.4537,0.0000,34.1215,13.9899,-1.6576,1.0513,12552.9028,12552.9028,12552.9028,12552.9028,12552.9028 +493.5000,1.0000,6957.4654,75.6965,75.7380,-0.0231,0.0000,6,1208.7630,476.0279,718.7847,-80.2700,60.2563,90.9848,-10.1607,-0.0492,53.5679,0.0000,53.5679,6.7375,53.5679,1.6249,0.0000,51.9430,0.0000,51.9430,8.2591,43.6839,0.0000,43.6839,-0.0430,43.7269,0.0000,34.0438,13.9793,-4.2962,1.0111,11997.3558,11997.3558,11997.3558,11997.3558,11997.3558 +494.5000,1.0000,6978.4572,75.5705,75.6550,-0.0469,0.0000,6,1206.7510,438.7531,708.8262,-80.1507,55.4455,89.5748,-10.1287,-0.1000,48.7828,0.0000,48.7828,6.7627,48.7828,1.5278,0.0000,47.2550,0.0000,47.2550,8.2453,39.0096,0.0000,39.0096,-0.0875,39.0971,0.0000,33.8741,13.9560,-8.7330,1.0374,11077.5779,11077.5779,11077.5779,11077.5779,11077.5779 +495.5000,1.0000,6999.4214,75.4710,75.4860,-0.0083,0.0000,6,1205.1621,497.1819,691.7463,-80.0564,62.7465,87.3013,-10.1035,-0.0177,56.0203,0.0000,56.0203,6.7439,56.0203,1.6714,0.0000,54.3489,0.0000,54.3489,8.2345,46.1144,0.0000,46.1144,-0.0155,46.1299,0.0000,33.7405,13.9376,-1.5482,1.0370,12483.6517,12483.6517,12483.6517,12483.6517,12483.6517 +496.5000,1.0000,7020.3669,75.4040,75.4560,-0.0289,0.0000,6,1204.0922,465.1702,717.8739,-79.9930,58.6543,90.5183,-10.0865,-0.0614,51.9769,0.0000,51.9769,6.7388,51.9769,1.5898,0.0000,50.3871,0.0000,50.3871,8.2272,42.1599,0.0000,42.1599,-0.0537,42.2136,0.0000,33.6507,13.9253,-5.3623,1.0502,11694.9596,11694.9596,11694.9596,11694.9596,11694.9596 +497.5000,1.0000,7041.2993,75.3565,75.3520,0.0025,0.0000,6,1203.3337,513.3690,703.2842,-79.9480,64.6911,88.6228,-10.0745,0.0053,57.9018,0.0000,57.9018,6.7840,57.9018,1.7078,0.0000,56.1940,0.0000,56.1940,8.2220,47.9720,0.0000,47.9720,0.0046,47.9674,0.0000,33.5871,13.9165,0.4638,1.0500,12858.8935,12858.8935,12858.8935,12858.8935,12858.8935 +498.5000,1.0000,7062.2241,75.3295,75.3610,-0.0175,0.0000,6,1202.9026,482.5624,724.9194,-79.9224,60.7873,91.3164,-10.0676,-0.0372,54.0341,0.0000,54.0341,6.7903,54.0341,1.6301,0.0000,52.4040,0.0000,52.4040,8.2190,44.1849,0.0000,44.1849,-0.0325,44.2174,0.0000,33.5511,13.9115,-3.2451,1.0499,12106.1588,12106.1588,12106.1588,12106.1588,12106.1588 +499.5000,1.0000,7083.1375,75.2880,75.2980,-0.0056,0.0000,6,1202.2399,499.9969,710.9816,-79.8831,62.9487,89.5114,-10.0571,-0.0118,56.2480,0.0000,56.2480,6.7126,56.2480,1.6739,0.0000,54.5740,0.0000,54.5740,8.2145,46.3595,0.0000,46.3595,-0.0103,46.3698,0.0000,33.4956,13.9038,-1.0296,1.0231,12526.9666,12526.9666,12526.9666,12526.9666,12526.9666 +500.5000,1.0000,7104.0515,75.2905,75.2780,0.0069,0.0000,6,1202.2798,518.6812,718.7255,-79.8855,65.3032,90.4893,-10.0578,0.0147,58.6398,0.0000,58.6398,6.6487,58.6398,1.7218,0.0000,56.9180,0.0000,56.9180,8.2148,48.7032,0.0000,48.7032,0.0129,48.6903,0.0000,33.4990,13.9043,1.2871,0.9965,12975.4354,12975.4354,12975.4354,12975.4354,12975.4354 +501.5000,1.0000,7124.9633,75.2825,75.3030,-0.0114,0.0000,6,1202.1521,506.9520,727.1742,-79.8779,63.8197,91.5433,-10.0558,-0.0242,55.1247,0.0000,55.1247,8.7192,55.1247,1.6514,0.0000,53.4733,0.0000,53.4733,8.2139,45.2594,0.0000,45.2594,-0.0211,45.2805,0.0000,33.4883,13.9028,-2.1106,1.0231,12692.8540,12692.8540,12692.8540,12692.8540,12692.8540 +502.5000,1.0000,7145.8755,75.2840,75.2620,0.0122,0.0000,6,1202.1760,543.0729,721.8548,-79.8793,68.3683,90.8754,-10.0561,0.0259,59.6369,0.0000,59.6369,8.7055,59.6369,1.7417,0.0000,57.8952,0.0000,57.8952,8.2141,49.6811,0.0000,49.6811,0.0227,49.6585,0.0000,33.4903,13.9031,2.2651,1.0365,13559.2784,13559.2784,13559.2784,13559.2784,13559.2784 +503.5000,1.0000,7166.7887,75.2875,75.3060,-0.0103,0.0000,6,1202.2319,508.8123,738.1527,-79.8827,64.0582,92.9315,-10.0570,-0.0218,55.3451,0.0000,55.3451,8.7348,55.3451,1.6559,0.0000,53.6893,0.0000,53.6893,8.2145,45.4748,0.0000,45.4748,-0.0191,45.4939,0.0000,33.4950,13.9037,-1.9048,1.0365,12738.2842,12738.2842,12738.2842,12738.2842,12738.2842 +504.5000,1.0000,7187.7147,75.3335,75.2690,0.0358,0.0000,6,1202.9665,579.4896,722.6483,-79.9262,73.0008,91.0352,-10.0687,0.0761,64.2340,0.0000,64.2340,8.6907,64.2340,1.8342,0.0000,62.3998,0.0000,62.3998,8.2195,54.1804,0.0000,54.1804,0.0666,54.1138,0.0000,33.5564,13.9122,6.6451,1.0499,14440.6866,14440.6866,14440.6866,14440.6866,14440.6866 +505.5000,1.0000,7208.6772,75.4650,75.3980,0.0372,0.0000,6,1205.0663,582.3651,754.4048,-80.0508,73.4911,95.2015,-10.1019,0.0792,64.7324,0.0000,64.7324,8.6795,64.7324,1.8456,0.0000,62.8868,0.0000,62.8868,8.2338,54.6530,0.0000,54.6530,0.0693,54.5837,0.0000,33.7325,13.9365,6.9148,1.0237,14531.2480,14531.2480,14531.2480,14531.2480,14531.2480 +506.5000,1.0000,7229.6639,75.5520,75.5320,0.0111,0.0000,6,1206.4556,543.3317,755.9812,-80.1331,68.6444,95.5105,-10.1240,0.0237,59.8819,0.0000,59.8819,8.7388,59.8819,1.7496,0.0000,58.1323,0.0000,58.1323,8.2433,49.8890,0.0000,49.8890,0.0207,49.8683,0.0000,33.8492,13.9526,2.0665,1.0373,13609.5211,13609.5211,13609.5211,13609.5211,13609.5211 +507.5000,1.0000,7250.6657,75.6065,75.5720,0.0192,0.0000,6,1207.3259,555.5148,738.6327,-80.1848,70.2342,93.3860,-10.1378,0.0408,61.5204,0.0000,61.5204,8.6729,61.5204,1.7830,0.0000,59.7374,0.0000,59.7374,8.2493,51.4882,0.0000,51.4882,0.0357,51.4525,0.0000,33.9225,13.9627,3.5673,1.0241,13910.6271,13910.6271,13910.6271,13910.6271,13910.6271 +508.5000,1.0000,7271.6768,75.6400,75.6410,-0.0006,0.0000,6,1207.8608,525.8378,744.2310,-80.2165,66.5116,94.1355,-10.1463,-0.0012,57.7937,0.0000,57.7937,8.7190,57.7937,1.7088,0.0000,56.0849,0.0000,56.0849,8.2529,47.8320,0.0000,47.8320,-0.0010,47.8330,0.0000,33.9676,13.9688,-0.1034,1.0243,13204.4775,13204.4775,13204.4775,13204.4775,13204.4775 +509.5000,1.0000,7292.7105,75.7215,75.6390,0.0458,0.0000,6,1209.1623,581.9752,730.8874,-80.2937,73.6915,92.5473,-10.1670,0.0978,66.8430,0.0000,66.8430,6.7507,66.8430,1.8907,0.0000,64.9523,0.0000,64.9523,8.2618,56.6904,0.0000,56.6904,0.0856,56.6049,0.0000,34.0776,13.9839,8.5434,1.0112,14564.0447,14564.0447,14564.0447,14564.0447,14564.0447 +510.5000,1.0000,7313.7893,75.8835,75.8040,0.0442,0.0000,6,1211.7492,580.8642,756.0414,-80.4471,73.7082,95.9372,-10.2083,0.0945,66.8150,0.0000,66.8150,6.7987,66.8150,1.8920,0.0000,64.9230,0.0000,64.9230,8.2795,56.6435,0.0000,56.6435,0.0826,56.5609,0.0000,34.2968,14.0138,8.2503,1.0383,14564.0232,14564.0232,14564.0232,14564.0232,14564.0232 +511.5000,1.0000,7334.9223,76.0790,75.9630,0.0644,0.0000,6,1214.8710,614.1811,755.7242,-80.6323,78.1367,96.1440,-10.2581,0.1382,71.0830,0.0000,71.0830,6.9155,71.0830,1.9796,0.0000,69.1034,0.0000,69.1034,8.3008,60.8026,0.0000,60.8026,0.1209,60.6817,0.0000,34.5626,14.0499,12.0692,1.0656,15395.4532,15395.4532,15395.4532,15395.4532,15395.4532 +512.5000,1.0000,7356.0982,76.2330,76.1950,0.0211,0.0000,6,1217.3302,548.3940,770.9540,-80.7781,69.9084,98.2801,-10.2975,0.0454,62.9897,0.0000,62.9897,6.8734,62.9897,1.8195,0.0000,61.1702,0.0000,61.1702,8.3176,52.8526,0.0000,52.8526,0.0397,52.8129,0.0000,34.7728,14.0783,3.9617,1.0528,13842.8148,13842.8148,13842.8148,13842.8148,13842.8148 +513.5000,1.0000,7377.3005,76.3285,76.2710,0.0319,0.0000,6,1218.8552,565.4712,741.9668,-80.8685,72.1757,94.7033,-10.3219,0.0687,65.2559,0.0000,65.2559,6.8511,65.2559,1.8659,0.0000,63.3900,0.0000,63.3900,8.3280,55.0620,0.0000,55.0620,0.0601,55.0019,0.0000,34.9037,14.0960,6.0022,1.0398,14268.0193,14268.0193,14268.0193,14268.0193,14268.0193 +514.5000,1.0000,7398.5436,76.4750,76.3860,0.0494,0.0000,6,1221.1946,593.2618,749.6434,-81.0073,75.8682,95.8668,-10.3595,0.1066,68.9143,0.0000,68.9143,6.8473,68.9143,1.9407,0.0000,66.9736,0.0000,66.9736,8.3440,58.6296,0.0000,58.6296,0.0932,58.5363,0.0000,35.1051,14.1230,9.3082,1.0669,14975.1342,14975.1342,14975.1342,14975.1342,14975.1342 +515.5000,1.0000,7419.8222,76.6030,76.5640,0.0217,0.0000,6,1223.2385,551.8823,762.2549,-81.1285,70.6946,97.6428,-10.3923,0.0468,63.7518,0.0000,63.7518,6.8960,63.7518,1.8389,0.0000,61.9129,0.0000,61.9129,8.3580,53.5549,0.0000,53.5549,0.0409,53.5140,0.0000,35.2816,14.1467,4.0857,1.0539,13987.2622,13987.2622,13987.2622,13987.2622,13987.2622 +516.5000,1.0000,7441.1215,76.6775,76.6420,0.0197,0.0000,6,1224.4282,549.2636,744.1647,-81.1991,70.4276,95.4182,-10.4115,0.0426,63.5060,0.0000,63.5060,6.8790,63.5060,1.8349,0.0000,61.6711,0.0000,61.6711,8.3661,53.3050,0.0000,53.3050,0.0373,53.2677,0.0000,35.3846,14.1604,3.7227,1.0409,13936.7062,13936.7062,13936.7062,13936.7062,13936.7062 +517.5000,1.0000,7462.3966,76.5905,76.7130,-0.0681,0.0000,6,1223.0389,414.0322,743.3721,-81.1167,53.0277,95.2084,-10.3891,-0.1469,46.2953,0.0000,46.2953,6.8793,46.2953,1.4896,0.0000,44.8057,0.0000,44.8057,8.3566,36.4491,0.0000,36.4491,-0.1285,36.5776,0.0000,35.2644,14.1444,-12.8312,1.0139,10616.3091,10616.3091,10616.3091,10616.3091,10616.3091 +518.5000,1.0000,7483.5612,76.1925,76.4680,-0.1531,0.0000,6,1216.6834,280.6253,682.9577,-80.7397,35.7547,87.0162,-10.2871,-0.3287,29.2515,0.0000,29.2515,6.8319,29.2515,1.1442,0.0000,28.1073,0.0000,28.1073,8.3132,19.7941,0.0000,19.7941,-0.2875,20.0816,0.0000,34.7179,14.0709,-28.7072,1.0527,7325.4905,7325.4905,7325.4905,7325.4905,7325.4905 +519.5000,1.0000,7504.5726,75.6410,75.9170,-0.1533,0.0000,6,1207.8768,276.0050,621.6808,-80.2174,34.9115,78.6355,-10.1466,-0.3269,28.4769,0.0000,28.4769,6.7615,28.4769,1.1225,0.0000,27.3544,0.0000,27.3544,8.2530,19.1014,0.0000,19.1014,-0.2860,19.3873,0.0000,33.9694,13.9690,-28.5511,1.0376,7175.9787,7175.9787,7175.9787,7175.9787,7175.9787 +520.5000,1.0000,7525.4376,75.1140,75.3650,-0.1394,0.0000,6,1199.4614,294.1270,618.0166,-79.7182,36.9445,77.6274,-10.0132,-0.2952,30.4451,0.0000,30.4451,6.7946,30.4451,1.1559,0.0000,29.2892,0.0000,29.2892,8.1955,21.0937,0.0000,21.0937,-0.2582,21.3519,0.0000,33.2643,13.8717,-25.7841,1.0359,7560.1438,7560.1438,7560.1438,7560.1438,7560.1438 +521.5000,1.0000,7546.1537,74.5780,74.8630,-0.1583,0.0000,6,1190.9022,260.8480,624.5515,-79.2076,32.5306,77.8884,-9.8781,-0.3328,26.1726,0.0000,26.1726,6.6908,26.1726,1.0644,0.0000,25.1082,0.0000,25.1082,8.1370,16.9711,0.0000,16.9711,-0.2911,17.2623,0.0000,32.5574,13.7727,-29.0678,1.0209,6728.1543,6728.1543,6728.1543,6728.1543,6728.1543 +522.5000,1.0000,7566.7318,74.0810,74.2930,-0.1178,0.0000,6,1182.9659,319.5637,607.5869,-78.7342,39.5875,75.2678,-9.7536,-0.2459,33.1800,0.0000,33.1800,6.6535,33.1800,1.1990,0.0000,31.9810,0.0000,31.9810,8.0828,23.8981,0.0000,23.8981,-0.2151,24.1132,0.0000,31.9106,13.6809,-21.4783,1.0193,8032.3281,8032.3281,8032.3281,8032.3281,8032.3281 +523.5000,1.0000,7587.1825,73.6225,73.8690,-0.1369,0.0000,6,1175.6443,287.2107,633.1064,-78.2974,35.3594,77.9437,-9.6394,-0.2842,28.9935,0.0000,28.9935,6.6501,28.9935,1.1102,0.0000,27.8833,0.0000,27.8833,8.0328,19.8505,0.0000,19.8505,-0.2486,20.0991,0.0000,31.3219,13.5963,-24.8190,1.0179,7251.8095,7251.8095,7251.8095,7251.8095,7251.8095 +524.5000,1.0000,7607.5030,73.1540,73.3760,-0.1233,0.0000,6,1168.1630,304.8231,616.6928,-77.8511,37.2889,75.4399,-9.5235,-0.2543,30.9304,0.0000,30.9304,6.6128,30.9304,1.1438,0.0000,29.7866,0.0000,29.7866,7.9817,21.8050,0.0000,21.8050,-0.2224,22.0274,0.0000,30.7276,13.5097,-22.2100,1.0290,7603.3179,7603.3179,7603.3179,7603.3179,7603.3179 +525.5000,1.0000,7627.7004,72.7105,72.9320,-0.1231,0.0000,6,1161.0810,302.1758,623.4468,-77.4287,36.7410,75.8037,-9.4144,-0.2522,30.4157,0.0000,30.4157,6.5775,30.4157,1.1286,0.0000,29.2871,0.0000,29.2871,7.9333,21.3538,0.0000,21.3538,-0.2206,21.5744,0.0000,30.1722,13.4278,-22.0256,1.0150,7506.0336,7506.0336,7506.0336,7506.0336,7506.0336 +526.5000,1.0000,7647.7485,72.1730,72.4890,-0.1756,0.0000,6,1152.4979,217.8283,620.7445,-76.9167,26.2895,74.9172,-9.2830,-0.3571,20.1257,0.0000,20.1257,6.5210,20.1257,0.9169,0.0000,19.2088,0.0000,19.2088,7.8746,11.3342,0.0000,11.3342,-0.3124,11.6466,0.0000,29.5083,13.3286,-31.1902,1.0127,5506.7310,5506.7310,5506.7310,5506.7310,5506.7310 +527.5000,1.0000,7667.6578,71.6735,71.8570,-0.1019,0.0000,6,1144.5216,327.8646,579.4370,-76.4409,39.2959,69.4479,-9.1617,-0.2060,32.9571,0.0000,32.9571,6.5447,32.9571,1.1681,0.0000,31.7891,0.0000,31.7891,7.8201,23.9689,0.0000,23.9689,-0.1801,24.1491,0.0000,28.8994,13.2363,-17.9867,1.0590,7926.4529,7926.4529,7926.4529,7926.4529,7926.4529 +528.5000,1.0000,7687.4573,71.2785,71.4900,-0.1175,0.0000,6,1138.2140,301.3419,629.8679,-76.0646,35.9180,75.0762,-9.0664,-0.2361,29.6387,0.0000,29.6387,6.5154,29.6387,1.0974,0.0000,28.5413,0.0000,28.5413,7.7770,20.7642,0.0000,20.7642,-0.2065,20.9707,0.0000,28.4243,13.1634,-20.6170,1.0572,7348.5782,7348.5782,7348.5782,7348.5782,7348.5782 +529.5000,1.0000,7707.1508,70.8965,71.0670,-0.0947,0.0000,6,1132.1140,333.1242,616.1744,-75.7007,39.4934,73.0504,-8.9747,-0.1893,33.2669,0.0000,33.2669,6.4158,33.2669,1.1658,0.0000,32.1011,0.0000,32.1011,7.7354,24.3657,0.0000,24.3657,-0.1656,24.5313,0.0000,27.9697,13.0928,-16.5313,1.0314,7956.5927,7956.5927,7956.5927,7956.5927,7956.5927 +530.5000,1.0000,7726.7618,70.5995,70.7260,-0.0703,0.0000,6,1127.3714,368.7596,630.1840,-75.4178,43.5350,74.3983,-8.9037,-0.1399,37.2671,0.0000,37.2671,6.4078,37.2671,1.2426,0.0000,36.0245,0.0000,36.0245,7.7030,28.3215,0.0000,28.3215,-0.1223,28.4438,0.0000,27.6196,13.0380,-12.2137,1.0067,8764.7638,8764.7638,8764.7638,8764.7638,8764.7638 +531.5000,1.0000,7746.2736,70.2425,70.4730,-0.1281,0.0000,6,1121.6706,278.0079,646.2702,-75.0778,32.6551,75.9116,-8.8187,-0.2535,26.4981,0.0000,26.4981,6.4106,26.4981,1.0234,0.0000,25.4747,0.0000,25.4747,7.6640,17.8106,0.0000,17.8106,-0.2218,18.0324,0.0000,27.2029,12.9721,-22.1425,0.9938,6704.6109,6704.6109,6704.6109,6704.6109,6704.6109 +532.5000,1.0000,7765.6636,69.8040,70.0120,-0.1156,0.0000,6,1114.6684,293.6804,601.8648,-74.6601,34.2807,70.2544,-8.7149,-0.2274,28.2013,0.0000,28.2013,6.3067,28.2013,1.0528,0.0000,27.1486,0.0000,27.1486,7.6162,19.5324,0.0000,19.5324,-0.1989,19.7313,0.0000,26.6966,12.8911,-19.8564,0.9806,7028.6329,7028.6329,7028.6329,7028.6329,7028.6329 +533.5000,1.0000,7784.9446,69.4115,69.5960,-0.1025,0.0000,6,1108.4007,312.5347,608.1047,-74.2862,36.2764,70.5836,-8.6225,-0.2005,30.0366,0.0000,30.0366,6.4403,30.0366,1.0853,0.0000,28.9513,0.0000,28.9513,7.5733,21.3779,0.0000,21.3779,-0.1754,21.5533,0.0000,26.2487,12.8186,-17.5140,1.1178,7392.7030,7392.7030,7392.7030,7392.7030,7392.7030 +534.5000,1.0000,7804.1348,69.0850,69.2270,-0.0789,0.0000,6,1103.1870,346.9018,616.0714,-73.9752,40.0760,71.1719,-8.5460,-0.1536,33.7822,0.0000,33.7822,6.4474,33.7822,1.1567,0.0000,32.6254,0.0000,32.6254,7.5377,25.0877,0.0000,25.0877,-0.1344,25.2221,0.0000,25.8800,12.7583,-13.4162,1.1284,8058.6602,8058.6602,8058.6602,8058.6602,8058.6602 +535.5000,1.0000,7823.2815,68.9280,68.9430,-0.0083,0.0000,6,1100.6799,454.2839,631.7637,-73.8256,52.3621,72.8189,-8.5094,-0.0162,45.9235,0.0000,45.9235,6.4548,45.9235,1.3979,0.0000,44.5256,0.0000,44.5256,7.5206,37.0050,0.0000,37.0050,-0.0142,37.0191,0.0000,25.7038,12.7293,-1.4140,1.1278,10387.6651,10387.6651,10387.6651,10387.6651,10387.6651 +536.5000,1.0000,7842.4355,68.9545,68.9130,0.0231,0.0000,6,1101.1031,502.2625,682.8376,-73.8509,57.9145,78.7361,-8.5155,0.0448,51.4526,0.0000,51.4526,6.4171,51.4526,1.5088,0.0000,49.9439,0.0000,49.9439,7.5235,42.4204,0.0000,42.4204,0.0392,42.3812,0.0000,25.7335,12.7342,3.9135,1.0940,11545.1825,11545.1825,11545.1825,11545.1825,11545.1825 +537.5000,1.0000,7861.6721,69.2515,68.9960,0.1419,0.0000,6,1105.8458,686.3406,705.5075,-74.1338,79.4809,81.7005,-8.5850,0.2771,72.7916,0.0000,72.7916,6.4122,72.7916,1.9387,0.0000,70.8529,0.0000,70.8529,7.5559,63.2970,0.0000,63.2970,0.2424,63.0547,0.0000,26.0678,12.7890,24.1979,1.1290,15614.5480,15614.5480,15614.5480,15614.5480,15614.5480 +538.5000,1.0000,7881.0480,69.7535,69.5070,0.1369,0.0000,6,1113.8620,681.1069,792.8408,-74.6120,79.4466,92.4796,-8.7030,0.2693,72.8261,0.0000,72.8261,6.3512,72.8261,1.9447,0.0000,70.8814,0.0000,70.8814,7.6107,63.2707,0.0000,63.2707,0.2355,63.0352,0.0000,26.6388,12.8817,23.5147,1.0150,15602.1563,15602.1563,15602.1563,15602.1563,15602.1563 +539.5000,1.0000,7900.5791,70.3120,70.0000,0.1733,0.0000,6,1122.7804,740.4649,790.8971,-75.1440,87.0619,92.9915,-8.8352,0.3435,80.3433,0.0000,80.3433,6.3750,80.3433,2.1011,0.0000,78.2423,0.0000,78.2423,7.6716,70.5707,0.0000,70.5707,0.3005,70.2702,0.0000,27.2840,12.9849,30.0013,1.0172,16980.7235,16980.7235,16980.7235,16980.7235,16980.7235 +540.5000,1.0000,7920.2687,70.8825,70.6240,0.1436,0.0000,6,1131.8905,698.5689,819.3907,-75.6874,82.8023,97.1234,-8.9713,0.2869,76.1095,0.0000,76.1095,6.4058,76.1095,2.0225,0.0000,74.0870,0.0000,74.0870,7.7338,66.3531,0.0000,66.3531,0.2510,66.1022,0.0000,27.9533,13.0902,25.0586,0.9838,16240.7892,16240.7892,16240.7892,16240.7892,16240.7892 +541.5000,1.0000,7940.0844,71.3365,71.1410,0.1086,0.0000,6,1139.1402,647.8302,800.9711,-76.1199,77.2800,95.5482,-9.0804,0.2184,70.6330,0.0000,70.6330,6.4286,70.6330,1.9179,0.0000,68.7151,0.0000,68.7151,7.7834,60.9317,0.0000,60.9317,0.1910,60.7407,0.0000,28.4937,13.1741,19.0728,1.0333,15180.6586,15180.6586,15180.6586,15180.6586,15180.6586 +542.5000,1.0000,7960.0107,71.7345,71.5320,0.1125,0.0000,6,1145.4957,656.1654,778.1899,-76.4990,78.7110,93.3486,-9.1765,0.2275,72.0635,0.0000,72.0635,6.4200,72.0635,1.9509,0.0000,70.1127,0.0000,70.1127,7.8268,62.2859,0.0000,62.2859,0.1990,62.0869,0.0000,28.9733,13.2476,19.8660,1.0471,15455.4834,15455.4834,15455.4834,15455.4834,15455.4834 +543.5000,1.0000,7980.0373,72.0960,71.9370,0.0883,0.0000,6,1151.2683,621.5435,782.7772,-76.8433,74.9336,94.3720,-9.2643,0.1795,68.3079,0.0000,68.3079,6.4463,68.3079,1.8797,0.0000,66.4282,0.0000,66.4282,7.8662,58.5619,0.0000,58.5619,0.1570,58.4049,0.0000,29.4135,13.3143,15.6771,0.9867,14750.7320,14750.7320,14750.7320,14750.7320,14750.7320 +544.5000,1.0000,8000.1453,72.3885,72.2550,0.0742,0.0000,6,1155.9391,602.1446,767.5081,-77.1220,72.8894,92.9066,-9.3356,0.1513,66.2293,0.0000,66.2293,6.5087,66.2293,1.8413,0.0000,64.3880,0.0000,64.3880,7.8982,56.4899,0.0000,56.4899,0.1324,56.3575,0.0000,29.7729,13.3684,13.2162,1.0136,14416.8158,14416.8158,14416.8158,14416.8158,14416.8158 +545.5000,1.0000,8020.3100,72.5930,72.5220,0.0394,0.0000,6,1159.2047,550.6478,759.2398,-77.3168,66.8440,92.1654,-9.3856,0.0807,60.1946,0.0000,60.1946,6.5687,60.1946,1.7229,0.0000,58.4718,0.0000,58.4718,7.9205,50.5513,0.0000,50.5513,0.0706,50.4807,0.0000,30.0259,13.4061,7.0487,1.0629,13229.3979,13229.3979,13229.3979,13229.3979,13229.3979 +546.5000,1.0000,8040.5176,72.7475,72.6640,0.0464,0.0000,6,1161.6718,562.0235,735.9254,-77.4639,68.3702,89.5253,-9.4235,0.0951,61.7359,0.0000,61.7359,6.5391,61.7359,1.7554,0.0000,59.9805,0.0000,59.9805,7.9373,52.0432,0.0000,52.0432,0.0832,51.9600,0.0000,30.2180,13.4347,8.3073,1.0273,13531.7684,13531.7684,13531.7684,13531.7684,13531.7684 +547.5000,1.0000,8060.7460,72.8220,72.8310,-0.0050,0.0000,6,1162.8615,483.5557,741.6105,-77.5349,58.8848,90.3093,-9.4418,-0.0103,52.3683,0.0000,52.3683,6.5267,52.3683,1.5689,0.0000,50.7995,0.0000,50.7995,7.9455,42.8540,0.0000,42.8540,-0.0090,42.8630,0.0000,30.3109,13.4484,-0.8963,1.0276,11728.3917,11728.3917,11728.3917,11728.3917,11728.3917 +548.5000,1.0000,8080.9736,72.8195,72.8130,0.0036,0.0000,6,1162.8215,496.8555,705.5901,-77.5325,60.5023,85.9200,-9.4412,0.0074,53.9553,0.0000,53.9553,6.5396,53.9553,1.6006,0.0000,52.3547,0.0000,52.3547,7.9452,44.4095,0.0000,44.4095,0.0065,44.4030,0.0000,30.3078,13.4480,0.6473,1.0276,12050.1059,12050.1059,12050.1059,12050.1059,12050.1059 +549.5000,1.0000,8101.1996,72.8135,72.8260,-0.0069,0.0000,6,1162.7257,480.9154,711.7387,-77.5268,58.5564,86.6616,-9.4397,-0.0143,51.9958,0.0000,51.9958,6.5749,51.9958,1.5613,0.0000,50.4345,0.0000,50.4345,7.9445,42.4899,0.0000,42.4899,-0.0125,42.5024,0.0000,30.3003,13.4469,-1.2447,1.0276,11663.0651,11663.0651,11663.0651,11663.0651,11663.0651 +550.5000,1.0000,8121.3711,72.6175,72.8010,-0.1019,0.0000,6,1159.5959,333.7061,704.4963,-77.3401,40.5228,85.5488,-9.3916,-0.2087,34.1871,0.0000,34.1871,6.5444,34.1871,1.2030,0.0000,32.9841,0.0000,32.9841,7.9231,25.0610,0.0000,25.0610,-0.1825,25.2435,0.0000,30.0564,13.4107,-18.2236,1.0267,8184.5521,8184.5521,8184.5521,8184.5521,8184.5521 +551.5000,1.0000,8141.4241,72.1910,72.4340,-0.1350,0.0000,6,1152.7853,279.9344,635.3401,-76.9338,33.7935,76.6979,-9.2874,-0.2747,27.5735,0.0000,27.5735,6.4947,27.5735,1.0660,0.0000,26.5074,0.0000,26.5074,7.8766,18.6308,0.0000,18.6308,-0.2403,18.8711,0.0000,29.5301,13.3319,-23.9909,1.0370,6940.9293,6940.9293,6940.9293,6940.9293,6940.9293 +552.5000,1.0000,8161.2930,71.5280,71.9480,-0.2333,0.0000,6,1142.1982,124.4870,608.5213,-76.3023,14.8900,72.7857,-9.1266,-0.4704,8.9278,0.0000,8.9278,6.4326,8.9278,0.6859,0.0000,8.2420,0.0000,8.2420,7.8043,0.4377,0.0000,0.4377,-0.4115,0.8492,0.0000,28.7246,13.2095,-41.0849,1.0220,3409.8301,3409.8301,3409.8301,3409.8301,3409.8301 +553.5000,1.0000,8180.9047,70.6020,71.1080,-0.2811,0.0000,6,1127.4113,46.5936,531.7771,-75.4202,5.5009,62.7828,-8.9043,-0.5594,-0.3031,0.0000,-0.3031,6.3635,-0.3031,0.6774,0.0000,-0.9805,0.0000,-0.9805,7.7032,-8.6837,0.0000,-8.6837,-0.4893,-8.1944,0.0000,27.6238,13.0384,-48.8567,1.0067,2163.0887,2163.0887,2163.0887,2163.0887,2163.0887 +554.5000,1.0000,8200.2305,69.5730,70.0960,-0.2906,0.0000,6,1110.9796,26.2509,490.3531,-74.4400,3.0541,57.0484,-8.6605,-0.5698,-2.6997,0.0000,-2.6997,6.3236,-2.6997,0.6878,0.0000,-3.3875,0.0000,-3.3875,7.5910,-10.9785,0.0000,-10.9785,-0.4984,-10.4801,0.0000,26.4337,12.8484,-49.7622,1.0144,1767.4011,1767.4011,1767.4011,1767.4011,1767.4011 +555.5000,1.0000,8219.2519,68.4770,69.0500,-0.3183,0.0000,6,1093.4781,-22.1730,475.8938,-73.3182,-2.5390,54.4940,-8.3956,-0.6144,-8.1485,0.0000,-8.1485,6.2239,-8.1485,0.7279,0.0000,-8.8764,0.0000,-8.8764,7.4714,-16.3478,0.0000,-16.3478,-0.5374,-15.8103,0.0000,25.2043,12.6460,-53.6607,0.9986,867.4032,867.4032,867.4032,867.4032,867.4032 +556.5000,1.0000,8237.9257,67.2255,67.9040,-0.3769,0.1170,6,1073.4935,53.5644,446.4616,-71.8877,6.0215,50.1894,-8.0813,-0.7143,0.6239,0.0000,0.6239,6.1119,0.6239,0.6239,0.0000,0.0000,0.0000,0.0000,7.3348,-7.3348,17.5073,-24.8422,-0.6248,-24.2174,1.8988,23.8483,12.4149,-62.3793,0.9939,2207.0533,2207.0533,2207.0533,2207.0533,2207.0533 +557.5000,1.0000,8255.9836,65.0085,66.5470,-0.8547,0.8830,6,1038.0912,47.8846,475.2101,-69.3535,5.2055,51.6595,-7.5393,-1.5662,0.5958,0.0000,0.5958,6.1759,0.5958,0.5958,0.0000,0.0000,0.0000,0.0000,7.0929,-7.0929,83.6200,-90.7130,-1.3699,-89.3431,13.8568,21.5757,12.0050,-136.7806,0.9739,2016.0574,2016.0574,2016.0574,2016.0574,2016.0574 +558.5000,1.0000,8273.1082,61.6485,63.4700,-1.0119,2.1760,6,984.4369,45.8399,455.9736,-67.5171,4.7256,47.0063,-6.9603,-1.7584,0.5542,0.0000,0.5542,5.9299,0.5542,0.5542,0.0000,0.0000,0.0000,0.0000,6.7263,-6.7263,86.2179,-92.9442,-1.5381,-91.4062,32.3764,18.4059,11.3823,-153.5707,0.9727,1843.2765,1843.2765,1843.2765,1843.2765,1843.2765 +559.5000,1.0000,8289.0435,57.3670,59.8270,-1.3667,3.5680,6,916.0676,43.2506,424.8303,-71.4282,4.1490,40.7541,-6.8521,-2.2099,0.5028,0.0000,0.5028,5.8561,0.5028,0.5028,0.0000,0.0000,0.0000,0.0000,6.2592,-6.2592,113.8582,-120.1174,-1.9330,-118.1844,49.3811,14.8455,10.5875,-192.9985,0.9576,1593.0844,1593.0844,1593.0844,1593.0844,1593.0844 +560.5000,1.0000,8303.9276,53.5830,54.9070,-0.7356,3.9140,6,855.6426,54.2962,411.4202,-75.5191,4.8651,36.8644,-6.7667,-1.1109,0.4590,0.0000,0.4590,5.5170,0.4590,0.4590,0.0000,0.0000,0.0000,0.0000,5.8463,-5.8463,19.5873,-25.4336,-0.9717,-24.4619,50.5901,12.0825,9.8879,-97.0223,0.9627,1723.7338,1723.7338,1723.7338,1723.7338,1723.7338 +561.5000,1.0000,8317.9883,50.6185,52.2590,-0.9114,3.8070,6,808.3038,53.8289,435.5152,-78.9041,4.5564,36.8644,-6.6789,-1.3004,0.4258,0.0000,0.4258,5.4309,0.4258,0.4258,0.0000,0.0000,0.0000,0.0000,5.5229,-5.5229,43.1607,-48.6835,-1.1374,-47.5461,46.4866,10.1905,9.3412,-113.5644,0.9346,1704.1963,1704.1963,1704.1963,1704.1963,1704.1963 +562.5000,1.0000,8331.1701,47.4545,48.9780,-0.8464,3.8070,6,757.7794,56.2103,464.5529,-84.0265,4.4605,36.8644,-6.6679,-1.1321,0.3913,0.0000,0.3913,5.2014,0.3913,0.3913,0.0000,0.0000,0.0000,0.0000,5.1777,-5.1777,33.9508,-39.1285,-0.9903,-38.1382,43.5809,8.3963,8.7573,-98.8727,0.8946,1611.2157,1611.2157,1611.2157,1611.2157,1611.2157 +563.5000,1.0000,8343.4944,44.3675,45.9310,-0.8686,4.0940,6,708.4845,58.3110,496.8756,-89.3138,4.3262,36.8644,-6.6264,-1.0863,0.3587,0.0000,0.3587,5.0538,0.3587,0.3587,0.0000,0.0000,0.0000,0.0000,4.8408,-4.8408,32.1145,-36.9553,-0.9502,-36.0052,43.8126,6.8635,8.1867,-94.8680,0.9257,1495.8397,1495.8397,1495.8397,1495.8397,1495.8397 +564.5000,1.0000,8354.9172,41.1220,42.8040,-0.9344,4.4270,0,641.7588,47.9527,548.5373,-96.4707,3.2227,36.8644,-6.4833,-1.6458,0.0000,0.0000,0.0000,4.8684,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.4867,-4.4867,34.0948,-38.5816,-0.9474,-37.6342,43.9044,5.4671,7.5868,-94.5926,0.9097,1281.1087,1281.1087,1281.1087,1281.1087,1281.1087 +565.5000,1.0000,8365.2691,37.2670,39.4400,-1.2072,4.7270,5,684.8902,113.0635,513.9928,-91.8445,8.1091,36.8644,-6.5872,3.5705,0.2843,0.0000,0.2843,4.2544,0.3393,0.3393,0.0000,0.0000,0.0000,0.0000,4.0661,-4.0661,54.3624,-58.4285,-1.1092,-57.3193,42.4791,4.0762,6.8746,-110.7493,0.9354,2155.9007,2155.9007,2155.9007,2155.9007,2155.9007 +566.5000,1.0000,8374.4411,33.0190,35.0940,-1.1528,5.2320,5,724.2657,45.7652,486.0490,-87.6211,3.4711,36.8644,-6.6456,-2.0244,0.2867,0.0000,0.2867,5.2088,0.2867,0.2867,0.0000,0.0000,0.0000,0.0000,3.6026,-3.6026,40.4621,-44.0647,-0.9385,-43.1262,41.6474,2.8367,6.0895,-93.6998,0.9627,1367.1444,1367.1444,1367.1444,1367.1444,1367.1444 +567.5000,1.0000,8382.5303,29.1210,30.9440,-1.0128,6.0960,0,639.3755,51.7481,550.5820,-96.7263,3.4648,36.8644,-6.4763,-1.5461,0.0000,0.0000,0.0000,5.0109,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1773,-3.1773,20.0625,-23.2399,-0.7271,-22.5127,42.7756,1.9459,5.3680,-72.6022,0.9319,1316.5661,1316.5661,1316.5661,1316.5661,1316.5661 +568.5000,1.0000,8389.4072,24.7570,27.2980,-1.4117,7.3070,4,660.6049,101.6261,532.8883,-94.4493,7.0303,36.8644,-6.5338,2.4586,0.3474,0.0000,0.3474,4.2243,0.4226,0.4226,0.0000,0.0000,0.0000,0.0000,2.7012,-2.7012,34.8747,-37.5759,-0.8617,-36.7142,43.5543,1.2035,4.5598,-86.0319,0.9330,1955.2664,1955.2664,1955.2664,1955.2664,1955.2664 +569.5000,1.0000,8394.8021,19.4215,22.2160,-1.5525,8.5770,0,660.6049,24.3279,532.8883,-94.4493,1.6830,36.8644,-6.5338,-2.4586,0.0000,0.0000,0.0000,4.1416,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,2.1190,-2.1190,28.6217,-30.7408,-0.7434,-29.9974,40.0660,0.5869,3.5736,-74.2239,0.9094,1064.0894,1064.0894,1064.0894,1064.0894,1064.0894 +570.5000,1.0000,8398.7469,14.2015,16.6270,-1.3475,8.9400,2,791.5533,70.4258,444.7315,-80.4039,5.8377,36.8644,-6.6648,9.3114,-7.8896,0.0000,-7.8896,4.4159,-11.8171,0.8417,0.0000,-12.6588,0.0000,-12.6588,1.5495,-14.2083,0.0000,-14.2083,-0.4718,-13.7365,30.5276,0.2314,2.6122,-47.1077,0.9443,1908.6490,1908.6490,1908.6490,1908.6490,1908.6490 +571.5000,1.0000,8401.5241,9.9980,11.7760,-0.9878,8.5580,2,834.6721,-44.3961,421.7568,-77.0186,-3.8805,36.8644,-6.7319,-7.6084,-0.5090,0.0000,-0.5090,4.2369,-0.5090,0.4537,0.0000,-0.9627,0.0000,-0.9627,1.0909,-2.0536,0.0000,-2.0536,-0.2435,-1.8101,20.5803,0.0809,1.8397,-24.3109,0.9259,192.8853,192.8853,192.8853,192.8853,192.8853 +572.5000,1.0000,8403.4166,6.8130,8.2200,-0.7817,5.9460,0,643.1189,36.9153,547.3772,-96.3248,2.4861,36.8644,-6.4872,-1.7030,0.0000,0.0000,0.0000,4.1891,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.7434,-0.7434,1.4535,-2.1969,-0.1313,-2.0656,9.7622,0.0259,1.2560,-13.1096,0.9318,1172.8694,1172.8694,1172.8694,1172.8694,1172.8694 +573.5000,1.0000,8404.7478,4.7920,5.4060,-0.3411,2.9840,1,622.7276,92.7699,565.3011,-98.5120,6.0497,36.8644,-6.4242,0.8692,0.9675,-0.0242,0.9916,4.2131,1.1502,0.3477,0.0000,0.8025,0.0000,0.8025,0.5228,0.2796,0.0000,0.2796,-0.0403,0.3199,3.4504,0.0088,0.8846,-4.0239,1.0563,1724.8451,1724.8451,1724.8451,1724.8451,1724.8451 +574.5000,1.0000,8405.7735,3.6925,4.1780,-0.2697,0.2580,1,644.9499,51.3276,545.8233,-96.1284,3.4666,36.8644,-6.4924,-0.0200,-0.7735,0.1164,-0.8899,4.2602,-0.8899,0.2675,0.0000,-1.1575,0.0000,-1.1575,0.4029,-1.5603,0.0000,-1.5603,-0.0246,-1.5358,0.2300,0.0040,0.6819,-2.4517,1.0791,1317.5232,1317.5232,1317.5232,1317.5232,1317.5232 +575.5000,1.0000,8406.4861,2.5655,3.2070,-0.3564,0.0000,1,644.4444,64.9590,546.2513,-96.1827,4.3838,36.8644,-6.4910,0.0000,-1.0035,0.3346,-1.3380,5.3873,-1.3380,0.1801,0.0000,-1.5182,0.0000,-1.5182,0.2799,-1.7981,0.0000,-1.7981,-0.0225,-1.7755,0.0000,0.0014,0.4738,-2.2507,1.0576,1452.2822,1452.2822,1452.2822,1452.2822,1452.2822 +576.5000,1.0000,8406.8725,1.3910,1.9240,-0.2961,0.0000,1,644.4444,74.4260,546.2513,-96.1827,5.0227,36.8644,-6.4910,0.0000,-0.3250,0.2019,-0.5268,5.3477,-0.5268,0.0884,0.0000,-0.6152,0.0000,-0.6152,0.1518,-0.7670,0.0000,-0.7670,-0.0102,-0.7568,0.0000,0.0002,0.2569,-1.0139,1.0576,1546.1952,1546.1952,1546.1952,1546.1952,1546.1952 +577.5000,1.0000,8406.9943,0.4385,0.8580,-0.2331,0.0000,0,644.4444,81.1338,546.2513,-96.1827,5.4754,36.8644,-6.4910,0.0000,-0.0043,0.0956,-0.0999,5.4797,-0.0999,0.0253,0.0000,-0.1253,0.0000,-0.1253,0.0478,-0.1731,0.0000,-0.1731,-0.0025,-0.1706,0.0000,0.0000,0.0810,-0.2516,1.1312,1626.2612,1626.2612,1626.2612,1626.2612,1626.2612 +578.5000,1.0000,8406.9969,0.0095,0.0190,-0.0053,0.0000,0,644.4444,78.1295,546.2513,-96.1827,5.2727,36.8644,-6.4910,0.0000,0.0031,0.0000,0.0031,5.2695,0.0031,0.0005,0.0000,0.0027,0.0000,0.0027,0.0010,0.0016,0.0000,0.0016,0.0000,0.0016,0.0000,0.0000,0.0018,-0.0001,1.0137,1584.3506,1584.3506,1584.3506,1584.3506,1584.3506 +579.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,78.9909,546.2513,-96.1827,5.3308,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.3308,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0137,1596.3676,1596.3676,1596.3676,1596.3676,1596.3676 +580.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,80.3570,546.2513,-96.1827,5.4230,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.4230,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0468,1615.4240,1615.4240,1615.4240,1615.4240,1615.4240 +581.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,79.3936,546.2513,-96.1827,5.3580,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.3580,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0791,1601.9848,1601.9848,1601.9848,1601.9848,1601.9848 +582.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,79.4836,546.2513,-96.1827,5.3640,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.3640,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1603.2405,1603.2405,1603.2405,1603.2405,1603.2405 +583.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,79.3677,546.2513,-96.1827,5.3562,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.3562,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0468,1601.6236,1601.6236,1601.6236,1601.6236,1601.6236 +584.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.5888,546.2513,-96.1827,4.2914,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2914,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0576,1438.6899,1438.6899,1438.6899,1438.6899,1438.6899 +585.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.9503,546.2513,-96.1827,4.3158,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3158,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1442.2761,1442.2761,1442.2761,1442.2761,1442.2761 +586.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,79.6418,546.2513,-96.1827,5.3747,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.3747,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0358,1605.4471,1605.4471,1605.4471,1605.4471,1605.4471 +587.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,79.1493,546.2513,-96.1827,5.3415,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.3415,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0358,1598.5771,1598.5771,1598.5771,1598.5771,1598.5771 +588.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,78.6419,546.2513,-96.1827,5.3072,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.3072,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9911,1591.4996,1591.4996,1591.4996,1591.4996,1591.4996 +589.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,79.2817,546.2513,-96.1827,5.3504,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.3504,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9792,1600.4241,1600.4241,1600.4241,1600.4241,1600.4241 +590.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,79.0617,546.2513,-96.1827,5.3356,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.3356,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0468,1597.3545,1597.3545,1597.3545,1597.3545,1597.3545 +591.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,79.0444,546.2513,-96.1827,5.3344,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.3344,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0137,1597.1137,1597.1137,1597.1137,1597.1137,1597.1137 +592.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,79.0817,546.2513,-96.1827,5.3369,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.3369,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1597.6337,1597.6337,1597.6337,1597.6337,1597.6337 +593.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,78.2807,546.2513,-96.1827,5.2829,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.2829,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0247,1586.4595,1586.4595,1586.4595,1586.4595,1586.4595 +594.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,78.4115,546.2513,-96.1827,5.2917,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.2917,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0898,1588.2855,1588.2855,1588.2855,1588.2855,1588.2855 +595.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,77.0728,546.2513,-96.1827,5.2013,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.2013,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0468,1572.4514,1572.4514,1572.4514,1572.4514,1572.4514 +596.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,77.4152,546.2513,-96.1827,5.2244,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.2244,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0137,1575.8479,1575.8479,1575.8479,1575.8479,1575.8479 +597.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,77.4974,546.2513,-96.1827,5.2300,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.2300,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1576.6630,1576.6630,1576.6630,1576.6630,1576.6630 +598.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,77.8155,546.2513,-96.1827,5.2515,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.2515,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1579.9708,1579.9708,1579.9708,1579.9708,1579.9708 +599.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,80.1134,546.2513,-96.1827,5.4065,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.4065,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0576,1612.0264,1612.0264,1612.0264,1612.0264,1612.0264 +600.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,80.3872,546.2513,-96.1827,5.4250,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.4250,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0791,1615.8463,1615.8463,1615.8463,1615.8463,1615.8463 +601.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,80.1053,546.2513,-96.1827,5.4060,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.4060,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0791,1611.9136,1611.9136,1611.9136,1611.9136,1611.9136 +602.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,81.1734,546.2513,-96.1827,5.4781,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.4781,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1626.8127,1626.8127,1626.8127,1626.8127,1626.8127 +603.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.2586,546.2513,-96.1827,4.2691,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2691,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9911,1435.4143,1435.4143,1435.4143,1435.4143,1435.4143 +604.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.0576,546.2513,-96.1827,4.1880,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1880,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0358,1423.5001,1423.5001,1423.5001,1423.5001,1423.5001 +605.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.7324,546.2513,-96.1827,4.3011,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3011,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0468,1440.1145,1440.1145,1440.1145,1440.1145,1440.1145 +606.5000,1.0000,8406.9969,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.4634,546.2513,-96.1827,4.2154,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2154,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0468,1427.5255,1427.5255,1427.5255,1427.5255,1427.5255 +607.5000,1.0000,8406.9978,0.0030,0.0000,0.0017,0.0000,0,644.4444,63.4103,546.2513,-96.1827,4.2793,36.8644,-6.4910,0.0000,0.0021,0.0010,0.0010,4.2772,0.0010,0.0002,0.0000,0.0009,0.0000,0.0009,0.0003,0.0006,0.0000,0.0006,0.0000,0.0006,0.0000,0.0000,0.0006,0.0000,1.0683,1436.9187,1436.9187,1436.9187,1436.9187,1436.9187 +608.5000,1.0000,8406.9991,0.0050,0.0060,-0.0006,0.0000,0,644.4444,62.9229,546.2513,-96.1827,4.2464,36.8644,-6.4910,0.0000,0.0014,-0.0003,0.0017,4.2450,0.0017,0.0003,0.0000,0.0015,0.0000,0.0015,0.0005,0.0009,0.0000,0.0009,0.0000,0.0009,0.0000,0.0000,0.0009,0.0000,1.0576,1432.0840,1432.0840,1432.0840,1432.0840,1432.0840 +609.5000,1.0000,8407.0001,0.0020,0.0040,-0.0003,0.0000,0,644.4444,62.4306,546.2513,-96.1827,4.2132,36.8644,-6.4910,0.0000,0.0007,0.0000,0.0007,4.2125,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1.0576,1427.2003,1427.2003,1427.2003,1427.2003,1427.2003 +610.5000,1.0000,8407.0012,0.0000,0.0030,0.0006,0.0000,0,644.4444,63.4685,546.2513,-96.1827,4.2832,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2832,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1437.4969,1437.4969,1437.4969,1437.4969,1437.4969 +611.5000,1.0000,8407.0029,0.0000,0.0020,0.0006,0.0000,0,644.4444,62.5699,546.2513,-96.1827,4.2226,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2226,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0576,1428.5824,1428.5824,1428.5824,1428.5824,1428.5824 +612.5000,1.0000,8407.0050,0.0000,0.0020,0.0003,0.0000,0,644.4444,61.4846,546.2513,-96.1827,4.1494,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1494,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0027,1417.8161,1417.8161,1417.8161,1417.8161,1417.8161 +613.5000,1.0000,8407.0072,0.0000,0.0010,0.0000,0.0000,0,644.4444,62.6445,546.2513,-96.1827,4.2276,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2276,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0576,1429.3222,1429.3222,1429.3222,1429.3222,1429.3222 +614.5000,1.0000,8407.0094,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.6587,546.2513,-96.1827,4.2286,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2286,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0576,1429.4629,1429.4629,1429.4629,1429.4629,1429.4629 +615.5000,1.0000,8407.0116,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.3450,546.2513,-96.1827,4.2074,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2074,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0247,1426.3516,1426.3516,1426.3516,1426.3516,1426.3516 +616.5000,1.0000,8407.0139,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.6142,546.2513,-96.1827,4.2931,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2931,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.1005,1438.9417,1438.9417,1438.9417,1438.9417,1438.9417 +617.5000,1.0000,8407.0161,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.4056,546.2513,-96.1827,4.3465,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3465,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1446.7927,1446.7927,1446.7927,1446.7927,1446.7927 +618.5000,1.0000,8407.0183,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.3884,546.2513,-96.1827,4.2104,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2104,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1426.7822,1426.7822,1426.7822,1426.7822,1426.7822 +619.5000,1.0000,8407.0211,0.0020,0.0000,0.0011,0.0000,0,644.4444,61.9135,546.2513,-96.1827,4.1783,36.8644,-6.4910,0.0000,0.0014,0.0007,0.0007,4.1769,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1.0683,1422.0713,1422.0713,1422.0713,1422.0713,1422.0713 +620.5000,1.0000,8407.0241,0.0020,0.0040,-0.0006,0.0000,0,644.4444,59.2339,546.2513,-96.1827,3.9975,36.8644,-6.4910,0.0000,0.0007,0.0000,0.0007,3.9968,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,0.9318,1395.4888,1395.4888,1395.4888,1395.4888,1395.4888 +621.5000,1.0000,8407.0479,0.0755,0.0020,0.0419,0.0000,1,644.4444,60.2098,546.2513,-96.1827,4.0633,36.8644,-6.4910,0.0000,0.0676,0.0338,0.0338,3.9958,0.0338,0.0037,0.0000,0.0301,0.0000,0.0301,0.0082,0.0218,0.0000,0.0218,0.0001,0.0217,0.0000,0.0000,0.0139,0.0078,0.9208,1405.1697,1405.1697,1405.1697,1405.1697,1405.1697 +622.5000,1.0000,8407.3379,1.0340,0.1510,0.4906,0.0000,1,644.4444,102.2695,546.2513,-96.1827,6.9018,36.8644,-6.4910,0.0000,3.0403,1.4004,1.6399,3.8615,1.6399,0.0691,0.0000,1.5708,0.0000,1.5708,0.1186,1.4523,0.0000,1.4523,0.0125,1.4397,0.0000,0.0002,0.1910,1.2486,0.8765,1915.1122,1915.1122,1915.1122,1915.1122,1915.1122 +623.5000,1.0000,8408.2129,3.1400,1.9170,0.6794,0.0000,1,645.9562,193.4855,544.9729,-96.0205,13.0882,36.8644,-6.4952,0.0600,9.0663,2.5261,6.5402,3.9619,6.5402,0.2705,0.0000,6.2697,0.0000,6.2697,0.3825,5.8871,0.0000,5.8871,0.0526,5.8345,0.0000,0.0028,0.5799,5.2519,0.9793,2980.1784,2980.1784,2980.1784,2980.1784,2980.1784 +624.5000,1.0000,8409.5143,4.6750,4.3630,0.1733,0.0000,1,689.9681,150.0495,510.2100,-91.2998,10.8416,36.8644,-6.5967,1.8008,3.7286,0.0180,3.7106,5.3122,3.7106,0.3143,0.0000,3.3962,0.0000,3.3962,0.5101,2.8862,0.0000,2.8862,0.0200,2.8662,0.0000,0.0081,0.8634,1.9948,0.9830,2589.1166,2589.1166,2589.1166,2589.1166,2589.1166 +625.5000,1.0000,8411.0094,5.3725,4.9870,0.2142,0.0000,1,789.0888,154.7166,446.1204,-80.6682,12.7847,36.8644,-6.6659,2.7438,4.8409,0.0000,4.8409,5.2001,4.8409,0.3895,0.0000,4.4514,0.0000,4.4514,0.5862,3.8652,0.0000,3.8652,0.0284,3.8368,0.0000,0.0122,0.9922,2.8324,0.9555,3019.5196,3019.5196,3019.5196,3019.5196,3019.5196 +626.5000,1.0000,8412.5708,5.6110,5.7580,-0.0817,0.0000,1,824.1186,45.8112,433.5078,-77.7733,3.9536,37.4124,-6.7120,-1.0927,0.9546,0.0000,0.9546,4.0917,0.9546,0.4316,0.0000,0.5230,0.0000,0.5230,0.6122,-0.0892,0.0000,-0.0892,-0.0113,-0.0779,0.0000,0.0139,1.0362,-1.1280,0.9593,1596.6989,1596.6989,1596.6989,1596.6989,1596.6989 +627.5000,1.0000,8414.0721,5.3945,5.4640,-0.0386,0.0000,1,792.3200,73.9984,444.3011,-80.3217,6.1398,36.8644,-6.6644,-0.4967,1.4833,0.0000,1.4833,5.1531,1.4833,0.4041,0.0000,1.0793,0.0000,1.0793,0.5886,0.4907,0.0000,0.4907,-0.0051,0.4958,0.0000,0.0123,0.9962,-0.5127,0.9559,1960.7371,1960.7371,1960.7371,1960.7371,1960.7371 +628.5000,1.0000,8415.5304,5.2400,5.3250,-0.0472,0.0000,1,769.6278,72.5542,457.4012,-82.7556,5.8475,36.8644,-6.6697,-0.5901,1.3255,0.0000,1.3255,5.1121,1.3255,0.3900,0.0000,0.9355,0.0000,0.9355,0.5717,0.3638,0.0000,0.3638,-0.0061,0.3699,0.0000,0.0113,0.9677,-0.6091,0.9540,1873.9880,1873.9880,1873.9880,1873.9880,1873.9880 +629.5000,1.0000,8417.0164,5.3395,5.1550,0.1025,0.0000,1,784.2419,118.7661,448.8776,-81.1881,9.7537,36.8644,-6.6676,1.3051,3.3215,0.0000,3.3215,5.1272,3.3215,0.3801,0.0000,2.9414,0.0000,2.9414,0.5826,2.3588,0.0000,2.3588,0.0135,2.3453,0.0000,0.0120,0.9861,1.3473,0.9550,2531.1561,2531.1561,2531.1561,2531.1561,2531.1561 +630.5000,1.0000,8418.6289,5.7950,5.5240,0.1506,0.0000,1,851.1437,128.1654,425.4247,-75.8408,11.4236,37.9188,-6.7598,2.0805,4.3044,0.0000,4.3044,5.0387,4.3044,0.4173,0.0000,3.8870,0.0000,3.8870,0.6323,3.2547,0.0000,3.2547,0.0215,3.2332,0.0000,0.0153,1.0702,2.1477,0.9507,2863.9727,2863.9727,2863.9727,2863.9727,2863.9727 +631.5000,1.0000,8420.3003,6.0070,6.0660,-0.0328,0.0000,1,882.2813,70.2523,448.3166,-73.6143,6.4908,41.4210,-6.8014,-0.4695,1.7576,0.0000,1.7576,5.2027,1.7576,0.4654,0.0000,1.2922,0.0000,1.2922,0.6554,0.6368,0.0000,0.6368,-0.0049,0.6417,0.0000,0.0170,1.1093,-0.4847,0.9541,2014.1431,2014.1431,2014.1431,2014.1431,2014.1431 +632.5000,1.0000,8421.9743,6.0165,5.9480,0.0381,0.0000,1,883.6766,91.9000,420.5868,-73.5145,8.5043,38.9204,-6.8029,0.5460,2.8098,0.0000,2.8098,5.1485,2.8098,0.4558,0.0000,2.3539,0.0000,2.3539,0.6564,1.6975,0.0000,1.6975,0.0056,1.6918,0.0000,0.0171,1.1111,0.5636,0.9307,2435.1660,2435.1660,2435.1660,2435.1660,2435.1660 +633.5000,1.0000,8423.7551,6.4010,6.0850,0.1756,0.0000,1,940.1502,133.2933,454.6135,-70.0505,13.1230,44.7577,-6.8966,2.6797,5.1768,0.0000,5.1768,5.2665,5.1768,0.4817,0.0000,4.6951,0.0000,4.6951,0.6984,3.9967,0.0000,3.9967,0.0277,3.9690,0.0000,0.0206,1.1821,2.7663,0.9622,3200.6769,3200.6769,3200.6769,3200.6769,3200.6769 +634.5000,1.0000,8425.6397,6.7745,6.7170,0.0319,0.0000,1,995.0083,87.7361,499.0376,-66.9124,9.1418,51.9982,-6.9721,0.5160,3.0897,0.0000,3.0897,5.5361,3.0897,0.5370,0.0000,2.5527,0.0000,2.5527,0.7392,1.8135,0.0000,1.8135,0.0053,1.8082,0.0000,0.0244,1.2511,0.5327,0.9868,2681.1721,2681.1721,2681.1721,2681.1721,2681.1721 +635.5000,1.0000,8427.5676,6.9305,6.8320,0.0547,0.0000,1,1017.9208,83.8662,485.3098,-67.9096,8.9398,51.7323,-7.2389,0.9044,3.5554,0.0000,3.5554,4.4801,3.5554,0.5502,0.0000,3.0051,0.0000,3.0051,0.7562,2.2490,0.0000,2.2490,0.0094,2.2396,0.0000,0.0261,1.2799,0.9336,0.9923,2662.5704,2662.5704,2662.5704,2662.5704,2662.5704 +636.5000,1.0000,8429.5485,7.1210,7.0290,0.0511,0.0000,1,1045.9006,93.0552,490.1539,-69.9125,10.1920,53.6848,-7.6573,0.8679,3.5973,0.0000,3.5973,5.7268,3.5973,0.5720,0.0000,3.0253,0.0000,3.0253,0.7770,2.2483,0.0000,2.2483,0.0090,2.2394,0.0000,0.0283,1.3151,0.8960,0.9873,2851.2265,2851.2265,2851.2265,2851.2265,2851.2265 +637.5000,1.0000,8431.6032,7.3870,7.2130,0.0967,0.0000,1,1084.9695,106.7885,504.0274,-72.7092,12.1331,57.2665,-8.2610,1.7028,4.5710,0.0000,4.5710,5.8593,4.5710,0.5938,0.0000,3.9773,0.0000,3.9773,0.8060,3.1713,0.0000,3.1713,0.0176,3.1537,0.0000,0.0317,1.3642,1.7578,1.0082,3094.3027,3094.3027,3094.3027,3094.3027,3094.3027 +638.5000,1.0000,8433.7208,7.6135,7.5610,0.0292,0.0000,1,1118.2368,84.9690,518.9369,-74.8729,9.9500,60.7683,-8.7677,0.5295,3.4557,0.0000,3.4557,5.9648,3.4557,0.6322,0.0000,2.8235,0.0000,2.8235,0.8307,1.9928,0.0000,1.9928,0.0055,1.9873,0.0000,0.0346,1.4060,0.5466,1.0161,2769.5500,2769.5500,2769.5500,2769.5500,2769.5500 +639.5000,1.0000,8435.8566,7.6790,7.6660,0.0072,0.0000,1,1127.8572,78.2809,512.1128,-75.4468,9.2457,60.4851,-8.9109,0.1322,3.0734,0.0000,3.0734,6.0400,3.0734,0.6440,0.0000,2.4294,0.0000,2.4294,0.8378,1.5916,0.0000,1.5916,0.0014,1.5902,0.0000,0.0355,1.4181,0.1365,0.9953,2669.1104,2669.1104,2669.1104,2669.1104,2669.1104 +640.5000,1.0000,8437.9904,7.6715,7.6920,-0.0114,0.0000,1,1126.7556,72.4217,509.0595,-75.3811,8.5453,60.0657,-8.8945,-0.2083,2.7186,0.0000,2.7186,6.0350,2.7186,0.6467,0.0000,2.0720,0.0000,2.0720,0.8370,1.2349,0.0000,1.2349,-0.0022,1.2371,0.0000,0.0354,1.4167,-0.2151,1.0181,2574.8755,2574.8755,2574.8755,2574.8755,2574.8755 +641.5000,1.0000,8440.1275,7.6835,7.6510,0.0181,0.0000,1,1128.5181,81.6816,506.6437,-75.4862,9.6530,59.8742,-8.9208,0.3308,3.2803,0.0000,3.2803,6.0418,3.2803,0.6425,0.0000,2.6378,0.0000,2.6378,0.8383,1.7995,0.0000,1.7995,0.0034,1.7961,0.0000,0.0356,1.4190,0.3415,1.0070,2723.8172,2723.8172,2723.8172,2723.8172,2723.8172 +642.5000,1.0000,8442.2694,7.7010,7.7160,-0.0083,0.0000,1,1131.0884,73.6885,511.6186,-75.6396,8.7282,60.5998,-8.9593,-0.1530,2.7883,0.0000,2.7883,6.0929,2.7883,0.6496,0.0000,2.1387,0.0000,2.1387,0.8402,1.2985,0.0000,1.2985,-0.0016,1.3001,0.0000,0.0358,1.4222,-0.1580,1.0076,2597.9314,2597.9314,2597.9314,2597.9314,2597.9314 +643.5000,1.0000,8444.4029,7.6705,7.6860,-0.0086,0.0000,1,1126.6087,73.5401,506.9556,-75.3723,8.6761,59.8097,-8.8923,-0.1575,2.7707,0.0000,2.7707,6.0629,2.7707,0.6460,0.0000,2.1247,0.0000,2.1247,0.8369,1.2877,0.0000,1.2877,-0.0016,1.2894,0.0000,0.0354,1.4166,-0.1626,1.0065,2592.6295,2592.6295,2592.6295,2592.6295,2592.6295 +644.5000,1.0000,8446.5312,7.6520,7.6550,-0.0017,0.0000,1,1123.8915,75.7575,506.1527,-75.2103,8.9162,59.5710,-8.8518,-0.0304,2.8940,0.0000,2.8940,6.0526,2.8940,0.6425,0.0000,2.2515,0.0000,2.2515,0.8349,1.4166,0.0000,1.4166,-0.0003,1.4169,0.0000,0.0352,1.4131,-0.0314,1.0059,2626.2393,2626.2393,2626.2393,2626.2393,2626.2393 +645.5000,1.0000,8448.6511,7.6215,7.6490,-0.0153,0.0000,1,1119.4118,71.2232,506.1495,-74.9430,8.3491,59.3331,-8.7852,-0.2777,2.6258,0.0000,2.6258,6.0010,2.6258,0.6415,0.0000,1.9843,0.0000,1.9843,0.8316,1.1527,0.0000,1.1527,-0.0029,1.1556,0.0000,0.0347,1.4075,-0.2866,0.9932,2550.9378,2550.9378,2550.9378,2550.9378,2550.9378 +646.5000,1.0000,8450.7605,7.5840,7.5940,-0.0056,0.0000,1,1113.9040,74.9080,502.6547,-74.6145,8.7379,58.6335,-8.7036,-0.1005,2.7928,0.0000,2.7928,6.0455,2.7928,0.6353,0.0000,2.1575,0.0000,2.1575,0.8275,1.3301,0.0000,1.3301,-0.0010,1.3311,0.0000,0.0342,1.4006,-0.1037,1.0266,2606.1394,2606.1394,2606.1394,2606.1394,2606.1394 +647.5000,1.0000,8452.8712,7.5885,7.5740,0.0081,0.0000,1,1114.5649,79.0369,504.3825,-74.6539,9.2249,58.8700,-8.7134,0.1458,3.0489,0.0000,3.0489,6.0303,3.0489,0.6333,0.0000,2.4157,0.0000,2.4157,0.8280,1.5877,0.0000,1.5877,0.0015,1.5862,0.0000,0.0343,1.4014,0.1505,1.0268,2672.4688,2672.4688,2672.4688,2672.4688,2672.4688 +648.5000,1.0000,8454.9960,7.6390,7.6030,0.0200,0.0000,1,1121.9822,82.2593,507.9490,-75.0964,9.6649,59.6808,-8.8233,0.3643,3.2960,0.0000,3.2960,6.0046,3.2960,0.6369,0.0000,2.6591,0.0000,2.6591,0.8335,1.8256,0.0000,1.8256,0.0038,1.8218,0.0000,0.0350,1.4107,0.3761,1.0170,2728.7566,2728.7566,2728.7566,2728.7566,2728.7566 +649.5000,1.0000,8457.1487,7.7400,7.6750,0.0361,0.0000,1,1136.8166,76.3110,512.9030,-75.9813,9.0846,61.0596,-9.0454,0.6665,3.6509,0.0000,3.6509,4.7672,3.6509,0.6457,0.0000,3.0052,0.0000,3.0052,0.8445,2.1607,0.0000,2.1607,0.0069,2.1538,0.0000,0.0364,1.4294,0.6880,1.0206,2643.5385,2643.5385,2643.5385,2643.5385,2643.5385 +650.5000,1.0000,8459.3104,7.7720,7.8050,-0.0183,0.0000,1,1141.5166,59.4970,511.6522,-76.2616,7.1122,61.1626,-9.1163,-0.3398,2.6258,0.0000,2.6258,4.8262,2.6258,0.6599,0.0000,1.9659,0.0000,1.9659,0.8480,1.1179,0.0000,1.1179,-0.0035,1.1214,0.0000,0.0368,1.4353,-0.3508,1.0339,2378.2652,2378.2652,2378.2652,2378.2652,2378.2652 +651.5000,1.0000,8461.4596,7.7270,7.7390,-0.0067,0.0000,1,1134.9072,63.2506,502.3904,-75.8674,7.5172,59.7077,-9.0166,-0.1228,2.8305,0.0000,2.8305,4.8095,2.8305,0.6523,0.0000,2.1782,0.0000,2.1782,0.8431,1.3351,0.0000,1.3351,-0.0013,1.3364,0.0000,0.0362,1.4270,-0.1268,1.0321,2433.8437,2433.8437,2433.8437,2433.8437,2433.8437 +652.5000,1.0000,8463.6043,7.7110,7.7150,-0.0022,0.0000,1,1132.5572,64.5514,503.4559,-75.7272,7.6559,59.7104,-8.9813,-0.0409,2.9084,0.0000,2.9084,4.7884,2.9084,0.6496,0.0000,2.2587,0.0000,2.2587,0.8413,1.4174,0.0000,1.4174,-0.0004,1.4178,0.0000,0.0360,1.4240,-0.0422,1.0079,2453.0655,2453.0655,2453.0655,2453.0655,2453.0655 +653.5000,1.0000,8465.7178,7.5985,7.7070,-0.0603,0.0000,1,1116.0337,46.4924,500.2983,-74.7415,5.4336,58.4702,-8.7351,-1.0922,1.7752,0.0000,1.7752,4.7506,1.7752,0.6472,0.0000,1.1280,0.0000,1.1280,0.8291,0.2989,0.0000,0.2989,-0.0113,0.3102,0.0000,0.0344,1.4033,-1.1275,1.0156,2154.0201,2154.0201,2154.0201,2154.0201,2154.0201 +654.5000,1.0000,8467.6691,7.0150,7.4900,-0.2639,0.0000,1,1030.3318,-15.3079,470.7355,-68.7980,-1.6517,50.7905,-7.4230,-4.4143,-1.8999,0.0000,-1.8999,4.6626,-1.8999,0.6146,0.0000,-2.5145,0.0000,-2.5145,0.7654,-3.2799,0.0000,-3.2799,-0.0456,-3.2343,0.0000,0.0272,1.2955,-4.5570,0.9952,831.4747,831.4747,831.4747,831.4747,831.4747 +655.5000,1.0000,8469.3573,6.0675,6.5400,-0.2625,0.0000,1,891.1673,-12.4730,395.0197,-72.9789,-1.1640,36.8644,-6.8106,-3.7980,-1.6539,0.0000,-1.6539,4.2879,-1.6539,0.5060,0.0000,-2.1598,0.0000,-2.1598,0.6620,-2.8219,0.0000,-2.8219,-0.0393,-2.7826,0.0000,0.0176,1.1205,-3.9207,0.9665,760.4020,760.4020,760.4020,760.4020,760.4020 +656.5000,1.0000,8470.9268,5.6400,5.5950,0.0250,0.0000,1,828.3780,76.3154,424.9614,-77.4687,6.6202,36.8644,-6.7202,0.3362,2.4413,0.0000,2.4413,3.8426,2.4413,0.4198,0.0000,2.0216,0.0000,2.0216,0.6154,1.4062,0.0000,1.4062,0.0035,1.4027,0.0000,0.0141,1.0416,0.3471,0.9482,2023.4036,2023.4036,2023.4036,2023.4036,2023.4036 +657.5000,1.0000,8472.4989,5.6495,5.6850,-0.0197,0.0000,1,829.7733,62.9955,424.2468,-77.3689,5.4739,36.8644,-6.7229,-0.2657,1.8238,0.0000,1.8238,3.9158,1.8238,0.4269,0.0000,1.3969,0.0000,1.3969,0.6164,0.7804,0.0000,0.7804,-0.0027,0.7832,0.0000,0.0142,1.0433,-0.2743,0.9599,1837.9745,1837.9745,1837.9745,1837.9745,1837.9745 +658.5000,1.0000,8473.9872,5.3480,5.6140,-0.1478,0.0000,1,785.4903,27.9334,448.1642,-81.0542,2.2977,36.8644,-6.6672,-1.8846,0.0321,0.0000,0.0321,4.1502,0.0321,0.4139,0.0000,-0.3818,0.0000,-0.3818,0.5835,-0.9653,0.0000,-0.9653,-0.0195,-0.9458,0.0000,0.0120,0.9876,-1.9455,0.9551,1298.0849,1298.0849,1298.0849,1298.0849,1298.0849 +659.5000,1.0000,8475.2982,4.7095,5.0820,-0.2069,0.0000,1,696.8033,18.2163,505.2052,-90.5667,1.3292,36.8644,-6.6086,-2.1232,-0.6676,0.0057,-0.6733,4.1201,-0.6733,0.3580,0.0000,-1.0314,0.0000,-1.0314,0.5138,-1.5452,0.0000,-1.5452,-0.0240,-1.5212,0.0000,0.0082,0.8697,-2.3992,0.9484,1036.7642,1036.7642,1036.7642,1036.7642,1036.7642 +660.5000,1.0000,8476.4553,4.1555,4.3370,-0.1008,0.0000,1,645.8148,66.6447,545.0923,-96.0357,4.5072,36.8644,-6.4949,-0.0543,0.4596,-0.0200,0.4795,4.1019,0.4795,0.2949,0.0000,0.1847,0.0000,0.1847,0.4534,-0.2687,0.0000,-0.2687,-0.0103,-0.2584,0.0000,0.0056,0.7674,-1.0315,0.9435,1470.2648,1470.2648,1470.2648,1470.2648,1470.2648 +661.5000,1.0000,8477.5032,3.7625,3.9740,-0.1175,0.0000,1,644.4444,64.1374,546.2513,-96.1827,4.3284,36.8644,-6.4910,0.0000,0.2570,-0.0153,0.2724,4.0713,0.2724,0.2620,0.0000,0.0104,0.0000,0.0104,0.4105,-0.4002,0.0000,-0.4002,-0.0109,-0.3893,0.0000,0.0042,0.6948,-1.0883,0.9208,1444.1323,1444.1323,1444.1323,1444.1323,1444.1323 +662.5000,1.0000,8478.4360,3.3480,3.5510,-0.1128,0.0000,1,644.4444,64.2997,546.2513,-96.1827,4.3393,36.8644,-6.4910,0.0000,0.2577,-0.0166,0.2744,4.0816,0.2744,0.2266,0.0000,0.0478,0.0000,0.0478,0.3653,-0.3175,0.0000,-0.3175,-0.0093,-0.3082,0.0000,0.0030,0.6183,-0.9295,0.9318,1445.7420,1445.7420,1445.7420,1445.7420,1445.7420 +663.5000,1.0000,8479.2626,2.9660,3.1450,-0.0994,0.0000,1,644.4444,64.7452,546.2513,-96.1827,4.3694,36.8644,-6.4910,0.0000,0.3146,-0.0202,0.3348,4.0548,0.3348,0.1948,0.0000,0.1401,0.0000,0.1401,0.3236,-0.1835,0.0000,-0.1835,-0.0073,-0.1763,0.0000,0.0021,0.5477,-0.7261,0.9792,1450.1608,1450.1608,1450.1608,1450.1608,1450.1608 +664.5000,1.0000,8480.0129,2.6910,2.7870,-0.0533,0.0000,1,644.4444,67.3788,546.2513,-96.1827,4.5471,36.8644,-6.4910,0.0000,0.5840,-0.0216,0.6056,3.9631,0.6056,0.1704,0.0000,0.4353,0.0000,0.4353,0.2936,0.1417,0.0000,0.1417,-0.0035,0.1452,0.0000,0.0015,0.4970,-0.3533,0.9208,1476.2862,1476.2862,1476.2862,1476.2862,1476.2862 +665.5000,1.0000,8480.7648,2.6970,2.5950,0.0567,0.0000,1,644.4444,78.9737,546.2513,-96.1827,5.3296,36.8644,-6.4910,0.0000,1.3880,0.0506,1.3374,3.9417,1.3374,0.1635,0.0000,1.1739,0.0000,1.1739,0.2943,0.8796,0.0000,0.8796,0.0038,0.8758,0.0000,0.0015,0.4981,0.3762,0.9318,1596.1279,1596.1279,1596.1279,1596.1279,1596.1279 +666.5000,1.0000,8481.7843,3.6600,2.7990,0.4783,0.0000,1,654.2344,164.6812,538.0773,-95.1326,11.2825,36.8644,-6.5177,0.3933,6.9821,1.2451,5.7369,3.9071,5.7369,0.2861,0.0000,5.4508,0.0000,5.4508,0.4180,5.0328,0.0000,5.0328,0.0432,4.9896,0.0000,0.0041,0.6759,4.3096,0.9324,2649.7224,2649.7224,2649.7224,2649.7224,2649.7224 +667.5000,1.0000,8483.3339,5.5685,4.5210,0.5819,0.0000,1,817.8764,256.7657,430.4179,-78.2196,21.9914,36.8644,-6.6993,7.7275,10.2712,0.0000,10.2712,3.9928,10.2712,0.5137,0.0000,9.7575,0.0000,9.7575,0.6580,9.0995,0.0000,9.0995,0.0799,9.0196,0.0000,0.0140,1.0284,7.9772,0.9586,4679.8006,4679.8006,4679.8006,4679.8006,4679.8006 +668.5000,1.0000,8485.4301,7.5365,6.6160,0.5114,0.0000,1,1106.9274,226.5930,557.3714,-74.1983,26.2660,64.6089,-8.6009,9.1905,12.6149,0.0000,12.6149,4.4606,12.6149,0.7359,0.0000,11.8790,0.0000,11.8790,0.8706,11.0084,0.0000,11.0084,0.0950,10.9134,0.0000,0.0341,1.3918,9.4875,1.0250,5484.2648,5484.2648,5484.2648,5484.2648,5484.2648 +669.5000,1.0000,8487.9514,9.0665,8.4570,0.3386,0.0000,1,1331.6470,170.4557,606.6423,-87.5580,23.7700,84.5961,-12.2099,7.3208,11.2237,0.0000,11.2237,5.2256,11.2237,0.8683,0.0000,10.3554,0.0000,10.3554,0.9892,9.3662,0.0000,9.3662,0.0757,9.2905,0.0000,0.0588,1.6744,7.5574,1.0493,5197.4875,5197.4875,5197.4875,5197.4875,5197.4875 +670.5000,1.0000,8490.5814,9.4582,9.6760,-0.1210,0.0000,0,1303.7523,-26.4376,594.1898,-85.9036,-3.6095,81.1239,-11.7283,-9.4008,0.0000,0.0000,0.0000,5.7913,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0320,-1.0320,0.0000,-1.0320,-0.0282,-1.0038,0.0000,0.0664,1.7467,-2.8169,1.0565,1144.0771,1144.0771,1144.0771,1144.0771,1144.0771 +671.5000,1.0000,8493.5844,10.8007,11.0220,0.8668,0.0000,2,1109.1408,305.1559,452.5004,-74.3303,35.4435,52.5574,-8.6334,-5.2581,34.0437,0.0000,34.0437,6.6579,27.6761,0.9091,0.0000,26.7671,0.0000,26.7671,1.3939,25.3732,0.0000,25.3732,0.2308,25.1424,0.0000,0.1010,1.9946,23.0468,1.0024,7247.3866,7247.3866,7247.3866,7247.3866,7247.3866 +672.5000,1.0000,8497.3101,13.4025,12.3610,0.5786,0.0000,2,1118.8931,324.9780,613.4692,-74.9121,38.0777,71.8803,-8.7775,5.9744,24.5124,0.0000,24.5124,7.5909,24.5124,0.9818,0.0000,23.5306,0.0000,23.5306,1.5844,21.9462,0.0000,21.9462,0.1912,21.7550,0.0000,0.1901,2.4751,19.0898,0.9931,7709.9021,7709.9021,7709.9021,7709.9021,7709.9021 +673.5000,1.0000,8501.6289,15.5375,14.4440,0.6075,0.0000,2,1297.1312,341.6588,637.5049,-85.5109,46.4093,86.5956,-11.6154,7.2719,29.7005,0.0000,29.7005,9.4369,29.7005,1.2118,0.0000,28.4886,0.0000,28.4886,1.8549,26.6337,0.0000,26.6337,0.2327,26.4010,0.0000,0.2959,2.8694,23.2357,1.0552,9408.8353,9408.8353,9408.8353,9408.8353,9408.8353 +674.5000,1.0000,8506.1880,16.4030,16.6310,-0.1267,0.0000,0,1269.9979,18.9423,661.7845,-83.9017,2.5192,88.0133,-11.1584,-9.2360,0.0000,0.0000,0.0000,11.7552,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.7897,-1.7897,0.0000,-1.7897,-0.0512,-1.7385,0.0000,0.3465,3.0292,-5.1142,1.0365,1921.2145,1921.2145,1921.2145,1921.2145,1921.2145 +675.5000,1.0000,8511.0073,17.3393,19.5640,0.6468,0.0000,3,1040.3063,459.8083,459.8083,-69.5120,50.0918,50.0918,-7.5727,-7.1085,41.3742,0.0000,41.3742,15.8261,34.6241,1.0301,0.0000,33.5940,0.0000,33.5940,2.0970,31.4969,0.0000,31.4969,0.2765,31.2204,0.0000,0.4110,3.2021,27.6073,1.0091,9998.8444,9998.8444,9998.8444,9998.8444,9998.8444 +676.5000,1.0000,8516.5132,19.8112,20.9220,0.7265,0.0000,3,994.6986,594.7857,678.5021,-66.9301,61.9556,70.6759,-6.9717,4.0109,43.8039,0.0000,43.8039,14.1408,43.8039,1.2875,0.0000,42.5165,0.0000,42.5165,2.4580,40.0585,0.0000,40.0585,0.3549,39.7036,0.0000,0.6130,3.6586,35.4320,0.9752,12331.7528,12331.7528,12331.7528,12331.7528,12331.7528 +677.5000,1.0000,8522.4766,21.4585,21.1190,0.1886,0.0000,3,1077.4054,238.5886,725.1094,-72.1677,26.9189,81.8109,-8.1424,1.1278,17.9662,0.0000,17.9662,7.8249,17.9662,0.8234,0.0000,17.1428,0.0000,17.1428,2.3413,14.8015,0.0000,14.8015,0.0998,14.7017,0.0000,0.7757,3.9629,9.9631,1.0064,5594.1055,5594.1055,5594.1055,5594.1055,5594.1055 +678.5000,1.0000,8528.8761,23.0280,21.7980,0.6833,0.0000,3,1156.2081,504.5585,583.3395,-77.1380,61.0908,70.6295,-9.3397,4.3850,48.6514,0.0000,48.6514,8.0545,48.6514,1.4899,0.0000,47.1614,0.0000,47.1614,2.8232,44.3382,0.0000,44.3382,0.3880,43.9502,0.0000,0.9612,4.2527,38.7363,1.0137,12151.7027,12151.7027,12151.7027,12151.7027,12151.7027 +679.5000,1.0000,8535.9205,25.3500,24.2580,0.6067,0.0000,3,1272.7929,469.6236,709.2931,-84.0675,62.5945,94.5392,-11.2051,4.2855,48.8135,0.0000,48.8135,9.4955,48.8135,1.5761,0.0000,47.2374,0.0000,47.2374,3.0377,44.1997,0.0000,44.1997,0.3792,43.8205,0.0000,1.2810,4.6815,37.8580,1.0371,12461.1256,12461.1256,12461.1256,12461.1256,12461.1256 +680.5000,1.0000,8543.6484,27.8105,26.4420,0.7603,0.0000,3,1396.3317,556.6668,715.5838,-91.3943,81.3978,104.6352,-13.3640,5.8919,64.8886,0.0000,64.8886,10.6173,64.8886,1.9916,0.0000,62.8970,0.0000,62.8970,3.4987,59.3983,0.0000,59.3983,0.5213,58.8770,0.0000,1.6923,5.1359,52.0488,1.0540,15962.3381,15962.3381,15962.3381,15962.3381,15962.3381 +681.5000,1.0000,8552.3218,31.2140,29.1790,1.1306,0.0000,3,1567.2173,764.3852,768.5328,-101.5292,125.4498,126.1305,-16.6628,9.8337,103.1716,0.0000,103.1716,12.4445,103.1716,2.8977,0.0000,100.2739,0.0000,100.2739,4.3721,95.9018,0.0000,95.9018,0.8700,95.0318,0.0000,2.3972,5.7645,86.8702,1.1187,24462.0548,24462.0548,24462.0548,24462.0548,24462.0548 +682.5000,1.0000,8561.4841,32.9745,33.2490,-0.1525,0.0000,0,1669.3922,81.9817,844.0539,-105.9447,14.3319,147.5561,-18.5211,0.0000,0.0000,0.0000,0.0000,14.3319,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.5978,-3.5978,0.0000,-3.5978,-0.1240,-3.4738,0.0000,2.8143,6.0896,-12.3777,1.1658,4135.3260,4135.3260,4135.3260,4135.3260,4135.3260 +683.5000,1.0000,8570.9349,34.0126,34.5430,0.7292,0.0000,4,1408.0848,590.2443,590.2443,-92.0914,87.0341,87.0341,-13.5793,-22.5957,98.6033,0.0000,98.6033,11.0265,77.3210,2.0282,0.0000,75.2929,0.0000,75.2929,4.2545,71.0384,0.0000,71.0384,0.6115,70.4269,0.0000,3.0930,6.2813,61.0527,1.0716,17001.5771,17001.5771,17001.5771,17001.5771,17001.5771 +684.5000,1.0000,8581.1415,36.7341,35.8930,0.7828,0.0000,4,1192.5173,806.8088,806.8088,-79.3039,100.7544,100.7544,-9.9035,3.3497,89.1750,0.0000,89.1750,8.2297,89.1750,2.3256,0.0000,86.8494,0.0000,86.8494,4.6779,82.1715,0.0000,82.1715,0.7089,81.4626,0.0000,3.8963,6.7839,70.7824,1.0212,19608.1093,19608.1093,19608.1093,19608.1093,19608.1093 +685.5000,1.0000,8592.0624,39.3050,38.4190,0.6455,0.0000,4,1275.9794,698.7348,836.5715,-84.2565,93.3651,111.7829,-11.2584,2.9559,82.1708,0.0000,82.1708,8.2385,82.1708,2.2456,0.0000,79.9252,0.0000,79.9252,4.8102,75.1150,0.0000,75.1150,0.6256,74.4894,0.0000,4.7702,7.2587,62.4606,1.0377,18220.3491,18220.3491,18220.3491,18220.3491,18220.3491 +686.5000,1.0000,8603.4682,41.0510,40.4670,0.3244,0.0000,4,1332.6603,459.1799,804.2915,-87.6181,64.0812,112.2436,-12.2276,1.5516,52.3499,0.0000,52.3499,10.1797,52.3499,1.6916,0.0000,50.6584,0.0000,50.6584,4.5317,46.1267,0.0000,46.1267,0.3284,45.7984,0.0000,5.4309,7.5811,32.7864,1.0496,12748.7184,12748.7184,12748.7184,12748.7184,12748.7184 +687.5000,1.0000,8615.1557,42.0650,41.6350,0.2389,0.0000,4,1365.5783,391.6690,718.5584,-89.5704,56.0099,102.7560,-12.8088,1.1706,44.7503,0.0000,44.7503,10.0889,44.7503,1.5648,0.0000,43.1855,0.0000,43.1855,4.5896,38.5958,0.0000,38.5958,0.2478,38.3481,0.0000,5.8428,7.7684,24.7369,1.0592,11258.7379,11258.7379,11258.7379,11258.7379,11258.7379 +688.5000,1.0000,8626.9916,42.5990,42.4950,0.0578,0.0000,4,1382.9138,249.8023,697.1059,-90.5985,36.1760,100.9538,-13.1203,0.2867,25.9033,0.0000,25.9033,9.9860,25.9033,1.2013,0.0000,24.7019,0.0000,24.7019,4.6479,20.0540,0.0000,20.0540,0.0607,19.9933,0.0000,6.0675,7.8670,6.0588,1.0501,7548.6560,7548.6560,7548.6560,7548.6560,7548.6560 +689.5000,1.0000,8638.9866,43.1720,42.7030,0.2606,0.0000,4,1401.5154,407.7496,646.1573,-91.7018,59.8439,94.8342,-13.4587,1.3104,48.6381,0.0000,48.6381,9.8954,48.6381,1.6706,0.0000,46.9675,0.0000,46.9675,4.7104,42.2571,0.0000,42.2571,0.2773,41.9797,0.0000,6.3164,7.9728,27.6906,1.0696,12004.3635,12004.3635,12004.3635,12004.3635,12004.3635 +690.5000,1.0000,8651.2438,44.1160,43.6410,0.2639,0.0000,4,1432.1610,410.9348,710.7251,-93.5193,61.6302,106.5914,-14.0256,1.3562,50.3752,0.0000,50.3752,9.8988,50.3752,1.7297,0.0000,48.6454,0.0000,48.6454,4.8134,43.8320,0.0000,43.8320,0.2870,43.5450,0.0000,6.7398,8.1471,28.6580,1.0786,12361.6479,12361.6479,12361.6479,12361.6479,12361.6479 +691.5000,1.0000,8663.8141,45.2430,44.5910,0.3622,0.0000,4,1468.7474,490.2336,718.1540,-95.6891,75.4013,110.4570,-14.7176,1.9091,63.4714,0.0000,63.4714,10.0207,63.4714,2.0213,0.0000,61.4502,0.0000,61.4502,5.0787,56.3715,0.0000,56.3715,0.4040,55.9675,0.0000,7.2703,8.3553,40.3418,1.0752,14920.5128,14920.5128,14920.5128,14920.5128,14920.5128 +692.5000,1.0000,8676.7982,46.7330,45.8950,0.4656,0.0000,4,1517.1180,574.7529,752.9290,-98.5579,91.3123,119.6195,-15.6581,2.5346,78.5373,0.0000,78.5373,10.2403,78.5373,2.3625,0.0000,76.1748,0.0000,76.1748,5.4365,70.7383,0.0000,70.7383,0.5364,70.2019,0.0000,8.0135,8.6304,53.5580,1.1218,17887.6143,17887.6143,17887.6143,17887.6143,17887.6143 +693.5000,1.0000,8690.0728,47.7785,47.5710,0.1153,0.0000,4,1551.0586,301.5358,787.6520,-100.5709,48.9774,127.9355,-16.3354,0.6416,37.8693,0.0000,37.8693,10.4664,37.8693,1.5778,0.0000,36.2915,0.0000,36.2915,5.2130,31.0785,0.0000,31.0785,0.1358,30.9427,0.0000,8.5608,8.8235,13.5584,1.1031,10111.9581,10111.9581,10111.9581,10111.9581,10111.9581 +694.5000,1.0000,8703.5381,48.4650,47.9860,0.2661,0.0000,4,1573.3449,400.9337,705.9049,-101.8926,66.0579,116.3051,-16.7879,1.5025,57.2243,0.0000,57.2243,7.3311,57.2243,1.9840,0.0000,55.2404,0.0000,55.2404,5.2879,49.9525,0.0000,49.9525,0.3180,49.6345,0.0000,8.9359,8.9503,31.7483,1.0948,13331.1729,13331.1729,13331.1729,13331.1729,13331.1729 +695.5000,1.0000,8717.4057,49.9135,48.9440,0.5386,0.0000,4,1620.3683,612.6316,744.5512,-104.1988,103.9541,126.3389,-17.6809,3.1319,94.5584,0.0000,94.5584,6.2638,94.5584,2.7715,0.0000,91.7869,0.0000,91.7869,5.9629,85.8240,0.0000,85.8240,0.6628,85.1612,0.0000,9.7640,9.2178,66.1794,1.1287,20481.7121,20481.7121,20481.7121,20481.7121,20481.7121 +696.5000,1.0000,8731.4433,50.5252,50.8830,-0.1988,0.0000,0,1651.8417,37.3760,810.3497,-105.3197,6.4653,140.1747,-18.2182,0.0000,0.0000,0.0000,0.0000,6.4653,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.5127,-5.5127,0.0000,-5.5127,-0.2476,-5.2651,0.0000,10.1241,9.3308,-24.7200,1.2695,3223.6458,3223.6458,3223.6458,3223.6458,3223.6458 +697.5000,1.0000,8745.5877,50.9097,52.7910,0.4124,0.0000,5,1392.4091,565.1589,565.1589,-91.1617,82.4074,82.4074,-13.2925,-22.1838,98.1110,0.0000,98.1110,6.4802,78.6838,0.8835,0.0000,77.8003,0.0000,77.8003,5.8446,71.9557,0.0000,71.9557,0.5176,71.4381,0.0000,10.3587,9.4018,51.6776,1.2079,16148.3321,16148.3321,16148.3321,16148.3321,16148.3321 +698.5000,1.0000,8760.1689,52.4823,53.8600,0.4613,0.0000,5,1151.1906,797.0699,797.0699,-76.8387,96.0887,96.0887,-9.2631,1.2877,88.3253,0.0000,88.3253,6.4757,88.3253,0.9551,0.0000,87.3702,0.0000,87.3702,6.1326,81.2375,0.0000,81.2375,0.5969,80.6406,0.0000,11.3490,9.6922,59.5994,1.1402,18761.3039,18761.3039,18761.3039,18761.3039,18761.3039 +699.5000,1.0000,8775.2280,54.2030,55.0530,0.4946,0.0000,5,1188.9335,840.5486,840.5486,-79.0901,104.6524,104.6524,-9.8471,1.4259,96.6071,0.0000,96.6071,6.6193,96.6071,1.0227,0.0000,95.5845,0.0000,95.5845,6.4140,89.1705,0.0000,89.1705,0.6610,88.5095,0.0000,12.5026,10.0100,65.9970,1.1509,20364.4251,20364.4251,20364.4251,20364.4251,20364.4251 +700.5000,1.0000,8790.7885,56.0075,56.2940,0.5079,0.0000,5,1228.5142,860.8305,860.8305,-81.4414,110.7456,110.7456,-10.4774,1.5128,102.6072,0.0000,102.6072,6.6256,102.6072,1.0807,0.0000,101.5265,0.0000,101.5265,6.6689,94.8576,0.0000,94.8576,0.7013,94.1564,0.0000,13.7932,10.3432,70.0200,1.1524,21498.1807,21498.1807,21498.1807,21498.1807,21498.1807 +701.5000,1.0000,8806.8305,57.7413,57.4520,0.4554,0.0000,5,1266.5454,807.8645,871.1074,-83.6970,107.1489,115.5370,-11.1009,1.3984,99.0162,0.0000,99.0162,6.7343,99.0162,1.0903,0.0000,97.9259,0.0000,97.9259,6.7742,91.1517,0.0000,91.1517,0.6483,90.5035,0.0000,15.1133,10.6634,64.7268,1.1534,20826.0424,20826.0424,20826.0424,20826.0424,20826.0424 +702.5000,1.0000,8823.2459,59.0855,58.5610,0.2914,0.0000,5,1296.0296,628.3116,852.4698,-85.4456,85.2744,115.6971,-11.5967,0.9157,77.4903,0.0000,77.4903,6.8684,77.4903,1.0045,0.0000,76.4859,0.0000,76.4859,6.5761,69.9098,0.0000,69.9098,0.4245,69.4853,0.0000,16.1915,10.9116,42.3822,1.1895,16710.5875,16710.5875,16710.5875,16710.5875,16710.5875 +703.5000,1.0000,8839.9177,60.0085,59.6100,0.2214,0.0000,5,1316.2754,553.3088,782.0980,-86.6463,76.2681,107.8044,-11.9433,0.7066,68.5976,0.0000,68.5976,6.9639,68.5976,0.9752,0.0000,67.6225,0.0000,67.6225,6.5474,61.0751,0.0000,61.0751,0.3275,60.7475,0.0000,16.9617,11.0821,32.7038,1.1434,15024.4995,15024.4995,15024.4995,15024.4995,15024.4995 +704.5000,1.0000,8856.8201,60.8385,60.4070,0.2397,0.0000,5,1334.4813,576.9230,753.8825,-87.7261,80.6230,105.3525,-12.2594,0.7757,72.8497,0.0000,72.8497,6.9976,72.8497,1.0102,0.0000,71.8395,0.0000,71.8395,6.6675,65.1721,0.0000,65.1721,0.3596,64.8125,0.0000,17.6754,11.2354,35.9018,1.1906,15810.7072,15810.7072,15810.7072,15810.7072,15810.7072 +705.5000,1.0000,8873.9254,61.5690,61.2700,0.1661,0.0000,5,1350.5047,497.7842,765.6161,-88.6764,70.3989,108.2769,-12.5410,0.5439,62.8077,0.0000,62.8077,7.0472,62.8077,0.9722,0.0000,61.8355,0.0000,61.8355,6.7177,55.1179,0.0000,55.1179,0.2522,54.8657,0.0000,18.3192,11.3703,25.1762,1.1675,13944.7578,13944.7578,13944.7578,13944.7578,13944.7578 +706.5000,1.0000,8891.1908,62.1455,61.8680,0.1542,0.0000,5,1363.1501,487.4589,736.2267,-89.4264,69.5841,105.0954,-12.7655,0.5095,61.8942,0.0000,61.8942,7.1804,61.8942,0.9774,0.0000,60.9168,0.0000,60.9168,6.7806,54.1362,0.0000,54.1362,0.2362,53.9000,0.0000,18.8386,11.4767,23.5846,1.1994,13785.7115,13785.7115,13785.7115,13785.7115,13785.7115 +707.5000,1.0000,8908.6395,62.8055,62.4230,0.2125,0.0000,5,1377.6271,555.0170,733.9633,-90.2850,80.0694,105.8850,-13.0249,0.7098,72.1194,0.0000,72.1194,7.2402,72.1194,1.0398,0.0000,71.0796,0.0000,71.0796,6.8526,64.2270,0.0000,64.2270,0.3290,63.8980,0.0000,19.4455,11.5986,32.8538,1.2419,15705.4519,15705.4519,15705.4519,15705.4519,15705.4519 +708.5000,1.0000,8926.2895,63.5300,63.1880,0.1900,0.0000,5,1393.5189,533.7823,762.1461,-91.2275,77.8943,111.2192,-13.3127,0.6420,69.8426,0.0000,69.8426,7.4097,69.8426,1.0408,0.0000,68.8018,0.0000,68.8018,6.9316,61.8702,0.0000,61.8702,0.2976,61.5726,0.0000,20.1261,11.7324,29.7140,1.2930,15309.3562,15309.3562,15309.3562,15309.3562,15309.3562 +709.5000,1.0000,8944.0947,64.0885,63.8720,0.1203,0.0000,5,1405.7694,458.0594,756.1248,-91.9540,67.4318,111.3105,-13.5367,0.4100,59.6545,0.0000,59.6545,7.3673,59.6545,0.9995,0.0000,58.6550,0.0000,58.6550,6.9926,51.6624,0.0000,51.6624,0.1900,51.4724,0.0000,20.6612,11.8356,18.9756,1.2611,13391.9093,13391.9093,13391.9093,13391.9093,13391.9093 +710.5000,1.0000,8961.9201,64.1615,64.3050,-0.0797,0.0000,5,1407.3707,236.2689,728.7727,-92.0490,34.8212,107.4062,-13.5661,-0.2720,27.7046,0.0000,27.7046,7.3887,27.7046,0.8410,0.0000,26.8636,0.0000,26.8636,7.0005,19.8630,0.0000,19.8630,-0.1261,19.9892,0.0000,20.7318,11.8490,-12.5917,1.2390,7329.0963,7329.0963,7329.0963,7329.0963,7329.0963 +711.5000,1.0000,8979.6260,63.7315,64.0180,-0.1592,0.0000,5,1397.9387,145.8947,641.9815,-91.4896,21.3578,93.9808,-13.3933,-0.5395,14.5882,0.0000,14.5882,7.3091,14.5882,0.7680,0.0000,13.8202,0.0000,13.8202,6.9536,6.8666,0.0000,6.8666,-0.2501,7.1167,0.0000,20.3181,11.7696,-24.9710,1.1954,4863.6435,4863.6435,4863.6435,4863.6435,4863.6435 +712.5000,1.0000,8997.1665,63.1355,63.4450,-0.1719,0.0000,5,1384.8656,129.0889,603.3475,-90.7143,18.7208,87.4991,-13.1556,-0.5774,12.0556,0.0000,12.0556,7.2425,12.0556,0.7451,0.0000,11.3106,0.0000,11.3106,6.8886,4.4220,0.0000,4.4220,-0.2676,4.6896,0.0000,19.7534,11.6596,-26.7234,1.2198,4357.0696,4357.0696,4357.0696,4357.0696,4357.0696 +713.5000,1.0000,9014.5115,62.4320,62.8260,-0.2189,0.0000,5,1369.4344,74.7564,592.6679,-89.7991,10.7206,84.9926,-12.8778,-0.7268,4.1811,0.0000,4.1811,7.2663,4.1811,0.7161,0.0000,3.4649,0.0000,3.4649,6.8118,-3.3469,0.0000,-3.3469,-0.3369,-3.0100,0.0000,19.1007,11.5296,-33.6403,1.2286,3117.1428,3117.1428,3117.1428,3117.1428,3117.1428 +714.5000,1.0000,9031.6820,61.8040,62.0380,-0.1300,0.0000,5,1355.6594,170.3412,566.8802,-88.9821,24.1824,80.4768,-12.6323,-0.4273,17.4597,0.0000,17.4597,7.1500,17.4597,0.7494,0.0000,16.7102,0.0000,16.7102,6.7433,9.9669,0.0000,9.9669,-0.1981,10.1650,0.0000,18.5296,11.4137,-19.7783,1.2109,5308.7609,5308.7609,5308.7609,5308.7609,5308.7609 +715.5000,1.0000,9048.7531,61.4460,61.5700,-0.0689,0.0000,5,1347.8067,237.4737,603.5664,-88.5164,33.5175,85.1886,-12.4934,-0.2251,26.5254,0.0000,26.5254,7.2172,26.5254,0.7887,0.0000,25.7366,0.0000,25.7366,6.7042,19.0324,0.0000,19.0324,-0.1044,19.1368,0.0000,18.2093,11.3476,-10.4201,1.2208,7007.0165,7007.0165,7007.0165,7007.0165,7007.0165 +716.5000,1.0000,9065.7474,61.1695,61.3220,-0.0847,0.0000,5,1341.7417,217.9906,629.4894,-88.1567,30.6292,88.4476,-12.3866,-0.2756,23.8206,0.0000,23.8206,7.0842,23.8206,0.7706,0.0000,23.0501,0.0000,23.0501,6.6741,16.3760,0.0000,16.3760,-0.1278,16.5037,0.0000,17.9646,11.2965,-12.7574,1.1649,6483.4725,6483.4725,6483.4725,6483.4725,6483.4725 +717.5000,1.0000,9082.6298,60.7665,61.0170,-0.1392,0.0000,5,1332.9020,156.3828,619.7003,-87.6324,21.8281,86.4985,-12.2318,-0.4498,15.1588,0.0000,15.1588,7.1191,15.1588,0.7205,0.0000,14.4383,0.0000,14.4383,6.6301,7.8082,0.0000,7.8082,-0.2085,8.0167,0.0000,17.6121,11.2221,-20.8175,1.2155,4844.0176,4844.0176,4844.0176,4844.0176,4844.0176 +718.5000,1.0000,9099.3670,60.2440,60.5160,-0.1511,0.0000,5,1321.4410,140.4451,591.5688,-86.9527,19.4349,81.8619,-12.0326,-0.4842,12.9268,0.0000,12.9268,6.9923,12.9268,0.7007,0.0000,12.2261,0.0000,12.2261,6.5731,5.6530,0.0000,5.6530,-0.2244,5.8774,0.0000,17.1617,11.1256,-22.4099,1.1986,4400.4023,4400.4023,4400.4023,4400.4023,4400.4023 +719.5000,1.0000,9115.9483,59.6825,59.9720,-0.1608,0.0000,5,1309.1246,127.7032,581.9156,-86.2222,17.5070,79.7755,-11.8203,-0.5105,11.0360,0.0000,11.0360,6.9815,11.0360,0.6820,0.0000,10.3541,0.0000,10.3541,6.5118,3.8422,0.0000,3.8422,-0.2367,4.0789,0.0000,16.6864,11.0219,-23.6294,1.1942,4034.4503,4034.4503,4034.4503,4034.4503,4034.4503 +720.5000,1.0000,9132.3688,59.1040,59.3930,-0.1606,0.0000,5,1296.4354,125.5335,573.4151,-85.4697,17.0427,77.8482,-11.6036,-0.5047,10.6463,0.0000,10.6463,6.9012,10.6463,0.6705,0.0000,9.9757,0.0000,9.9757,6.4487,3.5270,0.0000,3.5270,-0.2340,3.7610,0.0000,16.2059,10.9150,-23.3599,1.2023,3930.2576,3930.2576,3930.2576,3930.2576,3930.2576 +721.5000,1.0000,9148.6163,58.4810,58.8150,-0.1856,0.0000,5,1282.7700,95.3480,569.1897,-84.6592,12.8082,76.4600,-11.3724,-0.5771,6.5406,0.0000,6.5406,6.8448,6.5406,0.6412,0.0000,5.8994,0.0000,5.8994,6.3807,-0.4814,0.0000,-0.4814,-0.2675,-0.2138,0.0000,15.6989,10.8000,-26.7127,1.2077,3185.5513,3185.5513,3185.5513,3185.5513,3185.5513 +722.5000,1.0000,9164.7020,57.8985,58.1470,-0.1381,0.0000,5,1269.9929,145.7932,552.9349,-83.9014,19.3895,73.5367,-11.1583,-0.4251,13.0331,0.0000,13.0331,6.7816,13.0331,0.6629,0.0000,12.3702,0.0000,12.3702,6.3172,6.0530,0.0000,6.0530,-0.1971,6.2500,0.0000,15.2342,10.6924,-19.6766,1.1801,4318.0032,4318.0032,4318.0032,4318.0032,4318.0032 +723.5000,1.0000,9180.6620,57.4460,57.6500,-0.1133,0.0000,5,1260.0674,171.1700,572.4399,-83.3128,22.5866,75.5357,-10.9934,-0.3463,16.2408,0.0000,16.2408,6.6920,16.2408,0.6717,0.0000,15.5691,0.0000,15.5691,6.2678,9.3013,0.0000,9.3013,-0.1605,9.4618,0.0000,14.8798,10.6089,-16.0268,1.1144,4912.4699,4912.4699,4912.4699,4912.4699,4912.4699 +724.5000,1.0000,9196.5081,57.0360,57.2420,-0.1144,0.0000,5,1251.0742,168.6286,581.4835,-82.7794,22.0924,76.1814,-10.8451,-0.3472,15.7530,0.0000,15.7530,6.6866,15.7530,0.6627,0.0000,15.0903,0.0000,15.0903,6.2231,8.8672,0.0000,8.8672,-0.1609,9.0282,0.0000,14.5634,10.5331,-16.0684,1.1733,4806.0958,4806.0958,4806.0958,4806.0958,4806.0958 +725.5000,1.0000,9212.2488,56.6565,56.8300,-0.0964,0.0000,5,1242.7499,188.0543,578.4848,-82.2857,24.4735,75.2843,-10.7087,-0.2904,18.0093,0.0000,18.0093,6.7546,18.0093,0.6680,0.0000,17.3414,0.0000,17.3414,6.1817,11.1597,0.0000,11.1597,-0.1346,11.2944,0.0000,14.2746,10.4631,-13.4433,1.2115,5257.7486,5257.7486,5257.7486,5257.7486,5257.7486 +726.5000,1.0000,9227.8592,56.1875,56.4830,-0.1642,0.0000,5,1232.4625,110.6105,585.0122,-81.6756,14.2757,75.5035,-10.5413,-0.4906,8.1072,0.0000,8.1072,6.6592,8.1072,0.6110,0.0000,7.4961,0.0000,7.4961,6.1305,1.3656,0.0000,1.3656,-0.2274,1.5930,0.0000,13.9233,10.3764,-22.7067,1.1896,3384.2030,3384.2030,3384.2030,3384.2030,3384.2030 +727.5000,1.0000,9243.2647,55.4495,55.8920,-0.2458,0.0000,5,1216.2746,17.6069,546.9300,-80.7155,2.2426,69.6614,-10.2806,-0.7250,-3.6037,0.0000,-3.6037,6.5713,-3.6037,0.6157,0.0000,-4.2194,0.0000,-4.2194,6.0500,-10.2694,0.0000,-10.2694,-0.3361,-9.9333,0.0000,13.3823,10.2402,-33.5558,1.1735,1783.3224,1783.3224,1783.3224,1783.3224,1783.3224 +728.5000,1.0000,9258.4166,54.5370,55.0070,-0.2611,0.0000,5,1196.2591,-2.7120,499.5626,-79.5271,-0.3397,62.5812,-9.9625,-0.7574,-6.0443,0.0000,-6.0443,6.4619,-6.0443,0.6068,0.0000,-6.6511,0.0000,-6.6511,5.9504,-12.6015,0.0000,-12.6015,-0.3511,-12.2504,0.0000,12.7326,10.0716,-35.0547,1.1415,1409.5630,1409.5630,1409.5630,1409.5630,1409.5630 +729.5000,1.0000,9273.3059,53.5915,54.0670,-0.2642,0.0000,5,1175.5197,-10.5052,484.2574,-78.2900,-1.2932,59.6122,-9.6375,-0.7529,-6.7796,0.0000,-6.7796,6.2393,-6.7796,0.5934,0.0000,-7.3730,0.0000,-7.3730,5.8473,-13.2202,0.0000,-13.2202,-0.3490,-12.8712,0.0000,12.0818,9.8970,-34.8500,1.0179,1232.7880,1232.7880,1232.7880,1232.7880,1232.7880 +730.5000,1.0000,9287.8109,52.2080,53.1160,-0.5044,0.0640,5,1145.1729,44.3674,472.0201,-76.4797,5.3206,56.6057,-9.1716,-1.4007,0.5530,0.0000,0.5530,6.1684,0.5530,0.5530,0.0000,0.0000,0.0000,0.0000,5.6963,-5.6963,38.1628,-43.8591,-0.6493,-43.2098,0.8066,11.1726,9.6415,-64.8305,1.0349,2139.1926,2139.1926,2139.1926,2139.1926,2139.1926 +731.5000,1.0000,9301.8266,50.4465,51.3000,-0.4742,0.0780,5,1106.5347,45.5644,488.5768,-74.1749,5.2798,56.6143,-8.5951,-1.2722,0.5255,0.0000,0.5255,6.0266,0.5255,0.5255,0.0000,0.0000,0.0000,0.0000,5.5041,-5.5041,33.6235,-39.1276,-0.5897,-38.5378,0.9499,10.0793,9.3162,-58.8832,0.9902,2129.1336,2129.1336,2129.1336,2129.1336,2129.1336 +732.5000,1.0000,9315.4073,48.8805,49.5930,-0.3958,0.0780,5,1072.1848,46.8327,479.9758,-71.7940,5.2583,53.8912,-8.0610,-1.0290,0.5015,0.0000,0.5015,5.7858,0.5015,0.5015,0.0000,0.0000,0.0000,0.0000,5.3332,-5.3332,23.6572,-28.9905,-0.4770,-28.5135,0.9204,9.1687,9.0270,-47.6296,0.9348,2074.3827,2074.3827,2074.3827,2074.3827,2074.3827 +733.5000,1.0000,9328.7633,48.0715,48.1680,-0.0536,0.0070,5,1054.4395,205.2923,475.5952,-70.5237,22.6685,52.5155,-7.7873,-0.1371,17.0498,0.0000,17.0498,5.7558,17.0498,0.5344,0.0000,16.5153,0.0000,16.5153,5.2450,11.2704,0.0000,11.2704,-0.0635,11.3339,0.0812,8.7192,8.8776,-6.3441,1.0009,4840.2066,4840.2066,4840.2066,4840.2066,4840.2066 +734.5000,1.0000,9342.1081,48.0315,47.9750,0.0314,0.0000,5,1053.5621,299.0933,552.9512,-70.4609,32.9986,61.0064,-7.7739,0.0802,27.1411,0.0000,27.1411,5.7773,27.1411,0.5843,0.0000,26.5568,0.0000,26.5568,5.2406,21.3162,0.0000,21.3162,0.0372,21.2790,0.0000,8.6974,8.8702,3.7113,0.9660,6779.9037,6779.9037,6779.9037,6779.9037,6779.9037 +735.5000,1.0000,9355.4604,48.0580,48.0880,-0.0167,0.0000,5,1054.1434,245.6363,599.0072,-70.5025,27.1157,66.1242,-7.7827,-0.0426,21.3949,0.0000,21.3949,5.7634,21.3949,0.5560,0.0000,20.8390,0.0000,20.8390,5.2435,15.5955,0.0000,15.5955,-0.0197,15.6152,0.0000,8.7118,8.8751,-1.9717,1.0009,5633.3128,5633.3128,5633.3128,5633.3128,5633.3128 +736.5000,1.0000,9368.8262,48.1070,48.0280,0.0439,0.0000,5,1055.2182,313.0684,572.9241,-70.5795,34.5947,63.3094,-7.7992,0.1123,28.7143,0.0000,28.7143,5.7682,28.7143,0.5932,0.0000,28.1211,0.0000,28.1211,5.2489,22.8722,0.0000,22.8722,0.0521,22.8201,0.0000,8.7385,8.8842,5.1975,1.0011,7076.7350,7076.7350,7076.7350,7076.7350,7076.7350 +737.5000,1.0000,9382.2544,48.3315,48.1860,0.0808,0.0000,5,1060.1426,354.7321,606.4095,-70.9320,39.3816,67.3223,-7.8747,0.2078,33.3938,0.0000,33.3938,5.7800,33.3938,0.6198,0.0000,32.7740,0.0000,32.7740,5.2733,27.5007,0.0000,27.5007,0.0963,27.4043,0.0000,8.8615,8.9256,9.6172,0.9907,7953.1851,7953.1851,7953.1851,7953.1851,7953.1851 +738.5000,1.0000,9395.7855,48.7020,48.4770,0.1250,0.0000,5,1068.2694,404.9622,627.7196,-71.5137,45.3027,70.2223,-8.0002,0.3238,39.1648,0.0000,39.1648,5.8141,39.1648,0.6539,0.0000,38.5109,0.0000,38.5109,5.3138,33.1971,0.0000,33.1971,0.1501,33.0470,0.0000,9.0669,8.9941,14.9860,1.0042,9139.6934,9139.6934,9139.6934,9139.6934,9139.6934 +739.5000,1.0000,9409.5274,49.4610,48.9270,0.2967,0.0000,5,1084.9179,598.2886,653.4363,-72.7055,67.9730,74.2384,-8.2602,0.7804,61.3442,0.0000,61.3442,5.8483,61.3442,0.7757,0.0000,60.5685,0.0000,60.5685,5.4530,55.1155,0.0000,55.1155,0.3618,54.7537,0.0000,9.4984,9.1342,36.1211,1.0082,13481.1257,13481.1257,13481.1257,13481.1257,13481.1257 +740.5000,1.0000,9423.6094,50.6850,49.9950,0.3833,0.0000,5,1111.7661,699.9613,746.1832,-74.4869,81.4922,86.8735,-8.6721,1.0333,74.5106,0.0000,74.5106,5.9483,74.5106,0.8594,0.0000,73.6512,0.0000,73.6512,5.7617,67.8895,0.0000,67.8895,0.4790,67.4105,0.0000,10.2219,9.3603,47.8283,1.0030,16004.0779,16004.0779,16004.0779,16004.0779,16004.0779 +741.5000,1.0000,9438.0892,52.1175,51.3750,0.4125,0.0000,5,1143.1878,737.2581,795.0379,-76.3613,88.2604,95.1774,-9.1415,1.1434,81.0952,0.0000,81.0952,6.0218,81.0952,0.9135,0.0000,80.1817,0.0000,80.1817,5.9913,74.1904,0.0000,74.1904,0.5300,73.6603,0.0000,11.1135,9.6248,52.9221,0.9855,17212.6341,17212.6341,17212.6341,17212.6341,17212.6341 +742.5000,1.0000,9452.9542,53.5040,52.8600,0.3578,0.0000,5,1173.6004,680.6744,814.9264,-78.1755,83.6543,100.1538,-9.6077,1.0181,76.4593,0.0000,76.4593,6.1769,76.4593,0.9112,0.0000,75.5481,0.0000,75.5481,6.0492,69.4989,0.0000,69.4989,0.4720,69.0270,0.0000,12.0235,9.8809,47.1226,1.0305,16389.2061,16389.2061,16389.2061,16389.2061,16389.2061 +743.5000,1.0000,9468.1967,54.8630,54.1480,0.3972,0.0000,5,1203.4098,730.2296,792.7250,-79.9525,92.0241,99.8998,-10.0757,1.1590,84.5462,0.0000,84.5462,6.3188,84.5462,0.9725,0.0000,83.5737,0.0000,83.5737,6.2944,77.2793,0.0000,77.2793,0.5373,76.7420,0.0000,12.9635,10.1318,53.6466,1.0367,17951.6240,17951.6240,17951.6240,17951.6240,17951.6240 +744.5000,1.0000,9483.8116,56.2035,55.5780,0.3475,0.0000,5,1232.8134,679.5306,816.4322,-81.6964,87.7273,105.4013,-10.5470,1.0387,80.1997,0.0000,80.1997,6.4889,80.1997,0.9717,0.0000,79.2280,0.0000,79.2280,6.3524,72.8756,0.0000,72.8756,0.4815,72.3940,0.0000,13.9365,10.3794,48.0781,1.0558,17123.3942,17123.3942,17123.3942,17123.3942,17123.3942 +745.5000,1.0000,9499.7520,57.3755,56.8290,0.3036,0.0000,5,1258.5210,633.7669,797.3962,-83.2210,83.5254,105.0904,-10.9679,0.9265,76.1019,0.0000,76.1019,6.4971,76.1019,0.9699,0.0000,75.1320,0.0000,75.1320,6.3987,68.7334,0.0000,68.7334,0.4295,68.3039,0.0000,14.8262,10.5958,42.8818,1.0609,16341.3667,16341.3667,16341.3667,16341.3667,16341.3667 +746.5000,1.0000,9515.9523,58.3110,57.9220,0.2161,0.0000,5,1279.0410,539.2190,780.8838,-84.4380,72.2235,104.5922,-11.3097,0.6702,64.9543,0.0000,64.9543,6.5989,64.9543,0.9292,0.0000,64.0251,0.0000,64.0251,6.3622,57.6629,0.0000,57.6629,0.3107,57.3523,0.0000,15.5626,10.7686,31.0211,1.0383,14278.8040,14278.8040,14278.8040,14278.8040,14278.8040 +747.5000,1.0000,9532.3555,59.0415,58.7000,0.1897,0.0000,5,1295.0644,512.5231,743.7697,-85.3884,69.5078,100.8692,-11.5803,0.5957,62.2782,0.0000,62.2782,6.6338,62.2782,0.9277,0.0000,61.3505,0.0000,61.3505,6.4419,54.9086,0.0000,54.9086,0.2762,54.6325,0.0000,16.1546,10.9035,27.5743,1.0681,13791.2424,13791.2424,13791.2424,13791.2424,13791.2424 +748.5000,1.0000,9548.8954,59.5335,59.3830,0.0836,0.0000,5,1305.8564,396.7922,734.8603,-86.0284,54.2609,100.4914,-11.7643,0.2647,47.2882,0.0000,47.2882,6.7080,47.2882,0.8608,0.0000,46.4274,0.0000,46.4274,6.4956,39.9319,0.0000,39.9319,0.1227,39.8091,0.0000,16.5614,10.9944,12.2533,1.0569,10887.9097,10887.9097,10887.9097,10887.9097,10887.9097 +749.5000,1.0000,9565.5056,59.7870,59.6840,0.0572,0.0000,5,1311.4168,368.3283,688.2912,-86.3582,50.5830,94.5239,-11.8597,0.1820,43.6913,0.0000,43.6913,6.7097,43.6913,0.8470,0.0000,42.8443,0.0000,42.8443,6.5232,36.3211,0.0000,36.3211,0.0843,36.2367,0.0000,16.7738,11.0412,8.4217,1.0580,10191.3279,10191.3279,10191.3279,10191.3279,10191.3279 +750.5000,1.0000,9582.1267,59.8260,59.8900,-0.0356,0.0000,5,1312.2723,265.5774,677.1523,-86.4089,36.4959,93.0548,-11.8744,-0.1131,29.8723,0.0000,29.8723,6.7367,29.8723,0.7785,0.0000,29.0938,0.0000,29.0938,6.5275,22.5663,0.0000,22.5663,-0.0524,22.6187,0.0000,16.8067,11.0484,-5.2363,1.0182,7551.4263,7551.4263,7551.4263,7551.4263,7551.4263 +751.5000,1.0000,9598.6969,59.6425,59.7620,-0.0664,0.0000,5,1308.2473,230.0366,633.8821,-86.1702,31.5149,86.8414,-11.8053,-0.2106,25.0812,0.0000,25.0812,6.6443,25.0812,0.7515,0.0000,24.3297,0.0000,24.3297,6.5075,17.8222,0.0000,17.8222,-0.0976,17.9198,0.0000,16.6525,11.0145,-9.7472,1.0174,6629.8865,6629.8865,6629.8865,6629.8865,6629.8865 +752.5000,1.0000,9615.2329,59.5195,59.5230,-0.0019,0.0000,5,1305.5493,301.8086,618.2765,-86.0102,41.2623,84.5288,-11.7590,-0.0062,34.5446,0.0000,34.5446,6.7239,34.5446,0.7968,0.0000,33.7477,0.0000,33.7477,6.4940,27.2537,0.0000,27.2537,-0.0029,27.2565,0.0000,16.5496,10.9918,-0.2849,1.0569,8450.1303,8450.1303,8450.1303,8450.1303,8450.1303 +753.5000,1.0000,9631.7594,59.4855,59.5160,-0.0169,0.0000,5,1304.8035,284.8859,648.1191,-85.9660,38.9264,88.5582,-11.7463,-0.0536,32.2760,0.0000,32.2760,6.7041,32.2760,0.7849,0.0000,31.4911,0.0000,31.4911,6.4903,25.0007,0.0000,25.0007,-0.0249,25.0256,0.0000,16.5213,10.9855,-2.4812,1.0301,8006.1169,8006.1169,8006.1169,8006.1169,8006.1169 +754.5000,1.0000,9648.2252,59.2670,59.4550,-0.1044,0.0000,5,1300.0107,202.1564,640.4398,-85.6817,27.5209,87.1874,-11.6644,-0.3292,19.0765,0.0000,19.0765,8.7737,19.0765,0.7154,0.0000,18.3611,0.0000,18.3611,6.4665,11.8946,0.0000,11.8946,-0.1526,12.0472,0.0000,16.3401,10.9451,-15.2380,1.0425,5882.8022,5882.8022,5882.8022,5882.8022,5882.8022 +755.5000,1.0000,9664.5895,58.9015,59.0790,-0.0986,0.0000,5,1291.9936,206.9055,603.8887,-85.2062,27.9937,81.7045,-11.5282,-0.3089,19.6145,0.0000,19.6145,8.6881,19.6145,0.7121,0.0000,18.9025,0.0000,18.9025,6.4266,12.4759,0.0000,12.4759,-0.1432,12.6191,0.0000,16.0396,10.8777,-14.2982,1.0276,5952.1774,5952.1774,5952.1774,5952.1774,5952.1774 +756.5000,1.0000,9680.8248,58.4370,58.7240,-0.1594,0.0000,5,1281.8048,137.6167,603.8428,-84.6020,18.4723,81.0540,-11.3561,-0.4955,10.3230,0.0000,10.3230,8.6448,10.3230,0.6581,0.0000,9.6650,0.0000,9.6650,6.3759,3.2890,0.0000,3.2890,-0.2297,3.5188,0.0000,15.6634,10.7919,-22.9365,1.0389,4166.8617,4166.8617,4166.8617,4166.8617,4166.8617 +757.5000,1.0000,9696.8402,57.6455,58.1500,-0.2803,0.0000,5,1264.4434,1.3997,570.2392,-83.5723,0.1853,75.5066,-11.0660,-0.8593,-7.5371,0.0000,-7.5371,8.5818,-7.5371,0.6622,0.0000,-8.1993,0.0000,-8.1993,6.2896,-14.4889,0.0000,-14.4889,-0.3983,-14.0906,0.0000,15.0363,10.6457,-39.7725,1.0354,1629.1814,1629.1814,1629.1814,1629.1814,1629.1814 +758.5000,1.0000,9712.5642,56.5965,57.1410,-0.3025,0.0000,5,1241.4338,-26.5453,504.1977,-82.2076,-3.4510,65.5470,-10.6872,-0.9105,-11.0560,0.0000,-11.0560,8.5156,-11.0560,0.6533,0.0000,-11.7093,0.0000,-11.7093,6.1751,-17.8845,0.0000,-17.8845,-0.4221,-17.4624,0.0000,14.2305,10.4520,-42.1448,1.0309,1037.6850,1037.6850,1037.6850,1037.6850,1037.6850 +759.5000,1.0000,9727.9927,55.5325,56.0520,-0.2886,0.0000,5,1218.0952,-15.4397,485.2192,-80.8235,-1.9695,61.8939,-10.3097,-0.8524,-9.4600,0.0000,-9.4600,8.3429,-9.4600,0.6317,0.0000,-10.0917,0.0000,-10.0917,6.0590,-16.1507,0.0000,-16.1507,-0.3952,-15.7556,0.0000,13.4428,10.2555,-39.4539,1.0130,1204.2657,1204.2657,1204.2657,1204.2657,1204.2657 +760.5000,1.0000,9743.0181,54.0815,55.0130,-0.5175,0.0000,5,1186.2677,58.5683,481.3555,-78.9311,7.2757,59.7967,-9.8053,-1.4885,0.5829,0.0000,0.5829,8.1813,0.5829,0.5829,0.0000,0.0000,0.0000,0.0000,5.9007,-5.9007,41.2779,-47.1786,-0.6900,-46.4886,0.0000,12.4190,9.9875,-68.8951,1.0067,2392.7559,2392.7559,2392.7559,2392.7559,2392.7559 +761.5000,1.0000,9757.5476,52.2960,53.1500,-0.4744,0.0470,5,1147.1031,60.6394,505.8666,-76.5949,7.2843,60.7669,-9.2009,-1.3196,0.5543,0.0000,0.5543,8.0495,0.5543,0.5543,0.0000,0.0000,0.0000,0.0000,5.7059,-5.7059,34.5037,-40.2096,-0.6117,-39.5979,0.5934,11.2288,9.6578,-61.0778,1.0114,2400.1578,2400.1578,2400.1578,2400.1578,2400.1578 +762.5000,1.0000,9771.6087,50.6100,51.4420,-0.4622,0.3770,5,1110.1210,45.0714,497.4683,-74.3888,5.2396,57.8315,-8.6478,-1.2442,0.5280,0.0000,0.5280,5.9558,0.5280,0.5280,0.0000,0.0000,0.0000,0.0000,5.5220,-5.5220,28.5110,-34.0329,-0.5768,-33.4562,4.6060,10.1774,9.3463,-57.5859,1.0142,2127.4686,2127.4686,2127.4686,2127.4686,2127.4686 +763.5000,1.0000,9785.1733,48.8225,49.7780,-0.5308,0.7880,5,1070.9125,44.5010,479.4906,-71.7029,4.9906,53.7728,-8.0412,-1.3784,0.5006,0.0000,0.5006,5.8683,0.5006,0.5006,0.0000,0.0000,0.0000,0.0000,5.3269,-5.3269,31.6692,-36.9961,-0.6390,-36.3572,9.2872,9.1377,9.0160,-63.7981,0.9933,2026.5420,2026.5420,2026.5420,2026.5420,2026.5420 +764.5000,1.0000,9798.2012,46.8905,47.8670,-0.5425,0.9360,5,1028.5345,44.8624,468.2749,-68.6694,4.8320,50.4369,-7.3962,-1.3529,0.4718,0.0000,0.4718,5.7131,0.4718,0.4718,0.0000,0.0000,0.0000,0.0000,5.1161,-5.1161,30.7816,-35.8977,-0.6272,-35.2705,10.5948,8.0957,8.6591,-62.6201,0.9948,1935.8216,1935.8216,1935.8216,1935.8216,1935.8216 +765.5000,1.0000,9810.7387,45.1250,45.9140,-0.4383,0.6230,5,989.8086,47.9120,456.4871,-67.2098,4.9662,47.3160,-6.9665,-1.0520,0.4461,0.0000,0.4461,5.5721,0.4461,0.4461,0.0000,0.0000,0.0000,0.0000,4.9235,-4.9235,21.9213,-26.8448,-0.4877,-26.3571,6.7865,7.2143,8.3333,-48.6913,0.9856,1898.9245,1898.9245,1898.9245,1898.9245,1898.9245 +766.5000,1.0000,9822.9090,43.8030,44.3360,-0.2961,0.2830,5,960.8107,-45.5954,444.6306,-68.8686,-4.5876,44.7369,-6.9293,-0.6898,-9.3386,0.0000,-9.3386,5.4408,-9.3386,0.4517,0.0000,-9.7903,0.0000,-9.7903,4.7793,-14.5695,0.0000,-14.5695,-0.3198,-14.2497,2.9925,6.5976,8.0893,-31.9292,0.9671,252.8890,252.8890,252.8890,252.8890,252.8890 +767.5000,1.0000,9834.8562,43.0000,43.2700,-0.1500,0.0600,5,943.1971,90.0273,387.1281,-69.8762,8.8921,38.2372,-6.9018,-0.3430,3.8668,0.0000,3.8668,5.3683,3.8668,0.4074,0.0000,3.4594,0.0000,3.4594,4.6916,-1.2322,0.0000,-1.2322,-0.1590,-1.0732,0.6228,6.2407,7.9410,-15.8778,0.9745,2573.4929,2573.4929,2573.4929,2573.4929,2573.4929 +768.5000,1.0000,9846.6626,42.4930,42.7300,-0.1317,0.0000,5,932.0761,102.9319,453.5834,-70.5124,10.0469,44.2728,-6.8825,-0.2976,4.9938,0.0000,4.9938,5.3506,4.9938,0.3984,0.0000,4.5955,0.0000,4.5955,4.6363,-0.0408,0.0000,-0.0408,-0.1379,0.0971,0.0000,6.0225,7.8474,-13.7728,0.9719,2771.3030,2771.3030,2771.3030,2771.3030,2771.3030 +769.5000,1.0000,9858.3934,42.2210,42.2560,-0.0194,0.0000,5,926.1099,226.7363,457.5493,-70.8537,21.9893,44.3740,-6.8715,-0.0437,16.7235,0.0000,16.7235,5.3095,16.7235,0.4535,0.0000,16.2700,0.0000,16.2700,4.6066,11.6634,0.0000,11.6634,-0.0202,11.6836,0.0000,5.9074,7.7972,-2.0209,0.9828,4636.8007,4636.8007,4636.8007,4636.8007,4636.8007 +770.5000,1.0000,9870.1191,42.2025,42.1860,0.0092,0.0000,5,925.7041,257.9336,521.7081,-70.8769,25.0040,50.5741,-6.8708,0.0206,19.7281,0.0000,19.7281,5.2552,19.7281,0.4683,0.0000,19.2599,0.0000,19.2599,4.6046,14.6552,0.0000,14.6552,0.0095,14.6457,0.0000,5.8996,7.7938,0.9523,0.9586,5218.7397,5218.7397,5218.7397,5218.7397,5218.7397 +771.5000,1.0000,9881.8102,42.0780,42.2190,-0.0783,0.0000,5,922.9732,160.4587,537.2780,-71.0331,15.5089,51.9298,-6.8656,-0.1753,10.4344,0.0000,10.4344,5.2498,10.4344,0.4202,0.0000,10.0143,0.0000,10.0143,4.5910,5.4232,0.0000,5.4232,-0.0813,5.5045,0.0000,5.8476,7.7708,-8.1139,0.9582,3554.4416,3554.4416,3554.4416,3554.4416,3554.4416 +772.5000,1.0000,9893.4612,41.9335,41.9370,-0.0019,0.0000,5,919.8036,245.0524,484.9292,-71.2144,23.6038,46.7092,-6.8595,-0.0043,18.3621,0.0000,18.3621,5.2461,18.3621,0.4579,0.0000,17.9042,0.0000,17.9042,4.5753,13.3289,0.0000,13.3289,-0.0020,13.3309,0.0000,5.7875,7.7441,-0.2007,0.9579,4931.3592,4931.3592,4931.3592,4931.3592,4931.3592 +773.5000,1.0000,9905.1316,42.0035,41.9300,0.0408,0.0000,5,921.3390,292.5980,529.2949,-71.1266,28.2306,51.0676,-6.8625,0.0912,22.9025,0.0000,22.9025,5.2369,22.9025,0.4816,0.0000,22.4209,0.0000,22.4209,4.5829,17.8380,0.0000,17.8380,0.0423,17.7957,0.0000,5.8166,7.7570,4.2221,0.9463,5876.3145,5876.3145,5876.3145,5876.3145,5876.3145 +774.5000,1.0000,9916.8492,42.1735,42.0770,0.0536,0.0000,5,925.0680,307.0873,555.1772,-70.9133,29.7484,53.7816,-6.8696,0.1202,24.3901,0.0000,24.3901,5.2381,24.3901,0.4912,0.0000,23.8989,0.0000,23.8989,4.6015,19.2974,0.0000,19.2974,0.0557,19.2417,0.0000,5.8875,7.7884,5.5658,0.9703,6155.0144,6155.0144,6155.0144,6155.0144,6155.0144 +775.5000,1.0000,9928.6659,42.5300,42.2700,0.1444,0.0000,5,932.8877,408.9227,564.9860,-70.4660,39.9484,55.1945,-6.8839,0.3267,34.3525,0.0000,34.3525,5.2691,34.3525,0.5456,0.0000,33.8069,0.0000,33.8069,4.6404,29.1665,0.0000,29.1665,0.1515,29.0151,0.0000,6.0383,7.8542,15.1226,0.9604,8108.8656,8108.8656,8108.8656,8108.8656,8108.8656 +776.5000,1.0000,9940.6699,43.2045,42.7900,0.2303,0.0000,5,947.6828,506.0201,621.3475,-69.6196,50.2180,61.6632,-6.9091,0.5291,44.3643,0.0000,44.3643,5.3246,44.3643,0.6045,0.0000,43.7598,0.0000,43.7598,4.7140,39.0458,0.0000,39.0458,0.2453,38.8005,0.0000,6.3305,7.9788,24.4912,0.9871,10047.2382,10047.2382,10047.2382,10047.2382,10047.2382 +777.5000,1.0000,9952.8683,43.9040,43.6190,0.1583,0.0000,5,963.0262,427.8793,675.9707,-68.7419,43.1507,68.1702,-6.9325,0.3697,37.4035,0.0000,37.4035,5.3775,37.4035,0.5790,0.0000,36.8245,0.0000,36.8245,4.7903,32.0342,0.0000,32.0342,0.1714,31.8628,0.0000,6.6427,8.1080,17.1122,0.9792,8687.9364,8687.9364,8687.9364,8687.9364,8687.9364 +778.5000,1.0000,9965.2547,44.5810,44.1890,0.2178,0.0000,5,977.8760,495.6264,642.1115,-67.8924,50.7536,65.7541,-6.9524,0.5164,44.8163,0.0000,44.8163,5.4210,44.8163,0.6251,0.0000,44.1912,0.0000,44.1912,4.8641,39.3270,0.0000,39.3270,0.2394,39.0877,0.0000,6.9549,8.2330,23.8997,0.9712,10168.0735,10168.0735,10168.0735,10168.0735,10168.0735 +779.5000,1.0000,9977.8806,45.4435,44.9730,0.2614,0.0000,5,996.7948,546.4705,681.9553,-66.8102,57.0428,71.1853,-6.9739,0.6317,50.9181,0.0000,50.9181,5.4930,50.9181,0.6673,0.0000,50.2508,0.0000,50.2508,4.9582,45.2926,0.0000,45.2926,0.2929,44.9997,0.0000,7.3667,8.3923,29.2407,0.9988,11376.2005,11376.2005,11376.2005,11376.2005,11376.2005 +780.5000,1.0000,9990.7635,46.3685,45.9140,0.2525,0.0000,5,1017.0845,539.6401,710.2764,-67.8498,57.4764,75.6507,-7.2266,0.6227,51.2395,0.0000,51.2395,5.6142,51.2395,0.6816,0.0000,50.5579,0.0000,50.5579,5.0592,45.4988,0.0000,45.4988,0.2887,45.2101,0.0000,7.8257,8.5631,28.8213,0.9805,11451.0647,11451.0647,11451.0647,11451.0647,11451.0647 +781.5000,1.0000,10003.9127,47.3270,46.8230,0.2800,0.0000,5,1038.1090,572.8012,709.7012,-69.3548,62.2695,77.1520,-7.5396,0.7048,55.9034,0.0000,55.9034,5.6613,55.9034,0.7182,0.0000,55.1852,0.0000,55.1852,5.1762,50.0090,0.0000,50.0090,0.3267,49.6823,0.0000,8.3212,8.7401,32.6209,0.9855,12338.5074,12338.5074,12338.5074,12338.5074,12338.5074 +782.5000,1.0000,10017.3606,48.4025,47.8310,0.3175,0.0000,5,1061.6999,618.4155,728.3277,-71.0435,68.7560,80.9762,-7.8987,0.8173,62.1830,0.0000,62.1830,5.7557,62.1830,0.7648,0.0000,61.4183,0.0000,61.4183,5.3685,56.0498,0.0000,56.0498,0.3789,55.6709,0.0000,8.9017,8.9387,37.8304,0.9911,13613.9337,13613.9337,13613.9337,13613.9337,13613.9337 +783.5000,1.0000,10031.1040,49.4660,48.9740,0.2733,0.0000,5,1085.0276,571.9470,753.2304,-72.7133,64.9868,85.5849,-8.2620,0.7191,58.4242,0.0000,58.4242,5.8435,58.4242,0.7612,0.0000,57.6630,0.0000,57.6630,5.4099,52.2531,0.0000,52.2531,0.3334,51.9197,0.0000,9.5011,9.1351,33.2835,0.9851,12850.7695,12850.7695,12850.7695,12850.7695,12850.7695 +784.5000,1.0000,10045.1122,50.4195,49.9580,0.2564,0.0000,5,1105.9424,556.7020,734.6874,-74.1396,64.4739,85.0871,-8.5864,0.6875,57.7860,0.0000,57.7860,6.0004,57.7860,0.7718,0.0000,57.0141,0.0000,57.0141,5.5012,51.5130,0.0000,51.5130,0.3187,51.1942,0.0000,10.0610,9.3112,31.8220,1.1062,12735.9648,12735.9648,12735.9648,12735.9648,12735.9648 +785.5000,1.0000,10059.3374,51.2010,50.8810,0.1778,0.0000,5,1123.0845,472.4318,730.5699,-75.1621,55.5623,85.9217,-8.8398,0.4841,48.9483,0.0000,48.9483,6.1299,48.9483,0.7391,0.0000,48.2092,0.0000,48.2092,5.5864,42.6227,0.0000,42.6227,0.2244,42.3983,0.0000,10.5357,9.4556,22.4071,1.2007,11054.8361,11054.8361,11054.8361,11054.8361,11054.8361 +786.5000,1.0000,10073.6655,51.5710,51.5210,0.0278,0.0000,5,1131.2004,306.4081,694.2564,-75.6462,36.2968,82.2409,-8.9610,0.0762,30.1283,0.0000,30.1283,6.0923,30.1283,0.6505,0.0000,29.4778,0.0000,29.4778,5.6268,23.8510,0.0000,23.8510,0.0353,23.8156,0.0000,10.7653,9.5239,3.5264,1.1348,7408.3758,7408.3758,7408.3758,7408.3758,7408.3758 +787.5000,1.0000,10087.9966,51.5820,51.6210,-0.0217,0.0000,5,1131.4417,251.5640,617.6386,-75.6606,29.8064,73.1805,-8.9646,-0.0594,23.7663,0.0000,23.7663,6.0995,23.7663,0.6189,0.0000,23.1474,0.0000,23.1474,5.6280,17.5194,0.0000,17.5194,-0.0276,17.5470,0.0000,10.7722,9.5259,-2.7512,1.1240,6145.3377,6145.3377,6145.3377,6145.3377,6145.3377 +788.5000,1.0000,10102.3035,51.4950,51.5430,-0.0267,0.0000,5,1129.5333,245.4091,591.6444,-75.5468,29.0281,69.9823,-8.9360,-0.0730,23.0459,0.0000,23.0459,6.0552,23.0459,0.6140,0.0000,22.4320,0.0000,22.4320,5.6185,16.8135,0.0000,16.8135,-0.0339,16.8473,0.0000,10.7178,9.5099,-3.3804,1.1126,5989.4641,5989.4641,5989.4641,5989.4641,5989.4641 +789.5000,1.0000,10116.5660,51.3350,51.4470,-0.0622,0.0000,5,1126.0238,205.4425,588.1873,-75.3374,24.2251,69.3572,-8.8836,-0.1699,18.3460,0.0000,18.3460,6.0491,18.3460,0.5881,0.0000,17.7579,0.0000,17.7579,5.6011,12.1568,0.0000,12.1568,-0.0788,12.2356,0.0000,10.6183,9.4803,-7.8630,1.1007,5149.5440,5149.5440,5149.5440,5149.5440,5149.5440 +790.5000,1.0000,10130.7594,51.0860,51.2230,-0.0761,0.0000,5,1120.5620,190.2560,568.2453,-75.0116,22.3256,66.6807,-8.8022,-0.2068,16.3800,0.0000,16.3800,6.1524,16.3800,0.5746,0.0000,15.8054,0.0000,15.8054,5.5739,10.2315,0.0000,10.2315,-0.0959,10.3274,0.0000,10.4645,9.4343,-9.5715,1.1441,4795.2826,4795.2826,4795.2826,4795.2826,4795.2826 +791.5000,1.0000,10144.8649,50.7700,50.9490,-0.0994,0.0000,5,1113.6306,163.3271,559.6343,-74.5982,19.0471,65.2641,-8.6996,-0.2685,13.1880,0.0000,13.1880,6.1275,13.1880,0.5540,0.0000,12.6340,0.0000,12.6340,5.5394,7.0946,0.0000,7.0946,-0.1245,7.2191,0.0000,10.2716,9.3760,-12.4284,1.1659,4147.3283,4147.3283,4147.3283,4147.3283,4147.3283 +792.5000,1.0000,10158.8167,50.2165,50.5910,-0.2081,0.0000,5,1101.4897,40.8894,544.4258,-73.8739,4.7165,62.7983,-8.5212,-0.5557,-0.7590,0.0000,-0.7590,6.0312,-0.7590,0.5251,0.0000,-1.2842,0.0000,-1.2842,5.4790,-6.7632,0.0000,-6.7632,-0.2576,-6.5056,0.0000,9.9397,9.2737,-25.7191,1.1050,2027.4643,2027.4643,2027.4643,2027.4643,2027.4643 +793.5000,1.0000,10172.5380,49.3865,49.8420,-0.2531,0.0000,5,1083.2838,-11.3030,480.3031,-72.5885,-1.2822,54.4862,-8.2345,-0.6647,-6.5818,0.0000,-6.5818,5.9642,-6.5818,0.5269,0.0000,-7.1087,0.0000,-7.1087,5.3885,-12.4972,0.0000,-12.4972,-0.3081,-12.1890,0.0000,9.4552,9.1205,-30.7647,1.0891,1017.4796,1017.4796,1017.4796,1017.4796,1017.4796 +794.5000,1.0000,10185.8759,48.0065,48.9310,-0.5136,0.0000,5,1053.0137,45.7400,446.0923,-70.4217,5.0438,49.1912,-7.7655,-1.3114,0.4884,0.0000,0.4884,5.8668,0.4884,0.4884,0.0000,0.0000,0.0000,0.0000,5.2379,-5.2379,38.5139,-43.7518,-0.6079,-43.1438,0.0000,8.6870,8.8656,-60.6965,1.0816,2009.1500,2009.1500,2009.1500,2009.1500,2009.1500 +795.5000,1.0000,10198.7349,46.2825,47.0820,-0.4442,0.0760,5,1015.1981,48.0495,465.4502,-67.7147,5.1082,49.4826,-7.1988,-1.0933,0.4629,0.0000,0.4629,5.7386,0.4629,0.4629,0.0000,0.0000,0.0000,0.0000,5.0498,-5.0498,28.8817,-33.9315,-0.5068,-33.4247,0.8491,7.7838,8.5472,-50.6048,1.0739,1966.4644,1966.4644,1966.4644,1966.4644,1966.4644 +796.5000,1.0000,10211.1522,44.6920,45.4830,-0.4394,0.0870,5,980.3108,49.3210,453.7030,-67.7531,5.0632,46.5762,-6.9554,-1.0445,0.4399,0.0000,0.4399,5.6678,0.4399,0.4399,0.0000,0.0000,0.0000,0.0000,4.8763,-4.8763,27.7534,-32.6297,-0.4842,-32.1455,0.9386,7.0087,8.2535,-48.3463,1.1131,1898.2335,1898.2335,1898.2335,1898.2335,1898.2335 +797.5000,1.0000,10223.1676,43.2455,43.9010,-0.3642,0.0870,5,948.5821,51.3022,439.9848,-69.5682,5.0961,43.7060,-6.9106,-0.8376,0.4195,0.0000,0.4195,5.5142,0.4195,0.4195,0.0000,0.0000,0.0000,0.0000,4.7184,-4.7184,19.1935,-23.9120,-0.3883,-23.5237,0.9083,6.3494,7.9864,-38.7677,1.0488,1843.4259,1843.4259,1843.4259,1843.4259,1843.4259 +798.5000,1.0000,10234.9401,42.3710,42.5900,-0.1217,0.0140,5,929.4001,116.6480,432.2458,-70.6655,11.3529,42.0690,-6.8776,-0.2742,6.1470,0.0000,6.1470,5.4801,6.1470,0.4025,0.0000,5.7445,0.0000,5.7445,4.6230,1.1215,0.0000,1.1215,-0.1271,1.2486,0.1432,5.9707,7.8249,-12.6902,1.1047,2942.7311,2942.7311,2942.7311,2942.7311,2942.7311 +799.5000,1.0000,10246.6285,42.0685,42.1520,-0.0464,0.0000,5,922.7648,197.8316,463.3932,-71.0450,19.1168,44.7785,-6.8652,-0.1038,13.7874,0.0000,13.7874,5.4332,13.7874,0.4368,0.0000,13.3506,0.0000,13.3506,4.5900,8.7606,0.0000,8.7606,-0.0481,8.8087,0.0000,5.8436,7.7690,-4.8040,1.0924,4140.6853,4140.6853,4140.6853,4140.6853,4140.6853 +800.5000,1.0000,10258.3654,42.2425,41.9850,0.1431,0.0000,5,926.5815,408.1445,506.4965,-70.8267,39.6028,49.1461,-6.8724,0.3214,33.8913,0.0000,33.8913,5.3902,33.8913,0.5396,0.0000,33.3517,0.0000,33.3517,4.6090,28.7427,0.0000,28.7427,0.1490,28.5937,0.0000,5.9166,7.8011,14.8759,1.0689,8045.9641,8045.9641,8045.9641,8045.9641,8045.9641 +801.5000,1.0000,10270.0865,42.1862,42.5000,-0.1743,0.0000,0,919.6997,49.2802,615.8193,-71.2204,4.7462,59.3100,-6.8593,-0.7077,0.0000,0.0000,0.0000,5.4539,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.6028,-4.6028,0.0000,-4.6028,-0.1813,-4.4215,0.0000,5.8931,7.7907,-18.1054,1.1031,1719.8576,1719.8576,1719.8576,1719.8576,1719.8576 +802.5000,1.0000,10281.8373,42.2927,43.6020,0.2335,0.0000,4,1146.8944,495.9844,495.9844,-76.5824,59.5690,59.5690,-9.1977,16.8842,37.1614,0.0000,37.1614,5.5234,44.4867,1.5653,0.0000,42.9214,0.0000,42.9214,4.6145,38.3069,0.0000,38.3069,0.2435,38.0634,0.0000,5.9382,7.8104,24.3148,1.1172,11867.1898,11867.1898,11867.1898,11867.1898,11867.1898 +803.5000,1.0000,10294.0431,43.9309,44.9110,0.6766,0.0000,4,1426.1536,709.5684,709.5684,-93.1630,105.9715,105.9715,-13.9136,3.4625,96.7726,0.0000,96.7726,5.7365,96.7726,2.6529,0.0000,94.1197,0.0000,94.1197,5.4482,88.6715,0.0000,88.6715,0.7328,87.9387,0.0000,6.6597,8.1130,73.1660,1.2425,20663.9080,20663.9080,20663.9080,20663.9080,20663.9080 +804.5000,1.0000,10306.9920,46.6062,46.3840,0.8097,0.0000,4,1513.0010,819.2762,819.2762,-98.3137,129.8070,129.8070,-15.5769,4.3961,119.5926,0.0000,119.5926,5.8184,119.5926,3.1802,0.0000,116.4124,0.0000,116.4124,6.0284,110.3840,0.0000,110.3840,0.9304,109.4536,0.0000,7.9536,8.6070,92.8930,1.2213,25258.4565,25258.4565,25258.4565,25258.4565,25258.4565 +805.5000,1.0000,10320.5618,48.8413,48.0660,0.4321,0.0000,4,1585.5608,524.7176,861.7580,-102.6171,87.1239,143.0859,-17.0385,2.4583,78.6892,0.0000,78.6892,5.9764,78.6892,2.4238,0.0000,76.2654,0.0000,76.2654,5.6315,70.6338,0.0000,70.6338,0.5203,70.1136,0.0000,9.1471,9.0198,51.9467,1.2624,17277.8514,17277.8514,17277.8514,17277.8514,17277.8514 +806.5000,1.0000,10334.5828,50.4655,49.6190,0.4703,0.0000,4,1638.2881,557.8329,782.1595,-104.8370,95.7024,134.1882,-17.9860,2.7648,86.9546,0.0000,86.9546,5.9831,86.9546,2.6353,0.0000,84.3193,0.0000,84.3193,5.9016,78.4177,0.0000,78.4177,0.5851,77.8326,0.0000,10.0906,9.3197,58.4223,1.1572,18918.9601,18918.9601,18918.9601,18918.9601,18918.9601 +807.5000,1.0000,10349.0700,52.1440,51.3120,0.4622,0.0000,4,1692.7782,556.0941,797.0977,-106.7776,98.5773,141.2994,-18.9282,2.8078,89.5144,0.0000,89.5144,6.2551,89.5144,2.7354,0.0000,86.7790,0.0000,86.7790,6.0927,80.6863,0.0000,80.6863,0.5942,80.0921,0.0000,11.1310,9.6297,59.3314,1.3096,19526.5975,19526.5975,19526.5975,19526.5975,19526.5975 +808.5000,1.0000,10364.0098,53.7730,52.9760,0.4428,0.0000,4,1745.6613,544.6607,802.5631,-108.6609,99.5668,146.7127,-19.8638,2.7737,90.3915,0.0000,90.3915,6.4016,90.3915,2.8016,0.0000,87.5898,0.0000,87.5898,6.2545,81.3353,0.0000,81.3353,0.5870,80.7483,0.0000,12.2067,9.9305,58.6110,1.3285,19734.9764,19734.9764,19734.9764,19734.9764,19734.9764 +809.5000,1.0000,10379.3877,55.3505,54.5700,0.4336,0.0000,4,1796.8725,540.9002,806.0018,-110.4847,101.7801,151.6638,-20.7897,2.7960,92.5305,0.0000,92.5305,6.4537,92.5305,2.8926,0.0000,89.6378,0.0000,89.6378,6.4302,83.2076,0.0000,83.2076,0.5917,82.6159,0.0000,13.3126,10.2219,59.0815,1.2480,20209.5009,20209.5009,20209.5009,20209.5009,20209.5009 +810.5000,1.0000,10395.1849,56.8600,56.1310,0.4050,0.0000,4,1845.8762,522.7258,809.2768,-112.3199,101.0427,156.4330,-21.7114,2.6827,91.6656,0.0000,91.6656,6.6945,91.6656,2.9225,0.0000,88.7431,0.0000,88.7431,6.5555,82.1876,0.0000,82.1876,0.5678,81.6198,0.0000,14.4312,10.5006,56.6880,1.3210,20150.5907,20150.5907,20150.5907,20150.5907,20150.5907 +811.5000,1.0000,10411.3698,58.2555,57.5890,0.3703,0.0000,4,1891.1790,498.9094,809.9195,-114.0222,98.8059,160.3995,-22.5814,2.5129,89.4839,0.0000,89.4839,6.8091,89.4839,2.9234,0.0000,86.5606,0.0000,86.5606,6.6509,79.9096,0.0000,79.9096,0.5318,79.3778,0.0000,15.5195,10.7584,53.0999,1.3154,19850.7652,19850.7652,19850.7652,19850.7652,19850.7652 +812.5000,1.0000,10427.6266,58.5147,58.9220,-0.2263,0.0000,0,1912.8160,34.4475,809.0597,-114.8352,6.9002,162.0624,-23.0026,0.0000,0.0000,0.0000,0.0000,6.9002,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,6.3844,-6.3844,0.0000,-6.3844,-0.3264,-6.0580,0.0000,15.7263,10.8062,-32.5906,1.3195,3997.0725,3997.0725,3997.0725,3997.0725,3997.0725 +813.5000,1.0000,10444.0075,58.9611,59.9810,0.4742,0.0000,5,1612.4210,637.4660,637.4660,-103.9158,107.6376,107.6376,-17.5464,-29.7452,130.4229,0.0000,130.4229,6.9599,104.6105,1.1380,0.0000,103.4724,0.0000,103.4724,6.9695,96.5030,0.0000,96.5030,0.6894,95.8136,0.0000,16.0916,10.8887,68.8333,1.2708,21160.9613,21160.9613,21160.9613,21160.9613,21160.9613 +814.5000,1.0000,10460.8058,60.4639,61.1090,0.3606,0.0000,5,1326.2642,711.9138,847.5617,-87.2388,98.8749,117.7145,-12.1162,1.1597,90.7243,0.0000,90.7243,6.9909,90.7243,1.0933,0.0000,89.6310,0.0000,89.6310,6.8999,82.7311,0.0000,82.7311,0.5376,82.1935,0.0000,17.3520,11.1662,53.6753,1.2131,19272.4962,19272.4962,19272.4962,19272.4962,19272.4962 +815.5000,1.0000,10477.7623,61.0335,61.1130,-0.0442,0.0000,5,1338.7586,261.6874,819.5728,-87.9798,36.6871,114.8996,-12.3343,-0.1434,29.8719,0.0000,29.8719,6.9586,29.8719,0.7986,0.0000,29.0734,0.0000,29.0734,6.6592,22.4141,0.0000,22.4141,-0.0665,22.4806,0.0000,17.8450,11.2714,-6.6358,1.2176,7579.5732,7579.5732,7579.5732,7579.5732,7579.5732 +816.5000,1.0000,10494.6958,60.9505,60.9540,-0.0019,0.0000,5,1336.9380,307.7317,638.0490,-87.8718,43.0836,89.3293,-12.3024,-0.0063,36.2127,0.0000,36.2127,6.8772,36.2127,0.8289,0.0000,35.3838,0.0000,35.3838,6.6502,28.7336,0.0000,28.7336,-0.0029,28.7366,0.0000,17.7723,11.2561,-0.2917,1.1776,8810.1228,8810.1228,8810.1228,8810.1228,8810.1228 +817.5000,1.0000,10511.6330,60.9640,60.9470,0.0094,0.0000,5,1337.2341,320.7873,656.7788,-87.8894,44.9214,91.9719,-12.3076,0.0306,37.9637,0.0000,37.9637,6.9271,37.9637,0.8379,0.0000,37.1258,0.0000,37.1258,6.6517,30.4742,0.0000,30.4742,0.0142,30.4600,0.0000,17.7841,11.2585,1.4174,1.1214,9146.1809,9146.1809,9146.1809,9146.1809,9146.1809 +818.5000,1.0000,10528.6116,61.1130,60.9810,0.0733,0.0000,5,1340.5024,392.8129,662.4591,-88.0832,55.1419,92.9941,-12.3649,0.2384,47.9016,0.0000,47.9016,7.0019,47.9016,0.8900,0.0000,47.0116,0.0000,47.0116,6.6679,40.3437,0.0000,40.3437,0.1105,40.2332,0.0000,17.9149,11.2861,11.0323,1.2055,11075.3177,11075.3177,11075.3177,11075.3177,11075.3177 +819.5000,1.0000,10545.6755,61.4200,61.2450,0.0972,0.0000,5,1347.2364,420.6717,692.5160,-88.4826,59.3493,97.7017,-12.4833,0.3176,51.9929,0.0000,51.9929,7.0388,51.9929,0.9156,0.0000,51.0772,0.0000,51.0772,6.7014,44.3758,0.0000,44.3758,0.1472,44.2286,0.0000,18.1863,11.3428,14.6996,1.2079,11869.7271,11869.7271,11869.7271,11869.7271,11869.7271 +820.5000,1.0000,10562.8069,61.6630,61.5950,0.0378,0.0000,5,1352.5666,355.1574,704.8078,-88.7987,50.3047,99.8293,-12.5775,0.1239,43.1860,0.0000,43.1860,6.9948,43.1860,0.8757,0.0000,42.3103,0.0000,42.3103,6.7279,35.5824,0.0000,35.5824,0.0574,35.5249,0.0000,18.4029,11.3876,5.7344,1.1258,10142.4274,10142.4274,10142.4274,10142.4274,10142.4274 +821.5000,1.0000,10580.0087,61.9165,61.7310,0.1031,0.0000,5,1358.1270,429.4489,679.4461,-89.1285,61.0774,96.6327,-12.6761,0.3394,53.6179,0.0000,53.6179,7.1201,53.6179,0.9321,0.0000,52.6857,0.0000,52.6857,6.7556,45.9302,0.0000,45.9302,0.1573,45.7729,0.0000,18.6309,11.4344,15.7075,1.2118,12191.8802,12191.8802,12191.8802,12191.8802,12191.8802 +822.5000,1.0000,10597.2962,62.2250,62.1020,0.0683,0.0000,5,1364.8939,391.3213,710.1393,-89.5298,55.9321,101.5012,-12.7966,0.2261,48.6759,0.0000,48.6759,7.0300,48.6759,0.9127,0.0000,47.7633,0.0000,47.7633,6.7892,40.9740,0.0000,40.9740,0.1048,40.8692,0.0000,18.9107,11.4914,10.4671,1.1294,11243.3030,11243.3030,11243.3030,11243.3030,11243.3030 +823.5000,1.0000,10614.6568,62.4880,62.3480,0.0778,0.0000,5,1370.6628,402.1993,696.0941,-89.8719,57.7299,99.9142,-12.8998,0.2585,50.5197,0.0000,50.5197,6.9516,50.5197,0.9263,0.0000,49.5934,0.0000,49.5934,6.8179,42.7755,0.0000,42.7755,0.1198,42.6556,0.0000,19.1515,11.5400,11.9641,1.0466,11588.9166,11588.9166,11588.9166,11588.9166,11588.9166 +824.5000,1.0000,10632.0859,62.7350,62.6280,0.0594,0.0000,5,1376.0807,382.8536,701.3786,-90.1933,55.1703,101.0706,-12.9971,0.1983,48.0000,0.0000,48.0000,6.9719,48.0000,0.9180,0.0000,47.0821,0.0000,47.0821,6.8449,40.2372,0.0000,40.2372,0.0919,40.1452,0.0000,19.3795,11.5856,9.1802,1.0481,11106.1438,11106.1438,11106.1438,11106.1438,11106.1438 +825.5000,1.0000,10649.5707,62.9350,62.8420,0.0517,0.0000,5,1380.4676,389.8097,694.6495,-90.4535,56.3518,100.4201,-13.0762,0.1729,47.0559,0.0000,47.0559,9.1229,47.0559,0.9166,0.0000,46.1393,0.0000,46.1393,6.8667,39.2726,0.0000,39.2726,0.0802,39.1924,0.0000,19.5654,11.6225,8.0045,1.0776,11335.1711,11335.1711,11335.1711,11335.1711,11335.1711 +826.5000,1.0000,10667.1129,63.1420,63.0280,0.0633,0.0000,5,1385.0081,404.0304,698.1762,-90.7227,58.5996,101.2619,-13.1582,0.2127,49.1828,0.0000,49.1828,9.2042,49.1828,0.9308,0.0000,48.2519,0.0000,48.2519,6.8893,41.3627,0.0000,41.3627,0.0986,41.2641,0.0000,19.7591,11.6608,9.8442,1.0648,11759.5929,11759.5929,11759.5929,11759.5929,11759.5929 +827.5000,1.0000,10684.7245,63.3920,63.2560,0.0756,0.0000,5,1390.4918,418.5791,704.5924,-91.0480,60.9501,102.5971,-13.2577,0.2547,51.4734,0.0000,51.4734,9.2220,51.4734,0.9466,0.0000,50.5268,0.0000,50.5268,6.9166,43.6102,0.0000,43.6102,0.1181,43.4921,0.0000,19.9948,11.7069,11.7904,1.0805,12192.7657,12192.7657,12192.7657,12192.7657,12192.7657 +828.5000,1.0000,10702.4101,63.6580,63.5280,0.0722,0.0000,5,1396.3265,416.0681,711.2098,-91.3940,60.8387,103.9952,-13.3639,0.2445,51.3305,0.0000,51.3305,9.2637,51.3305,0.9504,0.0000,50.3801,0.0000,50.3801,6.9456,43.4345,0.0000,43.4345,0.1134,43.3211,0.0000,20.2475,11.7561,11.3176,1.0822,12179.8329,12179.8329,12179.8329,12179.8329,12179.8329 +829.5000,1.0000,10720.1618,63.8960,63.7880,0.0600,0.0000,5,1401.5470,403.2635,711.2058,-91.7036,59.1868,104.3834,-13.4593,0.2039,49.7255,0.0000,49.7255,9.2575,49.7255,0.9465,0.0000,48.7790,0.0000,48.7790,6.9716,41.8074,0.0000,41.8074,0.0945,41.7129,0.0000,20.4754,11.8000,9.4374,1.0556,11884.2813,11884.2813,11884.2813,11884.2813,11884.2813 +830.5000,1.0000,10737.9190,63.9160,64.0040,-0.0489,0.0000,5,1401.9857,281.9785,706.8777,-91.7296,41.3988,103.7807,-13.4673,-0.1662,32.3629,0.0000,32.3629,9.2021,32.3629,0.8601,0.0000,31.5029,0.0000,31.5029,6.9737,24.5291,0.0000,24.5291,-0.0770,24.6062,0.0000,20.4946,11.8037,-7.6922,1.0557,8549.2646,8549.2646,8549.2646,8549.2646,8549.2646 +831.5000,1.0000,10755.6109,63.6810,63.8280,-0.0817,0.0000,5,1396.8310,244.6400,659.2770,-91.4239,35.7849,96.4363,-13.3731,-0.2766,26.8761,0.0000,26.8761,9.1854,26.8761,0.8286,0.0000,26.0475,0.0000,26.0475,6.9481,19.0994,0.0000,19.0994,-0.1282,19.2276,0.0000,20.2695,11.7603,-12.8022,1.0683,7500.2900,7500.2900,7500.2900,7500.2900,7500.2900 +832.5000,1.0000,10773.2337,63.4320,63.5340,-0.0567,0.0000,5,1391.3692,256.9968,643.4735,-91.1000,37.4454,93.7566,-13.2736,-0.1912,30.5736,0.0000,30.5736,7.0630,30.5736,0.8428,0.0000,29.7308,0.0000,29.7308,6.9209,22.8099,0.0000,22.8099,-0.0886,22.8985,0.0000,20.0326,11.7143,-8.8484,1.0667,7800.9938,7800.9938,7800.9938,7800.9938,7800.9938 +833.5000,1.0000,10790.7740,63.1350,63.3300,-0.1083,0.0000,5,1384.8546,198.2336,646.9366,-90.7136,28.7482,93.8198,-13.1554,-0.3638,22.0904,0.0000,22.0904,7.0215,22.0904,0.7952,0.0000,21.2952,0.0000,21.2952,6.8885,14.4066,0.0000,14.4066,-0.1686,14.5753,0.0000,19.7527,11.6595,-16.8369,1.0648,6185.2043,6185.2043,6185.2043,6185.2043,6185.2043 +834.5000,1.0000,10808.1894,62.6855,62.9400,-0.1414,0.0000,5,1374.9949,159.3138,621.5346,-90.1289,22.9395,89.4942,-12.9776,-0.4714,16.4730,0.0000,16.4730,6.9379,16.4730,0.7595,0.0000,15.7135,0.0000,15.7135,6.8395,8.8740,0.0000,8.8740,-0.2185,9.0925,0.0000,19.3339,11.5765,-21.8178,1.0478,5109.2324,5109.2324,5109.2324,5109.2324,5109.2324 +835.5000,1.0000,10825.4480,62.1210,62.4310,-0.1722,0.0000,5,1362.6127,122.8190,602.9795,-89.3945,17.5254,86.0406,-12.7559,-0.5690,11.1898,0.0000,11.1898,6.9046,11.1898,0.7235,0.0000,10.4663,0.0000,10.4663,6.7779,3.6884,0.0000,3.6884,-0.2638,3.9522,0.0000,18.8164,11.4722,-26.3364,1.0583,4102.5626,4102.5626,4102.5626,4102.5626,4102.5626 +836.5000,1.0000,10842.5433,61.5330,61.8110,-0.1544,0.0000,5,1349.7150,140.3660,584.8601,-88.6296,19.8396,82.6652,-12.5271,-0.5054,13.4607,0.0000,13.4607,6.8843,13.4607,0.7249,0.0000,12.7358,0.0000,12.7358,6.7137,6.0221,0.0000,6.0221,-0.2343,6.2564,0.0000,18.2871,11.3636,-23.3943,1.0686,4499.6246,4499.6246,4499.6246,4499.6246,4499.6246 +837.5000,1.0000,10859.4601,60.8905,61.2550,-0.2025,0.0000,5,1335.6219,84.6166,588.5230,-87.7937,11.8350,82.3144,-12.2794,-0.6558,5.6371,0.0000,5.6371,6.8537,5.6371,0.6852,0.0000,4.9519,0.0000,4.9519,6.6436,-1.6917,0.0000,-1.6917,-0.3040,-1.3877,0.0000,17.7205,11.2450,-30.3532,1.0504,3165.3935,3165.3935,3165.3935,3165.3935,3165.3935 +838.5000,1.0000,10876.2141,60.3045,60.5260,-0.1231,0.0000,5,1322.7681,169.9466,561.9611,-87.0314,23.5410,77.8428,-12.0556,-0.3947,17.2024,0.0000,17.2024,6.7333,17.2024,0.7231,0.0000,16.4793,0.0000,16.4793,6.5797,9.8996,0.0000,9.8996,-0.1830,10.0826,0.0000,17.2134,11.1367,-18.2675,1.0470,5150.3618,5150.3618,5150.3618,5150.3618,5150.3618 +839.5000,1.0000,10892.8247,59.7880,60.0830,-0.1639,0.0000,5,1311.4388,122.8477,594.8658,-86.3595,16.8711,81.6950,-11.8601,-0.5211,10.6591,0.0000,10.6591,6.7331,10.6591,0.6818,0.0000,9.9773,0.0000,9.9773,6.5233,3.4540,0.0000,3.4540,-0.2416,3.6955,0.0000,16.7750,11.0414,-24.1209,1.0581,3920.0828,3920.0828,3920.0828,3920.0828,3920.0828 +840.5000,1.0000,10909.2693,59.1905,59.4930,-0.1681,0.0000,5,1298.3327,115.4446,571.8293,-85.5822,15.6960,77.7465,-11.6358,-0.5290,9.6009,0.0000,9.6009,6.6241,9.6009,0.6667,0.0000,8.9342,0.0000,8.9342,6.4582,2.4760,0.0000,2.4760,-0.2452,2.7212,0.0000,16.2771,10.9310,-24.4869,1.0155,3684.3118,3684.3118,3684.3118,3684.3118,3684.3118 +841.5000,1.0000,10925.5716,58.6785,58.8880,-0.1164,0.0000,5,1287.1021,170.8974,565.8126,-84.9161,23.0344,76.2631,-11.4454,-0.3632,16.8110,0.0000,16.8110,6.5867,16.8110,0.6944,0.0000,16.1165,0.0000,16.1165,6.4023,9.7143,0.0000,9.7143,-0.1684,9.8826,0.0000,15.8582,10.8365,-16.8120,1.0532,5032.3783,5032.3783,5032.3783,5032.3783,5032.3783 +842.5000,1.0000,10941.7925,58.3850,58.4690,-0.0467,0.0000,5,1280.6642,247.2961,587.8664,-84.5343,33.1651,78.8393,-11.3370,-0.1449,26.7388,0.0000,26.7388,6.5712,26.7388,0.7393,0.0000,25.9995,0.0000,25.9995,6.3703,19.6292,0.0000,19.6292,-0.0672,19.6964,0.0000,15.6212,10.7823,-6.7071,1.0386,6900.0728,6900.0728,6900.0728,6900.0728,6900.0728 +843.5000,1.0000,10957.9987,58.3325,58.3010,0.0175,0.0000,5,1279.5126,318.6709,620.0182,-84.4660,42.6988,83.0764,-11.3176,0.0543,36.0393,0.0000,36.0393,6.6053,36.0393,0.7850,0.0000,35.2543,0.0000,35.2543,6.3645,28.8898,0.0000,28.8898,0.0252,28.8646,0.0000,15.5791,10.7726,2.5129,1.0517,8675.1093,8675.1093,8675.1093,8675.1093,8675.1093 +844.5000,1.0000,10974.2287,58.4180,58.3640,0.0300,0.0000,5,1281.3881,332.7414,650.6034,-84.5772,44.6494,87.3023,-11.3491,0.0932,37.9633,0.0000,37.9633,6.5930,37.9633,0.7960,0.0000,37.1673,0.0000,37.1673,6.3739,30.7935,0.0000,30.7935,0.0432,30.7503,0.0000,15.6477,10.7884,4.3142,1.0521,9047.7671,9047.7671,9047.7671,9047.7671,9047.7671 +845.5000,1.0000,10990.4870,58.5200,58.4720,0.0267,0.0000,5,1283.6254,329.3383,656.9658,-84.7099,44.2700,88.3100,-11.3868,0.0830,37.5978,0.0000,37.5978,6.5892,37.5978,0.7958,0.0000,36.8020,0.0000,36.8020,6.3850,30.4170,0.0000,30.4170,0.0385,30.3785,0.0000,15.7298,10.8072,3.8415,1.0526,8979.5649,8979.5649,8979.5649,8979.5649,8979.5649 +846.5000,1.0000,11006.7682,58.6020,58.5680,0.0189,0.0000,5,1285.4241,321.0643,655.8884,-84.8166,43.2182,88.2887,-11.4171,0.0589,36.5564,0.0000,36.5564,6.6030,36.5564,0.7919,0.0000,35.7645,0.0000,35.7645,6.3939,29.3706,0.0000,29.3706,0.0273,29.3433,0.0000,15.7960,10.8223,2.7249,1.0396,8783.0158,8783.0158,8783.0158,8783.0158,8783.0158 +847.5000,1.0000,11023.0295,58.5310,58.6360,-0.0583,0.0000,5,1283.8667,235.3044,652.4423,-84.7242,31.6358,87.7184,-11.3909,-0.1816,25.1790,0.0000,25.1790,6.6384,25.1790,0.7339,0.0000,24.4451,0.0000,24.4451,6.3862,18.0589,0.0000,18.0589,-0.0842,18.1431,0.0000,15.7387,10.8092,-8.4049,1.0526,6616.9317,6616.9317,6616.9317,6616.9317,6616.9317 +848.5000,1.0000,11039.2112,58.2440,58.4260,-0.1011,0.0000,5,1277.5714,186.2547,614.8851,-84.3509,24.9185,82.2636,-11.2850,-0.3132,18.6740,0.0000,18.6740,6.5576,18.6740,0.6967,0.0000,17.9773,0.0000,17.9773,6.3549,11.6225,0.0000,11.6225,-0.1452,11.7676,0.0000,15.5085,10.7562,-14.4970,1.0380,5375.6038,5375.6038,5375.6038,5375.6038,5375.6038 +849.5000,1.0000,11055.3015,57.9150,58.0620,-0.0817,0.0000,5,1270.3549,207.2488,592.2226,-83.9229,27.5706,78.7841,-11.1644,-0.2515,21.2060,0.0000,21.2060,6.6161,21.2060,0.7040,0.0000,20.5019,0.0000,20.5019,6.3190,14.1829,0.0000,14.1829,-0.1166,14.2995,0.0000,15.2471,10.6955,-11.6430,1.0499,5858.7303,5858.7303,5858.7303,5858.7303,5858.7303 +850.5000,1.0000,11071.2590,57.4370,57.7680,-0.1839,0.0000,5,1259.8700,91.2349,599.3135,-83.3011,12.0369,79.0694,-10.9902,-0.5617,6.1110,0.0000,6.1110,6.4876,6.1110,0.6245,0.0000,5.4865,0.0000,5.4865,6.2668,-0.7803,0.0000,-0.7803,-0.2604,-0.5199,0.0000,14.8731,10.6072,-26.0002,1.0212,3064.2698,3064.2698,3064.2698,3064.2698,3064.2698 +851.5000,1.0000,11087.0093,56.6910,57.1060,-0.2306,0.0000,5,1243.5066,36.9838,544.7104,-82.3306,4.8160,70.9320,-10.7211,-0.6951,-0.9115,0.0000,-0.9115,6.4227,-0.9115,0.6296,0.0000,-1.5411,0.0000,-1.5411,6.1854,-7.7265,0.0000,-7.7265,-0.3222,-7.4043,0.0000,14.3013,10.4694,-32.1750,1.0313,2151.6712,2151.6712,2151.6712,2151.6712,2151.6712 +852.5000,1.0000,11102.5026,55.7660,56.2760,-0.2833,0.0000,5,1223.2169,-24.6315,515.3969,-81.1272,-3.1552,66.0198,-10.3920,-0.8403,-8.6551,0.0000,-8.6551,6.3402,-8.6551,0.6335,0.0000,-9.2886,0.0000,-9.2886,6.0845,-15.3731,0.0000,-15.3731,-0.3896,-14.9836,0.0000,13.6131,10.2986,-38.8952,1.0273,1035.5884,1035.5884,1035.5884,1035.5884,1035.5884 +853.5000,1.0000,11117.7170,54.7620,55.2560,-0.2744,0.0000,5,1201.1944,-18.3469,481.5230,-79.8211,-2.3078,60.5702,-10.0406,-0.7993,-7.7733,0.0000,-7.7733,6.2648,-7.7733,0.6148,0.0000,-8.3882,0.0000,-8.3882,5.9750,-14.3631,0.0000,-14.3631,-0.3705,-13.9926,0.0000,12.8909,10.1132,-36.9967,1.0229,1110.7262,1110.7262,1110.7262,1110.7262,1110.7262 +854.5000,1.0000,11132.6425,53.7215,54.2680,-0.3036,0.0000,5,1178.3712,-54.1975,477.7650,-78.4601,-6.6879,58.9556,-9.6819,-0.8675,-11.9918,0.0000,-11.9918,6.1713,-11.9918,0.6085,0.0000,-12.6003,0.0000,-12.6003,5.8614,-18.4617,0.0000,-18.4617,-0.4021,-18.0596,0.0000,12.1703,9.9210,-40.1509,1.0184,381.5136,381.5136,381.5136,381.5136,381.5136 +855.5000,1.0000,11147.3044,52.7730,53.1750,-0.2233,0.0000,5,1157.5660,30.9630,454.8901,-77.2190,3.7533,55.1418,-9.3605,-0.6268,-1.6959,0.0000,-1.6959,6.0761,-1.6959,0.5675,0.0000,-2.2635,0.0000,-2.2635,5.7580,-8.0214,0.0000,-8.0214,-0.2906,-7.7308,0.0000,11.5364,9.7459,-29.0131,1.0010,1933.3749,1933.3749,1933.3749,1933.3749,1933.3749 +856.5000,1.0000,11161.7368,51.9465,52.3710,-0.2358,0.0000,5,1139.4369,14.8840,490.2391,-76.1376,1.7760,58.4961,-9.0849,-0.6515,-3.6360,0.0000,-3.6360,6.0635,-3.6360,0.5593,0.0000,-4.1953,0.0000,-4.1953,5.6678,-9.8630,0.0000,-9.8630,-0.3020,-9.5610,0.0000,11.0029,9.5932,-30.1572,1.0096,1614.0688,1614.0688,1614.0688,1614.0688,1614.0688 +857.5000,1.0000,11175.9858,51.2865,51.5220,-0.1308,0.0000,5,1124.9599,128.5306,478.6881,-75.2740,15.1416,56.3921,-8.8677,-0.3569,9.5155,0.0000,9.5155,5.9829,9.5155,0.5432,0.0000,8.9723,0.0000,8.9723,5.5958,3.3765,0.0000,3.3765,-0.1654,3.5420,0.0000,10.5884,9.4713,-16.5177,1.0061,3462.0650,3462.0650,3462.0650,3462.0650,3462.0650 +858.5000,1.0000,11190.1218,50.8795,51.0510,-0.0953,0.0000,5,1116.0325,166.5680,530.7409,-74.7414,19.4669,62.0280,-8.7351,-0.2578,13.7914,0.0000,13.7914,5.9333,13.7914,0.5586,0.0000,13.2328,0.0000,13.2328,5.5514,7.6815,0.0000,7.6815,-0.1195,7.8010,0.0000,10.3382,9.3962,-11.9334,1.0156,4232.0211,4232.0211,4232.0211,4232.0211,4232.0211 +859.5000,1.0000,11204.1880,50.6285,50.7080,-0.0442,0.0000,5,1110.5268,222.3018,547.5023,-74.4130,25.8524,63.6713,-8.6538,-0.1189,20.0864,0.0000,20.0864,5.8849,20.0864,0.5864,0.0000,19.5000,0.0000,19.5000,5.5240,13.9760,0.0000,13.9760,-0.0551,14.0312,0.0000,10.1858,9.3498,-5.5045,0.9911,5415.1770,5415.1770,5415.1770,5415.1770,5415.1770 +860.5000,1.0000,11218.2691,50.6820,50.5490,0.0739,0.0000,5,1111.7003,353.6033,573.8109,-74.4830,41.1654,66.8013,-8.6711,0.1992,35.0808,0.0000,35.0808,5.8855,35.0808,0.6622,0.0000,34.4186,0.0000,34.4186,5.5298,28.8888,0.0000,28.8888,0.0923,28.7965,0.0000,10.2182,9.3597,9.2185,1.0030,8280.1696,8280.1696,8280.1696,8280.1696,8280.1696 +861.5000,1.0000,11232.4529,51.0515,50.8150,0.1314,0.0000,5,1119.8053,418.8936,636.6646,-74.9665,49.1219,74.6589,-8.7910,0.3567,42.8251,0.0000,42.8251,5.9400,42.8251,0.7063,0.0000,42.1188,0.0000,42.1188,5.5701,36.5487,0.0000,36.5487,0.1654,36.3833,0.0000,10.4435,9.4279,16.5119,1.0165,9820.8779,9820.8779,9820.8779,9820.8779,9820.8779 +862.5000,1.0000,11246.7986,51.6345,51.2880,0.1925,0.0000,5,1132.5933,488.4147,668.6191,-75.7293,57.9284,79.3015,-8.9819,0.5286,51.4462,0.0000,51.4462,5.9536,51.4462,0.7580,0.0000,50.6881,0.0000,50.6881,5.6337,45.0544,0.0000,45.0544,0.2451,44.8093,0.0000,10.8056,9.5356,24.4681,1.0079,11538.5526,11538.5526,11538.5526,11538.5526,11538.5526 +863.5000,1.0000,11261.3425,52.3480,51.9810,0.2039,0.0000,5,1148.2437,503.6803,702.6577,-76.6629,60.5644,84.4902,-9.2182,0.5676,53.9570,0.0000,53.9570,6.0398,53.9570,0.7812,0.0000,53.1758,0.0000,53.1758,5.7116,47.4642,0.0000,47.4642,0.2631,47.2010,0.0000,11.2598,9.6674,26.2738,1.0117,12052.9400,12052.9400,12052.9400,12052.9400,12052.9400 +864.5000,1.0000,11276.1132,53.1645,52.7150,0.2497,0.0000,5,1166.1535,557.3407,711.7814,-77.7313,68.0621,86.9223,-9.4925,0.7061,61.2534,0.0000,61.2534,6.1026,61.2534,0.8300,0.0000,60.4234,0.0000,60.4234,5.8007,54.6227,0.0000,54.6227,0.3273,54.2954,0.0000,11.7952,9.8182,32.6820,1.0027,13473.2112,13473.2112,13473.2112,13473.2112,13473.2112 +865.5000,1.0000,11291.1375,54.0775,53.6140,0.2575,0.0000,5,1186.1800,569.3078,738.3334,-78.9259,70.7174,91.7132,-9.8039,0.7406,63.7915,0.0000,63.7915,6.1853,63.7915,0.8566,0.0000,62.9348,0.0000,62.9348,5.9127,57.0221,0.0000,57.0221,0.3433,56.6788,0.0000,12.4135,9.9868,34.2786,1.0200,14000.3005,14000.3005,14000.3005,14000.3005,14000.3005 +866.5000,1.0000,11306.4322,55.0510,54.5410,0.2833,0.0000,5,1207.5335,602.0290,745.9841,-80.1971,76.1281,94.3316,-10.1411,0.8296,69.0216,0.0000,69.0216,6.2770,69.0216,0.8978,0.0000,68.1238,0.0000,68.1238,6.0800,62.0438,0.0000,62.0438,0.3846,61.6593,0.0000,13.0962,10.1666,38.3965,1.0375,15034.4448,15034.4448,15034.4448,15034.4448,15034.4448 +867.5000,1.0000,11321.9809,55.9655,55.5610,0.2247,0.0000,5,1227.5929,539.2616,762.6170,-81.3868,69.3238,98.0369,-10.4625,0.6689,62.3494,0.0000,62.3494,6.3055,62.3494,0.8787,0.0000,61.4707,0.0000,61.4707,6.1063,55.3644,0.0000,55.3644,0.3101,55.0543,0.0000,13.7592,10.3354,30.9596,1.0282,13729.4244,13729.4244,13729.4244,13729.4244,13729.4244 +868.5000,1.0000,11337.7509,56.7620,56.3700,0.2178,0.0000,5,1245.0640,534.9939,737.7007,-82.4229,69.7540,96.1835,-10.7465,0.6574,62.6583,0.0000,62.6583,6.4383,62.6583,0.8929,0.0000,61.7654,0.0000,61.7654,6.1932,55.5723,0.0000,55.5723,0.3048,55.2675,0.0000,14.3550,10.4825,30.4299,1.0583,13806.8631,13806.8631,13806.8631,13806.8631,13806.8631 +869.5000,1.0000,11353.7170,57.4680,57.1540,0.1744,0.0000,5,1260.5500,489.5391,738.0188,-83.3414,64.6214,97.4218,-11.0014,0.5332,57.5843,0.0000,57.5843,6.5039,57.5843,0.8788,0.0000,56.7055,0.0000,56.7055,6.2702,50.4353,0.0000,50.4353,0.2472,50.1882,0.0000,14.8971,10.6129,24.6781,1.0480,12854.3426,12854.3426,12854.3426,12854.3426,12854.3426 +870.5000,1.0000,11369.8701,58.1410,57.7820,0.1994,0.0000,5,1275.3121,519.7325,720.5964,-84.2169,69.4105,96.2359,-11.2472,0.6167,62.2517,0.0000,62.2517,6.5421,62.2517,0.9129,0.0000,61.3387,0.0000,61.3387,6.3436,54.9951,0.0000,54.9951,0.2859,54.7092,0.0000,15.4268,10.7372,28.5452,1.0509,13752.1466,13752.1466,13752.1466,13752.1466,13752.1466 +871.5000,1.0000,11386.2304,58.8870,58.5000,0.2150,0.0000,5,1291.6755,539.9981,735.1493,-85.1874,73.0423,99.4392,-11.5228,0.6734,65.7494,0.0000,65.7494,6.6195,65.7494,0.9425,0.0000,64.8069,0.0000,64.8069,6.4250,58.3819,0.0000,58.3819,0.3121,58.0697,0.0000,16.0283,10.8750,31.1664,1.0408,14442.9206,14442.9206,14442.9206,14442.9206,14442.9206 +872.5000,1.0000,11402.7722,59.5405,59.2740,0.1481,0.0000,5,1306.0099,467.8662,745.6938,-86.0375,63.9877,101.9848,-11.7669,0.4688,56.8861,0.0000,56.8861,6.6328,56.8861,0.9089,0.0000,55.9772,0.0000,55.9772,6.4963,49.4808,0.0000,49.4808,0.2173,49.2635,0.0000,16.5675,10.9957,21.7003,1.0437,12746.7755,12746.7755,12746.7755,12746.7755,12746.7755 +873.5000,1.0000,11419.4541,60.0450,59.8070,0.1322,0.0000,5,1317.0760,452.8000,717.8372,-86.6938,62.4519,99.0069,-11.9571,0.4222,55.2811,0.0000,55.2811,6.7485,55.2811,0.9092,0.0000,54.3720,0.0000,54.3720,6.5514,47.8206,0.0000,47.8206,0.1957,47.6248,0.0000,16.9921,11.0888,19.5439,1.0458,12448.8375,12448.8375,12448.8375,12448.8375,12448.8375 +874.5000,1.0000,11436.2162,60.3335,60.2830,0.0281,0.0000,5,1323.4042,338.3740,713.2338,-87.0691,46.8941,98.8446,-12.0666,0.0900,40.0091,0.0000,40.0091,6.7949,40.0091,0.8376,0.0000,39.1715,0.0000,39.1715,6.5829,32.5887,0.0000,32.5887,0.0417,32.5469,0.0000,17.2380,11.1421,4.1668,1.0609,9504.3943,9504.3943,9504.3943,9504.3943,9504.3943 +875.5000,1.0000,11452.9286,60.1545,60.3840,-0.1275,0.0000,5,1319.4779,164.3689,666.4824,-86.8363,22.7117,92.0915,-11.9986,-0.4079,16.4049,0.0000,16.4049,6.7147,16.4049,0.7166,0.0000,15.6883,0.0000,15.6883,6.5633,9.1250,0.0000,9.1250,-0.1891,9.3141,0.0000,17.0853,11.1090,-18.8802,1.0330,4997.6884,4997.6884,4997.6884,4997.6884,4997.6884 +876.5000,1.0000,11469.4723,59.5475,59.9250,-0.2097,0.0000,5,1306.1634,71.2594,591.3731,-86.0466,9.7469,80.8887,-11.7696,-0.6642,3.6841,0.0000,3.6841,6.7270,3.6841,0.6667,0.0000,3.0175,0.0000,3.0175,6.4971,-3.4796,0.0000,-3.4796,-0.3079,-3.1717,0.0000,16.5737,10.9970,-30.7424,1.0703,2852.9408,2852.9408,2852.9408,2852.9408,2852.9408 +877.5000,1.0000,11485.8279,58.8700,59.1700,-0.1667,0.0000,5,1291.3026,116.3617,548.0349,-85.1653,15.7350,74.1080,-11.5165,-0.5218,9.5756,0.0000,9.5756,6.6812,9.5756,0.6614,0.0000,8.9142,0.0000,8.9142,6.4232,2.4910,0.0000,2.4910,-0.2419,2.7329,0.0000,16.0142,10.8718,-24.1531,1.0674,3674.5064,3674.5064,3674.5064,3674.5064,3674.5064 +878.5000,1.0000,11502.0884,58.5280,58.5700,-0.0233,0.0000,5,1283.8009,273.9990,565.2484,-84.7203,36.8362,75.9916,-11.3897,-0.0726,30.2948,0.0000,30.2948,6.6141,30.2948,0.7594,0.0000,29.5354,0.0000,29.5354,6.3859,23.1495,0.0000,23.1495,-0.0337,23.1832,0.0000,15.7363,10.8087,-3.3618,1.0659,7598.9486,7598.9486,7598.9486,7598.9486,7598.9486 +879.5000,1.0000,11518.3423,58.5040,58.4860,0.0100,0.0000,5,1283.2745,311.0758,632.1351,-84.6891,41.8037,84.9490,-11.3809,0.0311,35.1423,0.0000,35.1423,6.6303,35.1423,0.7832,0.0000,34.3590,0.0000,34.3590,6.3832,27.9758,0.0000,27.9758,0.0144,27.9613,0.0000,15.7169,10.8042,1.4402,1.0791,8519.3216,8519.3216,8519.3216,8519.3216,8519.3216 +880.5000,1.0000,11534.6168,58.5780,58.5220,0.0311,0.0000,5,1284.8976,335.5120,648.0400,-84.7854,45.1445,87.1965,-11.4082,0.0969,38.3173,0.0000,38.3173,6.7303,38.3173,0.8003,0.0000,37.5170,0.0000,37.5170,6.3913,31.1257,0.0000,31.1257,0.0449,31.0808,0.0000,15.7767,10.8179,4.4862,1.1727,9148.2870,9148.2870,9148.2870,9148.2870,9148.2870 +881.5000,1.0000,11550.9350,58.7355,58.6340,0.0564,0.0000,5,1288.3524,363.9027,658.8539,-84.9903,49.0963,88.8899,-11.4665,0.1761,42.2169,0.0000,42.2169,6.7032,42.2169,0.8224,0.0000,41.3946,0.0000,41.3946,6.4085,34.9861,0.0000,34.9861,0.0817,34.9044,0.0000,15.9043,10.8470,8.1531,1.1613,9903.9648,9903.9648,9903.9648,9903.9648,9903.9648 +882.5000,1.0000,11567.3133,58.9520,58.8370,0.0639,0.0000,5,1293.1013,373.0504,671.5446,-85.2719,50.5160,90.9360,-11.5469,0.2003,43.5972,0.0000,43.5972,6.7185,43.5972,0.8328,0.0000,42.7643,0.0000,42.7643,6.4321,36.3322,0.0000,36.3322,0.0929,36.2394,0.0000,16.0808,10.8870,9.2716,1.1367,10178.1338,10178.1338,10178.1338,10178.1338,10178.1338 +883.5000,1.0000,11583.7514,59.1670,59.0670,0.0556,0.0000,5,1297.8173,365.2187,676.2039,-85.5516,49.6358,91.9009,-11.6271,0.1748,42.6439,0.0000,42.6439,6.8171,42.6439,0.8316,0.0000,41.8123,0.0000,41.8123,6.4556,35.3567,0.0000,35.3567,0.0810,35.2757,0.0000,16.2574,10.9267,8.0916,1.1647,10017.5229,10017.5229,10017.5229,10017.5229,10017.5229 +884.5000,1.0000,11600.2468,59.3735,59.2670,0.0592,0.0000,5,1302.3468,369.5462,673.7109,-85.8203,50.3992,91.8817,-11.7043,0.1868,43.4444,0.0000,43.4444,6.7681,43.4444,0.8389,0.0000,42.6054,0.0000,42.6054,6.4781,36.1273,0.0000,36.1273,0.0866,36.0407,0.0000,16.4282,10.9648,8.6477,1.1663,10162.2710,10162.2710,10162.2710,10162.2710,10162.2710 +885.5000,1.0000,11616.8025,59.5905,59.4800,0.0614,0.0000,5,1307.1066,373.2695,676.3124,-86.1026,51.0931,92.5736,-11.7857,0.1946,44.0567,0.0000,44.0567,6.8418,44.0567,0.8456,0.0000,43.2111,0.0000,43.2111,6.5018,36.7093,0.0000,36.7093,0.0902,36.6191,0.0000,16.6090,11.0049,9.0053,1.1807,10289.1542,10289.1542,10289.1542,10289.1542,10289.1542 +886.5000,1.0000,11633.4165,59.8005,59.7010,0.0553,0.0000,5,1311.7130,367.1358,678.6722,-86.3758,50.4306,93.2240,-11.8648,0.1758,43.4183,0.0000,43.4183,6.8365,43.4183,0.8458,0.0000,42.5725,0.0000,42.5725,6.5247,36.0478,0.0000,36.0478,0.0815,35.9663,0.0000,16.7852,11.0437,8.1374,1.1697,10162.7802,10162.7802,10162.7802,10162.7802,10162.7802 +887.5000,1.0000,11650.1109,60.0900,59.9000,0.1056,0.0000,5,1318.0631,423.7878,677.0214,-86.7524,58.4943,93.4474,-11.9742,0.3373,51.3443,0.0000,51.3443,6.8127,51.3443,0.8902,0.0000,50.4540,0.0000,50.4540,6.5563,43.8977,0.0000,43.8977,0.1564,43.7414,0.0000,17.0303,11.0971,15.6139,1.1439,11700.9482,11700.9482,11700.9482,11700.9482,11700.9482 +888.5000,1.0000,11666.9094,60.4645,60.2800,0.1025,0.0000,5,1326.2777,421.8044,701.4904,-87.2396,58.5833,97.4282,-12.1165,0.3296,51.4202,0.0000,51.4202,6.8335,51.4202,0.8968,0.0000,50.5234,0.0000,50.5234,6.5972,43.9262,0.0000,43.9262,0.1528,43.7734,0.0000,17.3507,11.1663,15.2565,1.2003,11719.6394,11719.6394,11719.6394,11719.6394,11719.6394 +889.5000,1.0000,11683.8247,60.8850,60.6490,0.1311,0.0000,5,1335.5013,455.9549,702.0155,-87.7866,63.7668,98.1792,-12.2772,0.4246,56.3785,0.0000,56.3785,6.9638,56.3785,0.9286,0.0000,55.4498,0.0000,55.4498,6.6430,48.8068,0.0000,48.8068,0.1968,48.6100,0.0000,17.7153,11.2440,19.6507,1.2267,12688.9904,12688.9904,12688.9904,12688.9904,12688.9904 +890.5000,1.0000,11700.8543,61.2965,61.1210,0.0975,0.0000,5,1344.5274,420.2331,717.2910,-88.3219,59.1682,100.9936,-12.4356,0.3179,51.8568,0.0000,51.8568,6.9935,51.8568,0.9129,0.0000,50.9439,0.0000,50.9439,6.6879,44.2560,0.0000,44.2560,0.1473,44.1087,0.0000,18.0768,11.3199,14.7119,1.2300,11835.0771,11835.0771,11835.0771,11835.0771,11835.0771 +891.5000,1.0000,11717.9927,61.6885,61.4720,0.1203,0.0000,5,1353.1259,446.8648,704.3124,-88.8319,63.3203,99.8004,-12.5874,0.3946,55.9367,0.0000,55.9367,6.9890,55.9367,0.9399,0.0000,54.9968,0.0000,54.9968,6.7307,48.2661,0.0000,48.2661,0.1829,48.0832,0.0000,18.4259,11.3923,18.2650,1.1683,12603.0548,12603.0548,12603.0548,12603.0548,12603.0548 +892.5000,1.0000,11735.2508,62.1190,61.9050,0.1189,0.0000,5,1362.5688,447.2241,716.3548,-89.3919,63.8135,102.2151,-12.7551,0.3928,56.3754,0.0000,56.3754,7.0453,56.3754,0.9494,0.0000,55.4260,0.0000,55.4260,6.7777,48.6483,0.0000,48.6483,0.1821,48.4662,0.0000,18.8144,11.4718,18.1800,1.2364,12700.7892,12700.7892,12700.7892,12700.7892,12700.7892 +893.5000,1.0000,11752.6540,62.6415,62.3330,0.1714,0.0000,5,1374.0298,507.4959,718.0358,-90.0716,73.0226,103.3168,-12.9602,0.5710,65.3930,0.0000,65.3930,7.0586,65.3930,1.0033,0.0000,64.3897,0.0000,64.3897,6.8347,57.5550,0.0000,57.5550,0.2647,57.2903,0.0000,19.2934,11.5683,26.4286,1.2026,14412.0693,14412.0693,14412.0693,14412.0693,14412.0693 +894.5000,1.0000,11770.2566,63.3595,62.9500,0.2275,0.0000,5,1389.7790,573.2158,743.3206,-91.0057,83.4243,108.1809,-13.2447,0.7666,75.5086,0.0000,75.5086,7.1491,75.5086,1.0662,0.0000,74.4424,0.0000,74.4424,6.9381,67.5042,0.0000,67.5042,0.3554,67.1489,0.0000,19.9648,11.7009,35.4832,1.2071,16337.1693,16337.1693,16337.1693,16337.1693,16337.1693 +895.5000,1.0000,11788.0761,64.1400,63.7690,0.2061,0.0000,5,1406.8991,552.5251,770.5673,-92.0210,81.4036,113.5278,-13.5575,0.7031,73.4935,0.0000,73.4935,7.2070,73.4935,1.0696,0.0000,72.4239,0.0000,72.4239,6.9982,65.4257,0.0000,65.4257,0.3259,65.0998,0.0000,20.7115,11.8451,32.5432,1.2389,15965.2139,15965.2139,15965.2139,15965.2139,15965.2139 +896.5000,1.0000,11806.1045,64.8925,64.5110,0.2119,0.0000,5,1423.4050,563.3712,764.9115,-93.0000,83.9753,114.0167,-13.8624,0.7315,75.8063,0.0000,75.8063,7.4375,75.8063,1.0943,0.0000,74.7121,0.0000,74.7121,7.0830,67.6290,0.0000,67.6290,0.3391,67.2899,0.0000,21.4491,11.9840,33.8568,1.2546,16435.8612,16435.8612,16435.8612,16435.8612,16435.8612 +897.5000,1.0000,11824.3293,65.5990,65.2740,0.1806,0.0000,5,1438.9020,531.2528,771.0891,-93.9191,80.0499,116.1888,-14.1519,0.6299,71.9651,0.0000,71.9651,7.4549,71.9651,1.0875,0.0000,70.8776,0.0000,70.8776,7.1574,63.7203,0.0000,63.7203,0.2920,63.4283,0.0000,22.1571,12.1145,29.1566,1.2199,15729.6732,15729.6732,15729.6732,15729.6732,15729.6732 +898.5000,1.0000,11842.7082,66.1540,65.9240,0.1278,0.0000,5,1451.0758,475.4365,761.3727,-94.6411,72.2456,115.6954,-14.3813,0.4496,64.2345,0.0000,64.2345,7.5616,64.2345,1.0586,0.0000,63.1758,0.0000,63.1758,7.2179,55.9579,0.0000,55.9579,0.2084,55.7495,0.0000,22.7240,12.2170,20.8085,1.2347,14307.9922,14307.9922,14307.9922,14307.9922,14307.9922 +899.5000,1.0000,11861.2070,66.5860,66.3840,0.1122,0.0000,5,1460.5516,459.4580,742.7967,-95.2031,70.2735,113.6097,-14.5612,0.3974,62.3697,0.0000,62.3697,7.5063,62.3697,1.0570,0.0000,61.3127,0.0000,61.3127,7.2651,54.0477,0.0000,54.0477,0.1842,53.8634,0.0000,23.1720,12.2968,18.3946,1.2114,13951.5697,13951.5697,13951.5697,13951.5697,13951.5697 +900.5000,1.0000,11879.7962,66.9110,66.7880,0.0683,0.0000,5,1467.6805,411.7475,738.4594,-95.6259,63.2836,113.4976,-14.6972,0.2432,55.5670,0.0000,55.5670,7.4734,55.5670,1.0288,0.0000,54.5382,0.0000,54.5382,7.3005,47.2377,0.0000,47.2377,0.1127,47.1250,0.0000,23.5128,12.3568,11.2554,1.2378,12698.5116,12698.5116,12698.5116,12698.5116,12698.5116 +901.5000,1.0000,11898.4777,67.2435,67.0340,0.1164,0.0000,5,1474.9738,467.1149,722.5813,-96.0584,72.1501,111.6091,-14.8371,0.4162,64.1569,0.0000,64.1569,7.5769,64.1569,1.0777,0.0000,63.0792,0.0000,63.0792,7.3368,55.7424,0.0000,55.7424,0.1930,55.5494,0.0000,23.8653,12.4182,19.2660,1.2267,14324.8921,14324.8921,14324.8921,14324.8921,14324.8921 +902.5000,1.0000,11917.2682,67.6355,67.4530,0.1014,0.0000,5,1483.5722,452.1076,743.7069,-96.5684,70.2391,115.5418,-15.0028,0.3647,62.2805,0.0000,62.2805,7.5939,62.2805,1.0754,0.0000,61.2051,0.0000,61.2051,7.3796,53.8255,0.0000,53.8255,0.1691,53.6565,0.0000,24.2850,12.4906,16.8809,1.2408,13986.9130,13986.9130,13986.9130,13986.9130,13986.9130 +903.5000,1.0000,11936.1197,67.8555,67.8180,0.0208,0.0000,5,1488.3979,363.4972,739.6332,-96.8546,56.6564,115.2827,-15.0962,0.0752,48.9851,0.0000,48.9851,7.5961,48.9851,1.0129,0.0000,47.9722,0.0000,47.9722,7.4036,40.5686,0.0000,40.5686,0.0349,40.5338,0.0000,24.5226,12.5312,3.4800,1.2167,11490.6210,11490.6210,11490.6210,11490.6210,11490.6210 +904.5000,1.0000,11954.9018,67.6055,67.8930,-0.1597,0.0000,5,1482.9142,161.7631,708.0564,-96.5293,25.1203,109.9544,-14.9901,-0.5743,18.1208,0.0000,18.1208,7.5737,18.1208,0.8540,0.0000,17.2668,0.0000,17.2668,7.3763,9.8905,0.0000,9.8905,-0.2662,10.1567,0.0000,24.2530,12.4851,-26.5813,1.2533,5627.3457,5627.3457,5627.3457,5627.3457,5627.3457 +905.5000,1.0000,11973.5386,67.0825,67.3180,-0.1308,0.0000,5,1471.4423,191.3477,632.7812,-95.8490,29.4846,97.5047,-14.7693,-0.4668,22.4468,0.0000,22.4468,7.5046,22.4468,0.8663,0.0000,21.5805,0.0000,21.5805,7.3192,14.2613,0.0000,14.2613,-0.2164,14.4777,0.0000,23.6943,12.3885,-21.6051,1.2009,6408.4940,6408.4940,6408.4940,6408.4940,6408.4940 +906.5000,1.0000,11992.0076,66.4785,66.8470,-0.2047,0.0000,5,1458.1937,106.6754,640.1040,-95.0632,16.2895,97.7450,-14.5163,-0.7238,9.5438,0.0000,9.5438,7.4696,9.5438,0.7910,0.0000,8.7528,0.0000,8.7528,7.2533,1.4995,0.0000,1.4995,-0.3355,1.8350,0.0000,23.0605,12.2769,-33.5024,1.2361,4012.8231,4012.8231,4012.8231,4012.8231,4012.8231 +907.5000,1.0000,12010.2970,65.8320,66.1100,-0.1544,0.0000,5,1444.0128,159.4357,604.6407,-94.2222,24.1093,91.4317,-14.2480,-0.5407,17.2730,0.0000,17.2730,7.3771,17.2730,0.8181,0.0000,16.4548,0.0000,16.4548,7.1828,9.2721,0.0000,9.2721,-0.2507,9.5227,0.0000,22.3939,12.1575,-25.0287,1.2459,5371.2528,5371.2528,5371.2528,5371.2528,5371.2528 +908.5000,1.0000,12028.4076,65.1880,65.5540,-0.2033,0.0000,5,1429.8868,116.8129,620.6101,-93.3844,17.4913,92.9285,-13.9831,-0.7050,8.7025,0.0000,8.7025,9.4937,8.7025,0.7639,0.0000,7.9386,0.0000,7.9386,7.1125,0.8261,0.0000,0.8261,-0.3268,1.1529,0.0000,21.7434,12.0386,-32.6291,1.2432,4195.0906,4195.0906,4195.0906,4195.0906,4195.0906 +909.5000,1.0000,12046.3245,64.4910,64.8220,-0.1839,0.0000,5,1414.5982,135.4028,600.1013,-92.4777,20.0581,88.8968,-13.6993,-0.6307,11.2785,0.0000,11.2785,9.4103,11.2785,0.7646,0.0000,10.5139,0.0000,10.5139,7.0365,3.4774,0.0000,3.4774,-0.2924,3.7698,0.0000,21.0533,11.9099,-29.1933,1.2278,4640.2834,4640.2834,4640.2834,4640.2834,4640.2834 +910.5000,1.0000,12064.0527,63.8115,64.1600,-0.1936,0.0000,5,1399.6935,121.9413,603.2238,-91.5937,17.8736,88.4179,-13.4254,-0.6571,9.1663,0.0000,9.1663,9.3644,9.1663,0.7423,0.0000,8.4241,0.0000,8.4241,6.9623,1.4617,0.0000,1.4617,-0.3046,1.7663,0.0000,20.3949,11.7844,-30.4129,1.2100,4238.6688,4238.6688,4238.6688,4238.6688,4238.6688 +911.5000,1.0000,12081.5945,63.1405,63.4630,-0.1792,0.0000,5,1384.9752,134.5351,593.9327,-90.7208,19.5122,86.1406,-13.1576,-0.6017,10.9203,0.0000,10.9203,9.1936,10.9203,0.7395,0.0000,10.1808,0.0000,10.1808,6.8891,3.2917,0.0000,3.2917,-0.2789,3.5706,0.0000,19.7581,11.6605,-27.8480,1.1776,4501.5911,4501.5911,4501.5911,4501.5911,4501.5911 +912.5000,1.0000,12098.9993,62.6470,62.8180,-0.0950,0.0000,5,1374.1504,226.2840,595.9198,-90.0788,32.5624,85.7533,-12.9624,-0.3165,23.7004,0.0000,23.7004,9.1785,23.7004,0.7950,0.0000,22.9055,0.0000,22.9055,6.8353,16.0702,0.0000,16.0702,-0.1467,16.2169,0.0000,19.2981,11.5694,-14.6505,1.2303,6849.1238,6849.1238,6849.1238,6849.1238,6849.1238 +913.5000,1.0000,12116.3286,62.3755,62.4760,-0.0558,0.0000,5,1368.1951,268.8981,630.9076,-89.7256,38.5269,90.3946,-12.8556,-0.1852,29.5336,0.0000,29.5336,9.1785,29.5336,0.8195,0.0000,28.7141,0.0000,28.7141,6.8057,21.9085,0.0000,21.9085,-0.0859,21.9943,0.0000,19.0482,11.5192,-8.5731,1.2282,7971.6679,7971.6679,7971.6679,7971.6679,7971.6679 +914.5000,1.0000,12133.5901,62.1315,62.2750,-0.0797,0.0000,5,1362.8430,241.3252,646.7752,-89.4082,34.4411,92.3056,-12.7600,-0.2634,25.5589,0.0000,25.5589,9.1457,25.5589,0.7955,0.0000,24.7634,0.0000,24.7634,6.7790,17.9843,0.0000,17.9843,-0.1221,18.1065,0.0000,18.8256,11.4742,-12.1933,1.2134,7184.2149,7184.2149,7184.2149,7184.2149,7184.2149 +915.5000,1.0000,12150.7604,61.8030,61.9880,-0.1028,0.0000,5,1355.6374,211.6733,634.2134,-88.9808,30.0496,90.0342,-12.6319,-0.3378,21.6627,0.0000,21.6627,8.7247,21.6627,0.7704,0.0000,20.8923,0.0000,20.8923,6.7432,14.1491,0.0000,14.1491,-0.1566,14.3057,0.0000,18.5286,11.4135,-15.6364,0.8935,6389.2192,6389.2192,6389.2192,6389.2192,6389.2192 +916.5000,1.0000,12167.8168,61.3930,61.6180,-0.1250,0.0000,5,1346.6442,171.8179,620.2358,-88.4474,24.2298,87.4658,-12.4729,-0.4081,17.8628,0.0000,17.8628,6.7751,17.8628,0.7445,0.0000,17.1183,0.0000,17.1183,6.6985,10.4198,0.0000,10.4198,-0.1892,10.6090,0.0000,18.1624,11.3378,-18.8911,0.9984,5304.8909,5304.8909,5304.8909,5304.8909,5304.8909 +917.5000,1.0000,12184.7500,60.9495,61.1680,-0.1214,0.0000,5,1336.9161,173.6363,601.6271,-87.8705,24.3093,84.2287,-12.3020,-0.3935,18.0202,0.0000,18.0202,6.6827,18.0202,0.7379,0.0000,17.2823,0.0000,17.2823,6.6501,10.6322,0.0000,10.6322,-0.1824,10.8146,0.0000,17.7716,11.2559,-18.2129,0.9965,5306.6631,5306.6631,5306.6631,5306.6631,5306.6631 +918.5000,1.0000,12201.5366,60.4220,60.7310,-0.1717,0.0000,5,1325.3454,116.2537,599.7118,-87.1843,16.1348,83.2339,-12.1003,-0.5517,9.9650,0.0000,9.9650,6.7215,9.9650,0.6888,0.0000,9.2761,0.0000,9.2761,6.5925,2.6836,0.0000,2.6836,-0.2557,2.9394,0.0000,17.3144,11.1584,-25.5335,1.0756,3803.3051,3803.3051,3803.3051,3803.3051,3803.3051 +919.5000,1.0000,12218.1865,59.9295,60.1130,-0.1019,0.0000,5,1314.5425,191.7617,573.0138,-86.5436,26.3976,78.8803,-11.9135,-0.3249,20.0414,0.0000,20.0414,6.6812,20.0414,0.7311,0.0000,19.3103,0.0000,19.3103,6.5388,12.7715,0.0000,12.7715,-0.1506,12.9222,0.0000,16.8942,11.0675,-15.0395,1.0453,5679.4017,5679.4017,5679.4017,5679.4017,5679.4017 +920.5000,1.0000,12234.7308,59.5495,59.7460,-0.1092,0.0000,5,1306.2073,181.9549,602.6813,-86.0492,24.8888,82.4382,-11.7703,-0.3457,18.6241,0.0000,18.6241,6.6105,18.6241,0.7177,0.0000,17.9064,0.0000,17.9064,6.4973,11.4091,0.0000,11.4091,-0.1603,11.5693,0.0000,16.5749,10.9973,-16.0029,1.0037,5394.4038,5394.4038,5394.4038,5394.4038,5394.4038 +921.5000,1.0000,12251.2016,59.2850,59.3530,-0.0378,0.0000,5,1300.4056,260.0539,597.0604,-85.7051,35.4137,81.3066,-11.6712,-0.1191,28.9684,0.0000,28.9684,6.5644,28.9684,0.7651,0.0000,28.2033,0.0000,28.2033,6.4685,21.7348,0.0000,21.7348,-0.0552,21.7900,0.0000,16.3548,10.9485,-5.5133,1.0159,7354.6988,7354.6988,7354.6988,7354.6988,7354.6988 +922.5000,1.0000,12267.6800,59.3120,59.2170,0.0528,0.0000,5,1300.9978,361.2432,629.6867,-85.7403,49.2158,85.7886,-11.6813,0.1665,42.4179,0.0000,42.4179,6.6314,42.4179,0.8328,0.0000,41.5851,0.0000,41.5851,6.4714,35.1137,0.0000,35.1137,0.0772,35.0366,0.0000,16.3772,10.9535,7.7059,1.0160,9940.8381,9940.8381,9940.8381,9940.8381,9940.8381 +923.5000,1.0000,12284.2326,59.5795,59.4070,0.0958,0.0000,5,1306.8654,410.4572,672.6751,-86.0882,56.1730,92.0587,-11.7816,0.3037,49.1704,0.0000,49.1704,6.6989,49.1704,0.8709,0.0000,48.2995,0.0000,48.2995,6.5006,41.7989,0.0000,41.7989,0.1408,41.6581,0.0000,16.5999,11.0029,14.0554,1.0571,11257.4550,11257.4550,11257.4550,11257.4550,11257.4550 +924.5000,1.0000,12300.8869,59.9455,59.7520,0.1075,0.0000,5,1314.8935,423.9524,694.2086,-86.5644,58.3763,95.5893,-11.9195,0.3427,51.4292,0.0000,51.4292,6.6044,51.4292,0.8883,0.0000,50.5409,0.0000,50.5409,6.5405,44.0004,0.0000,44.0004,0.1589,43.8415,0.0000,16.9077,11.0705,15.8633,1.0054,11678.0759,11678.0759,11678.0759,11678.0759,11678.0759 +925.5000,1.0000,12317.6480,60.3300,60.1390,0.1061,0.0000,5,1323.3274,424.6118,701.0637,-87.0646,58.8421,97.1524,-12.0653,0.3405,51.7721,0.0000,51.7721,6.7295,51.7721,0.8963,0.0000,50.8757,0.0000,50.8757,6.5825,44.2933,0.0000,44.2933,0.1578,44.1354,0.0000,17.2352,11.1415,15.7588,1.0471,11767.5446,11767.5446,11767.5446,11767.5446,11767.5446 +926.5000,1.0000,12334.4766,60.5730,60.5210,0.0289,0.0000,5,1328.6576,339.8296,702.5840,-87.3807,47.2828,97.7552,-12.1579,0.0931,40.4339,0.0000,40.4339,6.7558,40.4339,0.8437,0.0000,39.5902,0.0000,39.5902,6.6090,32.9812,0.0000,32.9812,0.0431,32.9381,0.0000,17.4441,11.1863,4.3076,1.0348,9576.5256,9576.5256,9576.5256,9576.5256,9576.5256 +927.5000,1.0000,12351.3137,60.6035,60.6250,-0.0119,0.0000,5,1329.3266,294.4774,668.4059,-87.4204,40.9932,93.0466,-12.1695,-0.0385,34.2884,0.0000,34.2884,6.7433,34.2884,0.8135,0.0000,33.4749,0.0000,33.4749,6.6123,26.8626,0.0000,26.8626,-0.0178,26.8805,0.0000,17.4704,11.1920,-1.7819,1.0349,8411.1273,8411.1273,8411.1273,8411.1273,8411.1273 +928.5000,1.0000,12368.1102,60.4575,60.5820,-0.0692,0.0000,5,1326.1241,230.5783,649.4559,-87.2304,32.0207,90.1908,-12.1138,-0.2224,25.4760,0.0000,25.4760,6.7671,25.4760,0.7670,0.0000,24.7090,0.0000,24.7090,6.5964,18.1127,0.0000,18.1127,-0.1031,18.2158,0.0000,17.3446,11.1650,-10.2938,1.0210,6728.7350,6728.7350,6728.7350,6728.7350,6728.7350 +929.5000,1.0000,12384.8322,60.1890,60.3330,-0.0800,0.0000,5,1320.2346,217.3448,621.9165,-86.8812,30.0489,85.9828,-12.0117,-0.2561,23.5781,0.0000,23.5781,6.7269,23.5781,0.7530,0.0000,22.8251,0.0000,22.8251,6.5671,16.2580,0.0000,16.2580,-0.1187,16.3767,0.0000,17.1145,11.1154,-11.8532,1.0465,6364.7014,6364.7014,6364.7014,6364.7014,6364.7014 +930.5000,1.0000,12401.4697,59.8850,60.0450,-0.0889,0.0000,5,1313.5664,206.3854,614.9796,-86.4857,28.3896,84.5944,-11.8967,-0.2831,21.9547,0.0000,21.9547,6.7181,21.9547,0.7399,0.0000,21.2148,0.0000,21.2148,6.5339,14.6808,0.0000,14.6808,-0.1312,14.8121,0.0000,16.8565,11.0593,-13.1037,1.0318,6054.7023,6054.7023,6054.7023,6054.7023,6054.7023 +931.5000,1.0000,12418.0277,59.5990,59.7250,-0.0700,0.0000,5,1307.2931,225.8954,608.9582,-86.1136,30.9249,83.3660,-11.7889,-0.2219,24.5005,0.0000,24.5005,6.6464,24.5005,0.7479,0.0000,23.7525,0.0000,23.7525,6.5027,17.2498,0.0000,17.2498,-0.1029,17.3527,0.0000,16.6161,11.0065,-10.2699,1.0439,6520.1991,6520.1991,6520.1991,6520.1991,6520.1991 +932.5000,1.0000,12434.5314,59.4030,59.4730,-0.0389,0.0000,5,1302.9939,259.9166,616.0994,-85.8586,35.4654,84.0663,-11.7153,-0.1229,28.9274,0.0000,28.9274,6.6609,28.9274,0.7668,0.0000,28.1606,0.0000,28.1606,6.4813,21.6793,0.0000,21.6793,-0.0570,21.7362,0.0000,16.4527,10.9703,-5.6867,1.0431,7363.5338,7363.5338,7363.5338,7363.5338,7363.5338 +933.5000,1.0000,12451.0277,59.3770,59.3330,0.0244,0.0000,5,1302.4236,330.2796,630.0190,-85.8248,45.0467,85.9280,-11.7056,0.0772,38.2970,0.0000,38.2970,6.6724,38.2970,0.8133,0.0000,37.4838,0.0000,37.4838,6.4785,31.0053,0.0000,31.0053,0.0358,30.9695,0.0000,16.4311,10.9655,3.5730,1.0563,9157.9480,9157.9480,9157.9480,9157.9480,9157.9480 +934.5000,1.0000,12467.5737,59.5555,59.4210,0.0747,0.0000,5,1306.3389,386.4147,659.8652,-86.0570,52.8613,90.2692,-11.7726,0.2367,45.9953,0.0000,45.9953,6.6294,45.9953,0.8547,0.0000,45.1406,0.0000,45.1406,6.4980,38.6426,0.0000,38.6426,0.1097,38.5329,0.0000,16.5798,10.9984,10.9547,1.0570,10620.4428,10620.4428,10620.4428,10620.4428,10620.4428 +935.5000,1.0000,12484.2193,59.9140,59.6900,0.1244,0.0000,5,1314.2026,443.2401,684.1591,-86.5234,61.0000,94.1560,-11.9076,0.3965,53.9210,0.0000,53.9210,6.6825,53.9210,0.9002,0.0000,53.0208,0.0000,53.0208,6.5371,46.4837,0.0000,46.4837,0.1838,46.2999,0.0000,16.8811,11.0646,18.3541,1.0453,12174.9841,12174.9841,12174.9841,12174.9841,12174.9841 +936.5000,1.0000,12500.9523,60.2290,60.1380,0.0506,0.0000,5,1321.1120,362.8537,708.8712,-86.9332,50.1996,98.0699,-12.0269,0.1619,43.2656,0.0000,43.2656,6.7720,43.2656,0.8521,0.0000,42.4135,0.0000,42.4135,6.5715,35.8420,0.0000,35.8420,0.0751,35.7670,0.0000,17.1486,11.1228,7.4956,1.0466,10115.6111,10115.6111,10115.6111,10115.6111,10115.6111 +937.5000,1.0000,12517.7280,60.3825,60.3200,0.0347,0.0000,5,1324.4790,345.3352,676.7214,-87.1329,47.8977,93.8607,-12.0853,0.1115,41.0760,0.0000,41.0760,6.7102,41.0760,0.8437,0.0000,40.2323,0.0000,40.2323,6.5882,33.6440,0.0000,33.6440,0.0517,33.5924,0.0000,17.2800,11.1512,5.1612,1.0207,9689.6682,9689.6682,9689.6682,9689.6682,9689.6682 +938.5000,1.0000,12534.4984,60.3635,60.4450,-0.0453,0.0000,5,1324.0623,256.2465,669.8296,-87.1082,35.5300,92.8755,-12.0780,-0.1454,28.9851,0.0000,28.9851,6.6903,28.9851,0.7830,0.0000,28.2021,0.0000,28.2021,6.5861,21.6160,0.0000,21.6160,-0.0674,21.6833,0.0000,17.2637,11.1476,-6.7280,1.0339,7370.6346,7370.6346,7370.6346,7370.6346,7370.6346 +939.5000,1.0000,12551.1909,60.0830,60.2820,-0.1106,0.0000,5,1317.9095,182.5032,632.1460,-86.7433,25.1875,87.2432,-11.9715,-0.3533,18.8881,0.0000,18.8881,6.6526,18.8881,0.7278,0.0000,18.1603,0.0000,18.1603,6.5555,11.6048,0.0000,11.6048,-0.1638,11.7685,0.0000,17.0243,11.0958,-16.3516,1.0327,5450.6340,5450.6340,5450.6340,5450.6340,5450.6340 +940.5000,1.0000,12567.7161,59.4805,59.8840,-0.2242,0.0000,5,1304.6938,54.2889,598.7124,-85.9595,7.4173,81.8004,-11.7444,-0.7091,1.5117,0.0000,1.5117,6.6148,1.5117,0.6709,0.0000,0.8408,0.0000,0.8408,6.4898,-5.6490,0.0000,-5.6490,-0.3287,-5.3203,0.0000,16.5179,10.9846,-32.8227,1.0301,2574.5519,2574.5519,2574.5519,2574.5519,2574.5519 +941.5000,1.0000,12584.0170,58.6735,59.0770,-0.2242,0.0000,5,1286.9924,52.0098,539.6533,-84.9096,7.0095,72.7310,-11.4436,-0.6995,1.0485,0.0000,1.0485,6.6606,1.0485,0.6582,0.0000,0.3903,0.0000,0.3903,6.4017,-6.0115,0.0000,-6.0115,-0.3243,-5.6872,0.0000,15.8547,10.8355,-32.3774,1.0399,2494.4306,2494.4306,2494.4306,2494.4306,2494.4306 +942.5000,1.0000,12600.1179,57.9530,58.2700,-0.1761,0.0000,5,1271.1884,101.9351,534.4438,-83.9723,13.5694,71.1444,-11.1783,-0.5428,7.5637,0.0000,7.5637,6.5485,7.5637,0.6364,0.0000,6.9273,0.0000,6.9273,6.3231,0.6041,0.0000,0.6041,-0.2516,0.8558,0.0000,15.2775,10.7025,-25.1242,1.0501,3277.5691,3277.5691,3277.5691,3277.5691,3277.5691 +943.5000,1.0000,12616.0465,57.3330,57.6360,-0.1683,0.0000,5,1257.5888,108.1236,552.7831,-83.1658,14.2393,72.7984,-10.9525,-0.5133,8.2702,0.0000,8.2702,6.4823,8.2702,0.6300,0.0000,7.6402,0.0000,7.6402,6.2555,1.3847,0.0000,1.3847,-0.2379,1.6227,0.0000,14.7923,10.5880,-23.7577,1.0341,3387.1545,3387.1545,3387.1545,3387.1545,3387.1545 +944.5000,1.0000,12631.8016,56.7085,57.0300,-0.1786,0.0000,5,1243.8905,94.7958,552.2113,-82.3533,12.3481,71.9310,-10.7273,-0.5387,6.4025,0.0000,6.4025,6.4843,6.4025,0.6116,0.0000,5.7909,0.0000,5.7909,6.1873,-0.3964,0.0000,-0.3964,-0.2497,-0.1467,0.0000,14.3143,10.4727,-24.9337,1.0314,3083.6939,3083.6939,3083.6939,3083.6939,3083.6939 +945.5000,1.0000,12647.3644,56.0160,56.3870,-0.2061,0.0000,5,1228.7006,61.5090,542.6856,-81.4525,7.9143,69.8269,-10.4804,-0.6140,2.1577,0.0000,2.1577,6.3706,2.1577,0.6107,0.0000,1.5471,0.0000,1.5471,6.1118,-4.5647,0.0000,-4.5647,-0.2847,-4.2800,0.0000,13.7964,10.3448,-28.4212,1.0284,2510.9635,2510.9635,2510.9635,2510.9635,2510.9635 +946.5000,1.0000,12662.7127,55.2440,55.6450,-0.2228,0.0000,5,1211.7670,40.2763,523.5929,-80.4482,5.1109,66.4418,-10.2085,-0.6545,-0.5312,0.0000,-0.5312,6.2966,-0.5312,0.6046,0.0000,-1.1358,0.0000,-1.1358,6.0276,-7.1634,0.0000,-7.1634,-0.3034,-6.8599,0.0000,13.2339,10.2022,-30.2961,1.0250,2135.3448,2135.3448,2135.3448,2135.3448,2135.3448 +947.5000,1.0000,12677.8270,54.4015,54.8430,-0.2453,0.0000,5,1193.2869,12.5697,509.1577,-79.3498,1.5707,63.6247,-9.9156,-0.7097,-3.9567,0.0000,-3.9567,6.2371,-3.9567,0.5994,0.0000,-4.5561,0.0000,-4.5561,5.9356,-10.4917,0.0000,-10.4917,-0.3290,-10.1628,0.0000,12.6378,10.0466,-32.8472,1.0214,1663.2160,1663.2160,1663.2160,1663.2160,1663.2160 +948.5000,1.0000,12692.6954,53.5160,53.9600,-0.2467,0.0000,5,1173.8636,7.5328,490.9251,-78.1912,0.9260,60.3478,-9.6118,-0.7021,-4.4817,0.0000,-4.4817,6.1098,-4.4817,0.5864,0.0000,-5.0681,0.0000,-5.0681,5.8390,-10.9072,0.0000,-10.9072,-0.3255,-10.5817,0.0000,12.0307,9.8831,-32.4955,0.9908,1551.8368,1551.8368,1551.8368,1551.8368,1551.8368 +949.5000,1.0000,12707.2995,52.5650,53.0720,-0.2817,0.0000,5,1153.0036,-34.0578,482.7879,-76.9468,-4.1122,58.2929,-9.2907,-0.7874,-9.3849,0.0000,-9.3849,6.0601,-9.3849,0.5835,0.0000,-9.9683,0.0000,-9.9683,5.7353,-15.7036,0.0000,-15.7036,-0.3650,-15.3386,0.0000,11.4010,9.7075,-36.4470,1.0128,745.6752,745.6752,745.6752,745.6752,745.6752 +950.5000,1.0000,12721.6320,51.5870,52.0580,-0.2617,0.0000,5,1131.5513,-15.5057,456.9924,-75.6672,-1.8374,54.1517,-8.9662,-0.7179,-7.0680,0.0000,-7.0680,5.9486,-7.0680,0.5622,0.0000,-7.6302,0.0000,-7.6302,5.6285,-13.2588,0.0000,-13.2588,-0.3328,-12.9260,0.0000,10.7763,9.5268,-33.2290,0.9961,1061.6273,1061.6273,1061.6273,1061.6273,1061.6273 +951.5000,1.0000,12735.7100,50.6705,51.1160,-0.2475,0.0000,5,1111.4481,-2.4879,460.4187,-74.4680,-0.2896,53.5884,-8.6674,-0.6670,-5.5386,0.0000,-5.5386,5.9160,-5.5386,0.5441,0.0000,-6.0827,0.0000,-6.0827,5.5286,-11.6113,0.0000,-11.6113,-0.3092,-11.3021,0.0000,10.2120,9.3576,-30.8716,1.0145,1223.1611,1223.1611,1223.1611,1223.1611,1223.1611 +952.5000,1.0000,12749.5348,49.7595,50.2250,-0.2586,0.0000,5,1091.4655,-17.7151,461.2676,-73.1741,-2.0248,52.7220,-8.3637,-0.6844,-7.1711,0.0000,-7.1711,5.8307,-7.1711,0.5341,0.0000,-7.7053,0.0000,-7.7053,5.4292,-13.1344,0.0000,-13.1344,-0.3173,-12.8171,0.0000,9.6711,9.1893,-31.6776,0.9866,933.9494,933.9494,933.9494,933.9494,933.9494 +953.5000,1.0000,12763.0973,48.8150,49.2940,-0.2661,0.0000,5,1070.7480,-28.8831,447.8891,-71.6911,-3.2386,50.2211,-8.0386,-0.6909,-8.3034,0.0000,-8.3034,5.7557,-8.3034,0.5225,0.0000,-8.8259,0.0000,-8.8259,5.3261,-14.1520,0.0000,-14.1520,-0.3203,-13.8318,0.0000,9.1309,9.0149,-31.9776,0.9817,707.8610,707.8610,707.8610,707.8610,707.8610 +954.5000,1.0000,12776.3804,47.8090,48.3360,-0.2928,0.0000,5,1048.6816,-61.1793,436.0985,-70.1116,-6.7186,47.8913,-7.6995,-0.7444,-11.6627,0.0000,-11.6627,5.6885,-11.6627,0.5158,0.0000,-12.1785,0.0000,-12.1785,5.2163,-17.3948,0.0000,-17.3948,-0.3451,-17.0497,0.0000,8.5781,8.8291,-34.4570,0.9880,92.7452,92.7452,92.7452,92.7452,92.7452 +955.5000,1.0000,12789.4177,46.9245,47.2820,-0.1986,0.0000,5,1029.2803,40.0752,414.3928,-68.7228,4.3195,44.6657,-7.4074,-0.4957,-0.8004,0.0000,-0.8004,5.6157,-0.8004,0.4755,0.0000,-1.2759,0.0000,-1.2759,5.1198,-6.3958,0.0000,-6.3958,-0.2298,-6.1660,0.0000,8.1103,8.6658,-22.9421,0.9834,1845.3395,1845.3395,1845.3395,1845.3395,1845.3395 +956.5000,1.0000,12802.2314,46.1190,46.5670,-0.2489,0.0000,5,1011.6118,-17.7504,461.2021,-67.4580,-1.8804,48.8578,-7.1462,-0.6105,-6.8116,0.0000,-6.8116,5.5416,-6.8116,0.4787,0.0000,-7.2903,0.0000,-7.2903,5.0319,-12.3222,0.0000,-12.3222,-0.2830,-12.0392,0.0000,7.7000,8.5170,-28.2563,0.9792,749.3224,749.3224,749.3224,749.3224,749.3224 +957.5000,1.0000,12814.7798,45.1645,45.6710,-0.2814,0.0000,5,990.6750,-56.1000,424.0668,-67.1603,-5.8200,43.9941,-6.9674,-0.6759,-10.6232,0.0000,-10.6232,5.4791,-10.6232,0.4744,0.0000,-11.0976,0.0000,-11.0976,4.9278,-16.0254,0.0000,-16.0254,-0.3133,-15.7121,0.0000,7.2320,8.3408,-31.2848,0.9858,104.2250,104.2250,104.2250,104.2250,104.2250 +958.5000,1.0000,12827.0815,44.2760,44.6580,-0.2122,0.0000,5,971.1859,17.5708,394.8043,-68.2751,1.7870,40.1525,-6.9437,-0.4997,-3.0988,0.0000,-3.0988,5.3856,-3.0988,0.4428,0.0000,-3.5417,0.0000,-3.5417,4.8309,-8.3725,0.0000,-8.3725,-0.2317,-8.1408,0.0000,6.8132,8.1767,-23.1307,0.9464,1259.9884,1259.9884,1259.9884,1259.9884,1259.9884 +959.5000,1.0000,12839.1530,43.4475,43.8940,-0.2481,0.0000,5,953.0129,-23.4816,424.9070,-69.3147,-2.3434,42.4054,-6.9176,-0.5732,-7.1527,0.0000,-7.1527,5.3824,-7.1527,0.4412,0.0000,-7.5939,0.0000,-7.5939,4.7405,-12.3344,0.0000,-12.3344,-0.2657,-12.0687,0.0000,6.4380,8.0237,-26.5304,0.9419,601.0273,601.0273,601.0273,601.0273,601.0273 +960.5000,1.0000,12850.8770,42.1965,43.0010,-0.4469,0.0000,5,925.5725,50.2372,390.6211,-70.8844,4.8693,37.8612,-6.8705,-1.0030,0.4049,0.0000,0.4049,5.4674,0.4049,0.4049,0.0000,0.0000,0.0000,0.0000,4.6040,-4.6040,28.5949,-33.1988,-0.4650,-32.7339,0.0000,5.8993,7.7927,-46.4258,1.1041,1755.4966,1755.4966,1755.4966,1755.4966,1755.4966 +961.5000,1.0000,12862.2318,40.8670,41.3920,-0.2917,0.0000,5,896.4101,54.2101,417.4467,-72.6040,5.0888,39.1865,-6.8155,-0.6339,0.3867,0.0000,0.3867,5.3360,0.3867,0.3867,0.0000,0.0000,0.0000,0.0000,4.4589,-4.4589,12.2718,-16.7307,-0.2939,-16.4368,0.0000,5.3580,7.5471,-29.3419,1.0751,1746.5677,1746.5677,1746.5677,1746.5677,1746.5677 +962.5000,1.0000,12873.3286,39.9385,40.3420,-0.2242,0.0000,5,876.0436,-4.9950,408.8991,-74.0603,-0.4582,37.5120,-6.7942,-0.4762,-5.1378,0.0000,-5.1378,5.1557,-5.1378,0.3880,0.0000,-5.5258,0.0000,-5.5258,4.3576,-9.8834,0.0000,-9.8834,-0.2207,-9.6627,0.0000,5.0007,7.3757,-22.0390,0.9649,885.5447,885.5447,885.5447,885.5447,885.5447 +963.5000,1.0000,12884.2052,39.1460,39.5350,-0.2161,0.0000,5,858.6603,1.9552,409.9743,-75.3033,0.1758,36.8644,-6.7712,-0.4499,-4.4489,0.0000,-4.4489,5.0747,-4.4489,0.3758,0.0000,-4.8247,0.0000,-4.8247,4.2711,-9.0958,0.0000,-9.0958,-0.2086,-8.8873,0.0000,4.7089,7.2293,-20.8254,0.9400,994.4072,994.4072,994.4072,994.4072,994.4072 +964.5000,1.0000,12894.9990,38.8475,38.7570,0.0503,0.0000,5,852.1128,296.3441,413.1245,-75.7715,26.4437,36.8644,-6.7613,0.1039,21.3042,0.0000,21.3042,5.0356,21.3042,0.4338,0.0000,20.8705,0.0000,20.8705,4.2386,16.6319,0.0000,16.6319,0.0482,16.5837,0.0000,4.6015,7.1742,4.8080,0.9508,5554.1002,5554.1002,5554.1002,5554.1002,5554.1002 +965.5000,1.0000,12905.7352,38.6405,38.9380,-0.1653,0.0000,0,786.5456,21.9909,510.9894,-80.9410,1.8113,42.0886,-6.6669,-3.2629,0.0000,0.0000,0.0000,5.0743,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.2160,-4.2160,0.0000,-4.2160,-0.1575,-4.0585,0.0000,4.5286,7.1359,-15.7230,0.9212,1218.2840,1218.2840,1218.2840,1218.2840,1218.2840 +966.5000,1.0000,12916.4595,38.5972,39.9440,0.1413,0.0000,4,990.1255,441.8532,441.8532,-67.1917,45.8139,45.8139,-6.9668,16.4861,24.1864,0.0000,24.1864,5.1415,30.6078,1.1975,0.0000,29.4103,0.0000,29.4103,4.2113,25.1990,0.0000,25.1990,0.1344,25.0646,0.0000,4.5133,7.1280,13.4233,0.9741,9229.8760,9229.8760,9229.8760,9229.8760,9229.8760 +967.5000,1.0000,12927.5672,39.9778,41.2720,0.6257,0.0000,4,1297.8211,661.6021,661.6021,-85.5519,89.9167,89.9167,-11.6271,2.9141,81.7144,0.0000,81.7144,5.2882,81.7144,2.2526,0.0000,79.4617,0.0000,79.4617,4.8651,74.5966,0.0000,74.5966,0.6167,73.9799,0.0000,5.0189,7.3829,61.5780,1.0287,17583.0730,17583.0730,17583.0730,17583.0730,17583.0730 +968.5000,1.0000,12939.3789,42.5121,43.0160,0.7822,0.0000,4,1380.0937,789.4965,789.4965,-90.4313,114.1005,114.1005,-13.0694,3.8740,104.7821,0.0000,104.7821,5.4444,104.7821,2.7767,0.0000,102.0053,0.0000,102.0053,5.4361,96.5692,0.0000,96.5692,0.8199,95.7493,0.0000,6.0371,7.8509,81.8613,1.0634,22202.8877,22202.8877,22202.8877,22202.8877,22202.8877 +969.5000,1.0000,12951.9200,45.1381,44.8020,0.6766,0.0000,4,1465.3412,710.0512,842.2011,-95.4871,108.9575,129.2359,-14.6525,3.5580,99.8453,0.0000,99.8453,5.5542,99.8453,2.7460,0.0000,97.0994,0.0000,97.0994,5.6038,91.4956,0.0000,91.4956,0.7530,90.7426,0.0000,7.2236,8.3359,75.1831,1.0742,21246.4948,21246.4948,21246.4948,21246.4948,21246.4948 +970.5000,1.0000,12965.0147,47.1310,46.3560,0.4306,0.0000,4,1530.0385,518.9582,824.6319,-99.3242,83.1502,132.1269,-15.9142,2.3640,75.1043,0.0000,75.1043,5.6819,75.1043,2.3047,0.0000,72.7996,0.0000,72.7996,5.4224,67.3772,0.0000,67.3772,0.5003,66.8769,0.0000,8.2196,8.7039,49.9534,1.0688,16433.3588,16433.3588,16433.3588,16433.3588,16433.3588 +971.5000,1.0000,12978.5028,48.5470,47.9060,0.3561,0.0000,4,1576.0069,463.1223,772.5332,-102.0505,76.4333,127.4982,-16.8423,2.0140,68.6014,0.0000,68.6014,5.8179,68.6014,2.2138,0.0000,66.3876,0.0000,66.3876,5.4563,60.9313,0.0000,60.9313,0.4262,60.5050,0.0000,8.9820,8.9654,42.5576,1.1078,15257.3662,15257.3662,15257.3662,15257.3662,15257.3662 +972.5000,1.0000,12992.3577,49.8675,49.1880,0.3775,0.0000,4,1618.8750,483.2066,762.8169,-104.1457,81.9171,129.3190,-17.6556,2.1930,73.7565,0.0000,73.7565,5.9676,73.7565,2.3542,0.0000,71.4023,0.0000,71.4023,5.6529,65.7494,0.0000,65.7494,0.4641,65.2853,0.0000,9.7352,9.2093,46.3408,1.1284,16351.2695,16351.2695,16351.2695,16351.2695,16351.2695 +973.5000,1.0000,13006.5859,51.2115,50.5470,0.3692,0.0000,4,1662.5059,479.7221,774.4817,-105.6995,83.5183,134.8351,-18.4020,2.2024,75.2261,0.0000,75.2261,6.0898,75.2261,2.4223,0.0000,72.8038,0.0000,72.8038,5.7974,67.0064,0.0000,67.0064,0.4661,66.5403,0.0000,10.5435,9.4575,46.5392,1.1500,16692.8345,16692.8345,16692.8345,16692.8345,16692.8345 +974.5000,1.0000,13021.1485,52.4155,51.8760,0.2997,0.0000,4,1701.5920,427.4444,779.3261,-107.0914,76.1664,138.8683,-19.0827,1.8302,68.1644,0.0000,68.1644,6.1719,68.1644,2.3165,0.0000,65.8480,0.0000,65.8480,5.8037,60.0443,0.0000,60.0443,0.3873,59.6570,0.0000,11.3041,9.6798,38.6730,1.1759,15363.9730,15363.9730,15363.9730,15363.9730,15363.9730 +975.5000,1.0000,13036.0024,53.4640,52.9550,0.2828,0.0000,4,1735.6300,416.5861,771.8979,-108.3036,75.7165,140.2961,-19.6847,1.7612,67.6895,0.0000,67.6895,6.2657,67.6895,2.3383,0.0000,65.3513,0.0000,65.3513,5.8926,59.4587,0.0000,59.4587,0.3727,59.0860,0.0000,11.9959,9.8735,37.2165,1.1729,15298.9270,15298.9270,15298.9270,15298.9270,15298.9270 +976.5000,1.0000,13050.8932,53.5971,53.9730,-0.2088,0.0000,0,1729.6091,21.9088,770.6401,-108.0892,3.9682,139.5816,-19.5776,-2.3946,0.0000,0.0000,0.0000,6.3629,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.8479,-5.8479,0.0000,-5.8479,-0.2760,-5.5719,0.0000,12.0852,9.8981,-27.5552,1.1710,3139.1010,3139.1010,3139.1010,3139.1010,3139.1010 +977.5000,1.0000,13065.8862,53.9645,54.8740,0.4130,0.0000,5,1453.5360,577.3892,577.3892,-94.7870,87.8867,87.8867,-14.4279,-22.6307,104.2448,0.0000,104.2448,6.2726,84.8928,0.9604,0.0000,83.9324,0.0000,83.9324,6.2173,77.7151,0.0000,77.7151,0.5495,77.1656,0.0000,12.3372,9.9659,54.8625,1.0285,17189.1350,17189.1350,17189.1350,17189.1350,17189.1350 +978.5000,1.0000,13081.3162,55.5380,55.8480,0.4612,0.0000,5,1218.2160,804.9569,804.9569,-80.8306,102.6894,102.6894,-10.3117,1.3622,94.9323,0.0000,94.9323,6.3949,94.9323,1.0350,0.0000,93.8974,0.0000,93.8974,6.5113,87.3860,0.0000,87.3860,0.6315,86.7546,0.0000,13.4487,10.2565,63.0494,1.0396,19980.9593,19980.9593,19980.9593,19980.9593,19980.9593 +979.5000,1.0000,13097.1820,57.1071,56.8400,0.4105,0.0000,5,1252.6328,753.1024,848.0917,-82.8718,98.7885,111.2488,-10.8707,1.2468,91.0936,0.0000,91.0936,6.4481,91.0936,1.0405,0.0000,90.0531,0.0000,90.0531,6.5978,83.4553,0.0000,83.4553,0.5780,82.8773,0.0000,14.6202,10.5463,57.7108,1.0331,19202.2776,19202.2776,19202.2776,19202.2776,19202.2776 +980.5000,1.0000,13113.3662,58.2530,57.8460,0.2261,0.0000,5,1277.7688,549.3216,829.9063,-84.3626,73.5034,111.0478,-11.2884,0.7005,66.3140,0.0000,66.3140,6.4889,66.3140,0.9350,0.0000,65.3790,0.0000,65.3790,6.3559,59.0231,0.0000,59.0231,0.3247,58.6984,0.0000,15.5163,10.7579,32.4242,1.0247,14518.1279,14518.1279,14518.1279,14518.1279,14518.1279 +981.5000,1.0000,13129.7660,59.0295,58.6600,0.2053,0.0000,5,1294.8012,529.8293,747.7779,-85.3727,71.8402,101.3922,-11.5758,0.6445,64.5535,0.0000,64.5535,6.6423,64.5535,0.9389,0.0000,63.6146,0.0000,63.6146,6.4406,57.1740,0.0000,57.1740,0.2988,56.8753,0.0000,16.1449,10.9013,29.8291,1.0548,14223.1354,14223.1354,14223.1354,14223.1354,14223.1354 +982.5000,1.0000,13146.3428,59.6665,59.3990,0.1486,0.0000,5,1308.7737,469.0352,741.8763,-86.2014,64.2834,101.6775,-11.8143,0.4716,57.1607,0.0000,57.1607,6.6510,57.1607,0.9123,0.0000,56.2484,0.0000,56.2484,6.5101,49.7383,0.0000,49.7383,0.2186,49.5197,0.0000,16.6729,11.0189,21.8279,1.0175,12800.9381,12800.9381,12800.9381,12800.9381,12800.9381 +983.5000,1.0000,13162.9894,59.9175,59.9340,-0.0092,0.0000,5,1314.2793,295.3304,718.7479,-86.5280,40.6466,98.9220,-11.9089,-0.0292,33.9213,0.0000,33.9213,6.7545,33.9213,0.8003,0.0000,33.1210,0.0000,33.1210,6.5375,26.5836,0.0000,26.5836,-0.0135,26.5971,0.0000,16.8839,11.0653,-1.3521,1.0724,8334.4737,8334.4737,8334.4737,8334.4737,8334.4737 +984.5000,1.0000,13179.5574,59.6350,59.9010,-0.1478,0.0000,5,1308.0827,140.0080,646.5512,-86.1604,19.1786,88.5659,-11.8024,-0.4687,12.9457,0.0000,12.9457,6.7016,12.9457,0.6907,0.0000,12.2550,0.0000,12.2550,6.5066,5.7483,0.0000,5.7483,-0.2173,5.9656,0.0000,16.6465,11.0131,-21.6940,1.0307,4341.5378,4341.5378,4341.5378,4341.5378,4341.5378 +985.5000,1.0000,13196.0149,59.2370,59.3690,-0.0733,0.0000,5,1299.3527,221.1766,579.1901,-85.6427,30.0950,78.8092,-11.6532,-0.2310,23.6551,0.0000,23.6551,6.6710,23.6551,0.7378,0.0000,22.9173,0.0000,22.9173,6.4632,16.4541,0.0000,16.4541,-0.1071,16.5612,0.0000,16.3152,10.9396,-10.6936,1.0557,6361.3636,6361.3636,6361.3636,6361.3636,6361.3636 +986.5000,1.0000,13212.4312,59.0885,59.1050,-0.0092,0.0000,5,1296.0954,291.8652,612.5400,-85.4495,39.6139,83.1381,-11.5978,-0.0288,32.9872,0.0000,32.9872,6.6555,32.9872,0.7820,0.0000,32.2052,0.0000,32.2052,6.4470,25.7582,0.0000,25.7582,-0.0134,25.7716,0.0000,16.1927,10.9122,-1.3333,1.0417,8134.4520,8134.4520,8134.4520,8134.4520,8134.4520 +987.5000,1.0000,13228.8745,59.1860,59.0720,0.0633,0.0000,5,1298.2340,373.0570,642.3899,-85.5763,50.7174,87.3334,-11.6342,0.1994,43.8185,0.0000,43.8185,6.6995,43.8185,0.8377,0.0000,42.9808,0.0000,42.9808,6.4577,36.5231,0.0000,36.5231,0.0924,36.4307,0.0000,16.2731,10.9302,9.2274,1.0421,10221.6249,10221.6249,10221.6249,10221.6249,10221.6249 +988.5000,1.0000,13245.4147,59.5345,59.3000,0.1303,0.0000,5,1305.8783,448.5011,677.2233,-86.0297,61.3331,92.6111,-11.7647,0.4125,54.2321,0.0000,54.2321,6.6884,54.2321,0.8955,0.0000,53.3366,0.0000,53.3366,6.4957,46.8409,0.0000,46.8409,0.1912,46.6497,0.0000,16.5624,10.9945,19.0927,1.0436,12240.7999,12240.7999,12240.7999,12240.7999,12240.7999 +989.5000,1.0000,13262.1062,60.0795,59.7690,0.1725,0.0000,5,1317.8328,497.5879,709.8396,-86.7387,68.6687,97.9601,-11.9702,0.5512,61.3797,0.0000,61.3797,6.7377,61.3797,0.9402,0.0000,60.4395,0.0000,60.4395,6.5551,53.8844,0.0000,53.8844,0.2555,53.6288,0.0000,17.0216,11.0952,25.5120,1.0327,13634.6629,13634.6629,13634.6629,13634.6629,13634.6629 +990.5000,1.0000,13278.9772,60.7255,60.3900,0.1864,0.0000,5,1332.0027,515.1580,731.6223,-87.5791,71.8578,102.0518,-12.2161,0.6020,64.5251,0.0000,64.5251,6.7308,64.5251,0.9667,0.0000,63.5584,0.0000,63.5584,6.6256,56.9328,0.0000,56.9328,0.2791,56.6537,0.0000,17.5767,11.2145,27.8625,1.0355,14212.5049,14212.5049,14212.5049,14212.5049,14212.5049 +991.5000,1.0000,13296.0367,61.4045,61.0610,0.1908,0.0000,5,1346.8964,523.0466,740.6094,-88.4624,73.7740,104.4605,-12.4773,0.6232,66.3344,0.0000,66.3344,6.8163,66.3344,0.9871,0.0000,65.3473,0.0000,65.3473,6.6997,58.6476,0.0000,58.6476,0.2889,58.3587,0.0000,18.1729,11.3399,28.8459,1.0255,14549.7047,14549.7047,14549.7047,14549.7047,14549.7047 +992.5000,1.0000,13313.2748,62.0470,61.7480,0.1661,0.0000,5,1360.9895,498.6708,745.7425,-89.2982,71.0718,106.2851,-12.7270,0.5482,63.5875,0.0000,63.5875,6.9361,63.5875,0.9842,0.0000,62.6033,0.0000,62.6033,6.7698,55.8335,0.0000,55.8335,0.2541,55.5794,0.0000,18.7492,11.4585,25.3717,1.0437,14066.3693,14066.3693,14066.3693,14066.3693,14066.3693 +993.5000,1.0000,13330.6749,62.6305,62.3460,0.1581,0.0000,5,1373.7885,491.5381,738.0485,-90.0573,70.7140,106.1777,-12.9559,0.5265,63.2879,0.0000,63.2879,6.8997,63.2879,0.9926,0.0000,62.2953,0.0000,62.2953,6.8335,55.4618,0.0000,55.4618,0.2441,55.2177,0.0000,19.2831,11.5663,24.3683,1.0616,13994.4147,13994.4147,13994.4147,13994.4147,13994.4147 +994.5000,1.0000,13348.2274,63.1790,62.9150,0.1467,0.0000,5,1385.8197,481.6832,737.0875,-90.7709,69.9032,106.9681,-13.1729,0.4928,62.3915,0.0000,62.3915,7.0189,62.3915,0.9975,0.0000,61.3940,0.0000,61.3940,6.8933,54.5006,0.0000,54.5006,0.2285,54.2722,0.0000,19.7941,11.6676,22.8104,1.0933,13842.2583,13842.2583,13842.2583,13842.2583,13842.2583 +995.5000,1.0000,13365.8912,63.5795,63.4430,0.0758,0.0000,5,1394.6046,404.9978,734.9976,-91.2919,59.1470,107.3410,-13.3325,0.2564,51.7903,0.0000,51.7903,7.1002,51.7903,0.9514,0.0000,50.8390,0.0000,50.8390,6.9370,43.9019,0.0000,43.9019,0.1189,43.7831,0.0000,20.1727,11.7416,11.8688,1.0535,11867.0549,11867.0549,11867.0549,11867.0549,11867.0549 +996.5000,1.0000,13383.6013,63.7465,63.7160,0.0169,0.0000,5,1398.2677,354.8430,706.5348,-91.5091,51.9583,103.4553,-13.3993,0.0574,42.6538,0.0000,42.6538,9.2471,42.6538,0.9086,0.0000,41.7452,0.0000,41.7452,6.9552,34.7900,0.0000,34.7900,0.0266,34.7634,0.0000,20.3320,11.7724,2.6590,1.0687,10525.4330,10525.4330,10525.4330,10525.4330,10525.4330 +997.5000,1.0000,13401.3294,63.8110,63.7770,0.0189,0.0000,5,1399.6825,357.4246,687.6081,-91.5930,52.3893,100.7857,-13.4252,0.0641,43.0489,0.0000,43.0489,9.2763,43.0489,0.9117,0.0000,42.1372,0.0000,42.1372,6.9623,35.1749,0.0000,35.1749,0.0297,35.1452,0.0000,20.3938,11.7843,2.9671,1.0832,10608.6043,10608.6043,10608.6043,10608.6043,10608.6043 +998.5000,1.0000,13419.0813,63.8970,63.8450,0.0289,0.0000,5,1401.5689,368.8668,688.9241,-91.7049,54.1393,101.1147,-13.4597,0.0982,44.7595,0.0000,44.7595,9.2817,44.7595,0.9217,0.0000,43.8377,0.0000,43.8377,6.9717,36.8661,0.0000,36.8661,0.0455,36.8206,0.0000,20.4764,11.8002,4.5440,1.0697,10937.0399,10937.0399,10937.0399,10937.0399,10937.0399 +999.5000,1.0000,13436.8690,64.0255,63.9490,0.0425,0.0000,5,1404.3876,384.4692,693.7845,-91.8721,56.5428,102.0329,-13.5114,0.1447,47.1110,0.0000,47.1110,9.2871,47.1110,0.9357,0.0000,46.1753,0.0000,46.1753,6.9857,39.1896,0.0000,39.1896,0.0671,39.1225,0.0000,20.6002,11.8239,6.6984,1.0564,11385.8674,11385.8674,11385.8674,11385.8674,11385.8674 +1000.5000,1.0000,13454.7109,64.2210,64.1020,0.0661,0.0000,5,1408.6758,411.6172,700.4307,-92.1264,60.7202,103.3249,-13.5901,0.2258,51.1721,0.0000,51.1721,9.3222,51.1721,0.9594,0.0000,50.2128,0.0000,50.2128,7.0070,43.2057,0.0000,43.2057,0.1047,43.1011,0.0000,20.7895,11.8600,10.4516,1.0717,12171.6441,12171.6441,12171.6441,12171.6441,12171.6441 +1001.5000,1.0000,13472.6338,64.5125,64.3400,0.0958,0.0000,5,1415.0698,446.4180,711.7266,-92.5056,66.1528,105.4678,-13.7080,0.3288,56.3887,0.0000,56.3887,9.4353,56.3887,0.9905,0.0000,55.3982,0.0000,55.3982,7.0388,48.3593,0.0000,48.3593,0.1524,48.2069,0.0000,21.0739,11.9139,15.2191,1.0736,13162.0640,13162.0640,13162.0640,13162.0640,13162.0640 +1002.5000,1.0000,13490.6508,64.8510,64.6850,0.0922,0.0000,5,1422.4947,443.0295,726.0688,-92.9460,65.9951,108.1576,-13.8455,0.3181,56.3256,0.0000,56.3256,9.3514,56.3256,0.9961,0.0000,55.3295,0.0000,55.3295,7.0758,48.2537,0.0000,48.2537,0.1475,48.1063,0.0000,21.4074,11.9764,14.7225,1.0758,13137.0099,13137.0099,13137.0099,13137.0099,13137.0099 +1003.5000,1.0000,13508.7655,65.2030,65.0170,0.1033,0.0000,5,1430.2158,456.8527,726.0470,-93.4039,68.4237,108.7414,-13.9893,0.3583,58.6795,0.0000,58.6795,9.3859,58.6795,1.0141,0.0000,57.6654,0.0000,57.6654,7.1142,50.5512,0.0000,50.5512,0.1661,50.3851,0.0000,21.7579,12.0414,16.5858,1.0921,13576.3734,13576.3734,13576.3734,13576.3734,13576.3734 +1004.5000,1.0000,13526.9722,65.5340,65.3890,0.0806,0.0000,5,1437.4762,418.3720,732.4698,-93.8345,62.9784,110.2603,-14.1251,0.2808,55.4731,0.0000,55.4731,7.2245,55.4731,1.0039,0.0000,54.4693,0.0000,54.4693,7.1503,47.3190,0.0000,47.3190,0.1302,47.1888,0.0000,22.0909,12.1025,12.9955,1.0801,12608.3339,12608.3339,12608.3339,12608.3339,12608.3339 +1005.5000,1.0000,13545.3058,65.9910,65.6790,0.1733,0.0000,5,1447.5004,523.4245,719.6472,-94.4290,79.3417,109.0855,-14.3137,0.6083,71.4753,0.0000,71.4753,7.2580,71.4753,1.0920,0.0000,70.3833,0.0000,70.3833,7.2001,63.1832,0.0000,63.1832,0.2820,62.9012,0.0000,22.5567,12.1869,28.1576,1.0549,15609.0459,15609.0459,15609.0459,15609.0459,15609.0459 +1006.5000,1.0000,13563.8360,66.6990,66.3030,0.2200,0.0000,5,1463.0303,578.9470,759.7884,-95.3501,88.6994,116.4058,-14.6084,0.7804,80.5617,0.0000,80.5617,7.3573,80.5617,1.1500,0.0000,79.4117,0.0000,79.4117,7.3195,72.0922,0.0000,72.0922,0.3618,71.7304,0.0000,23.2908,12.3177,36.1220,1.0877,17351.0480,17351.0480,17351.0480,17351.0480,17351.0480 +1007.5000,1.0000,13582.6688,67.7880,67.0950,0.3850,0.0000,5,1486.9173,769.7838,781.6707,-96.7668,119.8627,121.7136,-15.0675,1.3880,111.0562,0.0000,111.0562,7.4185,111.0562,1.3220,0.0000,109.7341,0.0000,109.7341,7.8744,101.8597,0.0000,101.8597,0.6435,101.2163,0.0000,24.4520,12.5188,64.2455,1.1111,23361.9635,23361.9635,23361.9635,23361.9635,23361.9635 +1008.5000,1.0000,13601.8916,69.1920,68.4810,0.3950,0.0000,5,1517.7138,788.1991,848.9987,-98.5932,125.2721,134.9353,-15.6699,1.4536,116.1872,0.0000,116.1872,7.6314,116.1872,1.3732,0.0000,114.8140,0.0000,114.8140,8.0796,106.7344,0.0000,106.7344,0.6738,106.0605,0.0000,26.0031,12.7781,67.2794,1.1079,24410.2350,24410.2350,24410.2350,24410.2350,24410.2350 +1009.5000,1.0000,13621.3966,70.2080,69.9030,0.1694,0.0000,5,1539.9996,538.7247,857.8639,-99.9150,86.8793,138.3463,-16.1131,0.6327,78.5711,0.0000,78.5711,7.6755,78.5711,1.2039,0.0000,77.3672,0.0000,77.3672,7.6602,69.7069,0.0000,69.7069,0.2933,69.4136,0.0000,27.1631,12.9657,29.2849,1.1135,17119.6779,17119.6779,17119.6779,17119.6779,17119.6779 +1010.5000,1.0000,13641.0899,70.8860,70.5130,0.2072,0.0000,5,1554.8714,584.7888,778.7968,-100.7970,95.2187,126.8082,-16.4123,0.7812,86.6210,0.0000,86.6210,7.8164,86.6210,1.2568,0.0000,85.3642,0.0000,85.3642,7.7935,77.5707,0.0000,77.5707,0.3622,77.2086,0.0000,27.9579,13.0909,36.1598,1.1163,18718.0723,18718.0723,18718.0723,18718.0723,18718.0723 +1011.5000,1.0000,13660.9467,71.4745,71.2590,0.1197,0.0000,5,1567.7800,490.0418,795.7413,-101.5626,80.4539,130.6428,-16.6743,0.4551,72.1285,0.0000,72.1285,7.8703,72.1285,1.1954,0.0000,70.9331,0.0000,70.9331,7.7984,63.1347,0.0000,63.1347,0.2110,62.9237,0.0000,28.6595,13.1996,21.0647,1.1188,16015.4988,16015.4988,16015.4988,16015.4988,16015.4988 +1012.5000,1.0000,13680.8298,71.5690,71.6900,-0.0672,0.0000,5,1569.8528,283.3021,766.8630,-101.6855,46.5733,126.0681,-16.7165,-0.2559,38.8680,0.0000,38.8680,7.9613,38.8680,1.0308,0.0000,37.8371,0.0000,37.8371,7.8087,30.0284,0.0000,30.0284,-0.1186,30.1470,0.0000,28.7731,13.2170,-11.8431,1.1192,9669.4227,9669.4227,9669.4227,9669.4227,9669.4227 +1013.5000,1.0000,13700.5452,70.9655,71.4480,-0.2681,0.0000,5,1556.6152,52.3332,697.9051,-100.9004,8.5307,113.7644,-16.4476,-1.0117,2.4846,0.0000,2.4846,7.0579,2.4846,0.8801,0.0000,1.6045,0.0000,1.6045,7.7429,-6.1384,0.0000,-6.1384,-0.4690,-5.6694,0.0000,28.0526,13.1056,-46.8275,1.1167,3241.3275,3241.3275,3241.3275,3241.3275,3241.3275 +1014.5000,1.0000,13719.9890,69.9875,70.4830,-0.2753,0.0070,5,1535.1629,35.4182,614.2714,-99.6281,5.6939,98.7514,-16.0164,-1.0247,0.5526,0.0000,0.5526,6.1660,0.5526,0.8659,0.0000,-0.3133,0.0000,-0.3133,7.6362,-7.9495,0.0000,-7.9495,-0.4750,-7.4745,0.1183,26.9088,12.9250,-47.4265,1.1126,2881.8753,2881.8753,2881.8753,2881.8753,2881.8753 +1015.5000,1.0000,13739.1222,68.8695,69.4920,-0.3458,0.0110,5,1510.6398,-47.2962,600.0319,-98.1737,-7.4820,94.9213,-15.5305,-1.2667,-12.2851,0.0000,-12.2851,6.0698,-12.2851,0.8764,0.0000,-13.1615,0.0000,-13.1615,7.5142,-20.6757,0.0000,-20.6757,-0.5872,-20.0885,0.1829,25.6405,12.7185,-58.6304,1.1199,1088.7808,1088.7808,1088.7808,1088.7808,1088.7808 +1016.5000,1.0000,13757.9060,67.6120,68.2470,-0.3528,0.0110,5,1483.0568,-60.5651,560.6819,-96.5378,-9.4061,87.0769,-14.9928,-1.2686,-14.1422,0.0000,-14.1422,6.0046,-14.1422,0.8571,0.0000,-14.9993,0.0000,-14.9993,7.3770,-22.3763,0.0000,-22.3763,-0.5881,-21.7882,0.1795,24.2617,12.4863,-58.7157,1.0951,736.0290,736.0290,736.0290,736.0290,736.0290 +1017.5000,1.0000,13776.3740,66.4745,66.9770,-0.2792,0.0040,5,1458.1059,14.0212,546.7627,-95.0580,2.1409,83.4866,-14.5146,-0.9870,-2.6825,0.0000,-2.6825,5.8104,-2.6825,0.8071,0.0000,-3.4896,0.0000,-3.4896,7.2529,-10.7425,0.0000,-10.7425,-0.4575,-10.2850,0.0642,23.0569,12.2762,-45.6823,1.0862,2313.9009,2313.9009,2313.9009,2313.9009,2313.9009 +1018.5000,1.0000,13794.7134,66.0120,65.9720,0.0222,0.0000,5,1447.9611,345.7779,571.1490,-94.4563,52.4303,86.6034,-14.3224,0.0780,46.5861,0.0000,46.5861,5.7663,46.5861,0.9679,0.0000,45.6182,0.0000,45.6182,7.2024,38.4158,0.0000,38.4158,0.0362,38.3796,0.0000,22.5777,12.1908,3.6111,1.0832,10621.7391,10621.7391,10621.7391,10621.7391,10621.7391 +1019.5000,1.0000,13813.1087,66.2130,66.0520,0.0894,0.0000,5,1452.3700,421.2405,694.4510,-94.7178,64.0672,105.6203,-14.4058,0.3150,57.9904,0.0000,57.9904,5.7619,57.9904,1.0285,0.0000,56.9619,0.0000,56.9619,7.2244,49.7376,0.0000,49.7376,0.1460,49.5915,0.0000,22.7847,12.2279,14.5789,1.0845,12817.4038,12817.4038,12817.4038,12817.4038,12817.4038 +1020.5000,1.0000,13831.6547,66.7555,66.3740,0.2119,0.0000,5,1464.2696,559.3819,723.5407,-95.4236,85.7745,110.9462,-14.6321,0.7525,79.3063,0.0000,79.3063,5.7157,79.3063,1.1447,0.0000,78.1616,0.0000,78.1616,7.3059,70.8557,0.0000,70.8557,0.3488,70.5068,0.0000,23.3500,12.3281,34.8288,1.0598,16803.0487,16803.0487,16803.0487,16803.0487,16803.0487 +1021.5000,1.0000,13850.4472,67.6430,67.1370,0.2811,0.0000,5,1483.7368,642.2092,774.9880,-96.5781,99.7842,120.4150,-15.0060,1.0113,92.8825,0.0000,92.8825,5.8904,92.8825,1.2285,0.0000,91.6540,0.0000,91.6540,7.5899,84.0642,0.0000,84.0642,0.4688,83.5953,0.0000,24.2943,12.4920,46.8091,1.1245,19465.9252,19465.9252,19465.9252,19465.9252,19465.9252 +1022.5000,1.0000,13869.5199,68.6520,68.1490,0.2794,0.0000,5,1505.8690,646.8573,806.0754,-97.8907,102.0057,127.1134,-15.4368,1.0203,94.7408,0.0000,94.7408,6.2446,94.7408,1.2561,0.0000,93.4847,0.0000,93.4847,7.7100,85.7746,0.0000,85.7746,0.4730,85.3016,0.0000,25.3977,12.6783,47.2256,1.4036,19927.4787,19927.4787,19927.4787,19927.4787,19927.4787 +1023.5000,1.0000,13888.9330,69.8770,69.1550,0.4011,0.0000,5,1532.7391,788.8432,809.8610,-99.4844,126.6157,129.9892,-15.9680,1.4907,118.9587,0.0000,118.9587,6.1663,118.9587,1.3997,0.0000,117.5590,0.0000,117.5590,8.1837,109.3753,0.0000,109.3753,0.6910,108.6843,0.0000,26.7830,12.9046,68.9967,1.3142,24673.9361,24673.9361,24673.9361,24673.9361,24673.9361 +1024.5000,1.0000,13908.6628,71.0175,70.5990,0.2325,0.0000,5,1557.7558,603.8814,858.5538,-100.9681,98.5099,140.0540,-16.4707,0.8782,91.4431,0.0000,91.4431,6.1886,91.4431,1.2834,0.0000,90.1597,0.0000,90.1597,7.8775,82.2822,0.0000,82.2822,0.4071,81.8751,0.0000,28.1140,13.1152,40.6460,1.2549,19352.8266,19352.8266,19352.8266,19352.8266,19352.8266 +1025.5000,1.0000,13928.5787,71.6870,71.4360,0.1394,0.0000,5,1572.4411,502.9119,802.2273,-101.8390,82.8123,132.0993,-16.7694,0.5317,76.0495,0.0000,76.0495,6.2312,76.0495,1.2190,0.0000,74.8305,0.0000,74.8305,7.8216,67.0089,0.0000,67.0089,0.2465,66.7625,0.0000,28.9159,13.2388,24.6077,1.2451,16470.4656,16470.4656,16470.4656,16470.4656,16470.4656 +1026.5000,1.0000,13948.6719,72.3255,71.9380,0.2153,0.0000,5,1586.4465,591.0405,772.6049,-102.6696,98.1909,128.3546,-17.0567,0.8281,91.0627,0.0000,91.0627,6.3002,91.0627,1.3061,0.0000,89.7566,0.0000,89.7566,7.9916,81.7649,0.0000,81.7649,0.3839,81.3810,0.0000,29.6960,13.3567,38.3283,1.2491,19362.3734,19362.3734,19362.3734,19362.3734,19362.3734 +1027.5000,1.0000,13968.9780,73.0920,72.7130,0.2106,0.0000,5,1603.2596,588.4550,801.8847,-103.5896,98.7974,134.6308,-17.3920,0.8185,91.8102,0.0000,91.8102,6.1688,91.8102,1.3244,0.0000,90.4857,0.0000,90.4857,8.0730,82.4127,0.0000,82.4127,0.3794,82.0333,0.0000,30.6501,13.4983,37.8849,1.1255,19508.4934,19508.4934,19508.4934,19508.4934,19508.4934 +1028.5000,1.0000,13989.5059,73.8905,73.4710,0.2331,0.0000,5,1620.7745,618.2579,802.4354,-104.2133,104.9351,136.1950,-17.6878,0.9159,97.7314,0.0000,97.7314,6.2879,97.7314,1.3694,0.0000,96.3620,0.0000,96.3620,8.2345,88.1275,0.0000,88.1275,0.4246,87.7029,0.0000,31.6658,13.6457,42.3914,1.1288,20662.8291,20662.8291,20662.8291,20662.8291,20662.8291 +1029.5000,1.0000,14010.2547,74.6855,74.3100,0.2086,0.0000,5,1638.2127,594.6680,812.4838,-104.8343,102.0172,139.3842,-17.9847,0.8286,94.8637,0.0000,94.8637,6.3249,94.8637,1.3705,0.0000,93.4933,0.0000,93.4933,8.2645,85.2287,0.0000,85.2287,0.3841,84.8446,0.0000,32.6987,13.7926,38.3533,1.1321,20130.0568,20130.0568,20130.0568,20130.0568,20130.0568 +1030.5000,1.0000,14031.1888,75.3530,75.0610,0.1622,0.0000,5,1652.8542,545.7037,807.1247,-105.3558,94.4539,139.7024,-18.2357,0.6501,87.4595,0.0000,87.4595,6.3443,87.4595,1.3465,0.0000,86.1130,0.0000,86.1130,8.2216,77.8914,0.0000,77.8914,0.3014,77.5900,0.0000,33.5830,13.9158,30.0912,1.0972,18692.6964,18692.6964,18692.6964,18692.6964,18692.6964 +1031.5000,1.0000,14052.0560,75.1117,75.6450,-0.2963,0.0000,0,1659.2591,36.6797,794.6906,-105.5839,6.3734,138.0832,-18.3460,0.0000,0.0000,0.0000,0.0000,6.3734,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,8.1953,-8.1953,0.0000,-8.1953,-0.5487,-7.6466,0.0000,33.2626,13.8713,-54.7805,1.1235,3229.0928,3229.0928,3229.0928,3229.0928,3229.0928 +1032.5000,1.0000,14072.8463,74.8351,75.9080,0.1426,0.0000,6,1429.1823,575.7589,575.7589,-93.3426,86.1702,86.1702,-13.9700,-20.1932,100.0131,0.0000,100.0131,6.3503,83.6257,2.2164,0.0000,81.4093,0.0000,81.4093,8.1651,73.2443,0.0000,73.2443,0.2631,72.9812,0.0000,32.8951,13.8202,26.2659,1.0777,16841.9174,16841.9174,16841.9174,16841.9174,16841.9174 +1033.5000,1.0000,14093.8040,75.4377,76.0790,0.1922,0.0000,6,1204.6302,801.4906,801.4906,-80.0249,101.1069,101.1069,-10.0950,0.4087,94.4296,0.0000,94.4296,6.2686,94.4296,2.4393,0.0000,91.9903,0.0000,91.9903,8.3111,83.6793,0.0000,83.6793,0.3575,83.3218,0.0000,33.6965,13.9315,35.6938,1.0236,19679.2939,19679.2939,19679.2939,19679.2939,19679.2939 +1034.5000,1.0000,14114.9683,76.1816,76.3780,0.2211,0.0000,6,1216.5091,851.6744,851.6744,-80.7294,108.4970,108.4970,-10.2843,0.4747,101.7251,0.0000,101.7251,6.2972,101.7251,2.5936,0.0000,99.1315,0.0000,99.1315,8.4866,90.6449,0.0000,90.6449,0.4152,90.2297,0.0000,34.7035,14.0689,41.4574,1.0260,21084.1627,21084.1627,21084.1627,21084.1627,21084.1627 +1035.5000,1.0000,14136.3589,76.9961,76.6810,0.2315,0.0000,6,1229.5160,873.7953,873.7953,-81.5008,112.5052,112.5052,-10.4936,0.5023,105.6569,0.0000,105.6569,6.3459,105.6569,2.6815,0.0000,102.9754,0.0000,102.9754,8.6191,94.3563,0.0000,94.3563,0.4394,93.9170,0.0000,35.8286,14.2193,43.8691,1.0152,21832.6571,21832.6571,21832.6571,21832.6571,21832.6571 +1036.5000,1.0000,14157.9463,77.7049,77.4240,0.1623,0.0000,6,1240.8337,771.4292,884.1708,-82.1720,100.2394,114.8890,-10.6774,0.3555,93.4837,0.0000,93.4837,6.4002,93.4837,2.4462,0.0000,91.0375,0.0000,91.0375,8.5051,82.5324,0.0000,82.5324,0.3109,82.2215,0.0000,36.8266,14.3502,31.0447,1.0041,19486.1523,19486.1523,19486.1523,19486.1523,19486.1523 +1037.5000,1.0000,14179.6997,78.3020,77.9970,0.1694,0.0000,6,1250.3691,787.1191,840.4564,-82.7376,103.0641,110.0480,-10.8335,0.3740,96.2393,0.0000,96.2393,6.4508,96.2393,2.5082,0.0000,93.7311,0.0000,93.7311,8.6004,85.1307,0.0000,85.1307,0.3271,84.8036,0.0000,37.6822,14.4604,32.6610,1.0460,20043.9610,20043.9610,20043.9610,20043.9610,20043.9610 +1038.5000,1.0000,14201.6095,78.8655,78.6070,0.1436,0.0000,6,1259.3674,751.1712,847.7469,-83.2712,99.0649,111.8014,-10.9819,0.3192,92.2661,0.0000,92.2661,6.4796,92.2661,2.4353,0.0000,89.8308,0.0000,89.8308,8.6048,81.2259,0.0000,81.2259,0.2792,80.9467,0.0000,38.5014,14.5645,27.8807,1.0211,19260.3864,19260.3864,19260.3864,19260.3864,19260.3864 +1039.5000,1.0000,14223.6297,79.2625,79.1240,0.0769,0.0000,6,1265.7069,652.0024,833.2455,-83.6472,86.4193,110.4421,-11.0870,0.1719,79.7242,0.0000,79.7242,6.5233,79.7242,2.1891,0.0000,77.5351,0.0000,77.5351,8.6482,68.8869,0.0000,68.8869,0.1504,68.7365,0.0000,39.0855,14.6378,15.0132,1.0090,16886.2711,16886.2711,16886.2711,16886.2711,16886.2711 +1040.5000,1.0000,14245.7245,79.5315,79.4010,0.0725,0.0000,6,1270.0024,647.3249,791.3937,-83.9020,86.0905,105.2509,-11.1585,0.1625,79.3712,0.0000,79.3712,6.5568,79.3712,2.1852,0.0000,77.1860,0.0000,77.1860,8.6775,68.5085,0.0000,68.5085,0.1422,68.3663,0.0000,39.4848,14.6875,14.1941,1.0232,16827.7520,16827.7520,16827.7520,16827.7520,16827.7520 +1041.5000,1.0000,14267.8933,79.7975,79.6620,0.0753,0.0000,6,1274.2500,653.8768,789.7346,-84.1539,87.2528,105.3815,-11.2294,0.1693,80.4710,0.0000,80.4710,6.6124,80.4710,2.2103,0.0000,78.2607,0.0000,78.2607,8.7065,69.5542,0.0000,69.5542,0.1481,69.4061,0.0000,39.8823,14.7366,14.7872,1.0241,17054.3466,17054.3466,17054.3466,17054.3466,17054.3466 +1042.5000,1.0000,14290.1274,80.0330,79.9330,0.0556,0.0000,6,1278.0106,625.2987,792.9393,-84.3769,83.6856,106.1214,-11.2924,0.1253,76.9462,0.0000,76.9462,6.6141,76.9462,2.1426,0.0000,74.8036,0.0000,74.8036,8.7322,66.0714,0.0000,66.0714,0.1096,65.9617,0.0000,40.2364,14.7801,10.9453,1.0248,16380.0228,16380.0228,16380.0228,16380.0228,16380.0228 +1043.5000,1.0000,14312.4086,80.2020,80.1330,0.0383,0.0000,6,1280.7093,600.2129,781.1912,-84.5370,80.4979,104.7699,-11.3377,0.0867,73.7790,0.0000,73.7790,6.6323,73.7790,2.0812,0.0000,71.6977,0.0000,71.6977,8.7507,62.9471,0.0000,62.9471,0.0758,62.8713,0.0000,40.4918,14.8113,7.5682,1.0120,15830.1680,15830.1680,15830.1680,15830.1680,15830.1680 +1044.5000,1.0000,14334.7283,80.3410,80.2710,0.0389,0.0000,6,1282.9290,602.5026,770.7961,-84.6686,80.9450,103.5549,-11.3751,0.0881,74.1643,0.0000,74.1643,6.6927,74.1643,2.0906,0.0000,72.0737,0.0000,72.0737,8.7658,63.3079,0.0000,63.3079,0.0770,63.2308,0.0000,40.7027,14.8370,7.6912,1.0391,15907.7671,15907.7671,15907.7671,15907.7671,15907.7671 +1045.5000,1.0000,14357.0561,80.3700,80.4110,-0.0228,0.0000,6,1283.3920,509.2128,772.1670,-84.6961,68.4364,103.7765,-11.3829,-0.0516,61.6471,0.0000,61.6471,6.8409,61.6471,1.8406,0.0000,59.8065,0.0000,59.8065,8.7690,51.0375,0.0000,51.0375,-0.0451,51.0826,0.0000,40.7467,14.8424,-4.5065,1.1338,13583.0269,13583.0269,13583.0269,13583.0269,13583.0269 +1046.5000,1.0000,14379.3769,80.3450,80.3290,0.0089,0.0000,6,1282.9928,558.0275,732.4781,-84.6724,74.9736,98.4119,-11.3761,0.0201,68.0569,0.0000,68.0569,6.8966,68.0569,1.9685,0.0000,66.0884,0.0000,66.0884,8.7663,57.3221,0.0000,57.3221,0.0176,57.3045,0.0000,40.7087,14.8377,1.7581,1.2078,14796.6678,14796.6678,14796.6678,14796.6678,14796.6678 +1047.5000,1.0000,14401.7012,80.3575,80.3610,-0.0019,0.0000,6,1283.1924,541.4343,753.2268,-84.6843,72.7556,101.2153,-11.3795,-0.0044,65.8718,0.0000,65.8718,6.8881,65.8718,1.9249,0.0000,63.9469,0.0000,63.9469,8.7676,55.1793,0.0000,55.1793,-0.0039,55.1831,0.0000,40.7277,14.8400,-0.3846,1.1721,14381.9652,14381.9652,14381.9652,14381.9652,14381.9652 +1048.5000,1.0000,14424.0080,80.2945,80.3540,-0.0331,0.0000,6,1282.1864,507.8544,746.2519,-84.6246,68.1897,100.1994,-11.3626,-0.0748,59.4171,0.0000,59.4171,8.8474,59.4171,1.7951,0.0000,57.6221,0.0000,57.6221,8.7608,48.8613,0.0000,48.8613,-0.0654,48.9267,0.0000,40.6320,14.8284,-6.5337,1.1590,13538.0461,13538.0461,13538.0461,13538.0461,13538.0461 +1049.5000,1.0000,14446.2541,80.0760,80.2350,-0.0883,0.0000,6,1278.6973,421.9640,731.8962,-84.4177,56.5030,98.0045,-11.3039,-0.1994,47.7998,0.0000,47.7998,8.9026,47.7998,1.5602,0.0000,46.2396,0.0000,46.2396,8.7369,37.5027,0.0000,37.5027,-0.1744,37.6771,0.0000,40.3014,14.7881,-17.4123,1.1959,11279.3978,11279.3978,11279.3978,11279.3978,11279.3978 +1050.5000,1.0000,14468.3452,79.5180,79.9170,-0.2217,0.0000,6,1269.7868,213.3071,694.4818,-83.8892,28.3638,92.3465,-11.1549,-0.4968,19.9991,0.0000,19.9991,8.8616,19.9991,0.9976,0.0000,19.0015,0.0000,19.0015,8.6760,10.3254,0.0000,10.3254,-0.4346,10.7600,0.0000,39.4655,14.6850,-43.3905,1.1800,5997.9526,5997.9526,5997.9526,5997.9526,5997.9526 +1051.5000,1.0000,14490.2115,78.7085,79.1190,-0.2281,0.0000,6,1256.8603,197.3835,601.5139,-83.1226,25.9792,79.1701,-10.9404,-0.5060,17.7089,0.0000,17.7089,8.7763,17.7089,0.9423,0.0000,16.7665,0.0000,16.7665,8.5877,8.1788,0.0000,8.1788,-0.4426,8.6214,0.0000,38.2726,14.5355,-44.1867,1.1754,5559.5811,5559.5811,5559.5811,5559.5811,5559.5811 +1052.5000,1.0000,14511.8558,77.9095,78.2980,-0.2158,0.0000,6,1244.1014,210.2127,591.7930,-82.3658,27.3869,77.1000,-10.7308,-0.4740,19.1607,0.0000,19.1607,8.7003,19.1607,0.9621,0.0000,18.1986,0.0000,18.1986,8.5005,9.6980,0.0000,9.6980,-0.4146,10.1126,0.0000,37.1187,14.3880,-41.3941,1.1708,5805.0179,5805.0179,5805.0179,5805.0179,5805.0179 +1053.5000,1.0000,14533.3145,77.2415,77.5210,-0.1553,0.0000,6,1233.4344,298.2778,595.1225,-81.7332,38.5270,76.8690,-10.5571,-0.3381,30.2188,0.0000,30.2188,8.6463,30.2188,1.1756,0.0000,29.0433,0.0000,29.0433,8.4277,20.6156,0.0000,20.6156,-0.2957,20.9113,0.0000,36.1717,14.2646,-29.5250,1.1542,7879.9474,7879.9474,7879.9474,7879.9474,7879.9474 +1054.5000,1.0000,14554.6241,76.7045,76.9620,-0.1431,0.0000,6,1224.8593,313.1164,632.6337,-81.2246,40.1625,81.1460,-10.4184,-0.3093,31.8771,0.0000,31.8771,8.5947,31.8771,1.2026,0.0000,30.6745,0.0000,30.6745,8.3691,22.3054,0.0000,22.3054,-0.2705,22.5760,0.0000,35.4224,14.1654,-27.0119,1.1274,8178.8649,8178.8649,8178.8649,8178.8649,8178.8649 +1055.5000,1.0000,14575.8002,76.2240,76.4470,-0.1239,0.0000,6,1217.1864,324.1174,637.8523,-80.7696,41.3131,81.3029,-10.2952,-0.2662,34.9333,0.0000,34.9333,6.6460,34.9333,1.2582,0.0000,33.6750,0.0000,33.6750,8.3166,25.3584,0.0000,25.3584,-0.2328,25.5912,0.0000,34.7608,14.0767,-23.2463,1.1932,8389.6981,8389.6981,8389.6981,8389.6981,8389.6981 +1056.5000,1.0000,14596.8526,75.7785,76.0010,-0.1236,0.0000,6,1210.0725,321.1133,641.5387,-80.3477,40.6910,81.2948,-10.1815,-0.2640,34.3697,0.0000,34.3697,6.5853,34.3697,1.2419,0.0000,33.1278,0.0000,33.1278,8.2680,24.8597,0.0000,24.8597,-0.2309,25.0907,0.0000,34.1549,13.9944,-23.0586,1.1234,8270.7895,8270.7895,8270.7895,8270.7895,8270.7895 +1057.5000,1.0000,14617.8290,75.5050,75.5560,-0.0283,0.0000,6,1205.7051,465.3828,639.1202,-80.0886,58.7598,80.6960,-10.1121,-0.0603,52.2455,0.0000,52.2455,6.5745,52.2455,1.5963,0.0000,50.6492,0.0000,50.6492,8.2382,42.4110,0.0000,42.4110,-0.0527,42.4638,0.0000,33.7861,13.9439,-5.2663,1.1331,11713.7233,11713.7233,11713.7233,11713.7233,11713.7233 +1058.5000,1.0000,14638.8195,75.5560,75.4540,0.0567,0.0000,6,1206.5195,596.1299,703.5093,-80.1369,75.3189,88.8859,-10.1250,0.1207,68.6214,0.0000,68.6214,6.5768,68.6214,1.9244,0.0000,66.6969,0.0000,66.6969,8.2438,58.4532,0.0000,58.4532,0.1056,58.3476,0.0000,33.8547,13.9533,10.5396,1.1445,14879.3278,14879.3278,14879.3278,14879.3278,14879.3278 +1059.5000,1.0000,14659.8655,75.7555,75.6580,0.0542,0.0000,6,1209.7052,594.1109,762.0597,-80.3259,75.2620,96.5377,-10.1757,0.1157,68.5060,0.0000,68.5060,6.6403,68.5060,1.9244,0.0000,66.5817,0.0000,66.5817,8.2655,58.3161,0.0000,58.3161,0.1012,58.2150,0.0000,34.1235,13.9902,10.1013,1.1457,14865.0347,14865.0347,14865.0347,14865.0347,14865.0347 +1060.5000,1.0000,14680.9684,75.9605,75.8530,0.0597,0.0000,6,1212.9787,604.4550,761.4322,-80.5200,76.7796,96.7193,-10.2279,0.1279,69.9521,0.0000,69.9521,6.6996,69.9521,1.9556,0.0000,67.9965,0.0000,67.9965,8.2879,59.7086,0.0000,59.7086,0.1118,59.5968,0.0000,34.4013,14.0280,11.1674,1.1596,15152.0517,15152.0517,15152.0517,15152.0517,15152.0517 +1061.5000,1.0000,14702.1305,76.1735,76.0680,0.0586,0.0000,6,1216.3800,603.6591,766.3247,-80.7217,76.8935,97.6137,-10.2823,0.1258,70.1321,0.0000,70.1321,6.6355,70.1321,1.9616,0.0000,68.1705,0.0000,68.1705,8.3111,59.8594,0.0000,59.8594,0.1101,59.7493,0.0000,34.6915,14.0674,10.9904,1.1360,15172.8148,15172.8148,15172.8148,15172.8148,15172.8148 +1062.5000,1.0000,14723.3662,76.4385,76.2790,0.0886,0.0000,6,1220.6117,651.6028,766.1605,-80.9727,83.2893,97.9323,-10.3501,0.1909,76.4428,0.0000,76.4428,6.6556,76.4428,2.0909,0.0000,74.3519,0.0000,74.3519,8.3400,66.0118,0.0000,66.0118,0.1670,65.8448,0.0000,35.0549,14.1163,16.6736,1.1154,16314.3410,16314.3410,16314.3410,16314.3410,16314.3410 +1063.5000,1.0000,14744.6992,76.7890,76.5980,0.1061,0.0000,6,1226.2087,681.3576,787.5575,-81.3047,87.4920,101.1289,-10.4402,0.2297,80.5344,0.0000,80.5344,6.7279,80.5344,2.1767,0.0000,78.3577,0.0000,78.3577,8.3783,69.9794,0.0000,69.9794,0.2009,69.7785,0.0000,35.5394,14.1810,20.0581,1.1643,17076.8323,17076.8323,17076.8323,17076.8323,17076.8323 +1064.5000,1.0000,14766.1244,77.1205,76.9800,0.0781,0.0000,6,1231.5022,640.5299,801.1416,-81.6186,82.6044,103.3173,-10.5258,0.1697,75.7092,0.0000,75.7092,6.7256,75.7092,2.0840,0.0000,73.6252,0.0000,73.6252,8.4145,65.2107,0.0000,65.2107,0.1484,65.0623,0.0000,36.0016,14.2422,14.8185,1.1535,16186.4684,16186.4684,16186.4684,16186.4684,16186.4684 +1065.5000,1.0000,14787.6299,77.4100,77.2610,0.0828,0.0000,6,1236.1251,650.2392,783.6697,-81.8928,84.1713,101.4435,-10.6008,0.1806,77.1994,0.0000,77.1994,6.7913,77.1994,2.1171,0.0000,75.0822,0.0000,75.0822,8.4460,66.6362,0.0000,66.6362,0.1580,66.4782,0.0000,36.4086,14.2957,15.7739,1.1806,16460.7246,16460.7246,16460.7246,16460.7246,16460.7246 +1066.5000,1.0000,14809.2337,77.7635,77.5590,0.1136,0.0000,6,1241.7700,700.1614,788.1340,-82.2276,91.0475,102.4873,-10.6927,0.2490,83.9783,0.0000,83.9783,6.8202,83.9783,2.2568,0.0000,81.7215,0.0000,81.7215,8.4846,73.2369,0.0000,73.2369,0.2178,73.0191,0.0000,36.9098,14.3610,21.7483,1.1699,17774.3928,17774.3928,17774.3928,17774.3928,17774.3928 +1067.5000,1.0000,14830.9506,78.1710,77.9680,0.1128,0.0000,6,1248.2772,702.2280,810.1682,-82.6135,91.7947,105.9046,-10.7992,0.2485,84.6526,0.0000,84.6526,6.8936,84.6526,2.2750,0.0000,82.3777,0.0000,82.3777,8.5291,73.8486,0.0000,73.8486,0.2174,73.6312,0.0000,37.4931,14.4363,21.7019,1.2044,17915.4072,17915.4072,17915.4072,17915.4072,17915.4072 +1068.5000,1.0000,14852.7701,78.5400,78.3740,0.0922,0.0000,6,1254.1696,673.3782,811.5850,-82.9630,88.4390,106.5906,-10.8961,0.2042,81.3215,0.0000,81.3215,6.9133,81.3215,2.2126,0.0000,79.1089,0.0000,79.1089,8.5693,70.5396,0.0000,70.5396,0.1786,70.3610,0.0000,38.0264,14.5044,17.8302,1.1871,17267.7237,17267.7237,17267.7237,17267.7237,17267.7237 +1069.5000,1.0000,14874.6792,78.8630,78.7060,0.0872,0.0000,6,1259.3274,667.9741,799.6117,-83.2689,88.0901,105.4500,-10.9812,0.1939,80.9780,0.0000,80.9780,6.9181,80.9780,2.2095,0.0000,78.7685,0.0000,78.7685,8.6046,70.1640,0.0000,70.1640,0.1696,69.9944,0.0000,38.4975,14.5640,16.9328,1.1762,17202.8655,17202.8655,17202.8655,17202.8655,17202.8655 +1070.5000,1.0000,14896.6497,79.0835,79.0200,0.0353,0.0000,6,1262.8485,590.0975,797.9068,-83.4777,78.0376,105.5193,-11.0395,0.0786,71.0037,0.0000,71.0037,6.9552,71.0037,2.0126,0.0000,68.9912,0.0000,68.9912,8.6286,60.3625,0.0000,60.3625,0.0688,60.2937,0.0000,38.8212,14.6048,6.8678,1.1775,15372.1371,15372.1371,15372.1371,15372.1371,15372.1371 +1071.5000,1.0000,14918.6359,79.1405,79.1470,-0.0036,0.0000,6,1263.7587,530.5465,764.8924,-83.5317,70.2128,101.2262,-11.0546,-0.0081,63.3040,0.0000,63.3040,6.9168,63.3040,1.8593,0.0000,61.4448,0.0000,61.4448,8.6349,52.8099,0.0000,52.8099,-0.0070,52.8169,0.0000,38.9052,14.6153,-0.7035,1.1651,13892.5811,13892.5811,13892.5811,13892.5811,13892.5811 +1072.5000,1.0000,14940.5990,79.0570,79.1340,-0.0428,0.0000,6,1262.4253,470.2024,739.3961,-83.4526,62.1612,97.7488,-11.0325,-0.0953,55.2975,0.0000,55.2975,6.9590,55.2975,1.6982,0.0000,53.5994,0.0000,53.5994,8.6257,44.9736,0.0000,44.9736,-0.0834,45.0570,0.0000,38.7822,14.5999,-8.3251,1.2004,12369.5338,12369.5338,12369.5338,12369.5338,12369.5338 +1073.5000,1.0000,14962.5326,78.9510,78.9800,-0.0161,0.0000,6,1260.7327,510.4289,713.0641,-83.3522,67.3887,94.1413,-11.0045,-0.0359,60.4584,0.0000,60.4584,6.9661,60.4584,1.8001,0.0000,58.6583,0.0000,58.6583,8.6142,50.0441,0.0000,50.0441,-0.0314,50.0754,0.0000,38.6264,14.5803,-3.1312,1.1768,13379.0244,13379.0244,13379.0244,13379.0244,13379.0244 +1074.5000,1.0000,14984.4486,78.8875,78.9220,-0.0192,0.0000,6,1259.7187,505.0009,730.2934,-83.2921,66.6184,96.3384,-10.9877,-0.0426,59.7346,0.0000,59.7346,6.9264,59.7346,1.7849,0.0000,57.9497,0.0000,57.9497,8.6072,49.3425,0.0000,49.3425,-0.0373,49.3797,0.0000,38.5332,14.5686,-3.7221,1.1510,13238.4262,13238.4262,13238.4262,13238.4262,13238.4262 +1075.5000,1.0000,15006.3348,78.7805,78.8530,-0.0403,0.0000,6,1258.0100,471.4907,727.8504,-83.1907,62.1135,95.8859,-10.9594,-0.0894,55.3272,0.0000,55.3272,6.8757,55.3272,1.6955,0.0000,53.6317,0.0000,53.6317,8.5956,45.0361,0.0000,45.0361,-0.0782,45.1144,0.0000,38.3767,14.5488,-7.8111,1.1138,12357.6863,12357.6863,12357.6863,12357.6863,12357.6863 +1076.5000,1.0000,15028.1967,78.6930,78.7080,-0.0083,0.0000,6,1256.6128,520.1182,713.0358,-83.1079,68.4435,93.8299,-10.9363,-0.0185,61.5562,0.0000,61.5562,6.9058,61.5562,1.8191,0.0000,59.7371,0.0000,59.7371,8.5860,51.1511,0.0000,51.1511,-0.0162,51.1673,0.0000,38.2489,14.5327,-1.6143,1.1498,13568.9799,13568.9799,13568.9799,13568.9799,13568.9799 +1077.5000,1.0000,15050.0516,78.6675,78.6780,-0.0058,0.0000,6,1256.2056,522.8518,733.9849,-83.0837,68.7809,96.5554,-10.9296,-0.0129,62.0098,0.0000,62.0098,6.7840,62.0098,1.8279,0.0000,60.1820,0.0000,60.1820,8.5832,51.5987,0.0000,51.5987,-0.0113,51.6100,0.0000,38.2117,14.5279,-1.1296,1.0338,13630.3417,13630.3417,13630.3417,13630.3417,13630.3417 +1078.5000,1.0000,15071.8998,78.6435,78.6570,-0.0075,0.0000,6,1255.8223,519.8495,735.1262,-83.0610,68.3651,96.6760,-10.9233,-0.0166,61.6345,0.0000,61.6345,6.7472,61.6345,1.8201,0.0000,59.8144,0.0000,59.8144,8.5806,51.2338,0.0000,51.2338,-0.0145,51.2483,0.0000,38.1768,14.5235,-1.4520,0.9804,13554.4021,13554.4021,13554.4021,13554.4021,13554.4021 +1079.5000,1.0000,15093.7767,78.7470,78.6300,0.0650,0.0000,6,1257.4751,632.8295,733.6453,-83.1590,83.3326,96.6082,-10.9506,0.1443,76.3034,0.0000,76.3034,6.8849,76.3034,2.1147,0.0000,74.1887,0.0000,74.1887,8.5919,65.5968,0.0000,65.5968,0.1262,65.4706,0.0000,38.3278,14.5426,12.6002,1.1253,16308.0283,16308.0283,16308.0283,16308.0283,16308.0283 +1080.5000,1.0000,15115.7213,78.9905,78.8640,0.0703,0.0000,6,1261.3634,642.2810,782.5268,-83.3896,84.8387,103.3637,-11.0149,0.1565,77.8411,0.0000,77.8411,6.8412,77.8411,2.1483,0.0000,75.6928,0.0000,75.6928,8.6185,67.0743,0.0000,67.0743,0.1369,66.9374,0.0000,38.6845,14.5876,13.6654,1.0615,16577.6617,16577.6617,16577.6617,16577.6617,16577.6617 +1081.5000,1.0000,15137.6812,79.0455,79.1170,-0.0397,0.0000,6,1262.2417,473.6150,787.3455,-83.4417,62.6032,104.0726,-11.0295,-0.0885,55.8907,0.0000,55.8907,6.8010,55.8907,1.7099,0.0000,54.1808,0.0000,54.1808,8.6245,45.5563,0.0000,45.5563,-0.0774,45.6337,0.0000,38.7653,14.5977,-7.7293,1.0350,12456.6114,12456.6114,12456.6114,12456.6114,12456.6114 +1082.5000,1.0000,15159.5911,78.8655,78.9740,-0.0603,0.0000,6,1259.3674,440.8929,714.5609,-83.2712,58.1452,94.2367,-10.9819,-0.1340,51.4702,0.0000,51.4702,6.8090,51.4702,1.6194,0.0000,49.8509,0.0000,49.8509,8.6048,41.2460,0.0000,41.2460,-0.1172,41.3632,0.0000,38.5011,14.5645,-11.7024,1.0344,11573.9672,11573.9672,11573.9672,11573.9672,11573.9672 +1083.5000,1.0000,15181.3931,78.4775,78.7570,-0.1553,0.0000,6,1253.1716,291.6439,699.9666,-82.9038,38.2730,91.8579,-10.8796,-0.3435,31.9174,0.0000,31.9174,6.6991,31.9174,1.2238,0.0000,30.6936,0.0000,30.6936,8.5625,22.1310,0.0000,22.1310,-0.3004,22.4315,0.0000,37.9360,14.4929,-29.9974,1.0199,7842.9622,7842.9622,7842.9622,7842.9622,7842.9622 +1084.5000,1.0000,15203.0263,77.8695,78.1980,-0.1825,0.0000,6,1243.4627,245.6669,633.1464,-82.3280,31.9895,82.4452,-10.7203,-0.4006,25.6968,0.0000,25.6968,6.6933,25.6968,1.0924,0.0000,24.6045,0.0000,24.6045,8.4962,16.1083,0.0000,16.1083,-0.3504,16.4587,0.0000,37.0613,14.3806,-34.9832,1.0180,6632.3592,6632.3592,6632.3592,6632.3592,6632.3592 +1085.5000,1.0000,15224.4659,77.1725,77.5410,-0.2047,0.0000,6,1232.3326,206.7955,610.7553,-81.6679,26.6869,78.8177,-10.5392,-0.4453,20.4453,0.0000,20.4453,6.6869,20.4453,0.9793,0.0000,19.4660,0.0000,19.4660,8.4201,11.0458,0.0000,11.0458,-0.3895,11.4353,0.0000,36.0752,14.2519,-38.8917,1.0158,5669.7907,5669.7907,5669.7907,5669.7907,5669.7907 +1086.5000,1.0000,15245.7122,76.4765,76.8040,-0.1819,0.0000,6,1221.2185,237.4459,591.1266,-81.0087,30.3659,75.5966,-10.3599,-0.3922,24.0223,0.0000,24.0223,6.7359,24.0223,1.0429,0.0000,22.9794,0.0000,22.9794,8.3442,14.6352,0.0000,14.6352,-0.3431,14.9783,0.0000,35.1077,14.1233,-34.2528,1.0402,6335.4981,6335.4981,6335.4981,6335.4981,6335.4981 +1087.5000,1.0000,15266.8330,76.0250,76.1490,-0.0689,0.0000,6,1214.0087,407.1838,603.1701,-80.5811,51.7656,76.6814,-10.2443,-0.1476,45.2650,0.0000,45.2650,6.6482,45.2650,1.4626,0.0000,43.8024,0.0000,43.8024,8.2949,35.5074,0.0000,35.5074,-0.1291,35.6366,0.0000,34.4891,14.0399,-12.8924,1.0121,10374.2242,10374.2242,10374.2242,10374.2242,10374.2242 +1088.5000,1.0000,15287.8847,75.7760,75.9010,-0.0694,0.0000,6,1210.0325,404.2831,678.5690,-80.3453,51.2285,85.9844,-10.1809,-0.1483,44.7795,0.0000,44.7795,6.5973,44.7795,1.4501,0.0000,43.3294,0.0000,43.3294,8.2678,35.0617,0.0000,35.0617,-0.1297,35.1914,0.0000,34.1513,13.9940,-12.9538,0.9847,10270.4109,10270.4109,10270.4109,10270.4109,10270.4109 +1089.5000,1.0000,15308.9127,75.6910,75.6510,0.0222,0.0000,6,1208.6752,544.7087,676.6734,-80.2648,68.9450,85.6480,-10.1593,0.0474,62.2538,0.0000,62.2538,6.6438,62.2538,1.7986,0.0000,60.4552,0.0000,60.4552,8.2585,52.1967,0.0000,52.1967,0.0415,52.1552,0.0000,34.0364,13.9783,4.1406,1.0377,13665.3831,13665.3831,13665.3831,13665.3831,13665.3831 +1090.5000,1.0000,15329.9567,75.7485,75.7310,0.0097,0.0000,6,1209.5934,526.1305,739.4774,-80.3192,66.6441,93.6684,-10.1739,0.0208,59.9519,0.0000,59.9519,6.6714,59.9519,1.7532,0.0000,58.1987,0.0000,58.1987,8.2648,49.9339,0.0000,49.9339,0.0182,49.9158,0.0000,34.1140,13.9889,1.8129,1.0246,13229.3259,13229.3259,13229.3259,13229.3259,13229.3259 +1091.5000,1.0000,15351.0145,75.7980,75.7660,0.0178,0.0000,6,1210.3838,539.1780,731.2523,-80.3661,68.3414,92.6870,-10.1865,0.0380,61.5860,0.0000,61.5860,6.7175,61.5860,1.7865,0.0000,59.7995,0.0000,59.7995,8.2702,51.5293,0.0000,51.5293,0.0332,51.4961,0.0000,34.1810,13.9980,3.3171,1.0514,13550.3382,13550.3382,13550.3382,13550.3382,13550.3382 +1092.5000,1.0000,15372.0805,75.8275,75.8300,-0.0014,0.0000,6,1210.8549,509.7887,737.2183,-80.3941,64.6414,93.4796,-10.1940,-0.0030,57.9499,0.0000,57.9499,6.6945,57.9499,1.7141,0.0000,56.2359,0.0000,56.2359,8.2734,47.9625,0.0000,47.9625,-0.0026,47.9651,0.0000,34.2209,14.0035,-0.2593,1.0115,12850.4303,12850.4303,12850.4303,12850.4303,12850.4303 +1093.5000,1.0000,15393.1381,75.7975,75.8250,-0.0153,0.0000,6,1210.3759,487.9689,724.1614,-80.3657,61.8502,91.7876,-10.1864,-0.0326,55.2284,0.0000,55.2284,6.6544,55.2284,1.6593,0.0000,53.5691,0.0000,53.5691,8.2701,45.2990,0.0000,45.2990,-0.0286,45.3275,0.0000,34.1803,13.9979,-2.8507,1.0114,12300.1781,12300.1781,12300.1781,12300.1781,12300.1781 +1094.5000,1.0000,15414.1786,75.7355,75.7700,-0.0192,0.0000,6,1209.3858,482.0090,714.3375,-80.3069,61.0448,90.4684,-10.1706,-0.0409,54.3788,0.0000,54.3788,6.7070,54.3788,1.6416,0.0000,52.7372,0.0000,52.7372,8.2633,44.4738,0.0000,44.4738,-0.0358,44.5096,0.0000,34.0965,13.9865,-3.5733,1.0379,12147.4741,12147.4741,12147.4741,12147.4741,12147.4741 +1095.5000,1.0000,15435.2002,75.6680,75.7010,-0.0183,0.0000,6,1208.3079,482.6006,711.5430,-80.2430,61.0652,90.0342,-10.1534,-0.0391,54.4281,0.0000,54.4281,6.6763,54.4281,1.6418,0.0000,52.7862,0.0000,52.7862,8.2560,44.5303,0.0000,44.5303,-0.0342,44.5645,0.0000,34.0054,13.9740,-3.4149,1.0243,12152.7050,12152.7050,12152.7050,12152.7050,12152.7050 +1096.5000,1.0000,15456.2044,75.6050,75.6350,-0.0167,0.0000,6,1207.3019,484.7398,711.6741,-80.1833,61.2849,89.9758,-10.1374,-0.0355,54.6445,0.0000,54.6445,6.6759,54.6445,1.6454,0.0000,52.9990,0.0000,52.9990,8.2491,44.7499,0.0000,44.7499,-0.0311,44.7810,0.0000,33.9205,13.9624,-3.1019,1.0241,12196.0258,12196.0258,12196.0258,12196.0258,12196.0258 +1097.5000,1.0000,15477.1890,75.5345,75.5750,-0.0225,0.0000,6,1206.1761,475.1225,712.5227,-80.1166,60.0130,89.9991,-10.1196,-0.0479,53.4109,0.0000,53.4109,6.6500,53.4109,1.6200,0.0000,51.7909,0.0000,51.7909,8.2414,43.5495,0.0000,43.5495,-0.0419,43.5914,0.0000,33.8257,13.9494,-4.1837,1.0506,11953.5944,11953.5944,11953.5944,11953.5944,11953.5944 +1098.5000,1.0000,15498.1774,75.5485,75.4940,0.0303,0.0000,6,1206.3997,556.1637,707.9787,-80.1298,70.2623,89.4417,-10.1231,0.0645,63.5496,0.0000,63.5496,6.6482,63.5496,1.8229,0.0000,61.7267,0.0000,61.7267,8.2429,53.4838,0.0000,53.4838,0.0564,53.4274,0.0000,33.8445,13.9519,5.6309,0.9973,13916.6593,13916.6593,13916.6593,13916.6593,13916.6593 +1099.5000,1.0000,15519.1824,75.6080,75.6030,0.0028,0.0000,6,1207.3498,514.6572,744.3854,-80.1862,65.0699,94.1152,-10.1382,0.0059,58.3793,0.0000,58.3793,6.6847,58.3793,1.7202,0.0000,56.6591,0.0000,56.6591,8.2494,48.4097,0.0000,48.4097,0.0052,48.4045,0.0000,33.9246,13.9629,0.5170,1.0375,12931.1099,12931.1099,12931.1099,12931.1099,12931.1099 +1100.5000,1.0000,15540.1916,75.6230,75.6130,0.0056,0.0000,6,1207.5894,518.8746,725.8967,-80.2004,65.6161,91.7958,-10.1420,0.0118,58.9376,0.0000,58.9376,6.6666,58.9376,1.7315,0.0000,57.2061,0.0000,57.2061,8.2511,48.9550,0.0000,48.9550,0.0104,48.9447,0.0000,33.9447,13.9657,1.0342,1.0242,13034.7064,13034.7064,13034.7064,13034.7064,13034.7064 +1101.5000,1.0000,15561.2109,75.6595,75.6330,0.0147,0.0000,6,1208.1722,533.1739,727.7912,-80.2350,67.4569,92.0798,-10.1513,0.0314,60.7592,0.0000,60.7592,6.6663,60.7592,1.7684,0.0000,58.9909,0.0000,58.9909,8.2550,50.7358,0.0000,50.7358,0.0275,50.7084,0.0000,33.9939,13.9724,2.7420,1.0243,13383.6029,13383.6029,13383.6029,13383.6029,13383.6029 +1102.5000,1.0000,15582.2412,75.6990,75.6860,0.0072,0.0000,6,1208.8030,521.8760,734.2736,-80.2724,66.0620,92.9484,-10.1613,0.0154,59.3869,0.0000,59.3869,6.6596,59.3869,1.7414,0.0000,57.6456,0.0000,57.6456,8.2594,49.3862,0.0000,49.3862,0.0135,49.3728,0.0000,34.0472,13.9797,1.3458,1.0378,13119.1684,13119.1684,13119.1684,13119.1684,13119.1684 +1103.5000,1.0000,15603.2795,75.7280,75.7120,0.0089,0.0000,6,1209.2660,524.7193,729.2837,-80.2998,66.4473,92.3521,-10.1687,0.0190,59.7567,0.0000,59.7567,6.6717,59.7567,1.7491,0.0000,58.0076,0.0000,58.0076,8.2625,49.7451,0.0000,49.7451,0.0166,49.7285,0.0000,34.0863,13.9851,1.6570,1.0112,13192.1160,13192.1160,13192.1160,13192.1160,13192.1160 +1104.5000,1.0000,15624.3412,75.8120,75.7440,0.0378,0.0000,6,1210.6074,569.7902,730.5367,-80.3794,72.2349,92.6134,-10.1901,0.0807,65.4571,0.0000,65.4571,6.6971,65.4571,1.8640,0.0000,63.5931,0.0000,63.5931,8.2717,55.3214,0.0000,55.3214,0.0706,55.2508,0.0000,34.1999,14.0006,7.0502,1.0381,14286.7194,14286.7194,14286.7194,14286.7194,14286.7194 +1105.5000,1.0000,15645.4252,75.8925,75.8800,0.0069,0.0000,6,1211.8929,523.3002,750.8772,-80.4556,66.4116,95.2932,-10.2106,0.0149,59.6644,0.0000,59.6644,6.7324,59.6644,1.7491,0.0000,57.9153,0.0000,57.9153,8.2805,49.6348,0.0000,49.6348,0.0130,49.6218,0.0000,34.3090,14.0155,1.2974,1.0250,13185.1161,13185.1161,13185.1161,13185.1161,13185.1161 +1106.5000,1.0000,15666.5212,75.9355,75.9050,0.0169,0.0000,6,1212.5795,539.8415,730.2454,-80.4963,68.5496,92.7273,-10.2215,0.0363,61.6646,0.0000,61.6646,6.8488,61.6646,1.7896,0.0000,59.8750,0.0000,59.8750,8.2852,51.5898,0.0000,51.5898,0.0317,51.5581,0.0000,34.3673,14.0234,3.1674,1.0252,13588.8421,13588.8421,13588.8421,13588.8421,13588.8421 +1107.5000,1.0000,15687.6238,75.9595,75.9660,-0.0036,0.0000,6,1212.9628,508.4794,737.7558,-80.5191,64.5876,93.7106,-10.2276,-0.0077,57.7450,0.0000,57.7450,6.8504,57.7450,1.7115,0.0000,56.0335,0.0000,56.0335,8.2878,47.7457,0.0000,47.7457,-0.0068,47.7525,0.0000,34.3999,14.0278,-0.6752,1.0253,12840.7222,12840.7222,12840.7222,12840.7222,12840.7222 +1108.5000,1.0000,15708.7367,75.9965,75.9530,0.0242,0.0000,6,1213.5536,552.0135,723.7365,-80.5541,70.1515,91.9746,-10.2371,0.0518,63.1633,0.0000,63.1633,6.9365,63.1633,1.8202,0.0000,61.3430,0.0000,61.3430,8.2918,53.0512,0.0000,53.0512,0.0453,53.0059,0.0000,34.4502,14.0347,4.5211,1.0254,13890.7494,13890.7494,13890.7494,13890.7494,13890.7494 +1109.5000,1.0000,15729.8694,76.0675,76.0400,0.0153,0.0000,6,1214.6874,538.4292,743.2316,-80.6214,68.4892,94.5404,-10.2552,0.0328,61.5729,0.0000,61.5729,6.8835,61.5729,1.7892,0.0000,59.7837,0.0000,59.7837,8.2996,51.4841,0.0000,51.4841,0.0287,51.4554,0.0000,34.5468,14.0478,2.8608,0.9989,13576.6664,13576.6664,13576.6664,13576.6664,13576.6664 +1110.5000,1.0000,15751.0286,76.1630,76.0950,0.0378,0.0000,6,1216.2124,574.2727,737.2424,-80.7118,73.1402,93.8963,-10.2796,0.0811,66.0870,0.0000,66.0870,6.9721,66.0870,1.8806,0.0000,64.2064,0.0000,64.2064,8.3100,55.8964,0.0000,55.8964,0.0709,55.8254,0.0000,34.6771,14.0654,7.0829,1.0259,14451.8853,14451.8853,14451.8853,14451.8853,14451.8853 +1111.5000,1.0000,15772.2026,76.2165,76.2310,-0.0081,0.0000,6,1217.0667,504.6589,753.4722,-80.7625,64.3192,96.0307,-10.2933,-0.0173,57.3208,0.0000,57.3208,7.0158,57.3208,1.7059,0.0000,55.6149,0.0000,55.6149,8.3158,47.2990,0.0000,47.2990,-0.0151,47.3142,0.0000,34.7502,14.0753,-1.5114,1.0127,12791.3366,12791.3366,12791.3366,12791.3366,12791.3366 +1112.5000,1.0000,15793.3792,76.2260,76.2020,0.0133,0.0000,6,1217.2184,537.2234,722.5336,-80.7715,68.4782,92.0991,-10.2957,0.0286,61.4732,0.0000,61.4732,6.9763,61.4732,1.7891,0.0000,59.6841,0.0000,59.6841,8.3169,51.3673,0.0000,51.3673,0.0251,51.3422,0.0000,34.7632,14.0771,2.5019,1.0128,13573.7940,13573.7940,13573.7940,13573.7940,13573.7940 +1113.5000,1.0000,15814.5719,76.2835,76.2500,0.0186,0.0000,6,1218.1366,546.2884,737.0296,-80.8259,69.6862,94.0177,-10.3104,0.0400,62.5948,0.0000,62.5948,7.0513,62.5948,1.8121,0.0000,60.7827,0.0000,60.7827,8.3231,52.4595,0.0000,52.4595,0.0350,52.4245,0.0000,34.8420,14.0877,3.4949,1.0529,13800.6215,13800.6215,13800.6215,13800.6215,13800.6215 +1114.5000,1.0000,15835.7851,76.3575,76.3170,0.0225,0.0000,6,1219.3182,552.3963,741.1453,-80.8960,70.5337,94.6344,-10.3293,0.0484,63.4783,0.0000,63.4783,7.0070,63.4783,1.8307,0.0000,61.6476,0.0000,61.6476,8.3312,53.3164,0.0000,53.3164,0.0424,53.2741,0.0000,34.9435,14.1013,4.2293,1.0398,13959.2476,13959.2476,13959.2476,13959.2476,13959.2476 +1115.5000,1.0000,15857.0187,76.4310,76.3980,0.0183,0.0000,6,1220.4919,546.5912,743.9904,-80.9656,69.8596,95.0891,-10.3482,0.0395,62.8005,0.0000,62.8005,7.0196,62.8005,1.8179,0.0000,60.9825,0.0000,60.9825,8.3392,52.6433,0.0000,52.6433,0.0345,52.6088,0.0000,35.0445,14.1149,3.4494,1.0267,13832.1195,13832.1195,13832.1195,13832.1195,13832.1195 +1116.5000,1.0000,15878.2570,76.4480,76.4640,-0.0089,0.0000,6,1220.7634,504.2789,741.6131,-80.9817,64.4660,94.8064,-10.3525,-0.0192,57.5506,0.0000,57.5506,6.9346,57.5506,1.7131,0.0000,55.8374,0.0000,55.8374,8.3411,47.4964,0.0000,47.4964,-0.0168,47.5131,0.0000,35.0679,14.1181,-1.6728,1.0268,12820.2634,12820.2634,12820.2634,12820.2634,12820.2634 +1117.5000,1.0000,15899.4787,76.3880,76.4320,-0.0244,0.0000,6,1219.8053,480.3139,722.8703,-80.9249,61.3542,92.3378,-10.3372,-0.0526,54.4344,0.0000,54.4344,6.9725,54.4344,1.6501,0.0000,52.7843,0.0000,52.7843,8.3345,44.4497,0.0000,44.4497,-0.0460,44.4958,0.0000,34.9854,14.1070,-4.5966,1.0399,12194.5809,12194.5809,12194.5809,12194.5809,12194.5809 +1118.5000,1.0000,15920.6344,76.1505,76.3440,-0.1075,0.0000,6,1216.0128,351.2165,712.2049,-80.7000,44.7241,90.6926,-10.2764,-0.2307,37.9972,0.0000,37.9972,6.9576,37.9972,1.3187,0.0000,36.6785,0.0000,36.6785,8.3086,28.3699,0.0000,28.3699,-0.2018,28.5717,0.0000,34.6603,14.0631,-20.1516,1.0259,9027.1107,9027.1107,9027.1107,9027.1107,9027.1107 +1119.5000,1.0000,15941.6534,75.6585,75.9570,-0.1658,0.0000,6,1208.1562,258.5925,653.5681,-80.2340,32.7166,82.6880,-10.1510,-0.3537,26.1003,0.0000,26.1003,6.9699,26.1003,1.0752,0.0000,25.0252,0.0000,25.0252,8.2549,16.7702,0.0000,16.7702,-0.3093,17.0796,0.0000,33.9931,13.9723,-30.8858,1.0376,6769.4885,6769.4885,6769.4885,6769.4885,6769.4885 +1120.5000,1.0000,15962.4945,75.0180,75.3600,-0.1900,0.0000,6,1197.9284,217.2547,609.9405,-79.6267,27.2539,76.5151,-9.9889,-0.4018,20.6976,0.0000,20.6976,6.9581,20.6976,0.9599,0.0000,19.7377,0.0000,19.7377,8.1851,11.5526,0.0000,11.5526,-0.3514,11.9040,0.0000,33.1372,13.8540,-35.0872,1.0223,5750.3753,5750.3753,5750.3753,5750.3753,5750.3753 +1121.5000,1.0000,15983.1958,74.5145,74.6760,-0.0897,0.0000,6,1189.8882,367.0826,589.0923,-79.1471,45.7403,73.4037,-9.8621,-0.1884,39.0641,0.0000,39.0641,6.8646,39.0641,1.3216,0.0000,37.7425,0.0000,37.7425,8.1301,29.6124,0.0000,29.6124,-0.1648,29.7772,0.0000,32.4740,13.7610,-16.4577,1.0207,9218.4034,9218.4034,9218.4034,9218.4034,9218.4034 +1122.5000,1.0000,16003.7948,74.1465,74.3530,-0.1147,0.0000,6,1184.0118,326.2369,656.3329,-78.7966,40.4499,81.3783,-9.7699,-0.2398,33.8420,0.0000,33.8420,6.8477,33.8420,1.2130,0.0000,32.6290,0.0000,32.6290,8.0900,24.5390,0.0000,24.5390,-0.2097,24.7488,0.0000,31.9953,13.6930,-20.9396,1.0062,8199.4734,8199.4734,8199.4734,8199.4734,8199.4734 +1123.5000,1.0000,16024.2627,73.6745,73.9400,-0.1475,0.0000,6,1176.4746,272.5154,636.3721,-78.3469,33.5739,78.4011,-9.6524,-0.3063,27.0865,0.0000,27.0865,6.7938,27.0865,1.0727,0.0000,26.0138,0.0000,26.0138,8.0385,17.9754,0.0000,17.9754,-0.2679,18.2433,0.0000,31.3883,13.6059,-26.7509,0.9914,6912.7468,6912.7468,6912.7468,6912.7468,6912.7468 +1124.5000,1.0000,16044.5924,73.1770,73.4090,-0.1289,0.0000,6,1168.5303,297.5434,609.9997,-77.8730,36.4099,74.6446,-9.5292,-0.2659,29.9286,0.0000,29.9286,6.7471,29.9286,1.1240,0.0000,28.8046,0.0000,28.8046,7.9842,20.8204,0.0000,20.8204,-0.2325,21.0529,0.0000,30.7566,13.5140,-23.2177,1.0165,7450.0853,7450.0853,7450.0853,7450.0853,7450.0853 +1125.5000,1.0000,16064.7986,72.7320,72.9450,-0.1183,0.0000,6,1161.4243,310.1787,620.1258,-77.4492,37.7252,75.4222,-9.4197,-0.2426,31.3143,0.0000,31.3143,6.6535,31.3143,1.1468,0.0000,30.1675,0.0000,30.1675,7.9356,22.2319,0.0000,22.2319,-0.2122,22.4441,0.0000,30.1989,13.4318,-21.1866,1.0016,7670.6813,7670.6813,7670.6813,7670.6813,7670.6813 +1126.5000,1.0000,16084.8813,72.2880,72.5190,-0.1283,0.0000,6,1154.3343,291.4494,624.6576,-77.0262,35.2309,75.5096,-9.3111,-0.2615,28.9147,0.0000,28.9147,6.5777,28.9147,1.0939,0.0000,27.8208,0.0000,27.8208,7.8872,19.9336,0.0000,19.9336,-0.2287,20.1623,0.0000,29.6493,13.3498,-22.8368,0.9872,7220.1284,7220.1284,7220.1284,7220.1284,7220.1284 +1127.5000,1.0000,16104.8622,71.9210,72.0570,-0.0756,0.0000,6,1148.4738,369.4570,614.6125,-76.6766,44.4338,73.9182,-9.2217,-0.1532,38.0917,0.0000,38.0917,6.4953,38.0917,1.2735,0.0000,36.8182,0.0000,36.8182,7.8471,28.9711,0.0000,28.9711,-0.1340,29.1050,0.0000,29.1998,13.2820,-13.3768,0.9731,8947.9710,8947.9710,8947.9710,8947.9710,8947.9710 +1128.5000,1.0000,16124.7676,71.6495,71.7850,-0.0753,0.0000,6,1144.1383,368.4965,650.2100,-76.4180,44.1510,77.9042,-9.1559,-0.1520,37.7736,0.0000,37.7736,6.5294,37.7736,1.2641,0.0000,36.5095,0.0000,36.5095,7.8175,28.6920,0.0000,28.6920,-0.1330,28.8249,0.0000,28.8703,13.2319,-13.2773,1.0346,8890.8739,8890.8739,8890.8739,8890.8739,8890.8739 +1129.5000,1.0000,16144.5874,71.3415,71.5140,-0.0958,0.0000,6,1139.2200,334.8612,649.0026,-76.1246,39.9486,77.4253,-9.0816,-0.1927,33.6380,0.0000,33.6380,6.5033,33.6380,1.1781,0.0000,32.4599,0.0000,32.4599,7.7839,24.6760,0.0000,24.6760,-0.1686,24.8445,0.0000,28.4997,13.1750,-16.8302,1.0333,8051.1878,8051.1878,8051.1878,8051.1878,8051.1878 +1130.5000,1.0000,16164.2938,70.9330,71.1690,-0.1311,0.0000,6,1132.6969,278.0022,632.2086,-75.7355,32.9754,74.9899,-8.9834,-0.2621,26.7651,0.0000,26.7651,6.4725,26.7651,1.0362,0.0000,25.7289,0.0000,25.7289,7.7394,17.9896,0.0000,17.9896,-0.2293,18.2189,0.0000,28.0131,13.0996,-22.8938,1.0315,6772.2334,6772.2334,6772.2334,6772.2334,6772.2334 +1131.5000,1.0000,16183.8613,70.4330,70.6970,-0.1467,0.0000,6,1124.7126,250.0457,603.9076,-75.2592,29.4503,71.1280,-8.8640,-0.2912,23.3962,0.0000,23.3962,6.3452,23.3962,0.9634,0.0000,22.4328,0.0000,22.4328,7.6848,14.7480,0.0000,14.7480,-0.2547,15.0027,0.0000,27.4249,13.0072,-25.4294,0.9827,6068.4284,6068.4284,6068.4284,6068.4284,6068.4284 +1132.5000,1.0000,16203.3013,69.9740,70.1690,-0.1083,0.0000,6,1117.3830,306.2067,589.0563,-74.8220,35.8299,68.9267,-8.7551,-0.2137,29.6859,0.0000,29.6859,6.3576,29.6859,1.0843,0.0000,28.6017,0.0000,28.6017,7.6347,20.9669,0.0000,20.9669,-0.1869,21.1538,0.0000,26.8921,12.9225,-18.6607,0.9928,7319.3777,7319.3777,7319.3777,7319.3777,7319.3777 +1133.5000,1.0000,16222.6340,69.5875,69.7790,-0.1064,0.0000,6,1111.2112,307.7854,614.6191,-74.4538,35.8157,71.5206,-8.6639,-0.2087,29.5632,0.0000,29.5632,6.4612,29.5632,1.0777,0.0000,28.4855,0.0000,28.4855,7.5925,20.8929,0.0000,20.8929,-0.1825,21.0755,0.0000,26.4489,12.8511,-18.2245,1.1419,7313.5134,7313.5134,7313.5134,7313.5134,7313.5134 +1134.5000,1.0000,16241.8552,69.1865,69.3960,-0.1164,0.0000,6,1104.8078,289.7291,614.2400,-74.0719,33.5203,71.0646,-8.5698,-0.2270,27.3277,0.0000,27.3277,6.4195,27.3277,1.0287,0.0000,26.2990,0.0000,26.2990,7.5488,18.7502,0.0000,18.7502,-0.1985,18.9487,0.0000,25.9943,12.7770,-19.8227,1.1287,6875.4983,6875.4983,6875.4983,6875.4983,6875.4983 +1135.5000,1.0000,16260.9992,68.9085,68.9770,-0.0381,0.0000,6,1100.3685,408.0865,604.4803,-73.8071,47.0239,69.6545,-8.5048,-0.0739,40.6994,0.0000,40.6994,6.3985,40.6994,1.2932,0.0000,39.4062,0.0000,39.4062,7.5185,31.8877,0.0000,31.8877,-0.0647,31.9524,0.0000,25.6820,12.7257,-6.4554,1.1277,9454.6323,9454.6323,9454.6323,9454.6323,9454.6323 +1136.5000,1.0000,16280.1694,69.0025,68.8400,0.0903,0.0000,6,1101.8696,605.4652,660.6339,-73.8966,69.8631,76.2289,-8.5267,0.1756,63.2935,0.0000,63.2935,6.3940,63.2935,1.7461,0.0000,61.5475,0.0000,61.5475,7.5287,54.0187,0.0000,54.0187,0.1536,53.8652,0.0000,25.7874,12.7431,15.3347,1.1163,13835.2660,13835.2660,13835.2660,13835.2660,13835.2660 +1137.5000,1.0000,16299.4408,69.3670,69.1650,0.1122,0.0000,6,1107.6901,641.2391,754.5410,-74.2438,74.3818,87.5245,-8.6121,0.2194,67.7715,0.0000,67.7715,6.3909,67.7715,1.8395,0.0000,65.9320,0.0000,65.9320,7.5685,58.3635,0.0000,58.3635,0.1919,58.1716,0.0000,26.1983,12.8104,19.1629,1.1176,14624.1103,14624.1103,14624.1103,14624.1103,14624.1103 +1138.5000,1.0000,16318.8394,69.8250,69.5690,0.1422,0.0000,6,1115.0037,689.9296,771.8375,-74.6801,80.5582,90.1220,-8.7199,0.2799,73.8919,0.0000,73.8919,6.3864,73.8919,1.9668,0.0000,71.9250,0.0000,71.9250,7.6185,64.3066,0.0000,64.3066,0.2448,64.0617,0.0000,26.7208,12.8950,24.4460,1.1086,15818.5454,15818.5454,15818.5454,15818.5454,15818.5454 +1139.5000,1.0000,16338.3923,70.3805,70.0810,0.1664,0.0000,6,1123.8742,729.6966,795.1501,-75.2092,85.8793,93.5827,-8.8515,0.3301,79.2362,0.0000,79.2362,6.3131,79.2362,2.0796,0.0000,77.1565,0.0000,77.1565,7.6791,69.4774,0.0000,69.4774,0.2887,69.1887,0.0000,27.3638,12.9975,28.8274,1.0174,16769.9170,16769.9170,16769.9170,16769.9170,16769.9170 +1140.5000,1.0000,16358.0979,70.9300,70.6800,0.1389,0.0000,6,1132.6490,691.2563,814.5196,-75.7327,81.9904,96.6108,-8.9827,0.2777,75.3491,0.0000,75.3491,6.3636,75.3491,2.0078,0.0000,73.3413,0.0000,73.3413,7.7390,65.6023,0.0000,65.6023,0.2429,65.3594,0.0000,28.0096,13.0990,24.2508,0.9964,16084.1814,16084.1814,16084.1814,16084.1814,16084.1814 +1141.5000,1.0000,16377.9148,71.3310,71.1800,0.0839,0.0000,6,1139.0524,609.6015,797.7964,-76.1146,72.7141,95.1622,-9.0791,0.1687,66.1489,0.0000,66.1489,6.3965,66.1489,1.8282,0.0000,64.3208,0.0000,64.3208,7.7828,56.5380,0.0000,56.5380,0.1475,56.3905,0.0000,28.4871,13.1731,14.7303,0.9979,14364.2284,14364.2284,14364.2284,14364.2284,14364.2284 +1142.5000,1.0000,16397.8341,71.6995,71.4820,0.1208,0.0000,6,1144.9368,668.6198,760.4815,-76.4656,80.1658,91.1798,-9.1680,0.2442,73.5153,0.0000,73.5153,6.4063,73.5153,1.9795,0.0000,71.5358,0.0000,71.5358,7.8230,63.7128,0.0000,63.7128,0.2136,63.4992,0.0000,28.9310,13.2411,21.3271,0.9858,15731.9876,15731.9876,15731.9876,15731.9876,15731.9876 +1143.5000,1.0000,16417.8424,72.0200,71.9170,0.0572,0.0000,6,1150.0547,589.6523,788.6119,-76.7709,71.0139,94.9752,-9.2458,0.1162,62.4877,0.0000,62.4877,8.4100,62.4877,1.7625,0.0000,60.7252,0.0000,60.7252,7.8580,52.8673,0.0000,52.8673,0.1016,52.7657,0.0000,29.3205,13.3003,10.1449,1.0362,14055.0166,14055.0166,14055.0166,14055.0166,14055.0166 +1144.5000,1.0000,16437.9309,72.3085,72.1230,0.1031,0.0000,6,1154.6616,661.6686,752.6259,-77.0458,80.0062,91.0044,-9.3161,0.2100,71.3886,0.0000,71.3886,8.4076,71.3886,1.9436,0.0000,69.4450,0.0000,69.4450,7.8894,61.5555,0.0000,61.5555,0.1837,61.3718,0.0000,29.6744,13.3536,18.3438,0.9740,15703.2291,15703.2291,15703.2291,15703.2291,15703.2291 +1145.5000,1.0000,16458.1001,72.5990,72.4940,0.0583,0.0000,6,1159.3005,594.6782,786.3962,-77.3225,72.1949,95.4698,-9.3871,0.1194,63.6839,0.0000,63.6839,8.3917,63.6839,1.7927,0.0000,61.8911,0.0000,61.8911,7.9211,53.9700,0.0000,53.9700,0.1044,53.8656,0.0000,30.0333,13.4072,10.4250,0.9747,14286.3969,14286.3969,14286.3969,14286.3969,14286.3969 +1146.5000,1.0000,16478.3331,72.8290,72.7040,0.0694,0.0000,6,1162.9732,613.4321,756.1221,-77.5416,74.7076,92.0853,-9.4435,0.1426,66.1347,0.0000,66.1347,8.4304,66.1347,1.8443,0.0000,64.2904,0.0000,64.2904,7.9462,56.3442,0.0000,56.3442,0.1247,56.2195,0.0000,30.3197,13.4497,12.4501,1.0154,14728.0337,14728.0337,14728.0337,14728.0337,14728.0337 +1147.5000,1.0000,16498.6315,73.0640,72.9540,0.0611,0.0000,6,1166.7258,602.3286,765.1576,-77.7654,73.5921,93.4864,-9.5013,0.1259,65.0049,0.0000,65.0049,8.4613,65.0049,1.8243,0.0000,63.1806,0.0000,63.1806,7.9719,55.2087,0.0000,55.2087,0.1101,55.0987,0.0000,30.6141,13.4931,10.9914,1.0028,14549.8481,14549.8481,14549.8481,14549.8481,14549.8481 +1148.5000,1.0000,16518.9592,73.1700,73.1740,-0.0022,0.0000,6,1168.4185,505.5314,760.7314,-77.8664,61.8551,93.0804,-9.5275,-0.0046,53.4334,0.0000,53.4334,8.4263,53.4334,1.5940,0.0000,51.8394,0.0000,51.8394,7.9834,43.8559,0.0000,43.8559,-0.0040,43.8599,0.0000,30.7475,13.5127,-0.4003,1.0165,12295.5306,12295.5306,12295.5306,12295.5306,12295.5306 +1149.5000,1.0000,16539.2792,73.1420,73.1660,-0.0133,0.0000,6,1167.9714,488.0116,716.5471,-77.8397,59.6885,87.6406,-9.5205,-0.0275,51.3270,0.0000,51.3270,8.3891,51.3270,1.5516,0.0000,49.7754,0.0000,49.7754,7.9804,41.7950,0.0000,41.7950,-0.0240,41.8191,0.0000,30.7122,13.5075,-2.4007,1.0030,11888.2299,11888.2299,11888.2299,11888.2299,11888.2299 +1150.5000,1.0000,16559.5345,72.9090,73.1180,-0.1161,0.0000,6,1164.2507,329.6220,708.5681,-77.6178,40.1875,86.3887,-9.4632,-0.2386,31.9528,0.0000,31.9528,8.4734,31.9528,1.1615,0.0000,30.7913,0.0000,30.7913,7.9549,22.8363,0.0000,22.8363,-0.2087,23.0450,0.0000,30.4199,13.4645,-20.8393,1.0156,8124.0585,8124.0585,8124.0585,8124.0585,8124.0585 +1151.5000,1.0000,16579.5695,72.1160,72.7000,-0.3244,0.0000,6,1151.5877,7.7116,633.9883,-76.8624,0.9300,76.4552,-9.2691,-0.6595,-6.7853,0.0000,-6.7853,8.3748,-6.7853,0.7625,0.0000,-7.5478,0.0000,-7.5478,7.8684,-15.4162,0.0000,-15.4162,-0.5769,-14.8394,0.0000,29.4398,13.3180,-57.5972,1.0124,1503.9345,1503.9345,1503.9345,1503.9345,1503.9345 +1152.5000,1.0000,16599.3312,71.1320,71.5320,-0.2222,0.0000,6,1135.8746,138.8533,478.1901,-75.9251,16.5164,56.8800,-9.0312,-0.4456,10.5601,0.0000,10.5601,6.4018,10.5601,0.7142,0.0000,9.8459,0.0000,9.8459,7.7611,2.0848,0.0000,2.0848,-0.3897,2.4746,0.0000,28.2501,13.1363,-38.9118,1.0087,3680.6162,3680.6162,3680.6162,3680.6162,3680.6162 +1153.5000,1.0000,16618.8647,70.3105,70.7320,-0.2342,0.0000,6,1122.7565,115.0246,537.4783,-75.1425,13.5240,63.1939,-8.8349,-0.4641,7.6502,0.0000,7.6502,6.3379,7.6502,0.6472,0.0000,7.0030,0.0000,7.0030,7.6714,-0.6684,0.0000,-0.6684,-0.4059,-0.2625,0.0000,27.2827,12.9846,-40.5298,1.0172,3248.4412,3248.4412,3248.4412,3248.4412,3248.4412 +1154.5000,1.0000,16638.1809,69.5285,69.8890,-0.2003,0.0000,6,1110.2690,162.0732,523.0911,-74.3976,18.8438,60.8183,-8.6500,-0.3925,12.9309,0.0000,12.9309,6.3054,12.9309,0.7444,0.0000,12.1864,0.0000,12.1864,7.5861,4.6003,0.0000,4.6003,-0.3433,4.9437,0.0000,26.3822,12.8402,-34.2787,1.0026,4104.1518,4104.1518,4104.1518,4104.1518,4104.1518 +1155.5000,1.0000,16657.2449,68.6205,69.1680,-0.3042,0.0000,6,1095.7696,0.1314,542.6414,-73.4822,0.0151,62.2674,-8.4320,-0.5883,-5.6672,0.0000,-5.6672,6.2706,-5.6672,0.7050,0.0000,-6.3722,0.0000,-6.3722,7.4870,-13.8592,0.0000,-13.8592,-0.5146,-13.3446,0.0000,25.3630,12.6725,-51.3801,0.9992,1229.2795,1229.2795,1229.2795,1229.2795,1229.2795 +1156.5000,1.0000,16675.9345,67.2725,68.0730,-0.4447,0.1560,6,1074.2440,52.8403,457.7224,-71.9414,5.9443,51.4913,-8.0930,-0.8433,0.6245,0.0000,0.6245,6.1630,0.6245,0.6245,0.0000,0.0000,0.0000,0.0000,7.3400,-7.3400,28.1885,-35.5284,-0.7376,-34.7908,2.5334,23.8993,12.4236,-73.6471,0.9941,2194.8375,2194.8375,2194.8375,2194.8375,2194.8375 +1157.5000,1.0000,16694.0887,65.3450,66.4720,-0.6261,1.1190,6,1043.4646,51.4262,476.0942,-69.7381,5.6194,52.0235,-7.6204,-1.1532,0.6000,0.0000,0.6000,6.1726,0.6000,0.6000,0.0000,0.0000,0.0000,0.0000,7.1297,-7.1297,42.9694,-50.0991,-1.0087,-49.0903,17.6508,21.9067,12.0669,-100.7147,0.9868,2096.6540,2096.6540,2096.6540,2096.6540,2096.6540 +1158.5000,1.0000,16711.5095,62.7050,64.2180,-0.8406,2.4470,6,1001.3077,49.3168,465.0783,-66.7204,5.1712,48.7666,-6.9961,-1.4857,0.5671,0.0000,0.5671,6.0897,0.5671,0.5671,0.0000,0.0000,0.0000,0.0000,6.8416,-6.8416,56.2353,-63.0769,-1.2995,-61.7775,37.0302,19.3629,11.5766,-129.7472,0.9652,1958.8560,1958.8560,1958.8560,1958.8560,1958.8560 +1159.5000,1.0000,16727.9479,59.1680,61.1920,-1.1244,3.5840,6,944.8269,44.8525,438.9860,-69.7830,4.4378,43.4342,-6.9045,-1.8753,0.5242,0.0000,0.5242,5.7889,0.5242,0.5242,0.0000,0.0000,0.0000,0.0000,6.4557,-6.4557,80.6056,-87.0613,-1.6403,-85.4209,51.1595,16.2772,10.9199,-163.7775,0.9749,1708.2012,1708.2012,1708.2012,1708.2012,1708.2012 +1160.5000,1.0000,16743.3534,55.4500,57.1440,-0.9411,3.9170,6,885.4559,49.3427,409.6639,-73.3873,4.5753,37.9860,-6.8048,-1.4709,0.4804,0.0000,0.4804,5.5658,0.4804,0.4804,0.0000,0.0000,0.0000,0.0000,6.0500,-6.0500,47.6781,-53.7281,-1.2866,-52.4415,52.3929,13.3943,10.2324,-128.4611,0.9544,1662.8316,1662.8316,1662.8316,1662.8316,1662.8316 +1161.5000,1.0000,16757.7883,51.9555,53.7560,-1.0003,3.7790,6,829.6538,50.5197,424.3079,-77.3775,4.3892,36.8644,-6.7226,-1.4649,0.4407,0.0000,0.4407,5.4134,0.4407,0.4407,0.0000,0.0000,0.0000,0.0000,5.6688,-5.6688,55.5720,-61.2408,-1.2813,-59.9594,47.3640,11.0211,9.5881,-127.9326,0.9369,1663.9039,1663.9039,1663.9039,1663.9039,1663.9039 +1162.5000,1.0000,16771.3280,48.7330,50.1550,-0.7900,3.8250,6,778.1952,55.3637,452.3655,-81.8367,4.5117,36.8644,-6.6691,-1.0852,0.4051,0.0000,0.4051,5.1918,0.4051,0.4051,0.0000,0.0000,0.0000,0.0000,5.3172,-5.3172,27.3526,-32.6698,-0.9492,-31.7206,44.9663,9.0918,8.9932,-94.7719,0.9204,1659.3258,1659.3258,1659.3258,1659.3258,1659.3258 +1163.5000,1.0000,16783.9852,45.5560,47.3110,-0.9750,4.0720,6,727.4631,43.6643,483.9127,-87.2782,3.3263,36.8644,-6.6488,-1.2520,0.3711,0.0000,0.3711,4.2072,0.3711,0.3711,0.0000,0.0000,0.0000,0.0000,4.9705,-4.9705,44.8819,-49.8524,-1.0951,-48.7573,44.7449,7.4318,8.4061,-109.3401,0.9156,1347.2205,1347.2205,1347.2205,1347.2205,1347.2205 +1164.5000,1.0000,16795.6963,42.1500,43.8010,-0.9172,4.4050,0,649.7191,53.4681,541.8166,-95.6169,3.6379,36.8644,-6.5056,-1.9838,0.0000,0.0000,0.0000,5.6217,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.5989,-4.5989,33.0826,-37.6815,-0.9532,-36.7283,44.7788,5.8867,7.7765,-95.1703,0.9096,1343.1450,1343.1450,1343.1450,1343.1450,1343.1450 +1165.5000,1.0000,16806.3220,38.2425,40.4990,-1.2536,4.7670,5,694.6731,134.4630,506.7543,-90.7952,9.7816,36.8644,-6.6050,4.0388,0.2914,0.0000,0.2914,5.4514,0.3519,0.3519,0.0000,0.0000,0.0000,0.0000,4.1726,-4.1726,59.6061,-63.7787,-1.1820,-62.5967,43.9591,4.4051,7.0544,-118.0153,0.9244,2426.6421,2426.6421,2426.6421,2426.6421,2426.6421 +1166.5000,1.0000,16815.6947,33.7315,35.9860,-1.2525,5.2400,5,739.8942,41.3413,475.7824,-85.9448,3.2032,36.8644,-6.6591,-2.2470,0.2952,0.0000,0.2952,5.1549,0.2952,0.2952,0.0000,0.0000,0.0000,0.0000,3.6804,-3.6804,49.5058,-53.1862,-1.0416,-52.1445,42.6110,3.0259,6.2208,-104.0022,0.9406,1351.3009,1351.3009,1351.3009,1351.3009,1351.3009 +1167.5000,1.0000,16823.7502,28.9900,31.4770,-1.3817,6.1120,0,645.2211,43.8713,545.5938,-96.0994,2.9643,36.8644,-6.4932,-1.7918,0.0000,0.0000,0.0000,4.7561,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1630,-3.1630,46.4607,-49.6238,-0.9875,-48.6362,42.6945,1.9264,5.3438,-98.6009,0.9318,1243.8069,1243.8069,1243.8069,1243.8069,1243.8069 +1168.5000,1.0000,16830.3733,23.8330,26.5030,-1.4833,7.1470,4,643.5128,92.4018,547.0422,-96.2826,6.2268,36.8644,-6.4883,1.7196,0.3344,0.0000,0.3344,4.1728,0.4021,0.4021,0.0000,0.0000,0.0000,0.0000,2.6004,-2.6004,38.8154,-41.4158,-0.8716,-40.5442,41.0153,1.0759,4.3902,-87.0255,0.9433,1780.7151,1780.7151,1780.7151,1780.7151,1780.7151 +1169.5000,1.0000,16835.4416,18.2360,21.1630,-1.6261,8.2720,0,643.5128,33.5084,547.0422,-96.2826,2.2581,36.8644,-6.4883,-1.7196,0.0000,0.0000,0.0000,3.9776,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.9897,-1.9897,31.6027,-33.5924,-0.7311,-32.8613,36.2919,0.4883,3.3563,-72.9977,0.9318,1139.4347,1139.4347,1139.4347,1139.4347,1139.4347 +1170.5000,1.0000,16839.1286,13.2630,15.3090,-1.1367,8.9880,2,768.2195,113.3297,458.2396,-82.9067,9.1171,36.8644,-6.6697,7.9361,-2.8089,0.0000,-2.8089,3.9899,-4.0485,0.6982,0.0000,-4.7467,0.0000,-4.7467,1.4471,-6.1937,0.0000,-6.1937,-0.3717,-5.8221,28.6621,0.1875,2.4395,-37.1111,0.9195,2403.4829,2403.4829,2403.4829,2403.4829,2403.4829 +1171.5000,1.0000,16841.7776,9.5265,11.2170,-0.9392,8.5680,2,795.3095,-27.2693,442.6310,-80.0010,-2.2711,36.8644,-6.6629,-6.8929,0.6640,0.0000,0.6640,3.9577,0.6640,0.4143,0.0000,0.2497,0.0000,0.2497,1.0394,-0.7897,0.0000,-0.7897,-0.2206,-0.5691,19.6324,0.0700,1.7529,-22.0245,0.9221,475.4332,475.4332,475.4332,475.4332,475.4332 +1172.5000,1.0000,16843.5856,6.4989,7.8360,-0.7428,6.4340,0,627.0900,45.0377,561.3686,-98.0441,2.9576,36.8644,-6.4384,-1.0432,0.0000,0.0000,0.0000,4.0008,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.7091,-0.7091,0.0000,-0.7091,-0.1190,-0.5901,10.0734,0.0225,1.1977,-11.8836,0.9100,1238.6967,1238.6967,1238.6967,1238.6967,1238.6967 +1173.5000,1.0000,16844.8313,4.4744,5.4280,-0.3819,3.1240,1,622.2222,85.1204,565.7603,-98.5662,5.5464,36.8644,-6.4225,0.8491,0.6266,-0.0479,0.6745,4.0707,0.7667,0.3214,0.0000,0.4454,0.0000,0.4454,0.4882,-0.0428,0.0000,-0.0428,-0.0421,-0.0007,3.3728,0.0072,0.8259,-4.2066,1.0563,1631.8390,1631.8390,1631.8390,1631.8390,1631.8390 +1174.5000,1.0000,16845.6864,3.0685,3.7870,-0.3992,0.9180,1,644.4444,46.1895,546.2513,-96.1827,3.1171,36.8644,-6.4910,0.0000,-0.9517,0.2910,-1.2427,4.0689,-1.2427,0.2188,0.0000,-1.4615,0.0000,-1.4615,0.3348,-1.7963,0.0000,-1.7963,-0.0302,-1.7661,0.6800,0.0024,0.5667,-3.0152,1.0898,1266.0882,1266.0882,1266.0882,1266.0882,1266.0882 +1175.5000,1.0000,16846.1080,1.5075,2.3500,-0.4681,0.0000,1,644.4444,51.9759,546.2513,-96.1827,3.5076,36.8644,-6.4910,0.0000,-0.5330,0.6752,-1.2082,4.0406,-1.2082,0.1029,0.0000,-1.3111,0.0000,-1.3111,0.1645,-1.4756,0.0000,-1.4756,-0.0174,-1.4582,0.0000,0.0004,0.2784,-1.7369,1.0468,1323.4893,1323.4893,1323.4893,1323.4893,1323.4893 +1176.5000,1.0000,16846.2057,0.3420,0.6650,-0.1794,0.0000,0,644.4444,59.3853,546.2513,-96.1827,4.0077,36.8644,-6.4910,0.0000,-0.0018,0.0311,-0.0329,4.0095,-0.0329,0.0192,0.0000,-0.0521,0.0000,-0.0521,0.0373,-0.0894,0.0000,-0.0894,-0.0015,-0.0879,0.0000,0.0000,0.0632,-0.1511,1.0468,1396.9911,1396.9911,1396.9911,1396.9911,1396.9911 +1177.5000,1.0000,16846.2113,0.0095,0.0190,-0.0050,0.0000,0,644.4444,59.0254,546.2513,-96.1827,3.9834,36.8644,-6.4910,0.0000,0.0032,0.0000,0.0032,3.9802,0.0032,0.0005,0.0000,0.0027,0.0000,0.0027,0.0010,0.0016,0.0000,0.0016,0.0000,0.0016,0.0000,0.0000,0.0018,-0.0001,1.0027,1393.4209,1393.4209,1393.4209,1393.4209,1393.4209 +1178.5000,1.0000,16846.2146,0.0000,0.0010,0.0006,0.0000,0,644.4444,58.5028,546.2513,-96.1827,3.9481,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9481,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9673,1388.2364,1388.2364,1388.2364,1388.2364,1388.2364 +1179.5000,1.0000,16846.2182,0.0000,0.0020,0.0000,0.0000,0,644.4444,60.2249,546.2513,-96.1827,4.0643,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0643,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0247,1405.3195,1405.3195,1405.3195,1405.3195,1405.3195 +1180.5000,1.0000,16846.2219,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.0126,546.2513,-96.1827,3.9825,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9825,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0898,1393.2941,1393.2941,1393.2941,1393.2941,1393.2941 +1181.5000,1.0000,16846.2255,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.5052,546.2513,-96.1827,3.9483,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9483,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1388.2600,1388.2600,1388.2600,1388.2600,1388.2600 +1182.5000,1.0000,16846.2291,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.8829,546.2513,-96.1827,3.9063,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9063,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0358,1382.0874,1382.0874,1382.0874,1382.0874,1382.0874 +1183.5000,1.0000,16846.2327,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.4927,546.2513,-96.1827,3.8800,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8800,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0137,1378.2163,1378.2163,1378.2163,1378.2163,1378.2163 +1184.5000,1.0000,16846.2363,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.7634,546.2513,-96.1827,3.8982,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8982,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0358,1380.9016,1380.9016,1380.9016,1380.9016,1380.9016 +1185.5000,1.0000,16846.2399,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.1600,546.2513,-96.1827,3.8575,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8575,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9673,1374.9158,1374.9158,1374.9158,1374.9158,1374.9158 +1186.5000,1.0000,16846.2435,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.0319,546.2513,-96.1827,3.9163,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9163,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0247,1383.5650,1383.5650,1383.5650,1383.5650,1383.5650 +1187.5000,1.0000,16846.2471,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.1564,546.2513,-96.1827,3.9247,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9247,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0576,1384.8008,1384.8008,1384.8008,1384.8008,1384.8008 +1188.5000,1.0000,16846.2507,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.2218,546.2513,-96.1827,3.9292,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9292,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0468,1385.4487,1385.4487,1385.4487,1385.4487,1385.4487 +1189.5000,1.0000,16846.2544,0.0000,0.0000,0.0000,0.0000,0,644.4444,74.6968,546.2513,-96.1827,5.0410,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.0410,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0576,1548.8816,1548.8816,1548.8816,1548.8816,1548.8816 +1190.5000,1.0000,16846.2580,0.0000,0.0000,0.0000,0.0000,0,644.4444,74.1539,546.2513,-96.1827,5.0044,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.0044,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9911,1543.4953,1543.4953,1543.4953,1543.4953,1543.4953 +1191.5000,1.0000,16846.2616,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.9091,546.2513,-96.1827,4.9878,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9878,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0576,1541.0676,1541.0676,1541.0676,1541.0676,1541.0676 +1192.5000,1.0000,16846.2652,0.0000,0.0000,0.0000,0.0000,0,644.4444,74.7408,546.2513,-96.1827,5.0440,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.0440,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1549.3172,1549.3172,1549.3172,1549.3172,1549.3172 +1193.5000,1.0000,16846.2688,0.0000,0.0000,0.0000,0.0000,0,644.4444,72.6292,546.2513,-96.1827,4.9015,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9015,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1528.3704,1528.3704,1528.3704,1528.3704,1528.3704 +1194.5000,1.0000,16846.2724,0.0000,0.0000,0.0000,0.0000,0,644.4444,71.8431,546.2513,-96.1827,4.8484,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8484,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8876,1520.5723,1520.5723,1520.5723,1520.5723,1520.5723 +1195.5000,1.0000,16846.2760,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.6547,546.2513,-96.1827,4.9707,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9707,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9792,1538.5435,1538.5435,1538.5435,1538.5435,1538.5435 +1196.5000,1.0000,16846.2796,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.1028,546.2513,-96.1827,4.9334,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9334,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9434,1533.0683,1533.0683,1533.0683,1533.0683,1533.0683 +1197.5000,1.0000,16846.2832,0.0000,0.0000,0.0000,0.0000,0,644.4444,72.5825,546.2513,-96.1827,4.8983,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8983,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1527.9069,1527.9069,1527.9069,1527.9069,1527.9069 +1198.5000,1.0000,16846.2869,0.0000,0.0000,0.0000,0.0000,0,644.4444,71.8389,546.2513,-96.1827,4.8481,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8481,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1520.5310,1520.5310,1520.5310,1520.5310,1520.5310 +1199.5000,1.0000,16846.2905,0.0000,0.0000,0.0000,0.0000,0,644.4444,72.3273,546.2513,-96.1827,4.8811,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8811,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1525.3761,1525.3761,1525.3761,1525.3761,1525.3761 +1200.5000,1.0000,16846.2941,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.3848,546.2513,-96.1827,4.9524,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9524,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1535.8659,1535.8659,1535.8659,1535.8659,1535.8659 +1201.5000,1.0000,16846.2977,0.0000,0.0000,0.0000,0.0000,0,644.4444,72.8539,546.2513,-96.1827,4.9166,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9166,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1530.5991,1530.5991,1530.5991,1530.5991,1530.5991 +1202.5000,1.0000,16846.3013,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.7008,546.2513,-96.1827,4.9738,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9738,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9434,1539.0005,1539.0005,1539.0005,1539.0005,1539.0005 +1203.5000,1.0000,16846.3049,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.5600,546.2513,-96.1827,4.9643,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9643,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1537.6042,1537.6042,1537.6042,1537.6042,1537.6042 +1204.5000,1.0000,16846.3085,0.0000,0.0000,0.0000,0.0000,0,644.4444,72.0232,546.2513,-96.1827,4.8606,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8606,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8876,1522.3593,1522.3593,1522.3593,1522.3593,1522.3593 +1205.5000,1.0000,16846.3121,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.0687,546.2513,-96.1827,4.9311,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9311,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9434,1532.7303,1532.7303,1532.7303,1532.7303,1532.7303 +1206.5000,1.0000,16846.3157,0.0000,0.0000,0.0000,0.0000,0,644.4444,72.7321,546.2513,-96.1827,4.9084,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9084,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8876,1529.3913,1529.3913,1529.3913,1529.3913,1529.3913 +1207.5000,1.0000,16846.3194,0.0000,0.0000,0.0000,0.0000,0,644.4444,72.3226,546.2513,-96.1827,4.8808,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8808,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1525.3288,1525.3288,1525.3288,1525.3288,1525.3288 +1208.5000,1.0000,16846.3230,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.9806,546.2513,-96.1827,4.9927,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9673,1541.7763,1541.7763,1541.7763,1541.7763,1541.7763 +1209.5000,1.0000,16846.3266,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.2504,546.2513,-96.1827,3.7961,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7961,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9434,1365.8925,1365.8925,1365.8925,1365.8925,1365.8925 +1210.5000,1.0000,16846.3302,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.1446,546.2513,-96.1827,3.7890,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7890,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1364.8430,1364.8430,1364.8430,1364.8430,1364.8430 +1211.5000,1.0000,16846.3338,0.0000,0.0000,0.0000,0.0000,0,644.4444,54.8930,546.2513,-96.1827,3.7045,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7045,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8622,1352.4279,1352.4279,1352.4279,1352.4279,1352.4279 +1212.5000,1.0000,16846.3374,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.0462,546.2513,-96.1827,3.7823,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7823,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8876,1363.8673,1363.8673,1363.8673,1363.8673,1363.8673 +1213.5000,1.0000,16846.3410,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.4034,546.2513,-96.1827,3.8064,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8064,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1367.4110,1367.4110,1367.4110,1367.4110,1367.4110 +1214.5000,1.0000,16846.3446,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.1429,546.2513,-96.1827,3.8564,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8564,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9434,1374.7468,1374.7468,1374.7468,1374.7468,1374.7468 +1215.5000,1.0000,16846.3482,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.0927,546.2513,-96.1827,3.8530,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8530,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9673,1374.2480,1374.2480,1374.2480,1374.2480,1374.2480 +1216.5000,1.0000,16846.3519,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.2480,546.2513,-96.1827,3.7960,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7960,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9434,1365.8694,1365.8694,1365.8694,1365.8694,1365.8694 +1217.5000,1.0000,16846.3555,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.2035,546.2513,-96.1827,3.7930,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7930,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9434,1365.4273,1365.4273,1365.4273,1365.4273,1365.4273 +1218.5000,1.0000,16846.3591,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.4124,546.2513,-96.1827,3.7396,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1357.5798,1357.5798,1357.5798,1357.5798,1357.5798 +1219.5000,1.0000,16846.3627,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.8921,546.2513,-96.1827,3.7719,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7719,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1362.3387,1362.3387,1362.3387,1362.3387,1362.3387 +1220.5000,1.0000,16846.3663,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.2985,546.2513,-96.1827,3.7994,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7994,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1366.3699,1366.3699,1366.3699,1366.3699,1366.3699 +1221.5000,1.0000,16846.3699,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.6630,546.2513,-96.1827,3.7565,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7565,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8876,1360.0662,1360.0662,1360.0662,1360.0662,1360.0662 +1222.5000,1.0000,16846.3735,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.6363,546.2513,-96.1827,3.8222,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8222,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9434,1369.7207,1369.7207,1369.7207,1369.7207,1369.7207 +1223.5000,1.0000,16846.3771,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.9485,546.2513,-96.1827,3.7757,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7757,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1362.8984,1362.8984,1362.8984,1362.8984,1362.8984 +1224.5000,1.0000,16846.3807,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.9735,546.2513,-96.1827,3.7774,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7774,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9434,1363.1456,1363.1456,1363.1456,1363.1456,1363.1456 +1225.5000,1.0000,16846.3844,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.7566,546.2513,-96.1827,3.7628,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7628,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1360.9940,1360.9940,1360.9940,1360.9940,1360.9940 +1226.5000,1.0000,16846.3880,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.2883,546.2513,-96.1827,3.7987,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7987,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1366.2691,1366.2691,1366.2691,1366.2691,1366.2691 +1227.5000,1.0000,16846.3916,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.3333,546.2513,-96.1827,3.8017,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8017,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1366.7153,1366.7153,1366.7153,1366.7153,1366.7153 +1228.5000,1.0000,16846.3952,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.9434,546.2513,-96.1827,3.8429,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8429,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9911,1372.7675,1372.7675,1372.7675,1372.7675,1372.7675 +1229.5000,1.0000,16846.3988,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.6274,546.2513,-96.1827,3.7541,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7541,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1359.7129,1359.7129,1359.7129,1359.7129,1359.7129 +1230.5000,1.0000,16846.4024,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.2378,546.2513,-96.1827,3.7953,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7953,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1365.7679,1365.7679,1365.7679,1365.7679,1365.7679 +1231.5000,1.0000,16846.4060,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.4037,546.2513,-96.1827,3.7390,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7390,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1357.4933,1357.4933,1357.4933,1357.4933,1357.4933 +1232.5000,1.0000,16846.4096,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.0897,546.2513,-96.1827,3.7853,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7853,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1364.2988,1364.2988,1364.2988,1364.2988,1364.2988 +1233.5000,1.0000,16846.4132,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.8831,546.2513,-96.1827,3.7713,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7713,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1362.2494,1362.2494,1362.2494,1362.2494,1362.2494 +1234.5000,1.0000,16846.4169,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.2602,546.2513,-96.1827,3.7968,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7968,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1365.9905,1365.9905,1365.9905,1365.9905,1365.9905 +1235.5000,1.0000,16846.4205,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.6523,546.2513,-96.1827,3.7558,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7558,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1359.9601,1359.9601,1359.9601,1359.9601,1359.9601 +1236.5000,1.0000,16846.4241,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.5639,546.2513,-96.1827,3.7498,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7498,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1359.0825,1359.0825,1359.0825,1359.0825,1359.0825 +1237.5000,1.0000,16846.4277,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.0521,546.2513,-96.1827,3.7827,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7827,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1363.9260,1363.9260,1363.9260,1363.9260,1363.9260 +1238.5000,1.0000,16846.4313,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.0780,546.2513,-96.1827,3.8520,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8520,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9434,1374.1028,1374.1028,1374.1028,1374.1028,1374.1028 +1239.5000,1.0000,16846.4349,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.5554,546.2513,-96.1827,3.8167,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8167,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1368.9182,1368.9182,1368.9182,1368.9182,1368.9182 +1240.5000,1.0000,16846.4391,0.0020,0.0000,0.0011,0.0000,0,644.4444,56.7187,546.2513,-96.1827,3.8277,36.8644,-6.4910,0.0000,0.0014,0.0007,0.0007,3.8263,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,0.9553,1370.5385,1370.5385,1370.5385,1370.5385,1370.5385 +1241.5000,1.0000,16846.4432,0.0020,0.0040,-0.0011,0.0000,0,644.4444,55.5039,546.2513,-96.1827,3.7457,36.8644,-6.4910,0.0000,0.0007,0.0000,0.0007,3.7451,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,0.8876,1358.4873,1358.4873,1358.4873,1358.4873,1358.4873 +1242.5000,1.0000,16846.4469,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.1421,546.2513,-96.1827,3.7213,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7213,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8467,1354.8982,1354.8982,1354.8982,1354.8982,1354.8982 +1243.5000,1.0000,16846.4505,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.8889,546.2513,-96.1827,3.8392,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8392,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9434,1372.2272,1372.2272,1372.2272,1372.2272,1372.2272 +1244.5000,1.0000,16846.4541,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.1774,546.2513,-96.1827,3.7912,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7912,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1365.1685,1365.1685,1365.1685,1365.1685,1365.1685 +1245.5000,1.0000,16846.4577,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.3759,546.2513,-96.1827,3.8046,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8046,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1367.1374,1367.1374,1367.1374,1367.1374,1367.1374 +1246.5000,1.0000,16846.4613,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.0683,546.2513,-96.1827,3.7838,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7838,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1364.0868,1364.0868,1364.0868,1364.0868,1364.0868 +1247.5000,1.0000,16846.4649,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.1905,546.2513,-96.1827,3.7921,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7921,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1365.2982,1365.2982,1365.2982,1365.2982,1365.2982 +1248.5000,1.0000,16846.4685,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.1907,546.2513,-96.1827,3.7921,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7921,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1365.3002,1365.3002,1365.3002,1365.3002,1365.3002 +1249.5000,1.0000,16846.4721,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.2735,546.2513,-96.1827,3.7977,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7977,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1366.1219,1366.1219,1366.1219,1366.1219,1366.1219 +1250.5000,1.0000,16846.4757,0.0000,0.0000,0.0000,0.0000,0,644.4444,54.8462,546.2513,-96.1827,3.7014,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7014,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1351.9629,1351.9629,1351.9629,1351.9629,1351.9629 +1251.5000,1.0000,16846.4794,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.1141,546.2513,-96.1827,3.7869,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7869,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1364.5406,1364.5406,1364.5406,1364.5406,1364.5406 +1252.5000,1.0000,16846.4830,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.8741,546.2513,-96.1827,3.8382,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8382,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1372.0804,1372.0804,1372.0804,1372.0804,1372.0804 +1253.5000,1.0000,16846.4866,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.3748,546.2513,-96.1827,3.8045,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8045,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1367.1267,1367.1267,1367.1267,1367.1267,1367.1267 +1254.5000,1.0000,16846.4902,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.0157,546.2513,-96.1827,3.7803,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7803,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8876,1363.5645,1363.5645,1363.5645,1363.5645,1363.5645 +1255.5000,1.0000,16846.4938,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.5964,546.2513,-96.1827,3.8195,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8195,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1369.3248,1369.3248,1369.3248,1369.3248,1369.3248 +1256.5000,1.0000,16846.4974,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.4624,546.2513,-96.1827,3.8104,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8104,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1367.9960,1367.9960,1367.9960,1367.9960,1367.9960 +1257.5000,1.0000,16846.5010,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.5706,546.2513,-96.1827,3.8852,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8852,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1378.9889,1378.9889,1378.9889,1378.9889,1378.9889 +1258.5000,1.0000,16846.5046,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.9092,546.2513,-96.1827,3.8406,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8406,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9434,1372.4279,1372.4279,1372.4279,1372.4279,1372.4279 +1259.5000,1.0000,16846.5082,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.4380,546.2513,-96.1827,3.8088,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8088,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8876,1367.7543,1367.7543,1367.7543,1367.7543,1367.7543 +1260.5000,1.0000,16846.5119,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.4883,546.2513,-96.1827,4.0146,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0146,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1398.0125,1398.0125,1398.0125,1398.0125,1398.0125 +1261.5000,1.0000,16846.5155,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.0200,546.2513,-96.1827,3.9830,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9830,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1393.3678,1393.3678,1393.3678,1393.3678,1393.3678 +1262.5000,1.0000,16846.5199,0.0030,0.0000,0.0017,0.0000,0,644.4444,58.6761,546.2513,-96.1827,3.9598,36.8644,-6.4910,0.0000,0.0021,0.0010,0.0010,3.9577,0.0010,0.0002,0.0000,0.0009,0.0000,0.0009,0.0003,0.0006,0.0000,0.0006,0.0000,0.0006,0.0000,0.0000,0.0006,0.0000,0.9208,1389.9554,1389.9554,1389.9554,1389.9554,1389.9554 +1263.5000,1.0000,16846.5246,0.0030,0.0060,-0.0011,0.0000,0,644.4444,58.7422,546.2513,-96.1827,3.9643,36.8644,-6.4910,0.0000,0.0010,0.0000,0.0010,3.9633,0.0010,0.0002,0.0000,0.0009,0.0000,0.0009,0.0003,0.0005,0.0000,0.0005,0.0000,0.0005,0.0000,0.0000,0.0006,0.0000,0.9208,1390.6115,1390.6115,1390.6115,1390.6115,1390.6115 +1264.5000,1.0000,16846.5288,0.0000,0.0020,0.0000,0.0000,0,644.4444,59.1890,546.2513,-96.1827,3.9944,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9944,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1395.0434,1395.0434,1395.0434,1395.0434,1395.0434 +1265.5000,1.0000,16846.5330,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.2235,546.2513,-96.1827,3.9968,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9968,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1395.3859,1395.3859,1395.3859,1395.3859,1395.3859 +1266.5000,1.0000,16846.5371,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.6241,546.2513,-96.1827,4.0238,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0238,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1399.3595,1399.3595,1399.3595,1399.3595,1399.3595 +1267.5000,1.0000,16846.5413,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.2582,546.2513,-96.1827,3.9991,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9991,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1395.7303,1395.7303,1395.7303,1395.7303,1395.7303 +1268.5000,1.0000,16846.5457,0.0000,0.0000,0.0006,0.0000,0,644.4444,58.6531,546.2513,-96.1827,3.9583,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9583,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1389.7278,1389.7278,1389.7278,1389.7278,1389.7278 +1269.5000,1.0000,16846.5505,0.0000,0.0020,0.0000,0.0000,0,644.4444,58.1957,546.2513,-96.1827,3.9274,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9274,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1385.1899,1385.1899,1385.1899,1385.1899,1385.1899 +1270.5000,1.0000,16846.5552,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.8255,546.2513,-96.1827,3.9699,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9699,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8876,1391.4375,1391.4375,1391.4375,1391.4375,1391.4375 +1271.5000,1.0000,16846.5602,0.0000,0.0000,0.0006,0.0000,0,644.4444,59.4503,546.2513,-96.1827,4.0121,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0121,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1397.6362,1397.6362,1397.6362,1397.6362,1397.6362 +1272.5000,1.0000,16846.5655,0.0000,0.0020,0.0000,0.0000,0,644.4444,58.9140,546.2513,-96.1827,3.9759,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9759,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1392.3157,1392.3157,1392.3157,1392.3157,1392.3157 +1273.5000,1.0000,16846.5707,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.8363,546.2513,-96.1827,3.9031,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9031,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1381.6247,1381.6247,1381.6247,1381.6247,1381.6247 +1274.5000,1.0000,16846.5760,0.0000,0.0000,0.0000,0.0000,0,644.4444,60.0670,546.2513,-96.1827,4.0537,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0537,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1403.7534,1403.7534,1403.7534,1403.7534,1403.7534 +1275.5000,1.0000,16846.5813,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.1486,546.2513,-96.1827,3.9917,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9917,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8765,1394.6431,1394.6431,1394.6431,1394.6431,1394.6431 +1276.5000,1.0000,16846.5866,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.1680,546.2513,-96.1827,3.9255,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9255,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8876,1384.9151,1384.9151,1384.9151,1384.9151,1384.9151 +1277.5000,1.0000,16846.5919,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.4239,546.2513,-96.1827,4.0103,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0103,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9553,1397.3739,1397.3739,1397.3739,1397.3739,1397.3739 +1278.5000,1.0000,16846.5971,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.7867,546.2513,-96.1827,3.9673,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9673,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1391.0533,1391.0533,1391.0533,1391.0533,1391.0533 +1279.5000,1.0000,16846.6024,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.6569,546.2513,-96.1827,4.0260,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0260,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1399.6852,1399.6852,1399.6852,1399.6852,1399.6852 +1280.5000,1.0000,16846.6077,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.8000,546.2513,-96.1827,4.0357,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0357,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1401.1053,1401.1053,1401.1053,1401.1053,1401.1053 +1281.5000,1.0000,16846.6130,0.0000,0.0000,0.0000,0.0000,0,644.4444,60.6765,546.2513,-96.1827,4.0948,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0948,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9553,1409.7998,1409.7998,1409.7998,1409.7998,1409.7998 +1282.5000,1.0000,16846.6182,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.9275,546.2513,-96.1827,3.9768,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9768,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1392.4496,1392.4496,1392.4496,1392.4496,1392.4496 +1283.5000,1.0000,16846.6235,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.7464,546.2513,-96.1827,3.9646,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9646,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8876,1390.6530,1390.6530,1390.6530,1390.6530,1390.6530 +1284.5000,1.0000,16846.6288,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.1243,546.2513,-96.1827,3.9901,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9901,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8876,1394.4020,1394.4020,1394.4020,1394.4020,1394.4020 +1285.5000,1.0000,16846.6341,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.2510,546.2513,-96.1827,3.9986,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9986,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1395.6591,1395.6591,1395.6591,1395.6591,1395.6591 +1286.5000,1.0000,16846.6394,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.8902,546.2513,-96.1827,3.9068,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9068,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8765,1382.1593,1382.1593,1382.1593,1382.1593,1382.1593 +1287.5000,1.0000,16846.6446,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.4992,546.2513,-96.1827,3.9479,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9479,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1388.2009,1388.2009,1388.2009,1388.2009,1388.2009 +1288.5000,1.0000,16846.6499,0.0000,0.0000,0.0000,0.0000,0,644.4444,76.6671,546.2513,-96.1827,5.1740,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.1740,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1568.4264,1568.4264,1568.4264,1568.4264,1568.4264 +1289.5000,1.0000,16846.6552,0.0000,0.0000,0.0000,0.0000,0,644.4444,75.4484,546.2513,-96.1827,5.0917,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.0917,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1556.3372,1556.3372,1556.3372,1556.3372,1556.3372 +1290.5000,1.0000,16846.6605,0.0000,0.0000,0.0000,0.0000,0,644.4444,76.2324,546.2513,-96.1827,5.1446,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.1446,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1564.1143,1564.1143,1564.1143,1564.1143,1564.1143 +1291.5000,1.0000,16846.6657,0.0000,0.0000,0.0000,0.0000,0,644.4444,75.9205,546.2513,-96.1827,5.1236,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.1236,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9553,1561.0198,1561.0198,1561.0198,1561.0198,1561.0198 +1292.5000,1.0000,16846.6710,0.0000,0.0000,0.0000,0.0000,0,644.4444,74.6413,546.2513,-96.1827,5.0372,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.0372,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1548.3306,1548.3306,1548.3306,1548.3306,1548.3306 +1293.5000,1.0000,16846.6763,0.0000,0.0000,0.0000,0.0000,0,644.4444,74.9038,546.2513,-96.1827,5.0550,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.0550,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1550.9349,1550.9349,1550.9349,1550.9349,1550.9349 +1294.5000,1.0000,16846.6816,0.0000,0.0000,0.0000,0.0000,0,644.4444,74.1028,546.2513,-96.1827,5.0009,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.0009,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8230,1542.9889,1542.9889,1542.9889,1542.9889,1542.9889 +1295.5000,1.0000,16846.6869,0.0000,0.0000,0.0000,0.0000,0,644.4444,75.3066,546.2513,-96.1827,5.0821,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.0821,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1554.9302,1554.9302,1554.9302,1554.9302,1554.9302 +1296.5000,1.0000,16846.6921,0.0000,0.0000,0.0000,0.0000,0,644.4444,75.7667,546.2513,-96.1827,5.1132,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.1132,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1559.4944,1559.4944,1559.4944,1559.4944,1559.4944 +1297.5000,1.0000,16846.6974,0.0000,0.0000,0.0000,0.0000,0,644.4444,76.1188,546.2513,-96.1827,5.1370,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.1370,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1562.9873,1562.9873,1562.9873,1562.9873,1562.9873 +1298.5000,1.0000,16846.7027,0.0000,0.0000,0.0000,0.0000,0,644.4444,75.0303,546.2513,-96.1827,5.0635,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.0635,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1552.1894,1552.1894,1552.1894,1552.1894,1552.1894 +1299.5000,1.0000,16846.7080,0.0000,0.0000,0.0000,0.0000,0,644.4444,75.2518,546.2513,-96.1827,5.0785,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.0785,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8765,1554.3871,1554.3871,1554.3871,1554.3871,1554.3871 diff --git a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGear.vsum b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGear.vsum index b8fd6bdf78461f0534805fd7ceed90136a0ca3be..576da1b51cf5ac0c6551acf709f3c5615ce263e3 100644 --- a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGear.vsum +++ b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGear.vsum @@ -1,2 +1,2 @@ Job [-],Input File [-],Cycle [-],Status,Mass [kg],Loading [kg],time [s],distance [km],speed [km/h],altitudeDelta [m],FC-Map [g/h],FC-Map [g/km],FC-AUXc [g/h],FC-AUXc [g/km],FC-WHTCc [g/h],FC-WHTCc [g/km],FC-AAUX [g/h],FC-AAUX [g/km],FC-Final [g/h],FC-Final [g/km],FC-Final [l/100km],FC-Final [l/100tkm],CO2 [g/km],CO2 [g/tkm],P_wheel_in_pos [kW],P_brake_loss [kW],P_eng_out_pos [kW],P_eng_out_neg [kW],E_aux_sum [kWh],E_air [kWh],E_roll [kWh],E_grad [kWh],E_inertia [kWh],E_brake [kWh],E_gbx_axl_loss [kWh],E_ret_loss [kWh],E_tc_loss [kWh],E_eng_out_pos [kWh],E_eng_out_neg [kWh],a [m/s^2],a_pos [m/s^2],a_neg [m/s^2],AccelerationTimeShare [%],DecelerationTimeShare [%],CruiseTimeShare [%],StopTimeShare [%] -12-0,MeasuredSpeedGear,MeasuredSpeed_Gear_Rural.vdri,Success,8862.0000,0.0000,1298.0000,16.8075,46.6155,,7666.7738,164.4684,7666.7738,164.4684,7666.7738,164.4684,7666.7738,164.4684,7666.7738,164.4684,19.7678,,519.7200,,27.2489,1.1417,42.1780,-8.5851,1.9832,5.3555,3.1158,0.3598,0.0000,0.4116,1.5459,0.0000,0.0000,11.1889,-0.3744,-0.0002,0.2931,-0.3223,23.4387,22.2051,0.0000,14.4838 +1-0,MeasuredSpeedGear,MeasuredSpeed_Gear_Rural.vdri,Success,8862.0000,0.0000,1298.0000,16.8065,46.6128,15.8669,7667.3278,164.4897,7667.3278,164.4897,7667.3278,164.4897,7667.3278,164.4897,7667.3278,164.4897,19.7704,,519.7873,,27.2489,1.1514,42.1108,-8.5852,1.9832,5.3555,3.1158,0.3598,0.0000,0.4152,1.5471,0.0000,0.0000,11.1944,-0.3744,-0.0002,0.2930,-0.3223,23.4387,22.2051,0.0000,14.4838 diff --git a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGearAux.vsum b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGearAux.vsum index 5355e584d9bf46d14195990f428593c5a8b218a8..fd023bf3a2279608d6457b501db43b6fe1ed95df 100644 --- a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGearAux.vsum +++ b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGearAux.vsum @@ -1,2 +1,2 @@ Job [-],Input File [-],Cycle [-],Status,Mass [kg],Loading [kg],time [s],distance [km],speed [km/h],altitudeDelta [m],FC-Map [g/h],FC-Map [g/km],FC-AUXc [g/h],FC-AUXc [g/km],FC-WHTCc [g/h],FC-WHTCc [g/km],FC-AAUX [g/h],FC-AAUX [g/km],FC-Final [g/h],FC-Final [g/km],FC-Final [l/100km],FC-Final [l/100tkm],CO2 [g/km],CO2 [g/tkm],P_wheel_in_pos [kW],P_brake_loss [kW],P_eng_out_pos [kW],P_eng_out_neg [kW],E_aux_ALT [kWh],E_aux_sum [kWh],E_air [kWh],E_roll [kWh],E_grad [kWh],E_inertia [kWh],E_brake [kWh],E_gbx_axl_loss [kWh],E_ret_loss [kWh],E_tc_loss [kWh],E_eng_out_pos [kWh],E_eng_out_neg [kWh],a [m/s^2],a_pos [m/s^2],a_neg [m/s^2],AccelerationTimeShare [%],DecelerationTimeShare [%],CruiseTimeShare [%],StopTimeShare [%] -8-0,MeasuredSpeedGearAux,MeasuredSpeed_Gear_Rural_Aux.vdri,Success,8862.0000,0.0000,1298.0000,16.8075,46.6155,,7850.1194,168.4015,7850.1194,168.4015,7850.1194,168.4015,7850.1194,168.4015,7850.1194,168.4015,20.2406,,532.1489,,27.2488,1.0940,42.1780,-8.9766,0.3984,2.3816,5.3555,3.1158,0.3598,0.0000,0.3945,1.5458,0.0000,0.0000,11.1889,-0.3915,-0.0002,0.2931,-0.3223,23.4387,22.2051,0.0000,14.4838 +7-0,MeasuredSpeedGearAux,MeasuredSpeed_Gear_Rural_Aux.vdri,Success,8862.0000,0.0000,1298.0000,16.8065,46.6128,15.8669,7850.6734,168.4231,7850.6734,168.4231,7850.6734,168.4231,7850.6734,168.4231,7850.6734,168.4231,20.2432,,532.2169,,27.2489,1.1030,42.1095,-8.9766,0.3984,2.3816,5.3555,3.1158,0.3598,0.0000,0.3977,1.5470,0.0000,0.0000,11.1941,-0.3915,-0.0002,0.2930,-0.3223,23.4387,22.2051,0.0000,14.4838 diff --git a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGearAux_MeasuredSpeed_Gear_Rural_Aux.vmod b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGearAux_MeasuredSpeed_Gear_Rural_Aux.vmod index 1d6d6a80f6fd53c42bc4c2ee3432b99ae245c205..357832a370fb84a4c9ddb293e40d861d8f16f1c3 100644 --- a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGearAux_MeasuredSpeed_Gear_Rural_Aux.vmod +++ b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGearAux_MeasuredSpeed_Gear_Rural_Aux.vmod @@ -1,1300 +1,1300 @@ -time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],P_aux_ALT,FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h] -1.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,77.1336,586.7144,-100.9497,4.8464,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8464,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1532.1652,1532.1652,1532.1652 -2.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.6135,79.2565,585.1409,-100.7767,4.9932,36.8644,-6.3490,0.0596,0.0000,0.0000,0.0000,4.9336,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1554.7089,1554.7089,1554.7089 -3.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.6135,77.3223,585.1409,-100.7767,4.8714,36.8644,-6.3490,-0.0596,0.0000,0.0000,0.0000,4.9310,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0766,1535.5221,1535.5221,1535.5221 -4.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,78.5386,586.7144,-100.9497,4.9347,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9347,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0873,1546.1031,1546.1031,1546.1031 -5.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.8505,79.3302,585.8839,-100.8585,4.9915,36.8644,-6.3461,0.0314,0.0000,0.0000,0.0000,4.9601,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0766,1554.7379,1554.7379,1554.7379 -6.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.3580,77.6272,585.3895,-100.8041,4.8885,36.8644,-6.3480,-0.0127,0.0000,0.0000,0.0000,4.9012,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1538.3115,1538.3115,1538.3115 -7.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.9385,78.7558,585.7981,-100.8491,4.9561,36.8644,-6.3464,-0.0028,0.0000,0.0000,0.0000,4.9589,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1549.1213,1549.1213,1549.1213 -8.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.4310,77.4976,586.2932,-100.9035,4.8728,36.8644,-6.3445,-0.0159,0.0000,0.0000,0.0000,4.8887,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1536.1730,1536.1730,1536.1730 -9.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.5755,77.3780,585.1778,-100.7807,4.8746,36.8644,-6.3489,0.0582,0.0000,0.0000,0.0000,4.8164,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1536.0397,1536.0397,1536.0397 -10.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,602.4260,77.0945,584.3517,-100.6895,4.8636,36.8644,-6.3521,-0.0268,0.0000,0.0000,0.0000,4.8904,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0336,1534.0098,1534.0098,1534.0098 -11.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.3960,75.8553,585.3525,-100.8000,4.7772,36.8644,-6.3482,-0.0113,0.0000,0.0000,0.0000,4.7885,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1520.7692,1520.7692,1520.7692 -12.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.6715,78.3609,586.0585,-100.8777,4.9291,36.8644,-6.3454,-0.0155,0.0000,0.0000,0.0000,4.9445,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0766,1544.9582,1544.9582,1544.9582 -13.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.3665,76.7091,586.3562,-100.9104,4.8227,36.8644,-6.3443,0.0042,0.0000,0.0000,0.0000,4.8185,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1528.2919,1528.2919,1528.2919 -14.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.7015,79.4172,585.0553,-100.7672,5.0041,36.8644,-6.3493,0.0451,0.0000,0.0000,0.0000,4.9590,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.1088,1556.3840,1556.3840,1556.3840 -15.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.4610,76.1605,585.2892,-100.7930,4.7970,36.8644,-6.3484,-0.0540,0.0000,0.0000,0.0000,4.8509,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0108,1523.8559,1523.8559,1523.8559 -16.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.1175,76.5759,585.6237,-100.8299,4.8204,36.8644,-6.3471,0.0413,0.0000,0.0000,0.0000,4.7791,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1527.6607,1527.6607,1527.6607 -17.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.1175,76.9227,585.6237,-100.8299,4.8422,36.8644,-6.3471,-0.0413,0.0000,0.0000,0.0000,4.8835,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1531.1014,1531.1014,1531.1014 -18.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.8125,78.2270,585.9210,-100.8626,4.9218,36.8644,-6.3460,0.0300,0.0000,0.0000,0.0000,4.8918,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1543.7590,1543.7590,1543.7590 -19.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.8125,76.4879,585.9210,-100.8626,4.8124,36.8644,-6.3460,-0.0300,0.0000,0.0000,0.0000,4.8424,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1526.5079,1526.5079,1526.5079 -20.5000,1.0000,0.0004,0.0000,0.0032,0.0009,0.0000,0,600.0000,75.7465,586.7144,-100.9497,4.7593,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.7593,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1518.4057,1518.4057,1518.4057 -21.5000,1.0000,0.3262,1.1695,2.3422,0.6497,0.0000,1,600.0000,159.9113,586.7144,-100.9497,10.0475,36.8644,-6.3429,0.0000,4.3164,0.0000,0.0000,5.7312,2.1582,-0.0884,0.0000,2.2466,0.0000,2.2466,0.1412,2.1055,0.0000,2.1055,0.0187,2.0867,0.0000,0.0003,0.2160,1.8705,0.9215,2436.5965,2436.5965,2436.5965 -22.5000,1.0000,0.9838,2.3640,2.3922,0.0139,0.0000,1,600.0000,103.3584,586.7144,-100.9497,6.4942,36.8644,-6.3429,0.0000,0.6416,0.0000,0.0000,5.8526,0.6348,-0.1423,0.0000,0.7772,0.0000,0.7772,0.2579,0.5192,0.0000,0.5192,0.0008,0.5184,0.0000,0.0010,0.4366,0.0808,0.9657,1796.9836,1796.9836,1796.9836 -23.5000,1.0000,1.8570,3.1405,3.8952,0.4175,0.0000,1,600.0000,168.2479,586.7144,-100.9497,10.5713,36.8644,-6.3429,0.0000,4.9147,0.0000,0.0000,5.6566,3.9658,-0.2282,0.0000,4.1940,0.0000,4.1940,0.3515,3.8425,0.0000,3.8425,0.0323,3.8102,0.0000,0.0026,0.5800,3.2276,0.9215,2530.8833,2530.8833,2530.8833 -24.5000,1.0000,3.2007,4.8340,5.7792,0.5233,0.0000,1,600.0000,231.3837,586.7144,-100.9497,14.5383,36.8644,-6.3429,0.0000,8.7669,0.0000,0.0000,5.7713,7.3372,-0.4151,0.0000,7.7522,0.0000,7.7522,0.5604,7.1918,0.0000,7.1918,0.0624,7.1294,0.0000,0.0092,0.8927,6.2275,0.8443,3296.4188,3296.4188,3296.4188 -25.5000,1.0000,4.8112,5.7945,5.8162,0.0103,0.0000,2,601.1940,122.4192,585.5491,-100.8217,7.7071,36.8644,-6.3474,0.0441,1.6636,0.0000,0.0000,5.9995,1.6616,-0.2041,0.0000,1.8657,0.0000,1.8657,0.6322,1.2334,0.0000,1.2334,0.0015,1.2320,0.0000,0.0153,1.0701,0.1466,0.9104,2016.0655,2016.0655,2016.0655 -26.5000,1.0000,6.3796,5.6430,5.4762,-0.0944,0.0000,2,609.1785,100.9918,577.8744,-99.9652,6.4426,36.8644,-6.3771,0.2540,0.1292,0.0000,0.0000,6.0593,0.1347,-0.2121,0.0000,0.3469,0.0000,0.3469,0.6157,-0.2688,0.0000,-0.2688,-0.0131,-0.2557,0.0000,0.0141,1.0421,-1.3119,0.9434,1797.1564,1797.1564,1797.1564 -27.5000,1.0000,7.8451,5.2725,5.0752,-0.1114,0.0000,2,611.0480,88.6232,576.1064,-99.7647,5.6709,36.8644,-6.3838,-0.1847,-0.0944,0.0000,0.0000,5.9499,-0.0973,-0.1976,0.0000,0.1003,0.0000,0.1003,0.5753,-0.4750,0.0000,-0.4750,-0.0145,-0.4605,0.0000,0.0115,0.9737,-1.4457,0.9434,1656.3068,1656.3068,1656.3068 -28.5000,1.0000,9.1929,4.8490,4.6292,-0.1239,0.0000,2,604.8295,87.8649,582.0295,-100.4317,5.5652,36.8644,-6.3611,-0.0482,-0.2298,0.0000,0.0000,5.8432,-0.2404,-0.1803,0.0000,-0.0601,0.0000,-0.0601,0.5291,-0.5892,0.0000,-0.5892,-0.0148,-0.5744,0.0000,0.0090,0.8955,-1.4788,0.9214,1643.0634,1643.0634,1643.0634 -29.5000,1.0000,10.4815,4.6355,4.6482,0.0053,0.0000,2,602.4260,112.8910,584.3517,-100.6895,7.1218,36.8644,-6.3521,-0.0409,1.2792,0.0000,0.0000,5.8835,1.2743,-0.1562,0.0000,1.4305,0.0000,1.4305,0.5058,0.9247,0.0000,0.9247,0.0006,0.9241,0.0000,0.0078,0.8561,0.0602,0.9104,1911.9176,1911.9176,1911.9176 -30.5000,1.0000,11.7422,4.5355,4.4292,-0.0608,0.0000,2,600.6600,100.5467,586.0697,-100.8789,6.3245,36.8644,-6.3454,-0.0243,0.4828,0.0000,0.0000,5.8660,0.4942,-0.1596,0.0000,0.6538,0.0000,0.6538,0.4949,0.1589,0.0000,0.1589,-0.0068,0.1657,0.0000,0.0073,0.8376,-0.6792,0.9214,1767.1203,1767.1203,1767.1203 -31.5000,1.0000,13.0842,4.8280,5.2332,0.2233,0.0000,2,600.0000,160.1658,586.7144,-100.9497,10.0635,36.8644,-6.3429,0.0000,4.2298,0.0000,0.0000,5.8337,3.9047,-0.2035,0.0000,4.1082,0.0000,4.1082,0.5268,3.5814,0.0000,3.5814,0.0266,3.5548,0.0000,0.0089,0.8916,2.6543,0.9546,2439.4754,2439.4754,2439.4754 -32.5000,1.0000,14.6425,5.6065,5.9862,0.2092,0.0000,2,600.0000,166.1023,586.7144,-100.9497,10.4365,36.8644,-6.3429,0.0000,4.6292,0.0000,0.0000,5.8073,4.3379,-0.2388,0.0000,4.5767,0.0000,4.5767,0.6117,3.9650,0.0000,3.9650,0.0289,3.9361,0.0000,0.0139,1.0354,2.8868,0.9436,2506.6173,2506.6173,2506.6173 -33.5000,1.0000,16.3062,5.9860,5.9922,0.0017,0.0000,2,610.1970,123.7125,576.9098,-99.8560,7.9052,36.8644,-6.3808,0.3821,1.5612,0.0000,0.0000,5.9619,1.5865,-0.2138,0.0000,1.8002,0.0000,1.8002,0.6531,1.1471,0.0000,1.1471,0.0002,1.1469,0.0000,0.0168,1.1055,0.0246,0.9323,2057.1161,2057.1161,2057.1161 -34.5000,1.0000,17.9447,5.8955,5.8052,-0.0519,0.0000,2,616.9605,101.7875,570.5854,-99.1306,6.5763,36.8644,-6.4046,-0.1301,0.7612,0.0000,0.0000,5.9452,0.7691,-0.2175,0.0000,0.9867,0.0000,0.9867,0.6432,0.3434,0.0000,0.3434,-0.0076,0.3510,0.0000,0.0161,1.0888,-0.7539,0.9433,1828.9955,1828.9955,1828.9955 -35.5000,1.0000,19.5545,5.7920,5.7852,-0.0056,0.0000,2,607.4615,111.1784,579.5077,-100.1494,7.0724,36.8644,-6.3708,-0.2263,1.4425,0.0000,0.0000,5.8562,1.4306,-0.2063,0.0000,1.6368,0.0000,1.6368,0.6320,1.0049,0.0000,1.0049,-0.0008,1.0057,0.0000,0.0153,1.0696,-0.0792,0.9324,1907.3270,1907.3270,1907.3270 -36.5000,1.0000,21.1704,5.8140,5.8492,0.0178,0.0000,2,600.6980,120.8326,586.0326,-100.8749,7.6010,36.8644,-6.3455,-0.0257,1.7884,0.0000,0.0000,5.8383,1.7766,-0.2039,0.0000,1.9805,0.0000,1.9805,0.6344,1.3461,0.0000,1.3461,0.0025,1.3436,0.0000,0.0154,1.0737,0.2544,0.9214,1996.6650,1996.6650,1996.6650 -37.5000,1.0000,22.8469,6.0320,6.2212,0.1033,0.0000,2,601.1560,144.4444,585.5862,-100.8257,9.0932,36.8644,-6.3473,0.0427,3.2005,0.0000,0.0000,5.8500,3.1107,-0.2283,0.0000,3.3391,0.0000,3.3391,0.6581,2.6809,0.0000,2.6809,0.0154,2.6656,0.0000,0.0172,1.1140,1.5344,0.9435,2265.0595,2265.0595,2265.0595 -38.5000,1.0000,24.6318,6.4225,6.6302,0.1136,0.0000,2,620.5085,157.1827,567.3228,-98.7500,10.2137,36.8644,-6.4167,0.6934,3.4801,0.0000,0.0000,6.0402,3.4716,-0.2502,0.0000,3.7218,0.0000,3.7218,0.7007,3.0211,0.0000,3.0211,0.0180,3.0031,0.0000,0.0208,1.1861,1.7962,0.9432,2465.9290,2465.9290,2465.9290 -39.5000,1.0000,26.5037,6.7355,6.8472,0.0603,0.0000,2,661.8220,142.3168,531.9083,-94.3188,9.8634,36.8644,-6.5368,0.9395,2.7146,0.0000,0.0000,6.2092,2.7649,-0.2473,0.0000,3.0122,0.0000,3.0122,0.7349,2.2773,0.0000,2.2773,0.0100,2.2673,0.0000,0.0240,1.2439,0.9994,0.9332,2419.0502,2419.0502,2419.0502 -40.5000,1.0000,28.4486,6.9985,7.1562,0.0858,0.0000,2,694.2470,139.5234,507.0654,-90.8409,10.1435,36.8644,-6.6043,0.3968,3.3360,0.0000,0.0000,6.4107,3.3077,-0.2688,0.0000,3.5765,0.0000,3.5765,0.7636,2.8129,0.0000,2.8129,0.0148,2.7981,0.0000,0.0269,1.2924,1.4787,0.9601,2482.6250,2482.6250,2482.6250 -41.5000,1.0000,30.4682,7.2675,7.3852,0.0636,0.0000,2,718.3565,118.6480,490.0473,-88.2549,8.9254,36.8644,-6.6391,0.6530,3.0263,0.0000,0.0000,5.2462,3.0407,-0.2739,0.0000,3.3146,0.0000,3.3146,0.7929,2.5217,0.0000,2.5217,0.0114,2.5103,0.0000,0.0301,1.3421,1.1380,0.9386,2317.2852,2317.2852,2317.2852 -42.5000,1.0000,32.5316,7.4250,7.4712,0.0239,0.0000,2,745.7465,105.9623,472.0487,-85.3171,8.2751,36.8644,-6.6628,0.5765,2.3523,0.0000,0.0000,5.3463,2.3782,-0.2763,0.0000,2.6545,0.0000,2.6545,0.8101,1.8444,0.0000,1.8444,0.0044,1.8400,0.0000,0.0321,1.3712,0.4366,0.9527,2254.1994,2254.1994,2254.1994 -43.5000,1.0000,34.6052,7.4615,7.4582,-0.0036,0.0000,2,765.5450,93.9576,459.8406,-83.1935,7.5324,36.8644,-6.6694,0.3390,1.8555,0.0000,0.0000,5.3379,1.8746,-0.2831,0.0000,2.1577,0.0000,2.1577,0.8141,1.3436,0.0000,1.3436,-0.0007,1.3442,0.0000,0.0326,1.3780,-0.0663,0.9312,2160.5826,2160.5826,2160.5826 -44.5000,1.0000,36.6731,7.4415,7.4312,-0.0075,0.0000,2,768.1010,86.0297,458.3103,-82.9194,6.9198,36.8644,-6.6696,-0.2195,1.8046,0.0000,0.0000,5.3347,1.7970,-0.2828,0.0000,2.0798,0.0000,2.0798,0.8119,1.2678,0.0000,1.2678,-0.0014,1.2692,0.0000,0.0323,1.3743,-0.1374,0.9429,2057.4905,2057.4905,2057.4905 -45.5000,1.0000,38.7322,7.4095,7.3942,-0.0103,0.0000,2,766.2320,89.9350,459.4283,-83.1198,7.2163,36.8644,-6.6695,0.1310,1.7270,0.0000,0.0000,5.3583,1.7376,-0.2817,0.0000,2.0194,0.0000,2.0194,0.8084,1.2109,0.0000,1.2109,-0.0019,1.2128,0.0000,0.0319,1.3684,-0.1875,0.9648,2106.4837,2106.4837,2106.4837 -46.5000,1.0000,40.7849,7.3865,7.3852,-0.0025,0.0000,2,768.2540,89.4410,458.2191,-82.9030,7.1956,36.8644,-6.6697,-0.0360,1.8772,0.0000,0.0000,5.3544,1.8765,-0.2792,0.0000,2.1557,0.0000,2.1557,0.8059,1.3498,0.0000,1.3498,-0.0005,1.3503,0.0000,0.0316,1.3641,-0.0455,0.9539,2105.5270,2105.5270,2105.5270 -47.5000,1.0000,42.8402,7.3955,7.4122,0.0075,0.0000,2,764.5155,90.6943,460.4598,-83.3039,7.2610,36.8644,-6.6693,-0.1397,2.0763,0.0000,0.0000,5.3243,2.0645,-0.2778,0.0000,2.3423,0.0000,2.3423,0.8069,1.5354,0.0000,1.5354,0.0014,1.5341,0.0000,0.0317,1.3658,0.1365,0.9759,2112.0392,2112.0392,2112.0392 -48.5000,1.0000,44.8887,7.3715,7.3372,-0.0208,0.0000,2,762.7225,86.6096,461.5422,-83.4963,6.9177,36.8644,-6.6690,0.0554,1.5232,0.0000,0.0000,5.3391,1.5334,-0.2818,0.0000,1.8152,0.0000,1.8152,0.8043,1.0109,0.0000,1.0109,-0.0038,1.0147,0.0000,0.0314,1.3613,-0.3780,0.9646,2049.7938,2049.7938,2049.7938 -49.5000,1.0000,46.9243,7.3250,7.3192,-0.0050,0.0000,2,758.8695,86.8681,463.8856,-83.9095,6.9033,36.8644,-6.6682,-0.2347,1.8249,0.0000,0.0000,5.3130,1.8150,-0.2767,0.0000,2.0917,0.0000,2.0917,0.7992,1.2925,0.0000,1.2925,-0.0009,1.2934,0.0000,0.0308,1.3527,-0.0902,0.9534,2042.0918,2042.0918,2042.0918 -50.5000,1.0000,48.9563,7.3120,7.3112,-0.0022,0.0000,2,753.8340,90.4907,466.9843,-84.4496,7.1435,36.8644,-6.6666,0.0000,1.8618,0.0000,0.0000,5.2816,1.8628,-0.2756,0.0000,2.1384,0.0000,2.1384,0.7978,1.3406,0.0000,1.3406,-0.0004,1.3410,0.0000,0.0307,1.3503,-0.0400,0.9642,2077.8481,2077.8481,2077.8481 -51.5000,1.0000,50.9775,7.2730,7.2412,-0.0194,0.0000,2,752.8420,85.7978,467.5996,-84.5560,6.7641,36.8644,-6.6662,-0.0459,1.5331,0.0000,0.0000,5.2768,1.5385,-0.2768,0.0000,1.8153,0.0000,1.8153,0.7935,1.0217,0.0000,1.0217,-0.0035,1.0252,0.0000,0.0302,1.3431,-0.3481,0.9531,2009.4703,2009.4703,2009.4703 -52.5000,1.0000,52.8570,6.7630,6.2912,-0.2639,0.0000,2,747.1580,31.9368,471.1569,-85.1657,2.4988,36.8644,-6.6636,-0.2153,-2.5442,0.0000,0.0000,5.2583,-2.7192,-0.2932,0.0000,-2.4260,0.0000,-2.4260,0.7379,-3.1639,0.0000,-3.1639,-0.0440,-3.1199,0.0000,0.0244,1.2490,-4.3933,0.9638,1241.4266,1241.4266,1241.4266 -53.5000,1.0000,54.5617,6.1335,5.9822,-0.0858,0.0000,2,706.2640,49.0380,498.4377,-89.5519,3.6268,36.8644,-6.6232,-1.5702,0.2852,0.0000,0.0000,4.9118,0.2776,-0.2335,0.0000,0.5111,0.0000,0.5111,0.6692,-0.1581,0.0000,-0.1581,-0.0130,-0.1451,0.0000,0.0181,1.1327,-1.2960,0.9493,1359.9648,1359.9648,1359.9648 -54.5000,1.0000,56.1828,5.8330,5.6902,-0.0811,0.0000,2,642.4050,60.1325,547.9855,-96.4014,4.0453,36.8644,-6.4852,-1.0911,0.3403,0.0000,0.0000,4.7961,0.3340,-0.2189,0.0000,0.5529,0.0000,0.5529,0.6364,-0.0835,0.0000,-0.0835,-0.0117,-0.0719,0.0000,0.0156,1.0772,-1.1647,0.9432,1402.5275,1402.5275,1402.5275 -55.5000,1.0000,57.7773,5.7370,5.7902,0.0278,0.0000,2,607.5380,100.6658,579.4348,-100.1412,6.4045,36.8644,-6.3711,-0.2690,1.9369,0.0000,0.0000,4.7366,1.8973,-0.1991,0.0000,2.0965,0.0000,2.0965,0.6260,1.4705,0.0000,1.4705,0.0039,1.4666,0.0000,0.0148,1.0595,0.3923,0.9213,1788.6545,1788.6545,1788.6545 -56.5000,1.0000,59.3635,5.7070,5.6302,-0.0444,0.0000,2,600.2135,88.7461,586.5057,-100.9268,5.5781,36.8644,-6.3437,-0.0042,0.8408,0.0000,0.0000,4.7415,0.8526,-0.2080,0.0000,1.0606,0.0000,1.0606,0.6227,0.4379,0.0000,0.4379,-0.0063,0.4441,0.0000,0.0146,1.0539,-0.6244,0.9436,1647.5579,1647.5579,1647.5579 -57.5000,1.0000,60.8743,5.4355,5.2472,-0.1064,0.0000,2,600.0495,74.1091,586.6660,-100.9444,4.6568,36.8644,-6.3430,-0.0018,-0.0315,0.0000,0.0000,4.6901,-0.0326,-0.2043,0.0000,0.1717,0.0000,0.1717,0.5931,-0.4214,0.0000,-0.4214,-0.0143,-0.4071,0.0000,0.0126,1.0038,-1.4235,0.9325,1502.2074,1502.2074,1502.2074 -58.5000,1.0000,62.2748,5.0385,4.8362,-0.1142,0.0000,2,600.5075,76.2602,586.2185,-100.8953,4.7956,36.8644,-6.3448,0.0187,-0.1221,0.0000,0.0000,4.8990,-0.1274,-0.1875,0.0000,0.0601,0.0000,0.0601,0.5497,-0.4897,0.0000,-0.4897,-0.0142,-0.4755,0.0000,0.0101,0.9305,-1.4160,0.9436,1523.9681,1523.9681,1523.9681 -59.5000,1.0000,63.4565,4.2510,3.6722,-0.3233,0.0000,2,601.0150,45.2045,585.7235,-100.8409,2.8451,36.8644,-6.3467,0.0000,-2.0177,0.0000,0.0000,4.8628,-2.3377,-0.1753,0.0000,-2.1624,0.0000,-2.1624,0.4638,-2.6262,0.0000,-2.6262,-0.0339,-2.5923,0.0000,0.0061,0.7851,-3.3835,0.9325,1216.3624,1216.3624,1216.3624 -60.5000,1.0000,64.4082,3.4230,3.1802,-0.1367,0.0000,1,600.5075,71.7413,586.2185,-100.8953,4.5114,36.8644,-6.3448,-0.0187,-0.3615,0.0000,0.0000,4.8917,-0.3892,-0.2348,0.0000,-0.1543,0.0000,-0.1543,0.3735,-0.5278,0.0000,-0.5278,-0.0115,-0.5163,0.0000,0.0032,0.6321,-1.1516,0.9325,1479.1401,1479.1401,1479.1401 -61.5000,1.0000,65.2366,2.9790,2.7842,-0.1100,0.0000,1,600.7360,73.4966,585.9956,-100.8708,4.6236,36.8644,-6.3457,0.0272,-0.1250,0.0000,0.0000,4.7214,-0.1340,-0.1966,0.0000,0.0625,0.0000,0.0625,0.3250,-0.2625,0.0000,-0.2625,-0.0081,-0.2544,0.0000,0.0021,0.5501,-0.8067,0.9436,1496.7633,1496.7633,1496.7633 -62.5000,1.0000,66.0105,2.7825,2.7872,0.0008,0.0000,1,601.0145,84.5393,585.7240,-100.8409,5.3207,36.8644,-6.3467,-0.0169,0.6522,0.0000,0.0000,4.6855,0.6513,-0.1736,0.0000,0.8249,0.0000,0.8249,0.3036,0.5213,0.0000,0.5213,0.0001,0.5213,0.0000,0.0017,0.5139,0.0057,0.9325,1606.5633,1606.5633,1606.5633 -63.5000,1.0000,66.8215,2.9165,3.0522,0.0736,0.0000,1,600.2785,93.0340,586.4422,-100.9199,5.8482,36.8644,-6.3439,-0.0103,1.2699,0.0000,0.0000,4.5886,1.2141,-0.1784,0.0000,1.3926,0.0000,1.3926,0.3182,1.0743,0.0000,1.0743,0.0053,1.0690,0.0000,0.0020,0.5386,0.5285,0.9104,1690.1540,1690.1540,1690.1540 -64.5000,1.0000,67.6514,2.9845,2.9232,-0.0358,0.0000,1,613.5155,87.6224,573.7893,-99.5001,5.6295,36.8644,-6.3926,0.5092,0.4034,0.0000,0.0000,4.7168,0.4214,-0.1915,0.0000,0.6130,0.0000,0.6130,0.3256,0.2874,0.0000,0.2874,-0.0026,0.2900,0.0000,0.0021,0.5512,-0.2633,0.9102,1648.6483,1648.6483,1648.6483 -65.5000,1.0000,68.6237,3.4970,4.0772,0.3206,0.0000,1,613.5155,130.1995,573.7893,-99.5001,8.3650,36.8644,-6.3926,-0.5092,4.2593,0.0000,0.0000,4.6149,3.5755,-0.2424,0.0000,3.8179,0.0000,3.8179,0.3816,3.4364,0.0000,3.4364,0.0276,3.4087,0.0000,0.0034,0.6458,2.7595,0.9212,2140.2243,2140.2243,2140.2243 -66.5000,1.0000,70.0071,4.9770,5.8832,0.5017,0.0000,1,600.0000,210.4533,586.7144,-100.9497,13.2232,36.8644,-6.3429,0.0000,8.6066,0.0000,0.0000,4.6166,7.2848,-0.4251,0.0000,7.7099,0.0000,7.7099,0.5729,7.1370,0.0000,7.1370,0.0616,7.0754,0.0000,0.0100,0.9191,6.1463,0.9325,3025.3706,3025.3706,3025.3706 -67.5000,1.0000,71.7840,6.3935,6.9102,0.2853,0.0000,2,613.0195,183.2966,574.2536,-99.5533,11.7668,36.8644,-6.3908,0.4901,6.4839,0.0000,0.0000,4.7928,6.1293,-0.3045,0.0000,6.4338,0.0000,6.4338,0.6976,5.7362,0.0000,5.7362,0.0450,5.6913,0.0000,0.0206,1.1807,4.4899,0.9434,2739.2968,2739.2968,2739.2968 -68.5000,1.0000,73.9358,7.7435,8.5832,0.4647,0.0000,2,671.9690,259.6737,523.8763,-93.2304,18.2728,36.8644,-6.5605,1.8954,11.2418,0.0000,0.0000,5.1356,10.8393,-0.4557,0.0000,11.2950,0.0000,11.2950,0.8809,10.4141,0.0000,10.4141,0.0887,10.3254,0.0000,0.0369,1.4300,8.8585,0.9341,3937.3366,3937.3366,3937.3366 -69.5000,1.0000,76.3836,8.8085,9.0402,0.1269,0.0000,2,807.6600,176.8673,548.1068,-78.9502,14.9591,46.3578,-6.6774,4.4521,4.6545,0.0000,0.0000,5.8525,5.0410,-0.3806,0.0000,5.4216,0.0000,5.4216,0.9611,4.4606,0.0000,4.4606,0.0276,4.4330,0.0000,0.0537,1.6267,2.7526,0.9460,3373.0999,3373.0999,3373.0999 -70.5000,1.0000,79.1220,9.8550,10.6762,0.4544,0.0000,2,916.8765,224.4973,497.6899,-71.3819,21.5551,47.7857,-6.8537,1.0955,14.3617,0.0000,0.0000,6.0979,13.5424,-0.6060,0.0000,14.1484,0.0000,14.1484,1.1177,13.0307,0.0000,13.0307,0.1104,12.9203,0.0000,0.0756,1.8200,11.0247,0.9576,4560.0548,4560.0548,4560.0548 -71.5000,1.0000,82.2647,11.3105,11.9512,0.3542,0.0000,2,1027.6570,235.1230,606.7559,-68.6066,25.3030,65.2966,-7.3832,5.7635,12.3604,0.0000,0.0000,7.1791,12.7407,-0.6619,0.0000,13.4027,0.0000,13.4027,1.2403,12.1624,0.0000,12.1624,0.0988,12.0636,0.0000,0.1139,2.0888,9.8609,0.9830,5312.9441,5312.9441,5312.9441 -72.5000,1.0000,85.9190,13.1525,14.3602,0.6692,0.0000,2,1180.1325,310.8000,619.6338,-78.5651,38.4097,76.5763,-9.7093,4.4318,26.0194,0.0000,0.0000,7.9585,25.0716,-1.0199,0.0000,26.0915,0.0000,26.0915,1.5998,24.4917,0.0000,24.4917,0.2170,24.2747,0.0000,0.1801,2.4289,21.6657,1.0321,7801.2937,7801.2937,7801.2937 -73.5000,1.0000,90.2716,15.6660,16.9782,0.7272,0.0000,2,1360.0745,364.8971,723.4546,-89.2440,51.9711,103.0392,-12.7107,9.9219,32.0307,0.0000,0.0000,10.0185,32.1426,-1.3216,0.0000,33.4642,0.0000,33.4642,1.9414,31.5228,0.0000,31.5228,0.2809,31.2419,0.0000,0.3039,2.8931,28.0449,1.0435,10474.8068,10474.8068,10474.8068 -74.5000,1.0000,95.4019,18.4660,19.9602,0.8283,0.0000,2,1637.0640,415.1277,823.8185,-104.7934,71.1666,141.2296,-17.9650,15.9042,41.9497,0.0000,0.0000,13.3127,42.5665,-1.7331,0.0000,44.2996,0.0000,44.2996,2.3612,41.9384,0.0000,41.9384,0.3771,41.5613,0.0000,0.4975,3.4102,37.6537,1.1319,14350.5142,14350.5142,14350.5142 -75.5000,1.0000,101.1169,20.5705,21.1872,0.3408,0.0000,2,1955.1765,286.7125,858.7991,-116.4269,58.7031,175.8353,-23.8379,19.2008,21.5968,0.0000,0.0000,17.9056,22.6866,-1.4805,0.0000,24.1671,0.0000,24.1671,2.2525,21.9145,0.0000,21.9145,0.1729,21.7417,0.0000,0.6838,3.7989,17.2590,1.1791,12436.0683,12436.0683,12436.0683 -76.5000,1.0000,106.9476,20.9875,20.7942,-0.1092,0.0000,2,2012.9700,14.4062,738.5901,-119.1038,3.0368,155.6931,-25.1068,-12.6240,-0.0581,0.0000,0.0000,15.7189,-0.0557,-1.2506,0.0000,1.1949,0.0000,1.1949,2.2899,-1.0950,0.0000,-1.0950,-0.0565,-1.0385,0.0000,0.7257,3.8759,-5.6400,1.1957,3884.9260,3884.9260,3884.9260 -77.5000,1.0000,112.7566,20.9090,21.0302,0.0656,0.0000,3,1595.2160,-62.2498,420.1862,-103.1897,-10.3989,70.1924,-17.2379,-30.9205,12.0398,0.0000,0.0000,8.4819,9.6034,-0.6649,0.0000,10.2682,0.0000,10.2682,2.2813,7.9869,0.0000,7.9869,0.0338,7.9531,0.0000,0.7175,3.8614,3.3742,1.1365,866.3971,866.3971,866.3971 -78.5000,1.0000,118.8632,21.9805,22.9372,0.5297,0.0000,3,1294.9950,353.1315,497.1435,-85.3842,47.8887,67.4184,-11.5791,1.2257,36.2697,0.0000,0.0000,10.3933,35.1755,-1.2342,0.0000,36.4097,0.0000,36.4097,2.5657,33.8440,0.0000,33.8440,0.2871,33.5569,0.0000,0.8351,4.0593,28.6626,1.0681,9684.3934,9684.3934,9684.3934 -79.5000,1.0000,125.6119,24.2920,25.6532,0.7544,0.0000,3,1373.7700,485.8526,712.8225,-90.0562,69.8952,102.5473,-12.9556,5.3456,53.0386,0.0000,0.0000,11.5110,52.5474,-1.6795,0.0000,54.2269,0.0000,54.2269,3.0454,51.1815,0.0000,51.1815,0.4518,50.7297,0.0000,1.1286,4.4861,45.1149,1.0756,13841.7004,13841.7004,13841.7004 -80.5000,1.0000,133.0654,26.8295,28.0122,0.6553,0.0000,3,1515.9460,452.7786,788.0990,-98.4884,71.8784,125.1103,-15.6350,7.3371,51.2976,0.0000,0.0000,13.2436,51.6920,-1.7598,0.0000,53.4518,0.0000,53.4518,3.2669,50.1850,0.0000,50.1850,0.4335,49.7515,0.0000,1.5188,4.9547,43.2780,1.1341,14319.5126,14319.5126,14319.5126 -81.5000,1.0000,141.1863,29.2320,30.4582,0.6794,0.0000,3,1681.7350,466.0671,810.2025,-106.3843,82.0795,142.6855,-18.7354,8.9826,57.7898,0.0000,0.0000,15.3071,58.3378,-1.9976,0.0000,60.3354,0.0000,60.3354,3.5909,56.7446,0.0000,56.7446,0.4897,56.2549,0.0000,1.9640,5.3984,48.8924,1.1423,16441.0100,16441.0100,16441.0100 -82.5000,1.0000,150.1025,32.0950,33.7382,0.9111,0.0000,3,1847.5240,567.3866,831.6886,-112.3818,109.7736,160.9087,-21.7428,8.9420,83.5009,0.0000,0.0000,17.3307,82.8305,-2.6345,0.0000,85.4650,0.0000,85.4650,4.2309,81.2341,0.0000,81.2341,0.7210,80.5132,0.0000,2.6017,5.9272,71.9843,1.1906,21727.1109,21727.1109,21727.1109 -83.5000,1.0000,160.0021,35.6355,37.5392,1.0558,0.0000,3,2039.4065,654.8779,842.1359,-121.1271,139.8597,179.8517,-25.8687,14.1610,105.1116,0.0000,0.0000,20.5871,105.3222,-3.2721,0.0000,108.5943,0.0000,108.5943,4.9031,103.6912,0.0000,103.6912,0.9276,102.7636,0.0000,3.5620,6.5810,92.6206,1.2151,27728.7129,27728.7129,27728.7129 -84.5000,1.0000,170.8595,39.0835,40.6342,0.8597,0.0000,3,2272.5645,572.1632,746.5783,-137.5519,136.1648,177.6725,-32.7349,16.7596,96.0471,0.0000,0.0000,23.3581,97.2710,-3.2820,0.0000,100.5531,0.0000,100.5531,5.0993,95.4538,0.0000,95.4538,0.8284,94.6253,0.0000,4.6932,7.2178,82.7143,1.2442,27713.0039,27713.0039,27713.0039 -85.5000,1.0000,182.1660,40.7000,40.7722,0.0383,0.0000,3,2446.3265,193.7810,658.7184,-145.8192,49.6426,168.7496,-37.3558,8.0634,18.9968,0.0000,0.0000,22.5824,19.3807,-1.7471,0.0000,21.1278,0.0000,21.1278,4.4407,16.6871,0.0000,16.6871,0.0385,16.6486,0.0000,5.2917,7.5163,3.8406,1.2723,11797.6801,11797.6801,11797.6801 -86.5000,1.0000,193.4207,40.5135,40.2612,-0.1419,0.0000,4,2056.0005,-122.3971,560.0031,-122.3971,-26.3526,120.5708,-26.3526,-56.0597,2.5626,0.0000,0.0000,12.5177,2.0220,-0.8017,0.0000,2.8237,0.0000,2.8237,4.4203,-1.5967,0.0000,-1.5967,-0.1418,-1.4549,0.0000,5.2195,7.4818,-14.1562,1.1897,0.0000,0.0000,0.0000 -87.5000,1.0000,204.7356,40.7305,41.2062,0.2625,0.0000,4,1619.8595,316.7609,587.1783,-104.1807,53.7326,99.6038,-17.6723,0.7817,42.5929,0.0000,0.0000,10.3579,42.3087,-1.5446,0.0000,43.8534,0.0000,43.8534,4.4440,39.4094,0.0000,39.4094,0.2636,39.1458,0.0000,5.3043,7.5219,26.3195,1.1412,11065.9836,11065.9836,11065.9836 -88.5000,1.0000,216.3013,41.6335,42.0672,0.2392,0.0000,4,1643.0915,305.1653,735.1728,-105.0081,52.5080,126.4969,-18.0681,1.5512,41.1503,0.0000,0.0000,9.8064,41.1103,-1.5429,0.0000,42.6532,0.0000,42.6532,4.5425,38.1107,0.0000,38.1107,0.2455,37.8652,0.0000,5.6648,7.6887,24.5117,1.1456,10868.5698,10868.5698,10868.5698 -89.5000,1.0000,228.1100,42.5080,42.9552,0.2467,0.0000,4,1669.4515,307.9318,734.7683,-105.9468,53.8340,128.4555,-18.5221,1.1264,43.1475,0.0000,0.0000,9.5602,42.9825,-1.6048,0.0000,44.5873,0.0000,44.5873,4.6380,39.9494,0.0000,39.9494,0.2585,39.6909,0.0000,6.0293,7.8502,25.8113,1.1255,11144.0947,11144.0947,11144.0947 -90.5000,1.0000,240.1523,43.3490,43.7492,0.2206,0.0000,4,1711.3375,300.4613,756.3007,-107.4385,53.8459,135.5373,-19.2541,3.2474,40.9475,0.0000,0.0000,9.6511,41.3085,-1.5923,0.0000,42.9008,0.0000,42.9008,4.7297,38.1710,0.0000,38.1710,0.2357,37.9353,0.0000,6.3942,8.0055,23.5357,1.1379,11205.1853,11205.1853,11205.1853 -91.5000,1.0000,252.4929,44.4230,45.1032,0.3761,0.0000,4,1752.4225,385.7776,751.1474,-108.9017,70.7953,137.8455,-19.9849,1.0961,60.1896,0.0000,0.0000,9.5095,59.6307,-2.0030,0.0000,61.6337,0.0000,61.6337,5.0061,56.6276,0.0000,56.6276,0.4119,56.2156,0.0000,6.8823,8.2038,41.1295,1.1781,14392.8291,14392.8291,14392.8291 -92.5000,1.0000,265.2297,45.8490,46.6012,0.4161,0.0000,4,1788.7390,422.1199,786.5582,-110.1950,79.0699,147.3352,-20.6413,2.8704,66.6394,0.0000,0.0000,9.5601,66.5262,-2.1859,0.0000,68.7121,0.0000,68.7121,5.2433,63.4688,0.0000,63.4688,0.4704,62.9984,0.0000,7.5669,8.4672,46.9644,1.1758,15967.7412,15967.7412,15967.7412 -93.5000,1.0000,278.4889,47.7300,48.8652,0.6289,0.0000,4,1847.4480,563.5142,804.3789,-112.3789,109.0199,155.6186,-21.7413,3.6961,95.5740,0.0000,0.0000,9.7498,95.0061,-2.8325,0.0000,97.8386,0.0000,97.8386,5.8530,91.9856,0.0000,91.9856,0.7401,91.2455,0.0000,8.5394,8.8146,73.8915,1.1791,21585.6309,21585.6309,21585.6309 -94.5000,1.0000,292.3202,49.7895,50.7202,0.5153,0.0000,4,1922.4080,499.4683,836.0702,-115.1956,100.5500,168.3127,-23.1905,5.0035,85.5874,0.0000,0.0000,9.9591,85.8746,-2.7024,0.0000,88.5770,0.0000,88.5770,5.9033,82.6737,0.0000,82.6737,0.6325,82.0411,0.0000,9.6911,9.1949,63.1551,1.1791,20228.3497,20228.3497,20228.3497 -95.5000,1.0000,306.4832,50.9835,51.2532,0.1481,0.0000,4,2018.6160,276.0017,828.1394,-119.5359,58.3437,175.0595,-25.2686,6.6725,41.4333,0.0000,0.0000,10.2378,42.3170,-1.8307,0.0000,44.1477,0.0000,44.1477,5.5627,38.5850,0.0000,38.5850,0.1861,38.3989,0.0000,10.4019,9.4154,18.5816,1.1683,12471.6060,12471.6060,12471.6060 -96.5000,1.0000,320.7390,51.3175,51.3882,0.0375,0.0000,4,1981.6510,139.0548,738.8236,-117.4217,28.8564,153.3192,-24.3671,-11.0488,30.3346,0.0000,0.0000,9.5705,28.9068,-1.5615,0.0000,30.4683,0.0000,30.4683,5.5991,24.8691,0.0000,24.8691,0.0474,24.8217,0.0000,10.6074,9.4771,4.7372,1.3184,7112.5715,7112.5715,7112.5715 -97.5000,1.0000,335.2240,52.1430,52.9042,0.4211,0.0000,5,1644.2740,457.1931,532.2138,-105.0502,78.7232,91.6408,-18.0884,-24.8993,96.0139,0.0000,0.0000,7.6086,80.4456,-0.9198,0.0000,81.3654,0.0000,81.3654,6.0114,75.3540,0.0000,75.3540,0.5414,74.8127,0.0000,11.1299,9.6295,54.0533,1.2808,15753.8033,15753.8033,15753.8033 -98.5000,1.0000,350.1194,53.6200,54.3422,0.3994,0.0000,5,1426.1460,602.5292,773.3201,-93.1625,89.9851,115.4920,-13.9134,2.4924,79.9461,0.0000,0.0000,7.5466,80.4625,-0.9424,0.0000,81.4049,0.0000,81.4049,6.1477,75.2572,0.0000,75.2572,0.5281,74.7291,0.0000,12.1023,9.9023,52.7245,1.2175,17574.0825,17574.0825,17574.0825 -99.5000,1.0000,365.4239,55.0930,55.8502,0.4189,0.0000,5,1467.5745,619.5012,791.6416,-95.6196,95.2075,121.6627,-14.6952,1.1690,86.4684,0.0000,0.0000,7.5701,86.0549,-0.9936,0.0000,87.0484,0.0000,87.0484,6.3677,80.6807,0.0000,80.6807,0.5690,80.1118,0.0000,13.1275,10.1743,56.8100,1.2378,18566.0536,18566.0536,18566.0536 -100.5000,1.0000,381.0453,56.2340,56.6242,0.2150,0.0000,5,1509.7660,438.6311,810.9462,-98.1219,69.3486,128.2125,-15.5133,2.7093,58.9308,0.0000,0.0000,7.7085,59.6609,-0.8783,0.0000,60.5392,0.0000,60.5392,6.1356,54.4036,0.0000,54.4036,0.2981,54.1055,0.0000,13.9582,10.3850,29.7623,1.2583,13860.8705,13860.8705,13860.8705 -101.5000,1.0000,396.9159,57.1310,57.6442,0.2833,0.0000,5,1536.7745,490.8540,740.3527,-99.7237,78.9934,119.1454,-16.0486,-0.2088,71.5461,0.0000,0.0000,7.6562,70.8110,-0.9490,0.0000,71.7600,0.0000,71.7600,6.3256,65.4344,0.0000,65.4344,0.3991,65.0353,0.0000,14.6373,10.5507,39.8473,1.2384,15676.3581,15676.3581,15676.3581 -102.5000,1.0000,413.0803,58.1885,58.7392,0.3042,0.0000,5,1556.4965,523.5644,775.4658,-100.8934,85.3389,126.3978,-16.4452,2.0966,75.3732,0.0000,0.0000,7.8690,75.7229,-0.9910,0.0000,76.7139,0.0000,76.7139,6.4971,70.2168,0.0000,70.2168,0.4364,69.7804,0.0000,15.4654,10.7460,43.5690,1.2672,16877.3834,16877.3834,16877.3834 -103.5000,1.0000,429.5315,59.2210,59.7092,0.2694,0.0000,5,1592.3170,489.6763,785.1705,-103.0178,81.6521,130.9249,-17.1779,1.3579,72.4268,0.0000,0.0000,7.8674,72.4649,-0.9915,0.0000,73.4564,0.0000,73.4564,6.5431,66.9133,0.0000,66.9133,0.3934,66.5199,0.0000,16.3030,10.9367,39.2802,1.1861,16292.6918,16292.6918,16292.6918 -104.5000,1.0000,446.2380,60.1400,60.5772,0.2411,0.0000,5,1618.6390,466.3594,778.4729,-104.1373,79.0495,131.9539,-17.6516,1.2362,69.7949,0.0000,0.0000,8.0185,69.8272,-0.9934,0.0000,70.8206,0.0000,70.8206,6.5880,64.2326,0.0000,64.2326,0.3575,63.8751,0.0000,17.0735,11.1064,35.6952,1.2591,15811.0718,15811.0718,15811.0718 -105.5000,1.0000,463.1620,60.9235,61.2762,0.1942,0.0000,5,1639.7725,425.6248,773.0648,-104.8899,73.0868,132.7480,-18.0113,0.8758,64.1090,0.0000,0.0000,8.1020,64.0815,-0.9775,0.0000,65.0590,0.0000,65.0590,6.6472,58.4118,0.0000,58.4118,0.2916,58.1201,0.0000,17.7492,11.2511,29.1198,1.2521,14708.3878,14708.3878,14708.3878 -106.5000,1.0000,480.2714,61.5905,61.9112,0.1764,0.0000,5,1663.4620,413.2473,768.5301,-105.7335,71.9866,133.8759,-18.4185,1.5315,62.2244,0.0000,0.0000,8.2307,62.4632,-0.9807,0.0000,63.4438,0.0000,63.4438,6.7200,56.7238,0.0000,56.7238,0.2678,56.4560,0.0000,18.3385,11.3742,26.7433,1.2732,14529.4297,14529.4297,14529.4297 -107.5000,1.0000,497.5877,62.3355,62.7662,0.2375,0.0000,5,1680.2850,466.0837,761.1416,-106.3326,82.0116,133.9297,-18.7102,0.1889,73.5476,0.0000,0.0000,8.2751,73.1262,-1.0473,0.0000,74.1735,0.0000,74.1735,6.8400,67.3335,0.0000,67.3335,0.3650,66.9684,0.0000,19.0124,11.5118,36.4442,1.2784,16426.3665,16426.3665,16426.3665 -108.5000,1.0000,515.1138,63.0905,63.4212,0.1819,0.0000,5,1697.2225,424.6041,784.8285,-106.9358,75.4661,139.4897,-19.0060,1.5745,65.5217,0.0000,0.0000,8.3698,65.7635,-1.0231,0.0000,66.7866,0.0000,66.7866,6.8837,59.9029,0.0000,59.9029,0.2830,59.6199,0.0000,19.7113,11.6513,28.2574,1.2837,15226.7494,15226.7494,15226.7494 -109.5000,1.0000,532.7901,63.6315,63.8482,0.1186,0.0000,5,1719.8825,365.5200,773.4455,-107.7428,65.8322,139.3019,-19.4051,0.7978,56.6363,0.0000,0.0000,8.3981,56.6948,-0.9867,0.0000,57.6815,0.0000,57.6815,6.9427,50.7388,0.0000,50.7388,0.1861,50.5527,0.0000,20.2224,11.7512,18.5792,1.3170,13425.5544,13425.5544,13425.5544 -110.5000,1.0000,550.4971,63.7420,63.6422,-0.0572,0.0000,5,1732.6240,209.1824,760.4871,-108.1966,37.9540,137.9828,-19.6312,0.5520,29.0020,0.0000,0.0000,8.4000,29.1359,-0.8494,0.0000,29.9853,0.0000,29.9853,6.9548,23.0306,0.0000,23.0306,-0.0899,23.1205,0.0000,20.3277,11.7716,-8.9788,1.3055,8226.9434,8226.9434,8226.9434 -111.5000,1.0000,568.0934,63.3435,63.0512,-0.1642,0.0000,5,1728.6185,106.5194,712.4844,-108.0539,19.2822,128.9743,-19.5600,-0.9759,11.9557,0.0000,0.0000,8.3024,11.9478,-0.7557,0.0000,12.7035,0.0000,12.7035,6.9113,5.7922,0.0000,5.7922,-0.2564,6.0486,0.0000,19.9492,11.6980,-25.5986,1.3055,4896.7225,4896.7225,4896.7225 -112.5000,1.0000,585.5229,62.7430,62.4412,-0.1694,0.0000,5,1717.9370,104.0749,688.4572,-107.6735,18.7233,123.8548,-19.3707,-0.1570,10.6056,0.0000,0.0000,8.2746,10.6482,-0.7387,0.0000,11.3869,0.0000,11.3869,6.8458,4.5412,0.0000,4.5412,-0.2621,4.8033,0.0000,19.3873,11.5871,-26.1711,1.3170,4777.4056,4777.4056,4777.4056 -113.5000,1.0000,602.7877,62.1500,61.8652,-0.1600,0.0000,5,1702.2965,103.2096,674.2029,-107.1165,18.3986,120.1862,-19.0950,-1.4795,11.6870,0.0000,0.0000,8.1910,11.6438,-0.7336,0.0000,12.3774,0.0000,12.3774,6.7811,5.5963,0.0000,5.5963,-0.2452,5.8415,0.0000,18.8427,11.4776,-24.4788,1.3126,4689.2724,4689.2724,4689.2724 -114.5000,1.0000,619.9131,61.6480,61.4372,-0.1189,0.0000,5,1683.2610,142.0872,674.5501,-106.4386,25.0458,118.9034,-18.7620,-0.5048,17.5132,0.0000,0.0000,8.0374,17.5232,-0.7547,0.0000,18.2779,0.0000,18.2779,6.7263,11.5516,0.0000,11.5516,-0.1807,11.7323,0.0000,18.3896,11.3849,-18.0422,1.1701,5835.0468,5835.0468,5835.0468 -115.5000,1.0000,636.9183,61.2155,61.0002,-0.1214,0.0000,5,1672.5795,138.7751,681.4290,-106.0582,24.3067,119.3537,-18.5763,-0.5956,16.7686,0.0000,0.0000,8.1338,16.7703,-0.7435,0.0000,17.5138,0.0000,17.5138,6.6791,10.8347,0.0000,10.8347,-0.1832,11.0179,0.0000,18.0053,11.3050,-18.2924,1.3170,5674.8056,5674.8056,5674.8056 -116.5000,1.0000,653.8160,60.8285,60.6632,-0.0936,0.0000,5,1657.7785,160.0457,674.2292,-105.5311,27.7843,117.0476,-18.3204,-0.9165,20.6773,0.0000,0.0000,8.0235,20.6222,-0.7565,0.0000,21.3786,0.0000,21.3786,6.6369,14.7417,0.0000,14.7417,-0.1404,14.8821,0.0000,17.6659,11.2335,-14.0173,1.2714,6277.7054,6277.7054,6277.7054 -117.5000,1.0000,670.6116,60.4610,60.2652,-0.1106,0.0000,5,1645.7620,147.4844,680.9743,-105.1032,25.4180,117.3617,-18.1139,-0.3046,17.7290,0.0000,0.0000,7.9936,17.7550,-0.7358,0.0000,18.4908,0.0000,18.4908,6.5968,11.8940,0.0000,11.8940,-0.1648,12.0588,0.0000,17.3477,11.1657,-16.4545,1.2813,5829.4423,5829.4423,5829.4423 -118.5000,1.0000,687.2578,59.9230,59.5872,-0.1883,0.0000,5,1636.8735,76.6098,672.8747,-104.7866,13.1319,115.3395,-17.9618,-0.5905,5.7558,0.0000,0.0000,7.9666,5.7678,-0.6663,0.0000,6.4340,0.0000,6.4340,6.5381,-0.1040,0.0000,-0.1040,-0.2782,0.1742,0.0000,16.8891,11.0663,-27.7811,1.2785,3931.7653,3931.7653,3931.7653 -119.5000,1.0000,703.7384,59.3270,59.0732,-0.1428,0.0000,5,1628.4810,115.7626,651.5738,-104.4878,19.7415,111.1156,-17.8187,-0.2518,12.0367,0.0000,0.0000,7.9566,12.0704,-0.6882,0.0000,12.7586,0.0000,12.7586,6.4730,6.2855,0.0000,6.2855,-0.2088,6.4944,0.0000,16.3899,10.9562,-20.8517,1.2895,4829.6646,4829.6646,4829.6646 -120.5000,1.0000,720.0746,58.8070,58.5472,-0.1461,0.0000,5,1611.8485,105.0196,650.8595,-103.8954,17.7265,109.8601,-17.5368,-1.3971,11.2491,0.0000,0.0000,7.8746,11.2006,-0.6752,0.0000,11.8759,0.0000,11.8759,6.4163,5.4595,0.0000,5.4595,-0.2118,5.6714,0.0000,15.9627,10.8602,-21.1515,1.2980,4458.0920,4458.0920,4458.0920 -121.5000,1.0000,736.2517,58.2345,57.9282,-0.1719,0.0000,5,1589.9900,84.2987,644.7727,-102.8798,14.0360,107.3568,-17.1298,-0.7561,7.0656,0.0000,0.0000,7.7266,7.0687,-0.6450,0.0000,7.7137,0.0000,7.7137,6.3538,1.3598,0.0000,1.3598,-0.2469,1.6067,0.0000,15.5012,10.7545,-24.6489,1.2233,3945.7283,3945.7283,3945.7283 -122.5000,1.0000,752.2816,57.7045,57.4872,-0.1225,0.0000,5,1572.2135,125.1512,630.2866,-101.8255,20.6051,103.7715,-16.7647,-0.9686,13.8241,0.0000,0.0000,7.7497,13.7886,-0.6703,0.0000,14.4589,0.0000,14.4589,6.2960,8.1628,0.0000,8.1628,-0.1743,8.3371,0.0000,15.0816,10.6566,-17.4010,1.3129,4897.9200,4897.9200,4897.9200 -123.5000,1.0000,768.2003,57.3040,57.1272,-0.1000,0.0000,5,1563.7450,149.1267,648.9680,-101.3233,24.4202,106.2718,-16.5922,0.1502,16.6096,0.0000,0.0000,7.6605,16.6786,-0.6784,0.0000,17.3570,0.0000,17.3570,6.2523,11.1047,0.0000,11.1047,-0.1413,11.2459,0.0000,14.7696,10.5826,-14.1063,1.2184,5570.2091,5570.2091,5570.2091 -124.5000,1.0000,784.0393,57.0170,56.9132,-0.0594,0.0000,5,1560.0825,179.8509,650.7285,-101.1060,29.3825,106.3105,-16.5178,-0.5007,22.2037,0.0000,0.0000,7.6796,22.1709,-0.7015,0.0000,22.8724,0.0000,22.8724,6.2210,16.6514,0.0000,16.6514,-0.0836,16.7349,0.0000,14.5487,10.5296,-8.3434,1.2681,6470.3310,6470.3310,6470.3310 -125.5000,1.0000,799.7700,56.6275,56.3482,-0.1569,0.0000,5,1551.2320,94.9567,659.5004,-100.5811,15.4252,107.1323,-16.3389,-0.3452,8.1460,0.0000,0.0000,7.6244,8.1677,-0.6245,0.0000,8.7923,0.0000,8.7923,6.1785,2.6138,0.0000,2.6138,-0.2191,2.8329,0.0000,14.2529,10.4577,-21.8777,1.2536,4026.4428,4026.4428,4026.4428 -126.5000,1.0000,815.3220,55.9840,55.6262,-0.2006,0.0000,5,1533.7225,49.3427,618.4077,-99.5427,7.9250,99.3231,-15.9877,-1.3078,1.7000,0.0000,0.0000,7.5329,1.6955,-0.6082,0.0000,2.3037,0.0000,2.3037,6.1083,-3.8046,0.0000,-3.8046,-0.2768,-3.5277,0.0000,13.7728,10.3389,-27.6394,1.2629,3128.7338,3128.7338,3128.7338 -127.5000,1.0000,830.6368,55.1300,54.6402,-0.2739,0.0000,5,1509.4990,-14.1238,597.0877,-98.1060,-2.2326,94.3843,-15.5080,-0.9583,-8.7952,0.0000,0.0000,7.5209,-8.8138,-0.6204,0.0000,-8.1934,0.0000,-8.1934,6.0151,-14.2085,0.0000,-14.2085,-0.3723,-13.8362,0.0000,13.1525,10.1811,-37.1699,1.3085,1859.1770,1859.1770,1859.1770 -128.5000,1.0000,845.6666,54.1040,53.5742,-0.2961,0.0000,5,1485.0845,-39.0889,563.0955,-96.6581,-6.0790,87.5713,-15.0320,-1.2838,-12.1134,0.0000,0.0000,7.3181,-12.1179,-0.6119,0.0000,-11.5060,0.0000,-11.5060,5.9032,-17.4092,0.0000,-17.4092,-0.3950,-17.0142,0.0000,12.4320,9.9917,-39.4379,1.2537,1238.8091,1238.8091,1238.8091 -129.5000,1.0000,860.3856,52.9850,52.4022,-0.3256,0.0000,5,1454.2610,-69.5325,541.0367,-94.8300,-10.5891,82.3944,-14.4416,-1.4956,-16.2569,0.0000,0.0000,7.1634,-16.2494,-0.6043,0.0000,-15.6451,0.0000,-15.6451,5.7811,-21.4262,0.0000,-21.4262,-0.4253,-21.0009,0.0000,11.6768,9.7850,-42.4627,1.2102,493.5291,493.5291,493.5291 -130.5000,1.0000,874.7068,51.5530,50.7102,-0.4700,0.0000,5,1422.5605,-92.9499,519.5247,-92.9499,-13.8468,77.3937,-13.8468,-1.3063,-19.4633,0.0000,0.0000,6.9229,-19.5800,-0.5916,0.0000,-18.9884,0.0000,-18.9884,5.6248,-24.6133,14.5436,-39.1569,-0.5974,-38.5595,0.8089,10.7570,9.5206,-59.6460,1.1040,0.0000,0.0000,0.0000 -131.5000,1.0000,888.5317,49.7665,48.8292,-0.5225,0.0000,5,1380.7130,-90.4660,486.7952,-90.4680,-13.0803,70.3847,-13.0806,-2.2804,-17.5183,0.0000,0.0000,6.7184,-17.5079,-0.5573,0.0000,-16.9507,0.0000,-16.9507,5.4299,-22.3806,22.4657,-44.8463,-0.6411,-44.2052,0.9371,9.6778,9.1906,-64.0107,1.0213,0.0000,0.0000,0.0000 -132.5000,1.0000,901.9012,48.1270,47.4312,-0.3883,0.0000,5,1331.8460,-87.5691,474.9729,-87.5698,-12.2133,66.2448,-12.2134,-1.7972,-17.0510,0.0000,0.0000,6.6349,-17.0169,-0.5313,0.0000,-16.4856,0.0000,-16.4856,5.2510,-21.7366,6.1857,-27.9223,-0.4608,-27.4616,0.9062,8.7512,8.8879,-46.0069,1.0634,0.0000,0.0000,0.0000 -133.5000,1.0000,915.1525,47.7015,47.9782,0.1519,0.0000,5,1297.4365,339.9618,472.4223,-85.5290,46.1897,64.1867,-11.6206,-0.9909,40.6728,0.0000,0.0000,6.5077,40.0533,-0.6507,0.0000,40.7040,0.0000,40.7040,5.2046,35.4994,0.0000,35.4994,0.1787,35.3207,0.1497,8.5196,8.8093,17.8421,1.0153,9367.9864,9367.9864,9367.9864 -134.5000,1.0000,928.4527,47.8775,47.7832,-0.0542,0.0000,5,1294.9185,169.1003,668.3405,-85.3797,22.9306,90.6293,-11.5778,0.7887,15.5504,0.0000,0.0000,6.5915,15.7015,-0.5302,0.0000,16.2317,0.0000,16.2317,5.2238,11.0079,0.0000,11.0079,-0.0639,11.0718,0.0000,8.6140,8.8418,-6.3840,1.0548,5023.6416,5023.6416,5023.6416 -135.5000,1.0000,941.7231,47.7700,47.7632,-0.0056,0.0000,5,1302.6245,203.8487,590.0006,-85.8367,27.8071,80.4823,-11.7090,-0.1770,21.4048,0.0000,0.0000,6.5793,21.3729,-0.5574,0.0000,21.9303,0.0000,21.9303,5.2121,16.7182,0.0000,16.7182,-0.0065,16.7248,0.0000,8.5561,8.8219,-0.6533,1.0831,5938.2101,5938.2101,5938.2101 -136.5000,1.0000,955.0141,47.8445,47.9322,0.0469,0.0000,5,1298.4285,250.9821,604.5455,-85.5879,34.1263,82.2007,-11.6375,-0.1582,27.7376,0.0000,0.0000,6.5469,27.6464,-0.5901,0.0000,28.2365,0.0000,28.2365,5.2202,23.0163,0.0000,23.0163,0.0554,22.9609,0.0000,8.5962,8.8357,5.5290,1.0688,7111.9697,7111.9697,7111.9697 -137.5000,1.0000,968.3690,48.0745,48.2232,0.0808,0.0000,5,1299.1915,284.3003,627.1509,-85.6331,38.6793,85.3245,-11.6505,0.2191,31.9205,0.0000,0.0000,6.5398,31.8914,-0.6148,0.0000,32.5062,0.0000,32.5062,5.2453,27.2609,0.0000,27.2609,0.0958,27.1651,0.0000,8.7209,8.8782,9.5661,1.0423,7963.0008,7963.0008,7963.0008 -138.5000,1.0000,981.8437,48.5055,48.7942,0.1586,0.0000,5,1311.6655,356.3760,646.7883,-86.3729,48.9508,88.8411,-11.8640,0.7836,41.6027,0.0000,0.0000,6.5645,41.6660,-0.6704,0.0000,42.3364,0.0000,42.3364,5.2923,37.0441,0.0000,37.0441,0.1897,36.8544,0.0000,8.9577,8.9578,18.9389,1.0181,9887.1198,9887.1198,9887.1198 -139.5000,1.0000,995.5022,49.1675,49.5472,0.2092,0.0000,5,1327.1150,402.1052,676.4994,-87.2892,55.8826,94.0166,-12.1310,0.4663,48.7911,0.0000,0.0000,6.6252,48.6291,-0.7151,0.0000,49.3442,0.0000,49.3442,5.3646,43.9796,0.0000,43.9796,0.2536,43.7261,0.0000,9.3298,9.0800,25.3163,1.0479,11213.2592,11213.2592,11213.2592 -140.5000,1.0000,1009.3871,49.9825,50.4242,0.2436,0.0000,5,1344.3195,437.8968,701.0285,-88.3096,61.6457,98.6886,-12.4319,0.9479,54.0181,0.0000,0.0000,6.6797,54.0057,-0.7541,0.0000,54.7598,0.0000,54.7598,5.4535,49.3063,0.0000,49.3063,0.3002,49.0061,0.0000,9.8016,9.2305,29.9740,1.0530,12293.7868,12293.7868,12293.7868 -141.5000,1.0000,1023.5229,50.8855,51.3532,0.2581,0.0000,5,1369.4210,453.4528,719.5154,-89.7983,65.0276,103.1824,-12.8776,1.1453,57.1109,0.0000,0.0000,6.7714,57.1571,-0.7834,0.0000,57.9405,0.0000,57.9405,5.5520,52.3885,0.0000,52.3885,0.3237,52.0647,0.0000,10.3426,9.3973,32.3248,1.0744,12931.8372,12931.8372,12931.8372 -142.5000,1.0000,1037.9798,52.0415,52.7362,0.3842,0.0000,5,1395.5140,572.5492,728.9770,-91.3458,83.6711,106.5312,-13.3491,1.0690,75.7419,0.0000,0.0000,6.8602,75.4168,-0.8929,0.0000,76.3097,0.0000,76.3097,5.9262,70.3835,0.0000,70.3835,0.4929,69.8905,0.0000,11.0646,9.6108,49.2151,1.0679,16384.1127,16384.1127,16384.1127 -143.5000,1.0000,1052.9003,53.7105,54.6912,0.5431,0.0000,5,1431.3725,728.9019,782.7158,-93.4725,109.2573,117.3236,-14.0109,2.0555,100.1965,0.0000,0.0000,7.0052,100.0133,-1.0426,0.0000,101.0558,0.0000,101.0558,6.4508,94.6051,0.0000,94.6051,0.7191,93.8859,0.0000,12.1656,9.9190,71.8014,1.0784,21283.5396,21283.5396,21283.5396 -144.5000,1.0000,1068.3543,55.6315,56.5782,0.5242,0.0000,5,1492.0270,728.0188,845.9278,-97.0698,113.7491,132.1717,-15.1666,3.4149,101.0696,0.0000,0.0000,9.2645,101.8666,-1.0819,0.0000,102.9486,0.0000,102.9486,6.6557,96.2929,0.0000,96.2929,0.7189,95.5740,0.0000,13.5176,10.2738,71.7826,1.1275,22182.4999,22182.4999,22182.4999 -145.5000,1.0000,1084.2197,57.1120,57.6522,0.2983,0.0000,5,1543.0685,517.5905,840.2559,-100.0970,83.6373,135.7768,-16.1746,1.3050,72.9639,0.0000,0.0000,9.3684,72.9294,-0.9594,0.0000,73.8888,0.0000,73.8888,6.3558,67.5330,0.0000,67.5330,0.4201,67.1129,0.0000,14.6228,10.5472,41.9429,1.1267,16547.3454,16547.3454,16547.3454 -146.5000,1.0000,1100.3663,58.1245,58.6032,0.2642,0.0000,5,1561.9135,489.1719,775.4376,-101.2146,80.0105,126.8331,-16.5550,0.4866,70.1092,0.0000,0.0000,9.4147,69.7662,-0.9598,0.0000,70.7260,0.0000,70.7260,6.4014,64.3246,0.0000,64.3246,0.3786,63.9460,0.0000,15.4141,10.7342,37.7978,1.1302,15918.8200,15918.8200,15918.8200 -147.5000,1.0000,1116.7425,58.9510,59.3052,0.1950,0.0000,5,1584.4205,433.7804,776.9878,-102.5495,71.9729,128.9179,-17.0150,1.6963,60.7464,0.0000,0.0000,9.5302,61.0513,-0.9294,0.0000,61.9807,0.0000,61.9807,6.4320,55.5487,0.0000,55.5487,0.2834,55.2653,0.0000,16.0805,10.8868,28.2980,1.1219,14424.4942,14424.4942,14424.4942 -148.5000,1.0000,1133.2539,59.4380,59.5772,0.0756,0.0000,5,1609.2545,323.4865,758.2192,-103.8030,54.5142,127.7757,-17.4930,0.7314,44.1551,0.0000,0.0000,9.6277,44.2569,-0.8526,0.0000,45.1095,0.0000,45.1095,6.4852,38.6243,0.0000,38.6243,0.1107,38.5136,0.0000,16.4818,10.9767,11.0550,1.1392,11201.0341,11201.0341,11201.0341 -149.5000,1.0000,1149.8358,59.6915,59.8122,0.0653,0.0000,5,1615.0910,311.3062,722.5154,-104.0109,52.6518,122.2004,-17.5916,-0.1551,43.1938,0.0000,0.0000,9.6131,43.0672,-0.8508,0.0000,43.9180,0.0000,43.9180,6.5128,37.4052,0.0000,37.4052,0.0961,37.3091,0.0000,16.6936,11.0235,9.5920,1.1403,10860.7265,10860.7265,10860.7265 -150.5000,1.0000,1166.4552,59.8265,59.8472,0.0097,0.0000,5,1621.0040,266.7929,725.3493,-104.2215,45.2884,123.1289,-17.6917,0.7443,34.8663,0.0000,0.0000,9.6778,35.0169,-0.8124,0.0000,35.8292,0.0000,35.8292,6.5275,29.3017,0.0000,29.3017,0.0143,29.2874,0.0000,16.8071,11.0485,1.4318,1.1539,9462.2953,9462.2953,9462.2953 -151.5000,1.0000,1183.0477,59.7300,59.6192,-0.0633,0.0000,5,1623.5980,183.6793,705.4140,-104.3139,31.2297,119.9365,-17.7357,-0.4869,24.1390,0.0000,0.0000,7.5776,24.1124,-0.7557,0.0000,24.8681,0.0000,24.8681,6.5170,18.3511,0.0000,18.3511,-0.0933,18.4443,0.0000,16.7259,11.0307,-9.3122,1.1544,6856.9542,6856.9542,6856.9542 -152.5000,1.0000,1199.5904,59.5505,59.4882,-0.0364,0.0000,5,1618.4860,209.0932,682.3968,-104.1318,35.4387,115.6577,-17.6490,-0.0228,27.8840,0.0000,0.0000,7.5774,27.9108,-0.7719,0.0000,28.6827,0.0000,28.6827,6.4974,22.1852,0.0000,22.1852,-0.0534,22.2387,0.0000,16.5755,10.9975,-5.3344,1.1409,7637.0797,7637.0797,7637.0797 -153.5000,1.0000,1216.0934,59.4075,59.3332,-0.0431,0.0000,5,1613.8705,200.9231,686.3066,-103.9674,33.9568,115.9886,-17.5709,-0.4347,26.8239,0.0000,0.0000,7.5677,26.7859,-0.7638,0.0000,27.5498,0.0000,27.5498,6.4818,21.0679,0.0000,21.0679,-0.0631,21.1310,0.0000,16.4564,10.9711,-6.2965,1.1526,7356.8713,7356.8713,7356.8713 -154.5000,1.0000,1232.5229,59.1430,58.9592,-0.1039,0.0000,5,1610.7425,149.6097,686.5578,-103.8560,25.2356,115.8062,-17.5181,0.1245,17.5536,0.0000,0.0000,7.5575,17.6231,-0.7132,0.0000,18.3362,0.0000,18.3362,6.4530,11.8833,0.0000,11.8833,-0.1515,12.0348,0.0000,16.2377,10.9222,-15.1252,1.1395,5785.7213,5785.7213,5785.7213 -155.5000,1.0000,1248.8449,58.7560,58.5592,-0.1111,0.0000,5,1603.9140,136.8573,662.8680,-103.6129,22.9868,111.3363,-17.4030,-0.7966,16.2777,0.0000,0.0000,7.5056,16.2509,-0.6999,0.0000,16.9508,0.0000,16.9508,6.4107,10.5400,0.0000,10.5400,-0.1610,10.7010,0.0000,15.9211,10.8508,-16.0709,1.1382,5384.1670,5384.1670,5384.1670 -156.5000,1.0000,1265.0439,58.3130,58.0732,-0.1350,0.0000,5,1589.3035,115.9814,655.4375,-102.8391,19.3030,109.0854,-17.1157,-0.6367,12.4480,0.0000,0.0000,7.4917,12.4488,-0.6734,0.0000,13.1222,0.0000,13.1222,6.3624,6.7598,0.0000,6.7598,-0.1941,6.9539,0.0000,15.5638,10.7690,-19.3789,1.1479,4699.4126,4699.4126,4699.4126 -157.5000,1.0000,1281.0830,57.7375,57.4082,-0.1847,0.0000,5,1572.2895,68.7752,640.3848,-101.8300,11.3238,105.4392,-16.7663,-1.0129,4.9275,0.0000,0.0000,7.4092,4.9230,-0.6294,0.0000,5.5524,0.0000,5.5524,6.2996,-0.7472,0.0000,-0.7472,-0.2630,-0.4842,0.0000,15.1077,10.6627,-26.2547,1.1447,3599.0352,3599.0352,3599.0352 -158.5000,1.0000,1296.8872,56.8920,56.3822,-0.2850,0.0000,5,1551.2320,-21.1453,617.6517,-100.5811,-3.4349,100.3342,-16.3389,-1.0066,-9.7756,0.0000,0.0000,7.3473,-9.7973,-0.6519,0.0000,-9.1455,0.0000,-9.1455,6.2074,-15.3528,0.0000,-15.3528,-0.3998,-14.9531,0.0000,14.4544,10.5065,-39.9140,1.1407,1789.0517,1789.0517,1789.0517 -159.5000,1.0000,1312.4215,55.9200,55.4642,-0.2550,0.0000,5,1531.7770,3.0401,581.2281,-99.4273,0.4876,93.2332,-15.9489,-0.8361,-5.9115,0.0000,0.0000,7.2352,-5.9258,-0.6261,0.0000,-5.2997,0.0000,-5.2997,6.1013,-11.4010,0.0000,-11.4010,-0.3516,-11.0494,0.0000,13.7259,10.3270,-35.1024,1.1245,2292.7801,2292.7801,2292.7801 -160.5000,1.0000,1327.6812,54.9320,54.4062,-0.2939,0.0000,5,1510.7960,-35.1520,579.7559,-98.1830,-5.5614,91.7233,-15.5335,-1.1220,-11.5944,0.0000,0.0000,7.1550,-11.6134,-0.6241,0.0000,-10.9893,0.0000,-10.9893,5.9935,-16.9829,0.0000,-16.9829,-0.3980,-16.5848,0.0000,13.0115,10.1446,-39.7409,1.1199,1372.1031,1372.1031,1372.1031 -161.5000,1.0000,1342.5596,53.5590,52.7182,-0.4689,0.0000,5,1476.9205,-96.1739,546.7345,-96.1739,-14.8745,84.5595,-14.8745,-1.9757,-19.9017,0.0000,0.0000,7.0029,-19.9221,-0.6231,0.0000,-19.2990,0.0000,-19.2990,5.8437,-25.1427,14.7750,-39.9177,-0.6192,-39.2985,0.5689,12.0619,9.8910,-61.8204,1.0928,0.0000,0.0000,0.0000 -162.5000,1.0000,1356.8973,51.6125,50.5132,-0.6125,0.0000,5,1435.4160,-93.7115,509.8706,-93.7123,-14.0864,76.6419,-14.0865,-1.7385,-19.2625,0.0000,0.0000,6.9146,-19.4125,-0.5916,0.0000,-18.8209,0.0000,-18.8209,5.6313,-24.4522,30.1312,-54.5834,-0.7794,-53.8040,3.6880,10.7963,9.5315,-77.8198,1.0936,0.0000,0.0000,0.0000 -163.5000,1.0000,1370.6660,49.5640,48.6212,-0.5256,0.0000,5,1384.4130,-90.6856,484.3344,-90.6874,-13.1472,70.2166,-13.1474,-2.6594,-17.2130,0.0000,0.0000,6.7253,-17.1515,-0.5533,0.0000,-16.5982,0.0000,-16.5982,5.4078,-22.0060,14.1394,-36.1454,-0.6422,-35.5031,9.9068,9.5602,9.1529,-64.1231,1.1069,0.0000,0.0000,0.0000 -164.5000,1.0000,1383.8641,47.5100,46.4052,-0.6156,0.0000,5,1327.2300,-87.2957,470.3701,-87.2960,-12.1330,65.3754,-12.1330,-2.1112,-16.5748,0.0000,0.0000,6.5530,-16.6394,-0.5212,0.0000,-16.1182,0.0000,-16.1182,5.1837,-21.3019,23.6641,-44.9660,-0.7210,-44.2450,10.5513,8.4217,8.7736,-71.9916,1.0621,0.0000,0.0000,0.0000 -165.5000,1.0000,1396.4989,45.4820,44.5652,-0.5111,0.0000,5,1273.3655,-84.0997,453.6821,-84.1014,-11.2144,60.4969,-11.2146,-2.1866,-15.4230,0.0000,0.0000,6.3952,-15.3957,-0.4884,0.0000,-14.9072,0.0000,-14.9072,4.9624,-19.8697,15.3011,-35.1708,-0.5731,-34.5977,6.8402,7.3877,8.3992,-57.2248,1.0639,0.0000,0.0000,0.0000 -166.5000,1.0000,1408.7379,44.0570,43.5552,-0.2806,0.0000,5,1218.9670,-35.2241,439.8566,-80.8752,-4.4963,56.1477,-10.3237,-1.9789,-8.7461,0.0000,0.0000,6.2287,-8.6556,-0.4513,0.0000,-8.2043,0.0000,-8.2043,4.8070,-13.0113,0.0000,-13.0113,-0.3047,-12.7065,2.8716,6.7129,8.1362,-30.4273,1.0398,819.1759,819.1759,819.1759 -167.5000,1.0000,1420.7884,43.3785,43.2082,-0.0964,0.0000,5,1182.3455,114.1291,463.7008,-78.6972,14.1309,57.4131,-9.7439,-0.7396,8.7290,0.0000,0.0000,6.1414,8.6886,-0.4328,0.0000,9.1214,0.0000,9.1214,4.7329,4.3884,0.0000,4.3884,-0.1031,4.4915,0.3665,6.4068,8.0109,-10.2927,1.0325,3311.8436,3311.8436,3311.8436 -168.5000,1.0000,1432.7244,42.9665,42.7312,-0.1325,0.0000,5,1170.6720,83.8598,536.2230,-78.0008,10.2806,65.7369,-9.5623,-0.1070,4.2707,0.0000,0.0000,6.1169,4.2890,-0.4051,0.0000,4.6941,0.0000,4.6941,4.6880,0.0061,0.0000,0.0061,-0.1404,0.1465,0.0000,6.2261,7.9348,-14.0144,1.0297,2786.1921,2786.1921,2786.1921 -169.5000,1.0000,1444.5652,42.6235,42.5222,-0.0581,0.0000,5,1157.9690,143.1334,512.4571,-77.2430,17.3567,62.1417,-9.3667,-0.7975,12.0958,0.0000,0.0000,6.0584,12.0081,-0.4395,0.0000,12.4476,0.0000,12.4476,4.6506,7.7970,0.0000,7.7970,-0.0610,7.8580,0.0000,6.0780,7.8715,-6.0915,1.0384,3873.4492,3873.4492,3873.4492 -170.5000,1.0000,1456.3119,42.2850,42.0542,-0.1300,0.0000,5,1148.3560,86.6286,546.3115,-76.6696,10.4176,65.6970,-9.2199,0.1130,4.2638,0.0000,0.0000,6.0407,4.2936,-0.3961,0.0000,4.6897,0.0000,4.6897,4.6136,0.0760,0.0000,0.0760,-0.1355,0.2116,0.0000,5.9345,7.8090,-13.5319,1.0358,2815.7649,2815.7649,2815.7649 -171.5000,1.0000,1467.9667,41.9540,41.8602,-0.0539,0.0000,5,1146.4105,148.4050,515.5634,-76.5536,17.8163,61.8943,-9.1904,-0.2498,12.0786,0.0000,0.0000,5.9874,12.0692,-0.4311,0.0000,12.5002,0.0000,12.5002,4.5775,7.9227,0.0000,7.9227,-0.0557,7.9785,0.0000,5.7961,7.7479,-5.5655,1.0353,3945.0161,3945.0161,3945.0161 -172.5000,1.0000,1479.6226,41.9580,42.0622,0.0561,0.0000,5,1139.2390,245.8302,543.1246,-76.1258,29.3277,64.7952,-9.0819,-0.2535,23.6207,0.0000,0.0000,5.9605,23.4891,-0.4888,0.0000,23.9779,0.0000,23.9779,4.5779,19.3999,0.0000,19.3999,0.0580,19.3419,0.0000,5.7977,7.7486,5.7955,1.0212,6058.9671,6058.9671,6058.9671 -173.5000,1.0000,1491.3290,42.1400,42.2242,0.0450,0.0000,5,1139.1625,240.4444,592.9362,-76.1212,28.6833,70.7330,-9.0807,0.2482,22.4555,0.0000,0.0000,5.9796,22.4822,-0.4861,0.0000,22.9683,0.0000,22.9683,4.5978,18.3705,0.0000,18.3705,0.0468,18.3238,0.0000,5.8735,7.7822,4.6681,1.0212,5932.3615,5932.3615,5932.3615 -174.5000,1.0000,1503.0630,42.2390,42.2602,0.0100,0.0000,5,1142.7100,208.2115,588.5747,-76.3328,24.9155,70.4314,-9.1343,0.0000,18.9130,0.0000,0.0000,6.0025,18.9050,-0.4693,0.0000,19.3743,0.0000,19.3743,4.6086,14.7657,0.0000,14.7657,0.0104,14.7552,0.0000,5.9150,7.8005,1.0398,1.0464,5275.4824,5275.4824,5275.4824 -175.5000,1.0000,1514.8577,42.4575,42.6612,0.1114,0.0000,5,1146.3340,299.9021,576.6211,-76.5490,36.0014,69.2198,-9.1892,0.2551,29.7587,0.0000,0.0000,5.9876,29.7124,-0.5268,0.0000,30.2392,0.0000,30.2392,4.6324,25.6068,0.0000,25.6068,0.1166,25.4902,0.0000,6.0074,7.8409,11.6419,1.0231,7368.9286,7368.9286,7368.9286 -176.5000,1.0000,1526.7831,42.9285,43.2022,0.1503,0.0000,5,1150.7590,336.4572,618.2541,-76.8130,40.5455,74.5041,-9.2565,0.0566,34.4970,0.0000,0.0000,5.9919,34.3049,-0.5562,0.0000,34.8611,0.0000,34.8611,4.6838,30.1772,0.0000,30.1772,0.1591,30.0182,0.0000,6.2096,7.9278,15.8807,1.0243,8180.2888,8180.2888,8180.2888 -177.5000,1.0000,1538.9154,43.6730,44.1502,0.2633,0.0000,5,1162.3175,445.4863,642.4129,-77.5024,54.2235,78.1930,-9.4334,0.7679,47.4064,0.0000,0.0000,6.0493,47.3314,-0.6319,0.0000,47.9633,0.0000,47.9633,4.7651,43.1983,0.0000,43.1983,0.2835,42.9147,0.0000,6.5388,8.0653,28.3105,1.0274,10800.8251,10800.8251,10800.8251 -178.5000,1.0000,1551.2778,44.5015,44.8592,0.1969,0.0000,5,1185.8165,387.4691,694.9009,-78.9042,48.1153,86.2917,-9.7982,0.9279,41.0573,0.0000,0.0000,6.1301,41.1705,-0.6119,0.0000,41.7824,0.0000,41.7824,4.8555,36.9270,0.0000,36.9270,0.2161,36.7109,0.0000,6.9177,8.2183,21.5748,1.0459,9671.6616,9671.6616,9671.6616 -179.5000,1.0000,1563.8319,45.1915,45.5302,0.1864,0.0000,5,1212.7110,377.4456,673.6775,-80.5041,47.9336,85.5535,-10.2236,1.0540,40.6726,0.0000,0.0000,6.2070,40.8440,-0.6197,0.0000,41.4637,0.0000,41.4637,4.9307,36.5330,0.0000,36.5330,0.2077,36.3253,0.0000,7.2444,8.3458,20.7351,1.0519,9629.6353,9629.6353,9629.6353 -180.5000,1.0000,1576.6031,45.9730,46.4222,0.2478,0.0000,5,1233.7685,431.6561,669.3550,-81.7530,55.7699,86.4806,-10.5625,0.5231,48.9837,0.0000,0.0000,6.2631,48.7846,-0.6706,0.0000,49.4551,0.0000,49.4551,5.0160,44.4391,0.0000,44.4391,0.2808,44.1583,0.0000,7.6271,8.4901,28.0411,1.0560,11133.7158,11133.7158,11133.7158 -181.5000,1.0000,1589.6504,46.9670,47.5182,0.3044,0.0000,5,1254.9020,488.8009,699.9495,-83.0064,64.2348,91.9825,-10.9081,1.0966,56.8300,0.0000,0.0000,6.3082,56.8115,-0.7250,0.0000,57.5365,0.0000,57.5365,5.1784,52.3581,0.0000,52.3581,0.3525,52.0056,0.0000,8.1330,8.6736,35.1990,1.0469,12776.9816,12776.9816,12776.9816 -182.5000,1.0000,1602.9949,48.0370,48.5622,0.2900,0.0000,5,1287.5945,477.9029,728.9889,-84.9453,64.4388,98.2944,-11.4537,1.4600,56.5508,0.0000,0.0000,6.4281,56.7451,-0.7398,0.0000,57.4849,0.0000,57.4849,5.2759,52.2089,0.0000,52.2089,0.3435,51.8655,0.0000,8.7014,8.8712,34.2928,1.0667,12829.2747,12829.2747,12829.2747 -183.5000,1.0000,1616.6112,49.0155,49.4752,0.2536,0.0000,5,1314.9080,444.1382,724.0050,-86.5652,61.1564,99.6932,-11.9198,0.7146,53.9499,0.0000,0.0000,6.4919,53.8118,-0.7391,0.0000,54.5508,0.0000,54.5508,5.3480,49.2029,0.0000,49.2029,0.3065,48.8964,0.0000,9.2438,9.0520,30.6007,1.0587,12204.4433,12204.4433,12204.4433 -184.5000,1.0000,1630.5048,50.0135,50.5582,0.3008,0.0000,5,1344.0910,492.8672,721.0895,-88.2960,69.3725,101.4954,-12.4279,1.6783,60.9400,0.0000,0.0000,6.7542,61.1992,-0.7909,0.0000,61.9902,0.0000,61.9902,5.5251,56.4650,0.0000,56.4650,0.3709,56.0941,0.0000,9.8203,9.2363,37.0376,1.2068,13752.9956,13752.9956,13752.9956 -185.5000,1.0000,1644.6110,50.7790,51.0062,0.1244,0.0000,5,1363.9280,329.9829,733.0802,-89.4725,47.1315,104.7060,-12.7794,-0.0415,40.4025,0.0000,0.0000,6.7706,40.2104,-0.6962,0.0000,40.9066,0.0000,40.9066,5.5404,35.3662,0.0000,35.3662,0.1558,35.2104,0.0000,10.2771,9.3776,15.5557,1.2137,9558.7432,9558.7432,9558.7432 -186.5000,1.0000,1658.7995,51.0755,51.1512,0.0403,0.0000,5,1374.4565,260.3932,678.6503,-90.0969,37.4791,97.6800,-12.9679,0.9305,29.7333,0.0000,0.0000,6.8152,29.9293,-0.6487,0.0000,30.5780,0.0000,30.5780,5.5727,25.0053,0.0000,25.0053,0.0507,24.9546,0.0000,10.4580,9.4324,5.0642,1.2027,7781.3147,7781.3147,7781.3147 -187.5000,1.0000,1673.0261,51.2125,51.2802,0.0358,0.0000,5,1382.0095,249.7190,644.4656,-90.5449,36.1403,93.2694,-13.1040,-0.2946,29.6134,0.0000,0.0000,6.8214,29.5019,-0.6486,0.0000,30.1505,0.0000,30.1505,5.5877,24.5628,0.0000,24.5628,0.0452,24.5175,0.0000,10.5424,9.4577,4.5174,1.2190,7540.3793,7540.3793,7540.3793 -188.5000,1.0000,1687.2338,51.1445,51.0152,-0.0736,0.0000,5,1383.7260,157.3315,646.4519,-90.6467,22.7979,93.6731,-13.1350,0.4409,15.4897,0.0000,0.0000,6.8674,15.5881,-0.5773,0.0000,16.1654,0.0000,16.1654,5.5803,10.5851,0.0000,10.5851,-0.0928,10.6779,0.0000,10.5005,9.4451,-9.2677,1.2195,5098.3794,5098.3794,5098.3794 -189.5000,1.0000,1701.3823,50.9315,50.8542,-0.0447,0.0000,5,1384.9085,176.6538,604.6498,-90.7168,25.6196,87.6907,-13.1564,-0.3407,19.1027,0.0000,0.0000,6.8575,19.0776,-0.5917,0.0000,19.6694,0.0000,19.6694,5.5570,14.1123,0.0000,14.1123,-0.0562,14.1685,0.0000,10.3698,9.4058,-5.6071,1.2198,5614.8900,5614.8900,5614.8900 -190.5000,1.0000,1715.4721,50.7200,50.5922,-0.0728,0.0000,5,1381.4370,153.9835,614.5499,-90.5109,22.2758,88.9031,-13.0937,0.0453,15.3485,0.0000,0.0000,6.8820,15.3942,-0.5700,0.0000,15.9642,0.0000,15.9642,5.5340,10.4302,0.0000,10.4302,-0.0910,10.5212,0.0000,10.2412,9.3667,-9.0867,1.2432,4998.9645,4998.9645,4998.9645 -191.5000,1.0000,1729.4913,50.4660,50.3462,-0.0683,0.0000,5,1373.1590,152.4121,597.6170,-90.0200,21.9164,85.9354,-12.9446,-0.7431,15.8351,0.0000,0.0000,6.8244,15.7719,-0.5681,0.0000,16.3401,0.0000,16.3401,5.5062,10.8338,0.0000,10.8338,-0.0850,10.9189,0.0000,10.0881,9.3198,-8.4891,1.2403,4918.0125,4918.0125,4918.0125 -192.5000,1.0000,1743.4082,50.0975,49.8552,-0.1364,0.0000,5,1361.2190,94.6737,597.7884,-89.3119,13.4954,85.2127,-12.7311,-0.2615,7.0610,0.0000,0.0000,6.6958,7.0795,-0.5188,0.0000,7.5983,0.0000,7.5983,5.4660,2.1323,0.0000,2.1323,-0.1685,2.3008,0.0000,9.8689,9.2518,-16.8199,1.1284,3429.7123,3429.7123,3429.7123 -193.5000,1.0000,1757.1077,49.3150,48.7812,-0.2983,0.0000,5,1348.1345,-51.4581,566.3312,-88.5358,-7.2647,79.9526,-12.4992,-0.8243,-13.1701,0.0000,0.0000,6.7298,-13.2168,-0.5397,0.0000,-12.6771,0.0000,-12.6771,5.3807,-18.0577,0.0000,-18.0577,-0.3627,-17.6950,0.0000,9.4145,9.1073,-36.2168,1.2313,726.6670,726.6670,726.6670 -194.5000,1.0000,1770.3888,47.8085,46.8422,-0.5386,0.0000,5,1318.7610,-86.7938,489.9409,-86.7938,-11.9862,67.6610,-11.9862,-1.5725,-17.0258,0.0000,0.0000,6.6120,-17.1223,-0.5268,0.0000,-16.5955,0.0000,-16.5955,5.2163,-21.8118,24.8020,-46.6139,-0.6349,-45.9790,0.0000,8.5803,8.8290,-63.3884,1.1722,0.0000,0.0000,0.0000 -195.5000,1.0000,1783.1916,46.0870,45.3382,-0.4178,0.0000,5,1276.6460,-84.2949,458.9085,-84.2960,-11.2694,61.3515,-11.2695,-1.7795,-16.1510,0.0000,0.0000,6.6611,-16.1270,-0.4990,0.0000,-15.6279,0.0000,-15.6279,5.0285,-20.6564,10.2181,-30.8744,-0.4747,-30.3997,0.8011,7.6853,8.5111,-47.3972,1.2055,0.0000,0.0000,0.0000 -196.5000,1.0000,1795.5350,44.4330,43.5342,-0.5011,0.0000,5,1230.8690,-81.5799,445.9957,-81.5811,-10.5153,57.4872,-10.5155,-1.7445,-15.1533,0.0000,0.0000,6.3825,-15.1773,-0.4729,0.0000,-14.7044,0.0000,-14.7044,4.8480,-19.5524,19.7806,-39.3330,-0.5490,-38.7841,0.9332,6.8882,8.2057,-54.8111,1.1890,0.0000,0.0000,0.0000 -197.5000,1.0000,1807.4862,43.0210,42.5142,-0.2833,0.0000,5,1189.7460,-49.3029,438.2766,-79.1386,-6.1426,54.6048,-9.8599,-1.3184,-10.9930,0.0000,0.0000,6.1687,-10.9561,-0.4425,0.0000,-10.5136,0.0000,-10.5136,4.6939,-15.2075,0.0000,-15.2075,-0.3005,-14.9070,0.9035,6.2505,7.9449,-30.0060,1.1288,490.6003,490.6003,490.6003 -198.5000,1.0000,1819.2439,42.3245,42.1412,-0.1036,0.0000,5,1158.9990,102.6721,448.4982,-77.3045,12.4613,54.4343,-9.3825,-0.9041,7.2717,0.0000,0.0000,6.0937,7.2239,-0.4114,0.0000,7.6353,0.0000,7.6353,4.6179,3.0174,0.0000,3.0174,-0.1081,3.1255,0.1533,5.9511,7.8163,-10.7951,1.1205,3078.1225,3078.1225,3078.1225 -199.5000,1.0000,1830.9552,42.1575,42.1802,0.0108,0.0000,5,1143.7020,207.7140,523.6099,-76.3920,24.8775,62.7118,-9.1493,-0.1822,18.9849,0.0000,0.0000,6.0748,18.9331,-0.4684,0.0000,19.4015,0.0000,19.4015,4.5997,14.8018,0.0000,14.8018,0.0113,14.7905,0.0000,5.8808,7.7854,1.1243,1.1273,5269.9340,5269.9340,5269.9340 -200.5000,1.0000,1842.7522,42.4660,42.7582,0.1606,0.0000,5,1145.5710,344.9988,576.9061,-76.5035,41.3874,69.2079,-9.1777,0.3140,34.9871,0.0000,0.0000,6.0863,34.8860,-0.5530,0.0000,35.4390,0.0000,35.4390,4.6334,30.8057,0.0000,30.8057,0.1681,30.6376,0.0000,6.0111,7.8424,16.7840,1.1278,8342.7054,8342.7054,8342.7054 -201.5000,1.0000,1854.7108,43.0475,43.3432,0.1625,0.0000,5,1157.3965,349.8297,643.2996,-77.2089,42.4002,77.9694,-9.3579,0.5233,35.7509,0.0000,0.0000,6.1260,35.7355,-0.5650,0.0000,36.3004,0.0000,36.3004,4.6968,31.6036,0.0000,31.6036,0.1725,31.4312,0.0000,6.2614,7.9498,17.2199,1.1310,8551.0901,8551.0901,8551.0901 -202.5000,1.0000,1866.9043,43.8935,44.4502,0.3075,0.0000,5,1175.8980,484.2016,650.3100,-78.3125,59.6245,80.0790,-9.6434,0.8044,52.6354,0.0000,0.0000,6.1847,52.4724,-0.6608,0.0000,53.1332,0.0000,53.1332,4.8299,48.3032,0.0000,48.3032,0.3328,47.9704,0.0000,6.6387,8.1060,33.2257,1.1589,11876.4874,11876.4874,11876.4874 -203.5000,1.0000,1879.4534,45.1735,45.9032,0.4036,0.0000,5,1197.1080,580.6416,712.4992,-79.5778,72.7897,89.3195,-9.9759,0.7404,65.8067,0.0000,0.0000,6.2427,65.3100,-0.7430,0.0000,66.0530,0.0000,66.0530,5.1414,60.9116,0.0000,60.9116,0.4495,60.4621,0.0000,7.2373,8.3424,44.8824,1.1666,14403.1104,14403.1104,14403.1104 -204.5000,1.0000,1892.4610,46.8240,47.7512,0.5133,0.0000,5,1233.9205,691.7857,764.1948,-81.7620,89.3897,98.7461,-10.5650,2.0264,81.0025,0.0000,0.0000,6.3608,81.1565,-0.8459,0.0000,82.0024,0.0000,82.0024,5.5322,76.4702,0.0000,76.4702,0.5926,75.8776,0.0000,8.0609,8.6472,59.1694,1.1671,17450.8855,17450.8855,17450.8855 -205.5000,1.0000,1905.9619,48.6000,49.4552,0.4733,0.0000,5,1289.6540,654.8077,812.0844,-85.0675,88.4333,109.6738,-11.4886,2.2961,79.6090,0.0000,0.0000,6.5281,79.9962,-0.8653,0.0000,80.8615,0.0000,80.8615,5.6783,75.1832,0.0000,75.1832,0.5672,74.6161,0.0000,9.0127,8.9752,56.6282,1.1872,17295.0808,17295.0808,17295.0808 -206.5000,1.0000,1919.9575,50.3810,51.3132,0.5161,0.0000,5,1340.9245,695.3187,799.8860,-88.1082,97.6375,112.3210,-12.3723,1.8346,89.1961,0.0000,0.0000,6.6069,89.0362,-0.9369,0.0000,89.9731,0.0000,89.9731,5.9786,83.9945,0.0000,83.9945,0.6411,83.3534,0.0000,10.0406,9.3041,64.0087,1.1506,19041.0502,19041.0502,19041.0502 -207.5000,1.0000,1934.3995,51.9880,52.6692,0.3767,0.0000,5,1385.4050,570.9282,820.6002,-90.7463,82.8298,119.0521,-13.1654,1.8889,74.1190,0.0000,0.0000,6.8220,74.3373,-0.8866,0.0000,75.2239,0.0000,75.2239,5.9050,69.3189,0.0000,69.3189,0.4828,68.8361,0.0000,11.0305,9.6009,48.2047,1.2341,16225.4839,16225.4839,16225.4839 -208.5000,1.0000,1949.2753,53.5495,54.4362,0.4908,0.0000,5,1425.3455,679.7904,777.7563,-93.1151,101.4668,116.0893,-13.8985,1.5527,92.9878,0.0000,0.0000,6.9263,92.6169,-1.0027,0.0000,93.6197,0.0000,93.6197,6.3244,87.2952,0.0000,87.2952,0.6480,86.6472,0.0000,12.0558,9.8893,64.7022,1.2298,19765.8163,19765.8163,19765.8163 -209.5000,1.0000,1964.6484,55.3400,56.2502,0.5039,0.0000,5,1469.7870,699.5774,824.9869,-95.7508,107.6760,126.9785,-14.7376,2.4102,98.2021,0.0000,0.0000,7.0636,98.3739,-1.0597,0.0000,99.4336,0.0000,99.4336,6.5762,92.8575,0.0000,92.8575,0.6875,92.1699,0.0000,13.3059,10.2199,68.6441,1.1881,21015.3997,21015.3997,21015.3997 -210.5000,1.0000,1980.4587,56.9140,57.5842,0.3706,0.0000,5,1520.3705,578.3185,834.0799,-98.7508,92.0757,132.7962,-15.7224,2.2297,82.5745,0.0000,0.0000,7.2716,82.8999,-1.0066,0.0000,83.9065,0.0000,83.9065,6.4879,77.4186,0.0000,77.4186,0.5200,76.8986,0.0000,14.4720,10.5106,51.9161,1.2353,18028.5505,18028.5505,18028.5505 -211.5000,1.0000,1996.6275,58.2045,58.8312,0.3464,0.0000,5,1558.8235,568.6938,797.1034,-101.0314,92.8334,130.1189,-16.4923,1.3950,82.0354,0.0000,0.0000,9.4030,81.9247,-1.0225,0.0000,82.9472,0.0000,82.9472,6.5921,76.3552,0.0000,76.3552,0.4971,75.8581,0.0000,15.4786,10.7489,49.6306,1.2425,18271.4660,18271.4660,18271.4660 -212.5000,1.0000,2013.1315,59.4110,59.9972,0.3239,0.0000,5,1596.8565,553.1551,803.5346,-103.2870,92.4999,134.3690,-17.2719,2.3006,80.5376,0.0000,0.0000,9.6617,80.9267,-1.0373,0.0000,81.9640,0.0000,81.9640,6.6882,75.2758,0.0000,75.2758,0.4744,74.8014,0.0000,16.4609,10.9717,47.3688,1.3069,18326.8648,18326.8648,18326.8648 -213.5000,1.0000,2029.9254,60.4550,60.9192,0.2561,0.0000,5,1631.8760,489.0219,796.9465,-104.6087,83.5688,136.1899,-17.8765,1.1584,72.6898,0.0000,0.0000,9.7206,72.6507,-1.0129,0.0000,73.6637,0.0000,73.6637,6.6596,67.0041,0.0000,67.0041,0.3817,66.6224,0.0000,17.3433,11.1645,38.1145,1.2633,16680.5887,16680.5887,16680.5887 -214.5000,1.0000,2046.8816,61.0390,61.1652,0.0683,0.0000,5,1650.7590,322.1586,780.3843,-105.2811,55.6906,134.9027,-18.1996,0.7425,45.1589,0.0000,0.0000,9.7892,45.2681,-0.8845,0.0000,46.1525,0.0000,46.1525,6.6598,39.4927,0.0000,39.4927,0.1028,39.3899,0.0000,17.8499,11.2724,10.2676,1.2692,11456.5499,11456.5499,11456.5499 -215.5000,1.0000,2063.8674,61.1455,61.1322,-0.0092,0.0000,5,1659.9905,250.8005,732.8985,-105.6099,43.5976,127.4025,-18.3586,0.1945,33.6378,0.0000,0.0000,9.7654,33.6855,-0.8278,0.0000,34.5133,0.0000,34.5133,6.6715,27.8419,0.0000,27.8419,-0.0138,27.8557,0.0000,17.9434,11.2921,-1.3798,1.2584,9181.3167,9181.3167,9181.3167 -216.5000,1.0000,2080.8041,60.9690,60.8122,-0.0889,0.0000,5,1657.7400,177.3048,709.1355,-105.5298,30.7798,123.1046,-18.3198,-0.4233,21.4601,0.0000,0.0000,9.7429,21.4626,-0.7631,0.0000,22.2257,0.0000,22.2257,6.6522,15.5735,0.0000,15.5735,-0.1336,15.7071,0.0000,17.7886,11.2595,-13.3409,1.2577,6828.0734,6828.0734,6828.0734 -217.5000,1.0000,2097.6514,60.6470,60.4882,-0.0900,0.0000,5,1638.7425,171.1204,676.7763,-104.8532,29.3658,116.1407,-17.9937,-1.4934,21.1344,0.0000,0.0000,9.7248,20.9991,-0.7553,0.0000,21.7544,0.0000,21.7544,6.6171,15.1373,0.0000,15.1373,-0.1346,15.2719,0.0000,17.5082,11.2000,-13.4363,1.3610,6533.7154,6533.7154,6533.7154 -218.5000,1.0000,2114.5077,60.6795,60.8772,0.1081,0.0000,5,1637.1405,346.6201,692.2661,-104.7961,59.4249,118.6828,-17.9664,1.3309,50.5134,0.0000,0.0000,7.5806,50.7591,-0.9062,0.0000,51.6653,0.0000,51.6653,6.6206,45.0446,0.0000,45.0446,0.1617,44.8830,0.0000,17.5364,11.2060,16.1406,1.1967,12126.3993,12126.3993,12126.3993 -219.5000,1.0000,2131.4913,61.1375,61.4042,0.1464,0.0000,5,1654.3835,377.7234,739.4053,-105.4102,65.4393,128.0995,-18.2620,0.4069,57.3114,0.0000,0.0000,7.7210,57.2036,-0.9464,0.0000,58.1501,0.0000,58.1501,6.6706,51.4795,0.0000,51.4795,0.2207,51.2588,0.0000,17.9367,11.2906,22.0315,1.2840,13285.9297,13285.9297,13285.9297 -220.5000,1.0000,2148.6179,61.6525,61.9072,0.1397,0.0000,5,1672.0840,376.2548,756.8077,-106.0406,65.8823,132.5172,-18.5677,1.4063,56.7377,0.0000,0.0000,7.7384,56.9700,-0.9540,0.0000,57.9239,0.0000,57.9239,6.7268,51.1972,0.0000,51.1972,0.2124,50.9848,0.0000,18.3937,11.3857,21.2053,1.2212,13397.1111,13397.1111,13397.1111 -221.5000,1.0000,2165.8774,62.1310,62.3612,0.1261,0.0000,5,1686.6560,360.2765,751.9440,-106.5595,63.6343,132.8130,-18.8212,0.0908,55.7786,0.0000,0.0000,7.7649,55.6044,-0.9553,0.0000,56.5597,0.0000,56.5597,6.7790,49.7807,0.0000,49.7807,0.1932,49.5875,0.0000,18.8253,11.4741,19.2882,1.2395,12997.5642,12997.5642,12997.5642 -222.5000,1.0000,2183.2476,62.5295,62.7042,0.0953,0.0000,5,1688.2960,335.9830,748.6661,-106.6179,59.4011,132.3626,-18.8498,0.0791,51.5493,0.0000,0.0000,7.7727,51.4315,-0.9410,0.0000,52.3725,0.0000,52.3725,6.8225,45.5501,0.0000,45.5501,0.1469,45.4032,0.0000,19.1897,11.5477,14.6658,1.2400,12204.6319,12204.6319,12204.6319 -223.5000,1.0000,2200.7105,62.8635,63.0292,0.0903,0.0000,5,1696.8415,335.6101,747.6531,-106.9223,59.6355,132.8526,-18.9993,0.8110,51.0303,0.0000,0.0000,7.7942,51.1322,-0.9453,0.0000,52.0774,0.0000,52.0774,6.8589,45.2185,0.0000,45.2185,0.1399,45.0786,0.0000,19.4989,11.6093,13.9704,1.2017,12269.4818,12269.4818,12269.4818 -224.5000,1.0000,2218.2433,63.1145,63.2062,0.0492,0.0000,5,1704.6620,296.1145,744.6109,-107.2008,52.8599,132.9218,-19.1366,0.0040,45.1338,0.0000,0.0000,7.7221,45.0716,-0.9190,0.0000,45.9906,0.0000,45.9906,6.8863,39.1043,0.0000,39.1043,0.0765,39.0278,0.0000,19.7333,11.6557,7.6389,1.1495,11007.2537,11007.2537,11007.2537 -225.5000,1.0000,2235.8271,63.2985,63.3972,0.0531,0.0000,5,1706.4165,301.7075,736.0301,-107.2633,53.9138,131.5253,-19.1675,0.1799,45.9489,0.0000,0.0000,7.7850,45.9258,-0.9265,0.0000,46.8523,0.0000,46.8523,6.9064,39.9459,0.0000,39.9459,0.0828,39.8631,0.0000,19.9064,11.6897,8.2671,1.1774,11213.7015,11213.7015,11213.7015 -226.5000,1.0000,2253.4723,63.5195,63.6482,0.0697,0.0000,5,1714.3130,318.8763,741.6690,-107.5445,57.2455,133.1462,-19.3066,0.6506,48.7635,0.0000,0.0000,7.8314,48.8428,-0.9451,0.0000,49.7878,0.0000,49.7878,6.9305,42.8573,0.0000,42.8573,0.1092,42.7482,0.0000,20.1156,11.7305,10.9020,1.1798,11837.3917,11837.3917,11837.3917 -227.5000,1.0000,2271.1896,63.7790,63.9162,0.0744,0.0000,5,1725.7955,322.6235,747.7827,-107.9534,58.3061,135.1429,-19.5099,0.5620,49.9019,0.0000,0.0000,7.8422,49.9502,-0.9552,0.0000,50.9054,0.0000,50.9054,6.9588,43.9466,0.0000,43.9466,0.1171,43.8296,0.0000,20.3632,11.7784,11.6880,1.1698,12038.8021,12038.8021,12038.8021 -228.5000,1.0000,2288.9757,64.0270,64.1442,0.0633,0.0000,5,1736.9725,313.2768,751.4787,-108.3514,56.9836,136.6905,-19.7086,0.6266,48.4640,0.0000,0.0000,7.8930,48.5414,-0.9524,0.0000,49.4938,0.0000,49.4938,6.9859,42.5080,0.0000,42.5080,0.1000,42.4080,0.0000,20.6016,11.8242,9.9822,1.1733,11802.8007,11802.8007,11802.8007 -229.5000,1.0000,2306.8332,64.2835,64.4292,0.0792,0.0000,5,1747.4630,326.9467,750.8177,-108.7250,59.8293,137.3951,-19.8960,0.4954,51.3956,0.0000,0.0000,7.9383,51.4174,-0.9714,0.0000,52.3888,0.0000,52.3888,7.0138,45.3750,0.0000,45.3750,0.1255,45.2495,0.0000,20.8503,11.8716,12.5277,1.1902,12327.5059,12327.5059,12327.5059 -230.5000,1.0000,2324.6742,64.2245,64.0262,-0.1119,0.0000,5,1747.3870,154.7232,748.9283,-108.7223,28.3122,137.0434,-19.8947,-0.5035,20.9594,0.0000,0.0000,7.8563,20.9689,-0.8166,0.0000,21.7855,0.0000,21.7855,7.0074,14.7781,0.0000,14.7781,-0.1773,14.9553,0.0000,20.7930,11.8607,-17.6983,1.1492,6508.7041,6508.7041,6508.7041 -231.5000,1.0000,2342.4036,63.8225,63.6252,-0.1114,0.0000,5,1742.0465,155.7565,708.4163,-108.5321,28.4141,129.2340,-19.7992,-0.0694,20.6141,0.0000,0.0000,7.8694,20.6714,-0.8081,0.0000,21.4794,0.0000,21.4794,6.9635,14.5159,0.0000,14.5159,-0.1753,14.6912,0.0000,20.4050,11.7864,-17.5003,1.1612,6519.3517,6519.3517,6519.3517 -232.5000,1.0000,2360.0173,63.4060,63.1932,-0.1200,0.0000,5,1731.0220,141.5706,698.9461,-108.1395,25.6628,126.6995,-19.6027,-1.1030,18.9753,0.0000,0.0000,7.7905,18.9260,-0.7920,0.0000,19.7180,0.0000,19.7180,6.9181,12.7999,0.0000,12.7999,-0.1876,12.9875,0.0000,20.0082,11.7095,-18.7301,1.1714,6024.1566,6024.1566,6024.1566 -233.5000,1.0000,2377.4976,62.9260,62.6652,-0.1467,0.0000,5,1706.6835,115.3707,685.9856,-107.2728,20.6195,122.6017,-19.1722,-1.4634,14.3944,0.0000,0.0000,7.6885,14.3368,-0.7605,0.0000,15.0973,0.0000,15.0973,6.8657,8.2315,0.0000,8.2315,-0.2275,8.4591,0.0000,19.5573,11.6209,-22.7191,1.1501,5094.1909,5094.1909,5094.1909 -234.5000,1.0000,2394.8322,62.4015,62.1442,-0.1447,0.0000,5,1690.7755,122.2317,682.1510,-106.7062,21.6421,120.7800,-18.8932,-0.2020,14.1574,0.0000,0.0000,7.6867,14.2004,-0.7508,0.0000,14.9511,0.0000,14.9511,6.8085,8.1427,0.0000,8.1427,-0.2227,8.3653,0.0000,19.0723,11.5240,-22.2310,1.1588,5240.0548,5240.0548,5240.0548 -235.5000,1.0000,2412.0291,61.9055,61.6732,-0.1308,0.0000,5,1685.5495,131.4924,681.3195,-106.5201,23.2098,120.2599,-18.8019,-0.3396,15.8898,0.0000,0.0000,7.6595,15.9194,-0.7510,0.0000,16.6704,0.0000,16.6704,6.7544,9.9160,0.0000,9.9160,-0.1997,10.1157,0.0000,18.6211,11.4324,-19.9378,1.1572,5508.7646,5508.7646,5508.7646 -236.5000,1.0000,2429.0764,61.3670,61.0672,-0.1683,0.0000,5,1673.0375,93.6780,676.3143,-106.0745,16.4124,118.4903,-18.5843,-0.9485,9.7791,0.0000,0.0000,7.5818,9.7734,-0.7108,0.0000,10.4841,0.0000,10.4841,6.6956,3.7885,0.0000,3.7885,-0.2547,4.0432,0.0000,18.1395,11.3330,-25.4293,1.1533,4373.0375,4373.0375,4373.0375 -237.5000,1.0000,2445.9608,60.7805,60.5002,-0.1575,0.0000,5,1663.3100,106.0479,668.6376,-105.7281,18.4716,116.4642,-18.4159,-0.0507,10.9244,0.0000,0.0000,7.5978,10.9723,-0.7069,0.0000,11.6793,0.0000,11.6793,6.6316,5.0476,0.0000,5.0476,-0.2360,5.2836,0.0000,17.6244,11.2247,-23.5654,1.1502,4646.2597,4646.2597,4646.2597 -238.5000,1.0000,2462.6822,60.1940,59.8942,-0.1683,0.0000,5,1650.1490,87.7806,659.9623,-105.2594,15.1688,114.0436,-18.1892,-1.2834,8.9471,0.0000,0.0000,7.5051,8.9233,-0.6867,0.0000,9.6101,0.0000,9.6101,6.5676,3.0424,0.0000,3.0424,-0.2498,3.2922,0.0000,17.1191,11.1163,-24.9432,1.1469,4188.7660,4188.7660,4188.7660 -239.5000,1.0000,2479.2522,59.6485,59.4092,-0.1347,0.0000,5,1633.6690,120.2873,655.7144,-104.6725,20.5784,112.1779,-17.9071,-0.3827,13.4773,0.0000,0.0000,7.4839,13.5007,-0.7007,0.0000,14.2015,0.0000,14.2015,6.5081,7.6933,0.0000,7.6933,-0.1981,7.8915,0.0000,16.6578,11.0156,-19.7819,1.1438,4980.6043,4980.6043,4980.6043 -240.5000,1.0000,2495.6849,59.1545,58.9062,-0.1397,0.0000,5,1621.6145,111.8948,658.9395,-104.2432,19.0014,111.8979,-17.7021,-0.8205,12.3994,0.0000,0.0000,7.4226,12.3890,-0.6869,0.0000,13.0760,0.0000,13.0760,6.4542,6.6218,0.0000,6.6218,-0.2038,6.8255,0.0000,16.2473,10.9244,-20.3462,1.1415,4693.2007,4693.2007,4693.2007 -241.5000,1.0000,2511.9824,58.6680,58.4362,-0.1306,0.0000,5,1597.1620,114.6341,643.3634,-103.3052,19.1731,107.6054,-17.2782,-1.5902,13.4407,0.0000,0.0000,7.3226,13.3578,-0.6838,0.0000,14.0416,0.0000,14.0416,6.4011,7.6404,0.0000,7.6404,-0.1888,7.8293,0.0000,15.8497,10.8345,-18.8550,1.1494,4695.6610,4695.6610,4695.6610 -242.5000,1.0000,2528.1838,58.3215,58.2132,-0.0619,0.0000,5,1584.0390,184.0387,653.4874,-102.5269,30.5284,108.4006,-17.0072,0.3006,22.9064,0.0000,0.0000,7.3213,22.9951,-0.7268,0.0000,23.7219,0.0000,23.7219,6.3633,17.3586,0.0000,17.3586,-0.0891,17.4476,0.0000,15.5704,10.7705,-8.8932,1.1469,6706.4955,6706.4955,6706.4955 -243.5000,1.0000,2544.3599,58.2310,58.2552,0.0117,0.0000,5,1583.1615,244.3860,669.8943,-102.4748,40.5163,111.0606,-16.9891,-0.3857,33.6122,0.0000,0.0000,7.2899,33.5158,-0.7785,0.0000,34.2943,0.0000,34.2943,6.3535,27.9409,0.0000,27.9409,0.0167,27.9241,0.0000,15.4979,10.7538,1.6724,1.1468,8537.1681,8537.1681,8537.1681 -244.5000,1.0000,2560.5644,58.3330,58.4172,0.0450,0.0000,5,1579.0795,276.9125,690.6770,-102.2327,45.7905,114.2109,-16.9053,-0.0111,38.4945,0.0000,0.0000,7.3071,38.4383,-0.8050,0.0000,39.2434,0.0000,39.2434,6.3646,32.8788,0.0000,32.8788,0.0647,32.8140,0.0000,15.5795,10.7727,6.4618,1.1711,9531.1902,9531.1902,9531.1902 -245.5000,1.0000,2576.8183,58.5105,58.6102,0.0536,0.0000,5,1588.5785,288.4865,709.2352,-102.7961,47.9913,117.9852,-17.1007,0.9379,39.7209,0.0000,0.0000,7.3326,39.8955,-0.8153,0.0000,40.7107,0.0000,40.7107,6.3840,34.3268,0.0000,34.3268,0.0773,34.2494,0.0000,15.7222,10.8054,7.7218,1.1227,9959.0379,9959.0379,9959.0379 -246.5000,1.0000,2593.1162,58.6695,58.7352,0.0347,0.0000,5,1592.8510,265.4800,704.4623,-103.0495,44.2828,117.5064,-17.1890,-0.5224,37.5123,0.0000,0.0000,7.2929,37.3468,-0.8050,0.0000,38.1518,0.0000,38.1518,6.4013,31.7505,0.0000,31.7505,0.0502,31.7003,0.0000,15.8507,10.8348,5.0147,1.1361,9265.3275,9265.3275,9265.3275 -247.5000,1.0000,2609.4126,58.6635,58.5982,-0.0381,0.0000,5,1592.1260,206.5143,703.8899,-103.0065,34.4315,117.3575,-17.1740,0.4513,26.6694,0.0000,0.0000,7.3108,26.7780,-0.7515,0.0000,27.5295,0.0000,27.5295,6.4007,21.1289,0.0000,21.1289,-0.0550,21.1839,0.0000,15.8458,10.8337,-5.4956,1.1234,7411.2033,7411.2033,7411.2033 -248.5000,1.0000,2625.6522,58.4595,58.3272,-0.0753,0.0000,5,1585.4885,165.5262,673.0278,-102.6128,27.4826,111.7441,-17.0370,-1.0957,21.2961,0.0000,0.0000,7.2823,21.1940,-0.7200,0.0000,21.9140,0.0000,21.9140,6.3784,15.5356,0.0000,15.5356,-0.1085,15.6441,0.0000,15.6812,10.7960,-10.8331,1.1472,6160.6222,6160.6222,6160.6222 -249.5000,1.0000,2641.8153,58.1840,58.0472,-0.0778,0.0000,5,1573.5485,168.1904,663.6810,-101.9047,27.7147,109.3624,-16.7920,-0.0663,20.5493,0.0000,0.0000,7.2317,20.5899,-0.7124,0.0000,21.3023,0.0000,21.3023,6.3483,14.9540,0.0000,14.9540,-0.1116,15.0656,0.0000,15.4605,10.7451,-11.1401,1.1324,6184.7477,6184.7477,6184.7477 -250.5000,1.0000,2657.8765,57.8170,57.5932,-0.1261,0.0000,5,1572.9765,124.7300,664.5335,-101.8708,20.5457,109.4631,-16.7803,0.0111,13.3036,0.0000,0.0000,7.2311,13.3570,-0.6699,0.0000,14.0269,0.0000,14.0269,6.3083,7.7186,0.0000,7.7186,-0.1798,7.8984,0.0000,15.1700,10.6774,-17.9489,1.1323,4888.3552,4888.3552,4888.3552 -251.5000,1.0000,2673.7656,57.1975,56.8082,-0.2181,0.0000,5,1563.7445,37.3411,641.1176,-101.3232,6.1148,104.9862,-16.5922,-0.8976,-0.1512,0.0000,0.0000,7.1635,-0.1513,-0.6330,0.0000,0.4817,0.0000,0.4817,6.2407,-5.7590,0.0000,-5.7590,-0.3075,-5.4515,0.0000,14.6880,10.5630,-30.7025,1.1306,2981.3571,2981.3571,2981.3571 -252.5000,1.0000,2689.4512,56.4650,56.1282,-0.1889,0.0000,5,1549.8205,63.3152,610.8729,-100.4974,10.2758,99.1427,-16.3104,-0.4357,3.5785,0.0000,0.0000,7.1330,3.5896,-0.6115,0.0000,4.2011,0.0000,4.2011,6.1608,-1.9597,0.0000,-1.9597,-0.2630,-1.6968,0.0000,14.1307,10.4277,-26.2552,1.1279,3426.9035,3426.9035,3426.9035 -253.5000,1.0000,2704.9317,55.7265,55.3312,-0.2214,0.0000,5,1533.2265,28.5691,608.6100,-99.5133,4.5870,97.7179,-15.9778,-1.1314,-1.3315,0.0000,0.0000,7.0500,-1.3306,-0.6115,0.0000,-0.7191,0.0000,-0.7191,6.0802,-6.7993,0.0000,-6.7993,-0.3042,-6.4951,0.0000,13.5837,10.2913,-30.3701,1.1248,2754.5291,2754.5291,2754.5291 -254.5000,1.0000,2720.1483,54.7765,54.2282,-0.3064,0.0000,5,1506.8665,-48.9454,585.9094,-97.9499,-7.7235,92.4557,-15.4564,-1.3273,-13.3524,0.0000,0.0000,6.9562,-13.3598,-0.6259,0.0000,-12.7339,0.0000,-12.7339,5.9765,-18.7104,0.0000,-18.7104,-0.4138,-18.2966,0.0000,12.9014,10.1159,-41.3139,1.1039,1041.8998,1041.8998,1041.8998 -255.5000,1.0000,2735.0600,53.6790,53.1362,-0.3033,0.0000,5,1476.6920,-50.2081,545.9043,-96.1603,-7.7641,84.4180,-14.8701,-1.4356,-13.1875,0.0000,0.0000,6.8590,-13.1802,-0.6077,0.0000,-12.5725,0.0000,-12.5725,5.8568,-18.4293,0.0000,-18.4293,-0.4014,-18.0278,0.0000,12.1414,9.9132,-40.0824,1.1073,969.9416,969.9416,969.9416 -256.5000,1.0000,2749.6875,52.6555,52.1812,-0.2653,0.0000,5,1446.8225,-19.0854,536.1833,-94.3888,-2.8916,81.2376,-14.3009,-1.2473,-8.3855,0.0000,0.0000,6.7412,-8.3801,-0.5795,0.0000,-7.8006,0.0000,-7.8006,5.7451,-13.5458,0.0000,-13.5458,-0.3444,-13.2014,0.0000,11.4598,9.7242,-34.3854,1.0829,1626.4855,1626.4855,1626.4855 -257.5000,1.0000,2764.0352,51.6485,51.1222,-0.2942,0.0000,5,1411.4595,-51.8575,531.2170,-92.2915,-7.6649,78.5180,-13.6414,-1.8484,-12.4213,0.0000,0.0000,6.6047,-12.3604,-0.5735,0.0000,-11.7868,0.0000,-11.7868,5.6353,-17.4221,0.0000,-17.4221,-0.3746,-17.0475,0.0000,10.8151,9.5382,-37.4008,1.0866,823.6783,823.6783,823.6783 -258.5000,1.0000,2778.1166,50.6900,50.2642,-0.2383,0.0000,5,1378.9195,0.7422,514.5718,-90.3616,0.1072,74.3042,-13.0482,-0.9497,-5.4616,0.0000,0.0000,6.5185,-5.4634,-0.5415,0.0000,-4.9220,0.0000,-4.9220,5.5307,-10.4526,0.0000,-10.4526,-0.2979,-10.1548,0.0000,10.2237,9.3612,-29.7397,1.0771,1900.4099,1900.4099,1900.4099 -259.5000,1.0000,2792.0347,50.1020,49.9462,-0.0883,0.0000,5,1367.2080,135.8700,539.9360,-89.6670,19.4530,77.3046,-12.8380,-0.0416,13.0013,0.0000,0.0000,6.4934,13.0379,-0.5490,0.0000,13.5869,0.0000,13.5869,5.4665,8.1204,0.0000,8.1204,-0.1091,8.2295,0.0000,9.8714,9.2526,-10.8945,1.0737,4452.3120,4452.3120,4452.3120 -260.5000,1.0000,2805.9480,50.0845,50.2292,0.0786,0.0000,5,1365.1480,281.4004,592.7248,-89.5449,40.2284,84.7347,-12.8012,-0.1311,33.8451,0.0000,0.0000,6.5144,33.7111,-0.6531,0.0000,34.3642,0.0000,34.3642,5.4646,28.8996,0.0000,28.8996,0.0971,28.8025,0.0000,9.8611,9.2494,9.6921,1.0872,8292.3709,8292.3709,8292.3709 -261.5000,1.0000,2819.9949,50.5655,50.9082,0.1886,0.0000,5,1361.4860,383.6014,650.1089,-89.3277,54.6918,92.6889,-12.7358,-0.1754,48.3806,0.0000,0.0000,6.4866,47.9839,-0.7323,0.0000,48.7162,0.0000,48.7162,5.5171,43.1991,0.0000,43.1991,0.2351,42.9639,0.0000,10.1483,9.3382,23.4774,1.0862,11001.6466,11001.6466,11001.6466 -262.5000,1.0000,2834.2522,51.3230,51.7442,0.2322,0.0000,5,1370.1075,432.2364,698.7947,-89.8390,62.0161,100.2612,-12.8899,0.9019,54.5628,0.0000,0.0000,6.5514,54.5454,-0.7767,0.0000,55.3221,0.0000,55.3221,5.5997,49.7224,0.0000,49.7224,0.2938,49.4285,0.0000,10.6115,9.4781,29.3390,1.1028,12369.0054,12369.0054,12369.0054 -263.5000,1.0000,2848.7401,52.1535,52.5692,0.2292,0.0000,5,1395.8955,431.8043,722.5450,-91.3684,63.1202,105.6201,-13.3560,1.2917,55.2214,0.0000,0.0000,6.6071,55.3795,-0.7934,0.0000,56.1729,0.0000,56.1729,5.6904,50.4825,0.0000,50.4825,0.2947,50.1879,0.0000,11.1350,9.6315,29.4215,1.0821,12598.0138,12598.0138,12598.0138 -264.5000,1.0000,2863.4677,53.0160,53.4692,0.2500,0.0000,5,1423.5905,450.6515,725.5849,-93.0110,67.1822,108.1688,-13.8659,1.1039,59.3764,0.0000,0.0000,6.7020,59.3988,-0.8268,0.0000,60.2256,0.0000,60.2256,5.7845,54.4411,0.0000,54.4411,0.3268,54.1144,0.0000,11.6967,9.7907,32.6269,1.1043,13351.2272,13351.2272,13351.2272 -265.5000,1.0000,2878.4318,53.8675,54.2722,0.2231,0.0000,5,1447.0130,428.1368,735.9764,-94.4001,64.8759,111.5231,-14.3045,0.9594,57.1399,0.0000,0.0000,6.7767,57.1403,-0.8285,0.0000,57.9688,0.0000,57.9688,5.8774,52.0914,0.0000,52.0914,0.2962,51.7952,0.0000,12.2692,9.9480,29.5780,1.1254,12954.9157,12954.9157,12954.9157 -266.5000,1.0000,2893.6251,54.6925,55.1192,0.2353,0.0000,5,1470.3595,441.5090,733.1546,-95.7848,67.9816,112.8880,-14.7485,1.1333,60.0000,0.0000,0.0000,6.8483,60.0472,-0.8560,0.0000,60.9032,0.0000,60.9032,5.9674,54.9358,0.0000,54.9358,0.3173,54.6185,0.0000,12.8416,10.1004,31.6766,1.1049,13542.2563,13542.2563,13542.2563 -267.5000,1.0000,2909.0614,55.5675,56.0222,0.2508,0.0000,5,1494.0490,457.4703,741.3237,-97.1897,71.5742,115.9849,-15.2060,1.0220,63.6119,0.0000,0.0000,6.9403,63.5696,-0.8875,0.0000,64.4571,0.0000,64.4571,6.0724,58.3847,0.0000,58.3847,0.3436,58.0411,0.0000,13.4680,10.2619,34.3112,1.1137,14252.3927,14252.3927,14252.3927 -268.5000,1.0000,2924.7252,56.3865,56.7572,0.2042,0.0000,5,1518.6925,418.5916,752.5096,-98.6513,66.5716,119.6769,-15.6892,1.2595,58.2488,0.0000,0.0000,7.0633,58.3862,-0.8743,0.0000,59.2605,0.0000,59.2605,6.1522,53.1083,0.0000,53.1083,0.2838,52.8245,0.0000,14.0720,10.4132,28.3393,1.1471,13364.1548,13364.1548,13364.1548 -269.5000,1.0000,2940.6032,57.1575,57.5642,0.2242,0.0000,5,1541.4665,436.3700,741.8251,-100.0020,70.4397,119.7469,-16.1425,0.8775,62.4638,0.0000,0.0000,7.0984,62.3990,-0.9069,0.0000,63.3059,0.0000,63.3059,6.2363,57.0696,0.0000,57.0696,0.3159,56.7537,0.0000,14.6572,10.5556,31.5409,1.1389,14070.3220,14070.3220,14070.3220 -270.5000,1.0000,2956.7099,57.9810,58.4042,0.2333,0.0000,5,1560.4640,447.8392,751.9512,-101.1287,73.1820,122.8774,-16.5256,0.9322,65.1027,0.0000,0.0000,7.1471,65.0374,-0.9336,0.0000,65.9710,0.0000,65.9710,6.3262,59.6448,0.0000,59.6448,0.3336,59.3113,0.0000,15.3000,10.7077,33.3036,1.1174,14589.0330,14589.0330,14589.0330 -271.5000,1.0000,2973.0271,58.7385,59.0792,0.1875,0.0000,5,1585.4890,410.4507,763.2170,-102.6129,68.1480,126.7185,-17.0370,1.4894,59.3975,0.0000,0.0000,7.2611,59.6279,-0.9187,0.0000,60.5466,0.0000,60.5466,6.4088,54.1378,0.0000,54.1378,0.2715,53.8662,0.0000,15.9072,10.8475,27.1115,1.1347,13708.7881,13708.7881,13708.7881 -272.5000,1.0000,2989.5331,59.4185,59.7642,0.1903,0.0000,5,1607.8050,410.8826,751.0432,-103.7514,69.1799,126.4523,-17.4685,0.6930,61.1804,0.0000,0.0000,7.3064,61.0953,-0.9373,0.0000,62.0326,0.0000,62.0326,6.4830,55.5496,0.0000,55.5496,0.2787,55.2709,0.0000,16.4661,10.9731,27.8317,1.1264,13951.1877,13951.1877,13951.1877 -273.5000,1.0000,3006.1983,59.9915,60.2252,0.1281,0.0000,5,1618.3720,357.2651,751.8443,-104.1277,60.5477,127.4192,-17.6471,0.3526,52.8539,0.0000,0.0000,7.3412,52.7670,-0.9048,0.0000,53.6718,0.0000,53.6718,6.5455,47.1262,0.0000,47.1262,0.1894,46.9368,0.0000,16.9468,11.0789,18.9111,1.1409,12325.9489,12325.9489,12325.9489 -274.5000,1.0000,3022.9586,60.3340,60.4492,0.0622,0.0000,5,1631.9145,302.3845,741.8763,-104.6100,51.6756,126.7820,-17.8772,1.0016,43.2499,0.0000,0.0000,7.4241,43.4342,-0.8634,0.0000,44.2975,0.0000,44.2975,6.5829,37.7146,0.0000,37.7146,0.0926,37.6220,0.0000,17.2385,11.1422,9.2414,1.1435,10701.3102,10701.3102,10701.3102 -275.5000,1.0000,3039.7007,60.2680,60.0932,-0.0989,0.0000,5,1639.6965,154.1352,720.7161,-104.8872,26.4663,123.7532,-18.0100,-0.2228,19.2981,0.0000,0.0000,7.3910,19.3292,-0.7405,0.0000,20.0697,0.0000,20.0697,6.5757,13.4940,0.0000,13.4940,-0.1469,13.6409,0.0000,17.1821,11.1300,-14.6711,1.1324,6009.4069,6009.4069,6009.4069 -276.5000,1.0000,3056.2948,59.7355,59.3842,-0.1969,0.0000,5,1629.1675,64.4313,671.2107,-104.5122,10.9924,114.5126,-17.8304,-0.8321,4.3613,0.0000,0.0000,7.4631,4.3650,-0.6649,0.0000,5.0298,0.0000,5.0298,6.5176,-1.4878,0.0000,-1.4878,-0.2901,-1.1977,0.0000,16.7311,11.0317,-28.9605,1.2624,3675.8713,3675.8713,3675.8713 -277.5000,1.0000,3072.7198,59.1270,58.8762,-0.1411,0.0000,5,1610.9710,110.4453,637.5724,-103.8642,18.6322,107.5588,-17.5219,-0.9774,12.1878,0.0000,0.0000,7.4219,12.1653,-0.6854,0.0000,12.8506,0.0000,12.8506,6.4512,6.3994,0.0000,6.3994,-0.2057,6.6051,0.0000,16.2247,10.9193,-20.5389,1.2704,4617.3647,4617.3647,4617.3647 -278.5000,1.0000,3089.0199,58.6770,58.4842,-0.1089,0.0000,5,1593.9575,138.8032,648.1816,-103.1151,23.1689,108.1937,-17.2119,-0.6983,16.5284,0.0000,0.0000,7.3387,16.5096,-0.6999,0.0000,17.2095,0.0000,17.2095,6.4021,10.8073,0.0000,10.8073,-0.1575,10.9649,0.0000,15.8569,10.8362,-15.7283,1.2651,5402.2388,5402.2388,5402.2388 -279.5000,1.0000,3105.2443,58.4045,58.3312,-0.0425,0.0000,5,1583.6195,198.4297,656.4571,-102.5020,32.9068,108.8644,-16.9985,-0.3116,25.8994,0.0000,0.0000,7.3191,25.8809,-0.7428,0.0000,26.6236,0.0000,26.6236,6.3724,20.2512,0.0000,20.2512,-0.0612,20.3124,0.0000,15.6369,10.7859,-6.1103,1.2618,7134.1196,7134.1196,7134.1196 -280.5000,1.0000,3121.4538,58.3510,58.3772,0.0128,0.0000,5,1583.2760,249.5449,679.1731,-102.4816,41.3746,112.6071,-16.9915,0.2782,33.7607,0.0000,0.0000,7.3358,33.8084,-0.7819,0.0000,34.5903,0.0000,34.5903,6.3666,28.2237,0.0000,28.2237,0.0184,28.2053,0.0000,15.5939,10.7760,1.8354,1.2346,8699.9830,8699.9830,8699.9830 -281.5000,1.0000,3137.6966,58.4710,58.5712,0.0539,0.0000,5,1582.3225,283.4136,690.6061,-102.4251,46.9617,114.4337,-16.9719,-0.3707,40.0506,0.0000,0.0000,7.2818,39.8878,-0.8146,0.0000,40.7024,0.0000,40.7024,6.3796,34.3228,0.0000,34.3228,0.0777,34.2451,0.0000,15.6904,10.7981,7.7566,1.2219,9757.3433,9757.3433,9757.3433 -282.5000,1.0000,3153.9925,58.6620,58.7592,0.0522,0.0000,5,1585.1835,288.1198,708.7676,-102.5947,47.8279,117.6554,-17.0307,0.6498,39.7740,0.0000,0.0000,7.4040,39.8776,-0.8177,0.0000,40.6953,0.0000,40.6953,6.4005,34.2948,0.0000,34.2948,0.0755,34.2193,0.0000,15.8446,10.8334,7.5412,1.3033,9924.5349,9924.5349,9924.5349 -283.5000,1.0000,3170.3559,58.9050,59.0572,0.0828,0.0000,5,1595.9030,325.2468,710.9065,-103.2305,54.3561,118.8085,-17.2521,0.3963,44.6253,0.0000,0.0000,9.3345,44.6255,-0.8456,0.0000,45.4711,0.0000,45.4711,6.4270,39.0441,0.0000,39.0441,0.1202,38.9239,0.0000,16.0424,10.8783,12.0031,1.1868,11154.5540,11154.5540,11154.5540 -284.5000,1.0000,3186.7968,59.1840,59.3172,0.0722,0.0000,5,1601.4725,316.4278,722.2333,-103.5259,53.0668,121.1227,-17.3619,0.1500,43.4960,0.0000,0.0000,9.4208,43.4420,-0.8443,0.0000,44.2862,0.0000,44.2862,6.4574,37.8288,0.0000,37.8288,0.1054,37.7234,0.0000,16.2714,10.9298,10.5221,1.2538,10923.8828,10923.8828,10923.8828 -285.5000,1.0000,3203.3155,59.4640,59.6172,0.0833,0.0000,5,1606.0500,328.3158,721.3782,-103.6889,55.2178,121.3251,-17.4389,0.3010,45.4628,0.0000,0.0000,9.4540,45.4346,-0.8590,0.0000,46.2936,0.0000,46.2936,6.4880,39.8056,0.0000,39.8056,0.1222,39.6834,0.0000,16.5035,10.9815,12.1984,1.2552,11329.5847,11329.5847,11329.5847 -286.5000,1.0000,3219.9132,59.7485,59.8862,0.0747,0.0000,5,1609.0255,321.4211,723.8497,-103.7949,54.1584,121.9663,-17.4891,-0.0076,44.6381,0.0000,0.0000,9.5279,44.5357,-0.8591,0.0000,45.3949,0.0000,45.3949,6.5190,38.8758,0.0000,38.8758,0.1101,38.7658,0.0000,16.7415,11.0341,10.9902,1.3244,11134.6021,11134.6021,11134.6021 -287.5000,1.0000,3236.5813,60.0020,60.1242,0.0661,0.0000,5,1610.1700,315.8154,722.8387,-103.8357,53.2517,121.8826,-17.5084,0.1207,43.6406,0.0000,0.0000,9.4904,43.5872,-0.8586,0.0000,44.4458,0.0000,44.4458,6.5467,37.8991,0.0000,37.8991,0.0978,37.8013,0.0000,16.9555,11.0809,9.7649,1.2701,10966.9464,10966.9464,10966.9464 -288.5000,1.0000,3253.3250,60.2740,60.4302,0.0850,0.0000,5,1625.6200,337.8133,731.0724,-104.3859,57.5075,124.4538,-17.7701,1.4205,46.4656,0.0000,0.0000,9.6214,46.7537,-0.8791,0.0000,47.6328,0.0000,47.6328,6.5764,41.0564,0.0000,41.0564,0.1263,40.9301,0.0000,17.1871,11.1311,12.6118,1.3159,11767.6426,11767.6426,11767.6426 -289.5000,1.0000,3270.1574,60.5935,60.7632,0.0925,0.0000,5,1649.7290,340.2778,739.0683,-105.2445,58.7861,127.6809,-18.1820,1.0010,48.1509,0.0000,0.0000,9.6343,48.3065,-0.8923,0.0000,49.1989,0.0000,49.1989,6.6112,42.5876,0.0000,42.5876,0.1382,42.4494,0.0000,17.4619,11.1901,13.7974,1.2552,12017.5732,12017.5732,12017.5732 -290.5000,1.0000,3287.0860,60.9395,61.1222,0.0997,0.0000,5,1655.9850,330.7979,734.1528,-105.4673,57.3651,127.3126,-18.2895,-0.3685,50.1258,0.0000,0.0000,7.6079,49.8692,-0.9060,0.0000,50.7752,0.0000,50.7752,6.6490,44.1262,0.0000,44.1262,0.1498,43.9764,0.0000,17.7628,11.2540,14.9596,1.3391,11764.9814,11764.9814,11764.9814 -291.5000,1.0000,3304.1309,61.3585,61.6012,0.1331,0.0000,5,1662.2415,367.8934,740.6263,-105.6901,64.0390,128.9205,-18.3974,1.0086,55.4022,0.0000,0.0000,7.6282,55.5148,-0.9416,0.0000,56.4565,0.0000,56.4565,6.6947,49.7618,0.0000,49.7618,0.2013,49.5605,0.0000,18.1318,11.3314,20.0973,1.3001,13030.1171,13030.1171,13030.1171 -292.5000,1.0000,3321.3071,61.8310,62.0672,0.1294,0.0000,5,1676.1275,363.5421,749.5806,-106.1846,63.8102,131.5691,-18.6379,0.4123,55.7447,0.0000,0.0000,7.6533,55.6681,-0.9505,0.0000,56.6186,0.0000,56.6186,6.7463,49.8723,0.0000,49.8723,0.1973,49.6750,0.0000,18.5539,11.4187,19.7024,1.2908,13010.9666,13010.9666,13010.9666 -293.5000,1.0000,3338.6434,62.4075,62.7542,0.1908,0.0000,5,1684.7105,421.7390,750.6594,-106.4902,74.4042,132.4332,-18.7873,0.4736,66.1939,0.0000,0.0000,7.7367,66.0105,-1.0126,0.0000,67.0230,0.0000,67.0230,6.8092,60.2139,0.0000,60.2139,0.2936,59.9202,0.0000,19.0781,11.5251,29.3170,1.3481,15000.4999,15000.4999,15000.4999 -294.5000,1.0000,3356.1691,63.0895,63.4312,0.1881,0.0000,5,1706.5310,425.5068,775.9566,-107.2673,76.0413,138.6693,-19.1695,1.8071,66.4027,0.0000,0.0000,7.8315,66.7157,-1.0279,0.0000,67.7435,0.0000,67.7435,6.8836,60.8600,0.0000,60.8600,0.2925,60.5675,0.0000,19.7104,11.6511,29.2060,1.3139,15342.5151,15342.5151,15342.5151 -295.5000,1.0000,3373.8600,63.6840,63.9432,0.1422,0.0000,5,1727.3595,380.6338,772.8286,-108.0091,68.8523,139.7959,-19.5376,0.3803,60.6118,0.0000,0.0000,7.8602,60.4944,-1.0068,0.0000,61.5012,0.0000,61.5012,6.9484,54.5527,0.0000,54.5527,0.2233,54.3294,0.0000,20.2726,11.7609,22.2960,1.3285,13994.0147,13994.0147,13994.0147 -296.5000,1.0000,3391.6932,64.1960,64.4552,0.1422,0.0000,5,1735.4845,383.7245,764.5754,-108.2985,69.7379,138.9536,-19.6821,0.4838,61.3896,0.0000,0.0000,7.8645,61.3057,-1.0198,0.0000,62.3255,0.0000,62.3255,7.0043,55.3212,0.0000,55.3212,0.2251,55.0961,0.0000,20.7655,11.8554,22.4753,1.2940,14173.4581,14173.4581,14173.4581 -297.5000,1.0000,3409.6759,64.7345,65.0202,0.1569,0.0000,5,1740.7490,398.8757,764.2759,-108.4859,72.7114,139.3205,-19.7760,0.0775,64.7798,0.0000,0.0000,7.8541,64.5252,-1.0456,0.0000,65.5707,0.0000,65.5707,7.0630,58.5077,0.0000,58.5077,0.2505,58.2572,0.0000,21.2925,11.9549,25.0098,1.2825,14753.0802,14753.0802,14753.0802 -298.5000,1.0000,3427.8068,65.2680,65.5222,0.1394,0.0000,5,1756.0465,390.6716,778.0513,-109.0307,71.8417,143.0780,-20.0500,1.5715,62.3049,0.0000,0.0000,7.9652,62.5813,-1.0452,0.0000,63.6265,0.0000,63.6265,7.1213,56.5052,0.0000,56.5052,0.2244,56.2808,0.0000,21.8232,12.0534,22.4043,1.2940,14596.7490,14596.7490,14596.7490 -299.5000,1.0000,3446.0847,65.7975,66.0792,0.1547,0.0000,5,1772.8315,400.5553,772.1459,-109.6285,74.3633,143.3493,-20.3526,0.2409,66.1255,0.0000,0.0000,7.9969,65.9290,-1.0715,0.0000,67.0005,0.0000,67.0005,7.1790,59.8215,0.0000,59.8215,0.2510,59.5705,0.0000,22.3587,12.1512,25.0606,1.2940,15089.6140,15089.6140,15089.6140 -300.5000,1.0000,3464.5009,66.2950,66.5172,0.1217,0.0000,5,1791.7145,378.1106,785.6834,-110.3010,70.9441,147.4161,-20.6955,1.8343,60.9784,0.0000,0.0000,8.1315,61.3431,-1.0573,0.0000,62.4003,0.0000,62.4003,7.2333,55.1670,0.0000,55.1670,0.1989,54.9681,0.0000,22.8696,12.2430,19.8555,1.2940,14463.6986,14463.6986,14463.6986 -301.5000,1.0000,3483.0531,66.7845,67.0582,0.1503,0.0000,5,1808.5375,397.6457,774.7624,-110.9168,75.3100,146.7319,-21.0065,0.0169,67.1247,0.0000,0.0000,8.1683,66.8595,-1.0939,0.0000,67.9535,0.0000,67.9535,7.2867,60.6668,0.0000,60.6668,0.2474,60.4193,0.0000,23.3800,12.3334,24.7058,1.3285,15297.1062,15297.1062,15297.1062 -302.5000,1.0000,3501.7556,67.3260,67.6002,0.1506,0.0000,5,1817.2730,404.0357,784.9192,-111.2451,76.8898,149.3736,-21.1704,0.9579,67.7790,0.0000,0.0000,8.1529,67.8261,-1.1086,0.0000,68.9347,0.0000,68.9347,7.3458,61.5889,0.0000,61.5889,0.2499,61.3390,0.0000,23.9534,12.4334,24.9522,1.2595,15604.8851,15604.8851,15604.8851 -303.5000,1.0000,3520.5551,67.6750,67.7562,0.0433,0.0000,5,1833.6385,309.5894,787.7586,-111.8600,59.4468,151.2640,-21.4792,0.8764,50.3178,0.0000,0.0000,8.2526,50.4732,-1.0273,0.0000,51.5006,0.0000,51.5006,7.3839,44.1167,0.0000,44.1167,0.0723,44.0444,0.0000,24.3274,12.4979,7.2190,1.2940,12372.5467,12372.5467,12372.5467 -304.5000,1.0000,3539.3422,67.6300,67.5102,-0.0683,0.0000,5,1843.0995,207.9319,768.3140,-112.2155,40.1327,148.2915,-21.6586,0.1900,31.6390,0.0000,0.0000,8.3038,31.7255,-0.9318,0.0000,32.6573,0.0000,32.6573,7.3790,25.2783,0.0000,25.2783,-0.1139,25.3923,0.0000,24.2790,12.4896,-11.3763,1.3490,8749.0445,8749.0445,8749.0445 -305.5000,1.0000,3558.0129,67.2115,66.9192,-0.1642,0.0000,5,1842.9085,120.7961,747.0241,-112.2084,23.3123,144.1674,-21.6550,-0.2116,15.2502,0.0000,0.0000,8.2737,15.3020,-0.8413,0.0000,16.1432,0.0000,16.1432,7.3333,8.8099,0.0000,8.8099,-0.2720,9.0820,0.0000,23.8314,12.4123,-27.1618,1.3347,5838.1333,5838.1333,5838.1333 -306.5000,1.0000,3576.4838,66.4920,66.0712,-0.2356,0.0000,5,1827.6110,49.8097,718.3028,-111.6335,9.5329,137.4738,-21.3652,-1.5071,2.8800,0.0000,0.0000,8.1600,2.8772,-0.7896,0.0000,3.6668,0.0000,3.6668,7.2548,-3.5880,0.0000,-3.5880,-0.3862,-3.2018,0.0000,23.0747,12.2794,-38.5560,1.3175,4006.9355,4006.9355,4006.9355 -307.5000,1.0000,3594.7332,65.6945,65.3242,-0.2075,0.0000,5,1800.9460,71.6285,694.6242,-110.6316,13.5087,131.0024,-20.8645,-1.4640,6.9016,0.0000,0.0000,8.0711,6.8901,-0.7715,0.0000,7.6616,0.0000,7.6616,7.1678,0.4938,0.0000,0.4938,-0.3361,0.8299,0.0000,22.2542,12.1321,-33.5565,1.3170,4379.1477,4379.1477,4379.1477 -308.5000,1.0000,3612.7516,64.8630,64.4082,-0.2544,0.0000,5,1770.6190,25.2903,686.2427,-109.5497,4.6893,127.2423,-20.3126,-1.8583,-1.3320,0.0000,0.0000,7.8796,-1.3285,-0.7701,0.0000,-0.5585,0.0000,-0.5585,7.0771,-7.6355,0.0000,-7.6355,-0.4069,-7.2286,0.0000,21.4202,11.9786,-40.6274,1.2825,3306.7149,3306.7149,3306.7149 -309.5000,1.0000,3630.5500,64.0710,63.7402,-0.1856,0.0000,5,1741.7030,86.1391,668.4821,-108.5199,15.7110,121.9249,-19.7930,-1.2649,9.1687,0.0000,0.0000,7.8072,9.1542,-0.7542,0.0000,9.9084,0.0000,9.9084,6.9907,2.9178,0.0000,2.9178,-0.2931,3.2109,0.0000,20.6446,11.8323,-29.2661,1.2825,4451.7776,4451.7776,4451.7776 -310.5000,1.0000,3648.1616,63.3985,63.0632,-0.1881,0.0000,5,1728.5420,87.6020,686.8247,-108.0512,15.8570,124.3239,-19.5586,-0.1417,8.2082,0.0000,0.0000,7.7906,8.2459,-0.7379,0.0000,8.9838,0.0000,8.9838,6.9173,2.0665,0.0000,2.0665,-0.2939,2.3605,0.0000,20.0014,11.7081,-29.3491,1.2799,4431.1981,4431.1981,4431.1981 -311.5000,1.0000,3665.6083,62.8050,62.5532,-0.1417,0.0000,5,1717.1360,120.7748,677.2783,-107.6450,21.7175,121.7869,-19.3565,-1.0620,15.0394,0.0000,0.0000,7.7401,15.0122,-0.7618,0.0000,15.7740,0.0000,15.7740,6.8525,8.9215,0.0000,8.9215,-0.2194,9.1408,0.0000,19.4447,11.5985,-21.9024,1.3036,5307.0336,5307.0336,5307.0336 -312.5000,1.0000,3682.9320,62.3620,62.1772,-0.1044,0.0000,5,1695.2775,151.5519,678.3562,-106.8666,26.9049,120.4279,-18.9719,-1.2272,20.4621,0.0000,0.0000,7.6700,20.3812,-0.7813,0.0000,21.1626,0.0000,21.1626,6.8042,14.3584,0.0000,14.3584,-0.1606,14.5190,0.0000,19.0360,11.5167,-16.0337,1.3241,6198.3725,6198.3725,6198.3725 -313.5000,1.0000,3700.1904,62.1270,62.0832,-0.0261,0.0000,5,1677.9205,223.9835,685.9148,-106.2484,39.3565,120.5231,-18.6691,-0.5739,32.2858,0.0000,0.0000,7.6446,32.2030,-0.8370,0.0000,33.0400,0.0000,33.0400,6.7785,26.2614,0.0000,26.2614,-0.0400,26.3014,0.0000,18.8214,11.4733,-3.9933,1.3460,8412.3972,8412.3972,8412.3972 -314.5000,1.0000,3717.4155,62.0070,61.9372,-0.0406,0.0000,5,1680.5525,217.0464,714.8628,-106.3422,38.1974,125.8066,-18.7148,0.8464,29.6737,0.0000,0.0000,7.6772,29.8537,-0.8231,0.0000,30.6768,0.0000,30.6768,6.7655,23.9113,0.0000,23.9113,-0.0620,23.9733,0.0000,18.7126,11.4512,-6.1904,1.3331,8204.0504,8204.0504,8204.0504 -315.5000,1.0000,3734.5684,61.7475,61.5642,-0.1036,0.0000,5,1686.0075,154.3024,707.2573,-106.5364,27.2434,124.8721,-18.8099,-0.2844,19.9159,0.0000,0.0000,7.6118,19.9437,-0.7686,0.0000,20.7123,0.0000,20.7123,6.7371,13.9752,0.0000,13.9752,-0.1577,14.1329,0.0000,18.4788,11.4032,-15.7491,1.2802,6238.7463,6238.7463,6238.7463 -316.5000,1.0000,3751.6005,61.3120,61.0662,-0.1383,0.0000,5,1672.4270,117.7672,681.5557,-106.0528,20.6253,119.3650,-18.5737,-1.1127,14.3175,0.0000,0.0000,7.4205,14.2828,-0.7326,0.0000,15.0154,0.0000,15.0154,6.6896,8.3258,0.0000,8.3258,-0.2091,8.5349,0.0000,18.0907,11.3228,-20.8786,1.1667,5023.9782,5023.9782,5023.9782 -317.5000,1.0000,3768.4712,60.7315,60.4032,-0.1842,0.0000,5,1643.8545,72.6156,658.5356,-105.0353,12.5003,113.3630,-18.0812,-1.7907,6.9667,0.0000,0.0000,7.3244,6.9293,-0.6857,0.0000,7.6150,0.0000,7.6150,6.6263,0.9887,0.0000,0.9887,-0.2758,1.2645,0.0000,17.5819,11.2156,-27.5330,1.1583,3875.7586,3875.7586,3875.7586 -318.5000,1.0000,3785.1682,60.1060,59.8152,-0.1633,0.0000,5,1623.4075,97.3037,648.8539,-104.3071,16.5419,110.3070,-17.7325,-0.2700,9.5736,0.0000,0.0000,7.2384,9.6046,-0.6887,0.0000,10.2933,0.0000,10.2933,6.5580,3.7352,0.0000,3.7352,-0.2420,3.9773,0.0000,17.0441,11.1001,-24.1670,1.1042,4291.3990,4291.3990,4291.3990 -319.5000,1.0000,3801.6991,59.5080,59.2072,-0.1689,0.0000,5,1620.7370,92.1037,657.1167,-104.2120,15.6321,111.5279,-17.6872,0.0038,8.3194,0.0000,0.0000,7.3089,8.3623,-0.6725,0.0000,9.0348,0.0000,9.0348,6.4928,2.5420,0.0000,2.5420,-0.2478,2.7898,0.0000,16.5405,10.9897,-24.7403,1.1664,4182.5039,4182.5039,4182.5039 -320.5000,1.0000,3818.1093,59.0735,58.9462,-0.0725,0.0000,5,1611.5435,169.2297,646.6529,-103.8846,28.5593,109.1294,-17.5316,-0.9136,22.2303,0.0000,0.0000,7.2426,22.1519,-0.7349,0.0000,22.8868,0.0000,22.8868,6.4454,16.4414,0.0000,16.4414,-0.1056,16.5470,0.0000,16.1805,10.9094,-10.5429,1.1647,6373.8296,6373.8296,6373.8296 -321.5000,1.0000,3834.4884,58.9615,58.9832,0.0103,0.0000,5,1595.7885,244.2632,667.8311,-103.2237,40.8190,111.6016,-17.2498,-0.6393,34.2744,0.0000,0.0000,7.1838,34.1236,-0.7935,0.0000,34.9171,0.0000,34.9171,6.4332,28.4840,0.0000,28.4840,0.0149,28.4690,0.0000,16.0885,10.8887,1.4918,1.1492,8618.7949,8618.7949,8618.7949 -322.5000,1.0000,3850.8932,59.0540,59.1312,0.0411,0.0000,5,1593.1560,277.0737,697.1952,-103.0676,46.2256,116.3165,-17.1953,0.3807,38.6854,0.0000,0.0000,7.1595,38.7314,-0.8183,0.0000,39.5497,0.0000,39.5497,6.4433,33.1064,0.0000,33.1064,0.0599,33.0466,0.0000,16.1644,10.9058,5.9764,1.0860,9631.5518,9631.5518,9631.5518 -323.5000,1.0000,3867.3630,59.2880,59.4512,0.0889,0.0000,5,1604.5240,320.8153,711.3980,-103.6346,53.9051,119.5329,-17.4132,0.7367,45.9294,0.0000,0.0000,7.2389,46.0192,-0.8590,0.0000,46.8782,0.0000,46.8782,6.4688,40.4095,0.0000,40.4095,0.1299,40.2795,0.0000,16.3574,10.9490,12.9731,1.0881,11083.3667,11083.3667,11083.3667 -324.5000,1.0000,3883.9301,59.6385,59.8322,0.1058,0.0000,5,1613.5270,334.3523,723.0137,-103.9552,56.4949,122.1663,-17.5651,0.1512,49.0933,0.0000,0.0000,7.2503,48.9833,-0.8798,0.0000,49.8631,0.0000,49.8631,6.5070,43.3561,0.0000,43.3561,0.1556,43.2004,0.0000,16.6493,11.0138,15.5374,1.1274,11572.4847,11572.4847,11572.4847 -325.5000,1.0000,3900.5952,59.9910,60.1562,0.0900,0.0000,5,1618.9440,322.6686,729.7090,-104.1481,54.7038,123.7115,-17.6568,0.3868,47.1324,0.0000,0.0000,7.1845,47.1184,-0.8762,0.0000,47.9947,0.0000,47.9947,6.5455,41.4492,0.0000,41.4492,0.1331,41.3161,0.0000,16.9462,11.0789,13.2910,1.0532,11244.7534,11244.7534,11244.7534 -326.5000,1.0000,3917.3256,60.2260,60.3022,0.0406,0.0000,5,1628.5955,280.8053,728.9788,-104.4918,47.8903,124.3245,-17.8207,0.5761,39.9749,0.0000,0.0000,7.3392,40.0677,-0.8445,0.0000,40.9123,0.0000,40.9123,6.5711,34.3411,0.0000,34.3411,0.0602,34.2809,0.0000,17.1460,11.1223,6.0126,1.1428,9960.4885,9960.4885,9960.4885 -327.5000,1.0000,3934.0884,60.3430,60.3902,0.0244,0.0000,5,1644.9990,267.2420,722.9940,-105.0760,46.0362,124.5458,-18.1008,1.0752,37.5906,0.0000,0.0000,7.3704,37.8063,-0.8351,0.0000,38.6413,0.0000,38.6413,6.5839,32.0574,0.0000,32.0574,0.0364,32.0211,0.0000,17.2461,11.1439,3.6311,1.1459,9624.1115,9624.1115,9624.1115 -328.5000,1.0000,3950.8310,60.2700,60.1562,-0.0650,0.0000,5,1645.4950,178.6273,707.3123,-105.0937,30.7803,121.8811,-18.1093,-1.0254,24.4873,0.0000,0.0000,7.3184,24.3836,-0.7661,0.0000,25.1497,0.0000,25.1497,6.5759,18.5738,0.0000,18.5738,-0.0966,18.6704,0.0000,17.1837,11.1304,-9.6437,1.1460,6807.6888,6807.6888,6807.6888 -329.5000,1.0000,3967.5001,60.0055,59.8612,-0.0819,0.0000,5,1635.5005,168.6197,685.6995,-104.7377,28.8794,117.4392,-17.9384,0.0153,21.5587,0.0000,0.0000,7.3053,21.6139,-0.7477,0.0000,22.3615,0.0000,22.3615,6.5471,15.8145,0.0000,15.8145,-0.1212,15.9357,0.0000,16.9585,11.0815,-12.1043,1.1441,6437.3749,6437.3749,6437.3749 -330.5000,1.0000,3984.0621,59.6200,59.3852,-0.1322,0.0000,5,1617.8380,114.3260,666.7577,-104.1087,19.3691,112.9618,-17.6381,-1.7700,13.9456,0.0000,0.0000,7.1934,13.8473,-0.7020,0.0000,14.5493,0.0000,14.5493,6.5050,8.0443,0.0000,8.0443,-0.1944,8.2387,0.0000,16.6339,11.0103,-19.4055,1.1408,4754.2157,4754.2157,4754.2157 -331.5000,1.0000,4000.5302,59.2820,59.1852,-0.0556,0.0000,5,1595.5595,189.2116,651.9983,-103.2101,31.6147,108.9402,-17.2450,-0.4374,24.8556,0.0000,0.0000,7.1964,24.8280,-0.7519,0.0000,25.5799,0.0000,25.5799,6.4681,19.1117,0.0000,19.1117,-0.0812,19.1929,0.0000,16.3524,10.9479,-8.1074,1.1491,6914.3623,6914.3623,6914.3623 -332.5000,1.0000,4016.9596,59.1425,59.1062,-0.0219,0.0000,5,1604.9820,225.8946,689.2238,-103.6509,37.9669,115.8401,-17.4209,1.3687,29.3380,0.0000,0.0000,7.2602,29.6116,-0.7737,0.0000,30.3854,0.0000,30.3854,6.4529,23.9324,0.0000,23.9324,-0.0320,23.9644,0.0000,16.2372,10.9222,-3.1949,1.1258,8095.8075,8095.8075,8095.8075 -333.5000,1.0000,4033.3902,59.1470,59.1942,0.0244,0.0000,5,1610.0560,254.9331,687.3885,-103.8316,42.9829,115.8969,-17.5065,-0.8713,36.6315,0.0000,0.0000,7.2227,36.4039,-0.8081,0.0000,37.2120,0.0000,37.2120,6.4534,30.7586,0.0000,30.7586,0.0356,30.7230,0.0000,16.2409,10.9230,3.5591,1.1519,9033.8361,9033.8361,9033.8361 -334.5000,1.0000,4049.8566,59.2760,59.3642,0.0472,0.0000,5,1602.7315,281.5424,701.5601,-103.5707,47.2534,117.7482,-17.3831,0.1464,39.9136,0.0000,0.0000,7.1935,39.8934,-0.8279,0.0000,40.7213,0.0000,40.7213,6.4675,34.2538,0.0000,34.2538,0.0690,34.1848,0.0000,16.3474,10.9468,6.8906,1.1379,9832.2060,9832.2060,9832.2060 -335.5000,1.0000,4066.4066,59.5765,59.7952,0.1197,0.0000,5,1603.9520,347.1837,708.5164,-103.6142,58.3149,119.0063,-17.4036,-0.0263,51.1382,0.0000,0.0000,7.2030,50.9454,-0.8887,0.0000,51.8340,0.0000,51.8340,6.5003,45.3338,0.0000,45.3338,0.1759,45.1579,0.0000,16.5975,11.0023,17.5582,1.1507,11906.4485,11906.4485,11906.4485 -336.5000,1.0000,4083.0697,59.9840,60.1792,0.1067,0.0000,5,1614.7095,341.8268,736.5146,-103.9973,57.8002,124.5387,-17.5851,1.0932,49.4037,0.0000,0.0000,7.3033,49.5823,-0.8886,0.0000,50.4708,0.0000,50.4708,6.5447,43.9261,0.0000,43.9261,0.1577,43.7683,0.0000,16.9403,11.0776,15.7505,1.1527,11815.4257,11815.4257,11815.4257 -337.5000,1.0000,4099.7655,60.1015,60.0302,-0.0414,0.0000,5,1629.0150,206.7155,732.9316,-104.5068,35.2636,125.0308,-17.8278,0.3282,27.6417,0.0000,0.0000,7.2937,27.7318,-0.7802,0.0000,28.5119,0.0000,28.5119,6.5575,21.9544,0.0000,21.9544,-0.0613,22.0157,0.0000,17.0399,11.0993,-6.1235,1.1304,7616.2003,7616.2003,7616.2003 -338.5000,1.0000,4116.4187,59.9485,59.8732,-0.0436,0.0000,5,1627.8325,200.0245,688.8258,-104.4647,34.0974,117.4215,-17.8077,-0.4462,27.2857,0.0000,0.0000,7.2580,27.2465,-0.7752,0.0000,28.0217,0.0000,28.0217,6.5409,21.4808,0.0000,21.4808,-0.0645,21.5453,0.0000,16.9101,11.0710,-6.4358,1.1427,7399.9952,7399.9952,7399.9952 -339.5000,1.0000,4132.9954,59.6730,59.4792,-0.1094,0.0000,5,1624.7805,144.4553,689.8719,-104.3560,24.5786,117.3794,-17.7558,0.1408,17.1793,0.0000,0.0000,7.2584,17.2512,-0.7201,0.0000,17.9713,0.0000,17.9713,6.5108,11.4605,0.0000,11.4605,-0.1610,11.6215,0.0000,16.6782,11.0201,-16.0768,1.1296,5674.8185,5674.8185,5674.8185 -340.5000,1.0000,4149.4020,59.0605,58.6482,-0.2308,0.0000,5,1619.5925,32.7592,666.6611,-104.1712,5.5561,113.0679,-17.6678,-0.6564,-1.0385,0.0000,0.0000,7.2510,-1.0416,-0.6667,0.0000,-0.3749,0.0000,-0.3749,6.4440,-6.8188,0.0000,-6.8188,-0.3361,-6.4827,0.0000,16.1705,10.9070,-33.5602,1.1662,3056.1819,3056.1819,3056.1819 -341.5000,1.0000,4165.5688,58.1970,57.7522,-0.2489,0.0000,5,1592.4695,5.6885,612.9582,-103.0268,0.9486,102.2188,-17.1811,-2.0071,-4.1256,0.0000,0.0000,7.0813,-4.1040,-0.6597,0.0000,-3.4443,0.0000,-3.4443,6.3498,-9.7941,0.0000,-9.7941,-0.3571,-9.4370,0.0000,15.4717,10.7475,-35.6562,1.1109,2476.2964,2476.2964,2476.2964 -342.5000,1.0000,4181.4934,57.3255,56.9052,-0.2353,0.0000,5,1557.9460,19.2358,596.1991,-100.9793,3.1383,97.2685,-16.4745,-1.3394,-2.5511,0.0000,0.0000,7.0288,-2.5470,-0.6411,0.0000,-1.9059,0.0000,-1.9059,6.2547,-8.1605,0.0000,-8.1605,-0.3325,-7.8280,0.0000,14.7869,10.5866,-33.2015,1.1420,2642.2739,2642.2739,2642.2739 -343.5000,1.0000,4197.2067,56.5645,56.2302,-0.1875,0.0000,5,1538.4145,63.6139,600.0227,-99.8210,10.2484,96.6651,-16.0814,-0.5226,3.8321,0.0000,0.0000,6.9389,3.8412,-0.6125,0.0000,4.4537,0.0000,4.4537,6.1716,-1.7179,0.0000,-1.7179,-0.2615,-1.4564,0.0000,14.2056,10.4461,-26.1081,1.1258,3397.2788,3397.2788,3397.2788 -344.5000,1.0000,4212.7522,55.9605,55.6972,-0.1481,0.0000,5,1519.6460,92.0979,603.3609,-98.7078,14.6562,96.0170,-15.7081,-1.2353,9.0133,0.0000,0.0000,6.8781,8.9776,-0.6180,0.0000,9.5956,0.0000,9.5956,6.1057,3.4898,0.0000,3.4898,-0.2043,3.6941,0.0000,13.7552,10.3345,-20.3956,1.1348,3875.0680,3875.0680,3875.0680 -345.5000,1.0000,4228.1346,55.3735,55.0562,-0.1781,0.0000,5,1501.8695,69.0914,613.8402,-97.6535,10.8664,96.5420,-15.3585,-0.4187,4.4770,0.0000,0.0000,6.8080,4.4895,-0.5913,0.0000,5.0807,0.0000,5.0807,6.0417,-0.9610,0.0000,-0.9610,-0.2431,-0.7179,0.0000,13.3270,10.2261,-24.2709,1.1312,3412.0699,3412.0699,3412.0699 -346.5000,1.0000,4243.3476,54.7635,54.4772,-0.1608,0.0000,5,1491.0735,81.2271,600.8488,-97.0133,12.6832,93.8194,-15.1481,-0.5729,6.4872,0.0000,0.0000,6.7689,6.4943,-0.5866,0.0000,7.0809,0.0000,7.0809,5.9751,1.1057,0.0000,1.1057,-0.2172,1.3229,0.0000,12.8913,10.1135,-21.6819,1.1272,3598.7909,3598.7909,3598.7909 -347.5000,1.0000,4258.3860,54.1350,53.7992,-0.1883,0.0000,5,1477.9125,55.0209,600.6696,-96.2327,8.5154,92.9636,-14.8936,-0.6267,2.4274,0.0000,0.0000,6.7147,2.4313,-0.5762,0.0000,3.0075,0.0000,3.0075,5.9066,-2.8990,0.0000,-2.8990,-0.2514,-2.6477,0.0000,12.4527,9.9974,-25.0977,1.1223,3088.2504,3088.2504,3088.2504 -348.5000,1.0000,4273.2297,53.4340,53.0752,-0.2011,0.0000,5,1460.5175,39.6756,583.1125,-95.2010,6.0682,89.1842,-14.5605,-0.9409,0.3849,0.0000,0.0000,6.6242,0.3847,-0.5701,0.0000,0.9548,0.0000,0.9548,5.8301,-4.8753,0.0000,-4.8753,-0.2649,-4.6103,0.0000,11.9752,9.8679,-26.4535,1.0869,2759.9412,2759.9412,2759.9412 -349.5000,1.0000,4287.8644,52.6820,52.2952,-0.2167,0.0000,5,1438.6590,23.6565,569.8791,-93.9047,3.5640,85.8557,-14.1473,-1.0044,-1.9911,0.0000,0.0000,6.5594,-1.9901,-0.5640,0.0000,-1.4260,0.0000,-1.4260,5.7480,-7.1741,0.0000,-7.1741,-0.2814,-6.8927,0.0000,11.4768,9.7291,-28.0985,1.0946,2435.7790,2435.7790,2435.7790 -350.5000,1.0000,4302.3049,51.9825,51.6762,-0.1719,0.0000,5,1419.2420,62.8927,559.9072,-92.7531,9.3473,83.2149,-13.7852,-0.7015,3.5338,0.0000,0.0000,6.5150,3.5348,-0.5392,0.0000,4.0741,0.0000,4.0741,5.6717,-1.5976,0.0000,-1.5976,-0.2204,-1.3773,0.0000,11.0255,9.5999,-22.0026,1.1030,3065.9694,3065.9694,3065.9694 -351.5000,1.0000,4316.5617,51.3210,50.9722,-0.1956,0.0000,5,1399.7485,38.5977,567.0701,-91.5970,5.6577,83.1219,-13.4264,-0.9838,0.1974,0.0000,0.0000,6.4441,0.1971,-0.5372,0.0000,0.7343,0.0000,0.7343,5.5995,-4.8652,0.0000,-4.8652,-0.2474,-4.6178,0.0000,10.6100,9.4777,-24.7055,1.0973,2604.8216,2604.8216,2604.8216 -352.5000,1.0000,4330.6358,50.6635,50.3612,-0.1697,0.0000,5,1380.7890,61.8359,554.4447,-90.4725,8.9412,80.1704,-13.0820,-0.6372,3.1908,0.0000,0.0000,6.3877,3.1927,-0.5195,0.0000,3.7122,0.0000,3.7122,5.5278,-1.8156,0.0000,-1.8156,-0.2120,-1.6036,0.0000,10.2073,9.3563,-21.1672,1.0918,2935.9476,2935.9476,2935.9476 -353.5000,1.0000,4344.5015,49.9135,49.4722,-0.2469,0.0000,5,1368.5820,-5.2638,562.0845,-89.7485,-0.7544,80.5566,-12.8625,-0.3943,-6.7168,0.0000,0.0000,6.3568,-6.7540,-0.5328,0.0000,-6.2212,0.0000,-6.2212,5.4460,-11.6672,0.0000,-11.6672,-0.3039,-11.3633,0.0000,9.7611,9.2178,-30.3422,1.0882,1752.1927,1752.1927,1752.1927 -354.5000,1.0000,4358.1235,49.0360,48.6062,-0.2406,0.0000,5,1346.5325,-9.9068,519.4705,-88.4408,-1.3969,73.2498,-12.4709,-1.4353,-6.2106,0.0000,0.0000,6.2489,-6.1851,-0.5180,0.0000,-5.6671,0.0000,-5.6671,5.3502,-11.0173,0.0000,-11.0173,-0.2908,-10.7265,0.0000,9.2553,9.0557,-29.0375,1.0677,1598.5550,1598.5550,1598.5550 -355.5000,1.0000,4371.4735,48.0565,47.5132,-0.3036,0.0000,5,1319.6765,-61.5438,514.9156,-86.8481,-8.5051,71.1594,-12.0021,-0.7698,-13.9103,0.0000,0.0000,6.1749,-13.9690,-0.5227,0.0000,-13.4463,0.0000,-13.4463,5.2433,-18.6897,0.0000,-18.6897,-0.3597,-18.3300,0.0000,8.7121,8.8748,-35.9169,1.0599,455.4581,455.4581,455.4581 -356.5000,1.0000,4384.4416,46.6820,45.8572,-0.4600,0.0000,5,1294.4230,-85.3503,480.7623,-85.3503,-11.5694,65.1681,-11.5694,-1.2524,-16.4021,0.0000,0.0000,6.0851,-16.4950,-0.5086,0.0000,-15.9864,0.0000,-15.9864,5.0934,-21.0798,15.7025,-36.7823,-0.5294,-36.2529,0.0000,7.9872,8.6210,-52.8611,1.0680,0.0000,0.0000,0.0000 -357.5000,1.0000,4396.9534,45.0395,44.2282,-0.4525,0.0000,5,1256.3900,-83.0947,453.8456,-83.0947,-10.9327,59.7119,-10.9327,-1.7189,-16.9450,0.0000,0.0000,7.7313,-16.9511,-0.4871,0.0000,-16.4640,0.0000,-16.4640,4.9142,-21.3782,13.8027,-35.1809,-0.5025,-34.6785,0.0000,7.1735,8.3177,-50.1697,1.0472,0.0000,0.0000,0.0000 -358.5000,1.0000,4409.0975,43.7155,43.2092,-0.2831,0.0000,5,1212.1005,-46.8603,441.6184,-80.4679,-5.9480,56.0550,-10.2139,-1.6385,-11.8973,0.0000,0.0000,7.5877,-11.8190,-0.4544,0.0000,-11.3646,0.0000,-11.3646,4.7697,-16.1343,0.0000,-16.1343,-0.3051,-15.8292,0.0000,6.5581,8.0732,-30.4605,1.0384,576.6701,576.6701,576.6701 -359.5000,1.0000,4420.9580,42.6945,42.1862,-0.2842,0.0000,5,1178.2635,-43.7340,455.8725,-78.4537,-5.3962,56.2490,-9.6802,-0.8557,-11.9297,0.0000,0.0000,7.3892,-11.9532,-0.4405,0.0000,-11.5127,0.0000,-11.5127,4.6583,-16.1710,0.0000,-16.1710,-0.2991,-15.8719,0.0000,6.1093,7.8846,-29.8658,1.0051,586.0523,586.0523,586.0523 -360.5000,1.0000,4432.5325,41.6650,41.1502,-0.2878,0.0000,5,1148.0510,-52.1185,444.0886,-76.6514,-6.2659,53.3899,-9.2153,-1.2963,-12.3653,0.0000,0.0000,7.3958,-12.3204,-0.4272,0.0000,-11.8932,0.0000,-11.8932,4.5460,-16.4392,0.0000,-16.4392,-0.2956,-16.1436,0.0000,5.6780,7.6945,-29.5160,1.1394,386.5942,386.5942,386.5942 -361.5000,1.0000,4443.7808,40.4905,39.8372,-0.3647,0.0000,5,1117.5330,-74.8310,435.6756,-74.8310,-8.7573,50.9861,-8.7573,-0.8325,-15.2308,0.0000,0.0000,7.3061,-15.3138,-0.4201,0.0000,-14.8937,0.0000,-14.8937,4.4178,-19.3115,4.7166,-24.0281,-0.3641,-23.6640,0.0000,5.2118,7.4776,-36.3534,1.1316,0.0000,0.0000,0.0000 -362.5000,1.0000,4454.6622,39.1700,38.5092,-0.3689,0.0000,5,1094.1865,-73.3689,418.3881,-73.3689,-8.4068,47.9401,-8.4068,-0.7536,-14.9291,0.0000,0.0000,7.2759,-15.0309,-0.4023,0.0000,-14.6285,0.0000,-14.6285,4.2738,-18.9023,5.0714,-23.9737,-0.3562,-23.6174,0.0000,4.7184,7.2337,-35.5696,1.1381,0.0000,0.0000,0.0000 -363.5000,1.0000,4465.3273,38.3910,38.2792,-0.0639,0.0000,5,1061.4555,134.4959,401.7460,-71.0260,14.9499,44.6562,-7.8949,-1.4025,9.4130,0.0000,0.0000,6.9394,9.2499,-0.3716,0.0000,9.6215,0.0000,9.6215,4.1888,5.4328,0.0000,5.4328,-0.0605,5.4932,0.0000,4.4412,7.0899,-6.0379,1.0026,3514.1835,3514.1835,3514.1835 -364.5000,1.0000,4476.0572,38.6245,38.9762,0.1936,0.0000,5,1038.1475,378.0836,514.7162,-69.3575,41.1032,55.9571,-7.5402,-0.1143,34.3298,0.0000,0.0000,6.8877,33.9640,-0.4993,0.0000,34.4634,0.0000,34.4634,4.2142,30.2491,0.0000,30.2491,0.1844,30.0647,0.0000,4.5231,7.1330,18.4087,0.9739,8292.2943,8292.2943,8292.2943 -365.5000,1.0000,4487.0619,39.6135,40.2572,0.3558,0.0000,5,1050.2405,537.4708,643.5685,-70.2232,59.1115,70.7803,-7.7232,0.8956,51.2078,0.0000,0.0000,7.0082,51.0593,-0.5980,0.0000,51.6573,0.0000,51.6573,4.4146,47.2427,0.0000,47.2427,0.3475,46.8952,0.0000,4.8804,7.3156,34.6992,0.9999,11743.8500,11743.8500,11743.8500 -366.5000,1.0000,4498.4195,40.8840,41.5172,0.3500,0.0000,5,1078.8130,522.1655,721.1797,-72.2685,58.9906,81.4739,-8.1644,0.9730,52.5170,0.0000,0.0000,5.5006,52.4242,-0.6210,0.0000,53.0452,0.0000,53.0452,4.5521,48.4931,0.0000,48.4931,0.3528,48.1403,0.0000,5.3651,7.5503,35.2250,1.0067,11723.1436,11723.1436,11723.1436 -367.5000,1.0000,4510.1990,42.4030,43.2952,0.4939,0.0000,5,1118.8300,660.3524,723.0337,-74.9083,77.3693,84.7132,-8.7765,1.7404,70.0008,0.0000,0.0000,5.6281,70.1156,-0.7301,0.0000,70.8457,0.0000,70.8457,4.9587,65.8870,0.0000,65.8870,0.5163,65.3707,0.0000,5.9868,7.8308,51.5531,1.0162,15195.2261,15195.2261,15195.2261 -368.5000,1.0000,4522.4760,44.1940,45.0992,0.5011,0.0000,5,1165.1410,670.7980,786.4074,-77.6709,81.8463,95.9521,-9.4769,1.5012,74.5899,0.0000,0.0000,5.7551,74.4143,-0.7757,0.0000,75.1900,0.0000,75.1900,5.1884,70.0016,0.0000,70.0016,0.5460,69.4556,0.0000,6.7777,8.1615,54.5163,1.0282,16051.1747,16051.1747,16051.1747 -369.5000,1.0000,4535.2269,45.9000,46.7072,0.4467,0.0000,5,1208.7055,624.4046,796.4056,-80.2666,79.0342,100.8053,-10.1598,1.6763,71.4795,0.0000,0.0000,5.8784,71.5615,-0.7846,0.0000,72.3461,0.0000,72.3461,5.3025,67.0436,0.0000,67.0436,0.5055,66.5381,0.0000,7.5925,8.4766,50.4691,1.0377,15558.0151,15558.0151,15558.0151 -370.5000,1.0000,4548.3885,47.3785,48.0562,0.3747,0.0000,5,1257.2675,557.8219,781.9456,-83.1467,73.4432,102.9515,-10.9472,2.0058,65.4018,0.0000,0.0000,6.0357,65.8162,-0.7763,0.0000,66.5924,0.0000,66.5924,5.3520,61.2404,0.0000,61.2404,0.4377,60.8027,0.0000,8.3492,8.7496,43.7039,1.0607,14497.2036,14497.2036,14497.2036 -371.5000,1.0000,4561.8785,48.5610,49.0722,0.2822,0.0000,5,1294.5375,469.9242,753.4486,-85.3571,63.7046,102.1402,-11.5713,0.8977,56.7053,0.0000,0.0000,6.1017,56.6077,-0.7466,0.0000,57.3544,0.0000,57.3544,5.3221,52.0322,0.0000,52.0322,0.3379,51.6943,0.0000,8.9892,8.9680,33.7371,1.0414,12692.7146,12692.7146,12692.7146 -372.5000,1.0000,4575.6901,49.7185,50.3712,0.3608,0.0000,5,1322.1560,547.5331,725.9000,-86.9951,75.8092,100.5051,-12.0450,1.3257,68.2645,0.0000,0.0000,6.2190,68.2164,-0.8220,0.0000,69.0384,0.0000,69.0384,5.6037,63.4347,0.0000,63.4347,0.4423,62.9923,0.0000,9.6480,9.1818,44.1625,1.0747,14934.2226,14934.2226,14934.2226 -373.5000,1.0000,4589.8530,50.9830,51.6012,0.3417,0.0000,5,1351.3005,533.8969,758.5019,-88.7236,75.5506,107.3340,-12.5551,1.0637,68.1789,0.0000,0.0000,6.3081,68.0052,-0.8396,0.0000,68.8448,0.0000,68.8448,5.7170,63.1278,0.0000,63.1278,0.4295,62.6983,0.0000,10.4028,9.4153,42.8802,1.0691,14863.4632,14863.4632,14863.4632 -374.5000,1.0000,4604.3447,52.1670,52.7392,0.3161,0.0000,5,1382.3145,514.9399,759.8850,-90.5630,74.5405,109.9976,-13.1095,1.5447,66.5864,0.0000,0.0000,6.4094,66.7350,-0.8509,0.0000,67.5860,0.0000,67.5860,5.8069,61.7790,0.0000,61.7790,0.4066,61.3725,0.0000,11.1442,9.6340,40.5943,1.0922,14676.4337,14676.4337,14676.4337 -375.5000,1.0000,4619.1587,53.3270,53.9212,0.3283,0.0000,5,1423.0565,527.0234,759.6981,-92.9793,78.5382,113.2118,-13.8560,1.9703,70.0374,0.0000,0.0000,6.5304,70.3672,-0.8869,0.0000,71.2541,0.0000,71.2541,5.9685,65.2856,0.0000,65.2856,0.4317,64.8539,0.0000,11.9043,9.8482,43.1014,1.0900,15445.6591,15445.6591,15445.6591 -376.5000,1.0000,4634.2750,54.4155,54.9162,0.2764,0.0000,5,1459.3730,478.0978,765.2439,-95.1332,73.0654,116.9485,-14.5387,1.2342,65.1852,0.0000,0.0000,6.6460,65.2041,-0.8777,0.0000,66.0818,0.0000,66.0818,5.9909,60.0909,0.0000,60.0909,0.3708,59.7201,0.0000,12.6478,10.0492,37.0231,1.0865,14472.8247,14472.8247,14472.8247 -377.5000,1.0000,4649.6887,55.4860,56.0622,0.3183,0.0000,5,1487.8690,519.9653,754.2965,-96.8232,81.0154,117.5264,-15.0860,1.3454,72.8750,0.0000,0.0000,6.7950,72.8439,-0.9330,0.0000,73.7770,0.0000,73.7770,6.2047,67.5722,0.0000,67.5722,0.4355,67.1368,0.0000,13.4093,10.2469,43.4805,1.1260,15959.2248,15959.2248,15959.2248 -378.5000,1.0000,4665.3964,56.5445,57.0332,0.2697,0.0000,5,1512.0930,478.2440,770.0592,-98.2599,75.7280,121.9358,-15.5591,0.8821,68.0108,0.0000,0.0000,6.8352,67.8554,-0.9247,0.0000,68.7801,0.0000,68.7801,6.2270,62.5531,0.0000,62.5531,0.3760,62.1770,0.0000,14.1910,10.4424,37.5436,1.1334,15015.5121,15015.5121,15015.5121 -379.5000,1.0000,4681.3617,57.4720,57.9172,0.2456,0.0000,5,1544.0605,461.5439,768.3337,-100.1558,74.6287,124.2347,-16.1946,2.1305,65.5105,0.0000,0.0000,6.9877,65.9566,-0.9300,0.0000,66.8865,0.0000,66.8865,6.2838,60.6027,0.0000,60.6027,0.3479,60.2548,0.0000,14.9007,10.6137,34.7404,1.1268,14831.2253,14831.2253,14831.2253 -380.5000,1.0000,4697.5893,58.4160,58.9212,0.2789,0.0000,5,1572.2895,487.9328,759.0187,-101.8300,80.3380,124.9723,-16.7663,0.5562,72.7875,0.0000,0.0000,6.9943,72.4317,-0.9780,0.0000,73.4098,0.0000,73.4098,6.4684,66.9413,0.0000,66.9413,0.4017,66.5397,0.0000,15.6473,10.7880,40.1044,1.1196,16001.5916,16001.5916,16001.5916 -381.5000,1.0000,4714.0410,59.2230,59.5312,0.1694,0.0000,5,1592.6605,396.1967,776.3698,-103.0382,66.0789,129.4853,-17.1850,1.4290,57.5057,0.0000,0.0000,7.1442,57.7359,-0.9171,0.0000,58.6530,0.0000,58.6530,6.4617,52.1913,0.0000,52.1913,0.2474,51.9438,0.0000,16.3040,10.9370,24.7028,1.1486,13352.2031,13352.2031,13352.2031 -382.5000,1.0000,4730.6309,59.7205,59.9162,0.1069,0.0000,5,1617.0750,338.4107,749.7238,-104.0816,57.3064,126.9580,-17.6251,0.9736,49.1209,0.0000,0.0000,7.2118,49.2600,-0.8825,0.0000,50.1425,0.0000,50.1425,6.5160,43.6265,0.0000,43.6265,0.1575,43.4691,0.0000,16.7181,11.0289,15.7221,1.1532,11725.2011,11725.2011,11725.2011 -383.5000,1.0000,4747.2570,59.8505,59.7912,-0.0347,0.0000,5,1633.4020,211.8649,734.5401,-104.6630,36.2394,125.6427,-17.9026,0.6543,28.3210,0.0000,0.0000,7.2641,28.4638,-0.7797,0.0000,29.2434,0.0000,29.2434,6.5302,22.7133,0.0000,22.7133,-0.0512,22.7645,0.0000,16.8273,11.0529,-5.1157,1.1563,7800.3616,7800.3616,7800.3616 -384.5000,1.0000,4763.8141,59.6025,59.4202,-0.1031,0.0000,5,1627.5655,141.7851,685.5283,-104.4552,24.1656,116.8403,-17.8032,-1.2353,18.2160,0.0000,0.0000,7.1850,18.1341,-0.7234,0.0000,18.8574,0.0000,18.8574,6.5031,12.3543,0.0000,12.3543,-0.1514,12.5058,0.0000,16.6191,11.0071,-15.1205,1.1552,5603.6363,5603.6363,5603.6363 -385.5000,1.0000,4780.2765,59.2615,59.1092,-0.0864,0.0000,5,1613.0695,161.0785,667.2565,-103.9389,27.2094,112.7131,-17.5574,-0.2116,20.2617,0.0000,0.0000,7.1594,20.2881,-0.7286,0.0000,21.0167,0.0000,21.0167,6.4659,14.5508,0.0000,14.5508,-0.1262,14.6770,0.0000,16.3355,10.9441,-12.6026,1.1524,6135.1862,6135.1862,6135.1862 -386.5000,1.0000,4796.7083,59.1510,59.1992,0.0250,0.0000,5,1602.3115,256.2244,665.6859,-103.5558,42.9928,111.6979,-17.3760,-0.8483,36.7151,0.0000,0.0000,7.1260,36.4898,-0.8086,0.0000,37.2984,0.0000,37.2984,6.4538,30.8446,0.0000,30.8446,0.0365,30.8081,0.0000,16.2442,10.9237,3.6403,1.1504,9034.8187,9034.8187,9034.8187 -387.5000,1.0000,4813.1850,59.3130,59.4332,0.0650,0.0000,5,1600.4425,300.0102,704.4020,-103.4892,50.2811,118.0563,-17.3446,0.6637,42.4518,0.0000,0.0000,7.1657,42.5470,-0.8419,0.0000,43.3888,0.0000,43.3888,6.4715,36.9173,0.0000,36.9173,0.0951,36.8223,0.0000,16.3781,10.9536,9.4906,1.1500,10401.4897,10401.4897,10401.4897 -388.5000,1.0000,4829.7547,59.6475,59.8682,0.1208,0.0000,5,1611.4675,348.8290,717.8518,-103.8819,58.8658,121.1393,-17.5303,0.4228,51.2599,0.0000,0.0000,7.1831,51.2091,-0.8912,0.0000,52.1002,0.0000,52.1002,6.5080,45.5922,0.0000,45.5922,0.1777,45.4145,0.0000,16.6569,11.0154,17.7422,1.1521,12011.8732,12011.8732,12011.8732 -389.5000,1.0000,4846.4461,60.0860,60.3102,0.1228,0.0000,5,1619.8595,352.5068,734.1315,-104.1807,59.7962,124.5317,-17.6723,0.4098,52.1773,0.0000,0.0000,7.2091,52.1183,-0.9031,0.0000,53.0214,0.0000,53.0214,6.5559,46.4655,0.0000,46.4655,0.1819,46.2836,0.0000,17.0269,11.0964,18.1603,1.1537,12187.3320,12187.3320,12187.3320 -390.5000,1.0000,4863.2791,60.5955,60.8872,0.1603,0.0000,5,1638.5900,390.0940,744.1168,-104.8478,66.9373,127.6850,-17.9911,1.4703,58.2288,0.0000,0.0000,7.2383,58.4696,-0.9437,0.0000,59.4133,0.0000,59.4133,6.6114,52.8018,0.0000,52.8018,0.2395,52.5624,0.0000,17.4639,11.1905,23.9080,1.1071,13554.4782,13554.4782,13554.4782 -391.5000,1.0000,4880.2961,61.2580,61.6352,0.2078,0.0000,5,1661.6315,430.7236,754.9477,-105.6683,74.9483,131.3652,-18.3869,0.8603,66.7580,0.0000,0.0000,7.3301,66.6895,-0.9964,0.0000,67.6859,0.0000,67.6859,6.6837,61.0021,0.0000,61.0021,0.3138,60.6883,0.0000,18.0433,11.3128,31.3322,1.1365,15067.9290,15067.9290,15067.9290 -392.5000,1.0000,4897.5162,61.9890,62.3492,0.1983,0.0000,5,1674.9450,424.9827,766.9124,-106.1425,74.5419,134.5163,-18.6174,0.5023,66.6570,0.0000,0.0000,7.3826,66.4686,-1.0077,0.0000,67.4762,0.0000,67.4762,6.7635,60.7128,0.0000,60.7128,0.3031,60.4096,0.0000,18.6969,11.4478,30.2649,1.1675,15005.9532,15005.9532,15005.9532 -393.5000,1.0000,4914.9236,62.6635,62.9842,0.1764,0.0000,5,1695.5825,411.4456,774.2028,-106.8774,73.0567,137.4682,-18.9773,1.6405,63.9284,0.0000,0.0000,7.4878,64.1971,-1.0078,0.0000,65.2049,0.0000,65.2049,6.8371,58.3678,0.0000,58.3678,0.2725,58.0953,0.0000,19.3137,11.5724,27.2092,1.1603,14772.6969,14772.6969,14772.6969 -394.5000,1.0000,4932.4814,63.2050,63.4322,0.1244,0.0000,5,1703.4025,359.0784,759.7218,-107.1559,64.0524,135.5191,-19.1145,-0.8300,57.4320,0.0000,0.0000,7.4503,56.9626,-0.9806,0.0000,57.9432,0.0000,57.9432,6.8962,51.0471,0.0000,51.0471,0.1939,50.8532,0.0000,19.8185,11.6724,19.3623,1.1764,13101.1191,13101.1191,13101.1191 -395.5000,1.0000,4950.1378,63.5595,63.6932,0.0725,0.0000,5,1710.3835,324.4570,760.5425,-107.4045,58.1138,136.2215,-19.2373,1.5667,49.0092,0.0000,0.0000,7.5380,49.3353,-0.9482,0.0000,50.2835,0.0000,50.2835,6.9348,43.3487,0.0000,43.3487,0.1136,43.2351,0.0000,20.1537,11.7379,11.3435,1.1786,11996.6615,11996.6615,11996.6615 -396.5000,1.0000,4967.8313,63.6935,63.7002,0.0019,0.0000,5,1724.1930,253.8134,744.8654,-107.8963,45.8278,134.4907,-19.4814,-0.1171,38.4327,0.0000,0.0000,7.5122,38.4059,-0.8954,0.0000,39.3013,0.0000,39.3013,6.9495,32.3519,0.0000,32.3519,0.0031,32.3488,0.0000,20.2813,11.7626,0.3049,1.1556,9681.0927,9681.0927,9681.0927 -397.5000,1.0000,4985.5335,63.7245,63.7552,0.0153,0.0000,5,1725.0325,267.0401,729.8025,-107.9262,48.2395,131.8352,-19.4963,0.2061,40.5178,0.0000,0.0000,7.5156,40.5460,-0.9067,0.0000,41.4527,0.0000,41.4527,6.9528,34.4999,0.0000,34.4999,0.0240,34.4759,0.0000,20.3110,11.7683,2.3966,1.1559,10127.5644,10127.5644,10127.5644 -398.5000,1.0000,5003.2507,63.7790,63.8092,0.0150,0.0000,5,1724.9560,265.3323,730.6495,-107.9235,47.9288,131.9823,-19.4950,-0.2142,40.6359,0.0000,0.0000,7.5071,40.5711,-0.9078,0.0000,41.4789,0.0000,41.4789,6.9588,34.5201,0.0000,34.5201,0.0236,34.4966,0.0000,20.3631,11.7784,2.3550,1.1559,10070.0627,10070.0627,10070.0627 -399.5000,1.0000,5021.0019,63.9010,63.9992,0.0528,0.0000,5,1722.3240,300.7186,730.5684,-107.8298,54.2380,131.7663,-19.4483,-0.0645,46.7836,0.0000,0.0000,7.5189,46.6976,-0.9409,0.0000,47.6385,0.0000,47.6385,6.9721,40.6664,0.0000,40.6664,0.0831,40.5833,0.0000,20.4802,11.8009,8.3021,1.1823,11287.2400,11287.2400,11287.2400 -400.5000,1.0000,5038.8217,64.1480,64.3032,0.0844,0.0000,5,1732.9675,334.2732,748.6257,-108.2088,60.6625,135.8576,-19.6373,1.1976,51.8470,0.0000,0.0000,7.6179,52.0603,-0.9723,0.0000,53.0326,0.0000,53.0326,6.9991,46.0335,0.0000,46.0335,0.1336,45.9000,0.0000,20.7187,11.8465,13.3347,1.1857,12474.1357,12474.1357,12474.1357 -401.5000,1.0000,5056.7427,64.5125,64.7282,0.1181,0.0000,5,1754.4060,362.5987,760.1295,-108.9723,66.6170,139.6517,-20.0205,1.0973,57.8095,0.0000,0.0000,7.7102,57.9542,-1.0085,0.0000,58.9627,0.0000,58.9627,7.0388,51.9238,0.0000,51.9238,0.1878,51.7361,0.0000,21.0740,11.9139,18.7482,1.1924,13593.2239,13593.2239,13593.2239 -402.5000,1.0000,5074.7796,64.9295,65.1372,0.1136,0.0000,5,1757.9535,354.2346,758.3482,-109.0986,65.2119,139.6062,-20.0842,-0.7166,58.2883,0.0000,0.0000,7.6402,57.8859,-1.0155,0.0000,58.9014,0.0000,58.9014,7.0843,51.8170,0.0000,51.8170,0.1819,51.6352,0.0000,21.4853,11.9909,18.1590,1.1798,13329.2639,13329.2639,13329.2639 -403.5000,1.0000,5092.8791,65.1550,65.1792,0.0117,0.0000,5,1758.1825,271.9909,764.4925,-109.1068,50.0780,140.7556,-20.0884,0.7414,41.6537,0.0000,0.0000,7.6829,41.8029,-0.9382,0.0000,42.7411,0.0000,42.7411,7.1089,35.6322,0.0000,35.6322,0.0187,35.6134,0.0000,21.7097,12.0325,1.8712,1.1936,10508.9196,10508.9196,10508.9196 -404.5000,1.0000,5111.0289,65.3360,65.4992,0.0889,0.0000,5,1763.4090,336.8558,741.1920,-109.2929,62.2051,136.8713,-20.1824,-0.1776,54.7043,0.0000,0.0000,7.6784,54.5199,-1.0057,0.0000,55.5256,0.0000,55.5256,7.1287,48.3969,0.0000,48.3969,0.1432,48.2537,0.0000,21.8913,12.0659,14.2965,1.1815,12764.1880,12764.1880,12764.1880 -405.5000,1.0000,5129.3022,65.7805,66.0682,0.1581,0.0000,5,1771.9160,405.4620,765.0135,-109.5959,75.2353,141.9518,-20.3360,1.1041,66.3504,0.0000,0.0000,7.7808,66.4430,-1.0738,0.0000,67.5168,0.0000,67.5168,7.1772,60.3397,0.0000,60.3397,0.2563,60.0833,0.0000,22.3414,12.1480,25.5939,1.1979,15244.5690,15244.5690,15244.5690 -406.5000,1.0000,5147.7552,66.4275,66.7932,0.2014,0.0000,5,1793.1260,445.6934,783.8045,-110.3512,83.6904,147.1795,-20.7213,1.2182,74.6043,0.0000,0.0000,7.8678,74.6572,-1.1269,0.0000,75.7841,0.0000,75.7841,7.2478,68.5363,0.0000,68.5363,0.3298,68.2065,0.0000,23.0074,12.2675,32.9316,1.1906,16850.5335,16850.5335,16850.5335 -407.5000,1.0000,5166.4711,67.3740,67.9612,0.3244,0.0000,5,1823.6820,561.3672,799.7914,-111.4859,107.2074,152.7406,-21.2911,2.1831,97.0122,0.0000,0.0000,8.0121,97.2066,-1.2579,0.0000,98.4645,0.0000,98.4645,7.6673,90.7971,0.0000,90.7971,0.5389,90.2582,0.0000,24.0060,12.4423,53.8099,1.2021,21217.4546,21217.4546,21217.4546 -408.5000,1.0000,5185.5320,68.6160,69.2772,0.3656,0.0000,5,1848.7065,601.0110,817.0693,-112.4262,116.3534,158.1814,-21.7653,0.6280,107.6978,0.0000,0.0000,8.0276,106.9940,-1.3300,0.0000,108.3240,0.0000,108.3240,7.9293,100.3947,0.0000,100.3947,0.6184,99.7763,0.0000,25.3587,12.6717,61.7459,1.1791,22961.2028,22961.2028,22961.2028 -409.5000,1.0000,5204.9288,69.8255,70.3802,0.3064,0.0000,5,1881.2465,559.1559,834.3122,-113.6489,110.1558,164.3626,-22.3893,3.1203,98.7889,0.0000,0.0000,8.2466,99.4219,-1.3142,0.0000,100.7361,0.0000,100.7361,7.9266,92.8095,0.0000,92.8095,0.5275,92.2820,0.0000,26.7227,12.8950,52.6643,1.2021,21884.8492,21884.8492,21884.8492 -410.5000,1.0000,5224.5738,70.7185,71.0632,0.1897,0.0000,5,1913.4815,447.6989,820.0514,-114.8602,89.7096,164.3213,-23.0156,0.6142,80.8374,0.0000,0.0000,8.2581,80.6686,-1.2363,0.0000,81.9049,0.0000,81.9049,7.7262,74.1787,0.0000,74.1787,0.3308,73.8479,0.0000,27.7600,13.0600,33.0279,1.1906,18143.9706,18143.9706,18143.9706 -411.5000,1.0000,5244.4295,71.4775,71.8982,0.2319,0.0000,5,1928.2065,491.6112,808.0522,-115.4135,99.2668,163.1630,-23.3044,1.1247,89.8022,0.0000,0.0000,8.3399,89.7205,-1.2963,0.0000,91.0168,0.0000,91.0168,7.9326,83.0842,0.0000,83.0842,0.4087,82.6754,0.0000,28.6638,13.2001,40.8115,1.2021,19984.4088,19984.4088,19984.4088 -412.5000,1.0000,5264.3149,71.5840,71.2762,-0.1728,0.0000,5,1951.9340,137.2893,818.1329,-116.3051,28.0628,167.2313,-23.7735,1.7056,17.9245,0.0000,0.0000,8.4327,18.1339,-0.9368,0.0000,19.0707,0.0000,19.0707,7.8104,11.2603,0.0000,11.2603,-0.3049,11.5653,0.0000,28.7917,13.2198,-30.4462,1.1906,6896.2457,6896.2457,6896.2457 -413.5000,1.0000,5283.9791,70.7880,70.3062,-0.2694,0.0000,6,1738.0790,-92.2694,563.6708,-108.3909,-16.7941,102.5944,-19.7283,-24.3450,0.6380,0.0000,0.0000,6.9129,0.5581,-0.6581,0.0000,1.2163,0.0000,1.2163,7.7235,-6.5073,0.0000,-6.5073,-0.4703,-6.0370,0.0000,27.8426,13.0728,-46.9524,1.1600,274.3542,274.3542,274.3542 -414.5000,1.0000,5303.3662,69.7905,69.2812,-0.2847,0.0000,6,1446.5935,-13.8443,477.4400,-94.3752,-2.0972,72.3259,-14.2966,-5.6324,-2.8859,0.0000,0.0000,6.4211,-2.7799,-0.6779,0.0000,-2.1020,0.0000,-2.1020,7.6147,-9.7167,0.0000,-9.7167,-0.4899,-9.2267,0.1179,26.6823,12.8886,-48.9155,1.1110,1741.6940,1741.6940,1741.6940 -415.5000,1.0000,5322.3267,68.2545,67.2342,-0.5686,0.0000,6,1363.7370,-89.4612,519.4230,-89.4612,-12.7760,74.1789,-12.7760,-1.6293,-17.5494,0.0000,0.0000,6.4028,-17.5624,-0.8031,0.0000,-16.7593,0.0000,-16.7593,7.4471,-24.2064,34.5389,-58.7453,-0.9569,-57.7885,0.1812,24.9633,12.6049,-95.5379,1.0727,0.0000,0.0000,0.0000 -416.5000,1.0000,5340.8668,66.7410,66.2542,-0.2722,0.0000,6,1328.2215,15.3966,478.8110,-87.3548,2.1415,66.5983,-12.1503,-1.3100,-2.7036,0.0000,0.0000,6.1551,-2.6906,-0.6380,0.0000,-2.0526,0.0000,-2.0526,7.2820,-9.3346,0.0000,-9.3346,-0.4479,-8.8866,0.1772,23.3352,12.3254,-44.7245,1.0624,2006.2104,2006.2104,2006.2104 -417.5000,1.0000,5359.2362,66.1265,66.0052,-0.0692,0.0000,6,1309.4530,259.3677,527.3752,-86.2417,35.5660,72.3166,-11.8259,-0.2178,29.7004,0.0000,0.0000,6.0833,29.6949,-1.0875,0.0000,30.7824,0.0000,30.7824,7.2149,23.5675,0.0000,23.5675,-0.1128,23.6803,0.0319,22.6955,12.2119,-11.2590,1.0443,7380.3429,7380.3429,7380.3429 -418.5000,1.0000,5377.6080,66.1355,66.2722,0.0742,0.0000,6,1300.2980,430.9765,626.1908,-85.6988,58.6847,85.2665,-11.6693,-0.5148,53.1315,0.0000,0.0000,6.0680,52.7616,-1.5682,0.0000,54.3298,0.0000,54.3298,7.2159,47.1139,0.0000,47.1139,0.1209,46.9929,0.0000,22.7047,12.2136,12.0746,1.0692,11736.1106,11736.1106,11736.1106 -419.5000,1.0000,5396.0531,66.3990,66.5322,0.0722,0.0000,6,1305.7530,435.2924,708.2582,-86.0223,59.5211,96.8459,-11.7625,0.9544,52.4599,0.0000,0.0000,6.1067,52.8347,-1.5725,0.0000,54.4072,0.0000,54.4072,7.2447,47.1626,0.0000,47.1626,0.1182,47.0443,0.0000,22.9772,12.2623,11.8049,1.0703,11895.3773,11895.3773,11895.3773 -420.5000,1.0000,5414.6203,66.8385,67.1512,0.1719,0.0000,6,1311.8185,553.1512,701.0948,-86.3820,75.9882,96.3117,-11.8666,-0.4702,70.3538,0.0000,0.0000,6.1046,69.7180,-1.9290,0.0000,71.6470,0.0000,71.6470,7.2926,64.3544,0.0000,64.3544,0.2833,64.0710,0.0000,23.4369,12.3434,28.2907,1.0717,14978.9554,14978.9554,14978.9554 -421.5000,1.0000,5433.3898,67.5670,67.9892,0.2328,0.0000,6,1315.1755,638.4922,758.8609,-86.5811,87.9363,104.5140,-11.9244,0.7425,81.0148,0.0000,0.0000,6.1789,81.0784,-2.1736,0.0000,83.2520,0.0000,83.2520,7.4569,75.7951,0.0000,75.7951,0.3878,75.4073,0.0000,24.2120,12.4780,38.7173,1.1149,17197.7177,17197.7177,17197.7177 -422.5000,1.0000,5452.4319,68.5485,69.1142,0.3125,0.0000,6,1341.8020,739.1392,795.9686,-88.1603,103.8588,111.8441,-12.3877,1.4365,96.0250,0.0000,0.0000,6.3973,96.4808,-2.5052,0.0000,98.9861,0.0000,98.9861,7.7831,91.2030,0.0000,91.2030,0.5281,90.6749,0.0000,25.2833,12.6592,52.7324,1.2562,20196.4422,20196.4422,20196.4422 -423.5000,1.0000,5471.7935,69.6985,70.2892,0.3264,0.0000,6,1370.8320,757.4289,834.2311,-89.8820,108.7313,119.7565,-12.9028,0.9763,101.3508,0.0000,0.0000,6.4043,101.3539,-2.6195,0.0000,103.9734,0.0000,103.9734,7.9635,96.0098,0.0000,96.0098,0.5609,95.4490,0.0000,26.5774,12.8716,56.0000,1.2016,21147.4540,21147.4540,21147.4540 -424.5000,1.0000,5491.4357,70.7085,71.1342,0.2347,0.0000,6,1396.2765,662.4087,844.5592,-91.3910,96.8559,123.4895,-13.3630,1.1874,87.2318,0.0000,0.0000,8.4367,87.5736,-2.3437,0.0000,89.9173,0.0000,89.9173,7.8455,82.0718,0.0000,82.0718,0.4092,81.6626,0.0000,27.7486,13.0581,40.8559,1.2486,18896.2649,18896.2649,18896.2649 -425.5000,1.0000,5511.2734,71.4125,71.6972,0.1564,0.0000,6,1405.7755,568.7060,803.7121,-91.9544,83.7206,118.3164,-13.5368,-0.3754,75.7688,0.0000,0.0000,8.3272,75.2378,-2.0946,0.0000,77.3325,0.0000,77.3325,7.7917,69.5408,0.0000,69.5408,0.2753,69.2655,0.0000,28.5851,13.1881,27.4922,1.2121,16392.3625,16392.3625,16392.3625 -426.5000,1.0000,5531.2694,71.9825,72.2742,0.1603,0.0000,6,1414.6260,580.8655,777.8826,-92.4793,86.0490,115.2350,-13.6998,1.1466,76.5645,0.0000,0.0000,8.3379,76.9704,-2.1372,0.0000,79.1075,0.0000,79.1075,7.8539,71.2537,0.0000,71.2537,0.2844,70.9692,0.0000,29.2751,13.2934,28.4007,1.0876,16816.8957,16816.8957,16816.8957 -427.5000,1.0000,5551.4579,72.6755,73.0832,0.2247,0.0000,6,1429.6560,659.1482,777.4450,-93.3707,98.6832,116.3938,-13.9788,0.1608,90.1893,0.0000,0.0000,8.3332,89.8050,-2.4125,0.0000,92.2174,0.0000,92.2174,8.0607,84.1567,0.0000,84.1567,0.4027,83.7541,0.0000,30.1293,13.4214,40.2034,1.0779,19222.5089,19222.5089,19222.5089 -428.5000,1.0000,5571.8615,73.4495,73.8222,0.2053,0.0000,6,1440.8715,642.7375,811.9382,-94.0359,96.9812,122.5115,-14.1889,0.8304,87.7458,0.0000,0.0000,8.4050,87.8752,-2.3812,0.0000,90.2564,0.0000,90.2564,8.1024,82.1539,0.0000,82.1539,0.3717,81.7822,0.0000,31.1020,13.5643,37.1159,1.0811,18895.5536,18895.5536,18895.5536 -429.5000,1.0000,5592.4820,74.2305,74.6452,0.2286,0.0000,6,1460.8225,673.7423,807.0993,-95.2191,103.0671,123.4676,-14.5663,0.9479,93.6004,0.0000,0.0000,8.5187,93.7577,-2.5128,0.0000,96.2705,0.0000,96.2705,8.2644,88.0061,0.0000,88.0061,0.4184,87.5877,0.0000,32.1049,13.7085,41.7743,1.1014,20096.2335,20096.2335,20096.2335 -430.5000,1.0000,5613.2898,74.9050,75.1712,0.1461,0.0000,6,1480.1630,575.2141,819.1585,-96.3662,89.1595,126.9715,-14.9370,0.7975,79.7792,0.0000,0.0000,8.5828,79.9713,-2.2334,0.0000,82.2047,0.0000,82.2047,8.1727,74.0320,0.0000,74.0320,0.2698,73.7621,0.0000,32.9874,13.8331,26.9416,1.1086,17454.8247,17454.8247,17454.8247 -431.5000,1.0000,5634.2333,75.3935,75.6222,0.1253,0.0000,6,1497.3675,550.5573,787.0357,-97.3865,86.3296,123.4103,-15.2706,0.7752,76.8884,0.0000,0.0000,8.6659,77.0908,-2.1791,0.0000,79.2699,0.0000,79.2699,8.2260,71.0439,0.0000,71.0439,0.2329,70.8110,0.0000,33.6369,13.9233,23.2508,1.1004,16957.0845,16957.0845,16957.0845 -432.5000,1.0000,5655.2730,75.7395,75.8632,0.0669,0.0000,6,1496.6045,480.1083,771.4935,-97.3413,75.2445,120.9116,-15.2557,-0.8450,67.5080,0.0000,0.0000,8.5815,66.9867,-1.9727,0.0000,68.9594,0.0000,68.9594,8.2638,60.6957,0.0000,60.6957,0.1250,60.5706,0.0000,34.1020,13.9872,12.4815,1.1001,14928.0373,14928.0373,14928.0373 -433.5000,1.0000,5676.3886,76.0130,76.1692,0.0850,0.0000,6,1498.3215,497.9635,757.5914,-97.4431,78.1324,118.8690,-15.2892,1.0039,70.4424,0.0000,0.0000,6.6861,70.8128,-2.0557,0.0000,72.8685,0.0000,72.8685,8.2936,64.5749,0.0000,64.5749,0.1593,64.4156,0.0000,34.4728,14.0377,15.9051,1.1007,15457.7488,15457.7488,15457.7488 -434.5000,1.0000,5697.6056,76.3780,76.5932,0.1178,0.0000,6,1503.9675,535.0430,755.3366,-97.7780,84.2666,118.9618,-15.3996,-0.4862,78.0642,0.0000,0.0000,6.6887,77.5756,-2.2009,0.0000,79.7765,0.0000,79.7765,8.3334,71.4430,0.0000,71.4430,0.2218,71.2213,0.0000,34.9719,14.1051,22.1442,1.1174,16589.5845,16589.5845,16589.5845 -435.5000,1.0000,5718.9750,76.9265,77.2662,0.1869,0.0000,6,1509.8040,627.2912,777.8822,-98.1241,99.1787,122.9881,-15.5140,1.0293,91.4018,0.0000,0.0000,6.7476,91.6729,-2.5011,0.0000,94.1740,0.0000,94.1740,8.4806,85.6933,0.0000,85.6933,0.3546,85.3388,0.0000,35.7312,14.2064,35.4012,1.1050,19385.8850,19385.8850,19385.8850 -436.5000,1.0000,5740.5537,77.6800,78.1002,0.2317,0.0000,6,1527.6190,684.0858,807.4202,-99.1807,109.4345,129.1645,-15.8661,0.6299,101.9632,0.0000,0.0000,6.8414,101.8645,-2.7224,0.0000,104.5870,0.0000,104.5870,8.7061,95.8809,0.0000,95.8809,0.4437,95.4372,0.0000,36.7918,14.3456,44.2998,1.1363,21382.6196,21382.6196,21382.6196 -437.5000,1.0000,5762.3318,78.3980,78.7022,0.1672,0.0000,6,1541.3900,610.0048,828.3493,-99.9974,98.4633,133.7072,-16.1410,0.6680,90.9287,0.0000,0.0000,6.8666,90.9956,-2.5046,0.0000,93.5002,0.0000,93.5002,8.6057,84.8945,0.0000,84.8945,0.3232,84.5713,0.0000,37.8209,14.4782,32.2722,1.1263,19307.1110,19307.1110,19307.1110 -438.5000,1.0000,5784.2662,78.9605,79.2252,0.1453,0.0000,6,1557.4120,585.4907,806.7348,-100.9477,95.4887,131.5718,-16.4637,0.8574,87.6982,0.0000,0.0000,6.9331,87.9119,-2.4472,0.0000,90.3591,0.0000,90.3591,8.6152,81.7439,0.0000,81.7439,0.2828,81.4611,0.0000,38.6407,14.5821,28.2383,1.1168,18776.1269,18776.1269,18776.1269 -439.5000,1.0000,5806.3239,79.4045,79.5902,0.1014,0.0000,6,1570.2680,533.0379,798.3438,-101.7101,87.6517,131.2781,-16.7250,0.3752,80.3311,0.0000,0.0000,6.9455,80.3455,-2.2950,0.0000,82.6404,0.0000,82.6404,8.6637,73.9768,0.0000,73.9768,0.1985,73.7783,0.0000,39.2960,14.6640,19.8182,1.1318,17320.3156,17320.3156,17320.3156 -440.5000,1.0000,5828.4834,79.7710,79.9582,0.1022,0.0000,6,1575.9135,537.6540,782.1926,-102.0449,88.7287,129.0847,-16.8404,0.1698,81.3313,0.0000,0.0000,7.2276,81.2344,-2.3180,0.0000,83.5524,0.0000,83.5524,8.7036,74.8488,0.0000,74.8488,0.2010,74.6477,0.0000,39.8427,14.7317,20.0733,1.3960,17544.8016,17544.8016,17544.8016 -441.5000,1.0000,5850.7339,80.0985,80.2452,0.0797,0.0000,6,1592.9275,512.3609,792.0771,-103.0540,85.4674,132.1272,-17.1905,1.4927,76.9016,0.0000,0.0000,7.0731,77.4995,-2.2442,0.0000,79.7436,0.0000,79.7436,8.7394,71.0043,0.0000,71.0043,0.1574,70.8468,0.0000,40.3353,14.7922,15.7193,1.1361,16996.5824,16996.5824,16996.5824 -442.5000,1.0000,5873.0587,80.3660,80.4932,0.0689,0.0000,6,1598.8785,493.0777,773.3058,-103.4070,82.5581,129.4778,-17.3139,-0.9140,76.4641,0.0000,0.0000,7.0079,75.9018,-2.2142,0.0000,78.1160,0.0000,78.1160,8.7686,69.3474,0.0000,69.3474,0.1365,69.2109,0.0000,40.7407,14.8416,13.6286,1.1247,16477.9474,16477.9474,16477.9474 -443.5000,1.0000,5895.4233,80.5095,80.5322,0.0108,0.0000,6,1596.9710,432.3482,776.8563,-103.2938,72.3035,129.9171,-17.2743,0.7258,64.5123,0.0000,0.0000,7.0654,64.7956,-1.9846,0.0000,66.7801,0.0000,66.7801,8.7842,57.9959,0.0000,57.9959,0.0215,57.9744,0.0000,40.9593,14.8681,2.1470,1.1243,14526.7269,14526.7269,14526.7269 -444.5000,1.0000,5917.7809,80.4840,80.4422,-0.0250,0.0000,6,1601.0150,384.7513,752.3991,-103.5096,64.5066,126.1456,-17.3542,-0.3301,57.8145,0.0000,0.0000,7.0222,57.7255,-1.8370,0.0000,59.5625,0.0000,59.5625,8.7814,50.7811,0.0000,50.7811,-0.0496,50.8307,0.0000,40.9204,14.8634,-4.9531,1.1251,13063.9171,13063.9171,13063.9171 -445.5000,1.0000,5940.1259,80.4390,80.4422,0.0000,0.0000,6,1592.7370,415.9944,735.8274,-103.0427,69.3841,122.7294,-17.1866,-0.4813,62.7404,0.0000,0.0000,7.1251,62.5465,-1.9368,0.0000,64.4834,0.0000,64.4834,8.7765,55.7069,0.0000,55.7069,0.0000,55.7069,0.0000,40.8518,14.8551,0.0000,1.2374,13957.4959,13957.4959,13957.4959 -446.5000,1.0000,5962.4642,80.4145,80.3932,-0.0136,0.0000,6,1587.7395,402.7662,747.2712,-102.7463,66.9670,124.2471,-17.0834,-0.0075,59.8221,0.0000,0.0000,7.1524,59.8374,-1.8801,0.0000,61.7175,0.0000,61.7175,8.7739,52.9437,0.0000,52.9437,-0.0270,52.9707,0.0000,40.8145,14.8506,-2.6944,1.2768,13508.1695,13508.1695,13508.1695 -447.5000,1.0000,5984.7713,80.3025,80.2182,-0.0486,0.0000,6,1588.9980,360.2309,743.7184,-102.8210,59.9422,123.7544,-17.1094,0.1303,52.6963,0.0000,0.0000,7.1157,52.7981,-1.7321,0.0000,54.5301,0.0000,54.5301,8.7616,45.7685,0.0000,45.7685,-0.0962,45.8647,0.0000,40.6442,14.8299,-9.6093,1.2231,12192.2763,12192.2763,12192.2763 -448.5000,1.0000,6007.0203,80.0930,79.9742,-0.0678,0.0000,6,1584.2680,333.3795,725.1860,-102.5404,55.3090,120.3114,-17.0119,-0.5901,48.8282,0.0000,0.0000,7.0710,48.7154,-1.6444,0.0000,50.3599,0.0000,50.3599,8.7388,41.6211,0.0000,41.6211,-0.1338,41.7549,0.0000,40.3270,14.7912,-13.3632,1.2222,11309.0340,11309.0340,11309.0340 -449.5000,1.0000,6029.1706,79.7380,79.5082,-0.1294,0.0000,6,1578.0120,261.7831,718.8953,-102.1694,43.2594,118.7968,-16.8834,-0.0185,36.0759,0.0000,0.0000,7.2020,36.1772,-1.3789,0.0000,37.5561,0.0000,37.5561,8.7000,28.8561,0.0000,28.8561,-0.2545,29.1106,0.0000,39.7934,14.7256,-25.4084,1.3557,9048.7492,9048.7492,9048.7492 -450.5000,1.0000,6051.1628,79.1685,78.8352,-0.1869,0.0000,6,1571.9845,187.2267,690.6734,-101.8119,30.8208,113.6972,-16.7601,-0.5634,24.2705,0.0000,0.0000,7.1138,24.2836,-1.1241,0.0000,25.4077,0.0000,25.4077,8.6379,16.7698,0.0000,16.7698,-0.3649,17.1347,0.0000,38.9472,14.6205,-36.4329,1.2855,6745.7243,6745.7243,6745.7243 -451.5000,1.0000,6072.9765,78.5260,78.2232,-0.1700,0.0000,6,1551.7665,199.5327,655.3098,-100.6128,32.4242,106.4882,-16.3496,-1.3705,26.8629,0.0000,0.0000,6.9317,26.7181,-1.1671,0.0000,27.8852,0.0000,27.8852,8.5678,19.3174,0.0000,19.3174,-0.3291,19.6465,0.0000,38.0065,14.5018,-32.8618,1.1785,7019.2486,7019.2486,7019.2486 -452.5000,1.0000,6094.6078,77.8695,77.5222,-0.1947,0.0000,6,1536.0495,174.0615,663.5619,-99.6807,27.9986,106.7371,-16.0341,-0.1260,21.1171,0.0000,0.0000,7.0074,21.1942,-1.0441,0.0000,22.2382,0.0000,22.2382,8.4962,13.7421,0.0000,13.7421,-0.3738,14.1159,0.0000,37.0614,14.3806,-37.3261,1.2759,6186.0046,6186.0046,6186.0046 -453.5000,1.0000,6116.0444,77.1685,76.8212,-0.1947,0.0000,6,1536.5070,170.2926,656.5624,-99.7078,27.4005,105.6426,-16.0433,0.1692,20.2454,0.0000,0.0000,6.9860,20.3615,-1.0183,0.0000,21.3798,0.0000,21.3798,8.4197,12.9601,0.0000,12.9601,-0.3705,13.3306,0.0000,36.0695,14.2511,-36.9900,1.2509,6075.6263,6075.6263,6075.6263 -454.5000,1.0000,6137.3111,76.5570,76.2992,-0.1450,0.0000,6,1529.9075,219.1932,646.6799,-99.3164,35.1173,103.6056,-15.9116,-0.7885,28.9806,0.0000,0.0000,6.9252,28.9202,-1.1893,0.0000,30.1096,0.0000,30.1096,8.3530,21.7566,0.0000,21.7566,-0.2737,22.0303,0.0000,35.2185,14.1382,-27.3264,1.2496,7493.7467,7493.7467,7493.7467 -455.5000,1.0000,6158.4344,76.0405,75.7882,-0.1419,0.0000,6,1512.8940,220.6349,659.2508,-98.3074,34.9552,104.4450,-15.5748,-0.8010,28.9001,0.0000,0.0000,6.8560,28.8323,-1.1814,0.0000,30.0137,0.0000,30.0137,8.2966,21.7171,0.0000,21.7171,-0.2661,21.9832,0.0000,34.5105,14.0428,-26.5701,1.2213,7457.0172,7457.0172,7457.0172 -456.5000,1.0000,6179.4392,75.6140,75.4462,-0.0950,0.0000,6,1500.2675,276.5110,659.1948,-97.5585,43.4420,103.5645,-15.3272,-0.3690,36.9567,0.0000,0.0000,6.8543,36.9416,-1.3453,0.0000,38.2869,0.0000,38.2869,8.2501,30.0368,0.0000,30.0368,-0.1771,30.2139,0.0000,33.9328,13.9640,-17.6830,1.2440,9034.4819,9034.4819,9034.4819 -457.5000,1.0000,6200.3540,75.2900,75.1402,-0.0850,0.0000,6,1485.4280,284.7936,671.3399,-96.6784,44.3007,104.4294,-15.0387,-0.9883,38.5384,0.0000,0.0000,6.7505,38.3353,-1.3705,0.0000,39.7058,0.0000,39.7058,8.2147,31.4911,0.0000,31.4911,-0.1578,31.6488,0.0000,33.4984,13.9042,-15.7538,1.2287,9175.2089,9175.2089,9175.2089 -458.5000,1.0000,6221.2460,75.2080,75.2822,0.0394,0.0000,6,1479.4385,439.7448,682.1123,-96.3232,68.1281,105.6772,-14.9230,0.4401,60.8758,0.0000,0.0000,6.8122,61.0175,-1.8421,0.0000,62.8596,0.0000,62.8596,8.2058,54.6538,0.0000,54.6538,0.0731,54.5807,0.0000,33.3890,13.8891,7.3026,1.2652,13588.6947,13588.6947,13588.6947 -459.5000,1.0000,6242.1814,75.3645,75.4532,0.0475,0.0000,6,1489.7000,448.0703,738.0165,-96.9318,69.8994,115.1313,-15.1215,0.4956,62.6026,0.0000,0.0000,6.8012,62.7590,-1.8802,0.0000,64.6393,0.0000,64.6393,8.2229,56.4164,0.0000,56.4164,0.0883,56.3281,0.0000,33.5979,13.9180,8.8123,1.2295,13936.7284,13936.7284,13936.7284 -460.5000,1.0000,6263.1978,75.6555,75.8642,0.1142,0.0000,6,1502.7465,526.9383,744.2411,-97.7056,82.9228,117.1192,-15.3757,0.7041,75.3629,0.0000,0.0000,6.8558,75.5404,-2.1499,0.0000,77.6903,0.0000,77.6903,8.2546,69.4357,0.0000,69.4357,0.2130,69.2227,0.0000,33.9888,13.9717,21.2622,1.2445,16341.8790,16341.8790,16341.8790 -461.5000,1.0000,6284.3198,76.0360,76.2142,0.0972,0.0000,6,1509.8040,506.8212,768.6650,-98.1241,80.1316,121.5308,-15.5140,-0.0530,73.3142,0.0000,0.0000,6.8705,73.1181,-2.1040,0.0000,75.2221,0.0000,75.2221,8.2961,66.9259,0.0000,66.9259,0.1823,66.7437,0.0000,34.5041,14.0420,18.1976,1.2709,15845.7754,15845.7754,15845.7754 -462.5000,1.0000,6305.5339,76.3675,76.5272,0.0869,0.0000,6,1509.3465,498.6434,762.9008,-98.0970,78.8148,120.5829,-15.5051,0.0106,71.9622,0.0000,0.0000,6.8419,71.8205,-2.0808,0.0000,73.9013,0.0000,73.9013,8.3323,65.5690,0.0000,65.5690,0.1637,65.4053,0.0000,34.9573,14.1032,16.3448,1.2457,15600.9214,15600.9214,15600.9214 -463.5000,1.0000,6326.8102,76.5915,76.6622,0.0375,0.0000,6,1510.7195,442.7390,760.7016,-98.1784,70.0423,120.3446,-15.5320,0.1168,63.0113,0.0000,0.0000,6.9142,63.0083,-1.8999,0.0000,64.9082,0.0000,64.9082,8.3567,56.5515,0.0000,56.5515,0.0708,56.4806,0.0000,35.2657,14.1446,7.0704,1.2836,13986.7696,13986.7696,13986.7696 -464.5000,1.0000,6348.1732,76.9035,77.1512,0.1358,0.0000,6,1512.2070,562.8401,741.0711,-98.2666,89.1302,117.3545,-15.5613,0.0213,82.2136,0.0000,0.0000,6.8954,81.9654,-2.2986,0.0000,84.2640,0.0000,84.2640,8.3908,75.8732,0.0000,75.8732,0.2575,75.6157,0.0000,35.6988,14.2022,25.7147,1.2713,17486.8428,17486.8428,17486.8428 -465.5000,1.0000,6369.6732,77.3970,77.6492,0.1383,0.0000,6,1523.8805,570.6602,788.7348,-98.9590,91.0662,125.8666,-15.7919,1.0710,83.0584,0.0000,0.0000,6.9368,83.4138,-2.3346,0.0000,85.7484,0.0000,85.7484,8.4446,77.3038,0.0000,77.3038,0.2640,77.0398,0.0000,36.3905,14.2933,26.3560,1.2359,17849.3796,17849.3796,17849.3796 -466.5000,1.0000,6391.2941,77.8320,78.0212,0.1033,0.0000,6,1536.1260,527.6286,787.3325,-99.6852,84.8758,126.6525,-16.0356,0.0756,77.7949,0.0000,0.0000,7.0053,77.6499,-2.2198,0.0000,79.8697,0.0000,79.8697,8.4921,71.3776,0.0000,71.3776,0.1983,71.1793,0.0000,37.0073,14.3736,19.7983,1.2884,16754.6314,16754.6314,16754.6314 -467.5000,1.0000,6412.9936,78.1150,78.2152,0.0539,0.0000,6,1542.5730,471.8007,777.2968,-100.0676,76.2137,125.5629,-16.1647,0.5348,68.6231,0.0000,0.0000,7.0557,68.7889,-2.0386,0.0000,70.8275,0.0000,70.8275,8.5230,62.3045,0.0000,62.3045,0.1038,62.2007,0.0000,37.4123,14.4259,10.3625,1.2771,15139.4747,15139.4747,15139.4747 -468.5000,1.0000,6434.7475,78.3105,78.4122,0.0547,0.0000,6,1551.9570,471.1255,759.1921,-100.6241,76.5676,123.3843,-16.3535,0.3563,69.2237,0.0000,0.0000,6.9876,69.3033,-2.0517,0.0000,71.3549,0.0000,71.3549,8.5443,62.8106,0.0000,62.8106,0.1057,62.7050,0.0000,37.6939,14.4620,10.5490,1.2161,15228.4785,15228.4785,15228.4785 -469.5000,1.0000,6456.5554,78.5055,78.6052,0.0536,0.0000,6,1550.3925,469.6889,754.6841,-100.5313,76.2572,122.5280,-16.3219,-0.5049,69.7711,0.0000,0.0000,6.9909,69.4472,-2.0570,0.0000,71.5042,0.0000,71.5042,8.5656,62.9386,0.0000,62.9386,0.1038,62.8348,0.0000,37.9762,14.4980,10.3606,1.2284,15164.4391,15164.4391,15164.4391 -470.5000,1.0000,6478.4226,78.7185,78.8382,0.0647,0.0000,6,1551.4990,489.0906,760.7638,-100.5970,79.4638,123.6033,-16.3443,0.6106,71.7777,0.0000,0.0000,7.0755,71.9677,-2.1121,0.0000,74.0798,0.0000,74.0798,8.5888,65.4910,0.0000,65.4910,0.1256,65.3653,0.0000,38.2862,14.5374,12.5418,1.2791,15793.6600,15793.6600,15793.6600 -471.5000,1.0000,6500.3365,78.8870,78.9422,0.0289,0.0000,6,1564.4695,444.9362,768.2227,-101.3662,72.8943,125.8586,-16.6069,0.6304,65.1669,0.0000,0.0000,7.0969,65.3972,-1.9773,0.0000,67.3744,0.0000,67.3744,8.6072,58.7672,0.0000,58.7672,0.0562,58.7110,0.0000,38.5325,14.5685,5.6100,1.2695,14543.9809,14543.9809,14543.9809 -472.5000,1.0000,6522.2658,78.9420,78.9482,0.0017,0.0000,6,1567.0635,408.5920,749.4902,-101.5201,67.0510,122.9932,-16.6597,-0.3818,60.4164,0.0000,0.0000,7.0164,60.2612,-1.8709,0.0000,62.1321,0.0000,62.1321,8.6132,53.5189,0.0000,53.5189,0.0032,53.5157,0.0000,38.6132,14.5786,0.3239,1.2190,13496.1756,13496.1756,13496.1756 -473.5000,1.0000,6544.1775,78.8790,78.8162,-0.0367,0.0000,6,1566.0715,365.6190,741.9280,-101.4612,59.9610,121.6752,-16.6395,0.2862,52.6444,0.0000,0.0000,7.0304,52.7886,-1.7145,0.0000,54.5031,0.0000,54.5031,8.6063,45.8968,0.0000,45.8968,-0.0713,45.9681,0.0000,38.5208,14.5670,-7.1197,1.1812,12162.9856,12162.9856,12162.9856 -474.5000,1.0000,6566.0591,78.7705,78.7312,-0.0236,0.0000,6,1560.0440,377.0631,719.8275,-101.1038,61.5998,117.5964,-16.5171,-0.8625,55.4076,0.0000,0.0000,7.0547,55.1176,-1.7617,0.0000,56.8793,0.0000,56.8793,8.5945,48.2848,0.0000,48.2848,-0.0459,48.3307,0.0000,38.3620,14.5470,-4.5784,1.2681,12469.8516,12469.8516,12469.8516 -475.5000,1.0000,6587.9054,78.6435,78.5622,-0.0469,0.0000,6,1552.4525,353.9640,728.3748,-100.6535,57.5448,118.4137,-16.3635,0.1346,50.3391,0.0000,0.0000,7.0711,50.4391,-1.6627,0.0000,52.1018,0.0000,52.1018,8.5806,43.5211,0.0000,43.5211,-0.0910,43.6122,0.0000,38.1768,14.5235,-9.0882,1.2288,11679.5662,11679.5662,11679.5662 -476.5000,1.0000,6609.7153,78.5125,78.4692,-0.0258,0.0000,6,1553.8640,376.4405,719.5252,-100.7372,61.2545,117.0813,-16.3920,0.0000,54.2361,0.0000,0.0000,7.0184,54.2683,-1.7409,0.0000,56.0091,0.0000,56.0091,8.5663,47.4428,0.0000,47.4428,-0.0500,47.4928,0.0000,37.9863,14.4993,-4.9928,1.2416,12396.8612,12396.8612,12396.8612 -477.5000,1.0000,6631.5079,78.4500,78.4372,-0.0089,0.0000,6,1555.2375,395.2226,728.0362,-100.8187,64.3676,118.5709,-16.4197,0.1312,57.3414,0.0000,0.0000,6.8950,57.4037,-1.8054,0.0000,59.2092,0.0000,59.2092,8.5595,50.6497,0.0000,50.6497,-0.0172,50.6669,0.0000,37.8957,14.4878,-1.7166,1.1164,12997.9373,12997.9373,12997.9373 -478.5000,1.0000,6653.3135,78.4970,78.5632,0.0350,0.0000,6,1547.3030,446.3854,726.9872,-100.3481,72.3292,117.7960,-16.2597,-0.8845,66.3253,0.0000,0.0000,6.8884,65.8734,-1.9825,0.0000,67.8559,0.0000,67.8559,8.5646,59.2912,0.0000,59.2912,0.0677,59.2235,0.0000,37.9639,14.4965,6.7632,1.1275,14407.6478,14407.6478,14407.6478 -479.5000,1.0000,6675.1833,78.7280,78.8992,0.0933,0.0000,6,1546.1965,524.5728,753.4039,-100.2825,84.9374,121.9891,-16.2375,0.7788,77.2273,0.0000,0.0000,6.9314,77.4716,-2.2269,0.0000,79.6985,0.0000,79.6985,8.5898,71.1086,0.0000,71.1086,0.1812,70.9275,0.0000,38.3002,14.5391,18.0882,1.1398,16785.1839,16785.1839,16785.1839 -480.5000,1.0000,6697.1249,78.9865,79.0802,0.0503,0.0000,6,1552.5670,471.0919,773.7831,-100.6603,76.5922,125.8051,-16.3658,-0.1746,69.8516,0.0000,0.0000,6.9152,69.6894,-2.0679,0.0000,71.7573,0.0000,71.7573,8.6181,63.1392,0.0000,63.1392,0.0979,63.0413,0.0000,38.6785,14.5869,9.7759,1.1159,15234.5925,15234.5925,15234.5925 -481.5000,1.0000,6719.0301,78.8555,78.6372,-0.1231,0.0000,6,1557.5645,266.9356,762.1634,-100.9567,43.5393,124.3148,-16.4668,0.6532,35.9001,0.0000,0.0000,6.9860,36.1590,-1.3677,0.0000,37.5268,0.0000,37.5268,8.6038,28.9230,0.0000,28.9230,-0.2392,29.1623,0.0000,38.4867,14.5627,-23.8870,1.1169,9072.1596,9072.1596,9072.1596 -482.5000,1.0000,6740.8249,78.4580,78.2852,-0.0978,0.0000,6,1555.8860,286.5181,686.1533,-100.8572,46.6830,111.7963,-16.4329,-0.8128,40.5626,0.0000,0.0000,6.9332,40.4315,-1.4519,0.0000,41.8834,0.0000,41.8834,8.5604,33.3230,0.0000,33.3230,-0.1891,33.5122,0.0000,37.9075,14.4893,-18.8846,1.1291,9675.8815,9675.8815,9675.8815 -483.5000,1.0000,6762.5112,78.0675,77.8562,-0.1192,0.0000,6,1538.6050,260.4864,689.1447,-99.8323,41.9702,111.0366,-16.0852,-0.8290,35.9046,0.0000,0.0000,6.8946,35.7982,-1.3507,0.0000,37.1489,0.0000,37.1489,8.5178,28.6311,0.0000,28.6311,-0.2294,28.8605,0.0000,37.3444,14.4171,-22.9010,1.1133,8743.1691,8743.1691,8743.1691 -484.5000,1.0000,6784.0664,77.5955,77.3412,-0.1431,0.0000,6,1526.9320,232.6635,680.6976,-99.1400,37.2029,108.8435,-15.8525,-0.2718,30.5872,0.0000,0.0000,6.8875,30.6308,-1.2374,0.0000,31.8681,0.0000,31.8681,8.4663,23.4018,0.0000,23.4018,-0.2737,23.6755,0.0000,36.6712,14.3300,-27.3257,1.0968,7874.3532,7874.3532,7874.3532 -485.5000,1.0000,6805.4818,77.0920,76.8492,-0.1367,0.0000,6,1520.4470,236.8726,668.6989,-98.7553,37.7151,106.4708,-15.7239,-0.3348,31.1460,0.0000,0.0000,6.9039,31.1720,-1.2426,0.0000,32.4146,0.0000,32.4146,8.4113,24.0033,0.0000,24.0033,-0.2598,24.2630,0.0000,35.9619,14.2370,-25.9359,1.1349,7967.5034,7967.5034,7967.5034 -486.5000,1.0000,6826.7677,76.6260,76.4092,-0.1222,0.0000,6,1519.7605,253.0760,673.8979,-98.7146,40.2768,107.2501,-15.7103,0.2706,33.1005,0.0000,0.0000,6.9057,33.2592,-1.2806,0.0000,34.5397,0.0000,34.5397,8.3605,26.1792,0.0000,26.1792,-0.2309,26.4101,0.0000,35.3137,14.1509,-23.0545,1.1223,8438.7533,8438.7533,8438.7533 -487.5000,1.0000,6847.9343,76.1965,75.9902,-0.1164,0.0000,6,1515.9460,252.0634,672.4249,-98.4884,40.0149,106.7471,-15.6350,-0.6250,33.8295,0.0000,0.0000,6.8105,33.7725,-1.2862,0.0000,35.0586,0.0000,35.0586,8.3136,26.7450,0.0000,26.7450,-0.2186,26.9637,0.0000,34.7232,14.0716,-21.8311,1.0781,8391.4059,8391.4059,8391.4059 -488.5000,1.0000,6869.0021,75.8410,75.6982,-0.0811,0.0000,6,1502.7850,293.0342,669.4489,-97.7078,46.1152,105.3520,-15.3764,-0.5950,39.9121,0.0000,0.0000,6.7981,39.8175,-1.4079,0.0000,41.2254,0.0000,41.2254,8.2749,32.9505,0.0000,32.9505,-0.1517,33.1022,0.0000,34.2393,14.0060,-15.1431,1.1024,9529.9630,9529.9630,9529.9630 -489.5000,1.0000,6890.0241,75.6760,75.6602,-0.0106,0.0000,6,1500.8775,380.0257,689.6437,-97.5947,59.7292,108.3923,-15.3391,0.4184,52.4186,0.0000,0.0000,6.8922,52.5904,-1.6720,0.0000,54.2624,0.0000,54.2624,8.2568,46.0056,0.0000,46.0056,-0.0197,46.0253,0.0000,34.0162,13.9755,-1.9664,1.1438,12086.8992,12086.8992,12086.8992 -490.5000,1.0000,6911.0479,75.6825,75.7112,0.0142,0.0000,6,1501.4880,405.6921,714.8485,-97.6309,63.7892,112.3995,-15.3510,-0.3623,57.3269,0.0000,0.0000,6.8245,57.1577,-1.7673,0.0000,58.9249,0.0000,58.9249,8.2576,50.6674,0.0000,50.6674,0.0264,50.6409,0.0000,34.0249,13.9767,2.6393,1.1165,12845.8931,12845.8931,12845.8931 -491.5000,1.0000,6932.0875,75.7390,75.7732,0.0172,0.0000,6,1497.5205,412.2652,725.7914,-97.3956,64.6514,113.8186,-15.2736,-0.0035,57.8387,0.0000,0.0000,6.8162,57.8136,-1.7816,0.0000,59.5952,0.0000,59.5952,8.2637,51.3315,0.0000,51.3315,0.0322,51.2993,0.0000,34.1012,13.9871,3.2110,1.1150,12994.7946,12994.7946,12994.7946 -492.5000,1.0000,6953.1311,75.7540,75.7412,-0.0089,0.0000,6,1490.4250,380.6982,723.0331,-96.9748,59.4182,112.8488,-15.1355,-0.6459,53.2616,0.0000,0.0000,6.8026,53.0206,-1.6819,0.0000,54.7025,0.0000,54.7025,8.2654,46.4371,0.0000,46.4371,-0.0166,46.4537,0.0000,34.1215,13.9899,-1.6576,1.1270,12015.8604,12015.8604,12015.8604 -493.5000,1.0000,6974.1588,75.6965,75.6582,-0.0231,0.0000,6,1491.0735,368.5514,719.8686,-97.0133,57.5474,112.4038,-15.1481,0.7056,50.0319,0.0000,0.0000,6.8099,50.3181,-1.6249,0.0000,51.9430,0.0000,51.9430,8.2591,43.6839,0.0000,43.6839,-0.0430,43.7269,0.0000,34.0438,13.9793,-4.2962,1.0835,11663.4013,11663.4013,11663.4013 -494.5000,1.0000,6995.1515,75.5705,75.4892,-0.0469,0.0000,6,1498.9700,334.6380,712.1241,-97.4816,52.5287,111.7834,-15.3019,0.0176,45.6702,0.0000,0.0000,6.8409,45.7272,-1.5278,0.0000,47.2550,0.0000,47.2550,8.2453,39.0096,0.0000,39.0096,-0.0875,39.0971,0.0000,33.8741,13.9560,-8.7330,1.1156,10733.3371,10733.3371,10733.3371 -495.5000,1.0000,7016.1166,75.4710,75.4592,-0.0083,0.0000,6,1498.3980,378.8482,700.2502,-97.4477,59.4458,109.8776,-15.2907,-0.0702,52.6938,0.0000,0.0000,6.8222,52.6774,-1.6714,0.0000,54.3489,0.0000,54.3489,8.2345,46.1144,0.0000,46.1144,-0.0155,46.1299,0.0000,33.7405,13.9376,-1.5482,1.1153,12032.0244,12032.0244,12032.0244 -496.5000,1.0000,7037.0631,75.4040,75.3552,-0.0289,0.0000,6,1493.2860,353.7866,713.0385,-97.1445,55.3239,111.5025,-15.1911,-0.3988,48.9061,0.0000,0.0000,6.8167,48.7973,-1.5898,0.0000,50.3871,0.0000,50.3871,8.2272,42.1599,0.0000,42.1599,-0.0537,42.2136,0.0000,33.6507,13.9253,-5.3623,1.1280,11247.6140,11247.6140,11247.6140 -497.5000,1.0000,7057.9963,75.3565,75.3642,0.0025,0.0000,6,1495.6510,394.0994,710.6683,-97.2847,61.7255,111.3079,-15.2371,0.6167,54.2460,0.0000,0.0000,6.8629,54.4862,-1.7078,0.0000,56.1940,0.0000,56.1940,8.2220,47.9720,0.0000,47.9720,0.0046,47.9674,0.0000,33.5871,13.9165,0.4638,1.1289,12457.4157,12457.4157,12457.4157 -498.5000,1.0000,7078.9221,75.3295,75.3012,-0.0175,0.0000,6,1501.3730,366.1422,721.0182,-97.6241,57.5661,113.3609,-15.3488,-0.0915,50.7862,0.0000,0.0000,6.8714,50.7738,-1.6301,0.0000,52.4040,0.0000,52.4040,8.2190,44.1849,0.0000,44.1849,-0.0325,44.2174,0.0000,33.5511,13.9115,-3.2451,1.1310,11680.8277,11680.8277,11680.8277 -499.5000,1.0000,7099.8363,75.2880,75.2812,-0.0056,0.0000,6,1489.4330,378.7207,704.4297,-96.9160,59.0702,109.8721,-15.1163,-1.0014,53.2847,0.0000,0.0000,6.7869,52.9001,-1.6739,0.0000,54.5740,0.0000,54.5740,8.2145,46.3595,0.0000,46.3595,-0.0103,46.3698,0.0000,33.4956,13.9038,-1.0296,1.0974,11948.7452,11948.7452,11948.7452 -500.5000,1.0000,7120.7512,75.2905,75.3062,0.0069,0.0000,6,1475.0515,399.6862,710.7562,-96.0630,61.7383,109.7884,-14.8386,-0.3110,55.3342,0.0000,0.0000,6.7152,55.1962,-1.7218,0.0000,56.9180,0.0000,56.9180,8.2148,48.7032,0.0000,48.7032,0.0129,48.6903,0.0000,33.4990,13.9043,1.2871,1.0630,12439.4530,12439.4530,12439.4530 -501.5000,1.0000,7141.6639,75.2825,75.2652,-0.0114,0.0000,6,1484.5500,394.5091,727.4985,-96.6264,61.3311,113.0982,-15.0217,1.1790,51.3604,0.0000,0.0000,8.7917,51.8219,-1.6514,0.0000,53.4733,0.0000,53.4733,8.2139,45.2594,0.0000,45.2594,-0.0211,45.2805,0.0000,33.4883,13.9028,-2.1106,1.0956,12371.0314,12371.0314,12371.0314 -502.5000,1.0000,7162.5771,75.2840,75.3092,0.0122,0.0000,6,1491.4165,413.7871,716.1207,-97.0336,64.6256,111.8443,-15.1548,-0.5555,56.3993,0.0000,0.0000,8.7818,56.1536,-1.7417,0.0000,57.8952,0.0000,57.8952,8.2141,49.6811,0.0000,49.6811,0.0227,49.6585,0.0000,33.4903,13.9031,2.2651,1.1128,12973.1896,12973.1896,12973.1896 -503.5000,1.0000,7183.4912,75.2875,75.2722,-0.0103,0.0000,6,1488.6320,391.4078,728.7724,-96.8685,61.0162,113.6077,-15.1007,0.2999,51.9062,0.0000,0.0000,8.8101,52.0334,-1.6559,0.0000,53.6893,0.0000,53.6893,8.2145,45.4748,0.0000,45.4748,-0.0191,45.4939,0.0000,33.4950,13.9037,-1.9048,1.1117,12315.7815,12315.7815,12315.7815 -504.5000,1.0000,7204.4180,75.3335,75.4012,0.0358,0.0000,6,1486.3815,443.9688,715.2002,-96.7350,69.1053,111.3234,-15.0571,-0.5049,60.8440,0.0000,0.0000,8.7663,60.5657,-1.8342,0.0000,62.3998,0.0000,62.3998,8.2195,54.1804,0.0000,54.1804,0.0666,54.1138,0.0000,33.5564,13.9122,6.6451,1.1255,13783.8208,13783.8208,13783.8208 -505.5000,1.0000,7225.3814,75.4650,75.5352,0.0372,0.0000,6,1482.6810,450.4368,737.6905,-96.5155,69.9375,114.5383,-14.9856,0.1667,61.0200,0.0000,0.0000,8.7508,61.0412,-1.8456,0.0000,62.8868,0.0000,62.8868,8.2338,54.6530,0.0000,54.6530,0.0693,54.5837,0.0000,33.7325,13.9365,6.9148,1.0949,13929.5443,13929.5443,13929.5443 -506.5000,1.0000,7246.3690,75.5520,75.5752,0.0111,0.0000,6,1492.0270,419.9699,743.4598,-97.0698,65.6181,116.1617,-15.1666,0.6886,56.1150,0.0000,0.0000,8.8145,56.3827,-1.7496,0.0000,58.1323,0.0000,58.1323,8.2433,49.8890,0.0000,49.8890,0.0207,49.8683,0.0000,33.8492,13.9526,2.0665,1.1130,13156.7872,13156.7872,13156.7872 -507.5000,1.0000,7267.3717,75.6065,75.6442,0.0192,0.0000,6,1494.3160,424.6614,726.6221,-97.2056,66.4529,113.7050,-15.2112,-0.4796,58.1844,0.0000,0.0000,8.7481,57.9545,-1.7830,0.0000,59.7374,0.0000,59.7374,8.2493,51.4882,0.0000,51.4882,0.0357,51.4525,0.0000,33.9225,13.9627,3.5673,1.0993,13315.5973,13315.5973,13315.5973 -508.5000,1.0000,7288.3837,75.6400,75.6422,-0.0006,0.0000,6,1494.2015,405.5221,734.4403,-97.1988,63.4530,114.9197,-15.2089,0.4690,54.1900,0.0000,0.0000,8.7940,54.3761,-1.7088,0.0000,56.0849,0.0000,56.0849,8.2529,47.8320,0.0000,47.8320,-0.0010,47.8330,0.0000,33.9676,13.9688,-0.1034,1.0992,12766.7263,12766.7263,12766.7263 -509.5000,1.0000,7309.4184,75.7215,75.8072,0.0458,0.0000,6,1498.6265,445.5442,724.7701,-97.4612,69.9218,113.7424,-15.2952,-0.0632,63.1592,0.0000,0.0000,6.8259,63.0615,-1.8907,0.0000,64.9523,0.0000,64.9523,8.2618,56.6904,0.0000,56.6904,0.0856,56.6049,0.0000,34.0776,13.9839,8.5434,1.0863,13959.7169,13959.7169,13959.7169 -510.5000,1.0000,7330.4980,75.8835,75.9662,0.0442,0.0000,6,1495.3080,446.0181,737.9041,-97.2644,69.8412,115.5471,-15.2305,-0.2417,63.2083,0.0000,0.0000,6.8746,63.0310,-1.8920,0.0000,64.9230,0.0000,64.9230,8.2795,56.6435,0.0000,56.6435,0.0826,56.5609,0.0000,34.2968,14.0138,8.2503,1.1142,13937.8465,13937.8465,13937.8465 -511.5000,1.0000,7351.6320,76.0790,76.1982,0.0644,0.0000,6,1502.1745,474.7009,745.1406,-97.6716,74.6739,117.2161,-15.3645,0.8762,66.8038,0.0000,0.0000,6.9939,67.1238,-1.9796,0.0000,69.1034,0.0000,69.1034,8.3008,60.8026,0.0000,60.8026,0.1209,60.6817,0.0000,34.5626,14.0499,12.0692,1.1440,14828.2438,14828.2438,14828.2438 -512.5000,1.0000,7372.8087,76.2330,76.2742,0.0211,0.0000,6,1511.4440,419.0217,750.8701,-98.2214,66.3219,118.8463,-15.5463,-0.0213,59.3893,0.0000,0.0000,6.9539,59.3507,-1.8195,0.0000,61.1702,0.0000,61.1702,8.3176,52.8526,0.0000,52.8526,0.0397,52.8129,0.0000,34.7728,14.0783,3.9617,1.1332,13313.7724,13313.7724,13313.7724 -513.5000,1.0000,7394.0120,76.3285,76.3892,0.0319,0.0000,6,1508.2395,432.7332,730.7330,-98.0313,68.3470,115.4138,-15.4833,-0.2756,61.6922,0.0000,0.0000,6.9303,61.5242,-1.8659,0.0000,63.3900,0.0000,63.3900,8.3280,55.0620,0.0000,55.0620,0.0601,55.0019,0.0000,34.9037,14.0960,6.0022,1.1190,13678.7511,13678.7511,13678.7511 -514.5000,1.0000,7415.2559,76.4750,76.5672,0.0494,0.0000,6,1502.5940,456.9562,734.9063,-97.6965,71.9026,115.6384,-15.3727,-0.2464,65.2245,0.0000,0.0000,6.9246,65.0329,-1.9407,0.0000,66.9736,0.0000,66.9736,8.3440,58.6296,0.0000,58.6296,0.0932,58.5363,0.0000,35.1051,14.1230,9.3082,1.1441,14323.6642,14323.6642,14323.6642 -515.5000,1.0000,7436.5354,76.6030,76.6452,0.0217,0.0000,6,1506.3325,427.3861,748.2078,-97.9182,67.4171,118.0244,-15.4459,0.5928,59.8499,0.0000,0.0000,6.9743,60.0740,-1.8389,0.0000,61.9129,0.0000,61.9129,8.3580,53.5549,0.0000,53.5549,0.0409,53.5140,0.0000,35.2816,14.1467,4.0857,1.1323,13509.1147,13509.1147,13509.1147 -516.5000,1.0000,7457.8356,76.6775,76.7162,0.0197,0.0000,6,1512.3215,421.7987,734.9817,-98.2734,66.8002,116.3990,-15.5636,-0.0390,59.8806,0.0000,0.0000,6.9586,59.8363,-1.8349,0.0000,61.6711,0.0000,61.6711,8.3661,53.3050,0.0000,53.3050,0.0373,53.2677,0.0000,35.3846,14.1604,3.7227,1.1205,13400.8968,13400.8968,13400.8968 -517.5000,1.0000,7479.1117,76.5905,76.4712,-0.0681,0.0000,6,1516.1745,317.9451,736.7234,-98.5019,50.4812,116.9721,-15.6395,0.3978,43.1252,0.0000,0.0000,6.9582,43.3160,-1.4896,0.0000,44.8057,0.0000,44.8057,8.3566,36.4491,0.0000,36.4491,-0.1285,36.5776,0.0000,35.2644,14.1444,-12.8312,1.0928,10359.7024,10359.7024,10359.7024 -518.5000,1.0000,7500.2772,76.1925,75.9202,-0.1531,0.0000,6,1512.5125,209.5013,693.4207,-98.2848,33.1829,109.8309,-15.5673,-0.7370,27.0072,0.0000,0.0000,6.9127,26.9630,-1.1442,0.0000,28.1073,0.0000,28.1073,8.3132,19.7941,0.0000,19.7941,-0.2875,20.0816,0.0000,34.7179,14.0709,-28.7072,1.1334,7129.2552,7129.2552,7129.2552 -519.5000,1.0000,7521.2894,75.6410,75.3682,-0.1533,0.0000,6,1496.1855,206.4775,651.4690,-97.3164,32.3509,102.0723,-15.2476,-0.7711,26.2836,0.0000,0.0000,6.8384,26.2319,-1.1225,0.0000,27.3544,0.0000,27.3544,8.2530,19.1014,0.0000,19.1014,-0.2860,19.3873,0.0000,33.9694,13.9690,-28.5511,1.1145,6956.3424,6956.3424,6956.3424 -520.5000,1.0000,7542.1553,75.1140,74.8662,-0.1394,0.0000,6,1490.0055,224.7671,655.1898,-96.9499,35.0711,102.2312,-15.1274,0.2024,27.9977,0.0000,0.0000,6.8709,28.1333,-1.1559,0.0000,29.2892,0.0000,29.2892,8.1955,21.0937,0.0000,21.0937,-0.2582,21.3519,0.0000,33.2643,13.8717,-25.7841,1.1122,7449.2174,7449.2174,7449.2174 -521.5000,1.0000,7562.8724,74.5780,74.2962,-0.1583,0.0000,6,1480.6210,192.5219,650.4992,-96.3933,29.8506,100.8601,-14.9458,-1.0545,24.1410,0.0000,0.0000,6.7641,24.0438,-1.0644,0.0000,25.1082,0.0000,25.1082,8.1370,16.9711,0.0000,16.9711,-0.2911,17.2623,0.0000,32.5574,13.7727,-29.0678,1.0942,6486.6055,6486.6055,6486.6055 -522.5000,1.0000,7583.4513,74.0810,73.8722,-0.1178,0.0000,6,1462.0810,241.2555,637.2852,-95.2938,36.9383,97.5739,-14.5903,-0.6234,30.8403,0.0000,0.0000,6.7214,30.7819,-1.1990,0.0000,31.9810,0.0000,31.9810,8.0828,23.8981,0.0000,23.8981,-0.2151,24.1132,0.0000,31.9106,13.6809,-21.4783,1.0873,7739.3187,7739.3187,7739.3187 -523.5000,1.0000,7603.9029,73.6225,73.3792,-0.1369,0.0000,6,1453.0400,218.5284,655.7005,-94.7576,33.2517,99.7727,-14.4185,-0.1872,26.7221,0.0000,0.0000,6.7169,26.7731,-1.1102,0.0000,27.8833,0.0000,27.8833,8.0328,19.8505,0.0000,19.8505,-0.2486,20.0991,0.0000,31.3219,13.5963,-24.8190,1.0847,7068.6344,7068.6344,7068.6344 -524.5000,1.0000,7624.2244,73.1540,72.9352,-0.1233,0.0000,6,1447.5090,230.8945,644.8104,-94.4295,34.9996,97.7422,-14.3139,-0.3052,28.6238,0.0000,0.0000,6.6810,28.6429,-1.1438,0.0000,29.7866,0.0000,29.7866,7.9817,21.8050,0.0000,21.8050,-0.2224,22.0274,0.0000,30.7276,13.5097,-22.2100,1.0972,7378.8130,7378.8130,7378.8130 -525.5000,1.0000,7644.4226,72.7105,72.4922,-0.1231,0.0000,6,1444.2665,229.6338,650.7963,-94.2372,34.7306,98.4285,-14.2527,0.0169,28.0690,0.0000,0.0000,6.6446,28.1585,-1.1286,0.0000,29.2871,0.0000,29.2871,7.9333,21.3538,0.0000,21.3538,-0.2206,21.5744,0.0000,30.1722,13.4278,-22.0256,1.0821,7328.5765,7328.5765,7328.5765 -526.5000,1.0000,7664.4716,72.1730,71.8602,-0.1756,0.0000,6,1435.9885,160.6708,643.0962,-93.7463,24.1611,96.7065,-14.0972,-0.7468,18.3199,0.0000,0.0000,6.5880,18.2920,-0.9169,0.0000,19.2088,0.0000,19.2088,7.8746,11.3342,0.0000,11.3342,-0.3124,11.6466,0.0000,29.5083,13.3286,-31.1902,1.0797,5373.1809,5373.1809,5373.1809 -527.5000,1.0000,7684.3818,71.6735,71.4932,-0.1019,0.0000,6,1424.3535,247.7382,617.4061,-93.0562,36.9521,92.0910,-13.8801,-0.2770,30.6107,0.0000,0.0000,6.6184,30.6210,-1.1681,0.0000,31.7891,0.0000,31.7891,7.8201,23.9689,0.0000,23.9689,-0.1801,24.1491,0.0000,28.8994,13.2363,-17.9867,1.1327,7724.9097,7724.9097,7724.9097 -528.5000,1.0000,7704.1823,71.2785,71.0702,-0.1175,0.0000,6,1416.3425,226.6969,647.6034,-92.5811,33.6235,96.0519,-13.7315,-0.4214,27.4563,0.0000,0.0000,6.5885,27.4439,-1.0974,0.0000,28.5413,0.0000,28.5413,7.7770,20.7642,0.0000,20.7642,-0.2065,20.9707,0.0000,28.4243,13.1634,-20.6170,1.1303,7111.9402,7111.9402,7111.9402 -529.5000,1.0000,7723.8766,70.8965,70.7292,-0.0947,0.0000,6,1401.3505,250.0520,633.0325,-91.6920,36.6949,92.8969,-13.4557,-0.8733,31.0859,0.0000,0.0000,6.4822,30.9352,-1.1658,0.0000,32.1011,0.0000,32.1011,7.7354,24.3657,0.0000,24.3657,-0.1656,24.5313,0.0000,27.9697,13.0928,-16.5313,1.0978,7675.5215,7675.5215,7675.5215 -530.5000,1.0000,7743.4885,70.5995,70.4762,-0.0703,0.0000,6,1391.3175,282.7362,645.9764,-91.0969,41.1942,94.1177,-13.2727,0.0098,34.7167,0.0000,0.0000,6.4678,34.7818,-1.2426,0.0000,36.0245,0.0000,36.0245,7.7030,28.3215,0.0000,28.3215,-0.1223,28.4438,0.0000,27.6196,13.0380,-12.2137,1.0667,8502.5654,8502.5654,8502.5654 -531.5000,1.0000,7763.0012,70.2425,70.0152,-0.1281,0.0000,6,1396.3530,213.2201,661.6822,-91.3956,31.1783,96.7550,-13.3644,0.4220,24.2854,0.0000,0.0000,6.4709,24.4513,-1.0234,0.0000,25.4747,0.0000,25.4747,7.6640,17.8106,0.0000,17.8106,-0.2218,18.0324,0.0000,27.2029,12.9721,-22.1425,1.0541,6640.2957,6640.2957,6640.2957 -532.5000,1.0000,7782.3921,69.8040,69.5992,-0.1156,0.0000,6,1389.0670,217.0410,623.0248,-90.9635,31.5714,90.6269,-13.2318,-1.0413,26.2487,0.0000,0.0000,6.3640,26.0958,-1.0528,0.0000,27.1486,0.0000,27.1486,7.6162,19.5324,0.0000,19.5324,-0.1989,19.7313,0.0000,26.6966,12.8911,-19.8564,1.0378,6696.1124,6696.1124,6696.1124 -533.5000,1.0000,7801.6740,69.4115,69.2302,-0.1025,0.0000,6,1372.8545,236.9166,626.4270,-90.0019,34.0603,90.0583,-12.9391,-0.3377,27.8732,0.0000,0.0000,6.5248,27.8660,-1.0853,0.0000,28.9513,0.0000,28.9513,7.5733,21.3779,0.0000,21.3779,-0.1754,21.5533,0.0000,26.2487,12.8186,-17.5140,1.2022,7130.4690,7130.4690,7130.4690 -534.5000,1.0000,7820.8652,69.0850,68.9462,-0.0789,0.0000,6,1367.7805,264.4124,634.3469,-89.7010,37.8727,90.8598,-12.8482,-0.0898,31.4286,0.0000,0.0000,6.5339,31.4687,-1.1567,0.0000,32.6254,0.0000,32.6254,7.5377,25.0877,0.0000,25.0877,-0.1344,25.2221,0.0000,25.8800,12.7583,-13.4162,1.2148,7846.5883,7846.5883,7846.5883 -535.5000,1.0000,7840.0127,68.9280,68.9162,-0.0083,0.0000,6,1365.2625,346.8122,644.3886,-89.5517,49.5837,92.1282,-12.8032,-0.1215,43.1641,0.0000,0.0000,6.5411,43.1277,-1.3979,0.0000,44.5256,0.0000,44.5256,7.5206,37.0050,0.0000,37.0050,-0.0142,37.0191,0.0000,25.7038,12.7293,-1.4140,1.2141,10021.5725,10021.5725,10021.5725 -536.5000,1.0000,7859.1676,68.9545,68.9992,0.0231,0.0000,6,1361.8675,384.7074,676.5906,-89.3503,54.8648,96.4916,-12.7426,-0.1627,48.5336,0.0000,0.0000,6.4939,48.4351,-1.5088,0.0000,49.9439,0.0000,49.9439,7.5235,42.4204,0.0000,42.4204,0.0392,42.3812,0.0000,25.7335,12.7342,3.9135,1.1708,11035.3516,11035.3516,11035.3516 -537.5000,1.0000,7878.4051,69.2515,69.5102,0.1419,0.0000,6,1361.6770,531.0341,693.5597,-89.3390,75.7225,98.8978,-12.7393,0.1468,69.0795,0.0000,0.0000,6.4963,68.9142,-1.9387,0.0000,70.8529,0.0000,70.8529,7.5559,63.2970,0.0000,63.2970,0.2424,63.0547,0.0000,26.0678,12.7890,24.1979,1.2130,14888.3327,14888.3327,14888.3327 -538.5000,1.0000,7897.7819,69.7535,70.0032,0.1369,0.0000,6,1371.9005,528.1771,755.3687,-89.9454,75.8806,108.5201,-12.9220,0.7135,68.7559,0.0000,0.0000,6.4113,68.9367,-1.9447,0.0000,70.8814,0.0000,70.8814,7.6107,63.2707,0.0000,63.2707,0.2355,63.0352,0.0000,26.6388,12.8817,23.5147,1.0751,14912.0779,14912.0779,14912.0779 -539.5000,1.0000,7917.3140,70.3120,70.6272,0.1733,0.0000,6,1383.0395,573.0429,752.5173,-90.6060,82.9947,108.9883,-13.1226,0.2268,76.3317,0.0000,0.0000,6.4362,76.1412,-2.1011,0.0000,78.2423,0.0000,78.2423,7.6716,70.5707,0.0000,70.5707,0.3005,70.2702,0.0000,27.2840,12.9849,30.0013,1.0783,16256.0528,16256.0528,16256.0528 -540.5000,1.0000,7937.0044,70.8825,71.1442,0.1436,0.0000,6,1396.3530,541.3193,775.3056,-91.3956,79.1548,113.3696,-13.3644,0.9127,71.7801,0.0000,0.0000,6.4620,72.0644,-2.0225,0.0000,74.0870,0.0000,74.0870,7.7338,66.3531,0.0000,66.3531,0.2510,66.1022,0.0000,27.9533,13.0902,25.0586,1.0400,15546.0480,15546.0480,15546.0480 -541.5000,1.0000,7956.8210,71.3365,71.5352,0.1086,0.0000,6,1406.5765,498.7129,759.1926,-92.0019,73.4586,111.8263,-13.5515,-0.0362,67.0002,0.0000,0.0000,6.4946,66.7972,-1.9179,0.0000,68.7151,0.0000,68.7151,7.7834,60.9317,0.0000,60.9317,0.1910,60.7407,0.0000,28.4937,13.1741,19.0728,1.0993,14499.3739,14499.3739,14499.3739 -542.5000,1.0000,7976.7482,71.7345,71.9402,0.1125,0.0000,6,1405.9665,508.2653,744.4060,-91.9657,74.8332,109.6007,-13.5403,-0.0164,68.3635,0.0000,0.0000,6.4861,68.1618,-1.9509,0.0000,70.1127,0.0000,70.1127,7.8268,62.2859,0.0000,62.2859,0.1990,62.0869,0.0000,28.9733,13.2476,19.8660,1.1132,14754.0431,14754.0431,14754.0431 -543.5000,1.0000,7996.7758,72.0960,72.2582,0.0883,0.0000,6,1417.2580,482.9424,754.3204,-92.6354,71.6759,111.9524,-13.7485,0.9993,64.1709,0.0000,0.0000,6.5056,64.5485,-1.8797,0.0000,66.4282,0.0000,66.4282,7.8662,58.5619,0.0000,58.5619,0.1570,58.4049,0.0000,29.4135,13.3143,15.6771,1.0461,14161.7862,14161.7862,14161.7862 -544.5000,1.0000,8016.8846,72.3885,72.5252,0.0742,0.0000,6,1431.1055,462.6826,741.6532,-93.4567,69.3399,111.1479,-14.0059,0.2079,62.5586,0.0000,0.0000,6.5734,62.5467,-1.8413,0.0000,64.3880,0.0000,64.3880,7.8982,56.4899,0.0000,56.4899,0.1324,56.3575,0.0000,29.7729,13.3684,13.2162,1.0783,13740.6792,13740.6792,13740.6792 -545.5000,1.0000,8037.0502,72.5930,72.6672,0.0394,0.0000,6,1436.6370,422.7535,736.4641,-93.7847,63.6008,110.7968,-14.1094,0.2793,56.6795,0.0000,0.0000,6.6420,56.7489,-1.7229,0.0000,58.4718,0.0000,58.4718,7.9205,50.5513,0.0000,50.5513,0.0706,50.4807,0.0000,30.0259,13.4061,7.0487,1.1363,12718.4467,12718.4467,12718.4467 -546.5000,1.0000,8057.2587,72.7475,72.8342,0.0464,0.0000,6,1439.5740,430.4271,720.4933,-93.9589,64.8877,108.6157,-14.1645,-0.0202,58.3012,0.0000,0.0000,6.6067,58.2251,-1.7554,0.0000,59.9805,0.0000,59.9805,7.9373,52.0432,0.0000,52.0432,0.0832,51.9600,0.0000,30.2180,13.4347,8.3073,1.0948,12950.3806,12950.3806,12950.3806 -547.5000,1.0000,8077.4880,72.8220,72.8162,-0.0050,0.0000,6,1439.5360,370.3458,723.9152,-93.9567,55.8288,109.1287,-14.1638,0.0169,49.2180,0.0000,0.0000,6.5940,49.2306,-1.5689,0.0000,50.7995,0.0000,50.7995,7.9455,42.8540,0.0000,42.8540,-0.0090,42.8630,0.0000,30.3109,13.4484,-0.8963,1.0948,11259.1823,11259.1823,11259.1823 -548.5000,1.0000,8097.7165,72.8195,72.8292,0.0036,0.0000,6,1439.6890,380.4859,701.3664,-93.9657,57.3635,105.7407,-14.1666,-0.0034,50.7600,0.0000,0.0000,6.6069,50.7541,-1.6006,0.0000,52.3547,0.0000,52.3547,7.9452,44.4095,0.0000,44.4095,0.0065,44.4030,0.0000,30.3078,13.4480,0.6473,1.0949,11559.5703,11559.5703,11559.5703 -549.5000,1.0000,8117.9434,72.8135,72.8042,-0.0069,0.0000,6,1441.9015,368.4264,706.7082,-94.0970,55.6308,106.7098,-14.2082,0.1993,48.7886,0.0000,0.0000,6.6429,48.8731,-1.5613,0.0000,50.4345,0.0000,50.4345,7.9445,42.4899,0.0000,42.4899,-0.0125,42.5024,0.0000,30.3003,13.4469,-1.2447,1.0955,11223.5616,11223.5616,11223.5616 -550.5000,1.0000,8138.1158,72.6175,72.4372,-0.1019,0.0000,6,1441.9395,252.7610,699.8266,-94.0992,38.1668,105.6735,-14.2089,-0.1959,31.7495,0.0000,0.0000,6.6132,31.7811,-1.2030,0.0000,32.9841,0.0000,32.9841,7.9231,25.0610,0.0000,25.0610,-0.1825,25.2435,0.0000,30.0564,13.4107,-18.2236,1.0955,7947.8780,7947.8780,7947.8780 -551.5000,1.0000,8158.1698,72.1910,71.9512,-0.1350,0.0000,6,1434.1575,209.9364,653.2260,-93.6377,31.5292,98.1045,-14.0629,-0.4905,25.4546,0.0000,0.0000,6.5651,25.4414,-1.0660,0.0000,26.5074,0.0000,26.5074,7.8766,18.6308,0.0000,18.6308,-0.2403,18.8711,0.0000,29.5301,13.3319,-23.9909,1.1074,6741.9950,6741.9950,6741.9950 -552.5000,1.0000,8178.0395,71.5280,71.1112,-0.2333,0.0000,6,1423.4000,91.1481,634.7049,-92.9997,13.5864,94.6079,-13.8624,-0.4535,7.5392,0.0000,0.0000,6.5007,7.5561,-0.6859,0.0000,8.2420,0.0000,8.2420,7.8043,0.4377,0.0000,0.4377,-0.4115,0.8492,0.0000,28.7246,13.2095,-41.0849,1.0901,3571.9218,3571.9218,3571.9218 -553.5000,1.0000,8197.6521,70.6020,70.0992,-0.2811,0.0000,6,1406.8820,25.7224,580.3193,-92.0200,3.7896,85.4975,-13.5572,-0.9789,-1.6594,0.0000,0.0000,6.4280,-1.6579,-0.6774,0.0000,-0.9805,0.0000,-0.9805,7.7032,-8.6837,0.0000,-8.6837,-0.4893,-8.1944,0.0000,27.6238,13.0384,-48.8567,1.0712,2400.0699,2400.0699,2400.0699 -554.5000,1.0000,8216.9788,69.5730,69.0532,-0.2906,0.0000,6,1387.0070,10.9549,550.4366,-90.8413,1.5912,79.9493,-13.1944,-0.7278,-4.0697,0.0000,0.0000,6.3887,-4.0753,-0.6878,0.0000,-3.3875,0.0000,-3.3875,7.5910,-10.9785,0.0000,-10.9785,-0.4984,-10.4801,0.0000,26.4337,12.8484,-49.7622,1.0795,2086.5982,2086.5982,2086.5982 -555.5000,1.0000,8236.0011,68.4770,67.9072,-0.3183,0.0000,6,1366.1405,-30.4743,535.5431,-89.6037,-4.3597,76.6158,-12.8189,-1.0337,-9.6106,0.0000,0.0000,6.2846,-9.6043,-0.7279,0.0000,-8.8764,0.0000,-8.8764,7.4714,-16.3478,0.0000,-16.3478,-0.5374,-15.8103,0.0000,25.2043,12.6460,-53.6607,1.0593,1217.8080,1217.8080,1217.8080 -556.5000,1.0000,8254.6758,67.2255,66.5502,-0.3769,0.0000,6,1336.7285,-87.8594,506.0255,-87.8594,-12.2987,70.8344,-12.2987,-1.4030,-17.0645,0.0000,0.0000,6.1687,-17.0180,-0.7846,0.0000,-16.2334,0.0000,-16.2334,7.3348,-23.5682,1.2739,-24.8422,-0.6248,-24.2174,1.8988,23.8483,12.4149,-62.3793,1.0507,0.0000,0.0000,0.0000 -557.5000,1.0000,8272.7346,65.0085,63.4732,-0.8547,0.0000,6,1305.6380,-86.0155,473.8691,-86.0155,-11.7606,64.7903,-11.7606,-1.1225,-16.8702,0.0000,0.0000,6.2322,-17.0939,-0.7575,0.0000,-16.3363,0.0000,-16.3363,7.0929,-23.4293,67.2837,-90.7130,-1.3699,-89.3431,13.8568,21.5757,12.0050,-136.7806,1.0303,0.0000,0.0000,0.0000 -558.5000,1.0000,8289.8601,61.6485,59.8302,-1.0119,0.0000,6,1248.4930,-82.6263,436.3601,-82.6263,-10.8027,57.0505,-10.8027,-3.3080,-13.4842,0.0000,0.0000,5.9895,-13.4146,-0.6802,0.0000,-12.7343,0.0000,-12.7343,6.7263,-19.4607,73.4836,-92.9442,-1.5381,-91.4062,32.3764,18.4059,11.3823,-153.5707,1.0323,0.0000,0.0000,0.0000 -559.5000,1.0000,8305.7963,57.3670,54.9102,-1.3667,0.0000,6,1182.5360,-78.7066,431.3876,-78.7085,-9.7466,53.4208,-9.7469,-1.6566,-14.0078,0.0000,0.0000,5.9178,-14.3531,-0.6386,0.0000,-13.7145,0.0000,-13.7145,6.2592,-19.9737,100.1437,-120.1174,-1.9330,-118.1844,49.3811,14.8455,10.5875,-192.9985,1.0192,0.0000,0.0000,0.0000 -560.5000,1.0000,8320.6813,53.5830,52.2622,-0.7356,0.0000,6,1100.7860,-73.8320,382.9433,-73.8320,-8.5109,44.1434,-8.5109,-3.9842,-10.0929,0.0000,0.0000,5.5662,-9.7945,-0.5506,0.0000,-9.2440,0.0000,-9.2440,5.8463,-15.0903,10.3433,-25.4336,-0.9717,-24.4619,50.5901,12.0825,9.8879,-97.0223,1.0119,0.0000,0.0000,0.0000 -561.5000,1.0000,8334.7429,50.6185,48.9812,-0.9114,0.0000,6,1031.3575,-68.8715,399.2919,-68.8715,-7.4384,43.1249,-7.4384,-0.6644,-12.2431,0.0000,0.0000,5.4687,-12.5245,-0.5444,0.0000,-11.9801,0.0000,-11.9801,5.5229,-17.5030,31.1806,-48.6835,-1.1374,-47.5461,46.4866,10.1905,9.3412,-113.5644,0.9723,0.0000,0.0000,0.0000 -562.5000,1.0000,8347.9256,47.4545,45.9342,-0.8464,0.0000,6,988.0980,-67.3077,365.8751,-67.3077,-6.9646,37.8583,-6.9646,-1.9884,-10.2099,0.0000,0.0000,5.2338,-10.1988,-0.4875,0.0000,-9.7113,0.0000,-9.7113,5.1777,-14.8890,24.2395,-39.1285,-0.9903,-38.1382,43.5809,8.3963,8.7573,-98.8727,0.9271,0.0000,0.0000,0.0000 -563.5000,1.0000,8360.2508,44.3675,42.8072,-0.8686,0.0000,6,922.4840,-71.0611,381.6095,-71.0611,-6.8647,36.8644,-6.8647,-1.8607,-10.0785,0.0000,0.0000,5.0745,-10.0747,-0.4539,0.0000,-9.6207,0.0000,-9.6207,4.8408,-14.4616,22.4937,-36.9553,-0.9502,-36.0052,43.8126,6.8635,8.1867,-94.8680,0.9464,0.0000,0.0000,0.0000 -564.5000,1.0000,8371.6745,41.1220,39.4432,-0.9344,0.0000,6,858.4725,-75.3134,410.0640,-75.3168,-6.7706,36.8644,-6.7709,-1.6431,-10.0144,0.0000,0.0000,4.8869,-10.0624,-0.4209,0.0000,-9.6415,0.0000,-9.6415,4.4867,-14.1282,24.4533,-38.5816,-0.9474,-37.6342,43.9044,5.4671,7.5868,-94.5926,0.9282,0.0000,0.0000,0.0000 -565.5000,1.0000,8382.0273,37.2670,35.0972,-1.2072,0.0000,6,735.1035,-86.4586,478.8831,-86.4586,-6.6556,36.8644,-6.6556,-4.1623,-6.7524,0.0000,0.0000,4.2592,-6.2711,-0.3461,0.0000,-5.9250,0.0000,-5.9250,4.0661,-9.9912,48.4374,-58.4285,-1.1092,-57.3193,42.4791,4.0762,6.8746,-110.7493,0.9402,0.0000,0.0000,0.0000 -566.5000,1.0000,8391.2002,33.0190,30.9472,-1.1528,0.0000,5,788.0525,-80.7794,446.7071,-80.7794,-6.6663,36.8644,-6.6663,7.0246,-18.9039,0.0000,0.0000,5.2130,-23.8870,-0.3746,0.0000,-23.5123,0.0000,-23.5123,3.6026,-27.1150,16.9497,-44.0647,-0.9385,-43.1262,41.6474,2.8367,6.0895,-93.6998,0.9669,0.0000,0.0000,0.0000 -567.5000,1.0000,8399.2903,29.1210,27.3012,-1.0128,0.0000,5,883.2685,-73.5437,398.5522,-73.5437,-6.8025,36.8644,-6.8025,-2.7086,-9.1271,0.0000,0.0000,5.0332,-9.1861,-0.2638,0.0000,-8.9223,0.0000,-8.9223,3.1773,-12.0997,11.1402,-23.2399,-0.7271,-22.5127,42.7756,1.9459,5.3680,-72.6022,0.9542,0.0000,0.0000,0.0000 -568.5000,1.0000,8406.1681,24.7570,22.2192,-1.4117,0.0000,5,716.6665,-88.4362,491.2029,-88.4362,-6.6371,36.8644,-6.6371,-5.1346,-5.7321,0.0000,0.0000,4.2297,-5.3479,-0.2074,0.0000,-5.1405,0.0000,-5.1405,2.7012,-7.8417,29.7342,-37.5759,-0.8617,-36.7142,43.5543,1.2035,4.5598,-86.0319,0.9384,0.0000,0.0000,0.0000 -569.5000,1.0000,8411.5639,19.4215,16.6302,-1.5525,0.0000,5,608.9380,-99.9910,578.1026,-99.9910,-6.3762,36.8644,-6.3762,0.3342,-10.8529,0.0000,0.0000,4.1424,-12.8630,-0.1884,0.0000,-12.6746,0.0000,-12.6746,2.1190,-14.7936,15.9471,-30.7408,-0.7434,-29.9974,40.0660,0.5869,3.5736,-74.2239,0.9103,0.0000,0.0000,0.0000 -570.5000,1.0000,8415.5096,14.2015,11.7792,-1.3475,0.0000,5,640.4210,-74.0115,549.6832,-96.6142,-4.9636,36.8644,-6.4794,0.8867,-10.2537,0.0000,0.0000,4.4035,-12.8010,-0.1422,0.0000,-12.6588,0.0000,-12.6588,1.5495,-14.2083,0.0000,-14.2083,-0.4718,-13.7365,30.5276,0.2314,2.6122,-47.1077,0.9319,0.0000,0.0000,0.0000 -571.5000,1.0000,8418.2877,9.9980,8.2232,-0.9878,0.0000,3,655.2985,42.3985,537.2035,-95.0185,2.9095,36.8644,-6.5204,-0.3086,-1.0025,0.0000,0.0000,4.2206,-1.2051,-0.2424,0.0000,-0.9627,0.0000,-0.9627,1.0909,-2.0536,0.0000,-2.0536,-0.2435,-1.8101,20.5803,0.0809,1.8397,-24.3109,0.9095,1238.4679,1238.4679,1238.4679 -572.5000,1.0000,8420.1811,6.8130,5.4092,-0.7817,0.0000,3,628.4430,32.3154,560.1600,-97.8990,2.1267,36.8644,-6.4428,-0.7405,-1.3221,0.0000,0.0000,4.1893,-1.6153,-0.1618,0.0000,-1.4535,0.0000,-1.4535,0.7434,-2.1969,0.0000,-2.1969,-0.1313,-2.0656,9.7622,0.0259,1.2560,-13.1096,0.9321,1113.7366,1113.7366,1113.7366 -573.5000,1.0000,8421.5132,4.7920,4.1812,-0.3411,0.0000,3,605.5165,74.0808,581.3692,-100.3580,4.6974,36.8644,-6.3637,-0.1390,0.6244,0.0000,0.0000,4.2121,0.7117,-0.0908,0.0000,0.8025,0.0000,0.8025,0.5228,0.2796,0.0000,0.2796,-0.0403,0.3199,3.4504,0.0088,0.8846,-4.0239,1.0554,1506.9565,1506.9565,1506.9565 -574.5000,1.0000,8422.5397,3.6925,3.2102,-0.2697,0.0000,1,600.8890,47.4433,585.8464,-100.8544,2.9854,36.8644,-6.3463,-0.0328,-1.2395,0.0000,0.0000,4.2576,-1.4250,-0.2675,0.0000,-1.1575,0.0000,-1.1575,0.4029,-1.5603,0.0000,-1.5603,-0.0246,-1.5358,0.2300,0.0040,0.6819,-2.4517,1.0766,1238.4557,1238.4557,1238.4557 -575.5000,1.0000,8423.2533,2.5655,1.9272,-0.3564,0.0000,1,601.6900,66.2955,585.0665,-100.7685,4.1772,36.8644,-6.3493,0.0624,-1.2701,0.0000,0.0000,5.3848,-1.6983,-0.1801,0.0000,-1.5182,0.0000,-1.5182,0.2799,-1.7981,0.0000,-1.7981,-0.0225,-1.7755,0.0000,0.0014,0.4738,-2.2507,1.0551,1426.2061,1426.2061,1426.2061 -576.5000,1.0000,8423.6406,1.3910,0.8612,-0.2961,0.0000,1,601.6900,76.9349,585.0665,-100.7685,4.8476,36.8644,-6.3493,-0.0624,-0.4352,0.0000,0.0000,5.3452,-0.7036,-0.0884,0.0000,-0.6152,0.0000,-0.6152,0.1518,-0.7670,0.0000,-0.7670,-0.0102,-0.7568,0.0000,0.0002,0.2569,-1.0139,1.0551,1531.7491,1531.7491,1531.7491 -577.5000,1.0000,8423.7633,0.4385,0.0222,-0.2331,0.0000,1,601.0795,87.5705,585.6607,-100.8339,5.5121,36.8644,-6.3470,0.0398,-0.0065,0.0000,0.0000,5.4788,-0.1506,-0.0253,0.0000,-0.1253,0.0000,-0.1253,0.0478,-0.1731,0.0000,-0.1731,-0.0025,-0.1706,0.0000,0.0000,0.0810,-0.2516,1.1302,1636.6927,1636.6927,1636.6927 -578.5000,1.0000,8423.7098,0.0095,-0.4072,-0.1193,0.0000,0,602.3115,83.5900,584.4627,-100.7018,5.2724,36.8644,-6.3517,0.0056,0.0000,0.0000,0.0000,5.2667,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0010,-0.0010,0.0000,-0.0010,0.0000,-0.0010,0.0000,0.0000,0.0018,-0.0028,1.0109,1598.3399,1598.3399,1598.3399 -579.5000,1.0000,8423.5967,0.0000,-0.4072,0.0000,0.0000,0,601.2815,83.9218,585.4639,-100.8123,5.2842,36.8644,-6.3478,-0.0437,0.0000,0.0000,0.0000,5.3279,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0108,1600.6836,1600.6836,1600.6836 -580.5000,1.0000,8423.4836,0.0000,-0.4072,0.0000,0.0000,0,603.4560,87.7475,583.3543,-100.5790,5.5451,36.8644,-6.3560,0.1244,0.0000,0.0000,0.0000,5.4207,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0445,1640.6349,1640.6349,1640.6349 -581.5000,1.0000,8423.3705,0.0000,-0.4072,0.0000,0.0000,0,603.7230,82.8998,583.0963,-100.5504,5.2411,36.8644,-6.3570,-0.1146,0.0000,0.0000,0.0000,5.3556,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0767,1592.7907,1592.7907,1592.7907 -582.5000,1.0000,8423.2574,0.0000,-0.4072,0.0000,0.0000,0,601.5870,85.6665,585.1666,-100.7795,5.3968,36.8644,-6.3489,0.0352,0.0000,0.0000,0.0000,5.3616,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0659,1618.2722,1618.2722,1618.2722 -583.5000,1.0000,8423.1442,0.0000,-0.4072,0.0000,0.0000,0,601.5870,84.4245,585.1666,-100.7795,5.3186,36.8644,-6.3489,-0.0352,0.0000,0.0000,0.0000,5.3538,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1605.9507,1605.9507,1605.9507 -584.5000,1.0000,8423.0311,0.0000,-0.4072,0.0000,0.0000,0,601.3960,68.5489,585.3525,-100.8000,4.3171,36.8644,-6.3482,0.0282,0.0000,0.0000,0.0000,4.2889,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1448.2890,1448.2890,1448.2890 -585.5000,1.0000,8422.9180,0.0000,-0.4072,0.0000,0.0000,0,601.0795,67.8915,585.6607,-100.8339,4.2734,36.8644,-6.3470,-0.0398,0.0000,0.0000,0.0000,4.3133,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1441.4770,1441.4770,1441.4770 -586.5000,1.0000,8422.8049,0.0000,-0.4072,0.0000,0.0000,0,600.0000,85.5048,586.7144,-100.9497,5.3724,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3724,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0335,1615.2074,1615.2074,1615.2074 -587.5000,1.0000,8422.6918,0.0000,-0.4072,0.0000,0.0000,0,600.0000,84.9758,586.7144,-100.9497,5.3392,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3392,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0335,1609.9602,1609.9602,1609.9602 -588.5000,1.0000,8422.5787,0.0000,-0.4072,0.0000,0.0000,0,600.0000,84.4147,586.7144,-100.9497,5.3039,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3039,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1604.3937,1604.3937,1604.3937 -589.5000,1.0000,8422.4656,0.0000,-0.4072,0.0000,0.0000,0,601.3085,85.6974,585.4376,-100.8094,5.3963,36.8644,-6.3479,0.0483,0.0000,0.0000,0.0000,5.3479,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9767,1618.3217,1618.3217,1618.3217 -590.5000,1.0000,8422.3525,0.0000,-0.4072,0.0000,0.0000,0,601.3200,83.9328,585.4265,-100.8081,5.2853,36.8644,-6.3479,-0.0479,0.0000,0.0000,0.0000,5.3332,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1600.8281,1600.8281,1600.8281 -591.5000,1.0000,8422.2393,0.0000,-0.4072,0.0000,0.0000,0,601.3200,85.4278,585.4265,-100.8081,5.3794,36.8644,-6.3479,0.0479,0.0000,0.0000,0.0000,5.3315,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0108,1615.6586,1615.6586,1615.6586 -592.5000,1.0000,8422.1262,0.0000,-0.4072,0.0000,0.0000,0,601.3085,83.9482,585.4376,-100.8094,5.2861,36.8644,-6.3479,-0.0483,0.0000,0.0000,0.0000,5.3344,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0659,1600.9695,1600.9695,1600.9695 -593.5000,1.0000,8422.0131,0.0000,-0.4072,0.0000,0.0000,0,601.4610,84.6967,585.2892,-100.7930,5.3346,36.8644,-6.3484,0.0540,0.0000,0.0000,0.0000,5.2806,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1608.5350,1608.5350,1608.5350 -594.5000,1.0000,8421.9000,0.0000,-0.4072,0.0000,0.0000,0,602.3500,83.5176,584.4254,-100.6977,5.2681,36.8644,-6.3518,-0.0212,0.0000,0.0000,0.0000,5.2893,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0874,1597.6564,1597.6564,1597.6564 -595.5000,1.0000,8421.7869,0.0000,-0.4072,0.0000,0.0000,0,600.8890,82.0995,585.8464,-100.8544,5.1661,36.8644,-6.3463,-0.0328,0.0000,0.0000,0.0000,5.1989,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1582.2447,1582.2447,1582.2447 -596.5000,1.0000,8421.6738,0.0000,-0.4072,0.0000,0.0000,0,600.5075,83.3298,586.2185,-100.8953,5.2402,36.8644,-6.3448,0.0187,0.0000,0.0000,0.0000,5.2215,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0107,1594.0986,1594.0986,1594.0986 -597.5000,1.0000,8421.5607,0.0000,-0.4072,0.0000,0.0000,0,601.0150,83.0578,585.7235,-100.8409,5.2275,36.8644,-6.3467,0.0000,0.0000,0.0000,0.0000,5.2275,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1591.8677,1591.8677,1591.8677 -598.5000,1.0000,8421.4475,0.0000,-0.4072,0.0000,0.0000,0,600.5075,83.1714,586.2185,-100.8953,5.2302,36.8644,-6.3448,-0.0187,0.0000,0.0000,0.0000,5.2489,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1592.5268,1592.5268,1592.5268 -599.5000,1.0000,8421.3344,0.0000,-0.4072,0.0000,0.0000,0,600.0000,86.0072,586.7144,-100.9497,5.4040,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.4040,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1620.1916,1620.1916,1620.1916 -600.5000,1.0000,8421.2213,0.0000,-0.4072,0.0000,0.0000,0,600.2020,86.3909,586.5169,-100.9281,5.4299,36.8644,-6.3436,0.0074,0.0000,0.0000,0.0000,5.4225,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0765,1624.1838,1624.1838,1624.1838 -601.5000,1.0000,8421.1082,0.0000,-0.4072,0.0000,0.0000,0,600.2020,85.8513,586.5169,-100.9281,5.3960,36.8644,-6.3436,-0.0074,0.0000,0.0000,0.0000,5.4035,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0765,1618.8309,1618.8309,1618.8309 -602.5000,1.0000,8420.9951,0.0000,-0.4072,0.0000,0.0000,0,602.1475,88.0962,584.6219,-100.7194,5.5551,36.8644,-6.3510,0.0794,0.0000,0.0000,0.0000,5.4756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0659,1642.8900,1642.8900,1642.8900 -603.5000,1.0000,8420.8820,0.0000,-0.4072,0.0000,0.0000,0,604.4860,67.4989,582.3603,-100.4686,4.2728,36.8644,-6.3598,0.0071,0.0000,0.0000,0.0000,4.2657,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9877,1440.7162,1440.7162,1440.7162 -604.5000,1.0000,8420.7689,0.0000,-0.4072,0.0000,0.0000,0,603.2275,65.4142,583.5752,-100.6035,4.1322,36.8644,-6.3551,-0.0537,0.0000,0.0000,0.0000,4.1859,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0336,1418.8784,1418.8784,1418.8784 -605.5000,1.0000,8420.6558,0.0000,-0.4072,0.0000,0.0000,0,601.1675,67.9240,585.5750,-100.8245,4.2761,36.8644,-6.3473,-0.0225,0.0000,0.0000,0.0000,4.2986,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1441.8802,1441.8802,1441.8802 -606.5000,1.0000,8420.5426,0.0000,-0.4072,0.0000,0.0000,0,600.5570,66.9891,586.1702,-100.8900,4.2130,36.8644,-6.3450,0.0000,0.0000,0.0000,0.0000,4.2130,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1432.0442,1432.0442,1432.0442 -607.5000,1.0000,8420.4299,0.0000,-0.4045,0.0008,0.0000,0,600.3280,67.8624,586.3938,-100.9145,4.2663,36.8644,-6.3441,-0.0084,0.0000,0.0000,0.0000,4.2747,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1440.4969,1440.4969,1440.4969 -608.5000,1.0000,8420.3178,0.0000,-0.4026,0.0005,0.0000,0,600.0495,67.4870,586.6660,-100.9444,4.2407,36.8644,-6.3430,-0.0018,0.0000,0.0000,0.0000,4.2425,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1436.5164,1436.5164,1436.5164 -609.5000,1.0000,8420.2064,0.0000,-0.3996,0.0008,0.0000,0,601.5755,67.7535,585.1778,-100.7807,4.2683,36.8644,-6.3489,0.0582,0.0000,0.0000,0.0000,4.2101,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1440.5643,1440.5643,1440.5643 -610.5000,1.0000,8420.0957,0.0000,-0.3976,0.0006,0.0000,0,602.7315,67.5771,584.0555,-100.6567,4.2653,36.8644,-6.3532,-0.0155,0.0000,0.0000,0.0000,4.2809,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0659,1439.8781,1439.8781,1439.8781 -611.5000,1.0000,8419.9855,0.0000,-0.3956,0.0006,0.0000,0,601.1560,66.3582,585.5862,-100.8257,4.1774,36.8644,-6.3473,-0.0427,0.0000,0.0000,0.0000,4.2201,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1426.3368,1426.3368,1426.3368 -612.5000,1.0000,8419.8757,0.0000,-0.3946,0.0003,0.0000,0,600.0000,65.9781,586.7144,-100.9497,4.1455,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1455,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9989,1421.5026,1421.5026,1421.5026 -613.5000,1.0000,8419.7661,0.0000,-0.3946,0.0000,0.0000,0,600.3550,67.4131,586.3675,-100.9116,4.2382,36.8644,-6.3442,0.0131,0.0000,0.0000,0.0000,4.2251,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1436.0641,1436.0641,1436.0641 -614.5000,1.0000,8419.6565,0.0000,-0.3946,0.0000,0.0000,0,601.2055,67.4163,585.5379,-100.8204,4.2444,36.8644,-6.3475,0.0183,0.0000,0.0000,0.0000,4.2261,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1436.8792,1436.8792,1436.8792 -615.5000,1.0000,8419.5469,0.0000,-0.3946,0.0000,0.0000,0,600.8505,66.3340,585.8839,-100.8585,4.1738,36.8644,-6.3461,-0.0314,0.0000,0.0000,0.0000,4.2052,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1425.8158,1425.8158,1425.8158 -616.5000,1.0000,8419.4373,0.0000,-0.3946,0.0000,0.0000,0,600.6220,68.5805,586.1068,-100.8830,4.3135,36.8644,-6.3452,0.0229,0.0000,0.0000,0.0000,4.2906,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0980,1447.8903,1447.8903,1447.8903 -617.5000,1.0000,8419.3277,0.0000,-0.3946,0.0000,0.0000,0,600.9385,68.8496,585.7981,-100.8491,4.3327,36.8644,-6.3464,-0.0113,0.0000,0.0000,0.0000,4.3440,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1450.8518,1450.8518,1450.8518 -618.5000,1.0000,8419.2180,0.0000,-0.3946,0.0000,0.0000,0,600.3165,66.7487,586.4051,-100.9158,4.1962,36.8644,-6.3441,-0.0117,0.0000,0.0000,0.0000,4.2078,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1429.4380,1429.4380,1429.4380 -619.5000,1.0000,8419.1087,0.0000,-0.3928,0.0005,0.0000,0,600.6220,66.7337,586.1068,-100.8830,4.1973,36.8644,-6.3452,0.0229,0.0000,0.0000,0.0000,4.1744,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1429.5704,1429.5704,1429.5704 -620.5000,1.0000,8418.9999,0.0000,-0.3908,0.0006,0.0000,0,601.9305,63.8198,584.8327,-100.7427,4.0228,36.8644,-6.3502,0.0254,0.0000,0.0000,0.0000,3.9974,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1401.8684,1401.8684,1401.8684 -621.5000,1.0000,8418.8914,0.0000,-0.3904,0.0001,0.0000,0,601.3085,62.6994,585.4376,-100.8094,3.9481,36.8644,-6.3479,-0.0483,0.0000,0.0000,0.0000,3.9964,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1390.1818,1390.1818,1390.1818 -622.5000,1.0000,8419.0492,0.9585,1.5266,0.5325,0.0000,1,600.0000,108.9270,586.7144,-100.9497,6.8441,36.8644,-6.3429,0.0000,2.9837,0.0000,0.0000,3.8604,1.4918,-0.0658,0.0000,1.5576,0.0000,1.5576,0.1114,1.4462,0.0000,1.4462,0.0126,1.4336,0.0000,0.0001,0.1770,1.2564,0.8755,1859.9643,1859.9643,1859.9643 -623.5000,1.0000,8419.8129,3.1400,3.9726,0.6794,0.0000,1,600.0000,195.6821,586.7144,-100.9497,12.2951,36.8644,-6.3429,0.0000,8.3358,0.0000,0.0000,3.9593,5.9992,-0.2705,0.0000,6.2697,0.0000,6.2697,0.3825,5.8871,0.0000,5.8871,0.0526,5.8345,0.0000,0.0028,0.5799,5.2519,0.9767,2841.1645,2841.1645,2841.1645 -624.5000,1.0000,8421.0031,4.6750,4.5966,0.1733,0.0000,1,615.5375,141.1708,571.9044,-99.2832,9.0997,36.8644,-6.3997,0.5873,3.2066,0.0000,0.0000,5.3058,3.0819,-0.3143,0.0000,3.3962,0.0000,3.3962,0.5101,2.8862,0.0000,2.8862,0.0200,2.8662,0.0000,0.0081,0.8634,1.9948,0.9765,2270.2443,2270.2443,2270.2443 -625.5000,1.0000,8422.3870,5.3725,5.3676,0.2142,0.0000,2,616.7695,143.6736,570.7621,-99.1510,9.2796,36.8644,-6.4040,-0.5418,4.6336,0.0000,0.0000,5.1879,4.2231,-0.2283,0.0000,4.4514,0.0000,4.4514,0.5862,3.8652,0.0000,3.8652,0.0284,3.8368,0.0000,0.0122,0.9922,2.8324,0.9433,2302.1670,2302.1670,2302.1670 -626.5000,1.0000,8423.8372,5.6110,5.0736,-0.0817,0.0000,2,607.0420,71.5769,579.9082,-100.1944,4.5501,36.8644,-6.3693,0.1707,0.3036,0.0000,0.0000,4.0758,0.3141,-0.2089,0.0000,0.5230,0.0000,0.5230,0.6122,-0.0892,0.0000,-0.0892,-0.0113,-0.0779,0.0000,0.0139,1.0362,-1.1280,0.9435,1483.5212,1483.5212,1483.5212 -627.5000,1.0000,8425.2272,5.3945,4.9346,-0.0386,0.0000,2,607.4620,92.2138,579.5073,-100.1494,5.8660,36.8644,-6.3708,-0.1551,0.8804,0.0000,0.0000,5.1407,0.8858,-0.1934,0.0000,1.0793,0.0000,1.0793,0.5886,0.4907,0.0000,0.4907,-0.0051,0.4958,0.0000,0.0123,0.9962,-0.5127,0.9434,1688.6260,1688.6260,1688.6260 -628.5000,1.0000,8426.5743,5.2400,4.7646,-0.0472,0.0000,2,601.6520,91.7089,585.1034,-100.7725,5.7781,36.8644,-6.3492,-0.0610,0.7375,0.0000,0.0000,5.1016,0.7476,-0.1879,0.0000,0.9355,0.0000,0.9355,0.5717,0.3638,0.0000,0.3638,-0.0061,0.3699,0.0000,0.0113,0.9677,-0.6091,0.9435,1678.2723,1678.2723,1678.2723 -629.5000,1.0000,8427.9490,5.3395,5.1336,0.1025,0.0000,2,600.3930,126.7352,586.3303,-100.9076,7.9682,36.8644,-6.3444,0.0145,2.8380,0.0000,0.0000,5.1157,2.7450,-0.1964,0.0000,2.9414,0.0000,2.9414,0.5826,2.3588,0.0000,2.3588,0.0135,2.3453,0.0000,0.0120,0.9861,1.3473,0.9436,2062.5282,2062.5282,2062.5282 -630.5000,1.0000,8429.4503,5.7950,5.6756,0.1506,0.0000,2,600.3930,140.5262,586.3303,-100.9076,8.8353,36.8644,-6.3444,-0.0145,3.8293,0.0000,0.0000,5.0205,3.6558,-0.2312,0.0000,3.8870,0.0000,3.8870,0.6323,3.2547,0.0000,3.2547,0.0215,3.2332,0.0000,0.0153,1.0702,2.1477,0.9325,2218.5046,2218.5046,2218.5046 -631.5000,1.0000,8431.0105,6.0070,5.5576,-0.0328,0.0000,2,609.1285,102.9774,577.9218,-99.9706,6.5687,36.8644,-6.3769,0.3415,1.0462,0.0000,0.0000,5.1810,1.0724,-0.2198,0.0000,1.2922,0.0000,1.2922,0.6554,0.6368,0.0000,0.6368,-0.0049,0.6417,0.0000,0.0170,1.1093,-0.4847,0.9324,1819.4664,1819.4664,1819.4664 -632.5000,1.0000,8432.5733,6.0165,5.6946,0.0381,0.0000,2,612.6115,110.7422,574.6360,-99.5970,7.1044,36.8644,-6.3894,-0.2124,2.1888,0.0000,0.0000,5.1280,2.1442,-0.2097,0.0000,2.3539,0.0000,2.3539,0.6564,1.6975,0.0000,1.6975,0.0056,1.6918,0.0000,0.0171,1.1111,0.5636,0.9102,1917.5088,1917.5088,1917.5088 -633.5000,1.0000,8434.2429,6.4010,6.3266,0.1756,0.0000,2,625.6200,159.7033,562.6876,-98.2017,10.4629,36.8644,-6.4337,0.7167,4.5098,0.0000,0.0000,5.2364,4.4258,-0.2693,0.0000,4.6951,0.0000,4.6951,0.6984,3.9967,0.0000,3.9967,0.0277,3.9690,0.0000,0.0206,1.1821,2.7663,0.9321,2509.4396,2509.4396,2509.4396 -634.5000,1.0000,8436.0163,6.7745,6.4416,0.0319,0.0000,2,667.2005,124.3005,527.6205,-93.7419,8.6848,36.8644,-6.5497,0.9394,2.2505,0.0000,0.0000,5.4949,2.3082,-0.2445,0.0000,2.5527,0.0000,2.5527,0.7392,1.8135,0.0000,1.8135,0.0053,1.8082,0.0000,0.0244,1.2511,0.5327,0.9456,2231.0725,2231.0725,2231.0725 -635.5000,1.0000,8437.8329,6.9305,6.6386,0.0547,0.0000,2,700.0455,103.8575,502.8654,-90.2189,7.6136,36.8644,-6.6138,0.4264,2.7507,0.0000,0.0000,4.4366,2.7506,-0.2546,0.0000,3.0051,0.0000,3.0051,0.7562,2.2490,0.0000,2.2490,0.0094,2.2396,0.0000,0.0261,1.2799,0.9336,0.9487,2096.2616,2096.2616,2096.2616 -636.5000,1.0000,8439.7026,7.1210,6.8226,0.0511,0.0000,2,716.0295,116.2900,491.6398,-88.5045,8.7197,36.8644,-6.6363,0.2667,2.7752,0.0000,0.0000,5.6778,2.7630,-0.2623,0.0000,3.0253,0.0000,3.0253,0.7770,2.2483,0.0000,2.2483,0.0090,2.2394,0.0000,0.0283,1.3151,0.8960,0.9383,2283.7864,2283.7864,2283.7864 -637.5000,1.0000,8441.6460,7.3870,7.1706,0.0967,0.0000,2,734.0350,130.7810,479.5802,-86.5733,10.0529,36.8644,-6.6547,0.5382,3.7116,0.0000,0.0000,5.8031,3.6851,-0.2921,0.0000,3.9773,0.0000,3.9773,0.8060,3.1713,0.0000,3.1713,0.0176,3.1537,0.0000,0.0317,1.3642,1.7578,0.9520,2500.5255,2500.5255,2500.5255 -638.5000,1.0000,8443.6525,7.6135,7.2756,0.0292,0.0000,2,760.1280,113.9788,463.1176,-83.7745,9.0728,36.8644,-6.6685,0.6607,2.5099,0.0000,0.0000,5.9022,2.5392,-0.2843,0.0000,2.8235,0.0000,2.8235,0.8307,1.9928,0.0000,1.9928,0.0055,1.9873,0.0000,0.0346,1.4060,0.5466,0.9535,2387.0758,2387.0758,2387.0758 -639.5000,1.0000,8445.6771,7.6790,7.3016,0.0072,0.0000,2,782.7495,103.7324,449.7335,-81.3482,8.5029,36.8644,-6.6681,0.4071,2.1185,0.0000,0.0000,5.9773,2.1378,-0.2916,0.0000,2.4294,0.0000,2.4294,0.8378,1.5916,0.0000,1.5916,0.0014,1.5902,0.0000,0.0355,1.4181,0.1365,0.9326,2337.5836,2337.5836,2337.5836 -640.5000,1.0000,8447.6996,7.6715,7.2606,-0.0114,0.0000,2,788.5095,92.2793,446.4482,-80.7304,7.6197,36.8644,-6.6661,-0.1312,1.7786,0.0000,0.0000,5.9723,1.7772,-0.2948,0.0000,2.0720,0.0000,2.0720,0.8370,1.2349,0.0000,1.2349,-0.0022,1.2371,0.0000,0.0354,1.4167,-0.2151,0.9554,2204.5722,2204.5722,2204.5722 -641.5000,1.0000,8449.7255,7.6835,7.3256,0.0181,0.0000,2,787.9755,102.2270,446.7507,-80.7876,8.4354,36.8644,-6.6663,0.1052,2.3515,0.0000,0.0000,5.9787,2.3480,-0.2898,0.0000,2.6378,0.0000,2.6378,0.8383,1.7995,0.0000,1.7995,0.0034,1.7961,0.0000,0.0356,1.4190,0.3415,0.9439,2335.8958,2335.8958,2335.8958 -642.5000,1.0000,8451.7562,7.7010,7.2956,-0.0083,0.0000,2,793.4690,96.5602,443.6577,-80.1984,8.0234,36.8644,-6.6638,0.1617,1.8318,0.0000,0.0000,6.0298,1.8431,-0.2957,0.0000,2.1387,0.0000,2.1387,0.8402,1.2985,0.0000,1.2985,-0.0016,1.3001,0.0000,0.0358,1.4222,-0.1580,0.9445,2278.8470,2278.8470,2278.8470 -643.5000,1.0000,8453.7784,7.6705,7.2646,-0.0086,0.0000,2,793.3930,92.3175,443.7002,-80.2066,7.6701,36.8644,-6.6639,-0.1654,1.8346,0.0000,0.0000,6.0009,1.8305,-0.2942,0.0000,2.1247,0.0000,2.1247,0.8369,1.2877,0.0000,1.2877,-0.0016,1.2894,0.0000,0.0354,1.4166,-0.1626,0.9445,2219.4373,2219.4373,2219.4373 -644.5000,1.0000,8455.7955,7.6520,7.2586,-0.0017,0.0000,2,789.5780,95.9088,445.8440,-80.6158,7.9302,36.8644,-6.6657,-0.0204,1.9598,0.0000,0.0000,5.9908,1.9595,-0.2920,0.0000,2.2515,0.0000,2.2515,0.8349,1.4166,0.0000,1.4166,-0.0003,1.4169,0.0000,0.0352,1.4131,-0.0314,0.9441,2258.3395,2258.3395,2258.3395 -645.5000,1.0000,8457.8042,7.6215,7.2036,-0.0153,0.0000,2,787.6325,91.5997,446.9453,-80.8244,7.5552,36.8644,-6.6665,-0.0738,1.6884,0.0000,0.0000,5.9406,1.6913,-0.2930,0.0000,1.9843,0.0000,1.9843,0.8316,1.1527,0.0000,1.1527,-0.0029,1.1556,0.0000,0.0347,1.4075,-0.2866,0.9328,2192.5174,2192.5174,2192.5174 -646.5000,1.0000,8459.8024,7.5840,7.1836,-0.0056,0.0000,2,784.8480,94.8236,448.5310,-81.1231,7.7935,36.8644,-6.6674,-0.0607,1.8687,0.0000,0.0000,5.9855,1.8682,-0.2894,0.0000,2.1575,0.0000,2.1575,0.8275,1.3301,0.0000,1.3301,-0.0010,1.3311,0.0000,0.0342,1.4006,-0.1037,0.9666,2229.3183,2229.3183,2229.3183 -647.5000,1.0000,8461.8018,7.5885,7.2126,0.0081,0.0000,2,783.2075,98.5795,449.4705,-81.2991,8.0852,36.8644,-6.6679,-0.0183,2.1337,0.0000,0.0000,5.9699,2.1286,-0.2871,0.0000,2.4157,0.0000,2.4157,0.8280,1.5877,0.0000,1.5877,0.0015,1.5862,0.0000,0.0343,1.4014,0.1505,0.9664,2276.8981,2276.8981,2276.8981 -648.5000,1.0000,8463.8153,7.6390,7.2846,0.0200,0.0000,2,781.6815,101.0767,450.3479,-81.4627,8.2739,36.8644,-6.6683,-0.0549,2.3865,0.0000,0.0000,5.9424,2.3718,-0.2873,0.0000,2.6591,0.0000,2.6591,0.8335,1.8256,0.0000,1.8256,0.0038,1.8218,0.0000,0.0350,1.4107,0.3761,0.9547,2304.4132,2304.4132,2304.4132 -649.5000,1.0000,8465.8569,7.7400,7.4146,0.0361,0.0000,2,786.7550,93.6987,447.4438,-80.9186,7.7197,36.8644,-6.6668,0.3004,2.7174,0.0000,0.0000,4.7019,2.7161,-0.2891,0.0000,3.0052,0.0000,3.0052,0.8445,2.1607,0.0000,2.1607,0.0069,2.1538,0.0000,0.0364,1.4294,0.6880,0.9553,2219.2229,2219.2229,2219.2229 -650.5000,1.0000,8467.9073,7.7720,7.3486,-0.0183,0.0000,2,797.0550,79.1835,441.6617,-79.8138,6.6092,36.8644,-6.6618,0.1998,1.6493,0.0000,0.0000,4.7602,1.6648,-0.3011,0.0000,1.9659,0.0000,1.9659,0.8480,1.1179,0.0000,1.1179,-0.0035,1.1214,0.0000,0.0368,1.4353,-0.3508,0.9679,2046.9668,2046.9668,2046.9668 -651.5000,1.0000,8469.9453,7.7270,7.3246,-0.0067,0.0000,2,798.8480,77.9048,440.6704,-79.6215,6.5171,36.8644,-6.6607,-0.1123,1.8841,0.0000,0.0000,4.7454,1.8816,-0.2966,0.0000,2.1782,0.0000,2.1782,0.8431,1.3351,0.0000,1.3351,-0.0013,1.3364,0.0000,0.0362,1.4270,-0.1268,0.9681,2034.3912,2034.3912,2034.3912 -652.5000,1.0000,8471.9788,7.7110,7.3166,-0.0022,0.0000,2,796.4445,80.1246,442.0002,-79.8793,6.6827,36.8644,-6.6622,-0.0056,1.9630,0.0000,0.0000,4.7252,1.9638,-0.2950,0.0000,2.2587,0.0000,2.2587,0.8413,1.4174,0.0000,1.4174,-0.0004,1.4178,0.0000,0.0360,1.4240,-0.0422,0.9448,2058.3030,2058.3030,2058.3030 -653.5000,1.0000,8473.9810,7.5985,7.0996,-0.0603,0.0000,2,793.9650,64.8760,443.3805,-80.1452,5.3940,36.8644,-6.6636,-0.1153,0.8183,0.0000,0.0000,4.6911,0.8276,-0.3003,0.0000,1.1280,0.0000,1.1280,0.8291,0.2989,0.0000,0.2989,-0.0113,0.3102,0.0000,0.0344,1.4033,-1.1275,0.9560,1838.3075,1838.3075,1838.3075 -654.5000,1.0000,8475.8212,7.0150,6.1496,-0.2639,0.0000,2,781.9485,18.2656,450.1941,-81.4341,1.4957,36.8644,-6.6683,-0.4635,-2.6630,0.0000,0.0000,4.6221,-2.8211,-0.3066,0.0000,-2.5145,0.0000,-2.5145,0.7654,-3.2799,0.0000,-3.2799,-0.0456,-3.2343,0.0000,0.0272,1.2955,-4.5570,0.9547,1152.8242,1152.8242,1152.8242 -655.5000,1.0000,8477.3982,6.0675,5.2046,-0.2625,0.0000,2,723.2395,-3.9246,486.7387,-87.7312,-0.2972,36.8644,-6.6445,-2.1789,-2.3906,0.0000,0.0000,4.2723,-2.4167,-0.2568,0.0000,-2.1598,0.0000,-2.1598,0.6620,-2.8219,0.0000,-2.8219,-0.0393,-2.7826,0.0000,0.0176,1.1205,-3.9207,0.9509,813.4869,813.4869,813.4869 -656.5000,1.0000,8478.8564,5.6400,5.2946,0.0250,0.0000,2,637.0910,64.8973,552.5563,-96.9714,4.3297,36.8644,-6.4695,-1.4512,1.9546,0.0000,0.0000,3.8263,1.8262,-0.1954,0.0000,2.0216,0.0000,2.0216,0.6154,1.4062,0.0000,1.4062,0.0035,1.4027,0.0000,0.0141,1.0416,0.3471,0.9319,1444.9045,1444.9045,1444.9045 -657.5000,1.0000,8480.3172,5.6495,5.2236,-0.0197,0.0000,2,600.0000,80.9593,586.7144,-100.9497,5.0868,36.8644,-6.3429,0.0000,1.1873,0.0000,0.0000,3.8995,1.1948,-0.2020,0.0000,1.3969,0.0000,1.3969,0.6164,0.7804,0.0000,0.7804,-0.0027,0.7832,0.0000,0.0142,1.0433,-0.2743,0.9436,1570.1165,1570.1165,1570.1165 -658.5000,1.0000,8481.6943,5.3480,4.6916,-0.1478,0.0000,2,609.3195,61.7056,577.7406,-99.9501,3.9373,36.8644,-6.3776,0.3487,-0.5500,0.0000,0.0000,4.1385,-0.5876,-0.2058,0.0000,-0.3818,0.0000,-0.3818,0.5835,-0.9653,0.0000,-0.9653,-0.0195,-0.9458,0.0000,0.0120,0.9876,-1.9455,0.9434,1387.6931,1387.6931,1387.6931 -659.5000,1.0000,8482.8941,4.7095,3.9466,-0.2069,0.0000,2,609.3195,41.2162,577.7406,-99.9501,2.6299,36.8644,-6.3776,-0.3487,-1.1364,0.0000,0.0000,4.1151,-1.2152,-0.1838,0.0000,-1.0314,0.0000,-1.0314,0.5138,-1.5452,0.0000,-1.5452,-0.0240,-1.5212,0.0000,0.0082,0.8697,-2.3992,0.9434,1184.4383,1184.4383,1184.4383 -660.5000,1.0000,8483.9399,4.1555,3.5836,-0.1008,0.0000,2,600.0000,65.8419,586.7144,-100.9497,4.1370,36.8644,-6.3429,0.0000,0.0350,0.0000,0.0000,4.1020,0.0366,-0.1481,0.0000,0.1847,0.0000,0.1847,0.4534,-0.2687,0.0000,-0.2687,-0.0103,-0.2584,0.0000,0.0056,0.7674,-1.0315,0.9436,1420.1517,1420.1517,1420.1517 -661.5000,1.0000,8484.8766,3.7625,3.1606,-0.1175,0.0000,1,600.4310,61.2405,586.2932,-100.9035,3.8506,36.8644,-6.3445,0.0159,-0.2373,0.0000,0.0000,4.0720,-0.2516,-0.2620,0.0000,0.0104,0.0000,0.0104,0.4105,-0.4002,0.0000,-0.4002,-0.0109,-0.3893,0.0000,0.0042,0.6948,-1.0883,0.9214,1374.9024,1374.9024,1374.9024 -662.5000,1.0000,8485.6982,3.3480,2.7546,-0.1128,0.0000,1,600.6330,62.0972,586.0961,-100.8818,3.9058,36.8644,-6.3453,-0.0084,-0.1681,0.0000,0.0000,4.0823,-0.1788,-0.2266,0.0000,0.0478,0.0000,0.0478,0.3653,-0.3175,0.0000,-0.3175,-0.0093,-0.3082,0.0000,0.0030,0.6183,-0.9295,0.9325,1383.5862,1383.5862,1383.5862 -663.5000,1.0000,8486.4136,2.9660,2.3966,-0.0994,0.0000,1,601.4340,64.1303,585.3155,-100.7959,4.0391,36.8644,-6.3483,0.0380,-0.0513,0.0000,0.0000,4.0523,-0.0547,-0.1948,0.0000,0.1401,0.0000,0.1401,0.3236,-0.1835,0.0000,-0.1835,-0.0073,-0.1763,0.0000,0.0021,0.5477,-0.7261,0.9767,1404.4921,1404.4921,1404.4921 -664.5000,1.0000,8487.0527,2.6910,2.2046,-0.0533,0.0000,1,601.9300,66.6259,584.8332,-100.7427,4.1997,36.8644,-6.3502,-0.0197,0.2557,0.0000,0.0000,3.9638,0.2649,-0.1704,0.0000,0.4353,0.0000,0.4353,0.2936,0.1417,0.0000,0.1417,-0.0035,0.1452,0.0000,0.0015,0.4970,-0.3533,0.9214,1429.7048,1429.7048,1429.7048 -665.5000,1.0000,8487.6934,2.6970,2.4086,0.0567,0.0000,1,600.6980,78.9505,586.0326,-100.8749,4.9664,36.8644,-6.3455,-0.0257,1.0498,0.0000,0.0000,3.9424,1.0103,-0.1635,0.0000,1.1739,0.0000,1.1739,0.2943,0.8796,0.0000,0.8796,0.0038,0.8758,0.0000,0.0015,0.4981,0.3762,0.9325,1550.8310,1550.8310,1550.8310 -666.5000,1.0000,8488.6016,3.6600,4.1306,0.4783,0.0000,1,600.0000,163.7210,586.7144,-100.9497,10.2869,36.8644,-6.3429,0.0000,6.3797,0.0000,0.0000,3.9072,5.1647,-0.2861,0.0000,5.4508,0.0000,5.4508,0.4180,5.0328,0.0000,5.0328,0.0432,4.9896,0.0000,0.0041,0.6759,4.3096,0.9325,2479.6846,2479.6846,2479.6846 -667.5000,1.0000,8490.0400,5.5685,6.2256,0.5819,0.0000,2,600.0000,241.3255,586.7144,-100.9497,15.1629,36.8644,-6.3429,0.0000,11.1852,0.0000,0.0000,3.9777,9.4142,-0.3432,0.0000,9.7575,0.0000,9.7575,0.6580,9.0995,0.0000,9.0995,0.0799,9.0196,0.0000,0.0140,1.0284,7.9772,0.9436,3425.1651,3425.1651,3425.1651 -668.5000,1.0000,8492.0250,7.5365,8.0666,0.5114,0.0000,2,654.4100,268.6350,537.9328,-95.1138,18.4095,36.8644,-6.5181,2.1866,11.8309,0.0000,0.0000,4.3920,11.4197,-0.4593,0.0000,11.8790,0.0000,11.8790,0.8706,11.0084,0.0000,11.0084,0.0950,10.9134,0.0000,0.0341,1.3918,9.4875,0.9563,3986.3975,3986.3975,3986.3975 -669.5000,1.0000,8494.4350,9.0665,9.2856,0.3386,0.0000,2,804.6085,228.5944,554.0710,-79.1684,19.2610,46.6851,-6.6706,4.7331,9.4060,0.0000,0.0000,5.1220,9.8627,-0.4927,0.0000,10.3554,0.0000,10.3554,0.9892,9.3662,0.0000,9.3662,0.0757,9.2905,0.0000,0.0588,1.6744,7.5574,0.9457,4151.5424,4151.5424,4151.5424 -670.5000,1.0000,8497.2013,10.3490,10.6316,0.3739,0.0000,2,951.9340,210.7614,559.7150,-69.3764,21.0100,55.7959,-6.9159,3.0128,12.2858,0.0000,0.0000,5.7114,12.1602,-0.6012,0.0000,12.7614,0.0000,12.7614,1.1423,11.6191,0.0000,11.6191,0.0954,11.5237,0.0000,0.0874,1.9112,9.5251,0.9766,4478.9723,4478.9723,4478.9723 -671.5000,1.0000,8500.3405,11.6915,11.9706,0.3719,0.0000,2,1083.8865,224.4340,603.6818,-72.6316,25.4742,68.5205,-8.2440,5.3526,13.4696,0.0000,0.0000,6.6519,13.6853,-0.7017,0.0000,14.3870,0.0000,14.3870,1.2900,13.0970,0.0000,13.0970,0.1072,12.9898,0.0000,0.1258,2.1591,10.7048,0.9964,5343.1406,5343.1406,5343.1406 -672.5000,1.0000,8503.9550,13.4025,14.0536,0.5786,0.0000,2,1239.1475,279.1796,637.4984,-82.0720,36.2272,82.7239,-10.6499,5.6955,22.9168,0.0000,0.0000,7.6149,22.5488,-0.9818,0.0000,23.5306,0.0000,23.5306,1.5844,21.9462,0.0000,21.9462,0.1912,21.7550,0.0000,0.1901,2.4751,19.0898,1.0171,7433.0930,7433.0930,7433.0930 -673.5000,1.0000,8508.1625,15.5375,16.2406,0.6075,0.0000,2,1413.7485,306.6710,714.5420,-92.4273,45.4018,105.7861,-13.6836,8.6607,27.2722,0.0000,0.0000,9.4690,27.2768,-1.2118,0.0000,28.4886,0.0000,28.4886,1.8549,26.6337,0.0000,26.6337,0.2327,26.4010,0.0000,0.2959,2.8694,23.2357,1.0873,9309.4513,9309.4513,9309.4513 -674.5000,1.0000,8513.0811,18.0975,19.1736,0.8147,0.0000,2,1636.3775,382.3746,790.6308,-104.7690,65.5241,135.4833,-17.9533,12.3477,41.3260,0.0000,0.0000,11.8504,41.0987,-1.6756,0.0000,42.7743,0.0000,42.7743,2.3044,40.4699,0.0000,40.4699,0.3635,40.1063,0.0000,0.4683,3.3422,36.2959,1.1318,13277.8093,13277.8093,13277.8093 -675.5000,1.0000,8518.5957,20.2430,20.5316,0.3772,0.0000,2,1930.8005,293.1344,863.7305,-115.5110,59.2697,174.6402,-23.3555,20.3410,22.9096,0.0000,0.0000,16.0191,24.1356,-1.4847,0.0000,25.6203,0.0000,25.6203,2.2442,23.3760,0.0000,23.3760,0.1883,23.1878,0.0000,0.6518,3.7384,18.7976,1.2021,12499.9102,12499.9102,12499.9102 -676.5000,1.0000,8524.3263,21.0205,20.7286,0.0547,0.0000,2,2002.2890,52.8193,738.1836,-118.2864,11.0751,154.7818,-24.8022,-12.3037,9.0338,0.0000,0.0000,14.3450,8.5424,-1.2221,0.0000,9.7645,0.0000,9.7645,2.2935,7.4710,0.0000,7.4710,0.0284,7.4426,0.0000,0.7290,3.8820,2.8316,1.1794,4749.6641,4749.6641,4749.6641 -677.5000,1.0000,8530.1785,21.4585,21.4076,0.1886,0.0000,3,1616.2355,-1.6862,462.1589,-104.0517,-0.2854,78.2212,-17.6109,-28.3860,20.1417,0.0000,0.0000,7.9590,16.3194,-0.8234,0.0000,17.1428,0.0000,17.1428,2.3413,14.8015,0.0000,14.8015,0.0998,14.7017,0.0000,0.7757,3.9629,9.9631,1.1405,2390.4488,2390.4488,2390.4488 -678.5000,1.0000,8536.4668,23.0280,23.8676,0.6833,0.0000,3,1345.9600,404.0409,543.7598,-88.4069,56.9490,76.6422,-12.4608,1.2991,47.5556,0.0000,0.0000,8.0943,45.6715,-1.4899,0.0000,47.1614,0.0000,47.1614,2.8232,44.3382,0.0000,44.3382,0.3880,43.9502,0.0000,0.9612,4.2527,38.7363,1.0534,11425.2236,11425.2236,11425.2236 -679.5000,1.0000,8543.4000,25.3500,26.0516,0.6067,0.0000,3,1446.5170,409.7420,756.9344,-94.3707,62.0673,114.6596,-14.2952,7.5365,44.9896,0.0000,0.0000,9.5412,45.6613,-1.5761,0.0000,47.2374,0.0000,47.2374,3.0377,44.1997,0.0000,44.1997,0.3792,43.8205,0.0000,1.2810,4.6815,37.8580,1.0828,12456.9824,12456.9824,12456.9824 -680.5000,1.0000,8551.0167,27.8105,28.7886,0.7603,0.0000,3,1594.0715,469.0408,770.9058,-103.1219,78.2973,128.6879,-17.2142,6.1393,61.4836,0.0000,0.0000,10.6744,60.9054,-1.9916,0.0000,62.8970,0.0000,62.8970,3.4987,59.3983,0.0000,59.3983,0.5213,58.8770,0.0000,1.6923,5.1359,52.0488,1.1112,15657.9560,15657.9560,15657.9560 -681.5000,1.0000,8559.5788,31.2140,32.8586,1.1306,0.0000,3,1762.1880,659.8741,835.6191,-109.2494,121.7704,154.2017,-20.1604,11.4063,97.8707,0.0000,0.0000,12.4934,97.3762,-2.8977,0.0000,100.2739,0.0000,100.2739,4.3721,95.9018,0.0000,95.9018,0.8700,95.0318,0.0000,2.3972,5.7645,86.8702,1.1675,23834.1681,23834.1681,23834.1681 -682.5000,1.0000,8568.8859,33.8960,34.1526,0.3594,0.0000,3,1994.3925,333.6495,856.7398,-117.9005,69.6835,178.9321,-24.6238,15.5304,39.7804,0.0000,0.0000,14.3726,41.5172,-1.8581,0.0000,43.3753,0.0000,43.3753,3.7650,39.6103,0.0000,39.6103,0.3004,39.3099,0.0000,3.0578,6.2598,29.9923,1.2065,14563.0679,14563.0679,14563.0679 -683.5000,1.0000,8578.5602,35.2180,35.5026,0.3750,0.0000,3,1974.0600,205.7922,717.6728,-117.1365,42.5420,148.3595,-24.2148,-17.8370,49.2450,0.0000,0.0000,11.1340,44.7175,-1.9889,0.0000,46.7063,0.0000,46.7063,3.9364,42.7699,0.0000,42.7699,0.3256,42.4443,0.0000,3.4298,6.5039,32.5106,1.1791,9415.0989,9415.0989,9415.0989 -684.5000,1.0000,8588.7729,37.1560,38.0286,0.7017,0.0000,4,1642.7485,469.3898,596.2092,-104.9959,80.7483,102.5648,-18.0623,-18.5802,90.9871,0.0000,0.0000,8.3414,78.1303,-2.2025,0.0000,80.3328,0.0000,80.3328,4.6189,75.7139,0.0000,75.7139,0.6428,75.0711,0.0000,4.0309,6.8618,64.1784,1.1330,16142.7451,16142.7451,16142.7451 -685.5000,1.0000,8599.6208,39.4430,40.0766,0.5689,0.0000,4,1513.0085,525.0521,794.8760,-98.3142,83.1902,125.9417,-15.5771,5.0580,69.8253,0.0000,0.0000,8.3069,70.5071,-2.0996,0.0000,72.6067,0.0000,72.6067,4.7131,67.8936,0.0000,67.8936,0.5532,67.3403,0.0000,4.8196,7.2841,55.2366,1.1062,16408.3611,16408.3611,16408.3611 -686.5000,1.0000,8610.9154,41.0510,41.2446,0.3244,0.0000,4,1606.2030,372.0100,794.4499,-103.6944,62.5725,133.6274,-17.4415,3.8230,48.4933,0.0000,0.0000,10.2562,48.9668,-1.6916,0.0000,50.6584,0.0000,50.6584,4.5317,46.1267,0.0000,46.1267,0.3284,45.7984,0.0000,5.4309,7.5811,32.7864,1.1260,12701.3672,12701.3672,12701.3672 -687.5000,1.0000,8622.4917,42.0650,42.1046,0.2389,0.0000,4,1659.6860,306.9189,751.3783,-105.5991,53.3431,130.5910,-18.3533,1.5008,41.6763,0.0000,0.0000,10.1659,41.6207,-1.5648,0.0000,43.1855,0.0000,43.1855,4.5896,38.5958,0.0000,38.5958,0.2478,38.3481,0.0000,5.8428,7.7684,24.7369,1.1362,11042.3987,11042.3987,11042.3987 -688.5000,1.0000,8634.2163,42.5990,42.3126,0.0578,0.0000,4,1687.8005,197.0442,740.6053,-106.6003,34.8268,130.8991,-18.8412,1.3878,23.3725,0.0000,0.0000,10.0664,23.5006,-1.2013,0.0000,24.7019,0.0000,24.7019,4.6479,20.0540,0.0000,20.0540,0.0607,19.9933,0.0000,6.0675,7.8670,6.0588,1.1306,7611.3690,7611.3690,7611.3690 -689.5000,1.0000,8646.1001,43.1720,43.2506,0.2606,0.0000,4,1706.2635,314.3088,712.0144,-107.2578,56.1605,127.2224,-19.1648,0.5316,45.6532,0.0000,0.0000,9.9757,45.2969,-1.6706,0.0000,46.9675,0.0000,46.9675,4.7104,42.2571,0.0000,42.2571,0.2773,41.9797,0.0000,6.3164,7.9728,27.6906,1.1500,11631.6713,11631.6713,11631.6713 -690.5000,1.0000,8658.2461,44.1160,44.2006,0.2639,0.0000,4,1728.6180,324.6216,754.1094,-108.0539,58.7632,136.5092,-19.5600,1.8345,46.9515,0.0000,0.0000,9.9772,46.9157,-1.7297,0.0000,48.6454,0.0000,48.6454,4.8134,43.8320,0.0000,43.8320,0.2870,43.5450,0.0000,6.7398,8.1471,28.6580,1.1570,12124.1234,12124.1234,12124.1234 -691.5000,1.0000,8670.7051,45.2430,45.5046,0.3622,0.0000,4,1775.9210,390.7055,773.6950,-109.7385,72.6611,143.8872,-20.4085,3.2742,59.2832,0.0000,0.0000,10.1037,59.4289,-2.0213,0.0000,61.4502,0.0000,61.4502,5.0787,56.3715,0.0000,56.3715,0.4040,55.9675,0.0000,7.2703,8.3553,40.3418,1.1582,14770.4565,14770.4565,14770.4565 -692.5000,1.0000,8683.5781,46.7330,47.1806,0.4656,0.0000,4,1830.7010,454.9871,792.4452,-111.7496,87.2258,151.9201,-21.4236,2.7834,74.1333,0.0000,0.0000,10.3092,73.8123,-2.3625,0.0000,76.1748,0.0000,76.1748,5.4365,70.7383,0.0000,70.7383,0.5364,70.2019,0.0000,8.0135,8.6304,53.5580,1.1906,17530.0316,17530.0316,17530.0316 -693.5000,1.0000,8696.7414,47.7785,47.5956,0.1153,0.0000,4,1888.4565,245.8724,814.9470,-113.9198,48.6234,161.1629,-22.5286,3.8268,34.2657,0.0000,0.0000,10.5309,34.7137,-1.5778,0.0000,36.2915,0.0000,36.2915,5.2130,31.0785,0.0000,31.0785,0.1358,30.9427,0.0000,8.5608,8.8235,13.5584,1.1676,10412.7063,10412.7063,10412.7063 -694.5000,1.0000,8710.0955,48.4650,48.5536,0.2661,0.0000,4,1800.5265,274.0504,675.1809,-110.6158,51.6724,127.3058,-20.8567,-13.3712,57.6550,0.0000,0.0000,7.3886,53.2564,-1.9840,0.0000,55.2404,0.0000,55.2404,5.2879,49.9525,0.0000,49.9525,0.3180,49.6345,0.0000,8.9359,8.9503,31.7483,1.1522,10864.6541,10864.6541,10864.6541 -695.5000,1.0000,8723.8519,49.9135,50.4926,0.5386,0.0000,5,1507.8205,600.7208,604.1264,-98.0065,94.8530,95.3907,-15.4751,-15.9061,104.5197,0.0000,0.0000,6.2394,90.8477,-0.9392,0.0000,91.7869,0.0000,91.7869,5.9629,85.8240,0.0000,85.8240,0.6628,85.1612,0.0000,9.7640,9.2178,66.1794,1.1043,18546.2207,18546.2207,18546.2207 -696.5000,1.0000,8738.1426,51.8370,52.4006,0.5300,0.0000,5,1373.2360,714.5921,821.8208,-90.0246,102.7619,118.1819,-12.9460,3.1366,93.2271,0.0000,0.0000,6.3981,94.0218,-0.9838,0.0000,95.0056,0.0000,95.0056,6.1879,88.8177,0.0000,88.8177,0.6774,88.1404,0.0000,10.9365,9.5730,67.6309,1.2023,20010.5038,20010.5038,20010.5038 -697.5000,1.0000,8752.8468,53.3255,53.4696,0.2969,0.0000,5,1429.5415,495.0543,827.6668,-93.3639,74.1102,123.9027,-13.9767,1.6778,65.9420,0.0000,0.0000,6.4904,66.1604,-0.8657,0.0000,67.0261,0.0000,67.0261,5.9050,61.1212,0.0000,61.1212,0.3904,60.7308,0.0000,11.9031,9.8479,38.9798,1.2181,14639.8574,14639.8574,14639.8574 -698.5000,1.0000,8767.8652,54.4565,54.6626,0.3314,0.0000,5,1461.0510,527.1711,754.0953,-95.2327,80.6577,115.3773,-14.5707,1.1124,72.9731,0.0000,0.0000,6.5721,72.7950,-0.9167,0.0000,73.7116,0.0000,73.7116,6.1092,67.6025,0.0000,67.6025,0.4449,67.1576,0.0000,12.6769,10.0568,44.4239,1.2366,15855.4488,15855.4488,15855.4488 -699.5000,1.0000,8783.2216,55.6735,55.9036,0.3447,0.0000,5,1494.2775,545.0008,774.8652,-97.2033,85.2819,121.2512,-15.2104,1.9113,76.6593,0.0000,0.0000,6.7113,76.8711,-0.9563,0.0000,77.8274,0.0000,77.8274,6.2827,71.5447,0.0000,71.5447,0.4732,71.0715,0.0000,13.5460,10.2815,47.2440,1.2429,16759.0146,16759.0146,16759.0146 -700.5000,1.0000,8798.9112,56.8730,57.0616,0.3217,0.0000,5,1522.2400,524.6024,778.2493,-98.8617,83.6261,124.0596,-15.7594,0.6669,76.2505,0.0000,0.0000,6.7087,75.8358,-0.9702,0.0000,76.8060,0.0000,76.8060,6.3776,70.4284,0.0000,70.4284,0.4510,69.9774,0.0000,14.4402,10.5030,45.0341,1.2356,16504.0670,16504.0670,16504.0670 -701.5000,1.0000,8814.9157,58.0065,58.1706,0.3081,0.0000,5,1550.0115,520.2701,783.4159,-100.5088,84.4486,127.1616,-16.3143,1.9644,75.6750,0.0000,0.0000,6.8092,75.9564,-0.9892,0.0000,76.9456,0.0000,76.9456,6.4838,70.4618,0.0000,70.4618,0.4406,70.0212,0.0000,15.3208,10.7124,43.9881,1.2283,16706.2124,16706.2124,16706.2124 -702.5000,1.0000,8831.2198,59.0855,59.2196,0.2914,0.0000,5,1584.8400,504.9162,783.5382,-102.5744,83.7979,130.0392,-17.0237,1.3812,75.4757,0.0000,0.0000,6.9411,75.4814,-1.0045,0.0000,76.4859,0.0000,76.4859,6.5761,69.9098,0.0000,69.9098,0.4245,69.4853,0.0000,16.1915,10.9116,42.3822,1.2622,16674.1051,16674.1051,16674.1051 -703.5000,1.0000,8847.7804,60.0085,60.0166,0.2214,0.0000,5,1620.8135,444.2772,787.0965,-104.2147,75.4077,133.5948,-17.6885,2.1681,66.2002,0.0000,0.0000,7.0394,66.6473,-0.9752,0.0000,67.6225,0.0000,67.6225,6.5474,61.0751,0.0000,61.0751,0.3275,60.7475,0.0000,16.9617,11.0821,32.7038,1.2189,15129.3983,15129.3983,15129.3983 -704.5000,1.0000,8864.5716,60.8385,60.8796,0.2397,0.0000,5,1643.7785,455.8824,763.2213,-105.0325,78.4738,131.3779,-18.0799,0.1194,71.2804,0.0000,0.0000,7.0740,70.8293,-1.0102,0.0000,71.8395,0.0000,71.8395,6.6675,65.1721,0.0000,65.1721,0.3596,64.8125,0.0000,17.6754,11.2354,35.9018,1.2670,15705.5827,15705.5827,15705.5827 -705.5000,1.0000,8881.5656,61.5690,61.4776,0.1661,0.0000,5,1655.2990,397.7857,773.9395,-105.4428,68.9532,134.1566,-18.2777,1.0509,60.7793,0.0000,0.0000,7.1230,60.8633,-0.9722,0.0000,61.8355,0.0000,61.8355,6.7177,55.1179,0.0000,55.1179,0.2522,54.8657,0.0000,18.3192,11.3703,25.1762,1.2433,13961.2767,13961.2767,13961.2767 -706.5000,1.0000,8898.7198,62.1455,62.0326,0.1542,0.0000,5,1680.9720,389.1670,764.1444,-106.3571,68.5055,134.5131,-18.7221,1.5830,59.6627,0.0000,0.0000,7.2597,59.9394,-0.9774,0.0000,60.9168,0.0000,60.9168,6.7806,54.1362,0.0000,54.1362,0.2362,53.9000,0.0000,18.8386,11.4767,23.5846,1.2786,13906.7911,13906.7911,13906.7911 -707.5000,1.0000,8916.0573,62.8055,62.7976,0.2125,0.0000,5,1697.9855,438.0743,757.7140,-106.9630,77.8951,134.7311,-19.0194,0.1750,70.3968,0.0000,0.0000,7.3233,70.0399,-1.0398,0.0000,71.0796,0.0000,71.0796,6.8526,64.2270,0.0000,64.2270,0.3290,63.8980,0.0000,19.4455,11.5986,32.8538,1.3249,15681.9538,15681.9538,15681.9538 -708.5000,1.0000,8933.5961,63.5300,63.4816,0.1900,0.0000,5,1713.7785,426.5837,779.8376,-107.5254,76.5575,139.9547,-19.2972,1.4855,67.5693,0.0000,0.0000,7.5027,67.7610,-1.0408,0.0000,68.8018,0.0000,68.8018,6.9316,61.8702,0.0000,61.8702,0.2976,61.5726,0.0000,20.1261,11.7324,29.7140,1.3860,15441.1746,15441.1746,15441.1746 -709.5000,1.0000,8951.2900,64.0885,63.9146,0.1203,0.0000,5,1729.9915,361.2706,772.9912,-108.1028,65.4493,140.0384,-19.5844,0.2229,57.7801,0.0000,0.0000,7.4463,57.6555,-0.9995,0.0000,58.6550,0.0000,58.6550,6.9926,51.6624,0.0000,51.6624,0.1900,51.4724,0.0000,20.6612,11.8356,18.9756,1.3400,13351.8921,13351.8921,13351.8921 -710.5000,1.0000,8969.0042,64.1615,63.6276,-0.0797,0.0000,5,1738.1935,186.7438,761.3183,-108.3949,33.9917,138.5776,-19.7304,0.6515,25.8735,0.0000,0.0000,7.4667,26.0225,-0.8410,0.0000,26.8636,0.0000,26.8636,7.0005,19.8630,0.0000,19.8630,-0.1261,19.9892,0.0000,20.7318,11.8490,-12.5917,1.3170,7512.3863,7512.3863,7512.3863 -711.5000,1.0000,8986.5990,63.7315,63.0546,-0.1592,0.0000,5,1738.1935,108.6894,711.3771,-108.3949,19.7840,129.4871,-19.7304,-0.6515,13.0393,0.0000,0.0000,7.3962,13.0522,-0.7680,0.0000,13.8202,0.0000,13.8202,6.9536,6.8666,0.0000,6.8666,-0.2501,7.1167,0.0000,20.3181,11.7696,-24.9710,1.2825,5003.0009,5003.0009,5003.0009 -712.5000,1.0000,9004.0281,63.1355,62.4356,-0.1719,0.0000,5,1719.7300,92.2408,682.1382,-107.7374,16.6116,122.8461,-19.4024,-1.3053,10.5898,0.0000,0.0000,7.3272,10.5655,-0.7451,0.0000,11.3106,0.0000,11.3106,6.8886,4.4220,0.0000,4.4220,-0.2676,4.6896,0.0000,19.7534,11.6596,-26.7234,1.3044,4493.3517,4493.3517,4493.3517 -713.5000,1.0000,9021.2619,62.4320,61.6476,-0.2189,0.0000,5,1709.2010,57.3966,684.3205,-107.3624,10.2733,122.4845,-19.2165,0.1922,2.7286,0.0000,0.0000,7.3525,2.7488,-0.7161,0.0000,3.4649,0.0000,3.4649,6.8118,-3.3469,0.0000,-3.3469,-0.3369,-3.0100,0.0000,19.1007,11.5296,-33.6403,1.3148,3775.6826,3775.6826,3775.6826 -714.5000,1.0000,9038.3212,61.8040,61.1796,-0.1300,0.0000,5,1689.0590,119.0915,651.6894,-106.6451,21.0646,115.2694,-18.8632,-2.2792,16.1099,0.0000,0.0000,7.2339,15.9608,-0.7494,0.0000,16.7102,0.0000,16.7102,6.7433,9.9669,0.0000,9.9669,-0.1981,10.1650,0.0000,18.5296,11.4137,-19.7783,1.2948,5131.1107,5131.1107,5131.1107 -715.5000,1.0000,9055.2811,61.4460,60.9316,-0.0689,0.0000,5,1675.8220,187.8622,685.9604,-106.1737,32.9683,120.3803,-18.6326,0.8991,24.7684,0.0000,0.0000,7.3008,24.9479,-0.7887,0.0000,25.7366,0.0000,25.7366,6.7042,19.0324,0.0000,19.0324,-0.1044,19.1368,0.0000,18.2093,11.3476,-10.4201,1.3043,7257.2547,7257.2547,7257.2547 -716.5000,1.0000,9072.1642,61.1695,60.6266,-0.0847,0.0000,5,1675.1355,162.7471,692.3000,-106.1493,28.5491,121.4431,-18.6207,-0.9693,22.3496,0.0000,0.0000,7.1687,22.2795,-0.7706,0.0000,23.0501,0.0000,23.0501,6.6741,16.3760,0.0000,16.3760,-0.1278,16.5037,0.0000,17.9646,11.2965,-12.7574,1.2495,6452.5747,6452.5747,6452.5747 -717.5000,1.0000,9088.9353,60.7665,60.1256,-0.1392,0.0000,5,1657.1680,115.6199,681.4010,-105.5094,20.0645,118.2491,-18.3099,-0.8696,13.7320,0.0000,0.0000,7.2021,13.7177,-0.7205,0.0000,14.4383,0.0000,14.4383,6.6301,7.8082,0.0000,7.8082,-0.2085,8.0167,0.0000,17.6121,11.2221,-20.8175,1.2985,4913.1882,4913.1882,4913.1882 -718.5000,1.0000,9105.5613,60.2440,59.5816,-0.1511,0.0000,5,1635.1185,100.9437,658.0665,-104.7241,17.2845,112.6802,-17.9318,-1.3560,11.5689,0.0000,0.0000,7.0717,11.5254,-0.7007,0.0000,12.2261,0.0000,12.2261,6.5731,5.6530,0.0000,5.6530,-0.2244,5.8774,0.0000,17.1617,11.1256,-22.4099,1.2779,4407.6331,4407.6331,4407.6331 -719.5000,1.0000,9122.0314,59.6825,59.0026,-0.1608,0.0000,5,1618.8675,96.9085,656.0265,-104.1454,16.4286,111.2145,-17.6555,-0.2730,9.6415,0.0000,0.0000,7.0602,9.6721,-0.6820,0.0000,10.3541,0.0000,10.3541,6.5118,3.8422,0.0000,3.8422,-0.2367,4.0789,0.0000,16.6864,11.0219,-23.6294,1.2729,4269.8525,4269.8525,4269.8525 -720.5000,1.0000,9138.3407,59.1040,58.4246,-0.1606,0.0000,5,1608.4155,92.1747,648.2862,-103.7732,15.5252,109.1927,-17.4788,-0.7611,9.3043,0.0000,0.0000,6.9821,9.3052,-0.6705,0.0000,9.9757,0.0000,9.9757,6.4487,3.5270,0.0000,3.5270,-0.2340,3.7610,0.0000,16.2059,10.9150,-23.3599,1.2832,4146.1745,4146.1745,4146.1745 -721.5000,1.0000,9154.4770,58.4810,57.7566,-0.1856,0.0000,5,1590.7150,67.3149,639.1855,-102.9228,11.2133,106.4751,-17.1448,-0.9764,5.2612,0.0000,0.0000,6.9284,5.2582,-0.6412,0.0000,5.8994,0.0000,5.8994,6.3807,-0.4814,0.0000,-0.4814,-0.2675,-0.2138,0.0000,15.6989,10.8000,-26.7127,1.2914,3628.5035,3628.5035,3628.5035 -722.5000,1.0000,9170.4514,57.8985,57.2596,-0.1381,0.0000,5,1573.5100,108.4741,627.2114,-101.9024,17.8741,103.3504,-16.7912,-0.6967,11.7107,0.0000,0.0000,6.8602,11.7072,-0.6629,0.0000,12.3702,0.0000,12.3702,6.3172,6.0530,0.0000,6.0530,-0.1971,6.2500,0.0000,15.2342,10.6924,-19.6766,1.2587,4429.9626,4429.9626,4429.9626 -723.5000,1.0000,9186.3002,57.4460,56.8516,-0.1133,0.0000,5,1563.4775,130.5296,640.3355,-101.3074,21.3712,104.8402,-16.5868,-0.2710,14.8714,0.0000,0.0000,6.7709,14.8974,-0.6717,0.0000,15.5691,0.0000,15.5691,6.2678,9.3013,0.0000,9.3013,-0.1605,9.4618,0.0000,14.8798,10.6089,-16.0268,1.1932,5023.1338,5023.1338,5023.1338 -724.5000,1.0000,9202.0351,57.0360,56.4396,-0.1144,0.0000,5,1549.3250,124.3179,637.2354,-100.4680,20.1699,103.3882,-16.3004,-1.0780,14.4814,0.0000,0.0000,6.7666,14.4276,-0.6627,0.0000,15.0903,0.0000,15.0903,6.2231,8.8672,0.0000,8.8672,-0.1609,9.0282,0.0000,14.5634,10.5331,-16.0684,1.2533,4803.6098,4803.6098,4803.6098 -725.5000,1.0000,9217.6646,56.6565,56.0926,-0.0964,0.0000,5,1545.9680,149.1216,647.4015,-100.2689,24.1418,104.8100,-16.2329,0.7570,16.5371,0.0000,0.0000,6.8478,16.6734,-0.6680,0.0000,17.3414,0.0000,17.3414,6.1817,11.1597,0.0000,11.1597,-0.1346,11.2944,0.0000,14.2746,10.4631,-13.4433,1.3047,5495.1826,5495.1826,5495.1826 -726.5000,1.0000,9233.1638,56.1875,55.5016,-0.1642,0.0000,5,1541.0470,77.0413,639.6333,-99.9771,12.4328,103.2228,-16.1341,-1.2202,6.9067,0.0000,0.0000,6.7464,6.8851,-0.6110,0.0000,7.4961,0.0000,7.4961,6.1305,1.3656,0.0000,1.3656,-0.2274,1.5930,0.0000,13.9233,10.3764,-22.7067,1.2768,3657.9825,3657.9825,3657.9825 -727.5000,1.0000,9248.4580,55.4495,54.6166,-0.2458,0.0000,5,1516.8995,4.8902,608.6958,-98.5449,0.7768,96.6909,-15.6538,-1.0483,-4.8324,0.0000,0.0000,6.6575,-4.8351,-0.6157,0.0000,-4.2194,0.0000,-4.2194,6.0500,-10.2694,0.0000,-10.2694,-0.3361,-9.9333,0.0000,13.3823,10.2402,-33.5558,1.2597,2292.6826,2292.6826,2292.6826 -728.5000,1.0000,9263.4987,54.5370,53.6766,-0.2611,0.0000,5,1492.5615,-12.2070,573.3622,-97.1015,-1.9080,89.6169,-15.1770,-1.1993,-7.2590,0.0000,0.0000,6.5504,-7.2580,-0.6068,0.0000,-6.6511,0.0000,-6.6511,5.9504,-12.6015,0.0000,-12.6015,-0.3511,-12.2504,0.0000,12.7326,10.0716,-35.0547,1.2300,1873.8978,1873.8978,1873.8978 -729.5000,1.0000,9278.2768,53.5915,52.7256,-0.2642,0.0000,5,1465.1715,-19.2315,556.7703,-95.4771,-2.9507,85.4266,-14.6493,-1.2872,-7.9735,0.0000,0.0000,6.3099,-7.9663,-0.5934,0.0000,-7.3730,0.0000,-7.3730,5.8473,-13.2202,0.0000,-13.2202,-0.3490,-12.8712,0.0000,12.0818,9.8970,-34.8500,1.0885,1664.3611,1664.3611,1664.3611 -730.5000,1.0000,9292.6705,52.2080,50.9096,-0.5044,0.0000,5,1436.6750,-93.7870,544.5571,-93.7870,-14.1101,81.9277,-14.1101,-1.2520,-19.0996,0.0000,0.0000,6.2415,-19.2457,-0.5996,0.0000,-18.6461,0.0000,-18.6461,5.6963,-24.3424,19.5168,-43.8591,-0.6493,-43.2098,0.8066,11.1726,9.6415,-64.8305,1.1081,0.0000,0.0000,0.0000 -731.5000,1.0000,9306.5750,50.4465,49.2026,-0.4742,0.0000,5,1401.2740,-91.6866,497.7946,-91.6874,-13.4542,73.0469,-13.4543,-1.8252,-17.7209,0.0000,0.0000,6.0919,-17.7530,-0.5683,0.0000,-17.1847,0.0000,-17.1847,5.5041,-22.6888,16.4388,-39.1276,-0.5897,-38.5378,0.9499,10.0793,9.3162,-58.8832,1.0555,0.0000,0.0000,0.0000 -732.5000,1.0000,9320.0445,48.8805,47.7776,-0.3958,0.0000,5,1342.7560,-88.2149,466.8934,-88.2169,-12.4042,65.6513,-12.4044,-3.0764,-15.1630,0.0000,0.0000,5.8353,-14.9598,-0.5375,0.0000,-14.4223,0.0000,-14.4223,5.3332,-19.7556,9.2349,-28.9905,-0.4770,-28.5135,0.9204,9.1687,9.0270,-47.6296,0.9843,0.0000,0.0000,0.0000 -733.5000,1.0000,9333.2892,48.0715,47.5846,-0.0536,0.0000,5,1299.0770,156.7909,476.6940,-85.6263,21.3297,64.8490,-11.6485,-0.5083,16.0275,0.0000,0.0000,5.8105,15.9809,-0.5344,0.0000,16.5153,0.0000,16.5153,5.2450,11.2704,0.0000,11.2704,-0.0635,11.3339,0.0812,8.7192,8.8776,-6.3441,1.0556,4732.2090,4732.2090,4732.2090 -734.5000,1.0000,9346.5228,48.0315,47.6976,0.0314,0.0000,5,1299.8395,236.9810,590.5123,-85.6716,32.2576,80.3799,-11.6615,0.5694,25.8611,0.0000,0.0000,5.8271,25.9725,-0.5843,0.0000,26.5568,0.0000,26.5568,5.2406,21.3162,0.0000,21.3162,0.0372,21.2790,0.0000,8.6974,8.8702,3.7113,1.0158,6765.8789,6765.8789,6765.8789 -735.5000,1.0000,9359.7638,48.0580,47.6376,-0.0167,0.0000,5,1302.1665,189.0536,617.1561,-85.8096,25.7798,84.1570,-11.7012,-0.3844,20.3455,0.0000,0.0000,5.8187,20.2830,-0.5560,0.0000,20.8390,0.0000,20.8390,5.2435,15.5955,0.0000,15.5955,-0.0197,15.6152,0.0000,8.7118,8.8751,-1.9717,1.0562,5559.2503,5559.2503,5559.2503 -736.5000,1.0000,9373.0184,48.1070,47.7956,0.0439,0.0000,5,1299.7250,246.3834,601.1888,-85.6648,33.5345,81.8259,-11.6596,0.1888,27.5229,0.0000,0.0000,5.8228,27.5278,-0.5932,0.0000,28.1211,0.0000,28.1211,5.2489,22.8722,0.0000,22.8722,0.0521,22.8201,0.0000,8.7385,8.8842,5.1975,1.0557,7003.8441,7003.8441,7003.8441 -737.5000,1.0000,9386.3354,48.3315,48.0866,0.0808,0.0000,5,1306.8585,280.2223,627.5651,-86.0878,38.3495,85.8847,-11.7815,0.3827,32.1337,0.0000,0.0000,5.8331,32.1542,-0.6198,0.0000,32.7740,0.0000,32.7740,5.2733,27.5007,0.0000,27.5007,0.0963,27.4043,0.0000,8.8615,8.9256,9.6172,1.0438,7897.4914,7897.4914,7897.4914 -738.5000,1.0000,9399.7553,48.7020,48.5366,0.1250,0.0000,5,1314.5265,320.0038,641.9932,-86.5426,44.0507,88.3748,-11.9132,0.2341,37.9481,0.0000,0.0000,5.8685,37.8569,-0.6539,0.0000,38.5109,0.0000,38.5109,5.3138,33.1971,0.0000,33.1971,0.1501,33.0470,0.0000,9.0669,8.9941,14.9860,1.0587,8975.3521,8975.3521,8975.3521 -739.5000,1.0000,9413.3860,49.4610,49.6046,0.2967,0.0000,5,1326.3525,479.9539,663.8519,-87.2440,66.6633,92.2059,-12.1178,0.7271,60.0343,0.0000,0.0000,5.9020,59.7928,-0.7757,0.0000,60.5685,0.0000,60.5685,5.4530,55.1155,0.0000,55.1155,0.3618,54.7537,0.0000,9.4984,9.1342,36.1211,1.0618,13241.0308,13241.0308,13241.0308 -740.5000,1.0000,9427.3567,50.6850,50.9846,0.3833,0.0000,5,1355.2680,566.3305,736.6206,-88.9589,80.3755,104.5436,-12.6253,1.6636,72.7104,0.0000,0.0000,6.0015,72.7918,-0.8594,0.0000,73.6512,0.0000,73.6512,5.7617,67.8895,0.0000,67.8895,0.4790,67.4105,0.0000,10.2219,9.3603,47.8283,1.0562,15758.9483,15758.9483,15758.9483 -741.5000,1.0000,9441.7254,52.1175,52.4696,0.4125,0.0000,5,1393.6825,596.1169,772.5644,-91.2372,87.0009,112.7527,-13.3157,1.5770,79.3485,0.0000,0.0000,6.0755,79.2682,-0.9135,0.0000,80.1817,0.0000,80.1817,5.9913,74.1904,0.0000,74.1904,0.5300,73.6603,0.0000,11.1135,9.6248,52.9221,1.0392,17002.9718,17002.9718,17002.9718 -742.5000,1.0000,9456.4792,53.5040,53.7576,0.3578,0.0000,5,1431.3345,550.1598,788.7201,-93.4703,82.4629,118.2205,-14.0102,1.6900,74.5341,0.0000,0.0000,6.2388,74.6369,-0.9112,0.0000,75.5481,0.0000,75.5481,6.0492,69.4989,0.0000,69.4989,0.4720,69.0270,0.0000,12.0235,9.8809,47.1226,1.0924,16161.9895,16161.9895,16161.9895 -743.5000,1.0000,9471.6104,54.8630,55.1876,0.3972,0.0000,5,1470.8935,589.2338,778.1214,-95.8164,90.7606,119.8553,-14.7588,1.8366,82.5368,0.0000,0.0000,6.3873,82.6012,-0.9725,0.0000,83.5737,0.0000,83.5737,6.2944,77.2793,0.0000,77.2793,0.5373,76.7420,0.0000,12.9635,10.1318,53.6466,1.1051,17744.1582,17744.1582,17744.1582 -744.5000,1.0000,9487.1141,56.2035,56.4386,0.3475,0.0000,5,1516.0220,546.3016,799.2027,-98.4929,86.7294,126.8794,-15.6365,2.3085,77.8538,0.0000,0.0000,6.5671,78.2562,-0.9717,0.0000,79.2280,0.0000,79.2280,6.3524,72.8756,0.0000,72.8756,0.4815,72.3940,0.0000,13.9365,10.3794,48.0781,1.1341,17055.6007,17055.6007,17055.6007 -745.5000,1.0000,9502.9433,57.3755,57.5316,0.3036,0.0000,5,1546.8455,504.5309,781.4505,-100.3210,81.7266,126.5835,-16.2505,0.5726,74.5779,0.0000,0.0000,6.5761,74.1621,-0.9699,0.0000,75.1320,0.0000,75.1320,6.3987,68.7334,0.0000,68.7334,0.4295,68.3039,0.0000,14.8262,10.5958,42.8818,1.1399,16215.8162,16215.8162,16215.8162 -746.5000,1.0000,9519.0323,58.3110,58.3096,0.2161,0.0000,5,1570.0010,432.8361,779.0066,-101.6943,71.1626,128.0766,-16.7196,1.6514,62.8314,0.0000,0.0000,6.6798,63.0960,-0.9292,0.0000,64.0251,0.0000,64.0251,6.3622,57.6629,0.0000,57.6629,0.3107,57.3523,0.0000,15.5626,10.7686,31.0211,1.1192,14224.7862,14224.7862,14224.7862 -747.5000,1.0000,9535.3243,59.0415,58.9926,0.1897,0.0000,5,1588.4260,406.1736,751.5248,-102.7870,67.5627,125.0083,-17.0976,0.1265,60.7228,0.0000,0.0000,6.7135,60.4229,-0.9277,0.0000,61.3505,0.0000,61.3505,6.4419,54.9086,0.0000,54.9086,0.2762,54.6325,0.0000,16.1546,10.9035,27.5743,1.1478,13611.6969,13611.6969,13611.6969 -748.5000,1.0000,9551.7529,59.5335,59.2936,0.0836,0.0000,5,1598.5350,317.1158,750.2188,-103.3866,53.0846,125.5853,-17.3067,0.8651,45.4314,0.0000,0.0000,6.7882,45.5667,-0.8608,0.0000,46.4274,0.0000,46.4274,6.4956,39.9319,0.0000,39.9319,0.1227,39.8091,0.0000,16.5614,10.9944,12.2533,1.1371,10922.2507,10922.2507,10922.2507 -749.5000,1.0000,9568.2520,59.7870,59.4996,0.0572,0.0000,5,1611.6960,291.3811,722.9474,-103.8900,49.1783,122.0165,-17.5342,0.4304,41.9565,0.0000,0.0000,6.7913,41.9974,-0.8470,0.0000,42.8443,0.0000,42.8443,6.5232,36.3211,0.0000,36.3211,0.0843,36.2367,0.0000,16.7738,11.0412,8.4217,1.1396,10193.3553,10193.3553,10193.3553 -750.5000,1.0000,9584.7618,59.8260,59.3716,-0.0356,0.0000,5,1624.6280,210.5180,720.5250,-104.3505,35.8156,122.5834,-17.7532,0.8563,28.1363,0.0000,0.0000,6.8229,28.3152,-0.7785,0.0000,29.0938,0.0000,29.0938,6.5275,22.5663,0.0000,22.5663,-0.0524,22.6187,0.0000,16.8067,11.0484,-5.2363,1.1044,7713.2199,7713.2199,7713.2199 -751.5000,1.0000,9601.2208,59.6425,59.1326,-0.0664,0.0000,5,1618.6390,171.2430,681.5828,-104.1373,29.0263,115.5307,-17.6516,-1.4485,23.7446,0.0000,0.0000,6.7301,23.5781,-0.7515,0.0000,24.3297,0.0000,24.3297,6.5075,17.8222,0.0000,17.8222,-0.0976,17.9198,0.0000,16.6525,11.0145,-9.7472,1.1033,6455.6390,6455.6390,6455.6390 -752.5000,1.0000,9617.6455,59.5195,59.1256,-0.0019,0.0000,5,1611.0095,238.8848,681.4337,-103.8655,40.3009,114.9610,-17.5226,0.6868,32.8076,0.0000,0.0000,6.8065,32.9509,-0.7968,0.0000,33.7477,0.0000,33.7477,6.4940,27.2537,0.0000,27.2537,-0.0029,27.2565,0.0000,16.5496,10.9918,-0.2849,1.1395,8534.6290,8534.6290,8534.6290 -753.5000,1.0000,9634.0608,59.4855,59.0646,-0.0169,0.0000,5,1610.5895,218.7317,692.6443,-103.8506,36.8914,116.8218,-17.5155,-0.7282,30.8313,0.0000,0.0000,6.7883,30.7061,-0.7849,0.0000,31.4911,0.0000,31.4911,6.4903,25.0007,0.0000,25.0007,-0.0249,25.0256,0.0000,16.5213,10.9855,-2.4812,1.1143,7899.4766,7899.4766,7899.4766 -754.5000,1.0000,9650.4154,59.2670,58.6886,-0.1044,0.0000,5,1606.8130,159.0458,692.5275,-103.7161,26.7618,116.5282,-17.4518,0.3539,17.5506,0.0000,0.0000,8.8574,17.6458,-0.7154,0.0000,18.3611,0.0000,18.3611,6.4665,11.8946,0.0000,11.8946,-0.1526,12.0472,0.0000,16.3401,10.9451,-15.2380,1.1262,6055.3643,6055.3643,6055.3643 -755.5000,1.0000,9666.6685,58.9015,58.3336,-0.0986,0.0000,5,1600.2135,155.2972,663.1547,-103.4811,26.0238,111.1275,-17.3407,-1.0009,18.2518,0.0000,0.0000,8.7729,18.1904,-0.7121,0.0000,18.9025,0.0000,18.9025,6.4266,12.4759,0.0000,12.4759,-0.1432,12.6191,0.0000,16.0396,10.8777,-14.2982,1.1124,5923.2739,5923.2739,5923.2739 -756.5000,1.0000,9682.7925,58.4370,57.7596,-0.1594,0.0000,5,1586.3660,104.4698,662.3822,-102.6649,17.3549,110.0375,-17.0551,-0.3568,8.9834,0.0000,0.0000,8.7283,9.0069,-0.6581,0.0000,9.6650,0.0000,9.6650,6.3759,3.2890,0.0000,3.2890,-0.2297,3.5188,0.0000,15.6634,10.7919,-22.9365,1.1223,4356.3659,4356.3659,4356.3659 -757.5000,1.0000,9698.6967,57.6455,56.7506,-0.2803,0.0000,5,1576.1805,-4.7571,640.5910,-102.0608,-0.7852,105.7342,-16.8459,-0.6314,-8.8205,0.0000,0.0000,8.6667,-8.8615,-0.6622,0.0000,-8.1993,0.0000,-8.1993,6.2896,-14.4889,0.0000,-14.4889,-0.3983,-14.0906,0.0000,15.0363,10.6457,-39.7725,1.1204,2226.7999,2226.7999,2226.7999 -758.5000,1.0000,9714.3095,56.5965,55.6616,-0.3025,0.0000,5,1558.7850,-29.2136,595.3345,-101.0291,-4.7687,97.1798,-16.4915,-1.0407,-12.3297,0.0000,0.0000,8.6018,-12.3627,-0.6533,0.0000,-11.7093,0.0000,-11.7093,6.1751,-17.8845,0.0000,-17.8845,-0.4221,-17.4624,0.0000,14.2305,10.4520,-42.1448,1.1171,1617.9690,1617.9690,1617.9690 -759.5000,1.0000,9729.6268,55.5325,54.6226,-0.2886,0.0000,5,1529.9075,-25.0506,570.8177,-99.3164,-4.0134,91.4516,-15.9116,-1.6917,-10.7496,0.0000,0.0000,8.4279,-10.7234,-0.6317,0.0000,-10.0917,0.0000,-10.0917,6.0590,-16.1507,0.0000,-16.1507,-0.3952,-15.7556,0.0000,13.4428,10.2555,-39.4539,1.0979,1650.2879,1650.2879,1650.2879 -760.5000,1.0000,9744.5410,54.0815,52.7596,-0.5175,0.0000,5,1491.5310,-97.0404,556.6514,-97.0404,-15.1570,86.9449,-15.1570,-1.8659,-21.5494,0.0000,0.0000,8.2583,-21.6276,-0.6395,0.0000,-20.9881,0.0000,-20.9881,5.9007,-26.8888,20.2898,-47.1786,-0.6900,-46.4886,0.0000,12.4190,9.9875,-68.8951,1.0837,0.0000,0.0000,0.0000 -761.5000,1.0000,9758.9592,52.2960,51.0516,-0.4744,0.0000,5,1446.3645,-94.3617,509.6415,-94.3617,-14.2923,77.1918,-14.2923,-2.2024,-20.2108,0.0000,0.0000,8.1209,-20.1941,-0.6056,0.0000,-19.5885,0.0000,-19.5885,5.7059,-25.2944,14.9152,-40.2096,-0.6117,-39.5979,0.5934,11.2288,9.6578,-61.0778,1.0827,0.0000,0.0000,0.0000 -762.5000,1.0000,9772.9091,50.6100,49.3876,-0.4622,0.0000,5,1395.8190,-91.3627,491.9673,-91.3639,-13.3545,71.9108,-13.3546,-2.2073,-17.1709,0.0000,0.0000,6.0237,-17.1359,-0.5693,0.0000,-16.5666,0.0000,-16.5666,5.5220,-22.0885,11.9444,-34.0329,-0.5768,-33.4562,4.6060,10.1774,9.3463,-57.5859,1.0821,0.0000,0.0000,0.0000 -763.5000,1.0000,9786.3624,48.8225,47.4766,-0.5308,0.0000,5,1349.3170,-88.6058,481.2359,-88.6060,-12.5200,67.9987,-12.5200,-1.7196,-16.7299,0.0000,0.0000,5.9294,-16.8014,-0.5412,0.0000,-16.2602,0.0000,-16.2602,5.3269,-21.5871,15.4090,-36.9961,-0.6390,-36.3572,9.2872,9.1377,9.0160,-63.7981,1.0544,0.0000,0.0000,0.0000 -764.5000,1.0000,9799.2791,46.8905,45.5236,-0.5425,0.0000,5,1299.8780,-85.6723,460.8926,-85.6738,-11.6620,62.7380,-11.6622,-2.2900,-15.1461,0.0000,0.0000,5.7741,-15.1269,-0.5083,0.0000,-14.6186,0.0000,-14.6186,5.1161,-19.7347,16.1630,-35.8977,-0.6272,-35.2705,10.5948,8.0957,8.6591,-62.6201,1.0558,0.0000,0.0000,0.0000 -765.5000,1.0000,9811.7054,45.1250,43.9456,-0.4383,0.0000,5,1248.4170,-82.6212,450.5685,-82.6218,-10.8014,58.9046,-10.8015,-1.7460,-14.6875,0.0000,0.0000,5.6321,-14.6761,-0.4815,0.0000,-14.1946,0.0000,-14.1946,4.9235,-19.1181,7.7267,-26.8448,-0.4877,-26.3571,6.7865,7.2143,8.3333,-48.6913,1.0456,0.0000,0.0000,0.0000 -766.5000,1.0000,9823.7645,43.8030,42.8796,-0.2961,0.0000,5,1210.1930,-46.5400,446.1051,-80.3548,-5.8981,56.5354,-10.1835,-1.1482,-10.2482,0.0000,0.0000,5.4984,-10.2420,-0.4517,0.0000,-9.7903,0.0000,-9.7903,4.7793,-14.5695,0.0000,-14.5695,-0.3198,-14.2497,2.9925,6.5976,8.0893,-31.9292,1.0247,578.7965,578.7965,578.7965 -767.5000,1.0000,9835.6005,43.0000,42.3396,-0.1500,0.0000,5,1180.3615,60.3021,454.9283,-78.5788,7.4538,56.2324,-9.7129,-1.0425,3.0703,0.0000,0.0000,5.4260,3.0520,-0.4074,0.0000,3.4594,0.0000,3.4594,4.6916,-1.2322,0.0000,-1.2322,-0.1590,-1.0732,0.6228,6.2407,7.9410,-15.8778,1.0321,2416.5578,2416.5578,2416.5578 -768.5000,1.0000,9847.2956,42.4930,41.8656,-0.1317,0.0000,5,1162.0890,76.5539,507.4585,-77.4888,9.3161,61.7545,-9.4299,-0.2777,4.1877,0.0000,0.0000,5.4061,4.1971,-0.3984,0.0000,4.5955,0.0000,4.5955,4.6363,-0.0408,0.0000,-0.0408,-0.1379,0.0971,0.0000,6.0225,7.8474,-13.7728,1.0274,2663.9693,2663.9693,2663.9693 -769.5000,1.0000,9858.9152,42.2210,41.7956,-0.0194,0.0000,5,1151.2550,172.2949,510.0822,-76.8425,20.7717,61.4951,-9.2641,-0.4909,15.8993,0.0000,0.0000,5.3632,15.8166,-0.4535,0.0000,16.2700,0.0000,16.2700,4.6066,11.6634,0.0000,11.6634,-0.0202,11.6836,0.0000,5.9074,7.7972,-2.0209,1.0366,4514.2612,4514.2612,4514.2612 -770.5000,1.0000,9870.5297,42.2025,41.8286,0.0092,0.0000,5,1138.9335,199.7007,553.5985,-76.1075,23.8181,66.0270,-9.0773,-0.3762,18.8882,0.0000,0.0000,5.3061,18.7916,-0.4683,0.0000,19.2599,0.0000,19.2599,4.6046,14.6552,0.0000,14.6552,0.0095,14.6457,0.0000,5.8996,7.7938,0.9523,1.0094,5090.7632,5090.7632,5090.7632 -771.5000,1.0000,9882.1096,42.0780,41.5466,-0.0783,0.0000,5,1135.3860,125.9433,569.7114,-75.8959,14.9743,67.7372,-9.0238,0.1277,9.5465,0.0000,0.0000,5.3001,9.5941,-0.4202,0.0000,10.0143,0.0000,10.0143,4.5910,5.4232,0.0000,5.4232,-0.0813,5.5045,0.0000,5.8476,7.7708,-8.1139,1.0086,3428.2465,3428.2465,3428.2465 -772.5000,1.0000,9893.6493,41.9335,41.5396,-0.0019,0.0000,5,1137.1025,190.9323,533.8277,-75.9983,22.7357,63.5667,-9.0497,-0.0080,17.4465,0.0000,0.0000,5.2971,17.4462,-0.4579,0.0000,17.9042,0.0000,17.9042,4.5753,13.3289,0.0000,13.3289,-0.0020,13.3309,0.0000,5.7875,7.7441,-0.2007,1.0090,4881.6052,4881.6052,4881.6052 -773.5000,1.0000,9905.2085,42.0035,41.6866,0.0408,0.0000,5,1137.1405,229.0331,564.6128,-76.0006,27.2735,67.2347,-9.0502,0.0106,21.9748,0.0000,0.0000,5.2881,21.9394,-0.4816,0.0000,22.4209,0.0000,22.4209,4.5829,17.8380,0.0000,17.8380,0.0423,17.7957,0.0000,5.8166,7.7570,4.2221,0.9975,5661.6225,5661.6225,5661.6225 -774.5000,1.0000,9916.8149,42.1735,41.8796,0.0536,0.0000,5,1135.6145,241.0583,581.1817,-75.9096,28.6670,69.1149,-9.0273,-0.1171,23.4960,0.0000,0.0000,5.2880,23.4077,-0.4912,0.0000,23.8989,0.0000,23.8989,4.6015,19.2974,0.0000,19.2974,0.0557,19.2417,0.0000,5.8875,7.7884,5.5658,1.0202,5924.9360,5924.9360,5924.9360 -775.5000,1.0000,9928.5204,42.5300,42.3996,0.1444,0.0000,5,1139.0095,326.8805,591.2847,-76.1121,38.9893,70.5265,-9.0784,0.3549,33.3162,0.0000,0.0000,5.3182,33.2613,-0.5456,0.0000,33.8069,0.0000,33.8069,4.6404,29.1665,0.0000,29.1665,0.1515,29.0151,0.0000,6.0383,7.8542,15.1226,1.0095,7872.1563,7872.1563,7872.1563 -776.5000,1.0000,9940.4132,43.2045,43.2286,0.2303,0.0000,5,1155.0695,407.6856,636.2287,-77.0701,49.3131,76.9573,-9.3223,0.7793,43.1587,0.0000,0.0000,5.3750,43.1552,-0.6045,0.0000,43.7598,0.0000,43.7598,4.7140,39.0458,0.0000,39.0458,0.2453,38.8005,0.0000,6.3305,7.9788,24.4912,1.0376,9878.6022,9878.6022,9878.6022 -777.5000,1.0000,9952.5003,43.9040,43.7986,0.1583,0.0000,5,1173.3425,343.5229,673.5851,-78.1601,42.2094,82.7648,-9.6037,0.5250,36.2556,0.0000,0.0000,5.4287,36.2455,-0.5790,0.0000,36.8245,0.0000,36.8245,4.7903,32.0342,0.0000,32.0342,0.1714,31.8628,0.0000,6.6427,8.1080,17.1122,1.0304,8526.8202,8526.8202,8526.8202 -778.5000,1.0000,9964.7754,44.5810,44.5826,0.2178,0.0000,5,1192.6070,399.2360,650.9629,-79.3093,49.8604,81.2984,-9.9049,0.8773,43.5121,0.0000,0.0000,5.4710,43.5661,-0.6251,0.0000,44.1912,0.0000,44.1912,4.8641,39.3270,0.0000,39.3270,0.2394,39.0877,0.0000,6.9549,8.2330,23.8997,1.0212,10005.4416,10005.4416,10005.4416 -779.5000,1.0000,9977.2902,45.4435,45.5236,0.2614,0.0000,5,1214.4655,440.1365,677.3749,-80.6082,55.9759,86.1475,-10.2516,0.7369,49.6926,0.0000,0.0000,5.5464,49.5835,-0.6673,0.0000,50.2508,0.0000,50.2508,4.9582,45.2926,0.0000,45.2926,0.2929,44.9997,0.0000,7.3667,8.3923,29.2407,1.0522,11176.1946,11176.1946,11176.1946 -780.5000,1.0000,9990.0619,46.3685,46.4326,0.2525,0.0000,5,1246.2805,435.5100,704.9580,-82.4951,56.8385,92.0042,-10.7664,1.6788,49.4941,0.0000,0.0000,5.6656,49.8764,-0.6816,0.0000,50.5579,0.0000,50.5579,5.0592,45.4988,0.0000,45.4988,0.2887,45.2101,0.0000,7.8257,8.5631,28.8213,1.0318,11332.6601,11332.6601,11332.6601 -781.5000,1.0000,10003.0998,47.3270,47.4406,0.2800,0.0000,5,1282.0245,456.3192,703.2991,-84.6150,61.2624,94.4202,-11.3598,1.0872,54.4604,0.0000,0.0000,5.7148,54.4670,-0.7182,0.0000,55.1852,0.0000,55.1852,5.1762,50.0090,0.0000,50.0090,0.3267,49.6823,0.0000,8.3212,8.7401,32.6209,1.0389,12209.2747,12209.2747,12209.2747 -782.5000,1.0000,10016.4365,48.4025,48.5836,0.3175,0.0000,5,1306.1340,493.6749,715.2114,-86.0449,67.5239,97.8252,-11.7690,0.8262,60.8895,0.0000,0.0000,5.8082,60.6535,-0.7648,0.0000,61.4183,0.0000,61.4183,5.3685,56.0498,0.0000,56.0498,0.3789,55.6709,0.0000,8.9017,8.9387,37.8304,1.0437,13420.6734,13420.6734,13420.6734 -783.5000,1.0000,10030.0686,49.4660,49.5676,0.2733,0.0000,5,1336.3470,458.4270,738.9813,-87.8367,64.1532,103.4145,-12.2920,1.6342,56.6240,0.0000,0.0000,5.8950,56.9018,-0.7612,0.0000,57.6630,0.0000,57.6630,5.4099,52.2531,0.0000,52.2531,0.3334,51.9197,0.0000,9.5011,9.1351,33.2835,1.0365,12760.6857,12760.6857,12760.6857 -784.5000,1.0000,10043.9656,50.4195,50.4906,0.2564,0.0000,5,1362.9360,442.2355,722.3771,-89.4137,63.1187,103.1022,-12.7617,0.5588,56.4804,0.0000,0.0000,6.0795,56.2423,-0.7718,0.0000,57.0141,0.0000,57.0141,5.5012,51.5130,0.0000,51.5130,0.3187,51.1942,0.0000,10.0610,9.3112,31.8220,1.1852,12570.3724,12570.3724,12570.3724 -785.5000,1.0000,10058.0796,51.2010,51.1306,0.1778,0.0000,5,1374.8000,376.6894,719.0251,-90.1173,54.2315,103.5171,-12.9741,0.4380,47.5871,0.0000,0.0000,6.2063,47.4700,-0.7391,0.0000,48.2092,0.0000,48.2092,5.5864,42.6227,0.0000,42.6227,0.2244,42.3983,0.0000,10.5357,9.4556,22.4071,1.2772,10925.5287,10925.5287,10925.5287 -786.5000,1.0000,10072.2965,51.5710,51.2306,0.0278,0.0000,5,1386.2825,244.1146,696.1783,-90.7983,35.4384,101.0650,-13.1813,0.5359,28.7248,0.0000,0.0000,6.1778,28.8272,-0.6505,0.0000,29.4778,0.0000,29.4778,5.6268,23.8510,0.0000,23.8510,0.0353,23.8156,0.0000,10.7653,9.5239,3.5264,1.2202,7415.9197,7415.9197,7415.9197 -787.5000,1.0000,10086.5164,51.5820,51.1526,-0.0217,0.0000,5,1393.4540,197.0653,643.4311,-91.2236,28.7562,93.8909,-13.3116,0.0750,22.4974,0.0000,0.0000,6.1838,22.5286,-0.6189,0.0000,23.1474,0.0000,23.1474,5.6280,17.5194,0.0000,17.5194,-0.0276,17.5470,0.0000,10.7722,9.5259,-2.7512,1.2082,6195.2468,6195.2468,6195.2468 -788.5000,1.0000,10100.7121,51.4950,51.0566,-0.0267,0.0000,5,1391.5465,190.3592,622.8820,-91.1105,27.7396,90.7679,-13.2768,-0.2380,21.8414,0.0000,0.0000,6.1362,21.8180,-0.6140,0.0000,22.4320,0.0000,22.4320,5.6185,16.8135,0.0000,16.8135,-0.0339,16.8473,0.0000,10.7178,9.5099,-3.3804,1.1936,6008.8590,6008.8590,6008.8590 -789.5000,1.0000,10114.8633,51.3350,50.8326,-0.0622,0.0000,5,1386.0535,158.8838,619.1348,-90.7847,23.0615,89.8657,-13.1771,-0.2305,17.1659,0.0000,0.0000,6.1262,17.1698,-0.5881,0.0000,17.7579,0.0000,17.7579,5.6011,12.1568,0.0000,12.1568,-0.0788,12.2356,0.0000,10.6183,9.4803,-7.8630,1.1779,5150.5019,5150.5019,5150.5019 -790.5000,1.0000,10128.9455,51.0860,50.5586,-0.0761,0.0000,5,1389.6010,150.4915,613.0787,-90.9951,21.8993,89.2144,-13.2415,0.5339,15.1219,0.0000,0.0000,6.2436,15.2308,-0.5746,0.0000,15.8054,0.0000,15.8054,5.5739,10.2315,0.0000,10.2315,-0.0959,10.3274,0.0000,10.4645,9.4343,-9.5715,1.2353,4945.4972,4945.4972,4945.4972 -791.5000,1.0000,10142.9398,50.7700,50.2006,-0.0994,0.0000,5,1390.2875,122.4500,602.3599,-91.0358,17.8276,87.6979,-13.2540,-0.4755,12.0859,0.0000,0.0000,6.2172,12.0800,-0.5540,0.0000,12.6340,0.0000,12.6340,5.5394,7.0946,0.0000,7.0946,-0.1245,7.2191,0.0000,10.2716,9.3760,-12.4284,1.2555,4207.3474,4207.3474,4207.3474 -792.5000,1.0000,10156.7804,50.2165,49.4516,-0.2081,0.0000,5,1379.9115,27.0377,589.4371,-90.4205,3.9071,85.1760,-13.0661,-0.4073,-1.8021,0.0000,0.0000,6.1164,-1.8093,-0.5251,0.0000,-1.2842,0.0000,-1.2842,5.4790,-6.7632,0.0000,-6.7632,-0.2576,-6.5056,0.0000,9.9397,9.2737,-25.7191,1.1902,2335.3205,2335.3205,2335.3205 -793.5000,1.0000,10170.3904,49.3865,48.5406,-0.2531,0.0000,5,1362.6305,-18.4511,540.9651,-89.3956,-2.6329,77.1927,-12.7562,-1.0439,-7.6351,0.0000,0.0000,6.0461,-7.6356,-0.5269,0.0000,-7.1087,0.0000,-7.1087,5.3885,-12.4972,0.0000,-12.4972,-0.3081,-12.1890,0.0000,9.4552,9.1205,-30.7647,1.1710,1462.6134,1462.6134,1462.6134 -794.5000,1.0000,10183.6171,48.0065,46.6916,-0.5136,0.0000,5,1326.0090,-87.2222,503.0393,-87.2236,-12.1116,69.8517,-12.1118,-1.9663,-16.0908,0.0000,0.0000,5.9455,-16.1080,-0.5272,0.0000,-15.5807,0.0000,-15.5807,5.2379,-20.8186,22.9331,-43.7518,-0.6079,-43.1438,0.0000,8.6870,8.8656,-60.6965,1.1604,0.0000,0.0000,0.0000 -795.5000,1.0000,10196.3649,46.2825,45.0926,-0.4442,0.0000,5,1280.0035,-84.4941,460.2134,-84.4951,-11.3257,61.6878,-11.3259,-1.7182,-15.4178,0.0000,0.0000,5.8103,-15.4209,-0.5001,0.0000,-14.9208,0.0000,-14.9208,5.0498,-19.9705,13.9610,-33.9315,-0.5068,-33.4247,0.8491,7.7838,8.5472,-50.6048,1.1455,0.0000,0.0000,0.0000 -796.5000,1.0000,10208.6709,44.6920,43.5106,-0.4394,0.0000,5,1237.3545,-81.9649,449.4730,-81.9657,-10.6206,58.2407,-10.6207,-1.5798,-14.7766,0.0000,0.0000,5.7358,-14.7901,-0.4756,0.0000,-14.3145,0.0000,-14.3145,4.8763,-19.1907,13.4389,-32.6297,-0.4842,-32.1455,0.9386,7.0087,8.2535,-48.3463,1.1811,0.0000,0.0000,0.0000 -797.5000,1.0000,10220.5751,43.2455,42.1996,-0.3642,0.0000,5,1196.3075,-79.5296,438.5598,-79.5300,-9.9632,54.9415,-9.9633,-1.4882,-14.0493,0.0000,0.0000,5.5743,-14.0240,-0.4533,0.0000,-13.5707,0.0000,-13.5707,4.7184,-18.2891,5.6228,-23.9120,-0.3883,-23.5237,0.9083,6.3494,7.9864,-38.7677,1.1088,0.0000,0.0000,0.0000 -798.5000,1.0000,10232.2363,42.3710,41.7616,-0.1217,0.0000,5,1163.6910,82.2083,435.5997,-77.5844,10.0180,53.0828,-9.4545,-0.8833,5.3714,0.0000,0.0000,5.5299,5.3420,-0.4025,0.0000,5.7445,0.0000,5.7445,4.6230,1.1215,0.0000,1.1215,-0.1271,1.2486,0.1432,5.9707,7.8249,-12.6902,1.1545,2755.2618,2755.2618,2755.2618 -799.5000,1.0000,10243.8136,42.0685,41.5946,-0.0464,0.0000,5,1144.7700,149.9871,511.6461,-76.4557,17.9805,61.3362,-9.1655,-0.4612,12.9624,0.0000,0.0000,5.4793,12.9138,-0.4368,0.0000,13.3506,0.0000,13.3506,4.5900,8.7606,0.0000,8.7606,-0.0481,8.8087,0.0000,5.8436,7.7690,-4.8040,1.1385,3974.3198,3974.3198,3974.3198 -800.5000,1.0000,10255.4392,42.2425,42.1096,0.1431,0.0000,5,1138.6285,322.5977,546.2886,-76.0893,38.4655,65.1378,-9.0727,0.0293,32.9999,0.0000,0.0000,5.4363,32.8121,-0.5396,0.0000,33.3517,0.0000,33.3517,4.6090,28.7427,0.0000,28.7427,0.1490,28.5937,0.0000,5.9166,7.8011,14.8759,1.1150,7782.8312,7782.8312,7782.8312 -801.5000,1.0000,10267.2893,43.0510,43.2116,0.3061,0.0000,5,1148.3560,477.8489,632.7977,-76.6696,57.4640,76.0974,-9.2199,0.6564,51.3064,0.0000,0.0000,5.5012,51.0686,-0.6425,0.0000,51.7111,0.0000,51.7111,4.7312,46.9799,0.0000,46.9799,0.3249,46.6550,0.0000,6.2637,7.9505,32.4408,1.1504,11442.7984,11442.7984,11442.7984 -802.5000,1.0000,10279.4744,44.2565,44.5206,0.3636,0.0000,5,1172.3505,537.3874,708.1815,-78.1009,65.9741,86.9422,-9.5883,1.0574,59.3865,0.0000,0.0000,5.5303,59.2542,-0.6999,0.0000,59.9541,0.0000,59.9541,4.9656,54.9885,0.0000,54.9885,0.3967,54.5917,0.0000,6.8051,8.1731,39.6135,1.1241,13069.0328,13069.0328,13069.0328 -803.5000,1.0000,10292.0458,45.6475,45.9936,0.4092,0.0000,5,1207.3700,584.5766,739.8118,-80.1874,73.9112,93.5385,-10.1385,1.5076,66.7395,0.0000,0.0000,5.6642,66.7858,-0.7570,0.0000,67.5428,0.0000,67.5428,5.2073,62.3356,0.0000,62.3356,0.4605,61.8751,0.0000,7.4675,8.4300,45.9776,1.1703,14607.9834,14607.9834,14607.9834 -804.5000,1.0000,10305.0554,47.2250,47.6756,0.4672,0.0000,5,1249.0655,641.8652,763.6814,-82.6603,83.9571,99.8909,-10.8121,1.6386,76.5743,0.0000,0.0000,5.7442,76.5213,-0.8282,0.0000,77.3494,0.0000,77.3494,5.4993,71.8501,0.0000,71.8501,0.5440,71.3061,0.0000,8.2692,8.7213,54.3156,1.1471,16417.8357,16417.8357,16417.8357 -805.5000,1.0000,10318.5143,48.8425,49.2286,0.4314,0.0000,5,1293.5075,612.2429,791.9743,-85.2960,82.9319,107.2775,-11.5538,1.8333,75.1961,0.0000,0.0000,5.9025,75.3400,-0.8453,0.0000,76.1853,0.0000,76.1853,5.6304,70.5548,0.0000,70.5548,0.5195,70.0353,0.0000,9.1477,9.0200,51.8676,1.1886,16266.1035,16266.1035,16266.1035 -806.5000,1.0000,10332.4240,50.4655,50.9216,0.4703,0.0000,5,1337.5300,650.5977,783.7662,-87.9069,91.1265,109.7789,-12.3128,1.7202,83.5012,0.0000,0.0000,5.9051,83.4095,-0.9097,0.0000,84.3193,0.0000,84.3193,5.9016,78.4177,0.0000,78.4177,0.5851,77.8326,0.0000,10.0906,9.3197,58.4223,1.0792,17759.3006,17759.3006,17759.3006 -807.5000,1.0000,10346.8000,52.1440,52.5856,0.4622,0.0000,5,1379.0725,649.7903,803.0404,-90.3707,93.8402,115.9720,-13.0510,1.7446,85.9181,0.0000,0.0000,6.1775,85.8320,-0.9470,0.0000,86.7790,0.0000,86.7790,6.0927,80.6863,0.0000,80.6863,0.5942,80.0921,0.0000,11.1310,9.6297,59.3314,1.2321,18293.5473,18293.5473,18293.5473 -808.5000,1.0000,10361.6285,53.7730,54.1796,0.4428,0.0000,5,1422.7510,636.5435,808.0438,-92.9612,94.8387,120.3906,-13.8503,2.0165,86.4947,0.0000,0.0000,6.3276,86.6140,-0.9759,0.0000,87.5898,0.0000,87.5898,6.2545,81.3353,0.0000,81.3353,0.5870,80.7483,0.0000,12.2067,9.9305,58.6110,1.2544,18496.5276,18496.5276,18496.5276 -809.5000,1.0000,10376.8952,55.3505,55.7406,0.4336,0.0000,5,1469.1000,630.2234,808.1110,-95.7101,96.9560,124.3229,-14.7244,2.0994,88.4755,0.0000,0.0000,6.3811,88.6272,-1.0106,0.0000,89.6378,0.0000,89.6378,6.4302,83.2076,0.0000,83.2076,0.5917,82.6159,0.0000,13.3126,10.2219,59.0815,1.1754,18888.8376,18888.8376,18888.8376 -810.5000,1.0000,10392.5812,56.8600,57.1986,0.4050,0.0000,5,1515.1445,606.7730,811.2031,-98.4409,96.2740,128.7100,-15.6192,2.1191,87.5221,0.0000,0.0000,6.6328,87.7131,-1.0300,0.0000,88.7431,0.0000,88.7431,6.5555,82.1876,0.0000,82.1876,0.5678,81.6198,0.0000,14.4312,10.5006,56.6880,1.2594,18835.2011,18835.2011,18835.2011 -811.5000,1.0000,10408.6549,58.2555,58.5316,0.3703,0.0000,5,1557.8320,576.5712,808.1502,-100.9726,94.0594,131.8382,-16.4722,1.9050,85.4058,0.0000,0.0000,6.7486,85.5190,-1.0415,0.0000,86.5606,0.0000,86.5606,6.6509,79.9096,0.0000,79.9096,0.5318,79.3778,0.0000,15.5195,10.7584,53.0999,1.2549,18503.4556,18503.4556,18503.4556 -812.5000,1.0000,10425.0607,59.4515,59.5906,0.2942,0.0000,5,1591.2110,508.6713,801.0115,-102.9522,84.7605,133.4735,-17.1551,1.3159,76.5998,0.0000,0.0000,6.8449,76.5661,-1.0160,0.0000,77.5821,0.0000,77.5821,6.6262,70.9559,0.0000,70.9559,0.4312,70.5247,0.0000,16.4943,10.9792,43.0512,1.2642,16857.2007,16857.2007,16857.2007 -813.5000,1.0000,10441.7703,60.5450,60.7186,0.3133,0.0000,5,1622.9115,530.3767,786.9761,-104.2894,90.1380,133.7473,-17.7241,1.8173,81.3575,0.0000,0.0000,6.9632,81.5123,-1.0592,0.0000,82.5715,0.0000,82.5715,6.8015,75.7700,0.0000,75.7700,0.4677,75.3023,0.0000,17.4214,11.1812,46.6997,1.2741,17900.0798,17900.0798,17900.0798 -814.5000,1.0000,10458.6371,61.1110,60.7226,0.0011,0.0000,5,1649.1190,248.4923,791.4318,-105.2227,42.9135,136.6766,-18.1715,0.8075,35.0322,0.0000,0.0000,7.0738,35.2004,-0.8349,0.0000,36.0352,0.0000,36.0352,6.6677,29.3675,0.0000,29.3675,0.0017,29.3659,0.0000,17.9130,11.2857,0.1671,1.2960,9031.1407,9031.1407,9031.1407 -815.5000,1.0000,10475.4825,61.0335,60.5636,-0.0442,0.0000,5,1656.3670,203.0266,709.8784,-105.4809,35.2158,123.1315,-18.2961,-0.0737,28.2503,0.0000,0.0000,7.0393,28.2748,-0.7986,0.0000,29.0734,0.0000,29.0734,6.6592,22.4141,0.0000,22.4141,-0.0665,22.4806,0.0000,17.8450,11.2714,-6.6358,1.2983,7640.1015,7640.1015,7640.1015 -816.5000,1.0000,10492.3047,60.9505,60.5566,-0.0019,0.0000,5,1642.1760,235.1193,686.0839,-104.9755,40.4331,117.9847,-18.0525,-1.3580,34.8386,0.0000,0.0000,6.9524,34.5549,-0.8289,0.0000,35.3838,0.0000,35.3838,6.6502,28.7336,0.0000,28.7336,-0.0029,28.7366,0.0000,17.7723,11.2561,-0.2917,1.2528,8575.6153,8575.6153,8575.6153 -817.5000,1.0000,10509.1307,60.9640,60.5906,0.0094,0.0000,5,1648.2415,259.8779,717.0009,-105.1915,44.8558,123.7568,-18.1564,1.9770,35.8730,0.0000,0.0000,7.0059,36.2880,-0.8379,0.0000,37.1258,0.0000,37.1258,6.6517,30.4742,0.0000,30.4742,0.0142,30.4600,0.0000,17.7841,11.2585,1.4174,1.2001,9400.9249,9400.9249,9400.9249 -818.5000,1.0000,10525.9981,61.1130,60.8546,0.0733,0.0000,5,1663.9965,304.2918,712.6077,-105.7526,53.0239,124.1743,-18.4277,-0.3859,46.3263,0.0000,0.0000,7.0835,46.1215,-0.8900,0.0000,47.0116,0.0000,47.0116,6.6679,40.3437,0.0000,40.3437,0.1105,40.2332,0.0000,17.9149,11.2861,11.0323,1.2870,10990.8494,10990.8494,10990.8494 -819.5000,1.0000,10542.9507,61.4200,61.2046,0.0972,0.0000,5,1666.4380,331.6307,732.2024,-105.8395,57.8725,127.7759,-18.4699,0.6363,50.1175,0.0000,0.0000,7.1187,50.1616,-0.9156,0.0000,51.0772,0.0000,51.0772,6.7014,44.3758,0.0000,44.3758,0.1472,44.2286,0.0000,18.1863,11.3428,14.6996,1.2877,11865.9518,11865.9518,11865.9518 -820.5000,1.0000,10559.9709,61.6630,61.3406,0.0378,0.0000,5,1679.2935,279.0947,742.0236,-106.2973,49.0803,130.4887,-18.6929,0.6845,41.3170,0.0000,0.0000,7.0788,41.4346,-0.8757,0.0000,42.3103,0.0000,42.3103,6.7279,35.5824,0.0000,35.5824,0.0574,35.5249,0.0000,18.4029,11.3876,5.7344,1.2098,10266.2512,10266.2512,10266.2512 -821.5000,1.0000,10577.0615,61.9165,61.7116,0.1031,0.0000,5,1691.2335,335.9633,729.8934,-106.7226,59.5010,129.2682,-18.9012,0.5507,51.7464,0.0000,0.0000,7.2038,51.7536,-0.9321,0.0000,52.6857,0.0000,52.6857,6.7556,45.9302,0.0000,45.9302,0.1573,45.7729,0.0000,18.6309,11.4344,15.7075,1.2955,12230.5303,12230.5303,12230.5303 -822.5000,1.0000,10594.2378,62.2250,61.9576,0.0683,0.0000,5,1692.1490,303.1794,739.9374,-106.7552,53.7238,131.1180,-18.9172,-0.4559,47.0653,0.0000,0.0000,7.1144,46.8506,-0.9127,0.0000,47.7633,0.0000,47.7633,6.7892,40.9740,0.0000,40.9740,0.1048,40.8692,0.0000,18.9107,11.4914,10.4671,1.2139,11157.5248,11157.5248,11157.5248 -823.5000,1.0000,10611.4871,62.4880,62.2376,0.0778,0.0000,5,1689.2115,316.1261,734.1754,-106.6505,55.9208,129.8711,-18.8658,0.1504,48.7343,0.0000,0.0000,7.0361,48.6671,-0.9263,0.0000,49.5934,0.0000,49.5934,6.8179,42.7755,0.0000,42.7755,0.1198,42.6556,0.0000,19.1515,11.5400,11.9641,1.1310,11552.6651,11552.6651,11552.6651 -824.5000,1.0000,10628.8050,62.7350,62.4516,0.0594,0.0000,5,1697.0700,302.6957,741.7479,-106.9304,53.7941,131.8210,-19.0033,0.6679,46.0689,0.0000,0.0000,7.0573,46.1641,-0.9180,0.0000,47.0821,0.0000,47.0821,6.8449,40.2372,0.0000,40.2372,0.0919,40.1452,0.0000,19.3795,11.5856,9.1802,1.1335,11177.5849,11177.5849,11177.5849 -825.5000,1.0000,10646.1785,62.9350,62.6376,0.0517,0.0000,5,1701.9150,305.0948,734.6218,-107.1029,54.3753,130.9273,-19.0883,-0.1635,45.3311,0.0000,0.0000,9.2076,45.2226,-0.9166,0.0000,46.1393,0.0000,46.1393,6.8667,39.2726,0.0000,39.2726,0.0802,39.1924,0.0000,19.5654,11.6225,8.0045,1.1623,11296.2145,11296.2145,11296.2145 -826.5000,1.0000,10663.6095,63.1420,62.8656,0.0633,0.0000,5,1711.5280,321.1768,744.8810,-107.4453,57.5648,133.5056,-19.2575,1.1748,47.0990,0.0000,0.0000,9.2910,47.3211,-0.9308,0.0000,48.2519,0.0000,48.2519,6.8893,41.3627,0.0000,41.3627,0.0986,41.2641,0.0000,19.7591,11.6608,9.8442,1.1517,11895.2509,11895.2509,11895.2509 -827.5000,1.0000,10681.1100,63.3920,63.1376,0.0756,0.0000,5,1721.0650,326.6415,743.2565,-107.7849,58.8704,133.9568,-19.4260,-0.1733,49.7340,0.0000,0.0000,9.3098,49.5802,-0.9466,0.0000,50.5268,0.0000,50.5268,6.9166,43.6102,0.0000,43.6102,0.1181,43.4921,0.0000,19.9948,11.7069,11.7904,1.1683,12140.7558,12140.7558,12140.7558 -828.5000,1.0000,10698.6843,63.6580,63.3976,0.0722,0.0000,5,1729.2290,329.3755,753.2948,-108.0757,59.6448,136.4100,-19.5708,1.0411,49.2513,0.0000,0.0000,9.3523,49.4296,-0.9504,0.0000,50.3801,0.0000,50.3801,6.9456,43.4345,0.0000,43.4345,0.1134,43.3211,0.0000,20.2475,11.7561,11.3176,1.1709,12286.2759,12286.2759,12286.2759 -829.5000,1.0000,10716.3247,63.8960,63.6136,0.0600,0.0000,5,1738.3080,314.2478,749.5339,-108.3990,57.2042,136.4415,-19.7324,-0.0774,47.9333,0.0000,0.0000,9.3483,47.8324,-0.9465,0.0000,48.7790,0.0000,48.7790,6.9716,41.8074,0.0000,41.8074,0.0945,41.7129,0.0000,20.4754,11.8000,9.4374,1.1464,11844.0208,11844.0208,11844.0208 -830.5000,1.0000,10733.9707,63.9160,63.4376,-0.0489,0.0000,5,1730.1060,216.5254,740.7791,-108.1069,39.2293,134.2116,-19.5864,-0.7944,30.7335,0.0000,0.0000,9.2902,30.6428,-0.8601,0.0000,31.5029,0.0000,31.5029,6.9737,24.5291,0.0000,24.5291,-0.0770,24.6062,0.0000,20.4946,11.8037,-7.6922,1.1438,8460.9327,8460.9327,8460.9327 -831.5000,1.0000,10751.5514,63.6810,63.1436,-0.0817,0.0000,5,1722.5910,190.8624,718.8002,-107.8393,34.4295,129.6639,-19.4531,-0.0040,25.1613,0.0000,0.0000,9.2723,25.2189,-0.8286,0.0000,26.0475,0.0000,26.0475,6.9481,19.0994,0.0000,19.0994,-0.1282,19.2276,0.0000,20.2695,11.7603,-12.8022,1.1551,7574.4307,7574.4307,7574.4307 -832.5000,1.0000,10769.0630,63.4320,62.9396,-0.0567,0.0000,5,1722.5530,199.5342,712.0963,-107.8379,35.9930,128.4517,-19.4524,0.0000,28.8416,0.0000,0.0000,7.1514,28.8881,-0.8428,0.0000,29.7308,0.0000,29.7308,6.9209,22.8099,0.0000,22.8099,-0.0886,22.8985,0.0000,20.0326,11.7143,-8.8484,1.1551,7857.6477,7857.6477,7857.6477 -833.5000,1.0000,10786.4921,63.1350,62.5496,-0.1083,0.0000,5,1717.8225,150.6719,710.0417,-107.6695,27.1044,127.7294,-19.3687,-0.4990,20.4930,0.0000,0.0000,7.1104,20.4999,-0.7952,0.0000,21.2952,0.0000,21.2952,6.8885,14.4066,0.0000,14.4066,-0.1686,14.5753,0.0000,19.7527,11.6595,-16.8369,1.1536,6263.4062,6263.4062,6263.4062 -834.5000,1.0000,10803.7962,62.6855,62.0406,-0.1414,0.0000,5,1704.8905,118.3662,691.5214,-107.2089,21.1326,123.4613,-19.1406,-0.8587,14.9653,0.0000,0.0000,7.0260,14.9540,-0.7595,0.0000,15.7135,0.0000,15.7135,6.8395,8.8740,0.0000,8.8740,-0.2185,9.0925,0.0000,19.3339,11.5765,-21.8178,1.1359,5182.8074,5182.8074,5182.8074 -835.5000,1.0000,10820.9436,62.1210,61.4206,-0.1722,0.0000,5,1688.6400,89.8965,678.1423,-106.6302,15.8968,119.9186,-18.8558,-0.8347,9.7407,0.0000,0.0000,6.9908,9.7429,-0.7235,0.0000,10.4663,0.0000,10.4663,6.7779,3.6884,0.0000,3.6884,-0.2638,3.9522,0.0000,18.8164,11.4722,-26.3364,1.1445,4347.5339,4347.5339,4347.5339 -836.5000,1.0000,10837.9277,61.5330,60.8646,-0.1544,0.0000,5,1674.8685,104.7860,667.5831,-106.1397,18.3786,117.0886,-18.6160,-0.5886,11.9977,0.0000,0.0000,6.9695,12.0110,-0.7249,0.0000,12.7358,0.0000,12.7358,6.7137,6.0221,0.0000,6.0221,-0.2343,6.2564,0.0000,18.2871,11.3636,-23.3943,1.1538,4643.9592,4643.9592,4643.9592 -837.5000,1.0000,10854.7333,60.8905,60.1356,-0.2025,0.0000,5,1670.4050,64.6520,675.0502,-105.9808,11.3092,118.0828,-18.5386,0.1291,4.2380,0.0000,0.0000,6.9421,4.2667,-0.6852,0.0000,4.9519,0.0000,4.9519,6.6436,-1.6917,0.0000,-1.6917,-0.3040,-1.3877,0.0000,17.7205,11.2450,-30.3532,1.1388,3802.7484,3802.7484,3802.7484 -838.5000,1.0000,10871.3761,60.3045,59.6926,-0.1231,0.0000,5,1651.4075,119.4664,642.9631,-105.3042,20.6599,111.1908,-18.2108,-2.0543,15.8933,0.0000,0.0000,6.8209,15.7562,-0.7231,0.0000,16.4793,0.0000,16.4793,6.5797,9.8996,0.0000,9.8996,-0.1830,10.0826,0.0000,17.2134,11.1367,-18.2675,1.1346,5010.3795,5010.3795,5010.3795 -839.5000,1.0000,10887.8754,59.7880,59.1026,-0.1639,0.0000,5,1628.9765,92.9877,665.0717,-104.5054,15.8624,113.4519,-17.8272,-0.2175,9.2620,0.0000,0.0000,6.8180,9.2955,-0.6818,0.0000,9.9773,0.0000,9.9773,6.5233,3.4540,0.0000,3.4540,-0.2416,3.6955,0.0000,16.7750,11.0414,-24.1209,1.1429,4224.8402,4224.8402,4224.8402 -840.5000,1.0000,10904.2088,59.1905,58.4976,-0.1681,0.0000,5,1616.2355,82.3747,647.4589,-104.0517,13.9421,109.5836,-17.6109,-1.0488,8.2793,0.0000,0.0000,6.7115,8.2674,-0.6667,0.0000,8.9342,0.0000,8.9342,6.4582,2.4760,0.0000,2.4760,-0.2452,2.7212,0.0000,16.2771,10.9310,-24.4869,1.1029,3981.0560,3981.0560,3981.0560 -841.5000,1.0000,10920.3999,58.6785,58.0786,-0.1164,0.0000,5,1591.8215,124.8840,633.7270,-102.9884,20.8176,105.6392,-17.1677,-1.3537,15.5019,0.0000,0.0000,6.6693,15.4221,-0.6944,0.0000,16.1165,0.0000,16.1165,6.4023,9.7143,0.0000,9.7143,-0.1684,9.8826,0.0000,15.8582,10.8365,-16.8120,1.1359,4976.8383,4976.8383,4976.8383 -842.5000,1.0000,10936.5095,58.3850,57.9106,-0.0467,0.0000,5,1576.6385,192.4165,651.1794,-102.0879,31.7690,107.5131,-16.8553,-0.1293,25.2452,0.0000,0.0000,6.6531,25.2602,-0.7393,0.0000,25.9995,0.0000,25.9995,6.3703,19.6292,0.0000,19.6292,-0.0672,19.6964,0.0000,15.6212,10.7823,-6.7071,1.1205,6922.2340,6922.2340,6922.2340 -843.5000,1.0000,10952.6045,58.3325,57.9736,0.0175,0.0000,5,1578.1260,250.4328,675.6288,-102.1762,41.3868,111.6551,-16.8857,0.2736,34.4264,0.0000,0.0000,6.6868,34.4694,-0.7850,0.0000,35.2543,0.0000,35.2543,6.3645,28.8898,0.0000,28.8898,0.0252,28.8646,0.0000,15.5791,10.7726,2.5129,1.1333,8693.0071,8693.0071,8693.0071 -844.5000,1.0000,10968.7233,58.4180,58.0816,0.0300,0.0000,5,1580.9490,260.2110,692.8489,-102.3436,43.0797,114.7057,-16.9437,0.0000,36.4050,0.0000,0.0000,6.6747,36.3714,-0.7960,0.0000,37.1673,0.0000,37.1673,6.3739,30.7935,0.0000,30.7935,0.0432,30.7503,0.0000,15.6477,10.7884,4.3142,1.1338,9019.2537,9019.2537,9019.2537 -845.5000,1.0000,10984.8704,58.5200,58.1776,0.0267,0.0000,5,1582.2080,258.3168,697.2013,-102.4183,42.8001,115.5182,-16.9695,0.1223,36.0071,0.0000,0.0000,6.6707,36.0062,-0.7958,0.0000,36.8020,0.0000,36.8020,6.3850,30.4170,0.0000,30.4170,0.0385,30.3785,0.0000,15.7298,10.8072,3.8415,1.1341,8968.2799,8968.2799,8968.2799 -846.5000,1.0000,11001.0403,58.6020,58.2456,0.0189,0.0000,5,1588.1970,252.7504,700.3146,-102.7735,42.0363,116.4732,-17.0928,0.4613,34.8890,0.0000,0.0000,6.6860,34.9726,-0.7919,0.0000,35.7645,0.0000,35.7645,6.3939,29.3706,0.0000,29.3706,0.0273,29.3433,0.0000,15.7960,10.8223,2.7249,1.1226,8833.9836,8833.9836,8833.9836 -847.5000,1.0000,11017.1904,58.5310,58.0356,-0.0583,0.0000,5,1597.2380,183.8462,700.5964,-103.3097,30.7505,117.1834,-17.2798,0.4229,23.6050,0.0000,0.0000,6.7227,23.7112,-0.7339,0.0000,24.4451,0.0000,24.4451,6.3862,18.0589,0.0000,18.0589,-0.0842,18.1431,0.0000,15.7387,10.8092,-8.4049,1.1369,6761.9923,6761.9923,6761.9923 -848.5000,1.0000,11033.2609,58.2440,57.6716,-0.1011,0.0000,5,1588.4260,136.6622,665.4311,-102.7870,22.7323,110.6875,-17.0976,-1.2801,17.3701,0.0000,0.0000,6.6423,17.2806,-0.6967,0.0000,17.9773,0.0000,17.9773,6.3549,11.6225,0.0000,11.6225,-0.1452,11.7676,0.0000,15.5085,10.7562,-14.4970,1.1227,5312.6637,5312.6637,5312.6637 -849.5000,1.0000,11049.2399,57.9150,57.3776,-0.0817,0.0000,5,1575.3030,160.3160,655.4409,-102.0087,26.4466,108.1250,-16.8279,0.0000,19.7476,0.0000,0.0000,6.6990,19.7979,-0.7040,0.0000,20.5019,0.0000,20.5019,6.3190,14.1829,0.0000,14.1829,-0.1166,14.2995,0.0000,15.2471,10.6955,-11.6430,1.1328,5957.8395,5957.8395,5957.8395 -850.5000,1.0000,11065.0862,57.4370,56.7156,-0.1839,0.0000,5,1570.3060,66.5318,657.7587,-101.7124,10.9406,108.1632,-16.7258,-0.4819,4.8494,0.0000,0.0000,6.5731,4.8620,-0.6245,0.0000,5.4865,0.0000,5.4865,6.2668,-0.7803,0.0000,-0.7803,-0.2604,-0.5199,0.0000,14.8731,10.6072,-26.0002,1.1067,3550.7089,3550.7089,3550.7089 -851.5000,1.0000,11080.7253,56.6910,55.8856,-0.2306,0.0000,5,1550.6600,18.0845,613.7327,-100.5472,2.9366,99.6608,-16.3273,-1.3950,-2.1753,0.0000,0.0000,6.5069,-2.1707,-0.6296,0.0000,-1.5411,0.0000,-1.5411,6.1854,-7.7265,0.0000,-7.7265,-0.3222,-7.4043,0.0000,14.3013,10.4694,-32.1750,1.1156,2605.2760,2605.2760,2605.2760 -852.5000,1.0000,11096.1074,55.7660,54.8656,-0.2833,0.0000,5,1526.2070,-27.4676,592.1652,-99.0970,-4.3900,94.6422,-15.8381,-0.9189,-9.8950,0.0000,0.0000,6.4239,-9.9222,-0.6335,0.0000,-9.2886,0.0000,-9.2886,6.0845,-15.3731,0.0000,-15.3731,-0.3896,-14.9836,0.0000,13.6131,10.2986,-38.8952,1.1109,1585.6785,1585.6785,1585.6785 -853.5000,1.0000,11111.2106,54.7620,53.8776,-0.2744,0.0000,5,1502.0980,-25.3219,564.0935,-97.6671,-3.9831,88.7315,-15.3630,-1.3196,-9.0076,0.0000,0.0000,6.3440,-9.0030,-0.6148,0.0000,-8.3882,0.0000,-8.3882,5.9750,-14.3631,0.0000,-14.3631,-0.3705,-13.9926,0.0000,12.8909,10.1132,-36.9967,1.1021,1581.6724,1581.6724,1581.6724 -854.5000,1.0000,11126.0248,53.7215,52.7846,-0.3036,0.0000,5,1474.7465,-52.6288,556.0881,-96.0449,-8.1277,85.8795,-14.8327,-1.1816,-13.1911,0.0000,0.0000,6.2449,-13.2088,-0.6085,0.0000,-12.6003,0.0000,-12.6003,5.8614,-18.4617,0.0000,-18.4617,-0.4021,-18.0596,0.0000,12.1703,9.9210,-40.1509,1.0920,911.2708,911.2708,911.2708 -855.5000,1.0000,11140.5755,52.7730,51.9806,-0.2233,0.0000,5,1445.0295,12.0390,532.7035,-94.2825,1.8218,80.6104,-14.2671,-1.4793,-2.8422,0.0000,0.0000,6.1434,-2.8310,-0.5675,0.0000,-2.2635,0.0000,-2.2635,5.7580,-8.0214,0.0000,-8.0214,-0.2906,-7.7308,0.0000,11.5364,9.7459,-29.0131,1.0683,2250.5749,2250.5749,2250.5749 -856.5000,1.0000,11154.8966,51.9465,51.1316,-0.2358,0.0000,5,1420.6150,4.7862,556.0584,-92.8345,0.7120,82.7228,-13.8107,-0.6756,-4.7416,0.0000,0.0000,6.1292,-4.7546,-0.5593,0.0000,-4.1953,0.0000,-4.1953,5.6678,-9.8630,0.0000,-9.8630,-0.3020,-9.5610,0.0000,11.0029,9.5932,-30.1572,1.0752,2071.3562,2071.3562,2071.3562 -857.5000,1.0000,11169.0344,51.2865,50.6606,-0.1308,0.0000,5,1401.5410,92.1860,544.6326,-91.7033,13.5301,79.9352,-13.4592,-0.9752,8.4587,0.0000,0.0000,6.0465,8.4291,-0.5432,0.0000,8.9723,0.0000,8.9723,5.5958,3.3765,0.0000,3.3765,-0.1654,3.5420,0.0000,10.5884,9.4713,-16.5177,1.0697,3529.2856,3529.2856,3529.2856 -858.5000,1.0000,11183.0592,50.8795,50.3176,-0.0953,0.0000,5,1385.2900,125.8356,578.9321,-90.7395,18.2546,83.9841,-13.1633,-0.4186,12.6765,0.0000,0.0000,5.9967,12.6742,-0.5586,0.0000,13.2328,0.0000,13.2328,5.5514,7.6815,0.0000,7.6815,-0.1195,7.8010,0.0000,10.3382,9.3962,-11.9334,1.0790,4273.0740,4273.0740,4273.0740 -859.5000,1.0000,11197.0142,50.6285,50.1586,-0.0442,0.0000,5,1376.4780,170.3190,590.4204,-90.2168,24.5505,85.1058,-13.0043,-0.3289,18.9374,0.0000,0.0000,5.9420,18.9136,-0.5864,0.0000,19.5000,0.0000,19.5000,5.5240,13.9760,0.0000,13.9760,-0.0551,14.0312,0.0000,10.1858,9.3498,-5.5045,1.0483,5407.2700,5407.2700,5407.2700 -860.5000,1.0000,11210.9841,50.6820,50.4246,0.0739,0.0000,5,1366.8650,275.6020,604.6712,-89.6467,39.4491,86.5513,-12.8318,-0.4803,33.9873,0.0000,0.0000,5.9421,33.7564,-0.6622,0.0000,34.4186,0.0000,34.4186,5.5298,28.8888,0.0000,28.8888,0.0923,28.7965,0.0000,10.2182,9.3597,9.2185,1.0595,8145.6509,8145.6509,8145.6509 -861.5000,1.0000,11225.0566,51.0515,50.8976,0.1314,0.0000,5,1366.1020,334.5978,652.8187,-89.6015,47.8668,93.3909,-12.8182,0.4160,41.4539,0.0000,0.0000,5.9970,41.4125,-0.7063,0.0000,42.1188,0.0000,42.1188,5.5701,36.5487,0.0000,36.5487,0.1654,36.3833,0.0000,10.4435,9.4279,16.5119,1.0734,9692.6248,9692.6248,9692.6248 -862.5000,1.0000,11239.2911,51.6345,51.5906,0.1925,0.0000,5,1379.7205,392.3914,679.7875,-90.4091,56.6943,98.2184,-13.0627,0.7337,49.9516,0.0000,0.0000,6.0089,49.9301,-0.7580,0.0000,50.6881,0.0000,50.6881,5.6337,45.0544,0.0000,45.0544,0.2451,44.8093,0.0000,10.8056,9.5356,24.4681,1.0633,11399.8155,11399.8155,11399.8155 -863.5000,1.0000,11253.7238,52.3480,52.3246,0.2039,0.0000,5,1400.8925,405.3739,707.4684,-91.6648,59.4688,103.7864,-13.4473,1.0765,52.2947,0.0000,0.0000,6.0976,52.3945,-0.7812,0.0000,53.1758,0.0000,53.1758,5.7116,47.4642,0.0000,47.4642,0.2631,47.2010,0.0000,11.2598,9.6674,26.2738,1.0695,11935.0970,11935.0970,11935.0970 -864.5000,1.0000,11268.3832,53.1645,53.2236,0.2497,0.0000,5,1425.8410,447.5745,716.4777,-93.1445,66.8290,106.9800,-13.9077,1.0889,59.5776,0.0000,0.0000,6.1625,59.5933,-0.8300,0.0000,60.4234,0.0000,60.4234,5.8007,54.6227,0.0000,54.6227,0.3273,54.2954,0.0000,11.7952,9.8182,32.6820,1.0627,13288.6344,13288.6344,13288.6344 -865.5000,1.0000,11283.2963,54.0775,54.1506,0.2575,0.0000,5,1447.9665,457.0595,734.5511,-94.4567,69.3042,111.3805,-14.3225,0.8616,62.1941,0.0000,0.0000,6.2486,62.0782,-0.8566,0.0000,62.9348,0.0000,62.9348,5.9127,57.0221,0.0000,57.0221,0.3433,56.6788,0.0000,12.4135,9.9868,34.2786,1.0832,13748.4662,13748.4662,13748.4662 -866.5000,1.0000,11298.4798,55.0510,55.1706,0.2833,0.0000,5,1471.0460,485.5060,743.9421,-95.8255,74.7910,114.6025,-14.7617,1.2096,67.2367,0.0000,0.0000,6.3447,67.2260,-0.8978,0.0000,68.1238,0.0000,68.1238,6.0800,62.0438,0.0000,62.0438,0.3846,61.6593,0.0000,13.0962,10.1666,38.3965,1.1052,14809.6642,14809.6642,14809.6642 -867.5000,1.0000,11313.9173,55.9655,55.9796,0.2247,0.0000,5,1494.8500,434.0125,756.1180,-97.2372,67.9405,118.3630,-15.2215,0.9560,60.6076,0.0000,0.0000,6.3768,60.5919,-0.8787,0.0000,61.4707,0.0000,61.4707,6.1063,55.3644,0.0000,55.3644,0.3101,55.0543,0.0000,13.7592,10.3354,30.9596,1.0995,13589.1164,13589.1164,13589.1164 -868.5000,1.0000,11329.5761,56.7620,56.7636,0.2178,0.0000,5,1520.4470,430.9708,745.9548,-98.7553,68.6195,118.7716,-15.7239,1.4177,60.6869,0.0000,0.0000,6.5149,60.8726,-0.8929,0.0000,61.7654,0.0000,61.7654,6.1932,55.5723,0.0000,55.5723,0.3048,55.2675,0.0000,14.3550,10.4825,30.4299,1.1349,13733.8702,13733.8702,13733.8702 -869.5000,1.0000,11345.4310,57.4680,57.3916,0.1744,0.0000,5,1546.1585,391.1660,747.2500,-100.2802,63.3350,120.9897,-16.2367,0.9997,55.7522,0.0000,0.0000,6.5831,55.8268,-0.8788,0.0000,56.7055,0.0000,56.7055,6.2702,50.4353,0.0000,50.4353,0.2472,50.1882,0.0000,14.8971,10.6129,24.6781,1.1272,12792.1485,12792.1485,12792.1485 -870.5000,1.0000,11361.4728,58.1410,58.1096,0.1994,0.0000,5,1564.4690,414.2538,737.3241,-101.3662,67.8675,120.7964,-16.6069,0.7477,60.4980,0.0000,0.0000,6.6219,60.4258,-0.9129,0.0000,61.3387,0.0000,61.3387,6.3436,54.9951,0.0000,54.9951,0.2859,54.7092,0.0000,15.4268,10.7372,28.5452,1.1307,13635.8861,13635.8861,13635.8861 -871.5000,1.0000,11377.7219,58.8870,58.8836,0.2150,0.0000,5,1586.4420,432.1733,752.8009,-102.6694,71.7977,125.0642,-17.0566,1.3826,63.7142,0.0000,0.0000,6.7010,63.8644,-0.9425,0.0000,64.8069,0.0000,64.8069,6.4250,58.3819,0.0000,58.3819,0.3121,58.0697,0.0000,16.0283,10.8750,31.1664,1.1223,14397.2452,14397.2452,14397.2452 -872.5000,1.0000,11394.1524,59.5405,59.4166,0.1481,0.0000,5,1599.4885,369.8904,752.5864,-103.4431,61.9559,126.0568,-17.3265,-0.1124,55.3544,0.0000,0.0000,6.7140,55.0683,-0.9089,0.0000,55.9772,0.0000,55.9772,6.4963,49.4808,0.0000,49.4808,0.2173,49.2635,0.0000,16.5675,10.9957,21.7003,1.1248,12586.0380,12586.0380,12586.0380 -873.5000,1.0000,11410.7232,60.0450,59.8926,0.1322,0.0000,5,1613.5270,364.0268,745.1654,-103.9552,61.5089,125.9092,-17.5651,1.5045,53.1743,0.0000,0.0000,6.8301,53.4628,-0.9092,0.0000,54.3720,0.0000,54.3720,6.5514,47.8206,0.0000,47.8206,0.1957,47.6248,0.0000,16.9921,11.0888,19.5439,1.1274,12503.3736,12503.3736,12503.3736 -874.5000,1.0000,11427.3740,60.3335,59.9936,0.0281,0.0000,5,1632.8680,266.4612,740.2852,-104.6440,45.5631,126.5840,-17.8934,0.4169,38.2686,0.0000,0.0000,6.8776,38.3339,-0.8376,0.0000,39.1715,0.0000,39.1715,6.5829,32.5887,0.0000,32.5887,0.0417,32.5469,0.0000,17.2380,11.1421,4.1668,1.1436,9512.5030,9512.5030,9512.5030 -875.5000,1.0000,11443.9752,60.1545,59.5346,-0.1275,0.0000,5,1634.7755,125.6466,709.4193,-104.7119,21.5099,121.4478,-17.9260,-0.2259,14.9351,0.0000,0.0000,6.8007,14.9717,-0.7166,0.0000,15.6883,0.0000,15.6883,6.5633,9.1250,0.0000,9.1250,-0.1891,9.3141,0.0000,17.0853,11.1090,-18.8802,1.1189,5143.9649,5143.9649,5143.9649 -876.5000,1.0000,11460.4077,59.5475,58.7796,-0.2097,0.0000,5,1621.5385,47.5158,658.7613,-104.2405,8.0685,111.8623,-17.7008,-1.0940,2.3518,0.0000,0.0000,6.8107,2.3508,-0.6667,0.0000,3.0175,0.0000,3.0175,6.4971,-3.4796,0.0000,-3.4796,-0.3079,-3.1717,0.0000,16.5737,10.9970,-30.7424,1.1540,3338.6184,3338.6184,3338.6184 -877.5000,1.0000,11476.6520,58.8700,58.1796,-0.1667,0.0000,5,1603.6470,85.3361,631.8948,-103.6033,14.3308,106.1163,-17.3985,-0.6800,8.2463,0.0000,0.0000,6.7645,8.2529,-0.6614,0.0000,8.9142,0.0000,8.9142,6.4232,2.4910,0.0000,2.4910,-0.2419,2.7329,0.0000,16.0142,10.8718,-24.1531,1.1507,4005.2898,4005.2898,4005.2898 -878.5000,1.0000,11492.8013,58.5280,58.0956,-0.0233,0.0000,5,1587.7010,208.9110,636.6161,-102.7440,34.7343,105.8461,-17.0826,-0.8815,28.9200,0.0000,0.0000,6.6958,28.7760,-0.7594,0.0000,29.5354,0.0000,29.5354,6.3859,23.1495,0.0000,23.1495,-0.0337,23.1832,0.0000,15.7363,10.8087,-3.3618,1.1476,7460.8474,7460.8474,7460.8474 -879.5000,1.0000,11508.9440,58.5040,58.1316,0.0100,0.0000,5,1578.5455,243.7135,679.4230,-102.2010,40.2870,112.3120,-16.8943,-0.0111,33.5885,0.0000,0.0000,6.7096,33.5758,-0.7832,0.0000,34.3590,0.0000,34.3590,6.3832,27.9758,0.0000,27.9758,0.0144,27.9613,0.0000,15.7169,10.8042,1.4402,1.1585,8484.7937,8484.7937,8484.7937 -880.5000,1.0000,11525.1072,58.5780,58.2436,0.0311,0.0000,5,1580.7580,264.1620,692.2524,-102.3323,43.7285,114.5931,-16.9397,0.2259,36.6978,0.0000,0.0000,6.8048,36.7167,-0.8003,0.0000,37.5170,0.0000,37.5170,6.3913,31.1257,0.0000,31.1257,0.0449,31.0808,0.0000,15.7767,10.8179,4.4862,1.2473,9142.0606,9142.0606,9142.0606 -881.5000,1.0000,11541.3142,58.7355,58.4466,0.0564,0.0000,5,1581.1395,285.5452,696.0972,-102.3549,47.2796,115.2574,-16.9476,-0.1889,40.6924,0.0000,0.0000,6.7761,40.5722,-0.8224,0.0000,41.3946,0.0000,41.3946,6.4085,34.9861,0.0000,34.9861,0.0817,34.9044,0.0000,15.9043,10.8470,8.1531,1.2342,9816.2880,9816.2880,9816.2880 -882.5000,1.0000,11557.5813,58.9520,58.6766,0.0639,0.0000,5,1586.0990,296.7905,709.7072,-102.6490,49.2957,117.8795,-17.0496,0.6726,41.8312,0.0000,0.0000,6.7919,41.9315,-0.8328,0.0000,42.7643,0.0000,42.7643,6.4321,36.3322,0.0000,36.3322,0.0929,36.2394,0.0000,16.0808,10.8870,9.2716,1.2101,10203.0799,10203.0799,10203.0799 -883.5000,1.0000,11573.9081,59.1670,58.8766,0.0556,0.0000,5,1603.7235,290.1394,718.7676,-103.6061,48.7264,120.7109,-17.3998,1.0557,40.7775,0.0000,0.0000,6.8932,40.9808,-0.8316,0.0000,41.8123,0.0000,41.8123,6.4556,35.3567,0.0000,35.3567,0.0810,35.2757,0.0000,16.2574,10.9267,8.0916,1.2408,10107.3041,10107.3041,10107.3041 -884.5000,1.0000,11590.2923,59.3735,59.0896,0.0592,0.0000,5,1607.0805,286.1138,707.4634,-103.7256,48.1510,119.0612,-17.4563,-0.7266,42.0340,0.0000,0.0000,6.8436,41.7665,-0.8389,0.0000,42.6054,0.0000,42.6054,6.4781,36.1273,0.0000,36.1273,0.0866,36.0407,0.0000,16.4282,10.9648,8.6477,1.2419,9998.0153,9998.0153,9998.0153 -885.5000,1.0000,11606.7368,59.5905,59.3106,0.0614,0.0000,5,1608.7205,296.8836,716.4510,-103.7840,50.0144,120.6968,-17.4840,0.8894,42.2079,0.0000,0.0000,6.9171,42.3656,-0.8456,0.0000,43.2111,0.0000,43.2111,6.5018,36.7093,0.0000,36.7093,0.0902,36.6191,0.0000,16.6090,11.0049,9.0053,1.2560,10356.1655,10356.1655,10356.1655 -886.5000,1.0000,11623.2396,59.8005,59.5096,0.0553,0.0000,5,1620.3935,288.2121,717.7750,-104.1997,48.9059,121.7972,-17.6814,0.2657,41.7273,0.0000,0.0000,6.9129,41.7266,-0.8458,0.0000,42.5725,0.0000,42.5725,6.5247,36.0478,0.0000,36.0478,0.0815,35.9663,0.0000,16.7852,11.0437,8.1374,1.2460,10149.5940,10149.5940,10149.5940 -887.5000,1.0000,11639.8228,60.0900,59.8896,0.1056,0.0000,5,1623.9795,333.2438,715.3379,-104.3274,56.6724,121.6523,-17.7422,0.0913,49.6925,0.0000,0.0000,6.8886,49.5638,-0.8902,0.0000,50.4540,0.0000,50.4540,6.5563,43.8977,0.0000,43.8977,0.1564,43.7414,0.0000,17.0303,11.0971,15.6139,1.2198,11612.5523,11612.5523,11612.5523 -888.5000,1.0000,11656.5101,60.4645,60.2586,0.1025,0.0000,5,1619.2110,331.9955,724.5346,-104.1576,56.2943,122.8545,-17.6613,-0.5652,49.9533,0.0000,0.0000,6.9061,49.6266,-0.8968,0.0000,50.5234,0.0000,50.5234,6.5972,43.9262,0.0000,43.9262,0.1528,43.7734,0.0000,17.3507,11.1663,15.2565,1.2730,11539.2507,11539.2507,11539.2507 -889.5000,1.0000,11673.3141,60.8850,60.7306,0.1311,0.0000,5,1629.5110,368.2624,737.8435,-104.5244,62.8410,125.9071,-17.8363,1.5995,54.2009,0.0000,0.0000,7.0406,54.5212,-0.9286,0.0000,55.4498,0.0000,55.4498,6.6430,48.8068,0.0000,48.8068,0.1968,48.6100,0.0000,17.7153,11.2440,19.6507,1.3035,12750.6895,12750.6895,12750.6895 -890.5000,1.0000,11690.2325,61.2965,61.0816,0.0975,0.0000,5,1653.0100,333.8162,746.8258,-105.3613,57.7845,129.2776,-18.2383,0.7629,49.9472,0.0000,0.0000,7.0744,50.0311,-0.9129,0.0000,50.9439,0.0000,50.9439,6.6879,44.2560,0.0000,44.2560,0.1473,44.1087,0.0000,18.0768,11.3199,14.7119,1.3109,11838.3670,11838.3670,11838.3670 -891.5000,1.0000,11707.2597,61.6885,61.5146,0.1203,0.0000,5,1664.9500,353.4340,738.4705,-105.7865,61.6223,128.7547,-18.4442,0.4524,54.1029,0.0000,0.0000,7.0670,54.0570,-0.9399,0.0000,54.9968,0.0000,54.9968,6.7307,48.2661,0.0000,48.2661,0.1829,48.0832,0.0000,18.4259,11.3923,18.2650,1.2463,12573.8280,12573.8280,12573.8280 -892.5000,1.0000,11724.4065,62.1190,61.9426,0.1189,0.0000,5,1674.5250,354.4379,746.2723,-106.1275,62.1528,130.8632,-18.6101,0.5296,54.4967,0.0000,0.0000,7.1265,54.4766,-0.9494,0.0000,55.4260,0.0000,55.4260,6.7777,48.6483,0.0000,48.6483,0.1821,48.4662,0.0000,18.8144,11.4718,18.1800,1.3176,12693.7672,12693.7672,12693.7672 -893.5000,1.0000,11741.6985,62.6415,62.5596,0.1714,0.0000,5,1685.2445,403.4553,748.7862,-106.5093,71.2011,132.1446,-18.7966,0.5764,63.4887,0.0000,0.0000,7.1360,63.3863,-1.0033,0.0000,64.3897,0.0000,64.3897,6.8347,57.5550,0.0000,57.5550,0.2647,57.2903,0.0000,19.2934,11.5683,26.4286,1.2800,14415.3493,14415.3493,14415.3493 -894.5000,1.0000,11759.1899,63.3595,63.3786,0.2275,0.0000,5,1705.1955,459.0246,769.6617,-107.2198,81.9670,137.4367,-19.1460,1.5060,73.2328,0.0000,0.0000,7.2282,73.3762,-1.0662,0.0000,74.4424,0.0000,74.4424,6.9381,67.5042,0.0000,67.5042,0.3554,67.1489,0.0000,19.9648,11.7009,35.4832,1.2862,16443.7143,16443.7143,16443.7143 -895.5000,1.0000,11776.8981,64.1400,64.1206,0.2061,0.0000,5,1723.5445,439.4019,780.8533,-107.8732,79.3073,140.9355,-19.4699,0.4199,71.6022,0.0000,0.0000,7.2852,71.3543,-1.0696,0.0000,72.4239,0.0000,72.4239,6.9982,65.4257,0.0000,65.4257,0.3259,65.0998,0.0000,20.7115,11.8451,32.5432,1.3170,15951.5099,15951.5099,15951.5099 -896.5000,1.0000,11794.8154,64.8925,64.8836,0.2119,0.0000,5,1751.2780,453.2693,790.8653,-108.8609,83.1266,145.0395,-19.9644,2.5560,73.0591,0.0000,0.0000,7.5115,73.6178,-1.0943,0.0000,74.7121,0.0000,74.7121,7.0830,67.6290,0.0000,67.6290,0.3391,67.2899,0.0000,21.4491,11.9840,33.8568,1.3285,16662.7295,16662.7295,16662.7295 -897.5000,1.0000,11812.9289,65.5990,65.5336,0.1806,0.0000,5,1788.3955,419.7538,793.5401,-110.1828,78.6116,148.6145,-20.6351,1.4664,69.6162,0.0000,0.0000,7.5291,69.7902,-1.0875,0.0000,70.8776,0.0000,70.8776,7.1574,63.7203,0.0000,63.7203,0.2920,63.4283,0.0000,22.1571,12.1145,29.1566,1.2940,15880.1904,15880.1904,15880.1904 -898.5000,1.0000,11831.1965,66.1540,65.9936,0.1278,0.0000,5,1811.1315,372.7065,788.2638,-111.0143,70.6880,149.5031,-21.0551,1.0438,62.0118,0.0000,0.0000,7.6324,62.1172,-1.0586,0.0000,63.1758,0.0000,63.1758,7.2179,55.9579,0.0000,55.9579,0.2084,55.7495,0.0000,22.7240,12.2170,20.8085,1.3055,14428.4414,14428.4414,14428.4414 -899.5000,1.0000,11849.5842,66.5860,66.3976,0.1122,0.0000,5,1817.0445,356.0234,773.4879,-111.2365,67.7443,147.1796,-21.1661,-0.3874,60.5542,0.0000,0.0000,7.5775,60.2557,-1.0570,0.0000,61.3127,0.0000,61.3127,7.2651,54.0477,0.0000,54.0477,0.1842,53.8634,0.0000,23.1720,12.2968,18.3946,1.2825,13884.7576,13884.7576,13884.7576 -900.5000,1.0000,11868.0622,66.9110,66.6436,0.0683,0.0000,5,1808.6140,320.7300,768.4387,-110.9197,60.7455,145.5405,-21.0079,-0.5508,53.7552,0.0000,0.0000,7.5411,53.5095,-1.0288,0.0000,54.5382,0.0000,54.5382,7.3005,47.2377,0.0000,47.2377,0.1127,47.1250,0.0000,23.5128,12.3568,11.2554,1.3055,12577.9567,12577.9567,12577.9567 -901.5000,1.0000,11886.6325,67.2435,67.0626,0.1164,0.0000,5,1817.2735,372.5407,772.4998,-111.2451,70.8961,147.0101,-21.1704,1.5198,61.7320,0.0000,0.0000,7.6443,62.0015,-1.0777,0.0000,63.0792,0.0000,63.0792,7.3368,55.7424,0.0000,55.7424,0.1930,55.5494,0.0000,23.8653,12.4182,19.2660,1.2940,14468.5401,14468.5401,14468.5401 -902.5000,1.0000,11905.3116,67.6355,67.4276,0.1014,0.0000,5,1833.4480,354.9744,778.8983,-111.8529,68.1544,149.5471,-21.4756,0.2878,60.2080,0.0000,0.0000,7.6586,60.1297,-1.0754,0.0000,61.2051,0.0000,61.2051,7.3796,53.8255,0.0000,53.8255,0.1691,53.6565,0.0000,24.2850,12.4906,16.8809,1.3055,13970.4874,13970.4874,13970.4874 -903.5000,1.0000,11924.0519,67.8555,67.5026,0.0208,0.0000,5,1841.1920,285.7843,778.5782,-112.1439,55.1018,150.1170,-21.6224,0.5866,46.8532,0.0000,0.0000,7.6620,46.9593,-1.0129,0.0000,47.9722,0.0000,47.9722,7.4036,40.5686,0.0000,40.5686,0.0349,40.5338,0.0000,24.5226,12.5312,3.4800,1.2825,11557.4576,11557.4576,11557.4576 -904.5000,1.0000,11942.7228,67.6055,66.9276,-0.1597,0.0000,5,1839.8565,120.9550,758.6619,-112.0937,23.3043,146.1709,-21.5970,-0.7371,16.4011,0.0000,0.0000,7.6403,16.4127,-0.8540,0.0000,17.2668,0.0000,17.2668,7.3763,9.8905,0.0000,9.8905,-0.2662,10.1567,0.0000,24.2530,12.4851,-26.5813,1.3198,5829.5636,5829.5636,5829.5636 -905.5000,1.0000,11961.2484,67.0825,66.4566,-0.1308,0.0000,5,1831.8455,146.3047,727.4670,-111.7927,28.0657,139.5503,-21.4452,-0.1673,20.6583,0.0000,0.0000,7.5747,20.7142,-0.8663,0.0000,21.5805,0.0000,21.5805,7.3192,14.2613,0.0000,14.2613,-0.2164,14.4777,0.0000,23.6943,12.3885,-21.6051,1.2710,6621.8604,6621.8604,6621.8604 -906.5000,1.0000,11979.6062,66.4785,65.7196,-0.2047,0.0000,5,1817.8835,74.1660,721.5436,-111.2680,14.1189,137.3590,-21.1819,-1.3926,7.9724,0.0000,0.0000,7.5390,7.9619,-0.7910,0.0000,8.7528,0.0000,8.7528,7.2533,1.4995,0.0000,1.4995,-0.3355,1.8350,0.0000,23.0605,12.2769,-33.5024,1.3055,4482.9523,4482.9523,4482.9523 -907.5000,1.0000,11997.7844,65.8320,65.1636,-0.1544,0.0000,5,1792.4770,115.6508,697.3252,-110.3281,21.7085,130.8934,-20.7094,-1.4235,15.6838,0.0000,0.0000,7.4482,15.6367,-0.8181,0.0000,16.4548,0.0000,16.4548,7.1828,9.2721,0.0000,9.2721,-0.2507,9.5227,0.0000,22.3939,12.1575,-25.0287,1.3170,5441.4852,5441.4852,5441.4852 -908.5000,1.0000,12015.7837,65.1880,64.4316,-0.2033,0.0000,5,1772.5260,86.0162,704.3799,-109.6176,15.9662,130.7459,-20.3471,-0.7640,7.1628,0.0000,0.0000,9.5675,7.1747,-0.7639,0.0000,7.9386,0.0000,7.9386,7.1125,0.8261,0.0000,0.8261,-0.3268,1.1529,0.0000,21.7434,12.0386,-32.6291,1.3170,4568.5118,4568.5118,4568.5118 -909.5000,1.0000,12033.5895,64.4910,63.7696,-0.1839,0.0000,5,1758.0300,100.0619,692.1892,-109.1014,18.4214,127.4324,-20.0856,-0.8072,9.7407,0.0000,0.0000,9.4880,9.7493,-0.7646,0.0000,10.5139,0.0000,10.5139,7.0365,3.4774,0.0000,3.4774,-0.2924,3.7698,0.0000,21.0533,11.9099,-29.1933,1.3055,4804.5516,4804.5516,4804.5516 -910.5000,1.0000,12051.2064,63.8115,63.0726,-0.1936,0.0000,5,1745.4795,90.6339,693.1557,-108.6544,16.5666,126.6993,-19.8605,-0.5438,7.6621,0.0000,0.0000,9.4484,7.6818,-0.7423,0.0000,8.4241,0.0000,8.4241,6.9623,1.4617,0.0000,1.4617,-0.3046,1.7663,0.0000,20.3949,11.7844,-30.4129,1.2940,4559.6595,4559.6595,4559.6595 -911.5000,1.0000,12068.6370,63.1405,62.4276,-0.1792,0.0000,5,1723.1635,93.8987,675.1323,-107.8597,16.9440,121.8271,-19.4632,-1.8246,9.4881,0.0000,0.0000,9.2805,9.4413,-0.7395,0.0000,10.1808,0.0000,10.1808,6.8891,3.2917,0.0000,3.2917,-0.2789,3.5706,0.0000,19.7581,11.6605,-27.8480,1.2645,4541.0415,4541.0415,4541.0415 -912.5000,1.0000,12085.9305,62.6470,62.0856,-0.0950,0.0000,5,1697.8715,171.9643,674.4357,-106.9589,30.5754,119.9151,-19.0174,-0.8393,22.1552,0.0000,0.0000,9.2594,22.1105,-0.7950,0.0000,22.9055,0.0000,22.9055,6.8353,16.0702,0.0000,16.0702,-0.1467,16.2169,0.0000,19.2981,11.5694,-14.6505,1.3112,6862.7835,6862.7835,6862.7835 -913.5000,1.0000,12103.1486,62.3755,61.8846,-0.0558,0.0000,5,1690.8140,210.0724,699.2205,-106.7076,37.1958,123.8051,-18.8938,0.1030,27.8334,0.0000,0.0000,9.2594,27.8946,-0.8195,0.0000,28.7141,0.0000,28.7141,6.8057,21.9085,0.0000,21.9085,-0.0859,21.9943,0.0000,19.0482,11.5192,-8.5731,1.3090,8039.2512,8039.2512,8039.2512 -914.5000,1.0000,12120.2989,62.1315,61.5976,-0.0797,0.0000,5,1689.3265,186.0745,706.6375,-106.6546,32.9177,125.0083,-18.8678,-0.2572,23.9477,0.0000,0.0000,9.2272,23.9679,-0.7955,0.0000,24.7634,0.0000,24.7634,6.7790,17.9843,0.0000,17.9843,-0.1221,18.1065,0.0000,18.8256,11.4742,-12.1933,1.2949,7269.2341,7269.2341,7269.2341 -915.5000,1.0000,12137.3579,61.8030,61.2276,-0.1028,0.0000,5,1675.2120,158.6103,690.8064,-106.1520,27.8247,121.1866,-18.6220,-1.1970,20.2019,0.0000,0.0000,8.8197,20.1218,-0.7704,0.0000,20.8923,0.0000,20.8923,6.7432,14.1491,0.0000,14.1491,-0.1566,14.3057,0.0000,18.5286,11.4135,-15.6364,0.9886,6321.0012,6321.0012,6321.0012 -916.5000,1.0000,12154.3031,61.3930,60.7776,-0.1250,0.0000,5,1666.8955,134.5413,690.4811,-105.8558,23.4851,120.5282,-18.4779,0.3397,16.2813,0.0000,0.0000,6.8641,16.3737,-0.7445,0.0000,17.1183,0.0000,17.1183,6.6985,10.4198,0.0000,10.4198,-0.1892,10.6090,0.0000,18.1624,11.3378,-18.8911,1.0873,5510.7023,5510.7023,5510.7023 -917.5000,1.0000,12171.1251,60.9495,60.3406,-0.1214,0.0000,5,1655.4895,126.3678,668.4632,-105.4496,21.9074,115.8864,-18.2810,-1.4970,16.6330,0.0000,0.0000,6.7714,16.5444,-0.7379,0.0000,17.2823,0.0000,17.2823,6.6501,10.6322,0.0000,10.6322,-0.1824,10.8146,0.0000,17.7716,11.2559,-18.2129,1.0852,5228.8762,5228.8762,5228.8762 -918.5000,1.0000,12187.8005,60.4220,59.7226,-0.1717,0.0000,5,1635.8820,86.8667,667.2303,-104.7513,14.8811,114.3027,-17.9449,-0.4906,8.5690,0.0000,0.0000,6.8026,8.5873,-0.6888,0.0000,9.2761,0.0000,9.2761,6.5925,2.6836,0.0000,2.6836,-0.2557,2.9394,0.0000,17.3144,11.1584,-25.5335,1.1567,4127.4065,4127.4065,4127.4065 -919.5000,1.0000,12204.3391,59.9295,59.3556,-0.1019,0.0000,5,1626.6500,146.1958,652.8490,-104.4226,24.9033,111.2079,-17.7876,-0.4344,18.5720,0.0000,0.0000,6.7658,18.5793,-0.7311,0.0000,19.3103,0.0000,19.3103,6.5388,12.7715,0.0000,12.7715,-0.1506,12.9222,0.0000,16.8942,11.0675,-15.0395,1.1299,5732.4927,5732.4927,5732.4927 -920.5000,1.0000,12220.7722,59.5495,58.9626,-0.1092,0.0000,5,1617.8380,138.3152,668.2164,-104.1087,23.4333,113.2089,-17.6381,-0.4434,17.1793,0.0000,0.0000,6.6974,17.1887,-0.7177,0.0000,17.9064,0.0000,17.9064,6.4973,11.4091,0.0000,11.4091,-0.1603,11.5693,0.0000,16.5749,10.9973,-16.0029,1.0906,5470.2920,5470.2920,5470.2920 -921.5000,1.0000,12237.1318,59.2850,58.8266,-0.0378,0.0000,5,1605.1350,198.6154,659.7918,-103.6563,33.3851,110.9040,-17.4235,-0.8122,27.5481,0.0000,0.0000,6.6493,27.4382,-0.7651,0.0000,28.2033,0.0000,28.2033,6.4685,21.7348,0.0000,21.7348,-0.0552,21.7900,0.0000,16.3548,10.9485,-5.5133,1.1008,7239.0725,7239.0725,7239.0725 -922.5000,1.0000,12253.4989,59.3120,59.0166,0.0528,0.0000,5,1603.0365,285.8302,687.0204,-103.5816,47.9822,115.3298,-17.3882,0.6046,40.6618,0.0000,0.0000,6.7158,40.7523,-0.8328,0.0000,41.5851,0.0000,41.5851,6.4714,35.1137,0.0000,35.1137,0.0772,35.0366,0.0000,16.3772,10.9535,7.7059,1.1004,9968.4421,9968.4421,9968.4421 -923.5000,1.0000,12269.9403,59.5795,59.3616,0.0958,0.0000,5,1609.2925,322.5324,710.9040,-103.8044,54.3547,119.8049,-17.4936,0.0113,47.5625,0.0000,0.0000,6.7809,47.4285,-0.8709,0.0000,48.2995,0.0000,48.2995,6.5006,41.7989,0.0000,41.7989,0.1408,41.6581,0.0000,16.5999,11.0029,14.0554,1.1392,11171.3748,11171.3748,11171.3748 -924.5000,1.0000,12286.4834,59.9455,59.7486,0.1075,0.0000,5,1613.3745,336.0271,725.2226,-103.9498,56.7725,122.5279,-17.5625,0.3931,49.6907,0.0000,0.0000,6.6887,49.6526,-0.8883,0.0000,50.5409,0.0000,50.5409,6.5405,44.0004,0.0000,44.0004,0.1589,43.8415,0.0000,16.9077,11.0705,15.8633,1.0898,11623.9318,11623.9318,11623.9318 -925.5000,1.0000,12303.1333,60.3300,60.1306,0.1061,0.0000,5,1628.4430,338.4797,735.6418,-104.4864,57.7210,125.4491,-17.8181,1.1101,49.7981,0.0000,0.0000,6.8127,49.9794,-0.8963,0.0000,50.8757,0.0000,50.8757,6.5825,44.2933,0.0000,44.2933,0.1578,44.1354,0.0000,17.2352,11.1415,15.7588,1.1303,11808.7586,11808.7586,11808.7586 -926.5000,1.0000,12319.8507,60.5730,60.2346,0.0289,0.0000,5,1642.4810,266.5587,734.3678,-104.9863,45.8482,126.3114,-18.0577,0.2962,38.7106,0.0000,0.0000,6.8414,38.7465,-0.8437,0.0000,39.5902,0.0000,39.5902,6.6090,32.9812,0.0000,32.9812,0.0431,32.9381,0.0000,17.4441,11.1863,4.3076,1.1204,9583.2196,9583.2196,9583.2196 -927.5000,1.0000,12336.5766,60.6035,60.1916,-0.0119,0.0000,5,1642.5190,228.1570,710.8705,-104.9877,39.2440,122.2727,-18.0583,-0.2924,32.7076,0.0000,0.0000,6.8288,32.6615,-0.8135,0.0000,33.4749,0.0000,33.4749,6.6123,26.8626,0.0000,26.8626,-0.0178,26.8805,0.0000,17.4704,11.1920,-1.7819,1.1204,8358.6825,8358.6825,8358.6825 -928.5000,1.0000,12353.2619,60.4575,59.9426,-0.0692,0.0000,5,1643.5875,180.6330,704.2137,-105.0257,31.0898,121.2065,-18.0766,0.4005,23.8352,0.0000,0.0000,6.8542,23.9421,-0.7670,0.0000,24.7090,0.0000,24.7090,6.5964,18.1127,0.0000,18.1127,-0.1031,18.2158,0.0000,17.3446,11.1650,-10.2938,1.1080,6861.9236,6861.9236,6861.9236 -929.5000,1.0000,12369.8726,60.1890,59.6546,-0.0800,0.0000,5,1638.8190,163.5661,681.2469,-104.8559,28.0707,116.9134,-17.9950,-0.8792,22.1373,0.0000,0.0000,6.8126,22.0721,-0.7530,0.0000,22.8251,0.0000,22.8251,6.5671,16.2580,0.0000,16.2580,-0.1187,16.3767,0.0000,17.1145,11.1154,-11.8532,1.1322,6293.1245,6293.1245,6293.1245 -930.5000,1.0000,12386.3989,59.8850,59.3346,-0.0889,0.0000,5,1631.7615,160.1846,681.1670,-104.6046,27.3720,116.3962,-17.8746,0.1682,20.3992,0.0000,0.0000,6.8046,20.4749,-0.7399,0.0000,21.2148,0.0000,21.2148,6.5339,14.6808,0.0000,14.6808,-0.1312,14.8121,0.0000,16.8565,11.0593,-13.1037,1.1183,6165.6992,6165.6992,6165.6992 -931.5000,1.0000,12402.8457,59.5990,59.0826,-0.0700,0.0000,5,1616.1210,166.7231,663.8610,-104.0476,28.2162,112.3517,-17.6090,-1.7189,23.2047,0.0000,0.0000,6.7304,23.0046,-0.7479,0.0000,23.7525,0.0000,23.7525,6.5027,17.2498,0.0000,17.2498,-0.1029,17.3527,0.0000,16.6161,11.0065,-10.2699,1.1279,6313.0139,6313.0139,6313.0139 -932.5000,1.0000,12419.2381,59.4030,58.9426,-0.0389,0.0000,5,1602.1210,204.8863,675.5849,-103.5490,34.3745,113.3454,-17.3728,0.3265,27.3049,0.0000,0.0000,6.7431,27.3938,-0.7668,0.0000,28.1606,0.0000,28.1606,6.4813,21.6793,0.0000,21.6793,-0.0570,21.7362,0.0000,16.4527,10.9703,-5.6867,1.1253,7421.3158,7421.3158,7421.3158 -933.5000,1.0000,12435.6232,59.3770,59.0306,0.0244,0.0000,5,1605.3635,258.4359,685.3560,-103.6645,43.4465,115.2174,-17.4274,-0.0075,36.6994,0.0000,0.0000,6.7546,36.6705,-0.8133,0.0000,37.4838,0.0000,37.4838,6.4785,31.0053,0.0000,31.0053,0.0358,30.9695,0.0000,16.4311,10.9655,3.5730,1.1384,9119.8783,9119.8783,9119.8783 -934.5000,1.0000,12452.0580,59.5555,59.2996,0.0747,0.0000,5,1601.5485,303.0887,698.9086,-103.5286,50.8321,117.2166,-17.3632,-0.3677,44.4898,0.0000,0.0000,6.7100,44.2859,-0.8547,0.0000,45.1406,0.0000,45.1406,6.4980,38.6426,0.0000,38.6426,0.1097,38.5329,0.0000,16.5798,10.9984,10.9547,1.1377,10505.9796,10505.9796,10505.9796 -935.5000,1.0000,12468.5923,59.9140,59.7476,0.1244,0.0000,5,1608.7585,355.0046,722.4106,-103.7854,59.8072,121.7036,-17.4846,1.0817,51.9618,0.0000,0.0000,6.7637,52.1206,-0.9002,0.0000,53.0208,0.0000,53.0208,6.5371,46.4837,0.0000,46.4837,0.1838,46.2999,0.0000,16.8811,11.0646,18.3541,1.1265,12186.2063,12186.2063,12186.2063 -936.5000,1.0000,12485.2141,60.2290,59.9296,0.0506,0.0000,5,1631.1515,288.8329,741.3615,-104.5829,49.3366,126.6348,-17.8642,1.1464,41.3341,0.0000,0.0000,6.8561,41.5614,-0.8521,0.0000,42.4135,0.0000,42.4135,6.5715,35.8420,0.0000,35.8420,0.0751,35.7670,0.0000,17.1486,11.1228,7.4956,1.1308,10247.3940,10247.3940,10247.3940 -937.5000,1.0000,12501.8786,60.3825,60.0546,0.0347,0.0000,5,1641.1080,268.3182,717.3979,-104.9374,46.1122,123.2894,-18.0342,-0.1500,39.4651,0.0000,0.0000,6.7971,39.3885,-0.8437,0.0000,40.2323,0.0000,40.2323,6.5882,33.6440,0.0000,33.6440,0.0517,33.5924,0.0000,17.2800,11.1512,5.1612,1.1076,9632.2593,9632.2593,9632.2593 -938.5000,1.0000,12518.5378,60.3635,59.8916,-0.0453,0.0000,5,1635.3475,197.3695,709.2365,-104.7323,33.8001,121.4590,-17.9357,-0.4291,27.4538,0.0000,0.0000,6.7754,27.4191,-0.7830,0.0000,28.2021,0.0000,28.2021,6.5861,21.6160,0.0000,21.6160,-0.0674,21.6833,0.0000,17.2637,11.1476,-6.7280,1.1190,7353.7112,7353.7112,7353.7112 -939.5000,1.0000,12535.1191,60.0830,59.4936,-0.1106,0.0000,5,1624.2850,138.2008,684.0262,-104.3383,23.5072,116.3492,-17.7474,-0.6773,17.4477,0.0000,0.0000,6.7369,17.4325,-0.7278,0.0000,18.1603,0.0000,18.1603,6.5555,11.6048,0.0000,11.6048,-0.1638,11.7685,0.0000,17.0243,11.0958,-16.3516,1.1169,5486.6070,5486.6070,5486.6070 -940.5000,1.0000,12551.5330,59.4805,58.6866,-0.2242,0.0000,5,1611.8490,37.3815,663.4552,-103.8954,6.3097,111.9862,-17.5368,-0.5589,0.1693,0.0000,0.0000,6.6993,0.1699,-0.6709,0.0000,0.8408,0.0000,0.8408,6.4898,-5.6490,0.0000,-5.6490,-0.3287,-5.3203,0.0000,16.5179,10.9846,-32.8227,1.1146,3123.7682,3123.7682,3123.7682 -941.5000,1.0000,12567.7227,58.6735,57.8796,-0.2242,0.0000,5,1608.3390,39.7351,636.6423,-103.7704,6.6924,107.2264,-17.4775,0.2110,-0.2657,0.0000,0.0000,6.7472,-0.2679,-0.6582,0.0000,0.3903,0.0000,0.3903,6.4017,-6.0115,0.0000,-6.0115,-0.3243,-5.6872,0.0000,15.8547,10.8355,-32.3774,1.1265,3159.2646,3159.2646,3159.2646 -942.5000,1.0000,12583.7123,57.9530,57.2456,-0.1761,0.0000,5,1591.0200,66.4251,615.4236,-102.9409,11.0672,102.5365,-17.1511,-1.9009,6.3339,0.0000,0.0000,6.6342,6.2908,-0.6364,0.0000,6.9273,0.0000,6.9273,6.3231,0.6041,0.0000,0.6041,-0.2516,0.8558,0.0000,15.2775,10.7025,-25.1242,1.1357,3612.7073,3612.7073,3612.7073 -943.5000,1.0000,12599.5297,57.3330,56.6396,-0.1683,0.0000,5,1565.0035,78.9471,624.5615,-101.3979,12.9384,102.3574,-16.6178,-0.6306,7.0025,0.0000,0.0000,6.5665,7.0102,-0.6300,0.0000,7.6402,0.0000,7.6402,6.2555,1.3847,0.0000,1.3847,-0.2379,1.6227,0.0000,14.7923,10.5880,-23.7577,1.1183,3767.8548,3767.8548,3767.8548 -944.5000,1.0000,12615.1736,56.7085,55.9966,-0.1786,0.0000,5,1557.2595,71.1971,629.6916,-100.9386,11.6105,102.6875,-16.4606,-0.1131,5.1539,0.0000,0.0000,6.5697,5.1793,-0.6116,0.0000,5.7909,0.0000,5.7909,6.1873,-0.3964,0.0000,-0.3964,-0.2497,-0.1467,0.0000,14.3143,10.4727,-24.9337,1.1168,3598.1494,3598.1494,3598.1494 -945.5000,1.0000,12630.6252,56.0160,55.2546,-0.2061,0.0000,5,1536.1640,34.3077,606.7571,-99.6875,5.5190,97.6070,-16.0364,-1.8785,0.9425,0.0000,0.0000,6.4550,0.9364,-0.6107,0.0000,1.5471,0.0000,1.5471,6.1118,-4.5647,0.0000,-4.5647,-0.2847,-4.2800,0.0000,13.7964,10.3448,-28.4212,1.1128,2864.1744,2864.1744,2864.1744 -946.5000,1.0000,12645.8623,55.2440,54.4526,-0.2228,0.0000,5,1505.0735,22.8475,589.6849,-97.8436,3.6010,92.9408,-15.4212,-1.0331,-1.7407,0.0000,0.0000,6.3749,-1.7404,-0.6046,0.0000,-1.1358,0.0000,-1.1358,6.0276,-7.1634,0.0000,-7.1634,-0.3034,-6.8599,0.0000,13.2339,10.2022,-30.2961,1.1032,2588.7056,2588.7056,2588.7056 -947.5000,1.0000,12660.8654,54.4015,53.5696,-0.2453,0.0000,5,1482.6045,0.8349,577.8400,-96.5110,0.1296,89.7143,-14.9841,-1.0281,-5.1529,0.0000,0.0000,6.3106,-5.1555,-0.5994,0.0000,-4.5561,0.0000,-4.5561,5.9356,-10.4917,0.0000,-10.4917,-0.3290,-10.1628,0.0000,12.6378,10.0466,-32.8472,1.0949,2142.3694,2142.3694,2142.3694 -948.5000,1.0000,12675.6225,53.5160,52.6816,-0.2467,0.0000,5,1459.0675,-3.7638,561.1092,-95.1150,-0.5751,85.7337,-14.5329,-1.0972,-5.6551,0.0000,0.0000,6.1773,-5.6546,-0.5864,0.0000,-5.0681,0.0000,-5.0681,5.8390,-10.9072,0.0000,-10.9072,-0.3255,-10.5817,0.0000,12.0307,9.8831,-32.4955,1.0583,1992.2084,1992.2084,1992.2084 -949.5000,1.0000,12690.1154,52.5650,51.6676,-0.2817,0.0000,5,1434.5770,-36.5588,551.2473,-93.6626,-5.4922,82.8131,-14.0708,-1.0788,-10.5400,0.0000,0.0000,6.1266,-10.5518,-0.5835,0.0000,-9.9683,0.0000,-9.9683,5.7353,-15.7036,0.0000,-15.7036,-0.3650,-15.3386,0.0000,11.4010,9.7075,-36.4470,1.0793,1213.2510,1213.2510,1213.2510 -950.5000,1.0000,12704.3367,51.5870,50.7256,-0.2617,0.0000,5,1409.0185,-22.6150,529.2254,-92.1467,-3.3369,78.0883,-13.5964,-1.1520,-8.1951,0.0000,0.0000,6.0102,-8.1924,-0.5622,0.0000,-7.6302,0.0000,-7.6302,5.6285,-13.2588,0.0000,-13.2588,-0.3328,-12.9260,0.0000,10.7763,9.5268,-33.2290,1.0577,1463.8727,1463.8727,1463.8727 -951.5000,1.0000,12718.3034,50.6705,49.8346,-0.2475,0.0000,5,1386.8925,-9.5022,530.8199,-90.8345,-1.3800,77.0937,-13.1924,-0.7506,-6.6105,0.0000,0.0000,5.9811,-6.6268,-0.5441,0.0000,-6.0827,0.0000,-6.0827,5.5286,-11.6113,0.0000,-11.6113,-0.3092,-11.3021,0.0000,10.2120,9.3576,-30.8716,1.0795,1711.5007,1711.5007,1711.5007 -952.5000,1.0000,12732.0170,49.7595,48.9036,-0.2586,0.0000,5,1366.5215,-23.1472,527.8108,-89.6263,-3.3124,75.5307,-12.8257,-0.9700,-8.2319,0.0000,0.0000,5.8895,-8.2394,-0.5341,0.0000,-7.7053,0.0000,-7.7053,5.4292,-13.1344,0.0000,-13.1344,-0.3173,-12.8171,0.0000,9.6711,9.1893,-31.6776,1.0453,1375.0577,1375.0577,1375.0577 -953.5000,1.0000,12745.4683,48.8150,47.9456,-0.2661,0.0000,5,1337.6820,-35.5978,509.2945,-87.9159,-4.9866,71.3429,-12.3154,-1.4196,-9.3779,0.0000,0.0000,5.8109,-9.3485,-0.5225,0.0000,-8.8259,0.0000,-8.8259,5.3261,-14.1520,0.0000,-14.1520,-0.3203,-13.8318,0.0000,9.1309,9.0149,-31.9776,1.0369,1041.5138,1041.5138,1041.5138 -954.5000,1.0000,12758.6401,47.8090,46.8916,-0.2928,0.0000,5,1308.3085,-57.6500,498.6949,-86.1738,-7.8984,68.3241,-11.8063,-0.9716,-12.6715,0.0000,0.0000,5.7446,-12.6943,-0.5158,0.0000,-12.1785,0.0000,-12.1785,5.2163,-17.3948,0.0000,-17.3948,-0.3451,-17.0497,0.0000,8.5781,8.8291,-34.4570,1.0441,506.9683,506.9683,506.9683 -955.5000,1.0000,12771.5663,46.9245,46.1766,-0.1986,0.0000,5,1285.5725,22.8708,483.3947,-84.8254,3.0790,65.0769,-11.4196,-0.8403,-1.7526,0.0000,0.0000,5.6719,-1.7514,-0.4755,0.0000,-1.2759,0.0000,-1.2759,5.1198,-6.3958,0.0000,-6.3958,-0.2298,-6.1660,0.0000,8.1103,8.6658,-22.9421,1.0396,2019.5671,2019.5671,2019.5671 -956.5000,1.0000,12784.2686,46.1190,45.2806,-0.2489,0.0000,5,1257.4195,-27.0185,506.4403,-83.1557,-3.5577,66.6864,-10.9497,-1.3521,-7.8021,0.0000,0.0000,5.5965,-7.7690,-0.4787,0.0000,-7.2903,0.0000,-7.2903,5.0319,-12.3222,0.0000,-12.3222,-0.2830,-12.0392,0.0000,7.7000,8.5170,-28.2563,1.0340,1063.1177,1063.1177,1063.1177 -957.5000,1.0000,12796.7059,45.1645,44.2676,-0.2814,0.0000,5,1229.6100,-52.6650,481.1265,-81.5064,-6.7814,61.9520,-10.4951,-0.7778,-11.5388,0.0000,0.0000,5.5352,-11.5720,-0.4744,0.0000,-11.0976,0.0000,-11.0976,4.9278,-16.0254,0.0000,-16.0254,-0.3133,-15.7121,0.0000,7.2320,8.3408,-31.2848,1.0419,501.1264,501.1264,501.1264 -958.5000,1.0000,12808.8963,44.2760,43.5036,-0.2122,0.0000,5,1211.0320,6.6585,465.7648,-80.4046,0.8444,59.0678,-10.1968,-0.6156,-3.9773,0.0000,0.0000,5.4373,-3.9845,-0.4428,0.0000,-3.5417,0.0000,-3.5417,4.8309,-8.3725,0.0000,-8.3725,-0.2317,-8.1408,0.0000,6.8132,8.1767,-23.1307,0.9982,1597.2094,1597.2094,1597.2094 -959.5000,1.0000,12820.8566,43.4475,42.6106,-0.2481,0.0000,5,1194.2090,-25.5969,487.9938,-79.4048,-3.2011,61.0272,-9.9302,-0.6267,-8.0099,0.0000,0.0000,5.4355,-8.0351,-0.4412,0.0000,-7.5939,0.0000,-7.5939,4.7405,-12.3344,0.0000,-12.3344,-0.2657,-12.0687,0.0000,6.4380,8.0237,-26.5304,0.9949,959.5291,959.5291,959.5291 -960.5000,1.0000,12832.4694,42.1965,41.0016,-0.4469,0.0000,5,1165.1790,-77.6723,456.2788,-77.6731,-9.4774,55.6739,-9.4775,-1.4658,-13.5300,0.0000,0.0000,5.5184,-13.5505,-0.4376,0.0000,-13.1129,0.0000,-13.1129,4.6040,-17.7169,15.4820,-33.1988,-0.4650,-32.7339,0.0000,5.8993,7.7927,-46.4258,1.1551,0.0000,0.0000,0.0000 -961.5000,1.0000,12843.7129,40.8670,39.9516,-0.2917,0.0000,5,1123.1025,-75.1603,417.7534,-75.1632,-8.8397,49.1324,-8.8400,-1.4892,-12.7331,0.0000,0.0000,5.3826,-12.6509,-0.4172,0.0000,-12.2336,0.0000,-12.2336,4.4589,-16.6925,0.0382,-16.7307,-0.2939,-16.4368,0.0000,5.3580,7.5471,-29.3419,1.1217,0.0000,0.0000,0.0000 -962.5000,1.0000,12854.6985,39.9385,39.1446,-0.2242,0.0000,5,1091.9360,-11.7825,418.4629,-73.2078,-1.3473,47.8501,-8.3711,-0.6421,-5.9058,0.0000,0.0000,5.2006,-5.9138,-0.3880,0.0000,-5.5258,0.0000,-5.5258,4.3576,-9.8834,0.0000,-9.8834,-0.2207,-9.6627,0.0000,5.0007,7.3757,-22.0390,1.0098,1029.7663,1029.7663,1029.7663 -963.5000,1.0000,12865.4640,39.1460,38.3666,-0.2161,0.0000,5,1073.7775,-5.6845,445.6576,-71.9080,-0.6392,50.1123,-8.0857,-0.5660,-5.1903,0.0000,0.0000,5.1171,-5.2005,-0.3758,0.0000,-4.8247,0.0000,-4.8247,4.2711,-9.0958,0.0000,-9.0958,-0.2086,-8.8873,0.0000,4.7089,7.2293,-20.8254,0.9824,1085.2848,1085.2848,1085.2848 -964.5000,1.0000,12876.1465,38.8475,38.5476,0.0503,0.0000,5,1056.0770,227.3756,443.4265,-70.6410,25.1459,49.0395,-7.8123,-0.5913,20.6627,0.0000,0.0000,5.0745,20.4367,-0.4338,0.0000,20.8705,0.0000,20.8705,4.2386,16.6319,0.0000,16.6319,0.0482,16.5837,0.0000,4.6015,7.1742,4.8080,0.9898,5282.0348,5282.0348,5282.0348 -965.5000,1.0000,12886.9939,39.4410,39.5536,0.2794,0.0000,5,1056.8020,444.1778,570.7238,-70.6928,49.1563,63.1609,-7.8234,0.6387,43.3977,0.0000,0.0000,5.1198,43.2503,-0.5564,0.0000,43.8067,0.0000,43.8067,4.3033,39.5034,0.0000,39.5034,0.2717,39.2316,0.0000,4.8164,7.2838,27.1314,0.9668,9821.3128,9821.3128,9821.3128 -966.5000,1.0000,12898.1654,40.6080,40.8816,0.3689,0.0000,5,1074.5405,534.0123,674.8213,-71.9626,60.0901,75.9347,-8.0976,0.5211,54.4075,0.0000,0.0000,5.1615,53.9255,-0.6251,0.0000,54.5506,0.0000,54.5506,4.5493,50.0013,0.0000,50.0013,0.3693,49.6320,0.0000,5.2573,7.4993,36.8754,0.9941,11920.4619,11920.4619,11920.4619 -967.5000,1.0000,12909.7636,42.1440,42.6256,0.4844,0.0000,5,1101.9305,653.2891,725.6794,-73.9002,75.3856,83.7390,-8.5276,1.3191,68.8178,0.0000,0.0000,5.2486,68.6155,-0.7191,0.0000,69.3346,0.0000,69.3346,4.9122,64.4224,0.0000,64.4224,0.5034,63.9190,0.0000,5.8777,7.7830,50.2584,0.9891,14808.7436,14808.7436,14808.7436 -968.5000,1.0000,12921.8521,43.9090,44.4116,0.4961,0.0000,5,1149.0045,667.9774,784.8050,-76.7083,80.3734,94.4305,-9.2298,1.9461,73.0344,0.0000,0.0000,5.3929,73.2968,-0.7662,0.0000,74.0630,0.0000,74.0630,5.1453,68.9177,0.0000,68.9177,0.5371,68.3806,0.0000,6.6474,8.1089,53.6243,1.0118,15771.6044,15771.6044,15771.6044 -969.5000,1.0000,12934.4045,45.5790,45.9656,0.4317,0.0000,5,1202.8685,606.0871,794.0255,-79.9204,76.3452,100.0187,-10.0671,1.9415,68.9137,0.0000,0.0000,5.4900,69.2392,-0.7684,0.0000,70.0076,0.0000,70.0076,5.2379,64.7697,0.0000,64.7697,0.4851,64.2846,0.0000,7.4342,8.4173,48.4331,1.0099,15073.6023,15073.6023,15073.6023 -970.5000,1.0000,12947.3880,47.1310,47.5156,0.4306,0.0000,5,1251.6210,604.4276,771.9963,-82.8118,79.2220,101.1851,-10.8541,1.7270,71.8889,0.0000,0.0000,5.6060,71.9956,-0.8040,0.0000,72.7996,0.0000,72.7996,5.4224,67.3772,0.0000,67.3772,0.5003,66.8769,0.0000,8.2196,8.7039,49.9534,0.9929,15593.4928,15593.4928,15593.4928 -971.5000,1.0000,12960.7648,48.5470,48.7976,0.3561,0.0000,5,1290.0740,537.7802,774.1150,-85.0924,72.6521,104.5800,-11.4957,1.2663,65.6485,0.0000,0.0000,5.7372,65.5958,-0.7918,0.0000,66.3876,0.0000,66.3876,5.4563,60.9313,0.0000,60.9313,0.4262,60.5050,0.0000,8.9820,8.9654,42.5576,1.0272,14368.8642,14368.8642,14368.8642 -972.5000,1.0000,12974.5085,49.8675,50.1566,0.3775,0.0000,5,1327.2680,561.3211,754.7254,-87.2983,78.0187,104.9002,-12.1337,1.7288,70.4027,0.0000,0.0000,5.8871,70.5662,-0.8361,0.0000,71.4023,0.0000,71.4023,5.6529,65.7494,0.0000,65.7494,0.4641,65.2853,0.0000,9.7352,9.2093,46.3408,1.0480,15328.4087,15328.4087,15328.4087 -973.5000,1.0000,12988.6255,51.2115,51.4856,0.3692,0.0000,5,1368.6200,554.8660,767.9128,-89.7508,79.5243,110.0585,-12.8632,1.6929,71.8174,0.0000,0.0000,6.0139,71.9409,-0.8629,0.0000,72.8038,0.0000,72.8038,5.7974,67.0064,0.0000,67.0064,0.4661,66.5403,0.0000,10.5435,9.4575,46.5392,1.0741,15599.2143,15599.2143,15599.2143 -974.5000,1.0000,13003.0769,52.4155,52.5646,0.2997,0.0000,5,1403.1815,492.3067,768.0081,-91.8006,72.3400,112.8517,-13.4893,1.2425,65.0031,0.0000,0.0000,6.0943,65.0020,-0.8459,0.0000,65.8480,0.0000,65.8480,5.8037,60.0443,0.0000,60.0443,0.3873,59.6570,0.0000,11.3041,9.6798,38.6730,1.0983,14287.8084,14287.8084,14287.8084 -975.5000,1.0000,13017.8195,53.4640,53.5826,0.2828,0.0000,5,1430.9910,479.5648,749.3622,-93.4499,71.8642,112.2942,-14.0037,1.1767,64.5023,0.0000,0.0000,6.1852,64.4919,-0.8594,0.0000,65.3513,0.0000,65.3513,5.8926,59.4587,0.0000,59.4587,0.3727,59.0860,0.0000,11.9959,9.8735,37.2165,1.0923,14211.7199,14211.7199,14211.7199 -976.5000,1.0000,13032.8287,54.4235,54.4836,0.2503,0.0000,5,1458.6100,452.5514,749.7131,-95.0879,69.1251,114.5151,-14.5242,1.2746,61.5581,0.0000,0.0000,6.2925,61.6483,-0.8598,0.0000,62.5081,0.0000,62.5081,5.9381,56.5700,0.0000,56.5700,0.3358,56.2342,0.0000,12.6532,10.0507,33.5303,1.1006,13733.0269,13733.0269,13733.0269 -977.5000,1.0000,13048.0983,55.3610,55.4576,0.2706,0.0000,5,1482.7955,472.0600,742.3622,-96.5223,73.3005,115.2725,-14.9878,0.9066,66.1128,0.0000,0.0000,6.2811,65.9763,-0.8964,0.0000,66.8727,0.0000,66.8727,6.0897,60.7830,0.0000,60.7830,0.3693,60.4137,0.0000,13.3185,10.2238,36.8714,1.0370,14550.0534,14550.0534,14550.0534 -978.5000,1.0000,13063.6410,56.3440,56.4496,0.2756,0.0000,5,1510.7575,482.1281,758.1710,-98.1807,76.2756,119.9473,-15.5328,1.6705,68.1300,0.0000,0.0000,6.4752,68.3404,-0.9239,0.0000,69.2643,0.0000,69.2643,6.2159,63.0484,0.0000,63.0484,0.3828,62.6656,0.0000,14.0407,10.4053,38.2196,1.1199,15115.2015,15115.2015,15115.2015 -979.5000,1.0000,13079.4612,57.3430,57.4556,0.2794,0.0000,5,1536.5070,485.6572,760.4260,-99.7078,78.1435,122.3545,-16.0433,0.7307,70.8850,0.0000,0.0000,6.5278,70.6228,-0.9515,0.0000,71.5742,0.0000,71.5742,6.3423,65.2319,0.0000,65.2319,0.3951,64.8368,0.0000,14.8008,10.5898,39.4462,1.1129,15508.1605,15508.1605,15508.1605 -980.5000,1.0000,13095.5341,58.2530,58.2696,0.2261,0.0000,5,1557.1450,442.5421,768.6671,-100.9318,72.1626,125.3418,-16.4583,1.2330,64.3612,0.0000,0.0000,6.5684,64.4439,-0.9350,0.0000,65.3790,0.0000,65.3790,6.3559,59.0231,0.0000,59.0231,0.3247,58.6984,0.0000,15.5163,10.7579,32.4242,1.1042,14382.7108,14382.7108,14382.7108 -981.5000,1.0000,13111.8227,59.0295,59.0086,0.2053,0.0000,5,1589.2655,426.0931,763.6653,-102.8368,70.9136,127.0949,-17.1149,1.8765,62.3142,0.0000,0.0000,6.7229,62.6758,-0.9389,0.0000,63.6146,0.0000,63.6146,6.4406,57.1740,0.0000,57.1740,0.2988,56.8753,0.0000,16.1449,10.9013,29.8291,1.1354,14237.3732,14237.3732,14237.3732 -982.5000,1.0000,13128.2883,59.6665,59.5436,0.1486,0.0000,5,1612.0395,370.5229,754.4386,-103.9022,62.5489,127.3586,-17.5400,0.3512,55.4621,0.0000,0.0000,6.7356,55.3361,-0.9123,0.0000,56.2484,0.0000,56.2484,6.5101,49.7383,0.0000,49.7383,0.2186,49.5197,0.0000,16.6729,11.0189,21.8279,1.1021,12696.5071,12696.5071,12696.5071 -983.5000,1.0000,13144.8236,59.9175,59.5106,-0.0092,0.0000,5,1623.3310,233.9305,743.0386,-104.3044,39.7670,126.3127,-17.7312,0.7720,32.1584,0.0000,0.0000,6.8365,32.3208,-0.8003,0.0000,33.1210,0.0000,33.1210,6.5375,26.5836,0.0000,26.5836,-0.0135,26.5971,0.0000,16.8839,11.0653,-1.3521,1.1544,8441.9783,8441.9783,8441.9783 -984.5000,1.0000,13161.2804,59.6350,58.9786,-0.1478,0.0000,5,1631.0750,107.1492,700.1243,-104.5801,18.3017,119.5853,-17.8629,0.0000,11.5127,0.0000,0.0000,6.7890,11.5643,-0.6907,0.0000,12.2550,0.0000,12.2550,6.5066,5.7483,0.0000,5.7483,-0.2173,5.9656,0.0000,16.6465,11.0131,-21.6940,1.1182,4580.4933,4580.4933,4580.4933 -985.5000,1.0000,13177.6267,59.2370,58.7146,-0.0733,0.0000,5,1617.5710,163.7099,650.2679,-104.0992,27.7311,110.1499,-17.6335,-1.3414,22.3165,0.0000,0.0000,6.7561,22.1796,-0.7378,0.0000,22.9173,0.0000,22.9173,6.4632,16.4541,0.0000,16.4541,-0.1071,16.5612,0.0000,16.3152,10.9396,-10.6936,1.1407,6227.5073,6227.5073,6227.5073 -986.5000,1.0000,13193.9317,59.0885,58.6816,-0.0092,0.0000,5,1603.0370,226.7983,672.0846,-103.5816,38.0725,112.8226,-17.3882,-0.1014,31.4347,0.0000,0.0000,6.7393,31.4232,-0.7820,0.0000,32.2052,0.0000,32.2052,6.4470,25.7582,0.0000,25.7582,-0.0134,25.7716,0.0000,16.1927,10.9122,-1.3333,1.1255,8114.2522,8114.2522,8114.2522 -987.5000,1.0000,13210.2638,59.1860,58.9096,0.0633,0.0000,5,1605.9740,293.1123,694.7412,-103.6862,49.2948,116.8396,-17.4377,0.3912,42.1202,0.0000,0.0000,6.7834,42.1430,-0.8377,0.0000,42.9808,0.0000,42.9808,6.4577,36.5231,0.0000,36.5231,0.0924,36.4307,0.0000,16.2731,10.9302,9.2274,1.1260,10212.1859,10212.1859,10212.1859 -988.5000,1.0000,13226.6928,59.5345,59.3786,0.1303,0.0000,5,1611.2000,352.6634,714.2484,-103.8723,59.5029,120.5112,-17.5258,0.1246,52.6066,0.0000,0.0000,6.7718,52.4411,-0.8955,0.0000,53.3366,0.0000,53.3366,6.4957,46.8409,0.0000,46.8409,0.1912,46.6497,0.0000,16.5624,10.9945,19.0927,1.1270,12130.2421,12130.2421,12130.2421 -989.5000,1.0000,13243.2731,60.0795,59.9996,0.1725,0.0000,5,1620.3935,395.5877,737.5041,-104.1997,67.1262,125.1450,-17.6814,0.7896,59.5153,0.0000,0.0000,6.8213,59.4993,-0.9402,0.0000,60.4395,0.0000,60.4395,6.5551,53.8844,0.0000,53.8844,0.2555,53.6288,0.0000,17.0216,11.0952,25.5120,1.1162,13572.6496,13572.6496,13572.6496 -990.5000,1.0000,13260.0328,60.7255,60.6706,0.1864,0.0000,5,1626.0395,408.8026,745.6947,-104.4008,69.6103,126.9757,-17.7772,-0.2285,63.0262,0.0000,0.0000,6.8126,62.5917,-0.9667,0.0000,63.5584,0.0000,63.5584,6.6256,56.9328,0.0000,56.9328,0.2791,56.6537,0.0000,17.5767,11.2145,27.8625,1.1173,14049.9671,14049.9671,14049.9671 -991.5000,1.0000,13276.9812,61.4045,61.3576,0.1908,0.0000,5,1643.5875,423.2579,763.8164,-105.0257,72.8495,131.4651,-18.0766,2.0022,63.9485,0.0000,0.0000,6.8988,64.3602,-0.9871,0.0000,65.3473,0.0000,65.3473,6.6997,58.6476,0.0000,58.6476,0.2889,58.3587,0.0000,18.1729,11.3399,28.8459,1.1080,14667.7018,14667.7018,14667.7018 -992.5000,1.0000,13294.1080,62.0470,61.9556,0.1661,0.0000,5,1681.0480,398.2866,771.2985,-106.3598,70.1139,135.7786,-18.7235,1.8194,61.2737,0.0000,0.0000,7.0208,61.6192,-0.9842,0.0000,62.6033,0.0000,62.6033,6.7698,55.8335,0.0000,55.8335,0.2541,55.5794,0.0000,18.7492,11.4585,25.3717,1.1285,14210.7029,14210.7029,14210.7029 -993.5000,1.0000,13311.3969,62.6305,62.5246,0.1581,0.0000,5,1689.1735,384.0065,752.9078,-106.6492,67.9269,133.1817,-18.8652,-0.9853,61.9294,0.0000,0.0000,6.9828,61.3026,-0.9926,0.0000,62.2953,0.0000,62.2953,6.8335,55.4618,0.0000,55.4618,0.2441,55.2177,0.0000,19.2831,11.5663,24.3683,1.1447,13809.3459,13809.3459,13809.3459 -994.5000,1.0000,13328.8382,63.1790,63.0526,0.1467,0.0000,5,1693.3320,387.3259,763.1137,-106.7973,68.6827,135.3194,-18.9379,1.4202,60.1636,0.0000,0.0000,7.0989,60.3964,-0.9975,0.0000,61.3940,0.0000,61.3940,6.8933,54.5006,0.0000,54.5006,0.2285,54.2722,0.0000,19.7941,11.6676,22.8104,1.1733,13957.3060,13957.3060,13957.3060 -995.5000,1.0000,13346.3907,63.5795,63.3256,0.0758,0.0000,5,1717.9755,322.5172,765.7477,-107.6749,58.0228,137.7626,-19.3714,1.1591,49.6770,0.0000,0.0000,7.1867,49.8876,-0.9514,0.0000,50.8390,0.0000,50.8390,6.9370,43.9019,0.0000,43.9019,0.1189,43.7831,0.0000,20.1727,11.7416,11.8688,1.1400,11982.9518,11982.9518,11982.9518 -996.5000,1.0000,13363.9896,63.7465,63.3866,0.0169,0.0000,5,1727.5505,276.7965,745.1148,-108.0159,50.0749,134.7977,-19.5410,-0.1497,40.8896,0.0000,0.0000,9.3350,40.8367,-0.9086,0.0000,41.7452,0.0000,41.7452,6.9552,34.7900,0.0000,34.7900,0.0266,34.7634,0.0000,20.3320,11.7724,2.6590,1.1567,10474.5887,10474.5887,10474.5887 -997.5000,1.0000,13381.6064,63.8110,63.4546,0.0189,0.0000,5,1727.7030,280.4462,735.9739,-108.0213,50.7396,133.1558,-19.5437,0.1659,41.2102,0.0000,0.0000,9.3635,41.2255,-0.9117,0.0000,42.1372,0.0000,42.1372,6.9623,35.1749,0.0000,35.1749,0.0297,35.1452,0.0000,20.3938,11.7843,2.9671,1.1704,10605.1719,10605.1719,10605.1719 -998.5000,1.0000,13399.2472,63.8970,63.5586,0.0289,0.0000,5,1731.5940,289.5831,738.1197,-108.1599,52.5107,133.8448,-19.6129,0.2475,42.8933,0.0000,0.0000,9.3699,42.9160,-0.9217,0.0000,43.8377,0.0000,43.8377,6.9717,36.8661,0.0000,36.8661,0.0455,36.8206,0.0000,20.4764,11.8002,4.5440,1.1579,10955.5635,10955.5635,10955.5635 -999.5000,1.0000,13416.9236,64.0255,63.7116,0.0425,0.0000,5,1736.4770,301.7769,741.6009,-108.3338,54.8761,134.8553,-19.6998,0.2726,45.2270,0.0000,0.0000,9.3765,45.2396,-0.9357,0.0000,46.1753,0.0000,46.1753,6.9857,39.1896,0.0000,39.1896,0.0671,39.1225,0.0000,20.6002,11.8239,6.6984,1.1458,11417.1114,11417.1114,11417.1114 -1000.5000,1.0000,13434.6543,64.2210,63.9496,0.0661,0.0000,5,1740.0630,322.8895,744.5044,-108.4615,58.8366,135.6628,-19.7637,0.1101,49.3154,0.0000,0.0000,9.4111,49.2534,-0.9594,0.0000,50.2128,0.0000,50.2128,7.0070,43.2057,0.0000,43.2057,0.1047,43.1011,0.0000,20.7895,11.8600,10.4516,1.1606,12143.0989,12143.0989,12143.0989 -1001.5000,1.0000,13452.4660,64.5125,64.2946,0.0958,0.0000,5,1754.6350,354.4114,759.9168,-108.9805,65.1213,139.6309,-20.0246,1.4592,54.1353,0.0000,0.0000,9.5268,54.4076,-0.9905,0.0000,55.3982,0.0000,55.3982,7.0388,48.3593,0.0000,48.3593,0.1524,48.2069,0.0000,21.0739,11.9139,15.2191,1.1651,13306.6911,13306.6911,13306.6911 -1002.5000,1.0000,13470.3717,64.8510,64.6266,0.0922,0.0000,5,1759.5175,343.2638,755.4723,-109.1543,63.2485,139.2005,-20.1124,-0.9357,54.7418,0.0000,0.0000,9.4424,54.3333,-0.9961,0.0000,55.3295,0.0000,55.3295,7.0758,48.2537,0.0000,48.2537,0.1475,48.1063,0.0000,21.4074,11.9764,14.7225,1.1667,12956.2272,12956.2272,12956.2272 -1003.5000,1.0000,13488.3752,65.2030,64.9986,0.1033,0.0000,5,1758.3730,363.0807,762.4420,-109.1136,66.8564,140.3933,-20.0918,0.8115,56.5712,0.0000,0.0000,9.4737,56.6513,-1.0141,0.0000,57.6654,0.0000,57.6654,7.1142,50.5512,0.0000,50.5512,0.1661,50.3851,0.0000,21.7579,12.0414,16.5858,1.1800,13644.6428,13644.6428,13644.6428 -1004.5000,1.0000,13506.4706,65.5340,65.2886,0.0806,0.0000,5,1767.9865,329.8083,765.2529,-109.4559,61.0617,141.6813,-20.2650,0.2278,53.5202,0.0000,0.0000,7.3137,53.4654,-1.0039,0.0000,54.4693,0.0000,54.4693,7.1503,47.3190,0.0000,47.3190,0.1302,47.1888,0.0000,22.0909,12.1025,12.9955,1.1693,12559.9560,12559.9560,12559.9560 -1005.5000,1.0000,13524.6930,65.9910,65.9126,0.1733,0.0000,5,1778.3245,416.4095,763.6180,-109.8241,77.5462,142.2053,-20.4521,0.8998,69.2979,0.0000,0.0000,7.3484,69.2914,-1.0920,0.0000,70.3833,0.0000,70.3833,7.2001,63.1832,0.0000,63.1832,0.2820,62.9012,0.0000,22.5567,12.1869,28.1576,1.1453,15663.6516,15663.6516,15663.6516 -1006.5000,1.0000,13543.1121,66.6990,66.7046,0.2200,0.0000,5,1796.8640,461.6229,786.3296,-110.4844,86.8623,147.9614,-20.7895,1.1366,78.2776,0.0000,0.0000,7.4480,78.2617,-1.1500,0.0000,79.4117,0.0000,79.4117,7.3195,72.0922,0.0000,72.0922,0.3618,71.7304,0.0000,23.2908,12.3177,36.1220,1.1784,17455.5005,17455.5005,17455.5005 -1007.5000,1.0000,13561.8336,67.7880,68.0906,0.3850,0.0000,5,1818.6465,617.5628,798.6032,-111.2967,117.6137,152.0926,-21.1963,1.2824,108.8333,0.0000,0.0000,7.4980,108.4121,-1.3220,0.0000,109.7341,0.0000,109.7341,7.8744,101.8597,0.0000,101.8597,0.6435,101.2163,0.0000,24.4520,12.5188,64.2455,1.1906,23130.8237,23130.8237,23130.8237 -1008.5000,1.0000,13580.9452,69.1920,69.5126,0.3950,0.0000,5,1854.6195,636.4305,834.8226,-112.6484,123.6045,162.1353,-21.8780,2.7893,113.1127,0.0000,0.0000,7.7025,113.4407,-1.3732,0.0000,114.8140,0.0000,114.8140,8.0796,106.7344,0.0000,106.7344,0.6738,106.0605,0.0000,26.0031,12.7781,67.2794,1.1791,24274.5109,24274.5109,24274.5109 -1009.5000,1.0000,13600.3390,70.2080,70.1226,0.1694,0.0000,5,1885.7860,429.1008,831.6004,-113.8195,84.7384,164.2237,-22.4770,0.7731,76.2243,0.0000,0.0000,7.7410,76.1633,-1.2039,0.0000,77.3672,0.0000,77.3672,7.6602,69.7069,0.0000,69.7069,0.2933,69.4136,0.0000,27.1631,12.9657,29.2849,1.1791,17144.0217,17144.0217,17144.0217 -1010.5000,1.0000,13619.9211,70.8860,70.8686,0.2072,0.0000,5,1909.7430,468.5167,806.8831,-114.7197,93.6976,161.3668,-22.9425,2.0267,83.7918,0.0000,0.0000,7.8791,84.1074,-1.2568,0.0000,85.3642,0.0000,85.3642,7.7935,77.5707,0.0000,77.5707,0.3622,77.2086,0.0000,27.9579,13.0909,36.1598,1.1791,18895.9690,18895.9690,18895.9690 -1011.5000,1.0000,13639.6667,71.4745,71.2996,0.1197,0.0000,5,1931.4490,386.8448,808.5523,-115.5353,78.2436,163.5385,-23.3683,0.5249,69.7882,0.0000,0.0000,7.9305,69.7378,-1.1954,0.0000,70.9331,0.0000,70.9331,7.7984,63.1347,0.0000,63.1347,0.2110,62.9237,0.0000,28.6595,13.1996,21.0647,1.1791,16003.9559,16003.9559,16003.9559 -1012.5000,1.0000,13659.4385,71.5690,71.0576,-0.0672,0.0000,5,1948.0430,225.4569,803.8606,-116.1589,45.9929,163.9864,-23.6962,1.4558,36.5160,0.0000,0.0000,8.0211,36.8063,-1.0308,0.0000,37.8371,0.0000,37.8371,7.8087,30.0284,0.0000,30.0284,-0.1186,30.1470,0.0000,28.7731,13.2170,-11.8431,1.1791,10005.5363,10005.5363,10005.5363 -1013.5000,1.0000,13679.0427,70.9655,70.0926,-0.2681,0.0000,5,1828.4885,-36.0118,670.9628,-111.6665,-6.8955,128.4752,-21.3818,-14.7911,0.7754,0.0000,0.0000,7.1203,0.7244,-0.8801,0.0000,1.6045,0.0000,1.6045,7.7429,-6.1384,0.0000,-6.1384,-0.4690,-5.6694,0.0000,28.0526,13.1056,-46.8275,1.1791,1975.3228,1975.3228,1975.3228 -1014.5000,1.0000,13698.3752,69.9875,69.1016,-0.2753,0.0000,6,1535.6680,-62.8623,468.3757,-99.6581,-10.1092,75.3217,-16.0265,-15.1925,-1.0827,0.0000,0.0000,6.1661,-0.9760,-0.6628,0.0000,-0.3133,0.0000,-0.3133,7.6362,-7.9495,0.0000,-7.9495,-0.4750,-7.4745,0.1183,26.9088,12.9250,-47.4265,1.1127,778.8092,778.8092,778.8092 -1015.5000,1.0000,13717.3972,68.8695,67.8566,-0.3458,0.0000,6,1358.7015,-65.2018,497.4046,-89.1625,-9.2771,70.7722,-12.6863,-1.3241,-13.9742,0.0000,0.0000,6.0212,-13.9369,-0.7754,0.0000,-13.1615,0.0000,-13.1615,7.5142,-20.6757,0.0000,-20.6757,-0.5872,-20.0885,0.1829,25.6405,12.7185,-58.6304,1.0712,439.5445,439.5445,439.5445 -1016.5000,1.0000,13736.0698,67.6120,66.5866,-0.3528,0.0000,6,1337.7205,-72.4398,500.2834,-87.9182,-10.1478,70.0826,-12.3161,-0.4199,-15.6884,0.0000,0.0000,5.9606,-15.7767,-0.7774,0.0000,-14.9993,0.0000,-14.9993,7.3770,-22.3763,0.0000,-22.3763,-0.5881,-21.7882,0.1795,24.2617,12.4863,-58.7157,1.0510,247.3055,247.3055,247.3055 -1017.5000,1.0000,13754.4265,66.4745,65.5816,-0.2792,0.0000,6,1324.5595,7.0974,491.1294,-87.1377,0.9845,68.1234,-12.0867,-0.6548,-4.1324,0.0000,0.0000,5.7716,-4.1385,-0.6489,0.0000,-3.4896,0.0000,-3.4896,7.2529,-10.7425,0.0000,-10.7425,-0.4575,-10.2850,0.0642,23.0569,12.2762,-45.6823,1.0473,1862.4446,1862.4446,1862.4446 -1018.5000,1.0000,13772.6547,66.0120,65.6616,0.0222,0.0000,6,1311.7035,362.2514,523.0434,-86.3752,49.7593,71.8459,-11.8646,-0.3872,44.4186,0.0000,0.0000,5.7278,44.2291,-1.3891,0.0000,45.6182,0.0000,45.6182,7.2024,38.4158,0.0000,38.4158,0.0362,38.3796,0.0000,22.5777,12.1908,3.6111,1.0448,10037.7249,10037.7249,10037.7249 -1019.5000,1.0000,13790.9388,66.2130,65.9836,0.0894,0.0000,6,1306.6300,447.1596,674.1738,-86.0743,61.1848,92.2472,-11.7775,-0.0214,55.4851,0.0000,0.0000,5.7212,55.3392,-1.6227,0.0000,56.9619,0.0000,56.9619,7.2244,49.7376,0.0000,49.7376,0.1460,49.5915,0.0000,22.7847,12.2279,14.5789,1.0438,12212.2691,12212.2691,12212.2691 -1020.5000,1.0000,13809.3735,66.7555,66.7466,0.2119,0.0000,6,1308.9570,600.1595,710.7555,-86.2123,82.2661,97.4258,-11.8174,0.2085,76.3840,0.0000,0.0000,5.6735,76.1005,-2.0611,0.0000,78.1616,0.0000,78.1616,7.3059,70.8557,0.0000,70.8557,0.3488,70.5068,0.0000,23.3500,12.3281,34.8288,1.0176,16151.6306,16151.6306,16151.6306 -1021.5000,1.0000,13828.0548,67.6430,67.7586,0.2811,0.0000,6,1324.5595,692.1077,778.8208,-87.1377,96.0006,108.0283,-12.0867,1.0581,89.1011,0.0000,0.0000,5.8413,89.3081,-2.3459,0.0000,91.6540,0.0000,91.6540,7.5899,84.0642,0.0000,84.0642,0.4688,83.5953,0.0000,24.2943,12.4920,46.8091,1.0754,18716.9820,18716.9820,18716.9820 -1022.5000,1.0000,13847.0164,68.6520,68.7646,0.2794,0.0000,6,1352.5980,693.1406,816.4879,-88.8006,98.1790,115.6504,-12.5780,1.2485,90.7496,0.0000,0.0000,6.1810,91.0906,-2.3941,0.0000,93.4847,0.0000,93.4847,7.7100,85.7746,0.0000,85.7746,0.4730,85.3016,0.0000,25.3977,12.6783,47.2256,1.3400,19145.5313,19145.5313,19145.5313 -1023.5000,1.0000,13866.3037,69.8247,70.1040,0.3721,0.0000,6,1368.9250,814.0266,814.0266,-89.7689,116.6936,116.6936,-12.8687,0.1090,110.4664,0.0000,0.0000,6.1181,109.5206,-2.7910,0.0000,112.3116,0.0000,112.3116,8.1002,104.2114,0.0000,104.2114,0.6405,103.5709,0.0000,26.7226,12.8949,63.9534,1.2660,22672.6190,22672.6190,22672.6190 -1024.5000,1.0000,13885.9078,70.9652,71.0456,0.2615,0.0000,6,1385.4810,688.1949,868.1169,-90.7508,99.8483,125.9527,-13.1668,1.2983,92.3963,0.0000,0.0000,6.1537,92.7983,-2.4554,0.0000,95.2537,0.0000,95.2537,7.9491,87.3046,0.0000,87.3046,0.4576,86.8470,0.0000,28.0522,13.1055,45.6892,1.2200,19473.5752,19473.5752,19473.5752 -1025.5000,1.0000,13905.7124,71.6870,71.5476,0.1394,0.0000,6,1408.9420,538.9920,817.1779,-92.1422,79.5251,120.5697,-13.5950,0.7097,72.6160,0.0000,0.0000,6.1994,72.7839,-2.0466,0.0000,74.8305,0.0000,74.8305,7.8216,67.0089,0.0000,67.0089,0.2465,66.7625,0.0000,28.9159,13.2388,24.6077,1.2133,15619.7430,15619.7430,15619.7430 -1026.5000,1.0000,13925.6944,72.3255,72.3226,0.2153,0.0000,6,1422.5990,632.8295,763.0089,-92.9522,94.2753,113.6687,-13.8475,0.4766,87.5308,0.0000,0.0000,6.2679,87.3982,-2.3583,0.0000,89.7566,0.0000,89.7566,7.9916,81.7649,0.0000,81.7649,0.3839,81.3810,0.0000,29.6960,13.3567,38.3283,1.2168,18389.3615,18389.3615,18389.3615 -1027.5000,1.0000,13945.8892,73.0920,73.0806,0.2106,0.0000,6,1433.6995,631.6428,799.7332,-93.6105,94.8327,120.0693,-14.0544,0.4971,88.2134,0.0000,0.0000,6.1223,88.1039,-2.3818,0.0000,90.4857,0.0000,90.4857,8.0730,82.4127,0.0000,82.4127,0.3794,82.0333,0.0000,30.6501,13.4983,37.8849,1.0790,18492.5891,18492.5891,18492.5891 -1028.5000,1.0000,13966.3059,73.8905,73.9196,0.2331,0.0000,6,1449.4925,664.5598,802.3944,-94.5472,100.8739,121.7958,-14.3514,0.9033,93.7279,0.0000,0.0000,6.2427,93.8512,-2.5108,0.0000,96.3620,0.0000,96.3620,8.2345,88.1275,0.0000,88.1275,0.4246,87.7029,0.0000,31.6658,13.6457,42.3914,1.0836,19651.2868,19651.2868,19651.2868 -1029.5000,1.0000,13986.9435,74.6855,74.6706,0.2086,0.0000,6,1469.5200,637.1729,815.3559,-95.7350,98.0531,125.4733,-14.7324,0.8916,90.8787,0.0000,0.0000,6.2829,91.0320,-2.4613,0.0000,93.4933,0.0000,93.4933,8.2645,85.2287,0.0000,85.2287,0.3841,84.8446,0.0000,32.6987,13.7926,38.3533,1.0901,19105.6909,19105.6909,19105.6909 -1030.5000,1.0000,14007.7664,75.3530,75.2546,0.1622,0.0000,6,1490.7680,581.7898,808.5067,-96.9951,90.8249,126.2183,-15.1422,1.0407,83.4828,0.0000,0.0000,6.3013,83.7947,-2.3183,0.0000,86.1130,0.0000,86.1130,8.2216,77.8914,0.0000,77.8914,0.3014,77.5900,0.0000,33.5830,13.9158,30.0912,1.0542,17774.8979,17774.8979,17774.8979 -1031.5000,1.0000,14028.7070,75.7765,75.5176,0.0731,0.0000,6,1501.3730,474.4820,785.9431,-97.6241,74.5997,123.5687,-15.3488,-0.0703,68.3329,0.0000,0.0000,6.3371,68.1798,-1.9980,0.0000,70.1778,0.0000,70.1778,8.2678,61.9100,0.0000,61.9100,0.1365,61.7735,0.0000,34.1520,13.9940,13.6275,1.0873,14815.0396,14815.0396,14815.0396 -1032.5000,1.0000,14049.7078,75.9935,75.6886,0.0475,0.0000,6,1505.0355,447.3520,752.9216,-97.8413,70.5058,118.6657,-15.4205,0.4090,63.7210,0.0000,0.0000,6.3758,63.8365,-1.9101,0.0000,65.7466,0.0000,65.7466,8.2915,57.4551,0.0000,57.4551,0.0890,57.3661,0.0000,34.4462,14.0341,8.8859,1.1032,14069.7193,14069.7193,14069.7193 -1033.5000,1.0000,14070.7740,76.2285,75.9876,0.0831,0.0000,6,1503.7005,489.4461,738.0502,-97.7621,77.0717,116.2187,-15.3943,-0.5319,71.2559,0.0000,0.0000,6.3477,70.8440,-2.0589,0.0000,72.9028,0.0000,72.9028,8.3171,64.5857,0.0000,64.5857,0.1561,64.4296,0.0000,34.7668,14.0775,15.5853,1.1027,15263.7451,15263.7451,15263.7451 -1034.5000,1.0000,14091.9237,76.5295,76.2906,0.0842,0.0000,6,1501.3735,497.8130,757.6317,-97.6241,78.2679,119.1175,-15.3488,0.3166,71.5782,0.0000,0.0000,6.3731,71.6001,-2.0782,0.0000,73.6783,0.0000,73.6783,8.3500,65.3284,0.0000,65.3284,0.1588,65.1695,0.0000,35.1803,14.1331,15.8562,1.1019,15483.2460,15483.2460,15483.2460 -1035.5000,1.0000,14113.2187,77.0525,77.0336,0.2064,0.0000,6,1510.1855,649.2990,761.7528,-98.1468,102.6842,120.4683,-15.5215,0.4988,95.7641,0.0000,0.0000,6.4213,95.6440,-2.5853,0.0000,98.2293,0.0000,98.2293,8.5531,89.6763,0.0000,89.6763,0.3921,89.2842,0.0000,35.9072,14.2297,39.1473,1.0906,20063.4294,20063.4294,20063.4294 -1036.5000,1.0000,14134.6965,77.7105,77.6066,0.1592,0.0000,6,1528.3435,595.2709,817.7906,-99.2237,95.2718,130.8856,-15.8805,1.1994,87.5935,0.0000,0.0000,6.4788,88.0015,-2.4340,0.0000,90.4355,0.0000,90.4355,8.4966,81.9389,0.0000,81.9389,0.3050,81.6340,0.0000,36.8346,14.3512,30.4482,1.0827,18668.3078,18668.3078,18668.3078 -1037.5000,1.0000,14156.3387,78.3020,78.2166,0.1694,0.0000,6,1538.3000,608.4190,794.2363,-99.8142,98.0105,127.9438,-16.0791,-0.2667,91.7466,0.0000,0.0000,6.5305,91.2229,-2.5082,0.0000,93.7311,0.0000,93.7311,8.6004,85.1307,0.0000,85.1307,0.3271,84.8036,0.0000,37.6822,14.4604,32.6610,1.1258,19214.7427,19214.7427,19214.7427 -1038.5000,1.0000,14178.1373,78.8655,78.7336,0.1436,0.0000,6,1544.9760,584.7588,806.1579,-100.2101,94.6078,130.4279,-16.2129,0.9012,87.1461,0.0000,0.0000,6.5605,87.3955,-2.4353,0.0000,89.8308,0.0000,89.8308,8.6048,81.2259,0.0000,81.2259,0.2792,80.9467,0.0000,38.5014,14.5645,27.8807,1.1019,18576.4231,18576.4231,18576.4231 -1039.5000,1.0000,14200.0462,79.2625,79.0106,0.0769,0.0000,6,1563.0200,504.0015,798.9526,-101.2803,82.4945,130.7718,-16.5775,0.8202,75.0672,0.0000,0.0000,6.6070,75.3460,-2.1891,0.0000,77.5351,0.0000,77.5351,8.6482,68.8869,0.0000,68.8869,0.1504,68.7365,0.0000,39.0855,14.6378,15.0132,1.0928,16390.9478,16390.9478,16390.9478 -1040.5000,1.0000,14222.0298,79.5315,79.2716,0.0725,0.0000,6,1573.8920,496.7851,772.4194,-101.9251,81.8789,127.3083,-16.7990,0.2249,75.0130,0.0000,0.0000,6.6410,75.0008,-2.1852,0.0000,77.1860,0.0000,77.1860,8.6775,68.5085,0.0000,68.5085,0.1422,68.3663,0.0000,39.4848,14.6875,14.1941,1.1074,16301.6041,16301.6041,16301.6041 -1041.5000,1.0000,14244.0874,79.7975,79.5426,0.0753,0.0000,6,1577.8595,502.0540,771.1229,-102.1604,82.9559,127.4150,-16.8803,0.1590,76.1004,0.0000,0.0000,6.6965,76.0504,-2.2103,0.0000,78.2607,0.0000,78.2607,8.7065,69.5542,0.0000,69.5542,0.1481,69.4061,0.0000,39.8823,14.7366,14.7872,1.1082,16509.5417,16509.5417,16509.5417 -1042.5000,1.0000,14266.2103,80.0330,79.7426,0.0556,0.0000,6,1577.4400,480.3267,771.1078,-102.1355,79.3448,127.3786,-16.8717,-0.1996,72.8469,0.0000,0.0000,6.6974,72.6610,-2.1426,0.0000,74.8036,0.0000,74.8036,8.7322,66.0714,0.0000,66.0714,0.1096,65.9617,0.0000,40.2364,14.7801,10.9453,1.1081,15820.6459,15820.6459,15820.6459 -1043.5000,1.0000,14288.3802,80.2020,79.8806,0.0383,0.0000,6,1581.9795,463.2541,769.4135,-102.4047,76.7448,127.4645,-16.9648,0.6411,69.3870,0.0000,0.0000,6.7167,69.6165,-2.0812,0.0000,71.6977,0.0000,71.6977,8.7507,62.9471,0.0000,62.9471,0.0758,62.8713,0.0000,40.4918,14.8113,7.5682,1.0964,15331.8489,15331.8489,15331.8489 -1044.5000,1.0000,14310.5887,80.3410,80.0206,0.0389,0.0000,6,1586.4425,461.7196,759.8787,-102.6694,76.7063,126.2401,-17.0567,-0.2081,70.1386,0.0000,0.0000,6.7759,69.9831,-2.0906,0.0000,72.0737,0.0000,72.0737,8.7658,63.3079,0.0000,63.3079,0.0770,63.2308,0.0000,40.7027,14.8370,7.6912,1.1223,15335.6425,15335.6425,15335.6425 -1045.5000,1.0000,14332.8052,80.3700,79.9386,-0.0228,0.0000,6,1593.4615,392.0482,766.8768,-103.0857,65.4199,127.9664,-17.2016,0.8959,57.6054,0.0000,0.0000,6.9186,57.9659,-1.8406,0.0000,59.8065,0.0000,59.8065,8.7690,51.0375,0.0000,51.0375,-0.0451,51.0826,0.0000,40.7467,14.8424,-4.5065,1.2114,13228.9951,13228.9951,13228.9951 -1046.5000,1.0000,14355.0148,80.3450,79.9706,0.0089,0.0000,6,1595.8650,423.2040,736.8834,-103.2282,70.7253,123.1469,-17.2514,-0.6617,64.4052,0.0000,0.0000,6.9818,64.1199,-1.9685,0.0000,66.0884,0.0000,66.0884,8.7663,57.3221,0.0000,57.3221,0.0176,57.3045,0.0000,40.7087,14.8377,1.7581,1.2930,14223.2916,14223.2916,14223.2916 -1047.5000,1.0000,14377.2279,80.3575,79.9636,-0.0019,0.0000,6,1592.0120,414.8203,752.0839,-102.9997,69.1568,125.3838,-17.1716,0.2834,61.9066,0.0000,0.0000,6.9668,62.0220,-1.9249,0.0000,63.9469,0.0000,63.9469,8.7676,55.1793,0.0000,55.1793,-0.0039,55.1831,0.0000,40.7277,14.8400,-0.3846,1.2508,13911.6746,13911.6746,13911.6746 -1048.5000,1.0000,14399.4235,80.2945,79.8446,-0.0331,0.0000,6,1586.7475,386.3807,741.9314,-102.6875,64.2025,123.2822,-17.0629,-0.7955,56.0741,0.0000,0.0000,8.9239,55.8270,-1.7951,0.0000,57.6221,0.0000,57.6221,8.7608,48.8613,0.0000,48.8613,-0.0654,48.9267,0.0000,40.6320,14.8284,-6.5337,1.2355,12993.1299,12993.1299,12993.1299 -1049.5000,1.0000,14421.5584,80.0760,79.5266,-0.0883,0.0000,6,1580.8730,324.5562,737.9386,-102.3391,53.7298,122.1647,-16.9421,0.2222,44.5263,0.0000,0.0000,8.9813,44.6795,-1.5602,0.0000,46.2396,0.0000,46.2396,8.7369,37.5027,0.0000,37.5027,-0.1744,37.6771,0.0000,40.3014,14.7881,-17.4123,1.2746,11002.8805,11002.8805,11002.8805 -1050.5000,1.0000,14443.5383,79.5180,78.7286,-0.2217,0.0000,6,1576.5625,159.2463,711.5651,-102.0834,26.2911,117.4774,-16.8537,-0.6390,17.9889,0.0000,0.0000,8.9412,18.0039,-0.9976,0.0000,19.0015,0.0000,19.0015,8.6760,10.3254,0.0000,10.3254,-0.4346,10.7600,0.0000,39.4655,14.6850,-43.3905,1.2596,5931.7517,5931.7517,5931.7517 -1051.5000,1.0000,14465.2933,78.7085,77.9076,-0.2281,0.0000,6,1562.4475,146.3971,653.5483,-101.2463,23.9534,106.9330,-16.5658,-0.7211,15.8178,0.0000,0.0000,8.8567,15.8242,-0.9423,0.0000,16.7665,0.0000,16.7665,8.5877,8.1788,0.0000,8.1788,-0.4426,8.6214,0.0000,38.2726,14.5355,-44.1867,1.2558,5482.7107,5482.7107,5482.7107 -1052.5000,1.0000,14486.8264,77.9095,77.1306,-0.2158,0.0000,6,1542.8395,154.2517,640.2730,-100.0834,24.9218,103.4462,-16.1701,-1.1457,17.2860,0.0000,0.0000,8.7815,17.2365,-0.9621,0.0000,18.1986,0.0000,18.1986,8.5005,9.6980,0.0000,9.6980,-0.4146,10.1126,0.0000,37.1187,14.3880,-41.3941,1.2520,5630.6984,5630.6984,5630.6984 -1053.5000,1.0000,14508.1739,77.2415,76.5716,-0.1553,0.0000,6,1526.1310,226.1781,642.9795,-99.0924,36.1469,102.7584,-15.8366,-0.4326,27.8511,0.0000,0.0000,8.7284,27.8677,-1.1756,0.0000,29.0433,0.0000,29.0433,8.4277,20.6156,0.0000,20.6156,-0.2957,20.9113,0.0000,36.1717,14.2646,-29.5250,1.2363,7680.7426,7680.7426,7680.7426 -1054.5000,1.0000,14529.3723,76.7045,76.0566,-0.1431,0.0000,6,1515.6405,237.0064,663.8883,-98.4703,37.6171,105.3707,-15.6290,-0.5468,29.4873,0.0000,0.0000,8.6766,29.4719,-1.2026,0.0000,30.6745,0.0000,30.6745,8.3691,22.3054,0.0000,22.3054,-0.2705,22.5760,0.0000,35.4224,14.1654,-27.0119,1.2093,7949.1179,7949.1179,7949.1179 -1055.5000,1.0000,14550.4371,76.2240,75.6106,-0.1239,0.0000,6,1507.5915,246.4183,667.8311,-97.9929,38.9032,105.4336,-15.4706,-0.2013,32.3686,0.0000,0.0000,6.7359,32.4168,-1.2582,0.0000,33.6750,0.0000,33.6750,8.3166,25.3584,0.0000,25.3584,-0.2328,25.5912,0.0000,34.7608,14.0767,-23.2463,1.2830,8187.3529,8187.3529,8187.3529 -1056.5000,1.0000,14571.3783,75.7785,75.1656,-0.1236,0.0000,6,1497.0245,241.5519,664.5946,-97.3662,37.8676,104.1872,-15.2639,-0.7716,31.9715,0.0000,0.0000,6.6677,31.8859,-1.2419,0.0000,33.1278,0.0000,33.1278,8.2680,24.8597,0.0000,24.8597,-0.2309,25.0907,0.0000,34.1549,13.9944,-23.0586,1.2058,7989.1074,7989.1074,7989.1074 -1057.5000,1.0000,14592.2434,75.5050,75.0636,-0.0283,0.0000,6,1487.3350,356.9870,664.8963,-96.7915,55.6019,103.5598,-15.0756,-0.1185,49.0625,0.0000,0.0000,6.6579,49.0529,-1.5963,0.0000,50.6492,0.0000,50.6492,8.2382,42.4110,0.0000,42.4110,-0.0527,42.4638,0.0000,33.7861,13.9439,-5.2663,1.2165,11289.2086,11289.2086,11289.2086 -1058.5000,1.0000,14613.1228,75.5560,75.2676,0.0567,0.0000,6,1483.0245,459.6084,703.8465,-96.5359,71.3781,109.3087,-14.9922,-0.2745,64.9920,0.0000,0.0000,6.6605,64.7725,-1.9244,0.0000,66.6969,0.0000,66.6969,8.2438,58.4532,0.0000,58.4532,0.1056,58.3476,0.0000,33.8547,13.9533,10.5396,1.2282,14195.8870,14195.8870,14195.8870 -1059.5000,1.0000,14634.0575,75.7555,75.4626,0.0542,0.0000,6,1486.3435,461.0828,745.6588,-96.7327,71.7673,116.0614,-15.0564,0.5780,64.4658,0.0000,0.0000,6.7235,64.6573,-1.9244,0.0000,66.5817,0.0000,66.5817,8.2655,58.3161,0.0000,58.3161,0.1012,58.2150,0.0000,34.1235,13.9902,10.1013,1.2288,14273.5599,14273.5599,14273.5599 -1060.5000,1.0000,14655.0492,75.9605,75.6776,0.0597,0.0000,6,1500.9920,466.4655,748.6180,-97.6015,73.3207,117.6704,-15.3413,0.7665,65.7700,0.0000,0.0000,6.7842,66.0409,-1.9556,0.0000,67.9965,0.0000,67.9965,8.2879,59.7086,0.0000,59.7086,0.1118,59.5968,0.0000,34.4013,14.0280,11.1674,1.2441,14582.1523,14582.1523,14582.1523 -1061.5000,1.0000,14676.1001,76.1735,75.8886,0.0586,0.0000,6,1504.5015,461.9975,744.9066,-97.8096,72.7882,117.3608,-15.4100,-0.4441,66.5130,0.0000,0.0000,6.7192,66.2088,-1.9616,0.0000,68.1705,0.0000,68.1705,8.3111,59.8594,0.0000,59.8594,0.1101,59.7493,0.0000,34.6915,14.0674,10.9904,1.2197,14484.5466,14484.5466,14484.5466 -1062.5000,1.0000,14697.2245,76.4385,76.2076,0.0886,0.0000,6,1510.2235,503.4636,752.7563,-98.1490,79.6229,119.0486,-15.5223,0.9765,71.9105,0.0000,0.0000,6.7360,72.2610,-2.0909,0.0000,74.3519,0.0000,74.3519,8.3400,66.0118,0.0000,66.0118,0.1670,65.8448,0.0000,35.0549,14.1163,16.6736,1.1957,15754.0490,15754.0490,15754.0490 -1063.5000,1.0000,14718.4464,76.7890,76.5896,0.1061,0.0000,6,1515.8310,522.6973,759.3143,-98.4816,82.9716,120.5316,-15.6327,-0.4581,76.6192,0.0000,0.0000,6.8105,76.1810,-2.1767,0.0000,78.3577,0.0000,78.3577,8.3783,69.9794,0.0000,69.9794,0.2009,69.7785,0.0000,35.5394,14.1810,20.0581,1.2469,16373.7876,16373.7876,16373.7876 -1064.5000,1.0000,14739.7603,77.1205,76.8706,0.0781,0.0000,6,1514.0765,495.8729,770.9110,-98.3775,78.6225,122.2308,-15.5981,0.2944,71.5219,0.0000,0.0000,6.8061,71.5412,-2.0840,0.0000,73.6252,0.0000,73.6252,8.4145,65.2107,0.0000,65.2107,0.1484,65.0623,0.0000,36.0016,14.2422,14.8185,1.2341,15568.6045,15568.6045,15568.6045 -1065.5000,1.0000,14761.1546,77.4100,77.1686,0.0828,0.0000,6,1523.7660,503.0825,763.8475,-98.9522,80.2761,121.8859,-15.7896,0.6104,72.7940,0.0000,0.0000,6.8717,72.9651,-2.1171,0.0000,75.0822,0.0000,75.0822,8.4460,66.6362,0.0000,66.6362,0.1580,66.4782,0.0000,36.4086,14.2957,15.7739,1.2610,15902.4717,15902.4717,15902.4717 -1066.5000,1.0000,14782.6471,77.7635,77.5776,0.1136,0.0000,6,1533.0355,539.9947,765.7356,-99.5019,86.6903,122.9305,-15.9740,0.2586,79.5312,0.0000,0.0000,6.9004,79.4648,-2.2568,0.0000,81.7215,0.0000,81.7215,8.4846,73.2369,0.0000,73.2369,0.2178,73.0191,0.0000,36.9098,14.3610,21.7483,1.2502,17074.2743,17074.2743,17074.2743 -1067.5000,1.0000,14804.2529,78.1710,77.9836,0.1128,0.0000,6,1539.7495,542.4002,780.0154,-99.9001,87.4578,125.7714,-16.1081,0.3752,80.1043,0.0000,0.0000,6.9783,80.1027,-2.2750,0.0000,82.3777,0.0000,82.3777,8.5291,73.8486,0.0000,73.8486,0.2174,73.6312,0.0000,37.4931,14.4363,21.7019,1.2891,17222.5528,17222.5528,17222.5528 -1068.5000,1.0000,14825.9611,78.5400,78.3156,0.0922,0.0000,6,1551.6515,519.5154,784.1312,-100.6060,84.4153,127.4124,-16.3473,0.7561,76.6668,0.0000,0.0000,6.9925,76.8963,-2.2126,0.0000,79.1089,0.0000,79.1089,8.5693,70.5396,0.0000,70.5396,0.1786,70.3610,0.0000,38.0264,14.5044,17.8302,1.2663,16703.7875,16703.7875,16703.7875 -1069.5000,1.0000,14847.7590,78.8630,78.6296,0.0872,0.0000,6,1555.5045,512.7304,771.6378,-100.8345,83.5197,125.6937,-16.4251,-0.3899,76.9133,0.0000,0.0000,6.9963,76.5590,-2.2095,0.0000,78.7685,0.0000,78.7685,8.6046,70.1640,0.0000,70.1640,0.1696,69.9944,0.0000,38.4975,14.5640,16.9328,1.2544,16553.7954,16553.7954,16553.7954 -1070.5000,1.0000,14869.6182,79.0835,78.7566,0.0353,0.0000,6,1556.2295,456.0254,774.7416,-100.8775,74.3175,126.2581,-16.4398,0.4594,66.8259,0.0000,0.0000,7.0322,66.9786,-2.0126,0.0000,68.9912,0.0000,68.9912,8.6286,60.3625,0.0000,60.3625,0.0688,60.2937,0.0000,38.8212,14.6048,6.8678,1.2546,14799.1880,14799.1880,14799.1880 -1071.5000,1.0000,14891.4932,79.1405,78.7436,-0.0036,0.0000,6,1568.8945,408.0296,759.3037,-101.6287,67.0369,124.7492,-16.6970,0.7571,59.2837,0.0000,0.0000,6.9961,59.5855,-1.8593,0.0000,61.4448,0.0000,61.4448,8.6349,52.8099,0.0000,52.8099,-0.0070,52.8169,0.0000,38.9052,14.6153,-0.7035,1.2444,13495.9055,13495.9055,13495.9055 -1072.5000,1.0000,14913.3451,79.0570,78.5896,-0.0428,0.0000,6,1569.6575,355.5638,736.3651,-101.6739,58.4455,121.0394,-16.7126,-0.6840,52.0861,0.0000,0.0000,7.0434,51.9012,-1.6982,0.0000,53.5994,0.0000,53.5994,8.6257,44.9736,0.0000,44.9736,-0.0834,45.0570,0.0000,38.7822,14.5999,-8.3251,1.2848,11878.5728,11878.5728,11878.5728 -1073.5000,1.0000,14935.1674,78.9510,78.5316,-0.0161,0.0000,6,1564.6600,390.6496,724.2603,-101.3775,64.0083,118.6706,-16.6108,0.2016,56.7611,0.0000,0.0000,7.0455,56.8581,-1.8001,0.0000,58.6583,0.0000,58.6583,8.6142,50.0441,0.0000,50.0441,-0.0314,50.0754,0.0000,38.6264,14.5803,-3.1312,1.2562,12935.9882,12935.9882,12935.9882 -1074.5000,1.0000,14956.9722,78.8875,78.4626,-0.0192,0.0000,6,1560.9980,384.1858,730.0465,-101.1603,62.8018,119.3388,-16.5364,-0.5522,56.3482,0.0000,0.0000,7.0058,56.1648,-1.7849,0.0000,57.9497,0.0000,57.9497,8.6072,49.3425,0.0000,49.3425,-0.0373,49.3797,0.0000,38.5332,14.5686,-3.7221,1.2304,12701.5400,12701.5400,12701.5400 -1075.5000,1.0000,14978.7472,78.7805,78.3176,-0.0403,0.0000,6,1555.6955,361.3634,730.6561,-100.8459,58.8704,119.0327,-16.4290,0.0437,51.8731,0.0000,0.0000,6.9536,51.9362,-1.6955,0.0000,53.6317,0.0000,53.6317,8.5956,45.0361,0.0000,45.0361,-0.0782,45.1144,0.0000,38.3767,14.5488,-7.8111,1.1918,11939.7349,11939.7349,11939.7349 -1076.5000,1.0000,15000.4979,78.6930,78.2876,-0.0083,0.0000,6,1552.6815,397.8592,719.9148,-100.6671,64.6905,117.0556,-16.3681,-0.3310,58.0368,0.0000,0.0000,6.9847,57.9180,-1.8191,0.0000,59.7371,0.0000,59.7371,8.5860,51.1511,0.0000,51.1511,-0.0162,51.1673,0.0000,38.2489,14.5327,-1.6143,1.2288,13058.5376,13058.5376,13058.5376 -1077.5000,1.0000,15022.2416,78.6675,78.2666,-0.0058,0.0000,6,1550.3925,402.0785,734.2319,-100.5313,65.2801,119.2075,-16.3219,0.1126,58.3019,0.0000,0.0000,6.8657,58.3541,-1.8279,0.0000,60.1820,0.0000,60.1820,8.5832,51.5987,0.0000,51.5987,-0.0113,51.6100,0.0000,38.2117,14.5279,-1.1296,1.1155,13165.4225,13165.4225,13165.4225 -1078.5000,1.0000,15043.9785,78.6435,78.2396,-0.0075,0.0000,6,1554.0930,399.1591,736.6716,-100.7508,64.9609,119.8891,-16.3966,0.2403,57.8906,0.0000,0.0000,6.8299,57.9943,-1.8201,0.0000,59.8144,0.0000,59.8144,8.5806,51.2338,0.0000,51.2338,-0.0145,51.2483,0.0000,38.1768,14.5235,-1.4520,1.0632,13111.5267,13111.5267,13111.5267 -1079.5000,1.0000,15065.7443,78.7470,78.4736,0.0650,0.0000,6,1557.5645,485.5221,735.5261,-100.9567,79.1924,119.9700,-16.4668,0.0912,72.1370,0.0000,0.0000,6.9642,72.0741,-2.1147,0.0000,74.1887,0.0000,74.1887,8.5919,65.5968,0.0000,65.5968,0.1262,65.4706,0.0000,38.3278,14.5426,12.6002,1.2047,15751.7159,15751.7159,15751.7159 -1080.5000,1.0000,15087.5776,78.9905,78.7266,0.0703,0.0000,6,1560.5780,493.7167,764.8617,-101.1354,80.6848,124.9963,-16.5279,0.1974,73.5652,0.0000,0.0000,6.9222,73.5445,-2.1483,0.0000,75.6928,0.0000,75.6928,8.6185,67.0743,0.0000,67.0743,0.1369,66.9374,0.0000,38.6845,14.5876,13.6654,1.1425,16047.4445,16047.4445,16047.4445 -1081.5000,1.0000,15109.4263,79.0455,78.5836,-0.0397,0.0000,6,1559.8915,362.0179,765.1073,-101.0947,59.1361,124.9814,-16.5140,-0.2631,52.5159,0.0000,0.0000,6.8833,52.4709,-1.7099,0.0000,54.1808,0.0000,54.1808,8.6245,45.5563,0.0000,45.5563,-0.0774,45.6337,0.0000,38.7653,14.5977,-7.7293,1.1173,11996.5619,11996.5619,11996.5619 -1082.5000,1.0000,15131.2249,78.8655,78.3666,-0.0603,0.0000,6,1559.1285,337.9986,724.7238,-101.0495,55.1856,118.3268,-16.4985,0.1899,48.1039,0.0000,0.0000,6.8917,48.2315,-1.6194,0.0000,49.8509,0.0000,49.8509,8.6048,41.2460,0.0000,41.2460,-0.1172,41.3632,0.0000,38.5011,14.5645,-11.7024,1.1172,11241.8786,11241.8786,11241.8786 -1083.5000,1.0000,15152.9157,78.4775,77.8076,-0.1553,0.0000,6,1551.2700,217.8967,708.2859,-100.5834,35.3970,115.0601,-16.3396,-0.9376,29.5523,0.0000,0.0000,6.7823,29.4697,-1.2238,0.0000,30.6936,0.0000,30.6936,8.5625,22.1310,0.0000,22.1310,-0.3004,22.4315,0.0000,37.9360,14.4929,-29.9974,1.1031,7554.9074,7554.9074,7554.9074 -1084.5000,1.0000,15174.4377,77.8695,77.1506,-0.1825,0.0000,6,1538.9105,186.0917,669.6478,-99.8504,29.9895,107.9167,-16.0913,-0.2379,23.4513,0.0000,0.0000,6.7761,23.5121,-1.0924,0.0000,24.6045,0.0000,24.6045,8.4962,16.1083,0.0000,16.1083,-0.3504,16.4587,0.0000,37.0613,14.3806,-34.9832,1.1008,6558.3814,6558.3814,6558.3814 -1085.5000,1.0000,15195.7661,77.1725,76.4136,-0.2047,0.0000,6,1528.8015,153.3215,652.4700,-99.2508,24.5461,104.4577,-15.8896,-0.7127,18.4902,0.0000,0.0000,6.7687,18.4866,-0.9793,0.0000,19.4660,0.0000,19.4660,8.4201,11.0458,0.0000,11.0458,-0.3895,11.4353,0.0000,36.0752,14.2519,-38.8917,1.0975,5560.9945,5560.9945,5560.9945 -1086.5000,1.0000,15216.9011,76.4765,75.7586,-0.1819,0.0000,6,1517.6625,178.5739,640.6805,-98.5902,28.3806,101.8229,-15.6689,-0.3306,21.8937,0.0000,0.0000,6.8175,21.9365,-1.0429,0.0000,22.9794,0.0000,22.9794,8.3442,14.6352,0.0000,14.6352,-0.3431,14.9783,0.0000,35.1077,14.1233,-34.2528,1.1219,6241.2186,6241.2186,6241.2186 -1087.5000,1.0000,15237.9107,76.0250,75.5106,-0.0689,0.0000,6,1504.2345,307.0147,641.5048,-97.7938,48.3619,101.0518,-15.4048,-0.9127,42.5502,0.0000,0.0000,6.7244,42.3398,-1.4626,0.0000,43.8024,0.0000,43.8024,8.2949,35.5074,0.0000,35.5074,-0.1291,35.6366,0.0000,34.4891,14.0399,-12.8924,1.0884,9956.5316,9956.5316,9956.5316 -1088.5000,1.0000,15258.8511,75.7760,75.2606,-0.0694,0.0000,6,1492.8280,309.4811,689.5738,-97.1173,48.3807,107.8001,-15.1822,-0.1399,41.8530,0.0000,0.0000,6.6676,41.8793,-1.4501,0.0000,43.3294,0.0000,43.3294,8.2678,35.0617,0.0000,35.0617,-0.1297,35.1914,0.0000,34.1513,13.9940,-12.9538,1.0550,9936.9810,9936.9810,9936.9810 -1089.5000,1.0000,15279.7680,75.6910,75.3406,0.0222,0.0000,6,1493.0950,418.9208,691.7129,-97.1332,65.5010,108.1538,-15.1874,0.1644,58.6172,0.0000,0.0000,6.7194,58.6566,-1.7986,0.0000,60.4552,0.0000,60.4552,8.2585,52.1967,0.0000,52.1967,0.0415,52.1552,0.0000,34.0364,13.9783,4.1406,1.1134,13138.1458,13138.1458,13138.1458 -1090.5000,1.0000,15300.7008,75.7485,75.3756,0.0097,0.0000,6,1502.2885,404.3595,734.3874,-97.6784,63.6135,115.5333,-15.3667,0.6827,56.1818,0.0000,0.0000,6.7490,56.4455,-1.7532,0.0000,58.1987,0.0000,58.1987,8.2648,49.9339,0.0000,49.9339,0.0182,49.9158,0.0000,34.1140,13.9889,1.8129,1.1022,12814.6503,12814.6503,12814.6503 -1091.5000,1.0000,15321.6473,75.7980,75.4396,0.0178,0.0000,6,1505.4550,409.8166,723.7450,-97.8662,64.6079,114.0990,-15.4287,-0.3914,58.2012,0.0000,0.0000,6.7982,58.0130,-1.7865,0.0000,59.7995,0.0000,59.7995,8.2702,51.5293,0.0000,51.5293,0.0332,51.4961,0.0000,34.1810,13.9980,3.3171,1.1321,12998.3336,12998.3336,12998.3336 -1092.5000,1.0000,15342.6021,75.8275,75.4346,-0.0014,0.0000,6,1505.1880,390.2672,730.6974,-97.8504,61.5150,115.1747,-15.4235,0.3667,54.3767,0.0000,0.0000,6.7717,54.5218,-1.7141,0.0000,56.2359,0.0000,56.2359,8.2734,47.9625,0.0000,47.9625,-0.0026,47.9651,0.0000,34.2209,14.0035,-0.2593,1.0887,12418.1014,12418.1014,12418.1014 -1093.5000,1.0000,15363.5485,75.7975,75.3796,-0.0153,0.0000,6,1502.8225,370.1789,717.5742,-97.7101,58.2570,112.9284,-15.3771,-0.5844,52.1106,0.0000,0.0000,6.7308,51.9098,-1.6593,0.0000,53.5691,0.0000,53.5691,8.2701,45.2990,0.0000,45.2990,-0.0286,45.3275,0.0000,34.1803,13.9979,-2.8507,1.0878,11809.6838,11809.6838,11809.6838 -1094.5000,1.0000,15384.4777,75.7355,75.3106,-0.0192,0.0000,6,1502.4410,369.9474,717.5800,-97.6874,58.2058,112.9006,-15.3697,0.5491,50.8708,0.0000,0.0000,6.7859,51.0955,-1.6416,0.0000,52.7372,0.0000,52.7372,8.2633,44.4738,0.0000,44.4738,-0.0358,44.5096,0.0000,34.0965,13.9865,-3.5733,1.1168,11800.2757,11800.2757,11800.2757 -1095.5000,1.0000,15405.3881,75.6680,75.2446,-0.0183,0.0000,6,1500.6865,365.4396,709.1104,-97.5834,57.4294,111.4378,-15.3354,-0.7101,51.3860,0.0000,0.0000,6.7536,51.1444,-1.6418,0.0000,52.7862,0.0000,52.7862,8.2560,44.5303,0.0000,44.5303,-0.0342,44.5645,0.0000,34.0054,13.9740,-3.4149,1.1016,11655.4628,11655.4628,11655.4628 -1096.5000,1.0000,15426.2811,75.6050,75.1846,-0.0167,0.0000,6,1493.5530,371.5799,711.4273,-97.1603,58.1168,111.2704,-15.1963,0.0525,51.3136,0.0000,0.0000,6.7507,51.3536,-1.6454,0.0000,52.9990,0.0000,52.9990,8.2491,44.7499,0.0000,44.7499,-0.0311,44.7810,0.0000,33.9205,13.9624,-3.1019,1.0990,11774.7059,11774.7059,11774.7059 -1097.5000,1.0000,15447.1544,75.5345,75.1036,-0.0225,0.0000,6,1487.8310,362.6795,708.2504,-96.8210,56.5074,110.3492,-15.0852,-0.5751,50.3571,0.0000,0.0000,6.7254,50.1709,-1.6200,0.0000,51.7909,0.0000,51.7909,8.2414,43.5495,0.0000,43.5495,-0.0419,43.5914,0.0000,33.8257,13.9494,-4.1837,1.1260,11461.4784,11461.4784,11461.4784 -1098.5000,1.0000,15468.0317,75.5485,75.2126,0.0303,0.0000,6,1491.0735,430.1079,714.4355,-97.0133,67.1591,111.5554,-15.1481,0.8732,59.5661,0.0000,0.0000,6.7198,59.9038,-1.8229,0.0000,61.7267,0.0000,61.7267,8.2429,53.4838,0.0000,53.4838,0.0564,53.4274,0.0000,33.8445,13.9519,5.6309,1.0689,13436.9560,13436.9560,13436.9560 -1099.5000,1.0000,15488.9254,75.6080,75.2226,0.0028,0.0000,6,1496.9860,392.3397,731.2445,-97.3639,61.5047,114.6328,-15.2632,-0.3332,55.0759,0.0000,0.0000,6.7620,54.9389,-1.7202,0.0000,56.6591,0.0000,56.6591,8.2494,48.4097,0.0000,48.4097,0.0052,48.4045,0.0000,33.9246,13.9629,0.5170,1.1148,12417.3628,12417.3628,12417.3628 -1100.5000,1.0000,15509.8234,75.6230,75.2426,0.0056,0.0000,6,1495.1170,398.0372,721.4738,-97.2531,62.3200,112.9599,-15.2267,0.1611,55.4169,0.0000,0.0000,6.7420,55.4746,-1.7315,0.0000,57.2061,0.0000,57.2061,8.2511,48.9550,0.0000,48.9550,0.0104,48.9447,0.0000,33.9447,13.9657,1.0342,1.0996,12568.8062,12568.8062,12568.8062 -1101.5000,1.0000,15530.7315,75.6595,75.2956,0.0147,0.0000,6,1497.8255,408.2601,723.1130,-97.4137,64.0364,113.4217,-15.2795,0.0877,57.2061,0.0000,0.0000,6.7425,57.2225,-1.7684,0.0000,58.9909,0.0000,58.9909,8.2550,50.7358,0.0000,50.7358,0.0275,50.7084,0.0000,33.9939,13.9724,2.7420,1.1006,12883.3455,12883.3455,12883.3455 -1102.5000,1.0000,15551.6505,75.6990,75.3216,0.0072,0.0000,6,1494.8120,398.8487,723.8115,-97.2350,62.4343,113.3028,-15.2208,-0.3642,56.0626,0.0000,0.0000,6.7358,55.9042,-1.7414,0.0000,57.6456,0.0000,57.6456,8.2594,49.3862,0.0000,49.3862,0.0135,49.3728,0.0000,34.0472,13.9797,1.3458,1.1140,12590.0293,12590.0293,12590.0293 -1103.5000,1.0000,15572.5776,75.7280,75.3536,0.0089,0.0000,6,1494.7740,403.9350,724.8008,-97.2327,63.2289,113.4548,-15.2201,0.3607,56.1229,0.0000,0.0000,6.7454,56.2585,-1.7491,0.0000,58.0076,0.0000,58.0076,8.2625,49.7451,0.0000,49.7451,0.0166,49.7285,0.0000,34.0863,13.9851,1.6570,1.0849,12729.2202,12729.2202,12729.2202 -1104.5000,1.0000,15593.5281,75.8120,75.4896,0.0378,0.0000,6,1493.5910,436.6783,721.2051,-97.1626,68.3002,112.8026,-15.1970,-0.4689,61.9966,0.0000,0.0000,6.7725,61.7290,-1.8640,0.0000,63.5931,0.0000,63.5931,8.2717,55.3214,0.0000,55.3214,0.0706,55.2508,0.0000,34.1999,14.0006,7.0502,1.1136,13652.0181,13652.0181,13652.0181 -1105.5000,1.0000,15614.5009,75.8925,75.5146,0.0069,0.0000,6,1492.4845,404.3574,737.8119,-97.0969,63.1981,115.3146,-15.1755,0.3671,56.0251,0.0000,0.0000,6.8059,56.1662,-1.7491,0.0000,57.9153,0.0000,57.9153,8.2805,49.6348,0.0000,49.6348,0.0130,49.6218,0.0000,34.3090,14.0155,1.2974,1.0986,12720.2472,12720.2472,12720.2472 -1106.5000,1.0000,15635.4856,75.9355,75.5756,0.0169,0.0000,6,1499.0080,415.1449,726.1104,-97.4838,65.1677,113.9817,-15.3026,0.2318,58.0113,0.0000,0.0000,6.9246,58.0854,-1.7896,0.0000,59.8750,0.0000,59.8750,8.2852,51.5898,0.0000,51.5898,0.0317,51.5581,0.0000,34.3673,14.0234,3.1674,1.1010,13093.1565,13093.1565,13093.1565 -1107.5000,1.0000,15656.4770,75.9595,75.5626,-0.0036,0.0000,6,1498.6650,389.2192,727.3539,-97.4635,61.0840,114.1508,-15.2959,-0.2633,54.4213,0.0000,0.0000,6.9260,54.3221,-1.7115,0.0000,56.0335,0.0000,56.0335,8.2878,47.7457,0.0000,47.7457,-0.0068,47.7525,0.0000,34.3999,14.0278,-0.6752,1.1009,12340.2318,12340.2318,12340.2318 -1108.5000,1.0000,15677.4787,75.9965,75.6496,0.0242,0.0000,6,1498.4360,425.1102,721.4055,-97.4499,66.7065,113.2000,-15.2914,0.2422,59.4524,0.0000,0.0000,7.0119,59.5228,-1.8202,0.0000,61.3430,0.0000,61.3430,8.2918,53.0512,0.0000,53.0512,0.0453,53.0059,0.0000,34.4502,14.0347,4.5211,1.1008,13372.4529,13372.4529,13372.4529 -1109.5000,1.0000,15698.5001,76.0675,75.7046,0.0153,0.0000,6,1498.3215,413.1533,730.8412,-97.4431,64.8254,114.6718,-15.2892,-0.2527,58.1219,0.0000,0.0000,6.9562,57.9944,-1.7892,0.0000,59.7837,0.0000,59.7837,8.2996,51.4841,0.0000,51.4841,0.0287,51.4554,0.0000,34.5468,14.0478,2.8608,1.0716,13028.7849,13028.7849,13028.7849 -1110.5000,1.0000,15719.5481,76.1630,75.8406,0.0378,0.0000,6,1500.6485,443.4469,731.3803,-97.5811,69.6866,114.9346,-15.3346,0.4676,62.1712,0.0000,0.0000,7.0478,62.3258,-1.8806,0.0000,64.2064,0.0000,64.2064,8.3100,55.8964,0.0000,55.8964,0.0709,55.8254,0.0000,34.6771,14.0654,7.0829,1.1016,13919.9297,13919.9297,13919.9297 -1111.5000,1.0000,15740.6109,76.2165,75.8116,-0.0081,0.0000,6,1509.1170,387.1664,741.8547,-98.0834,61.1856,117.2385,-15.5005,0.3146,53.7777,0.0000,0.0000,7.0932,53.9090,-1.7059,0.0000,55.6149,0.0000,55.6149,8.3158,47.2990,0.0000,47.2990,-0.0151,47.3142,0.0000,34.7502,14.0753,-1.5114,1.0902,12353.2578,12353.2578,12353.2578 -1112.5000,1.0000,15761.6763,76.2260,75.8596,0.0133,0.0000,6,1512.5505,410.1824,721.6809,-98.2870,64.9704,114.3099,-15.5681,0.0036,57.9118,0.0000,0.0000,7.0550,57.8951,-1.7891,0.0000,59.6841,0.0000,59.6841,8.3169,51.3673,0.0000,51.3673,0.0251,51.3422,0.0000,34.7632,14.0771,2.5019,1.0915,13070.1871,13070.1871,13070.1871 -1113.5000,1.0000,15782.7577,76.2835,75.9266,0.0186,0.0000,6,1516.6325,417.7571,732.6928,-98.5291,66.3488,116.3673,-15.6485,0.3766,58.8396,0.0000,0.0000,7.1326,58.9705,-1.8121,0.0000,60.7827,0.0000,60.7827,8.3231,52.4595,0.0000,52.4595,0.0350,52.4245,0.0000,34.8420,14.0877,3.4949,1.1342,13322.4359,13322.4359,13322.4359 -1114.5000,1.0000,15803.8597,76.3575,76.0076,0.0225,0.0000,6,1518.1585,420.1910,731.9958,-98.6196,66.8025,116.3736,-15.6787,-0.2347,59.9481,0.0000,0.0000,7.0891,59.8170,-1.8307,0.0000,61.6476,0.0000,61.6476,8.3312,53.3164,0.0000,53.3164,0.0424,53.2741,0.0000,34.9435,14.1013,4.2293,1.1220,13405.3421,13405.3421,13405.3421 -1115.5000,1.0000,15824.9821,76.4310,76.0736,0.0183,0.0000,6,1516.0605,417.6898,734.4784,-98.4952,66.3131,116.6069,-15.6372,0.0391,59.1738,0.0000,0.0000,7.1002,59.1646,-1.8179,0.0000,60.9825,0.0000,60.9825,8.3392,52.6433,0.0000,52.6433,0.0345,52.6088,0.0000,35.0445,14.1149,3.4494,1.1073,13315.5592,13315.5592,13315.5592 -1116.5000,1.0000,15846.1092,76.4480,76.0416,-0.0089,0.0000,6,1506.9810,383.9342,726.8532,-97.9567,60.5889,114.7052,-15.4586,-0.8791,54.4562,0.0000,0.0000,7.0118,54.1243,-1.7131,0.0000,55.8374,0.0000,55.8374,8.3411,47.4964,0.0000,47.4964,-0.0168,47.5131,0.0000,35.0679,14.1181,-1.6728,1.1040,12243.4813,12243.4813,12243.4813 -1117.5000,1.0000,15867.2196,76.3880,75.9536,-0.0244,0.0000,6,1504.2725,371.6972,723.4335,-97.7961,58.5524,113.9603,-15.4055,0.6273,50.8750,0.0000,0.0000,7.0500,51.1341,-1.6501,0.0000,52.7843,0.0000,52.7843,8.3345,44.4497,0.0000,44.4497,-0.0460,44.4958,0.0000,34.9854,14.1070,-4.5966,1.1175,11864.2745,11864.2745,11864.2745 -1118.5000,1.0000,15888.2641,76.1505,75.5666,-0.1075,0.0000,6,1504.9595,265.7665,711.3450,-97.8368,41.8845,112.1072,-15.4190,-0.5641,35.4136,0.0000,0.0000,7.0350,35.3599,-1.3187,0.0000,36.6785,0.0000,36.6785,8.3086,28.3699,0.0000,28.3699,-0.2018,28.5717,0.0000,34.6603,14.0631,-20.1516,1.1032,8741.6540,8741.6540,8741.6540 -1119.5000,1.0000,15909.1719,75.6585,74.9696,-0.1658,0.0000,6,1498.0165,196.5878,676.3053,-97.4250,30.8391,106.0933,-15.2833,-0.0772,23.8689,0.0000,0.0000,7.0474,23.9500,-1.0752,0.0000,25.0252,0.0000,25.0252,8.2549,16.7702,0.0000,16.7702,-0.3093,17.0796,0.0000,33.9931,13.9723,-30.8858,1.1152,6686.7356,6686.7356,6686.7356 -1120.5000,1.0000,15929.9018,75.0180,74.2856,-0.1900,0.0000,6,1490.1580,161.3074,645.7071,-96.9590,25.1719,100.7619,-15.1303,-0.6423,18.7807,0.0000,0.0000,7.0335,18.7778,-0.9599,0.0000,19.7377,0.0000,19.7377,8.1851,11.5526,0.0000,11.5526,-0.3514,11.9040,0.0000,33.1372,13.8540,-35.0872,1.0977,5649.8729,5649.8729,5649.8729 -1121.5000,1.0000,15950.4918,74.5145,73.9626,-0.0897,0.0000,6,1472.5340,276.1401,626.0942,-95.9137,42.5817,96.5459,-14.7902,-0.9590,36.6056,0.0000,0.0000,6.9351,36.4209,-1.3216,0.0000,37.7425,0.0000,37.7425,8.1301,29.6124,0.0000,29.6124,-0.1648,29.7772,0.0000,32.4740,13.7610,-16.4577,1.0912,8832.8660,8832.8660,8832.8660 -1122.5000,1.0000,15970.9796,74.1465,73.5496,-0.1147,0.0000,6,1463.1880,250.1536,673.1351,-95.3594,38.3297,103.1409,-14.6114,0.1131,31.3016,0.0000,0.0000,6.9150,31.4160,-1.2130,0.0000,32.6290,0.0000,32.6290,8.0900,24.5390,0.0000,24.5390,-0.2097,24.7488,0.0000,31.9953,13.6930,-20.9396,1.0736,8007.4934,8007.4934,8007.4934 -1123.5000,1.0000,15991.3363,73.6745,73.0186,-0.1475,0.0000,6,1466.1250,207.3613,663.8409,-95.5336,31.8366,101.9210,-14.6675,0.1511,24.8229,0.0000,0.0000,6.8627,24.9412,-1.0727,0.0000,26.0138,0.0000,26.0138,8.0385,17.9754,0.0000,17.9754,-0.2679,18.2433,0.0000,31.3883,13.6059,-26.7509,1.0603,6828.0941,6828.0941,6828.0941 -1124.5000,1.0000,16011.5548,73.1770,72.5546,-0.1289,0.0000,6,1456.3970,220.3531,638.0136,-94.9567,33.6068,97.3057,-14.4822,-1.0201,27.8106,0.0000,0.0000,6.8163,27.6806,-1.1240,0.0000,28.8046,0.0000,28.8046,7.9842,20.8204,0.0000,20.8204,-0.2325,21.0529,0.0000,30.7566,13.5140,-23.2177,1.0857,7134.8103,7134.8103,7134.8103 -1125.5000,1.0000,16031.6497,72.7320,72.1286,-0.1183,0.0000,6,1440.2225,234.2456,643.4258,-93.9974,35.3289,97.0413,-14.1767,-0.4218,29.0319,0.0000,0.0000,6.7188,29.0207,-1.1468,0.0000,30.1675,0.0000,30.1675,7.9356,22.2319,0.0000,22.2319,-0.2122,22.4441,0.0000,30.1989,13.4318,-21.1866,1.0669,7434.5668,7434.5668,7434.5668 -1126.5000,1.0000,16051.6212,72.2880,71.6666,-0.1283,0.0000,6,1432.4785,220.4943,647.4312,-93.5381,33.0761,97.1204,-14.0315,-0.2618,26.6969,0.0000,0.0000,6.6410,26.7268,-1.0939,0.0000,27.8208,0.0000,27.8208,7.8872,19.9336,0.0000,19.9336,-0.2287,20.1623,0.0000,29.6493,13.3498,-22.8368,1.0505,7021.6989,7021.6989,7021.6989 -1127.5000,1.0000,16071.4908,71.9210,71.3946,-0.0756,0.0000,6,1422.9800,279.3481,637.7366,-92.9748,41.6268,95.0318,-13.8546,-0.5700,35.6409,0.0000,0.0000,6.5559,35.5448,-1.2735,0.0000,36.8182,0.0000,36.8182,7.8471,28.9711,0.0000,28.9711,-0.1340,29.1050,0.0000,29.1998,13.2820,-13.3768,1.0336,8584.8731,8584.8731,8584.8731 -1128.5000,1.0000,16091.2850,71.6495,71.1236,-0.0753,0.0000,6,1412.4135,280.7480,659.6110,-92.3481,41.5248,97.5615,-13.6590,-0.3507,35.2797,0.0000,0.0000,6.5958,35.2454,-1.2641,0.0000,36.5095,0.0000,36.5095,7.8175,28.6920,0.0000,28.6920,-0.1330,28.8249,0.0000,28.8703,13.2319,-13.2773,1.1010,8566.7007,8566.7007,8566.7007 -1129.5000,1.0000,16110.9937,71.3415,70.7786,-0.0958,0.0000,6,1408.2555,256.1068,661.1520,-92.1015,37.7686,97.5015,-13.5824,-0.0099,31.2087,0.0000,0.0000,6.5698,31.2818,-1.1781,0.0000,32.4599,0.0000,32.4599,7.7839,24.6760,0.0000,24.6760,-0.1686,24.8445,0.0000,28.4997,13.1750,-16.8302,1.0998,7874.4006,7874.4006,7874.4006 -1130.5000,1.0000,16130.5888,70.9330,70.3066,-0.1311,0.0000,6,1408.2935,211.3009,651.5252,-92.1037,31.1618,96.0844,-13.5831,0.0132,24.6079,0.0000,0.0000,6.5407,24.6928,-1.0362,0.0000,25.7289,0.0000,25.7289,7.7394,17.9896,0.0000,17.9896,-0.2293,18.2189,0.0000,28.0131,13.0996,-22.8938,1.0998,6652.7299,6652.7299,6652.7299 -1131.5000,1.0000,16150.0451,70.4330,69.7786,-0.1467,0.0000,6,1395.3995,183.9169,623.5818,-91.3390,26.8750,91.1215,-13.3470,-1.1180,21.5908,0.0000,0.0000,6.4022,21.4694,-0.9634,0.0000,22.4328,0.0000,22.4328,7.6848,14.7480,0.0000,14.7480,-0.2547,15.0027,0.0000,27.4249,13.0072,-25.4294,1.0397,5856.8657,5856.8657,5856.8657 -1132.5000,1.0000,16169.3739,69.9740,69.3886,-0.1083,0.0000,6,1379.1485,232.9742,615.1283,-90.3752,33.6471,88.8393,-13.0524,-0.2714,27.5046,0.0000,0.0000,6.4139,27.5174,-1.0843,0.0000,28.6017,0.0000,28.6017,7.6347,20.9669,0.0000,20.9669,-0.1869,21.1538,0.0000,26.8921,12.9225,-18.6607,1.0490,7064.7515,7064.7515,7064.7515 -1133.5000,1.0000,16188.5953,69.5875,69.0056,-0.1064,0.0000,6,1374.0750,234.6288,633.7061,-90.0743,33.7614,91.1857,-12.9610,-0.1577,27.3696,0.0000,0.0000,6.5495,27.4078,-1.0777,0.0000,28.4855,0.0000,28.4855,7.5925,20.8929,0.0000,20.8929,-0.1825,21.0755,0.0000,26.4489,12.8511,-18.2245,1.2303,7076.1842,7076.1842,7076.1842 -1134.5000,1.0000,16207.7053,69.1865,68.5866,-0.1164,0.0000,6,1367.2465,219.1300,631.0158,-89.6693,31.3745,90.3474,-12.8387,-0.4164,25.2855,0.0000,0.0000,6.5055,25.2703,-1.0287,0.0000,26.2990,0.0000,26.2990,7.5488,18.7502,0.0000,18.7502,-0.1985,18.9487,0.0000,25.9943,12.7770,-19.8227,1.2147,6633.8032,6633.8032,6633.8032 -1135.5000,1.0000,16226.7381,68.9085,68.4496,-0.0381,0.0000,6,1361.4100,312.2054,625.9125,-89.3232,44.5100,89.2342,-12.7345,-0.0733,38.0997,0.0000,0.0000,6.4837,38.1130,-1.2932,0.0000,39.4062,0.0000,39.4062,7.5185,31.8877,0.0000,31.8877,-0.0647,31.9524,0.0000,25.6820,12.7257,-6.4554,1.2130,9087.0985,9087.0985,9087.0985 -1136.5000,1.0000,16245.7970,69.0025,68.7746,0.0903,0.0000,6,1355.6500,466.5097,659.9058,-88.9816,66.2273,93.6824,-12.6321,-0.4065,60.1589,0.0000,0.0000,6.4749,59.8014,-1.7461,0.0000,61.5475,0.0000,61.5475,7.5287,54.0187,0.0000,54.0187,0.1536,53.8652,0.0000,25.7874,12.7431,15.3347,1.1972,13153.6687,13153.6687,13153.6687 -1137.5000,1.0000,16264.9572,69.3670,69.1786,0.1122,0.0000,6,1355.8025,499.5872,727.1884,-88.9906,70.9310,103.2457,-12.6348,0.4193,64.0413,0.0000,0.0000,6.4705,64.0925,-1.8395,0.0000,65.9320,0.0000,65.9320,7.5685,58.3635,0.0000,58.3635,0.1919,58.1716,0.0000,26.1983,12.8104,19.1629,1.1972,14042.5627,14042.5627,14042.5627 -1138.5000,1.0000,16284.2446,69.8250,69.6906,0.1422,0.0000,6,1364.7290,537.4191,739.7838,-89.5200,76.8048,105.7255,-12.7937,0.3261,70.0151,0.0000,0.0000,6.4635,69.9582,-1.9668,0.0000,71.9250,0.0000,71.9250,7.6185,64.3066,0.0000,64.3066,0.2448,64.0617,0.0000,26.7208,12.8950,24.4460,1.1857,15081.5808,15081.5808,15081.5808 -1139.5000,1.0000,16303.6863,70.3805,70.2896,0.1664,0.0000,6,1375.1050,569.1764,757.2134,-90.1354,81.9618,109.0392,-12.9796,0.5476,75.0425,0.0000,0.0000,6.3717,75.0769,-2.0796,0.0000,77.1565,0.0000,77.1565,7.6791,69.4774,0.0000,69.4774,0.2887,69.1887,0.0000,27.3638,12.9975,28.8274,1.0760,16061.1386,16061.1386,16061.1386 -1140.5000,1.0000,16323.2806,70.9300,70.7896,0.1389,0.0000,6,1391.8900,537.5981,772.5675,-91.1309,78.3594,112.6082,-13.2831,0.8804,71.0591,0.0000,0.0000,6.4199,71.3335,-2.0078,0.0000,73.3413,0.0000,73.3413,7.7390,65.6023,0.0000,65.6023,0.2429,65.3594,0.0000,28.0096,13.0990,24.2508,1.0527,15394.4440,15394.4440,15394.4440 -1141.5000,1.0000,16342.9863,71.3310,71.0916,0.0839,0.0000,6,1404.8220,470.3193,758.7369,-91.8979,69.1899,111.6198,-13.5193,0.2271,62.5078,0.0000,0.0000,6.4551,62.4926,-1.8282,0.0000,64.3208,0.0000,64.3208,7.7828,56.5380,0.0000,56.5380,0.1475,56.3905,0.0000,28.4871,13.1731,14.7303,1.0565,13712.4366,13712.4366,13712.4366 -1142.5000,1.0000,16362.7944,71.6995,71.5266,0.1208,0.0000,6,1407.6830,517.1861,733.4983,-92.0675,76.2396,108.1266,-13.5719,0.0198,69.7560,0.0000,0.0000,6.4638,69.5563,-1.9795,0.0000,71.5358,0.0000,71.5358,7.8230,63.7128,0.0000,63.7128,0.2136,63.4992,0.0000,28.9310,13.2411,21.3271,1.0433,15014.4852,15014.4852,15014.4852 -1143.5000,1.0000,16382.6915,72.0200,71.7326,0.0572,0.0000,6,1415.7320,457.8485,755.9266,-92.5449,67.8784,112.0700,-13.7203,0.6799,58.7227,0.0000,0.0000,8.4757,58.9628,-1.7625,0.0000,60.7252,0.0000,60.7252,7.8580,52.8673,0.0000,52.8673,0.1016,52.7657,0.0000,29.3205,13.3003,10.1449,1.1020,13474.6170,13474.6170,13474.6170 -1144.5000,1.0000,16402.6688,72.3085,72.1036,0.1031,0.0000,6,1426.4895,510.5114,732.2549,-93.1829,76.2610,109.3854,-13.9198,0.2573,67.5354,0.0000,0.0000,8.4683,67.5013,-1.9436,0.0000,69.4450,0.0000,69.4450,7.8894,61.5555,0.0000,61.5555,0.1837,61.3718,0.0000,29.6744,13.3536,18.3438,1.0347,15034.1869,15034.1869,15034.1869 -1145.5000,1.0000,16422.7267,72.5990,72.3136,0.0583,0.0000,6,1431.4870,458.5108,752.9833,-93.4793,68.7330,112.8759,-14.0130,0.1811,60.0988,0.0000,0.0000,8.4531,60.0984,-1.7927,0.0000,61.8911,0.0000,61.8911,7.9211,53.9700,0.0000,53.9700,0.1044,53.8656,0.0000,30.0333,13.4072,10.4250,1.0361,13632.1349,13632.1349,13632.1349 -1146.5000,1.0000,16442.8485,72.8290,72.5636,0.0694,0.0000,6,1433.6235,473.2655,733.1156,-93.6060,71.0507,110.0617,-14.0529,0.0067,62.5500,0.0000,0.0000,8.4940,62.4461,-1.8443,0.0000,64.2904,0.0000,64.2904,7.9462,56.3442,0.0000,56.3442,0.1247,56.2195,0.0000,30.3197,13.4497,12.4501,1.0790,14059.4217,14059.4217,14059.4217 -1147.5000,1.0000,16463.0356,73.0640,72.7836,0.0611,0.0000,6,1439.4220,465.9564,742.2167,-93.9499,70.2364,111.8787,-14.1616,0.5058,61.2054,0.0000,0.0000,8.5252,61.3563,-1.8243,0.0000,63.1806,0.0000,63.1806,7.9719,55.2087,0.0000,55.2087,0.1101,55.0987,0.0000,30.6141,13.4931,10.9914,1.0666,13912.0193,13912.0193,13912.0193 -1148.5000,1.0000,16483.2522,73.1700,72.7756,-0.0022,0.0000,6,1440.3375,387.6934,734.4431,-94.0042,58.4765,110.7774,-14.1788,-0.4251,50.4108,0.0000,0.0000,8.4908,50.2454,-1.5940,0.0000,51.8394,0.0000,51.8394,7.9834,43.8559,0.0000,43.8559,-0.0040,43.8599,0.0000,30.7475,13.5127,-0.4003,1.0810,11777.8715,11777.8715,11777.8715 -1149.5000,1.0000,16503.4610,73.1420,72.7276,-0.0133,0.0000,6,1437.9725,377.1587,709.2098,-93.8639,56.7941,106.7957,-14.1344,0.2156,48.1263,0.0000,0.0000,8.4522,48.2238,-1.5516,0.0000,49.7754,0.0000,49.7754,7.9804,41.7950,0.0000,41.7950,-0.0240,41.8191,0.0000,30.7122,13.5075,-2.4007,1.0662,11446.2270,11446.2270,11446.2270 -1150.5000,1.0000,16523.6050,72.9090,72.3096,-0.1161,0.0000,6,1440.7570,252.5719,704.0807,-94.0291,38.1070,106.2287,-14.1867,0.0303,29.5378,0.0000,0.0000,8.5388,29.6298,-1.1615,0.0000,30.7913,0.0000,30.7913,7.9549,22.8363,0.0000,22.8363,-0.2087,23.0450,0.0000,30.4199,13.4645,-20.8393,1.0811,7936.9381,7936.9381,7936.9381 -1151.5000,1.0000,16543.5288,72.1160,71.1416,-0.3244,0.0000,6,1431.1815,-4.8816,649.8702,-93.4612,-0.7316,97.3980,-14.0073,-0.8717,-8.3005,0.0000,0.0000,8.4407,-8.3103,-0.7625,0.0000,-7.5478,0.0000,-7.5478,7.8684,-15.4162,0.0000,-15.4162,-0.5769,-14.8394,0.0000,29.4398,13.3180,-57.5972,1.0783,1905.0637,1905.0637,1905.0637 -1152.5000,1.0000,16563.1792,71.1320,70.3416,-0.2222,0.0000,6,1411.1540,99.7142,544.7337,-92.2734,14.7353,80.4984,-13.6358,-0.8760,9.1458,0.0000,0.0000,6.4656,9.1317,-0.7142,0.0000,9.8459,0.0000,9.8459,7.7611,2.0848,0.0000,2.0848,-0.3897,2.4746,0.0000,28.2501,13.1363,-38.9118,1.0725,3688.6637,3688.6637,3688.6637 -1153.5000,1.0000,16582.6015,70.3105,69.4986,-0.2342,0.0000,6,1392.7670,82.6148,581.8307,-91.1829,12.0494,84.8601,-13.2990,-0.7080,6.3555,0.0000,0.0000,6.4019,6.3558,-0.6472,0.0000,7.0030,0.0000,7.0030,7.6714,-0.6684,0.0000,-0.6684,-0.4059,-0.2625,0.0000,27.2827,12.9846,-40.5298,1.0812,3335.6025,3335.6025,3335.6025 -1154.5000,1.0000,16601.8065,69.5285,68.7776,-0.2003,0.0000,6,1377.7370,119.4443,571.7198,-90.2915,17.2330,82.4856,-13.0269,-0.5713,11.4388,0.0000,0.0000,6.3655,11.4420,-0.7444,0.0000,12.1864,0.0000,12.1864,7.5861,4.6003,0.0000,4.6003,-0.3433,4.9437,0.0000,26.3822,12.8402,-34.2787,1.0627,4071.4610,4071.4610,4071.4610 -1155.5000,1.0000,16620.7593,68.6205,67.6826,-0.3042,0.0000,6,1370.9470,-4.8195,588.8627,-89.8888,-0.6919,84.5402,-12.9049,-0.0032,-7.0208,0.0000,0.0000,6.3321,-7.0771,-0.7050,0.0000,-6.3722,0.0000,-6.3722,7.4870,-13.8592,0.0000,-13.8592,-0.5146,-13.3446,0.0000,25.3630,12.6725,-51.3801,1.0607,1767.5548,1767.5548,1767.5548 -1156.5000,1.0000,16639.3377,67.2725,66.0816,-0.4447,0.0000,6,1352.9415,-88.8209,521.1680,-88.8209,-12.5841,73.8389,-12.5841,-1.4928,-17.3157,0.0000,0.0000,6.2244,-17.2915,-0.7879,0.0000,-16.5036,0.0000,-16.5036,7.3400,-23.8436,11.6849,-35.5284,-0.7376,-34.7908,2.5334,23.8993,12.4236,-73.6471,1.0555,0.0000,0.0000,0.0000 -1157.5000,1.0000,16657.3806,65.3450,63.8276,-0.6261,0.0000,6,1304.0745,-85.9227,460.5857,-85.9227,-11.7338,62.8987,-11.7338,-2.4746,-15.4884,0.0000,0.0000,6.2291,-15.3867,-0.7450,0.0000,-14.6417,0.0000,-14.6417,7.1297,-21.7714,28.3277,-50.0991,-1.0087,-49.0903,17.6508,21.9067,12.0669,-100.7147,1.0433,0.0000,0.0000,0.0000 -1158.5000,1.0000,16674.6902,62.7050,60.8016,-0.8406,0.0000,6,1268.2540,-83.7983,469.3644,-83.7983,-11.1294,62.3369,-11.1294,-0.3833,-16.8935,0.0000,0.0000,6.1474,-17.2440,-0.7311,0.0000,-16.5129,0.0000,-16.5129,6.8416,-23.3545,39.7225,-63.0769,-1.2995,-61.7775,37.0302,19.3629,11.5766,-129.7472,1.0229,0.0000,0.0000,0.0000 -1159.5000,1.0000,16691.0173,59.1680,56.7536,-1.1244,0.0000,6,1216.5640,-80.7327,425.0753,-80.7327,-10.2852,54.1539,-10.2852,-3.4941,-12.6444,0.0000,0.0000,5.8533,-12.5890,-0.6425,0.0000,-11.9465,0.0000,-11.9465,6.4557,-18.4022,68.6591,-87.0613,-1.6403,-85.4209,51.1595,16.2772,10.9199,-163.7775,1.0393,0.0000,0.0000,0.0000 -1160.5000,1.0000,16706.3116,55.4500,53.3656,-0.9411,0.0000,6,1135.8435,-75.9194,410.0753,-75.9232,-9.0303,48.7765,-9.0307,-2.3682,-12.2821,0.0000,0.0000,5.6201,-12.2904,-0.5962,0.0000,-11.6942,0.0000,-11.6942,6.0500,-17.7442,35.9839,-53.7281,-1.2866,-52.4415,52.3929,13.3943,10.2324,-128.4611,1.0087,0.0000,0.0000,0.0000 -1161.5000,1.0000,16720.6353,51.9555,49.7646,-1.0003,0.0000,6,1064.1640,-71.2198,388.5088,-71.2198,-7.9367,43.2950,-7.9367,-2.4656,-10.9278,0.0000,0.0000,5.4567,-10.9187,-0.5434,0.0000,-10.3753,0.0000,-10.3753,5.6688,-16.0441,45.1967,-61.2408,-1.2813,-59.9594,47.3640,11.0211,9.5881,-127.9326,0.9801,0.0000,0.0000,0.0000 -1162.5000,1.0000,16734.0638,48.7330,46.9206,-0.7900,0.0000,6,985.8855,-67.4342,357.0685,-67.4342,-6.9620,36.8644,-6.9620,-2.4551,-9.7282,0.0000,0.0000,5.2213,-9.6085,-0.4953,0.0000,-9.1131,0.0000,-9.1131,5.3172,-14.4303,18.2395,-32.6698,-0.9492,-31.7206,44.9663,9.0918,8.9932,-94.7719,0.9500,0.0000,0.0000,0.0000 -1163.5000,1.0000,16746.6098,45.5560,43.4106,-0.9750,0.0000,6,818.7610,-78.1564,429.9529,-78.1564,-6.7012,36.8644,-6.7012,-6.3642,-4.5527,0.0000,0.0000,4.2158,-4.0031,-0.4067,0.0000,-3.5964,0.0000,-3.5964,4.9705,-8.5669,41.2855,-49.8524,-1.0951,-48.7573,44.7449,7.4318,8.4061,-109.3401,0.9242,0.0000,0.0000,0.0000 -1164.5000,1.0000,16758.2097,42.1500,40.1086,-0.9172,0.0000,5,920.0045,-71.2029,563.6447,-71.2029,-6.8599,54.3030,-6.8599,12.8713,-25.3776,0.0000,0.0000,5.6464,-32.9525,-0.5284,0.0000,-32.4240,0.0000,-32.4240,4.5989,-37.0229,0.6585,-37.6815,-0.9532,-36.7283,44.7788,5.8867,7.7765,-95.1703,0.9343,0.0000,0.0000,0.0000 -1165.5000,1.0000,16768.7241,38.2425,35.5956,-1.2536,0.0000,5,1110.2465,-74.3963,413.0313,-74.3963,-8.6497,48.0210,-8.6497,-2.5619,-11.6058,0.0000,0.0000,5.5181,-11.9162,-0.3807,0.0000,-11.5355,0.0000,-11.5355,4.1726,-15.7081,48.0706,-63.7787,-1.1820,-62.5967,43.9591,4.4051,7.0544,-118.0153,0.9911,0.0000,0.0000,0.0000 -1166.5000,1.0000,16777.9855,33.7315,31.0866,-1.2525,0.0000,5,1012.1690,-67.4979,348.1289,-67.4979,-7.1544,36.8996,-7.1544,-3.7607,-8.5873,0.0000,0.0000,5.1936,-8.6523,-0.3160,0.0000,-8.3363,0.0000,-8.3363,3.6804,-12.0167,41.1695,-53.1862,-1.0416,-52.1445,42.6110,3.0259,6.2208,-104.0022,0.9793,0.0000,0.0000,0.0000 -1167.5000,1.0000,16785.9299,28.9900,26.1126,-1.3817,0.0000,5,888.3420,-73.1809,396.2760,-73.1809,-6.8078,36.8644,-6.8078,-3.4546,-8.1322,0.0000,0.0000,4.7790,-8.2612,-0.2600,0.0000,-8.0012,0.0000,-8.0012,3.1630,-11.1642,38.4595,-49.6238,-0.9875,-48.6362,42.6945,1.9264,5.3438,-98.6009,0.9547,0.0000,0.0000,0.0000 -1168.5000,1.0000,16792.4417,23.8330,20.7726,-1.4833,0.0000,5,741.8935,-85.7304,474.5002,-85.7304,-6.6605,36.8644,-6.6605,-3.7871,-7.0554,0.0000,0.0000,4.1821,-7.0553,-0.2022,0.0000,-6.8531,0.0000,-6.8531,2.6004,-9.4535,31.9623,-41.4158,-0.8716,-40.5442,41.0153,1.0759,4.3902,-87.0255,0.9525,0.0000,0.0000,0.0000 -1169.5000,1.0000,16797.3988,18.2360,14.9186,-1.6261,0.0000,5,639.3150,-96.7328,550.6341,-96.7328,-6.4762,36.8644,-6.4762,-0.7638,-9.6901,0.0000,0.0000,3.9777,-11.1915,-0.1704,0.0000,-11.0211,0.0000,-11.0211,1.9897,-13.0108,20.5816,-33.5924,-0.7311,-32.8613,36.2919,0.4883,3.3563,-72.9977,0.9319,0.0000,0.0000,0.0000 -1170.5000,1.0000,16800.9745,13.2630,10.8266,-1.1367,0.0000,5,613.5655,-6.2101,573.7426,-99.4947,-0.3990,36.8644,-6.3928,-0.2372,-4.1424,0.0000,0.0000,3.9806,-4.8477,-0.1011,0.0000,-4.7467,0.0000,-4.7467,1.4471,-6.1937,0.0000,-6.1937,-0.3717,-5.8221,28.6621,0.1875,2.4395,-37.1111,0.9102,673.6334,673.6334,673.6334 -1171.5000,1.0000,16803.5123,9.5265,7.4456,-0.9392,0.0000,3,609.0260,63.3186,578.0191,-99.9816,4.0383,36.8644,-6.3765,0.0656,0.0268,0.0000,0.0000,3.9459,0.0326,-0.2171,0.0000,0.2497,0.0000,0.2497,1.0394,-0.7897,0.0000,-0.7897,-0.2206,-0.5691,19.6324,0.0700,1.7529,-22.0245,0.9103,1403.4242,1403.4242,1403.4242 -1172.5000,1.0000,16805.2461,6.6320,5.0376,-0.6689,0.0000,3,607.0425,74.8540,579.9077,-100.1944,4.7584,36.8644,-6.3693,-0.1394,0.8967,0.0000,0.0000,4.0011,1.0888,-0.1308,0.0000,1.2196,0.0000,1.2196,0.7236,0.4960,0.0000,0.4960,-0.1094,0.6054,10.2797,0.0236,1.2222,-10.9201,0.9103,1516.0308,1516.0308,1516.0308 -1173.5000,1.0000,16806.4175,4.6075,3.3966,-0.4558,0.0000,3,604.1050,58.4936,582.7276,-100.5094,3.7004,36.8644,-6.3584,0.0297,-0.3989,0.0000,0.0000,4.0696,-0.4860,-0.0983,0.0000,-0.3877,0.0000,-0.3877,0.5027,-0.8904,0.0000,-0.8904,-0.0518,-0.8386,3.4731,0.0079,0.8505,-5.1701,1.0553,1351.0332,1351.0332,1351.0332 -1174.5000,1.0000,16807.1614,3.0685,1.9596,-0.3992,0.0000,1,603.4565,43.0876,583.3538,-100.5790,2.7229,36.8644,-6.3560,-0.0537,-1.2900,0.0000,0.0000,4.0665,-1.6803,-0.2188,0.0000,-1.4615,0.0000,-1.4615,0.3348,-1.7963,0.0000,-1.7963,-0.0302,-1.7661,0.6800,0.0024,0.5667,-3.0152,1.0874,1197.6090,1197.6090,1197.6090 -1175.5000,1.0000,16807.4717,1.5075,0.2746,-0.4681,0.0000,1,601.0035,53.6461,585.7348,-100.8421,3.3763,36.8644,-6.3467,-0.0370,-0.6248,0.0000,0.0000,4.0382,-1.4140,-0.1029,0.0000,-1.3111,0.0000,-1.3111,0.1645,-1.4756,0.0000,-1.4756,-0.0174,-1.4582,0.0000,0.0004,0.2784,-1.7369,1.0444,1300.0930,1300.0930,1300.0930 -1176.5000,1.0000,16807.4583,0.3420,-0.3714,-0.1794,0.0000,1,600.0000,63.7108,586.7144,-100.9497,4.0031,36.8644,-6.3429,0.0000,-0.0040,0.0000,0.0000,4.0070,-0.0713,-0.0192,0.0000,-0.0521,0.0000,-0.0521,0.0373,-0.0894,0.0000,-0.0894,-0.0015,-0.0879,0.0000,0.0000,0.0632,-0.1511,1.0443,1399.0113,1399.0113,1399.0113 -1177.5000,1.0000,16807.2955,0.0095,-0.8009,-0.1193,0.0000,0,600.6600,63.6039,586.0697,-100.8789,4.0007,36.8644,-6.3454,0.0243,0.0000,0.0000,0.0000,3.9764,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0010,-0.0010,0.0000,-0.0010,0.0000,-0.0010,0.0000,0.0000,0.0018,-0.0028,0.9988,1398.5582,1398.5582,1398.5582 -1178.5000,1.0000,16807.0733,0.0000,-0.7989,0.0006,0.0000,0,601.4725,62.7465,585.2780,-100.7918,3.9522,36.8644,-6.3485,0.0056,0.0000,0.0000,0.0000,3.9465,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9657,1390.8002,1390.8002,1390.8002 -1179.5000,1.0000,16806.8514,0.0000,-0.7989,0.0000,0.0000,0,600.8125,64.0863,585.9210,-100.8626,4.0321,36.8644,-6.3460,-0.0300,0.0000,0.0000,0.0000,4.0621,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1403.4840,1403.4840,1403.4840 -1180.5000,1.0000,16806.6295,0.0000,-0.7989,0.0000,0.0000,0,601.4230,64.0293,585.3262,-100.7971,4.0326,36.8644,-6.3483,0.0526,0.0000,0.0000,0.0000,3.9801,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0873,1403.4801,1403.4801,1403.4801 -1181.5000,1.0000,16806.4076,0.0000,-0.7989,0.0000,0.0000,0,601.4230,61.8166,585.3262,-100.7971,3.8933,36.8644,-6.3483,-0.0526,0.0000,0.0000,0.0000,3.9458,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0659,1381.5296,1381.5296,1381.5296 -1182.5000,1.0000,16806.1857,0.0000,-0.7989,0.0000,0.0000,0,600.6980,62.4719,586.0326,-100.8749,3.9298,36.8644,-6.3455,0.0257,0.0000,0.0000,0.0000,3.9040,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0335,1387.3630,1387.3630,1387.3630 -1183.5000,1.0000,16805.9638,0.0000,-0.7989,0.0000,0.0000,0,600.6980,61.2234,586.0326,-100.8749,3.8513,36.8644,-6.3455,-0.0257,0.0000,0.0000,0.0000,3.8770,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0108,1374.9784,1374.9784,1374.9784 -1184.5000,1.0000,16805.7419,0.0000,-0.7989,0.0000,0.0000,0,601.4230,62.6947,585.3262,-100.7971,3.9486,36.8644,-6.3483,0.0526,0.0000,0.0000,0.0000,3.8960,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0336,1390.2407,1390.2407,1390.2407 -1185.5000,1.0000,16805.5199,0.0000,-0.7989,0.0000,0.0000,0,601.4230,60.3889,585.3262,-100.7971,3.8033,36.8644,-6.3483,-0.0526,0.0000,0.0000,0.0000,3.8559,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9657,1367.3671,1367.3671,1367.3671 -1186.5000,1.0000,16805.2980,0.0000,-0.7989,0.0000,0.0000,0,601.5375,63.0378,585.2148,-100.7848,3.9709,36.8644,-6.3487,0.0568,0.0000,0.0000,0.0000,3.9141,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1393.7496,1393.7496,1393.7496 -1187.5000,1.0000,16805.0761,0.0000,-0.7989,0.0000,0.0000,0,601.5375,61.3640,585.2148,-100.7848,3.8655,36.8644,-6.3487,-0.0568,0.0000,0.0000,0.0000,3.9223,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1377.1456,1377.1456,1377.1456 -1188.5000,1.0000,16804.8542,0.0000,-0.7989,0.0000,0.0000,0,600.3165,62.6479,586.4051,-100.9158,3.9384,36.8644,-6.3441,0.0117,0.0000,0.0000,0.0000,3.9267,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1388.7584,1388.7584,1388.7584 -1189.5000,1.0000,16804.6323,0.0000,-0.7989,0.0000,0.0000,0,600.5950,80.0883,586.1331,-100.8859,5.0371,36.8644,-6.3451,-0.0014,0.0000,0.0000,0.0000,5.0385,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1562.0228,1562.0228,1562.0228 -1190.5000,1.0000,16804.4104,0.0000,-0.7989,0.0000,0.0000,0,600.2785,79.3938,586.4422,-100.9199,4.9908,36.8644,-6.3439,-0.0103,0.0000,0.0000,0.0000,5.0010,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1554.8432,1554.8432,1554.8432 -1191.5000,1.0000,16804.1885,0.0000,-0.7989,0.0000,0.0000,0,600.0000,79.3434,586.7144,-100.9497,4.9853,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9853,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1554.0863,1554.0863,1554.0863 -1192.5000,1.0000,16803.9666,0.0000,-0.7989,0.0000,0.0000,0,600.4690,80.4494,586.2561,-100.8994,5.0587,36.8644,-6.3447,0.0173,0.0000,0.0000,0.0000,5.0414,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1565.4895,1565.4895,1565.4895 -1193.5000,1.0000,16803.7447,0.0000,-0.7989,0.0000,0.0000,0,600.4690,77.6841,586.2561,-100.8994,4.8849,36.8644,-6.3447,-0.0173,0.0000,0.0000,0.0000,4.9021,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1538.0580,1538.0580,1538.0580 -1194.5000,1.0000,16803.5228,0.0000,-0.7989,0.0000,0.0000,0,600.2785,77.3033,586.4422,-100.9199,4.8594,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,4.8491,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1534.1052,1534.1052,1534.1052 -1195.5000,1.0000,16803.3009,0.0000,-0.7989,0.0000,0.0000,0,600.4045,78.9290,586.3191,-100.9063,4.9626,36.8644,-6.3444,-0.0056,0.0000,0.0000,0.0000,4.9682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9767,1550.3474,1550.3474,1550.3474 -1196.5000,1.0000,16803.0790,0.0000,-0.7989,0.0000,0.0000,0,600.1260,78.4298,586.5912,-100.9362,4.9289,36.8644,-6.3433,-0.0046,0.0000,0.0000,0.0000,4.9336,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1545.1395,1545.1395,1545.1395 -1197.5000,1.0000,16802.8571,0.0000,-0.7989,0.0000,0.0000,0,600.7745,78.3235,585.9580,-100.8667,4.9276,36.8644,-6.3458,0.0286,0.0000,0.0000,0.0000,4.8990,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1544.6817,1544.6817,1544.6817 -1198.5000,1.0000,16802.6352,0.0000,-0.7989,0.0000,0.0000,0,600.7745,76.6175,585.9580,-100.8667,4.8202,36.8644,-6.3458,-0.0286,0.0000,0.0000,0.0000,4.8488,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1527.7585,1527.7585,1527.7585 -1199.5000,1.0000,16802.4133,0.0000,-0.7989,0.0000,0.0000,0,601.4230,78.3463,585.3262,-100.7971,4.9343,36.8644,-6.3483,0.0526,0.0000,0.0000,0.0000,4.8818,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1545.5046,1545.5046,1545.5046 -1200.5000,1.0000,16802.1914,0.0000,-0.7989,0.0000,0.0000,0,601.8540,78.0067,584.9070,-100.7509,4.9165,36.8644,-6.3499,-0.0367,0.0000,0.0000,0.0000,4.9531,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1542.5324,1542.5324,1542.5324 -1201.5000,1.0000,16801.9695,0.0000,-0.7989,0.0000,0.0000,0,602.2355,78.7759,584.5365,-100.7099,4.9681,36.8644,-6.3514,0.0508,0.0000,0.0000,0.0000,4.9173,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1550.5138,1550.5138,1550.5138 -1202.5000,1.0000,16801.7476,0.0000,-0.7989,0.0000,0.0000,0,602.0830,77.9932,584.6846,-100.7263,4.9175,36.8644,-6.3508,-0.0564,0.0000,0.0000,0.0000,4.9739,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1542.6090,1542.6090,1542.6090 -1203.5000,1.0000,16801.5257,0.0000,-0.7989,0.0000,0.0000,0,603.5325,80.3015,583.2803,-100.5708,5.0752,36.8644,-6.3563,0.1103,0.0000,0.0000,0.0000,4.9649,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1566.8411,1566.8411,1566.8411 -1204.5000,1.0000,16801.3037,0.0000,-0.7989,0.0000,0.0000,0,604.9440,75.8186,581.9194,-100.4194,4.8031,36.8644,-6.3615,-0.0581,0.0000,0.0000,0.0000,4.8612,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8882,1523.6695,1523.6695,1523.6695 -1205.5000,1.0000,16801.0818,0.0000,-0.7989,0.0000,0.0000,0,604.1045,78.3742,582.7280,-100.5095,4.9581,36.8644,-6.3584,0.0269,0.0000,0.0000,0.0000,4.9312,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1548.2483,1548.2483,1548.2483 -1206.5000,1.0000,16800.8599,0.0000,-0.7989,0.0000,0.0000,0,604.9055,77.5408,581.9564,-100.4236,4.9119,36.8644,-6.3614,0.0028,0.0000,0.0000,0.0000,4.9090,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8882,1540.7177,1540.7177,1540.7177 -1207.5000,1.0000,16800.6380,0.0000,-0.7989,0.0000,0.0000,0,602.4910,75.9083,584.2886,-100.6825,4.7893,36.8644,-6.3523,-0.0922,0.0000,0.0000,0.0000,4.8814,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1522.3016,1522.3016,1522.3016 -1208.5000,1.0000,16800.4161,0.0000,-0.7989,0.0000,0.0000,0,600.6980,79.7524,586.0326,-100.8749,5.0168,36.8644,-6.3455,0.0257,0.0000,0.0000,0.0000,4.9911,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9657,1558.7859,1558.7859,1558.7859 -1209.5000,1.0000,16800.1942,0.0000,-0.7989,0.0000,0.0000,0,602.3880,60.7611,584.3885,-100.6936,3.8329,36.8644,-6.3519,0.0367,0.0000,0.0000,0.0000,3.7962,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1371.9471,1371.9471,1371.9471 -1210.5000,1.0000,16799.9723,0.0000,-0.7989,0.0000,0.0000,0,601.6900,59.1536,585.0665,-100.7685,3.7272,36.8644,-6.3493,-0.0624,0.0000,0.0000,0.0000,3.7896,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1355.3586,1355.3586,1355.3586 -1211.5000,1.0000,16799.7504,0.0000,-0.7989,0.0000,0.0000,0,600.4310,59.1336,586.2932,-100.9035,3.7181,36.8644,-6.3445,0.0159,0.0000,0.0000,0.0000,3.7023,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8599,1354.0019,1354.0019,1354.0019 -1212.5000,1.0000,16799.5285,0.0000,-0.7989,0.0000,0.0000,0,600.4310,59.9128,586.2932,-100.9035,3.7671,36.8644,-6.3445,-0.0159,0.0000,0.0000,0.0000,3.7830,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1361.7314,1361.7314,1361.7314 -1213.5000,1.0000,16799.3066,0.0000,-0.7989,0.0000,0.0000,0,600.2785,60.7277,586.4422,-100.9199,3.8174,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,3.8071,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1369.6749,1369.6749,1369.6749 -1214.5000,1.0000,16799.0847,0.0000,-0.7989,0.0000,0.0000,0,601.2055,61.6351,585.5379,-100.8204,3.8804,36.8644,-6.3475,0.0239,0.0000,0.0000,0.0000,3.8565,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1379.5291,1379.5291,1379.5291 -1215.5000,1.0000,16798.8628,0.0000,-0.7989,0.0000,0.0000,0,601.2820,60.8302,585.4635,-100.8122,3.8302,36.8644,-6.3478,-0.0211,0.0000,0.0000,0.0000,3.8514,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9657,1371.6150,1371.6150,1371.6150 -1216.5000,1.0000,16798.6409,0.0000,-0.7989,0.0000,0.0000,0,600.3665,60.1786,586.3562,-100.9104,3.7834,36.8644,-6.3443,-0.0127,0.0000,0.0000,0.0000,3.7961,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1364.3085,1364.3085,1364.3085 -1217.5000,1.0000,16798.4190,0.0000,-0.7989,0.0000,0.0000,0,600.0115,60.3612,586.7031,-100.9485,3.7927,36.8644,-6.3429,-0.0004,0.0000,0.0000,0.0000,3.7931,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1365.7936,1365.7936,1365.7936 -1218.5000,1.0000,16798.1971,0.0000,-0.7989,0.0000,0.0000,0,600.1640,59.6080,586.5541,-100.9321,3.7463,36.8644,-6.3435,0.0060,0.0000,0.0000,0.0000,3.7403,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1358.4619,1358.4619,1358.4619 -1219.5000,1.0000,16797.9752,0.0000,-0.7989,0.0000,0.0000,0,600.4045,60.0477,586.3191,-100.9063,3.7754,36.8644,-6.3444,0.0028,0.0000,0.0000,0.0000,3.7726,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1363.0450,1363.0450,1363.0450 -1220.5000,1.0000,16797.7533,0.0000,-0.7989,0.0000,0.0000,0,601.3580,60.8572,585.3895,-100.8041,3.8324,36.8644,-6.3480,0.0324,0.0000,0.0000,0.0000,3.8000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1371.9530,1371.9530,1371.9530 -1221.5000,1.0000,16797.5314,0.0000,-0.7989,0.0000,0.0000,0,602.1210,59.5193,584.6477,-100.7222,3.7529,36.8644,-6.3509,-0.0042,0.0000,0.0000,0.0000,3.7571,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8882,1359.3827,1359.3827,1359.3827 -1222.5000,1.0000,16797.3095,0.0000,-0.7989,0.0000,0.0000,0,601.9305,60.5935,584.8327,-100.7427,3.8195,36.8644,-6.3502,-0.0028,0.0000,0.0000,0.0000,3.8223,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1369.8637,1369.8637,1369.8637 -1223.5000,1.0000,16797.0876,0.0000,-0.7989,0.0000,0.0000,0,602.0830,60.0298,584.6846,-100.7263,3.7849,36.8644,-6.3508,0.0085,0.0000,0.0000,0.0000,3.7764,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1364.4120,1364.4120,1364.4120 -1224.5000,1.0000,16796.8656,0.0000,-0.7989,0.0000,0.0000,0,601.1560,59.3282,585.5862,-100.8257,3.7349,36.8644,-6.3473,-0.0427,0.0000,0.0000,0.0000,3.7776,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1356.5997,1356.5997,1356.5997 -1225.5000,1.0000,16796.6437,0.0000,-0.7989,0.0000,0.0000,0,600.7360,60.2558,585.9956,-100.8708,3.7906,36.8644,-6.3457,0.0272,0.0000,0.0000,0.0000,3.7635,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1365.4147,1365.4147,1365.4147 -1226.5000,1.0000,16796.4218,0.0000,-0.7989,0.0000,0.0000,0,601.2815,60.2280,585.4639,-100.8123,3.7923,36.8644,-6.3478,-0.0070,0.0000,0.0000,0.0000,3.7994,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1365.6408,1365.6408,1365.6408 -1227.5000,1.0000,16796.1999,0.0000,-0.7989,0.0000,0.0000,0,600.5455,60.1422,586.1815,-100.8912,3.7823,36.8644,-6.3449,-0.0201,0.0000,0.0000,0.0000,3.8024,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1364.1128,1364.1128,1364.1128 -1228.5000,1.0000,16795.9780,0.0000,-0.7989,0.0000,0.0000,0,600.0875,61.1512,586.6288,-100.9403,3.8428,36.8644,-6.3432,0.0032,0.0000,0.0000,0.0000,3.8396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1373.7006,1373.7006,1373.7006 -1229.5000,1.0000,16795.7561,0.0000,-0.7989,0.0000,0.0000,0,601.0145,60.1502,585.7240,-100.8409,3.7857,36.8644,-6.3467,0.0310,0.0000,0.0000,0.0000,3.7548,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1364.6237,1364.6237,1364.6237 -1230.5000,1.0000,16795.5342,0.0000,-0.7989,0.0000,0.0000,0,602.9985,60.7847,583.7969,-100.6281,3.8383,36.8644,-6.3542,0.0424,0.0000,0.0000,0.0000,3.7959,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9103,1372.7425,1372.7425,1372.7425 -1231.5000,1.0000,16795.3123,0.0000,-0.7989,0.0000,0.0000,0,604.0665,59.0722,582.7647,-100.5136,3.7368,36.8644,-6.3583,-0.0028,0.0000,0.0000,0.0000,3.7396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1356.7373,1356.7373,1356.7373 -1232.5000,1.0000,16795.0904,0.0000,-0.7989,0.0000,0.0000,0,602.5025,59.1324,584.2775,-100.6813,3.7309,36.8644,-6.3524,-0.0550,0.0000,0.0000,0.0000,3.7859,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1355.8955,1355.8955,1355.8955 -1233.5000,1.0000,16794.8685,0.0000,-0.7989,0.0000,0.0000,0,600.7095,59.7835,586.0214,-100.8736,3.7607,36.8644,-6.3456,-0.0113,0.0000,0.0000,0.0000,3.7720,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1360.7046,1360.7046,1360.7046 -1234.5000,1.0000,16794.6466,0.0000,-0.7989,0.0000,0.0000,0,600.8620,60.6204,585.8727,-100.8573,3.8144,36.8644,-6.3462,0.0169,0.0000,0.0000,0.0000,3.7975,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1369.1476,1369.1476,1369.1476 -1235.5000,1.0000,16794.4247,0.0000,-0.7989,0.0000,0.0000,0,600.6600,59.3329,586.0697,-100.8789,3.7321,36.8644,-6.3454,-0.0243,0.0000,0.0000,0.0000,3.7564,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1356.1898,1356.1898,1356.1898 -1236.5000,1.0000,16794.2028,0.0000,-0.7989,0.0000,0.0000,0,600.2785,59.8264,586.4422,-100.9199,3.7607,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,3.7505,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1360.7337,1360.7337,1360.7337 -1237.5000,1.0000,16793.9809,0.0000,-0.7989,0.0000,0.0000,0,600.2785,60.0239,586.4422,-100.9199,3.7732,36.8644,-6.3439,-0.0103,0.0000,0.0000,0.0000,3.7834,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1362.6933,1362.6933,1362.6933 -1238.5000,1.0000,16793.7590,0.0000,-0.7989,0.0000,0.0000,0,600.0000,61.3084,586.7144,-100.9497,3.8521,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8521,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1375.1796,1375.1796,1375.1796 -1239.5000,1.0000,16793.5371,0.0000,-0.7989,0.0000,0.0000,0,600.0000,60.7557,586.7144,-100.9497,3.8174,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8174,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1369.6970,1369.6970,1369.6970 -1240.5000,1.0000,16793.3154,0.0000,-0.7970,0.0005,0.0000,0,600.0000,60.8867,586.7144,-100.9497,3.8256,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8256,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9546,1370.9960,1370.9960,1370.9960 -1241.5000,1.0000,16793.0940,0.0000,-0.7970,0.0000,0.0000,0,601.3465,60.2713,585.4007,-100.8053,3.7955,36.8644,-6.3480,0.0497,0.0000,0.0000,0.0000,3.7457,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1366.1301,1366.1301,1366.1301 -1242.5000,1.0000,16792.8726,0.0000,-0.7970,0.0000,0.0000,0,602.6170,58.8903,584.1665,-100.6690,3.7163,36.8644,-6.3528,-0.0028,0.0000,0.0000,0.0000,3.7191,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8445,1353.5992,1353.5992,1353.5992 -1243.5000,1.0000,16792.6512,0.0000,-0.7970,0.0000,0.0000,0,601.2705,60.2309,585.4746,-100.8135,3.7924,36.8644,-6.3477,-0.0469,0.0000,0.0000,0.0000,3.8393,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1365.6590,1365.6590,1365.6590 -1244.5000,1.0000,16792.4298,0.0000,-0.7970,0.0000,0.0000,0,600.0000,60.3498,586.7144,-100.9497,3.7919,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7919,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1365.6695,1365.6695,1365.6695 -1245.5000,1.0000,16792.2084,0.0000,-0.7970,0.0000,0.0000,0,600.0000,60.5629,586.7144,-100.9497,3.8053,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8053,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1367.7842,1367.7842,1367.7842 -1246.5000,1.0000,16791.9870,0.0000,-0.7970,0.0000,0.0000,0,600.3550,60.4051,586.3675,-100.9116,3.7976,36.8644,-6.3442,0.0131,0.0000,0.0000,0.0000,3.7845,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1366.5452,1366.5452,1366.5452 -1247.5000,1.0000,16791.7657,0.0000,-0.7970,0.0000,0.0000,0,601.8540,60.8483,584.9070,-100.7509,3.8350,36.8644,-6.3499,0.0423,0.0000,0.0000,0.0000,3.7927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1372.3205,1372.3205,1372.3205 -1248.5000,1.0000,16791.5443,0.0000,-0.7970,0.0000,0.0000,0,601.4990,59.3341,585.2522,-100.7889,3.7374,36.8644,-6.3486,-0.0554,0.0000,0.0000,0.0000,3.7928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1356.9738,1356.9738,1356.9738 -1249.5000,1.0000,16791.3229,0.0000,-0.7970,0.0000,0.0000,0,600.8125,60.8475,585.9210,-100.8626,3.8283,36.8644,-6.3460,0.0300,0.0000,0.0000,0.0000,3.7984,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1371.3547,1371.3547,1371.3547 -1250.5000,1.0000,16791.1015,0.0000,-0.7970,0.0000,0.0000,0,600.8125,58.3636,585.9210,-100.8626,3.6721,36.8644,-6.3460,-0.0300,0.0000,0.0000,0.0000,3.7020,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1346.7142,1346.7142,1346.7142 -1251.5000,1.0000,16790.8801,0.0000,-0.7970,0.0000,0.0000,0,600.1640,60.3614,586.5541,-100.9321,3.7937,36.8644,-6.3435,0.0060,0.0000,0.0000,0.0000,3.7876,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1365.9362,1365.9362,1365.9362 -1252.5000,1.0000,16790.6587,0.0000,-0.7970,0.0000,0.0000,0,600.1640,60.9852,586.5541,-100.9321,3.8329,36.8644,-6.3435,-0.0060,0.0000,0.0000,0.0000,3.8389,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1372.1242,1372.1242,1372.1242 -1253.5000,1.0000,16790.4373,0.0000,-0.7970,0.0000,0.0000,0,601.3465,61.2155,585.4007,-100.8053,3.8549,36.8644,-6.3480,0.0497,0.0000,0.0000,0.0000,3.8052,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1375.4962,1375.4962,1375.4962 -1254.5000,1.0000,16790.2159,0.0000,-0.7970,0.0000,0.0000,0,602.1210,59.6281,584.6477,-100.7222,3.7598,36.8644,-6.3509,-0.0212,0.0000,0.0000,0.0000,3.7809,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8882,1360.4625,1360.4625,1360.4625 -1255.5000,1.0000,16789.9945,0.0000,-0.7970,0.0000,0.0000,0,601.0530,60.4021,585.6865,-100.8368,3.8018,36.8644,-6.3469,-0.0183,0.0000,0.0000,0.0000,3.8201,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1367.1578,1367.1578,1367.1578 -1256.5000,1.0000,16789.7731,0.0000,-0.7970,0.0000,0.0000,0,601.0530,60.8402,585.6865,-100.8368,3.8294,36.8644,-6.3469,0.0183,0.0000,0.0000,0.0000,3.8111,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1371.5040,1371.5040,1371.5040 -1257.5000,1.0000,16789.5517,0.0000,-0.7970,0.0000,0.0000,0,600.7745,61.3120,585.9580,-100.8667,3.8573,36.8644,-6.3458,-0.0286,0.0000,0.0000,0.0000,3.8859,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1375.9278,1375.9278,1375.9278 -1258.5000,1.0000,16789.3303,0.0000,-0.7970,0.0000,0.0000,0,600.0495,61.1511,586.6660,-100.9444,3.8426,36.8644,-6.3430,0.0018,0.0000,0.0000,0.0000,3.8407,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1373.6640,1373.6640,1373.6640 -1259.5000,1.0000,16789.1089,0.0000,-0.7970,0.0000,0.0000,0,600.7475,60.9344,585.9844,-100.8695,3.8334,36.8644,-6.3457,0.0239,0.0000,0.0000,0.0000,3.8095,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1372.1569,1372.1569,1372.1569 -1260.5000,1.0000,16788.8875,0.0000,-0.7970,0.0000,0.0000,0,600.6980,63.4221,586.0326,-100.8749,3.9896,36.8644,-6.3455,-0.0257,0.0000,0.0000,0.0000,4.0153,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1396.7897,1396.7897,1396.7897 -1261.5000,1.0000,16788.6661,0.0000,-0.7970,0.0000,0.0000,0,602.3385,64.5276,584.4366,-100.6989,4.0702,36.8644,-6.3518,0.0865,0.0000,0.0000,0.0000,3.9837,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1409.2654,1409.2654,1409.2654 -1262.5000,1.0000,16788.4451,0.0000,-0.7943,0.0008,0.0000,0,602.3385,61.3837,584.4366,-100.6989,3.8719,36.8644,-6.3518,-0.0865,0.0000,0.0000,0.0000,3.9584,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1378.0782,1378.0782,1378.0782 -1263.5000,1.0000,16788.2247,0.0000,-0.7923,0.0006,0.0000,0,601.5375,63.8283,585.2148,-100.7848,4.0207,36.8644,-6.3487,0.0568,0.0000,0.0000,0.0000,3.9639,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1401.5909,1401.5909,1401.5909 -1264.5000,1.0000,16788.0047,0.0000,-0.7923,0.0000,0.0000,0,601.5375,62.5199,585.2148,-100.7848,3.9383,36.8644,-6.3487,-0.0568,0.0000,0.0000,0.0000,3.9951,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1388.6117,1388.6117,1388.6117 -1265.5000,1.0000,16787.7846,0.0000,-0.7923,0.0000,0.0000,0,601.2705,64.2318,585.4746,-100.8135,4.0443,36.8644,-6.3477,0.0469,0.0000,0.0000,0.0000,3.9974,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1405.3484,1405.3484,1405.3484 -1266.5000,1.0000,16787.5645,0.0000,-0.7923,0.0000,0.0000,0,601.2705,63.1710,585.4746,-100.8135,3.9776,36.8644,-6.3477,-0.0469,0.0000,0.0000,0.0000,4.0245,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1394.8253,1394.8253,1394.8253 -1267.5000,1.0000,16787.3445,0.0000,-0.7923,0.0000,0.0000,0,600.2785,63.7925,586.4422,-100.9199,4.0101,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,3.9998,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1400.0779,1400.0779,1400.0779 -1268.5000,1.0000,16787.1247,0.0000,-0.7903,0.0006,0.0000,0,600.2785,62.8162,586.4422,-100.9199,3.9487,36.8644,-6.3439,-0.0103,0.0000,0.0000,0.0000,3.9590,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1390.3934,1390.3934,1390.3934 -1269.5000,1.0000,16786.9051,0.0000,-0.7903,0.0000,0.0000,0,600.7745,62.8909,585.9580,-100.8667,3.9567,36.8644,-6.3458,0.0286,0.0000,0.0000,0.0000,3.9281,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1391.5907,1391.5907,1391.5907 -1270.5000,1.0000,16786.6856,0.0000,-0.7903,0.0000,0.0000,0,600.7745,62.6581,585.9580,-100.8667,3.9420,36.8644,-6.3458,-0.0286,0.0000,0.0000,0.0000,3.9706,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1389.2813,1389.2813,1389.2813 -1271.5000,1.0000,16786.4664,0.0000,-0.7883,0.0006,0.0000,0,600.3550,64.0355,586.3675,-100.9116,4.0258,36.8644,-6.3442,0.0131,0.0000,0.0000,0.0000,4.0128,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1402.5586,1402.5586,1402.5586 -1272.5000,1.0000,16786.2474,0.0000,-0.7883,0.0000,0.0000,0,600.9385,63.3240,585.7981,-100.8491,3.9850,36.8644,-6.3464,0.0084,0.0000,0.0000,0.0000,3.9766,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1396.0375,1396.0375,1396.0375 -1273.5000,1.0000,16786.0284,0.0000,-0.7883,0.0000,0.0000,0,603.0365,62.9143,583.7601,-100.6240,3.9730,36.8644,-6.3544,0.0692,0.0000,0.0000,0.0000,3.9038,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1393.9029,1393.9029,1393.9029 -1274.5000,1.0000,16785.8095,0.0000,-0.7883,0.0000,0.0000,0,602.4530,62.8256,584.3255,-100.6866,3.9636,36.8644,-6.3522,-0.0908,0.0000,0.0000,0.0000,4.0543,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1392.4869,1392.4869,1392.4869 -1275.5000,1.0000,16785.5905,0.0000,-0.7883,0.0000,0.0000,0,601.4990,64.2352,585.2522,-100.7889,4.0461,36.8644,-6.3486,0.0554,0.0000,0.0000,0.0000,3.9907,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8755,1405.5922,1405.5922,1405.5922 -1276.5000,1.0000,16785.3716,0.0000,-0.7883,0.0000,0.0000,0,601.4990,61.4526,585.2522,-100.7889,3.8708,36.8644,-6.3486,-0.0554,0.0000,0.0000,0.0000,3.9262,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1377.9892,1377.9892,1377.9892 -1277.5000,1.0000,16785.1526,0.0000,-0.7883,0.0000,0.0000,0,601.4610,64.5157,585.2892,-100.7930,4.0635,36.8644,-6.3484,0.0540,0.0000,0.0000,0.0000,4.0095,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9546,1408.3401,1408.3401,1408.3401 -1278.5000,1.0000,16784.9336,0.0000,-0.7883,0.0000,0.0000,0,601.4610,62.1418,585.2892,-100.7930,3.9140,36.8644,-6.3484,-0.0540,0.0000,0.0000,0.0000,3.9680,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1384.7913,1384.7913,1384.7913 -1279.5000,1.0000,16784.7147,0.0000,-0.7883,0.0000,0.0000,0,600.0000,64.0870,586.7144,-100.9497,4.0267,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0267,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1402.7431,1402.7431,1402.7431 -1280.5000,1.0000,16784.4957,0.0000,-0.7883,0.0000,0.0000,0,600.5835,64.5204,586.1444,-100.8871,4.0579,36.8644,-6.3451,0.0215,0.0000,0.0000,0.0000,4.0364,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1407.5790,1407.5790,1407.5790 -1281.5000,1.0000,16784.2767,0.0000,-0.7883,0.0000,0.0000,0,602.8455,65.8358,583.9450,-100.6445,4.1562,36.8644,-6.3537,0.0621,0.0000,0.0000,0.0000,4.0941,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9546,1422.7088,1422.7088,1422.7088 -1282.5000,1.0000,16784.0578,0.0000,-0.7883,0.0000,0.0000,0,602.2620,61.7387,584.5108,-100.7071,3.8938,36.8644,-6.3515,-0.0837,0.0000,0.0000,0.0000,3.9774,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1381.5294,1381.5294,1381.5294 -1283.5000,1.0000,16783.8388,0.0000,-0.7883,0.0000,0.0000,0,600.0000,63.1090,586.7144,-100.9497,3.9653,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9653,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1393.0417,1393.0417,1393.0417 -1284.5000,1.0000,16783.6198,0.0000,-0.7883,0.0000,0.0000,0,600.4690,63.7403,586.2561,-100.8994,4.0081,36.8644,-6.3447,0.0173,0.0000,0.0000,0.0000,3.9908,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1399.7351,1399.7351,1399.7351 -1285.5000,1.0000,16783.4009,0.0000,-0.7883,0.0000,0.0000,0,600.4690,63.3262,586.2561,-100.8994,3.9820,36.8644,-6.3447,-0.0173,0.0000,0.0000,0.0000,3.9993,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1395.6275,1395.6275,1395.6275 -1286.5000,1.0000,16783.1819,0.0000,-0.7883,0.0000,0.0000,0,601.3085,62.7947,585.4376,-100.8094,3.9541,36.8644,-6.3479,0.0483,0.0000,0.0000,0.0000,3.9058,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8755,1391.1270,1391.1270,1391.1270 -1287.5000,1.0000,16782.9630,0.0000,-0.7883,0.0000,0.0000,0,601.3085,61.9391,585.4376,-100.8094,3.9002,36.8644,-6.3479,-0.0483,0.0000,0.0000,0.0000,3.9486,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1382.6400,1382.6400,1382.6400 -1288.5000,1.0000,16782.7440,0.0000,-0.7883,0.0000,0.0000,0,600.9650,82.7906,585.7723,-100.8462,5.2103,36.8644,-6.3465,0.0356,0.0000,0.0000,0.0000,5.1746,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1589.1709,1589.1709,1589.1709 -1289.5000,1.0000,16782.5250,0.0000,-0.7883,0.0000,0.0000,0,601.6630,80.6673,585.0927,-100.7714,5.0825,36.8644,-6.3492,-0.0099,0.0000,0.0000,0.0000,5.0924,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1568.7493,1568.7493,1568.7493 -1290.5000,1.0000,16782.3061,0.0000,-0.7883,0.0000,0.0000,0,600.6980,81.3857,586.0326,-100.8749,5.1196,36.8644,-6.3455,-0.0257,0.0000,0.0000,0.0000,5.1453,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1574.9880,1574.9880,1574.9880 -1291.5000,1.0000,16782.0871,0.0000,-0.7883,0.0000,0.0000,0,601.2320,82.0880,585.5121,-100.8176,5.1683,36.8644,-6.3476,0.0455,0.0000,0.0000,0.0000,5.1228,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9546,1582.4460,1582.4460,1582.4460 -1292.5000,1.0000,16781.8681,0.0000,-0.7883,0.0000,0.0000,0,601.5870,79.4552,585.1666,-100.7795,5.0055,36.8644,-6.3489,-0.0324,0.0000,0.0000,0.0000,5.0379,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1556.6552,1556.6552,1556.6552 -1293.5000,1.0000,16781.6492,0.0000,-0.7883,0.0000,0.0000,0,600.3550,80.2075,586.3675,-100.9116,5.0426,36.8644,-6.3442,-0.0131,0.0000,0.0000,0.0000,5.0557,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1562.9849,1562.9849,1562.9849 -1294.5000,1.0000,16781.4302,0.0000,-0.7883,0.0000,0.0000,0,600.5835,79.7689,586.1444,-100.8871,5.0169,36.8644,-6.3451,0.0215,0.0000,0.0000,0.0000,4.9954,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8175,1558.8444,1558.8444,1558.8444 -1295.5000,1.0000,16781.2112,0.0000,-0.7883,0.0000,0.0000,0,600.8240,80.5836,585.9097,-100.8613,5.0702,36.8644,-6.3460,-0.0127,0.0000,0.0000,0.0000,5.0828,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1567.1478,1567.1478,1567.1478 -1296.5000,1.0000,16780.9923,0.0000,-0.7883,0.0000,0.0000,0,601.7015,81.8753,585.0553,-100.7672,5.1590,36.8644,-6.3493,0.0451,0.0000,0.0000,0.0000,5.1139,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1580.7681,1580.7681,1580.7681 -1297.5000,1.0000,16780.7733,0.0000,-0.7883,0.0000,0.0000,0,601.9685,80.9413,584.7958,-100.7386,5.1024,36.8644,-6.3504,-0.0352,0.0000,0.0000,0.0000,5.1376,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1571.7483,1571.7483,1571.7483 -1298.5000,1.0000,16780.5544,0.0000,-0.7883,0.0000,0.0000,0,601.0530,80.4800,585.6865,-100.8368,5.0656,36.8644,-6.3469,0.0014,0.0000,0.0000,0.0000,5.0642,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1566.3303,1566.3303,1566.3303 -1299.5000,1.0000,16780.3354,0.0000,-0.7883,0.0000,0.0000,0,601.1290,80.6807,585.6125,-100.8286,5.0789,36.8644,-6.3472,0.0014,0.0000,0.0000,0.0000,5.0775,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8755,1568.3911,1568.3911,1568.3911 +time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],P_aux_ALT,FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h],FC-AAUX [g/h],FC-Final [g/h] +1.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,77.1336,586.7144,-100.9497,4.8464,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8464,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1532.1652,1532.1652,1532.1652,1532.1652,1532.1652 +2.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.6135,79.2565,585.1409,-100.7767,4.9932,36.8644,-6.3490,0.0596,0.0000,0.0000,0.0000,4.9336,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1554.7089,1554.7089,1554.7089,1554.7089,1554.7089 +3.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.6135,77.3223,585.1409,-100.7767,4.8714,36.8644,-6.3490,-0.0596,0.0000,0.0000,0.0000,4.9310,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0766,1535.5221,1535.5221,1535.5221,1535.5221,1535.5221 +4.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,78.5386,586.7144,-100.9497,4.9347,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9347,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0873,1546.1031,1546.1031,1546.1031,1546.1031,1546.1031 +5.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.8505,79.3302,585.8839,-100.8585,4.9915,36.8644,-6.3461,0.0314,0.0000,0.0000,0.0000,4.9601,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0766,1554.7379,1554.7379,1554.7379,1554.7379,1554.7379 +6.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.3580,77.6272,585.3895,-100.8041,4.8885,36.8644,-6.3480,-0.0127,0.0000,0.0000,0.0000,4.9012,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1538.3115,1538.3115,1538.3115,1538.3115,1538.3115 +7.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.9385,78.7558,585.7981,-100.8491,4.9561,36.8644,-6.3464,-0.0028,0.0000,0.0000,0.0000,4.9589,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1549.1213,1549.1213,1549.1213,1549.1213,1549.1213 +8.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.4310,77.4976,586.2932,-100.9035,4.8728,36.8644,-6.3445,-0.0159,0.0000,0.0000,0.0000,4.8887,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1536.1730,1536.1730,1536.1730,1536.1730,1536.1730 +9.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.5755,77.3780,585.1778,-100.7807,4.8746,36.8644,-6.3489,0.0582,0.0000,0.0000,0.0000,4.8164,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1536.0397,1536.0397,1536.0397,1536.0397,1536.0397 +10.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,602.4260,77.0945,584.3517,-100.6895,4.8636,36.8644,-6.3521,-0.0268,0.0000,0.0000,0.0000,4.8904,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0336,1534.0098,1534.0098,1534.0098,1534.0098,1534.0098 +11.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.3960,75.8553,585.3525,-100.8000,4.7772,36.8644,-6.3482,-0.0113,0.0000,0.0000,0.0000,4.7885,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1520.7692,1520.7692,1520.7692,1520.7692,1520.7692 +12.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.6715,78.3609,586.0585,-100.8777,4.9291,36.8644,-6.3454,-0.0155,0.0000,0.0000,0.0000,4.9445,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0766,1544.9582,1544.9582,1544.9582,1544.9582,1544.9582 +13.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.3665,76.7091,586.3562,-100.9104,4.8227,36.8644,-6.3443,0.0042,0.0000,0.0000,0.0000,4.8185,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1528.2919,1528.2919,1528.2919,1528.2919,1528.2919 +14.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.7015,79.4172,585.0553,-100.7672,5.0041,36.8644,-6.3493,0.0451,0.0000,0.0000,0.0000,4.9590,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.1088,1556.3840,1556.3840,1556.3840,1556.3840,1556.3840 +15.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.4610,76.1605,585.2892,-100.7930,4.7970,36.8644,-6.3484,-0.0540,0.0000,0.0000,0.0000,4.8509,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0108,1523.8559,1523.8559,1523.8559,1523.8559,1523.8559 +16.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.1175,76.5759,585.6237,-100.8299,4.8204,36.8644,-6.3471,0.0413,0.0000,0.0000,0.0000,4.7791,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1527.6607,1527.6607,1527.6607,1527.6607,1527.6607 +17.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.1175,76.9227,585.6237,-100.8299,4.8422,36.8644,-6.3471,-0.0413,0.0000,0.0000,0.0000,4.8835,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1531.1014,1531.1014,1531.1014,1531.1014,1531.1014 +18.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.8125,78.2270,585.9210,-100.8626,4.9218,36.8644,-6.3460,0.0300,0.0000,0.0000,0.0000,4.8918,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1543.7590,1543.7590,1543.7590,1543.7590,1543.7590 +19.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.8125,76.4879,585.9210,-100.8626,4.8124,36.8644,-6.3460,-0.0300,0.0000,0.0000,0.0000,4.8424,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1526.5079,1526.5079,1526.5079,1526.5079,1526.5079 +20.5000,1.0000,0.0458,0.1650,0.0000,0.0917,0.0000,1,600.0000,78.2315,586.7144,-100.9497,4.9154,36.8644,-6.3429,0.0000,0.1561,0.0000,0.0000,4.7593,0.0781,-0.0080,0.0000,0.0861,0.0000,0.0861,0.0180,0.0681,0.0000,0.0681,0.0004,0.0677,0.0000,0.0000,0.0305,0.0372,0.9325,1543.0567,1543.0567,1543.0567,1543.0567,1543.0567 +21.5000,1.0000,0.4165,1.3345,0.3300,0.5581,0.0000,1,600.0000,151.4456,586.7144,-100.9497,9.5156,36.8644,-6.3429,0.0000,3.7844,0.0000,0.0000,5.7312,2.1592,-0.0956,0.0000,2.2548,0.0000,2.2548,0.1564,2.0984,0.0000,2.0984,0.0184,2.0800,0.0000,0.0003,0.2464,1.8333,0.9215,2340.8500,2340.8500,2340.8500,2340.8500,2340.8500 +22.5000,1.0000,1.0732,2.3640,2.3390,0.0139,0.0000,1,600.0000,103.3584,586.7144,-100.9497,6.4942,36.8644,-6.3429,0.0000,0.6416,0.0000,0.0000,5.8526,0.6348,-0.1423,0.0000,0.7772,0.0000,0.7772,0.2579,0.5192,0.0000,0.5192,0.0008,0.5184,0.0000,0.0010,0.4366,0.0808,0.9657,1796.9836,1796.9836,1796.9836,1796.9836,1796.9836 +23.5000,1.0000,1.9456,3.1405,2.3890,0.4175,0.0000,1,600.0000,168.2479,586.7144,-100.9497,10.5713,36.8644,-6.3429,0.0000,4.9147,0.0000,0.0000,5.6566,3.9658,-0.2282,0.0000,4.1940,0.0000,4.1940,0.3515,3.8425,0.0000,3.8425,0.0323,3.8102,0.0000,0.0026,0.5800,3.2276,0.9215,2530.8833,2530.8833,2530.8833,2530.8833,2530.8833 +24.5000,1.0000,3.2883,4.8340,3.8920,0.5233,0.0000,2,600.0000,233.9896,586.7144,-100.9497,14.7020,36.8644,-6.3429,0.0000,8.9307,0.0000,0.0000,5.7713,7.4742,-0.2781,0.0000,7.7522,0.0000,7.7522,0.5604,7.1918,0.0000,7.1918,0.0624,7.1294,0.0000,0.0092,0.8927,6.2275,0.8443,3330.1654,3330.1654,3330.1654,3330.1654,3330.1654 +25.5000,1.0000,4.8979,5.7945,5.7760,0.0103,0.0000,2,601.1940,122.4192,585.5491,-100.8217,7.7071,36.8644,-6.3474,0.0441,1.6636,0.0000,0.0000,5.9995,1.6616,-0.2041,0.0000,1.8657,0.0000,1.8657,0.6322,1.2334,0.0000,1.2334,0.0015,1.2320,0.0000,0.0153,1.0701,0.1466,0.9104,2016.0655,2016.0655,2016.0655,2016.0655,2016.0655 +26.5000,1.0000,6.4654,5.6430,5.8130,-0.0944,0.0000,2,609.1785,100.9918,577.8744,-99.9652,6.4426,36.8644,-6.3771,0.2540,0.1292,0.0000,0.0000,6.0593,0.1347,-0.2121,0.0000,0.3469,0.0000,0.3469,0.6157,-0.2688,0.0000,-0.2688,-0.0131,-0.2557,0.0000,0.0141,1.0421,-1.3119,0.9434,1797.1564,1797.1564,1797.1564,1797.1564,1797.1564 +27.5000,1.0000,7.9300,5.2725,5.4730,-0.1114,0.0000,2,611.0480,88.6232,576.1064,-99.7647,5.6709,36.8644,-6.3838,-0.1847,-0.0944,0.0000,0.0000,5.9499,-0.0973,-0.1976,0.0000,0.1003,0.0000,0.1003,0.5753,-0.4750,0.0000,-0.4750,-0.0145,-0.4605,0.0000,0.0115,0.9737,-1.4457,0.9434,1656.3068,1656.3068,1656.3068,1656.3068,1656.3068 +28.5000,1.0000,9.2769,4.8490,5.0720,-0.1239,0.0000,2,604.8295,87.8649,582.0295,-100.4317,5.5652,36.8644,-6.3611,-0.0482,-0.2298,0.0000,0.0000,5.8432,-0.2404,-0.1803,0.0000,-0.0601,0.0000,-0.0601,0.5291,-0.5892,0.0000,-0.5892,-0.0148,-0.5744,0.0000,0.0090,0.8955,-1.4788,0.9214,1643.0634,1643.0634,1643.0634,1643.0634,1643.0634 +29.5000,1.0000,10.5646,4.6355,4.6260,0.0053,0.0000,2,602.4260,112.8910,584.3517,-100.6895,7.1218,36.8644,-6.3521,-0.0409,1.2792,0.0000,0.0000,5.8835,1.2743,-0.1562,0.0000,1.4305,0.0000,1.4305,0.5058,0.9247,0.0000,0.9247,0.0006,0.9241,0.0000,0.0078,0.8561,0.0602,0.9104,1911.9176,1911.9176,1911.9176,1911.9176,1911.9176 +30.5000,1.0000,11.8244,4.5355,4.6450,-0.0608,0.0000,2,600.6600,100.5467,586.0697,-100.8789,6.3245,36.8644,-6.3454,-0.0243,0.4828,0.0000,0.0000,5.8660,0.4942,-0.1596,0.0000,0.6538,0.0000,0.6538,0.4949,0.1589,0.0000,0.1589,-0.0068,0.1657,0.0000,0.0073,0.8376,-0.6792,0.9214,1767.1203,1767.1203,1767.1203,1767.1203,1767.1203 +31.5000,1.0000,13.1656,4.8280,4.4260,0.2233,0.0000,2,600.0000,160.1658,586.7144,-100.9497,10.0635,36.8644,-6.3429,0.0000,4.2298,0.0000,0.0000,5.8337,3.9047,-0.2035,0.0000,4.1082,0.0000,4.1082,0.5268,3.5814,0.0000,3.5814,0.0266,3.5548,0.0000,0.0089,0.8916,2.6543,0.9546,2439.4754,2439.4754,2439.4754,2439.4754,2439.4754 +32.5000,1.0000,14.7229,5.6065,5.2300,0.2092,0.0000,2,600.0000,166.1023,586.7144,-100.9497,10.4365,36.8644,-6.3429,0.0000,4.6292,0.0000,0.0000,5.8073,4.3379,-0.2388,0.0000,4.5767,0.0000,4.5767,0.6117,3.9650,0.0000,3.9650,0.0289,3.9361,0.0000,0.0139,1.0354,2.8868,0.9436,2506.6173,2506.6173,2506.6173,2506.6173,2506.6173 +33.5000,1.0000,16.3857,5.9860,5.9830,0.0017,0.0000,2,610.1970,123.7125,576.9098,-99.8560,7.9052,36.8644,-6.3808,0.3821,1.5612,0.0000,0.0000,5.9619,1.5865,-0.2138,0.0000,1.8002,0.0000,1.8002,0.6531,1.1471,0.0000,1.1471,0.0002,1.1469,0.0000,0.0168,1.1055,0.0246,0.9323,2057.1161,2057.1161,2057.1161,2057.1161,2057.1161 +34.5000,1.0000,18.0233,5.8955,5.9890,-0.0519,0.0000,2,616.9605,101.7875,570.5854,-99.1306,6.5763,36.8644,-6.4046,-0.1301,0.7612,0.0000,0.0000,5.9452,0.7691,-0.2175,0.0000,0.9867,0.0000,0.9867,0.6432,0.3434,0.0000,0.3434,-0.0076,0.3510,0.0000,0.0161,1.0888,-0.7539,0.9433,1828.9955,1828.9955,1828.9955,1828.9955,1828.9955 +35.5000,1.0000,19.6322,5.7920,5.8020,-0.0056,0.0000,2,607.4615,111.1784,579.5077,-100.1494,7.0724,36.8644,-6.3708,-0.2263,1.4425,0.0000,0.0000,5.8562,1.4306,-0.2063,0.0000,1.6368,0.0000,1.6368,0.6320,1.0049,0.0000,1.0049,-0.0008,1.0057,0.0000,0.0153,1.0696,-0.0792,0.9324,1907.3270,1907.3270,1907.3270,1907.3270,1907.3270 +36.5000,1.0000,21.2472,5.8140,5.7820,0.0178,0.0000,2,600.6980,120.8326,586.0326,-100.8749,7.6010,36.8644,-6.3455,-0.0257,1.7884,0.0000,0.0000,5.8383,1.7766,-0.2039,0.0000,1.9805,0.0000,1.9805,0.6344,1.3461,0.0000,1.3461,0.0025,1.3436,0.0000,0.0154,1.0737,0.2544,0.9214,1996.6650,1996.6650,1996.6650,1996.6650,1996.6650 +37.5000,1.0000,22.9228,6.0320,5.8460,0.1033,0.0000,2,601.1560,144.4444,585.5862,-100.8257,9.0932,36.8644,-6.3473,0.0427,3.2005,0.0000,0.0000,5.8500,3.1107,-0.2283,0.0000,3.3391,0.0000,3.3391,0.6581,2.6809,0.0000,2.6809,0.0154,2.6656,0.0000,0.0172,1.1140,1.5344,0.9435,2265.0595,2265.0595,2265.0595,2265.0595,2265.0595 +38.5000,1.0000,24.7068,6.4225,6.2180,0.1136,0.0000,2,620.5085,157.1827,567.3228,-98.7500,10.2137,36.8644,-6.4167,0.6934,3.4801,0.0000,0.0000,6.0402,3.4716,-0.2502,0.0000,3.7218,0.0000,3.7218,0.7007,3.0211,0.0000,3.0211,0.0180,3.0031,0.0000,0.0208,1.1861,1.7962,0.9432,2465.9290,2465.9290,2465.9290,2465.9290,2465.9290 +39.5000,1.0000,26.5778,6.7355,6.6270,0.0603,0.0000,2,661.8220,142.3168,531.9083,-94.3188,9.8634,36.8644,-6.5368,0.9395,2.7146,0.0000,0.0000,6.2092,2.7649,-0.2473,0.0000,3.0122,0.0000,3.0122,0.7349,2.2773,0.0000,2.2773,0.0100,2.2673,0.0000,0.0240,1.2439,0.9994,0.9332,2419.0502,2419.0502,2419.0502,2419.0502,2419.0502 +40.5000,1.0000,28.5218,6.9985,6.8440,0.0858,0.0000,2,694.2470,139.5234,507.0654,-90.8409,10.1435,36.8644,-6.6043,0.3968,3.3360,0.0000,0.0000,6.4107,3.3077,-0.2688,0.0000,3.5765,0.0000,3.5765,0.7636,2.8129,0.0000,2.8129,0.0148,2.7981,0.0000,0.0269,1.2924,1.4787,0.9601,2482.6250,2482.6250,2482.6250,2482.6250,2482.6250 +41.5000,1.0000,30.5406,7.2675,7.1530,0.0636,0.0000,2,718.3565,118.6480,490.0473,-88.2549,8.9254,36.8644,-6.6391,0.6530,3.0263,0.0000,0.0000,5.2462,3.0407,-0.2739,0.0000,3.3146,0.0000,3.3146,0.7929,2.5217,0.0000,2.5217,0.0114,2.5103,0.0000,0.0301,1.3421,1.1380,0.9386,2317.2852,2317.2852,2317.2852,2317.2852,2317.2852 +42.5000,1.0000,32.6031,7.4250,7.3820,0.0239,0.0000,2,745.7465,105.9623,472.0487,-85.3171,8.2751,36.8644,-6.6628,0.5765,2.3523,0.0000,0.0000,5.3463,2.3782,-0.2763,0.0000,2.6545,0.0000,2.6545,0.8101,1.8444,0.0000,1.8444,0.0044,1.8400,0.0000,0.0321,1.3712,0.4366,0.9527,2254.1994,2254.1994,2254.1994,2254.1994,2254.1994 +43.5000,1.0000,34.6757,7.4615,7.4680,-0.0036,0.0000,2,765.5450,93.9576,459.8406,-83.1935,7.5324,36.8644,-6.6694,0.3390,1.8555,0.0000,0.0000,5.3379,1.8746,-0.2831,0.0000,2.1577,0.0000,2.1577,0.8141,1.3436,0.0000,1.3436,-0.0007,1.3442,0.0000,0.0326,1.3780,-0.0663,0.9312,2160.5826,2160.5826,2160.5826,2160.5826,2160.5826 +44.5000,1.0000,36.7428,7.4415,7.4550,-0.0075,0.0000,2,768.1010,86.0297,458.3103,-82.9194,6.9198,36.8644,-6.6696,-0.2195,1.8046,0.0000,0.0000,5.3347,1.7970,-0.2828,0.0000,2.0798,0.0000,2.0798,0.8119,1.2678,0.0000,1.2678,-0.0014,1.2692,0.0000,0.0323,1.3743,-0.1374,0.9429,2057.4905,2057.4905,2057.4905,2057.4905,2057.4905 +45.5000,1.0000,38.8010,7.4095,7.4280,-0.0103,0.0000,2,766.2320,89.9350,459.4283,-83.1198,7.2163,36.8644,-6.6695,0.1310,1.7270,0.0000,0.0000,5.3583,1.7376,-0.2817,0.0000,2.0194,0.0000,2.0194,0.8084,1.2109,0.0000,1.2109,-0.0019,1.2128,0.0000,0.0319,1.3684,-0.1875,0.9648,2106.4837,2106.4837,2106.4837,2106.4837,2106.4837 +46.5000,1.0000,40.8528,7.3865,7.3910,-0.0025,0.0000,2,768.2540,89.4410,458.2191,-82.9030,7.1956,36.8644,-6.6697,-0.0360,1.8772,0.0000,0.0000,5.3544,1.8765,-0.2792,0.0000,2.1557,0.0000,2.1557,0.8059,1.3498,0.0000,1.3498,-0.0005,1.3503,0.0000,0.0316,1.3641,-0.0455,0.9539,2105.5270,2105.5270,2105.5270,2105.5270,2105.5270 +47.5000,1.0000,42.9071,7.3955,7.3820,0.0075,0.0000,2,764.5155,90.6943,460.4598,-83.3039,7.2610,36.8644,-6.6693,-0.1397,2.0763,0.0000,0.0000,5.3243,2.0645,-0.2778,0.0000,2.3423,0.0000,2.3423,0.8069,1.5354,0.0000,1.5354,0.0014,1.5341,0.0000,0.0317,1.3658,0.1365,0.9759,2112.0392,2112.0392,2112.0392,2112.0392,2112.0392 +48.5000,1.0000,44.9547,7.3715,7.4090,-0.0208,0.0000,2,762.7225,86.6096,461.5422,-83.4963,6.9177,36.8644,-6.6690,0.0554,1.5232,0.0000,0.0000,5.3391,1.5334,-0.2818,0.0000,1.8152,0.0000,1.8152,0.8043,1.0109,0.0000,1.0109,-0.0038,1.0147,0.0000,0.0314,1.3613,-0.3780,0.9646,2049.7938,2049.7938,2049.7938,2049.7938,2049.7938 +49.5000,1.0000,46.9894,7.3250,7.3340,-0.0050,0.0000,2,758.8695,86.8681,463.8856,-83.9095,6.9033,36.8644,-6.6682,-0.2347,1.8249,0.0000,0.0000,5.3130,1.8150,-0.2767,0.0000,2.0917,0.0000,2.0917,0.7992,1.2925,0.0000,1.2925,-0.0009,1.2934,0.0000,0.0308,1.3527,-0.0902,0.9534,2042.0918,2042.0918,2042.0918,2042.0918,2042.0918 +50.5000,1.0000,49.0206,7.3120,7.3160,-0.0022,0.0000,2,753.8340,90.4907,466.9843,-84.4496,7.1435,36.8644,-6.6666,0.0000,1.8618,0.0000,0.0000,5.2816,1.8628,-0.2756,0.0000,2.1384,0.0000,2.1384,0.7978,1.3406,0.0000,1.3406,-0.0004,1.3410,0.0000,0.0307,1.3503,-0.0400,0.9642,2077.8481,2077.8481,2077.8481,2077.8481,2077.8481 +51.5000,1.0000,51.0408,7.2730,7.3080,-0.0194,0.0000,2,752.8420,85.7978,467.5996,-84.5560,6.7641,36.8644,-6.6662,-0.0459,1.5331,0.0000,0.0000,5.2768,1.5385,-0.2768,0.0000,1.8153,0.0000,1.8153,0.7935,1.0217,0.0000,1.0217,-0.0035,1.0252,0.0000,0.0302,1.3431,-0.3481,0.9531,2009.4703,2009.4703,2009.4703,2009.4703,2009.4703 +52.5000,1.0000,52.9194,6.7630,7.2380,-0.2639,0.0000,2,747.1580,31.9368,471.1569,-85.1657,2.4988,36.8644,-6.6636,-0.2153,-2.5442,0.0000,0.0000,5.2583,-2.7192,-0.2932,0.0000,-2.4260,0.0000,-2.4260,0.7379,-3.1639,0.0000,-3.1639,-0.0440,-3.1199,0.0000,0.0244,1.2490,-4.3933,0.9638,1241.4266,1241.4266,1241.4266,1241.4266,1241.4266 +53.5000,1.0000,54.6232,6.1335,6.2880,-0.0858,0.0000,2,706.2640,49.0380,498.4377,-89.5519,3.6268,36.8644,-6.6232,-1.5702,0.2852,0.0000,0.0000,4.9118,0.2776,-0.2335,0.0000,0.5111,0.0000,0.5111,0.6692,-0.1581,0.0000,-0.1581,-0.0130,-0.1451,0.0000,0.0181,1.1327,-1.2960,0.9493,1359.9648,1359.9648,1359.9648,1359.9648,1359.9648 +54.5000,1.0000,56.2435,5.8330,5.9790,-0.0811,0.0000,2,642.4050,60.1325,547.9855,-96.4014,4.0453,36.8644,-6.4852,-1.0911,0.3403,0.0000,0.0000,4.7961,0.3340,-0.2189,0.0000,0.5529,0.0000,0.5529,0.6364,-0.0835,0.0000,-0.0835,-0.0117,-0.0719,0.0000,0.0156,1.0772,-1.1647,0.9432,1402.5275,1402.5275,1402.5275,1402.5275,1402.5275 +55.5000,1.0000,57.8371,5.7370,5.6870,0.0278,0.0000,2,607.5380,100.6658,579.4348,-100.1412,6.4045,36.8644,-6.3711,-0.2690,1.9369,0.0000,0.0000,4.7366,1.8973,-0.1991,0.0000,2.0965,0.0000,2.0965,0.6260,1.4705,0.0000,1.4705,0.0039,1.4666,0.0000,0.0148,1.0595,0.3923,0.9213,1788.6545,1788.6545,1788.6545,1788.6545,1788.6545 +56.5000,1.0000,59.4224,5.7070,5.7870,-0.0444,0.0000,2,600.2135,88.7461,586.5057,-100.9268,5.5781,36.8644,-6.3437,-0.0042,0.8408,0.0000,0.0000,4.7415,0.8526,-0.2080,0.0000,1.0606,0.0000,1.0606,0.6227,0.4379,0.0000,0.4379,-0.0063,0.4441,0.0000,0.0146,1.0539,-0.6244,0.9436,1647.5579,1647.5579,1647.5579,1647.5579,1647.5579 +57.5000,1.0000,60.9322,5.4355,5.6270,-0.1064,0.0000,2,600.0495,74.1091,586.6660,-100.9444,4.6568,36.8644,-6.3430,-0.0018,-0.0315,0.0000,0.0000,4.6901,-0.0326,-0.2043,0.0000,0.1717,0.0000,0.1717,0.5931,-0.4214,0.0000,-0.4214,-0.0143,-0.4071,0.0000,0.0126,1.0038,-1.4235,0.9325,1502.2074,1502.2074,1502.2074,1502.2074,1502.2074 +58.5000,1.0000,62.3318,5.0385,5.2440,-0.1142,0.0000,2,600.5075,76.2602,586.2185,-100.8953,4.7956,36.8644,-6.3448,0.0187,-0.1221,0.0000,0.0000,4.8990,-0.1274,-0.1875,0.0000,0.0601,0.0000,0.0601,0.5497,-0.4897,0.0000,-0.4897,-0.0142,-0.4755,0.0000,0.0101,0.9305,-1.4160,0.9436,1523.9681,1523.9681,1523.9681,1523.9681,1523.9681 +59.5000,1.0000,63.5126,4.2510,4.8330,-0.3233,0.0000,2,601.0150,45.2045,585.7235,-100.8409,2.8451,36.8644,-6.3467,0.0000,-2.0177,0.0000,0.0000,4.8628,-2.3377,-0.1753,0.0000,-2.1624,0.0000,-2.1624,0.4638,-2.6262,0.0000,-2.6262,-0.0339,-2.5923,0.0000,0.0061,0.7851,-3.3835,0.9325,1216.3624,1216.3624,1216.3624,1216.3624,1216.3624 +60.5000,1.0000,64.4635,3.4230,3.6690,-0.1367,0.0000,1,600.5075,71.7413,586.2185,-100.8953,4.5114,36.8644,-6.3448,-0.0187,-0.3615,0.0000,0.0000,4.8917,-0.3892,-0.2348,0.0000,-0.1543,0.0000,-0.1543,0.3735,-0.5278,0.0000,-0.5278,-0.0115,-0.5163,0.0000,0.0032,0.6321,-1.1516,0.9325,1479.1401,1479.1401,1479.1401,1479.1401,1479.1401 +61.5000,1.0000,65.2910,2.9790,3.1770,-0.1100,0.0000,1,600.7360,73.4966,585.9956,-100.8708,4.6236,36.8644,-6.3457,0.0272,-0.1250,0.0000,0.0000,4.7214,-0.1340,-0.1966,0.0000,0.0625,0.0000,0.0625,0.3250,-0.2625,0.0000,-0.2625,-0.0081,-0.2544,0.0000,0.0021,0.5501,-0.8067,0.9436,1496.7633,1496.7633,1496.7633,1496.7633,1496.7633 +62.5000,1.0000,66.0639,2.7825,2.7810,0.0008,0.0000,1,601.0145,84.5393,585.7240,-100.8409,5.3207,36.8644,-6.3467,-0.0169,0.6522,0.0000,0.0000,4.6855,0.6513,-0.1736,0.0000,0.8249,0.0000,0.8249,0.3036,0.5213,0.0000,0.5213,0.0001,0.5213,0.0000,0.0017,0.5139,0.0057,0.9325,1606.5633,1606.5633,1606.5633,1606.5633,1606.5633 +63.5000,1.0000,66.8740,2.9165,2.7840,0.0736,0.0000,1,600.2785,93.0340,586.4422,-100.9199,5.8482,36.8644,-6.3439,-0.0103,1.2699,0.0000,0.0000,4.5886,1.2141,-0.1784,0.0000,1.3926,0.0000,1.3926,0.3182,1.0743,0.0000,1.0743,0.0053,1.0690,0.0000,0.0020,0.5386,0.5285,0.9104,1690.1540,1690.1540,1690.1540,1690.1540,1690.1540 +64.5000,1.0000,67.7031,2.9845,3.0490,-0.0358,0.0000,1,613.5155,87.6224,573.7893,-99.5001,5.6295,36.8644,-6.3926,0.5092,0.4034,0.0000,0.0000,4.7168,0.4214,-0.1915,0.0000,0.6130,0.0000,0.6130,0.3256,0.2874,0.0000,0.2874,-0.0026,0.2900,0.0000,0.0021,0.5512,-0.2633,0.9102,1648.6483,1648.6483,1648.6483,1648.6483,1648.6483 +65.5000,1.0000,68.6744,3.4970,2.9200,0.3206,0.0000,1,613.5155,130.1995,573.7893,-99.5001,8.3650,36.8644,-6.3926,-0.5092,4.2593,0.0000,0.0000,4.6149,3.5755,-0.2424,0.0000,3.8179,0.0000,3.8179,0.3816,3.4364,0.0000,3.4364,0.0276,3.4087,0.0000,0.0034,0.6458,2.7595,0.9212,2140.2243,2140.2243,2140.2243,2140.2243,2140.2243 +66.5000,1.0000,70.0569,4.9770,4.0740,0.5017,0.0000,2,600.0000,213.1475,586.7144,-100.9497,13.3925,36.8644,-6.3429,0.0000,8.7758,0.0000,0.0000,4.6166,7.4281,-0.2818,0.0000,7.7099,0.0000,7.7099,0.5729,7.1370,0.0000,7.1370,0.0616,7.0754,0.0000,0.0100,0.9191,6.1463,0.9325,3060.2604,3060.2604,3060.2604,3060.2604,3060.2604 +67.5000,1.0000,71.8329,6.3935,5.8800,0.2853,0.0000,2,613.0195,183.2966,574.2536,-99.5533,11.7668,36.8644,-6.3908,0.4901,6.4839,0.0000,0.0000,4.7928,6.1293,-0.3045,0.0000,6.4338,0.0000,6.4338,0.6976,5.7362,0.0000,5.7362,0.0450,5.6913,0.0000,0.0206,1.1807,4.4899,0.9434,2739.2968,2739.2968,2739.2968,2739.2968,2739.2968 +68.5000,1.0000,73.9839,7.7435,6.9070,0.4647,0.0000,2,671.9690,259.6737,523.8763,-93.2304,18.2728,36.8644,-6.5605,1.8954,11.2418,0.0000,0.0000,5.1356,10.8393,-0.4557,0.0000,11.2950,0.0000,11.2950,0.8809,10.4141,0.0000,10.4141,0.0887,10.3254,0.0000,0.0369,1.4300,8.8585,0.9341,3937.3366,3937.3366,3937.3366,3937.3366,3937.3366 +69.5000,1.0000,76.4307,8.8085,8.5800,0.1269,0.0000,2,807.6600,176.8673,463.0494,-78.9502,14.9591,39.1638,-6.6774,4.4521,4.6545,0.0000,0.0000,5.8525,5.0410,-0.3806,0.0000,5.4216,0.0000,5.4216,0.9611,4.4606,0.0000,4.4606,0.0276,4.4330,0.0000,0.0537,1.6267,2.7526,0.9460,3373.0999,3373.0999,3373.0999,3373.0999,3373.0999 +70.5000,1.0000,79.1682,9.8550,9.0370,0.4544,0.0000,2,916.8765,224.4973,481.0029,-71.3819,21.5551,46.1835,-6.8537,1.0955,14.3617,0.0000,0.0000,6.0979,13.5424,-0.6060,0.0000,14.1484,0.0000,14.1484,1.1177,13.0307,0.0000,13.0307,0.1104,12.9203,0.0000,0.0756,1.8200,11.0247,0.9576,4560.0548,4560.0548,4560.0548,4560.0548,4560.0548 +71.5000,1.0000,82.3100,11.3105,10.6730,0.3542,0.0000,2,1027.6570,235.1230,544.7239,-68.6066,25.3030,58.6210,-7.3832,5.7635,12.3604,0.0000,0.0000,7.1791,12.7407,-0.6619,0.0000,13.4027,0.0000,13.4027,1.2403,12.1624,0.0000,12.1624,0.0988,12.0636,0.0000,0.1139,2.0888,9.8609,0.9830,5312.9441,5312.9441,5312.9441,5312.9441,5312.9441 +72.5000,1.0000,85.9635,13.1525,11.9480,0.6692,0.0000,2,1180.1325,310.8000,580.5198,-78.5651,38.4097,71.7425,-9.7093,4.4318,26.0194,0.0000,0.0000,7.9585,25.0716,-1.0199,0.0000,26.0915,0.0000,26.0915,1.5998,24.4917,0.0000,24.4917,0.2170,24.2747,0.0000,0.1801,2.4289,21.6657,1.0321,7801.2937,7801.2937,7801.2937,7801.2937,7801.2937 +73.5000,1.0000,90.3151,15.6660,14.3570,0.7272,0.0000,2,1360.0745,364.8971,646.0718,-89.2440,51.9711,92.0179,-12.7107,9.9219,32.0307,0.0000,0.0000,10.0185,32.1426,-1.3216,0.0000,33.4642,0.0000,33.4642,1.9414,31.5228,0.0000,31.5228,0.2809,31.2419,0.0000,0.3039,2.8931,28.0449,1.0435,10474.8068,10474.8068,10474.8068,10474.8068,10474.8068 +74.5000,1.0000,95.4446,18.4660,16.9750,0.8283,0.0000,2,1637.0640,415.1277,722.1296,-104.7934,71.1666,123.7968,-17.9650,15.9042,41.9497,0.0000,0.0000,13.3127,42.5665,-1.7331,0.0000,44.2996,0.0000,44.2996,2.3612,41.9384,0.0000,41.9384,0.3771,41.5613,0.0000,0.4975,3.4102,37.6537,1.1319,14350.5142,14350.5142,14350.5142,14350.5142,14350.5142 +75.5000,1.0000,101.1586,20.5705,19.9570,0.3408,0.0000,2,1955.1765,286.7125,793.7865,-116.4269,58.7031,162.5243,-23.8379,19.2008,21.5968,0.0000,0.0000,17.9056,22.6866,-1.4805,0.0000,24.1671,0.0000,24.1671,2.2525,21.9145,0.0000,21.9145,0.1729,21.7417,0.0000,0.6838,3.7989,17.2590,1.1791,12436.0683,12436.0683,12436.0683,12436.0683,12436.0683 +76.5000,1.0000,106.9885,20.9875,21.1840,-0.1092,0.0000,2,2012.9700,14.4062,793.6862,-119.1038,3.0368,167.3073,-25.1068,-12.6240,-0.0581,0.0000,0.0000,15.7189,-0.0557,-1.2506,0.0000,1.1949,0.0000,1.1949,2.2899,-1.0950,0.0000,-1.0950,-0.0565,-1.0385,0.0000,0.7257,3.8759,-5.6400,1.1957,3884.9260,3884.9260,3884.9260,3884.9260,3884.9260 +77.5000,1.0000,112.7965,20.9090,20.7910,0.0656,0.0000,3,1595.2160,-62.2498,624.7111,-103.1897,-10.3989,104.3584,-17.2379,-30.9205,12.0398,0.0000,0.0000,8.4819,9.6034,-0.6649,0.0000,10.2682,0.0000,10.2682,2.2813,7.9869,0.0000,7.9869,0.0338,7.9531,0.0000,0.7175,3.8614,3.3742,1.1365,866.3971,866.3971,866.3971,866.3971,866.3971 +78.5000,1.0000,118.9022,21.9805,21.0270,0.5297,0.0000,3,1294.9950,353.1315,486.0882,-85.3842,47.8887,65.9192,-11.5791,1.2257,36.2697,0.0000,0.0000,10.3933,35.1755,-1.2342,0.0000,36.4097,0.0000,36.4097,2.5657,33.8440,0.0000,33.8440,0.2871,33.5569,0.0000,0.8351,4.0593,28.6626,1.0681,9684.3934,9684.3934,9684.3934,9684.3934,9684.3934 +79.5000,1.0000,125.6500,24.2920,22.9340,0.7544,0.0000,3,1373.7700,485.8526,674.1039,-90.0562,69.8952,96.9772,-12.9556,5.3456,53.0386,0.0000,0.0000,11.5110,52.5474,-1.6795,0.0000,54.2269,0.0000,54.2269,3.0454,51.1815,0.0000,51.1815,0.4518,50.7297,0.0000,1.1286,4.4861,45.1149,1.0756,13841.7004,13841.7004,13841.7004,13841.7004,13841.7004 +80.5000,1.0000,133.1026,26.8295,25.6500,0.6553,0.0000,3,1515.9460,452.7786,740.9258,-98.4884,71.8784,117.6216,-15.6350,7.3371,51.2976,0.0000,0.0000,13.2436,51.6920,-1.7598,0.0000,53.4518,0.0000,53.4518,3.2669,50.1850,0.0000,50.1850,0.4335,49.7515,0.0000,1.5188,4.9547,43.2780,1.1341,14319.5126,14319.5126,14319.5126,14319.5126,14319.5126 +81.5000,1.0000,141.2226,29.2320,28.0090,0.6794,0.0000,3,1681.7350,466.0671,760.1082,-106.3843,82.0795,133.8633,-18.7354,8.9826,57.7898,0.0000,0.0000,15.3071,58.3378,-1.9976,0.0000,60.3354,0.0000,60.3354,3.5909,56.7446,0.0000,56.7446,0.4897,56.2549,0.0000,1.9640,5.3984,48.8924,1.1423,16441.0100,16441.0100,16441.0100,16441.0100,16441.0100 +82.5000,1.0000,150.1379,32.0950,30.4550,0.9111,0.0000,3,1847.5240,567.3866,790.1122,-112.3818,109.7736,152.8648,-21.7428,8.9420,83.5009,0.0000,0.0000,17.3307,82.8305,-2.6345,0.0000,85.4650,0.0000,85.4650,4.2309,81.2341,0.0000,81.2341,0.7210,80.5132,0.0000,2.6017,5.9272,71.9843,1.1906,21727.1109,21727.1109,21727.1109,21727.1109,21727.1109 +83.5000,1.0000,160.0367,35.6355,33.7350,1.0558,0.0000,3,2039.4065,654.8779,814.2545,-121.1271,139.8597,173.8972,-25.8687,14.1610,105.1116,0.0000,0.0000,20.5871,105.3222,-3.2721,0.0000,108.5943,0.0000,108.5943,4.9031,103.6912,0.0000,103.6912,0.9276,102.7636,0.0000,3.5620,6.5810,92.6206,1.2151,27728.7129,27728.7129,27728.7129,27728.7129,27728.7129 +84.5000,1.0000,170.8932,39.0835,37.5360,0.8597,0.0000,3,2272.5645,572.1632,764.9533,-137.5519,136.1648,182.0454,-32.7349,16.7596,96.0471,0.0000,0.0000,23.3581,97.2710,-3.2820,0.0000,100.5531,0.0000,100.5531,5.0993,95.4538,0.0000,95.4538,0.8284,94.6253,0.0000,4.6932,7.2178,82.7143,1.2442,27713.0039,27713.0039,27713.0039,27713.0039,27713.0039 +85.5000,1.0000,182.1988,40.7000,40.6310,0.0383,0.0000,4,2446.3265,196.3330,677.2850,-145.8192,50.2963,173.5060,-37.3558,8.0634,19.6505,0.0000,0.0000,22.5824,20.0477,-1.0801,0.0000,21.1278,0.0000,21.1278,4.4407,16.6871,0.0000,16.6871,0.0385,16.6486,0.0000,5.2917,7.5163,3.8406,1.2723,11916.4479,11916.4479,11916.4479,11916.4479,11916.4479 +86.5000,1.0000,193.4525,40.5135,40.7690,-0.1419,0.0000,4,2056.0005,-122.3971,789.8345,-122.3971,-26.3526,170.0544,-26.3526,-56.0597,17.1895,0.0000,0.0000,12.5177,13.5629,-0.9402,0.0000,14.5031,0.0000,14.5031,4.4203,10.0828,11.6795,-1.5967,-0.1418,-1.4549,0.0000,5.2195,7.4818,-14.1562,1.1897,0.0000,0.0000,0.0000,0.0000,0.0000 +87.5000,1.0000,204.7665,40.7305,40.2580,0.2625,0.0000,4,1619.8595,316.7609,580.9141,-104.1807,53.7326,98.5412,-17.6723,0.7817,42.5929,0.0000,0.0000,10.3579,42.3087,-1.5446,0.0000,43.8534,0.0000,43.8534,4.4440,39.4094,0.0000,39.4094,0.2636,39.1458,0.0000,5.3043,7.5219,26.3195,1.1412,11065.9836,11065.9836,11065.9836,11065.9836,11065.9836 +88.5000,1.0000,216.3314,41.6335,41.2030,0.2392,0.0000,4,1643.0915,305.1653,726.0244,-105.0081,52.5080,124.9228,-18.0681,1.5512,41.1503,0.0000,0.0000,9.8064,41.1103,-1.5429,0.0000,42.6532,0.0000,42.6532,4.5425,38.1107,0.0000,38.1107,0.2455,37.8652,0.0000,5.6648,7.6887,24.5117,1.1456,10868.5698,10868.5698,10868.5698,10868.5698,10868.5698 +89.5000,1.0000,228.1392,42.5080,42.0640,0.2467,0.0000,4,1669.4515,307.9318,728.1395,-105.9468,53.8340,127.2967,-18.5221,1.1264,43.1475,0.0000,0.0000,9.5602,42.9825,-1.6048,0.0000,44.5873,0.0000,44.5873,4.6380,39.9494,0.0000,39.9494,0.2585,39.6909,0.0000,6.0293,7.8502,25.8113,1.1255,11144.0947,11144.0947,11144.0947,11144.0947,11144.0947 +90.5000,1.0000,240.1806,43.3490,42.9520,0.2206,0.0000,4,1711.3375,300.4613,737.2656,-107.4385,53.8459,132.1260,-19.2541,3.2474,40.9475,0.0000,0.0000,9.6511,41.3085,-1.5923,0.0000,42.9008,0.0000,42.9008,4.7297,38.1710,0.0000,38.1710,0.2357,37.9353,0.0000,6.3942,8.0055,23.5357,1.1379,11205.1853,11205.1853,11205.1853,11205.1853,11205.1853 +91.5000,1.0000,252.5203,44.4230,43.7460,0.3761,0.0000,4,1752.4225,385.7776,744.8356,-108.9017,70.7953,136.6872,-19.9849,1.0961,60.1896,0.0000,0.0000,9.5095,59.6307,-2.0030,0.0000,61.6337,0.0000,61.6337,5.0061,56.6276,0.0000,56.6276,0.4119,56.2156,0.0000,6.8823,8.2038,41.1295,1.1781,14392.8291,14392.8291,14392.8291,14392.8291,14392.8291 +92.5000,1.0000,265.2561,45.8490,45.1000,0.4161,0.0000,4,1788.7390,422.1199,771.8878,-110.1950,79.0699,144.5872,-20.6413,2.8704,66.6394,0.0000,0.0000,9.5601,66.5262,-2.1859,0.0000,68.7121,0.0000,68.7121,5.2433,63.4688,0.0000,63.4688,0.4704,62.9984,0.0000,7.5669,8.4672,46.9644,1.1758,15967.7412,15967.7412,15967.7412,15967.7412,15967.7412 +93.5000,1.0000,278.5144,47.7300,46.5980,0.6289,0.0000,4,1847.4480,563.5142,787.1719,-112.3789,109.0199,152.2897,-21.7413,3.6961,95.5740,0.0000,0.0000,9.7498,95.0061,-2.8325,0.0000,97.8386,0.0000,97.8386,5.8530,91.9856,0.0000,91.9856,0.7401,91.2455,0.0000,8.5394,8.8146,73.8915,1.1791,21585.6309,21585.6309,21585.6309,21585.6309,21585.6309 +94.5000,1.0000,292.3449,49.7895,48.8620,0.5153,0.0000,4,1922.4080,499.4683,817.0395,-115.1956,100.5500,164.4816,-23.1905,5.0035,85.5874,0.0000,0.0000,9.9591,85.8746,-2.7024,0.0000,88.5770,0.0000,88.5770,5.9033,82.6737,0.0000,82.6737,0.6325,82.0411,0.0000,9.6911,9.1949,63.1551,1.1791,20228.3497,20228.3497,20228.3497,20228.3497,20228.3497 +95.5000,1.0000,306.5069,50.9835,50.7170,0.1481,0.0000,4,2018.6160,276.0017,812.7895,-119.5359,58.3437,171.8147,-25.2686,6.6725,41.4333,0.0000,0.0000,10.2378,42.3170,-1.8307,0.0000,44.1477,0.0000,44.1477,5.5627,38.5850,0.0000,38.5850,0.1861,38.3989,0.0000,10.4019,9.4154,18.5816,1.1683,12471.6060,12471.6060,12471.6060,12471.6060,12471.6060 +96.5000,1.0000,320.7618,51.3175,51.2500,0.0375,0.0000,5,1981.6510,143.6554,790.3765,-117.4217,29.8111,164.0174,-24.3671,-11.0488,31.2893,0.0000,0.0000,9.5705,29.8166,-0.6517,0.0000,30.4683,0.0000,30.4683,5.5991,24.8691,0.0000,24.8691,0.0474,24.8217,0.0000,10.6074,9.4771,4.7372,1.3184,7273.2240,7273.2240,7273.2240,7273.2240,7273.2240 +97.5000,1.0000,335.2460,52.1430,51.3850,0.4211,0.0000,5,1644.2740,457.1931,686.0014,-105.0502,78.7232,118.1212,-18.0884,-24.8993,96.0139,0.0000,0.0000,7.6086,80.4456,-0.9198,0.0000,81.3654,0.0000,81.3654,6.0114,75.3540,0.0000,75.3540,0.5414,74.8127,0.0000,11.1299,9.6295,54.0533,1.2808,15753.8033,15753.8033,15753.8033,15753.8033,15753.8033 +98.5000,1.0000,350.1404,53.6200,52.9010,0.3994,0.0000,5,1426.1460,602.5292,758.0774,-93.1625,89.9851,113.2156,-13.9134,2.4924,79.9461,0.0000,0.0000,7.5466,80.4625,-0.9424,0.0000,81.4049,0.0000,81.4049,6.1477,75.2572,0.0000,75.2572,0.5281,74.7291,0.0000,12.1023,9.9023,52.7245,1.2175,17574.0825,17574.0825,17574.0825,17574.0825,17574.0825 +99.5000,1.0000,365.4440,55.0930,54.3390,0.4189,0.0000,5,1467.5745,619.5012,784.9895,-95.6196,95.2075,120.6404,-14.6952,1.1690,86.4684,0.0000,0.0000,7.5701,86.0549,-0.9936,0.0000,87.0484,0.0000,87.0484,6.3677,80.6807,0.0000,80.6807,0.5690,80.1118,0.0000,13.1275,10.1743,56.8100,1.2378,18566.0536,18566.0536,18566.0536,18566.0536,18566.0536 +100.5000,1.0000,381.0646,56.2340,55.8470,0.2150,0.0000,5,1509.7660,438.6311,795.8903,-98.1219,69.3486,125.8321,-15.5133,2.7093,58.9308,0.0000,0.0000,7.7085,59.6609,-0.8783,0.0000,60.5392,0.0000,60.5392,6.1356,54.4036,0.0000,54.4036,0.2981,54.1055,0.0000,13.9582,10.3850,29.7623,1.2583,13860.8705,13860.8705,13860.8705,13860.8705,13860.8705 +101.5000,1.0000,396.9343,57.1310,56.6210,0.2833,0.0000,5,1536.7745,490.8540,741.6322,-99.7237,78.9934,119.3514,-16.0486,-0.2088,71.5461,0.0000,0.0000,7.6562,70.8110,-0.9490,0.0000,71.7600,0.0000,71.7600,6.3256,65.4344,0.0000,65.4344,0.3991,65.0353,0.0000,14.6373,10.5507,39.8473,1.2384,15676.3581,15676.3581,15676.3581,15676.3581,15676.3581 +102.5000,1.0000,413.0978,58.1885,57.6410,0.3042,0.0000,5,1556.4965,523.5644,763.0173,-100.8934,85.3389,124.3687,-16.4452,2.0966,75.3732,0.0000,0.0000,7.8690,75.7229,-0.9910,0.0000,76.7139,0.0000,76.7139,6.4971,70.2168,0.0000,70.2168,0.4364,69.7804,0.0000,15.4654,10.7460,43.5690,1.2672,16877.3834,16877.3834,16877.3834,16877.3834,16877.3834 +103.5000,1.0000,429.5481,59.2210,58.7360,0.2694,0.0000,5,1592.3170,489.6763,777.7720,-103.0178,81.6521,129.6912,-17.1779,1.3579,72.4268,0.0000,0.0000,7.8674,72.4649,-0.9915,0.0000,73.4564,0.0000,73.4564,6.5431,66.9133,0.0000,66.9133,0.3934,66.5199,0.0000,16.3030,10.9367,39.2802,1.1861,16292.6918,16292.6918,16292.6918,16292.6918,16292.6918 +104.5000,1.0000,446.2536,60.1400,59.7060,0.2411,0.0000,5,1618.6390,466.3594,772.0662,-104.1373,79.0495,130.8679,-17.6516,1.2362,69.7949,0.0000,0.0000,8.0185,69.8272,-0.9934,0.0000,70.8206,0.0000,70.8206,6.5880,64.2326,0.0000,64.2326,0.3575,63.8751,0.0000,17.0735,11.1064,35.6952,1.2591,15811.0718,15811.0718,15811.0718,15811.0718,15811.0718 +105.5000,1.0000,463.1768,60.9235,60.5740,0.1942,0.0000,5,1639.7725,425.6248,768.4944,-104.8899,73.0868,131.9632,-18.0113,0.8758,64.1090,0.0000,0.0000,8.1020,64.0815,-0.9775,0.0000,65.0590,0.0000,65.0590,6.6472,58.4118,0.0000,58.4118,0.2916,58.1201,0.0000,17.7492,11.2511,29.1198,1.2521,14708.3878,14708.3878,14708.3878,14708.3878,14708.3878 +106.5000,1.0000,480.2853,61.5905,61.2730,0.1764,0.0000,5,1663.4620,413.2473,760.3112,-105.7335,71.9866,132.4442,-18.4185,1.5315,62.2244,0.0000,0.0000,8.2307,62.4632,-0.9807,0.0000,63.4438,0.0000,63.4438,6.7200,56.7238,0.0000,56.7238,0.2678,56.4560,0.0000,18.3385,11.3742,26.7433,1.2732,14529.4297,14529.4297,14529.4297,14529.4297,14529.4297 +107.5000,1.0000,497.6007,62.3355,61.9080,0.2375,0.0000,5,1680.2850,466.0837,760.1322,-106.3326,82.0116,133.7521,-18.7102,0.1889,73.5476,0.0000,0.0000,8.2751,73.1262,-1.0473,0.0000,74.1735,0.0000,74.1735,6.8400,67.3335,0.0000,67.3335,0.3650,66.9684,0.0000,19.0124,11.5118,36.4442,1.2784,16426.3665,16426.3665,16426.3665,16426.3665,16426.3665 +108.5000,1.0000,515.1258,63.0905,62.7630,0.1819,0.0000,5,1697.2225,424.6041,776.7946,-106.9358,75.4661,138.0618,-19.0060,1.5745,65.5217,0.0000,0.0000,8.3698,65.7635,-1.0231,0.0000,66.7866,0.0000,66.7866,6.8837,59.9029,0.0000,59.9029,0.2830,59.6199,0.0000,19.7113,11.6513,28.2574,1.2837,15226.7494,15226.7494,15226.7494,15226.7494,15226.7494 +109.5000,1.0000,532.8013,63.6315,63.4180,0.1186,0.0000,5,1719.8825,365.5200,769.2719,-107.7428,65.8322,138.5502,-19.4051,0.7978,56.6363,0.0000,0.0000,8.3981,56.6948,-0.9867,0.0000,57.6815,0.0000,57.6815,6.9427,50.7388,0.0000,50.7388,0.1861,50.5527,0.0000,20.2224,11.7512,18.5792,1.3170,13425.5544,13425.5544,13425.5544,13425.5544,13425.5544 +110.5000,1.0000,550.5074,63.7420,63.8450,-0.0572,0.0000,5,1732.6240,209.1824,757.4734,-108.1966,37.9540,137.4359,-19.6312,0.5520,29.0020,0.0000,0.0000,8.4000,29.1359,-0.8494,0.0000,29.9853,0.0000,29.9853,6.9548,23.0306,0.0000,23.0306,-0.0899,23.1205,0.0000,20.3277,11.7716,-8.9788,1.3055,8226.9434,8226.9434,8226.9434,8226.9434,8226.9434 +111.5000,1.0000,568.1028,63.3435,63.6390,-0.1642,0.0000,5,1728.6185,106.5194,718.4694,-108.0539,19.2822,130.0577,-19.5600,-0.9759,11.9557,0.0000,0.0000,8.3024,11.9478,-0.7557,0.0000,12.7035,0.0000,12.7035,6.9113,5.7922,0.0000,5.7922,-0.2564,6.0486,0.0000,19.9492,11.6980,-25.5986,1.3055,4896.7225,4896.7225,4896.7225,4896.7225,4896.7225 +112.5000,1.0000,585.5314,62.7430,63.0480,-0.1694,0.0000,5,1717.9370,104.0749,689.5003,-107.6735,18.7233,124.0424,-19.3707,-0.1570,10.6056,0.0000,0.0000,8.2746,10.6482,-0.7387,0.0000,11.3869,0.0000,11.3869,6.8458,4.5412,0.0000,4.5412,-0.2621,4.8033,0.0000,19.3873,11.5871,-26.1711,1.3170,4777.4056,4777.4056,4777.4056,4777.4056,4777.4056 +113.5000,1.0000,602.7953,62.1500,62.4380,-0.1600,0.0000,5,1702.2965,103.2096,684.0236,-107.1165,18.3986,121.9368,-19.0950,-1.4795,11.6870,0.0000,0.0000,8.1910,11.6438,-0.7336,0.0000,12.3774,0.0000,12.3774,6.7811,5.5963,0.0000,5.5963,-0.2452,5.8415,0.0000,18.8427,11.4776,-24.4788,1.3126,4689.2724,4689.2724,4689.2724,4689.2724,4689.2724 +114.5000,1.0000,619.9197,61.6480,61.8620,-0.1189,0.0000,5,1683.2610,142.0872,677.9326,-106.4386,25.0458,119.4996,-18.7620,-0.5048,17.5132,0.0000,0.0000,8.0374,17.5232,-0.7547,0.0000,18.2779,0.0000,18.2779,6.7263,11.5516,0.0000,11.5516,-0.1807,11.7323,0.0000,18.3896,11.3849,-18.0422,1.1701,5835.0468,5835.0468,5835.0468,5835.0468,5835.0468 +115.5000,1.0000,636.9240,61.2155,61.4340,-0.1214,0.0000,5,1672.5795,138.7751,685.3248,-106.0582,24.3067,120.0361,-18.5763,-0.5956,16.7686,0.0000,0.0000,8.1338,16.7703,-0.7435,0.0000,17.5138,0.0000,17.5138,6.6791,10.8347,0.0000,10.8347,-0.1832,11.0179,0.0000,18.0053,11.3050,-18.2924,1.3170,5674.8056,5674.8056,5674.8056,5674.8056,5674.8056 +116.5000,1.0000,653.8208,60.8285,60.9970,-0.0936,0.0000,5,1657.7785,160.0457,680.2499,-105.5311,27.7843,118.0928,-18.3204,-0.9165,20.6773,0.0000,0.0000,8.0235,20.6222,-0.7565,0.0000,21.3786,0.0000,21.3786,6.6369,14.7417,0.0000,14.7417,-0.1404,14.8821,0.0000,17.6659,11.2335,-14.0173,1.2714,6277.7054,6277.7054,6277.7054,6277.7054,6277.7054 +117.5000,1.0000,670.6156,60.4610,60.6600,-0.1106,0.0000,5,1645.7620,147.4844,682.9588,-105.1032,25.4180,117.7037,-18.1139,-0.3046,17.7290,0.0000,0.0000,7.9936,17.7550,-0.7358,0.0000,18.4908,0.0000,18.4908,6.5968,11.8940,0.0000,11.8940,-0.1648,12.0588,0.0000,17.3477,11.1657,-16.4545,1.2813,5829.4423,5829.4423,5829.4423,5829.4423,5829.4423 +118.5000,1.0000,687.2608,59.9230,60.2620,-0.1883,0.0000,5,1636.8735,76.6098,676.7599,-104.7866,13.1319,116.0054,-17.9618,-0.5905,5.7558,0.0000,0.0000,7.9666,5.7678,-0.6663,0.0000,6.4340,0.0000,6.4340,6.5381,-0.1040,0.0000,-0.1040,-0.2782,0.1742,0.0000,16.8891,11.0663,-27.7811,1.2785,3931.7653,3931.7653,3931.7653,3931.7653,3931.7653 +119.5000,1.0000,703.7406,59.3270,59.5840,-0.1428,0.0000,5,1628.4810,115.7626,653.3173,-104.4878,19.7415,111.4129,-17.8187,-0.2518,12.0367,0.0000,0.0000,7.9566,12.0704,-0.6882,0.0000,12.7586,0.0000,12.7586,6.4730,6.2855,0.0000,6.2855,-0.2088,6.4944,0.0000,16.3899,10.9562,-20.8517,1.2895,4829.6646,4829.6646,4829.6646,4829.6646,4829.6646 +120.5000,1.0000,720.0758,58.8070,59.0700,-0.1461,0.0000,5,1611.8485,105.0196,660.4027,-103.8954,17.7265,111.4709,-17.5368,-1.3971,11.2491,0.0000,0.0000,7.8746,11.2006,-0.6752,0.0000,11.8759,0.0000,11.8759,6.4163,5.4595,0.0000,5.4595,-0.2118,5.6714,0.0000,15.9627,10.8602,-21.1515,1.2980,4458.0920,4458.0920,4458.0920,4458.0920,4458.0920 +121.5000,1.0000,736.2521,58.2345,58.5440,-0.1719,0.0000,5,1589.9900,84.2987,650.3897,-102.8798,14.0360,108.2921,-17.1298,-0.7561,7.0656,0.0000,0.0000,7.7266,7.0687,-0.6450,0.0000,7.7137,0.0000,7.7137,6.3538,1.3598,0.0000,1.3598,-0.2469,1.6067,0.0000,15.5012,10.7545,-24.6489,1.2233,3945.7283,3945.7283,3945.7283,3945.7283,3945.7283 +122.5000,1.0000,752.2811,57.7045,57.9250,-0.1225,0.0000,5,1572.2135,125.1512,637.5845,-101.8255,20.6051,104.9731,-16.7647,-0.9686,13.8241,0.0000,0.0000,7.7497,13.7886,-0.6703,0.0000,14.4589,0.0000,14.4589,6.2960,8.1628,0.0000,8.1628,-0.1743,8.3371,0.0000,15.0816,10.6566,-17.4010,1.3129,4897.9200,4897.9200,4897.9200,4897.9200,4897.9200 +123.5000,1.0000,768.1989,57.3040,57.4840,-0.1000,0.0000,5,1563.7450,149.1267,647.8539,-101.3233,24.4202,106.0893,-16.5922,0.1502,16.6096,0.0000,0.0000,7.6605,16.6786,-0.6784,0.0000,17.3570,0.0000,17.3570,6.2523,11.1047,0.0000,11.1047,-0.1413,11.2459,0.0000,14.7696,10.5826,-14.1063,1.2184,5570.2091,5570.2091,5570.2091,5570.2091,5570.2091 +124.5000,1.0000,784.0369,57.0170,57.1240,-0.0594,0.0000,5,1560.0825,179.8509,654.3799,-101.1060,29.3825,106.9070,-16.5178,-0.5007,22.2037,0.0000,0.0000,7.6796,22.1709,-0.7015,0.0000,22.8724,0.0000,22.8724,6.2210,16.6514,0.0000,16.6514,-0.0836,16.7349,0.0000,14.5487,10.5296,-8.3434,1.2681,6470.3310,6470.3310,6470.3310,6470.3310,6470.3310 +125.5000,1.0000,799.7668,56.6275,56.9100,-0.1569,0.0000,5,1551.2320,94.9567,661.9779,-100.5811,15.4252,107.5348,-16.3389,-0.3452,8.1460,0.0000,0.0000,7.6244,8.1677,-0.6245,0.0000,8.7923,0.0000,8.7923,6.1785,2.6138,0.0000,2.6138,-0.2191,2.8329,0.0000,14.2529,10.4577,-21.8777,1.2536,4026.4428,4026.4428,4026.4428,4026.4428,4026.4428 +126.5000,1.0000,815.3179,55.9840,56.3450,-0.2006,0.0000,5,1533.7225,49.3427,628.2522,-99.5427,7.9250,100.9042,-15.9877,-1.3078,1.7000,0.0000,0.0000,7.5329,1.6955,-0.6082,0.0000,2.3037,0.0000,2.3037,6.1083,-3.8046,0.0000,-3.8046,-0.2768,-3.5277,0.0000,13.7728,10.3389,-27.6394,1.2629,3128.7338,3128.7338,3128.7338,3128.7338,3128.7338 +127.5000,1.0000,830.6318,55.1300,55.6230,-0.2739,0.0000,5,1509.4990,-14.1238,604.5424,-98.1060,-2.2326,95.5627,-15.5080,-0.9583,-8.7952,0.0000,0.0000,7.5209,-8.8138,-0.6204,0.0000,-8.1934,0.0000,-8.1934,6.0151,-14.2085,0.0000,-14.2085,-0.3723,-13.8362,0.0000,13.1525,10.1811,-37.1699,1.3085,1859.1770,1859.1770,1859.1770,1859.1770,1859.1770 +128.5000,1.0000,845.6607,54.1040,54.6370,-0.2961,0.0000,5,1485.0845,-39.0889,573.4670,-96.6581,-6.0790,89.1843,-15.0320,-1.2838,-12.1134,0.0000,0.0000,7.3181,-12.1179,-0.6119,0.0000,-11.5060,0.0000,-11.5060,5.9032,-17.4092,0.0000,-17.4092,-0.3950,-17.0142,0.0000,12.4320,9.9917,-39.4379,1.2537,1238.8091,1238.8091,1238.8091,1238.8091,1238.8091 +129.5000,1.0000,860.3788,52.9850,53.5710,-0.3256,0.0000,5,1454.2610,-69.5325,553.3530,-94.8300,-10.5891,84.2701,-14.4416,-1.4956,-16.2569,0.0000,0.0000,7.1634,-16.2494,-0.6043,0.0000,-15.6451,0.0000,-15.6451,5.7811,-21.4262,0.0000,-21.4262,-0.4253,-21.0009,0.0000,11.6768,9.7850,-42.4627,1.2102,493.5291,493.5291,493.5291,493.5291,493.5291 +130.5000,1.0000,874.6990,51.5530,52.3990,-0.4700,0.0650,5,1422.5605,-92.9499,530.5552,-92.9499,-13.8468,79.0369,-13.8468,-1.3063,-19.4633,0.0000,0.0000,6.9229,-19.5800,-0.5916,0.0000,-18.9884,0.0000,-18.9884,5.6248,-24.6133,14.5436,-39.1569,-0.5974,-38.5595,0.8089,10.7570,9.5206,-59.6460,1.1040,0.0000,0.0000,0.0000,0.0000,0.0000 +131.5000,1.0000,888.5231,49.7665,50.7070,-0.5225,0.0780,5,1380.7130,-90.4680,506.4063,-90.4680,-13.0806,73.2202,-13.0806,-2.2804,-17.5186,0.0000,0.0000,6.7184,-17.5082,-0.5573,0.0000,-16.9510,0.0000,-16.9510,5.4299,-22.3809,22.4654,-44.8463,-0.6411,-44.2052,0.9371,9.6778,9.1906,-64.0107,1.0213,0.0000,0.0000,0.0000,0.0000,0.0000 +132.5000,1.0000,901.8917,48.1270,48.8260,-0.3883,0.0780,5,1331.8460,-87.5698,490.7352,-87.5698,-12.2134,68.4431,-12.2134,-1.7972,-17.0511,0.0000,0.0000,6.6349,-17.0170,-0.5313,0.0000,-16.4857,0.0000,-16.4857,5.2510,-21.7367,6.1856,-27.9223,-0.4608,-27.4616,0.9062,8.7512,8.8879,-46.0069,1.0634,0.0000,0.0000,0.0000,0.0000,0.0000 +133.5000,1.0000,915.1421,47.7015,47.4280,0.1519,0.0130,5,1297.4365,339.9618,481.2712,-85.5290,46.1897,65.3890,-11.6206,-0.9909,40.6728,0.0000,0.0000,6.5077,40.0533,-0.6507,0.0000,40.7040,0.0000,40.7040,5.2046,35.4994,0.0000,35.4994,0.1787,35.3207,0.1497,8.5196,8.8093,17.8421,1.0153,9367.9864,9367.9864,9367.9864,9367.9864,9367.9864 +134.5000,1.0000,928.4414,47.8775,47.9750,-0.0542,0.0000,5,1294.9185,169.1003,662.5734,-85.3797,22.9306,89.8473,-11.5778,0.7887,15.5504,0.0000,0.0000,6.5915,15.7015,-0.5302,0.0000,16.2317,0.0000,16.2317,5.2238,11.0079,0.0000,11.0079,-0.0639,11.0718,0.0000,8.6140,8.8418,-6.3840,1.0548,5023.6416,5023.6416,5023.6416,5023.6416,5023.6416 +135.5000,1.0000,941.7108,47.7700,47.7800,-0.0056,0.0000,5,1302.6245,203.8487,591.4028,-85.8367,27.8071,80.6736,-11.7090,-0.1770,21.4048,0.0000,0.0000,6.5793,21.3729,-0.5574,0.0000,21.9303,0.0000,21.9303,5.2121,16.7182,0.0000,16.7182,-0.0065,16.7248,0.0000,8.5561,8.8219,-0.6533,1.0831,5938.2101,5938.2101,5938.2101,5938.2101,5938.2101 +136.5000,1.0000,955.0010,47.8445,47.7600,0.0469,0.0000,5,1298.4285,250.9821,605.7784,-85.5879,34.1263,82.3684,-11.6375,-0.1582,27.7376,0.0000,0.0000,6.5469,27.6464,-0.5901,0.0000,28.2365,0.0000,28.2365,5.2202,23.0163,0.0000,23.0163,0.0554,22.9609,0.0000,8.5962,8.8357,5.5290,1.0688,7111.9697,7111.9697,7111.9697,7111.9697,7111.9697 +137.5000,1.0000,968.3550,48.0745,47.9290,0.0808,0.0000,5,1299.1915,284.3003,625.4799,-85.6331,38.6793,85.0972,-11.6505,0.2191,31.9205,0.0000,0.0000,6.5398,31.8914,-0.6148,0.0000,32.5062,0.0000,32.5062,5.2453,27.2609,0.0000,27.2609,0.0958,27.1651,0.0000,8.7209,8.8782,9.5661,1.0423,7963.0008,7963.0008,7963.0008,7963.0008,7963.0008 +138.5000,1.0000,981.8288,48.5055,48.2200,0.1586,0.0000,5,1311.6655,356.3760,640.9300,-86.3729,48.9508,88.0364,-11.8640,0.7836,41.6027,0.0000,0.0000,6.5645,41.6660,-0.6704,0.0000,42.3364,0.0000,42.3364,5.2923,37.0441,0.0000,37.0441,0.1897,36.8544,0.0000,8.9577,8.9578,18.9389,1.0181,9887.1198,9887.1198,9887.1198,9887.1198,9887.1198 +139.5000,1.0000,995.4864,49.1675,48.7910,0.2092,0.0000,5,1327.1150,402.1052,673.1834,-87.2892,55.8826,93.5558,-12.1310,0.4663,48.7911,0.0000,0.0000,6.6252,48.6291,-0.7151,0.0000,49.3442,0.0000,49.3442,5.3646,43.9796,0.0000,43.9796,0.2536,43.7261,0.0000,9.3298,9.0800,25.3163,1.0479,11213.2592,11213.2592,11213.2592,11213.2592,11213.2592 +140.5000,1.0000,1009.3704,49.9825,49.5440,0.2436,0.0000,5,1344.3195,437.8968,694.5044,-88.3096,61.6457,97.7701,-12.4319,0.9479,54.0181,0.0000,0.0000,6.6797,54.0057,-0.7541,0.0000,54.7598,0.0000,54.7598,5.4535,49.3063,0.0000,49.3063,0.3002,49.0061,0.0000,9.8016,9.2305,29.9740,1.0530,12293.7868,12293.7868,12293.7868,12293.7868,12293.7868 +141.5000,1.0000,1023.5053,50.8855,50.4210,0.2581,0.0000,5,1369.4210,453.4528,711.8868,-89.7983,65.0276,102.0884,-12.8776,1.1453,57.1109,0.0000,0.0000,6.7714,57.1571,-0.7834,0.0000,57.9405,0.0000,57.9405,5.5520,52.3885,0.0000,52.3885,0.3237,52.0647,0.0000,10.3426,9.3973,32.3248,1.0744,12931.8372,12931.8372,12931.8372,12931.8372,12931.8372 +142.5000,1.0000,1037.9613,52.0415,51.3500,0.3842,0.0000,5,1395.5140,572.5492,722.0257,-91.3458,83.6711,105.5153,-13.3491,1.0690,75.7419,0.0000,0.0000,6.8602,75.4168,-0.8929,0.0000,76.3097,0.0000,76.3097,5.9262,70.3835,0.0000,70.3835,0.4929,69.8905,0.0000,11.0646,9.6108,49.2151,1.0679,16384.1127,16384.1127,16384.1127,16384.1127,16384.1127 +143.5000,1.0000,1052.8808,53.7105,52.7330,0.5431,0.0000,5,1431.3725,728.9019,770.4843,-93.4725,109.2573,115.4902,-14.0109,2.0555,100.1965,0.0000,0.0000,7.0052,100.0133,-1.0426,0.0000,101.0558,0.0000,101.0558,6.4508,94.6051,0.0000,94.6051,0.7191,93.8859,0.0000,12.1656,9.9190,71.8014,1.0784,21283.5396,21283.5396,21283.5396,21283.5396,21283.5396 +144.5000,1.0000,1068.3340,55.6315,54.6880,0.5242,0.0000,5,1492.0270,728.0188,828.1349,-97.0698,113.7491,129.3917,-15.1666,3.4149,101.0696,0.0000,0.0000,9.2645,101.8666,-1.0819,0.0000,102.9486,0.0000,102.9486,6.6557,96.2929,0.0000,96.2929,0.7189,95.5740,0.0000,13.5176,10.2738,71.7826,1.1275,22182.4999,22182.4999,22182.4999,22182.4999,22182.4999 +145.5000,1.0000,1084.1985,57.1120,56.5750,0.2983,0.0000,5,1543.0685,517.5905,833.7547,-100.0970,83.6373,134.7262,-16.1746,1.3050,72.9639,0.0000,0.0000,9.3684,72.9294,-0.9594,0.0000,73.8888,0.0000,73.8888,6.3558,67.5330,0.0000,67.5330,0.4201,67.1129,0.0000,14.6228,10.5472,41.9429,1.1267,16547.3454,16547.3454,16547.3454,16547.3454,16547.3454 +146.5000,1.0000,1100.3442,58.1245,57.6490,0.2642,0.0000,5,1561.9135,489.1719,772.6388,-101.2146,80.0105,126.3753,-16.5550,0.4866,70.1092,0.0000,0.0000,9.4147,69.7662,-0.9598,0.0000,70.7260,0.0000,70.7260,6.4014,64.3246,0.0000,64.3246,0.3786,63.9460,0.0000,15.4141,10.7342,37.7978,1.1302,15918.8200,15918.8200,15918.8200,15918.8200,15918.8200 +147.5000,1.0000,1116.7194,58.9510,58.6000,0.1950,0.0000,5,1584.4205,433.7804,767.1282,-102.5495,71.9729,127.2820,-17.0150,1.6963,60.7464,0.0000,0.0000,9.5302,61.0513,-0.9294,0.0000,61.9807,0.0000,61.9807,6.4320,55.5487,0.0000,55.5487,0.2834,55.2653,0.0000,16.0805,10.8868,28.2980,1.1219,14424.4942,14424.4942,14424.4942,14424.4942,14424.4942 +148.5000,1.0000,1133.2300,59.4380,59.3020,0.0756,0.0000,5,1609.2545,323.4865,754.2438,-103.8030,54.5142,127.1057,-17.4930,0.7314,44.1551,0.0000,0.0000,9.6277,44.2569,-0.8526,0.0000,45.1095,0.0000,45.1095,6.4852,38.6243,0.0000,38.6243,0.1107,38.5136,0.0000,16.4818,10.9767,11.0550,1.1392,11201.0341,11201.0341,11201.0341,11201.0341,11201.0341 +149.5000,1.0000,1149.8110,59.6915,59.5740,0.0653,0.0000,5,1615.0910,311.3062,723.4248,-104.0109,52.6518,122.3542,-17.5916,-0.1551,43.1938,0.0000,0.0000,9.6131,43.0672,-0.8508,0.0000,43.9180,0.0000,43.9180,6.5128,37.4052,0.0000,37.4052,0.0961,37.3091,0.0000,16.6936,11.0235,9.5920,1.1403,10860.7265,10860.7265,10860.7265,10860.7265,10860.7265 +150.5000,1.0000,1166.4294,59.8265,59.8090,0.0097,0.0000,5,1621.0040,266.7929,720.9353,-104.2215,45.2884,122.3796,-17.6917,0.7443,34.8663,0.0000,0.0000,9.6778,35.0169,-0.8124,0.0000,35.8292,0.0000,35.8292,6.5275,29.3017,0.0000,29.3017,0.0143,29.2874,0.0000,16.8071,11.0485,1.4318,1.1539,9462.2953,9462.2953,9462.2953,9462.2953,9462.2953 +151.5000,1.0000,1183.0211,59.7300,59.8440,-0.0633,0.0000,5,1623.5980,183.6793,708.3753,-104.3139,31.2297,120.4399,-17.7357,-0.4869,24.1390,0.0000,0.0000,7.5776,24.1124,-0.7557,0.0000,24.8681,0.0000,24.8681,6.5170,18.3511,0.0000,18.3511,-0.0933,18.4443,0.0000,16.7259,11.0307,-9.3122,1.1544,6856.9542,6856.9542,6856.9542,6856.9542,6856.9542 +152.5000,1.0000,1199.5629,59.5505,59.6160,-0.0364,0.0000,5,1618.4860,209.0932,682.5442,-104.1318,35.4387,115.6827,-17.6490,-0.0228,27.8840,0.0000,0.0000,7.5774,27.9108,-0.7719,0.0000,28.6827,0.0000,28.6827,6.4974,22.1852,0.0000,22.1852,-0.0534,22.2387,0.0000,16.5755,10.9975,-5.3344,1.1409,7637.0797,7637.0797,7637.0797,7637.0797,7637.0797 +153.5000,1.0000,1216.0650,59.4075,59.4850,-0.0431,0.0000,5,1613.8705,200.9231,689.0695,-103.9674,33.9568,116.4556,-17.5709,-0.4347,26.8239,0.0000,0.0000,7.5677,26.7859,-0.7638,0.0000,27.5498,0.0000,27.5498,6.4818,21.0679,0.0000,21.0679,-0.0631,21.1310,0.0000,16.4564,10.9711,-6.2965,1.1526,7356.8713,7356.8713,7356.8713,7356.8713,7356.8713 +154.5000,1.0000,1232.4936,59.1430,59.3300,-0.1039,0.0000,5,1610.7425,149.6097,685.7590,-103.8560,25.2356,115.6715,-17.5181,0.1245,17.5536,0.0000,0.0000,7.5575,17.6231,-0.7132,0.0000,18.3362,0.0000,18.3362,6.4530,11.8833,0.0000,11.8833,-0.1515,12.0348,0.0000,16.2377,10.9222,-15.1252,1.1395,5785.7213,5785.7213,5785.7213,5785.7213,5785.7213 +155.5000,1.0000,1248.8147,58.7560,58.9560,-0.1111,0.0000,5,1603.9140,136.8573,668.3877,-103.6129,22.9868,112.2634,-17.4030,-0.7966,16.2777,0.0000,0.0000,7.5056,16.2509,-0.6999,0.0000,16.9508,0.0000,16.9508,6.4107,10.5400,0.0000,10.5400,-0.1610,10.7010,0.0000,15.9211,10.8508,-16.0709,1.1382,5384.1670,5384.1670,5384.1670,5384.1670,5384.1670 +156.5000,1.0000,1265.0128,58.3130,58.5560,-0.1350,0.0000,5,1589.3035,115.9814,660.0825,-102.8391,19.3030,109.8585,-17.1157,-0.6367,12.4480,0.0000,0.0000,7.4917,12.4488,-0.6734,0.0000,13.1222,0.0000,13.1222,6.3624,6.7598,0.0000,6.7598,-0.1941,6.9539,0.0000,15.5638,10.7690,-19.3789,1.1479,4699.4126,4699.4126,4699.4126,4699.4126,4699.4126 +157.5000,1.0000,1281.0510,57.7375,58.0700,-0.1847,0.0000,5,1572.2895,68.7752,647.8732,-101.8300,11.3238,106.6722,-16.7663,-1.0129,4.9275,0.0000,0.0000,7.4092,4.9230,-0.6294,0.0000,5.5524,0.0000,5.5524,6.2996,-0.7472,0.0000,-0.7472,-0.2630,-0.4842,0.0000,15.1077,10.6627,-26.2547,1.1447,3599.0352,3599.0352,3599.0352,3599.0352,3599.0352 +158.5000,1.0000,1296.8543,56.8920,57.4050,-0.2850,0.0000,5,1551.2320,-21.1453,625.3304,-100.5811,-3.4349,101.5816,-16.3389,-1.0066,-9.7756,0.0000,0.0000,7.3473,-9.7973,-0.6519,0.0000,-9.1455,0.0000,-9.1455,6.2074,-15.3528,0.0000,-15.3528,-0.3998,-14.9531,0.0000,14.4544,10.5065,-39.9140,1.1407,1789.0517,1789.0517,1789.0517,1789.0517,1789.0517 +159.5000,1.0000,1312.3876,55.9200,56.3790,-0.2550,0.0000,5,1531.7770,3.0401,587.9631,-99.4273,0.4876,94.3136,-15.9489,-0.8361,-5.9115,0.0000,0.0000,7.2352,-5.9258,-0.6261,0.0000,-5.2997,0.0000,-5.2997,6.1013,-11.4010,0.0000,-11.4010,-0.3516,-11.0494,0.0000,13.7259,10.3270,-35.1024,1.1245,2292.7801,2292.7801,2292.7801,2292.7801,2292.7801 +160.5000,1.0000,1327.6465,54.9320,55.4610,-0.2939,0.0000,5,1510.7960,-35.1520,588.6969,-98.1830,-5.5614,93.1378,-15.5335,-1.1220,-11.5944,0.0000,0.0000,7.1550,-11.6134,-0.6241,0.0000,-10.9893,0.0000,-10.9893,5.9935,-16.9829,0.0000,-16.9829,-0.3980,-16.5848,0.0000,13.0115,10.1446,-39.7409,1.1199,1372.1031,1372.1031,1372.1031,1372.1031,1372.1031 +161.5000,1.0000,1342.5240,53.5590,54.4030,-0.4689,0.0440,5,1476.9205,-96.1739,562.8365,-96.1739,-14.8745,87.0498,-14.8745,-1.9757,-19.9017,0.0000,0.0000,7.0029,-19.9221,-0.6231,0.0000,-19.2990,0.0000,-19.2990,5.8437,-25.1427,14.7750,-39.9177,-0.6192,-39.2985,0.5689,12.0619,9.8910,-61.8204,1.0928,0.0000,0.0000,0.0000,0.0000,0.0000 +162.5000,1.0000,1356.8608,51.6125,52.7150,-0.6125,0.2960,5,1435.4160,-93.7123,524.6597,-93.7123,-14.0865,78.8650,-14.0865,-1.7385,-19.2626,0.0000,0.0000,6.9146,-19.4126,-0.5916,0.0000,-18.8210,0.0000,-18.8210,5.6313,-24.4523,30.1311,-54.5834,-0.7794,-53.8040,3.6880,10.7963,9.5315,-77.8198,1.0936,0.0000,0.0000,0.0000,0.0000,0.0000 +163.5000,1.0000,1370.6286,49.5640,50.5100,-0.5256,0.8280,5,1384.4130,-90.6874,507.1385,-90.6874,-13.1474,73.5226,-13.1474,-2.6594,-17.2133,0.0000,0.0000,6.7253,-17.1517,-0.5533,0.0000,-16.5984,0.0000,-16.5984,5.4078,-22.0063,14.1391,-36.1454,-0.6422,-35.5031,9.9068,9.5602,9.1529,-64.1231,1.1069,0.0000,0.0000,0.0000,0.0000,0.0000 +164.5000,1.0000,1383.8258,47.5100,48.6180,-0.6156,0.9200,5,1327.2300,-87.2960,488.8897,-87.2960,-12.1330,67.9494,-12.1330,-2.1112,-16.5748,0.0000,0.0000,6.5530,-16.6394,-0.5212,0.0000,-16.1182,0.0000,-16.1182,5.1837,-21.3019,23.6641,-44.9660,-0.7210,-44.2450,10.5513,8.4217,8.7736,-71.9916,1.0621,0.0000,0.0000,0.0000,0.0000,0.0000 +165.5000,1.0000,1396.4597,45.4820,46.4020,-0.5111,0.6230,5,1273.3655,-84.1014,473.2829,-84.1014,-11.2146,63.1106,-11.2146,-2.1866,-15.4232,0.0000,0.0000,6.3952,-15.3959,-0.4884,0.0000,-14.9075,0.0000,-14.9075,4.9624,-19.8699,15.3009,-35.1708,-0.5731,-34.5977,6.8402,7.3877,8.3992,-57.2248,1.0639,0.0000,0.0000,0.0000,0.0000,0.0000 +166.5000,1.0000,1408.6978,44.0570,44.5620,-0.2806,0.2700,5,1218.9670,-35.2241,458.3220,-80.8752,-4.4963,58.5048,-10.3237,-1.9789,-8.7461,0.0000,0.0000,6.2287,-8.6556,-0.4513,0.0000,-8.2043,0.0000,-8.2043,4.8070,-13.0113,0.0000,-13.0113,-0.3047,-12.7065,2.8716,6.7129,8.1362,-30.4273,1.0398,819.1759,819.1759,819.1759,819.1759,819.1759 +167.5000,1.0000,1420.7474,43.3785,43.5520,-0.0964,0.0350,5,1182.3455,114.1291,470.8682,-78.6972,14.1309,58.3005,-9.7439,-0.7396,8.7290,0.0000,0.0000,6.1414,8.6886,-0.4328,0.0000,9.1214,0.0000,9.1214,4.7329,4.3884,0.0000,4.3884,-0.1031,4.4915,0.3665,6.4068,8.0109,-10.2927,1.0325,3311.8436,3311.8436,3311.8436,3311.8436,3311.8436 +168.5000,1.0000,1432.6825,42.9665,43.2050,-0.1325,0.0000,5,1170.6720,83.8598,537.2083,-78.0008,10.2806,65.8577,-9.5623,-0.1070,4.2707,0.0000,0.0000,6.1169,4.2890,-0.4051,0.0000,4.6941,0.0000,4.6941,4.6880,0.0061,0.0000,0.0061,-0.1404,0.1465,0.0000,6.2261,7.9348,-14.0144,1.0297,2786.1921,2786.1921,2786.1921,2786.1921,2786.1921 +169.5000,1.0000,1444.5224,42.6235,42.7280,-0.0581,0.0000,5,1157.9690,143.1334,519.9217,-77.2430,17.3567,63.0469,-9.3667,-0.7975,12.0958,0.0000,0.0000,6.0584,12.0081,-0.4395,0.0000,12.4476,0.0000,12.4476,4.6506,7.7970,0.0000,7.7970,-0.0610,7.8580,0.0000,6.0780,7.8715,-6.0915,1.0384,3873.4492,3873.4492,3873.4492,3873.4492,3873.4492 +170.5000,1.0000,1456.2682,42.2850,42.5190,-0.1300,0.0000,5,1148.3560,86.6286,545.2661,-76.6696,10.4176,65.5713,-9.2199,0.1130,4.2638,0.0000,0.0000,6.0407,4.2936,-0.3961,0.0000,4.6897,0.0000,4.6897,4.6136,0.0760,0.0000,0.0760,-0.1355,0.2116,0.0000,5.9345,7.8090,-13.5319,1.0358,2815.7649,2815.7649,2815.7649,2815.7649,2815.7649 +171.5000,1.0000,1467.9221,41.9540,42.0510,-0.0539,0.0000,5,1146.4105,148.4050,517.9273,-76.5536,17.8163,62.1781,-9.1904,-0.2498,12.0786,0.0000,0.0000,5.9874,12.0692,-0.4311,0.0000,12.5002,0.0000,12.5002,4.5775,7.9227,0.0000,7.9227,-0.0557,7.9785,0.0000,5.7961,7.7479,-5.5655,1.0353,3945.0161,3945.0161,3945.0161,3945.0161,3945.0161 +172.5000,1.0000,1479.5771,41.9580,41.8570,0.0561,0.0000,5,1139.2390,245.8302,545.4744,-76.1258,29.3277,65.0756,-9.0819,-0.2535,23.6207,0.0000,0.0000,5.9605,23.4891,-0.4888,0.0000,23.9779,0.0000,23.9779,4.5779,19.3999,0.0000,19.3999,0.0580,19.3419,0.0000,5.7977,7.7486,5.7955,1.0212,6058.9671,6058.9671,6058.9671,6058.9671,6058.9671 +173.5000,1.0000,1491.2826,42.1400,42.0590,0.0450,0.0000,5,1139.1625,240.4444,590.7209,-76.1212,28.6833,70.4688,-9.0807,0.2482,22.4555,0.0000,0.0000,5.9796,22.4822,-0.4861,0.0000,22.9683,0.0000,22.9683,4.5978,18.3705,0.0000,18.3705,0.0468,18.3238,0.0000,5.8735,7.7822,4.6681,1.0212,5932.3615,5932.3615,5932.3615,5932.3615,5932.3615 +174.5000,1.0000,1503.0157,42.2390,42.2210,0.0100,0.0000,5,1142.7100,208.2115,588.5747,-76.3328,24.9155,70.4314,-9.1343,0.0000,18.9130,0.0000,0.0000,6.0025,18.9050,-0.4693,0.0000,19.3743,0.0000,19.3743,4.6086,14.7657,0.0000,14.7657,0.0104,14.7552,0.0000,5.9150,7.8005,1.0398,1.0464,5275.4824,5275.4824,5275.4824,5275.4824,5275.4824 +175.5000,1.0000,1514.8094,42.4575,42.2570,0.1114,0.0000,5,1146.3340,299.9021,574.3177,-76.5490,36.0014,68.9433,-9.1892,0.2551,29.7587,0.0000,0.0000,5.9876,29.7124,-0.5268,0.0000,30.2392,0.0000,30.2392,4.6324,25.6068,0.0000,25.6068,0.1166,25.4902,0.0000,6.0074,7.8409,11.6419,1.0231,7368.9286,7368.9286,7368.9286,7368.9286,7368.9286 +176.5000,1.0000,1526.7340,42.9285,42.6580,0.1503,0.0000,5,1150.7590,336.4572,617.7656,-76.8130,40.5455,74.4452,-9.2565,0.0566,34.4970,0.0000,0.0000,5.9919,34.3049,-0.5562,0.0000,34.8611,0.0000,34.8611,4.6838,30.1772,0.0000,30.1772,0.1591,30.0182,0.0000,6.2096,7.9278,15.8807,1.0243,8180.2888,8180.2888,8180.2888,8180.2888,8180.2888 +177.5000,1.0000,1538.8654,43.6730,43.1990,0.2633,0.0000,5,1162.3175,445.4863,635.9124,-77.5024,54.2235,77.4017,-9.4334,0.7679,47.4064,0.0000,0.0000,6.0493,47.3314,-0.6319,0.0000,47.9633,0.0000,47.9633,4.7651,43.1983,0.0000,43.1983,0.2835,42.9147,0.0000,6.5388,8.0653,28.3105,1.0274,10800.8251,10800.8251,10800.8251,10800.8251,10800.8251 +178.5000,1.0000,1551.2269,44.5015,44.1470,0.1969,0.0000,5,1185.8165,387.4691,687.5508,-78.9042,48.1153,85.3790,-9.7982,0.9279,41.0573,0.0000,0.0000,6.1301,41.1705,-0.6119,0.0000,41.7824,0.0000,41.7824,4.8555,36.9270,0.0000,36.9270,0.2161,36.7109,0.0000,6.9177,8.2183,21.5748,1.0459,9671.6616,9671.6616,9671.6616,9671.6616,9671.6616 +179.5000,1.0000,1563.7801,45.1915,44.8560,0.1864,0.0000,5,1212.7110,377.4456,665.6687,-80.5041,47.9336,84.5365,-10.2236,1.0540,40.6726,0.0000,0.0000,6.2070,40.8440,-0.6197,0.0000,41.4637,0.0000,41.4637,4.9307,36.5330,0.0000,36.5330,0.2077,36.3253,0.0000,7.2444,8.3458,20.7351,1.0519,9629.6353,9629.6353,9629.6353,9629.6353,9629.6353 +180.5000,1.0000,1576.5504,45.9730,45.5270,0.2478,0.0000,5,1233.7685,431.6561,665.4409,-81.7530,55.7699,85.9749,-10.5625,0.5231,48.9837,0.0000,0.0000,6.2631,48.7846,-0.6706,0.0000,49.4551,0.0000,49.4551,5.0160,44.4391,0.0000,44.4391,0.2808,44.1583,0.0000,7.6271,8.4901,28.0411,1.0560,11133.7158,11133.7158,11133.7158,11133.7158,11133.7158 +181.5000,1.0000,1589.5968,46.9670,46.4190,0.3044,0.0000,5,1254.9020,488.8009,692.0704,-83.0064,64.2348,90.9471,-10.9081,1.0966,56.8300,0.0000,0.0000,6.3082,56.8115,-0.7250,0.0000,57.5365,0.0000,57.5365,5.1784,52.3581,0.0000,52.3581,0.3525,52.0056,0.0000,8.1330,8.6736,35.1990,1.0469,12776.9816,12776.9816,12776.9816,12776.9816,12776.9816 +182.5000,1.0000,1602.9404,48.0370,47.5150,0.2900,0.0000,5,1287.5945,477.9029,719.0169,-84.9453,64.4388,96.9498,-11.4537,1.4600,56.5508,0.0000,0.0000,6.4281,56.7451,-0.7398,0.0000,57.4849,0.0000,57.4849,5.2759,52.2089,0.0000,52.2089,0.3435,51.8655,0.0000,8.7014,8.8712,34.2928,1.0667,12829.2747,12829.2747,12829.2747,12829.2747,12829.2747 +183.5000,1.0000,1616.5558,49.0155,48.5590,0.2536,0.0000,5,1314.9080,444.1382,719.2133,-86.5652,61.1564,99.0334,-11.9198,0.7146,53.9499,0.0000,0.0000,6.4919,53.8118,-0.7391,0.0000,54.5508,0.0000,54.5508,5.3480,49.2029,0.0000,49.2029,0.3065,48.8964,0.0000,9.2438,9.0520,30.6007,1.0587,12204.4433,12204.4433,12204.4433,12204.4433,12204.4433 +184.5000,1.0000,1630.4485,50.0135,49.4720,0.3008,0.0000,5,1344.0910,492.8672,709.7393,-88.2960,69.3725,99.8979,-12.4279,1.6783,60.9400,0.0000,0.0000,6.7542,61.1992,-0.7909,0.0000,61.9902,0.0000,61.9902,5.5251,56.4650,0.0000,56.4650,0.3709,56.0941,0.0000,9.8203,9.2363,37.0376,1.2068,13752.9956,13752.9956,13752.9956,13752.9956,13752.9956 +185.5000,1.0000,1644.5538,50.7790,50.5550,0.1244,0.0000,5,1363.9280,329.9829,733.3461,-89.4725,47.1315,104.7440,-12.7794,-0.0415,40.4025,0.0000,0.0000,6.7706,40.2104,-0.6962,0.0000,40.9066,0.0000,40.9066,5.5404,35.3662,0.0000,35.3662,0.1558,35.2104,0.0000,10.2771,9.3776,15.5557,1.2137,9558.7432,9558.7432,9558.7432,9558.7432,9558.7432 +186.5000,1.0000,1658.7414,51.0755,51.0030,0.0403,0.0000,5,1374.4565,260.3932,672.0858,-90.0969,37.4791,96.7352,-12.9679,0.9305,29.7333,0.0000,0.0000,6.8152,29.9293,-0.6487,0.0000,30.5780,0.0000,30.5780,5.5727,25.0053,0.0000,25.0053,0.0507,24.9546,0.0000,10.4580,9.4324,5.0642,1.2027,7781.3147,7781.3147,7781.3147,7781.3147,7781.3147 +187.5000,1.0000,1672.9671,51.2125,51.1480,0.0358,0.0000,5,1382.0095,249.7190,646.6025,-90.5449,36.1403,93.5787,-13.1040,-0.2946,29.6134,0.0000,0.0000,6.8214,29.5019,-0.6486,0.0000,30.1505,0.0000,30.1505,5.5877,24.5628,0.0000,24.5628,0.0452,24.5175,0.0000,10.5424,9.4577,4.5174,1.2190,7540.3793,7540.3793,7540.3793,7540.3793,7540.3793 +188.5000,1.0000,1687.1739,51.1445,51.2770,-0.0736,0.0000,5,1383.7260,157.3315,643.2243,-90.6467,22.7979,93.2054,-13.1350,0.4409,15.4897,0.0000,0.0000,6.8674,15.5881,-0.5773,0.0000,16.1654,0.0000,16.1654,5.5803,10.5851,0.0000,10.5851,-0.0928,10.6779,0.0000,10.5005,9.4451,-9.2677,1.2195,5098.3794,5098.3794,5098.3794,5098.3794,5098.3794 +189.5000,1.0000,1701.3215,50.9315,51.0120,-0.0447,0.0000,5,1384.9085,176.6538,607.2587,-90.7168,25.6196,88.0691,-13.1564,-0.3407,19.1027,0.0000,0.0000,6.8575,19.0776,-0.5917,0.0000,19.6694,0.0000,19.6694,5.5570,14.1123,0.0000,14.1123,-0.0562,14.1685,0.0000,10.3698,9.4058,-5.6071,1.2198,5614.8900,5614.8900,5614.8900,5614.8900,5614.8900 +190.5000,1.0000,1715.4104,50.7200,50.8510,-0.0728,0.0000,5,1381.4370,153.9835,614.2053,-90.5109,22.2758,88.8532,-13.0937,0.0453,15.3485,0.0000,0.0000,6.8820,15.3942,-0.5700,0.0000,15.9642,0.0000,15.9642,5.5340,10.4302,0.0000,10.4302,-0.0910,10.5212,0.0000,10.2412,9.3667,-9.0867,1.2432,4998.9645,4998.9645,4998.9645,4998.9645,4998.9645 +191.5000,1.0000,1729.4288,50.4660,50.5890,-0.0683,0.0000,5,1373.1590,152.4121,603.3277,-90.0200,21.9164,86.7566,-12.9446,-0.7431,15.8351,0.0000,0.0000,6.8244,15.7719,-0.5681,0.0000,16.3401,0.0000,16.3401,5.5062,10.8338,0.0000,10.8338,-0.0850,10.9189,0.0000,10.0881,9.3198,-8.4891,1.2403,4918.0125,4918.0125,4918.0125,4918.0125,4918.0125 +192.5000,1.0000,1743.3447,50.0975,50.3430,-0.1364,0.0000,5,1361.2190,94.6737,599.8159,-89.3119,13.4954,85.5017,-12.7311,-0.2615,7.0610,0.0000,0.0000,6.6958,7.0795,-0.5188,0.0000,7.5983,0.0000,7.5983,5.4660,2.1323,0.0000,2.1323,-0.1685,2.3008,0.0000,9.8689,9.2518,-16.8199,1.1284,3429.7123,3429.7123,3429.7123,3429.7123,3429.7123 +193.5000,1.0000,1757.0433,49.3150,49.8520,-0.2983,0.0000,5,1348.1345,-51.4581,572.9305,-88.5358,-7.2647,80.8842,-12.4992,-0.8243,-13.1701,0.0000,0.0000,6.7298,-13.2168,-0.5397,0.0000,-12.6771,0.0000,-12.6771,5.3807,-18.0577,0.0000,-18.0577,-0.3627,-17.6950,0.0000,9.4145,9.1073,-36.2168,1.2313,726.6670,726.6670,726.6670,726.6670,726.6670 +194.5000,1.0000,1770.3235,47.8085,48.7780,-0.5386,0.0000,5,1318.7610,-86.7938,503.5683,-86.7938,-11.9862,69.5429,-11.9862,-1.5725,-17.0258,0.0000,0.0000,6.6120,-17.1223,-0.5268,0.0000,-16.5955,0.0000,-16.5955,5.2163,-21.8118,24.8021,-46.6139,-0.6349,-45.9790,0.0000,8.5803,8.8290,-63.3884,1.1722,0.0000,0.0000,0.0000,0.0000,0.0000 +195.5000,1.0000,1783.1254,46.0870,46.8390,-0.4178,0.0720,5,1276.6460,-84.2960,474.8689,-84.2960,-11.2695,63.4853,-11.2695,-1.7795,-16.1511,0.0000,0.0000,6.6611,-16.1271,-0.4990,0.0000,-15.6281,0.0000,-15.6281,5.0285,-20.6565,10.2179,-30.8744,-0.4747,-30.3997,0.8011,7.6853,8.5111,-47.3972,1.2055,0.0000,0.0000,0.0000,0.0000,0.0000 +196.5000,1.0000,1795.4679,44.4330,45.3350,-0.5011,0.0870,5,1230.8690,-81.5811,462.0032,-81.5811,-10.5155,59.5505,-10.5155,-1.7445,-15.1535,0.0000,0.0000,6.3825,-15.1774,-0.4729,0.0000,-14.7045,0.0000,-14.7045,4.8480,-19.5525,19.7805,-39.3330,-0.5490,-38.7841,0.9332,6.8882,8.2057,-54.8111,1.1890,0.0000,0.0000,0.0000,0.0000,0.0000 +197.5000,1.0000,1807.4182,43.0210,43.5310,-0.2833,0.0870,5,1189.7460,-49.3029,451.1907,-79.1386,-6.1426,56.2138,-9.8599,-1.3184,-10.9930,0.0000,0.0000,6.1687,-10.9561,-0.4425,0.0000,-10.5136,0.0000,-10.5136,4.6939,-15.2075,0.0000,-15.2075,-0.3005,-14.9070,0.9035,6.2505,7.9449,-30.0060,1.1288,490.6003,490.6003,490.6003,490.6003,490.6003 +198.5000,1.0000,1819.1750,42.3245,42.5110,-0.1036,0.0150,5,1158.9990,102.6721,457.4251,-77.3045,12.4613,55.5177,-9.3825,-0.9041,7.2717,0.0000,0.0000,6.0937,7.2239,-0.4114,0.0000,7.6353,0.0000,7.6353,4.6179,3.0174,0.0000,3.0174,-0.1081,3.1255,0.1533,5.9511,7.8163,-10.7951,1.1205,3078.1225,3078.1225,3078.1225,3078.1225,3078.1225 +199.5000,1.0000,1830.8854,42.1575,42.1380,0.0108,0.0000,5,1143.7020,207.7140,525.3262,-76.3920,24.8775,62.9174,-9.1493,-0.1822,18.9849,0.0000,0.0000,6.0748,18.9331,-0.4684,0.0000,19.4015,0.0000,19.4015,4.5997,14.8018,0.0000,14.8018,0.0113,14.7905,0.0000,5.8808,7.7854,1.1243,1.1273,5269.9340,5269.9340,5269.9340,5269.9340,5269.9340 +200.5000,1.0000,1842.6815,42.4660,42.1770,0.1606,0.0000,5,1145.5710,344.9988,574.0683,-76.5035,41.3874,68.8675,-9.1777,0.3140,34.9871,0.0000,0.0000,6.0863,34.8860,-0.5530,0.0000,35.4390,0.0000,35.4390,4.6334,30.8057,0.0000,30.8057,0.1681,30.6376,0.0000,6.0111,7.8424,16.7840,1.1278,8342.7054,8342.7054,8342.7054,8342.7054,8342.7054 +201.5000,1.0000,1854.6392,43.0475,42.7550,0.1625,0.0000,5,1157.3965,349.8297,638.8786,-77.2089,42.4002,77.4335,-9.3579,0.5233,35.7509,0.0000,0.0000,6.1260,35.7355,-0.5650,0.0000,36.3004,0.0000,36.3004,4.6968,31.6036,0.0000,31.6036,0.1725,31.4312,0.0000,6.2614,7.9498,17.2199,1.1310,8551.0901,8551.0901,8551.0901,8551.0901,8551.0901 +202.5000,1.0000,1866.8318,43.8935,43.3400,0.3075,0.0000,5,1175.8980,484.2016,643.6024,-78.3125,59.6245,79.2530,-9.6434,0.8044,52.6354,0.0000,0.0000,6.1847,52.4724,-0.6608,0.0000,53.1332,0.0000,53.1332,4.8299,48.3032,0.0000,48.3032,0.3328,47.9704,0.0000,6.6387,8.1060,33.2257,1.1589,11876.4874,11876.4874,11876.4874,11876.4874,11876.4874 +203.5000,1.0000,1879.3800,45.1735,44.4470,0.4036,0.0000,5,1197.1080,580.6416,707.0165,-79.5778,72.7897,88.6322,-9.9759,0.7404,65.8067,0.0000,0.0000,6.2427,65.3100,-0.7430,0.0000,66.0530,0.0000,66.0530,5.1414,60.9116,0.0000,60.9116,0.4495,60.4621,0.0000,7.2373,8.3424,44.8824,1.1666,14403.1104,14403.1104,14403.1104,14403.1104,14403.1104 +204.5000,1.0000,1892.3867,46.8240,45.9000,0.5133,0.0000,5,1233.9205,691.7857,750.4398,-81.7620,89.3897,96.9687,-10.5650,2.0264,81.0025,0.0000,0.0000,6.3608,81.1565,-0.8459,0.0000,82.0024,0.0000,82.0024,5.5322,76.4702,0.0000,76.4702,0.5926,75.8776,0.0000,8.0609,8.6472,59.1694,1.1671,17450.8855,17450.8855,17450.8855,17450.8855,17450.8855 +205.5000,1.0000,1905.8867,48.6000,47.7480,0.4733,0.0000,5,1289.6540,654.8077,798.0647,-85.0675,88.4333,107.7804,-11.4886,2.2961,79.6090,0.0000,0.0000,6.5281,79.9962,-0.8653,0.0000,80.8615,0.0000,80.8615,5.6783,75.1832,0.0000,75.1832,0.5672,74.6161,0.0000,9.0127,8.9752,56.6282,1.1872,17295.0808,17295.0808,17295.0808,17295.0808,17295.0808 +206.5000,1.0000,1919.8814,50.3810,49.4520,0.5161,0.0000,5,1340.9245,695.3187,788.9122,-88.1082,97.6375,110.7801,-12.3723,1.8346,89.1961,0.0000,0.0000,6.6069,89.0362,-0.9369,0.0000,89.9731,0.0000,89.9731,5.9786,83.9945,0.0000,83.9945,0.6411,83.3534,0.0000,10.0406,9.3041,64.0087,1.1506,19041.0502,19041.0502,19041.0502,19041.0502,19041.0502 +207.5000,1.0000,1934.3225,51.9880,51.3100,0.3767,0.0000,5,1385.4050,570.9282,809.9733,-90.7463,82.8298,117.5103,-13.1654,1.8889,74.1190,0.0000,0.0000,6.8220,74.3373,-0.8866,0.0000,75.2239,0.0000,75.2239,5.9050,69.3189,0.0000,69.3189,0.4828,68.8361,0.0000,11.0305,9.6009,48.2047,1.2341,16225.4839,16225.4839,16225.4839,16225.4839,16225.4839 +208.5000,1.0000,1949.1974,53.5495,52.6660,0.4908,0.0000,5,1425.3455,679.7904,768.4956,-93.1151,101.4668,114.7071,-13.8985,1.5527,92.9878,0.0000,0.0000,6.9263,92.6169,-1.0027,0.0000,93.6197,0.0000,93.6197,6.3244,87.2952,0.0000,87.2952,0.6480,86.6472,0.0000,12.0558,9.8893,64.7022,1.2298,19765.8163,19765.8163,19765.8163,19765.8163,19765.8163 +209.5000,1.0000,1964.5696,55.3400,54.4330,0.5039,0.0000,5,1469.7870,699.5774,811.9366,-95.7508,107.6760,124.9698,-14.7376,2.4102,98.2021,0.0000,0.0000,7.0636,98.3739,-1.0597,0.0000,99.4336,0.0000,99.4336,6.5762,92.8575,0.0000,92.8575,0.6875,92.1699,0.0000,13.3059,10.2199,68.6441,1.1881,21015.3997,21015.3997,21015.3997,21015.3997,21015.3997 +210.5000,1.0000,1980.3790,56.9140,56.2470,0.3706,0.0000,5,1520.3705,578.3185,822.5063,-98.7508,92.0757,130.9536,-15.7224,2.2297,82.5745,0.0000,0.0000,7.2716,82.8999,-1.0066,0.0000,83.9065,0.0000,83.9065,6.4879,77.4186,0.0000,77.4186,0.5200,76.8986,0.0000,14.4720,10.5106,51.9161,1.2353,18028.5505,18028.5505,18028.5505,18028.5505,18028.5505 +211.5000,1.0000,1996.5469,58.2045,57.5810,0.3464,0.0000,5,1558.8235,568.6938,789.3487,-101.0314,92.8334,128.8530,-16.4923,1.3950,82.0354,0.0000,0.0000,9.4030,81.9247,-1.0225,0.0000,82.9472,0.0000,82.9472,6.5921,76.3552,0.0000,76.3552,0.4971,75.8581,0.0000,15.4786,10.7489,49.6306,1.2425,18271.4660,18271.4660,18271.4660,18271.4660,18271.4660 +212.5000,1.0000,2013.0500,59.4110,58.8280,0.3239,0.0000,5,1596.8565,553.1551,791.9880,-103.2870,92.4999,132.4381,-17.2719,2.3006,80.5376,0.0000,0.0000,9.6617,80.9267,-1.0373,0.0000,81.9640,0.0000,81.9640,6.6882,75.2758,0.0000,75.2758,0.4744,74.8014,0.0000,16.4609,10.9717,47.3688,1.3069,18326.8648,18326.8648,18326.8648,18326.8648,18326.8648 +213.5000,1.0000,2029.8431,60.4550,59.9940,0.2561,0.0000,5,1631.8760,489.0219,791.2928,-104.6087,83.5688,135.2238,-17.8765,1.1584,72.6898,0.0000,0.0000,9.7206,72.6507,-1.0129,0.0000,73.6637,0.0000,73.6637,6.6596,67.0041,0.0000,67.0041,0.3817,66.6224,0.0000,17.3433,11.1645,38.1145,1.2633,16680.5887,16680.5887,16680.5887,16680.5887,16680.5887 +214.5000,1.0000,2046.7983,61.0390,60.9160,0.0683,0.0000,5,1650.7590,322.1586,776.6087,-105.2811,55.6906,134.2501,-18.1996,0.7425,45.1589,0.0000,0.0000,9.7892,45.2681,-0.8845,0.0000,46.1525,0.0000,46.1525,6.6598,39.4927,0.0000,39.4927,0.1028,39.3899,0.0000,17.8499,11.2724,10.2676,1.2692,11456.5499,11456.5499,11456.5499,11456.5499,11456.5499 +215.5000,1.0000,2063.7832,61.1455,61.1620,-0.0092,0.0000,5,1659.9905,250.8005,731.7733,-105.6099,43.5976,127.2069,-18.3586,0.1945,33.6378,0.0000,0.0000,9.7654,33.6855,-0.8278,0.0000,34.5133,0.0000,34.5133,6.6715,27.8419,0.0000,27.8419,-0.0138,27.8557,0.0000,17.9434,11.2921,-1.3798,1.2584,9181.3167,9181.3167,9181.3167,9181.3167,9181.3167 +216.5000,1.0000,2080.7190,60.9690,61.1290,-0.0889,0.0000,5,1657.7400,177.3048,711.7113,-105.5298,30.7798,123.5518,-18.3198,-0.4233,21.4601,0.0000,0.0000,9.7429,21.4626,-0.7631,0.0000,22.2257,0.0000,22.2257,6.6522,15.5735,0.0000,15.5735,-0.1336,15.7071,0.0000,17.7886,11.2595,-13.3409,1.2577,6828.0734,6828.0734,6828.0734,6828.0734,6828.0734 +217.5000,1.0000,2097.5654,60.6470,60.8090,-0.0900,0.0000,5,1638.7425,171.1204,686.3463,-104.8532,29.3658,117.7830,-17.9937,-1.4934,21.1344,0.0000,0.0000,9.7248,20.9991,-0.7553,0.0000,21.7544,0.0000,21.7544,6.6171,15.1373,0.0000,15.1373,-0.1346,15.2719,0.0000,17.5082,11.2000,-13.4363,1.3610,6533.7154,6533.7154,6533.7154,6533.7154,6533.7154 +218.5000,1.0000,2114.4208,60.6795,60.4850,0.1081,0.0000,5,1637.1405,346.6201,683.5637,-104.7961,59.4249,117.1908,-17.9664,1.3309,50.5134,0.0000,0.0000,7.5806,50.7591,-0.9062,0.0000,51.6653,0.0000,51.6653,6.6206,45.0446,0.0000,45.0446,0.1617,44.8830,0.0000,17.5364,11.2060,16.1406,1.1967,12126.3993,12126.3993,12126.3993,12126.3993,12126.3993 +219.5000,1.0000,2131.4035,61.1375,60.8740,0.1464,0.0000,5,1654.3835,377.7234,737.0849,-105.4102,65.4393,127.6975,-18.2620,0.4069,57.3114,0.0000,0.0000,7.7210,57.2036,-0.9464,0.0000,58.1501,0.0000,58.1501,6.6706,51.4795,0.0000,51.4795,0.2207,51.2588,0.0000,17.9367,11.2906,22.0315,1.2840,13285.9297,13285.9297,13285.9297,13285.9297,13285.9297 +220.5000,1.0000,2148.5292,61.6525,61.4010,0.1397,0.0000,5,1672.0840,376.2548,748.9982,-106.0406,65.8823,131.1497,-18.5677,1.4063,56.7377,0.0000,0.0000,7.7384,56.9700,-0.9540,0.0000,57.9239,0.0000,57.9239,6.7268,51.1972,0.0000,51.1972,0.2124,50.9848,0.0000,18.3937,11.3857,21.2053,1.2212,13397.1111,13397.1111,13397.1111,13397.1111,13397.1111 +221.5000,1.0000,2165.7878,62.1310,61.9040,0.1261,0.0000,5,1686.6560,360.2765,751.4452,-106.5595,63.6343,132.7249,-18.8212,0.0908,55.7786,0.0000,0.0000,7.7649,55.6044,-0.9553,0.0000,56.5597,0.0000,56.5597,6.7790,49.7807,0.0000,49.7807,0.1932,49.5875,0.0000,18.8253,11.4741,19.2882,1.2395,12997.5642,12997.5642,12997.5642,12997.5642,12997.5642 +222.5000,1.0000,2183.1571,62.5295,62.3580,0.0953,0.0000,5,1688.2960,335.9830,748.2273,-106.6179,59.4011,132.2851,-18.8498,0.0791,51.5493,0.0000,0.0000,7.7727,51.4315,-0.9410,0.0000,52.3725,0.0000,52.3725,6.8225,45.5501,0.0000,45.5501,0.1469,45.4032,0.0000,19.1897,11.5477,14.6658,1.2400,12204.6319,12204.6319,12204.6319,12204.6319,12204.6319 +223.5000,1.0000,2200.6192,62.8635,62.7010,0.0903,0.0000,5,1696.8415,335.6101,743.0570,-106.9223,59.6355,132.0359,-18.9993,0.8110,51.0303,0.0000,0.0000,7.7942,51.1322,-0.9453,0.0000,52.0774,0.0000,52.0774,6.8589,45.2185,0.0000,45.2185,0.1399,45.0786,0.0000,19.4989,11.6093,13.9704,1.2017,12269.4818,12269.4818,12269.4818,12269.4818,12269.4818 +224.5000,1.0000,2218.1510,63.1145,63.0260,0.0492,0.0000,5,1704.6620,296.1145,744.5885,-107.2008,52.8599,132.9178,-19.1366,0.0040,45.1338,0.0000,0.0000,7.7221,45.0716,-0.9190,0.0000,45.9906,0.0000,45.9906,6.8863,39.1043,0.0000,39.1043,0.0765,39.0278,0.0000,19.7333,11.6557,7.6389,1.1495,11007.2537,11007.2537,11007.2537,11007.2537,11007.2537 +225.5000,1.0000,2235.7339,63.2985,63.2030,0.0531,0.0000,5,1706.4165,301.7075,734.9854,-107.2633,53.9138,131.3386,-19.1675,0.1799,45.9489,0.0000,0.0000,7.7850,45.9258,-0.9265,0.0000,46.8523,0.0000,46.8523,6.9064,39.9459,0.0000,39.9459,0.0828,39.8631,0.0000,19.9064,11.6897,8.2671,1.1774,11213.7015,11213.7015,11213.7015,11213.7015,11213.7015 +226.5000,1.0000,2253.3782,63.5195,63.3940,0.0697,0.0000,5,1714.3130,318.8763,737.9047,-107.5445,57.2455,132.4705,-19.3066,0.6506,48.7635,0.0000,0.0000,7.8314,48.8428,-0.9451,0.0000,49.7878,0.0000,49.7878,6.9305,42.8573,0.0000,42.8573,0.1092,42.7482,0.0000,20.1156,11.7305,10.9020,1.1798,11837.3917,11837.3917,11837.3917,11837.3917,11837.3917 +227.5000,1.0000,2271.0946,63.7790,63.6450,0.0744,0.0000,5,1725.7955,322.6235,744.5873,-107.9534,58.3061,134.5655,-19.5099,0.5620,49.9019,0.0000,0.0000,7.8422,49.9502,-0.9552,0.0000,50.9054,0.0000,50.9054,6.9588,43.9466,0.0000,43.9466,0.1171,43.8296,0.0000,20.3632,11.7784,11.6880,1.1698,12038.8021,12038.8021,12038.8021,12038.8021,12038.8021 +228.5000,1.0000,2288.8799,64.0270,63.9130,0.0633,0.0000,5,1736.9725,313.2768,747.9388,-108.3514,56.9836,136.0466,-19.7086,0.6266,48.4640,0.0000,0.0000,7.8930,48.5414,-0.9524,0.0000,49.4938,0.0000,49.4938,6.9859,42.5080,0.0000,42.5080,0.1000,42.4080,0.0000,20.6016,11.8242,9.9822,1.1733,11802.8007,11802.8007,11802.8007,11802.8007,11802.8007 +229.5000,1.0000,2306.7364,64.2835,64.1410,0.0792,0.0000,5,1747.4630,326.9467,748.0097,-108.7250,59.8293,136.8812,-19.8960,0.4954,51.3956,0.0000,0.0000,7.9383,51.4174,-0.9714,0.0000,52.3888,0.0000,52.3888,7.0138,45.3750,0.0000,45.3750,0.1255,45.2495,0.0000,20.8503,11.8716,12.5277,1.1902,12327.5059,12327.5059,12327.5059,12327.5059,12327.5059 +230.5000,1.0000,2324.5765,64.2245,64.4260,-0.1119,0.0000,5,1747.3870,154.7232,751.7334,-108.7223,28.3122,137.5566,-19.8947,-0.5035,20.9594,0.0000,0.0000,7.8563,20.9689,-0.8166,0.0000,21.7855,0.0000,21.7855,7.0074,14.7781,0.0000,14.7781,-0.1773,14.9553,0.0000,20.7930,11.8607,-17.6983,1.1492,6508.7041,6508.7041,6508.7041,6508.7041,6508.7041 +231.5000,1.0000,2342.3050,63.8225,64.0230,-0.1114,0.0000,5,1742.0465,155.7565,708.8594,-108.5321,28.4141,129.3149,-19.7992,-0.0694,20.6141,0.0000,0.0000,7.8694,20.6714,-0.8081,0.0000,21.4794,0.0000,21.4794,6.9635,14.5159,0.0000,14.5159,-0.1753,14.6912,0.0000,20.4050,11.7864,-17.5003,1.1612,6519.3517,6519.3517,6519.3517,6519.3517,6519.3517 +232.5000,1.0000,2359.9178,63.4060,63.6220,-0.1200,0.0000,5,1731.0220,141.5706,705.9702,-108.1395,25.6628,127.9728,-19.6027,-1.1030,18.9753,0.0000,0.0000,7.7905,18.9260,-0.7920,0.0000,19.7180,0.0000,19.7180,6.9181,12.7999,0.0000,12.7999,-0.1876,12.9875,0.0000,20.0082,11.7095,-18.7301,1.1714,6024.1566,6024.1566,6024.1566,6024.1566,6024.1566 +233.5000,1.0000,2377.3972,62.9260,63.1900,-0.1467,0.0000,5,1706.6835,115.3707,695.4335,-107.2728,20.6195,124.2903,-19.1722,-1.4634,14.3944,0.0000,0.0000,7.6885,14.3368,-0.7605,0.0000,15.0973,0.0000,15.0973,6.8657,8.2315,0.0000,8.2315,-0.2275,8.4591,0.0000,19.5573,11.6209,-22.7191,1.1501,5094.1909,5094.1909,5094.1909,5094.1909,5094.1909 +234.5000,1.0000,2394.7310,62.4015,62.6620,-0.1447,0.0000,5,1690.7755,122.2317,683.4931,-106.7062,21.6421,121.0176,-18.8932,-0.2020,14.1574,0.0000,0.0000,7.6867,14.2004,-0.7508,0.0000,14.9511,0.0000,14.9511,6.8085,8.1427,0.0000,8.1427,-0.2227,8.3653,0.0000,19.0723,11.5240,-22.2310,1.1588,5240.0548,5240.0548,5240.0548,5240.0548,5240.0548 +235.5000,1.0000,2411.9269,61.9055,62.1410,-0.1308,0.0000,5,1685.5495,131.4924,683.5675,-106.5201,23.2098,120.6567,-18.8019,-0.3396,15.8898,0.0000,0.0000,7.6595,15.9194,-0.7510,0.0000,16.6704,0.0000,16.6704,6.7544,9.9160,0.0000,9.9160,-0.1997,10.1157,0.0000,18.6211,11.4324,-19.9378,1.1572,5508.7646,5508.7646,5508.7646,5508.7646,5508.7646 +236.5000,1.0000,2428.9733,61.3670,61.6700,-0.1683,0.0000,5,1673.0375,93.6780,682.5519,-106.0745,16.4124,119.5831,-18.5843,-0.9485,9.7791,0.0000,0.0000,7.5818,9.7734,-0.7108,0.0000,10.4841,0.0000,10.4841,6.6956,3.7885,0.0000,3.7885,-0.2547,4.0432,0.0000,18.1395,11.3330,-25.4293,1.1533,4373.0375,4373.0375,4373.0375,4373.0375,4373.0375 +237.5000,1.0000,2445.8568,60.7805,61.0640,-0.1575,0.0000,5,1663.3100,106.0479,668.9819,-105.7281,18.4716,116.5242,-18.4159,-0.0507,10.9244,0.0000,0.0000,7.5978,10.9723,-0.7069,0.0000,11.6793,0.0000,11.6793,6.6316,5.0476,0.0000,5.0476,-0.2360,5.2836,0.0000,17.6244,11.2247,-23.5654,1.1502,4646.2597,4646.2597,4646.2597,4646.2597,4646.2597 +238.5000,1.0000,2462.5774,60.1940,60.4970,-0.1683,0.0000,5,1650.1490,87.7806,668.5848,-105.2594,15.1688,115.5336,-18.1892,-1.2834,8.9471,0.0000,0.0000,7.5051,8.9233,-0.6867,0.0000,9.6101,0.0000,9.6101,6.5676,3.0424,0.0000,3.0424,-0.2498,3.2922,0.0000,17.1191,11.1163,-24.9432,1.1469,4188.7660,4188.7660,4188.7660,4188.7660,4188.7660 +239.5000,1.0000,2479.1464,59.6485,59.8910,-0.1347,0.0000,5,1633.6690,120.2873,658.3393,-104.6725,20.5784,112.6270,-17.9071,-0.3827,13.4773,0.0000,0.0000,7.4839,13.5007,-0.7007,0.0000,14.2015,0.0000,14.2015,6.5081,7.6933,0.0000,7.6933,-0.1981,7.8915,0.0000,16.6578,11.0156,-19.7819,1.1438,4980.6043,4980.6043,4980.6043,4980.6043,4980.6043 +240.5000,1.0000,2495.5782,59.1545,59.4060,-0.1397,0.0000,5,1621.6145,111.8948,664.4534,-104.2432,19.0014,112.8342,-17.7021,-0.8205,12.3994,0.0000,0.0000,7.4226,12.3890,-0.6869,0.0000,13.0760,0.0000,13.0760,6.4542,6.6218,0.0000,6.6218,-0.2038,6.8255,0.0000,16.2473,10.9244,-20.3462,1.1415,4693.2007,4693.2007,4693.2007,4693.2007,4693.2007 +241.5000,1.0000,2511.8749,58.6680,58.9030,-0.1306,0.0000,5,1597.1620,114.6341,655.0564,-103.3052,19.1731,109.5611,-17.2782,-1.5902,13.4407,0.0000,0.0000,7.3226,13.3578,-0.6838,0.0000,14.0416,0.0000,14.0416,6.4011,7.6404,0.0000,7.6404,-0.1888,7.8293,0.0000,15.8497,10.8345,-18.8550,1.1494,4695.6610,4695.6610,4695.6610,4695.6610,4695.6610 +242.5000,1.0000,2528.0753,58.3215,58.4330,-0.0619,0.0000,5,1584.0390,184.0387,651.2506,-102.5269,30.5284,108.0296,-17.0072,0.3006,22.9064,0.0000,0.0000,7.3213,22.9951,-0.7268,0.0000,23.7219,0.0000,23.7219,6.3633,17.3586,0.0000,17.3586,-0.0891,17.4476,0.0000,15.5704,10.7705,-8.8932,1.1469,6706.4955,6706.4955,6706.4955,6706.4955,6706.4955 +243.5000,1.0000,2544.2506,58.2310,58.2100,0.0117,0.0000,5,1583.1615,244.3860,672.6378,-102.4748,40.5163,111.5155,-16.9891,-0.3857,33.6122,0.0000,0.0000,7.2899,33.5158,-0.7785,0.0000,34.2943,0.0000,34.2943,6.3535,27.9409,0.0000,27.9409,0.0167,27.9241,0.0000,15.4979,10.7538,1.6724,1.1468,8537.1681,8537.1681,8537.1681,8537.1681,8537.1681 +244.5000,1.0000,2560.4542,58.3330,58.2520,0.0450,0.0000,5,1579.0795,276.9125,690.7532,-102.2327,45.7905,114.2235,-16.9053,-0.0111,38.4945,0.0000,0.0000,7.3071,38.4383,-0.8050,0.0000,39.2434,0.0000,39.2434,6.3646,32.8788,0.0000,32.8788,0.0647,32.8140,0.0000,15.5795,10.7727,6.4618,1.1711,9531.1902,9531.1902,9531.1902,9531.1902,9531.1902 +245.5000,1.0000,2576.7071,58.5105,58.4140,0.0536,0.0000,5,1588.5785,288.4865,702.8978,-102.7961,47.9913,116.9310,-17.1007,0.9379,39.7209,0.0000,0.0000,7.3326,39.8955,-0.8153,0.0000,40.7107,0.0000,40.7107,6.3840,34.3268,0.0000,34.3268,0.0773,34.2494,0.0000,15.7222,10.8054,7.7218,1.1227,9959.0379,9959.0379,9959.0379,9959.0379,9959.0379 +246.5000,1.0000,2593.0042,58.6695,58.6070,0.0347,0.0000,5,1592.8510,265.4800,707.9306,-103.0495,44.2828,118.0849,-17.1890,-0.5224,37.5123,0.0000,0.0000,7.2929,37.3468,-0.8050,0.0000,38.1518,0.0000,38.1518,6.4013,31.7505,0.0000,31.7505,0.0502,31.7003,0.0000,15.8507,10.8348,5.0147,1.1361,9265.3275,9265.3275,9265.3275,9265.3275,9265.3275 +247.5000,1.0000,2609.2996,58.6635,58.7320,-0.0381,0.0000,5,1592.1260,206.5143,700.8320,-103.0065,34.4315,116.8477,-17.1740,0.4513,26.6694,0.0000,0.0000,7.3108,26.7780,-0.7515,0.0000,27.5295,0.0000,27.5295,6.4007,21.1289,0.0000,21.1289,-0.0550,21.1839,0.0000,15.8458,10.8337,-5.4956,1.1234,7411.2033,7411.2033,7411.2033,7411.2033,7411.2033 +248.5000,1.0000,2625.5383,58.4595,58.5950,-0.0753,0.0000,5,1585.4885,165.5262,680.6741,-102.6128,27.4826,113.0137,-17.0370,-1.0957,21.2961,0.0000,0.0000,7.2823,21.1940,-0.7200,0.0000,21.9140,0.0000,21.9140,6.3784,15.5356,0.0000,15.5356,-0.1085,15.6441,0.0000,15.6812,10.7960,-10.8331,1.1472,6160.6222,6160.6222,6160.6222,6160.6222,6160.6222 +249.5000,1.0000,2641.7006,58.1840,58.3240,-0.0778,0.0000,5,1573.5485,168.1904,664.1597,-101.9047,27.7147,109.4413,-16.7920,-0.0663,20.5493,0.0000,0.0000,7.2317,20.5899,-0.7124,0.0000,21.3023,0.0000,21.3023,6.3483,14.9540,0.0000,14.9540,-0.1116,15.0656,0.0000,15.4605,10.7451,-11.1401,1.1324,6184.7477,6184.7477,6184.7477,6184.7477,6184.7477 +250.5000,1.0000,2657.7608,57.8170,58.0440,-0.1261,0.0000,5,1572.9765,124.7300,664.4538,-101.8708,20.5457,109.4500,-16.7803,0.0111,13.3036,0.0000,0.0000,7.2311,13.3570,-0.6699,0.0000,14.0269,0.0000,14.0269,6.3083,7.7186,0.0000,7.7186,-0.1798,7.8984,0.0000,15.1700,10.6774,-17.9489,1.1323,4888.3552,4888.3552,4888.3552,4888.3552,4888.3552 +251.5000,1.0000,2673.6490,57.1975,57.5900,-0.2181,0.0000,5,1563.7445,37.3411,647.7361,-101.3232,6.1148,106.0700,-16.5922,-0.8976,-0.1512,0.0000,0.0000,7.1635,-0.1513,-0.6330,0.0000,0.4817,0.0000,0.4817,6.2407,-5.7590,0.0000,-5.7590,-0.3075,-5.4515,0.0000,14.6880,10.5630,-30.7025,1.1306,2981.3571,2981.3571,2981.3571,2981.3571,2981.3571 +252.5000,1.0000,2689.3338,56.4650,56.8050,-0.1889,0.0000,5,1549.8205,63.3152,614.2687,-100.4974,10.2758,99.6939,-16.3104,-0.4357,3.5785,0.0000,0.0000,7.1330,3.5896,-0.6115,0.0000,4.2011,0.0000,4.2011,6.1608,-1.9597,0.0000,-1.9597,-0.2630,-1.6968,0.0000,14.1307,10.4277,-26.2552,1.1279,3426.9035,3426.9035,3426.9035,3426.9035,3426.9035 +253.5000,1.0000,2704.8133,55.7265,56.1250,-0.2214,0.0000,5,1533.2265,28.5691,617.2918,-99.5133,4.5870,99.1118,-15.9778,-1.1314,-1.3315,0.0000,0.0000,7.0500,-1.3306,-0.6115,0.0000,-0.7191,0.0000,-0.7191,6.0802,-6.7993,0.0000,-6.7993,-0.3042,-6.4951,0.0000,13.5837,10.2913,-30.3701,1.1248,2754.5291,2754.5291,2754.5291,2754.5291,2754.5291 +254.5000,1.0000,2720.0290,54.7765,55.3280,-0.3064,0.0000,5,1506.8665,-48.9454,596.3359,-97.9499,-7.7235,94.1010,-15.4564,-1.3273,-13.3524,0.0000,0.0000,6.9562,-13.3598,-0.6259,0.0000,-12.7339,0.0000,-12.7339,5.9765,-18.7104,0.0000,-18.7104,-0.4138,-18.2966,0.0000,12.9014,10.1159,-41.3139,1.1039,1041.8998,1041.8998,1041.8998,1041.8998,1041.8998 +255.5000,1.0000,2734.9399,53.6790,54.2250,-0.3033,0.0000,5,1476.6920,-50.2081,557.7283,-96.1603,-7.7641,86.2465,-14.8701,-1.4356,-13.1875,0.0000,0.0000,6.8590,-13.1802,-0.6077,0.0000,-12.5725,0.0000,-12.5725,5.8568,-18.4293,0.0000,-18.4293,-0.4014,-18.0278,0.0000,12.1414,9.9132,-40.0824,1.1073,969.9416,969.9416,969.9416,969.9416,969.9416 +256.5000,1.0000,2749.5664,52.6555,53.1330,-0.2653,0.0000,5,1446.8225,-19.0854,546.5490,-94.3888,-2.8916,82.8081,-14.3009,-1.2473,-8.3855,0.0000,0.0000,6.7412,-8.3801,-0.5795,0.0000,-7.8006,0.0000,-7.8006,5.7451,-13.5458,0.0000,-13.5458,-0.3444,-13.2014,0.0000,11.4598,9.7242,-34.3854,1.0829,1626.4855,1626.4855,1626.4855,1626.4855,1626.4855 +257.5000,1.0000,2763.9132,51.6485,52.1780,-0.2942,0.0000,5,1411.4595,-51.8575,546.4312,-92.2915,-7.6649,80.7667,-13.6414,-1.8484,-12.4213,0.0000,0.0000,6.6047,-12.3604,-0.5735,0.0000,-11.7868,0.0000,-11.7868,5.6353,-17.4221,0.0000,-17.4221,-0.3746,-17.0475,0.0000,10.8151,9.5382,-37.4008,1.0866,823.6783,823.6783,823.6783,823.6783,823.6783 +258.5000,1.0000,2777.9938,50.6900,51.1190,-0.2383,0.0000,5,1378.9195,0.7422,522.6486,-90.3616,0.1072,75.4705,-13.0482,-0.9497,-5.4616,0.0000,0.0000,6.5185,-5.4634,-0.5415,0.0000,-4.9220,0.0000,-4.9220,5.5307,-10.4526,0.0000,-10.4526,-0.2979,-10.1548,0.0000,10.2237,9.3612,-29.7397,1.0771,1900.4099,1900.4099,1900.4099,1900.4099,1900.4099 +259.5000,1.0000,2791.9110,50.1020,50.2610,-0.0883,0.0000,5,1367.2080,135.8700,540.2846,-89.6670,19.4530,77.3545,-12.8380,-0.0416,13.0013,0.0000,0.0000,6.4934,13.0379,-0.5490,0.0000,13.5869,0.0000,13.5869,5.4665,8.1204,0.0000,8.1204,-0.1091,8.2295,0.0000,9.8714,9.2526,-10.8945,1.0737,4452.3120,4452.3120,4452.3120,4452.3120,4452.3120 +260.5000,1.0000,2805.8233,50.0845,49.9430,0.0786,0.0000,5,1365.1480,281.4004,593.7500,-89.5449,40.2284,84.8813,-12.8012,-0.1311,33.8451,0.0000,0.0000,6.5144,33.7111,-0.6531,0.0000,34.3642,0.0000,34.3642,5.4646,28.8996,0.0000,28.8996,0.0971,28.8025,0.0000,9.8611,9.2494,9.6921,1.0872,8292.3709,8292.3709,8292.3709,8292.3709,8292.3709 +261.5000,1.0000,2819.8693,50.5655,50.2260,0.1886,0.0000,5,1361.4860,383.6014,651.3778,-89.3277,54.6918,92.8699,-12.7358,-0.1754,48.3806,0.0000,0.0000,6.4866,47.9839,-0.7323,0.0000,48.7162,0.0000,48.7162,5.5171,43.1991,0.0000,43.1991,0.2351,42.9639,0.0000,10.1483,9.3382,23.4774,1.0862,11001.6466,11001.6466,11001.6466,11001.6466,11001.6466 +262.5000,1.0000,2834.1257,51.3230,50.9050,0.2322,0.0000,5,1370.1075,432.2364,692.6186,-89.8390,62.0161,99.3751,-12.8899,0.9019,54.5628,0.0000,0.0000,6.5514,54.5454,-0.7767,0.0000,55.3221,0.0000,55.3221,5.5997,49.7224,0.0000,49.7224,0.2938,49.4285,0.0000,10.6115,9.4781,29.3390,1.1028,12369.0054,12369.0054,12369.0054,12369.0054,12369.0054 +263.5000,1.0000,2848.6128,52.1535,51.7410,0.2292,0.0000,5,1395.8955,431.8043,714.0239,-91.3684,63.1202,104.3745,-13.3560,1.2917,55.2214,0.0000,0.0000,6.6071,55.3795,-0.7934,0.0000,56.1729,0.0000,56.1729,5.6904,50.4825,0.0000,50.4825,0.2947,50.1879,0.0000,11.1350,9.6315,29.4215,1.0821,12598.0138,12598.0138,12598.0138,12598.0138,12598.0138 +264.5000,1.0000,2863.3394,53.0160,52.5660,0.2500,0.0000,5,1423.5905,450.6515,718.4070,-93.0110,67.1822,107.0987,-13.8659,1.1039,59.3764,0.0000,0.0000,6.7020,59.3988,-0.8268,0.0000,60.2256,0.0000,60.2256,5.7845,54.4411,0.0000,54.4411,0.3268,54.1144,0.0000,11.6967,9.7907,32.6269,1.1043,13351.2272,13351.2272,13351.2272,13351.2272,13351.2272 +265.5000,1.0000,2878.3026,53.8675,53.4660,0.2231,0.0000,5,1447.0130,428.1368,729.8913,-94.4001,64.8759,110.6011,-14.3045,0.9594,57.1399,0.0000,0.0000,6.7767,57.1403,-0.8285,0.0000,57.9688,0.0000,57.9688,5.8774,52.0914,0.0000,52.0914,0.2962,51.7952,0.0000,12.2692,9.9480,29.5780,1.1254,12954.9157,12954.9157,12954.9157,12954.9157,12954.9157 +266.5000,1.0000,2893.4950,54.6925,54.2690,0.2353,0.0000,5,1470.3595,441.5090,725.9264,-95.7848,67.9816,111.7750,-14.7485,1.1333,60.0000,0.0000,0.0000,6.8483,60.0472,-0.8560,0.0000,60.9032,0.0000,60.9032,5.9674,54.9358,0.0000,54.9358,0.3173,54.6185,0.0000,12.8416,10.1004,31.6766,1.1049,13542.2563,13542.2563,13542.2563,13542.2563,13542.2563 +267.5000,1.0000,2908.9304,55.5675,55.1160,0.2508,0.0000,5,1494.0490,457.4703,734.9290,-97.1897,71.5742,114.9844,-15.2060,1.0220,63.6119,0.0000,0.0000,6.9403,63.5696,-0.8875,0.0000,64.4571,0.0000,64.4571,6.0724,58.3847,0.0000,58.3847,0.3436,58.0411,0.0000,13.4680,10.2619,34.3112,1.1137,14252.3927,14252.3927,14252.3927,14252.3927,14252.3927 +268.5000,1.0000,2924.5933,56.3865,56.0190,0.2042,0.0000,5,1518.6925,418.5916,744.7757,-98.6513,66.5716,118.4470,-15.6892,1.2595,58.2488,0.0000,0.0000,7.0633,58.3862,-0.8743,0.0000,59.2605,0.0000,59.2605,6.1522,53.1083,0.0000,53.1083,0.2838,52.8245,0.0000,14.0720,10.4132,28.3393,1.1471,13364.1548,13364.1548,13364.1548,13364.1548,13364.1548 +269.5000,1.0000,2940.4704,57.1575,56.7540,0.2242,0.0000,5,1541.4665,436.3700,736.3504,-100.0020,70.4397,118.8631,-16.1425,0.8775,62.4638,0.0000,0.0000,7.0984,62.3990,-0.9069,0.0000,63.3059,0.0000,63.3059,6.2363,57.0696,0.0000,57.0696,0.3159,56.7537,0.0000,14.6572,10.5556,31.5409,1.1389,14070.3220,14070.3220,14070.3220,14070.3220,14070.3220 +270.5000,1.0000,2956.5763,57.9810,57.5610,0.2333,0.0000,5,1560.4640,447.8392,746.2447,-101.1287,73.1820,121.9449,-16.5256,0.9322,65.1027,0.0000,0.0000,7.1471,65.0374,-0.9336,0.0000,65.9710,0.0000,65.9710,6.3262,59.6448,0.0000,59.6448,0.3336,59.3113,0.0000,15.3000,10.7077,33.3036,1.1174,14589.0330,14589.0330,14589.0330,14589.0330,14589.0330 +271.5000,1.0000,2972.8925,58.7385,58.4010,0.1875,0.0000,5,1585.4890,410.4507,754.2506,-102.6129,68.1480,125.2297,-17.0370,1.4894,59.3975,0.0000,0.0000,7.2611,59.6279,-0.9187,0.0000,60.5466,0.0000,60.5466,6.4088,54.1378,0.0000,54.1378,0.2715,53.8662,0.0000,15.9072,10.8475,27.1115,1.1347,13708.7881,13708.7881,13708.7881,13708.7881,13708.7881 +272.5000,1.0000,2989.3976,59.4185,59.0760,0.1903,0.0000,5,1607.8050,410.8826,747.2056,-103.7514,69.1799,125.8062,-17.4685,0.6930,61.1804,0.0000,0.0000,7.3064,61.0953,-0.9373,0.0000,62.0326,0.0000,62.0326,6.4830,55.5496,0.0000,55.5496,0.2787,55.2709,0.0000,16.4661,10.9731,27.8317,1.1264,13951.1877,13951.1877,13951.1877,13951.1877,13951.1877 +273.5000,1.0000,3006.0619,59.9915,59.7610,0.1281,0.0000,5,1618.3720,357.2651,749.9093,-104.1277,60.5477,127.0913,-17.6471,0.3526,52.8539,0.0000,0.0000,7.3412,52.7670,-0.9048,0.0000,53.6718,0.0000,53.6718,6.5455,47.1262,0.0000,47.1262,0.1894,46.9368,0.0000,16.9468,11.0789,18.9111,1.1409,12325.9489,12325.9489,12325.9489,12325.9489,12325.9489 +274.5000,1.0000,3022.8214,60.3340,60.2220,0.0622,0.0000,5,1631.9145,302.3845,736.1507,-104.6100,51.6756,125.8035,-17.8772,1.0016,43.2499,0.0000,0.0000,7.4241,43.4342,-0.8634,0.0000,44.2975,0.0000,44.2975,6.5829,37.7146,0.0000,37.7146,0.0926,37.6220,0.0000,17.2385,11.1422,9.2414,1.1435,10701.3102,10701.3102,10701.3102,10701.3102,10701.3102 +275.5000,1.0000,3039.5625,60.2680,60.4460,-0.0989,0.0000,5,1639.6965,154.1352,722.0312,-104.8872,26.4663,123.9790,-18.0100,-0.2228,19.2981,0.0000,0.0000,7.3910,19.3292,-0.7405,0.0000,20.0697,0.0000,20.0697,6.5757,13.4940,0.0000,13.4940,-0.1469,13.6409,0.0000,17.1821,11.1300,-14.6711,1.1324,6009.4069,6009.4069,6009.4069,6009.4069,6009.4069 +276.5000,1.0000,3056.1557,59.7355,60.0900,-0.1969,0.0000,5,1629.1675,64.4313,676.6648,-104.5122,10.9924,115.4431,-17.8304,-0.8321,4.3613,0.0000,0.0000,7.4631,4.3650,-0.6649,0.0000,5.0298,0.0000,5.0298,6.5176,-1.4878,0.0000,-1.4878,-0.2901,-1.1977,0.0000,16.7311,11.0317,-28.9605,1.2624,3675.8713,3675.8713,3675.8713,3675.8713,3675.8713 +277.5000,1.0000,3072.5799,59.1270,59.3810,-0.1411,0.0000,5,1610.9710,110.4453,644.3963,-103.8642,18.6322,108.7100,-17.5219,-0.9774,12.1878,0.0000,0.0000,7.4219,12.1653,-0.6854,0.0000,12.8506,0.0000,12.8506,6.4512,6.3994,0.0000,6.3994,-0.2057,6.6051,0.0000,16.2247,10.9193,-20.5389,1.2704,4617.3647,4617.3647,4617.3647,4617.3647,4617.3647 +278.5000,1.0000,3088.8790,58.6770,58.8730,-0.1089,0.0000,5,1593.9575,138.8032,653.3512,-103.1151,23.1689,109.0566,-17.2119,-0.6983,16.5284,0.0000,0.0000,7.3387,16.5096,-0.6999,0.0000,17.2095,0.0000,17.2095,6.4021,10.8073,0.0000,10.8073,-0.1575,10.9649,0.0000,15.8569,10.8362,-15.7283,1.2651,5402.2388,5402.2388,5402.2388,5402.2388,5402.2388 +279.5000,1.0000,3105.1025,58.4045,58.4810,-0.0425,0.0000,5,1583.6195,198.4297,658.7351,-102.5020,32.9068,109.2422,-16.9985,-0.3116,25.8994,0.0000,0.0000,7.3191,25.8809,-0.7428,0.0000,26.6236,0.0000,26.6236,6.3724,20.2512,0.0000,20.2512,-0.0612,20.3124,0.0000,15.6369,10.7859,-6.1103,1.2618,7134.1196,7134.1196,7134.1196,7134.1196,7134.1196 +280.5000,1.0000,3121.3111,58.3510,58.3280,0.0128,0.0000,5,1583.2760,249.5449,677.2044,-102.4816,41.3746,112.2807,-16.9915,0.2782,33.7607,0.0000,0.0000,7.3358,33.8084,-0.7819,0.0000,34.5903,0.0000,34.5903,6.3666,28.2237,0.0000,28.2237,0.0184,28.2053,0.0000,15.5939,10.7760,1.8354,1.2346,8699.9830,8699.9830,8699.9830,8699.9830,8699.9830 +281.5000,1.0000,3137.5531,58.4710,58.3740,0.0539,0.0000,5,1582.3225,283.4136,693.1367,-102.4251,46.9617,114.8530,-16.9719,-0.3707,40.0506,0.0000,0.0000,7.2818,39.8878,-0.8146,0.0000,40.7024,0.0000,40.7024,6.3796,34.3228,0.0000,34.3228,0.0777,34.2451,0.0000,15.6904,10.7981,7.7566,1.2219,9757.3433,9757.3433,9757.3433,9757.3433,9757.3433 +282.5000,1.0000,3153.8481,58.6620,58.5680,0.0522,0.0000,5,1585.1835,288.1198,704.4023,-102.5947,47.8279,116.9308,-17.0307,0.6498,39.7740,0.0000,0.0000,7.4040,39.8776,-0.8177,0.0000,40.6953,0.0000,40.6953,6.4005,34.2948,0.0000,34.2948,0.0755,34.2193,0.0000,15.8446,10.8334,7.5412,1.3033,9924.5349,9924.5349,9924.5349,9924.5349,9924.5349 +283.5000,1.0000,3170.2106,58.9050,58.7560,0.0828,0.0000,5,1595.9030,325.2468,708.2604,-103.2305,54.3561,118.3663,-17.2521,0.3963,44.6253,0.0000,0.0000,9.3345,44.6255,-0.8456,0.0000,45.4711,0.0000,45.4711,6.4270,39.0441,0.0000,39.0441,0.1202,38.9239,0.0000,16.0424,10.8783,12.0031,1.1868,11154.5540,11154.5540,11154.5540,11154.5540,11154.5540 +284.5000,1.0000,3186.6506,59.1840,59.0540,0.0722,0.0000,5,1601.4725,316.4278,721.3491,-103.5259,53.0668,120.9744,-17.3619,0.1500,43.4960,0.0000,0.0000,9.4208,43.4420,-0.8443,0.0000,44.2862,0.0000,44.2862,6.4574,37.8288,0.0000,37.8288,0.1054,37.7234,0.0000,16.2714,10.9298,10.5221,1.2538,10923.8828,10923.8828,10923.8828,10923.8828,10923.8828 +285.5000,1.0000,3203.1683,59.4640,59.3140,0.0833,0.0000,5,1606.0500,328.3158,719.5944,-103.6889,55.2178,121.0251,-17.4389,0.3010,45.4628,0.0000,0.0000,9.4540,45.4346,-0.8590,0.0000,46.2936,0.0000,46.2936,6.4880,39.8056,0.0000,39.8056,0.1222,39.6834,0.0000,16.5035,10.9815,12.1984,1.2552,11329.5847,11329.5847,11329.5847,11329.5847,11329.5847 +286.5000,1.0000,3219.7651,59.7485,59.6140,0.0747,0.0000,5,1609.0255,321.4211,723.8940,-103.7949,54.1584,121.9738,-17.4891,-0.0076,44.6381,0.0000,0.0000,9.5279,44.5357,-0.8591,0.0000,45.3949,0.0000,45.3949,6.5190,38.8758,0.0000,38.8758,0.1101,38.7658,0.0000,16.7415,11.0341,10.9902,1.3244,11134.6021,11134.6021,11134.6021,11134.6021,11134.6021 +287.5000,1.0000,3236.4324,60.0020,59.8830,0.0661,0.0000,5,1610.1700,315.8154,722.1281,-103.8357,53.2517,121.7628,-17.5084,0.1207,43.6406,0.0000,0.0000,9.4904,43.5872,-0.8586,0.0000,44.4458,0.0000,44.4458,6.5467,37.8991,0.0000,37.8991,0.0978,37.8013,0.0000,16.9555,11.0809,9.7649,1.2701,10966.9464,10966.9464,10966.9464,10966.9464,10966.9464 +288.5000,1.0000,3253.1751,60.2740,60.1210,0.0850,0.0000,5,1625.6200,337.8133,722.6507,-104.3859,57.5075,123.0201,-17.7701,1.4205,46.4656,0.0000,0.0000,9.6214,46.7537,-0.8791,0.0000,47.6328,0.0000,47.6328,6.5764,41.0564,0.0000,41.0564,0.1263,40.9301,0.0000,17.1871,11.1311,12.6118,1.3159,11767.6426,11767.6426,11767.6426,11767.6426,11767.6426 +289.5000,1.0000,3270.0067,60.5935,60.4270,0.0925,0.0000,5,1649.7290,340.2778,733.2884,-105.2445,58.7861,126.6823,-18.1820,1.0010,48.1509,0.0000,0.0000,9.6343,48.3065,-0.8923,0.0000,49.1989,0.0000,49.1989,6.6112,42.5876,0.0000,42.5876,0.1382,42.4494,0.0000,17.4619,11.1901,13.7974,1.2552,12017.5732,12017.5732,12017.5732,12017.5732,12017.5732 +290.5000,1.0000,3286.9343,60.9395,60.7600,0.0997,0.0000,5,1655.9850,330.7979,736.2516,-105.4673,57.3651,127.6766,-18.2895,-0.3685,50.1258,0.0000,0.0000,7.6079,49.8692,-0.9060,0.0000,50.7752,0.0000,50.7752,6.6490,44.1262,0.0000,44.1262,0.1498,43.9764,0.0000,17.7628,11.2540,14.9596,1.3391,11764.9814,11764.9814,11764.9814,11764.9814,11764.9814 +291.5000,1.0000,3303.9783,61.3585,61.1190,0.1331,0.0000,5,1662.2415,367.8934,734.8131,-105.6901,64.0390,127.9086,-18.3974,1.0086,55.4022,0.0000,0.0000,7.6282,55.5148,-0.9416,0.0000,56.4565,0.0000,56.4565,6.6947,49.7618,0.0000,49.7618,0.2013,49.5605,0.0000,18.1318,11.3314,20.0973,1.3001,13030.1171,13030.1171,13030.1171,13030.1171,13030.1171 +292.5000,1.0000,3321.1536,61.8310,61.5980,0.1294,0.0000,5,1676.1275,363.5421,747.2889,-106.1846,63.8102,131.1669,-18.6379,0.4123,55.7447,0.0000,0.0000,7.6533,55.6681,-0.9505,0.0000,56.6186,0.0000,56.6186,6.7463,49.8723,0.0000,49.8723,0.1973,49.6750,0.0000,18.5539,11.4187,19.7024,1.2908,13010.9666,13010.9666,13010.9666,13010.9666,13010.9666 +293.5000,1.0000,3338.4890,62.4075,62.0640,0.1908,0.0000,5,1684.7105,421.7390,748.0276,-106.4902,74.4042,131.9689,-18.7873,0.4736,66.1939,0.0000,0.0000,7.7367,66.0105,-1.0126,0.0000,67.0230,0.0000,67.0230,6.8092,60.2139,0.0000,60.2139,0.2936,59.9202,0.0000,19.0781,11.5251,29.3170,1.3481,15000.4999,15000.4999,15000.4999,15000.4999,15000.4999 +294.5000,1.0000,3356.0139,63.0895,62.7510,0.1881,0.0000,5,1706.5310,425.5068,766.3860,-107.2673,76.0413,136.9589,-19.1695,1.8071,66.4027,0.0000,0.0000,7.8315,66.7157,-1.0279,0.0000,67.7435,0.0000,67.7435,6.8836,60.8600,0.0000,60.8600,0.2925,60.5675,0.0000,19.7104,11.6511,29.2060,1.3139,15342.5151,15342.5151,15342.5151,15342.5151,15342.5151 +295.5000,1.0000,3373.7039,63.6840,63.4280,0.1422,0.0000,5,1727.3595,380.6338,770.8509,-108.0091,68.8523,139.4382,-19.5376,0.3803,60.6118,0.0000,0.0000,7.8602,60.4944,-1.0068,0.0000,61.5012,0.0000,61.5012,6.9484,54.5527,0.0000,54.5527,0.2233,54.3294,0.0000,20.2726,11.7609,22.2960,1.3285,13994.0147,13994.0147,13994.0147,13994.0147,13994.0147 +296.5000,1.0000,3391.5361,64.1960,63.9400,0.1422,0.0000,5,1735.4845,383.7245,761.9734,-108.2985,69.7379,138.4807,-19.6821,0.4838,61.3896,0.0000,0.0000,7.8645,61.3057,-1.0198,0.0000,62.3255,0.0000,62.3255,7.0043,55.3212,0.0000,55.3212,0.2251,55.0961,0.0000,20.7655,11.8554,22.4753,1.2940,14173.4581,14173.4581,14173.4581,14173.4581,14173.4581 +297.5000,1.0000,3409.5179,64.7345,64.4520,0.1569,0.0000,5,1740.7490,398.8757,763.8620,-108.4859,72.7114,139.2450,-19.7760,0.0775,64.7798,0.0000,0.0000,7.8541,64.5252,-1.0456,0.0000,65.5707,0.0000,65.5707,7.0630,58.5077,0.0000,58.5077,0.2505,58.2572,0.0000,21.2925,11.9549,25.0098,1.2825,14753.0802,14753.0802,14753.0802,14753.0802,14753.0802 +298.5000,1.0000,3427.6479,65.2680,65.0170,0.1394,0.0000,5,1756.0465,390.6716,769.7432,-109.0307,71.8417,141.5502,-20.0500,1.5715,62.3049,0.0000,0.0000,7.9652,62.5813,-1.0452,0.0000,63.6265,0.0000,63.6265,7.1213,56.5052,0.0000,56.5052,0.2244,56.2808,0.0000,21.8232,12.0534,22.4043,1.2940,14596.7490,14596.7490,14596.7490,14596.7490,14596.7490 +299.5000,1.0000,3445.9250,65.7975,65.5190,0.1547,0.0000,5,1772.8315,400.5553,770.8784,-109.6285,74.3633,143.1140,-20.3526,0.2409,66.1255,0.0000,0.0000,7.9969,65.9290,-1.0715,0.0000,67.0005,0.0000,67.0005,7.1790,59.8215,0.0000,59.8215,0.2510,59.5705,0.0000,22.3587,12.1512,25.0606,1.2940,15089.6140,15089.6140,15089.6140,15089.6140,15089.6140 +300.5000,1.0000,3464.3403,66.2950,66.0760,0.1217,0.0000,5,1791.7145,378.1106,776.4702,-110.3010,70.9441,145.6875,-20.6955,1.8343,60.9784,0.0000,0.0000,8.1315,61.3431,-1.0573,0.0000,62.4003,0.0000,62.4003,7.2333,55.1670,0.0000,55.1670,0.1989,54.9681,0.0000,22.8696,12.2430,19.8555,1.2940,14463.6986,14463.6986,14463.6986,14463.6986,14463.6986 +301.5000,1.0000,3482.8915,66.7845,66.5140,0.1503,0.0000,5,1808.5375,397.6457,774.6800,-110.9168,75.3100,146.7163,-21.0065,0.0169,67.1247,0.0000,0.0000,8.1683,66.8595,-1.0939,0.0000,67.9535,0.0000,67.9535,7.2867,60.6668,0.0000,60.6668,0.2474,60.4193,0.0000,23.3800,12.3334,24.7058,1.3285,15297.1062,15297.1062,15297.1062,15297.1062,15297.1062 +302.5000,1.0000,3501.5932,67.3260,67.0550,0.1506,0.0000,5,1817.2730,404.0357,780.3616,-111.2451,76.8898,148.5062,-21.1704,0.9579,67.7790,0.0000,0.0000,8.1529,67.8261,-1.1086,0.0000,68.9347,0.0000,68.9347,7.3458,61.5889,0.0000,61.5889,0.2499,61.3390,0.0000,23.9534,12.4334,24.9522,1.2595,15604.8851,15604.8851,15604.8851,15604.8851,15604.8851 +303.5000,1.0000,3520.3918,67.6750,67.5970,0.0433,0.0000,5,1833.6385,309.5894,783.6472,-111.8600,59.4468,150.4745,-21.4792,0.8764,50.3178,0.0000,0.0000,8.2526,50.4732,-1.0273,0.0000,51.5006,0.0000,51.5006,7.3839,44.1167,0.0000,44.1167,0.0723,44.0444,0.0000,24.3274,12.4979,7.2190,1.2940,12372.5467,12372.5467,12372.5467,12372.5467,12372.5467 +304.5000,1.0000,3539.1779,67.6300,67.7530,-0.0683,0.0000,5,1843.0995,207.9319,767.3467,-112.2155,40.1327,148.1048,-21.6586,0.1900,31.6390,0.0000,0.0000,8.3038,31.7255,-0.9318,0.0000,32.6573,0.0000,32.6573,7.3790,25.2783,0.0000,25.2783,-0.1139,25.3923,0.0000,24.2790,12.4896,-11.3763,1.3490,8749.0445,8749.0445,8749.0445,8749.0445,8749.0445 +305.5000,1.0000,3557.8478,67.2115,67.5070,-0.1642,0.0000,5,1842.9085,120.7961,748.1998,-112.2084,23.3123,144.3943,-21.6550,-0.2116,15.2502,0.0000,0.0000,8.2737,15.3020,-0.8413,0.0000,16.1432,0.0000,16.1432,7.3333,8.8099,0.0000,8.8099,-0.2720,9.0820,0.0000,23.8314,12.4123,-27.1618,1.3347,5838.1333,5838.1333,5838.1333,5838.1333,5838.1333 +306.5000,1.0000,3576.3178,66.4920,66.9160,-0.2356,0.0000,5,1827.6110,49.8097,727.3076,-111.6335,9.5329,139.1972,-21.3652,-1.5071,2.8800,0.0000,0.0000,8.1600,2.8772,-0.7896,0.0000,3.6668,0.0000,3.6668,7.2548,-3.5880,0.0000,-3.5880,-0.3862,-3.2018,0.0000,23.0747,12.2794,-38.5560,1.3175,4006.9355,4006.9355,4006.9355,4006.9355,4006.9355 +307.5000,1.0000,3594.5663,65.6945,66.0680,-0.2075,0.0000,5,1800.9460,71.6285,704.4516,-110.6316,13.5087,132.8558,-20.8645,-1.4640,6.9016,0.0000,0.0000,8.0711,6.8901,-0.7715,0.0000,7.6616,0.0000,7.6616,7.1678,0.4938,0.0000,0.4938,-0.3361,0.8299,0.0000,22.2542,12.1321,-33.5565,1.3170,4379.1477,4379.1477,4379.1477,4379.1477,4379.1477 +308.5000,1.0000,3612.5838,64.8630,65.3210,-0.2544,0.0000,5,1770.6190,25.2903,698.6421,-109.5497,4.6893,129.5414,-20.3126,-1.8583,-1.3320,0.0000,0.0000,7.8796,-1.3285,-0.7701,0.0000,-0.5585,0.0000,-0.5585,7.0771,-7.6355,0.0000,-7.6355,-0.4069,-7.2286,0.0000,21.4202,11.9786,-40.6274,1.2825,3306.7149,3306.7149,3306.7149,3306.7149,3306.7149 +309.5000,1.0000,3630.3813,64.0710,64.4050,-0.1856,0.0000,5,1741.7030,86.1391,677.2734,-108.5199,15.7110,123.5284,-19.7930,-1.2649,9.1687,0.0000,0.0000,7.8072,9.1542,-0.7542,0.0000,9.9084,0.0000,9.9084,6.9907,2.9178,0.0000,2.9178,-0.2931,3.2109,0.0000,20.6446,11.8323,-29.2661,1.2825,4451.7776,4451.7776,4451.7776,4451.7776,4451.7776 +310.5000,1.0000,3647.9919,63.3985,63.7370,-0.1881,0.0000,5,1728.5420,87.6020,687.7774,-108.0512,15.8570,124.4963,-19.5586,-0.1417,8.2082,0.0000,0.0000,7.7906,8.2459,-0.7379,0.0000,8.9838,0.0000,8.9838,6.9173,2.0665,0.0000,2.0665,-0.2939,2.3605,0.0000,20.0014,11.7081,-29.3491,1.2799,4431.1981,4431.1981,4431.1981,4431.1981,4431.1981 +311.5000,1.0000,3665.4378,62.8050,63.0600,-0.1417,0.0000,5,1717.1360,120.7748,684.3994,-107.6450,21.7175,123.0674,-19.3565,-1.0620,15.0394,0.0000,0.0000,7.7401,15.0122,-0.7618,0.0000,15.7740,0.0000,15.7740,6.8525,8.9215,0.0000,8.9215,-0.2194,9.1408,0.0000,19.4447,11.5985,-21.9024,1.3036,5307.0336,5307.0336,5307.0336,5307.0336,5307.0336 +312.5000,1.0000,3682.7606,62.3620,62.5500,-0.1044,0.0000,5,1695.2775,151.5519,686.4286,-106.8666,26.9049,121.8610,-18.9719,-1.2272,20.4621,0.0000,0.0000,7.6700,20.3812,-0.7813,0.0000,21.1626,0.0000,21.1626,6.8042,14.3584,0.0000,14.3584,-0.1606,14.5190,0.0000,19.0360,11.5167,-16.0337,1.3241,6198.3725,6198.3725,6198.3725,6198.3725,6198.3725 +313.5000,1.0000,3700.0181,62.1270,62.1740,-0.0261,0.0000,5,1677.9205,223.9835,689.6376,-106.2484,39.3565,121.1772,-18.6691,-0.5739,32.2858,0.0000,0.0000,7.6446,32.2030,-0.8370,0.0000,33.0400,0.0000,33.0400,6.7785,26.2614,0.0000,26.2614,-0.0400,26.3014,0.0000,18.8214,11.4733,-3.9933,1.3460,8412.3972,8412.3972,8412.3972,8412.3972,8412.3972 +314.5000,1.0000,3717.2422,62.0070,62.0800,-0.0406,0.0000,5,1680.5525,217.0464,709.6104,-106.3422,38.1974,124.8822,-18.7148,0.8464,29.6737,0.0000,0.0000,7.6772,29.8537,-0.8231,0.0000,30.6768,0.0000,30.6768,6.7655,23.9113,0.0000,23.9113,-0.0620,23.9733,0.0000,18.7126,11.4512,-6.1904,1.3331,8204.0504,8204.0504,8204.0504,8204.0504,8204.0504 +315.5000,1.0000,3734.3943,61.7475,61.9340,-0.1036,0.0000,5,1686.0075,154.3024,709.0189,-106.5364,27.2434,125.1832,-18.8099,-0.2844,19.9159,0.0000,0.0000,7.6118,19.9437,-0.7686,0.0000,20.7123,0.0000,20.7123,6.7371,13.9752,0.0000,13.9752,-0.1577,14.1329,0.0000,18.4788,11.4032,-15.7491,1.2802,6238.7463,6238.7463,6238.7463,6238.7463,6238.7463 +316.5000,1.0000,3751.4254,61.3120,61.5610,-0.1383,0.0000,5,1672.4270,117.7672,688.7530,-106.0528,20.6253,120.6255,-18.5737,-1.1127,14.3175,0.0000,0.0000,7.4205,14.2828,-0.7326,0.0000,15.0154,0.0000,15.0154,6.6896,8.3258,0.0000,8.3258,-0.2091,8.5349,0.0000,18.0907,11.3228,-20.8786,1.1667,5023.9782,5023.9782,5023.9782,5023.9782,5023.9782 +317.5000,1.0000,3768.2953,60.7315,61.0630,-0.1842,0.0000,5,1643.8545,72.6156,670.4518,-105.0353,12.5003,115.4143,-18.0812,-1.7907,6.9667,0.0000,0.0000,7.3244,6.9293,-0.6857,0.0000,7.6150,0.0000,7.6150,6.6263,0.9887,0.0000,0.9887,-0.2758,1.2645,0.0000,17.5819,11.2156,-27.5330,1.1583,3875.7586,3875.7586,3875.7586,3875.7586,3875.7586 +318.5000,1.0000,3784.9914,60.1060,60.4000,-0.1633,0.0000,5,1623.4075,97.3037,650.7299,-104.3071,16.5419,110.6259,-17.7325,-0.2700,9.5736,0.0000,0.0000,7.2384,9.6046,-0.6887,0.0000,10.2933,0.0000,10.2933,6.5580,3.7352,0.0000,3.7352,-0.2420,3.9773,0.0000,17.0441,11.1001,-24.1670,1.1042,4291.3990,4291.3990,4291.3990,4291.3990,4291.3990 +319.5000,1.0000,3801.5214,59.5080,59.8120,-0.1689,0.0000,5,1620.7370,92.1037,657.0908,-104.2120,15.6321,111.5235,-17.6872,0.0038,8.3194,0.0000,0.0000,7.3089,8.3623,-0.6725,0.0000,9.0348,0.0000,9.0348,6.4928,2.5420,0.0000,2.5420,-0.2478,2.7898,0.0000,16.5405,10.9897,-24.7403,1.1664,4182.5039,4182.5039,4182.5039,4182.5039,4182.5039 +320.5000,1.0000,3817.9307,59.0735,59.2040,-0.0725,0.0000,5,1611.5435,169.2297,652.9215,-103.8846,28.5593,110.1873,-17.5316,-0.9136,22.2303,0.0000,0.0000,7.2426,22.1519,-0.7349,0.0000,22.8868,0.0000,22.8868,6.4454,16.4414,0.0000,16.4414,-0.1056,16.5470,0.0000,16.1805,10.9094,-10.5429,1.1647,6373.8296,6373.8296,6373.8296,6373.8296,6373.8296 +321.5000,1.0000,3834.3089,58.9615,58.9430,0.0103,0.0000,5,1595.7885,244.2632,672.3976,-103.2237,40.8190,112.3648,-17.2498,-0.6393,34.2744,0.0000,0.0000,7.1838,34.1236,-0.7935,0.0000,34.9171,0.0000,34.9171,6.4332,28.4840,0.0000,28.4840,0.0149,28.4690,0.0000,16.0885,10.8887,1.4918,1.1492,8618.7949,8618.7949,8618.7949,8618.7949,8618.7949 +322.5000,1.0000,3850.7128,59.0540,58.9800,0.0411,0.0000,5,1593.1560,277.0737,694.5825,-103.0676,46.2256,115.8806,-17.1953,0.3807,38.6854,0.0000,0.0000,7.1595,38.7314,-0.8183,0.0000,39.5497,0.0000,39.5497,6.4433,33.1064,0.0000,33.1064,0.0599,33.0466,0.0000,16.1644,10.9058,5.9764,1.0860,9631.5518,9631.5518,9631.5518,9631.5518,9631.5518 +323.5000,1.0000,3867.1817,59.2880,59.1280,0.0889,0.0000,5,1604.5240,320.8153,706.8874,-103.6346,53.9051,118.7750,-17.4132,0.7367,45.9294,0.0000,0.0000,7.2389,46.0192,-0.8590,0.0000,46.8782,0.0000,46.8782,6.4688,40.4095,0.0000,40.4095,0.1299,40.2795,0.0000,16.3574,10.9490,12.9731,1.0881,11083.3667,11083.3667,11083.3667,11083.3667,11083.3667 +324.5000,1.0000,3883.7479,59.6385,59.4480,0.1058,0.0000,5,1613.5270,334.3523,722.1232,-103.9552,56.4949,122.0158,-17.5651,0.1512,49.0933,0.0000,0.0000,7.2503,48.9833,-0.8798,0.0000,49.8631,0.0000,49.8631,6.5070,43.3561,0.0000,43.3561,0.1556,43.2004,0.0000,16.6493,11.0138,15.5374,1.1274,11572.4847,11572.4847,11572.4847,11572.4847,11572.4847 +325.5000,1.0000,3900.4121,59.9910,59.8290,0.0900,0.0000,5,1618.9440,322.6686,727.4571,-104.1481,54.7038,123.3297,-17.6568,0.3868,47.1324,0.0000,0.0000,7.1845,47.1184,-0.8762,0.0000,47.9947,0.0000,47.9947,6.5455,41.4492,0.0000,41.4492,0.1331,41.3161,0.0000,16.9462,11.0789,13.2910,1.0532,11244.7534,11244.7534,11244.7534,11244.7534,11244.7534 +326.5000,1.0000,3917.1415,60.2260,60.1530,0.0406,0.0000,5,1628.5955,280.8053,725.6019,-104.4918,47.8903,123.7486,-17.8207,0.5761,39.9749,0.0000,0.0000,7.3392,40.0677,-0.8445,0.0000,40.9123,0.0000,40.9123,6.5711,34.3411,0.0000,34.3411,0.0602,34.2809,0.0000,17.1460,11.1223,6.0126,1.1428,9960.4885,9960.4885,9960.4885,9960.4885,9960.4885 +327.5000,1.0000,3933.9035,60.3430,60.2990,0.0244,0.0000,5,1644.9990,267.2420,716.5063,-105.0760,46.0362,123.4282,-18.1008,1.0752,37.5906,0.0000,0.0000,7.3704,37.8063,-0.8351,0.0000,38.6413,0.0000,38.6413,6.5839,32.0574,0.0000,32.0574,0.0364,32.0211,0.0000,17.2461,11.1439,3.6311,1.1459,9624.1115,9624.1115,9624.1115,9624.1115,9624.1115 +328.5000,1.0000,3950.6451,60.2700,60.3870,-0.0650,0.0000,5,1645.4950,178.6273,713.4836,-105.0937,30.7803,122.9445,-18.1093,-1.0254,24.4873,0.0000,0.0000,7.3184,24.3836,-0.7661,0.0000,25.1497,0.0000,25.1497,6.5759,18.5738,0.0000,18.5738,-0.0966,18.6704,0.0000,17.1837,11.1304,-9.6437,1.1460,6807.6888,6807.6888,6807.6888,6807.6888,6807.6888 +329.5000,1.0000,3967.3133,60.0055,60.1530,-0.0819,0.0000,5,1635.5005,168.6197,685.6005,-104.7377,28.8794,117.4223,-17.9384,0.0153,21.5587,0.0000,0.0000,7.3053,21.6139,-0.7477,0.0000,22.3615,0.0000,22.3615,6.5471,15.8145,0.0000,15.8145,-0.1212,15.9357,0.0000,16.9585,11.0815,-12.1043,1.1441,6437.3749,6437.3749,6437.3749,6437.3749,6437.3749 +330.5000,1.0000,3983.8744,59.6200,59.8580,-0.1322,0.0000,5,1617.8380,114.3260,678.2224,-104.1087,19.3691,114.9042,-17.6381,-1.7700,13.9456,0.0000,0.0000,7.1934,13.8473,-0.7020,0.0000,14.5493,0.0000,14.5493,6.5050,8.0443,0.0000,8.0443,-0.1944,8.2387,0.0000,16.6339,11.0103,-19.4055,1.1408,4754.2157,4754.2157,4754.2157,4754.2157,4754.2157 +331.5000,1.0000,4000.3417,59.2820,59.3820,-0.0556,0.0000,5,1595.5595,189.2116,655.2319,-103.2101,31.6147,109.4805,-17.2450,-0.4374,24.8556,0.0000,0.0000,7.1964,24.8280,-0.7519,0.0000,25.5799,0.0000,25.5799,6.4681,19.1117,0.0000,19.1117,-0.0812,19.1929,0.0000,16.3524,10.9479,-8.1074,1.1491,6914.3623,6914.3623,6914.3623,6914.3623,6914.3623 +332.5000,1.0000,4016.7701,59.1425,59.1820,-0.0219,0.0000,5,1604.9820,225.8946,680.2880,-103.6509,37.9669,114.3383,-17.4209,1.3687,29.3380,0.0000,0.0000,7.2602,29.6116,-0.7737,0.0000,30.3854,0.0000,30.3854,6.4529,23.9324,0.0000,23.9324,-0.0320,23.9644,0.0000,16.2372,10.9222,-3.1949,1.1258,8095.8075,8095.8075,8095.8075,8095.8075,8095.8075 +333.5000,1.0000,4033.1999,59.1470,59.1030,0.0244,0.0000,5,1610.0560,254.9331,692.8606,-103.8316,42.9829,116.8195,-17.5065,-0.8713,36.6315,0.0000,0.0000,7.2227,36.4039,-0.8081,0.0000,37.2120,0.0000,37.2120,6.4534,30.7586,0.0000,30.7586,0.0356,30.7230,0.0000,16.2409,10.9230,3.5591,1.1519,9033.8361,9033.8361,9033.8361,9033.8361,9033.8361 +334.5000,1.0000,4049.6654,59.2760,59.1910,0.0472,0.0000,5,1602.7315,281.5424,700.6536,-103.5707,47.2534,117.5961,-17.3831,0.1464,39.9136,0.0000,0.0000,7.1935,39.8934,-0.8279,0.0000,40.7213,0.0000,40.7213,6.4675,34.2538,0.0000,34.2538,0.0690,34.1848,0.0000,16.3474,10.9468,6.8906,1.1379,9832.2060,9832.2060,9832.2060,9832.2060,9832.2060 +335.5000,1.0000,4066.2144,59.5765,59.3610,0.1197,0.0000,5,1603.9520,347.1837,708.6761,-103.6142,58.3149,119.0331,-17.4036,-0.0263,51.1382,0.0000,0.0000,7.2030,50.9454,-0.8887,0.0000,51.8340,0.0000,51.8340,6.5003,45.3338,0.0000,45.3338,0.1759,45.1579,0.0000,16.5975,11.0023,17.5582,1.1507,11906.4485,11906.4485,11906.4485,11906.4485,11906.4485 +336.5000,1.0000,4082.8767,59.9840,59.7920,0.1067,0.0000,5,1614.7095,341.8268,730.1744,-103.9973,57.8002,123.4666,-17.5851,1.0932,49.4037,0.0000,0.0000,7.3033,49.5823,-0.8886,0.0000,50.4708,0.0000,50.4708,6.5447,43.9261,0.0000,43.9261,0.1577,43.7683,0.0000,16.9403,11.0776,15.7505,1.1527,11815.4257,11815.4257,11815.4257,11815.4257,11815.4257 +337.5000,1.0000,4099.5715,60.1015,60.1760,-0.0414,0.0000,5,1629.0150,206.7155,731.0370,-104.5068,35.2636,124.7076,-17.8278,0.3282,27.6417,0.0000,0.0000,7.2937,27.7318,-0.7802,0.0000,28.5119,0.0000,28.5119,6.5575,21.9544,0.0000,21.9544,-0.0613,22.0157,0.0000,17.0399,11.0993,-6.1235,1.1304,7616.2003,7616.2003,7616.2003,7616.2003,7616.2003 +338.5000,1.0000,4116.2239,59.9485,60.0270,-0.0436,0.0000,5,1627.8325,200.0245,691.6547,-104.4647,34.0974,117.9038,-17.8077,-0.4462,27.2857,0.0000,0.0000,7.2580,27.2465,-0.7752,0.0000,28.0217,0.0000,28.0217,6.5409,21.4808,0.0000,21.4808,-0.0645,21.5453,0.0000,16.9101,11.0710,-6.4358,1.1427,7399.9952,7399.9952,7399.9952,7399.9952,7399.9952 +339.5000,1.0000,4132.7997,59.6730,59.8700,-0.1094,0.0000,5,1624.7805,144.4553,688.9714,-104.3560,24.5786,117.2262,-17.7558,0.1408,17.1793,0.0000,0.0000,7.2584,17.2512,-0.7201,0.0000,17.9713,0.0000,17.9713,6.5108,11.4605,0.0000,11.4605,-0.1610,11.6215,0.0000,16.6782,11.0201,-16.0768,1.1296,5674.8185,5674.8185,5674.8185,5674.8185,5674.8185 +340.5000,1.0000,4149.2054,59.0605,59.4760,-0.2308,0.0000,5,1619.5925,32.7592,671.0090,-104.1712,5.5561,113.8054,-17.6678,-0.6564,-1.0385,0.0000,0.0000,7.2510,-1.0416,-0.6667,0.0000,-0.3749,0.0000,-0.3749,6.4440,-6.8188,0.0000,-6.8188,-0.3361,-6.4827,0.0000,16.1705,10.9070,-33.5602,1.1662,3056.1819,3056.1819,3056.1819,3056.1819,3056.1819 +341.5000,1.0000,4165.3713,58.1970,58.6450,-0.2489,0.0000,5,1592.4695,5.6885,628.3948,-103.0268,0.9486,104.7930,-17.1811,-2.0071,-4.1256,0.0000,0.0000,7.0813,-4.1040,-0.6597,0.0000,-3.4443,0.0000,-3.4443,6.3498,-9.7941,0.0000,-9.7941,-0.3571,-9.4370,0.0000,15.4717,10.7475,-35.6562,1.1109,2476.2964,2476.2964,2476.2964,2476.2964,2476.2964 +342.5000,1.0000,4181.2950,57.3255,57.7490,-0.2353,0.0000,5,1557.9460,19.2358,606.7537,-100.9793,3.1383,98.9905,-16.4745,-1.3394,-2.5511,0.0000,0.0000,7.0288,-2.5470,-0.6411,0.0000,-1.9059,0.0000,-1.9059,6.2547,-8.1605,0.0000,-8.1605,-0.3325,-7.8280,0.0000,14.7869,10.5866,-33.2015,1.1420,2642.2739,2642.2739,2642.2739,2642.2739,2642.2739 +343.5000,1.0000,4197.0074,56.5645,56.9020,-0.1875,0.0000,5,1538.4145,63.6139,604.1434,-99.8210,10.2484,97.3289,-16.0814,-0.5226,3.8321,0.0000,0.0000,6.9389,3.8412,-0.6125,0.0000,4.4537,0.0000,4.4537,6.1716,-1.7179,0.0000,-1.7179,-0.2615,-1.4564,0.0000,14.2056,10.4461,-26.1081,1.1258,3397.2788,3397.2788,3397.2788,3397.2788,3397.2788 +344.5000,1.0000,4212.5519,55.9605,56.2270,-0.1481,0.0000,5,1519.6460,92.0979,612.8583,-98.7078,14.6562,97.5284,-15.7081,-1.2353,9.0133,0.0000,0.0000,6.8781,8.9776,-0.6180,0.0000,9.5956,0.0000,9.5956,6.1057,3.4898,0.0000,3.4898,-0.2043,3.6941,0.0000,13.7552,10.3345,-20.3956,1.1348,3875.0680,3875.0680,3875.0680,3875.0680,3875.0680 +345.5000,1.0000,4227.9335,55.3735,55.6940,-0.1781,0.0000,5,1501.8695,69.0914,617.0366,-97.6535,10.8664,97.0447,-15.3585,-0.4187,4.4770,0.0000,0.0000,6.8080,4.4895,-0.5913,0.0000,5.0807,0.0000,5.0807,6.0417,-0.9610,0.0000,-0.9610,-0.2431,-0.7179,0.0000,13.3270,10.2261,-24.2709,1.1312,3412.0699,3412.0699,3412.0699,3412.0699,3412.0699 +346.5000,1.0000,4243.1456,54.7635,55.0530,-0.1608,0.0000,5,1491.0735,81.2271,605.2873,-97.0133,12.6832,94.5125,-15.1481,-0.5729,6.4872,0.0000,0.0000,6.7689,6.4943,-0.5866,0.0000,7.0809,0.0000,7.0809,5.9751,1.1057,0.0000,1.1057,-0.2172,1.3229,0.0000,12.8913,10.1135,-21.6819,1.1272,3598.7909,3598.7909,3598.7909,3598.7909,3598.7909 +347.5000,1.0000,4258.1831,54.1350,54.4740,-0.1883,0.0000,5,1477.9125,55.0209,605.5066,-96.2327,8.5154,93.7122,-14.8936,-0.6267,2.4274,0.0000,0.0000,6.7147,2.4313,-0.5762,0.0000,3.0075,0.0000,3.0075,5.9066,-2.8990,0.0000,-2.8990,-0.2514,-2.6477,0.0000,12.4527,9.9974,-25.0977,1.1223,3088.2504,3088.2504,3088.2504,3088.2504,3088.2504 +348.5000,1.0000,4273.0258,53.4340,53.7960,-0.2011,0.0000,5,1460.5175,39.6756,590.4990,-95.2010,6.0682,90.3139,-14.5605,-0.9409,0.3849,0.0000,0.0000,6.6242,0.3847,-0.5701,0.0000,0.9548,0.0000,0.9548,5.8301,-4.8753,0.0000,-4.8753,-0.2649,-4.6103,0.0000,11.9752,9.8679,-26.4535,1.0869,2759.9412,2759.9412,2759.9412,2759.9412,2759.9412 +349.5000,1.0000,4287.6597,52.6820,53.0720,-0.2167,0.0000,5,1438.6590,23.6565,577.8745,-93.9047,3.5640,87.0603,-14.1473,-1.0044,-1.9911,0.0000,0.0000,6.5594,-1.9901,-0.5640,0.0000,-1.4260,0.0000,-1.4260,5.7480,-7.1741,0.0000,-7.1741,-0.2814,-6.8927,0.0000,11.4768,9.7291,-28.0985,1.0946,2435.7790,2435.7790,2435.7790,2435.7790,2435.7790 +350.5000,1.0000,4302.0993,51.9825,52.2920,-0.1719,0.0000,5,1419.2420,62.8927,565.5833,-92.7531,9.3473,84.0585,-13.7852,-0.7015,3.5338,0.0000,0.0000,6.5150,3.5348,-0.5392,0.0000,4.0741,0.0000,4.0741,5.6717,-1.5976,0.0000,-1.5976,-0.2204,-1.3773,0.0000,11.0255,9.5999,-22.0026,1.1030,3065.9694,3065.9694,3065.9694,3065.9694,3065.9694 +351.5000,1.0000,4316.3551,51.3210,51.6730,-0.1956,0.0000,5,1399.7485,38.5977,574.9059,-91.5970,5.6577,84.2705,-13.4264,-0.9838,0.1974,0.0000,0.0000,6.4441,0.1971,-0.5372,0.0000,0.7343,0.0000,0.7343,5.5995,-4.8652,0.0000,-4.8652,-0.2474,-4.6178,0.0000,10.6100,9.4777,-24.7055,1.0973,2604.8216,2604.8216,2604.8216,2604.8216,2604.8216 +352.5000,1.0000,4330.4283,50.6635,50.9690,-0.1697,0.0000,5,1380.7890,61.8359,559.6312,-90.4725,8.9412,80.9204,-13.0820,-0.6372,3.1908,0.0000,0.0000,6.3877,3.1927,-0.5195,0.0000,3.7122,0.0000,3.7122,5.5278,-1.8156,0.0000,-1.8156,-0.2120,-1.6036,0.0000,10.2073,9.3563,-21.1672,1.0918,2935.9476,2935.9476,2935.9476,2935.9476,2935.9476 +353.5000,1.0000,4344.2932,49.9135,50.3580,-0.2469,0.0000,5,1368.5820,-5.2638,565.2766,-89.7485,-0.7544,81.0141,-12.8625,-0.3943,-6.7168,0.0000,0.0000,6.3568,-6.7540,-0.5328,0.0000,-6.2212,0.0000,-6.2212,5.4460,-11.6672,0.0000,-11.6672,-0.3039,-11.3633,0.0000,9.7611,9.2178,-30.3422,1.0882,1752.1927,1752.1927,1752.1927,1752.1927,1752.1927 +354.5000,1.0000,4357.9143,49.0360,49.4690,-0.2406,0.0000,5,1346.5325,-9.9068,531.5073,-88.4408,-1.3969,74.9471,-12.4709,-1.4353,-6.2106,0.0000,0.0000,6.2489,-6.1851,-0.5180,0.0000,-5.6671,0.0000,-5.6671,5.3502,-11.0173,0.0000,-11.0173,-0.2908,-10.7265,0.0000,9.2553,9.0557,-29.0375,1.0677,1598.5550,1598.5550,1598.5550,1598.5550,1598.5550 +355.5000,1.0000,4371.2633,48.0565,48.6030,-0.3036,0.0000,5,1319.6765,-61.5438,521.4877,-86.8481,-8.5051,72.0676,-12.0021,-0.7698,-13.9103,0.0000,0.0000,6.1749,-13.9690,-0.5227,0.0000,-13.4463,0.0000,-13.4463,5.2433,-18.6897,0.0000,-18.6897,-0.3597,-18.3300,0.0000,8.7121,8.8748,-35.9169,1.0599,455.4581,455.4581,455.4581,455.4581,455.4581 +356.5000,1.0000,4384.2306,46.6820,47.5100,-0.4600,0.0000,5,1294.4230,-85.3503,491.8073,-85.3503,-11.5694,66.6653,-11.5694,-1.2524,-16.4021,0.0000,0.0000,6.0851,-16.4950,-0.5086,0.0000,-15.9864,0.0000,-15.9864,5.0934,-21.0798,15.7026,-36.7823,-0.5294,-36.2529,0.0000,7.9872,8.6210,-52.8611,1.0680,0.0000,0.0000,0.0000,0.0000,0.0000 +357.5000,1.0000,4396.7415,45.0395,45.8540,-0.4525,0.0000,5,1256.3900,-83.0947,469.4119,-83.0947,-10.9327,61.7600,-10.9327,-1.7189,-16.9450,0.0000,0.0000,7.7313,-16.9511,-0.4871,0.0000,-16.4640,0.0000,-16.4640,4.9142,-21.3782,13.8027,-35.1809,-0.5025,-34.6785,0.0000,7.1735,8.3177,-50.1697,1.0472,0.0000,0.0000,0.0000,0.0000,0.0000 +358.5000,1.0000,4408.8847,43.7155,44.2250,-0.2831,0.0000,5,1212.1005,-46.8603,457.0978,-80.4679,-5.9480,58.0198,-10.2139,-1.6385,-11.8973,0.0000,0.0000,7.5877,-11.8190,-0.4544,0.0000,-11.3646,0.0000,-11.3646,4.7697,-16.1343,0.0000,-16.1343,-0.3051,-15.8292,0.0000,6.5581,8.0732,-30.4605,1.0384,576.6701,576.6701,576.6701,576.6701,576.6701 +359.5000,1.0000,4420.7443,42.6945,43.2060,-0.2842,0.0000,5,1178.2635,-43.7340,464.2178,-78.4537,-5.3962,57.2787,-9.6802,-0.8557,-11.9297,0.0000,0.0000,7.3892,-11.9532,-0.4405,0.0000,-11.5127,0.0000,-11.5127,4.6583,-16.1710,0.0000,-16.1710,-0.2991,-15.8719,0.0000,6.1093,7.8846,-29.8658,1.0051,586.0523,586.0523,586.0523,586.0523,586.0523 +360.5000,1.0000,4432.3179,41.6650,42.1830,-0.2878,0.0000,5,1148.0510,-52.1185,456.9097,-76.6514,-6.2659,54.9313,-9.2153,-1.2963,-12.3653,0.0000,0.0000,7.3958,-12.3204,-0.4272,0.0000,-11.8932,0.0000,-11.8932,4.5460,-16.4392,0.0000,-16.4392,-0.2956,-16.1436,0.0000,5.6780,7.6945,-29.5160,1.1394,386.5942,386.5942,386.5942,386.5942,386.5942 +361.5000,1.0000,4443.5653,40.4905,41.1470,-0.3647,0.0000,5,1117.5330,-74.8310,444.1383,-74.8310,-8.7573,51.9765,-8.7573,-0.8325,-15.2308,0.0000,0.0000,7.3061,-15.3138,-0.4201,0.0000,-14.8937,0.0000,-14.8937,4.4178,-19.3115,4.7166,-24.0281,-0.3641,-23.6640,0.0000,5.2118,7.4776,-36.3534,1.1316,0.0000,0.0000,0.0000,0.0000,0.0000 +362.5000,1.0000,4454.4458,39.1700,39.8340,-0.3689,0.0000,5,1094.1865,-73.3689,426.4912,-73.3689,-8.4068,48.8686,-8.4068,-0.7536,-14.9291,0.0000,0.0000,7.2759,-15.0309,-0.4023,0.0000,-14.6285,0.0000,-14.6285,4.2738,-18.9023,5.0714,-23.9737,-0.3562,-23.6174,0.0000,4.7184,7.2337,-35.5696,1.1381,0.0000,0.0000,0.0000,0.0000,0.0000 +363.5000,1.0000,4465.1100,38.3910,38.5060,-0.0639,0.0000,5,1061.4555,134.4959,417.0965,-71.0260,14.9499,46.3625,-7.8949,-1.4025,9.4130,0.0000,0.0000,6.9394,9.2499,-0.3716,0.0000,9.6215,0.0000,9.6215,4.1888,5.4328,0.0000,5.4328,-0.0605,5.4932,0.0000,4.4412,7.0899,-6.0379,1.0026,3514.1835,3514.1835,3514.1835,3514.1835,3514.1835 +364.5000,1.0000,4475.8390,38.6245,38.2760,0.1936,0.0000,5,1038.1475,378.0836,515.9088,-69.3575,41.1032,56.0868,-7.5402,-0.1143,34.3298,0.0000,0.0000,6.8877,33.9640,-0.4993,0.0000,34.4634,0.0000,34.4634,4.2142,30.2491,0.0000,30.2491,0.1844,30.0647,0.0000,4.5231,7.1330,18.4087,0.9739,8292.2943,8292.2943,8292.2943,8292.2943,8292.2943 +365.5000,1.0000,4486.8428,39.6135,38.9730,0.3558,0.0000,5,1050.2405,537.4708,635.0682,-70.2232,59.1115,69.8454,-7.7232,0.8956,51.2078,0.0000,0.0000,7.0082,51.0593,-0.5980,0.0000,51.6573,0.0000,51.6573,4.4146,47.2427,0.0000,47.2427,0.3475,46.8952,0.0000,4.8804,7.3156,34.6992,0.9999,11743.8500,11743.8500,11743.8500,11743.8500,11743.8500 +366.5000,1.0000,4498.1994,40.8840,40.2540,0.3500,0.0000,5,1078.8130,522.1655,712.7434,-72.2685,58.9906,80.5208,-8.1644,0.9730,52.5170,0.0000,0.0000,5.5006,52.4242,-0.6210,0.0000,53.0452,0.0000,53.0452,4.5521,48.4931,0.0000,48.4931,0.3528,48.1403,0.0000,5.3651,7.5503,35.2250,1.0067,11723.1436,11723.1436,11723.1436,11723.1436,11723.1436 +367.5000,1.0000,4509.9781,42.4030,41.5140,0.4939,0.0000,5,1118.8300,660.3524,708.8360,-74.9083,77.3693,83.0498,-8.7765,1.7404,70.0008,0.0000,0.0000,5.6281,70.1156,-0.7301,0.0000,70.8457,0.0000,70.8457,4.9587,65.8870,0.0000,65.8870,0.5163,65.3707,0.0000,5.9868,7.8308,51.5531,1.0162,15195.2261,15195.2261,15195.2261,15195.2261,15195.2261 +368.5000,1.0000,4522.2542,44.1940,43.2920,0.5011,0.0000,5,1165.1410,670.7980,775.4440,-77.6709,81.8463,94.6145,-9.4769,1.5012,74.5899,0.0000,0.0000,5.7551,74.4143,-0.7757,0.0000,75.1900,0.0000,75.1900,5.1884,70.0016,0.0000,70.0016,0.5460,69.4556,0.0000,6.7777,8.1615,54.5163,1.0282,16051.1747,16051.1747,16051.1747,16051.1747,16051.1747 +369.5000,1.0000,4535.0042,45.9000,45.0960,0.4467,0.0000,5,1208.7055,624.4046,785.3630,-80.2666,79.0342,99.4076,-10.1598,1.6763,71.4795,0.0000,0.0000,5.8784,71.5615,-0.7846,0.0000,72.3461,0.0000,72.3461,5.3025,67.0436,0.0000,67.0436,0.5055,66.5381,0.0000,7.5925,8.4766,50.4691,1.0377,15558.0151,15558.0151,15558.0151,15558.0151,15558.0151 +370.5000,1.0000,4548.1649,47.3785,46.7040,0.3747,0.0000,5,1257.2675,557.8219,768.8891,-83.1467,73.4432,101.2325,-10.9472,2.0058,65.4018,0.0000,0.0000,6.0357,65.8162,-0.7763,0.0000,66.5924,0.0000,66.5924,5.3520,61.2404,0.0000,61.2404,0.4377,60.8027,0.0000,8.3492,8.7496,43.7039,1.0607,14497.2036,14497.2036,14497.2036,14497.2036,14497.2036 +371.5000,1.0000,4561.6540,48.5610,48.0530,0.2822,0.0000,5,1294.5375,469.9242,747.6068,-85.3571,63.7046,101.3483,-11.5713,0.8977,56.7053,0.0000,0.0000,6.1017,56.6077,-0.7466,0.0000,57.3544,0.0000,57.3544,5.3221,52.0322,0.0000,52.0322,0.3379,51.6943,0.0000,8.9892,8.9680,33.7371,1.0414,12692.7146,12692.7146,12692.7146,12692.7146,12692.7146 +372.5000,1.0000,4575.4647,49.7185,49.0690,0.3608,0.0000,5,1322.1560,547.5331,716.9739,-86.9951,75.8092,99.2692,-12.0450,1.3257,68.2645,0.0000,0.0000,6.2190,68.2164,-0.8220,0.0000,69.0384,0.0000,69.0384,5.6037,63.4347,0.0000,63.4347,0.4423,62.9923,0.0000,9.6480,9.1818,44.1625,1.0747,14934.2226,14934.2226,14934.2226,14934.2226,14934.2226 +373.5000,1.0000,4589.6267,50.9830,50.3680,0.3417,0.0000,5,1351.3005,533.8969,751.8091,-88.7236,75.5506,106.3869,-12.5551,1.0637,68.1789,0.0000,0.0000,6.3081,68.0052,-0.8396,0.0000,68.8448,0.0000,68.8448,5.7170,63.1278,0.0000,63.1278,0.4295,62.6983,0.0000,10.4028,9.4153,42.8802,1.0691,14863.4632,14863.4632,14863.4632,14863.4632,14863.4632 +374.5000,1.0000,4604.1175,52.1670,51.5980,0.3161,0.0000,5,1382.3145,514.9399,750.2301,-90.5630,74.5405,108.6000,-13.1095,1.5447,66.5864,0.0000,0.0000,6.4094,66.7350,-0.8509,0.0000,67.5860,0.0000,67.5860,5.8069,61.7790,0.0000,61.7790,0.4066,61.3725,0.0000,11.1442,9.6340,40.5943,1.0922,14676.4337,14676.4337,14676.4337,14676.4337,14676.4337 +375.5000,1.0000,4618.9306,53.3270,52.7360,0.3283,0.0000,5,1423.0565,527.0234,747.4467,-92.9793,78.5382,111.3861,-13.8560,1.9703,70.0374,0.0000,0.0000,6.5304,70.3672,-0.8869,0.0000,71.2541,0.0000,71.2541,5.9685,65.2856,0.0000,65.2856,0.4317,64.8539,0.0000,11.9043,9.8482,43.1014,1.0900,15445.6591,15445.6591,15445.6591,15445.6591,15445.6591 +376.5000,1.0000,4634.0460,54.4155,53.9180,0.2764,0.0000,5,1459.3730,478.0978,757.8139,-95.1332,73.0654,115.8130,-14.5387,1.2342,65.1852,0.0000,0.0000,6.6460,65.2041,-0.8777,0.0000,66.0818,0.0000,66.0818,5.9909,60.0909,0.0000,60.0909,0.3708,59.7201,0.0000,12.6478,10.0492,37.0231,1.0865,14472.8247,14472.8247,14472.8247,14472.8247,14472.8247 +377.5000,1.0000,4649.4588,55.4860,54.9130,0.3183,0.0000,5,1487.8690,519.9653,746.0382,-96.8232,81.0154,116.2397,-15.0860,1.3454,72.8750,0.0000,0.0000,6.7950,72.8439,-0.9330,0.0000,73.7770,0.0000,73.7770,6.2047,67.5722,0.0000,67.5722,0.4355,67.1368,0.0000,13.4093,10.2469,43.4805,1.1260,15959.2248,15959.2248,15959.2248,15959.2248,15959.2248 +378.5000,1.0000,4665.1656,56.5445,56.0590,0.2697,0.0000,5,1512.0930,478.2440,764.8757,-98.2599,75.7280,121.1150,-15.5591,0.8821,68.0108,0.0000,0.0000,6.8352,67.8554,-0.9247,0.0000,68.7801,0.0000,68.7801,6.2270,62.5531,0.0000,62.5531,0.3760,62.1770,0.0000,14.1910,10.4424,37.5436,1.1334,15015.5121,15015.5121,15015.5121,15015.5121,15015.5121 +379.5000,1.0000,4681.1300,57.4720,57.0300,0.2456,0.0000,5,1544.0605,461.5439,755.4722,-100.1558,74.6287,122.1550,-16.1946,2.1305,65.5105,0.0000,0.0000,6.9877,65.9566,-0.9300,0.0000,66.8865,0.0000,66.8865,6.2838,60.6027,0.0000,60.6027,0.3479,60.2548,0.0000,14.9007,10.6137,34.7404,1.1268,14831.2253,14831.2253,14831.2253,14831.2253,14831.2253 +380.5000,1.0000,4697.3567,58.4160,57.9140,0.2789,0.0000,5,1572.2895,487.9328,755.6885,-101.8300,80.3380,124.4239,-16.7663,0.5562,72.7875,0.0000,0.0000,6.9943,72.4317,-0.9780,0.0000,73.4098,0.0000,73.4098,6.4684,66.9413,0.0000,66.9413,0.4017,66.5397,0.0000,15.6473,10.7880,40.1044,1.1196,16001.5916,16001.5916,16001.5916,16001.5916,16001.5916 +381.5000,1.0000,4713.8075,59.2230,58.9180,0.1694,0.0000,5,1592.6605,396.1967,768.4347,-103.0382,66.0789,128.1619,-17.1850,1.4290,57.5057,0.0000,0.0000,7.1442,57.7359,-0.9171,0.0000,58.6530,0.0000,58.6530,6.4617,52.1913,0.0000,52.1913,0.2474,51.9438,0.0000,16.3040,10.9370,24.7028,1.1486,13352.2031,13352.2031,13352.2031,13352.2031,13352.2031 +382.5000,1.0000,4730.3965,59.7205,59.5280,0.1069,0.0000,5,1617.0750,338.4107,744.2831,-104.0816,57.3064,126.0367,-17.6251,0.9736,49.1209,0.0000,0.0000,7.2118,49.2600,-0.8825,0.0000,50.1425,0.0000,50.1425,6.5160,43.6265,0.0000,43.6265,0.1575,43.4691,0.0000,16.7181,11.0289,15.7221,1.1532,11725.2011,11725.2011,11725.2011,11725.2011,11725.2011 +383.5000,1.0000,4747.0217,59.8505,59.9130,-0.0347,0.0000,5,1633.4020,211.8649,730.7520,-104.6630,36.2394,124.9947,-17.9026,0.6543,28.3210,0.0000,0.0000,7.2641,28.4638,-0.7797,0.0000,29.2434,0.0000,29.2434,6.5302,22.7133,0.0000,22.7133,-0.0512,22.7645,0.0000,16.8273,11.0529,-5.1157,1.1563,7800.3616,7800.3616,7800.3616,7800.3616,7800.3616 +384.5000,1.0000,4763.5779,59.6025,59.7880,-0.1031,0.0000,5,1627.5655,141.7851,693.2981,-104.4552,24.1656,118.1645,-17.8032,-1.2353,18.2160,0.0000,0.0000,7.1850,18.1341,-0.7234,0.0000,18.8574,0.0000,18.8574,6.5031,12.3543,0.0000,12.3543,-0.1514,12.5058,0.0000,16.6191,11.0071,-15.1205,1.1552,5603.6363,5603.6363,5603.6363,5603.6363,5603.6363 +385.5000,1.0000,4780.0394,59.2615,59.4170,-0.0864,0.0000,5,1613.0695,161.0785,668.6660,-103.9389,27.2094,112.9512,-17.5574,-0.2116,20.2617,0.0000,0.0000,7.1594,20.2881,-0.7286,0.0000,21.0167,0.0000,21.0167,6.4659,14.5508,0.0000,14.5508,-0.1262,14.6770,0.0000,16.3355,10.9441,-12.6026,1.1524,6135.1862,6135.1862,6135.1862,6135.1862,6135.1862 +386.5000,1.0000,4796.4703,59.1510,59.1060,0.0250,0.0000,5,1602.3115,256.2244,671.6288,-103.5558,42.9928,112.6951,-17.3760,-0.8483,36.7151,0.0000,0.0000,7.1260,36.4898,-0.8086,0.0000,37.2984,0.0000,37.2984,6.4538,30.8446,0.0000,30.8446,0.0365,30.8081,0.0000,16.2442,10.9237,3.6403,1.1504,9034.8187,9034.8187,9034.8187,9034.8187,9034.8187 +387.5000,1.0000,4812.9461,59.3130,59.1960,0.0650,0.0000,5,1600.4425,300.0102,700.2797,-103.4892,50.2811,117.3654,-17.3446,0.6637,42.4518,0.0000,0.0000,7.1657,42.5470,-0.8419,0.0000,43.3888,0.0000,43.3888,6.4715,36.9173,0.0000,36.9173,0.0951,36.8223,0.0000,16.3781,10.9536,9.4906,1.1500,10401.4897,10401.4897,10401.4897,10401.4897,10401.4897 +388.5000,1.0000,4829.5149,59.6475,59.4300,0.1208,0.0000,5,1611.4675,348.8290,715.3167,-103.8819,58.8658,120.7115,-17.5303,0.4228,51.2599,0.0000,0.0000,7.1831,51.2091,-0.8912,0.0000,52.1002,0.0000,52.1002,6.5080,45.5922,0.0000,45.5922,0.1777,45.4145,0.0000,16.6569,11.0154,17.7422,1.1521,12011.8732,12011.8732,12011.8732,12011.8732,12011.8732 +389.5000,1.0000,4846.2054,60.0860,59.8650,0.1228,0.0000,5,1619.8595,352.5068,731.7718,-104.1807,59.7962,124.1314,-17.6723,0.4098,52.1773,0.0000,0.0000,7.2091,52.1183,-0.9031,0.0000,53.0214,0.0000,53.0214,6.5559,46.4655,0.0000,46.4655,0.1819,46.2836,0.0000,17.0269,11.0964,18.1603,1.1537,12187.3320,12187.3320,12187.3320,12187.3320,12187.3320 +390.5000,1.0000,4863.0375,60.5955,60.3070,0.1603,0.0000,5,1638.5900,390.0940,735.6754,-104.8478,66.9373,126.2366,-17.9911,1.4703,58.2288,0.0000,0.0000,7.2383,58.4696,-0.9437,0.0000,59.4133,0.0000,59.4133,6.6114,52.8018,0.0000,52.8018,0.2395,52.5624,0.0000,17.4639,11.1905,23.9080,1.1071,13554.4782,13554.4782,13554.4782,13554.4782,13554.4782 +391.5000,1.0000,4880.0536,61.2580,60.8840,0.2078,0.0000,5,1661.6315,430.7236,750.2070,-105.6683,74.9483,130.5402,-18.3869,0.8603,66.7580,0.0000,0.0000,7.3301,66.6895,-0.9964,0.0000,67.6859,0.0000,67.6859,6.6837,61.0021,0.0000,61.0021,0.3138,60.6883,0.0000,18.0433,11.3128,31.3322,1.1365,15067.9290,15067.9290,15067.9290,15067.9290,15067.9290 +392.5000,1.0000,4897.2728,61.9890,61.6320,0.1983,0.0000,5,1674.9450,424.9827,764.2608,-106.1425,74.5419,134.0512,-18.6174,0.5023,66.6570,0.0000,0.0000,7.3826,66.4686,-1.0077,0.0000,67.4762,0.0000,67.4762,6.7635,60.7128,0.0000,60.7128,0.3031,60.4096,0.0000,18.6969,11.4478,30.2649,1.1675,15005.9532,15005.9532,15005.9532,15005.9532,15005.9532 +393.5000,1.0000,4914.6793,62.6635,62.3460,0.1764,0.0000,5,1695.5825,411.4456,765.5098,-106.8774,73.0567,135.9247,-18.9773,1.6405,63.9284,0.0000,0.0000,7.4878,64.1971,-1.0078,0.0000,65.2049,0.0000,65.2049,6.8371,58.3678,0.0000,58.3678,0.2725,58.0953,0.0000,19.3137,11.5724,27.2092,1.1603,14772.6969,14772.6969,14772.6969,14772.6969,14772.6969 +394.5000,1.0000,4932.2363,63.2050,62.9810,0.1244,0.0000,5,1703.4025,359.0784,764.0938,-107.1559,64.0524,136.2990,-19.1145,-0.8300,57.4320,0.0000,0.0000,7.4503,56.9626,-0.9806,0.0000,57.9432,0.0000,57.9432,6.8962,51.0471,0.0000,51.0471,0.1939,50.8532,0.0000,19.8185,11.6724,19.3623,1.1764,13101.1191,13101.1191,13101.1191,13101.1191,13101.1191 +395.5000,1.0000,4949.8917,63.5595,63.4290,0.0725,0.0000,5,1710.3835,324.4570,751.8421,-107.4045,58.1138,134.6632,-19.2373,1.5667,49.0092,0.0000,0.0000,7.5380,49.3353,-0.9482,0.0000,50.2835,0.0000,50.2835,6.9348,43.3487,0.0000,43.3487,0.1136,43.2351,0.0000,20.1537,11.7379,11.3435,1.1786,11996.6615,11996.6615,11996.6615,11996.6615,11996.6615 +396.5000,1.0000,4967.5843,63.6935,63.6900,0.0019,0.0000,5,1724.1930,253.8134,745.5268,-107.8963,45.8278,134.6101,-19.4814,-0.1171,38.4327,0.0000,0.0000,7.5122,38.4059,-0.8954,0.0000,39.3013,0.0000,39.3013,6.9495,32.3519,0.0000,32.3519,0.0031,32.3488,0.0000,20.2813,11.7626,0.3049,1.1556,9681.0927,9681.0927,9681.0927,9681.0927,9681.0927 +397.5000,1.0000,4985.2856,63.7245,63.6970,0.0153,0.0000,5,1725.0325,267.0401,728.5723,-107.9262,48.2395,131.6129,-19.4963,0.2061,40.5178,0.0000,0.0000,7.5156,40.5460,-0.9067,0.0000,41.4527,0.0000,41.4527,6.9528,34.4999,0.0000,34.4999,0.0240,34.4759,0.0000,20.3110,11.7683,2.3966,1.1559,10127.5644,10127.5644,10127.5644,10127.5644,10127.5644 +398.5000,1.0000,5003.0019,63.7790,63.7520,0.0150,0.0000,5,1724.9560,265.3323,731.9123,-107.9235,47.9288,132.2104,-19.4950,-0.2142,40.6359,0.0000,0.0000,7.5071,40.5711,-0.9078,0.0000,41.4789,0.0000,41.4789,6.9588,34.5201,0.0000,34.5201,0.0236,34.4966,0.0000,20.3631,11.7784,2.3550,1.1559,10070.0627,10070.0627,10070.0627,10070.0627,10070.0627 +399.5000,1.0000,5020.7522,63.9010,63.8060,0.0528,0.0000,5,1722.3240,300.7186,730.9498,-107.8298,54.2380,131.8351,-19.4483,-0.0645,46.7836,0.0000,0.0000,7.5189,46.6976,-0.9409,0.0000,47.6385,0.0000,47.6385,6.9721,40.6664,0.0000,40.6664,0.0831,40.5833,0.0000,20.4802,11.8009,8.3021,1.1823,11287.2400,11287.2400,11287.2400,11287.2400,11287.2400 +400.5000,1.0000,5038.5711,64.1480,63.9960,0.0844,0.0000,5,1732.9675,334.2732,741.7130,-108.2088,60.6625,134.6031,-19.6373,1.1976,51.8470,0.0000,0.0000,7.6179,52.0603,-0.9723,0.0000,53.0326,0.0000,53.0326,6.9991,46.0335,0.0000,46.0335,0.1336,45.9000,0.0000,20.7187,11.8465,13.3347,1.1857,12474.1357,12474.1357,12474.1357,12474.1357,12474.1357 +401.5000,1.0000,5056.4913,64.5125,64.3000,0.1181,0.0000,5,1754.4060,362.5987,754.0031,-108.9723,66.6170,138.5262,-20.0205,1.0973,57.8095,0.0000,0.0000,7.7102,57.9542,-1.0085,0.0000,58.9627,0.0000,58.9627,7.0388,51.9238,0.0000,51.9238,0.1878,51.7361,0.0000,21.0740,11.9139,18.7482,1.1924,13593.2239,13593.2239,13593.2239,13593.2239,13593.2239 +402.5000,1.0000,5074.5272,64.9295,64.7250,0.1136,0.0000,5,1757.9535,354.2346,762.2067,-109.0986,65.2119,140.3165,-20.0842,-0.7166,58.2883,0.0000,0.0000,7.6402,57.8859,-1.0155,0.0000,58.9014,0.0000,58.9014,7.0843,51.8170,0.0000,51.8170,0.1819,51.6352,0.0000,21.4853,11.9909,18.1590,1.1798,13329.2639,13329.2639,13329.2639,13329.2639,13329.2639 +403.5000,1.0000,5092.6258,65.1550,65.1340,0.0117,0.0000,5,1758.1825,271.9909,760.4481,-109.1068,50.0780,140.0110,-20.0884,0.7414,41.6537,0.0000,0.0000,7.6829,41.8029,-0.9382,0.0000,42.7411,0.0000,42.7411,7.1089,35.6322,0.0000,35.6322,0.0187,35.6134,0.0000,21.7097,12.0325,1.8712,1.1936,10508.9196,10508.9196,10508.9196,10508.9196,10508.9196 +404.5000,1.0000,5110.7747,65.3360,65.1760,0.0889,0.0000,5,1763.4090,336.8558,742.2237,-109.2929,62.2051,137.0618,-20.1824,-0.1776,54.7043,0.0000,0.0000,7.6784,54.5199,-1.0057,0.0000,55.5256,0.0000,55.5256,7.1287,48.3969,0.0000,48.3969,0.1432,48.2537,0.0000,21.8913,12.0659,14.2965,1.1815,12764.1880,12764.1880,12764.1880,12764.1880,12764.1880 +405.5000,1.0000,5129.0471,65.7805,65.4960,0.1581,0.0000,5,1771.9160,405.4620,758.9123,-109.5959,75.2353,140.8197,-20.3360,1.1041,66.3504,0.0000,0.0000,7.7808,66.4430,-1.0738,0.0000,67.5168,0.0000,67.5168,7.1772,60.3397,0.0000,60.3397,0.2563,60.0833,0.0000,22.3414,12.1480,25.5939,1.1979,15244.5690,15244.5690,15244.5690,15244.5690,15244.5690 +406.5000,1.0000,5147.4992,66.4275,66.0650,0.2014,0.0000,5,1793.1260,445.6934,777.6711,-110.3512,83.6904,146.0277,-20.7213,1.2182,74.6043,0.0000,0.0000,7.8678,74.6572,-1.1269,0.0000,75.7841,0.0000,75.7841,7.2478,68.5363,0.0000,68.5363,0.3298,68.2065,0.0000,23.0074,12.2675,32.9316,1.1906,16850.5335,16850.5335,16850.5335,16850.5335,16850.5335 +407.5000,1.0000,5166.2142,67.3740,66.7900,0.3244,0.0000,5,1823.6820,561.3672,789.8369,-111.4859,107.2074,150.8395,-21.2911,2.1831,97.0122,0.0000,0.0000,8.0121,97.2066,-1.2579,0.0000,98.4645,0.0000,98.4645,7.6673,90.7971,0.0000,90.7971,0.5389,90.2582,0.0000,24.0060,12.4423,53.8099,1.2021,21217.4546,21217.4546,21217.4546,21217.4546,21217.4546 +408.5000,1.0000,5185.2742,68.6160,67.9580,0.3656,0.0000,5,1848.7065,601.0110,814.6052,-112.4262,116.3534,157.7044,-21.7653,0.6280,107.6978,0.0000,0.0000,8.0276,106.9940,-1.3300,0.0000,108.3240,0.0000,108.3240,7.9293,100.3947,0.0000,100.3947,0.6184,99.7763,0.0000,25.3587,12.6717,61.7459,1.1791,22961.2028,22961.2028,22961.2028,22961.2028,22961.2028 +409.5000,1.0000,5204.6701,69.8255,69.2740,0.3064,0.0000,5,1881.2465,559.1559,822.8101,-113.6489,110.1558,162.0966,-22.3893,3.1203,98.7889,0.0000,0.0000,8.2466,99.4219,-1.3142,0.0000,100.7361,0.0000,100.7361,7.9266,92.8095,0.0000,92.8095,0.5275,92.2820,0.0000,26.7227,12.8950,52.6643,1.2021,21884.8492,21884.8492,21884.8492,21884.8492,21884.8492 +410.5000,1.0000,5224.3142,70.7185,70.3770,0.1897,0.0000,5,1913.4815,447.6989,817.7441,-114.8602,89.7096,163.8590,-23.0156,0.6142,80.8374,0.0000,0.0000,8.2581,80.6686,-1.2363,0.0000,81.9049,0.0000,81.9049,7.7262,74.1787,0.0000,74.1787,0.3308,73.8479,0.0000,27.7600,13.0600,33.0279,1.1906,18143.9706,18143.9706,18143.9706,18143.9706,18143.9706 +411.5000,1.0000,5244.1690,71.4775,71.0600,0.2319,0.0000,5,1928.2065,491.6112,803.3213,-115.4135,99.2668,162.2077,-23.3044,1.1247,89.8022,0.0000,0.0000,8.3399,89.7205,-1.2963,0.0000,91.0168,0.0000,91.0168,7.9326,83.0842,0.0000,83.0842,0.4087,82.6754,0.0000,28.6638,13.2001,40.8115,1.2021,19984.4088,19984.4088,19984.4088,19984.4088,19984.4088 +412.5000,1.0000,5264.0535,71.5840,71.8950,-0.1728,0.0000,5,1951.9340,137.2893,811.4202,-116.3051,28.0628,165.8592,-23.7735,1.7056,17.9245,0.0000,0.0000,8.4327,18.1339,-0.9368,0.0000,19.0707,0.0000,19.0707,7.8104,11.2603,0.0000,11.2603,-0.3049,11.5653,0.0000,28.7917,13.2198,-30.4462,1.1906,6896.2457,6896.2457,6896.2457,6896.2457,6896.2457 +413.5000,1.0000,5283.7168,70.7880,71.2730,-0.2694,0.0000,6,1738.0790,-92.2694,707.4290,-108.3909,-16.7941,128.7600,-19.7283,-24.3450,0.6380,0.0000,0.0000,6.9129,0.5581,-0.6581,0.0000,1.2163,0.0000,1.2163,7.7235,-6.5073,0.0000,-6.5073,-0.4703,-6.0370,0.0000,27.8426,13.0728,-46.9524,1.1600,274.3542,274.3542,274.3542,274.3542,274.3542 +414.5000,1.0000,5303.1031,69.7905,70.3030,-0.2847,0.0070,6,1446.5935,-13.8443,524.3677,-94.3752,-2.0972,79.4348,-14.2966,-5.6324,-2.8859,0.0000,0.0000,6.4211,-2.7799,-0.6779,0.0000,-2.1020,0.0000,-2.1020,7.6147,-9.7167,0.0000,-9.7167,-0.4899,-9.2267,0.1179,26.6823,12.8886,-48.9155,1.1110,1741.6940,1741.6940,1741.6940,1741.6940,1741.6940 +415.5000,1.0000,5322.0626,68.2545,69.2780,-0.5686,0.0110,6,1363.7370,-89.4612,533.0401,-89.4612,-12.7760,76.1236,-12.7760,-1.6293,-17.5494,0.0000,0.0000,6.4028,-17.5624,-0.8031,0.0000,-16.7593,0.0000,-16.7593,7.4471,-24.2064,34.5389,-58.7453,-0.9569,-57.7885,0.1812,24.9633,12.6049,-95.5379,1.0727,0.0000,0.0000,0.0000,0.0000,0.0000 +416.5000,1.0000,5340.6018,66.7410,67.2310,-0.2722,0.0110,6,1328.2215,15.3966,490.3441,-87.3548,2.1415,68.2025,-12.1503,-1.3100,-2.7036,0.0000,0.0000,6.1551,-2.6906,-0.6380,0.0000,-2.0526,0.0000,-2.0526,7.2820,-9.3346,0.0000,-9.3346,-0.4479,-8.8866,0.1772,23.3352,12.3254,-44.7245,1.0624,2006.2104,2006.2104,2006.2104,2006.2104,2006.2104 +417.5000,1.0000,5358.9703,66.1265,66.2510,-0.0692,0.0020,6,1309.4530,259.3677,529.2272,-86.2417,35.5660,72.5706,-11.8259,-0.2178,29.7004,0.0000,0.0000,6.0833,29.6949,-1.0875,0.0000,30.7824,0.0000,30.7824,7.2149,23.5675,0.0000,23.5675,-0.1128,23.6803,0.0319,22.6955,12.2119,-11.2590,1.0443,7380.3429,7380.3429,7380.3429,7380.3429,7380.3429 +418.5000,1.0000,5377.3413,66.1355,66.0020,0.0742,0.0000,6,1300.2980,430.9765,630.0735,-85.6988,58.6847,85.7951,-11.6693,-0.5148,53.1315,0.0000,0.0000,6.0680,52.7616,-1.5682,0.0000,54.3298,0.0000,54.3298,7.2159,47.1139,0.0000,47.1139,0.1209,46.9929,0.0000,22.7047,12.2136,12.0746,1.0692,11736.1106,11736.1106,11736.1106,11736.1106,11736.1106 +419.5000,1.0000,5395.7854,66.3990,66.2690,0.0722,0.0000,6,1305.7530,435.2924,701.6600,-86.0223,59.5211,95.9437,-11.7625,0.9544,52.4599,0.0000,0.0000,6.1067,52.8347,-1.5725,0.0000,54.4072,0.0000,54.4072,7.2447,47.1626,0.0000,47.1626,0.1182,47.0443,0.0000,22.9772,12.2623,11.8049,1.0703,11895.3773,11895.3773,11895.3773,11895.3773,11895.3773 +420.5000,1.0000,5414.3517,66.8385,66.5290,0.1719,0.0000,6,1311.8185,553.1512,704.2942,-86.3820,75.9882,96.7512,-11.8666,-0.4702,70.3538,0.0000,0.0000,6.1046,69.7180,-1.9290,0.0000,71.6470,0.0000,71.6470,7.2926,64.3544,0.0000,64.3544,0.2833,64.0710,0.0000,23.4369,12.3434,28.2907,1.0717,14978.9554,14978.9554,14978.9554,14978.9554,14978.9554 +421.5000,1.0000,5433.1203,67.5670,67.1480,0.2328,0.0000,6,1315.1755,638.4922,754.1339,-86.5811,87.9363,103.8630,-11.9244,0.7425,81.0148,0.0000,0.0000,6.1789,81.0784,-2.1736,0.0000,83.2520,0.0000,83.2520,7.4569,75.7951,0.0000,75.7951,0.3878,75.4073,0.0000,24.2120,12.4780,38.7173,1.1149,17197.7177,17197.7177,17197.7177,17197.7177,17197.7177 +422.5000,1.0000,5452.1615,68.5485,67.9860,0.3125,0.0000,6,1341.8020,739.1392,787.3812,-88.1603,103.8588,110.6374,-12.3877,1.4365,96.0250,0.0000,0.0000,6.3973,96.4808,-2.5052,0.0000,98.9861,0.0000,98.9861,7.7831,91.2030,0.0000,91.2030,0.5281,90.6749,0.0000,25.2833,12.6592,52.7324,1.2562,20196.4422,20196.4422,20196.4422,20196.4422,20196.4422 +423.5000,1.0000,5471.5222,69.6985,69.1110,0.3264,0.0000,6,1370.8320,757.4289,828.9198,-89.8820,108.7313,118.9941,-12.9028,0.9763,101.3508,0.0000,0.0000,6.4043,101.3539,-2.6195,0.0000,103.9734,0.0000,103.9734,7.9635,96.0098,0.0000,96.0098,0.5609,95.4490,0.0000,26.5774,12.8716,56.0000,1.2016,21147.4540,21147.4540,21147.4540,21147.4540,21147.4540 +424.5000,1.0000,5491.1635,70.7085,70.2860,0.2347,0.0000,6,1396.2765,662.4087,838.3066,-91.3910,96.8559,122.5753,-13.3630,1.1874,87.2318,0.0000,0.0000,8.4367,87.5736,-2.3437,0.0000,89.9173,0.0000,89.9173,7.8455,82.0718,0.0000,82.0718,0.4092,81.6626,0.0000,27.7486,13.0581,40.8559,1.2486,18896.2649,18896.2649,18896.2649,18896.2649,18896.2649 +425.5000,1.0000,5511.0003,71.4125,71.1310,0.1564,0.0000,6,1405.7755,568.7060,805.7880,-91.9544,83.7206,118.6220,-13.5368,-0.3754,75.7688,0.0000,0.0000,8.3272,75.2378,-2.0946,0.0000,77.3325,0.0000,77.3325,7.7917,69.5408,0.0000,69.5408,0.2753,69.2655,0.0000,28.5851,13.1881,27.4922,1.2121,16392.3625,16392.3625,16392.3625,16392.3625,16392.3625 +426.5000,1.0000,5530.9954,71.9825,71.6940,0.1603,0.0000,6,1414.6260,580.8655,771.0700,-92.4793,86.0490,114.2258,-13.6998,1.1466,76.5645,0.0000,0.0000,8.3379,76.9704,-2.1372,0.0000,79.1075,0.0000,79.1075,7.8539,71.2537,0.0000,71.2537,0.2844,70.9692,0.0000,29.2751,13.2934,28.4007,1.0876,16816.8957,16816.8957,16816.8957,16816.8957,16816.8957 +427.5000,1.0000,5551.1831,72.6755,72.2710,0.2247,0.0000,6,1429.6560,659.1482,776.5103,-93.3707,98.6832,116.2539,-13.9788,0.1608,90.1893,0.0000,0.0000,8.3332,89.8050,-2.4125,0.0000,92.2174,0.0000,92.2174,8.0607,84.1567,0.0000,84.1567,0.4027,83.7541,0.0000,30.1293,13.4214,40.2034,1.0779,19222.5089,19222.5089,19222.5089,19222.5089,19222.5089 +428.5000,1.0000,5571.5857,73.4495,73.0800,0.2053,0.0000,6,1440.8715,642.7375,807.3949,-94.0359,96.9812,121.8260,-14.1889,0.8304,87.7458,0.0000,0.0000,8.4050,87.8752,-2.3812,0.0000,90.2564,0.0000,90.2564,8.1024,82.1539,0.0000,82.1539,0.3717,81.7822,0.0000,31.1020,13.5643,37.1159,1.0811,18895.5536,18895.5536,18895.5536,18895.5536,18895.5536 +429.5000,1.0000,5592.2053,74.2305,73.8190,0.2286,0.0000,6,1460.8225,673.7423,801.8881,-95.2191,103.0671,122.6704,-14.5663,0.9479,93.6004,0.0000,0.0000,8.5187,93.7577,-2.5128,0.0000,96.2705,0.0000,96.2705,8.2644,88.0061,0.0000,88.0061,0.4184,87.5877,0.0000,32.1049,13.7085,41.7743,1.1014,20096.2335,20096.2335,20096.2335,20096.2335,20096.2335 +430.5000,1.0000,5613.0122,74.9050,74.6420,0.1461,0.0000,6,1480.1630,575.2141,814.9287,-96.3662,89.1595,126.3158,-14.9370,0.7975,79.7792,0.0000,0.0000,8.5828,79.9713,-2.2334,0.0000,82.2047,0.0000,82.2047,8.1727,74.0320,0.0000,74.0320,0.2698,73.7621,0.0000,32.9874,13.8331,26.9416,1.1086,17454.8247,17454.8247,17454.8247,17454.8247,17454.8247 +431.5000,1.0000,5633.9549,75.3935,75.1680,0.1253,0.0000,6,1497.3675,550.5573,782.6434,-97.3865,86.3296,122.7216,-15.2706,0.7752,76.8884,0.0000,0.0000,8.6659,77.0908,-2.1791,0.0000,79.2699,0.0000,79.2699,8.2260,71.0439,0.0000,71.0439,0.2329,70.8110,0.0000,33.6369,13.9233,23.2508,1.1004,16957.0845,16957.0845,16957.0845,16957.0845,16957.0845 +432.5000,1.0000,5654.9936,75.7395,75.6190,0.0669,0.0000,6,1496.6045,480.1083,776.2974,-97.3413,75.2445,121.6645,-15.2557,-0.8450,67.5080,0.0000,0.0000,8.5815,66.9867,-1.9727,0.0000,68.9594,0.0000,68.9594,8.2638,60.6957,0.0000,60.6957,0.1250,60.5706,0.0000,34.1020,13.9872,12.4815,1.1001,14928.0373,14928.0373,14928.0373,14928.0373,14928.0373 +433.5000,1.0000,5676.1083,76.0130,75.8600,0.0850,0.0000,6,1498.3215,497.9635,751.5149,-97.4431,78.1324,117.9156,-15.2892,1.0039,70.4424,0.0000,0.0000,6.6861,70.8128,-2.0557,0.0000,72.8685,0.0000,72.8685,8.2936,64.5749,0.0000,64.5749,0.1593,64.4156,0.0000,34.4728,14.0377,15.9051,1.1007,15457.7488,15457.7488,15457.7488,15457.7488,15457.7488 +434.5000,1.0000,5697.3244,76.3780,76.1660,0.1178,0.0000,6,1503.9675,535.0430,758.2115,-97.7780,84.2666,119.4146,-15.3996,-0.4862,78.0642,0.0000,0.0000,6.6887,77.5756,-2.2009,0.0000,79.7765,0.0000,79.7765,8.3334,71.4430,0.0000,71.4430,0.2218,71.2213,0.0000,34.9719,14.1051,22.1442,1.1174,16589.5845,16589.5845,16589.5845,16589.5845,16589.5845 +435.5000,1.0000,5718.6929,76.9265,76.5900,0.1869,0.0000,6,1509.8040,627.2912,771.9167,-98.1241,99.1787,122.0449,-15.5140,1.0293,91.4018,0.0000,0.0000,6.7476,91.6729,-2.5011,0.0000,94.1740,0.0000,94.1740,8.4806,85.6933,0.0000,85.6933,0.3546,85.3388,0.0000,35.7312,14.2064,35.4012,1.1050,19385.8850,19385.8850,19385.8850,19385.8850,19385.8850 +436.5000,1.0000,5740.2707,77.6800,77.2630,0.2317,0.0000,6,1527.6190,684.0858,804.0425,-99.1807,109.4345,128.6242,-15.8661,0.6299,101.9632,0.0000,0.0000,6.8414,101.8645,-2.7224,0.0000,104.5870,0.0000,104.5870,8.7061,95.8809,0.0000,95.8809,0.4437,95.4372,0.0000,36.7918,14.3456,44.2998,1.1363,21382.6196,21382.6196,21382.6196,21382.6196,21382.6196 +437.5000,1.0000,5762.0479,78.3980,78.0970,0.1672,0.0000,6,1541.3900,610.0048,824.9567,-99.9974,98.4633,133.1595,-16.1410,0.6680,90.9287,0.0000,0.0000,6.8666,90.9956,-2.5046,0.0000,93.5002,0.0000,93.5002,8.6057,84.8945,0.0000,84.8945,0.3232,84.5713,0.0000,37.8209,14.4782,32.2722,1.1263,19307.1110,19307.1110,19307.1110,19307.1110,19307.1110 +438.5000,1.0000,5783.9814,78.9605,78.6990,0.1453,0.0000,6,1557.4120,585.4907,802.1302,-100.9477,95.4887,130.8209,-16.4637,0.8574,87.6982,0.0000,0.0000,6.9331,87.9119,-2.4472,0.0000,90.3591,0.0000,90.3591,8.6152,81.7439,0.0000,81.7439,0.2828,81.4611,0.0000,38.6407,14.5821,28.2383,1.1168,18776.1269,18776.1269,18776.1269,18776.1269,18776.1269 +439.5000,1.0000,5806.0382,79.4045,79.2220,0.1014,0.0000,6,1570.2680,533.0379,796.3076,-101.7101,87.6517,130.9433,-16.7250,0.3752,80.3311,0.0000,0.0000,6.9455,80.3455,-2.2950,0.0000,82.6404,0.0000,82.6404,8.6637,73.9768,0.0000,73.9768,0.1985,73.7783,0.0000,39.2960,14.6640,19.8182,1.1318,17320.3156,17320.3156,17320.3156,17320.3156,17320.3156 +440.5000,1.0000,5828.1968,79.7710,79.5870,0.1022,0.0000,6,1575.9135,537.6540,781.2375,-102.0449,88.7287,128.9271,-16.8404,0.1698,81.3313,0.0000,0.0000,7.2276,81.2344,-2.3180,0.0000,83.5524,0.0000,83.5524,8.7036,74.8488,0.0000,74.8488,0.2010,74.6477,0.0000,39.8427,14.7317,20.0733,1.3960,17544.8016,17544.8016,17544.8016,17544.8016,17544.8016 +441.5000,1.0000,5850.4464,80.0985,79.9550,0.0797,0.0000,6,1592.9275,512.3609,784.1539,-103.0540,85.4674,130.8055,-17.1905,1.4927,76.9016,0.0000,0.0000,7.0731,77.4995,-2.2442,0.0000,79.7436,0.0000,79.7436,8.7394,71.0043,0.0000,71.0043,0.1574,70.8468,0.0000,40.3353,14.7922,15.7193,1.1361,16996.5824,16996.5824,16996.5824,16996.5824,16996.5824 +442.5000,1.0000,5872.7703,80.3660,80.2420,0.0689,0.0000,6,1598.8785,493.0777,778.4565,-103.4070,82.5581,130.3402,-17.3139,-0.9140,76.4641,0.0000,0.0000,7.0079,75.9018,-2.2142,0.0000,78.1160,0.0000,78.1160,8.7686,69.3474,0.0000,69.3474,0.1365,69.2109,0.0000,40.7407,14.8416,13.6286,1.1247,16477.9474,16477.9474,16477.9474,16477.9474,16477.9474 +443.5000,1.0000,5895.1340,80.5095,80.4900,0.0108,0.0000,6,1596.9710,432.3482,772.9266,-103.2938,72.3035,129.2599,-17.2743,0.7258,64.5123,0.0000,0.0000,7.0654,64.7956,-1.9846,0.0000,66.7801,0.0000,66.7801,8.7842,57.9959,0.0000,57.9959,0.0215,57.9744,0.0000,40.9593,14.8681,2.1470,1.1243,14526.7269,14526.7269,14526.7269,14526.7269,14526.7269 +444.5000,1.0000,5917.4907,80.4840,80.5290,-0.0250,0.0000,6,1601.0150,384.7513,754.3202,-103.5096,64.5066,126.4677,-17.3542,-0.3301,57.8145,0.0000,0.0000,7.0222,57.7255,-1.8370,0.0000,59.5625,0.0000,59.5625,8.7814,50.7811,0.0000,50.7811,-0.0496,50.8307,0.0000,40.9204,14.8634,-4.9531,1.1251,13063.9171,13063.9171,13063.9171,13063.9171,13063.9171 +445.5000,1.0000,5939.8349,80.4390,80.4390,0.0000,0.0000,6,1592.7370,415.9944,738.8140,-103.0427,69.3841,123.2275,-17.1866,-0.4813,62.7404,0.0000,0.0000,7.1251,62.5465,-1.9368,0.0000,64.4834,0.0000,64.4834,8.7765,55.7069,0.0000,55.7069,0.0000,55.7069,0.0000,40.8518,14.8551,0.0000,1.2374,13957.4959,13957.4959,13957.4959,13957.4959,13957.4959 +446.5000,1.0000,5962.1722,80.4145,80.4390,-0.0136,0.0000,6,1587.7395,402.7662,747.3166,-102.7463,66.9670,124.2546,-17.0834,-0.0075,59.8221,0.0000,0.0000,7.1524,59.8374,-1.8801,0.0000,61.7175,0.0000,61.7175,8.7739,52.9437,0.0000,52.9437,-0.0270,52.9707,0.0000,40.8145,14.8506,-2.6944,1.2768,13508.1695,13508.1695,13508.1695,13508.1695,13508.1695 +447.5000,1.0000,5984.4785,80.3025,80.3900,-0.0486,0.0000,6,1588.9980,360.2309,742.9154,-102.8210,59.9422,123.6207,-17.1094,0.1303,52.6963,0.0000,0.0000,7.1157,52.7981,-1.7321,0.0000,54.5301,0.0000,54.5301,8.7616,45.7685,0.0000,45.7685,-0.0962,45.8647,0.0000,40.6442,14.8299,-9.6093,1.2231,12192.2763,12192.2763,12192.2763,12192.2763,12192.2763 +448.5000,1.0000,6006.7265,80.0930,80.2150,-0.0678,0.0000,6,1584.2680,333.3795,728.9191,-102.5404,55.3090,120.9307,-17.0119,-0.5901,48.8282,0.0000,0.0000,7.0710,48.7154,-1.6444,0.0000,50.3599,0.0000,50.3599,8.7388,41.6211,0.0000,41.6211,-0.1338,41.7549,0.0000,40.3270,14.7912,-13.3632,1.2222,11309.0340,11309.0340,11309.0340,11309.0340,11309.0340 +449.5000,1.0000,6028.8760,79.7380,79.9710,-0.1294,0.0000,6,1578.0120,261.7831,719.0152,-102.1694,43.2594,118.8166,-16.8834,-0.0185,36.0759,0.0000,0.0000,7.2020,36.1772,-1.3789,0.0000,37.5561,0.0000,37.5561,8.7000,28.8561,0.0000,28.8561,-0.2545,29.1106,0.0000,39.7934,14.7256,-25.4084,1.3557,9048.7492,9048.7492,9048.7492,9048.7492,9048.7492 +450.5000,1.0000,6050.8672,79.1685,79.5050,-0.1869,0.0000,6,1571.9845,187.2267,694.4925,-101.8119,30.8208,114.3258,-16.7601,-0.5634,24.2705,0.0000,0.0000,7.1138,24.2836,-1.1241,0.0000,25.4077,0.0000,25.4077,8.6379,16.7698,0.0000,16.7698,-0.3649,17.1347,0.0000,38.9472,14.6205,-36.4329,1.2855,6745.7243,6745.7243,6745.7243,6745.7243,6745.7243 +451.5000,1.0000,6072.6800,78.5260,78.8320,-0.1700,0.0000,6,1551.7665,199.5327,665.0320,-100.6128,32.4242,108.0681,-16.3496,-1.3705,26.8629,0.0000,0.0000,6.9317,26.7181,-1.1671,0.0000,27.8852,0.0000,27.8852,8.5678,19.3174,0.0000,19.3174,-0.3291,19.6465,0.0000,38.0065,14.5018,-32.8618,1.1785,7019.2486,7019.2486,7019.2486,7019.2486,7019.2486 +452.5000,1.0000,6094.3104,77.8695,78.2200,-0.1947,0.0000,6,1536.0495,174.0615,664.4590,-99.6807,27.9986,106.8814,-16.0341,-0.1260,21.1171,0.0000,0.0000,7.0074,21.1942,-1.0441,0.0000,22.2382,0.0000,22.2382,8.4962,13.7421,0.0000,13.7421,-0.3738,14.1159,0.0000,37.0614,14.3806,-37.3261,1.2759,6186.0046,6186.0046,6186.0046,6186.0046,6186.0046 +453.5000,1.0000,6115.7461,77.1685,77.5190,-0.1947,0.0000,6,1536.5070,170.2926,655.3354,-99.7078,27.4005,105.4452,-16.0433,0.1692,20.2454,0.0000,0.0000,6.9860,20.3615,-1.0183,0.0000,21.3798,0.0000,21.3798,8.4197,12.9601,0.0000,12.9601,-0.3705,13.3306,0.0000,36.0695,14.2511,-36.9900,1.2509,6075.6263,6075.6263,6075.6263,6075.6263,6075.6263 +454.5000,1.0000,6137.0119,76.5570,76.8180,-0.1450,0.0000,6,1529.9075,219.1932,652.3848,-99.3164,35.1173,104.5196,-15.9116,-0.7885,28.9806,0.0000,0.0000,6.9252,28.9202,-1.1893,0.0000,30.1096,0.0000,30.1096,8.3530,21.7566,0.0000,21.7566,-0.2737,22.0303,0.0000,35.2185,14.1382,-27.3264,1.2496,7493.7467,7493.7467,7493.7467,7493.7467,7493.7467 +455.5000,1.0000,6158.1343,76.0405,76.2960,-0.1419,0.0000,6,1512.8940,220.6349,664.8970,-98.3074,34.9552,105.3396,-15.5748,-0.8010,28.9001,0.0000,0.0000,6.8560,28.8323,-1.1814,0.0000,30.0137,0.0000,30.0137,8.2966,21.7171,0.0000,21.7171,-0.2661,21.9832,0.0000,34.5105,14.0428,-26.5701,1.2213,7457.0172,7457.0172,7457.0172,7457.0172,7457.0172 +456.5000,1.0000,6179.1382,75.6140,75.7850,-0.0950,0.0000,6,1500.2675,276.5110,661.8112,-97.5585,43.4420,103.9756,-15.3272,-0.3690,36.9567,0.0000,0.0000,6.8543,36.9416,-1.3453,0.0000,38.2869,0.0000,38.2869,8.2501,30.0368,0.0000,30.0368,-0.1771,30.2139,0.0000,33.9328,13.9640,-17.6830,1.2440,9034.4819,9034.4819,9034.4819,9034.4819,9034.4819 +457.5000,1.0000,6200.0521,75.2900,75.4430,-0.0850,0.0000,6,1485.4280,284.7936,678.1143,-96.6784,44.3007,105.4832,-15.0387,-0.9883,38.5384,0.0000,0.0000,6.7505,38.3353,-1.3705,0.0000,39.7058,0.0000,39.7058,8.2147,31.4911,0.0000,31.4911,-0.1578,31.6488,0.0000,33.4984,13.9042,-15.7538,1.2287,9175.2089,9175.2089,9175.2089,9175.2089,9175.2089 +458.5000,1.0000,6220.9432,75.2080,75.1370,0.0394,0.0000,6,1479.4385,439.7448,679.0749,-96.3232,68.1281,105.2066,-14.9230,0.4401,60.8758,0.0000,0.0000,6.8122,61.0175,-1.8421,0.0000,62.8596,0.0000,62.8596,8.2058,54.6538,0.0000,54.6538,0.0731,54.5807,0.0000,33.3890,13.8891,7.3026,1.2652,13588.6947,13588.6947,13588.6947,13588.6947,13588.6947 +459.5000,1.0000,6241.8778,75.3645,75.2790,0.0475,0.0000,6,1489.7000,448.0703,734.9253,-96.9318,69.8994,114.6491,-15.1215,0.4956,62.6026,0.0000,0.0000,6.8012,62.7590,-1.8802,0.0000,64.6393,0.0000,64.6393,8.2229,56.4164,0.0000,56.4164,0.0883,56.3281,0.0000,33.5979,13.9180,8.8123,1.2295,13936.7284,13936.7284,13936.7284,13936.7284,13936.7284 +460.5000,1.0000,6262.8932,75.6555,75.4500,0.1142,0.0000,6,1502.7465,526.9383,739.8885,-97.7056,82.9228,116.4342,-15.3757,0.7041,75.3629,0.0000,0.0000,6.8558,75.5404,-2.1499,0.0000,77.6903,0.0000,77.6903,8.2546,69.4357,0.0000,69.4357,0.2130,69.2227,0.0000,33.9888,13.9717,21.2622,1.2445,16341.8790,16341.8790,16341.8790,16341.8790,16341.8790 +461.5000,1.0000,6284.0143,76.0360,75.8610,0.0972,0.0000,6,1509.8040,506.8212,768.9722,-98.1241,80.1316,121.5794,-15.5140,-0.0530,73.3142,0.0000,0.0000,6.8705,73.1181,-2.1040,0.0000,75.2221,0.0000,75.2221,8.2961,66.9259,0.0000,66.9259,0.1823,66.7437,0.0000,34.5041,14.0420,18.1976,1.2709,15845.7754,15845.7754,15845.7754,15845.7754,15845.7754 +462.5000,1.0000,6305.2275,76.3675,76.2110,0.0869,0.0000,6,1509.3465,498.6434,762.8385,-98.0970,78.8148,120.5730,-15.5051,0.0106,71.9622,0.0000,0.0000,6.8419,71.8205,-2.0808,0.0000,73.9013,0.0000,73.9013,8.3323,65.5690,0.0000,65.5690,0.1637,65.4053,0.0000,34.9573,14.1032,16.3448,1.2457,15600.9214,15600.9214,15600.9214,15600.9214,15600.9214 +463.5000,1.0000,6326.5029,76.5915,76.5240,0.0375,0.0000,6,1510.7195,442.7390,760.0116,-98.1784,70.0423,120.2355,-15.5320,0.1168,63.0113,0.0000,0.0000,6.9142,63.0083,-1.8999,0.0000,64.9082,0.0000,64.9082,8.3567,56.5515,0.0000,56.5515,0.0708,56.4806,0.0000,35.2657,14.1446,7.0704,1.2836,13986.7696,13986.7696,13986.7696,13986.7696,13986.7696 +464.5000,1.0000,6347.8650,76.9035,76.6590,0.1358,0.0000,6,1512.2070,562.8401,740.9405,-98.2666,89.1302,117.3338,-15.5613,0.0213,82.2136,0.0000,0.0000,6.8954,81.9654,-2.2986,0.0000,84.2640,0.0000,84.2640,8.3908,75.8732,0.0000,75.8732,0.2575,75.6157,0.0000,35.6988,14.2022,25.7147,1.2713,17486.8428,17486.8428,17486.8428,17486.8428,17486.8428 +465.5000,1.0000,6369.3642,77.3970,77.1480,0.1383,0.0000,6,1523.8805,570.6602,782.6809,-98.9590,91.0662,124.9005,-15.7919,1.0710,83.0584,0.0000,0.0000,6.9368,83.4138,-2.3346,0.0000,85.7484,0.0000,85.7484,8.4446,77.3038,0.0000,77.3038,0.2640,77.0398,0.0000,36.3905,14.2933,26.3560,1.2359,17849.3796,17849.3796,17849.3796,17849.3796,17849.3796 +466.5000,1.0000,6390.9842,77.8320,77.6460,0.1033,0.0000,6,1536.1260,527.6286,786.9127,-99.6852,84.8758,126.5849,-16.0356,0.0756,77.7949,0.0000,0.0000,7.0053,77.6499,-2.2198,0.0000,79.8697,0.0000,79.8697,8.4921,71.3776,0.0000,71.3776,0.1983,71.1793,0.0000,37.0073,14.3736,19.7983,1.2884,16754.6314,16754.6314,16754.6314,16754.6314,16754.6314 +467.5000,1.0000,6412.6828,78.1150,78.0180,0.0539,0.0000,6,1542.5730,471.8007,774.2303,-100.0676,76.2137,125.0675,-16.1647,0.5348,68.6231,0.0000,0.0000,7.0557,68.7889,-2.0386,0.0000,70.8275,0.0000,70.8275,8.5230,62.3045,0.0000,62.3045,0.1038,62.2007,0.0000,37.4123,14.4259,10.3625,1.2771,15139.4747,15139.4747,15139.4747,15139.4747,15139.4747 +468.5000,1.0000,6434.4357,78.3105,78.2120,0.0547,0.0000,6,1551.9570,471.1255,757.0716,-100.6241,76.5676,123.0397,-16.3535,0.3563,69.2237,0.0000,0.0000,6.9876,69.3033,-2.0517,0.0000,71.3549,0.0000,71.3549,8.5443,62.8106,0.0000,62.8106,0.1057,62.7050,0.0000,37.6939,14.4620,10.5490,1.2161,15228.4785,15228.4785,15228.4785,15228.4785,15228.4785 +469.5000,1.0000,6456.2428,78.5055,78.4090,0.0536,0.0000,6,1550.3925,469.6889,757.6692,-100.5313,76.2572,123.0127,-16.3219,-0.5049,69.7711,0.0000,0.0000,6.9909,69.4472,-2.0570,0.0000,71.5042,0.0000,71.5042,8.5656,62.9386,0.0000,62.9386,0.1038,62.8348,0.0000,37.9762,14.4980,10.3606,1.2284,15164.4391,15164.4391,15164.4391,15164.4391,15164.4391 +470.5000,1.0000,6478.1090,78.7185,78.6020,0.0647,0.0000,6,1551.4990,489.0906,757.1240,-100.5970,79.4638,123.0119,-16.3443,0.6106,71.7777,0.0000,0.0000,7.0755,71.9677,-2.1121,0.0000,74.0798,0.0000,74.0798,8.5888,65.4910,0.0000,65.4910,0.1256,65.3653,0.0000,38.2862,14.5374,12.5418,1.2791,15793.6600,15793.6600,15793.6600,15793.6600,15793.6600 +471.5000,1.0000,6500.0221,78.8870,78.8350,0.0289,0.0000,6,1564.4695,444.9362,764.5246,-101.3662,72.8943,125.2527,-16.6069,0.6304,65.1669,0.0000,0.0000,7.0969,65.3972,-1.9773,0.0000,67.3744,0.0000,67.3744,8.6072,58.7672,0.0000,58.7672,0.0562,58.7110,0.0000,38.5325,14.5685,5.6100,1.2695,14543.9809,14543.9809,14543.9809,14543.9809,14543.9809 +472.5000,1.0000,6521.9504,78.9420,78.9390,0.0017,0.0000,6,1567.0635,408.5920,751.7822,-101.5201,67.0510,123.3693,-16.6597,-0.3818,60.4164,0.0000,0.0000,7.0164,60.2612,-1.8709,0.0000,62.1321,0.0000,62.1321,8.6132,53.5189,0.0000,53.5189,0.0032,53.5157,0.0000,38.6132,14.5786,0.3239,1.2190,13496.1756,13496.1756,13496.1756,13496.1756,13496.1756 +473.5000,1.0000,6543.8613,78.8790,78.9450,-0.0367,0.0000,6,1566.0715,365.6190,740.1584,-101.4612,59.9610,121.3850,-16.6395,0.2862,52.6444,0.0000,0.0000,7.0304,52.7886,-1.7145,0.0000,54.5031,0.0000,54.5031,8.6063,45.8968,0.0000,45.8968,-0.0713,45.9681,0.0000,38.5208,14.5670,-7.1197,1.1812,12162.9856,12162.9856,12162.9856,12162.9856,12162.9856 +474.5000,1.0000,6565.7419,78.7705,78.8130,-0.0236,0.0000,6,1560.0440,377.0631,725.2904,-101.1038,61.5998,118.4888,-16.5171,-0.8625,55.4076,0.0000,0.0000,7.0547,55.1176,-1.7617,0.0000,56.8793,0.0000,56.8793,8.5945,48.2848,0.0000,48.2848,-0.0459,48.3307,0.0000,38.3620,14.5470,-4.5784,1.2681,12469.8516,12469.8516,12469.8516,12469.8516,12469.8516 +475.5000,1.0000,6587.5874,78.6435,78.7280,-0.0469,0.0000,6,1552.4525,353.9640,727.5224,-100.6535,57.5448,118.2751,-16.3635,0.1346,50.3391,0.0000,0.0000,7.0711,50.4391,-1.6627,0.0000,52.1018,0.0000,52.1018,8.5806,43.5211,0.0000,43.5211,-0.0910,43.6122,0.0000,38.1768,14.5235,-9.0882,1.2288,11679.5662,11679.5662,11679.5662,11679.5662,11679.5662 +476.5000,1.0000,6609.3964,78.5125,78.5590,-0.0258,0.0000,6,1553.8640,376.4405,719.5252,-100.7372,61.2545,117.0813,-16.3920,0.0000,54.2361,0.0000,0.0000,7.0184,54.2683,-1.7409,0.0000,56.0091,0.0000,56.0091,8.5663,47.4428,0.0000,47.4428,-0.0500,47.4928,0.0000,37.9863,14.4993,-4.9928,1.2416,12396.8612,12396.8612,12396.8612,12396.8612,12396.8612 +477.5000,1.0000,6631.1881,78.4500,78.4660,-0.0089,0.0000,6,1555.2375,395.2226,727.2043,-100.8187,64.3676,118.4355,-16.4197,0.1312,57.3414,0.0000,0.0000,6.8950,57.4037,-1.8054,0.0000,59.2092,0.0000,59.2092,8.5595,50.6497,0.0000,50.6497,-0.0172,50.6669,0.0000,37.8957,14.4878,-1.7166,1.1164,12997.9373,12997.9373,12997.9373,12997.9373,12997.9373 +478.5000,1.0000,6652.9928,78.4970,78.4340,0.0350,0.0000,6,1547.3030,446.3854,732.4940,-100.3481,72.3292,118.6883,-16.2597,-0.8845,66.3253,0.0000,0.0000,6.8884,65.8734,-1.9825,0.0000,67.8559,0.0000,67.8559,8.5646,59.2912,0.0000,59.2912,0.0677,59.2235,0.0000,37.9639,14.4965,6.7632,1.1275,14407.6478,14407.6478,14407.6478,14407.6478,14407.6478 +479.5000,1.0000,6674.8617,78.7280,78.5600,0.0933,0.0000,6,1546.1965,524.5728,748.6718,-100.2825,84.9374,121.2229,-16.2375,0.7788,77.2273,0.0000,0.0000,6.9314,77.4716,-2.2269,0.0000,79.6985,0.0000,79.6985,8.5898,71.1086,0.0000,71.1086,0.1812,70.9275,0.0000,38.3002,14.5391,18.0882,1.1398,16785.1839,16785.1839,16785.1839,16785.1839,16785.1839 +480.5000,1.0000,6696.8024,78.9865,78.8960,0.0503,0.0000,6,1552.5670,471.0919,774.7781,-100.6603,76.5922,125.9669,-16.3658,-0.1746,69.8516,0.0000,0.0000,6.9152,69.6894,-2.0679,0.0000,71.7573,0.0000,71.7573,8.6181,63.1392,0.0000,63.1392,0.0979,63.0413,0.0000,38.6785,14.5869,9.7759,1.1159,15234.5925,15234.5925,15234.5925,15234.5925,15234.5925 +481.5000,1.0000,6718.7067,78.8555,79.0770,-0.1231,0.0000,6,1557.5645,266.9356,758.2780,-100.9567,43.5393,123.6810,-16.4668,0.6532,35.9001,0.0000,0.0000,6.9860,36.1590,-1.3677,0.0000,37.5268,0.0000,37.5268,8.6038,28.9230,0.0000,28.9230,-0.2392,29.1623,0.0000,38.4867,14.5627,-23.8870,1.1169,9072.1596,9072.1596,9072.1596,9072.1596,9072.1596 +482.5000,1.0000,6740.5006,78.4580,78.6340,-0.0978,0.0000,6,1555.8860,286.5181,691.6604,-100.8572,46.6830,112.6936,-16.4329,-0.8128,40.5626,0.0000,0.0000,6.9332,40.4315,-1.4519,0.0000,41.8834,0.0000,41.8834,8.5604,33.3230,0.0000,33.3230,-0.1891,33.5122,0.0000,37.9075,14.4893,-18.8846,1.1291,9675.8815,9675.8815,9675.8815,9675.8815,9675.8815 +483.5000,1.0000,6762.1860,78.0675,78.2820,-0.1192,0.0000,6,1538.6050,260.4864,694.7058,-99.8323,41.9702,111.9326,-16.0852,-0.8290,35.9046,0.0000,0.0000,6.8946,35.7982,-1.3507,0.0000,37.1489,0.0000,37.1489,8.5178,28.6311,0.0000,28.6311,-0.2294,28.8605,0.0000,37.3444,14.4171,-22.9010,1.1133,8743.1691,8743.1691,8743.1691,8743.1691,8743.1691 +484.5000,1.0000,6783.7403,77.5955,77.8530,-0.1431,0.0000,6,1526.9320,232.6635,682.5652,-99.1400,37.2029,109.1421,-15.8525,-0.2718,30.5872,0.0000,0.0000,6.8875,30.6308,-1.2374,0.0000,31.8681,0.0000,31.8681,8.4663,23.4018,0.0000,23.4018,-0.2737,23.6755,0.0000,36.6712,14.3300,-27.3257,1.0968,7874.3532,7874.3532,7874.3532,7874.3532,7874.3532 +485.5000,1.0000,6805.1547,77.0920,77.3380,-0.1367,0.0000,6,1520.4470,236.8726,671.0439,-98.7553,37.7151,106.8442,-15.7239,-0.3348,31.1460,0.0000,0.0000,6.9039,31.1720,-1.2426,0.0000,32.4146,0.0000,32.4146,8.4113,24.0033,0.0000,24.0033,-0.2598,24.2630,0.0000,35.9619,14.2370,-25.9359,1.1349,7967.5034,7967.5034,7967.5034,7967.5034,7967.5034 +486.5000,1.0000,6826.4397,76.6260,76.8460,-0.1222,0.0000,6,1519.7605,253.0760,671.9992,-98.7146,40.2768,106.9480,-15.7103,0.2706,33.1005,0.0000,0.0000,6.9057,33.2592,-1.2806,0.0000,34.5397,0.0000,34.5397,8.3605,26.1792,0.0000,26.1792,-0.2309,26.4101,0.0000,35.3137,14.1509,-23.0545,1.1223,8438.7533,8438.7533,8438.7533,8438.7533,8438.7533 +487.5000,1.0000,6847.6054,76.1965,76.4060,-0.1164,0.0000,6,1515.9460,252.0634,676.7465,-98.4884,40.0149,107.4332,-15.6350,-0.6250,33.8295,0.0000,0.0000,6.8105,33.7725,-1.2862,0.0000,35.0586,0.0000,35.0586,8.3136,26.7450,0.0000,26.7450,-0.2186,26.9637,0.0000,34.7232,14.0716,-21.8311,1.0781,8391.4059,8391.4059,8391.4059,8391.4059,8391.4059 +488.5000,1.0000,6868.6724,75.8410,75.9870,-0.0811,0.0000,6,1502.7850,293.0342,673.5778,-97.7078,46.1152,106.0018,-15.3764,-0.5950,39.9121,0.0000,0.0000,6.7981,39.8175,-1.4079,0.0000,41.2254,0.0000,41.2254,8.2749,32.9505,0.0000,32.9505,-0.1517,33.1022,0.0000,34.2393,14.0060,-15.1431,1.1024,9529.9630,9529.9630,9529.9630,9529.9630,9529.9630 +489.5000,1.0000,6889.6935,75.6760,75.6950,-0.0106,0.0000,6,1500.8775,380.0257,686.7903,-97.5947,59.7292,107.9439,-15.3391,0.4184,52.4186,0.0000,0.0000,6.8922,52.5904,-1.6720,0.0000,54.2624,0.0000,54.2624,8.2568,46.0056,0.0000,46.0056,-0.0197,46.0253,0.0000,34.0162,13.9755,-1.9664,1.1438,12086.8992,12086.8992,12086.8992,12086.8992,12086.8992 +490.5000,1.0000,6910.7164,75.6825,75.6570,0.0142,0.0000,6,1501.4880,405.6921,717.1736,-97.6309,63.7892,112.7651,-15.3510,-0.3623,57.3269,0.0000,0.0000,6.8245,57.1577,-1.7673,0.0000,58.9249,0.0000,58.9249,8.2576,50.6674,0.0000,50.6674,0.0264,50.6409,0.0000,34.0249,13.9767,2.6393,1.1165,12845.8931,12845.8931,12845.8931,12845.8931,12845.8931 +491.5000,1.0000,6931.7550,75.7390,75.7080,0.0172,0.0000,6,1497.5205,412.2652,725.8138,-97.3956,64.6514,113.8221,-15.2736,-0.0035,57.8387,0.0000,0.0000,6.8162,57.8136,-1.7816,0.0000,59.5952,0.0000,59.5952,8.2637,51.3315,0.0000,51.3315,0.0322,51.2993,0.0000,34.1012,13.9871,3.2110,1.1150,12994.7946,12994.7946,12994.7946,12994.7946,12994.7946 +492.5000,1.0000,6952.7978,75.7540,75.7700,-0.0089,0.0000,6,1490.4250,380.6982,727.0938,-96.9748,59.4182,113.4826,-15.1355,-0.6459,53.2616,0.0000,0.0000,6.8026,53.0206,-1.6819,0.0000,54.7025,0.0000,54.7025,8.2654,46.4371,0.0000,46.4371,-0.0166,46.4537,0.0000,34.1215,13.9899,-1.6576,1.1270,12015.8604,12015.8604,12015.8604,12015.8604,12015.8604 +493.5000,1.0000,6973.8246,75.6965,75.7380,-0.0231,0.0000,6,1491.0735,368.5514,715.2949,-97.0133,57.5474,111.6896,-15.1481,0.7056,50.0319,0.0000,0.0000,6.8099,50.3181,-1.6249,0.0000,51.9430,0.0000,51.9430,8.2591,43.6839,0.0000,43.6839,-0.0430,43.7269,0.0000,34.0438,13.9793,-4.2962,1.0835,11663.4013,11663.4013,11663.4013,11663.4013,11663.4013 +494.5000,1.0000,6994.8164,75.5705,75.6550,-0.0469,0.0000,6,1498.9700,334.6380,712.0099,-97.4816,52.5287,111.7655,-15.3019,0.0176,45.6702,0.0000,0.0000,6.8409,45.7272,-1.5278,0.0000,47.2550,0.0000,47.2550,8.2453,39.0096,0.0000,39.0096,-0.0875,39.0971,0.0000,33.8741,13.9560,-8.7330,1.1156,10733.3371,10733.3371,10733.3371,10733.3371,10733.3371 +495.5000,1.0000,7015.7806,75.4710,75.4860,-0.0083,0.0000,6,1498.3980,378.8482,700.7156,-97.4477,59.4458,109.9506,-15.2907,-0.0702,52.6938,0.0000,0.0000,6.8222,52.6774,-1.6714,0.0000,54.3489,0.0000,54.3489,8.2345,46.1144,0.0000,46.1144,-0.0155,46.1299,0.0000,33.7405,13.9376,-1.5482,1.1153,12032.0244,12032.0244,12032.0244,12032.0244,12032.0244 +496.5000,1.0000,7036.7261,75.4040,75.4560,-0.0289,0.0000,6,1493.2860,353.7866,715.6046,-97.1445,55.3239,111.9038,-15.1911,-0.3988,48.9061,0.0000,0.0000,6.8167,48.7973,-1.5898,0.0000,50.3871,0.0000,50.3871,8.2272,42.1599,0.0000,42.1599,-0.0537,42.2136,0.0000,33.6507,13.9253,-5.3623,1.1280,11247.6140,11247.6140,11247.6140,11247.6140,11247.6140 +497.5000,1.0000,7057.6585,75.3565,75.3520,0.0025,0.0000,6,1495.6510,394.0994,706.6079,-97.2847,61.7255,110.6719,-15.2371,0.6167,54.2460,0.0000,0.0000,6.8629,54.4862,-1.7078,0.0000,56.1940,0.0000,56.1940,8.2220,47.9720,0.0000,47.9720,0.0046,47.9674,0.0000,33.5871,13.9165,0.4638,1.1289,12457.4157,12457.4157,12457.4157,12457.4157,12457.4157 +498.5000,1.0000,7078.5833,75.3295,75.3610,-0.0175,0.0000,6,1501.3730,366.1422,721.6013,-97.6241,57.5661,113.4526,-15.3488,-0.0915,50.7862,0.0000,0.0000,6.8714,50.7738,-1.6301,0.0000,52.4040,0.0000,52.4040,8.2190,44.1849,0.0000,44.1849,-0.0325,44.2174,0.0000,33.5511,13.9115,-3.2451,1.1310,11680.8277,11680.8277,11680.8277,11680.8277,11680.8277 +499.5000,1.0000,7099.4967,75.2880,75.2980,-0.0056,0.0000,6,1489.4330,378.7207,710.9045,-96.9160,59.0702,110.8820,-15.1163,-1.0014,53.2847,0.0000,0.0000,6.7869,52.9001,-1.6739,0.0000,54.5740,0.0000,54.5740,8.2145,46.3595,0.0000,46.3595,-0.0103,46.3698,0.0000,33.4956,13.9038,-1.0296,1.0974,11948.7452,11948.7452,11948.7452,11948.7452,11948.7452 +500.5000,1.0000,7120.4107,75.2905,75.2780,0.0069,0.0000,6,1475.0515,399.6862,712.7692,-96.0630,61.7383,110.0993,-14.8386,-0.3110,55.3342,0.0000,0.0000,6.7152,55.1962,-1.7218,0.0000,56.9180,0.0000,56.9180,8.2148,48.7032,0.0000,48.7032,0.0129,48.6903,0.0000,33.4990,13.9043,1.2871,1.0630,12439.4530,12439.4530,12439.4530,12439.4530,12439.4530 +501.5000,1.0000,7141.3225,75.2825,75.3030,-0.0114,0.0000,6,1484.5500,394.5091,719.8982,-96.6264,61.3311,111.9166,-15.0217,1.1790,51.3604,0.0000,0.0000,8.7917,51.8219,-1.6514,0.0000,53.4733,0.0000,53.4733,8.2139,45.2594,0.0000,45.2594,-0.0211,45.2805,0.0000,33.4883,13.9028,-2.1106,1.0956,12371.0314,12371.0314,12371.0314,12371.0314,12371.0314 +502.5000,1.0000,7162.2347,75.2840,75.2620,0.0122,0.0000,6,1491.4165,413.7871,719.6646,-97.0336,64.6256,112.3978,-15.1548,-0.5555,56.3993,0.0000,0.0000,8.7818,56.1536,-1.7417,0.0000,57.8952,0.0000,57.8952,8.2141,49.6811,0.0000,49.6811,0.0227,49.6585,0.0000,33.4903,13.9031,2.2651,1.1128,12973.1896,12973.1896,12973.1896,12973.1896,12973.1896 +503.5000,1.0000,7183.1479,75.2875,75.3060,-0.0103,0.0000,6,1488.6320,391.4078,726.8747,-96.8685,61.0162,113.3119,-15.1007,0.2999,51.9062,0.0000,0.0000,8.8101,52.0334,-1.6559,0.0000,53.6893,0.0000,53.6893,8.2145,45.4748,0.0000,45.4748,-0.0191,45.4939,0.0000,33.4950,13.9037,-1.9048,1.1117,12315.7815,12315.7815,12315.7815,12315.7815,12315.7815 +504.5000,1.0000,7204.0739,75.3335,75.2690,0.0358,0.0000,6,1486.3815,443.9688,718.4297,-96.7350,69.1053,111.8261,-15.0571,-0.5049,60.8440,0.0000,0.0000,8.7663,60.5657,-1.8342,0.0000,62.3998,0.0000,62.3998,8.2195,54.1804,0.0000,54.1804,0.0666,54.1138,0.0000,33.5564,13.9122,6.6451,1.1255,13783.8208,13783.8208,13783.8208,13783.8208,13783.8208 +505.5000,1.0000,7225.0364,75.4650,75.3980,0.0372,0.0000,6,1482.6810,450.4368,736.6557,-96.5155,69.9375,114.3776,-14.9856,0.1667,61.0200,0.0000,0.0000,8.7508,61.0412,-1.8456,0.0000,62.8868,0.0000,62.8868,8.2338,54.6530,0.0000,54.6530,0.0693,54.5837,0.0000,33.7325,13.9365,6.9148,1.0949,13929.5443,13929.5443,13929.5443,13929.5443,13929.5443 +506.5000,1.0000,7246.0231,75.5520,75.5320,0.0111,0.0000,6,1492.0270,419.9699,739.1954,-97.0698,65.6181,115.4954,-15.1666,0.6886,56.1150,0.0000,0.0000,8.8145,56.3827,-1.7496,0.0000,58.1323,0.0000,58.1323,8.2433,49.8890,0.0000,49.8890,0.0207,49.8683,0.0000,33.8492,13.9526,2.0665,1.1130,13156.7872,13156.7872,13156.7872,13156.7872,13156.7872 +507.5000,1.0000,7267.0249,75.6065,75.5720,0.0192,0.0000,6,1494.3160,424.6614,729.6253,-97.2056,66.4529,114.1750,-15.2112,-0.4796,58.1844,0.0000,0.0000,8.7481,57.9545,-1.7830,0.0000,59.7374,0.0000,59.7374,8.2493,51.4882,0.0000,51.4882,0.0357,51.4525,0.0000,33.9225,13.9627,3.5673,1.0993,13315.5973,13315.5973,13315.5973,13315.5973,13315.5973 +508.5000,1.0000,7288.0360,75.6400,75.6410,-0.0006,0.0000,6,1494.2015,405.5221,731.4963,-97.1988,63.4530,114.4590,-15.2089,0.4690,54.1900,0.0000,0.0000,8.7940,54.3761,-1.7088,0.0000,56.0849,0.0000,56.0849,8.2529,47.8320,0.0000,47.8320,-0.0010,47.8330,0.0000,33.9676,13.9688,-0.1034,1.0992,12766.7263,12766.7263,12766.7263,12766.7263,12766.7263 +509.5000,1.0000,7309.0697,75.7215,75.6390,0.0458,0.0000,6,1498.6265,445.5442,725.1701,-97.4612,69.9218,113.8052,-15.2952,-0.0632,63.1592,0.0000,0.0000,6.8259,63.0615,-1.8907,0.0000,64.9523,0.0000,64.9523,8.2618,56.6904,0.0000,56.6904,0.0856,56.6049,0.0000,34.0776,13.9839,8.5434,1.0863,13959.7169,13959.7169,13959.7169,13959.7169,13959.7169 +510.5000,1.0000,7330.1485,75.8835,75.8040,0.0442,0.0000,6,1495.3080,446.0181,739.3914,-97.2644,69.8412,115.7800,-15.2305,-0.2417,63.2083,0.0000,0.0000,6.8746,63.0310,-1.8920,0.0000,64.9230,0.0000,64.9230,8.2795,56.6435,0.0000,56.6435,0.0826,56.5609,0.0000,34.2968,14.0138,8.2503,1.1142,13937.8465,13937.8465,13937.8465,13937.8465,13937.8465 +511.5000,1.0000,7351.2815,76.0790,75.9630,0.0644,0.0000,6,1502.1745,474.7009,739.7159,-97.6716,74.6739,116.3628,-15.3645,0.8762,66.8038,0.0000,0.0000,6.9939,67.1238,-1.9796,0.0000,69.1034,0.0000,69.1034,8.3008,60.8026,0.0000,60.8026,0.1209,60.6817,0.0000,34.5626,14.0499,12.0692,1.1440,14828.2438,14828.2438,14828.2438,14828.2438,14828.2438 +512.5000,1.0000,7372.4574,76.2330,76.1950,0.0211,0.0000,6,1511.4440,419.0217,750.9980,-98.2214,66.3219,118.8665,-15.5463,-0.0213,59.3893,0.0000,0.0000,6.9539,59.3507,-1.8195,0.0000,61.1702,0.0000,61.1702,8.3176,52.8526,0.0000,52.8526,0.0397,52.8129,0.0000,34.7728,14.0783,3.9617,1.1332,13313.7724,13313.7724,13313.7724,13313.7724,13313.7724 +513.5000,1.0000,7393.6597,76.3285,76.2710,0.0319,0.0000,6,1508.2395,432.7332,732.4514,-98.0313,68.3470,115.6852,-15.4833,-0.2756,61.6922,0.0000,0.0000,6.9303,61.5242,-1.8659,0.0000,63.3900,0.0000,63.3900,8.3280,55.0620,0.0000,55.0620,0.0601,55.0019,0.0000,34.9037,14.0960,6.0022,1.1190,13678.7511,13678.7511,13678.7511,13678.7511,13678.7511 +514.5000,1.0000,7414.9028,76.4750,76.3860,0.0494,0.0000,6,1502.5940,456.9562,736.4308,-97.6965,71.9026,115.8783,-15.3727,-0.2464,65.2245,0.0000,0.0000,6.9246,65.0329,-1.9407,0.0000,66.9736,0.0000,66.9736,8.3440,58.6296,0.0000,58.6296,0.0932,58.5363,0.0000,35.1051,14.1230,9.3082,1.1441,14323.6642,14323.6642,14323.6642,14323.6642,14323.6642 +515.5000,1.0000,7436.1814,76.6030,76.5640,0.0217,0.0000,6,1506.3325,427.3861,744.5802,-97.9182,67.4171,117.4521,-15.4459,0.5928,59.8499,0.0000,0.0000,6.9743,60.0740,-1.8389,0.0000,61.9129,0.0000,61.9129,8.3580,53.5549,0.0000,53.5549,0.0409,53.5140,0.0000,35.2816,14.1467,4.0857,1.1323,13509.1147,13509.1147,13509.1147,13509.1147,13509.1147 +516.5000,1.0000,7457.4807,76.6775,76.6420,0.0197,0.0000,6,1512.3215,421.7987,735.2236,-98.2734,66.8002,116.4373,-15.5636,-0.0390,59.8806,0.0000,0.0000,6.9586,59.8363,-1.8349,0.0000,61.6711,0.0000,61.6711,8.3661,53.3050,0.0000,53.3050,0.0373,53.2677,0.0000,35.3846,14.1604,3.7227,1.1205,13400.8968,13400.8968,13400.8968,13400.8968,13400.8968 +517.5000,1.0000,7478.7558,76.5905,76.7130,-0.0681,0.0000,6,1516.1745,317.9451,734.2412,-98.5019,50.4812,116.5780,-15.6395,0.3978,43.1252,0.0000,0.0000,6.9582,43.3160,-1.4896,0.0000,44.8057,0.0000,44.8057,8.3566,36.4491,0.0000,36.4491,-0.1285,36.5776,0.0000,35.2644,14.1444,-12.8312,1.0928,10359.7024,10359.7024,10359.7024,10359.7024,10359.7024 +518.5000,1.0000,7499.9204,76.1925,76.4680,-0.1531,0.0000,6,1512.5125,209.5013,698.3136,-98.2848,33.1829,110.6059,-15.5673,-0.7370,27.0072,0.0000,0.0000,6.9127,26.9630,-1.1442,0.0000,28.1073,0.0000,28.1073,8.3132,19.7941,0.0000,19.7941,-0.2875,20.0816,0.0000,34.7179,14.0709,-28.7072,1.1334,7129.2552,7129.2552,7129.2552,7129.2552,7129.2552 +519.5000,1.0000,7520.9318,75.6410,75.9170,-0.1533,0.0000,6,1496.1855,206.4775,656.9640,-97.3164,32.3509,102.9332,-15.2476,-0.7711,26.2836,0.0000,0.0000,6.8384,26.2319,-1.1225,0.0000,27.3544,0.0000,27.3544,8.2530,19.1014,0.0000,19.1014,-0.2860,19.3873,0.0000,33.9694,13.9690,-28.5511,1.1145,6956.3424,6956.3424,6956.3424,6956.3424,6956.3424 +520.5000,1.0000,7541.7968,75.1140,75.3650,-0.1394,0.0000,6,1490.0055,224.7671,653.7321,-96.9499,35.0711,102.0038,-15.1274,0.2024,27.9977,0.0000,0.0000,6.8709,28.1333,-1.1559,0.0000,29.2892,0.0000,29.2892,8.1955,21.0937,0.0000,21.0937,-0.2582,21.3519,0.0000,33.2643,13.8717,-25.7841,1.1122,7449.2174,7449.2174,7449.2174,7449.2174,7449.2174 +521.5000,1.0000,7562.5129,74.5780,74.8630,-0.1583,0.0000,6,1480.6210,192.5219,657.9712,-96.3933,29.8506,102.0186,-14.9458,-1.0545,24.1410,0.0000,0.0000,6.7641,24.0438,-1.0644,0.0000,25.1082,0.0000,25.1082,8.1370,16.9711,0.0000,16.9711,-0.2911,17.2623,0.0000,32.5574,13.7727,-29.0678,1.0942,6486.6055,6486.6055,6486.6055,6486.6055,6486.6055 +522.5000,1.0000,7583.0910,74.0810,74.2930,-0.1178,0.0000,6,1462.0810,241.2555,641.8226,-95.2938,36.9383,98.2687,-14.5903,-0.6234,30.8403,0.0000,0.0000,6.7214,30.7819,-1.1990,0.0000,31.9810,0.0000,31.9810,8.0828,23.8981,0.0000,23.8981,-0.2151,24.1132,0.0000,31.9106,13.6809,-21.4783,1.0873,7739.3187,7739.3187,7739.3187,7739.3187,7739.3187 +523.5000,1.0000,7603.5417,73.6225,73.8690,-0.1369,0.0000,6,1453.0400,218.5284,657.0334,-94.7576,33.2517,99.9755,-14.4185,-0.1872,26.7221,0.0000,0.0000,6.7169,26.7731,-1.1102,0.0000,27.8833,0.0000,27.8833,8.0328,19.8505,0.0000,19.8505,-0.2486,20.0991,0.0000,31.3219,13.5963,-24.8190,1.0847,7068.6344,7068.6344,7068.6344,7068.6344,7068.6344 +524.5000,1.0000,7623.8622,73.1540,73.3760,-0.1233,0.0000,6,1447.5090,230.8945,647.0157,-94.4295,34.9996,98.0764,-14.3139,-0.3052,28.6238,0.0000,0.0000,6.6810,28.6429,-1.1438,0.0000,29.7866,0.0000,29.7866,7.9817,21.8050,0.0000,21.8050,-0.2224,22.0274,0.0000,30.7276,13.5097,-22.2100,1.0972,7378.8130,7378.8130,7378.8130,7378.8130,7378.8130 +525.5000,1.0000,7644.0596,72.7105,72.9320,-0.1231,0.0000,6,1444.2665,229.6338,650.6747,-94.2372,34.7306,98.4101,-14.2527,0.0169,28.0690,0.0000,0.0000,6.6446,28.1585,-1.1286,0.0000,29.2871,0.0000,29.2871,7.9333,21.3538,0.0000,21.3538,-0.2206,21.5744,0.0000,30.1722,13.4278,-22.0256,1.0821,7328.5765,7328.5765,7328.5765,7328.5765,7328.5765 +526.5000,1.0000,7664.1076,72.1730,72.4890,-0.1756,0.0000,6,1435.9885,160.6708,648.4643,-93.7463,24.1611,97.5137,-14.0972,-0.7468,18.3199,0.0000,0.0000,6.5880,18.2920,-0.9169,0.0000,19.2088,0.0000,19.2088,7.8746,11.3342,0.0000,11.3342,-0.3124,11.6466,0.0000,29.5083,13.3286,-31.1902,1.0797,5373.1809,5373.1809,5373.1809,5373.1809,5373.1809 +527.5000,1.0000,7684.0169,71.6735,71.8570,-0.1019,0.0000,6,1424.3535,247.7382,619.4910,-93.0562,36.9521,92.4020,-13.8801,-0.2770,30.6107,0.0000,0.0000,6.6184,30.6210,-1.1681,0.0000,31.7891,0.0000,31.7891,7.8201,23.9689,0.0000,23.9689,-0.1801,24.1491,0.0000,28.8994,13.2363,-17.9867,1.1327,7724.9097,7724.9097,7724.9097,7724.9097,7724.9097 +528.5000,1.0000,7703.8165,71.2785,71.4900,-0.1175,0.0000,6,1416.3425,226.6969,650.6296,-92.5811,33.6235,96.5008,-13.7315,-0.4214,27.4563,0.0000,0.0000,6.5885,27.4439,-1.0974,0.0000,28.5413,0.0000,28.5413,7.7770,20.7642,0.0000,20.7642,-0.2065,20.9707,0.0000,28.4243,13.1634,-20.6170,1.1303,7111.9402,7111.9402,7111.9402,7111.9402,7111.9402 +529.5000,1.0000,7723.5100,70.8965,71.0670,-0.0947,0.0000,6,1401.3505,250.0520,639.3965,-91.6920,36.6949,93.8309,-13.4557,-0.8733,31.0859,0.0000,0.0000,6.4822,30.9352,-1.1658,0.0000,32.1011,0.0000,32.1011,7.7354,24.3657,0.0000,24.3657,-0.1656,24.5313,0.0000,27.9697,13.0928,-16.5313,1.0978,7675.5215,7675.5215,7675.5215,7675.5215,7675.5215 +530.5000,1.0000,7743.1210,70.5995,70.7260,-0.0703,0.0000,6,1391.3175,282.7362,645.9053,-91.0969,41.1942,94.1074,-13.2727,0.0098,34.7167,0.0000,0.0000,6.4678,34.7818,-1.2426,0.0000,36.0245,0.0000,36.0245,7.7030,28.3215,0.0000,28.3215,-0.1223,28.4438,0.0000,27.6196,13.0380,-12.2137,1.0667,8502.5654,8502.5654,8502.5654,8502.5654,8502.5654 +531.5000,1.0000,7762.6328,70.2425,70.4730,-0.1281,0.0000,6,1396.3530,213.2201,658.6665,-91.3956,31.1783,96.3140,-13.3644,0.4220,24.2854,0.0000,0.0000,6.4709,24.4513,-1.0234,0.0000,25.4747,0.0000,25.4747,7.6640,17.8106,0.0000,17.8106,-0.2218,18.0324,0.0000,27.2029,12.9721,-22.1425,1.0541,6640.2957,6640.2957,6640.2957,6640.2957,6640.2957 +532.5000,1.0000,7782.0228,69.8040,70.0120,-0.1156,0.0000,6,1389.0670,217.0410,630.7073,-90.9635,31.5714,91.7444,-13.2318,-1.0413,26.2487,0.0000,0.0000,6.3640,26.0958,-1.0528,0.0000,27.1486,0.0000,27.1486,7.6162,19.5324,0.0000,19.5324,-0.1989,19.7313,0.0000,26.6966,12.8911,-19.8564,1.0378,6696.1124,6696.1124,6696.1124,6696.1124,6696.1124 +533.5000,1.0000,7801.3038,69.4115,69.5960,-0.1025,0.0000,6,1372.8545,236.9166,628.9402,-90.0019,34.0603,90.4196,-12.9391,-0.3377,27.8732,0.0000,0.0000,6.5248,27.8660,-1.0853,0.0000,28.9513,0.0000,28.9513,7.5733,21.3779,0.0000,21.3779,-0.1754,21.5533,0.0000,26.2487,12.8186,-17.5140,1.2022,7130.4690,7130.4690,7130.4690,7130.4690,7130.4690 +534.5000,1.0000,7820.4940,69.0850,69.2270,-0.0789,0.0000,6,1367.7805,264.4124,635.0108,-89.7010,37.8727,90.9549,-12.8482,-0.0898,31.4286,0.0000,0.0000,6.5339,31.4687,-1.1567,0.0000,32.6254,0.0000,32.6254,7.5377,25.0877,0.0000,25.0877,-0.1344,25.2221,0.0000,25.8800,12.7583,-13.4162,1.2148,7846.5883,7846.5883,7846.5883,7846.5883,7846.5883 +535.5000,1.0000,7839.6407,68.9280,68.9430,-0.0083,0.0000,6,1365.2625,346.8122,645.2750,-89.5517,49.5837,92.2549,-12.8032,-0.1215,43.1641,0.0000,0.0000,6.5411,43.1277,-1.3979,0.0000,44.5256,0.0000,44.5256,7.5206,37.0050,0.0000,37.0050,-0.0142,37.0191,0.0000,25.7038,12.7293,-1.4140,1.2141,10021.5725,10021.5725,10021.5725,10021.5725,10021.5725 +536.5000,1.0000,7858.7947,68.9545,68.9130,0.0231,0.0000,6,1361.8675,384.7074,677.7241,-89.3503,54.8648,96.6532,-12.7426,-0.1627,48.5336,0.0000,0.0000,6.4939,48.4351,-1.5088,0.0000,49.9439,0.0000,49.9439,7.5235,42.4204,0.0000,42.4204,0.0392,42.3812,0.0000,25.7335,12.7342,3.9135,1.1708,11035.3516,11035.3516,11035.3516,11035.3516,11035.3516 +537.5000,1.0000,7878.0313,69.2515,68.9960,0.1419,0.0000,6,1361.6770,531.0341,692.5574,-89.3390,75.7225,98.7549,-12.7393,0.1468,69.0795,0.0000,0.0000,6.4963,68.9142,-1.9387,0.0000,70.8529,0.0000,70.8529,7.5559,63.2970,0.0000,63.2970,0.2424,63.0547,0.0000,26.0678,12.7890,24.1979,1.2130,14888.3327,14888.3327,14888.3327,14888.3327,14888.3327 +538.5000,1.0000,7897.4072,69.7535,69.5070,0.1369,0.0000,6,1371.9005,528.1771,750.9215,-89.9454,75.8806,107.8812,-12.9220,0.7135,68.7559,0.0000,0.0000,6.4113,68.9367,-1.9447,0.0000,70.8814,0.0000,70.8814,7.6107,63.2707,0.0000,63.2707,0.2355,63.0352,0.0000,26.6388,12.8817,23.5147,1.0751,14912.0779,14912.0779,14912.0779,14912.0779,14912.0779 +539.5000,1.0000,7916.9383,70.3120,70.0000,0.1733,0.0000,6,1383.0395,573.0429,751.1144,-90.6060,82.9947,108.7851,-13.1226,0.2268,76.3317,0.0000,0.0000,6.4362,76.1412,-2.1011,0.0000,78.2423,0.0000,78.2423,7.6716,70.5707,0.0000,70.5707,0.3005,70.2702,0.0000,27.2840,12.9849,30.0013,1.0783,16256.0528,16256.0528,16256.0528,16256.0528,16256.0528 +540.5000,1.0000,7936.6279,70.8825,70.6240,0.1436,0.0000,6,1396.3530,541.3193,769.8432,-91.3956,79.1548,112.5709,-13.3644,0.9127,71.7801,0.0000,0.0000,6.4620,72.0644,-2.0225,0.0000,74.0870,0.0000,74.0870,7.7338,66.3531,0.0000,66.3531,0.2510,66.1022,0.0000,27.9533,13.0902,25.0586,1.0400,15546.0480,15546.0480,15546.0480,15546.0480,15546.0480 +541.5000,1.0000,7956.4436,71.3365,71.1410,0.1086,0.0000,6,1406.5765,498.7129,759.4113,-92.0019,73.4586,111.8585,-13.5515,-0.0362,67.0002,0.0000,0.0000,6.4946,66.7972,-1.9179,0.0000,68.7151,0.0000,68.7151,7.7834,60.9317,0.0000,60.9317,0.1910,60.7407,0.0000,28.4937,13.1741,19.0728,1.0993,14499.3739,14499.3739,14499.3739,14499.3739,14499.3739 +542.5000,1.0000,7976.3699,71.7345,71.5320,0.1125,0.0000,6,1405.9665,508.2653,744.5080,-91.9657,74.8332,109.6157,-13.5403,-0.0164,68.3635,0.0000,0.0000,6.4861,68.1618,-1.9509,0.0000,70.1127,0.0000,70.1127,7.8268,62.2859,0.0000,62.2859,0.1990,62.0869,0.0000,28.9733,13.2476,19.8660,1.1132,14754.0431,14754.0431,14754.0431,14754.0431,14754.0431 +543.5000,1.0000,7996.3965,72.0960,71.9370,0.0883,0.0000,6,1417.2580,482.9424,748.1436,-92.6354,71.6759,111.0357,-13.7485,0.9993,64.1709,0.0000,0.0000,6.5056,64.5485,-1.8797,0.0000,66.4282,0.0000,66.4282,7.8662,58.5619,0.0000,58.5619,0.1570,58.4049,0.0000,29.4135,13.3143,15.6771,1.0461,14161.7862,14161.7862,14161.7862,14161.7862,14161.7862 +544.5000,1.0000,8016.5044,72.3885,72.2550,0.0742,0.0000,6,1431.1055,462.6826,740.3614,-93.4567,69.3399,110.9543,-14.0059,0.2079,62.5586,0.0000,0.0000,6.5734,62.5467,-1.8413,0.0000,64.3880,0.0000,64.3880,7.8982,56.4899,0.0000,56.4899,0.1324,56.3575,0.0000,29.7729,13.3684,13.2162,1.0783,13740.6792,13740.6792,13740.6792,13740.6792,13740.6792 +545.5000,1.0000,8036.6692,72.5930,72.5220,0.0394,0.0000,6,1436.6370,422.7535,734.7121,-93.7847,63.6008,110.5332,-14.1094,0.2793,56.6795,0.0000,0.0000,6.6420,56.7489,-1.7229,0.0000,58.4718,0.0000,58.4718,7.9205,50.5513,0.0000,50.5513,0.0706,50.4807,0.0000,30.0259,13.4061,7.0487,1.1363,12718.4467,12718.4467,12718.4467,12718.4467,12718.4467 +546.5000,1.0000,8056.8768,72.7475,72.6640,0.0464,0.0000,6,1439.5740,430.4271,720.6232,-93.9589,64.8877,108.6353,-14.1645,-0.0202,58.3012,0.0000,0.0000,6.6067,58.2251,-1.7554,0.0000,59.9805,0.0000,59.9805,7.9373,52.0432,0.0000,52.0432,0.0832,51.9600,0.0000,30.2180,13.4347,8.3073,1.0948,12950.3806,12950.3806,12950.3806,12950.3806,12950.3806 +547.5000,1.0000,8077.1051,72.8220,72.8310,-0.0050,0.0000,6,1439.5360,370.3458,723.8074,-93.9567,55.8288,109.1124,-14.1638,0.0169,49.2180,0.0000,0.0000,6.5940,49.2306,-1.5689,0.0000,50.7995,0.0000,50.7995,7.9455,42.8540,0.0000,42.8540,-0.0090,42.8630,0.0000,30.3109,13.4484,-0.8963,1.0948,11259.1823,11259.1823,11259.1823,11259.1823,11259.1823 +548.5000,1.0000,8097.3328,72.8195,72.8130,0.0036,0.0000,6,1439.6890,380.4859,701.3887,-93.9657,57.3635,105.7441,-14.1666,-0.0034,50.7600,0.0000,0.0000,6.6069,50.7541,-1.6006,0.0000,52.3547,0.0000,52.3547,7.9452,44.4095,0.0000,44.4095,0.0065,44.4030,0.0000,30.3078,13.4480,0.6473,1.0949,11559.5703,11559.5703,11559.5703,11559.5703,11559.5703 +549.5000,1.0000,8117.5588,72.8135,72.8260,-0.0069,0.0000,6,1441.9015,368.4264,705.3945,-94.0970,55.6308,106.5115,-14.2082,0.1993,48.7886,0.0000,0.0000,6.6429,48.8731,-1.5613,0.0000,50.4345,0.0000,50.4345,7.9445,42.4899,0.0000,42.4899,-0.0125,42.5024,0.0000,30.3003,13.4469,-1.2447,1.0955,11223.5616,11223.5616,11223.5616,11223.5616,11223.5616 +550.5000,1.0000,8137.7303,72.6175,72.8010,-0.1019,0.0000,6,1441.9395,252.7610,701.1243,-94.0992,38.1668,105.8695,-14.2089,-0.1959,31.7495,0.0000,0.0000,6.6132,31.7811,-1.2030,0.0000,32.9841,0.0000,32.9841,7.9231,25.0610,0.0000,25.0610,-0.1825,25.2435,0.0000,30.0564,13.4107,-18.2236,1.0955,7947.8780,7947.8780,7947.8780,7947.8780,7947.8780 +551.5000,1.0000,8157.7833,72.1910,72.4340,-0.1350,0.0000,6,1434.1575,209.9364,656.7127,-93.6377,31.5292,98.6281,-14.0629,-0.4905,25.4546,0.0000,0.0000,6.5651,25.4414,-1.0660,0.0000,26.5074,0.0000,26.5074,7.8766,18.6308,0.0000,18.6308,-0.2403,18.8711,0.0000,29.5301,13.3319,-23.9909,1.1074,6741.9950,6741.9950,6741.9950,6741.9950,6741.9950 +552.5000,1.0000,8177.6522,71.5280,71.9480,-0.2333,0.0000,6,1423.4000,91.1481,638.0227,-92.9997,13.5864,95.1025,-13.8624,-0.4535,7.5392,0.0000,0.0000,6.5007,7.5561,-0.6859,0.0000,8.2420,0.0000,8.2420,7.8043,0.4377,0.0000,0.4377,-0.4115,0.8492,0.0000,28.7246,13.2095,-41.0849,1.0901,3571.9218,3571.9218,3571.9218,3571.9218,3571.9218 +553.5000,1.0000,8197.2639,70.6020,71.1080,-0.2811,0.0000,6,1406.8820,25.7224,587.9828,-92.0200,3.7896,86.6265,-13.5572,-0.9789,-1.6594,0.0000,0.0000,6.4280,-1.6579,-0.6774,0.0000,-0.9805,0.0000,-0.9805,7.7032,-8.6837,0.0000,-8.6837,-0.4893,-8.1944,0.0000,27.6238,13.0384,-48.8567,1.0712,2400.0699,2400.0699,2400.0699,2400.0699,2400.0699 +554.5000,1.0000,8216.5897,69.5730,70.0960,-0.2906,0.0000,6,1387.0070,10.9549,556.3824,-90.8413,1.5912,80.8129,-13.1944,-0.7278,-4.0697,0.0000,0.0000,6.3887,-4.0753,-0.6878,0.0000,-3.3875,0.0000,-3.3875,7.5910,-10.9785,0.0000,-10.9785,-0.4984,-10.4801,0.0000,26.4337,12.8484,-49.7622,1.0795,2086.5982,2086.5982,2086.5982,2086.5982,2086.5982 +555.5000,1.0000,8235.6111,68.4770,69.0500,-0.3183,0.0000,6,1366.1405,-30.4743,544.0995,-89.6037,-4.3597,77.8399,-12.8189,-1.0337,-9.6106,0.0000,0.0000,6.2846,-9.6043,-0.7279,0.0000,-8.8764,0.0000,-8.8764,7.4714,-16.3478,0.0000,-16.3478,-0.5374,-15.8103,0.0000,25.2043,12.6460,-53.6607,1.0593,1217.8080,1217.8080,1217.8080,1217.8080,1217.8080 +556.5000,1.0000,8254.2849,67.2255,67.9040,-0.3769,0.1170,6,1336.7285,-87.8594,517.9859,-87.8594,-12.2987,72.5086,-12.2987,-1.4030,-17.0645,0.0000,0.0000,6.1687,-17.0180,-0.7846,0.0000,-16.2334,0.0000,-16.2334,7.3348,-23.5682,1.2739,-24.8422,-0.6248,-24.2174,1.8988,23.8483,12.4149,-62.3793,1.0507,0.0000,0.0000,0.0000,0.0000,0.0000 +557.5000,1.0000,8272.3428,65.0085,66.5470,-0.8547,0.8830,6,1305.6380,-86.0155,483.8491,-86.0155,-11.7606,66.1548,-11.7606,-1.1225,-16.8702,0.0000,0.0000,6.2322,-17.0939,-0.7575,0.0000,-16.3363,0.0000,-16.3363,7.0929,-23.4293,67.2837,-90.7130,-1.3699,-89.3431,13.8568,21.5757,12.0050,-136.7806,1.0303,0.0000,0.0000,0.0000,0.0000,0.0000 +558.5000,1.0000,8289.4674,61.6485,63.4700,-1.0119,2.1760,6,1248.4930,-82.6263,466.1470,-82.6263,-10.8027,60.9449,-10.8027,-3.3080,-13.4842,0.0000,0.0000,5.9895,-13.4146,-0.6802,0.0000,-12.7343,0.0000,-12.7343,6.7263,-19.4607,73.4836,-92.9442,-1.5381,-91.4062,32.3764,18.4059,11.3823,-153.5707,1.0323,0.0000,0.0000,0.0000,0.0000,0.0000 +559.5000,1.0000,8305.4026,57.3670,59.8270,-1.3667,3.5680,6,1182.5360,-78.7085,447.6594,-78.7085,-9.7469,55.4359,-9.7469,-1.6566,-14.0081,0.0000,0.0000,5.9178,-14.3533,-0.6386,0.0000,-13.7147,0.0000,-13.7147,6.2592,-19.9739,100.1434,-120.1174,-1.9330,-118.1844,49.3811,14.8455,10.5875,-192.9985,1.0192,0.0000,0.0000,0.0000,0.0000,0.0000 +560.5000,1.0000,8320.2868,53.5830,54.9070,-0.7356,3.9140,6,1100.7860,-73.8320,424.5887,-73.8320,-8.5109,48.9441,-8.5109,-3.9842,-10.0929,0.0000,0.0000,5.5662,-9.7945,-0.5506,0.0000,-9.2440,0.0000,-9.2440,5.8463,-15.0903,10.3433,-25.4336,-0.9717,-24.4619,50.5901,12.0825,9.8879,-97.0223,1.0119,0.0000,0.0000,0.0000,0.0000,0.0000 +561.5000,1.0000,8334.3475,50.6185,52.2590,-0.9114,3.8070,6,1031.3575,-68.8715,406.7925,-68.8715,-7.4384,43.9350,-7.4384,-0.6644,-12.2426,0.0000,0.0000,5.4687,-12.5240,-0.5444,0.0000,-11.9796,0.0000,-11.9796,5.5229,-17.5025,31.1811,-48.6835,-1.1374,-47.5461,46.4866,10.1905,9.3412,-113.5644,0.9723,0.0000,0.0000,0.0000,0.0000,0.0000 +562.5000,1.0000,8347.5293,47.4545,48.9780,-0.8464,3.8070,6,988.0980,-67.3077,395.5448,-67.3077,-6.9646,40.9284,-6.9646,-1.9884,-10.2099,0.0000,0.0000,5.2338,-10.1988,-0.4875,0.0000,-9.7113,0.0000,-9.7113,5.1777,-14.8890,24.2395,-39.1285,-0.9903,-38.1382,43.5809,8.3963,8.7573,-98.8727,0.9271,0.0000,0.0000,0.0000,0.0000,0.0000 +563.5000,1.0000,8359.8536,44.3675,45.9310,-0.8686,4.0940,6,922.4840,-71.0611,381.6095,-71.0611,-6.8647,36.8644,-6.8647,-1.8607,-10.0785,0.0000,0.0000,5.0745,-10.0747,-0.4539,0.0000,-9.6207,0.0000,-9.6207,4.8408,-14.4616,22.4937,-36.9553,-0.9502,-36.0052,43.8126,6.8635,8.1867,-94.8680,0.9464,0.0000,0.0000,0.0000,0.0000,0.0000 +564.5000,1.0000,8371.2764,41.1220,42.8040,-0.9344,4.4270,6,858.4725,-75.3168,410.0640,-75.3168,-6.7709,36.8644,-6.7709,-1.6431,-10.0147,0.0000,0.0000,4.8869,-10.0627,-0.4209,0.0000,-9.6418,0.0000,-9.6418,4.4867,-14.1285,24.4530,-38.5816,-0.9474,-37.6342,43.9044,5.4671,7.5868,-94.5926,0.9282,0.0000,0.0000,0.0000,0.0000,0.0000 +565.5000,1.0000,8381.6283,37.2670,39.4400,-1.2072,4.7270,6,735.1035,-86.4586,478.8831,-86.4586,-6.6556,36.8644,-6.6556,-4.1623,-6.7524,0.0000,0.0000,4.2592,-6.2711,-0.3461,0.0000,-5.9250,0.0000,-5.9250,4.0661,-9.9912,48.4374,-58.4285,-1.1092,-57.3193,42.4791,4.0762,6.8746,-110.7493,0.9402,0.0000,0.0000,0.0000,0.0000,0.0000 +566.5000,1.0000,8390.8003,33.0190,35.0940,-1.1528,5.2320,5,788.0525,-80.7794,446.7071,-80.7794,-6.6663,36.8644,-6.6663,7.0246,-18.9039,0.0000,0.0000,5.2130,-23.8870,-0.3746,0.0000,-23.5123,0.0000,-23.5123,3.6026,-27.1150,16.9497,-44.0647,-0.9385,-43.1262,41.6474,2.8367,6.0895,-93.6998,0.9669,0.0000,0.0000,0.0000,0.0000,0.0000 +567.5000,1.0000,8398.8894,29.1210,30.9440,-1.0128,6.0960,5,883.2685,-73.5437,398.5522,-73.5437,-6.8025,36.8644,-6.8025,-2.7086,-9.1270,0.0000,0.0000,5.0332,-9.1861,-0.2638,0.0000,-8.9223,0.0000,-8.9223,3.1773,-12.0996,11.1402,-23.2399,-0.7271,-22.5127,42.7756,1.9459,5.3680,-72.6022,0.9542,0.0000,0.0000,0.0000,0.0000,0.0000 +568.5000,1.0000,8405.7664,24.7570,27.2980,-1.4117,7.3070,5,716.6665,-88.4362,491.2029,-88.4362,-6.6371,36.8644,-6.6371,-5.1346,-5.7321,0.0000,0.0000,4.2297,-5.3479,-0.2074,0.0000,-5.1405,0.0000,-5.1405,2.7012,-7.8417,29.7342,-37.5759,-0.8617,-36.7142,43.5543,1.2035,4.5598,-86.0319,0.9384,0.0000,0.0000,0.0000,0.0000,0.0000 +569.5000,1.0000,8411.1613,19.4215,22.2160,-1.5525,8.5770,5,608.9380,-99.9910,578.1026,-99.9910,-6.3762,36.8644,-6.3762,0.3342,-10.8529,0.0000,0.0000,4.1424,-12.8630,-0.1884,0.0000,-12.6746,0.0000,-12.6746,2.1190,-14.7936,15.9471,-30.7408,-0.7434,-29.9974,40.0660,0.5869,3.5736,-74.2239,0.9103,0.0000,0.0000,0.0000,0.0000,0.0000 +570.5000,1.0000,8415.1061,14.2015,16.6270,-1.3475,8.9400,5,640.4210,-74.0069,549.6832,-96.6142,-4.9633,36.8644,-6.4794,0.8867,-10.2534,0.0000,0.0000,4.4035,-12.8006,-0.1418,0.0000,-12.6588,0.0000,-12.6588,1.5495,-14.2083,0.0000,-14.2083,-0.4718,-13.7365,30.5276,0.2314,2.6122,-47.1077,0.9319,0.0000,0.0000,0.0000,0.0000,0.0000 +571.5000,1.0000,8417.8833,9.9980,11.7760,-0.9878,8.5580,3,655.2985,42.3985,537.2035,-95.0185,2.9095,36.8644,-6.5204,-0.3086,-1.0025,0.0000,0.0000,4.2206,-1.2051,-0.2424,0.0000,-0.9627,0.0000,-0.9627,1.0909,-2.0536,0.0000,-2.0536,-0.2435,-1.8101,20.5803,0.0809,1.8397,-24.3109,0.9095,1238.4679,1238.4679,1238.4679,1238.4679,1238.4679 +572.5000,1.0000,8419.7758,6.8130,8.2200,-0.7817,5.9460,3,628.4430,32.3154,560.1600,-97.8990,2.1267,36.8644,-6.4428,-0.7405,-1.3221,0.0000,0.0000,4.1893,-1.6153,-0.1618,0.0000,-1.4535,0.0000,-1.4535,0.7434,-2.1969,0.0000,-2.1969,-0.1313,-2.0656,9.7622,0.0259,1.2560,-13.1096,0.9321,1113.7366,1113.7366,1113.7366,1113.7366,1113.7366 +573.5000,1.0000,8421.1069,4.7920,5.4060,-0.3411,2.9840,3,605.5165,74.0808,581.3692,-100.3580,4.6974,36.8644,-6.3637,-0.1390,0.6244,0.0000,0.0000,4.2121,0.7117,-0.0908,0.0000,0.8025,0.0000,0.8025,0.5228,0.2796,0.0000,0.2796,-0.0403,0.3199,3.4504,0.0088,0.8846,-4.0239,1.0554,1506.9565,1506.9565,1506.9565,1506.9565,1506.9565 +574.5000,1.0000,8422.1326,3.6925,4.1780,-0.2697,0.2580,1,600.8890,47.4433,585.8464,-100.8544,2.9854,36.8644,-6.3463,-0.0328,-1.2395,0.0000,0.0000,4.2576,-1.4250,-0.2675,0.0000,-1.1575,0.0000,-1.1575,0.4029,-1.5603,0.0000,-1.5603,-0.0246,-1.5358,0.2300,0.0040,0.6819,-2.4517,1.0766,1238.4557,1238.4557,1238.4557,1238.4557,1238.4557 +575.5000,1.0000,8422.8453,2.5655,3.2070,-0.3564,0.0000,1,601.6900,66.2955,585.0665,-100.7685,4.1772,36.8644,-6.3493,0.0624,-1.2701,0.0000,0.0000,5.3848,-1.6983,-0.1801,0.0000,-1.5182,0.0000,-1.5182,0.2799,-1.7981,0.0000,-1.7981,-0.0225,-1.7755,0.0000,0.0014,0.4738,-2.2507,1.0551,1426.2061,1426.2061,1426.2061,1426.2061,1426.2061 +576.5000,1.0000,8423.2317,1.3910,1.9240,-0.2961,0.0000,1,601.6900,76.9349,585.0665,-100.7685,4.8476,36.8644,-6.3493,-0.0624,-0.4352,0.0000,0.0000,5.3452,-0.7036,-0.0884,0.0000,-0.6152,0.0000,-0.6152,0.1518,-0.7670,0.0000,-0.7670,-0.0102,-0.7568,0.0000,0.0002,0.2569,-1.0139,1.0551,1531.7491,1531.7491,1531.7491,1531.7491,1531.7491 +577.5000,1.0000,8423.3535,0.4385,0.8580,-0.2331,0.0000,1,601.0795,87.5705,585.6607,-100.8339,5.5121,36.8644,-6.3470,0.0398,-0.0065,0.0000,0.0000,5.4788,-0.1506,-0.0253,0.0000,-0.1253,0.0000,-0.1253,0.0478,-0.1731,0.0000,-0.1731,-0.0025,-0.1706,0.0000,0.0000,0.0810,-0.2516,1.1302,1636.6927,1636.6927,1636.6927,1636.6927,1636.6927 +578.5000,1.0000,8423.2991,0.0095,0.0190,-0.1193,0.0000,0,602.3115,83.5900,584.4627,-100.7018,5.2724,36.8644,-6.3517,0.0056,0.0000,0.0000,0.0000,5.2667,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0010,-0.0010,0.0000,-0.0010,0.0000,-0.0010,0.0000,0.0000,0.0018,-0.0028,1.0109,1598.3399,1598.3399,1598.3399,1598.3399,1598.3399 +579.5000,1.0000,8423.1851,0.0000,0.0000,0.0000,0.0000,0,601.2815,83.9218,585.4639,-100.8123,5.2842,36.8644,-6.3478,-0.0437,0.0000,0.0000,0.0000,5.3279,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0108,1600.6836,1600.6836,1600.6836,1600.6836,1600.6836 +580.5000,1.0000,8423.0711,0.0000,0.0000,0.0000,0.0000,0,603.4560,87.7475,583.3543,-100.5790,5.5451,36.8644,-6.3560,0.1244,0.0000,0.0000,0.0000,5.4207,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0445,1640.6349,1640.6349,1640.6349,1640.6349,1640.6349 +581.5000,1.0000,8422.9571,0.0000,0.0000,0.0000,0.0000,0,603.7230,82.8998,583.0963,-100.5504,5.2411,36.8644,-6.3570,-0.1146,0.0000,0.0000,0.0000,5.3556,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0767,1592.7907,1592.7907,1592.7907,1592.7907,1592.7907 +582.5000,1.0000,8422.8431,0.0000,0.0000,0.0000,0.0000,0,601.5870,85.6665,585.1666,-100.7795,5.3968,36.8644,-6.3489,0.0352,0.0000,0.0000,0.0000,5.3616,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0659,1618.2722,1618.2722,1618.2722,1618.2722,1618.2722 +583.5000,1.0000,8422.7290,0.0000,0.0000,0.0000,0.0000,0,601.5870,84.4245,585.1666,-100.7795,5.3186,36.8644,-6.3489,-0.0352,0.0000,0.0000,0.0000,5.3538,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1605.9507,1605.9507,1605.9507,1605.9507,1605.9507 +584.5000,1.0000,8422.6150,0.0000,0.0000,0.0000,0.0000,0,601.3960,68.5489,585.3525,-100.8000,4.3171,36.8644,-6.3482,0.0282,0.0000,0.0000,0.0000,4.2889,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1448.2890,1448.2890,1448.2890,1448.2890,1448.2890 +585.5000,1.0000,8422.5010,0.0000,0.0000,0.0000,0.0000,0,601.0795,67.8915,585.6607,-100.8339,4.2734,36.8644,-6.3470,-0.0398,0.0000,0.0000,0.0000,4.3133,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1441.4770,1441.4770,1441.4770,1441.4770,1441.4770 +586.5000,1.0000,8422.3870,0.0000,0.0000,0.0000,0.0000,0,600.0000,85.5048,586.7144,-100.9497,5.3724,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3724,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0335,1615.2074,1615.2074,1615.2074,1615.2074,1615.2074 +587.5000,1.0000,8422.2730,0.0000,0.0000,0.0000,0.0000,0,600.0000,84.9758,586.7144,-100.9497,5.3392,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3392,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0335,1609.9602,1609.9602,1609.9602,1609.9602,1609.9602 +588.5000,1.0000,8422.1590,0.0000,0.0000,0.0000,0.0000,0,600.0000,84.4147,586.7144,-100.9497,5.3039,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3039,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1604.3937,1604.3937,1604.3937,1604.3937,1604.3937 +589.5000,1.0000,8422.0450,0.0000,0.0000,0.0000,0.0000,0,601.3085,85.6974,585.4376,-100.8094,5.3963,36.8644,-6.3479,0.0483,0.0000,0.0000,0.0000,5.3479,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9767,1618.3217,1618.3217,1618.3217,1618.3217,1618.3217 +590.5000,1.0000,8421.9310,0.0000,0.0000,0.0000,0.0000,0,601.3200,83.9328,585.4265,-100.8081,5.2853,36.8644,-6.3479,-0.0479,0.0000,0.0000,0.0000,5.3332,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1600.8281,1600.8281,1600.8281,1600.8281,1600.8281 +591.5000,1.0000,8421.8169,0.0000,0.0000,0.0000,0.0000,0,601.3200,85.4278,585.4265,-100.8081,5.3794,36.8644,-6.3479,0.0479,0.0000,0.0000,0.0000,5.3315,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0108,1615.6586,1615.6586,1615.6586,1615.6586,1615.6586 +592.5000,1.0000,8421.7029,0.0000,0.0000,0.0000,0.0000,0,601.3085,83.9482,585.4376,-100.8094,5.2861,36.8644,-6.3479,-0.0483,0.0000,0.0000,0.0000,5.3344,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0659,1600.9695,1600.9695,1600.9695,1600.9695,1600.9695 +593.5000,1.0000,8421.5889,0.0000,0.0000,0.0000,0.0000,0,601.4610,84.6967,585.2892,-100.7930,5.3346,36.8644,-6.3484,0.0540,0.0000,0.0000,0.0000,5.2806,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1608.5350,1608.5350,1608.5350,1608.5350,1608.5350 +594.5000,1.0000,8421.4749,0.0000,0.0000,0.0000,0.0000,0,602.3500,83.5176,584.4254,-100.6977,5.2681,36.8644,-6.3518,-0.0212,0.0000,0.0000,0.0000,5.2893,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0874,1597.6564,1597.6564,1597.6564,1597.6564,1597.6564 +595.5000,1.0000,8421.3609,0.0000,0.0000,0.0000,0.0000,0,600.8890,82.0995,585.8464,-100.8544,5.1661,36.8644,-6.3463,-0.0328,0.0000,0.0000,0.0000,5.1989,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1582.2447,1582.2447,1582.2447,1582.2447,1582.2447 +596.5000,1.0000,8421.2469,0.0000,0.0000,0.0000,0.0000,0,600.5075,83.3298,586.2185,-100.8953,5.2402,36.8644,-6.3448,0.0187,0.0000,0.0000,0.0000,5.2215,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0107,1594.0986,1594.0986,1594.0986,1594.0986,1594.0986 +597.5000,1.0000,8421.1329,0.0000,0.0000,0.0000,0.0000,0,601.0150,83.0578,585.7235,-100.8409,5.2275,36.8644,-6.3467,0.0000,0.0000,0.0000,0.0000,5.2275,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1591.8677,1591.8677,1591.8677,1591.8677,1591.8677 +598.5000,1.0000,8421.0189,0.0000,0.0000,0.0000,0.0000,0,600.5075,83.1714,586.2185,-100.8953,5.2302,36.8644,-6.3448,-0.0187,0.0000,0.0000,0.0000,5.2489,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1592.5268,1592.5268,1592.5268,1592.5268,1592.5268 +599.5000,1.0000,8420.9048,0.0000,0.0000,0.0000,0.0000,0,600.0000,86.0072,586.7144,-100.9497,5.4040,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.4040,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1620.1916,1620.1916,1620.1916,1620.1916,1620.1916 +600.5000,1.0000,8420.7908,0.0000,0.0000,0.0000,0.0000,0,600.2020,86.3909,586.5169,-100.9281,5.4299,36.8644,-6.3436,0.0074,0.0000,0.0000,0.0000,5.4225,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0765,1624.1838,1624.1838,1624.1838,1624.1838,1624.1838 +601.5000,1.0000,8420.6768,0.0000,0.0000,0.0000,0.0000,0,600.2020,85.8513,586.5169,-100.9281,5.3960,36.8644,-6.3436,-0.0074,0.0000,0.0000,0.0000,5.4035,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0765,1618.8309,1618.8309,1618.8309,1618.8309,1618.8309 +602.5000,1.0000,8420.5628,0.0000,0.0000,0.0000,0.0000,0,602.1475,88.0962,584.6219,-100.7194,5.5551,36.8644,-6.3510,0.0794,0.0000,0.0000,0.0000,5.4756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0659,1642.8900,1642.8900,1642.8900,1642.8900,1642.8900 +603.5000,1.0000,8420.4488,0.0000,0.0000,0.0000,0.0000,0,604.4860,67.4989,582.3603,-100.4686,4.2728,36.8644,-6.3598,0.0071,0.0000,0.0000,0.0000,4.2657,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9877,1440.7162,1440.7162,1440.7162,1440.7162,1440.7162 +604.5000,1.0000,8420.3348,0.0000,0.0000,0.0000,0.0000,0,603.2275,65.4142,583.5752,-100.6035,4.1322,36.8644,-6.3551,-0.0537,0.0000,0.0000,0.0000,4.1859,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0336,1418.8784,1418.8784,1418.8784,1418.8784,1418.8784 +605.5000,1.0000,8420.2208,0.0000,0.0000,0.0000,0.0000,0,601.1675,67.9240,585.5750,-100.8245,4.2761,36.8644,-6.3473,-0.0225,0.0000,0.0000,0.0000,4.2986,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1441.8802,1441.8802,1441.8802,1441.8802,1441.8802 +606.5000,1.0000,8420.1068,0.0000,0.0000,0.0000,0.0000,0,600.5570,66.9891,586.1702,-100.8900,4.2130,36.8644,-6.3450,0.0000,0.0000,0.0000,0.0000,4.2130,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1432.0442,1432.0442,1432.0442,1432.0442,1432.0442 +607.5000,1.0000,8419.9931,0.0000,0.0000,0.0008,0.0000,0,600.3280,67.8624,586.3938,-100.9145,4.2663,36.8644,-6.3441,-0.0084,0.0000,0.0000,0.0000,4.2747,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1440.4969,1440.4969,1440.4969,1440.4969,1440.4969 +608.5000,1.0000,8419.8801,0.0000,0.0060,0.0005,0.0000,0,600.0495,67.4870,586.6660,-100.9444,4.2407,36.8644,-6.3430,-0.0018,0.0000,0.0000,0.0000,4.2425,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1436.5164,1436.5164,1436.5164,1436.5164,1436.5164 +609.5000,1.0000,8419.7678,0.0000,0.0040,0.0008,0.0000,0,601.5755,67.7535,585.1778,-100.7807,4.2683,36.8644,-6.3489,0.0582,0.0000,0.0000,0.0000,4.2101,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1440.5643,1440.5643,1440.5643,1440.5643,1440.5643 +610.5000,1.0000,8419.6562,0.0000,0.0030,0.0006,0.0000,0,602.7315,67.5771,584.0555,-100.6567,4.2653,36.8644,-6.3532,-0.0155,0.0000,0.0000,0.0000,4.2809,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0659,1439.8781,1439.8781,1439.8781,1439.8781,1439.8781 +611.5000,1.0000,8419.5451,0.0000,0.0020,0.0006,0.0000,0,601.1560,66.3582,585.5862,-100.8257,4.1774,36.8644,-6.3473,-0.0427,0.0000,0.0000,0.0000,4.2201,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1426.3368,1426.3368,1426.3368,1426.3368,1426.3368 +612.5000,1.0000,8419.4345,0.0000,0.0020,0.0003,0.0000,0,600.0000,65.9781,586.7144,-100.9497,4.1455,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1455,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9989,1421.5026,1421.5026,1421.5026,1421.5026,1421.5026 +613.5000,1.0000,8419.3239,0.0000,0.0010,0.0000,0.0000,0,600.3550,67.4131,586.3675,-100.9116,4.2382,36.8644,-6.3442,0.0131,0.0000,0.0000,0.0000,4.2251,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1436.0641,1436.0641,1436.0641,1436.0641,1436.0641 +614.5000,1.0000,8419.2134,0.0000,0.0000,0.0000,0.0000,0,601.2055,67.4163,585.5379,-100.8204,4.2444,36.8644,-6.3475,0.0183,0.0000,0.0000,0.0000,4.2261,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1436.8792,1436.8792,1436.8792,1436.8792,1436.8792 +615.5000,1.0000,8419.1029,0.0000,0.0000,0.0000,0.0000,0,600.8505,66.3340,585.8839,-100.8585,4.1738,36.8644,-6.3461,-0.0314,0.0000,0.0000,0.0000,4.2052,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1425.8158,1425.8158,1425.8158,1425.8158,1425.8158 +616.5000,1.0000,8418.9924,0.0000,0.0000,0.0000,0.0000,0,600.6220,68.5805,586.1068,-100.8830,4.3135,36.8644,-6.3452,0.0229,0.0000,0.0000,0.0000,4.2906,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0980,1447.8903,1447.8903,1447.8903,1447.8903,1447.8903 +617.5000,1.0000,8418.8819,0.0000,0.0000,0.0000,0.0000,0,600.9385,68.8496,585.7981,-100.8491,4.3327,36.8644,-6.3464,-0.0113,0.0000,0.0000,0.0000,4.3440,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1450.8518,1450.8518,1450.8518,1450.8518,1450.8518 +618.5000,1.0000,8418.7714,0.0000,0.0000,0.0000,0.0000,0,600.3165,66.7487,586.4051,-100.9158,4.1962,36.8644,-6.3441,-0.0117,0.0000,0.0000,0.0000,4.2078,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1429.4380,1429.4380,1429.4380,1429.4380,1429.4380 +619.5000,1.0000,8418.6611,0.0000,0.0000,0.0005,0.0000,0,600.6220,66.7337,586.1068,-100.8830,4.1973,36.8644,-6.3452,0.0229,0.0000,0.0000,0.0000,4.1744,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1429.5704,1429.5704,1429.5704,1429.5704,1429.5704 +620.5000,1.0000,8418.5514,0.0000,0.0040,0.0006,0.0000,0,601.9305,63.8198,584.8327,-100.7427,4.0228,36.8644,-6.3502,0.0254,0.0000,0.0000,0.0000,3.9974,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1401.8684,1401.8684,1401.8684,1401.8684,1401.8684 +621.5000,1.0000,8418.4629,0.0755,0.0020,0.0419,0.0000,1,601.3085,63.5374,585.4376,-100.8094,4.0009,36.8644,-6.3479,-0.0483,0.0528,0.0000,0.0000,3.9964,0.0263,-0.0037,0.0000,0.0301,0.0000,0.0301,0.0082,0.0218,0.0000,0.0218,0.0001,0.0217,0.0000,0.0000,0.0139,0.0078,0.9214,1398.4944,1398.4944,1398.4944,1398.4944,1398.4944 +622.5000,1.0000,8418.6407,1.0340,0.1510,0.4906,0.0000,1,600.0000,105.7522,586.7144,-100.9497,6.6446,36.8644,-6.3429,0.0000,2.7842,0.0000,0.0000,3.8604,1.5017,-0.0691,0.0000,1.5708,0.0000,1.5708,0.1186,1.4523,0.0000,1.4523,0.0125,1.4397,0.0000,0.0002,0.1910,1.2486,0.8755,1824.0570,1824.0570,1824.0570,1824.0570,1824.0570 +623.5000,1.0000,8419.4034,3.1400,1.9170,0.6794,0.0000,1,600.0000,195.6821,586.7144,-100.9497,12.2951,36.8644,-6.3429,0.0000,8.3358,0.0000,0.0000,3.9593,5.9992,-0.2705,0.0000,6.2697,0.0000,6.2697,0.3825,5.8871,0.0000,5.8871,0.0526,5.8345,0.0000,0.0028,0.5799,5.2519,0.9767,2841.1645,2841.1645,2841.1645,2841.1645,2841.1645 +624.5000,1.0000,8420.5926,4.6750,4.3630,0.1733,0.0000,2,615.5375,143.2729,571.9044,-99.2832,9.2352,36.8644,-6.3997,0.5873,3.3421,0.0000,0.0000,5.3058,3.2121,-0.1841,0.0000,3.3962,0.0000,3.3962,0.5101,2.8862,0.0000,2.8862,0.0200,2.8662,0.0000,0.0081,0.8634,1.9948,0.9765,2294.0189,2294.0189,2294.0189,2294.0189,2294.0189 +625.5000,1.0000,8421.9755,5.3725,4.9870,0.2142,0.0000,2,616.7695,143.6736,570.7621,-99.1510,9.2796,36.8644,-6.4040,-0.5418,4.6336,0.0000,0.0000,5.1879,4.2231,-0.2283,0.0000,4.4514,0.0000,4.4514,0.5862,3.8652,0.0000,3.8652,0.0284,3.8368,0.0000,0.0122,0.9922,2.8324,0.9433,2302.1670,2302.1670,2302.1670,2302.1670,2302.1670 +626.5000,1.0000,8423.4247,5.6110,5.7580,-0.0817,0.0000,2,607.0420,71.5769,579.9082,-100.1944,4.5501,36.8644,-6.3693,0.1707,0.3036,0.0000,0.0000,4.0758,0.3141,-0.2089,0.0000,0.5230,0.0000,0.5230,0.6122,-0.0892,0.0000,-0.0892,-0.0113,-0.0779,0.0000,0.0139,1.0362,-1.1280,0.9435,1483.5212,1483.5212,1483.5212,1483.5212,1483.5212 +627.5000,1.0000,8424.8137,5.3945,5.4640,-0.0386,0.0000,2,607.4620,92.2138,579.5073,-100.1494,5.8660,36.8644,-6.3708,-0.1551,0.8804,0.0000,0.0000,5.1407,0.8858,-0.1934,0.0000,1.0793,0.0000,1.0793,0.5886,0.4907,0.0000,0.4907,-0.0051,0.4958,0.0000,0.0123,0.9962,-0.5127,0.9434,1688.6260,1688.6260,1688.6260,1688.6260,1688.6260 +628.5000,1.0000,8426.1598,5.2400,5.3250,-0.0472,0.0000,2,601.6520,91.7089,585.1034,-100.7725,5.7781,36.8644,-6.3492,-0.0610,0.7375,0.0000,0.0000,5.1016,0.7476,-0.1879,0.0000,0.9355,0.0000,0.9355,0.5717,0.3638,0.0000,0.3638,-0.0061,0.3699,0.0000,0.0113,0.9677,-0.6091,0.9435,1678.2723,1678.2723,1678.2723,1678.2723,1678.2723 +629.5000,1.0000,8427.5335,5.3395,5.1550,0.1025,0.0000,2,600.3930,126.7352,586.3303,-100.9076,7.9682,36.8644,-6.3444,0.0145,2.8380,0.0000,0.0000,5.1157,2.7450,-0.1964,0.0000,2.9414,0.0000,2.9414,0.5826,2.3588,0.0000,2.3588,0.0135,2.3453,0.0000,0.0120,0.9861,1.3473,0.9436,2062.5282,2062.5282,2062.5282,2062.5282,2062.5282 +630.5000,1.0000,8429.0338,5.7950,5.5240,0.1506,0.0000,2,600.3930,140.5262,586.3303,-100.9076,8.8353,36.8644,-6.3444,-0.0145,3.8293,0.0000,0.0000,5.0205,3.6558,-0.2312,0.0000,3.8870,0.0000,3.8870,0.6323,3.2547,0.0000,3.2547,0.0215,3.2332,0.0000,0.0153,1.0702,2.1477,0.9325,2218.5046,2218.5046,2218.5046,2218.5046,2218.5046 +631.5000,1.0000,8430.5930,6.0070,6.0660,-0.0328,0.0000,2,609.1285,102.9774,577.9218,-99.9706,6.5687,36.8644,-6.3769,0.3415,1.0462,0.0000,0.0000,5.1810,1.0724,-0.2198,0.0000,1.2922,0.0000,1.2922,0.6554,0.6368,0.0000,0.6368,-0.0049,0.6417,0.0000,0.0170,1.1093,-0.4847,0.9324,1819.4664,1819.4664,1819.4664,1819.4664,1819.4664 +632.5000,1.0000,8432.1548,6.0165,5.9480,0.0381,0.0000,2,612.6115,110.7422,574.6360,-99.5970,7.1044,36.8644,-6.3894,-0.2124,2.1888,0.0000,0.0000,5.1280,2.1442,-0.2097,0.0000,2.3539,0.0000,2.3539,0.6564,1.6975,0.0000,1.6975,0.0056,1.6918,0.0000,0.0171,1.1111,0.5636,0.9102,1917.5088,1917.5088,1917.5088,1917.5088,1917.5088 +633.5000,1.0000,8433.8234,6.4010,6.0850,0.1756,0.0000,2,625.6200,159.7033,562.6876,-98.2017,10.4629,36.8644,-6.4337,0.7167,4.5098,0.0000,0.0000,5.2364,4.4258,-0.2693,0.0000,4.6951,0.0000,4.6951,0.6984,3.9967,0.0000,3.9967,0.0277,3.9690,0.0000,0.0206,1.1821,2.7663,0.9321,2509.4396,2509.4396,2509.4396,2509.4396,2509.4396 +634.5000,1.0000,8435.5957,6.7745,6.7170,0.0319,0.0000,2,667.2005,124.3005,527.6205,-93.7419,8.6848,36.8644,-6.5497,0.9394,2.2505,0.0000,0.0000,5.4949,2.3082,-0.2445,0.0000,2.5527,0.0000,2.5527,0.7392,1.8135,0.0000,1.8135,0.0053,1.8082,0.0000,0.0244,1.2511,0.5327,0.9456,2231.0725,2231.0725,2231.0725,2231.0725,2231.0725 +635.5000,1.0000,8437.4114,6.9305,6.8320,0.0547,0.0000,2,700.0455,103.8575,502.8654,-90.2189,7.6136,36.8644,-6.6138,0.4264,2.7507,0.0000,0.0000,4.4366,2.7506,-0.2546,0.0000,3.0051,0.0000,3.0051,0.7562,2.2490,0.0000,2.2490,0.0094,2.2396,0.0000,0.0261,1.2799,0.9336,0.9487,2096.2616,2096.2616,2096.2616,2096.2616,2096.2616 +636.5000,1.0000,8439.2800,7.1210,7.0290,0.0511,0.0000,2,716.0295,116.2900,491.6398,-88.5045,8.7197,36.8644,-6.6363,0.2667,2.7752,0.0000,0.0000,5.6778,2.7630,-0.2623,0.0000,3.0253,0.0000,3.0253,0.7770,2.2483,0.0000,2.2483,0.0090,2.2394,0.0000,0.0283,1.3151,0.8960,0.9383,2283.7864,2283.7864,2283.7864,2283.7864,2283.7864 +637.5000,1.0000,8441.2225,7.3870,7.2130,0.0967,0.0000,2,734.0350,130.7810,479.5802,-86.5733,10.0529,36.8644,-6.6547,0.5382,3.7116,0.0000,0.0000,5.8031,3.6851,-0.2921,0.0000,3.9773,0.0000,3.9773,0.8060,3.1713,0.0000,3.1713,0.0176,3.1537,0.0000,0.0317,1.3642,1.7578,0.9520,2500.5255,2500.5255,2500.5255,2500.5255,2500.5255 +638.5000,1.0000,8443.2279,7.6135,7.5610,0.0292,0.0000,2,760.1280,113.9788,463.1176,-83.7745,9.0728,36.8644,-6.6685,0.6607,2.5099,0.0000,0.0000,5.9022,2.5392,-0.2843,0.0000,2.8235,0.0000,2.8235,0.8307,1.9928,0.0000,1.9928,0.0055,1.9873,0.0000,0.0346,1.4060,0.5466,0.9535,2387.0758,2387.0758,2387.0758,2387.0758,2387.0758 +639.5000,1.0000,8445.2515,7.6790,7.6660,0.0072,0.0000,2,782.7495,103.7324,449.7335,-81.3482,8.5029,36.8644,-6.6681,0.4071,2.1185,0.0000,0.0000,5.9773,2.1378,-0.2916,0.0000,2.4294,0.0000,2.4294,0.8378,1.5916,0.0000,1.5916,0.0014,1.5902,0.0000,0.0355,1.4181,0.1365,0.9326,2337.5836,2337.5836,2337.5836,2337.5836,2337.5836 +640.5000,1.0000,8447.2731,7.6715,7.6920,-0.0114,0.0000,2,788.5095,92.2793,446.4482,-80.7304,7.6197,36.8644,-6.6661,-0.1312,1.7786,0.0000,0.0000,5.9723,1.7772,-0.2948,0.0000,2.0720,0.0000,2.0720,0.8370,1.2349,0.0000,1.2349,-0.0022,1.2371,0.0000,0.0354,1.4167,-0.2151,0.9554,2204.5722,2204.5722,2204.5722,2204.5722,2204.5722 +641.5000,1.0000,8449.2979,7.6835,7.6510,0.0181,0.0000,2,787.9755,102.2270,446.7507,-80.7876,8.4354,36.8644,-6.6663,0.1052,2.3515,0.0000,0.0000,5.9787,2.3480,-0.2898,0.0000,2.6378,0.0000,2.6378,0.8383,1.7995,0.0000,1.7995,0.0034,1.7961,0.0000,0.0356,1.4190,0.3415,0.9439,2335.8958,2335.8958,2335.8958,2335.8958,2335.8958 +642.5000,1.0000,8451.3276,7.7010,7.7160,-0.0083,0.0000,2,793.4690,96.5602,443.6577,-80.1984,8.0234,36.8644,-6.6638,0.1617,1.8318,0.0000,0.0000,6.0298,1.8431,-0.2957,0.0000,2.1387,0.0000,2.1387,0.8402,1.2985,0.0000,1.2985,-0.0016,1.3001,0.0000,0.0358,1.4222,-0.1580,0.9445,2278.8470,2278.8470,2278.8470,2278.8470,2278.8470 +643.5000,1.0000,8453.3489,7.6705,7.6860,-0.0086,0.0000,2,793.3930,92.3175,443.7002,-80.2066,7.6701,36.8644,-6.6639,-0.1654,1.8346,0.0000,0.0000,6.0009,1.8305,-0.2942,0.0000,2.1247,0.0000,2.1247,0.8369,1.2877,0.0000,1.2877,-0.0016,1.2894,0.0000,0.0354,1.4166,-0.1626,0.9445,2219.4373,2219.4373,2219.4373,2219.4373,2219.4373 +644.5000,1.0000,8455.3650,7.6520,7.6550,-0.0017,0.0000,2,789.5780,95.9088,445.8440,-80.6158,7.9302,36.8644,-6.6657,-0.0204,1.9598,0.0000,0.0000,5.9908,1.9595,-0.2920,0.0000,2.2515,0.0000,2.2515,0.8349,1.4166,0.0000,1.4166,-0.0003,1.4169,0.0000,0.0352,1.4131,-0.0314,0.9441,2258.3395,2258.3395,2258.3395,2258.3395,2258.3395 +645.5000,1.0000,8457.3726,7.6215,7.6490,-0.0153,0.0000,2,787.6325,91.5997,446.9453,-80.8244,7.5552,36.8644,-6.6665,-0.0738,1.6884,0.0000,0.0000,5.9406,1.6913,-0.2930,0.0000,1.9843,0.0000,1.9843,0.8316,1.1527,0.0000,1.1527,-0.0029,1.1556,0.0000,0.0347,1.4075,-0.2866,0.9328,2192.5174,2192.5174,2192.5174,2192.5174,2192.5174 +646.5000,1.0000,8459.3698,7.5840,7.5940,-0.0056,0.0000,2,784.8480,94.8236,448.5310,-81.1231,7.7935,36.8644,-6.6674,-0.0607,1.8687,0.0000,0.0000,5.9855,1.8682,-0.2894,0.0000,2.1575,0.0000,2.1575,0.8275,1.3301,0.0000,1.3301,-0.0010,1.3311,0.0000,0.0342,1.4006,-0.1037,0.9666,2229.3183,2229.3183,2229.3183,2229.3183,2229.3183 +647.5000,1.0000,8461.3683,7.5885,7.5740,0.0081,0.0000,2,783.2075,98.5795,449.4705,-81.2991,8.0852,36.8644,-6.6679,-0.0183,2.1337,0.0000,0.0000,5.9699,2.1286,-0.2871,0.0000,2.4157,0.0000,2.4157,0.8280,1.5877,0.0000,1.5877,0.0015,1.5862,0.0000,0.0343,1.4014,0.1505,0.9664,2276.8981,2276.8981,2276.8981,2276.8981,2276.8981 +648.5000,1.0000,8463.3808,7.6390,7.6030,0.0200,0.0000,2,781.6815,101.0767,450.3479,-81.4627,8.2739,36.8644,-6.6683,-0.0549,2.3865,0.0000,0.0000,5.9424,2.3718,-0.2873,0.0000,2.6591,0.0000,2.6591,0.8335,1.8256,0.0000,1.8256,0.0038,1.8218,0.0000,0.0350,1.4107,0.3761,0.9547,2304.4132,2304.4132,2304.4132,2304.4132,2304.4132 +649.5000,1.0000,8465.4213,7.7400,7.6750,0.0361,0.0000,2,786.7550,93.6987,447.4438,-80.9186,7.7197,36.8644,-6.6668,0.3004,2.7174,0.0000,0.0000,4.7019,2.7161,-0.2891,0.0000,3.0052,0.0000,3.0052,0.8445,2.1607,0.0000,2.1607,0.0069,2.1538,0.0000,0.0364,1.4294,0.6880,0.9553,2219.2229,2219.2229,2219.2229,2219.2229,2219.2229 +650.5000,1.0000,8467.4708,7.7720,7.8050,-0.0183,0.0000,2,797.0550,79.1835,441.6617,-79.8138,6.6092,36.8644,-6.6618,0.1998,1.6493,0.0000,0.0000,4.7602,1.6648,-0.3011,0.0000,1.9659,0.0000,1.9659,0.8480,1.1179,0.0000,1.1179,-0.0035,1.1214,0.0000,0.0368,1.4353,-0.3508,0.9679,2046.9668,2046.9668,2046.9668,2046.9668,2046.9668 +651.5000,1.0000,8469.5077,7.7270,7.7390,-0.0067,0.0000,2,798.8480,77.9048,440.6704,-79.6215,6.5171,36.8644,-6.6607,-0.1123,1.8841,0.0000,0.0000,4.7454,1.8816,-0.2966,0.0000,2.1782,0.0000,2.1782,0.8431,1.3351,0.0000,1.3351,-0.0013,1.3364,0.0000,0.0362,1.4270,-0.1268,0.9681,2034.3912,2034.3912,2034.3912,2034.3912,2034.3912 +652.5000,1.0000,8471.5402,7.7110,7.7150,-0.0022,0.0000,2,796.4445,80.1246,442.0002,-79.8793,6.6827,36.8644,-6.6622,-0.0056,1.9630,0.0000,0.0000,4.7252,1.9638,-0.2950,0.0000,2.2587,0.0000,2.2587,0.8413,1.4174,0.0000,1.4174,-0.0004,1.4178,0.0000,0.0360,1.4240,-0.0422,0.9448,2058.3030,2058.3030,2058.3030,2058.3030,2058.3030 +653.5000,1.0000,8473.5415,7.5985,7.7070,-0.0603,0.0000,2,793.9650,64.8760,443.3805,-80.1452,5.3940,36.8644,-6.6636,-0.1153,0.8183,0.0000,0.0000,4.6911,0.8276,-0.3003,0.0000,1.1280,0.0000,1.1280,0.8291,0.2989,0.0000,0.2989,-0.0113,0.3102,0.0000,0.0344,1.4033,-1.1275,0.9560,1838.3075,1838.3075,1838.3075,1838.3075,1838.3075 +654.5000,1.0000,8475.3806,7.0150,7.4900,-0.2639,0.0000,2,781.9485,18.2656,450.1941,-81.4341,1.4957,36.8644,-6.6683,-0.4635,-2.6630,0.0000,0.0000,4.6221,-2.8211,-0.3066,0.0000,-2.5145,0.0000,-2.5145,0.7654,-3.2799,0.0000,-3.2799,-0.0456,-3.2343,0.0000,0.0272,1.2955,-4.5570,0.9547,1152.8242,1152.8242,1152.8242,1152.8242,1152.8242 +655.5000,1.0000,8476.9566,6.0675,6.5400,-0.2625,0.0000,2,723.2395,-3.9246,486.7387,-87.7312,-0.2972,36.8644,-6.6445,-2.1789,-2.3906,0.0000,0.0000,4.2723,-2.4167,-0.2568,0.0000,-2.1598,0.0000,-2.1598,0.6620,-2.8219,0.0000,-2.8219,-0.0393,-2.7826,0.0000,0.0176,1.1205,-3.9207,0.9509,813.4869,813.4869,813.4869,813.4869,813.4869 +656.5000,1.0000,8478.4138,5.6400,5.5950,0.0250,0.0000,2,637.0910,64.8973,552.5563,-96.9714,4.3297,36.8644,-6.4695,-1.4512,1.9546,0.0000,0.0000,3.8263,1.8262,-0.1954,0.0000,2.0216,0.0000,2.0216,0.6154,1.4062,0.0000,1.4062,0.0035,1.4027,0.0000,0.0141,1.0416,0.3471,0.9319,1444.9045,1444.9045,1444.9045,1444.9045,1444.9045 +657.5000,1.0000,8479.8737,5.6495,5.6850,-0.0197,0.0000,2,600.0000,80.9593,586.7144,-100.9497,5.0868,36.8644,-6.3429,0.0000,1.1873,0.0000,0.0000,3.8995,1.1948,-0.2020,0.0000,1.3969,0.0000,1.3969,0.6164,0.7804,0.0000,0.7804,-0.0027,0.7832,0.0000,0.0142,1.0433,-0.2743,0.9436,1570.1165,1570.1165,1570.1165,1570.1165,1570.1165 +658.5000,1.0000,8481.2498,5.3480,5.6140,-0.1478,0.0000,2,609.3195,61.7056,577.7406,-99.9501,3.9373,36.8644,-6.3776,0.3487,-0.5500,0.0000,0.0000,4.1385,-0.5876,-0.2058,0.0000,-0.3818,0.0000,-0.3818,0.5835,-0.9653,0.0000,-0.9653,-0.0195,-0.9458,0.0000,0.0120,0.9876,-1.9455,0.9434,1387.6931,1387.6931,1387.6931,1387.6931,1387.6931 +659.5000,1.0000,8482.4485,4.7095,5.0820,-0.2069,0.0000,2,609.3195,41.2162,577.7406,-99.9501,2.6299,36.8644,-6.3776,-0.3487,-1.1364,0.0000,0.0000,4.1151,-1.2152,-0.1838,0.0000,-1.0314,0.0000,-1.0314,0.5138,-1.5452,0.0000,-1.5452,-0.0240,-1.5212,0.0000,0.0082,0.8697,-2.3992,0.9434,1184.4383,1184.4383,1184.4383,1184.4383,1184.4383 +660.5000,1.0000,8483.4934,4.1555,4.3370,-0.1008,0.0000,2,600.0000,65.8419,586.7144,-100.9497,4.1370,36.8644,-6.3429,0.0000,0.0350,0.0000,0.0000,4.1020,0.0366,-0.1481,0.0000,0.1847,0.0000,0.1847,0.4534,-0.2687,0.0000,-0.2687,-0.0103,-0.2584,0.0000,0.0056,0.7674,-1.0315,0.9436,1420.1517,1420.1517,1420.1517,1420.1517,1420.1517 +661.5000,1.0000,8484.4291,3.7625,3.9740,-0.1175,0.0000,1,600.4310,61.2405,586.2932,-100.9035,3.8506,36.8644,-6.3445,0.0159,-0.2373,0.0000,0.0000,4.0720,-0.2516,-0.2620,0.0000,0.0104,0.0000,0.0104,0.4105,-0.4002,0.0000,-0.4002,-0.0109,-0.3893,0.0000,0.0042,0.6948,-1.0883,0.9214,1374.9024,1374.9024,1374.9024,1374.9024,1374.9024 +662.5000,1.0000,8485.2496,3.3480,3.5510,-0.1128,0.0000,1,600.6330,62.0972,586.0961,-100.8818,3.9058,36.8644,-6.3453,-0.0084,-0.1681,0.0000,0.0000,4.0823,-0.1788,-0.2266,0.0000,0.0478,0.0000,0.0478,0.3653,-0.3175,0.0000,-0.3175,-0.0093,-0.3082,0.0000,0.0030,0.6183,-0.9295,0.9325,1383.5862,1383.5862,1383.5862,1383.5862,1383.5862 +663.5000,1.0000,8485.9640,2.9660,3.1450,-0.0994,0.0000,1,601.4340,64.1303,585.3155,-100.7959,4.0391,36.8644,-6.3483,0.0380,-0.0513,0.0000,0.0000,4.0523,-0.0547,-0.1948,0.0000,0.1401,0.0000,0.1401,0.3236,-0.1835,0.0000,-0.1835,-0.0073,-0.1763,0.0000,0.0021,0.5477,-0.7261,0.9767,1404.4921,1404.4921,1404.4921,1404.4921,1404.4921 +664.5000,1.0000,8486.6021,2.6910,2.7870,-0.0533,0.0000,1,601.9300,66.6259,584.8332,-100.7427,4.1997,36.8644,-6.3502,-0.0197,0.2557,0.0000,0.0000,3.9638,0.2649,-0.1704,0.0000,0.4353,0.0000,0.4353,0.2936,0.1417,0.0000,0.1417,-0.0035,0.1452,0.0000,0.0015,0.4970,-0.3533,0.9214,1429.7048,1429.7048,1429.7048,1429.7048,1429.7048 +665.5000,1.0000,8487.2418,2.6970,2.5950,0.0567,0.0000,1,600.6980,78.9505,586.0326,-100.8749,4.9664,36.8644,-6.3455,-0.0257,1.0498,0.0000,0.0000,3.9424,1.0103,-0.1635,0.0000,1.1739,0.0000,1.1739,0.2943,0.8796,0.0000,0.8796,0.0038,0.8758,0.0000,0.0015,0.4981,0.3762,0.9325,1550.8310,1550.8310,1550.8310,1550.8310,1550.8310 +666.5000,1.0000,8488.1490,3.6600,2.7990,0.4783,0.0000,2,600.0000,165.4997,586.7144,-100.9497,10.3987,36.8644,-6.3429,0.0000,6.4914,0.0000,0.0000,3.9072,5.2552,-0.1956,0.0000,5.4508,0.0000,5.4508,0.4180,5.0328,0.0000,5.0328,0.0432,4.9896,0.0000,0.0041,0.6759,4.3096,0.9325,2499.8019,2499.8019,2499.8019,2499.8019,2499.8019 +667.5000,1.0000,8489.5864,5.5685,4.5210,0.5819,0.0000,2,600.0000,241.3255,586.7144,-100.9497,15.1629,36.8644,-6.3429,0.0000,11.1852,0.0000,0.0000,3.9777,9.4142,-0.3432,0.0000,9.7575,0.0000,9.7575,0.6580,9.0995,0.0000,9.0995,0.0799,9.0196,0.0000,0.0140,1.0284,7.9772,0.9436,3425.1651,3425.1651,3425.1651,3425.1651,3425.1651 +668.5000,1.0000,8491.5704,7.5365,6.6160,0.5114,0.0000,2,654.4100,268.6350,537.9328,-95.1138,18.4095,36.8644,-6.5181,2.1866,11.8309,0.0000,0.0000,4.3920,11.4197,-0.4593,0.0000,11.8790,0.0000,11.8790,0.8706,11.0084,0.0000,11.0084,0.0950,10.9134,0.0000,0.0341,1.3918,9.4875,0.9563,3986.3975,3986.3975,3986.3975,3986.3975,3986.3975 +669.5000,1.0000,8493.9794,9.0665,8.4570,0.3386,0.0000,2,804.6085,228.5944,463.0286,-79.1684,19.2610,39.0140,-6.6706,4.7331,9.4060,0.0000,0.0000,5.1220,9.8627,-0.4927,0.0000,10.3554,0.0000,10.3554,0.9892,9.3662,0.0000,9.3662,0.0757,9.2905,0.0000,0.0588,1.6744,7.5574,0.9457,4151.5424,4151.5424,4151.5424,4151.5424,4151.5424 +670.5000,1.0000,8496.7447,10.3490,9.6760,0.3739,0.0000,2,951.9340,210.7614,514.8822,-69.3764,21.0100,51.3267,-6.9159,3.0128,12.2858,0.0000,0.0000,5.7114,12.1602,-0.6012,0.0000,12.7614,0.0000,12.7614,1.1423,11.6191,0.0000,11.6191,0.0954,11.5237,0.0000,0.0874,1.9112,9.5251,0.9766,4478.9723,4478.9723,4478.9723,4478.9723,4478.9723 +671.5000,1.0000,8499.8829,11.6915,11.0220,0.3719,0.0000,2,1083.8865,224.4340,549.8992,-72.6316,25.4742,62.4159,-8.2440,5.3526,13.4696,0.0000,0.0000,6.6519,13.6853,-0.7017,0.0000,14.3870,0.0000,14.3870,1.2900,13.0970,0.0000,13.0970,0.1072,12.9898,0.0000,0.1258,2.1591,10.7048,0.9964,5343.1406,5343.1406,5343.1406,5343.1406,5343.1406 +672.5000,1.0000,8503.4964,13.4025,12.3610,0.5786,0.0000,2,1239.1475,279.1796,589.3828,-82.0720,36.2272,76.4802,-10.6499,5.6955,22.9168,0.0000,0.0000,7.6149,22.5488,-0.9818,0.0000,23.5306,0.0000,23.5306,1.5844,21.9462,0.0000,21.9462,0.1912,21.7550,0.0000,0.1901,2.4751,19.0898,1.0171,7433.0930,7433.0930,7433.0930,7433.0930,7433.0930 +673.5000,1.0000,8507.7029,15.5375,14.4440,0.6075,0.0000,2,1413.7485,306.6710,648.3242,-92.4273,45.4018,95.9827,-13.6836,8.6607,27.2722,0.0000,0.0000,9.4690,27.2768,-1.2118,0.0000,28.4886,0.0000,28.4886,1.8549,26.6337,0.0000,26.6337,0.2327,26.4010,0.0000,0.2959,2.8694,23.2357,1.0873,9309.4513,9309.4513,9309.4513,9309.4513,9309.4513 +674.5000,1.0000,8512.6205,18.0975,16.6310,0.8147,0.0000,2,1636.3775,382.3746,710.7958,-104.7690,65.5241,121.8027,-17.9533,12.3477,41.3260,0.0000,0.0000,11.8504,41.0987,-1.6756,0.0000,42.7743,0.0000,42.7743,2.3044,40.4699,0.0000,40.4699,0.3635,40.1063,0.0000,0.4683,3.3422,36.2959,1.1318,13277.8093,13277.8093,13277.8093,13277.8093,13277.8093 +675.5000,1.0000,8518.1341,20.2430,19.5640,0.3772,0.0000,2,1930.8005,293.1344,786.3990,-115.5110,59.2697,159.0043,-23.3555,20.3410,22.9096,0.0000,0.0000,16.0191,24.1356,-1.4847,0.0000,25.6203,0.0000,25.6203,2.2442,23.3760,0.0000,23.3760,0.1883,23.1878,0.0000,0.6518,3.7384,18.7976,1.2021,12499.9102,12499.9102,12499.9102,12499.9102,12499.9102 +676.5000,1.0000,8523.8637,21.0205,20.9220,0.0547,0.0000,3,2002.2890,55.6633,794.0592,-118.2864,11.6714,166.4977,-24.8022,-12.3037,9.6302,0.0000,0.0000,14.3450,9.1062,-0.6583,0.0000,9.7645,0.0000,9.7645,2.2935,7.4710,0.0000,7.4710,0.0284,7.4426,0.0000,0.7290,3.8820,2.8316,1.1794,4816.6968,4816.6968,4816.6968,4816.6968,4816.6968 +677.5000,1.0000,8529.7149,21.4585,21.1190,0.1886,0.0000,3,1616.2355,-1.6862,647.1607,-104.0517,-0.2854,109.5331,-17.6109,-28.3860,20.1417,0.0000,0.0000,7.9590,16.3194,-0.8234,0.0000,17.1428,0.0000,17.1428,2.3413,14.8015,0.0000,14.8015,0.0998,14.7017,0.0000,0.7757,3.9629,9.9631,1.1405,2390.4488,2390.4488,2390.4488,2390.4488,2390.4488 +678.5000,1.0000,8536.0022,23.0280,21.7980,0.6833,0.0000,3,1345.9600,404.0409,532.6844,-88.4069,56.9490,75.0811,-12.4608,1.2991,47.5556,0.0000,0.0000,8.0943,45.6715,-1.4899,0.0000,47.1614,0.0000,47.1614,2.8232,44.3382,0.0000,44.3382,0.3880,43.9502,0.0000,0.9612,4.2527,38.7363,1.0534,11425.2236,11425.2236,11425.2236,11425.2236,11425.2236 +679.5000,1.0000,8542.9344,25.3500,24.2580,0.6067,0.0000,3,1446.5170,409.7420,704.8185,-94.3707,62.0673,106.7651,-14.2952,7.5365,44.9896,0.0000,0.0000,9.5412,45.6613,-1.5761,0.0000,47.2374,0.0000,47.2374,3.0377,44.1997,0.0000,44.1997,0.3792,43.8205,0.0000,1.2810,4.6815,37.8580,1.0828,12456.9824,12456.9824,12456.9824,12456.9824,12456.9824 +680.5000,1.0000,8550.5501,27.8105,26.4420,0.7603,0.0000,3,1594.0715,469.0408,734.4549,-103.1219,78.2973,122.6031,-17.2142,6.1393,61.4836,0.0000,0.0000,10.6744,60.9054,-1.9916,0.0000,62.8970,0.0000,62.8970,3.4987,59.3983,0.0000,59.3983,0.5213,58.8770,0.0000,1.6923,5.1359,52.0488,1.1112,15657.9560,15657.9560,15657.9560,15657.9560,15657.9560 +681.5000,1.0000,8559.1112,31.2140,29.1790,1.1306,0.0000,3,1762.1880,659.8741,777.5858,-109.2494,121.7704,143.4925,-20.1604,11.4063,97.8707,0.0000,0.0000,12.4934,97.3762,-2.8977,0.0000,100.2739,0.0000,100.2739,4.3721,95.9018,0.0000,95.9018,0.8700,95.0318,0.0000,2.3972,5.7645,86.8702,1.1675,23834.1681,23834.1681,23834.1681,23834.1681,23834.1681 +682.5000,1.0000,8568.4173,33.8960,33.2490,0.3594,0.0000,3,1994.3925,333.6495,825.5065,-117.9005,69.6835,172.4089,-24.6238,15.5304,39.7804,0.0000,0.0000,14.3726,41.5172,-1.8581,0.0000,43.3753,0.0000,43.3753,3.7650,39.6103,0.0000,39.6103,0.3004,39.3099,0.0000,3.0578,6.2598,29.9923,1.2065,14563.0679,14563.0679,14563.0679,14563.0679,14563.0679 +683.5000,1.0000,8578.0906,35.2180,34.5430,0.3750,0.0000,4,1974.0600,208.5474,795.5764,-117.1365,43.1116,164.4640,-24.2148,-17.8370,49.8145,0.0000,0.0000,11.1340,45.2347,-1.4716,0.0000,46.7063,0.0000,46.7063,3.9364,42.7699,0.0000,42.7699,0.3256,42.4443,0.0000,3.4298,6.5039,32.5106,1.1791,9518.5308,9518.5308,9518.5308,9518.5308,9518.5308 +684.5000,1.0000,8588.3023,37.1560,35.8930,0.7017,0.0000,4,1642.7485,469.3898,708.0661,-104.9959,80.7483,121.8073,-18.0623,-18.5802,90.9871,0.0000,0.0000,8.3414,78.1303,-2.2025,0.0000,80.3328,0.0000,80.3328,4.6189,75.7139,0.0000,75.7139,0.6428,75.0711,0.0000,4.0309,6.8618,64.1784,1.1330,16142.7451,16142.7451,16142.7451,16142.7451,16142.7451 +685.5000,1.0000,8599.1492,39.4430,38.4190,0.5689,0.0000,4,1513.0085,525.0521,764.3277,-98.3142,83.1902,121.1015,-15.5771,5.0580,69.8253,0.0000,0.0000,8.3069,70.5071,-2.0996,0.0000,72.6067,0.0000,72.6067,4.7131,67.8936,0.0000,67.8936,0.5532,67.3403,0.0000,4.8196,7.2841,55.2366,1.1062,16408.3611,16408.3611,16408.3611,16408.3611,16408.3611 +686.5000,1.0000,8610.4428,41.0510,40.4670,0.3244,0.0000,4,1606.2030,372.0100,774.4699,-103.6944,62.5725,130.2668,-17.4415,3.8230,48.4933,0.0000,0.0000,10.2562,48.9668,-1.6916,0.0000,50.6584,0.0000,50.6584,4.5317,46.1267,0.0000,46.1267,0.3284,45.7984,0.0000,5.4309,7.5811,32.7864,1.1260,12701.3672,12701.3672,12701.3672,12701.3672,12701.3672 +687.5000,1.0000,8622.0181,42.0650,41.6350,0.2389,0.0000,4,1659.6860,306.9189,742.9068,-105.5991,53.3431,129.1186,-18.3533,1.5008,41.6763,0.0000,0.0000,10.1659,41.6207,-1.5648,0.0000,43.1855,0.0000,43.1855,4.5896,38.5958,0.0000,38.5958,0.2478,38.3481,0.0000,5.8428,7.7684,24.7369,1.1362,11042.3987,11042.3987,11042.3987,11042.3987,11042.3987 +688.5000,1.0000,8633.7417,42.5990,42.4950,0.0578,0.0000,4,1687.8005,197.0442,732.4868,-106.6003,34.8268,129.4642,-18.8412,1.3878,23.3725,0.0000,0.0000,10.0664,23.5006,-1.2013,0.0000,24.7019,0.0000,24.7019,4.6479,20.0540,0.0000,20.0540,0.0607,19.9933,0.0000,6.0675,7.8670,6.0588,1.1306,7611.3690,7611.3690,7611.3690,7611.3690,7611.3690 +689.5000,1.0000,8645.6244,43.1720,42.7030,0.2606,0.0000,4,1706.2635,314.3088,708.6750,-107.2578,56.1605,126.6257,-19.1648,0.5316,45.6532,0.0000,0.0000,9.9757,45.2969,-1.6706,0.0000,46.9675,0.0000,46.9675,4.7104,42.2571,0.0000,42.2571,0.2773,41.9797,0.0000,6.3164,7.9728,27.6906,1.1500,11631.6713,11631.6713,11631.6713,11631.6713,11631.6713 +690.5000,1.0000,8657.7694,44.1160,43.6410,0.2639,0.0000,4,1728.6180,324.6216,743.5718,-108.0539,58.7632,134.6017,-19.5600,1.8345,46.9515,0.0000,0.0000,9.9772,46.9157,-1.7297,0.0000,48.6454,0.0000,48.6454,4.8134,43.8320,0.0000,43.8320,0.2870,43.5450,0.0000,6.7398,8.1471,28.6580,1.1570,12124.1234,12124.1234,12124.1234,12124.1234,12124.1234 +691.5000,1.0000,8670.2275,45.2430,44.5910,0.3622,0.0000,4,1775.9210,390.7055,755.4147,-109.7385,72.6611,140.4875,-20.4085,3.2742,59.2832,0.0000,0.0000,10.1037,59.4289,-2.0213,0.0000,61.4502,0.0000,61.4502,5.0787,56.3715,0.0000,56.3715,0.4040,55.9675,0.0000,7.2703,8.3553,40.3418,1.1582,14770.4565,14770.4565,14770.4565,14770.4565,14770.4565 +692.5000,1.0000,8683.0994,46.7330,45.8950,0.4656,0.0000,4,1830.7010,454.9871,779.0001,-111.7496,87.2258,149.3425,-21.4236,2.7834,74.1333,0.0000,0.0000,10.3092,73.8123,-2.3625,0.0000,76.1748,0.0000,76.1748,5.4365,70.7383,0.0000,70.7383,0.5364,70.2019,0.0000,8.0135,8.6304,53.5580,1.1906,17530.0316,17530.0316,17530.0316,17530.0316,17530.0316 +693.5000,1.0000,8696.2618,47.7785,47.5710,0.1153,0.0000,4,1888.4565,245.8724,798.1921,-113.9198,48.6234,157.8494,-22.5286,3.8268,34.2657,0.0000,0.0000,10.5309,34.7137,-1.5778,0.0000,36.2915,0.0000,36.2915,5.2130,31.0785,0.0000,31.0785,0.1358,30.9427,0.0000,8.5608,8.8235,13.5584,1.1676,10412.7063,10412.7063,10412.7063,10412.7063,10412.7063 +694.5000,1.0000,8709.6148,48.4650,47.9860,0.2661,0.0000,5,1800.5265,281.2238,748.5423,-110.6158,53.0249,141.1382,-20.8567,-13.3712,59.0075,0.0000,0.0000,7.3886,54.5057,-0.7346,0.0000,55.2404,0.0000,55.2404,5.2879,49.9525,0.0000,49.9525,0.3180,49.6345,0.0000,8.9359,8.9503,31.7483,1.1522,11119.3085,11119.3085,11119.3085,11119.3085,11119.3085 +695.5000,1.0000,8723.3702,49.9135,48.9440,0.5386,0.0000,5,1507.8205,600.7208,703.1725,-98.0065,94.8530,111.0299,-15.4751,-15.9061,104.5197,0.0000,0.0000,6.2394,90.8477,-0.9392,0.0000,91.7869,0.0000,91.7869,5.9629,85.8240,0.0000,85.8240,0.6628,85.1612,0.0000,9.7640,9.2178,66.1794,1.1043,18546.2207,18546.2207,18546.2207,18546.2207,18546.2207 +696.5000,1.0000,8737.6600,51.8370,50.8830,0.5300,0.0000,5,1373.2360,714.5921,803.7006,-90.0246,102.7619,115.5761,-12.9460,3.1366,93.2271,0.0000,0.0000,6.3981,94.0218,-0.9838,0.0000,95.0056,0.0000,95.0056,6.1879,88.8177,0.0000,88.8177,0.6774,88.1404,0.0000,10.9365,9.5730,67.6309,1.2023,20010.5038,20010.5038,20010.5038,20010.5038,20010.5038 +697.5000,1.0000,8752.3632,53.3255,52.7910,0.2969,0.0000,5,1429.5415,495.0543,818.6021,-93.3639,74.1102,122.5457,-13.9767,1.6778,65.9420,0.0000,0.0000,6.4904,66.1604,-0.8657,0.0000,67.0261,0.0000,67.0261,5.9050,61.1212,0.0000,61.1212,0.3904,60.7308,0.0000,11.9031,9.8479,38.9798,1.2181,14639.8574,14639.8574,14639.8574,14639.8574,14639.8574 +698.5000,1.0000,8767.3805,54.4565,53.8600,0.3314,0.0000,5,1461.0510,527.1711,747.2699,-95.2327,80.6577,114.3330,-14.5707,1.1124,72.9731,0.0000,0.0000,6.5721,72.7950,-0.9167,0.0000,73.7116,0.0000,73.7116,6.1092,67.6025,0.0000,67.6025,0.4449,67.1576,0.0000,12.6769,10.0568,44.4239,1.2366,15855.4488,15855.4488,15855.4488,15855.4488,15855.4488 +699.5000,1.0000,8782.7359,55.6735,55.0530,0.3447,0.0000,5,1494.2775,545.0008,763.5052,-97.2033,85.2819,119.4736,-15.2104,1.9113,76.6593,0.0000,0.0000,6.7113,76.8711,-0.9563,0.0000,77.8274,0.0000,77.8274,6.2827,71.5447,0.0000,71.5447,0.4732,71.0715,0.0000,13.5460,10.2815,47.2440,1.2429,16759.0146,16759.0146,16759.0146,16759.0146,16759.0146 +700.5000,1.0000,8798.4245,56.8730,56.2940,0.3217,0.0000,5,1522.2400,524.6024,774.4188,-98.8617,83.6261,123.4490,-15.7594,0.6669,76.2505,0.0000,0.0000,6.7087,75.8358,-0.9702,0.0000,76.8060,0.0000,76.8060,6.3776,70.4284,0.0000,70.4284,0.4510,69.9774,0.0000,14.4402,10.5030,45.0341,1.2356,16504.0670,16504.0670,16504.0670,16504.0670,16504.0670 +701.5000,1.0000,8814.4280,58.0065,57.4520,0.3081,0.0000,5,1550.0115,520.2701,771.9978,-100.5088,84.4486,125.3082,-16.3143,1.9644,75.6750,0.0000,0.0000,6.8092,75.9564,-0.9892,0.0000,76.9456,0.0000,76.9456,6.4838,70.4618,0.0000,70.4618,0.4406,70.0212,0.0000,15.3208,10.7124,43.9881,1.2283,16706.2124,16706.2124,16706.2124,16706.2124,16706.2124 +702.5000,1.0000,8830.7312,59.0855,58.5610,0.2914,0.0000,5,1584.8400,504.9162,775.6001,-102.5744,83.7979,128.7217,-17.0237,1.3812,75.4757,0.0000,0.0000,6.9411,75.4814,-1.0045,0.0000,76.4859,0.0000,76.4859,6.5761,69.9098,0.0000,69.9098,0.4245,69.4853,0.0000,16.1915,10.9116,42.3822,1.2622,16674.1051,16674.1051,16674.1051,16674.1051,16674.1051 +703.5000,1.0000,8847.2908,60.0085,59.6100,0.2214,0.0000,5,1620.8135,444.2772,775.9344,-104.2147,75.4077,131.7003,-17.6885,2.1681,66.2002,0.0000,0.0000,7.0394,66.6473,-0.9752,0.0000,67.6225,0.0000,67.6225,6.5474,61.0751,0.0000,61.0751,0.3275,60.7475,0.0000,16.9617,11.0821,32.7038,1.2189,15129.3983,15129.3983,15129.3983,15129.3983,15129.3983 +704.5000,1.0000,8864.0809,60.8385,60.4070,0.2397,0.0000,5,1643.7785,455.8824,762.5899,-105.0325,78.4738,131.2692,-18.0799,0.1194,71.2804,0.0000,0.0000,7.0740,70.8293,-1.0102,0.0000,71.8395,0.0000,71.8395,6.6675,65.1721,0.0000,65.1721,0.3596,64.8125,0.0000,17.6754,11.2354,35.9018,1.2670,15705.5827,15705.5827,15705.5827,15705.5827,15705.5827 +705.5000,1.0000,8881.0739,61.5690,61.2700,0.1661,0.0000,5,1655.2990,397.7857,768.4521,-105.4428,68.9532,133.2054,-18.2777,1.0509,60.7793,0.0000,0.0000,7.1230,60.8633,-0.9722,0.0000,61.8355,0.0000,61.8355,6.7177,55.1179,0.0000,55.1179,0.2522,54.8657,0.0000,18.3192,11.3703,25.1762,1.2433,13961.2767,13961.2767,13961.2767,13961.2767,13961.2767 +706.5000,1.0000,8898.2271,62.1455,61.8680,0.1542,0.0000,5,1680.9720,389.1670,755.5054,-106.3571,68.5055,132.9923,-18.7221,1.5830,59.6627,0.0000,0.0000,7.2597,59.9394,-0.9774,0.0000,60.9168,0.0000,60.9168,6.7806,54.1362,0.0000,54.1362,0.2362,53.9000,0.0000,18.8386,11.4767,23.5846,1.2786,13906.7911,13906.7911,13906.7911,13906.7911,13906.7911 +707.5000,1.0000,8915.5637,62.8055,62.4230,0.2125,0.0000,5,1697.9855,438.0743,756.7663,-106.9630,77.8951,134.5626,-19.0194,0.1750,70.3968,0.0000,0.0000,7.3233,70.0399,-1.0398,0.0000,71.0796,0.0000,71.0796,6.8526,64.2270,0.0000,64.2270,0.3290,63.8980,0.0000,19.4455,11.5986,32.8538,1.3249,15681.9538,15681.9538,15681.9538,15681.9538,15681.9538 +708.5000,1.0000,8933.1014,63.5300,63.1880,0.1900,0.0000,5,1713.7785,426.5837,772.1259,-107.5254,76.5575,138.5707,-19.2972,1.4855,67.5693,0.0000,0.0000,7.5027,67.7610,-1.0408,0.0000,68.8018,0.0000,68.8018,6.9316,61.8702,0.0000,61.8702,0.2976,61.5726,0.0000,20.1261,11.7324,29.7140,1.3860,15441.1746,15441.1746,15441.1746,15441.1746,15441.1746 +709.5000,1.0000,8950.7943,64.0885,63.8720,0.1203,0.0000,5,1729.9915,361.2706,771.8362,-108.1028,65.4493,139.8292,-19.5844,0.2229,57.7801,0.0000,0.0000,7.4463,57.6555,-0.9995,0.0000,58.6550,0.0000,58.6550,6.9926,51.6624,0.0000,51.6624,0.1900,51.4724,0.0000,20.6612,11.8356,18.9756,1.3400,13351.8921,13351.8921,13351.8921,13351.8921,13351.8921 +710.5000,1.0000,8968.5075,64.1615,64.3050,-0.0797,0.0000,5,1738.1935,186.7438,757.7568,-108.3949,33.9917,137.9293,-19.7304,0.6515,25.8735,0.0000,0.0000,7.4667,26.0225,-0.8410,0.0000,26.8636,0.0000,26.8636,7.0005,19.8630,0.0000,19.8630,-0.1261,19.9892,0.0000,20.7318,11.8490,-12.5917,1.3170,7512.3863,7512.3863,7512.3863,7512.3863,7512.3863 +711.5000,1.0000,8986.1013,63.7315,64.0180,-0.1592,0.0000,5,1738.1935,108.6894,715.4368,-108.3949,19.7840,130.2261,-19.7304,-0.6515,13.0393,0.0000,0.0000,7.3962,13.0522,-0.7680,0.0000,13.8202,0.0000,13.8202,6.9536,6.8666,0.0000,6.8666,-0.2501,7.1167,0.0000,20.3181,11.7696,-24.9710,1.2825,5003.0009,5003.0009,5003.0009,5003.0009,5003.0009 +712.5000,1.0000,9003.5295,63.1355,63.4450,-0.1719,0.0000,5,1719.7300,92.2408,690.7466,-107.7374,16.6116,124.3963,-19.4024,-1.3053,10.5898,0.0000,0.0000,7.3272,10.5655,-0.7451,0.0000,11.3106,0.0000,11.3106,6.8886,4.4220,0.0000,4.4220,-0.2676,4.6896,0.0000,19.7534,11.6596,-26.7234,1.3044,4493.3517,4493.3517,4493.3517,4493.3517,4493.3517 +713.5000,1.0000,9020.7622,62.4320,62.8260,-0.2189,0.0000,5,1709.2010,57.3966,683.0260,-107.3624,10.2733,122.2529,-19.2165,0.1922,2.7286,0.0000,0.0000,7.3525,2.7488,-0.7161,0.0000,3.4649,0.0000,3.4649,6.8118,-3.3469,0.0000,-3.3469,-0.3369,-3.0100,0.0000,19.1007,11.5296,-33.6403,1.3148,3775.6826,3775.6826,3775.6826,3775.6826,3775.6826 +714.5000,1.0000,9037.8206,61.8040,62.0380,-0.1300,0.0000,5,1689.0590,119.0915,667.2896,-106.6451,21.0646,118.0287,-18.8632,-2.2792,16.1099,0.0000,0.0000,7.2339,15.9608,-0.7494,0.0000,16.7102,0.0000,16.7102,6.7433,9.9669,0.0000,9.9669,-0.1981,10.1650,0.0000,18.5296,11.4137,-19.7783,1.2948,5131.1107,5131.1107,5131.1107,5131.1107,5131.1107 +715.5000,1.0000,9054.7794,61.4460,61.5700,-0.0689,0.0000,5,1675.8220,187.8622,679.9479,-106.1737,32.9683,119.3252,-18.6326,0.8991,24.7684,0.0000,0.0000,7.3008,24.9479,-0.7887,0.0000,25.7366,0.0000,25.7366,6.7042,19.0324,0.0000,19.0324,-0.1044,19.1368,0.0000,18.2093,11.3476,-10.4201,1.3043,7257.2547,7257.2547,7257.2547,7257.2547,7257.2547 +716.5000,1.0000,9071.6615,61.1695,61.3220,-0.0847,0.0000,5,1675.1355,162.7471,698.4279,-106.1493,28.5491,122.5181,-18.6207,-0.9693,22.3496,0.0000,0.0000,7.1687,22.2795,-0.7706,0.0000,23.0501,0.0000,23.0501,6.6741,16.3760,0.0000,16.3760,-0.1278,16.5037,0.0000,17.9646,11.2965,-12.7574,1.2495,6452.5747,6452.5747,6452.5747,6452.5747,6452.5747 +717.5000,1.0000,9088.4316,60.7665,61.0170,-0.1392,0.0000,5,1657.1680,115.6199,687.0201,-105.5094,20.0645,119.2243,-18.3099,-0.8696,13.7320,0.0000,0.0000,7.2021,13.7177,-0.7205,0.0000,14.4383,0.0000,14.4383,6.6301,7.8082,0.0000,7.8082,-0.2085,8.0167,0.0000,17.6121,11.2221,-20.8175,1.2985,4913.1882,4913.1882,4913.1882,4913.1882,4913.1882 +718.5000,1.0000,9105.0566,60.2440,60.5160,-0.1511,0.0000,5,1635.1185,100.9437,667.1460,-104.7241,17.2845,114.2349,-17.9318,-1.3560,11.5689,0.0000,0.0000,7.0717,11.5254,-0.7007,0.0000,12.2261,0.0000,12.2261,6.5731,5.6530,0.0000,5.6530,-0.2244,5.8774,0.0000,17.1617,11.1256,-22.4099,1.2779,4407.6331,4407.6331,4407.6331,4407.6331,4407.6331 +719.5000,1.0000,9121.5257,59.6825,59.9720,-0.1608,0.0000,5,1618.8675,96.9085,657.8912,-104.1454,16.4286,111.5306,-17.6555,-0.2730,9.6415,0.0000,0.0000,7.0602,9.6721,-0.6820,0.0000,10.3541,0.0000,10.3541,6.5118,3.8422,0.0000,3.8422,-0.2367,4.0789,0.0000,16.6864,11.0219,-23.6294,1.2729,4269.8525,4269.8525,4269.8525,4269.8525,4269.8525 +720.5000,1.0000,9137.8340,59.1040,59.3930,-0.1606,0.0000,5,1608.4155,92.1747,653.5004,-103.7732,15.5252,110.0710,-17.4788,-0.7611,9.3043,0.0000,0.0000,6.9821,9.3052,-0.6705,0.0000,9.9757,0.0000,9.9757,6.4487,3.5270,0.0000,3.5270,-0.2340,3.7610,0.0000,16.2059,10.9150,-23.3599,1.2832,4146.1745,4146.1745,4146.1745,4146.1745,4146.1745 +721.5000,1.0000,9153.9693,58.4810,58.8150,-0.1856,0.0000,5,1590.7150,67.3149,646.4852,-102.9228,11.2133,107.6910,-17.1448,-0.9764,5.2612,0.0000,0.0000,6.9284,5.2582,-0.6412,0.0000,5.8994,0.0000,5.8994,6.3807,-0.4814,0.0000,-0.4814,-0.2675,-0.2138,0.0000,15.6989,10.8000,-26.7127,1.2914,3628.5035,3628.5035,3628.5035,3628.5035,3628.5035 +722.5000,1.0000,9169.9427,57.8985,58.1470,-0.1381,0.0000,5,1573.5100,108.4741,632.5199,-101.9024,17.8741,104.2251,-16.7912,-0.6967,11.7107,0.0000,0.0000,6.8602,11.7072,-0.6629,0.0000,12.3702,0.0000,12.3702,6.3172,6.0530,0.0000,6.0530,-0.1971,6.2500,0.0000,15.2342,10.6924,-19.6766,1.2587,4429.9626,4429.9626,4429.9626,4429.9626,4429.9626 +723.5000,1.0000,9185.7905,57.4460,57.6500,-0.1133,0.0000,5,1563.4775,130.5296,642.3605,-101.3074,21.3712,105.1717,-16.5868,-0.2710,14.8714,0.0000,0.0000,6.7709,14.8974,-0.6717,0.0000,15.5691,0.0000,15.5691,6.2678,9.3013,0.0000,9.3013,-0.1605,9.4618,0.0000,14.8798,10.6089,-16.0268,1.1932,5023.1338,5023.1338,5023.1338,5023.1338,5023.1338 +724.5000,1.0000,9201.5244,57.0360,57.2420,-0.1144,0.0000,5,1549.3250,124.3179,645.1695,-100.4680,20.1699,104.6755,-16.3004,-1.0780,14.4814,0.0000,0.0000,6.7666,14.4276,-0.6627,0.0000,15.0903,0.0000,15.0903,6.2231,8.8672,0.0000,8.8672,-0.1609,9.0282,0.0000,14.5634,10.5331,-16.0684,1.2533,4803.6098,4803.6098,4803.6098,4803.6098,4803.6098 +725.5000,1.0000,9217.1529,56.6565,56.8300,-0.0964,0.0000,5,1545.9680,149.1216,641.7417,-100.2689,24.1418,103.8937,-16.2329,0.7570,16.5371,0.0000,0.0000,6.8478,16.6734,-0.6680,0.0000,17.3414,0.0000,17.3414,6.1817,11.1597,0.0000,11.1597,-0.1346,11.2944,0.0000,14.2746,10.4631,-13.4433,1.3047,5495.1826,5495.1826,5495.1826,5495.1826,5495.1826 +726.5000,1.0000,9232.6510,56.1875,56.4830,-0.1642,0.0000,5,1541.0470,77.0413,648.5287,-99.9771,12.4328,104.6583,-16.1341,-1.2202,6.9067,0.0000,0.0000,6.7464,6.8851,-0.6110,0.0000,7.4961,0.0000,7.4961,6.1305,1.3656,0.0000,1.3656,-0.2274,1.5930,0.0000,13.9233,10.3764,-22.7067,1.2768,3657.9825,3657.9825,3657.9825,3657.9825,3657.9825 +727.5000,1.0000,9247.9442,55.4495,55.8920,-0.2458,0.0000,5,1516.8995,4.8902,616.7073,-98.5449,0.7768,97.9636,-15.6538,-1.0483,-4.8324,0.0000,0.0000,6.6575,-4.8351,-0.6157,0.0000,-4.2194,0.0000,-4.2194,6.0500,-10.2694,0.0000,-10.2694,-0.3361,-9.9333,0.0000,13.3823,10.2402,-33.5558,1.2597,2292.6826,2292.6826,2292.6826,2292.6826,2292.6826 +728.5000,1.0000,9262.9839,54.5370,55.0070,-0.2611,0.0000,5,1492.5615,-12.2070,582.9425,-97.1015,-1.9080,91.1143,-15.1770,-1.1993,-7.2590,0.0000,0.0000,6.5504,-7.2580,-0.6068,0.0000,-6.6511,0.0000,-6.6511,5.9504,-12.6015,0.0000,-12.6015,-0.3511,-12.2504,0.0000,12.7326,10.0716,-35.0547,1.2300,1873.8978,1873.8978,1873.8978,1873.8978,1873.8978 +729.5000,1.0000,9277.7610,53.5915,54.0670,-0.2642,0.0000,5,1465.1715,-19.2315,567.2074,-95.4771,-2.9507,87.0280,-14.6493,-1.2872,-7.9735,0.0000,0.0000,6.3099,-7.9663,-0.5934,0.0000,-7.3730,0.0000,-7.3730,5.8473,-13.2202,0.0000,-13.2202,-0.3490,-12.8712,0.0000,12.0818,9.8970,-34.8500,1.0885,1664.3611,1664.3611,1664.3611,1664.3611,1664.3611 +730.5000,1.0000,9292.1538,52.2080,53.1160,-0.5044,0.0640,5,1436.6750,-93.7870,554.8253,-93.7870,-14.1101,83.4725,-14.1101,-1.2520,-19.0996,0.0000,0.0000,6.2415,-19.2457,-0.5996,0.0000,-18.6461,0.0000,-18.6461,5.6963,-24.3424,19.5168,-43.8591,-0.6493,-43.2098,0.8066,11.1726,9.6415,-64.8305,1.1081,0.0000,0.0000,0.0000,0.0000,0.0000 +731.5000,1.0000,9306.0573,50.4465,51.3000,-0.4742,0.0780,5,1401.2740,-91.6874,513.4390,-91.6874,-13.4543,75.3426,-13.4543,-1.8252,-17.7210,0.0000,0.0000,6.0919,-17.7531,-0.5683,0.0000,-17.1848,0.0000,-17.1848,5.5041,-22.6889,16.4387,-39.1276,-0.5897,-38.5378,0.9499,10.0793,9.3162,-58.8832,1.0555,0.0000,0.0000,0.0000,0.0000,0.0000 +732.5000,1.0000,9319.5257,48.8805,49.5930,-0.3958,0.0780,5,1342.7560,-88.2169,493.5659,-88.2169,-12.4044,69.4018,-12.4044,-3.0764,-15.1633,0.0000,0.0000,5.8353,-14.9601,-0.5375,0.0000,-14.4226,0.0000,-14.4226,5.3332,-19.7558,9.2347,-28.9905,-0.4770,-28.5135,0.9204,9.1687,9.0270,-47.6296,0.9843,0.0000,0.0000,0.0000,0.0000,0.0000 +733.5000,1.0000,9332.7695,48.0715,48.1680,-0.0536,0.0070,5,1299.0770,156.7909,481.2459,-85.6263,21.3297,65.4682,-11.6485,-0.5083,16.0275,0.0000,0.0000,5.8105,15.9809,-0.5344,0.0000,16.5153,0.0000,16.5153,5.2450,11.2704,0.0000,11.2704,-0.0635,11.3339,0.0812,8.7192,8.8776,-6.3441,1.0556,4732.2090,4732.2090,4732.2090,4732.2090,4732.2090 +734.5000,1.0000,9346.0021,48.0315,47.9750,0.0314,0.0000,5,1299.8395,236.9810,585.9455,-85.6716,32.2576,79.7582,-11.6615,0.5694,25.8611,0.0000,0.0000,5.8271,25.9725,-0.5843,0.0000,26.5568,0.0000,26.5568,5.2406,21.3162,0.0000,21.3162,0.0372,21.2790,0.0000,8.6974,8.8702,3.7113,1.0158,6765.8789,6765.8789,6765.8789,6765.8789,6765.8789 +735.5000,1.0000,9359.2421,48.0580,48.0880,-0.0167,0.0000,5,1302.1665,189.0536,620.0923,-85.8096,25.7798,84.5574,-11.7012,-0.3844,20.3455,0.0000,0.0000,5.8187,20.2830,-0.5560,0.0000,20.8390,0.0000,20.8390,5.2435,15.5955,0.0000,15.5955,-0.0197,15.6152,0.0000,8.7118,8.8751,-1.9717,1.0562,5559.2503,5559.2503,5559.2503,5559.2503,5559.2503 +736.5000,1.0000,9372.4957,48.1070,48.0280,0.0439,0.0000,5,1299.7250,246.3834,599.7034,-85.6648,33.5345,81.6238,-11.6596,0.1888,27.5229,0.0000,0.0000,5.8228,27.5278,-0.5932,0.0000,28.1211,0.0000,28.1211,5.2489,22.8722,0.0000,22.8722,0.0521,22.8201,0.0000,8.7385,8.8842,5.1975,1.0557,7003.8441,7003.8441,7003.8441,7003.8441,7003.8441 +737.5000,1.0000,9385.8117,48.3315,48.1860,0.0808,0.0000,5,1306.8585,280.2223,624.6473,-86.0878,38.3495,85.4854,-11.7815,0.3827,32.1337,0.0000,0.0000,5.8331,32.1542,-0.6198,0.0000,32.7740,0.0000,32.7740,5.2733,27.5007,0.0000,27.5007,0.0963,27.4043,0.0000,8.8615,8.9256,9.6172,1.0438,7897.4914,7897.4914,7897.4914,7897.4914,7897.4914 +738.5000,1.0000,9399.2306,48.7020,48.4770,0.1250,0.0000,5,1314.5265,320.0038,640.2496,-86.5426,44.0507,88.1348,-11.9132,0.2341,37.9481,0.0000,0.0000,5.8685,37.8569,-0.6539,0.0000,38.5109,0.0000,38.5109,5.3138,33.1971,0.0000,33.1971,0.1501,33.0470,0.0000,9.0669,8.9941,14.9860,1.0587,8975.3521,8975.3521,8975.3521,8975.3521,8975.3521 +739.5000,1.0000,9412.8603,49.4610,48.9270,0.2967,0.0000,5,1326.3525,479.9539,658.5669,-87.2440,66.6633,91.4719,-12.1178,0.7271,60.0343,0.0000,0.0000,5.9020,59.7928,-0.7757,0.0000,60.5685,0.0000,60.5685,5.4530,55.1155,0.0000,55.1155,0.3618,54.7537,0.0000,9.4984,9.1342,36.1211,1.0618,13241.0308,13241.0308,13241.0308,13241.0308,13241.0308 +740.5000,1.0000,9426.8300,50.6850,49.9950,0.3833,0.0000,5,1355.2680,566.3305,725.6850,-88.9589,80.3755,102.9916,-12.6253,1.6636,72.7104,0.0000,0.0000,6.0015,72.7918,-0.8594,0.0000,73.6512,0.0000,73.6512,5.7617,67.8895,0.0000,67.8895,0.4790,67.4105,0.0000,10.2219,9.3603,47.8283,1.0562,15758.9483,15758.9483,15758.9483,15758.9483,15758.9483 +741.5000,1.0000,9441.1976,52.1175,51.3750,0.4125,0.0000,5,1393.6825,596.1169,762.9588,-91.2372,87.0009,111.3509,-13.3157,1.5770,79.3485,0.0000,0.0000,6.0755,79.2682,-0.9135,0.0000,80.1817,0.0000,80.1817,5.9913,74.1904,0.0000,74.1904,0.5300,73.6603,0.0000,11.1135,9.6248,52.9221,1.0392,17002.9718,17002.9718,17002.9718,17002.9718,17002.9718 +742.5000,1.0000,9455.9504,53.5040,52.8600,0.3578,0.0000,5,1431.3345,550.1598,778.8455,-93.4703,82.4629,116.7404,-14.0102,1.6900,74.5341,0.0000,0.0000,6.2388,74.6369,-0.9112,0.0000,75.5481,0.0000,75.5481,6.0492,69.4989,0.0000,69.4989,0.4720,69.0270,0.0000,12.0235,9.8809,47.1226,1.0924,16161.9895,16161.9895,16161.9895,16161.9895,16161.9895 +743.5000,1.0000,9471.0807,54.8630,54.1480,0.3972,0.0000,5,1470.8935,589.2338,767.2502,-95.8164,90.7606,118.1808,-14.7588,1.8366,82.5368,0.0000,0.0000,6.3873,82.6012,-0.9725,0.0000,83.5737,0.0000,83.5737,6.2944,77.2793,0.0000,77.2793,0.5373,76.7420,0.0000,12.9635,10.1318,53.6466,1.1051,17744.1582,17744.1582,17744.1582,17744.1582,17744.1582 +744.5000,1.0000,9486.5833,56.2035,55.5780,0.3475,0.0000,5,1516.0220,546.3016,786.1387,-98.4929,86.7294,124.8054,-15.6365,2.3085,77.8538,0.0000,0.0000,6.5671,78.2562,-0.9717,0.0000,79.2280,0.0000,79.2280,6.3524,72.8756,0.0000,72.8756,0.4815,72.3940,0.0000,13.9365,10.3794,48.0781,1.1341,17055.6007,17055.6007,17055.6007,17055.6007,17055.6007 +745.5000,1.0000,9502.4115,57.3755,56.8290,0.3036,0.0000,5,1546.8455,504.5309,778.1972,-100.3210,81.7266,126.0565,-16.2505,0.5726,74.5779,0.0000,0.0000,6.5761,74.1621,-0.9699,0.0000,75.1320,0.0000,75.1320,6.3987,68.7334,0.0000,68.7334,0.4295,68.3039,0.0000,14.8262,10.5958,42.8818,1.1399,16215.8162,16215.8162,16215.8162,16215.8162,16215.8162 +746.5000,1.0000,9518.4995,58.3110,57.9220,0.2161,0.0000,5,1570.0010,432.8361,769.3650,-101.6943,71.1626,126.4914,-16.7196,1.6514,62.8314,0.0000,0.0000,6.6798,63.0960,-0.9292,0.0000,64.0251,0.0000,64.0251,6.3622,57.6629,0.0000,57.6629,0.3107,57.3523,0.0000,15.5626,10.7686,31.0211,1.1192,14224.7862,14224.7862,14224.7862,14224.7862,14224.7862 +747.5000,1.0000,9534.7905,59.0415,58.7000,0.1897,0.0000,5,1588.4260,406.1736,750.7589,-102.7870,67.5627,124.8809,-17.0976,0.1265,60.7228,0.0000,0.0000,6.7135,60.4229,-0.9277,0.0000,61.3505,0.0000,61.3505,6.4419,54.9086,0.0000,54.9086,0.2762,54.6325,0.0000,16.1546,10.9035,27.5743,1.1478,13611.6969,13611.6969,13611.6969,13611.6969,13611.6969 +748.5000,1.0000,9551.2181,59.5335,59.3830,0.0836,0.0000,5,1598.5350,317.1158,745.3150,-103.3866,53.0846,124.7644,-17.3067,0.8651,45.4314,0.0000,0.0000,6.7882,45.5667,-0.8608,0.0000,46.4274,0.0000,46.4274,6.4956,39.9319,0.0000,39.9319,0.1227,39.8091,0.0000,16.5614,10.9944,12.2533,1.1371,10922.2507,10922.2507,10922.2507,10922.2507,10922.2507 +749.5000,1.0000,9567.7162,59.7870,59.6840,0.0572,0.0000,5,1611.6960,291.3811,720.3984,-103.8900,49.1783,121.5863,-17.5342,0.4304,41.9565,0.0000,0.0000,6.7913,41.9974,-0.8470,0.0000,42.8443,0.0000,42.8443,6.5232,36.3211,0.0000,36.3211,0.0843,36.2367,0.0000,16.7738,11.0412,8.4217,1.1396,10193.3553,10193.3553,10193.3553,10193.3553,10193.3553 +750.5000,1.0000,9584.2251,59.8260,59.8900,-0.0356,0.0000,5,1624.6280,210.5180,715.3698,-104.3505,35.8156,121.7063,-17.7532,0.8563,28.1363,0.0000,0.0000,6.8229,28.3152,-0.7785,0.0000,29.0938,0.0000,29.0938,6.5275,22.5663,0.0000,22.5663,-0.0524,22.6187,0.0000,16.8067,11.0484,-5.2363,1.1044,7713.2199,7713.2199,7713.2199,7713.2199,7713.2199 +751.5000,1.0000,9600.6830,59.6425,59.7620,-0.0664,0.0000,5,1618.6390,171.2430,690.7170,-104.1373,29.0263,117.0789,-17.6516,-1.4485,23.7446,0.0000,0.0000,6.7301,23.5781,-0.7515,0.0000,24.3297,0.0000,24.3297,6.5075,17.8222,0.0000,17.8222,-0.0976,17.9198,0.0000,16.6525,11.0145,-9.7472,1.1033,6455.6390,6455.6390,6455.6390,6455.6390,6455.6390 +752.5000,1.0000,9617.1067,59.5195,59.5230,-0.0019,0.0000,5,1611.0095,238.8848,676.9245,-103.8655,40.3009,114.2002,-17.5226,0.6868,32.8076,0.0000,0.0000,6.8065,32.9509,-0.7968,0.0000,33.7477,0.0000,33.7477,6.4940,27.2537,0.0000,27.2537,-0.0029,27.2565,0.0000,16.5496,10.9918,-0.2849,1.1395,8534.6290,8534.6290,8534.6290,8534.6290,8534.6290 +753.5000,1.0000,9633.5210,59.4855,59.5160,-0.0169,0.0000,5,1610.5895,218.7317,697.1760,-103.8506,36.8914,117.5861,-17.5155,-0.7282,30.8313,0.0000,0.0000,6.7883,30.7061,-0.7849,0.0000,31.4911,0.0000,31.4911,6.4903,25.0007,0.0000,25.0007,-0.0249,25.0256,0.0000,16.5213,10.9855,-2.4812,1.1143,7899.4766,7899.4766,7899.4766,7899.4766,7899.4766 +754.5000,1.0000,9649.8746,59.2670,59.4550,-0.1044,0.0000,5,1606.8130,159.0458,690.2794,-103.7161,26.7618,116.1499,-17.4518,0.3539,17.5506,0.0000,0.0000,8.8574,17.6458,-0.7154,0.0000,18.3611,0.0000,18.3611,6.4665,11.8946,0.0000,11.8946,-0.1526,12.0472,0.0000,16.3401,10.9451,-15.2380,1.1262,6055.3643,6055.3643,6055.3643,6055.3643,6055.3643 +755.5000,1.0000,9666.1267,58.9015,59.0790,-0.0986,0.0000,5,1600.2135,155.2972,670.3208,-103.4811,26.0238,112.3283,-17.3407,-1.0009,18.2518,0.0000,0.0000,8.7729,18.1904,-0.7121,0.0000,18.9025,0.0000,18.9025,6.4266,12.4759,0.0000,12.4759,-0.1432,12.6191,0.0000,16.0396,10.8777,-14.2982,1.1124,5923.2739,5923.2739,5923.2739,5923.2739,5923.2739 +756.5000,1.0000,9682.2498,58.4370,58.7240,-0.1594,0.0000,5,1586.3660,104.4698,664.9614,-102.6649,17.3549,110.4660,-17.0551,-0.3568,8.9834,0.0000,0.0000,8.7283,9.0069,-0.6581,0.0000,9.6650,0.0000,9.6650,6.3759,3.2890,0.0000,3.2890,-0.2297,3.5188,0.0000,15.6634,10.7919,-22.9365,1.1223,4356.3659,4356.3659,4356.3659,4356.3659,4356.3659 +757.5000,1.0000,9698.1529,57.6455,58.1500,-0.2803,0.0000,5,1576.1805,-4.7571,645.2997,-102.0608,-0.7852,106.5114,-16.8459,-0.6314,-8.8205,0.0000,0.0000,8.6667,-8.8615,-0.6622,0.0000,-8.1993,0.0000,-8.1993,6.2896,-14.4889,0.0000,-14.4889,-0.3983,-14.0906,0.0000,15.0363,10.6457,-39.7725,1.1204,2226.7999,2226.7999,2226.7999,2226.7999,2226.7999 +758.5000,1.0000,9713.7647,56.5965,57.1410,-0.3025,0.0000,5,1558.7850,-29.2136,603.5965,-101.0291,-4.7687,98.5284,-16.4915,-1.0407,-12.3297,0.0000,0.0000,8.6018,-12.3627,-0.6533,0.0000,-11.7093,0.0000,-11.7093,6.1751,-17.8845,0.0000,-17.8845,-0.4221,-17.4624,0.0000,14.2305,10.4520,-42.1448,1.1171,1617.9690,1617.9690,1617.9690,1617.9690,1617.9690 +759.5000,1.0000,9729.0810,55.5325,56.0520,-0.2886,0.0000,5,1529.9075,-25.0506,584.4406,-99.3164,-4.0134,93.6341,-15.9116,-1.6917,-10.7496,0.0000,0.0000,8.4279,-10.7234,-0.6317,0.0000,-10.0917,0.0000,-10.0917,6.0590,-16.1507,0.0000,-16.1507,-0.3952,-15.7556,0.0000,13.4428,10.2555,-39.4539,1.0979,1650.2879,1650.2879,1650.2879,1650.2879,1650.2879 +760.5000,1.0000,9743.9942,54.0815,55.0130,-0.5175,0.0000,5,1491.5310,-97.0404,571.7404,-97.0404,-15.1570,89.3017,-15.1570,-1.8659,-21.5494,0.0000,0.0000,8.2583,-21.6276,-0.6395,0.0000,-20.9881,0.0000,-20.9881,5.9007,-26.8888,20.2898,-47.1786,-0.6900,-46.4886,0.0000,12.4190,9.9875,-68.8951,1.0837,0.0000,0.0000,0.0000,0.0000,0.0000 +761.5000,1.0000,9758.4114,52.2960,53.1500,-0.4744,0.0470,5,1446.3645,-94.3617,528.2829,-94.3617,-14.2923,80.0153,-14.2923,-2.2024,-20.2108,0.0000,0.0000,8.1209,-20.1941,-0.6056,0.0000,-19.5885,0.0000,-19.5885,5.7059,-25.2944,14.9152,-40.2096,-0.6117,-39.5979,0.5934,11.2288,9.6578,-61.0778,1.0827,0.0000,0.0000,0.0000,0.0000,0.0000 +762.5000,1.0000,9772.3603,50.6100,51.4420,-0.4622,0.3770,5,1395.8190,-91.3639,510.8865,-91.3639,-13.3546,74.6762,-13.3546,-2.2073,-17.1711,0.0000,0.0000,6.0237,-17.1360,-0.5693,0.0000,-16.5668,0.0000,-16.5668,5.5220,-22.0887,11.9442,-34.0329,-0.5768,-33.4562,4.6060,10.1774,9.3463,-57.5859,1.0821,0.0000,0.0000,0.0000,0.0000,0.0000 +763.5000,1.0000,9785.8126,48.8225,49.7780,-0.5308,0.7880,5,1349.3170,-88.6060,496.2303,-88.6060,-12.5200,70.1174,-12.5200,-1.7196,-16.7299,0.0000,0.0000,5.9294,-16.8014,-0.5412,0.0000,-16.2602,0.0000,-16.2602,5.3269,-21.5872,15.4090,-36.9961,-0.6390,-36.3572,9.2872,9.1377,9.0160,-63.7981,1.0544,0.0000,0.0000,0.0000,0.0000,0.0000 +764.5000,1.0000,9798.7283,46.8905,47.8670,-0.5425,0.9360,5,1299.8780,-85.6738,481.1658,-85.6738,-11.6622,65.4977,-11.6622,-2.2900,-15.1463,0.0000,0.0000,5.7741,-15.1271,-0.5083,0.0000,-14.6188,0.0000,-14.6188,5.1161,-19.7349,16.1628,-35.8977,-0.6272,-35.2705,10.5948,8.0957,8.6591,-62.6201,1.0558,0.0000,0.0000,0.0000,0.0000,0.0000 +765.5000,1.0000,9811.1536,45.1250,45.9140,-0.4383,0.6230,5,1248.4170,-82.6218,466.4509,-82.6218,-10.8015,60.9810,-10.8015,-1.7460,-14.6875,0.0000,0.0000,5.6321,-14.6762,-0.4815,0.0000,-14.1947,0.0000,-14.1947,4.9235,-19.1182,7.7266,-26.8448,-0.4877,-26.3571,6.7865,7.2143,8.3333,-48.6913,1.0456,0.0000,0.0000,0.0000,0.0000,0.0000 +766.5000,1.0000,9823.2116,43.8030,44.3360,-0.2961,0.2830,5,1210.1930,-46.5400,456.9501,-80.3548,-5.8981,57.9098,-10.1835,-1.1482,-10.2482,0.0000,0.0000,5.4984,-10.2420,-0.4517,0.0000,-9.7903,0.0000,-9.7903,4.7793,-14.5695,0.0000,-14.5695,-0.3198,-14.2497,2.9925,6.5976,8.0893,-31.9292,1.0247,578.7965,578.7965,578.7965,578.7965,578.7965 +767.5000,1.0000,9835.0466,43.0000,43.2700,-0.1500,0.0600,5,1180.3615,60.3021,465.0667,-78.5788,7.4538,57.4856,-9.7129,-1.0425,3.0703,0.0000,0.0000,5.4260,3.0520,-0.4074,0.0000,3.4594,0.0000,3.4594,4.6916,-1.2322,0.0000,-1.2322,-0.1590,-1.0732,0.6228,6.2407,7.9410,-15.8778,1.0321,2416.5578,2416.5578,2416.5578,2416.5578,2416.5578 +768.5000,1.0000,9846.7408,42.4930,42.7300,-0.1317,0.0000,5,1162.0890,76.5539,510.0862,-77.4888,9.3161,62.0743,-9.4299,-0.2777,4.1877,0.0000,0.0000,5.4061,4.1971,-0.3984,0.0000,4.5955,0.0000,4.5955,4.6363,-0.0408,0.0000,-0.0408,-0.1379,0.0971,0.0000,6.0225,7.8474,-13.7728,1.0274,2663.9693,2663.9693,2663.9693,2663.9693,2663.9693 +769.5000,1.0000,9858.3594,42.2210,42.2560,-0.0194,0.0000,5,1151.2550,172.2949,514.7226,-76.8425,20.7717,62.0545,-9.2641,-0.4909,15.8993,0.0000,0.0000,5.3632,15.8166,-0.4535,0.0000,16.2700,0.0000,16.2700,4.6066,11.6634,0.0000,11.6634,-0.0202,11.6836,0.0000,5.9074,7.7972,-2.0209,1.0366,4514.2612,4514.2612,4514.2612,4514.2612,4514.2612 +770.5000,1.0000,9869.9729,42.2025,42.1860,0.0092,0.0000,5,1138.9335,199.7007,557.0460,-76.1075,23.8181,66.4382,-9.0773,-0.3762,18.8882,0.0000,0.0000,5.3061,18.7916,-0.4683,0.0000,19.2599,0.0000,19.2599,4.6046,14.6552,0.0000,14.6552,0.0095,14.6457,0.0000,5.8996,7.7938,0.9523,1.0094,5090.7632,5090.7632,5090.7632,5090.7632,5090.7632 +771.5000,1.0000,9881.5518,42.0780,42.2190,-0.0783,0.0000,5,1135.3860,125.9433,568.5468,-75.8959,14.9743,67.5987,-9.0238,0.1277,9.5465,0.0000,0.0000,5.3001,9.5941,-0.4202,0.0000,10.0143,0.0000,10.0143,4.5910,5.4232,0.0000,5.4232,-0.0813,5.5045,0.0000,5.8476,7.7708,-8.1139,1.0086,3428.2465,3428.2465,3428.2465,3428.2465,3428.2465 +772.5000,1.0000,9893.0905,41.9335,41.9370,-0.0019,0.0000,5,1137.1025,190.9323,533.9028,-75.9983,22.7357,63.5756,-9.0497,-0.0080,17.4465,0.0000,0.0000,5.2971,17.4462,-0.4579,0.0000,17.9042,0.0000,17.9042,4.5753,13.3289,0.0000,13.3289,-0.0020,13.3309,0.0000,5.7875,7.7441,-0.2007,1.0090,4881.6052,4881.6052,4881.6052,4881.6052,4881.6052 +773.5000,1.0000,9904.6487,42.0035,41.9300,0.0408,0.0000,5,1137.1405,229.0331,564.5155,-76.0006,27.2735,67.2231,-9.0502,0.0106,21.9748,0.0000,0.0000,5.2881,21.9394,-0.4816,0.0000,22.4209,0.0000,22.4209,4.5829,17.8380,0.0000,17.8380,0.0423,17.7957,0.0000,5.8166,7.7570,4.2221,0.9975,5661.6225,5661.6225,5661.6225,5661.6225,5661.6225 +774.5000,1.0000,9916.2541,42.1735,42.0770,0.0536,0.0000,5,1135.6145,241.0583,582.2340,-75.9096,28.6670,69.2400,-9.0273,-0.1171,23.4960,0.0000,0.0000,5.2880,23.4077,-0.4912,0.0000,23.8989,0.0000,23.8989,4.6015,19.2974,0.0000,19.2974,0.0557,19.2417,0.0000,5.8875,7.7884,5.5658,1.0202,5924.9360,5924.9360,5924.9360,5924.9360,5924.9360 +775.5000,1.0000,9927.9585,42.5300,42.2700,0.1444,0.0000,5,1139.0095,326.8805,588.1063,-76.1121,38.9893,70.1474,-9.0784,0.3549,33.3162,0.0000,0.0000,5.3182,33.2613,-0.5456,0.0000,33.8069,0.0000,33.8069,4.6404,29.1665,0.0000,29.1665,0.1515,29.0151,0.0000,6.0383,7.8542,15.1226,1.0095,7872.1563,7872.1563,7872.1563,7872.1563,7872.1563 +776.5000,1.0000,9939.8503,43.2045,42.7900,0.2303,0.0000,5,1155.0695,407.6856,629.5611,-77.0701,49.3131,76.1508,-9.3223,0.7793,43.1587,0.0000,0.0000,5.3750,43.1552,-0.6045,0.0000,43.7598,0.0000,43.7598,4.7140,39.0458,0.0000,39.0458,0.2453,38.8005,0.0000,6.3305,7.9788,24.4912,1.0376,9878.6022,9878.6022,9878.6022,9878.6022,9878.6022 +777.5000,1.0000,9951.9364,43.9040,43.6190,0.1583,0.0000,5,1173.3425,343.5229,669.3260,-78.1601,42.2094,82.2415,-9.6037,0.5250,36.2556,0.0000,0.0000,5.4287,36.2455,-0.5790,0.0000,36.8245,0.0000,36.8245,4.7903,32.0342,0.0000,32.0342,0.1714,31.8628,0.0000,6.6427,8.1080,17.1122,1.0304,8526.8202,8526.8202,8526.8202,8526.8202,8526.8202 +778.5000,1.0000,9964.2106,44.5810,44.1890,0.2178,0.0000,5,1192.6070,399.2360,643.8434,-79.3093,49.8604,80.4093,-9.9049,0.8773,43.5121,0.0000,0.0000,5.4710,43.5661,-0.6251,0.0000,44.1912,0.0000,44.1912,4.8641,39.3270,0.0000,39.3270,0.2394,39.0877,0.0000,6.9549,8.2330,23.8997,1.0212,10005.4416,10005.4416,10005.4416,10005.4416,10005.4416 +779.5000,1.0000,9976.7243,45.4435,44.9730,0.2614,0.0000,5,1214.4655,440.1365,671.8342,-80.6082,55.9759,85.4429,-10.2516,0.7369,49.6926,0.0000,0.0000,5.5464,49.5835,-0.6673,0.0000,50.2508,0.0000,50.2508,4.9582,45.2926,0.0000,45.2926,0.2929,44.9997,0.0000,7.3667,8.3923,29.2407,1.0522,11176.1946,11176.1946,11176.1946,11176.1946,11176.1946 +780.5000,1.0000,9989.4950,46.3685,45.9140,0.2525,0.0000,5,1246.2805,435.5100,692.8004,-82.4951,56.8385,90.4175,-10.7664,1.6788,49.4941,0.0000,0.0000,5.6656,49.8764,-0.6816,0.0000,50.5579,0.0000,50.5579,5.0592,45.4988,0.0000,45.4988,0.2887,45.2101,0.0000,7.8257,8.5631,28.8213,1.0318,11332.6601,11332.6601,11332.6601,11332.6601,11332.6601 +781.5000,1.0000,10002.5320,47.3270,46.8230,0.2800,0.0000,5,1282.0245,456.3192,695.6306,-84.6150,61.2624,93.3907,-11.3598,1.0872,54.4604,0.0000,0.0000,5.7148,54.4670,-0.7182,0.0000,55.1852,0.0000,55.1852,5.1762,50.0090,0.0000,50.0090,0.3267,49.6823,0.0000,8.3212,8.7401,32.6209,1.0389,12209.2747,12209.2747,12209.2747,12209.2747,12209.2747 +782.5000,1.0000,10015.8677,48.4025,47.8310,0.3175,0.0000,5,1306.1340,493.6749,709.5685,-86.0449,67.5239,97.0534,-11.7690,0.8262,60.8895,0.0000,0.0000,5.8082,60.6535,-0.7648,0.0000,61.4183,0.0000,61.4183,5.3685,56.0498,0.0000,56.0498,0.3789,55.6709,0.0000,8.9017,8.9387,37.8304,1.0437,13420.6734,13420.6734,13420.6734,13420.6734,13420.6734 +783.5000,1.0000,10029.4988,49.4660,48.9740,0.2733,0.0000,5,1336.3470,458.4270,728.2027,-87.8367,64.1532,101.9061,-12.2920,1.6342,56.6240,0.0000,0.0000,5.8950,56.9018,-0.7612,0.0000,57.6630,0.0000,57.6630,5.4099,52.2531,0.0000,52.2531,0.3334,51.9197,0.0000,9.5011,9.1351,33.2835,1.0365,12760.6857,12760.6857,12760.6857,12760.6857,12760.6857 +784.5000,1.0000,10043.3947,50.4195,49.9580,0.2564,0.0000,5,1362.9360,442.2355,718.7011,-89.4137,63.1187,102.5776,-12.7617,0.5588,56.4804,0.0000,0.0000,6.0795,56.2423,-0.7718,0.0000,57.0141,0.0000,57.0141,5.5012,51.5130,0.0000,51.5130,0.3187,51.1942,0.0000,10.0610,9.3112,31.8220,1.1852,12570.3724,12570.3724,12570.3724,12570.3724,12570.3724 +785.5000,1.0000,10057.5078,51.2010,50.8810,0.1778,0.0000,5,1374.8000,376.6894,716.1451,-90.1173,54.2315,103.1025,-12.9741,0.4380,47.5871,0.0000,0.0000,6.2063,47.4700,-0.7391,0.0000,48.2092,0.0000,48.2092,5.5864,42.6227,0.0000,42.6227,0.2244,42.3983,0.0000,10.5357,9.4556,22.4071,1.2772,10925.5287,10925.5287,10925.5287,10925.5287,10925.5287 +786.5000,1.0000,10071.7236,51.5710,51.5210,0.0278,0.0000,5,1386.2825,244.1146,692.5313,-90.7983,35.4384,100.5356,-13.1813,0.5359,28.7248,0.0000,0.0000,6.1778,28.8272,-0.6505,0.0000,29.4778,0.0000,29.4778,5.6268,23.8510,0.0000,23.8510,0.0353,23.8156,0.0000,10.7653,9.5239,3.5264,1.2202,7415.9197,7415.9197,7415.9197,7415.9197,7415.9197 +787.5000,1.0000,10085.9425,51.5820,51.6210,-0.0217,0.0000,5,1393.4540,197.0653,642.8832,-91.2236,28.7562,93.8109,-13.3116,0.0750,22.4974,0.0000,0.0000,6.1838,22.5286,-0.6189,0.0000,23.1474,0.0000,23.1474,5.6280,17.5194,0.0000,17.5194,-0.0276,17.5470,0.0000,10.7722,9.5259,-2.7512,1.2082,6195.2468,6195.2468,6195.2468,6195.2468,6195.2468 +788.5000,1.0000,10100.1372,51.4950,51.5430,-0.0267,0.0000,5,1391.5465,190.3592,624.6614,-91.1105,27.7396,91.0272,-13.2768,-0.2380,21.8414,0.0000,0.0000,6.1362,21.8180,-0.6140,0.0000,22.4320,0.0000,22.4320,5.6185,16.8135,0.0000,16.8135,-0.0339,16.8473,0.0000,10.7178,9.5099,-3.3804,1.1936,6008.8590,6008.8590,6008.8590,6008.8590,6008.8590 +789.5000,1.0000,10114.2875,51.3350,51.4470,-0.0622,0.0000,5,1386.0535,158.8838,620.8688,-90.7847,23.0615,90.1174,-13.1771,-0.2305,17.1659,0.0000,0.0000,6.1262,17.1698,-0.5881,0.0000,17.7579,0.0000,17.7579,5.6011,12.1568,0.0000,12.1568,-0.0788,12.2356,0.0000,10.6183,9.4803,-7.8630,1.1779,5150.5019,5150.5019,5150.5019,5150.5019,5150.5019 +790.5000,1.0000,10128.3686,51.0860,51.2230,-0.0761,0.0000,5,1389.6010,150.4915,608.9777,-90.9951,21.8993,88.6176,-13.2415,0.5339,15.1219,0.0000,0.0000,6.2436,15.2308,-0.5746,0.0000,15.8054,0.0000,15.8054,5.5739,10.2315,0.0000,10.2315,-0.0959,10.3274,0.0000,10.4645,9.4343,-9.5715,1.2353,4945.4972,4945.4972,4945.4972,4945.4972,4945.4972 +791.5000,1.0000,10142.3619,50.7700,50.9490,-0.0994,0.0000,5,1390.2875,122.4500,606.0038,-91.0358,17.8276,88.2284,-13.2540,-0.4755,12.0859,0.0000,0.0000,6.2172,12.0800,-0.5540,0.0000,12.6340,0.0000,12.6340,5.5394,7.0946,0.0000,7.0946,-0.1245,7.2191,0.0000,10.2716,9.3760,-12.4284,1.2555,4207.3474,4207.3474,4207.3474,4207.3474,4207.3474 +792.5000,1.0000,10156.2015,50.2165,50.5910,-0.2081,0.0000,5,1379.9115,27.0377,592.6179,-90.4205,3.9071,85.6357,-13.0661,-0.4073,-1.8021,0.0000,0.0000,6.1164,-1.8093,-0.5251,0.0000,-1.2842,0.0000,-1.2842,5.4790,-6.7632,0.0000,-6.7632,-0.2576,-6.5056,0.0000,9.9397,9.2737,-25.7191,1.1902,2335.3205,2335.3205,2335.3205,2335.3205,2335.3205 +793.5000,1.0000,10169.8105,49.3865,49.8420,-0.2531,0.0000,5,1362.6305,-18.4511,549.5478,-89.3956,-2.6329,78.4174,-12.7562,-1.0439,-7.6351,0.0000,0.0000,6.0461,-7.6356,-0.5269,0.0000,-7.1087,0.0000,-7.1087,5.3885,-12.4972,0.0000,-12.4972,-0.3081,-12.1890,0.0000,9.4552,9.1205,-30.7647,1.1710,1462.6134,1462.6134,1462.6134,1462.6134,1462.6134 +794.5000,1.0000,10183.0362,48.0065,48.9310,-0.5136,0.0000,5,1326.0090,-87.2236,519.7199,-87.2236,-12.1118,72.1680,-12.1118,-1.9663,-16.0910,0.0000,0.0000,5.9455,-16.1082,-0.5272,0.0000,-15.5809,0.0000,-15.5809,5.2379,-20.8188,22.9329,-43.7518,-0.6079,-43.1438,0.0000,8.6870,8.8656,-60.6965,1.1604,0.0000,0.0000,0.0000,0.0000,0.0000 +795.5000,1.0000,10195.7830,46.2825,47.0820,-0.4442,0.0760,5,1280.0035,-84.4951,475.6097,-84.4951,-11.3259,63.7515,-11.3259,-1.7182,-15.4179,0.0000,0.0000,5.8103,-15.4210,-0.5001,0.0000,-14.9209,0.0000,-14.9209,5.0498,-19.9707,13.9608,-33.9315,-0.5068,-33.4247,0.8491,7.7838,8.5472,-50.6048,1.1455,0.0000,0.0000,0.0000,0.0000,0.0000 +796.5000,1.0000,10208.0880,44.6920,45.4830,-0.4394,0.0870,5,1237.3545,-81.9657,463.9338,-81.9657,-10.6207,60.1144,-10.6207,-1.5798,-14.7767,0.0000,0.0000,5.7358,-14.7902,-0.4756,0.0000,-14.3146,0.0000,-14.3146,4.8763,-19.1908,13.4388,-32.6297,-0.4842,-32.1455,0.9386,7.0087,8.2535,-48.3463,1.1811,0.0000,0.0000,0.0000,0.0000,0.0000 +797.5000,1.0000,10219.9912,43.2455,43.9010,-0.3642,0.0870,5,1196.3075,-79.5300,453.0689,-79.5300,-9.9633,56.7591,-9.9633,-1.4882,-14.0494,0.0000,0.0000,5.5743,-14.0241,-0.4533,0.0000,-13.5708,0.0000,-13.5708,4.7184,-18.2892,5.6228,-23.9120,-0.3883,-23.5237,0.9083,6.3494,7.9864,-38.7677,1.1088,0.0000,0.0000,0.0000,0.0000,0.0000 +798.5000,1.0000,10231.6515,42.3710,42.5900,-0.1217,0.0140,5,1163.6910,82.2083,444.4038,-77.5844,10.0180,54.1557,-9.4545,-0.8833,5.3714,0.0000,0.0000,5.5299,5.3420,-0.4025,0.0000,5.7445,0.0000,5.7445,4.6230,1.1215,0.0000,1.1215,-0.1271,1.2486,0.1432,5.9707,7.8249,-12.6902,1.1545,2755.2618,2755.2618,2755.2618,2755.2618,2755.2618 +799.5000,1.0000,10243.2277,42.0685,42.1520,-0.0464,0.0000,5,1144.7700,149.9871,516.0156,-76.4557,17.9805,61.8600,-9.1655,-0.4612,12.9624,0.0000,0.0000,5.4793,12.9138,-0.4368,0.0000,13.3506,0.0000,13.3506,4.5900,8.7606,0.0000,8.7606,-0.0481,8.8087,0.0000,5.8436,7.7690,-4.8040,1.1385,3974.3198,3974.3198,3974.3198,3974.3198,3974.3198 +800.5000,1.0000,10254.8523,42.2425,41.9850,0.1431,0.0000,5,1138.6285,322.5977,546.0161,-76.0893,38.4655,65.1053,-9.0727,0.0293,32.9999,0.0000,0.0000,5.4363,32.8121,-0.5396,0.0000,33.3517,0.0000,33.3517,4.6090,28.7427,0.0000,28.7427,0.1490,28.5937,0.0000,5.9166,7.8011,14.8759,1.1150,7782.8312,7782.8312,7782.8312,7782.8312,7782.8312 +801.5000,1.0000,10266.7014,43.0510,42.5000,0.3061,0.0000,5,1148.3560,477.8489,627.1516,-76.6696,57.4640,75.4185,-9.2199,0.6564,51.3064,0.0000,0.0000,5.5012,51.0686,-0.6425,0.0000,51.7111,0.0000,51.7111,4.7312,46.9799,0.0000,46.9799,0.3249,46.6550,0.0000,6.2637,7.9505,32.4408,1.1504,11442.7984,11442.7984,11442.7984,11442.7984,11442.7984 +802.5000,1.0000,10278.8855,44.2565,43.6020,0.3636,0.0000,5,1172.3505,537.3874,699.8414,-78.1009,65.9741,85.9183,-9.5883,1.0574,59.3865,0.0000,0.0000,5.5303,59.2542,-0.6999,0.0000,59.9541,0.0000,59.9541,4.9656,54.9885,0.0000,54.9885,0.3967,54.5917,0.0000,6.8051,8.1731,39.6135,1.1241,13069.0328,13069.0328,13069.0328,13069.0328,13069.0328 +803.5000,1.0000,10291.4559,45.6475,44.9110,0.4092,0.0000,5,1207.3700,584.5766,729.1305,-80.1874,73.9112,92.1880,-10.1385,1.5076,66.7395,0.0000,0.0000,5.6642,66.7858,-0.7570,0.0000,67.5428,0.0000,67.5428,5.2073,62.3356,0.0000,62.3356,0.4605,61.8751,0.0000,7.4675,8.4300,45.9776,1.1703,14607.9834,14607.9834,14607.9834,14607.9834,14607.9834 +804.5000,1.0000,10304.4645,47.2250,46.3840,0.4672,0.0000,5,1249.0655,641.8652,752.7380,-82.6603,83.9571,98.4595,-10.8121,1.6386,76.5743,0.0000,0.0000,5.7442,76.5213,-0.8282,0.0000,77.3494,0.0000,77.3494,5.4993,71.8501,0.0000,71.8501,0.5440,71.3061,0.0000,8.2692,8.7213,54.3156,1.1471,16417.8357,16417.8357,16417.8357,16417.8357,16417.8357 +805.5000,1.0000,10317.9224,48.8425,48.0660,0.4314,0.0000,5,1293.5075,612.2429,780.5381,-85.2960,82.9319,105.7284,-11.5538,1.8333,75.1961,0.0000,0.0000,5.9025,75.3400,-0.8453,0.0000,76.1853,0.0000,76.1853,5.6304,70.5548,0.0000,70.5548,0.5195,70.0353,0.0000,9.1477,9.0200,51.8676,1.1886,16266.1035,16266.1035,16266.1035,16266.1035,16266.1035 +806.5000,1.0000,10331.8311,50.4655,49.6190,0.4703,0.0000,5,1337.5300,650.5977,773.1938,-87.9069,91.1265,108.2980,-12.3128,1.7202,83.5012,0.0000,0.0000,5.9051,83.4095,-0.9097,0.0000,84.3193,0.0000,84.3193,5.9016,78.4177,0.0000,78.4177,0.5851,77.8326,0.0000,10.0906,9.3197,58.4223,1.0792,17759.3006,17759.3006,17759.3006,17759.3006,17759.3006 +807.5000,1.0000,10346.2061,52.1440,51.3120,0.4622,0.0000,5,1379.0725,649.7903,792.8891,-90.3707,93.8402,114.5060,-13.0510,1.7446,85.9181,0.0000,0.0000,6.1775,85.8320,-0.9470,0.0000,86.7790,0.0000,86.7790,6.0927,80.6863,0.0000,80.6863,0.5942,80.0921,0.0000,11.1310,9.6297,59.3314,1.2321,18293.5473,18293.5473,18293.5473,18293.5473,18293.5473 +808.5000,1.0000,10361.0336,53.7730,52.9760,0.4428,0.0000,5,1422.7510,636.5435,796.5981,-92.9612,94.8387,118.6853,-13.8503,2.0165,86.4947,0.0000,0.0000,6.3276,86.6140,-0.9759,0.0000,87.5898,0.0000,87.5898,6.2545,81.3353,0.0000,81.3353,0.5870,80.7483,0.0000,12.2067,9.9305,58.6110,1.2544,18496.5276,18496.5276,18496.5276,18496.5276,18496.5276 +809.5000,1.0000,10376.2993,55.3505,54.5700,0.4336,0.0000,5,1469.1000,630.2234,796.3791,-95.7101,96.9560,122.5180,-14.7244,2.0994,88.4755,0.0000,0.0000,6.3811,88.6272,-1.0106,0.0000,89.6378,0.0000,89.6378,6.4302,83.2076,0.0000,83.2076,0.5917,82.6159,0.0000,13.3126,10.2219,59.0815,1.1754,18888.8376,18888.8376,18888.8376,18888.8376,18888.8376 +810.5000,1.0000,10391.9843,56.8600,56.1310,0.4050,0.0000,5,1515.1445,606.7730,799.5824,-98.4409,96.2740,126.8662,-15.6192,2.1191,87.5221,0.0000,0.0000,6.6328,87.7131,-1.0300,0.0000,88.7431,0.0000,88.7431,6.5555,82.1876,0.0000,82.1876,0.5678,81.6198,0.0000,14.4312,10.5006,56.6880,1.2594,18835.2011,18835.2011,18835.2011,18835.2011,18835.2011 +811.5000,1.0000,10408.0569,58.2555,57.5890,0.3703,0.0000,5,1557.8320,576.5712,797.7412,-100.9726,94.0594,130.1401,-16.4722,1.9050,85.4058,0.0000,0.0000,6.7486,85.5190,-1.0415,0.0000,86.5606,0.0000,86.5606,6.6509,79.9096,0.0000,79.9096,0.5318,79.3778,0.0000,15.5195,10.7584,53.0999,1.2549,18503.4556,18503.4556,18503.4556,18503.4556,18503.4556 +812.5000,1.0000,10424.4618,59.4515,58.9220,0.2942,0.0000,5,1591.2110,508.6713,794.0689,-102.9522,84.7605,132.3167,-17.1551,1.3159,76.5998,0.0000,0.0000,6.8449,76.5661,-1.0160,0.0000,77.5821,0.0000,77.5821,6.6262,70.9559,0.0000,70.9559,0.4312,70.5247,0.0000,16.4943,10.9792,43.0512,1.2642,16857.2007,16857.2007,16857.2007,16857.2007,16857.2007 +813.5000,1.0000,10441.1704,60.5450,59.9810,0.3133,0.0000,5,1622.9115,530.3767,777.6875,-104.2894,90.1380,132.1687,-17.7241,1.8173,81.3575,0.0000,0.0000,6.9632,81.5123,-1.0592,0.0000,82.5715,0.0000,82.5715,6.8015,75.7700,0.0000,75.7700,0.4677,75.3023,0.0000,17.4214,11.1812,46.6997,1.2741,17900.0798,17900.0798,17900.0798,17900.0798,17900.0798 +814.5000,1.0000,10458.0362,61.1110,61.1090,0.0011,0.0000,5,1649.1190,248.4923,787.4617,-105.2227,42.9135,135.9910,-18.1715,0.8075,35.0322,0.0000,0.0000,7.0738,35.2004,-0.8349,0.0000,36.0352,0.0000,36.0352,6.6677,29.3675,0.0000,29.3675,0.0017,29.3659,0.0000,17.9130,11.2857,0.1671,1.2960,9031.1407,9031.1407,9031.1407,9031.1407,9031.1407 +815.5000,1.0000,10474.8805,61.0335,61.1130,-0.0442,0.0000,5,1656.3670,203.0266,710.3293,-105.4809,35.2158,123.2097,-18.2961,-0.0737,28.2503,0.0000,0.0000,7.0393,28.2748,-0.7986,0.0000,29.0734,0.0000,29.0734,6.6592,22.4141,0.0000,22.4141,-0.0665,22.4806,0.0000,17.8450,11.2714,-6.6358,1.2983,7640.1015,7640.1015,7640.1015,7640.1015,7640.1015 +816.5000,1.0000,10491.7018,60.9505,60.9540,-0.0019,0.0000,5,1642.1760,235.1193,694.6300,-104.9755,40.4331,119.4543,-18.0525,-1.3580,34.8386,0.0000,0.0000,6.9524,34.5549,-0.8289,0.0000,35.3838,0.0000,35.3838,6.6502,28.7336,0.0000,28.7336,-0.0029,28.7366,0.0000,17.7723,11.2561,-0.2917,1.2528,8575.6153,8575.6153,8575.6153,8575.6153,8575.6153 +817.5000,1.0000,10508.5268,60.9640,60.9470,0.0094,0.0000,5,1648.2415,259.8779,704.6386,-105.1915,44.8558,121.6230,-18.1564,1.9770,35.8730,0.0000,0.0000,7.0059,36.2880,-0.8379,0.0000,37.1258,0.0000,37.1258,6.6517,30.4742,0.0000,30.4742,0.0142,30.4600,0.0000,17.7841,11.2585,1.4174,1.2001,9400.9249,9400.9249,9400.9249,9400.9249,9400.9249 +818.5000,1.0000,10525.3932,61.1130,60.9810,0.0733,0.0000,5,1663.9965,304.2918,714.9410,-105.7526,53.0239,124.5808,-18.4277,-0.3859,46.3263,0.0000,0.0000,7.0835,46.1215,-0.8900,0.0000,47.0116,0.0000,47.0116,6.6679,40.3437,0.0000,40.3437,0.1105,40.2332,0.0000,17.9149,11.2861,11.0323,1.2870,10990.8494,10990.8494,10990.8494,10990.8494,10990.8494 +819.5000,1.0000,10542.3448,61.4200,61.2450,0.0972,0.0000,5,1666.4380,331.6307,728.4727,-105.8395,57.8725,127.1250,-18.4699,0.6363,50.1175,0.0000,0.0000,7.1187,50.1616,-0.9156,0.0000,51.0772,0.0000,51.0772,6.7014,44.3758,0.0000,44.3758,0.1472,44.2286,0.0000,18.1863,11.3428,14.6996,1.2877,11865.9518,11865.9518,11865.9518,11865.9518,11865.9518 +820.5000,1.0000,10559.3640,61.6630,61.5950,0.0378,0.0000,5,1679.2935,279.0947,738.1067,-106.2973,49.0803,129.7999,-18.6929,0.6845,41.3170,0.0000,0.0000,7.0788,41.4346,-0.8757,0.0000,42.3103,0.0000,42.3103,6.7279,35.5824,0.0000,35.5824,0.0574,35.5249,0.0000,18.4029,11.3876,5.7344,1.2098,10266.2512,10266.2512,10266.2512,10266.2512,10266.2512 +821.5000,1.0000,10576.4536,61.9165,61.7310,0.1031,0.0000,5,1691.2335,335.9633,726.6262,-106.7226,59.5010,128.6895,-18.9012,0.5507,51.7464,0.0000,0.0000,7.2038,51.7536,-0.9321,0.0000,52.6857,0.0000,52.6857,6.7556,45.9302,0.0000,45.9302,0.1573,45.7729,0.0000,18.6309,11.4344,15.7075,1.2955,12230.5303,12230.5303,12230.5303,12230.5303,12230.5303 +822.5000,1.0000,10593.6288,62.2250,62.1020,0.0683,0.0000,5,1692.1490,303.1794,742.5064,-106.7552,53.7238,131.5732,-18.9172,-0.4559,47.0653,0.0000,0.0000,7.1144,46.8506,-0.9127,0.0000,47.7633,0.0000,47.7633,6.7892,40.9740,0.0000,40.9740,0.1048,40.8692,0.0000,18.9107,11.4914,10.4671,1.2139,11157.5248,11157.5248,11157.5248,11157.5248,11157.5248 +823.5000,1.0000,10610.8771,62.4880,62.3480,0.0778,0.0000,5,1689.2115,316.1261,733.3027,-106.6505,55.9208,129.7167,-18.8658,0.1504,48.7343,0.0000,0.0000,7.0361,48.6671,-0.9263,0.0000,49.5934,0.0000,49.5934,6.8179,42.7755,0.0000,42.7755,0.1198,42.6556,0.0000,19.1515,11.5400,11.9641,1.1310,11552.6651,11552.6651,11552.6651,11552.6651,11552.6651 +824.5000,1.0000,10628.1941,62.7350,62.6280,0.0594,0.0000,5,1697.0700,302.6957,737.9052,-106.9304,53.7941,131.1381,-19.0033,0.6679,46.0689,0.0000,0.0000,7.0573,46.1641,-0.9180,0.0000,47.0821,0.0000,47.0821,6.8449,40.2372,0.0000,40.2372,0.0919,40.1452,0.0000,19.3795,11.5856,9.1802,1.1335,11177.5849,11177.5849,11177.5849,11177.5849,11177.5849 +825.5000,1.0000,10645.5666,62.9350,62.8420,0.0517,0.0000,5,1701.9150,305.0948,735.5666,-107.1029,54.3753,131.0957,-19.0883,-0.1635,45.3311,0.0000,0.0000,9.2076,45.2226,-0.9166,0.0000,46.1393,0.0000,46.1393,6.8667,39.2726,0.0000,39.2726,0.0802,39.1924,0.0000,19.5654,11.6225,8.0045,1.1623,11296.2145,11296.2145,11296.2145,11296.2145,11296.2145 +826.5000,1.0000,10662.9966,63.1420,63.0280,0.0633,0.0000,5,1711.5280,321.1768,738.0778,-107.4453,57.5648,132.2863,-19.2575,1.1748,47.0990,0.0000,0.0000,9.2910,47.3211,-0.9308,0.0000,48.2519,0.0000,48.2519,6.8893,41.3627,0.0000,41.3627,0.0986,41.2641,0.0000,19.7591,11.6608,9.8442,1.1517,11895.2509,11895.2509,11895.2509,11895.2509,11895.2509 +827.5000,1.0000,10680.4960,63.3920,63.2560,0.0756,0.0000,5,1721.0650,326.6415,744.2381,-107.7849,58.8704,134.1337,-19.4260,-0.1733,49.7340,0.0000,0.0000,9.3098,49.5802,-0.9466,0.0000,50.5268,0.0000,50.5268,6.9166,43.6102,0.0000,43.6102,0.1181,43.4921,0.0000,19.9948,11.7069,11.7904,1.1683,12140.7558,12140.7558,12140.7558,12140.7558,12140.7558 +828.5000,1.0000,10698.0693,63.6580,63.5280,0.0722,0.0000,5,1729.2290,329.3755,747.4090,-108.0757,59.6448,135.3441,-19.5708,1.0411,49.2513,0.0000,0.0000,9.3523,49.4296,-0.9504,0.0000,50.3801,0.0000,50.3801,6.9456,43.4345,0.0000,43.4345,0.1134,43.3211,0.0000,20.2475,11.7561,11.3176,1.1709,12286.2759,12286.2759,12286.2759,12286.2759,12286.2759 +829.5000,1.0000,10715.7088,63.8960,63.7880,0.0600,0.0000,5,1738.3080,314.2478,749.9669,-108.3990,57.2042,136.5204,-19.7324,-0.0774,47.9333,0.0000,0.0000,9.3483,47.8324,-0.9465,0.0000,48.7790,0.0000,48.7790,6.9716,41.8074,0.0000,41.8074,0.0945,41.7129,0.0000,20.4754,11.8000,9.4374,1.1464,11844.0208,11844.0208,11844.0208,11844.0208,11844.0208 +830.5000,1.0000,10733.3538,63.9160,64.0040,-0.0489,0.0000,5,1730.1060,216.5254,745.2653,-108.1069,39.2293,135.0244,-19.5864,-0.7944,30.7335,0.0000,0.0000,9.2902,30.6428,-0.8601,0.0000,31.5029,0.0000,31.5029,6.9737,24.5291,0.0000,24.5291,-0.0770,24.6062,0.0000,20.4946,11.8037,-7.6922,1.1438,8460.9327,8460.9327,8460.9327,8460.9327,8460.9327 +831.5000,1.0000,10750.9335,63.6810,63.8280,-0.0817,0.0000,5,1722.5910,190.8624,718.8249,-107.8393,34.4295,129.6683,-19.4531,-0.0040,25.1613,0.0000,0.0000,9.2723,25.2189,-0.8286,0.0000,26.0475,0.0000,26.0475,6.9481,19.0994,0.0000,19.0994,-0.1282,19.2276,0.0000,20.2695,11.7603,-12.8022,1.1551,7574.4307,7574.4307,7574.4307,7574.4307,7574.4307 +832.5000,1.0000,10768.4440,63.4320,63.5340,-0.0567,0.0000,5,1722.5530,199.5342,712.0963,-107.8379,35.9930,128.4517,-19.4524,0.0000,28.8416,0.0000,0.0000,7.1514,28.8881,-0.8428,0.0000,29.7308,0.0000,29.7308,6.9209,22.8099,0.0000,22.8099,-0.0886,22.8985,0.0000,20.0326,11.7143,-8.8484,1.1551,7857.6477,7857.6477,7857.6477,7857.6477,7857.6477 +833.5000,1.0000,10785.8721,63.1350,63.3300,-0.1083,0.0000,5,1717.8225,150.6719,713.1398,-107.6695,27.1044,128.2867,-19.3687,-0.4990,20.4930,0.0000,0.0000,7.1104,20.4999,-0.7952,0.0000,21.2952,0.0000,21.2952,6.8885,14.4066,0.0000,14.4066,-0.1686,14.5753,0.0000,19.7527,11.6595,-16.8369,1.1536,6263.4062,6263.4062,6263.4062,6263.4062,6263.4062 +834.5000,1.0000,10803.1753,62.6855,62.9400,-0.1414,0.0000,5,1704.8905,118.3662,697.0512,-107.2089,21.1326,124.4485,-19.1406,-0.8587,14.9653,0.0000,0.0000,7.0260,14.9540,-0.7595,0.0000,15.7135,0.0000,15.7135,6.8395,8.8740,0.0000,8.8740,-0.2185,9.0925,0.0000,19.3339,11.5765,-21.8178,1.1359,5182.8074,5182.8074,5182.8074,5182.8074,5182.8074 +835.5000,1.0000,10820.3217,62.1210,62.4310,-0.1722,0.0000,5,1688.6400,89.8965,683.6626,-106.6302,15.8968,120.8948,-18.8558,-0.8347,9.7407,0.0000,0.0000,6.9908,9.7429,-0.7235,0.0000,10.4663,0.0000,10.4663,6.7779,3.6884,0.0000,3.6884,-0.2638,3.9522,0.0000,18.8164,11.4722,-26.3364,1.1445,4347.5339,4347.5339,4347.5339,4347.5339,4347.5339 +836.5000,1.0000,10837.3047,61.5330,61.8110,-0.1544,0.0000,5,1674.8685,104.7860,671.5703,-106.1397,18.3786,117.7879,-18.6160,-0.5886,11.9977,0.0000,0.0000,6.9695,12.0110,-0.7249,0.0000,12.7358,0.0000,12.7358,6.7137,6.0221,0.0000,6.0221,-0.2343,6.2564,0.0000,18.2871,11.3636,-23.3943,1.1538,4643.9592,4643.9592,4643.9592,4643.9592,4643.9592 +837.5000,1.0000,10854.1093,60.8905,61.2550,-0.2025,0.0000,5,1670.4050,64.6520,674.1798,-105.9808,11.3092,117.9305,-18.5386,0.1291,4.2380,0.0000,0.0000,6.9421,4.2667,-0.6852,0.0000,4.9519,0.0000,4.9519,6.6436,-1.6917,0.0000,-1.6917,-0.3040,-1.3877,0.0000,17.7205,11.2450,-30.3532,1.1388,3802.7484,3802.7484,3802.7484,3802.7484,3802.7484 +838.5000,1.0000,10870.7511,60.3045,60.5260,-0.1231,0.0000,5,1651.4075,119.4664,657.0877,-105.3042,20.6599,113.6335,-18.2108,-2.0543,15.8933,0.0000,0.0000,6.8209,15.7562,-0.7231,0.0000,16.4793,0.0000,16.4793,6.5797,9.8996,0.0000,9.8996,-0.1830,10.0826,0.0000,17.2134,11.1367,-18.2675,1.1346,5010.3795,5010.3795,5010.3795,5010.3795,5010.3795 +839.5000,1.0000,10887.2494,59.7880,60.0830,-0.1639,0.0000,5,1628.9765,92.9877,666.5351,-104.5054,15.8624,113.7016,-17.8272,-0.2175,9.2620,0.0000,0.0000,6.8180,9.2955,-0.6818,0.0000,9.9773,0.0000,9.9773,6.5233,3.4540,0.0000,3.4540,-0.2416,3.6955,0.0000,16.7750,11.0414,-24.1209,1.1429,4224.8402,4224.8402,4224.8402,4224.8402,4224.8402 +840.5000,1.0000,10903.5818,59.1905,59.4930,-0.1681,0.0000,5,1616.2355,82.3747,654.6360,-104.0517,13.9421,110.7983,-17.6109,-1.0488,8.2793,0.0000,0.0000,6.7115,8.2674,-0.6667,0.0000,8.9342,0.0000,8.9342,6.4582,2.4760,0.0000,2.4760,-0.2452,2.7212,0.0000,16.2771,10.9310,-24.4869,1.1029,3981.0560,3981.0560,3981.0560,3981.0560,3981.0560 +841.5000,1.0000,10919.7719,58.6785,58.8880,-0.1164,0.0000,5,1591.8215,124.8840,643.8801,-102.9884,20.8176,107.3317,-17.1677,-1.3537,15.5019,0.0000,0.0000,6.6693,15.4221,-0.6944,0.0000,16.1165,0.0000,16.1165,6.4023,9.7143,0.0000,9.7143,-0.1684,9.8826,0.0000,15.8582,10.8365,-16.8120,1.1359,4976.8383,4976.8383,4976.8383,4976.8383,4976.8383 +842.5000,1.0000,10935.8805,58.3850,58.4690,-0.0467,0.0000,5,1576.6385,192.4165,652.1346,-102.0879,31.7690,107.6708,-16.8553,-0.1293,25.2452,0.0000,0.0000,6.6531,25.2602,-0.7393,0.0000,25.9995,0.0000,25.9995,6.3703,19.6292,0.0000,19.6292,-0.0672,19.6964,0.0000,15.6212,10.7823,-6.7071,1.1205,6922.2340,6922.2340,6922.2340,6922.2340,6922.2340 +843.5000,1.0000,10951.9745,58.3325,58.3010,0.0175,0.0000,5,1578.1260,250.4328,673.6831,-102.1762,41.3868,111.3335,-16.8857,0.2736,34.4264,0.0000,0.0000,6.6868,34.4694,-0.7850,0.0000,35.2543,0.0000,35.2543,6.3645,28.8898,0.0000,28.8898,0.0252,28.8646,0.0000,15.5791,10.7726,2.5129,1.1333,8693.0071,8693.0071,8693.0071,8693.0071,8693.0071 +844.5000,1.0000,10968.0923,58.4180,58.3640,0.0300,0.0000,5,1580.9490,260.2110,692.8489,-102.3436,43.0797,114.7057,-16.9437,0.0000,36.4050,0.0000,0.0000,6.6747,36.3714,-0.7960,0.0000,37.1673,0.0000,37.1673,6.3739,30.7935,0.0000,30.7935,0.0432,30.7503,0.0000,15.6477,10.7884,4.3142,1.1338,9019.2537,9019.2537,9019.2537,9019.2537,9019.2537 +845.5000,1.0000,10984.2384,58.5200,58.4720,0.0267,0.0000,5,1582.2080,258.3168,696.3692,-102.4183,42.8001,115.3803,-16.9695,0.1223,36.0071,0.0000,0.0000,6.6707,36.0062,-0.7958,0.0000,36.8020,0.0000,36.8020,6.3850,30.4170,0.0000,30.4170,0.0385,30.3785,0.0000,15.7298,10.8072,3.8415,1.1341,8968.2799,8968.2799,8968.2799,8968.2799,8968.2799 +846.5000,1.0000,11000.4073,58.6020,58.5680,0.0189,0.0000,5,1588.1970,252.7504,697.1692,-102.7735,42.0363,115.9501,-17.0928,0.4613,34.8890,0.0000,0.0000,6.6860,34.9726,-0.7919,0.0000,35.7645,0.0000,35.7645,6.3939,29.3706,0.0000,29.3706,0.0273,29.3433,0.0000,15.7960,10.8223,2.7249,1.1226,8833.9836,8833.9836,8833.9836,8833.9836,8833.9836 +847.5000,1.0000,11016.5565,58.5310,58.6360,-0.0583,0.0000,5,1597.2380,183.8462,697.7993,-103.3097,30.7505,116.7156,-17.2798,0.4229,23.6050,0.0000,0.0000,6.7227,23.7112,-0.7339,0.0000,24.4451,0.0000,24.4451,6.3862,18.0589,0.0000,18.0589,-0.0842,18.1431,0.0000,15.7387,10.8092,-8.4049,1.1369,6761.9923,6761.9923,6761.9923,6761.9923,6761.9923 +848.5000,1.0000,11032.6259,58.2440,58.4260,-0.1011,0.0000,5,1588.4260,136.6622,674.4753,-102.7870,22.7323,112.1919,-17.0976,-1.2801,17.3701,0.0000,0.0000,6.6423,17.2806,-0.6967,0.0000,17.9773,0.0000,17.9773,6.3549,11.6225,0.0000,11.6225,-0.1452,11.7676,0.0000,15.5085,10.7562,-14.4970,1.1227,5312.6637,5312.6637,5312.6637,5312.6637,5312.6637 +849.5000,1.0000,11048.6039,57.9150,58.0620,-0.0817,0.0000,5,1575.3030,160.3160,655.4409,-102.0087,26.4466,108.1250,-16.8279,0.0000,19.7476,0.0000,0.0000,6.6990,19.7979,-0.7040,0.0000,20.5019,0.0000,20.5019,6.3190,14.1829,0.0000,14.1829,-0.1166,14.2995,0.0000,15.2471,10.6955,-11.6430,1.1328,5957.8395,5957.8395,5957.8395,5957.8395,5957.8395 +850.5000,1.0000,11064.4492,57.4370,57.7680,-0.1839,0.0000,5,1570.3060,66.5318,661.2420,-101.7124,10.9406,108.7360,-16.7258,-0.4819,4.8494,0.0000,0.0000,6.5731,4.8620,-0.6245,0.0000,5.4865,0.0000,5.4865,6.2668,-0.7803,0.0000,-0.7803,-0.2604,-0.5199,0.0000,14.8731,10.6072,-26.0002,1.1067,3550.7089,3550.7089,3550.7089,3550.7089,3550.7089 +851.5000,1.0000,11080.0873,56.6910,57.1060,-0.2306,0.0000,5,1550.6600,18.0845,624.3645,-100.5472,2.9366,101.3873,-16.3273,-1.3950,-2.1753,0.0000,0.0000,6.5069,-2.1707,-0.6296,0.0000,-1.5411,0.0000,-1.5411,6.1854,-7.7265,0.0000,-7.7265,-0.3222,-7.4043,0.0000,14.3013,10.4694,-32.1750,1.1156,2605.2760,2605.2760,2605.2760,2605.2760,2605.2760 +852.5000,1.0000,11095.4684,55.7660,56.2760,-0.2833,0.0000,5,1526.2070,-27.4676,599.4145,-99.0970,-4.3900,95.8008,-15.8381,-0.9189,-9.8950,0.0000,0.0000,6.4239,-9.9222,-0.6335,0.0000,-9.2886,0.0000,-9.2886,6.0845,-15.3731,0.0000,-15.3731,-0.3896,-14.9836,0.0000,13.6131,10.2986,-38.8952,1.1109,1585.6785,1585.6785,1585.6785,1585.6785,1585.6785 +853.5000,1.0000,11110.5706,54.7620,55.2560,-0.2744,0.0000,5,1502.0980,-25.3219,574.7886,-97.6671,-3.9831,90.4139,-15.3630,-1.3196,-9.0076,0.0000,0.0000,6.3440,-9.0030,-0.6148,0.0000,-8.3882,0.0000,-8.3882,5.9750,-14.3631,0.0000,-14.3631,-0.3705,-13.9926,0.0000,12.8909,10.1132,-36.9967,1.1021,1581.6724,1581.6724,1581.6724,1581.6724,1581.6724 +854.5000,1.0000,11125.3838,53.7215,54.2680,-0.3036,0.0000,5,1474.7465,-52.6288,565.7192,-96.0449,-8.1277,87.3669,-14.8327,-1.1816,-13.1911,0.0000,0.0000,6.2449,-13.2088,-0.6085,0.0000,-12.6003,0.0000,-12.6003,5.8614,-18.4617,0.0000,-18.4617,-0.4021,-18.0596,0.0000,12.1703,9.9210,-40.1509,1.0920,911.2708,911.2708,911.2708,911.2708,911.2708 +855.5000,1.0000,11139.9335,52.7730,53.1750,-0.2233,0.0000,5,1445.0295,12.0390,545.0005,-94.2825,1.8218,82.4712,-14.2671,-1.4793,-2.8422,0.0000,0.0000,6.1434,-2.8310,-0.5675,0.0000,-2.2635,0.0000,-2.2635,5.7580,-8.0214,0.0000,-8.0214,-0.2906,-7.7308,0.0000,11.5364,9.7459,-29.0131,1.0683,2250.5749,2250.5749,2250.5749,2250.5749,2250.5749 +856.5000,1.0000,11154.2536,51.9465,52.3710,-0.2358,0.0000,5,1420.6150,4.7862,561.5560,-92.8345,0.7120,83.5407,-13.8107,-0.6756,-4.7416,0.0000,0.0000,6.1292,-4.7546,-0.5593,0.0000,-4.1953,0.0000,-4.1953,5.6678,-9.8630,0.0000,-9.8630,-0.3020,-9.5610,0.0000,11.0029,9.5932,-30.1572,1.0752,2071.3562,2071.3562,2071.3562,2071.3562,2071.3562 +857.5000,1.0000,11168.3904,51.2865,51.5220,-0.1308,0.0000,5,1401.5410,92.1860,552.6313,-91.7033,13.5301,81.1092,-13.4592,-0.9752,8.4587,0.0000,0.0000,6.0465,8.4291,-0.5432,0.0000,8.9723,0.0000,8.9723,5.5958,3.3765,0.0000,3.3765,-0.1654,3.5420,0.0000,10.5884,9.4713,-16.5177,1.0697,3529.2856,3529.2856,3529.2856,3529.2856,3529.2856 +858.5000,1.0000,11182.4142,50.8795,51.0510,-0.0953,0.0000,5,1385.2900,125.8356,582.2457,-90.7395,18.2546,84.4648,-13.1633,-0.4186,12.6765,0.0000,0.0000,5.9967,12.6742,-0.5586,0.0000,13.2328,0.0000,13.2328,5.5514,7.6815,0.0000,7.6815,-0.1195,7.8010,0.0000,10.3382,9.3962,-11.9334,1.0790,4273.0740,4273.0740,4273.0740,4273.0740,4273.0740 +859.5000,1.0000,11196.3682,50.6285,50.7080,-0.0442,0.0000,5,1376.4780,170.3190,592.9894,-90.2168,24.5505,85.4761,-13.0043,-0.3289,18.9374,0.0000,0.0000,5.9420,18.9136,-0.5864,0.0000,19.5000,0.0000,19.5000,5.5240,13.9760,0.0000,13.9760,-0.0551,14.0312,0.0000,10.1858,9.3498,-5.5045,1.0483,5407.2700,5407.2700,5407.2700,5407.2700,5407.2700 +860.5000,1.0000,11210.3371,50.6820,50.5490,0.0739,0.0000,5,1366.8650,275.6020,608.3462,-89.6467,39.4491,87.0773,-12.8318,-0.4803,33.9873,0.0000,0.0000,5.9421,33.7564,-0.6622,0.0000,34.4186,0.0000,34.4186,5.5298,28.8888,0.0000,28.8888,0.0923,28.7965,0.0000,10.2182,9.3597,9.2185,1.0595,8145.6509,8145.6509,8145.6509,8145.6509,8145.6509 +861.5000,1.0000,11224.4086,51.0515,50.8150,0.1314,0.0000,5,1366.1020,334.5978,649.7934,-89.6015,47.8668,92.9581,-12.8182,0.4160,41.4539,0.0000,0.0000,5.9970,41.4125,-0.7063,0.0000,42.1188,0.0000,42.1188,5.5701,36.5487,0.0000,36.5487,0.1654,36.3833,0.0000,10.4435,9.4279,16.5119,1.0734,9692.6248,9692.6248,9692.6248,9692.6248,9692.6248 +862.5000,1.0000,11238.6421,51.6345,51.2880,0.1925,0.0000,5,1379.7205,392.3914,674.6432,-90.4091,56.6943,97.4751,-13.0627,0.7337,49.9516,0.0000,0.0000,6.0089,49.9301,-0.7580,0.0000,50.6881,0.0000,50.6881,5.6337,45.0544,0.0000,45.0544,0.2451,44.8093,0.0000,10.8056,9.5356,24.4681,1.0633,11399.8155,11399.8155,11399.8155,11399.8155,11399.8155 +863.5000,1.0000,11253.0737,52.3480,51.9810,0.2039,0.0000,5,1400.8925,405.3739,700.2265,-91.6648,59.4688,102.7240,-13.4473,1.0765,52.2947,0.0000,0.0000,6.0976,52.3945,-0.7812,0.0000,53.1758,0.0000,53.1758,5.7116,47.4642,0.0000,47.4642,0.2631,47.2010,0.0000,11.2598,9.6674,26.2738,1.0695,11935.0970,11935.0970,11935.0970,11935.0970,11935.0970 +864.5000,1.0000,11267.7322,53.1645,52.7150,0.2497,0.0000,5,1425.8410,447.5745,709.2908,-93.1445,66.8290,105.9068,-13.9077,1.0889,59.5776,0.0000,0.0000,6.1625,59.5933,-0.8300,0.0000,60.4234,0.0000,60.4234,5.8007,54.6227,0.0000,54.6227,0.3273,54.2954,0.0000,11.7952,9.8182,32.6820,1.0627,13288.6344,13288.6344,13288.6344,13288.6344,13288.6344 +865.5000,1.0000,11282.6443,54.0775,53.6140,0.2575,0.0000,5,1447.9665,457.0595,729.0824,-94.4567,69.3042,110.5513,-14.3225,0.8616,62.1941,0.0000,0.0000,6.2486,62.0782,-0.8566,0.0000,62.9348,0.0000,62.9348,5.9127,57.0221,0.0000,57.0221,0.3433,56.6788,0.0000,12.4135,9.9868,34.2786,1.0832,13748.4662,13748.4662,13748.4662,13748.4662,13748.4662 +866.5000,1.0000,11297.8268,55.0510,54.5410,0.2833,0.0000,5,1471.0460,485.5060,736.3720,-95.8255,74.7910,113.4363,-14.7617,1.2096,67.2367,0.0000,0.0000,6.3447,67.2260,-0.8978,0.0000,68.1238,0.0000,68.1238,6.0800,62.0438,0.0000,62.0438,0.3846,61.6593,0.0000,13.0962,10.1666,38.3965,1.1052,14809.6642,14809.6642,14809.6642,14809.6642,14809.6642 +867.5000,1.0000,11313.2633,55.9655,55.5610,0.2247,0.0000,5,1494.8500,434.0125,750.3176,-97.2372,67.9405,117.4550,-15.2215,0.9560,60.6076,0.0000,0.0000,6.3768,60.5919,-0.8787,0.0000,61.4707,0.0000,61.4707,6.1063,55.3644,0.0000,55.3644,0.3101,55.0543,0.0000,13.7592,10.3354,30.9596,1.0995,13589.1164,13589.1164,13589.1164,13589.1164,13589.1164 +868.5000,1.0000,11328.9211,56.7620,56.3700,0.2178,0.0000,5,1520.4470,430.9708,737.1037,-98.7553,68.6195,117.3623,-15.7239,1.4177,60.6869,0.0000,0.0000,6.5149,60.8726,-0.8929,0.0000,61.7654,0.0000,61.7654,6.1932,55.5723,0.0000,55.5723,0.3048,55.2675,0.0000,14.3550,10.4825,30.4299,1.1349,13733.8702,13733.8702,13733.8702,13733.8702,13733.8702 +869.5000,1.0000,11344.7749,57.4680,57.1540,0.1744,0.0000,5,1546.1585,391.1660,741.0674,-100.2802,63.3350,119.9887,-16.2367,0.9997,55.7522,0.0000,0.0000,6.5831,55.8268,-0.8788,0.0000,56.7055,0.0000,56.7055,6.2702,50.4353,0.0000,50.4353,0.2472,50.1882,0.0000,14.8971,10.6129,24.6781,1.1272,12792.1485,12792.1485,12792.1485,12792.1485,12792.1485 +870.5000,1.0000,11360.8158,58.1410,57.7820,0.1994,0.0000,5,1564.4690,414.2538,732.6128,-101.3662,67.8675,120.0245,-16.6069,0.7477,60.4980,0.0000,0.0000,6.6219,60.4258,-0.9129,0.0000,61.3387,0.0000,61.3387,6.3436,54.9951,0.0000,54.9951,0.2859,54.7092,0.0000,15.4268,10.7372,28.5452,1.1307,13635.8861,13635.8861,13635.8861,13635.8861,13635.8861 +871.5000,1.0000,11377.0638,58.8870,58.5000,0.2150,0.0000,5,1586.4420,432.1733,744.2824,-102.6694,71.7977,123.6490,-17.0566,1.3826,63.7142,0.0000,0.0000,6.7010,63.8644,-0.9425,0.0000,64.8069,0.0000,64.8069,6.4250,58.3819,0.0000,58.3819,0.3121,58.0697,0.0000,16.0283,10.8750,31.1664,1.1223,14397.2452,14397.2452,14397.2452,14397.2452,14397.2452 +872.5000,1.0000,11393.4934,59.5405,59.2740,0.1481,0.0000,5,1599.4885,369.8904,753.2635,-103.4431,61.9559,126.1702,-17.3265,-0.1124,55.3544,0.0000,0.0000,6.7140,55.0683,-0.9089,0.0000,55.9772,0.0000,55.9772,6.4963,49.4808,0.0000,49.4808,0.2173,49.2635,0.0000,16.5675,10.9957,21.7003,1.1248,12586.0380,12586.0380,12586.0380,12586.0380,12586.0380 +873.5000,1.0000,11410.0631,60.0450,59.8070,0.1322,0.0000,5,1613.5270,364.0268,736.5642,-103.9552,61.5089,124.4559,-17.5651,1.5045,53.1743,0.0000,0.0000,6.8301,53.4628,-0.9092,0.0000,54.3720,0.0000,54.3720,6.5514,47.8206,0.0000,47.8206,0.1957,47.6248,0.0000,16.9921,11.0888,19.5439,1.1274,12503.3736,12503.3736,12503.3736,12503.3736,12503.3736 +874.5000,1.0000,11426.7130,60.3335,60.2830,0.0281,0.0000,5,1632.8680,266.4612,737.9198,-104.6440,45.5631,126.1795,-17.8934,0.4169,38.2686,0.0000,0.0000,6.8776,38.3339,-0.8376,0.0000,39.1715,0.0000,39.1715,6.5829,32.5887,0.0000,32.5887,0.0417,32.5469,0.0000,17.2380,11.1421,4.1668,1.1436,9512.5030,9512.5030,9512.5030,9512.5030,9512.5030 +875.5000,1.0000,11443.3131,60.1545,60.3840,-0.1275,0.0000,5,1634.7755,125.6466,710.7904,-104.7119,21.5099,121.6825,-17.9260,-0.2259,14.9351,0.0000,0.0000,6.8007,14.9717,-0.7166,0.0000,15.6883,0.0000,15.6883,6.5633,9.1250,0.0000,9.1250,-0.1891,9.3141,0.0000,17.0853,11.1090,-18.8802,1.1189,5143.9649,5143.9649,5143.9649,5143.9649,5143.9649 +876.5000,1.0000,11459.7446,59.5475,59.9250,-0.2097,0.0000,5,1621.5385,47.5158,666.0765,-104.2405,8.0685,113.1045,-17.7008,-1.0940,2.3518,0.0000,0.0000,6.8107,2.3508,-0.6667,0.0000,3.0175,0.0000,3.0175,6.4971,-3.4796,0.0000,-3.4796,-0.3079,-3.1717,0.0000,16.5737,10.9970,-30.7424,1.1540,3338.6184,3338.6184,3338.6184,3338.6184,3338.6184 +877.5000,1.0000,11475.9880,58.8700,59.1700,-0.1667,0.0000,5,1603.6470,85.3361,636.8989,-103.6033,14.3308,106.9567,-17.3985,-0.6800,8.2463,0.0000,0.0000,6.7645,8.2529,-0.6614,0.0000,8.9142,0.0000,8.9142,6.4232,2.4910,0.0000,2.4910,-0.2419,2.7329,0.0000,16.0142,10.8718,-24.1531,1.1507,4005.2898,4005.2898,4005.2898,4005.2898,4005.2898 +878.5000,1.0000,11492.1363,58.5280,58.5700,-0.0233,0.0000,5,1587.7010,208.9110,643.2404,-102.7440,34.7343,106.9475,-17.0826,-0.8815,28.9200,0.0000,0.0000,6.6958,28.7760,-0.7594,0.0000,29.5354,0.0000,29.5354,6.3859,23.1495,0.0000,23.1495,-0.0337,23.1832,0.0000,15.7363,10.8087,-3.3618,1.1476,7460.8474,7460.8474,7460.8474,7460.8474,7460.8474 +879.5000,1.0000,11508.2779,58.5040,58.4860,0.0100,0.0000,5,1578.5455,243.7135,679.5010,-102.2010,40.2870,112.3248,-16.8943,-0.0111,33.5885,0.0000,0.0000,6.7096,33.5758,-0.7832,0.0000,34.3590,0.0000,34.3590,6.3832,27.9758,0.0000,27.9758,0.0144,27.9613,0.0000,15.7169,10.8042,1.4402,1.1585,8484.7937,8484.7937,8484.7937,8484.7937,8484.7937 +880.5000,1.0000,11524.4402,58.5780,58.5220,0.0311,0.0000,5,1580.7580,264.1620,690.6980,-102.3323,43.7285,114.3358,-16.9397,0.2259,36.6978,0.0000,0.0000,6.8048,36.7167,-0.8003,0.0000,37.5170,0.0000,37.5170,6.3913,31.1257,0.0000,31.1257,0.0449,31.0808,0.0000,15.7767,10.8179,4.4862,1.2473,9142.0606,9142.0606,9142.0606,9142.0606,9142.0606 +881.5000,1.0000,11540.6461,58.7355,58.6340,0.0564,0.0000,5,1581.1395,285.5452,697.3767,-102.3549,47.2796,115.4692,-16.9476,-0.1889,40.6924,0.0000,0.0000,6.7761,40.5722,-0.8224,0.0000,41.3946,0.0000,41.3946,6.4085,34.9861,0.0000,34.9861,0.0817,34.9044,0.0000,15.9043,10.8470,8.1531,1.2342,9816.2880,9816.2880,9816.2880,9816.2880,9816.2880 +882.5000,1.0000,11556.9122,58.9520,58.8370,0.0639,0.0000,5,1586.0990,296.7905,705.1948,-102.6490,49.2957,117.1300,-17.0496,0.6726,41.8312,0.0000,0.0000,6.7919,41.9315,-0.8328,0.0000,42.7643,0.0000,42.7643,6.4321,36.3322,0.0000,36.3322,0.0929,36.2394,0.0000,16.0808,10.8870,9.2716,1.2101,10203.0799,10203.0799,10203.0799,10203.0799,10203.0799 +883.5000,1.0000,11573.2381,59.1670,59.0670,0.0556,0.0000,5,1603.7235,290.1394,712.3782,-103.6061,48.7264,119.6379,-17.3998,1.0557,40.7775,0.0000,0.0000,6.8932,40.9808,-0.8316,0.0000,41.8123,0.0000,41.8123,6.4556,35.3567,0.0000,35.3567,0.0810,35.2757,0.0000,16.2574,10.9267,8.0916,1.2408,10107.3041,10107.3041,10107.3041,10107.3041,10107.3041 +884.5000,1.0000,11589.6212,59.3735,59.2670,0.0592,0.0000,5,1607.0805,286.1138,711.8448,-103.7256,48.1510,119.7985,-17.4563,-0.7266,42.0340,0.0000,0.0000,6.8436,41.7665,-0.8389,0.0000,42.6054,0.0000,42.6054,6.4781,36.1273,0.0000,36.1273,0.0866,36.0407,0.0000,16.4282,10.9648,8.6477,1.2419,9998.0153,9998.0153,9998.0153,9998.0153,9998.0153 +885.5000,1.0000,11606.0647,59.5905,59.4800,0.0614,0.0000,5,1608.7205,296.8836,711.0523,-103.7840,50.0144,119.7873,-17.4840,0.8894,42.2079,0.0000,0.0000,6.9171,42.3656,-0.8456,0.0000,43.2111,0.0000,43.2111,6.5018,36.7093,0.0000,36.7093,0.0902,36.6191,0.0000,16.6090,11.0049,9.0053,1.2560,10356.1655,10356.1655,10356.1655,10356.1655,10356.1655 +886.5000,1.0000,11622.5665,59.8005,59.7010,0.0553,0.0000,5,1620.3935,288.2121,716.1843,-104.1997,48.9059,121.5273,-17.6814,0.2657,41.7273,0.0000,0.0000,6.9129,41.7266,-0.8458,0.0000,42.5725,0.0000,42.5725,6.5247,36.0478,0.0000,36.0478,0.0815,35.9663,0.0000,16.7852,11.0437,8.1374,1.2460,10149.5940,10149.5940,10149.5940,10149.5940,10149.5940 +887.5000,1.0000,11639.1487,60.0900,59.9000,0.1056,0.0000,5,1623.9795,333.2438,714.7896,-104.3274,56.6724,121.5591,-17.7422,0.0913,49.6925,0.0000,0.0000,6.8886,49.5638,-0.8902,0.0000,50.4540,0.0000,50.4540,6.5563,43.8977,0.0000,43.8977,0.1564,43.7414,0.0000,17.0303,11.0971,15.6139,1.2198,11612.5523,11612.5523,11612.5523,11612.5523,11612.5523 +888.5000,1.0000,11655.8350,60.4645,60.2800,0.1025,0.0000,5,1619.2110,331.9955,727.8060,-104.1576,56.2943,123.4092,-17.6613,-0.5652,49.9533,0.0000,0.0000,6.9061,49.6266,-0.8968,0.0000,50.5234,0.0000,50.5234,6.5972,43.9262,0.0000,43.9262,0.1528,43.7734,0.0000,17.3507,11.1663,15.2565,1.2730,11539.2507,11539.2507,11539.2507,11539.2507,11539.2507 +889.5000,1.0000,11672.6380,60.8850,60.6490,0.1311,0.0000,5,1629.5110,368.2624,728.4883,-104.5244,62.8410,124.3107,-17.8363,1.5995,54.2009,0.0000,0.0000,7.0406,54.5212,-0.9286,0.0000,55.4498,0.0000,55.4498,6.6430,48.8068,0.0000,48.8068,0.1968,48.6100,0.0000,17.7153,11.2440,19.6507,1.3035,12750.6895,12750.6895,12750.6895,12750.6895,12750.6895 +890.5000,1.0000,11689.5554,61.2965,61.1210,0.0975,0.0000,5,1653.0100,333.8162,742.5350,-105.3613,57.7845,128.5349,-18.2383,0.7629,49.9472,0.0000,0.0000,7.0744,50.0311,-0.9129,0.0000,50.9439,0.0000,50.9439,6.6879,44.2560,0.0000,44.2560,0.1473,44.1087,0.0000,18.0768,11.3199,14.7119,1.3109,11838.3670,11838.3670,11838.3670,11838.3670,11838.3670 +891.5000,1.0000,11706.5816,61.6885,61.4720,0.1203,0.0000,5,1664.9500,353.4340,735.8763,-105.7865,61.6223,128.3023,-18.4442,0.4524,54.1029,0.0000,0.0000,7.0670,54.0570,-0.9399,0.0000,54.9968,0.0000,54.9968,6.7307,48.2661,0.0000,48.2661,0.1829,48.0832,0.0000,18.4259,11.3923,18.2650,1.2463,12573.8280,12573.8280,12573.8280,12573.8280,12573.8280 +892.5000,1.0000,11723.7274,62.1190,61.9050,0.1189,0.0000,5,1674.5250,354.4379,743.2928,-106.1275,62.1528,130.3407,-18.6101,0.5296,54.4967,0.0000,0.0000,7.1265,54.4766,-0.9494,0.0000,55.4260,0.0000,55.4260,6.7777,48.6483,0.0000,48.6483,0.1821,48.4662,0.0000,18.8144,11.4718,18.1800,1.3176,12693.7672,12693.7672,12693.7672,12693.7672,12693.7672 +893.5000,1.0000,11741.0184,62.6415,62.3330,0.1714,0.0000,5,1685.2445,403.4553,745.5571,-106.5093,71.2011,131.5747,-18.7966,0.5764,63.4887,0.0000,0.0000,7.1360,63.3863,-1.0033,0.0000,64.3897,0.0000,64.3897,6.8347,57.5550,0.0000,57.5550,0.2647,57.2903,0.0000,19.2934,11.5683,26.4286,1.2800,14415.3493,14415.3493,14415.3493,14415.3493,14415.3493 +894.5000,1.0000,11758.5088,63.3595,62.9500,0.2275,0.0000,5,1705.1955,459.0246,761.5706,-107.2198,81.9670,135.9919,-19.1460,1.5060,73.2328,0.0000,0.0000,7.2282,73.3762,-1.0662,0.0000,74.4424,0.0000,74.4424,6.9381,67.5042,0.0000,67.5042,0.3554,67.1489,0.0000,19.9648,11.7009,35.4832,1.2862,16443.7143,16443.7143,16443.7143,16443.7143,16443.7143 +895.5000,1.0000,11776.2160,64.1400,63.7690,0.2061,0.0000,5,1723.5445,439.4019,778.7315,-107.8732,79.3073,140.5526,-19.4699,0.4199,71.6022,0.0000,0.0000,7.2852,71.3543,-1.0696,0.0000,72.4239,0.0000,72.4239,6.9982,65.4257,0.0000,65.4257,0.3259,65.0998,0.0000,20.7115,11.8451,32.5432,1.3170,15951.5099,15951.5099,15951.5099,15951.5099,15951.5099 +896.5000,1.0000,11794.1323,64.8925,64.5110,0.2119,0.0000,5,1751.2780,453.2693,777.7120,-108.8609,83.1266,142.6272,-19.9644,2.5560,73.0591,0.0000,0.0000,7.5115,73.6178,-1.0943,0.0000,74.7121,0.0000,74.7121,7.0830,67.6290,0.0000,67.6290,0.3391,67.2899,0.0000,21.4491,11.9840,33.8568,1.3285,16662.7295,16662.7295,16662.7295,16662.7295,16662.7295 +897.5000,1.0000,11812.2448,65.5990,65.2740,0.1806,0.0000,5,1788.3955,419.7538,786.2949,-110.1828,78.6116,147.2576,-20.6351,1.4664,69.6162,0.0000,0.0000,7.5291,69.7902,-1.0875,0.0000,70.8776,0.0000,70.8776,7.1574,63.7203,0.0000,63.7203,0.2920,63.4283,0.0000,22.1571,12.1145,29.1566,1.2940,15880.1904,15880.1904,15880.1904,15880.1904,15880.1904 +898.5000,1.0000,11830.5114,66.1540,65.9240,0.1278,0.0000,5,1811.1315,372.7065,783.3716,-111.0143,70.6880,148.5752,-21.0551,1.0438,62.0118,0.0000,0.0000,7.6324,62.1172,-1.0586,0.0000,63.1758,0.0000,63.1758,7.2179,55.9579,0.0000,55.9579,0.2084,55.7495,0.0000,22.7240,12.2170,20.8085,1.3055,14428.4414,14428.4414,14428.4414,14428.4414,14428.4414 +899.5000,1.0000,11848.8981,66.5860,66.3840,0.1122,0.0000,5,1817.0445,356.0234,775.3667,-111.2365,67.7443,147.5371,-21.1661,-0.3874,60.5542,0.0000,0.0000,7.5775,60.2557,-1.0570,0.0000,61.3127,0.0000,61.3127,7.2651,54.0477,0.0000,54.0477,0.1842,53.8634,0.0000,23.1720,12.2968,18.3946,1.2825,13884.7576,13884.7576,13884.7576,13884.7576,13884.7576 +900.5000,1.0000,11867.3750,66.9110,66.7880,0.0683,0.0000,5,1808.6140,320.7300,771.1559,-110.9197,60.7455,146.0551,-21.0079,-0.5508,53.7552,0.0000,0.0000,7.5411,53.5095,-1.0288,0.0000,54.5382,0.0000,54.5382,7.3005,47.2377,0.0000,47.2377,0.1127,47.1250,0.0000,23.5128,12.3568,11.2554,1.3055,12577.9567,12577.9567,12577.9567,12577.9567,12577.9567 +901.5000,1.0000,11885.9443,67.2435,67.0340,0.1164,0.0000,5,1817.2735,372.5407,764.7051,-111.2451,70.8961,145.5268,-21.1704,1.5198,61.7320,0.0000,0.0000,7.6443,62.0015,-1.0777,0.0000,63.0792,0.0000,63.0792,7.3368,55.7424,0.0000,55.7424,0.1930,55.5494,0.0000,23.8653,12.4182,19.2660,1.2940,14468.5401,14468.5401,14468.5401,14468.5401,14468.5401 +902.5000,1.0000,11904.6225,67.6355,67.4530,0.1014,0.0000,5,1833.4480,354.9744,777.5083,-111.8529,68.1544,149.2802,-21.4756,0.2878,60.2080,0.0000,0.0000,7.6586,60.1297,-1.0754,0.0000,61.2051,0.0000,61.2051,7.3796,53.8255,0.0000,53.8255,0.1691,53.6565,0.0000,24.2850,12.4906,16.8809,1.3055,13970.4874,13970.4874,13970.4874,13970.4874,13970.4874 +903.5000,1.0000,11923.3618,67.8555,67.8180,0.0208,0.0000,5,1841.1920,285.7843,775.7106,-112.1439,55.1018,149.5641,-21.6224,0.5866,46.8532,0.0000,0.0000,7.6620,46.9593,-1.0129,0.0000,47.9722,0.0000,47.9722,7.4036,40.5686,0.0000,40.5686,0.0349,40.5338,0.0000,24.5226,12.5312,3.4800,1.2825,11557.4576,11557.4576,11557.4576,11557.4576,11557.4576 +904.5000,1.0000,11942.0317,67.6055,67.8930,-0.1597,0.0000,5,1839.8565,120.9550,762.4861,-112.0937,23.3043,146.9077,-21.5970,-0.7371,16.4011,0.0000,0.0000,7.6403,16.4127,-0.8540,0.0000,17.2668,0.0000,17.2668,7.3763,9.8905,0.0000,9.8905,-0.2662,10.1567,0.0000,24.2530,12.4851,-26.5813,1.3198,5829.5636,5829.5636,5829.5636,5829.5636,5829.5636 +905.5000,1.0000,11960.5563,67.0825,67.3180,-0.1308,0.0000,5,1831.8455,146.3047,728.4698,-111.7927,28.0657,139.7427,-21.4452,-0.1673,20.6583,0.0000,0.0000,7.5747,20.7142,-0.8663,0.0000,21.5805,0.0000,21.5805,7.3192,14.2613,0.0000,14.2613,-0.2164,14.4777,0.0000,23.6943,12.3885,-21.6051,1.2710,6621.8604,6621.8604,6621.8604,6621.8604,6621.8604 +906.5000,1.0000,11978.9131,66.4785,66.8470,-0.2047,0.0000,5,1817.8835,74.1660,729.7323,-111.2680,14.1189,138.9179,-21.1819,-1.3926,7.9724,0.0000,0.0000,7.5390,7.9619,-0.7910,0.0000,8.7528,0.0000,8.7528,7.2533,1.4995,0.0000,1.4995,-0.3355,1.8350,0.0000,23.0605,12.2769,-33.5024,1.3055,4482.9523,4482.9523,4482.9523,4482.9523,4482.9523 +907.5000,1.0000,11997.0903,65.8320,66.1100,-0.1544,0.0000,5,1792.4770,115.6508,706.7767,-110.3281,21.7085,132.6675,-20.7094,-1.4235,15.6838,0.0000,0.0000,7.4482,15.6367,-0.8181,0.0000,16.4548,0.0000,16.4548,7.1828,9.2721,0.0000,9.2721,-0.2507,9.5227,0.0000,22.3939,12.1575,-25.0287,1.3170,5441.4852,5441.4852,5441.4852,5441.4852,5441.4852 +908.5000,1.0000,12015.0886,65.1880,65.5540,-0.2033,0.0000,5,1772.5260,86.0162,709.3427,-109.6176,15.9662,131.6671,-20.3471,-0.7640,7.1628,0.0000,0.0000,9.5675,7.1747,-0.7639,0.0000,7.9386,0.0000,7.9386,7.1125,0.8261,0.0000,0.8261,-0.3268,1.1529,0.0000,21.7434,12.0386,-32.6291,1.3170,4568.5118,4568.5118,4568.5118,4568.5118,4568.5118 +909.5000,1.0000,12032.8933,64.4910,64.8220,-0.1839,0.0000,5,1758.0300,100.0619,697.5635,-109.1014,18.4214,128.4218,-20.0856,-0.8072,9.7407,0.0000,0.0000,9.4880,9.7493,-0.7646,0.0000,10.5139,0.0000,10.5139,7.0365,3.4774,0.0000,3.4774,-0.2924,3.7698,0.0000,21.0533,11.9099,-29.1933,1.3055,4804.5516,4804.5516,4804.5516,4804.5516,4804.5516 +910.5000,1.0000,12050.5093,63.8115,64.1600,-0.1936,0.0000,5,1745.4795,90.6339,696.7558,-108.6544,16.5666,127.3573,-19.8605,-0.5438,7.6621,0.0000,0.0000,9.4484,7.6818,-0.7423,0.0000,8.4241,0.0000,8.4241,6.9623,1.4617,0.0000,1.4617,-0.3046,1.7663,0.0000,20.3949,11.7844,-30.4129,1.2940,4559.6595,4559.6595,4559.6595,4559.6595,4559.6595 +911.5000,1.0000,12067.9389,63.1405,63.4630,-0.1792,0.0000,5,1723.1635,93.8987,687.2776,-107.8597,16.9440,124.0187,-19.4632,-1.8246,9.4881,0.0000,0.0000,9.2805,9.4413,-0.7395,0.0000,10.1808,0.0000,10.1808,6.8891,3.2917,0.0000,3.2917,-0.2789,3.5706,0.0000,19.7581,11.6605,-27.8480,1.2645,4541.0415,4541.0415,4541.0415,4541.0415,4541.0415 +912.5000,1.0000,12085.2314,62.6470,62.8180,-0.0950,0.0000,5,1697.8715,171.9643,680.0667,-106.9589,30.5754,120.9163,-19.0174,-0.8393,22.1552,0.0000,0.0000,9.2594,22.1105,-0.7950,0.0000,22.9055,0.0000,22.9055,6.8353,16.0702,0.0000,16.0702,-0.1467,16.2169,0.0000,19.2981,11.5694,-14.6505,1.3112,6862.7835,6862.7835,6862.7835,6862.7835,6862.7835 +913.5000,1.0000,12102.4484,62.3755,62.4760,-0.0558,0.0000,5,1690.8140,210.0724,698.5616,-106.7076,37.1958,123.6885,-18.8938,0.1030,27.8334,0.0000,0.0000,9.2594,27.8946,-0.8195,0.0000,28.7141,0.0000,28.7141,6.8057,21.9085,0.0000,21.9085,-0.0859,21.9943,0.0000,19.0482,11.5192,-8.5731,1.3090,8039.2512,8039.2512,8039.2512,8039.2512,8039.2512 +914.5000,1.0000,12119.5977,62.1315,62.2750,-0.0797,0.0000,5,1689.3265,186.0745,708.2369,-106.6546,32.9177,125.2913,-18.8678,-0.2572,23.9477,0.0000,0.0000,9.2272,23.9679,-0.7955,0.0000,24.7634,0.0000,24.7634,6.7790,17.9843,0.0000,17.9843,-0.1221,18.1065,0.0000,18.8256,11.4742,-12.1933,1.2949,7269.2341,7269.2341,7269.2341,7269.2341,7269.2341 +915.5000,1.0000,12136.6558,61.8030,61.9880,-0.1028,0.0000,5,1675.2120,158.6103,698.3666,-106.1520,27.8247,122.5129,-18.6220,-1.1970,20.2019,0.0000,0.0000,8.8197,20.1218,-0.7704,0.0000,20.8923,0.0000,20.8923,6.7432,14.1491,0.0000,14.1491,-0.1566,14.3057,0.0000,18.5286,11.4135,-15.6364,0.9886,6321.0012,6321.0012,6321.0012,6321.0012,6321.0012 +916.5000,1.0000,12153.5999,61.3930,61.6180,-0.1250,0.0000,5,1666.8955,134.5413,688.2710,-105.8558,23.4851,120.1424,-18.4779,0.3397,16.2813,0.0000,0.0000,6.8641,16.3737,-0.7445,0.0000,17.1183,0.0000,17.1183,6.6985,10.4198,0.0000,10.4198,-0.1892,10.6090,0.0000,18.1624,11.3378,-18.8911,1.0873,5510.7023,5510.7023,5510.7023,5510.7023,5510.7023 +917.5000,1.0000,12170.4209,60.9495,61.1680,-0.1214,0.0000,5,1655.4895,126.3678,678.3052,-105.4496,21.9074,117.5926,-18.2810,-1.4970,16.6330,0.0000,0.0000,6.7714,16.5444,-0.7379,0.0000,17.2823,0.0000,17.2823,6.6501,10.6322,0.0000,10.6322,-0.1824,10.8146,0.0000,17.7716,11.2559,-18.2129,1.0852,5228.8762,5228.8762,5228.8762,5228.8762,5228.8762 +918.5000,1.0000,12187.0954,60.4220,60.7310,-0.1717,0.0000,5,1635.8820,86.8667,670.5050,-104.7513,14.8811,114.8637,-17.9449,-0.4906,8.5690,0.0000,0.0000,6.8026,8.5873,-0.6888,0.0000,9.2761,0.0000,9.2761,6.5925,2.6836,0.0000,2.6836,-0.2557,2.9394,0.0000,17.3144,11.1584,-25.5335,1.1567,4127.4065,4127.4065,4127.4065,4127.4065,4127.4065 +919.5000,1.0000,12203.6330,59.9295,60.1130,-0.1019,0.0000,5,1626.6500,146.1958,655.8355,-104.4226,24.9033,111.7166,-17.7876,-0.4344,18.5720,0.0000,0.0000,6.7658,18.5793,-0.7311,0.0000,19.3103,0.0000,19.3103,6.5388,12.7715,0.0000,12.7715,-0.1506,12.9222,0.0000,16.8942,11.0675,-15.0395,1.1299,5732.4927,5732.4927,5732.4927,5732.4927,5732.4927 +920.5000,1.0000,12220.0651,59.5495,59.7460,-0.1092,0.0000,5,1617.8380,138.3152,671.1541,-104.1087,23.4333,113.7067,-17.6381,-0.4434,17.1793,0.0000,0.0000,6.6974,17.1887,-0.7177,0.0000,17.9064,0.0000,17.9064,6.4973,11.4091,0.0000,11.4091,-0.1603,11.5693,0.0000,16.5749,10.9973,-16.0029,1.0906,5470.2920,5470.2920,5470.2920,5470.2920,5470.2920 +921.5000,1.0000,12236.4237,59.2850,59.3530,-0.0378,0.0000,5,1605.1350,198.6154,665.3900,-103.6563,33.3851,111.8450,-17.4235,-0.8122,27.5481,0.0000,0.0000,6.6493,27.4382,-0.7651,0.0000,28.2033,0.0000,28.2033,6.4685,21.7348,0.0000,21.7348,-0.0552,21.7900,0.0000,16.3548,10.9485,-5.5133,1.1008,7239.0725,7239.0725,7239.0725,7239.0725,7239.0725 +922.5000,1.0000,12252.7898,59.3120,59.2170,0.0528,0.0000,5,1603.0365,285.8302,683.1150,-103.5816,47.9822,114.6742,-17.3882,0.6046,40.6618,0.0000,0.0000,6.7158,40.7523,-0.8328,0.0000,41.5851,0.0000,41.5851,6.4714,35.1137,0.0000,35.1137,0.0772,35.0366,0.0000,16.3772,10.9535,7.7059,1.1004,9968.4421,9968.4421,9968.4421,9968.4421,9968.4421 +923.5000,1.0000,12269.2302,59.5795,59.4070,0.0958,0.0000,5,1609.2925,322.5324,710.8356,-103.8044,54.3547,119.7934,-17.4936,0.0113,47.5625,0.0000,0.0000,6.7809,47.4285,-0.8709,0.0000,48.2995,0.0000,48.2995,6.5006,41.7989,0.0000,41.7989,0.1408,41.6581,0.0000,16.5999,11.0029,14.0554,1.1392,11171.3748,11171.3748,11171.3748,11171.3748,11171.3748 +924.5000,1.0000,12285.7723,59.9455,59.7520,0.1075,0.0000,5,1613.3745,336.0271,722.9092,-103.9498,56.7725,122.1371,-17.5625,0.3931,49.6907,0.0000,0.0000,6.6887,49.6526,-0.8883,0.0000,50.5409,0.0000,50.5409,6.5405,44.0004,0.0000,44.0004,0.1589,43.8415,0.0000,16.9077,11.0705,15.8633,1.0898,11623.9318,11623.9318,11623.9318,11623.9318,11623.9318 +925.5000,1.0000,12302.4211,60.3300,60.1390,0.1061,0.0000,5,1628.4430,338.4797,729.1774,-104.4864,57.7210,124.3467,-17.8181,1.1101,49.7981,0.0000,0.0000,6.8127,49.9794,-0.8963,0.0000,50.8757,0.0000,50.8757,6.5825,44.2933,0.0000,44.2933,0.1578,44.1354,0.0000,17.2352,11.1415,15.7588,1.1303,11808.7586,11808.7586,11808.7586,11808.7586,11808.7586 +926.5000,1.0000,12319.1375,60.5730,60.5210,0.0289,0.0000,5,1642.4810,266.5587,732.6622,-104.9863,45.8482,126.0181,-18.0577,0.2962,38.7106,0.0000,0.0000,6.8414,38.7465,-0.8437,0.0000,39.5902,0.0000,39.5902,6.6090,32.9812,0.0000,32.9812,0.0431,32.9381,0.0000,17.4441,11.1863,4.3076,1.1204,9583.2196,9583.2196,9583.2196,9583.2196,9583.2196 +927.5000,1.0000,12335.8624,60.6035,60.6250,-0.0119,0.0000,5,1642.5190,228.1570,712.6394,-104.9877,39.2440,122.5770,-18.0583,-0.2924,32.7076,0.0000,0.0000,6.8288,32.6615,-0.8135,0.0000,33.4749,0.0000,33.4749,6.6123,26.8626,0.0000,26.8626,-0.0178,26.8805,0.0000,17.4704,11.1920,-1.7819,1.1204,8358.6825,8358.6825,8358.6825,8358.6825,8358.6825 +928.5000,1.0000,12352.5467,60.4575,60.5820,-0.0692,0.0000,5,1643.5875,180.6330,701.7143,-105.0257,31.0898,120.7763,-18.0766,0.4005,23.8352,0.0000,0.0000,6.8542,23.9421,-0.7670,0.0000,24.7090,0.0000,24.7090,6.5964,18.1127,0.0000,18.1127,-0.1031,18.2158,0.0000,17.3446,11.1650,-10.2938,1.1080,6861.9236,6861.9236,6861.9236,6861.9236,6861.9236 +929.5000,1.0000,12369.1564,60.1890,60.3330,-0.0800,0.0000,5,1638.8190,163.5661,686.8912,-104.8559,28.0707,117.8820,-17.9950,-0.8792,22.1373,0.0000,0.0000,6.8126,22.0721,-0.7530,0.0000,22.8251,0.0000,22.8251,6.5671,16.2580,0.0000,16.2580,-0.1187,16.3767,0.0000,17.1145,11.1154,-11.8532,1.1322,6293.1245,6293.1245,6293.1245,6293.1245,6293.1245 +930.5000,1.0000,12385.6817,59.8850,60.0450,-0.0889,0.0000,5,1631.7615,160.1846,680.0666,-104.6046,27.3720,116.2082,-17.8746,0.1682,20.3992,0.0000,0.0000,6.8046,20.4749,-0.7399,0.0000,21.2148,0.0000,21.2148,6.5339,14.6808,0.0000,14.6808,-0.1312,14.8121,0.0000,16.8565,11.0593,-13.1037,1.1183,6165.6992,6165.6992,6165.6992,6165.6992,6165.6992 +931.5000,1.0000,12402.1275,59.5990,59.7250,-0.0700,0.0000,5,1616.1210,166.7231,675.1384,-104.0476,28.2162,114.2603,-17.6090,-1.7189,23.2047,0.0000,0.0000,6.7304,23.0046,-0.7479,0.0000,23.7525,0.0000,23.7525,6.5027,17.2498,0.0000,17.2498,-0.1029,17.3527,0.0000,16.6161,11.0065,-10.2699,1.1279,6313.0139,6313.0139,6313.0139,6313.0139,6313.0139 +932.5000,1.0000,12418.5189,59.4030,59.4730,-0.0389,0.0000,5,1602.1210,204.8863,673.4335,-103.5490,34.3745,112.9844,-17.3728,0.3265,27.3049,0.0000,0.0000,6.7431,27.3938,-0.7668,0.0000,28.1606,0.0000,28.1606,6.4813,21.6793,0.0000,21.6793,-0.0570,21.7362,0.0000,16.4527,10.9703,-5.6867,1.1253,7421.3158,7421.3158,7421.3158,7421.3158,7421.3158 +933.5000,1.0000,12434.9030,59.3770,59.3330,0.0244,0.0000,5,1605.3635,258.4359,685.4044,-103.6645,43.4465,115.2256,-17.4274,-0.0075,36.6994,0.0000,0.0000,6.7546,36.6705,-0.8133,0.0000,37.4838,0.0000,37.4838,6.4785,31.0053,0.0000,31.0053,0.0358,30.9695,0.0000,16.4311,10.9655,3.5730,1.1384,9119.8783,9119.8783,9119.8783,9119.8783,9119.8783 +934.5000,1.0000,12451.3368,59.5555,59.4210,0.0747,0.0000,5,1601.5485,303.0887,701.3029,-103.5286,50.8321,117.6182,-17.3632,-0.3677,44.4898,0.0000,0.0000,6.7100,44.2859,-0.8547,0.0000,45.1406,0.0000,45.1406,6.4980,38.6426,0.0000,38.6426,0.1097,38.5329,0.0000,16.5798,10.9984,10.9547,1.1377,10505.9796,10505.9796,10505.9796,10505.9796,10505.9796 +935.5000,1.0000,12467.8701,59.9140,59.6900,0.1244,0.0000,5,1608.7585,355.0046,715.9150,-103.7854,59.8072,120.6093,-17.4846,1.0817,51.9618,0.0000,0.0000,6.7637,52.1206,-0.9002,0.0000,53.0208,0.0000,53.0208,6.5371,46.4837,0.0000,46.4837,0.1838,46.2999,0.0000,16.8811,11.0646,18.3541,1.1265,12186.2063,12186.2063,12186.2063,12186.2063,12186.2063 +936.5000,1.0000,12484.4909,60.2290,60.1380,0.0506,0.0000,5,1631.1515,288.8329,734.7802,-104.5829,49.3366,125.5106,-17.8642,1.1464,41.3341,0.0000,0.0000,6.8561,41.5614,-0.8521,0.0000,42.4135,0.0000,42.4135,6.5715,35.8420,0.0000,35.8420,0.0751,35.7670,0.0000,17.1486,11.1228,7.4956,1.1308,10247.3940,10247.3940,10247.3940,10247.3940,10247.3940 +937.5000,1.0000,12501.1544,60.3825,60.3200,0.0347,0.0000,5,1641.1080,268.3182,718.2924,-104.9374,46.1122,123.4432,-18.0342,-0.1500,39.4651,0.0000,0.0000,6.7971,39.3885,-0.8437,0.0000,40.2323,0.0000,40.2323,6.5882,33.6440,0.0000,33.6440,0.0517,33.5924,0.0000,17.2800,11.1512,5.1612,1.1076,9632.2593,9632.2593,9632.2593,9632.2593,9632.2593 +938.5000,1.0000,12517.8126,60.3635,60.4450,-0.0453,0.0000,5,1635.3475,197.3695,711.8312,-104.7323,33.8001,121.9034,-17.9357,-0.4291,27.4538,0.0000,0.0000,6.7754,27.4191,-0.7830,0.0000,28.2021,0.0000,28.2021,6.5861,21.6160,0.0000,21.6160,-0.0674,21.6833,0.0000,17.2637,11.1476,-6.7280,1.1190,7353.7112,7353.7112,7353.7112,7353.7112,7353.7112 +939.5000,1.0000,12534.3929,60.0830,60.2820,-0.1106,0.0000,5,1624.2850,138.2008,688.3443,-104.3383,23.5072,117.0837,-17.7474,-0.6773,17.4477,0.0000,0.0000,6.7369,17.4325,-0.7278,0.0000,18.1603,0.0000,18.1603,6.5555,11.6048,0.0000,11.6048,-0.1638,11.7685,0.0000,17.0243,11.0958,-16.3516,1.1169,5486.6070,5486.6070,5486.6070,5486.6070,5486.6070 +940.5000,1.0000,12550.8058,59.4805,59.8840,-0.2242,0.0000,5,1611.8490,37.3815,667.1811,-103.8954,6.3097,112.6151,-17.5368,-0.5589,0.1693,0.0000,0.0000,6.6993,0.1699,-0.6709,0.0000,0.8408,0.0000,0.8408,6.4898,-5.6490,0.0000,-5.6490,-0.3287,-5.3203,0.0000,16.5179,10.9846,-32.8227,1.1146,3123.7682,3123.7682,3123.7682,3123.7682,3123.7682 +941.5000,1.0000,12566.9945,58.6735,59.0770,-0.2242,0.0000,5,1608.3390,39.7351,635.1335,-103.7704,6.6924,106.9723,-17.4775,0.2110,-0.2657,0.0000,0.0000,6.7472,-0.2679,-0.6582,0.0000,0.3903,0.0000,0.3903,6.4017,-6.0115,0.0000,-6.0115,-0.3243,-5.6872,0.0000,15.8547,10.8355,-32.3774,1.1265,3159.2646,3159.2646,3159.2646,3159.2646,3159.2646 +942.5000,1.0000,12582.9831,57.9530,58.2700,-0.1761,0.0000,5,1591.0200,66.4251,629.9982,-102.9409,11.0672,104.9648,-17.1511,-1.9009,6.3339,0.0000,0.0000,6.6342,6.2908,-0.6364,0.0000,6.9273,0.0000,6.9273,6.3231,0.6041,0.0000,0.6041,-0.2516,0.8558,0.0000,15.2775,10.7025,-25.1242,1.1357,3612.7073,3612.7073,3612.7073,3612.7073,3612.7073 +943.5000,1.0000,12598.7995,57.3330,57.6360,-0.1683,0.0000,5,1565.0035,78.9471,629.3766,-101.3979,12.9384,103.1465,-16.6178,-0.6306,7.0025,0.0000,0.0000,6.5665,7.0102,-0.6300,0.0000,7.6402,0.0000,7.6402,6.2555,1.3847,0.0000,1.3847,-0.2379,1.6227,0.0000,14.7923,10.5880,-23.7577,1.1183,3767.8548,3767.8548,3767.8548,3767.8548,3767.8548 +944.5000,1.0000,12614.4424,56.7085,57.0300,-0.1786,0.0000,5,1557.2595,71.1971,630.5531,-100.9386,11.6105,102.8280,-16.4606,-0.1131,5.1539,0.0000,0.0000,6.5697,5.1793,-0.6116,0.0000,5.7909,0.0000,5.7909,6.1873,-0.3964,0.0000,-0.3964,-0.2497,-0.1467,0.0000,14.3143,10.4727,-24.9337,1.1168,3598.1494,3598.1494,3598.1494,3598.1494,3598.1494 +945.5000,1.0000,12629.8930,56.0160,56.3870,-0.2061,0.0000,5,1536.1640,34.3077,621.0339,-99.6875,5.5190,99.9037,-16.0364,-1.8785,0.9425,0.0000,0.0000,6.4550,0.9364,-0.6107,0.0000,1.5471,0.0000,1.5471,6.1118,-4.5647,0.0000,-4.5647,-0.2847,-4.2800,0.0000,13.7964,10.3448,-28.4212,1.1128,2864.1744,2864.1744,2864.1744,2864.1744,2864.1744 +946.5000,1.0000,12645.1291,55.2440,55.6450,-0.2228,0.0000,5,1505.0735,22.8475,597.7917,-97.8436,3.6010,94.2185,-15.4212,-1.0331,-1.7407,0.0000,0.0000,6.3749,-1.7404,-0.6046,0.0000,-1.1358,0.0000,-1.1358,6.0276,-7.1634,0.0000,-7.1634,-0.3034,-6.8599,0.0000,13.2339,10.2022,-30.2961,1.1032,2588.7056,2588.7056,2588.7056,2588.7056,2588.7056 +947.5000,1.0000,12660.1312,54.4015,54.8430,-0.2453,0.0000,5,1482.6045,0.8349,586.0006,-96.5110,0.1296,90.9813,-14.9841,-1.0281,-5.1529,0.0000,0.0000,6.3106,-5.1555,-0.5994,0.0000,-4.5561,0.0000,-4.5561,5.9356,-10.4917,0.0000,-10.4917,-0.3290,-10.1628,0.0000,12.6378,10.0466,-32.8472,1.0949,2142.3694,2142.3694,2142.3694,2142.3694,2142.3694 +948.5000,1.0000,12674.8873,53.5160,53.9600,-0.2467,0.0000,5,1459.0675,-3.7638,569.9693,-95.1150,-0.5751,87.0874,-14.5329,-1.0972,-5.6551,0.0000,0.0000,6.1773,-5.6546,-0.5864,0.0000,-5.0681,0.0000,-5.0681,5.8390,-10.9072,0.0000,-10.9072,-0.3255,-10.5817,0.0000,12.0307,9.8831,-32.4955,1.0583,1992.2084,1992.2084,1992.2084,1992.2084,1992.2084 +949.5000,1.0000,12689.3792,52.5650,53.0720,-0.2817,0.0000,5,1434.5770,-36.5588,560.0387,-93.6626,-5.4922,84.1338,-14.0708,-1.0788,-10.5400,0.0000,0.0000,6.1266,-10.5518,-0.5835,0.0000,-9.9683,0.0000,-9.9683,5.7353,-15.7036,0.0000,-15.7036,-0.3650,-15.3386,0.0000,11.4010,9.7075,-36.4470,1.0793,1213.2510,1213.2510,1213.2510,1213.2510,1213.2510 +950.5000,1.0000,12703.5995,51.5870,52.0580,-0.2617,0.0000,5,1409.0185,-22.6150,538.8401,-92.1467,-3.3369,79.5070,-13.5964,-1.1520,-8.1951,0.0000,0.0000,6.0102,-8.1924,-0.5622,0.0000,-7.6302,0.0000,-7.6302,5.6285,-13.2588,0.0000,-13.2588,-0.3328,-12.9260,0.0000,10.7763,9.5268,-33.2290,1.0577,1463.8727,1463.8727,1463.8727,1463.8727,1463.8727 +951.5000,1.0000,12717.5652,50.6705,51.1160,-0.2475,0.0000,5,1386.8925,-9.5022,537.1014,-90.8345,-1.3800,78.0059,-13.1924,-0.7506,-6.6105,0.0000,0.0000,5.9811,-6.6268,-0.5441,0.0000,-6.0827,0.0000,-6.0827,5.5286,-11.6113,0.0000,-11.6113,-0.3092,-11.3021,0.0000,10.2120,9.3576,-30.8716,1.0795,1711.5007,1711.5007,1711.5007,1711.5007,1711.5007 +952.5000,1.0000,12731.2778,49.7595,50.2250,-0.2586,0.0000,5,1366.5215,-23.1472,535.9236,-89.6263,-3.3124,76.6916,-12.8257,-0.9700,-8.2319,0.0000,0.0000,5.8895,-8.2394,-0.5341,0.0000,-7.7053,0.0000,-7.7053,5.4292,-13.1344,0.0000,-13.1344,-0.3173,-12.8171,0.0000,9.6711,9.1893,-31.6776,1.0453,1375.0577,1375.0577,1375.0577,1375.0577,1375.0577 +953.5000,1.0000,12744.7281,48.8150,49.2940,-0.2661,0.0000,5,1337.6820,-35.5978,521.3481,-87.9159,-4.9866,73.0313,-12.3154,-1.4196,-9.3779,0.0000,0.0000,5.8109,-9.3485,-0.5225,0.0000,-8.8259,0.0000,-8.8259,5.3261,-14.1520,0.0000,-14.1520,-0.3203,-13.8318,0.0000,9.1309,9.0149,-31.9776,1.0369,1041.5138,1041.5138,1041.5138,1041.5138,1041.5138 +954.5000,1.0000,12757.8989,47.8090,48.3360,-0.2928,0.0000,5,1308.3085,-57.6500,507.1233,-86.1738,-7.8984,69.4788,-11.8063,-0.9716,-12.6715,0.0000,0.0000,5.7446,-12.6943,-0.5158,0.0000,-12.1785,0.0000,-12.1785,5.2163,-17.3948,0.0000,-17.3948,-0.3451,-17.0497,0.0000,8.5781,8.8291,-34.4570,1.0441,506.9683,506.9683,506.9683,506.9683,506.9683 +955.5000,1.0000,12770.8240,46.9245,47.2820,-0.1986,0.0000,5,1285.5725,22.8708,490.8428,-84.8254,3.0790,66.0796,-11.4196,-0.8403,-1.7526,0.0000,0.0000,5.6719,-1.7514,-0.4755,0.0000,-1.2759,0.0000,-1.2759,5.1198,-6.3958,0.0000,-6.3958,-0.2298,-6.1660,0.0000,8.1103,8.6658,-22.9421,1.0396,2019.5671,2019.5671,2019.5671,2019.5671,2019.5671 +956.5000,1.0000,12783.5254,46.1190,46.5670,-0.2489,0.0000,5,1257.4195,-27.0185,518.1148,-83.1557,-3.5577,68.2236,-10.9497,-1.3521,-7.8021,0.0000,0.0000,5.5965,-7.7690,-0.4787,0.0000,-7.2903,0.0000,-7.2903,5.0319,-12.3222,0.0000,-12.3222,-0.2830,-12.0392,0.0000,7.7000,8.5170,-28.2563,1.0340,1063.1177,1063.1177,1063.1177,1063.1177,1063.1177 +957.5000,1.0000,12795.9617,45.1645,45.6710,-0.2814,0.0000,5,1229.6100,-52.6650,488.1325,-81.5064,-6.7814,62.8541,-10.4951,-0.7778,-11.5388,0.0000,0.0000,5.5352,-11.5720,-0.4744,0.0000,-11.0976,0.0000,-11.0976,4.9278,-16.0254,0.0000,-16.0254,-0.3133,-15.7121,0.0000,7.2320,8.3408,-31.2848,1.0419,501.1264,501.1264,501.1264,501.1264,501.1264 +958.5000,1.0000,12808.1511,44.2760,44.6580,-0.2122,0.0000,5,1211.0320,6.6585,471.4406,-80.4046,0.8444,59.7876,-10.1968,-0.6156,-3.9773,0.0000,0.0000,5.4373,-3.9845,-0.4428,0.0000,-3.5417,0.0000,-3.5417,4.8309,-8.3725,0.0000,-8.3725,-0.2317,-8.1408,0.0000,6.8132,8.1767,-23.1307,0.9982,1597.2094,1597.2094,1597.2094,1597.2094,1597.2094 +959.5000,1.0000,12820.1104,43.4475,43.8940,-0.2481,0.0000,5,1194.2090,-25.5969,493.9250,-79.4048,-3.2011,61.7689,-9.9302,-0.6267,-8.0099,0.0000,0.0000,5.4355,-8.0351,-0.4412,0.0000,-7.5939,0.0000,-7.5939,4.7405,-12.3344,0.0000,-12.3344,-0.2657,-12.0687,0.0000,6.4380,8.0237,-26.5304,0.9949,959.5291,959.5291,959.5291,959.5291,959.5291 +960.5000,1.0000,12831.7222,42.1965,43.0010,-0.4469,0.0000,5,1165.1790,-77.6731,470.4963,-77.6731,-9.4775,57.4087,-9.4775,-1.4658,-13.5301,0.0000,0.0000,5.5184,-13.5506,-0.4376,0.0000,-13.1130,0.0000,-13.1130,4.6040,-17.7170,15.4819,-33.1988,-0.4650,-32.7339,0.0000,5.8993,7.7927,-46.4258,1.1551,0.0000,0.0000,0.0000,0.0000,0.0000 +961.5000,1.0000,12842.9647,40.8670,41.3920,-0.2917,0.0000,5,1123.1025,-75.1632,432.9119,-75.1632,-8.8400,50.9152,-8.8400,-1.4892,-12.7335,0.0000,0.0000,5.3826,-12.6512,-0.4172,0.0000,-12.2340,0.0000,-12.2340,4.4589,-16.6929,0.0378,-16.7307,-0.2939,-16.4368,0.0000,5.3580,7.5471,-29.3419,1.1217,0.0000,0.0000,0.0000,0.0000,0.0000 +962.5000,1.0000,12853.9493,39.9385,40.3420,-0.2242,0.0000,5,1091.9360,-11.7825,425.3843,-73.2078,-1.3473,48.6415,-8.3711,-0.6421,-5.9058,0.0000,0.0000,5.2006,-5.9138,-0.3880,0.0000,-5.5258,0.0000,-5.5258,4.3576,-9.8834,0.0000,-9.8834,-0.2207,-9.6627,0.0000,5.0007,7.3757,-22.0390,1.0098,1029.7663,1029.7663,1029.7663,1029.7663,1029.7663 +963.5000,1.0000,12864.7137,39.1460,39.5350,-0.2161,0.0000,5,1073.7775,-5.6845,451.6998,-71.9080,-0.6392,50.7917,-8.0857,-0.5660,-5.1903,0.0000,0.0000,5.1171,-5.2005,-0.3758,0.0000,-4.8247,0.0000,-4.8247,4.2711,-9.0958,0.0000,-9.0958,-0.2086,-8.8873,0.0000,4.7089,7.2293,-20.8254,0.9824,1085.2848,1085.2848,1085.2848,1085.2848,1085.2848 +964.5000,1.0000,12875.3952,38.8475,38.7570,0.0503,0.0000,5,1056.0770,227.3756,449.8086,-70.6410,25.1459,49.7453,-7.8123,-0.5913,20.6627,0.0000,0.0000,5.0745,20.4367,-0.4338,0.0000,20.8705,0.0000,20.8705,4.2386,16.6319,0.0000,16.6319,0.0482,16.5837,0.0000,4.6015,7.1742,4.8080,0.9898,5282.0348,5282.0348,5282.0348,5282.0348,5282.0348 +965.5000,1.0000,12886.2416,39.4410,38.9380,0.2794,0.0000,5,1056.8020,444.1778,564.3443,-70.6928,49.1563,62.4549,-7.8234,0.6387,43.3977,0.0000,0.0000,5.1198,43.2503,-0.5564,0.0000,43.8067,0.0000,43.8067,4.3033,39.5034,0.0000,39.5034,0.2717,39.2316,0.0000,4.8164,7.2838,27.1314,0.9668,9821.3128,9821.3128,9821.3128,9821.3128,9821.3128 +966.5000,1.0000,12897.4122,40.6080,39.9440,0.3689,0.0000,5,1074.5405,534.0123,670.1271,-71.9626,60.0901,75.4065,-8.0976,0.5211,54.4075,0.0000,0.0000,5.1615,53.9255,-0.6251,0.0000,54.5506,0.0000,54.5506,4.5493,50.0013,0.0000,50.0013,0.3693,49.6320,0.0000,5.2573,7.4993,36.8754,0.9941,11920.4619,11920.4619,11920.4619,11920.4619,11920.4619 +967.5000,1.0000,12909.0094,42.1440,41.2720,0.4844,0.0000,5,1101.9305,653.2891,714.8745,-73.9002,75.3856,82.4921,-8.5276,1.3191,68.8178,0.0000,0.0000,5.2486,68.6155,-0.7191,0.0000,69.3346,0.0000,69.3346,4.9122,64.4224,0.0000,64.4224,0.5034,63.9190,0.0000,5.8777,7.7830,50.2584,0.9891,14808.7436,14808.7436,14808.7436,14808.7436,14808.7436 +968.5000,1.0000,12921.0969,43.9090,43.0160,0.4961,0.0000,5,1149.0045,667.9774,770.2731,-76.7083,80.3734,92.6819,-9.2298,1.9461,73.0344,0.0000,0.0000,5.3929,73.2968,-0.7662,0.0000,74.0630,0.0000,74.0630,5.1453,68.9177,0.0000,68.9177,0.5371,68.3806,0.0000,6.6474,8.1089,53.6243,1.0118,15771.6044,15771.6044,15771.6044,15771.6044,15771.6044 +969.5000,1.0000,12933.6483,45.5790,44.8020,0.4317,0.0000,5,1202.8685,606.0871,781.0748,-79.9204,76.3452,98.3874,-10.0671,1.9415,68.9137,0.0000,0.0000,5.4900,69.2392,-0.7684,0.0000,70.0076,0.0000,70.0076,5.2379,64.7697,0.0000,64.7697,0.4851,64.2846,0.0000,7.4342,8.4173,48.4331,1.0099,15073.6023,15073.6023,15073.6023,15073.6023,15073.6023 +970.5000,1.0000,12946.6307,47.1310,46.3560,0.4306,0.0000,5,1251.6210,604.4276,760.6002,-82.8118,79.2220,99.6914,-10.8541,1.7270,71.8889,0.0000,0.0000,5.6060,71.9956,-0.8040,0.0000,72.7996,0.0000,72.7996,5.4224,67.3772,0.0000,67.3772,0.5003,66.8769,0.0000,8.2196,8.7039,49.9534,0.9929,15593.4928,15593.4928,15593.4928,15593.4928,15593.4928 +971.5000,1.0000,12960.0066,48.5470,47.9060,0.3561,0.0000,5,1290.0740,537.7802,766.0546,-85.0924,72.6521,103.4911,-11.4957,1.2663,65.6485,0.0000,0.0000,5.7372,65.5958,-0.7918,0.0000,66.3876,0.0000,66.3876,5.4563,60.9313,0.0000,60.9313,0.4262,60.5050,0.0000,8.9820,8.9654,42.5576,1.0272,14368.8642,14368.8642,14368.8642,14368.8642,14368.8642 +972.5000,1.0000,12973.7492,49.8675,49.1880,0.3775,0.0000,5,1327.2680,561.3211,743.5331,-87.2983,78.0187,103.3445,-12.1337,1.7288,70.4027,0.0000,0.0000,5.8871,70.5662,-0.8361,0.0000,71.4023,0.0000,71.4023,5.6529,65.7494,0.0000,65.7494,0.4641,65.2853,0.0000,9.7352,9.2093,46.3408,1.0480,15328.4087,15328.4087,15328.4087,15328.4087,15328.4087 +973.5000,1.0000,12987.8652,51.2115,50.5470,0.3692,0.0000,5,1368.6200,554.8660,757.3913,-89.7508,79.5243,108.5505,-12.8632,1.6929,71.8174,0.0000,0.0000,6.0139,71.9409,-0.8629,0.0000,72.8038,0.0000,72.8038,5.7974,67.0064,0.0000,67.0064,0.4661,66.5403,0.0000,10.5435,9.4575,46.5392,1.0741,15599.2143,15599.2143,15599.2143,15599.2143,15599.2143 +974.5000,1.0000,13002.3156,52.4155,51.8760,0.2997,0.0000,5,1403.1815,492.3067,760.4486,-91.8006,72.3400,111.7409,-13.4893,1.2425,65.0031,0.0000,0.0000,6.0943,65.0020,-0.8459,0.0000,65.8480,0.0000,65.8480,5.8037,60.0443,0.0000,60.0443,0.3873,59.6570,0.0000,11.3041,9.6798,38.6730,1.0983,14287.8084,14287.8084,14287.8084,14287.8084,14287.8084 +975.5000,1.0000,13017.0572,53.4640,52.9550,0.2828,0.0000,5,1430.9910,479.5648,742.0265,-93.4499,71.8642,111.1949,-14.0037,1.1767,64.5023,0.0000,0.0000,6.1852,64.4919,-0.8594,0.0000,65.3513,0.0000,65.3513,5.8926,59.4587,0.0000,59.4587,0.3727,59.0860,0.0000,11.9959,9.8735,37.2165,1.0923,14211.7199,14211.7199,14211.7199,14211.7199,14211.7199 +976.5000,1.0000,13032.0654,54.4235,53.9730,0.2503,0.0000,5,1458.6100,452.5514,741.8009,-95.0879,69.1251,113.3066,-14.5242,1.2746,61.5581,0.0000,0.0000,6.2925,61.6483,-0.8598,0.0000,62.5081,0.0000,62.5081,5.9381,56.5700,0.0000,56.5700,0.3358,56.2342,0.0000,12.6532,10.0507,33.5303,1.1006,13733.0269,13733.0269,13733.0269,13733.0269,13733.0269 +977.5000,1.0000,13047.3340,55.3610,54.8740,0.2706,0.0000,5,1482.7955,472.0600,736.7090,-96.5223,73.3005,114.3947,-14.9878,0.9066,66.1128,0.0000,0.0000,6.2811,65.9763,-0.8964,0.0000,66.8727,0.0000,66.8727,6.0897,60.7830,0.0000,60.7830,0.3693,60.4137,0.0000,13.3185,10.2238,36.8714,1.0370,14550.0534,14550.0534,14550.0534,14550.0534,14550.0534 +978.5000,1.0000,13062.8757,56.3440,55.8480,0.2756,0.0000,5,1510.7575,482.1281,747.9516,-98.1807,76.2756,118.3306,-15.5328,1.6705,68.1300,0.0000,0.0000,6.4752,68.3404,-0.9239,0.0000,69.2643,0.0000,69.2643,6.2159,63.0484,0.0000,63.0484,0.3828,62.6656,0.0000,14.0407,10.4053,38.2196,1.1199,15115.2015,15115.2015,15115.2015,15115.2015,15115.2015 +979.5000,1.0000,13078.6949,57.3430,56.8400,0.2794,0.0000,5,1536.5070,485.6572,756.0587,-99.7078,78.1435,121.6518,-16.0433,0.7307,70.8850,0.0000,0.0000,6.5278,70.6228,-0.9515,0.0000,71.5742,0.0000,71.5742,6.3423,65.2319,0.0000,65.2319,0.3951,64.8368,0.0000,14.8008,10.5898,39.4462,1.1129,15508.1605,15508.1605,15508.1605,15508.1605,15508.1605 +980.5000,1.0000,13094.7668,58.2530,57.8460,0.2261,0.0000,5,1557.1450,442.5421,761.3574,-100.9318,72.1626,124.1499,-16.4583,1.2330,64.3612,0.0000,0.0000,6.5684,64.4439,-0.9350,0.0000,65.3790,0.0000,65.3790,6.3559,59.0231,0.0000,59.0231,0.3247,58.6984,0.0000,15.5163,10.7579,32.4242,1.1042,14382.7108,14382.7108,14382.7108,14382.7108,14382.7108 +981.5000,1.0000,13111.0544,59.0295,58.6600,0.2053,0.0000,5,1589.2655,426.0931,752.7422,-102.8368,70.9136,125.2770,-17.1149,1.8765,62.3142,0.0000,0.0000,6.7229,62.6758,-0.9389,0.0000,63.6146,0.0000,63.6146,6.4406,57.1740,0.0000,57.1740,0.2988,56.8753,0.0000,16.1449,10.9013,29.8291,1.1354,14237.3732,14237.3732,14237.3732,14237.3732,14237.3732 +982.5000,1.0000,13127.5190,59.6665,59.3990,0.1486,0.0000,5,1612.0395,370.5229,752.5248,-103.9022,62.5489,127.0355,-17.5400,0.3512,55.4621,0.0000,0.0000,6.7356,55.3361,-0.9123,0.0000,56.2484,0.0000,56.2484,6.5101,49.7383,0.0000,49.7383,0.2186,49.5197,0.0000,16.6729,11.0189,21.8279,1.1021,12696.5071,12696.5071,12696.5071,12696.5071,12696.5071 +983.5000,1.0000,13144.0533,59.9175,59.9340,-0.0092,0.0000,5,1623.3310,233.9305,738.6632,-104.3044,39.7670,125.5689,-17.7312,0.7720,32.1584,0.0000,0.0000,6.8365,32.3208,-0.8003,0.0000,33.1210,0.0000,33.1210,6.5375,26.5836,0.0000,26.5836,-0.0135,26.5971,0.0000,16.8839,11.0653,-1.3521,1.1544,8441.9783,8441.9783,8441.9783,8441.9783,8441.9783 +984.5000,1.0000,13160.5091,59.6350,59.9010,-0.1478,0.0000,5,1631.0750,107.1492,700.1243,-104.5801,18.3017,119.5853,-17.8629,0.0000,11.5127,0.0000,0.0000,6.7890,11.5643,-0.6907,0.0000,12.2550,0.0000,12.2550,6.5066,5.7483,0.0000,5.7483,-0.2173,5.9656,0.0000,16.6465,11.0131,-21.6940,1.1182,4580.4933,4580.4933,4580.4933,4580.4933,4580.4933 +985.5000,1.0000,13176.8544,59.2370,59.3690,-0.0733,0.0000,5,1617.5710,163.7099,659.3462,-104.0992,27.7311,111.6877,-17.6335,-1.3414,22.3165,0.0000,0.0000,6.7561,22.1796,-0.7378,0.0000,22.9173,0.0000,22.9173,6.4632,16.4541,0.0000,16.4541,-0.1071,16.5612,0.0000,16.3152,10.9396,-10.6936,1.1407,6227.5073,6227.5073,6227.5073,6227.5073,6227.5073 +986.5000,1.0000,13193.1584,59.0885,59.1050,-0.0092,0.0000,5,1603.0370,226.7983,672.7523,-103.5816,38.0725,112.9347,-17.3882,-0.1014,31.4347,0.0000,0.0000,6.7393,31.4232,-0.7820,0.0000,32.2052,0.0000,32.2052,6.4470,25.7582,0.0000,25.7582,-0.0134,25.7716,0.0000,16.1927,10.9122,-1.3333,1.1255,8114.2522,8114.2522,8114.2522,8114.2522,8114.2522 +987.5000,1.0000,13209.4895,59.1860,59.0720,0.0633,0.0000,5,1605.9740,293.1123,692.2668,-103.6862,49.2948,116.4235,-17.4377,0.3912,42.1202,0.0000,0.0000,6.7834,42.1430,-0.8377,0.0000,42.9808,0.0000,42.9808,6.4577,36.5231,0.0000,36.5231,0.0924,36.4307,0.0000,16.2731,10.9302,9.2274,1.1260,10212.1859,10212.1859,10212.1859,10212.1859,10212.1859 +988.5000,1.0000,13225.9174,59.5345,59.3000,0.1303,0.0000,5,1611.2000,352.6634,713.4994,-103.8723,59.5029,120.3848,-17.5258,0.1246,52.6066,0.0000,0.0000,6.7718,52.4411,-0.8955,0.0000,53.3366,0.0000,53.3366,6.4957,46.8409,0.0000,46.8409,0.1912,46.6497,0.0000,16.5624,10.9945,19.0927,1.1270,12130.2421,12130.2421,12130.2421,12130.2421,12130.2421 +989.5000,1.0000,13242.4967,60.0795,59.7690,0.1725,0.0000,5,1620.3935,395.5877,732.9625,-104.1997,67.1262,124.3744,-17.6814,0.7896,59.5153,0.0000,0.0000,6.8213,59.4993,-0.9402,0.0000,60.4395,0.0000,60.4395,6.5551,53.8844,0.0000,53.8844,0.2555,53.6288,0.0000,17.0216,11.0952,25.5120,1.1162,13572.6496,13572.6496,13572.6496,13572.6496,13572.6496 +990.5000,1.0000,13259.2555,60.7255,60.3900,0.1864,0.0000,5,1626.0395,408.8026,746.9551,-104.4008,69.6103,127.1904,-17.7772,-0.2285,63.0262,0.0000,0.0000,6.8126,62.5917,-0.9667,0.0000,63.5584,0.0000,63.5584,6.6256,56.9328,0.0000,56.9328,0.2791,56.6537,0.0000,17.5767,11.2145,27.8625,1.1173,14049.9671,14049.9671,14049.9671,14049.9671,14049.9671 +991.5000,1.0000,13276.2028,61.4045,61.0610,0.1908,0.0000,5,1643.5875,423.2579,752.8198,-105.0257,72.8495,129.5724,-18.0766,2.0022,63.9485,0.0000,0.0000,6.8988,64.3602,-0.9871,0.0000,65.3473,0.0000,65.3473,6.6997,58.6476,0.0000,58.6476,0.2889,58.3587,0.0000,18.1729,11.3399,28.8459,1.1080,14667.7018,14667.7018,14667.7018,14667.7018,14667.7018 +992.5000,1.0000,13293.3287,62.0470,61.7480,0.1661,0.0000,5,1681.0480,398.2866,761.5427,-106.3598,70.1139,134.0612,-18.7235,1.8194,61.2737,0.0000,0.0000,7.0208,61.6192,-0.9842,0.0000,62.6033,0.0000,62.6033,6.7698,55.8335,0.0000,55.8335,0.2541,55.5794,0.0000,18.7492,11.4585,25.3717,1.1285,14210.7029,14210.7029,14210.7029,14210.7029,14210.7029 +993.5000,1.0000,13310.6166,62.6305,62.3460,0.1581,0.0000,5,1689.1735,384.0065,758.1810,-106.6492,67.9269,134.1145,-18.8652,-0.9853,61.9294,0.0000,0.0000,6.9828,61.3026,-0.9926,0.0000,62.2953,0.0000,62.2953,6.8335,55.4618,0.0000,55.4618,0.2441,55.2177,0.0000,19.2831,11.5663,24.3683,1.1447,13809.3459,13809.3459,13809.3459,13809.3459,13809.3459 +994.5000,1.0000,13328.0569,63.1790,62.9150,0.1467,0.0000,5,1693.3320,387.3259,755.3497,-106.7973,68.6827,133.9426,-18.9379,1.4202,60.1636,0.0000,0.0000,7.0989,60.3964,-0.9975,0.0000,61.3940,0.0000,61.3940,6.8933,54.5006,0.0000,54.5006,0.2285,54.2722,0.0000,19.7941,11.6676,22.8104,1.1733,13957.3060,13957.3060,13957.3060,13957.3060,13957.3060 +995.5000,1.0000,13345.6084,63.5795,63.4430,0.0758,0.0000,5,1717.9755,322.5172,759.4698,-107.6749,58.0228,136.6331,-19.3714,1.1591,49.6770,0.0000,0.0000,7.1867,49.8876,-0.9514,0.0000,50.8390,0.0000,50.8390,6.9370,43.9019,0.0000,43.9019,0.1189,43.7831,0.0000,20.1727,11.7416,11.8688,1.1400,11982.9518,11982.9518,11982.9518,11982.9518,11982.9518 +996.5000,1.0000,13363.2063,63.7465,63.7160,0.0169,0.0000,5,1727.5505,276.7965,745.9602,-108.0159,50.0749,134.9507,-19.5410,-0.1497,40.8896,0.0000,0.0000,9.3350,40.8367,-0.9086,0.0000,41.7452,0.0000,41.7452,6.9552,34.7900,0.0000,34.7900,0.0266,34.7634,0.0000,20.3320,11.7724,2.6590,1.1567,10474.5887,10474.5887,10474.5887,10474.5887,10474.5887 +997.5000,1.0000,13380.8221,63.8110,63.7770,0.0189,0.0000,5,1727.7030,280.4462,735.0021,-108.0213,50.7396,132.9800,-19.5437,0.1659,41.2102,0.0000,0.0000,9.3635,41.2255,-0.9117,0.0000,42.1372,0.0000,42.1372,6.9623,35.1749,0.0000,35.1749,0.0297,35.1452,0.0000,20.3938,11.7843,2.9671,1.1704,10605.1719,10605.1719,10605.1719,10605.1719,10605.1719 +998.5000,1.0000,13398.4618,63.8970,63.8450,0.0289,0.0000,5,1731.5940,289.5831,736.6751,-108.1599,52.5107,133.5829,-19.6129,0.2475,42.8933,0.0000,0.0000,9.3699,42.9160,-0.9217,0.0000,43.8377,0.0000,43.8377,6.9717,36.8661,0.0000,36.8661,0.0455,36.8206,0.0000,20.4764,11.8002,4.5440,1.1579,10955.5635,10955.5635,10955.5635,10955.5635,10955.5635 +999.5000,1.0000,13416.1372,64.0255,63.9490,0.0425,0.0000,5,1736.4770,301.7769,740.0233,-108.3338,54.8761,134.5684,-19.6998,0.2726,45.2270,0.0000,0.0000,9.3765,45.2396,-0.9357,0.0000,46.1753,0.0000,46.1753,6.9857,39.1896,0.0000,39.1896,0.0671,39.1225,0.0000,20.6002,11.8239,6.6984,1.1458,11417.1114,11417.1114,11417.1114,11417.1114,11417.1114 +1000.5000,1.0000,13433.8670,64.2210,64.1020,0.0661,0.0000,5,1740.0630,322.8895,743.8749,-108.4615,58.8366,135.5481,-19.7637,0.1101,49.3154,0.0000,0.0000,9.4111,49.2534,-0.9594,0.0000,50.2128,0.0000,50.2128,7.0070,43.2057,0.0000,43.2057,0.1047,43.1011,0.0000,20.7895,11.8600,10.4516,1.1606,12143.0989,12143.0989,12143.0989,12143.0989,12143.0989 +1001.5000,1.0000,13451.6777,64.5125,64.3400,0.0958,0.0000,5,1754.6350,354.4114,751.6896,-108.9805,65.1213,138.1192,-20.0246,1.4592,54.1353,0.0000,0.0000,9.5268,54.4076,-0.9905,0.0000,55.3982,0.0000,55.3982,7.0388,48.3593,0.0000,48.3593,0.1524,48.2069,0.0000,21.0739,11.9139,15.2191,1.1651,13306.6911,13306.6911,13306.6911,13306.6911,13306.6911 +1002.5000,1.0000,13469.5824,64.8510,64.6850,0.0922,0.0000,5,1759.5175,343.2638,760.5396,-109.1543,63.2485,140.1342,-20.1124,-0.9357,54.7418,0.0000,0.0000,9.4424,54.3333,-0.9961,0.0000,55.3295,0.0000,55.3295,7.0758,48.2537,0.0000,48.2537,0.1475,48.1063,0.0000,21.4074,11.9764,14.7225,1.1667,12956.2272,12956.2272,12956.2272,12956.2272,12956.2272 +1003.5000,1.0000,13487.5849,65.2030,65.0170,0.1033,0.0000,5,1758.3730,363.0807,757.9736,-109.1136,66.8564,139.5705,-20.0918,0.8115,56.5712,0.0000,0.0000,9.4737,56.6513,-1.0141,0.0000,57.6654,0.0000,57.6654,7.1142,50.5512,0.0000,50.5512,0.1661,50.3851,0.0000,21.7579,12.0414,16.5858,1.1800,13644.6428,13644.6428,13644.6428,13644.6428,13644.6428 +1004.5000,1.0000,13505.6793,65.5340,65.3890,0.0806,0.0000,5,1767.9865,329.8083,764.0245,-109.4559,61.0617,141.4539,-20.2650,0.2278,53.5202,0.0000,0.0000,7.3137,53.4654,-1.0039,0.0000,54.4693,0.0000,54.4693,7.1503,47.3190,0.0000,47.3190,0.1302,47.1888,0.0000,22.0909,12.1025,12.9955,1.1693,12559.9560,12559.9560,12559.9560,12559.9560,12559.9560 +1005.5000,1.0000,13523.9007,65.9910,65.6790,0.1733,0.0000,5,1778.3245,416.4095,758.6304,-109.8241,77.5462,141.2765,-20.4521,0.8998,69.2979,0.0000,0.0000,7.3484,69.2914,-1.0920,0.0000,70.3833,0.0000,70.3833,7.2001,63.1832,0.0000,63.1832,0.2820,62.9012,0.0000,22.5567,12.1869,28.1576,1.1453,15663.6516,15663.6516,15663.6516,15663.6516,15663.6516 +1006.5000,1.0000,13542.3187,66.6990,66.3030,0.2200,0.0000,5,1796.8640,461.6229,780.8162,-110.4844,86.8623,146.9240,-20.7895,1.1366,78.2776,0.0000,0.0000,7.4480,78.2617,-1.1500,0.0000,79.4117,0.0000,79.4117,7.3195,72.0922,0.0000,72.0922,0.3618,71.7304,0.0000,23.2908,12.3177,36.1220,1.1784,17455.5005,17455.5005,17455.5005,17455.5005,17455.5005 +1007.5000,1.0000,13561.0393,67.7880,67.0950,0.3850,0.0000,5,1818.6465,617.5628,792.8645,-111.2967,117.6137,150.9996,-21.1963,1.2824,108.8333,0.0000,0.0000,7.4980,108.4121,-1.3220,0.0000,109.7341,0.0000,109.7341,7.8744,101.8597,0.0000,101.8597,0.6435,101.2163,0.0000,24.4520,12.5188,64.2455,1.1906,23130.8237,23130.8237,23130.8237,23130.8237,23130.8237 +1008.5000,1.0000,13580.1498,69.1920,68.4810,0.3950,0.0000,5,1854.6195,636.4305,824.5333,-112.6484,123.6045,160.1370,-21.8780,2.7893,113.1127,0.0000,0.0000,7.7025,113.4407,-1.3732,0.0000,114.8140,0.0000,114.8140,8.0796,106.7344,0.0000,106.7344,0.6738,106.0605,0.0000,26.0031,12.7781,67.2794,1.1791,24274.5109,24274.5109,24274.5109,24274.5109,24274.5109 +1009.5000,1.0000,13599.5426,70.2080,69.9030,0.1694,0.0000,5,1885.7860,429.1008,828.9083,-113.8195,84.7384,163.6920,-22.4770,0.7731,76.2243,0.0000,0.0000,7.7410,76.1633,-1.2039,0.0000,77.3672,0.0000,77.3672,7.6602,69.7069,0.0000,69.7069,0.2933,69.4136,0.0000,27.1631,12.9657,29.2849,1.1791,17144.0217,17144.0217,17144.0217,17144.0217,17144.0217 +1010.5000,1.0000,13619.1237,70.8860,70.5130,0.2072,0.0000,5,1909.7430,468.5167,798.0217,-114.7197,93.6976,159.5946,-22.9425,2.0267,83.7918,0.0000,0.0000,7.8791,84.1074,-1.2568,0.0000,85.3642,0.0000,85.3642,7.7935,77.5707,0.0000,77.5707,0.3622,77.2086,0.0000,27.9579,13.0909,36.1598,1.1791,18895.9690,18895.9690,18895.9690,18895.9690,18895.9690 +1011.5000,1.0000,13638.8683,71.4745,71.2590,0.1197,0.0000,5,1931.4490,386.8448,806.3994,-115.5353,78.2436,163.1030,-23.3683,0.5249,69.7882,0.0000,0.0000,7.9305,69.7378,-1.1954,0.0000,70.9331,0.0000,70.9331,7.7984,63.1347,0.0000,63.1347,0.2110,62.9237,0.0000,28.6595,13.1996,21.0647,1.1791,16003.9559,16003.9559,16003.9559,16003.9559,16003.9559 +1012.5000,1.0000,13658.6391,71.5690,71.6900,-0.0672,0.0000,5,1948.0430,225.4569,797.4285,-116.1589,45.9929,162.6743,-23.6962,1.4558,36.5160,0.0000,0.0000,8.0211,36.8063,-1.0308,0.0000,37.8371,0.0000,37.8371,7.8087,30.0284,0.0000,30.0284,-0.1186,30.1470,0.0000,28.7731,13.2170,-11.8431,1.1791,10005.5363,10005.5363,10005.5363,10005.5363,10005.5363 +1013.5000,1.0000,13678.2423,70.9655,71.4480,-0.2681,0.0000,5,1828.4885,-36.0118,751.0821,-111.6665,-6.8955,143.8163,-21.3818,-14.7911,0.7754,0.0000,0.0000,7.1203,0.7244,-0.8801,0.0000,1.6045,0.0000,1.6045,7.7429,-6.1384,0.0000,-6.1384,-0.4690,-5.6694,0.0000,28.0526,13.1056,-46.8275,1.1791,1975.3228,1975.3228,1975.3228,1975.3228,1975.3228 +1014.5000,1.0000,13697.5738,69.9875,70.4830,-0.2753,0.0070,6,1535.6680,-62.8623,582.2042,-99.6581,-10.1092,93.6270,-16.0265,-15.1925,-1.0827,0.0000,0.0000,6.1661,-0.9760,-0.6628,0.0000,-0.3133,0.0000,-0.3133,7.6362,-7.9495,0.0000,-7.9495,-0.4750,-7.4745,0.1183,26.9088,12.9250,-47.4265,1.1127,778.8092,778.8092,778.8092,778.8092,778.8092 +1015.5000,1.0000,13716.5948,68.8695,69.4920,-0.3458,0.0110,6,1358.7015,-65.2018,508.8157,-89.1625,-9.2771,72.3958,-12.6863,-1.3241,-13.9742,0.0000,0.0000,6.0212,-13.9369,-0.7754,0.0000,-13.1615,0.0000,-13.1615,7.5142,-20.6757,0.0000,-20.6757,-0.5872,-20.0885,0.1829,25.6405,12.7185,-58.6304,1.0712,439.5445,439.5445,439.5445,439.5445,439.5445 +1016.5000,1.0000,13735.2665,67.6120,68.2470,-0.3528,0.0110,6,1337.7205,-72.4398,503.9443,-87.9182,-10.1478,70.5954,-12.3161,-0.4199,-15.6884,0.0000,0.0000,5.9606,-15.7767,-0.7774,0.0000,-14.9993,0.0000,-14.9993,7.3770,-22.3763,0.0000,-22.3763,-0.5881,-21.7882,0.1795,24.2617,12.4863,-58.7157,1.0510,247.3055,247.3055,247.3055,247.3055,247.3055 +1017.5000,1.0000,13753.6221,66.4745,66.9770,-0.2792,0.0040,6,1324.5595,7.0974,496.8779,-87.1377,0.9845,68.9207,-12.0867,-0.6548,-4.1324,0.0000,0.0000,5.7716,-4.1385,-0.6489,0.0000,-3.4896,0.0000,-3.4896,7.2529,-10.7425,0.0000,-10.7425,-0.4575,-10.2850,0.0642,23.0569,12.2762,-45.6823,1.0473,1862.4446,1862.4446,1862.4446,1862.4446,1862.4446 +1018.5000,1.0000,13771.8494,66.0120,65.9720,0.0222,0.0000,6,1311.7035,362.2514,526.3423,-86.3752,49.7593,72.2990,-11.8646,-0.3872,44.4186,0.0000,0.0000,5.7278,44.2291,-1.3891,0.0000,45.6182,0.0000,45.6182,7.2024,38.4158,0.0000,38.4158,0.0362,38.3796,0.0000,22.5777,12.1908,3.6111,1.0448,10037.7249,10037.7249,10037.7249,10037.7249,10037.7249 +1019.5000,1.0000,13790.1324,66.2130,66.0520,0.0894,0.0000,6,1306.6300,447.1596,674.3265,-86.0743,61.1848,92.2681,-11.7775,-0.0214,55.4851,0.0000,0.0000,5.7212,55.3392,-1.6227,0.0000,56.9619,0.0000,56.9619,7.2244,49.7376,0.0000,49.7376,0.1460,49.5915,0.0000,22.7847,12.2279,14.5789,1.0438,12212.2691,12212.2691,12212.2691,12212.2691,12212.2691 +1020.5000,1.0000,13808.5662,66.7555,66.3740,0.2119,0.0000,6,1308.9570,600.1595,709.3385,-86.2123,82.2661,97.2316,-11.8174,0.2085,76.3840,0.0000,0.0000,5.6735,76.1005,-2.0611,0.0000,78.1616,0.0000,78.1616,7.3059,70.8557,0.0000,70.8557,0.3488,70.5068,0.0000,23.3500,12.3281,34.8288,1.0176,16151.6306,16151.6306,16151.6306,16151.6306,16151.6306 +1021.5000,1.0000,13827.2464,67.6430,67.1370,0.2811,0.0000,6,1324.5595,692.1077,772.2918,-87.1377,96.0006,107.1227,-12.0867,1.0581,89.1011,0.0000,0.0000,5.8413,89.3081,-2.3459,0.0000,91.6540,0.0000,91.6540,7.5899,84.0642,0.0000,84.0642,0.4688,83.5953,0.0000,24.2943,12.4920,46.8091,1.0754,18716.9820,18716.9820,18716.9820,18716.9820,18716.9820 +1022.5000,1.0000,13846.2070,68.6520,68.1490,0.2794,0.0000,6,1352.5980,693.1406,809.3560,-88.8006,98.1790,114.6402,-12.5780,1.2485,90.7496,0.0000,0.0000,6.1810,91.0906,-2.3941,0.0000,93.4847,0.0000,93.4847,7.7100,85.7746,0.0000,85.7746,0.4730,85.3016,0.0000,25.3977,12.6783,47.2256,1.3400,19145.5313,19145.5313,19145.5313,19145.5313,19145.5313 +1023.5000,1.0000,13865.4930,69.8239,69.1550,0.3716,0.0000,6,1368.9250,813.4188,813.4188,-89.7689,116.6064,116.6064,-12.8687,0.1090,110.3793,0.0000,0.0000,6.1181,109.4356,-2.7892,0.0000,112.2248,0.0000,112.2248,8.0988,104.1260,0.0000,104.1260,0.6397,103.4863,0.0000,26.7216,12.8947,63.8700,1.2660,22657.0535,22657.0535,22657.0535,22657.0535,22657.0535 +1024.5000,1.0000,13885.0959,70.9644,70.5990,0.2620,0.0000,6,1385.4810,688.7694,861.3116,-90.7508,99.9316,124.9653,-13.1668,1.2983,92.4796,0.0000,0.0000,6.1537,92.8808,-2.4571,0.0000,95.3380,0.0000,95.3380,7.9503,87.3877,0.0000,87.3877,0.4584,86.9292,0.0000,28.0512,13.1054,45.7727,1.2200,19489.8625,19489.8625,19489.8625,19489.8625,19489.8625 +1025.5000,1.0000,13904.8995,71.6870,71.4360,0.1394,0.0000,6,1408.9420,538.9920,813.5059,-92.1422,79.5251,120.0280,-13.5950,0.7097,72.6160,0.0000,0.0000,6.1994,72.7839,-2.0466,0.0000,74.8305,0.0000,74.8305,7.8216,67.0089,0.0000,67.0089,0.2465,66.7625,0.0000,28.9159,13.2388,24.6077,1.2133,15619.7430,15619.7430,15619.7430,15619.7430,15619.7430 +1026.5000,1.0000,13924.8805,72.3255,71.9380,0.2153,0.0000,6,1422.5990,632.8295,760.1402,-92.9522,94.2753,113.2413,-13.8475,0.4766,87.5308,0.0000,0.0000,6.2679,87.3982,-2.3583,0.0000,89.7566,0.0000,89.7566,7.9916,81.7649,0.0000,81.7649,0.3839,81.3810,0.0000,29.6960,13.3567,38.3283,1.2168,18389.3615,18389.3615,18389.3615,18389.3615,18389.3615 +1027.5000,1.0000,13945.0744,73.0920,72.7130,0.2106,0.0000,6,1433.6995,631.6428,796.9538,-93.6105,94.8327,119.6520,-14.0544,0.4971,88.2134,0.0000,0.0000,6.1223,88.1039,-2.3818,0.0000,90.4857,0.0000,90.4857,8.0730,82.4127,0.0000,82.4127,0.3794,82.0333,0.0000,30.6501,13.4983,37.8849,1.0790,18492.5891,18492.5891,18492.5891,18492.5891,18492.5891 +1028.5000,1.0000,13965.4901,73.8905,73.4710,0.2331,0.0000,6,1449.4925,664.5598,797.3636,-94.5472,100.8739,121.0322,-14.3514,0.9033,93.7279,0.0000,0.0000,6.2427,93.8512,-2.5108,0.0000,96.3620,0.0000,96.3620,8.2345,88.1275,0.0000,88.1275,0.4246,87.7029,0.0000,31.6658,13.6457,42.3914,1.0836,19651.2868,19651.2868,19651.2868,19651.2868,19651.2868 +1029.5000,1.0000,13986.1266,74.6855,74.3100,0.2086,0.0000,6,1469.5200,637.1729,810.5606,-95.7350,98.0531,124.7354,-14.7324,0.8916,90.8787,0.0000,0.0000,6.2829,91.0320,-2.4613,0.0000,93.4933,0.0000,93.4933,8.2645,85.2287,0.0000,85.2287,0.3841,84.8446,0.0000,32.6987,13.7926,38.3533,1.0901,19105.6909,19105.6909,19105.6909,19105.6909,19105.6909 +1030.5000,1.0000,14006.9485,75.3530,75.0610,0.1622,0.0000,6,1490.7680,581.7898,802.8464,-96.9951,90.8249,125.3346,-15.1422,1.0407,83.4828,0.0000,0.0000,6.3013,83.7947,-2.3183,0.0000,86.1130,0.0000,86.1130,8.2216,77.8914,0.0000,77.8914,0.3014,77.5900,0.0000,33.5830,13.9158,30.0912,1.0542,17774.8979,17774.8979,17774.8979,17774.8979,17774.8979 +1031.5000,1.0000,14027.8881,75.7765,75.6450,0.0731,0.0000,6,1501.3730,474.4820,786.3361,-97.6241,74.5997,123.6305,-15.3488,-0.0703,68.3329,0.0000,0.0000,6.3371,68.1798,-1.9980,0.0000,70.1778,0.0000,70.1778,8.2678,61.9100,0.0000,61.9100,0.1365,61.7735,0.0000,34.1520,13.9940,13.6275,1.0873,14815.0396,14815.0396,14815.0396,14815.0396,14815.0396 +1032.5000,1.0000,14048.8880,75.9935,75.9080,0.0475,0.0000,6,1505.0355,447.3520,750.4509,-97.8413,70.5058,118.2763,-15.4205,0.4090,63.7210,0.0000,0.0000,6.3758,63.8365,-1.9101,0.0000,65.7466,0.0000,65.7466,8.2915,57.4551,0.0000,57.4551,0.0890,57.3661,0.0000,34.4462,14.0341,8.8859,1.1032,14069.7193,14069.7193,14069.7193,14069.7193,14069.7193 +1033.5000,1.0000,14069.9531,76.2285,76.0790,0.0831,0.0000,6,1503.7005,489.4461,741.3042,-97.7621,77.0717,116.7311,-15.3943,-0.5319,71.2559,0.0000,0.0000,6.3477,70.8440,-2.0589,0.0000,72.9028,0.0000,72.9028,8.3171,64.5857,0.0000,64.5857,0.1561,64.4296,0.0000,34.7668,14.0775,15.5853,1.1027,15263.7451,15263.7451,15263.7451,15263.7451,15263.7451 +1034.5000,1.0000,14091.1018,76.5295,76.3780,0.0842,0.0000,6,1501.3735,497.8130,755.7406,-97.6241,78.2679,118.8202,-15.3488,0.3166,71.5782,0.0000,0.0000,6.3731,71.6001,-2.0782,0.0000,73.6783,0.0000,73.6783,8.3500,65.3284,0.0000,65.3284,0.1588,65.1695,0.0000,35.1803,14.1331,15.8562,1.1019,15483.2460,15483.2460,15483.2460,15483.2460,15483.2460 +1035.5000,1.0000,14112.3959,77.0525,76.6810,0.2064,0.0000,6,1510.1855,649.2990,758.7903,-98.1468,102.6842,119.9999,-15.5215,0.4988,95.7641,0.0000,0.0000,6.4213,95.6440,-2.5853,0.0000,98.2293,0.0000,98.2293,8.5531,89.6763,0.0000,89.6763,0.3921,89.2842,0.0000,35.9072,14.2297,39.1473,1.0906,20063.4294,20063.4294,20063.4294,20063.4294,20063.4294 +1036.5000,1.0000,14133.8727,77.7105,77.4240,0.1592,0.0000,6,1528.3435,595.2709,811.4498,-99.2237,95.2718,129.8707,-15.8805,1.1994,87.5935,0.0000,0.0000,6.4788,88.0015,-2.4340,0.0000,90.4355,0.0000,90.4355,8.4966,81.9389,0.0000,81.9389,0.3050,81.6340,0.0000,36.8346,14.3512,30.4482,1.0827,18668.3078,18668.3078,18668.3078,18668.3078,18668.3078 +1037.5000,1.0000,14155.5138,78.3020,77.9970,0.1694,0.0000,6,1538.3000,608.4190,795.6844,-99.8142,98.0105,128.1771,-16.0791,-0.2667,91.7466,0.0000,0.0000,6.5305,91.2229,-2.5082,0.0000,93.7311,0.0000,93.7311,8.6004,85.1307,0.0000,85.1307,0.3271,84.8036,0.0000,37.6822,14.4604,32.6610,1.1258,19214.7427,19214.7427,19214.7427,19214.7427,19214.7427 +1038.5000,1.0000,14177.3114,78.8655,78.6070,0.1436,0.0000,6,1544.9760,584.7588,801.2989,-100.2101,94.6078,129.6418,-16.2129,0.9012,87.1461,0.0000,0.0000,6.5605,87.3955,-2.4353,0.0000,89.8308,0.0000,89.8308,8.6048,81.2259,0.0000,81.2259,0.2792,80.9467,0.0000,38.5014,14.5645,27.8807,1.1019,18576.4231,18576.4231,18576.4231,18576.4231,18576.4231 +1039.5000,1.0000,14199.2193,79.2625,79.1240,0.0769,0.0000,6,1563.0200,504.0015,794.4669,-101.2803,82.4945,130.0376,-16.5775,0.8202,75.0672,0.0000,0.0000,6.6070,75.3460,-2.1891,0.0000,77.5351,0.0000,77.5351,8.6482,68.8869,0.0000,68.8869,0.1504,68.7365,0.0000,39.0855,14.6378,15.0132,1.0928,16390.9478,16390.9478,16390.9478,16390.9478,16390.9478 +1040.5000,1.0000,14221.2019,79.5315,79.4010,0.0725,0.0000,6,1573.8920,496.7851,771.1227,-101.9251,81.8789,127.0946,-16.7990,0.2249,75.0130,0.0000,0.0000,6.6410,75.0008,-2.1852,0.0000,77.1860,0.0000,77.1860,8.6775,68.5085,0.0000,68.5085,0.1422,68.3663,0.0000,39.4848,14.6875,14.1941,1.1074,16301.6041,16301.6041,16301.6041,16301.6041,16301.6041 +1041.5000,1.0000,14243.2585,79.7975,79.6620,0.0753,0.0000,6,1577.8595,502.0540,770.2046,-102.1604,82.9559,127.2633,-16.8803,0.1590,76.1004,0.0000,0.0000,6.6965,76.0504,-2.2103,0.0000,78.2607,0.0000,78.2607,8.7065,69.5542,0.0000,69.5542,0.1481,69.4061,0.0000,39.8823,14.7366,14.7872,1.1082,16509.5417,16509.5417,16509.5417,16509.5417,16509.5417 +1042.5000,1.0000,14265.3804,80.0330,79.9330,0.0556,0.0000,6,1577.4400,480.3267,772.2525,-102.1355,79.3448,127.5677,-16.8717,-0.1996,72.8469,0.0000,0.0000,6.6974,72.6610,-2.1426,0.0000,74.8036,0.0000,74.8036,8.7322,66.0714,0.0000,66.0714,0.1096,65.9617,0.0000,40.2364,14.7801,10.9453,1.1081,15820.6459,15820.6459,15820.6459,15820.6459,15820.6459 +1043.5000,1.0000,14287.5493,80.2020,80.1330,0.0383,0.0000,6,1581.9795,463.2541,765.6571,-102.4047,76.7448,126.8422,-16.9648,0.6411,69.3870,0.0000,0.0000,6.7167,69.6165,-2.0812,0.0000,71.6977,0.0000,71.6977,8.7507,62.9471,0.0000,62.9471,0.0758,62.8713,0.0000,40.4918,14.8113,7.5682,1.0964,15331.8489,15331.8489,15331.8489,15331.8489,15331.8489 +1044.5000,1.0000,14309.7568,80.3410,80.2710,0.0389,0.0000,6,1586.4425,461.7196,761.1058,-102.6694,76.7063,126.4439,-17.0567,-0.2081,70.1386,0.0000,0.0000,6.7759,69.9831,-2.0906,0.0000,72.0737,0.0000,72.0737,8.7658,63.3079,0.0000,63.3079,0.0770,63.2308,0.0000,40.7027,14.8370,7.6912,1.1223,15335.6425,15335.6425,15335.6425,15335.6425,15335.6425 +1045.5000,1.0000,14331.9723,80.3700,80.4110,-0.0228,0.0000,6,1593.4615,392.0482,761.7166,-103.0857,65.4199,127.1053,-17.2016,0.8959,57.6054,0.0000,0.0000,6.9186,57.9659,-1.8406,0.0000,59.8065,0.0000,59.8065,8.7690,51.0375,0.0000,51.0375,-0.0451,51.0826,0.0000,40.7467,14.8424,-4.5065,1.2114,13228.9951,13228.9951,13228.9951,13228.9951,13228.9951 +1046.5000,1.0000,14354.1809,80.3450,80.3290,0.0089,0.0000,6,1595.8650,423.2040,740.9678,-103.2282,70.7253,123.8295,-17.2514,-0.6617,64.4052,0.0000,0.0000,6.9818,64.1199,-1.9685,0.0000,66.0884,0.0000,66.0884,8.7663,57.3221,0.0000,57.3221,0.0176,57.3045,0.0000,40.7087,14.8377,1.7581,1.2930,14223.2916,14223.2916,14223.2916,14223.2916,14223.2916 +1047.5000,1.0000,14376.3930,80.3575,80.3610,-0.0019,0.0000,6,1592.0120,414.8203,750.3638,-102.9997,69.1568,125.0970,-17.1716,0.2834,61.9066,0.0000,0.0000,6.9668,62.0220,-1.9249,0.0000,63.9469,0.0000,63.9469,8.7676,55.1793,0.0000,55.1793,-0.0039,55.1831,0.0000,40.7277,14.8400,-0.3846,1.2508,13911.6746,13911.6746,13911.6746,13911.6746,13911.6746 +1048.5000,1.0000,14398.5876,80.2945,80.3540,-0.0331,0.0000,6,1586.7475,386.3807,746.7636,-102.6875,64.2025,124.0851,-17.0629,-0.7955,56.0741,0.0000,0.0000,8.9239,55.8270,-1.7951,0.0000,57.6221,0.0000,57.6221,8.7608,48.8613,0.0000,48.8613,-0.0654,48.9267,0.0000,40.6320,14.8284,-6.5337,1.2355,12993.1299,12993.1299,12993.1299,12993.1299,12993.1299 +1049.5000,1.0000,14420.7215,80.0760,80.2350,-0.0883,0.0000,6,1580.8730,324.5562,736.5505,-102.3391,53.7298,121.9349,-16.9421,0.2222,44.5263,0.0000,0.0000,8.9813,44.6795,-1.5602,0.0000,46.2396,0.0000,46.2396,8.7369,37.5027,0.0000,37.5027,-0.1744,37.6771,0.0000,40.3014,14.7881,-17.4123,1.2746,11002.8805,11002.8805,11002.8805,11002.8805,11002.8805 +1050.5000,1.0000,14442.7003,79.5180,79.9170,-0.2217,0.0000,6,1576.5625,159.2463,715.7147,-102.0834,26.2911,118.1625,-16.8537,-0.6390,17.9889,0.0000,0.0000,8.9412,18.0039,-0.9976,0.0000,19.0015,0.0000,19.0015,8.6760,10.3254,0.0000,10.3254,-0.4346,10.7600,0.0000,39.4655,14.6850,-43.3905,1.2596,5931.7517,5931.7517,5931.7517,5931.7517,5931.7517 +1051.5000,1.0000,14464.4544,78.7085,79.1190,-0.2281,0.0000,6,1562.4475,146.3971,658.7624,-101.2463,23.9534,107.7861,-16.5658,-0.7211,15.8178,0.0000,0.0000,8.8567,15.8242,-0.9423,0.0000,16.7665,0.0000,16.7665,8.5877,8.1788,0.0000,8.1788,-0.4426,8.6214,0.0000,38.2726,14.5355,-44.1867,1.2558,5482.7107,5482.7107,5482.7107,5482.7107,5482.7107 +1052.5000,1.0000,14485.9864,77.9095,78.2980,-0.2158,0.0000,6,1542.8395,154.2517,648.6322,-100.0834,24.9218,104.7968,-16.1701,-1.1457,17.2860,0.0000,0.0000,8.7815,17.2365,-0.9621,0.0000,18.1986,0.0000,18.1986,8.5005,9.6980,0.0000,9.6980,-0.4146,10.1126,0.0000,37.1187,14.3880,-41.3941,1.2520,5630.6984,5630.6984,5630.6984,5630.6984,5630.6984 +1053.5000,1.0000,14507.3330,77.2415,77.5210,-0.1553,0.0000,6,1526.1310,226.1781,646.1471,-99.0924,36.1469,103.2647,-15.8366,-0.4326,27.8511,0.0000,0.0000,8.7284,27.8677,-1.1756,0.0000,29.0433,0.0000,29.0433,8.4277,20.6156,0.0000,20.6156,-0.2957,20.9113,0.0000,36.1717,14.2646,-29.5250,1.2363,7680.7426,7680.7426,7680.7426,7680.7426,7680.7426 +1054.5000,1.0000,14528.5303,76.7045,76.9620,-0.1431,0.0000,6,1515.6405,237.0064,667.7316,-98.4703,37.6171,105.9807,-15.6290,-0.5468,29.4873,0.0000,0.0000,8.6766,29.4719,-1.2026,0.0000,30.6745,0.0000,30.6745,8.3691,22.3054,0.0000,22.3054,-0.2705,22.5760,0.0000,35.4224,14.1654,-27.0119,1.2093,7949.1179,7949.1179,7949.1179,7949.1179,7949.1179 +1055.5000,1.0000,14549.5942,76.2240,76.4470,-0.1239,0.0000,6,1507.5915,246.4183,669.2433,-97.9929,38.9032,105.6565,-15.4706,-0.2013,32.3686,0.0000,0.0000,6.7359,32.4168,-1.2582,0.0000,33.6750,0.0000,33.6750,8.3166,25.3584,0.0000,25.3584,-0.2328,25.5912,0.0000,34.7608,14.0767,-23.2463,1.2830,8187.3529,8187.3529,8187.3529,8187.3529,8187.3529 +1056.5000,1.0000,14570.5343,75.7785,76.0010,-0.1236,0.0000,6,1497.0245,241.5519,669.9724,-97.3662,37.8676,105.0303,-15.2639,-0.7716,31.9715,0.0000,0.0000,6.6677,31.8859,-1.2419,0.0000,33.1278,0.0000,33.1278,8.2680,24.8597,0.0000,24.8597,-0.2309,25.0907,0.0000,34.1549,13.9944,-23.0586,1.2058,7989.1074,7989.1074,7989.1074,7989.1074,7989.1074 +1057.5000,1.0000,14591.3985,75.5050,75.5560,-0.0283,0.0000,6,1487.3350,356.9870,665.7303,-96.7915,55.6019,103.6897,-15.0756,-0.1185,49.0625,0.0000,0.0000,6.6579,49.0529,-1.5963,0.0000,50.6492,0.0000,50.6492,8.2382,42.4110,0.0000,42.4110,-0.0527,42.4638,0.0000,33.7861,13.9439,-5.2663,1.2165,11289.2086,11289.2086,11289.2086,11289.2086,11289.2086 +1058.5000,1.0000,14612.2768,75.5560,75.4540,0.0567,0.0000,6,1483.0245,459.6084,705.6462,-96.5359,71.3781,109.5882,-14.9922,-0.2745,64.9920,0.0000,0.0000,6.6605,64.7725,-1.9244,0.0000,66.6969,0.0000,66.6969,8.2438,58.4532,0.0000,58.4532,0.1056,58.3476,0.0000,33.8547,13.9533,10.5396,1.2282,14195.8870,14195.8870,14195.8870,14195.8870,14195.8870 +1059.5000,1.0000,14633.2106,75.7555,75.6580,0.0542,0.0000,6,1486.3435,461.0828,742.1004,-96.7327,71.7673,115.5076,-15.0564,0.5780,64.4658,0.0000,0.0000,6.7235,64.6573,-1.9244,0.0000,66.5817,0.0000,66.5817,8.2655,58.3161,0.0000,58.3161,0.1012,58.2150,0.0000,34.1235,13.9902,10.1013,1.2288,14273.5599,14273.5599,14273.5599,14273.5599,14273.5599 +1060.5000,1.0000,14654.2013,75.9605,75.8530,0.0597,0.0000,6,1500.9920,466.4655,743.9148,-97.6015,73.3207,116.9311,-15.3413,0.7665,65.7700,0.0000,0.0000,6.7842,66.0409,-1.9556,0.0000,67.9965,0.0000,67.9965,8.2879,59.7086,0.0000,59.7086,0.1118,59.5968,0.0000,34.4013,14.0280,11.1674,1.2441,14582.1523,14582.1523,14582.1523,14582.1523,14582.1523 +1061.5000,1.0000,14675.2511,76.1735,76.0680,0.0586,0.0000,6,1504.5015,461.9975,747.5905,-97.8096,72.7882,117.7837,-15.4100,-0.4441,66.5130,0.0000,0.0000,6.7192,66.2088,-1.9616,0.0000,68.1705,0.0000,68.1705,8.3111,59.8594,0.0000,59.8594,0.1101,59.7493,0.0000,34.6915,14.0674,10.9904,1.2197,14484.5466,14484.5466,14484.5466,14484.5466,14484.5466 +1062.5000,1.0000,14696.3746,76.4385,76.2790,0.0886,0.0000,6,1510.2235,503.4636,746.7944,-98.1490,79.6229,118.1057,-15.5223,0.9765,71.9105,0.0000,0.0000,6.7360,72.2610,-2.0909,0.0000,74.3519,0.0000,74.3519,8.3400,66.0118,0.0000,66.0118,0.1670,65.8448,0.0000,35.0549,14.1163,16.6736,1.1957,15754.0490,15754.0490,15754.0490,15754.0490,15754.0490 +1063.5000,1.0000,14717.5954,76.7890,76.5980,0.1061,0.0000,6,1515.8310,522.6973,761.9994,-98.4816,82.9716,120.9578,-15.6327,-0.4581,76.6192,0.0000,0.0000,6.8105,76.1810,-2.1767,0.0000,78.3577,0.0000,78.3577,8.3783,69.9794,0.0000,69.9794,0.2009,69.7785,0.0000,35.5394,14.1810,20.0581,1.2469,16373.7876,16373.7876,16373.7876,16373.7876,16373.7876 +1064.5000,1.0000,14738.9083,77.1205,76.9800,0.0781,0.0000,6,1514.0765,495.8729,769.2032,-98.3775,78.6225,121.9600,-15.5981,0.2944,71.5219,0.0000,0.0000,6.8061,71.5412,-2.0840,0.0000,73.6252,0.0000,73.6252,8.4145,65.2107,0.0000,65.2107,0.1484,65.0623,0.0000,36.0016,14.2422,14.8185,1.2341,15568.6045,15568.6045,15568.6045,15568.6045,15568.6045 +1065.5000,1.0000,14760.3017,77.4100,77.2610,0.0828,0.0000,6,1523.7660,503.0825,760.2338,-98.9522,80.2761,121.3093,-15.7896,0.6104,72.7940,0.0000,0.0000,6.8717,72.9651,-2.1171,0.0000,75.0822,0.0000,75.0822,8.4460,66.6362,0.0000,66.6362,0.1580,66.4782,0.0000,36.4086,14.2957,15.7739,1.2610,15902.4717,15902.4717,15902.4717,15902.4717,15902.4717 +1066.5000,1.0000,14781.7932,77.7635,77.5590,0.1136,0.0000,6,1533.0355,539.9947,764.2218,-99.5019,86.6903,122.6875,-15.9740,0.2586,79.5312,0.0000,0.0000,6.9004,79.4648,-2.2568,0.0000,81.7215,0.0000,81.7215,8.4846,73.2369,0.0000,73.2369,0.2178,73.0191,0.0000,36.9098,14.3610,21.7483,1.2502,17074.2743,17074.2743,17074.2743,17074.2743,17074.2743 +1067.5000,1.0000,14803.3979,78.1710,77.9680,0.1128,0.0000,6,1539.7495,542.4002,777.8840,-99.9001,87.4578,125.4277,-16.1081,0.3752,80.1043,0.0000,0.0000,6.9783,80.1027,-2.2750,0.0000,82.3777,0.0000,82.3777,8.5291,73.8486,0.0000,73.8486,0.2174,73.6312,0.0000,37.4931,14.4363,21.7019,1.2891,17222.5528,17222.5528,17222.5528,17222.5528,17222.5528 +1068.5000,1.0000,14825.1051,78.5400,78.3740,0.0922,0.0000,6,1551.6515,519.5154,779.8478,-100.6060,84.4153,126.7164,-16.3473,0.7561,76.6668,0.0000,0.0000,6.9925,76.8963,-2.2126,0.0000,79.1089,0.0000,79.1089,8.5693,70.5396,0.0000,70.5396,0.1786,70.3610,0.0000,38.0264,14.5044,17.8302,1.2663,16703.7875,16703.7875,16703.7875,16703.7875,16703.7875 +1069.5000,1.0000,14846.9020,78.8630,78.7060,0.0872,0.0000,6,1555.5045,512.7304,773.8618,-100.8345,83.5197,126.0559,-16.4251,-0.3899,76.9133,0.0000,0.0000,6.9963,76.5590,-2.2095,0.0000,78.7685,0.0000,78.7685,8.6046,70.1640,0.0000,70.1640,0.1696,69.9944,0.0000,38.4975,14.5640,16.9328,1.2544,16553.7954,16553.7954,16553.7954,16553.7954,16553.7954 +1070.5000,1.0000,14868.7602,79.0835,79.0200,0.0353,0.0000,6,1556.2295,456.0254,772.0970,-100.8775,74.3175,125.8271,-16.4398,0.4594,66.8259,0.0000,0.0000,7.0322,66.9786,-2.0126,0.0000,68.9912,0.0000,68.9912,8.6286,60.3625,0.0000,60.3625,0.0688,60.2937,0.0000,38.8212,14.6048,6.8678,1.2546,14799.1880,14799.1880,14799.1880,14799.1880,14799.1880 +1071.5000,1.0000,14890.6343,79.1405,79.1470,-0.0036,0.0000,6,1568.8945,408.0296,754.7568,-101.6287,67.0369,124.0022,-16.6970,0.7571,59.2837,0.0000,0.0000,6.9961,59.5855,-1.8593,0.0000,61.4448,0.0000,61.4448,8.6349,52.8099,0.0000,52.8099,-0.0070,52.8169,0.0000,38.9052,14.6153,-0.7035,1.2444,13495.9055,13495.9055,13495.9055,13495.9055,13495.9055 +1072.5000,1.0000,14912.4851,79.0570,79.1340,-0.0428,0.0000,6,1569.6575,355.5638,740.5684,-101.6739,58.4455,121.7303,-16.7126,-0.6840,52.0861,0.0000,0.0000,7.0434,51.9012,-1.6982,0.0000,53.5994,0.0000,53.5994,8.6257,44.9736,0.0000,44.9736,-0.0834,45.0570,0.0000,38.7822,14.5999,-8.3251,1.2848,11878.5728,11878.5728,11878.5728,11878.5728,11878.5728 +1073.5000,1.0000,14934.3065,78.9510,78.9800,-0.0161,0.0000,6,1564.6600,390.6496,722.9679,-101.3775,64.0083,118.4589,-16.6108,0.2016,56.7611,0.0000,0.0000,7.0455,56.8581,-1.8001,0.0000,58.6583,0.0000,58.6583,8.6142,50.0441,0.0000,50.0441,-0.0314,50.0754,0.0000,38.6264,14.5803,-3.1312,1.2562,12935.9882,12935.9882,12935.9882,12935.9882,12935.9882 +1074.5000,1.0000,14956.1102,78.8875,78.9220,-0.0192,0.0000,6,1560.9980,384.1858,733.4905,-101.1603,62.8018,119.9017,-16.5364,-0.5522,56.3482,0.0000,0.0000,7.0058,56.1648,-1.7849,0.0000,57.9497,0.0000,57.9497,8.6072,49.3425,0.0000,49.3425,-0.0373,49.3797,0.0000,38.5332,14.5686,-3.7221,1.2304,12701.5400,12701.5400,12701.5400,12701.5400,12701.5400 +1075.5000,1.0000,14977.8842,78.7805,78.8530,-0.0403,0.0000,6,1555.6955,361.3634,730.3809,-100.8459,58.8704,118.9878,-16.4290,0.0437,51.8731,0.0000,0.0000,6.9536,51.9362,-1.6955,0.0000,53.6317,0.0000,53.6317,8.5956,45.0361,0.0000,45.0361,-0.0782,45.1144,0.0000,38.3767,14.5488,-7.8111,1.1918,11939.7349,11939.7349,11939.7349,11939.7349,11939.7349 +1076.5000,1.0000,14999.6339,78.6930,78.7080,-0.0083,0.0000,6,1552.6815,397.8592,722.0297,-100.6671,64.6905,117.3994,-16.3681,-0.3310,58.0368,0.0000,0.0000,6.9847,57.9180,-1.8191,0.0000,59.7371,0.0000,59.7371,8.5860,51.1511,0.0000,51.1511,-0.0162,51.1673,0.0000,38.2489,14.5327,-1.6143,1.2288,13058.5376,13058.5376,13058.5376,13058.5376,13058.5376 +1077.5000,1.0000,15021.3766,78.6675,78.6780,-0.0058,0.0000,6,1550.3925,402.0785,733.5279,-100.5313,65.2801,119.0932,-16.3219,0.1126,58.3019,0.0000,0.0000,6.8657,58.3541,-1.8279,0.0000,60.1820,0.0000,60.1820,8.5832,51.5987,0.0000,51.5987,-0.0113,51.6100,0.0000,38.2117,14.5279,-1.1296,1.1155,13165.4225,13165.4225,13165.4225,13165.4225,13165.4225 +1078.5000,1.0000,15043.1125,78.6435,78.6570,-0.0075,0.0000,6,1554.0930,399.1591,735.1724,-100.7508,64.9609,119.6451,-16.3966,0.2403,57.8906,0.0000,0.0000,6.8299,57.9943,-1.8201,0.0000,59.8144,0.0000,59.8144,8.5806,51.2338,0.0000,51.2338,-0.0145,51.2483,0.0000,38.1768,14.5235,-1.4520,1.0632,13111.5267,13111.5267,13111.5267,13111.5267,13111.5267 +1079.5000,1.0000,15064.8773,78.7470,78.6300,0.0650,0.0000,6,1557.5645,485.5221,734.9571,-100.9567,79.1924,119.8772,-16.4668,0.0912,72.1370,0.0000,0.0000,6.9642,72.0741,-2.1147,0.0000,74.1887,0.0000,74.1887,8.5919,65.5968,0.0000,65.5968,0.1262,65.4706,0.0000,38.3278,14.5426,12.6002,1.2047,15751.7159,15751.7159,15751.7159,15751.7159,15751.7159 +1080.5000,1.0000,15086.7096,78.9905,78.8640,0.0703,0.0000,6,1560.5780,493.7167,763.7047,-101.1354,80.6848,124.8072,-16.5279,0.1974,73.5652,0.0000,0.0000,6.9222,73.5445,-2.1483,0.0000,75.6928,0.0000,75.6928,8.6185,67.0743,0.0000,67.0743,0.1369,66.9374,0.0000,38.6845,14.5876,13.6654,1.1425,16047.4445,16047.4445,16047.4445,16047.4445,16047.4445 +1081.5000,1.0000,15108.5573,79.0455,79.1170,-0.0397,0.0000,6,1559.8915,362.0179,766.6346,-101.0947,59.1361,125.2309,-16.5140,-0.2631,52.5159,0.0000,0.0000,6.8833,52.4709,-1.7099,0.0000,54.1808,0.0000,54.1808,8.6245,45.5563,0.0000,45.5563,-0.0774,45.6337,0.0000,38.7653,14.5977,-7.7293,1.1173,11996.5619,11996.5619,11996.5619,11996.5619,11996.5619 +1082.5000,1.0000,15130.3549,78.8655,78.9740,-0.0603,0.0000,6,1559.1285,337.9986,723.5089,-101.0495,55.1856,118.1284,-16.4985,0.1899,48.1039,0.0000,0.0000,6.8917,48.2315,-1.6194,0.0000,49.8509,0.0000,49.8509,8.6048,41.2460,0.0000,41.2460,-0.1172,41.3632,0.0000,38.5011,14.5645,-11.7024,1.1172,11241.8786,11241.8786,11241.8786,11241.8786,11241.8786 +1083.5000,1.0000,15152.0447,78.4775,78.7570,-0.1553,0.0000,6,1551.2700,217.8967,714.3475,-100.5834,35.3970,116.0448,-16.3396,-0.9376,29.5523,0.0000,0.0000,6.7823,29.4697,-1.2238,0.0000,30.6936,0.0000,30.6936,8.5625,22.1310,0.0000,22.1310,-0.3004,22.4315,0.0000,37.9360,14.4929,-29.9974,1.1031,7554.9074,7554.9074,7554.9074,7554.9074,7554.9074 +1084.5000,1.0000,15173.5657,77.8695,78.1980,-0.1825,0.0000,6,1538.9105,186.0917,671.3213,-99.8504,29.9895,108.1863,-16.0913,-0.2379,23.4513,0.0000,0.0000,6.7761,23.5121,-1.0924,0.0000,24.6045,0.0000,24.6045,8.4962,16.1083,0.0000,16.1083,-0.3504,16.4587,0.0000,37.0613,14.3806,-34.9832,1.1008,6558.3814,6558.3814,6558.3814,6558.3814,6558.3814 +1085.5000,1.0000,15194.8931,77.1725,77.5410,-0.2047,0.0000,6,1528.8015,153.3215,657.5806,-99.2508,24.5461,105.2758,-15.8896,-0.7127,18.4902,0.0000,0.0000,6.7687,18.4866,-0.9793,0.0000,19.4660,0.0000,19.4660,8.4201,11.0458,0.0000,11.0458,-0.3895,11.4353,0.0000,36.0752,14.2519,-38.8917,1.0975,5560.9945,5560.9945,5560.9945,5560.9945,5560.9945 +1086.5000,1.0000,15216.0271,76.4765,76.8040,-0.1819,0.0000,6,1517.6625,178.5739,643.1100,-98.5902,28.3806,102.2090,-15.6689,-0.3306,21.8937,0.0000,0.0000,6.8175,21.9365,-1.0429,0.0000,22.9794,0.0000,22.9794,8.3442,14.6352,0.0000,14.6352,-0.3431,14.9783,0.0000,35.1077,14.1233,-34.2528,1.1219,6241.2186,6241.2186,6241.2186,6241.2186,6241.2186 +1087.5000,1.0000,15237.0357,76.0250,76.1490,-0.0689,0.0000,6,1504.2345,307.0147,648.1109,-97.7938,48.3619,102.0924,-15.4048,-0.9127,42.5502,0.0000,0.0000,6.7244,42.3398,-1.4626,0.0000,43.8024,0.0000,43.8024,8.2949,35.5074,0.0000,35.5074,-0.1291,35.6366,0.0000,34.4891,14.0399,-12.8924,1.0884,9956.5316,9956.5316,9956.5316,9956.5316,9956.5316 +1088.5000,1.0000,15257.9751,75.7760,75.9010,-0.0694,0.0000,6,1492.8280,309.4811,690.5175,-97.1173,48.3807,107.9476,-15.1822,-0.1399,41.8530,0.0000,0.0000,6.6676,41.8793,-1.4501,0.0000,43.3294,0.0000,43.3294,8.2678,35.0617,0.0000,35.0617,-0.1297,35.1914,0.0000,34.1513,13.9940,-12.9538,1.0550,9936.9810,9936.9810,9936.9810,9936.9810,9936.9810 +1089.5000,1.0000,15278.8910,75.6910,75.6510,0.0222,0.0000,6,1493.0950,418.9208,690.6018,-97.1332,65.5010,107.9801,-15.1874,0.1644,58.6172,0.0000,0.0000,6.7194,58.6566,-1.7986,0.0000,60.4552,0.0000,60.4552,8.2585,52.1967,0.0000,52.1967,0.0415,52.1552,0.0000,34.0364,13.9783,4.1406,1.1134,13138.1458,13138.1458,13138.1458,13138.1458,13138.1458 +1090.5000,1.0000,15299.8228,75.7485,75.7310,0.0097,0.0000,6,1502.2885,404.3595,730.0851,-97.6784,63.6135,114.8565,-15.3667,0.6827,56.1818,0.0000,0.0000,6.7490,56.4455,-1.7532,0.0000,58.1987,0.0000,58.1987,8.2648,49.9339,0.0000,49.9339,0.0182,49.9158,0.0000,34.1140,13.9889,1.8129,1.1022,12814.6503,12814.6503,12814.6503,12814.6503,12814.6503 +1091.5000,1.0000,15320.7683,75.7980,75.7660,0.0178,0.0000,6,1505.4550,409.8166,726.2138,-97.8662,64.6079,114.4882,-15.4287,-0.3914,58.2012,0.0000,0.0000,6.7982,58.0130,-1.7865,0.0000,59.7995,0.0000,59.7995,8.2702,51.5293,0.0000,51.5293,0.0332,51.4961,0.0000,34.1810,13.9980,3.3171,1.1321,12998.3336,12998.3336,12998.3336,12998.3336,12998.3336 +1092.5000,1.0000,15341.7221,75.8275,75.8300,-0.0014,0.0000,6,1505.1880,390.2672,728.3836,-97.8504,61.5150,114.8099,-15.4235,0.3667,54.3767,0.0000,0.0000,6.7717,54.5218,-1.7141,0.0000,56.2359,0.0000,56.2359,8.2734,47.9625,0.0000,47.9625,-0.0026,47.9651,0.0000,34.2209,14.0035,-0.2593,1.0887,12418.1014,12418.1014,12418.1014,12418.1014,12418.1014 +1093.5000,1.0000,15362.6675,75.7975,75.8250,-0.0153,0.0000,6,1502.8225,370.1789,721.2906,-97.7101,58.2570,113.5133,-15.3771,-0.5844,52.1106,0.0000,0.0000,6.7308,51.9098,-1.6593,0.0000,53.5691,0.0000,53.5691,8.2701,45.2990,0.0000,45.2990,-0.0286,45.3275,0.0000,34.1803,13.9979,-2.8507,1.0878,11809.6838,11809.6838,11809.6838,11809.6838,11809.6838 +1094.5000,1.0000,15383.5957,75.7355,75.7700,-0.0192,0.0000,6,1502.4410,369.9474,714.0149,-97.6874,58.2058,112.3397,-15.3697,0.5491,50.8708,0.0000,0.0000,6.7859,51.0955,-1.6416,0.0000,52.7372,0.0000,52.7372,8.2633,44.4738,0.0000,44.4738,-0.0358,44.5096,0.0000,34.0965,13.9865,-3.5733,1.1168,11800.2757,11800.2757,11800.2757,11800.2757,11800.2757 +1095.5000,1.0000,15404.5051,75.6680,75.7010,-0.0183,0.0000,6,1500.6865,365.4396,713.6879,-97.5834,57.4294,112.1571,-15.3354,-0.7101,51.3860,0.0000,0.0000,6.7536,51.1444,-1.6418,0.0000,52.7862,0.0000,52.7862,8.2560,44.5303,0.0000,44.5303,-0.0342,44.5645,0.0000,34.0054,13.9740,-3.4149,1.1016,11655.4628,11655.4628,11655.4628,11655.4628,11655.4628 +1096.5000,1.0000,15425.3970,75.6050,75.6350,-0.0167,0.0000,6,1493.5530,371.5799,711.0859,-97.1603,58.1168,111.2170,-15.1963,0.0525,51.3136,0.0000,0.0000,6.7507,51.3536,-1.6454,0.0000,52.9990,0.0000,52.9990,8.2491,44.7499,0.0000,44.7499,-0.0311,44.7810,0.0000,33.9205,13.9624,-3.1019,1.0990,11774.7059,11774.7059,11774.7059,11774.7059,11774.7059 +1097.5000,1.0000,15446.2694,75.5345,75.5750,-0.0225,0.0000,6,1487.8310,362.6795,711.9713,-96.8210,56.5074,110.9289,-15.0852,-0.5751,50.3571,0.0000,0.0000,6.7254,50.1709,-1.6200,0.0000,51.7909,0.0000,51.7909,8.2414,43.5495,0.0000,43.5495,-0.0419,43.5914,0.0000,33.8257,13.9494,-4.1837,1.1260,11461.4784,11461.4784,11461.4784,11461.4784,11461.4784 +1098.5000,1.0000,15467.1456,75.5485,75.4940,0.0303,0.0000,6,1491.0735,430.1079,708.6996,-97.0133,67.1591,110.6598,-15.1481,0.8732,59.5661,0.0000,0.0000,6.7198,59.9038,-1.8229,0.0000,61.7267,0.0000,61.7267,8.2429,53.4838,0.0000,53.4838,0.0564,53.4274,0.0000,33.8445,13.9519,5.6309,1.0689,13436.9560,13436.9560,13436.9560,13436.9560,13436.9560 +1099.5000,1.0000,15488.0384,75.6080,75.6030,0.0028,0.0000,6,1496.9860,392.3397,733.3178,-97.3639,61.5047,114.9578,-15.2632,-0.3332,55.0759,0.0000,0.0000,6.7620,54.9389,-1.7202,0.0000,56.6591,0.0000,56.6591,8.2494,48.4097,0.0000,48.4097,0.0052,48.4045,0.0000,33.9246,13.9629,0.5170,1.1148,12417.3628,12417.3628,12417.3628,12417.3628,12417.3628 +1100.5000,1.0000,15508.9353,75.6230,75.6130,0.0056,0.0000,6,1495.1170,398.0372,720.4428,-97.2531,62.3200,112.7985,-15.2267,0.1611,55.4169,0.0000,0.0000,6.7420,55.4746,-1.7315,0.0000,57.2061,0.0000,57.2061,8.2511,48.9550,0.0000,48.9550,0.0104,48.9447,0.0000,33.9447,13.9657,1.0342,1.0996,12568.8062,12568.8062,12568.8062,12568.8062,12568.8062 +1101.5000,1.0000,15529.8424,75.6595,75.6330,0.0147,0.0000,6,1497.8255,408.2601,722.5544,-97.4137,64.0364,113.3340,-15.2795,0.0877,57.2061,0.0000,0.0000,6.7425,57.2225,-1.7684,0.0000,58.9909,0.0000,58.9909,8.2550,50.7358,0.0000,50.7358,0.0275,50.7084,0.0000,33.9939,13.9724,2.7420,1.1006,12883.3455,12883.3455,12883.3455,12883.3455,12883.3455 +1102.5000,1.0000,15550.7605,75.6990,75.6860,0.0072,0.0000,6,1494.8120,398.8487,726.1090,-97.2350,62.4343,113.6625,-15.2208,-0.3642,56.0626,0.0000,0.0000,6.7358,55.9042,-1.7414,0.0000,57.6456,0.0000,57.6456,8.2594,49.3862,0.0000,49.3862,0.0135,49.3728,0.0000,34.0472,13.9797,1.3458,1.1140,12590.0293,12590.0293,12590.0293,12590.0293,12590.0293 +1103.5000,1.0000,15571.6866,75.7280,75.7120,0.0089,0.0000,6,1494.7740,403.9350,722.4993,-97.2327,63.2289,113.0945,-15.2201,0.3607,56.1229,0.0000,0.0000,6.7454,56.2585,-1.7491,0.0000,58.0076,0.0000,58.0076,8.2625,49.7451,0.0000,49.7451,0.0166,49.7285,0.0000,34.0863,13.9851,1.6570,1.0849,12729.2202,12729.2202,12729.2202,12729.2202,12729.2202 +1104.5000,1.0000,15592.6360,75.8120,75.7440,0.0378,0.0000,6,1493.5910,436.6783,724.1723,-97.1626,68.3002,113.2667,-15.1970,-0.4689,61.9966,0.0000,0.0000,6.7725,61.7290,-1.8640,0.0000,63.5931,0.0000,63.5931,8.2717,55.3214,0.0000,55.3214,0.0706,55.2508,0.0000,34.1999,14.0006,7.0502,1.1136,13652.0181,13652.0181,13652.0181,13652.0181,13652.0181 +1105.5000,1.0000,15613.6078,75.8925,75.8800,0.0069,0.0000,6,1492.4845,404.3574,735.5267,-97.0969,63.1981,114.9574,-15.1755,0.3671,56.0251,0.0000,0.0000,6.8059,56.1662,-1.7491,0.0000,57.9153,0.0000,57.9153,8.2805,49.6348,0.0000,49.6348,0.0130,49.6218,0.0000,34.3090,14.0155,1.2974,1.0986,12720.2472,12720.2472,12720.2472,12720.2472,12720.2472 +1106.5000,1.0000,15634.5916,75.9355,75.9050,0.0169,0.0000,6,1499.0080,415.1449,724.6384,-97.4838,65.1677,113.7507,-15.3026,0.2318,58.0113,0.0000,0.0000,6.9246,58.0854,-1.7896,0.0000,59.8750,0.0000,59.8750,8.2852,51.5898,0.0000,51.5898,0.0317,51.5581,0.0000,34.3673,14.0234,3.1674,1.1010,13093.1565,13093.1565,13093.1565,13093.1565,13093.1565 +1107.5000,1.0000,15655.5820,75.9595,75.9660,-0.0036,0.0000,6,1498.6650,389.2192,729.0069,-97.4635,61.0840,114.4102,-15.2959,-0.2633,54.4213,0.0000,0.0000,6.9260,54.3221,-1.7115,0.0000,56.0335,0.0000,56.0335,8.2878,47.7457,0.0000,47.7457,-0.0068,47.7525,0.0000,34.3999,14.0278,-0.6752,1.1009,12340.2318,12340.2318,12340.2318,12340.2318,12340.2318 +1108.5000,1.0000,15676.5827,75.9965,75.9530,0.0242,0.0000,6,1498.4360,425.1102,719.8533,-97.4499,66.7065,112.9564,-15.2914,0.2422,59.4524,0.0000,0.0000,7.0119,59.5228,-1.8202,0.0000,61.3430,0.0000,61.3430,8.2918,53.0512,0.0000,53.0512,0.0453,53.0059,0.0000,34.4502,14.0347,4.5211,1.1008,13372.4529,13372.4529,13372.4529,13372.4529,13372.4529 +1109.5000,1.0000,15697.6031,76.0675,76.0400,0.0153,0.0000,6,1498.3215,413.1533,732.4173,-97.4431,64.8254,114.9191,-15.2892,-0.2527,58.1219,0.0000,0.0000,6.9562,57.9944,-1.7892,0.0000,59.7837,0.0000,59.7837,8.2996,51.4841,0.0000,51.4841,0.0287,51.4554,0.0000,34.5468,14.0478,2.8608,1.0716,13028.7849,13028.7849,13028.7849,13028.7849,13028.7849 +1110.5000,1.0000,15718.6500,76.1630,76.0950,0.0378,0.0000,6,1500.6485,443.4469,728.4285,-97.5811,69.6866,114.4707,-15.3346,0.4676,62.1712,0.0000,0.0000,7.0478,62.3258,-1.8806,0.0000,64.2064,0.0000,64.2064,8.3100,55.8964,0.0000,55.8964,0.0709,55.8254,0.0000,34.6771,14.0654,7.0829,1.1016,13919.9297,13919.9297,13919.9297,13919.9297,13919.9297 +1111.5000,1.0000,15739.7118,76.2165,76.2310,-0.0081,0.0000,6,1509.1170,387.1664,739.9147,-98.0834,61.1856,116.9319,-15.5005,0.3146,53.7777,0.0000,0.0000,7.0932,53.9090,-1.7059,0.0000,55.6149,0.0000,55.6149,8.3158,47.2990,0.0000,47.2990,-0.0151,47.3142,0.0000,34.7502,14.0753,-1.5114,1.0902,12353.2578,12353.2578,12353.2578,12353.2578,12353.2578 +1112.5000,1.0000,15760.7762,76.2260,76.2020,0.0133,0.0000,6,1512.5505,410.1824,721.6581,-98.2870,64.9704,114.3063,-15.5681,0.0036,57.9118,0.0000,0.0000,7.0550,57.8951,-1.7891,0.0000,59.6841,0.0000,59.6841,8.3169,51.3673,0.0000,51.3673,0.0251,51.3422,0.0000,34.7632,14.0771,2.5019,1.0915,13070.1871,13070.1871,13070.1871,13070.1871,13070.1871 +1113.5000,1.0000,15781.8567,76.2835,76.2500,0.0186,0.0000,6,1516.6325,417.7571,730.3249,-98.5291,66.3488,115.9912,-15.6485,0.3766,58.8396,0.0000,0.0000,7.1326,58.9705,-1.8121,0.0000,60.7827,0.0000,60.7827,8.3231,52.4595,0.0000,52.4595,0.0350,52.4245,0.0000,34.8420,14.0877,3.4949,1.1342,13322.4359,13322.4359,13322.4359,13322.4359,13322.4359 +1114.5000,1.0000,15802.9576,76.3575,76.3170,0.0225,0.0000,6,1518.1585,420.1910,733.4570,-98.6196,66.8025,116.6059,-15.6787,-0.2347,59.9481,0.0000,0.0000,7.0891,59.8170,-1.8307,0.0000,61.6476,0.0000,61.6476,8.3312,53.3164,0.0000,53.3164,0.0424,53.2741,0.0000,34.9435,14.1013,4.2293,1.1220,13405.3421,13405.3421,13405.3421,13405.3421,13405.3421 +1115.5000,1.0000,15824.0790,76.4310,76.3980,0.0183,0.0000,6,1516.0605,417.6898,734.2352,-98.4952,66.3131,116.5683,-15.6372,0.0391,59.1738,0.0000,0.0000,7.1002,59.1646,-1.8179,0.0000,60.9825,0.0000,60.9825,8.3392,52.6433,0.0000,52.6433,0.0345,52.6088,0.0000,35.0445,14.1149,3.4494,1.1073,13315.5592,13315.5592,13315.5592,13315.5592,13315.5592 +1116.5000,1.0000,15845.2051,76.4480,76.4640,-0.0089,0.0000,6,1506.9810,383.9342,732.3154,-97.9567,60.5889,115.5672,-15.4586,-0.8791,54.4562,0.0000,0.0000,7.0118,54.1243,-1.7131,0.0000,55.8374,0.0000,55.8374,8.3411,47.4964,0.0000,47.4964,-0.0168,47.5131,0.0000,35.0679,14.1181,-1.6728,1.1040,12243.4813,12243.4813,12243.4813,12243.4813,12243.4813 +1117.5000,1.0000,15866.3145,76.3880,76.4320,-0.0244,0.0000,6,1504.2725,371.6972,719.3997,-97.7961,58.5524,113.3249,-15.4055,0.6273,50.8750,0.0000,0.0000,7.0500,51.1341,-1.6501,0.0000,52.7843,0.0000,52.7843,8.3345,44.4497,0.0000,44.4497,-0.0460,44.4958,0.0000,34.9854,14.1070,-4.5966,1.1175,11864.2745,11864.2745,11864.2745,11864.2745,11864.2745 +1118.5000,1.0000,15887.3580,76.1505,76.3440,-0.1075,0.0000,6,1504.9595,265.7665,714.9762,-97.8368,41.8845,112.6795,-15.4190,-0.5641,35.4136,0.0000,0.0000,7.0350,35.3599,-1.3187,0.0000,36.6785,0.0000,36.6785,8.3086,28.3699,0.0000,28.3699,-0.2018,28.5717,0.0000,34.6603,14.0631,-20.1516,1.1032,8741.6540,8741.6540,8741.6540,8741.6540,8741.6540 +1119.5000,1.0000,15908.2648,75.6585,75.9570,-0.1658,0.0000,6,1498.0165,196.5878,676.8396,-97.4250,30.8391,106.1771,-15.2833,-0.0772,23.8689,0.0000,0.0000,7.0474,23.9500,-1.0752,0.0000,25.0252,0.0000,25.0252,8.2549,16.7702,0.0000,16.7702,-0.3093,17.0796,0.0000,33.9931,13.9723,-30.8858,1.1152,6686.7356,6686.7356,6686.7356,6686.7356,6686.7356 +1120.5000,1.0000,15928.9937,75.0180,75.3600,-0.1900,0.0000,6,1490.1580,161.3074,650.3345,-96.9590,25.1719,101.4840,-15.1303,-0.6423,18.7807,0.0000,0.0000,7.0335,18.7778,-0.9599,0.0000,19.7377,0.0000,19.7377,8.1851,11.5526,0.0000,11.5526,-0.3514,11.9040,0.0000,33.1372,13.8540,-35.0872,1.0977,5649.8729,5649.8729,5649.8729,5649.8729,5649.8729 +1121.5000,1.0000,15949.5827,74.5145,74.6760,-0.0897,0.0000,6,1472.5340,276.1401,633.1648,-95.9137,42.5817,97.6362,-14.7902,-0.9590,36.6056,0.0000,0.0000,6.9351,36.4209,-1.3216,0.0000,37.7425,0.0000,37.7425,8.1301,29.6124,0.0000,29.6124,-0.1648,29.7772,0.0000,32.4740,13.7610,-16.4577,1.0912,8832.8660,8832.8660,8832.8660,8832.8660,8832.8660 +1122.5000,1.0000,15970.0695,74.1465,74.3530,-0.1147,0.0000,6,1463.1880,250.1536,672.3476,-95.3594,38.3297,103.0203,-14.6114,0.1131,31.3016,0.0000,0.0000,6.9150,31.4160,-1.2130,0.0000,32.6290,0.0000,32.6290,8.0900,24.5390,0.0000,24.5390,-0.2097,24.7488,0.0000,31.9953,13.6930,-20.9396,1.0736,8007.4934,8007.4934,8007.4934,8007.4934,8007.4934 +1123.5000,1.0000,15990.4252,73.6745,73.9400,-0.1475,0.0000,6,1466.1250,207.3613,662.7722,-95.5336,31.8366,101.7569,-14.6675,0.1511,24.8229,0.0000,0.0000,6.8627,24.9412,-1.0727,0.0000,26.0138,0.0000,26.0138,8.0385,17.9754,0.0000,17.9754,-0.2679,18.2433,0.0000,31.3883,13.6059,-26.7509,1.0603,6828.0941,6828.0941,6828.0941,6828.0941,6828.0941 +1124.5000,1.0000,16010.6427,73.1770,73.4090,-0.1289,0.0000,6,1456.3970,220.3531,645.3755,-94.9567,33.6068,98.4285,-14.4822,-1.0201,27.8106,0.0000,0.0000,6.8163,27.6806,-1.1240,0.0000,28.8046,0.0000,28.8046,7.9842,20.8204,0.0000,20.8204,-0.2325,21.0529,0.0000,30.7566,13.5140,-23.2177,1.0857,7134.8103,7134.8103,7134.8103,7134.8103,7134.8103 +1125.5000,1.0000,16030.7366,72.7320,72.9450,-0.1183,0.0000,6,1440.2225,234.2456,646.4732,-93.9974,35.3289,97.5009,-14.1767,-0.4218,29.0319,0.0000,0.0000,6.7188,29.0207,-1.1468,0.0000,30.1675,0.0000,30.1675,7.9356,22.2319,0.0000,22.2319,-0.2122,22.4441,0.0000,30.1989,13.4318,-21.1866,1.0669,7434.5668,7434.5668,7434.5668,7434.5668,7434.5668 +1126.5000,1.0000,16050.7071,72.2880,72.5190,-0.1283,0.0000,6,1432.4785,220.4943,649.3160,-93.5381,33.0761,97.4031,-14.0315,-0.2618,26.6969,0.0000,0.0000,6.6410,26.7268,-1.0939,0.0000,27.8208,0.0000,27.8208,7.8872,19.9336,0.0000,19.9336,-0.2287,20.1623,0.0000,29.6493,13.3498,-22.8368,1.0505,7021.6989,7021.6989,7021.6989,7021.6989,7021.6989 +1127.5000,1.0000,16070.5757,71.9210,72.0570,-0.0756,0.0000,6,1422.9800,279.3481,641.8799,-92.9748,41.6268,95.6492,-13.8546,-0.5700,35.6409,0.0000,0.0000,6.5559,35.5448,-1.2735,0.0000,36.8182,0.0000,36.8182,7.8471,28.9711,0.0000,28.9711,-0.1340,29.1050,0.0000,29.1998,13.2820,-13.3768,1.0336,8584.8731,8584.8731,8584.8731,8584.8731,8584.8731 +1128.5000,1.0000,16090.3689,71.6495,71.7850,-0.0753,0.0000,6,1412.4135,280.7480,662.0882,-92.3481,41.5248,97.9279,-13.6590,-0.3507,35.2797,0.0000,0.0000,6.5958,35.2454,-1.2641,0.0000,36.5095,0.0000,36.5095,7.8175,28.6920,0.0000,28.6920,-0.1330,28.8249,0.0000,28.8703,13.2319,-13.2773,1.1010,8566.7007,8566.7007,8566.7007,8566.7007,8566.7007 +1129.5000,1.0000,16110.0766,71.3415,71.5140,-0.0958,0.0000,6,1408.2555,256.1068,661.2222,-92.1015,37.7686,97.5119,-13.5824,-0.0099,31.2087,0.0000,0.0000,6.5698,31.2818,-1.1781,0.0000,32.4599,0.0000,32.4599,7.7839,24.6760,0.0000,24.6760,-0.1686,24.8445,0.0000,28.4997,13.1750,-16.8302,1.0998,7874.4006,7874.4006,7874.4006,7874.4006,7874.4006 +1130.5000,1.0000,16129.6707,70.9330,71.1690,-0.1311,0.0000,6,1408.2935,211.3009,651.4303,-92.1037,31.1618,96.0704,-13.5831,0.0132,24.6079,0.0000,0.0000,6.5407,24.6928,-1.0362,0.0000,25.7289,0.0000,25.7289,7.7394,17.9896,0.0000,17.9896,-0.2293,18.2189,0.0000,28.0131,13.0996,-22.8938,1.0998,6652.7299,6652.7299,6652.7299,6652.7299,6652.7299 +1131.5000,1.0000,16149.1260,70.4330,70.6970,-0.1467,0.0000,6,1395.3995,183.9169,631.8092,-91.3390,26.8750,92.3237,-13.3470,-1.1180,21.5908,0.0000,0.0000,6.4022,21.4694,-0.9634,0.0000,22.4328,0.0000,22.4328,7.6848,14.7480,0.0000,14.7480,-0.2547,15.0027,0.0000,27.4249,13.0072,-25.4294,1.0397,5856.8657,5856.8657,5856.8657,5856.8657,5856.8657 +1132.5000,1.0000,16168.4538,69.9740,70.1690,-0.1083,0.0000,6,1379.1485,232.9742,617.1806,-90.3752,33.6471,89.1357,-13.0524,-0.2714,27.5046,0.0000,0.0000,6.4139,27.5174,-1.0843,0.0000,28.6017,0.0000,28.6017,7.6347,20.9669,0.0000,20.9669,-0.1869,21.1538,0.0000,26.8921,12.9225,-18.6607,1.0490,7064.7515,7064.7515,7064.7515,7064.7515,7064.7515 +1133.5000,1.0000,16187.6742,69.5875,69.7790,-0.1064,0.0000,6,1374.0750,234.6288,634.8714,-90.0743,33.7614,91.3534,-12.9610,-0.1577,27.3696,0.0000,0.0000,6.5495,27.4078,-1.0777,0.0000,28.4855,0.0000,28.4855,7.5925,20.8929,0.0000,20.8929,-0.1825,21.0755,0.0000,26.4489,12.8511,-18.2245,1.2303,7076.1842,7076.1842,7076.1842,7076.1842,7076.1842 +1134.5000,1.0000,16206.7832,69.1865,69.3960,-0.1164,0.0000,6,1367.2465,219.1300,634.0936,-89.6693,31.3745,90.7881,-12.8387,-0.4164,25.2855,0.0000,0.0000,6.5055,25.2703,-1.0287,0.0000,26.2990,0.0000,26.2990,7.5488,18.7502,0.0000,18.7502,-0.1985,18.9487,0.0000,25.9943,12.7770,-19.8227,1.2147,6633.8032,6633.8032,6633.8032,6633.8032,6633.8032 +1135.5000,1.0000,16225.8150,68.9085,68.9770,-0.0381,0.0000,6,1361.4100,312.2054,626.4618,-89.3232,44.5100,89.3125,-12.7345,-0.0733,38.0997,0.0000,0.0000,6.4837,38.1130,-1.2932,0.0000,39.4062,0.0000,39.4062,7.5185,31.8877,0.0000,31.8877,-0.0647,31.9524,0.0000,25.6820,12.7257,-6.4554,1.2130,9087.0985,9087.0985,9087.0985,9087.0985,9087.0985 +1136.5000,1.0000,16244.8729,69.0025,68.8400,0.0903,0.0000,6,1355.6500,466.5097,662.7988,-88.9816,66.2273,94.0931,-12.6321,-0.4065,60.1589,0.0000,0.0000,6.4749,59.8014,-1.7461,0.0000,61.5475,0.0000,61.5475,7.5287,54.0187,0.0000,54.0187,0.1536,53.8652,0.0000,25.7874,12.7431,15.3347,1.1972,13153.6687,13153.6687,13153.6687,13153.6687,13153.6687 +1137.5000,1.0000,16264.0321,69.3670,69.1650,0.1122,0.0000,6,1355.8025,499.5872,724.4505,-88.9906,70.9310,102.8570,-12.6348,0.4193,64.0413,0.0000,0.0000,6.4705,64.0925,-1.8395,0.0000,65.9320,0.0000,65.9320,7.5685,58.3635,0.0000,58.3635,0.1919,58.1716,0.0000,26.1983,12.8104,19.1629,1.1972,14042.5627,14042.5627,14042.5627,14042.5627,14042.5627 +1138.5000,1.0000,16283.3185,69.8250,69.5690,0.1422,0.0000,6,1364.7290,537.4191,737.7065,-89.5200,76.8048,105.4286,-12.7937,0.3261,70.0151,0.0000,0.0000,6.4635,69.9582,-1.9668,0.0000,71.9250,0.0000,71.9250,7.6185,64.3066,0.0000,64.3066,0.2448,64.0617,0.0000,26.7208,12.8950,24.4460,1.1857,15081.5808,15081.5808,15081.5808,15081.5808,15081.5808 +1139.5000,1.0000,16302.7591,70.3805,70.0810,0.1664,0.0000,6,1375.1050,569.1764,753.8243,-90.1354,81.9618,108.5512,-12.9796,0.5476,75.0425,0.0000,0.0000,6.3717,75.0769,-2.0796,0.0000,77.1565,0.0000,77.1565,7.6791,69.4774,0.0000,69.4774,0.2887,69.1887,0.0000,27.3638,12.9975,28.8274,1.0760,16061.1386,16061.1386,16061.1386,16061.1386,16061.1386 +1140.5000,1.0000,16322.3525,70.9300,70.6800,0.1389,0.0000,6,1391.8900,537.5981,767.2659,-91.1309,78.3594,111.8354,-13.2831,0.8804,71.0591,0.0000,0.0000,6.4199,71.3335,-2.0078,0.0000,73.3413,0.0000,73.3413,7.7390,65.6023,0.0000,65.6023,0.2429,65.3594,0.0000,28.0096,13.0990,24.2508,1.0527,15394.4440,15394.4440,15394.4440,15394.4440,15394.4440 +1141.5000,1.0000,16342.0572,71.3310,71.1800,0.0839,0.0000,6,1404.8220,470.3193,757.3578,-91.8979,69.1899,111.4169,-13.5193,0.2271,62.5078,0.0000,0.0000,6.4551,62.4926,-1.8282,0.0000,64.3208,0.0000,64.3208,7.7828,56.5380,0.0000,56.5380,0.1475,56.3905,0.0000,28.4871,13.1731,14.7303,1.0565,13712.4366,13712.4366,13712.4366,13712.4366,13712.4366 +1142.5000,1.0000,16361.8643,71.6995,71.4820,0.1208,0.0000,6,1407.6830,517.1861,733.3732,-92.0675,76.2396,108.1082,-13.5719,0.0198,69.7560,0.0000,0.0000,6.4638,69.5563,-1.9795,0.0000,71.5358,0.0000,71.5358,7.8230,63.7128,0.0000,63.7128,0.2136,63.4992,0.0000,28.9310,13.2411,21.3271,1.0433,15014.4852,15014.4852,15014.4852,15014.4852,15014.4852 +1143.5000,1.0000,16381.7604,72.0200,71.9170,0.0572,0.0000,6,1415.7320,457.8485,751.7581,-92.5449,67.8784,111.4520,-13.7203,0.6799,58.7227,0.0000,0.0000,8.4757,58.9628,-1.7625,0.0000,60.7252,0.0000,60.7252,7.8580,52.8673,0.0000,52.8673,0.1016,52.7657,0.0000,29.3205,13.3003,10.1449,1.1020,13474.6170,13474.6170,13474.6170,13474.6170,13474.6170 +1144.5000,1.0000,16401.7366,72.3085,72.1230,0.1031,0.0000,6,1426.4895,510.5114,730.6262,-93.1829,76.2610,109.1421,-13.9198,0.2573,67.5354,0.0000,0.0000,8.4683,67.5013,-1.9436,0.0000,69.4450,0.0000,69.4450,7.8894,61.5555,0.0000,61.5555,0.1837,61.3718,0.0000,29.6744,13.3536,18.3438,1.0347,15034.1869,15034.1869,15034.1869,15034.1869,15034.1869 +1145.5000,1.0000,16421.7936,72.5990,72.4940,0.0583,0.0000,6,1431.4870,458.5108,751.8815,-93.4793,68.7330,112.7108,-14.0130,0.1811,60.0988,0.0000,0.0000,8.4531,60.0984,-1.7927,0.0000,61.8911,0.0000,61.8911,7.9211,53.9700,0.0000,53.9700,0.1044,53.8656,0.0000,30.0333,13.4072,10.4250,1.0361,13632.1349,13632.1349,13632.1349,13632.1349,13632.1349 +1146.5000,1.0000,16441.9144,72.8290,72.7040,0.0694,0.0000,6,1433.6235,473.2655,733.0733,-93.6060,71.0507,110.0553,-14.0529,0.0067,62.5500,0.0000,0.0000,8.4940,62.4461,-1.8443,0.0000,64.2904,0.0000,64.2904,7.9462,56.3442,0.0000,56.3442,0.1247,56.2195,0.0000,30.3197,13.4497,12.4501,1.0790,14059.4217,14059.4217,14059.4217,14059.4217,14059.4217 +1147.5000,1.0000,16462.1005,73.0640,72.9540,0.0611,0.0000,6,1439.4220,465.9564,739.0660,-93.9499,70.2364,111.4038,-14.1616,0.5058,61.2054,0.0000,0.0000,8.5252,61.3563,-1.8243,0.0000,63.1806,0.0000,63.1806,7.9719,55.2087,0.0000,55.2087,0.1101,55.0987,0.0000,30.6141,13.4931,10.9914,1.0666,13912.0193,13912.0193,13912.0193,13912.0193,13912.0193 +1148.5000,1.0000,16482.3160,73.1700,73.1740,-0.0022,0.0000,6,1440.3375,387.6934,737.0846,-94.0042,58.4765,111.1758,-14.1788,-0.4251,50.4108,0.0000,0.0000,8.4908,50.2454,-1.5940,0.0000,51.8394,0.0000,51.8394,7.9834,43.8559,0.0000,43.8559,-0.0040,43.8599,0.0000,30.7475,13.5127,-0.4003,1.0810,11777.8715,11777.8715,11777.8715,11777.8715,11777.8715 +1149.5000,1.0000,16502.5238,73.1420,73.1660,-0.0133,0.0000,6,1437.9725,377.1587,707.7936,-93.8639,56.7941,106.5825,-14.1344,0.2156,48.1263,0.0000,0.0000,8.4522,48.2238,-1.5516,0.0000,49.7754,0.0000,49.7754,7.9804,41.7950,0.0000,41.7950,-0.0240,41.8191,0.0000,30.7122,13.5075,-2.4007,1.0662,11446.2270,11446.2270,11446.2270,11446.2270,11446.2270 +1150.5000,1.0000,16522.6669,72.9090,73.1180,-0.1161,0.0000,6,1440.7570,252.5719,703.8803,-94.0291,38.1070,106.1984,-14.1867,0.0303,29.5378,0.0000,0.0000,8.5388,29.6298,-1.1615,0.0000,30.7913,0.0000,30.7913,7.9549,22.8363,0.0000,22.8363,-0.2087,23.0450,0.0000,30.4199,13.4645,-20.8393,1.0811,7936.9381,7936.9381,7936.9381,7936.9381,7936.9381 +1151.5000,1.0000,16542.5896,72.1160,72.7000,-0.3244,0.0000,6,1431.1815,-4.8816,656.0583,-93.4612,-0.7316,98.3254,-14.0073,-0.8717,-8.3005,0.0000,0.0000,8.4407,-8.3103,-0.7625,0.0000,-7.5478,0.0000,-7.5478,7.8684,-15.4162,0.0000,-15.4162,-0.5769,-14.8394,0.0000,29.4398,13.3180,-57.5972,1.0783,1905.0637,1905.0637,1905.0637,1905.0637,1905.0637 +1152.5000,1.0000,16562.2391,71.1320,71.5320,-0.2222,0.0000,6,1411.1540,99.7142,551.9367,-92.2734,14.7353,81.5628,-13.6358,-0.8760,9.1458,0.0000,0.0000,6.4656,9.1317,-0.7142,0.0000,9.8459,0.0000,9.8459,7.7611,2.0848,0.0000,2.0848,-0.3897,2.4746,0.0000,28.2501,13.1363,-38.9118,1.0725,3688.6637,3688.6637,3688.6637,3688.6637,3688.6637 +1153.5000,1.0000,16581.6603,70.3105,70.7320,-0.2342,0.0000,6,1392.7670,82.6148,587.3862,-91.1829,12.0494,85.6704,-13.2990,-0.7080,6.3555,0.0000,0.0000,6.4019,6.3558,-0.6472,0.0000,7.0030,0.0000,7.0030,7.6714,-0.6684,0.0000,-0.6684,-0.4059,-0.2625,0.0000,27.2827,12.9846,-40.5298,1.0812,3335.6025,3335.6025,3335.6025,3335.6025,3335.6025 +1154.5000,1.0000,16600.8643,69.5285,69.8890,-0.2003,0.0000,6,1377.7370,119.4443,576.2731,-90.2915,17.2330,83.1425,-13.0269,-0.5713,11.4388,0.0000,0.0000,6.3655,11.4420,-0.7444,0.0000,12.1864,0.0000,12.1864,7.5861,4.6003,0.0000,4.6003,-0.3433,4.9437,0.0000,26.3822,12.8402,-34.2787,1.0627,4071.4610,4071.4610,4071.4610,4071.4610,4071.4610 +1155.5000,1.0000,16619.8161,68.6205,69.1680,-0.3042,0.0000,6,1370.9470,-4.8195,588.8879,-89.8888,-0.6919,84.5438,-12.9049,-0.0032,-7.0208,0.0000,0.0000,6.3321,-7.0771,-0.7050,0.0000,-6.3722,0.0000,-6.3722,7.4870,-13.8592,0.0000,-13.8592,-0.5146,-13.3446,0.0000,25.3630,12.6725,-51.3801,1.0607,1767.5548,1767.5548,1767.5548,1767.5548,1767.5548 +1156.5000,1.0000,16638.3935,67.2725,68.0730,-0.4447,0.1560,6,1352.9415,-88.8209,533.6479,-88.8209,-12.5841,75.6071,-12.5841,-1.4928,-17.3157,0.0000,0.0000,6.2244,-17.2915,-0.7879,0.0000,-16.5036,0.0000,-16.5036,7.3400,-23.8436,11.6849,-35.5284,-0.7376,-34.7908,2.5334,23.8993,12.4236,-73.6471,1.0555,0.0000,0.0000,0.0000,0.0000,0.0000 +1157.5000,1.0000,16656.4354,65.3450,66.4720,-0.6261,1.1190,6,1304.0745,-85.9227,482.4281,-85.9227,-11.7338,65.8815,-11.7338,-2.4746,-15.4884,0.0000,0.0000,6.2291,-15.3867,-0.7450,0.0000,-14.6417,0.0000,-14.6417,7.1297,-21.7714,28.3277,-50.0991,-1.0087,-49.0903,17.6508,21.9067,12.0669,-100.7147,1.0433,0.0000,0.0000,0.0000,0.0000,0.0000 +1158.5000,1.0000,16673.7440,62.7050,64.2180,-0.8406,2.4470,6,1268.2540,-83.7983,472.8464,-83.7983,-11.1294,62.7993,-11.1294,-0.3833,-16.8935,0.0000,0.0000,6.1474,-17.2440,-0.7311,0.0000,-16.5129,0.0000,-16.5129,6.8416,-23.3545,39.7225,-63.0769,-1.2995,-61.7775,37.0302,19.3629,11.5766,-129.7472,1.0229,0.0000,0.0000,0.0000,0.0000,0.0000 +1159.5000,1.0000,16690.0701,59.1680,61.1920,-1.1244,3.5840,6,1216.5640,-80.7327,457.8433,-80.7327,-10.2852,58.3284,-10.2852,-3.4941,-12.6444,0.0000,0.0000,5.8533,-12.5890,-0.6425,0.0000,-11.9465,0.0000,-11.9465,6.4557,-18.4022,68.6591,-87.0613,-1.6403,-85.4209,51.1595,16.2772,10.9199,-163.7775,1.0393,0.0000,0.0000,0.0000,0.0000,0.0000 +1160.5000,1.0000,16705.3635,55.4500,57.1440,-0.9411,3.9170,6,1135.8435,-75.9232,433.8728,-75.9232,-9.0307,51.6071,-9.0307,-2.3682,-12.2825,0.0000,0.0000,5.6201,-12.2909,-0.5962,0.0000,-11.6947,0.0000,-11.6947,6.0500,-17.7447,35.9834,-53.7281,-1.2866,-52.4415,52.3929,13.3943,10.2324,-128.4611,1.0087,0.0000,0.0000,0.0000,0.0000,0.0000 +1161.5000,1.0000,16719.6861,51.9555,53.7560,-1.0003,3.7790,6,1064.1640,-71.2198,415.2515,-71.2198,-7.9367,46.2752,-7.9367,-2.4656,-10.9278,0.0000,0.0000,5.4567,-10.9187,-0.5434,0.0000,-10.3753,0.0000,-10.3753,5.6688,-16.0441,45.1967,-61.2408,-1.2813,-59.9594,47.3640,11.0211,9.5881,-127.9326,0.9801,0.0000,0.0000,0.0000,0.0000,0.0000 +1162.5000,1.0000,16733.1136,48.7330,50.1550,-0.7900,3.8250,6,985.8855,-67.4342,391.9250,-67.4342,-6.9620,40.4630,-6.9620,-2.4551,-9.7282,0.0000,0.0000,5.2213,-9.6085,-0.4953,0.0000,-9.1131,0.0000,-9.1131,5.3172,-14.4303,18.2395,-32.6698,-0.9492,-31.7206,44.9663,9.0918,8.9932,-94.7719,0.9500,0.0000,0.0000,0.0000,0.0000,0.0000 +1163.5000,1.0000,16745.6586,45.5560,47.3110,-0.9750,4.0720,6,818.7610,-78.1564,429.9529,-78.1564,-6.7012,36.8644,-6.7012,-6.3642,-4.5527,0.0000,0.0000,4.2158,-4.0031,-0.4067,0.0000,-3.5964,0.0000,-3.5964,4.9705,-8.5669,41.2855,-49.8524,-1.0951,-48.7573,44.7449,7.4318,8.4061,-109.3401,0.9242,0.0000,0.0000,0.0000,0.0000,0.0000 +1164.5000,1.0000,16757.2575,42.1500,43.8010,-0.9172,4.4050,5,920.0045,-71.2029,382.6379,-71.2029,-6.8599,36.8644,-6.8599,12.8713,-25.3776,0.0000,0.0000,5.6464,-32.9525,-0.5284,0.0000,-32.4240,0.0000,-32.4240,4.5989,-37.0229,0.6585,-37.6815,-0.9532,-36.7283,44.7788,5.8867,7.7765,-95.1703,0.9343,0.0000,0.0000,0.0000,0.0000,0.0000 +1165.5000,1.0000,16767.7709,38.2425,40.4990,-1.2536,4.7670,5,1110.2465,-74.3963,439.4873,-74.3963,-8.6497,51.0969,-8.6497,-2.5619,-11.6058,0.0000,0.0000,5.5181,-11.9162,-0.3807,0.0000,-11.5355,0.0000,-11.5355,4.1726,-15.7081,48.0706,-63.7787,-1.1820,-62.5967,43.9591,4.4051,7.0544,-118.0153,0.9911,0.0000,0.0000,0.0000,0.0000,0.0000 +1166.5000,1.0000,16777.0313,33.7315,35.9860,-1.2525,5.2400,5,1012.1690,-67.4979,399.9338,-67.4979,-7.1544,42.3906,-7.1544,-3.7607,-8.5873,0.0000,0.0000,5.1936,-8.6523,-0.3160,0.0000,-8.3363,0.0000,-8.3363,3.6804,-12.0167,41.1695,-53.1862,-1.0416,-52.1445,42.6110,3.0259,6.2208,-104.0022,0.9793,0.0000,0.0000,0.0000,0.0000,0.0000 +1167.5000,1.0000,16784.9747,28.9900,31.4770,-1.3817,6.1120,5,888.3420,-73.1809,396.2760,-73.1809,-6.8078,36.8644,-6.8078,-3.4546,-8.1322,0.0000,0.0000,4.7790,-8.2612,-0.2600,0.0000,-8.0012,0.0000,-8.0012,3.1630,-11.1642,38.4595,-49.6238,-0.9875,-48.6362,42.6945,1.9264,5.3438,-98.6009,0.9547,0.0000,0.0000,0.0000,0.0000,0.0000 +1168.5000,1.0000,16791.4855,23.8330,26.5030,-1.4833,7.1470,5,741.8935,-85.7304,474.5002,-85.7304,-6.6605,36.8644,-6.6605,-3.7871,-7.0554,0.0000,0.0000,4.1821,-7.0553,-0.2022,0.0000,-6.8531,0.0000,-6.8531,2.6004,-9.4535,31.9623,-41.4158,-0.8716,-40.5442,41.0153,1.0759,4.3902,-87.0255,0.9525,0.0000,0.0000,0.0000,0.0000,0.0000 +1169.5000,1.0000,16796.4416,18.2360,21.1630,-1.6261,8.2720,5,639.3150,-96.7328,550.6341,-96.7328,-6.4762,36.8644,-6.4762,-0.7638,-9.6901,0.0000,0.0000,3.9777,-11.1915,-0.1704,0.0000,-11.0211,0.0000,-11.0211,1.9897,-13.0108,20.5816,-33.5924,-0.7311,-32.8613,36.2919,0.4883,3.3563,-72.9977,0.9319,0.0000,0.0000,0.0000,0.0000,0.0000 +1170.5000,1.0000,16800.0163,13.2630,15.3090,-1.1367,8.9880,5,613.5655,-6.2101,573.7426,-99.4947,-0.3990,36.8644,-6.3928,-0.2372,-4.1424,0.0000,0.0000,3.9806,-4.8477,-0.1011,0.0000,-4.7467,0.0000,-4.7467,1.4471,-6.1937,0.0000,-6.1937,-0.3717,-5.8221,28.6621,0.1875,2.4395,-37.1111,0.9102,673.6334,673.6334,673.6334,673.6334,673.6334 +1171.5000,1.0000,16802.5531,9.5265,11.2170,-0.9392,8.5680,3,609.0260,63.3186,578.0191,-99.9816,4.0383,36.8644,-6.3765,0.0656,0.0268,0.0000,0.0000,3.9459,0.0326,-0.2171,0.0000,0.2497,0.0000,0.2497,1.0394,-0.7897,0.0000,-0.7897,-0.2206,-0.5691,19.6324,0.0700,1.7529,-22.0245,0.9103,1403.4242,1403.4242,1403.4242,1403.4242,1403.4242 +1172.5000,1.0000,16804.2859,6.6320,7.8360,-0.6689,6.4340,3,607.0425,74.8540,579.9077,-100.1944,4.7584,36.8644,-6.3693,-0.1394,0.8967,0.0000,0.0000,4.0011,1.0888,-0.1308,0.0000,1.2196,0.0000,1.2196,0.7236,0.4960,0.0000,0.4960,-0.1094,0.6054,10.2797,0.0236,1.2222,-10.9201,0.9103,1516.0308,1516.0308,1516.0308,1516.0308,1516.0308 +1173.5000,1.0000,16805.4563,4.6075,5.4280,-0.4558,3.1240,3,604.1050,58.4936,582.7276,-100.5094,3.7004,36.8644,-6.3584,0.0297,-0.3989,0.0000,0.0000,4.0696,-0.4860,-0.0983,0.0000,-0.3877,0.0000,-0.3877,0.5027,-0.8904,0.0000,-0.8904,-0.0518,-0.8386,3.4731,0.0079,0.8505,-5.1701,1.0553,1351.0332,1351.0332,1351.0332,1351.0332,1351.0332 +1174.5000,1.0000,16806.1992,3.0685,3.7870,-0.3992,0.9180,1,603.4565,43.0876,583.3538,-100.5790,2.7229,36.8644,-6.3560,-0.0537,-1.2900,0.0000,0.0000,4.0665,-1.6803,-0.2188,0.0000,-1.4615,0.0000,-1.4615,0.3348,-1.7963,0.0000,-1.7963,-0.0302,-1.7661,0.6800,0.0024,0.5667,-3.0152,1.0874,1197.6090,1197.6090,1197.6090,1197.6090,1197.6090 +1175.5000,1.0000,16806.5085,1.5075,2.3500,-0.4681,0.0000,1,601.0035,53.6461,585.7348,-100.8421,3.3763,36.8644,-6.3467,-0.0370,-0.6248,0.0000,0.0000,4.0382,-1.4140,-0.1029,0.0000,-1.3111,0.0000,-1.3111,0.1645,-1.4756,0.0000,-1.4756,-0.0174,-1.4582,0.0000,0.0004,0.2784,-1.7369,1.0444,1300.0930,1300.0930,1300.0930,1300.0930,1300.0930 +1176.5000,1.0000,16806.4941,0.3420,0.6650,-0.1794,0.0000,1,600.0000,63.7108,586.7144,-100.9497,4.0031,36.8644,-6.3429,0.0000,-0.0040,0.0000,0.0000,4.0070,-0.0713,-0.0192,0.0000,-0.0521,0.0000,-0.0521,0.0373,-0.0894,0.0000,-0.0894,-0.0015,-0.0879,0.0000,0.0000,0.0632,-0.1511,1.0443,1399.0113,1399.0113,1399.0113,1399.0113,1399.0113 +1177.5000,1.0000,16806.3302,0.0095,0.0190,-0.1193,0.0000,0,600.6600,63.6039,586.0697,-100.8789,4.0007,36.8644,-6.3454,0.0243,0.0000,0.0000,0.0000,3.9764,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0010,-0.0010,0.0000,-0.0010,0.0000,-0.0010,0.0000,0.0000,0.0018,-0.0028,0.9988,1398.5582,1398.5582,1398.5582,1398.5582,1398.5582 +1178.5000,1.0000,16806.1071,0.0000,0.0010,0.0006,0.0000,0,601.4725,62.7465,585.2780,-100.7918,3.9522,36.8644,-6.3485,0.0056,0.0000,0.0000,0.0000,3.9465,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9657,1390.8002,1390.8002,1390.8002,1390.8002,1390.8002 +1179.5000,1.0000,16805.8842,0.0000,0.0020,0.0000,0.0000,0,600.8125,64.0863,585.9210,-100.8626,4.0321,36.8644,-6.3460,-0.0300,0.0000,0.0000,0.0000,4.0621,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1403.4840,1403.4840,1403.4840,1403.4840,1403.4840 +1180.5000,1.0000,16805.6613,0.0000,0.0000,0.0000,0.0000,0,601.4230,64.0293,585.3262,-100.7971,4.0326,36.8644,-6.3483,0.0526,0.0000,0.0000,0.0000,3.9801,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0873,1403.4801,1403.4801,1403.4801,1403.4801,1403.4801 +1181.5000,1.0000,16805.4383,0.0000,0.0000,0.0000,0.0000,0,601.4230,61.8166,585.3262,-100.7971,3.8933,36.8644,-6.3483,-0.0526,0.0000,0.0000,0.0000,3.9458,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0659,1381.5296,1381.5296,1381.5296,1381.5296,1381.5296 +1182.5000,1.0000,16805.2154,0.0000,0.0000,0.0000,0.0000,0,600.6980,62.4719,586.0326,-100.8749,3.9298,36.8644,-6.3455,0.0257,0.0000,0.0000,0.0000,3.9040,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0335,1387.3630,1387.3630,1387.3630,1387.3630,1387.3630 +1183.5000,1.0000,16804.9925,0.0000,0.0000,0.0000,0.0000,0,600.6980,61.2234,586.0326,-100.8749,3.8513,36.8644,-6.3455,-0.0257,0.0000,0.0000,0.0000,3.8770,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0108,1374.9784,1374.9784,1374.9784,1374.9784,1374.9784 +1184.5000,1.0000,16804.7696,0.0000,0.0000,0.0000,0.0000,0,601.4230,62.6947,585.3262,-100.7971,3.9486,36.8644,-6.3483,0.0526,0.0000,0.0000,0.0000,3.8960,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0336,1390.2407,1390.2407,1390.2407,1390.2407,1390.2407 +1185.5000,1.0000,16804.5467,0.0000,0.0000,0.0000,0.0000,0,601.4230,60.3889,585.3262,-100.7971,3.8033,36.8644,-6.3483,-0.0526,0.0000,0.0000,0.0000,3.8559,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9657,1367.3671,1367.3671,1367.3671,1367.3671,1367.3671 +1186.5000,1.0000,16804.3238,0.0000,0.0000,0.0000,0.0000,0,601.5375,63.0378,585.2148,-100.7848,3.9709,36.8644,-6.3487,0.0568,0.0000,0.0000,0.0000,3.9141,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1393.7496,1393.7496,1393.7496,1393.7496,1393.7496 +1187.5000,1.0000,16804.1009,0.0000,0.0000,0.0000,0.0000,0,601.5375,61.3640,585.2148,-100.7848,3.8655,36.8644,-6.3487,-0.0568,0.0000,0.0000,0.0000,3.9223,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1377.1456,1377.1456,1377.1456,1377.1456,1377.1456 +1188.5000,1.0000,16803.8780,0.0000,0.0000,0.0000,0.0000,0,600.3165,62.6479,586.4051,-100.9158,3.9384,36.8644,-6.3441,0.0117,0.0000,0.0000,0.0000,3.9267,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1388.7584,1388.7584,1388.7584,1388.7584,1388.7584 +1189.5000,1.0000,16803.6551,0.0000,0.0000,0.0000,0.0000,0,600.5950,80.0883,586.1331,-100.8859,5.0371,36.8644,-6.3451,-0.0014,0.0000,0.0000,0.0000,5.0385,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1562.0228,1562.0228,1562.0228,1562.0228,1562.0228 +1190.5000,1.0000,16803.4322,0.0000,0.0000,0.0000,0.0000,0,600.2785,79.3938,586.4422,-100.9199,4.9908,36.8644,-6.3439,-0.0103,0.0000,0.0000,0.0000,5.0010,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1554.8432,1554.8432,1554.8432,1554.8432,1554.8432 +1191.5000,1.0000,16803.2093,0.0000,0.0000,0.0000,0.0000,0,600.0000,79.3434,586.7144,-100.9497,4.9853,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9853,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1554.0863,1554.0863,1554.0863,1554.0863,1554.0863 +1192.5000,1.0000,16802.9864,0.0000,0.0000,0.0000,0.0000,0,600.4690,80.4494,586.2561,-100.8994,5.0587,36.8644,-6.3447,0.0173,0.0000,0.0000,0.0000,5.0414,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1565.4895,1565.4895,1565.4895,1565.4895,1565.4895 +1193.5000,1.0000,16802.7635,0.0000,0.0000,0.0000,0.0000,0,600.4690,77.6841,586.2561,-100.8994,4.8849,36.8644,-6.3447,-0.0173,0.0000,0.0000,0.0000,4.9021,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1538.0580,1538.0580,1538.0580,1538.0580,1538.0580 +1194.5000,1.0000,16802.5405,0.0000,0.0000,0.0000,0.0000,0,600.2785,77.3033,586.4422,-100.9199,4.8594,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,4.8491,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1534.1052,1534.1052,1534.1052,1534.1052,1534.1052 +1195.5000,1.0000,16802.3176,0.0000,0.0000,0.0000,0.0000,0,600.4045,78.9290,586.3191,-100.9063,4.9626,36.8644,-6.3444,-0.0056,0.0000,0.0000,0.0000,4.9682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9767,1550.3474,1550.3474,1550.3474,1550.3474,1550.3474 +1196.5000,1.0000,16802.0947,0.0000,0.0000,0.0000,0.0000,0,600.1260,78.4298,586.5912,-100.9362,4.9289,36.8644,-6.3433,-0.0046,0.0000,0.0000,0.0000,4.9336,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1545.1395,1545.1395,1545.1395,1545.1395,1545.1395 +1197.5000,1.0000,16801.8718,0.0000,0.0000,0.0000,0.0000,0,600.7745,78.3235,585.9580,-100.8667,4.9276,36.8644,-6.3458,0.0286,0.0000,0.0000,0.0000,4.8990,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1544.6817,1544.6817,1544.6817,1544.6817,1544.6817 +1198.5000,1.0000,16801.6489,0.0000,0.0000,0.0000,0.0000,0,600.7745,76.6175,585.9580,-100.8667,4.8202,36.8644,-6.3458,-0.0286,0.0000,0.0000,0.0000,4.8488,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1527.7585,1527.7585,1527.7585,1527.7585,1527.7585 +1199.5000,1.0000,16801.4260,0.0000,0.0000,0.0000,0.0000,0,601.4230,78.3463,585.3262,-100.7971,4.9343,36.8644,-6.3483,0.0526,0.0000,0.0000,0.0000,4.8818,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1545.5046,1545.5046,1545.5046,1545.5046,1545.5046 +1200.5000,1.0000,16801.2031,0.0000,0.0000,0.0000,0.0000,0,601.8540,78.0067,584.9070,-100.7509,4.9165,36.8644,-6.3499,-0.0367,0.0000,0.0000,0.0000,4.9531,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1542.5324,1542.5324,1542.5324,1542.5324,1542.5324 +1201.5000,1.0000,16800.9802,0.0000,0.0000,0.0000,0.0000,0,602.2355,78.7759,584.5365,-100.7099,4.9681,36.8644,-6.3514,0.0508,0.0000,0.0000,0.0000,4.9173,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1550.5138,1550.5138,1550.5138,1550.5138,1550.5138 +1202.5000,1.0000,16800.7573,0.0000,0.0000,0.0000,0.0000,0,602.0830,77.9932,584.6846,-100.7263,4.9175,36.8644,-6.3508,-0.0564,0.0000,0.0000,0.0000,4.9739,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1542.6090,1542.6090,1542.6090,1542.6090,1542.6090 +1203.5000,1.0000,16800.5344,0.0000,0.0000,0.0000,0.0000,0,603.5325,80.3015,583.2803,-100.5708,5.0752,36.8644,-6.3563,0.1103,0.0000,0.0000,0.0000,4.9649,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1566.8411,1566.8411,1566.8411,1566.8411,1566.8411 +1204.5000,1.0000,16800.3115,0.0000,0.0000,0.0000,0.0000,0,604.9440,75.8186,581.9194,-100.4194,4.8031,36.8644,-6.3615,-0.0581,0.0000,0.0000,0.0000,4.8612,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8882,1523.6695,1523.6695,1523.6695,1523.6695,1523.6695 +1205.5000,1.0000,16800.0886,0.0000,0.0000,0.0000,0.0000,0,604.1045,78.3742,582.7280,-100.5095,4.9581,36.8644,-6.3584,0.0269,0.0000,0.0000,0.0000,4.9312,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1548.2483,1548.2483,1548.2483,1548.2483,1548.2483 +1206.5000,1.0000,16799.8657,0.0000,0.0000,0.0000,0.0000,0,604.9055,77.5408,581.9564,-100.4236,4.9119,36.8644,-6.3614,0.0028,0.0000,0.0000,0.0000,4.9090,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8882,1540.7177,1540.7177,1540.7177,1540.7177,1540.7177 +1207.5000,1.0000,16799.6428,0.0000,0.0000,0.0000,0.0000,0,602.4910,75.9083,584.2886,-100.6825,4.7893,36.8644,-6.3523,-0.0922,0.0000,0.0000,0.0000,4.8814,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1522.3016,1522.3016,1522.3016,1522.3016,1522.3016 +1208.5000,1.0000,16799.4198,0.0000,0.0000,0.0000,0.0000,0,600.6980,79.7524,586.0326,-100.8749,5.0168,36.8644,-6.3455,0.0257,0.0000,0.0000,0.0000,4.9911,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9657,1558.7859,1558.7859,1558.7859,1558.7859,1558.7859 +1209.5000,1.0000,16799.1969,0.0000,0.0000,0.0000,0.0000,0,602.3880,60.7611,584.3885,-100.6936,3.8329,36.8644,-6.3519,0.0367,0.0000,0.0000,0.0000,3.7962,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1371.9471,1371.9471,1371.9471,1371.9471,1371.9471 +1210.5000,1.0000,16798.9740,0.0000,0.0000,0.0000,0.0000,0,601.6900,59.1536,585.0665,-100.7685,3.7272,36.8644,-6.3493,-0.0624,0.0000,0.0000,0.0000,3.7896,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1355.3586,1355.3586,1355.3586,1355.3586,1355.3586 +1211.5000,1.0000,16798.7511,0.0000,0.0000,0.0000,0.0000,0,600.4310,59.1336,586.2932,-100.9035,3.7181,36.8644,-6.3445,0.0159,0.0000,0.0000,0.0000,3.7023,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8599,1354.0019,1354.0019,1354.0019,1354.0019,1354.0019 +1212.5000,1.0000,16798.5282,0.0000,0.0000,0.0000,0.0000,0,600.4310,59.9128,586.2932,-100.9035,3.7671,36.8644,-6.3445,-0.0159,0.0000,0.0000,0.0000,3.7830,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1361.7314,1361.7314,1361.7314,1361.7314,1361.7314 +1213.5000,1.0000,16798.3053,0.0000,0.0000,0.0000,0.0000,0,600.2785,60.7277,586.4422,-100.9199,3.8174,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,3.8071,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1369.6749,1369.6749,1369.6749,1369.6749,1369.6749 +1214.5000,1.0000,16798.0824,0.0000,0.0000,0.0000,0.0000,0,601.2055,61.6351,585.5379,-100.8204,3.8804,36.8644,-6.3475,0.0239,0.0000,0.0000,0.0000,3.8565,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1379.5291,1379.5291,1379.5291,1379.5291,1379.5291 +1215.5000,1.0000,16797.8595,0.0000,0.0000,0.0000,0.0000,0,601.2820,60.8302,585.4635,-100.8122,3.8302,36.8644,-6.3478,-0.0211,0.0000,0.0000,0.0000,3.8514,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9657,1371.6150,1371.6150,1371.6150,1371.6150,1371.6150 +1216.5000,1.0000,16797.6366,0.0000,0.0000,0.0000,0.0000,0,600.3665,60.1786,586.3562,-100.9104,3.7834,36.8644,-6.3443,-0.0127,0.0000,0.0000,0.0000,3.7961,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1364.3085,1364.3085,1364.3085,1364.3085,1364.3085 +1217.5000,1.0000,16797.4137,0.0000,0.0000,0.0000,0.0000,0,600.0115,60.3612,586.7031,-100.9485,3.7927,36.8644,-6.3429,-0.0004,0.0000,0.0000,0.0000,3.7931,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1365.7936,1365.7936,1365.7936,1365.7936,1365.7936 +1218.5000,1.0000,16797.1908,0.0000,0.0000,0.0000,0.0000,0,600.1640,59.6080,586.5541,-100.9321,3.7463,36.8644,-6.3435,0.0060,0.0000,0.0000,0.0000,3.7403,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1358.4619,1358.4619,1358.4619,1358.4619,1358.4619 +1219.5000,1.0000,16796.9679,0.0000,0.0000,0.0000,0.0000,0,600.4045,60.0477,586.3191,-100.9063,3.7754,36.8644,-6.3444,0.0028,0.0000,0.0000,0.0000,3.7726,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1363.0450,1363.0450,1363.0450,1363.0450,1363.0450 +1220.5000,1.0000,16796.7450,0.0000,0.0000,0.0000,0.0000,0,601.3580,60.8572,585.3895,-100.8041,3.8324,36.8644,-6.3480,0.0324,0.0000,0.0000,0.0000,3.8000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1371.9530,1371.9530,1371.9530,1371.9530,1371.9530 +1221.5000,1.0000,16796.5221,0.0000,0.0000,0.0000,0.0000,0,602.1210,59.5193,584.6477,-100.7222,3.7529,36.8644,-6.3509,-0.0042,0.0000,0.0000,0.0000,3.7571,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8882,1359.3827,1359.3827,1359.3827,1359.3827,1359.3827 +1222.5000,1.0000,16796.2991,0.0000,0.0000,0.0000,0.0000,0,601.9305,60.5935,584.8327,-100.7427,3.8195,36.8644,-6.3502,-0.0028,0.0000,0.0000,0.0000,3.8223,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1369.8637,1369.8637,1369.8637,1369.8637,1369.8637 +1223.5000,1.0000,16796.0762,0.0000,0.0000,0.0000,0.0000,0,602.0830,60.0298,584.6846,-100.7263,3.7849,36.8644,-6.3508,0.0085,0.0000,0.0000,0.0000,3.7764,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1364.4120,1364.4120,1364.4120,1364.4120,1364.4120 +1224.5000,1.0000,16795.8533,0.0000,0.0000,0.0000,0.0000,0,601.1560,59.3282,585.5862,-100.8257,3.7349,36.8644,-6.3473,-0.0427,0.0000,0.0000,0.0000,3.7776,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1356.5997,1356.5997,1356.5997,1356.5997,1356.5997 +1225.5000,1.0000,16795.6304,0.0000,0.0000,0.0000,0.0000,0,600.7360,60.2558,585.9956,-100.8708,3.7906,36.8644,-6.3457,0.0272,0.0000,0.0000,0.0000,3.7635,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1365.4147,1365.4147,1365.4147,1365.4147,1365.4147 +1226.5000,1.0000,16795.4075,0.0000,0.0000,0.0000,0.0000,0,601.2815,60.2280,585.4639,-100.8123,3.7923,36.8644,-6.3478,-0.0070,0.0000,0.0000,0.0000,3.7994,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1365.6408,1365.6408,1365.6408,1365.6408,1365.6408 +1227.5000,1.0000,16795.1846,0.0000,0.0000,0.0000,0.0000,0,600.5455,60.1422,586.1815,-100.8912,3.7823,36.8644,-6.3449,-0.0201,0.0000,0.0000,0.0000,3.8024,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1364.1128,1364.1128,1364.1128,1364.1128,1364.1128 +1228.5000,1.0000,16794.9617,0.0000,0.0000,0.0000,0.0000,0,600.0875,61.1512,586.6288,-100.9403,3.8428,36.8644,-6.3432,0.0032,0.0000,0.0000,0.0000,3.8396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1373.7006,1373.7006,1373.7006,1373.7006,1373.7006 +1229.5000,1.0000,16794.7388,0.0000,0.0000,0.0000,0.0000,0,601.0145,60.1502,585.7240,-100.8409,3.7857,36.8644,-6.3467,0.0310,0.0000,0.0000,0.0000,3.7548,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1364.6237,1364.6237,1364.6237,1364.6237,1364.6237 +1230.5000,1.0000,16794.5159,0.0000,0.0000,0.0000,0.0000,0,602.9985,60.7847,583.7969,-100.6281,3.8383,36.8644,-6.3542,0.0424,0.0000,0.0000,0.0000,3.7959,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9103,1372.7425,1372.7425,1372.7425,1372.7425,1372.7425 +1231.5000,1.0000,16794.2930,0.0000,0.0000,0.0000,0.0000,0,604.0665,59.0722,582.7647,-100.5136,3.7368,36.8644,-6.3583,-0.0028,0.0000,0.0000,0.0000,3.7396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1356.7373,1356.7373,1356.7373,1356.7373,1356.7373 +1232.5000,1.0000,16794.0701,0.0000,0.0000,0.0000,0.0000,0,602.5025,59.1324,584.2775,-100.6813,3.7309,36.8644,-6.3524,-0.0550,0.0000,0.0000,0.0000,3.7859,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1355.8955,1355.8955,1355.8955,1355.8955,1355.8955 +1233.5000,1.0000,16793.8472,0.0000,0.0000,0.0000,0.0000,0,600.7095,59.7835,586.0214,-100.8736,3.7607,36.8644,-6.3456,-0.0113,0.0000,0.0000,0.0000,3.7720,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1360.7046,1360.7046,1360.7046,1360.7046,1360.7046 +1234.5000,1.0000,16793.6243,0.0000,0.0000,0.0000,0.0000,0,600.8620,60.6204,585.8727,-100.8573,3.8144,36.8644,-6.3462,0.0169,0.0000,0.0000,0.0000,3.7975,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1369.1476,1369.1476,1369.1476,1369.1476,1369.1476 +1235.5000,1.0000,16793.4014,0.0000,0.0000,0.0000,0.0000,0,600.6600,59.3329,586.0697,-100.8789,3.7321,36.8644,-6.3454,-0.0243,0.0000,0.0000,0.0000,3.7564,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1356.1898,1356.1898,1356.1898,1356.1898,1356.1898 +1236.5000,1.0000,16793.1784,0.0000,0.0000,0.0000,0.0000,0,600.2785,59.8264,586.4422,-100.9199,3.7607,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,3.7505,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1360.7337,1360.7337,1360.7337,1360.7337,1360.7337 +1237.5000,1.0000,16792.9555,0.0000,0.0000,0.0000,0.0000,0,600.2785,60.0239,586.4422,-100.9199,3.7732,36.8644,-6.3439,-0.0103,0.0000,0.0000,0.0000,3.7834,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1362.6933,1362.6933,1362.6933,1362.6933,1362.6933 +1238.5000,1.0000,16792.7326,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.3084,586.7144,-100.9497,3.8521,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8521,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1375.1796,1375.1796,1375.1796,1375.1796,1375.1796 +1239.5000,1.0000,16792.5097,0.0000,0.0000,0.0000,0.0000,0,600.0000,60.7557,586.7144,-100.9497,3.8174,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8174,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1369.6970,1369.6970,1369.6970,1369.6970,1369.6970 +1240.5000,1.0000,16792.2871,0.0000,0.0000,0.0005,0.0000,0,600.0000,60.8867,586.7144,-100.9497,3.8256,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8256,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9546,1370.9960,1370.9960,1370.9960,1370.9960,1370.9960 +1241.5000,1.0000,16792.0647,0.0000,0.0040,0.0000,0.0000,0,601.3465,60.2713,585.4007,-100.8053,3.7955,36.8644,-6.3480,0.0497,0.0000,0.0000,0.0000,3.7457,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1366.1301,1366.1301,1366.1301,1366.1301,1366.1301 +1242.5000,1.0000,16791.8423,0.0000,0.0000,0.0000,0.0000,0,602.6170,58.8903,584.1665,-100.6690,3.7163,36.8644,-6.3528,-0.0028,0.0000,0.0000,0.0000,3.7191,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8445,1353.5992,1353.5992,1353.5992,1353.5992,1353.5992 +1243.5000,1.0000,16791.6199,0.0000,0.0000,0.0000,0.0000,0,601.2705,60.2309,585.4746,-100.8135,3.7924,36.8644,-6.3477,-0.0469,0.0000,0.0000,0.0000,3.8393,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1365.6590,1365.6590,1365.6590,1365.6590,1365.6590 +1244.5000,1.0000,16791.3975,0.0000,0.0000,0.0000,0.0000,0,600.0000,60.3498,586.7144,-100.9497,3.7919,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7919,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1365.6695,1365.6695,1365.6695,1365.6695,1365.6695 +1245.5000,1.0000,16791.1751,0.0000,0.0000,0.0000,0.0000,0,600.0000,60.5629,586.7144,-100.9497,3.8053,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8053,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1367.7842,1367.7842,1367.7842,1367.7842,1367.7842 +1246.5000,1.0000,16790.9527,0.0000,0.0000,0.0000,0.0000,0,600.3550,60.4051,586.3675,-100.9116,3.7976,36.8644,-6.3442,0.0131,0.0000,0.0000,0.0000,3.7845,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1366.5452,1366.5452,1366.5452,1366.5452,1366.5452 +1247.5000,1.0000,16790.7303,0.0000,0.0000,0.0000,0.0000,0,601.8540,60.8483,584.9070,-100.7509,3.8350,36.8644,-6.3499,0.0423,0.0000,0.0000,0.0000,3.7927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1372.3205,1372.3205,1372.3205,1372.3205,1372.3205 +1248.5000,1.0000,16790.5079,0.0000,0.0000,0.0000,0.0000,0,601.4990,59.3341,585.2522,-100.7889,3.7374,36.8644,-6.3486,-0.0554,0.0000,0.0000,0.0000,3.7928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1356.9738,1356.9738,1356.9738,1356.9738,1356.9738 +1249.5000,1.0000,16790.2855,0.0000,0.0000,0.0000,0.0000,0,600.8125,60.8475,585.9210,-100.8626,3.8283,36.8644,-6.3460,0.0300,0.0000,0.0000,0.0000,3.7984,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1371.3547,1371.3547,1371.3547,1371.3547,1371.3547 +1250.5000,1.0000,16790.0631,0.0000,0.0000,0.0000,0.0000,0,600.8125,58.3636,585.9210,-100.8626,3.6721,36.8644,-6.3460,-0.0300,0.0000,0.0000,0.0000,3.7020,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1346.7142,1346.7142,1346.7142,1346.7142,1346.7142 +1251.5000,1.0000,16789.8407,0.0000,0.0000,0.0000,0.0000,0,600.1640,60.3614,586.5541,-100.9321,3.7937,36.8644,-6.3435,0.0060,0.0000,0.0000,0.0000,3.7876,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1365.9362,1365.9362,1365.9362,1365.9362,1365.9362 +1252.5000,1.0000,16789.6183,0.0000,0.0000,0.0000,0.0000,0,600.1640,60.9852,586.5541,-100.9321,3.8329,36.8644,-6.3435,-0.0060,0.0000,0.0000,0.0000,3.8389,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1372.1242,1372.1242,1372.1242,1372.1242,1372.1242 +1253.5000,1.0000,16789.3959,0.0000,0.0000,0.0000,0.0000,0,601.3465,61.2155,585.4007,-100.8053,3.8549,36.8644,-6.3480,0.0497,0.0000,0.0000,0.0000,3.8052,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1375.4962,1375.4962,1375.4962,1375.4962,1375.4962 +1254.5000,1.0000,16789.1735,0.0000,0.0000,0.0000,0.0000,0,602.1210,59.6281,584.6477,-100.7222,3.7598,36.8644,-6.3509,-0.0212,0.0000,0.0000,0.0000,3.7809,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8882,1360.4625,1360.4625,1360.4625,1360.4625,1360.4625 +1255.5000,1.0000,16788.9511,0.0000,0.0000,0.0000,0.0000,0,601.0530,60.4021,585.6865,-100.8368,3.8018,36.8644,-6.3469,-0.0183,0.0000,0.0000,0.0000,3.8201,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1367.1578,1367.1578,1367.1578,1367.1578,1367.1578 +1256.5000,1.0000,16788.7287,0.0000,0.0000,0.0000,0.0000,0,601.0530,60.8402,585.6865,-100.8368,3.8294,36.8644,-6.3469,0.0183,0.0000,0.0000,0.0000,3.8111,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1371.5040,1371.5040,1371.5040,1371.5040,1371.5040 +1257.5000,1.0000,16788.5063,0.0000,0.0000,0.0000,0.0000,0,600.7745,61.3120,585.9580,-100.8667,3.8573,36.8644,-6.3458,-0.0286,0.0000,0.0000,0.0000,3.8859,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1375.9278,1375.9278,1375.9278,1375.9278,1375.9278 +1258.5000,1.0000,16788.2839,0.0000,0.0000,0.0000,0.0000,0,600.0495,61.1511,586.6660,-100.9444,3.8426,36.8644,-6.3430,0.0018,0.0000,0.0000,0.0000,3.8407,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1373.6640,1373.6640,1373.6640,1373.6640,1373.6640 +1259.5000,1.0000,16788.0615,0.0000,0.0000,0.0000,0.0000,0,600.7475,60.9344,585.9844,-100.8695,3.8334,36.8644,-6.3457,0.0239,0.0000,0.0000,0.0000,3.8095,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1372.1569,1372.1569,1372.1569,1372.1569,1372.1569 +1260.5000,1.0000,16787.8391,0.0000,0.0000,0.0000,0.0000,0,600.6980,63.4221,586.0326,-100.8749,3.9896,36.8644,-6.3455,-0.0257,0.0000,0.0000,0.0000,4.0153,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1396.7897,1396.7897,1396.7897,1396.7897,1396.7897 +1261.5000,1.0000,16787.6167,0.0000,0.0000,0.0000,0.0000,0,602.3385,64.5276,584.4366,-100.6989,4.0702,36.8644,-6.3518,0.0865,0.0000,0.0000,0.0000,3.9837,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1409.2654,1409.2654,1409.2654,1409.2654,1409.2654 +1262.5000,1.0000,16787.3947,0.0000,0.0000,0.0008,0.0000,0,602.3385,61.3837,584.4366,-100.6989,3.8719,36.8644,-6.3518,-0.0865,0.0000,0.0000,0.0000,3.9584,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1378.0782,1378.0782,1378.0782,1378.0782,1378.0782 +1263.5000,1.0000,16787.1734,0.0000,0.0060,0.0006,0.0000,0,601.5375,63.8283,585.2148,-100.7848,4.0207,36.8644,-6.3487,0.0568,0.0000,0.0000,0.0000,3.9639,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1401.5909,1401.5909,1401.5909,1401.5909,1401.5909 +1264.5000,1.0000,16786.9523,0.0000,0.0020,0.0000,0.0000,0,601.5375,62.5199,585.2148,-100.7848,3.9383,36.8644,-6.3487,-0.0568,0.0000,0.0000,0.0000,3.9951,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1388.6117,1388.6117,1388.6117,1388.6117,1388.6117 +1265.5000,1.0000,16786.7312,0.0000,0.0000,0.0000,0.0000,0,601.2705,64.2318,585.4746,-100.8135,4.0443,36.8644,-6.3477,0.0469,0.0000,0.0000,0.0000,3.9974,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1405.3484,1405.3484,1405.3484,1405.3484,1405.3484 +1266.5000,1.0000,16786.5101,0.0000,0.0000,0.0000,0.0000,0,601.2705,63.1710,585.4746,-100.8135,3.9776,36.8644,-6.3477,-0.0469,0.0000,0.0000,0.0000,4.0245,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1394.8253,1394.8253,1394.8253,1394.8253,1394.8253 +1267.5000,1.0000,16786.2890,0.0000,0.0000,0.0000,0.0000,0,600.2785,63.7925,586.4422,-100.9199,4.0101,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,3.9998,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1400.0779,1400.0779,1400.0779,1400.0779,1400.0779 +1268.5000,1.0000,16786.0682,0.0000,0.0000,0.0006,0.0000,0,600.2785,62.8162,586.4422,-100.9199,3.9487,36.8644,-6.3439,-0.0103,0.0000,0.0000,0.0000,3.9590,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1390.3934,1390.3934,1390.3934,1390.3934,1390.3934 +1269.5000,1.0000,16785.8477,0.0000,0.0020,0.0000,0.0000,0,600.7745,62.8909,585.9580,-100.8667,3.9567,36.8644,-6.3458,0.0286,0.0000,0.0000,0.0000,3.9281,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1391.5907,1391.5907,1391.5907,1391.5907,1391.5907 +1270.5000,1.0000,16785.6272,0.0000,0.0000,0.0000,0.0000,0,600.7745,62.6581,585.9580,-100.8667,3.9420,36.8644,-6.3458,-0.0286,0.0000,0.0000,0.0000,3.9706,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1389.2813,1389.2813,1389.2813,1389.2813,1389.2813 +1271.5000,1.0000,16785.4070,0.0000,0.0000,0.0006,0.0000,0,600.3550,64.0355,586.3675,-100.9116,4.0258,36.8644,-6.3442,0.0131,0.0000,0.0000,0.0000,4.0128,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1402.5586,1402.5586,1402.5586,1402.5586,1402.5586 +1272.5000,1.0000,16785.1870,0.0000,0.0020,0.0000,0.0000,0,600.9385,63.3240,585.7981,-100.8491,3.9850,36.8644,-6.3464,0.0084,0.0000,0.0000,0.0000,3.9766,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1396.0375,1396.0375,1396.0375,1396.0375,1396.0375 +1273.5000,1.0000,16784.9670,0.0000,0.0000,0.0000,0.0000,0,603.0365,62.9143,583.7601,-100.6240,3.9730,36.8644,-6.3544,0.0692,0.0000,0.0000,0.0000,3.9038,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1393.9029,1393.9029,1393.9029,1393.9029,1393.9029 +1274.5000,1.0000,16784.7471,0.0000,0.0000,0.0000,0.0000,0,602.4530,62.8256,584.3255,-100.6866,3.9636,36.8644,-6.3522,-0.0908,0.0000,0.0000,0.0000,4.0543,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1392.4869,1392.4869,1392.4869,1392.4869,1392.4869 +1275.5000,1.0000,16784.5271,0.0000,0.0000,0.0000,0.0000,0,601.4990,64.2352,585.2522,-100.7889,4.0461,36.8644,-6.3486,0.0554,0.0000,0.0000,0.0000,3.9907,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8755,1405.5922,1405.5922,1405.5922,1405.5922,1405.5922 +1276.5000,1.0000,16784.3071,0.0000,0.0000,0.0000,0.0000,0,601.4990,61.4526,585.2522,-100.7889,3.8708,36.8644,-6.3486,-0.0554,0.0000,0.0000,0.0000,3.9262,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1377.9892,1377.9892,1377.9892,1377.9892,1377.9892 +1277.5000,1.0000,16784.0872,0.0000,0.0000,0.0000,0.0000,0,601.4610,64.5157,585.2892,-100.7930,4.0635,36.8644,-6.3484,0.0540,0.0000,0.0000,0.0000,4.0095,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9546,1408.3401,1408.3401,1408.3401,1408.3401,1408.3401 +1278.5000,1.0000,16783.8672,0.0000,0.0000,0.0000,0.0000,0,601.4610,62.1418,585.2892,-100.7930,3.9140,36.8644,-6.3484,-0.0540,0.0000,0.0000,0.0000,3.9680,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1384.7913,1384.7913,1384.7913,1384.7913,1384.7913 +1279.5000,1.0000,16783.6472,0.0000,0.0000,0.0000,0.0000,0,600.0000,64.0870,586.7144,-100.9497,4.0267,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0267,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1402.7431,1402.7431,1402.7431,1402.7431,1402.7431 +1280.5000,1.0000,16783.4273,0.0000,0.0000,0.0000,0.0000,0,600.5835,64.5204,586.1444,-100.8871,4.0579,36.8644,-6.3451,0.0215,0.0000,0.0000,0.0000,4.0364,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1407.5790,1407.5790,1407.5790,1407.5790,1407.5790 +1281.5000,1.0000,16783.2073,0.0000,0.0000,0.0000,0.0000,0,602.8455,65.8358,583.9450,-100.6445,4.1562,36.8644,-6.3537,0.0621,0.0000,0.0000,0.0000,4.0941,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9546,1422.7088,1422.7088,1422.7088,1422.7088,1422.7088 +1282.5000,1.0000,16782.9873,0.0000,0.0000,0.0000,0.0000,0,602.2620,61.7387,584.5108,-100.7071,3.8938,36.8644,-6.3515,-0.0837,0.0000,0.0000,0.0000,3.9774,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1381.5294,1381.5294,1381.5294,1381.5294,1381.5294 +1283.5000,1.0000,16782.7674,0.0000,0.0000,0.0000,0.0000,0,600.0000,63.1090,586.7144,-100.9497,3.9653,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9653,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1393.0417,1393.0417,1393.0417,1393.0417,1393.0417 +1284.5000,1.0000,16782.5474,0.0000,0.0000,0.0000,0.0000,0,600.4690,63.7403,586.2561,-100.8994,4.0081,36.8644,-6.3447,0.0173,0.0000,0.0000,0.0000,3.9908,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1399.7351,1399.7351,1399.7351,1399.7351,1399.7351 +1285.5000,1.0000,16782.3274,0.0000,0.0000,0.0000,0.0000,0,600.4690,63.3262,586.2561,-100.8994,3.9820,36.8644,-6.3447,-0.0173,0.0000,0.0000,0.0000,3.9993,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1395.6275,1395.6275,1395.6275,1395.6275,1395.6275 +1286.5000,1.0000,16782.1075,0.0000,0.0000,0.0000,0.0000,0,601.3085,62.7947,585.4376,-100.8094,3.9541,36.8644,-6.3479,0.0483,0.0000,0.0000,0.0000,3.9058,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8755,1391.1270,1391.1270,1391.1270,1391.1270,1391.1270 +1287.5000,1.0000,16781.8875,0.0000,0.0000,0.0000,0.0000,0,601.3085,61.9391,585.4376,-100.8094,3.9002,36.8644,-6.3479,-0.0483,0.0000,0.0000,0.0000,3.9486,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1382.6400,1382.6400,1382.6400,1382.6400,1382.6400 +1288.5000,1.0000,16781.6675,0.0000,0.0000,0.0000,0.0000,0,600.9650,82.7906,585.7723,-100.8462,5.2103,36.8644,-6.3465,0.0356,0.0000,0.0000,0.0000,5.1746,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1589.1709,1589.1709,1589.1709,1589.1709,1589.1709 +1289.5000,1.0000,16781.4476,0.0000,0.0000,0.0000,0.0000,0,601.6630,80.6673,585.0927,-100.7714,5.0825,36.8644,-6.3492,-0.0099,0.0000,0.0000,0.0000,5.0924,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1568.7493,1568.7493,1568.7493,1568.7493,1568.7493 +1290.5000,1.0000,16781.2276,0.0000,0.0000,0.0000,0.0000,0,600.6980,81.3857,586.0326,-100.8749,5.1196,36.8644,-6.3455,-0.0257,0.0000,0.0000,0.0000,5.1453,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1574.9880,1574.9880,1574.9880,1574.9880,1574.9880 +1291.5000,1.0000,16781.0076,0.0000,0.0000,0.0000,0.0000,0,601.2320,82.0880,585.5121,-100.8176,5.1683,36.8644,-6.3476,0.0455,0.0000,0.0000,0.0000,5.1228,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9546,1582.4460,1582.4460,1582.4460,1582.4460,1582.4460 +1292.5000,1.0000,16780.7877,0.0000,0.0000,0.0000,0.0000,0,601.5870,79.4552,585.1666,-100.7795,5.0055,36.8644,-6.3489,-0.0324,0.0000,0.0000,0.0000,5.0379,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1556.6552,1556.6552,1556.6552,1556.6552,1556.6552 +1293.5000,1.0000,16780.5677,0.0000,0.0000,0.0000,0.0000,0,600.3550,80.2075,586.3675,-100.9116,5.0426,36.8644,-6.3442,-0.0131,0.0000,0.0000,0.0000,5.0557,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1562.9849,1562.9849,1562.9849,1562.9849,1562.9849 +1294.5000,1.0000,16780.3478,0.0000,0.0000,0.0000,0.0000,0,600.5835,79.7689,586.1444,-100.8871,5.0169,36.8644,-6.3451,0.0215,0.0000,0.0000,0.0000,4.9954,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8175,1558.8444,1558.8444,1558.8444,1558.8444,1558.8444 +1295.5000,1.0000,16780.1278,0.0000,0.0000,0.0000,0.0000,0,600.8240,80.5836,585.9097,-100.8613,5.0702,36.8644,-6.3460,-0.0127,0.0000,0.0000,0.0000,5.0828,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1567.1478,1567.1478,1567.1478,1567.1478,1567.1478 +1296.5000,1.0000,16779.9078,0.0000,0.0000,0.0000,0.0000,0,601.7015,81.8753,585.0553,-100.7672,5.1590,36.8644,-6.3493,0.0451,0.0000,0.0000,0.0000,5.1139,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1580.7681,1580.7681,1580.7681,1580.7681,1580.7681 +1297.5000,1.0000,16779.6879,0.0000,0.0000,0.0000,0.0000,0,601.9685,80.9413,584.7958,-100.7386,5.1024,36.8644,-6.3504,-0.0352,0.0000,0.0000,0.0000,5.1376,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1571.7483,1571.7483,1571.7483,1571.7483,1571.7483 +1298.5000,1.0000,16779.4679,0.0000,0.0000,0.0000,0.0000,0,601.0530,80.4800,585.6865,-100.8368,5.0656,36.8644,-6.3469,0.0014,0.0000,0.0000,0.0000,5.0642,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1566.3303,1566.3303,1566.3303,1566.3303,1566.3303 +1299.5000,1.0000,16779.2479,0.0000,0.0000,0.0000,0.0000,0,601.1290,80.6807,585.6125,-100.8286,5.0789,36.8644,-6.3472,0.0014,0.0000,0.0000,0.0000,5.0775,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8755,1568.3911,1568.3911,1568.3911,1568.3911,1568.3911 diff --git a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGearVair.vsum b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGearVair.vsum index c9c3497d312df2ae7d6eba004f0d8f4b4e504155..c56f9208680221ba8ae461ea123c5e0a94ae15ba 100644 --- a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGearVair.vsum +++ b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGearVair.vsum @@ -1,2 +1,2 @@ Job [-],Input File [-],Cycle [-],Status,Mass [kg],Loading [kg],time [s],distance [km],speed [km/h],altitudeDelta [m],FC-Map [g/h],FC-Map [g/km],FC-AUXc [g/h],FC-AUXc [g/km],FC-WHTCc [g/h],FC-WHTCc [g/km],FC-AAUX [g/h],FC-AAUX [g/km],FC-Final [g/h],FC-Final [g/km],FC-Final [l/100km],FC-Final [l/100tkm],CO2 [g/km],CO2 [g/tkm],P_wheel_in_pos [kW],P_brake_loss [kW],P_eng_out_pos [kW],P_eng_out_neg [kW],E_aux_sum [kWh],E_air [kWh],E_roll [kWh],E_grad [kWh],E_inertia [kWh],E_brake [kWh],E_gbx_axl_loss [kWh],E_ret_loss [kWh],E_tc_loss [kWh],E_eng_out_pos [kWh],E_eng_out_neg [kWh],a [m/s^2],a_pos [m/s^2],a_neg [m/s^2],AccelerationTimeShare [%],DecelerationTimeShare [%],CruiseTimeShare [%],StopTimeShare [%] -24-0,MeasuredSpeedGearVair,MeasuredSpeed_Gear_Rural_Vair.vdri,Success,8862.0000,0.0000,1298.0000,16.8070,46.6141,,6251.3983,134.1095,6251.3983,134.1095,6251.3983,134.1095,6251.3983,134.1095,6251.3983,134.1095,16.1189,,423.7859,,20.1200,1.6711,34.2473,-9.8890,1.9832,2.2254,3.1158,0.3598,0.0000,0.6025,1.5778,0.0000,0.0000,8.5047,-0.5988,-0.0003,0.2931,-0.3220,23.4387,22.2822,0.0000,14.4838 +9-0,MeasuredSpeedGearVair,MeasuredSpeed_Gear_Rural_Vair.vdri,Success,8862.0000,0.0000,1298.0000,16.8064,46.6124,15.8669,6251.8848,134.1249,6251.8848,134.1249,6251.8848,134.1249,6251.8848,134.1249,6251.8848,134.1249,16.1208,,423.8346,,20.1201,1.6711,34.1753,-9.8891,1.9832,2.2254,3.1158,0.3598,0.0000,0.6025,1.5789,0.0000,0.0000,8.5058,-0.5988,-0.0003,0.2930,-0.3220,23.4387,22.2822,0.0000,14.4838 diff --git a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGearVairAux.vsum b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGearVairAux.vsum index eb8680ba8dff4ed01af3a8a96b59273b00c8ccae..f403c41b38bdf908ba520f9e24cf0e246ce74456 100644 --- a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGearVairAux.vsum +++ b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGearVairAux.vsum @@ -1,2 +1,2 @@ Job [-],Input File [-],Cycle [-],Status,Mass [kg],Loading [kg],time [s],distance [km],speed [km/h],altitudeDelta [m],FC-Map [g/h],FC-Map [g/km],FC-AUXc [g/h],FC-AUXc [g/km],FC-WHTCc [g/h],FC-WHTCc [g/km],FC-AAUX [g/h],FC-AAUX [g/km],FC-Final [g/h],FC-Final [g/km],FC-Final [l/100km],FC-Final [l/100tkm],CO2 [g/km],CO2 [g/tkm],P_wheel_in_pos [kW],P_brake_loss [kW],P_eng_out_pos [kW],P_eng_out_neg [kW],E_aux_ALT [kWh],E_aux_sum [kWh],E_air [kWh],E_roll [kWh],E_grad [kWh],E_inertia [kWh],E_brake [kWh],E_gbx_axl_loss [kWh],E_ret_loss [kWh],E_tc_loss [kWh],E_eng_out_pos [kWh],E_eng_out_neg [kWh],a [m/s^2],a_pos [m/s^2],a_neg [m/s^2],AccelerationTimeShare [%],DecelerationTimeShare [%],CruiseTimeShare [%],StopTimeShare [%] -29-0,MeasuredSpeedGearVairAux,MeasuredSpeed_Gear_Rural_VairAux.vdri,Success,8862.0000,0.0000,1298.0000,16.8070,46.6141,,6425.9646,137.8544,6425.9646,137.8544,6425.9646,137.8544,6425.9646,137.8544,6425.9646,137.8544,16.5690,,435.6199,,20.1200,1.5967,34.2459,-10.3286,0.3984,2.3816,2.2254,3.1158,0.3598,0.0000,0.5757,1.5776,0.0000,0.0000,8.5044,-0.6255,-0.0003,0.2931,-0.3220,23.4387,22.2822,0.0000,14.4838 +4-0,MeasuredSpeedGearVairAux,MeasuredSpeed_Gear_Rural_VairAux.vdri,Success,8862.0000,0.0000,1298.0000,16.8064,46.6124,15.8669,6426.4511,137.8699,6426.4511,137.8699,6426.4511,137.8699,6426.4511,137.8699,6426.4511,137.8699,16.5709,,435.6690,,20.1201,1.5967,34.1739,-10.3286,0.3984,2.3816,2.2254,3.1158,0.3598,0.0000,0.5757,1.5788,0.0000,0.0000,8.5055,-0.6255,-0.0003,0.2930,-0.3220,23.4387,22.2822,0.0000,14.4838 diff --git a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGearVairAux_MeasuredSpeed_Gear_Rural_VairAux.vmod b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGearVairAux_MeasuredSpeed_Gear_Rural_VairAux.vmod index 4edea7d88b7e10ca0254695b4fbdfec200b8ca60..267ac2e07e0e97c9cb8b3a874fdb3b28141af5f0 100644 --- a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGearVairAux_MeasuredSpeed_Gear_Rural_VairAux.vmod +++ b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGearVairAux_MeasuredSpeed_Gear_Rural_VairAux.vmod @@ -1,1300 +1,1300 @@ -time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],P_aux_ALT,FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h] -1.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,77.1336,586.7144,-100.9497,4.8464,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8464,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1532.1652,1532.1652,1532.1652 -2.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.6135,79.2565,585.1409,-100.7767,4.9932,36.8644,-6.3490,0.0596,0.0000,0.0000,0.0000,4.9336,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1554.7089,1554.7089,1554.7089 -3.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.6135,77.3223,585.1409,-100.7767,4.8714,36.8644,-6.3490,-0.0596,0.0000,0.0000,0.0000,4.9310,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0766,1535.5221,1535.5221,1535.5221 -4.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,78.5386,586.7144,-100.9497,4.9347,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9347,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0873,1546.1031,1546.1031,1546.1031 -5.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.8505,79.3302,585.8839,-100.8585,4.9915,36.8644,-6.3461,0.0314,0.0000,0.0000,0.0000,4.9601,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0766,1554.7379,1554.7379,1554.7379 -6.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.3580,77.6272,585.3895,-100.8041,4.8885,36.8644,-6.3480,-0.0127,0.0000,0.0000,0.0000,4.9012,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1538.3115,1538.3115,1538.3115 -7.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.9385,78.7558,585.7981,-100.8491,4.9561,36.8644,-6.3464,-0.0028,0.0000,0.0000,0.0000,4.9589,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1549.1213,1549.1213,1549.1213 -8.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.4310,77.4976,586.2932,-100.9035,4.8728,36.8644,-6.3445,-0.0159,0.0000,0.0000,0.0000,4.8887,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1536.1730,1536.1730,1536.1730 -9.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.5755,77.3780,585.1778,-100.7807,4.8746,36.8644,-6.3489,0.0582,0.0000,0.0000,0.0000,4.8164,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1536.0397,1536.0397,1536.0397 -10.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,602.4260,77.0945,584.3517,-100.6895,4.8636,36.8644,-6.3521,-0.0268,0.0000,0.0000,0.0000,4.8904,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0336,1534.0098,1534.0098,1534.0098 -11.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.3960,75.8553,585.3525,-100.8000,4.7772,36.8644,-6.3482,-0.0113,0.0000,0.0000,0.0000,4.7885,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1520.7692,1520.7692,1520.7692 -12.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.6715,78.3609,586.0585,-100.8777,4.9291,36.8644,-6.3454,-0.0155,0.0000,0.0000,0.0000,4.9445,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0766,1544.9582,1544.9582,1544.9582 -13.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.3665,76.7091,586.3562,-100.9104,4.8227,36.8644,-6.3443,0.0042,0.0000,0.0000,0.0000,4.8185,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1528.2919,1528.2919,1528.2919 -14.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.7015,79.4172,585.0553,-100.7672,5.0041,36.8644,-6.3493,0.0451,0.0000,0.0000,0.0000,4.9590,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.1088,1556.3840,1556.3840,1556.3840 -15.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.4610,76.1605,585.2892,-100.7930,4.7970,36.8644,-6.3484,-0.0540,0.0000,0.0000,0.0000,4.8509,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0108,1523.8559,1523.8559,1523.8559 -16.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.1175,76.5759,585.6237,-100.8299,4.8204,36.8644,-6.3471,0.0413,0.0000,0.0000,0.0000,4.7791,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1527.6607,1527.6607,1527.6607 -17.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.1175,76.9227,585.6237,-100.8299,4.8422,36.8644,-6.3471,-0.0413,0.0000,0.0000,0.0000,4.8835,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1531.1014,1531.1014,1531.1014 -18.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.8125,78.2270,585.9210,-100.8626,4.9218,36.8644,-6.3460,0.0300,0.0000,0.0000,0.0000,4.8918,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1543.7590,1543.7590,1543.7590 -19.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.8125,76.4879,585.9210,-100.8626,4.8124,36.8644,-6.3460,-0.0300,0.0000,0.0000,0.0000,4.8424,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1526.5079,1526.5079,1526.5079 -20.5000,1.0000,0.0002,0.0000,0.0011,0.0003,0.0000,0,600.0000,75.7465,586.7144,-100.9497,4.7593,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.7593,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1518.4057,1518.4057,1518.4057 -21.5000,1.0000,0.3253,1.1695,2.3401,0.6497,0.0000,1,600.0000,163.8581,586.7144,-100.9497,10.2955,36.8644,-6.3429,0.0000,4.5643,0.0000,0.0000,5.7312,2.2822,-0.0910,0.0000,2.3732,0.0000,2.3732,0.1431,2.2301,0.0000,2.2301,0.0187,2.2114,0.0000,0.1249,0.2160,1.8705,0.9215,2481.2357,2481.2357,2481.2357 -22.5000,1.0000,0.9823,2.3640,2.3901,0.0139,0.0000,1,600.0000,112.2138,586.7144,-100.9497,7.0506,36.8644,-6.3429,0.0000,1.1980,0.0000,0.0000,5.8526,1.1854,-0.1369,0.0000,1.3224,0.0000,1.3224,0.2579,1.0644,0.0000,1.0644,0.0008,1.0636,0.0000,0.5462,0.4366,0.0808,0.9657,1897.1377,1897.1377,1897.1377 -23.5000,1.0000,1.8550,3.1405,3.8931,0.4175,0.0000,1,600.0000,182.2086,586.7144,-100.9497,11.4485,36.8644,-6.3429,0.0000,5.7919,0.0000,0.0000,5.6566,4.6736,-0.2429,0.0000,4.9165,0.0000,4.9165,0.3623,4.5542,0.0000,4.5542,0.0323,4.5219,0.0000,0.7143,0.5800,3.2276,0.9215,2688.7795,2688.7795,2688.7795 -24.5000,1.0000,3.1981,4.8340,5.7771,0.5233,0.0000,1,600.0000,245.0940,586.7144,-100.9497,15.3997,36.8644,-6.3429,0.0000,9.6284,0.0000,0.0000,5.7713,8.0581,-0.4301,0.0000,8.4882,0.0000,8.4882,0.5715,7.9167,0.0000,7.9167,0.0624,7.8544,0.0000,0.7341,0.8927,6.2275,0.8443,3473.9677,3473.9677,3473.9677 -25.5000,1.0000,4.8080,5.7945,5.8141,0.0103,0.0000,2,601.1940,135.8071,585.5491,-100.8217,8.5500,36.8644,-6.3474,0.0441,2.5064,0.0000,0.0000,5.9995,2.5034,-0.2072,0.0000,2.7106,0.0000,2.7106,0.6322,2.0784,0.0000,2.0784,0.0015,2.0769,0.0000,0.8602,1.0701,0.1466,0.9104,2167.4829,2167.4829,2167.4829 -26.5000,1.0000,6.3758,5.6430,5.4741,-0.0944,0.0000,2,609.1785,114.1740,577.8744,-99.9652,7.2835,36.8644,-6.3771,0.2540,0.9702,0.0000,0.0000,6.0593,1.0115,-0.2035,0.0000,1.2150,0.0000,1.2150,0.6157,0.5993,0.0000,0.5993,-0.0131,0.6124,0.0000,0.8822,1.0421,-1.3119,0.9434,1946.2466,1946.2466,1946.2466 -27.5000,1.0000,7.8407,5.2725,5.0731,-0.1114,0.0000,2,611.0480,99.0478,576.1064,-99.7647,6.3379,36.8644,-6.3838,-0.1847,0.5727,0.0000,0.0000,5.9499,0.5905,-0.1909,0.0000,0.7814,0.0000,0.7814,0.5753,0.2061,0.0000,0.2061,-0.0145,0.2206,0.0000,0.6926,0.9737,-1.4457,0.9434,1778.1426,1778.1426,1778.1426 -28.5000,1.0000,9.1880,4.8490,4.6271,-0.1239,0.0000,2,604.8295,97.4042,582.0295,-100.4317,6.1693,36.8644,-6.3611,-0.0482,0.3744,0.0000,0.0000,5.8432,0.3916,-0.1741,0.0000,0.5657,0.0000,0.5657,0.5291,0.0366,0.0000,0.0366,-0.0148,0.0514,0.0000,0.6347,0.8955,-1.4788,0.9214,1737.6926,1737.6926,1737.6926 -29.5000,1.0000,10.4759,4.6355,4.6461,0.0053,0.0000,2,602.4260,128.4885,584.3517,-100.6895,8.1058,36.8644,-6.3521,-0.0409,2.2632,0.0000,0.0000,5.8835,2.2544,-0.1629,0.0000,2.4173,0.0000,2.4173,0.5058,1.9116,0.0000,1.9116,0.0006,1.9110,0.0000,0.9947,0.8561,0.0602,0.9104,2088.3248,2088.3248,2088.3248 -30.5000,1.0000,11.7361,4.5355,4.4271,-0.0608,0.0000,2,600.6600,113.6517,586.0697,-100.8789,7.1488,36.8644,-6.3454,-0.0243,1.3071,0.0000,0.0000,5.8660,1.3380,-0.1513,0.0000,1.4893,0.0000,1.4893,0.4949,0.9944,0.0000,0.9944,-0.0068,1.0012,0.0000,0.8428,0.8376,-0.6792,0.9214,1915.3375,1915.3375,1915.3375 -31.5000,1.0000,13.0775,4.8280,5.2311,0.2233,0.0000,2,600.0000,172.0349,586.7144,-100.9497,10.8093,36.8644,-6.3429,0.0000,4.9755,0.0000,0.0000,5.8337,4.5931,-0.2178,0.0000,4.8109,0.0000,4.8109,0.5268,4.2842,0.0000,4.2842,0.0266,4.2576,0.0000,0.7117,0.8916,2.6543,0.9546,2573.7147,2573.7147,2573.7147 -32.5000,1.0000,14.6352,5.6065,5.9841,0.2092,0.0000,2,600.0000,176.6258,586.7144,-100.9497,11.0977,36.8644,-6.3429,0.0000,5.2904,0.0000,0.0000,5.8073,4.9575,-0.2517,0.0000,5.2092,0.0000,5.2092,0.6117,4.5975,0.0000,4.5975,0.0289,4.5686,0.0000,0.6464,1.0354,2.8868,0.9436,2625.6383,2625.6383,2625.6383 -33.5000,1.0000,16.2983,5.9860,5.9901,0.0017,0.0000,2,610.1970,136.0561,576.9098,-99.8560,8.6939,36.8644,-6.3808,0.3821,2.3499,0.0000,0.0000,5.9619,2.3880,-0.2116,0.0000,2.5996,0.0000,2.5996,0.6531,1.9465,0.0000,1.9465,0.0002,1.9463,0.0000,0.8162,1.1055,0.0246,0.9323,2196.7222,2196.7222,2196.7222 -34.5000,1.0000,17.9363,5.8955,5.8031,-0.0519,0.0000,2,616.9605,112.5129,570.5854,-99.1306,7.2692,36.8644,-6.4046,-0.1301,1.4541,0.0000,0.0000,5.9452,1.4693,-0.2107,0.0000,1.6800,0.0000,1.6800,0.6432,1.0368,0.0000,1.0368,-0.0076,1.0443,0.0000,0.7094,1.0888,-0.7539,0.9433,1950.3002,1950.3002,1950.3002 -35.5000,1.0000,19.5455,5.7920,5.7831,-0.0056,0.0000,2,607.4615,121.4907,579.5077,-100.1494,7.7284,36.8644,-6.3708,-0.2263,2.0985,0.0000,0.0000,5.8562,2.0812,-0.1999,0.0000,2.2810,0.0000,2.2810,0.6320,1.6491,0.0000,1.6491,-0.0008,1.6499,0.0000,0.6594,1.0696,-0.0792,0.9324,2023.9594,2023.9594,2023.9594 -36.5000,1.0000,21.1608,5.8140,5.8471,0.0178,0.0000,2,600.6980,130.4875,586.0326,-100.8749,8.2083,36.8644,-6.3455,-0.0257,2.3958,0.0000,0.0000,5.8383,2.3799,-0.2053,0.0000,2.5852,0.0000,2.5852,0.6344,1.9508,0.0000,1.9508,0.0025,1.9483,0.0000,0.6202,1.0737,0.2544,0.9214,2105.8618,2105.8618,2105.8618 -37.5000,1.0000,22.8367,6.0320,6.2191,0.1033,0.0000,2,601.1560,155.3716,585.5862,-100.8257,9.7811,36.8644,-6.3473,0.0427,3.8884,0.0000,0.0000,5.8500,3.7793,-0.2423,0.0000,4.0216,0.0000,4.0216,0.6581,3.3635,0.0000,3.3635,0.0154,3.3481,0.0000,0.6998,1.1140,1.5344,0.9435,2388.6459,2388.6459,2388.6459 -38.5000,1.0000,24.6210,6.4225,6.6281,0.1136,0.0000,2,620.5085,170.8130,567.3228,-98.7500,11.0993,36.8644,-6.4167,0.6934,4.3658,0.0000,0.0000,6.0402,4.3551,-0.2686,0.0000,4.6238,0.0000,4.6238,0.7007,3.9230,0.0000,3.9230,0.0180,3.9050,0.0000,0.9227,1.1861,1.7962,0.9432,2620.0872,2620.0872,2620.0872 -39.5000,1.0000,26.4923,6.7355,6.8451,0.0603,0.0000,2,661.8220,154.7667,531.9083,-94.3188,10.7262,36.8644,-6.5368,0.9395,3.5774,0.0000,0.0000,6.2092,3.6437,-0.2657,0.0000,3.9094,0.0000,3.9094,0.7349,3.1745,0.0000,3.1745,0.0100,3.1645,0.0000,0.9211,1.2439,0.9994,0.9332,2559.8585,2559.8585,2559.8585 -40.5000,1.0000,28.4367,6.9985,7.1541,0.0858,0.0000,2,694.2470,152.5483,507.0654,-90.8409,11.0905,36.8644,-6.6043,0.3968,4.2829,0.0000,0.0000,6.4107,4.2466,-0.2884,0.0000,4.5350,0.0000,4.5350,0.7636,3.7714,0.0000,3.7714,0.0148,3.7566,0.0000,0.9854,1.2924,1.4787,0.9601,2629.9365,2629.9365,2629.9365 -41.5000,1.0000,30.4557,7.2675,7.3831,0.0636,0.0000,2,718.3565,130.4107,490.0473,-88.2549,9.8103,36.8644,-6.6391,0.6530,3.9111,0.0000,0.0000,5.2462,3.9298,-0.2924,0.0000,4.2222,0.0000,4.2222,0.7929,3.4293,0.0000,3.4293,0.0114,3.4179,0.0000,0.9377,1.3421,1.1380,0.9386,2450.3216,2450.3216,2450.3216 -42.5000,1.0000,32.5185,7.4250,7.4691,0.0239,0.0000,2,745.7465,113.9157,472.0487,-85.3171,8.8962,36.8644,-6.6628,0.5765,2.9734,0.0000,0.0000,5.3463,3.0062,-0.2795,0.0000,3.2857,0.0000,3.2857,0.8101,2.4756,0.0000,2.4756,0.0044,2.4712,0.0000,0.6633,1.3712,0.4366,0.9527,2344.1530,2344.1530,2344.1530 -43.5000,1.0000,34.5915,7.4615,7.4561,-0.0036,0.0000,2,765.5450,106.3254,459.8406,-83.1935,8.5239,36.8644,-6.6694,0.3390,2.8470,0.0000,0.0000,5.3379,2.8763,-0.2783,0.0000,3.1546,0.0000,3.1546,0.8141,2.3405,0.0000,2.3405,-0.0007,2.3412,0.0000,1.0295,1.3780,-0.0663,0.9312,2316.4146,2316.4146,2316.4146 -44.5000,1.0000,36.6589,7.4415,7.4291,-0.0075,0.0000,2,768.1010,95.1589,458.3103,-82.9194,7.6541,36.8644,-6.6696,-0.2195,2.5390,0.0000,0.0000,5.3347,2.5282,-0.2756,0.0000,2.8038,0.0000,2.8038,0.8119,1.9919,0.0000,1.9919,-0.0014,1.9932,0.0000,0.7564,1.3743,-0.1374,0.9429,2184.8429,2184.8429,2184.8429 -45.5000,1.0000,38.7174,7.4095,7.3921,-0.0103,0.0000,2,766.2320,99.1282,459.4283,-83.1198,7.9540,36.8644,-6.6695,0.1310,2.4647,0.0000,0.0000,5.3583,2.4798,-0.2745,0.0000,2.7543,0.0000,2.7543,0.8084,1.9459,0.0000,1.9459,-0.0019,1.9477,0.0000,0.7668,1.3684,-0.1875,0.9648,2234.7295,2234.7295,2234.7295 -46.5000,1.0000,40.7695,7.3865,7.3831,-0.0025,0.0000,2,768.2540,103.3453,458.2191,-82.9030,8.3143,36.8644,-6.6697,-0.0360,2.9959,0.0000,0.0000,5.3544,2.9947,-0.2777,0.0000,3.2724,0.0000,3.2724,0.8059,2.4665,0.0000,2.4665,-0.0005,2.4670,0.0000,1.1483,1.3641,-0.0455,0.9539,2290.6610,2290.6610,2290.6610 -47.5000,1.0000,42.8242,7.3955,7.4101,0.0075,0.0000,2,764.5155,103.4034,460.4598,-83.3039,8.2785,36.8644,-6.6693,-0.1397,3.0938,0.0000,0.0000,5.3243,3.0762,-0.2798,0.0000,3.3559,0.0000,3.3559,0.8069,2.5490,0.0000,2.5490,0.0014,2.5477,0.0000,1.0454,1.3658,0.1365,0.9759,2280.3449,2280.3449,2280.3449 -48.5000,1.0000,44.8721,7.3715,7.3351,-0.0208,0.0000,2,762.7225,101.2569,461.5422,-83.4963,8.0876,36.8644,-6.6690,0.0554,2.6932,0.0000,0.0000,5.3391,2.7111,-0.2712,0.0000,2.9823,0.0000,2.9823,0.8043,2.1780,0.0000,2.1780,-0.0038,2.1818,0.0000,1.1985,1.3613,-0.3780,0.9646,2250.8062,2250.8062,2250.8062 -49.5000,1.0000,46.9072,7.3250,7.3171,-0.0050,0.0000,2,758.8695,103.0255,463.8856,-83.9095,8.1873,36.8644,-6.6682,-0.2347,3.1089,0.0000,0.0000,5.3130,3.0921,-0.2773,0.0000,3.3694,0.0000,3.3694,0.7992,2.5701,0.0000,2.5701,-0.0009,2.5711,0.0000,1.3085,1.3527,-0.0902,0.9534,2259.5003,2259.5003,2259.5003 -50.5000,1.0000,48.9386,7.3120,7.3091,-0.0022,0.0000,2,753.8340,105.1518,466.9843,-84.4496,8.3008,36.8644,-6.6666,0.0000,3.0192,0.0000,0.0000,5.2816,3.0209,-0.2753,0.0000,3.2961,0.0000,3.2961,0.7978,2.4983,0.0000,2.4983,-0.0004,2.4987,0.0000,1.1884,1.3503,-0.0400,0.9642,2268.7702,2268.7702,2268.7702 -51.5000,1.0000,50.9592,7.2730,7.2391,-0.0194,0.0000,2,752.8420,99.0014,467.5996,-84.5560,7.8050,36.8644,-6.6662,-0.0459,2.5740,0.0000,0.0000,5.2768,2.5831,-0.2666,0.0000,2.8496,0.0000,2.8496,0.7935,2.0561,0.0000,2.0561,-0.0035,2.0596,0.0000,1.0646,1.3431,-0.3481,0.9531,2193.6613,2193.6613,2193.6613 -52.5000,1.0000,52.8381,6.7630,6.2891,-0.2639,0.0000,2,747.1580,42.9029,471.1569,-85.1657,3.3568,36.8644,-6.6636,-0.2153,-1.6862,0.0000,0.0000,5.2583,-1.8022,-0.2842,0.0000,-1.5180,0.0000,-1.5180,0.7379,-2.2559,0.0000,-2.2559,-0.0440,-2.2119,0.0000,0.9324,1.2490,-4.3933,0.9638,1394.4043,1394.4043,1394.4043 -53.5000,1.0000,54.5422,6.1335,5.9801,-0.0858,0.0000,2,706.2640,58.6096,498.4377,-89.5519,4.3348,36.8644,-6.6232,-1.5702,0.9931,0.0000,0.0000,4.9118,0.9666,-0.2268,0.0000,1.1933,0.0000,1.1933,0.6692,0.5241,0.0000,0.5241,-0.0130,0.5371,0.0000,0.7004,1.1327,-1.2960,0.9493,1493.4894,1493.4894,1493.4894 -54.5000,1.0000,56.1628,5.8330,5.6881,-0.0811,0.0000,2,642.4050,71.5782,547.9855,-96.4014,4.8152,36.8644,-6.4852,-1.0911,1.1103,0.0000,0.0000,4.7961,1.0897,-0.2115,0.0000,1.3012,0.0000,1.3012,0.6364,0.6648,0.0000,0.6648,-0.0117,0.6765,0.0000,0.7639,1.0772,-1.1647,0.9432,1516.0687,1516.0687,1516.0687 -55.5000,1.0000,57.7567,5.7370,5.7881,0.0278,0.0000,2,607.5380,115.9039,579.4348,-100.1412,7.3739,36.8644,-6.3711,-0.2690,2.9063,0.0000,0.0000,4.7366,2.8470,-0.2123,0.0000,3.0593,0.0000,3.0593,0.6260,2.4334,0.0000,2.4334,0.0039,2.4294,0.0000,0.9777,1.0595,0.3923,0.9213,1960.9967,1960.9967,1960.9967 -56.5000,1.0000,59.3423,5.7070,5.6281,-0.0444,0.0000,2,600.2135,105.0045,586.5057,-100.9268,6.6000,36.8644,-6.3437,-0.0042,1.8627,0.0000,0.0000,4.7415,1.8888,-0.1978,0.0000,2.0867,0.0000,2.0867,0.6227,1.4640,0.0000,1.4640,-0.0063,1.4702,0.0000,1.0407,1.0539,-0.6244,0.9436,1816.2278,1816.2278,1816.2278 -57.5000,1.0000,60.8525,5.4355,5.2451,-0.1064,0.0000,2,600.0495,85.5571,586.6660,-100.9444,5.3762,36.8644,-6.3430,-0.0018,0.6879,0.0000,0.0000,4.6901,0.7130,-0.1970,0.0000,0.9100,0.0000,0.9100,0.5931,0.3169,0.0000,0.3169,-0.0143,0.3312,0.0000,0.7509,1.0038,-1.4235,0.9325,1615.7723,1615.7723,1615.7723 -58.5000,1.0000,62.2524,5.0385,4.8341,-0.1142,0.0000,2,600.5075,88.2909,586.2185,-100.8953,5.5522,36.8644,-6.3448,0.0187,0.6344,0.0000,0.0000,4.8990,0.6620,-0.1798,0.0000,0.8417,0.0000,0.8417,0.5497,0.2920,0.0000,0.2920,-0.0142,0.3062,0.0000,0.7917,0.9305,-1.4160,0.9436,1643.3123,1643.3123,1643.3123 -59.5000,1.0000,63.4335,4.2510,3.6701,-0.3233,0.0000,2,601.0150,50.8358,585.7235,-100.8409,3.1995,36.8644,-6.3467,0.0000,-1.6632,0.0000,0.0000,4.8628,-1.9271,-0.1713,0.0000,-1.7558,0.0000,-1.7558,0.4638,-2.2196,0.0000,-2.2196,-0.0339,-2.1857,0.0000,0.4128,0.7851,-3.3835,0.9325,1272.2245,1272.2245,1272.2245 -60.5000,1.0000,64.3847,3.4230,3.1781,-0.1367,0.0000,1,600.5075,72.5395,586.2185,-100.8953,4.5616,36.8644,-6.3448,-0.0187,-0.3113,0.0000,0.0000,4.8917,-0.3351,-0.2343,0.0000,-0.1008,0.0000,-0.1008,0.3735,-0.4743,0.0000,-0.4743,-0.0115,-0.4628,0.0000,0.0567,0.6321,-1.1516,0.9325,1487.0588,1487.0588,1487.0588 -61.5000,1.0000,65.2125,2.9790,2.7821,-0.1100,0.0000,1,600.7360,73.4937,585.9956,-100.8708,4.6234,36.8644,-6.3457,0.0272,-0.1252,0.0000,0.0000,4.7214,-0.1342,-0.1966,0.0000,0.0623,0.0000,0.0623,0.3250,-0.2627,0.0000,-0.2627,-0.0081,-0.2546,0.0000,0.0019,0.5501,-0.8067,0.9436,1496.7346,1496.7346,1496.7346 -62.5000,1.0000,65.9857,2.7825,2.7851,0.0008,0.0000,1,601.0145,84.5121,585.7240,-100.8409,5.3190,36.8644,-6.3467,-0.0169,0.6505,0.0000,0.0000,4.6855,0.6496,-0.1736,0.0000,0.8232,0.0000,0.8232,0.3036,0.5196,0.0000,0.5196,0.0001,0.5196,0.0000,0.0000,0.5139,0.0057,0.9325,1606.2938,1606.2938,1606.2938 -63.5000,1.0000,66.7962,2.9165,3.0501,0.0736,0.0000,1,600.2785,93.0013,586.4422,-100.9199,5.8462,36.8644,-6.3439,-0.0103,1.2678,0.0000,0.0000,4.5886,1.2121,-0.1785,0.0000,1.3906,0.0000,1.3906,0.3182,1.0724,0.0000,1.0724,0.0053,1.0671,0.0000,0.0000,0.5386,0.5285,0.9104,1689.8288,1689.8288,1689.8288 -64.5000,1.0000,67.6255,2.9845,2.9211,-0.0358,0.0000,1,613.5155,87.5910,573.7893,-99.5001,5.6275,36.8644,-6.3926,0.5092,0.4014,0.0000,0.0000,4.7168,0.4193,-0.1916,0.0000,0.6109,0.0000,0.6109,0.3256,0.2853,0.0000,0.2853,-0.0026,0.2879,0.0000,0.0000,0.5512,-0.2633,0.9102,1648.3367,1648.3367,1648.3367 -65.5000,1.0000,68.5972,3.4970,4.0751,0.3206,0.0000,1,613.5155,130.1369,573.7893,-99.5001,8.3609,36.8644,-6.3926,-0.5092,4.2553,0.0000,0.0000,4.6149,3.5722,-0.2423,0.0000,3.8145,0.0000,3.8145,0.3816,3.4329,0.0000,3.4329,0.0276,3.4053,0.0000,0.0000,0.6458,2.7595,0.9212,2139.5160,2139.5160,2139.5160 -66.5000,1.0000,69.9801,4.9770,5.8811,0.5017,0.0000,1,600.0000,210.2664,586.7144,-100.9497,13.2114,36.8644,-6.3429,0.0000,8.5948,0.0000,0.0000,4.6166,7.2749,-0.4249,0.0000,7.6997,0.0000,7.6997,0.5728,7.1270,0.0000,7.1270,0.0616,7.0654,0.0000,0.0000,0.9191,6.1463,0.9325,3022.9502,3022.9502,3022.9502 -67.5000,1.0000,71.7564,6.3935,6.9081,0.2853,0.0000,2,613.0195,182.9633,574.2536,-99.5533,11.7454,36.8644,-6.3908,0.4901,6.4625,0.0000,0.0000,4.7928,6.1091,-0.3041,0.0000,6.4132,0.0000,6.4132,0.6976,5.7156,0.0000,5.7156,0.0450,5.6706,0.0000,0.0000,1.1807,4.4899,0.9434,2735.5276,2735.5276,2735.5276 -68.5000,1.0000,73.9076,7.7435,8.5811,0.4647,0.0000,2,671.9690,259.1333,523.8763,-93.2304,18.2348,36.8644,-6.5605,1.8954,11.2038,0.0000,0.0000,5.1356,10.8026,-0.4549,0.0000,11.2576,0.0000,11.2576,0.8803,10.3773,0.0000,10.3773,0.0887,10.2885,0.0000,0.0000,1.4300,8.8585,0.9341,3930.3382,3930.3382,3930.3382 -69.5000,1.0000,76.3548,8.8085,9.0381,0.1269,0.0000,2,807.6600,176.2933,547.8693,-78.9502,14.9105,46.3377,-6.6774,4.4521,4.6059,0.0000,0.0000,5.8525,4.9884,-0.3796,0.0000,5.3680,0.0000,5.3680,0.9611,4.4069,0.0000,4.4069,0.0276,4.3793,0.0000,0.0000,1.6267,2.7526,0.9460,3365.5970,3365.5970,3365.5970 -70.5000,1.0000,79.0926,9.8550,10.6741,0.4544,0.0000,2,916.8765,223.6664,497.4272,-71.3819,21.4753,47.7605,-6.8537,1.0955,14.2820,0.0000,0.0000,6.0979,13.4672,-0.6045,0.0000,14.0716,0.0000,14.0716,1.1166,12.9551,0.0000,12.9551,0.1104,12.8447,0.0000,0.0000,1.8200,11.0247,0.9576,4546.1374,4546.1374,4546.1374 -71.5000,1.0000,82.2347,11.3105,11.9491,0.3542,0.0000,2,1027.6570,234.1016,606.4041,-68.6066,25.1931,65.2588,-7.3832,5.7635,12.2505,0.0000,0.0000,7.1791,12.6274,-0.6596,0.0000,13.2870,0.0000,13.2870,1.2385,12.0485,0.0000,12.0485,0.0988,11.9497,0.0000,0.0000,2.0888,9.8609,0.9830,5292.8324,5292.8324,5292.8324 -72.5000,1.0000,85.8885,13.1525,14.3581,0.6692,0.0000,2,1180.1325,309.2961,619.2427,-78.5651,38.2238,76.5280,-9.7093,4.4318,25.8336,0.0000,0.0000,7.9585,24.8925,-1.0162,0.0000,25.9087,0.0000,25.9087,1.5971,24.3116,0.0000,24.3116,0.2170,24.0946,0.0000,0.0000,2.4289,21.6657,1.0321,7767.7171,7767.7171,7767.7171 -73.5000,1.0000,90.2405,15.6660,16.9761,0.7272,0.0000,2,1360.0745,362.7826,722.9867,-89.2440,51.6699,102.9726,-12.7107,9.9219,31.7296,0.0000,0.0000,10.0185,31.8404,-1.3153,0.0000,33.1557,0.0000,33.1557,1.9367,31.2189,0.0000,31.2189,0.2809,30.9381,0.0000,0.0000,2.8931,28.0449,1.0435,10416.6154,10416.6154,10416.6154 -74.5000,1.0000,95.3702,18.4660,19.9581,0.8283,0.0000,2,1637.0640,412.2837,823.4390,-104.7934,70.6790,141.1646,-17.9650,15.9042,41.4621,0.0000,0.0000,13.3127,42.0718,-1.7228,0.0000,43.7946,0.0000,43.7946,2.3536,41.4410,0.0000,41.4410,0.3771,41.0639,0.0000,0.0000,3.4102,37.6537,1.1319,14260.1894,14260.1894,14260.1894 -75.5000,1.0000,101.0846,20.5705,21.1851,0.3408,0.0000,2,1955.1765,283.5610,858.6665,-116.4269,58.0579,175.8082,-23.8379,19.2008,20.9515,0.0000,0.0000,17.9056,22.0088,-1.4664,0.0000,23.4751,0.0000,23.4751,2.2444,21.2307,0.0000,21.2307,0.1729,21.0579,0.0000,0.0000,3.7989,17.2590,1.1791,12310.9550,12310.9550,12310.9550 -76.5000,1.0000,106.9148,20.9875,20.7921,-0.1092,0.0000,2,2012.9700,10.7782,738.1181,-119.1038,2.2720,155.5936,-25.1068,-12.6240,-0.8229,0.0000,0.0000,15.7189,-0.7885,-1.2578,0.0000,0.4693,0.0000,0.4693,2.2899,-1.8206,0.0000,-1.8206,-0.0565,-1.7641,0.0000,0.0000,3.8759,-5.6400,1.1957,3799.4135,3799.4135,3799.4135 -77.5000,1.0000,112.7231,20.9090,21.0281,0.0656,0.0000,3,1595.2160,-67.5247,418.2275,-103.1897,-11.2800,69.8652,-17.2379,-30.9205,11.1586,0.0000,0.0000,8.4819,8.9005,-0.6502,0.0000,9.5507,0.0000,9.5507,2.2813,7.2694,0.0000,7.2694,0.0338,7.2356,0.0000,0.0000,3.8614,3.3742,1.1365,737.6996,737.6996,737.6996 -78.5000,1.0000,118.8292,21.9805,22.9351,0.5297,0.0000,3,1294.9950,346.8168,494.4274,-85.3842,47.0324,67.0501,-11.5791,1.2257,35.4133,0.0000,0.0000,10.3933,34.3449,-1.2169,0.0000,35.5619,0.0000,35.5619,2.5530,33.0089,0.0000,33.0089,0.2871,32.7218,0.0000,0.0000,4.0593,28.6626,1.0681,9522.7989,9522.7989,9522.7989 -79.5000,1.0000,125.5773,24.2920,25.6511,0.7544,0.0000,3,1373.7700,477.9774,710.5950,-90.0562,68.7622,102.2268,-12.9556,5.3456,51.9057,0.0000,0.0000,11.5110,51.4249,-1.6561,0.0000,53.0810,0.0000,53.0810,3.0282,50.0529,0.0000,50.0529,0.4518,49.6010,0.0000,0.0000,4.4861,45.1149,1.0756,13630.4080,13630.4080,13630.4080 -80.5000,1.0000,133.0302,26.8295,28.0101,0.6553,0.0000,3,1515.9460,443.3368,785.8776,-98.4884,70.3795,124.7577,-15.6350,7.3371,49.7988,0.0000,0.0000,13.2436,50.1816,-1.7283,0.0000,51.9100,0.0000,51.9100,3.2438,48.6662,0.0000,48.6662,0.4335,48.2328,0.0000,0.0000,4.9547,43.2780,1.1341,14049.0978,14049.0978,14049.0978 -81.5000,1.0000,141.1505,29.2320,30.4561,0.6794,0.0000,3,1681.7350,455.0803,808.2482,-106.3843,80.1446,142.3413,-18.7354,8.9826,55.8549,0.0000,0.0000,15.3071,56.3846,-1.9569,0.0000,58.3415,0.0000,58.3415,3.5610,54.7806,0.0000,54.7806,0.4897,54.2909,0.0000,0.0000,5.3984,48.8924,1.1423,16076.2497,16076.2497,16076.2497 -82.5000,1.0000,150.0661,32.0950,33.7361,0.9111,0.0000,3,1847.5240,553.9048,830.2317,-112.3818,107.1652,160.6268,-21.7428,8.9420,80.8926,0.0000,0.0000,17.3307,80.2431,-2.5806,0.0000,82.8237,0.0000,82.8237,4.1913,78.6324,0.0000,78.6324,0.7210,77.9115,0.0000,0.0000,5.9272,71.9843,1.1906,21238.1272,21238.1272,21238.1272 -83.5000,1.0000,159.9652,35.6355,37.5371,1.0558,0.0000,3,2039.4065,638.3240,841.6259,-121.1271,136.3244,179.7428,-25.8687,14.1610,101.5763,0.0000,0.0000,20.5871,101.7798,-3.1983,0.0000,104.9781,0.0000,104.9781,4.8489,100.1292,0.0000,100.1292,0.9276,99.2016,0.0000,0.0000,6.5810,92.6206,1.2151,27088.2430,27088.2430,27088.2430 -84.5000,1.0000,170.8220,39.0835,40.6321,0.8597,0.0000,3,2272.5645,552.7974,746.5083,-137.5519,131.5560,177.6558,-32.7349,16.7596,91.4383,0.0000,0.0000,23.3581,92.6036,-3.1848,0.0000,95.7884,0.0000,95.7884,5.0278,90.7605,0.0000,90.7605,0.8284,89.9321,0.0000,0.0000,7.2178,82.7143,1.2442,26799.9048,26799.9048,26799.9048 -85.5000,1.0000,182.1279,40.7000,40.7701,0.0383,0.0000,3,2446.3265,173.9471,658.6779,-145.8192,44.5616,168.7393,-37.3558,8.0634,13.9157,0.0000,0.0000,22.5824,14.1970,-1.6391,0.0000,15.8361,0.0000,15.8361,4.4407,11.3954,0.0000,11.3954,0.0385,11.3569,0.0000,0.0000,7.5163,3.8406,1.2723,10874.6117,10874.6117,10874.6117 -86.5000,1.0000,193.3820,40.5135,40.2591,-0.1419,0.0000,4,2056.0005,-122.3971,552.8347,-122.3971,-26.3526,119.0274,-26.3526,-56.0597,17.1895,0.0000,0.0000,12.5177,13.5629,-0.9402,0.0000,14.5031,0.0000,14.5031,4.4203,10.0828,16.8989,-6.8162,-0.1418,-6.6744,0.0000,0.0000,7.4818,-14.1562,1.1897,0.0000,0.0000,0.0000 -87.5000,1.0000,204.6963,40.7305,41.2041,0.2625,0.0000,4,1619.8595,285.9237,587.1783,-104.1807,48.5016,99.6038,-17.6723,0.7817,37.3620,0.0000,0.0000,10.3579,37.1127,-1.4364,0.0000,38.5491,0.0000,38.5491,4.4440,34.1051,0.0000,34.1051,0.2636,33.8415,0.0000,0.0000,7.5219,26.3195,1.1412,10069.2010,10069.2010,10069.2010 -88.5000,1.0000,216.2615,41.6335,42.0651,0.2392,0.0000,4,1643.0915,272.8830,726.5730,-105.0081,46.9534,125.0172,-18.0681,1.5512,35.5957,0.0000,0.0000,9.8064,35.5611,-1.4273,0.0000,36.9884,0.0000,36.9884,4.5425,32.4458,0.0000,32.4458,0.2455,32.2003,0.0000,0.0000,7.6887,24.5117,1.1456,9799.2008,9799.2008,9799.2008 -89.5000,1.0000,228.0696,42.5080,42.9531,0.2467,0.0000,4,1669.4515,274.0180,726.1046,-105.9468,47.9051,126.9409,-18.5221,1.1264,37.2185,0.0000,0.0000,9.5602,37.0762,-1.4818,0.0000,38.5580,0.0000,38.5580,4.6380,33.9200,0.0000,33.9200,0.2585,33.6615,0.0000,0.0000,7.8502,25.8113,1.1255,10025.9151,10025.9151,10025.9151 -90.5000,1.0000,240.1113,43.3490,43.7471,0.2206,0.0000,4,1711.3375,265.8153,748.2654,-107.4385,47.6370,134.0973,-19.2541,3.2474,34.7385,0.0000,0.0000,9.6511,35.0448,-1.4618,0.0000,36.5066,0.0000,36.5066,4.7297,31.7769,0.0000,31.7769,0.2357,31.5411,0.0000,0.0000,8.0055,23.5357,1.1379,10022.8985,10022.8985,10022.8985 -91.5000,1.0000,252.4513,44.4230,45.1011,0.3761,0.0000,4,1752.4225,348.1307,743.2744,-108.9017,63.8866,136.4007,-19.9849,1.0961,53.2809,0.0000,0.0000,9.5095,52.7862,-1.8604,0.0000,54.6465,0.0000,54.6465,4.9013,49.7452,0.0000,49.7452,0.4119,49.3333,0.0000,0.0000,8.2038,41.1295,1.1781,13066.1543,13066.1543,13066.1543 -92.5000,1.0000,265.1875,45.8490,46.5991,0.4161,0.0000,4,1788.7390,381.8770,778.9665,-110.1950,71.5318,145.9131,-20.6413,2.8704,59.1013,0.0000,0.0000,9.5601,59.0008,-2.0292,0.0000,61.0300,0.0000,61.0300,5.1281,55.9019,0.0000,55.9019,0.4704,55.4315,0.0000,0.0000,8.4672,46.9644,1.1758,14570.6017,14570.6017,14570.6017 -93.5000,1.0000,278.4461,47.7300,48.8631,0.6289,0.0000,4,1847.4480,519.3545,797.7149,-112.3789,100.4766,154.3294,-21.7413,3.6961,87.0306,0.0000,0.0000,9.7498,86.5135,-2.6556,0.0000,89.1691,0.0000,89.1691,5.7230,83.4461,0.0000,83.4461,0.7401,82.7061,0.0000,0.0000,8.8146,73.8915,1.1791,20053.3431,20053.3431,20053.3431 -94.5000,1.0000,292.2769,49.7895,50.7181,0.5153,0.0000,4,1922.4080,451.7533,830.7873,-115.1956,90.9443,167.2492,-23.1905,5.0035,75.9817,0.0000,0.0000,9.9591,76.2366,-2.5016,0.0000,78.7383,0.0000,78.7383,5.7558,72.9825,0.0000,72.9825,0.6325,72.3500,0.0000,0.0000,9.1949,63.1551,1.1791,18385.4269,18385.4269,18385.4269 -95.5000,1.0000,306.4393,50.9835,51.2511,0.1481,0.0000,4,2018.6160,228.8052,824.8128,-119.5359,48.3669,174.3563,-25.2686,6.6725,31.4565,0.0000,0.0000,10.2378,32.1274,-1.6185,0.0000,33.7458,0.0000,33.7458,5.5627,28.1831,0.0000,28.1831,0.1861,27.9970,0.0000,0.0000,9.4154,18.5816,1.1683,10597.9039,10597.9039,10597.9039 -96.5000,1.0000,320.6945,51.3175,51.3861,0.0375,0.0000,4,1981.6510,86.5092,730.8846,-117.4217,17.9522,151.6717,-24.3671,-11.0488,19.4305,0.0000,0.0000,9.5705,18.5159,-1.3450,0.0000,19.8609,0.0000,19.8609,5.5991,14.2618,0.0000,14.2618,0.0474,14.2143,0.0000,0.0000,9.4771,4.7372,1.3184,5454.8376,5454.8376,5454.8376 -97.5000,1.0000,335.1789,52.1430,52.9021,0.4211,0.0000,5,1644.2740,379.2648,507.6148,-105.0502,65.3048,87.4052,-18.0884,-24.8993,82.5956,0.0000,0.0000,7.6086,69.2030,-0.8630,0.0000,70.0661,0.0000,70.0661,5.8419,64.2242,0.0000,64.2242,0.5414,63.6828,0.0000,0.0000,9.6295,54.0533,1.2808,13245.7902,13245.7902,13245.7902 -98.5000,1.0000,350.0737,53.6200,54.3401,0.3994,0.0000,5,1426.1460,521.1981,740.2817,-93.1625,77.8387,110.5579,-13.9134,2.4924,67.7997,0.0000,0.0000,7.5466,68.2376,-0.8807,0.0000,69.1182,0.0000,69.1182,5.9634,63.1548,0.0000,63.1548,0.5281,62.6268,0.0000,0.0000,9.9023,52.7245,1.2175,15320.5550,15320.5550,15320.5550 -99.5000,1.0000,365.3776,55.0930,55.8481,0.4189,0.0000,5,1467.5745,532.8029,763.3578,-95.6196,81.8833,117.3159,-14.6952,1.1690,73.1442,0.0000,0.0000,7.5701,72.7944,-0.9266,0.0000,73.7210,0.0000,73.7210,6.1678,67.5533,0.0000,67.5533,0.5690,66.9843,0.0000,0.0000,10.1743,56.8100,1.2378,16078.5903,16078.5903,16078.5903 -100.5000,1.0000,380.9985,56.2340,56.6221,0.2150,0.0000,5,1509.7660,351.8639,782.7401,-98.1219,55.6305,123.7530,-15.5133,2.7093,45.2128,0.0000,0.0000,7.7085,45.7728,-0.8082,0.0000,46.5810,0.0000,46.5810,6.1356,40.4454,0.0000,40.4454,0.2981,40.1473,0.0000,0.0000,10.3850,29.7623,1.2583,11316.5828,11316.5828,11316.5828 -101.5000,1.0000,396.8686,57.1310,57.6421,0.2833,0.0000,5,1536.7745,398.8417,711.6693,-99.7237,64.1859,114.5294,-16.0486,-0.2088,56.7385,0.0000,0.0000,7.6562,56.1555,-0.8750,0.0000,57.0305,0.0000,57.0305,6.2334,50.7971,0.0000,50.7971,0.3991,50.3980,0.0000,0.0000,10.5507,39.8473,1.2384,12951.7629,12951.7629,12951.7629 -102.5000,1.0000,413.0323,58.1885,58.7371,0.3042,0.0000,5,1556.4965,428.6943,746.5532,-100.8934,69.8754,121.6851,-16.4452,2.0966,59.9098,0.0000,0.0000,7.8690,60.1877,-0.9125,0.0000,61.1002,0.0000,61.1002,6.3488,54.7514,0.0000,54.7514,0.4364,54.3150,0.0000,0.0000,10.7460,43.5690,1.2672,13980.4991,13980.4991,13980.4991 -103.5000,1.0000,429.4829,59.2210,59.7071,0.2694,0.0000,5,1592.3170,391.9614,756.7661,-103.0178,65.3584,126.1885,-17.1779,1.3579,56.1331,0.0000,0.0000,7.8674,56.1627,-0.9091,0.0000,57.0718,0.0000,57.0718,6.4615,50.6103,0.0000,50.6103,0.3934,50.2169,0.0000,0.0000,10.9367,39.2802,1.1861,13216.3701,13216.3701,13216.3701 -104.5000,1.0000,446.1888,60.1400,60.5751,0.2411,0.0000,5,1618.6390,366.0312,750.0871,-104.1373,62.0436,127.1424,-17.6516,1.2362,52.7889,0.0000,0.0000,8.0185,52.8134,-0.9075,0.0000,53.7208,0.0000,53.7208,6.5617,47.1591,0.0000,47.1591,0.3575,46.8016,0.0000,0.0000,11.1064,35.6952,1.2591,12602.8535,12602.8535,12602.8535 -105.5000,1.0000,463.1123,60.9235,61.2741,0.1942,0.0000,5,1639.7725,322.7364,744.5972,-104.8899,55.4192,127.8597,-18.0113,0.8758,46.4414,0.0000,0.0000,8.1020,46.4214,-0.8884,0.0000,47.3098,0.0000,47.3098,6.6472,40.6625,0.0000,40.6625,0.2916,40.3709,0.0000,0.0000,11.2511,29.1198,1.2521,11396.0126,11396.0126,11396.0126 -106.5000,1.0000,480.2211,61.5905,61.9091,0.1764,0.0000,5,1663.4620,308.9025,740.7797,-105.7335,53.8100,129.0419,-18.4185,1.5315,44.0478,0.0000,0.0000,8.2307,44.2168,-0.8885,0.0000,45.1054,0.0000,45.1054,6.7200,38.3853,0.0000,38.3853,0.2678,38.1175,0.0000,0.0000,11.3742,26.7433,1.2732,11131.6592,11131.6592,11131.6592 -107.5000,1.0000,497.5369,62.3355,62.7641,0.2375,0.0000,5,1680.2850,357.7367,733.0551,-106.3326,62.9470,128.9877,-18.7102,0.1889,54.4829,0.0000,0.0000,8.2751,54.1708,-0.9515,0.0000,55.1223,0.0000,55.1223,6.8013,48.3210,0.0000,48.3210,0.3650,47.9560,0.0000,0.0000,11.5118,36.4442,1.2784,12855.5230,12855.5230,12855.5230 -108.5000,1.0000,515.0623,63.0905,63.4191,0.1819,0.0000,5,1697.2225,315.5122,757.2071,-106.9358,56.0768,134.5805,-19.0060,1.5745,46.1325,0.0000,0.0000,8.3698,46.3027,-0.9248,0.0000,47.2275,0.0000,47.2275,6.8837,40.3439,0.0000,40.3439,0.2830,40.0608,0.0000,0.1522,11.6513,28.2574,1.2837,11604.6705,11604.6705,11604.6705 -109.5000,1.0000,532.7380,63.6315,63.8461,0.1186,0.0000,5,1719.8825,254.8220,746.5143,-107.7428,45.8949,134.4515,-19.4051,0.7978,36.6990,0.0000,0.0000,8.3981,36.7369,-0.8859,0.0000,37.6228,0.0000,37.6228,6.9427,30.6801,0.0000,30.6801,0.1861,30.4940,0.0000,0.1636,11.7512,18.5792,1.3170,9694.7969,9694.7969,9694.7969 -110.5000,1.0000,550.4445,63.7420,63.6401,-0.0572,0.0000,5,1732.6240,103.6257,733.5585,-108.1966,18.8018,133.0968,-19.6312,0.5520,9.8498,0.0000,0.0000,8.4000,9.8953,-0.7522,0.0000,10.6475,0.0000,10.6475,6.9548,3.6928,0.0000,3.6928,-0.0899,3.7827,0.0000,0.9899,11.7716,-8.9788,1.3055,4819.9158,4819.9158,4819.9158 -111.5000,1.0000,568.0402,63.3435,63.0491,-0.1642,0.0000,5,1728.6185,5.4331,685.6037,-108.0539,0.9835,124.1083,-19.5600,-0.9759,-6.3430,0.0000,0.0000,8.3024,-6.3388,-0.7550,0.0000,-5.5838,0.0000,-5.5838,6.9113,-12.4951,0.0000,-12.4951,-0.2564,-12.2387,0.0000,1.6619,11.6980,-25.5986,1.3055,2817.4986,2817.4986,2817.4986 -112.5000,1.0000,585.4691,62.7430,62.4391,-0.1694,0.0000,5,1717.9370,13.3035,662.4678,-107.6735,2.3933,119.1793,-19.3707,-0.1570,-5.7243,0.0000,0.0000,8.2746,-5.7473,-0.7428,0.0000,-5.0045,0.0000,-5.0045,6.8458,-11.8503,0.0000,-11.8503,-0.2621,-11.5882,0.0000,2.9959,11.5871,-26.1711,1.3170,2943.3524,2943.3524,2943.3524 -113.5000,1.0000,602.7333,62.1500,61.8631,-0.1600,0.0000,5,1702.2965,17.6952,649.5562,-107.1165,3.1544,115.7925,-19.0950,-1.4795,-3.5571,0.0000,0.0000,8.1910,-3.5440,-0.7268,0.0000,-2.8172,0.0000,-2.8172,6.7811,-9.5983,0.0000,-9.5983,-0.2452,-9.3531,0.0000,3.6482,11.4776,-24.4788,1.3126,2989.4752,2989.4752,2989.4752 -114.5000,1.0000,619.8581,61.6480,61.4351,-0.1189,0.0000,5,1683.2610,63.0233,650.8849,-106.4386,11.1092,114.7319,-18.7620,-0.5048,3.5765,0.0000,0.0000,8.0374,3.5786,-0.7002,0.0000,4.2787,0.0000,4.2787,6.7263,-2.4475,0.0000,-2.4475,-0.1807,-2.2668,0.0000,4.3905,11.3849,-18.0422,1.1701,3810.5408,3810.5408,3810.5408 -115.5000,1.0000,636.8627,61.2155,60.9981,-0.1214,0.0000,5,1672.5795,53.7583,659.2258,-106.0582,9.4159,115.4648,-18.5763,-0.5956,1.8777,0.0000,0.0000,8.1338,1.8779,-0.6968,0.0000,2.5747,0.0000,2.5747,6.6791,-4.1044,0.0000,-4.1044,-0.1832,-3.9212,0.0000,3.0662,11.3050,-18.2924,1.3170,3598.3921,3598.3921,3598.3921 -116.5000,1.0000,653.7599,60.8285,60.6611,-0.0936,0.0000,5,1657.7785,81.4447,649.5850,-105.5311,14.1390,112.7694,-18.3204,-0.9165,7.0320,0.0000,0.0000,8.0235,7.0133,-0.6877,0.0000,7.7010,0.0000,7.7010,6.6369,1.0641,0.0000,1.0641,-0.1404,1.2045,0.0000,3.9883,11.2335,-14.0173,1.2714,4089.3865,4089.3865,4089.3865 -117.5000,1.0000,670.5549,60.4610,60.2631,-0.1106,0.0000,5,1645.7620,79.3250,658.0100,-105.1032,13.6712,113.4039,-18.1139,-0.3046,5.9822,0.0000,0.0000,7.9936,5.9909,-0.6764,0.0000,6.6673,0.0000,6.6673,6.5968,0.0705,0.0000,0.0705,-0.1648,0.2353,0.0000,5.5242,11.1657,-16.4545,1.2813,4011.5572,4011.5572,4011.5572 -118.5000,1.0000,687.2005,59.9230,59.5851,-0.1883,0.0000,5,1636.8735,6.2215,652.6357,-104.7866,1.0664,111.8702,-17.9618,-0.5905,-6.3097,0.0000,0.0000,7.9666,-6.3228,-0.6947,0.0000,-5.6281,0.0000,-5.6281,6.5381,-12.1661,0.0000,-12.1661,-0.2782,-11.8879,0.0000,4.8269,11.0663,-27.7811,1.2785,2600.2103,2600.2103,2600.2103 -119.5000,1.0000,703.6805,59.3270,59.0711,-0.1428,0.0000,5,1628.4810,49.4123,630.5197,-104.4878,8.4265,107.5251,-17.8187,-0.2518,0.7217,0.0000,0.0000,7.9566,0.7238,-0.6669,0.0000,1.3907,0.0000,1.3907,6.4730,-5.0824,0.0000,-5.0824,-0.2088,-4.8735,0.0000,5.0220,10.9562,-20.8517,1.2895,3391.6476,3391.6476,3391.6476 -120.5000,1.0000,720.0161,58.8070,58.5451,-0.1461,0.0000,5,1611.8485,41.1824,630.0802,-103.8954,6.9513,106.3527,-17.5368,-1.3971,0.4738,0.0000,0.0000,7.8746,0.4718,-0.6586,0.0000,1.1304,0.0000,1.1304,6.4163,-5.2859,0.0000,-5.2859,-0.2118,-5.0740,0.0000,5.2173,10.8602,-21.1515,1.2980,3195.2623,3195.2623,3195.2623 -121.5000,1.0000,736.1927,58.2345,57.9261,-0.1719,0.0000,5,1589.9900,16.1059,624.2818,-102.8798,2.6817,103.9450,-17.1298,-0.7561,-4.2888,0.0000,0.0000,7.7266,-4.2907,-0.6608,0.0000,-3.6299,0.0000,-3.6299,6.3538,-9.9838,0.0000,-9.9838,-0.2469,-9.7369,0.0000,4.1575,10.7545,-24.6489,1.2233,2663.0210,2663.0210,2663.0210 -122.5000,1.0000,752.2220,57.7045,57.4851,-0.1225,0.0000,5,1572.2135,60.8312,607.8661,-101.8255,10.0154,100.0802,-16.7647,-0.9686,3.2343,0.0000,0.0000,7.7497,3.2260,-0.6331,0.0000,3.8591,0.0000,3.8591,6.2960,-2.4369,0.0000,-2.4369,-0.1743,-2.2626,0.0000,4.4818,10.6566,-17.4010,1.3129,3449.3742,3449.3742,3449.3742 -123.5000,1.0000,768.1401,57.3040,57.1251,-0.1000,0.0000,5,1563.7450,88.0020,628.0286,-101.3233,14.4108,102.8428,-16.5922,0.1502,6.6001,0.0000,0.0000,7.6605,6.6275,-0.6276,0.0000,7.2551,0.0000,7.2551,6.2523,1.0028,0.0000,1.0028,-0.1413,1.1441,0.0000,4.6678,10.5826,-14.1063,1.2184,3934.2888,3934.2888,3934.2888 -124.5000,1.0000,783.9785,57.0170,56.9111,-0.0594,0.0000,5,1560.0825,117.3110,630.6229,-101.1060,19.1653,103.0258,-16.5178,-0.5007,11.9864,0.0000,0.0000,7.6796,11.9687,-0.6500,0.0000,12.6187,0.0000,12.6187,6.2210,6.3977,0.0000,6.3977,-0.0836,6.4813,0.0000,4.2951,10.5296,-8.3434,1.2681,4638.5557,4638.5557,4638.5557 -125.5000,1.0000,799.7087,56.6275,56.3461,-0.1569,0.0000,5,1551.2320,29.8860,638.6720,-100.5811,4.8548,103.7488,-16.3389,-0.3452,-2.4244,0.0000,0.0000,7.6244,-2.4308,-0.6292,0.0000,-1.8017,0.0000,-1.8017,6.1785,-7.9802,0.0000,-7.9802,-0.2191,-7.7611,0.0000,3.6590,10.4577,-21.8777,1.2536,2818.5126,2818.5126,2818.5126 -126.5000,1.0000,815.2601,55.9840,55.6241,-0.2006,0.0000,5,1533.7225,-2.5021,595.8709,-99.5427,-0.4019,95.7034,-15.9877,-1.3078,-6.6269,0.0000,0.0000,7.5329,-6.6095,-0.6289,0.0000,-5.9806,0.0000,-5.9806,6.1083,-12.0889,0.0000,-12.0889,-0.2768,-11.8121,0.0000,5.4884,10.3389,-27.6394,1.2629,2184.2363,2184.2363,2184.2363 -127.5000,1.0000,830.5743,55.1300,54.6381,-0.2739,0.0000,5,1509.4990,-67.5590,578.6177,-98.1060,-10.6793,91.4646,-15.5080,-0.9583,-17.2419,0.0000,0.0000,7.5209,-17.2783,-0.6414,0.0000,-16.6369,0.0000,-16.6369,6.0151,-22.6520,0.0000,-22.6520,-0.3723,-22.2798,0.0000,4.7090,10.1811,-37.1699,1.3085,614.0806,614.0806,614.0806 -128.5000,1.0000,845.6035,54.1040,53.5721,-0.2961,0.0000,5,1485.0845,-91.8067,543.4603,-96.6581,-14.2776,84.5177,-15.0320,-1.2838,-20.3119,0.0000,0.0000,7.3181,-20.3196,-0.6334,0.0000,-19.6862,0.0000,-19.6862,5.9032,-25.5894,0.0000,-25.5894,-0.3950,-25.1944,0.0000,4.2518,9.9917,-39.4379,1.2537,10.4269,10.4269,10.4269 -129.5000,1.0000,860.3219,52.9850,52.4001,-0.3256,0.0000,5,1454.2610,-94.8300,520.8987,-94.8300,-14.4416,79.3276,-14.4416,-1.4956,-20.1094,0.0000,0.0000,7.1634,-20.1001,-0.6154,0.0000,-19.4847,0.0000,-19.4847,5.7811,-25.2658,4.2298,-29.4956,-0.4253,-29.0704,0.0000,3.6073,9.7850,-42.4627,1.2102,0.0000,0.0000,0.0000 -130.5000,1.0000,874.6425,51.5530,50.7081,-0.4700,0.0000,5,1422.5605,-92.9499,509.5702,-92.9499,-13.8468,75.9108,-13.8468,-1.3063,-19.4633,0.0000,0.0000,6.9229,-19.5800,-0.5916,0.0000,-18.9884,0.0000,-18.9884,5.6248,-24.6133,20.9790,-45.5923,-0.5974,-44.9949,0.8089,4.3216,9.5206,-59.6460,1.1040,0.0000,0.0000,0.0000 -131.5000,1.0000,888.4668,49.7665,48.8271,-0.5225,0.0000,5,1380.7130,-90.4661,486.7952,-90.4680,-13.0803,70.3847,-13.0806,-2.2804,-17.5183,0.0000,0.0000,6.7184,-17.5080,-0.5573,0.0000,-16.9507,0.0000,-16.9507,5.4299,-22.3806,25.6357,-48.0164,-0.6411,-47.3753,0.9371,6.5077,9.1906,-64.0107,1.0213,0.0000,0.0000,0.0000 -132.5000,1.0000,901.8358,48.1270,47.4291,-0.3883,0.0000,5,1331.8460,-87.5686,474.9729,-87.5698,-12.2132,66.2447,-12.2134,-1.7972,-17.0510,0.0000,0.0000,6.6349,-17.0168,-0.5313,0.0000,-16.4855,0.0000,-16.4855,5.2510,-21.7365,10.2519,-31.9884,-0.4608,-31.5276,0.9062,4.6851,8.8879,-46.0069,1.0634,0.0000,0.0000,0.0000 -133.5000,1.0000,915.0865,47.7015,47.9761,0.1519,0.0000,5,1297.4365,309.3934,472.4225,-85.5290,42.0364,64.1867,-11.6206,-0.9909,36.5196,0.0000,0.0000,6.5077,35.9633,-0.6301,0.0000,36.5934,0.0000,36.5934,5.2046,31.3888,0.0000,31.3888,0.1787,31.2101,0.1497,4.4090,8.8093,17.8421,1.0153,8585.7408,8585.7408,8585.7408 -134.5000,1.0000,928.3861,47.8775,47.7811,-0.0542,0.0000,5,1294.9185,128.5334,655.4831,-85.3797,17.4296,88.8858,-11.5778,0.7887,10.0494,0.0000,0.0000,6.5915,10.1470,-0.5022,0.0000,10.6492,0.0000,10.6492,5.2238,5.4254,0.0000,5.4254,-0.0639,5.4893,0.0000,3.0315,8.8418,-6.3840,1.0548,3998.9216,3998.9216,3998.9216 -135.5000,1.0000,941.6559,47.7700,47.7611,-0.0056,0.0000,5,1302.6245,162.5485,573.0142,-85.8367,22.1733,78.1652,-11.7090,-0.1770,15.7711,0.0000,0.0000,6.5793,15.7476,-0.5289,0.0000,16.2765,0.0000,16.2765,5.2121,11.0644,0.0000,11.0644,-0.0065,11.0710,0.0000,2.9023,8.8219,-0.6533,1.0831,4891.3712,4891.3712,4891.3712 -136.5000,1.0000,954.9464,47.8445,47.9301,0.0469,0.0000,5,1298.4285,211.7094,587.0403,-85.5879,28.7864,79.8205,-11.6375,-0.1582,22.3977,0.0000,0.0000,6.5469,22.3240,-0.5632,0.0000,22.8872,0.0000,22.8872,5.2202,17.6670,0.0000,17.6670,0.0554,17.6116,0.0000,3.2470,8.8357,5.5290,1.0688,6114.8350,6114.8350,6114.8350 -137.5000,1.0000,968.3007,48.0745,48.2211,0.0808,0.0000,5,1299.1915,239.2366,610.6375,-85.6331,32.5484,83.0779,-11.6505,0.2191,25.7895,0.0000,0.0000,6.5398,25.7660,-0.5839,0.0000,26.3499,0.0000,26.3499,5.2453,21.1046,0.0000,21.1046,0.0958,21.0088,0.0000,2.5645,8.8782,9.5661,1.0423,6818.8319,6818.8319,6818.8319 -138.5000,1.0000,981.7748,48.5055,48.7921,0.1586,0.0000,5,1311.6655,324.6538,628.2906,-86.3729,44.5936,86.3003,-11.8640,0.7836,37.2455,0.0000,0.0000,6.5645,37.3021,-0.6483,0.0000,37.9505,0.0000,37.9505,5.2923,32.6581,0.0000,32.6581,0.1897,32.4684,0.0000,4.5718,8.9578,18.9389,1.0181,9075.3507,9075.3507,9075.3507 -139.5000,1.0000,995.4327,49.1675,49.5451,0.2092,0.0000,5,1327.1150,365.4100,663.6244,-87.2892,50.7829,92.2273,-12.1310,0.4663,43.6914,0.0000,0.0000,6.6252,43.5463,-0.6894,0.0000,44.2357,0.0000,44.2357,5.3646,38.8712,0.0000,38.8712,0.2536,38.6176,0.0000,4.2213,9.0800,25.3163,1.0479,10220.8859,10220.8859,10220.8859 -140.5000,1.0000,1009.3171,49.9825,50.4221,0.2436,0.0000,5,1344.3195,396.2759,686.4313,-88.3096,55.7865,96.6336,-12.4319,0.9479,48.1588,0.0000,0.0000,6.6797,48.1478,-0.7245,0.0000,48.8723,0.0000,48.8723,5.4535,43.4188,0.0000,43.4188,0.3002,43.1186,0.0000,3.9141,9.2305,29.9740,1.0530,11203.3297,11203.3297,11203.3297 -141.5000,1.0000,1023.4522,50.8855,51.3511,0.2581,0.0000,5,1369.4210,402.2919,703.4342,-89.7983,57.6908,100.8763,-12.8776,1.1453,49.7741,0.0000,0.0000,6.7714,49.8144,-0.7463,0.0000,50.5607,0.0000,50.5607,5.5520,45.0087,0.0000,45.0087,0.3237,44.6849,0.0000,2.9628,9.3973,32.3248,1.0744,11580.6867,11580.6867,11580.6867 -142.5000,1.0000,1037.9085,52.0415,52.7341,0.3842,0.0000,5,1395.5140,519.2585,709.6593,-91.3458,75.8833,103.7081,-13.3491,1.0690,67.9541,0.0000,0.0000,6.8602,67.6625,-0.8537,0.0000,68.5162,0.0000,68.5162,5.8093,62.7069,0.0000,62.7069,0.4929,62.2139,0.0000,3.3880,9.6108,49.2151,1.0679,14937.8056,14937.8056,14937.8056 -143.5000,1.0000,1052.8284,53.7105,54.6891,0.5431,0.0000,5,1431.3725,687.1998,763.6138,-93.4725,103.0064,114.4604,-14.0109,2.0555,93.9457,0.0000,0.0000,7.0052,93.7738,-1.0111,0.0000,94.7849,0.0000,94.7849,6.3567,88.4282,0.0000,88.4282,0.7191,87.7091,0.0000,5.9887,9.9190,71.8014,1.0784,20079.6101,20079.6101,20079.6101 -144.5000,1.0000,1068.2820,55.6315,56.5761,0.5242,0.0000,5,1492.0270,698.3840,832.3803,-97.0698,109.1188,130.0550,-15.1666,3.4149,96.4393,0.0000,0.0000,9.2645,97.1999,-1.0583,0.0000,98.2582,0.0000,98.2582,6.5853,91.6729,0.0000,91.6729,0.7189,90.9539,0.0000,8.8975,10.2738,71.7826,1.1275,21301.8802,21301.8802,21301.8802 -145.5000,1.0000,1084.1467,57.1120,57.6501,0.2983,0.0000,5,1543.0685,490.4890,830.8764,-100.0970,79.2580,134.2611,-16.1746,1.3050,68.5846,0.0000,0.0000,9.3684,68.5521,-0.9373,0.0000,69.4894,0.0000,69.4894,6.2898,63.1996,0.0000,63.1996,0.4201,62.7795,0.0000,10.2895,10.5472,41.9429,1.1267,15738.8480,15738.8480,15738.8480 -146.5000,1.0000,1100.2927,58.1245,58.6011,0.2642,0.0000,5,1561.9135,461.5423,766.7870,-101.2146,75.4913,125.4181,-16.5550,0.4866,65.5900,0.0000,0.0000,9.4147,65.2691,-0.9371,0.0000,66.2062,0.0000,66.2062,6.3418,59.8644,0.0000,59.8644,0.3786,59.4858,0.0000,10.9538,10.7342,37.7978,1.1302,15041.3043,15041.3043,15041.3043 -147.5000,1.0000,1116.6683,58.9510,59.3031,0.1950,0.0000,5,1584.4205,408.5212,768.5936,-102.5495,67.7819,127.5252,-17.0150,1.6963,56.5554,0.0000,0.0000,9.5302,56.8393,-0.9081,0.0000,57.7474,0.0000,57.7474,6.4320,51.3154,0.0000,51.3154,0.2834,51.0319,0.0000,11.8472,10.8868,28.2980,1.1219,13644.2855,13644.2855,13644.2855 -148.5000,1.0000,1133.1792,59.4380,59.5751,0.0756,0.0000,5,1609.2545,316.3700,750.7160,-103.8030,53.3149,126.5112,-17.4930,0.7314,42.9558,0.0000,0.0000,9.6277,43.0549,-0.8465,0.0000,43.9014,0.0000,43.9014,6.4852,37.4162,0.0000,37.4162,0.1107,37.3055,0.0000,15.2737,10.9767,11.0550,1.1392,10977.7904,10977.7904,10977.7904 -149.5000,1.0000,1149.7605,59.6915,59.8101,0.0653,0.0000,5,1615.0910,318.3739,720.3663,-104.0109,53.8472,121.8370,-17.5916,-0.1551,44.3892,0.0000,0.0000,9.6131,44.2591,-0.8568,0.0000,45.1159,0.0000,45.1159,6.5128,38.6031,0.0000,38.6031,0.0961,38.5070,0.0000,17.8915,11.0235,9.5920,1.1403,11082.4406,11082.4406,11082.4406 -150.5000,1.0000,1166.3793,59.8265,59.8451,0.0097,0.0000,5,1621.0040,259.9178,727.4369,-104.2215,44.1213,123.4832,-17.6917,0.7443,33.6992,0.0000,0.0000,9.6778,33.8448,-0.8065,0.0000,34.6512,0.0000,34.6512,6.5275,28.1237,0.0000,28.1237,0.0143,28.1093,0.0000,15.6290,11.0485,1.4318,1.1539,9246.3481,9246.3481,9246.3481 -151.5000,1.0000,1182.9713,59.7300,59.6171,-0.0633,0.0000,5,1623.5980,192.3060,703.3493,-104.3139,32.6964,119.5854,-17.7357,-0.4869,25.6057,0.0000,0.0000,7.5776,25.5775,-0.7631,0.0000,26.3406,0.0000,26.3406,6.5170,19.8236,0.0000,19.8236,-0.0933,19.9169,0.0000,18.1984,11.0307,-9.3122,1.1544,7132.1458,7132.1458,7132.1458 -152.5000,1.0000,1199.5134,59.5505,59.4861,-0.0364,0.0000,5,1618.4860,205.9235,685.0017,-104.1318,34.9015,116.0992,-17.6490,-0.0228,27.3468,0.0000,0.0000,7.5774,27.3731,-0.7692,0.0000,28.1422,0.0000,28.1422,6.4974,21.6448,0.0000,21.6448,-0.0534,21.6982,0.0000,16.0351,10.9975,-5.3344,1.1409,7537.5218,7537.5218,7537.5218 -153.5000,1.0000,1216.0158,59.4075,59.3311,-0.0431,0.0000,5,1613.8705,199.7929,685.3376,-103.9674,33.7658,115.8249,-17.5709,-0.4347,26.6329,0.0000,0.0000,7.5677,26.5952,-0.7629,0.0000,27.3581,0.0000,27.3581,6.4818,20.8763,0.0000,20.8763,-0.0631,20.9393,0.0000,16.2647,10.9711,-6.2965,1.1526,7321.2714,7321.2714,7321.2714 -154.5000,1.0000,1232.4447,59.1430,58.9571,-0.1039,0.0000,5,1610.7425,134.3270,686.2139,-103.8560,22.6578,115.7482,-17.5181,0.1245,14.9758,0.0000,0.0000,7.5575,15.0350,-0.7001,0.0000,15.7351,0.0000,15.7351,6.4530,9.2822,0.0000,9.2822,-0.1515,9.4336,0.0000,13.6366,10.9222,-15.1252,1.1395,5329.5316,5329.5316,5329.5316 -155.5000,1.0000,1248.7661,58.7560,58.5571,-0.1111,0.0000,5,1603.9140,115.7529,658.0979,-103.6129,19.4420,110.5351,-17.4030,-0.7966,12.7329,0.0000,0.0000,7.5056,12.7120,-0.6820,0.0000,13.3940,0.0000,13.3940,6.4107,6.9833,0.0000,6.9833,-0.1610,7.1442,0.0000,12.3643,10.8508,-16.0709,1.1382,4754.2023,4754.2023,4754.2023 -156.5000,1.0000,1264.9645,58.3130,58.0711,-0.1350,0.0000,5,1589.3035,81.4330,648.6986,-102.8391,13.5530,107.9639,-17.1157,-0.6367,6.6980,0.0000,0.0000,7.4917,6.6985,-0.6444,0.0000,7.3428,0.0000,7.3428,6.3624,0.9804,0.0000,0.9804,-0.1941,1.1745,0.0000,9.7844,10.7690,-19.3789,1.1479,3889.7026,3889.7026,3889.7026 -157.5000,1.0000,1281.0030,57.7375,57.4061,-0.1847,0.0000,5,1572.2895,53.3798,629.0258,-101.8300,8.7890,103.5689,-16.7663,-1.0129,2.3927,0.0000,0.0000,7.4092,2.3905,-0.6357,0.0000,3.0262,0.0000,3.0262,6.2996,-3.2734,0.0000,-3.2734,-0.2630,-3.0104,0.0000,12.5815,10.6627,-26.2547,1.1447,3309.4494,3309.4494,3309.4494 -158.5000,1.0000,1296.8067,56.8920,56.3801,-0.2850,0.0000,5,1551.2320,-20.3160,612.4399,-100.5811,-3.3002,99.4876,-16.3389,-1.0066,-9.6409,0.0000,0.0000,7.3473,-9.6623,-0.6515,0.0000,-9.0108,0.0000,-9.0108,6.2074,-15.2182,0.0000,-15.2182,-0.3998,-14.8184,0.0000,14.5891,10.5065,-39.9140,1.1407,1808.3740,1808.3740,1808.3740 -159.5000,1.0000,1312.3403,55.9200,55.4621,-0.2550,0.0000,5,1531.7770,-54.9053,581.5147,-99.4273,-8.8072,93.2792,-15.9489,-0.8361,-15.2063,0.0000,0.0000,7.2352,-15.2432,-0.6493,0.0000,-14.5939,0.0000,-14.5939,6.1013,-20.6952,0.0000,-20.6952,-0.3516,-20.3436,0.0000,4.4317,10.3270,-35.1024,1.1245,958.8275,958.8275,958.8275 -160.5000,1.0000,1327.5995,54.9320,54.4041,-0.2939,0.0000,5,1510.7960,-98.1830,559.1458,-98.1830,-15.5335,88.4626,-15.5335,-1.1220,-21.5665,0.0000,0.0000,7.1550,-21.6019,-0.6524,0.0000,-20.9496,0.0000,-20.9496,5.9935,-26.9431,2.7557,-29.6988,-0.3980,-29.3007,0.0000,0.2956,10.1446,-39.7409,1.1199,0.0000,0.0000,0.0000 -161.5000,1.0000,1342.4774,53.5590,52.7161,-0.4689,0.0000,5,1476.9205,-96.1739,523.0383,-96.1739,-14.8745,80.8945,-14.8745,-1.9757,-19.9018,0.0000,0.0000,7.0029,-19.9222,-0.6231,0.0000,-19.2990,0.0000,-19.2990,5.8437,-25.1428,26.8369,-51.9796,-0.6192,-51.3605,0.5689,0.0000,9.8910,-61.8204,1.0928,0.0000,0.0000,0.0000 -162.5000,1.0000,1356.8145,51.6125,50.5111,-0.6125,0.0000,5,1435.4160,-93.7094,509.8706,-93.7123,-14.0861,76.6419,-14.0865,-1.7385,-19.2622,0.0000,0.0000,6.9146,-19.4122,-0.5916,0.0000,-18.8205,0.0000,-18.8205,5.6313,-24.4519,40.9278,-65.3797,-0.7794,-64.6003,3.6880,0.0000,9.5315,-77.8198,1.0936,0.0000,0.0000,0.0000 -163.5000,1.0000,1370.5826,49.5640,48.6191,-0.5256,0.0000,5,1384.4130,-90.6842,484.3353,-90.6874,-13.1470,70.2167,-13.1474,-2.6594,-17.2128,0.0000,0.0000,6.7253,-17.1513,-0.5533,0.0000,-16.5980,0.0000,-16.5980,5.4078,-22.0058,23.6998,-45.7056,-0.6422,-45.0634,9.9068,0.0000,9.1529,-64.1231,1.1069,0.0000,0.0000,0.0000 -164.5000,1.0000,1383.7801,47.5100,46.4031,-0.6156,0.0000,5,1327.2300,-87.2960,470.3707,-87.2960,-12.1330,65.3755,-12.1330,-2.1112,-16.5748,0.0000,0.0000,6.5530,-16.6394,-0.5212,0.0000,-16.1182,0.0000,-16.1182,5.1837,-21.3020,32.0858,-53.3878,-0.7210,-52.6667,10.5513,0.0000,8.7736,-71.9916,1.0621,0.0000,0.0000,0.0000 -165.5000,1.0000,1396.4143,45.4820,44.5631,-0.5111,0.0000,5,1273.3655,-84.0990,453.6819,-84.1014,-11.2143,60.4969,-11.2146,-2.1866,-15.4228,0.0000,0.0000,6.3952,-15.3956,-0.4884,0.0000,-14.9071,0.0000,-14.9071,4.9624,-19.8696,22.6889,-42.5585,-0.5731,-41.9853,6.8402,0.0000,8.3992,-57.2248,1.0639,0.0000,0.0000,0.0000 -166.5000,1.0000,1408.6527,44.0570,43.5531,-0.2806,0.0000,5,1218.9670,-80.8752,439.8569,-80.8752,-10.3237,56.1477,-10.3237,-1.9789,-14.5735,0.0000,0.0000,6.2287,-14.4227,-0.4657,0.0000,-13.9570,0.0000,-13.9570,4.8070,-18.7640,0.9602,-19.7242,-0.3047,-19.4194,2.8716,0.0000,8.1362,-30.4273,1.0398,0.0000,0.0000,0.0000 -167.5000,1.0000,1420.7026,43.3785,43.2061,-0.0964,0.0000,5,1182.3455,62.2912,442.0583,-78.6972,7.7126,54.7334,-9.7439,-0.7396,2.3107,0.0000,0.0000,6.1414,2.3000,-0.4146,0.0000,2.7146,0.0000,2.7146,4.7329,-2.0184,0.0000,-2.0184,-0.1031,-1.9153,0.3665,0.0000,8.0109,-10.2927,1.0325,2449.6032,2449.6032,2449.6032 -168.5000,1.0000,1432.6381,42.9665,42.7291,-0.1325,0.0000,5,1170.6720,33.1746,512.1039,-78.0008,4.0670,62.7801,-9.5623,-0.1070,-1.9430,0.0000,0.0000,6.1169,-1.9513,-0.4194,0.0000,-1.5319,0.0000,-1.5319,4.6880,-6.2199,0.0000,-6.2199,-0.1404,-6.0796,0.0000,0.0000,7.9348,-14.0144,1.0297,1977.2560,1977.2560,1977.2560 -169.5000,1.0000,1444.4782,42.6235,42.5201,-0.0581,0.0000,5,1157.9690,92.8982,488.5307,-77.2430,11.2650,59.2403,-9.3667,-0.7975,6.0041,0.0000,0.0000,6.0584,5.9606,-0.4090,0.0000,6.3696,0.0000,6.3696,4.6506,1.7190,0.0000,1.7190,-0.0610,1.7800,0.0000,0.0000,7.8715,-6.0915,1.0384,2922.1246,2922.1246,2922.1246 -170.5000,1.0000,1456.2244,42.2850,42.0521,-0.1300,0.0000,5,1148.3560,37.5130,522.7033,-76.6696,4.5111,62.8580,-9.2199,0.1130,-1.6426,0.0000,0.0000,6.0407,-1.6540,-0.4092,0.0000,-1.2448,0.0000,-1.2448,4.6136,-5.8584,0.0000,-5.8584,-0.1355,-5.7229,0.0000,0.0000,7.8090,-13.5319,1.0358,2031.8808,2031.8808,2031.8808 -171.5000,1.0000,1467.8786,41.9540,41.8581,-0.0539,0.0000,5,1146.4105,100.3302,492.5379,-76.5536,12.0448,59.1301,-9.1904,-0.2498,6.3072,0.0000,0.0000,5.9874,6.3022,-0.4019,0.0000,6.7042,0.0000,6.7042,4.5775,2.1267,0.0000,2.1267,-0.0557,2.1824,0.0000,0.0000,7.7479,-5.5655,1.0353,3033.0868,3033.0868,3033.0868 -172.5000,1.0000,1479.5339,41.9580,42.0601,0.0561,0.0000,5,1139.2390,197.2058,520.3876,-76.1258,23.5268,62.0827,-9.0819,-0.2535,17.8198,0.0000,0.0000,5.9605,17.7205,-0.4597,0.0000,18.1801,0.0000,18.1801,4.5779,13.6022,0.0000,13.6022,0.0580,13.5441,0.0000,0.0000,7.7486,5.7955,1.0212,5034.7882,5034.7882,5034.7882 -173.5000,1.0000,1491.2398,42.1400,42.2221,0.0450,0.0000,5,1139.1625,191.5141,570.1760,-76.1212,22.8463,68.0179,-9.0807,0.2482,16.6185,0.0000,0.0000,5.9796,16.6383,-0.4566,0.0000,17.0948,0.0000,17.0948,4.5978,12.4970,0.0000,12.4970,0.0468,12.4503,0.0000,0.0000,7.7822,4.6681,1.0212,4903.7803,4903.7803,4903.7803 -174.5000,1.0000,1502.9732,42.2390,42.2581,0.0100,0.0000,5,1142.7100,159.0093,565.7440,-76.3328,19.0277,67.6994,-9.1343,0.0000,13.0253,0.0000,0.0000,6.0025,13.0197,-0.4396,0.0000,13.4593,0.0000,13.4593,4.6086,8.8507,0.0000,8.8507,0.0104,8.8403,0.0000,0.0000,7.8005,1.0398,1.0464,4172.6519,4172.6519,4172.6519 -175.5000,1.0000,1514.7672,42.4575,42.6591,0.1114,0.0000,5,1146.3340,250.0330,553.7628,-76.5490,30.0149,66.4758,-9.1892,0.2551,23.7722,0.0000,0.0000,5.9876,23.7353,-0.4966,0.0000,24.2318,0.0000,24.2318,4.6324,19.5994,0.0000,19.5994,0.1166,19.4828,0.0000,0.0000,7.8409,11.6419,1.0231,6200.9946,6200.9946,6200.9946 -176.5000,1.0000,1526.6921,42.9285,43.2001,0.1503,0.0000,5,1150.7590,284.8999,595.1239,-76.8130,34.3325,71.7167,-9.2565,0.0566,28.2840,0.0000,0.0000,5.9919,28.1265,-0.5250,0.0000,28.6514,0.0000,28.6514,4.6838,23.9676,0.0000,23.9676,0.1591,23.8085,0.0000,0.0000,7.9278,15.8807,1.0243,7044.7703,7044.7703,7044.7703 -177.5000,1.0000,1538.8238,43.6730,44.1481,0.2633,0.0000,5,1162.3175,391.9502,618.9536,-77.5024,47.7072,75.3375,-9.4334,0.7679,40.8901,0.0000,0.0000,6.0493,40.8255,-0.5990,0.0000,41.4245,0.0000,41.4245,4.7651,36.6594,0.0000,36.6594,0.2835,36.3759,0.0000,0.0000,8.0653,28.3105,1.0274,9592.8313,9592.8313,9592.8313 -178.5000,1.0000,1551.1857,44.5015,44.8571,0.1969,0.0000,5,1185.8165,332.1936,671.1671,-78.9042,41.2513,83.3445,-9.7982,0.9279,34.1933,0.0000,0.0000,6.1301,34.2875,-0.5772,0.0000,34.8647,0.0000,34.8647,4.8555,30.0093,0.0000,30.0093,0.2161,29.7932,0.0000,0.0000,8.2183,21.5748,1.0459,8355.5519,8355.5519,8355.5519 -179.5000,1.0000,1563.7392,45.1915,45.5281,0.1864,0.0000,5,1212.7110,320.9253,649.6815,-80.5041,40.7558,82.5062,-10.2236,1.0540,33.4948,0.0000,0.0000,6.2070,33.6360,-0.5833,0.0000,34.2193,0.0000,34.2193,4.9307,29.2885,0.0000,29.2885,0.2077,29.0808,0.0000,0.0000,8.3458,20.7351,1.0519,8283.8871,8283.8871,8283.8871 -180.5000,1.0000,1576.5098,45.9730,46.4201,0.2478,0.0000,5,1233.7685,372.6795,644.9207,-81.7530,48.1502,83.3237,-10.5625,0.5231,41.3639,0.0000,0.0000,6.2631,41.1958,-0.6322,0.0000,41.8280,0.0000,41.8280,5.0160,36.8120,0.0000,36.8120,0.2808,36.5311,0.0000,0.0000,8.4901,28.0411,1.0560,9667.8746,9667.8746,9667.8746 -181.5000,1.0000,1589.5565,46.9670,47.5161,0.3044,0.0000,5,1254.9020,426.7950,674.9532,-83.0064,56.0864,88.6976,-10.9081,1.0966,48.6816,0.0000,0.0000,6.3082,48.6658,-0.6838,0.0000,49.3496,0.0000,49.3496,5.1245,44.2252,0.0000,44.2252,0.3525,43.8726,0.0000,0.0000,8.6736,35.1990,1.0469,11194.3476,11194.3476,11194.3476 -182.5000,1.0000,1602.9004,48.0370,48.5601,0.2900,0.0000,5,1287.5945,413.6587,703.6438,-84.9453,55.7763,94.8769,-11.4537,1.4600,47.8883,0.0000,0.0000,6.4281,48.0528,-0.6959,0.0000,48.7487,0.0000,48.7487,5.2412,43.5075,0.0000,43.5075,0.3435,43.1641,0.0000,0.0000,8.8712,34.2928,1.0667,11154.4292,11154.4292,11154.4292 -183.5000,1.0000,1616.5162,49.0155,49.4731,0.2536,0.0000,5,1314.9080,377.1729,697.9829,-86.5652,51.9355,96.1100,-11.9198,0.7146,44.7289,0.0000,0.0000,6.4919,44.6145,-0.6926,0.0000,45.3071,0.0000,45.3071,5.3480,39.9591,0.0000,39.9591,0.3065,39.6526,0.0000,0.0000,9.0520,30.6007,1.0587,10440.8428,10440.8428,10440.8428 -184.5000,1.0000,1630.4091,50.0135,50.5561,0.3008,0.0000,5,1344.0910,423.2619,694.8840,-88.2960,59.5753,97.8069,-12.4279,1.6783,51.1428,0.0000,0.0000,6.7542,51.3604,-0.7412,0.0000,52.1016,0.0000,52.1016,5.4569,46.6448,0.0000,46.6448,0.3709,46.2738,0.0000,0.0000,9.2363,37.0376,1.2068,11910.2984,11910.2984,11910.2984 -185.5000,1.0000,1644.5147,50.7790,51.0041,0.1244,0.0000,5,1363.9280,258.0490,705.6187,-89.4725,36.8572,100.7837,-12.7794,-0.0415,30.1282,0.0000,0.0000,6.7706,29.9849,-0.6446,0.0000,30.6295,0.0000,30.6295,5.5404,25.0891,0.0000,25.0891,0.1558,24.9333,0.0000,0.0000,9.3776,15.5557,1.2137,7647.4782,7647.4782,7647.4782 -186.5000,1.0000,1658.7027,51.0755,51.1491,0.0403,0.0000,5,1374.4565,188.5727,650.6157,-90.0969,27.1418,93.6449,-12.9679,0.9305,19.3960,0.0000,0.0000,6.8152,19.5239,-0.5961,0.0000,20.1200,0.0000,20.1200,5.5727,14.5473,0.0000,14.5473,0.0507,14.4965,0.0000,0.0000,9.4324,5.0642,1.2027,5880.2754,5880.2754,5880.2754 -187.5000,1.0000,1672.9287,51.2125,51.2781,0.0358,0.0000,5,1382.0095,176.9660,616.2405,-90.5449,25.6112,89.1846,-13.1040,-0.2946,19.0844,0.0000,0.0000,6.8214,19.0125,-0.5956,0.0000,19.6081,0.0000,19.6081,5.5877,14.0204,0.0000,14.0204,0.0452,13.9751,0.0000,0.0000,9.4577,4.5174,1.2190,5609.3455,5609.3455,5609.3455 -188.5000,1.0000,1687.1358,51.1445,51.0131,-0.0736,0.0000,5,1383.7260,85.6854,618.0020,-90.6467,12.4161,89.5506,-13.1350,0.4409,5.1079,0.0000,0.0000,6.8674,5.1404,-0.5245,0.0000,5.6649,0.0000,5.6649,5.5803,0.0846,0.0000,0.0846,-0.0928,0.1774,0.0000,0.0000,9.4451,-9.2677,1.2195,3355.9578,3355.9578,3355.9578 -189.5000,1.0000,1701.2838,50.9315,50.8521,-0.0447,0.0000,5,1384.9085,105.4169,576.4216,-90.7168,15.2883,83.5969,-13.1564,-0.3407,8.7715,0.0000,0.0000,6.8575,8.7599,-0.5396,0.0000,9.2995,0.0000,9.2995,5.5570,3.7425,0.0000,3.7425,-0.0562,3.7987,0.0000,0.0000,9.4058,-5.6071,1.2198,3742.8038,3742.8038,3742.8038 -190.5000,1.0000,1715.3730,50.7200,50.5901,-0.0728,0.0000,5,1381.4370,83.7551,586.4149,-90.5109,12.1163,84.8330,-13.0937,0.0453,5.1890,0.0000,0.0000,6.8820,5.2044,-0.5185,0.0000,5.7230,0.0000,5.7230,5.5340,0.1890,0.0000,0.1890,-0.0910,0.2800,0.0000,0.0000,9.3667,-9.0867,1.2432,3314.6196,3314.6196,3314.6196 -191.5000,1.0000,1729.3916,50.4660,50.3441,-0.0683,0.0000,5,1373.1590,82.3297,569.3533,-90.0200,11.8388,81.8712,-12.9446,-0.7431,5.7575,0.0000,0.0000,6.8244,5.7345,-0.5174,0.0000,6.2520,0.0000,6.2520,5.5062,0.7457,0.0000,0.7457,-0.0850,0.8307,0.0000,0.0000,9.3198,-8.4891,1.2403,3260.5100,3260.5100,3260.5100 -192.5000,1.0000,1743.3079,50.0975,49.8531,-0.1364,0.0000,5,1361.2190,25.5729,569.3558,-89.3119,3.6453,81.1597,-12.7311,-0.2615,-2.7890,0.0000,0.0000,6.6958,-2.7963,-0.5257,0.0000,-2.2706,0.0000,-2.2706,5.4660,-7.7366,0.0000,-7.7366,-0.1685,-7.5682,0.0000,0.0000,9.2518,-16.8199,1.1284,2256.3269,2256.3269,2256.3269 -193.5000,1.0000,1757.0068,49.3150,48.7791,-0.2983,0.0000,5,1348.1345,-88.5358,537.8035,-88.5358,-12.4992,75.9251,-12.4992,-0.8243,-18.4046,0.0000,0.0000,6.7298,-18.4698,-0.5537,0.0000,-17.9161,0.0000,-17.9161,5.3807,-23.2968,4.1755,-27.4723,-0.3627,-27.1095,0.0000,0.0000,9.1073,-36.2168,1.2313,0.0000,0.0000,0.0000 -194.5000,1.0000,1770.2873,47.8085,46.8401,-0.5386,0.0000,5,1318.7610,-86.7938,473.9623,-86.7938,-11.9862,65.4543,-11.9862,-1.5725,-17.0258,0.0000,0.0000,6.6120,-17.1224,-0.5268,0.0000,-16.5956,0.0000,-16.5956,5.2163,-21.8118,33.3824,-55.1942,-0.6349,-54.5593,0.0000,0.0000,8.8290,-63.3884,1.1722,0.0000,0.0000,0.0000 -195.5000,1.0000,1783.0896,46.0870,45.3361,-0.4178,0.0000,5,1276.6460,-84.2940,458.9085,-84.2960,-11.2693,61.3515,-11.2695,-1.7795,-16.1508,0.0000,0.0000,6.6611,-16.1268,-0.4990,0.0000,-15.6278,0.0000,-15.6278,5.0285,-20.6563,17.9035,-38.5598,-0.4747,-38.0851,0.8011,0.0000,8.5111,-47.3972,1.2055,0.0000,0.0000,0.0000 -196.5000,1.0000,1795.4324,44.4330,43.5321,-0.5011,0.0000,5,1230.8690,-81.5803,445.9961,-81.5811,-10.5154,57.4872,-10.5155,-1.7445,-15.1534,0.0000,0.0000,6.3825,-15.1773,-0.4729,0.0000,-14.7045,0.0000,-14.7045,4.8480,-19.5524,26.6688,-46.2212,-0.5490,-45.6723,0.9332,0.0000,8.2057,-54.8111,1.1890,0.0000,0.0000,0.0000 -197.5000,1.0000,1807.3830,43.0210,42.5121,-0.2833,0.0000,5,1189.7460,-79.1384,438.2764,-79.1386,-9.8598,54.6048,-9.8599,-1.3184,-14.7102,0.0000,0.0000,6.1687,-14.6609,-0.4518,0.0000,-14.2091,0.0000,-14.2091,4.6939,-18.9031,2.5550,-21.4580,-0.3005,-21.1575,0.9035,0.0000,7.9449,-30.0060,1.1288,0.0000,0.0000,0.0000 -198.5000,1.0000,1819.1401,42.3245,42.1391,-0.1036,0.0000,5,1158.9990,53.5749,434.1935,-77.3045,6.5024,52.6981,-9.3825,-0.9041,1.3128,0.0000,0.0000,6.0937,1.3042,-0.4024,0.0000,1.7066,0.0000,1.7066,4.6179,-2.9114,0.0000,-2.9114,-0.1081,-2.8032,0.1533,0.0223,7.8163,-10.7951,1.1205,2295.1999,2295.1999,2295.1999 -199.5000,1.0000,1830.8508,42.1575,42.1781,0.0108,0.0000,5,1143.7020,159.4767,500.3007,-76.3920,19.1002,59.9201,-9.1493,-0.1822,13.2076,0.0000,0.0000,6.0748,13.1716,-0.4393,0.0000,13.6108,0.0000,13.6108,4.5997,9.0111,0.0000,9.0111,0.0113,8.9999,0.0000,0.0902,7.7854,1.1243,1.1273,4187.6304,4187.6304,4187.6304 -200.5000,1.0000,1842.6473,42.4660,42.7561,0.1606,0.0000,5,1145.5710,299.3439,554.4627,-76.5035,35.9105,66.5155,-9.1777,0.3140,29.5102,0.0000,0.0000,6.0863,29.4249,-0.5254,0.0000,29.9503,0.0000,29.9503,4.6334,25.3170,0.0000,25.3170,0.1681,25.1489,0.0000,0.5224,7.8424,16.7840,1.1278,7351.1684,7351.1684,7351.1684 -201.5000,1.0000,1854.6052,43.0475,43.3411,0.1625,0.0000,5,1157.3965,315.0585,622.4258,-77.2089,38.1858,75.4394,-9.3579,0.5233,31.5365,0.0000,0.0000,6.1260,31.5229,-0.5437,0.0000,32.0666,0.0000,32.0666,4.6968,27.3698,0.0000,27.3698,0.1725,27.1973,0.0000,2.0276,7.9498,17.2199,1.1310,7745.0387,7745.0387,7745.0387 -202.5000,1.0000,1866.7982,43.8935,44.4481,0.3075,0.0000,5,1175.8980,450.7535,634.7172,-78.3125,55.5057,78.1589,-9.6434,0.8044,48.5166,0.0000,0.0000,6.1847,48.3663,-0.6401,0.0000,49.0064,0.0000,49.0064,4.7891,44.2173,0.0000,44.2173,0.3328,43.8845,0.0000,2.5527,8.1060,33.2257,1.1589,11066.3723,11066.3723,11066.3723 -203.5000,1.0000,1879.3467,45.1735,45.9011,0.4036,0.0000,5,1197.1080,546.9031,697.7216,-79.5778,68.5602,87.4670,-9.9759,0.7404,61.5772,0.0000,0.0000,6.2427,61.1124,-0.7218,0.0000,61.8342,0.0000,61.8342,5.0781,56.7561,0.0000,56.7561,0.4495,56.3066,0.0000,3.0818,8.3424,44.8824,1.1666,13594.0606,13594.0606,13594.0606 -204.5000,1.0000,1892.3537,46.8240,47.7491,0.5133,0.0000,5,1233.9205,666.1464,749.9984,-81.7620,86.0767,96.9117,-10.5650,2.0264,77.6895,0.0000,0.0000,6.3608,77.8372,-0.8292,0.0000,78.6664,0.0000,78.6664,5.4822,73.1842,0.0000,73.1842,0.5926,72.5916,0.0000,4.7749,8.6472,59.1694,1.1671,16798.3655,16798.3655,16798.3655 -205.5000,1.0000,1905.8540,48.6000,49.4531,0.4733,0.0000,5,1289.6540,622.5725,801.8962,-85.0675,84.0798,108.2979,-11.4886,2.2961,75.2556,0.0000,0.0000,6.5281,75.6216,-0.8432,0.0000,76.4648,0.0000,76.4648,5.6124,70.8525,0.0000,70.8525,0.5672,70.2853,0.0000,4.6819,8.9752,56.6282,1.1872,16474.6958,16474.6958,16474.6958 -206.5000,1.0000,1919.8490,50.3810,51.3111,0.5161,0.0000,5,1340.9245,671.6797,787.4715,-88.1082,94.3181,110.5778,-12.3723,1.8346,85.8767,0.0000,0.0000,6.6069,85.7228,-0.9202,0.0000,86.6429,0.0000,86.6429,5.9287,80.7143,0.0000,80.7143,0.6411,80.0732,0.0000,6.7603,9.3041,64.0087,1.1506,18370.8849,18370.8849,18370.8849 -207.5000,1.0000,1934.2905,51.9880,52.6671,0.3767,0.0000,5,1385.4050,560.2384,811.7932,-90.7463,81.2790,117.7744,-13.1654,1.8889,72.5681,0.0000,0.0000,6.8220,72.7818,-0.8788,0.0000,73.6606,0.0000,73.6606,5.8816,67.7790,0.0000,67.7790,0.4828,67.2962,0.0000,9.4906,9.6009,48.2047,1.2341,15935.3625,15935.3625,15935.3625 -208.5000,1.0000,1949.1656,53.5495,54.4341,0.4908,0.0000,5,1425.3455,657.6979,773.8910,-93.1151,98.1692,115.5124,-13.8985,1.5527,89.6902,0.0000,0.0000,6.9263,89.3325,-0.9861,0.0000,90.3187,0.0000,90.3187,6.2749,84.0437,0.0000,84.0437,0.6480,83.3957,0.0000,8.8043,9.8893,64.7022,1.2298,19128.2464,19128.2464,19128.2464 -209.5000,1.0000,1964.5382,55.3400,56.2481,0.5039,0.0000,5,1469.7870,688.3651,817.4524,-95.7508,105.9502,125.8188,-14.7376,2.4102,96.4764,0.0000,0.0000,7.0636,96.6452,-1.0509,0.0000,97.6961,0.0000,97.6961,6.5501,91.1460,0.0000,91.1460,0.6875,90.4585,0.0000,11.5945,10.2199,68.6441,1.1881,20672.9768,20672.9768,20672.9768 -210.5000,1.0000,1980.3479,56.9140,57.5821,0.3706,0.0000,5,1520.3705,602.5459,830.4755,-98.7508,95.9330,132.2224,-15.7224,2.2297,86.4318,0.0000,0.0000,7.2716,86.7724,-1.0261,0.0000,87.7986,0.0000,87.7986,6.5463,81.2523,0.0000,81.2523,0.5200,80.7323,0.0000,18.3057,10.5106,51.9161,1.2353,18780.4206,18780.4206,18780.4206 -211.5000,1.0000,1996.5162,58.2045,58.8291,0.3464,0.0000,5,1558.8235,593.3909,804.6742,-101.0314,96.8649,131.3547,-16.4923,1.3950,86.0669,0.0000,0.0000,9.4030,85.9508,-1.0429,0.0000,86.9937,0.0000,86.9937,6.6528,80.3409,0.0000,80.3409,0.4971,79.8438,0.0000,19.4643,10.7489,49.6306,1.2425,19043.0006,19043.0006,19043.0006 -212.5000,1.0000,2013.0195,59.4110,59.9951,0.3239,0.0000,5,1596.8565,555.3555,810.7693,-103.2870,92.8679,135.5788,-17.2719,2.3006,80.9055,0.0000,0.0000,9.6617,81.2964,-1.0392,0.0000,82.3356,0.0000,82.3356,6.6937,75.6419,0.0000,75.6419,0.4744,75.1674,0.0000,16.8269,10.9717,47.3688,1.3069,18395.6051,18395.6051,18395.6051 -213.5000,1.0000,2029.8129,60.4550,60.9171,0.2561,0.0000,5,1631.8760,493.2440,797.5703,-104.6087,84.2903,136.2965,-17.8765,1.1584,73.4114,0.0000,0.0000,9.7206,73.3718,-1.0166,0.0000,74.3884,0.0000,74.3884,6.6705,67.7180,0.0000,67.7180,0.3817,67.3362,0.0000,18.0572,11.1645,38.1145,1.2633,16820.7613,16820.7613,16820.7613 -214.5000,1.0000,2046.7685,61.0390,61.1631,0.0683,0.0000,5,1650.7590,316.7621,781.5657,-105.2811,54.7577,135.1070,-18.1996,0.7425,44.2260,0.0000,0.0000,9.7892,44.3329,-0.8798,0.0000,45.2127,0.0000,45.2127,6.6598,38.5528,0.0000,38.5528,0.1028,38.4500,0.0000,16.9100,11.2724,10.2676,1.2692,11287.2620,11287.2620,11287.2620 -215.5000,1.0000,2063.7537,61.1455,61.1301,-0.0092,0.0000,5,1659.9905,305.4438,731.3889,-105.6099,53.0964,127.1401,-18.3586,0.1945,43.1366,0.0000,0.0000,9.7654,43.1979,-0.8758,0.0000,44.0737,0.0000,44.0737,6.6715,37.4022,0.0000,37.4022,-0.0138,37.4161,0.0000,27.5038,11.2921,-1.3798,1.2584,10998.3026,10998.3026,10998.3026 -216.5000,1.0000,2080.6898,60.9690,60.8101,-0.0889,0.0000,5,1657.7400,233.5960,724.7364,-105.5298,40.5518,125.8129,-18.3198,-0.4233,31.2322,0.0000,0.0000,9.7429,31.2358,-0.8124,0.0000,32.0483,0.0000,32.0483,6.6522,25.3961,0.0000,25.3961,-0.1336,25.5297,0.0000,27.6111,11.2595,-13.3409,1.2577,8607.3028,8607.3028,8607.3028 -217.5000,1.0000,2097.5366,60.6470,60.4861,-0.0900,0.0000,5,1638.7425,211.2140,693.7738,-104.8532,36.2462,119.0576,-17.9937,-1.4934,28.0148,0.0000,0.0000,9.7248,27.8354,-0.7898,0.0000,28.6253,0.0000,28.6253,6.6171,22.0082,0.0000,22.0082,-0.1346,22.1428,0.0000,24.3791,11.2000,-13.4363,1.3610,7807.2050,7807.2050,7807.2050 -218.5000,1.0000,2114.3923,60.6795,60.8751,0.1081,0.0000,5,1637.1405,402.1087,703.7673,-104.7961,68.9379,120.6545,-17.9664,1.3309,60.0264,0.0000,0.0000,7.5806,60.3184,-0.9544,0.0000,61.2728,0.0000,61.2728,6.6206,54.6522,0.0000,54.6522,0.1617,54.4906,0.0000,27.1440,11.2060,16.1406,1.1967,13937.7239,13937.7239,13937.7239 -219.5000,1.0000,2131.3752,61.1375,61.4021,0.1464,0.0000,5,1654.3835,452.4494,754.9401,-105.4102,78.3853,130.7908,-18.2620,0.4069,70.2574,0.0000,0.0000,7.7210,70.1253,-1.0117,0.0000,71.1370,0.0000,71.1370,6.6844,64.4526,0.0000,64.4526,0.2207,64.2319,0.0000,30.9098,11.2906,22.0315,1.2840,15702.2582,15702.2582,15702.2582 -220.5000,1.0000,2148.5013,61.6525,61.9051,0.1397,0.0000,5,1672.0840,425.5512,776.7826,-106.0406,74.5141,136.0148,-18.5677,1.4063,65.3695,0.0000,0.0000,7.7384,65.6371,-0.9978,0.0000,66.6349,0.0000,66.6349,6.7268,59.9081,0.0000,59.9081,0.2124,59.6957,0.0000,27.1047,11.3857,21.2053,1.2212,14998.1462,14998.1462,14998.1462 -221.5000,1.0000,2165.7602,62.1310,62.3591,0.1261,0.0000,5,1686.6560,408.9265,765.1069,-106.5595,72.2271,135.1379,-18.8212,0.0908,64.3714,0.0000,0.0000,7.7649,64.1705,-0.9985,0.0000,65.1690,0.0000,65.1690,6.7790,58.3900,0.0000,58.3900,0.1932,58.1968,0.0000,27.4346,11.4741,19.2882,1.2395,14601.8772,14601.8772,14601.8772 -222.5000,1.0000,2183.1298,62.5295,62.7021,0.0953,0.0000,5,1688.2960,410.3625,761.7219,-106.6179,72.5512,134.6709,-18.8498,0.0791,64.6994,0.0000,0.0000,7.7727,64.5516,-1.0073,0.0000,65.5589,0.0000,65.5589,6.8225,58.7364,0.0000,58.7364,0.1469,58.5895,0.0000,32.3761,11.5477,14.6658,1.2400,14662.3074,14662.3074,14662.3074 -223.5000,1.0000,2200.5922,62.8635,63.0271,0.0903,0.0000,5,1696.8415,373.8770,766.9840,-106.9223,66.4353,136.2875,-18.9993,0.8110,57.8301,0.0000,0.0000,7.7942,57.9455,-0.9797,0.0000,58.9252,0.0000,58.9252,6.8589,52.0663,0.0000,52.0663,0.1399,51.9263,0.0000,26.3466,11.6093,13.9704,1.2017,13541.8578,13541.8578,13541.8578 -224.5000,1.0000,2218.1243,63.1145,63.2041,0.0492,0.0000,5,1704.6620,320.6988,754.5594,-107.2008,57.2485,134.6977,-19.1366,0.0040,49.5224,0.0000,0.0000,7.7221,49.4542,-0.9411,0.0000,50.3953,0.0000,50.3953,6.8863,43.5090,0.0000,43.5090,0.0765,43.4325,0.0000,24.1379,11.6557,7.6389,1.1495,11833.4234,11833.4234,11833.4234 -225.5000,1.0000,2235.7076,63.2985,63.3951,0.0531,0.0000,5,1706.4165,363.4550,742.4038,-107.2633,64.9478,132.6642,-19.1675,0.1799,56.9829,0.0000,0.0000,7.7850,56.9543,-0.9822,0.0000,57.9365,0.0000,57.9365,6.9064,51.0301,0.0000,51.0301,0.0828,50.9473,0.0000,30.9905,11.6897,8.2671,1.1774,13266.8061,13266.8061,13266.8061 -226.5000,1.0000,2253.3522,63.5195,63.6461,0.0697,0.0000,5,1714.3130,371.5685,757.2529,-107.5445,66.7049,135.9439,-19.3066,0.6506,58.2229,0.0000,0.0000,7.8314,58.3176,-0.9929,0.0000,59.3105,0.0000,59.3105,6.9305,52.3800,0.0000,52.3800,0.1092,52.2708,0.0000,29.6383,11.7305,10.9020,1.1798,13589.4071,13589.4071,13589.4071 -227.5000,1.0000,2271.0689,63.7790,63.9141,0.0744,0.0000,5,1725.7955,354.0801,760.7827,-107.9534,63.9911,137.4924,-19.5099,0.5620,55.5869,0.0000,0.0000,7.8422,55.6408,-0.9839,0.0000,56.6247,0.0000,56.6247,6.9588,49.6659,0.0000,49.6659,0.1171,49.5488,0.0000,26.0824,11.7784,11.6880,1.1698,13084.7364,13084.7364,13084.7364 -228.5000,1.0000,2288.8545,64.0270,64.1421,0.0633,0.0000,5,1736.9725,343.5081,759.0601,-108.3514,62.4825,138.0695,-19.7086,0.6266,53.9629,0.0000,0.0000,7.8930,54.0492,-0.9802,0.0000,55.0294,0.0000,55.0294,6.9859,48.0435,0.0000,48.0435,0.1000,47.9435,0.0000,26.1372,11.8242,9.9822,1.1733,12807.9909,12807.9909,12807.9909 -229.5000,1.0000,2306.7113,64.2835,64.4271,0.0792,0.0000,5,1747.4630,378.8432,757.9689,-108.7250,69.3260,138.7037,-19.8960,0.4954,60.8924,0.0000,0.0000,7.9383,60.9182,-1.0194,0.0000,61.9376,0.0000,61.9376,7.0138,54.9237,0.0000,54.9237,0.1255,54.7983,0.0000,30.3990,11.8716,12.5277,1.1902,14105.4132,14105.4132,14105.4132 -230.5000,1.0000,2324.5518,64.2245,64.0241,-0.1119,0.0000,5,1747.3870,175.2726,761.5215,-108.7223,32.0724,139.3477,-19.8947,-0.5035,24.7196,0.0000,0.0000,7.8563,24.7308,-0.8356,0.0000,25.5664,0.0000,25.5664,7.0074,18.5590,0.0000,18.5590,-0.1773,18.7363,0.0000,24.5740,11.8607,-17.6983,1.1492,7180.2574,7180.2574,7180.2574 -231.5000,1.0000,2342.2806,63.8225,63.6231,-0.1114,0.0000,5,1742.0465,167.2618,713.4311,-108.5321,30.5130,130.1489,-19.7992,-0.0694,22.7130,0.0000,0.0000,7.8694,22.7761,-0.8187,0.0000,23.5948,0.0000,23.5948,6.9635,16.6312,0.0000,16.6312,-0.1753,16.8065,0.0000,22.5203,11.7864,-17.5003,1.1612,6893.6332,6893.6332,6893.6332 -232.5000,1.0000,2359.8937,63.4060,63.1911,-0.1200,0.0000,5,1731.0220,190.7704,701.8810,-108.1395,34.5814,127.2315,-19.6027,-1.1030,27.8939,0.0000,0.0000,7.7905,27.8215,-0.8369,0.0000,28.6584,0.0000,28.6584,6.9181,21.7403,0.0000,21.7403,-0.1876,21.9279,0.0000,28.9485,11.7095,-18.7301,1.1714,7610.6295,7610.6295,7610.6295 -233.5000,1.0000,2377.3734,62.9260,62.6631,-0.1467,0.0000,5,1706.6835,175.7672,699.3037,-107.2728,31.4137,124.9820,-19.1722,-1.4634,25.1886,0.0000,0.0000,7.6885,25.0878,-0.8148,0.0000,25.9026,0.0000,25.9026,6.8657,19.0369,0.0000,19.0369,-0.2275,19.2644,0.0000,30.3627,11.6209,-22.7191,1.1501,7020.8372,7020.8372,7020.8372 -234.5000,1.0000,2394.7075,62.4015,62.1421,-0.1447,0.0000,5,1690.7755,181.0384,698.5339,-106.7062,32.0542,123.6807,-18.8932,-0.2020,24.5696,0.0000,0.0000,7.6867,24.6442,-0.8035,0.0000,25.4477,0.0000,25.4477,6.8085,18.6392,0.0000,18.6392,-0.2227,18.8618,0.0000,29.5689,11.5240,-22.2310,1.1588,7115.9888,7115.9888,7115.9888 -235.5000,1.0000,2411.9038,61.9055,61.6711,-0.1308,0.0000,5,1685.5495,204.0523,697.3540,-106.5201,36.0173,123.0902,-18.8019,-0.3396,28.6974,0.0000,0.0000,7.6595,28.7509,-0.8158,0.0000,29.5667,0.0000,29.5667,6.7544,22.8123,0.0000,22.8123,-0.1997,23.0120,0.0000,31.5173,11.4324,-19.9378,1.1572,7821.4398,7821.4398,7821.4398 -236.5000,1.0000,2428.9505,61.3670,61.0651,-0.1683,0.0000,5,1673.0375,171.5830,696.8136,-106.0745,30.0613,122.0818,-18.5843,-0.9485,23.4280,0.0000,0.0000,7.5818,23.4144,-0.7797,0.0000,24.1940,0.0000,24.1940,6.6956,17.4984,0.0000,17.4984,-0.2547,17.7531,0.0000,31.8494,11.3330,-25.4293,1.1533,6723.7183,6723.7183,6723.7183 -237.5000,1.0000,2445.8343,60.7805,60.4981,-0.1575,0.0000,5,1663.3100,169.5881,690.6473,-105.7281,29.5391,120.2979,-18.4159,-0.0507,21.9919,0.0000,0.0000,7.5978,22.0884,-0.7631,0.0000,22.8515,0.0000,22.8515,6.6316,16.2198,0.0000,16.2198,-0.2360,16.4558,0.0000,28.7965,11.2247,-23.5654,1.1502,6610.3731,6610.3731,6610.3731 -238.5000,1.0000,2462.5552,60.1940,59.8921,-0.1683,0.0000,5,1650.1490,135.0458,678.6909,-105.2594,23.3363,117.2800,-18.1892,-1.2834,17.1147,0.0000,0.0000,7.5051,17.0692,-0.7279,0.0000,17.7971,0.0000,17.7971,6.5676,11.2295,0.0000,11.2295,-0.2498,11.4793,0.0000,25.3062,11.1163,-24.9432,1.1469,5471.5724,5471.5724,5471.5724 -239.5000,1.0000,2479.1245,59.6485,59.4071,-0.1347,0.0000,5,1633.6690,181.0437,669.8386,-104.6725,30.9725,114.5943,-17.9071,-0.3827,23.8713,0.0000,0.0000,7.4839,23.9128,-0.7533,0.0000,24.6661,0.0000,24.6661,6.5081,18.1580,0.0000,18.1580,-0.1981,18.3561,0.0000,27.1224,11.0156,-19.7819,1.1438,6824.3423,6824.3423,6824.3423 -240.5000,1.0000,2495.5566,59.1545,58.9041,-0.1397,0.0000,5,1621.6145,171.9630,677.4947,-104.2432,29.2019,115.0488,-17.7021,-0.8205,22.5999,0.0000,0.0000,7.4226,22.5810,-0.7384,0.0000,23.3195,0.0000,23.3195,6.4542,16.8652,0.0000,16.8652,-0.2038,17.0690,0.0000,26.4908,10.9244,-20.3462,1.1415,6486.2367,6486.2367,6486.2367 -241.5000,1.0000,2511.8536,58.6680,58.4341,-0.1306,0.0000,5,1597.1620,174.8323,662.7080,-103.3052,29.2415,110.8408,-17.2782,-1.5902,23.5091,0.0000,0.0000,7.3226,23.3640,-0.7344,0.0000,24.0984,0.0000,24.0984,6.4011,17.6973,0.0000,17.6973,-0.1888,17.8861,0.0000,25.9065,10.8345,-18.8550,1.1494,6492.5749,6492.5749,6492.5749 -242.5000,1.0000,2528.0544,58.3215,58.2111,-0.0619,0.0000,5,1584.0390,242.1457,672.5793,-102.5269,40.1672,111.5676,-17.0072,0.3006,32.5453,0.0000,0.0000,7.3213,32.6712,-0.7757,0.0000,33.4469,0.0000,33.4469,6.3633,27.0836,0.0000,27.0836,-0.0891,27.1726,0.0000,25.2953,10.7705,-8.8932,1.1469,8472.7418,8472.7418,8472.7418 -243.5000,1.0000,2544.2300,58.2310,58.2531,0.0117,0.0000,5,1583.1615,287.3689,688.3787,-102.4748,47.6424,114.1251,-16.9891,-0.3857,40.7382,0.0000,0.0000,7.2899,40.6215,-0.8144,0.0000,41.4359,0.0000,41.4359,6.3535,35.0824,0.0000,35.0824,0.0167,35.0656,0.0000,22.6395,10.7538,1.6724,1.1468,9887.2613,9887.2613,9887.2613 -244.5000,1.0000,2560.4339,58.3330,58.4151,0.0450,0.0000,5,1579.0795,348.4104,704.3822,-102.2327,57.6134,116.4772,-16.9053,-0.0111,50.3175,0.0000,0.0000,7.3071,50.2440,-0.8646,0.0000,51.1087,0.0000,51.1087,6.3646,44.7441,0.0000,44.7441,0.0647,44.6794,0.0000,27.4449,10.7727,6.4618,1.1711,11735.6712,11735.6712,11735.6712 -245.5000,1.0000,2576.6871,58.5105,58.6081,0.0536,0.0000,5,1588.5785,331.8034,731.2513,-102.7961,55.1973,121.6477,-17.1007,0.9379,46.9269,0.0000,0.0000,7.3326,47.1331,-0.8518,0.0000,47.9850,0.0000,47.9850,6.3840,41.6010,0.0000,41.6010,0.0773,41.5237,0.0000,22.9964,10.8054,7.7218,1.1227,11296.8768,11296.8768,11296.8768 -246.5000,1.0000,2592.9845,58.6695,58.7331,0.0347,0.0000,5,1592.8510,304.8643,718.0439,-103.0495,50.8523,119.7718,-17.1890,-0.5224,44.0818,0.0000,0.0000,7.2929,43.8872,-0.8380,0.0000,44.7252,0.0000,44.7252,6.4013,38.3239,0.0000,38.3239,0.0502,38.2737,0.0000,22.4242,10.8348,5.0147,1.1361,10493.0490,10493.0490,10493.0490 -247.5000,1.0000,2609.2803,58.6635,58.5961,-0.0381,0.0000,5,1592.1260,276.5767,716.1206,-103.0065,46.1128,119.3967,-17.1740,0.4513,38.3507,0.0000,0.0000,7.3108,38.5069,-0.8108,0.0000,39.3176,0.0000,39.3176,6.4007,32.9170,0.0000,32.9170,-0.0550,32.9720,0.0000,27.6339,10.8337,-5.4956,1.1234,9608.9657,9608.9657,9608.9657 -248.5000,1.0000,2625.5193,58.4595,58.3251,-0.0753,0.0000,5,1585.4885,227.7093,695.5442,-102.6128,37.8070,115.4826,-17.0370,-1.0957,31.6205,0.0000,0.0000,7.2823,31.4690,-0.7719,0.0000,32.2408,0.0000,32.2408,6.3784,25.8625,0.0000,25.8625,-0.1085,25.9710,0.0000,26.0080,10.7960,-10.8331,1.1472,8029.1060,8029.1060,8029.1060 -249.5000,1.0000,2641.6819,58.1840,58.0451,-0.0778,0.0000,5,1573.5485,231.4322,683.7692,-101.9047,38.1358,112.6726,-16.7920,-0.0663,30.9704,0.0000,0.0000,7.2317,31.0316,-0.7652,0.0000,31.7967,0.0000,31.7967,6.3483,25.4484,0.0000,25.4484,-0.1116,25.5600,0.0000,25.9549,10.7451,-11.1401,1.1324,8065.2078,8065.2078,8065.2078 -250.5000,1.0000,2657.7425,57.8170,57.5911,-0.1261,0.0000,5,1572.9765,166.1580,684.8112,-101.8708,27.3698,112.8033,-16.7803,0.0111,20.1277,0.0000,0.0000,7.2311,20.2085,-0.7045,0.0000,20.9130,0.0000,20.9130,6.3083,14.6047,0.0000,14.6047,-0.1798,14.7845,0.0000,22.0561,10.6774,-17.9489,1.1323,6121.4275,6121.4275,6121.4275 -251.5000,1.0000,2673.6310,57.1975,56.8061,-0.2181,0.0000,5,1563.7445,100.7054,654.8007,-101.3232,16.4910,107.2269,-16.5922,-0.8976,10.2250,0.0000,0.0000,7.1635,10.2341,-0.6441,0.0000,10.8783,0.0000,10.8783,6.2407,4.6376,0.0000,4.6376,-0.3075,4.9451,0.0000,25.0846,10.5630,-30.7025,1.1306,4179.9335,4179.9335,4179.9335 -252.5000,1.0000,2689.3160,56.4650,56.1261,-0.1889,0.0000,5,1549.8205,136.4423,632.1070,-100.4974,22.1442,102.5890,-16.3104,-0.4357,15.4468,0.0000,0.0000,7.1330,15.4945,-0.6589,0.0000,16.1534,0.0000,16.1534,6.1608,9.9927,0.0000,9.9927,-0.2630,10.2556,0.0000,26.0831,10.4277,-26.2552,1.1279,5148.2623,5148.2623,5148.2623 -253.5000,1.0000,2704.7959,55.7265,55.3291,-0.2214,0.0000,5,1533.2265,106.6761,633.8816,-99.5133,17.1278,101.7755,-15.9778,-1.1314,11.2092,0.0000,0.0000,7.0500,11.2015,-0.6255,0.0000,11.8270,0.0000,11.8270,6.0802,5.7468,0.0000,5.7468,-0.3042,6.0510,0.0000,26.1298,10.2913,-30.3701,1.1248,4254.6034,4254.6034,4254.6034 -254.5000,1.0000,2720.0119,54.7765,54.2261,-0.3064,0.0000,5,1506.8665,16.5817,613.9814,-97.9499,2.6166,96.8855,-15.4564,-1.3273,-3.0123,0.0000,0.0000,6.9562,-3.0139,-0.6002,0.0000,-2.4138,0.0000,-2.4138,5.9765,-8.3903,0.0000,-8.3903,-0.4138,-7.9765,0.0000,23.2215,10.1159,-41.3139,1.1039,2480.1885,2480.1885,2480.1885 -255.5000,1.0000,2734.9231,53.6790,53.1341,-0.3033,0.0000,5,1476.6920,16.6622,570.3347,-96.1603,2.5766,88.1959,-14.8701,-1.4356,-2.8468,0.0000,0.0000,6.8590,-2.8452,-0.5820,0.0000,-2.2632,0.0000,-2.2632,5.8568,-8.1200,0.0000,-8.1200,-0.4014,-7.7185,0.0000,22.4507,9.9132,-40.0824,1.1073,2400.8797,2400.8797,2400.8797 -256.5000,1.0000,2749.5499,52.6555,52.1791,-0.2653,0.0000,5,1446.8225,2.2001,561.8324,-94.3888,0.3333,85.1237,-14.3009,-1.2473,-5.1605,0.0000,0.0000,6.7412,-5.1572,-0.5715,0.0000,-4.5857,0.0000,-4.5857,5.7451,-10.3309,0.0000,-10.3309,-0.3444,-9.9865,0.0000,14.6747,9.7242,-34.3854,1.0829,2085.6588,2085.6588,2085.6588 -257.5000,1.0000,2763.8970,51.6485,51.1201,-0.2942,0.0000,5,1411.4595,-71.2060,539.7505,-92.2915,-10.5248,79.7793,-13.6414,-1.8484,-15.2811,0.0000,0.0000,6.6047,-15.2062,-0.5806,0.0000,-14.6256,0.0000,-14.6256,5.6353,-20.2608,0.0000,-20.2608,-0.3746,-19.8862,0.0000,7.9763,9.5382,-37.4008,1.0866,396.4729,396.4729,396.4729 -258.5000,1.0000,2777.9779,50.6900,50.2621,-0.2383,0.0000,5,1378.9195,-48.1198,506.6717,-90.3616,-6.9485,73.1635,-13.0482,-0.9497,-12.5173,0.0000,0.0000,6.5185,-12.5215,-0.5590,0.0000,-11.9624,0.0000,-11.9624,5.5307,-17.4931,0.0000,-17.4931,-0.2979,-17.1952,0.0000,3.1833,9.3612,-29.7397,1.0771,847.9551,847.9551,847.9551 -259.5000,1.0000,2791.8955,50.1020,49.9441,-0.0883,0.0000,5,1367.2080,75.7078,520.2616,-89.6670,10.8394,74.4878,-12.8380,-0.0416,4.3876,0.0000,0.0000,6.4934,4.4000,-0.5079,0.0000,4.9079,0.0000,4.9079,5.4665,-0.5586,0.0000,-0.5586,-0.1091,-0.4495,0.0000,1.1924,9.2526,-10.8945,1.0737,3125.5074,3125.5074,3125.5074 -260.5000,1.0000,2805.8081,50.0845,50.2271,0.0786,0.0000,5,1365.1480,216.8634,568.6054,-89.5449,31.0024,81.2867,-12.8012,-0.1311,24.6190,0.0000,0.0000,6.5144,24.5215,-0.6067,0.0000,25.1282,0.0000,25.1282,5.4646,19.6636,0.0000,19.6636,0.0971,19.5666,0.0000,0.6251,9.2494,9.6921,1.0872,6566.2665,6566.2665,6566.2665 -261.5000,1.0000,2819.8544,50.5655,50.9061,0.1886,0.0000,5,1361.4860,312.1946,624.1125,-89.3277,44.5110,88.9825,-12.7358,-0.1754,38.1998,0.0000,0.0000,6.4866,37.8866,-0.6813,0.0000,38.5679,0.0000,38.5679,5.5171,33.0508,0.0000,33.0508,0.2351,32.8156,0.0000,0.0000,9.3382,23.4774,1.0862,9087.3279,9087.3279,9087.3279 -262.5000,1.0000,2834.1111,51.3230,51.7421,0.2322,0.0000,5,1370.1075,358.6254,670.8120,-89.8390,51.4546,96.2463,-12.8899,0.9019,44.0013,0.0000,0.0000,6.5514,43.9873,-0.7234,0.0000,44.7107,0.0000,44.7107,5.5997,39.1109,0.0000,39.1109,0.2938,38.8171,0.0000,0.0000,9.4781,29.3390,1.1028,10388.1918,10388.1918,10388.1918 -263.5000,1.0000,2848.5985,52.1535,52.5671,0.2292,0.0000,5,1395.8955,356.2294,694.8210,-91.3684,52.0728,101.5674,-13.3560,1.2917,44.1741,0.0000,0.0000,6.6071,44.3005,-0.7374,0.0000,45.0379,0.0000,45.0379,5.6904,39.3476,0.0000,39.3476,0.2947,39.0529,0.0000,0.0000,9.6315,29.4215,1.0821,10543.2576,10543.2576,10543.2576 -264.5000,1.0000,2863.3255,53.0160,53.4671,0.2500,0.0000,5,1423.5905,372.6151,697.8294,-93.0110,55.5487,104.0310,-13.8659,1.1039,47.7429,0.0000,0.0000,6.7020,47.7609,-0.7680,0.0000,48.5289,0.0000,48.5289,5.7845,42.7444,0.0000,42.7444,0.3268,42.4177,0.0000,0.0000,9.7907,32.6269,1.1043,11192.1419,11192.1419,11192.1419 -265.5000,1.0000,2878.2890,53.8675,54.2701,0.2231,0.0000,5,1447.0130,347.5761,707.8380,-94.4001,52.6685,107.2593,-14.3045,0.9594,44.9325,0.0000,0.0000,6.7767,44.9328,-0.7668,0.0000,45.6996,0.0000,45.6996,5.8774,39.8223,0.0000,39.8223,0.2962,39.5260,0.0000,0.0000,9.9480,29.5780,1.1254,10664.6836,10664.6836,10664.6836 -266.5000,1.0000,2893.4817,54.6925,55.1171,0.2353,0.0000,5,1470.3595,358.5929,704.8548,-95.7848,55.2146,108.5305,-14.7485,1.1333,47.2330,0.0000,0.0000,6.8483,47.2701,-0.7914,0.0000,48.0615,0.0000,48.0615,5.9674,42.0942,0.0000,42.0942,0.3173,41.7769,0.0000,0.0000,10.1004,31.6766,1.1049,11185.9926,11185.9926,11185.9926 -267.5000,1.0000,2908.9175,55.5675,56.0201,0.2508,0.0000,5,1494.0490,371.7038,712.9053,-97.1897,58.1555,111.5386,-15.2060,1.0220,50.1932,0.0000,0.0000,6.9403,50.1598,-0.8198,0.0000,50.9796,0.0000,50.9796,6.0629,44.9167,0.0000,44.9167,0.3436,44.5731,0.0000,0.0000,10.2619,34.3112,1.1137,11782.7599,11782.7599,11782.7599 -268.5000,1.0000,2924.5807,56.3865,56.7551,0.2042,0.0000,5,1518.6925,330.7612,724.0371,-98.6513,52.6033,115.1488,-15.6892,1.2595,44.2805,0.0000,0.0000,7.0633,44.3849,-0.8036,0.0000,45.1885,0.0000,45.1885,6.1522,39.0363,0.0000,39.0363,0.2838,38.7525,0.0000,0.0000,10.4132,28.3393,1.1471,10754.6968,10754.6968,10754.6968 -269.5000,1.0000,2940.4581,57.1575,57.5621,0.2242,0.0000,5,1541.4665,345.9316,713.2811,-100.0020,55.8410,115.1393,-16.1425,0.8775,47.8651,0.0000,0.0000,7.0984,47.8154,-0.8333,0.0000,48.6487,0.0000,48.6487,6.2363,42.4123,0.0000,42.4123,0.3159,42.0964,0.0000,0.0000,10.5556,31.5409,1.1389,11356.2508,11356.2508,11356.2508 -270.5000,1.0000,2956.5642,57.9810,58.4021,0.2333,0.0000,5,1560.4640,354.5876,723.2075,-101.1287,57.9437,118.1804,-16.5256,0.9322,49.8643,0.0000,0.0000,7.1471,49.8143,-0.8567,0.0000,50.6710,0.0000,50.6710,6.3262,44.3449,0.0000,44.3449,0.3336,44.0113,0.0000,0.0000,10.7077,33.3036,1.1174,11768.4269,11768.4269,11768.4269 -271.5000,1.0000,2972.8808,58.7385,59.0771,0.1875,0.0000,5,1585.4890,315.4926,734.8889,-102.6129,52.3819,122.0151,-17.0370,1.4894,43.6314,0.0000,0.0000,7.2611,43.8007,-0.8387,0.0000,44.6394,0.0000,44.6394,6.4088,38.2306,0.0000,38.2306,0.2715,37.9590,0.0000,0.0000,10.8475,27.1115,1.1347,10758.4817,10758.4817,10758.4817 -272.5000,1.0000,2989.3863,59.4185,59.7621,0.1903,0.0000,5,1607.8050,313.4409,722.7158,-103.7514,52.7737,121.6829,-17.4685,0.6930,44.7743,0.0000,0.0000,7.3064,44.7120,-0.8546,0.0000,45.5666,0.0000,45.5666,6.4830,39.0835,0.0000,39.0835,0.2787,38.8048,0.0000,0.0000,10.9731,27.8317,1.1264,10875.5243,10875.5243,10875.5243 -273.5000,1.0000,3006.0509,59.9915,60.2231,0.1281,0.0000,5,1618.3720,257.6085,722.8630,-104.1277,43.6583,122.5076,-17.6471,0.3526,35.9645,0.0000,0.0000,7.3412,35.9054,-0.8196,0.0000,36.7250,0.0000,36.7250,6.5455,30.1795,0.0000,30.1795,0.1894,29.9901,0.0000,0.0000,11.0789,18.9111,1.1409,9160.3639,9160.3639,9160.3639 -274.5000,1.0000,3022.8107,60.3340,60.4471,0.0622,0.0000,5,1631.9145,202.4447,713.1737,-104.6100,34.5965,121.8769,-17.8772,1.0016,26.1708,0.0000,0.0000,7.4241,26.2823,-0.7767,0.0000,27.0591,0.0000,27.0591,6.5829,20.4761,0.0000,20.4761,0.0926,20.3836,0.0000,0.0000,11.1422,9.2414,1.1435,7496.8711,7496.8711,7496.8711 -275.5000,1.0000,3039.5521,60.2680,60.0911,-0.0989,0.0000,5,1639.6965,54.5858,691.6302,-104.8872,9.3728,118.7589,-18.0100,-0.2228,2.2047,0.0000,0.0000,7.3910,2.2082,-0.6795,0.0000,2.8877,0.0000,2.8877,6.5757,-3.6881,0.0000,-3.6881,-0.1469,-3.5411,0.0000,0.0000,11.1300,-14.6711,1.1324,3516.9997,3516.9997,3516.9997 -276.5000,1.0000,3056.1456,59.7355,59.3821,-0.1969,0.0000,5,1629.1675,-33.7997,641.1679,-104.5122,-5.7664,109.3871,-17.8304,-0.8321,-12.3975,0.0000,0.0000,7.4631,-12.4078,-0.7066,0.0000,-11.7012,0.0000,-11.7012,6.5176,-18.2188,0.0000,-18.2188,-0.2901,-17.9288,0.0000,0.0000,11.0317,-28.9605,1.2624,1639.2744,1639.2744,1639.2744 -277.5000,1.0000,3072.5701,59.1270,58.8741,-0.1411,0.0000,5,1610.9710,14.1524,606.9238,-103.8642,2.3875,102.3883,-17.5219,-0.9774,-4.0569,0.0000,0.0000,7.4219,-4.0494,-0.6754,0.0000,-3.3740,0.0000,-3.3740,6.4512,-9.8253,0.0000,-9.8253,-0.2057,-9.6196,0.0000,0.0000,10.9193,-20.5389,1.2704,2684.6349,2684.6349,2684.6349 -278.5000,1.0000,3088.8696,58.6770,58.4821,-0.1089,0.0000,5,1593.9575,43.9610,617.5570,-103.1151,7.3379,103.0819,-17.2119,-0.6983,0.6975,0.0000,0.0000,7.3387,0.6967,-0.6559,0.0000,1.3525,0.0000,1.3525,6.4021,-5.0496,0.0000,-5.0496,-0.1575,-4.8921,0.0000,0.0000,10.8362,-15.7283,1.2651,3199.2360,3199.2360,3199.2360 -279.5000,1.0000,3105.0934,58.4045,58.3291,-0.0425,0.0000,5,1583.6195,104.5452,626.1563,-102.5020,17.3374,103.8394,-16.9985,-0.3116,10.3299,0.0000,0.0000,7.3191,10.3226,-0.6642,0.0000,10.9867,0.0000,10.9867,6.3724,4.6143,0.0000,4.6143,-0.0612,4.6755,0.0000,0.0000,10.7859,-6.1103,1.2618,4350.0135,4350.0135,4350.0135 -280.5000,1.0000,3121.3023,58.3510,58.3751,0.0128,0.0000,5,1583.2760,156.0969,649.5958,-102.4816,25.8809,107.7032,-16.9915,0.2782,18.2670,0.0000,0.0000,7.3358,18.2928,-0.7036,0.0000,18.9963,0.0000,18.9963,6.3666,12.6298,0.0000,12.6298,0.0184,12.6114,0.0000,0.0000,10.7760,1.8354,1.2346,5868.8938,5868.8938,5868.8938 -281.5000,1.0000,3137.5445,58.4710,58.5691,0.0539,0.0000,5,1582.3225,188.8138,660.8507,-102.4251,31.2865,109.5032,-16.9719,-0.3707,24.3753,0.0000,0.0000,7.2818,24.2763,-0.7357,0.0000,25.0120,0.0000,25.0120,6.3796,18.6324,0.0000,18.6324,0.0777,18.5547,0.0000,0.0000,10.7981,7.7566,1.2219,6841.0674,6841.0674,6841.0674 -282.5000,1.0000,3153.8399,58.6620,58.7571,0.0522,0.0000,5,1585.1835,193.3965,679.2572,-102.5947,32.1038,112.7567,-17.0307,0.6498,24.0500,0.0000,0.0000,7.4040,24.1126,-0.7380,0.0000,24.8507,0.0000,24.8507,6.4005,18.4502,0.0000,18.4502,0.0755,18.3746,0.0000,0.0000,10.8334,7.5412,1.3033,6991.1366,6991.1366,6991.1366 -283.5000,1.0000,3170.2027,58.9050,59.0551,0.0828,0.0000,5,1595.9030,229.7376,681.8320,-103.2305,38.3943,113.9495,-17.2521,0.3963,28.6635,0.0000,0.0000,9.3345,28.6636,-0.7650,0.0000,29.4287,0.0000,29.4287,6.4270,23.0017,0.0000,23.0017,0.1202,22.8814,0.0000,0.0000,10.8783,12.0031,1.1868,8163.3225,8163.3225,8163.3225 -284.5000,1.0000,3186.6430,59.1840,59.3151,0.0722,0.0000,5,1601.4725,219.7717,692.9482,-103.5259,36.8570,116.2114,-17.3619,0.1500,27.2862,0.0000,0.0000,9.4208,27.2523,-0.7625,0.0000,28.0148,0.0000,28.0148,6.4574,21.5574,0.0000,21.5574,0.1054,21.4520,0.0000,0.0000,10.9298,10.5221,1.2538,7885.5529,7885.5529,7885.5529 -285.5000,1.0000,3203.1611,59.4640,59.6151,0.0833,0.0000,5,1606.0500,230.6213,691.9796,-103.6889,38.7871,116.3807,-17.4389,0.3010,29.0321,0.0000,0.0000,9.4540,29.0140,-0.7760,0.0000,29.7901,0.0000,29.7901,6.4880,23.3021,0.0000,23.3021,0.1222,23.1799,0.0000,0.0000,10.9815,12.1984,1.2552,8249.7310,8249.7310,8249.7310 -286.5000,1.0000,3219.7582,59.7485,59.8841,0.0747,0.0000,5,1609.0255,222.3352,694.0989,-103.7949,37.4628,116.9534,-17.4891,-0.0076,27.9425,0.0000,0.0000,9.5279,27.8784,-0.7750,0.0000,28.6534,0.0000,28.6534,6.5190,22.1344,0.0000,22.1344,0.1101,22.0243,0.0000,0.0000,11.0341,10.9902,1.3244,8004.6687,8004.6687,8004.6687 -287.5000,1.0000,3236.4258,60.0020,60.1221,0.0661,0.0000,5,1610.1700,215.6419,692.7358,-103.8357,36.3608,116.8068,-17.5084,0.1207,26.7496,0.0000,0.0000,9.4904,26.7169,-0.7734,0.0000,27.4903,0.0000,27.4903,6.5467,20.9436,0.0000,20.9436,0.0978,20.8458,0.0000,0.0000,11.0809,9.7649,1.2701,7800.2814,7800.2814,7800.2814 -288.5000,1.0000,3253.1689,60.2740,60.4281,0.0850,0.0000,5,1625.6200,237.9780,702.1637,-104.3859,40.5121,119.5325,-17.7701,1.4205,29.4702,0.0000,0.0000,9.6214,29.6529,-0.7928,0.0000,30.4456,0.0000,30.4456,6.5764,23.8693,0.0000,23.8693,0.1263,23.7429,0.0000,0.0000,11.1311,12.6118,1.3159,8580.8058,8580.8058,8580.8058 -289.5000,1.0000,3270.0007,60.5935,60.7611,0.0925,0.0000,5,1649.7290,240.0330,711.2914,-105.2445,41.4679,122.8821,-18.1820,1.0010,30.8327,0.0000,0.0000,9.6343,30.9324,-0.8046,0.0000,31.7369,0.0000,31.7369,6.6112,25.1257,0.0000,25.1257,0.1382,24.9875,0.0000,0.0000,11.1901,13.7974,1.2552,8768.5518,8768.5518,8768.5518 -290.5000,1.0000,3286.9287,60.9395,61.1201,0.0997,0.0000,5,1655.9850,228.3584,705.6236,-105.4673,39.6006,122.3653,-18.2895,-0.3685,32.3613,0.0000,0.0000,7.6079,32.1957,-0.8168,0.0000,33.0124,0.0000,33.0124,6.6490,26.3634,0.0000,26.3634,0.1498,26.2136,0.0000,0.0000,11.2540,14.9596,1.3391,8433.8212,8433.8212,8433.8212 -291.5000,1.0000,3303.9730,61.3585,61.5991,0.1331,0.0000,5,1662.2415,264.4627,712.4019,-105.6901,46.0349,124.0075,-18.3974,1.0086,37.3981,0.0000,0.0000,7.6282,37.4741,-0.8505,0.0000,38.3246,0.0000,38.3246,6.6947,31.6299,0.0000,31.6299,0.2013,31.4287,0.0000,0.0000,11.3314,20.0973,1.3001,9654.5725,9654.5725,9654.5725 -292.5000,1.0000,3321.1486,61.8310,62.0651,0.1294,0.0000,5,1676.1275,264.7174,721.5961,-106.1846,46.4642,126.6572,-18.6379,0.4123,38.3986,0.0000,0.0000,7.6533,38.3459,-0.8630,0.0000,39.2088,0.0000,39.2088,6.7463,32.4626,0.0000,32.4626,0.1973,32.2652,0.0000,1.1442,11.4187,19.7024,1.2908,9762.5172,9762.5172,9762.5172 -293.5000,1.0000,3338.4843,62.4075,62.7521,0.1908,0.0000,5,1684.7105,326.1178,724.2589,-106.4902,57.5345,127.7755,-18.7873,0.4736,49.3242,0.0000,0.0000,7.7367,49.1875,-0.9276,0.0000,50.1151,0.0000,50.1151,6.8092,43.3059,0.0000,43.3059,0.2936,43.0123,0.0000,2.1701,11.5251,29.3170,1.3481,11844.1996,11844.1996,11844.1996 -294.5000,1.0000,3356.0095,63.0895,63.4291,0.1881,0.0000,5,1706.5310,337.7769,752.1728,-107.2673,60.3633,134.4189,-19.1695,1.8071,50.7247,0.0000,0.0000,7.8315,50.9638,-0.9483,0.0000,51.9121,0.0000,51.9121,6.8836,45.0285,0.0000,45.0285,0.2925,44.7360,0.0000,3.8789,11.6511,29.2060,1.3139,12413.7755,12413.7755,12413.7755 -295.5000,1.0000,3373.6998,63.6840,63.9411,0.1422,0.0000,5,1727.3595,292.9965,751.2955,-108.0091,52.9998,135.9008,-19.5376,0.3803,44.7592,0.0000,0.0000,7.8602,44.6725,-0.9269,0.0000,45.5994,0.0000,45.5994,6.9484,38.6509,0.0000,38.6509,0.2233,38.4276,0.0000,4.3708,11.7609,22.2960,1.3285,11048.4120,11048.4120,11048.4120 -296.5000,1.0000,3391.5324,64.1960,64.4531,0.1422,0.0000,5,1735.4845,299.9331,743.2946,-108.2985,54.5097,135.0860,-19.6821,0.4838,46.1614,0.0000,0.0000,7.8645,46.0983,-0.9430,0.0000,47.0413,0.0000,47.0413,7.0043,40.0370,0.0000,40.0370,0.2251,39.8119,0.0000,5.4813,11.8554,22.4753,1.2940,11349.0175,11349.0175,11349.0175 -297.5000,1.0000,3409.5145,64.7345,65.0181,0.1569,0.0000,5,1740.7490,322.4312,743.9550,-108.4859,58.7762,135.6162,-19.7760,0.0775,50.8447,0.0000,0.0000,7.8541,50.6448,-0.9755,0.0000,51.6203,0.0000,51.6203,7.0630,44.5572,0.0000,44.5572,0.2505,44.3067,0.0000,7.3420,11.9549,25.0098,1.2825,12132.4471,12132.4471,12132.4471 -298.5000,1.0000,3427.6448,65.2680,65.5201,0.1394,0.0000,5,1756.0465,322.7594,760.7246,-109.0307,59.3531,139.8917,-20.0500,1.5715,49.8164,0.0000,0.0000,7.9652,50.0374,-0.9818,0.0000,51.0192,0.0000,51.0192,7.1213,43.8979,0.0000,43.8979,0.2244,43.6735,0.0000,9.2159,12.0534,22.4043,1.2940,12245.7010,12245.7010,12245.7010 -299.5000,1.0000,3445.9222,65.7975,66.0771,0.1547,0.0000,5,1772.8315,341.1038,756.9160,-109.6285,63.3261,140.5218,-20.3526,0.2409,55.0883,0.0000,0.0000,7.9969,54.9246,-1.0159,0.0000,55.9405,0.0000,55.9405,7.1790,48.7615,0.0000,48.7615,0.2510,48.5105,0.0000,11.2987,12.1512,25.0606,1.2940,12995.6771,12995.6771,12995.6771 -300.5000,1.0000,3464.3378,66.2950,66.5151,0.1217,0.0000,5,1791.7145,319.3610,773.3758,-110.3010,59.9210,145.1069,-20.6955,1.8343,49.9553,0.0000,0.0000,8.1315,50.2541,-1.0013,0.0000,51.2553,0.0000,51.2553,7.2333,44.0220,0.0000,44.0220,0.1989,43.8232,0.0000,11.7246,12.2430,19.8555,1.2940,12393.3643,12393.3643,12393.3643 -301.5000,1.0000,3482.8894,66.7845,67.0561,0.1503,0.0000,5,1808.5375,336.0112,762.5942,-110.9168,63.6370,144.4274,-21.0065,0.0169,55.4518,0.0000,0.0000,8.1683,55.2327,-1.0352,0.0000,56.2679,0.0000,56.2679,7.2867,48.9812,0.0000,48.9812,0.2474,48.7338,0.0000,11.6945,12.3334,24.7058,1.3285,13115.8946,13115.8946,13115.8946 -302.5000,1.0000,3501.5914,67.3260,67.5981,0.1506,0.0000,5,1817.2730,348.5632,772.6480,-111.2451,66.3331,147.0383,-21.1704,0.9579,57.2223,0.0000,0.0000,8.1529,57.2621,-1.0553,0.0000,58.3174,0.0000,58.3174,7.3458,50.9716,0.0000,50.9716,0.2499,50.7217,0.0000,13.3360,12.4334,24.9522,1.2595,13623.5708,13623.5708,13623.5708 -303.5000,1.0000,3520.3903,67.6750,67.7541,0.0433,0.0000,5,1833.6385,265.2445,777.2136,-111.8600,50.9318,149.2391,-21.4792,0.8764,41.8028,0.0000,0.0000,8.2526,41.9319,-0.9842,0.0000,42.9161,0.0000,42.9161,7.3839,35.5322,0.0000,35.5322,0.0723,35.4599,0.0000,15.7430,12.4979,7.2190,1.2940,10732.1728,10732.1728,10732.1728 -304.5000,1.0000,3539.1767,67.6300,67.5081,-0.0683,0.0000,5,1843.0995,167.8124,759.9310,-112.2155,32.3893,146.6735,-21.6586,0.1900,23.8955,0.0000,0.0000,8.3038,23.9609,-0.8926,0.0000,24.8535,0.0000,24.8535,7.3790,17.4745,0.0000,17.4745,-0.1139,17.5884,0.0000,16.4752,12.4896,-11.3763,1.3490,7385.6349,7385.6349,7385.6349 -305.5000,1.0000,3557.8469,67.2115,66.9171,-0.1642,0.0000,5,1842.9085,89.0588,739.3199,-112.2084,17.1874,142.6806,-21.6550,-0.2116,9.1252,0.0000,0.0000,8.2737,9.1562,-0.8102,0.0000,9.9664,0.0000,9.9664,7.3333,2.6331,0.0000,2.6331,-0.2720,2.9052,0.0000,17.6546,12.4123,-27.1618,1.3347,4915.1845,4915.1845,4915.1845 -306.5000,1.0000,3576.3172,66.4920,66.0691,-0.2356,0.0000,5,1827.6110,13.9436,711.7040,-111.6335,2.6686,136.2109,-21.3652,-1.5071,-3.9843,0.0000,0.0000,8.1600,-3.9804,-0.8067,0.0000,-3.1737,0.0000,-3.1737,7.2548,-10.4285,0.0000,-10.4285,-0.3862,-10.0424,0.0000,16.2342,12.2794,-38.5560,1.3175,3262.7147,3262.7147,3262.7147 -307.5000,1.0000,3594.5660,65.6945,65.3221,-0.2075,0.0000,5,1800.9460,40.4921,686.6195,-110.6316,7.6366,129.4928,-20.8645,-1.4640,1.0295,0.0000,0.0000,8.0711,1.0278,-0.7795,0.0000,1.8072,0.0000,1.8072,7.1678,-5.3606,0.0000,-5.3606,-0.3361,-5.0245,0.0000,16.3998,12.1321,-33.5565,1.3170,3733.0689,3733.0689,3733.0689 -308.5000,1.0000,3612.5838,64.8630,64.4061,-0.2544,0.0000,5,1770.6190,-7.1553,678.7289,-109.5497,-1.3267,125.8491,-20.3126,-1.8583,-7.3480,0.0000,0.0000,7.8796,-7.3289,-0.7850,0.0000,-6.5439,0.0000,-6.5439,7.0771,-13.6209,0.0000,-13.6209,-0.4069,-13.2140,0.0000,15.4348,11.9786,-40.6274,1.2825,2629.7407,2629.7407,2629.7407 -309.5000,1.0000,3630.3816,64.0710,63.7381,-0.1856,0.0000,5,1741.7030,52.3161,660.2701,-108.5199,9.5420,120.4271,-19.7930,-1.2649,2.9997,0.0000,0.0000,7.8072,2.9949,-0.7449,0.0000,3.7398,0.0000,3.7398,6.9907,-3.2508,0.0000,-3.2508,-0.2931,-2.9577,0.0000,14.4761,11.8323,-29.2661,1.2825,3758.2036,3758.2036,3758.2036 -310.5000,1.0000,3647.9927,63.3985,63.0611,-0.1881,0.0000,5,1728.5420,57.9615,678.2952,-108.0512,10.4917,122.7799,-19.5586,-0.1417,2.8429,0.0000,0.0000,7.7906,2.8559,-0.7331,0.0000,3.5890,0.0000,3.5890,6.9173,-3.3282,0.0000,-3.3282,-0.2939,-3.0343,0.0000,14.6067,11.7081,-29.3491,1.2799,3834.7831,3834.7831,3834.7831 -311.5000,1.0000,3665.4388,62.8050,62.5511,-0.1417,0.0000,5,1717.1360,87.5616,669.5195,-107.6450,15.7452,120.3917,-19.3565,-1.0620,9.0671,0.0000,0.0000,7.7401,9.0507,-0.7317,0.0000,9.7824,0.0000,9.7824,6.8525,2.9299,0.0000,2.9299,-0.2194,3.1492,0.0000,13.4531,11.5985,-21.9024,1.3036,4386.2206,4386.2206,4386.2206 -312.5000,1.0000,3682.7619,62.3620,62.1751,-0.1044,0.0000,5,1695.2775,120.1123,669.2311,-106.8666,21.3234,118.8080,-18.9719,-1.2272,14.8806,0.0000,0.0000,7.6700,14.8218,-0.7532,0.0000,15.5751,0.0000,15.5751,6.8042,8.7709,0.0000,8.7709,-0.1606,8.9315,0.0000,13.4485,11.5167,-16.0337,1.3241,5195.4501,5195.4501,5195.4501 -313.5000,1.0000,3700.0197,62.1270,62.0811,-0.0261,0.0000,5,1677.9205,192.8266,677.1332,-106.2484,33.8818,118.9800,-18.6691,-0.5739,26.8112,0.0000,0.0000,7.6446,26.7424,-0.8094,0.0000,27.5518,0.0000,27.5518,6.7785,20.7733,0.0000,20.7733,-0.0400,20.8133,0.0000,13.3333,11.4733,-3.9933,1.3460,7426.3437,7426.3437,7426.3437 -314.5000,1.0000,3717.2442,62.0070,61.9351,-0.0406,0.0000,5,1680.5525,191.8992,706.5020,-106.3422,33.7718,124.3352,-18.7148,0.8464,25.2482,0.0000,0.0000,7.6772,25.4013,-0.8006,0.0000,26.2019,0.0000,26.2019,6.7655,19.4364,0.0000,19.4364,-0.0620,19.4984,0.0000,14.2377,11.4512,-6.1904,1.3331,7410.2085,7410.2085,7410.2085 -315.5000,1.0000,3734.3966,61.7475,61.5621,-0.1036,0.0000,5,1686.0075,127.6438,700.4556,-106.5364,22.5366,123.6712,-18.8099,-0.2844,15.2091,0.0000,0.0000,7.6118,15.2304,-0.7448,0.0000,15.9751,0.0000,15.9751,6.7371,9.2380,0.0000,9.2380,-0.1577,9.3957,0.0000,13.7416,11.4032,-15.7491,1.2802,5388.3341,5388.3341,5388.3341 -316.5000,1.0000,3751.4280,61.3120,61.0641,-0.1383,0.0000,5,1672.4270,82.5544,673.9920,-106.0528,14.4583,118.0404,-18.5737,-1.1127,8.1505,0.0000,0.0000,7.4205,8.1307,-0.7015,0.0000,8.8322,0.0000,8.8322,6.6896,2.1426,0.0000,2.1426,-0.2091,2.3517,0.0000,11.9075,11.3228,-20.8786,1.1667,4155.7054,4155.7054,4155.7054 -317.5000,1.0000,3768.2982,60.7315,60.4011,-0.1842,0.0000,5,1643.8545,36.3173,647.8773,-105.0353,6.2518,111.5282,-18.0812,-1.7907,0.7181,0.0000,0.0000,7.3244,0.7143,-0.6912,0.0000,1.4055,0.0000,1.4055,6.6263,-5.2208,0.0000,-5.2208,-0.2758,-4.9450,0.0000,11.3724,11.2156,-27.5330,1.1583,3183.7650,3183.7650,3183.7650 -318.5000,1.0000,3784.9946,60.1060,59.8131,-0.1633,0.0000,5,1623.4075,67.4021,637.8303,-104.3071,11.4585,108.4330,-17.7325,-0.2700,4.4902,0.0000,0.0000,7.2384,4.5048,-0.6709,0.0000,5.1757,0.0000,5.1757,6.5580,-1.3823,0.0000,-1.3823,-0.2420,-1.1403,0.0000,11.9266,11.1001,-24.1670,1.1042,3717.3522,3717.3522,3717.3522 -319.5000,1.0000,3801.5250,59.5080,59.2051,-0.1689,0.0000,5,1620.7370,57.9238,648.1350,-104.2120,9.8310,110.0035,-17.6872,0.0038,2.5183,0.0000,0.0000,7.3089,2.5313,-0.6655,0.0000,3.1968,0.0000,3.1968,6.4928,-3.2960,0.0000,-3.2960,-0.2478,-3.0482,0.0000,10.7025,10.9897,-24.7403,1.1664,3532.3891,3532.3891,3532.3891 -320.5000,1.0000,3817.9346,59.0735,58.9441,-0.0725,0.0000,5,1611.5435,136.9439,636.0658,-103.8846,23.1107,107.3427,-17.5316,-0.9136,16.7817,0.0000,0.0000,7.2426,16.7225,-0.7075,0.0000,17.4300,0.0000,17.4300,6.4454,10.9846,0.0000,10.9846,-0.1056,11.0902,0.0000,10.7237,10.9094,-10.5429,1.1647,5410.0986,5410.0986,5410.0986 -321.5000,1.0000,3834.3131,58.9615,58.9811,0.0103,0.0000,5,1595.7885,215.1807,657.6053,-103.2237,35.9590,109.8928,-17.2498,-0.6393,29.4144,0.0000,0.0000,7.1838,29.2850,-0.7691,0.0000,30.0541,0.0000,30.0541,6.4332,23.6209,0.0000,23.6209,0.0149,23.6060,0.0000,11.2255,10.8887,1.4918,1.1492,7705.3145,7705.3145,7705.3145 -322.5000,1.0000,3850.7173,59.0540,59.1291,0.0411,0.0000,5,1593.1560,241.5344,688.1568,-103.0676,40.2964,114.8086,-17.1953,0.3807,32.7562,0.0000,0.0000,7.1595,32.7951,-0.7883,0.0000,33.5835,0.0000,33.5835,6.4433,27.1402,0.0000,27.1402,0.0599,27.0804,0.0000,10.1982,10.9058,5.9764,1.0860,8515.2628,8515.2628,8515.2628 -323.5000,1.0000,3867.1865,59.2880,59.4491,0.0889,0.0000,5,1604.5240,290.3062,700.6792,-103.6346,48.7788,117.7319,-17.4132,0.7367,40.8031,0.0000,0.0000,7.2389,40.8829,-0.8331,0.0000,41.7160,0.0000,41.7160,6.4688,35.2472,0.0000,35.2472,0.1299,35.1173,0.0000,11.1951,10.9490,12.9731,1.0881,10116.6348,10116.6348,10116.6348 -324.5000,1.0000,3883.7531,59.6385,59.8301,0.1058,0.0000,5,1613.5270,306.5541,713.8389,-103.9552,51.7979,120.6160,-17.5651,0.1512,44.3963,0.0000,0.0000,7.2503,44.2968,-0.8561,0.0000,45.1529,0.0000,45.1529,6.5070,38.6459,0.0000,38.6459,0.1556,38.4903,0.0000,11.9391,11.0138,15.5374,1.1274,10700.4546,10700.4546,10700.4546 -325.5000,1.0000,3900.4176,59.9910,60.1541,0.0900,0.0000,5,1618.9440,297.0949,721.4260,-104.1481,50.3681,122.3073,-17.6568,0.3868,42.7967,0.0000,0.0000,7.1845,42.7841,-0.8543,0.0000,43.6384,0.0000,43.6384,6.5455,37.0929,0.0000,37.0929,0.1331,36.9598,0.0000,12.5899,11.0789,13.2910,1.0532,10436.4342,10436.4342,10436.4342 -326.5000,1.0000,3917.1473,60.2260,60.3001,0.0406,0.0000,5,1628.5955,252.2265,721.5091,-104.4918,43.0163,123.0506,-17.8207,0.5761,35.1009,0.0000,0.0000,7.3392,35.1824,-0.8199,0.0000,36.0023,0.0000,36.0023,6.5711,29.4311,0.0000,29.4311,0.0602,29.3709,0.0000,12.2360,11.1223,6.0126,1.1428,9043.5586,9043.5586,9043.5586 -327.5000,1.0000,3933.9096,60.3430,60.3881,0.0244,0.0000,5,1644.9990,253.4844,714.9536,-105.0760,43.6662,123.1607,-18.1008,1.0752,35.2207,0.0000,0.0000,7.3704,35.4227,-0.8230,0.0000,36.2458,0.0000,36.2458,6.5839,29.6619,0.0000,29.6619,0.0364,29.6255,0.0000,14.8505,11.1439,3.6311,1.1459,9166.8884,9166.8884,9166.8884 -328.5000,1.0000,3950.6516,60.2700,60.1541,-0.0650,0.0000,5,1645.4950,172.1323,703.2773,-105.0937,29.6611,121.1858,-18.1093,-1.0254,23.3681,0.0000,0.0000,7.3184,23.2692,-0.7604,0.0000,24.0296,0.0000,24.0296,6.5759,17.4537,0.0000,17.4537,-0.0966,17.5503,0.0000,16.0636,11.1304,-9.6437,1.1460,6600.4984,6600.4984,6600.4984 -329.5000,1.0000,3967.3201,60.0055,59.8591,-0.0819,0.0000,5,1635.5005,170.6073,683.7832,-104.7377,29.2198,117.1110,-17.9384,0.0153,21.8992,0.0000,0.0000,7.3053,21.9552,-0.7494,0.0000,22.7046,0.0000,22.7046,6.5471,16.1575,0.0000,16.1575,-0.1212,16.2787,0.0000,17.3015,11.0815,-12.1043,1.1441,6500.7808,6500.7808,6500.7808 -330.5000,1.0000,3983.8815,59.6200,59.3831,-0.1322,0.0000,5,1617.8380,111.2292,667.3786,-104.1087,18.8444,113.0670,-17.6381,-1.7700,13.4209,0.0000,0.0000,7.1934,13.3264,-0.6994,0.0000,14.0257,0.0000,14.0257,6.5050,7.5207,0.0000,7.5207,-0.1944,7.7151,0.0000,16.1103,11.0103,-19.4055,1.1408,4661.7748,4661.7748,4661.7748 -331.5000,1.0000,4000.3491,59.2820,59.1831,-0.0556,0.0000,5,1595.5595,188.1208,651.0159,-103.2101,31.4325,108.7760,-17.2450,-0.4374,24.6734,0.0000,0.0000,7.1964,24.6459,-0.7510,0.0000,25.3969,0.0000,25.3969,6.4681,18.9288,0.0000,18.9288,-0.0812,19.0100,0.0000,16.1694,10.9479,-8.1074,1.1491,6881.8022,6881.8022,6881.8022 -332.5000,1.0000,4016.7778,59.1425,59.1041,-0.0219,0.0000,5,1604.9820,229.3730,688.8977,-103.6509,38.5515,115.7853,-17.4209,1.3687,29.9227,0.0000,0.0000,7.2602,30.2017,-0.7767,0.0000,30.9784,0.0000,30.9784,6.4529,24.5255,0.0000,24.5255,-0.0320,24.5575,0.0000,16.8302,10.9222,-3.1949,1.1258,8205.0646,8205.0646,8205.0646 -333.5000,1.0000,4033.2079,59.1470,59.1921,0.0244,0.0000,5,1610.0560,245.3100,688.4581,-103.8316,41.3604,116.0772,-17.5065,-0.8713,35.0090,0.0000,0.0000,7.2227,34.7915,-0.8000,0.0000,35.5915,0.0000,35.5915,6.4534,29.1381,0.0000,29.1381,0.0356,29.1024,0.0000,14.6203,10.9230,3.5591,1.1519,8731.5747,8731.5747,8731.5747 -334.5000,1.0000,4049.6738,59.2760,59.3621,0.0472,0.0000,5,1602.7315,288.3150,698.5908,-103.5707,48.3901,117.2498,-17.3831,0.1464,41.0502,0.0000,0.0000,7.1935,41.0295,-0.8336,0.0000,41.8631,0.0000,41.8631,6.4675,35.3956,0.0000,35.3956,0.0690,35.3266,0.0000,17.4892,10.9468,6.8906,1.1379,10044.9324,10044.9324,10044.9324 -335.5000,1.0000,4066.2231,59.5765,59.7931,0.1197,0.0000,5,1603.9520,354.9284,710.5966,-103.6142,59.6157,119.3557,-17.4036,-0.0263,52.4390,0.0000,0.0000,7.2030,52.2413,-0.8952,0.0000,53.1365,0.0000,53.1365,6.5003,46.6363,0.0000,46.6363,0.1759,46.4604,0.0000,17.8999,11.0023,17.5582,1.1507,12149.4014,12149.4014,12149.4014 -336.5000,1.0000,4082.8856,59.9840,60.1771,0.1067,0.0000,5,1614.7095,341.8790,738.8047,-103.9973,57.8090,124.9260,-17.5851,1.0932,49.4125,0.0000,0.0000,7.3033,49.5911,-0.8886,0.0000,50.4797,0.0000,50.4797,6.5447,43.9350,0.0000,43.9350,0.1577,43.7773,0.0000,16.9492,11.0776,15.7505,1.1527,11817.0655,11817.0655,11817.0655 -337.5000,1.0000,4099.5808,60.1015,60.0281,-0.0414,0.0000,5,1629.0150,213.8711,732.9469,-104.5068,36.4843,125.0335,-17.8278,0.3282,28.8624,0.0000,0.0000,7.2937,28.9564,-0.7863,0.0000,29.7428,0.0000,29.7428,6.5575,23.1852,0.0000,23.1852,-0.0613,23.2465,0.0000,18.2708,11.0993,-6.1235,1.1304,7840.9578,7840.9578,7840.9578 -338.5000,1.0000,4116.2335,59.9485,59.8711,-0.0436,0.0000,5,1627.8325,193.9868,690.9650,-104.4647,33.0682,117.7862,-17.8077,-0.4462,26.2564,0.0000,0.0000,7.2580,26.2188,-0.7700,0.0000,26.9887,0.0000,26.9887,6.5409,20.4479,0.0000,20.4479,-0.0645,20.5123,0.0000,15.8772,11.0710,-6.4358,1.1427,7207.4014,7207.4014,7207.4014 -339.5000,1.0000,4132.8097,59.6730,59.4771,-0.1094,0.0000,5,1624.7805,142.8790,688.0724,-104.3560,24.3104,117.0732,-17.7558,0.1408,16.9111,0.0000,0.0000,7.2584,16.9818,-0.7187,0.0000,17.7006,0.0000,17.7006,6.5108,11.1898,0.0000,11.1898,-0.1610,11.3508,0.0000,16.4075,11.0201,-16.0768,1.1296,5627.7665,5627.7665,5627.7665 -340.5000,1.0000,4149.2157,59.0605,58.6461,-0.2308,0.0000,5,1619.5925,-21.9957,666.1815,-104.1712,-3.7305,112.9866,-17.6678,-0.6564,-10.3251,0.0000,0.0000,7.2510,-10.3559,-0.6899,0.0000,-9.6660,0.0000,-9.6660,6.4440,-16.1100,0.0000,-16.1100,-0.3361,-15.7738,0.0000,6.8794,10.9070,-33.5602,1.1662,1903.3308,1903.3308,1903.3308 -341.5000,1.0000,4165.3818,58.1970,57.7501,-0.2489,0.0000,5,1592.4695,-76.7034,595.0823,-103.0268,-12.7913,99.2377,-17.1811,-2.0071,-17.8655,0.0000,0.0000,7.0813,-17.7720,-0.6937,0.0000,-17.0784,0.0000,-17.0784,6.3498,-23.4281,0.0000,-23.4281,-0.3571,-23.0710,0.0000,1.8377,10.7475,-35.6562,1.1109,510.4070,510.4070,510.4070 -342.5000,1.0000,4181.3059,57.3255,56.9031,-0.2353,0.0000,5,1557.9460,-71.2379,568.1833,-100.9793,-11.6223,92.6978,-16.4745,-1.3394,-17.3116,0.0000,0.0000,7.0288,-17.2837,-0.6778,0.0000,-16.6060,0.0000,-16.6060,6.2547,-22.8607,0.0000,-22.8607,-0.3325,-22.5281,0.0000,0.0868,10.5866,-33.2015,1.1420,601.6400,601.6400,601.6400 -343.5000,1.0000,4197.0186,56.5645,56.2281,-0.1875,0.0000,5,1538.4145,-24.5728,569.1300,-99.8210,-3.9587,91.6882,-16.0814,-0.5226,-10.3750,0.0000,0.0000,6.9389,-10.3998,-0.6479,0.0000,-9.7518,0.0000,-9.7518,6.1716,-15.9235,0.0000,-15.9235,-0.2615,-15.6620,0.0000,0.0000,10.4461,-26.1081,1.1258,1680.4760,1680.4760,1680.4760 -344.5000,1.0000,4212.5635,55.9605,55.6951,-0.1481,0.0000,5,1519.6460,5.2800,572.3128,-98.7078,0.8402,91.0761,-15.7081,-1.2353,-4.8026,0.0000,0.0000,6.8781,-4.7835,-0.6240,0.0000,-4.1596,0.0000,-4.1596,6.1057,-10.2653,0.0000,-10.2653,-0.2043,-10.0610,0.0000,0.0000,10.3345,-20.3956,1.1348,2305.8359,2305.8359,2305.8359 -345.5000,1.0000,4227.9453,55.3735,55.0541,-0.1781,0.0000,5,1501.8695,-15.6207,582.9759,-97.6535,-2.4568,91.6878,-15.3585,-0.4187,-8.8461,0.0000,0.0000,6.8080,-8.8707,-0.6245,0.0000,-8.2462,0.0000,-8.2462,6.0417,-14.2879,0.0000,-14.2879,-0.2431,-14.0448,0.0000,0.0000,10.2261,-24.2709,1.1312,1807.2075,1807.2075,1807.2075 -346.5000,1.0000,4243.1577,54.7635,54.4751,-0.1608,0.0000,5,1491.0735,-1.3821,570.4545,-97.0133,-0.2158,89.0735,-15.1481,-0.5729,-6.4118,0.0000,0.0000,6.7689,-6.4189,-0.6084,0.0000,-5.8104,0.0000,-5.8104,5.9751,-11.7855,0.0000,-11.7855,-0.2172,-11.5684,0.0000,0.0000,10.1135,-21.6819,1.1272,2116.4886,2116.4886,2116.4886 -347.5000,1.0000,4258.1955,54.1350,53.7971,-0.1883,0.0000,5,1477.9125,-25.5118,570.5392,-96.2327,-3.9484,88.3004,-14.8936,-0.6267,-10.0364,0.0000,0.0000,6.7147,-10.0524,-0.6073,0.0000,-9.4452,0.0000,-9.4452,5.9066,-15.3517,0.0000,-15.3517,-0.2514,-15.1003,0.0000,0.0000,9.9974,-25.0977,1.1223,1546.8151,1546.8151,1546.8151 -348.5000,1.0000,4273.0386,53.4340,53.0731,-0.2011,0.0000,5,1460.5175,-38.8496,553.0071,-95.2010,-5.9418,84.5797,-14.5605,-0.9409,-11.6251,0.0000,0.0000,6.6242,-11.6204,-0.5999,0.0000,-11.0204,0.0000,-11.0204,5.8301,-16.8505,0.0000,-16.8505,-0.2649,-16.5856,0.0000,0.0000,9.8679,-26.4535,1.0869,1215.7644,1215.7644,1215.7644 -349.5000,1.0000,4287.6728,52.6820,52.2931,-0.2167,0.0000,5,1438.6590,-52.7508,539.7605,-93.9047,-7.9472,81.3182,-14.1473,-1.0044,-13.5023,0.0000,0.0000,6.5594,-13.4955,-0.5926,0.0000,-12.9029,0.0000,-12.9029,5.7480,-18.6509,0.0000,-18.6509,-0.2814,-18.3695,0.0000,0.0000,9.7291,-28.0985,1.0946,864.8830,864.8830,864.8830 -350.5000,1.0000,4302.1127,51.9825,51.6741,-0.1719,0.0000,5,1419.2420,-11.4556,530.1937,-92.7531,-1.7026,78.7988,-13.7852,-0.7015,-7.5160,0.0000,0.0000,6.5150,-7.5181,-0.5667,0.0000,-6.9514,0.0000,-6.9514,5.6717,-12.6231,0.0000,-12.6231,-0.2204,-12.4027,0.0000,0.0000,9.5999,-22.0026,1.1030,1733.1678,1733.1678,1733.1678 -351.5000,1.0000,4316.3689,51.3210,50.9701,-0.1956,0.0000,5,1399.7485,-34.0625,537.5386,-91.5970,-4.9929,78.7931,-13.4264,-0.9838,-10.4533,0.0000,0.0000,6.4441,-10.4394,-0.5637,0.0000,-9.8757,0.0000,-9.8757,5.5995,-15.4753,0.0000,-15.4753,-0.2474,-15.2278,0.0000,0.0000,9.4777,-24.7055,1.0973,1190.5278,1190.5278,1190.5278 -352.5000,1.0000,4330.4424,50.6635,50.3591,-0.1697,0.0000,5,1380.7890,-8.8904,525.2044,-90.4725,-1.2855,75.9424,-13.0820,-0.6372,-7.0359,0.0000,0.0000,6.3877,-7.0401,-0.5450,0.0000,-6.4951,0.0000,-6.4951,5.5278,-12.0229,0.0000,-12.0229,-0.2120,-11.8109,0.0000,0.0000,9.3563,-21.1672,1.0918,1708.4103,1708.4103,1708.4103 -353.5000,1.0000,4344.3076,49.9135,49.4701,-0.2469,0.0000,5,1368.5820,-73.1667,533.5275,-89.7485,-10.4861,76.4639,-12.8625,-0.3943,-16.4485,0.0000,0.0000,6.3568,-16.5394,-0.5571,0.0000,-15.9823,0.0000,-15.9823,5.4460,-21.4283,0.0000,-21.4283,-0.3039,-21.1244,0.0000,0.0000,9.2178,-30.3422,1.0882,278.9547,278.9547,278.9547 -354.5000,1.0000,4357.9290,49.0360,48.6041,-0.2406,0.0000,5,1346.5325,-75.9775,491.0461,-88.4408,-10.7135,69.2417,-12.4709,-1.4353,-15.5271,0.0000,0.0000,6.2489,-15.4635,-0.5411,0.0000,-14.9224,0.0000,-14.9224,5.3502,-20.2726,0.0000,-20.2726,-0.2908,-19.9818,0.0000,0.0000,9.0557,-29.0375,1.0677,182.8135,182.8135,182.8135 -355.5000,1.0000,4371.2784,48.0565,47.5111,-0.3036,0.0000,5,1319.6765,-86.8480,486.7313,-86.8481,-12.0021,67.2644,-12.0021,-0.7698,-17.4072,0.0000,0.0000,6.1749,-17.4807,-0.5314,0.0000,-16.9493,0.0000,-16.9493,5.2433,-22.1927,5.2091,-27.4018,-0.3597,-27.0421,0.0000,0.0000,8.8748,-35.9169,1.0599,0.0000,0.0000,0.0000 -356.5000,1.0000,4384.2459,46.6820,45.8551,-0.4600,0.0000,5,1294.4230,-85.3503,469.7179,-85.3503,-11.5694,63.6710,-11.5694,-1.2524,-16.4021,0.0000,0.0000,6.0851,-16.4951,-0.5086,0.0000,-15.9864,0.0000,-15.9864,5.0934,-21.0798,23.6897,-44.7696,-0.5294,-44.2401,0.0000,0.0000,8.6210,-52.8611,1.0680,0.0000,0.0000,0.0000 -357.5000,1.0000,4396.7572,45.0395,44.2261,-0.4525,0.0000,5,1256.3900,-83.0947,453.8456,-83.0947,-10.9327,59.7119,-10.9327,-1.7189,-16.9451,0.0000,0.0000,7.7313,-16.9511,-0.4871,0.0000,-16.4640,0.0000,-16.4640,4.9142,-21.3782,20.9763,-42.3545,-0.5025,-41.8520,0.0000,0.0000,8.3177,-50.1697,1.0472,0.0000,0.0000,0.0000 -358.5000,1.0000,4408.9007,43.7155,43.2071,-0.2831,0.0000,5,1212.1005,-80.4679,441.6184,-80.4679,-10.2139,56.0550,-10.2139,-1.6385,-16.1631,0.0000,0.0000,7.5877,-16.0567,-0.4651,0.0000,-15.5916,0.0000,-15.5916,4.7697,-20.3614,2.3310,-22.6924,-0.3051,-22.3873,0.0000,0.0000,8.0732,-30.4605,1.0384,0.0000,0.0000,0.0000 -359.5000,1.0000,4420.7606,42.6945,42.1841,-0.2842,0.0000,5,1178.2635,-78.4537,439.9187,-78.4537,-9.6802,54.2805,-9.6802,-0.8557,-16.2137,0.0000,0.0000,7.3892,-16.2456,-0.4527,0.0000,-15.7929,0.0000,-15.7929,4.6583,-20.4512,1.8291,-22.2803,-0.2991,-21.9812,0.0000,0.0000,7.8846,-29.8658,1.0051,0.0000,0.0000,0.0000 -360.5000,1.0000,4432.3345,41.6650,41.1481,-0.2878,0.0000,5,1148.0510,-76.6514,427.2835,-76.6514,-9.2153,51.3696,-9.2153,-1.2963,-15.3147,0.0000,0.0000,7.3958,-15.2592,-0.4346,0.0000,-14.8245,0.0000,-14.8245,4.5460,-19.3705,2.7466,-22.1171,-0.2956,-21.8215,0.0000,0.0000,7.6945,-29.5160,1.1394,0.0000,0.0000,0.0000 -361.5000,1.0000,4443.5822,40.4905,39.8351,-0.3647,0.0000,5,1117.5330,-74.8310,423.6256,-74.8310,-8.7573,49.5760,-8.7573,-0.8325,-15.2308,0.0000,0.0000,7.3061,-15.3138,-0.4201,0.0000,-14.8937,0.0000,-14.8937,4.4178,-19.3115,9.9283,-29.2399,-0.3641,-28.8758,0.0000,0.0000,7.4776,-36.3534,1.1316,0.0000,0.0000,0.0000 -362.5000,1.0000,4454.4631,39.1700,38.5071,-0.3689,0.0000,5,1094.1865,-73.3689,418.3881,-73.3689,-8.4068,47.9401,-8.4068,-0.7536,-14.9291,0.0000,0.0000,7.2759,-15.0309,-0.4023,0.0000,-14.6285,0.0000,-14.6285,4.2738,-18.9023,9.7898,-28.6921,-0.3562,-28.3358,0.0000,0.0000,7.2337,-35.5696,1.1381,0.0000,0.0000,0.0000 -363.5000,1.0000,4465.1276,38.3910,38.2771,-0.0639,0.0000,5,1061.4555,94.0406,401.7460,-71.0260,10.4531,44.6562,-7.8949,-1.4025,4.9162,0.0000,0.0000,6.9394,4.8310,-0.3493,0.0000,5.1803,0.0000,5.1803,4.1888,0.9915,0.0000,0.9915,-0.0605,1.0520,0.0000,0.0000,7.0899,-6.0379,1.0026,2877.1410,2877.1410,2877.1410 -364.5000,1.0000,4475.8569,38.6245,38.9741,0.1936,0.0000,5,1038.1475,336.2418,494.2063,-69.3575,36.5544,53.7274,-7.5402,-0.1143,29.7810,0.0000,0.0000,6.8877,29.4637,-0.4766,0.0000,29.9403,0.0000,29.9403,4.2142,25.7260,0.0000,25.7260,0.1844,25.5417,0.0000,0.0000,7.1330,18.4087,0.9739,7442.4866,7442.4866,7442.4866 -365.5000,1.0000,4486.8610,39.6135,40.2551,0.3558,0.0000,5,1050.2405,492.5162,623.3495,-70.2232,54.1674,68.5566,-7.7232,0.8956,46.2637,0.0000,0.0000,7.0082,46.1295,-0.5731,0.0000,46.7026,0.0000,46.7026,4.3402,42.3623,0.0000,42.3623,0.3475,42.0148,0.0000,0.0000,7.3156,34.6992,0.9999,10801.1858,10801.1858,10801.1858 -366.5000,1.0000,4498.2180,40.8840,41.5151,0.3500,0.0000,5,1078.8130,474.1100,700.1180,-72.2685,53.5616,79.0945,-8.1644,0.9730,47.0880,0.0000,0.0000,5.5006,47.0048,-0.5937,0.0000,47.5984,0.0000,47.5984,4.4704,43.1280,0.0000,43.1280,0.3528,42.7752,0.0000,0.0000,7.5503,35.2250,1.0067,10645.6831,10645.6831,10645.6831 -367.5000,1.0000,4509.9969,42.4030,43.2931,0.4939,0.0000,5,1118.8300,608.8220,701.3642,-74.9083,71.3318,82.1744,-8.7765,1.7404,63.9633,0.0000,0.0000,5.6281,64.0682,-0.6996,0.0000,64.7678,0.0000,64.7678,4.8675,59.9003,0.0000,59.9003,0.5163,59.3839,0.0000,0.0000,7.8308,51.5531,1.0162,14106.0943,14106.0943,14106.0943 -368.5000,1.0000,4522.2733,44.1940,45.0971,0.5011,0.0000,5,1165.1410,614.5542,763.8500,-77.6709,74.9838,93.1998,-9.4769,1.5012,67.7275,0.0000,0.0000,5.7551,67.5680,-0.7411,0.0000,68.3091,0.0000,68.3091,5.0852,63.2239,0.0000,63.2239,0.5460,62.6779,0.0000,0.0000,8.1615,54.5163,1.0282,14776.5804,14776.5804,14776.5804 -369.5000,1.0000,4535.0236,45.9000,46.7051,0.4467,0.0000,5,1208.7055,563.8829,772.4071,-80.2666,71.3737,97.7677,-10.1598,1.6763,63.8189,0.0000,0.0000,5.8784,63.8922,-0.7459,0.0000,64.6380,0.0000,64.6380,5.1869,59.4512,0.0000,59.4512,0.5055,58.9457,0.0000,0.0000,8.4766,50.4691,1.0377,14125.4918,14125.4918,14125.4918 -370.5000,1.0000,4548.1846,47.3785,48.0541,0.3747,0.0000,5,1257.2675,494.1688,757.1199,-83.1467,65.0626,99.6830,-10.9472,2.0058,57.0212,0.0000,0.0000,6.0357,57.3825,-0.7337,0.0000,58.1161,0.0000,58.1161,5.2249,52.8912,0.0000,52.8912,0.4377,52.4535,0.0000,0.0000,8.7496,43.7039,1.0607,12941.2630,12941.2630,12941.2630 -371.5000,1.0000,4561.6741,48.5610,49.0701,0.2822,0.0000,5,1294.5375,403.6594,727.5164,-85.3571,54.7215,98.6248,-11.5713,0.8977,47.7222,0.0000,0.0000,6.1017,47.6401,-0.7013,0.0000,48.3414,0.0000,48.3414,5.2984,43.0430,0.0000,43.0430,0.3379,42.7051,0.0000,0.0000,8.9680,33.7371,1.0414,10968.5272,10968.5272,10968.5272 -372.5000,1.0000,4575.4851,49.7185,50.3691,0.3608,0.0000,5,1322.1560,477.0946,699.3786,-86.9951,66.0565,96.8331,-12.0450,1.3257,58.5119,0.0000,0.0000,6.2190,58.4706,-0.7728,0.0000,59.2434,0.0000,59.2434,5.4568,53.7866,0.0000,53.7866,0.4423,53.3443,0.0000,0.0000,9.1818,44.1625,1.0747,13125.7334,13125.7334,13125.7334 -373.5000,1.0000,4589.6474,50.9830,51.5991,0.3417,0.0000,5,1351.3005,459.4775,730.9259,-88.7236,65.0197,103.4318,-12.5551,1.0637,57.6479,0.0000,0.0000,6.3081,57.5011,-0.7866,0.0000,58.2877,0.0000,58.2877,5.5626,52.7250,0.0000,52.7250,0.4295,52.2955,0.0000,0.0000,9.4153,42.8802,1.0691,12924.4158,12924.4158,12924.4158 -374.5000,1.0000,4604.1386,52.1670,52.7371,0.3161,0.0000,5,1382.3145,437.7216,731.6985,-90.5630,63.3627,105.9175,-13.1095,1.5447,55.4086,0.0000,0.0000,6.4094,55.5323,-0.7944,0.0000,56.3266,0.0000,56.3266,5.6918,50.6348,0.0000,50.6348,0.4066,50.2282,0.0000,0.0000,9.6340,40.5943,1.0922,12630.0653,12630.0653,12630.0653 -375.5000,1.0000,4618.9519,53.3270,53.9191,0.3283,0.0000,5,1423.0565,446.9166,731.8646,-92.9793,66.6005,109.0640,-13.8560,1.9703,58.0997,0.0000,0.0000,6.5304,58.3733,-0.8264,0.0000,59.1997,0.0000,59.1997,5.8184,53.3813,0.0000,53.3813,0.4317,52.9496,0.0000,0.0000,9.8482,43.1014,1.0900,13246.2842,13246.2842,13246.2842 -376.5000,1.0000,4634.0677,54.4155,54.9141,0.2764,0.0000,5,1459.3730,395.4277,737.0684,-95.1332,60.4313,112.6426,-14.5387,1.2342,52.5511,0.0000,0.0000,6.6460,52.5664,-0.8139,0.0000,53.3802,0.0000,53.3802,5.9372,47.4431,0.0000,47.4431,0.3708,47.0723,0.0000,0.0000,10.0492,37.0231,1.0865,12174.8004,12174.8004,12174.8004 -377.5000,1.0000,4649.4808,55.4860,56.0601,0.3183,0.0000,5,1487.8690,433.3356,725.9744,-96.8232,67.5177,113.1135,-15.0860,1.3454,59.3772,0.0000,0.0000,6.7950,59.3520,-0.8649,0.0000,60.2169,0.0000,60.2169,6.0540,54.1629,0.0000,54.1629,0.4355,53.7274,0.0000,0.0000,10.2469,43.4805,1.1260,13495.1712,13495.1712,13495.1712 -378.5000,1.0000,4665.1879,56.5445,57.0311,0.2697,0.0000,5,1512.0930,388.5071,740.9294,-98.2599,61.5186,117.3232,-15.5591,0.8821,53.8013,0.0000,0.0000,6.8352,53.6784,-0.8531,0.0000,54.5315,0.0000,54.5315,6.1695,48.3620,0.0000,48.3620,0.3760,47.9860,0.0000,0.0000,10.4424,37.5436,1.1334,12414.0735,12414.0735,12414.0735 -379.5000,1.0000,4681.1526,57.4720,57.9151,0.2456,0.0000,5,1544.0605,370.3927,739.9238,-100.1558,59.8901,119.6410,-16.1946,2.1305,50.7720,0.0000,0.0000,6.9877,51.1176,-0.8550,0.0000,51.9727,0.0000,51.9727,6.2706,45.7020,0.0000,45.7020,0.3479,45.3541,0.0000,0.0000,10.6137,34.7404,1.1268,12122.3425,12122.3425,12122.3425 -380.5000,1.0000,4697.3796,58.4160,58.9191,0.2789,0.0000,5,1572.2895,392.3367,730.5155,-101.8300,64.5981,120.2792,-16.7663,0.5562,57.0476,0.0000,0.0000,6.9943,56.7688,-0.8989,0.0000,57.6677,0.0000,57.6677,6.3736,51.2941,0.0000,51.2941,0.4017,50.8924,0.0000,0.0000,10.7880,40.1044,1.1196,13054.9059,13054.9059,13054.9059 -381.5000,1.0000,4713.8308,59.2230,59.5291,0.1694,0.0000,5,1592.6605,299.3201,747.5079,-103.0382,49.9215,124.6716,-17.1850,1.4290,41.3483,0.0000,0.0000,7.1442,41.5138,-0.8352,0.0000,42.3490,0.0000,42.3490,6.4617,35.8873,0.0000,35.8873,0.2474,35.6399,0.0000,0.0000,10.9370,24.7028,1.1486,10326.9554,10326.9554,10326.9554 -382.5000,1.0000,4730.4201,59.7205,59.9141,0.1069,0.0000,5,1617.0750,240.4591,721.3694,-104.0816,40.7193,122.1565,-17.6251,0.9736,32.5338,0.0000,0.0000,7.2118,32.6259,-0.7985,0.0000,33.4245,0.0000,33.4245,6.5160,26.9085,0.0000,26.9085,0.1575,26.7510,0.0000,0.0000,11.0289,15.7221,1.1532,8615.0740,8615.0740,8615.0740 -383.5000,1.0000,4747.0456,59.8505,59.7891,-0.0347,0.0000,5,1633.4020,114.4736,706.2900,-104.6630,19.5806,120.8105,-17.9026,0.6543,11.6622,0.0000,0.0000,7.2641,11.7210,-0.6951,0.0000,12.4161,0.0000,12.4161,6.5302,5.8860,0.0000,5.8860,-0.0512,5.9372,0.0000,0.0000,11.0529,-5.1157,1.1563,4806.2461,4806.2461,4806.2461 -384.5000,1.0000,4763.6022,59.6025,59.4181,-0.1031,0.0000,5,1627.5655,44.1538,655.9770,-104.4552,7.5255,111.8036,-17.8032,-1.2353,1.5758,0.0000,0.0000,7.1850,1.5688,-0.6695,0.0000,2.2383,0.0000,2.2383,6.5031,-4.2648,0.0000,-4.2648,-0.1514,-4.1134,0.0000,0.0000,11.0071,-15.1205,1.1552,3290.4469,3290.4469,3290.4469 -385.5000,1.0000,4780.0640,59.2615,59.1071,-0.0864,0.0000,5,1613.0695,64.9190,637.2879,-103.9389,10.9661,107.6508,-17.5574,-0.2116,4.0184,0.0000,0.0000,7.1594,4.0236,-0.6576,0.0000,4.6812,0.0000,4.6812,6.4659,-1.7847,0.0000,-1.7847,-0.1262,-1.6585,0.0000,0.0000,10.9441,-12.6026,1.1524,3644.8005,3644.8005,3644.8005 -386.5000,1.0000,4796.4952,59.1510,59.1971,0.0250,0.0000,5,1602.3115,159.3057,635.5093,-103.5558,26.7305,106.6344,-17.3760,-0.8483,20.4528,0.0000,0.0000,7.1260,20.3273,-0.7270,0.0000,21.0543,0.0000,21.0543,6.4538,14.6004,0.0000,14.6004,0.0365,14.5640,0.0000,0.0000,10.9237,3.6403,1.1504,6049.3488,6049.3488,6049.3488 -387.5000,1.0000,4812.9713,59.3130,59.4311,0.0650,0.0000,5,1600.4425,202.9966,674.7238,-103.4892,34.0218,113.0823,-17.3446,0.6637,26.1925,0.0000,0.0000,7.1657,26.2512,-0.7596,0.0000,27.0108,0.0000,27.0108,6.4715,20.5393,0.0000,20.5393,0.0951,20.4442,0.0000,0.0000,10.9536,9.4906,1.1500,7353.3833,7353.3833,7353.3833 -388.5000,1.0000,4829.5404,59.6475,59.8661,0.1208,0.0000,5,1611.4675,250.5216,688.7436,-103.8819,42.2761,116.2272,-17.5303,0.4228,34.6703,0.0000,0.0000,7.1831,34.6359,-0.8075,0.0000,35.4434,0.0000,35.4434,6.5080,28.9353,0.0000,28.9353,0.1777,28.7576,0.0000,0.0000,11.0154,17.7422,1.1521,8902.4831,8902.4831,8902.4831 -389.5000,1.0000,4846.2312,60.0860,60.3081,0.1228,0.0000,5,1619.8595,252.5220,704.9424,-104.1807,42.8356,119.5803,-17.6723,0.4098,35.2167,0.0000,0.0000,7.2091,35.1769,-0.8175,0.0000,35.9944,0.0000,35.9944,6.5559,29.4386,0.0000,29.4386,0.1819,29.2567,0.0000,0.0000,11.0964,18.1603,1.1537,9008.1967,9008.1967,9008.1967 -390.5000,1.0000,4863.0636,60.5955,60.8851,0.1603,0.0000,5,1638.5900,289.2471,715.9180,-104.8478,49.6327,122.8463,-17.9911,1.4703,40.9242,0.0000,0.0000,7.2383,41.0934,-0.8559,0.0000,41.9494,0.0000,41.9494,6.6114,35.3379,0.0000,35.3379,0.2395,35.0985,0.0000,0.0000,11.1905,23.9080,1.1071,10314.5122,10314.5122,10314.5122 -391.5000,1.0000,4880.0801,61.2580,61.6331,0.2078,0.0000,5,1661.6315,327.4451,727.3486,-105.6683,56.9773,126.5628,-18.3869,0.8603,48.7869,0.0000,0.0000,7.3301,48.7369,-0.9057,0.0000,49.6426,0.0000,49.6426,6.6837,42.9589,0.0000,42.9589,0.3138,42.6451,0.0000,0.0000,11.3128,31.3322,1.1365,11700.2337,11700.2337,11700.2337 -392.5000,1.0000,4897.2996,61.9890,62.3471,0.1983,0.0000,5,1674.9450,318.6218,738.9450,-106.1425,55.8862,129.6108,-18.6174,0.5023,48.0013,0.0000,0.0000,7.3826,47.8656,-0.9137,0.0000,48.7794,0.0000,48.7794,6.7635,42.0159,0.0000,42.0159,0.3031,41.7128,0.0000,0.0000,11.4478,30.2649,1.1675,11518.7735,11518.7735,11518.7735 -393.5000,1.0000,4914.7064,62.6635,62.9821,0.1764,0.0000,5,1695.5825,303.6728,747.0974,-106.8774,53.9204,132.6554,-18.9773,1.6405,44.7921,0.0000,0.0000,7.4878,44.9804,-0.9107,0.0000,45.8912,0.0000,45.8912,6.8371,39.0541,0.0000,39.0541,0.2725,38.7816,0.0000,0.0000,11.5724,27.2092,1.1603,11197.5877,11197.5877,11197.5877 -394.5000,1.0000,4932.2637,63.2050,63.4301,0.1244,0.0000,5,1703.4025,247.6230,731.2307,-107.1559,44.1710,130.4369,-19.1145,-0.8300,37.5506,0.0000,0.0000,7.4503,37.2437,-0.8810,0.0000,38.1248,0.0000,38.1248,6.8962,31.2286,0.0000,31.2286,0.1939,31.0347,0.0000,0.0000,11.6724,19.3623,1.1764,9377.2882,9377.2882,9377.2882 -395.5000,1.0000,4949.9194,63.5595,63.6911,0.0725,0.0000,5,1710.3835,213.2419,732.6584,-107.4045,38.1939,131.2271,-19.2373,1.5667,29.0893,0.0000,0.0000,7.5380,29.2829,-0.8470,0.0000,30.1298,0.0000,30.1298,6.9348,23.1950,0.0000,23.1950,0.1136,23.0814,0.0000,0.0000,11.7379,11.3435,1.1786,8259.3557,8259.3557,8259.3557 -396.5000,1.0000,4967.6124,63.6935,63.6981,0.0019,0.0000,5,1724.1930,141.9736,717.0321,-107.8963,25.6343,129.4652,-19.4814,-0.1171,18.2392,0.0000,0.0000,7.5122,18.2265,-0.7935,0.0000,19.0200,0.0000,19.0200,6.9495,12.0705,0.0000,12.0705,0.0031,12.0675,0.0000,0.0000,11.7626,0.3049,1.1556,6010.5839,6010.5839,6010.5839 -397.5000,1.0000,4985.3139,63.7245,63.7531,0.0153,0.0000,5,1725.0325,155.2472,701.8129,-107.9262,28.0446,126.7790,-19.4963,0.2061,20.3230,0.0000,0.0000,7.5156,20.3371,-0.8047,0.0000,21.1418,0.0000,21.1418,6.9528,14.1889,0.0000,14.1889,0.0240,14.1649,0.0000,0.0000,11.7683,2.3966,1.1559,6437.2622,6437.2622,6437.2622 -398.5000,1.0000,5003.0306,63.7790,63.8071,0.0150,0.0000,5,1724.9560,152.9901,702.4361,-107.9235,27.6357,126.8859,-19.4950,-0.2142,20.3428,0.0000,0.0000,7.5071,20.3103,-0.8055,0.0000,21.1158,0.0000,21.1158,6.9588,14.1570,0.0000,14.1570,0.0236,14.1334,0.0000,0.0000,11.7784,2.3550,1.1559,6364.9642,6364.9642,6364.9642 -399.5000,1.0000,5020.7812,63.9010,63.9971,0.0528,0.0000,5,1722.3240,187.5300,702.1075,-107.8298,33.8232,126.6331,-19.4483,-0.0645,26.3688,0.0000,0.0000,7.5189,26.3203,-0.8380,0.0000,27.1583,0.0000,27.1583,6.9721,20.1862,0.0000,20.1862,0.0831,20.1030,0.0000,0.0000,11.8009,8.3021,1.1823,7464.2881,7464.2881,7464.2881 -400.5000,1.0000,5038.6004,64.1480,64.3011,0.0844,0.0000,5,1732.9675,223.0130,721.4145,-108.2088,40.4715,130.9194,-19.6373,1.1976,31.6559,0.0000,0.0000,7.6179,31.7862,-0.8699,0.0000,32.6561,0.0000,32.6561,6.9991,25.6570,0.0000,25.6570,0.1336,25.5234,0.0000,0.3422,11.8465,13.3347,1.1857,8691.3138,8691.3138,8691.3138 -401.5000,1.0000,5056.5209,64.5125,64.7261,0.1181,0.0000,5,1754.4060,256.1499,734.6657,-108.9723,47.0601,134.9735,-20.0205,1.0973,38.2526,0.0000,0.0000,7.7102,38.3484,-0.9094,0.0000,39.2578,0.0000,39.2578,7.0388,32.2190,0.0000,32.2190,0.1878,32.0312,0.0000,1.3692,11.9139,18.7482,1.1924,9921.2978,9921.2978,9921.2978 -402.5000,1.0000,5074.5572,64.9295,65.1351,0.1136,0.0000,5,1757.9535,252.0823,733.0261,-109.0986,46.4064,134.9446,-20.0842,-0.7166,39.4828,0.0000,0.0000,7.6402,39.2103,-0.9211,0.0000,40.1314,0.0000,40.1314,7.0843,33.0471,0.0000,33.0471,0.1819,32.8652,0.0000,2.7153,11.9909,18.1590,1.1798,9800.6292,9800.6292,9800.6292 -403.5000,1.0000,5092.6561,65.1550,65.1771,0.0117,0.0000,5,1758.1825,176.2325,740.8506,-109.1068,32.4473,136.4028,-20.0884,0.7414,24.0230,0.0000,0.0000,7.6829,24.1090,-0.8489,0.0000,24.9579,0.0000,24.9579,7.1089,17.8490,0.0000,17.8490,0.0187,17.8302,0.0000,3.9265,12.0325,1.8712,1.1936,7261.8263,7261.8263,7261.8263 -404.5000,1.0000,5110.8053,65.3360,65.4971,0.0889,0.0000,5,1763.4090,245.1655,718.9349,-109.2929,45.2732,132.7612,-20.1824,-0.1776,37.7724,0.0000,0.0000,7.6784,37.6451,-0.9204,0.0000,38.5655,0.0000,38.5655,7.1287,31.4369,0.0000,31.4369,0.1432,31.2937,0.0000,4.9313,12.0659,14.2965,1.1815,9591.5820,9591.5820,9591.5820 -405.5000,1.0000,5129.0780,65.7805,66.0661,0.1581,0.0000,5,1771.9160,325.5034,744.6811,-109.5959,60.3986,138.1790,-20.3360,1.1041,51.5137,0.0000,0.0000,7.7808,51.5856,-0.9988,0.0000,52.5844,0.0000,52.5844,7.1772,45.4072,0.0000,45.4072,0.2563,45.1509,0.0000,7.4090,12.1480,25.5939,1.1979,12443.1050,12443.1050,12443.1050 -406.5000,1.0000,5147.5304,66.4275,66.7911,0.2014,0.0000,5,1793.1260,373.9031,767.1005,-110.3512,70.2099,144.0429,-20.7213,1.2182,61.1239,0.0000,0.0000,7.8678,61.1672,-1.0587,0.0000,62.2259,0.0000,62.2259,7.2478,54.9782,0.0000,54.9782,0.3298,54.6483,0.0000,9.4492,12.2675,32.9316,1.1906,14327.6775,14327.6775,14327.6775 -407.5000,1.0000,5166.2457,67.3740,67.9591,0.3244,0.0000,5,1823.6820,515.5996,786.3182,-111.4859,98.4669,150.1675,-21.2911,2.1831,88.2717,0.0000,0.0000,8.0121,88.4486,-1.2136,0.0000,89.6622,0.0000,89.6622,7.5353,82.1269,0.0000,82.1269,0.5389,81.5880,0.0000,15.3358,12.4423,53.8099,1.2021,19653.1181,19653.1181,19653.1181 -408.5000,1.0000,5185.3060,68.6160,69.2751,0.3656,0.0000,5,1848.7065,551.3587,808.7190,-112.4262,106.7409,156.5648,-21.7653,0.6280,98.0853,0.0000,0.0000,8.0276,97.4443,-1.2818,0.0000,98.7261,0.0000,98.7261,7.7854,90.9407,0.0000,90.9407,0.6184,90.3223,0.0000,15.9048,12.6717,61.7459,1.1791,21161.7790,21161.7790,21161.7790 -409.5000,1.0000,5204.7023,69.8255,70.3781,0.3064,0.0000,5,1881.2465,484.5594,826.7192,-113.6489,95.4600,162.8667,-22.3893,3.1203,84.0931,0.0000,0.0000,8.2466,84.6320,-1.2395,0.0000,85.8715,0.0000,85.8715,7.7037,78.1678,0.0000,78.1678,0.5275,77.6404,0.0000,12.0810,12.8950,52.6643,1.2021,19193.4164,19193.4164,19193.4164 -410.5000,1.0000,5224.3467,70.7185,71.0611,0.1897,0.0000,5,1913.4815,370.1718,809.0597,-114.8602,74.1748,162.1188,-23.0156,0.6142,65.3025,0.0000,0.0000,8.2581,65.1662,-1.1580,0.0000,66.3242,0.0000,66.3242,7.7159,58.6082,0.0000,58.6082,0.3308,58.2774,0.0000,12.1896,13.0600,33.0279,1.1906,15214.1050,15214.1050,15214.1050 -411.5000,1.0000,5244.2019,71.4775,71.8961,0.2319,0.0000,5,1928.2065,399.4776,797.3264,-115.4135,80.6630,160.9972,-23.3044,1.1247,71.1984,0.0000,0.0000,8.3399,71.1337,-1.2025,0.0000,72.3361,0.0000,72.3361,7.7988,64.5374,0.0000,64.5374,0.4087,64.1286,0.0000,10.1170,13.2001,40.8115,1.2021,16461.3199,16461.3199,16461.3199 -412.5000,1.0000,5264.0866,71.5840,71.2741,-0.1728,0.0000,5,1951.9340,42.1816,806.8717,-116.3051,8.6222,164.9295,-23.7735,1.7056,-1.5161,0.0000,0.0000,8.4327,-1.5339,-0.8978,0.0000,-0.6361,0.0000,-0.6361,7.8104,-8.4465,0.0000,-8.4465,-0.3049,-8.1415,0.0000,9.0849,13.2198,-30.4462,1.1906,4287.9980,4287.9980,4287.9980 -413.5000,1.0000,5283.7503,70.7880,70.3041,-0.2694,0.0000,6,1738.0790,-108.3909,526.6764,-108.3909,-19.7283,95.8610,-19.7283,-24.3450,-2.2963,0.0000,0.0000,6.9129,-2.0087,-0.6833,0.0000,-1.3254,0.0000,-1.3254,7.7235,-9.0489,13.5499,-22.5988,-0.4703,-22.1286,0.0000,11.7510,13.0728,-46.9524,1.1600,0.0000,0.0000,0.0000 -414.5000,1.0000,5303.1368,69.7905,69.2791,-0.2847,0.0000,6,1446.5935,-94.3752,469.8173,-94.3752,-14.2966,71.1712,-14.2966,-5.6324,-15.0853,0.0000,0.0000,6.4211,-14.5309,-0.7931,0.0000,-13.7378,0.0000,-13.7378,7.6147,-21.3524,2.4339,-23.7864,-0.4899,-23.2965,0.1179,12.6126,12.8886,-48.9155,1.1110,0.0000,0.0000,0.0000 -415.5000,1.0000,5322.0967,68.2545,67.2321,-0.5686,0.0000,6,1363.7370,-89.4612,484.6696,-89.4612,-12.7760,69.2158,-12.7760,-1.6293,-17.5497,0.0000,0.0000,6.4028,-17.5627,-0.8031,0.0000,-16.7596,0.0000,-16.7596,7.4471,-24.2067,50.3686,-74.5753,-0.9569,-73.6184,0.1812,9.1334,12.6049,-95.5379,1.0727,0.0000,0.0000,0.0000 -416.5000,1.0000,5340.6362,66.7410,66.2521,-0.2722,0.0000,6,1328.2215,-64.3921,478.8110,-87.3548,-8.9564,66.5983,-12.1503,-1.3100,-13.8015,0.0000,0.0000,6.1551,-13.7354,-0.7463,0.0000,-12.9891,0.0000,-12.9891,7.2820,-20.2711,0.0000,-20.2711,-0.4479,-19.8231,0.1772,12.3987,12.3254,-44.7245,1.0624,410.3131,410.3131,410.3131 -417.5000,1.0000,5359.0050,66.1265,66.0031,-0.0692,0.0000,6,1309.4530,178.6645,493.4499,-86.2417,24.4995,67.6646,-11.8259,-0.2178,18.6339,0.0000,0.0000,6.0833,18.6305,-0.8570,0.0000,19.4875,0.0000,19.4875,7.2149,12.2726,0.0000,12.2726,-0.1128,12.3853,0.0319,11.4005,12.2119,-11.2590,1.0443,5322.9059,5322.9059,5322.9059 -418.5000,1.0000,5377.3763,66.1355,66.2701,0.0742,0.0000,6,1300.2980,347.9500,591.7874,-85.6988,47.3793,80.5818,-11.6693,-0.5148,41.8261,0.0000,0.0000,6.0680,41.5348,-1.3343,0.0000,42.8691,0.0000,42.8691,7.2159,35.6532,0.0000,35.6532,0.1209,35.5323,0.0000,11.2441,12.2136,12.0746,1.0692,9596.0183,9596.0183,9596.0183 -419.5000,1.0000,5395.8208,66.3990,66.5301,0.0722,0.0000,6,1305.7530,341.7788,673.8932,-86.0223,46.7342,92.1469,-11.7625,0.9544,39.6731,0.0000,0.0000,6.1067,39.9565,-1.3042,0.0000,41.2607,0.0000,41.2607,7.2447,34.0161,0.0000,34.0161,0.1182,33.8978,0.0000,9.8307,12.2623,11.8049,1.0703,9474.3206,9474.3206,9474.3206 -420.5000,1.0000,5414.3874,66.8385,67.1491,0.1719,0.0000,6,1311.8185,454.6987,662.0541,-86.3820,62.4635,90.9486,-11.8666,-0.4702,56.8291,0.0000,0.0000,6.1046,56.3155,-1.6498,0.0000,57.9653,0.0000,57.9653,7.2926,50.6727,0.0000,50.6727,0.2833,50.3893,0.0000,9.7552,12.3434,28.2907,1.0717,12453.2805,12453.2805,12453.2805 -421.5000,1.0000,5433.1563,67.5670,67.9871,0.2328,0.0000,6,1315.1755,543.3898,718.2604,-86.5811,74.8383,98.9223,-11.9244,0.7425,67.9169,0.0000,0.0000,6.1789,67.9701,-1.9005,0.0000,69.8706,0.0000,69.8706,7.3721,62.4985,0.0000,62.4985,0.3878,62.1108,0.0000,10.9155,12.4780,38.7173,1.1149,14764.9720,14764.9720,14764.9720 -422.5000,1.0000,5452.1979,68.5485,69.1121,0.3125,0.0000,6,1341.8020,627.5234,758.5160,-88.1603,88.1753,106.5815,-12.3877,1.4365,80.3415,0.0000,0.0000,6.3973,80.7229,-2.1769,0.0000,82.8999,0.0000,82.8999,7.5418,75.3581,0.0000,75.3581,0.5281,74.8300,0.0000,9.4384,12.6592,52.7324,1.2562,17220.5062,17220.5062,17220.5062 -423.5000,1.0000,5471.5589,69.6985,70.2871,0.3264,0.0000,6,1370.8320,647.9119,791.2075,-89.8820,93.0098,113.5804,-12.9028,0.9763,85.6293,0.0000,0.0000,6.4043,85.6319,-2.2919,0.0000,87.9238,0.0000,87.9238,7.7228,80.2010,0.0000,80.2010,0.5609,79.6402,0.0000,10.7686,12.8716,56.0000,1.2016,18122.9510,18122.9510,18122.9510 -424.5000,1.0000,5491.2004,70.7085,71.1321,0.2347,0.0000,6,1396.2765,543.5704,803.2692,-91.3910,79.4796,117.4522,-13.3630,1.1874,69.8555,0.0000,0.0000,8.4367,70.1293,-1.9803,0.0000,72.1095,0.0000,72.1095,7.7149,64.3947,0.0000,64.3947,0.4092,63.9855,0.0000,10.0714,13.0581,40.8559,1.2486,15606.2761,15606.2761,15606.2761 -425.5000,1.0000,5511.0376,71.4125,71.6951,0.1564,0.0000,6,1405.7755,446.7553,758.0183,-91.9544,65.7680,111.5897,-13.5368,-0.3754,57.8162,0.0000,0.0000,8.3272,57.4110,-1.7232,0.0000,59.1342,0.0000,59.1342,7.7917,51.3426,0.0000,51.3426,0.2753,51.0672,0.0000,10.3869,13.1881,27.4922,1.2121,13088.6743,13088.6743,13088.6743 -426.5000,1.0000,5531.0330,71.9825,72.2721,0.1603,0.0000,6,1414.6260,465.7841,732.1199,-92.4793,69.0009,108.4557,-13.6998,1.1466,59.5164,0.0000,0.0000,8.3379,59.8319,-1.7801,0.0000,61.6120,0.0000,61.6120,7.8539,53.7582,0.0000,53.7582,0.2844,53.4737,0.0000,11.7796,13.2934,28.4007,1.0876,13677.7199,13677.7199,13677.7199 -427.5000,1.0000,5551.2210,72.6755,73.0811,0.2247,0.0000,6,1429.6560,544.4264,734.5973,-93.3707,81.5078,109.9789,-13.9788,0.1608,73.0139,0.0000,0.0000,8.3332,72.7028,-2.0562,0.0000,74.7590,0.0000,74.7590,7.9295,66.8295,0.0000,66.8295,0.4027,66.4268,0.0000,12.8020,13.4214,40.2034,1.0779,15988.4577,15988.4577,15988.4577 -428.5000,1.0000,5571.6239,73.4495,73.8201,0.2053,0.0000,6,1440.8715,523.8950,769.8964,-94.0359,79.0493,116.1679,-14.1889,0.8304,69.8139,0.0000,0.0000,8.4050,69.9169,-2.0070,0.0000,71.9239,0.0000,71.9239,8.0139,63.9100,0.0000,63.9100,0.3717,63.5383,0.0000,12.8580,13.5643,37.1159,1.0811,15551.0182,15551.0182,15551.0182 -429.5000,1.0000,5592.2438,74.2305,74.6431,0.2286,0.0000,6,1460.8225,541.6162,764.7396,-95.2191,82.8548,116.9876,-14.5663,0.9479,73.3882,0.0000,0.0000,8.5187,73.5115,-2.0910,0.0000,75.6025,0.0000,75.6025,8.0991,67.5033,0.0000,67.5033,0.4184,67.0849,0.0000,11.6021,13.7085,41.7743,1.1014,16249.0718,16249.0718,16249.0718 -430.5000,1.0000,5613.0511,74.9050,75.1691,0.1461,0.0000,6,1480.1630,439.1284,772.9162,-96.3662,68.0659,119.8038,-14.9370,0.7975,58.6856,0.0000,0.0000,8.5828,58.8269,-1.7929,0.0000,60.6198,0.0000,60.6198,8.1727,52.4471,0.0000,52.4471,0.2698,52.1772,0.0000,11.4025,13.8331,26.9416,1.1086,13578.7790,13578.7790,13578.7790 -431.5000,1.0000,5633.9940,75.3935,75.6201,0.1253,0.0000,6,1497.3675,400.9123,740.2196,-97.3865,62.8646,116.0694,-15.2706,0.7752,53.4235,0.0000,0.0000,8.6659,53.5641,-1.6890,0.0000,55.2531,0.0000,55.2531,8.2260,47.0271,0.0000,47.0271,0.2329,46.7942,0.0000,9.6201,13.9233,23.2508,1.1004,12671.1280,12671.1280,12671.1280 -432.5000,1.0000,5655.0331,75.7395,75.8611,0.0669,0.0000,6,1496.6045,329.5052,718.3108,-97.3413,51.6414,112.5766,-15.2557,-0.8450,43.9049,0.0000,0.0000,8.5815,43.5658,-1.4848,0.0000,45.0506,0.0000,45.0506,8.2638,36.7868,0.0000,36.7868,0.1250,36.6618,0.0000,10.1931,13.9872,12.4815,1.1001,10560.9893,10560.9893,10560.9893 -433.5000,1.0000,5676.1482,76.0130,76.1671,0.0850,0.0000,6,1498.3215,352.8184,705.4432,-97.4431,55.3586,110.6868,-15.2892,1.0039,47.6686,0.0000,0.0000,6.6861,47.9193,-1.5787,0.0000,49.4980,0.0000,49.4980,8.2936,41.2044,0.0000,41.2044,0.1593,41.0451,0.0000,11.1022,14.0377,15.9051,1.1007,11263.7275,11263.7275,11263.7275 -434.5000,1.0000,5697.3646,76.3780,76.5911,0.1178,0.0000,6,1503.9675,389.8078,704.6095,-97.7780,61.3928,110.9725,-15.3996,-0.4862,55.1904,0.0000,0.0000,6.6887,54.8450,-1.7273,0.0000,56.5723,0.0000,56.5723,8.3334,48.2388,0.0000,48.2388,0.2218,48.0170,0.0000,11.7677,14.1051,22.1442,1.1174,12396.2935,12396.2935,12396.2935 -435.5000,1.0000,5718.7334,76.9265,77.2641,0.1869,0.0000,6,1509.8040,476.2759,728.4029,-98.1241,75.3022,115.1651,-15.5140,1.0293,67.5254,0.0000,0.0000,6.7476,67.7256,-2.0022,0.0000,69.7278,0.0000,69.7278,8.3933,61.3345,0.0000,61.3345,0.3546,60.9799,0.0000,11.3723,14.2064,35.4012,1.1050,14939.3455,14939.3455,14939.3455 -436.5000,1.0000,5740.3115,77.6800,78.0981,0.2317,0.0000,6,1527.6190,548.4857,757.1834,-99.1807,87.7423,121.1281,-15.8661,0.6299,80.2710,0.0000,0.0000,6.8414,80.1933,-2.2709,0.0000,82.4643,0.0000,82.4643,8.4755,73.9888,0.0000,73.9888,0.4437,73.5451,0.0000,14.8997,14.3456,44.2998,1.1363,17254.9791,17254.9791,17254.9791 -437.5000,1.0000,5762.0890,78.3980,78.7001,0.1672,0.0000,6,1541.3900,509.0556,783.8925,-99.9974,82.1687,126.5312,-16.1410,0.6680,74.6341,0.0000,0.0000,6.8666,74.6890,-2.1649,0.0000,76.8539,0.0000,76.8539,8.5538,68.3001,0.0000,68.3001,0.3232,67.9769,0.0000,21.2265,14.4782,32.2722,1.1263,16281.8714,16281.8714,16281.8714 -438.5000,1.0000,5784.0228,78.9605,79.2231,0.1453,0.0000,6,1557.4120,506.5393,774.4289,-100.9477,82.6124,126.3030,-16.4637,0.8574,74.8219,0.0000,0.0000,6.9331,75.0042,-2.1783,0.0000,77.1825,0.0000,77.1825,8.6152,68.5673,0.0000,68.5673,0.2828,68.2845,0.0000,25.4641,14.5821,28.2383,1.1168,16398.0062,16398.0062,16398.0062 -439.5000,1.0000,5806.0799,79.4045,79.5881,0.1014,0.0000,6,1570.2680,471.1864,773.2808,-101.7101,77.4810,127.1568,-16.7250,0.3752,70.1603,0.0000,0.0000,6.9455,70.1729,-2.0830,0.0000,72.2559,0.0000,72.2559,8.6637,63.5923,0.0000,63.5923,0.1985,63.3938,0.0000,28.9115,14.6640,19.8182,1.1318,15445.9337,15445.9337,15445.9337 -440.5000,1.0000,5828.2389,79.7710,79.9561,0.1022,0.0000,6,1575.9135,473.3925,762.5584,-102.0449,78.1236,125.8445,-16.8404,0.1698,70.7262,0.0000,0.0000,7.2276,70.6420,-2.0973,0.0000,72.7393,0.0000,72.7393,8.7036,64.0357,0.0000,64.0357,0.2010,63.8346,0.0000,29.0296,14.7317,20.0733,1.3960,15582.4468,15582.4468,15582.4468 -441.5000,1.0000,5850.4888,80.0985,80.2431,0.0797,0.0000,6,1592.9275,462.9362,772.6596,-103.0540,77.2228,128.8881,-17.1905,1.4927,68.6570,0.0000,0.0000,7.0731,69.1908,-2.0711,0.0000,71.2619,0.0000,71.2619,8.7394,62.5225,0.0000,62.5225,0.1574,62.3651,0.0000,31.8536,14.7922,15.7193,1.1361,15450.6118,15450.6118,15450.6118 -442.5000,1.0000,5872.8130,80.3660,80.4911,0.0689,0.0000,6,1598.8785,452.5402,757.8690,-103.4070,75.7707,126.8932,-17.3139,-0.9140,69.6767,0.0000,0.0000,7.0079,69.1644,-2.0738,0.0000,71.2382,0.0000,71.2382,8.7686,62.4696,0.0000,62.4696,0.1365,62.3331,0.0000,33.8629,14.8416,13.6286,1.1247,15190.4759,15190.4759,15190.4759 -443.5000,1.0000,5895.1770,80.5095,80.5301,0.0108,0.0000,6,1596.9710,362.0143,764.3927,-103.2938,60.5412,127.8328,-17.2743,0.7258,52.7501,0.0000,0.0000,7.0654,52.9817,-1.7384,0.0000,54.7201,0.0000,54.7201,8.7842,45.9359,0.0000,45.9359,0.0215,45.9144,0.0000,28.8993,14.8681,2.1470,1.1243,12317.1877,12317.1877,12317.1877 -444.5000,1.0000,5917.5340,80.4840,80.4401,-0.0250,0.0000,6,1601.0150,303.9939,730.6499,-103.5096,50.9670,122.4992,-17.3542,-0.3301,44.2749,0.0000,0.0000,7.0222,44.2067,-1.5553,0.0000,45.7621,0.0000,45.7621,8.7814,36.9806,0.0000,36.9806,-0.0496,37.0302,0.0000,27.1199,14.8634,-4.9531,1.1251,10530.5556,10530.5556,10530.5556 -445.5000,1.0000,5939.8785,80.4390,80.4401,0.0000,0.0000,6,1592.7370,346.0870,710.3173,-103.0427,57.7242,118.4746,-17.1866,-0.4813,51.0805,0.0000,0.0000,7.1251,50.9226,-1.6947,0.0000,52.6173,0.0000,52.6173,8.7765,43.8408,0.0000,43.8408,0.0000,43.8408,0.0000,28.9857,14.8551,0.0000,1.2374,11780.9228,11780.9228,11780.9228 -446.5000,1.0000,5962.2162,80.4145,80.3911,-0.0136,0.0000,6,1587.7395,355.3925,725.2289,-102.7463,59.0903,120.5821,-17.0834,-0.0075,51.9454,0.0000,0.0000,7.1524,51.9587,-1.7160,0.0000,53.6747,0.0000,53.6747,8.7739,44.9008,0.0000,44.9008,-0.0270,44.9278,0.0000,32.7716,14.8506,-2.6944,1.2768,12029.6085,12029.6085,12029.6085 -447.5000,1.0000,5984.5227,80.3025,80.2161,-0.0486,0.0000,6,1588.9980,321.8038,728.8941,-102.8210,53.5480,121.2876,-17.1094,0.1303,46.3020,0.0000,0.0000,7.1157,46.3915,-1.5986,0.0000,47.9901,0.0000,47.9901,8.7616,39.2284,0.0000,39.2284,-0.0962,39.3247,0.0000,34.1041,14.8299,-9.6093,1.2231,10986.8192,10986.8192,10986.8192 -448.5000,1.0000,6006.7711,80.0930,79.9721,-0.0678,0.0000,6,1584.2680,306.5865,712.9160,-102.5404,50.8640,118.2757,-17.0119,-0.5901,44.3831,0.0000,0.0000,7.0710,44.2806,-1.5520,0.0000,45.8327,0.0000,45.8327,8.7388,37.0939,0.0000,37.0939,-0.1338,37.2277,0.0000,35.7998,14.7912,-13.3632,1.2222,10485.7291,10485.7291,10485.7291 -449.5000,1.0000,6028.9209,79.7380,79.5061,-0.1294,0.0000,6,1578.0120,230.9855,710.3274,-102.1694,38.1701,117.3809,-16.8834,-0.0185,30.9866,0.0000,0.0000,7.2020,31.0737,-1.2726,0.0000,32.3462,0.0000,32.3462,8.7000,23.6462,0.0000,23.6462,-0.2545,23.9007,0.0000,34.5835,14.7256,-25.4084,1.3557,8081.3952,8081.3952,8081.3952 -450.5000,1.0000,6050.9124,79.1685,78.8331,-0.1869,0.0000,6,1571.9845,140.9457,680.6739,-101.8119,23.2022,112.0511,-16.7601,-0.5634,16.6518,0.0000,0.0000,7.1138,16.6608,-0.9653,0.0000,17.6261,0.0000,17.6261,8.6379,8.9882,0.0000,8.9882,-0.3649,9.3531,0.0000,31.1656,14.6205,-36.4329,1.2855,5364.2383,5364.2383,5364.2383 -451.5000,1.0000,6072.7255,78.5260,78.2211,-0.1700,0.0000,6,1551.7665,138.1145,639.5876,-100.6128,22.4437,103.9334,-16.3496,-1.3705,16.8824,0.0000,0.0000,6.9317,16.7914,-0.9603,0.0000,17.7517,0.0000,17.7517,8.5678,9.1839,0.0000,9.1839,-0.3291,9.5130,0.0000,27.8730,14.5018,-32.8618,1.1785,5201.5997,5201.5997,5201.5997 -452.5000,1.0000,6094.3563,77.8695,77.5201,-0.1947,0.0000,6,1536.0495,28.5821,642.6875,-99.6807,4.5976,103.3793,-16.0341,-0.1260,-2.2839,0.0000,0.0000,7.0074,-2.2922,-0.7810,0.0000,-1.5112,0.0000,-1.5112,8.4962,-10.0074,0.0000,-10.0074,-0.3738,-9.6335,0.0000,13.3120,14.3806,-37.3261,1.2759,2761.0856,2761.0856,2761.0856 -453.5000,1.0000,6115.7923,77.1685,76.8191,-0.1947,0.0000,6,1536.5070,-41.2345,607.8457,-99.7078,-6.6347,97.8040,-16.0433,0.1692,-13.7899,0.0000,0.0000,6.9860,-13.8690,-0.8849,0.0000,-12.9841,0.0000,-12.9841,8.4197,-21.4038,0.0000,-21.4038,-0.3705,-21.0333,0.0000,1.7056,14.2511,-36.9900,1.2509,1287.9676,1287.9676,1287.9676 -454.5000,1.0000,6137.0584,76.5570,76.2971,-0.1450,0.0000,6,1529.9075,1.3540,574.0761,-99.3164,0.2169,91.9736,-15.9116,-0.7885,-5.9197,0.0000,0.0000,6.9252,-5.9074,-0.7985,0.0000,-5.1089,0.0000,-5.1089,8.3530,-13.4619,0.0000,-13.4619,-0.2737,-13.1882,0.0000,0.0000,14.1382,-27.3264,1.2496,2258.3101,2258.3101,2258.3101 -455.5000,1.0000,6158.1811,76.0405,75.7861,-0.1419,0.0000,6,1512.8940,4.8004,582.4537,-98.3074,0.7605,92.2781,-15.5748,-0.8010,-5.2945,0.0000,0.0000,6.8560,-5.2821,-0.7853,0.0000,-4.4968,0.0000,-4.4968,8.2966,-12.7934,0.0000,-12.7934,-0.2661,-12.5273,0.0000,0.0000,14.0428,-26.5701,1.2213,2282.0983,2282.0983,2282.0983 -456.5000,1.0000,6179.1853,75.6140,75.4441,-0.0950,0.0000,6,1500.2675,64.5990,582.6327,-97.5585,10.1490,91.5361,-15.3272,-0.3690,3.6637,0.0000,0.0000,6.8543,3.6622,-0.6919,0.0000,4.3541,0.0000,4.3541,8.2501,-3.8960,0.0000,-3.8960,-0.1771,-3.7189,0.0000,0.0000,13.9640,-17.6830,1.2440,3327.7968,3327.7968,3327.7968 -457.5000,1.0000,6200.0995,75.2900,75.1381,-0.0850,0.0000,6,1485.4280,72.7207,594.2581,-96.6784,11.3120,92.4390,-15.0387,-0.9883,5.5497,0.0000,0.0000,6.7505,5.5205,-0.6869,0.0000,6.2073,0.0000,6.2073,8.2147,-2.0074,0.0000,-2.0074,-0.1578,-1.8496,0.0000,0.0000,13.9042,-15.7538,1.2287,3428.9101,3428.9101,3428.9101 -458.5000,1.0000,6220.9910,75.2080,75.2801,0.0394,0.0000,6,1479.4385,229.1183,606.2189,-96.3232,35.4965,93.9193,-14.9230,0.4401,28.2442,0.0000,0.0000,6.8122,28.3099,-1.1607,0.0000,29.4706,0.0000,29.4706,8.2058,21.2648,0.0000,21.2648,0.0731,21.1917,0.0000,0.0000,13.8891,7.3026,1.2652,7503.7103,7503.7103,7503.7103 -459.5000,1.0000,6241.9259,75.3645,75.4511,0.0475,0.0000,6,1489.7000,237.6218,664.3421,-96.9318,37.0693,103.6380,-15.1215,0.4956,29.7724,0.0000,0.0000,6.8012,29.8468,-1.1946,0.0000,31.0414,0.0000,31.0414,8.2229,22.8185,0.0000,22.8185,0.0883,22.7303,0.0000,0.0000,13.9180,8.8123,1.2295,7823.4977,7823.4977,7823.4977 -460.5000,1.0000,6262.9416,75.6555,75.8621,0.1142,0.0000,6,1502.7465,315.8592,672.0151,-97.7056,49.7059,105.7532,-15.3757,0.7041,42.1460,0.0000,0.0000,6.8558,42.2452,-1.4563,0.0000,43.7015,0.0000,43.7015,8.2546,35.4469,0.0000,35.4469,0.2130,35.2339,0.0000,0.0000,13.9717,21.2622,1.2445,10207.2826,10207.2826,10207.2826 -461.5000,1.0000,6284.0630,76.0360,76.2121,0.0972,0.0000,6,1509.8040,292.4680,695.8344,-98.1241,46.2410,110.0158,-15.5140,-0.0530,39.4236,0.0000,0.0000,6.8705,39.3182,-1.3998,0.0000,40.7180,0.0000,40.7180,8.2961,32.4218,0.0000,32.4218,0.1823,32.2396,0.0000,0.0000,14.0420,18.1976,1.2709,9550.7943,9550.7943,9550.7943 -462.5000,1.0000,6305.2765,76.3675,76.5251,0.0869,0.0000,6,1509.3465,281.5622,688.5901,-98.0970,44.5033,108.8375,-15.5051,0.0106,37.6507,0.0000,0.0000,6.8419,37.5766,-1.3674,0.0000,38.9440,0.0000,38.9440,8.3323,30.6117,0.0000,30.6117,0.1637,30.4480,0.0000,0.0000,14.1032,16.3448,1.2457,9224.5089,9224.5089,9224.5089 -463.5000,1.0000,6326.5523,76.5915,76.6601,0.0375,0.0000,6,1510.7195,224.3622,685.7530,-98.1784,35.4946,108.4876,-15.5320,0.1168,28.4636,0.0000,0.0000,6.9142,28.4623,-1.1802,0.0000,29.6425,0.0000,29.6425,8.3567,21.2857,0.0000,21.2857,0.0708,21.2149,0.0000,0.0000,14.1446,7.0704,1.2836,7556.0637,7556.0637,7556.0637 -464.5000,1.0000,6347.9147,76.9035,77.1491,0.1358,0.0000,6,1512.2070,341.3412,665.7205,-98.2666,54.0541,105.4221,-15.5613,0.0213,47.1375,0.0000,0.0000,6.8954,46.9952,-1.5700,0.0000,48.5652,0.0000,48.5652,8.3908,40.1744,0.0000,40.1744,0.2575,39.9169,0.0000,0.0000,14.2022,25.7147,1.2713,11022.7920,11022.7920,11022.7920 -465.5000,1.0000,6369.4142,77.3970,77.6471,0.1383,0.0000,6,1523.8805,348.2273,714.8413,-98.9590,55.5703,114.0746,-15.7919,1.0710,47.5624,0.0000,0.0000,6.9368,47.7660,-1.5920,0.0000,49.3579,0.0000,49.3579,8.4446,40.9133,0.0000,40.9133,0.2640,40.6494,0.0000,0.0000,14.2933,26.3560,1.2359,11304.8947,11304.8947,11304.8947 -466.5000,1.0000,6391.0345,77.8320,78.0191,0.1033,0.0000,6,1536.1260,301.8474,713.2946,-99.6852,48.5560,114.7425,-16.0356,0.0756,41.4751,0.0000,0.0000,7.0053,41.3978,-1.4645,0.0000,42.8623,0.0000,42.8623,8.4921,34.3702,0.0000,34.3702,0.1983,34.1719,0.0000,0.0000,14.3736,19.7983,1.2884,10020.0530,10020.0530,10020.0530 -467.5000,1.0000,6412.7334,78.1150,78.2131,0.0539,0.0000,6,1542.5730,245.4729,702.8977,-100.0676,39.6532,113.5446,-16.1647,0.5348,32.0626,0.0000,0.0000,7.0557,32.1401,-1.2751,0.0000,33.4151,0.0000,33.4151,8.5230,24.8922,0.0000,24.8922,0.1038,24.7884,0.0000,0.0000,14.4259,10.3625,1.2771,8321.9849,8321.9849,8321.9849 -468.5000,1.0000,6434.4866,78.3105,78.4101,0.0547,0.0000,6,1551.9570,244.1863,685.4485,-100.6241,39.6853,111.3995,-16.3535,0.3563,32.3414,0.0000,0.0000,6.9876,32.3786,-1.2824,0.0000,33.6610,0.0000,33.6610,8.5443,25.1167,0.0000,25.1167,0.1057,25.0111,0.0000,0.0000,14.4620,10.5490,1.2161,8327.8539,8327.8539,8327.8539 -469.5000,1.0000,6456.2940,78.5055,78.6031,0.0536,0.0000,6,1550.3925,239.4875,679.2212,-100.5313,38.8824,110.2761,-16.3219,-0.5049,32.3964,0.0000,0.0000,6.9909,32.2460,-1.2820,0.0000,33.5279,0.0000,33.5279,8.5656,24.9624,0.0000,24.9624,0.1038,24.8586,0.0000,0.0000,14.4980,10.3606,1.2284,8183.0139,8183.0139,8183.0139 -470.5000,1.0000,6478.1606,78.7185,78.8361,0.0647,0.0000,6,1551.4990,258.8620,685.5673,-100.5970,42.0580,111.3859,-16.3443,0.6106,34.3718,0.0000,0.0000,7.0755,34.4628,-1.3307,0.0000,35.7936,0.0000,35.7936,8.5888,27.2048,0.0000,27.2048,0.1256,27.0791,0.0000,0.0000,14.5374,12.5418,1.2791,8777.5037,8777.5037,8777.5037 -471.5000,1.0000,6500.0740,78.8870,78.9401,0.0289,0.0000,6,1564.4695,215.3503,694.8430,-101.3662,35.2810,113.8367,-16.6069,0.6304,27.5537,0.0000,0.0000,7.0969,27.6510,-1.1909,0.0000,28.8419,0.0000,28.8419,8.6072,20.2347,0.0000,20.2347,0.0562,20.1785,0.0000,0.0000,14.5685,5.6100,1.2695,7541.5945,7541.5945,7541.5945 -472.5000,1.0000,6522.0026,78.9420,78.9461,0.0017,0.0000,6,1567.0635,177.5013,675.0616,-101.5201,29.1284,110.7793,-16.6597,-0.3818,22.4939,0.0000,0.0000,7.0164,22.4361,-1.0829,0.0000,23.5190,0.0000,23.5190,8.6132,14.9058,0.0000,14.9058,0.0032,14.9025,0.0000,0.0000,14.5786,0.3239,1.2190,6432.5874,6432.5874,6432.5874 -473.5000,1.0000,6543.9138,78.8790,78.8141,-0.0367,0.0000,6,1566.0715,136.1561,667.4173,-101.4612,22.3294,109.4555,-16.6395,0.2862,15.0128,0.0000,0.0000,7.0304,15.0540,-0.9283,0.0000,15.9823,0.0000,15.9823,8.6063,7.3760,0.0000,7.3760,-0.0713,7.4473,0.0000,0.0000,14.5670,-7.1197,1.1812,5193.8317,5193.8317,5193.8317 -474.5000,1.0000,6565.7948,78.7705,78.7291,-0.0236,0.0000,6,1560.0440,145.8244,643.8728,-101.1038,23.8230,105.1878,-16.5171,-0.8625,17.6307,0.0000,0.0000,7.0547,17.5385,-0.9788,0.0000,18.5172,0.0000,18.5172,8.5945,9.9228,0.0000,9.9228,-0.0459,9.9686,0.0000,0.0000,14.5470,-4.5784,1.2681,5454.4616,5454.4616,5454.4616 -475.5000,1.0000,6587.6405,78.6435,78.5601,-0.0469,0.0000,6,1552.4525,124.3827,652.0256,-100.6535,20.2212,106.0014,-16.3635,0.1346,13.0155,0.0000,0.0000,7.0711,13.0414,-0.8836,0.0000,13.9249,0.0000,13.9249,8.5806,5.3443,0.0000,5.3443,-0.0910,5.4353,0.0000,0.0000,14.5235,-9.0882,1.2288,4815.1100,4815.1100,4815.1100 -476.5000,1.0000,6609.4499,78.5125,78.4671,-0.0258,0.0000,6,1553.8640,147.8944,644.1606,-100.7372,24.0654,104.8180,-16.3920,0.0000,17.0471,0.0000,0.0000,7.0184,17.0572,-0.9656,0.0000,18.0228,0.0000,18.0228,8.5663,9.4565,0.0000,9.4565,-0.0500,9.5065,0.0000,0.0000,14.4993,-4.9928,1.2416,5487.5782,5487.5782,5487.5782 -477.5000,1.0000,6631.2419,78.4500,78.4351,-0.0089,0.0000,6,1555.2375,167.5359,653.2699,-100.8187,27.2856,106.3942,-16.4197,0.1312,20.2594,0.0000,0.0000,6.8950,20.2814,-1.0321,0.0000,21.3135,0.0000,21.3135,8.5595,12.7540,0.0000,12.7540,-0.0172,12.7712,0.0000,0.0000,14.4878,-1.7166,1.1164,6080.2498,6080.2498,6080.2498 -478.5000,1.0000,6653.0469,78.4970,78.5611,0.0350,0.0000,6,1547.3030,215.2958,650.2994,-100.3481,34.8851,105.3701,-16.2597,-0.8845,28.8811,0.0000,0.0000,6.8884,28.6843,-1.2077,0.0000,29.8920,0.0000,29.8920,8.5646,21.3274,0.0000,21.3274,0.0677,21.2596,0.0000,0.0000,14.4965,6.7632,1.1275,7460.3468,7460.3468,7460.3468 -479.5000,1.0000,6674.9161,78.7280,78.8971,0.0933,0.0000,6,1546.1965,293.5895,677.4720,-100.2825,47.5372,109.6945,-16.2375,0.7788,39.8271,0.0000,0.0000,6.9314,39.9531,-1.4452,0.0000,41.3983,0.0000,41.3983,8.5898,32.8085,0.0000,32.8085,0.1812,32.6273,0.0000,0.0000,14.5391,18.0882,1.1398,9832.3969,9832.3969,9832.3969 -480.5000,1.0000,6696.8571,78.9865,79.0781,0.0503,0.0000,6,1552.5670,237.5063,697.9029,-100.6603,38.6148,113.4681,-16.3658,-0.1746,31.8742,0.0000,0.0000,6.9152,31.8002,-1.2785,0.0000,33.0787,0.0000,33.0787,8.6181,24.4607,0.0000,24.4607,0.0979,24.3628,0.0000,0.0000,14.5869,9.7759,1.1159,8135.0962,8135.0962,8135.0962 -481.5000,1.0000,6718.7618,78.8555,78.6351,-0.1231,0.0000,6,1557.5645,36.1877,686.6825,-100.9567,5.9025,112.0033,-16.4668,0.6532,-1.7367,0.0000,0.0000,6.9860,-1.7492,-0.7894,0.0000,-0.9599,0.0000,-0.9599,8.6038,-9.5636,0.0000,-9.5636,-0.2392,-9.3244,0.0000,0.0000,14.5627,-23.8870,1.1169,2945.8747,2945.8747,2945.8747 -482.5000,1.0000,6740.5560,78.4580,78.2831,-0.0978,0.0000,6,1555.8860,57.5206,609.6361,-100.8572,9.3719,99.3292,-16.4329,-0.8128,3.2515,0.0000,0.0000,6.9332,3.2410,-0.7349,0.0000,3.9760,0.0000,3.9760,8.5604,-4.5844,0.0000,-4.5844,-0.1891,-4.3953,0.0000,0.0000,14.4893,-18.8846,1.1291,3336.6498,3336.6498,3336.6498 -483.5000,1.0000,6762.2417,78.0675,77.8541,-0.1192,0.0000,6,1538.6050,31.6312,610.7789,-99.8323,5.0965,98.4101,-16.0852,-0.8290,-0.9691,0.0000,0.0000,6.8946,-0.9662,-0.7708,0.0000,-0.1954,0.0000,-0.1954,8.5178,-8.7132,0.0000,-8.7132,-0.2294,-8.4839,0.0000,0.0000,14.4171,-22.9010,1.1133,2821.5714,2821.5714,2821.5714 -484.5000,1.0000,6783.7963,77.5955,77.3391,-0.1431,0.0000,6,1526.9320,6.3213,602.1189,-99.1400,1.0108,96.2788,-15.8525,-0.2718,-5.6049,0.0000,0.0000,6.8875,-5.6129,-0.8098,0.0000,-4.8031,0.0000,-4.8031,8.4663,-13.2694,0.0000,-13.2694,-0.2737,-12.9957,0.0000,0.0000,14.3300,-27.3257,1.0968,2340.8588,2340.8588,2340.8588 -485.5000,1.0000,6805.2111,77.0920,76.8471,-0.1367,0.0000,6,1520.4470,14.0367,590.5903,-98.7553,2.2349,94.0343,-15.7239,-0.3348,-4.3341,0.0000,0.0000,6.9039,-4.3377,-0.7904,0.0000,-3.5473,0.0000,-3.5473,8.4113,-11.9587,0.0000,-11.9587,-0.2598,-11.6989,0.0000,0.0000,14.2370,-25.9359,1.1349,2464.9007,2464.9007,2464.9007 -486.5000,1.0000,6826.4964,76.6260,76.4071,-0.1222,0.0000,6,1519.7605,35.5206,597.8091,-98.7146,5.6531,95.1407,-15.7103,0.2706,-1.5232,0.0000,0.0000,6.9057,-1.5305,-0.7565,0.0000,-0.7740,0.0000,-0.7740,8.3605,-9.1345,0.0000,-9.1345,-0.2309,-8.9036,0.0000,0.0000,14.1509,-23.0545,1.1223,2849.2139,2849.2139,2849.2139 -487.5000,1.0000,6847.6624,76.1965,75.9881,-0.1164,0.0000,6,1515.9460,36.4136,596.8174,-98.4884,5.7806,94.7445,-15.6350,-0.6250,-0.4048,0.0000,0.0000,6.8105,-0.4041,-0.7396,0.0000,0.3355,0.0000,0.3355,8.3136,-7.9781,0.0000,-7.9781,-0.2186,-7.7595,0.0000,0.0000,14.0716,-21.8311,1.0781,2856.7082,2856.7082,2856.7082 -488.5000,1.0000,6868.7297,75.8410,75.6961,-0.0811,0.0000,6,1502.7850,79.3981,592.9329,-97.7078,12.4950,93.3106,-15.3764,-0.5950,6.2919,0.0000,0.0000,6.7981,6.2770,-0.7091,0.0000,6.9861,0.0000,6.9861,8.2749,-1.2888,0.0000,-1.2888,-0.1517,-1.1371,0.0000,0.0000,14.0060,-15.1431,1.1024,3599.2282,3599.2282,3599.2282 -489.5000,1.0000,6889.7511,75.6760,75.6581,-0.0106,0.0000,6,1500.8775,168.7079,615.1678,-97.5947,26.5161,96.6869,-15.3391,0.4184,19.2055,0.0000,0.0000,6.8922,19.2684,-0.9778,0.0000,20.2463,0.0000,20.2463,8.2568,11.9894,0.0000,11.9894,-0.0197,12.0091,0.0000,0.0000,13.9755,-1.9664,1.1438,5910.1459,5910.1459,5910.1459 -490.5000,1.0000,6910.7743,75.6825,75.7091,0.0142,0.0000,6,1501.4880,193.0858,640.6516,-97.6309,30.3599,100.7331,-15.3510,-0.3623,23.8977,0.0000,0.0000,6.8245,23.8271,-1.0729,0.0000,24.9000,0.0000,24.9000,8.2576,16.6424,0.0000,16.6424,0.0264,16.6160,0.0000,0.0000,13.9767,2.6393,1.1165,6601.9250,6601.9250,6601.9250 -491.5000,1.0000,6931.8133,75.7390,75.7711,0.0172,0.0000,6,1497.5205,199.1560,650.9075,-97.3956,31.2316,102.0753,-15.2736,-0.0035,24.4189,0.0000,0.0000,6.8162,24.4083,-1.0857,0.0000,25.4940,0.0000,25.4940,8.2637,17.2303,0.0000,17.2303,0.0322,17.1981,0.0000,0.0000,13.9871,3.2110,1.1150,6756.9892,6756.9892,6756.9892 -492.5000,1.0000,6952.8564,75.7540,75.7391,-0.0089,0.0000,6,1490.4250,165.5670,646.6390,-96.9748,25.8412,100.9254,-15.1355,-0.6459,19.6845,0.0000,0.0000,6.8026,19.5955,-0.9856,0.0000,20.5810,0.0000,20.5810,8.2654,12.3157,0.0000,12.3157,-0.0166,12.3323,0.0000,0.0000,13.9899,-1.6576,1.1270,5771.7239,5771.7239,5771.7239 -493.5000,1.0000,6973.8835,75.6965,75.6561,-0.0231,0.0000,6,1491.0735,156.1882,644.4377,-97.0133,24.3880,100.6256,-15.1481,0.7056,16.8725,0.0000,0.0000,6.8099,16.9690,-0.9302,0.0000,17.8992,0.0000,17.8992,8.2591,9.6401,0.0000,9.6401,-0.0430,9.6831,0.0000,0.0000,13.9793,-4.2962,1.0835,5509.4755,5509.4755,5509.4755 -494.5000,1.0000,6994.8756,75.5705,75.4871,-0.0469,0.0000,6,1498.9700,123.5076,638.0554,-97.4816,19.3872,100.1567,-15.3019,0.0176,12.5287,0.0000,0.0000,6.8409,12.5443,-0.8365,0.0000,13.3808,0.0000,13.3808,8.2453,5.1355,0.0000,5.1355,-0.0875,5.2230,0.0000,0.0000,13.9560,-8.7330,1.1156,4623.2285,4623.2285,4623.2285 -495.5000,1.0000,7015.8401,75.4710,75.4571,-0.0083,0.0000,6,1498.3980,168.1429,626.0669,-97.4477,26.3836,98.2373,-15.2907,-0.0702,19.6316,0.0000,0.0000,6.8222,19.6255,-0.9829,0.0000,20.6084,0.0000,20.6084,8.2345,12.3739,0.0000,12.3739,-0.0155,12.3894,0.0000,0.0000,13.9376,-1.5482,1.1153,5883.6115,5883.6115,5883.6115 -496.5000,1.0000,7036.7860,75.4040,75.3531,-0.0289,0.0000,6,1493.2860,146.9393,638.0625,-97.1445,22.9779,99.7780,-15.1911,-0.3988,16.5600,0.0000,0.0000,6.8167,16.5231,-0.9174,0.0000,17.4406,0.0000,17.4406,8.2272,9.2134,0.0000,9.2134,-0.0537,9.2671,0.0000,0.7042,13.9253,-5.3623,1.1280,5258.5500,5258.5500,5258.5500 -497.5000,1.0000,7057.7186,75.3565,75.3621,0.0025,0.0000,6,1495.6510,200.2645,638.5160,-97.2847,31.3663,100.0071,-15.2371,0.6167,23.8867,0.0000,0.0000,6.8629,23.9925,-1.0725,0.0000,25.0650,0.0000,25.0650,8.2220,16.8430,0.0000,16.8430,0.0046,16.8384,0.0000,2.4582,13.9165,0.4638,1.1289,6778.9464,6778.9464,6778.9464 -498.5000,1.0000,7078.6438,75.3295,75.2991,-0.0175,0.0000,6,1501.3730,186.0071,653.4053,-97.6241,29.2447,102.7306,-15.3488,-0.0915,22.4647,0.0000,0.0000,6.8714,22.4593,-1.0402,0.0000,23.4995,0.0000,23.4995,8.2190,15.2805,0.0000,15.2805,-0.0325,15.3130,0.0000,4.6466,13.9115,-3.2451,1.1310,6401.2432,6401.2432,6401.2432 -499.5000,1.0000,7099.5575,75.2880,75.2791,-0.0056,0.0000,6,1489.4330,215.0230,639.3054,-96.9160,33.5378,99.7144,-15.1163,-1.0014,27.7523,0.0000,0.0000,6.7869,27.5520,-1.1458,0.0000,28.6978,0.0000,28.6978,8.2145,20.4833,0.0000,20.4833,-0.0103,20.4936,0.0000,7.6194,13.9038,-1.0296,1.0974,7159.9601,7159.9601,7159.9601 -500.5000,1.0000,7120.4718,75.2905,75.3041,0.0069,0.0000,6,1475.0515,241.9239,651.0382,-96.0630,37.3693,100.5639,-14.8386,-0.3110,30.9651,0.0000,0.0000,6.7152,30.8879,-1.2154,0.0000,32.1033,0.0000,32.1033,8.2148,23.8885,0.0000,23.8885,0.0129,23.8756,0.0000,8.6842,13.9043,1.2871,1.0630,7848.3871,7848.3871,7848.3871 -501.5000,1.0000,7141.3839,75.2825,75.2631,-0.0114,0.0000,6,1484.5500,253.1746,672.4331,-96.6264,39.3590,104.5376,-15.0217,1.1790,29.3883,0.0000,0.0000,8.7917,29.6523,-1.1895,0.0000,30.8419,0.0000,30.8419,8.2139,22.6280,0.0000,22.6280,-0.0211,22.6491,0.0000,10.8569,13.9028,-2.1106,1.0956,8243.3466,8243.3466,8243.3466 -502.5000,1.0000,7162.2965,75.2840,75.3071,0.0122,0.0000,6,1491.4165,288.1707,666.0360,-97.0336,45.0067,104.0220,-15.1548,-0.5555,36.7805,0.0000,0.0000,8.7818,36.6202,-1.3347,0.0000,37.9549,0.0000,37.9549,8.2141,29.7408,0.0000,29.7408,0.0227,29.7182,0.0000,13.5500,13.9031,2.2651,1.1128,9315.4133,9315.4133,9315.4133 -503.5000,1.0000,7183.2100,75.2875,75.2701,-0.0103,0.0000,6,1488.6320,281.0730,684.2887,-96.8685,43.8162,106.6732,-15.1007,0.2999,34.7062,0.0000,0.0000,8.8101,34.7913,-1.2967,0.0000,36.0879,0.0000,36.0879,8.2145,27.8735,0.0000,27.8735,-0.0191,27.8925,0.0000,15.8936,13.9037,-1.9048,1.1117,9088.3786,9088.3786,9088.3786 -504.5000,1.0000,7204.1363,75.3335,75.3991,0.0358,0.0000,6,1486.3815,367.9935,675.6686,-96.7350,57.2795,105.1702,-15.0571,-0.5049,49.0181,0.0000,0.0000,8.7663,48.7939,-1.5889,0.0000,50.3829,0.0000,50.3829,8.2195,42.1634,0.0000,42.1634,0.0666,42.0968,0.0000,21.5394,13.9122,6.6451,1.1255,11605.3315,11605.3315,11605.3315 -505.5000,1.0000,7225.0991,75.4650,75.5331,0.0372,0.0000,6,1482.6810,360.5019,710.5504,-96.5155,55.9737,110.3243,-14.9856,0.1667,47.0562,0.0000,0.0000,8.7508,47.0725,-1.5546,0.0000,48.6271,0.0000,48.6271,8.2338,40.3933,0.0000,40.3933,0.0693,40.3240,0.0000,19.4728,13.9365,6.9148,1.0949,11351.5816,11351.5816,11351.5816 -506.5000,1.0000,7246.0861,75.5520,75.5731,0.0111,0.0000,6,1492.0270,343.6166,712.1368,-97.0698,53.6883,111.2676,-15.1666,0.6886,44.1852,0.0000,0.0000,8.8145,44.3960,-1.4999,0.0000,45.8959,0.0000,45.8959,8.2433,37.6526,0.0000,37.6526,0.0207,37.6319,0.0000,21.6128,13.9526,2.0665,1.1130,10936.5333,10936.5333,10936.5333 -507.5000,1.0000,7267.0882,75.6065,75.6421,0.0192,0.0000,6,1494.3160,393.3307,699.5917,-97.2056,61.5501,109.4752,-15.2112,-0.4796,53.2816,0.0000,0.0000,8.7481,53.0711,-1.6812,0.0000,54.7523,0.0000,54.7523,8.2493,46.5030,0.0000,46.5030,0.0357,46.4673,0.0000,28.9374,13.9627,3.5673,1.0993,12422.9041,12422.9041,12422.9041 -508.5000,1.0000,7288.0996,75.6400,75.6401,-0.0006,0.0000,6,1494.2015,417.2074,723.4559,-97.1988,65.2814,113.2009,-15.2089,0.4690,56.0184,0.0000,0.0000,8.7940,56.2108,-1.7470,0.0000,57.9578,0.0000,57.9578,8.2529,49.7049,0.0000,49.7049,-0.0010,49.7060,0.0000,35.8406,13.9688,-0.1034,1.0992,13100.8907,13100.8907,13100.8907 -509.5000,1.0000,7309.1337,75.7215,75.8051,0.0458,0.0000,6,1498.6265,474.5326,728.8607,-97.4612,74.4712,114.3843,-15.2952,-0.0632,67.7085,0.0000,0.0000,6.8259,67.6038,-1.9854,0.0000,69.5892,0.0000,69.5892,8.2618,61.3274,0.0000,61.3274,0.0856,61.2418,0.0000,38.7145,13.9839,8.5434,1.0863,14789.9458,14789.9458,14789.9458 -510.5000,1.0000,7330.2128,75.8835,75.9641,0.0442,0.0000,6,1495.3080,450.1137,748.1646,-97.2644,70.4825,117.1538,-15.2305,-0.2417,63.8497,0.0000,0.0000,6.8746,63.6706,-1.9053,0.0000,65.5759,0.0000,65.5759,8.2795,57.2964,0.0000,57.2964,0.0826,57.2138,0.0000,34.9496,14.0138,8.2503,1.1142,14055.1456,14055.1456,14055.1456 -511.5000,1.0000,7351.3462,76.0790,76.1961,0.0644,0.0000,6,1502.1745,472.4236,746.5500,-97.6716,74.3157,117.4378,-15.3645,0.8762,66.4455,0.0000,0.0000,6.9939,66.7639,-1.9721,0.0000,68.7360,0.0000,68.7360,8.3008,60.4352,0.0000,60.4352,0.1209,60.3143,0.0000,34.1951,14.0499,12.0692,1.1440,14763.0223,14763.0223,14763.0223 -512.5000,1.0000,7372.5223,76.2330,76.2721,0.0211,0.0000,6,1511.4440,442.7165,750.0873,-98.2214,70.0723,118.7223,-15.5463,-0.0213,63.1397,0.0000,0.0000,6.9539,63.0987,-1.8975,0.0000,64.9962,0.0000,64.9962,8.3176,56.6786,0.0000,56.6786,0.0397,56.6389,0.0000,38.5988,14.0783,3.9617,1.1332,13992.3916,13992.3916,13992.3916 -513.5000,1.0000,7393.7250,76.3285,76.3871,0.0319,0.0000,6,1508.2395,475.1412,739.0018,-98.0313,75.0450,116.7198,-15.4833,-0.2756,68.3902,0.0000,0.0000,6.9303,68.2039,-2.0050,0.0000,70.2090,0.0000,70.2090,8.3280,61.8809,0.0000,61.8809,0.0601,61.8208,0.0000,41.7226,14.0960,6.0022,1.1190,14893.3150,14893.3150,14893.3150 -514.5000,1.0000,7414.9684,76.4750,76.5651,0.0494,0.0000,6,1502.5940,496.6017,749.8190,-97.6965,78.1409,117.9850,-15.3727,-0.2464,71.4627,0.0000,0.0000,6.9246,71.2528,-2.0703,0.0000,73.3231,0.0000,73.3231,8.3440,64.9791,0.0000,64.9791,0.0932,64.8858,0.0000,41.4546,14.1230,9.3082,1.1441,15459.1096,15459.1096,15459.1096 -515.5000,1.0000,7436.2473,76.6030,76.6431,0.0217,0.0000,6,1506.3325,475.9455,761.8621,-97.9182,75.0770,120.1782,-15.4459,0.5928,67.5098,0.0000,0.0000,6.9743,67.7625,-1.9991,0.0000,69.7616,0.0000,69.7616,8.3580,61.4036,0.0000,61.4036,0.0409,61.3627,0.0000,43.1303,14.1467,4.0857,1.1323,14899.8544,14899.8544,14899.8544 -516.5000,1.0000,7457.5469,76.6775,76.7141,0.0197,0.0000,6,1512.3215,488.9102,751.6974,-98.2734,77.4287,119.0463,-15.5636,-0.0390,70.5090,0.0000,0.0000,6.9586,70.4569,-2.0561,0.0000,72.5130,0.0000,72.5130,8.3661,64.1469,0.0000,64.1469,0.0373,64.1096,0.0000,46.2265,14.1604,3.7227,1.1205,15326.8121,15326.8121,15326.8121 -517.5000,1.0000,7478.8224,76.5905,76.4691,-0.0681,0.0000,6,1516.1745,422.3019,759.6299,-98.5019,67.0503,120.6090,-15.6395,0.3978,59.6943,0.0000,0.0000,6.9582,59.9584,-1.8364,0.0000,61.7948,0.0000,61.7948,8.3566,53.4382,0.0000,53.4382,-0.1285,53.5667,0.0000,52.2535,14.1444,-12.8312,1.0928,13448.6371,13448.6371,13448.6371 -518.5000,1.0000,7499.9873,76.1925,75.9181,-0.1531,0.0000,6,1512.5125,285.1686,729.8771,-98.2848,45.1678,115.6052,-15.5673,-0.7370,38.9921,0.0000,0.0000,6.9127,38.9284,-1.3935,0.0000,40.3219,0.0000,40.3219,8.3132,32.0087,0.0000,32.0087,-0.2875,32.2962,0.0000,46.9325,14.0709,-28.7072,1.1334,9344.7952,9344.7952,9344.7952 -519.5000,1.0000,7520.9990,75.6410,75.3661,-0.1533,0.0000,6,1496.1855,292.5931,678.6289,-97.3164,45.8435,106.3277,-15.2476,-0.7711,39.7762,0.0000,0.0000,6.8384,39.6980,-1.4030,0.0000,41.1010,0.0000,41.1010,8.2530,32.8480,0.0000,32.8480,-0.2860,33.1339,0.0000,47.7160,13.9690,-28.5511,1.1145,9477.8045,9477.8045,9477.8045 -520.5000,1.0000,7541.8643,75.1140,74.8641,-0.1394,0.0000,6,1490.0055,334.6897,685.7444,-96.9499,52.2226,106.9988,-15.1274,0.2024,45.1493,0.0000,0.0000,6.8709,45.3679,-1.5150,0.0000,46.8829,0.0000,46.8829,8.1955,38.6874,0.0000,38.6874,-0.2582,38.9456,0.0000,50.8580,13.8717,-25.7841,1.1122,10655.3475,10655.3475,10655.3475 -521.5000,1.0000,7562.5807,74.5780,74.2941,-0.1583,0.0000,6,1480.6210,297.6769,690.5734,-96.3933,46.1549,107.0736,-14.9458,-1.0545,40.4453,0.0000,0.0000,6.7641,40.2824,-1.4028,0.0000,41.6852,0.0000,41.6852,8.1370,33.5481,0.0000,33.5481,-0.2911,33.8392,0.0000,49.1343,13.7727,-29.0678,1.0942,9519.2636,9519.2636,9519.2636 -522.5000,1.0000,7583.1591,74.0810,73.8701,-0.1178,0.0000,6,1462.0810,325.9292,676.4214,-95.2938,49.9026,103.5660,-14.5903,-0.6234,43.8046,0.0000,0.0000,6.7214,43.7217,-1.4686,0.0000,45.1903,0.0000,45.1903,8.0828,37.1075,0.0000,37.1075,-0.2151,37.3226,0.0000,45.1199,13.6809,-21.4783,1.0873,10172.9297,10172.9297,10172.9297 -523.5000,1.0000,7603.6101,73.6225,73.3771,-0.1369,0.0000,6,1453.0400,283.1465,687.1469,-94.7576,43.0841,104.5576,-14.4185,-0.1872,36.5545,0.0000,0.0000,6.7169,36.6243,-1.3154,0.0000,37.9398,0.0000,37.9398,8.0328,29.9070,0.0000,29.9070,-0.2486,30.1556,0.0000,41.3783,13.5963,-24.8190,1.0847,8903.5069,8903.5069,8903.5069 -524.5000,1.0000,7623.9310,73.1540,72.9331,-0.1233,0.0000,6,1447.5090,284.7762,668.9169,-94.4295,43.1672,101.3963,-14.3139,-0.3052,36.7914,0.0000,0.0000,6.6810,36.8158,-1.3140,0.0000,38.1299,0.0000,38.1299,7.9817,30.1482,0.0000,30.1482,-0.2224,30.3706,0.0000,39.0709,13.5097,-22.2100,1.0972,8913.0587,8913.0587,8913.0587 -525.5000,1.0000,7644.1287,72.7105,72.4901,-0.1231,0.0000,6,1444.2665,274.4272,670.8583,-94.2372,41.5053,101.4628,-14.2527,0.0169,34.8437,0.0000,0.0000,6.6446,34.9548,-1.2702,0.0000,36.2250,0.0000,36.2250,7.9333,28.2917,0.0000,28.2917,-0.2206,28.5123,0.0000,37.1100,13.4278,-22.0256,1.0821,8587.6670,8587.6670,8587.6670 -526.5000,1.0000,7664.1770,72.1730,71.8581,-0.1756,0.0000,6,1435.9885,174.4415,660.1136,-93.7463,26.2319,99.2655,-14.0972,-0.7468,20.3907,0.0000,0.0000,6.5880,20.3596,-0.9600,0.0000,21.3196,0.0000,21.3196,7.8746,13.4449,0.0000,13.4449,-0.3124,13.7573,0.0000,31.6190,13.3286,-31.1902,1.0797,5756.6794,5756.6794,5756.6794 -527.5000,1.0000,7684.0867,71.6735,71.4911,-0.1019,0.0000,6,1424.3535,274.7725,622.6822,-93.0562,40.9845,92.8780,-13.8801,-0.2770,34.6430,0.0000,0.0000,6.6184,34.6547,-1.2521,0.0000,35.9068,0.0000,35.9068,7.8201,28.0867,0.0000,28.0867,-0.1801,28.2668,0.0000,33.0172,13.2363,-17.9867,1.1327,8462.1334,8462.1334,8462.1334 -528.5000,1.0000,7703.8866,71.2785,71.0681,-0.1175,0.0000,6,1416.3425,275.2023,658.0304,-92.5811,40.8177,97.5984,-13.7315,-0.4214,34.6506,0.0000,0.0000,6.5885,34.6349,-1.2472,0.0000,35.8821,0.0000,35.8821,7.7770,28.1050,0.0000,28.1050,-0.2065,28.3115,0.0000,35.7651,13.1634,-20.6170,1.1303,8434.6810,8434.6810,8434.6810 -529.5000,1.0000,7723.5803,70.8965,70.7271,-0.0947,0.0000,6,1401.3505,275.5882,652.1878,-91.6920,40.4423,95.7080,-13.4557,-0.8733,34.8334,0.0000,0.0000,6.4822,34.6645,-1.2435,0.0000,35.9080,0.0000,35.9080,7.7354,28.1726,0.0000,28.1726,-0.1656,28.3382,0.0000,31.7766,13.0928,-16.5313,1.0978,8371.8948,8371.8948,8371.8948 -530.5000,1.0000,7743.1916,70.5995,70.4741,-0.0703,0.0000,6,1391.3175,340.1908,656.0241,-91.0969,49.5653,95.5817,-13.2727,0.0098,43.0877,0.0000,0.0000,6.4678,43.1686,-1.4173,0.0000,44.5859,0.0000,44.5859,7.7030,36.8830,0.0000,36.8830,-0.1223,37.0053,0.0000,36.1811,13.0380,-12.2137,1.0667,10062.6410,10062.6410,10062.6410 -531.5000,1.0000,7762.7038,70.2425,70.0131,-0.1281,0.0000,6,1396.3530,260.0922,683.8468,-91.3956,38.0322,99.9960,-13.3644,0.4220,31.1393,0.0000,0.0000,6.4709,31.3520,-1.1672,0.0000,32.5191,0.0000,32.5191,7.6640,24.8551,0.0000,24.8551,-0.2218,25.0769,0.0000,34.2474,12.9721,-22.1425,1.0541,7918.4989,7918.4989,7918.4989 -532.5000,1.0000,7782.0941,69.8040,69.5971,-0.1156,0.0000,6,1389.0670,274.4549,641.6711,-90.9635,39.9230,93.3392,-13.2318,-1.0413,34.6003,0.0000,0.0000,6.3640,34.3987,-1.2257,0.0000,35.6245,0.0000,35.6245,7.6162,28.0083,0.0000,28.0083,-0.1989,28.2072,0.0000,35.1725,12.8911,-19.8564,1.0378,8261.7908,8261.7908,8261.7908 -533.5000,1.0000,7801.3754,69.4115,69.2281,-0.1025,0.0000,6,1372.8545,278.1192,649.5766,-90.0019,39.9838,93.3864,-12.9391,-0.3377,33.7967,0.0000,0.0000,6.5248,33.7879,-1.2087,0.0000,34.9966,0.0000,34.9966,7.5733,27.4233,0.0000,27.4233,-0.1754,27.5987,0.0000,32.2940,12.8186,-17.5140,1.2022,8254.0633,8254.0633,8254.0633 -534.5000,1.0000,7820.5660,69.0850,68.9441,-0.0789,0.0000,6,1367.7805,313.9236,650.8573,-89.7010,44.9644,93.2247,-12.8482,-0.0898,38.5203,0.0000,0.0000,6.5339,38.5694,-1.3047,0.0000,39.8741,0.0000,39.8741,7.5377,32.3364,0.0000,32.3364,-0.1344,32.4708,0.0000,33.1286,12.7583,-13.4162,1.2148,9173.3676,9173.3676,9173.3676 -535.5000,1.0000,7839.7130,68.9280,68.9141,-0.0083,0.0000,6,1365.2625,386.4716,664.2407,-89.5517,55.2538,94.9665,-12.8032,-0.1215,48.8342,0.0000,0.0000,6.5411,48.7930,-1.5159,0.0000,50.3089,0.0000,50.3089,7.5206,42.7883,0.0000,42.7883,-0.0142,42.8025,0.0000,31.4872,12.7293,-1.4140,1.2141,11112.9994,11112.9994,11112.9994 -536.5000,1.0000,7858.8673,68.9545,68.9971,0.0231,0.0000,6,1361.8675,426.2187,692.5556,-89.3503,60.7849,98.7684,-12.7426,-0.1627,54.4537,0.0000,0.0000,6.4939,54.3432,-1.6318,0.0000,55.9751,0.0000,55.9751,7.5235,48.4516,0.0000,48.4516,0.0392,48.4124,0.0000,31.7647,12.7342,3.9135,1.1708,12139.7249,12139.7249,12139.7249 -537.5000,1.0000,7878.1041,69.2515,69.5081,0.1419,0.0000,6,1361.6770,581.4023,710.1813,-89.3390,82.9048,101.2679,-12.7393,0.1468,76.2617,0.0000,0.0000,6.4963,76.0793,-2.0880,0.0000,78.1673,0.0000,78.1673,7.5559,70.6114,0.0000,70.6114,0.2424,70.3690,0.0000,33.3821,12.7890,24.1979,1.2130,16240.6759,16240.6759,16240.6759 -538.5000,1.0000,7897.4804,69.7535,70.0011,0.1369,0.0000,6,1371.9005,590.9347,775.0918,-89.9454,84.8967,111.3536,-12.9220,0.7135,77.7720,0.0000,0.0000,6.4113,77.9765,-2.1331,0.0000,80.1095,0.0000,80.1095,7.6107,72.4989,0.0000,72.4989,0.2355,72.2634,0.0000,35.8669,12.8817,23.5147,1.0751,16615.3192,16615.3192,16615.3192 -539.5000,1.0000,7917.0119,70.3120,70.6251,0.1733,0.0000,6,1383.0395,637.8778,776.9610,-90.6060,92.3848,112.5285,-13.1226,0.2268,85.7218,0.0000,0.0000,6.4362,85.5079,-2.2962,0.0000,87.8041,0.0000,87.8041,7.7774,80.0268,0.0000,80.0268,0.3005,79.7263,0.0000,36.7401,12.9849,30.0013,1.0783,18012.3173,18012.3173,18012.3173 -540.5000,1.0000,7936.7018,70.8825,71.1421,0.1436,0.0000,6,1396.3530,579.8041,800.0377,-91.3956,84.7823,116.9861,-13.3644,0.9127,77.4076,0.0000,0.0000,6.4620,77.7142,-2.1402,0.0000,79.8544,0.0000,79.8544,7.7338,72.1206,0.0000,72.1206,0.2510,71.8696,0.0000,33.7208,13.0902,25.0586,1.0400,16590.5268,16590.5268,16590.5268 -541.5000,1.0000,7956.5178,71.3365,71.5331,0.1086,0.0000,6,1406.5765,552.3611,773.9182,-92.0019,81.3608,113.9953,-13.5515,-0.0362,74.9024,0.0000,0.0000,6.4946,74.6754,-2.0820,0.0000,76.7574,0.0000,76.7574,7.7834,68.9741,0.0000,68.9741,0.1910,68.7830,0.0000,36.5361,13.1741,19.0728,1.0993,15957.3180,15957.3180,15957.3180 -542.5000,1.0000,7976.4443,71.7345,71.9381,0.1125,0.0000,6,1405.9665,557.6650,765.1002,-91.9657,82.1064,112.6476,-13.5403,-0.0164,75.6367,0.0000,0.0000,6.4861,75.4136,-2.1019,0.0000,77.5155,0.0000,77.5155,7.8268,69.6887,0.0000,69.6887,0.1990,69.4898,0.0000,36.3762,13.2476,19.8660,1.1132,16094.7507,16094.7507,16094.7507 -543.5000,1.0000,7996.4713,72.0960,72.2561,0.0883,0.0000,6,1417.2580,551.4311,772.8097,-92.6354,81.8406,114.6965,-13.7485,0.9993,74.3357,0.0000,0.0000,6.5056,74.7730,-2.0927,0.0000,76.8657,0.0000,76.8657,7.8662,68.9995,0.0000,68.9995,0.1570,68.8425,0.0000,39.8510,13.3143,15.6771,1.0461,16046.1563,16046.1563,16046.1563 -544.5000,1.0000,8016.5796,72.3885,72.5231,0.0742,0.0000,6,1431.1055,530.9018,767.1254,-93.4567,79.5636,114.9653,-14.0059,0.2079,72.7823,0.0000,0.0000,6.5734,72.7684,-2.0543,0.0000,74.8227,0.0000,74.8227,7.8982,66.9245,0.0000,66.9245,0.1324,66.7922,0.0000,40.2076,13.3684,13.2162,1.0783,15636.8820,15636.8820,15636.8820 -545.5000,1.0000,8036.7446,72.5930,72.6651,0.0394,0.0000,6,1436.6370,480.6269,761.8270,-93.7847,72.3076,114.6125,-14.1094,0.2793,65.3862,0.0000,0.0000,6.6420,65.4663,-1.9045,0.0000,67.3708,0.0000,67.3708,7.9205,59.4503,0.0000,59.4503,0.0706,59.3797,0.0000,38.9249,13.4061,7.0487,1.1363,14302.4387,14302.4387,14302.4387 -546.5000,1.0000,8056.9526,72.7475,72.8321,0.0464,0.0000,6,1439.5740,502.6228,742.0587,-93.9589,75.7713,111.8667,-14.1645,-0.0202,69.1849,0.0000,0.0000,6.6067,69.0945,-1.9818,0.0000,71.0764,0.0000,71.0764,7.9373,63.1391,0.0000,63.1391,0.0832,63.0559,0.0000,41.3139,13.4347,8.3073,1.0948,14959.8323,14959.8323,14959.8323 -547.5000,1.0000,8077.1812,72.8220,72.8141,-0.0050,0.0000,6,1439.5360,419.6440,750.8630,-93.9567,63.2604,113.1910,-14.1638,0.0169,56.6496,0.0000,0.0000,6.5940,56.6641,-1.7237,0.0000,58.3878,0.0000,58.3878,7.9455,50.4424,0.0000,50.4424,-0.0090,50.4514,0.0000,37.8993,13.4484,-0.8963,1.0948,12660.7335,12660.7335,12660.7335 -548.5000,1.0000,8097.4092,72.8195,72.8271,0.0036,0.0000,6,1439.6890,432.3947,719.7665,-93.9657,65.1895,108.5148,-14.1666,-0.0034,58.5860,0.0000,0.0000,6.6069,58.5792,-1.7636,0.0000,60.3428,0.0000,60.3428,7.9452,52.3976,0.0000,52.3976,0.0065,52.3911,0.0000,38.2959,13.4480,0.6473,1.0949,13004.1913,13004.1913,13004.1913 -549.5000,1.0000,8117.6355,72.8135,72.8021,-0.0069,0.0000,6,1441.9015,419.4880,725.9687,-94.0970,63.3408,109.6181,-14.2082,0.1993,56.4987,0.0000,0.0000,6.6429,56.5966,-1.7222,0.0000,58.3188,0.0000,58.3188,7.9445,50.3743,0.0000,50.3743,-0.0125,50.3867,0.0000,38.1846,13.4469,-1.2447,1.0955,12677.5285,12677.5285,12677.5285 -550.5000,1.0000,8137.8073,72.6175,72.4351,-0.1019,0.0000,6,1441.9395,319.7723,718.8849,-94.0992,48.2855,108.5513,-14.2089,-0.1959,41.8682,0.0000,0.0000,6.6132,41.9099,-1.4140,0.0000,43.3239,0.0000,43.3239,7.9231,35.4007,0.0000,35.4007,-0.1825,35.5832,0.0000,40.3962,13.4107,-18.2236,1.0955,9864.5156,9864.5156,9864.5156 -551.5000,1.0000,8157.8607,72.1910,71.9491,-0.1350,0.0000,6,1434.1575,285.5769,678.6492,-93.6377,42.8893,101.9227,-14.0629,-0.4905,36.8147,0.0000,0.0000,6.5651,36.7956,-1.3026,0.0000,38.0981,0.0000,38.0981,7.8766,30.2215,0.0000,30.2215,-0.2403,30.4618,0.0000,41.1208,13.3319,-23.9909,1.1074,8844.3771,8844.3771,8844.3771 -552.5000,1.0000,8177.7299,71.5280,71.1091,-0.2333,0.0000,6,1423.4000,183.4019,663.7500,-92.9997,27.3375,98.9373,-13.8624,-0.4535,21.2903,0.0000,0.0000,6.5007,21.3380,-0.9730,0.0000,22.3111,0.0000,22.3111,7.8043,14.5068,0.0000,14.5068,-0.4115,14.9183,0.0000,42.7937,13.2095,-41.0849,1.0901,5948.6997,5948.6997,5948.6997 -553.5000,1.0000,8197.3419,70.6020,70.0971,-0.2811,0.0000,6,1406.8820,83.9751,616.6460,-92.0200,12.3719,90.8494,-13.5572,-0.9789,6.9228,0.0000,0.0000,6.4280,6.9167,-0.6621,0.0000,7.5788,0.0000,7.5788,7.7032,-0.1245,0.0000,-0.1245,-0.4893,0.3649,0.0000,36.1831,13.0384,-48.8567,1.0712,3400.2676,3400.2676,3400.2676 -554.5000,1.0000,8216.6680,69.5730,69.0511,-0.2906,0.0000,6,1387.0070,106.3993,573.7867,-90.8413,15.4542,83.3408,-13.1944,-0.7278,9.7933,0.0000,0.0000,6.3887,9.8067,-0.7108,0.0000,10.5175,0.0000,10.5175,7.5910,2.9266,0.0000,2.9266,-0.4984,3.4250,0.0000,40.3387,12.8484,-49.7622,1.0795,3775.1324,3775.1324,3775.1324 -555.5000,1.0000,8235.6897,68.4770,67.9051,-0.3183,0.0000,6,1366.1405,-37.6523,574.6551,-89.6037,-5.3866,82.2113,-12.8189,-1.0337,-10.6375,0.0000,0.0000,6.2846,-10.6305,-0.7380,0.0000,-9.8925,0.0000,-9.8925,7.4714,-17.3639,0.0000,-17.3639,-0.5374,-16.8265,0.0000,24.1882,12.6460,-53.6607,1.0593,1059.3215,1059.3215,1059.3215 -556.5000,1.0000,8254.3638,67.2255,66.5481,-0.3769,0.0000,6,1336.7285,-87.8594,502.9811,-87.8594,-12.2987,70.4082,-12.2987,-1.4030,-17.0645,0.0000,0.0000,6.1687,-17.0180,-0.7846,0.0000,-16.2334,0.0000,-16.2334,7.3348,-23.5682,18.9897,-42.5579,-0.6248,-41.9332,1.8988,6.1325,12.4149,-62.3793,1.0507,0.0000,0.0000,0.0000 -557.5000,1.0000,8272.4220,65.0085,63.4711,-0.8547,0.0000,6,1305.6380,-86.0151,473.8691,-86.0155,-11.7605,64.7903,-11.7606,-1.1225,-16.8702,0.0000,0.0000,6.2322,-17.0938,-0.7575,0.0000,-16.3363,0.0000,-16.3363,7.0929,-23.4292,88.6923,-112.1215,-1.3699,-110.7516,13.8568,0.1672,12.0050,-136.7806,1.0303,0.0000,0.0000,0.0000 -558.5000,1.0000,8289.5469,61.6485,59.8281,-1.0119,0.0000,6,1248.4930,-82.6263,436.3603,-82.6263,-10.8027,57.0506,-10.8027,-3.3080,-13.4842,0.0000,0.0000,5.9895,-13.4146,-0.6802,0.0000,-12.7343,0.0000,-12.7343,6.7263,-19.4607,91.8895,-111.3502,-1.5381,-109.8121,32.3764,0.0000,11.3823,-153.5707,1.0323,0.0000,0.0000,0.0000 -559.5000,1.0000,8305.4825,57.3670,54.9081,-1.3667,0.0000,6,1182.5360,-78.7055,431.3876,-78.7085,-9.7465,53.4208,-9.7469,-1.6566,-14.0077,0.0000,0.0000,5.9178,-14.3530,-0.6386,0.0000,-13.7144,0.0000,-13.7144,6.2592,-19.9736,114.9893,-134.9629,-1.9330,-133.0299,49.3811,0.0000,10.5875,-192.9985,1.0192,0.0000,0.0000,0.0000 -560.5000,1.0000,8320.3670,53.5830,52.2601,-0.7356,0.0000,6,1100.7860,-73.8320,382.9439,-73.8320,-8.5109,44.1435,-8.5109,-3.9842,-10.0929,0.0000,0.0000,5.5662,-9.7945,-0.5506,0.0000,-9.2440,0.0000,-9.2440,5.8463,-15.0903,22.4258,-37.5161,-0.9717,-36.5444,50.5901,0.0000,9.8879,-97.0223,1.0119,0.0000,0.0000,0.0000 -561.5000,1.0000,8334.4280,50.6185,48.9791,-0.9114,0.0000,6,1031.3575,-68.8715,399.2919,-68.8715,-7.4384,43.1249,-7.4384,-0.6644,-12.2426,0.0000,0.0000,5.4687,-12.5240,-0.5444,0.0000,-11.9796,0.0000,-11.9796,5.5229,-17.5025,41.3715,-58.8740,-1.1374,-57.7366,46.4866,0.0000,9.3412,-113.5644,0.9723,0.0000,0.0000,0.0000 -562.5000,1.0000,8347.6101,47.4545,45.9321,-0.8464,0.0000,6,988.0980,-67.3052,365.8751,-67.3077,-6.9643,37.8583,-6.9646,-1.9884,-10.2097,0.0000,0.0000,5.2338,-10.1985,-0.4875,0.0000,-9.7110,0.0000,-9.7110,5.1777,-14.8887,32.6361,-47.5248,-0.9903,-46.5346,43.5809,0.0000,8.7573,-98.8727,0.9271,0.0000,0.0000,0.0000 -563.5000,1.0000,8359.9348,44.3675,42.8051,-0.8686,0.0000,6,922.4840,-71.0580,381.6095,-71.0611,-6.8644,36.8644,-6.8647,-1.8607,-10.0782,0.0000,0.0000,5.0745,-10.0744,-0.4539,0.0000,-9.6204,0.0000,-9.6204,4.8408,-14.4613,29.3575,-43.8188,-0.9502,-42.8686,43.8126,0.0000,8.1867,-94.8680,0.9464,0.0000,0.0000,0.0000 -564.5000,1.0000,8371.3579,41.1220,39.4411,-0.9344,0.0000,6,858.4725,-75.3168,410.0640,-75.3168,-6.7709,36.8644,-6.7709,-1.6431,-10.0148,0.0000,0.0000,4.8869,-10.0628,-0.4209,0.0000,-9.6419,0.0000,-9.6419,4.4867,-14.1286,29.9201,-44.0487,-0.9474,-43.1013,43.9044,0.0000,7.5868,-94.5926,0.9282,0.0000,0.0000,0.0000 -565.5000,1.0000,8381.7101,37.2670,35.0951,-1.2072,0.0000,6,735.1035,-86.4586,478.8831,-86.4586,-6.6556,36.8644,-6.6556,-4.1623,-6.7524,0.0000,0.0000,4.2592,-6.2711,-0.3461,0.0000,-5.9250,0.0000,-5.9250,4.0661,-9.9912,52.5136,-62.5048,-1.1092,-61.3956,42.4791,0.0000,6.8746,-110.7493,0.9402,0.0000,0.0000,0.0000 -566.5000,1.0000,8390.8824,33.0190,30.9451,-1.1528,0.0000,5,788.0525,-80.7794,446.7071,-80.7794,-6.6663,36.8644,-6.6663,7.0246,-18.9039,0.0000,0.0000,5.2130,-23.8870,-0.3746,0.0000,-23.5124,0.0000,-23.5124,3.6026,-27.1150,19.7864,-46.9014,-0.9385,-45.9629,41.6474,0.0000,6.0895,-93.6998,0.9669,0.0000,0.0000,0.0000 -567.5000,1.0000,8398.9719,29.1210,27.2991,-1.0128,0.0000,5,883.2685,-73.5437,398.5522,-73.5437,-6.8025,36.8644,-6.8025,-2.7086,-9.1271,0.0000,0.0000,5.0332,-9.1861,-0.2638,0.0000,-8.9224,0.0000,-8.9224,3.1773,-12.0997,13.0861,-25.1858,-0.7271,-24.4587,42.7756,0.0000,5.3680,-72.6022,0.9542,0.0000,0.0000,0.0000 -568.5000,1.0000,8405.8491,24.7570,22.2171,-1.4117,0.0000,5,716.6665,-88.4362,491.2029,-88.4362,-6.6371,36.8644,-6.6371,-5.1346,-5.7321,0.0000,0.0000,4.2297,-5.3479,-0.2074,0.0000,-5.1405,0.0000,-5.1405,2.7012,-7.8417,30.9377,-38.7794,-0.8617,-37.9178,43.5543,0.0000,4.5598,-86.0319,0.9384,0.0000,0.0000,0.0000 -569.5000,1.0000,8411.2443,19.4215,16.6281,-1.5525,0.0000,5,608.9380,-99.9910,578.1026,-99.9910,-6.3762,36.8644,-6.3762,0.3342,-10.8529,0.0000,0.0000,4.1424,-12.8630,-0.1884,0.0000,-12.6746,0.0000,-12.6746,2.1190,-14.7936,16.5340,-31.3277,-0.7434,-30.5843,40.0660,0.0000,3.5736,-74.2239,0.9103,0.0000,0.0000,0.0000 -570.5000,1.0000,8415.1895,14.2015,11.7771,-1.3475,0.0000,5,640.4210,-76.7759,549.6832,-96.6142,-5.1490,36.8644,-6.4794,0.8867,-10.4391,0.0000,0.0000,4.4035,-13.0324,-0.1423,0.0000,-12.8902,0.0000,-12.8902,1.5495,-14.4397,0.0000,-14.4397,-0.4718,-13.9679,30.5276,0.0000,2.6122,-47.1077,0.9319,0.0000,0.0000,0.0000 -571.5000,1.0000,8417.9670,9.9980,8.2211,-0.9878,0.0000,3,655.2985,41.4078,537.2035,-95.0185,2.8415,36.8644,-6.5204,-0.3086,-1.0705,0.0000,0.0000,4.2206,-1.2868,-0.2432,0.0000,-1.0436,0.0000,-1.0436,1.0909,-2.1345,0.0000,-2.1345,-0.2435,-1.8910,20.5803,0.0000,1.8397,-24.3109,0.9095,1228.6399,1228.6399,1228.6399 -572.5000,1.0000,8419.8599,6.8130,5.4071,-0.7817,0.0000,3,628.4430,31.9904,560.1600,-97.8990,2.1053,36.8644,-6.4428,-0.7405,-1.3435,0.0000,0.0000,4.1893,-1.6415,-0.1621,0.0000,-1.4794,0.0000,-1.4794,0.7434,-2.2227,0.0000,-2.2227,-0.1313,-2.0914,9.7622,0.0000,1.2560,-13.1096,0.9321,1110.5121,1110.5121,1110.5121 -573.5000,1.0000,8421.1913,4.7920,4.1791,-0.3411,0.0000,3,605.5165,73.9581,581.3692,-100.3580,4.6897,36.8644,-6.3637,-0.1390,0.6166,0.0000,0.0000,4.2121,0.7028,-0.0908,0.0000,0.7937,0.0000,0.7937,0.5228,0.2708,0.0000,0.2708,-0.0403,0.3111,3.4504,0.0000,0.8846,-4.0239,1.0554,1505.7397,1505.7397,1505.7397 -574.5000,1.0000,8422.2173,3.6925,3.2081,-0.2697,0.0000,1,600.8890,47.3872,585.8464,-100.8544,2.9818,36.8644,-6.3463,-0.0328,-1.2430,0.0000,0.0000,4.2576,-1.4290,-0.2676,0.0000,-1.1615,0.0000,-1.1615,0.4029,-1.5644,0.0000,-1.5644,-0.0246,-1.5398,0.2300,0.0000,0.6819,-2.4517,1.0766,1237.8990,1237.8990,1237.8990 -575.5000,1.0000,8422.9303,2.5655,1.9251,-0.3564,0.0000,1,601.6900,66.2786,585.0665,-100.7685,4.1761,36.8644,-6.3493,0.0624,-1.2711,0.0000,0.0000,5.3848,-1.6997,-0.1802,0.0000,-1.5196,0.0000,-1.5196,0.2799,-1.7995,0.0000,-1.7995,-0.0225,-1.7770,0.0000,0.0000,0.4738,-2.2507,1.0551,1426.0387,1426.0387,1426.0387 -576.5000,1.0000,8423.3170,1.3910,0.8591,-0.2961,0.0000,1,601.6900,76.9325,585.0665,-100.7685,4.8474,36.8644,-6.3493,-0.0624,-0.4354,0.0000,0.0000,5.3452,-0.7038,-0.0884,0.0000,-0.6154,0.0000,-0.6154,0.1518,-0.7672,0.0000,-0.7672,-0.0102,-0.7571,0.0000,0.0000,0.2569,-1.0139,1.0551,1531.7253,1531.7253,1531.7253 -577.5000,1.0000,8423.4391,0.4385,0.0201,-0.2331,0.0000,1,601.0795,87.5705,585.6607,-100.8339,5.5121,36.8644,-6.3470,0.0398,-0.0065,0.0000,0.0000,5.4788,-0.1506,-0.0253,0.0000,-0.1253,0.0000,-0.1253,0.0478,-0.1731,0.0000,-0.1731,-0.0025,-0.1706,0.0000,0.0000,0.0810,-0.2516,1.1302,1636.6926,1636.6926,1636.6926 -578.5000,1.0000,8423.3850,0.0095,-0.4093,-0.1193,0.0000,0,602.3115,83.5900,584.4627,-100.7018,5.2724,36.8644,-6.3517,0.0056,0.0000,0.0000,0.0000,5.2667,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0010,-0.0010,0.0000,-0.0010,0.0000,-0.0010,0.0000,0.0000,0.0018,-0.0028,1.0109,1598.3399,1598.3399,1598.3399 -579.5000,1.0000,8423.2713,0.0000,-0.4093,0.0000,0.0000,0,601.2815,83.9218,585.4639,-100.8123,5.2842,36.8644,-6.3478,-0.0437,0.0000,0.0000,0.0000,5.3279,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0108,1600.6836,1600.6836,1600.6836 -580.5000,1.0000,8423.1576,0.0000,-0.4093,0.0000,0.0000,0,603.4560,87.7475,583.3543,-100.5790,5.5451,36.8644,-6.3560,0.1244,0.0000,0.0000,0.0000,5.4207,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0445,1640.6349,1640.6349,1640.6349 -581.5000,1.0000,8423.0440,0.0000,-0.4093,0.0000,0.0000,0,603.7230,82.8998,583.0963,-100.5504,5.2411,36.8644,-6.3570,-0.1146,0.0000,0.0000,0.0000,5.3556,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0767,1592.7907,1592.7907,1592.7907 -582.5000,1.0000,8422.9303,0.0000,-0.4093,0.0000,0.0000,0,601.5870,85.6665,585.1666,-100.7795,5.3968,36.8644,-6.3489,0.0352,0.0000,0.0000,0.0000,5.3616,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0659,1618.2722,1618.2722,1618.2722 -583.5000,1.0000,8422.8166,0.0000,-0.4093,0.0000,0.0000,0,601.5870,84.4245,585.1666,-100.7795,5.3186,36.8644,-6.3489,-0.0352,0.0000,0.0000,0.0000,5.3538,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1605.9507,1605.9507,1605.9507 -584.5000,1.0000,8422.7029,0.0000,-0.4093,0.0000,0.0000,0,601.3960,68.5489,585.3525,-100.8000,4.3171,36.8644,-6.3482,0.0282,0.0000,0.0000,0.0000,4.2889,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1448.2890,1448.2890,1448.2890 -585.5000,1.0000,8422.5892,0.0000,-0.4093,0.0000,0.0000,0,601.0795,67.8915,585.6607,-100.8339,4.2734,36.8644,-6.3470,-0.0398,0.0000,0.0000,0.0000,4.3133,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1441.4770,1441.4770,1441.4770 -586.5000,1.0000,8422.4755,0.0000,-0.4093,0.0000,0.0000,0,600.0000,85.5048,586.7144,-100.9497,5.3724,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3724,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0335,1615.2074,1615.2074,1615.2074 -587.5000,1.0000,8422.3618,0.0000,-0.4093,0.0000,0.0000,0,600.0000,84.9758,586.7144,-100.9497,5.3392,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3392,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0335,1609.9602,1609.9602,1609.9602 -588.5000,1.0000,8422.2481,0.0000,-0.4093,0.0000,0.0000,0,600.0000,84.4147,586.7144,-100.9497,5.3039,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3039,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1604.3937,1604.3937,1604.3937 -589.5000,1.0000,8422.1344,0.0000,-0.4093,0.0000,0.0000,0,601.3085,85.6974,585.4376,-100.8094,5.3963,36.8644,-6.3479,0.0483,0.0000,0.0000,0.0000,5.3479,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9767,1618.3217,1618.3217,1618.3217 -590.5000,1.0000,8422.0207,0.0000,-0.4093,0.0000,0.0000,0,601.3200,83.9328,585.4265,-100.8081,5.2853,36.8644,-6.3479,-0.0479,0.0000,0.0000,0.0000,5.3332,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1600.8281,1600.8281,1600.8281 -591.5000,1.0000,8421.9070,0.0000,-0.4093,0.0000,0.0000,0,601.3200,85.4278,585.4265,-100.8081,5.3794,36.8644,-6.3479,0.0479,0.0000,0.0000,0.0000,5.3315,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0108,1615.6586,1615.6586,1615.6586 -592.5000,1.0000,8421.7933,0.0000,-0.4093,0.0000,0.0000,0,601.3085,83.9482,585.4376,-100.8094,5.2861,36.8644,-6.3479,-0.0483,0.0000,0.0000,0.0000,5.3344,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0659,1600.9695,1600.9695,1600.9695 -593.5000,1.0000,8421.6796,0.0000,-0.4093,0.0000,0.0000,0,601.4610,84.6967,585.2892,-100.7930,5.3346,36.8644,-6.3484,0.0540,0.0000,0.0000,0.0000,5.2806,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1608.5350,1608.5350,1608.5350 -594.5000,1.0000,8421.5659,0.0000,-0.4093,0.0000,0.0000,0,602.3500,83.5176,584.4254,-100.6977,5.2681,36.8644,-6.3518,-0.0212,0.0000,0.0000,0.0000,5.2893,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0874,1597.6564,1597.6564,1597.6564 -595.5000,1.0000,8421.4522,0.0000,-0.4093,0.0000,0.0000,0,600.8890,82.0995,585.8464,-100.8544,5.1661,36.8644,-6.3463,-0.0328,0.0000,0.0000,0.0000,5.1989,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1582.2447,1582.2447,1582.2447 -596.5000,1.0000,8421.3385,0.0000,-0.4093,0.0000,0.0000,0,600.5075,83.3298,586.2185,-100.8953,5.2402,36.8644,-6.3448,0.0187,0.0000,0.0000,0.0000,5.2215,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0107,1594.0986,1594.0986,1594.0986 -597.5000,1.0000,8421.2248,0.0000,-0.4093,0.0000,0.0000,0,601.0150,83.0578,585.7235,-100.8409,5.2275,36.8644,-6.3467,0.0000,0.0000,0.0000,0.0000,5.2275,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1591.8677,1591.8677,1591.8677 -598.5000,1.0000,8421.1111,0.0000,-0.4093,0.0000,0.0000,0,600.5075,83.1714,586.2185,-100.8953,5.2302,36.8644,-6.3448,-0.0187,0.0000,0.0000,0.0000,5.2489,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1592.5268,1592.5268,1592.5268 -599.5000,1.0000,8420.9974,0.0000,-0.4093,0.0000,0.0000,0,600.0000,86.0072,586.7144,-100.9497,5.4040,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.4040,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1620.1916,1620.1916,1620.1916 -600.5000,1.0000,8420.8838,0.0000,-0.4093,0.0000,0.0000,0,600.2020,86.3909,586.5169,-100.9281,5.4299,36.8644,-6.3436,0.0074,0.0000,0.0000,0.0000,5.4225,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0765,1624.1838,1624.1838,1624.1838 -601.5000,1.0000,8420.7701,0.0000,-0.4093,0.0000,0.0000,0,600.2020,85.8513,586.5169,-100.9281,5.3960,36.8644,-6.3436,-0.0074,0.0000,0.0000,0.0000,5.4035,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0765,1618.8309,1618.8309,1618.8309 -602.5000,1.0000,8420.6564,0.0000,-0.4093,0.0000,0.0000,0,602.1475,88.0962,584.6219,-100.7194,5.5551,36.8644,-6.3510,0.0794,0.0000,0.0000,0.0000,5.4756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0659,1642.8900,1642.8900,1642.8900 -603.5000,1.0000,8420.5427,0.0000,-0.4093,0.0000,0.0000,0,604.4860,67.4989,582.3603,-100.4686,4.2728,36.8644,-6.3598,0.0071,0.0000,0.0000,0.0000,4.2657,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9877,1440.7162,1440.7162,1440.7162 -604.5000,1.0000,8420.4290,0.0000,-0.4093,0.0000,0.0000,0,603.2275,65.4142,583.5752,-100.6035,4.1322,36.8644,-6.3551,-0.0537,0.0000,0.0000,0.0000,4.1859,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0336,1418.8784,1418.8784,1418.8784 -605.5000,1.0000,8420.3153,0.0000,-0.4093,0.0000,0.0000,0,601.1675,67.9240,585.5750,-100.8245,4.2761,36.8644,-6.3473,-0.0225,0.0000,0.0000,0.0000,4.2986,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1441.8802,1441.8802,1441.8802 -606.5000,1.0000,8420.2016,0.0000,-0.4093,0.0000,0.0000,0,600.5570,66.9891,586.1702,-100.8900,4.2130,36.8644,-6.3450,0.0000,0.0000,0.0000,0.0000,4.2130,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1432.0442,1432.0442,1432.0442 -607.5000,1.0000,8420.0882,0.0000,-0.4070,0.0006,0.0000,0,600.3280,67.8624,586.3938,-100.9145,4.2663,36.8644,-6.3441,-0.0084,0.0000,0.0000,0.0000,4.2747,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1440.4969,1440.4969,1440.4969 -608.5000,1.0000,8419.9754,0.0000,-0.4054,0.0004,0.0000,0,600.0495,67.4870,586.6660,-100.9444,4.2407,36.8644,-6.3430,-0.0018,0.0000,0.0000,0.0000,4.2425,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1436.5164,1436.5164,1436.5164 -609.5000,1.0000,8419.8632,0.0000,-0.4024,0.0008,0.0000,0,601.5755,67.7535,585.1778,-100.7807,4.2683,36.8644,-6.3489,0.0582,0.0000,0.0000,0.0000,4.2101,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1440.5643,1440.5643,1440.5643 -610.5000,1.0000,8419.7517,0.0000,-0.4004,0.0006,0.0000,0,602.7315,67.5771,584.0555,-100.6567,4.2653,36.8644,-6.3532,-0.0155,0.0000,0.0000,0.0000,4.2809,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0659,1439.8781,1439.8781,1439.8781 -611.5000,1.0000,8419.6407,0.0000,-0.3984,0.0006,0.0000,0,601.1560,66.3582,585.5862,-100.8257,4.1774,36.8644,-6.3473,-0.0427,0.0000,0.0000,0.0000,4.2201,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1426.3368,1426.3368,1426.3368 -612.5000,1.0000,8419.5302,0.0000,-0.3974,0.0003,0.0000,0,600.0000,65.9781,586.7144,-100.9497,4.1455,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1455,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9989,1421.5026,1421.5026,1421.5026 -613.5000,1.0000,8419.4198,0.0000,-0.3974,0.0000,0.0000,0,600.3550,67.4131,586.3675,-100.9116,4.2382,36.8644,-6.3442,0.0131,0.0000,0.0000,0.0000,4.2251,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1436.0641,1436.0641,1436.0641 -614.5000,1.0000,8419.3094,0.0000,-0.3974,0.0000,0.0000,0,601.2055,67.4163,585.5379,-100.8204,4.2444,36.8644,-6.3475,0.0183,0.0000,0.0000,0.0000,4.2261,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1436.8792,1436.8792,1436.8792 -615.5000,1.0000,8419.1990,0.0000,-0.3974,0.0000,0.0000,0,600.8505,66.3340,585.8839,-100.8585,4.1738,36.8644,-6.3461,-0.0314,0.0000,0.0000,0.0000,4.2052,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1425.8158,1425.8158,1425.8158 -616.5000,1.0000,8419.0886,0.0000,-0.3974,0.0000,0.0000,0,600.6220,68.5805,586.1068,-100.8830,4.3135,36.8644,-6.3452,0.0229,0.0000,0.0000,0.0000,4.2906,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0980,1447.8903,1447.8903,1447.8903 -617.5000,1.0000,8418.9782,0.0000,-0.3974,0.0000,0.0000,0,600.9385,68.8496,585.7981,-100.8491,4.3327,36.8644,-6.3464,-0.0113,0.0000,0.0000,0.0000,4.3440,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1450.8518,1450.8518,1450.8518 -618.5000,1.0000,8418.8678,0.0000,-0.3974,0.0000,0.0000,0,600.3165,66.7487,586.4051,-100.9158,4.1962,36.8644,-6.3441,-0.0117,0.0000,0.0000,0.0000,4.2078,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1429.4380,1429.4380,1429.4380 -619.5000,1.0000,8418.7576,0.0000,-0.3960,0.0004,0.0000,0,600.6220,66.7337,586.1068,-100.8830,4.1973,36.8644,-6.3452,0.0229,0.0000,0.0000,0.0000,4.1744,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1429.5704,1429.5704,1429.5704 -620.5000,1.0000,8418.6479,0.0000,-0.3940,0.0006,0.0000,0,601.9305,63.8198,584.8327,-100.7427,4.0228,36.8644,-6.3502,0.0254,0.0000,0.0000,0.0000,3.9974,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1401.8684,1401.8684,1401.8684 -621.5000,1.0000,8418.5388,0.0000,-0.3914,0.0007,0.0000,0,601.3085,62.6994,585.4376,-100.8094,3.9481,36.8644,-6.3479,-0.0483,0.0000,0.0000,0.0000,3.9964,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1390.1818,1390.1818,1390.1818 -622.5000,1.0000,8418.6963,0.9585,1.5256,0.5325,0.0000,1,600.0000,111.5067,586.7144,-100.9497,7.0062,36.8644,-6.3429,0.0000,3.1458,0.0000,0.0000,3.8604,1.5729,-0.0675,0.0000,1.6403,0.0000,1.6403,0.1127,1.5277,0.0000,1.5277,0.0126,1.5151,0.0000,0.0816,0.1770,1.2564,0.8755,1889.1410,1889.1410,1889.1410 -623.5000,1.0000,8419.4598,3.1400,3.9716,0.6794,0.0000,1,600.0000,207.0496,586.7144,-100.9497,13.0093,36.8644,-6.3429,0.0000,9.0500,0.0000,0.0000,3.9593,6.5132,-0.2812,0.0000,6.7944,0.0000,6.7944,0.3904,6.4040,0.0000,6.4040,0.0526,6.3514,0.0000,0.5197,0.5799,5.2519,0.9767,2981.2927,2981.2927,2981.2927 -624.5000,1.0000,8420.6497,4.6750,4.5956,0.1733,0.0000,1,615.5375,153.6407,571.9044,-99.2832,9.9035,36.8644,-6.3997,0.5873,4.0104,0.0000,0.0000,5.3058,3.8544,-0.3304,0.0000,4.1849,0.0000,4.1849,0.5101,3.6748,0.0000,3.6748,0.0200,3.6548,0.0000,0.7967,0.8634,1.9948,0.9765,2411.2791,2411.2791,2411.2791 -625.5000,1.0000,8422.0333,5.3725,5.3666,0.2142,0.0000,2,616.7695,159.1900,570.7621,-99.1510,10.2818,36.8644,-6.4040,-0.5418,5.6357,0.0000,0.0000,5.1879,5.1365,-0.2473,0.0000,5.3838,0.0000,5.3838,0.5862,4.7976,0.0000,4.7976,0.0284,4.7692,0.0000,0.9446,0.9922,2.8324,0.9433,2477.6568,2477.6568,2477.6568 -626.5000,1.0000,8423.4832,5.6110,5.0726,-0.0817,0.0000,2,607.0420,83.5406,579.9082,-100.1944,5.3106,36.8644,-6.3693,0.1707,1.0641,0.0000,0.0000,4.0758,1.1010,-0.2012,0.0000,1.3021,0.0000,1.3021,0.6122,0.6899,0.0000,0.6899,-0.0113,0.7012,0.0000,0.7930,1.0362,-1.1280,0.9435,1602.2014,1602.2014,1602.2014 -627.5000,1.0000,8424.8729,5.3945,4.9336,-0.0386,0.0000,2,607.4620,102.1415,579.5073,-100.1494,6.4976,36.8644,-6.3708,-0.1551,1.5120,0.0000,0.0000,5.1407,1.5212,-0.1872,0.0000,1.7084,0.0000,1.7084,0.5886,1.1198,0.0000,1.1198,-0.0051,1.1250,0.0000,0.6415,0.9962,-0.5127,0.9434,1805.1210,1805.1210,1805.1210 -628.5000,1.0000,8426.2197,5.2400,4.7636,-0.0472,0.0000,2,601.6520,103.2715,585.1034,-100.7725,6.5066,36.8644,-6.3492,-0.0610,1.4660,0.0000,0.0000,5.1016,1.4861,-0.1806,0.0000,1.6667,0.0000,1.6667,0.5717,1.0950,0.0000,1.0950,-0.0061,1.1011,0.0000,0.7425,0.9677,-0.6091,0.9435,1800.8490,1800.8490,1800.8490 -629.5000,1.0000,8427.5942,5.3395,5.1326,0.1025,0.0000,2,600.3930,137.4137,586.3303,-100.9076,8.6396,36.8644,-6.3444,0.0145,3.5094,0.0000,0.0000,5.1157,3.3944,-0.2099,0.0000,3.6043,0.0000,3.6043,0.5826,3.0217,0.0000,3.0217,0.0135,3.0082,0.0000,0.6749,0.9861,1.3473,0.9436,2183.3025,2183.3025,2183.3025 -630.5000,1.0000,8429.0952,5.7950,5.6746,0.1506,0.0000,2,600.3930,152.4458,586.3303,-100.9076,9.5847,36.8644,-6.3444,-0.0145,4.5787,0.0000,0.0000,5.0205,4.3713,-0.2461,0.0000,4.6174,0.0000,4.6174,0.6323,3.9851,0.0000,3.9851,0.0215,3.9636,0.0000,0.7457,1.0702,2.1477,0.9325,2353.3156,2353.3156,2353.3156 -631.5000,1.0000,8430.6550,6.0070,5.5566,-0.0328,0.0000,2,609.1285,108.4860,577.9218,-99.9706,6.9201,36.8644,-6.3769,0.3415,1.3976,0.0000,0.0000,5.1810,1.4326,-0.2162,0.0000,1.6489,0.0000,1.6489,0.6554,0.9935,0.0000,0.9935,-0.0049,0.9983,0.0000,0.3737,1.1093,-0.4847,0.9324,1881.7687,1881.7687,1881.7687 -632.5000,1.0000,8432.2176,6.0165,5.6936,0.0381,0.0000,2,612.6115,111.1686,574.6360,-99.5970,7.1317,36.8644,-6.3894,-0.2124,2.2161,0.0000,0.0000,5.1280,2.1710,-0.2095,0.0000,2.3804,0.0000,2.3804,0.6564,1.7240,0.0000,1.7240,0.0056,1.7184,0.0000,0.0436,1.1111,0.5636,0.9102,1922.3312,1922.3312,1922.3312 -633.5000,1.0000,8433.8869,6.4010,6.3256,0.1756,0.0000,2,625.6200,159.6429,562.6876,-98.2017,10.4590,36.8644,-6.4337,0.7167,4.5059,0.0000,0.0000,5.2364,4.4219,-0.2692,0.0000,4.6911,0.0000,4.6911,0.6984,3.9927,0.0000,3.9927,0.0277,3.9650,0.0000,0.0167,1.1821,2.7663,0.9321,2508.7560,2508.7560,2508.7560 -634.5000,1.0000,8435.6600,6.7745,6.4406,0.0319,0.0000,2,667.2005,123.9566,527.6205,-93.7419,8.6607,36.8644,-6.5497,0.9394,2.2265,0.0000,0.0000,5.4949,2.2836,-0.2447,0.0000,2.5283,0.0000,2.5283,0.7392,1.7891,0.0000,1.7891,0.0053,1.7838,0.0000,0.0000,1.2511,0.5327,0.9456,2227.1827,2227.1827,2227.1827 -635.5000,1.0000,8437.4764,6.9305,6.6376,0.0547,0.0000,2,700.0455,103.5083,502.8654,-90.2189,7.5880,36.8644,-6.6138,0.4264,2.7251,0.0000,0.0000,4.4366,2.7250,-0.2540,0.0000,2.9790,0.0000,2.9790,0.7562,2.2228,0.0000,2.2228,0.0094,2.2135,0.0000,0.0000,1.2799,0.9336,0.9487,2092.3119,2092.3119,2092.3119 -636.5000,1.0000,8439.3457,7.1210,6.8216,0.0511,0.0000,2,716.0295,115.9180,491.6398,-88.5045,8.6918,36.8644,-6.6363,0.2667,2.7473,0.0000,0.0000,5.6778,2.7352,-0.2617,0.0000,2.9970,0.0000,2.9970,0.7770,2.2200,0.0000,2.2200,0.0090,2.2110,0.0000,0.0000,1.3151,0.8960,0.9383,2279.5795,2279.5795,2279.5795 -637.5000,1.0000,8441.2889,7.3870,7.1696,0.0967,0.0000,2,734.0350,130.3747,479.5802,-86.5733,10.0216,36.8644,-6.6547,0.5382,3.6803,0.0000,0.0000,5.8031,3.6541,-0.2915,0.0000,3.9456,0.0000,3.9456,0.8060,3.1396,0.0000,3.1396,0.0176,3.1220,0.0000,0.0000,1.3642,1.7578,0.9520,2495.9301,2495.9301,2495.9301 -638.5000,1.0000,8443.2950,7.6135,7.2746,0.0292,0.0000,2,760.1280,113.5444,463.1176,-83.7745,9.0382,36.8644,-6.6685,0.6607,2.4753,0.0000,0.0000,5.9022,2.5042,-0.2847,0.0000,2.7888,0.0000,2.7888,0.8307,1.9581,0.0000,1.9581,0.0055,1.9527,0.0000,0.0000,1.4060,0.5466,0.9535,2382.1624,2382.1624,2382.1624 -639.5000,1.0000,8445.3193,7.6790,7.3006,0.0072,0.0000,2,782.7495,103.2985,449.7335,-81.3482,8.4673,36.8644,-6.6681,0.4071,2.0829,0.0000,0.0000,5.9773,2.1019,-0.2920,0.0000,2.3939,0.0000,2.3939,0.8378,1.5560,0.0000,1.5560,0.0014,1.5546,0.0000,0.0000,1.4181,0.1365,0.9326,2332.6759,2332.6759,2332.6759 -640.5000,1.0000,8447.3416,7.6715,7.2596,-0.0114,0.0000,2,788.5095,91.8456,446.4482,-80.7304,7.5839,36.8644,-6.6661,-0.1312,1.7427,0.0000,0.0000,5.9723,1.7414,-0.2951,0.0000,2.0365,0.0000,2.0365,0.8370,1.1995,0.0000,1.1995,-0.0022,1.2017,0.0000,0.0000,1.4167,-0.2151,0.9554,2198.5215,2198.5215,2198.5215 -641.5000,1.0000,8449.3671,7.6835,7.3246,0.0181,0.0000,2,787.9755,101.7906,446.7507,-80.7876,8.3994,36.8644,-6.6663,0.1052,2.3155,0.0000,0.0000,5.9787,2.3121,-0.2901,0.0000,2.6022,0.0000,2.6022,0.8383,1.7639,0.0000,1.7639,0.0034,1.7605,0.0000,0.0000,1.4190,0.3415,0.9439,2330.9603,2330.9603,2330.9603 -642.5000,1.0000,8451.3976,7.7010,7.2946,-0.0083,0.0000,2,793.4690,96.1272,443.6577,-80.1984,7.9874,36.8644,-6.6638,0.1617,1.7958,0.0000,0.0000,6.0298,1.8069,-0.2960,0.0000,2.1029,0.0000,2.1029,0.8402,1.2626,0.0000,1.2626,-0.0016,1.2642,0.0000,0.0000,1.4222,-0.1580,0.9445,2272.8063,2272.8063,2272.8063 -643.5000,1.0000,8453.4195,7.6705,7.2636,-0.0086,0.0000,2,793.3930,91.8859,443.7002,-80.2066,7.6342,36.8644,-6.6639,-0.1654,1.7988,0.0000,0.0000,6.0009,1.7947,-0.2946,0.0000,2.0892,0.0000,2.0892,0.8369,1.2523,0.0000,1.2523,-0.0016,1.2540,0.0000,0.0000,1.4166,-0.1626,0.9445,2213.4172,2213.4172,2213.4172 -644.5000,1.0000,8455.4364,7.6520,7.2576,-0.0017,0.0000,2,789.5780,95.4792,445.8440,-80.6158,7.8946,36.8644,-6.6657,-0.0204,1.9243,0.0000,0.0000,5.9908,1.9240,-0.2923,0.0000,2.2163,0.0000,2.2163,0.8349,1.3814,0.0000,1.3814,-0.0003,1.3817,0.0000,0.0000,1.4131,-0.0314,0.9441,2252.3467,2252.3467,2252.3467 -645.5000,1.0000,8457.4447,7.6215,7.2026,-0.0153,0.0000,2,787.6325,91.1750,446.9453,-80.8244,7.5202,36.8644,-6.6665,-0.0738,1.6534,0.0000,0.0000,5.9406,1.6562,-0.2934,0.0000,1.9496,0.0000,1.9496,0.8316,1.1180,0.0000,1.1180,-0.0029,1.1209,0.0000,0.0000,1.4075,-0.2866,0.9328,2186.5921,2186.5921,2186.5921 -646.5000,1.0000,8459.4426,7.5840,7.1826,-0.0056,0.0000,2,784.8480,94.4028,448.5310,-81.1231,7.7589,36.8644,-6.6674,-0.0607,1.8341,0.0000,0.0000,5.9855,1.8336,-0.2897,0.0000,2.1233,0.0000,2.1233,0.8275,1.2958,0.0000,1.2958,-0.0010,1.2969,0.0000,0.0000,1.4006,-0.1037,0.9666,2223.4479,2223.4479,2223.4479 -647.5000,1.0000,8461.4418,7.5885,7.2116,0.0081,0.0000,2,783.2075,98.1562,449.4705,-81.2991,8.0505,36.8644,-6.6679,-0.0183,2.0990,0.0000,0.0000,5.9699,2.0940,-0.2874,0.0000,2.3814,0.0000,2.3814,0.8280,1.5534,0.0000,1.5534,0.0015,1.5519,0.0000,0.0000,1.4014,0.1505,0.9664,2270.9925,2270.9925,2270.9925 -648.5000,1.0000,8463.4550,7.6390,7.2836,0.0200,0.0000,2,781.6815,100.6424,450.3479,-81.4627,8.2383,36.8644,-6.6683,-0.0549,2.3509,0.0000,0.0000,5.9424,2.3365,-0.2876,0.0000,2.6241,0.0000,2.6241,0.8335,1.7906,0.0000,1.7906,0.0038,1.7868,0.0000,0.0000,1.4107,0.3761,0.9547,2299.5008,2299.5008,2299.5008 -649.5000,1.0000,8465.4963,7.7400,7.4136,0.0361,0.0000,2,786.7550,93.2523,447.4438,-80.9186,7.6829,36.8644,-6.6668,0.3004,2.6807,0.0000,0.0000,4.7019,2.6793,-0.2895,0.0000,2.9688,0.0000,2.9688,0.8445,2.1243,0.0000,2.1243,0.0069,2.1174,0.0000,0.0000,1.4294,0.6880,0.9553,2212.9961,2212.9961,2212.9961 -650.5000,1.0000,8467.5465,7.7720,7.3476,-0.0183,0.0000,2,797.0550,78.7419,441.6617,-79.8138,6.5724,36.8644,-6.6618,0.1998,1.6124,0.0000,0.0000,4.7602,1.6276,-0.3014,0.0000,1.9290,0.0000,1.9290,0.8480,1.0810,0.0000,1.0810,-0.0035,1.0845,0.0000,0.0000,1.4353,-0.3508,0.9679,2040.8053,2040.8053,2040.8053 -651.5000,1.0000,8469.5841,7.7270,7.3236,-0.0067,0.0000,2,798.8480,77.4671,440.6704,-79.6215,6.4805,36.8644,-6.6607,-0.1123,1.8474,0.0000,0.0000,4.7454,1.8450,-0.2970,0.0000,2.1420,0.0000,2.1420,0.8431,1.2989,0.0000,1.2989,-0.0013,1.3002,0.0000,0.0000,1.4270,-0.1268,0.9681,2028.2849,2028.2849,2028.2849 -652.5000,1.0000,8471.6173,7.7110,7.3156,-0.0022,0.0000,2,796.4445,79.6890,442.0002,-79.8793,6.6463,36.8644,-6.6622,-0.0056,1.9267,0.0000,0.0000,4.7252,1.9274,-0.2953,0.0000,2.2228,0.0000,2.2228,0.8413,1.3814,0.0000,1.3814,-0.0004,1.3818,0.0000,0.0000,1.4240,-0.0422,0.9448,2052.2265,2052.2265,2052.2265 -653.5000,1.0000,8473.6193,7.5985,7.0986,-0.0603,0.0000,2,793.9650,64.4624,443.3805,-80.1452,5.3597,36.8644,-6.6636,-0.1153,0.7839,0.0000,0.0000,4.6911,0.7929,-0.3007,0.0000,1.0935,0.0000,1.0935,0.8291,0.2645,0.0000,0.2645,-0.0113,0.2758,0.0000,0.0000,1.4033,-1.1275,0.9560,1832.5377,1832.5377,1832.5377 -654.5000,1.0000,8475.4592,7.0150,6.1486,-0.2639,0.0000,2,781.9485,17.9487,450.1941,-81.4341,1.4697,36.8644,-6.6683,-0.4635,-2.6889,0.0000,0.0000,4.6221,-2.8486,-0.3069,0.0000,-2.5417,0.0000,-2.5417,0.7654,-3.3071,0.0000,-3.3071,-0.0456,-3.2615,0.0000,0.0000,1.2955,-4.5570,0.9547,1148.4037,1148.4037,1148.4037 -655.5000,1.0000,8477.0358,6.0675,5.2036,-0.2625,0.0000,2,723.2395,-4.1573,486.7387,-87.7312,-0.3149,36.8644,-6.6445,-2.1789,-2.4083,0.0000,0.0000,4.2723,-2.4345,-0.2570,0.0000,-2.1775,0.0000,-2.1775,0.6620,-2.8395,0.0000,-2.8395,-0.0393,-2.8002,0.0000,0.0000,1.1205,-3.9207,0.9509,809.5212,809.5212,809.5212 -656.5000,1.0000,8478.4938,5.6400,5.2936,0.0250,0.0000,2,637.0910,64.6691,552.5563,-96.9714,4.3145,36.8644,-6.4695,-1.4512,1.9393,0.0000,0.0000,3.8263,1.8120,-0.1955,0.0000,2.0075,0.0000,2.0075,0.6154,1.3921,0.0000,1.3921,0.0035,1.3887,0.0000,0.0000,1.0416,0.3471,0.9319,1442.6413,1442.6413,1442.6413 -657.5000,1.0000,8479.9543,5.6495,5.2226,-0.0197,0.0000,2,600.0000,80.7333,586.7144,-100.9497,5.0726,36.8644,-6.3429,0.0000,1.1731,0.0000,0.0000,3.8995,1.1805,-0.2022,0.0000,1.3827,0.0000,1.3827,0.6164,0.7663,0.0000,0.7663,-0.0027,0.7690,0.0000,0.0000,1.0433,-0.2743,0.9436,1567.8740,1567.8740,1567.8740 -658.5000,1.0000,8481.3312,5.3480,4.6906,-0.1478,0.0000,2,609.3195,61.5273,577.7406,-99.9501,3.9259,36.8644,-6.3776,0.3487,-0.5613,0.0000,0.0000,4.1385,-0.5997,-0.2059,0.0000,-0.3938,0.0000,-0.3938,0.5835,-0.9773,0.0000,-0.9773,-0.0195,-0.9579,0.0000,0.0000,0.9876,-1.9455,0.9434,1385.9245,1385.9245,1385.9245 -659.5000,1.0000,8482.5306,4.7095,3.9456,-0.2069,0.0000,2,609.3195,41.0941,577.7406,-99.9501,2.6221,36.8644,-6.3776,-0.3487,-1.1442,0.0000,0.0000,4.1151,-1.2235,-0.1839,0.0000,-1.0396,0.0000,-1.0396,0.5138,-1.5535,0.0000,-1.5535,-0.0240,-1.5294,0.0000,0.0000,0.8697,-2.3992,0.9434,1183.2270,1183.2270,1183.2270 -660.5000,1.0000,8483.5762,4.1555,3.5826,-0.1008,0.0000,2,600.0000,65.7552,586.7144,-100.9497,4.1315,36.8644,-6.3429,0.0000,0.0296,0.0000,0.0000,4.1020,0.0309,-0.1481,0.0000,0.1790,0.0000,0.1790,0.4534,-0.2744,0.0000,-0.2744,-0.0103,-0.2641,0.0000,0.0000,0.7674,-1.0315,0.9436,1419.2912,1419.2912,1419.2912 -661.5000,1.0000,8484.5126,3.7625,3.1596,-0.1175,0.0000,1,600.4310,61.1770,586.2932,-100.9035,3.8466,36.8644,-6.3445,0.0159,-0.2413,0.0000,0.0000,4.0720,-0.2559,-0.2620,0.0000,0.0062,0.0000,0.0062,0.4105,-0.4043,0.0000,-0.4043,-0.0109,-0.3934,0.0000,0.0000,0.6948,-1.0883,0.9214,1374.2722,1374.2722,1374.2722 -662.5000,1.0000,8485.3339,3.3480,2.7536,-0.1128,0.0000,1,600.6330,62.0526,586.0961,-100.8818,3.9030,36.8644,-6.3453,-0.0084,-0.1709,0.0000,0.0000,4.0823,-0.1818,-0.2266,0.0000,0.0448,0.0000,0.0448,0.3653,-0.3205,0.0000,-0.3205,-0.0093,-0.3112,0.0000,0.0000,0.6183,-0.9295,0.9325,1383.1437,1383.1437,1383.1437 -663.5000,1.0000,8486.0490,2.9660,2.3956,-0.0994,0.0000,1,601.4340,64.0994,585.3155,-100.7959,4.0371,36.8644,-6.3483,0.0380,-0.0532,0.0000,0.0000,4.0523,-0.0568,-0.1948,0.0000,0.1380,0.0000,0.1380,0.3236,-0.1856,0.0000,-0.1856,-0.0073,-0.1783,0.0000,0.0000,0.5477,-0.7261,0.9767,1404.1854,1404.1854,1404.1854 -664.5000,1.0000,8486.6878,2.6910,2.2036,-0.0533,0.0000,1,601.9300,66.6022,584.8332,-100.7427,4.1982,36.8644,-6.3502,-0.0197,0.2542,0.0000,0.0000,3.9638,0.2633,-0.1704,0.0000,0.4337,0.0000,0.4337,0.2936,0.1401,0.0000,0.1401,-0.0035,0.1437,0.0000,0.0000,0.4970,-0.3533,0.9214,1429.4699,1429.4699,1429.4699 -665.5000,1.0000,8487.3282,2.6970,2.4076,0.0567,0.0000,1,600.6980,78.9248,586.0326,-100.8749,4.9648,36.8644,-6.3455,-0.0257,1.0482,0.0000,0.0000,3.9424,1.0088,-0.1635,0.0000,1.1723,0.0000,1.1723,0.2943,0.8781,0.0000,0.8781,0.0038,0.8743,0.0000,0.0000,0.4981,0.3762,0.9325,1550.5759,1550.5759,1550.5759 -666.5000,1.0000,8488.2362,3.6600,4.1296,0.4783,0.0000,1,600.0000,163.6416,586.7144,-100.9497,10.2819,36.8644,-6.3429,0.0000,6.3747,0.0000,0.0000,3.9072,5.1607,-0.2860,0.0000,5.4467,0.0000,5.4467,0.4180,5.0287,0.0000,5.0287,0.0432,4.9856,0.0000,0.0000,0.6759,4.3096,0.9325,2478.7865,2478.7865,2478.7865 -667.5000,1.0000,8489.6742,5.5685,6.2246,0.5819,0.0000,2,600.0000,241.0616,586.7144,-100.9497,15.1463,36.8644,-6.3429,0.0000,11.1686,0.0000,0.0000,3.9777,9.4003,-0.3429,0.0000,9.7432,0.0000,9.7432,0.6578,9.0854,0.0000,9.0854,0.0799,9.0055,0.0000,0.0000,1.0284,7.9772,0.9436,3421.7478,3421.7478,3421.7478 -668.5000,1.0000,8491.6590,7.5365,8.0656,0.5114,0.0000,2,654.4100,268.1223,537.9328,-95.1138,18.3743,36.8644,-6.5181,2.1866,11.7957,0.0000,0.0000,4.3920,11.3858,-0.4586,0.0000,11.8444,0.0000,11.8444,0.8701,10.9743,0.0000,10.9743,0.0950,10.8793,0.0000,0.0000,1.3918,9.4875,0.9563,3979.7584,3979.7584,3979.7584 -669.5000,1.0000,8494.0687,9.0665,9.2846,0.3386,0.0000,2,804.6085,227.9429,553.8510,-79.1684,19.2061,46.6666,-6.6706,4.7331,9.3511,0.0000,0.0000,5.1220,9.8051,-0.4915,0.0000,10.2966,0.0000,10.2966,0.9892,9.3074,0.0000,9.3074,0.0757,9.2317,0.0000,0.0000,1.6744,7.5574,0.9457,4140.6295,4140.6295,4140.6295 -670.5000,1.0000,8496.8347,10.3490,10.6306,0.3739,0.0000,2,951.9340,209.8808,559.4375,-69.3764,20.9222,55.7683,-6.9159,3.0128,12.1981,0.0000,0.0000,5.7114,12.0733,-0.5994,0.0000,12.6727,0.0000,12.6727,1.1410,11.5317,0.0000,11.5317,0.0954,11.4363,0.0000,0.0000,1.9112,9.5251,0.9766,4464.2223,4464.2223,4464.2223 -671.5000,1.0000,8499.9736,11.6915,11.9696,0.3719,0.0000,2,1083.8865,223.3488,603.3244,-72.6316,25.3511,68.4799,-8.2440,5.3526,13.3465,0.0000,0.0000,6.6519,13.5601,-0.6991,0.0000,14.2592,0.0000,14.2592,1.2881,12.9711,0.0000,12.9711,0.1072,12.8639,0.0000,0.0000,2.1591,10.7048,0.9964,5321.7714,5321.7714,5321.7714 -672.5000,1.0000,8503.5878,13.4025,14.0526,0.5786,0.0000,2,1239.1475,277.6989,637.1027,-82.0720,36.0351,82.6725,-10.6499,5.6955,22.7247,0.0000,0.0000,7.6149,22.3597,-0.9779,0.0000,23.3376,0.0000,23.3376,1.5815,21.7561,0.0000,21.7561,0.1912,21.5649,0.0000,0.0000,2.4751,19.0898,1.0171,7395.4976,7395.4976,7395.4976 -673.5000,1.0000,8507.7950,15.5375,16.2396,0.6075,0.0000,2,1413.7485,304.6839,714.0943,-92.4273,45.1077,105.7198,-13.6836,8.6607,26.9780,0.0000,0.0000,9.4690,26.9826,-1.2057,0.0000,28.1883,0.0000,28.1883,1.8504,26.3379,0.0000,26.3379,0.2327,26.1051,0.0000,0.0000,2.8694,23.2357,1.0873,9254.7645,9254.7645,9254.7645 -674.5000,1.0000,8512.7134,18.0975,19.1726,0.8147,0.0000,2,1636.3775,379.6419,790.2284,-104.7690,65.0558,135.4144,-17.9533,12.3477,40.8577,0.0000,0.0000,11.8504,40.6330,-1.6659,0.0000,42.2989,0.0000,42.2989,2.2973,40.0016,0.0000,40.0016,0.3635,39.6380,0.0000,0.0000,3.3422,36.2959,1.1318,13186.9452,13186.9452,13186.9452 -675.5000,1.0000,8518.2277,20.2430,20.5306,0.3772,0.0000,2,1930.8005,290.0912,863.5898,-115.5110,58.6544,174.6118,-23.3555,20.3410,22.2943,0.0000,0.0000,16.0191,23.4873,-1.4712,0.0000,24.9585,0.0000,24.9585,2.2343,22.7242,0.0000,22.7242,0.1883,22.5359,0.0000,0.0000,3.7384,18.7976,1.2021,12379.0960,12379.0960,12379.0960 -676.5000,1.0000,8523.9580,21.0205,20.7276,0.0547,0.0000,2,2002.2890,49.2174,737.7172,-118.2864,10.3199,154.6840,-24.8022,-12.3037,8.2786,0.0000,0.0000,14.3450,7.8282,-1.2073,0.0000,9.0355,0.0000,9.0355,2.2935,6.7420,0.0000,6.7420,0.0284,6.7136,0.0000,0.0000,3.8820,2.8316,1.1794,4664.7669,4664.7669,4664.7669 -677.5000,1.0000,8529.8099,21.4585,21.4066,0.1886,0.0000,3,1616.2355,-7.2276,460.3227,-104.0517,-1.2233,77.9104,-17.6109,-28.3860,19.2038,0.0000,0.0000,7.9590,15.5595,-0.8076,0.0000,16.3671,0.0000,16.3671,2.3413,14.0258,0.0000,14.0258,0.0998,13.9260,0.0000,0.0000,3.9629,9.9631,1.1405,2255.2496,2255.2496,2255.2496 -678.5000,1.0000,8536.0979,23.0280,23.8666,0.6833,0.0000,3,1345.9600,396.9790,541.0918,-88.4069,55.9536,76.2661,-12.4608,1.2991,46.5602,0.0000,0.0000,8.0943,44.7155,-1.4700,0.0000,46.1856,0.0000,46.1856,2.8086,43.3770,0.0000,43.3770,0.3880,42.9890,0.0000,0.0000,4.2527,38.7363,1.0534,11236.7393,11236.7393,11236.7393 -679.5000,1.0000,8543.0308,25.3500,26.0506,0.6067,0.0000,3,1446.5170,401.4555,754.7148,-94.3707,60.8120,114.3234,-14.2952,7.5365,43.7343,0.0000,0.0000,9.5412,44.3873,-1.5495,0.0000,45.9369,0.0000,45.9369,3.0182,42.9187,0.0000,42.9187,0.3792,42.5395,0.0000,0.0000,4.6815,37.8580,1.0828,12234.6561,12234.6561,12234.6561 -680.5000,1.0000,8550.6472,27.8105,28.7876,0.7603,0.0000,3,1594.0715,458.8627,768.7729,-103.1219,76.5983,128.3319,-17.2142,6.1393,59.7845,0.0000,0.0000,10.6744,59.2224,-1.9565,0.0000,61.1789,0.0000,61.1789,3.4729,57.7060,0.0000,57.7060,0.5213,57.1847,0.0000,0.0000,5.1359,52.0488,1.1112,15334.7022,15334.7022,15334.7022 -681.5000,1.0000,8559.2090,31.2140,32.8576,1.1306,0.0000,3,1762.1880,646.8894,833.9824,-109.2494,119.3743,153.8997,-20.1604,11.4063,95.4746,0.0000,0.0000,12.4934,94.9922,-2.8480,0.0000,97.8402,0.0000,97.8402,4.3356,93.5047,0.0000,93.5047,0.8700,92.6346,0.0000,0.0000,5.7645,86.8702,1.1675,23382.0438,23382.0438,23382.0438 -682.5000,1.0000,8568.5159,33.8960,34.1516,0.3594,0.0000,3,1994.3925,319.6979,856.1286,-117.9005,66.7696,178.8044,-24.6238,15.5304,36.8666,0.0000,0.0000,14.3726,38.4761,-1.7947,0.0000,40.2709,0.0000,40.2709,3.7184,36.5524,0.0000,36.5524,0.3004,36.2520,0.0000,0.0000,6.2598,29.9923,1.2065,14022.7203,14022.7203,14022.7203 -683.5000,1.0000,8578.1899,35.2180,35.5016,0.3750,0.0000,3,1974.0600,187.6216,714.8609,-117.1365,38.7857,147.7782,-24.2148,-17.8370,45.4887,0.0000,0.0000,11.1340,41.3065,-1.9178,0.0000,43.2243,0.0000,43.2243,3.8842,39.3401,0.0000,39.3401,0.3256,39.0145,0.0000,0.0000,6.5039,32.5106,1.1791,8765.4064,8765.4064,8765.4064 -684.5000,1.0000,8588.4023,37.1560,38.0276,0.7017,0.0000,4,1642.7485,442.2523,588.2126,-104.9959,76.0799,101.1892,-18.0623,-18.5802,86.3187,0.0000,0.0000,8.3414,74.1215,-2.1190,0.0000,76.2405,0.0000,76.2405,4.5575,71.6830,0.0000,71.6830,0.6428,71.0402,0.0000,0.0000,6.8618,64.1784,1.1330,15263.3810,15263.3810,15263.3810 -685.5000,1.0000,8599.2499,39.4430,40.0756,0.5689,0.0000,4,1513.0085,495.0928,785.3620,-98.3142,78.4434,124.4342,-15.5771,5.0580,65.0785,0.0000,0.0000,8.3069,65.7139,-1.9997,0.0000,67.7137,0.0000,67.7137,4.6397,63.0739,0.0000,63.0739,0.5532,62.5207,0.0000,0.0000,7.2841,55.2366,1.1062,15531.2570,15531.2570,15531.2570 -686.5000,1.0000,8610.5442,41.0510,41.2436,0.3244,0.0000,4,1606.2030,340.3831,786.2928,-103.6944,57.2528,132.2554,-17.4415,3.8230,43.1736,0.0000,0.0000,10.2562,43.5952,-1.5797,0.0000,45.1748,0.0000,45.1748,4.4790,40.6958,0.0000,40.6958,0.3284,40.3675,0.0000,0.0000,7.5811,32.7864,1.1260,11709.2303,11709.2303,11709.2303 -687.5000,1.0000,8622.1202,42.0650,42.1036,0.2389,0.0000,4,1659.6860,273.9435,742.9459,-105.5991,47.6119,129.1254,-18.3533,1.5008,35.9452,0.0000,0.0000,10.1659,35.8971,-1.4456,0.0000,37.3427,0.0000,37.3427,4.5896,32.7531,0.0000,32.7531,0.2478,32.5053,0.0000,0.0000,7.7684,24.7369,1.1362,9953.5017,9953.5017,9953.5017 -688.5000,1.0000,8633.8446,42.5990,42.3116,0.0578,0.0000,4,1687.8005,163.5989,732.0820,-106.6003,28.9155,129.3926,-18.8412,1.3878,17.4612,0.0000,0.0000,10.0664,17.5569,-1.0775,0.0000,18.6344,0.0000,18.6344,4.6479,13.9865,0.0000,13.9865,0.0607,13.9258,0.0000,0.0000,7.8670,6.0588,1.1306,6544.4657,6544.4657,6544.4657 -689.5000,1.0000,8645.7280,43.1720,43.2496,0.2606,0.0000,4,1706.2635,284.1846,703.4795,-107.2578,50.7780,125.6974,-19.1648,0.5316,40.2706,0.0000,0.0000,9.9757,39.9563,-1.5594,0.0000,41.5157,0.0000,41.5157,4.7104,36.8052,0.0000,36.8052,0.2773,36.5279,0.0000,0.8646,7.9728,27.6906,1.1500,10613.9413,10613.9413,10613.9413 -690.5000,1.0000,8657.8738,44.1160,44.1996,0.2639,0.0000,4,1728.6180,289.9859,746.9416,-108.0539,52.4934,135.2117,-19.5600,1.8345,40.6817,0.0000,0.0000,9.9772,40.6507,-1.5992,0.0000,42.2499,0.0000,42.2499,4.8134,37.4365,0.0000,37.4365,0.2870,37.1495,0.0000,0.3443,8.1471,28.6580,1.1570,10949.9550,10949.9550,10949.9550 -691.5000,1.0000,8670.3325,45.2430,45.5036,0.3622,0.0000,4,1775.9210,360.9881,766.5985,-109.7385,67.1344,142.5674,-20.4085,3.2742,53.7565,0.0000,0.0000,10.1037,53.8887,-1.9058,0.0000,55.7945,0.0000,55.7945,4.9939,50.8007,0.0000,50.8007,0.4040,50.3966,0.0000,1.6995,8.3553,40.3418,1.1582,13723.2152,13723.2152,13723.2152 -692.5000,1.0000,8683.2052,46.7330,47.1796,0.4656,0.0000,4,1830.7010,420.6599,787.1322,-111.7496,80.6449,150.9016,-21.4236,2.7834,67.5524,0.0000,0.0000,10.3092,67.2598,-2.2260,0.0000,69.4859,0.0000,69.4859,5.3361,64.1498,0.0000,64.1498,0.5364,63.6133,0.0000,1.4249,8.6304,53.5580,1.1906,16314.1599,16314.1599,16314.1599 -693.5000,1.0000,8696.3682,47.7785,47.5946,0.1153,0.0000,4,1888.4565,213.0935,810.0098,-113.9198,42.1411,160.1865,-22.5286,3.8268,27.7834,0.0000,0.0000,10.5309,28.1466,-1.4410,0.0000,29.5876,0.0000,29.5876,5.2130,24.3746,0.0000,24.3746,0.1358,24.2388,0.0000,1.8570,8.8235,13.5584,1.1676,9182.1854,9182.1854,9182.1854 -694.5000,1.0000,8709.7220,48.4650,48.5526,0.2661,0.0000,4,1800.5265,243.1944,665.7927,-110.6158,45.8545,125.5357,-20.8567,-13.3712,51.8371,0.0000,0.0000,7.3886,47.8823,-1.8720,0.0000,49.7544,0.0000,49.7544,5.2879,44.4664,0.0000,44.4664,0.3180,44.1485,0.0000,3.4499,8.9503,31.7483,1.1522,9769.2665,9769.2665,9769.2665 -695.5000,1.0000,8723.4781,49.9135,50.4916,0.5386,0.0000,5,1507.8205,561.3943,589.0349,-98.0065,88.6434,93.0078,-15.4751,-15.9061,98.3101,0.0000,0.0000,6.2394,85.4503,-0.9119,0.0000,86.3623,0.0000,86.3623,5.8815,80.4808,0.0000,80.4808,0.6628,79.8179,0.0000,4.4208,9.2178,66.1794,1.1043,17393.5879,17393.5879,17393.5879 -696.5000,1.0000,8737.7686,51.8370,52.3996,0.5300,0.0000,5,1373.2360,668.9631,805.2433,-90.0246,96.2002,115.7980,-12.9460,3.1366,86.6655,0.0000,0.0000,6.3981,87.4042,-0.9503,0.0000,88.3546,0.0000,88.3546,6.0881,82.2664,0.0000,82.2664,0.6774,81.5891,0.0000,4.3852,9.5730,67.6309,1.2023,18753.9849,18753.9849,18753.9849 -697.5000,1.0000,8752.4725,53.3255,53.4686,0.2969,0.0000,5,1429.5415,446.9684,811.4516,-93.3639,66.9117,121.4753,-13.9767,1.6778,58.7435,0.0000,0.0000,6.4904,58.9381,-0.8292,0.0000,59.7673,0.0000,59.7673,5.8182,53.9490,0.0000,53.9490,0.3904,53.5586,0.0000,4.7310,9.8479,38.9798,1.2181,13305.1948,13305.1948,13305.1948 -698.5000,1.0000,8767.4905,54.4565,54.6616,0.3314,0.0000,5,1461.0510,476.6362,737.1302,-95.2327,72.9258,112.7816,-14.5707,1.1124,65.2413,0.0000,0.0000,6.5721,65.0820,-0.8777,0.0000,65.9597,0.0000,65.9597,5.9929,59.9668,0.0000,59.9668,0.4449,59.5219,0.0000,5.0412,10.0568,44.4239,1.2366,14448.8849,14448.8849,14448.8849 -699.5000,1.0000,8782.8467,55.6735,55.9026,0.3447,0.0000,5,1494.2775,484.4625,757.8517,-97.2033,75.8089,118.5889,-15.2104,1.9113,67.1862,0.0000,0.0000,6.7113,67.3719,-0.9084,0.0000,68.2802,0.0000,68.2802,6.1395,62.1407,0.0000,62.1407,0.4732,61.6675,0.0000,4.1420,10.2815,47.2440,1.2429,15027.8897,15027.8897,15027.8897 -700.5000,1.0000,8798.5360,56.8730,57.0606,0.3217,0.0000,5,1522.2400,463.2580,758.1278,-98.8617,73.8473,120.8521,-15.7594,0.6669,66.4717,0.0000,0.0000,6.7087,66.1101,-0.9211,0.0000,67.0312,0.0000,67.0312,6.2310,60.8003,0.0000,60.8003,0.4510,60.3492,0.0000,4.8121,10.5030,45.0341,1.2356,14674.0844,14674.0844,14674.0844 -701.5000,1.0000,8814.5402,58.0065,58.1696,0.3081,0.0000,5,1550.0115,448.6285,764.0440,-100.5088,72.8200,124.0172,-16.3143,1.9644,64.0463,0.0000,0.0000,6.8092,64.2846,-0.9302,0.0000,65.2148,0.0000,65.2148,6.3290,58.8858,0.0000,58.8858,0.4406,58.4452,0.0000,3.7448,10.7124,43.9881,1.2283,14495.3207,14495.3207,14495.3207 -702.5000,1.0000,8830.8441,59.0855,59.2186,0.2914,0.0000,5,1584.8400,436.9797,761.8583,-102.5744,72.5229,126.4411,-17.0237,1.3812,64.2006,0.0000,0.0000,6.9411,64.2055,-0.9475,0.0000,65.1531,0.0000,65.1531,6.4467,58.7064,0.0000,58.7064,0.4245,58.2819,0.0000,4.9881,10.9116,42.3822,1.2622,14531.0419,14531.0419,14531.0419 -703.5000,1.0000,8847.4044,60.0085,60.0156,0.2214,0.0000,5,1620.8135,370.1584,767.8246,-104.2147,62.8274,130.3238,-17.6885,2.1681,53.6199,0.0000,0.0000,7.0394,53.9821,-0.9112,0.0000,54.8933,0.0000,54.8933,6.5474,48.3459,0.0000,48.3459,0.3275,48.0183,0.0000,4.2325,11.0821,32.7038,1.2189,12747.8941,12747.8941,12747.8941 -704.5000,1.0000,8864.1952,60.8385,60.8786,0.2397,0.0000,5,1643.7785,375.6158,742.0971,-105.0325,64.6570,127.7417,-18.0799,0.1194,57.4637,0.0000,0.0000,7.0740,57.1000,-0.9409,0.0000,58.0409,0.0000,58.0409,6.6380,51.4029,0.0000,51.4029,0.3596,51.0433,0.0000,3.9062,11.2354,35.9018,1.2670,13119.9846,13119.9846,13119.9846 -705.5000,1.0000,8881.1890,61.5690,61.4766,0.1661,0.0000,5,1655.2990,314.5864,751.6553,-105.4428,54.5312,130.2938,-18.2777,1.0509,46.3573,0.0000,0.0000,7.1230,46.4214,-0.8993,0.0000,47.3207,0.0000,47.3207,6.7177,40.6030,0.0000,40.6030,0.2522,40.3509,0.0000,3.8044,11.3703,25.1762,1.2433,11251.5155,11251.5155,11251.5155 -706.5000,1.0000,8898.3429,62.1455,62.0316,0.1542,0.0000,5,1680.9720,308.6524,742.4183,-106.3571,54.3324,130.6886,-18.7221,1.5830,45.4897,0.0000,0.0000,7.2597,45.7006,-0.9055,0.0000,46.6061,0.0000,46.6061,6.7806,39.8255,0.0000,39.8255,0.2362,39.5893,0.0000,4.5279,11.4767,23.5846,1.2786,11249.1867,11249.1867,11249.1867 -707.5000,1.0000,8915.6801,62.8055,62.7966,0.2125,0.0000,5,1697.9855,351.5635,736.7043,-106.9630,62.5124,130.9953,-19.0194,0.1750,55.0141,0.0000,0.0000,7.3233,54.7352,-0.9625,0.0000,55.6976,0.0000,55.6976,6.8526,48.8450,0.0000,48.8450,0.3290,48.5160,0.0000,4.0635,11.5986,32.8538,1.3249,12810.2768,12810.2768,12810.2768 -708.5000,1.0000,8933.2186,63.5300,63.4806,0.1900,0.0000,5,1713.7785,337.2307,758.4144,-107.5254,60.5216,136.1100,-19.2972,1.4855,51.5334,0.0000,0.0000,7.5027,51.6796,-0.9596,0.0000,52.6392,0.0000,52.6392,6.9316,45.7076,0.0000,45.7076,0.2976,45.4100,0.0000,3.9635,11.7324,29.7140,1.3860,12444.0979,12444.0979,12444.0979 -709.5000,1.0000,8950.9122,64.0885,63.9136,0.1203,0.0000,5,1729.9915,269.8946,751.0498,-108.1028,48.8953,136.0634,-19.5844,0.2229,41.2261,0.0000,0.0000,7.4463,41.1371,-0.9161,0.0000,42.0532,0.0000,42.0532,6.9926,35.0606,0.0000,35.0606,0.1900,34.8706,0.0000,4.0594,11.8356,18.9756,1.3400,10246.1332,10246.1332,10246.1332 -710.5000,1.0000,8968.6262,64.1615,63.6266,-0.0797,0.0000,5,1738.1935,95.1184,739.3228,-108.3949,17.3138,134.5739,-19.7304,0.6515,9.1955,0.0000,0.0000,7.4667,9.2485,-0.7563,0.0000,10.0048,0.0000,10.0048,7.0005,3.0043,0.0000,3.0043,-0.1261,3.1304,0.0000,3.8730,11.8490,-12.5917,1.3170,4624.5151,4624.5151,4624.5151 -711.5000,1.0000,8986.2206,63.7315,63.0536,-0.1592,0.0000,5,1738.1935,20.2842,688.6649,-108.3949,3.6922,125.3530,-19.7304,-0.6515,-3.0525,0.0000,0.0000,7.3962,-3.0555,-0.7538,0.0000,-2.3017,0.0000,-2.3017,6.9536,-9.2553,0.0000,-9.2553,-0.2501,-9.0052,0.0000,4.1962,11.7696,-24.9710,1.2825,3129.0068,3129.0068,3129.0068 -712.5000,1.0000,9003.6495,63.1355,62.4346,-0.1719,0.0000,5,1719.7300,7.3112,658.9156,-107.7374,1.3167,118.6639,-19.4024,-1.3053,-4.7052,0.0000,0.0000,7.3272,-4.6943,-0.7472,0.0000,-3.9472,0.0000,-3.9472,6.8886,-10.8357,0.0000,-10.8357,-0.2676,-10.5681,0.0000,4.4957,11.6596,-26.7234,1.3044,2831.7457,2831.7457,2831.7457 -713.5000,1.0000,9020.8830,62.4320,61.6466,-0.2189,0.0000,5,1709.2010,-19.5301,662.2626,-107.3624,-3.4956,118.5365,-19.2165,0.1922,-11.0403,0.0000,0.0000,7.3525,-11.1223,-0.7506,0.0000,-10.3717,0.0000,-10.3717,6.8118,-17.1835,0.0000,-17.1835,-0.3369,-16.8466,0.0000,5.2641,11.5296,-33.6403,1.3148,2153.2277,2153.2277,2153.2277 -714.5000,1.0000,9037.9420,61.8040,61.1786,-0.1300,0.0000,5,1689.0590,33.6624,629.9785,-106.6451,5.9541,111.4292,-18.8632,-2.2792,0.9994,0.0000,0.0000,7.2339,0.9901,-0.7094,0.0000,1.6995,0.0000,1.6995,6.7433,-5.0438,0.0000,-5.0438,-0.1981,-4.8457,0.0000,3.5189,11.4137,-19.7783,1.2948,3259.5614,3259.5614,3259.5614 -715.5000,1.0000,9054.9016,61.4460,60.9306,-0.0689,0.0000,5,1675.8220,106.4891,662.6483,-106.1737,18.6880,116.2893,-18.6326,0.8991,10.4881,0.0000,0.0000,7.3008,10.5641,-0.7161,0.0000,11.2802,0.0000,11.2802,6.7042,4.5760,0.0000,4.5760,-0.1044,4.6803,0.0000,3.7529,11.3476,-10.4201,1.3043,4697.7155,4697.7155,4697.7155 -716.5000,1.0000,9071.7844,61.1695,60.6256,-0.0847,0.0000,5,1675.1355,88.1057,669.5438,-106.1493,15.4555,117.4512,-18.6207,-0.9693,9.2561,0.0000,0.0000,7.1687,9.2270,-0.7047,0.0000,9.9317,0.0000,9.9317,6.6741,3.2576,0.0000,3.2576,-0.1278,3.3853,0.0000,4.8462,11.2965,-12.7574,1.2495,4271.5211,4271.5211,4271.5211 -717.5000,1.0000,9088.5553,60.7665,60.1246,-0.1392,0.0000,5,1657.1680,44.2161,659.7180,-105.5094,7.6732,114.4863,-18.3099,-0.8696,1.3407,0.0000,0.0000,7.2021,1.3393,-0.6903,0.0000,2.0296,0.0000,2.0296,6.6301,-4.6005,0.0000,-4.6005,-0.2085,-4.3920,0.0000,5.2034,11.2221,-20.8175,1.2985,3366.3998,3366.3998,3366.3998 -718.5000,1.0000,9105.1810,60.2440,59.5806,-0.1511,0.0000,5,1635.1185,37.0427,636.3917,-104.7241,6.3428,108.9689,-17.9318,-1.3560,0.6272,0.0000,0.0000,7.0717,0.6248,-0.6830,0.0000,1.3078,0.0000,1.3078,6.5731,-5.2653,0.0000,-5.2653,-0.2244,-5.0409,0.0000,6.2434,11.1256,-22.4099,1.2779,3175.5689,3175.5689,3175.5689 -719.5000,1.0000,9121.6507,59.6825,59.0016,-0.1608,0.0000,5,1618.8675,31.3439,636.5385,-104.1454,5.3136,107.9107,-17.6555,-0.2730,-1.4735,0.0000,0.0000,7.0602,-1.4781,-0.6785,0.0000,-0.7996,0.0000,-0.7996,6.5118,-7.3115,0.0000,-7.3115,-0.2367,-7.0748,0.0000,5.5327,11.0219,-23.6294,1.2729,3027.7472,3027.7472,3027.7472 -720.5000,1.0000,9137.9598,59.1040,58.4236,-0.1606,0.0000,5,1608.4155,24.7043,627.9158,-103.7732,4.1610,105.7617,-17.4788,-0.7611,-2.0600,0.0000,0.0000,6.9821,-2.0602,-0.6700,0.0000,-1.3901,0.0000,-1.3901,6.4487,-7.8389,0.0000,-7.8389,-0.2340,-7.6049,0.0000,4.8400,10.9150,-23.3599,1.2832,2876.7272,2876.7272,2876.7272 -721.5000,1.0000,9154.0958,58.4810,57.7556,-0.1856,0.0000,5,1590.7150,-1.7156,617.5401,-102.9228,-0.2858,102.8694,-17.1448,-0.9764,-6.2378,0.0000,0.0000,6.9284,-6.2342,-0.6698,0.0000,-5.5645,0.0000,-5.5645,6.3807,-11.9452,0.0000,-11.9452,-0.2675,-11.6777,0.0000,4.2350,10.8000,-26.7127,1.2914,2330.2253,2330.2253,2330.2253 -722.5000,1.0000,9170.0700,57.8985,57.2586,-0.1381,0.0000,5,1573.5100,57.1004,604.6442,-101.9024,9.4089,99.6318,-16.7912,-0.6967,3.2454,0.0000,0.0000,6.8602,3.2445,-0.6363,0.0000,3.8808,0.0000,3.8808,6.3172,-2.4364,0.0000,-2.4364,-0.1971,-2.2393,0.0000,6.7449,10.6924,-19.6766,1.2587,3383.2040,3383.2040,3383.2040 -723.5000,1.0000,9185.9184,57.4460,56.8506,-0.1133,0.0000,5,1563.4775,87.8229,623.4934,-101.3074,14.3790,102.0827,-16.5868,-0.2710,7.8791,0.0000,0.0000,6.7709,7.8929,-0.6363,0.0000,8.5292,0.0000,8.5292,6.2678,2.2614,0.0000,2.2614,-0.1605,2.4219,0.0000,7.8399,10.6089,-16.0268,1.1932,3930.0939,3930.0939,3930.0939 -724.5000,1.0000,9201.6530,57.0360,56.4386,-0.1144,0.0000,5,1549.3250,77.4943,622.7939,-100.4680,12.5731,101.0452,-16.3004,-1.0780,6.8845,0.0000,0.0000,6.7666,6.8589,-0.6245,0.0000,7.4834,0.0000,7.4834,6.2231,1.2603,0.0000,1.2603,-0.1609,1.4213,0.0000,6.9565,10.5331,-16.0684,1.2533,3692.0820,3692.0820,3692.0820 -725.5000,1.0000,9217.2822,56.6565,56.0916,-0.0964,0.0000,5,1545.9680,123.0765,631.9848,-100.2689,19.9253,102.3142,-16.2329,0.7570,12.3206,0.0000,0.0000,6.8478,12.4221,-0.6465,0.0000,13.0686,0.0000,13.0686,6.1817,6.8869,0.0000,6.8869,-0.1346,7.0216,0.0000,10.0018,10.4631,-13.4433,1.3047,4758.1053,4758.1053,4758.1053 -726.5000,1.0000,9232.7811,56.1875,55.5006,-0.1642,0.0000,5,1541.0470,69.5128,630.7734,-99.9771,11.2178,101.7930,-16.1341,-1.2202,5.6917,0.0000,0.0000,6.7464,5.6739,-0.6049,0.0000,6.2789,0.0000,6.2789,6.1305,0.1484,0.0000,0.1484,-0.2274,0.3758,0.0000,12.7060,10.3764,-22.7067,1.2768,3516.3709,3516.3709,3516.3709 -727.5000,1.0000,9248.0750,55.4495,54.6156,-0.2458,0.0000,5,1516.8995,5.6118,606.0336,-98.5449,0.8914,96.2680,-15.6538,-1.0483,-4.7178,0.0000,0.0000,6.6575,-4.7204,-0.6154,0.0000,-4.1050,0.0000,-4.1050,6.0500,-10.1550,0.0000,-10.1550,-0.3361,-9.8189,0.0000,13.4967,10.2402,-33.5558,1.2597,2305.6425,2305.6425,2305.6425 -728.5000,1.0000,9263.1155,54.5370,53.6756,-0.2611,0.0000,5,1492.5615,-9.2008,573.6250,-97.1015,-1.4381,89.6580,-15.1770,-1.1993,-6.7892,0.0000,0.0000,6.5504,-6.7882,-0.6057,0.0000,-6.1825,0.0000,-6.1825,5.9504,-12.1329,0.0000,-12.1329,-0.3511,-11.7818,0.0000,13.2012,10.0716,-35.0547,1.2300,1943.9458,1943.9458,1943.9458 -729.5000,1.0000,9277.8933,53.5915,52.7246,-0.2642,0.0000,5,1465.1715,-19.1928,557.9007,-95.4771,-2.9448,85.6000,-14.6493,-1.2872,-7.9676,0.0000,0.0000,6.3099,-7.9604,-0.5934,0.0000,-7.3670,0.0000,-7.3670,5.8473,-13.2143,0.0000,-13.2143,-0.3490,-12.8653,0.0000,12.0877,9.8970,-34.8500,1.0885,1665.2149,1665.2149,1665.2149 -730.5000,1.0000,9292.2867,52.2080,50.9086,-0.5044,0.0000,5,1436.6750,-93.7870,544.5721,-93.7870,-14.1101,81.9299,-14.1101,-1.2520,-19.0996,0.0000,0.0000,6.2415,-19.2457,-0.5996,0.0000,-18.6461,0.0000,-18.6461,5.6963,-24.3424,20.2765,-44.6189,-0.6493,-43.9696,0.8066,10.4128,9.6415,-64.8305,1.1081,0.0000,0.0000,0.0000 -731.5000,1.0000,9306.1909,50.4465,49.2016,-0.4742,0.0000,5,1401.2740,-91.6868,497.7946,-91.6874,-13.4542,73.0469,-13.4543,-1.8252,-17.7209,0.0000,0.0000,6.0919,-17.7530,-0.5683,0.0000,-17.1847,0.0000,-17.1847,5.5041,-22.6888,13.7527,-36.4415,-0.5897,-35.8518,0.9499,12.7653,9.3162,-58.8832,1.0555,0.0000,0.0000,0.0000 -732.5000,1.0000,9319.6601,48.8805,47.7766,-0.3958,0.0000,5,1342.7560,-88.2152,466.8933,-88.2169,-12.4042,65.6513,-12.4044,-3.0764,-15.1631,0.0000,0.0000,5.8353,-14.9598,-0.5375,0.0000,-14.4224,0.0000,-14.4224,5.3332,-19.7556,8.1271,-27.8827,-0.4770,-27.4056,0.9204,10.2766,9.0270,-47.6296,0.9843,0.0000,0.0000,0.0000 -733.5000,1.0000,9332.9046,48.0715,47.5836,-0.0536,0.0000,5,1299.0770,166.2794,476.6938,-85.6263,22.6205,64.8490,-11.6485,-0.5083,17.3183,0.0000,0.0000,5.8105,17.2680,-0.5409,0.0000,17.8089,0.0000,17.8089,5.2450,12.5639,0.0000,12.5639,-0.0635,12.6275,0.0812,10.0127,8.8776,-6.3441,1.0556,4971.8885,4971.8885,4971.8885 -734.5000,1.0000,9346.1379,48.0315,47.6966,0.0314,0.0000,5,1299.8395,268.9507,594.4867,-85.6716,36.6093,80.9209,-11.6615,0.5694,30.2128,0.0000,0.0000,5.8271,30.3429,-0.6064,0.0000,30.9493,0.0000,30.9493,5.2406,25.7086,0.0000,25.7086,0.0372,25.6715,0.0000,13.0899,8.8702,3.7113,1.0158,7577.5885,7577.5885,7577.5885 -735.5000,1.0000,9359.3786,48.0580,47.6366,-0.0167,0.0000,5,1302.1665,201.7984,630.6294,-85.8096,27.5177,85.9942,-11.7012,-0.3844,22.0834,0.0000,0.0000,5.8187,22.0156,-0.5647,0.0000,22.5803,0.0000,22.5803,5.2435,17.3368,0.0000,17.3368,-0.0197,17.3565,0.0000,10.4531,8.8751,-1.9717,1.0562,5883.9738,5883.9738,5883.9738 -736.5000,1.0000,9372.6330,48.1070,47.7946,0.0439,0.0000,5,1299.7250,259.8945,606.5603,-85.6648,35.3734,82.5570,-11.6596,0.1888,29.3619,0.0000,0.0000,5.8228,29.3671,-0.6025,0.0000,29.9696,0.0000,29.9696,5.2489,24.7208,0.0000,24.7208,0.0521,24.6687,0.0000,10.5871,8.8842,5.1975,1.0557,7346.8894,7346.8894,7346.8894 -737.5000,1.0000,9385.9496,48.3315,48.0856,0.0808,0.0000,5,1306.8585,283.2254,633.1765,-86.0878,38.7605,86.6527,-11.7815,0.3827,32.5447,0.0000,0.0000,5.8331,32.5654,-0.6219,0.0000,33.1873,0.0000,33.1873,5.2733,27.9140,0.0000,27.9140,0.0963,27.8177,0.0000,9.2748,8.9256,9.6172,1.0438,7973.7394,7973.7394,7973.7394 -738.5000,1.0000,9399.3692,48.7020,48.5356,0.1250,0.0000,5,1314.5265,331.0814,643.2343,-86.5426,45.5756,88.5456,-11.9132,0.2341,39.4730,0.0000,0.0000,5.8685,39.3782,-0.6616,0.0000,40.0398,0.0000,40.0398,5.3138,34.7260,0.0000,34.7260,0.1501,34.5759,0.0000,10.5959,8.9941,14.9860,1.0587,9258.8279,9258.8279,9258.8279 -739.5000,1.0000,9412.9997,49.4610,49.6036,0.2967,0.0000,5,1326.3525,503.8898,668.3514,-87.2440,69.9879,92.8309,-12.1178,0.7271,63.3589,0.0000,0.0000,5.9020,63.1040,-0.7925,0.0000,63.8964,0.0000,63.8964,5.5029,58.3935,0.0000,58.3935,0.3618,58.0317,0.0000,12.7764,9.1342,36.1211,1.0618,13876.6197,13876.6197,13876.6197 -740.5000,1.0000,9426.9701,50.6850,50.9836,0.3833,0.0000,5,1355.2680,546.5323,745.9038,-88.9589,77.5657,105.8611,-12.6253,1.6636,69.9006,0.0000,0.0000,6.0015,69.9789,-0.8451,0.0000,70.8240,0.0000,70.8240,5.7193,65.1047,0.0000,65.1047,0.4790,64.6257,0.0000,7.4371,9.3603,47.8283,1.0562,15221.6265,15221.6265,15221.6265 -741.5000,1.0000,9441.3384,52.1175,52.4686,0.4125,0.0000,5,1393.6825,532.7209,765.1848,-91.2372,77.7485,111.6757,-13.3157,1.5770,70.0961,0.0000,0.0000,6.0755,70.0252,-0.8668,0.0000,70.8920,0.0000,70.8920,5.8520,65.0400,0.0000,65.0400,0.5300,64.5100,0.0000,1.9631,9.6248,52.9221,1.0392,15282.4042,15282.4042,15282.4042 -742.5000,1.0000,9456.0919,53.5040,53.7566,0.3578,0.0000,5,1431.3345,470.5650,765.9282,-93.4703,70.5325,114.8042,-14.0102,1.6900,62.6037,0.0000,0.0000,6.2388,62.6901,-0.8509,0.0000,63.5409,0.0000,63.5409,5.8691,57.6719,0.0000,57.6719,0.4720,57.1999,0.0000,0.1965,9.8809,47.1226,1.0924,13957.6348,13957.6348,13957.6348 -743.5000,1.0000,9471.2229,54.8630,55.1866,0.3972,0.0000,5,1470.8935,504.2863,750.7236,-95.8164,77.6760,115.6352,-14.7588,1.8366,69.4522,0.0000,0.0000,6.3873,69.5064,-0.9064,0.0000,70.4128,0.0000,70.4128,6.0970,64.3158,0.0000,64.3158,0.5373,63.7785,0.0000,0.0000,10.1318,53.6466,1.1051,15339.4739,15339.4739,15339.4739 -744.5000,1.0000,9486.7263,56.2035,56.4376,0.3475,0.0000,5,1516.0220,458.0835,771.6797,-98.4929,72.7242,122.5099,-15.6365,2.3085,63.8485,0.0000,0.0000,6.5671,64.1786,-0.9006,0.0000,65.0792,0.0000,65.0792,6.1402,58.9390,0.0000,58.9390,0.4815,58.4575,0.0000,0.0000,10.3794,48.0781,1.1341,14472.1027,14472.1027,14472.1027 -745.5000,1.0000,9502.5552,57.3755,57.5306,0.3036,0.0000,5,1546.8455,412.0965,753.0069,-100.3210,66.7536,121.9760,-16.2505,0.5726,59.6049,0.0000,0.0000,6.5761,59.2726,-0.8947,0.0000,60.1673,0.0000,60.1673,6.2601,53.9072,0.0000,53.9072,0.4295,53.4777,0.0000,0.0000,10.5958,42.8818,1.1399,13421.6572,13421.6572,13421.6572 -746.5000,1.0000,9518.6439,58.3110,58.3086,0.2161,0.0000,5,1570.0010,339.0496,750.3605,-101.6943,55.7432,123.3669,-16.7196,1.6514,47.4120,0.0000,0.0000,6.6798,47.6116,-0.8510,0.0000,48.4626,0.0000,48.4626,6.3622,42.1004,0.0000,42.1004,0.3107,41.7897,0.0000,0.0000,10.7686,31.0211,1.1192,11363.4932,11363.4932,11363.4932 -747.5000,1.0000,9534.9356,59.0415,58.9916,0.1897,0.0000,5,1588.4260,309.0635,722.4700,-102.7870,51.4095,120.1754,-17.0976,0.1265,44.5695,0.0000,0.0000,6.7135,44.3494,-0.8465,0.0000,45.1959,0.0000,45.1959,6.4419,38.7540,0.0000,38.7540,0.2762,38.4778,0.0000,0.0000,10.9035,27.5743,1.1478,10586.9272,10586.9272,10586.9272 -748.5000,1.0000,9551.3640,59.5335,59.2926,0.0836,0.0000,5,1598.5350,218.9708,720.7109,-103.3866,36.6553,120.6457,-17.3067,0.8651,29.0021,0.0000,0.0000,6.7882,29.0885,-0.7776,0.0000,29.8660,0.0000,29.8660,6.4956,23.3704,0.0000,23.3704,0.1227,23.2477,0.0000,0.0000,10.9944,12.2533,1.1371,7842.9546,7842.9546,7842.9546 -749.5000,1.0000,9567.8627,59.7870,59.4986,0.0572,0.0000,5,1611.6960,192.5918,693.5521,-103.8900,32.5049,117.0552,-17.5342,0.4304,25.2832,0.0000,0.0000,6.7913,25.3078,-0.7627,0.0000,26.0705,0.0000,26.0705,6.5232,19.5472,0.0000,19.5472,0.0843,19.4629,0.0000,0.0000,11.0412,8.4217,1.1396,7080.4444,7080.4444,7080.4444 -750.5000,1.0000,9584.3723,59.8260,59.3706,-0.0356,0.0000,5,1624.6280,112.8488,691.6787,-104.3505,19.1990,117.6757,-17.7532,0.8563,11.5198,0.0000,0.0000,6.8229,11.5930,-0.6941,0.0000,12.2871,0.0000,12.2871,6.5275,5.7596,0.0000,5.7596,-0.0524,5.8121,0.0000,0.0000,11.0484,-5.2363,1.1044,4730.8989,4730.8989,4730.8989 -751.5000,1.0000,9600.8310,59.6425,59.1316,-0.0664,0.0000,5,1618.6390,72.8033,651.4653,-104.1373,12.3404,110.4256,-17.6516,-1.4485,7.0588,0.0000,0.0000,6.7301,7.0093,-0.6679,0.0000,7.6771,0.0000,7.6771,6.5075,1.1697,0.0000,1.1697,-0.0976,1.2673,0.0000,0.0000,11.0145,-9.7472,1.1033,3807.0285,3807.0285,3807.0285 -752.5000,1.0000,9617.2554,59.5195,59.1246,-0.0019,0.0000,5,1611.0095,141.7038,651.6499,-103.8655,23.9061,109.9363,-17.5226,0.6868,16.4127,0.0000,0.0000,6.8065,16.4844,-0.7137,0.0000,17.1981,0.0000,17.1981,6.4940,10.7040,0.0000,10.7040,-0.0029,10.7069,0.0000,0.0000,10.9918,-0.2849,1.1395,5550.5488,5550.5488,5550.5488 -753.5000,1.0000,9633.6704,59.4855,59.0636,-0.0169,0.0000,5,1610.5895,120.8707,662.7445,-103.8506,20.3861,111.7788,-17.5155,-0.7282,14.3260,0.0000,0.0000,6.7883,14.2678,-0.7019,0.0000,14.9698,0.0000,14.9698,6.4903,8.4794,0.0000,8.4794,-0.0249,8.5043,0.0000,0.0000,10.9855,-2.4812,1.1143,4927.3929,4927.3929,4927.3929 -754.5000,1.0000,9650.0248,59.2670,58.6876,-0.1044,0.0000,5,1606.8130,62.7620,662.6629,-103.7161,10.5606,111.5030,-17.4518,0.3539,1.3494,0.0000,0.0000,8.8574,1.3567,-0.6643,0.0000,2.0210,0.0000,2.0210,6.4665,-4.4455,0.0000,-4.4455,-0.1526,-4.2928,0.0000,0.0000,10.9451,-15.2380,1.1262,3588.5849,3588.5849,3588.5849 -755.5000,1.0000,9666.2776,58.9015,58.3326,-0.0986,0.0000,5,1600.2135,59.5938,632.8644,-103.4811,9.9864,106.0516,-17.3407,-1.0009,2.2144,0.0000,0.0000,8.7729,2.2069,-0.6559,0.0000,2.8629,0.0000,2.8629,6.4266,-3.5638,0.0000,-3.5638,-0.1432,-3.4206,0.0000,0.0000,10.8777,-14.2982,1.1124,3512.4933,3512.4933,3512.4933 -756.5000,1.0000,9682.4013,58.4370,57.7586,-0.1594,0.0000,5,1586.3660,10.3562,631.8336,-102.6649,1.7204,104.9626,-17.0551,-0.3568,-6.6511,0.0000,0.0000,8.7283,-6.6685,-0.6701,0.0000,-5.9984,0.0000,-5.9984,6.3759,-12.3743,0.0000,-12.3743,-0.2297,-12.1446,0.0000,0.0000,10.7919,-22.9365,1.1223,2546.4573,2546.4573,2546.4573 -757.5000,1.0000,9698.3052,57.6455,56.7496,-0.2803,0.0000,5,1576.1805,-95.6987,610.0935,-102.0608,-15.7958,100.7004,-16.8459,-0.6314,-23.8310,0.0000,0.0000,8.6667,-23.9419,-0.7063,0.0000,-23.2356,0.0000,-23.2356,6.2896,-29.5252,0.0000,-29.5252,-0.3983,-29.1268,0.0000,0.0000,10.6457,-39.7725,1.1204,27.0903,27.0903,27.0903 -758.5000,1.0000,9713.9177,56.5965,55.6606,-0.3025,0.0000,5,1558.7850,-101.0291,564.8943,-101.0291,-16.4915,92.2109,-16.4915,-1.0407,-24.0526,0.0000,0.0000,8.6018,-24.1168,-0.6906,0.0000,-23.4262,0.0000,-23.4262,6.1751,-29.6013,2.5136,-32.1149,-0.4221,-31.6928,0.0000,0.0000,10.4520,-42.1448,1.1171,0.0000,0.0000,0.0000 -759.5000,1.0000,9729.2347,55.5325,54.6216,-0.2886,0.0000,5,1529.9075,-99.3164,545.5297,-99.3164,-15.9116,87.4002,-15.9116,-1.6917,-22.6478,0.0000,0.0000,8.4279,-22.5926,-0.6665,0.0000,-21.9261,0.0000,-21.9261,6.0590,-27.9851,1.6084,-29.5935,-0.3952,-29.1984,0.0000,0.0000,10.2555,-39.4539,1.0979,0.0000,0.0000,0.0000 -760.5000,1.0000,9744.1486,54.0815,52.7586,-0.5175,0.0000,5,1491.5310,-97.0382,529.1167,-97.0404,-15.1567,82.6442,-15.1570,-1.8659,-21.5491,0.0000,0.0000,8.2583,-21.6273,-0.6395,0.0000,-20.9878,0.0000,-20.9878,5.9007,-26.8885,32.7091,-59.5976,-0.6900,-58.9076,0.0000,0.0000,9.9875,-68.8951,1.0837,0.0000,0.0000,0.0000 -761.5000,1.0000,9758.5665,52.2960,51.0506,-0.4744,0.0000,5,1446.3645,-94.3617,509.6424,-94.3617,-14.2923,77.1919,-14.2923,-2.2024,-20.2108,0.0000,0.0000,8.1209,-20.1941,-0.6056,0.0000,-19.5885,0.0000,-19.5885,5.7059,-25.2944,26.1439,-51.4383,-0.6117,-50.8266,0.5934,0.0000,9.6578,-61.0778,1.0827,0.0000,0.0000,0.0000 -762.5000,1.0000,9772.5161,50.6100,49.3866,-0.4622,0.0000,5,1395.8190,-91.3615,491.9673,-91.3639,-13.3543,71.9108,-13.3546,-2.2073,-17.1708,0.0000,0.0000,6.0237,-17.1357,-0.5693,0.0000,-16.5664,0.0000,-16.5664,5.5220,-22.0884,22.1220,-44.2103,-0.5768,-43.6336,4.6060,0.0000,9.3463,-57.5859,1.0821,0.0000,0.0000,0.0000 -763.5000,1.0000,9785.9692,48.8225,47.4756,-0.5308,0.0000,5,1349.3170,-88.6058,481.2364,-88.6060,-12.5200,67.9988,-12.5200,-1.7196,-16.7299,0.0000,0.0000,5.9294,-16.8014,-0.5412,0.0000,-16.2602,0.0000,-16.2602,5.3269,-21.5871,24.5467,-46.1338,-0.6390,-45.4949,9.2872,0.0000,9.0160,-63.7981,1.0544,0.0000,0.0000,0.0000 -764.5000,1.0000,9798.8856,46.8905,45.5226,-0.5425,0.0000,5,1299.8780,-85.6716,460.8926,-85.6738,-11.6619,62.7380,-11.6622,-2.2900,-15.1460,0.0000,0.0000,5.7741,-15.1268,-0.5083,0.0000,-14.6185,0.0000,-14.6185,5.1161,-19.7346,24.2588,-43.9934,-0.6272,-43.3662,10.5948,0.0000,8.6591,-62.6201,1.0558,0.0000,0.0000,0.0000 -765.5000,1.0000,9811.3116,45.1250,43.9446,-0.4383,0.0000,5,1248.4170,-82.6205,450.5689,-82.6218,-10.8013,58.9046,-10.8015,-1.7460,-14.6874,0.0000,0.0000,5.6321,-14.6760,-0.4815,0.0000,-14.1945,0.0000,-14.1945,4.9235,-19.1180,14.9411,-34.0591,-0.4877,-33.5714,6.7865,0.0000,8.3333,-48.6913,1.0456,0.0000,0.0000,0.0000 -766.5000,1.0000,9823.3704,43.8030,42.8786,-0.2961,0.0000,5,1210.1930,-80.3547,446.1055,-80.3548,-10.1834,56.5354,-10.1835,-1.1482,-14.5336,0.0000,0.0000,5.4984,-14.5248,-0.4624,0.0000,-14.0624,0.0000,-14.0624,4.7793,-18.8417,2.3255,-21.1671,-0.3198,-20.8474,2.9925,0.0000,8.0893,-31.9292,1.0247,0.0000,0.0000,0.0000 -767.5000,1.0000,9835.2061,43.0000,42.3386,-0.1500,0.0000,5,1180.3615,9.3854,438.9255,-78.5788,1.1601,54.2543,-9.7129,-1.0425,-3.2234,0.0000,0.0000,5.4260,-3.2042,-0.4230,0.0000,-2.7813,0.0000,-2.7813,4.6916,-7.4729,0.0000,-7.4729,-0.1590,-7.3139,0.6228,0.0000,7.9410,-15.8778,1.0321,1602.4965,1602.4965,1602.4965 -768.5000,1.0000,9846.9010,42.4930,41.8646,-0.1317,0.0000,5,1162.0890,27.0595,483.4739,-77.4888,3.2930,58.8357,-9.4299,-0.2777,-1.8354,0.0000,0.0000,5.4061,-1.8396,-0.4125,0.0000,-1.4270,0.0000,-1.4270,4.6363,-6.0633,0.0000,-6.0633,-0.1379,-5.9254,0.0000,0.0000,7.8474,-13.7728,1.0274,1874.0375,1874.0375,1874.0375 -769.5000,1.0000,9858.5203,42.2210,41.7946,-0.0194,0.0000,5,1151.2550,123.2859,486.7203,-76.8425,14.8632,58.6786,-9.2641,-0.4909,9.9909,0.0000,0.0000,5.3632,9.9388,-0.4238,0.0000,10.3626,0.0000,10.3626,4.6066,5.7560,0.0000,5.7560,-0.0202,5.7762,0.0000,0.0000,7.7972,-2.0209,1.0366,3396.8932,3396.8932,3396.8932 -770.5000,1.0000,9870.1345,42.2025,41.8276,0.0092,0.0000,5,1138.9335,150.2313,530.2876,-76.1075,17.9179,63.2468,-9.0773,-0.3762,12.9880,0.0000,0.0000,5.3061,12.9216,-0.4386,0.0000,13.3602,0.0000,13.3602,4.6046,8.7556,0.0000,8.7556,0.0095,8.7461,0.0000,0.0000,7.7938,0.9523,1.0094,3954.9471,3954.9471,3954.9471 -771.5000,1.0000,9881.7141,42.0780,41.5456,-0.0783,0.0000,5,1135.3860,77.2334,546.4102,-75.8959,9.1828,64.9667,-9.0238,0.1277,3.7551,0.0000,0.0000,5.3001,3.7738,-0.3929,0.0000,4.1666,0.0000,4.1666,4.5910,-0.4244,0.0000,-0.4244,-0.0813,-0.3432,0.0000,0.0000,7.7708,-8.1139,1.0086,2657.3226,2657.3226,2657.3226 -772.5000,1.0000,9893.2535,41.9335,41.5386,-0.0019,0.0000,5,1137.1025,142.5724,510.9872,-75.9983,16.9771,60.8469,-9.0497,-0.0080,11.6880,0.0000,0.0000,5.2971,11.6878,-0.4289,0.0000,12.1166,0.0000,12.1166,4.5753,7.5414,0.0000,7.5414,-0.0020,7.5434,0.0000,0.0000,7.7441,-0.2007,1.0090,3771.2615,3771.2615,3771.2615 -773.5000,1.0000,9904.8124,42.0035,41.6856,0.0408,0.0000,5,1137.1405,180.3544,541.9069,-76.0006,21.4768,64.5309,-9.0502,0.0106,16.1781,0.0000,0.0000,5.2881,16.1520,-0.4523,0.0000,16.6043,0.0000,16.6043,4.5829,12.0214,0.0000,12.0214,0.0423,11.9791,0.0000,0.0000,7.7570,4.2221,0.9975,4638.8975,4638.8975,4638.8975 -774.5000,1.0000,9916.4186,42.1735,41.8786,0.0536,0.0000,5,1135.6145,191.6136,558.2500,-75.9096,22.7869,66.3878,-9.0273,-0.1171,17.6159,0.0000,0.0000,5.2880,17.5497,-0.4616,0.0000,18.0114,0.0000,18.0114,4.6015,13.4099,0.0000,13.4099,0.0557,13.3542,0.0000,0.0000,7.7884,5.5658,1.0202,4890.8781,4890.8781,4890.8781 -775.5000,1.0000,9928.1237,42.5300,42.3986,0.1444,0.0000,5,1139.0095,276.4276,568.2297,-76.1121,32.9714,67.7766,-9.0784,0.3549,27.2983,0.0000,0.0000,5.3182,27.2533,-0.5153,0.0000,27.7686,0.0000,27.7686,4.6404,23.1283,0.0000,23.1283,0.1515,22.9768,0.0000,0.0000,7.8542,15.1226,1.0095,6774.1479,6774.1479,6774.1479 -776.5000,1.0000,9940.0162,43.2045,43.2276,0.2303,0.0000,5,1155.0695,355.6082,613.2652,-77.0701,43.0139,74.1797,-9.3223,0.7793,36.8595,0.0000,0.0000,5.3750,36.8565,-0.5727,0.0000,37.4293,0.0000,37.4293,4.7140,32.7153,0.0000,32.7153,0.2453,32.4700,0.0000,0.0000,7.9788,24.4912,1.0376,8670.3058,8670.3058,8670.3058 -777.5000,1.0000,9952.1030,43.9040,43.7976,0.1583,0.0000,5,1173.3425,289.7181,650.1338,-78.1601,35.5983,79.8833,-9.6037,0.5250,29.6445,0.0000,0.0000,5.4287,29.6362,-0.5456,0.0000,30.1818,0.0000,30.1818,4.7903,25.3916,0.0000,25.3916,0.1714,25.2202,0.0000,0.0000,8.1080,17.1122,1.0304,7296.3869,7296.3869,7296.3869 -778.5000,1.0000,9964.3779,44.5810,44.5816,0.2178,0.0000,5,1192.6070,343.8957,627.1137,-79.3093,42.9490,78.3199,-9.9049,0.8773,36.6007,0.0000,0.0000,5.4710,36.6461,-0.5902,0.0000,37.2362,0.0000,37.2362,4.8641,32.3721,0.0000,32.3721,0.2394,32.1327,0.0000,0.0000,8.2330,23.8997,1.0212,8687.7877,8687.7877,8687.7877 -779.5000,1.0000,9976.8924,45.4435,45.5226,0.2614,0.0000,5,1214.4655,382.3767,653.2073,-80.6082,48.6301,83.0739,-10.2516,0.7369,42.3468,0.0000,0.0000,5.5464,42.2539,-0.6303,0.0000,42.8841,0.0000,42.8841,4.9582,37.9259,0.0000,37.9259,0.2929,37.6330,0.0000,0.0000,8.3923,29.2407,1.0522,9758.7301,9758.7301,9758.7301 -780.5000,1.0000,9989.6638,46.3685,46.4316,0.2525,0.0000,5,1246.2805,376.3064,680.6777,-82.4951,49.1118,88.8354,-10.7664,1.6788,41.7675,0.0000,0.0000,5.6656,42.0900,-0.6423,0.0000,42.7323,0.0000,42.7323,5.0592,37.6731,0.0000,37.6731,0.2887,37.3844,0.0000,0.0000,8.5631,28.8213,1.0318,9866.2873,9866.2873,9866.2873 -781.5000,1.0000,10002.7014,47.3270,47.4396,0.2800,0.0000,5,1282.0245,394.5644,678.9724,-84.6150,52.9716,91.1543,-11.3598,1.0872,46.1696,0.0000,0.0000,5.7148,46.1752,-0.6763,0.0000,46.8515,0.0000,46.8515,5.1637,41.6878,0.0000,41.6878,0.3267,41.3611,0.0000,0.0000,8.7401,32.6209,1.0389,10635.1902,10635.1902,10635.1902 -782.5000,1.0000,10016.0378,48.4025,48.5826,0.3175,0.0000,5,1306.1340,428.0300,689.9933,-86.0449,58.5451,94.3759,-11.7690,0.8262,51.9107,0.0000,0.0000,5.8082,51.7095,-0.7196,0.0000,52.4291,0.0000,52.4291,5.2811,47.1480,0.0000,47.1480,0.3789,46.7691,0.0000,0.0000,8.9387,37.8304,1.0437,11709.3107,11709.3107,11709.3107 -783.5000,1.0000,10029.6697,49.4660,49.5666,0.2733,0.0000,5,1336.3470,391.1144,713.1376,-87.8367,54.7333,99.7979,-12.2920,1.6342,47.2041,0.0000,0.0000,5.8950,47.4357,-0.7134,0.0000,48.1491,0.0000,48.1491,5.3971,42.7520,0.0000,42.7520,0.3334,42.4186,0.0000,0.0000,9.1351,33.2835,1.0365,10992.9631,10992.9631,10992.9631 -784.5000,1.0000,10043.5663,50.4195,50.4896,0.2564,0.0000,5,1362.9360,371.8010,696.0937,-89.4137,53.0658,99.3509,-12.7617,0.5588,46.4275,0.0000,0.0000,6.0795,46.2318,-0.7213,0.0000,46.9531,0.0000,46.9531,5.5012,41.4519,0.0000,41.4519,0.3187,41.1332,0.0000,0.0000,9.3112,31.8220,1.1852,10689.3241,10689.3241,10689.3241 -785.5000,1.0000,10057.6801,51.2010,51.1296,0.1778,0.0000,5,1374.8000,303.6971,691.4679,-90.1173,43.7229,99.5498,-12.9741,0.4380,37.0785,0.0000,0.0000,6.2063,36.9873,-0.6862,0.0000,37.6735,0.0000,37.6735,5.5864,32.0871,0.0000,32.0871,0.2244,31.8626,0.0000,0.0000,9.4556,22.4071,1.2772,8958.2806,8958.2806,8958.2806 -786.5000,1.0000,10071.8967,51.5710,51.2296,0.0278,0.0000,5,1386.2825,170.5933,667.9291,-90.7983,24.7652,96.9641,-13.1813,0.5359,18.0516,0.0000,0.0000,6.1778,18.1160,-0.5964,0.0000,18.7124,0.0000,18.7124,5.6268,13.0856,0.0000,13.0856,0.0353,13.0503,0.0000,0.0000,9.5239,3.5264,1.2202,5461.1908,5461.1908,5461.1908 -787.5000,1.0000,10086.1163,51.5820,51.1516,-0.0217,0.0000,5,1393.4540,123.7162,614.9324,-91.2236,18.0529,89.7323,-13.3116,0.0750,11.7941,0.0000,0.0000,6.1838,11.8105,-0.5647,0.0000,12.3752,0.0000,12.3752,5.6280,6.7472,0.0000,6.7472,-0.0276,6.7747,0.0000,0.0000,9.5259,-2.7512,1.2082,4255.8967,4255.8967,4255.8967 -788.5000,1.0000,10100.3117,51.4950,51.0556,-0.0267,0.0000,5,1391.5465,117.1009,594.1200,-91.1105,17.0642,86.5766,-13.2768,-0.2380,11.1660,0.0000,0.0000,6.1362,11.1540,-0.5601,0.0000,11.7141,0.0000,11.7141,5.6185,6.0956,0.0000,6.0956,-0.0339,6.1295,0.0000,0.0000,9.5099,-3.3804,1.1936,4071.9084,4071.9084,4071.9084 -789.5000,1.0000,10114.4627,51.3350,50.8316,-0.0622,0.0000,5,1386.0535,86.1128,590.1948,-90.7847,12.4990,85.6651,-13.1771,-0.2305,6.6034,0.0000,0.0000,6.1262,6.6049,-0.5347,0.0000,7.1396,0.0000,7.1396,5.6011,1.5386,0.0000,1.5386,-0.0788,1.6173,0.0000,0.0000,9.4803,-7.8630,1.1779,3371.6288,3371.6288,3371.6288 -790.5000,1.0000,10128.5445,51.0860,50.5576,-0.0761,0.0000,5,1389.6010,79.4525,584.8364,-90.9951,11.5618,85.1046,-13.2415,0.5339,4.7844,0.0000,0.0000,6.2436,4.8188,-0.5220,0.0000,5.3409,0.0000,5.3409,5.5739,-0.2330,0.0000,-0.2330,-0.0959,-0.1372,0.0000,0.0000,9.4343,-9.5715,1.2353,3269.9703,3269.9703,3269.9703 -791.5000,1.0000,10142.5385,50.7700,50.1996,-0.0994,0.0000,5,1390.2875,52.0670,574.4551,-91.0358,7.5805,83.6352,-13.2540,-0.4755,1.8388,0.0000,0.0000,6.2172,1.8379,-0.5246,0.0000,2.3624,0.0000,2.3624,5.5394,-3.1770,0.0000,-3.1770,-0.1245,-3.0525,0.0000,0.0000,9.3760,-12.4284,1.2555,2802.2197,2802.2197,2802.2197 -792.5000,1.0000,10156.3788,50.2165,49.4506,-0.2081,0.0000,5,1379.9115,-41.6439,561.3316,-90.4205,-6.0177,81.1147,-13.0661,-0.4073,-11.7268,0.0000,0.0000,6.1164,-11.7738,-0.5499,0.0000,-11.2239,0.0000,-11.2239,5.4790,-16.7029,0.0000,-16.7029,-0.2576,-16.4453,0.0000,0.0000,9.2737,-25.7191,1.1902,992.4730,992.4730,992.4730 -793.5000,1.0000,10169.9886,49.3865,48.5396,-0.2531,0.0000,5,1362.6305,-84.8739,512.8060,-89.3956,-12.1110,73.1745,-12.7562,-1.0439,-17.1133,0.0000,0.0000,6.0461,-17.1145,-0.5505,0.0000,-16.5640,0.0000,-16.5640,5.3885,-21.9524,0.0000,-21.9524,-0.3081,-21.6443,0.0000,0.0000,9.1205,-30.7647,1.1710,11.2658,11.2658,11.2658 -794.5000,1.0000,10183.2150,48.0065,46.6906,-0.5136,0.0000,5,1326.0090,-87.2229,474.3199,-87.2236,-12.1117,65.8637,-12.1118,-1.9663,-16.0909,0.0000,0.0000,5.9455,-16.1081,-0.5272,0.0000,-15.5808,0.0000,-15.5808,5.2379,-20.8187,31.6201,-52.4388,-0.6079,-51.8309,0.0000,0.0000,8.8656,-60.6965,1.1604,0.0000,0.0000,0.0000 -795.5000,1.0000,10195.9625,46.2825,45.0916,-0.4442,0.0000,5,1280.0035,-84.4934,460.2131,-84.4951,-11.3256,61.6877,-11.3259,-1.7182,-15.4177,0.0000,0.0000,5.8103,-15.4208,-0.5001,0.0000,-14.9207,0.0000,-14.9207,5.0498,-19.9705,21.7448,-41.7153,-0.5068,-41.2085,0.8491,0.0000,8.5472,-50.6048,1.1455,0.0000,0.0000,0.0000 -796.5000,1.0000,10208.2682,44.6920,43.5096,-0.4394,0.0000,5,1237.3545,-81.9643,449.4733,-81.9657,-10.6206,58.2407,-10.6207,-1.5798,-14.7765,0.0000,0.0000,5.7358,-14.7900,-0.4756,0.0000,-14.3144,0.0000,-14.3144,4.8763,-19.1907,20.4477,-39.6383,-0.4842,-39.1541,0.9386,0.0000,8.2535,-48.3463,1.1811,0.0000,0.0000,0.0000 -797.5000,1.0000,10220.1721,43.2455,42.1986,-0.3642,0.0000,5,1196.3075,-79.5287,438.5601,-79.5300,-9.9631,54.9415,-9.9633,-1.4882,-14.0492,0.0000,0.0000,5.5743,-14.0239,-0.4533,0.0000,-13.5706,0.0000,-13.5706,4.7184,-18.2890,11.9723,-30.2614,-0.3883,-29.8731,0.9083,0.0000,7.9864,-38.7677,1.1088,0.0000,0.0000,0.0000 -798.5000,1.0000,10231.8331,42.3710,41.7606,-0.1217,0.0000,5,1163.6910,32.8983,435.6001,-77.5844,4.0090,53.0829,-9.4545,-0.8833,-0.6376,0.0000,0.0000,5.5299,-0.6341,-0.4079,0.0000,-0.2262,0.0000,-0.2262,4.6230,-4.8493,0.0000,-4.8493,-0.1271,-4.7222,0.1432,0.0000,7.8249,-12.6902,1.1545,1968.2739,1968.2739,1968.2739 -799.5000,1.0000,10243.4101,42.0685,41.5936,-0.0464,0.0000,5,1144.7700,101.3036,488.1233,-76.4557,12.1443,58.5162,-9.1655,-0.4612,7.1262,0.0000,0.0000,5.4793,7.0995,-0.4075,0.0000,7.5069,0.0000,7.5069,4.5900,2.9169,0.0000,2.9169,-0.0481,2.9650,0.0000,0.0000,7.7690,-4.8040,1.1385,3047.3034,3047.3034,3047.3034 -800.5000,1.0000,10255.0353,42.2425,42.1086,0.1431,0.0000,5,1138.6285,272.9434,523.3301,-76.0893,32.5449,62.4003,-9.0727,0.0293,27.0793,0.0000,0.0000,5.4363,26.9252,-0.5099,0.0000,27.4350,0.0000,27.4350,4.6090,22.8260,0.0000,22.8260,0.1490,22.6771,0.0000,0.0000,7.8011,14.8759,1.1150,6690.2069,6690.2069,6690.2069 -801.5000,1.0000,10266.8852,43.0510,43.2106,0.3061,0.0000,5,1148.3560,425.5001,609.9577,-76.6696,51.1688,73.3508,-9.2199,0.6564,45.0111,0.0000,0.0000,5.5012,44.8026,-0.6108,0.0000,45.4134,0.0000,45.4134,4.6972,40.7162,0.0000,40.7162,0.3249,40.3913,0.0000,0.0000,7.9505,32.4408,1.1504,10176.3678,10176.3678,10176.3678 -802.5000,1.0000,10279.0700,44.2565,44.5196,0.3636,0.0000,5,1172.3505,481.2703,684.8191,-78.1009,59.0847,84.0741,-9.5883,1.0574,52.4971,0.0000,0.0000,5.5303,52.3801,-0.6652,0.0000,53.0453,0.0000,53.0453,4.8620,48.1834,0.0000,48.1834,0.3967,47.7866,0.0000,0.0000,8.1731,39.6135,1.1241,11769.4467,11769.4467,11769.4467 -803.5000,1.0000,10291.6411,45.6475,45.9926,0.4092,0.0000,5,1207.3700,524.9582,715.6342,-80.1874,66.3733,90.4816,-10.1385,1.5076,59.2016,0.0000,0.0000,5.6642,59.2427,-0.7189,0.0000,59.9616,0.0000,59.9616,5.0935,54.8681,0.0000,54.8681,0.4605,54.4076,0.0000,0.0000,8.4300,45.9776,1.1703,13178.3351,13178.3351,13178.3351 -804.5000,1.0000,10304.6504,47.2250,47.6746,0.4672,0.0000,5,1249.0655,577.9612,738.8615,-82.6603,75.5984,96.6444,-10.8121,1.6386,68.2156,0.0000,0.0000,5.7442,68.1683,-0.7860,0.0000,68.9543,0.0000,68.9543,5.3734,63.5809,0.0000,63.5809,0.5440,63.0369,0.0000,0.0000,8.7213,54.3156,1.1471,14909.4753,14909.4753,14909.4753 -805.5000,1.0000,10318.1090,48.8425,49.2276,0.4314,0.0000,5,1293.5075,544.1563,766.3043,-85.2960,73.7091,103.8004,-11.5538,1.8333,65.9733,0.0000,0.0000,5.9025,66.0996,-0.7986,0.0000,66.8982,0.0000,66.8982,5.4911,61.4071,0.0000,61.4071,0.5195,60.8876,0.0000,0.0000,9.0200,51.8676,1.1886,14568.3728,14568.3728,14568.3728 -806.5000,1.0000,10332.0185,50.4655,50.9206,0.4703,0.0000,5,1337.5300,577.7463,757.2933,-87.9069,80.9225,106.0709,-12.3128,1.7202,73.2972,0.0000,0.0000,5.9051,73.2168,-0.8583,0.0000,74.0750,0.0000,74.0750,5.7479,68.3271,0.0000,68.3271,0.5851,67.7420,0.0000,0.0000,9.3197,58.4223,1.0792,15867.6260,15867.6260,15867.6260 -807.5000,1.0000,10346.3942,52.1440,52.5846,0.4622,0.0000,5,1379.0725,571.8557,775.6438,-90.3707,82.5852,112.0155,-13.0510,1.7446,74.6631,0.0000,0.0000,6.1775,74.5883,-0.8902,0.0000,75.4785,0.0000,75.4785,5.9232,69.5553,0.0000,69.5553,0.5942,68.9611,0.0000,0.0000,9.6297,59.3314,1.2321,16178.8460,16178.8460,16178.8460 -808.5000,1.0000,10361.2224,53.7730,54.1786,0.4428,0.0000,5,1422.7510,553.8981,780.0184,-92.9612,82.5253,116.2150,-13.8503,2.0165,74.1813,0.0000,0.0000,6.3276,74.2836,-0.9136,0.0000,75.1972,0.0000,75.1972,6.0686,69.1286,0.0000,69.1286,0.5870,68.5416,0.0000,0.0000,9.9305,58.6110,1.2544,16171.7742,16171.7742,16171.7742 -809.5000,1.0000,10376.4888,55.3505,55.7396,0.4336,0.0000,5,1469.1000,542.9637,779.8348,-95.7101,83.5316,119.9727,-14.7244,2.0994,75.0511,0.0000,0.0000,6.3811,75.1798,-0.9427,0.0000,76.1225,0.0000,76.1225,6.2275,69.8951,0.0000,69.8951,0.5917,69.3033,0.0000,0.0000,10.2219,59.0815,1.1754,16389.9284,16389.9284,16389.9284 -810.5000,1.0000,10392.1745,56.8600,57.1976,0.4050,0.0000,5,1515.1445,515.0983,782.8489,-98.4409,81.7284,124.2112,-15.6192,2.1191,72.9765,0.0000,0.0000,6.6328,73.1357,-0.9564,0.0000,74.0921,0.0000,74.0921,6.3357,67.7564,0.0000,67.7564,0.5678,67.1886,0.0000,0.0000,10.5006,56.6880,1.2594,16146.9311,16146.9311,16146.9311 -811.5000,1.0000,10408.2479,58.2555,58.5306,0.3703,0.0000,5,1557.8320,485.3239,779.7475,-100.9726,79.1737,127.2047,-16.4722,1.9050,70.5201,0.0000,0.0000,6.7486,70.6136,-0.9662,0.0000,71.5798,0.0000,71.5798,6.4262,65.1536,0.0000,65.1536,0.5318,64.6218,0.0000,0.7635,10.7584,53.0999,1.2549,15748.5685,15748.5685,15748.5685 -812.5000,1.0000,10424.6535,59.4515,59.5896,0.2942,0.0000,5,1591.2110,420.1337,773.5898,-102.9522,70.0074,128.9042,-17.1551,1.3159,61.8466,0.0000,0.0000,6.8449,61.8195,-0.9415,0.0000,62.7610,0.0000,62.7610,6.4866,56.2743,0.0000,56.2743,0.4312,55.8431,0.0000,1.8127,10.9792,43.0512,1.2642,14070.9999,14070.9999,14070.9999 -813.5000,1.0000,10441.3628,60.5450,60.7176,0.3133,0.0000,5,1622.9115,441.2329,761.7349,-104.2894,74.9879,129.4575,-17.7241,1.8173,66.2074,0.0000,0.0000,6.9632,66.3334,-0.9826,0.0000,67.3159,0.0000,67.3159,6.6059,60.7100,0.0000,60.7100,0.4677,60.2423,0.0000,2.3614,11.1812,46.6997,1.2741,15051.6757,15051.6757,15051.6757 -814.5000,1.0000,10458.2293,61.1110,60.7216,0.0011,0.0000,5,1649.1190,160.6895,766.5603,-105.2227,27.7503,132.3814,-18.1715,0.8075,19.8690,0.0000,0.0000,7.0738,19.9644,-0.7579,0.0000,20.7223,0.0000,20.7223,6.6677,14.0547,0.0000,14.0547,0.0017,14.0530,0.0000,2.6001,11.2857,0.1671,1.2960,6253.9934,6253.9934,6253.9934 -815.5000,1.0000,10475.0743,61.0335,60.5626,-0.0442,0.0000,5,1656.3670,117.8631,685.0363,-105.4809,20.4439,118.8225,-18.2961,-0.0737,13.4784,0.0000,0.0000,7.0393,13.4900,-0.7239,0.0000,14.2139,0.0000,14.2139,6.6592,7.5547,0.0000,7.5547,-0.0665,7.6211,0.0000,2.9856,11.2714,-6.6358,1.2983,4977.6968,4977.6968,4977.6968 -816.5000,1.0000,10491.8963,60.9505,60.5556,-0.0019,0.0000,5,1642.1760,160.5634,660.6272,-104.9755,27.6118,113.6069,-18.0525,-1.3580,22.0174,0.0000,0.0000,6.9524,21.8381,-0.7647,0.0000,22.6028,0.0000,22.6028,6.6502,15.9526,0.0000,15.9526,-0.0029,15.9555,0.0000,4.9912,11.2561,-0.2917,1.2528,6214.4902,6214.4902,6214.4902 -817.5000,1.0000,10508.7220,60.9640,60.5896,0.0094,0.0000,5,1648.2415,196.8244,696.3073,-105.1915,33.9726,120.1850,-18.1564,1.9770,24.9897,0.0000,0.0000,7.0059,25.2788,-0.7823,0.0000,26.0611,0.0000,26.0611,6.6517,19.4094,0.0000,19.4094,0.0142,19.3952,0.0000,6.7193,11.2585,1.4174,1.2001,7402.2115,7402.2115,7402.2115 -818.5000,1.0000,10525.5891,61.1130,60.8536,0.0733,0.0000,5,1663.9965,242.8139,694.9905,-105.7526,42.3111,121.1044,-18.4277,-0.3859,35.6136,0.0000,0.0000,7.0835,35.4562,-0.8362,0.0000,36.2923,0.0000,36.2923,6.6679,29.6244,0.0000,29.6244,0.1105,29.5139,0.0000,7.1956,11.2861,11.0323,1.2870,8942.7664,8942.7664,8942.7664 -819.5000,1.0000,10542.5415,61.4200,61.2036,0.0972,0.0000,5,1666.4380,274.7281,715.2400,-105.8395,47.9425,124.8158,-18.4699,0.6363,40.1875,0.0000,0.0000,7.1187,40.2228,-0.8655,0.0000,41.0883,0.0000,41.0883,6.7014,34.3869,0.0000,34.3869,0.1472,34.2397,0.0000,8.1973,11.3428,14.6996,1.2877,10028.0985,10028.0985,10028.0985 -820.5000,1.0000,10559.5614,61.6630,61.3396,0.0378,0.0000,5,1679.2935,230.0405,726.7720,-106.2973,40.4538,127.8066,-18.6929,0.6845,32.6905,0.0000,0.0000,7.0788,32.7836,-0.8320,0.0000,33.6156,0.0000,33.6156,6.7279,26.8877,0.0000,26.8877,0.0574,26.8302,0.0000,9.7082,11.3876,5.7344,1.2098,8624.8981,8624.8981,8624.8981 -821.5000,1.0000,10576.6517,61.9165,61.7106,0.1031,0.0000,5,1691.2335,311.9197,716.9822,-106.7226,55.2427,126.9815,-18.9012,0.5507,47.4882,0.0000,0.0000,7.2038,47.4948,-0.9106,0.0000,48.4054,0.0000,48.4054,6.7556,41.6498,0.0000,41.6498,0.1573,41.4925,0.0000,14.3506,11.4344,15.7075,1.2955,11431.0813,11431.0813,11431.0813 -822.5000,1.0000,10593.8276,62.2250,61.9566,0.0683,0.0000,5,1692.1490,285.0592,733.4675,-106.7552,50.5129,129.9715,-18.9172,-0.4559,43.8543,0.0000,0.0000,7.1144,43.6544,-0.8965,0.0000,44.5509,0.0000,44.5509,6.7892,37.7616,0.0000,37.7616,0.1048,37.6568,0.0000,15.6983,11.4914,10.4671,1.2139,10557.8691,10557.8691,10557.8691 -823.5000,1.0000,10611.0767,62.4880,62.2366,0.0778,0.0000,5,1689.2115,315.8858,729.3132,-106.6505,55.8782,129.0110,-18.8658,0.1504,48.6918,0.0000,0.0000,7.0361,48.6246,-0.9261,0.0000,49.5507,0.0000,49.5507,6.8179,42.7328,0.0000,42.7328,0.1198,42.6130,0.0000,19.1088,11.5400,11.9641,1.1310,11544.6750,11544.6750,11544.6750 -824.5000,1.0000,10628.3943,62.7350,62.4506,0.0594,0.0000,5,1697.0700,316.7734,741.6852,-106.9304,56.2959,131.8099,-19.0033,0.6679,48.5707,0.0000,0.0000,7.0573,48.6711,-0.9306,0.0000,49.6017,0.0000,49.6017,6.8449,42.7569,0.0000,42.7569,0.0919,42.6649,0.0000,21.8991,11.5856,9.1802,1.1335,11645.2289,11645.2289,11645.2289 -825.5000,1.0000,10645.7675,62.9350,62.6366,0.0517,0.0000,5,1701.9150,339.2793,738.3173,-107.1029,60.4678,131.5859,-19.0883,-0.1635,51.4236,0.0000,0.0000,9.2076,51.3005,-0.9473,0.0000,52.2479,0.0000,52.2479,6.8667,45.3812,0.0000,45.3812,0.0802,45.3010,0.0000,25.6740,11.6225,8.0045,1.1623,12432.8473,12432.8473,12432.8473 -826.5000,1.0000,10663.1983,63.1420,62.8646,0.0633,0.0000,5,1711.5280,364.2769,753.4632,-107.4453,65.2896,135.0438,-19.2575,1.1748,54.8238,0.0000,0.0000,9.2910,55.0824,-0.9700,0.0000,56.0524,0.0000,56.0524,6.8893,49.1632,0.0000,49.1632,0.0986,49.0646,0.0000,27.5596,11.6608,9.8442,1.1517,13328.3300,13328.3300,13328.3300 -827.5000,1.0000,10680.6984,63.3920,63.1366,0.0756,0.0000,5,1721.0650,348.9322,754.1462,-107.7849,62.8879,135.9194,-19.4260,-0.1733,53.7514,0.0000,0.0000,9.3098,53.5852,-0.9668,0.0000,54.5520,0.0000,54.5520,6.9166,47.6355,0.0000,47.6355,0.1181,47.5174,0.0000,24.0200,11.7069,11.7904,1.1683,12881.9218,12881.9218,12881.9218 -828.5000,1.0000,10698.2725,63.6580,63.3966,0.0722,0.0000,5,1729.2290,387.7544,758.7183,-108.0757,70.2163,137.3921,-19.5708,1.0411,59.8229,0.0000,0.0000,9.3523,60.0394,-1.0040,0.0000,61.0435,0.0000,61.0435,6.9456,54.0979,0.0000,54.0979,0.1134,53.9845,0.0000,30.9109,11.7561,11.3176,1.1709,14261.1738,14261.1738,14261.1738 -829.5000,1.0000,10715.9126,63.8960,63.6126,0.0600,0.0000,5,1738.3080,373.6257,763.7723,-108.3990,68.0130,139.0334,-19.7324,-0.0774,58.7421,0.0000,0.0000,9.3483,58.6186,-1.0010,0.0000,59.6196,0.0000,59.6196,6.9716,52.6480,0.0000,52.6480,0.0945,52.5535,0.0000,31.3160,11.8000,9.4374,1.1464,13842.0825,13842.0825,13842.0825 -830.5000,1.0000,10733.5583,63.9160,63.4366,-0.0489,0.0000,5,1730.1060,270.6036,755.8437,-108.1069,49.0269,136.9409,-19.5864,-0.7944,40.5311,0.0000,0.0000,9.2902,40.4116,-0.9094,0.0000,41.3210,0.0000,41.3210,6.9737,34.3473,0.0000,34.3473,-0.0770,34.4243,0.0000,30.3128,11.8037,-7.6922,1.1438,10271.8362,10271.8362,10271.8362 -831.5000,1.0000,10751.1388,63.6810,63.1426,-0.0817,0.0000,5,1722.5910,249.6026,732.5171,-107.8393,45.0256,132.1382,-19.4531,-0.0040,35.7574,0.0000,0.0000,9.2723,35.8393,-0.8822,0.0000,36.7215,0.0000,36.7215,6.9481,29.7734,0.0000,29.7734,-0.1282,29.9016,0.0000,30.9435,11.7603,-12.8022,1.1551,9532.7514,9532.7514,9532.7514 -832.5000,1.0000,10768.6500,63.4320,62.9386,-0.0567,0.0000,5,1722.5530,265.5930,726.9313,-107.8379,47.9091,131.1277,-19.4524,0.0000,40.7576,0.0000,0.0000,7.1514,40.8233,-0.9030,0.0000,41.7263,0.0000,41.7263,6.9209,34.8054,0.0000,34.8054,-0.0886,34.8940,0.0000,32.0281,11.7143,-8.8484,1.1551,10067.6124,10067.6124,10067.6124 -833.5000,1.0000,10786.0788,63.1350,62.5486,-0.1083,0.0000,5,1717.8225,249.8543,727.0745,-107.6695,44.9463,130.7934,-19.3687,-0.4990,38.3349,0.0000,0.0000,7.1104,38.3478,-0.8854,0.0000,39.2332,0.0000,39.2332,6.8885,32.3447,0.0000,32.3447,-0.1686,32.5133,0.0000,37.6907,11.6595,-16.8369,1.1536,9519.0002,9519.0002,9519.0002 -834.5000,1.0000,10803.3827,62.6855,62.0396,-0.1414,0.0000,5,1704.8905,165.5343,718.0043,-107.2089,29.5538,128.1894,-19.1406,-0.8587,23.3865,0.0000,0.0000,7.0260,23.3689,-0.8020,0.0000,24.1708,0.0000,24.1708,6.8395,17.3314,0.0000,17.3314,-0.2185,17.5499,0.0000,27.7912,11.5765,-21.8178,1.1359,6687.4715,6687.4715,6687.4715 -835.5000,1.0000,10820.5298,62.1210,61.4196,-0.1722,0.0000,5,1688.6400,166.3494,691.1244,-106.6302,29.4162,122.2143,-18.8558,-0.8347,23.2601,0.0000,0.0000,6.9908,23.2654,-0.7918,0.0000,24.0571,0.0000,24.0571,6.7779,17.2792,0.0000,17.2792,-0.2638,17.5430,0.0000,32.4072,11.4722,-26.3364,1.1445,6636.4974,6636.4974,6636.4974 -836.5000,1.0000,10837.5136,61.5330,60.8636,-0.1544,0.0000,5,1674.8685,193.7988,689.0077,-106.1397,33.9907,120.8463,-18.6160,-0.5886,27.6098,0.0000,0.0000,6.9695,27.6403,-0.8038,0.0000,28.4442,0.0000,28.4442,6.7137,21.7304,0.0000,21.7304,-0.2343,21.9647,0.0000,33.9954,11.3636,-23.3943,1.1538,7441.7598,7441.7598,7441.7598 -837.5000,1.0000,10854.3188,60.8905,60.1346,-0.2025,0.0000,5,1670.4050,206.4905,699.7528,-105.9808,36.1202,122.4038,-18.5386,0.1291,29.0490,0.0000,0.0000,6.9421,29.2460,-0.8011,0.0000,30.0470,0.0000,30.0470,6.6436,23.4034,0.0000,23.4034,-0.3040,23.7074,0.0000,42.8156,11.2450,-30.3532,1.1388,7820.6373,7820.6373,7820.6373 -838.5000,1.0000,10870.9614,60.3045,59.6916,-0.1231,0.0000,5,1651.4075,287.3587,685.3247,-105.3042,49.6944,118.5166,-18.2108,-2.0543,44.9278,0.0000,0.0000,6.8209,44.5403,-0.8685,0.0000,45.4087,0.0000,45.4087,6.5797,38.8290,0.0000,38.8290,-0.1830,39.0120,0.0000,46.1428,11.1367,-18.2675,1.1346,10343.1009,10343.1009,10343.1009 -839.5000,1.0000,10887.4604,59.7880,59.1016,-0.1639,0.0000,5,1628.9765,237.3720,715.6574,-104.5054,40.4923,122.0812,-17.8272,-0.2175,33.8919,0.0000,0.0000,6.8180,34.0145,-0.8067,0.0000,34.8212,0.0000,34.8212,6.5233,28.2978,0.0000,28.2978,-0.2416,28.5394,0.0000,41.6189,11.0414,-24.1209,1.1429,8578.9246,8578.9246,8578.9246 -840.5000,1.0000,10903.7935,59.1905,58.4966,-0.1681,0.0000,5,1616.2355,186.0525,692.0654,-104.0517,31.4897,117.1333,-17.6109,-1.0488,25.8270,0.0000,0.0000,6.7115,25.7899,-0.7552,0.0000,26.5451,0.0000,26.5451,6.4582,20.0870,0.0000,20.0870,-0.2452,20.3322,0.0000,33.8881,10.9310,-24.4869,1.1029,6895.0368,6895.0368,6895.0368 -841.5000,1.0000,10919.9843,58.6785,58.0776,-0.1164,0.0000,5,1591.8215,198.5573,667.2498,-102.9884,33.0985,111.2273,-17.1677,-1.3537,27.7829,0.0000,0.0000,6.6693,27.6399,-0.7561,0.0000,28.3960,0.0000,28.3960,6.4023,21.9937,0.0000,21.9937,-0.1684,22.1621,0.0000,28.1377,10.8365,-16.8120,1.1359,7175.9877,7175.9877,7175.9877 -842.5000,1.0000,10936.0937,58.3850,57.9096,-0.0467,0.0000,5,1576.6385,256.0580,674.9510,-102.0879,42.2765,111.4379,-16.8553,-0.1293,35.7528,0.0000,0.0000,6.6531,35.7739,-0.7924,0.0000,36.5663,0.0000,36.5663,6.3703,30.1961,0.0000,30.1961,-0.0672,30.2633,0.0000,26.1881,10.7823,-6.7071,1.1205,8859.6256,8859.6256,8859.6256 -843.5000,1.0000,10952.1884,58.3325,57.9726,0.0175,0.0000,5,1578.1260,352.2561,695.7960,-102.1762,58.2142,114.9879,-16.8857,0.2736,51.2538,0.0000,0.0000,6.6868,51.3178,-0.8700,0.0000,52.1878,0.0000,52.1878,6.3645,45.8233,0.0000,45.8233,0.0252,45.7981,0.0000,32.5126,10.7726,2.5129,1.1333,11848.0624,11848.0624,11848.0624 -844.5000,1.0000,10968.3069,58.4180,58.0806,0.0300,0.0000,5,1580.9490,382.0636,725.0882,-102.3436,63.2532,120.0431,-16.9437,0.0000,56.5785,0.0000,0.0000,6.6747,56.5262,-0.8977,0.0000,57.4240,0.0000,57.4240,6.3739,51.0501,0.0000,51.0501,0.0432,51.0069,0.0000,35.9044,10.7884,4.3142,1.1338,12807.5452,12807.5452,12807.5452 -845.5000,1.0000,10984.4537,58.5200,58.1766,0.0267,0.0000,5,1582.2080,330.1779,735.6898,-102.4183,54.7067,121.8953,-16.9695,0.1223,47.9137,0.0000,0.0000,6.6707,47.9125,-0.8559,0.0000,48.7684,0.0000,48.7684,6.3850,42.3834,0.0000,42.3834,0.0385,42.3449,0.0000,27.6962,10.8072,3.8415,1.1341,11190.7793,11190.7793,11190.7793 -846.5000,1.0000,11000.6233,58.6020,58.2446,0.0189,0.0000,5,1588.1970,284.3540,722.6545,-102.7735,47.2925,120.1887,-17.0928,0.4613,40.1451,0.0000,0.0000,6.6860,40.2414,-0.8185,0.0000,41.0599,0.0000,41.0599,6.3939,34.6659,0.0000,34.6659,0.0273,34.6386,0.0000,21.0914,10.8223,2.7249,1.1226,9826.6529,9826.6529,9826.6529 -847.5000,1.0000,11016.7732,58.5310,58.0346,-0.0583,0.0000,5,1597.2380,244.4554,710.2853,-103.3097,40.8882,118.8040,-17.2798,0.4229,33.7426,0.0000,0.0000,6.7227,33.8945,-0.7853,0.0000,34.6798,0.0000,34.6798,6.3862,28.2936,0.0000,28.2936,-0.0842,28.3778,0.0000,25.9735,10.8092,-8.4049,1.1369,8634.6463,8634.6463,8634.6463 -848.5000,1.0000,11032.8433,58.2440,57.6706,-0.1011,0.0000,5,1588.4260,206.3470,684.9084,-102.7870,34.3237,113.9274,-17.0976,-1.2801,28.9615,0.0000,0.0000,6.6423,28.8122,-0.7549,0.0000,29.5672,0.0000,29.5672,6.3549,23.2123,0.0000,23.2123,-0.1452,23.3575,0.0000,27.0983,10.7562,-14.4970,1.1227,7389.1369,7389.1369,7389.1369 -849.5000,1.0000,11048.8221,57.9150,57.3766,-0.0817,0.0000,5,1575.3030,233.3536,677.8966,-102.0087,38.4953,111.8295,-16.8279,0.0000,31.7963,0.0000,0.0000,6.6990,31.8772,-0.7651,0.0000,32.6422,0.0000,32.6422,6.3190,26.3233,0.0000,26.3233,-0.1166,26.4399,0.0000,27.3874,10.6955,-11.6430,1.1328,8137.4366,8137.4366,8137.4366 -850.5000,1.0000,11064.6681,57.4370,56.7146,-0.1839,0.0000,5,1570.3060,129.7750,681.4833,-101.7124,21.3405,112.0645,-16.7258,-0.4819,15.2492,0.0000,0.0000,6.5731,15.2888,-0.6735,0.0000,15.9623,0.0000,15.9623,6.2668,9.6955,0.0000,9.6955,-0.2604,9.9559,0.0000,25.3489,10.6072,-26.0002,1.1067,5023.0032,5023.0032,5023.0032 -851.5000,1.0000,11080.3068,56.6910,55.8846,-0.2306,0.0000,5,1550.6600,75.1080,635.2454,-100.5472,12.1964,103.1542,-16.3273,-1.3950,7.0844,0.0000,0.0000,6.5069,7.0693,-0.6200,0.0000,7.6893,0.0000,7.6893,6.1854,1.5038,0.0000,1.5038,-0.3222,1.8261,0.0000,23.5317,10.4694,-32.1750,1.1156,3651.3217,3651.3217,3651.3217 -852.5000,1.0000,11095.6887,55.7660,54.8646,-0.2833,0.0000,5,1526.2070,-6.5036,612.0844,-99.0970,-1.0394,97.8258,-15.8381,-0.9189,-6.5444,0.0000,0.0000,6.4239,-6.5624,-0.6252,0.0000,-5.9372,0.0000,-5.9372,6.0845,-12.0217,0.0000,-12.0217,-0.3896,-11.6322,0.0000,16.9645,10.2986,-38.8952,1.1109,2074.1640,2074.1640,2074.1640 -853.5000,1.0000,11110.7916,54.7620,53.8766,-0.2744,0.0000,5,1502.0980,9.6880,571.6565,-97.6671,1.5239,89.9212,-15.3630,-1.3196,-3.5005,0.0000,0.0000,6.3440,-3.4988,-0.6011,0.0000,-2.8976,0.0000,-2.8976,5.9750,-8.8726,0.0000,-8.8726,-0.3705,-8.5020,0.0000,18.3815,10.1132,-36.9967,1.1021,2345.6960,2345.6960,2345.6960 -854.5000,1.0000,11125.6055,53.7215,52.7836,-0.3036,0.0000,5,1474.7465,21.6022,569.1054,-96.0449,3.3361,87.8898,-14.8327,-1.1816,-1.7272,0.0000,0.0000,6.2449,-1.7295,-0.5799,0.0000,-1.1496,0.0000,-1.1496,5.8614,-7.0110,0.0000,-7.0110,-0.4021,-6.6089,0.0000,23.6209,9.9210,-40.1509,1.0920,2481.3419,2481.3419,2481.3419 -855.5000,1.0000,11140.1559,52.7730,51.9796,-0.2233,0.0000,5,1445.0295,91.4219,561.2962,-94.2825,13.8343,84.9371,-14.2671,-1.4793,9.1702,0.0000,0.0000,6.1434,9.1340,-0.5692,0.0000,9.7032,0.0000,9.7032,5.7580,3.9453,0.0000,3.9453,-0.2906,4.2359,0.0000,23.5031,9.7459,-29.0131,1.0683,3642.3771,3642.3771,3642.3771 -856.5000,1.0000,11154.4768,51.9465,51.1306,-0.2358,0.0000,5,1420.6150,76.7699,586.9872,-92.8345,11.4208,87.3240,-13.8107,-0.6756,5.9672,0.0000,0.0000,6.1292,5.9836,-0.5408,0.0000,6.5244,0.0000,6.5244,5.6678,0.8566,0.0000,0.8566,-0.3020,1.1586,0.0000,21.7226,9.5932,-30.1572,1.0752,3307.3176,3307.3176,3307.3176 -857.5000,1.0000,11168.6143,51.2865,50.6596,-0.1308,0.0000,5,1401.5410,167.2910,573.1671,-91.7033,24.5531,84.1232,-13.4592,-0.9752,19.4818,0.0000,0.0000,6.0465,19.4135,-0.5987,0.0000,20.0122,0.0000,20.0122,5.5958,14.4164,0.0000,14.4164,-0.1654,14.5819,0.0000,21.6283,9.4713,-16.5177,1.0697,5443.8428,5443.8428,5443.8428 -858.5000,1.0000,11182.6388,50.8795,50.3166,-0.0953,0.0000,5,1385.2900,188.9494,608.9100,-90.7395,27.4104,88.3329,-13.1633,-0.4186,21.8323,0.0000,0.0000,5.9967,21.8283,-0.6048,0.0000,22.4331,0.0000,22.4331,5.5514,16.8818,0.0000,16.8818,-0.1195,17.0013,0.0000,19.5385,9.3962,-11.9334,1.0790,5941.8038,5941.8038,5941.8038 -859.5000,1.0000,11196.5935,50.6285,50.1576,-0.0442,0.0000,5,1376.4780,266.2334,615.6505,-90.2168,38.3761,88.7426,-13.0043,-0.3289,32.7629,0.0000,0.0000,5.9420,32.7217,-0.6561,0.0000,33.3779,0.0000,33.3779,5.5240,27.8539,0.0000,27.8539,-0.0551,27.9090,0.0000,24.0637,9.3498,-5.5045,1.0483,7953.9976,7953.9976,7953.9976 -860.5000,1.0000,11210.5631,50.6820,50.4236,0.0739,0.0000,5,1366.8650,368.9491,643.4165,-89.6467,52.8106,92.0972,-12.8318,-0.4803,47.3488,0.0000,0.0000,5.9421,47.0272,-0.7292,0.0000,47.7564,0.0000,47.7564,5.5298,42.2266,0.0000,42.2266,0.0923,42.1342,0.0000,23.5560,9.3597,9.2185,1.0595,10644.5124,10644.5124,10644.5124 -861.5000,1.0000,11224.6353,51.0515,50.8966,0.1314,0.0000,5,1366.1020,421.1249,689.9671,-89.6015,60.2452,98.7052,-12.8182,0.4160,53.8322,0.0000,0.0000,5.9970,53.7785,-0.7688,0.0000,54.5473,0.0000,54.5473,5.5701,48.9772,0.0000,48.9772,0.1654,48.8118,0.0000,22.8720,9.4279,16.5119,1.0734,12043.2193,12043.2193,12043.2193 -862.5000,1.0000,11238.8695,51.6345,51.5896,0.1925,0.0000,5,1379.7205,465.9104,713.3475,-90.4091,67.3166,103.0673,-13.0627,0.7337,60.5740,0.0000,0.0000,6.0089,60.5478,-0.8117,0.0000,61.3595,0.0000,61.3595,5.6646,55.6949,0.0000,55.6949,0.2451,55.4498,0.0000,21.4461,9.5356,24.4681,1.0633,13362.1671,13362.1671,13362.1671 -863.5000,1.0000,11253.3019,52.3480,52.3236,0.2039,0.0000,5,1400.8925,472.6397,735.1890,-91.6648,69.3368,107.8531,-13.4473,1.0765,62.1627,0.0000,0.0000,6.0976,62.2813,-0.8312,0.0000,63.1125,0.0000,63.1125,5.7564,57.3561,0.0000,57.3561,0.2631,57.0929,0.0000,21.1517,9.6674,26.2738,1.0695,13739.8402,13739.8402,13739.8402 -864.5000,1.0000,11267.9611,53.1645,53.2226,0.2497,0.0000,5,1425.8410,511.1682,741.1808,-93.1445,76.3244,110.6685,-13.9077,1.0889,69.0730,0.0000,0.0000,6.1625,69.0913,-0.8780,0.0000,69.9693,0.0000,69.9693,5.9343,64.0349,0.0000,64.0349,0.3273,63.7076,0.0000,21.2075,9.8182,32.6820,1.0627,15045.0859,15045.0859,15045.0859 -865.5000,1.0000,11282.8739,54.0775,54.1496,0.2575,0.0000,5,1447.9665,541.5190,757.5064,-94.4567,82.1109,114.8612,-14.3225,0.8616,75.0007,0.0000,0.0000,6.2486,74.8610,-0.9212,0.0000,75.7822,0.0000,75.7822,6.1054,69.6768,0.0000,69.6768,0.3433,69.3335,0.0000,25.0681,9.9868,34.2786,1.0832,16105.1082,16105.1082,16105.1082 -866.5000,1.0000,11298.0571,55.0510,55.1696,0.2833,0.0000,5,1471.0460,548.6876,773.5681,-95.8255,84.5240,119.1663,-14.7617,1.2096,76.9697,0.0000,0.0000,6.3447,76.9574,-0.9470,0.0000,77.9043,0.0000,77.9043,6.2267,71.6777,0.0000,71.6777,0.3846,71.2931,0.0000,22.7300,10.1666,38.3965,1.1052,16578.7142,16578.7142,16578.7142 -867.5000,1.0000,11313.4943,55.9655,55.9786,0.2247,0.0000,5,1494.8500,529.1600,777.7693,-97.2372,82.8349,121.7523,-15.2215,0.9560,75.5021,0.0000,0.0000,6.3768,75.4825,-0.9540,0.0000,76.4364,0.0000,76.4364,6.2887,70.1478,0.0000,70.1478,0.3101,69.8377,0.0000,28.5426,10.3354,30.9596,1.0995,16310.0171,16310.0171,16310.0171 -868.5000,1.0000,11329.1528,56.7620,56.7626,0.2178,0.0000,5,1520.4470,496.5955,777.3916,-98.7553,79.0683,123.7769,-15.7239,1.4177,71.1358,0.0000,0.0000,6.5149,71.3533,-0.9458,0.0000,72.2991,0.0000,72.2991,6.2998,65.9993,0.0000,65.9993,0.3048,65.6946,0.0000,24.7821,10.4825,30.4299,1.1349,15666.5334,15666.5334,15666.5334 -869.5000,1.0000,11345.0074,57.4680,57.3906,0.1744,0.0000,5,1546.1585,349.2964,768.3779,-100.2802,56.5558,124.4106,-16.2367,0.9997,48.9729,0.0000,0.0000,6.5831,49.0385,-0.8445,0.0000,49.8829,0.0000,49.8829,6.2702,43.6127,0.0000,43.6127,0.2472,43.3656,0.0000,8.0745,10.6129,24.6781,1.1272,11487.2446,11487.2446,11487.2446 -870.5000,1.0000,11361.0490,58.1410,58.1086,0.1994,0.0000,5,1564.4690,325.4643,724.0465,-101.3662,53.3211,118.6211,-16.6069,0.7477,45.9515,0.0000,0.0000,6.6219,45.8967,-0.8395,0.0000,46.7363,0.0000,46.7363,6.3436,40.3926,0.0000,40.3926,0.2859,40.1067,0.0000,0.8243,10.7372,28.5452,1.1307,10908.3964,10908.3964,10908.3964 -871.5000,1.0000,11377.2977,58.8870,58.8826,0.2150,0.0000,5,1586.4420,336.6057,725.7694,-102.6694,55.9209,120.5734,-17.0566,1.3826,47.8374,0.0000,0.0000,6.7010,47.9502,-0.8621,0.0000,48.8123,0.0000,48.8123,6.4250,42.3873,0.0000,42.3873,0.3121,42.0751,0.0000,0.0337,10.8750,31.1664,1.1223,11429.0441,11429.0441,11429.0441 -872.5000,1.0000,11393.7280,59.5405,59.4156,0.1481,0.0000,5,1599.4885,270.9646,723.2293,-103.4431,45.3860,121.1395,-17.3265,-0.1124,38.7845,0.0000,0.0000,6.7140,38.5840,-0.8256,0.0000,39.4097,0.0000,39.4097,6.4963,32.9133,0.0000,32.9133,0.2173,32.6960,0.0000,0.0000,10.9957,21.7003,1.1248,9482.5344,9482.5344,9482.5344 -873.5000,1.0000,11410.2984,60.0450,59.8916,0.1322,0.0000,5,1613.5270,264.5078,716.1033,-103.9552,44.6934,120.9987,-17.5651,1.5045,36.3588,0.0000,0.0000,6.8301,36.5560,-0.8238,0.0000,37.3798,0.0000,37.3798,6.5514,30.8284,0.0000,30.8284,0.1957,30.6327,0.0000,0.0000,11.0888,19.5439,1.1274,9352.3128,9352.3128,9352.3128 -874.5000,1.0000,11426.9490,60.3335,59.9926,0.0281,0.0000,5,1632.8680,166.3281,711.5081,-104.6440,28.4410,121.6633,-17.8934,0.4169,21.1465,0.0000,0.0000,6.8776,21.1826,-0.7510,0.0000,21.9335,0.0000,21.9335,6.5829,15.3507,0.0000,15.3507,0.0417,15.3089,0.0000,0.0000,11.1421,4.1668,1.1436,6352.4688,6352.4688,6352.4688 -875.5000,1.0000,11443.5499,60.1545,59.5336,-0.1275,0.0000,5,1634.7755,26.2551,679.9496,-104.7119,4.4947,116.4028,-17.9260,-0.2259,-2.0800,0.0000,0.0000,6.8007,-2.0851,-0.6882,0.0000,-1.3970,0.0000,-1.3970,6.5633,-7.9603,0.0000,-7.9603,-0.1891,-7.7712,0.0000,0.0000,11.1090,-18.8802,1.1189,2971.7964,2971.7964,2971.7964 -876.5000,1.0000,11459.9821,59.5475,58.7786,-0.2097,0.0000,5,1621.5385,-50.3735,628.2604,-104.2405,-8.5538,106.6831,-17.7008,-1.0940,-14.2705,0.0000,0.0000,6.8107,-14.2642,-0.7080,0.0000,-13.5562,0.0000,-13.5562,6.4971,-20.0533,0.0000,-20.0533,-0.3079,-19.7454,0.0000,0.0000,10.9970,-30.7424,1.1540,1215.8354,1215.8354,1215.8354 -877.5000,1.0000,11476.2261,58.8700,58.1786,-0.1667,0.0000,5,1603.6470,-10.0607,601.1703,-103.6033,-1.6895,100.9566,-17.3985,-0.6800,-7.7740,0.0000,0.0000,6.7645,-7.7802,-0.6802,0.0000,-7.0999,0.0000,-7.0999,6.4232,-13.5231,0.0000,-13.5231,-0.2419,-13.2812,0.0000,0.0000,10.8718,-24.1531,1.1507,2154.6573,2154.6573,2154.6573 -878.5000,1.0000,11492.3752,58.5280,58.0946,-0.0233,0.0000,5,1587.7010,114.2687,605.9598,-102.7440,18.9987,100.7491,-17.0826,-0.8815,13.1844,0.0000,0.0000,6.6958,13.1188,-0.6803,0.0000,13.7991,0.0000,13.7991,6.3859,7.4132,0.0000,7.4132,-0.0337,7.4469,0.0000,0.0000,10.8087,-3.3618,1.1476,4640.8542,4640.8542,4640.8542 -879.5000,1.0000,11508.5176,58.5040,58.1306,0.0100,0.0000,5,1578.5455,149.0769,649.1277,-102.2010,24.6431,107.3040,-16.8943,-0.0111,17.9446,0.0000,0.0000,6.7096,17.9378,-0.7043,0.0000,18.6421,0.0000,18.6421,6.3832,12.2588,0.0000,12.2588,0.0144,12.2444,0.0000,0.0000,10.8042,1.4402,1.1585,5637.3966,5637.3966,5637.3966 -880.5000,1.0000,11524.6805,58.5780,58.2426,0.0311,0.0000,5,1580.7580,169.3837,662.3630,-102.3323,28.0392,109.6453,-16.9397,0.2259,21.0085,0.0000,0.0000,6.8048,21.0193,-0.7210,0.0000,21.7404,0.0000,21.7404,6.3913,15.3490,0.0000,15.3490,0.0449,15.3041,0.0000,0.0000,10.8179,4.4862,1.2473,6253.8198,6253.8198,6253.8198 -881.5000,1.0000,11540.8872,58.7355,58.4456,0.0564,0.0000,5,1581.1395,189.6908,665.9713,-102.3549,31.4083,110.2692,-16.9476,-0.1889,24.8211,0.0000,0.0000,6.7761,24.7478,-0.7425,0.0000,25.4903,0.0000,25.4903,6.4085,19.0818,0.0000,19.0818,0.0817,19.0001,0.0000,0.0000,10.8470,8.1531,1.2342,6861.7567,6861.7567,6861.7567 -882.5000,1.0000,11557.1540,58.9520,58.6756,0.0639,0.0000,5,1586.0990,200.6910,679.8922,-102.6490,33.3340,112.9273,-17.0496,0.6726,25.8695,0.0000,0.0000,6.7919,25.9315,-0.7520,0.0000,26.6835,0.0000,26.6835,6.4321,20.2514,0.0000,20.2514,0.0929,20.1585,0.0000,0.0000,10.8870,9.2716,1.2101,7212.7318,7212.7318,7212.7318 -883.5000,1.0000,11573.4805,59.1670,58.8756,0.0556,0.0000,5,1603.7235,194.2998,689.9998,-103.6061,32.6310,115.8796,-17.3998,1.0557,24.6820,0.0000,0.0000,6.8932,24.8051,-0.7499,0.0000,25.5549,0.0000,25.5549,6.4556,19.0994,0.0000,19.0994,0.0810,19.0183,0.0000,0.0000,10.9267,8.0916,1.2408,7098.2420,7098.2420,7098.2420 -884.5000,1.0000,11589.8645,59.3735,59.0886,0.0592,0.0000,5,1607.0805,188.3656,677.8996,-103.7256,31.7006,114.0858,-17.4563,-0.7266,25.5836,0.0000,0.0000,6.8436,25.4208,-0.7564,0.0000,26.1772,0.0000,26.1772,6.4781,19.6991,0.0000,19.6991,0.0866,19.6125,0.0000,0.0000,10.9648,8.6477,1.2419,6931.3803,6931.3803,6931.3803 -885.5000,1.0000,11606.3086,59.5905,59.3096,0.0614,0.0000,5,1608.7205,199.1538,687.0359,-103.7840,33.5504,115.7414,-17.4840,0.8894,25.7439,0.0000,0.0000,6.9171,25.8400,-0.7621,0.0000,26.6021,0.0000,26.6021,6.5018,20.1003,0.0000,20.1003,0.0902,20.0101,0.0000,0.0000,11.0049,9.0053,1.2560,7274.5670,7274.5670,7274.5670 -886.5000,1.0000,11622.8111,59.8005,59.5086,0.0553,0.0000,5,1620.3935,189.7891,688.7770,-104.1997,32.2048,116.8766,-17.6814,0.2657,25.0262,0.0000,0.0000,6.9129,25.0258,-0.7615,0.0000,25.7873,0.0000,25.7873,6.5247,19.2626,0.0000,19.2626,0.0815,19.1811,0.0000,0.0000,11.0437,8.1374,1.2460,7035.4845,7035.4845,7035.4845 -887.5000,1.0000,11639.3941,60.0900,59.8886,0.1056,0.0000,5,1623.9795,233.3472,686.0672,-104.3274,39.6837,116.6745,-17.7422,0.0913,32.7038,0.0000,0.0000,6.8886,32.6191,-0.8047,0.0000,33.4238,0.0000,33.4238,6.5563,26.8675,0.0000,26.8675,0.1564,26.7111,0.0000,0.0000,11.0971,15.6139,1.2198,8426.9695,8426.9695,8426.9695 -888.5000,1.0000,11656.0810,60.4645,60.2576,0.1025,0.0000,5,1619.2110,229.5137,694.1684,-104.1576,38.9171,117.7055,-17.6613,-0.5652,32.5762,0.0000,0.0000,6.9061,32.3631,-0.8096,0.0000,33.1727,0.0000,33.1727,6.5972,26.5756,0.0000,26.5756,0.1528,26.4228,0.0000,0.0000,11.1663,15.2565,1.2730,8282.1947,8282.1947,8282.1947 -889.5000,1.0000,11672.8848,60.8850,60.7296,0.1311,0.0000,5,1629.5110,265.5754,708.4337,-104.5244,45.3183,120.8885,-17.8363,1.5995,36.6782,0.0000,0.0000,7.0406,36.8950,-0.8396,0.0000,37.7345,0.0000,37.7345,6.6430,31.0915,0.0000,31.0915,0.1968,30.8947,0.0000,0.0000,11.2440,19.6507,1.3035,9467.5244,9467.5244,9467.5244 -890.5000,1.0000,11689.8029,61.2965,61.0806,0.0975,0.0000,5,1653.0100,230.0870,718.2866,-105.3613,39.8287,124.3374,-18.2383,0.7629,31.9914,0.0000,0.0000,7.0744,32.0451,-0.8221,0.0000,32.8672,0.0000,32.8672,6.6879,26.1792,0.0000,26.1792,0.1473,26.0319,0.0000,0.0000,11.3199,14.7119,1.3109,8472.9138,8472.9138,8472.9138 -891.5000,1.0000,11706.8298,61.6885,61.5136,0.1203,0.0000,5,1664.9500,248.1942,709.8569,-105.7865,43.2734,123.7658,-18.4442,0.4524,35.7540,0.0000,0.0000,7.0670,35.7236,-0.8473,0.0000,36.5709,0.0000,36.5709,6.7307,29.8402,0.0000,29.8402,0.1829,29.6573,0.0000,0.0000,11.3923,18.2650,1.2463,9129.6199,9129.6199,9129.6199 -892.5000,1.0000,11723.9764,62.1190,61.9416,0.1189,0.0000,5,1674.5250,247.6453,717.7022,-106.1275,43.4261,125.8533,-18.6101,0.5296,35.7700,0.0000,0.0000,7.1265,35.7568,-0.8548,0.0000,36.6116,0.0000,36.6116,6.7777,29.8340,0.0000,29.8340,0.1821,29.6519,0.0000,0.0000,11.4718,18.1800,1.3176,9179.8115,9179.8115,9179.8115 -893.5000,1.0000,11741.2681,62.6415,62.5586,0.1714,0.0000,5,1685.2445,294.5048,720.3700,-106.5093,51.9737,127.1297,-18.7966,0.5764,44.2613,0.0000,0.0000,7.1360,44.1899,-0.9064,0.0000,45.0963,0.0000,45.0963,6.8347,38.2616,0.0000,38.2616,0.2647,37.9969,0.0000,0.0000,11.5683,26.4286,1.2800,10824.4810,10824.4810,10824.4810 -894.5000,1.0000,11758.7592,63.3595,63.3776,0.2275,0.0000,5,1705.1955,347.8592,742.3127,-107.2198,62.1164,132.5530,-19.1460,1.5060,53.3822,0.0000,0.0000,7.2282,53.4868,-0.9657,0.0000,54.4525,0.0000,54.4525,6.9130,47.5395,0.0000,47.5395,0.3554,47.1841,0.0000,0.0000,11.7009,35.4832,1.2862,12740.0761,12740.0761,12740.0761 -895.5000,1.0000,11776.4671,64.1400,64.1196,0.2061,0.0000,5,1723.5445,316.7810,753.3440,-107.8732,57.1755,135.9704,-19.4699,0.4199,49.4704,0.0000,0.0000,7.2852,49.2992,-0.9582,0.0000,50.2574,0.0000,50.2574,6.9982,43.2592,0.0000,43.2592,0.3259,42.9332,0.0000,-1.4550,11.8451,32.5432,1.3170,11829.4795,11829.4795,11829.4795 -896.5000,1.0000,11794.3841,64.8925,64.8826,0.2119,0.0000,5,1751.2780,334.6990,763.5434,-108.8609,61.3816,140.0288,-19.9644,2.5560,51.3141,0.0000,0.0000,7.5115,51.7065,-0.9836,0.0000,52.6901,0.0000,52.6901,7.0803,45.6098,0.0000,45.6098,0.3391,45.2707,0.0000,-0.5701,11.9840,33.8568,1.3285,12610.7904,12610.7904,12610.7904 -897.5000,1.0000,11812.4973,65.5990,65.5326,0.1806,0.0000,5,1788.3955,304.3363,768.8463,-110.1828,56.9962,143.9898,-20.6351,1.4664,48.0008,0.0000,0.0000,7.5291,48.1207,-0.9780,0.0000,49.0988,0.0000,49.0988,7.1574,41.9414,0.0000,41.9414,0.2920,41.6494,0.0000,0.3782,12.1145,29.1566,1.2940,11849.5486,11849.5486,11849.5486 -898.5000,1.0000,11830.7647,66.1540,65.9926,0.1278,0.0000,5,1811.1315,263.3626,765.1428,-111.0143,49.9497,145.1179,-21.0551,1.0438,41.2735,0.0000,0.0000,7.6324,41.3436,-0.9537,0.0000,42.2974,0.0000,42.2974,7.2179,35.0794,0.0000,35.0794,0.2084,34.8710,0.0000,1.8455,12.2170,20.8085,1.3055,10542.9285,10542.9285,10542.9285 -899.5000,1.0000,11849.1520,66.5860,66.3966,0.1122,0.0000,5,1817.0445,242.9808,750.9804,-111.2365,46.2345,142.8969,-21.1661,-0.3874,39.0444,0.0000,0.0000,7.5775,38.8519,-0.9489,0.0000,39.8008,0.0000,39.8008,7.2651,32.5358,0.0000,32.5358,0.1842,32.3516,0.0000,1.6601,12.2968,18.3946,1.2825,9851.5410,9851.5410,9851.5410 -900.5000,1.0000,11867.6297,66.9110,66.6426,0.0683,0.0000,5,1808.6140,209.6297,744.3977,-110.9197,39.7034,140.9871,-21.0079,-0.5508,32.7131,0.0000,0.0000,7.5411,32.5635,-0.9230,0.0000,33.4865,0.0000,33.4865,7.3005,26.1860,0.0000,26.1860,0.1127,26.0733,0.0000,2.4611,12.3568,11.2554,1.3055,8621.7154,8621.7154,8621.7154 -901.5000,1.0000,11886.1997,67.2435,67.0616,0.1164,0.0000,5,1817.2735,270.0685,750.6734,-111.2451,51.3952,142.8565,-21.1704,1.5198,42.2311,0.0000,0.0000,7.6443,42.4155,-0.9788,0.0000,43.3942,0.0000,43.3942,7.3368,36.0574,0.0000,36.0574,0.1930,35.8645,0.0000,4.1803,12.4182,19.2660,1.2940,10814.3998,10814.3998,10814.3998 -902.5000,1.0000,11904.8786,67.6355,67.4266,0.1014,0.0000,5,1833.4480,268.1176,759.1242,-111.8529,51.4781,145.7505,-21.4756,0.2878,43.5317,0.0000,0.0000,7.6586,43.4751,-0.9913,0.0000,44.4663,0.0000,44.4663,7.3796,37.0867,0.0000,37.0867,0.1691,36.9177,0.0000,7.5462,12.4906,16.8809,1.3055,10836.3240,10836.3240,10836.3240 -903.5000,1.0000,11923.6186,67.8555,67.5016,0.0208,0.0000,5,1841.1920,221.8765,762.2173,-112.1439,42.7798,146.9625,-21.6224,0.5866,34.5312,0.0000,0.0000,7.6620,34.6094,-0.9505,0.0000,35.5599,0.0000,35.5599,7.4036,28.1563,0.0000,28.1563,0.0349,28.1215,0.0000,12.1103,12.5312,3.4800,1.2825,9233.7011,9233.7011,9233.7011 -904.5000,1.0000,11942.2892,67.6055,66.9266,-0.1597,0.0000,5,1839.8565,74.0152,746.1202,-112.0937,14.2605,143.7545,-21.5970,-0.7371,7.3572,0.0000,0.0000,7.6403,7.3625,-0.8083,0.0000,8.1708,0.0000,8.1708,7.3763,0.7945,0.0000,0.7945,-0.2662,1.0607,0.0000,15.1570,12.4851,-26.5813,1.3198,4566.8515,4566.8515,4566.8515 -905.5000,1.0000,11960.8145,67.0825,66.4556,-0.1308,0.0000,5,1831.8455,108.3603,718.1474,-111.7927,20.7868,137.7625,-21.4452,-0.1673,13.3794,0.0000,0.0000,7.5747,13.4156,-0.8294,0.0000,14.2450,0.0000,14.2450,7.3192,6.9258,0.0000,6.9258,-0.2164,7.1422,0.0000,16.3588,12.3885,-21.6051,1.2710,5381.8368,5381.8368,5381.8368 -906.5000,1.0000,11979.1720,66.4785,65.7186,-0.2047,0.0000,5,1817.8835,35.9470,713.4845,-111.2680,6.8432,135.8248,-21.1819,-1.3926,0.6968,0.0000,0.0000,7.5390,0.6958,-0.7948,0.0000,1.4906,0.0000,1.4906,7.2533,-5.7627,0.0000,-5.7627,-0.3355,-5.4272,0.0000,15.7983,12.2769,-33.5024,1.3055,3689.9086,3689.9086,3689.9086 -907.5000,1.0000,11997.3500,65.8320,65.1626,-0.1544,0.0000,5,1792.4770,66.2697,688.6387,-110.3281,12.4393,129.2628,-20.7094,-1.4235,6.4146,0.0000,0.0000,7.4482,6.3954,-0.7715,0.0000,7.1668,0.0000,7.1668,7.1828,-0.0160,0.0000,-0.0160,-0.2507,0.2347,0.0000,13.1059,12.1575,-25.0287,1.3170,4235.9816,4235.9816,4235.9816 -908.5000,1.0000,12015.3490,65.1880,64.4306,-0.2033,0.0000,5,1772.5260,40.9614,692.8327,-109.6176,7.6032,128.6026,-20.3471,-0.7640,-1.2002,0.0000,0.0000,9.5675,-1.2022,-0.7757,0.0000,-0.4265,0.0000,-0.4265,7.1125,-7.5391,0.0000,-7.5391,-0.3268,-7.2123,0.0000,13.3782,12.0386,-32.6291,1.3170,3633.6245,3633.6245,3633.6245 -909.5000,1.0000,12033.1544,64.4910,63.7686,-0.1839,0.0000,5,1758.0300,61.3586,681.3441,-109.1014,11.2962,125.4358,-20.0856,-0.8072,2.6154,0.0000,0.0000,9.4880,2.6177,-0.7535,0.0000,3.3712,0.0000,3.3712,7.0365,-3.6653,0.0000,-3.6653,-0.2924,-3.3729,0.0000,13.9105,11.9099,-29.1933,1.3055,4000.7678,4000.7678,4000.7678 -910.5000,1.0000,12050.7711,63.8115,63.0716,-0.1936,0.0000,5,1745.4795,52.3844,683.6527,-108.6544,9.5751,124.9623,-19.8605,-0.5438,0.6706,0.0000,0.0000,9.4484,0.6723,-0.7460,0.0000,1.4183,0.0000,1.4183,6.9623,-5.5440,0.0000,-5.5440,-0.3046,-5.2394,0.0000,13.3891,11.7844,-30.4129,1.2940,3768.9301,3768.9301,3768.9301 -911.5000,1.0000,12068.2014,63.1405,62.4266,-0.1792,0.0000,5,1723.1635,51.0848,665.0358,-107.8597,9.2182,120.0052,-19.4632,-1.8246,1.7623,0.0000,0.0000,9.2805,1.7536,-0.7312,0.0000,2.4849,0.0000,2.4849,6.8891,-4.4043,0.0000,-4.4043,-0.2789,-4.1254,0.0000,12.0622,11.6605,-27.8480,1.2645,3688.1893,3688.1893,3688.1893 -912.5000,1.0000,12085.4946,62.6470,62.0846,-0.0950,0.0000,5,1697.8715,129.8800,662.7793,-106.9589,23.0928,117.8426,-19.0174,-0.8393,14.6726,0.0000,0.0000,9.2594,14.6430,-0.7572,0.0000,15.4003,0.0000,15.4003,6.8353,8.5650,0.0000,8.5650,-0.1467,8.7117,0.0000,11.7929,11.5694,-14.6505,1.3112,5520.2949,5520.2949,5520.2949 -913.5000,1.0000,12102.7124,62.3755,61.8836,-0.0558,0.0000,5,1690.8140,157.0509,687.9235,-106.7076,27.8077,121.8049,-18.8938,0.1030,18.4453,0.0000,0.0000,9.2594,18.4859,-0.7720,0.0000,19.2579,0.0000,19.2579,6.8057,12.4522,0.0000,12.4522,-0.0859,12.5381,0.0000,9.5919,11.5192,-8.5731,1.3090,6350.9825,6350.9825,6350.9825 -914.5000,1.0000,12119.8624,62.1315,61.5966,-0.0797,0.0000,5,1689.3265,128.4112,692.3269,-106.6546,22.7167,122.4767,-18.8678,-0.2572,13.7467,0.0000,0.0000,9.2272,13.7583,-0.7439,0.0000,14.5022,0.0000,14.5022,6.7790,7.7232,0.0000,7.7232,-0.1221,7.8453,0.0000,8.5645,11.4742,-12.1933,1.2949,5429.7766,5429.7766,5429.7766 -915.5000,1.0000,12136.9212,61.8030,61.2266,-0.1028,0.0000,5,1675.2120,120.6629,674.4941,-106.1520,21.1676,118.3250,-18.6220,-1.1970,13.5449,0.0000,0.0000,8.8197,13.4912,-0.7370,0.0000,14.2281,0.0000,14.2281,6.7432,7.4849,0.0000,7.4849,-0.1566,7.6415,0.0000,11.8645,11.4135,-15.6364,0.9886,5118.9350,5118.9350,5118.9350 -916.5000,1.0000,12153.8661,61.3930,60.7766,-0.1250,0.0000,5,1666.8955,94.4018,679.9000,-105.8558,16.4785,118.6812,-18.4779,0.3397,9.2747,0.0000,0.0000,6.8641,9.3273,-0.7090,0.0000,10.0363,0.0000,10.0363,6.6985,3.3378,0.0000,3.3378,-0.1892,3.5270,0.0000,11.0804,11.3378,-18.8911,1.0873,4368.2622,4368.2622,4368.2622 -917.5000,1.0000,12170.6877,60.9495,60.3396,-0.1214,0.0000,5,1655.4895,89.5113,656.7045,-105.4496,15.5179,113.8479,-18.2810,-1.4970,10.2435,0.0000,0.0000,6.7714,10.1889,-0.7058,0.0000,10.8947,0.0000,10.8947,6.6501,4.2446,0.0000,4.2446,-0.1824,4.4270,0.0000,11.3840,11.2559,-18.2129,1.0852,4238.6326,4238.6326,4238.6326 -918.5000,1.0000,12187.3629,60.4220,59.7216,-0.1717,0.0000,5,1635.8820,41.3869,656.2150,-104.7513,7.0900,112.4156,-17.9449,-0.4906,0.7779,0.0000,0.0000,6.8026,0.7795,-0.6857,0.0000,1.4652,0.0000,1.4652,6.5925,-5.1273,0.0000,-5.1273,-0.2557,-4.8716,0.0000,9.5035,11.1584,-25.5335,1.1567,3259.1931,3259.1931,3259.1931 -919.5000,1.0000,12203.9013,59.9295,59.3546,-0.1019,0.0000,5,1626.6500,108.7767,639.1639,-104.4226,18.5293,108.8767,-17.7876,-0.4344,12.1980,0.0000,0.0000,6.7658,12.2027,-0.6989,0.0000,12.9016,0.0000,12.9016,6.5388,6.3628,0.0000,6.3628,-0.1506,6.5134,0.0000,10.4854,11.0675,-15.0395,1.1299,4615.5331,4615.5331,4615.5331 -920.5000,1.0000,12220.3340,59.5495,58.9616,-0.1092,0.0000,5,1617.8380,109.2445,656.8110,-104.1087,18.5082,111.2767,-17.6381,-0.4434,12.2542,0.0000,0.0000,6.6974,12.2608,-0.6928,0.0000,12.9537,0.0000,12.9537,6.4973,6.4563,0.0000,6.4563,-0.1603,6.6166,0.0000,11.6222,10.9973,-16.0029,1.0906,4602.5317,4602.5317,4602.5317 -921.5000,1.0000,12236.6934,59.2850,58.8256,-0.0378,0.0000,5,1605.1350,171.8995,650.6986,-103.6563,28.8945,109.3755,-17.4235,-0.8122,23.0574,0.0000,0.0000,6.6493,22.9654,-0.7425,0.0000,23.7079,0.0000,23.7079,6.4685,17.2395,0.0000,17.2395,-0.0552,17.2947,0.0000,11.8595,10.9485,-5.5133,1.1008,6433.9123,6433.9123,6433.9123 -922.5000,1.0000,12253.0602,59.3120,59.0156,0.0528,0.0000,5,1603.0365,252.8886,678.8616,-103.5816,42.4523,113.9602,-17.3882,0.6046,35.1320,0.0000,0.0000,6.7158,35.2102,-0.8048,0.0000,36.0150,0.0000,36.0150,6.4714,29.5436,0.0000,29.5436,0.0772,29.4664,0.0000,10.8070,10.9535,7.7059,1.1004,8933.7487,8933.7487,8933.7487 -923.5000,1.0000,12269.5013,59.5795,59.3606,0.0958,0.0000,5,1609.2925,290.0812,700.8994,-103.8044,48.8859,118.1189,-17.4936,0.0113,42.0937,0.0000,0.0000,6.7809,41.9751,-0.8434,0.0000,42.8185,0.0000,42.8185,6.5006,36.3179,0.0000,36.3179,0.1408,36.1772,0.0000,11.1189,11.0029,14.0554,1.1392,10133.9358,10133.9358,10133.9358 -924.5000,1.0000,12286.0441,59.9455,59.7476,0.1075,0.0000,5,1613.3745,312.5842,715.4665,-103.9498,52.8118,120.8796,-17.5625,0.3931,45.7300,0.0000,0.0000,6.6887,45.6949,-0.8683,0.0000,46.5632,0.0000,46.5632,6.5405,40.0227,0.0000,40.0227,0.1589,39.8638,0.0000,12.9300,11.0705,15.8633,1.0898,10888.5273,10888.5273,10888.5273 -925.5000,1.0000,12302.6937,60.3300,60.1296,0.1061,0.0000,5,1628.4430,309.5314,728.8716,-104.4864,52.7844,124.2946,-17.8181,1.1101,44.8616,0.0000,0.0000,6.8127,45.0249,-0.8713,0.0000,45.8962,0.0000,45.8962,6.5825,39.3137,0.0000,39.3137,0.1578,39.1559,0.0000,12.2556,11.1415,15.7588,1.1303,10900.6514,10900.6514,10900.6514 -926.5000,1.0000,12319.4108,60.5730,60.2336,0.0289,0.0000,5,1642.4810,252.8614,726.0779,-104.9863,43.4922,124.8856,-18.0577,0.2962,36.3546,0.0000,0.0000,6.8414,36.3884,-0.8318,0.0000,37.2202,0.0000,37.2202,6.6090,30.6112,0.0000,30.6112,0.0431,30.5680,0.0000,15.0740,11.1863,4.3076,1.1204,9134.4534,9134.4534,9134.4534 -927.5000,1.0000,12336.1364,60.6035,60.1906,-0.0119,0.0000,5,1642.5190,208.7304,706.8784,-104.9877,35.9025,121.5860,-18.0583,-0.2924,29.3662,0.0000,0.0000,6.8288,29.3247,-0.7966,0.0000,30.1214,0.0000,30.1214,6.6123,23.5090,0.0000,23.5090,-0.0178,23.5269,0.0000,14.1169,11.1920,-1.7819,1.1204,7748.4931,7748.4931,7748.4931 -928.5000,1.0000,12352.8214,60.4575,59.9416,-0.0692,0.0000,5,1643.5875,171.4388,698.6251,-105.0257,29.5074,120.2446,-18.0766,0.4005,22.2528,0.0000,0.0000,6.8542,22.3525,-0.7590,0.0000,23.1115,0.0000,23.1115,6.5964,16.5151,0.0000,16.5151,-0.1031,16.6182,0.0000,15.7470,11.1650,-10.2938,1.1080,6568.6287,6568.6287,6568.6287 -929.5000,1.0000,12369.4318,60.1890,59.6536,-0.0800,0.0000,5,1638.8190,158.4973,678.5199,-104.8559,27.2008,116.4454,-17.9950,-0.8792,21.2674,0.0000,0.0000,6.8126,21.2047,-0.7487,0.0000,21.9534,0.0000,21.9534,6.5671,15.3863,0.0000,15.3863,-0.1187,15.5050,0.0000,16.2428,11.1154,-11.8532,1.1322,6136.9306,6136.9306,6136.9306 -930.5000,1.0000,12385.9578,59.8850,59.3336,-0.0889,0.0000,5,1631.7615,145.5353,679.6691,-104.6046,24.8687,116.1403,-17.8746,0.1682,17.8960,0.0000,0.0000,6.8046,17.9624,-0.7272,0.0000,18.6896,0.0000,18.6896,6.5339,12.1556,0.0000,12.1556,-0.1312,12.2869,0.0000,14.3313,11.0593,-13.1037,1.1183,5728.4201,5728.4201,5728.4201 -931.5000,1.0000,12402.4044,59.5990,59.0816,-0.0700,0.0000,5,1616.1210,146.4328,659.2830,-104.0476,24.7823,111.5769,-17.6090,-1.7189,19.7707,0.0000,0.0000,6.7304,19.6003,-0.7307,0.0000,20.3310,0.0000,20.3310,6.5027,13.8283,0.0000,13.8283,-0.1029,13.9312,0.0000,13.1946,11.0065,-10.2699,1.1279,5707.3505,5707.3505,5707.3505 -932.5000,1.0000,12418.7965,59.4030,58.9416,-0.0389,0.0000,5,1602.1210,184.1552,669.3090,-103.5490,30.8964,112.2925,-17.3728,0.3265,23.8268,0.0000,0.0000,6.7431,23.9043,-0.7492,0.0000,24.6535,0.0000,24.6535,6.4813,18.1722,0.0000,18.1722,-0.0570,18.2291,0.0000,12.9456,10.9703,-5.6867,1.1253,6790.5227,6790.5227,6790.5227 -933.5000,1.0000,12435.1813,59.3770,59.0296,0.0244,0.0000,5,1605.3635,239.3390,679.0108,-103.6645,40.2361,114.1507,-17.4274,-0.0075,33.4890,0.0000,0.0000,6.7546,33.4626,-0.7971,0.0000,34.2597,0.0000,34.2597,6.4785,27.7812,0.0000,27.7812,0.0358,27.7454,0.0000,13.2070,10.9655,3.5730,1.1384,8520.0467,8520.0467,8520.0467 -934.5000,1.0000,12451.6158,59.5555,59.2986,0.0747,0.0000,5,1601.5485,296.2686,692.9756,-103.5286,49.6883,116.2215,-17.3632,-0.3677,43.3460,0.0000,0.0000,6.7100,43.1473,-0.8489,0.0000,43.9963,0.0000,43.9963,6.4980,37.4983,0.0000,37.4983,0.1097,37.3886,0.0000,15.4354,10.9984,10.9547,1.1377,10288.7096,10288.7096,10288.7096 -935.5000,1.0000,12468.1498,59.9140,59.7466,0.1244,0.0000,5,1608.7585,365.0878,720.3713,-103.7854,61.5059,121.3601,-17.4846,1.0817,53.6605,0.0000,0.0000,6.7637,53.8245,-0.9088,0.0000,54.7333,0.0000,54.7333,6.5371,48.1962,0.0000,48.1962,0.1838,48.0124,0.0000,18.5936,11.0646,18.3541,1.1265,12502.5158,12502.5158,12502.5158 -936.5000,1.0000,12484.7714,60.2290,59.9286,0.0506,0.0000,5,1631.1515,291.8808,744.2466,-104.5829,49.8573,127.1276,-17.8642,1.1464,41.8548,0.0000,0.0000,6.8561,42.0848,-0.8548,0.0000,42.9396,0.0000,42.9396,6.5715,36.3682,0.0000,36.3682,0.0751,36.2931,0.0000,17.6747,11.1228,7.4956,1.1308,10349.3771,10349.3771,10349.3771 -937.5000,1.0000,12501.4356,60.3825,60.0536,0.0347,0.0000,5,1641.1080,265.0272,718.2809,-104.9374,45.5466,123.4412,-18.0342,-0.1500,38.8995,0.0000,0.0000,6.7971,38.8240,-0.8409,0.0000,39.6649,0.0000,39.6649,6.5882,33.0767,0.0000,33.0767,0.0517,33.0250,0.0000,16.7127,11.1512,5.1612,1.1076,9522.1420,9522.1420,9522.1420 -938.5000,1.0000,12518.0945,60.3635,59.8906,-0.0453,0.0000,5,1635.3475,178.9147,708.2612,-104.7323,30.6397,121.2920,-17.9357,-0.4291,24.2934,0.0000,0.0000,6.7754,24.2627,-0.7670,0.0000,25.0297,0.0000,25.0297,6.5861,18.4436,0.0000,18.4436,-0.0674,18.5110,0.0000,14.0914,11.1476,-6.7280,1.1190,6765.0035,6765.0035,6765.0035 -939.5000,1.0000,12534.6755,60.0830,59.4926,-0.1106,0.0000,5,1624.2850,121.9554,678.4272,-104.3383,20.7440,115.3969,-17.7474,-0.6773,14.6844,0.0000,0.0000,6.7369,14.6716,-0.7139,0.0000,15.3855,0.0000,15.3855,6.5555,8.8300,0.0000,8.8300,-0.1638,8.9937,0.0000,14.2495,11.0958,-16.3516,1.1169,5001.6798,5001.6798,5001.6798 -940.5000,1.0000,12551.0891,59.4805,58.6856,-0.2242,0.0000,5,1611.8490,12.8342,658.4409,-103.8954,2.1663,111.1398,-17.5368,-0.5589,-3.9741,0.0000,0.0000,6.6993,-3.9872,-0.6813,0.0000,-3.3060,0.0000,-3.3060,6.4898,-9.7957,0.0000,-9.7957,-0.3287,-9.4670,0.0000,12.3712,10.9846,-32.8227,1.1146,2662.0345,2662.0345,2662.0345 -941.5000,1.0000,12567.2785,58.6735,57.8786,-0.2242,0.0000,5,1608.3390,16.0726,629.1532,-103.7704,2.7070,105.9650,-17.4775,0.2110,-4.2511,0.0000,0.0000,6.7472,-4.2862,-0.6682,0.0000,-3.6180,0.0000,-3.6180,6.4017,-10.0198,0.0000,-10.0198,-0.3243,-9.6955,0.0000,11.8464,10.8355,-32.3774,1.1265,2714.1731,2714.1731,2714.1731 -942.5000,1.0000,12583.2679,57.9530,57.2446,-0.1761,0.0000,5,1591.0200,42.9503,607.7413,-102.9409,7.1560,101.2565,-17.1511,-1.9009,2.4227,0.0000,0.0000,6.6342,2.4062,-0.6393,0.0000,3.0456,0.0000,3.0456,6.3231,-3.2775,0.0000,-3.2775,-0.2516,-3.0259,0.0000,11.3958,10.7025,-25.1242,1.1357,3171.1464,3171.1464,3171.1464 -943.5000,1.0000,12599.0850,57.3330,56.6386,-0.1683,0.0000,5,1565.0035,78.0958,616.7656,-101.3979,12.7989,101.0797,-16.6178,-0.6306,6.8630,0.0000,0.0000,6.5665,6.8705,-0.6293,0.0000,7.4998,0.0000,7.4998,6.2555,1.2443,0.0000,1.2443,-0.2379,1.4823,0.0000,14.6520,10.5880,-23.7577,1.1183,3751.8427,3751.8427,3751.8427 -944.5000,1.0000,12614.7286,56.7085,55.9956,-0.1786,0.0000,5,1557.2595,46.3536,629.4113,-100.9386,7.5592,102.6418,-16.4606,-0.1131,1.1025,0.0000,0.0000,6.5697,1.1080,-0.6217,0.0000,1.7297,0.0000,1.7297,6.1873,-4.4577,0.0000,-4.4577,-0.2497,-4.2080,0.0000,10.2530,10.4727,-24.9337,1.1168,3130.8437,3130.8437,3130.8437 -945.5000,1.0000,12630.1799,56.0160,55.2536,-0.2061,0.0000,5,1536.1640,-45.3742,598.0969,-99.6875,-7.2992,96.2139,-16.0364,-1.8785,-11.8757,0.0000,0.0000,6.4550,-11.7999,-0.6423,0.0000,-11.1576,0.0000,-11.1576,6.1118,-17.2694,0.0000,-17.2694,-0.2847,-16.9847,0.0000,1.0917,10.3448,-28.4212,1.1128,1190.7387,1190.7387,1190.7387 -946.5000,1.0000,12645.4167,55.2440,54.4516,-0.2228,0.0000,5,1505.0735,-61.3420,561.0013,-97.8436,-9.6682,88.4199,-15.4212,-1.0331,-15.0099,0.0000,0.0000,6.3749,-15.0074,-0.6376,0.0000,-14.3697,0.0000,-14.3697,6.0276,-20.3973,0.0000,-20.3973,-0.3034,-20.0939,0.0000,0.0000,10.2022,-30.2961,1.1032,749.0302,749.0302,749.0302 -947.5000,1.0000,12660.4195,54.4015,53.5686,-0.2453,0.0000,5,1482.6045,-80.7258,546.9528,-96.5110,-12.5333,84.9188,-14.9841,-1.0281,-17.8159,0.0000,0.0000,6.3106,-17.8249,-0.6309,0.0000,-17.1939,0.0000,-17.1939,5.9356,-23.1296,0.0000,-23.1296,-0.3290,-22.8006,0.0000,0.0000,10.0466,-32.8472,1.0949,265.7346,265.7346,265.7346 -948.5000,1.0000,12675.1763,53.5160,52.6806,-0.2467,0.0000,5,1459.0675,-82.7064,530.3934,-95.1150,-12.6370,81.0405,-14.5329,-1.0972,-17.7170,0.0000,0.0000,6.1773,-17.7153,-0.6164,0.0000,-17.0989,0.0000,-17.0989,5.8390,-22.9379,0.0000,-22.9379,-0.3255,-22.6124,0.0000,0.0000,9.8831,-32.4955,1.0583,192.1635,192.1635,192.1635 -949.5000,1.0000,12689.6689,52.5650,51.6666,-0.2817,0.0000,5,1434.5770,-93.6624,520.7678,-93.6626,-14.0708,78.2342,-14.0708,-1.0788,-19.1186,0.0000,0.0000,6.1266,-19.1400,-0.6048,0.0000,-18.5352,0.0000,-18.5352,5.7353,-24.2704,2.8341,-27.1045,-0.3650,-26.7395,0.0000,0.0000,9.7075,-36.4470,1.0793,0.0000,0.0000,0.0000 -950.5000,1.0000,12703.8899,51.5870,50.7246,-0.2617,0.0000,5,1409.0185,-92.1467,506.6007,-92.1467,-13.5964,74.7500,-13.5964,-1.1520,-18.4546,0.0000,0.0000,6.0102,-18.4487,-0.5877,0.0000,-17.8609,0.0000,-17.8609,5.6285,-23.4895,0.5455,-24.0350,-0.3328,-23.7022,0.0000,0.0000,9.5268,-33.2290,1.0577,0.0000,0.0000,0.0000 -951.5000,1.0000,12717.8563,50.6705,49.8336,-0.2475,0.0000,5,1386.8925,-79.8180,502.8946,-90.8345,-11.5924,73.0379,-13.1924,-0.7506,-16.8229,0.0000,0.0000,5.9811,-16.8642,-0.5695,0.0000,-16.2947,0.0000,-16.2947,5.5286,-21.8232,0.0000,-21.8232,-0.3092,-21.5140,0.0000,0.0000,9.3576,-30.8716,1.0795,160.3957,160.3957,160.3957 -952.5000,1.0000,12731.5697,49.7595,48.9026,-0.2586,0.0000,5,1366.5215,-89.6244,499.0343,-89.6263,-12.8254,71.4127,-12.8257,-0.9700,-17.7449,0.0000,0.0000,5.8895,-17.7610,-0.5578,0.0000,-17.2032,0.0000,-17.2032,5.4292,-22.6323,0.1732,-22.8055,-0.3173,-22.4883,0.0000,0.0000,9.1893,-31.6776,1.0453,0.0000,0.0000,0.0000 -953.5000,1.0000,12745.0207,48.8150,47.9446,-0.2661,0.0000,5,1337.6820,-87.9159,481.1291,-87.9159,-12.3154,67.3974,-12.3154,-1.4196,-16.7067,0.0000,0.0000,5.8109,-16.6543,-0.5407,0.0000,-16.1136,0.0000,-16.1136,5.3261,-21.4397,1.8432,-23.2829,-0.3203,-22.9627,0.0000,0.0000,9.0149,-31.9776,1.0369,0.0000,0.0000,0.0000 -954.5000,1.0000,12758.1922,47.8090,46.8906,-0.2928,0.0000,5,1308.3085,-86.1737,476.0910,-86.1738,-11.8063,65.2272,-11.8063,-0.9716,-16.5794,0.0000,0.0000,5.7446,-16.6092,-0.5255,0.0000,-16.0837,0.0000,-16.0837,5.2163,-21.3000,4.6729,-25.9729,-0.3451,-25.6278,0.0000,0.0000,8.8291,-34.4570,1.0441,0.0000,0.0000,0.0000 -955.5000,1.0000,12771.1181,46.9245,46.1756,-0.1986,0.0000,5,1285.5725,-37.5632,470.9333,-84.8254,-5.0569,63.3993,-11.4196,-0.8403,-9.8885,0.0000,0.0000,5.6719,-9.8819,-0.4957,0.0000,-9.3862,0.0000,-9.3862,5.1198,-14.5060,0.0000,-14.5060,-0.2298,-14.2763,0.0000,0.0000,8.6658,-22.9421,1.0396,885.0605,885.0605,885.0605 -956.5000,1.0000,12783.8202,46.1190,45.2796,-0.2489,0.0000,5,1257.4195,-83.1557,479.2511,-83.1557,-10.9497,63.1062,-10.9497,-1.3521,-15.1941,0.0000,0.0000,5.5965,-15.1295,-0.4970,0.0000,-14.6325,0.0000,-14.6325,5.0319,-19.6644,0.3578,-20.0222,-0.2830,-19.7392,0.0000,0.0000,8.5170,-28.2563,1.0340,0.0000,0.0000,0.0000 -957.5000,1.0000,12796.2571,45.1645,44.2666,-0.2814,0.0000,5,1229.6100,-81.5063,455.5112,-81.5064,-10.4951,58.6537,-10.4951,-0.7778,-15.2526,0.0000,0.0000,5.5352,-15.2964,-0.4836,0.0000,-14.8127,0.0000,-14.8127,4.9278,-19.7405,3.5168,-23.2574,-0.3133,-22.9440,0.0000,0.0000,8.3408,-31.2848,1.0419,0.0000,0.0000,0.0000 -958.5000,1.0000,12808.4473,44.2760,43.5026,-0.2122,0.0000,5,1211.0320,-47.1017,452.5559,-80.4046,-5.9734,57.3927,-10.1968,-0.6156,-10.7951,0.0000,0.0000,5.4373,-10.8146,-0.4598,0.0000,-10.3548,0.0000,-10.3548,4.8309,-15.1857,0.0000,-15.1857,-0.2317,-14.9540,0.0000,0.0000,8.1767,-23.1307,0.9982,569.6294,569.6294,569.6294 -959.5000,1.0000,12820.4073,43.4475,42.6096,-0.2481,0.0000,5,1194.2090,-77.0434,463.1337,-79.4048,-9.6348,57.9182,-9.9302,-0.6267,-14.4437,0.0000,0.0000,5.4355,-14.4892,-0.4573,0.0000,-14.0319,0.0000,-14.0319,4.7405,-18.7724,0.0000,-18.7724,-0.2657,-18.5067,0.0000,0.0000,8.0237,-26.5304,0.9949,0.0000,0.0000,0.0000 -960.5000,1.0000,12832.0198,42.1965,41.0006,-0.4469,0.0000,5,1165.1790,-77.6719,431.6280,-77.6731,-9.4773,52.6661,-9.4775,-1.4658,-13.5299,0.0000,0.0000,5.5184,-13.5504,-0.4376,0.0000,-13.1128,0.0000,-13.1128,4.6040,-17.7168,21.3813,-39.0981,-0.4650,-38.6331,0.0000,0.0000,7.7927,-46.4258,1.1551,0.0000,0.0000,0.0000 -961.5000,1.0000,12843.2630,40.8670,39.9506,-0.2917,0.0000,5,1123.1025,-75.1625,417.7536,-75.1632,-8.8399,49.1324,-8.8400,-1.4892,-12.7334,0.0000,0.0000,5.3826,-12.6511,-0.4172,0.0000,-12.2339,0.0000,-12.2339,4.4589,-16.6928,5.3959,-22.0887,-0.2939,-21.7948,0.0000,0.0000,7.5471,-29.3419,1.1217,0.0000,0.0000,0.0000 -962.5000,1.0000,12854.2483,39.9385,39.1436,-0.2242,0.0000,5,1091.9360,-55.5651,418.4618,-73.2078,-6.3537,47.8500,-8.3711,-0.6421,-10.9123,0.0000,0.0000,5.2006,-10.9270,-0.4005,0.0000,-10.5265,0.0000,-10.5265,4.3576,-14.8841,0.0000,-14.8841,-0.2207,-14.6634,0.0000,0.0000,7.3757,-22.0390,1.0098,253.3229,253.3229,253.3229 -963.5000,1.0000,12865.0135,39.1460,38.3656,-0.2161,0.0000,5,1073.7775,-47.5835,423.9046,-71.9080,-5.3506,47.6663,-8.0857,-0.5660,-9.9016,0.0000,0.0000,5.1171,-9.9211,-0.3875,0.0000,-9.5336,0.0000,-9.5336,4.2711,-13.8047,0.0000,-13.8047,-0.2086,-13.5961,0.0000,0.0000,7.2293,-20.8254,0.9824,388.1323,388.1323,388.1323 -964.5000,1.0000,12875.6957,38.8475,38.5466,0.0503,0.0000,5,1056.0770,185.5187,422.4158,-70.6410,20.5169,46.7159,-7.8123,-0.5913,16.0337,0.0000,0.0000,5.0745,15.8583,-0.4106,0.0000,16.2689,0.0000,16.2689,4.2386,12.0304,0.0000,12.0304,0.0482,11.9822,0.0000,0.0000,7.1742,4.8080,0.9898,4410.5200,4410.5200,4410.5200 -965.5000,1.0000,12886.5428,39.4410,39.5526,0.2794,0.0000,5,1056.8020,400.7275,550.3029,-70.6928,44.3477,60.9009,-7.8234,0.6387,38.5892,0.0000,0.0000,5.1198,38.4581,-0.5322,0.0000,38.9903,0.0000,38.9903,4.3033,34.6869,0.0000,34.6869,0.2717,34.4152,0.0000,0.0000,7.2838,27.1314,0.9668,8965.7762,8965.7762,8965.7762 -966.5000,1.0000,12897.7141,40.6080,40.8806,0.3689,0.0000,5,1074.5405,486.3966,654.1324,-71.9626,54.7321,73.6067,-8.0976,0.5211,49.0495,0.0000,0.0000,5.1615,48.6150,-0.5983,0.0000,49.2133,0.0000,49.2133,4.4693,44.7440,0.0000,44.7440,0.3693,44.3747,0.0000,0.0000,7.4993,36.8754,0.9941,10899.8573,10899.8573,10899.8573 -967.5000,1.0000,12909.3120,42.1440,42.6246,0.4844,0.0000,5,1101.9305,601.6860,703.6780,-73.9002,69.4309,81.2001,-8.5276,1.3191,62.8631,0.0000,0.0000,5.2486,62.6783,-0.6891,0.0000,63.3675,0.0000,63.3675,4.8227,58.5448,0.0000,58.5448,0.5034,58.0414,0.0000,0.0000,7.7830,50.2584,0.9891,13760.0349,13760.0349,13760.0349 -968.5000,1.0000,12921.4002,43.9090,44.4106,0.4961,0.0000,5,1149.0045,612.3717,762.1099,-76.7083,73.6827,91.6997,-9.2298,1.9461,66.3437,0.0000,0.0000,5.3929,66.5821,-0.7323,0.0000,67.3144,0.0000,67.3144,5.0441,62.2703,0.0000,62.2703,0.5371,61.7332,0.0000,0.0000,8.1089,53.6243,1.0118,14539.2359,14539.2359,14539.2359 -969.5000,1.0000,12933.9523,45.5790,45.9646,0.4317,0.0000,5,1202.8685,546.7517,770.4805,-79.9204,68.8711,97.0529,-10.0671,1.9415,61.4396,0.0000,0.0000,5.4900,61.7297,-0.7305,0.0000,62.4602,0.0000,62.4602,5.1247,57.3355,0.0000,57.3355,0.4851,56.8504,0.0000,0.0000,8.4173,48.4331,1.0099,13654.6222,13654.6222,13654.6222 -970.5000,1.0000,12946.9355,47.1310,47.5146,0.4306,0.0000,5,1251.6210,541.1749,747.5016,-82.8118,70.9315,97.9746,-10.8541,1.7270,63.5985,0.0000,0.0000,5.6060,63.6928,-0.7620,0.0000,64.4549,0.0000,64.4549,5.2972,59.1576,0.0000,59.1576,0.5003,58.6573,0.0000,0.0000,8.7039,49.9534,0.9929,14022.5549,14022.5549,14022.5549 -971.5000,1.0000,12960.3121,48.5470,48.7966,0.3561,0.0000,5,1290.0740,470.5669,748.3774,-85.0924,63.5718,101.1030,-11.4957,1.2663,56.5683,0.0000,0.0000,5.7372,56.5228,-0.7460,0.0000,57.2688,0.0000,57.2688,5.3195,51.9493,0.0000,51.9493,0.4262,51.5230,0.0000,0.0000,8.9654,42.5576,1.0272,12663.5414,12663.5414,12663.5414 -972.5000,1.0000,12974.0554,49.8675,50.1556,0.3775,0.0000,5,1327.2680,490.7339,728.2390,-87.2983,68.2077,101.2188,-12.1337,1.7288,60.5917,0.0000,0.0000,5.8871,60.7325,-0.7864,0.0000,61.5189,0.0000,61.5189,5.5046,56.0142,0.0000,56.0142,0.4641,55.5501,0.0000,0.0000,9.2093,46.3408,1.0480,13538.8020,13538.8020,13538.8020 -973.5000,1.0000,12988.1721,51.2115,51.4846,0.3692,0.0000,5,1368.6200,480.6829,741.1069,-89.7508,68.8922,106.2166,-12.8632,1.6929,61.1854,0.0000,0.0000,6.0139,61.2906,-0.8091,0.0000,62.0997,0.0000,62.0997,5.6368,56.4628,0.0000,56.4628,0.4661,55.9967,0.0000,0.0000,9.4575,46.5392,1.0741,13654.9475,13654.9475,13654.9475 -974.5000,1.0000,13002.6232,52.4155,52.5636,0.2997,0.0000,5,1403.1815,415.1887,740.4167,-91.8006,61.0082,108.7974,-13.4893,1.2425,53.6713,0.0000,0.0000,6.0943,53.6704,-0.7887,0.0000,54.4591,0.0000,54.4591,5.7189,48.7402,0.0000,48.7402,0.3873,48.3529,0.0000,0.0000,9.6798,38.6730,1.0983,12218.7321,12218.7321,12218.7321 -975.5000,1.0000,13017.3656,53.4640,53.5816,0.2828,0.0000,5,1430.9910,399.5095,721.2675,-93.4499,59.8677,108.0841,-14.0037,1.1767,52.5058,0.0000,0.0000,6.1852,52.4973,-0.7988,0.0000,53.2961,0.0000,53.2961,5.8333,47.4628,0.0000,47.4628,0.3727,47.0900,0.0000,0.0000,9.8735,37.2165,1.0923,12043.4266,12043.4266,12043.4266 -976.5000,1.0000,13032.3745,54.4235,54.4826,0.2503,0.0000,5,1458.6100,370.2495,721.3747,-95.0879,56.5539,110.1866,-14.5242,1.2746,48.9868,0.0000,0.0000,6.2925,49.0586,-0.7963,0.0000,49.8549,0.0000,49.8549,5.9380,43.9168,0.0000,43.9168,0.3358,43.5810,0.0000,0.0000,10.0507,33.5303,1.1006,11425.5295,11425.5295,11425.5295 -977.5000,1.0000,13047.6438,55.3610,55.4566,0.2706,0.0000,5,1482.7955,386.2254,713.7725,-96.5223,59.9723,110.8332,-14.9878,0.9066,52.7846,0.0000,0.0000,6.2811,52.6756,-0.8292,0.0000,53.5048,0.0000,53.5048,6.0403,47.4645,0.0000,47.4645,0.3693,47.0952,0.0000,0.0000,10.2238,36.8714,1.0370,12111.1833,12111.1833,12111.1833 -978.5000,1.0000,13063.1862,56.3440,56.4486,0.2756,0.0000,5,1510.7575,393.6686,729.6249,-98.1807,62.2808,115.4311,-15.5328,1.6705,54.1351,0.0000,0.0000,6.4752,54.3023,-0.8530,0.0000,55.1553,0.0000,55.1553,6.1476,49.0077,0.0000,49.0077,0.3828,48.6249,0.0000,0.0000,10.4053,38.2196,1.1199,12564.4362,12564.4362,12564.4362 -979.5000,1.0000,13079.0061,57.3430,57.4546,0.2794,0.0000,5,1536.5070,393.2614,731.5031,-99.7078,63.2768,117.7008,-16.0433,0.7307,56.0182,0.0000,0.0000,6.5278,55.8110,-0.8767,0.0000,56.6877,0.0000,56.6877,6.2566,50.4311,0.0000,50.4311,0.3951,50.0360,0.0000,0.0000,10.5898,39.4462,1.1129,12774.3950,12774.3950,12774.3950 -980.5000,1.0000,13095.0787,58.2530,58.2686,0.2261,0.0000,5,1557.1450,347.9873,739.3275,-100.9318,56.7441,120.5576,-16.4583,1.2330,48.9428,0.0000,0.0000,6.5684,49.0056,-0.8571,0.0000,49.8627,0.0000,49.8627,6.3559,43.5068,0.0000,43.5068,0.3247,43.1821,0.0000,0.0000,10.7579,32.4242,1.1042,11532.6654,11532.6654,11532.6654 -981.5000,1.0000,13111.3671,59.0295,59.0076,0.2053,0.0000,5,1589.2655,330.1288,735.3818,-102.8368,54.9425,122.3878,-17.1149,1.8765,46.3431,0.0000,0.0000,6.7229,46.6120,-0.8577,0.0000,47.4697,0.0000,47.4697,6.4406,41.0292,0.0000,41.0292,0.2988,40.7304,0.0000,0.0000,10.9013,29.8291,1.1354,11250.2877,11250.2877,11250.2877 -982.5000,1.0000,13127.8324,59.6665,59.5426,0.1486,0.0000,5,1612.0395,272.0295,725.8501,-103.9022,45.9220,122.5325,-17.5400,0.3512,38.8352,0.0000,0.0000,6.7356,38.7469,-0.8285,0.0000,39.5755,0.0000,39.5755,6.5101,33.0654,0.0000,33.0654,0.2186,32.8468,0.0000,0.0000,11.0189,21.8279,1.1021,9580.9694,9580.9694,9580.9694 -983.5000,1.0000,13144.3674,59.9175,59.5096,-0.0092,0.0000,5,1623.3310,135.6060,714.1560,-104.3044,23.0523,121.4028,-17.7312,0.7720,15.4438,0.0000,0.0000,6.8365,15.5217,-0.7154,0.0000,16.2372,0.0000,16.2372,6.5375,9.6997,0.0000,9.6997,-0.0135,9.7132,0.0000,0.0000,11.0653,-1.3521,1.1544,5406.2308,5406.2308,5406.2308 -984.5000,1.0000,13160.8239,59.6350,58.9776,-0.1478,0.0000,5,1631.0750,10.1491,671.2271,-104.5801,1.7335,114.6495,-17.8629,0.0000,-5.0555,0.0000,0.0000,6.7890,-5.0782,-0.6866,0.0000,-4.3915,0.0000,-4.3915,6.5066,-10.8982,0.0000,-10.8982,-0.2173,-10.6809,0.0000,0.0000,11.0131,-21.6940,1.1182,2659.5921,2659.5921,2659.5921 -985.5000,1.0000,13177.1699,59.2370,58.7136,-0.0733,0.0000,5,1617.5710,67.2861,620.2182,-104.0992,11.3977,105.0598,-17.6335,-1.3414,5.9831,0.0000,0.0000,6.7561,5.9464,-0.6558,0.0000,6.6021,0.0000,6.6021,6.4632,0.1389,0.0000,0.1389,-0.1071,0.2460,0.0000,0.0000,10.9396,-10.6936,1.1407,3700.5784,3700.5784,3700.5784 -986.5000,1.0000,13193.4747,59.0885,58.6806,-0.0092,0.0000,5,1603.0370,130.7880,642.1049,-103.5816,21.9553,107.7899,-17.3882,-0.1014,15.3175,0.0000,0.0000,6.7393,15.3119,-0.7006,0.0000,16.0125,0.0000,16.0125,6.4470,9.5655,0.0000,9.5655,-0.0134,9.5788,0.0000,0.0000,10.9122,-1.3333,1.1255,5200.3153,5200.3153,5200.3153 -987.5000,1.0000,13209.8065,59.1860,58.9086,0.0633,0.0000,5,1605.9740,196.8894,665.5444,-103.6862,33.1123,111.9294,-17.4377,0.3912,25.9376,0.0000,0.0000,6.7834,25.9517,-0.7560,0.0000,26.7077,0.0000,26.7077,6.4577,20.2500,0.0000,20.2500,0.0924,20.1576,0.0000,0.0000,10.9302,9.2274,1.1260,7188.2987,7188.2987,7188.2987 -988.5000,1.0000,13226.2351,59.5345,59.3776,0.1303,0.0000,5,1611.2000,254.6860,685.1344,-103.8723,42.9718,115.5989,-17.5258,0.1246,36.0754,0.0000,0.0000,6.7718,35.9619,-0.8123,0.0000,36.7742,0.0000,36.7742,6.4957,30.2785,0.0000,30.2785,0.1912,30.0873,0.0000,0.0000,10.9945,19.0927,1.1270,9031.9191,9031.9191,9031.9191 -989.5000,1.0000,13242.8151,60.0795,59.9986,0.1725,0.0000,5,1620.3935,295.7530,708.6161,-104.1997,50.1855,120.2431,-17.6814,0.7896,42.5747,0.0000,0.0000,6.8213,42.5632,-0.8547,0.0000,43.4179,0.0000,43.4179,6.5551,36.8627,0.0000,36.8627,0.2555,36.6072,0.0000,0.0000,11.0952,25.5120,1.1162,10401.9127,10401.9127,10401.9127 -990.5000,1.0000,13259.5746,60.7255,60.6696,0.1864,0.0000,5,1626.0395,305.3850,715.9911,-104.4008,52.0005,121.9179,-17.7772,-0.2285,45.4165,0.0000,0.0000,6.8126,45.1033,-0.8784,0.0000,45.9817,0.0000,45.9817,6.6256,39.3561,0.0000,39.3561,0.2791,39.0770,0.0000,0.0000,11.2145,27.8625,1.1173,10753.3709,10753.3709,10753.3709 -991.5000,1.0000,13276.5227,61.4045,61.3566,0.1908,0.0000,5,1643.5875,318.8753,735.1077,-105.0257,54.8836,126.5239,-18.0766,2.0022,45.9825,0.0000,0.0000,6.8988,46.2786,-0.8958,0.0000,47.1744,0.0000,47.1744,6.6997,40.4747,0.0000,40.4747,0.2889,40.1858,0.0000,0.0000,11.3399,28.8459,1.1080,11302.2033,11302.2033,11302.2033 -992.5000,1.0000,13293.6492,62.0470,61.9546,0.1661,0.0000,5,1681.0480,292.9098,744.3497,-106.3598,51.5635,131.0345,-18.7235,1.8194,42.7233,0.0000,0.0000,7.0208,42.9641,-0.8900,0.0000,43.8541,0.0000,43.8541,6.7698,37.0843,0.0000,37.0843,0.2541,36.8302,0.0000,0.0000,11.4585,25.3717,1.1285,10741.0645,10741.0645,10741.0645 -993.5000,1.0000,13310.9378,62.6305,62.5236,0.1581,0.0000,5,1689.1735,274.4334,724.2744,-106.6492,48.5445,128.1168,-18.8652,-0.9853,42.5470,0.0000,0.0000,6.9828,42.1164,-0.8957,0.0000,43.0121,0.0000,43.0121,6.8335,36.1786,0.0000,36.1786,0.2441,35.9346,0.0000,0.0000,11.5663,24.3683,1.1447,10181.0246,10181.0246,10181.0246 -994.5000,1.0000,13328.3788,63.1790,63.0516,0.1467,0.0000,5,1693.3320,276.6888,734.6863,-106.7973,49.0639,130.2785,-18.9379,1.4202,40.5449,0.0000,0.0000,7.0989,40.7018,-0.8980,0.0000,41.5998,0.0000,41.5998,6.8933,34.7065,0.0000,34.7065,0.2285,34.4780,0.0000,0.0000,11.6676,22.8104,1.1733,10286.2660,10286.2660,10286.2660 -995.5000,1.0000,13345.9311,63.5795,63.3246,0.0758,0.0000,5,1717.9755,211.4224,738.5489,-107.6749,38.0362,132.8694,-19.3714,1.1591,29.6904,0.0000,0.0000,7.1867,29.8162,-0.8500,0.0000,30.6663,0.0000,30.6663,6.9370,23.7292,0.0000,23.7292,0.1189,23.6104,0.0000,0.0000,11.7416,11.8688,1.1400,8233.7792,8233.7792,8233.7792 -996.5000,1.0000,13363.5297,63.7465,63.3856,0.0169,0.0000,5,1727.5505,164.8281,717.4070,-108.0159,29.8188,129.7851,-19.5410,-0.1497,20.6336,0.0000,0.0000,9.3350,20.6068,-0.8064,0.0000,21.4132,0.0000,21.4132,6.9552,14.4580,0.0000,14.4580,0.0266,14.4314,0.0000,0.0000,11.7724,2.6590,1.1567,6752.6370,6752.6370,6752.6370 -997.5000,1.0000,13381.1462,63.8110,63.4536,0.0189,0.0000,5,1727.7030,168.3346,708.0664,-108.0213,30.4559,128.1067,-19.5437,0.1659,20.9264,0.0000,0.0000,9.3635,20.9342,-0.8092,0.0000,21.7434,0.0000,21.7434,6.9623,14.7811,0.0000,14.7811,0.0297,14.7514,0.0000,0.0000,11.7843,2.9671,1.1704,6865.0843,6865.0843,6865.0843 -998.5000,1.0000,13398.7867,63.8970,63.5576,0.0289,0.0000,5,1731.5940,177.2882,710.4924,-108.1599,32.1480,128.8351,-19.6129,0.2475,22.5306,0.0000,0.0000,9.3699,22.5426,-0.8188,0.0000,23.3614,0.0000,23.3614,6.9717,16.3897,0.0000,16.3897,0.0455,16.3442,0.0000,0.0000,11.8002,4.5440,1.1579,7172.6902,7172.6902,7172.6902 -999.5000,1.0000,13416.4628,64.0255,63.7106,0.0425,0.0000,5,1736.4770,189.0922,714.2263,-108.3338,34.3852,129.8774,-19.6998,0.2726,24.7361,0.0000,0.0000,9.3765,24.7429,-0.8322,0.0000,25.5751,0.0000,25.5751,6.9857,18.5894,0.0000,18.5894,0.0671,18.5223,0.0000,0.0000,11.8239,6.6984,1.1458,7581.1518,7581.1518,7581.1518 -1000.5000,1.0000,13434.1932,64.2210,63.9486,0.0661,0.0000,5,1740.0630,209.2292,717.1287,-108.4615,38.1255,130.6745,-19.7637,0.1101,28.6044,0.0000,0.0000,9.4111,28.5684,-0.8549,0.0000,29.4233,0.0000,29.4233,7.0070,22.4163,0.0000,22.4163,0.1047,22.3116,0.0000,0.0000,11.8600,10.4516,1.1606,8263.1013,8263.1013,8263.1013 -1001.5000,1.0000,13452.0046,64.5125,64.2936,0.0958,0.0000,5,1754.6350,240.8677,734.0048,-108.9805,44.2582,134.8697,-20.0246,1.4592,33.2722,0.0000,0.0000,9.5268,33.4396,-0.8846,0.0000,34.3242,0.0000,34.3242,7.0388,27.2854,0.0000,27.2854,0.1524,27.1330,0.0000,0.0000,11.9139,15.2191,1.1651,9389.4874,9389.4874,9389.4874 -1002.5000,1.0000,13469.9101,64.8510,64.6256,0.0922,0.0000,5,1759.5175,226.7958,728.4571,-109.1543,41.7885,134.2228,-20.1124,-0.9357,33.2819,0.0000,0.0000,9.4424,33.0335,-0.8886,0.0000,33.9221,0.0000,33.9221,7.0758,26.8463,0.0000,26.8463,0.1475,26.6989,0.0000,0.0000,11.9764,14.7225,1.1667,8941.3434,8941.3434,8941.3434 -1003.5000,1.0000,13487.9133,65.2030,64.9976,0.1033,0.0000,5,1758.3730,245.6790,735.5153,-109.1136,45.2384,135.4351,-20.0918,0.8115,34.9532,0.0000,0.0000,9.4737,35.0028,-0.9047,0.0000,35.9075,0.0000,35.9075,7.1142,28.7933,0.0000,28.7933,0.1661,28.6272,0.0000,0.0000,12.0414,16.5858,1.1800,9576.1193,9576.1193,9576.1193 -1004.5000,1.0000,13506.0084,65.5340,65.2876,0.0806,0.0000,5,1767.9865,210.9684,738.5235,-109.4559,39.0593,136.7325,-20.2650,0.2278,31.5178,0.0000,0.0000,7.3137,31.4855,-0.8929,0.0000,32.3784,0.0000,32.3784,7.1503,25.2281,0.0000,25.2281,0.1302,25.0980,0.0000,0.0000,12.1025,12.9955,1.1693,8451.1405,8451.1405,8451.1405 -1005.5000,1.0000,13524.2305,65.9910,65.9116,0.1733,0.0000,5,1778.3245,295.8814,737.5644,-109.8241,55.1007,137.3535,-20.4521,0.8998,46.8525,0.0000,0.0000,7.3484,46.8481,-0.9786,0.0000,47.8267,0.0000,47.8267,7.2001,40.6265,0.0000,40.6265,0.2820,40.3445,0.0000,0.0000,12.1869,28.1576,1.1453,11491.7824,11491.7824,11491.7824 -1006.5000,1.0000,13542.6493,66.6990,66.7036,0.2200,0.0000,5,1796.8640,338.2200,761.2966,-110.4844,63.6419,143.2510,-20.7895,1.1366,55.0573,0.0000,0.0000,7.4480,55.0461,-1.0327,0.0000,56.0788,0.0000,56.0788,7.2774,48.8014,0.0000,48.8014,0.3618,48.4396,0.0000,0.0000,12.3177,36.1220,1.1784,13102.6511,13102.6511,13102.6511 -1007.5000,1.0000,13561.3706,67.7880,68.0896,0.3850,0.0000,5,1818.6465,487.3668,774.4863,-111.2967,92.8181,147.4995,-21.1963,1.2824,84.0377,0.0000,0.0000,7.4980,83.7125,-1.1973,0.0000,84.9098,0.0000,84.9098,7.5020,77.4077,0.0000,77.4077,0.6435,76.7643,0.0000,0.0000,12.5188,64.2455,1.1906,18583.6450,18583.6450,18583.6450 -1008.5000,1.0000,13580.4818,69.1920,69.5116,0.3950,0.0000,5,1854.6195,501.5779,812.9236,-112.6484,97.4141,157.8822,-21.8780,2.7893,86.9223,0.0000,0.0000,7.7025,87.1743,-1.2406,0.0000,88.4149,0.0000,88.4149,7.6836,80.7313,0.0000,80.7313,0.6738,80.0575,0.0000,0.0000,12.7781,67.2794,1.1791,19527.7784,19527.7784,19527.7784 -1009.5000,1.0000,13599.8753,70.2080,70.1216,0.1694,0.0000,5,1885.7860,292.1332,809.8159,-113.8195,57.6902,159.9217,-22.4770,0.7731,49.1761,0.0000,0.0000,7.7410,49.1367,-1.0674,0.0000,50.2041,0.0000,50.2041,7.6602,42.5438,0.0000,42.5438,0.2933,42.2505,0.0000,0.0000,12.9657,29.2849,1.1791,12129.3610,12129.3610,12129.3610 -1010.5000,1.0000,13619.4571,70.8860,70.8676,0.2072,0.0000,5,1909.7430,329.6495,787.2316,-114.7197,65.9259,157.4367,-22.9425,2.0267,56.0201,0.0000,0.0000,7.8791,56.2311,-1.1160,0.0000,57.3471,0.0000,57.3471,7.7342,49.6129,0.0000,49.6129,0.3622,49.2507,0.0000,0.0000,13.0909,36.1598,1.1791,13696.4118,13696.4118,13696.4118 -1011.5000,1.0000,13639.2024,71.4745,71.2986,0.1197,0.0000,5,1931.4490,245.7594,789.2714,-115.5353,49.7075,159.6387,-23.3683,0.5249,41.2521,0.0000,0.0000,7.9305,41.2223,-1.0513,0.0000,42.2737,0.0000,42.2737,7.7984,34.4752,0.0000,34.4752,0.2110,34.2643,0.0000,0.0000,13.1996,21.0647,1.1791,10673.4372,10673.4372,10673.4372 -1012.5000,1.0000,13658.9740,71.5690,71.0566,-0.0672,0.0000,5,1948.0430,86.2270,786.0944,-116.1589,17.5902,160.3621,-23.6962,1.4558,8.1133,0.0000,0.0000,8.0211,8.1778,-0.8862,0.0000,9.0640,0.0000,9.0640,7.8087,1.2553,0.0000,1.2553,-0.1186,1.3739,0.0000,0.0000,13.2170,-11.8431,1.1791,5301.3182,5301.3182,5301.3182 -1013.5000,1.0000,13678.5779,70.9655,70.0916,-0.2681,0.0000,5,1828.4885,-111.6655,631.6595,-111.6665,-21.3816,120.9495,-21.3818,-14.7911,-13.7107,0.0000,0.0000,7.1203,-12.8101,-0.9137,0.0000,-11.8964,0.0000,-11.8964,7.7429,-19.6393,14.5517,-34.1910,-0.4690,-33.7220,0.0000,0.0000,13.1056,-46.8275,1.1791,0.0000,0.0000,0.0000 -1014.5000,1.0000,13697.9101,69.9875,69.1006,-0.2753,0.0000,6,1535.6680,-99.6581,432.6568,-99.6581,-16.0265,69.5776,-16.0265,-15.1925,-7.0000,0.0000,0.0000,6.1661,-6.3104,-0.7151,0.0000,-5.5953,0.0000,-5.5953,7.6362,-13.2315,21.6268,-34.8582,-0.4750,-34.3832,0.1183,0.0000,12.9250,-47.4265,1.1127,0.0000,0.0000,0.0000 -1015.5000,1.0000,13716.9318,68.8695,67.8556,-0.3458,0.0000,6,1358.7015,-89.1625,480.4648,-89.1625,-12.6863,68.3619,-12.6863,-1.3241,-17.3834,0.0000,0.0000,6.0212,-17.3370,-0.8087,0.0000,-16.5283,0.0000,-16.5283,7.5142,-24.0425,22.2738,-46.3163,-0.5872,-45.7290,0.1829,0.0000,12.7185,-58.6304,1.0712,0.0000,0.0000,0.0000 -1016.5000,1.0000,13735.6042,67.6120,66.5856,-0.3528,0.0000,6,1337.7205,-87.9182,490.2878,-87.9182,-12.3161,68.6823,-12.3161,-0.4199,-17.8568,0.0000,0.0000,5.9606,-17.9572,-0.7988,0.0000,-17.1584,0.0000,-17.1584,7.3770,-24.5354,22.1025,-46.6380,-0.5881,-46.0499,0.1795,0.0000,12.4863,-58.7157,1.0510,0.0000,0.0000,0.0000 -1017.5000,1.0000,13753.9606,66.4745,65.5806,-0.2792,0.0000,6,1324.5595,-87.1377,484.6262,-87.1377,-12.0867,67.2213,-12.0867,-0.6548,-17.2035,0.0000,0.0000,5.7716,-17.2292,-0.7772,0.0000,-16.4519,0.0000,-16.4519,7.2529,-23.7048,10.0946,-33.7994,-0.4575,-33.3419,0.0642,0.0000,12.2762,-45.6823,1.0473,0.0000,0.0000,0.0000 -1018.5000,1.0000,13772.1885,66.0120,65.6606,0.0222,0.0000,6,1311.7035,200.5485,483.1594,-86.3752,27.5476,66.3674,-11.8646,-0.3872,22.2069,0.0000,0.0000,5.7278,22.1121,-0.9283,0.0000,23.0405,0.0000,23.0405,7.2024,15.8381,0.0000,15.8381,0.0362,15.8019,0.0000,0.0000,12.1908,3.6111,1.0448,5897.6341,5897.6341,5897.6341 -1019.5000,1.0000,13790.4723,66.2130,65.9826,0.0894,0.0000,6,1306.6300,283.6095,606.1079,-86.0743,38.8063,82.9337,-11.7775,-0.0214,33.1065,0.0000,0.0000,5.7212,33.0195,-1.1577,0.0000,34.1772,0.0000,34.1772,7.2244,26.9529,0.0000,26.9529,0.1460,26.8068,0.0000,0.0000,12.2279,14.5789,1.0438,7982.4052,7982.4052,7982.4052 -1020.5000,1.0000,13808.9067,66.7555,66.7456,0.2119,0.0000,6,1308.9570,432.5075,642.5742,-86.2123,59.2854,88.0800,-11.8174,0.2085,53.4034,0.0000,0.0000,5.6735,53.2051,-1.5841,0.0000,54.7893,0.0000,54.7893,7.2836,47.5057,0.0000,47.5057,0.3488,47.1569,0.0000,0.0000,12.3281,34.8288,1.0176,11850.2316,11850.2316,11850.2316 -1021.5000,1.0000,13827.5877,67.6430,67.7576,0.2811,0.0000,6,1324.5595,519.4565,711.0460,-87.1377,72.0525,98.6274,-12.0867,1.0581,65.1531,0.0000,0.0000,5.8413,65.3045,-1.8458,0.0000,67.1503,0.0000,67.1503,7.3804,59.7699,0.0000,59.7699,0.4688,59.3011,0.0000,0.0000,12.4920,46.8091,1.0754,14251.0808,14251.0808,14251.0808 -1022.5000,1.0000,13846.5490,68.6520,68.7636,0.2794,0.0000,6,1352.5980,516.6380,749.0420,-88.8006,73.1785,106.0971,-12.5780,1.2485,65.7491,0.0000,0.0000,6.1810,65.9962,-1.8713,0.0000,67.8674,0.0000,67.8674,7.4905,60.3770,0.0000,60.3770,0.4730,59.9040,0.0000,0.0000,12.6783,47.2256,1.3400,14441.8527,14441.8527,14441.8527 -1023.5000,1.0000,13865.8505,69.8770,70.2076,0.4011,0.0000,6,1368.9250,663.2333,744.6118,-89.7689,95.0768,106.7427,-12.8687,0.1090,88.8497,0.0000,0.0000,6.1181,88.0244,-2.3438,0.0000,90.3681,0.0000,90.3681,7.7758,82.5923,0.0000,82.5923,0.6910,81.9012,0.0000,0.0000,12.9046,68.9967,1.2660,18530.1575,18530.1575,18530.1575 -1024.5000,1.0000,13885.4689,71.0175,71.0446,0.2325,0.0000,6,1385.4810,463.7803,810.4031,-90.7508,67.2886,117.5791,-13.1668,1.2983,59.8366,0.0000,0.0000,6.1537,60.1412,-1.7756,0.0000,61.9168,0.0000,61.9168,7.7486,54.1682,0.0000,54.1682,0.4071,53.7612,0.0000,0.0000,13.1152,40.6460,1.2200,13358.7630,13358.7630,13358.7630 -1025.5000,1.0000,13905.2732,71.6870,71.5466,0.1394,0.0000,6,1408.9420,347.4527,732.9907,-92.1422,51.2646,108.1484,-13.5950,0.7097,44.3555,0.0000,0.0000,6.1994,44.4581,-1.4565,0.0000,45.9146,0.0000,45.9146,7.8216,38.0930,0.0000,38.0930,0.2465,37.8465,0.0000,0.0000,13.2388,24.6077,1.2133,10398.5974,10398.5974,10398.5974 -1026.5000,1.0000,13925.2549,72.3255,72.3216,0.2153,0.0000,6,1422.5990,439.0197,691.3903,-92.9522,65.4026,102.9993,-13.8475,0.4766,58.6582,0.0000,0.0000,6.2679,58.5693,-1.7577,0.0000,60.3270,0.0000,60.3270,7.8913,52.4358,0.0000,52.4358,0.3839,52.0519,0.0000,0.3668,13.3567,38.3283,1.2168,13030.3509,13030.3509,13030.3509 -1027.5000,1.0000,13945.4495,73.0920,73.0796,0.2106,0.0000,6,1433.6995,441.4274,727.9265,-93.6105,66.2744,109.2885,-14.0544,0.4971,59.6551,0.0000,0.0000,6.1223,59.5810,-1.7876,0.0000,61.3686,0.0000,61.3686,7.9749,53.3937,0.0000,53.3937,0.3794,53.0143,0.0000,1.6311,13.4983,37.8849,1.0790,13193.4122,13193.4122,13193.4122 -1028.5000,1.0000,13965.8659,73.8905,73.9186,0.2331,0.0000,6,1449.4925,485.1343,733.5672,-94.5472,73.6388,111.3485,-14.3514,0.9033,66.4928,0.0000,0.0000,6.2427,66.5803,-1.9426,0.0000,68.5229,0.0000,68.5229,8.0620,60.4609,0.0000,60.4609,0.4246,60.0363,0.0000,3.9992,13.6457,42.3914,1.0836,14568.8260,14568.8260,14568.8260 -1029.5000,1.0000,13986.5031,74.6855,74.6696,0.2086,0.0000,6,1469.5200,477.1615,751.9432,-95.7350,73.4293,115.7149,-14.7324,0.8916,66.2548,0.0000,0.0000,6.2829,66.3666,-1.9474,0.0000,68.3140,0.0000,68.3140,8.1488,60.1653,0.0000,60.1653,0.3841,59.7811,0.0000,7.6353,13.7926,38.3533,1.0901,14554.3777,14554.3777,14554.3777 -1030.5000,1.0000,14007.3258,75.3530,75.2536,0.1622,0.0000,6,1490.7680,412.4304,753.3858,-96.9951,64.3857,117.6132,-15.1422,1.0407,57.0436,0.0000,0.0000,6.3013,57.2567,-1.7655,0.0000,59.0222,0.0000,59.0222,8.2216,50.8006,0.0000,50.8006,0.3014,50.4992,0.0000,6.4921,13.9158,30.0912,1.0542,12927.4101,12927.4101,12927.4101 -1031.5000,1.0000,14028.2661,75.7765,75.5166,0.0731,0.0000,6,1501.3730,298.2909,727.0757,-97.6241,46.8983,114.3133,-15.3488,-0.0703,40.6315,0.0000,0.0000,6.3371,40.5405,-1.4222,0.0000,41.9627,0.0000,41.9627,8.2678,33.6949,0.0000,33.6949,0.1365,33.5584,0.0000,5.9368,13.9940,13.6275,1.0873,9677.3271,9677.3271,9677.3271 -1032.5000,1.0000,14049.2666,75.9935,75.6876,0.0475,0.0000,6,1505.0355,281.2575,692.0078,-97.8413,44.3281,109.0652,-15.4205,0.4090,37.5433,0.0000,0.0000,6.3758,37.6114,-1.3637,0.0000,38.9751,0.0000,38.9751,8.2915,30.6837,0.0000,30.6837,0.0890,30.5947,0.0000,7.6747,14.0341,8.8859,1.1032,9195.5849,9195.5849,9195.5849 -1033.5000,1.0000,14070.3325,76.2285,75.9866,0.0831,0.0000,6,1503.7005,319.6823,679.6812,-97.7621,50.3395,107.0275,-15.3943,-0.5319,44.5237,0.0000,0.0000,6.3477,44.2663,-1.5052,0.0000,45.7715,0.0000,45.7715,8.3171,37.4543,0.0000,37.4543,0.1561,37.2982,0.0000,7.6354,14.0775,15.5853,1.1027,10326.4835,10326.4835,10326.4835 -1034.5000,1.0000,14091.4820,76.5295,76.2896,0.0842,0.0000,6,1501.3735,333.3448,698.3928,-97.6241,52.4096,109.8037,-15.3488,0.3166,45.7199,0.0000,0.0000,6.3731,45.7340,-1.5393,0.0000,47.2733,0.0000,47.2733,8.3500,38.9233,0.0000,38.9233,0.1588,38.7645,0.0000,8.7752,14.1331,15.8562,1.1019,10713.6378,10713.6378,10713.6378 -1035.5000,1.0000,14112.7767,77.0525,77.0326,0.2064,0.0000,6,1510.1855,472.9773,705.4825,-98.1468,74.7996,111.5694,-15.5215,0.4988,67.8795,0.0000,0.0000,6.4213,67.7944,-2.0051,0.0000,69.7995,0.0000,69.7995,8.4070,61.3924,0.0000,61.3924,0.3921,61.0004,0.0000,7.6233,14.2297,39.1473,1.0906,14848.1740,14848.1740,14848.1740 -1036.5000,1.0000,14134.2542,77.7105,77.6056,0.1592,0.0000,6,1528.3435,438.3116,759.6309,-99.2237,70.1508,121.5772,-15.8805,1.1994,62.4726,0.0000,0.0000,6.4788,62.7635,-1.9082,0.0000,64.6717,0.0000,64.6717,8.4788,56.1929,0.0000,56.1929,0.3050,55.8879,0.0000,11.0886,14.3512,30.4482,1.0827,14012.4156,14012.4156,14012.4156 -1037.5000,1.0000,14155.8960,78.3020,78.2156,0.1694,0.0000,6,1538.3000,432.5257,741.8205,-99.8142,69.6757,119.5002,-16.0791,-0.2667,63.4119,0.0000,0.0000,6.5305,63.0499,-1.9213,0.0000,64.9712,0.0000,64.9712,8.5434,56.4278,0.0000,56.4278,0.3271,56.1007,0.0000,8.9793,14.4604,32.6610,1.1258,13932.8309,13932.8309,13932.8309 -1038.5000,1.0000,14177.6944,78.8655,78.7326,0.1436,0.0000,6,1544.9760,400.5972,748.6590,-100.2101,64.8124,121.1252,-16.2129,0.9012,57.3507,0.0000,0.0000,6.5605,57.5148,-1.8128,0.0000,59.3276,0.0000,59.3276,8.6048,50.7227,0.0000,50.7227,0.2792,50.4435,0.0000,7.9982,14.5645,27.8807,1.1019,13076.1453,13076.1453,13076.1453 -1039.5000,1.0000,14199.6030,79.2625,79.0096,0.0769,0.0000,6,1563.0200,326.3973,740.4892,-101.2803,53.4244,121.2026,-16.5775,0.8202,45.9972,0.0000,0.0000,6.6070,46.1680,-1.5812,0.0000,47.7492,0.0000,47.7492,8.6482,39.1010,0.0000,39.1010,0.1504,38.9506,0.0000,9.2996,14.6378,15.0132,1.0928,10926.1022,10926.1022,10926.1022 -1040.5000,1.0000,14221.5864,79.5315,79.2706,0.0725,0.0000,6,1573.8920,321.7822,716.1204,-101.9251,53.0354,118.0292,-16.7990,0.2249,46.1694,0.0000,0.0000,6.6410,46.1619,-1.5844,0.0000,47.7463,0.0000,47.7463,8.6775,39.0688,0.0000,39.0688,0.1422,38.9266,0.0000,10.0451,14.6875,14.1941,1.1074,10863.6070,10863.6070,10863.6070 -1041.5000,1.0000,14243.6436,79.7975,79.5416,0.0753,0.0000,6,1577.8595,312.2796,715.6463,-102.1604,51.5989,118.2484,-16.8803,0.1590,44.7434,0.0000,0.0000,6.6965,44.7140,-1.5575,0.0000,46.2715,0.0000,46.2715,8.7065,37.5649,0.0000,37.5649,0.1481,37.4168,0.0000,7.8930,14.7366,14.7872,1.1082,10610.2340,10610.2340,10610.2340 -1042.5000,1.0000,14265.7662,80.0330,79.7416,0.0556,0.0000,6,1577.4400,312.0624,710.4489,-102.1355,51.5493,117.3584,-16.8717,-0.1996,45.0515,0.0000,0.0000,6.6974,44.9365,-1.5650,0.0000,46.5015,0.0000,46.5015,8.7322,37.7693,0.0000,37.7693,0.1096,37.6596,0.0000,11.9343,14.7801,10.9453,1.1081,10600.9879,10600.9879,10600.9879 -1043.5000,1.0000,14287.9358,80.2020,79.8796,0.0383,0.0000,6,1581.9795,281.3484,716.7428,-102.4047,46.6094,118.7388,-16.9648,0.6411,39.2516,0.0000,0.0000,6.7167,39.3815,-1.4513,0.0000,40.8328,0.0000,40.8328,8.7507,32.0822,0.0000,32.0822,0.0758,32.0064,0.0000,9.6269,14.8113,7.5682,1.0964,9690.1550,9690.1550,9690.1550 -1044.5000,1.0000,14310.1441,80.3410,80.0196,0.0389,0.0000,6,1586.4425,268.3825,702.6028,-102.6694,44.5869,116.7247,-17.0567,-0.2081,38.0191,0.0000,0.0000,6.7759,37.9348,-1.4229,0.0000,39.3577,0.0000,39.3577,8.7658,30.5919,0.0000,30.5919,0.0770,30.5149,0.0000,7.9867,14.8370,7.6912,1.1223,9313.1085,9313.1085,9313.1085 -1045.5000,1.0000,14332.3603,80.3700,79.9376,-0.0228,0.0000,6,1593.4615,205.7962,707.6188,-103.0857,34.3406,118.0781,-17.2016,0.8959,26.5261,0.0000,0.0000,6.9186,26.6921,-1.1890,0.0000,27.8811,0.0000,27.8811,8.7690,19.1121,0.0000,19.1121,-0.0451,19.1573,0.0000,8.8214,14.8424,-4.5065,1.2114,7396.3745,7396.3745,7396.3745 -1046.5000,1.0000,14354.5696,80.3450,79.9696,0.0089,0.0000,6,1595.8650,222.3039,678.5450,-103.2282,37.1511,113.3975,-17.2514,-0.6617,30.8311,0.0000,0.0000,6.9818,30.6945,-1.2721,0.0000,31.9666,0.0000,31.9666,8.7663,23.2003,0.0000,23.2003,0.0176,23.1827,0.0000,6.5869,14.8377,1.7581,1.2930,7929.5725,7929.5725,7929.5725 -1047.5000,1.0000,14376.7824,80.3575,79.9626,-0.0019,0.0000,6,1592.0120,211.3844,689.4129,-102.9997,35.2410,114.9355,-17.1716,0.2834,27.9907,0.0000,0.0000,6.9668,28.0429,-1.2170,0.0000,29.2599,0.0000,29.2599,8.7676,20.4923,0.0000,20.4923,-0.0039,20.4962,0.0000,6.0407,14.8400,-0.3846,1.2508,7560.5063,7560.5063,7560.5063 -1048.5000,1.0000,14398.9777,80.2945,79.8436,-0.0331,0.0000,6,1586.7475,197.1035,676.9849,-102.6875,32.7515,112.4904,-17.0629,-0.7955,24.6231,0.0000,0.0000,8.9239,24.5146,-1.1427,0.0000,25.6573,0.0000,25.6573,8.7608,16.8965,0.0000,16.8965,-0.0654,16.9620,0.0000,8.6673,14.8284,-6.5337,1.2355,7109.0476,7109.0476,7109.0476 -1049.5000,1.0000,14421.1123,80.0760,79.5256,-0.0883,0.0000,6,1580.8730,133.5088,677.8586,-102.3391,22.1022,112.2186,-16.9421,0.2222,12.8987,0.0000,0.0000,8.9813,12.9430,-0.8990,0.0000,13.8420,0.0000,13.8420,8.7369,5.1051,0.0000,5.1051,-0.1744,5.2795,0.0000,7.9037,14.7881,-17.4123,1.2746,5183.4877,5183.4877,5183.4877 -1050.5000,1.0000,14443.0919,79.5180,78.7276,-0.2217,0.0000,6,1576.5625,-47.1212,649.9102,-102.0834,-7.7796,107.2984,-16.8537,-0.6390,-16.0818,0.0000,0.0000,8.9412,-16.0953,-0.9392,0.0000,-15.1561,0.0000,-15.1561,8.6760,-23.8321,0.0000,-23.8321,-0.4346,-23.3975,0.0000,5.3080,14.6850,-43.3905,1.2596,1212.7470,1212.7470,1212.7470 -1051.5000,1.0000,14464.8467,78.7085,77.9066,-0.2281,0.0000,6,1562.4475,-52.7129,585.2222,-101.2463,-8.6248,95.7535,-16.5658,-0.7211,-16.7604,0.0000,0.0000,8.8567,-16.7673,-0.9346,0.0000,-15.8327,0.0000,-15.8327,8.5877,-24.4204,0.0000,-24.4204,-0.4426,-23.9779,0.0000,5.6733,14.5355,-44.1867,1.2558,1059.1034,1059.1034,1059.1034 -1052.5000,1.0000,14486.3795,77.9095,77.1296,-0.2158,0.0000,6,1542.8395,-37.2309,572.1103,-100.0834,-6.0152,92.4334,-16.1701,-1.1457,-13.6511,0.0000,0.0000,8.7815,-13.6119,-0.8926,0.0000,-12.7194,0.0000,-12.7194,8.5005,-21.2199,0.0000,-21.2199,-0.4146,-20.8053,0.0000,6.2008,14.3880,-41.3941,1.2520,1395.4397,1395.4397,1395.4397 -1053.5000,1.0000,14507.7267,77.2415,76.5706,-0.1553,0.0000,6,1526.1310,34.6838,576.8215,-99.0924,5.5430,92.1853,-15.8366,-0.4326,-2.7528,0.0000,0.0000,8.7284,-2.7544,-0.7769,0.0000,-1.9775,0.0000,-1.9775,8.4277,-10.4051,0.0000,-10.4051,-0.2957,-10.1094,0.0000,5.1510,14.2646,-29.5250,1.2363,2848.4551,2848.4551,2848.4551 -1054.5000,1.0000,14528.9248,76.7045,76.0556,-0.1431,0.0000,6,1515.6405,52.2938,597.0863,-98.4703,8.2999,94.7680,-15.6290,-0.5468,0.1701,0.0000,0.0000,8.6766,0.1701,-0.7409,0.0000,0.9110,0.0000,0.9110,8.3691,-7.4581,0.0000,-7.4581,-0.2705,-7.1875,0.0000,5.6589,14.1654,-27.0119,1.2093,3141.2313,3141.2313,3141.2313 -1055.5000,1.0000,14549.9894,76.2240,75.6096,-0.1239,0.0000,6,1507.5915,78.4463,603.1766,-97.9929,12.3847,95.2263,-15.4706,-0.2013,5.8501,0.0000,0.0000,6.7359,5.8588,-0.7049,0.0000,6.5638,0.0000,6.5638,8.3166,-1.7529,0.0000,-1.7529,-0.2328,-1.5200,0.0000,7.6495,14.0767,-23.2463,1.2830,3592.9008,3592.9008,3592.9008 -1056.5000,1.0000,14570.9302,75.7785,75.1646,-0.1236,0.0000,6,1497.0245,75.0342,604.5880,-97.3662,11.7630,94.7801,-15.2639,-0.7716,5.8668,0.0000,0.0000,6.6677,5.8511,-0.6995,0.0000,6.5507,0.0000,6.5507,8.2680,-1.7174,0.0000,-1.7174,-0.2309,-1.4864,0.0000,7.5777,13.9944,-23.0586,1.2058,3505.5987,3505.5987,3505.5987 -1057.5000,1.0000,14591.7951,75.5050,75.0626,-0.0283,0.0000,6,1487.3350,185.0926,605.2728,-96.7915,28.8288,94.2733,-15.0756,-0.1185,22.2894,0.0000,0.0000,6.6579,22.2850,-1.0387,0.0000,23.3237,0.0000,23.3237,8.2382,15.0855,0.0000,15.0855,-0.0527,15.1382,0.0000,6.4606,13.9439,-5.2663,1.2165,6309.1890,6309.1890,6309.1890 -1058.5000,1.0000,14612.6741,75.5560,75.2666,0.0567,0.0000,6,1483.0245,297.8965,642.1176,-96.5359,46.2639,99.7221,-14.9922,-0.2745,39.8779,0.0000,0.0000,6.6605,39.7432,-1.4030,0.0000,41.1461,0.0000,41.1461,8.2438,32.9024,0.0000,32.9024,0.1056,32.7968,0.0000,8.3039,13.9533,10.5396,1.2282,9542.2788,9542.2788,9542.2788 -1059.5000,1.0000,14633.6086,75.7555,75.4616,0.0542,0.0000,6,1486.3435,297.4453,688.6753,-96.7327,46.2972,107.1920,-15.0564,0.5780,38.9958,0.0000,0.0000,6.7235,39.1116,-1.3922,0.0000,40.5037,0.0000,40.5037,8.2655,32.2382,0.0000,32.2382,0.1012,32.1370,0.0000,8.0456,13.9902,10.1013,1.2288,9551.9697,9551.9697,9551.9697 -1060.5000,1.0000,14654.6000,75.9605,75.6766,0.0597,0.0000,6,1500.9920,306.5970,692.4499,-97.6015,48.1920,108.8417,-15.3413,0.7665,40.6413,0.0000,0.0000,6.7842,40.8087,-1.4299,0.0000,42.2386,0.0000,42.2386,8.2879,33.9507,0.0000,33.9507,0.1118,33.8389,0.0000,8.6434,14.0280,11.1674,1.2441,9922.2601,9922.2601,9922.2601 -1061.5000,1.0000,14675.6506,76.1735,75.8876,0.0586,0.0000,6,1504.5015,316.4027,689.0161,-97.8096,49.8496,108.5552,-15.4100,-0.4441,43.5744,0.0000,0.0000,6.7192,43.3751,-1.4859,0.0000,44.8611,0.0000,44.8611,8.3111,36.5499,0.0000,36.5499,0.1101,36.4399,0.0000,11.3821,14.0674,10.9904,1.2197,10235.1899,10235.1899,10235.1899 -1062.5000,1.0000,14696.7748,76.4385,76.2066,0.0886,0.0000,6,1510.2235,376.8697,703.1416,-98.1490,59.6020,111.2020,-15.5223,0.9765,51.8896,0.0000,0.0000,6.7360,52.1426,-1.6717,0.0000,53.8143,0.0000,53.8143,8.3400,45.4743,0.0000,45.4743,0.1670,45.3073,0.0000,14.5174,14.1163,16.6736,1.1957,12057.1012,12057.1012,12057.1012 -1063.5000,1.0000,14717.9963,76.7890,76.5886,0.1061,0.0000,6,1515.8310,406.0267,715.6755,-98.4816,64.4516,113.6045,-15.6327,-0.4581,58.0992,0.0000,0.0000,6.8105,57.7669,-1.7931,0.0000,59.5600,0.0000,59.5600,8.3783,51.1817,0.0000,51.1817,0.2009,50.9808,0.0000,16.7417,14.1810,20.0581,1.2469,12979.5439,12979.5439,12979.5439 -1064.5000,1.0000,14739.3099,77.1205,76.8696,0.0781,0.0000,6,1514.0765,390.3602,730.7914,-98.3775,61.8931,115.8697,-15.5981,0.2944,54.7925,0.0000,0.0000,6.8061,54.8072,-1.7354,0.0000,56.5426,0.0000,56.5426,8.4145,48.1282,0.0000,48.1282,0.1484,47.9797,0.0000,18.9190,14.2422,14.8185,1.2341,12489.3604,12489.3604,12489.3604 -1065.5000,1.0000,14760.7040,77.4100,77.1676,0.0828,0.0000,6,1523.7660,414.3539,728.3873,-98.9522,66.1178,116.2276,-15.7896,0.6104,58.6357,0.0000,0.0000,6.8717,58.7736,-1.8215,0.0000,60.5950,0.0000,60.5950,8.4460,52.1490,0.0000,52.1490,0.1580,51.9910,0.0000,21.9213,14.2957,15.7739,1.2610,13286.6708,13286.6708,13286.6708 -1066.5000,1.0000,14782.1962,77.7635,77.5766,0.1136,0.0000,6,1533.0355,457.9311,736.1034,-99.5019,73.5158,118.1734,-15.9740,0.2586,66.3568,0.0000,0.0000,6.9004,66.3014,-1.9825,0.0000,68.2839,0.0000,68.2839,8.4846,59.7993,0.0000,59.7993,0.2178,59.5814,0.0000,23.4721,14.3610,21.7483,1.2502,14614.9032,14614.9032,14614.9032 -1067.5000,1.0000,14803.8016,78.1710,77.9826,0.1128,0.0000,6,1539.7495,435.0158,752.8275,-99.9001,70.1429,121.3876,-16.1081,0.3752,62.7894,0.0000,0.0000,6.9783,62.7882,-1.9142,0.0000,64.7024,0.0000,64.7024,8.5291,56.1733,0.0000,56.1733,0.2174,55.9560,0.0000,19.8178,14.4363,21.7019,1.2891,14016.6855,14016.6855,14016.6855 -1068.5000,1.0000,14825.5096,78.5400,78.3146,0.0922,0.0000,6,1551.6515,395.8214,749.3723,-100.6060,64.3165,121.7644,-16.3473,0.7561,56.5679,0.0000,0.0000,6.9925,56.7373,-1.7926,0.0000,58.5299,0.0000,58.5299,8.5693,49.9606,0.0000,49.9606,0.1786,49.7820,0.0000,17.4474,14.5044,17.8302,1.2663,12985.7030,12985.7030,12985.7030 -1069.5000,1.0000,14847.3072,78.8630,78.6286,0.0872,0.0000,6,1555.5045,398.8273,730.9719,-100.8345,64.9658,119.0695,-16.4251,-0.3899,58.3594,0.0000,0.0000,6.9963,58.0906,-1.8247,0.0000,59.9153,0.0000,59.9153,8.6046,51.3107,0.0000,51.3107,0.1696,51.1412,0.0000,19.6443,14.5640,16.9328,1.2544,13113.3258,13113.3258,13113.3258 -1070.5000,1.0000,14869.1661,79.0835,78.7556,0.0353,0.0000,6,1556.2295,357.1459,737.6738,-100.8775,58.2033,120.2172,-16.4398,0.4594,50.7117,0.0000,0.0000,7.0322,50.8276,-1.6761,0.0000,52.5037,0.0000,52.5037,8.6286,43.8750,0.0000,43.8750,0.0688,43.8063,0.0000,22.3337,14.6048,6.8678,1.2546,11812.0507,11812.0507,11812.0507 -1071.5000,1.0000,14891.0409,79.1405,78.7426,-0.0036,0.0000,6,1568.8945,300.2106,728.0187,-101.6287,49.3229,119.6093,-16.6970,0.7571,41.5696,0.0000,0.0000,6.9961,41.7813,-1.4883,0.0000,43.2696,0.0000,43.2696,8.6349,34.6347,0.0000,34.6347,-0.0070,34.6418,0.0000,20.7300,14.6153,-0.7035,1.2444,10193.6265,10193.6265,10193.6265 -1072.5000,1.0000,14912.8924,79.0570,78.5886,-0.0428,0.0000,6,1569.6575,241.6684,701.3467,-101.6739,39.7240,115.2833,-16.7126,-0.6840,33.3646,0.0000,0.0000,7.0434,33.2462,-1.3095,0.0000,34.5557,0.0000,34.5557,8.6257,25.9300,0.0000,25.9300,-0.0834,26.0133,0.0000,19.7385,14.5999,-8.3251,1.2848,8360.3847,8360.3847,8360.3847 -1073.5000,1.0000,14934.7145,78.9510,78.5306,-0.0161,0.0000,6,1564.6600,283.9607,687.3330,-101.3775,46.5272,112.6201,-16.6108,0.2016,39.2801,0.0000,0.0000,7.0455,39.3472,-1.4353,0.0000,40.7825,0.0000,40.7825,8.6142,32.1683,0.0000,32.1683,-0.0314,32.1997,0.0000,20.7506,14.5803,-3.1312,1.2562,9654.9529,9654.9529,9654.9529 -1074.5000,1.0000,14956.5190,78.8875,78.4616,-0.0192,0.0000,6,1560.9980,281.5852,694.9706,-101.1603,46.0300,113.6050,-16.5364,-0.5522,39.5763,0.0000,0.0000,7.0058,39.4475,-1.4366,0.0000,40.8842,0.0000,40.8842,8.6072,32.2769,0.0000,32.2769,-0.0373,32.3142,0.0000,21.4677,14.5686,-3.7221,1.2304,9555.5479,9555.5479,9555.5479 -1075.5000,1.0000,14978.2937,78.7805,78.3166,-0.0403,0.0000,6,1555.6955,252.2073,696.9277,-100.8459,41.0876,113.5379,-16.4290,0.0437,34.0903,0.0000,0.0000,6.9536,34.1317,-1.3246,0.0000,35.4563,0.0000,35.4563,8.5956,26.8607,0.0000,26.8607,-0.0782,26.9390,0.0000,20.2013,14.5488,-7.8111,1.1918,8596.8883,8596.8883,8596.8883 -1076.5000,1.0000,15000.0441,78.6930,78.2866,-0.0083,0.0000,6,1552.6815,290.3052,683.7694,-100.6671,47.2026,111.1785,-16.3681,-0.3310,40.5489,0.0000,0.0000,6.9847,40.4659,-1.4555,0.0000,41.9214,0.0000,41.9214,8.5860,33.3354,0.0000,33.3354,-0.0162,33.3516,0.0000,20.4332,14.5327,-1.6143,1.2288,9773.1394,9773.1394,9773.1394 -1077.5000,1.0000,15021.7875,78.6675,78.2656,-0.0058,0.0000,6,1550.3925,290.6292,698.7388,-100.5313,47.1856,113.4449,-16.3219,0.1126,40.2073,0.0000,0.0000,6.8657,40.2434,-1.4506,0.0000,41.6939,0.0000,41.6939,8.5832,33.1107,0.0000,33.1107,-0.0113,33.1220,0.0000,19.7237,14.5279,-1.1296,1.1155,9767.8216,9767.8216,9767.8216 -1078.5000,1.0000,15043.5242,78.6435,78.2386,-0.0075,0.0000,6,1554.0930,221.7399,700.2669,-100.7508,36.0869,113.9644,-16.3966,0.2403,29.0166,0.0000,0.0000,6.8299,29.0686,-1.2175,0.0000,30.2861,0.0000,30.2861,8.5806,21.7055,0.0000,21.7055,-0.0145,21.7200,0.0000,8.6485,14.5235,-1.4520,1.0632,7680.5361,7680.5361,7680.5361 -1079.5000,1.0000,15065.2896,78.7470,78.4726,0.0650,0.0000,6,1557.5645,256.6754,677.7040,-100.9567,41.8657,110.5388,-16.4668,0.0912,34.8103,0.0000,0.0000,6.9642,34.7799,-1.3377,0.0000,36.1176,0.0000,36.1176,8.5919,27.5257,0.0000,27.5257,0.1262,27.3995,0.0000,0.2567,14.5426,12.6002,1.2047,8749.8846,8749.8846,8749.8846 -1080.5000,1.0000,15087.1227,78.9905,78.7256,0.0703,0.0000,6,1560.5780,261.7692,690.6496,-101.1354,42.7792,112.8683,-16.5279,0.1974,35.6596,0.0000,0.0000,6.9222,35.6496,-1.3588,0.0000,37.0083,0.0000,37.0083,8.6185,28.3899,0.0000,28.3899,0.1369,28.2530,0.0000,0.0000,14.5876,13.6654,1.1425,8930.2832,8930.2832,8930.2832 -1081.5000,1.0000,15108.9710,79.0455,78.5826,-0.0397,0.0000,6,1559.8915,129.3496,689.1793,-101.0947,21.1294,112.5784,-16.5140,-0.2631,14.5092,0.0000,0.0000,6.8833,14.4968,-0.9188,0.0000,15.4155,0.0000,15.4155,8.6245,6.7910,0.0000,6.7910,-0.0774,6.8685,0.0000,0.0000,14.5977,-7.7293,1.1173,4978.6587,4978.6587,4978.6587 -1082.5000,1.0000,15130.7694,78.8655,78.3656,-0.0603,0.0000,6,1559.1285,107.6119,648.9409,-101.0495,17.5700,105.9536,-16.4985,0.1899,10.4883,0.0000,0.0000,6.8917,10.5161,-0.8336,0.0000,11.3498,0.0000,11.3498,8.6048,2.7449,0.0000,2.7449,-0.1172,2.8621,0.0000,0.0000,14.5645,-11.7024,1.1172,4361.1231,4361.1231,4361.1231 -1083.5000,1.0000,15152.4599,78.4775,77.8066,-0.1553,0.0000,6,1551.2700,-13.9531,631.0184,-100.5834,-2.2667,102.5081,-16.3396,-0.9376,-8.1114,0.0000,0.0000,6.7823,-8.0887,-0.8463,0.0000,-7.2425,0.0000,-7.2425,8.5625,-15.8050,0.0000,-15.8050,-0.3004,-15.5046,0.0000,0.0000,14.4929,-29.9974,1.1031,1956.7217,1956.7217,1956.7217 -1084.5000,1.0000,15173.9816,77.8695,77.1496,-0.1825,0.0000,6,1538.9105,-42.0314,591.1797,-99.8504,-6.7735,95.2712,-16.0913,-0.2379,-13.3117,0.0000,0.0000,6.7761,-13.3462,-0.8894,0.0000,-12.4568,0.0000,-12.4568,8.4962,-20.9530,0.0000,-20.9530,-0.3504,-20.6026,0.0000,0.0000,14.3806,-34.9832,1.1008,1274.7834,1274.7834,1274.7834 -1085.5000,1.0000,15195.3097,77.1725,76.4126,-0.2047,0.0000,6,1528.8015,-71.6916,573.9626,-99.2508,-11.4775,91.8889,-15.8896,-0.7127,-17.5334,0.0000,0.0000,6.7687,-17.5301,-0.9209,0.0000,-16.6092,0.0000,-16.6092,8.4201,-25.0294,0.0000,-25.0294,-0.3895,-24.6398,0.0000,0.0000,14.2519,-38.8917,1.0975,555.0164,555.0164,555.0164 -1086.5000,1.0000,15216.4444,76.4765,75.7576,-0.1819,0.0000,6,1517.6625,-40.7919,562.5447,-98.5902,-6.4830,89.4048,-15.6689,-0.3306,-12.9699,0.0000,0.0000,6.8175,-12.9952,-0.8669,0.0000,-12.1283,0.0000,-12.1283,8.3442,-20.4725,0.0000,-20.4725,-0.3431,-20.1295,0.0000,0.0000,14.1233,-34.2528,1.1219,1256.0695,1256.0695,1256.0695 -1087.5000,1.0000,15237.4538,76.0250,75.5096,-0.0689,0.0000,6,1504.2345,91.4710,563.4856,-97.7938,14.4088,88.7620,-15.4048,-0.9127,8.5971,0.0000,0.0000,6.7244,8.5546,-0.7587,0.0000,9.3133,0.0000,9.3133,8.2949,1.0184,0.0000,1.0184,-0.1291,1.1475,0.0000,0.0000,14.0399,-12.8924,1.0884,3819.3040,3819.3040,3819.3040 -1088.5000,1.0000,15258.3939,75.7760,75.2596,-0.0694,0.0000,6,1492.8280,95.6154,612.7533,-97.1173,14.9474,95.7909,-15.1822,-0.1399,8.4197,0.0000,0.0000,6.6676,8.4250,-0.7531,0.0000,9.1781,0.0000,9.1781,8.2678,0.9104,0.0000,0.9104,-0.1297,1.0401,0.0000,0.0000,13.9940,-12.9538,1.0550,3862.5220,3862.5220,3862.5220 -1089.5000,1.0000,15279.3105,75.6910,75.3396,0.0222,0.0000,6,1493.0950,205.8220,616.3810,-97.1332,32.1816,96.3752,-15.1874,0.1644,25.2978,0.0000,0.0000,6.7194,25.3148,-1.1040,0.0000,26.4188,0.0000,26.4188,8.2585,18.1603,0.0000,18.1603,0.0415,18.1188,0.0000,0.0000,13.9783,4.1406,1.1134,6917.9995,6917.9995,6917.9995 -1090.5000,1.0000,15300.2430,75.7485,75.3746,0.0097,0.0000,6,1502.2885,192.9315,661.0050,-97.6784,30.3518,103.9888,-15.3667,0.6827,22.9201,0.0000,0.0000,6.7490,23.0277,-1.0570,0.0000,24.0847,0.0000,24.0847,8.2648,15.8199,0.0000,15.8199,0.0182,15.8018,0.0000,0.0000,13.9889,1.8129,1.1022,6600.0336,6600.0336,6600.0336 -1091.5000,1.0000,15321.1892,75.7980,75.4386,0.0178,0.0000,6,1505.4550,196.7382,649.9386,-97.8662,31.0160,102.4634,-15.4287,-0.3914,24.6092,0.0000,0.0000,6.7982,24.5297,-1.0889,0.0000,25.6185,0.0000,25.6185,8.2702,17.3484,0.0000,17.3484,0.0332,17.3152,0.0000,0.0000,13.9980,3.3171,1.1321,6720.9474,6720.9474,6720.9474 -1092.5000,1.0000,15342.1437,75.8275,75.4336,-0.0014,0.0000,6,1505.1880,178.1580,656.8121,-97.8504,28.0818,103.5286,-15.4235,0.3667,20.9434,0.0000,0.0000,6.7717,20.9993,-1.0157,0.0000,22.0150,0.0000,22.0150,8.2734,13.7416,0.0000,13.7416,-0.0026,13.7442,0.0000,0.0000,14.0035,-0.2593,1.0887,6190.9021,6190.9021,6190.9021 -1093.5000,1.0000,15363.0898,75.7975,75.3786,-0.0153,0.0000,6,1502.8225,156.5988,642.8630,-97.7101,24.6448,101.1707,-15.3771,-0.5844,18.4983,0.0000,0.0000,6.7308,18.4271,-0.9617,0.0000,19.3888,0.0000,19.3888,8.2701,11.1187,0.0000,11.1187,-0.0286,11.1473,0.0000,0.0000,13.9979,-2.8507,1.0878,5573.4687,5573.4687,5573.4687 -1094.5000,1.0000,15384.0187,75.7355,75.3096,-0.0192,0.0000,6,1502.4410,158.5918,643.4506,-97.6874,24.9521,101.2375,-15.3697,0.5491,17.6171,0.0000,0.0000,6.7859,17.6949,-0.9458,0.0000,18.6407,0.0000,18.6407,8.2633,10.3773,0.0000,10.3773,-0.0358,10.4131,0.0000,0.0000,13.9865,-3.5733,1.1168,5628.6903,5628.6903,5628.6903 -1095.5000,1.0000,15404.9289,75.6680,75.2436,-0.0183,0.0000,6,1500.6865,152.4686,634.4048,-97.5834,23.9607,99.6977,-15.3354,-0.7101,17.9172,0.0000,0.0000,6.7536,17.8330,-0.9478,0.0000,18.7808,0.0000,18.7808,8.2560,10.5249,0.0000,10.5249,-0.0342,10.5591,0.0000,0.0000,13.9740,-3.4149,1.1016,5449.9833,5449.9833,5449.9833 -1096.5000,1.0000,15425.8215,75.6050,75.1836,-0.0167,0.0000,6,1493.5530,159.2947,635.9749,-97.1603,24.9144,99.4693,-15.1963,0.0525,18.1112,0.0000,0.0000,6.7507,18.1253,-0.9532,0.0000,19.0785,0.0000,19.0785,8.2491,10.8294,0.0000,10.8294,-0.0311,10.8605,0.0000,0.0000,13.9624,-3.1019,1.0990,5609.5137,5609.5137,5609.5137 -1097.5000,1.0000,15446.6946,75.5345,75.1026,-0.0225,0.0000,6,1487.8310,149.2186,632.0706,-96.8210,23.2491,98.4799,-15.0852,-0.5751,17.0987,0.0000,0.0000,6.7254,17.0355,-0.9296,0.0000,17.9652,0.0000,17.9652,8.2414,9.7238,0.0000,9.7238,-0.0419,9.7657,0.0000,0.0000,13.9494,-4.1837,1.1260,5296.3812,5296.3812,5296.3812 -1098.5000,1.0000,15467.5716,75.5485,75.2116,0.0303,0.0000,6,1491.0735,218.9777,639.8736,-97.0133,34.1922,99.9130,-15.1481,0.8732,26.5992,0.0000,0.0000,6.7198,26.7500,-1.1322,0.0000,27.8822,0.0000,27.8822,8.2429,19.6393,0.0000,19.6393,0.0564,19.5829,0.0000,0.0000,13.9519,5.6309,1.0689,7287.0729,7287.0729,7287.0729 -1099.5000,1.0000,15488.4651,75.6080,75.2216,0.0028,0.0000,6,1496.9860,179.8224,657.0314,-97.3639,28.1897,102.9989,-15.2632,-0.3332,21.7608,0.0000,0.0000,6.7620,21.7067,-1.0278,0.0000,22.7345,0.0000,22.7345,8.2494,14.4851,0.0000,14.4851,0.0052,14.4799,0.0000,0.0000,13.9629,0.5170,1.1148,6207.2350,6207.2350,6207.2350 -1100.5000,1.0000,15509.3627,75.6230,75.2416,0.0056,0.0000,6,1495.1170,185.8780,646.6749,-97.2531,29.1026,101.2488,-15.2267,0.1611,22.1995,0.0000,0.0000,6.7420,22.2226,-1.0388,0.0000,23.2613,0.0000,23.2613,8.2511,15.0103,0.0000,15.0103,0.0104,14.9999,0.0000,0.0000,13.9657,1.0342,1.0996,6369.4708,6369.4708,6369.4708 -1101.5000,1.0000,15530.2705,75.6595,75.2946,0.0147,0.0000,6,1497.8255,196.0176,648.8264,-97.4137,30.7457,101.7697,-15.2795,0.0877,23.9155,0.0000,0.0000,6.7425,23.9223,-1.0746,0.0000,24.9969,0.0000,24.9969,8.2550,16.7419,0.0000,16.7419,0.0275,16.7144,0.0000,0.0000,13.9724,2.7420,1.1006,6669.6648,6669.6648,6669.6648 -1102.5000,1.0000,15551.1893,75.6990,75.3206,0.0072,0.0000,6,1494.8120,185.1804,648.5521,-97.2350,28.9875,101.5220,-15.2208,-0.3642,22.6158,0.0000,0.0000,6.7358,22.5519,-1.0465,0.0000,23.5984,0.0000,23.5984,8.2594,15.3390,0.0000,15.3390,0.0135,15.3256,0.0000,0.0000,13.9797,1.3458,1.1140,6348.2372,6348.2372,6348.2372 -1103.5000,1.0000,15572.1161,75.7280,75.3526,0.0089,0.0000,6,1494.7740,191.1343,649.8420,-97.2327,29.9187,101.7213,-15.2201,0.3607,22.8127,0.0000,0.0000,6.7454,22.8678,-1.0534,0.0000,23.9212,0.0000,23.9212,8.2625,15.6587,0.0000,15.6587,0.0166,15.6421,0.0000,0.0000,13.9851,1.6570,1.0849,6516.5442,6516.5442,6516.5442 -1104.5000,1.0000,15593.0663,75.8120,75.4886,0.0378,0.0000,6,1493.5910,221.5546,645.6441,-97.1626,34.6530,100.9842,-15.1970,-0.4689,28.3494,0.0000,0.0000,6.7725,28.2271,-1.1661,0.0000,29.3931,0.0000,29.3931,8.2717,21.1214,0.0000,21.1214,0.0706,21.0508,0.0000,0.0000,14.0006,7.0502,1.1136,7379.8963,7379.8963,7379.8963 -1105.5000,1.0000,15614.0388,75.8925,75.5136,0.0069,0.0000,6,1492.4845,189.8602,662.1019,-97.0969,29.6737,103.4816,-15.1755,0.3671,22.5007,0.0000,0.0000,6.8059,22.5574,-1.0489,0.0000,23.6063,0.0000,23.6063,8.2805,15.3258,0.0000,15.3258,0.0130,15.3128,0.0000,0.0000,14.0155,1.2974,1.0986,6469.2927,6469.2927,6469.2927 -1106.5000,1.0000,15635.0232,75.9355,75.5746,0.0169,0.0000,6,1499.0080,200.9528,651.4268,-97.4838,31.5447,102.2582,-15.3026,0.2318,24.3883,0.0000,0.0000,6.9246,24.4195,-1.0882,0.0000,25.5077,0.0000,25.5077,8.2852,17.2225,0.0000,17.2225,0.0317,17.1908,0.0000,0.0000,14.0234,3.1674,1.1010,6814.1313,6814.1313,6814.1313 -1107.5000,1.0000,15656.0144,75.9595,75.5616,-0.0036,0.0000,6,1498.6650,174.1086,651.9529,-97.4635,27.3246,102.3174,-15.2959,-0.2633,20.6619,0.0000,0.0000,6.9260,20.6242,-1.0094,0.0000,21.6336,0.0000,21.6336,8.2878,13.3458,0.0000,13.3458,-0.0068,13.3526,0.0000,0.0000,14.0278,-0.6752,1.1009,6053.7440,6053.7440,6053.7440 -1108.5000,1.0000,15677.0158,75.9965,75.6486,0.0242,0.0000,6,1498.4360,210.2992,646.1308,-97.4499,32.9993,101.3882,-15.2914,0.2422,25.7452,0.0000,0.0000,7.0119,25.7756,-1.1172,0.0000,26.8928,0.0000,26.8928,8.2918,18.6010,0.0000,18.6010,0.0453,18.5557,0.0000,0.0000,14.0347,4.5211,1.1008,7083.7701,7083.7701,7083.7701 -1109.5000,1.0000,15698.0369,76.0675,75.7036,0.0153,0.0000,6,1498.3215,196.9942,655.2146,-97.4431,30.9091,102.8057,-15.2892,-0.2527,24.2057,0.0000,0.0000,6.9562,24.1526,-1.0842,0.0000,25.2368,0.0000,25.2368,8.2996,16.9372,0.0000,16.9372,0.0287,16.9086,0.0000,0.0000,14.0478,2.8608,1.0716,6699.7268,6699.7268,6699.7268 -1110.5000,1.0000,15719.0845,76.1630,75.8396,0.0378,0.0000,6,1500.6485,227.8202,656.2631,-97.5811,35.8014,103.1301,-15.3346,0.4676,28.2860,0.0000,0.0000,7.0478,28.3563,-1.1729,0.0000,29.5292,0.0000,29.5292,8.3100,21.2192,0.0000,21.2192,0.0709,21.1483,0.0000,0.0000,14.0654,7.0829,1.1016,7610.5838,7610.5838,7610.5838 -1111.5000,1.0000,15740.1471,76.2165,75.8106,-0.0081,0.0000,6,1509.1170,172.2879,667.8041,-98.0834,27.2274,105.5360,-15.5005,0.3146,19.8195,0.0000,0.0000,7.0932,19.8679,-0.9967,0.0000,20.8646,0.0000,20.8646,8.3158,12.5488,0.0000,12.5488,-0.0151,12.5639,0.0000,0.0000,14.0753,-1.5114,1.0902,6036.9178,6036.9178,6036.9178 -1112.5000,1.0000,15761.2122,76.2260,75.8586,0.0133,0.0000,6,1512.5505,195.1259,647.6459,-98.2870,30.9068,102.5832,-15.5681,0.0036,23.8482,0.0000,0.0000,7.0550,23.8413,-1.0796,0.0000,24.9209,0.0000,24.9209,8.3169,16.6040,0.0000,16.6040,0.0251,16.5790,0.0000,0.0000,14.0771,2.5019,1.0915,6705.7433,6705.7433,6705.7433 -1113.5000,1.0000,15782.2933,76.2835,75.9256,0.0186,0.0000,6,1516.6325,203.3332,659.3203,-98.5291,32.2937,104.7142,-15.6485,0.3766,24.7844,0.0000,0.0000,7.1326,24.8396,-1.1011,0.0000,25.9407,0.0000,25.9407,8.3231,17.6176,0.0000,17.6176,0.0350,17.5826,0.0000,0.0000,14.0877,3.4949,1.1342,6967.7707,6967.7707,6967.7707 -1114.5000,1.0000,15803.3950,76.3575,76.0066,0.0225,0.0000,6,1518.1585,204.4084,658.2842,-98.6196,32.4971,104.6548,-15.6787,-0.2347,25.6427,0.0000,0.0000,7.0891,25.5866,-1.1175,0.0000,26.7042,0.0000,26.7042,8.3312,18.3730,0.0000,18.3730,0.0424,18.3306,0.0000,0.0000,14.1013,4.2293,1.1220,7006.3322,7006.3322,7006.3322 -1115.5000,1.0000,15824.5171,76.4310,76.0726,0.0183,0.0000,6,1516.0605,201.4245,660.1946,-98.4952,31.9784,104.8135,-15.6372,0.0391,24.8392,0.0000,0.0000,7.1002,24.8353,-1.1027,0.0000,25.9381,0.0000,25.9381,8.3392,17.5988,0.0000,17.5988,0.0345,17.5643,0.0000,0.0000,14.1149,3.4494,1.1073,6909.2294,6909.2294,6909.2294 -1116.5000,1.0000,15845.6439,76.4480,76.0406,-0.0089,0.0000,6,1506.9810,164.9195,650.4241,-97.9567,26.0261,102.6439,-15.4586,-0.8791,19.8934,0.0000,0.0000,7.0118,19.7721,-0.9975,0.0000,20.7696,0.0000,20.7696,8.3411,12.4285,0.0000,12.4285,-0.0168,12.4453,0.0000,0.0000,14.1181,-1.6728,1.1040,5821.7933,5821.7933,5821.7933 -1117.5000,1.0000,15866.7541,76.3880,75.9526,-0.0244,0.0000,6,1504.2725,155.2409,647.5325,-97.7961,24.4546,102.0039,-15.4055,0.6273,16.7773,0.0000,0.0000,7.0500,16.8628,-0.9361,0.0000,17.7989,0.0000,17.7989,8.3345,9.4644,0.0000,9.4644,-0.0460,9.5104,0.0000,0.0000,14.1070,-4.5966,1.1175,5539.5198,5539.5198,5539.5198 -1118.5000,1.0000,15887.7983,76.1505,75.5656,-0.1075,0.0000,6,1504.9595,49.2947,635.4576,-97.8368,7.7688,100.1475,-15.4190,-0.5641,1.2979,0.0000,0.0000,7.0350,1.2959,-0.7223,0.0000,2.0183,0.0000,2.0183,8.3086,-6.2904,0.0000,-6.2904,-0.2018,-6.0885,0.0000,0.0000,14.0631,-20.1516,1.1032,3063.4418,3063.4418,3063.4418 -1119.5000,1.0000,15908.7058,75.6585,74.9686,-0.1658,0.0000,6,1498.0165,-17.7783,599.8829,-97.4250,-2.7889,94.1048,-15.2833,-0.0772,-9.7591,0.0000,0.0000,7.0474,-9.7923,-0.8244,0.0000,-8.9679,0.0000,-8.9679,8.2549,-17.2229,0.0000,-17.2229,-0.3093,-16.9135,0.0000,0.0000,13.9723,-30.8858,1.1152,1750.4349,1750.4349,1750.4349 -1120.5000,1.0000,15929.4354,75.0180,74.2846,-0.1900,0.0000,6,1490.1580,-50.4330,568.8042,-96.9590,-7.8700,88.7613,-15.1303,-0.6423,-14.2612,0.0000,0.0000,7.0335,-14.2591,-0.8595,0.0000,-13.3996,0.0000,-13.3996,8.1851,-21.5846,0.0000,-21.5846,-0.3514,-21.2332,0.0000,0.0000,13.8540,-35.0872,1.0977,980.3898,980.3898,980.3898 -1121.5000,1.0000,15950.0251,74.5145,73.9616,-0.0897,0.0000,6,1472.5340,68.7414,547.8924,-95.9137,10.6002,84.4869,-14.7902,-0.9590,4.6240,0.0000,0.0000,6.9351,4.6007,-0.6678,0.0000,5.2685,0.0000,5.2685,8.1301,-2.8616,0.0000,-2.8616,-0.1648,-2.6967,0.0000,0.0000,13.7610,-16.4577,1.0912,3318.3731,3318.3731,3318.3731 -1122.5000,1.0000,15970.5126,74.1465,73.5486,-0.1147,0.0000,6,1463.1880,45.3803,597.1580,-95.3594,6.9534,91.4993,-14.6114,0.1131,-0.0747,0.0000,0.0000,6.9150,-0.0750,-0.7087,0.0000,0.6337,0.0000,0.6337,8.0900,-7.4563,0.0000,-7.4563,-0.2097,-7.2465,0.0000,0.0000,13.6930,-20.9396,1.0736,2870.4899,2870.4899,2870.4899 -1123.5000,1.0000,15990.8691,73.6745,73.0176,-0.1475,0.0000,6,1466.1250,5.9044,589.7111,-95.5336,0.9065,90.5397,-14.6675,0.1511,-6.1072,0.0000,0.0000,6.8627,-6.1363,-0.7618,0.0000,-5.3745,0.0000,-5.3745,8.0385,-13.4130,0.0000,-13.4130,-0.2679,-13.1450,0.0000,0.0000,13.6059,-26.7509,1.0603,2192.4994,2192.4994,2192.4994 -1124.5000,1.0000,16011.0873,73.1770,72.5536,-0.1289,0.0000,6,1456.3970,20.3935,562.7125,-94.9567,3.1103,85.8213,-14.4822,-1.0201,-2.6859,0.0000,0.0000,6.8163,-2.6733,-0.7213,0.0000,-1.9521,0.0000,-1.9521,7.9842,-9.9363,0.0000,-9.9363,-0.2325,-9.7037,0.0000,0.0000,13.5140,-23.2177,1.0857,2419.4860,2419.4860,2419.4860 -1125.5000,1.0000,16031.1819,72.7320,72.1276,-0.1183,0.0000,6,1440.2225,36.9252,567.6342,-93.9974,5.5691,85.6104,-14.1767,-0.4218,-0.7280,0.0000,0.0000,6.7188,-0.7277,-0.6963,0.0000,-0.0314,0.0000,-0.0314,7.9356,-7.9670,0.0000,-7.9670,-0.2122,-7.7548,0.0000,0.0000,13.4318,-21.1866,1.0669,2667.1044,2667.1044,2667.1044 -1126.5000,1.0000,16051.1531,72.2880,71.6656,-0.1283,0.0000,6,1432.4785,25.6344,572.6381,-93.5381,3.8454,85.9007,-14.0315,-0.2618,-2.5338,0.0000,0.0000,6.6410,-2.5367,-0.7082,0.0000,-1.8285,0.0000,-1.8285,7.8872,-9.7157,0.0000,-9.7157,-0.2287,-9.4870,0.0000,0.0000,13.3498,-22.8368,1.0505,2455.8940,2455.8940,2455.8940 -1127.5000,1.0000,16071.0224,71.9210,71.3936,-0.0756,0.0000,6,1422.9800,86.8747,562.8540,-92.9748,12.9456,83.8732,-13.8546,-0.5700,6.9597,0.0000,0.0000,6.5559,6.9409,-0.6775,0.0000,7.6184,0.0000,7.6184,7.8471,-0.2287,0.0000,-0.2287,-0.1340,-0.0947,0.0000,0.0000,13.2820,-13.3768,1.0336,3493.8984,3493.8984,3493.8984 -1128.5000,1.0000,16090.8164,71.6495,71.1226,-0.0753,0.0000,6,1412.4135,89.3535,585.0232,-92.3481,13.2161,86.5294,-13.6590,-0.3507,6.9710,0.0000,0.0000,6.5958,6.9642,-0.6749,0.0000,7.6392,0.0000,7.6392,7.8175,-0.1784,0.0000,-0.1784,-0.1330,-0.0454,0.0000,0.0000,13.2319,-13.2773,1.1010,3506.4012,3506.4012,3506.4012 -1129.5000,1.0000,16110.5247,71.3415,70.7776,-0.0958,0.0000,6,1408.2555,66.9554,587.2999,-92.1015,9.8741,86.6104,-13.5824,-0.0099,3.3142,0.0000,0.0000,6.5698,3.3219,-0.6383,0.0000,3.9602,0.0000,3.9602,7.7839,-3.8237,0.0000,-3.8237,-0.1686,-3.6551,0.0000,0.0000,13.1750,-16.8302,1.0998,3111.1173,3111.1173,3111.1173 -1130.5000,1.0000,16130.1196,70.9330,70.3056,-0.1311,0.0000,6,1408.2935,24.3111,578.7761,-92.1037,3.5853,85.3557,-13.5831,0.0132,-2.9686,0.0000,0.0000,6.5407,-2.9788,-0.6947,0.0000,-2.2841,0.0000,-2.2841,7.7394,-10.0235,0.0000,-10.0235,-0.2293,-9.7942,0.0000,0.0000,13.0996,-22.8938,1.0998,2378.9992,2378.9992,2378.9992 -1131.5000,1.0000,16149.5756,70.4330,69.7776,-0.1467,0.0000,6,1395.3995,-3.1143,549.2597,-91.3390,-0.4551,80.2611,-13.3470,-1.1180,-5.7393,0.0000,0.0000,6.4022,-5.7070,-0.7149,0.0000,-4.9921,0.0000,-4.9921,7.6848,-12.6769,0.0000,-12.6769,-0.2547,-12.4222,0.0000,0.0000,13.0072,-25.4294,1.0397,1866.3379,1866.3379,1866.3379 -1132.5000,1.0000,16168.9041,69.9740,69.3876,-0.1083,0.0000,6,1379.1485,49.9156,540.1813,-90.3752,7.2090,78.0152,-13.0524,-0.2714,1.0665,0.0000,0.0000,6.4139,1.0670,-0.6426,0.0000,1.7096,0.0000,1.7096,7.6347,-5.9251,0.0000,-5.9251,-0.1869,-5.7382,0.0000,0.0000,12.9225,-18.6607,1.0490,2725.4018,2725.4018,2725.4018 -1133.5000,1.0000,16188.1252,69.5875,69.0046,-0.1064,0.0000,6,1374.0750,54.1524,560.7004,-90.0743,7.7921,80.6807,-12.9610,-0.1577,1.4003,0.0000,0.0000,6.5495,1.4023,-0.6343,0.0000,2.0366,0.0000,2.0366,7.5925,-5.5560,0.0000,-5.5560,-0.1825,-5.3735,0.0000,0.0000,12.8511,-18.2245,1.2303,2779.9851,2779.9851,2779.9851 -1134.5000,1.0000,16207.2349,69.1865,68.5856,-0.1164,0.0000,6,1367.2465,40.1410,558.3294,-89.6693,5.7473,79.9403,-12.8387,-0.4164,-0.3418,0.0000,0.0000,6.5055,-0.3416,-0.6462,0.0000,0.3046,0.0000,0.3046,7.5488,-7.2442,0.0000,-7.2442,-0.1985,-7.0456,0.0000,0.0000,12.7770,-19.8227,1.2147,2514.9632,2514.9632,2514.9632 -1135.5000,1.0000,16226.2674,68.9085,68.4486,-0.0381,0.0000,6,1361.4100,135.8027,553.7684,-89.3232,19.3609,78.9488,-12.7345,-0.0733,12.9505,0.0000,0.0000,6.4837,12.9551,-0.7691,0.0000,13.7241,0.0000,13.7241,7.5185,6.2057,0.0000,6.2057,-0.0647,6.2703,0.0000,0.0000,12.7257,-6.4554,1.2130,4426.2242,4426.2242,4426.2242 -1136.5000,1.0000,16245.3261,69.0025,68.7736,0.0903,0.0000,6,1355.6500,287.5046,588.2204,-88.9816,40.8151,83.5057,-12.6321,-0.4065,34.7467,0.0000,0.0000,6.4749,34.5402,-1.2198,0.0000,35.7600,0.0000,35.7600,7.5287,28.2313,0.0000,28.2313,0.1536,28.0777,0.0000,0.0000,12.7431,15.3347,1.1972,8395.7655,8395.7655,8395.7655 -1137.5000,1.0000,16264.4859,69.3670,69.1776,0.1122,0.0000,6,1355.8025,318.9754,655.3725,-88.9906,45.2879,93.0493,-12.6348,0.4193,38.3981,0.0000,0.0000,6.4705,38.4288,-1.3049,0.0000,39.7337,0.0000,39.7337,7.5685,32.1652,0.0000,32.1652,0.1919,31.9733,0.0000,0.0000,12.8104,19.1629,1.1972,9223.1086,9223.1086,9223.1086 -1138.5000,1.0000,16283.7730,69.8250,69.6896,0.1422,0.0000,6,1364.7290,354.1148,668.2669,-89.5200,50.6080,95.5048,-12.7937,0.3261,43.8183,0.0000,0.0000,6.4635,43.7828,-1.4215,0.0000,45.2042,0.0000,45.2042,7.6185,37.5858,0.0000,37.5858,0.2448,37.3409,0.0000,0.0000,12.8950,24.4460,1.1857,10217.9678,10217.9678,10217.9678 -1139.5000,1.0000,16303.2144,70.3805,70.2886,0.1664,0.0000,6,1375.1050,383.1146,685.5196,-90.1354,55.1688,98.7153,-12.9796,0.5476,48.2494,0.0000,0.0000,6.3717,48.2716,-1.5212,0.0000,49.7928,0.0000,49.7928,7.6791,42.1137,0.0000,42.1137,0.2887,41.8250,0.0000,0.0000,12.9975,28.8274,1.0760,11104.9629,11104.9629,11104.9629 -1140.5000,1.0000,16322.8085,70.9300,70.7886,0.1389,0.0000,6,1391.8900,350.0797,701.4577,-91.1309,51.0270,102.2433,-13.2831,0.8804,43.7267,0.0000,0.0000,6.4199,43.8956,-1.4362,0.0000,45.3318,0.0000,45.3318,7.7390,37.5927,0.0000,37.5927,0.2429,37.3499,0.0000,0.0000,13.0990,24.2508,1.0527,10339.6903,10339.6903,10339.6903 -1141.5000,1.0000,16342.5139,71.3310,71.0906,0.0839,0.0000,6,1404.8220,280.5838,687.2119,-91.8979,41.2774,101.0975,-13.5193,0.2271,34.5953,0.0000,0.0000,6.4551,34.5869,-1.2468,0.0000,35.8337,0.0000,35.8337,7.7828,28.0509,0.0000,28.0509,0.1475,27.9034,0.0000,0.0000,13.1731,14.7303,1.0565,8525.1002,8525.1002,8525.1002 -1142.5000,1.0000,16362.3217,71.6995,71.5256,0.1208,0.0000,6,1407.6830,324.3805,660.6348,-92.0675,47.8176,97.3856,-13.5719,0.0198,41.3340,0.0000,0.0000,6.4638,41.2157,-1.3891,0.0000,42.6048,0.0000,42.6048,7.8230,34.7818,0.0000,34.7818,0.2136,34.5682,0.0000,0.0000,13.2411,21.3271,1.0433,9754.9633,9754.9633,9754.9633 -1143.5000,1.0000,16382.2185,72.0200,71.7316,0.0572,0.0000,6,1415.7320,264.9028,683.2354,-92.5449,39.2732,101.2931,-13.7203,0.6799,30.1176,0.0000,0.0000,8.4757,30.2407,-1.1641,0.0000,31.4048,0.0000,31.4048,7.8580,23.5468,0.0000,23.5468,0.1016,23.4452,0.0000,0.0000,13.3003,10.1449,1.1020,8150.8294,8150.8294,8150.8294 -1144.5000,1.0000,16402.1955,72.3085,72.1026,0.1031,0.0000,6,1426.4895,315.8190,660.0565,-93.1829,47.1776,98.6003,-13.9198,0.2573,38.4520,0.0000,0.0000,8.4683,38.4325,-1.3380,0.0000,39.7706,0.0000,39.7706,7.8894,31.8811,0.0000,31.8811,0.1837,31.6974,0.0000,0.0000,13.3536,18.3438,1.0347,9649.1155,9649.1155,9649.1155 -1145.5000,1.0000,16422.2531,72.5990,72.3126,0.0583,0.0000,6,1431.4870,262.2489,680.1266,-93.4793,39.3124,101.9544,-14.0130,0.1811,30.6782,0.0000,0.0000,8.4531,30.6780,-1.1798,0.0000,31.8578,0.0000,31.8578,7.9211,23.9367,0.0000,23.9367,0.1044,23.8323,0.0000,0.0000,13.4072,10.4250,1.0361,8155.5000,8155.5000,8155.5000 -1146.5000,1.0000,16442.3747,72.8290,72.5626,0.0694,0.0000,6,1433.6235,275.0999,659.5351,-93.6060,41.3004,99.0152,-14.0529,0.0067,32.7996,0.0000,0.0000,8.4940,32.7452,-1.2255,0.0000,33.9707,0.0000,33.9707,7.9462,26.0245,0.0000,26.0245,0.1247,25.8998,0.0000,0.0000,13.4497,12.4501,1.0790,8533.9269,8533.9269,8533.9269 -1147.5000,1.0000,16462.5615,73.0640,72.7826,0.0611,0.0000,6,1439.4220,267.4928,668.9450,-93.9499,40.3208,100.8340,-14.1616,0.5058,31.2898,0.0000,0.0000,8.5252,31.3670,-1.1995,0.0000,32.5665,0.0000,32.5665,7.9719,24.5946,0.0000,24.5946,0.1101,24.4845,0.0000,0.0000,13.4931,10.9914,1.0666,8351.2011,8351.2011,8351.2011 -1148.5000,1.0000,16482.7778,73.1700,72.7746,-0.0022,0.0000,6,1440.3375,187.3430,660.1068,-94.0042,28.2573,99.5651,-14.1788,-0.4251,20.1916,0.0000,0.0000,8.4908,20.1253,-0.9665,0.0000,21.0918,0.0000,21.0918,7.9834,13.1084,0.0000,13.1084,-0.0040,13.1124,0.0000,0.0000,13.5127,-0.4003,1.0810,6143.0564,6143.0564,6143.0564 -1149.5000,1.0000,16502.9863,73.1420,72.7266,-0.0133,0.0000,6,1437.9725,177.7712,634.3568,-93.8639,26.7695,95.5241,-14.1344,0.2156,18.1017,0.0000,0.0000,8.4522,18.1384,-0.9248,0.0000,19.0632,0.0000,19.0632,7.9804,11.0828,0.0000,11.0828,-0.0240,11.1068,0.0000,0.0000,13.5075,-2.4007,1.0662,5860.6094,5860.6094,5860.6094 -1150.5000,1.0000,16523.1300,72.9090,72.3086,-0.1161,0.0000,6,1440.7570,54.6600,629.9039,-94.0291,8.2469,95.0372,-14.1867,0.0303,-0.3223,0.0000,0.0000,8.5388,-0.3233,-0.6947,0.0000,0.3714,0.0000,0.3714,7.9549,-7.5836,0.0000,-7.5836,-0.2087,-7.3749,0.0000,0.0000,13.4645,-20.8393,1.0811,2972.8087,2972.8087,2972.8087 -1151.5000,1.0000,16543.0535,72.1160,71.1406,-0.3244,0.0000,6,1431.1815,-93.4612,574.1596,-93.4612,-14.0073,86.0510,-14.0073,-0.8717,-21.5762,0.0000,0.0000,8.4407,-21.6016,-0.9094,0.0000,-20.6922,0.0000,-20.6922,7.8684,-28.5607,16.2953,-44.8560,-0.5769,-44.2791,0.0000,0.0000,13.3180,-57.5972,1.0783,0.0000,0.0000,0.0000 -1152.5000,1.0000,16562.7037,71.1320,70.3406,-0.2222,0.0000,6,1411.1540,-92.2734,509.9439,-92.2734,-13.6358,75.3573,-13.6358,-0.8760,-19.2253,0.0000,0.0000,6.4656,-19.1955,-0.8563,0.0000,-18.3392,0.0000,-18.3392,7.7611,-26.1003,0.0650,-26.1652,-0.3897,-25.7755,0.0000,0.0000,13.1363,-38.9118,1.0725,0.0000,0.0000,0.0000 -1153.5000,1.0000,16582.1256,70.3105,69.4976,-0.2342,0.0000,6,1392.7670,-91.1808,505.3674,-91.1829,-13.2987,73.7079,-13.2990,-0.7080,-18.9926,0.0000,0.0000,6.4019,-18.9936,-0.8436,0.0000,-18.1500,0.0000,-18.1500,7.6714,-25.8215,2.1297,-27.9511,-0.4059,-27.5452,0.0000,0.0000,12.9846,-40.5298,1.0812,0.0000,0.0000,0.0000 -1154.5000,1.0000,16601.3304,69.5285,68.7766,-0.2003,0.0000,6,1377.7370,-63.7075,501.8360,-90.2915,-9.1915,72.4030,-13.0269,-0.5713,-14.9857,0.0000,0.0000,6.3655,-14.9900,-0.7942,0.0000,-14.1958,0.0000,-14.1958,7.5861,-21.7819,0.0000,-21.7819,-0.3433,-21.4385,0.0000,0.0000,12.8402,-34.2787,1.0627,501.9584,501.9584,501.9584 -1155.5000,1.0000,16620.2829,68.6205,67.6816,-0.3042,0.0000,6,1370.9470,-89.8888,515.6459,-89.8888,-12.9049,74.0288,-12.9049,-0.0032,-19.2338,0.0000,0.0000,6.3321,-19.3880,-0.8307,0.0000,-18.5573,0.0000,-18.5573,7.4870,-26.0443,13.1778,-39.2222,-0.5146,-38.7076,0.0000,0.0000,12.6725,-51.3801,1.0607,0.0000,0.0000,0.0000 -1156.5000,1.0000,16638.8610,67.2725,66.0806,-0.4447,0.0000,6,1352.9415,-88.8209,485.8306,-88.8209,-12.5841,68.8323,-12.5841,-1.4928,-17.3157,0.0000,0.0000,6.2244,-17.2915,-0.7879,0.0000,-16.5036,0.0000,-16.5036,7.3400,-23.8436,35.5842,-59.4277,-0.7376,-58.6901,2.5334,0.0000,12.4236,-73.6471,1.0555,0.0000,0.0000,0.0000 -1157.5000,1.0000,16656.9036,65.3450,63.8266,-0.6261,0.0000,6,1304.0745,-85.9227,460.5857,-85.9227,-11.7338,62.8987,-11.7338,-2.4746,-15.4884,0.0000,0.0000,6.2291,-15.3867,-0.7450,0.0000,-14.6417,0.0000,-14.6417,7.1297,-21.7714,50.2344,-72.0058,-1.0087,-70.9971,17.6508,0.0000,12.0669,-100.7147,1.0433,0.0000,0.0000,0.0000 -1158.5000,1.0000,16674.2129,62.7050,60.8006,-0.8406,0.0000,6,1268.2540,-83.7983,469.3644,-83.7983,-11.1294,62.3369,-11.1294,-0.3833,-16.8935,0.0000,0.0000,6.1474,-17.2440,-0.7311,0.0000,-16.5129,0.0000,-16.5129,6.8416,-23.3545,62.4739,-85.8284,-1.2995,-84.5289,37.0302,-3.3886,11.5766,-129.7472,1.0229,0.0000,0.0000,0.0000 -1159.5000,1.0000,16690.5398,59.1680,56.7526,-1.1244,0.0000,6,1216.5640,-80.7327,425.0753,-80.7327,-10.2852,54.1539,-10.2852,-3.4941,-12.6444,0.0000,0.0000,5.8533,-12.5890,-0.6425,0.0000,-11.9465,0.0000,-11.9465,6.4557,-18.4022,86.0767,-104.4789,-1.6403,-102.8386,51.1595,-1.1404,10.9199,-163.7775,1.0393,0.0000,0.0000,0.0000 -1160.5000,1.0000,16705.8338,55.4500,53.3646,-0.9411,0.0000,6,1135.8435,-75.9232,410.0753,-75.9232,-9.0307,48.7765,-9.0307,-2.3682,-12.2825,0.0000,0.0000,5.6201,-12.2909,-0.5962,0.0000,-11.6947,0.0000,-11.6947,6.0500,-17.7447,49.4463,-67.1909,-1.2866,-65.9043,52.3929,-0.0685,10.2324,-128.4611,1.0087,0.0000,0.0000,0.0000 -1161.5000,1.0000,16720.1572,51.9555,49.7636,-1.0003,0.0000,6,1064.1640,-71.2198,388.5067,-71.2198,-7.9367,43.2948,-7.9367,-2.4656,-10.9278,0.0000,0.0000,5.4567,-10.9187,-0.5434,0.0000,-10.3753,0.0000,-10.3753,5.6688,-16.0441,55.8356,-71.8796,-1.2813,-70.5983,47.3640,0.3823,9.5881,-127.9326,0.9801,0.0000,0.0000,0.0000 -1162.5000,1.0000,16733.5854,48.7330,46.9196,-0.7900,0.0000,6,985.8855,-67.4342,357.0685,-67.4342,-6.9620,36.8644,-6.9620,-2.4551,-9.7282,0.0000,0.0000,5.2213,-9.6085,-0.4953,0.0000,-9.1131,0.0000,-9.1131,5.3172,-14.4303,25.7407,-40.1710,-0.9492,-39.2218,44.9663,1.5905,8.9932,-94.7719,0.9500,0.0000,0.0000,0.0000 -1163.5000,1.0000,16746.1311,45.5560,43.4096,-0.9750,0.0000,6,818.7610,-78.1564,429.9529,-78.1564,-6.7012,36.8644,-6.7012,-6.3642,-4.5527,0.0000,0.0000,4.2158,-4.0031,-0.4067,0.0000,-3.5964,0.0000,-3.5964,4.9705,-8.5669,45.4254,-53.9923,-1.0951,-52.8972,44.7449,3.2919,8.4061,-109.3401,0.9242,0.0000,0.0000,0.0000 -1164.5000,1.0000,16757.7307,42.1500,40.1076,-0.9172,0.0000,5,920.0045,-71.2029,563.6447,-71.2029,-6.8599,54.3030,-6.8599,12.8713,-25.3776,0.0000,0.0000,5.6464,-32.9525,-0.5284,0.0000,-32.4240,0.0000,-32.4240,4.5989,-37.0229,0.8161,-37.8390,-0.9532,-36.8858,44.7788,5.7291,7.7765,-95.1703,0.9343,0.0000,0.0000,0.0000 -1165.5000,1.0000,16768.2449,38.2425,35.5946,-1.2536,0.0000,5,1110.2465,-74.3963,413.0313,-74.3963,-8.6497,48.0210,-8.6497,-2.5619,-11.6058,0.0000,0.0000,5.5181,-11.9162,-0.3807,0.0000,-11.5355,0.0000,-11.5355,4.1726,-15.7081,45.0964,-60.8045,-1.1820,-59.6225,43.9591,7.3793,7.0544,-118.0153,0.9911,0.0000,0.0000,0.0000 -1166.5000,1.0000,16777.5060,33.7315,31.0856,-1.2525,0.0000,5,1012.1690,-67.4979,348.1289,-67.4979,-7.1544,36.8996,-7.1544,-3.7607,-8.5873,0.0000,0.0000,5.1936,-8.6523,-0.3160,0.0000,-8.3363,0.0000,-8.3363,3.6804,-12.0167,37.3883,-49.4049,-1.0416,-48.3633,42.6110,6.8071,6.2208,-104.0022,0.9793,0.0000,0.0000,0.0000 -1167.5000,1.0000,16785.4500,28.9900,26.1116,-1.3817,0.0000,5,888.3420,-73.1809,396.2760,-73.1809,-6.8078,36.8644,-6.8078,-3.4546,-8.1322,0.0000,0.0000,4.7790,-8.2612,-0.2600,0.0000,-8.0012,0.0000,-8.0012,3.1630,-11.1642,34.2660,-45.4302,-0.9875,-44.4427,42.6945,6.1199,5.3438,-98.6009,0.9547,0.0000,0.0000,0.0000 -1168.5000,1.0000,16791.9616,23.8330,20.7716,-1.4833,0.0000,5,741.8935,-85.7286,474.5002,-85.7304,-6.6603,36.8644,-6.6605,-3.7871,-7.0553,0.0000,0.0000,4.1821,-7.0552,-0.2022,0.0000,-6.8529,0.0000,-6.8529,2.6004,-9.4533,27.3227,-36.7760,-0.8716,-35.9044,41.0153,5.7157,4.3902,-87.0255,0.9525,0.0000,0.0000,0.0000 -1169.5000,1.0000,16796.9184,18.2360,14.9176,-1.6261,0.0000,5,639.3150,-96.7328,550.6341,-96.7328,-6.4762,36.8644,-6.4762,-0.7638,-9.6901,0.0000,0.0000,3.9777,-11.1915,-0.1704,0.0000,-11.0211,0.0000,-11.0211,1.9897,-13.0108,16.0080,-29.0188,-0.7311,-28.2877,36.2919,5.0618,3.3563,-72.9977,0.9319,0.0000,0.0000,0.0000 -1170.5000,1.0000,16800.4938,13.2630,10.8256,-1.1367,0.0000,5,613.5655,51.9541,573.7426,-99.4947,3.3382,36.8644,-6.3928,-0.2372,-0.4052,0.0000,0.0000,3.9806,-0.4742,-0.0900,0.0000,-0.3842,0.0000,-0.3842,1.4471,-1.8313,0.0000,-1.8313,-0.3717,-1.4596,28.6621,4.5499,2.4395,-37.1111,0.9102,1294.8650,1294.8650,1294.8650 -1171.5000,1.0000,16803.0313,9.5265,7.4446,-0.9392,0.0000,3,609.0260,101.5929,578.0191,-99.9816,6.4793,36.8644,-6.3765,0.0656,2.4678,0.0000,0.0000,3.9459,3.0088,-0.2154,0.0000,3.2242,0.0000,3.2242,1.0394,2.1848,0.0000,2.1848,-0.2206,2.4054,19.6324,3.0445,1.7529,-22.0245,0.9103,1803.5075,1803.5075,1803.5075 -1172.5000,1.0000,16804.7648,6.6320,5.0366,-0.6689,0.0000,3,607.0425,103.9825,579.9077,-100.1944,6.6101,36.8644,-6.3693,-0.1394,2.7483,0.0000,0.0000,4.0011,3.3373,-0.1654,0.0000,3.5027,0.0000,3.5027,0.7236,2.7791,0.0000,2.7791,-0.1094,2.8884,10.2797,2.3067,1.2222,-10.9201,0.9103,1824.7122,1824.7122,1824.7122 -1173.5000,1.0000,16805.9360,4.6075,3.3956,-0.4558,0.0000,3,604.1050,79.5898,582.7276,-100.5094,5.0350,36.8644,-6.3584,0.0297,0.9357,0.0000,0.0000,4.0696,1.1399,-0.0853,0.0000,1.2252,0.0000,1.2252,0.5027,0.7224,0.0000,0.7224,-0.0518,0.7742,3.4731,1.6208,0.8505,-5.1701,1.0553,1560.3075,1560.3075,1560.3075 -1174.5000,1.0000,16806.6796,3.0685,1.9586,-0.3992,0.0000,1,603.4565,56.6243,583.3538,-100.5790,3.5783,36.8644,-6.3560,-0.0537,-0.4345,0.0000,0.0000,4.0665,-0.5660,-0.2079,0.0000,-0.3581,0.0000,-0.3581,0.3348,-0.6929,0.0000,-0.6929,-0.0302,-0.6627,0.6800,1.1058,0.5667,-3.0152,1.0874,1331.8934,1331.8934,1331.8934 -1175.5000,1.0000,16806.9896,1.5075,0.2736,-0.4681,0.0000,1,601.0035,57.8601,585.7348,-100.8421,3.6415,36.8644,-6.3467,-0.0370,-0.3596,0.0000,0.0000,4.0382,-0.8138,-0.0971,0.0000,-0.7168,0.0000,-0.7168,0.1645,-0.8813,0.0000,-0.8813,-0.0174,-0.8639,0.0000,0.5947,0.2784,-1.7369,1.0444,1341.8950,1341.8950,1341.8950 -1176.5000,1.0000,16806.9759,0.3420,-0.3724,-0.1794,0.0000,1,600.0000,63.8598,586.7144,-100.9497,4.0124,36.8644,-6.3429,0.0000,0.0054,0.0000,0.0000,4.0070,0.0972,-0.0175,0.0000,0.1147,0.0000,0.1147,0.0373,0.0774,0.0000,0.0774,-0.0015,0.0789,0.0000,0.1668,0.0632,-0.1511,1.0443,1400.4892,1400.4892,1400.4892 -1177.5000,1.0000,16806.7055,0.0095,-1.5744,-0.3339,0.0000,0,600.6600,63.6039,586.0697,-100.8789,4.0007,36.8644,-6.3454,0.0243,0.0000,0.0000,0.0000,3.9764,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0010,-0.0010,0.0000,-0.0010,0.0000,-0.0010,0.0000,0.0050,0.0018,-0.0078,0.9988,1398.5582,1398.5582,1398.5582 -1178.5000,1.0000,16806.2684,0.0000,-1.5724,0.0006,0.0000,0,601.4725,62.7465,585.2780,-100.7918,3.9522,36.8644,-6.3485,0.0056,0.0000,0.0000,0.0000,3.9465,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9657,1390.8002,1390.8002,1390.8002 -1179.5000,1.0000,16805.8316,0.0000,-1.5724,0.0000,0.0000,0,600.8125,64.0863,585.9210,-100.8626,4.0321,36.8644,-6.3460,-0.0300,0.0000,0.0000,0.0000,4.0621,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1403.4840,1403.4840,1403.4840 -1180.5000,1.0000,16805.3948,0.0000,-1.5724,0.0000,0.0000,0,601.4230,64.0293,585.3262,-100.7971,4.0326,36.8644,-6.3483,0.0526,0.0000,0.0000,0.0000,3.9801,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0873,1403.4801,1403.4801,1403.4801 -1181.5000,1.0000,16804.9580,0.0000,-1.5724,0.0000,0.0000,0,601.4230,61.8166,585.3262,-100.7971,3.8933,36.8644,-6.3483,-0.0526,0.0000,0.0000,0.0000,3.9458,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0659,1381.5296,1381.5296,1381.5296 -1182.5000,1.0000,16804.5212,0.0000,-1.5724,0.0000,0.0000,0,600.6980,62.4719,586.0326,-100.8749,3.9298,36.8644,-6.3455,0.0257,0.0000,0.0000,0.0000,3.9040,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0335,1387.3630,1387.3630,1387.3630 -1183.5000,1.0000,16804.0845,0.0000,-1.5724,0.0000,0.0000,0,600.6980,61.2234,586.0326,-100.8749,3.8513,36.8644,-6.3455,-0.0257,0.0000,0.0000,0.0000,3.8770,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0108,1374.9784,1374.9784,1374.9784 -1184.5000,1.0000,16803.6477,0.0000,-1.5724,0.0000,0.0000,0,601.4230,62.6947,585.3262,-100.7971,3.9486,36.8644,-6.3483,0.0526,0.0000,0.0000,0.0000,3.8960,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0336,1390.2407,1390.2407,1390.2407 -1185.5000,1.0000,16803.2109,0.0000,-1.5724,0.0000,0.0000,0,601.4230,60.3889,585.3262,-100.7971,3.8033,36.8644,-6.3483,-0.0526,0.0000,0.0000,0.0000,3.8559,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9657,1367.3671,1367.3671,1367.3671 -1186.5000,1.0000,16802.7741,0.0000,-1.5724,0.0000,0.0000,0,601.5375,63.0378,585.2148,-100.7848,3.9709,36.8644,-6.3487,0.0568,0.0000,0.0000,0.0000,3.9141,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1393.7496,1393.7496,1393.7496 -1187.5000,1.0000,16802.3373,0.0000,-1.5724,0.0000,0.0000,0,601.5375,61.3640,585.2148,-100.7848,3.8655,36.8644,-6.3487,-0.0568,0.0000,0.0000,0.0000,3.9223,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1377.1456,1377.1456,1377.1456 -1188.5000,1.0000,16801.9005,0.0000,-1.5724,0.0000,0.0000,0,600.3165,62.6479,586.4051,-100.9158,3.9384,36.8644,-6.3441,0.0117,0.0000,0.0000,0.0000,3.9267,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1388.7584,1388.7584,1388.7584 -1189.5000,1.0000,16801.4637,0.0000,-1.5724,0.0000,0.0000,0,600.5950,80.0883,586.1331,-100.8859,5.0371,36.8644,-6.3451,-0.0014,0.0000,0.0000,0.0000,5.0385,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1562.0228,1562.0228,1562.0228 -1190.5000,1.0000,16801.0269,0.0000,-1.5724,0.0000,0.0000,0,600.2785,79.3938,586.4422,-100.9199,4.9908,36.8644,-6.3439,-0.0103,0.0000,0.0000,0.0000,5.0010,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1554.8432,1554.8432,1554.8432 -1191.5000,1.0000,16800.5902,0.0000,-1.5724,0.0000,0.0000,0,600.0000,79.3434,586.7144,-100.9497,4.9853,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9853,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1554.0863,1554.0863,1554.0863 -1192.5000,1.0000,16800.1534,0.0000,-1.5724,0.0000,0.0000,0,600.4690,80.4494,586.2561,-100.8994,5.0587,36.8644,-6.3447,0.0173,0.0000,0.0000,0.0000,5.0414,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1565.4895,1565.4895,1565.4895 -1193.5000,1.0000,16799.7166,0.0000,-1.5724,0.0000,0.0000,0,600.4690,77.6841,586.2561,-100.8994,4.8849,36.8644,-6.3447,-0.0173,0.0000,0.0000,0.0000,4.9021,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1538.0580,1538.0580,1538.0580 -1194.5000,1.0000,16799.2798,0.0000,-1.5724,0.0000,0.0000,0,600.2785,77.3033,586.4422,-100.9199,4.8594,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,4.8491,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1534.1052,1534.1052,1534.1052 -1195.5000,1.0000,16798.8430,0.0000,-1.5724,0.0000,0.0000,0,600.4045,78.9290,586.3191,-100.9063,4.9626,36.8644,-6.3444,-0.0056,0.0000,0.0000,0.0000,4.9682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9767,1550.3474,1550.3474,1550.3474 -1196.5000,1.0000,16798.4062,0.0000,-1.5724,0.0000,0.0000,0,600.1260,78.4298,586.5912,-100.9362,4.9289,36.8644,-6.3433,-0.0046,0.0000,0.0000,0.0000,4.9336,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1545.1395,1545.1395,1545.1395 -1197.5000,1.0000,16797.9694,0.0000,-1.5724,0.0000,0.0000,0,600.7745,78.3235,585.9580,-100.8667,4.9276,36.8644,-6.3458,0.0286,0.0000,0.0000,0.0000,4.8990,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1544.6817,1544.6817,1544.6817 -1198.5000,1.0000,16797.5326,0.0000,-1.5724,0.0000,0.0000,0,600.7745,76.6175,585.9580,-100.8667,4.8202,36.8644,-6.3458,-0.0286,0.0000,0.0000,0.0000,4.8488,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1527.7585,1527.7585,1527.7585 -1199.5000,1.0000,16797.0959,0.0000,-1.5724,0.0000,0.0000,0,601.4230,78.3463,585.3262,-100.7971,4.9343,36.8644,-6.3483,0.0526,0.0000,0.0000,0.0000,4.8818,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1545.5046,1545.5046,1545.5046 -1200.5000,1.0000,16796.6591,0.0000,-1.5724,0.0000,0.0000,0,601.8540,78.0067,584.9070,-100.7509,4.9165,36.8644,-6.3499,-0.0367,0.0000,0.0000,0.0000,4.9531,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1542.5324,1542.5324,1542.5324 -1201.5000,1.0000,16796.2223,0.0000,-1.5724,0.0000,0.0000,0,602.2355,78.7759,584.5365,-100.7099,4.9681,36.8644,-6.3514,0.0508,0.0000,0.0000,0.0000,4.9173,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1550.5138,1550.5138,1550.5138 -1202.5000,1.0000,16795.7855,0.0000,-1.5724,0.0000,0.0000,0,602.0830,77.9932,584.6846,-100.7263,4.9175,36.8644,-6.3508,-0.0564,0.0000,0.0000,0.0000,4.9739,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1542.6090,1542.6090,1542.6090 -1203.5000,1.0000,16795.3487,0.0000,-1.5724,0.0000,0.0000,0,603.5325,80.3015,583.2803,-100.5708,5.0752,36.8644,-6.3563,0.1103,0.0000,0.0000,0.0000,4.9649,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1566.8411,1566.8411,1566.8411 -1204.5000,1.0000,16794.9119,0.0000,-1.5724,0.0000,0.0000,0,604.9440,75.8186,581.9194,-100.4194,4.8031,36.8644,-6.3615,-0.0581,0.0000,0.0000,0.0000,4.8612,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8882,1523.6695,1523.6695,1523.6695 -1205.5000,1.0000,16794.4751,0.0000,-1.5724,0.0000,0.0000,0,604.1045,78.3742,582.7280,-100.5095,4.9581,36.8644,-6.3584,0.0269,0.0000,0.0000,0.0000,4.9312,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1548.2483,1548.2483,1548.2483 -1206.5000,1.0000,16794.0384,0.0000,-1.5724,0.0000,0.0000,0,604.9055,77.5408,581.9564,-100.4236,4.9119,36.8644,-6.3614,0.0028,0.0000,0.0000,0.0000,4.9090,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8882,1540.7177,1540.7177,1540.7177 -1207.5000,1.0000,16793.6016,0.0000,-1.5724,0.0000,0.0000,0,602.4910,75.9083,584.2886,-100.6825,4.7893,36.8644,-6.3523,-0.0922,0.0000,0.0000,0.0000,4.8814,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1522.3016,1522.3016,1522.3016 -1208.5000,1.0000,16793.1648,0.0000,-1.5724,0.0000,0.0000,0,600.6980,79.7524,586.0326,-100.8749,5.0168,36.8644,-6.3455,0.0257,0.0000,0.0000,0.0000,4.9911,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9657,1558.7859,1558.7859,1558.7859 -1209.5000,1.0000,16792.7280,0.0000,-1.5724,0.0000,0.0000,0,602.3880,60.7611,584.3885,-100.6936,3.8329,36.8644,-6.3519,0.0367,0.0000,0.0000,0.0000,3.7962,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1371.9471,1371.9471,1371.9471 -1210.5000,1.0000,16792.2912,0.0000,-1.5724,0.0000,0.0000,0,601.6900,59.1536,585.0665,-100.7685,3.7272,36.8644,-6.3493,-0.0624,0.0000,0.0000,0.0000,3.7896,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1355.3586,1355.3586,1355.3586 -1211.5000,1.0000,16791.8544,0.0000,-1.5724,0.0000,0.0000,0,600.4310,59.1336,586.2932,-100.9035,3.7181,36.8644,-6.3445,0.0159,0.0000,0.0000,0.0000,3.7023,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8599,1354.0019,1354.0019,1354.0019 -1212.5000,1.0000,16791.4176,0.0000,-1.5724,0.0000,0.0000,0,600.4310,59.9128,586.2932,-100.9035,3.7671,36.8644,-6.3445,-0.0159,0.0000,0.0000,0.0000,3.7830,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1361.7314,1361.7314,1361.7314 -1213.5000,1.0000,16790.9808,0.0000,-1.5724,0.0000,0.0000,0,600.2785,60.7277,586.4422,-100.9199,3.8174,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,3.8071,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1369.6749,1369.6749,1369.6749 -1214.5000,1.0000,16790.5441,0.0000,-1.5724,0.0000,0.0000,0,601.2055,61.6351,585.5379,-100.8204,3.8804,36.8644,-6.3475,0.0239,0.0000,0.0000,0.0000,3.8565,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1379.5291,1379.5291,1379.5291 -1215.5000,1.0000,16790.1073,0.0000,-1.5724,0.0000,0.0000,0,601.2820,60.8302,585.4635,-100.8122,3.8302,36.8644,-6.3478,-0.0211,0.0000,0.0000,0.0000,3.8514,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9657,1371.6150,1371.6150,1371.6150 -1216.5000,1.0000,16789.6705,0.0000,-1.5724,0.0000,0.0000,0,600.3665,60.1786,586.3562,-100.9104,3.7834,36.8644,-6.3443,-0.0127,0.0000,0.0000,0.0000,3.7961,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1364.3085,1364.3085,1364.3085 -1217.5000,1.0000,16789.2337,0.0000,-1.5724,0.0000,0.0000,0,600.0115,60.3612,586.7031,-100.9485,3.7927,36.8644,-6.3429,-0.0004,0.0000,0.0000,0.0000,3.7931,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1365.7936,1365.7936,1365.7936 -1218.5000,1.0000,16788.7969,0.0000,-1.5724,0.0000,0.0000,0,600.1640,59.6080,586.5541,-100.9321,3.7463,36.8644,-6.3435,0.0060,0.0000,0.0000,0.0000,3.7403,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1358.4619,1358.4619,1358.4619 -1219.5000,1.0000,16788.3601,0.0000,-1.5724,0.0000,0.0000,0,600.4045,60.0477,586.3191,-100.9063,3.7754,36.8644,-6.3444,0.0028,0.0000,0.0000,0.0000,3.7726,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1363.0450,1363.0450,1363.0450 -1220.5000,1.0000,16787.9233,0.0000,-1.5724,0.0000,0.0000,0,601.3580,60.8572,585.3895,-100.8041,3.8324,36.8644,-6.3480,0.0324,0.0000,0.0000,0.0000,3.8000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1371.9530,1371.9530,1371.9530 -1221.5000,1.0000,16787.4865,0.0000,-1.5724,0.0000,0.0000,0,602.1210,59.5193,584.6477,-100.7222,3.7529,36.8644,-6.3509,-0.0042,0.0000,0.0000,0.0000,3.7571,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8882,1359.3827,1359.3827,1359.3827 -1222.5000,1.0000,16787.0498,0.0000,-1.5724,0.0000,0.0000,0,601.9305,60.5935,584.8327,-100.7427,3.8195,36.8644,-6.3502,-0.0028,0.0000,0.0000,0.0000,3.8223,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1369.8637,1369.8637,1369.8637 -1223.5000,1.0000,16786.6130,0.0000,-1.5724,0.0000,0.0000,0,602.0830,60.0298,584.6846,-100.7263,3.7849,36.8644,-6.3508,0.0085,0.0000,0.0000,0.0000,3.7764,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1364.4120,1364.4120,1364.4120 -1224.5000,1.0000,16786.1762,0.0000,-1.5724,0.0000,0.0000,0,601.1560,59.3282,585.5862,-100.8257,3.7349,36.8644,-6.3473,-0.0427,0.0000,0.0000,0.0000,3.7776,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1356.5997,1356.5997,1356.5997 -1225.5000,1.0000,16785.7394,0.0000,-1.5724,0.0000,0.0000,0,600.7360,60.2558,585.9956,-100.8708,3.7906,36.8644,-6.3457,0.0272,0.0000,0.0000,0.0000,3.7635,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1365.4147,1365.4147,1365.4147 -1226.5000,1.0000,16785.3026,0.0000,-1.5724,0.0000,0.0000,0,601.2815,60.2280,585.4639,-100.8123,3.7923,36.8644,-6.3478,-0.0070,0.0000,0.0000,0.0000,3.7994,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1365.6408,1365.6408,1365.6408 -1227.5000,1.0000,16784.8658,0.0000,-1.5724,0.0000,0.0000,0,600.5455,60.1422,586.1815,-100.8912,3.7823,36.8644,-6.3449,-0.0201,0.0000,0.0000,0.0000,3.8024,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1364.1128,1364.1128,1364.1128 -1228.5000,1.0000,16784.4290,0.0000,-1.5724,0.0000,0.0000,0,600.0875,61.1512,586.6288,-100.9403,3.8428,36.8644,-6.3432,0.0032,0.0000,0.0000,0.0000,3.8396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1373.7006,1373.7006,1373.7006 -1229.5000,1.0000,16783.9922,0.0000,-1.5724,0.0000,0.0000,0,601.0145,60.1502,585.7240,-100.8409,3.7857,36.8644,-6.3467,0.0310,0.0000,0.0000,0.0000,3.7548,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1364.6237,1364.6237,1364.6237 -1230.5000,1.0000,16783.5555,0.0000,-1.5724,0.0000,0.0000,0,602.9985,60.7847,583.7969,-100.6281,3.8383,36.8644,-6.3542,0.0424,0.0000,0.0000,0.0000,3.7959,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9103,1372.7425,1372.7425,1372.7425 -1231.5000,1.0000,16783.1187,0.0000,-1.5724,0.0000,0.0000,0,604.0665,59.0722,582.7647,-100.5136,3.7368,36.8644,-6.3583,-0.0028,0.0000,0.0000,0.0000,3.7396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1356.7373,1356.7373,1356.7373 -1232.5000,1.0000,16782.6819,0.0000,-1.5724,0.0000,0.0000,0,602.5025,59.1324,584.2775,-100.6813,3.7309,36.8644,-6.3524,-0.0550,0.0000,0.0000,0.0000,3.7859,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1355.8955,1355.8955,1355.8955 -1233.5000,1.0000,16782.2451,0.0000,-1.5724,0.0000,0.0000,0,600.7095,59.7835,586.0214,-100.8736,3.7607,36.8644,-6.3456,-0.0113,0.0000,0.0000,0.0000,3.7720,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1360.7046,1360.7046,1360.7046 -1234.5000,1.0000,16781.8083,0.0000,-1.5724,0.0000,0.0000,0,600.8620,60.6204,585.8727,-100.8573,3.8144,36.8644,-6.3462,0.0169,0.0000,0.0000,0.0000,3.7975,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1369.1476,1369.1476,1369.1476 -1235.5000,1.0000,16781.3715,0.0000,-1.5724,0.0000,0.0000,0,600.6600,59.3329,586.0697,-100.8789,3.7321,36.8644,-6.3454,-0.0243,0.0000,0.0000,0.0000,3.7564,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1356.1898,1356.1898,1356.1898 -1236.5000,1.0000,16780.9347,0.0000,-1.5724,0.0000,0.0000,0,600.2785,59.8264,586.4422,-100.9199,3.7607,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,3.7505,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1360.7337,1360.7337,1360.7337 -1237.5000,1.0000,16780.4979,0.0000,-1.5724,0.0000,0.0000,0,600.2785,60.0239,586.4422,-100.9199,3.7732,36.8644,-6.3439,-0.0103,0.0000,0.0000,0.0000,3.7834,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1362.6933,1362.6933,1362.6933 -1238.5000,1.0000,16780.0612,0.0000,-1.5724,0.0000,0.0000,0,600.0000,61.3084,586.7144,-100.9497,3.8521,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8521,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1375.1796,1375.1796,1375.1796 -1239.5000,1.0000,16779.6244,0.0000,-1.5724,0.0000,0.0000,0,600.0000,60.7557,586.7144,-100.9497,3.8174,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8174,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1369.6970,1369.6970,1369.6970 -1240.5000,1.0000,16779.1878,0.0000,-1.5706,0.0005,0.0000,0,600.0000,60.8867,586.7144,-100.9497,3.8256,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8256,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9546,1370.9960,1370.9960,1370.9960 -1241.5000,1.0000,16778.7516,0.0000,-1.5706,0.0000,0.0000,0,601.3465,60.2713,585.4007,-100.8053,3.7955,36.8644,-6.3480,0.0497,0.0000,0.0000,0.0000,3.7457,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1366.1301,1366.1301,1366.1301 -1242.5000,1.0000,16778.3153,0.0000,-1.5706,0.0000,0.0000,0,602.6170,58.8903,584.1665,-100.6690,3.7163,36.8644,-6.3528,-0.0028,0.0000,0.0000,0.0000,3.7191,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8445,1353.5992,1353.5992,1353.5992 -1243.5000,1.0000,16777.8790,0.0000,-1.5706,0.0000,0.0000,0,601.2705,60.2309,585.4746,-100.8135,3.7924,36.8644,-6.3477,-0.0469,0.0000,0.0000,0.0000,3.8393,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1365.6590,1365.6590,1365.6590 -1244.5000,1.0000,16777.4427,0.0000,-1.5706,0.0000,0.0000,0,600.0000,60.3498,586.7144,-100.9497,3.7919,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7919,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1365.6695,1365.6695,1365.6695 -1245.5000,1.0000,16777.0065,0.0000,-1.5706,0.0000,0.0000,0,600.0000,60.5629,586.7144,-100.9497,3.8053,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8053,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1367.7842,1367.7842,1367.7842 -1246.5000,1.0000,16776.5702,0.0000,-1.5706,0.0000,0.0000,0,600.3550,60.4051,586.3675,-100.9116,3.7976,36.8644,-6.3442,0.0131,0.0000,0.0000,0.0000,3.7845,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1366.5452,1366.5452,1366.5452 -1247.5000,1.0000,16776.1339,0.0000,-1.5706,0.0000,0.0000,0,601.8540,60.8483,584.9070,-100.7509,3.8350,36.8644,-6.3499,0.0423,0.0000,0.0000,0.0000,3.7927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1372.3205,1372.3205,1372.3205 -1248.5000,1.0000,16775.6976,0.0000,-1.5706,0.0000,0.0000,0,601.4990,59.3341,585.2522,-100.7889,3.7374,36.8644,-6.3486,-0.0554,0.0000,0.0000,0.0000,3.7928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1356.9738,1356.9738,1356.9738 -1249.5000,1.0000,16775.2613,0.0000,-1.5706,0.0000,0.0000,0,600.8125,60.8475,585.9210,-100.8626,3.8283,36.8644,-6.3460,0.0300,0.0000,0.0000,0.0000,3.7984,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1371.3547,1371.3547,1371.3547 -1250.5000,1.0000,16774.8251,0.0000,-1.5706,0.0000,0.0000,0,600.8125,58.3636,585.9210,-100.8626,3.6721,36.8644,-6.3460,-0.0300,0.0000,0.0000,0.0000,3.7020,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1346.7142,1346.7142,1346.7142 -1251.5000,1.0000,16774.3888,0.0000,-1.5706,0.0000,0.0000,0,600.1640,60.3614,586.5541,-100.9321,3.7937,36.8644,-6.3435,0.0060,0.0000,0.0000,0.0000,3.7876,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1365.9362,1365.9362,1365.9362 -1252.5000,1.0000,16773.9525,0.0000,-1.5706,0.0000,0.0000,0,600.1640,60.9852,586.5541,-100.9321,3.8329,36.8644,-6.3435,-0.0060,0.0000,0.0000,0.0000,3.8389,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1372.1242,1372.1242,1372.1242 -1253.5000,1.0000,16773.5162,0.0000,-1.5706,0.0000,0.0000,0,601.3465,61.2155,585.4007,-100.8053,3.8549,36.8644,-6.3480,0.0497,0.0000,0.0000,0.0000,3.8052,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1375.4962,1375.4962,1375.4962 -1254.5000,1.0000,16773.0800,0.0000,-1.5706,0.0000,0.0000,0,602.1210,59.6281,584.6477,-100.7222,3.7598,36.8644,-6.3509,-0.0212,0.0000,0.0000,0.0000,3.7809,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8882,1360.4625,1360.4625,1360.4625 -1255.5000,1.0000,16772.6437,0.0000,-1.5706,0.0000,0.0000,0,601.0530,60.4021,585.6865,-100.8368,3.8018,36.8644,-6.3469,-0.0183,0.0000,0.0000,0.0000,3.8201,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1367.1578,1367.1578,1367.1578 -1256.5000,1.0000,16772.2074,0.0000,-1.5706,0.0000,0.0000,0,601.0530,60.8402,585.6865,-100.8368,3.8294,36.8644,-6.3469,0.0183,0.0000,0.0000,0.0000,3.8111,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1371.5040,1371.5040,1371.5040 -1257.5000,1.0000,16771.7711,0.0000,-1.5706,0.0000,0.0000,0,600.7745,61.3120,585.9580,-100.8667,3.8573,36.8644,-6.3458,-0.0286,0.0000,0.0000,0.0000,3.8859,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1375.9278,1375.9278,1375.9278 -1258.5000,1.0000,16771.3348,0.0000,-1.5706,0.0000,0.0000,0,600.0495,61.1511,586.6660,-100.9444,3.8426,36.8644,-6.3430,0.0018,0.0000,0.0000,0.0000,3.8407,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1373.6640,1373.6640,1373.6640 -1259.5000,1.0000,16770.8986,0.0000,-1.5706,0.0000,0.0000,0,600.7475,60.9344,585.9844,-100.8695,3.8334,36.8644,-6.3457,0.0239,0.0000,0.0000,0.0000,3.8095,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1372.1569,1372.1569,1372.1569 -1260.5000,1.0000,16770.4623,0.0000,-1.5706,0.0000,0.0000,0,600.6980,63.4221,586.0326,-100.8749,3.9896,36.8644,-6.3455,-0.0257,0.0000,0.0000,0.0000,4.0153,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1396.7897,1396.7897,1396.7897 -1261.5000,1.0000,16770.0260,0.0000,-1.5706,0.0000,0.0000,0,602.3385,64.5276,584.4366,-100.6989,4.0702,36.8644,-6.3518,0.0865,0.0000,0.0000,0.0000,3.9837,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1409.2654,1409.2654,1409.2654 -1262.5000,1.0000,16769.5900,0.0000,-1.5685,0.0006,0.0000,0,602.3385,61.3837,584.4366,-100.6989,3.8719,36.8644,-6.3518,-0.0865,0.0000,0.0000,0.0000,3.9584,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1378.0782,1378.0782,1378.0782 -1263.5000,1.0000,16769.1546,0.0000,-1.5665,0.0006,0.0000,0,601.5375,63.8283,585.2148,-100.7848,4.0207,36.8644,-6.3487,0.0568,0.0000,0.0000,0.0000,3.9639,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1401.5909,1401.5909,1401.5909 -1264.5000,1.0000,16768.7195,0.0000,-1.5665,0.0000,0.0000,0,601.5375,62.5199,585.2148,-100.7848,3.9383,36.8644,-6.3487,-0.0568,0.0000,0.0000,0.0000,3.9951,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1388.6117,1388.6117,1388.6117 -1265.5000,1.0000,16768.2844,0.0000,-1.5665,0.0000,0.0000,0,601.2705,64.2318,585.4746,-100.8135,4.0443,36.8644,-6.3477,0.0469,0.0000,0.0000,0.0000,3.9974,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1405.3484,1405.3484,1405.3484 -1266.5000,1.0000,16767.8493,0.0000,-1.5665,0.0000,0.0000,0,601.2705,63.1710,585.4746,-100.8135,3.9776,36.8644,-6.3477,-0.0469,0.0000,0.0000,0.0000,4.0245,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1394.8253,1394.8253,1394.8253 -1267.5000,1.0000,16767.4141,0.0000,-1.5665,0.0000,0.0000,0,600.2785,63.7925,586.4422,-100.9199,4.0101,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,3.9998,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1400.0779,1400.0779,1400.0779 -1268.5000,1.0000,16766.9793,0.0000,-1.5645,0.0006,0.0000,0,600.2785,62.8162,586.4422,-100.9199,3.9487,36.8644,-6.3439,-0.0103,0.0000,0.0000,0.0000,3.9590,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1390.3934,1390.3934,1390.3934 -1269.5000,1.0000,16766.5447,0.0000,-1.5645,0.0000,0.0000,0,600.7745,62.8909,585.9580,-100.8667,3.9567,36.8644,-6.3458,0.0286,0.0000,0.0000,0.0000,3.9281,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1391.5907,1391.5907,1391.5907 -1270.5000,1.0000,16766.1101,0.0000,-1.5645,0.0000,0.0000,0,600.7745,62.6581,585.9580,-100.8667,3.9420,36.8644,-6.3458,-0.0286,0.0000,0.0000,0.0000,3.9706,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1389.2813,1389.2813,1389.2813 -1271.5000,1.0000,16765.6758,0.0000,-1.5625,0.0006,0.0000,0,600.3550,64.0355,586.3675,-100.9116,4.0258,36.8644,-6.3442,0.0131,0.0000,0.0000,0.0000,4.0128,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1402.5586,1402.5586,1402.5586 -1272.5000,1.0000,16765.2418,0.0000,-1.5625,0.0000,0.0000,0,600.9385,63.3240,585.7981,-100.8491,3.9850,36.8644,-6.3464,0.0084,0.0000,0.0000,0.0000,3.9766,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1396.0375,1396.0375,1396.0375 -1273.5000,1.0000,16764.8078,0.0000,-1.5625,0.0000,0.0000,0,603.0365,62.9143,583.7601,-100.6240,3.9730,36.8644,-6.3544,0.0692,0.0000,0.0000,0.0000,3.9038,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1393.9029,1393.9029,1393.9029 -1274.5000,1.0000,16764.3738,0.0000,-1.5625,0.0000,0.0000,0,602.4530,62.8256,584.3255,-100.6866,3.9636,36.8644,-6.3522,-0.0908,0.0000,0.0000,0.0000,4.0543,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1392.4869,1392.4869,1392.4869 -1275.5000,1.0000,16763.9398,0.0000,-1.5625,0.0000,0.0000,0,601.4990,64.2352,585.2522,-100.7889,4.0461,36.8644,-6.3486,0.0554,0.0000,0.0000,0.0000,3.9907,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8755,1405.5922,1405.5922,1405.5922 -1276.5000,1.0000,16763.5058,0.0000,-1.5625,0.0000,0.0000,0,601.4990,61.4526,585.2522,-100.7889,3.8708,36.8644,-6.3486,-0.0554,0.0000,0.0000,0.0000,3.9262,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1377.9892,1377.9892,1377.9892 -1277.5000,1.0000,16763.0718,0.0000,-1.5625,0.0000,0.0000,0,601.4610,64.5157,585.2892,-100.7930,4.0635,36.8644,-6.3484,0.0540,0.0000,0.0000,0.0000,4.0095,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9546,1408.3401,1408.3401,1408.3401 -1278.5000,1.0000,16762.6377,0.0000,-1.5625,0.0000,0.0000,0,601.4610,62.1418,585.2892,-100.7930,3.9140,36.8644,-6.3484,-0.0540,0.0000,0.0000,0.0000,3.9680,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1384.7913,1384.7913,1384.7913 -1279.5000,1.0000,16762.2037,0.0000,-1.5625,0.0000,0.0000,0,600.0000,64.0870,586.7144,-100.9497,4.0267,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0267,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1402.7431,1402.7431,1402.7431 -1280.5000,1.0000,16761.7697,0.0000,-1.5625,0.0000,0.0000,0,600.5835,64.5204,586.1444,-100.8871,4.0579,36.8644,-6.3451,0.0215,0.0000,0.0000,0.0000,4.0364,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1407.5790,1407.5790,1407.5790 -1281.5000,1.0000,16761.3357,0.0000,-1.5625,0.0000,0.0000,0,602.8455,65.8358,583.9450,-100.6445,4.1562,36.8644,-6.3537,0.0621,0.0000,0.0000,0.0000,4.0941,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9546,1422.7088,1422.7088,1422.7088 -1282.5000,1.0000,16760.9017,0.0000,-1.5625,0.0000,0.0000,0,602.2620,61.7387,584.5108,-100.7071,3.8938,36.8644,-6.3515,-0.0837,0.0000,0.0000,0.0000,3.9774,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1381.5294,1381.5294,1381.5294 -1283.5000,1.0000,16760.4677,0.0000,-1.5625,0.0000,0.0000,0,600.0000,63.1090,586.7144,-100.9497,3.9653,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9653,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1393.0417,1393.0417,1393.0417 -1284.5000,1.0000,16760.0337,0.0000,-1.5625,0.0000,0.0000,0,600.4690,63.7403,586.2561,-100.8994,4.0081,36.8644,-6.3447,0.0173,0.0000,0.0000,0.0000,3.9908,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1399.7351,1399.7351,1399.7351 -1285.5000,1.0000,16759.5996,0.0000,-1.5625,0.0000,0.0000,0,600.4690,63.3262,586.2561,-100.8994,3.9820,36.8644,-6.3447,-0.0173,0.0000,0.0000,0.0000,3.9993,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1395.6275,1395.6275,1395.6275 -1286.5000,1.0000,16759.1656,0.0000,-1.5625,0.0000,0.0000,0,601.3085,62.7947,585.4376,-100.8094,3.9541,36.8644,-6.3479,0.0483,0.0000,0.0000,0.0000,3.9058,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8755,1391.1270,1391.1270,1391.1270 -1287.5000,1.0000,16758.7316,0.0000,-1.5625,0.0000,0.0000,0,601.3085,61.9391,585.4376,-100.8094,3.9002,36.8644,-6.3479,-0.0483,0.0000,0.0000,0.0000,3.9486,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1382.6400,1382.6400,1382.6400 -1288.5000,1.0000,16758.2976,0.0000,-1.5625,0.0000,0.0000,0,600.9650,82.7906,585.7723,-100.8462,5.2103,36.8644,-6.3465,0.0356,0.0000,0.0000,0.0000,5.1746,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1589.1709,1589.1709,1589.1709 -1289.5000,1.0000,16757.8636,0.0000,-1.5625,0.0000,0.0000,0,601.6630,80.6673,585.0927,-100.7714,5.0825,36.8644,-6.3492,-0.0099,0.0000,0.0000,0.0000,5.0924,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1568.7493,1568.7493,1568.7493 -1290.5000,1.0000,16757.4296,0.0000,-1.5625,0.0000,0.0000,0,600.6980,81.3857,586.0326,-100.8749,5.1196,36.8644,-6.3455,-0.0257,0.0000,0.0000,0.0000,5.1453,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1574.9880,1574.9880,1574.9880 -1291.5000,1.0000,16756.9956,0.0000,-1.5625,0.0000,0.0000,0,601.2320,82.0880,585.5121,-100.8176,5.1683,36.8644,-6.3476,0.0455,0.0000,0.0000,0.0000,5.1228,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9546,1582.4460,1582.4460,1582.4460 -1292.5000,1.0000,16756.5615,0.0000,-1.5625,0.0000,0.0000,0,601.5870,79.4552,585.1666,-100.7795,5.0055,36.8644,-6.3489,-0.0324,0.0000,0.0000,0.0000,5.0379,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1556.6552,1556.6552,1556.6552 -1293.5000,1.0000,16756.1275,0.0000,-1.5625,0.0000,0.0000,0,600.3550,80.2075,586.3675,-100.9116,5.0426,36.8644,-6.3442,-0.0131,0.0000,0.0000,0.0000,5.0557,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1562.9849,1562.9849,1562.9849 -1294.5000,1.0000,16755.6935,0.0000,-1.5625,0.0000,0.0000,0,600.5835,79.7689,586.1444,-100.8871,5.0169,36.8644,-6.3451,0.0215,0.0000,0.0000,0.0000,4.9954,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8175,1558.8444,1558.8444,1558.8444 -1295.5000,1.0000,16755.2595,0.0000,-1.5625,0.0000,0.0000,0,600.8240,80.5836,585.9097,-100.8613,5.0702,36.8644,-6.3460,-0.0127,0.0000,0.0000,0.0000,5.0828,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1567.1478,1567.1478,1567.1478 -1296.5000,1.0000,16754.8255,0.0000,-1.5625,0.0000,0.0000,0,601.7015,81.8753,585.0553,-100.7672,5.1590,36.8644,-6.3493,0.0451,0.0000,0.0000,0.0000,5.1139,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1580.7681,1580.7681,1580.7681 -1297.5000,1.0000,16754.3915,0.0000,-1.5625,0.0000,0.0000,0,601.9685,80.9413,584.7958,-100.7386,5.1024,36.8644,-6.3504,-0.0352,0.0000,0.0000,0.0000,5.1376,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1571.7483,1571.7483,1571.7483 -1298.5000,1.0000,16753.9575,0.0000,-1.5625,0.0000,0.0000,0,601.0530,80.4800,585.6865,-100.8368,5.0656,36.8644,-6.3469,0.0014,0.0000,0.0000,0.0000,5.0642,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1566.3303,1566.3303,1566.3303 -1299.5000,1.0000,16753.5234,0.0000,-1.5625,0.0000,0.0000,0,601.1290,80.6807,585.6125,-100.8286,5.0789,36.8644,-6.3472,0.0014,0.0000,0.0000,0.0000,5.0775,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8755,1568.3911,1568.3911,1568.3911 +time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],P_aux_ALT,FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h],FC-AAUX [g/h],FC-Final [g/h] +1.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,77.1336,586.7144,-100.9497,4.8464,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8464,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1532.1652,1532.1652,1532.1652,1532.1652,1532.1652 +2.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.6135,79.2565,585.1409,-100.7767,4.9932,36.8644,-6.3490,0.0596,0.0000,0.0000,0.0000,4.9336,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1554.7089,1554.7089,1554.7089,1554.7089,1554.7089 +3.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.6135,77.3223,585.1409,-100.7767,4.8714,36.8644,-6.3490,-0.0596,0.0000,0.0000,0.0000,4.9310,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0766,1535.5221,1535.5221,1535.5221,1535.5221,1535.5221 +4.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,78.5386,586.7144,-100.9497,4.9347,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9347,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0873,1546.1031,1546.1031,1546.1031,1546.1031,1546.1031 +5.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.8505,79.3302,585.8839,-100.8585,4.9915,36.8644,-6.3461,0.0314,0.0000,0.0000,0.0000,4.9601,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0766,1554.7379,1554.7379,1554.7379,1554.7379,1554.7379 +6.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.3580,77.6272,585.3895,-100.8041,4.8885,36.8644,-6.3480,-0.0127,0.0000,0.0000,0.0000,4.9012,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1538.3115,1538.3115,1538.3115,1538.3115,1538.3115 +7.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.9385,78.7558,585.7981,-100.8491,4.9561,36.8644,-6.3464,-0.0028,0.0000,0.0000,0.0000,4.9589,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1549.1213,1549.1213,1549.1213,1549.1213,1549.1213 +8.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.4310,77.4976,586.2932,-100.9035,4.8728,36.8644,-6.3445,-0.0159,0.0000,0.0000,0.0000,4.8887,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1536.1730,1536.1730,1536.1730,1536.1730,1536.1730 +9.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.5755,77.3780,585.1778,-100.7807,4.8746,36.8644,-6.3489,0.0582,0.0000,0.0000,0.0000,4.8164,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1536.0397,1536.0397,1536.0397,1536.0397,1536.0397 +10.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,602.4260,77.0945,584.3517,-100.6895,4.8636,36.8644,-6.3521,-0.0268,0.0000,0.0000,0.0000,4.8904,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0336,1534.0098,1534.0098,1534.0098,1534.0098,1534.0098 +11.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.3960,75.8553,585.3525,-100.8000,4.7772,36.8644,-6.3482,-0.0113,0.0000,0.0000,0.0000,4.7885,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1520.7692,1520.7692,1520.7692,1520.7692,1520.7692 +12.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.6715,78.3609,586.0585,-100.8777,4.9291,36.8644,-6.3454,-0.0155,0.0000,0.0000,0.0000,4.9445,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0766,1544.9582,1544.9582,1544.9582,1544.9582,1544.9582 +13.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.3665,76.7091,586.3562,-100.9104,4.8227,36.8644,-6.3443,0.0042,0.0000,0.0000,0.0000,4.8185,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1528.2919,1528.2919,1528.2919,1528.2919,1528.2919 +14.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.7015,79.4172,585.0553,-100.7672,5.0041,36.8644,-6.3493,0.0451,0.0000,0.0000,0.0000,4.9590,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.1088,1556.3840,1556.3840,1556.3840,1556.3840,1556.3840 +15.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.4610,76.1605,585.2892,-100.7930,4.7970,36.8644,-6.3484,-0.0540,0.0000,0.0000,0.0000,4.8509,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0108,1523.8559,1523.8559,1523.8559,1523.8559,1523.8559 +16.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.1175,76.5759,585.6237,-100.8299,4.8204,36.8644,-6.3471,0.0413,0.0000,0.0000,0.0000,4.7791,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1527.6607,1527.6607,1527.6607,1527.6607,1527.6607 +17.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.1175,76.9227,585.6237,-100.8299,4.8422,36.8644,-6.3471,-0.0413,0.0000,0.0000,0.0000,4.8835,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1531.1014,1531.1014,1531.1014,1531.1014,1531.1014 +18.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.8125,78.2270,585.9210,-100.8626,4.9218,36.8644,-6.3460,0.0300,0.0000,0.0000,0.0000,4.8918,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1543.7590,1543.7590,1543.7590,1543.7590,1543.7590 +19.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.8125,76.4879,585.9210,-100.8626,4.8124,36.8644,-6.3460,-0.0300,0.0000,0.0000,0.0000,4.8424,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1526.5079,1526.5079,1526.5079,1526.5079,1526.5079 +20.5000,1.0000,0.0458,0.1650,0.0000,0.0917,0.0000,1,600.0000,78.8893,586.7144,-100.9497,4.9568,36.8644,-6.3429,0.0000,0.1975,0.0000,0.0000,4.7593,0.0987,-0.0078,0.0000,0.1065,0.0000,0.1065,0.0180,0.0885,0.0000,0.0885,0.0004,0.0882,0.0000,0.0205,0.0305,0.0372,0.9325,1549.5819,1549.5819,1549.5819,1549.5819,1549.5819 +21.5000,1.0000,0.4165,1.3345,0.3300,0.5581,0.0000,1,600.0000,155.3923,586.7144,-100.9497,9.7636,36.8644,-6.3429,0.0000,4.0324,0.0000,0.0000,5.7312,2.3007,-0.0986,0.0000,2.3992,0.0000,2.3992,0.1586,2.2406,0.0000,2.2406,0.0184,2.2223,0.0000,0.1426,0.2464,1.8333,0.9215,2385.4873,2385.4873,2385.4873,2385.4873,2385.4873 +22.5000,1.0000,1.0732,2.3640,2.3390,0.0139,0.0000,1,600.0000,112.2138,586.7144,-100.9497,7.0506,36.8644,-6.3429,0.0000,1.1980,0.0000,0.0000,5.8526,1.1854,-0.1369,0.0000,1.3224,0.0000,1.3224,0.2579,1.0644,0.0000,1.0644,0.0008,1.0636,0.0000,0.5462,0.4366,0.0808,0.9657,1897.1377,1897.1377,1897.1377,1897.1377,1897.1377 +23.5000,1.0000,1.9456,3.1405,2.3890,0.4175,0.0000,1,600.0000,182.2086,586.7144,-100.9497,11.4485,36.8644,-6.3429,0.0000,5.7919,0.0000,0.0000,5.6566,4.6736,-0.2429,0.0000,4.9165,0.0000,4.9165,0.3623,4.5542,0.0000,4.5542,0.0323,4.5219,0.0000,0.7143,0.5800,3.2276,0.9215,2688.7795,2688.7795,2688.7795,2688.7795,2688.7795 +24.5000,1.0000,3.2883,4.8340,3.8920,0.5233,0.0000,2,600.0000,247.6999,586.7144,-100.9497,15.5634,36.8644,-6.3429,0.0000,9.7921,0.0000,0.0000,5.7713,8.1951,-0.2931,0.0000,8.4882,0.0000,8.4882,0.5715,7.9167,0.0000,7.9167,0.0624,7.8544,0.0000,0.7341,0.8927,6.2275,0.8443,3507.7143,3507.7143,3507.7143,3507.7143,3507.7143 +25.5000,1.0000,4.8979,5.7945,5.7760,0.0103,0.0000,2,601.1940,135.8071,585.5491,-100.8217,8.5500,36.8644,-6.3474,0.0441,2.5064,0.0000,0.0000,5.9995,2.5034,-0.2072,0.0000,2.7106,0.0000,2.7106,0.6322,2.0784,0.0000,2.0784,0.0015,2.0769,0.0000,0.8602,1.0701,0.1466,0.9104,2167.4829,2167.4829,2167.4829,2167.4829,2167.4829 +26.5000,1.0000,6.4654,5.6430,5.8130,-0.0944,0.0000,2,609.1785,114.1740,577.8744,-99.9652,7.2835,36.8644,-6.3771,0.2540,0.9702,0.0000,0.0000,6.0593,1.0115,-0.2035,0.0000,1.2150,0.0000,1.2150,0.6157,0.5993,0.0000,0.5993,-0.0131,0.6124,0.0000,0.8822,1.0421,-1.3119,0.9434,1946.2466,1946.2466,1946.2466,1946.2466,1946.2466 +27.5000,1.0000,7.9300,5.2725,5.4730,-0.1114,0.0000,2,611.0480,99.0478,576.1064,-99.7647,6.3379,36.8644,-6.3838,-0.1847,0.5727,0.0000,0.0000,5.9499,0.5905,-0.1909,0.0000,0.7814,0.0000,0.7814,0.5753,0.2061,0.0000,0.2061,-0.0145,0.2206,0.0000,0.6926,0.9737,-1.4457,0.9434,1778.1426,1778.1426,1778.1426,1778.1426,1778.1426 +28.5000,1.0000,9.2769,4.8490,5.0720,-0.1239,0.0000,2,604.8295,97.4042,582.0295,-100.4317,6.1693,36.8644,-6.3611,-0.0482,0.3744,0.0000,0.0000,5.8432,0.3916,-0.1741,0.0000,0.5657,0.0000,0.5657,0.5291,0.0366,0.0000,0.0366,-0.0148,0.0514,0.0000,0.6347,0.8955,-1.4788,0.9214,1737.6926,1737.6926,1737.6926,1737.6926,1737.6926 +29.5000,1.0000,10.5646,4.6355,4.6260,0.0053,0.0000,2,602.4260,128.4885,584.3517,-100.6895,8.1058,36.8644,-6.3521,-0.0409,2.2632,0.0000,0.0000,5.8835,2.2544,-0.1629,0.0000,2.4173,0.0000,2.4173,0.5058,1.9116,0.0000,1.9116,0.0006,1.9110,0.0000,0.9947,0.8561,0.0602,0.9104,2088.3248,2088.3248,2088.3248,2088.3248,2088.3248 +30.5000,1.0000,11.8244,4.5355,4.6450,-0.0608,0.0000,2,600.6600,113.6517,586.0697,-100.8789,7.1488,36.8644,-6.3454,-0.0243,1.3071,0.0000,0.0000,5.8660,1.3380,-0.1513,0.0000,1.4893,0.0000,1.4893,0.4949,0.9944,0.0000,0.9944,-0.0068,1.0012,0.0000,0.8428,0.8376,-0.6792,0.9214,1915.3375,1915.3375,1915.3375,1915.3375,1915.3375 +31.5000,1.0000,13.1656,4.8280,4.4260,0.2233,0.0000,2,600.0000,172.0349,586.7144,-100.9497,10.8093,36.8644,-6.3429,0.0000,4.9755,0.0000,0.0000,5.8337,4.5931,-0.2178,0.0000,4.8109,0.0000,4.8109,0.5268,4.2842,0.0000,4.2842,0.0266,4.2576,0.0000,0.7117,0.8916,2.6543,0.9546,2573.7147,2573.7147,2573.7147,2573.7147,2573.7147 +32.5000,1.0000,14.7229,5.6065,5.2300,0.2092,0.0000,2,600.0000,176.6258,586.7144,-100.9497,11.0977,36.8644,-6.3429,0.0000,5.2904,0.0000,0.0000,5.8073,4.9575,-0.2517,0.0000,5.2092,0.0000,5.2092,0.6117,4.5975,0.0000,4.5975,0.0289,4.5686,0.0000,0.6464,1.0354,2.8868,0.9436,2625.6383,2625.6383,2625.6383,2625.6383,2625.6383 +33.5000,1.0000,16.3857,5.9860,5.9830,0.0017,0.0000,2,610.1970,136.0561,576.9098,-99.8560,8.6939,36.8644,-6.3808,0.3821,2.3499,0.0000,0.0000,5.9619,2.3880,-0.2116,0.0000,2.5996,0.0000,2.5996,0.6531,1.9465,0.0000,1.9465,0.0002,1.9463,0.0000,0.8162,1.1055,0.0246,0.9323,2196.7222,2196.7222,2196.7222,2196.7222,2196.7222 +34.5000,1.0000,18.0233,5.8955,5.9890,-0.0519,0.0000,2,616.9605,112.5129,570.5854,-99.1306,7.2692,36.8644,-6.4046,-0.1301,1.4541,0.0000,0.0000,5.9452,1.4693,-0.2107,0.0000,1.6800,0.0000,1.6800,0.6432,1.0368,0.0000,1.0368,-0.0076,1.0443,0.0000,0.7094,1.0888,-0.7539,0.9433,1950.3002,1950.3002,1950.3002,1950.3002,1950.3002 +35.5000,1.0000,19.6322,5.7920,5.8020,-0.0056,0.0000,2,607.4615,121.4907,579.5077,-100.1494,7.7284,36.8644,-6.3708,-0.2263,2.0985,0.0000,0.0000,5.8562,2.0812,-0.1999,0.0000,2.2810,0.0000,2.2810,0.6320,1.6491,0.0000,1.6491,-0.0008,1.6499,0.0000,0.6594,1.0696,-0.0792,0.9324,2023.9594,2023.9594,2023.9594,2023.9594,2023.9594 +36.5000,1.0000,21.2472,5.8140,5.7820,0.0178,0.0000,2,600.6980,130.4875,586.0326,-100.8749,8.2083,36.8644,-6.3455,-0.0257,2.3958,0.0000,0.0000,5.8383,2.3799,-0.2053,0.0000,2.5852,0.0000,2.5852,0.6344,1.9508,0.0000,1.9508,0.0025,1.9483,0.0000,0.6202,1.0737,0.2544,0.9214,2105.8618,2105.8618,2105.8618,2105.8618,2105.8618 +37.5000,1.0000,22.9228,6.0320,5.8460,0.1033,0.0000,2,601.1560,155.3716,585.5862,-100.8257,9.7811,36.8644,-6.3473,0.0427,3.8884,0.0000,0.0000,5.8500,3.7793,-0.2423,0.0000,4.0216,0.0000,4.0216,0.6581,3.3635,0.0000,3.3635,0.0154,3.3481,0.0000,0.6998,1.1140,1.5344,0.9435,2388.6459,2388.6459,2388.6459,2388.6459,2388.6459 +38.5000,1.0000,24.7068,6.4225,6.2180,0.1136,0.0000,2,620.5085,170.8130,567.3228,-98.7500,11.0993,36.8644,-6.4167,0.6934,4.3658,0.0000,0.0000,6.0402,4.3551,-0.2686,0.0000,4.6238,0.0000,4.6238,0.7007,3.9230,0.0000,3.9230,0.0180,3.9050,0.0000,0.9227,1.1861,1.7962,0.9432,2620.0872,2620.0872,2620.0872,2620.0872,2620.0872 +39.5000,1.0000,26.5778,6.7355,6.6270,0.0603,0.0000,2,661.8220,154.7667,531.9083,-94.3188,10.7262,36.8644,-6.5368,0.9395,3.5774,0.0000,0.0000,6.2092,3.6437,-0.2657,0.0000,3.9094,0.0000,3.9094,0.7349,3.1745,0.0000,3.1745,0.0100,3.1645,0.0000,0.9211,1.2439,0.9994,0.9332,2559.8585,2559.8585,2559.8585,2559.8585,2559.8585 +40.5000,1.0000,28.5218,6.9985,6.8440,0.0858,0.0000,2,694.2470,152.5483,507.0654,-90.8409,11.0905,36.8644,-6.6043,0.3968,4.2829,0.0000,0.0000,6.4107,4.2466,-0.2884,0.0000,4.5350,0.0000,4.5350,0.7636,3.7714,0.0000,3.7714,0.0148,3.7566,0.0000,0.9854,1.2924,1.4787,0.9601,2629.9365,2629.9365,2629.9365,2629.9365,2629.9365 +41.5000,1.0000,30.5406,7.2675,7.1530,0.0636,0.0000,2,718.3565,130.4107,490.0473,-88.2549,9.8103,36.8644,-6.6391,0.6530,3.9111,0.0000,0.0000,5.2462,3.9298,-0.2924,0.0000,4.2222,0.0000,4.2222,0.7929,3.4293,0.0000,3.4293,0.0114,3.4179,0.0000,0.9377,1.3421,1.1380,0.9386,2450.3216,2450.3216,2450.3216,2450.3216,2450.3216 +42.5000,1.0000,32.6031,7.4250,7.3820,0.0239,0.0000,2,745.7465,113.9157,472.0487,-85.3171,8.8962,36.8644,-6.6628,0.5765,2.9734,0.0000,0.0000,5.3463,3.0062,-0.2795,0.0000,3.2857,0.0000,3.2857,0.8101,2.4756,0.0000,2.4756,0.0044,2.4712,0.0000,0.6633,1.3712,0.4366,0.9527,2344.1530,2344.1530,2344.1530,2344.1530,2344.1530 +43.5000,1.0000,34.6757,7.4615,7.4680,-0.0036,0.0000,2,765.5450,106.3254,459.8406,-83.1935,8.5239,36.8644,-6.6694,0.3390,2.8470,0.0000,0.0000,5.3379,2.8763,-0.2783,0.0000,3.1546,0.0000,3.1546,0.8141,2.3405,0.0000,2.3405,-0.0007,2.3412,0.0000,1.0295,1.3780,-0.0663,0.9312,2316.4146,2316.4146,2316.4146,2316.4146,2316.4146 +44.5000,1.0000,36.7428,7.4415,7.4550,-0.0075,0.0000,2,768.1010,95.1589,458.3103,-82.9194,7.6541,36.8644,-6.6696,-0.2195,2.5390,0.0000,0.0000,5.3347,2.5282,-0.2756,0.0000,2.8038,0.0000,2.8038,0.8119,1.9919,0.0000,1.9919,-0.0014,1.9932,0.0000,0.7564,1.3743,-0.1374,0.9429,2184.8429,2184.8429,2184.8429,2184.8429,2184.8429 +45.5000,1.0000,38.8010,7.4095,7.4280,-0.0103,0.0000,2,766.2320,99.1282,459.4283,-83.1198,7.9540,36.8644,-6.6695,0.1310,2.4647,0.0000,0.0000,5.3583,2.4798,-0.2745,0.0000,2.7543,0.0000,2.7543,0.8084,1.9459,0.0000,1.9459,-0.0019,1.9477,0.0000,0.7668,1.3684,-0.1875,0.9648,2234.7295,2234.7295,2234.7295,2234.7295,2234.7295 +46.5000,1.0000,40.8528,7.3865,7.3910,-0.0025,0.0000,2,768.2540,103.3453,458.2191,-82.9030,8.3143,36.8644,-6.6697,-0.0360,2.9959,0.0000,0.0000,5.3544,2.9947,-0.2777,0.0000,3.2724,0.0000,3.2724,0.8059,2.4665,0.0000,2.4665,-0.0005,2.4670,0.0000,1.1483,1.3641,-0.0455,0.9539,2290.6610,2290.6610,2290.6610,2290.6610,2290.6610 +47.5000,1.0000,42.9071,7.3955,7.3820,0.0075,0.0000,2,764.5155,103.4034,460.4598,-83.3039,8.2785,36.8644,-6.6693,-0.1397,3.0938,0.0000,0.0000,5.3243,3.0762,-0.2798,0.0000,3.3559,0.0000,3.3559,0.8069,2.5490,0.0000,2.5490,0.0014,2.5477,0.0000,1.0454,1.3658,0.1365,0.9759,2280.3449,2280.3449,2280.3449,2280.3449,2280.3449 +48.5000,1.0000,44.9547,7.3715,7.4090,-0.0208,0.0000,2,762.7225,101.2569,461.5422,-83.4963,8.0876,36.8644,-6.6690,0.0554,2.6932,0.0000,0.0000,5.3391,2.7111,-0.2712,0.0000,2.9823,0.0000,2.9823,0.8043,2.1780,0.0000,2.1780,-0.0038,2.1818,0.0000,1.1985,1.3613,-0.3780,0.9646,2250.8062,2250.8062,2250.8062,2250.8062,2250.8062 +49.5000,1.0000,46.9894,7.3250,7.3340,-0.0050,0.0000,2,758.8695,103.0255,463.8856,-83.9095,8.1873,36.8644,-6.6682,-0.2347,3.1089,0.0000,0.0000,5.3130,3.0921,-0.2773,0.0000,3.3694,0.0000,3.3694,0.7992,2.5701,0.0000,2.5701,-0.0009,2.5711,0.0000,1.3085,1.3527,-0.0902,0.9534,2259.5003,2259.5003,2259.5003,2259.5003,2259.5003 +50.5000,1.0000,49.0206,7.3120,7.3160,-0.0022,0.0000,2,753.8340,105.1518,466.9843,-84.4496,8.3008,36.8644,-6.6666,0.0000,3.0192,0.0000,0.0000,5.2816,3.0209,-0.2753,0.0000,3.2961,0.0000,3.2961,0.7978,2.4983,0.0000,2.4983,-0.0004,2.4987,0.0000,1.1884,1.3503,-0.0400,0.9642,2268.7702,2268.7702,2268.7702,2268.7702,2268.7702 +51.5000,1.0000,51.0408,7.2730,7.3080,-0.0194,0.0000,2,752.8420,99.0014,467.5996,-84.5560,7.8050,36.8644,-6.6662,-0.0459,2.5740,0.0000,0.0000,5.2768,2.5831,-0.2666,0.0000,2.8496,0.0000,2.8496,0.7935,2.0561,0.0000,2.0561,-0.0035,2.0596,0.0000,1.0646,1.3431,-0.3481,0.9531,2193.6613,2193.6613,2193.6613,2193.6613,2193.6613 +52.5000,1.0000,52.9194,6.7630,7.2380,-0.2639,0.0000,2,747.1580,42.9029,471.1569,-85.1657,3.3568,36.8644,-6.6636,-0.2153,-1.6862,0.0000,0.0000,5.2583,-1.8022,-0.2842,0.0000,-1.5180,0.0000,-1.5180,0.7379,-2.2559,0.0000,-2.2559,-0.0440,-2.2119,0.0000,0.9324,1.2490,-4.3933,0.9638,1394.4043,1394.4043,1394.4043,1394.4043,1394.4043 +53.5000,1.0000,54.6232,6.1335,6.2880,-0.0858,0.0000,2,706.2640,58.6096,498.4377,-89.5519,4.3348,36.8644,-6.6232,-1.5702,0.9931,0.0000,0.0000,4.9118,0.9666,-0.2268,0.0000,1.1933,0.0000,1.1933,0.6692,0.5241,0.0000,0.5241,-0.0130,0.5371,0.0000,0.7004,1.1327,-1.2960,0.9493,1493.4894,1493.4894,1493.4894,1493.4894,1493.4894 +54.5000,1.0000,56.2435,5.8330,5.9790,-0.0811,0.0000,2,642.4050,71.5782,547.9855,-96.4014,4.8152,36.8644,-6.4852,-1.0911,1.1103,0.0000,0.0000,4.7961,1.0897,-0.2115,0.0000,1.3012,0.0000,1.3012,0.6364,0.6648,0.0000,0.6648,-0.0117,0.6765,0.0000,0.7639,1.0772,-1.1647,0.9432,1516.0687,1516.0687,1516.0687,1516.0687,1516.0687 +55.5000,1.0000,57.8371,5.7370,5.6870,0.0278,0.0000,2,607.5380,115.9039,579.4348,-100.1412,7.3739,36.8644,-6.3711,-0.2690,2.9063,0.0000,0.0000,4.7366,2.8470,-0.2123,0.0000,3.0593,0.0000,3.0593,0.6260,2.4334,0.0000,2.4334,0.0039,2.4294,0.0000,0.9777,1.0595,0.3923,0.9213,1960.9967,1960.9967,1960.9967,1960.9967,1960.9967 +56.5000,1.0000,59.4224,5.7070,5.7870,-0.0444,0.0000,2,600.2135,105.0045,586.5057,-100.9268,6.6000,36.8644,-6.3437,-0.0042,1.8627,0.0000,0.0000,4.7415,1.8888,-0.1978,0.0000,2.0867,0.0000,2.0867,0.6227,1.4640,0.0000,1.4640,-0.0063,1.4702,0.0000,1.0407,1.0539,-0.6244,0.9436,1816.2278,1816.2278,1816.2278,1816.2278,1816.2278 +57.5000,1.0000,60.9322,5.4355,5.6270,-0.1064,0.0000,2,600.0495,85.5571,586.6660,-100.9444,5.3762,36.8644,-6.3430,-0.0018,0.6879,0.0000,0.0000,4.6901,0.7130,-0.1970,0.0000,0.9100,0.0000,0.9100,0.5931,0.3169,0.0000,0.3169,-0.0143,0.3312,0.0000,0.7509,1.0038,-1.4235,0.9325,1615.7723,1615.7723,1615.7723,1615.7723,1615.7723 +58.5000,1.0000,62.3318,5.0385,5.2440,-0.1142,0.0000,2,600.5075,88.2909,586.2185,-100.8953,5.5522,36.8644,-6.3448,0.0187,0.6344,0.0000,0.0000,4.8990,0.6620,-0.1798,0.0000,0.8417,0.0000,0.8417,0.5497,0.2920,0.0000,0.2920,-0.0142,0.3062,0.0000,0.7917,0.9305,-1.4160,0.9436,1643.3123,1643.3123,1643.3123,1643.3123,1643.3123 +59.5000,1.0000,63.5126,4.2510,4.8330,-0.3233,0.0000,2,601.0150,50.8358,585.7235,-100.8409,3.1995,36.8644,-6.3467,0.0000,-1.6632,0.0000,0.0000,4.8628,-1.9271,-0.1713,0.0000,-1.7558,0.0000,-1.7558,0.4638,-2.2196,0.0000,-2.2196,-0.0339,-2.1857,0.0000,0.4128,0.7851,-3.3835,0.9325,1272.2245,1272.2245,1272.2245,1272.2245,1272.2245 +60.5000,1.0000,64.4635,3.4230,3.6690,-0.1367,0.0000,1,600.5075,72.5395,586.2185,-100.8953,4.5616,36.8644,-6.3448,-0.0187,-0.3113,0.0000,0.0000,4.8917,-0.3351,-0.2343,0.0000,-0.1008,0.0000,-0.1008,0.3735,-0.4743,0.0000,-0.4743,-0.0115,-0.4628,0.0000,0.0567,0.6321,-1.1516,0.9325,1487.0588,1487.0588,1487.0588,1487.0588,1487.0588 +61.5000,1.0000,65.2910,2.9790,3.1770,-0.1100,0.0000,1,600.7360,73.4937,585.9956,-100.8708,4.6234,36.8644,-6.3457,0.0272,-0.1252,0.0000,0.0000,4.7214,-0.1342,-0.1966,0.0000,0.0623,0.0000,0.0623,0.3250,-0.2627,0.0000,-0.2627,-0.0081,-0.2546,0.0000,0.0019,0.5501,-0.8067,0.9436,1496.7346,1496.7346,1496.7346,1496.7346,1496.7346 +62.5000,1.0000,66.0639,2.7825,2.7810,0.0008,0.0000,1,601.0145,84.5121,585.7240,-100.8409,5.3190,36.8644,-6.3467,-0.0169,0.6505,0.0000,0.0000,4.6855,0.6496,-0.1736,0.0000,0.8232,0.0000,0.8232,0.3036,0.5196,0.0000,0.5196,0.0001,0.5196,0.0000,0.0000,0.5139,0.0057,0.9325,1606.2938,1606.2938,1606.2938,1606.2938,1606.2938 +63.5000,1.0000,66.8740,2.9165,2.7840,0.0736,0.0000,1,600.2785,93.0013,586.4422,-100.9199,5.8462,36.8644,-6.3439,-0.0103,1.2678,0.0000,0.0000,4.5886,1.2121,-0.1785,0.0000,1.3906,0.0000,1.3906,0.3182,1.0724,0.0000,1.0724,0.0053,1.0671,0.0000,0.0000,0.5386,0.5285,0.9104,1689.8288,1689.8288,1689.8288,1689.8288,1689.8288 +64.5000,1.0000,67.7031,2.9845,3.0490,-0.0358,0.0000,1,613.5155,87.5910,573.7893,-99.5001,5.6275,36.8644,-6.3926,0.5092,0.4014,0.0000,0.0000,4.7168,0.4193,-0.1916,0.0000,0.6109,0.0000,0.6109,0.3256,0.2853,0.0000,0.2853,-0.0026,0.2879,0.0000,0.0000,0.5512,-0.2633,0.9102,1648.3367,1648.3367,1648.3367,1648.3367,1648.3367 +65.5000,1.0000,68.6744,3.4970,2.9200,0.3206,0.0000,1,613.5155,130.1369,573.7893,-99.5001,8.3609,36.8644,-6.3926,-0.5092,4.2553,0.0000,0.0000,4.6149,3.5722,-0.2423,0.0000,3.8145,0.0000,3.8145,0.3816,3.4329,0.0000,3.4329,0.0276,3.4053,0.0000,0.0000,0.6458,2.7595,0.9212,2139.5160,2139.5160,2139.5160,2139.5160,2139.5160 +66.5000,1.0000,70.0569,4.9770,4.0740,0.5017,0.0000,2,600.0000,212.9606,586.7144,-100.9497,13.3807,36.8644,-6.3429,0.0000,8.7641,0.0000,0.0000,4.6166,7.4182,-0.2816,0.0000,7.6997,0.0000,7.6997,0.5728,7.1270,0.0000,7.1270,0.0616,7.0654,0.0000,0.0000,0.9191,6.1463,0.9325,3057.8399,3057.8399,3057.8399,3057.8399,3057.8399 +67.5000,1.0000,71.8329,6.3935,5.8800,0.2853,0.0000,2,613.0195,182.9633,574.2536,-99.5533,11.7454,36.8644,-6.3908,0.4901,6.4625,0.0000,0.0000,4.7928,6.1091,-0.3041,0.0000,6.4132,0.0000,6.4132,0.6976,5.7156,0.0000,5.7156,0.0450,5.6706,0.0000,0.0000,1.1807,4.4899,0.9434,2735.5276,2735.5276,2735.5276,2735.5276,2735.5276 +68.5000,1.0000,73.9839,7.7435,6.9070,0.4647,0.0000,2,671.9690,259.1333,523.8763,-93.2304,18.2348,36.8644,-6.5605,1.8954,11.2038,0.0000,0.0000,5.1356,10.8026,-0.4549,0.0000,11.2576,0.0000,11.2576,0.8803,10.3773,0.0000,10.3773,0.0887,10.2885,0.0000,0.0000,1.4300,8.8585,0.9341,3930.3382,3930.3382,3930.3382,3930.3382,3930.3382 +69.5000,1.0000,76.4307,8.8085,8.5800,0.1269,0.0000,2,807.6600,176.2933,462.8033,-78.9502,14.9105,39.1430,-6.6774,4.4521,4.6059,0.0000,0.0000,5.8525,4.9884,-0.3796,0.0000,5.3680,0.0000,5.3680,0.9611,4.4069,0.0000,4.4069,0.0276,4.3793,0.0000,0.0000,1.6267,2.7526,0.9460,3365.5970,3365.5970,3365.5970,3365.5970,3365.5970 +70.5000,1.0000,79.1682,9.8550,9.0370,0.4544,0.0000,2,916.8765,223.6664,480.7379,-71.3819,21.4753,46.1581,-6.8537,1.0955,14.2820,0.0000,0.0000,6.0979,13.4672,-0.6045,0.0000,14.0716,0.0000,14.0716,1.1166,12.9551,0.0000,12.9551,0.1104,12.8447,0.0000,0.0000,1.8200,11.0247,0.9576,4546.1374,4546.1374,4546.1374,4546.1374,4546.1374 +71.5000,1.0000,82.3100,11.3105,10.6730,0.3542,0.0000,2,1027.6570,234.1016,544.3547,-68.6066,25.1931,58.5813,-7.3832,5.7635,12.2505,0.0000,0.0000,7.1791,12.6274,-0.6596,0.0000,13.2870,0.0000,13.2870,1.2385,12.0485,0.0000,12.0485,0.0988,11.9497,0.0000,0.0000,2.0888,9.8609,0.9830,5292.8324,5292.8324,5292.8324,5292.8324,5292.8324 +72.5000,1.0000,85.9635,13.1525,11.9480,0.6692,0.0000,2,1180.1325,309.2961,580.1128,-78.5651,38.2238,71.6922,-9.7093,4.4318,25.8336,0.0000,0.0000,7.9585,24.8925,-1.0162,0.0000,25.9087,0.0000,25.9087,1.5971,24.3116,0.0000,24.3116,0.2170,24.0946,0.0000,0.0000,2.4289,21.6657,1.0321,7767.7171,7767.7171,7767.7171,7767.7171,7767.7171 +73.5000,1.0000,90.3151,15.6660,14.3570,0.7272,0.0000,2,1360.0745,362.7826,645.5478,-89.2440,51.6699,91.9432,-12.7107,9.9219,31.7296,0.0000,0.0000,10.0185,31.8404,-1.3153,0.0000,33.1557,0.0000,33.1557,1.9367,31.2189,0.0000,31.2189,0.2809,30.9381,0.0000,0.0000,2.8931,28.0449,1.0435,10416.6154,10416.6154,10416.6154,10416.6154,10416.6154 +74.5000,1.0000,95.4446,18.4660,16.9750,0.8283,0.0000,2,1637.0640,412.2837,721.6156,-104.7934,70.6790,123.7087,-17.9650,15.9042,41.4621,0.0000,0.0000,13.3127,42.0718,-1.7228,0.0000,43.7946,0.0000,43.7946,2.3536,41.4410,0.0000,41.4410,0.3771,41.0639,0.0000,0.0000,3.4102,37.6537,1.1319,14260.1894,14260.1894,14260.1894,14260.1894,14260.1894 +75.5000,1.0000,101.1586,20.5705,19.9570,0.3408,0.0000,2,1955.1765,283.5610,793.4775,-116.4269,58.0579,162.4610,-23.8379,19.2008,20.9515,0.0000,0.0000,17.9056,22.0088,-1.4664,0.0000,23.4751,0.0000,23.4751,2.2444,21.2307,0.0000,21.2307,0.1729,21.0579,0.0000,0.0000,3.7989,17.2590,1.1791,12310.9550,12310.9550,12310.9550,12310.9550,12310.9550 +76.5000,1.0000,106.9885,20.9875,21.1840,-0.1092,0.0000,2,2012.9700,10.7782,793.3821,-119.1038,2.2720,167.2431,-25.1068,-12.6240,-0.8229,0.0000,0.0000,15.7189,-0.7885,-1.2578,0.0000,0.4693,0.0000,0.4693,2.2899,-1.8206,0.0000,-1.8206,-0.0565,-1.7641,0.0000,0.0000,3.8759,-5.6400,1.1957,3799.4135,3799.4135,3799.4135,3799.4135,3799.4135 +77.5000,1.0000,112.7965,20.9090,20.7910,0.0656,0.0000,3,1595.2160,-67.5247,623.2870,-103.1897,-11.2800,104.1205,-17.2379,-30.9205,11.1586,0.0000,0.0000,8.4819,8.9005,-0.6502,0.0000,9.5507,0.0000,9.5507,2.2813,7.2694,0.0000,7.2694,0.0338,7.2356,0.0000,0.0000,3.8614,3.3742,1.1365,737.6996,737.6996,737.6996,737.6996,737.6996 +78.5000,1.0000,118.9022,21.9805,21.0270,0.5297,0.0000,3,1294.9950,346.8168,483.3399,-85.3842,47.0324,65.5465,-11.5791,1.2257,35.4133,0.0000,0.0000,10.3933,34.3449,-1.2169,0.0000,35.5619,0.0000,35.5619,2.5530,33.0089,0.0000,33.0089,0.2871,32.7218,0.0000,0.0000,4.0593,28.6626,1.0681,9522.7989,9522.7989,9522.7989,9522.7989,9522.7989 +79.5000,1.0000,125.6500,24.2920,22.9340,0.7544,0.0000,3,1373.7700,477.9774,671.7418,-90.0562,68.7622,96.6374,-12.9556,5.3456,51.9057,0.0000,0.0000,11.5110,51.4249,-1.6561,0.0000,53.0810,0.0000,53.0810,3.0282,50.0529,0.0000,50.0529,0.4518,49.6010,0.0000,0.0000,4.4861,45.1149,1.0756,13630.4080,13630.4080,13630.4080,13630.4080,13630.4080 +80.5000,1.0000,133.1026,26.8295,25.6500,0.6553,0.0000,3,1515.9460,443.3368,738.4709,-98.4884,70.3795,117.2319,-15.6350,7.3371,49.7988,0.0000,0.0000,13.2436,50.1816,-1.7283,0.0000,51.9100,0.0000,51.9100,3.2438,48.6662,0.0000,48.6662,0.4335,48.2328,0.0000,0.0000,4.9547,43.2780,1.1341,14049.0978,14049.0978,14049.0978,14049.0978,14049.0978 +81.5000,1.0000,141.2226,29.2320,28.0090,0.6794,0.0000,3,1681.7350,455.0803,757.7926,-106.3843,80.1446,133.4555,-18.7354,8.9826,55.8549,0.0000,0.0000,15.3071,56.3846,-1.9569,0.0000,58.3415,0.0000,58.3415,3.5610,54.7806,0.0000,54.7806,0.4897,54.2909,0.0000,0.0000,5.3984,48.8924,1.1423,16076.2497,16076.2497,16076.2497,16076.2497,16076.2497 +82.5000,1.0000,150.1379,32.0950,30.4550,0.9111,0.0000,3,1847.5240,553.9048,788.2265,-112.3818,107.1652,152.5000,-21.7428,8.9420,80.8926,0.0000,0.0000,17.3307,80.2431,-2.5806,0.0000,82.8237,0.0000,82.8237,4.1913,78.6324,0.0000,78.6324,0.7210,77.9115,0.0000,0.0000,5.9272,71.9843,1.1906,21238.1272,21238.1272,21238.1272,21238.1272,21238.1272 +83.5000,1.0000,160.0367,35.6355,33.7350,1.0558,0.0000,3,2039.4065,638.3240,813.1853,-121.1271,136.3244,173.6688,-25.8687,14.1610,101.5763,0.0000,0.0000,20.5871,101.7798,-3.1983,0.0000,104.9781,0.0000,104.9781,4.8489,100.1292,0.0000,100.1292,0.9276,99.2016,0.0000,0.0000,6.5810,92.6206,1.2151,27088.2430,27088.2430,27088.2430,27088.2430,27088.2430 +84.5000,1.0000,170.8932,39.0835,37.5360,0.8597,0.0000,3,2272.5645,552.7974,764.7463,-137.5519,131.5560,181.9962,-32.7349,16.7596,91.4383,0.0000,0.0000,23.3581,92.6036,-3.1848,0.0000,95.7884,0.0000,95.7884,5.0278,90.7605,0.0000,90.7605,0.8284,89.9321,0.0000,0.0000,7.2178,82.7143,1.2442,26799.9048,26799.9048,26799.9048,26799.9048,26799.9048 +85.5000,1.0000,182.1988,40.7000,40.6310,0.0383,0.0000,4,2446.3265,176.4991,677.2257,-145.8192,45.2153,173.4908,-37.3558,8.0634,14.5695,0.0000,0.0000,22.5824,14.8640,-0.9721,0.0000,15.8361,0.0000,15.8361,4.4407,11.3954,0.0000,11.3954,0.0385,11.3569,0.0000,0.0000,7.5163,3.8406,1.2723,10993.3795,10993.3795,10993.3795,10993.3795,10993.3795 +86.5000,1.0000,193.4525,40.5135,40.7690,-0.1419,0.0000,4,2056.0005,-122.3971,787.9400,-122.3971,-26.3526,169.6465,-26.3526,-56.0597,17.1895,0.0000,0.0000,12.5177,13.5629,-0.9402,0.0000,14.5031,0.0000,14.5031,4.4203,10.0828,16.8989,-6.8162,-0.1418,-6.6744,0.0000,0.0000,7.4818,-14.1562,1.1897,0.0000,0.0000,0.0000,0.0000,0.0000 +87.5000,1.0000,204.7665,40.7305,40.2580,0.2625,0.0000,4,1619.8595,285.9237,580.9141,-104.1807,48.5016,98.5412,-17.6723,0.7817,37.3620,0.0000,0.0000,10.3579,37.1127,-1.4364,0.0000,38.5491,0.0000,38.5491,4.4440,34.1051,0.0000,34.1051,0.2636,33.8415,0.0000,0.0000,7.5219,26.3195,1.1412,10069.2010,10069.2010,10069.2010,10069.2010,10069.2010 +88.5000,1.0000,216.3314,41.6335,41.2030,0.2392,0.0000,4,1643.0915,272.8830,717.2114,-105.0081,46.9534,123.4064,-18.0681,1.5512,35.5957,0.0000,0.0000,9.8064,35.5611,-1.4273,0.0000,36.9884,0.0000,36.9884,4.5425,32.4458,0.0000,32.4458,0.2455,32.2003,0.0000,0.0000,7.6887,24.5117,1.1456,9799.2008,9799.2008,9799.2008,9799.2008,9799.2008 +89.5000,1.0000,228.1392,42.5080,42.0640,0.2467,0.0000,4,1669.4515,274.0180,719.3129,-105.9468,47.9051,125.7535,-18.5221,1.1264,37.2185,0.0000,0.0000,9.5602,37.0762,-1.4818,0.0000,38.5580,0.0000,38.5580,4.6380,33.9200,0.0000,33.9200,0.2585,33.6615,0.0000,0.0000,7.8502,25.8113,1.1255,10025.9151,10025.9151,10025.9151,10025.9151,10025.9151 +90.5000,1.0000,240.1806,43.3490,42.9520,0.2206,0.0000,4,1711.3375,265.8153,728.7305,-107.4385,47.6370,130.5964,-19.2541,3.2474,34.7385,0.0000,0.0000,9.6511,35.0448,-1.4618,0.0000,36.5066,0.0000,36.5066,4.7297,31.7769,0.0000,31.7769,0.2357,31.5411,0.0000,0.0000,8.0055,23.5357,1.1379,10022.8985,10022.8985,10022.8985,10022.8985,10022.8985 +91.5000,1.0000,252.5203,44.4230,43.7460,0.3761,0.0000,4,1752.4225,348.1307,736.7897,-108.9017,63.8866,135.2107,-19.9849,1.0961,53.2809,0.0000,0.0000,9.5095,52.7862,-1.8604,0.0000,54.6465,0.0000,54.6465,4.9013,49.7452,0.0000,49.7452,0.4119,49.3333,0.0000,0.0000,8.2038,41.1295,1.1781,13066.1543,13066.1543,13066.1543,13066.1543,13066.1543 +92.5000,1.0000,265.2561,45.8490,45.1000,0.4161,0.0000,4,1788.7390,381.8770,763.7959,-110.1950,71.5318,143.0714,-20.6413,2.8704,59.1013,0.0000,0.0000,9.5601,59.0008,-2.0292,0.0000,61.0300,0.0000,61.0300,5.1281,55.9019,0.0000,55.9019,0.4704,55.4315,0.0000,0.0000,8.4672,46.9644,1.1758,14570.6017,14570.6017,14570.6017,14570.6017,14570.6017 +93.5000,1.0000,278.5144,47.7300,46.5980,0.6289,0.0000,4,1847.4480,519.3545,779.8236,-112.3789,100.4766,150.8680,-21.7413,3.6961,87.0306,0.0000,0.0000,9.7498,86.5135,-2.6556,0.0000,89.1691,0.0000,89.1691,5.7230,83.4461,0.0000,83.4461,0.7401,82.7061,0.0000,0.0000,8.8146,73.8915,1.1791,20053.3431,20053.3431,20053.3431,20053.3431,20053.3431 +94.5000,1.0000,292.3449,49.7895,48.8620,0.5153,0.0000,4,1922.4080,451.7533,810.7656,-115.1956,90.9443,163.2185,-23.1905,5.0035,75.9817,0.0000,0.0000,9.9591,76.2366,-2.5016,0.0000,78.7383,0.0000,78.7383,5.7558,72.9825,0.0000,72.9825,0.6325,72.3500,0.0000,0.0000,9.1949,63.1551,1.1791,18385.4269,18385.4269,18385.4269,18385.4269,18385.4269 +95.5000,1.0000,306.5069,50.9835,50.7170,0.1481,0.0000,4,2018.6160,228.8052,808.3905,-119.5359,48.3669,170.8848,-25.2686,6.6725,31.4565,0.0000,0.0000,10.2378,32.1274,-1.6185,0.0000,33.7458,0.0000,33.7458,5.5627,28.1831,0.0000,28.1831,0.1861,27.9970,0.0000,0.0000,9.4154,18.5816,1.1683,10597.9039,10597.9039,10597.9039,10597.9039,10597.9039 +96.5000,1.0000,320.7618,51.3175,51.2500,0.0375,0.0000,5,1981.6510,90.2847,784.8369,-117.4217,18.7357,162.8678,-24.3671,-11.0488,20.2140,0.0000,0.0000,9.5705,19.2625,-0.5984,0.0000,19.8609,0.0000,19.8609,5.5991,14.2618,0.0000,14.2618,0.0474,14.2143,0.0000,0.0000,9.4771,4.7372,1.3184,5543.8246,5543.8246,5543.8246,5543.8246,5543.8246 +97.5000,1.0000,335.2460,52.1430,51.3850,0.4211,0.0000,5,1644.2740,379.2648,667.3897,-105.0502,65.3048,114.9165,-18.0884,-24.8993,82.5956,0.0000,0.0000,7.6086,69.2030,-0.8630,0.0000,70.0661,0.0000,70.0661,5.8419,64.2242,0.0000,64.2242,0.5414,63.6828,0.0000,0.0000,9.6295,54.0533,1.2808,13245.7902,13245.7902,13245.7902,13245.7902,13245.7902 +98.5000,1.0000,350.1404,53.6200,52.9010,0.3994,0.0000,5,1426.1460,521.1981,724.0943,-93.1625,77.8387,108.1403,-13.9134,2.4924,67.7997,0.0000,0.0000,7.5466,68.2376,-0.8807,0.0000,69.1182,0.0000,69.1182,5.9634,63.1548,0.0000,63.1548,0.5281,62.6268,0.0000,0.0000,9.9023,52.7245,1.2175,15320.5550,15320.5550,15320.5550,15320.5550,15320.5550 +99.5000,1.0000,365.4440,55.0930,54.3390,0.4189,0.0000,5,1467.5745,532.8029,756.3138,-95.6196,81.8833,116.2334,-14.6952,1.1690,73.1442,0.0000,0.0000,7.5701,72.7944,-0.9266,0.0000,73.7210,0.0000,73.7210,6.1678,67.5533,0.0000,67.5533,0.5690,66.9843,0.0000,0.0000,10.1743,56.8100,1.2378,16078.5903,16078.5903,16078.5903,16078.5903,16078.5903 +100.5000,1.0000,381.0646,56.2340,55.8470,0.2150,0.0000,5,1509.7660,351.8639,766.6933,-98.1219,55.6305,121.2160,-15.5133,2.7093,45.2128,0.0000,0.0000,7.7085,45.7728,-0.8082,0.0000,46.5810,0.0000,46.5810,6.1356,40.4454,0.0000,40.4454,0.2981,40.1473,0.0000,0.0000,10.3850,29.7623,1.2583,11316.5828,11316.5828,11316.5828,11316.5828,11316.5828 +101.5000,1.0000,396.9343,57.1310,56.6210,0.2833,0.0000,5,1536.7745,398.8417,713.0256,-99.7237,64.1859,114.7477,-16.0486,-0.2088,56.7385,0.0000,0.0000,7.6562,56.1555,-0.8750,0.0000,57.0305,0.0000,57.0305,6.2334,50.7971,0.0000,50.7971,0.3991,50.3980,0.0000,0.0000,10.5507,39.8473,1.2384,12951.7629,12951.7629,12951.7629,12951.7629,12951.7629 +102.5000,1.0000,413.0978,58.1885,57.6410,0.3042,0.0000,5,1556.4965,428.6943,733.2673,-100.8934,69.8754,119.5196,-16.4452,2.0966,59.9098,0.0000,0.0000,7.8690,60.1877,-0.9125,0.0000,61.1002,0.0000,61.1002,6.3488,54.7514,0.0000,54.7514,0.4364,54.3150,0.0000,0.0000,10.7460,43.5690,1.2672,13980.4991,13980.4991,13980.4991,13980.4991,13980.4991 +103.5000,1.0000,429.5481,59.2210,58.7360,0.2694,0.0000,5,1592.3170,391.9614,748.8090,-103.0178,65.3584,124.8617,-17.1779,1.3579,56.1331,0.0000,0.0000,7.8674,56.1627,-0.9091,0.0000,57.0718,0.0000,57.0718,6.4615,50.6103,0.0000,50.6103,0.3934,50.2169,0.0000,0.0000,10.9367,39.2802,1.1861,13216.3701,13216.3701,13216.3701,13216.3701,13216.3701 +104.5000,1.0000,446.2536,60.1400,59.7060,0.2411,0.0000,5,1618.6390,366.0312,743.1487,-104.1373,62.0436,125.9663,-17.6516,1.2362,52.7889,0.0000,0.0000,8.0185,52.8134,-0.9075,0.0000,53.7208,0.0000,53.7208,6.5617,47.1591,0.0000,47.1591,0.3575,46.8016,0.0000,0.0000,11.1064,35.6952,1.2591,12602.8535,12602.8535,12602.8535,12602.8535,12602.8535 +105.5000,1.0000,463.1768,60.9235,60.5740,0.1942,0.0000,5,1639.7725,322.7364,739.6366,-104.8899,55.4192,127.0079,-18.0113,0.8758,46.4414,0.0000,0.0000,8.1020,46.4214,-0.8884,0.0000,47.3098,0.0000,47.3098,6.6472,40.6625,0.0000,40.6625,0.2916,40.3709,0.0000,0.0000,11.2511,29.1198,1.2521,11396.0126,11396.0126,11396.0126,11396.0126,11396.0126 +106.5000,1.0000,480.2853,61.5905,61.2730,0.1764,0.0000,5,1663.4620,308.9025,731.8541,-105.7335,53.8100,127.4870,-18.4185,1.5315,44.0478,0.0000,0.0000,8.2307,44.2168,-0.8885,0.0000,45.1054,0.0000,45.1054,6.7200,38.3853,0.0000,38.3853,0.2678,38.1175,0.0000,0.0000,11.3742,26.7433,1.2732,11131.6592,11131.6592,11131.6592,11131.6592,11131.6592 +107.5000,1.0000,497.6007,62.3355,61.9080,0.2375,0.0000,5,1680.2850,357.7367,731.9570,-106.3326,62.9470,128.7944,-18.7102,0.1889,54.4829,0.0000,0.0000,8.2751,54.1708,-0.9515,0.0000,55.1223,0.0000,55.1223,6.8013,48.3210,0.0000,48.3210,0.3650,47.9560,0.0000,0.0000,11.5118,36.4442,1.2784,12855.5230,12855.5230,12855.5230,12855.5230,12855.5230 +108.5000,1.0000,515.1258,63.0905,62.7630,0.1819,0.0000,5,1697.2225,315.5122,748.3962,-106.9358,56.0768,133.0145,-19.0060,1.5745,46.1325,0.0000,0.0000,8.3698,46.3027,-0.9248,0.0000,47.2275,0.0000,47.2275,6.8837,40.3439,0.0000,40.3439,0.2830,40.0608,0.0000,0.1522,11.6513,28.2574,1.2837,11604.6705,11604.6705,11604.6705,11604.6705,11604.6705 +109.5000,1.0000,532.8013,63.6315,63.4180,0.1186,0.0000,5,1719.8825,254.8220,741.9443,-107.7428,45.8949,133.6284,-19.4051,0.7978,36.6990,0.0000,0.0000,8.3981,36.7369,-0.8859,0.0000,37.6228,0.0000,37.6228,6.9427,30.6801,0.0000,30.6801,0.1861,30.4940,0.0000,0.1636,11.7512,18.5792,1.3170,9694.7969,9694.7969,9694.7969,9694.7969,9694.7969 +110.5000,1.0000,550.5074,63.7420,63.8450,-0.0572,0.0000,5,1732.6240,103.6257,730.2640,-108.1966,18.8018,132.4991,-19.6312,0.5520,9.8498,0.0000,0.0000,8.4000,9.8953,-0.7522,0.0000,10.6475,0.0000,10.6475,6.9548,3.6928,0.0000,3.6928,-0.0899,3.7827,0.0000,0.9899,11.7716,-8.9788,1.3055,4819.9158,4819.9158,4819.9158,4819.9158,4819.9158 +111.5000,1.0000,568.1028,63.3435,63.6390,-0.1642,0.0000,5,1728.6185,5.4331,692.0632,-108.0539,0.9835,125.2776,-19.5600,-0.9759,-6.3430,0.0000,0.0000,8.3024,-6.3388,-0.7550,0.0000,-5.5838,0.0000,-5.5838,6.9113,-12.4951,0.0000,-12.4951,-0.2564,-12.2387,0.0000,1.6619,11.6980,-25.5986,1.3055,2817.4986,2817.4986,2817.4986,2817.4986,2817.4986 +112.5000,1.0000,585.5314,62.7430,63.0480,-0.1694,0.0000,5,1717.9370,13.3035,663.5843,-107.6735,2.3933,119.3801,-19.3707,-0.1570,-5.7243,0.0000,0.0000,8.2746,-5.7473,-0.7428,0.0000,-5.0045,0.0000,-5.0045,6.8458,-11.8503,0.0000,-11.8503,-0.2621,-11.5882,0.0000,2.9959,11.5871,-26.1711,1.3170,2943.3524,2943.3524,2943.3524,2943.3524,2943.3524 +113.5000,1.0000,602.7953,62.1500,62.4380,-0.1600,0.0000,5,1702.2965,17.6952,659.9932,-107.1165,3.1544,117.6531,-19.0950,-1.4795,-3.5571,0.0000,0.0000,8.1910,-3.5440,-0.7268,0.0000,-2.8172,0.0000,-2.8172,6.7811,-9.5983,0.0000,-9.5983,-0.2452,-9.3531,0.0000,3.6482,11.4776,-24.4788,1.3126,2989.4752,2989.4752,2989.4752,2989.4752,2989.4752 +114.5000,1.0000,619.9197,61.6480,61.8620,-0.1189,0.0000,5,1683.2610,63.0233,654.4656,-106.4386,11.1092,115.3631,-18.7620,-0.5048,3.5765,0.0000,0.0000,8.0374,3.5786,-0.7002,0.0000,4.2787,0.0000,4.2787,6.7263,-2.4475,0.0000,-2.4475,-0.1807,-2.2668,0.0000,4.3905,11.3849,-18.0422,1.1701,3810.5408,3810.5408,3810.5408,3810.5408,3810.5408 +115.5000,1.0000,636.9240,61.2155,61.4340,-0.1214,0.0000,5,1672.5795,53.7583,663.3358,-106.0582,9.4159,116.1847,-18.5763,-0.5956,1.8777,0.0000,0.0000,8.1338,1.8779,-0.6968,0.0000,2.5747,0.0000,2.5747,6.6791,-4.1044,0.0000,-4.1044,-0.1832,-3.9212,0.0000,3.0662,11.3050,-18.2924,1.3170,3598.3921,3598.3921,3598.3921,3598.3921,3598.3921 +116.5000,1.0000,653.8208,60.8285,60.9970,-0.0936,0.0000,5,1657.7785,81.4447,655.9586,-105.5311,14.1390,113.8758,-18.3204,-0.9165,7.0320,0.0000,0.0000,8.0235,7.0133,-0.6877,0.0000,7.7010,0.0000,7.7010,6.6369,1.0641,0.0000,1.0641,-0.1404,1.2045,0.0000,3.9883,11.2335,-14.0173,1.2714,4089.3865,4089.3865,4089.3865,4089.3865,4089.3865 +117.5000,1.0000,670.6156,60.4610,60.6600,-0.1106,0.0000,5,1645.7620,79.3250,660.1027,-105.1032,13.6712,113.7646,-18.1139,-0.3046,5.9822,0.0000,0.0000,7.9936,5.9909,-0.6764,0.0000,6.6673,0.0000,6.6673,6.5968,0.0705,0.0000,0.0705,-0.1648,0.2353,0.0000,5.5242,11.1657,-16.4545,1.2813,4011.5572,4011.5572,4011.5572,4011.5572,4011.5572 +118.5000,1.0000,687.2608,59.9230,60.2620,-0.1883,0.0000,5,1636.8735,6.2215,656.7016,-104.7866,1.0664,112.5672,-17.9618,-0.5905,-6.3097,0.0000,0.0000,7.9666,-6.3228,-0.6947,0.0000,-5.6281,0.0000,-5.6281,6.5381,-12.1661,0.0000,-12.1661,-0.2782,-11.8879,0.0000,4.8269,11.0663,-27.7811,1.2785,2600.2103,2600.2103,2600.2103,2600.2103,2600.2103 +119.5000,1.0000,703.7406,59.3270,59.5840,-0.1428,0.0000,5,1628.4810,49.4123,632.3426,-104.4878,8.4265,107.8360,-17.8187,-0.2518,0.7217,0.0000,0.0000,7.9566,0.7238,-0.6669,0.0000,1.3907,0.0000,1.3907,6.4730,-5.0824,0.0000,-5.0824,-0.2088,-4.8735,0.0000,5.0220,10.9562,-20.8517,1.2895,3391.6476,3391.6476,3391.6476,3391.6476,3391.6476 +120.5000,1.0000,720.0758,58.8070,59.0700,-0.1461,0.0000,5,1611.8485,41.1824,640.0361,-103.8954,6.9513,108.0332,-17.5368,-1.3971,0.4738,0.0000,0.0000,7.8746,0.4718,-0.6586,0.0000,1.1304,0.0000,1.1304,6.4163,-5.2859,0.0000,-5.2859,-0.2118,-5.0740,0.0000,5.2173,10.8602,-21.1515,1.2980,3195.2623,3195.2623,3195.2623,3195.2623,3195.2623 +121.5000,1.0000,736.2521,58.2345,58.5440,-0.1719,0.0000,5,1589.9900,16.1059,630.1133,-102.8798,2.6817,104.9160,-17.1298,-0.7561,-4.2888,0.0000,0.0000,7.7266,-4.2907,-0.6608,0.0000,-3.6299,0.0000,-3.6299,6.3538,-9.9838,0.0000,-9.9838,-0.2469,-9.7369,0.0000,4.1575,10.7545,-24.6489,1.2233,2663.0210,2663.0210,2663.0210,2663.0210,2663.0210 +122.5000,1.0000,752.2811,57.7045,57.9250,-0.1225,0.0000,5,1572.2135,60.8312,615.4546,-101.8255,10.0154,101.3296,-16.7647,-0.9686,3.2343,0.0000,0.0000,7.7497,3.2260,-0.6331,0.0000,3.8591,0.0000,3.8591,6.2960,-2.4369,0.0000,-2.4369,-0.1743,-2.2626,0.0000,4.4818,10.6566,-17.4010,1.3129,3449.3742,3449.3742,3449.3742,3449.3742,3449.3742 +123.5000,1.0000,768.1989,57.3040,57.4840,-0.1000,0.0000,5,1563.7450,88.0020,626.8721,-101.3233,14.4108,102.6534,-16.5922,0.1502,6.6001,0.0000,0.0000,7.6605,6.6275,-0.6276,0.0000,7.2551,0.0000,7.2551,6.2523,1.0028,0.0000,1.0028,-0.1413,1.1441,0.0000,4.6678,10.5826,-14.1063,1.2184,3934.2888,3934.2888,3934.2888,3934.2888,3934.2888 +124.5000,1.0000,784.0369,57.0170,57.1240,-0.0594,0.0000,5,1560.0825,117.3110,634.4075,-101.1060,19.1653,103.6441,-16.5178,-0.5007,11.9864,0.0000,0.0000,7.6796,11.9687,-0.6500,0.0000,12.6187,0.0000,12.6187,6.2210,6.3977,0.0000,6.3977,-0.0836,6.4813,0.0000,4.2951,10.5296,-8.3434,1.2681,4638.5557,4638.5557,4638.5557,4638.5557,4638.5557 +125.5000,1.0000,799.7668,56.6275,56.9100,-0.1569,0.0000,5,1551.2320,29.8860,641.2435,-100.5811,4.8548,104.1666,-16.3389,-0.3452,-2.4244,0.0000,0.0000,7.6244,-2.4308,-0.6292,0.0000,-1.8017,0.0000,-1.8017,6.1785,-7.9802,0.0000,-7.9802,-0.2191,-7.7611,0.0000,3.6590,10.4577,-21.8777,1.2536,2818.5126,2818.5126,2818.5126,2818.5126,2818.5126 +126.5000,1.0000,815.3179,55.9840,56.3450,-0.2006,0.0000,5,1533.7225,-2.5021,606.0839,-99.5427,-0.4019,97.3438,-15.9877,-1.3078,-6.6269,0.0000,0.0000,7.5329,-6.6095,-0.6289,0.0000,-5.9806,0.0000,-5.9806,6.1083,-12.0889,0.0000,-12.0889,-0.2768,-11.8121,0.0000,5.4884,10.3389,-27.6394,1.2629,2184.2363,2184.2363,2184.2363,2184.2363,2184.2363 +127.5000,1.0000,830.6318,55.1300,55.6230,-0.2739,0.0000,5,1509.4990,-67.5590,586.2870,-98.1060,-10.6793,92.6769,-15.5080,-0.9583,-17.2419,0.0000,0.0000,7.5209,-17.2783,-0.6414,0.0000,-16.6369,0.0000,-16.6369,6.0151,-22.6520,0.0000,-22.6520,-0.3723,-22.2798,0.0000,4.7090,10.1811,-37.1699,1.3085,614.0806,614.0806,614.0806,614.0806,614.0806 +128.5000,1.0000,845.6607,54.1040,54.6370,-0.2961,0.0000,5,1485.0845,-91.8067,554.1253,-96.6581,-14.2776,86.1763,-15.0320,-1.2838,-20.3119,0.0000,0.0000,7.3181,-20.3196,-0.6334,0.0000,-19.6862,0.0000,-19.6862,5.9032,-25.5894,0.0000,-25.5894,-0.3950,-25.1944,0.0000,4.2518,9.9917,-39.4379,1.2537,10.4269,10.4269,10.4269,10.4269,10.4269 +129.5000,1.0000,860.3788,52.9850,53.5710,-0.3256,0.0000,5,1454.2610,-94.8300,533.5500,-94.8300,-14.4416,81.2543,-14.4416,-1.4956,-20.1094,0.0000,0.0000,7.1634,-20.1001,-0.6154,0.0000,-19.4847,0.0000,-19.4847,5.7811,-25.2658,4.2298,-29.4956,-0.4253,-29.0704,0.0000,3.6073,9.7850,-42.4627,1.2102,0.0000,0.0000,0.0000,0.0000,0.0000 +130.5000,1.0000,874.6990,51.5530,52.3990,-0.4700,0.0650,5,1422.5605,-92.9499,520.7400,-92.9499,-13.8468,77.5747,-13.8468,-1.3063,-19.4633,0.0000,0.0000,6.9229,-19.5800,-0.5916,0.0000,-18.9884,0.0000,-18.9884,5.6248,-24.6133,20.9790,-45.5923,-0.5974,-44.9949,0.8089,4.3216,9.5206,-59.6460,1.1040,0.0000,0.0000,0.0000,0.0000,0.0000 +131.5000,1.0000,888.5231,49.7665,50.7070,-0.5225,0.0780,5,1380.7130,-90.4680,506.4063,-90.4680,-13.0806,73.2202,-13.0806,-2.2804,-17.5186,0.0000,0.0000,6.7184,-17.5082,-0.5573,0.0000,-16.9510,0.0000,-16.9510,5.4299,-22.3809,25.6355,-48.0164,-0.6411,-47.3753,0.9371,6.5077,9.1906,-64.0107,1.0213,0.0000,0.0000,0.0000,0.0000,0.0000 +132.5000,1.0000,901.8917,48.1270,48.8260,-0.3883,0.0780,5,1331.8460,-87.5698,490.7352,-87.5698,-12.2134,68.4431,-12.2134,-1.7972,-17.0511,0.0000,0.0000,6.6349,-17.0170,-0.5313,0.0000,-16.4857,0.0000,-16.4857,5.2510,-21.7367,10.2517,-31.9884,-0.4608,-31.5276,0.9062,4.6851,8.8879,-46.0069,1.0634,0.0000,0.0000,0.0000,0.0000,0.0000 +133.5000,1.0000,915.1421,47.7015,47.4280,0.1519,0.0130,5,1297.4365,309.3934,481.2712,-85.5290,42.0364,65.3890,-11.6206,-0.9909,36.5196,0.0000,0.0000,6.5077,35.9633,-0.6301,0.0000,36.5934,0.0000,36.5934,5.2046,31.3888,0.0000,31.3888,0.1787,31.2101,0.1497,4.4090,8.8093,17.8421,1.0153,8585.7408,8585.7408,8585.7408,8585.7408,8585.7408 +134.5000,1.0000,928.4414,47.8775,47.9750,-0.0542,0.0000,5,1294.9185,128.5334,649.6186,-85.3797,17.4296,88.0906,-11.5778,0.7887,10.0494,0.0000,0.0000,6.5915,10.1470,-0.5022,0.0000,10.6492,0.0000,10.6492,5.2238,5.4254,0.0000,5.4254,-0.0639,5.4893,0.0000,3.0315,8.8418,-6.3840,1.0548,3998.9216,3998.9216,3998.9216,3998.9216,3998.9216 +135.5000,1.0000,941.7108,47.7700,47.7800,-0.0056,0.0000,5,1302.6245,162.5485,574.4451,-85.8367,22.1733,78.3603,-11.7090,-0.1770,15.7711,0.0000,0.0000,6.5793,15.7476,-0.5289,0.0000,16.2765,0.0000,16.2765,5.2121,11.0644,0.0000,11.0644,-0.0065,11.0710,0.0000,2.9023,8.8219,-0.6533,1.0831,4891.3712,4891.3712,4891.3712,4891.3712,4891.3712 +136.5000,1.0000,955.0010,47.8445,47.7600,0.0469,0.0000,5,1298.4285,211.7094,588.2995,-85.5879,28.7864,79.9917,-11.6375,-0.1582,22.3977,0.0000,0.0000,6.5469,22.3240,-0.5632,0.0000,22.8872,0.0000,22.8872,5.2202,17.6670,0.0000,17.6670,0.0554,17.6116,0.0000,3.2470,8.8357,5.5290,1.0688,6114.8350,6114.8350,6114.8350,6114.8350,6114.8350 +137.5000,1.0000,968.3550,48.0745,47.9290,0.0808,0.0000,5,1299.1915,239.2366,608.9319,-85.6331,32.5484,82.8458,-11.6505,0.2191,25.7895,0.0000,0.0000,6.5398,25.7660,-0.5839,0.0000,26.3499,0.0000,26.3499,5.2453,21.1046,0.0000,21.1046,0.0958,21.0088,0.0000,2.5645,8.8782,9.5661,1.0423,6818.8319,6818.8319,6818.8319,6818.8319,6818.8319 +138.5000,1.0000,981.8288,48.5055,48.2200,0.1586,0.0000,5,1311.6655,324.6538,622.2908,-86.3729,44.5936,85.4762,-11.8640,0.7836,37.2455,0.0000,0.0000,6.5645,37.3021,-0.6483,0.0000,37.9505,0.0000,37.9505,5.2923,32.6581,0.0000,32.6581,0.1897,32.4684,0.0000,4.5718,8.9578,18.9389,1.0181,9075.3507,9075.3507,9075.3507,9075.3507,9075.3507 +139.5000,1.0000,995.4864,49.1675,48.7910,0.2092,0.0000,5,1327.1150,365.4100,660.2491,-87.2892,50.7829,91.7582,-12.1310,0.4663,43.6914,0.0000,0.0000,6.6252,43.5463,-0.6894,0.0000,44.2357,0.0000,44.2357,5.3646,38.8712,0.0000,38.8712,0.2536,38.6176,0.0000,4.2213,9.0800,25.3163,1.0479,10220.8859,10220.8859,10220.8859,10220.8859,10220.8859 +140.5000,1.0000,1009.3704,49.9825,49.5440,0.2436,0.0000,5,1344.3195,396.2759,679.7671,-88.3096,55.7865,95.6954,-12.4319,0.9479,48.1588,0.0000,0.0000,6.6797,48.1478,-0.7245,0.0000,48.8723,0.0000,48.8723,5.4535,43.4188,0.0000,43.4188,0.3002,43.1186,0.0000,3.9141,9.2305,29.9740,1.0530,11203.3297,11203.3297,11203.3297,11203.3297,11203.3297 +141.5000,1.0000,1023.5053,50.8855,50.4210,0.2581,0.0000,5,1369.4210,402.2919,695.6130,-89.7983,57.6908,99.7547,-12.8776,1.1453,49.7741,0.0000,0.0000,6.7714,49.8144,-0.7463,0.0000,50.5607,0.0000,50.5607,5.5520,45.0087,0.0000,45.0087,0.3237,44.6849,0.0000,2.9628,9.3973,32.3248,1.0744,11580.6867,11580.6867,11580.6867,11580.6867,11580.6867 +142.5000,1.0000,1037.9613,52.0415,51.3500,0.3842,0.0000,5,1395.5140,519.2585,702.4855,-91.3458,75.8833,102.6597,-13.3491,1.0690,67.9541,0.0000,0.0000,6.8602,67.6625,-0.8537,0.0000,68.5162,0.0000,68.5162,5.8093,62.7069,0.0000,62.7069,0.4929,62.2139,0.0000,3.3880,9.6108,49.2151,1.0679,14937.8056,14937.8056,14937.8056,14937.8056,14937.8056 +143.5000,1.0000,1052.8808,53.7105,52.7330,0.5431,0.0000,5,1431.3725,687.1998,750.9322,-93.4725,103.0064,112.5595,-14.0109,2.0555,93.9457,0.0000,0.0000,7.0052,93.7738,-1.0111,0.0000,94.7849,0.0000,94.7849,6.3567,88.4282,0.0000,88.4282,0.7191,87.7091,0.0000,5.9887,9.9190,71.8014,1.0784,20079.6101,20079.6101,20079.6101,20079.6101,20079.6101 +144.5000,1.0000,1068.3340,55.6315,54.6880,0.5242,0.0000,5,1492.0270,698.3840,813.9957,-97.0698,109.1188,127.1825,-15.1666,3.4149,96.4393,0.0000,0.0000,9.2645,97.1999,-1.0583,0.0000,98.2582,0.0000,98.2582,6.5853,91.6729,0.0000,91.6729,0.7189,90.9539,0.0000,8.8975,10.2738,71.7826,1.1275,21301.8802,21301.8802,21301.8802,21301.8802,21301.8802 +145.5000,1.0000,1084.1985,57.1120,56.5750,0.2983,0.0000,5,1543.0685,490.4890,824.2122,-100.0970,79.2580,133.1842,-16.1746,1.3050,68.5846,0.0000,0.0000,9.3684,68.5521,-0.9373,0.0000,69.4894,0.0000,69.4894,6.2898,63.1996,0.0000,63.1996,0.4201,62.7795,0.0000,10.2895,10.5472,41.9429,1.1267,15738.8480,15738.8480,15738.8480,15738.8480,15738.8480 +146.5000,1.0000,1100.3442,58.1245,57.6490,0.2642,0.0000,5,1561.9135,461.5423,763.9312,-101.2146,75.4913,124.9510,-16.5550,0.4866,65.5900,0.0000,0.0000,9.4147,65.2691,-0.9371,0.0000,66.2062,0.0000,66.2062,6.3418,59.8644,0.0000,59.8644,0.3786,59.4858,0.0000,10.9538,10.7342,37.7978,1.1302,15041.3043,15041.3043,15041.3043,15041.3043,15041.3043 +147.5000,1.0000,1116.7194,58.9510,58.6000,0.1950,0.0000,5,1584.4205,408.5212,758.5293,-102.5495,67.7819,125.8553,-17.0150,1.6963,56.5554,0.0000,0.0000,9.5302,56.8393,-0.9081,0.0000,57.7474,0.0000,57.7474,6.4320,51.3154,0.0000,51.3154,0.2834,51.0319,0.0000,11.8472,10.8868,28.2980,1.1219,13644.2855,13644.2855,13644.2855,13644.2855,13644.2855 +148.5000,1.0000,1133.2300,59.4380,59.3020,0.0756,0.0000,5,1609.2545,316.3700,746.6597,-103.8030,53.3149,125.8276,-17.4930,0.7314,42.9558,0.0000,0.0000,9.6277,43.0549,-0.8465,0.0000,43.9014,0.0000,43.9014,6.4852,37.4162,0.0000,37.4162,0.1107,37.3055,0.0000,15.2737,10.9767,11.0550,1.1392,10977.7904,10977.7904,10977.7904,10977.7904,10977.7904 +149.5000,1.0000,1149.8110,59.6915,59.5740,0.0653,0.0000,5,1615.0910,318.3739,721.2805,-104.0109,53.8472,121.9916,-17.5916,-0.1551,44.3892,0.0000,0.0000,9.6131,44.2591,-0.8568,0.0000,45.1159,0.0000,45.1159,6.5128,38.6031,0.0000,38.6031,0.0961,38.5070,0.0000,17.8915,11.0235,9.5920,1.1403,11082.4406,11082.4406,11082.4406,11082.4406,11082.4406 +150.5000,1.0000,1166.4294,59.8265,59.8090,0.0097,0.0000,5,1621.0040,259.9178,723.0464,-104.2215,44.1213,122.7379,-17.6917,0.7443,33.6992,0.0000,0.0000,9.6778,33.8448,-0.8065,0.0000,34.6512,0.0000,34.6512,6.5275,28.1237,0.0000,28.1237,0.0143,28.1093,0.0000,15.6290,11.0485,1.4318,1.1539,9246.3481,9246.3481,9246.3481,9246.3481,9246.3481 +151.5000,1.0000,1183.0211,59.7300,59.8440,-0.0633,0.0000,5,1623.5980,192.3060,706.3255,-104.3139,32.6964,120.0914,-17.7357,-0.4869,25.6057,0.0000,0.0000,7.5776,25.5775,-0.7631,0.0000,26.3406,0.0000,26.3406,6.5170,19.8236,0.0000,19.8236,-0.0933,19.9169,0.0000,18.1984,11.0307,-9.3122,1.1544,7132.1458,7132.1458,7132.1458,7132.1458,7132.1458 +152.5000,1.0000,1199.5629,59.5505,59.6160,-0.0364,0.0000,5,1618.4860,205.9235,685.1481,-104.1318,34.9015,116.1240,-17.6490,-0.0228,27.3468,0.0000,0.0000,7.5774,27.3731,-0.7692,0.0000,28.1422,0.0000,28.1422,6.4974,21.6448,0.0000,21.6448,-0.0534,21.6982,0.0000,16.0351,10.9975,-5.3344,1.1409,7537.5218,7537.5218,7537.5218,7537.5218,7537.5218 +153.5000,1.0000,1216.0650,59.4075,59.4850,-0.0431,0.0000,5,1613.8705,199.7929,688.1066,-103.9674,33.7658,116.2929,-17.5709,-0.4347,26.6329,0.0000,0.0000,7.5677,26.5952,-0.7629,0.0000,27.3581,0.0000,27.3581,6.4818,20.8763,0.0000,20.8763,-0.0631,20.9393,0.0000,16.2647,10.9711,-6.2965,1.1526,7321.2714,7321.2714,7321.2714,7321.2714,7321.2714 +154.5000,1.0000,1232.4936,59.1430,59.3300,-0.1039,0.0000,5,1610.7425,134.3270,685.4144,-103.8560,22.6578,115.6133,-17.5181,0.1245,14.9758,0.0000,0.0000,7.5575,15.0350,-0.7001,0.0000,15.7351,0.0000,15.7351,6.4530,9.2822,0.0000,9.2822,-0.1515,9.4336,0.0000,13.6366,10.9222,-15.1252,1.1395,5329.5316,5329.5316,5329.5316,5329.5316,5329.5316 +155.5000,1.0000,1248.8147,58.7560,58.9560,-0.1111,0.0000,5,1603.9140,115.7529,663.6714,-103.6129,19.4420,111.4712,-17.4030,-0.7966,12.7329,0.0000,0.0000,7.5056,12.7120,-0.6820,0.0000,13.3940,0.0000,13.3940,6.4107,6.9833,0.0000,6.9833,-0.1610,7.1442,0.0000,12.3643,10.8508,-16.0709,1.1382,4754.2023,4754.2023,4754.2023,4754.2023,4754.2023 +156.5000,1.0000,1265.0128,58.3130,58.5560,-0.1350,0.0000,5,1589.3035,81.4330,653.4031,-102.8391,13.5530,108.7468,-17.1157,-0.6367,6.6980,0.0000,0.0000,7.4917,6.6985,-0.6444,0.0000,7.3428,0.0000,7.3428,6.3624,0.9804,0.0000,0.9804,-0.1941,1.1745,0.0000,9.7844,10.7690,-19.3789,1.1479,3889.7026,3889.7026,3889.7026,3889.7026,3889.7026 +157.5000,1.0000,1281.0510,57.7375,58.0700,-0.1847,0.0000,5,1572.2895,53.3798,636.6681,-101.8300,8.7890,104.8272,-16.7663,-1.0129,2.3927,0.0000,0.0000,7.4092,2.3905,-0.6357,0.0000,3.0262,0.0000,3.0262,6.2996,-3.2734,0.0000,-3.2734,-0.2630,-3.0104,0.0000,12.5815,10.6627,-26.2547,1.1447,3309.4494,3309.4494,3309.4494,3309.4494,3309.4494 +158.5000,1.0000,1296.8543,56.8920,57.4050,-0.2850,0.0000,5,1551.2320,-20.3160,620.1863,-100.5811,-3.3002,100.7459,-16.3389,-1.0066,-9.6409,0.0000,0.0000,7.3473,-9.6623,-0.6515,0.0000,-9.0108,0.0000,-9.0108,6.2074,-15.2182,0.0000,-15.2182,-0.3998,-14.8184,0.0000,14.5891,10.5065,-39.9140,1.1407,1808.3740,1808.3740,1808.3740,1808.3740,1808.3740 +159.5000,1.0000,1312.3876,55.9200,56.3790,-0.2550,0.0000,5,1531.7770,-54.9053,588.2467,-99.4273,-8.8072,94.3591,-15.9489,-0.8361,-15.2063,0.0000,0.0000,7.2352,-15.2432,-0.6493,0.0000,-14.5939,0.0000,-14.5939,6.1013,-20.6952,0.0000,-20.6952,-0.3516,-20.3436,0.0000,4.4317,10.3270,-35.1024,1.1245,958.8275,958.8275,958.8275,958.8275,958.8275 +160.5000,1.0000,1327.6465,54.9320,55.4610,-0.2939,0.0000,5,1510.7960,-98.1830,568.3670,-98.1830,-15.5335,89.9215,-15.5335,-1.1220,-21.5665,0.0000,0.0000,7.1550,-21.6019,-0.6524,0.0000,-20.9496,0.0000,-20.9496,5.9935,-26.9431,2.7557,-29.6988,-0.3980,-29.3007,0.0000,0.2956,10.1446,-39.7409,1.1199,0.0000,0.0000,0.0000,0.0000,0.0000 +161.5000,1.0000,1342.5240,53.5590,54.4030,-0.4689,0.0440,5,1476.9205,-96.1739,539.6729,-96.1739,-14.8745,83.4673,-14.8745,-1.9757,-19.9017,0.0000,0.0000,7.0029,-19.9221,-0.6231,0.0000,-19.2990,0.0000,-19.2990,5.8437,-25.1427,26.8369,-51.9796,-0.6192,-51.3605,0.5689,0.0000,9.8910,-61.8204,1.0928,0.0000,0.0000,0.0000,0.0000,0.0000 +162.5000,1.0000,1356.8608,51.6125,52.7150,-0.6125,0.2960,5,1435.4160,-93.7123,524.6597,-93.7123,-14.0865,78.8650,-14.0865,-1.7385,-19.2626,0.0000,0.0000,6.9146,-19.4126,-0.5916,0.0000,-18.8210,0.0000,-18.8210,5.6313,-24.4523,40.9274,-65.3797,-0.7794,-64.6003,3.6880,0.0000,9.5315,-77.8198,1.0936,0.0000,0.0000,0.0000,0.0000,0.0000 +163.5000,1.0000,1370.6286,49.5640,50.5100,-0.5256,0.8280,5,1384.4130,-90.6874,507.1385,-90.6874,-13.1474,73.5226,-13.1474,-2.6594,-17.2133,0.0000,0.0000,6.7253,-17.1517,-0.5533,0.0000,-16.5984,0.0000,-16.5984,5.4078,-22.0063,23.6993,-45.7056,-0.6422,-45.0634,9.9068,0.0000,9.1529,-64.1231,1.1069,0.0000,0.0000,0.0000,0.0000,0.0000 +164.5000,1.0000,1383.8258,47.5100,48.6180,-0.6156,0.9200,5,1327.2300,-87.2960,488.8897,-87.2960,-12.1330,67.9494,-12.1330,-2.1112,-16.5748,0.0000,0.0000,6.5530,-16.6394,-0.5212,0.0000,-16.1182,0.0000,-16.1182,5.1837,-21.3019,32.0858,-53.3878,-0.7210,-52.6667,10.5513,0.0000,8.7736,-71.9916,1.0621,0.0000,0.0000,0.0000,0.0000,0.0000 +165.5000,1.0000,1396.4597,45.4820,46.4020,-0.5111,0.6230,5,1273.3655,-84.1014,473.2829,-84.1014,-11.2146,63.1106,-11.2146,-2.1866,-15.4232,0.0000,0.0000,6.3952,-15.3959,-0.4884,0.0000,-14.9075,0.0000,-14.9075,4.9624,-19.8699,22.6886,-42.5585,-0.5731,-41.9853,6.8402,0.0000,8.3992,-57.2248,1.0639,0.0000,0.0000,0.0000,0.0000,0.0000 +166.5000,1.0000,1408.6978,44.0570,44.5620,-0.2806,0.2700,5,1218.9670,-80.8752,458.3220,-80.8752,-10.3237,58.5048,-10.3237,-1.9789,-14.5735,0.0000,0.0000,6.2287,-14.4227,-0.4657,0.0000,-13.9570,0.0000,-13.9570,4.8070,-18.7640,0.9602,-19.7242,-0.3047,-19.4194,2.8716,0.0000,8.1362,-30.4273,1.0398,0.0000,0.0000,0.0000,0.0000,0.0000 +167.5000,1.0000,1420.7474,43.3785,43.5520,-0.0964,0.0350,5,1182.3455,62.2912,449.3618,-78.6972,7.7126,55.6377,-9.7439,-0.7396,2.3107,0.0000,0.0000,6.1414,2.3000,-0.4146,0.0000,2.7146,0.0000,2.7146,4.7329,-2.0184,0.0000,-2.0184,-0.1031,-1.9153,0.3665,0.0000,8.0109,-10.2927,1.0325,2449.6032,2449.6032,2449.6032,2449.6032,2449.6032 +168.5000,1.0000,1432.6825,42.9665,43.2050,-0.1325,0.0000,5,1170.6720,33.1746,513.1113,-78.0008,4.0670,62.9036,-9.5623,-0.1070,-1.9430,0.0000,0.0000,6.1169,-1.9513,-0.4194,0.0000,-1.5319,0.0000,-1.5319,4.6880,-6.2199,0.0000,-6.2199,-0.1404,-6.0796,0.0000,0.0000,7.9348,-14.0144,1.0297,1977.2560,1977.2560,1977.2560,1977.2560,1977.2560 +169.5000,1.0000,1444.5224,42.6235,42.7280,-0.0581,0.0000,5,1157.9690,92.8982,496.1546,-77.2430,11.2650,60.1648,-9.3667,-0.7975,6.0041,0.0000,0.0000,6.0584,5.9606,-0.4090,0.0000,6.3696,0.0000,6.3696,4.6506,1.7190,0.0000,1.7190,-0.0610,1.7800,0.0000,0.0000,7.8715,-6.0915,1.0384,2922.1246,2922.1246,2922.1246,2922.1246,2922.1246 +170.5000,1.0000,1456.2682,42.2850,42.5190,-0.1300,0.0000,5,1148.3560,37.5130,521.6355,-76.6696,4.5111,62.7296,-9.2199,0.1130,-1.6426,0.0000,0.0000,6.0407,-1.6540,-0.4092,0.0000,-1.2448,0.0000,-1.2448,4.6136,-5.8584,0.0000,-5.8584,-0.1355,-5.7229,0.0000,0.0000,7.8090,-13.5319,1.0358,2031.8808,2031.8808,2031.8808,2031.8808,2031.8808 +171.5000,1.0000,1467.9221,41.9540,42.0510,-0.0539,0.0000,5,1146.4105,100.3302,494.9499,-76.5536,12.0448,59.4196,-9.1904,-0.2498,6.3072,0.0000,0.0000,5.9874,6.3022,-0.4019,0.0000,6.7042,0.0000,6.7042,4.5775,2.1267,0.0000,2.1267,-0.0557,2.1824,0.0000,0.0000,7.7479,-5.5655,1.0353,3033.0868,3033.0868,3033.0868,3033.0868,3033.0868 +172.5000,1.0000,1479.5771,41.9580,41.8570,0.0561,0.0000,5,1139.2390,197.2058,522.7853,-76.1258,23.5268,62.3687,-9.0819,-0.2535,17.8198,0.0000,0.0000,5.9605,17.7205,-0.4597,0.0000,18.1801,0.0000,18.1801,4.5779,13.6022,0.0000,13.6022,0.0580,13.5441,0.0000,0.0000,7.7486,5.7955,1.0212,5034.7882,5034.7882,5034.7882,5034.7882,5034.7882 +173.5000,1.0000,1491.2826,42.1400,42.0590,0.0450,0.0000,5,1139.1625,191.5141,567.9134,-76.1212,22.8463,67.7480,-9.0807,0.2482,16.6185,0.0000,0.0000,5.9796,16.6383,-0.4566,0.0000,17.0948,0.0000,17.0948,4.5978,12.4970,0.0000,12.4970,0.0468,12.4503,0.0000,0.0000,7.7822,4.6681,1.0212,4903.7803,4903.7803,4903.7803,4903.7803,4903.7803 +174.5000,1.0000,1503.0157,42.2390,42.2210,0.0100,0.0000,5,1142.7100,159.0093,565.7440,-76.3328,19.0277,67.6994,-9.1343,0.0000,13.0253,0.0000,0.0000,6.0025,13.0197,-0.4396,0.0000,13.4593,0.0000,13.4593,4.6086,8.8507,0.0000,8.8507,0.0104,8.8403,0.0000,0.0000,7.8005,1.0398,1.0464,4172.6519,4172.6519,4172.6519,4172.6519,4172.6519 +175.5000,1.0000,1514.8094,42.4575,42.2570,0.1114,0.0000,5,1146.3340,250.0330,551.4103,-76.5490,30.0149,66.1934,-9.1892,0.2551,23.7722,0.0000,0.0000,5.9876,23.7353,-0.4966,0.0000,24.2318,0.0000,24.2318,4.6324,19.5994,0.0000,19.5994,0.1166,19.4828,0.0000,0.0000,7.8409,11.6419,1.0231,6200.9946,6200.9946,6200.9946,6200.9946,6200.9946 +176.5000,1.0000,1526.7340,42.9285,42.6580,0.1503,0.0000,5,1150.7590,284.8999,594.6244,-76.8130,34.3325,71.6565,-9.2565,0.0566,28.2840,0.0000,0.0000,5.9919,28.1265,-0.5250,0.0000,28.6514,0.0000,28.6514,4.6838,23.9676,0.0000,23.9676,0.1591,23.8085,0.0000,0.0000,7.9278,15.8807,1.0243,7044.7703,7044.7703,7044.7703,7044.7703,7044.7703 +177.5000,1.0000,1538.8654,43.6730,43.1990,0.2633,0.0000,5,1162.3175,391.9502,612.2986,-77.5024,47.7072,74.5275,-9.4334,0.7679,40.8901,0.0000,0.0000,6.0493,40.8255,-0.5990,0.0000,41.4245,0.0000,41.4245,4.7651,36.6594,0.0000,36.6594,0.2835,36.3759,0.0000,0.0000,8.0653,28.3105,1.0274,9592.8313,9592.8313,9592.8313,9592.8313,9592.8313 +178.5000,1.0000,1551.2269,44.5015,44.1470,0.1969,0.0000,5,1185.8165,332.1936,663.6243,-78.9042,41.2513,82.4078,-9.7982,0.9279,34.1933,0.0000,0.0000,6.1301,34.2875,-0.5772,0.0000,34.8647,0.0000,34.8647,4.8555,30.0093,0.0000,30.0093,0.2161,29.7932,0.0000,0.0000,8.2183,21.5748,1.0459,8355.5519,8355.5519,8355.5519,8355.5519,8355.5519 +179.5000,1.0000,1563.7801,45.1915,44.8560,0.1864,0.0000,5,1212.7110,320.9253,641.4462,-80.5041,40.7558,81.4603,-10.2236,1.0540,33.4948,0.0000,0.0000,6.2070,33.6360,-0.5833,0.0000,34.2193,0.0000,34.2193,4.9307,29.2885,0.0000,29.2885,0.2077,29.0808,0.0000,0.0000,8.3458,20.7351,1.0519,8283.8871,8283.8871,8283.8871,8283.8871,8283.8871 +180.5000,1.0000,1576.5504,45.9730,45.5270,0.2478,0.0000,5,1233.7685,372.6795,640.8911,-81.7530,48.1502,82.8031,-10.5625,0.5231,41.3639,0.0000,0.0000,6.2631,41.1958,-0.6322,0.0000,41.8280,0.0000,41.8280,5.0160,36.8120,0.0000,36.8120,0.2808,36.5311,0.0000,0.0000,8.4901,28.0411,1.0560,9667.8746,9667.8746,9667.8746,9667.8746,9667.8746 +181.5000,1.0000,1589.5968,46.9670,46.4190,0.3044,0.0000,5,1254.9020,426.7950,666.8195,-83.0064,56.0864,87.6288,-10.9081,1.0966,48.6816,0.0000,0.0000,6.3082,48.6658,-0.6838,0.0000,49.3496,0.0000,49.3496,5.1245,44.2252,0.0000,44.2252,0.3525,43.8726,0.0000,0.0000,8.6736,35.1990,1.0469,11194.3476,11194.3476,11194.3476,11194.3476,11194.3476 +182.5000,1.0000,1602.9404,48.0370,47.5150,0.2900,0.0000,5,1287.5945,413.6587,693.3153,-84.9453,55.7763,93.4843,-11.4537,1.4600,47.8883,0.0000,0.0000,6.4281,48.0528,-0.6959,0.0000,48.7487,0.0000,48.7487,5.2412,43.5075,0.0000,43.5075,0.3435,43.1641,0.0000,0.0000,8.8712,34.2928,1.0667,11154.4292,11154.4292,11154.4292,11154.4292,11154.4292 +183.5000,1.0000,1616.5558,49.0155,48.5590,0.2536,0.0000,5,1314.9080,377.1729,693.0092,-86.5652,51.9355,95.4252,-11.9198,0.7146,44.7289,0.0000,0.0000,6.4919,44.6145,-0.6926,0.0000,45.3071,0.0000,45.3071,5.3480,39.9591,0.0000,39.9591,0.3065,39.6526,0.0000,0.0000,9.0520,30.6007,1.0587,10440.8428,10440.8428,10440.8428,10440.8428,10440.8428 +184.5000,1.0000,1630.4485,50.0135,49.4720,0.3008,0.0000,5,1344.0910,423.2619,683.0828,-88.2960,59.5753,96.1459,-12.4279,1.6783,51.1428,0.0000,0.0000,6.7542,51.3604,-0.7412,0.0000,52.1016,0.0000,52.1016,5.4569,46.6448,0.0000,46.6448,0.3709,46.2738,0.0000,0.0000,9.2363,37.0376,1.2068,11910.2984,11910.2984,11910.2984,11910.2984,11910.2984 +185.5000,1.0000,1644.5538,50.7790,50.5550,0.1244,0.0000,5,1363.9280,258.0490,705.8962,-89.4725,36.8572,100.8233,-12.7794,-0.0415,30.1282,0.0000,0.0000,6.7706,29.9849,-0.6446,0.0000,30.6295,0.0000,30.6295,5.5404,25.0891,0.0000,25.0891,0.1558,24.9333,0.0000,0.0000,9.3776,15.5557,1.2137,7647.4782,7647.4782,7647.4782,7647.4782,7647.4782 +186.5000,1.0000,1658.7414,51.0755,51.0030,0.0403,0.0000,5,1374.4565,188.5727,643.7778,-90.0969,27.1418,92.6607,-12.9679,0.9305,19.3960,0.0000,0.0000,6.8152,19.5239,-0.5961,0.0000,20.1200,0.0000,20.1200,5.5727,14.5473,0.0000,14.5473,0.0507,14.4965,0.0000,0.0000,9.4324,5.0642,1.2027,5880.2754,5880.2754,5880.2754,5880.2754,5880.2754 +187.5000,1.0000,1672.9671,51.2125,51.1480,0.0358,0.0000,5,1382.0095,176.9660,618.4636,-90.5449,25.6112,89.5063,-13.1040,-0.2946,19.0844,0.0000,0.0000,6.8214,19.0125,-0.5956,0.0000,19.6081,0.0000,19.6081,5.5877,14.0204,0.0000,14.0204,0.0452,13.9751,0.0000,0.0000,9.4577,4.5174,1.2190,5609.3455,5609.3455,5609.3455,5609.3455,5609.3455 +188.5000,1.0000,1687.1739,51.1445,51.2770,-0.0736,0.0000,5,1383.7260,85.6854,614.6425,-90.6467,12.4161,89.0638,-13.1350,0.4409,5.1079,0.0000,0.0000,6.8674,5.1404,-0.5245,0.0000,5.6649,0.0000,5.6649,5.5803,0.0846,0.0000,0.0846,-0.0928,0.1774,0.0000,0.0000,9.4451,-9.2677,1.2195,3355.9578,3355.9578,3355.9578,3355.9578,3355.9578 +189.5000,1.0000,1701.3215,50.9315,51.0120,-0.0447,0.0000,5,1384.9085,105.4169,579.1304,-90.7168,15.2883,83.9897,-13.1564,-0.3407,8.7715,0.0000,0.0000,6.8575,8.7599,-0.5396,0.0000,9.2995,0.0000,9.2995,5.5570,3.7425,0.0000,3.7425,-0.0562,3.7987,0.0000,0.0000,9.4058,-5.6071,1.2198,3742.8038,3742.8038,3742.8038,3742.8038,3742.8038 +190.5000,1.0000,1715.4104,50.7200,50.8510,-0.0728,0.0000,5,1381.4370,83.7551,586.0570,-90.5109,12.1163,84.7812,-13.0937,0.0453,5.1890,0.0000,0.0000,6.8820,5.2044,-0.5185,0.0000,5.7230,0.0000,5.7230,5.5340,0.1890,0.0000,0.1890,-0.0910,0.2800,0.0000,0.0000,9.3667,-9.0867,1.2432,3314.6196,3314.6196,3314.6196,3314.6196,3314.6196 +191.5000,1.0000,1729.4288,50.4660,50.5890,-0.0683,0.0000,5,1373.1590,82.3297,575.2779,-90.0200,11.8388,82.7232,-12.9446,-0.7431,5.7575,0.0000,0.0000,6.8244,5.7345,-0.5174,0.0000,6.2520,0.0000,6.2520,5.5062,0.7457,0.0000,0.7457,-0.0850,0.8307,0.0000,0.0000,9.3198,-8.4891,1.2403,3260.5100,3260.5100,3260.5100,3260.5100,3260.5100 +192.5000,1.0000,1743.3447,50.0975,50.3430,-0.1364,0.0000,5,1361.2190,25.5729,571.4585,-89.3119,3.6453,81.4594,-12.7311,-0.2615,-2.7890,0.0000,0.0000,6.6958,-2.7963,-0.5257,0.0000,-2.2706,0.0000,-2.2706,5.4660,-7.7366,0.0000,-7.7366,-0.1685,-7.5682,0.0000,0.0000,9.2518,-16.8199,1.1284,2256.3269,2256.3269,2256.3269,2256.3269,2256.3269 +193.5000,1.0000,1757.0433,49.3150,49.8520,-0.2983,0.0000,5,1348.1345,-88.5358,544.6353,-88.5358,-12.4992,76.8896,-12.4992,-0.8243,-18.4046,0.0000,0.0000,6.7298,-18.4698,-0.5537,0.0000,-17.9161,0.0000,-17.9161,5.3807,-23.2968,4.1755,-27.4723,-0.3627,-27.1095,0.0000,0.0000,9.1073,-36.2168,1.2313,0.0000,0.0000,0.0000,0.0000,0.0000 +194.5000,1.0000,1770.3235,47.8085,48.7780,-0.5386,0.0000,5,1318.7610,-86.7938,487.8277,-86.7938,-11.9862,67.3692,-11.9862,-1.5725,-17.0258,0.0000,0.0000,6.6120,-17.1223,-0.5268,0.0000,-16.5955,0.0000,-16.5955,5.2163,-21.8118,33.3824,-55.1942,-0.6349,-54.5593,0.0000,0.0000,8.8290,-63.3884,1.1722,0.0000,0.0000,0.0000,0.0000,0.0000 +195.5000,1.0000,1783.1254,46.0870,46.8390,-0.4178,0.0720,5,1276.6460,-84.2960,474.8689,-84.2960,-11.2695,63.4853,-11.2695,-1.7795,-16.1511,0.0000,0.0000,6.6611,-16.1271,-0.4990,0.0000,-15.6281,0.0000,-15.6281,5.0285,-20.6565,17.9032,-38.5598,-0.4747,-38.0851,0.8011,0.0000,8.5111,-47.3972,1.2055,0.0000,0.0000,0.0000,0.0000,0.0000 +196.5000,1.0000,1795.4679,44.4330,45.3350,-0.5011,0.0870,5,1230.8690,-81.5811,462.0032,-81.5811,-10.5155,59.5505,-10.5155,-1.7445,-15.1535,0.0000,0.0000,6.3825,-15.1774,-0.4729,0.0000,-14.7045,0.0000,-14.7045,4.8480,-19.5525,26.6687,-46.2212,-0.5490,-45.6723,0.9332,0.0000,8.2057,-54.8111,1.1890,0.0000,0.0000,0.0000,0.0000,0.0000 +197.5000,1.0000,1807.4182,43.0210,43.5310,-0.2833,0.0870,5,1189.7460,-79.1386,451.1907,-79.1386,-9.8599,56.2138,-9.8599,-1.3184,-14.7102,0.0000,0.0000,6.1687,-14.6609,-0.4518,0.0000,-14.2092,0.0000,-14.2092,4.6939,-18.9031,2.5549,-21.4580,-0.3005,-21.1575,0.9035,0.0000,7.9449,-30.0060,1.1288,0.0000,0.0000,0.0000,0.0000,0.0000 +198.5000,1.0000,1819.1750,42.3245,42.5110,-0.1036,0.0150,5,1158.9990,53.5749,443.2282,-77.3045,6.5024,53.7946,-9.3825,-0.9041,1.3128,0.0000,0.0000,6.0937,1.3042,-0.4024,0.0000,1.7066,0.0000,1.7066,4.6179,-2.9114,0.0000,-2.9114,-0.1081,-2.8032,0.1533,0.0223,7.8163,-10.7951,1.1205,2295.1999,2295.1999,2295.1999,2295.1999,2295.1999 +199.5000,1.0000,1830.8854,42.1575,42.1380,0.0108,0.0000,5,1143.7020,159.4767,502.0524,-76.3920,19.1002,60.1299,-9.1493,-0.1822,13.2076,0.0000,0.0000,6.0748,13.1716,-0.4393,0.0000,13.6108,0.0000,13.6108,4.5997,9.0111,0.0000,9.0111,0.0113,8.9999,0.0000,0.0902,7.7854,1.1243,1.1273,4187.6304,4187.6304,4187.6304,4187.6304,4187.6304 +200.5000,1.0000,1842.6815,42.4660,42.1770,0.1606,0.0000,5,1145.5710,299.3439,551.5655,-76.5035,35.9105,66.1680,-9.1777,0.3140,29.5102,0.0000,0.0000,6.0863,29.4249,-0.5254,0.0000,29.9503,0.0000,29.9503,4.6334,25.3170,0.0000,25.3170,0.1681,25.1489,0.0000,0.5224,7.8424,16.7840,1.1278,7351.1684,7351.1684,7351.1684,7351.1684,7351.1684 +201.5000,1.0000,1854.6392,43.0475,42.7550,0.1625,0.0000,5,1157.3965,315.0585,617.9118,-77.2089,38.1858,74.8923,-9.3579,0.5233,31.5365,0.0000,0.0000,6.1260,31.5229,-0.5437,0.0000,32.0666,0.0000,32.0666,4.6968,27.3698,0.0000,27.3698,0.1725,27.1973,0.0000,2.0276,7.9498,17.2199,1.1310,7745.0387,7745.0387,7745.0387,7745.0387,7745.0387 +202.5000,1.0000,1866.8318,43.8935,43.3400,0.3075,0.0000,5,1175.8980,450.7535,627.9008,-78.3125,55.5057,77.3196,-9.6434,0.8044,48.5166,0.0000,0.0000,6.1847,48.3663,-0.6401,0.0000,49.0064,0.0000,49.0064,4.7891,44.2173,0.0000,44.2173,0.3328,43.8845,0.0000,2.5527,8.1060,33.2257,1.1589,11066.3723,11066.3723,11066.3723,11066.3723,11066.3723 +203.5000,1.0000,1879.3800,45.1735,44.4470,0.4036,0.0000,5,1197.1080,546.9031,692.1426,-79.5778,68.5602,86.7676,-9.9759,0.7404,61.5772,0.0000,0.0000,6.2427,61.1124,-0.7218,0.0000,61.8342,0.0000,61.8342,5.0781,56.7561,0.0000,56.7561,0.4495,56.3066,0.0000,3.0818,8.3424,44.8824,1.1666,13594.0606,13594.0606,13594.0606,13594.0606,13594.0606 +204.5000,1.0000,1892.3867,46.8240,45.9000,0.5133,0.0000,5,1233.9205,666.1464,735.9771,-81.7620,86.0767,95.0999,-10.5650,2.0264,77.6895,0.0000,0.0000,6.3608,77.8372,-0.8292,0.0000,78.6664,0.0000,78.6664,5.4822,73.1842,0.0000,73.1842,0.5926,72.5916,0.0000,4.7749,8.6472,59.1694,1.1671,16798.3655,16798.3655,16798.3655,16798.3655,16798.3655 +205.5000,1.0000,1905.8867,48.6000,47.7480,0.4733,0.0000,5,1289.6540,622.5725,787.6475,-85.0675,84.0798,106.3736,-11.4886,2.2961,75.2556,0.0000,0.0000,6.5281,75.6216,-0.8432,0.0000,76.4648,0.0000,76.4648,5.6124,70.8525,0.0000,70.8525,0.5672,70.2853,0.0000,4.6819,8.9752,56.6282,1.1872,16474.6958,16474.6958,16474.6958,16474.6958,16474.6958 +206.5000,1.0000,1919.8814,50.3810,49.4520,0.5161,0.0000,5,1340.9245,671.6797,776.2644,-88.1082,94.3181,109.0040,-12.3723,1.8346,85.8767,0.0000,0.0000,6.6069,85.7228,-0.9202,0.0000,86.6429,0.0000,86.6429,5.9287,80.7143,0.0000,80.7143,0.6411,80.0732,0.0000,6.7603,9.3041,64.0087,1.1506,18370.8849,18370.8849,18370.8849,18370.8849,18370.8849 +207.5000,1.0000,1934.3225,51.9880,51.3100,0.3767,0.0000,5,1385.4050,560.2384,800.9869,-90.7463,81.2790,116.2066,-13.1654,1.8889,72.5681,0.0000,0.0000,6.8220,72.7818,-0.8788,0.0000,73.6606,0.0000,73.6606,5.8816,67.7790,0.0000,67.7790,0.4828,67.2962,0.0000,9.4906,9.6009,48.2047,1.2341,15935.3625,15935.3625,15935.3625,15935.3625,15935.3625 +208.5000,1.0000,1949.1974,53.5495,52.6660,0.4908,0.0000,5,1425.3455,657.6979,764.5627,-93.1151,98.1692,114.1200,-13.8985,1.5527,89.6902,0.0000,0.0000,6.9263,89.3325,-0.9861,0.0000,90.3187,0.0000,90.3187,6.2749,84.0437,0.0000,84.0437,0.6480,83.3957,0.0000,8.8043,9.8893,64.7022,1.2298,19128.2464,19128.2464,19128.2464,19128.2464,19128.2464 +209.5000,1.0000,1964.5696,55.3400,54.4330,0.5039,0.0000,5,1469.7870,688.3651,804.1813,-95.7508,105.9502,123.7762,-14.7376,2.4102,96.4764,0.0000,0.0000,7.0636,96.6452,-1.0509,0.0000,97.6961,0.0000,97.6961,6.5501,91.1460,0.0000,91.1460,0.6875,90.4585,0.0000,11.5945,10.2199,68.6441,1.1881,20672.9768,20672.9768,20672.9768,20672.9768,20672.9768 +210.5000,1.0000,1980.3790,56.9140,56.2470,0.3706,0.0000,5,1520.3705,602.5459,818.7969,-98.7508,95.9330,130.3630,-15.7224,2.2297,86.4318,0.0000,0.0000,7.2716,86.7724,-1.0261,0.0000,87.7986,0.0000,87.7986,6.5463,81.2523,0.0000,81.2523,0.5200,80.7323,0.0000,18.3057,10.5106,51.9161,1.2353,18780.4206,18780.4206,18780.4206,18780.4206,18780.4206 +211.5000,1.0000,1996.5469,58.2045,57.5810,0.3464,0.0000,5,1558.8235,593.3909,797.0640,-101.0314,96.8649,130.1124,-16.4923,1.3950,86.0669,0.0000,0.0000,9.4030,85.9508,-1.0429,0.0000,86.9937,0.0000,86.9937,6.6528,80.3409,0.0000,80.3409,0.4971,79.8438,0.0000,19.4643,10.7489,49.6306,1.2425,19043.0006,19043.0006,19043.0006,19043.0006,19043.0006 +212.5000,1.0000,2013.0500,59.4110,58.8280,0.3239,0.0000,5,1596.8565,555.3555,799.4703,-103.2870,92.8679,133.6894,-17.2719,2.3006,80.9055,0.0000,0.0000,9.6617,81.2964,-1.0392,0.0000,82.3356,0.0000,82.3356,6.6937,75.6419,0.0000,75.6419,0.4744,75.1674,0.0000,16.8269,10.9717,47.3688,1.3069,18395.6051,18395.6051,18395.6051,18395.6051,18395.6051 +213.5000,1.0000,2029.8431,60.4550,59.9940,0.2561,0.0000,5,1631.8760,493.2440,791.9278,-104.6087,84.2903,135.3323,-17.8765,1.1584,73.4114,0.0000,0.0000,9.7206,73.3718,-1.0166,0.0000,74.3884,0.0000,74.3884,6.6705,67.7180,0.0000,67.7180,0.3817,67.3362,0.0000,18.0572,11.1645,38.1145,1.2633,16820.7613,16820.7613,16820.7613,16820.7613,16820.7613 +214.5000,1.0000,2046.7983,61.0390,60.9160,0.0683,0.0000,5,1650.7590,316.7621,777.8041,-105.2811,54.7577,134.4567,-18.1996,0.7425,44.2260,0.0000,0.0000,9.7892,44.3329,-0.8798,0.0000,45.2127,0.0000,45.2127,6.6598,38.5528,0.0000,38.5528,0.1028,38.4500,0.0000,16.9100,11.2724,10.2676,1.2692,11287.2620,11287.2620,11287.2620,11287.2620,11287.2620 +215.5000,1.0000,2063.7832,61.1455,61.1620,-0.0092,0.0000,5,1659.9905,305.4438,730.2590,-105.6099,53.0964,126.9437,-18.3586,0.1945,43.1366,0.0000,0.0000,9.7654,43.1979,-0.8758,0.0000,44.0737,0.0000,44.0737,6.6715,37.4022,0.0000,37.4022,-0.0138,37.4161,0.0000,27.5038,11.2921,-1.3798,1.2584,10998.3026,10998.3026,10998.3026,10998.3026,10998.3026 +216.5000,1.0000,2080.7190,60.9690,61.1290,-0.0889,0.0000,5,1657.7400,233.5960,727.2080,-105.5298,40.5518,126.2419,-18.3198,-0.4233,31.2322,0.0000,0.0000,9.7429,31.2358,-0.8124,0.0000,32.0483,0.0000,32.0483,6.6522,25.3961,0.0000,25.3961,-0.1336,25.5297,0.0000,27.6111,11.2595,-13.3409,1.2577,8607.3028,8607.3028,8607.3028,8607.3028,8607.3028 +217.5000,1.0000,2097.5654,60.6470,60.8090,-0.0900,0.0000,5,1638.7425,211.2140,702.9656,-104.8532,36.2462,120.6350,-17.9937,-1.4934,28.0148,0.0000,0.0000,9.7248,27.8354,-0.7898,0.0000,28.6253,0.0000,28.6253,6.6171,22.0082,0.0000,22.0082,-0.1346,22.1428,0.0000,24.3791,11.2000,-13.4363,1.3610,7807.2050,7807.2050,7807.2050,7807.2050,7807.2050 +218.5000,1.0000,2114.4208,60.6795,60.4850,0.1081,0.0000,5,1637.1405,402.1087,695.3056,-104.7961,68.9379,119.2039,-17.9664,1.3309,60.0264,0.0000,0.0000,7.5806,60.3184,-0.9544,0.0000,61.2728,0.0000,61.2728,6.6206,54.6522,0.0000,54.6522,0.1617,54.4906,0.0000,27.1440,11.2060,16.1406,1.1967,13937.7239,13937.7239,13937.7239,13937.7239,13937.7239 +219.5000,1.0000,2131.4035,61.1375,60.8740,0.1464,0.0000,5,1654.3835,452.4494,752.7206,-105.4102,78.3853,130.4063,-18.2620,0.4069,70.2574,0.0000,0.0000,7.7210,70.1253,-1.0117,0.0000,71.1370,0.0000,71.1370,6.6844,64.4526,0.0000,64.4526,0.2207,64.2319,0.0000,30.9098,11.2906,22.0315,1.2840,15702.2582,15702.2582,15702.2582,15702.2582,15702.2582 +220.5000,1.0000,2148.5292,61.6525,61.4010,0.1397,0.0000,5,1672.0840,425.5512,769.4472,-106.0406,74.5141,134.7304,-18.5677,1.4063,65.3695,0.0000,0.0000,7.7384,65.6371,-0.9978,0.0000,66.6349,0.0000,66.6349,6.7268,59.9081,0.0000,59.9081,0.2124,59.6957,0.0000,27.1047,11.3857,21.2053,1.2212,14998.1462,14998.1462,14998.1462,14998.1462,14998.1462 +221.5000,1.0000,2165.7878,62.1310,61.9040,0.1261,0.0000,5,1686.6560,408.9265,764.6283,-106.5595,72.2271,135.0534,-18.8212,0.0908,64.3714,0.0000,0.0000,7.7649,64.1705,-0.9985,0.0000,65.1690,0.0000,65.1690,6.7790,58.3900,0.0000,58.3900,0.1932,58.1968,0.0000,27.4346,11.4741,19.2882,1.2395,14601.8772,14601.8772,14601.8772,14601.8772,14601.8772 +222.5000,1.0000,2183.1571,62.5295,62.3580,0.0953,0.0000,5,1688.2960,410.3625,761.3006,-106.6179,72.5512,134.5964,-18.8498,0.0791,64.6994,0.0000,0.0000,7.7727,64.5516,-1.0073,0.0000,65.5589,0.0000,65.5589,6.8225,58.7364,0.0000,58.7364,0.1469,58.5895,0.0000,32.3761,11.5477,14.6658,1.2400,14662.3074,14662.3074,14662.3074,14662.3074,14662.3074 +223.5000,1.0000,2200.6192,62.8635,62.7010,0.0903,0.0000,5,1696.8415,373.8770,762.6630,-106.9223,66.4353,135.5198,-18.9993,0.8110,57.8301,0.0000,0.0000,7.7942,57.9455,-0.9797,0.0000,58.9252,0.0000,58.9252,6.8589,52.0663,0.0000,52.0663,0.1399,51.9263,0.0000,26.3466,11.6093,13.9704,1.2017,13541.8578,13541.8578,13541.8578,13541.8578,13541.8578 +224.5000,1.0000,2218.1510,63.1145,63.0260,0.0492,0.0000,5,1704.6620,320.6988,754.5377,-107.2008,57.2485,134.6939,-19.1366,0.0040,49.5224,0.0000,0.0000,7.7221,49.4542,-0.9411,0.0000,50.3953,0.0000,50.3953,6.8863,43.5090,0.0000,43.5090,0.0765,43.4325,0.0000,24.1379,11.6557,7.6389,1.1495,11833.4234,11833.4234,11833.4234,11833.4234,11833.4234 +225.5000,1.0000,2235.7339,63.2985,63.2030,0.0531,0.0000,5,1706.4165,363.4550,741.3793,-107.2633,64.9478,132.4812,-19.1675,0.1799,56.9829,0.0000,0.0000,7.7850,56.9543,-0.9822,0.0000,57.9365,0.0000,57.9365,6.9064,51.0301,0.0000,51.0301,0.0828,50.9473,0.0000,30.9905,11.6897,8.2671,1.1774,13266.8061,13266.8061,13266.8061,13266.8061,13266.8061 +226.5000,1.0000,2253.3782,63.5195,63.3940,0.0697,0.0000,5,1714.3130,371.5685,753.6728,-107.5445,66.7049,135.3012,-19.3066,0.6506,58.2229,0.0000,0.0000,7.8314,58.3176,-0.9929,0.0000,59.3105,0.0000,59.3105,6.9305,52.3800,0.0000,52.3800,0.1092,52.2708,0.0000,29.6383,11.7305,10.9020,1.1798,13589.4071,13589.4071,13589.4071,13589.4071,13589.4071 +227.5000,1.0000,2271.0946,63.7790,63.6450,0.0744,0.0000,5,1725.7955,354.0801,757.7232,-107.9534,63.9911,136.9394,-19.5099,0.5620,55.5869,0.0000,0.0000,7.8422,55.6408,-0.9839,0.0000,56.6247,0.0000,56.6247,6.9588,49.6659,0.0000,49.6659,0.1171,49.5488,0.0000,26.0824,11.7784,11.6880,1.1698,13084.7364,13084.7364,13084.7364,13084.7364,13084.7364 +228.5000,1.0000,2288.8799,64.0270,63.9130,0.0633,0.0000,5,1736.9725,343.5081,755.6111,-108.3514,62.4825,137.4421,-19.7086,0.6266,53.9629,0.0000,0.0000,7.8930,54.0492,-0.9802,0.0000,55.0294,0.0000,55.0294,6.9859,48.0435,0.0000,48.0435,0.1000,47.9435,0.0000,26.1372,11.8242,9.9822,1.1733,12807.9909,12807.9909,12807.9909,12807.9909,12807.9909 +229.5000,1.0000,2306.7364,64.2835,64.1410,0.0792,0.0000,5,1747.4630,378.8432,755.2301,-108.7250,69.3260,138.2025,-19.8960,0.4954,60.8924,0.0000,0.0000,7.9383,60.9182,-1.0194,0.0000,61.9376,0.0000,61.9376,7.0138,54.9237,0.0000,54.9237,0.1255,54.7983,0.0000,30.3990,11.8716,12.5277,1.1902,14105.4132,14105.4132,14105.4132,14105.4132,14105.4132 +230.5000,1.0000,2324.5765,64.2245,64.4260,-0.1119,0.0000,5,1747.3870,175.2726,764.2057,-108.7223,32.0724,139.8389,-19.8947,-0.5035,24.7196,0.0000,0.0000,7.8563,24.7308,-0.8356,0.0000,25.5664,0.0000,25.5664,7.0074,18.5590,0.0000,18.5590,-0.1773,18.7363,0.0000,24.5740,11.8607,-17.6983,1.1492,7180.2574,7180.2574,7180.2574,7180.2574,7180.2574 +231.5000,1.0000,2342.3050,63.8225,64.0230,-0.1114,0.0000,5,1742.0465,167.2618,713.8676,-108.5321,30.5130,130.2285,-19.7992,-0.0694,22.7130,0.0000,0.0000,7.8694,22.7761,-0.8187,0.0000,23.5948,0.0000,23.5948,6.9635,16.6312,0.0000,16.6312,-0.1753,16.8065,0.0000,22.5203,11.7864,-17.5003,1.1612,6893.6332,6893.6332,6893.6332,6893.6332,6893.6332 +232.5000,1.0000,2359.9178,63.4060,63.6220,-0.1200,0.0000,5,1731.0220,190.7704,708.8464,-108.1395,34.5814,128.4942,-19.6027,-1.1030,27.8939,0.0000,0.0000,7.7905,27.8215,-0.8369,0.0000,28.6584,0.0000,28.6584,6.9181,21.7403,0.0000,21.7403,-0.1876,21.9279,0.0000,28.9485,11.7095,-18.7301,1.1714,7610.6295,7610.6295,7610.6295,7610.6295,7610.6295 +233.5000,1.0000,2377.3972,62.9260,63.1900,-0.1467,0.0000,5,1706.6835,175.7672,708.4190,-107.2728,31.4137,126.6111,-19.1722,-1.4634,25.1886,0.0000,0.0000,7.6885,25.0878,-0.8148,0.0000,25.9026,0.0000,25.9026,6.8657,19.0369,0.0000,19.0369,-0.2275,19.2644,0.0000,30.3627,11.6209,-22.7191,1.1501,7020.8372,7020.8372,7020.8372,7020.8372,7020.8372 +234.5000,1.0000,2394.7310,62.4015,62.6620,-0.1447,0.0000,5,1690.7755,181.0384,699.8200,-106.7062,32.0542,123.9084,-18.8932,-0.2020,24.5696,0.0000,0.0000,7.6867,24.6442,-0.8035,0.0000,25.4477,0.0000,25.4477,6.8085,18.6392,0.0000,18.6392,-0.2227,18.8618,0.0000,29.5689,11.5240,-22.2310,1.1588,7115.9888,7115.9888,7115.9888,7115.9888,7115.9888 +235.5000,1.0000,2411.9269,61.9055,62.1410,-0.1308,0.0000,5,1685.5495,204.0523,699.5109,-106.5201,36.0173,123.4709,-18.8019,-0.3396,28.6974,0.0000,0.0000,7.6595,28.7509,-0.8158,0.0000,29.5667,0.0000,29.5667,6.7544,22.8123,0.0000,22.8123,-0.1997,23.0120,0.0000,31.5173,11.4324,-19.9378,1.1572,7821.4398,7821.4398,7821.4398,7821.4398,7821.4398 +236.5000,1.0000,2428.9733,61.3670,61.6700,-0.1683,0.0000,5,1673.0375,171.5830,702.7383,-106.0745,30.0613,123.1198,-18.5843,-0.9485,23.4280,0.0000,0.0000,7.5818,23.4144,-0.7797,0.0000,24.1940,0.0000,24.1940,6.6956,17.4984,0.0000,17.4984,-0.2547,17.7531,0.0000,31.8494,11.3330,-25.4293,1.1533,6723.7183,6723.7183,6723.7183,6723.7183,6723.7183 +237.5000,1.0000,2445.8568,60.7805,61.0640,-0.1575,0.0000,5,1663.3100,169.5881,690.9736,-105.7281,29.5391,120.3548,-18.4159,-0.0507,21.9919,0.0000,0.0000,7.5978,22.0884,-0.7631,0.0000,22.8515,0.0000,22.8515,6.6316,16.2198,0.0000,16.2198,-0.2360,16.4558,0.0000,28.7965,11.2247,-23.5654,1.1502,6610.3731,6610.3731,6610.3731,6610.3731,6610.3731 +238.5000,1.0000,2462.5774,60.1940,60.4970,-0.1683,0.0000,5,1650.1490,135.0458,686.9460,-105.2594,23.3363,118.7065,-18.1892,-1.2834,17.1147,0.0000,0.0000,7.5051,17.0692,-0.7279,0.0000,17.7971,0.0000,17.7971,6.5676,11.2295,0.0000,11.2295,-0.2498,11.4793,0.0000,25.3062,11.1163,-24.9432,1.1469,5471.5724,5471.5724,5471.5724,5471.5724,5471.5724 +239.5000,1.0000,2479.1464,59.6485,59.8910,-0.1347,0.0000,5,1633.6690,181.0437,672.3820,-104.6725,30.9725,115.0294,-17.9071,-0.3827,23.8713,0.0000,0.0000,7.4839,23.9128,-0.7533,0.0000,24.6661,0.0000,24.6661,6.5081,18.1580,0.0000,18.1580,-0.1981,18.3561,0.0000,27.1224,11.0156,-19.7819,1.1438,6824.3423,6824.3423,6824.3423,6824.3423,6824.3423 +240.5000,1.0000,2495.5782,59.1545,59.4060,-0.1397,0.0000,5,1621.6145,171.9630,682.7859,-104.2432,29.2019,115.9473,-17.7021,-0.8205,22.5999,0.0000,0.0000,7.4226,22.5810,-0.7384,0.0000,23.3195,0.0000,23.3195,6.4542,16.8652,0.0000,16.8652,-0.2038,17.0690,0.0000,26.4908,10.9244,-20.3462,1.1415,6486.2367,6486.2367,6486.2367,6486.2367,6486.2367 +241.5000,1.0000,2511.8749,58.6680,58.9030,-0.1306,0.0000,5,1597.1620,174.8323,673.9763,-103.3052,29.2415,112.7255,-17.2782,-1.5902,23.5091,0.0000,0.0000,7.3226,23.3640,-0.7344,0.0000,24.0984,0.0000,24.0984,6.4011,17.6973,0.0000,17.6973,-0.1888,17.8861,0.0000,25.9065,10.8345,-18.8550,1.1494,6492.5749,6492.5749,6492.5749,6492.5749,6492.5749 +242.5000,1.0000,2528.0753,58.3215,58.4330,-0.0619,0.0000,5,1584.0390,242.1457,670.4228,-102.5269,40.1672,111.2099,-17.0072,0.3006,32.5453,0.0000,0.0000,7.3213,32.6712,-0.7757,0.0000,33.4469,0.0000,33.4469,6.3633,27.0836,0.0000,27.0836,-0.0891,27.1726,0.0000,25.2953,10.7705,-8.8932,1.1469,8472.7418,8472.7418,8472.7418,8472.7418,8472.7418 +243.5000,1.0000,2544.2506,58.2310,58.2100,0.0117,0.0000,5,1583.1615,287.3689,691.0239,-102.4748,47.6424,114.5637,-16.9891,-0.3857,40.7382,0.0000,0.0000,7.2899,40.6215,-0.8144,0.0000,41.4359,0.0000,41.4359,6.3535,35.0824,0.0000,35.0824,0.0167,35.0656,0.0000,22.6395,10.7538,1.6724,1.1468,9887.2613,9887.2613,9887.2613,9887.2613,9887.2613 +244.5000,1.0000,2560.4542,58.3330,58.2520,0.0450,0.0000,5,1579.0795,348.4104,704.4563,-102.2327,57.6134,116.4895,-16.9053,-0.0111,50.3175,0.0000,0.0000,7.3071,50.2440,-0.8646,0.0000,51.1087,0.0000,51.1087,6.3646,44.7441,0.0000,44.7441,0.0647,44.6794,0.0000,27.4449,10.7727,6.4618,1.1711,11735.6712,11735.6712,11735.6712,11735.6712,11735.6712 +245.5000,1.0000,2576.7071,58.5105,58.4140,0.0536,0.0000,5,1588.5785,331.8034,725.2085,-102.7961,55.1973,120.6425,-17.1007,0.9379,46.9269,0.0000,0.0000,7.3326,47.1331,-0.8518,0.0000,47.9850,0.0000,47.9850,6.3840,41.6010,0.0000,41.6010,0.0773,41.5237,0.0000,22.9964,10.8054,7.7218,1.1227,11296.8768,11296.8768,11296.8768,11296.8768,11296.8768 +246.5000,1.0000,2593.0042,58.6695,58.6070,0.0347,0.0000,5,1592.8510,304.8643,721.4129,-103.0495,50.8523,120.3338,-17.1890,-0.5224,44.0818,0.0000,0.0000,7.2929,43.8872,-0.8380,0.0000,44.7252,0.0000,44.7252,6.4013,38.3239,0.0000,38.3239,0.0502,38.2737,0.0000,22.4242,10.8348,5.0147,1.1361,10493.0490,10493.0490,10493.0490,10493.0490,10493.0490 +247.5000,1.0000,2609.2996,58.6635,58.7320,-0.0381,0.0000,5,1592.1260,276.5767,713.1413,-103.0065,46.1128,118.8999,-17.1740,0.4513,38.3507,0.0000,0.0000,7.3108,38.5069,-0.8108,0.0000,39.3176,0.0000,39.3176,6.4007,32.9170,0.0000,32.9170,-0.0550,32.9720,0.0000,27.6339,10.8337,-5.4956,1.1234,9608.9657,9608.9657,9608.9657,9608.9657,9608.9657 +248.5000,1.0000,2625.5383,58.4595,58.5950,-0.0753,0.0000,5,1585.4885,227.7093,702.8536,-102.6128,37.8070,116.6962,-17.0370,-1.0957,31.6205,0.0000,0.0000,7.2823,31.4690,-0.7719,0.0000,32.2408,0.0000,32.2408,6.3784,25.8625,0.0000,25.8625,-0.1085,25.9710,0.0000,26.0080,10.7960,-10.8331,1.1472,8029.1060,8029.1060,8029.1060,8029.1060,8029.1060 +249.5000,1.0000,2641.7006,58.1840,58.3240,-0.0778,0.0000,5,1573.5485,231.4322,684.2297,-101.9047,38.1358,112.7485,-16.7920,-0.0663,30.9704,0.0000,0.0000,7.2317,31.0316,-0.7652,0.0000,31.7967,0.0000,31.7967,6.3483,25.4484,0.0000,25.4484,-0.1116,25.5600,0.0000,25.9549,10.7451,-11.1401,1.1324,8065.2078,8065.2078,8065.2078,8065.2078,8065.2078 +250.5000,1.0000,2657.7608,57.8170,58.0440,-0.1261,0.0000,5,1572.9765,166.1580,684.7345,-101.8708,27.3698,112.7906,-16.7803,0.0111,20.1277,0.0000,0.0000,7.2311,20.2085,-0.7045,0.0000,20.9130,0.0000,20.9130,6.3083,14.6047,0.0000,14.6047,-0.1798,14.7845,0.0000,22.0561,10.6774,-17.9489,1.1323,6121.4275,6121.4275,6121.4275,6121.4275,6121.4275 +251.5000,1.0000,2673.6490,57.1975,57.5900,-0.2181,0.0000,5,1563.7445,100.7054,661.2568,-101.3232,16.4910,108.2841,-16.5922,-0.8976,10.2250,0.0000,0.0000,7.1635,10.2341,-0.6441,0.0000,10.8783,0.0000,10.8783,6.2407,4.6376,0.0000,4.6376,-0.3075,4.9451,0.0000,25.0846,10.5630,-30.7025,1.1306,4179.9335,4179.9335,4179.9335,4179.9335,4179.9335 +252.5000,1.0000,2689.3338,56.4650,56.8050,-0.1889,0.0000,5,1549.8205,136.4423,635.3822,-100.4974,22.1442,103.1205,-16.3104,-0.4357,15.4468,0.0000,0.0000,7.1330,15.4945,-0.6589,0.0000,16.1534,0.0000,16.1534,6.1608,9.9927,0.0000,9.9927,-0.2630,10.2556,0.0000,26.0831,10.4277,-26.2552,1.1279,5148.2623,5148.2623,5148.2623,5148.2623,5148.2623 +253.5000,1.0000,2704.8133,55.7265,56.1250,-0.2214,0.0000,5,1533.2265,106.6761,642.2049,-99.5133,17.1278,103.1118,-15.9778,-1.1314,11.2092,0.0000,0.0000,7.0500,11.2015,-0.6255,0.0000,11.8270,0.0000,11.8270,6.0802,5.7468,0.0000,5.7468,-0.3042,6.0510,0.0000,26.1298,10.2913,-30.3701,1.1248,4254.6034,4254.6034,4254.6034,4254.6034,4254.6034 +254.5000,1.0000,2720.0290,54.7765,55.3280,-0.3064,0.0000,5,1506.8665,16.5817,623.9605,-97.9499,2.6166,98.4602,-15.4564,-1.3273,-3.0123,0.0000,0.0000,6.9562,-3.0139,-0.6002,0.0000,-2.4138,0.0000,-2.4138,5.9765,-8.3903,0.0000,-8.3903,-0.4138,-7.9765,0.0000,23.2215,10.1159,-41.3139,1.1039,2480.1885,2480.1885,2480.1885,2480.1885,2480.1885 +255.5000,1.0000,2734.9399,53.6790,54.2250,-0.3033,0.0000,5,1476.6920,16.6622,581.7562,-96.1603,2.5766,89.9621,-14.8701,-1.4356,-2.8468,0.0000,0.0000,6.8590,-2.8452,-0.5820,0.0000,-2.2632,0.0000,-2.2632,5.8568,-8.1200,0.0000,-8.1200,-0.4014,-7.7185,0.0000,22.4507,9.9132,-40.0824,1.1073,2400.8797,2400.8797,2400.8797,2400.8797,2400.8797 +256.5000,1.0000,2749.5664,52.6555,53.1330,-0.2653,0.0000,5,1446.8225,2.2001,571.8442,-94.3888,0.3333,86.6406,-14.3009,-1.2473,-5.1605,0.0000,0.0000,6.7412,-5.1572,-0.5715,0.0000,-4.5857,0.0000,-4.5857,5.7451,-10.3309,0.0000,-10.3309,-0.3444,-9.9865,0.0000,14.6747,9.7242,-34.3854,1.0829,2085.6588,2085.6588,2085.6588,2085.6588,2085.6588 +257.5000,1.0000,2763.9132,51.6485,52.1780,-0.2942,0.0000,5,1411.4595,-71.2060,554.7996,-92.2915,-10.5248,82.0036,-13.6414,-1.8484,-15.2811,0.0000,0.0000,6.6047,-15.2062,-0.5806,0.0000,-14.6256,0.0000,-14.6256,5.6353,-20.2608,0.0000,-20.2608,-0.3746,-19.8862,0.0000,7.9763,9.5382,-37.4008,1.0866,396.4729,396.4729,396.4729,396.4729,396.4729 +258.5000,1.0000,2777.9938,50.6900,51.1190,-0.2383,0.0000,5,1378.9195,-48.1198,514.8251,-90.3616,-6.9485,74.3408,-13.0482,-0.9497,-12.5173,0.0000,0.0000,6.5185,-12.5215,-0.5590,0.0000,-11.9624,0.0000,-11.9624,5.5307,-17.4931,0.0000,-17.4931,-0.2979,-17.1952,0.0000,3.1833,9.3612,-29.7397,1.0771,847.9551,847.9551,847.9551,847.9551,847.9551 +259.5000,1.0000,2791.9110,50.1020,50.2610,-0.0883,0.0000,5,1367.2080,75.7078,520.6186,-89.6670,10.8394,74.5389,-12.8380,-0.0416,4.3876,0.0000,0.0000,6.4934,4.4000,-0.5079,0.0000,4.9079,0.0000,4.9079,5.4665,-0.5586,0.0000,-0.5586,-0.1091,-0.4495,0.0000,1.1924,9.2526,-10.8945,1.0737,3125.5074,3125.5074,3125.5074,3125.5074,3125.5074 +260.5000,1.0000,2805.8233,50.0845,49.9430,0.0786,0.0000,5,1365.1480,216.8634,569.6628,-89.5449,31.0024,81.4378,-12.8012,-0.1311,24.6190,0.0000,0.0000,6.5144,24.5215,-0.6067,0.0000,25.1282,0.0000,25.1282,5.4646,19.6636,0.0000,19.6636,0.0971,19.5666,0.0000,0.6251,9.2494,9.6921,1.0872,6566.2665,6566.2665,6566.2665,6566.2665,6566.2665 +261.5000,1.0000,2819.8693,50.5655,50.2260,0.1886,0.0000,5,1361.4860,312.1946,625.4277,-89.3277,44.5110,89.1700,-12.7358,-0.1754,38.1998,0.0000,0.0000,6.4866,37.8866,-0.6813,0.0000,38.5679,0.0000,38.5679,5.5171,33.0508,0.0000,33.0508,0.2351,32.8156,0.0000,0.0000,9.3382,23.4774,1.0862,9087.3279,9087.3279,9087.3279,9087.3279,9087.3279 +262.5000,1.0000,2834.1257,51.3230,50.9050,0.2322,0.0000,5,1370.1075,358.6254,664.3728,-89.8390,51.4546,95.3224,-12.8899,0.9019,44.0013,0.0000,0.0000,6.5514,43.9873,-0.7234,0.0000,44.7107,0.0000,44.7107,5.5997,39.1109,0.0000,39.1109,0.2938,38.8171,0.0000,0.0000,9.4781,29.3390,1.1028,10388.1918,10388.1918,10388.1918,10388.1918,10388.1918 +263.5000,1.0000,2848.6128,52.1535,51.7410,0.2292,0.0000,5,1395.8955,356.2294,685.9125,-91.3684,52.0728,100.2652,-13.3560,1.2917,44.1741,0.0000,0.0000,6.6071,44.3005,-0.7374,0.0000,45.0379,0.0000,45.0379,5.6904,39.3476,0.0000,39.3476,0.2947,39.0529,0.0000,0.0000,9.6315,29.4215,1.0821,10543.2576,10543.2576,10543.2576,10543.2576,10543.2576 +264.5000,1.0000,2863.3394,53.0160,52.5660,0.2500,0.0000,5,1423.5905,372.6151,690.3095,-93.0110,55.5487,102.9100,-13.8659,1.1039,47.7429,0.0000,0.0000,6.7020,47.7609,-0.7680,0.0000,48.5289,0.0000,48.5289,5.7845,42.7444,0.0000,42.7444,0.3268,42.4177,0.0000,0.0000,9.7907,32.6269,1.1043,11192.1419,11192.1419,11192.1419,11192.1419,11192.1419 +265.5000,1.0000,2878.3026,53.8675,53.4660,0.2231,0.0000,5,1447.0130,347.5761,701.4429,-94.4001,52.6685,106.2902,-14.3045,0.9594,44.9325,0.0000,0.0000,6.7767,44.9328,-0.7668,0.0000,45.6996,0.0000,45.6996,5.8774,39.8223,0.0000,39.8223,0.2962,39.5260,0.0000,0.0000,9.9480,29.5780,1.1254,10664.6836,10664.6836,10664.6836,10664.6836,10664.6836 +266.5000,1.0000,2893.4950,54.6925,54.2690,0.2353,0.0000,5,1470.3595,358.5929,697.2452,-95.7848,55.2146,107.3588,-14.7485,1.1333,47.2330,0.0000,0.0000,6.8483,47.2701,-0.7914,0.0000,48.0615,0.0000,48.0615,5.9674,42.0942,0.0000,42.0942,0.3173,41.7769,0.0000,0.0000,10.1004,31.6766,1.1049,11185.9926,11185.9926,11185.9926,11185.9926,11185.9926 +267.5000,1.0000,2908.9304,55.5675,55.1160,0.2508,0.0000,5,1494.0490,371.7038,706.1539,-97.1897,58.1555,110.4823,-15.2060,1.0220,50.1932,0.0000,0.0000,6.9403,50.1598,-0.8198,0.0000,50.9796,0.0000,50.9796,6.0629,44.9167,0.0000,44.9167,0.3436,44.5731,0.0000,0.0000,10.2619,34.3112,1.1137,11782.7599,11782.7599,11782.7599,11782.7599,11782.7599 +268.5000,1.0000,2924.5933,56.3865,56.0190,0.2042,0.0000,5,1518.6925,330.7612,715.8442,-98.6513,52.6033,113.8458,-15.6892,1.2595,44.2805,0.0000,0.0000,7.0633,44.3849,-0.8036,0.0000,45.1885,0.0000,45.1885,6.1522,39.0363,0.0000,39.0363,0.2838,38.7525,0.0000,0.0000,10.4132,28.3393,1.1471,10754.6968,10754.6968,10754.6968,10754.6968,10754.6968 +269.5000,1.0000,2940.4704,57.1575,56.7540,0.2242,0.0000,5,1541.4665,345.9316,707.4765,-100.0020,55.8410,114.2023,-16.1425,0.8775,47.8651,0.0000,0.0000,7.0984,47.8154,-0.8333,0.0000,48.6487,0.0000,48.6487,6.2363,42.4123,0.0000,42.4123,0.3159,42.0964,0.0000,0.0000,10.5556,31.5409,1.1389,11356.2508,11356.2508,11356.2508,11356.2508,11356.2508 +270.5000,1.0000,2956.5763,57.9810,57.5610,0.2333,0.0000,5,1560.4640,354.5876,717.1365,-101.1287,57.9437,117.1883,-16.5256,0.9322,49.8643,0.0000,0.0000,7.1471,49.8143,-0.8567,0.0000,50.6710,0.0000,50.6710,6.3262,44.3449,0.0000,44.3449,0.3336,44.0113,0.0000,0.0000,10.7077,33.3036,1.1174,11768.4269,11768.4269,11768.4269,11768.4269,11768.4269 +271.5000,1.0000,2972.8925,58.7385,58.4010,0.1875,0.0000,5,1585.4890,315.4926,725.3172,-102.6129,52.3819,120.4259,-17.0370,1.4894,43.6314,0.0000,0.0000,7.2611,43.8007,-0.8387,0.0000,44.6394,0.0000,44.6394,6.4088,38.2306,0.0000,38.2306,0.2715,37.9590,0.0000,0.0000,10.8475,27.1115,1.1347,10758.4817,10758.4817,10758.4817,10758.4817,10758.4817 +272.5000,1.0000,2989.3976,59.4185,59.0760,0.1903,0.0000,5,1607.8050,313.4409,718.5898,-103.7514,52.7737,120.9882,-17.4685,0.6930,44.7743,0.0000,0.0000,7.3064,44.7120,-0.8546,0.0000,45.5666,0.0000,45.5666,6.4830,39.0835,0.0000,39.0835,0.2787,38.8048,0.0000,0.0000,10.9731,27.8317,1.1264,10875.5243,10875.5243,10875.5243,10875.5243,10875.5243 +273.5000,1.0000,3006.0619,59.9915,59.7610,0.1281,0.0000,5,1618.3720,257.6085,720.7759,-104.1277,43.6583,122.1539,-17.6471,0.3526,35.9645,0.0000,0.0000,7.3412,35.9054,-0.8196,0.0000,36.7250,0.0000,36.7250,6.5455,30.1795,0.0000,30.1795,0.1894,29.9901,0.0000,0.0000,11.0789,18.9111,1.1409,9160.3639,9160.3639,9160.3639,9160.3639,9160.3639 +274.5000,1.0000,3022.8214,60.3340,60.2220,0.0622,0.0000,5,1631.9145,202.4447,707.0037,-104.6100,34.5965,120.8225,-17.8772,1.0016,26.1708,0.0000,0.0000,7.4241,26.2823,-0.7767,0.0000,27.0591,0.0000,27.0591,6.5829,20.4761,0.0000,20.4761,0.0926,20.3836,0.0000,0.0000,11.1422,9.2414,1.1435,7496.8711,7496.8711,7496.8711,7496.8711,7496.8711 +275.5000,1.0000,3039.5625,60.2680,60.4460,-0.0989,0.0000,5,1639.6965,54.5858,693.0445,-104.8872,9.3728,119.0017,-18.0100,-0.2228,2.2047,0.0000,0.0000,7.3910,2.2082,-0.6795,0.0000,2.8877,0.0000,2.8877,6.5757,-3.6881,0.0000,-3.6881,-0.1469,-3.5411,0.0000,0.0000,11.1300,-14.6711,1.1324,3516.9997,3516.9997,3516.9997,3516.9997,3516.9997 +276.5000,1.0000,3056.1557,59.7355,60.0900,-0.1969,0.0000,5,1629.1675,-33.7997,646.9926,-104.5122,-5.7664,110.3808,-17.8304,-0.8321,-12.3975,0.0000,0.0000,7.4631,-12.4078,-0.7066,0.0000,-11.7012,0.0000,-11.7012,6.5176,-18.2188,0.0000,-18.2188,-0.2901,-17.9288,0.0000,0.0000,11.0317,-28.9605,1.2624,1639.2744,1639.2744,1639.2744,1639.2744,1639.2744 +277.5000,1.0000,3072.5799,59.1270,59.3810,-0.1411,0.0000,5,1610.9710,14.1524,614.1763,-103.8642,2.3875,103.6118,-17.5219,-0.9774,-4.0569,0.0000,0.0000,7.4219,-4.0494,-0.6754,0.0000,-3.3740,0.0000,-3.3740,6.4512,-9.8253,0.0000,-9.8253,-0.2057,-9.6196,0.0000,0.0000,10.9193,-20.5389,1.2704,2684.6349,2684.6349,2684.6349,2684.6349,2684.6349 +278.5000,1.0000,3088.8790,58.6770,58.8730,-0.1089,0.0000,5,1593.9575,43.9610,623.0251,-103.1151,7.3379,103.9946,-17.2119,-0.6983,0.6975,0.0000,0.0000,7.3387,0.6967,-0.6559,0.0000,1.3525,0.0000,1.3525,6.4021,-5.0496,0.0000,-5.0496,-0.1575,-4.8921,0.0000,0.0000,10.8362,-15.7283,1.2651,3199.2360,3199.2360,3199.2360,3199.2360,3199.2360 +279.5000,1.0000,3105.1025,58.4045,58.4810,-0.0425,0.0000,5,1583.6195,104.5452,628.5648,-102.5020,17.3374,104.2388,-16.9985,-0.3116,10.3299,0.0000,0.0000,7.3191,10.3226,-0.6642,0.0000,10.9867,0.0000,10.9867,6.3724,4.6143,0.0000,4.6143,-0.0612,4.6755,0.0000,0.0000,10.7859,-6.1103,1.2618,4350.0135,4350.0135,4350.0135,4350.0135,4350.0135 +280.5000,1.0000,3121.3111,58.3510,58.3280,0.0128,0.0000,5,1583.2760,156.0969,647.5123,-102.4816,25.8809,107.3577,-16.9915,0.2782,18.2670,0.0000,0.0000,7.3358,18.2928,-0.7036,0.0000,18.9963,0.0000,18.9963,6.3666,12.6298,0.0000,12.6298,0.0184,12.6114,0.0000,0.0000,10.7760,1.8354,1.2346,5868.8938,5868.8938,5868.8938,5868.8938,5868.8938 +281.5000,1.0000,3137.5531,58.4710,58.3740,0.0539,0.0000,5,1582.3225,188.8138,663.5331,-102.4251,31.2865,109.9477,-16.9719,-0.3707,24.3753,0.0000,0.0000,7.2818,24.2763,-0.7357,0.0000,25.0120,0.0000,25.0120,6.3796,18.6324,0.0000,18.6324,0.0777,18.5547,0.0000,0.0000,10.7981,7.7566,1.2219,6841.0674,6841.0674,6841.0674,6841.0674,6841.0674 +282.5000,1.0000,3153.8481,58.6620,58.5680,0.0522,0.0000,5,1585.1835,193.3965,674.6214,-102.5947,32.1038,111.9872,-17.0307,0.6498,24.0500,0.0000,0.0000,7.4040,24.1126,-0.7380,0.0000,24.8507,0.0000,24.8507,6.4005,18.4502,0.0000,18.4502,0.0755,18.3746,0.0000,0.0000,10.8334,7.5412,1.3033,6991.1366,6991.1366,6991.1366,6991.1366,6991.1366 +283.5000,1.0000,3170.2106,58.9050,58.7560,0.0828,0.0000,5,1595.9030,229.7376,679.0210,-103.2305,38.3943,113.4797,-17.2521,0.3963,28.6635,0.0000,0.0000,9.3345,28.6636,-0.7650,0.0000,29.4287,0.0000,29.4287,6.4270,23.0017,0.0000,23.0017,0.1202,22.8814,0.0000,0.0000,10.8783,12.0031,1.1868,8163.3225,8163.3225,8163.3225,8163.3225,8163.3225 +284.5000,1.0000,3186.6506,59.1840,59.0540,0.0722,0.0000,5,1601.4725,219.7717,692.0008,-103.5259,36.8570,116.0526,-17.3619,0.1500,27.2862,0.0000,0.0000,9.4208,27.2523,-0.7625,0.0000,28.0148,0.0000,28.0148,6.4574,21.5574,0.0000,21.5574,0.1054,21.4520,0.0000,0.0000,10.9298,10.5221,1.2538,7885.5529,7885.5529,7885.5529,7885.5529,7885.5529 +285.5000,1.0000,3203.1683,59.4640,59.3140,0.0833,0.0000,5,1606.0500,230.6213,690.0672,-103.6889,38.7871,116.0591,-17.4389,0.3010,29.0321,0.0000,0.0000,9.4540,29.0140,-0.7760,0.0000,29.7901,0.0000,29.7901,6.4880,23.3021,0.0000,23.3021,0.1222,23.1799,0.0000,0.0000,10.9815,12.1984,1.2552,8249.7310,8249.7310,8249.7310,8249.7310,8249.7310 +286.5000,1.0000,3219.7651,59.7485,59.6140,0.0747,0.0000,5,1609.0255,222.3352,694.1465,-103.7949,37.4628,116.9614,-17.4891,-0.0076,27.9425,0.0000,0.0000,9.5279,27.8784,-0.7750,0.0000,28.6534,0.0000,28.6534,6.5190,22.1344,0.0000,22.1344,0.1101,22.0243,0.0000,0.0000,11.0341,10.9902,1.3244,8004.6687,8004.6687,8004.6687,8004.6687,8004.6687 +287.5000,1.0000,3236.4324,60.0020,59.8830,0.0661,0.0000,5,1610.1700,215.6419,691.9721,-103.8357,36.3608,116.6780,-17.5084,0.1207,26.7496,0.0000,0.0000,9.4904,26.7169,-0.7734,0.0000,27.4903,0.0000,27.4903,6.5467,20.9436,0.0000,20.9436,0.0978,20.8458,0.0000,0.0000,11.0809,9.7649,1.2701,7800.2814,7800.2814,7800.2814,7800.2814,7800.2814 +288.5000,1.0000,3253.1751,60.2740,60.1210,0.0850,0.0000,5,1625.6200,237.9780,693.1093,-104.3859,40.5121,117.9911,-17.7701,1.4205,29.4702,0.0000,0.0000,9.6214,29.6529,-0.7928,0.0000,30.4456,0.0000,30.4456,6.5764,23.8693,0.0000,23.8693,0.1263,23.7429,0.0000,0.0000,11.1311,12.6118,1.3159,8580.8058,8580.8058,8580.8058,8580.8058,8580.8058 +289.5000,1.0000,3270.0067,60.5935,60.4270,0.0925,0.0000,5,1649.7290,240.0330,705.0666,-105.2445,41.4679,121.8068,-18.1820,1.0010,30.8327,0.0000,0.0000,9.6343,30.9324,-0.8046,0.0000,31.7369,0.0000,31.7369,6.6112,25.1257,0.0000,25.1257,0.1382,24.9875,0.0000,0.0000,11.1901,13.7974,1.2552,8768.5518,8768.5518,8768.5518,8768.5518,8768.5518 +290.5000,1.0000,3286.9343,60.9395,60.7600,0.0997,0.0000,5,1655.9850,228.3584,707.8880,-105.4673,39.6006,122.7579,-18.2895,-0.3685,32.3613,0.0000,0.0000,7.6079,32.1957,-0.8168,0.0000,33.0124,0.0000,33.0124,6.6490,26.3634,0.0000,26.3634,0.1498,26.2136,0.0000,0.0000,11.2540,14.9596,1.3391,8433.8212,8433.8212,8433.8212,8433.8212,8433.8212 +291.5000,1.0000,3303.9783,61.3585,61.1190,0.1331,0.0000,5,1662.2415,264.4627,706.1216,-105.6901,46.0349,122.9142,-18.3974,1.0086,37.3981,0.0000,0.0000,7.6282,37.4741,-0.8505,0.0000,38.3246,0.0000,38.3246,6.6947,31.6299,0.0000,31.6299,0.2013,31.4287,0.0000,0.0000,11.3314,20.0973,1.3001,9654.5725,9654.5725,9654.5725,9654.5725,9654.5725 +292.5000,1.0000,3321.1536,61.8310,61.5980,0.1294,0.0000,5,1676.1275,264.7174,719.1121,-106.1846,46.4642,126.2212,-18.6379,0.4123,38.3986,0.0000,0.0000,7.6533,38.3459,-0.8630,0.0000,39.2088,0.0000,39.2088,6.7463,32.4626,0.0000,32.4626,0.1973,32.2652,0.0000,1.1442,11.4187,19.7024,1.2908,9762.5172,9762.5172,9762.5172,9762.5172,9762.5172 +293.5000,1.0000,3338.4890,62.4075,62.0640,0.1908,0.0000,5,1684.7105,326.1178,721.4148,-106.4902,57.5345,127.2738,-18.7873,0.4736,49.3242,0.0000,0.0000,7.7367,49.1875,-0.9276,0.0000,50.1151,0.0000,50.1151,6.8092,43.3059,0.0000,43.3059,0.2936,43.0123,0.0000,2.1701,11.5251,29.3170,1.3481,11844.1996,11844.1996,11844.1996,11844.1996,11844.1996 +294.5000,1.0000,3356.0139,63.0895,62.7510,0.1881,0.0000,5,1706.5310,337.7769,741.8144,-107.2673,60.3633,132.5678,-19.1695,1.8071,50.7247,0.0000,0.0000,7.8315,50.9638,-0.9483,0.0000,51.9121,0.0000,51.9121,6.8836,45.0285,0.0000,45.0285,0.2925,44.7360,0.0000,3.8789,11.6511,29.2060,1.3139,12413.7755,12413.7755,12413.7755,12413.7755,12413.7755 +295.5000,1.0000,3373.7039,63.6840,63.4280,0.1422,0.0000,5,1727.3595,292.9965,749.1656,-108.0091,52.9998,135.5156,-19.5376,0.3803,44.7592,0.0000,0.0000,7.8602,44.6725,-0.9269,0.0000,45.5994,0.0000,45.5994,6.9484,38.6509,0.0000,38.6509,0.2233,38.4276,0.0000,4.3708,11.7609,22.2960,1.3285,11048.4120,11048.4120,11048.4120,11048.4120,11048.4120 +296.5000,1.0000,3391.5361,64.1960,63.9400,0.1422,0.0000,5,1735.4845,299.9331,740.4971,-108.2985,54.5097,134.5776,-19.6821,0.4838,46.1614,0.0000,0.0000,7.8645,46.0983,-0.9430,0.0000,47.0413,0.0000,47.0413,7.0043,40.0370,0.0000,40.0370,0.2251,39.8119,0.0000,5.4813,11.8554,22.4753,1.2940,11349.0175,11349.0175,11349.0175,11349.0175,11349.0175 +297.5000,1.0000,3409.5179,64.7345,64.4520,0.1569,0.0000,5,1740.7490,322.4312,743.5111,-108.4859,58.7762,135.5352,-19.7760,0.0775,50.8447,0.0000,0.0000,7.8541,50.6448,-0.9755,0.0000,51.6203,0.0000,51.6203,7.0630,44.5572,0.0000,44.5572,0.2505,44.3067,0.0000,7.3420,11.9549,25.0098,1.2825,12132.4471,12132.4471,12132.4471,12132.4471,12132.4471 +298.5000,1.0000,3427.6479,65.2680,65.0170,0.1394,0.0000,5,1756.0465,322.7594,751.8598,-109.0307,59.3531,138.2616,-20.0500,1.5715,49.8164,0.0000,0.0000,7.9652,50.0374,-0.9818,0.0000,51.0192,0.0000,51.0192,7.1213,43.8979,0.0000,43.8979,0.2244,43.6735,0.0000,9.2159,12.0534,22.4043,1.2940,12245.7010,12245.7010,12245.7010,12245.7010,12245.7010 +299.5000,1.0000,3445.9250,65.7975,65.5190,0.1547,0.0000,5,1772.8315,341.1038,755.5729,-109.6285,63.3261,140.2725,-20.3526,0.2409,55.0883,0.0000,0.0000,7.9969,54.9246,-1.0159,0.0000,55.9405,0.0000,55.9405,7.1790,48.7615,0.0000,48.7615,0.2510,48.5105,0.0000,11.2987,12.1512,25.0606,1.2940,12995.6771,12995.6771,12995.6771,12995.6771,12995.6771 +300.5000,1.0000,3464.3403,66.2950,66.0760,0.1217,0.0000,5,1791.7145,319.3610,763.6542,-110.3010,59.9210,143.2828,-20.6955,1.8343,49.9553,0.0000,0.0000,8.1315,50.2541,-1.0013,0.0000,51.2553,0.0000,51.2553,7.2333,44.0220,0.0000,44.0220,0.1989,43.8232,0.0000,11.7246,12.2430,19.8555,1.2940,12393.3643,12393.3643,12393.3643,12393.3643,12393.3643 +301.5000,1.0000,3482.8915,66.7845,66.5140,0.1503,0.0000,5,1808.5375,336.0112,762.5072,-110.9168,63.6370,144.4109,-21.0065,0.0169,55.4518,0.0000,0.0000,8.1683,55.2327,-1.0352,0.0000,56.2679,0.0000,56.2679,7.2867,48.9812,0.0000,48.9812,0.2474,48.7338,0.0000,11.6945,12.3334,24.7058,1.3285,13115.8946,13115.8946,13115.8946,13115.8946,13115.8946 +302.5000,1.0000,3501.5932,67.3260,67.0550,0.1506,0.0000,5,1817.2730,348.5632,767.8134,-111.2451,66.3331,146.1183,-21.1704,0.9579,57.2223,0.0000,0.0000,8.1529,57.2621,-1.0553,0.0000,58.3174,0.0000,58.3174,7.3458,50.9716,0.0000,50.9716,0.2499,50.7217,0.0000,13.3360,12.4334,24.9522,1.2595,13623.5708,13623.5708,13623.5708,13623.5708,13623.5708 +303.5000,1.0000,3520.3918,67.6750,67.5970,0.0433,0.0000,5,1833.6385,265.2445,772.8747,-111.8600,50.9318,148.4060,-21.4792,0.8764,41.8028,0.0000,0.0000,8.2526,41.9319,-0.9842,0.0000,42.9161,0.0000,42.9161,7.3839,35.5322,0.0000,35.5322,0.0723,35.4599,0.0000,15.7430,12.4979,7.2190,1.2940,10732.1728,10732.1728,10732.1728,10732.1728,10732.1728 +304.5000,1.0000,3539.1779,67.6300,67.7530,-0.0683,0.0000,5,1843.0995,167.8124,758.9242,-112.2155,32.3893,146.4791,-21.6586,0.1900,23.8955,0.0000,0.0000,8.3038,23.9609,-0.8926,0.0000,24.8535,0.0000,24.8535,7.3790,17.4745,0.0000,17.4745,-0.1139,17.5884,0.0000,16.4752,12.4896,-11.3763,1.3490,7385.6349,7385.6349,7385.6349,7385.6349,7385.6349 +305.5000,1.0000,3557.8478,67.2115,67.5070,-0.1642,0.0000,5,1842.9085,89.0588,740.5355,-112.2084,17.1874,142.9152,-21.6550,-0.2116,9.1252,0.0000,0.0000,8.2737,9.1562,-0.8102,0.0000,9.9664,0.0000,9.9664,7.3333,2.6331,0.0000,2.6331,-0.2720,2.9052,0.0000,17.6546,12.4123,-27.1618,1.3347,4915.1845,4915.1845,4915.1845,4915.1845,4915.1845 +306.5000,1.0000,3576.3178,66.4920,66.9160,-0.2356,0.0000,5,1827.6110,13.9436,720.9348,-111.6335,2.6686,137.9775,-21.3652,-1.5071,-3.9843,0.0000,0.0000,8.1600,-3.9804,-0.8067,0.0000,-3.1737,0.0000,-3.1737,7.2548,-10.4285,0.0000,-10.4285,-0.3862,-10.0424,0.0000,16.2342,12.2794,-38.5560,1.3175,3262.7147,3262.7147,3262.7147,3262.7147,3262.7147 +307.5000,1.0000,3594.5663,65.6945,66.0680,-0.2075,0.0000,5,1800.9460,40.4921,696.6956,-110.6316,7.6366,131.3930,-20.8645,-1.4640,1.0295,0.0000,0.0000,8.0711,1.0278,-0.7795,0.0000,1.8072,0.0000,1.8072,7.1678,-5.3606,0.0000,-5.3606,-0.3361,-5.0245,0.0000,16.3998,12.1321,-33.5565,1.3170,3733.0689,3733.0689,3733.0689,3733.0689,3733.0689 +308.5000,1.0000,3612.5838,64.8630,65.3210,-0.2544,0.0000,5,1770.6190,-7.1553,691.4009,-109.5497,-1.3267,128.1987,-20.3126,-1.8583,-7.3480,0.0000,0.0000,7.8796,-7.3289,-0.7850,0.0000,-6.5439,0.0000,-6.5439,7.0771,-13.6209,0.0000,-13.6209,-0.4069,-13.2140,0.0000,15.4348,11.9786,-40.6274,1.2825,2629.7407,2629.7407,2629.7407,2629.7407,2629.7407 +309.5000,1.0000,3630.3813,64.0710,64.4050,-0.1856,0.0000,5,1741.7030,52.3161,669.2535,-108.5199,9.5420,122.0656,-19.7930,-1.2649,2.9997,0.0000,0.0000,7.8072,2.9949,-0.7449,0.0000,3.7398,0.0000,3.7398,6.9907,-3.2508,0.0000,-3.2508,-0.2931,-2.9577,0.0000,14.4761,11.8323,-29.2661,1.2825,3758.2036,3758.2036,3758.2036,3758.2036,3758.2036 +310.5000,1.0000,3647.9919,63.3985,63.7370,-0.1881,0.0000,5,1728.5420,57.9615,679.2702,-108.0512,10.4917,122.9564,-19.5586,-0.1417,2.8429,0.0000,0.0000,7.7906,2.8559,-0.7331,0.0000,3.5890,0.0000,3.5890,6.9173,-3.3282,0.0000,-3.3282,-0.2939,-3.0343,0.0000,14.6067,11.7081,-29.3491,1.2799,3834.7831,3834.7831,3834.7831,3834.7831,3834.7831 +311.5000,1.0000,3665.4378,62.8050,63.0600,-0.1417,0.0000,5,1717.1360,87.5616,676.7855,-107.6450,15.7452,121.6983,-19.3565,-1.0620,9.0671,0.0000,0.0000,7.7401,9.0507,-0.7317,0.0000,9.7824,0.0000,9.7824,6.8525,2.9299,0.0000,2.9299,-0.2194,3.1492,0.0000,13.4531,11.5985,-21.9024,1.3036,4386.2206,4386.2206,4386.2206,4386.2206,4386.2206 +312.5000,1.0000,3682.7606,62.3620,62.5500,-0.1044,0.0000,5,1695.2775,120.1123,677.4910,-106.8666,21.3234,120.2743,-18.9719,-1.2272,14.8806,0.0000,0.0000,7.6700,14.8218,-0.7532,0.0000,15.5751,0.0000,15.5751,6.8042,8.7709,0.0000,8.7709,-0.1606,8.9315,0.0000,13.4485,11.5167,-16.0337,1.3241,5195.4501,5195.4501,5195.4501,5195.4501,5195.4501 +313.5000,1.0000,3700.0181,62.1270,62.1740,-0.0261,0.0000,5,1677.9205,192.8266,680.9386,-106.2484,33.8818,119.6487,-18.6691,-0.5739,26.8112,0.0000,0.0000,7.6446,26.7424,-0.8094,0.0000,27.5518,0.0000,27.5518,6.7785,20.7733,0.0000,20.7733,-0.0400,20.8133,0.0000,13.3333,11.4733,-3.9933,1.3460,7426.3437,7426.3437,7426.3437,7426.3437,7426.3437 +314.5000,1.0000,3717.2422,62.0070,62.0800,-0.0406,0.0000,5,1680.5525,191.8992,701.1295,-106.3422,33.7718,123.3897,-18.7148,0.8464,25.2482,0.0000,0.0000,7.6772,25.4013,-0.8006,0.0000,26.2019,0.0000,26.2019,6.7655,19.4364,0.0000,19.4364,-0.0620,19.4984,0.0000,14.2377,11.4512,-6.1904,1.3331,7410.2085,7410.2085,7410.2085,7410.2085,7410.2085 +315.5000,1.0000,3734.3943,61.7475,61.9340,-0.1036,0.0000,5,1686.0075,127.6438,702.2496,-106.5364,22.5366,123.9880,-18.8099,-0.2844,15.2091,0.0000,0.0000,7.6118,15.2304,-0.7448,0.0000,15.9751,0.0000,15.9751,6.7371,9.2380,0.0000,9.2380,-0.1577,9.3957,0.0000,13.7416,11.4032,-15.7491,1.2802,5388.3341,5388.3341,5388.3341,5388.3341,5388.3341 +316.5000,1.0000,3751.4254,61.3120,61.5610,-0.1383,0.0000,5,1672.4270,82.5544,681.3241,-106.0528,14.4583,119.3245,-18.5737,-1.1127,8.1505,0.0000,0.0000,7.4205,8.1307,-0.7015,0.0000,8.8322,0.0000,8.8322,6.6896,2.1426,0.0000,2.1426,-0.2091,2.3517,0.0000,11.9075,11.3228,-20.8786,1.1667,4155.7054,4155.7054,4155.7054,4155.7054,4155.7054 +317.5000,1.0000,3768.2953,60.7315,61.0630,-0.1842,0.0000,5,1643.8545,36.3173,660.0790,-105.0353,6.2518,113.6287,-18.0812,-1.7907,0.7181,0.0000,0.0000,7.3244,0.7143,-0.6912,0.0000,1.4055,0.0000,1.4055,6.6263,-5.2208,0.0000,-5.2208,-0.2758,-4.9450,0.0000,11.3724,11.2156,-27.5330,1.1583,3183.7650,3183.7650,3183.7650,3183.7650,3183.7650 +318.5000,1.0000,3784.9914,60.1060,60.4000,-0.1633,0.0000,5,1623.4075,67.4021,639.7504,-104.3071,11.4585,108.7594,-17.7325,-0.2700,4.4902,0.0000,0.0000,7.2384,4.5048,-0.6709,0.0000,5.1757,0.0000,5.1757,6.5580,-1.3823,0.0000,-1.3823,-0.2420,-1.1403,0.0000,11.9266,11.1001,-24.1670,1.1042,3717.3522,3717.3522,3717.3522,3717.3522,3717.3522 +319.5000,1.0000,3801.5214,59.5080,59.8120,-0.1689,0.0000,5,1620.7370,57.9238,648.1085,-104.2120,9.8310,109.9990,-17.6872,0.0038,2.5183,0.0000,0.0000,7.3089,2.5313,-0.6655,0.0000,3.1968,0.0000,3.1968,6.4928,-3.2960,0.0000,-3.2960,-0.2478,-3.0482,0.0000,10.7025,10.9897,-24.7403,1.1664,3532.3891,3532.3891,3532.3891,3532.3891,3532.3891 +320.5000,1.0000,3817.9307,59.0735,59.2040,-0.0725,0.0000,5,1611.5435,136.9439,642.4731,-103.8846,23.1107,108.4240,-17.5316,-0.9136,16.7817,0.0000,0.0000,7.2426,16.7225,-0.7075,0.0000,17.4300,0.0000,17.4300,6.4454,10.9846,0.0000,10.9846,-0.1056,11.0902,0.0000,10.7237,10.9094,-10.5429,1.1647,5410.0986,5410.0986,5410.0986,5410.0986,5410.0986 +321.5000,1.0000,3834.3089,58.9615,58.9430,0.0103,0.0000,5,1595.7885,215.1807,662.2635,-103.2237,35.9590,110.6712,-17.2498,-0.6393,29.4144,0.0000,0.0000,7.1838,29.2850,-0.7691,0.0000,30.0541,0.0000,30.0541,6.4332,23.6209,0.0000,23.6209,0.0149,23.6060,0.0000,11.2255,10.8887,1.4918,1.1492,7705.3145,7705.3145,7705.3145,7705.3145,7705.3145 +322.5000,1.0000,3850.7128,59.0540,58.9800,0.0411,0.0000,5,1593.1560,241.5344,685.4951,-103.0676,40.2964,114.3645,-17.1953,0.3807,32.7562,0.0000,0.0000,7.1595,32.7951,-0.7883,0.0000,33.5835,0.0000,33.5835,6.4433,27.1402,0.0000,27.1402,0.0599,27.0804,0.0000,10.1982,10.9058,5.9764,1.0860,8515.2628,8515.2628,8515.2628,8515.2628,8515.2628 +323.5000,1.0000,3867.1817,59.2880,59.1280,0.0889,0.0000,5,1604.5240,290.3062,696.0532,-103.6346,48.7788,116.9546,-17.4132,0.7367,40.8031,0.0000,0.0000,7.2389,40.8829,-0.8331,0.0000,41.7160,0.0000,41.7160,6.4688,35.2472,0.0000,35.2472,0.1299,35.1173,0.0000,11.1951,10.9490,12.9731,1.0881,10116.6348,10116.6348,10116.6348,10116.6348,10116.6348 +324.5000,1.0000,3883.7479,59.6385,59.4480,0.1058,0.0000,5,1613.5270,306.5541,712.9280,-103.9552,51.7979,120.4621,-17.5651,0.1512,44.3963,0.0000,0.0000,7.2503,44.2968,-0.8561,0.0000,45.1529,0.0000,45.1529,6.5070,38.6459,0.0000,38.6459,0.1556,38.4903,0.0000,11.9391,11.0138,15.5374,1.1274,10700.4546,10700.4546,10700.4546,10700.4546,10700.4546 +325.5000,1.0000,3900.4121,59.9910,59.8290,0.0900,0.0000,5,1618.9440,297.0949,719.1263,-104.1481,50.3681,121.9174,-17.6568,0.3868,42.7967,0.0000,0.0000,7.1845,42.7841,-0.8543,0.0000,43.6384,0.0000,43.6384,6.5455,37.0929,0.0000,37.0929,0.1331,36.9598,0.0000,12.5899,11.0789,13.2910,1.0532,10436.4342,10436.4342,10436.4342,10436.4342,10436.4342 +326.5000,1.0000,3917.1415,60.2260,60.1530,0.0406,0.0000,5,1628.5955,252.2265,718.0666,-104.4918,43.0163,122.4635,-17.8207,0.5761,35.1009,0.0000,0.0000,7.3392,35.1824,-0.8199,0.0000,36.0023,0.0000,36.0023,6.5711,29.4311,0.0000,29.4311,0.0602,29.3709,0.0000,12.2360,11.1223,6.0126,1.1428,9043.5586,9043.5586,9043.5586,9043.5586,9043.5586 +327.5000,1.0000,3933.9035,60.3430,60.2990,0.0244,0.0000,5,1644.9990,253.4844,708.3287,-105.0760,43.6662,122.0195,-18.1008,1.0752,35.2207,0.0000,0.0000,7.3704,35.4227,-0.8230,0.0000,36.2458,0.0000,36.2458,6.5839,29.6619,0.0000,29.6619,0.0364,29.6255,0.0000,14.8505,11.1439,3.6311,1.1459,9166.8884,9166.8884,9166.8884,9166.8884,9166.8884 +328.5000,1.0000,3950.6451,60.2700,60.3870,-0.0650,0.0000,5,1645.4950,172.1323,709.5116,-105.0937,29.6611,122.2601,-18.1093,-1.0254,23.3681,0.0000,0.0000,7.3184,23.2692,-0.7604,0.0000,24.0296,0.0000,24.0296,6.5759,17.4537,0.0000,17.4537,-0.0966,17.5503,0.0000,16.0636,11.1304,-9.6437,1.1460,6600.4984,6600.4984,6600.4984,6600.4984,6600.4984 +329.5000,1.0000,3967.3133,60.0055,60.1530,-0.0819,0.0000,5,1635.5005,170.6073,683.6838,-104.7377,29.2198,117.0940,-17.9384,0.0153,21.8992,0.0000,0.0000,7.3053,21.9552,-0.7494,0.0000,22.7046,0.0000,22.7046,6.5471,16.1575,0.0000,16.1575,-0.1212,16.2787,0.0000,17.3015,11.0815,-12.1043,1.1441,6500.7808,6500.7808,6500.7808,6500.7808,6500.7808 +330.5000,1.0000,3983.8744,59.6200,59.8580,-0.1322,0.0000,5,1617.8380,111.2292,678.8276,-104.1087,18.8444,115.0067,-17.6381,-1.7700,13.4209,0.0000,0.0000,7.1934,13.3264,-0.6994,0.0000,14.0257,0.0000,14.0257,6.5050,7.5207,0.0000,7.5207,-0.1944,7.7151,0.0000,16.1103,11.0103,-19.4055,1.1408,4661.7748,4661.7748,4661.7748,4661.7748,4661.7748 +331.5000,1.0000,4000.3417,59.2820,59.3820,-0.0556,0.0000,5,1595.5595,188.1208,654.2556,-103.2101,31.4325,109.3173,-17.2450,-0.4374,24.6734,0.0000,0.0000,7.1964,24.6459,-0.7510,0.0000,25.3969,0.0000,25.3969,6.4681,18.9288,0.0000,18.9288,-0.0812,19.0100,0.0000,16.1694,10.9479,-8.1074,1.1491,6881.8022,6881.8022,6881.8022,6881.8022,6881.8022 +332.5000,1.0000,4016.7701,59.1425,59.1820,-0.0219,0.0000,5,1604.9820,229.3730,679.9553,-103.6509,38.5515,114.2823,-17.4209,1.3687,29.9227,0.0000,0.0000,7.2602,30.2017,-0.7767,0.0000,30.9784,0.0000,30.9784,6.4529,24.5255,0.0000,24.5255,-0.0320,24.5575,0.0000,16.8302,10.9222,-3.1949,1.1258,8205.0646,8205.0646,8205.0646,8205.0646,8205.0646 +333.5000,1.0000,4033.1999,59.1470,59.1030,0.0244,0.0000,5,1610.0560,245.3100,693.9168,-103.8316,41.3604,116.9976,-17.5065,-0.8713,35.0090,0.0000,0.0000,7.2227,34.7915,-0.8000,0.0000,35.5915,0.0000,35.5915,6.4534,29.1381,0.0000,29.1381,0.0356,29.1024,0.0000,14.6203,10.9230,3.5591,1.1519,8731.5747,8731.5747,8731.5747,8731.5747,8731.5747 +334.5000,1.0000,4049.6654,59.2760,59.1910,0.0472,0.0000,5,1602.7315,288.3150,697.6780,-103.5707,48.3901,117.0966,-17.3831,0.1464,41.0502,0.0000,0.0000,7.1935,41.0295,-0.8336,0.0000,41.8631,0.0000,41.8631,6.4675,35.3956,0.0000,35.3956,0.0690,35.3266,0.0000,17.4892,10.9468,6.8906,1.1379,10044.9324,10044.9324,10044.9324,10044.9324,10044.9324 +335.5000,1.0000,4066.2144,59.5765,59.3610,0.1197,0.0000,5,1603.9520,354.9284,710.7555,-103.6142,59.6157,119.3824,-17.4036,-0.0263,52.4390,0.0000,0.0000,7.2030,52.2413,-0.8952,0.0000,53.1365,0.0000,53.1365,6.5003,46.6363,0.0000,46.6363,0.1759,46.4604,0.0000,17.8999,11.0023,17.5582,1.1507,12149.4014,12149.4014,12149.4014,12149.4014,12149.4014 +336.5000,1.0000,4082.8767,59.9840,59.7920,0.1067,0.0000,5,1614.7095,341.8790,732.5021,-103.9973,57.8090,123.8602,-17.5851,1.0932,49.4125,0.0000,0.0000,7.3033,49.5911,-0.8886,0.0000,50.4797,0.0000,50.4797,6.5447,43.9350,0.0000,43.9350,0.1577,43.7773,0.0000,16.9492,11.0776,15.7505,1.1527,11817.0655,11817.0655,11817.0655,11817.0655,11817.0655 +337.5000,1.0000,4099.5715,60.1015,60.1760,-0.0414,0.0000,5,1629.0150,213.8711,731.0523,-104.5068,36.4843,124.7103,-17.8278,0.3282,28.8624,0.0000,0.0000,7.2937,28.9564,-0.7863,0.0000,29.7428,0.0000,29.7428,6.5575,23.1852,0.0000,23.1852,-0.0613,23.2465,0.0000,18.2708,11.0993,-6.1235,1.1304,7840.9578,7840.9578,7840.9578,7840.9578,7840.9578 +338.5000,1.0000,4116.2239,59.9485,60.0270,-0.0436,0.0000,5,1627.8325,193.9868,693.7796,-104.4647,33.0682,118.2660,-17.8077,-0.4462,26.2564,0.0000,0.0000,7.2580,26.2188,-0.7700,0.0000,26.9887,0.0000,26.9887,6.5409,20.4479,0.0000,20.4479,-0.0645,20.5123,0.0000,15.8772,11.0710,-6.4358,1.1427,7207.4014,7207.4014,7207.4014,7207.4014,7207.4014 +339.5000,1.0000,4132.7997,59.6730,59.8700,-0.1094,0.0000,5,1624.7805,142.8790,687.1681,-104.3560,24.3104,116.9193,-17.7558,0.1408,16.9111,0.0000,0.0000,7.2584,16.9818,-0.7187,0.0000,17.7006,0.0000,17.7006,6.5108,11.1898,0.0000,11.1898,-0.1610,11.3508,0.0000,16.4075,11.0201,-16.0768,1.1296,5627.7665,5627.7665,5627.7665,5627.7665,5627.7665 +340.5000,1.0000,4149.2054,59.0605,59.4760,-0.2308,0.0000,5,1619.5925,-21.9957,670.5340,-104.1712,-3.7305,113.7248,-17.6678,-0.6564,-10.3251,0.0000,0.0000,7.2510,-10.3559,-0.6899,0.0000,-9.6660,0.0000,-9.6660,6.4440,-16.1100,0.0000,-16.1100,-0.3361,-15.7738,0.0000,6.8794,10.9070,-33.5602,1.1662,1903.3308,1903.3308,1903.3308,1903.3308,1903.3308 +341.5000,1.0000,4165.3713,58.1970,58.6450,-0.2489,0.0000,5,1592.4695,-76.7034,611.0063,-103.0268,-12.7913,101.8933,-17.1811,-2.0071,-17.8655,0.0000,0.0000,7.0813,-17.7720,-0.6937,0.0000,-17.0784,0.0000,-17.0784,6.3498,-23.4281,0.0000,-23.4281,-0.3571,-23.0710,0.0000,1.8377,10.7475,-35.6562,1.1109,510.4070,510.4070,510.4070,510.4070,510.4070 +342.5000,1.0000,4181.2950,57.3255,57.7490,-0.2353,0.0000,5,1557.9460,-71.2379,579.2253,-100.9793,-11.6223,94.4993,-16.4745,-1.3394,-17.3116,0.0000,0.0000,7.0288,-17.2837,-0.6778,0.0000,-16.6060,0.0000,-16.6060,6.2547,-22.8607,0.0000,-22.8607,-0.3325,-22.5281,0.0000,0.0868,10.5866,-33.2015,1.1420,601.6400,601.6400,601.6400,601.6400,601.6400 +343.5000,1.0000,4197.0074,56.5645,56.9020,-0.1875,0.0000,5,1538.4145,-24.5728,573.4570,-99.8210,-3.9587,92.3853,-16.0814,-0.5226,-10.3750,0.0000,0.0000,6.9389,-10.3998,-0.6479,0.0000,-9.7518,0.0000,-9.7518,6.1716,-15.9235,0.0000,-15.9235,-0.2615,-15.6620,0.0000,0.0000,10.4461,-26.1081,1.1258,1680.4760,1680.4760,1680.4760,1680.4760,1680.4760 +344.5000,1.0000,4212.5519,55.9605,56.2270,-0.1481,0.0000,5,1519.6460,5.2800,582.2803,-98.7078,0.8402,92.6623,-15.7081,-1.2353,-4.8026,0.0000,0.0000,6.8781,-4.7835,-0.6240,0.0000,-4.1596,0.0000,-4.1596,6.1057,-10.2653,0.0000,-10.2653,-0.2043,-10.0610,0.0000,0.0000,10.3345,-20.3956,1.1348,2305.8359,2305.8359,2305.8359,2305.8359,2305.8359 +345.5000,1.0000,4227.9335,55.3735,55.6940,-0.1781,0.0000,5,1501.8695,-15.6207,586.3287,-97.6535,-2.4568,92.2151,-15.3585,-0.4187,-8.8461,0.0000,0.0000,6.8080,-8.8707,-0.6245,0.0000,-8.2462,0.0000,-8.2462,6.0417,-14.2879,0.0000,-14.2879,-0.2431,-14.0448,0.0000,0.0000,10.2261,-24.2709,1.1312,1807.2075,1807.2075,1807.2075,1807.2075,1807.2075 +346.5000,1.0000,4243.1456,54.7635,55.0530,-0.1608,0.0000,5,1491.0735,-1.3821,575.1001,-97.0133,-0.2158,89.7989,-15.1481,-0.5729,-6.4118,0.0000,0.0000,6.7689,-6.4189,-0.6084,0.0000,-5.8104,0.0000,-5.8104,5.9751,-11.7855,0.0000,-11.7855,-0.2172,-11.5684,0.0000,0.0000,10.1135,-21.6819,1.1272,2116.4886,2116.4886,2116.4886,2116.4886,2116.4886 +347.5000,1.0000,4258.1831,54.1350,54.4740,-0.1883,0.0000,5,1477.9125,-25.5118,575.5962,-96.2327,-3.9484,89.0831,-14.8936,-0.6267,-10.0364,0.0000,0.0000,6.7147,-10.0524,-0.6073,0.0000,-9.4452,0.0000,-9.4452,5.9066,-15.3517,0.0000,-15.3517,-0.2514,-15.1003,0.0000,0.0000,9.9974,-25.0977,1.1223,1546.8151,1546.8151,1546.8151,1546.8151,1546.8151 +348.5000,1.0000,4273.0258,53.4340,53.7960,-0.2011,0.0000,5,1460.5175,-38.8496,560.7143,-95.2010,-5.9418,85.7585,-14.5605,-0.9409,-11.6251,0.0000,0.0000,6.6242,-11.6204,-0.5999,0.0000,-11.0204,0.0000,-11.0204,5.8301,-16.8505,0.0000,-16.8505,-0.2649,-16.5856,0.0000,0.0000,9.8679,-26.4535,1.0869,1215.7644,1215.7644,1215.7644,1215.7644,1215.7644 +349.5000,1.0000,4287.6597,52.6820,53.0720,-0.2167,0.0000,5,1438.6590,-52.7508,548.0882,-93.9047,-7.9472,82.5728,-14.1473,-1.0044,-13.5023,0.0000,0.0000,6.5594,-13.4955,-0.5926,0.0000,-12.9029,0.0000,-12.9029,5.7480,-18.6509,0.0000,-18.6509,-0.2814,-18.3695,0.0000,0.0000,9.7291,-28.0985,1.0946,864.8830,864.8830,864.8830,864.8830,864.8830 +350.5000,1.0000,4302.0993,51.9825,52.2920,-0.1719,0.0000,5,1419.2420,-11.4556,536.0943,-92.7531,-1.7026,79.6758,-13.7852,-0.7015,-7.5160,0.0000,0.0000,6.5150,-7.5181,-0.5667,0.0000,-6.9514,0.0000,-6.9514,5.6717,-12.6231,0.0000,-12.6231,-0.2204,-12.4027,0.0000,0.0000,9.5999,-22.0026,1.1030,1733.1678,1733.1678,1733.1678,1733.1678,1733.1678 +351.5000,1.0000,4316.3551,51.3210,51.6730,-0.1956,0.0000,5,1399.7485,-34.0625,545.6786,-91.5970,-4.9929,79.9863,-13.4264,-0.9838,-10.4533,0.0000,0.0000,6.4441,-10.4394,-0.5637,0.0000,-9.8757,0.0000,-9.8757,5.5995,-15.4753,0.0000,-15.4753,-0.2474,-15.2278,0.0000,0.0000,9.4777,-24.7055,1.0973,1190.5278,1190.5278,1190.5278,1190.5278,1190.5278 +352.5000,1.0000,4330.4283,50.6635,50.9690,-0.1697,0.0000,5,1380.7890,-8.8904,530.5827,-90.4725,-1.2855,76.7201,-13.0820,-0.6372,-7.0359,0.0000,0.0000,6.3877,-7.0401,-0.5450,0.0000,-6.4951,0.0000,-6.4951,5.5278,-12.0229,0.0000,-12.0229,-0.2120,-11.8109,0.0000,0.0000,9.3563,-21.1672,1.0918,1708.4103,1708.4103,1708.4103,1708.4103,1708.4103 +353.5000,1.0000,4344.2932,49.9135,50.3580,-0.2469,0.0000,5,1368.5820,-73.1667,536.8344,-89.7485,-10.4861,76.9378,-12.8625,-0.3943,-16.4485,0.0000,0.0000,6.3568,-16.5394,-0.5571,0.0000,-15.9823,0.0000,-15.9823,5.4460,-21.4283,0.0000,-21.4283,-0.3039,-21.1244,0.0000,0.0000,9.2178,-30.3422,1.0882,278.9547,278.9547,278.9547,278.9547,278.9547 +354.5000,1.0000,4357.9143,49.0360,49.4690,-0.2406,0.0000,5,1346.5325,-75.9775,503.4818,-88.4408,-10.7135,70.9952,-12.4709,-1.4353,-15.5271,0.0000,0.0000,6.2489,-15.4635,-0.5411,0.0000,-14.9224,0.0000,-14.9224,5.3502,-20.2726,0.0000,-20.2726,-0.2908,-19.9818,0.0000,0.0000,9.0557,-29.0375,1.0677,182.8135,182.8135,182.8135,182.8135,182.8135 +355.5000,1.0000,4371.2633,48.0565,48.6030,-0.3036,0.0000,5,1319.6765,-86.8481,493.5118,-86.8481,-12.0021,68.2015,-12.0021,-0.7698,-17.4072,0.0000,0.0000,6.1749,-17.4807,-0.5314,0.0000,-16.9493,0.0000,-16.9493,5.2433,-22.1927,5.2091,-27.4018,-0.3597,-27.0421,0.0000,0.0000,8.8748,-35.9169,1.0599,0.0000,0.0000,0.0000,0.0000,0.0000 +356.5000,1.0000,4384.2306,46.6820,47.5100,-0.4600,0.0000,5,1294.4230,-85.3503,480.8914,-85.3503,-11.5694,65.1856,-11.5694,-1.2524,-16.4021,0.0000,0.0000,6.0851,-16.4950,-0.5086,0.0000,-15.9864,0.0000,-15.9864,5.0934,-21.0798,23.6898,-44.7696,-0.5294,-44.2401,0.0000,0.0000,8.6210,-52.8611,1.0680,0.0000,0.0000,0.0000,0.0000,0.0000 +357.5000,1.0000,4396.7415,45.0395,45.8540,-0.4525,0.0000,5,1256.3900,-83.0947,469.4119,-83.0947,-10.9327,61.7600,-10.9327,-1.7189,-16.9450,0.0000,0.0000,7.7313,-16.9511,-0.4871,0.0000,-16.4640,0.0000,-16.4640,4.9142,-21.3782,20.9763,-42.3545,-0.5025,-41.8520,0.0000,0.0000,8.3177,-50.1697,1.0472,0.0000,0.0000,0.0000,0.0000,0.0000 +358.5000,1.0000,4408.8847,43.7155,44.2250,-0.2831,0.0000,5,1212.1005,-80.4679,457.0978,-80.4679,-10.2139,58.0198,-10.2139,-1.6385,-16.1631,0.0000,0.0000,7.5877,-16.0567,-0.4651,0.0000,-15.5916,0.0000,-15.5916,4.7697,-20.3614,2.3310,-22.6924,-0.3051,-22.3873,0.0000,0.0000,8.0732,-30.4605,1.0384,0.0000,0.0000,0.0000,0.0000,0.0000 +359.5000,1.0000,4420.7443,42.6945,43.2060,-0.2842,0.0000,5,1178.2635,-78.4537,448.3795,-78.4537,-9.6802,55.3244,-9.6802,-0.8557,-16.2137,0.0000,0.0000,7.3892,-16.2456,-0.4527,0.0000,-15.7929,0.0000,-15.7929,4.6583,-20.4512,1.8291,-22.2803,-0.2991,-21.9812,0.0000,0.0000,7.8846,-29.8658,1.0051,0.0000,0.0000,0.0000,0.0000,0.0000 +360.5000,1.0000,4432.3179,41.6650,42.1830,-0.2878,0.0000,5,1148.0510,-76.6514,440.2839,-76.6514,-9.2153,52.9325,-9.2153,-1.2963,-15.3147,0.0000,0.0000,7.3958,-15.2592,-0.4346,0.0000,-14.8245,0.0000,-14.8245,4.5460,-19.3705,2.7466,-22.1171,-0.2956,-21.8215,0.0000,0.0000,7.6945,-29.5160,1.1394,0.0000,0.0000,0.0000,0.0000,0.0000 +361.5000,1.0000,4443.5653,40.4905,41.1470,-0.3647,0.0000,5,1117.5330,-74.8310,432.1699,-74.8310,-8.7573,50.5759,-8.7573,-0.8325,-15.2308,0.0000,0.0000,7.3061,-15.3138,-0.4201,0.0000,-14.8937,0.0000,-14.8937,4.4178,-19.3115,9.9283,-29.2399,-0.3641,-28.8758,0.0000,0.0000,7.4776,-36.3534,1.1316,0.0000,0.0000,0.0000,0.0000,0.0000 +362.5000,1.0000,4454.4458,39.1700,39.8340,-0.3689,0.0000,5,1094.1865,-73.3689,426.4912,-73.3689,-8.4068,48.8686,-8.4068,-0.7536,-14.9291,0.0000,0.0000,7.2759,-15.0309,-0.4023,0.0000,-14.6285,0.0000,-14.6285,4.2738,-18.9023,9.7898,-28.6921,-0.3562,-28.3358,0.0000,0.0000,7.2337,-35.5696,1.1381,0.0000,0.0000,0.0000,0.0000,0.0000 +363.5000,1.0000,4465.1100,38.3910,38.5060,-0.0639,0.0000,5,1061.4555,94.0406,417.0965,-71.0260,10.4531,46.3625,-7.8949,-1.4025,4.9162,0.0000,0.0000,6.9394,4.8310,-0.3493,0.0000,5.1803,0.0000,5.1803,4.1888,0.9915,0.0000,0.9915,-0.0605,1.0520,0.0000,0.0000,7.0899,-6.0379,1.0026,2877.1410,2877.1410,2877.1410,2877.1410,2877.1410 +364.5000,1.0000,4475.8390,38.6245,38.2760,0.1936,0.0000,5,1038.1475,336.2418,495.4173,-69.3575,36.5544,53.8591,-7.5402,-0.1143,29.7810,0.0000,0.0000,6.8877,29.4637,-0.4766,0.0000,29.9403,0.0000,29.9403,4.2142,25.7260,0.0000,25.7260,0.1844,25.5417,0.0000,0.0000,7.1330,18.4087,0.9739,7442.4866,7442.4866,7442.4866,7442.4866,7442.4866 +365.5000,1.0000,4486.8428,39.6135,38.9730,0.3558,0.0000,5,1050.2405,492.5162,614.7037,-70.2232,54.1674,67.6057,-7.7232,0.8956,46.2637,0.0000,0.0000,7.0082,46.1295,-0.5731,0.0000,46.7026,0.0000,46.7026,4.3402,42.3623,0.0000,42.3623,0.3475,42.0148,0.0000,0.0000,7.3156,34.6992,0.9999,10801.1858,10801.1858,10801.1858,10801.1858,10801.1858 +366.5000,1.0000,4498.1994,40.8840,40.2540,0.3500,0.0000,5,1078.8130,474.1100,691.5143,-72.2685,53.5616,78.1225,-8.1644,0.9730,47.0880,0.0000,0.0000,5.5006,47.0048,-0.5937,0.0000,47.5984,0.0000,47.5984,4.4704,43.1280,0.0000,43.1280,0.3528,42.7752,0.0000,0.0000,7.5503,35.2250,1.0067,10645.6831,10645.6831,10645.6831,10645.6831,10645.6831 +367.5000,1.0000,4509.9781,42.4030,41.5140,0.4939,0.0000,5,1118.8300,608.8220,686.8475,-74.9083,71.3318,80.4735,-8.7765,1.7404,63.9633,0.0000,0.0000,5.6281,64.0682,-0.6996,0.0000,64.7678,0.0000,64.7678,4.8675,59.9003,0.0000,59.9003,0.5163,59.3839,0.0000,0.0000,7.8308,51.5531,1.0162,14106.0943,14106.0943,14106.0943,14106.0943,14106.0943 +368.5000,1.0000,4522.2542,44.1940,43.2920,0.5011,0.0000,5,1165.1410,614.5542,752.5921,-77.6709,74.9838,91.8262,-9.4769,1.5012,67.7275,0.0000,0.0000,5.7551,67.5680,-0.7411,0.0000,68.3091,0.0000,68.3091,5.0852,63.2239,0.0000,63.2239,0.5460,62.6779,0.0000,0.0000,8.1615,54.5163,1.0282,14776.5804,14776.5804,14776.5804,14776.5804,14776.5804 +369.5000,1.0000,4535.0042,45.9000,45.0960,0.4467,0.0000,5,1208.7055,563.8829,761.0020,-80.2666,71.3737,96.3241,-10.1598,1.6763,63.8189,0.0000,0.0000,5.8784,63.8922,-0.7459,0.0000,64.6380,0.0000,64.6380,5.1869,59.4512,0.0000,59.4512,0.5055,58.9457,0.0000,0.0000,8.4766,50.4691,1.0377,14125.4918,14125.4918,14125.4918,14125.4918,14125.4918 +370.5000,1.0000,4548.1649,47.3785,46.7040,0.3747,0.0000,5,1257.2675,494.1688,743.5930,-83.1467,65.0626,97.9020,-10.9472,2.0058,57.0212,0.0000,0.0000,6.0357,57.3825,-0.7337,0.0000,58.1161,0.0000,58.1161,5.2249,52.8912,0.0000,52.8912,0.4377,52.4535,0.0000,0.0000,8.7496,43.7039,1.0607,12941.2630,12941.2630,12941.2630,12941.2630,12941.2630 +371.5000,1.0000,4561.6540,48.5610,48.0530,0.2822,0.0000,5,1294.5375,403.6594,721.4508,-85.3571,54.7215,97.8025,-11.5713,0.8977,47.7222,0.0000,0.0000,6.1017,47.6401,-0.7013,0.0000,48.3414,0.0000,48.3414,5.2984,43.0430,0.0000,43.0430,0.3379,42.7051,0.0000,0.0000,8.9680,33.7371,1.0414,10968.5272,10968.5272,10968.5272,10968.5272,10968.5272 +372.5000,1.0000,4575.4647,49.7185,49.0690,0.3608,0.0000,5,1322.1560,477.0946,690.1025,-86.9951,66.0565,95.5487,-12.0450,1.3257,58.5119,0.0000,0.0000,6.2190,58.4706,-0.7728,0.0000,59.2434,0.0000,59.2434,5.4568,53.7866,0.0000,53.7866,0.4423,53.3443,0.0000,0.0000,9.1818,44.1625,1.0747,13125.7334,13125.7334,13125.7334,13125.7334,13125.7334 +373.5000,1.0000,4589.6267,50.9830,50.3680,0.3417,0.0000,5,1351.3005,459.4775,723.9330,-88.7236,65.0197,102.4422,-12.5551,1.0637,57.6479,0.0000,0.0000,6.3081,57.5011,-0.7866,0.0000,58.2877,0.0000,58.2877,5.5626,52.7250,0.0000,52.7250,0.4295,52.2955,0.0000,0.0000,9.4153,42.8802,1.0691,12924.4158,12924.4158,12924.4158,12924.4158,12924.4158 +374.5000,1.0000,4604.1175,52.1670,51.5980,0.3161,0.0000,5,1382.3145,437.7216,721.5783,-90.5630,63.3627,104.4525,-13.1095,1.5447,55.4086,0.0000,0.0000,6.4094,55.5323,-0.7944,0.0000,56.3266,0.0000,56.3266,5.6918,50.6348,0.0000,50.6348,0.4066,50.2282,0.0000,0.0000,9.6340,40.5943,1.0922,12630.0653,12630.0653,12630.0653,12630.0653,12630.0653 +375.5000,1.0000,4618.9306,53.3270,52.7360,0.3283,0.0000,5,1423.0565,446.9166,718.9923,-92.9793,66.6005,107.1458,-13.8560,1.9703,58.0997,0.0000,0.0000,6.5304,58.3733,-0.8264,0.0000,59.1997,0.0000,59.1997,5.8184,53.3813,0.0000,53.3813,0.4317,52.9496,0.0000,0.0000,9.8482,43.1014,1.0900,13246.2842,13246.2842,13246.2842,13246.2842,13246.2842 +376.5000,1.0000,4634.0460,54.4155,53.9180,0.2764,0.0000,5,1459.3730,395.4277,729.2303,-95.1332,60.4313,111.4448,-14.5387,1.2342,52.5511,0.0000,0.0000,6.6460,52.5664,-0.8139,0.0000,53.3802,0.0000,53.3802,5.9372,47.4431,0.0000,47.4431,0.3708,47.0723,0.0000,0.0000,10.0492,37.0231,1.0865,12174.8004,12174.8004,12174.8004,12174.8004,12174.8004 +377.5000,1.0000,4649.4588,55.4860,54.9130,0.3183,0.0000,5,1487.8690,433.3356,717.2497,-96.8232,67.5177,111.7541,-15.0860,1.3454,59.3772,0.0000,0.0000,6.7950,59.3520,-0.8649,0.0000,60.2169,0.0000,60.2169,6.0540,54.1629,0.0000,54.1629,0.4355,53.7274,0.0000,0.0000,10.2469,43.4805,1.1260,13495.1712,13495.1712,13495.1712,13495.1712,13495.1712 +378.5000,1.0000,4665.1656,56.5445,56.0590,0.2697,0.0000,5,1512.0930,388.5071,735.4225,-98.2599,61.5186,116.4512,-15.5591,0.8821,53.8013,0.0000,0.0000,6.8352,53.6784,-0.8531,0.0000,54.5315,0.0000,54.5315,6.1695,48.3620,0.0000,48.3620,0.3760,47.9860,0.0000,0.0000,10.4424,37.5436,1.1334,12414.0735,12414.0735,12414.0735,12414.0735,12414.0735 +379.5000,1.0000,4681.1300,57.4720,57.0300,0.2456,0.0000,5,1544.0605,370.3927,726.2425,-100.1558,59.8901,117.4288,-16.1946,2.1305,50.7720,0.0000,0.0000,6.9877,51.1176,-0.8550,0.0000,51.9727,0.0000,51.9727,6.2706,45.7020,0.0000,45.7020,0.3479,45.3541,0.0000,0.0000,10.6137,34.7404,1.1268,12122.3425,12122.3425,12122.3425,12122.3425,12122.3425 +380.5000,1.0000,4697.3567,58.4160,57.9140,0.2789,0.0000,5,1572.2895,392.3367,726.9669,-101.8300,64.5981,119.6949,-16.7663,0.5562,57.0476,0.0000,0.0000,6.9943,56.7688,-0.8989,0.0000,57.6677,0.0000,57.6677,6.3736,51.2941,0.0000,51.2941,0.4017,50.8924,0.0000,0.0000,10.7880,40.1044,1.1196,13054.9059,13054.9059,13054.9059,13054.9059,13054.9059 +381.5000,1.0000,4713.8075,59.2230,58.9180,0.1694,0.0000,5,1592.6605,299.3201,738.9743,-103.0382,49.9215,123.2484,-17.1850,1.4290,41.3483,0.0000,0.0000,7.1442,41.5138,-0.8352,0.0000,42.3490,0.0000,42.3490,6.4617,35.8873,0.0000,35.8873,0.2474,35.6399,0.0000,0.0000,10.9370,24.7028,1.1486,10326.9554,10326.9554,10326.9554,10326.9554,10326.9554 +382.5000,1.0000,4730.3965,59.7205,59.5280,0.1069,0.0000,5,1617.0750,240.4591,715.5138,-104.0816,40.7193,121.1649,-17.6251,0.9736,32.5338,0.0000,0.0000,7.2118,32.6259,-0.7985,0.0000,33.4245,0.0000,33.4245,6.5160,26.9085,0.0000,26.9085,0.1575,26.7510,0.0000,0.0000,11.0289,15.7221,1.1532,8615.0740,8615.0740,8615.0740,8615.0740,8615.0740 +383.5000,1.0000,4747.0217,59.8505,59.9130,-0.0347,0.0000,5,1633.4020,114.4736,702.2173,-104.6630,19.5806,120.1139,-17.9026,0.6543,11.6622,0.0000,0.0000,7.2641,11.7210,-0.6951,0.0000,12.4161,0.0000,12.4161,6.5302,5.8860,0.0000,5.8860,-0.0512,5.9372,0.0000,0.0000,11.0529,-5.1157,1.1563,4806.2461,4806.2461,4806.2461,4806.2461,4806.2461 +384.5000,1.0000,4763.5779,59.6025,59.7880,-0.1031,0.0000,5,1627.5655,44.1538,664.2823,-104.4552,7.5255,113.2191,-17.8032,-1.2353,1.5758,0.0000,0.0000,7.1850,1.5688,-0.6695,0.0000,2.2383,0.0000,2.2383,6.5031,-4.2648,0.0000,-4.2648,-0.1514,-4.1134,0.0000,0.0000,11.0071,-15.1205,1.1552,3290.4469,3290.4469,3290.4469,3290.4469,3290.4469 +385.5000,1.0000,4780.0394,59.2615,59.4170,-0.0864,0.0000,5,1613.0695,64.9190,638.7898,-103.9389,10.9661,107.9045,-17.5574,-0.2116,4.0184,0.0000,0.0000,7.1594,4.0236,-0.6576,0.0000,4.6812,0.0000,4.6812,6.4659,-1.7847,0.0000,-1.7847,-0.1262,-1.6585,0.0000,0.0000,10.9441,-12.6026,1.1524,3644.8005,3644.8005,3644.8005,3644.8005,3644.8005 +386.5000,1.0000,4796.4703,59.1510,59.1060,0.0250,0.0000,5,1602.3115,159.3057,641.8138,-103.5558,26.7305,107.6923,-17.3760,-0.8483,20.4528,0.0000,0.0000,7.1260,20.3273,-0.7270,0.0000,21.0543,0.0000,21.0543,6.4538,14.6004,0.0000,14.6004,0.0365,14.5640,0.0000,0.0000,10.9237,3.6403,1.1504,6049.3488,6049.3488,6049.3488,6049.3488,6049.3488 +387.5000,1.0000,4812.9461,59.3130,59.1960,0.0650,0.0000,5,1600.4425,202.9966,670.3160,-103.4892,34.0218,112.3436,-17.3446,0.6637,26.1925,0.0000,0.0000,7.1657,26.2512,-0.7596,0.0000,27.0108,0.0000,27.0108,6.4715,20.5393,0.0000,20.5393,0.0951,20.4442,0.0000,0.0000,10.9536,9.4906,1.1500,7353.3833,7353.3833,7353.3833,7353.3833,7353.3833 +388.5000,1.0000,4829.5149,59.6475,59.4300,0.1208,0.0000,5,1611.4675,250.5216,686.0274,-103.8819,42.2761,115.7688,-17.5303,0.4228,34.6703,0.0000,0.0000,7.1831,34.6359,-0.8075,0.0000,35.4434,0.0000,35.4434,6.5080,28.9353,0.0000,28.9353,0.1777,28.7576,0.0000,0.0000,11.0154,17.7422,1.1521,8902.4831,8902.4831,8902.4831,8902.4831,8902.4831 +389.5000,1.0000,4846.2054,60.0860,59.8650,0.1228,0.0000,5,1619.8595,252.5220,702.4040,-104.1807,42.8356,119.1497,-17.6723,0.4098,35.2167,0.0000,0.0000,7.2091,35.1769,-0.8175,0.0000,35.9944,0.0000,35.9944,6.5559,29.4386,0.0000,29.4386,0.1819,29.2567,0.0000,0.0000,11.0964,18.1603,1.1537,9008.1967,9008.1967,9008.1967,9008.1967,9008.1967 +390.5000,1.0000,4863.0375,60.5955,60.3070,0.1603,0.0000,5,1638.5900,289.2471,706.8212,-104.8478,49.6327,121.2854,-17.9911,1.4703,40.9242,0.0000,0.0000,7.2383,41.0934,-0.8559,0.0000,41.9494,0.0000,41.9494,6.6114,35.3379,0.0000,35.3379,0.2395,35.0985,0.0000,0.0000,11.1905,23.9080,1.1071,10314.5122,10314.5122,10314.5122,10314.5122,10314.5122 +391.5000,1.0000,4880.0536,61.2580,60.8840,0.2078,0.0000,5,1661.6315,327.4451,722.2200,-105.6683,56.9773,125.6704,-18.3869,0.8603,48.7869,0.0000,0.0000,7.3301,48.7369,-0.9057,0.0000,49.6426,0.0000,49.6426,6.6837,42.9589,0.0000,42.9589,0.3138,42.6451,0.0000,0.0000,11.3128,31.3322,1.1365,11700.2337,11700.2337,11700.2337,11700.2337,11700.2337 +392.5000,1.0000,4897.2728,61.9890,61.6320,0.1983,0.0000,5,1674.9450,318.6218,736.0594,-106.1425,55.8862,129.1047,-18.6174,0.5023,48.0013,0.0000,0.0000,7.3826,47.8656,-0.9137,0.0000,48.7794,0.0000,48.7794,6.7635,42.0159,0.0000,42.0159,0.3031,41.7128,0.0000,0.0000,11.4478,30.2649,1.1675,11518.7735,11518.7735,11518.7735,11518.7735,11518.7735 +393.5000,1.0000,4914.6793,62.6635,62.3460,0.1764,0.0000,5,1695.5825,303.6728,737.6118,-106.8774,53.9204,130.9711,-18.9773,1.6405,44.7921,0.0000,0.0000,7.4878,44.9804,-0.9107,0.0000,45.8912,0.0000,45.8912,6.8371,39.0541,0.0000,39.0541,0.2725,38.7816,0.0000,0.0000,11.5724,27.2092,1.1603,11197.5877,11197.5877,11197.5877,11197.5877,11197.5877 +394.5000,1.0000,4932.2363,63.2050,62.9810,0.1244,0.0000,5,1703.4025,247.6230,736.0088,-107.1559,44.1710,131.2892,-19.1145,-0.8300,37.5506,0.0000,0.0000,7.4503,37.2437,-0.8810,0.0000,38.1248,0.0000,38.1248,6.8962,31.2286,0.0000,31.2286,0.1939,31.0347,0.0000,0.0000,11.6724,19.3623,1.1764,9377.2882,9377.2882,9377.2882,9377.2882,9377.2882 +395.5000,1.0000,4949.8917,63.5595,63.4290,0.0725,0.0000,5,1710.3835,213.2419,723.1549,-107.4045,38.1939,129.5250,-19.2373,1.5667,29.0893,0.0000,0.0000,7.5380,29.2829,-0.8470,0.0000,30.1298,0.0000,30.1298,6.9348,23.1950,0.0000,23.1950,0.1136,23.0814,0.0000,0.0000,11.7379,11.3435,1.1786,8259.3557,8259.3557,8259.3557,8259.3557,8259.3557 +396.5000,1.0000,4967.5843,63.6935,63.6900,0.0019,0.0000,5,1724.1930,141.9736,717.7529,-107.8963,25.6343,129.5954,-19.4814,-0.1171,18.2392,0.0000,0.0000,7.5122,18.2265,-0.7935,0.0000,19.0200,0.0000,19.0200,6.9495,12.0705,0.0000,12.0705,0.0031,12.0675,0.0000,0.0000,11.7626,0.3049,1.1556,6010.5839,6010.5839,6010.5839,6010.5839,6010.5839 +397.5000,1.0000,4985.2856,63.7245,63.6970,0.0153,0.0000,5,1725.0325,155.2472,700.4765,-107.9262,28.0446,126.5376,-19.4963,0.2061,20.3230,0.0000,0.0000,7.5156,20.3371,-0.8047,0.0000,21.1418,0.0000,21.1418,6.9528,14.1889,0.0000,14.1889,0.0240,14.1649,0.0000,0.0000,11.7683,2.3966,1.1559,6437.2622,6437.2622,6437.2622,6437.2622,6437.2622 +398.5000,1.0000,5003.0019,63.7790,63.7520,0.0150,0.0000,5,1724.9560,152.9901,703.8092,-107.9235,27.6357,127.1340,-19.4950,-0.2142,20.3428,0.0000,0.0000,7.5071,20.3103,-0.8055,0.0000,21.1158,0.0000,21.1158,6.9588,14.1570,0.0000,14.1570,0.0236,14.1334,0.0000,0.0000,11.7784,2.3550,1.1559,6364.9642,6364.9642,6364.9642,6364.9642,6364.9642 +399.5000,1.0000,5020.7522,63.9010,63.8060,0.0528,0.0000,5,1722.3240,187.5300,702.5223,-107.8298,33.8232,126.7079,-19.4483,-0.0645,26.3688,0.0000,0.0000,7.5189,26.3203,-0.8380,0.0000,27.1583,0.0000,27.1583,6.9721,20.1862,0.0000,20.1862,0.0831,20.1030,0.0000,0.0000,11.8009,8.3021,1.1823,7464.2881,7464.2881,7464.2881,7464.2881,7464.2881 +400.5000,1.0000,5038.5711,64.1480,63.9960,0.0844,0.0000,5,1732.9675,223.0130,713.8765,-108.2088,40.4715,129.5514,-19.6373,1.1976,31.6559,0.0000,0.0000,7.6179,31.7862,-0.8699,0.0000,32.6561,0.0000,32.6561,6.9991,25.6570,0.0000,25.6570,0.1336,25.5234,0.0000,0.3422,11.8465,13.3347,1.1857,8691.3138,8691.3138,8691.3138,8691.3138,8691.3138 +401.5000,1.0000,5056.4913,64.5125,64.3000,0.1181,0.0000,5,1754.4060,256.1499,727.9768,-108.9723,47.0601,133.7446,-20.0205,1.0973,38.2526,0.0000,0.0000,7.7102,38.3484,-0.9094,0.0000,39.2578,0.0000,39.2578,7.0388,32.2190,0.0000,32.2190,0.1878,32.0312,0.0000,1.3692,11.9139,18.7482,1.1924,9921.2978,9921.2978,9921.2978,9921.2978,9921.2978 +402.5000,1.0000,5074.5272,64.9295,64.7250,0.1136,0.0000,5,1757.9535,252.0823,737.2376,-109.0986,46.4064,135.7199,-20.0842,-0.7166,39.4828,0.0000,0.0000,7.6402,39.2103,-0.9211,0.0000,40.1314,0.0000,40.1314,7.0843,33.0471,0.0000,33.0471,0.1819,32.8652,0.0000,2.7153,11.9909,18.1590,1.1798,9800.6292,9800.6292,9800.6292,9800.6292,9800.6292 +403.5000,1.0000,5092.6258,65.1550,65.1340,0.0117,0.0000,5,1758.1825,176.2325,736.4532,-109.1068,32.4473,135.5932,-20.0884,0.7414,24.0230,0.0000,0.0000,7.6829,24.1090,-0.8489,0.0000,24.9579,0.0000,24.9579,7.1089,17.8490,0.0000,17.8490,0.0187,17.8302,0.0000,3.9265,12.0325,1.8712,1.1936,7261.8263,7261.8263,7261.8263,7261.8263,7261.8263 +404.5000,1.0000,5110.7747,65.3360,65.1760,0.0889,0.0000,5,1763.4090,245.1655,720.0455,-109.2929,45.2732,132.9663,-20.1824,-0.1776,37.7724,0.0000,0.0000,7.6784,37.6451,-0.9204,0.0000,38.5655,0.0000,38.5655,7.1287,31.4369,0.0000,31.4369,0.1432,31.2937,0.0000,4.9313,12.0659,14.2965,1.1815,9591.5820,9591.5820,9591.5820,9591.5820,9591.5820 +405.5000,1.0000,5129.0471,65.7805,65.4960,0.1581,0.0000,5,1771.9160,325.5034,738.1080,-109.5959,60.3986,136.9594,-20.3360,1.1041,51.5137,0.0000,0.0000,7.7808,51.5856,-0.9988,0.0000,52.5844,0.0000,52.5844,7.1772,45.4072,0.0000,45.4072,0.2563,45.1509,0.0000,7.4090,12.1480,25.5939,1.1979,12443.1050,12443.1050,12443.1050,12443.1050,12443.1050 +406.5000,1.0000,5147.4992,66.4275,66.0650,0.2014,0.0000,5,1793.1260,373.9031,760.5144,-110.3512,70.2099,142.8061,-20.7213,1.2182,61.1239,0.0000,0.0000,7.8678,61.1672,-1.0587,0.0000,62.2259,0.0000,62.2259,7.2478,54.9782,0.0000,54.9782,0.3298,54.6483,0.0000,9.4492,12.2675,32.9316,1.1906,14327.6775,14327.6775,14327.6775,14327.6775,14327.6775 +407.5000,1.0000,5166.2142,67.3740,66.7900,0.3244,0.0000,5,1823.6820,515.5996,775.6343,-111.4859,98.4669,148.1272,-21.2911,2.1831,88.2717,0.0000,0.0000,8.0121,88.4486,-1.2136,0.0000,89.6622,0.0000,89.6622,7.5353,82.1269,0.0000,82.1269,0.5389,81.5880,0.0000,15.3358,12.4423,53.8099,1.2021,19653.1181,19653.1181,19653.1181,19653.1181,19653.1181 +408.5000,1.0000,5185.2742,68.6160,67.9580,0.3656,0.0000,5,1848.7065,551.3587,806.1211,-112.4262,106.7409,156.0619,-21.7653,0.6280,98.0853,0.0000,0.0000,8.0276,97.4443,-1.2818,0.0000,98.7261,0.0000,98.7261,7.7854,90.9407,0.0000,90.9407,0.6184,90.3223,0.0000,15.9048,12.6717,61.7459,1.1791,21161.7790,21161.7790,21161.7790,21161.7790,21161.7790 +409.5000,1.0000,5204.6701,69.8255,69.2740,0.3064,0.0000,5,1881.2465,484.5594,814.4973,-113.6489,95.4600,160.4590,-22.3893,3.1203,84.0931,0.0000,0.0000,8.2466,84.6320,-1.2395,0.0000,85.8715,0.0000,85.8715,7.7037,78.1678,0.0000,78.1678,0.5275,77.6404,0.0000,12.0810,12.8950,52.6643,1.2021,19193.4164,19193.4164,19193.4164,19193.4164,19193.4164 +410.5000,1.0000,5224.3142,70.7185,70.3770,0.1897,0.0000,5,1913.4815,370.1718,806.5417,-114.8602,74.1748,161.6143,-23.0156,0.6142,65.3025,0.0000,0.0000,8.2581,65.1662,-1.1580,0.0000,66.3242,0.0000,66.3242,7.7159,58.6082,0.0000,58.6082,0.3308,58.2774,0.0000,12.1896,13.0600,33.0279,1.1906,15214.1050,15214.1050,15214.1050,15214.1050,15214.1050 +411.5000,1.0000,5244.1690,71.4775,71.0600,0.2319,0.0000,5,1928.2065,399.4776,792.1929,-115.4135,80.6630,159.9606,-23.3044,1.1247,71.1984,0.0000,0.0000,8.3399,71.1337,-1.2025,0.0000,72.3361,0.0000,72.3361,7.7988,64.5374,0.0000,64.5374,0.4087,64.1286,0.0000,10.1170,13.2001,40.8115,1.2021,16461.3199,16461.3199,16461.3199,16461.3199,16461.3199 +412.5000,1.0000,5264.0535,71.5840,71.8950,-0.1728,0.0000,5,1951.9340,42.1816,799.4457,-116.3051,8.6222,163.4115,-23.7735,1.7056,-1.5161,0.0000,0.0000,8.4327,-1.5339,-0.8978,0.0000,-0.6361,0.0000,-0.6361,7.8104,-8.4465,0.0000,-8.4465,-0.3049,-8.1415,0.0000,9.0849,13.2198,-30.4462,1.1906,4287.9980,4287.9980,4287.9980,4287.9980,4287.9980 +413.5000,1.0000,5283.7168,70.7880,71.2730,-0.2694,0.0000,6,1738.0790,-108.3909,681.2678,-108.3909,-19.7283,123.9984,-19.7283,-24.3450,-2.2963,0.0000,0.0000,6.9129,-2.0087,-0.6833,0.0000,-1.3254,0.0000,-1.3254,7.7235,-9.0489,13.5499,-22.5988,-0.4703,-22.1286,0.0000,11.7510,13.0728,-46.9524,1.1600,0.0000,0.0000,0.0000,0.0000,0.0000 +414.5000,1.0000,5303.1031,69.7905,70.3030,-0.2847,0.0070,6,1446.5935,-94.3752,517.1872,-94.3752,-14.2966,78.3471,-14.2966,-5.6324,-15.0853,0.0000,0.0000,6.4211,-14.5309,-0.7931,0.0000,-13.7378,0.0000,-13.7378,7.6147,-21.3524,2.4339,-23.7864,-0.4899,-23.2965,0.1179,12.6126,12.8886,-48.9155,1.1110,0.0000,0.0000,0.0000,0.0000,0.0000 +415.5000,1.0000,5322.0626,68.2545,69.2780,-0.5686,0.0110,6,1363.7370,-89.4612,498.8492,-89.4612,-12.7760,71.2408,-12.7760,-1.6293,-17.5494,0.0000,0.0000,6.4028,-17.5624,-0.8031,0.0000,-16.7593,0.0000,-16.7593,7.4471,-24.2064,50.3688,-74.5753,-0.9569,-73.6184,0.1812,9.1334,12.6049,-95.5379,1.0727,0.0000,0.0000,0.0000,0.0000,0.0000 +416.5000,1.0000,5340.6018,66.7410,67.2310,-0.2722,0.0110,6,1328.2215,-64.3921,490.3441,-87.3548,-8.9564,68.2025,-12.1503,-1.3100,-13.8015,0.0000,0.0000,6.1551,-13.7354,-0.7463,0.0000,-12.9891,0.0000,-12.9891,7.2820,-20.2711,0.0000,-20.2711,-0.4479,-19.8231,0.1772,12.3987,12.3254,-44.7245,1.0624,410.3131,410.3131,410.3131,410.3131,410.3131 +417.5000,1.0000,5358.9703,66.1265,66.2510,-0.0692,0.0020,6,1309.4530,178.6645,495.3728,-86.2417,24.4995,67.9283,-11.8259,-0.2178,18.6339,0.0000,0.0000,6.0833,18.6305,-0.8570,0.0000,19.4875,0.0000,19.4875,7.2149,12.2726,0.0000,12.2726,-0.1128,12.3853,0.0319,11.4005,12.2119,-11.2590,1.0443,5322.9059,5322.9059,5322.9059,5322.9059,5322.9059 +418.5000,1.0000,5377.3413,66.1355,66.0020,0.0742,0.0000,6,1300.2980,347.9500,595.8375,-85.6988,47.3793,81.1333,-11.6693,-0.5148,41.8261,0.0000,0.0000,6.0680,41.5348,-1.3343,0.0000,42.8691,0.0000,42.8691,7.2159,35.6532,0.0000,35.6532,0.1209,35.5323,0.0000,11.2441,12.2136,12.0746,1.0692,9596.0183,9596.0183,9596.0183,9596.0183,9596.0183 +419.5000,1.0000,5395.7854,66.3990,66.2690,0.0722,0.0000,6,1305.7530,341.7788,666.9758,-86.0223,46.7342,91.2010,-11.7625,0.9544,39.6731,0.0000,0.0000,6.1067,39.9565,-1.3042,0.0000,41.2607,0.0000,41.2607,7.2447,34.0161,0.0000,34.0161,0.1182,33.8978,0.0000,9.8307,12.2623,11.8049,1.0703,9474.3206,9474.3206,9474.3206,9474.3206,9474.3206 +420.5000,1.0000,5414.3517,66.8385,66.5290,0.1719,0.0000,6,1311.8185,454.6987,665.4292,-86.3820,62.4635,91.4122,-11.8666,-0.4702,56.8291,0.0000,0.0000,6.1046,56.3155,-1.6498,0.0000,57.9653,0.0000,57.9653,7.2926,50.6727,0.0000,50.6727,0.2833,50.3893,0.0000,9.7552,12.3434,28.2907,1.0717,12453.2805,12453.2805,12453.2805,12453.2805,12453.2805 +421.5000,1.0000,5433.1203,67.5670,67.1480,0.2328,0.0000,6,1315.1755,543.3898,713.2383,-86.5811,74.8383,98.2306,-11.9244,0.7425,67.9169,0.0000,0.0000,6.1789,67.9701,-1.9005,0.0000,69.8706,0.0000,69.8706,7.3721,62.4985,0.0000,62.4985,0.3878,62.1108,0.0000,10.9155,12.4780,38.7173,1.1149,14764.9720,14764.9720,14764.9720,14764.9720,14764.9720 +422.5000,1.0000,5452.1615,68.5485,67.9860,0.3125,0.0000,6,1341.8020,627.5234,749.3806,-88.1603,88.1753,105.2978,-12.3877,1.4365,80.3415,0.0000,0.0000,6.3973,80.7229,-2.1769,0.0000,82.8999,0.0000,82.8999,7.5418,75.3581,0.0000,75.3581,0.5281,74.8300,0.0000,9.4384,12.6592,52.7324,1.2562,17220.5062,17220.5062,17220.5062,17220.5062,17220.5062 +423.5000,1.0000,5471.5222,69.6985,69.1110,0.3264,0.0000,6,1370.8320,647.9119,785.4575,-89.8820,93.0098,112.7549,-12.9028,0.9763,85.6293,0.0000,0.0000,6.4043,85.6319,-2.2919,0.0000,87.9238,0.0000,87.9238,7.7228,80.2010,0.0000,80.2010,0.5609,79.6402,0.0000,10.7686,12.8716,56.0000,1.2016,18122.9510,18122.9510,18122.9510,18122.9510,18122.9510 +424.5000,1.0000,5491.1635,70.7085,70.2860,0.2347,0.0000,6,1396.2765,543.5704,796.4869,-91.3910,79.4796,116.4605,-13.3630,1.1874,69.8555,0.0000,0.0000,8.4367,70.1293,-1.9803,0.0000,72.1095,0.0000,72.1095,7.7149,64.3947,0.0000,64.3947,0.4092,63.9855,0.0000,10.0714,13.0581,40.8559,1.2486,15606.2761,15606.2761,15606.2761,15606.2761,15606.2761 +425.5000,1.0000,5511.0003,71.4125,71.1310,0.1564,0.0000,6,1405.7755,446.7553,760.2769,-91.9544,65.7680,111.9222,-13.5368,-0.3754,57.8162,0.0000,0.0000,8.3272,57.4110,-1.7232,0.0000,59.1342,0.0000,59.1342,7.7917,51.3426,0.0000,51.3426,0.2753,51.0672,0.0000,10.3869,13.1881,27.4922,1.2121,13088.6743,13088.6743,13088.6743,13088.6743,13088.6743 +426.5000,1.0000,5530.9954,71.9825,71.6940,0.1603,0.0000,6,1414.6260,465.7841,724.7278,-92.4793,69.0009,107.3607,-13.6998,1.1466,59.5164,0.0000,0.0000,8.3379,59.8319,-1.7801,0.0000,61.6120,0.0000,61.6120,7.8539,53.7582,0.0000,53.7582,0.2844,53.4737,0.0000,11.7796,13.2934,28.4007,1.0876,13677.7199,13677.7199,13677.7199,13677.7199,13677.7199 +427.5000,1.0000,5551.1831,72.6755,72.2710,0.2247,0.0000,6,1429.6560,544.4264,733.5864,-93.3707,81.5078,109.8276,-13.9788,0.1608,73.0139,0.0000,0.0000,8.3332,72.7028,-2.0562,0.0000,74.7590,0.0000,74.7590,7.9295,66.8295,0.0000,66.8295,0.4027,66.4268,0.0000,12.8020,13.4214,40.2034,1.0779,15988.4577,15988.4577,15988.4577,15988.4577,15988.4577 +428.5000,1.0000,5571.5857,73.4495,73.0800,0.2053,0.0000,6,1440.8715,523.8950,764.9563,-94.0359,79.0493,115.4225,-14.1889,0.8304,69.8139,0.0000,0.0000,8.4050,69.9169,-2.0070,0.0000,71.9239,0.0000,71.9239,8.0139,63.9100,0.0000,63.9100,0.3717,63.5383,0.0000,12.8580,13.5643,37.1159,1.0811,15551.0182,15551.0182,15551.0182,15551.0182,15551.0182 +429.5000,1.0000,5592.2053,74.2305,73.8190,0.2286,0.0000,6,1460.8225,541.6162,759.0586,-95.2191,82.8548,116.1185,-14.5663,0.9479,73.3882,0.0000,0.0000,8.5187,73.5115,-2.0910,0.0000,75.6025,0.0000,75.6025,8.0991,67.5033,0.0000,67.5033,0.4184,67.0849,0.0000,11.6021,13.7085,41.7743,1.1014,16249.0718,16249.0718,16249.0718,16249.0718,16249.0718 +430.5000,1.0000,5613.0122,74.9050,74.6420,0.1461,0.0000,6,1480.1630,439.1284,768.2443,-96.3662,68.0659,119.0796,-14.9370,0.7975,58.6856,0.0000,0.0000,8.5828,58.8269,-1.7929,0.0000,60.6198,0.0000,60.6198,8.1727,52.4471,0.0000,52.4471,0.2698,52.1772,0.0000,11.4025,13.8331,26.9416,1.1086,13578.7790,13578.7790,13578.7790,13578.7790,13578.7790 +431.5000,1.0000,5633.9549,75.3935,75.1680,0.1253,0.0000,6,1497.3675,400.9123,735.3814,-97.3865,62.8646,115.3107,-15.2706,0.7752,53.4235,0.0000,0.0000,8.6659,53.5641,-1.6890,0.0000,55.2531,0.0000,55.2531,8.2260,47.0271,0.0000,47.0271,0.2329,46.7942,0.0000,9.6201,13.9233,23.2508,1.1004,12671.1280,12671.1280,12671.1280,12671.1280,12671.1280 +432.5000,1.0000,5654.9936,75.7395,75.6190,0.0669,0.0000,6,1496.6045,329.5052,723.6507,-97.3413,51.6414,113.4135,-15.2557,-0.8450,43.9049,0.0000,0.0000,8.5815,43.5658,-1.4848,0.0000,45.0506,0.0000,45.0506,8.2638,36.7868,0.0000,36.7868,0.1250,36.6618,0.0000,10.1931,13.9872,12.4815,1.1001,10560.9893,10560.9893,10560.9893,10560.9893,10560.9893 +433.5000,1.0000,5676.1083,76.0130,75.8600,0.0850,0.0000,6,1498.3215,352.8184,698.7199,-97.4431,55.3586,109.6319,-15.2892,1.0039,47.6686,0.0000,0.0000,6.6861,47.9193,-1.5787,0.0000,49.4980,0.0000,49.4980,8.2936,41.2044,0.0000,41.2044,0.1593,41.0451,0.0000,11.1022,14.0377,15.9051,1.1007,11263.7275,11263.7275,11263.7275,11263.7275,11263.7275 +434.5000,1.0000,5697.3244,76.3780,76.1660,0.1178,0.0000,6,1503.9675,389.8078,707.7835,-97.7780,61.3928,111.4724,-15.3996,-0.4862,55.1904,0.0000,0.0000,6.6887,54.8450,-1.7273,0.0000,56.5723,0.0000,56.5723,8.3334,48.2388,0.0000,48.2388,0.2218,48.0170,0.0000,11.7677,14.1051,22.1442,1.1174,12396.2935,12396.2935,12396.2935,12396.2935,12396.2935 +435.5000,1.0000,5718.6929,76.9265,76.5900,0.1869,0.0000,6,1509.8040,476.2759,721.7970,-98.1241,75.3022,114.1207,-15.5140,1.0293,67.5254,0.0000,0.0000,6.7476,67.7256,-2.0022,0.0000,69.7278,0.0000,69.7278,8.3933,61.3345,0.0000,61.3345,0.3546,60.9799,0.0000,11.3723,14.2064,35.4012,1.1050,14939.3455,14939.3455,14939.3455,14939.3455,14939.3455 +436.5000,1.0000,5740.2707,77.6800,77.2630,0.2317,0.0000,6,1527.6190,548.4857,753.3998,-99.1807,87.7423,120.5228,-15.8661,0.6299,80.2710,0.0000,0.0000,6.8414,80.1933,-2.2709,0.0000,82.4643,0.0000,82.4643,8.4755,73.9888,0.0000,73.9888,0.4437,73.5451,0.0000,14.8997,14.3456,44.2998,1.1363,17254.9791,17254.9791,17254.9791,17254.9791,17254.9791 +437.5000,1.0000,5762.0479,78.3980,78.0970,0.1672,0.0000,6,1541.3900,509.0556,780.1102,-99.9974,82.1687,125.9207,-16.1410,0.6680,74.6341,0.0000,0.0000,6.8666,74.6890,-2.1649,0.0000,76.8539,0.0000,76.8539,8.5538,68.3001,0.0000,68.3001,0.3232,67.9769,0.0000,21.2265,14.4782,32.2722,1.1263,16281.8714,16281.8714,16281.8714,16281.8714,16281.8714 +438.5000,1.0000,5783.9814,78.9605,78.6990,0.1453,0.0000,6,1557.4120,506.5393,769.4499,-100.9477,82.6124,125.4910,-16.4637,0.8574,74.8219,0.0000,0.0000,6.9331,75.0042,-2.1783,0.0000,77.1825,0.0000,77.1825,8.6152,68.5673,0.0000,68.5673,0.2828,68.2845,0.0000,25.4641,14.5821,28.2383,1.1168,16398.0062,16398.0062,16398.0062,16398.0062,16398.0062 +439.5000,1.0000,5806.0382,79.4045,79.2220,0.1014,0.0000,6,1570.2680,471.1864,771.1160,-101.7101,77.4810,126.8008,-16.7250,0.3752,70.1603,0.0000,0.0000,6.9455,70.1729,-2.0830,0.0000,72.2559,0.0000,72.2559,8.6637,63.5923,0.0000,63.5923,0.1985,63.3938,0.0000,28.9115,14.6640,19.8182,1.1318,15445.9337,15445.9337,15445.9337,15445.9337,15445.9337 +440.5000,1.0000,5828.1968,79.7710,79.5870,0.1022,0.0000,6,1575.9135,473.3925,761.5574,-102.0449,78.1236,125.6793,-16.8404,0.1698,70.7262,0.0000,0.0000,7.2276,70.6420,-2.0973,0.0000,72.7393,0.0000,72.7393,8.7036,64.0357,0.0000,64.0357,0.2010,63.8346,0.0000,29.0296,14.7317,20.0733,1.3960,15582.4468,15582.4468,15582.4468,15582.4468,15582.4468 +441.5000,1.0000,5850.4464,80.0985,79.9550,0.0797,0.0000,6,1592.9275,462.9362,764.3150,-103.0540,77.2228,127.4961,-17.1905,1.4927,68.6570,0.0000,0.0000,7.0731,69.1908,-2.0711,0.0000,71.2619,0.0000,71.2619,8.7394,62.5225,0.0000,62.5225,0.1574,62.3651,0.0000,31.8536,14.7922,15.7193,1.1361,15450.6118,15450.6118,15450.6118,15450.6118,15450.6118 +442.5000,1.0000,5872.7703,80.3660,80.2420,0.0689,0.0000,6,1598.8785,452.5402,763.2174,-103.4070,75.7707,127.7887,-17.3139,-0.9140,69.6767,0.0000,0.0000,7.0079,69.1644,-2.0738,0.0000,71.2382,0.0000,71.2382,8.7686,62.4696,0.0000,62.4696,0.1365,62.3331,0.0000,33.8629,14.8416,13.6286,1.1247,15190.4759,15190.4759,15190.4759,15190.4759,15190.4759 +443.5000,1.0000,5895.1340,80.5095,80.4900,0.0108,0.0000,6,1596.9710,362.0143,760.3324,-103.2938,60.5412,127.1537,-17.2743,0.7258,52.7501,0.0000,0.0000,7.0654,52.9817,-1.7384,0.0000,54.7201,0.0000,54.7201,8.7842,45.9359,0.0000,45.9359,0.0215,45.9144,0.0000,28.8993,14.8681,2.1470,1.1243,12317.1877,12317.1877,12317.1877,12317.1877,12317.1877 +444.5000,1.0000,5917.4907,80.4840,80.5290,-0.0250,0.0000,6,1601.0150,303.9939,732.6733,-103.5096,50.9670,122.8385,-17.3542,-0.3301,44.2749,0.0000,0.0000,7.0222,44.2067,-1.5553,0.0000,45.7621,0.0000,45.7621,8.7814,36.9806,0.0000,36.9806,-0.0496,37.0302,0.0000,27.1199,14.8634,-4.9531,1.1251,10530.5556,10530.5556,10530.5556,10530.5556,10530.5556 +445.5000,1.0000,5939.8349,80.4390,80.4390,0.0000,0.0000,6,1592.7370,346.0870,713.4757,-103.0427,57.7242,119.0013,-17.1866,-0.4813,51.0805,0.0000,0.0000,7.1251,50.9226,-1.6947,0.0000,52.6173,0.0000,52.6173,8.7765,43.8408,0.0000,43.8408,0.0000,43.8408,0.0000,28.9857,14.8551,0.0000,1.2374,11780.9228,11780.9228,11780.9228,11780.9228,11780.9228 +446.5000,1.0000,5962.1722,80.4145,80.4390,-0.0136,0.0000,6,1587.7395,355.3925,725.2767,-102.7463,59.0903,120.5901,-17.0834,-0.0075,51.9454,0.0000,0.0000,7.1524,51.9587,-1.7160,0.0000,53.6747,0.0000,53.6747,8.7739,44.9008,0.0000,44.9008,-0.0270,44.9278,0.0000,32.7716,14.8506,-2.6944,1.2768,12029.6085,12029.6085,12029.6085,12029.6085,12029.6085 +447.5000,1.0000,5984.4785,80.3025,80.3900,-0.0486,0.0000,6,1588.9980,321.8038,728.0639,-102.8210,53.5480,121.1495,-17.1094,0.1303,46.3020,0.0000,0.0000,7.1157,46.3915,-1.5986,0.0000,47.9901,0.0000,47.9901,8.7616,39.2284,0.0000,39.2284,-0.0962,39.3247,0.0000,34.1041,14.8299,-9.6093,1.2231,10986.8192,10986.8192,10986.8192,10986.8192,10986.8192 +448.5000,1.0000,6006.7265,80.0930,80.2150,-0.0678,0.0000,6,1584.2680,306.5865,716.7488,-102.5404,50.8640,118.9116,-17.0119,-0.5901,44.3831,0.0000,0.0000,7.0710,44.2806,-1.5520,0.0000,45.8327,0.0000,45.8327,8.7388,37.0939,0.0000,37.0939,-0.1338,37.2277,0.0000,35.7998,14.7912,-13.3632,1.2222,10485.7291,10485.7291,10485.7291,10485.7291,10485.7291 +449.5000,1.0000,6028.8760,79.7380,79.9710,-0.1294,0.0000,6,1578.0120,230.9855,710.4495,-102.1694,38.1701,117.4011,-16.8834,-0.0185,30.9866,0.0000,0.0000,7.2020,31.0737,-1.2726,0.0000,32.3462,0.0000,32.3462,8.7000,23.6462,0.0000,23.6462,-0.2545,23.9007,0.0000,34.5835,14.7256,-25.4084,1.3557,8081.3952,8081.3952,8081.3952,8081.3952,8081.3952 +450.5000,1.0000,6050.8672,79.1685,79.5050,-0.1869,0.0000,6,1571.9845,140.9457,684.5689,-101.8119,23.2022,112.6922,-16.7601,-0.5634,16.6518,0.0000,0.0000,7.1138,16.6608,-0.9653,0.0000,17.6261,0.0000,17.6261,8.6379,8.9882,0.0000,8.9882,-0.3649,9.3531,0.0000,31.1656,14.6205,-36.4329,1.2855,5364.2383,5364.2383,5364.2383,5364.2383,5364.2383 +451.5000,1.0000,6072.6800,78.5260,78.8320,-0.1700,0.0000,6,1551.7665,138.1145,649.5867,-100.6128,22.4437,105.5582,-16.3496,-1.3705,16.8824,0.0000,0.0000,6.9317,16.7914,-0.9603,0.0000,17.7517,0.0000,17.7517,8.5678,9.1839,0.0000,9.1839,-0.3291,9.5130,0.0000,27.8730,14.5018,-32.8618,1.1785,5201.5997,5201.5997,5201.5997,5201.5997,5201.5997 +452.5000,1.0000,6094.3104,77.8695,78.2200,-0.1947,0.0000,6,1536.0495,28.5821,643.6184,-99.6807,4.5976,103.5291,-16.0341,-0.1260,-2.2839,0.0000,0.0000,7.0074,-2.2922,-0.7810,0.0000,-1.5112,0.0000,-1.5112,8.4962,-10.0074,0.0000,-10.0074,-0.3738,-9.6335,0.0000,13.3120,14.3806,-37.3261,1.2759,2761.0856,2761.0856,2761.0856,2761.0856,2761.0856 +453.5000,1.0000,6115.7461,77.1685,77.5190,-0.1947,0.0000,6,1536.5070,-41.2345,606.5124,-99.7078,-6.6347,97.5894,-16.0433,0.1692,-13.7899,0.0000,0.0000,6.9860,-13.8690,-0.8849,0.0000,-12.9841,0.0000,-12.9841,8.4197,-21.4038,0.0000,-21.4038,-0.3705,-21.0333,0.0000,1.7056,14.2511,-36.9900,1.2509,1287.9676,1287.9676,1287.9676,1287.9676,1287.9676 +454.5000,1.0000,6137.0119,76.5570,76.8180,-0.1450,0.0000,6,1529.9075,1.3540,580.4994,-99.3164,0.2169,93.0027,-15.9116,-0.7885,-5.9197,0.0000,0.0000,6.9252,-5.9074,-0.7985,0.0000,-5.1089,0.0000,-5.1089,8.3530,-13.4619,0.0000,-13.4619,-0.2737,-13.1882,0.0000,0.0000,14.1382,-27.3264,1.2496,2258.3101,2258.3101,2258.3101,2258.3101,2258.3101 +455.5000,1.0000,6158.1343,76.0405,76.2960,-0.1419,0.0000,6,1512.8940,4.8004,588.8520,-98.3074,0.7605,93.2918,-15.5748,-0.8010,-5.2945,0.0000,0.0000,6.8560,-5.2821,-0.7853,0.0000,-4.4968,0.0000,-4.4968,8.2966,-12.7934,0.0000,-12.7934,-0.2661,-12.5273,0.0000,0.0000,14.0428,-26.5701,1.2213,2282.0983,2282.0983,2282.0983,2282.0983,2282.0983 +456.5000,1.0000,6179.1382,75.6140,75.7850,-0.0950,0.0000,6,1500.2675,64.5990,585.5907,-97.5585,10.1490,92.0008,-15.3272,-0.3690,3.6637,0.0000,0.0000,6.8543,3.6622,-0.6919,0.0000,4.3541,0.0000,4.3541,8.2501,-3.8960,0.0000,-3.8960,-0.1771,-3.7189,0.0000,0.0000,13.9640,-17.6830,1.2440,3327.7968,3327.7968,3327.7968,3327.7968,3327.7968 +457.5000,1.0000,6200.0521,75.2900,75.4430,-0.0850,0.0000,6,1485.4280,72.7207,601.9244,-96.6784,11.3120,93.6315,-15.0387,-0.9883,5.5497,0.0000,0.0000,6.7505,5.5205,-0.6869,0.0000,6.2073,0.0000,6.2073,8.2147,-2.0074,0.0000,-2.0074,-0.1578,-1.8496,0.0000,0.0000,13.9042,-15.7538,1.2287,3428.9101,3428.9101,3428.9101,3428.9101,3428.9101 +458.5000,1.0000,6220.9432,75.2080,75.1370,0.0394,0.0000,6,1479.4385,229.1183,602.7839,-96.3232,35.4965,93.3872,-14.9230,0.4401,28.2442,0.0000,0.0000,6.8122,28.3099,-1.1607,0.0000,29.4706,0.0000,29.4706,8.2058,21.2648,0.0000,21.2648,0.0731,21.1917,0.0000,0.0000,13.8891,7.3026,1.2652,7503.7103,7503.7103,7503.7103,7503.7103,7503.7103 +459.5000,1.0000,6241.8778,75.3645,75.2790,0.0475,0.0000,6,1489.7000,237.6218,660.8095,-96.9318,37.0693,103.0870,-15.1215,0.4956,29.7724,0.0000,0.0000,6.8012,29.8468,-1.1946,0.0000,31.0414,0.0000,31.0414,8.2229,22.8185,0.0000,22.8185,0.0883,22.7303,0.0000,0.0000,13.9180,8.8123,1.2295,7823.4977,7823.4977,7823.4977,7823.4977,7823.4977 +460.5000,1.0000,6262.8932,75.6555,75.4500,0.1142,0.0000,6,1502.7465,315.8592,667.0334,-97.7056,49.7059,104.9692,-15.3757,0.7041,42.1460,0.0000,0.0000,6.8558,42.2452,-1.4563,0.0000,43.7015,0.0000,43.7015,8.2546,35.4469,0.0000,35.4469,0.2130,35.2339,0.0000,0.0000,13.9717,21.2622,1.2445,10207.2826,10207.2826,10207.2826,10207.2826,10207.2826 +461.5000,1.0000,6284.0143,76.0360,75.8610,0.0972,0.0000,6,1509.8040,292.4680,696.1893,-98.1241,46.2410,110.0719,-15.5140,-0.0530,39.4236,0.0000,0.0000,6.8705,39.3182,-1.3998,0.0000,40.7180,0.0000,40.7180,8.2961,32.4218,0.0000,32.4218,0.1823,32.2396,0.0000,0.0000,14.0420,18.1976,1.2709,9550.7943,9550.7943,9550.7943,9550.7943,9550.7943 +462.5000,1.0000,6305.2275,76.3675,76.2110,0.0869,0.0000,6,1509.3465,281.5622,688.5181,-98.0970,44.5033,108.8261,-15.5051,0.0106,37.6507,0.0000,0.0000,6.8419,37.5766,-1.3674,0.0000,38.9440,0.0000,38.9440,8.3323,30.6117,0.0000,30.6117,0.1637,30.4480,0.0000,0.0000,14.1032,16.3448,1.2457,9224.5089,9224.5089,9224.5089,9224.5089,9224.5089 +463.5000,1.0000,6326.5029,76.5915,76.5240,0.0375,0.0000,6,1510.7195,224.3622,684.9547,-98.1784,35.4946,108.3613,-15.5320,0.1168,28.4636,0.0000,0.0000,6.9142,28.4623,-1.1802,0.0000,29.6425,0.0000,29.6425,8.3567,21.2857,0.0000,21.2857,0.0708,21.2149,0.0000,0.0000,14.1446,7.0704,1.2836,7556.0637,7556.0637,7556.0637,7556.0637,7556.0637 +464.5000,1.0000,6347.8650,76.9035,76.6590,0.1358,0.0000,6,1512.2070,341.3412,665.5701,-98.2666,54.0541,105.3983,-15.5613,0.0213,47.1375,0.0000,0.0000,6.8954,46.9952,-1.5700,0.0000,48.5652,0.0000,48.5652,8.3908,40.1744,0.0000,40.1744,0.2575,39.9169,0.0000,0.0000,14.2022,25.7147,1.2713,11022.7920,11022.7920,11022.7920,11022.7920,11022.7920 +465.5000,1.0000,6369.3642,77.3970,77.1480,0.1383,0.0000,6,1523.8805,348.2273,707.7697,-98.9590,55.5703,112.9462,-15.7919,1.0710,47.5624,0.0000,0.0000,6.9368,47.7660,-1.5920,0.0000,49.3579,0.0000,49.3579,8.4446,40.9133,0.0000,40.9133,0.2640,40.6494,0.0000,0.0000,14.2933,26.3560,1.2359,11304.8947,11304.8947,11304.8947,11304.8947,11304.8947 +466.5000,1.0000,6390.9842,77.8320,77.6460,0.1033,0.0000,6,1536.1260,301.8474,712.8027,-99.6852,48.5560,114.6634,-16.0356,0.0756,41.4751,0.0000,0.0000,7.0053,41.3978,-1.4645,0.0000,42.8623,0.0000,42.8623,8.4921,34.3702,0.0000,34.3702,0.1983,34.1719,0.0000,0.0000,14.3736,19.7983,1.2884,10020.0530,10020.0530,10020.0530,10020.0530,10020.0530 +467.5000,1.0000,6412.6828,78.1150,78.0180,0.0539,0.0000,6,1542.5730,245.4729,699.3093,-100.0676,39.6532,112.9649,-16.1647,0.5348,32.0626,0.0000,0.0000,7.0557,32.1401,-1.2751,0.0000,33.4151,0.0000,33.4151,8.5230,24.8922,0.0000,24.8922,0.1038,24.7884,0.0000,0.0000,14.4259,10.3625,1.2771,8321.9849,8321.9849,8321.9849,8321.9849,8321.9849 +468.5000,1.0000,6434.4357,78.3105,78.2120,0.0547,0.0000,6,1551.9570,244.1863,682.9794,-100.6241,39.6853,110.9982,-16.3535,0.3563,32.3414,0.0000,0.0000,6.9876,32.3786,-1.2824,0.0000,33.6610,0.0000,33.6610,8.5443,25.1167,0.0000,25.1167,0.1057,25.0111,0.0000,0.0000,14.4620,10.5490,1.2161,8327.8539,8327.8539,8327.8539,8327.8539,8327.8539 +469.5000,1.0000,6456.2428,78.5055,78.4090,0.0536,0.0000,6,1550.3925,239.4875,682.7026,-100.5313,38.8824,110.8414,-16.3219,-0.5049,32.3964,0.0000,0.0000,6.9909,32.2460,-1.2820,0.0000,33.5279,0.0000,33.5279,8.5656,24.9624,0.0000,24.9624,0.1038,24.8586,0.0000,0.0000,14.4980,10.3606,1.2284,8183.0139,8183.0139,8183.0139,8183.0139,8183.0139 +470.5000,1.0000,6478.1090,78.7185,78.6020,0.0647,0.0000,6,1551.4990,258.8620,681.3158,-100.5970,42.0580,110.6951,-16.3443,0.6106,34.3718,0.0000,0.0000,7.0755,34.4628,-1.3307,0.0000,35.7936,0.0000,35.7936,8.5888,27.2048,0.0000,27.2048,0.1256,27.0791,0.0000,0.0000,14.5374,12.5418,1.2791,8777.5037,8777.5037,8777.5037,8777.5037,8777.5037 +471.5000,1.0000,6500.0221,78.8870,78.8350,0.0289,0.0000,6,1564.4695,215.3503,690.5151,-101.3662,35.2810,113.1277,-16.6069,0.6304,27.5537,0.0000,0.0000,7.0969,27.6510,-1.1909,0.0000,28.8419,0.0000,28.8419,8.6072,20.2347,0.0000,20.2347,0.0562,20.1785,0.0000,0.0000,14.5685,5.6100,1.2695,7541.5945,7541.5945,7541.5945,7541.5945,7541.5945 +472.5000,1.0000,6521.9504,78.9420,78.9390,0.0017,0.0000,6,1567.0635,177.5013,677.7349,-101.5201,29.1284,111.2180,-16.6597,-0.3818,22.4939,0.0000,0.0000,7.0164,22.4361,-1.0829,0.0000,23.5190,0.0000,23.5190,8.6132,14.9058,0.0000,14.9058,0.0032,14.9025,0.0000,0.0000,14.5786,0.3239,1.2190,6432.5874,6432.5874,6432.5874,6432.5874,6432.5874 +473.5000,1.0000,6543.8613,78.8790,78.9450,-0.0367,0.0000,6,1566.0715,136.1561,665.3586,-101.4612,22.3294,109.1179,-16.6395,0.2862,15.0128,0.0000,0.0000,7.0304,15.0540,-0.9283,0.0000,15.9823,0.0000,15.9823,8.6063,7.3760,0.0000,7.3760,-0.0713,7.4473,0.0000,0.0000,14.5670,-7.1197,1.1812,5193.8317,5193.8317,5193.8317,5193.8317,5193.8317 +474.5000,1.0000,6565.7419,78.7705,78.8130,-0.0236,0.0000,6,1560.0440,145.8244,650.1969,-101.1038,23.8230,106.2210,-16.5171,-0.8625,17.6307,0.0000,0.0000,7.0547,17.5385,-0.9788,0.0000,18.5172,0.0000,18.5172,8.5945,9.9228,0.0000,9.9228,-0.0459,9.9686,0.0000,0.0000,14.5470,-4.5784,1.2681,5454.4616,5454.4616,5454.4616,5454.4616,5454.4616 +475.5000,1.0000,6587.5874,78.6435,78.7280,-0.0469,0.0000,6,1552.4525,124.3827,651.0373,-100.6535,20.2212,105.8407,-16.3635,0.1346,13.0155,0.0000,0.0000,7.0711,13.0414,-0.8836,0.0000,13.9249,0.0000,13.9249,8.5806,5.3443,0.0000,5.3443,-0.0910,5.4353,0.0000,0.0000,14.5235,-9.0882,1.2288,4815.1100,4815.1100,4815.1100,4815.1100,4815.1100 +476.5000,1.0000,6609.3964,78.5125,78.5590,-0.0258,0.0000,6,1553.8640,147.8944,644.1606,-100.7372,24.0654,104.8180,-16.3920,0.0000,17.0471,0.0000,0.0000,7.0184,17.0572,-0.9656,0.0000,18.0228,0.0000,18.0228,8.5663,9.4565,0.0000,9.4565,-0.0500,9.5065,0.0000,0.0000,14.4993,-4.9928,1.2416,5487.5782,5487.5782,5487.5782,5487.5782,5487.5782 +477.5000,1.0000,6631.1881,78.4500,78.4660,-0.0089,0.0000,6,1555.2375,167.5359,652.3078,-100.8187,27.2856,106.2375,-16.4197,0.1312,20.2594,0.0000,0.0000,6.8950,20.2814,-1.0321,0.0000,21.3135,0.0000,21.3135,8.5595,12.7540,0.0000,12.7540,-0.0172,12.7712,0.0000,0.0000,14.4878,-1.7166,1.1164,6080.2498,6080.2498,6080.2498,6080.2498,6080.2498 +478.5000,1.0000,6652.9928,78.4970,78.4340,0.0350,0.0000,6,1547.3030,215.2958,656.6793,-100.3481,34.8851,106.4038,-16.2597,-0.8845,28.8811,0.0000,0.0000,6.8884,28.6843,-1.2077,0.0000,29.8920,0.0000,29.8920,8.5646,21.3274,0.0000,21.3274,0.0677,21.2596,0.0000,0.0000,14.4965,6.7632,1.1275,7460.3468,7460.3468,7460.3468,7460.3468,7460.3468 +479.5000,1.0000,6674.8617,78.7280,78.5600,0.0933,0.0000,6,1546.1965,293.5895,671.9565,-100.2825,47.5372,108.8014,-16.2375,0.7788,39.8271,0.0000,0.0000,6.9314,39.9531,-1.4452,0.0000,41.3983,0.0000,41.3983,8.5898,32.8085,0.0000,32.8085,0.1812,32.6273,0.0000,0.0000,14.5391,18.0882,1.1398,9832.3969,9832.3969,9832.3969,9832.3969,9832.3969 +480.5000,1.0000,6696.8024,78.9865,78.8960,0.0503,0.0000,6,1552.5670,237.5063,699.0721,-100.6603,38.6148,113.6583,-16.3658,-0.1746,31.8742,0.0000,0.0000,6.9152,31.8002,-1.2785,0.0000,33.0787,0.0000,33.0787,8.6181,24.4607,0.0000,24.4607,0.0979,24.3628,0.0000,0.0000,14.5869,9.7759,1.1159,8135.0962,8135.0962,8135.0962,8135.0962,8135.0962 +481.5000,1.0000,6718.7067,78.8555,79.0770,-0.1231,0.0000,6,1557.5645,36.1877,682.1333,-100.9567,5.9025,111.2612,-16.4668,0.6532,-1.7367,0.0000,0.0000,6.9860,-1.7492,-0.7894,0.0000,-0.9599,0.0000,-0.9599,8.6038,-9.5636,0.0000,-9.5636,-0.2392,-9.3244,0.0000,0.0000,14.5627,-23.8870,1.1169,2945.8747,2945.8747,2945.8747,2945.8747,2945.8747 +482.5000,1.0000,6740.5006,78.4580,78.6340,-0.0978,0.0000,6,1555.8860,57.5206,615.9560,-100.8572,9.3719,100.3589,-16.4329,-0.8128,3.2515,0.0000,0.0000,6.9332,3.2410,-0.7349,0.0000,3.9760,0.0000,3.9760,8.5604,-4.5844,0.0000,-4.5844,-0.1891,-4.3953,0.0000,0.0000,14.4893,-18.8846,1.1291,3336.6498,3336.6498,3336.6498,3336.6498,3336.6498 +483.5000,1.0000,6762.1860,78.0675,78.2820,-0.1192,0.0000,6,1538.6050,31.6312,617.1658,-99.8323,5.0965,99.4392,-16.0852,-0.8290,-0.9691,0.0000,0.0000,6.8946,-0.9662,-0.7708,0.0000,-0.1954,0.0000,-0.1954,8.5178,-8.7132,0.0000,-8.7132,-0.2294,-8.4839,0.0000,0.0000,14.4171,-22.9010,1.1133,2821.5714,2821.5714,2821.5714,2821.5714,2821.5714 +484.5000,1.0000,6783.7403,77.5955,77.8530,-0.1431,0.0000,6,1526.9320,6.3213,604.2558,-99.1400,1.0108,96.6205,-15.8525,-0.2718,-5.6049,0.0000,0.0000,6.8875,-5.6129,-0.8098,0.0000,-4.8031,0.0000,-4.8031,8.4663,-13.2694,0.0000,-13.2694,-0.2737,-12.9957,0.0000,0.0000,14.3300,-27.3257,1.0968,2340.8588,2340.8588,2340.8588,2340.8588,2340.8588 +485.5000,1.0000,6805.1547,77.0920,77.3380,-0.1367,0.0000,6,1520.4470,14.0367,593.2614,-98.7553,2.2349,94.4596,-15.7239,-0.3348,-4.3341,0.0000,0.0000,6.9039,-4.3377,-0.7904,0.0000,-3.5473,0.0000,-3.5473,8.4113,-11.9587,0.0000,-11.9587,-0.2598,-11.6989,0.0000,0.0000,14.2370,-25.9359,1.1349,2464.9007,2464.9007,2464.9007,2464.9007,2464.9007 +486.5000,1.0000,6826.4397,76.6260,76.8460,-0.1222,0.0000,6,1519.7605,35.5206,595.6512,-98.7146,5.6531,94.7973,-15.7103,0.2706,-1.5232,0.0000,0.0000,6.9057,-1.5305,-0.7565,0.0000,-0.7740,0.0000,-0.7740,8.3605,-9.1345,0.0000,-9.1345,-0.2309,-8.9036,0.0000,0.0000,14.1509,-23.0545,1.1223,2849.2139,2849.2139,2849.2139,2849.2139,2849.2139 +487.5000,1.0000,6847.6054,76.1965,76.4060,-0.1164,0.0000,6,1515.9460,36.4136,601.7213,-98.4884,5.7806,95.5229,-15.6350,-0.6250,-0.4048,0.0000,0.0000,6.8105,-0.4041,-0.7396,0.0000,0.3355,0.0000,0.3355,8.3136,-7.9781,0.0000,-7.9781,-0.2186,-7.7595,0.0000,0.0000,14.0716,-21.8311,1.0781,2856.7082,2856.7082,2856.7082,2856.7082,2856.7082 +488.5000,1.0000,6868.6724,75.8410,75.9870,-0.0811,0.0000,6,1502.7850,79.3981,597.6121,-97.7078,12.4950,94.0470,-15.3764,-0.5950,6.2919,0.0000,0.0000,6.7981,6.2770,-0.7091,0.0000,6.9861,0.0000,6.9861,8.2749,-1.2888,0.0000,-1.2888,-0.1517,-1.1371,0.0000,0.0000,14.0060,-15.1431,1.1024,3599.2282,3599.2282,3599.2282,3599.2282,3599.2282 +489.5000,1.0000,6889.6935,75.6760,75.6950,-0.0106,0.0000,6,1500.8775,168.7079,611.9319,-97.5947,26.5161,96.1783,-15.3391,0.4184,19.2055,0.0000,0.0000,6.8922,19.2684,-0.9778,0.0000,20.2463,0.0000,20.2463,8.2568,11.9894,0.0000,11.9894,-0.0197,12.0091,0.0000,0.0000,13.9755,-1.9664,1.1438,5910.1459,5910.1459,5910.1459,5910.1459,5910.1459 +490.5000,1.0000,6910.7164,75.6825,75.6570,0.0142,0.0000,6,1501.4880,193.0858,643.3023,-97.6309,30.3599,101.1499,-15.3510,-0.3623,23.8977,0.0000,0.0000,6.8245,23.8271,-1.0729,0.0000,24.9000,0.0000,24.9000,8.2576,16.6424,0.0000,16.6424,0.0264,16.6160,0.0000,0.0000,13.9767,2.6393,1.1165,6601.9250,6601.9250,6601.9250,6601.9250,6601.9250 +491.5000,1.0000,6931.7550,75.7390,75.7080,0.0172,0.0000,6,1497.5205,199.1560,650.9331,-97.3956,31.2316,102.0793,-15.2736,-0.0035,24.4189,0.0000,0.0000,6.8162,24.4083,-1.0857,0.0000,25.4940,0.0000,25.4940,8.2637,17.2303,0.0000,17.2303,0.0322,17.1981,0.0000,0.0000,13.9871,3.2110,1.1150,6756.9892,6756.9892,6756.9892,6756.9892,6756.9892 +492.5000,1.0000,6952.7978,75.7540,75.7700,-0.0089,0.0000,6,1490.4250,165.5670,651.2851,-96.9748,25.8412,101.6506,-15.1355,-0.6459,19.6845,0.0000,0.0000,6.8026,19.5955,-0.9856,0.0000,20.5810,0.0000,20.5810,8.2654,12.3157,0.0000,12.3157,-0.0166,12.3323,0.0000,0.0000,13.9899,-1.6576,1.1270,5771.7239,5771.7239,5771.7239,5771.7239,5771.7239 +493.5000,1.0000,6973.8246,75.6965,75.7380,-0.0231,0.0000,6,1491.0735,156.1882,639.2169,-97.0133,24.3880,99.8104,-15.1481,0.7056,16.8725,0.0000,0.0000,6.8099,16.9690,-0.9302,0.0000,17.8992,0.0000,17.8992,8.2591,9.6401,0.0000,9.6401,-0.0430,9.6831,0.0000,0.0000,13.9793,-4.2962,1.0835,5509.4755,5509.4755,5509.4755,5509.4755,5509.4755 +494.5000,1.0000,6994.8164,75.5705,75.6550,-0.0469,0.0000,6,1498.9700,123.5076,637.9254,-97.4816,19.3872,100.1363,-15.3019,0.0176,12.5287,0.0000,0.0000,6.8409,12.5443,-0.8365,0.0000,13.3808,0.0000,13.3808,8.2453,5.1355,0.0000,5.1355,-0.0875,5.2230,0.0000,0.0000,13.9560,-8.7330,1.1156,4623.2285,4623.2285,4623.2285,4623.2285,4623.2285 +495.5000,1.0000,7015.7806,75.4710,75.4860,-0.0083,0.0000,6,1498.3980,168.1429,626.5954,-97.4477,26.3836,98.3203,-15.2907,-0.0702,19.6316,0.0000,0.0000,6.8222,19.6255,-0.9829,0.0000,20.6084,0.0000,20.6084,8.2345,12.3739,0.0000,12.3739,-0.0155,12.3894,0.0000,0.0000,13.9376,-1.5482,1.1153,5883.6115,5883.6115,5883.6115,5883.6115,5883.6115 +496.5000,1.0000,7036.7261,75.4040,75.4560,-0.0289,0.0000,6,1493.2860,146.9393,640.9863,-97.1445,22.9779,100.2352,-15.1911,-0.3988,16.5600,0.0000,0.0000,6.8167,16.5231,-0.9174,0.0000,17.4406,0.0000,17.4406,8.2272,9.2134,0.0000,9.2134,-0.0537,9.2671,0.0000,0.7042,13.9253,-5.3623,1.1280,5258.5500,5258.5500,5258.5500,5258.5500,5258.5500 +497.5000,1.0000,7057.6585,75.3565,75.3520,0.0025,0.0000,6,1495.6510,200.2645,633.9119,-97.2847,31.3663,99.2859,-15.2371,0.6167,23.8867,0.0000,0.0000,6.8629,23.9925,-1.0725,0.0000,25.0650,0.0000,25.0650,8.2220,16.8430,0.0000,16.8430,0.0046,16.8384,0.0000,2.4582,13.9165,0.4638,1.1289,6778.9464,6778.9464,6778.9464,6778.9464,6778.9464 +498.5000,1.0000,7078.5833,75.3295,75.3610,-0.0175,0.0000,6,1501.3730,186.0071,654.0636,-97.6241,29.2447,102.8341,-15.3488,-0.0915,22.4647,0.0000,0.0000,6.8714,22.4593,-1.0402,0.0000,23.4995,0.0000,23.4995,8.2190,15.2805,0.0000,15.2805,-0.0325,15.3130,0.0000,4.6466,13.9115,-3.2451,1.1310,6401.2432,6401.2432,6401.2432,6401.2432,6401.2432 +499.5000,1.0000,7099.4967,75.2880,75.2980,-0.0056,0.0000,6,1489.4330,215.0230,646.5480,-96.9160,33.5378,100.8441,-15.1163,-1.0014,27.7523,0.0000,0.0000,6.7869,27.5520,-1.1458,0.0000,28.6978,0.0000,28.6978,8.2145,20.4833,0.0000,20.4833,-0.0103,20.4936,0.0000,7.6194,13.9038,-1.0296,1.0974,7159.9601,7159.9601,7159.9601,7159.9601,7159.9601 +500.5000,1.0000,7120.4107,75.2905,75.2780,0.0069,0.0000,6,1475.0515,241.9239,653.2681,-96.0630,37.3693,100.9084,-14.8386,-0.3110,30.9651,0.0000,0.0000,6.7152,30.8879,-1.2154,0.0000,32.1033,0.0000,32.1033,8.2148,23.8885,0.0000,23.8885,0.0129,23.8756,0.0000,8.6842,13.9043,1.2871,1.0630,7848.3871,7848.3871,7848.3871,7848.3871,7848.3871 +501.5000,1.0000,7141.3225,75.2825,75.3030,-0.0114,0.0000,6,1484.5500,253.1746,664.0442,-96.6264,39.3590,103.2334,-15.0217,1.1790,29.3883,0.0000,0.0000,8.7917,29.6523,-1.1895,0.0000,30.8419,0.0000,30.8419,8.2139,22.6280,0.0000,22.6280,-0.0211,22.6491,0.0000,10.8569,13.9028,-2.1106,1.0956,8243.3466,8243.3466,8243.3466,8243.3466,8243.3466 +502.5000,1.0000,7162.2347,75.2840,75.2620,0.0122,0.0000,6,1491.4165,288.1707,669.9109,-97.0336,45.0067,104.6272,-15.1548,-0.5555,36.7805,0.0000,0.0000,8.7818,36.6202,-1.3347,0.0000,37.9549,0.0000,37.9549,8.2141,29.7408,0.0000,29.7408,0.0227,29.7182,0.0000,13.5500,13.9031,2.2651,1.1128,9315.4133,9315.4133,9315.4133,9315.4133,9315.4133 +503.5000,1.0000,7183.1479,75.2875,75.3060,-0.0103,0.0000,6,1488.6320,281.0730,682.2305,-96.8685,43.8162,106.3523,-15.1007,0.2999,34.7062,0.0000,0.0000,8.8101,34.7913,-1.2967,0.0000,36.0879,0.0000,36.0879,8.2145,27.8735,0.0000,27.8735,-0.0191,27.8925,0.0000,15.8936,13.9037,-1.9048,1.1117,9088.3786,9088.3786,9088.3786,9088.3786,9088.3786 +504.5000,1.0000,7204.0739,75.3335,75.2690,0.0358,0.0000,6,1486.3815,367.9935,679.1341,-96.7350,57.2795,105.7096,-15.0571,-0.5049,49.0181,0.0000,0.0000,8.7663,48.7939,-1.5889,0.0000,50.3829,0.0000,50.3829,8.2195,42.1634,0.0000,42.1634,0.0666,42.0968,0.0000,21.5394,13.9122,6.6451,1.1255,11605.3315,11605.3315,11605.3315,11605.3315,11605.3315 +505.5000,1.0000,7225.0364,75.4650,75.3980,0.0372,0.0000,6,1482.6810,360.5019,709.4618,-96.5155,55.9737,110.1553,-14.9856,0.1667,47.0562,0.0000,0.0000,8.7508,47.0725,-1.5546,0.0000,48.6271,0.0000,48.6271,8.2338,40.3933,0.0000,40.3933,0.0693,40.3240,0.0000,19.4728,13.9365,6.9148,1.0949,11351.5816,11351.5816,11351.5816,11351.5816,11351.5816 +506.5000,1.0000,7246.0231,75.5520,75.5320,0.0111,0.0000,6,1492.0270,343.6166,707.6099,-97.0698,53.6883,110.5603,-15.1666,0.6886,44.1852,0.0000,0.0000,8.8145,44.3960,-1.4999,0.0000,45.8959,0.0000,45.8959,8.2433,37.6526,0.0000,37.6526,0.0207,37.6319,0.0000,21.6128,13.9526,2.0665,1.1130,10936.5333,10936.5333,10936.5333,10936.5333,10936.5333 +507.5000,1.0000,7267.0249,75.6065,75.5720,0.0192,0.0000,6,1494.3160,393.3307,702.7501,-97.2056,61.5501,109.9694,-15.2112,-0.4796,53.2816,0.0000,0.0000,8.7481,53.0711,-1.6812,0.0000,54.7523,0.0000,54.7523,8.2493,46.5030,0.0000,46.5030,0.0357,46.4673,0.0000,28.9374,13.9627,3.5673,1.0993,12422.9041,12422.9041,12422.9041,12422.9041,12422.9041 +508.5000,1.0000,7288.0360,75.6400,75.6410,-0.0006,0.0000,6,1494.2015,417.2074,720.4491,-97.1988,65.2814,112.7304,-15.2089,0.4690,56.0184,0.0000,0.0000,8.7940,56.2108,-1.7470,0.0000,57.9578,0.0000,57.9578,8.2529,49.7049,0.0000,49.7049,-0.0010,49.7060,0.0000,35.8406,13.9688,-0.1034,1.0992,13100.8907,13100.8907,13100.8907,13100.8907,13100.8907 +509.5000,1.0000,7309.0697,75.7215,75.6390,0.0458,0.0000,6,1498.6265,474.5326,729.2577,-97.4612,74.4712,114.4466,-15.2952,-0.0632,67.7085,0.0000,0.0000,6.8259,67.6038,-1.9854,0.0000,69.5892,0.0000,69.5892,8.2618,61.3274,0.0000,61.3274,0.0856,61.2418,0.0000,38.7145,13.9839,8.5434,1.0863,14789.9458,14789.9458,14789.9458,14789.9458,14789.9458 +510.5000,1.0000,7330.1485,75.8835,75.8040,0.0442,0.0000,6,1495.3080,450.1137,749.6220,-97.2644,70.4825,117.3820,-15.2305,-0.2417,63.8497,0.0000,0.0000,6.8746,63.6706,-1.9053,0.0000,65.5759,0.0000,65.5759,8.2795,57.2964,0.0000,57.2964,0.0826,57.2138,0.0000,34.9496,14.0138,8.2503,1.1142,14055.1456,14055.1456,14055.1456,14055.1456,14055.1456 +511.5000,1.0000,7351.2815,76.0790,75.9630,0.0644,0.0000,6,1502.1745,472.4236,741.1406,-97.6716,74.3157,116.5869,-15.3645,0.8762,66.4455,0.0000,0.0000,6.9939,66.7639,-1.9721,0.0000,68.7360,0.0000,68.7360,8.3008,60.4352,0.0000,60.4352,0.1209,60.3143,0.0000,34.1951,14.0499,12.0692,1.1440,14763.0223,14763.0223,14763.0223,14763.0223,14763.0223 +512.5000,1.0000,7372.4574,76.2330,76.1950,0.0211,0.0000,6,1511.4440,442.7165,750.2153,-98.2214,70.0723,118.7426,-15.5463,-0.0213,63.1397,0.0000,0.0000,6.9539,63.0987,-1.8975,0.0000,64.9962,0.0000,64.9962,8.3176,56.6786,0.0000,56.6786,0.0397,56.6389,0.0000,38.5988,14.0783,3.9617,1.1332,13992.3916,13992.3916,13992.3916,13992.3916,13992.3916 +513.5000,1.0000,7393.6597,76.3285,76.2710,0.0319,0.0000,6,1508.2395,475.1412,740.6922,-98.0313,75.0450,116.9868,-15.4833,-0.2756,68.3902,0.0000,0.0000,6.9303,68.2039,-2.0050,0.0000,70.2090,0.0000,70.2090,8.3280,61.8809,0.0000,61.8809,0.0601,61.8208,0.0000,41.7226,14.0960,6.0022,1.1190,14893.3150,14893.3150,14893.3150,14893.3150,14893.3150 +514.5000,1.0000,7414.9028,76.4750,76.3860,0.0494,0.0000,6,1502.5940,496.6017,751.2988,-97.6965,78.1409,118.2178,-15.3727,-0.2464,71.4627,0.0000,0.0000,6.9246,71.2528,-2.0703,0.0000,73.3231,0.0000,73.3231,8.3440,64.9791,0.0000,64.9791,0.0932,64.8858,0.0000,41.4546,14.1230,9.3082,1.1441,15459.1096,15459.1096,15459.1096,15459.1096,15459.1096 +515.5000,1.0000,7436.1814,76.6030,76.5640,0.0217,0.0000,6,1506.3325,475.9455,758.3349,-97.9182,75.0770,119.6219,-15.4459,0.5928,67.5098,0.0000,0.0000,6.9743,67.7625,-1.9991,0.0000,69.7616,0.0000,69.7616,8.3580,61.4036,0.0000,61.4036,0.0409,61.3627,0.0000,43.1303,14.1467,4.0857,1.1323,14899.8544,14899.8544,14899.8544,14899.8544,14899.8544 +516.5000,1.0000,7457.4807,76.6775,76.6420,0.0197,0.0000,6,1512.3215,488.9102,751.9312,-98.2734,77.4287,119.0833,-15.5636,-0.0390,70.5090,0.0000,0.0000,6.9586,70.4569,-2.0561,0.0000,72.5130,0.0000,72.5130,8.3661,64.1469,0.0000,64.1469,0.0373,64.1096,0.0000,46.2265,14.1604,3.7227,1.1205,15326.8121,15326.8121,15326.8121,15326.8121,15326.8121 +517.5000,1.0000,7478.7558,76.5905,76.7130,-0.0681,0.0000,6,1516.1745,422.3019,757.2622,-98.5019,67.0503,120.2331,-15.6395,0.3978,59.6943,0.0000,0.0000,6.9582,59.9584,-1.8364,0.0000,61.7948,0.0000,61.7948,8.3566,53.4382,0.0000,53.4382,-0.1285,53.5667,0.0000,52.2535,14.1444,-12.8312,1.0928,13448.6371,13448.6371,13448.6371,13448.6371,13448.6371 +518.5000,1.0000,7499.9204,76.1925,76.4680,-0.1531,0.0000,6,1512.5125,285.1686,734.4413,-98.2848,45.1678,116.3281,-15.5673,-0.7370,38.9921,0.0000,0.0000,6.9127,38.9284,-1.3935,0.0000,40.3219,0.0000,40.3219,8.3132,32.0087,0.0000,32.0087,-0.2875,32.2962,0.0000,46.9325,14.0709,-28.7072,1.1334,9344.7952,9344.7952,9344.7952,9344.7952,9344.7952 +519.5000,1.0000,7520.9318,75.6410,75.9170,-0.1533,0.0000,6,1496.1855,292.5931,683.8739,-97.3164,45.8435,107.1495,-15.2476,-0.7711,39.7762,0.0000,0.0000,6.8384,39.6980,-1.4030,0.0000,41.1010,0.0000,41.1010,8.2530,32.8480,0.0000,32.8480,-0.2860,33.1339,0.0000,47.7160,13.9690,-28.5511,1.1145,9477.8045,9477.8045,9477.8045,9477.8045,9477.8045 +520.5000,1.0000,7541.7968,75.1140,75.3650,-0.1394,0.0000,6,1490.0055,334.6897,684.3611,-96.9499,52.2226,106.7829,-15.1274,0.2024,45.1493,0.0000,0.0000,6.8709,45.3679,-1.5150,0.0000,46.8829,0.0000,46.8829,8.1955,38.6874,0.0000,38.6874,-0.2582,38.9456,0.0000,50.8580,13.8717,-25.7841,1.1122,10655.3475,10655.3475,10655.3475,10655.3475,10655.3475 +521.5000,1.0000,7562.5129,74.5780,74.8630,-0.1583,0.0000,6,1480.6210,297.6769,697.5546,-96.3933,46.1549,108.1560,-14.9458,-1.0545,40.4453,0.0000,0.0000,6.7641,40.2824,-1.4028,0.0000,41.6852,0.0000,41.6852,8.1370,33.5481,0.0000,33.5481,-0.2911,33.8392,0.0000,49.1343,13.7727,-29.0678,1.0942,9519.2636,9519.2636,9519.2636,9519.2636,9519.2636 +522.5000,1.0000,7583.0910,74.0810,74.2930,-0.1178,0.0000,6,1462.0810,325.9292,680.6806,-95.2938,49.9026,104.2182,-14.5903,-0.6234,43.8046,0.0000,0.0000,6.7214,43.7217,-1.4686,0.0000,45.1903,0.0000,45.1903,8.0828,37.1075,0.0000,37.1075,-0.2151,37.3226,0.0000,45.1199,13.6809,-21.4783,1.0873,10172.9297,10172.9297,10172.9297,10172.9297,10172.9297 +523.5000,1.0000,7603.5417,73.6225,73.8690,-0.1369,0.0000,6,1453.0400,283.1465,688.4130,-94.7576,43.0841,104.7503,-14.4185,-0.1872,36.5545,0.0000,0.0000,6.7169,36.6243,-1.3154,0.0000,37.9398,0.0000,37.9398,8.0328,29.9070,0.0000,29.9070,-0.2486,30.1556,0.0000,41.3783,13.5963,-24.8190,1.0847,8903.5069,8903.5069,8903.5069,8903.5069,8903.5069 +524.5000,1.0000,7623.8622,73.1540,73.3760,-0.1233,0.0000,6,1447.5090,284.7762,671.0395,-94.4295,43.1672,101.7180,-14.3139,-0.3052,36.7914,0.0000,0.0000,6.6810,36.8158,-1.3140,0.0000,38.1299,0.0000,38.1299,7.9817,30.1482,0.0000,30.1482,-0.2224,30.3706,0.0000,39.0709,13.5097,-22.2100,1.0972,8913.0587,8913.0587,8913.0587,8913.0587,8913.0587 +525.5000,1.0000,7644.0596,72.7105,72.9320,-0.1231,0.0000,6,1444.2665,274.4272,670.7405,-94.2372,41.5053,101.4450,-14.2527,0.0169,34.8437,0.0000,0.0000,6.6446,34.9548,-1.2702,0.0000,36.2250,0.0000,36.2250,7.9333,28.2917,0.0000,28.2917,-0.2206,28.5123,0.0000,37.1100,13.4278,-22.0256,1.0821,8587.6670,8587.6670,8587.6670,8587.6670,8587.6670 +526.5000,1.0000,7664.1076,72.1730,72.4890,-0.1756,0.0000,6,1435.9885,174.4415,665.3419,-93.7463,26.2319,100.0517,-14.0972,-0.7468,20.3907,0.0000,0.0000,6.5880,20.3596,-0.9600,0.0000,21.3196,0.0000,21.3196,7.8746,13.4449,0.0000,13.4449,-0.3124,13.7573,0.0000,31.6190,13.3286,-31.1902,1.0797,5756.6794,5756.6794,5756.6794,5756.6794,5756.6794 +527.5000,1.0000,7684.0169,71.6735,71.8570,-0.1019,0.0000,6,1424.3535,274.7725,624.7511,-93.0562,40.9845,93.1866,-13.8801,-0.2770,34.6430,0.0000,0.0000,6.6184,34.6547,-1.2521,0.0000,35.9068,0.0000,35.9068,7.8201,28.0867,0.0000,28.0867,-0.1801,28.2668,0.0000,33.0172,13.2363,-17.9867,1.1327,8462.1334,8462.1334,8462.1334,8462.1334,8462.1334 +528.5000,1.0000,7703.8165,71.2785,71.4900,-0.1175,0.0000,6,1416.3425,275.2023,661.0092,-92.5811,40.8177,98.0403,-13.7315,-0.4214,34.6506,0.0000,0.0000,6.5885,34.6349,-1.2472,0.0000,35.8821,0.0000,35.8821,7.7770,28.1050,0.0000,28.1050,-0.2065,28.3115,0.0000,35.7651,13.1634,-20.6170,1.1303,8434.6810,8434.6810,8434.6810,8434.6810,8434.6810 +529.5000,1.0000,7723.5100,70.8965,71.0670,-0.0947,0.0000,6,1401.3505,275.5882,658.3761,-91.6920,40.4423,96.6161,-13.4557,-0.8733,34.8334,0.0000,0.0000,6.4822,34.6645,-1.2435,0.0000,35.9080,0.0000,35.9080,7.7354,28.1726,0.0000,28.1726,-0.1656,28.3382,0.0000,31.7766,13.0928,-16.5313,1.0978,8371.8948,8371.8948,8371.8948,8371.8948,8371.8948 +530.5000,1.0000,7743.1210,70.5995,70.7260,-0.0703,0.0000,6,1391.3175,340.1908,655.9541,-91.0969,49.5653,95.5715,-13.2727,0.0098,43.0877,0.0000,0.0000,6.4678,43.1686,-1.4173,0.0000,44.5859,0.0000,44.5859,7.7030,36.8830,0.0000,36.8830,-0.1223,37.0053,0.0000,36.1811,13.0380,-12.2137,1.0667,10062.6410,10062.6410,10062.6410,10062.6410,10062.6410 +531.5000,1.0000,7762.6328,70.2425,70.4730,-0.1281,0.0000,6,1396.3530,260.0922,680.9309,-91.3956,38.0322,99.5696,-13.3644,0.4220,31.1393,0.0000,0.0000,6.4709,31.3520,-1.1672,0.0000,32.5191,0.0000,32.5191,7.6640,24.8551,0.0000,24.8551,-0.2218,25.0769,0.0000,34.2474,12.9721,-22.1425,1.0541,7918.4989,7918.4989,7918.4989,7918.4989,7918.4989 +532.5000,1.0000,7782.0228,69.8040,70.0120,-0.1156,0.0000,6,1389.0670,274.4549,649.1531,-90.9635,39.9230,94.4276,-13.2318,-1.0413,34.6003,0.0000,0.0000,6.3640,34.3987,-1.2257,0.0000,35.6245,0.0000,35.6245,7.6162,28.0083,0.0000,28.0083,-0.1989,28.2072,0.0000,35.1725,12.8911,-19.8564,1.0378,8261.7908,8261.7908,8261.7908,8261.7908,8261.7908 +533.5000,1.0000,7801.3038,69.4115,69.5960,-0.1025,0.0000,6,1372.8545,278.1192,652.0097,-90.0019,39.9838,93.7362,-12.9391,-0.3377,33.7967,0.0000,0.0000,6.5248,33.7879,-1.2087,0.0000,34.9966,0.0000,34.9966,7.5733,27.4233,0.0000,27.4233,-0.1754,27.5987,0.0000,32.2940,12.8186,-17.5140,1.2022,8254.0633,8254.0633,8254.0633,8254.0633,8254.0633 +534.5000,1.0000,7820.4940,69.0850,69.2270,-0.0789,0.0000,6,1367.7805,313.9236,651.5060,-89.7010,44.9644,93.3176,-12.8482,-0.0898,38.5203,0.0000,0.0000,6.5339,38.5694,-1.3047,0.0000,39.8741,0.0000,39.8741,7.5377,32.3364,0.0000,32.3364,-0.1344,32.4708,0.0000,33.1286,12.7583,-13.4162,1.2148,9173.3676,9173.3676,9173.3676,9173.3676,9173.3676 +535.5000,1.0000,7839.6407,68.9280,68.9430,-0.0083,0.0000,6,1365.2625,386.4716,665.1025,-89.5517,55.2538,95.0897,-12.8032,-0.1215,48.8342,0.0000,0.0000,6.5411,48.7930,-1.5159,0.0000,50.3089,0.0000,50.3089,7.5206,42.7883,0.0000,42.7883,-0.0142,42.8025,0.0000,31.4872,12.7293,-1.4140,1.2141,11112.9994,11112.9994,11112.9994,11112.9994,11112.9994 +536.5000,1.0000,7858.7947,68.9545,68.9130,0.0231,0.0000,6,1361.8675,426.2187,693.6627,-89.3503,60.7849,98.9263,-12.7426,-0.1627,54.4537,0.0000,0.0000,6.4939,54.3432,-1.6318,0.0000,55.9751,0.0000,55.9751,7.5235,48.4516,0.0000,48.4516,0.0392,48.4124,0.0000,31.7647,12.7342,3.9135,1.1708,12139.7249,12139.7249,12139.7249,12139.7249,12139.7249 +537.5000,1.0000,7878.0313,69.2515,68.9960,0.1419,0.0000,6,1361.6770,581.4023,709.2038,-89.3390,82.9048,101.1286,-12.7393,0.1468,76.2617,0.0000,0.0000,6.4963,76.0793,-2.0880,0.0000,78.1673,0.0000,78.1673,7.5559,70.6114,0.0000,70.6114,0.2424,70.3690,0.0000,33.3821,12.7890,24.1979,1.2130,16240.6759,16240.6759,16240.6759,16240.6759,16240.6759 +538.5000,1.0000,7897.4072,69.7535,69.5070,0.1369,0.0000,6,1371.9005,590.9347,770.7911,-89.9454,84.8967,110.7358,-12.9220,0.7135,77.7720,0.0000,0.0000,6.4113,77.9765,-2.1331,0.0000,80.1095,0.0000,80.1095,7.6107,72.4989,0.0000,72.4989,0.2355,72.2634,0.0000,35.8669,12.8817,23.5147,1.0751,16615.3192,16615.3192,16615.3192,16615.3192,16615.3192 +539.5000,1.0000,7916.9383,70.3120,70.0000,0.1733,0.0000,6,1383.0395,637.8778,775.6161,-90.6060,92.3848,112.3337,-13.1226,0.2268,85.7218,0.0000,0.0000,6.4362,85.5079,-2.2962,0.0000,87.8041,0.0000,87.8041,7.7774,80.0268,0.0000,80.0268,0.3005,79.7263,0.0000,36.7401,12.9849,30.0013,1.0783,18012.3173,18012.3173,18012.3173,18012.3173,18012.3173 +540.5000,1.0000,7936.6279,70.8825,70.6240,0.1436,0.0000,6,1396.3530,579.8041,794.8181,-91.3956,84.7823,116.2229,-13.3644,0.9127,77.4076,0.0000,0.0000,6.4620,77.7142,-2.1402,0.0000,79.8544,0.0000,79.8544,7.7338,72.1206,0.0000,72.1206,0.2510,71.8696,0.0000,33.7208,13.0902,25.0586,1.0400,16590.5268,16590.5268,16590.5268,16590.5268,16590.5268 +541.5000,1.0000,7956.4436,71.3365,71.1410,0.1086,0.0000,6,1406.5765,552.3611,774.1312,-92.0019,81.3608,114.0267,-13.5515,-0.0362,74.9024,0.0000,0.0000,6.4946,74.6754,-2.0820,0.0000,76.7574,0.0000,76.7574,7.7834,68.9741,0.0000,68.9741,0.1910,68.7830,0.0000,36.5361,13.1741,19.0728,1.0993,15957.3180,15957.3180,15957.3180,15957.3180,15957.3180 +542.5000,1.0000,7976.3699,71.7345,71.5320,0.1125,0.0000,6,1405.9665,557.6650,765.1985,-91.9657,82.1064,112.6621,-13.5403,-0.0164,75.6367,0.0000,0.0000,6.4861,75.4136,-2.1019,0.0000,77.5155,0.0000,77.5155,7.8268,69.6887,0.0000,69.6887,0.1990,69.4898,0.0000,36.3762,13.2476,19.8660,1.1132,16094.7507,16094.7507,16094.7507,16094.7507,16094.7507 +543.5000,1.0000,7996.3965,72.0960,71.9370,0.0883,0.0000,6,1417.2580,551.4311,766.8371,-92.6354,81.8406,113.8101,-13.7485,0.9993,74.3357,0.0000,0.0000,6.5056,74.7730,-2.0927,0.0000,76.8657,0.0000,76.8657,7.8662,68.9995,0.0000,68.9995,0.1570,68.8425,0.0000,39.8510,13.3143,15.6771,1.0461,16046.1563,16046.1563,16046.1563,16046.1563,16046.1563 +544.5000,1.0000,8016.5044,72.3885,72.2550,0.0742,0.0000,6,1431.1055,530.9018,765.8925,-93.4567,79.5636,114.7805,-14.0059,0.2079,72.7823,0.0000,0.0000,6.5734,72.7684,-2.0543,0.0000,74.8227,0.0000,74.8227,7.8982,66.9245,0.0000,66.9245,0.1324,66.7922,0.0000,40.2076,13.3684,13.2162,1.0783,15636.8820,15636.8820,15636.8820,15636.8820,15636.8820 +545.5000,1.0000,8036.6692,72.5930,72.5220,0.0394,0.0000,6,1436.6370,480.6269,760.1544,-93.7847,72.3076,114.3609,-14.1094,0.2793,65.3862,0.0000,0.0000,6.6420,65.4663,-1.9045,0.0000,67.3708,0.0000,67.3708,7.9205,59.4503,0.0000,59.4503,0.0706,59.3797,0.0000,38.9249,13.4061,7.0487,1.1363,14302.4387,14302.4387,14302.4387,14302.4387,14302.4387 +546.5000,1.0000,8056.8768,72.7475,72.6640,0.0464,0.0000,6,1439.5740,502.6228,742.1837,-93.9589,75.7713,111.8856,-14.1645,-0.0202,69.1849,0.0000,0.0000,6.6067,69.0945,-1.9818,0.0000,71.0764,0.0000,71.0764,7.9373,63.1391,0.0000,63.1391,0.0832,63.0559,0.0000,41.3139,13.4347,8.3073,1.0948,14959.8323,14959.8323,14959.8323,14959.8323,14959.8323 +547.5000,1.0000,8077.1051,72.8220,72.8310,-0.0050,0.0000,6,1439.5360,419.6440,750.7603,-93.9567,63.2604,113.1755,-14.1638,0.0169,56.6496,0.0000,0.0000,6.5940,56.6641,-1.7237,0.0000,58.3878,0.0000,58.3878,7.9455,50.4424,0.0000,50.4424,-0.0090,50.4514,0.0000,37.8993,13.4484,-0.8963,1.0948,12660.7335,12660.7335,12660.7335,12660.7335,12660.7335 +548.5000,1.0000,8097.3328,72.8195,72.8130,0.0036,0.0000,6,1439.6890,432.3947,719.7880,-93.9657,65.1895,108.5180,-14.1666,-0.0034,58.5860,0.0000,0.0000,6.6069,58.5792,-1.7636,0.0000,60.3428,0.0000,60.3428,7.9452,52.3976,0.0000,52.3976,0.0065,52.3911,0.0000,38.2959,13.4480,0.6473,1.0949,13004.1913,13004.1913,13004.1913,13004.1913,13004.1913 +549.5000,1.0000,8117.5588,72.8135,72.8260,-0.0069,0.0000,6,1441.9015,419.4880,724.6982,-94.0970,63.3408,109.4262,-14.2082,0.1993,56.4987,0.0000,0.0000,6.6429,56.5966,-1.7222,0.0000,58.3188,0.0000,58.3188,7.9445,50.3743,0.0000,50.3743,-0.0125,50.3867,0.0000,38.1846,13.4469,-1.2447,1.0955,12677.5285,12677.5285,12677.5285,12677.5285,12677.5285 +550.5000,1.0000,8137.7303,72.6175,72.8010,-0.1019,0.0000,6,1441.9395,319.7723,720.1408,-94.0992,48.2855,108.7409,-14.2089,-0.1959,41.8682,0.0000,0.0000,6.6132,41.9099,-1.4140,0.0000,43.3239,0.0000,43.3239,7.9231,35.4007,0.0000,35.4007,-0.1825,35.5832,0.0000,40.3962,13.4107,-18.2236,1.0955,9864.5156,9864.5156,9864.5156,9864.5156,9864.5156 +551.5000,1.0000,8157.7833,72.1910,72.4340,-0.1350,0.0000,6,1434.1575,285.5769,681.9986,-93.6377,42.8893,102.4257,-14.0629,-0.4905,36.8147,0.0000,0.0000,6.5651,36.7956,-1.3026,0.0000,38.0981,0.0000,38.0981,7.8766,30.2215,0.0000,30.2215,-0.2403,30.4618,0.0000,41.1208,13.3319,-23.9909,1.1074,8844.3771,8844.3771,8844.3771,8844.3771,8844.3771 +552.5000,1.0000,8177.6522,71.5280,71.9480,-0.2333,0.0000,6,1423.4000,183.4019,666.9246,-92.9997,27.3375,99.4105,-13.8624,-0.4535,21.2903,0.0000,0.0000,6.5007,21.3380,-0.9730,0.0000,22.3111,0.0000,22.3111,7.8043,14.5068,0.0000,14.5068,-0.4115,14.9183,0.0000,42.7937,13.2095,-41.0849,1.0901,5948.6997,5948.6997,5948.6997,5948.6997,5948.6997 +553.5000,1.0000,8197.2639,70.6020,71.1080,-0.2811,0.0000,6,1406.8820,83.9751,623.9340,-92.0200,12.3719,91.9232,-13.5572,-0.9789,6.9228,0.0000,0.0000,6.4280,6.9167,-0.6621,0.0000,7.5788,0.0000,7.5788,7.7032,-0.1245,0.0000,-0.1245,-0.4893,0.3649,0.0000,36.1831,13.0384,-48.8567,1.0712,3400.2676,3400.2676,3400.2676,3400.2676,3400.2676 +554.5000,1.0000,8216.5897,69.5730,70.0960,-0.2906,0.0000,6,1387.0070,106.3993,579.5566,-90.8413,15.4542,84.1789,-13.1944,-0.7278,9.7933,0.0000,0.0000,6.3887,9.8067,-0.7108,0.0000,10.5175,0.0000,10.5175,7.5910,2.9266,0.0000,2.9266,-0.4984,3.4250,0.0000,40.3387,12.8484,-49.7622,1.0795,3775.1324,3775.1324,3775.1324,3775.1324,3775.1324 +555.5000,1.0000,8235.6111,68.4770,69.0500,-0.3183,0.0000,6,1366.1405,-37.6523,582.8050,-89.6037,-5.3866,83.3772,-12.8189,-1.0337,-10.6375,0.0000,0.0000,6.2846,-10.6305,-0.7380,0.0000,-9.8925,0.0000,-9.8925,7.4714,-17.3639,0.0000,-17.3639,-0.5374,-16.8265,0.0000,24.1882,12.6460,-53.6607,1.0593,1059.3215,1059.3215,1059.3215,1059.3215,1059.3215 +556.5000,1.0000,8254.2849,67.2255,67.9040,-0.3769,0.1170,6,1336.7285,-87.8594,514.9829,-87.8594,-12.2987,72.0883,-12.2987,-1.4030,-17.0645,0.0000,0.0000,6.1687,-17.0180,-0.7846,0.0000,-16.2334,0.0000,-16.2334,7.3348,-23.5682,18.9897,-42.5579,-0.6248,-41.9332,1.8988,6.1325,12.4149,-62.3793,1.0507,0.0000,0.0000,0.0000,0.0000,0.0000 +557.5000,1.0000,8272.3428,65.0085,66.5470,-0.8547,0.8830,6,1305.6380,-86.0155,483.8491,-86.0155,-11.7606,66.1548,-11.7606,-1.1225,-16.8702,0.0000,0.0000,6.2322,-17.0939,-0.7575,0.0000,-16.3363,0.0000,-16.3363,7.0929,-23.4293,88.6922,-112.1215,-1.3699,-110.7516,13.8568,0.1672,12.0050,-136.7806,1.0303,0.0000,0.0000,0.0000,0.0000,0.0000 +558.5000,1.0000,8289.4674,61.6485,63.4700,-1.0119,2.1760,6,1248.4930,-82.6263,466.1470,-82.6263,-10.8027,60.9449,-10.8027,-3.3080,-13.4842,0.0000,0.0000,5.9895,-13.4146,-0.6802,0.0000,-12.7343,0.0000,-12.7343,6.7263,-19.4607,91.8895,-111.3502,-1.5381,-109.8121,32.3764,0.0000,11.3823,-153.5707,1.0323,0.0000,0.0000,0.0000,0.0000,0.0000 +559.5000,1.0000,8305.4026,57.3670,59.8270,-1.3667,3.5680,6,1182.5360,-78.7085,447.6594,-78.7085,-9.7469,55.4359,-9.7469,-1.6566,-14.0081,0.0000,0.0000,5.9178,-14.3533,-0.6386,0.0000,-13.7147,0.0000,-13.7147,6.2592,-19.9739,114.9890,-134.9629,-1.9330,-133.0299,49.3811,0.0000,10.5875,-192.9985,1.0192,0.0000,0.0000,0.0000,0.0000,0.0000 +560.5000,1.0000,8320.2868,53.5830,54.9070,-0.7356,3.9140,6,1100.7860,-73.8320,424.5887,-73.8320,-8.5109,48.9441,-8.5109,-3.9842,-10.0929,0.0000,0.0000,5.5662,-9.7945,-0.5506,0.0000,-9.2440,0.0000,-9.2440,5.8463,-15.0903,22.4258,-37.5161,-0.9717,-36.5444,50.5901,0.0000,9.8879,-97.0223,1.0119,0.0000,0.0000,0.0000,0.0000,0.0000 +561.5000,1.0000,8334.3475,50.6185,52.2590,-0.9114,3.8070,6,1031.3575,-68.8715,406.7925,-68.8715,-7.4384,43.9350,-7.4384,-0.6644,-12.2426,0.0000,0.0000,5.4687,-12.5240,-0.5444,0.0000,-11.9796,0.0000,-11.9796,5.5229,-17.5025,41.3715,-58.8740,-1.1374,-57.7366,46.4866,0.0000,9.3412,-113.5644,0.9723,0.0000,0.0000,0.0000,0.0000,0.0000 +562.5000,1.0000,8347.5293,47.4545,48.9780,-0.8464,3.8070,6,988.0980,-67.3077,395.5448,-67.3077,-6.9646,40.9284,-6.9646,-1.9884,-10.2099,0.0000,0.0000,5.2338,-10.1988,-0.4875,0.0000,-9.7113,0.0000,-9.7113,5.1777,-14.8890,32.6359,-47.5248,-0.9903,-46.5346,43.5809,0.0000,8.7573,-98.8727,0.9271,0.0000,0.0000,0.0000,0.0000,0.0000 +563.5000,1.0000,8359.8536,44.3675,45.9310,-0.8686,4.0940,6,922.4840,-71.0611,381.6095,-71.0611,-6.8647,36.8644,-6.8647,-1.8607,-10.0785,0.0000,0.0000,5.0745,-10.0747,-0.4539,0.0000,-9.6207,0.0000,-9.6207,4.8408,-14.4616,29.3572,-43.8188,-0.9502,-42.8686,43.8126,0.0000,8.1867,-94.8680,0.9464,0.0000,0.0000,0.0000,0.0000,0.0000 +564.5000,1.0000,8371.2764,41.1220,42.8040,-0.9344,4.4270,6,858.4725,-75.3168,410.0640,-75.3168,-6.7709,36.8644,-6.7709,-1.6431,-10.0147,0.0000,0.0000,4.8869,-10.0627,-0.4209,0.0000,-9.6418,0.0000,-9.6418,4.4867,-14.1285,29.9202,-44.0487,-0.9474,-43.1013,43.9044,0.0000,7.5868,-94.5926,0.9282,0.0000,0.0000,0.0000,0.0000,0.0000 +565.5000,1.0000,8381.6283,37.2670,39.4400,-1.2072,4.7270,6,735.1035,-86.4586,478.8831,-86.4586,-6.6556,36.8644,-6.6556,-4.1623,-6.7524,0.0000,0.0000,4.2592,-6.2711,-0.3461,0.0000,-5.9250,0.0000,-5.9250,4.0661,-9.9912,52.5136,-62.5048,-1.1092,-61.3956,42.4791,0.0000,6.8746,-110.7493,0.9402,0.0000,0.0000,0.0000,0.0000,0.0000 +566.5000,1.0000,8390.8003,33.0190,35.0940,-1.1528,5.2320,5,788.0525,-80.7794,446.7071,-80.7794,-6.6663,36.8644,-6.6663,7.0246,-18.9039,0.0000,0.0000,5.2130,-23.8870,-0.3746,0.0000,-23.5123,0.0000,-23.5123,3.6026,-27.1150,19.7864,-46.9014,-0.9385,-45.9629,41.6474,0.0000,6.0895,-93.6998,0.9669,0.0000,0.0000,0.0000,0.0000,0.0000 +567.5000,1.0000,8398.8894,29.1210,30.9440,-1.0128,6.0960,5,883.2685,-73.5437,398.5522,-73.5437,-6.8025,36.8644,-6.8025,-2.7086,-9.1270,0.0000,0.0000,5.0332,-9.1861,-0.2638,0.0000,-8.9223,0.0000,-8.9223,3.1773,-12.0996,13.0862,-25.1858,-0.7271,-24.4587,42.7756,0.0000,5.3680,-72.6022,0.9542,0.0000,0.0000,0.0000,0.0000,0.0000 +568.5000,1.0000,8405.7664,24.7570,27.2980,-1.4117,7.3070,5,716.6665,-88.4362,491.2029,-88.4362,-6.6371,36.8644,-6.6371,-5.1346,-5.7321,0.0000,0.0000,4.2297,-5.3479,-0.2074,0.0000,-5.1405,0.0000,-5.1405,2.7012,-7.8417,30.9377,-38.7794,-0.8617,-37.9178,43.5543,0.0000,4.5598,-86.0319,0.9384,0.0000,0.0000,0.0000,0.0000,0.0000 +569.5000,1.0000,8411.1613,19.4215,22.2160,-1.5525,8.5770,5,608.9380,-99.9910,578.1026,-99.9910,-6.3762,36.8644,-6.3762,0.3342,-10.8529,0.0000,0.0000,4.1424,-12.8630,-0.1884,0.0000,-12.6746,0.0000,-12.6746,2.1190,-14.7936,16.5340,-31.3277,-0.7434,-30.5843,40.0660,0.0000,3.5736,-74.2239,0.9103,0.0000,0.0000,0.0000,0.0000,0.0000 +570.5000,1.0000,8415.1061,14.2015,16.6270,-1.3475,8.9400,5,640.4210,-76.7703,549.6832,-96.6142,-5.1486,36.8644,-6.4794,0.8867,-10.4387,0.0000,0.0000,4.4035,-13.0320,-0.1418,0.0000,-12.8902,0.0000,-12.8902,1.5495,-14.4397,0.0000,-14.4397,-0.4718,-13.9679,30.5276,0.0000,2.6122,-47.1077,0.9319,0.0000,0.0000,0.0000,0.0000,0.0000 +571.5000,1.0000,8417.8833,9.9980,11.7760,-0.9878,8.5580,3,655.2985,41.4078,537.2035,-95.0185,2.8415,36.8644,-6.5204,-0.3086,-1.0705,0.0000,0.0000,4.2206,-1.2868,-0.2432,0.0000,-1.0436,0.0000,-1.0436,1.0909,-2.1345,0.0000,-2.1345,-0.2435,-1.8910,20.5803,0.0000,1.8397,-24.3109,0.9095,1228.6399,1228.6399,1228.6399,1228.6399,1228.6399 +572.5000,1.0000,8419.7758,6.8130,8.2200,-0.7817,5.9460,3,628.4430,31.9904,560.1600,-97.8990,2.1053,36.8644,-6.4428,-0.7405,-1.3435,0.0000,0.0000,4.1893,-1.6415,-0.1621,0.0000,-1.4794,0.0000,-1.4794,0.7434,-2.2227,0.0000,-2.2227,-0.1313,-2.0914,9.7622,0.0000,1.2560,-13.1096,0.9321,1110.5121,1110.5121,1110.5121,1110.5121,1110.5121 +573.5000,1.0000,8421.1069,4.7920,5.4060,-0.3411,2.9840,3,605.5165,73.9581,581.3692,-100.3580,4.6897,36.8644,-6.3637,-0.1390,0.6166,0.0000,0.0000,4.2121,0.7028,-0.0908,0.0000,0.7937,0.0000,0.7937,0.5228,0.2708,0.0000,0.2708,-0.0403,0.3111,3.4504,0.0000,0.8846,-4.0239,1.0554,1505.7397,1505.7397,1505.7397,1505.7397,1505.7397 +574.5000,1.0000,8422.1326,3.6925,4.1780,-0.2697,0.2580,1,600.8890,47.3872,585.8464,-100.8544,2.9818,36.8644,-6.3463,-0.0328,-1.2430,0.0000,0.0000,4.2576,-1.4290,-0.2676,0.0000,-1.1615,0.0000,-1.1615,0.4029,-1.5644,0.0000,-1.5644,-0.0246,-1.5398,0.2300,0.0000,0.6819,-2.4517,1.0766,1237.8990,1237.8990,1237.8990,1237.8990,1237.8990 +575.5000,1.0000,8422.8453,2.5655,3.2070,-0.3564,0.0000,1,601.6900,66.2786,585.0665,-100.7685,4.1761,36.8644,-6.3493,0.0624,-1.2711,0.0000,0.0000,5.3848,-1.6997,-0.1802,0.0000,-1.5196,0.0000,-1.5196,0.2799,-1.7995,0.0000,-1.7995,-0.0225,-1.7770,0.0000,0.0000,0.4738,-2.2507,1.0551,1426.0387,1426.0387,1426.0387,1426.0387,1426.0387 +576.5000,1.0000,8423.2317,1.3910,1.9240,-0.2961,0.0000,1,601.6900,76.9325,585.0665,-100.7685,4.8474,36.8644,-6.3493,-0.0624,-0.4354,0.0000,0.0000,5.3452,-0.7038,-0.0884,0.0000,-0.6154,0.0000,-0.6154,0.1518,-0.7672,0.0000,-0.7672,-0.0102,-0.7571,0.0000,0.0000,0.2569,-1.0139,1.0551,1531.7253,1531.7253,1531.7253,1531.7253,1531.7253 +577.5000,1.0000,8423.3535,0.4385,0.8580,-0.2331,0.0000,1,601.0795,87.5705,585.6607,-100.8339,5.5121,36.8644,-6.3470,0.0398,-0.0065,0.0000,0.0000,5.4788,-0.1506,-0.0253,0.0000,-0.1253,0.0000,-0.1253,0.0478,-0.1731,0.0000,-0.1731,-0.0025,-0.1706,0.0000,0.0000,0.0810,-0.2516,1.1302,1636.6926,1636.6926,1636.6926,1636.6926,1636.6926 +578.5000,1.0000,8423.2991,0.0095,0.0190,-0.1193,0.0000,0,602.3115,83.5900,584.4627,-100.7018,5.2724,36.8644,-6.3517,0.0056,0.0000,0.0000,0.0000,5.2667,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0010,-0.0010,0.0000,-0.0010,0.0000,-0.0010,0.0000,0.0000,0.0018,-0.0028,1.0109,1598.3399,1598.3399,1598.3399,1598.3399,1598.3399 +579.5000,1.0000,8423.1851,0.0000,0.0000,0.0000,0.0000,0,601.2815,83.9218,585.4639,-100.8123,5.2842,36.8644,-6.3478,-0.0437,0.0000,0.0000,0.0000,5.3279,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0108,1600.6836,1600.6836,1600.6836,1600.6836,1600.6836 +580.5000,1.0000,8423.0711,0.0000,0.0000,0.0000,0.0000,0,603.4560,87.7475,583.3543,-100.5790,5.5451,36.8644,-6.3560,0.1244,0.0000,0.0000,0.0000,5.4207,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0445,1640.6349,1640.6349,1640.6349,1640.6349,1640.6349 +581.5000,1.0000,8422.9571,0.0000,0.0000,0.0000,0.0000,0,603.7230,82.8998,583.0963,-100.5504,5.2411,36.8644,-6.3570,-0.1146,0.0000,0.0000,0.0000,5.3556,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0767,1592.7907,1592.7907,1592.7907,1592.7907,1592.7907 +582.5000,1.0000,8422.8431,0.0000,0.0000,0.0000,0.0000,0,601.5870,85.6665,585.1666,-100.7795,5.3968,36.8644,-6.3489,0.0352,0.0000,0.0000,0.0000,5.3616,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0659,1618.2722,1618.2722,1618.2722,1618.2722,1618.2722 +583.5000,1.0000,8422.7290,0.0000,0.0000,0.0000,0.0000,0,601.5870,84.4245,585.1666,-100.7795,5.3186,36.8644,-6.3489,-0.0352,0.0000,0.0000,0.0000,5.3538,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1605.9507,1605.9507,1605.9507,1605.9507,1605.9507 +584.5000,1.0000,8422.6150,0.0000,0.0000,0.0000,0.0000,0,601.3960,68.5489,585.3525,-100.8000,4.3171,36.8644,-6.3482,0.0282,0.0000,0.0000,0.0000,4.2889,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1448.2890,1448.2890,1448.2890,1448.2890,1448.2890 +585.5000,1.0000,8422.5010,0.0000,0.0000,0.0000,0.0000,0,601.0795,67.8915,585.6607,-100.8339,4.2734,36.8644,-6.3470,-0.0398,0.0000,0.0000,0.0000,4.3133,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1441.4770,1441.4770,1441.4770,1441.4770,1441.4770 +586.5000,1.0000,8422.3870,0.0000,0.0000,0.0000,0.0000,0,600.0000,85.5048,586.7144,-100.9497,5.3724,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3724,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0335,1615.2074,1615.2074,1615.2074,1615.2074,1615.2074 +587.5000,1.0000,8422.2730,0.0000,0.0000,0.0000,0.0000,0,600.0000,84.9758,586.7144,-100.9497,5.3392,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3392,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0335,1609.9602,1609.9602,1609.9602,1609.9602,1609.9602 +588.5000,1.0000,8422.1590,0.0000,0.0000,0.0000,0.0000,0,600.0000,84.4147,586.7144,-100.9497,5.3039,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3039,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1604.3937,1604.3937,1604.3937,1604.3937,1604.3937 +589.5000,1.0000,8422.0450,0.0000,0.0000,0.0000,0.0000,0,601.3085,85.6974,585.4376,-100.8094,5.3963,36.8644,-6.3479,0.0483,0.0000,0.0000,0.0000,5.3479,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9767,1618.3217,1618.3217,1618.3217,1618.3217,1618.3217 +590.5000,1.0000,8421.9310,0.0000,0.0000,0.0000,0.0000,0,601.3200,83.9328,585.4265,-100.8081,5.2853,36.8644,-6.3479,-0.0479,0.0000,0.0000,0.0000,5.3332,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1600.8281,1600.8281,1600.8281,1600.8281,1600.8281 +591.5000,1.0000,8421.8169,0.0000,0.0000,0.0000,0.0000,0,601.3200,85.4278,585.4265,-100.8081,5.3794,36.8644,-6.3479,0.0479,0.0000,0.0000,0.0000,5.3315,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0108,1615.6586,1615.6586,1615.6586,1615.6586,1615.6586 +592.5000,1.0000,8421.7029,0.0000,0.0000,0.0000,0.0000,0,601.3085,83.9482,585.4376,-100.8094,5.2861,36.8644,-6.3479,-0.0483,0.0000,0.0000,0.0000,5.3344,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0659,1600.9695,1600.9695,1600.9695,1600.9695,1600.9695 +593.5000,1.0000,8421.5889,0.0000,0.0000,0.0000,0.0000,0,601.4610,84.6967,585.2892,-100.7930,5.3346,36.8644,-6.3484,0.0540,0.0000,0.0000,0.0000,5.2806,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1608.5350,1608.5350,1608.5350,1608.5350,1608.5350 +594.5000,1.0000,8421.4749,0.0000,0.0000,0.0000,0.0000,0,602.3500,83.5176,584.4254,-100.6977,5.2681,36.8644,-6.3518,-0.0212,0.0000,0.0000,0.0000,5.2893,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0874,1597.6564,1597.6564,1597.6564,1597.6564,1597.6564 +595.5000,1.0000,8421.3609,0.0000,0.0000,0.0000,0.0000,0,600.8890,82.0995,585.8464,-100.8544,5.1661,36.8644,-6.3463,-0.0328,0.0000,0.0000,0.0000,5.1989,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1582.2447,1582.2447,1582.2447,1582.2447,1582.2447 +596.5000,1.0000,8421.2469,0.0000,0.0000,0.0000,0.0000,0,600.5075,83.3298,586.2185,-100.8953,5.2402,36.8644,-6.3448,0.0187,0.0000,0.0000,0.0000,5.2215,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0107,1594.0986,1594.0986,1594.0986,1594.0986,1594.0986 +597.5000,1.0000,8421.1329,0.0000,0.0000,0.0000,0.0000,0,601.0150,83.0578,585.7235,-100.8409,5.2275,36.8644,-6.3467,0.0000,0.0000,0.0000,0.0000,5.2275,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1591.8677,1591.8677,1591.8677,1591.8677,1591.8677 +598.5000,1.0000,8421.0189,0.0000,0.0000,0.0000,0.0000,0,600.5075,83.1714,586.2185,-100.8953,5.2302,36.8644,-6.3448,-0.0187,0.0000,0.0000,0.0000,5.2489,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1592.5268,1592.5268,1592.5268,1592.5268,1592.5268 +599.5000,1.0000,8420.9048,0.0000,0.0000,0.0000,0.0000,0,600.0000,86.0072,586.7144,-100.9497,5.4040,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.4040,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1620.1916,1620.1916,1620.1916,1620.1916,1620.1916 +600.5000,1.0000,8420.7908,0.0000,0.0000,0.0000,0.0000,0,600.2020,86.3909,586.5169,-100.9281,5.4299,36.8644,-6.3436,0.0074,0.0000,0.0000,0.0000,5.4225,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0765,1624.1838,1624.1838,1624.1838,1624.1838,1624.1838 +601.5000,1.0000,8420.6768,0.0000,0.0000,0.0000,0.0000,0,600.2020,85.8513,586.5169,-100.9281,5.3960,36.8644,-6.3436,-0.0074,0.0000,0.0000,0.0000,5.4035,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0765,1618.8309,1618.8309,1618.8309,1618.8309,1618.8309 +602.5000,1.0000,8420.5628,0.0000,0.0000,0.0000,0.0000,0,602.1475,88.0962,584.6219,-100.7194,5.5551,36.8644,-6.3510,0.0794,0.0000,0.0000,0.0000,5.4756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0659,1642.8900,1642.8900,1642.8900,1642.8900,1642.8900 +603.5000,1.0000,8420.4488,0.0000,0.0000,0.0000,0.0000,0,604.4860,67.4989,582.3603,-100.4686,4.2728,36.8644,-6.3598,0.0071,0.0000,0.0000,0.0000,4.2657,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9877,1440.7162,1440.7162,1440.7162,1440.7162,1440.7162 +604.5000,1.0000,8420.3348,0.0000,0.0000,0.0000,0.0000,0,603.2275,65.4142,583.5752,-100.6035,4.1322,36.8644,-6.3551,-0.0537,0.0000,0.0000,0.0000,4.1859,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0336,1418.8784,1418.8784,1418.8784,1418.8784,1418.8784 +605.5000,1.0000,8420.2208,0.0000,0.0000,0.0000,0.0000,0,601.1675,67.9240,585.5750,-100.8245,4.2761,36.8644,-6.3473,-0.0225,0.0000,0.0000,0.0000,4.2986,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0444,1441.8802,1441.8802,1441.8802,1441.8802,1441.8802 +606.5000,1.0000,8420.1068,0.0000,0.0000,0.0000,0.0000,0,600.5570,66.9891,586.1702,-100.8900,4.2130,36.8644,-6.3450,0.0000,0.0000,0.0000,0.0000,4.2130,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1432.0442,1432.0442,1432.0442,1432.0442,1432.0442 +607.5000,1.0000,8419.9931,0.0000,0.0000,0.0006,0.0000,0,600.3280,67.8624,586.3938,-100.9145,4.2663,36.8644,-6.3441,-0.0084,0.0000,0.0000,0.0000,4.2747,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1440.4969,1440.4969,1440.4969,1440.4969,1440.4969 +608.5000,1.0000,8419.8799,0.0000,0.0060,0.0004,0.0000,0,600.0495,67.4870,586.6660,-100.9444,4.2407,36.8644,-6.3430,-0.0018,0.0000,0.0000,0.0000,4.2425,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1436.5164,1436.5164,1436.5164,1436.5164,1436.5164 +609.5000,1.0000,8419.7674,0.0000,0.0040,0.0008,0.0000,0,601.5755,67.7535,585.1778,-100.7807,4.2683,36.8644,-6.3489,0.0582,0.0000,0.0000,0.0000,4.2101,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1440.5643,1440.5643,1440.5643,1440.5643,1440.5643 +610.5000,1.0000,8419.6556,0.0000,0.0030,0.0006,0.0000,0,602.7315,67.5771,584.0555,-100.6567,4.2653,36.8644,-6.3532,-0.0155,0.0000,0.0000,0.0000,4.2809,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0659,1439.8781,1439.8781,1439.8781,1439.8781,1439.8781 +611.5000,1.0000,8419.5443,0.0000,0.0020,0.0006,0.0000,0,601.1560,66.3582,585.5862,-100.8257,4.1774,36.8644,-6.3473,-0.0427,0.0000,0.0000,0.0000,4.2201,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1426.3368,1426.3368,1426.3368,1426.3368,1426.3368 +612.5000,1.0000,8419.4334,0.0000,0.0020,0.0003,0.0000,0,600.0000,65.9781,586.7144,-100.9497,4.1455,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1455,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9989,1421.5026,1421.5026,1421.5026,1421.5026,1421.5026 +613.5000,1.0000,8419.3227,0.0000,0.0010,0.0000,0.0000,0,600.3550,67.4131,586.3675,-100.9116,4.2382,36.8644,-6.3442,0.0131,0.0000,0.0000,0.0000,4.2251,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1436.0641,1436.0641,1436.0641,1436.0641,1436.0641 +614.5000,1.0000,8419.2120,0.0000,0.0000,0.0000,0.0000,0,601.2055,67.4163,585.5379,-100.8204,4.2444,36.8644,-6.3475,0.0183,0.0000,0.0000,0.0000,4.2261,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1436.8792,1436.8792,1436.8792,1436.8792,1436.8792 +615.5000,1.0000,8419.1013,0.0000,0.0000,0.0000,0.0000,0,600.8505,66.3340,585.8839,-100.8585,4.1738,36.8644,-6.3461,-0.0314,0.0000,0.0000,0.0000,4.2052,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1425.8158,1425.8158,1425.8158,1425.8158,1425.8158 +616.5000,1.0000,8418.9906,0.0000,0.0000,0.0000,0.0000,0,600.6220,68.5805,586.1068,-100.8830,4.3135,36.8644,-6.3452,0.0229,0.0000,0.0000,0.0000,4.2906,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0980,1447.8903,1447.8903,1447.8903,1447.8903,1447.8903 +617.5000,1.0000,8418.8798,0.0000,0.0000,0.0000,0.0000,0,600.9385,68.8496,585.7981,-100.8491,4.3327,36.8644,-6.3464,-0.0113,0.0000,0.0000,0.0000,4.3440,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1450.8518,1450.8518,1450.8518,1450.8518,1450.8518 +618.5000,1.0000,8418.7691,0.0000,0.0000,0.0000,0.0000,0,600.3165,66.7487,586.4051,-100.9158,4.1962,36.8644,-6.3441,-0.0117,0.0000,0.0000,0.0000,4.2078,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1429.4380,1429.4380,1429.4380,1429.4380,1429.4380 +619.5000,1.0000,8418.6586,0.0000,0.0000,0.0004,0.0000,0,600.6220,66.7337,586.1068,-100.8830,4.1973,36.8644,-6.3452,0.0229,0.0000,0.0000,0.0000,4.1744,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1429.5704,1429.5704,1429.5704,1429.5704,1429.5704 +620.5000,1.0000,8418.5486,0.0000,0.0040,0.0006,0.0000,0,601.9305,63.8198,584.8327,-100.7427,4.0228,36.8644,-6.3502,0.0254,0.0000,0.0000,0.0000,3.9974,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1401.8684,1401.8684,1401.8684,1401.8684,1401.8684 +621.5000,1.0000,8418.4598,0.0755,0.0020,0.0419,0.0000,1,601.3085,63.8028,585.4376,-100.8094,4.0176,36.8644,-6.3479,-0.0483,0.0695,0.0000,0.0000,3.9964,0.0347,-0.0036,0.0000,0.0383,0.0000,0.0383,0.0082,0.0301,0.0000,0.0301,0.0001,0.0300,0.0000,0.0083,0.0139,0.0078,0.9214,1401.1272,1401.1272,1401.1272,1401.1272,1401.1272 +622.5000,1.0000,8418.6373,1.0340,0.1510,0.4906,0.0000,1,600.0000,108.3319,586.7144,-100.9497,6.8067,36.8644,-6.3429,0.0000,2.9463,0.0000,0.0000,3.8604,1.5892,-0.0709,0.0000,1.6601,0.0000,1.6601,0.1199,1.5402,0.0000,1.5402,0.0125,1.5277,0.0000,0.0881,0.1910,1.2486,0.8755,1853.2334,1853.2334,1853.2334,1853.2334,1853.2334 +623.5000,1.0000,8419.3997,3.1400,1.9170,0.6794,0.0000,1,600.0000,207.0496,586.7144,-100.9497,13.0093,36.8644,-6.3429,0.0000,9.0500,0.0000,0.0000,3.9593,6.5132,-0.2812,0.0000,6.7944,0.0000,6.7944,0.3904,6.4040,0.0000,6.4040,0.0526,6.3514,0.0000,0.5197,0.5799,5.2519,0.9767,2981.2927,2981.2927,2981.2927,2981.2927,2981.2927 +624.5000,1.0000,8420.5886,4.6750,4.3630,0.1733,0.0000,2,615.5375,155.7428,571.9044,-99.2832,10.0390,36.8644,-6.3997,0.5873,4.1459,0.0000,0.0000,5.3058,3.9847,-0.2002,0.0000,4.1849,0.0000,4.1849,0.5101,3.6748,0.0000,3.6748,0.0200,3.6548,0.0000,0.7967,0.8634,1.9948,0.9765,2435.0537,2435.0537,2435.0537,2435.0537,2435.0537 +625.5000,1.0000,8421.9712,5.3725,4.9870,0.2142,0.0000,2,616.7695,159.1900,570.7621,-99.1510,10.2818,36.8644,-6.4040,-0.5418,5.6357,0.0000,0.0000,5.1879,5.1365,-0.2473,0.0000,5.3838,0.0000,5.3838,0.5862,4.7976,0.0000,4.7976,0.0284,4.7692,0.0000,0.9446,0.9922,2.8324,0.9433,2477.6568,2477.6568,2477.6568,2477.6568,2477.6568 +626.5000,1.0000,8423.4201,5.6110,5.7580,-0.0817,0.0000,2,607.0420,83.5406,579.9082,-100.1944,5.3106,36.8644,-6.3693,0.1707,1.0641,0.0000,0.0000,4.0758,1.1010,-0.2012,0.0000,1.3021,0.0000,1.3021,0.6122,0.6899,0.0000,0.6899,-0.0113,0.7012,0.0000,0.7930,1.0362,-1.1280,0.9435,1602.2014,1602.2014,1602.2014,1602.2014,1602.2014 +627.5000,1.0000,8424.8088,5.3945,5.4640,-0.0386,0.0000,2,607.4620,102.1415,579.5073,-100.1494,6.4976,36.8644,-6.3708,-0.1551,1.5120,0.0000,0.0000,5.1407,1.5212,-0.1872,0.0000,1.7084,0.0000,1.7084,0.5886,1.1198,0.0000,1.1198,-0.0051,1.1250,0.0000,0.6415,0.9962,-0.5127,0.9434,1805.1210,1805.1210,1805.1210,1805.1210,1805.1210 +628.5000,1.0000,8426.1546,5.2400,5.3250,-0.0472,0.0000,2,601.6520,103.2715,585.1034,-100.7725,6.5066,36.8644,-6.3492,-0.0610,1.4660,0.0000,0.0000,5.1016,1.4861,-0.1806,0.0000,1.6667,0.0000,1.6667,0.5717,1.0950,0.0000,1.0950,-0.0061,1.1011,0.0000,0.7425,0.9677,-0.6091,0.9435,1800.8490,1800.8490,1800.8490,1800.8490,1800.8490 +629.5000,1.0000,8427.5280,5.3395,5.1550,0.1025,0.0000,2,600.3930,137.4137,586.3303,-100.9076,8.6396,36.8644,-6.3444,0.0145,3.5094,0.0000,0.0000,5.1157,3.3944,-0.2099,0.0000,3.6043,0.0000,3.6043,0.5826,3.0217,0.0000,3.0217,0.0135,3.0082,0.0000,0.6749,0.9861,1.3473,0.9436,2183.3025,2183.3025,2183.3025,2183.3025,2183.3025 +630.5000,1.0000,8429.0280,5.7950,5.5240,0.1506,0.0000,2,600.3930,152.4458,586.3303,-100.9076,9.5847,36.8644,-6.3444,-0.0145,4.5787,0.0000,0.0000,5.0205,4.3713,-0.2461,0.0000,4.6174,0.0000,4.6174,0.6323,3.9851,0.0000,3.9851,0.0215,3.9636,0.0000,0.7457,1.0702,2.1477,0.9325,2353.3156,2353.3156,2353.3156,2353.3156,2353.3156 +631.5000,1.0000,8430.5869,6.0070,6.0660,-0.0328,0.0000,2,609.1285,108.4860,577.9218,-99.9706,6.9201,36.8644,-6.3769,0.3415,1.3976,0.0000,0.0000,5.1810,1.4326,-0.2162,0.0000,1.6489,0.0000,1.6489,0.6554,0.9935,0.0000,0.9935,-0.0049,0.9983,0.0000,0.3737,1.1093,-0.4847,0.9324,1881.7687,1881.7687,1881.7687,1881.7687,1881.7687 +632.5000,1.0000,8432.1484,6.0165,5.9480,0.0381,0.0000,2,612.6115,111.1686,574.6360,-99.5970,7.1317,36.8644,-6.3894,-0.2124,2.2161,0.0000,0.0000,5.1280,2.1710,-0.2095,0.0000,2.3804,0.0000,2.3804,0.6564,1.7240,0.0000,1.7240,0.0056,1.7184,0.0000,0.0436,1.1111,0.5636,0.9102,1922.3312,1922.3312,1922.3312,1922.3312,1922.3312 +633.5000,1.0000,8433.8167,6.4010,6.0850,0.1756,0.0000,2,625.6200,159.6429,562.6876,-98.2017,10.4590,36.8644,-6.4337,0.7167,4.5059,0.0000,0.0000,5.2364,4.4219,-0.2692,0.0000,4.6911,0.0000,4.6911,0.6984,3.9927,0.0000,3.9927,0.0277,3.9650,0.0000,0.0167,1.1821,2.7663,0.9321,2508.7560,2508.7560,2508.7560,2508.7560,2508.7560 +634.5000,1.0000,8435.5887,6.7745,6.7170,0.0319,0.0000,2,667.2005,123.9566,527.6205,-93.7419,8.6607,36.8644,-6.5497,0.9394,2.2265,0.0000,0.0000,5.4949,2.2836,-0.2447,0.0000,2.5283,0.0000,2.5283,0.7392,1.7891,0.0000,1.7891,0.0053,1.7838,0.0000,0.0000,1.2511,0.5327,0.9456,2227.1827,2227.1827,2227.1827,2227.1827,2227.1827 +635.5000,1.0000,8437.4041,6.9305,6.8320,0.0547,0.0000,2,700.0455,103.5083,502.8654,-90.2189,7.5880,36.8644,-6.6138,0.4264,2.7251,0.0000,0.0000,4.4366,2.7250,-0.2540,0.0000,2.9790,0.0000,2.9790,0.7562,2.2228,0.0000,2.2228,0.0094,2.2135,0.0000,0.0000,1.2799,0.9336,0.9487,2092.3119,2092.3119,2092.3119,2092.3119,2092.3119 +636.5000,1.0000,8439.2724,7.1210,7.0290,0.0511,0.0000,2,716.0295,115.9180,491.6398,-88.5045,8.6918,36.8644,-6.6363,0.2667,2.7473,0.0000,0.0000,5.6778,2.7352,-0.2617,0.0000,2.9970,0.0000,2.9970,0.7770,2.2200,0.0000,2.2200,0.0090,2.2110,0.0000,0.0000,1.3151,0.8960,0.9383,2279.5795,2279.5795,2279.5795,2279.5795,2279.5795 +637.5000,1.0000,8441.2146,7.3870,7.2130,0.0967,0.0000,2,734.0350,130.3747,479.5802,-86.5733,10.0216,36.8644,-6.6547,0.5382,3.6803,0.0000,0.0000,5.8031,3.6541,-0.2915,0.0000,3.9456,0.0000,3.9456,0.8060,3.1396,0.0000,3.1396,0.0176,3.1220,0.0000,0.0000,1.3642,1.7578,0.9520,2495.9301,2495.9301,2495.9301,2495.9301,2495.9301 +638.5000,1.0000,8443.2197,7.6135,7.5610,0.0292,0.0000,2,760.1280,113.5444,463.1176,-83.7745,9.0382,36.8644,-6.6685,0.6607,2.4753,0.0000,0.0000,5.9022,2.5042,-0.2847,0.0000,2.7888,0.0000,2.7888,0.8307,1.9581,0.0000,1.9581,0.0055,1.9527,0.0000,0.0000,1.4060,0.5466,0.9535,2382.1624,2382.1624,2382.1624,2382.1624,2382.1624 +639.5000,1.0000,8445.2430,7.6790,7.6660,0.0072,0.0000,2,782.7495,103.2985,449.7335,-81.3482,8.4673,36.8644,-6.6681,0.4071,2.0829,0.0000,0.0000,5.9773,2.1019,-0.2920,0.0000,2.3939,0.0000,2.3939,0.8378,1.5560,0.0000,1.5560,0.0014,1.5546,0.0000,0.0000,1.4181,0.1365,0.9326,2332.6759,2332.6759,2332.6759,2332.6759,2332.6759 +640.5000,1.0000,8447.2642,7.6715,7.6920,-0.0114,0.0000,2,788.5095,91.8456,446.4482,-80.7304,7.5839,36.8644,-6.6661,-0.1312,1.7427,0.0000,0.0000,5.9723,1.7414,-0.2951,0.0000,2.0365,0.0000,2.0365,0.8370,1.1995,0.0000,1.1995,-0.0022,1.2017,0.0000,0.0000,1.4167,-0.2151,0.9554,2198.5215,2198.5215,2198.5215,2198.5215,2198.5215 +641.5000,1.0000,8449.2888,7.6835,7.6510,0.0181,0.0000,2,787.9755,101.7906,446.7507,-80.7876,8.3994,36.8644,-6.6663,0.1052,2.3155,0.0000,0.0000,5.9787,2.3121,-0.2901,0.0000,2.6022,0.0000,2.6022,0.8383,1.7639,0.0000,1.7639,0.0034,1.7605,0.0000,0.0000,1.4190,0.3415,0.9439,2330.9603,2330.9603,2330.9603,2330.9603,2330.9603 +642.5000,1.0000,8451.3182,7.7010,7.7160,-0.0083,0.0000,2,793.4690,96.1272,443.6577,-80.1984,7.9874,36.8644,-6.6638,0.1617,1.7958,0.0000,0.0000,6.0298,1.8069,-0.2960,0.0000,2.1029,0.0000,2.1029,0.8402,1.2626,0.0000,1.2626,-0.0016,1.2642,0.0000,0.0000,1.4222,-0.1580,0.9445,2272.8063,2272.8063,2272.8063,2272.8063,2272.8063 +643.5000,1.0000,8453.3391,7.6705,7.6860,-0.0086,0.0000,2,793.3930,91.8859,443.7002,-80.2066,7.6342,36.8644,-6.6639,-0.1654,1.7988,0.0000,0.0000,6.0009,1.7947,-0.2946,0.0000,2.0892,0.0000,2.0892,0.8369,1.2523,0.0000,1.2523,-0.0016,1.2540,0.0000,0.0000,1.4166,-0.1626,0.9445,2213.4172,2213.4172,2213.4172,2213.4172,2213.4172 +644.5000,1.0000,8455.3550,7.6520,7.6550,-0.0017,0.0000,2,789.5780,95.4792,445.8440,-80.6158,7.8946,36.8644,-6.6657,-0.0204,1.9243,0.0000,0.0000,5.9908,1.9240,-0.2923,0.0000,2.2163,0.0000,2.2163,0.8349,1.3814,0.0000,1.3814,-0.0003,1.3817,0.0000,0.0000,1.4131,-0.0314,0.9441,2252.3467,2252.3467,2252.3467,2252.3467,2252.3467 +645.5000,1.0000,8457.3623,7.6215,7.6490,-0.0153,0.0000,2,787.6325,91.1750,446.9453,-80.8244,7.5202,36.8644,-6.6665,-0.0738,1.6534,0.0000,0.0000,5.9406,1.6562,-0.2934,0.0000,1.9496,0.0000,1.9496,0.8316,1.1180,0.0000,1.1180,-0.0029,1.1209,0.0000,0.0000,1.4075,-0.2866,0.9328,2186.5921,2186.5921,2186.5921,2186.5921,2186.5921 +646.5000,1.0000,8459.3592,7.5840,7.5940,-0.0056,0.0000,2,784.8480,94.4028,448.5310,-81.1231,7.7589,36.8644,-6.6674,-0.0607,1.8341,0.0000,0.0000,5.9855,1.8336,-0.2897,0.0000,2.1233,0.0000,2.1233,0.8275,1.2958,0.0000,1.2958,-0.0010,1.2969,0.0000,0.0000,1.4006,-0.1037,0.9666,2223.4479,2223.4479,2223.4479,2223.4479,2223.4479 +647.5000,1.0000,8461.3574,7.5885,7.5740,0.0081,0.0000,2,783.2075,98.1562,449.4705,-81.2991,8.0505,36.8644,-6.6679,-0.0183,2.0990,0.0000,0.0000,5.9699,2.0940,-0.2874,0.0000,2.3814,0.0000,2.3814,0.8280,1.5534,0.0000,1.5534,0.0015,1.5519,0.0000,0.0000,1.4014,0.1505,0.9664,2270.9925,2270.9925,2270.9925,2270.9925,2270.9925 +648.5000,1.0000,8463.3696,7.6390,7.6030,0.0200,0.0000,2,781.6815,100.6424,450.3479,-81.4627,8.2383,36.8644,-6.6683,-0.0549,2.3509,0.0000,0.0000,5.9424,2.3365,-0.2876,0.0000,2.6241,0.0000,2.6241,0.8335,1.7906,0.0000,1.7906,0.0038,1.7868,0.0000,0.0000,1.4107,0.3761,0.9547,2299.5008,2299.5008,2299.5008,2299.5008,2299.5008 +649.5000,1.0000,8465.4098,7.7400,7.6750,0.0361,0.0000,2,786.7550,93.2523,447.4438,-80.9186,7.6829,36.8644,-6.6668,0.3004,2.6807,0.0000,0.0000,4.7019,2.6793,-0.2895,0.0000,2.9688,0.0000,2.9688,0.8445,2.1243,0.0000,2.1243,0.0069,2.1174,0.0000,0.0000,1.4294,0.6880,0.9553,2212.9961,2212.9961,2212.9961,2212.9961,2212.9961 +650.5000,1.0000,8467.4589,7.7720,7.8050,-0.0183,0.0000,2,797.0550,78.7419,441.6617,-79.8138,6.5724,36.8644,-6.6618,0.1998,1.6124,0.0000,0.0000,4.7602,1.6276,-0.3014,0.0000,1.9290,0.0000,1.9290,0.8480,1.0810,0.0000,1.0810,-0.0035,1.0845,0.0000,0.0000,1.4353,-0.3508,0.9679,2040.8053,2040.8053,2040.8053,2040.8053,2040.8053 +651.5000,1.0000,8469.4956,7.7270,7.7390,-0.0067,0.0000,2,798.8480,77.4671,440.6704,-79.6215,6.4805,36.8644,-6.6607,-0.1123,1.8474,0.0000,0.0000,4.7454,1.8450,-0.2970,0.0000,2.1420,0.0000,2.1420,0.8431,1.2989,0.0000,1.2989,-0.0013,1.3002,0.0000,0.0000,1.4270,-0.1268,0.9681,2028.2849,2028.2849,2028.2849,2028.2849,2028.2849 +652.5000,1.0000,8471.5278,7.7110,7.7150,-0.0022,0.0000,2,796.4445,79.6890,442.0002,-79.8793,6.6463,36.8644,-6.6622,-0.0056,1.9267,0.0000,0.0000,4.7252,1.9274,-0.2953,0.0000,2.2228,0.0000,2.2228,0.8413,1.3814,0.0000,1.3814,-0.0004,1.3818,0.0000,0.0000,1.4240,-0.0422,0.9448,2052.2265,2052.2265,2052.2265,2052.2265,2052.2265 +653.5000,1.0000,8473.5287,7.5985,7.7070,-0.0603,0.0000,2,793.9650,64.4624,443.3805,-80.1452,5.3597,36.8644,-6.6636,-0.1153,0.7839,0.0000,0.0000,4.6911,0.7929,-0.3007,0.0000,1.0935,0.0000,1.0935,0.8291,0.2645,0.0000,0.2645,-0.0113,0.2758,0.0000,0.0000,1.4033,-1.1275,0.9560,1832.5377,1832.5377,1832.5377,1832.5377,1832.5377 +654.5000,1.0000,8475.3676,7.0150,7.4900,-0.2639,0.0000,2,781.9485,17.9487,450.1941,-81.4341,1.4697,36.8644,-6.6683,-0.4635,-2.6889,0.0000,0.0000,4.6221,-2.8486,-0.3069,0.0000,-2.5417,0.0000,-2.5417,0.7654,-3.3071,0.0000,-3.3071,-0.0456,-3.2615,0.0000,0.0000,1.2955,-4.5570,0.9547,1148.4037,1148.4037,1148.4037,1148.4037,1148.4037 +655.5000,1.0000,8476.9432,6.0675,6.5400,-0.2625,0.0000,2,723.2395,-4.1573,486.7387,-87.7312,-0.3149,36.8644,-6.6445,-2.1789,-2.4083,0.0000,0.0000,4.2723,-2.4345,-0.2570,0.0000,-2.1775,0.0000,-2.1775,0.6620,-2.8395,0.0000,-2.8395,-0.0393,-2.8002,0.0000,0.0000,1.1205,-3.9207,0.9509,809.5212,809.5212,809.5212,809.5212,809.5212 +656.5000,1.0000,8478.4002,5.6400,5.5950,0.0250,0.0000,2,637.0910,64.6691,552.5563,-96.9714,4.3145,36.8644,-6.4695,-1.4512,1.9393,0.0000,0.0000,3.8263,1.8120,-0.1955,0.0000,2.0075,0.0000,2.0075,0.6154,1.3921,0.0000,1.3921,0.0035,1.3887,0.0000,0.0000,1.0416,0.3471,0.9319,1442.6413,1442.6413,1442.6413,1442.6413,1442.6413 +657.5000,1.0000,8479.8597,5.6495,5.6850,-0.0197,0.0000,2,600.0000,80.7333,586.7144,-100.9497,5.0726,36.8644,-6.3429,0.0000,1.1731,0.0000,0.0000,3.8995,1.1805,-0.2022,0.0000,1.3827,0.0000,1.3827,0.6164,0.7663,0.0000,0.7663,-0.0027,0.7690,0.0000,0.0000,1.0433,-0.2743,0.9436,1567.8740,1567.8740,1567.8740,1567.8740,1567.8740 +658.5000,1.0000,8481.2355,5.3480,5.6140,-0.1478,0.0000,2,609.3195,61.5273,577.7406,-99.9501,3.9259,36.8644,-6.3776,0.3487,-0.5613,0.0000,0.0000,4.1385,-0.5997,-0.2059,0.0000,-0.3938,0.0000,-0.3938,0.5835,-0.9773,0.0000,-0.9773,-0.0195,-0.9579,0.0000,0.0000,0.9876,-1.9455,0.9434,1385.9245,1385.9245,1385.9245,1385.9245,1385.9245 +659.5000,1.0000,8482.4340,4.7095,5.0820,-0.2069,0.0000,2,609.3195,41.0941,577.7406,-99.9501,2.6221,36.8644,-6.3776,-0.3487,-1.1442,0.0000,0.0000,4.1151,-1.2235,-0.1839,0.0000,-1.0396,0.0000,-1.0396,0.5138,-1.5535,0.0000,-1.5535,-0.0240,-1.5294,0.0000,0.0000,0.8697,-2.3992,0.9434,1183.2270,1183.2270,1183.2270,1183.2270,1183.2270 +660.5000,1.0000,8483.4785,4.1555,4.3370,-0.1008,0.0000,2,600.0000,65.7552,586.7144,-100.9497,4.1315,36.8644,-6.3429,0.0000,0.0296,0.0000,0.0000,4.1020,0.0309,-0.1481,0.0000,0.1790,0.0000,0.1790,0.4534,-0.2744,0.0000,-0.2744,-0.0103,-0.2641,0.0000,0.0000,0.7674,-1.0315,0.9436,1419.2912,1419.2912,1419.2912,1419.2912,1419.2912 +661.5000,1.0000,8484.4139,3.7625,3.9740,-0.1175,0.0000,1,600.4310,61.1770,586.2932,-100.9035,3.8466,36.8644,-6.3445,0.0159,-0.2413,0.0000,0.0000,4.0720,-0.2559,-0.2620,0.0000,0.0062,0.0000,0.0062,0.4105,-0.4043,0.0000,-0.4043,-0.0109,-0.3934,0.0000,0.0000,0.6948,-1.0883,0.9214,1374.2722,1374.2722,1374.2722,1374.2722,1374.2722 +662.5000,1.0000,8485.2341,3.3480,3.5510,-0.1128,0.0000,1,600.6330,62.0526,586.0961,-100.8818,3.9030,36.8644,-6.3453,-0.0084,-0.1709,0.0000,0.0000,4.0823,-0.1818,-0.2266,0.0000,0.0448,0.0000,0.0448,0.3653,-0.3205,0.0000,-0.3205,-0.0093,-0.3112,0.0000,0.0000,0.6183,-0.9295,0.9325,1383.1437,1383.1437,1383.1437,1383.1437,1383.1437 +663.5000,1.0000,8485.9483,2.9660,3.1450,-0.0994,0.0000,1,601.4340,64.0994,585.3155,-100.7959,4.0371,36.8644,-6.3483,0.0380,-0.0532,0.0000,0.0000,4.0523,-0.0568,-0.1948,0.0000,0.1380,0.0000,0.1380,0.3236,-0.1856,0.0000,-0.1856,-0.0073,-0.1783,0.0000,0.0000,0.5477,-0.7261,0.9767,1404.1854,1404.1854,1404.1854,1404.1854,1404.1854 +664.5000,1.0000,8486.5860,2.6910,2.7870,-0.0533,0.0000,1,601.9300,66.6022,584.8332,-100.7427,4.1982,36.8644,-6.3502,-0.0197,0.2542,0.0000,0.0000,3.9638,0.2633,-0.1704,0.0000,0.4337,0.0000,0.4337,0.2936,0.1401,0.0000,0.1401,-0.0035,0.1437,0.0000,0.0000,0.4970,-0.3533,0.9214,1429.4699,1429.4699,1429.4699,1429.4699,1429.4699 +665.5000,1.0000,8487.2254,2.6970,2.5950,0.0567,0.0000,1,600.6980,78.9248,586.0326,-100.8749,4.9648,36.8644,-6.3455,-0.0257,1.0482,0.0000,0.0000,3.9424,1.0088,-0.1635,0.0000,1.1723,0.0000,1.1723,0.2943,0.8781,0.0000,0.8781,0.0038,0.8743,0.0000,0.0000,0.4981,0.3762,0.9325,1550.5759,1550.5759,1550.5759,1550.5759,1550.5759 +666.5000,1.0000,8488.1324,3.6600,2.7990,0.4783,0.0000,2,600.0000,165.4203,586.7144,-100.9497,10.3937,36.8644,-6.3429,0.0000,6.4864,0.0000,0.0000,3.9072,5.2511,-0.1956,0.0000,5.4467,0.0000,5.4467,0.4180,5.0287,0.0000,5.0287,0.0432,4.9856,0.0000,0.0000,0.6759,4.3096,0.9325,2498.9038,2498.9038,2498.9038,2498.9038,2498.9038 +667.5000,1.0000,8489.5694,5.5685,4.5210,0.5819,0.0000,2,600.0000,241.0616,586.7144,-100.9497,15.1463,36.8644,-6.3429,0.0000,11.1686,0.0000,0.0000,3.9777,9.4003,-0.3429,0.0000,9.7432,0.0000,9.7432,0.6578,9.0854,0.0000,9.0854,0.0799,9.0055,0.0000,0.0000,1.0284,7.9772,0.9436,3421.7478,3421.7478,3421.7478,3421.7478,3421.7478 +668.5000,1.0000,8491.5531,7.5365,6.6160,0.5114,0.0000,2,654.4100,268.1223,537.9328,-95.1138,18.3743,36.8644,-6.5181,2.1866,11.7957,0.0000,0.0000,4.3920,11.3858,-0.4586,0.0000,11.8444,0.0000,11.8444,0.8701,10.9743,0.0000,10.9743,0.0950,10.8793,0.0000,0.0000,1.3918,9.4875,0.9563,3979.7584,3979.7584,3979.7584,3979.7584,3979.7584 +669.5000,1.0000,8493.9618,9.0665,8.4570,0.3386,0.0000,2,804.6085,227.9429,462.8002,-79.1684,19.2061,38.9948,-6.6706,4.7331,9.3511,0.0000,0.0000,5.1220,9.8051,-0.4915,0.0000,10.2966,0.0000,10.2966,0.9892,9.3074,0.0000,9.3074,0.0757,9.2317,0.0000,0.0000,1.6744,7.5574,0.9457,4140.6295,4140.6295,4140.6295,4140.6295,4140.6295 +670.5000,1.0000,8496.7268,10.3490,9.6760,0.3739,0.0000,2,951.9340,209.8808,514.5980,-69.3764,20.9222,51.2984,-6.9159,3.0128,12.1981,0.0000,0.0000,5.7114,12.0733,-0.5994,0.0000,12.6727,0.0000,12.6727,1.1410,11.5317,0.0000,11.5317,0.0954,11.4363,0.0000,0.0000,1.9112,9.5251,0.9766,4464.2223,4464.2223,4464.2223,4464.2223,4464.2223 +671.5000,1.0000,8499.8647,11.6915,11.0220,0.3719,0.0000,2,1083.8865,223.3488,549.5250,-72.6316,25.3511,62.3735,-8.2440,5.3526,13.3465,0.0000,0.0000,6.6519,13.5601,-0.6991,0.0000,14.2592,0.0000,14.2592,1.2881,12.9711,0.0000,12.9711,0.1072,12.8639,0.0000,0.0000,2.1591,10.7048,0.9964,5321.7714,5321.7714,5321.7714,5321.7714,5321.7714 +672.5000,1.0000,8503.4779,13.4025,12.3610,0.5786,0.0000,2,1239.1475,277.6989,588.9648,-82.0720,36.0351,76.4260,-10.6499,5.6955,22.7247,0.0000,0.0000,7.6149,22.3597,-0.9779,0.0000,23.3376,0.0000,23.3376,1.5815,21.7561,0.0000,21.7561,0.1912,21.5649,0.0000,0.0000,2.4751,19.0898,1.0171,7395.4976,7395.4976,7395.4976,7395.4976,7395.4976 +673.5000,1.0000,8507.6841,15.5375,14.4440,0.6075,0.0000,2,1413.7485,304.6839,647.8275,-92.4273,45.1077,95.9092,-13.6836,8.6607,26.9780,0.0000,0.0000,9.4690,26.9826,-1.2057,0.0000,28.1883,0.0000,28.1883,1.8504,26.3379,0.0000,26.3379,0.2327,26.1051,0.0000,0.0000,2.8694,23.2357,1.0873,9254.7645,9254.7645,9254.7645,9254.7645,9254.7645 +674.5000,1.0000,8512.6014,18.0975,16.6310,0.8147,0.0000,2,1636.3775,379.6419,710.2929,-104.7690,65.0558,121.7165,-17.9533,12.3477,40.8577,0.0000,0.0000,11.8504,40.6330,-1.6659,0.0000,42.2989,0.0000,42.2989,2.2973,40.0016,0.0000,40.0016,0.3635,39.6380,0.0000,0.0000,3.3422,36.2959,1.1318,13186.9452,13186.9452,13186.9452,13186.9452,13186.9452 +675.5000,1.0000,8518.1147,20.2430,19.5640,0.3772,0.0000,2,1930.8005,290.0912,786.0673,-115.5110,58.6544,158.9373,-23.3555,20.3410,22.2943,0.0000,0.0000,16.0191,23.4873,-1.4712,0.0000,24.9585,0.0000,24.9585,2.2343,22.7242,0.0000,22.7242,0.1883,22.5359,0.0000,0.0000,3.7384,18.7976,1.2021,12379.0960,12379.0960,12379.0960,12379.0960,12379.0960 +676.5000,1.0000,8523.8440,21.0205,20.9220,0.0547,0.0000,3,2002.2890,52.0614,793.7535,-118.2864,10.9162,166.4336,-24.8022,-12.3037,8.8749,0.0000,0.0000,14.3450,8.3921,-0.6434,0.0000,9.0355,0.0000,9.0355,2.2935,6.7420,0.0000,6.7420,0.0284,6.7136,0.0000,0.0000,3.8820,2.8316,1.1794,4731.7996,4731.7996,4731.7996,4731.7996,4731.7996 +677.5000,1.0000,8529.6949,21.4585,21.1190,0.1886,0.0000,3,1616.2355,-7.2276,645.8135,-104.0517,-1.2233,109.3051,-17.6109,-28.3860,19.2038,0.0000,0.0000,7.9590,15.5595,-0.8076,0.0000,16.3671,0.0000,16.3671,2.3413,14.0258,0.0000,14.0258,0.0998,13.9260,0.0000,0.0000,3.9629,9.9631,1.1405,2255.2496,2255.2496,2255.2496,2255.2496,2255.2496 +678.5000,1.0000,8535.9819,23.0280,21.7980,0.6833,0.0000,3,1345.9600,396.9790,529.9810,-88.4069,55.9536,74.7001,-12.4608,1.2991,46.5602,0.0000,0.0000,8.0943,44.7155,-1.4700,0.0000,46.1856,0.0000,46.1856,2.8086,43.3770,0.0000,43.3770,0.3880,42.9890,0.0000,0.0000,4.2527,38.7363,1.0534,11236.7393,11236.7393,11236.7393,11236.7393,11236.7393 +679.5000,1.0000,8542.9138,25.3500,24.2580,0.6067,0.0000,3,1446.5170,401.4555,702.3824,-94.3707,60.8120,106.3961,-14.2952,7.5365,43.7343,0.0000,0.0000,9.5412,44.3873,-1.5495,0.0000,45.9369,0.0000,45.9369,3.0182,42.9187,0.0000,42.9187,0.3792,42.5395,0.0000,0.0000,4.6815,37.8580,1.0828,12234.6561,12234.6561,12234.6561,12234.6561,12234.6561 +680.5000,1.0000,8550.5292,27.8105,26.4420,0.7603,0.0000,3,1594.0715,458.8627,732.1121,-103.1219,76.5983,122.2120,-17.2142,6.1393,59.7845,0.0000,0.0000,10.6744,59.2224,-1.9565,0.0000,61.1789,0.0000,61.1789,3.4729,57.7060,0.0000,57.7060,0.5213,57.1847,0.0000,0.0000,5.1359,52.0488,1.1112,15334.7022,15334.7022,15334.7022,15334.7022,15334.7022 +681.5000,1.0000,8559.0900,31.2140,29.1790,1.1306,0.0000,3,1762.1880,646.8894,775.4414,-109.2494,119.3743,143.0968,-20.1604,11.4063,95.4746,0.0000,0.0000,12.4934,94.9922,-2.8480,0.0000,97.8402,0.0000,97.8402,4.3356,93.5047,0.0000,93.5047,0.8700,92.6346,0.0000,0.0000,5.7645,86.8702,1.1675,23382.0438,23382.0438,23382.0438,23382.0438,23382.0438 +682.5000,1.0000,8568.3958,33.8960,33.2490,0.3594,0.0000,3,1994.3925,319.6979,824.2645,-117.9005,66.7696,172.1495,-24.6238,15.5304,36.8666,0.0000,0.0000,14.3726,38.4761,-1.7947,0.0000,40.2709,0.0000,40.2709,3.7184,36.5524,0.0000,36.5524,0.3004,36.2520,0.0000,0.0000,6.2598,29.9923,1.2065,14022.7203,14022.7203,14022.7203,14022.7203,14022.7203 +683.5000,1.0000,8578.0688,35.2180,34.5430,0.3750,0.0000,4,1974.0600,190.3768,793.8935,-117.1365,39.3553,164.1161,-24.2148,-17.8370,46.0583,0.0000,0.0000,11.1340,41.8237,-1.4006,0.0000,43.2243,0.0000,43.2243,3.8842,39.3401,0.0000,39.3401,0.3256,39.0145,0.0000,0.0000,6.5039,32.5106,1.1791,8861.6195,8861.6195,8861.6195,8861.6195,8861.6195 +684.5000,1.0000,8588.2802,37.1560,35.8930,0.7017,0.0000,4,1642.7485,442.2523,701.7329,-104.9959,76.0799,120.7179,-18.0623,-18.5802,86.3187,0.0000,0.0000,8.3414,74.1215,-2.1190,0.0000,76.2405,0.0000,76.2405,4.5575,71.6830,0.0000,71.6830,0.6428,71.0402,0.0000,0.0000,6.8618,64.1784,1.1330,15263.3810,15263.3810,15263.3810,15263.3810,15263.3810 +685.5000,1.0000,8599.1268,39.4430,38.4190,0.5689,0.0000,4,1513.0085,495.0928,754.1578,-98.3142,78.4434,119.4902,-15.5771,5.0580,65.0785,0.0000,0.0000,8.3069,65.7139,-1.9997,0.0000,67.7137,0.0000,67.7137,4.6397,63.0739,0.0000,63.0739,0.5532,62.5207,0.0000,0.0000,7.2841,55.2366,1.1062,15531.2570,15531.2570,15531.2570,15531.2570,15531.2570 +686.5000,1.0000,8610.4201,41.0510,40.4670,0.3244,0.0000,4,1606.2030,340.3831,765.8260,-103.6944,57.2528,128.8128,-17.4415,3.8230,43.1736,0.0000,0.0000,10.2562,43.5952,-1.5797,0.0000,45.1748,0.0000,45.1748,4.4790,40.6958,0.0000,40.6958,0.3284,40.3675,0.0000,0.0000,7.5811,32.7864,1.1260,11709.2303,11709.2303,11709.2303,11709.2303,11709.2303 +687.5000,1.0000,8621.9951,42.0650,41.6350,0.2389,0.0000,4,1659.6860,273.9435,734.2657,-105.5991,47.6119,127.6168,-18.3533,1.5008,35.9452,0.0000,0.0000,10.1659,35.8971,-1.4456,0.0000,37.3427,0.0000,37.3427,4.5896,32.7531,0.0000,32.7531,0.2478,32.5053,0.0000,0.0000,7.7684,24.7369,1.1362,9953.5017,9953.5017,9953.5017,9953.5017,9953.5017 +688.5000,1.0000,8633.7184,42.5990,42.4950,0.0578,0.0000,4,1687.8005,163.5989,723.7572,-106.6003,28.9155,127.9212,-18.8412,1.3878,17.4612,0.0000,0.0000,10.0664,17.5569,-1.0775,0.0000,18.6344,0.0000,18.6344,4.6479,13.9865,0.0000,13.9865,0.0607,13.9258,0.0000,0.0000,7.8670,6.0588,1.1306,6544.4657,6544.4657,6544.4657,6544.4657,6544.4657 +689.5000,1.0000,8645.6008,43.1720,42.7030,0.2606,0.0000,4,1706.2635,284.1846,700.0593,-107.2578,50.7780,125.0862,-19.1648,0.5316,40.2706,0.0000,0.0000,9.9757,39.9563,-1.5594,0.0000,41.5157,0.0000,41.5157,4.7104,36.8052,0.0000,36.8052,0.2773,36.5279,0.0000,0.8646,7.9728,27.6906,1.1500,10613.9413,10613.9413,10613.9413,10613.9413,10613.9413 +690.5000,1.0000,8657.7455,44.1160,43.6410,0.2639,0.0000,4,1728.6180,289.9859,736.1505,-108.0539,52.4934,133.2583,-19.5600,1.8345,40.6817,0.0000,0.0000,9.9772,40.6507,-1.5992,0.0000,42.2499,0.0000,42.2499,4.8134,37.4365,0.0000,37.4365,0.2870,37.1495,0.0000,0.3443,8.1471,28.6580,1.1570,10949.9550,10949.9550,10949.9550,10949.9550,10949.9550 +691.5000,1.0000,8670.2033,45.2430,44.5910,0.3622,0.0000,4,1775.9210,360.9881,747.7970,-109.7385,67.1344,139.0708,-20.4085,3.2742,53.7565,0.0000,0.0000,10.1037,53.8887,-1.9058,0.0000,55.7945,0.0000,55.7945,4.9939,50.8007,0.0000,50.8007,0.4040,50.3966,0.0000,1.6995,8.3553,40.3418,1.1582,13723.2152,13723.2152,13723.2152,13723.2152,13723.2152 +692.5000,1.0000,8683.0749,46.7330,45.8950,0.4656,0.0000,4,1830.7010,420.6599,773.3065,-111.7496,80.6449,148.2510,-21.4236,2.7834,67.5524,0.0000,0.0000,10.3092,67.2598,-2.2260,0.0000,69.4859,0.0000,69.4859,5.3361,64.1498,0.0000,64.1498,0.5364,63.6133,0.0000,1.4249,8.6304,53.5580,1.1906,16314.1599,16314.1599,16314.1599,16314.1599,16314.1599 +693.5000,1.0000,8696.2370,47.7785,47.5710,0.1153,0.0000,4,1888.4565,213.0935,792.6533,-113.9198,42.1411,156.7541,-22.5286,3.8268,27.7834,0.0000,0.0000,10.5309,28.1466,-1.4410,0.0000,29.5876,0.0000,29.5876,5.2130,24.3746,0.0000,24.3746,0.1358,24.2388,0.0000,1.8570,8.8235,13.5584,1.1676,9182.1854,9182.1854,9182.1854,9182.1854,9182.1854 +694.5000,1.0000,8709.5897,48.4650,47.9860,0.2661,0.0000,5,1800.5265,249.8833,741.2088,-110.6158,47.1157,139.7554,-20.8567,-13.3712,53.0983,0.0000,0.0000,7.3886,49.0473,-0.7071,0.0000,49.7544,0.0000,49.7544,5.2879,44.4664,0.0000,44.4664,0.3180,44.1485,0.0000,3.4499,8.9503,31.7483,1.1522,10006.7195,10006.7195,10006.7195,10006.7195,10006.7195 +695.5000,1.0000,8723.3448,49.9135,48.9440,0.5386,0.0000,5,1507.8205,561.3943,690.1780,-98.0065,88.6434,108.9781,-15.4751,-15.9061,98.3101,0.0000,0.0000,6.2394,85.4503,-0.9119,0.0000,86.3623,0.0000,86.3623,5.8815,80.4808,0.0000,80.4808,0.6628,79.8179,0.0000,4.4208,9.2178,66.1794,1.1043,17393.5879,17393.5879,17393.5879,17393.5879,17393.5879 +696.5000,1.0000,8737.6342,51.8370,50.8830,0.5300,0.0000,5,1373.2360,668.9631,786.5583,-90.0246,96.2002,113.1110,-12.9460,3.1366,86.6655,0.0000,0.0000,6.3981,87.4042,-0.9503,0.0000,88.3546,0.0000,88.3546,6.0881,82.2664,0.0000,82.2664,0.6774,81.5891,0.0000,4.3852,9.5730,67.6309,1.2023,18753.9849,18753.9849,18753.9849,18753.9849,18753.9849 +697.5000,1.0000,8752.3371,53.3255,52.7910,0.2969,0.0000,5,1429.5415,446.9684,802.0778,-93.3639,66.9117,120.0720,-13.9767,1.6778,58.7435,0.0000,0.0000,6.4904,58.9381,-0.8292,0.0000,59.7673,0.0000,59.7673,5.8182,53.9490,0.0000,53.9490,0.3904,53.5586,0.0000,4.7310,9.8479,38.9798,1.2181,13305.1948,13305.1948,13305.1948,13305.1948,13305.1948 +698.5000,1.0000,8767.3542,54.4565,53.8600,0.3314,0.0000,5,1461.0510,476.6362,730.0833,-95.2327,72.9258,111.7034,-14.5707,1.1124,65.2413,0.0000,0.0000,6.5721,65.0820,-0.8777,0.0000,65.9597,0.0000,65.9597,5.9929,59.9668,0.0000,59.9668,0.4449,59.5219,0.0000,5.0412,10.0568,44.4239,1.2366,14448.8849,14448.8849,14448.8849,14448.8849,14448.8849 +699.5000,1.0000,8782.7093,55.6735,55.0530,0.3447,0.0000,5,1494.2775,484.4625,746.0857,-97.2033,75.8089,116.7478,-15.2104,1.9113,67.1862,0.0000,0.0000,6.7113,67.3719,-0.9084,0.0000,68.2802,0.0000,68.2802,6.1395,62.1407,0.0000,62.1407,0.4732,61.6675,0.0000,4.1420,10.2815,47.2440,1.2429,15027.8897,15027.8897,15027.8897,15027.8897,15027.8897 +700.5000,1.0000,8798.3976,56.8730,56.2940,0.3217,0.0000,5,1522.2400,463.2580,754.1265,-98.8617,73.8473,120.2142,-15.7594,0.6669,66.4717,0.0000,0.0000,6.7087,66.1101,-0.9211,0.0000,67.0312,0.0000,67.0312,6.2310,60.8003,0.0000,60.8003,0.4510,60.3492,0.0000,4.8121,10.5030,45.0341,1.2356,14674.0844,14674.0844,14674.0844,14674.0844,14674.0844 +701.5000,1.0000,8814.4008,58.0065,57.4520,0.3081,0.0000,5,1550.0115,448.6285,752.1071,-100.5088,72.8200,122.0796,-16.3143,1.9644,64.0463,0.0000,0.0000,6.8092,64.2846,-0.9302,0.0000,65.2148,0.0000,65.2148,6.3290,58.8858,0.0000,58.8858,0.4406,58.4452,0.0000,3.7448,10.7124,43.9881,1.2283,14495.3207,14495.3207,14495.3207,14495.3207,14495.3207 +702.5000,1.0000,8830.7037,59.0855,58.5610,0.2914,0.0000,5,1584.8400,436.9797,753.4921,-102.5744,72.5229,125.0526,-17.0237,1.3812,64.2006,0.0000,0.0000,6.9411,64.2055,-0.9475,0.0000,65.1531,0.0000,65.1531,6.4467,58.7064,0.0000,58.7064,0.4245,58.2819,0.0000,4.9881,10.9116,42.3822,1.2622,14531.0419,14531.0419,14531.0419,14531.0419,14531.0419 +703.5000,1.0000,8847.2629,60.0085,59.6100,0.2214,0.0000,5,1620.8135,370.1584,756.0147,-104.2147,62.8274,128.3193,-17.6885,2.1681,53.6199,0.0000,0.0000,7.0394,53.9821,-0.9112,0.0000,54.8933,0.0000,54.8933,6.5474,48.3459,0.0000,48.3459,0.3275,48.0183,0.0000,4.2325,11.0821,32.7038,1.2189,12747.8941,12747.8941,12747.8941,12747.8941,12747.8941 +704.5000,1.0000,8864.0528,60.8385,60.4070,0.2397,0.0000,5,1643.7785,375.6158,741.4266,-105.0325,64.6570,127.6263,-18.0799,0.1194,57.4637,0.0000,0.0000,7.0740,57.1000,-0.9409,0.0000,58.0409,0.0000,58.0409,6.6380,51.4029,0.0000,51.4029,0.3596,51.0433,0.0000,3.9062,11.2354,35.9018,1.2670,13119.9846,13119.9846,13119.9846,13119.9846,13119.9846 +705.5000,1.0000,8881.0455,61.5690,61.2700,0.1661,0.0000,5,1655.2990,314.5864,745.7887,-105.4428,54.5312,129.2769,-18.2777,1.0509,46.3573,0.0000,0.0000,7.1230,46.4214,-0.8993,0.0000,47.3207,0.0000,47.3207,6.7177,40.6030,0.0000,40.6030,0.2522,40.3509,0.0000,3.8044,11.3703,25.1762,1.2433,11251.5155,11251.5155,11251.5155,11251.5155,11251.5155 +706.5000,1.0000,8898.1984,62.1455,61.8680,0.1542,0.0000,5,1680.9720,308.6524,733.1856,-106.3571,54.3324,129.0634,-18.7221,1.5830,45.4897,0.0000,0.0000,7.2597,45.7006,-0.9055,0.0000,46.6061,0.0000,46.6061,6.7806,39.8255,0.0000,39.8255,0.2362,39.5893,0.0000,4.5279,11.4767,23.5846,1.2786,11249.1867,11249.1867,11249.1867,11249.1867,11249.1867 +707.5000,1.0000,8915.5346,62.8055,62.4230,0.2125,0.0000,5,1697.9855,351.5635,735.6928,-106.9630,62.5124,130.8155,-19.0194,0.1750,55.0141,0.0000,0.0000,7.3233,54.7352,-0.9625,0.0000,55.6976,0.0000,55.6976,6.8526,48.8450,0.0000,48.8450,0.3290,48.5160,0.0000,4.0635,11.5986,32.8538,1.3249,12810.2768,12810.2768,12810.2768,12810.2768,12810.2768 +708.5000,1.0000,8933.0721,63.5300,63.1880,0.1900,0.0000,5,1713.7785,337.2307,750.1144,-107.5254,60.5216,134.6204,-19.2972,1.4855,51.5334,0.0000,0.0000,7.5027,51.6796,-0.9596,0.0000,52.6392,0.0000,52.6392,6.9316,45.7076,0.0000,45.7076,0.2976,45.4100,0.0000,3.9635,11.7324,29.7140,1.3860,12444.0979,12444.0979,12444.0979,12444.0979,12444.0979 +709.5000,1.0000,8950.7647,64.0885,63.8720,0.1203,0.0000,5,1729.9915,269.8946,749.8037,-108.1028,48.8953,135.8377,-19.5844,0.2229,41.2261,0.0000,0.0000,7.4463,41.1371,-0.9161,0.0000,42.0532,0.0000,42.0532,6.9926,35.0606,0.0000,35.0606,0.1900,34.8706,0.0000,4.0594,11.8356,18.9756,1.3400,10246.1332,10246.1332,10246.1332,10246.1332,10246.1332 +710.5000,1.0000,8968.4776,64.1615,64.3050,-0.0797,0.0000,5,1738.1935,95.1184,735.4866,-108.3949,17.3138,133.8756,-19.7304,0.6515,9.1955,0.0000,0.0000,7.4667,9.2485,-0.7563,0.0000,10.0048,0.0000,10.0048,7.0005,3.0043,0.0000,3.0043,-0.1261,3.1304,0.0000,3.8730,11.8490,-12.5917,1.3170,4624.5151,4624.5151,4624.5151,4624.5151,4624.5151 +711.5000,1.0000,8986.0710,63.7315,64.0180,-0.1592,0.0000,5,1738.1935,20.2842,693.0000,-108.3949,3.6922,126.1421,-19.7304,-0.6515,-3.0525,0.0000,0.0000,7.3962,-3.0555,-0.7538,0.0000,-2.3017,0.0000,-2.3017,6.9536,-9.2553,0.0000,-9.2553,-0.2501,-9.0052,0.0000,4.1962,11.7696,-24.9710,1.2825,3129.0068,3129.0068,3129.0068,3129.0068,3129.0068 +712.5000,1.0000,9003.4989,63.1355,63.4450,-0.1719,0.0000,5,1719.7300,7.3112,668.0577,-107.7374,1.3167,120.3103,-19.4024,-1.3053,-4.7052,0.0000,0.0000,7.3272,-4.6943,-0.7472,0.0000,-3.9472,0.0000,-3.9472,6.8886,-10.8357,0.0000,-10.8357,-0.2676,-10.5681,0.0000,4.4957,11.6596,-26.7234,1.3044,2831.7457,2831.7457,2831.7457,2831.7457,2831.7457 +713.5000,1.0000,9020.7314,62.4320,62.8260,-0.2189,0.0000,5,1709.2010,-19.5301,660.8927,-107.3624,-3.4956,118.2913,-19.2165,0.1922,-11.0403,0.0000,0.0000,7.3525,-11.1223,-0.7506,0.0000,-10.3717,0.0000,-10.3717,6.8118,-17.1835,0.0000,-17.1835,-0.3369,-16.8466,0.0000,5.2641,11.5296,-33.6403,1.3148,2153.2277,2153.2277,2153.2277,2153.2277,2153.2277 +714.5000,1.0000,9037.7894,61.8040,62.0380,-0.1300,0.0000,5,1689.0590,33.6624,646.3791,-106.6451,5.9541,114.3301,-18.8632,-2.2792,0.9994,0.0000,0.0000,7.2339,0.9901,-0.7094,0.0000,1.6995,0.0000,1.6995,6.7433,-5.0438,0.0000,-5.0438,-0.1981,-4.8457,0.0000,3.5189,11.4137,-19.7783,1.2948,3259.5614,3259.5614,3259.5614,3259.5614,3259.5614 +715.5000,1.0000,9054.7480,61.4460,61.5700,-0.0689,0.0000,5,1675.8220,106.4891,656.2831,-106.1737,18.6880,115.1722,-18.6326,0.8991,10.4881,0.0000,0.0000,7.3008,10.5641,-0.7161,0.0000,11.2802,0.0000,11.2802,6.7042,4.5760,0.0000,4.5760,-0.1044,4.6803,0.0000,3.7529,11.3476,-10.4201,1.3043,4697.7155,4697.7155,4697.7155,4697.7155,4697.7155 +716.5000,1.0000,9071.6298,61.1695,61.3220,-0.0847,0.0000,5,1675.1355,88.1057,676.0281,-106.1493,15.4555,118.5887,-18.6207,-0.9693,9.2561,0.0000,0.0000,7.1687,9.2270,-0.7047,0.0000,9.9317,0.0000,9.9317,6.6741,3.2576,0.0000,3.2576,-0.1278,3.3853,0.0000,4.8462,11.2965,-12.7574,1.2495,4271.5211,4271.5211,4271.5211,4271.5211,4271.5211 +717.5000,1.0000,9088.3996,60.7665,61.0170,-0.1392,0.0000,5,1657.1680,44.2161,665.6318,-105.5094,7.6732,115.5126,-18.3099,-0.8696,1.3407,0.0000,0.0000,7.2021,1.3393,-0.6903,0.0000,2.0296,0.0000,2.0296,6.6301,-4.6005,0.0000,-4.6005,-0.2085,-4.3920,0.0000,5.2034,11.2221,-20.8175,1.2985,3366.3998,3366.3998,3366.3998,3366.3998,3366.3998 +718.5000,1.0000,9105.0243,60.2440,60.5160,-0.1511,0.0000,5,1635.1185,37.0427,645.9074,-104.7241,6.3428,110.5982,-17.9318,-1.3560,0.6272,0.0000,0.0000,7.0717,0.6248,-0.6830,0.0000,1.3078,0.0000,1.3078,6.5731,-5.2653,0.0000,-5.2653,-0.2244,-5.0409,0.0000,6.2434,11.1256,-22.4099,1.2779,3175.5689,3175.5689,3175.5689,3175.5689,3175.5689 +719.5000,1.0000,9121.4930,59.6825,59.9720,-0.1608,0.0000,5,1618.8675,31.3439,638.4814,-104.1454,5.3136,108.2401,-17.6555,-0.2730,-1.4735,0.0000,0.0000,7.0602,-1.4781,-0.6785,0.0000,-0.7996,0.0000,-0.7996,6.5118,-7.3115,0.0000,-7.3115,-0.2367,-7.0748,0.0000,5.5327,11.0219,-23.6294,1.2729,3027.7472,3027.7472,3027.7472,3027.7472,3027.7472 +720.5000,1.0000,9137.8010,59.1040,59.3930,-0.1606,0.0000,5,1608.4155,24.7043,633.3517,-103.7732,4.1610,106.6772,-17.4788,-0.7611,-2.0600,0.0000,0.0000,6.9821,-2.0602,-0.6700,0.0000,-1.3901,0.0000,-1.3901,6.4487,-7.8389,0.0000,-7.8389,-0.2340,-7.6049,0.0000,4.8400,10.9150,-23.3599,1.2832,2876.7272,2876.7272,2876.7272,2876.7272,2876.7272 +721.5000,1.0000,9153.9360,58.4810,58.8150,-0.1856,0.0000,5,1590.7150,-1.7156,625.1315,-102.9228,-0.2858,104.1340,-17.1448,-0.9764,-6.2378,0.0000,0.0000,6.9284,-6.2342,-0.6698,0.0000,-5.5645,0.0000,-5.5645,6.3807,-11.9452,0.0000,-11.9452,-0.2675,-11.6777,0.0000,4.2350,10.8000,-26.7127,1.2914,2330.2253,2330.2253,2330.2253,2330.2253,2330.2253 +722.5000,1.0000,9169.9092,57.8985,58.1470,-0.1381,0.0000,5,1573.5100,57.1004,610.1646,-101.9024,9.4089,100.5414,-16.7912,-0.6967,3.2454,0.0000,0.0000,6.8602,3.2445,-0.6363,0.0000,3.8808,0.0000,3.8808,6.3172,-2.4364,0.0000,-2.4364,-0.1971,-2.2393,0.0000,6.7449,10.6924,-19.6766,1.2587,3383.2040,3383.2040,3383.2040,3383.2040,3383.2040 +723.5000,1.0000,9185.7566,57.4460,57.6500,-0.1133,0.0000,5,1563.4775,87.8229,625.5795,-101.3074,14.3790,102.4242,-16.5868,-0.2710,7.8791,0.0000,0.0000,6.7709,7.8929,-0.6363,0.0000,8.5292,0.0000,8.5292,6.2678,2.2614,0.0000,2.2614,-0.1605,2.4219,0.0000,7.8399,10.6089,-16.0268,1.1932,3930.0939,3930.0939,3930.0939,3930.0939,3930.0939 +724.5000,1.0000,9201.4902,57.0360,57.2420,-0.1144,0.0000,5,1549.3250,77.4943,630.9283,-100.4680,12.5731,102.3649,-16.3004,-1.0780,6.8845,0.0000,0.0000,6.7666,6.8589,-0.6245,0.0000,7.4834,0.0000,7.4834,6.2231,1.2603,0.0000,1.2603,-0.1609,1.4213,0.0000,6.9565,10.5331,-16.0684,1.2533,3692.0820,3692.0820,3692.0820,3692.0820,3692.0820 +725.5000,1.0000,9217.1184,56.6565,56.8300,-0.0964,0.0000,5,1545.9680,123.0765,626.1705,-100.2689,19.9253,101.3729,-16.2329,0.7570,12.3206,0.0000,0.0000,6.8478,12.4221,-0.6465,0.0000,13.0686,0.0000,13.0686,6.1817,6.8869,0.0000,6.8869,-0.1346,7.0216,0.0000,10.0018,10.4631,-13.4433,1.3047,4758.1053,4758.1053,4758.1053,4758.1053,4758.1053 +726.5000,1.0000,9232.6163,56.1875,56.4830,-0.1642,0.0000,5,1541.0470,69.5128,639.8058,-99.9771,11.2178,103.2506,-16.1341,-1.2202,5.6917,0.0000,0.0000,6.7464,5.6739,-0.6049,0.0000,6.2789,0.0000,6.2789,6.1305,0.1484,0.0000,0.1484,-0.2274,0.3758,0.0000,12.7060,10.3764,-22.7067,1.2768,3516.3709,3516.3709,3516.3709,3516.3709,3516.3709 +727.5000,1.0000,9247.9092,55.4495,55.8920,-0.2458,0.0000,5,1516.8995,5.6118,614.0793,-98.5449,0.8914,97.5461,-15.6538,-1.0483,-4.7178,0.0000,0.0000,6.6575,-4.7204,-0.6154,0.0000,-4.1050,0.0000,-4.1050,6.0500,-10.1550,0.0000,-10.1550,-0.3361,-9.8189,0.0000,13.4967,10.2402,-33.5558,1.2597,2305.6425,2305.6425,2305.6425,2305.6425,2305.6425 +728.5000,1.0000,9262.9486,54.5370,55.0070,-0.2611,0.0000,5,1492.5615,-9.2008,583.2015,-97.1015,-1.4381,91.1548,-15.1770,-1.1993,-6.7892,0.0000,0.0000,6.5504,-6.7882,-0.6057,0.0000,-6.1825,0.0000,-6.1825,5.9504,-12.1329,0.0000,-12.1329,-0.3511,-11.7818,0.0000,13.2012,10.0716,-35.0547,1.2300,1943.9458,1943.9458,1943.9458,1943.9458,1943.9458 +729.5000,1.0000,9277.7254,53.5915,54.0670,-0.2642,0.0000,5,1465.1715,-19.1928,568.3213,-95.4771,-2.9448,87.1989,-14.6493,-1.2872,-7.9676,0.0000,0.0000,6.3099,-7.9604,-0.5934,0.0000,-7.3670,0.0000,-7.3670,5.8473,-13.2143,0.0000,-13.2143,-0.3490,-12.8653,0.0000,12.0877,9.8970,-34.8500,1.0885,1665.2149,1665.2149,1665.2149,1665.2149,1665.2149 +730.5000,1.0000,9292.1178,52.2080,53.1160,-0.5044,0.0640,5,1436.6750,-93.7870,554.8400,-93.7870,-14.1101,83.4747,-14.1101,-1.2520,-19.0996,0.0000,0.0000,6.2415,-19.2457,-0.5996,0.0000,-18.6461,0.0000,-18.6461,5.6963,-24.3424,20.2765,-44.6189,-0.6493,-43.9696,0.8066,10.4128,9.6415,-64.8305,1.1081,0.0000,0.0000,0.0000,0.0000,0.0000 +731.5000,1.0000,9306.0210,50.4465,51.3000,-0.4742,0.0780,5,1401.2740,-91.6874,513.4390,-91.6874,-13.4543,75.3426,-13.4543,-1.8252,-17.7210,0.0000,0.0000,6.0919,-17.7531,-0.5683,0.0000,-17.1848,0.0000,-17.1848,5.5041,-22.6889,13.7526,-36.4415,-0.5897,-35.8518,0.9499,12.7653,9.3162,-58.8832,1.0555,0.0000,0.0000,0.0000,0.0000,0.0000 +732.5000,1.0000,9319.4892,48.8805,49.5930,-0.3958,0.0780,5,1342.7560,-88.2169,493.5659,-88.2169,-12.4044,69.4018,-12.4044,-3.0764,-15.1633,0.0000,0.0000,5.8353,-14.9601,-0.5375,0.0000,-14.4226,0.0000,-14.4226,5.3332,-19.7558,8.1268,-27.8827,-0.4770,-27.4056,0.9204,10.2766,9.0270,-47.6296,0.9843,0.0000,0.0000,0.0000,0.0000,0.0000 +733.5000,1.0000,9332.7326,48.0715,48.1680,-0.0536,0.0070,5,1299.0770,166.2794,481.2459,-85.6263,22.6205,65.4682,-11.6485,-0.5083,17.3183,0.0000,0.0000,5.8105,17.2680,-0.5409,0.0000,17.8089,0.0000,17.8089,5.2450,12.5639,0.0000,12.5639,-0.0635,12.6275,0.0812,10.0127,8.8776,-6.3441,1.0556,4971.8885,4971.8885,4971.8885,4971.8885,4971.8885 +734.5000,1.0000,9345.9649,48.0315,47.9750,0.0314,0.0000,5,1299.8395,268.9507,589.9416,-85.6716,36.6093,80.3022,-11.6615,0.5694,30.2128,0.0000,0.0000,5.8271,30.3429,-0.6064,0.0000,30.9493,0.0000,30.9493,5.2406,25.7086,0.0000,25.7086,0.0372,25.6715,0.0000,13.0899,8.8702,3.7113,1.0158,7577.5885,7577.5885,7577.5885,7577.5885,7577.5885 +735.5000,1.0000,9359.2046,48.0580,48.0880,-0.0167,0.0000,5,1302.1665,201.7984,633.5165,-85.8096,27.5177,86.3879,-11.7012,-0.3844,22.0834,0.0000,0.0000,5.8187,22.0156,-0.5647,0.0000,22.5803,0.0000,22.5803,5.2435,17.3368,0.0000,17.3368,-0.0197,17.3565,0.0000,10.4531,8.8751,-1.9717,1.0562,5883.9738,5883.9738,5883.9738,5883.9738,5883.9738 +736.5000,1.0000,9372.4579,48.1070,48.0280,0.0439,0.0000,5,1299.7250,259.8945,605.0846,-85.6648,35.3734,82.3562,-11.6596,0.1888,29.3619,0.0000,0.0000,5.8228,29.3671,-0.6025,0.0000,29.9696,0.0000,29.9696,5.2489,24.7208,0.0000,24.7208,0.0521,24.6687,0.0000,10.5871,8.8842,5.1975,1.0557,7346.8894,7346.8894,7346.8894,7346.8894,7346.8894 +737.5000,1.0000,9385.7736,48.3315,48.1860,0.0808,0.0000,5,1306.8585,283.2254,630.2795,-86.0878,38.7605,86.2562,-11.7815,0.3827,32.5447,0.0000,0.0000,5.8331,32.5654,-0.6219,0.0000,33.1873,0.0000,33.1873,5.2733,27.9140,0.0000,27.9140,0.0963,27.8177,0.0000,9.2748,8.9256,9.6172,1.0438,7973.7394,7973.7394,7973.7394,7973.7394,7973.7394 +738.5000,1.0000,9399.1922,48.7020,48.4770,0.1250,0.0000,5,1314.5265,331.0814,641.4936,-86.5426,45.5756,88.3060,-11.9132,0.2341,39.4730,0.0000,0.0000,5.8685,39.3782,-0.6616,0.0000,40.0398,0.0000,40.0398,5.3138,34.7260,0.0000,34.7260,0.1501,34.5759,0.0000,10.5959,8.9941,14.9860,1.0587,9258.8279,9258.8279,9258.8279,9258.8279,9258.8279 +739.5000,1.0000,9412.8216,49.4610,48.9270,0.2967,0.0000,5,1326.3525,503.8898,663.0989,-87.2440,69.9879,92.1013,-12.1178,0.7271,63.3589,0.0000,0.0000,5.9020,63.1040,-0.7925,0.0000,63.8964,0.0000,63.8964,5.5029,58.3935,0.0000,58.3935,0.3618,58.0317,0.0000,12.7764,9.1342,36.1211,1.0618,13876.6197,13876.6197,13876.6197,13876.6197,13876.6197 +740.5000,1.0000,9426.7910,50.6850,49.9950,0.3833,0.0000,5,1355.2680,546.5323,735.1285,-88.9589,77.5657,104.3319,-12.6253,1.6636,69.9006,0.0000,0.0000,6.0015,69.9789,-0.8451,0.0000,70.8240,0.0000,70.8240,5.7193,65.1047,0.0000,65.1047,0.4790,64.6257,0.0000,7.4371,9.3603,47.8283,1.0562,15221.6265,15221.6265,15221.6265,15221.6265,15221.6265 +741.5000,1.0000,9441.1583,52.1175,51.3750,0.4125,0.0000,5,1393.6825,532.7209,755.4531,-91.2372,77.7485,110.2554,-13.3157,1.5770,70.0961,0.0000,0.0000,6.0755,70.0252,-0.8668,0.0000,70.8920,0.0000,70.8920,5.8520,65.0400,0.0000,65.0400,0.5300,64.5100,0.0000,1.9631,9.6248,52.9221,1.0392,15282.4042,15282.4042,15282.4042,15282.4042,15282.4042 +742.5000,1.0000,9455.9108,53.5040,52.8600,0.3578,0.0000,5,1431.3345,470.5650,755.6149,-93.4703,70.5325,113.2584,-14.0102,1.6900,62.6037,0.0000,0.0000,6.2388,62.6901,-0.8509,0.0000,63.5409,0.0000,63.5409,5.8691,57.6719,0.0000,57.6719,0.4720,57.1999,0.0000,0.1965,9.8809,47.1226,1.0924,13957.6348,13957.6348,13957.6348,13957.6348,13957.6348 +743.5000,1.0000,9471.0408,54.8630,54.1480,0.3972,0.0000,5,1470.8935,504.2863,739.2459,-95.8164,77.6760,113.8672,-14.7588,1.8366,69.4522,0.0000,0.0000,6.3873,69.5064,-0.9064,0.0000,70.4128,0.0000,70.4128,6.0970,64.3158,0.0000,64.3158,0.5373,63.7785,0.0000,0.0000,10.1318,53.6466,1.1051,15339.4739,15339.4739,15339.4739,15339.4739,15339.4739 +744.5000,1.0000,9486.5431,56.2035,55.5780,0.3475,0.0000,5,1516.0220,458.0835,757.7899,-98.4929,72.7242,120.3048,-15.6365,2.3085,63.8485,0.0000,0.0000,6.5671,64.1786,-0.9006,0.0000,65.0792,0.0000,65.0792,6.1402,58.9390,0.0000,58.9390,0.4815,58.4575,0.0000,0.0000,10.3794,48.0781,1.1341,14472.1027,14472.1027,14472.1027,14472.1027,14472.1027 +745.5000,1.0000,9502.3710,57.3755,56.8290,0.3036,0.0000,5,1546.8455,412.0965,749.5384,-100.3210,66.7536,121.4142,-16.2505,0.5726,59.6049,0.0000,0.0000,6.5761,59.2726,-0.8947,0.0000,60.1673,0.0000,60.1673,6.2601,53.9072,0.0000,53.9072,0.4295,53.4777,0.0000,0.0000,10.5958,42.8818,1.1399,13421.6572,13421.6572,13421.6572,13421.6572,13421.6572 +746.5000,1.0000,9518.4587,58.3110,57.9220,0.2161,0.0000,5,1570.0010,339.0496,740.0561,-101.6943,55.7432,121.6727,-16.7196,1.6514,47.4120,0.0000,0.0000,6.6798,47.6116,-0.8510,0.0000,48.4626,0.0000,48.4626,6.3622,42.1004,0.0000,42.1004,0.3107,41.7897,0.0000,0.0000,10.7686,31.0211,1.1192,11363.4932,11363.4932,11363.4932,11363.4932,11363.4932 +747.5000,1.0000,9534.7494,59.0415,58.7000,0.1897,0.0000,5,1588.4260,309.0635,721.6525,-102.7870,51.4095,120.0394,-17.0976,0.1265,44.5695,0.0000,0.0000,6.7135,44.3494,-0.8465,0.0000,45.1959,0.0000,45.1959,6.4419,38.7540,0.0000,38.7540,0.2762,38.4778,0.0000,0.0000,10.9035,27.5743,1.1478,10586.9272,10586.9272,10586.9272,10586.9272,10586.9272 +748.5000,1.0000,9551.1767,59.5335,59.3830,0.0836,0.0000,5,1598.5350,218.9708,715.4370,-103.3866,36.6553,119.7629,-17.3067,0.8651,29.0021,0.0000,0.0000,6.7882,29.0885,-0.7776,0.0000,29.8660,0.0000,29.8660,6.4956,23.3704,0.0000,23.3704,0.1227,23.2477,0.0000,0.0000,10.9944,12.2533,1.1371,7842.9546,7842.9546,7842.9546,7842.9546,7842.9546 +749.5000,1.0000,9567.6745,59.7870,59.6840,0.0572,0.0000,5,1611.6960,192.5918,690.8168,-103.8900,32.5049,116.5936,-17.5342,0.4304,25.2832,0.0000,0.0000,6.7913,25.3078,-0.7627,0.0000,26.0705,0.0000,26.0705,6.5232,19.5472,0.0000,19.5472,0.0843,19.4629,0.0000,0.0000,11.0412,8.4217,1.1396,7080.4444,7080.4444,7080.4444,7080.4444,7080.4444 +750.5000,1.0000,9584.1831,59.8260,59.8900,-0.0356,0.0000,5,1624.6280,112.8488,686.1478,-104.3505,19.1990,116.7348,-17.7532,0.8563,11.5198,0.0000,0.0000,6.8229,11.5930,-0.6941,0.0000,12.2871,0.0000,12.2871,6.5275,5.7596,0.0000,5.7596,-0.0524,5.8121,0.0000,0.0000,11.0484,-5.2363,1.1044,4730.8989,4730.8989,4730.8989,4730.8989,4730.8989 +751.5000,1.0000,9600.6407,59.6425,59.7620,-0.0664,0.0000,5,1618.6390,72.8033,661.2265,-104.1373,12.3404,112.0802,-17.6516,-1.4485,7.0588,0.0000,0.0000,6.7301,7.0093,-0.6679,0.0000,7.6771,0.0000,7.6771,6.5075,1.1697,0.0000,1.1697,-0.0976,1.2673,0.0000,0.0000,11.0145,-9.7472,1.1033,3807.0285,3807.0285,3807.0285,3807.0285,3807.0285 +752.5000,1.0000,9617.0641,59.5195,59.5230,-0.0019,0.0000,5,1611.0095,141.7038,646.8383,-103.8655,23.9061,109.1246,-17.5226,0.6868,16.4127,0.0000,0.0000,6.8065,16.4844,-0.7137,0.0000,17.1981,0.0000,17.1981,6.4940,10.7040,0.0000,10.7040,-0.0029,10.7069,0.0000,0.0000,10.9918,-0.2849,1.1395,5550.5488,5550.5488,5550.5488,5550.5488,5550.5488 +753.5000,1.0000,9633.4781,59.4855,59.5160,-0.0169,0.0000,5,1610.5895,120.8707,667.5890,-103.8506,20.3861,112.5959,-17.5155,-0.7282,14.3260,0.0000,0.0000,6.7883,14.2678,-0.7019,0.0000,14.9698,0.0000,14.9698,6.4903,8.4794,0.0000,8.4794,-0.0249,8.5043,0.0000,0.0000,10.9855,-2.4812,1.1143,4927.3929,4927.3929,4927.3929,4927.3929,4927.3929 +754.5000,1.0000,9649.8314,59.2670,59.4550,-0.1044,0.0000,5,1606.8130,62.7620,660.2609,-103.7161,10.5606,111.0988,-17.4518,0.3539,1.3494,0.0000,0.0000,8.8574,1.3567,-0.6643,0.0000,2.0210,0.0000,2.0210,6.4665,-4.4455,0.0000,-4.4455,-0.1526,-4.2928,0.0000,0.0000,10.9451,-15.2380,1.1262,3588.5849,3588.5849,3588.5849,3588.5849,3588.5849 +755.5000,1.0000,9666.0832,58.9015,59.0790,-0.0986,0.0000,5,1600.2135,59.5938,640.4558,-103.4811,9.9864,107.3237,-17.3407,-1.0009,2.2144,0.0000,0.0000,8.7729,2.2069,-0.6559,0.0000,2.8629,0.0000,2.8629,6.4266,-3.5638,0.0000,-3.5638,-0.1432,-3.4206,0.0000,0.0000,10.8777,-14.2982,1.1124,3512.4933,3512.4933,3512.4933,3512.4933,3512.4933 +756.5000,1.0000,9682.2059,58.4370,58.7240,-0.1594,0.0000,5,1586.3660,10.3562,634.5640,-102.6649,1.7204,105.4162,-17.0551,-0.3568,-6.6511,0.0000,0.0000,8.7283,-6.6685,-0.6701,0.0000,-5.9984,0.0000,-5.9984,6.3759,-12.3743,0.0000,-12.3743,-0.2297,-12.1446,0.0000,0.0000,10.7919,-22.9365,1.1223,2546.4573,2546.4573,2546.4573,2546.4573,2546.4573 +757.5000,1.0000,9698.1088,57.6455,58.1500,-0.2803,0.0000,5,1576.1805,-95.6987,615.0633,-102.0608,-15.7958,101.5206,-16.8459,-0.6314,-23.8310,0.0000,0.0000,8.6667,-23.9419,-0.7063,0.0000,-23.2356,0.0000,-23.2356,6.2896,-29.5252,0.0000,-29.5252,-0.3983,-29.1268,0.0000,0.0000,10.6457,-39.7725,1.1204,27.0903,27.0903,27.0903,27.0903,27.0903 +758.5000,1.0000,9713.7203,56.5965,57.1410,-0.3025,0.0000,5,1558.7850,-101.0291,573.5705,-101.0291,-16.4915,93.6271,-16.4915,-1.0407,-24.0526,0.0000,0.0000,8.6018,-24.1168,-0.6906,0.0000,-23.4262,0.0000,-23.4262,6.1751,-29.6013,2.5136,-32.1149,-0.4221,-31.6928,0.0000,0.0000,10.4520,-42.1448,1.1171,0.0000,0.0000,0.0000,0.0000,0.0000 +759.5000,1.0000,9729.0363,55.5325,56.0520,-0.2886,0.0000,5,1529.9075,-99.3164,559.6810,-99.3164,-15.9116,89.6674,-15.9116,-1.6917,-22.6478,0.0000,0.0000,8.4279,-22.5926,-0.6665,0.0000,-21.9261,0.0000,-21.9261,6.0590,-27.9851,1.6084,-29.5935,-0.3952,-29.1984,0.0000,0.0000,10.2555,-39.4539,1.0979,0.0000,0.0000,0.0000,0.0000,0.0000 +760.5000,1.0000,9743.9492,54.0815,55.0130,-0.5175,0.0000,5,1491.5310,-97.0404,544.8035,-97.0404,-15.1570,85.0944,-15.1570,-1.8659,-21.5494,0.0000,0.0000,8.2583,-21.6276,-0.6395,0.0000,-20.9881,0.0000,-20.9881,5.9007,-26.8888,32.7088,-59.5976,-0.6900,-58.9076,0.0000,0.0000,9.9875,-68.8951,1.0837,0.0000,0.0000,0.0000,0.0000,0.0000 +761.5000,1.0000,9758.3661,52.2960,53.1500,-0.4744,0.0470,5,1446.3645,-94.3617,528.2829,-94.3617,-14.2923,80.0153,-14.2923,-2.2024,-20.2108,0.0000,0.0000,8.1209,-20.1941,-0.6056,0.0000,-19.5885,0.0000,-19.5885,5.7059,-25.2944,26.1440,-51.4383,-0.6117,-50.8266,0.5934,0.0000,9.6578,-61.0778,1.0827,0.0000,0.0000,0.0000,0.0000,0.0000 +762.5000,1.0000,9772.3147,50.6100,51.4420,-0.4622,0.3770,5,1395.8190,-91.3639,510.8865,-91.3639,-13.3546,74.6762,-13.3546,-2.2073,-17.1711,0.0000,0.0000,6.0237,-17.1360,-0.5693,0.0000,-16.5668,0.0000,-16.5668,5.5220,-22.0887,22.1216,-44.2103,-0.5768,-43.6336,4.6060,0.0000,9.3463,-57.5859,1.0821,0.0000,0.0000,0.0000,0.0000,0.0000 +763.5000,1.0000,9785.7667,48.8225,49.7780,-0.5308,0.7880,5,1349.3170,-88.6060,496.2303,-88.6060,-12.5200,70.1174,-12.5200,-1.7196,-16.7299,0.0000,0.0000,5.9294,-16.8014,-0.5412,0.0000,-16.2602,0.0000,-16.2602,5.3269,-21.5872,24.5467,-46.1338,-0.6390,-45.4949,9.2872,0.0000,9.0160,-63.7981,1.0544,0.0000,0.0000,0.0000,0.0000,0.0000 +764.5000,1.0000,9798.6821,46.8905,47.8670,-0.5425,0.9360,5,1299.8780,-85.6738,481.1658,-85.6738,-11.6622,65.4977,-11.6622,-2.2900,-15.1463,0.0000,0.0000,5.7741,-15.1271,-0.5083,0.0000,-14.6188,0.0000,-14.6188,5.1161,-19.7349,24.2585,-43.9934,-0.6272,-43.3662,10.5948,0.0000,8.6591,-62.6201,1.0558,0.0000,0.0000,0.0000,0.0000,0.0000 +765.5000,1.0000,9811.1071,45.1250,45.9140,-0.4383,0.6230,5,1248.4170,-82.6218,466.4509,-82.6218,-10.8015,60.9810,-10.8015,-1.7460,-14.6875,0.0000,0.0000,5.6321,-14.6762,-0.4815,0.0000,-14.1947,0.0000,-14.1947,4.9235,-19.1182,14.9409,-34.0591,-0.4877,-33.5714,6.7865,0.0000,8.3333,-48.6913,1.0456,0.0000,0.0000,0.0000,0.0000,0.0000 +766.5000,1.0000,9823.1648,43.8030,44.3360,-0.2961,0.2830,5,1210.1930,-80.3548,456.9501,-80.3548,-10.1835,57.9098,-10.1835,-1.1482,-14.5336,0.0000,0.0000,5.4984,-14.5248,-0.4624,0.0000,-14.0624,0.0000,-14.0624,4.7793,-18.8417,2.3255,-21.1671,-0.3198,-20.8474,2.9925,0.0000,8.0893,-31.9292,1.0247,0.0000,0.0000,0.0000,0.0000,0.0000 +767.5000,1.0000,9834.9995,43.0000,43.2700,-0.1500,0.0600,5,1180.3615,9.3854,449.2049,-78.5788,1.1601,55.5249,-9.7129,-1.0425,-3.2234,0.0000,0.0000,5.4260,-3.2042,-0.4230,0.0000,-2.7813,0.0000,-2.7813,4.6916,-7.4729,0.0000,-7.4729,-0.1590,-7.3139,0.6228,0.0000,7.9410,-15.8778,1.0321,1602.4965,1602.4965,1602.4965,1602.4965,1602.4965 +768.5000,1.0000,9846.6934,42.4930,42.7300,-0.1317,0.0000,5,1162.0890,27.0595,486.1579,-77.4888,3.2930,59.1623,-9.4299,-0.2777,-1.8354,0.0000,0.0000,5.4061,-1.8396,-0.4125,0.0000,-1.4270,0.0000,-1.4270,4.6363,-6.0633,0.0000,-6.0633,-0.1379,-5.9254,0.0000,0.0000,7.8474,-13.7728,1.0274,1874.0375,1874.0375,1874.0375,1874.0375,1874.0375 +769.5000,1.0000,9858.3117,42.2210,42.2560,-0.0194,0.0000,5,1151.2550,123.2859,491.4564,-76.8425,14.8632,59.2496,-9.2641,-0.4909,9.9909,0.0000,0.0000,5.3632,9.9388,-0.4238,0.0000,10.3626,0.0000,10.3626,4.6066,5.7560,0.0000,5.7560,-0.0202,5.7762,0.0000,0.0000,7.7972,-2.0209,1.0366,3396.8932,3396.8932,3396.8932,3396.8932,3396.8932 +770.5000,1.0000,9869.9248,42.2025,42.1860,0.0092,0.0000,5,1138.9335,150.2313,533.8078,-76.1075,17.9179,63.6666,-9.0773,-0.3762,12.9880,0.0000,0.0000,5.3061,12.9216,-0.4386,0.0000,13.3602,0.0000,13.3602,4.6046,8.7556,0.0000,8.7556,0.0095,8.7461,0.0000,0.0000,7.7938,0.9523,1.0094,3954.9471,3954.9471,3954.9471,3954.9471,3954.9471 +771.5000,1.0000,9881.5034,42.0780,42.2190,-0.0783,0.0000,5,1135.3860,77.2334,545.2208,-75.8959,9.1828,64.8253,-9.0238,0.1277,3.7551,0.0000,0.0000,5.3001,3.7738,-0.3929,0.0000,4.1666,0.0000,4.1666,4.5910,-0.4244,0.0000,-0.4244,-0.0813,-0.3432,0.0000,0.0000,7.7708,-8.1139,1.0086,2657.3226,2657.3226,2657.3226,2657.3226,2657.3226 +772.5000,1.0000,9893.0419,41.9335,41.9370,-0.0019,0.0000,5,1137.1025,142.5724,511.0638,-75.9983,16.9771,60.8560,-9.0497,-0.0080,11.6880,0.0000,0.0000,5.2971,11.6878,-0.4289,0.0000,12.1166,0.0000,12.1166,4.5753,7.5414,0.0000,7.5414,-0.0020,7.5434,0.0000,0.0000,7.7441,-0.2007,1.0090,3771.2615,3771.2615,3771.2615,3771.2615,3771.2615 +773.5000,1.0000,9904.5997,42.0035,41.9300,0.0408,0.0000,5,1137.1405,180.3544,541.8076,-76.0006,21.4768,64.5190,-9.0502,0.0106,16.1781,0.0000,0.0000,5.2881,16.1520,-0.4523,0.0000,16.6043,0.0000,16.6043,4.5829,12.0214,0.0000,12.0214,0.0423,11.9791,0.0000,0.0000,7.7570,4.2221,0.9975,4638.8975,4638.8975,4638.8975,4638.8975,4638.8975 +774.5000,1.0000,9916.2049,42.1735,42.0770,0.0536,0.0000,5,1135.6145,191.6136,559.3246,-75.9096,22.7869,66.5156,-9.0273,-0.1171,17.6159,0.0000,0.0000,5.2880,17.5497,-0.4616,0.0000,18.0114,0.0000,18.0114,4.6015,13.4099,0.0000,13.4099,0.0557,13.3542,0.0000,0.0000,7.7884,5.5658,1.0202,4890.8781,4890.8781,4890.8781,4890.8781,4890.8781 +775.5000,1.0000,9927.9090,42.5300,42.2700,0.1444,0.0000,5,1139.0095,276.4276,564.9826,-76.1121,32.9714,67.3893,-9.0784,0.3549,27.2983,0.0000,0.0000,5.3182,27.2533,-0.5153,0.0000,27.7686,0.0000,27.7686,4.6404,23.1283,0.0000,23.1283,0.1515,22.9768,0.0000,0.0000,7.8542,15.1226,1.0095,6774.1479,6774.1479,6774.1479,6774.1479,6774.1479 +776.5000,1.0000,9939.8005,43.2045,42.7900,0.2303,0.0000,5,1155.0695,355.6082,606.4449,-77.0701,43.0139,73.3547,-9.3223,0.7793,36.8595,0.0000,0.0000,5.3750,36.8565,-0.5727,0.0000,37.4293,0.0000,37.4293,4.7140,32.7153,0.0000,32.7153,0.2453,32.4700,0.0000,0.0000,7.9788,24.4912,1.0376,8670.3058,8670.3058,8670.3058,8670.3058,8670.3058 +777.5000,1.0000,9951.8863,43.9040,43.6190,0.1583,0.0000,5,1173.3425,289.7181,645.7687,-78.1601,35.5983,79.3470,-9.6037,0.5250,29.6445,0.0000,0.0000,5.4287,29.6362,-0.5456,0.0000,30.1818,0.0000,30.1818,4.7903,25.3916,0.0000,25.3916,0.1714,25.2202,0.0000,0.0000,8.1080,17.1122,1.0304,7296.3869,7296.3869,7296.3869,7296.3869,7296.3869 +778.5000,1.0000,9964.1602,44.5810,44.1890,0.2178,0.0000,5,1192.6070,343.8957,619.8102,-79.3093,42.9490,77.4078,-9.9049,0.8773,36.6007,0.0000,0.0000,5.4710,36.6461,-0.5902,0.0000,37.2362,0.0000,37.2362,4.8641,32.3721,0.0000,32.3721,0.2394,32.1327,0.0000,0.0000,8.2330,23.8997,1.0212,8687.7877,8687.7877,8687.7877,8687.7877,8687.7877 +779.5000,1.0000,9976.6736,45.4435,44.9730,0.2614,0.0000,5,1214.4655,382.3767,647.5077,-80.6082,48.6301,82.3491,-10.2516,0.7369,42.3468,0.0000,0.0000,5.5464,42.2539,-0.6303,0.0000,42.8841,0.0000,42.8841,4.9582,37.9259,0.0000,37.9259,0.2929,37.6330,0.0000,0.0000,8.3923,29.2407,1.0522,9758.7301,9758.7301,9758.7301,9758.7301,9758.7301 +780.5000,1.0000,9989.4440,46.3685,45.9140,0.2525,0.0000,5,1246.2805,376.3064,668.1408,-82.4951,49.1118,87.1992,-10.7664,1.6788,41.7675,0.0000,0.0000,5.6656,42.0900,-0.6423,0.0000,42.7323,0.0000,42.7323,5.0592,37.6731,0.0000,37.6731,0.2887,37.3844,0.0000,0.0000,8.5631,28.8213,1.0318,9866.2873,9866.2873,9866.2873,9866.2873,9866.2873 +781.5000,1.0000,10002.4806,47.3270,46.8230,0.2800,0.0000,5,1282.0245,394.5644,671.0520,-84.6150,52.9716,90.0909,-11.3598,1.0872,46.1696,0.0000,0.0000,5.7148,46.1752,-0.6763,0.0000,46.8515,0.0000,46.8515,5.1637,41.6878,0.0000,41.6878,0.3267,41.3611,0.0000,0.0000,8.7401,32.6209,1.0389,10635.1902,10635.1902,10635.1902,10635.1902,10635.1902 +782.5000,1.0000,10015.8160,48.4025,47.8310,0.3175,0.0000,5,1306.1340,428.0300,684.1479,-86.0449,58.5451,93.5764,-11.7690,0.8262,51.9107,0.0000,0.0000,5.8082,51.7095,-0.7196,0.0000,52.4291,0.0000,52.4291,5.2811,47.1480,0.0000,47.1480,0.3789,46.7691,0.0000,0.0000,8.9387,37.8304,1.0437,11709.3107,11709.3107,11709.3107,11709.3107,11709.3107 +783.5000,1.0000,10029.4468,49.4660,48.9740,0.2733,0.0000,5,1336.3470,391.1144,701.9299,-87.8367,54.7333,98.2294,-12.2920,1.6342,47.2041,0.0000,0.0000,5.8950,47.4357,-0.7134,0.0000,48.1491,0.0000,48.1491,5.3971,42.7520,0.0000,42.7520,0.3334,42.4186,0.0000,0.0000,9.1351,33.2835,1.0365,10992.9631,10992.9631,10992.9631,10992.9631,10992.9631 +784.5000,1.0000,10043.3425,50.4195,49.9580,0.2564,0.0000,5,1362.9360,371.8010,692.2668,-89.4137,53.0658,98.8047,-12.7617,0.5588,46.4275,0.0000,0.0000,6.0795,46.2318,-0.7213,0.0000,46.9531,0.0000,46.9531,5.5012,41.4519,0.0000,41.4519,0.3187,41.1332,0.0000,0.0000,9.3112,31.8220,1.1852,10689.3241,10689.3241,10689.3241,10689.3241,10689.3241 +785.5000,1.0000,10057.4552,51.2010,50.8810,0.1778,0.0000,5,1374.8000,303.6971,688.4624,-90.1173,43.7229,99.1171,-12.9741,0.4380,37.0785,0.0000,0.0000,6.2063,36.9873,-0.6862,0.0000,37.6735,0.0000,37.6735,5.5864,32.0871,0.0000,32.0871,0.2244,31.8626,0.0000,0.0000,9.4556,22.4071,1.2772,8958.2806,8958.2806,8958.2806,8958.2806,8958.2806 +786.5000,1.0000,10071.6707,51.5710,51.5210,0.0278,0.0000,5,1386.2825,170.5933,664.1223,-90.7983,24.7652,96.4114,-13.1813,0.5359,18.0516,0.0000,0.0000,6.1778,18.1160,-0.5964,0.0000,18.7124,0.0000,18.7124,5.6268,13.0856,0.0000,13.0856,0.0353,13.0503,0.0000,0.0000,9.5239,3.5264,1.2202,5461.1908,5461.1908,5461.1908,5461.1908,5461.1908 +787.5000,1.0000,10085.8893,51.5820,51.6210,-0.0217,0.0000,5,1393.4540,123.7162,614.3619,-91.2236,18.0529,89.6490,-13.3116,0.0750,11.7941,0.0000,0.0000,6.1838,11.8105,-0.5647,0.0000,12.3752,0.0000,12.3752,5.6280,6.7472,0.0000,6.7472,-0.0276,6.7747,0.0000,0.0000,9.5259,-2.7512,1.2082,4255.8967,4255.8967,4255.8967,4255.8967,4255.8967 +788.5000,1.0000,10100.0837,51.4950,51.5430,-0.0267,0.0000,5,1391.5465,117.1009,595.9712,-91.1105,17.0642,86.8464,-13.2768,-0.2380,11.1660,0.0000,0.0000,6.1362,11.1540,-0.5601,0.0000,11.7141,0.0000,11.7141,5.6185,6.0956,0.0000,6.0956,-0.0339,6.1295,0.0000,0.0000,9.5099,-3.3804,1.1936,4071.9084,4071.9084,4071.9084,4071.9084,4071.9084 +789.5000,1.0000,10114.2337,51.3350,51.4470,-0.0622,0.0000,5,1386.0535,86.1128,591.9983,-90.7847,12.4990,85.9269,-13.1771,-0.2305,6.6034,0.0000,0.0000,6.1262,6.6049,-0.5347,0.0000,7.1396,0.0000,7.1396,5.6011,1.5386,0.0000,1.5386,-0.0788,1.6173,0.0000,0.0000,9.4803,-7.8630,1.1779,3371.6288,3371.6288,3371.6288,3371.6288,3371.6288 +790.5000,1.0000,10128.3145,51.0860,51.2230,-0.0761,0.0000,5,1389.6010,79.4525,580.5756,-90.9951,11.5618,84.4846,-13.2415,0.5339,4.7844,0.0000,0.0000,6.2436,4.8188,-0.5220,0.0000,5.3409,0.0000,5.3409,5.5739,-0.2330,0.0000,-0.2330,-0.0959,-0.1372,0.0000,0.0000,9.4343,-9.5715,1.2353,3269.9703,3269.9703,3269.9703,3269.9703,3269.9703 +791.5000,1.0000,10142.3075,50.7700,50.9490,-0.0994,0.0000,5,1390.2875,52.0670,578.2374,-91.0358,7.5805,84.1859,-13.2540,-0.4755,1.8388,0.0000,0.0000,6.2172,1.8379,-0.5246,0.0000,2.3624,0.0000,2.3624,5.5394,-3.1770,0.0000,-3.1770,-0.1245,-3.0525,0.0000,0.0000,9.3760,-12.4284,1.2555,2802.2197,2802.2197,2802.2197,2802.2197,2802.2197 +792.5000,1.0000,10156.1468,50.2165,50.5910,-0.2081,0.0000,5,1379.9115,-41.6439,564.6305,-90.4205,-6.0177,81.5914,-13.0661,-0.4073,-11.7268,0.0000,0.0000,6.1164,-11.7738,-0.5499,0.0000,-11.2239,0.0000,-11.2239,5.4790,-16.7029,0.0000,-16.7029,-0.2576,-16.4453,0.0000,0.0000,9.2737,-25.7191,1.1902,992.4730,992.4730,992.4730,992.4730,992.4730 +793.5000,1.0000,10169.7555,49.3865,49.8420,-0.2531,0.0000,5,1362.6305,-84.8739,521.6830,-89.3956,-12.1110,74.4412,-12.7562,-1.0439,-17.1133,0.0000,0.0000,6.0461,-17.1145,-0.5505,0.0000,-16.5640,0.0000,-16.5640,5.3885,-21.9524,0.0000,-21.9524,-0.3081,-21.6443,0.0000,0.0000,9.1205,-30.7647,1.1710,11.2658,11.2658,11.2658,11.2658,11.2658 +794.5000,1.0000,10182.9809,48.0065,48.9310,-0.5136,0.0000,5,1326.0090,-87.2236,491.5363,-87.2236,-12.1118,68.2544,-12.1118,-1.9663,-16.0910,0.0000,0.0000,5.9455,-16.1082,-0.5272,0.0000,-15.5809,0.0000,-15.5809,5.2379,-20.8188,31.6200,-52.4388,-0.6079,-51.8309,0.0000,0.0000,8.8656,-60.6965,1.1604,0.0000,0.0000,0.0000,0.0000,0.0000 +795.5000,1.0000,10195.7274,46.2825,47.0820,-0.4442,0.0760,5,1280.0035,-84.4951,475.6097,-84.4951,-11.3259,63.7515,-11.3259,-1.7182,-15.4179,0.0000,0.0000,5.8103,-15.4210,-0.5001,0.0000,-14.9209,0.0000,-14.9209,5.0498,-19.9707,21.7446,-41.7153,-0.5068,-41.2085,0.8491,0.0000,8.5472,-50.6048,1.1455,0.0000,0.0000,0.0000,0.0000,0.0000 +796.5000,1.0000,10208.0321,44.6920,45.4830,-0.4394,0.0870,5,1237.3545,-81.9657,463.9338,-81.9657,-10.6207,60.1144,-10.6207,-1.5798,-14.7767,0.0000,0.0000,5.7358,-14.7902,-0.4756,0.0000,-14.3146,0.0000,-14.3146,4.8763,-19.1908,20.4475,-39.6383,-0.4842,-39.1541,0.9386,0.0000,8.2535,-48.3463,1.1811,0.0000,0.0000,0.0000,0.0000,0.0000 +797.5000,1.0000,10219.9350,43.2455,43.9010,-0.3642,0.0870,5,1196.3075,-79.5300,453.0689,-79.5300,-9.9633,56.7591,-9.9633,-1.4882,-14.0494,0.0000,0.0000,5.5743,-14.0241,-0.4533,0.0000,-13.5708,0.0000,-13.5708,4.7184,-18.2892,11.9722,-30.2614,-0.3883,-29.8731,0.9083,0.0000,7.9864,-38.7677,1.1088,0.0000,0.0000,0.0000,0.0000,0.0000 +798.5000,1.0000,10231.5950,42.3710,42.5900,-0.1217,0.0140,5,1163.6910,32.8983,444.4038,-77.5844,4.0090,54.1557,-9.4545,-0.8833,-0.6376,0.0000,0.0000,5.5299,-0.6341,-0.4079,0.0000,-0.2262,0.0000,-0.2262,4.6230,-4.8493,0.0000,-4.8493,-0.1271,-4.7222,0.1432,0.0000,7.8249,-12.6902,1.1545,1968.2739,1968.2739,1968.2739,1968.2739,1968.2739 +799.5000,1.0000,10243.1709,42.0685,42.1520,-0.0464,0.0000,5,1144.7700,101.3036,492.5829,-76.4557,12.1443,59.0509,-9.1655,-0.4612,7.1262,0.0000,0.0000,5.4793,7.0995,-0.4075,0.0000,7.5069,0.0000,7.5069,4.5900,2.9169,0.0000,2.9169,-0.0481,2.9650,0.0000,0.0000,7.7690,-4.8040,1.1385,3047.3034,3047.3034,3047.3034,3047.3034,3047.3034 +800.5000,1.0000,10254.7952,42.2425,41.9850,0.1431,0.0000,5,1138.6285,272.9434,523.0521,-76.0893,32.5449,62.3671,-9.0727,0.0293,27.0793,0.0000,0.0000,5.4363,26.9252,-0.5099,0.0000,27.4350,0.0000,27.4350,4.6090,22.8260,0.0000,22.8260,0.1490,22.6771,0.0000,0.0000,7.8011,14.8759,1.1150,6690.2069,6690.2069,6690.2069,6690.2069,6690.2069 +801.5000,1.0000,10266.6441,43.0510,42.5000,0.3061,0.0000,5,1148.3560,425.5001,604.1843,-76.6696,51.1688,72.6565,-9.2199,0.6564,45.0111,0.0000,0.0000,5.5012,44.8026,-0.6108,0.0000,45.4134,0.0000,45.4134,4.6972,40.7162,0.0000,40.7162,0.3249,40.3913,0.0000,0.0000,7.9505,32.4408,1.1504,10176.3678,10176.3678,10176.3678,10176.3678,10176.3678 +802.5000,1.0000,10278.8278,44.2565,43.6020,0.3636,0.0000,5,1172.3505,481.2703,676.2646,-78.1009,59.0847,83.0238,-9.5883,1.0574,52.4971,0.0000,0.0000,5.5303,52.3801,-0.6652,0.0000,53.0453,0.0000,53.0453,4.8620,48.1834,0.0000,48.1834,0.3967,47.7866,0.0000,0.0000,8.1731,39.6135,1.1241,11769.4467,11769.4467,11769.4467,11769.4467,11769.4467 +803.5000,1.0000,10291.3979,45.6475,44.9110,0.4092,0.0000,5,1207.3700,524.9582,704.6255,-80.1874,66.3733,89.0897,-10.1385,1.5076,59.2016,0.0000,0.0000,5.6642,59.2427,-0.7189,0.0000,59.9616,0.0000,59.9616,5.0935,54.8681,0.0000,54.8681,0.4605,54.4076,0.0000,0.0000,8.4300,45.9776,1.1703,13178.3351,13178.3351,13178.3351,13178.3351,13178.3351 +804.5000,1.0000,10304.4062,47.2250,46.3840,0.4672,0.0000,5,1249.0655,577.9612,727.5389,-82.6603,75.5984,95.1634,-10.8121,1.6386,68.2156,0.0000,0.0000,5.7442,68.1683,-0.7860,0.0000,68.9543,0.0000,68.9543,5.3734,63.5809,0.0000,63.5809,0.5440,63.0369,0.0000,0.0000,8.7213,54.3156,1.1471,14909.4753,14909.4753,14909.4753,14909.4753,14909.4753 +805.5000,1.0000,10317.8638,48.8425,48.0660,0.4314,0.0000,5,1293.5075,544.1563,754.4092,-85.2960,73.7091,102.1891,-11.5538,1.8333,65.9733,0.0000,0.0000,5.9025,66.0996,-0.7986,0.0000,66.8982,0.0000,66.8982,5.4911,61.4071,0.0000,61.4071,0.5195,60.8876,0.0000,0.0000,9.0200,51.8676,1.1886,14568.3728,14568.3728,14568.3728,14568.3728,14568.3728 +806.5000,1.0000,10331.7722,50.4655,49.6190,0.4703,0.0000,5,1337.5300,577.7463,746.2570,-87.9069,80.9225,104.5251,-12.3128,1.7202,73.2972,0.0000,0.0000,5.9051,73.2168,-0.8583,0.0000,74.0750,0.0000,74.0750,5.7479,68.3271,0.0000,68.3271,0.5851,67.7420,0.0000,0.0000,9.3197,58.4223,1.0792,15867.6260,15867.6260,15867.6260,15867.6260,15867.6260 +807.5000,1.0000,10346.1469,52.1440,51.3120,0.4622,0.0000,5,1379.0725,571.8557,764.9819,-90.3707,82.5852,110.4757,-13.0510,1.7446,74.6631,0.0000,0.0000,6.1775,74.5883,-0.8902,0.0000,75.4785,0.0000,75.4785,5.9232,69.5553,0.0000,69.5553,0.5942,68.9611,0.0000,0.0000,9.6297,59.3314,1.2321,16178.8460,16178.8460,16178.8460,16178.8460,16178.8460 +808.5000,1.0000,10360.9741,53.7730,52.9760,0.4428,0.0000,5,1422.7510,553.8981,767.9326,-92.9612,82.5253,114.4144,-13.8503,2.0165,74.1813,0.0000,0.0000,6.3276,74.2836,-0.9136,0.0000,75.1972,0.0000,75.1972,6.0686,69.1286,0.0000,69.1286,0.5870,68.5416,0.0000,0.0000,9.9305,58.6110,1.2544,16171.7742,16171.7742,16171.7742,16171.7742,16171.7742 +809.5000,1.0000,10376.2395,55.3505,54.5700,0.4336,0.0000,5,1469.1000,542.9637,767.3860,-95.7101,83.5316,118.0576,-14.7244,2.0994,75.0511,0.0000,0.0000,6.3811,75.1798,-0.9427,0.0000,76.1225,0.0000,76.1225,6.2275,69.8951,0.0000,69.8951,0.5917,69.3033,0.0000,0.0000,10.2219,59.0815,1.1754,16389.9284,16389.9284,16389.9284,16389.9284,16389.9284 +810.5000,1.0000,10391.9242,56.8600,56.1310,0.4050,0.0000,5,1515.1445,515.0983,770.4510,-98.4409,81.7284,122.2440,-15.6192,2.1191,72.9765,0.0000,0.0000,6.6328,73.1357,-0.9564,0.0000,74.0921,0.0000,74.0921,6.3357,67.7564,0.0000,67.7564,0.5678,67.1886,0.0000,0.0000,10.5006,56.6880,1.2594,16146.9311,16146.9311,16146.9311,16146.9311,16146.9311 +811.5000,1.0000,10407.9965,58.2555,57.5890,0.3703,0.0000,5,1557.8320,485.3239,768.5921,-100.9726,79.1737,125.3849,-16.4722,1.9050,70.5201,0.0000,0.0000,6.7486,70.6136,-0.9662,0.0000,71.5798,0.0000,71.5798,6.4262,65.1536,0.0000,65.1536,0.5318,64.6218,0.0000,0.7635,10.7584,53.0999,1.2549,15748.5685,15748.5685,15748.5685,15748.5685,15748.5685 +812.5000,1.0000,10424.4011,59.4515,58.9220,0.2942,0.0000,5,1591.2110,420.1337,766.1261,-102.9522,70.0074,127.6605,-17.1551,1.3159,61.8466,0.0000,0.0000,6.8449,61.8195,-0.9415,0.0000,62.7610,0.0000,62.7610,6.4866,56.2743,0.0000,56.2743,0.4312,55.8431,0.0000,1.8127,10.9792,43.0512,1.2642,14070.9999,14070.9999,14070.9999,14070.9999,14070.9999 +813.5000,1.0000,10441.1094,60.5450,59.9810,0.3133,0.0000,5,1622.9115,441.2329,751.7373,-104.2894,74.9879,127.7584,-17.7241,1.8173,66.2074,0.0000,0.0000,6.9632,66.3334,-0.9826,0.0000,67.3159,0.0000,67.3159,6.6059,60.7100,0.0000,60.7100,0.4677,60.2423,0.0000,2.3614,11.1812,46.6997,1.2741,15051.6757,15051.6757,15051.6757,15051.6757,15051.6757 +814.5000,1.0000,10457.9749,61.1110,61.1090,0.0011,0.0000,5,1649.1190,160.6895,762.2705,-105.2227,27.7503,131.6406,-18.1715,0.8075,19.8690,0.0000,0.0000,7.0738,19.9644,-0.7579,0.0000,20.7223,0.0000,20.7223,6.6677,14.0547,0.0000,14.0547,0.0017,14.0530,0.0000,2.6001,11.2857,0.1671,1.2960,6253.9934,6253.9934,6253.9934,6253.9934,6253.9934 +815.5000,1.0000,10474.8189,61.0335,61.1130,-0.0442,0.0000,5,1656.3670,117.8631,685.5163,-105.4809,20.4439,118.9058,-18.2961,-0.0737,13.4784,0.0000,0.0000,7.0393,13.4900,-0.7239,0.0000,14.2139,0.0000,14.2139,6.6592,7.5547,0.0000,7.5547,-0.0665,7.6211,0.0000,2.9856,11.2714,-6.6358,1.2983,4977.6968,4977.6968,4977.6968,4977.6968,4977.6968 +816.5000,1.0000,10491.6399,60.9505,60.9540,-0.0019,0.0000,5,1642.1760,160.5634,669.6930,-104.9755,27.6118,115.1659,-18.0525,-1.3580,22.0174,0.0000,0.0000,6.9524,21.8381,-0.7647,0.0000,22.6028,0.0000,22.6028,6.6502,15.9526,0.0000,15.9526,-0.0029,15.9555,0.0000,4.9912,11.2561,-0.2917,1.2528,6214.4902,6214.4902,6214.4902,6214.4902,6214.4902 +817.5000,1.0000,10508.4646,60.9640,60.9470,0.0094,0.0000,5,1648.2415,196.8244,683.2787,-105.1915,33.9726,117.9363,-18.1564,1.9770,24.9897,0.0000,0.0000,7.0059,25.2788,-0.7823,0.0000,26.0611,0.0000,26.0611,6.6517,19.4094,0.0000,19.4094,0.0142,19.3952,0.0000,6.7193,11.2585,1.4174,1.2001,7402.2115,7402.2115,7402.2115,7402.2115,7402.2115 +818.5000,1.0000,10525.3306,61.1130,60.9810,0.0733,0.0000,5,1663.9965,242.8139,697.4325,-105.7526,42.3111,121.5299,-18.4277,-0.3859,35.6136,0.0000,0.0000,7.0835,35.4562,-0.8362,0.0000,36.2923,0.0000,36.2923,6.6679,29.6244,0.0000,29.6244,0.1105,29.5139,0.0000,7.1956,11.2861,11.0323,1.2870,8942.7664,8942.7664,8942.7664,8942.7664,8942.7664 +819.5000,1.0000,10542.2820,61.4200,61.2450,0.0972,0.0000,5,1666.4380,274.7281,711.3331,-105.8395,47.9425,124.1340,-18.4699,0.6363,40.1875,0.0000,0.0000,7.1187,40.2228,-0.8655,0.0000,41.0883,0.0000,41.0883,6.7014,34.3869,0.0000,34.3869,0.1472,34.2397,0.0000,8.1973,11.3428,14.6996,1.2877,10028.0985,10028.0985,10028.0985,10028.0985,10028.0985 +820.5000,1.0000,10559.3009,61.6630,61.5950,0.0378,0.0000,5,1679.2935,230.0405,722.6790,-106.2973,40.4538,127.0869,-18.6929,0.6845,32.6905,0.0000,0.0000,7.0788,32.7836,-0.8320,0.0000,33.6156,0.0000,33.6156,6.7279,26.8877,0.0000,26.8877,0.0574,26.8302,0.0000,9.7082,11.3876,5.7344,1.2098,8624.8981,8624.8981,8624.8981,8624.8981,8624.8981 +821.5000,1.0000,10576.3901,61.9165,61.7310,0.1031,0.0000,5,1691.2335,311.9197,713.5924,-106.7226,55.2427,126.3812,-18.9012,0.5507,47.4882,0.0000,0.0000,7.2038,47.4948,-0.9106,0.0000,48.4054,0.0000,48.4054,6.7556,41.6498,0.0000,41.6498,0.1573,41.4925,0.0000,14.3506,11.4344,15.7075,1.2955,11431.0813,11431.0813,11431.0813,11431.0813,11431.0813 +822.5000,1.0000,10593.5651,62.2250,62.1020,0.0683,0.0000,5,1692.1490,285.0592,736.0865,-106.7552,50.5129,130.4356,-18.9172,-0.4559,43.8543,0.0000,0.0000,7.1144,43.6544,-0.8965,0.0000,44.5509,0.0000,44.5509,6.7892,37.7616,0.0000,37.7616,0.1048,37.6568,0.0000,15.6983,11.4914,10.4671,1.2139,10557.8691,10557.8691,10557.8691,10557.8691,10557.8691 +823.5000,1.0000,10610.8131,62.4880,62.3480,0.0778,0.0000,5,1689.2115,315.8858,728.4281,-106.6505,55.8782,128.8544,-18.8658,0.1504,48.6918,0.0000,0.0000,7.0361,48.6246,-0.9261,0.0000,49.5507,0.0000,49.5507,6.8179,42.7328,0.0000,42.7328,0.1198,42.6130,0.0000,19.1088,11.5400,11.9641,1.1310,11544.6750,11544.6750,11544.6750,11544.6750,11544.6750 +824.5000,1.0000,10628.1298,62.7350,62.6280,0.0594,0.0000,5,1697.0700,316.7734,737.8419,-106.9304,56.2959,131.1269,-19.0033,0.6679,48.5707,0.0000,0.0000,7.0573,48.6711,-0.9306,0.0000,49.6017,0.0000,49.6017,6.8449,42.7569,0.0000,42.7569,0.0919,42.6649,0.0000,21.8991,11.5856,9.1802,1.1335,11645.2289,11645.2289,11645.2289,11645.2289,11645.2289 +825.5000,1.0000,10645.5020,62.9350,62.8420,0.0517,0.0000,5,1701.9150,339.2793,739.2516,-107.1029,60.4678,131.7525,-19.0883,-0.1635,51.4236,0.0000,0.0000,9.2076,51.3005,-0.9473,0.0000,52.2479,0.0000,52.2479,6.8667,45.3812,0.0000,45.3812,0.0802,45.3010,0.0000,25.6740,11.6225,8.0045,1.1623,12432.8473,12432.8473,12432.8473,12432.8473,12432.8473 +826.5000,1.0000,10662.9316,63.1420,63.0280,0.0633,0.0000,5,1711.5280,364.2769,746.8442,-107.4453,65.2896,133.8575,-19.2575,1.1748,54.8238,0.0000,0.0000,9.2910,55.0824,-0.9700,0.0000,56.0524,0.0000,56.0524,6.8893,49.1632,0.0000,49.1632,0.0986,49.0646,0.0000,27.5596,11.6608,9.8442,1.1517,13328.3300,13328.3300,13328.3300,13328.3300,13328.3300 +827.5000,1.0000,10680.4308,63.3920,63.2560,0.0756,0.0000,5,1721.0650,348.9322,755.0937,-107.7849,62.8879,136.0902,-19.4260,-0.1733,53.7514,0.0000,0.0000,9.3098,53.5852,-0.9668,0.0000,54.5520,0.0000,54.5520,6.9166,47.6355,0.0000,47.6355,0.1181,47.5174,0.0000,24.0200,11.7069,11.7904,1.1683,12881.9218,12881.9218,12881.9218,12881.9218,12881.9218 +828.5000,1.0000,10698.0038,63.6580,63.5280,0.0722,0.0000,5,1729.2290,387.7544,752.9395,-108.0757,70.2163,136.3456,-19.5708,1.0411,59.8229,0.0000,0.0000,9.3523,60.0394,-1.0040,0.0000,61.0435,0.0000,61.0435,6.9456,54.0979,0.0000,54.0979,0.1134,53.9845,0.0000,30.9109,11.7561,11.3176,1.1709,14261.1738,14261.1738,14261.1738,14261.1738,14261.1738 +829.5000,1.0000,10715.6429,63.8960,63.7880,0.0600,0.0000,5,1738.3080,373.6257,764.1846,-108.3990,68.0130,139.1085,-19.7324,-0.0774,58.7421,0.0000,0.0000,9.3483,58.6186,-1.0010,0.0000,59.6196,0.0000,59.6196,6.9716,52.6480,0.0000,52.6480,0.0945,52.5535,0.0000,31.3160,11.8000,9.4374,1.1464,13842.0825,13842.0825,13842.0825,13842.0825,13842.0825 +830.5000,1.0000,10733.2876,63.9160,64.0040,-0.0489,0.0000,5,1730.1060,270.6036,760.1119,-108.1069,49.0269,137.7142,-19.5864,-0.7944,40.5311,0.0000,0.0000,9.2902,40.4116,-0.9094,0.0000,41.3210,0.0000,41.3210,6.9737,34.3473,0.0000,34.3473,-0.0770,34.4243,0.0000,30.3128,11.8037,-7.6922,1.1438,10271.8362,10271.8362,10271.8362,10271.8362,10271.8362 +831.5000,1.0000,10750.8671,63.6810,63.8280,-0.0817,0.0000,5,1722.5910,249.6026,732.5407,-107.8393,45.0256,132.1425,-19.4531,-0.0040,35.7574,0.0000,0.0000,9.2723,35.8393,-0.8822,0.0000,36.7215,0.0000,36.7215,6.9481,29.7734,0.0000,29.7734,-0.1282,29.9016,0.0000,30.9435,11.7603,-12.8022,1.1551,9532.7514,9532.7514,9532.7514,9532.7514,9532.7514 +832.5000,1.0000,10768.3773,63.4320,63.5340,-0.0567,0.0000,5,1722.5530,265.5930,726.9313,-107.8379,47.9091,131.1277,-19.4524,0.0000,40.7576,0.0000,0.0000,7.1514,40.8233,-0.9030,0.0000,41.7263,0.0000,41.7263,6.9209,34.8054,0.0000,34.8054,-0.0886,34.8940,0.0000,32.0281,11.7143,-8.8484,1.1551,10067.6124,10067.6124,10067.6124,10067.6124,10067.6124 +833.5000,1.0000,10785.8051,63.1350,63.3300,-0.1083,0.0000,5,1717.8225,249.8543,730.0210,-107.6695,44.9463,131.3234,-19.3687,-0.4990,38.3349,0.0000,0.0000,7.1104,38.3478,-0.8854,0.0000,39.2332,0.0000,39.2332,6.8885,32.3447,0.0000,32.3447,-0.1686,32.5133,0.0000,37.6907,11.6595,-16.8369,1.1536,9519.0002,9519.0002,9519.0002,9519.0002,9519.0002 +834.5000,1.0000,10803.1079,62.6855,62.9400,-0.1414,0.0000,5,1704.8905,165.5343,723.1425,-107.2089,29.5538,129.1068,-19.1406,-0.8587,23.3865,0.0000,0.0000,7.0260,23.3689,-0.8020,0.0000,24.1708,0.0000,24.1708,6.8395,17.3314,0.0000,17.3314,-0.2185,17.5499,0.0000,27.7912,11.5765,-21.8178,1.1359,6687.4715,6687.4715,6687.4715,6687.4715,6687.4715 +835.5000,1.0000,10820.2540,62.1210,62.4310,-0.1722,0.0000,5,1688.6400,166.3494,696.4643,-106.6302,29.4162,123.1585,-18.8558,-0.8347,23.2601,0.0000,0.0000,6.9908,23.2654,-0.7918,0.0000,24.0571,0.0000,24.0571,6.7779,17.2792,0.0000,17.2792,-0.2638,17.5430,0.0000,32.4072,11.4722,-26.3364,1.1445,6636.4974,6636.4974,6636.4974,6636.4974,6636.4974 +836.5000,1.0000,10837.2368,61.5330,61.8110,-0.1544,0.0000,5,1674.8685,193.7988,692.7897,-106.1397,33.9907,121.5096,-18.6160,-0.5886,27.6098,0.0000,0.0000,6.9695,27.6403,-0.8038,0.0000,28.4442,0.0000,28.4442,6.7137,21.7304,0.0000,21.7304,-0.2343,21.9647,0.0000,33.9954,11.3636,-23.3943,1.1538,7441.7598,7441.7598,7441.7598,7441.7598,7441.7598 +837.5000,1.0000,10854.0410,60.8905,61.2550,-0.2025,0.0000,5,1670.4050,206.4905,698.9346,-105.9808,36.1202,122.2607,-18.5386,0.1291,29.0490,0.0000,0.0000,6.9421,29.2460,-0.8011,0.0000,30.0470,0.0000,30.0470,6.6436,23.4034,0.0000,23.4034,-0.3040,23.7074,0.0000,42.8156,11.2450,-30.3532,1.1388,7820.6373,7820.6373,7820.6373,7820.6373,7820.6373 +838.5000,1.0000,10870.6825,60.3045,60.5260,-0.1231,0.0000,5,1651.4075,287.3587,698.1360,-105.3042,49.6944,120.7321,-18.2108,-2.0543,44.9278,0.0000,0.0000,6.8209,44.5403,-0.8685,0.0000,45.4087,0.0000,45.4087,6.5797,38.8290,0.0000,38.8290,-0.1830,39.0120,0.0000,46.1428,11.1367,-18.2675,1.1346,10343.1009,10343.1009,10343.1009,10343.1009,10343.1009 +839.5000,1.0000,10887.1806,59.7880,60.0830,-0.1639,0.0000,5,1628.9765,237.3720,716.9557,-104.5054,40.4923,122.3026,-17.8272,-0.2175,33.8919,0.0000,0.0000,6.8180,34.0145,-0.8067,0.0000,34.8212,0.0000,34.8212,6.5233,28.2978,0.0000,28.2978,-0.2416,28.5394,0.0000,41.6189,11.0414,-24.1209,1.1429,8578.9246,8578.9246,8578.9246,8578.9246,8578.9246 +840.5000,1.0000,10903.5126,59.1905,59.4930,-0.1681,0.0000,5,1616.2355,186.0525,698.5679,-104.0517,31.4897,118.2339,-17.6109,-1.0488,25.8270,0.0000,0.0000,6.7115,25.7899,-0.7552,0.0000,26.5451,0.0000,26.5451,6.4582,20.0870,0.0000,20.0870,-0.2452,20.3322,0.0000,33.8881,10.9310,-24.4869,1.1029,6895.0368,6895.0368,6895.0368,6895.0368,6895.0368 +841.5000,1.0000,10919.7025,58.6785,58.8880,-0.1164,0.0000,5,1591.8215,198.5573,676.7796,-102.9884,33.0985,112.8159,-17.1677,-1.3537,27.7829,0.0000,0.0000,6.6693,27.6399,-0.7561,0.0000,28.3960,0.0000,28.3960,6.4023,21.9937,0.0000,21.9937,-0.1684,22.1621,0.0000,28.1377,10.8365,-16.8120,1.1359,7175.9877,7175.9877,7175.9877,7175.9877,7175.9877 +842.5000,1.0000,10935.8108,58.3850,58.4690,-0.0467,0.0000,5,1576.6385,256.0580,675.8641,-102.0879,42.2765,111.5887,-16.8553,-0.1293,35.7528,0.0000,0.0000,6.6531,35.7739,-0.7924,0.0000,36.5663,0.0000,36.5663,6.3703,30.1961,0.0000,30.1961,-0.0672,30.2633,0.0000,26.1881,10.7823,-6.7071,1.1205,8859.6256,8859.6256,8859.6256,8859.6256,8859.6256 +843.5000,1.0000,10951.9045,58.3325,58.3010,0.0175,0.0000,5,1578.1260,352.2561,693.9266,-102.1762,58.2142,114.6790,-16.8857,0.2736,51.2538,0.0000,0.0000,6.6868,51.3178,-0.8700,0.0000,52.1878,0.0000,52.1878,6.3645,45.8233,0.0000,45.8233,0.0252,45.7981,0.0000,32.5126,10.7726,2.5129,1.1333,11848.0624,11848.0624,11848.0624,11848.0624,11848.0624 +844.5000,1.0000,10968.0219,58.4180,58.3640,0.0300,0.0000,5,1580.9490,382.0636,725.0882,-102.3436,63.2532,120.0431,-16.9437,0.0000,56.5785,0.0000,0.0000,6.6747,56.5262,-0.8977,0.0000,57.4240,0.0000,57.4240,6.3739,51.0501,0.0000,51.0501,0.0432,51.0069,0.0000,35.9044,10.7884,4.3142,1.1338,12807.5452,12807.5452,12807.5452,12807.5452,12807.5452 +845.5000,1.0000,10984.1678,58.5200,58.4720,0.0267,0.0000,5,1582.2080,330.1779,734.9231,-102.4183,54.7067,121.7683,-16.9695,0.1223,47.9137,0.0000,0.0000,6.6707,47.9125,-0.8559,0.0000,48.7684,0.0000,48.7684,6.3850,42.3834,0.0000,42.3834,0.0385,42.3449,0.0000,27.6962,10.8072,3.8415,1.1341,11190.7793,11190.7793,11190.7793,11190.7793,11190.7793 +846.5000,1.0000,11000.3363,58.6020,58.5680,0.0189,0.0000,5,1588.1970,284.3540,719.6548,-102.7735,47.2925,119.6898,-17.0928,0.4613,40.1451,0.0000,0.0000,6.6860,40.2414,-0.8185,0.0000,41.0599,0.0000,41.0599,6.3939,34.6659,0.0000,34.6659,0.0273,34.6386,0.0000,21.0914,10.8223,2.7249,1.1226,9826.6529,9826.6529,9826.6529,9826.6529,9826.6529 +847.5000,1.0000,11016.4852,58.5310,58.6360,-0.0583,0.0000,5,1597.2380,244.4554,707.5470,-103.3097,40.8882,118.3460,-17.2798,0.4229,33.7426,0.0000,0.0000,6.7227,33.8945,-0.7853,0.0000,34.6798,0.0000,34.6798,6.3862,28.2936,0.0000,28.2936,-0.0842,28.3778,0.0000,25.9735,10.8092,-8.4049,1.1369,8634.6463,8634.6463,8634.6463,8634.6463,8634.6463 +848.5000,1.0000,11032.5543,58.2440,58.4260,-0.1011,0.0000,5,1588.4260,206.3470,693.6116,-102.7870,34.3237,115.3751,-17.0976,-1.2801,28.9615,0.0000,0.0000,6.6423,28.8122,-0.7549,0.0000,29.5672,0.0000,29.5672,6.3549,23.2123,0.0000,23.2123,-0.1452,23.3575,0.0000,27.0983,10.7562,-14.4970,1.1227,7389.1369,7389.1369,7389.1369,7389.1369,7389.1369 +849.5000,1.0000,11048.5321,57.9150,58.0620,-0.0817,0.0000,5,1575.3030,233.3536,677.8966,-102.0087,38.4953,111.8295,-16.8279,0.0000,31.7963,0.0000,0.0000,6.6990,31.8772,-0.7651,0.0000,32.6422,0.0000,32.6422,6.3190,26.3233,0.0000,26.3233,-0.1166,26.4399,0.0000,27.3874,10.6955,-11.6430,1.1328,8137.4366,8137.4366,8137.4366,8137.4366,8137.4366 +850.5000,1.0000,11064.3770,57.4370,57.7680,-0.1839,0.0000,5,1570.3060,129.7750,684.8127,-101.7124,21.3405,112.6120,-16.7258,-0.4819,15.2492,0.0000,0.0000,6.5731,15.2888,-0.6735,0.0000,15.9623,0.0000,15.9623,6.2668,9.6955,0.0000,9.6955,-0.2604,9.9559,0.0000,25.3489,10.6072,-26.0002,1.1067,5023.0032,5023.0032,5023.0032,5023.0032,5023.0032 +851.5000,1.0000,11080.0148,56.6910,57.1060,-0.2306,0.0000,5,1550.6600,75.1080,645.4923,-100.5472,12.1964,104.8181,-16.3273,-1.3950,7.0844,0.0000,0.0000,6.5069,7.0693,-0.6200,0.0000,7.6893,0.0000,7.6893,6.1854,1.5038,0.0000,1.5038,-0.3222,1.8261,0.0000,23.5317,10.4694,-32.1750,1.1156,3651.3217,3651.3217,3651.3217,3651.3217,3651.3217 +852.5000,1.0000,11095.3956,55.7660,56.2760,-0.2833,0.0000,5,1526.2070,-6.5036,619.1059,-99.0970,-1.0394,98.9480,-15.8381,-0.9189,-6.5444,0.0000,0.0000,6.4239,-6.5624,-0.6252,0.0000,-5.9372,0.0000,-5.9372,6.0845,-12.0217,0.0000,-12.0217,-0.3896,-11.6322,0.0000,16.9645,10.2986,-38.8952,1.1109,2074.1640,2074.1640,2074.1640,2074.1640,2074.1640 +853.5000,1.0000,11110.4975,54.7620,55.2560,-0.2744,0.0000,5,1502.0980,9.6880,582.2326,-97.6671,1.5239,91.5848,-15.3630,-1.3196,-3.5005,0.0000,0.0000,6.3440,-3.4988,-0.6011,0.0000,-2.8976,0.0000,-2.8976,5.9750,-8.8726,0.0000,-8.8726,-0.3705,-8.5020,0.0000,18.3815,10.1132,-36.9967,1.1021,2345.6960,2345.6960,2345.6960,2345.6960,2345.6960 +854.5000,1.0000,11125.3104,53.7215,54.2680,-0.3036,0.0000,5,1474.7465,21.6022,578.5597,-96.0449,3.3361,89.3499,-14.8327,-1.1816,-1.7272,0.0000,0.0000,6.2449,-1.7295,-0.5799,0.0000,-1.1496,0.0000,-1.1496,5.8614,-7.0110,0.0000,-7.0110,-0.4021,-6.6089,0.0000,23.6209,9.9210,-40.1509,1.0920,2481.3419,2481.3419,2481.3419,2481.3419,2481.3419 +855.5000,1.0000,11139.8598,52.7730,53.1750,-0.2233,0.0000,5,1445.0295,91.4219,573.1283,-94.2825,13.8343,86.7276,-14.2671,-1.4793,9.1702,0.0000,0.0000,6.1434,9.1340,-0.5692,0.0000,9.7032,0.0000,9.7032,5.7580,3.9453,0.0000,3.9453,-0.2906,4.2359,0.0000,23.5031,9.7459,-29.0131,1.0683,3642.3771,3642.3771,3642.3771,3642.3771,3642.3771 +856.5000,1.0000,11154.1796,51.9465,52.3710,-0.2358,0.0000,5,1420.6150,76.7699,592.2592,-92.8345,11.4208,88.1083,-13.8107,-0.6756,5.9672,0.0000,0.0000,6.1292,5.9836,-0.5408,0.0000,6.5244,0.0000,6.5244,5.6678,0.8566,0.0000,0.8566,-0.3020,1.1586,0.0000,21.7226,9.5932,-30.1572,1.0752,3307.3176,3307.3176,3307.3176,3307.3176,3307.3176 +857.5000,1.0000,11168.3161,51.2865,51.5220,-0.1308,0.0000,5,1401.5410,167.2910,580.8739,-91.7033,24.5531,85.2543,-13.4592,-0.9752,19.4818,0.0000,0.0000,6.0465,19.4135,-0.5987,0.0000,20.0122,0.0000,20.0122,5.5958,14.4164,0.0000,14.4164,-0.1654,14.5819,0.0000,21.6283,9.4713,-16.5177,1.0697,5443.8428,5443.8428,5443.8428,5443.8428,5443.8428 +858.5000,1.0000,11182.3396,50.8795,51.0510,-0.0953,0.0000,5,1385.2900,188.9494,612.0933,-90.7395,27.4104,88.7947,-13.1633,-0.4186,21.8323,0.0000,0.0000,5.9967,21.8283,-0.6048,0.0000,22.4331,0.0000,22.4331,5.5514,16.8818,0.0000,16.8818,-0.1195,17.0013,0.0000,19.5385,9.3962,-11.9334,1.0790,5941.8038,5941.8038,5941.8038,5941.8038,5941.8038 +859.5000,1.0000,11196.2933,50.6285,50.7080,-0.0442,0.0000,5,1376.4780,266.2334,618.1341,-90.2168,38.3761,89.1006,-13.0043,-0.3289,32.7629,0.0000,0.0000,5.9420,32.7217,-0.6561,0.0000,33.3779,0.0000,33.3779,5.5240,27.8539,0.0000,27.8539,-0.0551,27.9090,0.0000,24.0637,9.3498,-5.5045,1.0483,7953.9976,7953.9976,7953.9976,7953.9976,7953.9976 +860.5000,1.0000,11210.2619,50.6820,50.5490,0.0739,0.0000,5,1366.8650,368.9491,646.9025,-89.6467,52.8106,92.5962,-12.8318,-0.4803,47.3488,0.0000,0.0000,5.9421,47.0272,-0.7292,0.0000,47.7564,0.0000,47.7564,5.5298,42.2266,0.0000,42.2266,0.0923,42.1342,0.0000,23.5560,9.3597,9.2185,1.0595,10644.5124,10644.5124,10644.5124,10644.5124,10644.5124 +861.5000,1.0000,11224.3331,51.0515,50.8150,0.1314,0.0000,5,1366.1020,421.1249,687.1009,-89.6015,60.2452,98.2952,-12.8182,0.4160,53.8322,0.0000,0.0000,5.9970,53.7785,-0.7688,0.0000,54.5473,0.0000,54.5473,5.5701,48.9772,0.0000,48.9772,0.1654,48.8118,0.0000,22.8720,9.4279,16.5119,1.0734,12043.2193,12043.2193,12043.2193,12043.2193,12043.2193 +862.5000,1.0000,11238.5663,51.6345,51.2880,0.1925,0.0000,5,1379.7205,465.9104,708.4620,-90.4091,67.3166,102.3614,-13.0627,0.7337,60.5740,0.0000,0.0000,6.0089,60.5478,-0.8117,0.0000,61.3595,0.0000,61.3595,5.6646,55.6949,0.0000,55.6949,0.2451,55.4498,0.0000,21.4461,9.5356,24.4681,1.0633,13362.1671,13362.1671,13362.1671,13362.1671,13362.1671 +863.5000,1.0000,11252.9976,52.3480,51.9810,0.2039,0.0000,5,1400.8925,472.6397,728.2707,-91.6648,69.3368,106.8381,-13.4473,1.0765,62.1627,0.0000,0.0000,6.0976,62.2813,-0.8312,0.0000,63.1125,0.0000,63.1125,5.7564,57.3561,0.0000,57.3561,0.2631,57.0929,0.0000,21.1517,9.6674,26.2738,1.0695,13739.8402,13739.8402,13739.8402,13739.8402,13739.8402 +864.5000,1.0000,11267.6558,53.1645,52.7150,0.2497,0.0000,5,1425.8410,511.1682,734.2949,-93.1445,76.3244,109.6403,-13.9077,1.0889,69.0730,0.0000,0.0000,6.1625,69.0913,-0.8780,0.0000,69.9693,0.0000,69.9693,5.9343,64.0349,0.0000,64.0349,0.3273,63.7076,0.0000,21.2075,9.8182,32.6820,1.0627,15045.0859,15045.0859,15045.0859,15045.0859,15045.0859 +865.5000,1.0000,11282.5676,54.0775,53.6140,0.2575,0.0000,5,1447.9665,541.5190,752.2648,-94.4567,82.1109,114.0664,-14.3225,0.8616,75.0007,0.0000,0.0000,6.2486,74.8610,-0.9212,0.0000,75.7822,0.0000,75.7822,6.1054,69.6768,0.0000,69.6768,0.3433,69.3335,0.0000,25.0681,9.9868,34.2786,1.0832,16105.1082,16105.1082,16105.1082,16105.1082,16105.1082 +866.5000,1.0000,11297.7498,55.0510,54.5410,0.2833,0.0000,5,1471.0460,548.6876,766.4252,-95.8255,84.5240,118.0659,-14.7617,1.2096,76.9697,0.0000,0.0000,6.3447,76.9574,-0.9470,0.0000,77.9043,0.0000,77.9043,6.2267,71.6777,0.0000,71.6777,0.3846,71.2931,0.0000,22.7300,10.1666,38.3965,1.1052,16578.7142,16578.7142,16578.7142,16578.7142,16578.7142 +867.5000,1.0000,11313.1860,55.9655,55.5610,0.2247,0.0000,5,1494.8500,529.1600,772.2231,-97.2372,82.8349,120.8841,-15.2215,0.9560,75.5021,0.0000,0.0000,6.3768,75.4825,-0.9540,0.0000,76.4364,0.0000,76.4364,6.2887,70.1478,0.0000,70.1478,0.3101,69.8377,0.0000,28.5426,10.3354,30.9596,1.0995,16310.0171,16310.0171,16310.0171,16310.0171,16310.0171 +868.5000,1.0000,11328.8435,56.7620,56.3700,0.2178,0.0000,5,1520.4470,496.5955,769.1141,-98.7553,79.0683,122.4590,-15.7239,1.4177,71.1358,0.0000,0.0000,6.5149,71.3533,-0.9458,0.0000,72.2991,0.0000,72.2991,6.2998,65.9993,0.0000,65.9993,0.3048,65.6946,0.0000,24.7821,10.4825,30.4299,1.1349,15666.5334,15666.5334,15666.5334,15666.5334,15666.5334 +869.5000,1.0000,11344.6970,57.4680,57.1540,0.1744,0.0000,5,1546.1585,349.2964,762.4763,-100.2802,56.5558,123.4551,-16.2367,0.9997,48.9729,0.0000,0.0000,6.5831,49.0385,-0.8445,0.0000,49.8829,0.0000,49.8829,6.2702,43.6127,0.0000,43.6127,0.2472,43.3656,0.0000,8.0745,10.6129,24.6781,1.1272,11487.2446,11487.2446,11487.2446,11487.2446,11487.2446 +870.5000,1.0000,11360.7376,58.1410,57.7820,0.1994,0.0000,5,1564.4690,325.4643,719.1997,-101.3662,53.3211,117.8271,-16.6069,0.7477,45.9515,0.0000,0.0000,6.6219,45.8967,-0.8395,0.0000,46.7363,0.0000,46.7363,6.3436,40.3926,0.0000,40.3926,0.2859,40.1067,0.0000,0.8243,10.7372,28.5452,1.1307,10908.3964,10908.3964,10908.3964,10908.3964,10908.3964 +871.5000,1.0000,11376.9853,58.8870,58.5000,0.2150,0.0000,5,1586.4420,336.6057,716.7150,-102.6694,55.9209,119.0692,-17.0566,1.3826,47.8374,0.0000,0.0000,6.7010,47.9502,-0.8621,0.0000,48.8123,0.0000,48.8123,6.4250,42.3873,0.0000,42.3873,0.3121,42.0751,0.0000,0.0337,10.8750,31.1664,1.1223,11429.0441,11429.0441,11429.0441,11429.0441,11429.0441 +872.5000,1.0000,11393.4146,59.5405,59.2740,0.1481,0.0000,5,1599.4885,270.9646,723.9534,-103.4431,45.3860,121.2608,-17.3265,-0.1124,38.7845,0.0000,0.0000,6.7140,38.5840,-0.8256,0.0000,39.4097,0.0000,39.4097,6.4963,32.9133,0.0000,32.9133,0.2173,32.6960,0.0000,0.0000,10.9957,21.7003,1.1248,9482.5344,9482.5344,9482.5344,9482.5344,9482.5344 +873.5000,1.0000,11409.9840,60.0450,59.8070,0.1322,0.0000,5,1613.5270,264.5078,706.8423,-103.9552,44.6934,119.4338,-17.5651,1.5045,36.3588,0.0000,0.0000,6.8301,36.5560,-0.8238,0.0000,37.3798,0.0000,37.3798,6.5514,30.8284,0.0000,30.8284,0.1957,30.6327,0.0000,0.0000,11.0888,19.5439,1.1274,9352.3128,9352.3128,9352.3128,9352.3128,9352.3128 +874.5000,1.0000,11426.6336,60.3335,60.2830,0.0281,0.0000,5,1632.8680,166.3281,708.9591,-104.6440,28.4410,121.2274,-17.8934,0.4169,21.1465,0.0000,0.0000,6.8776,21.1826,-0.7510,0.0000,21.9335,0.0000,21.9335,6.5829,15.3507,0.0000,15.3507,0.0417,15.3089,0.0000,0.0000,11.1421,4.1668,1.1436,6352.4688,6352.4688,6352.4688,6352.4688,6352.4688 +875.5000,1.0000,11443.2334,60.1545,60.3840,-0.1275,0.0000,5,1634.7755,26.2551,681.4217,-104.7119,4.4947,116.6548,-17.9260,-0.2259,-2.0800,0.0000,0.0000,6.8007,-2.0851,-0.6882,0.0000,-1.3970,0.0000,-1.3970,6.5633,-7.9603,0.0000,-7.9603,-0.1891,-7.7712,0.0000,0.0000,11.1090,-18.8802,1.1189,2971.7964,2971.7964,2971.7964,2971.7964,2971.7964 +876.5000,1.0000,11459.6646,59.5475,59.9250,-0.2097,0.0000,5,1621.5385,-50.3735,636.0611,-104.2405,-8.5538,108.0077,-17.7008,-1.0940,-14.2705,0.0000,0.0000,6.8107,-14.2642,-0.7080,0.0000,-13.5562,0.0000,-13.5562,6.4971,-20.0533,0.0000,-20.0533,-0.3079,-19.7454,0.0000,0.0000,10.9970,-30.7424,1.1540,1215.8354,1215.8354,1215.8354,1215.8354,1215.8354 +877.5000,1.0000,11475.9076,58.8700,59.1700,-0.1667,0.0000,5,1603.6470,-10.0607,606.4712,-103.6033,-1.6895,101.8468,-17.3985,-0.6800,-7.7740,0.0000,0.0000,6.7645,-7.7802,-0.6802,0.0000,-7.0999,0.0000,-7.0999,6.4232,-13.5231,0.0000,-13.5231,-0.2419,-13.2812,0.0000,0.0000,10.8718,-24.1531,1.1507,2154.6573,2154.6573,2154.6573,2154.6573,2154.6573 +878.5000,1.0000,11492.0557,58.5280,58.5700,-0.0233,0.0000,5,1587.7010,114.2687,612.9559,-102.7440,18.9987,101.9123,-17.0826,-0.8815,13.1844,0.0000,0.0000,6.6958,13.1188,-0.6803,0.0000,13.7991,0.0000,13.7991,6.3859,7.4132,0.0000,7.4132,-0.0337,7.4469,0.0000,0.0000,10.8087,-3.3618,1.1476,4640.8542,4640.8542,4640.8542,4640.8542,4640.8542 +879.5000,1.0000,11508.1970,58.5040,58.4860,0.0100,0.0000,5,1578.5455,149.0769,649.2103,-102.2010,24.6431,107.3176,-16.8943,-0.0111,17.9446,0.0000,0.0000,6.7096,17.9378,-0.7043,0.0000,18.6421,0.0000,18.6421,6.3832,12.2588,0.0000,12.2588,0.0144,12.2444,0.0000,0.0000,10.8042,1.4402,1.1585,5637.3966,5637.3966,5637.3966,5637.3966,5637.3966 +880.5000,1.0000,11524.3589,58.5780,58.5220,0.0311,0.0000,5,1580.7580,169.3837,660.7148,-102.3323,28.0392,109.3725,-16.9397,0.2259,21.0085,0.0000,0.0000,6.8048,21.0193,-0.7210,0.0000,21.7404,0.0000,21.7404,6.3913,15.3490,0.0000,15.3490,0.0449,15.3041,0.0000,0.0000,10.8179,4.4862,1.2473,6253.8198,6253.8198,6253.8198,6253.8198,6253.8198 +881.5000,1.0000,11540.5646,58.7355,58.6340,0.0564,0.0000,5,1581.1395,189.6908,667.3293,-102.3549,31.4083,110.4941,-16.9476,-0.1889,24.8211,0.0000,0.0000,6.7761,24.7478,-0.7425,0.0000,25.4903,0.0000,25.4903,6.4085,19.0818,0.0000,19.0818,0.0817,19.0001,0.0000,0.0000,10.8470,8.1531,1.2342,6861.7567,6861.7567,6861.7567,6861.7567,6861.7567 +882.5000,1.0000,11556.8304,58.9520,58.8370,0.0639,0.0000,5,1586.0990,200.6910,675.0963,-102.6490,33.3340,112.1307,-17.0496,0.6726,25.8695,0.0000,0.0000,6.7919,25.9315,-0.7520,0.0000,26.6835,0.0000,26.6835,6.4321,20.2514,0.0000,20.2514,0.0929,20.1585,0.0000,0.0000,10.8870,9.2716,1.2101,7212.7318,7212.7318,7212.7318,7212.7318,7212.7318 +883.5000,1.0000,11573.1559,59.1670,59.0670,0.0556,0.0000,5,1603.7235,194.2998,683.1642,-103.6061,32.6310,114.7316,-17.3998,1.0557,24.6820,0.0000,0.0000,6.8932,24.8051,-0.7499,0.0000,25.5549,0.0000,25.5549,6.4556,19.0994,0.0000,19.0994,0.0810,19.0183,0.0000,0.0000,10.9267,8.0916,1.2408,7098.2420,7098.2420,7098.2420,7098.2420,7098.2420 +884.5000,1.0000,11589.5388,59.3735,59.2670,0.0592,0.0000,5,1607.0805,188.3656,682.5877,-103.7256,31.7006,114.8748,-17.4563,-0.7266,25.5836,0.0000,0.0000,6.8436,25.4208,-0.7564,0.0000,26.1772,0.0000,26.1772,6.4781,19.6991,0.0000,19.6991,0.0866,19.6125,0.0000,0.0000,10.9648,8.6477,1.2419,6931.3803,6931.3803,6931.3803,6931.3803,6931.3803 +885.5000,1.0000,11605.9820,59.5905,59.4800,0.0614,0.0000,5,1608.7205,199.1538,681.2506,-103.7840,33.5504,114.7668,-17.4840,0.8894,25.7439,0.0000,0.0000,6.9171,25.8400,-0.7621,0.0000,26.6021,0.0000,26.6021,6.5018,20.1003,0.0000,20.1003,0.0902,20.0101,0.0000,0.0000,11.0049,9.0053,1.2560,7274.5670,7274.5670,7274.5670,7274.5670,7274.5670 +886.5000,1.0000,11622.4835,59.8005,59.7010,0.0553,0.0000,5,1620.3935,189.7891,687.0714,-104.1997,32.2048,116.5872,-17.6814,0.2657,25.0262,0.0000,0.0000,6.9129,25.0258,-0.7615,0.0000,25.7873,0.0000,25.7873,6.5247,19.2626,0.0000,19.2626,0.0815,19.1811,0.0000,0.0000,11.0437,8.1374,1.2460,7035.4845,7035.4845,7035.4845,7035.4845,7035.4845 +887.5000,1.0000,11639.0654,60.0900,59.9000,0.1056,0.0000,5,1623.9795,233.3472,685.4789,-104.3274,39.6837,116.5744,-17.7422,0.0913,32.7038,0.0000,0.0000,6.8886,32.6191,-0.8047,0.0000,33.4238,0.0000,33.4238,6.5563,26.8675,0.0000,26.8675,0.1564,26.7111,0.0000,0.0000,11.0971,15.6139,1.2198,8426.9695,8426.9695,8426.9695,8426.9695,8426.9695 +888.5000,1.0000,11655.7513,60.4645,60.2800,0.1025,0.0000,5,1619.2110,229.5137,697.6910,-104.1576,38.9171,118.3028,-17.6613,-0.5652,32.5762,0.0000,0.0000,6.9061,32.3631,-0.8096,0.0000,33.1727,0.0000,33.1727,6.5972,26.5756,0.0000,26.5756,0.1528,26.4228,0.0000,0.0000,11.1663,15.2565,1.2730,8282.1947,8282.1947,8282.1947,8282.1947,8282.1947 +889.5000,1.0000,11672.5541,60.8850,60.6490,0.1311,0.0000,5,1629.5110,265.5754,698.3457,-104.5244,45.3183,119.1671,-17.8363,1.5995,36.6782,0.0000,0.0000,7.0406,36.8950,-0.8396,0.0000,37.7345,0.0000,37.7345,6.6430,31.0915,0.0000,31.0915,0.1968,30.8947,0.0000,0.0000,11.2440,19.6507,1.3035,9467.5244,9467.5244,9467.5244,9467.5244,9467.5244 +890.5000,1.0000,11689.4711,61.2965,61.1210,0.0975,0.0000,5,1653.0100,230.0870,713.6470,-105.3613,39.8287,123.5343,-18.2383,0.7629,31.9914,0.0000,0.0000,7.0744,32.0451,-0.8221,0.0000,32.8672,0.0000,32.8672,6.6879,26.1792,0.0000,26.1792,0.1473,26.0319,0.0000,0.0000,11.3199,14.7119,1.3109,8472.9138,8472.9138,8472.9138,8472.9138,8472.9138 +891.5000,1.0000,11706.4971,61.6885,61.4720,0.1203,0.0000,5,1664.9500,248.1942,707.0516,-105.7865,43.2734,123.2767,-18.4442,0.4524,35.7540,0.0000,0.0000,7.0670,35.7236,-0.8473,0.0000,36.5709,0.0000,36.5709,6.7307,29.8402,0.0000,29.8402,0.1829,29.6573,0.0000,0.0000,11.3923,18.2650,1.2463,9129.6199,9129.6199,9129.6199,9129.6199,9129.6199 +892.5000,1.0000,11723.6426,62.1190,61.9050,0.1189,0.0000,5,1674.5250,247.6453,714.4707,-106.1275,43.4261,125.2866,-18.6101,0.5296,35.7700,0.0000,0.0000,7.1265,35.7568,-0.8548,0.0000,36.6116,0.0000,36.6116,6.7777,29.8340,0.0000,29.8340,0.1821,29.6519,0.0000,0.0000,11.4718,18.1800,1.3176,9179.8115,9179.8115,9179.8115,9179.8115,9179.8115 +893.5000,1.0000,11740.9333,62.6415,62.3330,0.1714,0.0000,5,1685.2445,294.5048,716.8619,-106.5093,51.9737,126.5106,-18.7966,0.5764,44.2613,0.0000,0.0000,7.1360,44.1899,-0.9064,0.0000,45.0963,0.0000,45.0963,6.8347,38.2616,0.0000,38.2616,0.2647,37.9969,0.0000,0.0000,11.5683,26.4286,1.2800,10824.4810,10824.4810,10824.4810,10824.4810,10824.4810 +894.5000,1.0000,11758.4234,63.3595,62.9500,0.2275,0.0000,5,1705.1955,347.8592,733.4740,-107.2198,62.1164,130.9747,-19.1460,1.5060,53.3822,0.0000,0.0000,7.2282,53.4868,-0.9657,0.0000,54.4525,0.0000,54.4525,6.9130,47.5395,0.0000,47.5395,0.3554,47.1841,0.0000,0.0000,11.7009,35.4832,1.2862,12740.0761,12740.0761,12740.0761,12740.0761,12740.0761 +895.5000,1.0000,11776.1303,64.1400,63.7690,0.2061,0.0000,5,1723.5445,316.7810,751.0091,-107.8732,57.1755,135.5490,-19.4699,0.4199,49.4704,0.0000,0.0000,7.2852,49.2992,-0.9582,0.0000,50.2574,0.0000,50.2574,6.9982,43.2592,0.0000,43.2592,0.3259,42.9332,0.0000,-1.4550,11.8451,32.5432,1.3170,11829.4795,11829.4795,11829.4795,11829.4795,11829.4795 +896.5000,1.0000,11794.0462,64.8925,64.5110,0.2119,0.0000,5,1751.2780,334.6990,748.9445,-108.8609,61.3816,137.3515,-19.9644,2.5560,51.3141,0.0000,0.0000,7.5115,51.7065,-0.9836,0.0000,52.6901,0.0000,52.6901,7.0803,45.6098,0.0000,45.6098,0.3391,45.2707,0.0000,-0.5701,11.9840,33.8568,1.3285,12610.7904,12610.7904,12610.7904,12610.7904,12610.7904 +897.5000,1.0000,11812.1584,65.5990,65.2740,0.1806,0.0000,5,1788.3955,304.3363,760.8004,-110.1828,56.9962,142.4830,-20.6351,1.4664,48.0008,0.0000,0.0000,7.5291,48.1207,-0.9780,0.0000,49.0988,0.0000,49.0988,7.1574,41.9414,0.0000,41.9414,0.2920,41.6494,0.0000,0.3782,12.1145,29.1566,1.2940,11849.5486,11849.5486,11849.5486,11849.5486,11849.5486 +898.5000,1.0000,11830.4248,66.1540,65.9240,0.1278,0.0000,5,1811.1315,263.3626,759.6901,-111.0143,49.9497,144.0838,-21.0551,1.0438,41.2735,0.0000,0.0000,7.6324,41.3436,-0.9537,0.0000,42.2974,0.0000,42.2974,7.2179,35.0794,0.0000,35.0794,0.2084,34.8710,0.0000,1.8455,12.2170,20.8085,1.3055,10542.9285,10542.9285,10542.9285,10542.9285,10542.9285 +899.5000,1.0000,11848.8112,66.5860,66.3840,0.1122,0.0000,5,1817.0445,242.9808,753.0575,-111.2365,46.2345,143.2921,-21.1661,-0.3874,39.0444,0.0000,0.0000,7.5775,38.8519,-0.9489,0.0000,39.8008,0.0000,39.8008,7.2651,32.5358,0.0000,32.5358,0.1842,32.3516,0.0000,1.6601,12.2968,18.3946,1.2825,9851.5410,9851.5410,9851.5410,9851.5410,9851.5410 +900.5000,1.0000,11867.2878,66.9110,66.7880,0.0683,0.0000,5,1808.6140,209.6297,747.4080,-110.9197,39.7034,141.5573,-21.0079,-0.5508,32.7131,0.0000,0.0000,7.5411,32.5635,-0.9230,0.0000,33.4865,0.0000,33.4865,7.3005,26.1860,0.0000,26.1860,0.1127,26.0733,0.0000,2.4611,12.3568,11.2554,1.3055,8621.7154,8621.7154,8621.7154,8621.7154,8621.7154 +901.5000,1.0000,11885.8568,67.2435,67.0340,0.1164,0.0000,5,1817.2735,270.0685,742.0852,-111.2451,51.3952,141.2221,-21.1704,1.5198,42.2311,0.0000,0.0000,7.6443,42.4155,-0.9788,0.0000,43.3942,0.0000,43.3942,7.3368,36.0574,0.0000,36.0574,0.1930,35.8645,0.0000,4.1803,12.4182,19.2660,1.2940,10814.3998,10814.3998,10814.3998,10814.3998,10814.3998 +902.5000,1.0000,11904.5347,67.6355,67.4530,0.1014,0.0000,5,1833.4480,268.1176,757.5965,-111.8529,51.4781,145.4572,-21.4756,0.2878,43.5317,0.0000,0.0000,7.6586,43.4751,-0.9913,0.0000,44.4663,0.0000,44.4663,7.3796,37.0867,0.0000,37.0867,0.1691,36.9177,0.0000,7.5462,12.4906,16.8809,1.3055,10836.3240,10836.3240,10836.3240,10836.3240,10836.3240 +903.5000,1.0000,11923.2737,67.8555,67.8180,0.0208,0.0000,5,1841.1920,221.8765,759.1104,-112.1439,42.7798,146.3634,-21.6224,0.5866,34.5312,0.0000,0.0000,7.6620,34.6094,-0.9505,0.0000,35.5599,0.0000,35.5599,7.4036,28.1563,0.0000,28.1563,0.0349,28.1215,0.0000,12.1103,12.5312,3.4800,1.2825,9233.7011,9233.7011,9233.7011,9233.7011,9233.7011 +904.5000,1.0000,11941.9432,67.6055,67.8930,-0.1597,0.0000,5,1839.8565,74.0152,750.1659,-112.0937,14.2605,144.5340,-21.5970,-0.7371,7.3572,0.0000,0.0000,7.6403,7.3625,-0.8083,0.0000,8.1708,0.0000,8.1708,7.3763,0.7945,0.0000,0.7945,-0.2662,1.0607,0.0000,15.1570,12.4851,-26.5813,1.3198,4566.8515,4566.8515,4566.8515,4566.8515,4566.8515 +905.5000,1.0000,11960.4675,67.0825,67.3180,-0.1308,0.0000,5,1831.8455,108.3603,719.1873,-111.7927,20.7868,137.9620,-21.4452,-0.1673,13.3794,0.0000,0.0000,7.5747,13.4156,-0.8294,0.0000,14.2450,0.0000,14.2450,7.3192,6.9258,0.0000,6.9258,-0.2164,7.1422,0.0000,16.3588,12.3885,-21.6051,1.2710,5381.8368,5381.8368,5381.8368,5381.8368,5381.8368 +906.5000,1.0000,11978.8240,66.4785,66.8470,-0.2047,0.0000,5,1817.8835,35.9470,721.9224,-111.2680,6.8432,137.4312,-21.1819,-1.3926,0.6968,0.0000,0.0000,7.5390,0.6958,-0.7948,0.0000,1.4906,0.0000,1.4906,7.2533,-5.7627,0.0000,-5.7627,-0.3355,-5.4272,0.0000,15.7983,12.2769,-33.5024,1.3055,3689.9086,3689.9086,3689.9086,3689.9086,3689.9086 +907.5000,1.0000,11997.0009,65.8320,66.1100,-0.1544,0.0000,5,1792.4770,66.2697,698.3473,-110.3281,12.4393,131.0852,-20.7094,-1.4235,6.4146,0.0000,0.0000,7.4482,6.3954,-0.7715,0.0000,7.1668,0.0000,7.1668,7.1828,-0.0160,0.0000,-0.0160,-0.2507,0.2347,0.0000,13.1059,12.1575,-25.0287,1.3170,4235.9816,4235.9816,4235.9816,4235.9816,4235.9816 +908.5000,1.0000,12014.9989,65.1880,65.5540,-0.2033,0.0000,5,1772.5260,40.9614,697.9730,-109.6176,7.6032,129.5567,-20.3471,-0.7640,-1.2002,0.0000,0.0000,9.5675,-1.2022,-0.7757,0.0000,-0.4265,0.0000,-0.4265,7.1125,-7.5391,0.0000,-7.5391,-0.3268,-7.2123,0.0000,13.3782,12.0386,-32.6291,1.3170,3633.6245,3633.6245,3633.6245,3633.6245,3633.6245 +909.5000,1.0000,12032.8034,64.4910,64.8220,-0.1839,0.0000,5,1758.0300,61.3586,686.8883,-109.1014,11.2962,126.4565,-20.0856,-0.8072,2.6154,0.0000,0.0000,9.4880,2.6177,-0.7535,0.0000,3.3712,0.0000,3.3712,7.0365,-3.6653,0.0000,-3.6653,-0.2924,-3.3729,0.0000,13.9105,11.9099,-29.1933,1.3055,4000.7678,4000.7678,4000.7678,4000.7678,4000.7678 +910.5000,1.0000,12050.4190,63.8115,64.1600,-0.1936,0.0000,5,1745.4795,52.3844,687.3508,-108.6544,9.5751,125.6382,-19.8605,-0.5438,0.6706,0.0000,0.0000,9.4484,0.6723,-0.7460,0.0000,1.4183,0.0000,1.4183,6.9623,-5.5440,0.0000,-5.5440,-0.3046,-5.2394,0.0000,13.3891,11.7844,-30.4129,1.2940,3768.9301,3768.9301,3768.9301,3768.9301,3768.9301 +911.5000,1.0000,12067.8483,63.1405,63.4630,-0.1792,0.0000,5,1723.1635,51.0848,677.5043,-107.8597,9.2182,122.2551,-19.4632,-1.8246,1.7623,0.0000,0.0000,9.2805,1.7536,-0.7312,0.0000,2.4849,0.0000,2.4849,6.8891,-4.4043,0.0000,-4.4043,-0.2789,-4.1254,0.0000,12.0622,11.6605,-27.8480,1.2645,3688.1893,3688.1893,3688.1893,3688.1893,3688.1893 +912.5000,1.0000,12085.1405,62.6470,62.8180,-0.0950,0.0000,5,1697.8715,129.8800,668.5764,-106.9589,23.0928,118.8733,-19.0174,-0.8393,14.6726,0.0000,0.0000,9.2594,14.6430,-0.7572,0.0000,15.4003,0.0000,15.4003,6.8353,8.5650,0.0000,8.5650,-0.1467,8.7117,0.0000,11.7929,11.5694,-14.6505,1.3112,5520.2949,5520.2949,5520.2949,5520.2949,5520.2949 +913.5000,1.0000,12102.3573,62.3755,62.4760,-0.0558,0.0000,5,1690.8140,157.0509,687.2448,-106.7076,27.8077,121.6847,-18.8938,0.1030,18.4453,0.0000,0.0000,9.2594,18.4859,-0.7720,0.0000,19.2579,0.0000,19.2579,6.8057,12.4522,0.0000,12.4522,-0.0859,12.5381,0.0000,9.5919,11.5192,-8.5731,1.3090,6350.9825,6350.9825,6350.9825,6350.9825,6350.9825 +914.5000,1.0000,12119.5063,62.1315,62.2750,-0.0797,0.0000,5,1689.3265,128.4112,693.9884,-106.6546,22.7167,122.7706,-18.8678,-0.2572,13.7467,0.0000,0.0000,9.2272,13.7583,-0.7439,0.0000,14.5022,0.0000,14.5022,6.7790,7.7232,0.0000,7.7232,-0.1221,7.8453,0.0000,8.5645,11.4742,-12.1933,1.2949,5429.7766,5429.7766,5429.7766,5429.7766,5429.7766 +915.5000,1.0000,12136.5640,61.8030,61.9880,-0.1028,0.0000,5,1675.2120,120.6629,682.3684,-106.1520,21.1676,119.7064,-18.6220,-1.1970,13.5449,0.0000,0.0000,8.8197,13.4912,-0.7370,0.0000,14.2281,0.0000,14.2281,6.7432,7.4849,0.0000,7.4849,-0.1566,7.6415,0.0000,11.8645,11.4135,-15.6364,0.9886,5118.9350,5118.9350,5118.9350,5118.9350,5118.9350 +916.5000,1.0000,12153.5079,61.3930,61.6180,-0.1250,0.0000,5,1666.8955,94.4018,677.6312,-105.8558,16.4785,118.2852,-18.4779,0.3397,9.2747,0.0000,0.0000,6.8641,9.3273,-0.7090,0.0000,10.0363,0.0000,10.0363,6.6985,3.3378,0.0000,3.3378,-0.1892,3.5270,0.0000,11.0804,11.3378,-18.8911,1.0873,4368.2622,4368.2622,4368.2622,4368.2622,4368.2622 +917.5000,1.0000,12170.3285,60.9495,61.1680,-0.1214,0.0000,5,1655.4895,89.5113,666.8171,-105.4496,15.5179,115.6011,-18.2810,-1.4970,10.2435,0.0000,0.0000,6.7714,10.1889,-0.7058,0.0000,10.8947,0.0000,10.8947,6.6501,4.2446,0.0000,4.2446,-0.1824,4.4270,0.0000,11.3840,11.2559,-18.2129,1.0852,4238.6326,4238.6326,4238.6326,4238.6326,4238.6326 +918.5000,1.0000,12187.0027,60.4220,60.7310,-0.1717,0.0000,5,1635.8820,41.3869,659.5714,-104.7513,7.0900,112.9906,-17.9449,-0.4906,0.7779,0.0000,0.0000,6.8026,0.7795,-0.6857,0.0000,1.4652,0.0000,1.4652,6.5925,-5.1273,0.0000,-5.1273,-0.2557,-4.8716,0.0000,9.5035,11.1584,-25.5335,1.1567,3259.1931,3259.1931,3259.1931,3259.1931,3259.1931 +919.5000,1.0000,12203.5400,59.9295,60.1130,-0.1019,0.0000,5,1626.6500,108.7767,642.2389,-104.4226,18.5293,109.4005,-17.7876,-0.4344,12.1980,0.0000,0.0000,6.7658,12.2027,-0.6989,0.0000,12.9016,0.0000,12.9016,6.5388,6.3628,0.0000,6.3628,-0.1506,6.5134,0.0000,10.4854,11.0675,-15.0395,1.1299,4615.5331,4615.5331,4615.5331,4615.5331,4615.5331 +920.5000,1.0000,12219.9718,59.5495,59.7460,-0.1092,0.0000,5,1617.8380,109.2445,659.8227,-104.1087,18.5082,111.7869,-17.6381,-0.4434,12.2542,0.0000,0.0000,6.6974,12.2608,-0.6928,0.0000,12.9537,0.0000,12.9537,6.4973,6.4563,0.0000,6.4563,-0.1603,6.6166,0.0000,11.6222,10.9973,-16.0029,1.0906,4602.5317,4602.5317,4602.5317,4602.5317,4602.5317 +921.5000,1.0000,12236.3301,59.2850,59.3530,-0.0378,0.0000,5,1605.1350,171.8995,656.4017,-103.6563,28.8945,110.3341,-17.4235,-0.8122,23.0574,0.0000,0.0000,6.6493,22.9654,-0.7425,0.0000,23.7079,0.0000,23.7079,6.4685,17.2395,0.0000,17.2395,-0.0552,17.2947,0.0000,11.8595,10.9485,-5.5133,1.1008,6433.9123,6433.9123,6433.9123,6433.9123,6433.9123 +922.5000,1.0000,12252.6959,59.3120,59.2170,0.0528,0.0000,5,1603.0365,252.8886,674.8845,-103.5816,42.4523,113.2926,-17.3882,0.6046,35.1320,0.0000,0.0000,6.7158,35.2102,-0.8048,0.0000,36.0150,0.0000,36.0150,6.4714,29.5436,0.0000,29.5436,0.0772,29.4664,0.0000,10.8070,10.9535,7.7059,1.1004,8933.7487,8933.7487,8933.7487,8933.7487,8933.7487 +923.5000,1.0000,12269.1360,59.5795,59.4070,0.0958,0.0000,5,1609.2925,290.0812,700.8294,-103.8044,48.8859,118.1071,-17.4936,0.0113,42.0937,0.0000,0.0000,6.7809,41.9751,-0.8434,0.0000,42.8185,0.0000,42.8185,6.5006,36.3179,0.0000,36.3179,0.1408,36.1772,0.0000,11.1189,11.0029,14.0554,1.1392,10133.9358,10133.9358,10133.9358,10133.9358,10133.9358 +924.5000,1.0000,12285.6778,59.9455,59.7520,0.1075,0.0000,5,1613.3745,312.5842,713.0965,-103.9498,52.8118,120.4792,-17.5625,0.3931,45.7300,0.0000,0.0000,6.6887,45.6949,-0.8683,0.0000,46.5632,0.0000,46.5632,6.5405,40.0227,0.0000,40.0227,0.1589,39.8638,0.0000,12.9300,11.0705,15.8633,1.0898,10888.5273,10888.5273,10888.5273,10888.5273,10888.5273 +925.5000,1.0000,12302.3264,60.3300,60.1390,0.1061,0.0000,5,1628.4430,309.5314,722.2915,-104.4864,52.7844,123.1725,-17.8181,1.1101,44.8616,0.0000,0.0000,6.8127,45.0249,-0.8713,0.0000,45.8962,0.0000,45.8962,6.5825,39.3137,0.0000,39.3137,0.1578,39.1559,0.0000,12.2556,11.1415,15.7588,1.1303,10900.6514,10900.6514,10900.6514,10900.6514,10900.6514 +926.5000,1.0000,12319.0424,60.5730,60.5210,0.0289,0.0000,5,1642.4810,252.8614,724.3342,-104.9863,43.4922,124.5856,-18.0577,0.2962,36.3546,0.0000,0.0000,6.8414,36.3884,-0.8318,0.0000,37.2202,0.0000,37.2202,6.6090,30.6112,0.0000,30.6112,0.0431,30.5680,0.0000,15.0740,11.1863,4.3076,1.1204,9134.4534,9134.4534,9134.4534,9134.4534,9134.4534 +927.5000,1.0000,12335.7670,60.6035,60.6250,-0.0119,0.0000,5,1642.5190,208.7304,708.6652,-104.9877,35.9025,121.8934,-18.0583,-0.2924,29.3662,0.0000,0.0000,6.8288,29.3247,-0.7966,0.0000,30.1214,0.0000,30.1214,6.6123,23.5090,0.0000,23.5090,-0.0178,23.5269,0.0000,14.1169,11.1920,-1.7819,1.1204,7748.4931,7748.4931,7748.4931,7748.4931,7748.4931 +928.5000,1.0000,12352.4510,60.4575,60.5820,-0.0692,0.0000,5,1643.5875,171.4388,696.0908,-105.0257,29.5074,119.8084,-18.0766,0.4005,22.2528,0.0000,0.0000,6.8542,22.3525,-0.7590,0.0000,23.1115,0.0000,23.1115,6.5964,16.5151,0.0000,16.5151,-0.1031,16.6182,0.0000,15.7470,11.1650,-10.2938,1.1080,6568.6287,6568.6287,6568.6287,6568.6287,6568.6287 +929.5000,1.0000,12369.0604,60.1890,60.3330,-0.0800,0.0000,5,1638.8190,158.4973,684.2003,-104.8559,27.2008,117.4202,-17.9950,-0.8792,21.2674,0.0000,0.0000,6.8126,21.2047,-0.7487,0.0000,21.9534,0.0000,21.9534,6.5671,15.3863,0.0000,15.3863,-0.1187,15.5050,0.0000,16.2428,11.1154,-11.8532,1.1322,6136.9306,6136.9306,6136.9306,6136.9306,6136.9306 +930.5000,1.0000,12385.5854,59.8850,60.0450,-0.0889,0.0000,5,1631.7615,145.5353,678.5649,-104.6046,24.8687,115.9516,-17.8746,0.1682,17.8960,0.0000,0.0000,6.8046,17.9624,-0.7272,0.0000,18.6896,0.0000,18.6896,6.5339,12.1556,0.0000,12.1556,-0.1312,12.2869,0.0000,14.3313,11.0593,-13.1037,1.1183,5728.4201,5728.4201,5728.4201,5728.4201,5728.4201 +931.5000,1.0000,12402.0309,59.5990,59.7250,-0.0700,0.0000,5,1616.1210,146.4328,670.6724,-104.0476,24.7823,113.5045,-17.6090,-1.7189,19.7707,0.0000,0.0000,6.7304,19.6003,-0.7307,0.0000,20.3310,0.0000,20.3310,6.5027,13.8283,0.0000,13.8283,-0.1029,13.9312,0.0000,13.1946,11.0065,-10.2699,1.1279,5707.3505,5707.3505,5707.3505,5707.3505,5707.3505 +932.5000,1.0000,12418.4220,59.4030,59.4730,-0.0389,0.0000,5,1602.1210,184.1552,667.1280,-103.5490,30.8964,111.9265,-17.3728,0.3265,23.8268,0.0000,0.0000,6.7431,23.9043,-0.7492,0.0000,24.6535,0.0000,24.6535,6.4813,18.1722,0.0000,18.1722,-0.0570,18.2291,0.0000,12.9456,10.9703,-5.6867,1.1253,6790.5227,6790.5227,6790.5227,6790.5227,6790.5227 +933.5000,1.0000,12434.8058,59.3770,59.3330,0.0244,0.0000,5,1605.3635,239.3390,679.0598,-103.6645,40.2361,114.1590,-17.4274,-0.0075,33.4890,0.0000,0.0000,6.7546,33.4626,-0.7971,0.0000,34.2597,0.0000,34.2597,6.4785,27.7812,0.0000,27.7812,0.0358,27.7454,0.0000,13.2070,10.9655,3.5730,1.1384,8520.0467,8520.0467,8520.0467,8520.0467,8520.0467 +934.5000,1.0000,12451.2393,59.5555,59.4210,0.0747,0.0000,5,1601.5485,296.2686,695.4009,-103.5286,49.6883,116.6283,-17.3632,-0.3677,43.3460,0.0000,0.0000,6.7100,43.1473,-0.8489,0.0000,43.9963,0.0000,43.9963,6.4980,37.4983,0.0000,37.4983,0.1097,37.3886,0.0000,15.4354,10.9984,10.9547,1.1377,10288.7096,10288.7096,10288.7096,10288.7096,10288.7096 +935.5000,1.0000,12467.7723,59.9140,59.6900,0.1244,0.0000,5,1608.7585,365.0878,713.8430,-103.7854,61.5059,120.2603,-17.4846,1.0817,53.6605,0.0000,0.0000,6.7637,53.8245,-0.9088,0.0000,54.7333,0.0000,54.7333,6.5371,48.1962,0.0000,48.1962,0.1838,48.0124,0.0000,18.5936,11.0646,18.3541,1.1265,12502.5158,12502.5158,12502.5158,12502.5158,12502.5158 +936.5000,1.0000,12484.3928,60.2290,60.1380,0.0506,0.0000,5,1631.1515,291.8808,737.7165,-104.5829,49.8573,126.0122,-17.8642,1.1464,41.8548,0.0000,0.0000,6.8561,42.0848,-0.8548,0.0000,42.9396,0.0000,42.9396,6.5715,36.3682,0.0000,36.3682,0.0751,36.2931,0.0000,17.6747,11.1228,7.4956,1.1308,10349.3771,10349.3771,10349.3771,10349.3771,10349.3771 +937.5000,1.0000,12501.0560,60.3825,60.3200,0.0347,0.0000,5,1641.1080,265.0272,719.1733,-104.9374,45.5466,123.5946,-18.0342,-0.1500,38.8995,0.0000,0.0000,6.7971,38.8240,-0.8409,0.0000,39.6649,0.0000,39.6649,6.5882,33.0767,0.0000,33.0767,0.0517,33.0250,0.0000,16.7127,11.1512,5.1612,1.1076,9522.1420,9522.1420,9522.1420,9522.1420,9522.1420 +938.5000,1.0000,12517.7139,60.3635,60.4450,-0.0453,0.0000,5,1635.3475,178.9147,710.8623,-104.7323,30.6397,121.7374,-17.9357,-0.4291,24.2934,0.0000,0.0000,6.7754,24.2627,-0.7670,0.0000,25.0297,0.0000,25.0297,6.5861,18.4436,0.0000,18.4436,-0.0674,18.5110,0.0000,14.0914,11.1476,-6.7280,1.1190,6765.0035,6765.0035,6765.0035,6765.0035,6765.0035 +939.5000,1.0000,12534.2939,60.0830,60.2820,-0.1106,0.0000,5,1624.2850,121.9554,682.8012,-104.3383,20.7440,116.1409,-17.7474,-0.6773,14.6844,0.0000,0.0000,6.7369,14.6716,-0.7139,0.0000,15.3855,0.0000,15.3855,6.5555,8.8300,0.0000,8.8300,-0.1638,8.9937,0.0000,14.2495,11.0958,-16.3516,1.1169,5001.6798,5001.6798,5001.6798,5001.6798,5001.6798 +940.5000,1.0000,12550.7065,59.4805,59.8840,-0.2242,0.0000,5,1611.8490,12.8342,662.2073,-103.8954,2.1663,111.7756,-17.5368,-0.5589,-3.9741,0.0000,0.0000,6.6993,-3.9872,-0.6813,0.0000,-3.3060,0.0000,-3.3060,6.4898,-9.7957,0.0000,-9.7957,-0.3287,-9.4670,0.0000,12.3712,10.9846,-32.8227,1.1146,2662.0345,2662.0345,2662.0345,2662.0345,2662.0345 +941.5000,1.0000,12566.8949,58.6735,59.0770,-0.2242,0.0000,5,1608.3390,16.0726,627.6214,-103.7704,2.7070,105.7071,-17.4775,0.2110,-4.2511,0.0000,0.0000,6.7472,-4.2862,-0.6682,0.0000,-3.6180,0.0000,-3.6180,6.4017,-10.0198,0.0000,-10.0198,-0.3243,-9.6955,0.0000,11.8464,10.8355,-32.3774,1.1265,2714.1731,2714.1731,2714.1731,2714.1731,2714.1731 +942.5000,1.0000,12582.8832,57.9530,58.2700,-0.1761,0.0000,5,1591.0200,42.9503,622.5142,-102.9409,7.1560,103.7179,-17.1511,-1.9009,2.4227,0.0000,0.0000,6.6342,2.4062,-0.6393,0.0000,3.0456,0.0000,3.0456,6.3231,-3.2775,0.0000,-3.2775,-0.2516,-3.0259,0.0000,11.3958,10.7025,-25.1242,1.1357,3171.1464,3171.1464,3171.1464,3171.1464,3171.1464 +943.5000,1.0000,12598.6993,57.3330,57.6360,-0.1683,0.0000,5,1565.0035,78.0958,621.6462,-101.3979,12.7989,101.8796,-16.6178,-0.6306,6.8630,0.0000,0.0000,6.5665,6.8705,-0.6293,0.0000,7.4998,0.0000,7.4998,6.2555,1.2443,0.0000,1.2443,-0.2379,1.4823,0.0000,14.6520,10.5880,-23.7577,1.1183,3751.8427,3751.8427,3751.8427,3751.8427,3751.8427 +944.5000,1.0000,12614.3419,56.7085,57.0300,-0.1786,0.0000,5,1557.2595,46.3536,630.2732,-100.9386,7.5592,102.7823,-16.4606,-0.1131,1.1025,0.0000,0.0000,6.5697,1.1080,-0.6217,0.0000,1.7297,0.0000,1.7297,6.1873,-4.4577,0.0000,-4.4577,-0.2497,-4.2080,0.0000,10.2530,10.4727,-24.9337,1.1168,3130.8437,3130.8437,3130.8437,3130.8437,3130.8437 +945.5000,1.0000,12629.7922,56.0160,56.3870,-0.2061,0.0000,5,1536.1640,-45.3742,612.5759,-99.6875,-7.2992,98.5431,-16.0364,-1.8785,-11.8757,0.0000,0.0000,6.4550,-11.7999,-0.6423,0.0000,-11.1576,0.0000,-11.1576,6.1118,-17.2694,0.0000,-17.2694,-0.2847,-16.9847,0.0000,1.0917,10.3448,-28.4212,1.1128,1190.7387,1190.7387,1190.7387,1190.7387,1190.7387 +946.5000,1.0000,12645.0280,55.2440,55.6450,-0.2228,0.0000,5,1505.0735,-61.3420,569.4649,-97.8436,-9.6682,89.7539,-15.4212,-1.0331,-15.0099,0.0000,0.0000,6.3749,-15.0074,-0.6376,0.0000,-14.3697,0.0000,-14.3697,6.0276,-20.3973,0.0000,-20.3973,-0.3034,-20.0939,0.0000,0.0000,10.2022,-30.2961,1.1032,749.0302,749.0302,749.0302,749.0302,749.0302 +947.5000,1.0000,12660.0297,54.4015,54.8430,-0.2453,0.0000,5,1482.6045,-80.7258,555.4835,-96.5110,-12.5333,86.2432,-14.9841,-1.0281,-17.8159,0.0000,0.0000,6.3106,-17.8249,-0.6309,0.0000,-17.1939,0.0000,-17.1939,5.9356,-23.1296,0.0000,-23.1296,-0.3290,-22.8006,0.0000,0.0000,10.0466,-32.8472,1.0949,265.7346,265.7346,265.7346,265.7346,265.7346 +948.5000,1.0000,12674.7855,53.5160,53.9600,-0.2467,0.0000,5,1459.0675,-82.7064,539.6333,-95.1150,-12.6370,82.4523,-14.5329,-1.0972,-17.7170,0.0000,0.0000,6.1773,-17.7153,-0.6164,0.0000,-17.0989,0.0000,-17.0989,5.8390,-22.9379,0.0000,-22.9379,-0.3255,-22.6124,0.0000,0.0000,9.8831,-32.4955,1.0583,192.1635,192.1635,192.1635,192.1635,192.1635 +949.5000,1.0000,12689.2772,52.5650,53.0720,-0.2817,0.0000,5,1434.5770,-93.6626,529.9180,-93.6626,-14.0708,79.6088,-14.0708,-1.0788,-19.1186,0.0000,0.0000,6.1266,-19.1400,-0.6048,0.0000,-18.5352,0.0000,-18.5352,5.7353,-24.2705,2.8341,-27.1045,-0.3650,-26.7395,0.0000,0.0000,9.7075,-36.4470,1.0793,0.0000,0.0000,0.0000,0.0000,0.0000 +950.5000,1.0000,12703.4971,51.5870,52.0580,-0.2617,0.0000,5,1409.0185,-92.1467,516.4904,-92.1467,-13.5964,76.2092,-13.5964,-1.1520,-18.4546,0.0000,0.0000,6.0102,-18.4487,-0.5877,0.0000,-17.8609,0.0000,-17.8609,5.6285,-23.4895,0.5455,-24.0350,-0.3328,-23.7022,0.0000,0.0000,9.5268,-33.2290,1.0577,0.0000,0.0000,0.0000,0.0000,0.0000 +951.5000,1.0000,12717.4625,50.6705,51.1160,-0.2475,0.0000,5,1386.8925,-79.8180,509.3929,-90.8345,-11.5924,73.9817,-13.1924,-0.7506,-16.8229,0.0000,0.0000,5.9811,-16.8642,-0.5695,0.0000,-16.2947,0.0000,-16.2947,5.5286,-21.8232,0.0000,-21.8232,-0.3092,-21.5140,0.0000,0.0000,9.3576,-30.8716,1.0795,160.3957,160.3957,160.3957,160.3957,160.3957 +952.5000,1.0000,12731.1749,49.7595,50.2250,-0.2586,0.0000,5,1366.5215,-89.6263,507.4281,-89.6263,-12.8257,72.6139,-12.8257,-0.9700,-17.7452,0.0000,0.0000,5.8895,-17.7613,-0.5578,0.0000,-17.2035,0.0000,-17.2035,5.4292,-22.6326,0.1729,-22.8055,-0.3173,-22.4883,0.0000,0.0000,9.1893,-31.6776,1.0453,0.0000,0.0000,0.0000,0.0000,0.0000 +953.5000,1.0000,12744.6248,48.8150,49.2940,-0.2661,0.0000,5,1337.6820,-87.9159,493.5693,-87.9159,-12.3154,69.1400,-12.3154,-1.4196,-16.7067,0.0000,0.0000,5.8109,-16.6543,-0.5407,0.0000,-16.1136,0.0000,-16.1136,5.3261,-21.4397,1.8432,-23.2829,-0.3203,-22.9627,0.0000,0.0000,9.0149,-31.9776,1.0369,0.0000,0.0000,0.0000,0.0000,0.0000 +954.5000,1.0000,12757.7954,47.8090,48.3360,-0.2928,0.0000,5,1308.3085,-86.1738,484.7272,-86.1738,-11.8063,66.4104,-11.8063,-0.9716,-16.5794,0.0000,0.0000,5.7446,-16.6092,-0.5255,0.0000,-16.0837,0.0000,-16.0837,5.2163,-21.3000,4.6729,-25.9729,-0.3451,-25.6278,0.0000,0.0000,8.8291,-34.4570,1.0441,0.0000,0.0000,0.0000,0.0000,0.0000 +955.5000,1.0000,12770.7202,46.9245,47.2820,-0.1986,0.0000,5,1285.5725,-37.5632,478.4784,-84.8254,-5.0569,64.4151,-11.4196,-0.8403,-9.8885,0.0000,0.0000,5.6719,-9.8819,-0.4957,0.0000,-9.3862,0.0000,-9.3862,5.1198,-14.5060,0.0000,-14.5060,-0.2298,-14.2763,0.0000,0.0000,8.6658,-22.9421,1.0396,885.0605,885.0605,885.0605,885.0605,885.0605 +956.5000,1.0000,12783.4213,46.1190,46.5670,-0.2489,0.0000,5,1257.4195,-83.1557,491.2551,-83.1557,-10.9497,64.6868,-10.9497,-1.3521,-15.1941,0.0000,0.0000,5.5965,-15.1295,-0.4970,0.0000,-14.6325,0.0000,-14.6325,5.0319,-19.6644,0.3578,-20.0222,-0.2830,-19.7392,0.0000,0.0000,8.5170,-28.2563,1.0340,0.0000,0.0000,0.0000,0.0000,0.0000 +957.5000,1.0000,12795.8572,45.1645,45.6710,-0.2814,0.0000,5,1229.6100,-81.5064,462.6931,-81.5064,-10.4951,59.5784,-10.4951,-0.7778,-15.2526,0.0000,0.0000,5.5352,-15.2964,-0.4836,0.0000,-14.8127,0.0000,-14.8127,4.9278,-19.7405,3.5168,-23.2574,-0.3133,-22.9440,0.0000,0.0000,8.3408,-31.2848,1.0419,0.0000,0.0000,0.0000,0.0000,0.0000 +958.5000,1.0000,12808.0464,44.2760,44.6580,-0.2122,0.0000,5,1211.0320,-47.1017,458.3025,-80.4046,-5.9734,58.1215,-10.1968,-0.6156,-10.7951,0.0000,0.0000,5.4373,-10.8146,-0.4598,0.0000,-10.3548,0.0000,-10.3548,4.8309,-15.1857,0.0000,-15.1857,-0.2317,-14.9540,0.0000,0.0000,8.1767,-23.1307,0.9982,569.6294,569.6294,569.6294,569.6294,569.6294 +959.5000,1.0000,12820.0053,43.4475,43.8940,-0.2481,0.0000,5,1194.2090,-77.0434,469.1989,-79.4048,-9.6348,58.6767,-9.9302,-0.6267,-14.4437,0.0000,0.0000,5.4355,-14.4892,-0.4573,0.0000,-14.0319,0.0000,-14.0319,4.7405,-18.7724,0.0000,-18.7724,-0.2657,-18.5067,0.0000,0.0000,8.0237,-26.5304,0.9949,0.0000,0.0000,0.0000,0.0000,0.0000 +960.5000,1.0000,12831.6168,42.1965,43.0010,-0.4469,0.0000,5,1165.1790,-77.6731,446.1459,-77.6731,-9.4775,54.4375,-9.4775,-1.4658,-13.5301,0.0000,0.0000,5.5184,-13.5506,-0.4376,0.0000,-13.1130,0.0000,-13.1130,4.6040,-17.7170,21.3811,-39.0981,-0.4650,-38.6331,0.0000,0.0000,7.7927,-46.4258,1.1551,0.0000,0.0000,0.0000,0.0000,0.0000 +961.5000,1.0000,12842.8590,40.8670,41.3920,-0.2917,0.0000,5,1123.1025,-75.1632,432.9119,-75.1632,-8.8400,50.9152,-8.8400,-1.4892,-12.7335,0.0000,0.0000,5.3826,-12.6512,-0.4172,0.0000,-12.2340,0.0000,-12.2340,4.4589,-16.6929,5.3958,-22.0887,-0.2939,-21.7948,0.0000,0.0000,7.5471,-29.3419,1.1217,0.0000,0.0000,0.0000,0.0000,0.0000 +962.5000,1.0000,12853.8433,39.9385,40.3420,-0.2242,0.0000,5,1091.9360,-55.5651,425.3843,-73.2078,-6.3537,48.6415,-8.3711,-0.6421,-10.9123,0.0000,0.0000,5.2006,-10.9270,-0.4005,0.0000,-10.5265,0.0000,-10.5265,4.3576,-14.8841,0.0000,-14.8841,-0.2207,-14.6634,0.0000,0.0000,7.3757,-22.0390,1.0098,253.3229,253.3229,253.3229,253.3229,253.3229 +963.5000,1.0000,12864.6075,39.1460,39.5350,-0.2161,0.0000,5,1073.7775,-47.5835,430.0446,-71.9080,-5.3506,48.3567,-8.0857,-0.5660,-9.9016,0.0000,0.0000,5.1171,-9.9211,-0.3875,0.0000,-9.5336,0.0000,-9.5336,4.2711,-13.8047,0.0000,-13.8047,-0.2086,-13.5961,0.0000,0.0000,7.2293,-20.8254,0.9824,388.1323,388.1323,388.1323,388.1323,388.1323 +964.5000,1.0000,12875.2887,38.8475,38.7570,0.0503,0.0000,5,1056.0770,185.5187,428.8958,-70.6410,20.5169,47.4325,-7.8123,-0.5913,16.0337,0.0000,0.0000,5.0745,15.8583,-0.4106,0.0000,16.2689,0.0000,16.2689,4.2386,12.0304,0.0000,12.0304,0.0482,11.9822,0.0000,0.0000,7.1742,4.8080,0.9898,4410.5200,4410.5200,4410.5200,4410.5200,4410.5200 +965.5000,1.0000,12886.1348,39.4410,38.9380,0.2794,0.0000,5,1056.8020,400.7275,543.8186,-70.6928,44.3477,60.1833,-7.8234,0.6387,38.5892,0.0000,0.0000,5.1198,38.4581,-0.5322,0.0000,38.9903,0.0000,38.9903,4.3033,34.6869,0.0000,34.6869,0.2717,34.4152,0.0000,0.0000,7.2838,27.1314,0.9668,8965.7762,8965.7762,8965.7762,8965.7762,8965.7762 +966.5000,1.0000,12897.3050,40.6080,39.9440,0.3689,0.0000,5,1074.5405,486.3966,649.3509,-71.9626,54.7321,73.0686,-8.0976,0.5211,49.0495,0.0000,0.0000,5.1615,48.6150,-0.5983,0.0000,49.2133,0.0000,49.2133,4.4693,44.7440,0.0000,44.7440,0.3693,44.3747,0.0000,0.0000,7.4993,36.8754,0.9941,10899.8573,10899.8573,10899.8573,10899.8573,10899.8573 +967.5000,1.0000,12908.9019,42.1440,41.2720,0.4844,0.0000,5,1101.9305,601.6860,692.6317,-73.9002,69.4309,79.9255,-8.5276,1.3191,62.8631,0.0000,0.0000,5.2486,62.6783,-0.6891,0.0000,63.3675,0.0000,63.3675,4.8227,58.5448,0.0000,58.5448,0.5034,58.0414,0.0000,0.0000,7.7830,50.2584,0.9891,13760.0349,13760.0349,13760.0349,13760.0349,13760.0349 +968.5000,1.0000,12920.9891,43.9090,43.0160,0.4961,0.0000,5,1149.0045,612.3717,747.1956,-76.7083,73.6827,89.9052,-9.2298,1.9461,66.3437,0.0000,0.0000,5.3929,66.5821,-0.7323,0.0000,67.3144,0.0000,67.3144,5.0441,62.2703,0.0000,62.2703,0.5371,61.7332,0.0000,0.0000,8.1089,53.6243,1.0118,14539.2359,14539.2359,14539.2359,14539.2359,14539.2359 +969.5000,1.0000,12933.5402,45.5790,44.8020,0.4317,0.0000,5,1202.8685,546.7517,757.1179,-79.9204,68.8711,95.3697,-10.0671,1.9415,61.4396,0.0000,0.0000,5.4900,61.7297,-0.7305,0.0000,62.4602,0.0000,62.4602,5.1247,57.3355,0.0000,57.3355,0.4851,56.8504,0.0000,0.0000,8.4173,48.4331,1.0099,13654.6222,13654.6222,13654.6222,13654.6222,13654.6222 +970.5000,1.0000,12946.5224,47.1310,46.3560,0.4306,0.0000,5,1251.6210,541.1749,735.7097,-82.8118,70.9315,96.4291,-10.8541,1.7270,63.5985,0.0000,0.0000,5.6060,63.6928,-0.7620,0.0000,64.4549,0.0000,64.4549,5.2972,59.1576,0.0000,59.1576,0.5003,58.6573,0.0000,0.0000,8.7039,49.9534,0.9929,14022.5549,14022.5549,14022.5549,14022.5549,14022.5549 +971.5000,1.0000,12959.8979,48.5470,47.9060,0.3561,0.0000,5,1290.0740,470.5669,740.0032,-85.0924,63.5718,99.9717,-11.4957,1.2663,56.5683,0.0000,0.0000,5.7372,56.5228,-0.7460,0.0000,57.2688,0.0000,57.2688,5.3195,51.9493,0.0000,51.9493,0.4262,51.5230,0.0000,0.0000,8.9654,42.5576,1.0272,12663.5414,12663.5414,12663.5414,12663.5414,12663.5414 +972.5000,1.0000,12973.6402,49.8675,49.1880,0.3775,0.0000,5,1327.2680,490.7339,716.5853,-87.2983,68.2077,99.5990,-12.1337,1.7288,60.5917,0.0000,0.0000,5.8871,60.7325,-0.7864,0.0000,61.5189,0.0000,61.5189,5.5046,56.0142,0.0000,56.0142,0.4641,55.5501,0.0000,0.0000,9.2093,46.3408,1.0480,13538.8020,13538.8020,13538.8020,13538.8020,13538.8020 +973.5000,1.0000,12987.7559,51.2115,50.5470,0.3692,0.0000,5,1368.6200,480.6829,730.1070,-89.7508,68.8922,104.6401,-12.8632,1.6929,61.1854,0.0000,0.0000,6.0139,61.2906,-0.8091,0.0000,62.0997,0.0000,62.0997,5.6368,56.4628,0.0000,56.4628,0.4661,55.9967,0.0000,0.0000,9.4575,46.5392,1.0741,13654.9475,13654.9475,13654.9475,13654.9475,13654.9475 +974.5000,1.0000,13002.2060,52.4155,51.8760,0.2997,0.0000,5,1403.1815,415.1887,732.4834,-91.8006,61.0082,107.6317,-13.4893,1.2425,53.6713,0.0000,0.0000,6.0943,53.6704,-0.7887,0.0000,54.4591,0.0000,54.4591,5.7189,48.7402,0.0000,48.7402,0.3873,48.3529,0.0000,0.0000,9.6798,38.6730,1.0983,12218.7321,12218.7321,12218.7321,12218.7321,12218.7321 +975.5000,1.0000,13016.9474,53.4640,52.9550,0.2828,0.0000,5,1430.9910,399.5095,713.5587,-93.4499,59.8677,106.9289,-14.0037,1.1767,52.5058,0.0000,0.0000,6.1852,52.4973,-0.7988,0.0000,53.2961,0.0000,53.2961,5.8333,47.4628,0.0000,47.4628,0.3727,47.0900,0.0000,0.0000,9.8735,37.2165,1.0923,12043.4266,12043.4266,12043.4266,12043.4266,12043.4266 +976.5000,1.0000,13031.9553,54.4235,53.9730,0.2503,0.0000,5,1458.6100,370.2495,713.0388,-95.0879,56.5539,108.9133,-14.5242,1.2746,48.9868,0.0000,0.0000,6.2925,49.0586,-0.7963,0.0000,49.8549,0.0000,49.8549,5.9380,43.9168,0.0000,43.9168,0.3358,43.5810,0.0000,0.0000,10.0507,33.5303,1.1006,11425.5295,11425.5295,11425.5295,11425.5295,11425.5295 +977.5000,1.0000,13047.2236,55.3610,54.8740,0.2706,0.0000,5,1482.7955,386.2254,707.8068,-96.5223,59.9723,109.9068,-14.9878,0.9066,52.7846,0.0000,0.0000,6.2811,52.6756,-0.8292,0.0000,53.5048,0.0000,53.5048,6.0403,47.4645,0.0000,47.4645,0.3693,47.0952,0.0000,0.0000,10.2238,36.8714,1.0370,12111.1833,12111.1833,12111.1833,12111.1833,12111.1833 +978.5000,1.0000,13062.7649,56.3440,55.8480,0.2756,0.0000,5,1510.7575,393.6686,718.7980,-98.1807,62.2808,113.7183,-15.5328,1.6705,54.1351,0.0000,0.0000,6.4752,54.3023,-0.8530,0.0000,55.1553,0.0000,55.1553,6.1476,49.0077,0.0000,49.0077,0.3828,48.6249,0.0000,0.0000,10.4053,38.2196,1.1199,12564.4362,12564.4362,12564.4362,12564.4362,12564.4362 +979.5000,1.0000,13078.5838,57.3430,56.8400,0.2794,0.0000,5,1536.5070,393.2614,726.8604,-99.7078,63.2768,116.9538,-16.0433,0.7307,56.0182,0.0000,0.0000,6.5278,55.8110,-0.8767,0.0000,56.6877,0.0000,56.6877,6.2566,50.4311,0.0000,50.4311,0.3951,50.0360,0.0000,0.0000,10.5898,39.4462,1.1129,12774.3950,12774.3950,12774.3950,12774.3950,12774.3950 +980.5000,1.0000,13094.6554,58.2530,57.8460,0.2261,0.0000,5,1557.1450,347.9873,731.5256,-100.9318,56.7441,119.2854,-16.4583,1.2330,48.9428,0.0000,0.0000,6.5684,49.0056,-0.8571,0.0000,49.8627,0.0000,49.8627,6.3559,43.5068,0.0000,43.5068,0.3247,43.1821,0.0000,0.0000,10.7579,32.4242,1.1042,11532.6654,11532.6654,11532.6654,11532.6654,11532.6654 +981.5000,1.0000,13110.9428,59.0295,58.6600,0.2053,0.0000,5,1589.2655,330.1288,723.6863,-102.8368,54.9425,120.4413,-17.1149,1.8765,46.3431,0.0000,0.0000,6.7229,46.6120,-0.8577,0.0000,47.4697,0.0000,47.4697,6.4406,41.0292,0.0000,41.0292,0.2988,40.7304,0.0000,0.0000,10.9013,29.8291,1.1354,11250.2877,11250.2877,11250.2877,11250.2877,11250.2877 +982.5000,1.0000,13127.4070,59.6665,59.3990,0.1486,0.0000,5,1612.0395,272.0295,723.7886,-103.9022,45.9220,122.1845,-17.5400,0.3512,38.8352,0.0000,0.0000,6.7356,38.7469,-0.8285,0.0000,39.5755,0.0000,39.5755,6.5101,33.0654,0.0000,33.0654,0.2186,32.8468,0.0000,0.0000,11.0189,21.8279,1.1021,9580.9694,9580.9694,9580.9694,9580.9694,9580.9694 +983.5000,1.0000,13143.9410,59.9175,59.9340,-0.0092,0.0000,5,1623.3310,135.6060,709.4429,-104.3044,23.0523,120.6016,-17.7312,0.7720,15.4438,0.0000,0.0000,6.8365,15.5217,-0.7154,0.0000,16.2372,0.0000,16.2372,6.5375,9.6997,0.0000,9.6997,-0.0135,9.7132,0.0000,0.0000,11.0653,-1.3521,1.1544,5406.2308,5406.2308,5406.2308,5406.2308,5406.2308 +984.5000,1.0000,13160.3966,59.6350,59.9010,-0.1478,0.0000,5,1631.0750,10.1491,671.2271,-104.5801,1.7335,114.6495,-17.8629,0.0000,-5.0555,0.0000,0.0000,6.7890,-5.0782,-0.6866,0.0000,-4.3915,0.0000,-4.3915,6.5066,-10.8982,0.0000,-10.8982,-0.2173,-10.6809,0.0000,0.0000,11.0131,-21.6940,1.1182,2659.5921,2659.5921,2659.5921,2659.5921,2659.5921 +985.5000,1.0000,13176.7415,59.2370,59.3690,-0.0733,0.0000,5,1617.5710,67.2861,629.8759,-104.0992,11.3977,106.6957,-17.6335,-1.3414,5.9831,0.0000,0.0000,6.7561,5.9464,-0.6558,0.0000,6.6021,0.0000,6.6021,6.4632,0.1389,0.0000,0.1389,-0.1071,0.2460,0.0000,0.0000,10.9396,-10.6936,1.1407,3700.5784,3700.5784,3700.5784,3700.5784,3700.5784 +986.5000,1.0000,13193.0452,59.0885,59.1050,-0.0092,0.0000,5,1603.0370,130.7880,642.8162,-103.5816,21.9553,107.9093,-17.3882,-0.1014,15.3175,0.0000,0.0000,6.7393,15.3119,-0.7006,0.0000,16.0125,0.0000,16.0125,6.4470,9.5655,0.0000,9.5655,-0.0134,9.5788,0.0000,0.0000,10.9122,-1.3333,1.1255,5200.3153,5200.3153,5200.3153,5200.3153,5200.3153 +987.5000,1.0000,13209.3760,59.1860,59.0720,0.0633,0.0000,5,1605.9740,196.8894,662.9037,-103.6862,33.1123,111.4853,-17.4377,0.3912,25.9376,0.0000,0.0000,6.7834,25.9517,-0.7560,0.0000,26.7077,0.0000,26.7077,6.4577,20.2500,0.0000,20.2500,0.0924,20.1576,0.0000,0.0000,10.9302,9.2274,1.1260,7188.2987,7188.2987,7188.2987,7188.2987,7188.2987 +988.5000,1.0000,13225.8037,59.5345,59.3000,0.1303,0.0000,5,1611.2000,254.6860,684.3323,-103.8723,42.9718,115.4636,-17.5258,0.1246,36.0754,0.0000,0.0000,6.7718,35.9619,-0.8123,0.0000,36.7742,0.0000,36.7742,6.4957,30.2785,0.0000,30.2785,0.1912,30.0873,0.0000,0.0000,10.9945,19.0927,1.1270,9031.9191,9031.9191,9031.9191,9031.9191,9031.9191 +989.5000,1.0000,13242.3827,60.0795,59.7690,0.1725,0.0000,5,1620.3935,295.7530,703.7309,-104.1997,50.1855,119.4141,-17.6814,0.7896,42.5747,0.0000,0.0000,6.8213,42.5632,-0.8547,0.0000,43.4179,0.0000,43.4179,6.5551,36.8627,0.0000,36.8627,0.2555,36.6072,0.0000,0.0000,11.0952,25.5120,1.1162,10401.9127,10401.9127,10401.9127,10401.9127,10401.9127 +990.5000,1.0000,13259.1411,60.7255,60.3900,0.1864,0.0000,5,1626.0395,305.3850,717.3529,-104.4008,52.0005,122.1497,-17.7772,-0.2285,45.4165,0.0000,0.0000,6.8126,45.1033,-0.8784,0.0000,45.9817,0.0000,45.9817,6.6256,39.3561,0.0000,39.3561,0.2791,39.0770,0.0000,0.0000,11.2145,27.8625,1.1173,10753.3709,10753.3709,10753.3709,10753.3709,10753.3709 +991.5000,1.0000,13276.0882,61.4045,61.0610,0.1908,0.0000,5,1643.5875,318.8753,723.1831,-105.0257,54.8836,124.4714,-18.0766,2.0022,45.9825,0.0000,0.0000,6.8988,46.2786,-0.8958,0.0000,47.1744,0.0000,47.1744,6.6997,40.4747,0.0000,40.4747,0.2889,40.1858,0.0000,0.0000,11.3399,28.8459,1.1080,11302.2033,11302.2033,11302.2033,11302.2033,11302.2033 +992.5000,1.0000,13293.2137,62.0470,61.7480,0.1661,0.0000,5,1681.0480,292.9098,733.7431,-106.3598,51.5635,129.1674,-18.7235,1.8194,42.7233,0.0000,0.0000,7.0208,42.9641,-0.8900,0.0000,43.8541,0.0000,43.8541,6.7698,37.0843,0.0000,37.0843,0.2541,36.8302,0.0000,0.0000,11.4585,25.3717,1.1285,10741.0645,10741.0645,10741.0645,10741.0645,10741.0645 +993.5000,1.0000,13310.5013,62.6305,62.3460,0.1581,0.0000,5,1689.1735,274.4334,730.0164,-106.6492,48.5445,129.1325,-18.8652,-0.9853,42.5470,0.0000,0.0000,6.9828,42.1164,-0.8957,0.0000,43.0121,0.0000,43.0121,6.8335,36.1786,0.0000,36.1786,0.2441,35.9346,0.0000,0.0000,11.5663,24.3683,1.1447,10181.0246,10181.0246,10181.0246,10181.0246,10181.0246 +994.5000,1.0000,13327.9413,63.1790,62.9150,0.1467,0.0000,5,1693.3320,276.6888,726.2096,-106.7973,49.0639,128.7753,-18.9379,1.4202,40.5449,0.0000,0.0000,7.0989,40.7018,-0.8980,0.0000,41.5998,0.0000,41.5998,6.8933,34.7065,0.0000,34.7065,0.2285,34.4780,0.0000,0.0000,11.6676,22.8104,1.1733,10286.2660,10286.2660,10286.2660,10286.2660,10286.2660 +995.5000,1.0000,13345.4925,63.5795,63.4430,0.0758,0.0000,5,1717.9755,211.4224,731.6869,-107.6749,38.0362,131.6348,-19.3714,1.1591,29.6904,0.0000,0.0000,7.1867,29.8162,-0.8500,0.0000,30.6663,0.0000,30.6663,6.9370,23.7292,0.0000,23.7292,0.1189,23.6104,0.0000,0.0000,11.7416,11.8688,1.1400,8233.7792,8233.7792,8233.7792,8233.7792,8233.7792 +996.5000,1.0000,13363.0901,63.7465,63.7160,0.0169,0.0000,5,1727.5505,164.8281,718.3287,-108.0159,29.8188,129.9519,-19.5410,-0.1497,20.6336,0.0000,0.0000,9.3350,20.6068,-0.8064,0.0000,21.4132,0.0000,21.4132,6.9552,14.4580,0.0000,14.4580,0.0266,14.4314,0.0000,0.0000,11.7724,2.6590,1.1567,6752.6370,6752.6370,6752.6370,6752.6370,6752.6370 +997.5000,1.0000,13380.7056,63.8110,63.7770,0.0189,0.0000,5,1727.7030,168.3346,707.0088,-108.0213,30.4559,127.9153,-19.5437,0.1659,20.9264,0.0000,0.0000,9.3635,20.9342,-0.8092,0.0000,21.7434,0.0000,21.7434,6.9623,14.7811,0.0000,14.7811,0.0297,14.7514,0.0000,0.0000,11.7843,2.9671,1.1704,6865.0843,6865.0843,6865.0843,6865.0843,6865.0843 +998.5000,1.0000,13398.3450,63.8970,63.8450,0.0289,0.0000,5,1731.5940,177.2882,708.9200,-108.1599,32.1480,128.5499,-19.6129,0.2475,22.5306,0.0000,0.0000,9.3699,22.5426,-0.8188,0.0000,23.3614,0.0000,23.3614,6.9717,16.3897,0.0000,16.3897,0.0455,16.3442,0.0000,0.0000,11.8002,4.5440,1.1579,7172.6902,7172.6902,7172.6902,7172.6902,7172.6902 +999.5000,1.0000,13416.0201,64.0255,63.9490,0.0425,0.0000,5,1736.4770,189.0922,712.5075,-108.3338,34.3852,129.5648,-19.6998,0.2726,24.7361,0.0000,0.0000,9.3765,24.7429,-0.8322,0.0000,25.5751,0.0000,25.5751,6.9857,18.5894,0.0000,18.5894,0.0671,18.5223,0.0000,0.0000,11.8239,6.6984,1.1458,7581.1518,7581.1518,7581.1518,7581.1518,7581.1518 +1000.5000,1.0000,13433.7496,64.2210,64.1020,0.0661,0.0000,5,1740.0630,209.2292,716.4419,-108.4615,38.1255,130.5493,-19.7637,0.1101,28.6044,0.0000,0.0000,9.4111,28.5684,-0.8549,0.0000,29.4233,0.0000,29.4233,7.0070,22.4163,0.0000,22.4163,0.1047,22.3116,0.0000,0.0000,11.8600,10.4516,1.1606,8263.1013,8263.1013,8263.1013,8263.1013,8263.1013 +1001.5000,1.0000,13451.5599,64.5125,64.3400,0.0958,0.0000,5,1754.6350,240.8677,725.0094,-108.9805,44.2582,133.2168,-20.0246,1.4592,33.2722,0.0000,0.0000,9.5268,33.4396,-0.8846,0.0000,34.3242,0.0000,34.3242,7.0388,27.2854,0.0000,27.2854,0.1524,27.1330,0.0000,0.0000,11.9139,15.2191,1.1651,9389.4874,9389.4874,9389.4874,9389.4874,9389.4874 +1002.5000,1.0000,13469.4644,64.8510,64.6850,0.0922,0.0000,5,1759.5175,226.7958,734.0154,-109.1543,41.7885,135.2469,-20.1124,-0.9357,33.2819,0.0000,0.0000,9.4424,33.0335,-0.8886,0.0000,33.9221,0.0000,33.9221,7.0758,26.8463,0.0000,26.8463,0.1475,26.6989,0.0000,0.0000,11.9764,14.7225,1.1667,8941.3434,8941.3434,8941.3434,8941.3434,8941.3434 +1003.5000,1.0000,13487.4665,65.2030,65.0170,0.1033,0.0000,5,1758.3730,245.6790,730.6059,-109.1136,45.2384,134.5311,-20.0918,0.8115,34.9532,0.0000,0.0000,9.4737,35.0028,-0.9047,0.0000,35.9075,0.0000,35.9075,7.1142,28.7933,0.0000,28.7933,0.1661,28.6272,0.0000,0.0000,12.0414,16.5858,1.1800,9576.1193,9576.1193,9576.1193,9576.1193,9576.1193 +1004.5000,1.0000,13505.5607,65.5340,65.3890,0.0806,0.0000,5,1767.9865,210.9684,737.1710,-109.4559,39.0593,136.4821,-20.2650,0.2278,31.5178,0.0000,0.0000,7.3137,31.4855,-0.8929,0.0000,32.3784,0.0000,32.3784,7.1503,25.2281,0.0000,25.2281,0.1302,25.0980,0.0000,0.0000,12.1025,12.9955,1.1693,8451.1405,8451.1405,8451.1405,8451.1405,8451.1405 +1005.5000,1.0000,13523.7818,65.9910,65.6790,0.1733,0.0000,5,1778.3245,295.8814,732.0787,-109.8241,55.1007,136.3319,-20.4521,0.8998,46.8525,0.0000,0.0000,7.3484,46.8481,-0.9786,0.0000,47.8267,0.0000,47.8267,7.2001,40.6265,0.0000,40.6265,0.2820,40.3445,0.0000,0.0000,12.1869,28.1576,1.1453,11491.7824,11491.7824,11491.7824,11491.7824,11491.7824 +1006.5000,1.0000,13542.1995,66.6990,66.3030,0.2200,0.0000,5,1796.8640,338.2200,755.1454,-110.4844,63.6419,142.0936,-20.7895,1.1366,55.0573,0.0000,0.0000,7.4480,55.0461,-1.0327,0.0000,56.0788,0.0000,56.0788,7.2774,48.8014,0.0000,48.8014,0.3618,48.4396,0.0000,0.0000,12.3177,36.1220,1.1784,13102.6511,13102.6511,13102.6511,13102.6511,13102.6511 +1007.5000,1.0000,13560.9198,67.7880,67.0950,0.3850,0.0000,5,1818.6465,487.3668,768.0097,-111.2967,92.8181,146.2661,-21.1963,1.2824,84.0377,0.0000,0.0000,7.4980,83.7125,-1.1973,0.0000,84.9098,0.0000,84.9098,7.5020,77.4077,0.0000,77.4077,0.6435,76.7643,0.0000,0.0000,12.5188,64.2455,1.1906,18583.6450,18583.6450,18583.6450,18583.6450,18583.6450 +1008.5000,1.0000,13580.0300,69.1920,68.4810,0.3950,0.0000,5,1854.6195,501.5779,800.9461,-112.6484,97.4141,155.5560,-21.8780,2.7893,86.9223,0.0000,0.0000,7.7025,87.1743,-1.2406,0.0000,88.4149,0.0000,88.4149,7.6836,80.7313,0.0000,80.7313,0.6738,80.0575,0.0000,0.0000,12.7781,67.2794,1.1791,19527.7784,19527.7784,19527.7784,19527.7784,19527.7784 +1009.5000,1.0000,13599.4225,70.2080,69.9030,0.1694,0.0000,5,1885.7860,292.1332,806.6411,-113.8195,57.6902,159.2947,-22.4770,0.7731,49.1761,0.0000,0.0000,7.7410,49.1367,-1.0674,0.0000,50.2041,0.0000,50.2041,7.6602,42.5438,0.0000,42.5438,0.2933,42.2505,0.0000,0.0000,12.9657,29.2849,1.1791,12129.3610,12129.3610,12129.3610,12129.3610,12129.3610 +1010.5000,1.0000,13619.0033,70.8860,70.5130,0.2072,0.0000,5,1909.7430,329.6495,777.0852,-114.7197,65.9259,155.4076,-22.9425,2.0267,56.0201,0.0000,0.0000,7.8791,56.2311,-1.1160,0.0000,57.3471,0.0000,57.3471,7.7342,49.6129,0.0000,49.6129,0.3622,49.2507,0.0000,0.0000,13.0909,36.1598,1.1791,13696.4118,13696.4118,13696.4118,13696.4118,13696.4118 +1011.5000,1.0000,13638.7476,71.4745,71.2590,0.1197,0.0000,5,1931.4490,245.7594,786.7836,-115.5353,49.7075,159.1355,-23.3683,0.5249,41.2521,0.0000,0.0000,7.9305,41.2223,-1.0513,0.0000,42.2737,0.0000,42.2737,7.7984,34.4752,0.0000,34.4752,0.2110,34.2643,0.0000,0.0000,13.1996,21.0647,1.1791,10673.4372,10673.4372,10673.4372,10673.4372,10673.4372 +1012.5000,1.0000,13658.5181,71.5690,71.6900,-0.0672,0.0000,5,1948.0430,86.2270,778.7241,-116.1589,17.5902,158.8586,-23.6962,1.4558,8.1133,0.0000,0.0000,8.0211,8.1778,-0.8862,0.0000,9.0640,0.0000,9.0640,7.8087,1.2553,0.0000,1.2553,-0.1186,1.3739,0.0000,0.0000,13.2170,-11.8431,1.1791,5301.3182,5301.3182,5301.3182,5301.3182,5301.3182 +1013.5000,1.0000,13678.1210,70.9655,71.4480,-0.2681,0.0000,5,1828.4885,-111.6665,721.6129,-111.6665,-21.3818,138.1736,-21.3818,-14.7911,-13.7109,0.0000,0.0000,7.1203,-12.8103,-0.9137,0.0000,-11.8965,0.0000,-11.8965,7.7429,-19.6394,14.5515,-34.1910,-0.4690,-33.7220,0.0000,0.0000,13.1056,-46.8275,1.1791,0.0000,0.0000,0.0000,0.0000,0.0000 +1014.5000,1.0000,13697.4522,69.9875,70.4830,-0.2753,0.0070,6,1535.6680,-99.6581,551.9333,-99.6581,-16.0265,88.7590,-16.0265,-15.1925,-7.0000,0.0000,0.0000,6.1661,-6.3104,-0.7151,0.0000,-5.5953,0.0000,-5.5953,7.6362,-13.2315,21.6268,-34.8582,-0.4750,-34.3832,0.1183,0.0000,12.9250,-47.4265,1.1127,0.0000,0.0000,0.0000,0.0000,0.0000 +1015.5000,1.0000,13716.4729,68.8695,69.4920,-0.3458,0.0110,6,1358.7015,-89.1625,492.0985,-89.1625,-12.6863,70.0172,-12.6863,-1.3241,-17.3834,0.0000,0.0000,6.0212,-17.3370,-0.8087,0.0000,-16.5283,0.0000,-16.5283,7.5142,-24.0425,22.2738,-46.3163,-0.5872,-45.7290,0.1829,0.0000,12.7185,-58.6304,1.0712,0.0000,0.0000,0.0000,0.0000,0.0000 +1016.5000,1.0000,13735.1442,67.6120,68.2470,-0.3528,0.0110,6,1337.7205,-87.9182,493.9900,-87.9182,-12.3161,69.2010,-12.3161,-0.4199,-17.8568,0.0000,0.0000,5.9606,-17.9572,-0.7988,0.0000,-17.1584,0.0000,-17.1584,7.3770,-24.5354,22.1025,-46.6380,-0.5881,-46.0499,0.1795,0.0000,12.4863,-58.7157,1.0510,0.0000,0.0000,0.0000,0.0000,0.0000 +1017.5000,1.0000,13753.4996,66.4745,66.9770,-0.2792,0.0040,6,1324.5595,-87.1377,490.4159,-87.1377,-12.0867,68.0244,-12.0867,-0.6548,-17.2035,0.0000,0.0000,5.7716,-17.2292,-0.7772,0.0000,-16.4519,0.0000,-16.4519,7.2529,-23.7048,10.0946,-33.7994,-0.4575,-33.3419,0.0642,0.0000,12.2762,-45.6823,1.0473,0.0000,0.0000,0.0000,0.0000,0.0000 +1018.5000,1.0000,13771.7265,66.0120,65.9720,0.0222,0.0000,6,1311.7035,200.5485,486.6063,-86.3752,27.5476,66.8409,-11.8646,-0.3872,22.2069,0.0000,0.0000,5.7278,22.1121,-0.9283,0.0000,23.0405,0.0000,23.0405,7.2024,15.8381,0.0000,15.8381,0.0362,15.8019,0.0000,0.0000,12.1908,3.6111,1.0448,5897.6341,5897.6341,5897.6341,5897.6341,5897.6341 +1019.5000,1.0000,13790.0093,66.2130,66.0520,0.0894,0.0000,6,1306.6300,283.6095,606.2745,-86.0743,38.8063,82.9565,-11.7775,-0.0214,33.1065,0.0000,0.0000,5.7212,33.0195,-1.1577,0.0000,34.1772,0.0000,34.1772,7.2244,26.9529,0.0000,26.9529,0.1460,26.8068,0.0000,0.0000,12.2279,14.5789,1.0438,7982.4052,7982.4052,7982.4052,7982.4052,7982.4052 +1020.5000,1.0000,13808.4427,66.7555,66.3740,0.2119,0.0000,6,1308.9570,432.5075,641.0201,-86.2123,59.2854,87.8670,-11.8174,0.2085,53.4034,0.0000,0.0000,5.6735,53.2051,-1.5841,0.0000,54.7893,0.0000,54.7893,7.2836,47.5057,0.0000,47.5057,0.3488,47.1569,0.0000,0.0000,12.3281,34.8288,1.0176,11850.2316,11850.2316,11850.2316,11850.2316,11850.2316 +1021.5000,1.0000,13827.1227,67.6430,67.1370,0.2811,0.0000,6,1324.5595,519.4565,703.8042,-87.1377,72.0525,97.6230,-12.0867,1.0581,65.1531,0.0000,0.0000,5.8413,65.3045,-1.8458,0.0000,67.1503,0.0000,67.1503,7.3804,59.7699,0.0000,59.7699,0.4688,59.3011,0.0000,0.0000,12.4920,46.8091,1.0754,14251.0808,14251.0808,14251.0808,14251.0808,14251.0808 +1022.5000,1.0000,13846.0829,68.6520,68.1490,0.2794,0.0000,6,1352.5980,516.6380,741.0447,-88.8006,73.1785,104.9643,-12.5780,1.2485,65.7491,0.0000,0.0000,6.1810,65.9962,-1.8713,0.0000,67.8674,0.0000,67.8674,7.4905,60.3770,0.0000,60.3770,0.4730,59.9040,0.0000,0.0000,12.6783,47.2256,1.3400,14441.8527,14441.8527,14441.8527,14441.8527,14441.8527 +1023.5000,1.0000,13865.3835,69.8770,69.1550,0.4011,0.0000,6,1368.9250,663.2333,743.9262,-89.7689,95.0768,106.6444,-12.8687,0.1090,88.8497,0.0000,0.0000,6.1181,88.0244,-2.3438,0.0000,90.3681,0.0000,90.3681,7.7758,82.5923,0.0000,82.5923,0.6910,81.9012,0.0000,0.0000,12.9046,68.9967,1.2660,18530.1575,18530.1575,18530.1575,18530.1575,18530.1575 +1024.5000,1.0000,13885.0008,71.0175,70.5990,0.2325,0.0000,6,1385.4810,463.7803,803.0331,-90.7508,67.2886,116.5099,-13.1668,1.2983,59.8366,0.0000,0.0000,6.1537,60.1412,-1.7756,0.0000,61.9168,0.0000,61.9168,7.7486,54.1682,0.0000,54.1682,0.4071,53.7612,0.0000,0.0000,13.1152,40.6460,1.2200,13358.7630,13358.7630,13358.7630,13358.7630,13358.7630 +1025.5000,1.0000,13904.8041,71.6870,71.4360,0.1394,0.0000,6,1408.9420,347.4527,728.4512,-92.1422,51.2646,107.4787,-13.5950,0.7097,44.3555,0.0000,0.0000,6.1994,44.4581,-1.4565,0.0000,45.9146,0.0000,45.9146,7.8216,38.0930,0.0000,38.0930,0.2465,37.8465,0.0000,0.0000,13.2388,24.6077,1.2133,10398.5974,10398.5974,10398.5974,10398.5974,10398.5974 +1026.5000,1.0000,13924.7848,72.3255,71.9380,0.2153,0.0000,6,1422.5990,439.0197,688.1451,-92.9522,65.4026,102.5159,-13.8475,0.4766,58.6582,0.0000,0.0000,6.2679,58.5693,-1.7577,0.0000,60.3270,0.0000,60.3270,7.8913,52.4358,0.0000,52.4358,0.3839,52.0519,0.0000,0.3668,13.3567,38.3283,1.2168,13030.3509,13030.3509,13030.3509,13030.3509,13030.3509 +1027.5000,1.0000,13944.9783,73.0920,72.7130,0.2106,0.0000,6,1433.6995,441.4274,724.7476,-93.6105,66.2744,108.8112,-14.0544,0.4971,59.6551,0.0000,0.0000,6.1223,59.5810,-1.7876,0.0000,61.3686,0.0000,61.3686,7.9749,53.3937,0.0000,53.3937,0.3794,53.0143,0.0000,1.6311,13.4983,37.8849,1.0790,13193.4122,13193.4122,13193.4122,13193.4122,13193.4122 +1028.5000,1.0000,13965.3937,73.8905,73.4710,0.2331,0.0000,6,1449.4925,485.1343,727.8208,-94.5472,73.6388,110.4763,-14.3514,0.9033,66.4928,0.0000,0.0000,6.2427,66.5803,-1.9426,0.0000,68.5229,0.0000,68.5229,8.0620,60.4609,0.0000,60.4609,0.4246,60.0363,0.0000,3.9992,13.6457,42.3914,1.0836,14568.8260,14568.8260,14568.8260,14568.8260,14568.8260 +1029.5000,1.0000,13986.0299,74.6855,74.3100,0.2086,0.0000,6,1469.5200,477.1615,746.4791,-95.7350,73.4293,114.8740,-14.7324,0.8916,66.2548,0.0000,0.0000,6.2829,66.3666,-1.9474,0.0000,68.3140,0.0000,68.3140,8.1488,60.1653,0.0000,60.1653,0.3841,59.7811,0.0000,7.6353,13.7926,38.3533,1.0901,14554.3777,14554.3777,14554.3777,14554.3777,14554.3777 +1030.5000,1.0000,14006.8516,75.3530,75.0610,0.1622,0.0000,6,1490.7680,412.4304,747.0242,-96.9951,64.3857,116.6201,-15.1422,1.0407,57.0436,0.0000,0.0000,6.3013,57.2567,-1.7655,0.0000,59.0222,0.0000,59.0222,8.2216,50.8006,0.0000,50.8006,0.3014,50.4992,0.0000,6.4921,13.9158,30.0912,1.0542,12927.4101,12927.4101,12927.4101,12927.4101,12927.4101 +1031.5000,1.0000,14027.7909,75.7765,75.6450,0.0731,0.0000,6,1501.3730,298.2909,727.5192,-97.6241,46.8983,114.3830,-15.3488,-0.0703,40.6315,0.0000,0.0000,6.3371,40.5405,-1.4222,0.0000,41.9627,0.0000,41.9627,8.2678,33.6949,0.0000,33.6949,0.1365,33.5584,0.0000,5.9368,13.9940,13.6275,1.0873,9677.3271,9677.3271,9677.3271,9677.3271,9677.3271 +1032.5000,1.0000,14048.7904,75.9935,75.9080,0.0475,0.0000,6,1505.0355,281.2575,689.2295,-97.8413,44.3281,108.6274,-15.4205,0.4090,37.5433,0.0000,0.0000,6.3758,37.6114,-1.3637,0.0000,38.9751,0.0000,38.9751,8.2915,30.6837,0.0000,30.6837,0.0890,30.5947,0.0000,7.6747,14.0341,8.8859,1.1032,9195.5849,9195.5849,9195.5849,9195.5849,9195.5849 +1033.5000,1.0000,14069.8552,76.2285,76.0790,0.0831,0.0000,6,1503.7005,319.6823,683.3114,-97.7621,50.3395,107.5991,-15.3943,-0.5319,44.5237,0.0000,0.0000,6.3477,44.2663,-1.5052,0.0000,45.7715,0.0000,45.7715,8.3171,37.4543,0.0000,37.4543,0.1561,37.2982,0.0000,7.6354,14.0775,15.5853,1.1027,10326.4835,10326.4835,10326.4835,10326.4835,10326.4835 +1034.5000,1.0000,14091.0037,76.5295,76.3780,0.0842,0.0000,6,1501.3735,333.3448,696.2718,-97.6241,52.4096,109.4703,-15.3488,0.3166,45.7199,0.0000,0.0000,6.3731,45.7340,-1.5393,0.0000,47.2733,0.0000,47.2733,8.3500,38.9233,0.0000,38.9233,0.1588,38.7645,0.0000,8.7752,14.1331,15.8562,1.1019,10713.6378,10713.6378,10713.6378,10713.6378,10713.6378 +1035.5000,1.0000,14112.2974,77.0525,76.6810,0.2064,0.0000,6,1510.1855,472.9773,702.1703,-98.1468,74.7996,111.0456,-15.5215,0.4988,67.8795,0.0000,0.0000,6.4213,67.7944,-2.0051,0.0000,69.7995,0.0000,69.7995,8.4070,61.3924,0.0000,61.3924,0.3921,61.0004,0.0000,7.6233,14.2297,39.1473,1.0906,14848.1740,14848.1740,14848.1740,14848.1740,14848.1740 +1036.5000,1.0000,14133.7739,77.7105,77.4240,0.1592,0.0000,6,1528.3435,438.3116,752.3846,-99.2237,70.1508,120.4175,-15.8805,1.1994,62.4726,0.0000,0.0000,6.4788,62.7635,-1.9082,0.0000,64.6717,0.0000,64.6717,8.4788,56.1929,0.0000,56.1929,0.3050,55.8879,0.0000,11.0886,14.3512,30.4482,1.0827,14012.4156,14012.4156,14012.4156,14012.4156,14012.4156 +1037.5000,1.0000,14155.4147,78.3020,77.9970,0.1694,0.0000,6,1538.3000,432.5257,743.4480,-99.8142,69.6757,119.7623,-16.0791,-0.2667,63.4119,0.0000,0.0000,6.5305,63.0499,-1.9213,0.0000,64.9712,0.0000,64.9712,8.5434,56.4278,0.0000,56.4278,0.3271,56.1007,0.0000,8.9793,14.4604,32.6610,1.1258,13932.8309,13932.8309,13932.8309,13932.8309,13932.8309 +1038.5000,1.0000,14177.2120,78.8655,78.6070,0.1436,0.0000,6,1544.9760,400.5972,743.1133,-100.2101,64.8124,120.2279,-16.2129,0.9012,57.3507,0.0000,0.0000,6.5605,57.5148,-1.8128,0.0000,59.3276,0.0000,59.3276,8.6048,50.7227,0.0000,50.7227,0.2792,50.4435,0.0000,7.9982,14.5645,27.8807,1.1019,13076.1453,13076.1453,13076.1453,13076.1453,13076.1453 +1039.5000,1.0000,14199.1196,79.2625,79.1240,0.0769,0.0000,6,1563.0200,326.3973,735.3499,-101.2803,53.4244,120.3614,-16.5775,0.8202,45.9972,0.0000,0.0000,6.6070,46.1680,-1.5812,0.0000,47.7492,0.0000,47.7492,8.6482,39.1010,0.0000,39.1010,0.1504,38.9506,0.0000,9.2996,14.6378,15.0132,1.0928,10926.1022,10926.1022,10926.1022,10926.1022,10926.1022 +1040.5000,1.0000,14221.1020,79.5315,79.4010,0.0725,0.0000,6,1573.8920,321.7822,714.6499,-101.9251,53.0354,117.7869,-16.7990,0.2249,46.1694,0.0000,0.0000,6.6410,46.1619,-1.5844,0.0000,47.7463,0.0000,47.7463,8.6775,39.0688,0.0000,39.0688,0.1422,38.9266,0.0000,10.0451,14.6875,14.1941,1.1074,10863.6070,10863.6070,10863.6070,10863.6070,10863.6070 +1041.5000,1.0000,14243.1582,79.7975,79.6620,0.0753,0.0000,6,1577.8595,312.2796,714.6063,-102.1604,51.5989,118.0766,-16.8803,0.1590,44.7434,0.0000,0.0000,6.6965,44.7140,-1.5575,0.0000,46.2715,0.0000,46.2715,8.7065,37.5649,0.0000,37.5649,0.1481,37.4168,0.0000,7.8930,14.7366,14.7872,1.1082,10610.2340,10610.2340,10610.2340,10610.2340,10610.2340 +1042.5000,1.0000,14265.2798,80.0330,79.9330,0.0556,0.0000,6,1577.4400,312.0624,711.7594,-102.1355,51.5493,117.5749,-16.8717,-0.1996,45.0515,0.0000,0.0000,6.6974,44.9365,-1.5650,0.0000,46.5015,0.0000,46.5015,8.7322,37.7693,0.0000,37.7693,0.1096,37.6596,0.0000,11.9343,14.7801,10.9453,1.1081,10600.9879,10600.9879,10600.9879,10600.9879,10600.9879 +1043.5000,1.0000,14287.4484,80.2020,80.1330,0.0383,0.0000,6,1581.9795,281.3484,712.5127,-102.4047,46.6094,118.0381,-16.9648,0.6411,39.2516,0.0000,0.0000,6.7167,39.3815,-1.4513,0.0000,40.8328,0.0000,40.8328,8.7507,32.0822,0.0000,32.0822,0.0758,32.0064,0.0000,9.6269,14.8113,7.5682,1.0964,9690.1550,9690.1550,9690.1550,9690.1550,9690.1550 +1044.5000,1.0000,14309.6556,80.3410,80.2710,0.0389,0.0000,6,1586.4425,268.3825,703.9957,-102.6694,44.5869,116.9561,-17.0567,-0.2081,38.0191,0.0000,0.0000,6.7759,37.9348,-1.4229,0.0000,39.3577,0.0000,39.3577,8.7658,30.5919,0.0000,30.5919,0.0770,30.5149,0.0000,7.9867,14.8370,7.6912,1.1223,9313.1085,9313.1085,9313.1085,9313.1085,9313.1085 +1045.5000,1.0000,14331.8709,80.3700,80.4110,-0.0228,0.0000,6,1593.4615,205.7962,701.6951,-103.0857,34.3406,117.0897,-17.2016,0.8959,26.5261,0.0000,0.0000,6.9186,26.6921,-1.1890,0.0000,27.8811,0.0000,27.8811,8.7690,19.1121,0.0000,19.1121,-0.0451,19.1573,0.0000,8.8214,14.8424,-4.5065,1.2114,7396.3745,7396.3745,7396.3745,7396.3745,7396.3745 +1046.5000,1.0000,14354.0792,80.3450,80.3290,0.0089,0.0000,6,1595.8650,222.3039,683.1705,-103.2282,37.1511,114.1705,-17.2514,-0.6617,30.8311,0.0000,0.0000,6.9818,30.6945,-1.2721,0.0000,31.9666,0.0000,31.9666,8.7663,23.2003,0.0000,23.2003,0.0176,23.1827,0.0000,6.5869,14.8377,1.7581,1.2930,7929.5725,7929.5725,7929.5725,7929.5725,7929.5725 +1047.5000,1.0000,14376.2909,80.3575,80.3610,-0.0019,0.0000,6,1592.0120,211.3844,687.4410,-102.9997,35.2410,114.6068,-17.1716,0.2834,27.9907,0.0000,0.0000,6.9668,28.0429,-1.2170,0.0000,29.2599,0.0000,29.2599,8.7676,20.4923,0.0000,20.4923,-0.0039,20.4962,0.0000,6.0407,14.8400,-0.3846,1.2508,7560.5063,7560.5063,7560.5063,7560.5063,7560.5063 +1048.5000,1.0000,14398.4852,80.2945,80.3540,-0.0331,0.0000,6,1586.7475,197.1035,682.5280,-102.6875,32.7515,113.4114,-17.0629,-0.7955,24.6231,0.0000,0.0000,8.9239,24.5146,-1.1427,0.0000,25.6573,0.0000,25.6573,8.7608,16.8965,0.0000,16.8965,-0.0654,16.9620,0.0000,8.6673,14.8284,-6.5337,1.2355,7109.0476,7109.0476,7109.0476,7109.0476,7109.0476 +1049.5000,1.0000,14420.6188,80.0760,80.2350,-0.0883,0.0000,6,1580.8730,133.5088,676.2850,-102.3391,22.1022,111.9581,-16.9421,0.2222,12.8987,0.0000,0.0000,8.9813,12.9430,-0.8990,0.0000,13.8420,0.0000,13.8420,8.7369,5.1051,0.0000,5.1051,-0.1744,5.2795,0.0000,7.9037,14.7881,-17.4123,1.2746,5183.4877,5183.4877,5183.4877,5183.4877,5183.4877 +1050.5000,1.0000,14442.5974,79.5180,79.9170,-0.2217,0.0000,6,1576.5625,-47.1212,654.5942,-102.0834,-7.7796,108.0717,-16.8537,-0.6390,-16.0818,0.0000,0.0000,8.9412,-16.0953,-0.9392,0.0000,-15.1561,0.0000,-15.1561,8.6760,-23.8321,0.0000,-23.8321,-0.4346,-23.3975,0.0000,5.3080,14.6850,-43.3905,1.2596,1212.7470,1212.7470,1212.7470,1212.7470,1212.7470 +1051.5000,1.0000,14464.3511,78.7085,79.1190,-0.2281,0.0000,6,1562.4475,-52.7129,591.0882,-101.2463,-8.6248,96.7133,-16.5658,-0.7211,-16.7604,0.0000,0.0000,8.8567,-16.7673,-0.9346,0.0000,-15.8327,0.0000,-15.8327,8.5877,-24.4204,0.0000,-24.4204,-0.4426,-23.9779,0.0000,5.6733,14.5355,-44.1867,1.2558,1059.1034,1059.1034,1059.1034,1059.1034,1059.1034 +1052.5000,1.0000,14485.8829,77.9095,78.2980,-0.2158,0.0000,6,1542.8395,-37.2309,581.4630,-100.0834,-6.0152,93.9445,-16.1701,-1.1457,-13.6511,0.0000,0.0000,8.7815,-13.6119,-0.8926,0.0000,-12.7194,0.0000,-12.7194,8.5005,-21.2199,0.0000,-21.2199,-0.4146,-20.8053,0.0000,6.2008,14.3880,-41.3941,1.2520,1395.4397,1395.4397,1395.4397,1395.4397,1395.4397 +1053.5000,1.0000,14507.2291,77.2415,77.5210,-0.1553,0.0000,6,1526.1310,34.6838,580.3485,-99.0924,5.5430,92.7490,-15.8366,-0.4326,-2.7528,0.0000,0.0000,8.7284,-2.7544,-0.7769,0.0000,-1.9775,0.0000,-1.9775,8.4277,-10.4051,0.0000,-10.4051,-0.2957,-10.1094,0.0000,5.1510,14.2646,-29.5250,1.2363,2848.4551,2848.4551,2848.4551,2848.4551,2848.4551 +1054.5000,1.0000,14528.4261,76.7045,76.9620,-0.1431,0.0000,6,1515.6405,52.2938,601.3800,-98.4703,8.2999,95.4495,-15.6290,-0.5468,0.1701,0.0000,0.0000,8.6766,0.1701,-0.7409,0.0000,0.9110,0.0000,0.9110,8.3691,-7.4581,0.0000,-7.4581,-0.2705,-7.1875,0.0000,5.6589,14.1654,-27.0119,1.2093,3141.2313,3141.2313,3141.2313,3141.2313,3141.2313 +1055.5000,1.0000,14549.4897,76.2240,76.4470,-0.1239,0.0000,6,1507.5915,78.4463,604.7484,-97.9929,12.3847,95.4744,-15.4706,-0.2013,5.8501,0.0000,0.0000,6.7359,5.8588,-0.7049,0.0000,6.5638,0.0000,6.5638,8.3166,-1.7529,0.0000,-1.7529,-0.2328,-1.5200,0.0000,7.6495,14.0767,-23.2463,1.2830,3592.9008,3592.9008,3592.9008,3592.9008,3592.9008 +1056.5000,1.0000,14570.4296,75.7785,76.0010,-0.1236,0.0000,6,1497.0245,75.0342,610.5190,-97.3662,11.7630,95.7099,-15.2639,-0.7716,5.8668,0.0000,0.0000,6.6677,5.8511,-0.6995,0.0000,6.5507,0.0000,6.5507,8.2680,-1.7174,0.0000,-1.7174,-0.2309,-1.4864,0.0000,7.5777,13.9944,-23.0586,1.2058,3505.5987,3505.5987,3505.5987,3505.5987,3505.5987 +1057.5000,1.0000,14591.2934,75.5050,75.5560,-0.0283,0.0000,6,1487.3350,185.0926,606.1911,-96.7915,28.8288,94.4163,-15.0756,-0.1185,22.2894,0.0000,0.0000,6.6579,22.2850,-1.0387,0.0000,23.3237,0.0000,23.3237,8.2382,15.0855,0.0000,15.0855,-0.0527,15.1382,0.0000,6.4606,13.9439,-5.2663,1.2165,6309.1890,6309.1890,6309.1890,6309.1890,6309.1890 +1058.5000,1.0000,14612.1714,75.5560,75.4540,0.0567,0.0000,6,1483.0245,297.8965,644.1174,-96.5359,46.2639,100.0327,-14.9922,-0.2745,39.8779,0.0000,0.0000,6.6605,39.7432,-1.4030,0.0000,41.1461,0.0000,41.1461,8.2438,32.9024,0.0000,32.9024,0.1056,32.7968,0.0000,8.3039,13.9533,10.5396,1.2282,9542.2788,9542.2788,9542.2788,9542.2788,9542.2788 +1059.5000,1.0000,14633.1049,75.7555,75.6580,0.0542,0.0000,6,1486.3435,297.4453,684.7200,-96.7327,46.2972,106.5763,-15.0564,0.5780,38.9958,0.0000,0.0000,6.7235,39.1116,-1.3922,0.0000,40.5037,0.0000,40.5037,8.2655,32.2382,0.0000,32.2382,0.1012,32.1370,0.0000,8.0456,13.9902,10.1013,1.2288,9551.9697,9551.9697,9551.9697,9551.9697,9551.9697 +1060.5000,1.0000,14654.0953,75.9605,75.8530,0.0597,0.0000,6,1500.9920,306.5970,687.2150,-97.6015,48.1920,108.0189,-15.3413,0.7665,40.6413,0.0000,0.0000,6.7842,40.8087,-1.4299,0.0000,42.2386,0.0000,42.2386,8.2879,33.9507,0.0000,33.9507,0.1118,33.8389,0.0000,8.6434,14.0280,11.1674,1.2441,9922.2601,9922.2601,9922.2601,9922.2601,9922.2601 +1061.5000,1.0000,14675.1448,76.1735,76.0680,0.0586,0.0000,6,1504.5015,316.4027,692.0015,-97.8096,49.8496,109.0256,-15.4100,-0.4441,43.5744,0.0000,0.0000,6.7192,43.3751,-1.4859,0.0000,44.8611,0.0000,44.8611,8.3111,36.5499,0.0000,36.5499,0.1101,36.4399,0.0000,11.3821,14.0674,10.9904,1.2197,10235.1899,10235.1899,10235.1899,10235.1899,10235.1899 +1062.5000,1.0000,14696.2680,76.4385,76.2790,0.0886,0.0000,6,1510.2235,376.8697,696.5708,-98.1490,59.6020,110.1628,-15.5223,0.9765,51.8896,0.0000,0.0000,6.7360,52.1426,-1.6717,0.0000,53.8143,0.0000,53.8143,8.3400,45.4743,0.0000,45.4743,0.1670,45.3073,0.0000,14.5174,14.1163,16.6736,1.1957,12057.1012,12057.1012,12057.1012,12057.1012,12057.1012 +1063.5000,1.0000,14717.4885,76.7890,76.5980,0.1061,0.0000,6,1515.8310,406.0267,718.6077,-98.4816,64.4516,114.0700,-15.6327,-0.4581,58.0992,0.0000,0.0000,6.8105,57.7669,-1.7931,0.0000,59.5600,0.0000,59.5600,8.3783,51.1817,0.0000,51.1817,0.2009,50.9808,0.0000,16.7417,14.1810,20.0581,1.2469,12979.5439,12979.5439,12979.5439,12979.5439,12979.5439 +1064.5000,1.0000,14738.8011,77.1205,76.9800,0.0781,0.0000,6,1514.0765,390.3602,728.9362,-98.3775,61.8931,115.5755,-15.5981,0.2944,54.7925,0.0000,0.0000,6.8061,54.8072,-1.7354,0.0000,56.5426,0.0000,56.5426,8.4145,48.1282,0.0000,48.1282,0.1484,47.9797,0.0000,18.9190,14.2422,14.8185,1.2341,12489.3604,12489.3604,12489.3604,12489.3604,12489.3604 +1065.5000,1.0000,14760.1942,77.4100,77.2610,0.0828,0.0000,6,1523.7660,414.3539,724.4976,-98.9522,66.1178,115.6069,-15.7896,0.6104,58.6357,0.0000,0.0000,6.8717,58.7736,-1.8215,0.0000,60.5950,0.0000,60.5950,8.4460,52.1490,0.0000,52.1490,0.1580,51.9910,0.0000,21.9213,14.2957,15.7739,1.2610,13286.6708,13286.6708,13286.6708,13286.6708,13286.6708 +1066.5000,1.0000,14781.6854,77.7635,77.5590,0.1136,0.0000,6,1533.0355,457.9311,734.4911,-99.5019,73.5158,117.9145,-15.9740,0.2586,66.3568,0.0000,0.0000,6.9004,66.3014,-1.9825,0.0000,68.2839,0.0000,68.2839,8.4846,59.7993,0.0000,59.7993,0.2178,59.5814,0.0000,23.4721,14.3610,21.7483,1.2502,14614.9032,14614.9032,14614.9032,14614.9032,14614.9032 +1067.5000,1.0000,14803.2898,78.1710,77.9680,0.1128,0.0000,6,1539.7495,435.0158,750.5634,-99.9001,70.1429,121.0225,-16.1081,0.3752,62.7894,0.0000,0.0000,6.9783,62.7882,-1.9142,0.0000,64.7024,0.0000,64.7024,8.5291,56.1733,0.0000,56.1733,0.2174,55.9560,0.0000,19.8178,14.4363,21.7019,1.2891,14016.6855,14016.6855,14016.6855,14016.6855,14016.6855 +1068.5000,1.0000,14824.9967,78.5400,78.3740,0.0922,0.0000,6,1551.6515,395.8214,744.7377,-100.6060,64.3165,121.0114,-16.3473,0.7561,56.5679,0.0000,0.0000,6.9925,56.7373,-1.7926,0.0000,58.5299,0.0000,58.5299,8.5693,49.9606,0.0000,49.9606,0.1786,49.7820,0.0000,17.4474,14.5044,17.8302,1.2663,12985.7030,12985.7030,12985.7030,12985.7030,12985.7030 +1069.5000,1.0000,14846.7933,78.8630,78.7060,0.0872,0.0000,6,1555.5045,398.8273,733.4045,-100.8345,64.9658,119.4658,-16.4251,-0.3899,58.3594,0.0000,0.0000,6.9963,58.0906,-1.8247,0.0000,59.9153,0.0000,59.9153,8.6046,51.3107,0.0000,51.3107,0.1696,51.1412,0.0000,19.6443,14.5640,16.9328,1.2544,13113.3258,13113.3258,13113.3258,13113.3258,13113.3258 +1070.5000,1.0000,14868.6512,79.0835,79.0200,0.0353,0.0000,6,1556.2295,357.1459,734.8012,-100.8775,58.2033,119.7491,-16.4398,0.4594,50.7117,0.0000,0.0000,7.0322,50.8276,-1.6761,0.0000,52.5037,0.0000,52.5037,8.6286,43.8750,0.0000,43.8750,0.0688,43.8063,0.0000,22.3337,14.6048,6.8678,1.2546,11812.0507,11812.0507,11812.0507,11812.0507,11812.0507 +1071.5000,1.0000,14890.5249,79.1405,79.1470,-0.0036,0.0000,6,1568.8945,300.2106,723.1462,-101.6287,49.3229,118.8088,-16.6970,0.7571,41.5696,0.0000,0.0000,6.9961,41.7813,-1.4883,0.0000,43.2696,0.0000,43.2696,8.6349,34.6347,0.0000,34.6347,-0.0070,34.6418,0.0000,20.7300,14.6153,-0.7035,1.2444,10193.6265,10193.6265,10193.6265,10193.6265,10193.6265 +1072.5000,1.0000,14912.3755,79.0570,79.1340,-0.0428,0.0000,6,1569.6575,241.6684,705.8709,-101.6739,39.7240,116.0269,-16.7126,-0.6840,33.3646,0.0000,0.0000,7.0434,33.2462,-1.3095,0.0000,34.5557,0.0000,34.5557,8.6257,25.9300,0.0000,25.9300,-0.0834,26.0133,0.0000,19.7385,14.5999,-8.3251,1.2848,8360.3847,8360.3847,8360.3847,8360.3847,8360.3847 +1073.5000,1.0000,14934.1966,78.9510,78.9800,-0.0161,0.0000,6,1564.6600,283.9607,685.9401,-101.3775,46.5272,112.3918,-16.6108,0.2016,39.2801,0.0000,0.0000,7.0455,39.3472,-1.4353,0.0000,40.7825,0.0000,40.7825,8.6142,32.1683,0.0000,32.1683,-0.0314,32.1997,0.0000,20.7506,14.5803,-3.1312,1.2562,9654.9529,9654.9529,9654.9529,9654.9529,9654.9529 +1074.5000,1.0000,14956.0000,78.8875,78.9220,-0.0192,0.0000,6,1560.9980,281.5852,698.6710,-101.1603,46.0300,114.2099,-16.5364,-0.5522,39.5763,0.0000,0.0000,7.0058,39.4475,-1.4366,0.0000,40.8842,0.0000,40.8842,8.6072,32.2769,0.0000,32.2769,-0.0373,32.3142,0.0000,21.4677,14.5686,-3.7221,1.2304,9555.5479,9555.5479,9555.5479,9555.5479,9555.5479 +1075.5000,1.0000,14977.7737,78.7805,78.8530,-0.0403,0.0000,6,1555.6955,252.2073,696.6329,-100.8459,41.0876,113.4899,-16.4290,0.0437,34.0903,0.0000,0.0000,6.9536,34.1317,-1.3246,0.0000,35.4563,0.0000,35.4563,8.5956,26.8607,0.0000,26.8607,-0.0782,26.9390,0.0000,20.2013,14.5488,-7.8111,1.1918,8596.8883,8596.8883,8596.8883,8596.8883,8596.8883 +1076.5000,1.0000,14999.5231,78.6930,78.7080,-0.0083,0.0000,6,1552.6815,290.3052,686.0412,-100.6671,47.2026,111.5478,-16.3681,-0.3310,40.5489,0.0000,0.0000,6.9847,40.4659,-1.4555,0.0000,41.9214,0.0000,41.9214,8.5860,33.3354,0.0000,33.3354,-0.0162,33.3516,0.0000,20.4332,14.5327,-1.6143,1.2288,9773.1394,9773.1394,9773.1394,9773.1394,9773.1394 +1077.5000,1.0000,15021.2655,78.6675,78.6780,-0.0058,0.0000,6,1550.3925,290.6292,697.9822,-100.5313,47.1856,113.3221,-16.3219,0.1126,40.2073,0.0000,0.0000,6.8657,40.2434,-1.4506,0.0000,41.6939,0.0000,41.6939,8.5832,33.1107,0.0000,33.1107,-0.0113,33.1220,0.0000,19.7237,14.5279,-1.1296,1.1155,9767.8216,9767.8216,9767.8216,9767.8216,9767.8216 +1078.5000,1.0000,15043.0011,78.6435,78.6570,-0.0075,0.0000,6,1554.0930,221.7399,698.6514,-100.7508,36.0869,113.7015,-16.3966,0.2403,29.0166,0.0000,0.0000,6.8299,29.0686,-1.2175,0.0000,30.2861,0.0000,30.2861,8.5806,21.7055,0.0000,21.7055,-0.0145,21.7200,0.0000,8.6485,14.5235,-1.4520,1.0632,7680.5361,7680.5361,7680.5361,7680.5361,7680.5361 +1079.5000,1.0000,15064.7655,78.7470,78.6300,0.0650,0.0000,6,1557.5645,256.6754,677.0648,-100.9567,41.8657,110.4345,-16.4668,0.0912,34.8103,0.0000,0.0000,6.9642,34.7799,-1.3377,0.0000,36.1176,0.0000,36.1176,8.5919,27.5257,0.0000,27.5257,0.1262,27.3995,0.0000,0.2567,14.5426,12.6002,1.2047,8749.8846,8749.8846,8749.8846,8749.8846,8749.8846 +1080.5000,1.0000,15086.5976,78.9905,78.8640,0.0703,0.0000,6,1560.5780,261.7692,689.2960,-101.1354,42.7792,112.6471,-16.5279,0.1974,35.6596,0.0000,0.0000,6.9222,35.6496,-1.3588,0.0000,37.0083,0.0000,37.0083,8.6185,28.3899,0.0000,28.3899,0.1369,28.2530,0.0000,0.0000,14.5876,13.6654,1.1425,8930.2832,8930.2832,8930.2832,8930.2832,8930.2832 +1081.5000,1.0000,15108.4449,79.0455,79.1170,-0.0397,0.0000,6,1559.8915,129.3496,690.9721,-101.0947,21.1294,112.8713,-16.5140,-0.2631,14.5092,0.0000,0.0000,6.8833,14.4968,-0.9188,0.0000,15.4155,0.0000,15.4155,8.6245,6.7910,0.0000,6.7910,-0.0774,6.8685,0.0000,0.0000,14.5977,-7.7293,1.1173,4978.6587,4978.6587,4978.6587,4978.6587,4978.6587 +1082.5000,1.0000,15130.2423,78.8655,78.9740,-0.0603,0.0000,6,1559.1285,107.6119,647.5335,-101.0495,17.5700,105.7238,-16.4985,0.1899,10.4883,0.0000,0.0000,6.8917,10.5161,-0.8336,0.0000,11.3498,0.0000,11.3498,8.6048,2.7449,0.0000,2.7449,-0.1172,2.8621,0.0000,0.0000,14.5645,-11.7024,1.1172,4361.1231,4361.1231,4361.1231,4361.1231,4361.1231 +1083.5000,1.0000,15151.9318,78.4775,78.7570,-0.1553,0.0000,6,1551.2700,-13.9531,638.0176,-100.5834,-2.2667,103.6451,-16.3396,-0.9376,-8.1114,0.0000,0.0000,6.7823,-8.0887,-0.8463,0.0000,-7.2425,0.0000,-7.2425,8.5625,-15.8050,0.0000,-15.8050,-0.3004,-15.5046,0.0000,0.0000,14.4929,-29.9974,1.1031,1956.7217,1956.7217,1956.7217,1956.7217,1956.7217 +1084.5000,1.0000,15173.4525,77.8695,78.1980,-0.1825,0.0000,6,1538.9105,-42.0314,593.0931,-99.8504,-6.7735,95.5795,-16.0913,-0.2379,-13.3117,0.0000,0.0000,6.7761,-13.3462,-0.8894,0.0000,-12.4568,0.0000,-12.4568,8.4962,-20.9530,0.0000,-20.9530,-0.3504,-20.6026,0.0000,0.0000,14.3806,-34.9832,1.1008,1274.7834,1274.7834,1274.7834,1274.7834,1274.7834 +1085.5000,1.0000,15194.7795,77.1725,77.5410,-0.2047,0.0000,6,1528.8015,-71.6916,579.7751,-99.2508,-11.4775,92.8195,-15.8896,-0.7127,-17.5334,0.0000,0.0000,6.7687,-17.5301,-0.9209,0.0000,-16.6092,0.0000,-16.6092,8.4201,-25.0294,0.0000,-25.0294,-0.3895,-24.6398,0.0000,0.0000,14.2519,-38.8917,1.0975,555.0164,555.0164,555.0164,555.0164,555.0164 +1086.5000,1.0000,15215.9133,76.4765,76.8040,-0.1819,0.0000,6,1517.6625,-40.7919,565.2950,-98.5902,-6.4830,89.8419,-15.6689,-0.3306,-12.9699,0.0000,0.0000,6.8175,-12.9952,-0.8669,0.0000,-12.1283,0.0000,-12.1283,8.3442,-20.4725,0.0000,-20.4725,-0.3431,-20.1295,0.0000,0.0000,14.1233,-34.2528,1.1219,1256.0695,1256.0695,1256.0695,1256.0695,1256.0695 +1087.5000,1.0000,15236.9216,76.0250,76.1490,-0.0689,0.0000,6,1504.2345,91.4710,570.9496,-97.7938,14.4088,89.9377,-15.4048,-0.9127,8.5971,0.0000,0.0000,6.7244,8.5546,-0.7587,0.0000,9.3133,0.0000,9.3133,8.2949,1.0184,0.0000,1.0184,-0.1291,1.1475,0.0000,0.0000,14.0399,-12.8924,1.0884,3819.3040,3819.3040,3819.3040,3819.3040,3819.3040 +1088.5000,1.0000,15257.8607,75.7760,75.9010,-0.0694,0.0000,6,1492.8280,95.6154,613.8262,-97.1173,14.9474,95.9586,-15.1822,-0.1399,8.4197,0.0000,0.0000,6.6676,8.4250,-0.7531,0.0000,9.1781,0.0000,9.1781,8.2678,0.9104,0.0000,0.9104,-0.1297,1.0401,0.0000,0.0000,13.9940,-12.9538,1.0550,3862.5220,3862.5220,3862.5220,3862.5220,3862.5220 +1089.5000,1.0000,15278.7762,75.6910,75.6510,0.0222,0.0000,6,1493.0950,205.8220,615.1203,-97.1332,32.1816,96.1781,-15.1874,0.1644,25.2978,0.0000,0.0000,6.7194,25.3148,-1.1040,0.0000,26.4188,0.0000,26.4188,8.2585,18.1603,0.0000,18.1603,0.0415,18.1188,0.0000,0.0000,13.9783,4.1406,1.1134,6917.9995,6917.9995,6917.9995,6917.9995,6917.9995 +1090.5000,1.0000,15299.7077,75.7485,75.7310,0.0097,0.0000,6,1502.2885,192.9315,656.0837,-97.6784,30.3518,103.2146,-15.3667,0.6827,22.9201,0.0000,0.0000,6.7490,23.0277,-1.0570,0.0000,24.0847,0.0000,24.0847,8.2648,15.8199,0.0000,15.8199,0.0182,15.8018,0.0000,0.0000,13.9889,1.8129,1.1022,6600.0336,6600.0336,6600.0336,6600.0336,6600.0336 +1091.5000,1.0000,15320.6530,75.7980,75.7660,0.0178,0.0000,6,1505.4550,196.7382,652.7592,-97.8662,31.0160,102.9081,-15.4287,-0.3914,24.6092,0.0000,0.0000,6.7982,24.5297,-1.0889,0.0000,25.6185,0.0000,25.6185,8.2702,17.3484,0.0000,17.3484,0.0332,17.3152,0.0000,0.0000,13.9980,3.3171,1.1321,6720.9474,6720.9474,6720.9474,6720.9474,6720.9474 +1092.5000,1.0000,15341.6064,75.8275,75.8300,-0.0014,0.0000,6,1505.1880,178.1580,654.1640,-97.8504,28.0818,103.1112,-15.4235,0.3667,20.9434,0.0000,0.0000,6.7717,20.9993,-1.0157,0.0000,22.0150,0.0000,22.0150,8.2734,13.7416,0.0000,13.7416,-0.0026,13.7442,0.0000,0.0000,14.0035,-0.2593,1.0887,6190.9021,6190.9021,6190.9021,6190.9021,6190.9021 +1093.5000,1.0000,15362.5515,75.7975,75.8250,-0.0153,0.0000,6,1502.8225,156.5988,647.1073,-97.7101,24.6448,101.8386,-15.3771,-0.5844,18.4983,0.0000,0.0000,6.7308,18.4271,-0.9617,0.0000,19.3888,0.0000,19.3888,8.2701,11.1187,0.0000,11.1187,-0.0286,11.1473,0.0000,0.0000,13.9979,-2.8507,1.0878,5573.4687,5573.4687,5573.4687,5573.4687,5573.4687 +1094.5000,1.0000,15383.4794,75.7355,75.7700,-0.0192,0.0000,6,1502.4410,158.5918,639.3836,-97.6874,24.9521,100.5976,-15.3697,0.5491,17.6171,0.0000,0.0000,6.7859,17.6949,-0.9458,0.0000,18.6407,0.0000,18.6407,8.2633,10.3773,0.0000,10.3773,-0.0358,10.4131,0.0000,0.0000,13.9865,-3.5733,1.1168,5628.6903,5628.6903,5628.6903,5628.6903,5628.6903 +1095.5000,1.0000,15404.3885,75.6680,75.7010,-0.0183,0.0000,6,1500.6865,152.4686,639.6203,-97.5834,23.9607,100.5173,-15.3354,-0.7101,17.9172,0.0000,0.0000,6.7536,17.8330,-0.9478,0.0000,18.7808,0.0000,18.7808,8.2560,10.5249,0.0000,10.5249,-0.0342,10.5591,0.0000,0.0000,13.9740,-3.4149,1.1016,5449.9833,5449.9833,5449.9833,5449.9833,5449.9833 +1096.5000,1.0000,15425.2802,75.6050,75.6350,-0.0167,0.0000,6,1493.5530,159.2947,635.5858,-97.1603,24.9144,99.4085,-15.1963,0.0525,18.1112,0.0000,0.0000,6.7507,18.1253,-0.9532,0.0000,19.0785,0.0000,19.0785,8.2491,10.8294,0.0000,10.8294,-0.0311,10.8605,0.0000,0.0000,13.9624,-3.1019,1.0990,5609.5137,5609.5137,5609.5137,5609.5137,5609.5137 +1097.5000,1.0000,15446.1522,75.5345,75.5750,-0.0225,0.0000,6,1487.8310,149.2186,636.3098,-96.8210,23.2491,99.1404,-15.0852,-0.5751,17.0987,0.0000,0.0000,6.7254,17.0355,-0.9296,0.0000,17.9652,0.0000,17.9652,8.2414,9.7238,0.0000,9.7238,-0.0419,9.7657,0.0000,0.0000,13.9494,-4.1837,1.1260,5296.3812,5296.3812,5296.3812,5296.3812,5296.3812 +1098.5000,1.0000,15467.0282,75.5485,75.4940,0.0303,0.0000,6,1491.0735,218.9777,633.3437,-97.0133,34.1922,98.8934,-15.1481,0.8732,26.5992,0.0000,0.0000,6.7198,26.7500,-1.1322,0.0000,27.8822,0.0000,27.8822,8.2429,19.6393,0.0000,19.6393,0.0564,19.5829,0.0000,0.0000,13.9519,5.6309,1.0689,7287.0729,7287.0729,7287.0729,7287.0729,7287.0729 +1099.5000,1.0000,15487.9206,75.6080,75.6030,0.0028,0.0000,6,1496.9860,179.8224,659.4023,-97.3639,28.1897,103.3706,-15.2632,-0.3332,21.7608,0.0000,0.0000,6.7620,21.7067,-1.0278,0.0000,22.7345,0.0000,22.7345,8.2494,14.4851,0.0000,14.4851,0.0052,14.4799,0.0000,0.0000,13.9629,0.5170,1.1148,6207.2350,6207.2350,6207.2350,6207.2350,6207.2350 +1100.5000,1.0000,15508.8173,75.6230,75.6130,0.0056,0.0000,6,1495.1170,185.8780,645.4979,-97.2531,29.1026,101.0645,-15.2267,0.1611,22.1995,0.0000,0.0000,6.7420,22.2226,-1.0388,0.0000,23.2613,0.0000,23.2613,8.2511,15.0103,0.0000,15.0103,0.0104,14.9999,0.0000,0.0000,13.9657,1.0342,1.0996,6369.4708,6369.4708,6369.4708,6369.4708,6369.4708 +1101.5000,1.0000,15529.7241,75.6595,75.6330,0.0147,0.0000,6,1497.8255,196.0176,648.1886,-97.4137,30.7457,101.6696,-15.2795,0.0877,23.9155,0.0000,0.0000,6.7425,23.9223,-1.0746,0.0000,24.9969,0.0000,24.9969,8.2550,16.7419,0.0000,16.7419,0.0275,16.7144,0.0000,0.0000,13.9724,2.7420,1.1006,6669.6648,6669.6648,6669.6648,6669.6648,6669.6648 +1102.5000,1.0000,15550.6418,75.6990,75.6860,0.0072,0.0000,6,1494.8120,185.1804,651.1784,-97.2350,28.9875,101.9331,-15.2208,-0.3642,22.6158,0.0000,0.0000,6.7358,22.5519,-1.0465,0.0000,23.5984,0.0000,23.5984,8.2594,15.3390,0.0000,15.3390,0.0135,15.3256,0.0000,0.0000,13.9797,1.3458,1.1140,6348.2372,6348.2372,6348.2372,6348.2372,6348.2372 +1103.5000,1.0000,15571.5676,75.7280,75.7120,0.0089,0.0000,6,1494.7740,191.1343,647.2120,-97.2327,29.9187,101.3096,-15.2201,0.3607,22.8127,0.0000,0.0000,6.7454,22.8678,-1.0534,0.0000,23.9212,0.0000,23.9212,8.2625,15.6587,0.0000,15.6587,0.0166,15.6421,0.0000,0.0000,13.9851,1.6570,1.0849,6516.5442,6516.5442,6516.5442,6516.5442,6516.5442 +1104.5000,1.0000,15592.5168,75.8120,75.7440,0.0378,0.0000,6,1493.5910,221.5546,649.0349,-97.1626,34.6530,101.5146,-15.1970,-0.4689,28.3494,0.0000,0.0000,6.7725,28.2271,-1.1661,0.0000,29.3931,0.0000,29.3931,8.2717,21.1214,0.0000,21.1214,0.0706,21.0508,0.0000,0.0000,14.0006,7.0502,1.1136,7379.8963,7379.8963,7379.8963,7379.8963,7379.8963 +1105.5000,1.0000,15613.4882,75.8925,75.8800,0.0069,0.0000,6,1492.4845,189.8602,659.4801,-97.0969,29.6737,103.0719,-15.1755,0.3671,22.5007,0.0000,0.0000,6.8059,22.5574,-1.0489,0.0000,23.6063,0.0000,23.6063,8.2805,15.3258,0.0000,15.3258,0.0130,15.3128,0.0000,0.0000,14.0155,1.2974,1.0986,6469.2927,6469.2927,6469.2927,6469.2927,6469.2927 +1106.5000,1.0000,15634.4717,75.9355,75.9050,0.0169,0.0000,6,1499.0080,200.9528,649.7437,-97.4838,31.5447,101.9940,-15.3026,0.2318,24.3883,0.0000,0.0000,6.9246,24.4195,-1.0882,0.0000,25.5077,0.0000,25.5077,8.2852,17.2225,0.0000,17.2225,0.0317,17.1908,0.0000,0.0000,14.0234,3.1674,1.1010,6814.1313,6814.1313,6814.1313,6814.1313,6814.1313 +1107.5000,1.0000,15655.4618,75.9595,75.9660,-0.0036,0.0000,6,1498.6650,174.1086,653.8458,-97.4635,27.3246,102.6145,-15.2959,-0.2633,20.6619,0.0000,0.0000,6.9260,20.6242,-1.0094,0.0000,21.6336,0.0000,21.6336,8.2878,13.3458,0.0000,13.3458,-0.0068,13.3526,0.0000,0.0000,14.0278,-0.6752,1.1009,6053.7440,6053.7440,6053.7440,6053.7440,6053.7440 +1108.5000,1.0000,15676.4622,75.9965,75.9530,0.0242,0.0000,6,1498.4360,210.2992,644.3564,-97.4499,32.9993,101.1097,-15.2914,0.2422,25.7452,0.0000,0.0000,7.0119,25.7756,-1.1172,0.0000,26.8928,0.0000,26.8928,8.2918,18.6010,0.0000,18.6010,0.0453,18.5557,0.0000,0.0000,14.0347,4.5211,1.1008,7083.7701,7083.7701,7083.7701,7083.7701,7083.7701 +1109.5000,1.0000,15697.4823,76.0675,76.0400,0.0153,0.0000,6,1498.3215,196.9942,657.0216,-97.4431,30.9091,103.0892,-15.2892,-0.2527,24.2057,0.0000,0.0000,6.9562,24.1526,-1.0842,0.0000,25.2368,0.0000,25.2368,8.2996,16.9372,0.0000,16.9372,0.0287,16.9086,0.0000,0.0000,14.0478,2.8608,1.0716,6699.7268,6699.7268,6699.7268,6699.7268,6699.7268 +1110.5000,1.0000,15718.5289,76.1630,76.0950,0.0378,0.0000,6,1500.6485,227.8202,652.8801,-97.5811,35.8014,102.5985,-15.3346,0.4676,28.2860,0.0000,0.0000,7.0478,28.3563,-1.1729,0.0000,29.5292,0.0000,29.5292,8.3100,21.2192,0.0000,21.2192,0.0709,21.1483,0.0000,0.0000,14.0654,7.0829,1.1016,7610.5838,7610.5838,7610.5838,7610.5838,7610.5838 +1111.5000,1.0000,15739.5904,76.2165,76.2310,-0.0081,0.0000,6,1509.1170,172.2879,665.5753,-98.0834,27.2274,105.1838,-15.5005,0.3146,19.8195,0.0000,0.0000,7.0932,19.8679,-0.9967,0.0000,20.8646,0.0000,20.8646,8.3158,12.5488,0.0000,12.5488,-0.0151,12.5639,0.0000,0.0000,14.0753,-1.5114,1.0902,6036.9178,6036.9178,6036.9178,6036.9178,6036.9178 +1112.5000,1.0000,15760.6546,76.2260,76.2020,0.0133,0.0000,6,1512.5505,195.1259,647.6198,-98.2870,30.9068,102.5790,-15.5681,0.0036,23.8482,0.0000,0.0000,7.0550,23.8413,-1.0796,0.0000,24.9209,0.0000,24.9209,8.3169,16.6040,0.0000,16.6040,0.0251,16.5790,0.0000,0.0000,14.0771,2.5019,1.0915,6705.7433,6705.7433,6705.7433,6705.7433,6705.7433 +1113.5000,1.0000,15781.7347,76.2835,76.2500,0.0186,0.0000,6,1516.6325,203.3332,656.6054,-98.5291,32.2937,104.2830,-15.6485,0.3766,24.7844,0.0000,0.0000,7.1326,24.8396,-1.1011,0.0000,25.9407,0.0000,25.9407,8.3231,17.6176,0.0000,17.6176,0.0350,17.5826,0.0000,0.0000,14.0877,3.4949,1.1342,6967.7707,6967.7707,6967.7707,6967.7707,6967.7707 +1114.5000,1.0000,15802.8353,76.3575,76.3170,0.0225,0.0000,6,1518.1585,204.4084,659.9607,-98.6196,32.4971,104.9213,-15.6787,-0.2347,25.6427,0.0000,0.0000,7.0891,25.5866,-1.1175,0.0000,26.7042,0.0000,26.7042,8.3312,18.3730,0.0000,18.3730,0.0424,18.3306,0.0000,0.0000,14.1013,4.2293,1.1220,7006.3322,7006.3322,7006.3322,7006.3322,7006.3322 +1115.5000,1.0000,15823.9564,76.4310,76.3980,0.0183,0.0000,6,1516.0605,201.4245,659.9152,-98.4952,31.9784,104.7691,-15.6372,0.0391,24.8392,0.0000,0.0000,7.1002,24.8353,-1.1027,0.0000,25.9381,0.0000,25.9381,8.3392,17.5988,0.0000,17.5988,0.0345,17.5643,0.0000,0.0000,14.1149,3.4494,1.1073,6909.2294,6909.2294,6909.2294,6909.2294,6909.2294 +1116.5000,1.0000,15845.0822,76.4480,76.4640,-0.0089,0.0000,6,1506.9810,164.9195,656.6994,-97.9567,26.0261,103.6342,-15.4586,-0.8791,19.8934,0.0000,0.0000,7.0118,19.7721,-0.9975,0.0000,20.7696,0.0000,20.7696,8.3411,12.4285,0.0000,12.4285,-0.0168,12.4453,0.0000,0.0000,14.1181,-1.6728,1.1040,5821.7933,5821.7933,5821.7933,5821.7933,5821.7933 +1117.5000,1.0000,15866.1914,76.3880,76.4320,-0.0244,0.0000,6,1504.2725,155.2409,642.9092,-97.7961,24.4546,101.2756,-15.4055,0.6273,16.7773,0.0000,0.0000,7.0500,16.8628,-0.9361,0.0000,17.7989,0.0000,17.7989,8.3345,9.4644,0.0000,9.4644,-0.0460,9.5104,0.0000,0.0000,14.1070,-4.5966,1.1175,5539.5198,5539.5198,5539.5198,5539.5198,5539.5198 +1118.5000,1.0000,15887.2345,76.1505,76.3440,-0.1075,0.0000,6,1504.9595,49.2947,639.6083,-97.8368,7.7688,100.8016,-15.4190,-0.5641,1.2979,0.0000,0.0000,7.0350,1.2959,-0.7223,0.0000,2.0183,0.0000,2.0183,8.3086,-6.2904,0.0000,-6.2904,-0.2018,-6.0885,0.0000,0.0000,14.0631,-20.1516,1.1032,3063.4418,3063.4418,3063.4418,3063.4418,3063.4418 +1119.5000,1.0000,15908.1410,75.6585,75.9570,-0.1658,0.0000,6,1498.0165,-17.7783,600.4887,-97.4250,-2.7889,94.1998,-15.2833,-0.0772,-9.7591,0.0000,0.0000,7.0474,-9.7923,-0.8244,0.0000,-8.9679,0.0000,-8.9679,8.2549,-17.2229,0.0000,-17.2229,-0.3093,-16.9135,0.0000,0.0000,13.9723,-30.8858,1.1152,1750.4349,1750.4349,1750.4349,1750.4349,1750.4349 +1120.5000,1.0000,15928.8696,75.0180,75.3600,-0.1900,0.0000,6,1490.1580,-50.4330,574.0174,-96.9590,-7.8700,89.5748,-15.1303,-0.6423,-14.2612,0.0000,0.0000,7.0335,-14.2591,-0.8595,0.0000,-13.3996,0.0000,-13.3996,8.1851,-21.5846,0.0000,-21.5846,-0.3514,-21.2332,0.0000,0.0000,13.8540,-35.0872,1.0977,980.3898,980.3898,980.3898,980.3898,980.3898 +1121.5000,1.0000,15949.4583,74.5145,74.6760,-0.0897,0.0000,6,1472.5340,68.7414,555.8258,-95.9137,10.6002,85.7102,-14.7902,-0.9590,4.6240,0.0000,0.0000,6.9351,4.6007,-0.6678,0.0000,5.2685,0.0000,5.2685,8.1301,-2.8616,0.0000,-2.8616,-0.1648,-2.6967,0.0000,0.0000,13.7610,-16.4577,1.0912,3318.3731,3318.3731,3318.3731,3318.3731,3318.3731 +1122.5000,1.0000,15969.9448,74.1465,74.3530,-0.1147,0.0000,6,1463.1880,45.3803,596.2711,-95.3594,6.9534,91.3635,-14.6114,0.1131,-0.0747,0.0000,0.0000,6.9150,-0.0750,-0.7087,0.0000,0.6337,0.0000,0.6337,8.0900,-7.4563,0.0000,-7.4563,-0.2097,-7.2465,0.0000,0.0000,13.6930,-20.9396,1.0736,2870.4899,2870.4899,2870.4899,2870.4899,2870.4899 +1123.5000,1.0000,15990.3002,73.6745,73.9400,-0.1475,0.0000,6,1466.1250,5.9044,588.5122,-95.5336,0.9065,90.3556,-14.6675,0.1511,-6.1072,0.0000,0.0000,6.8627,-6.1363,-0.7618,0.0000,-5.3745,0.0000,-5.3745,8.0385,-13.4130,0.0000,-13.4130,-0.2679,-13.1450,0.0000,0.0000,13.6059,-26.7509,1.0603,2192.4994,2192.4994,2192.4994,2192.4994,2192.4994 +1124.5000,1.0000,16010.5174,73.1770,73.4090,-0.1289,0.0000,6,1456.3970,20.3935,570.9381,-94.9567,3.1103,87.0758,-14.4822,-1.0201,-2.6859,0.0000,0.0000,6.8163,-2.6733,-0.7213,0.0000,-1.9521,0.0000,-1.9521,7.9842,-9.9363,0.0000,-9.9363,-0.2325,-9.7037,0.0000,0.0000,13.5140,-23.2177,1.0857,2419.4860,2419.4860,2419.4860,2419.4860,2419.4860 +1125.5000,1.0000,16030.6110,72.7320,72.9450,-0.1183,0.0000,6,1440.2225,36.9252,571.0369,-93.9974,5.5691,86.1236,-14.1767,-0.4218,-0.7280,0.0000,0.0000,6.7188,-0.7277,-0.6963,0.0000,-0.0314,0.0000,-0.0314,7.9356,-7.9670,0.0000,-7.9670,-0.2122,-7.7548,0.0000,0.0000,13.4318,-21.1866,1.0669,2667.1044,2667.1044,2667.1044,2667.1044,2667.1044 +1126.5000,1.0000,16050.5812,72.2880,72.5190,-0.1283,0.0000,6,1432.4785,25.6344,574.7388,-93.5381,3.8454,86.2159,-14.0315,-0.2618,-2.5338,0.0000,0.0000,6.6410,-2.5367,-0.7082,0.0000,-1.8285,0.0000,-1.8285,7.8872,-9.7157,0.0000,-9.7157,-0.2287,-9.4870,0.0000,0.0000,13.3498,-22.8368,1.0505,2455.8940,2455.8940,2455.8940,2455.8940,2455.8940 +1127.5000,1.0000,16070.4495,71.9210,72.0570,-0.0756,0.0000,6,1422.9800,86.8747,567.4602,-92.9748,12.9456,84.5596,-13.8546,-0.5700,6.9597,0.0000,0.0000,6.5559,6.9409,-0.6775,0.0000,7.6184,0.0000,7.6184,7.8471,-0.2287,0.0000,-0.2287,-0.1340,-0.0947,0.0000,0.0000,13.2820,-13.3768,1.0336,3493.8984,3493.8984,3493.8984,3493.8984,3493.8984 +1128.5000,1.0000,16090.2424,71.6495,71.7850,-0.0753,0.0000,6,1412.4135,89.3535,587.7813,-92.3481,13.2161,86.9373,-13.6590,-0.3507,6.9710,0.0000,0.0000,6.5958,6.9642,-0.6749,0.0000,7.6392,0.0000,7.6392,7.8175,-0.1784,0.0000,-0.1784,-0.1330,-0.0454,0.0000,0.0000,13.2319,-13.2773,1.1010,3506.4012,3506.4012,3506.4012,3506.4012,3506.4012 +1129.5000,1.0000,16109.9498,71.3415,71.5140,-0.0958,0.0000,6,1408.2555,66.9554,587.3780,-92.1015,9.8741,86.6219,-13.5824,-0.0099,3.3142,0.0000,0.0000,6.5698,3.3219,-0.6383,0.0000,3.9602,0.0000,3.9602,7.7839,-3.8237,0.0000,-3.8237,-0.1686,-3.6551,0.0000,0.0000,13.1750,-16.8302,1.0998,3111.1173,3111.1173,3111.1173,3111.1173,3111.1173 +1130.5000,1.0000,16129.5436,70.9330,71.1690,-0.1311,0.0000,6,1408.2935,24.3111,578.6709,-92.1037,3.5853,85.3402,-13.5831,0.0132,-2.9686,0.0000,0.0000,6.5407,-2.9788,-0.6947,0.0000,-2.2841,0.0000,-2.2841,7.7394,-10.0235,0.0000,-10.0235,-0.2293,-9.7942,0.0000,0.0000,13.0996,-22.8938,1.0998,2378.9992,2378.9992,2378.9992,2378.9992,2378.9992 +1131.5000,1.0000,16148.9986,70.4330,70.6970,-0.1467,0.0000,6,1395.3995,-3.1143,558.3503,-91.3390,-0.4551,81.5894,-13.3470,-1.1180,-5.7393,0.0000,0.0000,6.4022,-5.7070,-0.7149,0.0000,-4.9921,0.0000,-4.9921,7.6848,-12.6769,0.0000,-12.6769,-0.2547,-12.4222,0.0000,0.0000,13.0072,-25.4294,1.0397,1866.3379,1866.3379,1866.3379,1866.3379,1866.3379 +1132.5000,1.0000,16168.3261,69.9740,70.1690,-0.1083,0.0000,6,1379.1485,49.9156,542.4438,-90.3752,7.2090,78.3419,-13.0524,-0.2714,1.0665,0.0000,0.0000,6.4139,1.0670,-0.6426,0.0000,1.7096,0.0000,1.7096,7.6347,-5.9251,0.0000,-5.9251,-0.1869,-5.7382,0.0000,0.0000,12.9225,-18.6607,1.0490,2725.4018,2725.4018,2725.4018,2725.4018,2725.4018 +1133.5000,1.0000,16187.5462,69.5875,69.7790,-0.1064,0.0000,6,1374.0750,54.1524,561.9842,-90.0743,7.7921,80.8655,-12.9610,-0.1577,1.4003,0.0000,0.0000,6.5495,1.4023,-0.6343,0.0000,2.0366,0.0000,2.0366,7.5925,-5.5560,0.0000,-5.5560,-0.1825,-5.3735,0.0000,0.0000,12.8511,-18.2245,1.2303,2779.9851,2779.9851,2779.9851,2779.9851,2779.9851 +1134.5000,1.0000,16206.6549,69.1865,69.3960,-0.1164,0.0000,6,1367.2465,40.1410,561.7151,-89.6693,5.7473,80.4251,-12.8387,-0.4164,-0.3418,0.0000,0.0000,6.5055,-0.3416,-0.6462,0.0000,0.3046,0.0000,0.3046,7.5488,-7.2442,0.0000,-7.2442,-0.1985,-7.0456,0.0000,0.0000,12.7770,-19.8227,1.2147,2514.9632,2514.9632,2514.9632,2514.9632,2514.9632 +1135.5000,1.0000,16225.6864,68.9085,68.9770,-0.0381,0.0000,6,1361.4100,135.8027,554.3715,-89.3232,19.3609,79.0348,-12.7345,-0.0733,12.9505,0.0000,0.0000,6.4837,12.9551,-0.7691,0.0000,13.7241,0.0000,13.7241,7.5185,6.2057,0.0000,6.2057,-0.0647,6.2703,0.0000,0.0000,12.7257,-6.4554,1.2130,4426.2242,4426.2242,4426.2242,4426.2242,4426.2242 +1136.5000,1.0000,16244.7440,69.0025,68.8400,0.0903,0.0000,6,1355.6500,287.5046,591.4059,-88.9816,40.8151,83.9580,-12.6321,-0.4065,34.7467,0.0000,0.0000,6.4749,34.5402,-1.2198,0.0000,35.7600,0.0000,35.7600,7.5287,28.2313,0.0000,28.2313,0.1536,28.0777,0.0000,0.0000,12.7431,15.3347,1.1972,8395.7655,8395.7655,8395.7655,8395.7655,8395.7655 +1137.5000,1.0000,16263.9029,69.3670,69.1650,0.1122,0.0000,6,1355.8025,318.9754,652.3282,-88.9906,45.2879,92.6171,-12.6348,0.4193,38.3981,0.0000,0.0000,6.4705,38.4288,-1.3049,0.0000,39.7337,0.0000,39.7337,7.5685,32.1652,0.0000,32.1652,0.1919,31.9733,0.0000,0.0000,12.8104,19.1629,1.1972,9223.1086,9223.1086,9223.1086,9223.1086,9223.1086 +1138.5000,1.0000,16283.1889,69.8250,69.5690,0.1422,0.0000,6,1364.7290,354.1148,665.9502,-89.5200,50.6080,95.1737,-12.7937,0.3261,43.8183,0.0000,0.0000,6.4635,43.7828,-1.4215,0.0000,45.2042,0.0000,45.2042,7.6185,37.5858,0.0000,37.5858,0.2448,37.3409,0.0000,0.0000,12.8950,24.4460,1.1857,10217.9678,10217.9678,10217.9678,10217.9678,10217.9678 +1139.5000,1.0000,16302.6293,70.3805,70.0810,0.1664,0.0000,6,1375.1050,383.1146,681.7212,-90.1354,55.1688,98.1683,-12.9796,0.5476,48.2494,0.0000,0.0000,6.3717,48.2716,-1.5212,0.0000,49.7928,0.0000,49.7928,7.6791,42.1137,0.0000,42.1137,0.2887,41.8250,0.0000,0.0000,12.9975,28.8274,1.0760,11104.9629,11104.9629,11104.9629,11104.9629,11104.9629 +1140.5000,1.0000,16322.2224,70.9300,70.6800,0.1389,0.0000,6,1391.8900,350.0797,695.4869,-91.1309,51.0270,101.3730,-13.2831,0.8804,43.7267,0.0000,0.0000,6.4199,43.8956,-1.4362,0.0000,45.3318,0.0000,45.3318,7.7390,37.5927,0.0000,37.5927,0.2429,37.3499,0.0000,0.0000,13.0990,24.2508,1.0527,10339.6903,10339.6903,10339.6903,10339.6903,10339.6903 +1141.5000,1.0000,16341.9268,71.3310,71.1800,0.0839,0.0000,6,1404.8220,280.5838,685.6584,-91.8979,41.2774,100.8690,-13.5193,0.2271,34.5953,0.0000,0.0000,6.4551,34.5869,-1.2468,0.0000,35.8337,0.0000,35.8337,7.7828,28.0509,0.0000,28.0509,0.1475,27.9034,0.0000,0.0000,13.1731,14.7303,1.0565,8525.1002,8525.1002,8525.1002,8525.1002,8525.1002 +1142.5000,1.0000,16361.7335,71.6995,71.4820,0.1208,0.0000,6,1407.6830,324.3805,660.4942,-92.0675,47.8176,97.3649,-13.5719,0.0198,41.3340,0.0000,0.0000,6.4638,41.2157,-1.3891,0.0000,42.6048,0.0000,42.6048,7.8230,34.7818,0.0000,34.7818,0.2136,34.5682,0.0000,0.0000,13.2411,21.3271,1.0433,9754.9633,9754.9633,9754.9633,9754.9633,9754.9633 +1143.5000,1.0000,16381.6293,72.0200,71.9170,0.0572,0.0000,6,1415.7320,264.9028,678.5245,-92.5449,39.2732,100.5947,-13.7203,0.6799,30.1176,0.0000,0.0000,8.4757,30.2407,-1.1641,0.0000,31.4048,0.0000,31.4048,7.8580,23.5468,0.0000,23.5468,0.1016,23.4452,0.0000,0.0000,13.3003,10.1449,1.1020,8150.8294,8150.8294,8150.8294,8150.8294,8150.8294 +1144.5000,1.0000,16401.6053,72.3085,72.1230,0.1031,0.0000,6,1426.4895,315.8190,658.2226,-93.1829,47.1776,98.3264,-13.9198,0.2573,38.4520,0.0000,0.0000,8.4683,38.4325,-1.3380,0.0000,39.7706,0.0000,39.7706,7.8894,31.8811,0.0000,31.8811,0.1837,31.6974,0.0000,0.0000,13.3536,18.3438,1.0347,9649.1155,9649.1155,9649.1155,9649.1155,9649.1155 +1145.5000,1.0000,16421.6619,72.5990,72.4940,0.0583,0.0000,6,1431.4870,262.2489,678.8783,-93.4793,39.3124,101.7672,-14.0130,0.1811,30.6782,0.0000,0.0000,8.4531,30.6780,-1.1798,0.0000,31.8578,0.0000,31.8578,7.9211,23.9367,0.0000,23.9367,0.1044,23.8323,0.0000,0.0000,13.4072,10.4250,1.0361,8155.5000,8155.5000,8155.5000,8155.5000,8155.5000 +1146.5000,1.0000,16441.7825,72.8290,72.7040,0.0694,0.0000,6,1433.6235,275.0999,659.4873,-93.6060,41.3004,99.0080,-14.0529,0.0067,32.7996,0.0000,0.0000,8.4940,32.7452,-1.2255,0.0000,33.9707,0.0000,33.9707,7.9462,26.0245,0.0000,26.0245,0.1247,25.8998,0.0000,0.0000,13.4497,12.4501,1.0790,8533.9269,8533.9269,8533.9269,8533.9269,8533.9269 +1147.5000,1.0000,16461.9683,73.0640,72.9540,0.0611,0.0000,6,1439.4220,267.4928,665.3762,-93.9499,40.3208,100.2961,-14.1616,0.5058,31.2898,0.0000,0.0000,8.5252,31.3670,-1.1995,0.0000,32.5665,0.0000,32.5665,7.9719,24.5946,0.0000,24.5946,0.1101,24.4845,0.0000,0.0000,13.4931,10.9914,1.0666,8351.2011,8351.2011,8351.2011,8351.2011,8351.2011 +1148.5000,1.0000,16482.1835,73.1700,73.1740,-0.0022,0.0000,6,1440.3375,187.3430,663.0997,-94.0042,28.2573,100.0165,-14.1788,-0.4251,20.1916,0.0000,0.0000,8.4908,20.1253,-0.9665,0.0000,21.0918,0.0000,21.0918,7.9834,13.1084,0.0000,13.1084,-0.0040,13.1124,0.0000,0.0000,13.5127,-0.4003,1.0810,6143.0564,6143.0564,6143.0564,6143.0564,6143.0564 +1149.5000,1.0000,16502.3910,73.1420,73.1660,-0.0133,0.0000,6,1437.9725,177.7712,632.7597,-93.8639,26.7695,95.2836,-14.1344,0.2156,18.1017,0.0000,0.0000,8.4522,18.1384,-0.9248,0.0000,19.0632,0.0000,19.0632,7.9804,11.0828,0.0000,11.0828,-0.0240,11.1068,0.0000,0.0000,13.5075,-2.4007,1.0662,5860.6094,5860.6094,5860.6094,5860.6094,5860.6094 +1150.5000,1.0000,16522.5337,72.9090,73.1180,-0.1161,0.0000,6,1440.7570,54.6600,629.6783,-94.0291,8.2469,95.0032,-14.1867,0.0303,-0.3223,0.0000,0.0000,8.5388,-0.3233,-0.6947,0.0000,0.3714,0.0000,0.3714,7.9549,-7.5836,0.0000,-7.5836,-0.2087,-7.3749,0.0000,0.0000,13.4645,-20.8393,1.0811,2972.8087,2972.8087,2972.8087,2972.8087,2972.8087 +1151.5000,1.0000,16542.4562,72.1160,72.7000,-0.3244,0.0000,6,1431.1815,-93.4612,581.0674,-93.4612,-14.0073,87.0863,-14.0073,-0.8717,-21.5762,0.0000,0.0000,8.4407,-21.6016,-0.9094,0.0000,-20.6922,0.0000,-20.6922,7.8684,-28.5607,16.2953,-44.8560,-0.5769,-44.2791,0.0000,0.0000,13.3180,-57.5972,1.0783,0.0000,0.0000,0.0000,0.0000,0.0000 +1152.5000,1.0000,16562.1053,71.1320,71.5320,-0.2222,0.0000,6,1411.1540,-92.2734,517.4710,-92.2734,-13.6358,76.4696,-13.6358,-0.8760,-19.2253,0.0000,0.0000,6.4656,-19.1955,-0.8563,0.0000,-18.3392,0.0000,-18.3392,7.7611,-26.1003,0.0650,-26.1652,-0.3897,-25.7755,0.0000,0.0000,13.1363,-38.9118,1.0725,0.0000,0.0000,0.0000,0.0000,0.0000 +1153.5000,1.0000,16581.5263,70.3105,70.7320,-0.2342,0.0000,6,1392.7670,-91.1829,511.4873,-91.1829,-13.2990,74.6005,-13.2990,-0.7080,-18.9930,0.0000,0.0000,6.4019,-18.9939,-0.8436,0.0000,-18.1503,0.0000,-18.1503,7.6714,-25.8218,2.1294,-27.9511,-0.4059,-27.5452,0.0000,0.0000,12.9846,-40.5298,1.0812,0.0000,0.0000,0.0000,0.0000,0.0000 +1154.5000,1.0000,16600.7300,69.5285,69.8890,-0.2003,0.0000,6,1377.7370,-63.7075,506.7983,-90.2915,-9.1915,73.1190,-13.0269,-0.5713,-14.9857,0.0000,0.0000,6.3655,-14.9900,-0.7942,0.0000,-14.1958,0.0000,-14.1958,7.5861,-21.7819,0.0000,-21.7819,-0.3433,-21.4385,0.0000,0.0000,12.8402,-34.2787,1.0627,501.9584,501.9584,501.9584,501.9584,501.9584 +1155.5000,1.0000,16619.6815,68.6205,69.1680,-0.3042,0.0000,6,1370.9470,-89.8888,515.6735,-89.8888,-12.9049,74.0328,-12.9049,-0.0032,-19.2338,0.0000,0.0000,6.3321,-19.3880,-0.8307,0.0000,-18.5573,0.0000,-18.5573,7.4870,-26.0443,13.1778,-39.2222,-0.5146,-38.7076,0.0000,0.0000,12.6725,-51.3801,1.0607,0.0000,0.0000,0.0000,0.0000,0.0000 +1156.5000,1.0000,16638.2585,67.2725,68.0730,-0.4447,0.1560,6,1352.9415,-88.8209,498.8294,-88.8209,-12.5841,70.6740,-12.5841,-1.4928,-17.3157,0.0000,0.0000,6.2244,-17.2915,-0.7879,0.0000,-16.5036,0.0000,-16.5036,7.3400,-23.8436,35.5842,-59.4277,-0.7376,-58.6901,2.5334,0.0000,12.4236,-73.6471,1.0555,0.0000,0.0000,0.0000,0.0000,0.0000 +1157.5000,1.0000,16656.3002,65.3450,66.4720,-0.6261,1.1190,6,1304.0745,-85.9227,482.4281,-85.9227,-11.7338,65.8815,-11.7338,-2.4746,-15.4884,0.0000,0.0000,6.2291,-15.3867,-0.7450,0.0000,-14.6417,0.0000,-14.6417,7.1297,-21.7714,50.2344,-72.0058,-1.0087,-70.9971,17.6508,0.0000,12.0669,-100.7147,1.0433,0.0000,0.0000,0.0000,0.0000,0.0000 +1158.5000,1.0000,16673.6085,62.7050,64.2180,-0.8406,2.4470,6,1268.2540,-83.7983,472.8464,-83.7983,-11.1294,62.7993,-11.1294,-0.3833,-16.8935,0.0000,0.0000,6.1474,-17.2440,-0.7311,0.0000,-16.5129,0.0000,-16.5129,6.8416,-23.3545,62.4739,-85.8284,-1.2995,-84.5289,37.0302,-3.3886,11.5766,-129.7472,1.0229,0.0000,0.0000,0.0000,0.0000,0.0000 +1159.5000,1.0000,16689.9343,59.1680,61.1920,-1.1244,3.5840,6,1216.5640,-80.7327,457.8433,-80.7327,-10.2852,58.3284,-10.2852,-3.4941,-12.6444,0.0000,0.0000,5.8533,-12.5890,-0.6425,0.0000,-11.9465,0.0000,-11.9465,6.4557,-18.4022,86.0767,-104.4789,-1.6403,-102.8386,51.1595,-1.1404,10.9199,-163.7775,1.0393,0.0000,0.0000,0.0000,0.0000,0.0000 +1160.5000,1.0000,16705.2273,55.4500,57.1440,-0.9411,3.9170,6,1135.8435,-75.9232,433.8728,-75.9232,-9.0307,51.6071,-9.0307,-2.3682,-12.2825,0.0000,0.0000,5.6201,-12.2909,-0.5962,0.0000,-11.6947,0.0000,-11.6947,6.0500,-17.7447,49.4463,-67.1909,-1.2866,-65.9043,52.3929,-0.0685,10.2324,-128.4611,1.0087,0.0000,0.0000,0.0000,0.0000,0.0000 +1161.5000,1.0000,16719.5496,51.9555,53.7560,-1.0003,3.7790,6,1064.1640,-71.2198,415.2515,-71.2198,-7.9367,46.2752,-7.9367,-2.4656,-10.9278,0.0000,0.0000,5.4567,-10.9187,-0.5434,0.0000,-10.3753,0.0000,-10.3753,5.6688,-16.0441,55.8356,-71.8796,-1.2813,-70.5983,47.3640,0.3823,9.5881,-127.9326,0.9801,0.0000,0.0000,0.0000,0.0000,0.0000 +1162.5000,1.0000,16732.9768,48.7330,50.1550,-0.7900,3.8250,6,985.8855,-67.4342,391.9250,-67.4342,-6.9620,40.4630,-6.9620,-2.4551,-9.7282,0.0000,0.0000,5.2213,-9.6085,-0.4953,0.0000,-9.1131,0.0000,-9.1131,5.3172,-14.4303,25.7407,-40.1710,-0.9492,-39.2218,44.9663,1.5905,8.9932,-94.7719,0.9500,0.0000,0.0000,0.0000,0.0000,0.0000 +1163.5000,1.0000,16745.5215,45.5560,47.3110,-0.9750,4.0720,6,818.7610,-78.1564,429.9529,-78.1564,-6.7012,36.8644,-6.7012,-6.3642,-4.5527,0.0000,0.0000,4.2158,-4.0031,-0.4067,0.0000,-3.5964,0.0000,-3.5964,4.9705,-8.5669,45.4254,-53.9923,-1.0951,-52.8972,44.7449,3.2919,8.4061,-109.3401,0.9242,0.0000,0.0000,0.0000,0.0000,0.0000 +1164.5000,1.0000,16757.1201,42.1500,43.8010,-0.9172,4.4050,5,920.0045,-71.2029,382.6379,-71.2029,-6.8599,36.8644,-6.8599,12.8713,-25.3776,0.0000,0.0000,5.6464,-32.9525,-0.5284,0.0000,-32.4240,0.0000,-32.4240,4.5989,-37.0229,0.8161,-37.8390,-0.9532,-36.8858,44.7788,5.7291,7.7765,-95.1703,0.9343,0.0000,0.0000,0.0000,0.0000,0.0000 +1165.5000,1.0000,16767.6333,38.2425,40.4990,-1.2536,4.7670,5,1110.2465,-74.3963,439.4873,-74.3963,-8.6497,51.0969,-8.6497,-2.5619,-11.6058,0.0000,0.0000,5.5181,-11.9162,-0.3807,0.0000,-11.5355,0.0000,-11.5355,4.1726,-15.7081,45.0964,-60.8045,-1.1820,-59.6225,43.9591,7.3793,7.0544,-118.0153,0.9911,0.0000,0.0000,0.0000,0.0000,0.0000 +1166.5000,1.0000,16776.8934,33.7315,35.9860,-1.2525,5.2400,5,1012.1690,-67.4979,399.9338,-67.4979,-7.1544,42.3906,-7.1544,-3.7607,-8.5873,0.0000,0.0000,5.1936,-8.6523,-0.3160,0.0000,-8.3363,0.0000,-8.3363,3.6804,-12.0167,37.3883,-49.4049,-1.0416,-48.3633,42.6110,6.8071,6.2208,-104.0022,0.9793,0.0000,0.0000,0.0000,0.0000,0.0000 +1167.5000,1.0000,16784.8364,28.9900,31.4770,-1.3817,6.1120,5,888.3420,-73.1809,396.2760,-73.1809,-6.8078,36.8644,-6.8078,-3.4546,-8.1322,0.0000,0.0000,4.7790,-8.2612,-0.2600,0.0000,-8.0012,0.0000,-8.0012,3.1630,-11.1642,34.2660,-45.4302,-0.9875,-44.4427,42.6945,6.1199,5.3438,-98.6009,0.9547,0.0000,0.0000,0.0000,0.0000,0.0000 +1168.5000,1.0000,16791.3469,23.8330,26.5030,-1.4833,7.1470,5,741.8935,-85.7304,474.5002,-85.7304,-6.6605,36.8644,-6.6605,-3.7871,-7.0554,0.0000,0.0000,4.1821,-7.0553,-0.2022,0.0000,-6.8531,0.0000,-6.8531,2.6004,-9.4535,27.3225,-36.7760,-0.8716,-35.9044,41.0153,5.7157,4.3902,-87.0255,0.9525,0.0000,0.0000,0.0000,0.0000,0.0000 +1169.5000,1.0000,16796.3027,18.2360,21.1630,-1.6261,8.2720,5,639.3150,-96.7328,550.6341,-96.7328,-6.4762,36.8644,-6.4762,-0.7638,-9.6901,0.0000,0.0000,3.9777,-11.1915,-0.1704,0.0000,-11.0211,0.0000,-11.0211,1.9897,-13.0108,16.0080,-29.0188,-0.7311,-28.2877,36.2919,5.0618,3.3563,-72.9977,0.9319,0.0000,0.0000,0.0000,0.0000,0.0000 +1170.5000,1.0000,16799.8772,13.2630,15.3090,-1.1367,8.9880,5,613.5655,51.9541,573.7426,-99.4947,3.3382,36.8644,-6.3928,-0.2372,-0.4052,0.0000,0.0000,3.9806,-0.4742,-0.0900,0.0000,-0.3842,0.0000,-0.3842,1.4471,-1.8313,0.0000,-1.8313,-0.3717,-1.4596,28.6621,4.5499,2.4395,-37.1111,0.9102,1294.8650,1294.8650,1294.8650,1294.8650,1294.8650 +1171.5000,1.0000,16802.4137,9.5265,11.2170,-0.9392,8.5680,3,609.0260,101.5929,578.0191,-99.9816,6.4793,36.8644,-6.3765,0.0656,2.4678,0.0000,0.0000,3.9459,3.0088,-0.2154,0.0000,3.2242,0.0000,3.2242,1.0394,2.1848,0.0000,2.1848,-0.2206,2.4054,19.6324,3.0445,1.7529,-22.0245,0.9103,1803.5075,1803.5075,1803.5075,1803.5075,1803.5075 +1172.5000,1.0000,16804.1461,6.6320,7.8360,-0.6689,6.4340,3,607.0425,103.9825,579.9077,-100.1944,6.6101,36.8644,-6.3693,-0.1394,2.7483,0.0000,0.0000,4.0011,3.3373,-0.1654,0.0000,3.5027,0.0000,3.5027,0.7236,2.7791,0.0000,2.7791,-0.1094,2.8884,10.2797,2.3067,1.2222,-10.9201,0.9103,1824.7122,1824.7122,1824.7122,1824.7122,1824.7122 +1173.5000,1.0000,16805.3162,4.6075,5.4280,-0.4558,3.1240,3,604.1050,79.5898,582.7276,-100.5094,5.0350,36.8644,-6.3584,0.0297,0.9357,0.0000,0.0000,4.0696,1.1399,-0.0853,0.0000,1.2252,0.0000,1.2252,0.5027,0.7224,0.0000,0.7224,-0.0518,0.7742,3.4731,1.6208,0.8505,-5.1701,1.0553,1560.3075,1560.3075,1560.3075,1560.3075,1560.3075 +1174.5000,1.0000,16806.0588,3.0685,3.7870,-0.3992,0.9180,1,603.4565,56.6243,583.3538,-100.5790,3.5783,36.8644,-6.3560,-0.0537,-0.4345,0.0000,0.0000,4.0665,-0.5660,-0.2079,0.0000,-0.3581,0.0000,-0.3581,0.3348,-0.6929,0.0000,-0.6929,-0.0302,-0.6627,0.6800,1.1058,0.5667,-3.0152,1.0874,1331.8934,1331.8934,1331.8934,1331.8934,1331.8934 +1175.5000,1.0000,16806.3678,1.5075,2.3500,-0.4681,0.0000,1,601.0035,57.8601,585.7348,-100.8421,3.6415,36.8644,-6.3467,-0.0370,-0.3596,0.0000,0.0000,4.0382,-0.8138,-0.0971,0.0000,-0.7168,0.0000,-0.7168,0.1645,-0.8813,0.0000,-0.8813,-0.0174,-0.8639,0.0000,0.5947,0.2784,-1.7369,1.0444,1341.8950,1341.8950,1341.8950,1341.8950,1341.8950 +1176.5000,1.0000,16806.3531,0.3420,0.6650,-0.1794,0.0000,1,600.0000,63.8598,586.7144,-100.9497,4.0124,36.8644,-6.3429,0.0000,0.0054,0.0000,0.0000,4.0070,0.0972,-0.0175,0.0000,0.1147,0.0000,0.1147,0.0373,0.0774,0.0000,0.0774,-0.0015,0.0789,0.0000,0.1668,0.0632,-0.1511,1.0443,1400.4892,1400.4892,1400.4892,1400.4892,1400.4892 +1177.5000,1.0000,16806.0817,0.0095,0.0190,-0.3339,0.0000,0,600.6600,63.6039,586.0697,-100.8789,4.0007,36.8644,-6.3454,0.0243,0.0000,0.0000,0.0000,3.9764,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0010,-0.0010,0.0000,-0.0010,0.0000,-0.0010,0.0000,0.0050,0.0018,-0.0078,0.9988,1398.5582,1398.5582,1398.5582,1398.5582,1398.5582 +1178.5000,1.0000,16805.6436,0.0000,0.0010,0.0006,0.0000,0,601.4725,62.7465,585.2780,-100.7918,3.9522,36.8644,-6.3485,0.0056,0.0000,0.0000,0.0000,3.9465,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9657,1390.8002,1390.8002,1390.8002,1390.8002,1390.8002 +1179.5000,1.0000,16805.2058,0.0000,0.0020,0.0000,0.0000,0,600.8125,64.0863,585.9210,-100.8626,4.0321,36.8644,-6.3460,-0.0300,0.0000,0.0000,0.0000,4.0621,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1403.4840,1403.4840,1403.4840,1403.4840,1403.4840 +1180.5000,1.0000,16804.7680,0.0000,0.0000,0.0000,0.0000,0,601.4230,64.0293,585.3262,-100.7971,4.0326,36.8644,-6.3483,0.0526,0.0000,0.0000,0.0000,3.9801,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0873,1403.4801,1403.4801,1403.4801,1403.4801,1403.4801 +1181.5000,1.0000,16804.3302,0.0000,0.0000,0.0000,0.0000,0,601.4230,61.8166,585.3262,-100.7971,3.8933,36.8644,-6.3483,-0.0526,0.0000,0.0000,0.0000,3.9458,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0659,1381.5296,1381.5296,1381.5296,1381.5296,1381.5296 +1182.5000,1.0000,16803.8924,0.0000,0.0000,0.0000,0.0000,0,600.6980,62.4719,586.0326,-100.8749,3.9298,36.8644,-6.3455,0.0257,0.0000,0.0000,0.0000,3.9040,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0335,1387.3630,1387.3630,1387.3630,1387.3630,1387.3630 +1183.5000,1.0000,16803.4546,0.0000,0.0000,0.0000,0.0000,0,600.6980,61.2234,586.0326,-100.8749,3.8513,36.8644,-6.3455,-0.0257,0.0000,0.0000,0.0000,3.8770,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0108,1374.9784,1374.9784,1374.9784,1374.9784,1374.9784 +1184.5000,1.0000,16803.0168,0.0000,0.0000,0.0000,0.0000,0,601.4230,62.6947,585.3262,-100.7971,3.9486,36.8644,-6.3483,0.0526,0.0000,0.0000,0.0000,3.8960,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0336,1390.2407,1390.2407,1390.2407,1390.2407,1390.2407 +1185.5000,1.0000,16802.5790,0.0000,0.0000,0.0000,0.0000,0,601.4230,60.3889,585.3262,-100.7971,3.8033,36.8644,-6.3483,-0.0526,0.0000,0.0000,0.0000,3.8559,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9657,1367.3671,1367.3671,1367.3671,1367.3671,1367.3671 +1186.5000,1.0000,16802.1412,0.0000,0.0000,0.0000,0.0000,0,601.5375,63.0378,585.2148,-100.7848,3.9709,36.8644,-6.3487,0.0568,0.0000,0.0000,0.0000,3.9141,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1393.7496,1393.7496,1393.7496,1393.7496,1393.7496 +1187.5000,1.0000,16801.7033,0.0000,0.0000,0.0000,0.0000,0,601.5375,61.3640,585.2148,-100.7848,3.8655,36.8644,-6.3487,-0.0568,0.0000,0.0000,0.0000,3.9223,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1377.1456,1377.1456,1377.1456,1377.1456,1377.1456 +1188.5000,1.0000,16801.2655,0.0000,0.0000,0.0000,0.0000,0,600.3165,62.6479,586.4051,-100.9158,3.9384,36.8644,-6.3441,0.0117,0.0000,0.0000,0.0000,3.9267,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1388.7584,1388.7584,1388.7584,1388.7584,1388.7584 +1189.5000,1.0000,16800.8277,0.0000,0.0000,0.0000,0.0000,0,600.5950,80.0883,586.1331,-100.8859,5.0371,36.8644,-6.3451,-0.0014,0.0000,0.0000,0.0000,5.0385,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0551,1562.0228,1562.0228,1562.0228,1562.0228,1562.0228 +1190.5000,1.0000,16800.3899,0.0000,0.0000,0.0000,0.0000,0,600.2785,79.3938,586.4422,-100.9199,4.9908,36.8644,-6.3439,-0.0103,0.0000,0.0000,0.0000,5.0010,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1554.8432,1554.8432,1554.8432,1554.8432,1554.8432 +1191.5000,1.0000,16799.9521,0.0000,0.0000,0.0000,0.0000,0,600.0000,79.3434,586.7144,-100.9497,4.9853,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9853,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1554.0863,1554.0863,1554.0863,1554.0863,1554.0863 +1192.5000,1.0000,16799.5143,0.0000,0.0000,0.0000,0.0000,0,600.4690,80.4494,586.2561,-100.8994,5.0587,36.8644,-6.3447,0.0173,0.0000,0.0000,0.0000,5.0414,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1565.4895,1565.4895,1565.4895,1565.4895,1565.4895 +1193.5000,1.0000,16799.0765,0.0000,0.0000,0.0000,0.0000,0,600.4690,77.6841,586.2561,-100.8994,4.8849,36.8644,-6.3447,-0.0173,0.0000,0.0000,0.0000,4.9021,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1538.0580,1538.0580,1538.0580,1538.0580,1538.0580 +1194.5000,1.0000,16798.6387,0.0000,0.0000,0.0000,0.0000,0,600.2785,77.3033,586.4422,-100.9199,4.8594,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,4.8491,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1534.1052,1534.1052,1534.1052,1534.1052,1534.1052 +1195.5000,1.0000,16798.2009,0.0000,0.0000,0.0000,0.0000,0,600.4045,78.9290,586.3191,-100.9063,4.9626,36.8644,-6.3444,-0.0056,0.0000,0.0000,0.0000,4.9682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9767,1550.3474,1550.3474,1550.3474,1550.3474,1550.3474 +1196.5000,1.0000,16797.7631,0.0000,0.0000,0.0000,0.0000,0,600.1260,78.4298,586.5912,-100.9362,4.9289,36.8644,-6.3433,-0.0046,0.0000,0.0000,0.0000,4.9336,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1545.1395,1545.1395,1545.1395,1545.1395,1545.1395 +1197.5000,1.0000,16797.3253,0.0000,0.0000,0.0000,0.0000,0,600.7745,78.3235,585.9580,-100.8667,4.9276,36.8644,-6.3458,0.0286,0.0000,0.0000,0.0000,4.8990,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1544.6817,1544.6817,1544.6817,1544.6817,1544.6817 +1198.5000,1.0000,16796.8875,0.0000,0.0000,0.0000,0.0000,0,600.7745,76.6175,585.9580,-100.8667,4.8202,36.8644,-6.3458,-0.0286,0.0000,0.0000,0.0000,4.8488,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1527.7585,1527.7585,1527.7585,1527.7585,1527.7585 +1199.5000,1.0000,16796.4497,0.0000,0.0000,0.0000,0.0000,0,601.4230,78.3463,585.3262,-100.7971,4.9343,36.8644,-6.3483,0.0526,0.0000,0.0000,0.0000,4.8818,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1545.5046,1545.5046,1545.5046,1545.5046,1545.5046 +1200.5000,1.0000,16796.0119,0.0000,0.0000,0.0000,0.0000,0,601.8540,78.0067,584.9070,-100.7509,4.9165,36.8644,-6.3499,-0.0367,0.0000,0.0000,0.0000,4.9531,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1542.5324,1542.5324,1542.5324,1542.5324,1542.5324 +1201.5000,1.0000,16795.5741,0.0000,0.0000,0.0000,0.0000,0,602.2355,78.7759,584.5365,-100.7099,4.9681,36.8644,-6.3514,0.0508,0.0000,0.0000,0.0000,4.9173,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1550.5138,1550.5138,1550.5138,1550.5138,1550.5138 +1202.5000,1.0000,16795.1363,0.0000,0.0000,0.0000,0.0000,0,602.0830,77.9932,584.6846,-100.7263,4.9175,36.8644,-6.3508,-0.0564,0.0000,0.0000,0.0000,4.9739,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1542.6090,1542.6090,1542.6090,1542.6090,1542.6090 +1203.5000,1.0000,16794.6985,0.0000,0.0000,0.0000,0.0000,0,603.5325,80.3015,583.2803,-100.5708,5.0752,36.8644,-6.3563,0.1103,0.0000,0.0000,0.0000,4.9649,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1566.8411,1566.8411,1566.8411,1566.8411,1566.8411 +1204.5000,1.0000,16794.2607,0.0000,0.0000,0.0000,0.0000,0,604.9440,75.8186,581.9194,-100.4194,4.8031,36.8644,-6.3615,-0.0581,0.0000,0.0000,0.0000,4.8612,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8882,1523.6695,1523.6695,1523.6695,1523.6695,1523.6695 +1205.5000,1.0000,16793.8229,0.0000,0.0000,0.0000,0.0000,0,604.1045,78.3742,582.7280,-100.5095,4.9581,36.8644,-6.3584,0.0269,0.0000,0.0000,0.0000,4.9312,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1548.2483,1548.2483,1548.2483,1548.2483,1548.2483 +1206.5000,1.0000,16793.3851,0.0000,0.0000,0.0000,0.0000,0,604.9055,77.5408,581.9564,-100.4236,4.9119,36.8644,-6.3614,0.0028,0.0000,0.0000,0.0000,4.9090,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8882,1540.7177,1540.7177,1540.7177,1540.7177,1540.7177 +1207.5000,1.0000,16792.9473,0.0000,0.0000,0.0000,0.0000,0,602.4910,75.9083,584.2886,-100.6825,4.7893,36.8644,-6.3523,-0.0922,0.0000,0.0000,0.0000,4.8814,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1522.3016,1522.3016,1522.3016,1522.3016,1522.3016 +1208.5000,1.0000,16792.5094,0.0000,0.0000,0.0000,0.0000,0,600.6980,79.7524,586.0326,-100.8749,5.0168,36.8644,-6.3455,0.0257,0.0000,0.0000,0.0000,4.9911,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9657,1558.7859,1558.7859,1558.7859,1558.7859,1558.7859 +1209.5000,1.0000,16792.0716,0.0000,0.0000,0.0000,0.0000,0,602.3880,60.7611,584.3885,-100.6936,3.8329,36.8644,-6.3519,0.0367,0.0000,0.0000,0.0000,3.7962,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1371.9471,1371.9471,1371.9471,1371.9471,1371.9471 +1210.5000,1.0000,16791.6338,0.0000,0.0000,0.0000,0.0000,0,601.6900,59.1536,585.0665,-100.7685,3.7272,36.8644,-6.3493,-0.0624,0.0000,0.0000,0.0000,3.7896,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1355.3586,1355.3586,1355.3586,1355.3586,1355.3586 +1211.5000,1.0000,16791.1960,0.0000,0.0000,0.0000,0.0000,0,600.4310,59.1336,586.2932,-100.9035,3.7181,36.8644,-6.3445,0.0159,0.0000,0.0000,0.0000,3.7023,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8599,1354.0019,1354.0019,1354.0019,1354.0019,1354.0019 +1212.5000,1.0000,16790.7582,0.0000,0.0000,0.0000,0.0000,0,600.4310,59.9128,586.2932,-100.9035,3.7671,36.8644,-6.3445,-0.0159,0.0000,0.0000,0.0000,3.7830,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1361.7314,1361.7314,1361.7314,1361.7314,1361.7314 +1213.5000,1.0000,16790.3204,0.0000,0.0000,0.0000,0.0000,0,600.2785,60.7277,586.4422,-100.9199,3.8174,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,3.8071,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1369.6749,1369.6749,1369.6749,1369.6749,1369.6749 +1214.5000,1.0000,16789.8826,0.0000,0.0000,0.0000,0.0000,0,601.2055,61.6351,585.5379,-100.8204,3.8804,36.8644,-6.3475,0.0239,0.0000,0.0000,0.0000,3.8565,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1379.5291,1379.5291,1379.5291,1379.5291,1379.5291 +1215.5000,1.0000,16789.4448,0.0000,0.0000,0.0000,0.0000,0,601.2820,60.8302,585.4635,-100.8122,3.8302,36.8644,-6.3478,-0.0211,0.0000,0.0000,0.0000,3.8514,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9657,1371.6150,1371.6150,1371.6150,1371.6150,1371.6150 +1216.5000,1.0000,16789.0070,0.0000,0.0000,0.0000,0.0000,0,600.3665,60.1786,586.3562,-100.9104,3.7834,36.8644,-6.3443,-0.0127,0.0000,0.0000,0.0000,3.7961,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1364.3085,1364.3085,1364.3085,1364.3085,1364.3085 +1217.5000,1.0000,16788.5692,0.0000,0.0000,0.0000,0.0000,0,600.0115,60.3612,586.7031,-100.9485,3.7927,36.8644,-6.3429,-0.0004,0.0000,0.0000,0.0000,3.7931,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1365.7936,1365.7936,1365.7936,1365.7936,1365.7936 +1218.5000,1.0000,16788.1314,0.0000,0.0000,0.0000,0.0000,0,600.1640,59.6080,586.5541,-100.9321,3.7463,36.8644,-6.3435,0.0060,0.0000,0.0000,0.0000,3.7403,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1358.4619,1358.4619,1358.4619,1358.4619,1358.4619 +1219.5000,1.0000,16787.6936,0.0000,0.0000,0.0000,0.0000,0,600.4045,60.0477,586.3191,-100.9063,3.7754,36.8644,-6.3444,0.0028,0.0000,0.0000,0.0000,3.7726,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1363.0450,1363.0450,1363.0450,1363.0450,1363.0450 +1220.5000,1.0000,16787.2558,0.0000,0.0000,0.0000,0.0000,0,601.3580,60.8572,585.3895,-100.8041,3.8324,36.8644,-6.3480,0.0324,0.0000,0.0000,0.0000,3.8000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1371.9530,1371.9530,1371.9530,1371.9530,1371.9530 +1221.5000,1.0000,16786.8180,0.0000,0.0000,0.0000,0.0000,0,602.1210,59.5193,584.6477,-100.7222,3.7529,36.8644,-6.3509,-0.0042,0.0000,0.0000,0.0000,3.7571,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8882,1359.3827,1359.3827,1359.3827,1359.3827,1359.3827 +1222.5000,1.0000,16786.3802,0.0000,0.0000,0.0000,0.0000,0,601.9305,60.5935,584.8327,-100.7427,3.8195,36.8644,-6.3502,-0.0028,0.0000,0.0000,0.0000,3.8223,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1369.8637,1369.8637,1369.8637,1369.8637,1369.8637 +1223.5000,1.0000,16785.9424,0.0000,0.0000,0.0000,0.0000,0,602.0830,60.0298,584.6846,-100.7263,3.7849,36.8644,-6.3508,0.0085,0.0000,0.0000,0.0000,3.7764,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1364.4120,1364.4120,1364.4120,1364.4120,1364.4120 +1224.5000,1.0000,16785.5046,0.0000,0.0000,0.0000,0.0000,0,601.1560,59.3282,585.5862,-100.8257,3.7349,36.8644,-6.3473,-0.0427,0.0000,0.0000,0.0000,3.7776,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1356.5997,1356.5997,1356.5997,1356.5997,1356.5997 +1225.5000,1.0000,16785.0668,0.0000,0.0000,0.0000,0.0000,0,600.7360,60.2558,585.9956,-100.8708,3.7906,36.8644,-6.3457,0.0272,0.0000,0.0000,0.0000,3.7635,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1365.4147,1365.4147,1365.4147,1365.4147,1365.4147 +1226.5000,1.0000,16784.6290,0.0000,0.0000,0.0000,0.0000,0,601.2815,60.2280,585.4639,-100.8123,3.7923,36.8644,-6.3478,-0.0070,0.0000,0.0000,0.0000,3.7994,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1365.6408,1365.6408,1365.6408,1365.6408,1365.6408 +1227.5000,1.0000,16784.1912,0.0000,0.0000,0.0000,0.0000,0,600.5455,60.1422,586.1815,-100.8912,3.7823,36.8644,-6.3449,-0.0201,0.0000,0.0000,0.0000,3.8024,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1364.1128,1364.1128,1364.1128,1364.1128,1364.1128 +1228.5000,1.0000,16783.7533,0.0000,0.0000,0.0000,0.0000,0,600.0875,61.1512,586.6288,-100.9403,3.8428,36.8644,-6.3432,0.0032,0.0000,0.0000,0.0000,3.8396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1373.7006,1373.7006,1373.7006,1373.7006,1373.7006 +1229.5000,1.0000,16783.3155,0.0000,0.0000,0.0000,0.0000,0,601.0145,60.1502,585.7240,-100.8409,3.7857,36.8644,-6.3467,0.0310,0.0000,0.0000,0.0000,3.7548,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1364.6237,1364.6237,1364.6237,1364.6237,1364.6237 +1230.5000,1.0000,16782.8777,0.0000,0.0000,0.0000,0.0000,0,602.9985,60.7847,583.7969,-100.6281,3.8383,36.8644,-6.3542,0.0424,0.0000,0.0000,0.0000,3.7959,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9103,1372.7425,1372.7425,1372.7425,1372.7425,1372.7425 +1231.5000,1.0000,16782.4399,0.0000,0.0000,0.0000,0.0000,0,604.0665,59.0722,582.7647,-100.5136,3.7368,36.8644,-6.3583,-0.0028,0.0000,0.0000,0.0000,3.7396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1356.7373,1356.7373,1356.7373,1356.7373,1356.7373 +1232.5000,1.0000,16782.0021,0.0000,0.0000,0.0000,0.0000,0,602.5025,59.1324,584.2775,-100.6813,3.7309,36.8644,-6.3524,-0.0550,0.0000,0.0000,0.0000,3.7859,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1355.8955,1355.8955,1355.8955,1355.8955,1355.8955 +1233.5000,1.0000,16781.5643,0.0000,0.0000,0.0000,0.0000,0,600.7095,59.7835,586.0214,-100.8736,3.7607,36.8644,-6.3456,-0.0113,0.0000,0.0000,0.0000,3.7720,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1360.7046,1360.7046,1360.7046,1360.7046,1360.7046 +1234.5000,1.0000,16781.1265,0.0000,0.0000,0.0000,0.0000,0,600.8620,60.6204,585.8727,-100.8573,3.8144,36.8644,-6.3462,0.0169,0.0000,0.0000,0.0000,3.7975,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1369.1476,1369.1476,1369.1476,1369.1476,1369.1476 +1235.5000,1.0000,16780.6887,0.0000,0.0000,0.0000,0.0000,0,600.6600,59.3329,586.0697,-100.8789,3.7321,36.8644,-6.3454,-0.0243,0.0000,0.0000,0.0000,3.7564,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1356.1898,1356.1898,1356.1898,1356.1898,1356.1898 +1236.5000,1.0000,16780.2509,0.0000,0.0000,0.0000,0.0000,0,600.2785,59.8264,586.4422,-100.9199,3.7607,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,3.7505,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1360.7337,1360.7337,1360.7337,1360.7337,1360.7337 +1237.5000,1.0000,16779.8131,0.0000,0.0000,0.0000,0.0000,0,600.2785,60.0239,586.4422,-100.9199,3.7732,36.8644,-6.3439,-0.0103,0.0000,0.0000,0.0000,3.7834,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1362.6933,1362.6933,1362.6933,1362.6933,1362.6933 +1238.5000,1.0000,16779.3753,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.3084,586.7144,-100.9497,3.8521,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8521,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1375.1796,1375.1796,1375.1796,1375.1796,1375.1796 +1239.5000,1.0000,16778.9375,0.0000,0.0000,0.0000,0.0000,0,600.0000,60.7557,586.7144,-100.9497,3.8174,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8174,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1369.6970,1369.6970,1369.6970,1369.6970,1369.6970 +1240.5000,1.0000,16778.4999,0.0000,0.0000,0.0005,0.0000,0,600.0000,60.8867,586.7144,-100.9497,3.8256,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8256,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9546,1370.9960,1370.9960,1370.9960,1370.9960,1370.9960 +1241.5000,1.0000,16778.0626,0.0000,0.0040,0.0000,0.0000,0,601.3465,60.2713,585.4007,-100.8053,3.7955,36.8644,-6.3480,0.0497,0.0000,0.0000,0.0000,3.7457,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1366.1301,1366.1301,1366.1301,1366.1301,1366.1301 +1242.5000,1.0000,16777.6254,0.0000,0.0000,0.0000,0.0000,0,602.6170,58.8903,584.1665,-100.6690,3.7163,36.8644,-6.3528,-0.0028,0.0000,0.0000,0.0000,3.7191,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8445,1353.5992,1353.5992,1353.5992,1353.5992,1353.5992 +1243.5000,1.0000,16777.1881,0.0000,0.0000,0.0000,0.0000,0,601.2705,60.2309,585.4746,-100.8135,3.7924,36.8644,-6.3477,-0.0469,0.0000,0.0000,0.0000,3.8393,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9435,1365.6590,1365.6590,1365.6590,1365.6590,1365.6590 +1244.5000,1.0000,16776.7508,0.0000,0.0000,0.0000,0.0000,0,600.0000,60.3498,586.7144,-100.9497,3.7919,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7919,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1365.6695,1365.6695,1365.6695,1365.6695,1365.6695 +1245.5000,1.0000,16776.3135,0.0000,0.0000,0.0000,0.0000,0,600.0000,60.5629,586.7144,-100.9497,3.8053,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8053,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1367.7842,1367.7842,1367.7842,1367.7842,1367.7842 +1246.5000,1.0000,16775.8762,0.0000,0.0000,0.0000,0.0000,0,600.3550,60.4051,586.3675,-100.9116,3.7976,36.8644,-6.3442,0.0131,0.0000,0.0000,0.0000,3.7845,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1366.5452,1366.5452,1366.5452,1366.5452,1366.5452 +1247.5000,1.0000,16775.4389,0.0000,0.0000,0.0000,0.0000,0,601.8540,60.8483,584.9070,-100.7509,3.8350,36.8644,-6.3499,0.0423,0.0000,0.0000,0.0000,3.7927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1372.3205,1372.3205,1372.3205,1372.3205,1372.3205 +1248.5000,1.0000,16775.0016,0.0000,0.0000,0.0000,0.0000,0,601.4990,59.3341,585.2522,-100.7889,3.7374,36.8644,-6.3486,-0.0554,0.0000,0.0000,0.0000,3.7928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1356.9738,1356.9738,1356.9738,1356.9738,1356.9738 +1249.5000,1.0000,16774.5643,0.0000,0.0000,0.0000,0.0000,0,600.8125,60.8475,585.9210,-100.8626,3.8283,36.8644,-6.3460,0.0300,0.0000,0.0000,0.0000,3.7984,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1371.3547,1371.3547,1371.3547,1371.3547,1371.3547 +1250.5000,1.0000,16774.1270,0.0000,0.0000,0.0000,0.0000,0,600.8125,58.3636,585.9210,-100.8626,3.6721,36.8644,-6.3460,-0.0300,0.0000,0.0000,0.0000,3.7020,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1346.7142,1346.7142,1346.7142,1346.7142,1346.7142 +1251.5000,1.0000,16773.6897,0.0000,0.0000,0.0000,0.0000,0,600.1640,60.3614,586.5541,-100.9321,3.7937,36.8644,-6.3435,0.0060,0.0000,0.0000,0.0000,3.7876,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1365.9362,1365.9362,1365.9362,1365.9362,1365.9362 +1252.5000,1.0000,16773.2524,0.0000,0.0000,0.0000,0.0000,0,600.1640,60.9852,586.5541,-100.9321,3.8329,36.8644,-6.3435,-0.0060,0.0000,0.0000,0.0000,3.8389,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1372.1242,1372.1242,1372.1242,1372.1242,1372.1242 +1253.5000,1.0000,16772.8151,0.0000,0.0000,0.0000,0.0000,0,601.3465,61.2155,585.4007,-100.8053,3.8549,36.8644,-6.3480,0.0497,0.0000,0.0000,0.0000,3.8052,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1375.4962,1375.4962,1375.4962,1375.4962,1375.4962 +1254.5000,1.0000,16772.3778,0.0000,0.0000,0.0000,0.0000,0,602.1210,59.6281,584.6477,-100.7222,3.7598,36.8644,-6.3509,-0.0212,0.0000,0.0000,0.0000,3.7809,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8882,1360.4625,1360.4625,1360.4625,1360.4625,1360.4625 +1255.5000,1.0000,16771.9405,0.0000,0.0000,0.0000,0.0000,0,601.0530,60.4021,585.6865,-100.8368,3.8018,36.8644,-6.3469,-0.0183,0.0000,0.0000,0.0000,3.8201,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1367.1578,1367.1578,1367.1578,1367.1578,1367.1578 +1256.5000,1.0000,16771.5032,0.0000,0.0000,0.0000,0.0000,0,601.0530,60.8402,585.6865,-100.8368,3.8294,36.8644,-6.3469,0.0183,0.0000,0.0000,0.0000,3.8111,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1371.5040,1371.5040,1371.5040,1371.5040,1371.5040 +1257.5000,1.0000,16771.0659,0.0000,0.0000,0.0000,0.0000,0,600.7745,61.3120,585.9580,-100.8667,3.8573,36.8644,-6.3458,-0.0286,0.0000,0.0000,0.0000,3.8859,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1375.9278,1375.9278,1375.9278,1375.9278,1375.9278 +1258.5000,1.0000,16770.6286,0.0000,0.0000,0.0000,0.0000,0,600.0495,61.1511,586.6660,-100.9444,3.8426,36.8644,-6.3430,0.0018,0.0000,0.0000,0.0000,3.8407,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1373.6640,1373.6640,1373.6640,1373.6640,1373.6640 +1259.5000,1.0000,16770.1913,0.0000,0.0000,0.0000,0.0000,0,600.7475,60.9344,585.9844,-100.8695,3.8334,36.8644,-6.3457,0.0239,0.0000,0.0000,0.0000,3.8095,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1372.1569,1372.1569,1372.1569,1372.1569,1372.1569 +1260.5000,1.0000,16769.7540,0.0000,0.0000,0.0000,0.0000,0,600.6980,63.4221,586.0326,-100.8749,3.9896,36.8644,-6.3455,-0.0257,0.0000,0.0000,0.0000,4.0153,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1396.7897,1396.7897,1396.7897,1396.7897,1396.7897 +1261.5000,1.0000,16769.3167,0.0000,0.0000,0.0000,0.0000,0,602.3385,64.5276,584.4366,-100.6989,4.0702,36.8644,-6.3518,0.0865,0.0000,0.0000,0.0000,3.9837,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1409.2654,1409.2654,1409.2654,1409.2654,1409.2654 +1262.5000,1.0000,16768.8798,0.0000,0.0000,0.0006,0.0000,0,602.3385,61.3837,584.4366,-100.6989,3.8719,36.8644,-6.3518,-0.0865,0.0000,0.0000,0.0000,3.9584,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1378.0782,1378.0782,1378.0782,1378.0782,1378.0782 +1263.5000,1.0000,16768.4433,0.0000,0.0060,0.0006,0.0000,0,601.5375,63.8283,585.2148,-100.7848,4.0207,36.8644,-6.3487,0.0568,0.0000,0.0000,0.0000,3.9639,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1401.5909,1401.5909,1401.5909,1401.5909,1401.5909 +1264.5000,1.0000,16768.0072,0.0000,0.0020,0.0000,0.0000,0,601.5375,62.5199,585.2148,-100.7848,3.9383,36.8644,-6.3487,-0.0568,0.0000,0.0000,0.0000,3.9951,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1388.6117,1388.6117,1388.6117,1388.6117,1388.6117 +1265.5000,1.0000,16767.5710,0.0000,0.0000,0.0000,0.0000,0,601.2705,64.2318,585.4746,-100.8135,4.0443,36.8644,-6.3477,0.0469,0.0000,0.0000,0.0000,3.9974,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1405.3484,1405.3484,1405.3484,1405.3484,1405.3484 +1266.5000,1.0000,16767.1349,0.0000,0.0000,0.0000,0.0000,0,601.2705,63.1710,585.4746,-100.8135,3.9776,36.8644,-6.3477,-0.0469,0.0000,0.0000,0.0000,4.0245,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1394.8253,1394.8253,1394.8253,1394.8253,1394.8253 +1267.5000,1.0000,16766.6988,0.0000,0.0000,0.0000,0.0000,0,600.2785,63.7925,586.4422,-100.9199,4.0101,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,3.9998,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1400.0779,1400.0779,1400.0779,1400.0779,1400.0779 +1268.5000,1.0000,16766.2629,0.0000,0.0000,0.0006,0.0000,0,600.2785,62.8162,586.4422,-100.9199,3.9487,36.8644,-6.3439,-0.0103,0.0000,0.0000,0.0000,3.9590,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1390.3934,1390.3934,1390.3934,1390.3934,1390.3934 +1269.5000,1.0000,16765.8273,0.0000,0.0020,0.0000,0.0000,0,600.7745,62.8909,585.9580,-100.8667,3.9567,36.8644,-6.3458,0.0286,0.0000,0.0000,0.0000,3.9281,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1391.5907,1391.5907,1391.5907,1391.5907,1391.5907 +1270.5000,1.0000,16765.3917,0.0000,0.0000,0.0000,0.0000,0,600.7745,62.6581,585.9580,-100.8667,3.9420,36.8644,-6.3458,-0.0286,0.0000,0.0000,0.0000,3.9706,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1389.2813,1389.2813,1389.2813,1389.2813,1389.2813 +1271.5000,1.0000,16764.9564,0.0000,0.0000,0.0006,0.0000,0,600.3550,64.0355,586.3675,-100.9116,4.0258,36.8644,-6.3442,0.0131,0.0000,0.0000,0.0000,4.0128,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1402.5586,1402.5586,1402.5586,1402.5586,1402.5586 +1272.5000,1.0000,16764.5214,0.0000,0.0020,0.0000,0.0000,0,600.9385,63.3240,585.7981,-100.8491,3.9850,36.8644,-6.3464,0.0084,0.0000,0.0000,0.0000,3.9766,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1396.0375,1396.0375,1396.0375,1396.0375,1396.0375 +1273.5000,1.0000,16764.0863,0.0000,0.0000,0.0000,0.0000,0,603.0365,62.9143,583.7601,-100.6240,3.9730,36.8644,-6.3544,0.0692,0.0000,0.0000,0.0000,3.9038,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1393.9029,1393.9029,1393.9029,1393.9029,1393.9029 +1274.5000,1.0000,16763.6513,0.0000,0.0000,0.0000,0.0000,0,602.4530,62.8256,584.3255,-100.6866,3.9636,36.8644,-6.3522,-0.0908,0.0000,0.0000,0.0000,4.0543,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1392.4869,1392.4869,1392.4869,1392.4869,1392.4869 +1275.5000,1.0000,16763.2163,0.0000,0.0000,0.0000,0.0000,0,601.4990,64.2352,585.2522,-100.7889,4.0461,36.8644,-6.3486,0.0554,0.0000,0.0000,0.0000,3.9907,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8755,1405.5922,1405.5922,1405.5922,1405.5922,1405.5922 +1276.5000,1.0000,16762.7812,0.0000,0.0000,0.0000,0.0000,0,601.4990,61.4526,585.2522,-100.7889,3.8708,36.8644,-6.3486,-0.0554,0.0000,0.0000,0.0000,3.9262,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1377.9892,1377.9892,1377.9892,1377.9892,1377.9892 +1277.5000,1.0000,16762.3462,0.0000,0.0000,0.0000,0.0000,0,601.4610,64.5157,585.2892,-100.7930,4.0635,36.8644,-6.3484,0.0540,0.0000,0.0000,0.0000,4.0095,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9546,1408.3401,1408.3401,1408.3401,1408.3401,1408.3401 +1278.5000,1.0000,16761.9112,0.0000,0.0000,0.0000,0.0000,0,601.4610,62.1418,585.2892,-100.7930,3.9140,36.8644,-6.3484,-0.0540,0.0000,0.0000,0.0000,3.9680,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1384.7913,1384.7913,1384.7913,1384.7913,1384.7913 +1279.5000,1.0000,16761.4761,0.0000,0.0000,0.0000,0.0000,0,600.0000,64.0870,586.7144,-100.9497,4.0267,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0267,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1402.7431,1402.7431,1402.7431,1402.7431,1402.7431 +1280.5000,1.0000,16761.0411,0.0000,0.0000,0.0000,0.0000,0,600.5835,64.5204,586.1444,-100.8871,4.0579,36.8644,-6.3451,0.0215,0.0000,0.0000,0.0000,4.0364,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1407.5790,1407.5790,1407.5790,1407.5790,1407.5790 +1281.5000,1.0000,16760.6061,0.0000,0.0000,0.0000,0.0000,0,602.8455,65.8358,583.9450,-100.6445,4.1562,36.8644,-6.3537,0.0621,0.0000,0.0000,0.0000,4.0941,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9546,1422.7088,1422.7088,1422.7088,1422.7088,1422.7088 +1282.5000,1.0000,16760.1711,0.0000,0.0000,0.0000,0.0000,0,602.2620,61.7387,584.5108,-100.7071,3.8938,36.8644,-6.3515,-0.0837,0.0000,0.0000,0.0000,3.9774,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1381.5294,1381.5294,1381.5294,1381.5294,1381.5294 +1283.5000,1.0000,16759.7360,0.0000,0.0000,0.0000,0.0000,0,600.0000,63.1090,586.7144,-100.9497,3.9653,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9653,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1393.0417,1393.0417,1393.0417,1393.0417,1393.0417 +1284.5000,1.0000,16759.3010,0.0000,0.0000,0.0000,0.0000,0,600.4690,63.7403,586.2561,-100.8994,4.0081,36.8644,-6.3447,0.0173,0.0000,0.0000,0.0000,3.9908,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1399.7351,1399.7351,1399.7351,1399.7351,1399.7351 +1285.5000,1.0000,16758.8660,0.0000,0.0000,0.0000,0.0000,0,600.4690,63.3262,586.2561,-100.8994,3.9820,36.8644,-6.3447,-0.0173,0.0000,0.0000,0.0000,3.9993,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1395.6275,1395.6275,1395.6275,1395.6275,1395.6275 +1286.5000,1.0000,16758.4309,0.0000,0.0000,0.0000,0.0000,0,601.3085,62.7947,585.4376,-100.8094,3.9541,36.8644,-6.3479,0.0483,0.0000,0.0000,0.0000,3.9058,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8755,1391.1270,1391.1270,1391.1270,1391.1270,1391.1270 +1287.5000,1.0000,16757.9959,0.0000,0.0000,0.0000,0.0000,0,601.3085,61.9391,585.4376,-100.8094,3.9002,36.8644,-6.3479,-0.0483,0.0000,0.0000,0.0000,3.9486,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1382.6400,1382.6400,1382.6400,1382.6400,1382.6400 +1288.5000,1.0000,16757.5609,0.0000,0.0000,0.0000,0.0000,0,600.9650,82.7906,585.7723,-100.8462,5.2103,36.8644,-6.3465,0.0356,0.0000,0.0000,0.0000,5.1746,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1589.1709,1589.1709,1589.1709,1589.1709,1589.1709 +1289.5000,1.0000,16757.1258,0.0000,0.0000,0.0000,0.0000,0,601.6630,80.6673,585.0927,-100.7714,5.0825,36.8644,-6.3492,-0.0099,0.0000,0.0000,0.0000,5.0924,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1568.7493,1568.7493,1568.7493,1568.7493,1568.7493 +1290.5000,1.0000,16756.6908,0.0000,0.0000,0.0000,0.0000,0,600.6980,81.3857,586.0326,-100.8749,5.1196,36.8644,-6.3455,-0.0257,0.0000,0.0000,0.0000,5.1453,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1574.9880,1574.9880,1574.9880,1574.9880,1574.9880 +1291.5000,1.0000,16756.2558,0.0000,0.0000,0.0000,0.0000,0,601.2320,82.0880,585.5121,-100.8176,5.1683,36.8644,-6.3476,0.0455,0.0000,0.0000,0.0000,5.1228,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9546,1582.4460,1582.4460,1582.4460,1582.4460,1582.4460 +1292.5000,1.0000,16755.8207,0.0000,0.0000,0.0000,0.0000,0,601.5870,79.4552,585.1666,-100.7795,5.0055,36.8644,-6.3489,-0.0324,0.0000,0.0000,0.0000,5.0379,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1556.6552,1556.6552,1556.6552,1556.6552,1556.6552 +1293.5000,1.0000,16755.3857,0.0000,0.0000,0.0000,0.0000,0,600.3550,80.2075,586.3675,-100.9116,5.0426,36.8644,-6.3442,-0.0131,0.0000,0.0000,0.0000,5.0557,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1562.9849,1562.9849,1562.9849,1562.9849,1562.9849 +1294.5000,1.0000,16754.9507,0.0000,0.0000,0.0000,0.0000,0,600.5835,79.7689,586.1444,-100.8871,5.0169,36.8644,-6.3451,0.0215,0.0000,0.0000,0.0000,4.9954,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8175,1558.8444,1558.8444,1558.8444,1558.8444,1558.8444 +1295.5000,1.0000,16754.5156,0.0000,0.0000,0.0000,0.0000,0,600.8240,80.5836,585.9097,-100.8613,5.0702,36.8644,-6.3460,-0.0127,0.0000,0.0000,0.0000,5.0828,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1567.1478,1567.1478,1567.1478,1567.1478,1567.1478 +1296.5000,1.0000,16754.0806,0.0000,0.0000,0.0000,0.0000,0,601.7015,81.8753,585.0553,-100.7672,5.1590,36.8644,-6.3493,0.0451,0.0000,0.0000,0.0000,5.1139,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1580.7681,1580.7681,1580.7681,1580.7681,1580.7681 +1297.5000,1.0000,16753.6456,0.0000,0.0000,0.0000,0.0000,0,601.9685,80.9413,584.7958,-100.7386,5.1024,36.8644,-6.3504,-0.0352,0.0000,0.0000,0.0000,5.1376,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9214,1571.7483,1571.7483,1571.7483,1571.7483,1571.7483 +1298.5000,1.0000,16753.2105,0.0000,0.0000,0.0000,0.0000,0,601.0530,80.4800,585.6865,-100.8368,5.0656,36.8644,-6.3469,0.0014,0.0000,0.0000,0.0000,5.0642,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1566.3303,1566.3303,1566.3303,1566.3303,1566.3303 +1299.5000,1.0000,16752.7755,0.0000,0.0000,0.0000,0.0000,0,601.1290,80.6807,585.6125,-100.8286,5.0789,36.8644,-6.3472,0.0014,0.0000,0.0000,0.0000,5.0775,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8755,1568.3911,1568.3911,1568.3911,1568.3911,1568.3911 diff --git a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGearVair_MeasuredSpeed_Gear_Rural_Vair.vmod b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGearVair_MeasuredSpeed_Gear_Rural_Vair.vmod index 2159e4ee1e70608dc54c7e71cd884aac20c6502f..27bd95bfd6ef4dbfe52b558a7d18e46d996c5420 100644 --- a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGearVair_MeasuredSpeed_Gear_Rural_Vair.vmod +++ b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGearVair_MeasuredSpeed_Gear_Rural_Vair.vmod @@ -1,1300 +1,1300 @@ -time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h] -1.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,60.5128,586.7144,-100.9497,3.8021,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8021,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1367.2875,1367.2875,1367.2875 -2.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.6135,62.6789,585.1409,-100.7767,3.9488,36.8644,-6.3490,0.0596,0.0000,0.0000,0.0000,3.8892,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1390.2588,1390.2588,1390.2588 -3.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.6135,60.2335,585.1409,-100.7767,3.7948,36.8644,-6.3490,-0.0596,0.0000,0.0000,0.0000,3.8544,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1366.0012,1366.0012,1366.0012 -4.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.2345,586.7144,-100.9497,3.8475,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8475,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.4460,1374.4460,1374.4460 -5.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.8505,62.2204,585.8839,-100.8585,3.9150,36.8644,-6.3461,0.0314,0.0000,0.0000,0.0000,3.8836,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1385.0085,1385.0085,1385.0085 -6.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.3580,61.0428,585.3895,-100.8041,3.8441,36.8644,-6.3480,-0.0127,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1373.7938,1373.7938,1373.7938 -7.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.9385,61.8190,585.7981,-100.8491,3.8903,36.8644,-6.3464,-0.0028,0.0000,0.0000,0.0000,3.8931,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1381.1083,1381.1083,1381.1083 -8.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.4310,60.8884,586.2932,-100.9035,3.8285,36.8644,-6.3445,-0.0159,0.0000,0.0000,0.0000,3.8444,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1371.4098,1371.4098,1371.4098 -9.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.5755,61.6984,585.1778,-100.7807,3.8868,36.8644,-6.3489,0.0582,0.0000,0.0000,0.0000,3.8286,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1380.4975,1380.4975,1380.4975 -10.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,602.4260,60.7104,584.3517,-100.6895,3.8300,36.8644,-6.3521,-0.0268,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1371.4792,1371.4792,1371.4792 -11.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.3960,59.2719,585.3525,-100.8000,3.7328,36.8644,-6.3482,-0.0113,0.0000,0.0000,0.0000,3.7441,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1356.2616,1356.2616,1356.2616 -12.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.6715,61.2462,586.0585,-100.8777,3.8525,36.8644,-6.3454,-0.0155,0.0000,0.0000,0.0000,3.8680,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1375.1799,1375.1799,1375.1799 -13.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.3665,59.9275,586.3562,-100.9104,3.7677,36.8644,-6.3443,0.0042,0.0000,0.0000,0.0000,3.7634,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1361.8177,1361.8177,1361.8177 -14.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.7015,61.8198,585.0553,-100.7672,3.8953,36.8644,-6.3493,0.0451,0.0000,0.0000,0.0000,3.8502,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1381.8175,1381.8175,1381.8175 -15.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.4610,60.1117,585.2892,-100.7930,3.7861,36.8644,-6.3484,-0.0540,0.0000,0.0000,0.0000,3.8401,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1364.6518,1364.6518,1364.6518 -16.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.1175,60.3324,585.6237,-100.8299,3.7979,36.8644,-6.3471,0.0413,0.0000,0.0000,0.0000,3.7566,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1366.5251,1366.5251,1366.5251 -17.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.1175,59.9908,585.6237,-100.8299,3.7764,36.8644,-6.3471,-0.0413,0.0000,0.0000,0.0000,3.8176,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1363.1368,1363.1368,1363.1368 -18.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.8125,61.4573,585.9210,-100.8626,3.8667,36.8644,-6.3460,0.0300,0.0000,0.0000,0.0000,3.8367,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1377.4044,1377.4044,1377.4044 -19.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.8125,60.2364,585.9210,-100.8626,3.7899,36.8644,-6.3460,-0.0300,0.0000,0.0000,0.0000,3.8199,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1365.2930,1365.2930,1365.2930 -20.5000,1.0000,0.0002,0.0000,0.0011,0.0003,0.0000,0,600.0000,60.9052,586.7144,-100.9497,3.8268,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8268,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1371.1797,1371.1797,1371.1797 -21.5000,1.0000,0.3253,1.1695,2.3401,0.6497,0.0000,1,600.0000,149.1928,586.7144,-100.9497,9.3741,36.8644,-6.3429,0.0000,4.5643,0.0000,0.0000,4.8097,2.2822,-0.0910,0.0000,2.3732,0.0000,2.3732,0.1431,2.2301,0.0000,2.2301,0.0187,2.2114,0.0000,0.1249,0.2160,1.8705,2315.3701,2315.3701,2315.3701 -22.5000,1.0000,0.9823,2.3640,2.3901,0.0139,0.0000,1,600.0000,96.8445,586.7144,-100.9497,6.0849,36.8644,-6.3429,0.0000,1.1980,0.0000,0.0000,4.8870,1.1854,-0.1369,0.0000,1.3224,0.0000,1.3224,0.2579,1.0644,0.0000,1.0644,0.0008,1.0636,0.0000,0.5462,0.4366,0.0808,1727.6972,1727.6972,1727.6972 -23.5000,1.0000,1.8550,3.1405,3.8931,0.4175,0.0000,1,600.0000,167.5432,586.7144,-100.9497,10.5271,36.8644,-6.3429,0.0000,5.7919,0.0000,0.0000,4.7351,4.6736,-0.2429,0.0000,4.9165,0.0000,4.9165,0.3623,4.5542,0.0000,4.5542,0.0323,4.5219,0.0000,0.7143,0.5800,3.2276,2522.9139,2522.9139,2522.9139 -24.5000,1.0000,3.1981,4.8340,5.7771,0.5233,0.0000,1,600.0000,231.6560,586.7144,-100.9497,14.5554,36.8644,-6.3429,0.0000,9.6284,0.0000,0.0000,4.9270,8.0581,-0.4301,0.0000,8.4882,0.0000,8.4882,0.5715,7.9167,0.0000,7.9167,0.0624,7.8544,0.0000,0.7341,0.8927,6.2275,3299.9452,3299.9452,3299.9452 -25.5000,1.0000,4.8080,5.7945,5.8141,0.0103,0.0000,2,601.1940,121.3468,585.5491,-100.8217,7.6396,36.8644,-6.3474,0.0441,2.5064,0.0000,0.0000,5.0891,2.5034,-0.2072,0.0000,2.7106,0.0000,2.7106,0.6322,2.0784,0.0000,2.0784,0.0015,2.0769,0.0000,0.8602,1.0701,0.1466,2003.9366,2003.9366,2003.9366 -26.5000,1.0000,6.3758,5.6430,5.4741,-0.0944,0.0000,2,609.1785,99.3852,577.8744,-99.9652,6.3401,36.8644,-6.3771,0.2540,0.9702,0.0000,0.0000,5.1159,1.0115,-0.2035,0.0000,1.2150,0.0000,1.2150,0.6157,0.5993,0.0000,0.5993,-0.0131,0.6124,0.0000,0.8822,1.0421,-1.3119,1777.3622,1777.3622,1777.3622 -27.5000,1.0000,7.8407,5.2725,5.0731,-0.1114,0.0000,2,611.0480,84.3047,576.1064,-99.7647,5.3946,36.8644,-6.3838,-0.1847,0.5727,0.0000,0.0000,5.0065,0.5905,-0.1909,0.0000,0.7814,0.0000,0.7814,0.5753,0.2061,0.0000,0.2061,-0.0145,0.2206,0.0000,0.6926,0.9737,-1.4457,1613.4668,1613.4668,1613.4668 -28.5000,1.0000,9.1880,4.8490,4.6271,-0.1239,0.0000,2,604.8295,82.8571,582.0295,-100.4317,5.2480,36.8644,-6.3611,-0.0482,0.3744,0.0000,0.0000,4.9218,0.3916,-0.1741,0.0000,0.5657,0.0000,0.5657,0.5291,0.0366,0.0000,0.0366,-0.0148,0.0514,0.0000,0.6347,0.8955,-1.4788,1593.3854,1593.3854,1593.3854 -29.5000,1.0000,10.4759,4.6355,4.6461,0.0053,0.0000,2,602.4260,114.0580,584.3517,-100.6895,7.1955,36.8644,-6.3521,-0.0409,2.2632,0.0000,0.0000,4.9732,2.2544,-0.1629,0.0000,2.4173,0.0000,2.4173,0.5058,1.9116,0.0000,1.9116,0.0006,1.9110,0.0000,0.9947,0.8561,0.0602,1925.1165,1925.1165,1925.1165 -30.5000,1.0000,11.7361,4.5355,4.4271,-0.0608,0.0000,2,600.6600,99.0026,586.0697,-100.8789,6.2274,36.8644,-6.3454,-0.0243,1.3071,0.0000,0.0000,4.9446,1.3380,-0.1513,0.0000,1.4893,0.0000,1.4893,0.4949,0.9944,0.0000,0.9944,-0.0068,1.0012,0.0000,0.8428,0.8376,-0.6792,1749.7126,1749.7126,1749.7126 -31.5000,1.0000,13.0775,4.8280,5.2311,0.2233,0.0000,2,600.0000,156.8416,586.7144,-100.9497,9.8546,36.8644,-6.3429,0.0000,4.9755,0.0000,0.0000,4.8791,4.5931,-0.2178,0.0000,4.8109,0.0000,4.8109,0.5268,4.2842,0.0000,4.2842,0.0266,4.2576,0.0000,0.7117,0.8916,2.6543,2401.8784,2401.8784,2401.8784 -32.5000,1.0000,14.6352,5.6065,5.9841,0.2092,0.0000,2,600.0000,161.6085,586.7144,-100.9497,10.1542,36.8644,-6.3429,0.0000,5.2904,0.0000,0.0000,4.8637,4.9575,-0.2517,0.0000,5.2092,0.0000,5.2092,0.6117,4.5975,0.0000,4.5975,0.0289,4.5686,0.0000,0.6464,1.0354,2.8868,2455.7924,2455.7924,2455.7924 -33.5000,1.0000,16.2983,5.9860,5.9901,0.0017,0.0000,2,610.1970,121.4652,576.9098,-99.8560,7.7616,36.8644,-6.3808,0.3821,2.3499,0.0000,0.0000,5.0296,2.3880,-0.2116,0.0000,2.5996,0.0000,2.5996,0.6531,1.9465,0.0000,1.9465,0.0002,1.9463,0.0000,0.8162,1.1055,0.0246,2031.7001,2031.7001,2031.7001 -34.5000,1.0000,17.9363,5.8955,5.8031,-0.0519,0.0000,2,616.9605,97.9125,570.5854,-99.1306,6.3259,36.8644,-6.4046,-0.1301,1.4541,0.0000,0.0000,5.0019,1.4693,-0.2107,0.0000,1.6800,0.0000,1.6800,0.6432,1.0368,0.0000,1.0368,-0.0076,1.0443,0.0000,0.7094,1.0888,-0.7539,1779.6591,1779.6591,1779.6591 -35.5000,1.0000,19.5455,5.7920,5.7831,-0.0056,0.0000,2,607.4615,106.8335,579.5077,-100.1494,6.7960,36.8644,-6.3708,-0.2263,2.0985,0.0000,0.0000,4.9238,2.0812,-0.1999,0.0000,2.2810,0.0000,2.2810,0.6320,1.6491,0.0000,1.6491,-0.0008,1.6499,0.0000,0.6594,1.0696,-0.0792,1858.1866,1858.1866,1858.1866 -36.5000,1.0000,21.1608,5.8140,5.8471,0.0178,0.0000,2,600.6980,115.8393,586.0326,-100.8749,7.2869,36.8644,-6.3455,-0.0257,2.3958,0.0000,0.0000,4.9168,2.3799,-0.2053,0.0000,2.5852,0.0000,2.5852,0.6344,1.9508,0.0000,1.9508,0.0025,1.9483,0.0000,0.6202,1.0737,0.2544,1940.1909,1940.1909,1940.1909 -37.5000,1.0000,22.8367,6.0320,6.2191,0.1033,0.0000,2,601.1560,140.3835,585.5862,-100.8257,8.8375,36.8644,-6.3473,0.0427,3.8884,0.0000,0.0000,4.9065,3.7793,-0.2423,0.0000,4.0216,0.0000,4.0216,0.6581,3.3635,0.0000,3.3635,0.0154,3.3481,0.0000,0.6998,1.1140,1.5344,2219.1299,2219.1299,2219.1299 -38.5000,1.0000,24.6210,6.4225,6.6281,0.1136,0.0000,2,620.5085,156.2969,567.3228,-98.7500,10.1561,36.8644,-6.4167,0.6934,4.3658,0.0000,0.0000,5.0969,4.3551,-0.2686,0.0000,4.6238,0.0000,4.6238,0.7007,3.9230,0.0000,3.9230,0.0180,3.9050,0.0000,0.9227,1.1861,1.7962,2455.9109,2455.9109,2455.9109 -39.5000,1.0000,26.4923,6.7355,6.8451,0.0603,0.0000,2,661.8220,141.3024,531.9083,-94.3188,9.7931,36.8644,-6.5368,0.9395,3.5774,0.0000,0.0000,5.2761,3.6437,-0.2657,0.0000,3.9094,0.0000,3.9094,0.7349,3.1745,0.0000,3.1745,0.0100,3.1645,0.0000,0.9211,1.2439,0.9994,2407.5774,2407.5774,2407.5774 -40.5000,1.0000,28.4367,6.9985,7.1541,0.0858,0.0000,2,694.2470,139.3423,507.0654,-90.8409,10.1304,36.8644,-6.6043,0.3968,4.2829,0.0000,0.0000,5.4506,4.2466,-0.2884,0.0000,4.5350,0.0000,4.5350,0.7636,3.7714,0.0000,3.7714,0.0148,3.7566,0.0000,0.9854,1.2924,1.4787,2480.5760,2480.5760,2480.5760 -41.5000,1.0000,30.4557,7.2675,7.3831,0.0636,0.0000,2,718.3565,117.9342,490.0473,-88.2549,8.8717,36.8644,-6.6391,0.6530,3.9111,0.0000,0.0000,4.3076,3.9298,-0.2924,0.0000,4.2222,0.0000,4.2222,0.7929,3.4293,0.0000,3.4293,0.0114,3.4179,0.0000,0.9377,1.3421,1.1380,2309.2122,2309.2122,2309.2122 -42.5000,1.0000,32.5185,7.4250,7.4691,0.0239,0.0000,2,745.7465,101.7158,472.0487,-85.3171,7.9434,36.8644,-6.6628,0.5765,2.9734,0.0000,0.0000,4.3935,3.0062,-0.2795,0.0000,3.2857,0.0000,3.2857,0.8101,2.4756,0.0000,2.4756,0.0044,2.4712,0.0000,0.6633,1.3712,0.4366,2206.1721,2206.1721,2206.1721 -43.5000,1.0000,34.5915,7.4615,7.4561,-0.0036,0.0000,2,765.5450,94.7103,459.8406,-83.1935,7.5927,36.8644,-6.6694,0.3390,2.8470,0.0000,0.0000,4.4067,2.8763,-0.2783,0.0000,3.1546,0.0000,3.1546,0.8141,2.3405,0.0000,2.3405,-0.0007,2.3412,0.0000,1.0295,1.3780,-0.0663,2171.0832,2171.0832,2171.0832 -44.5000,1.0000,36.6589,7.4415,7.4291,-0.0075,0.0000,2,768.1010,83.4369,458.3103,-82.9194,6.7113,36.8644,-6.6696,-0.2195,2.5390,0.0000,0.0000,4.3918,2.5282,-0.2756,0.0000,2.8038,0.0000,2.8038,0.8119,1.9919,0.0000,1.9919,-0.0014,1.9932,0.0000,0.7564,1.3743,-0.1374,2021.3209,2021.3209,2021.3209 -45.5000,1.0000,38.7174,7.4095,7.3921,-0.0103,0.0000,2,766.2320,87.1039,459.4283,-83.1198,6.9892,36.8644,-6.6695,0.1310,2.4647,0.0000,0.0000,4.3935,2.4798,-0.2745,0.0000,2.7543,0.0000,2.7543,0.8084,1.9459,0.0000,1.9459,-0.0019,1.9477,0.0000,0.7668,1.3684,-0.1875,2066.9902,2066.9902,2066.9902 -46.5000,1.0000,40.7695,7.3865,7.3831,-0.0025,0.0000,2,768.2540,91.4884,458.2191,-82.9030,7.3604,36.8644,-6.6697,-0.0360,2.9959,0.0000,0.0000,4.4005,2.9947,-0.2777,0.0000,3.2724,0.0000,3.2724,0.8059,2.4665,0.0000,2.4665,-0.0005,2.4670,0.0000,1.1483,1.3641,-0.0455,2134.0893,2134.0893,2134.0893 -47.5000,1.0000,42.8242,7.3955,7.4101,0.0075,0.0000,2,764.5155,91.2142,460.4598,-83.3039,7.3026,36.8644,-6.6693,-0.1397,3.0938,0.0000,0.0000,4.3485,3.0762,-0.2798,0.0000,3.3559,0.0000,3.3559,0.8069,2.5490,0.0000,2.5490,0.0014,2.5477,0.0000,1.0454,1.3658,0.1365,2119.2911,2119.2911,2119.2911 -48.5000,1.0000,44.8721,7.3715,7.3351,-0.0208,0.0000,2,762.7225,89.1795,461.5422,-83.4963,7.1230,36.8644,-6.6690,0.0554,2.6932,0.0000,0.0000,4.3744,2.7111,-0.2712,0.0000,2.9823,0.0000,2.9823,0.8043,2.1780,0.0000,2.1780,-0.0038,2.1818,0.0000,1.1985,1.3613,-0.3780,2085.6449,2085.6449,2085.6449 -49.5000,1.0000,46.9072,7.3250,7.3171,-0.0050,0.0000,2,758.8695,91.0281,463.8856,-83.9095,7.2339,36.8644,-6.6682,-0.2347,3.1089,0.0000,0.0000,4.3596,3.0921,-0.2773,0.0000,3.3694,0.0000,3.3694,0.7992,2.5701,0.0000,2.5701,-0.0009,2.5711,0.0000,1.3085,1.3527,-0.0902,2100.1236,2100.1236,2100.1236 -50.5000,1.0000,48.9386,7.3120,7.3091,-0.0022,0.0000,2,753.8340,92.9378,466.9843,-84.4496,7.3366,36.8644,-6.6666,0.0000,3.0192,0.0000,0.0000,4.3174,3.0209,-0.2753,0.0000,3.2961,0.0000,3.2961,0.7978,2.4983,0.0000,2.4983,-0.0004,2.4987,0.0000,1.1884,1.3503,-0.0400,2111.9857,2111.9857,2111.9857 -51.5000,1.0000,50.9592,7.2730,7.2391,-0.0194,0.0000,2,752.8420,86.9119,467.5996,-84.5560,6.8519,36.8644,-6.6662,-0.0459,2.5740,0.0000,0.0000,4.3237,2.5831,-0.2666,0.0000,2.8496,0.0000,2.8496,0.7935,2.0561,0.0000,2.0561,-0.0035,2.0596,0.0000,1.0646,1.3431,-0.3481,2025.0121,2025.0121,2025.0121 -52.5000,1.0000,52.8381,6.7630,6.2891,-0.2639,0.0000,2,747.1580,30.5842,471.1569,-85.1657,2.3930,36.8644,-6.6636,-0.2153,-1.6862,0.0000,0.0000,4.2945,-1.8022,-0.2842,0.0000,-1.5180,0.0000,-1.5180,0.7379,-2.2559,0.0000,-2.2559,-0.0440,-2.2119,0.0000,0.9324,1.2490,-4.3933,1222.5577,1222.5577,1222.5577 -53.5000,1.0000,54.5422,6.1335,5.9801,-0.0858,0.0000,2,706.2640,45.7740,498.4377,-89.5519,3.3854,36.8644,-6.6232,-1.5702,0.9931,0.0000,0.0000,3.9625,0.9666,-0.2268,0.0000,1.1933,0.0000,1.1933,0.6692,0.5241,0.0000,0.5241,-0.0130,0.5371,0.0000,0.7004,1.1327,-1.2960,1318.8405,1318.8405,1318.8405 -54.5000,1.0000,56.1628,5.8330,5.6881,-0.0811,0.0000,2,642.4050,57.5574,547.9855,-96.4014,3.8720,36.8644,-6.4852,-1.0911,1.1103,0.0000,0.0000,3.8529,1.0897,-0.2115,0.0000,1.3012,0.0000,1.3012,0.6364,0.6648,0.0000,0.6648,-0.0117,0.6765,0.0000,0.7639,1.0772,-1.1647,1376.9816,1376.9816,1376.9816 -55.5000,1.0000,57.7567,5.7370,5.7881,0.0278,0.0000,2,607.5380,101.4223,579.4348,-100.1412,6.4526,36.8644,-6.3711,-0.2690,2.9063,0.0000,0.0000,3.8153,2.8470,-0.2123,0.0000,3.0593,0.0000,3.0593,0.6260,2.4334,0.0000,2.4334,0.0039,2.4294,0.0000,0.9777,1.0595,0.3923,1797.2101,1797.2101,1797.2101 -56.5000,1.0000,59.3423,5.7070,5.6281,-0.0444,0.0000,2,600.2135,89.9926,586.5057,-100.9268,5.6564,36.8644,-6.3437,-0.0042,1.8627,0.0000,0.0000,3.7980,1.8888,-0.1978,0.0000,2.0867,0.0000,2.0867,0.6227,1.4640,0.0000,1.4640,-0.0063,1.4702,0.0000,1.0407,1.0539,-0.6244,1659.9231,1659.9231,1659.9231 -57.5000,1.0000,60.8525,5.4355,5.2451,-0.1064,0.0000,2,600.0495,70.7170,586.6660,-100.9444,4.4436,36.8644,-6.3430,-0.0018,0.6879,0.0000,0.0000,3.7576,0.7130,-0.1970,0.0000,0.9100,0.0000,0.9100,0.5931,0.3169,0.0000,0.3169,-0.0143,0.3312,0.0000,0.7509,1.0038,-1.4235,1468.5587,1468.5587,1468.5587 -58.5000,1.0000,62.2524,5.0385,4.8341,-0.1142,0.0000,2,600.5075,73.2864,586.2185,-100.8953,4.6086,36.8644,-6.3448,0.0187,0.6344,0.0000,0.0000,3.9555,0.6620,-0.1798,0.0000,0.8417,0.0000,0.8417,0.5497,0.2920,0.0000,0.2920,-0.0142,0.3062,0.0000,0.7917,0.9305,-1.4160,1494.4677,1494.4677,1494.4677 -59.5000,1.0000,63.4335,4.2510,3.6701,-0.3233,0.0000,2,601.0150,36.0198,585.7235,-100.8409,2.2670,36.8644,-6.3467,0.0000,-1.6632,0.0000,0.0000,3.9303,-1.9271,-0.1713,0.0000,-1.7558,0.0000,-1.7558,0.4638,-2.2196,0.0000,-2.2196,-0.0339,-2.1857,0.0000,0.4128,0.7851,-3.3835,1125.2497,1125.2497,1125.2497 -60.5000,1.0000,64.3847,3.4230,3.1781,-0.1367,0.0000,1,600.5075,57.7108,586.2185,-100.8953,3.6291,36.8644,-6.3448,-0.0187,-0.3113,0.0000,0.0000,3.9592,-0.3351,-0.2343,0.0000,-0.1008,0.0000,-0.1008,0.3735,-0.4743,0.0000,-0.4743,-0.0115,-0.4628,0.0000,0.0567,0.6321,-1.1516,1339.9585,1339.9585,1339.9585 -61.5000,1.0000,65.2125,2.9790,2.7821,-0.1100,0.0000,1,600.7360,58.4950,585.9956,-100.8708,3.6799,36.8644,-6.3457,0.0272,-0.1252,0.0000,0.0000,3.7779,-0.1342,-0.1966,0.0000,0.0623,0.0000,0.0623,0.3250,-0.2627,0.0000,-0.2627,-0.0081,-0.2546,0.0000,0.0019,0.5501,-0.8067,1347.9472,1347.9472,1347.9472 -62.5000,1.0000,65.9857,2.7825,2.7851,0.0008,0.0000,1,601.0145,69.6961,585.7240,-100.8409,4.3865,36.8644,-6.3467,-0.0169,0.6505,0.0000,0.0000,3.7530,0.6496,-0.1736,0.0000,0.8232,0.0000,0.8232,0.3036,0.5196,0.0000,0.5196,0.0001,0.5196,0.0000,0.0000,0.5139,0.0057,1459.3189,1459.3189,1459.3189 -63.5000,1.0000,66.7962,2.9165,3.0501,0.0736,0.0000,1,600.2785,78.5187,586.4422,-100.9199,4.9358,36.8644,-6.3439,-0.0103,1.2678,0.0000,0.0000,3.6782,1.2121,-0.1785,0.0000,1.3906,0.0000,1.3906,0.3182,1.0724,0.0000,1.0724,0.0053,1.0671,0.0000,0.0000,0.5386,0.5285,1546.1613,1546.1613,1546.1613 -64.5000,1.0000,67.6255,2.9845,2.9211,-0.0358,0.0000,1,613.5155,73.4241,573.7893,-99.5001,4.7173,36.8644,-6.3926,0.5092,0.4014,0.0000,0.0000,3.8066,0.4193,-0.1916,0.0000,0.6109,0.0000,0.6109,0.3256,0.2853,0.0000,0.2853,-0.0026,0.2879,0.0000,0.0000,0.5512,-0.2633,1507.8010,1507.8010,1507.8010 -65.5000,1.0000,68.5972,3.4970,4.0751,0.3206,0.0000,1,613.5155,115.7979,573.7893,-99.5001,7.4397,36.8644,-6.3926,-0.5092,4.2553,0.0000,0.0000,3.6936,3.5722,-0.2423,0.0000,3.8145,0.0000,3.8145,0.3816,3.4329,0.0000,3.4329,0.0276,3.4053,0.0000,0.0000,0.6458,2.7595,1977.3417,1977.3417,1977.3417 -66.5000,1.0000,69.9801,4.9770,5.8811,0.5017,0.0000,1,600.0000,195.4251,586.7144,-100.9497,12.2789,36.8644,-6.3429,0.0000,8.5948,0.0000,0.0000,3.6841,7.2749,-0.4249,0.0000,7.6997,0.0000,7.6997,0.5728,7.1270,0.0000,7.1270,0.0616,7.0654,0.0000,0.0000,0.9191,6.1463,2838.2579,2838.2579,2838.2579 -67.5000,1.0000,71.7564,6.3935,6.9081,0.2853,0.0000,2,613.0195,168.2681,574.2536,-99.5533,10.8020,36.8644,-6.3908,0.4901,6.4625,0.0000,0.0000,3.8494,6.1091,-0.3041,0.0000,6.4132,0.0000,6.4132,0.6976,5.7156,0.0000,5.7156,0.0450,5.6706,0.0000,0.0000,1.1807,4.4899,2569.3250,2569.3250,2569.3250 -68.5000,1.0000,73.9076,7.7435,8.5811,0.4647,0.0000,2,671.9690,245.8586,523.8763,-93.2304,17.3007,36.8644,-6.5605,1.8954,11.2038,0.0000,0.0000,4.2015,10.8026,-0.4549,0.0000,11.2576,0.0000,11.2576,0.8803,10.3773,0.0000,10.3773,0.0887,10.2885,0.0000,0.0000,1.4300,8.8585,3758.4300,3758.4300,3758.4300 -69.5000,1.0000,76.3548,8.8085,9.0381,0.1269,0.0000,2,807.6600,165.1082,542.0348,-78.9502,13.9645,45.8442,-6.6774,4.4521,4.6059,0.0000,0.0000,4.9065,4.9884,-0.3796,0.0000,5.3680,0.0000,5.3680,0.9611,4.4069,0.0000,4.4069,0.0276,4.3793,0.0000,0.0000,1.6267,2.7526,3219.4085,3219.4085,3219.4085 -70.5000,1.0000,79.0926,9.8550,10.6741,0.4544,0.0000,2,916.8765,213.6926,492.3078,-71.3819,20.5177,47.2690,-6.8537,1.0955,14.2820,0.0000,0.0000,5.1403,13.4672,-0.6045,0.0000,14.0716,0.0000,14.0716,1.1166,12.9551,0.0000,12.9551,0.1104,12.8447,0.0000,0.0000,1.8200,11.0247,4379.0762,4379.0762,4379.0762 -71.5000,1.0000,82.2347,11.3105,11.9491,0.3542,0.0000,2,1027.6570,224.9672,602.1818,-68.6066,24.2101,64.8044,-7.3832,5.7635,12.2505,0.0000,0.0000,6.1961,12.6274,-0.6596,0.0000,13.2870,0.0000,13.2870,1.2385,12.0485,0.0000,12.0485,0.0988,11.9497,0.0000,0.0000,2.0888,9.8609,5112.9756,5112.9756,5112.9756 -72.5000,1.0000,85.8885,13.1525,14.3581,0.6692,0.0000,2,1180.1325,300.9446,615.7458,-78.5651,37.1917,76.0958,-9.7093,4.4318,25.8336,0.0000,0.0000,6.9264,24.8925,-1.0162,0.0000,25.9087,0.0000,25.9087,1.5971,24.3116,0.0000,24.3116,0.2170,24.0946,0.0000,0.0000,2.4289,21.6657,7598.0992,7598.0992,7598.0992 -73.5000,1.0000,90.2405,15.6660,16.9761,0.7272,0.0000,2,1360.0745,355.4563,720.3888,-89.2440,50.6265,102.6026,-12.7107,9.9219,31.7296,0.0000,0.0000,8.9750,31.8404,-1.3153,0.0000,33.1557,0.0000,33.1557,1.9367,31.2189,0.0000,31.2189,0.2809,30.9381,0.0000,0.0000,2.8931,28.0449,10214.9948,10214.9948,10214.9948 -74.5000,1.0000,95.3702,18.4660,19.9581,0.8283,0.0000,2,1637.0640,405.6813,822.1241,-104.7934,69.5471,140.9391,-17.9650,15.9042,41.4621,0.0000,0.0000,12.1808,42.0718,-1.7228,0.0000,43.7946,0.0000,43.7946,2.3536,41.4410,0.0000,41.4410,0.3771,41.0639,0.0000,0.0000,3.4102,37.6537,14050.4951,14050.4951,14050.4951 -75.5000,1.0000,101.0846,20.5705,21.1851,0.3408,0.0000,2,1955.1765,277.8023,858.3587,-116.4269,56.8788,175.7452,-23.8379,19.2008,20.9515,0.0000,0.0000,16.7265,22.0088,-1.4664,0.0000,23.4751,0.0000,23.4751,2.2444,21.2307,0.0000,21.2307,0.1729,21.0579,0.0000,0.0000,3.7989,17.2590,12082.3353,12082.3353,12082.3353 -76.5000,1.0000,106.9148,20.9875,20.7921,-0.1092,0.0000,2,2012.9700,5.1057,737.2556,-119.1038,1.0763,155.4118,-25.1068,-12.6240,-0.8229,0.0000,0.0000,14.5231,-0.7885,-1.2578,0.0000,0.4693,0.0000,0.4693,2.2899,-1.8206,0.0000,-1.8206,-0.0565,-1.7641,0.0000,0.0000,3.8759,-5.6400,3665.7133,3665.7133,3665.7133 -77.5000,1.0000,112.7231,20.9090,21.0281,0.0656,0.0000,3,1595.2160,-74.3281,415.1651,-103.1897,-12.4166,69.3536,-17.2379,-30.9205,11.1586,0.0000,0.0000,7.3454,8.9005,-0.6502,0.0000,9.5507,0.0000,9.5507,2.2813,7.2694,0.0000,7.2694,0.0338,7.2356,0.0000,0.0000,3.8614,3.3742,571.7100,571.7100,571.7100 -78.5000,1.0000,118.8292,21.9805,22.9351,0.5297,0.0000,3,1294.9950,338.9404,490.9243,-85.3842,45.9642,66.5750,-11.5791,1.2257,35.4133,0.0000,0.0000,9.3252,34.3449,-1.2169,0.0000,35.5619,0.0000,35.5619,2.5530,33.0089,0.0000,33.0089,0.2871,32.7218,0.0000,0.0000,4.0593,28.6626,9321.2420,9321.2420,9321.2420 -79.5000,1.0000,125.5773,24.2920,25.6511,0.7544,0.0000,3,1373.7700,470.5004,707.8166,-90.0562,67.6866,101.8271,-12.9556,5.3456,51.9057,0.0000,0.0000,10.4353,51.4249,-1.6561,0.0000,53.0810,0.0000,53.0810,3.0282,50.0529,0.0000,50.0529,0.4518,49.6010,0.0000,0.0000,4.4861,45.1149,13429.8008,13429.8008,13429.8008 -80.5000,1.0000,133.0302,26.8295,28.0101,0.6553,0.0000,3,1515.9460,436.1929,783.7686,-98.4884,69.2454,124.4229,-15.6350,7.3371,49.7988,0.0000,0.0000,12.1095,50.1816,-1.7283,0.0000,51.9100,0.0000,51.9100,3.2438,48.6662,0.0000,48.6662,0.4335,48.2328,0.0000,0.0000,4.9547,43.2780,13844.4983,13844.4983,13844.4983 -81.5000,1.0000,141.1505,29.2320,30.4561,0.6794,0.0000,3,1681.7350,448.5939,806.7696,-106.3843,79.0023,142.0809,-18.7354,8.9826,55.8549,0.0000,0.0000,14.1648,56.3846,-1.9569,0.0000,58.3415,0.0000,58.3415,3.5610,54.7806,0.0000,54.7806,0.4897,54.2909,0.0000,0.0000,5.3984,48.8924,15860.8992,15860.8992,15860.8992 -82.5000,1.0000,150.0661,32.0950,33.7361,0.9111,0.0000,3,1847.5240,547.7511,829.3716,-112.3818,105.9747,160.4604,-21.7428,8.9420,80.8926,0.0000,0.0000,16.1401,80.2431,-2.5806,0.0000,82.8237,0.0000,82.8237,4.1913,78.6324,0.0000,78.6324,0.7210,77.9115,0.0000,0.0000,5.9272,71.9843,21024.8088,21024.8088,21024.8088 -83.5000,1.0000,159.9652,35.6355,37.5371,1.0558,0.0000,3,2039.4065,632.6345,841.3932,-121.1271,135.1093,179.6931,-25.8687,14.1610,101.5763,0.0000,0.0000,19.3720,101.7798,-3.1983,0.0000,104.9781,0.0000,104.9781,4.8489,100.1292,0.0000,100.1292,0.9276,99.2016,0.0000,0.0000,6.5810,92.6206,26868.1162,26868.1162,26868.1162 -84.5000,1.0000,170.8220,39.0835,40.6321,0.8597,0.0000,3,2272.5645,547.5692,746.4842,-137.5519,130.3118,177.6501,-32.7349,16.7596,91.4383,0.0000,0.0000,22.1139,92.6036,-3.1848,0.0000,95.7884,0.0000,95.7884,5.0278,90.7605,0.0000,90.7605,0.8284,89.9321,0.0000,0.0000,7.2178,82.7143,26553.3949,26553.3949,26553.3949 -85.5000,1.0000,182.1279,40.7000,40.7701,0.0383,0.0000,3,2446.3265,168.9805,658.6669,-145.8192,43.2892,168.7364,-37.3558,8.0634,13.9157,0.0000,0.0000,21.3100,14.1970,-1.6391,0.0000,15.8361,0.0000,15.8361,4.4407,11.3954,0.0000,11.3954,0.0385,11.3569,0.0000,0.0000,7.5163,3.8406,10643.4663,10643.4663,10643.4663 -86.5000,1.0000,193.3820,40.5135,40.2591,-0.1419,0.0000,4,2056.0005,-122.3971,551.0397,-122.3971,-26.3526,118.6410,-26.3526,-56.0597,18.3792,0.0000,0.0000,11.3280,14.5016,-0.9598,0.0000,15.4614,0.0000,15.4614,4.4203,11.0410,17.8572,-6.8162,-0.1418,-6.6744,0.0000,0.0000,7.4818,-14.1562,0.0000,0.0000,0.0000 -87.5000,1.0000,204.6963,40.7305,41.2041,0.2625,0.0000,4,1619.8595,279.1963,587.1783,-104.1807,47.3604,99.6038,-17.6723,0.7817,37.3620,0.0000,0.0000,9.2167,37.1127,-1.4364,0.0000,38.5491,0.0000,38.5491,4.4440,34.1051,0.0000,34.1051,0.2636,33.8415,0.0000,0.0000,7.5219,26.3195,9846.0387,9846.0387,9846.0387 -88.5000,1.0000,216.2615,41.6335,42.0651,0.2392,0.0000,4,1643.0915,266.2252,724.6968,-105.0081,45.8078,124.6943,-18.0681,1.5512,35.5957,0.0000,0.0000,8.6609,35.5611,-1.4273,0.0000,36.9884,0.0000,36.9884,4.5425,32.4458,0.0000,32.4458,0.2455,32.2003,0.0000,0.0000,7.6887,24.5117,9576.4319,9576.4319,9576.4319 -89.5000,1.0000,228.0696,42.5080,42.9531,0.2467,0.0000,4,1669.4515,267.5803,724.3178,-105.9468,46.7796,126.6285,-18.5221,1.1264,37.2185,0.0000,0.0000,8.4347,37.0762,-1.4818,0.0000,38.5580,0.0000,38.5580,4.6380,33.9200,0.0000,33.9200,0.2585,33.6615,0.0000,0.0000,7.8502,25.8113,9810.5111,9810.5111,9810.5111 -90.5000,1.0000,240.1113,43.3490,43.7471,0.2206,0.0000,4,1711.3375,259.4655,746.7401,-107.4385,46.4990,133.8239,-19.2541,3.2474,34.7385,0.0000,0.0000,8.5131,35.0448,-1.4618,0.0000,36.5066,0.0000,36.5066,4.7297,31.7769,0.0000,31.7769,0.2357,31.5411,0.0000,0.0000,8.0055,23.5357,9810.4351,9810.4351,9810.4351 -91.5000,1.0000,252.4513,44.4230,45.1011,0.3761,0.0000,4,1752.4225,341.7110,741.8315,-108.9017,62.7085,136.1359,-19.9849,1.0961,53.2809,0.0000,0.0000,8.3314,52.7862,-1.8604,0.0000,54.6465,0.0000,54.6465,4.9013,49.7452,0.0000,49.7452,0.4119,49.3333,0.0000,0.0000,8.2038,41.1295,12851.5965,12851.5965,12851.5965 -92.5000,1.0000,265.1875,45.8490,46.5991,0.4161,0.0000,4,1788.7390,375.5999,777.6719,-110.1950,70.3560,145.6706,-20.6413,2.8704,59.1013,0.0000,0.0000,8.3842,59.0008,-2.0292,0.0000,61.0300,0.0000,61.0300,5.1281,55.9019,0.0000,55.9019,0.4704,55.4315,0.0000,0.0000,8.4672,46.9644,14349.3938,14349.3938,14349.3938 -93.5000,1.0000,278.4461,47.7300,48.8631,0.6289,0.0000,4,1847.4480,513.2601,796.6754,-112.3789,99.2975,154.1283,-21.7413,3.6961,87.0306,0.0000,0.0000,8.5708,86.5135,-2.6556,0.0000,89.1691,0.0000,89.1691,5.7230,83.4461,0.0000,83.4461,0.7401,82.7061,0.0000,0.0000,8.8146,73.8915,19845.0336,19845.0336,19845.0336 -94.5000,1.0000,292.2769,49.7895,50.7181,0.5153,0.0000,4,1922.4080,445.8964,830.0582,-115.1956,89.7652,167.1024,-23.1905,5.0035,75.9817,0.0000,0.0000,8.7801,76.2366,-2.5016,0.0000,78.7383,0.0000,78.7383,5.7558,72.9825,0.0000,72.9825,0.6325,72.3500,0.0000,0.0000,9.1949,63.1551,18163.5111,18163.5111,18163.5111 -95.5000,1.0000,306.4393,50.9835,51.2511,0.1481,0.0000,4,2018.6160,223.2786,824.4045,-119.5359,47.1986,174.2700,-25.2686,6.6725,31.4565,0.0000,0.0000,9.0696,32.1274,-1.6185,0.0000,33.7458,0.0000,33.7458,5.5627,28.1831,0.0000,28.1831,0.1861,27.9970,0.0000,0.0000,9.4154,18.5816,10378.5002,10378.5002,10378.5002 -96.5000,1.0000,320.6945,51.3175,51.3861,0.0375,0.0000,4,1981.6510,80.1563,729.9550,-117.4217,16.6339,151.4788,-24.3671,-11.0488,19.4305,0.0000,0.0000,8.2522,18.5159,-1.3450,0.0000,19.8609,0.0000,19.8609,5.5991,14.2618,0.0000,14.2618,0.0474,14.2143,0.0000,0.0000,9.4771,4.7372,5305.0985,5305.0985,5305.0985 -97.5000,1.0000,335.1789,52.1430,52.9021,0.4211,0.0000,5,1644.2740,371.8263,504.6407,-105.0502,64.0240,86.8931,-18.0884,-24.8993,82.5956,0.0000,0.0000,6.3278,69.2030,-0.8630,0.0000,70.0661,0.0000,70.0661,5.8419,64.2242,0.0000,64.2242,0.5414,63.6828,0.0000,0.0000,9.6295,54.0533,12998.4618,12998.4618,12998.4618 -98.5000,1.0000,350.0737,53.6200,54.3401,0.3994,0.0000,5,1426.1460,513.0462,737.1281,-93.1625,76.6212,110.0869,-13.9134,2.4924,67.7997,0.0000,0.0000,6.3292,68.2376,-0.8807,0.0000,69.1182,0.0000,69.1182,5.9634,63.1548,0.0000,63.1548,0.5281,62.6268,0.0000,0.0000,9.9023,52.7245,15099.3118,15099.3118,15099.3118 -99.5000,1.0000,365.3776,55.0930,55.8481,0.4189,0.0000,5,1467.5745,524.7486,760.5229,-95.6196,80.6455,116.8802,-14.6952,1.1690,73.1442,0.0000,0.0000,6.3323,72.7944,-0.9266,0.0000,73.7210,0.0000,73.7210,6.1678,67.5533,0.0000,67.5533,0.5690,66.9843,0.0000,0.0000,10.1743,56.8100,15859.3723,15859.3723,15859.3723 -100.5000,1.0000,380.9985,56.2340,56.6221,0.2150,0.0000,5,1509.7660,343.9049,780.1197,-98.1219,54.3722,123.3387,-15.5133,2.7093,45.2128,0.0000,0.0000,6.4501,45.7728,-0.8082,0.0000,46.5810,0.0000,46.5810,6.1356,40.4454,0.0000,40.4454,0.2981,40.1473,0.0000,0.0000,10.3850,29.7623,11081.8708,11081.8708,11081.8708 -101.5000,1.0000,396.8686,57.1310,57.6421,0.2833,0.0000,5,1536.7745,391.1467,709.0382,-99.7237,62.9475,114.1060,-16.0486,-0.2088,56.7385,0.0000,0.0000,6.4178,56.1555,-0.8750,0.0000,57.0305,0.0000,57.0305,6.2334,50.7971,0.0000,50.7971,0.3991,50.3980,0.0000,0.0000,10.5507,39.8473,12710.3713,12710.3713,12710.3713 -102.5000,1.0000,413.0323,58.1885,58.7371,0.3042,0.0000,5,1556.4965,420.9200,744.1352,-100.8934,68.6083,121.2910,-16.4452,2.0966,59.9098,0.0000,0.0000,6.6019,60.1877,-0.9125,0.0000,61.1002,0.0000,61.1002,6.3488,54.7514,0.0000,54.7514,0.4364,54.3150,0.0000,0.0000,10.7460,43.5690,13757.8442,13757.8442,13757.8442 -103.5000,1.0000,429.4829,59.2210,59.7071,0.2694,0.0000,5,1592.3170,384.8480,754.4384,-103.0178,64.1723,125.8004,-17.1779,1.3579,56.1331,0.0000,0.0000,6.6813,56.1627,-0.9091,0.0000,57.0718,0.0000,57.0718,6.4615,50.6103,0.0000,50.6103,0.3934,50.2169,0.0000,0.0000,10.9367,39.2802,12993.2226,12993.2226,12993.2226 -104.5000,1.0000,446.1888,60.1400,60.5751,0.2411,0.0000,5,1618.6390,358.6028,748.0207,-104.1373,60.7844,126.7921,-17.6516,1.2362,52.7889,0.0000,0.0000,6.7594,52.8134,-0.9075,0.0000,53.7208,0.0000,53.7208,6.5617,47.1591,0.0000,47.1591,0.3575,46.8016,0.0000,0.0000,11.1064,35.6952,12369.8255,12369.8255,12369.8255 -105.5000,1.0000,463.1123,60.9235,61.2741,0.1942,0.0000,5,1639.7725,315.4448,742.4895,-104.8899,54.1671,127.4977,-18.0113,0.8758,46.4414,0.0000,0.0000,6.8499,46.4214,-0.8884,0.0000,47.3098,0.0000,47.3098,6.6472,40.6625,0.0000,40.6625,0.2916,40.3709,0.0000,0.0000,11.2511,29.1198,11167.2735,11167.2735,11167.2735 -106.5000,1.0000,480.2211,61.5905,61.9091,0.1764,0.0000,5,1663.4620,301.5938,738.8131,-105.7335,52.5368,128.6993,-18.4185,1.5315,44.0478,0.0000,0.0000,6.9575,44.2168,-0.8885,0.0000,45.1054,0.0000,45.1054,6.7200,38.3853,0.0000,38.3853,0.2678,38.1175,0.0000,0.0000,11.3742,26.7433,10902.3846,10902.3846,10902.3846 -107.5000,1.0000,497.5369,62.3355,62.7641,0.2375,0.0000,5,1680.2850,350.4713,731.0879,-106.3326,61.6686,128.6415,-18.7102,0.1889,54.4829,0.0000,0.0000,6.9967,54.1708,-0.9515,0.0000,55.1223,0.0000,55.1223,6.8013,48.3210,0.0000,48.3210,0.3650,47.9560,0.0000,0.0000,11.5118,36.4442,12613.9462,12613.9462,12613.9462 -108.5000,1.0000,515.0623,63.0905,63.4191,0.1819,0.0000,5,1697.2225,308.2894,755.3549,-106.9358,54.7931,134.2513,-19.0060,1.5745,46.1325,0.0000,0.0000,7.0861,46.3027,-0.9248,0.0000,47.2275,0.0000,47.2275,6.8837,40.3439,0.0000,40.3439,0.2830,40.0608,0.0000,0.1522,11.6513,28.2574,11364.5131,11364.5131,11364.5131 -109.5000,1.0000,532.7380,63.6315,63.8461,0.1186,0.0000,5,1719.8825,247.5094,744.7312,-107.7428,44.5779,134.1303,-19.4051,0.7978,36.6990,0.0000,0.0000,7.0811,36.7369,-0.8859,0.0000,37.6228,0.0000,37.6228,6.9427,30.6801,0.0000,30.6801,0.1861,30.4940,0.0000,0.1636,11.7512,18.5792,9450.1189,9450.1189,9450.1189 -110.5000,1.0000,550.4445,63.7420,63.6401,-0.0572,0.0000,5,1732.6240,96.4303,731.7796,-108.1966,17.4963,132.7741,-19.6312,0.5520,9.8498,0.0000,0.0000,7.0945,9.8953,-0.7522,0.0000,10.6475,0.0000,10.6475,6.9548,3.6928,0.0000,3.6928,-0.0899,3.7827,0.0000,0.9899,11.7716,-8.9788,4630.1842,4630.1842,4630.1842 -111.5000,1.0000,568.0402,63.3435,63.0491,-0.1642,0.0000,5,1728.6185,-1.7790,683.7714,-108.0539,-0.3220,123.7766,-19.5600,-0.9759,-6.3430,0.0000,0.0000,6.9969,-6.3388,-0.7550,0.0000,-5.5838,0.0000,-5.5838,6.9113,-12.4951,0.0000,-12.4951,-0.2564,-12.2387,0.0000,1.6619,11.6980,-25.5986,2665.7415,2665.7415,2665.7415 -112.5000,1.0000,585.4691,62.7430,62.4391,-0.1694,0.0000,5,1717.9370,5.9827,660.6136,-107.6735,1.0763,118.8457,-19.3707,-0.1570,-5.7243,0.0000,0.0000,6.9576,-5.7473,-0.7428,0.0000,-5.0045,0.0000,-5.0045,6.8458,-11.8503,0.0000,-11.8503,-0.2621,-11.5882,0.0000,2.9959,11.5871,-26.1711,2801.5478,2801.5478,2801.5478 -113.5000,1.0000,602.7333,62.1500,61.8631,-0.1600,0.0000,5,1702.2965,10.3319,647.5684,-107.1165,1.8418,115.4382,-19.0950,-1.4795,-3.5571,0.0000,0.0000,6.8784,-3.5440,-0.7268,0.0000,-2.8172,0.0000,-2.8172,6.7811,-9.5983,0.0000,-9.5983,-0.2452,-9.3531,0.0000,3.6482,11.4776,-24.4788,2846.8470,2846.8470,2846.8470 -114.5000,1.0000,619.8581,61.6480,61.4351,-0.1189,0.0000,5,1683.2610,56.3851,648.8472,-106.4386,9.9390,114.3727,-18.7620,-0.5048,3.5765,0.0000,0.0000,6.8673,3.5786,-0.7002,0.0000,4.2787,0.0000,4.2787,6.7263,-2.4475,0.0000,-2.4475,-0.1807,-2.2668,0.0000,4.3905,11.3849,-18.0422,3681.9584,3681.9584,3681.9584 -115.5000,1.0000,636.8627,61.2155,60.9981,-0.1214,0.0000,5,1672.5795,46.2393,657.3617,-106.0582,8.0989,115.1383,-18.5763,-0.5956,1.8777,0.0000,0.0000,6.8168,1.8779,-0.6968,0.0000,2.5747,0.0000,2.5747,6.6791,-4.1044,0.0000,-4.1044,-0.1832,-3.9212,0.0000,3.0662,11.3050,-18.2924,3452.7480,3452.7480,3452.7480 -116.5000,1.0000,653.7599,60.8285,60.6611,-0.0936,0.0000,5,1657.7785,74.1212,647.4054,-105.5311,12.8676,112.3910,-18.3204,-0.9165,7.0320,0.0000,0.0000,6.7521,7.0133,-0.6877,0.0000,7.7010,0.0000,7.7010,6.6369,1.0641,0.0000,1.0641,-0.1404,1.2045,0.0000,3.9883,11.2335,-14.0173,3947.5296,3947.5296,3947.5296 -117.5000,1.0000,670.5549,60.4610,60.2631,-0.1106,0.0000,5,1645.7620,71.8906,655.8703,-105.1032,12.3899,113.0352,-18.1139,-0.3046,5.9822,0.0000,0.0000,6.7123,5.9909,-0.6764,0.0000,6.6673,0.0000,6.6673,6.5968,0.0705,0.0000,0.0705,-0.1648,0.2353,0.0000,5.5242,11.1657,-16.4545,3867.5524,3867.5524,3867.5524 -118.5000,1.0000,687.2005,59.9230,59.5851,-0.1883,0.0000,5,1636.8735,-1.2371,650.4282,-104.7866,-0.2120,111.4918,-17.9618,-0.5905,-6.3097,0.0000,0.0000,6.6881,-6.3228,-0.6947,0.0000,-5.6281,0.0000,-5.6281,6.5381,-12.1661,0.0000,-12.1661,-0.2782,-11.8879,0.0000,4.8269,11.0663,-27.7811,2453.0020,2453.0020,2453.0020 -119.5000,1.0000,703.6805,59.3270,59.0711,-0.1428,0.0000,5,1628.4810,41.8506,628.2887,-104.4878,7.1370,107.1447,-17.8187,-0.2518,0.7217,0.0000,0.0000,6.6670,0.7238,-0.6669,0.0000,1.3907,0.0000,1.3907,6.4730,-5.0824,0.0000,-5.0824,-0.2088,-4.8735,0.0000,5.0220,10.9562,-20.8517,3249.4124,3249.4124,3249.4124 -120.5000,1.0000,720.0161,58.8070,58.5451,-0.1461,0.0000,5,1611.8485,33.4926,627.7121,-103.8954,5.6533,105.9530,-17.5368,-1.3971,0.4738,0.0000,0.0000,6.5766,0.4718,-0.6586,0.0000,1.1304,0.0000,1.1304,6.4163,-5.2859,0.0000,-5.2859,-0.2118,-5.0740,0.0000,5.2173,10.8602,-21.1515,3050.6177,3050.6177,3050.6177 -121.5000,1.0000,736.1927,58.2345,57.9261,-0.1719,0.0000,5,1589.9900,8.7587,621.8135,-102.8798,1.4584,103.5340,-17.1298,-0.7561,-4.2888,0.0000,0.0000,6.5033,-4.2907,-0.6608,0.0000,-3.6299,0.0000,-3.6299,6.3538,-9.9838,0.0000,-9.9838,-0.2469,-9.7369,0.0000,4.1575,10.7545,-24.6489,2525.8840,2525.8840,2525.8840 -122.5000,1.0000,752.2220,57.7045,57.4851,-0.1225,0.0000,5,1572.2135,52.8570,605.4505,-101.8255,8.7025,99.6825,-16.7647,-0.9686,3.2343,0.0000,0.0000,6.4368,3.2260,-0.6331,0.0000,3.8591,0.0000,3.8591,6.2960,-2.4369,0.0000,-2.4369,-0.1743,-2.2626,0.0000,4.4818,10.6566,-17.4010,3299.3804,3299.3804,3299.3804 -123.5000,1.0000,768.1401,57.3040,57.1251,-0.1000,0.0000,5,1563.7450,80.5617,625.4326,-101.3233,13.1924,102.4177,-16.5922,0.1502,6.6001,0.0000,0.0000,6.4421,6.6275,-0.6276,0.0000,7.2551,0.0000,7.2551,6.2523,1.0028,0.0000,1.0028,-0.1413,1.1441,0.0000,4.6678,10.5826,-14.1063,3794.3384,3794.3384,3794.3384 -124.5000,1.0000,783.9785,57.0170,56.9111,-0.0594,0.0000,5,1560.0825,109.5488,628.1756,-101.1060,17.8971,102.6260,-16.5178,-0.5007,11.9864,0.0000,0.0000,6.4115,11.9687,-0.6500,0.0000,12.6187,0.0000,12.6187,6.2210,6.3977,0.0000,6.3977,-0.0836,6.4813,0.0000,4.2951,10.5296,-8.3434,4418.8854,4418.8854,4418.8854 -125.5000,1.0000,799.7087,56.6275,56.3461,-0.1569,0.0000,5,1551.2320,22.1687,636.0868,-100.5811,3.6012,103.3289,-16.3389,-0.3452,-2.4244,0.0000,0.0000,6.3708,-2.4308,-0.6292,0.0000,-1.8017,0.0000,-1.8017,6.1785,-7.9802,0.0000,-7.9802,-0.2191,-7.7611,0.0000,3.6590,10.4577,-21.8777,2679.9098,2679.9098,2679.9098 -126.5000,1.0000,815.2601,55.9840,55.6241,-0.2006,0.0000,5,1533.7225,-10.3650,593.1980,-99.5427,-1.6647,95.2742,-15.9877,-1.3078,-6.6269,0.0000,0.0000,6.2700,-6.6095,-0.6289,0.0000,-5.9806,0.0000,-5.9806,6.1083,-12.0889,0.0000,-12.0889,-0.2768,-11.8121,0.0000,5.4884,10.3389,-27.6394,2001.0222,2001.0222,2001.0222 -127.5000,1.0000,830.5743,55.1300,54.6381,-0.2739,0.0000,5,1509.4990,-75.8365,575.8164,-98.1060,-11.9878,91.0218,-15.5080,-0.9583,-17.2419,0.0000,0.0000,6.2124,-17.2783,-0.6414,0.0000,-16.6369,0.0000,-16.6369,6.0151,-22.6520,0.0000,-22.6520,-0.3723,-22.2798,0.0000,4.7090,10.1811,-37.1699,421.2055,421.2055,421.2055 -128.5000,1.0000,845.6035,54.1040,53.5721,-0.2961,0.0000,5,1485.0845,-96.6580,540.4187,-96.6581,-15.0320,84.0447,-15.0320,-1.2838,-19.8127,0.0000,0.0000,6.0645,-19.8202,-0.6311,0.0000,-19.1891,0.0000,-19.1891,5.9032,-25.0923,0.4971,-25.5894,-0.3950,-25.1944,0.0000,4.2518,9.9917,-39.4379,0.0000,0.0000,0.0000 -129.5000,1.0000,860.3219,52.9850,52.4001,-0.3256,0.0000,5,1454.2610,-94.8296,519.0455,-94.8300,-14.4416,79.0454,-14.4416,-1.4956,-18.8991,0.0000,0.0000,5.9532,-18.8904,-0.6109,0.0000,-18.2796,0.0000,-18.2796,5.7811,-24.0606,5.4350,-29.4956,-0.4253,-29.0704,0.0000,3.6073,9.7850,-42.4627,0.0000,0.0000,0.0000 -130.5000,1.0000,874.6425,51.5530,50.7081,-0.4700,0.0000,5,1422.5605,-92.9499,509.5704,-92.9499,-13.8468,75.9108,-13.8468,-1.3063,-18.3594,0.0000,0.0000,5.8189,-18.4695,-0.5872,0.0000,-17.8822,0.0000,-17.8822,5.6248,-23.5071,22.0852,-45.5923,-0.5974,-44.9949,0.8089,4.3216,9.5206,-59.6460,0.0000,0.0000,0.0000 -131.5000,1.0000,888.4668,49.7665,48.8271,-0.5225,0.0000,5,1380.7130,-90.4662,486.7952,-90.4680,-13.0803,70.3847,-13.0806,-2.2804,-16.4970,0.0000,0.0000,5.6971,-16.4873,-0.5547,0.0000,-15.9325,0.0000,-15.9325,5.4299,-21.3625,26.6539,-48.0164,-0.6411,-47.3753,0.9371,6.5077,9.1906,-64.0107,0.0000,0.0000,0.0000 -132.5000,1.0000,901.8358,48.1270,47.4291,-0.3883,0.0000,5,1331.8460,-87.5687,474.9729,-87.5698,-12.2133,66.2447,-12.2134,-1.7972,-15.9875,0.0000,0.0000,5.5715,-15.9555,-0.5287,0.0000,-15.4269,0.0000,-15.4269,5.2510,-20.6779,11.3105,-31.9884,-0.4608,-31.5276,0.9062,4.6851,8.8879,-46.0069,0.0000,0.0000,0.0000 -133.5000,1.0000,915.0865,47.7015,47.9761,0.1519,0.0000,5,1297.4365,301.9206,472.4225,-85.5290,41.0211,64.1867,-11.6206,-0.9909,36.5196,0.0000,0.0000,5.4924,35.9633,-0.6301,0.0000,36.5934,0.0000,36.5934,5.2046,31.3888,0.0000,31.3888,0.1787,31.2101,0.1497,4.4090,8.8093,17.8421,8395.6569,8395.6569,8395.6569 -134.5000,1.0000,928.3861,47.8775,47.7811,-0.0542,0.0000,5,1294.9185,120.7549,652.3400,-85.3797,16.3748,88.4596,-11.5778,0.7887,10.0494,0.0000,0.0000,5.5367,10.1470,-0.5022,0.0000,10.6492,0.0000,10.6492,5.2238,5.4254,0.0000,5.4254,-0.0639,5.4893,0.0000,3.0315,8.8418,-6.3840,3802.4377,3802.4377,3802.4377 -135.5000,1.0000,941.6559,47.7700,47.7611,-0.0056,0.0000,5,1302.6245,154.6087,569.7572,-85.8367,21.0903,77.7209,-11.7090,-0.1770,15.7711,0.0000,0.0000,5.4962,15.7476,-0.5289,0.0000,16.2765,0.0000,16.2765,5.2121,11.0644,0.0000,11.0644,-0.0065,11.0710,0.0000,2.9023,8.8219,-0.6533,4690.8122,4690.8122,4690.8122 -136.5000,1.0000,954.9464,47.8445,47.9301,0.0469,0.0000,5,1298.4285,203.8488,583.6750,-85.5879,27.7176,79.3629,-11.6375,-0.1582,22.3977,0.0000,0.0000,5.4781,22.3240,-0.5632,0.0000,22.8872,0.0000,22.8872,5.2202,17.6670,0.0000,17.6670,0.0554,17.6116,0.0000,3.2470,8.8357,5.5290,5915.2555,5915.2555,5915.2555 -137.5000,1.0000,968.3007,48.0745,48.2211,0.0808,0.0000,5,1299.1915,231.5754,607.3323,-85.6331,31.5061,82.6282,-11.6505,0.2191,25.7895,0.0000,0.0000,5.4975,25.7660,-0.5839,0.0000,26.3499,0.0000,26.3499,5.2453,21.1046,0.0000,21.1046,0.0958,21.0088,0.0000,2.5645,8.8782,9.5661,6624.3160,6624.3160,6624.3160 -138.5000,1.0000,981.7748,48.5055,48.7921,0.1586,0.0000,5,1311.6655,317.2417,625.1459,-86.3729,43.5755,85.8683,-11.8640,0.7836,37.2455,0.0000,0.0000,5.5464,37.3021,-0.6483,0.0000,37.9505,0.0000,37.9505,5.2923,32.6581,0.0000,32.6581,0.1897,32.4684,0.0000,4.5718,8.9578,18.9389,8885.6728,8885.6728,8885.6728 -139.5000,1.0000,995.4327,49.1675,49.5451,0.2092,0.0000,5,1327.1150,357.8696,660.6161,-87.2892,49.7350,91.8092,-12.1310,0.4663,43.6914,0.0000,0.0000,5.5773,43.5463,-0.6894,0.0000,44.2357,0.0000,44.2357,5.3646,38.8712,0.0000,38.8712,0.2536,38.6176,0.0000,4.2213,9.0800,25.3163,10027.9256,10027.9256,10027.9256 -140.5000,1.0000,1009.3171,49.9825,50.4221,0.2436,0.0000,5,1344.3195,388.7962,683.4318,-88.3096,54.7335,96.2113,-12.4319,0.9479,48.1588,0.0000,0.0000,5.6267,48.1478,-0.7245,0.0000,48.8723,0.0000,48.8723,5.4535,43.4188,0.0000,43.4188,0.3002,43.1186,0.0000,3.9141,9.2305,29.9740,10997.4906,10997.4906,10997.4906 -141.5000,1.0000,1023.4522,50.8855,51.3511,0.2581,0.0000,5,1369.4210,394.8000,700.5443,-89.7983,56.6165,100.4619,-12.8776,1.1453,49.7741,0.0000,0.0000,5.6970,49.8144,-0.7463,0.0000,50.5607,0.0000,50.5607,5.5520,45.0087,0.0000,45.0087,0.3237,44.6849,0.0000,2.9628,9.3973,32.3248,11377.8337,11377.8337,11377.8337 -142.5000,1.0000,1037.9085,52.0415,52.7341,0.3842,0.0000,5,1395.5140,511.9511,706.8304,-91.3458,74.8155,103.2947,-13.3491,1.0690,67.9541,0.0000,0.0000,5.7923,67.6625,-0.8537,0.0000,68.5162,0.0000,68.5162,5.8093,62.7069,0.0000,62.7069,0.4929,62.2139,0.0000,3.3880,9.6108,49.2151,14739.4816,14739.4816,14739.4816 -143.5000,1.0000,1052.8284,53.7105,54.6891,0.5431,0.0000,5,1431.3725,680.0056,760.9945,-93.4725,101.9281,114.0677,-14.0109,2.0555,93.9457,0.0000,0.0000,5.9268,93.7738,-1.0111,0.0000,94.7849,0.0000,94.7849,6.3567,88.4282,0.0000,88.4282,0.7191,87.7091,0.0000,5.9887,9.9190,71.8014,19859.8997,19859.8997,19859.8997 -144.5000,1.0000,1068.2820,55.6315,56.5761,0.5242,0.0000,5,1492.0270,691.1675,830.0432,-97.0698,107.9913,129.6899,-15.1666,3.4149,96.4393,0.0000,0.0000,8.1370,97.1999,-1.0583,0.0000,98.2582,0.0000,98.2582,6.5853,91.6729,0.0000,91.6729,0.7189,90.9539,0.0000,8.8975,10.2738,71.7826,21081.4865,21081.4865,21081.4865 -145.5000,1.0000,1084.1467,57.1120,57.6501,0.2983,0.0000,5,1543.0685,483.5167,828.5923,-100.0970,78.1313,133.8920,-16.1746,1.3050,68.5846,0.0000,0.0000,8.2417,68.5521,-0.9373,0.0000,69.4894,0.0000,69.4894,6.2898,63.1996,0.0000,63.1996,0.4201,62.7795,0.0000,10.2895,10.5472,41.9429,15517.4058,15517.4058,15517.4058 -146.5000,1.0000,1100.2927,58.1245,58.6011,0.2642,0.0000,5,1561.9135,454.6323,764.5615,-101.2146,74.3611,125.0541,-16.5550,0.4866,65.5900,0.0000,0.0000,8.2845,65.2691,-0.9371,0.0000,66.2062,0.0000,66.2062,6.3418,59.8644,0.0000,59.8644,0.3786,59.4858,0.0000,10.9538,10.7342,37.7978,14821.8424,14821.8424,14821.8424 -147.5000,1.0000,1116.6683,58.9510,59.3031,0.1950,0.0000,5,1584.4205,401.7594,766.4943,-102.5495,66.6600,127.1768,-17.0150,1.6963,56.5554,0.0000,0.0000,8.4082,56.8393,-0.9081,0.0000,57.7474,0.0000,57.7474,6.4320,51.3154,0.0000,51.3154,0.2834,51.0319,0.0000,11.8472,10.8868,28.2980,13450.6252,13450.6252,13450.6252 -148.5000,1.0000,1133.1792,59.4380,59.5751,0.0756,0.0000,5,1609.2545,309.6102,748.7074,-103.8030,52.1757,126.1727,-17.4930,0.7314,42.9558,0.0000,0.0000,8.4886,43.0549,-0.8465,0.0000,43.9014,0.0000,43.9014,6.4852,37.4162,0.0000,37.4162,0.1107,37.3055,0.0000,15.2737,10.9767,11.0550,10765.7350,10765.7350,10765.7350 -149.5000,1.0000,1149.7605,59.6915,59.8101,0.0653,0.0000,5,1615.0910,311.6320,718.3249,-104.0109,52.7069,121.4917,-17.5916,-0.1551,44.3892,0.0000,0.0000,8.4729,44.2591,-0.8568,0.0000,45.1159,0.0000,45.1159,6.5128,38.6031,0.0000,38.6031,0.0961,38.5070,0.0000,17.8915,11.0235,9.5920,10870.9470,10870.9470,10870.9470 -150.5000,1.0000,1166.3793,59.8265,59.8451,0.0097,0.0000,5,1621.0040,253.1200,725.4455,-104.2215,42.9674,123.1452,-17.6917,0.7443,33.6992,0.0000,0.0000,8.5239,33.8448,-0.8065,0.0000,34.6512,0.0000,34.6512,6.5275,28.1237,0.0000,28.1237,0.0143,28.1093,0.0000,15.6290,11.0485,1.4318,9032.8295,9032.8295,9032.8295 -151.5000,1.0000,1182.9713,59.7300,59.6171,-0.0633,0.0000,5,1623.5980,185.5161,701.3079,-104.3139,31.5420,119.2383,-17.7357,-0.4869,25.6057,0.0000,0.0000,6.4231,25.5775,-0.7631,0.0000,26.3406,0.0000,26.3406,6.5170,19.8236,0.0000,19.8236,-0.0933,19.9169,0.0000,18.1984,11.0307,-9.3122,6915.5508,6915.5508,6915.5508 -152.5000,1.0000,1199.5134,59.5505,59.4861,-0.0364,0.0000,5,1618.4860,199.1920,682.9515,-104.1318,33.7605,115.7517,-17.6490,-0.0228,27.3468,0.0000,0.0000,6.4365,27.3731,-0.7692,0.0000,28.1422,0.0000,28.1422,6.4974,21.6448,0.0000,21.6448,-0.0534,21.6982,0.0000,16.0351,10.9975,-5.3344,7325.6879,7325.6879,7325.6879 -153.5000,1.0000,1216.0158,59.4075,59.3311,-0.0431,0.0000,5,1613.8705,192.9730,683.2795,-103.9674,32.6132,115.4771,-17.5709,-0.4347,26.6329,0.0000,0.0000,6.4151,26.5952,-0.7629,0.0000,27.3581,0.0000,27.3581,6.4818,20.8763,0.0000,20.8763,-0.0631,20.9393,0.0000,16.2647,10.9711,-6.2965,7103.7178,7103.7178,7103.7178 -154.5000,1.0000,1232.4447,59.1430,58.9571,-0.1039,0.0000,5,1610.7425,127.5717,684.1383,-103.8560,21.5184,115.3981,-17.5181,0.1245,14.9758,0.0000,0.0000,6.4181,15.0350,-0.7001,0.0000,15.7351,0.0000,15.7351,6.4530,9.2822,0.0000,9.2822,-0.1515,9.4336,0.0000,13.6366,10.9222,-15.1252,5127.8878,5127.8878,5127.8878 -155.5000,1.0000,1248.7661,58.7560,58.5571,-0.1111,0.0000,5,1603.9140,108.9766,655.9894,-103.6129,18.3039,110.1809,-17.4030,-0.7966,12.7329,0.0000,0.0000,6.3675,12.7120,-0.6820,0.0000,13.3940,0.0000,13.3940,6.4107,6.9833,0.0000,6.9833,-0.1610,7.1442,0.0000,12.3643,10.8508,-16.0709,4551.9293,4551.9293,4551.9293 -156.5000,1.0000,1264.9645,58.3130,58.0711,-0.1350,0.0000,5,1589.3035,74.5356,646.5348,-102.8391,12.4051,107.6037,-17.1157,-0.6367,6.6980,0.0000,0.0000,6.3437,6.6985,-0.6444,0.0000,7.3428,0.0000,7.3428,6.3624,0.9804,0.0000,0.9804,-0.1941,1.1745,0.0000,9.7844,10.7690,-19.3789,3759.9627,3759.9627,3759.9627 -157.5000,1.0000,1281.0030,57.7375,57.4061,-0.1847,0.0000,5,1572.2895,46.4273,626.7580,-101.8300,7.6443,103.1956,-16.7663,-1.0129,2.3927,0.0000,0.0000,6.2645,2.3905,-0.6357,0.0000,3.0262,0.0000,3.0262,6.2996,-3.2734,0.0000,-3.2734,-0.2630,-3.0104,0.0000,12.5815,10.6627,-26.2547,3178.6729,3178.6729,3178.6729 -158.5000,1.0000,1296.8067,56.8920,56.3801,-0.2850,0.0000,5,1551.2320,-27.3384,610.0862,-100.5811,-4.4410,99.1052,-16.3389,-1.0066,-9.6409,0.0000,0.0000,6.2065,-9.6623,-0.6515,0.0000,-9.0108,0.0000,-9.0108,6.2074,-15.2182,0.0000,-15.2182,-0.3998,-14.8184,0.0000,14.5891,10.5065,-39.9140,1644.7449,1644.7449,1644.7449 -159.5000,1.0000,1312.3403,55.9200,55.4621,-0.2550,0.0000,5,1531.7770,-61.9158,579.0881,-99.4273,-9.9317,92.8900,-15.9489,-0.8361,-15.2063,0.0000,0.0000,6.1107,-15.2432,-0.6493,0.0000,-14.5939,0.0000,-14.5939,6.1013,-20.6952,0.0000,-20.6952,-0.3516,-20.3436,0.0000,4.4317,10.3270,-35.1024,795.4764,795.4764,795.4764 -160.5000,1.0000,1327.5995,54.9320,54.4041,-0.2939,0.0000,5,1510.7960,-98.1830,556.6523,-98.1830,-15.5335,88.0681,-15.5335,-1.1220,-20.4466,0.0000,0.0000,6.0350,-20.4802,-0.6468,0.0000,-19.8334,0.0000,-19.8334,5.9935,-25.8269,3.8719,-29.6988,-0.3980,-29.3007,0.0000,0.2956,10.1446,-39.7409,0.0000,0.0000,0.0000 -161.5000,1.0000,1342.4774,53.5590,52.7161,-0.4689,0.0000,5,1476.9205,-96.1726,523.0383,-96.1739,-14.8743,80.8945,-14.8745,-1.9757,-18.8087,0.0000,0.0000,5.9101,-18.8280,-0.6199,0.0000,-18.2082,0.0000,-18.2082,5.8437,-24.0519,27.9278,-51.9796,-0.6192,-51.3605,0.5689,0.0000,9.8910,-61.8204,0.0000,0.0000,0.0000 -162.5000,1.0000,1356.8145,51.6125,50.5111,-0.6125,0.0000,5,1435.4160,-93.7123,509.8711,-93.7123,-14.0865,76.6420,-14.0865,-1.7385,-18.1690,0.0000,0.0000,5.8210,-18.3105,-0.5878,0.0000,-17.7228,0.0000,-17.7228,5.6313,-23.3541,42.0256,-65.3797,-0.7794,-64.6003,3.6880,0.0000,9.5315,-77.8198,0.0000,0.0000,0.0000 -163.5000,1.0000,1370.5826,49.5640,48.6191,-0.5256,0.0000,5,1384.4130,-90.6842,484.3341,-90.6874,-13.1470,70.2165,-13.1474,-2.6594,-16.1059,0.0000,0.0000,5.6184,-16.0483,-0.5506,0.0000,-15.4977,0.0000,-15.4977,5.4078,-20.9056,24.8000,-45.7056,-0.6422,-45.0634,9.9068,0.0000,9.1529,-64.1231,0.0000,0.0000,0.0000 -164.5000,1.0000,1383.7801,47.5100,46.4031,-0.6156,0.0000,5,1327.2300,-87.2960,470.3707,-87.2960,-12.1330,65.3755,-12.1330,-2.1112,-15.5128,0.0000,0.0000,5.4909,-15.5732,-0.5185,0.0000,-15.0547,0.0000,-15.0547,5.1837,-20.2384,33.1494,-53.3878,-0.7210,-52.6667,10.5513,0.0000,8.7736,-71.9916,0.0000,0.0000,0.0000 -165.5000,1.0000,1396.4143,45.4820,44.5631,-0.5111,0.0000,5,1273.3655,-84.0990,453.6819,-84.1014,-11.2143,60.4969,-11.2146,-2.1866,-14.3590,0.0000,0.0000,5.3313,-14.3336,-0.4858,0.0000,-13.8478,0.0000,-13.8478,4.9624,-18.8103,23.7482,-42.5585,-0.5731,-41.9853,6.8402,0.0000,8.3992,-57.2248,0.0000,0.0000,0.0000 -166.5000,1.0000,1408.6527,44.0570,43.5531,-0.2806,0.0000,5,1218.9670,-80.8752,439.8569,-80.8752,-10.3237,56.1477,-10.3237,-1.9789,-13.5337,0.0000,0.0000,5.1889,-13.3937,-0.4631,0.0000,-12.9306,0.0000,-12.9306,4.8070,-17.7375,1.9867,-19.7242,-0.3047,-19.4194,2.8716,0.0000,8.1362,-30.4273,0.0000,0.0000,0.0000 -167.5000,1.0000,1420.7026,43.3785,43.2061,-0.0964,0.0000,5,1182.3455,53.9518,442.0583,-78.6972,6.6800,54.7334,-9.7439,-0.7396,2.3107,0.0000,0.0000,5.1089,2.3000,-0.4146,0.0000,2.7146,0.0000,2.7146,4.7329,-2.0184,0.0000,-2.0184,-0.1031,-1.9153,0.3665,0.0000,8.0109,-10.2927,2316.5073,2316.5073,2316.5073 -168.5000,1.0000,1432.6381,42.9665,42.7291,-0.1325,0.0000,5,1170.6720,24.7752,508.2238,-78.0008,3.0372,62.3044,-9.5623,-0.1070,-1.9430,0.0000,0.0000,5.0872,-1.9513,-0.4194,0.0000,-1.5319,0.0000,-1.5319,4.6880,-6.2199,0.0000,-6.2199,-0.1404,-6.0796,0.0000,0.0000,7.9348,-14.0144,1843.2017,1843.2017,1843.2017 -169.5000,1.0000,1444.4782,42.6235,42.5201,-0.0581,0.0000,5,1157.9690,84.3351,484.5657,-77.2430,10.2267,58.7595,-9.3667,-0.7975,6.0041,0.0000,0.0000,5.0200,5.9606,-0.4090,0.0000,6.3696,0.0000,6.3696,4.6506,1.7190,0.0000,1.7190,-0.0610,1.7800,0.0000,0.0000,7.8715,-6.0915,2785.4581,2785.4581,2785.4581 -170.5000,1.0000,1456.2244,42.2850,42.0521,-0.1300,0.0000,5,1148.3560,28.8999,518.6791,-76.6696,3.4754,62.3740,-9.2199,0.1130,-1.6426,0.0000,0.0000,5.0050,-1.6540,-0.4092,0.0000,-1.2448,0.0000,-1.2448,4.6136,-5.8584,0.0000,-5.8584,-0.1355,-5.7229,0.0000,0.0000,7.8090,-13.5319,1894.4151,1894.4151,1894.4151 -171.5000,1.0000,1467.8786,41.9540,41.8581,-0.0539,0.0000,5,1146.4105,91.7069,488.5000,-76.5536,11.0096,58.6453,-9.1904,-0.2498,6.3072,0.0000,0.0000,4.9521,6.3022,-0.4019,0.0000,6.7042,0.0000,6.7042,4.5775,2.1267,0.0000,2.1267,-0.0557,2.1824,0.0000,0.0000,7.7479,-5.5655,2895.5403,2895.5403,2895.5403 -172.5000,1.0000,1479.5339,41.9580,42.0601,0.0561,0.0000,5,1139.2390,188.6459,516.3091,-76.1258,22.5056,61.5961,-9.0819,-0.2535,17.8198,0.0000,0.0000,4.9393,17.7205,-0.4597,0.0000,18.1801,0.0000,18.1801,4.5779,13.6022,0.0000,13.6022,0.0580,13.5441,0.0000,0.0000,7.7486,5.7955,4838.2521,4838.2521,4838.2521 -173.5000,1.0000,1491.2398,42.1400,42.2221,0.0450,0.0000,5,1139.1625,182.9538,566.1692,-76.1212,21.8251,67.5399,-9.0807,0.2482,16.6185,0.0000,0.0000,4.9584,16.6383,-0.4566,0.0000,17.0948,0.0000,17.0948,4.5978,12.4970,0.0000,12.4970,0.0468,12.4503,0.0000,0.0000,7.7822,4.6681,4707.2350,4707.2350,4707.2350 -174.5000,1.0000,1502.9732,42.2390,42.2581,0.0100,0.0000,5,1142.7100,150.2652,561.7498,-76.3328,17.9814,67.2214,-9.1343,0.0000,13.0253,0.0000,0.0000,4.9561,13.0197,-0.4396,0.0000,13.4593,0.0000,13.4593,4.6086,8.8507,0.0000,8.8507,0.0104,8.8403,0.0000,0.0000,7.8005,1.0398,3971.8871,3971.8871,3971.8871 -175.5000,1.0000,1514.7672,42.4575,42.6591,0.1114,0.0000,5,1146.3340,241.5100,549.7005,-76.5490,28.9918,65.9881,-9.1892,0.2551,23.7722,0.0000,0.0000,4.9645,23.7353,-0.4966,0.0000,24.2318,0.0000,24.2318,4.6324,19.5994,0.0000,19.5994,0.1166,19.4828,0.0000,0.0000,7.8409,11.6419,6001.3876,6001.3876,6001.3876 -176.5000,1.0000,1526.6921,42.9285,43.2001,0.1503,0.0000,5,1150.7590,276.3998,591.1708,-76.8130,33.3082,71.2403,-9.2565,0.0566,28.2840,0.0000,0.0000,4.9676,28.1265,-0.5250,0.0000,28.6514,0.0000,28.6514,4.6838,23.9676,0.0000,23.9676,0.1591,23.8085,0.0000,0.0000,7.9278,15.8807,6845.6984,6845.6984,6845.6984 -177.5000,1.0000,1538.8238,43.6730,44.1481,0.2633,0.0000,5,1162.3175,383.5090,615.0859,-77.5024,46.6798,74.8668,-9.4334,0.7679,40.8901,0.0000,0.0000,5.0218,40.8255,-0.5990,0.0000,41.4245,0.0000,41.4245,4.7651,36.6594,0.0000,36.6594,0.2835,36.3759,0.0000,0.0000,8.0653,28.3105,9391.8459,9391.8459,9391.8459 -178.5000,1.0000,1551.1857,44.5015,44.8571,0.1969,0.0000,5,1185.8165,323.7711,667.4249,-78.9042,40.2054,82.8798,-9.7982,0.9279,34.1933,0.0000,0.0000,5.0842,34.2875,-0.5772,0.0000,34.8647,0.0000,34.8647,4.8555,30.0093,0.0000,30.0093,0.2161,29.7932,0.0000,0.0000,8.2183,21.5748,8155.0103,8155.0103,8155.0103 -179.5000,1.0000,1563.7392,45.1915,45.5281,0.1864,0.0000,5,1212.7110,312.6426,646.0251,-80.5041,39.7040,82.0418,-10.2236,1.0540,33.4948,0.0000,0.0000,5.1552,33.6360,-0.5833,0.0000,34.2193,0.0000,34.2193,4.9307,29.2885,0.0000,29.2885,0.2077,29.0808,0.0000,0.0000,8.3458,20.7351,8086.6749,8086.6749,8086.6749 -180.5000,1.0000,1576.5098,45.9730,46.4201,0.2478,0.0000,5,1233.7685,364.5059,641.3400,-81.7530,47.0941,82.8611,-10.5625,0.5231,41.3639,0.0000,0.0000,5.2071,41.1958,-0.6322,0.0000,41.8280,0.0000,41.8280,5.0160,36.8120,0.0000,36.8120,0.2808,36.5311,0.0000,0.0000,8.4901,28.0411,9461.7839,9461.7839,9461.7839 -181.5000,1.0000,1589.5565,46.9670,47.5161,0.3044,0.0000,5,1254.9020,418.8287,671.4889,-83.0064,55.0395,88.2424,-10.9081,1.0966,48.6816,0.0000,0.0000,5.2614,48.6658,-0.6838,0.0000,49.3496,0.0000,49.3496,5.1245,44.2252,0.0000,44.2252,0.3525,43.8726,0.0000,0.0000,8.6736,35.1990,11001.4035,11001.4035,11001.4035 -182.5000,1.0000,1602.9004,48.0370,48.5601,0.2900,0.0000,5,1287.5945,405.7479,700.3875,-84.9453,54.7097,94.4379,-11.4537,1.4600,47.8883,0.0000,0.0000,5.3614,48.0528,-0.6959,0.0000,48.7487,0.0000,48.7487,5.2412,43.5075,0.0000,43.5075,0.3435,43.1641,0.0000,0.0000,8.8712,34.2928,10960.5109,10960.5109,10960.5109 -183.5000,1.0000,1616.5162,49.0155,49.4731,0.2536,0.0000,5,1314.9080,369.4840,694.7786,-86.5652,50.8768,95.6688,-11.9198,0.7146,44.7289,0.0000,0.0000,5.4332,44.6145,-0.6926,0.0000,45.3071,0.0000,45.3071,5.3480,39.9591,0.0000,39.9591,0.3065,39.6526,0.0000,0.0000,9.0520,30.6007,10244.0837,10244.0837,10244.0837 -184.5000,1.0000,1630.4091,50.0135,50.5561,0.3008,0.0000,5,1344.0910,414.6883,691.8751,-88.2960,58.3686,97.3834,-12.4279,1.6783,51.1428,0.0000,0.0000,5.5474,51.3604,-0.7412,0.0000,52.1016,0.0000,52.1016,5.4569,46.6448,0.0000,46.6448,0.3709,46.2738,0.0000,0.0000,9.2363,37.0376,11686.7841,11686.7841,11686.7841 -185.5000,1.0000,1644.5147,50.7790,51.0041,0.1244,0.0000,5,1363.9280,249.5515,702.2361,-89.4725,35.6435,100.3005,-12.7794,-0.0415,30.1282,0.0000,0.0000,5.5569,29.9849,-0.6446,0.0000,30.6295,0.0000,30.6295,5.5404,25.0891,0.0000,25.0891,0.1558,24.9333,0.0000,0.0000,9.3776,15.5557,7415.7520,7415.7520,7415.7520 -186.5000,1.0000,1658.7027,51.0755,51.1491,0.0403,0.0000,5,1374.4565,180.2169,647.3040,-90.0969,25.9391,93.1682,-12.9679,0.9305,19.3960,0.0000,0.0000,5.6126,19.5239,-0.5961,0.0000,20.1200,0.0000,20.1200,5.5727,14.5473,0.0000,14.5473,0.0507,14.4965,0.0000,0.0000,9.4324,5.0642,5659.3478,5659.3478,5659.3478 -187.5000,1.0000,1672.9287,51.2125,51.2781,0.0358,0.0000,5,1382.0095,168.5432,612.9568,-90.5449,24.3922,88.7094,-13.1040,-0.2946,19.0844,0.0000,0.0000,5.6025,19.0125,-0.5956,0.0000,19.6081,0.0000,19.6081,5.5877,14.0204,0.0000,14.0204,0.0452,13.9751,0.0000,0.0000,9.4577,4.5174,5386.6479,5386.6479,5386.6479 -188.5000,1.0000,1687.1358,51.1445,51.0131,-0.0736,0.0000,5,1383.7260,77.2697,614.7082,-90.6467,11.1966,89.0733,-13.1350,0.4409,5.1079,0.0000,0.0000,5.6479,5.1404,-0.5245,0.0000,5.6649,0.0000,5.6649,5.5803,0.0846,0.0000,0.0846,-0.0928,0.1774,0.0000,0.0000,9.4451,-9.2677,3211.4591,3211.4591,3211.4591 -189.5000,1.0000,1701.2838,50.9315,50.8521,-0.0447,0.0000,5,1384.9085,97.0060,573.1058,-90.7168,14.0685,83.1160,-13.1564,-0.3407,8.7715,0.0000,0.0000,5.6377,8.7599,-0.5396,0.0000,9.2995,0.0000,9.2995,5.5570,3.7425,0.0000,3.7425,-0.0562,3.7987,0.0000,0.0000,9.4058,-5.6071,3554.5648,3554.5648,3554.5648 -190.5000,1.0000,1715.3730,50.7200,50.5901,-0.0728,0.0000,5,1381.4370,75.1611,583.0930,-90.5109,10.8731,84.3524,-13.0937,0.0453,5.1890,0.0000,0.0000,5.6388,5.2044,-0.5185,0.0000,5.7230,0.0000,5.7230,5.5340,0.1890,0.0000,0.1890,-0.0910,0.2800,0.0000,0.0000,9.3667,-9.0867,3167.0603,3167.0603,3167.0603 -191.5000,1.0000,1729.3916,50.4660,50.3441,-0.0683,0.0000,5,1373.1590,73.7046,565.8946,-90.0200,10.5985,81.3739,-12.9446,-0.7431,5.7575,0.0000,0.0000,5.5841,5.7345,-0.5174,0.0000,6.2520,0.0000,6.2520,5.5062,0.7457,0.0000,0.7457,-0.0850,0.8307,0.0000,0.0000,9.3198,-8.4891,3112.4172,3112.4172,3112.4172 -192.5000,1.0000,1743.3079,50.0975,49.8531,-0.1364,0.0000,5,1361.2190,17.6572,565.8566,-89.3119,2.5170,80.6609,-12.7311,-0.2615,-2.7890,0.0000,0.0000,5.5675,-2.7963,-0.5257,0.0000,-2.2706,0.0000,-2.2706,5.4660,-7.7366,0.0000,-7.7366,-0.1685,-7.5682,0.0000,0.0000,9.2518,-16.8199,2128.2515,2128.2515,2128.2515 -193.5000,1.0000,1757.0068,49.3150,48.7791,-0.2983,0.0000,5,1348.1345,-88.5358,534.5355,-88.5358,-12.4992,75.4638,-12.4992,-0.8243,-17.1734,0.0000,0.0000,5.4985,-17.2342,-0.5497,0.0000,-16.6845,0.0000,-16.6845,5.3807,-22.0651,5.4071,-27.4723,-0.3627,-27.1095,0.0000,0.0000,9.1073,-36.2168,0.0000,0.0000,0.0000 -194.5000,1.0000,1770.2873,47.8085,46.8401,-0.5386,0.0000,5,1318.7610,-86.7938,473.9623,-86.7938,-11.9862,65.4544,-11.9862,-1.5725,-15.8536,0.0000,0.0000,5.4398,-15.9435,-0.5239,0.0000,-15.4196,0.0000,-15.4196,5.2163,-20.6359,34.5583,-55.1942,-0.6349,-54.5593,0.0000,0.0000,8.8290,-63.3884,0.0000,0.0000,0.0000 -195.5000,1.0000,1783.0896,46.0870,45.3361,-0.4178,0.0000,5,1276.6460,-84.2940,458.9085,-84.2960,-11.2693,61.3515,-11.2695,-1.7795,-14.9453,0.0000,0.0000,5.4556,-14.9231,-0.4960,0.0000,-14.4271,0.0000,-14.4271,5.0285,-19.4555,19.1042,-38.5598,-0.4747,-38.0851,0.8011,0.0000,8.5111,-47.3972,0.0000,0.0000,0.0000 -196.5000,1.0000,1795.4324,44.4330,43.5321,-0.5011,0.0000,5,1230.8690,-81.5803,445.9961,-81.5811,-10.5154,57.4872,-10.5155,-1.7445,-13.9643,0.0000,0.0000,5.1934,-13.9864,-0.4699,0.0000,-13.5165,0.0000,-13.5165,4.8480,-18.3645,27.8567,-46.2212,-0.5490,-45.6723,0.9332,0.0000,8.2057,-54.8111,0.0000,0.0000,0.0000 -197.5000,1.0000,1807.3830,43.0210,42.5121,-0.2833,0.0000,5,1189.7460,-79.1384,438.2764,-79.1386,-9.8598,54.6048,-9.8599,-1.3184,-13.5814,0.0000,0.0000,5.0399,-13.5358,-0.4490,0.0000,-13.0869,0.0000,-13.0869,4.6939,-17.7808,3.6772,-21.4580,-0.3005,-21.1575,0.9035,0.0000,7.9449,-30.0060,0.0000,0.0000,0.0000 -198.5000,1.0000,1819.1401,42.3245,42.1391,-0.1036,0.0000,5,1158.9990,44.3427,434.1935,-77.3045,5.3819,52.6981,-9.3825,-0.9041,1.3128,0.0000,0.0000,4.9732,1.3042,-0.4024,0.0000,1.7066,0.0000,1.7066,4.6179,-2.9114,0.0000,-2.9114,-0.1081,-2.8032,0.1533,0.0223,7.8163,-10.7951,2147.8531,2147.8531,2147.8531 -199.5000,1.0000,1830.8508,42.1575,42.1781,0.0108,0.0000,5,1143.7020,150.0645,495.9176,-76.3920,17.9730,59.3952,-9.1493,-0.1822,13.2076,0.0000,0.0000,4.9475,13.1716,-0.4393,0.0000,13.6108,0.0000,13.6108,4.5997,9.0111,0.0000,9.0111,0.0113,8.9999,0.0000,0.0902,7.7854,1.1243,3971.5252,3971.5252,3971.5252 -200.5000,1.0000,1842.6473,42.4660,42.7561,0.1606,0.0000,5,1145.5710,289.9428,550.0835,-76.5035,34.7827,65.9902,-9.1777,0.3140,29.5102,0.0000,0.0000,4.9585,29.4249,-0.5254,0.0000,29.9503,0.0000,29.9503,4.6334,25.3170,0.0000,25.3170,0.1681,25.1489,0.0000,0.5224,7.8424,16.7840,7130.9947,7130.9947,7130.9947 -201.5000,1.0000,1854.6052,43.0475,43.3411,0.1625,0.0000,5,1157.3965,305.7270,618.1276,-77.2089,37.0548,74.9185,-9.3579,0.5233,31.5365,0.0000,0.0000,4.9950,31.5229,-0.5437,0.0000,32.0666,0.0000,32.0666,4.6968,27.3698,0.0000,27.3698,0.1725,27.1973,0.0000,2.0276,7.9498,17.2199,7555.5177,7555.5177,7555.5177 -202.5000,1.0000,1866.7982,43.8935,44.4481,0.3075,0.0000,5,1175.8980,441.3419,630.5326,-78.3125,54.3467,77.6436,-9.6434,0.8044,48.5166,0.0000,0.0000,5.0257,48.3663,-0.6401,0.0000,49.0064,0.0000,49.0064,4.7891,44.2173,0.0000,44.2173,0.3328,43.8845,0.0000,2.5527,8.1060,33.2257,10838.4256,10838.4256,10838.4256 -203.5000,1.0000,1879.3467,45.1735,45.9011,0.4036,0.0000,5,1197.1080,537.5974,693.5635,-79.5778,67.3937,86.9457,-9.9759,0.7404,61.5772,0.0000,0.0000,5.0761,61.1124,-0.7218,0.0000,61.8342,0.0000,61.8342,5.0781,56.7561,0.0000,56.7561,0.4495,56.3066,0.0000,3.0818,8.3424,44.8824,13370.9108,13370.9108,13370.9108 -204.5000,1.0000,1892.3537,46.8240,47.7491,0.5133,0.0000,5,1233.9205,657.1142,746.0828,-81.7620,84.9096,96.4057,-10.5650,2.0264,77.6895,0.0000,0.0000,5.1937,77.8372,-0.8292,0.0000,78.6664,0.0000,78.6664,5.4822,73.1842,0.0000,73.1842,0.5926,72.5916,0.0000,4.7749,8.6472,59.1694,16592.2544,16592.2544,16592.2544 -205.5000,1.0000,1905.8540,48.6000,49.4531,0.4733,0.0000,5,1289.6540,613.7821,798.3071,-85.0675,82.8927,107.8132,-11.4886,2.2961,75.2556,0.0000,0.0000,5.3410,75.6216,-0.8432,0.0000,76.4648,0.0000,76.4648,5.6124,70.8525,0.0000,70.8525,0.5672,70.2853,0.0000,4.6819,8.9752,56.6282,16250.9797,16250.9797,16250.9797 -206.5000,1.0000,1919.8490,50.3810,51.3111,0.5161,0.0000,5,1340.9245,663.4857,784.0862,-88.1082,93.1675,110.1024,-12.3723,1.8346,85.8767,0.0000,0.0000,5.4563,85.7228,-0.9202,0.0000,86.6429,0.0000,86.6429,5.9287,80.7143,0.0000,80.7143,0.6411,80.0732,0.0000,6.7603,9.3041,64.0087,18138.5844,18138.5844,18138.5844 -207.5000,1.0000,1934.2905,51.9880,52.6671,0.3767,0.0000,5,1385.4050,551.7323,808.7405,-90.7463,80.0449,117.3315,-13.1654,1.8889,72.5681,0.0000,0.0000,5.5879,72.7818,-0.8788,0.0000,73.6606,0.0000,73.6606,5.8816,67.7790,0.0000,67.7790,0.4828,67.2962,0.0000,9.4906,9.6009,48.2047,15704.5074,15704.5074,15704.5074 -208.5000,1.0000,1949.1656,53.5495,54.4341,0.4908,0.0000,5,1425.3455,649.4584,770.8153,-93.1151,96.9394,115.0533,-13.8985,1.5527,89.6902,0.0000,0.0000,5.6965,89.3325,-0.9861,0.0000,90.3187,0.0000,90.3187,6.2749,84.0437,0.0000,84.0437,0.6480,83.3957,0.0000,8.8043,9.8893,64.7022,18894.6559,18894.6559,18894.6559 -209.5000,1.0000,1964.5382,55.3400,56.2481,0.5039,0.0000,5,1469.7870,680.6461,814.6423,-95.7508,104.7621,125.3863,-14.7376,2.4102,96.4764,0.0000,0.0000,5.8755,96.6452,-1.0509,0.0000,97.6961,0.0000,97.6961,6.5501,91.1460,0.0000,91.1460,0.6875,90.4585,0.0000,11.5945,10.2199,68.6441,20437.2390,20437.2390,20437.2390 -210.5000,1.0000,1980.3479,56.9140,57.5821,0.3706,0.0000,5,1520.3705,594.7874,827.9941,-98.7508,94.6978,131.8273,-15.7224,2.2297,86.4318,0.0000,0.0000,6.0363,86.7724,-1.0261,0.0000,87.7986,0.0000,87.7986,6.5463,81.2523,0.0000,81.2523,0.5200,80.7323,0.0000,18.3057,10.5106,51.9161,18539.8260,18539.8260,18539.8260 -211.5000,1.0000,1996.5162,58.2045,58.8291,0.3464,0.0000,5,1558.8235,585.7792,802.2497,-101.0314,95.6224,130.9589,-16.4923,1.3950,86.0669,0.0000,0.0000,8.1604,85.9508,-1.0429,0.0000,86.9937,0.0000,86.9937,6.6528,80.3409,0.0000,80.3409,0.4971,79.8438,0.0000,19.4643,10.7489,49.6306,18805.2123,18805.2123,18805.2123 -212.5000,1.0000,2013.0195,59.4110,59.9951,0.3239,0.0000,5,1596.8565,547.5399,808.5395,-103.2870,91.5610,135.2059,-17.2719,2.3006,80.9055,0.0000,0.0000,8.3548,81.2964,-1.0392,0.0000,82.3356,0.0000,82.3356,6.6937,75.6419,0.0000,75.6419,0.4744,75.1674,0.0000,16.8269,10.9717,47.3688,18151.4466,18151.4466,18151.4466 -213.5000,1.0000,2029.8129,60.4550,60.9171,0.2561,0.0000,5,1631.8760,485.8516,795.3545,-104.6087,83.0270,135.9178,-17.8765,1.1584,73.4114,0.0000,0.0000,8.4573,73.3718,-1.0166,0.0000,74.3884,0.0000,74.3884,6.6705,67.7180,0.0000,67.7180,0.3817,67.3362,0.0000,18.0572,11.1645,38.1145,16575.3351,16575.3351,16575.3351 -214.5000,1.0000,2046.7685,61.0390,61.1631,0.0683,0.0000,5,1650.7590,309.4201,779.4972,-105.2811,53.4886,134.7494,-18.1996,0.7425,44.2260,0.0000,0.0000,8.5200,44.3329,-0.8798,0.0000,45.2127,0.0000,45.2127,6.6598,38.5528,0.0000,38.5528,0.1028,38.4500,0.0000,16.9100,11.2724,10.2676,11056.9442,11056.9442,11056.9442 -215.5000,1.0000,2063.7537,61.1455,61.1301,-0.0092,0.0000,5,1659.9905,298.2045,729.3351,-105.6099,51.8380,126.7831,-18.3586,0.1945,43.1366,0.0000,0.0000,8.5069,43.1979,-0.8758,0.0000,44.0737,0.0000,44.0737,6.6715,37.4022,0.0000,37.4022,-0.0138,37.4161,0.0000,27.5038,11.2921,-1.3798,10767.4553,10767.4553,10767.4553 -216.5000,1.0000,2080.6898,60.9690,60.8101,-0.0889,0.0000,5,1657.7400,226.3510,722.6696,-105.5298,39.2941,125.4541,-18.3198,-0.4233,31.2322,0.0000,0.0000,8.4852,31.2358,-0.8124,0.0000,32.0483,0.0000,32.0483,6.6522,25.3961,0.0000,25.3961,-0.1336,25.5297,0.0000,27.6111,11.2595,-13.3409,8379.7372,8379.7372,8379.7372 -217.5000,1.0000,2097.5366,60.6470,60.4861,-0.0900,0.0000,5,1638.7425,203.2831,691.5861,-104.8532,34.8852,118.6822,-17.9937,-1.4934,28.0148,0.0000,0.0000,8.3638,27.8354,-0.7898,0.0000,28.6253,0.0000,28.6253,6.6171,22.0082,0.0000,22.0082,-0.1346,22.1428,0.0000,24.3791,11.2000,-13.4363,7558.0964,7558.0964,7558.0964 -218.5000,1.0000,2114.3923,60.6795,60.8751,0.1081,0.0000,5,1637.1405,395.1288,701.4923,-104.7961,67.7413,120.2645,-17.9664,1.3309,60.0264,0.0000,0.0000,6.3840,60.3184,-0.9544,0.0000,61.2728,0.0000,61.2728,6.6206,54.6522,0.0000,54.6522,0.1617,54.4906,0.0000,27.1440,11.2060,16.1406,13708.7818,13708.7818,13708.7818 -219.5000,1.0000,2131.3752,61.1375,61.4021,0.1464,0.0000,5,1654.3835,445.0381,752.9860,-105.4102,77.1014,130.4523,-18.2620,0.4069,70.2574,0.0000,0.0000,6.4370,70.1253,-1.0117,0.0000,71.1370,0.0000,71.1370,6.6844,64.4526,0.0000,64.4526,0.2207,64.2319,0.0000,30.9098,11.2906,22.0315,15457.0375,15457.0375,15457.0375 -220.5000,1.0000,2148.5013,61.6525,61.9051,0.1397,0.0000,5,1672.0840,418.5767,774.8015,-106.0406,73.2929,135.6679,-18.5677,1.4063,65.3695,0.0000,0.0000,6.5171,65.6371,-0.9978,0.0000,66.6349,0.0000,66.6349,6.7268,59.9081,0.0000,59.9081,0.2124,59.6957,0.0000,27.1047,11.3857,21.2053,14776.6350,14776.6350,14776.6350 -221.5000,1.0000,2165.7602,62.1310,62.3591,0.1261,0.0000,5,1686.6560,401.9091,763.2446,-106.5595,70.9877,134.8090,-18.8212,0.0908,64.3714,0.0000,0.0000,6.5254,64.1705,-0.9985,0.0000,65.1690,0.0000,65.1690,6.7790,58.3900,0.0000,58.3900,0.1932,58.1968,0.0000,27.4346,11.4741,19.2882,14379.0045,14379.0045,14379.0045 -222.5000,1.0000,2183.1298,62.5295,62.7021,0.0953,0.0000,5,1688.2960,403.3490,759.8387,-106.6179,71.3113,134.3379,-18.8498,0.0791,64.6994,0.0000,0.0000,6.5327,64.5516,-1.0073,0.0000,65.5589,0.0000,65.5589,6.8225,58.7364,0.0000,58.7364,0.1469,58.5895,0.0000,32.3761,11.5477,14.6658,14439.5590,14439.5590,14439.5590 -223.5000,1.0000,2200.5922,62.8635,63.0271,0.0903,0.0000,5,1696.8415,367.1143,765.1612,-106.9223,65.2336,135.9637,-18.9993,0.8110,57.8301,0.0000,0.0000,6.5926,57.9455,-0.9797,0.0000,58.9252,0.0000,58.9252,6.8589,52.0663,0.0000,52.0663,0.1399,51.9263,0.0000,26.3466,11.6093,13.9704,13316.9980,13316.9980,13316.9980 -224.5000,1.0000,2218.1243,63.1145,63.2041,0.0492,0.0000,5,1704.6620,314.2594,752.8012,-107.2008,56.0990,134.3839,-19.1366,0.0040,49.5224,0.0000,0.0000,6.5726,49.4542,-0.9411,0.0000,50.3953,0.0000,50.3953,6.8863,43.5090,0.0000,43.5090,0.0765,43.4325,0.0000,24.1379,11.6557,7.6389,11619.3130,11619.3130,11619.3130 -225.5000,1.0000,2235.7076,63.2985,63.3951,0.0531,0.0000,5,1706.4165,356.8663,740.7344,-107.2633,63.7704,132.3659,-19.1675,0.1799,56.9829,0.0000,0.0000,6.6076,56.9543,-0.9822,0.0000,57.9365,0.0000,57.9365,6.9064,51.0301,0.0000,51.0301,0.0828,50.9473,0.0000,30.9905,11.6897,8.2671,13047.7321,13047.7321,13047.7321 -226.5000,1.0000,2253.3522,63.5195,63.6461,0.0697,0.0000,5,1714.3130,364.9964,755.5901,-107.5445,65.5250,135.6454,-19.3066,0.6506,58.2229,0.0000,0.0000,6.6515,58.3176,-0.9929,0.0000,59.3105,0.0000,59.3105,6.9305,52.3800,0.0000,52.3800,0.1092,52.2708,0.0000,29.6383,11.7305,10.9020,13370.8846,13370.8846,13370.8846 -227.5000,1.0000,2271.0689,63.7790,63.9141,0.0744,0.0000,5,1725.7955,347.6074,759.1613,-107.9534,62.8213,137.1993,-19.5099,0.5620,55.5869,0.0000,0.0000,6.6725,55.6408,-0.9839,0.0000,56.6247,0.0000,56.6247,6.9588,49.6659,0.0000,49.6659,0.1171,49.5488,0.0000,26.0824,11.7784,11.6880,12869.5191,12869.5191,12869.5191 -228.5000,1.0000,2288.8545,64.0270,64.1421,0.0633,0.0000,5,1736.9725,337.0578,757.5001,-108.3514,61.3092,137.7857,-19.7086,0.6266,53.9629,0.0000,0.0000,6.7197,54.0492,-0.9802,0.0000,55.0294,0.0000,55.0294,6.9859,48.0435,0.0000,48.0435,0.1000,47.9435,0.0000,26.1372,11.8242,9.9822,12593.5192,12593.5192,12593.5192 -229.5000,1.0000,2306.7113,64.2835,64.4271,0.0792,0.0000,5,1747.4630,372.3391,756.4431,-108.7250,68.1358,138.4245,-19.8960,0.4954,60.8924,0.0000,0.0000,6.7480,60.9182,-1.0194,0.0000,61.9376,0.0000,61.9376,7.0138,54.9237,0.0000,54.9237,0.1255,54.7983,0.0000,30.3990,11.8716,12.5277,13876.2082,13876.2082,13876.2082 -230.5000,1.0000,2324.5518,64.2245,64.0241,-0.1119,0.0000,5,1747.3870,168.9922,759.9432,-108.7223,30.9232,139.0589,-19.8947,-0.5035,24.7196,0.0000,0.0000,6.7071,24.7308,-0.8356,0.0000,25.5664,0.0000,25.5664,7.0074,18.5590,0.0000,18.5590,-0.1773,18.7363,0.0000,24.5740,11.8607,-17.6983,6975.0133,6975.0133,6975.0133 -231.5000,1.0000,2342.2806,63.8225,63.6231,-0.1114,0.0000,5,1742.0465,160.8965,711.8985,-108.5321,29.3518,129.8693,-19.7992,-0.0694,22.7130,0.0000,0.0000,6.7082,22.7761,-0.8187,0.0000,23.5948,0.0000,23.5948,6.9635,16.6312,0.0000,16.6312,-0.1753,16.8065,0.0000,22.5203,11.7864,-17.5003,6685.6138,6685.6138,6685.6138 -232.5000,1.0000,2359.8937,63.4060,63.1911,-0.1200,0.0000,5,1731.0220,184.3082,700.2573,-108.1395,33.4100,126.9372,-19.6027,-1.1030,27.8939,0.0000,0.0000,6.6191,27.8215,-0.8369,0.0000,28.6584,0.0000,28.6584,6.9181,21.7403,0.0000,21.7403,-0.1876,21.9279,0.0000,28.9485,11.7095,-18.7301,7399.4454,7399.4454,7399.4454 -233.5000,1.0000,2377.3734,62.9260,62.6631,-0.1467,0.0000,5,1706.6835,169.3318,697.5544,-107.2728,30.2636,124.6694,-19.1722,-1.4634,25.1886,0.0000,0.0000,6.5383,25.0878,-0.8148,0.0000,25.9026,0.0000,25.9026,6.8657,19.0369,0.0000,19.0369,-0.2275,19.2644,0.0000,30.3627,11.6209,-22.7191,6815.5505,6815.5505,6815.5505 -234.5000,1.0000,2394.7075,62.4015,62.1421,-0.1447,0.0000,5,1690.7755,174.4936,696.7883,-106.7062,30.8954,123.3717,-18.8932,-0.2020,24.5696,0.0000,0.0000,6.5279,24.6442,-0.8035,0.0000,25.4477,0.0000,25.4477,6.8085,18.6392,0.0000,18.6392,-0.2227,18.8618,0.0000,29.5689,11.5240,-22.2310,6907.2072,6907.2072,6907.2072 -235.5000,1.0000,2411.9038,61.9055,61.6711,-0.1308,0.0000,5,1685.5495,197.4964,695.5694,-106.5201,34.8601,122.7752,-18.8019,-0.3396,28.6974,0.0000,0.0000,6.5023,28.7509,-0.8158,0.0000,29.5667,0.0000,29.5667,6.7544,22.8123,0.0000,22.8123,-0.1997,23.0120,0.0000,31.5173,11.4324,-19.9378,7614.2921,7614.2921,7614.2921 -236.5000,1.0000,2428.9505,61.3670,61.0651,-0.1683,0.0000,5,1673.0375,165.0004,694.9615,-106.0745,28.9081,121.7573,-18.5843,-0.9485,23.4280,0.0000,0.0000,6.4285,23.4144,-0.7797,0.0000,24.1940,0.0000,24.1940,6.6956,17.4984,0.0000,17.4984,-0.2547,17.7531,0.0000,31.8494,11.3330,-25.4293,6513.7338,6513.7338,6513.7338 -237.5000,1.0000,2445.8343,60.7805,60.4981,-0.1575,0.0000,5,1663.3100,162.9844,688.7876,-105.7281,28.3889,119.9740,-18.4159,-0.0507,21.9919,0.0000,0.0000,6.4476,22.0884,-0.7631,0.0000,22.8515,0.0000,22.8515,6.6316,16.2198,0.0000,16.2198,-0.2360,16.4558,0.0000,28.7965,11.2247,-23.5654,6399.7179,6399.7179,6399.7179 -238.5000,1.0000,2462.5552,60.1940,59.8921,-0.1683,0.0000,5,1650.1490,128.4088,676.7445,-105.2594,22.1894,116.9436,-18.1892,-1.2834,17.1147,0.0000,0.0000,6.3582,17.0692,-0.7279,0.0000,17.7971,0.0000,17.7971,6.5676,11.2295,0.0000,11.2295,-0.2498,11.4793,0.0000,25.3062,11.1163,-24.9432,5273.4577,5273.4577,5273.4577 -239.5000,1.0000,2479.1245,59.6485,59.4071,-0.1347,0.0000,5,1633.6690,174.3579,667.8553,-104.6725,29.8287,114.2550,-17.9071,-0.3827,23.8713,0.0000,0.0000,6.3401,23.9128,-0.7533,0.0000,24.6661,0.0000,24.6661,6.5081,18.1580,0.0000,18.1580,-0.1981,18.3561,0.0000,27.1224,11.0156,-19.7819,6611.0666,6611.0666,6611.0666 -240.5000,1.0000,2495.5566,59.1545,58.9041,-0.1397,0.0000,5,1621.6145,165.2410,675.4529,-104.2432,28.0604,114.7021,-17.7021,-0.8205,22.5999,0.0000,0.0000,6.2811,22.5810,-0.7384,0.0000,23.3195,0.0000,23.3195,6.4542,16.8652,0.0000,16.8652,-0.2038,17.0690,0.0000,26.4908,10.9244,-20.3462,6285.5836,6285.5836,6285.5836 -241.5000,1.0000,2511.8536,58.6680,58.4341,-0.1306,0.0000,5,1597.1620,167.9599,660.5432,-103.3052,28.0920,110.4788,-17.2782,-1.5902,23.5091,0.0000,0.0000,6.1732,23.3640,-0.7344,0.0000,24.0984,0.0000,24.0984,6.4011,17.6973,0.0000,17.6973,-0.1888,17.8861,0.0000,25.9065,10.8345,-18.8550,6287.4358,6287.4358,6287.4358 -242.5000,1.0000,2528.0544,58.3215,58.2111,-0.0619,0.0000,5,1584.0390,235.2314,670.3998,-102.5269,39.0202,111.2060,-17.0072,0.3006,32.5453,0.0000,0.0000,6.1744,32.6712,-0.7757,0.0000,33.4469,0.0000,33.4469,6.3633,27.0836,0.0000,27.0836,-0.0891,27.1726,0.0000,25.2953,10.7705,-8.8932,8255.5632,8255.5632,8255.5632 -243.5000,1.0000,2544.2300,58.2310,58.2531,0.0117,0.0000,5,1583.1615,280.4518,686.1792,-102.4748,46.4956,113.7605,-16.9891,-0.3857,40.7382,0.0000,0.0000,6.1431,40.6215,-0.8144,0.0000,41.4359,0.0000,41.4359,6.3535,35.0824,0.0000,35.0824,0.0167,35.0656,0.0000,22.6395,10.7538,1.6724,9669.9937,9669.9937,9669.9937 -244.5000,1.0000,2560.4339,58.3330,58.4151,0.0450,0.0000,5,1579.0795,341.3283,702.1766,-102.2327,56.4423,116.1125,-16.9053,-0.0111,50.3175,0.0000,0.0000,6.1360,50.2440,-0.8646,0.0000,51.1087,0.0000,51.1087,6.3646,44.7441,0.0000,44.7441,0.0647,44.6794,0.0000,27.4449,10.7727,6.4618,11513.5064,11513.5064,11513.5064 -245.5000,1.0000,2576.6871,58.5105,58.6081,0.0536,0.0000,5,1588.5785,325.0545,729.0705,-102.7961,54.0746,121.2849,-17.1007,0.9379,46.9269,0.0000,0.0000,6.2099,47.1331,-0.8518,0.0000,47.9850,0.0000,47.9850,6.3840,41.6010,0.0000,41.6010,0.0773,41.5237,0.0000,22.9964,10.8054,7.7218,11085.1636,11085.1636,11085.1636 -246.5000,1.0000,2592.9845,58.6695,58.7331,0.0347,0.0000,5,1592.8510,298.0534,715.9278,-103.0495,49.7162,119.4189,-17.1890,-0.5224,44.0818,0.0000,0.0000,6.1569,43.8872,-0.8380,0.0000,44.7252,0.0000,44.7252,6.4013,38.3239,0.0000,38.3239,0.0502,38.2737,0.0000,22.4242,10.8348,5.0147,10288.4598,10288.4598,10288.4598 -247.5000,1.0000,2609.2803,58.6635,58.5961,-0.0381,0.0000,5,1592.1260,269.8388,714.0055,-103.0065,44.9894,119.0440,-17.1740,0.4513,38.3507,0.0000,0.0000,6.1874,38.5069,-0.8108,0.0000,39.3176,0.0000,39.3176,6.4007,32.9170,0.0000,32.9170,-0.0550,32.9720,0.0000,27.6339,10.8337,-5.4956,9397.3286,9397.3286,9397.3286 -248.5000,1.0000,2625.5193,58.4595,58.3251,-0.0753,0.0000,5,1585.4885,220.7996,693.3788,-102.6128,36.6598,115.1231,-17.0370,-1.0957,31.6205,0.0000,0.0000,6.1350,31.4690,-0.7719,0.0000,32.2408,0.0000,32.2408,6.3784,25.8625,0.0000,25.8625,-0.1085,25.9710,0.0000,26.0080,10.7960,-10.8331,7812.0741,7812.0741,7812.0741 -249.5000,1.0000,2641.6819,58.1840,58.0451,-0.0778,0.0000,5,1573.5485,224.5599,681.5371,-101.9047,37.0033,112.3048,-16.7920,-0.0663,30.9704,0.0000,0.0000,6.0993,31.0316,-0.7652,0.0000,31.7967,0.0000,31.7967,6.3483,25.4484,0.0000,25.4484,-0.1116,25.5600,0.0000,25.9549,10.7451,-11.1401,7853.3792,7853.3792,7853.3792 -250.5000,1.0000,2657.7425,57.8170,57.5911,-0.1261,0.0000,5,1572.9765,159.2839,682.6077,-101.8708,26.2375,112.4403,-16.7803,0.0111,20.1277,0.0000,0.0000,6.0988,20.2085,-0.7045,0.0000,20.9130,0.0000,20.9130,6.3083,14.6047,0.0000,14.6047,-0.1798,14.7845,0.0000,22.0561,10.6774,-17.9489,5916.2356,5916.2356,5916.2356 -251.5000,1.0000,2673.6310,57.1975,56.8061,-0.2181,0.0000,5,1563.7445,93.8014,652.5303,-101.3232,15.3604,106.8551,-16.5922,-0.8976,10.2250,0.0000,0.0000,6.0330,10.2341,-0.6441,0.0000,10.8783,0.0000,10.8783,6.2407,4.6376,0.0000,4.6376,-0.3075,4.9451,0.0000,25.0846,10.5630,-30.7025,4043.3744,4043.3744,4043.3744 -252.5000,1.0000,2689.3160,56.4650,56.1261,-0.1889,0.0000,5,1549.8205,129.4924,629.7933,-100.4974,21.0162,102.2135,-16.3104,-0.4357,15.4468,0.0000,0.0000,6.0050,15.4945,-0.6589,0.0000,16.1534,0.0000,16.1534,6.1608,9.9927,0.0000,9.9927,-0.2630,10.2556,0.0000,26.0831,10.4277,-26.2552,4951.5817,4951.5817,4951.5817 -253.5000,1.0000,2704.7959,55.7265,55.3291,-0.2214,0.0000,5,1533.2265,99.6706,631.4798,-99.5133,16.0030,101.3898,-15.9778,-1.1314,11.2092,0.0000,0.0000,5.9252,11.2015,-0.6255,0.0000,11.8270,0.0000,11.8270,6.0802,5.7468,0.0000,5.7468,-0.3042,6.0510,0.0000,26.1298,10.2913,-30.3701,4059.4732,4059.4732,4059.4732 -254.5000,1.0000,2720.0119,54.7765,54.2261,-0.3064,0.0000,5,1506.8665,9.5860,611.4636,-97.9499,1.5127,96.4881,-15.4564,-1.3273,-3.0123,0.0000,0.0000,5.8523,-3.0139,-0.6002,0.0000,-2.4138,0.0000,-2.4138,5.9765,-8.3903,0.0000,-8.3903,-0.4138,-7.9765,0.0000,23.2215,10.1159,-41.3139,2354.5456,2354.5456,2354.5456 -255.5000,1.0000,2734.9231,53.6790,53.1341,-0.3033,0.0000,5,1476.6920,9.5017,567.7265,-96.1603,1.4693,87.7926,-14.8701,-1.4356,-2.8468,0.0000,0.0000,5.7517,-2.8452,-0.5820,0.0000,-2.2632,0.0000,-2.2632,5.8568,-8.1200,0.0000,-8.1200,-0.4014,-7.7185,0.0000,22.4507,9.9132,-40.0824,2277.9336,2277.9336,2277.9336 -256.5000,1.0000,2749.5499,52.6555,52.1791,-0.2653,0.0000,5,1446.8225,-4.9470,559.0858,-94.3888,-0.7495,84.7076,-14.3009,-1.2473,-5.1605,0.0000,0.0000,5.6583,-5.1572,-0.5715,0.0000,-4.5857,0.0000,-4.5857,5.7451,-10.3309,0.0000,-10.3309,-0.3444,-9.9865,0.0000,14.6747,9.7242,-34.3854,1938.6554,1938.6554,1938.6554 -257.5000,1.0000,2763.8970,51.6485,51.1201,-0.2942,0.0000,5,1411.4595,-78.5577,536.8851,-92.2915,-11.6114,79.3558,-13.6414,-1.8484,-15.2811,0.0000,0.0000,5.5181,-15.2062,-0.5806,0.0000,-14.6256,0.0000,-14.6256,5.6353,-20.2608,0.0000,-20.2608,-0.3746,-19.8862,0.0000,7.9763,9.5382,-37.4008,233.3659,233.3659,233.3659 -258.5000,1.0000,2777.9779,50.6900,50.2621,-0.2383,0.0000,5,1378.9195,-55.5793,503.6700,-90.3616,-8.0257,72.7300,-13.0482,-0.9497,-12.5173,0.0000,0.0000,5.4414,-12.5215,-0.5590,0.0000,-11.9624,0.0000,-11.9624,5.5307,-17.4931,0.0000,-17.4931,-0.2979,-17.1952,0.0000,3.1833,9.3612,-29.7397,683.2538,683.2538,683.2538 -259.5000,1.0000,2791.8955,50.1020,49.9441,-0.0883,0.0000,5,1367.2080,68.2083,517.2581,-89.6670,9.7656,74.0577,-12.8380,-0.0416,4.3876,0.0000,0.0000,5.4196,4.4000,-0.5079,0.0000,4.9079,0.0000,4.9079,5.4665,-0.5586,0.0000,-0.5586,-0.1091,-0.4495,0.0000,1.1924,9.2526,-10.8945,2996.7413,2996.7413,2996.7413 -260.5000,1.0000,2805.8081,50.0845,50.2271,0.0786,0.0000,5,1365.1480,209.2582,565.5988,-89.5449,29.9151,80.8569,-12.8012,-0.1311,24.6190,0.0000,0.0000,5.4272,24.5215,-0.6067,0.0000,25.1282,0.0000,25.1282,5.4646,19.6636,0.0000,19.6636,0.0971,19.5666,0.0000,0.6251,9.2494,9.6921,6373.1710,6373.1710,6373.1710 -261.5000,1.0000,2819.8544,50.5655,50.9061,0.1886,0.0000,5,1361.4860,304.5765,621.0490,-89.3277,43.4248,88.5457,-12.7358,-0.1754,38.1998,0.0000,0.0000,5.4004,37.8866,-0.6813,0.0000,38.5679,0.0000,38.5679,5.5171,33.0508,0.0000,33.0508,0.2351,32.8156,0.0000,0.0000,9.3382,23.4774,8892.3797,8892.3797,8892.3797 -262.5000,1.0000,2834.1111,51.3230,51.7421,0.2322,0.0000,5,1370.1075,350.9394,667.8266,-89.8390,50.3518,95.8180,-12.8899,0.9019,44.0013,0.0000,0.0000,5.4486,43.9873,-0.7234,0.0000,44.7107,0.0000,44.7107,5.5997,39.1109,0.0000,39.1109,0.2938,38.8171,0.0000,0.0000,9.4781,29.3390,10176.6741,10176.6741,10176.6741 -263.5000,1.0000,2848.5985,52.1535,52.5671,0.2292,0.0000,5,1395.8955,348.8268,691.9263,-91.3684,50.9907,101.1443,-13.3560,1.2917,44.1741,0.0000,0.0000,5.5250,44.3005,-0.7374,0.0000,45.0379,0.0000,45.0379,5.6904,39.3476,0.0000,39.3476,0.2947,39.0529,0.0000,0.0000,9.6315,29.4215,10339.5374,10339.5374,10339.5374 -264.5000,1.0000,2863.3255,53.0160,53.4671,0.2500,0.0000,5,1423.5905,365.2077,695.1107,-93.0110,54.4445,103.6257,-13.8659,1.1039,47.7429,0.0000,0.0000,5.5977,47.7609,-0.7680,0.0000,48.5289,0.0000,48.5289,5.7845,42.7444,0.0000,42.7444,0.3268,42.4177,0.0000,0.0000,9.7907,32.6269,10988.2915,10988.2915,10988.2915 -265.5000,1.0000,2878.2890,53.8675,54.2701,0.2231,0.0000,5,1447.0130,340.1490,705.1670,-94.4001,51.5431,106.8546,-14.3045,0.9594,44.9325,0.0000,0.0000,5.6512,44.9328,-0.7668,0.0000,45.6996,0.0000,45.6996,5.8774,39.8223,0.0000,39.8223,0.2962,39.5260,0.0000,0.0000,9.9480,29.5780,10460.2911,10460.2911,10460.2911 -266.5000,1.0000,2893.4817,54.6925,55.1171,0.2353,0.0000,5,1470.3595,351.4168,702.2458,-95.7848,54.1096,108.1288,-14.7485,1.1333,47.2330,0.0000,0.0000,5.7434,47.2701,-0.7914,0.0000,48.0615,0.0000,48.0615,5.9674,42.0942,0.0000,42.0942,0.3173,41.7769,0.0000,0.0000,10.1004,31.6766,10974.3691,10974.3691,10974.3691 -267.5000,1.0000,2908.9175,55.5675,56.0201,0.2508,0.0000,5,1494.0490,364.5853,710.4458,-97.1897,57.0417,111.1538,-15.2060,1.0220,50.1932,0.0000,0.0000,5.8265,50.1598,-0.8198,0.0000,50.9796,0.0000,50.9796,6.0629,44.9167,0.0000,44.9167,0.3436,44.5731,0.0000,0.0000,10.2619,34.3112,11572.8364,11572.8364,11572.8364 -268.5000,1.0000,2924.5807,56.3865,56.7551,0.2042,0.0000,5,1518.6925,323.5482,721.6739,-98.6513,51.4562,114.7729,-15.6892,1.2595,44.2805,0.0000,0.0000,5.9162,44.3849,-0.8036,0.0000,45.1885,0.0000,45.1885,6.1522,39.0363,0.0000,39.0363,0.2838,38.7525,0.0000,0.0000,10.4132,28.3393,10541.9837,10541.9837,10541.9837 -269.5000,1.0000,2940.4581,57.1575,57.5621,0.2242,0.0000,5,1541.4665,338.8761,710.9370,-100.0020,54.7021,114.7609,-16.1425,0.8775,47.8651,0.0000,0.0000,5.9595,47.8154,-0.8333,0.0000,48.6487,0.0000,48.6487,6.2363,42.4123,0.0000,42.4123,0.3159,42.0964,0.0000,0.0000,10.5556,31.5409,11148.1859,11148.1859,11148.1859 -270.5000,1.0000,2956.5642,57.9810,58.4021,0.2333,0.0000,5,1560.4640,347.7496,720.9651,-101.1287,56.8263,117.8139,-16.5256,0.9322,49.8643,0.0000,0.0000,6.0297,49.8143,-0.8567,0.0000,50.6710,0.0000,50.6710,6.3262,44.3449,0.0000,44.3449,0.3336,44.0113,0.0000,0.0000,10.7077,33.3036,11553.9192,11553.9192,11553.9192 -271.5000,1.0000,2972.8808,58.7385,59.0771,0.1875,0.0000,5,1585.4890,308.6585,732.8117,-102.6129,51.2472,121.6702,-17.0370,1.4894,43.6314,0.0000,0.0000,6.1264,43.8007,-0.8387,0.0000,44.6394,0.0000,44.6394,6.4088,38.2306,0.0000,38.2306,0.2715,37.9590,0.0000,0.0000,10.8475,27.1115,10555.0990,10555.0990,10555.0990 -272.5000,1.0000,2989.3863,59.4185,59.7621,0.1903,0.0000,5,1607.8050,306.7511,720.6771,-103.7514,51.6474,121.3396,-17.4685,0.6930,44.7743,0.0000,0.0000,6.1801,44.7120,-0.8546,0.0000,45.5666,0.0000,45.5666,6.4830,39.0835,0.0000,39.0835,0.2787,38.8048,0.0000,0.0000,10.9731,27.8317,10665.6659,10665.6659,10665.6659 -273.5000,1.0000,3006.0509,59.9915,60.2231,0.1281,0.0000,5,1618.3720,250.8766,720.8733,-104.1277,42.5174,122.1704,-17.6471,0.3526,35.9645,0.0000,0.0000,6.2003,35.9054,-0.8196,0.0000,36.7250,0.0000,36.7250,6.5455,30.1795,0.0000,30.1795,0.1894,29.9901,0.0000,0.0000,11.0789,18.9111,8948.9150,8948.9150,8948.9150 -274.5000,1.0000,3022.8107,60.3340,60.4471,0.0622,0.0000,5,1631.9145,195.7537,711.2348,-104.6100,33.4531,121.5455,-17.8772,1.0016,26.1708,0.0000,0.0000,6.2806,26.2823,-0.7767,0.0000,27.0591,0.0000,27.0591,6.5829,20.4761,0.0000,20.4761,0.0926,20.3836,0.0000,0.0000,11.1422,9.2414,7284.6259,7284.6259,7284.6259 -275.5000,1.0000,3039.5521,60.2680,60.0911,-0.0989,0.0000,5,1639.6965,47.9910,689.6829,-104.8872,8.2405,118.4245,-18.0100,-0.2228,2.2047,0.0000,0.0000,6.2586,2.2082,-0.6795,0.0000,2.8877,0.0000,2.8877,6.5757,-3.6881,0.0000,-3.6881,-0.1469,-3.5411,0.0000,0.0000,11.1300,-14.6711,3392.9522,3392.9522,3392.9522 -276.5000,1.0000,3056.1456,59.7355,59.3821,-0.1969,0.0000,5,1629.1675,-41.1994,639.1777,-104.5122,-7.0289,109.0476,-17.8304,-0.8321,-12.3975,0.0000,0.0000,6.2007,-12.4078,-0.7066,0.0000,-11.7012,0.0000,-11.7012,6.5176,-18.2188,0.0000,-18.2188,-0.2901,-17.9288,0.0000,0.0000,11.0317,-28.9605,1458.7374,1458.7374,1458.7374 -277.5000,1.0000,3072.5701,59.1270,58.8741,-0.1411,0.0000,5,1610.9710,6.6220,604.6150,-103.8642,1.1171,101.9988,-17.5219,-0.9774,-4.0569,0.0000,0.0000,6.1515,-4.0494,-0.6754,0.0000,-3.3740,0.0000,-3.3740,6.4512,-9.8253,0.0000,-9.8253,-0.2057,-9.6196,0.0000,0.0000,10.9193,-20.5389,2542.9872,2542.9872,2542.9872 -278.5000,1.0000,3088.8696,58.6770,58.4821,-0.1089,0.0000,5,1593.9575,36.3821,615.1621,-103.1151,6.0729,102.6821,-17.2119,-0.6983,0.6975,0.0000,0.0000,6.0737,0.6967,-0.6559,0.0000,1.3525,0.0000,1.3525,6.4021,-5.0496,0.0000,-5.0496,-0.1575,-4.8921,0.0000,0.0000,10.8362,-15.7283,3056.6762,3056.6762,3056.6762 -279.5000,1.0000,3105.0934,58.4045,58.3291,-0.0425,0.0000,5,1583.6195,96.9363,623.7349,-102.5020,16.0756,103.4379,-16.9985,-0.3116,10.3299,0.0000,0.0000,6.0573,10.3226,-0.6642,0.0000,10.9867,0.0000,10.9867,6.3724,4.6143,0.0000,4.6143,-0.0612,4.6755,0.0000,0.0000,10.7859,-6.1103,4163.7561,4163.7561,4163.7561 -280.5000,1.0000,3121.3023,58.3510,58.3751,0.0128,0.0000,5,1583.2760,148.6506,647.1987,-102.4816,24.6463,107.3057,-16.9915,0.2782,18.2670,0.0000,0.0000,6.1012,18.2928,-0.7036,0.0000,18.9963,0.0000,18.9963,6.3666,12.6298,0.0000,12.6298,0.0184,12.6114,0.0000,0.0000,10.7760,1.8354,5646.6204,5646.6204,5646.6204 -281.5000,1.0000,3137.5445,58.4710,58.5691,0.0539,0.0000,5,1582.3225,181.4397,658.4797,-102.4251,30.0646,109.1104,-16.9719,-0.3707,24.3753,0.0000,0.0000,6.0600,24.2763,-0.7357,0.0000,25.0120,0.0000,25.0120,6.3796,18.6324,0.0000,18.6324,0.0777,18.5547,0.0000,0.0000,10.7981,7.7566,6620.9522,6620.9522,6620.9522 -282.5000,1.0000,3153.8399,58.6620,58.7571,0.0522,0.0000,5,1585.1835,185.5454,676.9569,-102.5947,30.8005,112.3749,-17.0307,0.6498,24.0500,0.0000,0.0000,6.1007,24.1126,-0.7380,0.0000,24.8507,0.0000,24.8507,6.4005,18.4502,0.0000,18.4502,0.0755,18.3746,0.0000,0.0000,10.8334,7.5412,6756.7806,6756.7806,6756.7806 -283.5000,1.0000,3170.2027,58.9050,59.0551,0.0828,0.0000,5,1595.9030,222.6362,679.4221,-103.2305,37.2075,113.5468,-17.2521,0.3963,28.6635,0.0000,0.0000,8.1477,28.6636,-0.7650,0.0000,29.4287,0.0000,29.4287,6.4270,23.0017,0.0000,23.0017,0.1202,22.8814,0.0000,0.0000,10.8783,12.0031,7940.2651,7940.2651,7940.2651 -284.5000,1.0000,3186.6430,59.1840,59.3151,0.0722,0.0000,5,1601.4725,212.2957,690.7707,-103.5259,35.6032,115.8463,-17.3619,0.1500,27.2862,0.0000,0.0000,8.1670,27.2523,-0.7625,0.0000,28.0148,0.0000,28.0148,6.4574,21.5574,0.0000,21.5574,0.1054,21.4520,0.0000,0.0000,10.9298,10.5221,7650.7327,7650.7327,7650.7327 -285.5000,1.0000,3203.1611,59.4640,59.6151,0.0833,0.0000,5,1606.0500,223.1581,689.7058,-103.6889,37.5319,115.9983,-17.4389,0.3010,29.0321,0.0000,0.0000,8.1988,29.0140,-0.7760,0.0000,29.7901,0.0000,29.7901,6.4880,23.3021,0.0000,23.3021,0.1222,23.1799,0.0000,0.0000,10.9815,12.1984,8015.3126,8015.3126,8015.3126 -286.5000,1.0000,3219.7582,59.7485,59.8841,0.0747,0.0000,5,1609.0255,214.4751,691.8262,-103.7949,36.1384,116.5705,-17.4891,-0.0076,27.9425,0.0000,0.0000,8.2035,27.8784,-0.7750,0.0000,28.6534,0.0000,28.6534,6.5190,22.1344,0.0000,22.1344,0.1101,22.0243,0.0000,0.0000,11.0341,10.9902,7757.7836,7757.7836,7757.7836 -287.5000,1.0000,3236.4258,60.0020,60.1221,0.0661,0.0000,5,1610.1700,208.1092,690.3479,-103.8357,35.0907,116.4041,-17.5084,0.1207,26.7496,0.0000,0.0000,8.2203,26.7169,-0.7734,0.0000,27.4903,0.0000,27.4903,6.5467,20.9436,0.0000,20.9436,0.0978,20.8458,0.0000,0.0000,11.0809,9.7649,7563.6790,7563.6790,7563.6790 -288.5000,1.0000,3253.1689,60.2740,60.4281,0.0850,0.0000,5,1625.6200,230.2478,699.9899,-104.3859,39.1961,119.1624,-17.7701,1.4205,29.4702,0.0000,0.0000,8.3054,29.6529,-0.7928,0.0000,30.4456,0.0000,30.4456,6.5764,23.8693,0.0000,23.8693,0.1263,23.7429,0.0000,0.0000,11.1311,12.6118,8338.0015,8338.0015,8338.0015 -289.5000,1.0000,3270.0007,60.5935,60.7611,0.0925,0.0000,5,1649.7290,232.7673,709.1407,-105.2445,40.2127,122.5106,-18.1820,1.0010,30.8327,0.0000,0.0000,8.3790,30.9324,-0.8046,0.0000,31.7369,0.0000,31.7369,6.6112,25.1257,0.0000,25.1257,0.1382,24.9875,0.0000,0.0000,11.1901,13.7974,8540.3369,8540.3369,8540.3369 -290.5000,1.0000,3286.9287,60.9395,61.1201,0.0997,0.0000,5,1655.9850,220.6365,703.5558,-105.4673,38.2615,122.0067,-18.2895,-0.3685,32.3613,0.0000,0.0000,6.2688,32.1957,-0.8168,0.0000,33.0124,0.0000,33.0124,6.6490,26.3634,0.0000,26.3634,0.1498,26.2136,0.0000,0.0000,11.2540,14.9596,8191.2757,8191.2757,8191.2757 -291.5000,1.0000,3303.9730,61.3585,61.5991,0.1331,0.0000,5,1662.2415,256.9940,710.2743,-105.6901,44.7348,123.6371,-18.3974,1.0086,37.3981,0.0000,0.0000,6.3281,37.4741,-0.8505,0.0000,38.3246,0.0000,38.3246,6.6947,31.6299,0.0000,31.6299,0.2013,31.4287,0.0000,0.0000,11.3314,20.0973,9404.6668,9404.6668,9404.6668 -292.5000,1.0000,3321.1486,61.8310,62.0651,0.1294,0.0000,5,1676.1275,257.3635,719.5753,-106.1846,45.1734,126.3025,-18.6379,0.4123,38.3986,0.0000,0.0000,6.3625,38.3459,-0.8630,0.0000,39.2088,0.0000,39.2088,6.7463,32.4626,0.0000,32.4626,0.1973,32.2652,0.0000,1.1442,11.4187,19.7024,9516.4567,9516.4567,9516.4567 -293.5000,1.0000,3338.4843,62.4075,62.7521,0.1908,0.0000,5,1684.7105,318.4766,722.2943,-106.4902,56.1864,127.4290,-18.7873,0.4736,49.3242,0.0000,0.0000,6.3886,49.1875,-0.9276,0.0000,50.1151,0.0000,50.1151,6.8092,43.3059,0.0000,43.3059,0.2936,43.0123,0.0000,2.1701,11.5251,29.3170,11590.1296,11590.1296,11590.1296 -294.5000,1.0000,3356.0095,63.0895,63.4291,0.1881,0.0000,5,1706.5310,330.4244,750.2722,-107.2673,59.0493,134.0793,-19.1695,1.8071,50.7247,0.0000,0.0000,6.5176,50.9638,-0.9483,0.0000,51.9121,0.0000,51.9121,6.8836,45.0285,0.0000,45.0285,0.2925,44.7360,0.0000,3.8789,11.6511,29.2060,12169.3048,12169.3048,12169.3048 -295.5000,1.0000,3373.6998,63.6840,63.9411,0.1422,0.0000,5,1727.3595,285.6521,749.4908,-108.0091,51.6712,135.5744,-19.5376,0.3803,44.7592,0.0000,0.0000,6.5317,44.6725,-0.9269,0.0000,45.5994,0.0000,45.5994,6.9484,38.6509,0.0000,38.6509,0.2233,38.4276,0.0000,4.3708,11.7609,22.2960,10787.6835,10787.6835,10787.6835 -296.5000,1.0000,3391.5324,64.1960,64.4531,0.1422,0.0000,5,1735.4845,292.8129,741.5111,-108.2985,53.2157,134.7619,-19.6821,0.4838,46.1614,0.0000,0.0000,6.5705,46.0983,-0.9430,0.0000,47.0413,0.0000,47.0413,7.0043,40.0370,0.0000,40.0370,0.2251,39.8119,0.0000,5.4813,11.8554,22.4753,11096.2475,11096.2475,11096.2475 -297.5000,1.0000,3409.5145,64.7345,65.0181,0.1569,0.0000,5,1740.7490,315.3955,742.2282,-108.4859,57.4937,135.3014,-19.7760,0.0775,50.8447,0.0000,0.0000,6.5715,50.6448,-0.9755,0.0000,51.6203,0.0000,51.6203,7.0630,44.5572,0.0000,44.5572,0.2505,44.3067,0.0000,7.3420,11.9549,25.0098,11898.5103,11898.5103,11898.5103 -298.5000,1.0000,3427.6448,65.2680,65.5201,0.1394,0.0000,5,1756.0465,315.7225,759.1299,-109.0307,58.0591,139.5985,-20.0500,1.5715,49.8164,0.0000,0.0000,6.6712,50.0374,-0.9818,0.0000,51.0192,0.0000,51.0192,7.1213,43.8979,0.0000,43.8979,0.2244,43.6735,0.0000,9.2159,12.0534,22.4043,12011.7238,12011.7238,12011.7238 -299.5000,1.0000,3445.9222,65.7975,66.0771,0.1547,0.0000,5,1772.8315,334.1336,755.3380,-109.6285,62.0321,140.2289,-20.3526,0.2409,55.0883,0.0000,0.0000,6.7029,54.9246,-1.0159,0.0000,55.9405,0.0000,55.9405,7.1790,48.7615,0.0000,48.7615,0.2510,48.5105,0.0000,11.2987,12.1512,25.0606,12750.0443,12750.0443,12750.0443 -300.5000,1.0000,3464.3378,66.2950,66.5151,0.1217,0.0000,5,1791.7145,312.4642,771.9328,-110.3010,58.6270,144.8361,-20.6955,1.8343,49.9553,0.0000,0.0000,6.8374,50.2541,-1.0013,0.0000,51.2553,0.0000,51.2553,7.2333,44.0220,0.0000,44.0220,0.1989,43.8232,0.0000,11.7246,12.2430,19.8555,12150.3203,12150.3203,12150.3203 -301.5000,1.0000,3482.8894,66.7845,67.0561,0.1503,0.0000,5,1808.5375,328.9964,761.1658,-110.9168,62.3085,144.1569,-21.0065,0.0169,55.4518,0.0000,0.0000,6.8398,55.2327,-1.0352,0.0000,56.2679,0.0000,56.2679,7.2867,48.9812,0.0000,48.9812,0.2474,48.7338,0.0000,11.6945,12.3334,24.7058,12868.6930,12868.6930,12868.6930 -302.5000,1.0000,3501.5914,67.3260,67.5981,0.1506,0.0000,5,1817.2730,341.9447,771.2513,-111.2451,65.0736,146.7725,-21.1704,0.9579,57.2223,0.0000,0.0000,6.8934,57.2621,-1.0553,0.0000,58.3174,0.0000,58.3174,7.3458,50.9716,0.0000,50.9716,0.2499,50.7217,0.0000,13.3360,12.4334,24.9522,13390.3318,13390.3318,13390.3318 -303.5000,1.0000,3520.3903,67.6750,67.7541,0.0433,0.0000,5,1833.6385,258.5054,775.9554,-111.8600,49.6377,148.9975,-21.4792,0.8764,41.8028,0.0000,0.0000,6.9586,41.9319,-0.9842,0.0000,42.9161,0.0000,42.9161,7.3839,35.5322,0.0000,35.5322,0.0723,35.4599,0.0000,15.7430,12.4979,7.2190,10492.9336,10492.9336,10492.9336 -304.5000,1.0000,3539.1767,67.6300,67.5081,-0.0683,0.0000,5,1843.0995,160.8229,758.6570,-112.2155,31.0402,146.4276,-21.6586,0.1900,23.8955,0.0000,0.0000,6.9547,23.9609,-0.8926,0.0000,24.8535,0.0000,24.8535,7.3790,17.4745,0.0000,17.4745,-0.1139,17.5884,0.0000,16.4752,12.4896,-11.3763,7150.7179,7150.7179,7150.7179 -305.5000,1.0000,3557.8469,67.2115,66.9171,-0.1642,0.0000,5,1842.9085,82.1428,737.9777,-112.2084,15.8526,142.4215,-21.6550,-0.2116,9.1252,0.0000,0.0000,6.9390,9.1562,-0.8102,0.0000,9.9664,0.0000,9.9664,7.3333,2.6331,0.0000,2.6331,-0.2720,2.9052,0.0000,17.6546,12.4123,-27.1618,4761.3727,4761.3727,4761.3727 -306.5000,1.0000,3576.3172,66.4920,66.0691,-0.2356,0.0000,5,1827.6110,7.0596,710.2660,-111.6335,1.3511,135.9357,-21.3652,-1.5071,-3.9843,0.0000,0.0000,6.8425,-3.9804,-0.8067,0.0000,-3.1737,0.0000,-3.1737,7.2548,-10.4285,0.0000,-10.4285,-0.3862,-10.0424,0.0000,16.2342,12.2794,-38.5560,3119.8727,3119.8727,3119.8727 -307.5000,1.0000,3594.5660,65.6945,65.3221,-0.2075,0.0000,5,1800.9460,33.5087,685.0832,-110.6316,6.3196,129.2030,-20.8645,-1.4640,1.0295,0.0000,0.0000,6.7541,1.0278,-0.7795,0.0000,1.8072,0.0000,1.8072,7.1678,-5.3606,0.0000,-5.3606,-0.3361,-5.0245,0.0000,16.3998,12.1321,-33.5565,3588.1633,3588.1633,3588.1633 -308.5000,1.0000,3612.5838,64.8630,64.4061,-0.2544,0.0000,5,1770.6190,-14.0723,677.0437,-109.5497,-2.6093,125.5366,-20.3126,-1.8583,-7.3480,0.0000,0.0000,6.5970,-7.3289,-0.7850,0.0000,-6.5439,0.0000,-6.5439,7.0771,-13.6209,0.0000,-13.6209,-0.4069,-13.2140,0.0000,15.4348,11.9786,-40.6274,2448.8714,2448.8714,2448.8714 -309.5000,1.0000,3630.3816,64.0710,63.7381,-0.1856,0.0000,5,1741.7030,45.2843,658.5194,-108.5199,8.2594,120.1078,-19.7930,-1.2649,2.9997,0.0000,0.0000,6.5246,2.9949,-0.7449,0.0000,3.7398,0.0000,3.7398,6.9907,-3.2508,0.0000,-3.2508,-0.2931,-2.9577,0.0000,14.4761,11.8323,-29.2661,3621.9968,3621.9968,3621.9968 -310.5000,1.0000,3647.9927,63.3985,63.0611,-0.1881,0.0000,5,1728.5420,50.8908,676.5219,-108.0512,9.2119,122.4589,-19.5586,-0.1417,2.8429,0.0000,0.0000,6.5107,2.8559,-0.7331,0.0000,3.5890,0.0000,3.5890,6.9173,-3.3282,0.0000,-3.3282,-0.2939,-3.0343,0.0000,14.6067,11.7081,-29.3491,3697.8249,3697.8249,3697.8249 -311.5000,1.0000,3665.4388,62.8050,62.5511,-0.1417,0.0000,5,1717.1360,80.3120,667.6686,-107.6450,14.4416,120.0589,-19.3565,-1.0620,9.0671,0.0000,0.0000,6.4365,9.0507,-0.7317,0.0000,9.7824,0.0000,9.7824,6.8525,2.9299,0.0000,2.9299,-0.2194,3.1492,0.0000,13.4531,11.5985,-21.9024,4239.3129,4239.3129,4239.3129 -312.5000,1.0000,3682.7619,62.3620,62.1751,-0.1044,0.0000,5,1695.2775,112.6539,667.2393,-106.8666,19.9993,118.4544,-18.9719,-1.2272,14.8806,0.0000,0.0000,6.3459,14.8218,-0.7532,0.0000,15.5751,0.0000,15.5751,6.8042,8.7709,0.0000,8.7709,-0.1606,8.9315,0.0000,13.4485,11.5167,-16.0337,4957.5275,4957.5275,4957.5275 -313.5000,1.0000,3700.0197,62.1270,62.0811,-0.0261,0.0000,5,1677.9205,185.1666,675.0499,-106.2484,32.5359,118.6140,-18.6691,-0.5739,26.8112,0.0000,0.0000,6.2986,26.7424,-0.8094,0.0000,27.5518,0.0000,27.5518,6.7785,20.7733,0.0000,20.7733,-0.0400,20.8133,0.0000,13.3333,11.4733,-3.9933,7181.9886,7181.9886,7181.9886 -314.5000,1.0000,3717.2442,62.0070,61.9351,-0.0406,0.0000,5,1680.5525,184.3241,704.4465,-106.3422,32.4386,123.9735,-18.7148,0.8464,25.2482,0.0000,0.0000,6.3441,25.4013,-0.8006,0.0000,26.2019,0.0000,26.2019,6.7655,19.4364,0.0000,19.4364,-0.0620,19.4984,0.0000,14.2377,11.4512,-6.1904,7168.5612,7168.5612,7168.5612 -315.5000,1.0000,3734.3966,61.7475,61.5621,-0.1036,0.0000,5,1686.0075,120.3928,698.4067,-106.5364,21.2563,123.3095,-18.8099,-0.2844,15.2091,0.0000,0.0000,6.3316,15.2304,-0.7448,0.0000,15.9751,0.0000,15.9751,6.7371,9.2380,0.0000,9.2380,-0.1577,9.3957,0.0000,13.7416,11.4032,-15.7491,5157.0288,5157.0288,5157.0288 -316.5000,1.0000,3751.4280,61.3120,61.0641,-0.1383,0.0000,5,1672.4270,75.8925,671.9347,-106.0528,13.2915,117.6801,-18.5737,-1.1127,8.1505,0.0000,0.0000,6.2538,8.1307,-0.7015,0.0000,8.8322,0.0000,8.8322,6.6896,2.1426,0.0000,2.1426,-0.2091,2.3517,0.0000,11.9075,11.3228,-20.8786,4026.6650,4026.6650,4026.6650 -317.5000,1.0000,3768.2982,60.7315,60.4011,-0.1842,0.0000,5,1643.8545,29.5889,645.8609,-105.0353,5.0936,111.1811,-18.0812,-1.7907,0.7181,0.0000,0.0000,6.1661,0.7143,-0.6912,0.0000,1.4055,0.0000,1.4055,6.6263,-5.2208,0.0000,-5.2208,-0.2758,-4.9450,0.0000,11.3724,11.2156,-27.5330,3057.2041,3057.2041,3057.2041 -318.5000,1.0000,3784.9946,60.1060,59.8131,-0.1633,0.0000,5,1623.4075,60.9068,635.7869,-104.3071,10.3543,108.0856,-17.7325,-0.2700,4.4902,0.0000,0.0000,6.1341,4.5048,-0.6709,0.0000,5.1757,0.0000,5.1757,6.5580,-1.3823,0.0000,-1.3823,-0.2420,-1.1403,0.0000,11.9266,11.1001,-24.1670,3595.1760,3595.1760,3595.1760 -319.5000,1.0000,3801.5250,59.5080,59.2051,-0.1689,0.0000,5,1620.7370,51.0513,646.1839,-104.2120,8.6646,109.6724,-17.6872,0.0038,2.5183,0.0000,0.0000,6.1425,2.5313,-0.6655,0.0000,3.1968,0.0000,3.1968,6.4928,-3.2960,0.0000,-3.2960,-0.2478,-3.0482,0.0000,10.7025,10.9897,-24.7403,3403.1169,3403.1169,3403.1169 -320.5000,1.0000,3817.9346,59.0735,58.9441,-0.0725,0.0000,5,1611.5435,130.0425,633.9370,-103.8846,21.9460,106.9835,-17.5316,-0.9136,16.7817,0.0000,0.0000,6.0779,16.7225,-0.7075,0.0000,17.4300,0.0000,17.4300,6.4454,10.9846,0.0000,10.9846,-0.1056,11.0902,0.0000,10.7237,10.9094,-10.5429,5204.0908,5204.0908,5204.0908 -321.5000,1.0000,3834.3131,58.9615,58.9811,0.0103,0.0000,5,1595.7885,208.3040,655.4195,-103.2237,34.8098,109.5275,-17.2498,-0.6393,29.4144,0.0000,0.0000,6.0347,29.2850,-0.7691,0.0000,30.0541,0.0000,30.0541,6.4332,23.6209,0.0000,23.6209,0.0149,23.6060,0.0000,11.2255,10.8887,1.4918,7489.3176,7489.3176,7489.3176 -322.5000,1.0000,3850.7173,59.0540,59.1291,0.0411,0.0000,5,1593.1560,235.0253,686.0196,-103.0676,39.2104,114.4520,-17.1953,0.3807,32.7562,0.0000,0.0000,6.0735,32.7951,-0.7883,0.0000,33.5835,0.0000,33.5835,6.4433,27.1402,0.0000,27.1402,0.0599,27.0804,0.0000,10.1982,10.9058,5.9764,8310.8099,8310.8099,8310.8099 -323.5000,1.0000,3867.1865,59.2880,59.4491,0.0889,0.0000,5,1604.5240,283.8304,698.7160,-103.6346,47.6907,117.4020,-17.4132,0.7367,40.8031,0.0000,0.0000,6.1508,40.8829,-0.8331,0.0000,41.7160,0.0000,41.7160,6.4688,35.2472,0.0000,35.2472,0.1299,35.1173,0.0000,11.1951,10.9490,12.9731,9913.2289,9913.2289,9913.2289 -324.5000,1.0000,3883.7531,59.6385,59.8301,0.1058,0.0000,5,1613.5270,299.8816,711.8915,-103.9552,50.6704,120.2870,-17.5651,0.1512,44.3963,0.0000,0.0000,6.1229,44.2968,-0.8561,0.0000,45.1529,0.0000,45.1529,6.5070,38.6459,0.0000,38.6459,0.1556,38.4903,0.0000,11.9391,11.0138,15.5374,10490.8923,10490.8923,10490.8923 -325.5000,1.0000,3900.4176,59.9910,60.1541,0.0900,0.0000,5,1618.9440,290.8826,719.4378,-104.1481,49.3149,121.9702,-17.6568,0.3868,42.7967,0.0000,0.0000,6.1313,42.7841,-0.8543,0.0000,43.6384,0.0000,43.6384,6.5455,37.0929,0.0000,37.0929,0.1331,36.9598,0.0000,12.5899,11.0789,13.2910,10228.5712,10228.5712,10228.5712 -326.5000,1.0000,3917.1473,60.2260,60.3001,0.0406,0.0000,5,1628.5955,245.5256,719.6946,-104.4918,41.8734,122.7411,-17.8207,0.5761,35.1009,0.0000,0.0000,6.1964,35.1824,-0.8199,0.0000,36.0023,0.0000,36.0023,6.5711,29.4311,0.0000,29.4311,0.0602,29.3709,0.0000,12.2360,11.1223,6.0126,8833.0813,8833.0813,8833.0813 -327.5000,1.0000,3933.9096,60.3430,60.3881,0.0244,0.0000,5,1644.9990,246.8322,713.0684,-105.0760,42.5203,122.8359,-18.1008,1.0752,35.2207,0.0000,0.0000,6.2244,35.4227,-0.8230,0.0000,36.2458,0.0000,36.2458,6.5839,29.6619,0.0000,29.6619,0.0364,29.6255,0.0000,14.8505,11.1439,3.6311,8957.9447,8957.9447,8957.9447 -328.5000,1.0000,3950.6516,60.2700,60.1541,-0.0650,0.0000,5,1645.4950,165.4816,701.3262,-105.0937,28.5151,120.8496,-18.1093,-1.0254,23.3681,0.0000,0.0000,6.1724,23.2692,-0.7604,0.0000,24.0296,0.0000,24.0296,6.5759,17.4537,0.0000,17.4537,-0.0966,17.5503,0.0000,16.0636,11.1304,-9.6437,6388.3418,6388.3418,6388.3418 -329.5000,1.0000,3967.3201,60.0055,59.8591,-0.0819,0.0000,5,1635.5005,163.9270,681.8210,-104.7377,28.0757,116.7750,-17.9384,0.0153,21.8992,0.0000,0.0000,6.1612,21.9552,-0.7494,0.0000,22.7046,0.0000,22.7046,6.5471,16.1575,0.0000,16.1575,-0.1212,16.2787,0.0000,17.3015,11.0815,-12.1043,6288.8531,6288.8531,6288.8531 -330.5000,1.0000,3983.8815,59.6200,59.3831,-0.1322,0.0000,5,1617.8380,104.4956,665.2919,-104.1087,17.7036,112.7135,-17.6381,-1.7700,13.4209,0.0000,0.0000,6.0526,13.3264,-0.6994,0.0000,14.0257,0.0000,14.0257,6.5050,7.5207,0.0000,7.5207,-0.1944,7.7151,0.0000,16.1103,11.0103,-19.4055,4460.7792,4460.7792,4460.7792 -331.5000,1.0000,4000.3491,59.2820,59.1831,-0.0556,0.0000,5,1595.5595,181.2434,648.8800,-103.2101,30.2833,108.4191,-17.2450,-0.4374,24.6734,0.0000,0.0000,6.0473,24.6459,-0.7510,0.0000,25.3969,0.0000,25.3969,6.4681,18.9288,0.0000,18.9288,-0.0812,19.0100,0.0000,16.1694,10.9479,-8.1074,6676.5112,6676.5112,6676.5112 -332.5000,1.0000,4016.7778,59.1425,59.1041,-0.0219,0.0000,5,1604.9820,222.6746,686.8416,-103.6509,37.4257,115.4398,-17.4209,1.3687,29.9227,0.0000,0.0000,6.1344,30.2017,-0.7767,0.0000,30.9784,0.0000,30.9784,6.4529,24.5255,0.0000,24.5255,-0.0320,24.5575,0.0000,16.8302,10.9222,-3.1949,7994.6687,7994.6687,7994.6687 -333.5000,1.0000,4033.2079,59.1470,59.1921,0.0244,0.0000,5,1610.0560,238.4783,686.3984,-103.8316,40.2086,115.7300,-17.5065,-0.8713,35.0090,0.0000,0.0000,6.0709,34.7915,-0.8000,0.0000,35.5915,0.0000,35.5915,6.4534,29.1381,0.0000,29.1381,0.0356,29.1024,0.0000,14.6203,10.9230,3.5591,8516.9896,8516.9896,8516.9896 -334.5000,1.0000,4049.6738,59.2760,59.3621,0.0472,0.0000,5,1602.7315,281.5350,696.4828,-103.5707,47.2522,116.8960,-17.3831,0.1464,41.0502,0.0000,0.0000,6.0555,41.0295,-0.8336,0.0000,41.8631,0.0000,41.8631,6.4675,35.3956,0.0000,35.3956,0.0690,35.3266,0.0000,17.4892,10.9468,6.8906,9831.9732,9831.9732,9831.9732 -335.5000,1.0000,4066.2231,59.5765,59.7931,0.1197,0.0000,5,1603.9520,348.0776,708.5141,-103.6142,58.4650,119.0059,-17.4036,-0.0263,52.4390,0.0000,0.0000,6.0523,52.2413,-0.8952,0.0000,53.1365,0.0000,53.1365,6.5003,46.6363,0.0000,46.6363,0.1759,46.4604,0.0000,17.8999,11.0023,17.5582,11934.4894,11934.4894,11934.4894 -336.5000,1.0000,4082.8856,59.9840,60.1771,0.1067,0.0000,5,1614.7095,335.0618,736.7789,-103.9973,56.6563,124.5834,-17.5851,1.0932,49.4125,0.0000,0.0000,6.1506,49.5911,-0.8886,0.0000,50.4797,0.0000,50.4797,6.5447,43.9350,0.0000,43.9350,0.1577,43.7773,0.0000,16.9492,11.0776,15.7505,11603.2082,11603.2082,11603.2082 -337.5000,1.0000,4099.5808,60.1015,60.0281,-0.0414,0.0000,5,1629.0150,207.2449,730.9552,-104.5068,35.3539,124.6937,-17.8278,0.3282,28.8624,0.0000,0.0000,6.1633,28.9564,-0.7863,0.0000,29.7428,0.0000,29.7428,6.5575,23.1852,0.0000,23.1852,-0.0613,23.2465,0.0000,18.2708,11.0993,-6.1235,7632.8297,7632.8297,7632.8297 -338.5000,1.0000,4116.2335,59.9485,59.8711,-0.0436,0.0000,5,1627.8325,187.2835,688.9841,-104.4647,31.9255,117.4485,-17.8077,-0.4462,26.2564,0.0000,0.0000,6.1153,26.2188,-0.7700,0.0000,26.9887,0.0000,26.9887,6.5409,20.4479,0.0000,20.4479,-0.0645,20.5123,0.0000,15.8772,11.0710,-6.4358,6993.5674,6993.5674,6993.5674 -339.5000,1.0000,4132.8097,59.6730,59.4771,-0.1094,0.0000,5,1624.7805,136.2403,686.0745,-104.3560,23.1808,116.7333,-17.7558,0.1408,16.9111,0.0000,0.0000,6.1289,16.9818,-0.7187,0.0000,17.7006,0.0000,17.7006,6.5108,11.1898,0.0000,11.1898,-0.1610,11.3508,0.0000,16.4075,11.0201,-16.0768,5429.6001,5429.6001,5429.6001 -340.5000,1.0000,4149.2157,59.0605,58.6461,-0.2308,0.0000,5,1619.5925,-28.8718,664.1614,-104.1712,-4.8968,112.6440,-17.6678,-0.6564,-10.3251,0.0000,0.0000,6.0847,-10.3559,-0.6899,0.0000,-9.6660,0.0000,-9.6660,6.4440,-16.1100,0.0000,-16.1100,-0.3361,-15.7738,0.0000,6.8794,10.9070,-33.5602,1735.5680,1735.5680,1735.5680 -341.5000,1.0000,4165.3818,58.1970,57.7501,-0.2489,0.0000,5,1592.4695,-83.3650,592.8374,-103.0268,-13.9022,98.8634,-17.1811,-2.0071,-17.8655,0.0000,0.0000,5.9704,-17.7720,-0.6937,0.0000,-17.0784,0.0000,-17.0784,6.3498,-23.4281,0.0000,-23.4281,-0.3571,-23.0710,0.0000,1.8377,10.7475,-35.6562,347.8768,347.8768,347.8768 -342.5000,1.0000,4181.3059,57.3255,56.9031,-0.2353,0.0000,5,1557.9460,-78.2378,565.9181,-100.9793,-12.7643,92.3283,-16.4745,-1.3394,-17.3116,0.0000,0.0000,5.8868,-17.2837,-0.6778,0.0000,-16.6060,0.0000,-16.6060,6.2547,-22.8607,0.0000,-22.8607,-0.3325,-22.5281,0.0000,0.0868,10.5866,-33.2015,430.8568,430.8568,430.8568 -343.5000,1.0000,4197.0186,56.5645,56.2281,-0.1875,0.0000,5,1538.4145,-31.5608,566.7399,-99.8210,-5.0845,91.3031,-16.0814,-0.5226,-10.3750,0.0000,0.0000,5.8131,-10.3998,-0.6479,0.0000,-9.7518,0.0000,-9.7518,6.1716,-15.9235,0.0000,-15.9235,-0.2615,-15.6620,0.0000,0.0000,10.4461,-26.1081,1517.6482,1517.6482,1517.6482 -344.5000,1.0000,4212.5635,55.9605,55.6951,-0.1481,0.0000,5,1519.6460,-1.8508,569.8525,-98.7078,-0.2945,90.6846,-15.7081,-1.2353,-4.8026,0.0000,0.0000,5.7434,-4.7835,-0.6240,0.0000,-4.1596,0.0000,-4.1596,6.1057,-10.2653,0.0000,-10.2653,-0.2043,-10.0610,0.0000,0.0000,10.3345,-20.3956,2167.8806,2167.8806,2167.8806 -345.5000,1.0000,4227.9453,55.3735,55.0541,-0.1781,0.0000,5,1501.8695,-22.8132,580.4408,-97.6535,-3.5880,91.2891,-15.3585,-0.4187,-8.8461,0.0000,0.0000,5.6768,-8.8707,-0.6245,0.0000,-8.2462,0.0000,-8.2462,6.0417,-14.2879,0.0000,-14.2879,-0.2431,-14.0448,0.0000,0.0000,10.2261,-24.2709,1639.6153,1639.6153,1639.6153 -346.5000,1.0000,4243.1577,54.7635,54.4751,-0.1608,0.0000,5,1491.0735,-8.6010,567.8739,-97.0133,-1.3430,88.6706,-15.1481,-0.5729,-6.4118,0.0000,0.0000,5.6417,-6.4189,-0.6084,0.0000,-5.8104,0.0000,-5.8104,5.9751,-11.7855,0.0000,-11.7855,-0.2172,-11.5684,0.0000,0.0000,10.1135,-21.6819,1956.1876,1956.1876,1956.1876 -347.5000,1.0000,4258.1955,54.1350,53.7971,-0.1883,0.0000,5,1477.9125,-32.7634,567.9062,-96.2327,-5.0707,87.8929,-14.8936,-0.6267,-10.0364,0.0000,0.0000,5.5924,-10.0524,-0.6073,0.0000,-9.4452,0.0000,-9.4452,5.9066,-15.3517,0.0000,-15.3517,-0.2514,-15.1003,0.0000,0.0000,9.9974,-25.0977,1377.8435,1377.8435,1377.8435 -348.5000,1.0000,4273.0386,53.4340,53.0731,-0.2011,0.0000,5,1460.5175,-45.9558,550.2962,-95.2010,-7.0287,84.1651,-14.5605,-0.9409,-11.6251,0.0000,0.0000,5.5373,-11.6204,-0.5999,0.0000,-11.0204,0.0000,-11.0204,5.8301,-16.8505,0.0000,-16.8505,-0.2649,-16.5856,0.0000,0.0000,9.8679,-26.4535,1050.1817,1050.1817,1050.1817 -349.5000,1.0000,4287.6728,52.6820,52.2931,-0.2167,0.0000,5,1438.6590,-60.0162,537.0349,-93.9047,-9.0418,80.9075,-14.1473,-1.0044,-13.5023,0.0000,0.0000,5.4648,-13.4955,-0.5926,0.0000,-12.9029,0.0000,-12.9029,5.7480,-18.6509,0.0000,-18.6509,-0.2814,-18.3695,0.0000,0.0000,9.7291,-28.0985,697.0928,697.0928,697.0928 -350.5000,1.0000,4302.1127,51.9825,51.6741,-0.1719,0.0000,5,1419.2420,-18.8771,527.3683,-92.7531,-2.8056,78.3789,-13.7852,-0.7015,-7.5160,0.0000,0.0000,5.4120,-7.5181,-0.5667,0.0000,-6.9514,0.0000,-6.9514,5.6717,-12.6231,0.0000,-12.6231,-0.2204,-12.4027,0.0000,0.0000,9.5999,-22.0026,1569.3042,1569.3042,1569.3042 -351.5000,1.0000,4316.3689,51.3210,50.9701,-0.1956,0.0000,5,1399.7485,-41.5485,534.5908,-91.5970,-6.0902,78.3610,-13.4264,-0.9838,-10.4533,0.0000,0.0000,5.3468,-10.4394,-0.5637,0.0000,-9.8757,0.0000,-9.8757,5.5995,-15.4753,0.0000,-15.4753,-0.2474,-15.2278,0.0000,0.0000,9.4777,-24.7055,1025.2390,1025.2390,1025.2390 -352.5000,1.0000,4330.4424,50.6635,50.3591,-0.1697,0.0000,5,1380.7890,-16.4410,522.1918,-90.4725,-2.3773,75.5068,-13.0820,-0.6372,-7.0359,0.0000,0.0000,5.2959,-7.0401,-0.5450,0.0000,-6.4951,0.0000,-6.4951,5.5278,-12.0229,0.0000,-12.0229,-0.2120,-11.8109,0.0000,0.0000,9.3563,-21.1672,1550.2976,1550.2976,1550.2976 -353.5000,1.0000,4344.3076,49.9135,49.4701,-0.2469,0.0000,5,1368.5820,-80.7597,530.4788,-89.7485,-11.5743,76.0269,-12.8625,-0.3943,-16.4485,0.0000,0.0000,5.2686,-16.5394,-0.5571,0.0000,-15.9823,0.0000,-15.9823,5.4460,-21.4283,0.0000,-21.4283,-0.3039,-21.1244,0.0000,0.0000,9.2178,-30.3422,111.3028,111.3028,111.3028 -354.5000,1.0000,4357.9290,49.0360,48.6041,-0.2406,0.0000,5,1346.5325,-83.5494,487.8676,-88.4408,-11.7812,68.7935,-12.4709,-1.4353,-15.5271,0.0000,0.0000,5.1812,-15.4635,-0.5411,0.0000,-14.9224,0.0000,-14.9224,5.3502,-20.2726,0.0000,-20.2726,-0.2908,-19.9818,0.0000,0.0000,9.0557,-29.0375,15.6305,15.6305,15.6305 -355.5000,1.0000,4371.2784,48.0565,47.5111,-0.3036,0.0000,5,1319.6765,-86.8480,483.5013,-86.8481,-12.0021,66.8180,-12.0021,-0.7698,-16.3473,0.0000,0.0000,5.1151,-16.4164,-0.5287,0.0000,-15.8876,0.0000,-15.8876,5.2433,-21.1310,6.2708,-27.4018,-0.3597,-27.0421,0.0000,0.0000,8.8748,-35.9169,0.0000,0.0000,0.0000 -356.5000,1.0000,4384.2459,46.6820,45.8551,-0.4600,0.0000,5,1294.4230,-85.3503,469.7179,-85.3503,-11.5694,63.6710,-11.5694,-1.2524,-15.3341,0.0000,0.0000,5.0171,-15.4210,-0.5059,0.0000,-14.9151,0.0000,-14.9151,5.0934,-20.0084,24.7611,-44.7696,-0.5294,-44.2401,0.0000,0.0000,8.6210,-52.8611,0.0000,0.0000,0.0000 -357.5000,1.0000,4396.7572,45.0395,44.2261,-0.4525,0.0000,5,1256.3900,-83.0930,453.8456,-83.0947,-10.9324,59.7119,-10.9327,-1.7189,-15.8977,0.0000,0.0000,6.6841,-15.9034,-0.4834,0.0000,-15.4200,0.0000,-15.4200,4.9142,-20.3342,22.0203,-42.3545,-0.5025,-41.8520,0.0000,0.0000,8.3177,-50.1697,0.0000,0.0000,0.0000 -358.5000,1.0000,4408.9007,43.7155,43.2071,-0.2831,0.0000,5,1212.1005,-80.4674,441.6192,-80.4679,-10.2138,56.0551,-10.2139,-1.6385,-15.1246,0.0000,0.0000,6.5493,-15.0251,-0.4624,0.0000,-14.5627,0.0000,-14.5627,4.7697,-19.3324,3.3599,-22.6924,-0.3051,-22.3873,0.0000,0.0000,8.0732,-30.4605,0.0000,0.0000,0.0000 -359.5000,1.0000,4420.7606,42.6945,42.1841,-0.2842,0.0000,5,1178.2635,-78.4535,439.9190,-78.4537,-9.6802,54.2805,-9.6802,-0.8557,-15.2086,0.0000,0.0000,6.3841,-15.2385,-0.4487,0.0000,-14.7899,0.0000,-14.7899,4.6583,-19.4482,2.8321,-22.2803,-0.2991,-21.9812,0.0000,0.0000,7.8846,-29.8658,0.0000,0.0000,0.0000 -360.5000,1.0000,4432.3345,41.6650,41.1481,-0.2878,0.0000,5,1148.0510,-76.6510,427.2836,-76.6514,-9.2153,51.3696,-9.2153,-1.2963,-14.1753,0.0000,0.0000,6.2564,-14.1239,-0.4317,0.0000,-13.6922,0.0000,-13.6922,4.5460,-18.2381,3.8790,-22.1171,-0.2956,-21.8215,0.0000,0.0000,7.6945,-29.5160,0.0000,0.0000,0.0000 -361.5000,1.0000,4443.5822,40.4905,39.8351,-0.3647,0.0000,5,1117.5330,-74.8310,423.6258,-74.8310,-8.7573,49.5760,-8.7573,-0.8325,-14.0992,0.0000,0.0000,6.1744,-14.1760,-0.4159,0.0000,-13.7601,0.0000,-13.7601,4.4178,-18.1779,11.0620,-29.2399,-0.3641,-28.8758,0.0000,0.0000,7.4776,-36.3534,0.0000,0.0000,0.0000 -362.5000,1.0000,4454.4631,39.1700,38.5071,-0.3689,0.0000,5,1094.1865,-73.3689,418.3881,-73.3689,-8.4068,47.9401,-8.4068,-0.7536,-13.7911,0.0000,0.0000,6.1378,-13.8851,-0.3977,0.0000,-13.4874,0.0000,-13.4874,4.2738,-17.7612,10.9309,-28.6921,-0.3562,-28.3358,0.0000,0.0000,7.2337,-35.5696,0.0000,0.0000,0.0000 -363.5000,1.0000,4465.1276,38.3910,38.2771,-0.0639,0.0000,5,1061.4555,85.0208,401.7460,-71.0260,9.4505,44.6562,-7.8949,-1.4025,4.9162,0.0000,0.0000,5.9368,4.8310,-0.3493,0.0000,5.1803,0.0000,5.1803,4.1888,0.9915,0.0000,0.9915,-0.0605,1.0520,0.0000,0.0000,7.0899,-6.0379,2733.1854,2733.1854,2733.1854 -364.5000,1.0000,4475.8569,38.6245,38.9741,0.1936,0.0000,5,1038.1475,327.2831,489.6334,-69.3575,35.5804,53.2303,-7.5402,-0.1143,29.7810,0.0000,0.0000,5.9138,29.4637,-0.4766,0.0000,29.9403,0.0000,29.9403,4.2142,25.7260,0.0000,25.7260,0.1844,25.5417,0.0000,0.0000,7.1330,18.4087,7260.5355,7260.5355,7260.5355 -365.5000,1.0000,4486.8610,39.6135,40.2551,0.3558,0.0000,5,1050.2405,483.4243,619.0205,-70.2232,53.1675,68.0804,-7.7232,0.8956,46.2637,0.0000,0.0000,6.0082,46.1295,-0.5731,0.0000,46.7026,0.0000,46.7026,4.3402,42.3623,0.0000,42.3623,0.3475,42.0148,0.0000,0.0000,7.3156,34.6992,10580.9806,10580.9806,10580.9806 -366.5000,1.0000,4498.2180,40.8840,41.5151,0.3500,0.0000,5,1078.8130,465.1988,695.8583,-72.2685,52.5549,78.6132,-8.1644,0.9730,47.0880,0.0000,0.0000,4.4938,47.0048,-0.5937,0.0000,47.5984,0.0000,47.5984,4.4704,43.1280,0.0000,43.1280,0.3528,42.7752,0.0000,0.0000,7.5503,35.2250,10429.8553,10429.8553,10429.8553 -367.5000,1.0000,4509.9969,42.4030,43.2931,0.4939,0.0000,5,1118.8300,600.1485,697.3459,-74.9083,70.3156,81.7036,-8.7765,1.7404,63.9633,0.0000,0.0000,4.6119,64.0682,-0.6996,0.0000,64.7678,0.0000,64.7678,4.8675,59.9003,0.0000,59.9003,0.5163,59.3839,0.0000,0.0000,7.8308,51.5531,13931.7563,13931.7563,13931.7563 -368.5000,1.0000,4522.2733,44.1940,45.0971,0.5011,0.0000,5,1165.1410,606.1272,760.0531,-77.6709,73.9556,92.7366,-9.4769,1.5012,67.7275,0.0000,0.0000,4.7269,67.5680,-0.7411,0.0000,68.3091,0.0000,68.3091,5.0852,63.2239,0.0000,63.2239,0.5460,62.6779,0.0000,0.0000,8.1615,54.5163,14607.1974,14607.1974,14607.1974 -369.5000,1.0000,4535.0236,45.9000,46.7051,0.4467,0.0000,5,1208.7055,555.6843,768.8114,-80.2666,70.3359,97.3126,-10.1598,1.6763,63.8189,0.0000,0.0000,4.8407,63.8922,-0.7459,0.0000,64.6380,0.0000,64.6380,5.1869,59.4512,0.0000,59.4512,0.5055,58.9457,0.0000,0.0000,8.4766,50.4691,13928.8883,13928.8883,13928.8883 -370.5000,1.0000,4548.1846,47.3785,48.0541,0.3747,0.0000,5,1257.2675,486.1127,753.7568,-83.1467,64.0020,99.2402,-10.9472,2.0058,57.0212,0.0000,0.0000,4.9750,57.3825,-0.7337,0.0000,58.1161,0.0000,58.1161,5.2249,52.8912,0.0000,52.8912,0.4377,52.4535,0.0000,0.0000,8.7496,43.7039,12731.2404,12731.2404,12731.2404 -371.5000,1.0000,4561.6741,48.5610,49.0701,0.2822,0.0000,5,1294.5375,395.9775,724.2343,-85.3571,53.6802,98.1799,-11.5713,0.8977,47.7222,0.0000,0.0000,5.0603,47.6401,-0.7013,0.0000,48.3414,0.0000,48.3414,5.2984,43.0430,0.0000,43.0430,0.3379,42.7051,0.0000,0.0000,8.9680,33.7371,10776.9612,10776.9612,10776.9612 -372.5000,1.0000,4575.4851,49.7185,50.3691,0.3608,0.0000,5,1322.1560,469.3327,696.3041,-86.9951,64.9819,96.4074,-12.0450,1.3257,58.5119,0.0000,0.0000,5.1443,58.4706,-0.7728,0.0000,59.2434,0.0000,59.2434,5.4568,53.7866,0.0000,53.7866,0.4423,53.3443,0.0000,0.0000,9.1818,44.1625,12923.3815,12923.3815,12923.3815 -373.5000,1.0000,4589.6474,50.9830,51.5991,0.3417,0.0000,5,1351.3005,451.9226,727.8872,-88.7236,63.9506,103.0018,-12.5551,1.0637,57.6479,0.0000,0.0000,5.2390,57.5011,-0.7866,0.0000,58.2877,0.0000,58.2877,5.5626,52.7250,0.0000,52.7250,0.4295,52.2955,0.0000,0.0000,9.4153,42.8802,12721.7161,12721.7161,12721.7161 -374.5000,1.0000,4604.1386,52.1670,52.7371,0.3161,0.0000,5,1382.3145,430.1763,728.8370,-90.5630,62.2704,105.5033,-13.1095,1.5447,55.4086,0.0000,0.0000,5.3172,55.5323,-0.7944,0.0000,56.3266,0.0000,56.3266,5.6918,50.6348,0.0000,50.6348,0.4066,50.2282,0.0000,0.0000,9.6340,40.5943,12427.6239,12427.6239,12427.6239 -375.5000,1.0000,4618.9519,53.3270,53.9191,0.3283,0.0000,5,1423.0565,439.6021,729.1449,-92.9793,65.5104,108.6587,-13.8560,1.9703,58.0997,0.0000,0.0000,5.4404,58.3733,-0.8264,0.0000,59.1997,0.0000,59.1997,5.8184,53.3813,0.0000,53.3813,0.4317,52.9496,0.0000,0.0000,9.8482,43.1014,13050.0358,13050.0358,13050.0358 -376.5000,1.0000,4634.0677,54.4155,54.9141,0.2764,0.0000,5,1459.3730,388.3181,734.4957,-95.1332,59.3448,112.2494,-14.5387,1.2342,52.5511,0.0000,0.0000,5.5595,52.5664,-0.8139,0.0000,53.3802,0.0000,53.3802,5.9372,47.4431,0.0000,47.4431,0.3708,47.0723,0.0000,0.0000,10.0492,37.0231,11965.1379,11965.1379,11965.1379 -377.5000,1.0000,4649.4808,55.4860,56.0601,0.3183,0.0000,5,1487.8690,426.1087,723.5387,-96.8232,66.3917,112.7340,-15.0860,1.3454,59.3772,0.0000,0.0000,5.6690,59.3520,-0.8649,0.0000,60.2169,0.0000,60.2169,6.0540,54.1629,0.0000,54.1629,0.4355,53.7274,0.0000,0.0000,10.2469,43.4805,13288.1948,13288.1948,13288.1948 -378.5000,1.0000,4665.1879,56.5445,57.0311,0.2697,0.0000,5,1512.0930,381.3497,738.4994,-98.2599,60.3852,116.9384,-15.5591,0.8821,53.8013,0.0000,0.0000,5.7018,53.6784,-0.8531,0.0000,54.5315,0.0000,54.5315,6.1695,48.3620,0.0000,48.3620,0.3760,47.9860,0.0000,0.0000,10.4424,37.5436,12201.8722,12201.8722,12201.8722 -379.5000,1.0000,4681.1526,57.4720,57.9151,0.2456,0.0000,5,1544.0605,363.4237,737.6578,-100.1558,58.7633,119.2746,-16.1946,2.1305,50.7720,0.0000,0.0000,5.8608,51.1176,-0.8550,0.0000,51.9727,0.0000,51.9727,6.2706,45.7020,0.0000,45.7020,0.3479,45.3541,0.0000,0.0000,10.6137,34.7404,11903.7236,11903.7236,11903.7236 -380.5000,1.0000,4697.3796,58.4160,58.9191,0.2789,0.0000,5,1572.2895,385.5365,728.3363,-101.8300,63.4785,119.9204,-16.7663,0.5562,57.0476,0.0000,0.0000,5.8747,56.7688,-0.8989,0.0000,57.6677,0.0000,57.6677,6.3736,51.2941,0.0000,51.2941,0.4017,50.8924,0.0000,0.0000,10.7880,40.1044,12841.5857,12841.5857,12841.5857 -381.5000,1.0000,4713.8308,59.2230,59.5291,0.1694,0.0000,5,1592.6605,292.4334,745.4548,-103.0382,48.7729,124.3292,-17.1850,1.4290,41.3483,0.0000,0.0000,5.9956,41.5138,-0.8352,0.0000,42.3490,0.0000,42.3490,6.4617,35.8873,0.0000,35.8873,0.2474,35.6399,0.0000,0.0000,10.9370,24.7028,10110.6456,10110.6456,10110.6456 -382.5000,1.0000,4730.4201,59.7205,59.9141,0.1069,0.0000,5,1617.0750,233.6492,719.3538,-104.0816,39.5661,121.8152,-17.6251,0.9736,32.5338,0.0000,0.0000,6.0586,32.6259,-0.7985,0.0000,33.4245,0.0000,33.4245,6.5160,26.9085,0.0000,26.9085,0.1575,26.7510,0.0000,0.0000,11.0289,15.7221,8401.1743,8401.1743,8401.1743 -383.5000,1.0000,4747.0456,59.8505,59.7891,-0.0347,0.0000,5,1633.4020,107.7137,704.3259,-104.6630,18.4244,120.4746,-17.9026,0.6543,11.6622,0.0000,0.0000,6.1078,11.7210,-0.6951,0.0000,12.4161,0.0000,12.4161,6.5302,5.8860,0.0000,5.8860,-0.0512,5.9372,0.0000,0.0000,11.0529,-5.1157,4604.4634,4604.4634,4604.4634 -384.5000,1.0000,4763.6022,59.6025,59.4181,-0.1031,0.0000,5,1627.5655,37.3761,653.9259,-104.4552,6.3703,111.4540,-17.8032,-1.2353,1.5758,0.0000,0.0000,6.0298,1.5688,-0.6695,0.0000,2.2383,0.0000,2.2383,6.5031,-4.2648,0.0000,-4.2648,-0.1514,-4.1134,0.0000,0.0000,11.0071,-15.1205,3162.9591,3162.9591,3162.9591 -385.5000,1.0000,4780.0640,59.2615,59.1071,-0.0864,0.0000,5,1613.0695,58.0967,635.2074,-103.9389,9.8137,107.2994,-17.5574,-0.2116,4.0184,0.0000,0.0000,6.0069,4.0236,-0.6576,0.0000,4.6812,0.0000,4.6812,6.4659,-1.7847,0.0000,-1.7847,-0.1262,-1.6585,0.0000,0.0000,10.9441,-12.6026,3516.4720,3516.4720,3516.4720 -386.5000,1.0000,4796.4952,59.1510,59.1971,0.0250,0.0000,5,1602.3115,152.4497,633.3683,-103.5558,25.5801,106.2752,-17.3760,-0.8483,20.4528,0.0000,0.0000,5.9756,20.3273,-0.7270,0.0000,21.0543,0.0000,21.0543,6.4538,14.6004,0.0000,14.6004,0.0365,14.5640,0.0000,0.0000,10.9237,3.6403,5844.6959,5844.6959,5844.6959 -387.5000,1.0000,4812.9713,59.3130,59.4311,0.0650,0.0000,5,1600.4425,196.1346,672.6243,-103.4892,32.8718,112.7305,-17.3446,0.6637,26.1925,0.0000,0.0000,6.0156,26.2512,-0.7596,0.0000,27.0108,0.0000,27.0108,6.4715,20.5393,0.0000,20.5393,0.0951,20.4442,0.0000,0.0000,10.9536,9.4906,7142.9725,7142.9725,7142.9725 -388.5000,1.0000,4829.5404,59.6475,59.8661,0.1208,0.0000,5,1611.4675,243.6943,686.6847,-103.8819,41.1240,115.8797,-17.5303,0.4228,34.6703,0.0000,0.0000,6.0309,34.6359,-0.8075,0.0000,35.4434,0.0000,35.4434,6.5080,28.9353,0.0000,28.9353,0.1777,28.7576,0.0000,0.0000,11.0154,17.7422,8688.0364,8688.0364,8688.0364 -389.5000,1.0000,4846.2312,60.0860,60.3081,0.1228,0.0000,5,1619.8595,245.7206,702.9153,-104.1807,41.6819,119.2364,-17.6723,0.4098,35.2167,0.0000,0.0000,6.0554,35.1769,-0.8175,0.0000,35.9944,0.0000,35.9944,6.5559,29.4386,0.0000,29.4386,0.1819,29.2567,0.0000,0.0000,11.0964,18.1603,8794.5673,8794.5673,8794.5673 -390.5000,1.0000,4863.0636,60.5955,60.8851,0.1603,0.0000,5,1638.5900,282.7953,713.9998,-104.8478,48.5256,122.5172,-17.9911,1.4703,40.9242,0.0000,0.0000,6.1312,41.0934,-0.8559,0.0000,41.9494,0.0000,41.9494,6.6114,35.3379,0.0000,35.3379,0.2395,35.0985,0.0000,0.0000,11.1905,23.9080,10098.6344,10098.6344,10098.6344 -391.5000,1.0000,4880.0801,61.2580,61.6331,0.2078,0.0000,5,1661.6315,320.9136,725.5829,-105.6683,55.8408,126.2555,-18.3869,0.8603,48.7869,0.0000,0.0000,6.1936,48.7369,-0.9057,0.0000,49.6426,0.0000,49.6426,6.6837,42.9589,0.0000,42.9589,0.3138,42.6451,0.0000,0.0000,11.3128,31.3322,11495.3397,11495.3397,11495.3397 -392.5000,1.0000,4897.2996,61.9890,62.3471,0.1983,0.0000,5,1674.9450,311.9655,737.1763,-106.1425,54.7187,129.3006,-18.6174,0.5023,48.0013,0.0000,0.0000,6.2151,47.8656,-0.9137,0.0000,48.7794,0.0000,48.7794,6.7635,42.0159,0.0000,42.0159,0.3031,41.7128,0.0000,0.0000,11.4478,30.2649,11309.9639,11309.9639,11309.9639 -393.5000,1.0000,4914.7064,62.6635,62.9821,0.1764,0.0000,5,1695.5825,297.1380,745.4011,-106.8774,52.7601,132.3542,-18.9773,1.6405,44.7921,0.0000,0.0000,6.3275,44.9804,-0.9107,0.0000,45.8912,0.0000,45.8912,6.8371,39.0541,0.0000,39.0541,0.2725,38.7816,0.0000,0.0000,11.5724,27.2092,10986.6097,10986.6097,10986.6097 -394.5000,1.0000,4932.2637,63.2050,63.4301,0.1244,0.0000,5,1703.4025,241.0280,729.5031,-107.1559,42.9945,130.1287,-19.1145,-0.8300,37.5506,0.0000,0.0000,6.2739,37.2437,-0.8810,0.0000,38.1248,0.0000,38.1248,6.8962,31.2286,0.0000,31.2286,0.1939,31.0347,0.0000,0.0000,11.6724,19.3623,9156.6174,9156.6174,9156.6174 -395.5000,1.0000,4949.9194,63.5595,63.6911,0.0725,0.0000,5,1710.3835,206.6615,731.0084,-107.4045,37.0153,130.9316,-19.2373,1.5667,29.0893,0.0000,0.0000,6.3594,29.2829,-0.8470,0.0000,30.1298,0.0000,30.1298,6.9348,23.1950,0.0000,23.1950,0.1136,23.0814,0.0000,0.0000,11.7379,11.3435,8039.1776,8039.1776,8039.1776 -396.5000,1.0000,4967.6124,63.6935,63.6981,0.0019,0.0000,5,1724.1930,135.5733,715.3852,-107.8963,24.4787,129.1679,-19.4814,-0.1171,18.2392,0.0000,0.0000,6.3566,18.2265,-0.7935,0.0000,19.0200,0.0000,19.0200,6.9495,12.0705,0.0000,12.0705,0.0031,12.0675,0.0000,0.0000,11.7626,0.3049,5806.4139,5806.4139,5806.4139 -397.5000,1.0000,4985.3139,63.7245,63.7531,0.0153,0.0000,5,1725.0325,148.8486,700.2111,-107.9262,26.8887,126.4896,-19.4963,0.2061,20.3230,0.0000,0.0000,6.3597,20.3371,-0.8047,0.0000,21.1418,0.0000,21.1418,6.9528,14.1889,0.0000,14.1889,0.0240,14.1649,0.0000,0.0000,11.7683,2.3966,6233.1451,6233.1451,6233.1451 -398.5000,1.0000,5003.0306,63.7790,63.8071,0.0150,0.0000,5,1724.9560,146.5913,700.8212,-107.9235,26.4798,126.5942,-19.4950,-0.2142,20.3428,0.0000,0.0000,6.3512,20.3103,-0.8055,0.0000,21.1158,0.0000,21.1158,6.9588,14.1570,0.0000,14.1570,0.0236,14.1334,0.0000,0.0000,11.7784,2.3550,6160.8423,6160.8423,6160.8423 -399.5000,1.0000,5020.7812,63.9010,63.9971,0.0528,0.0000,5,1722.3240,180.9746,700.4864,-107.8298,32.6408,126.3407,-19.4483,-0.0645,26.3688,0.0000,0.0000,6.3366,26.3203,-0.8380,0.0000,27.1583,0.0000,27.1583,6.9721,20.1862,0.0000,20.1862,0.0831,20.1030,0.0000,0.0000,11.8009,8.3021,7250.0565,7250.0565,7250.0565 -400.5000,1.0000,5038.6004,64.1480,64.3011,0.0844,0.0000,5,1732.9675,216.4795,719.8385,-108.2088,39.2858,130.6334,-19.6373,1.1976,31.6559,0.0000,0.0000,6.4323,31.7862,-0.8699,0.0000,32.6561,0.0000,32.6561,6.9991,25.6570,0.0000,25.6570,0.1336,25.5234,0.0000,0.3422,11.8465,13.3347,8472.7020,8472.7020,8472.7020 -401.5000,1.0000,5056.5209,64.5125,64.7261,0.1181,0.0000,5,1754.4060,249.6597,733.1704,-108.9723,45.8677,134.6988,-20.0205,1.0973,38.2526,0.0000,0.0000,6.5178,38.3484,-0.9094,0.0000,39.2578,0.0000,39.2578,7.0388,32.2190,0.0000,32.2190,0.1878,32.0312,0.0000,1.3692,11.9139,18.7482,9690.8957,9690.8957,9690.8957 -402.5000,1.0000,5074.5572,64.9295,65.1351,0.1136,0.0000,5,1757.9535,245.6733,731.4823,-109.0986,45.2266,134.6604,-20.0842,-0.7166,39.4828,0.0000,0.0000,6.4603,39.2103,-0.9211,0.0000,40.1314,0.0000,40.1314,7.0843,33.0471,0.0000,33.0471,0.1819,32.8652,0.0000,2.7153,11.9909,18.1590,9573.1112,9573.1112,9573.1112 -403.5000,1.0000,5092.6561,65.1550,65.1771,0.0117,0.0000,5,1758.1825,169.7498,739.3674,-109.1068,31.2537,136.1297,-20.0884,0.7414,24.0230,0.0000,0.0000,6.4894,24.1090,-0.8489,0.0000,24.9579,0.0000,24.9579,7.1089,17.8490,0.0000,17.8490,0.0187,17.8302,0.0000,3.9265,12.0325,1.8712,7049.9724,7049.9724,7049.9724 -404.5000,1.0000,5110.8053,65.3360,65.4971,0.0889,0.0000,5,1763.4090,238.7671,717.4281,-109.2929,44.0916,132.4830,-20.1824,-0.1776,37.7724,0.0000,0.0000,6.4968,37.6451,-0.9204,0.0000,38.5655,0.0000,38.5655,7.1287,31.4369,0.0000,31.4369,0.1432,31.2937,0.0000,4.9313,12.0659,14.2965,9364.4397,9364.4397,9364.4397 -405.5000,1.0000,5129.0780,65.7805,66.0661,0.1581,0.0000,5,1771.9160,319.0478,743.2622,-109.5959,59.2008,137.9157,-20.3360,1.1041,51.5137,0.0000,0.0000,6.5829,51.5856,-0.9988,0.0000,52.5844,0.0000,52.5844,7.1772,45.4072,0.0000,45.4072,0.2563,45.1509,0.0000,7.4090,12.1480,25.5939,12228.4565,12228.4565,12228.4565 -406.5000,1.0000,5147.5304,66.4275,66.7911,0.2014,0.0000,5,1793.1260,367.5627,765.7519,-110.3512,69.0194,143.7896,-20.7213,1.2182,61.1239,0.0000,0.0000,6.6773,61.1672,-1.0587,0.0000,62.2259,0.0000,62.2259,7.2478,54.9782,0.0000,54.9782,0.3298,54.6483,0.0000,9.4492,12.2675,32.9316,14104.2438,14104.2438,14104.2438 -407.5000,1.0000,5166.2457,67.3740,67.9591,0.3244,0.0000,5,1823.6820,509.3053,785.1283,-111.4859,97.2649,149.9403,-21.2911,2.1831,88.2717,0.0000,0.0000,6.8100,88.4486,-1.2136,0.0000,89.6622,0.0000,89.6622,7.5353,82.1269,0.0000,82.1269,0.5389,81.5880,0.0000,15.3358,12.4423,53.8099,19437.9783,19437.9783,19437.9783 -408.5000,1.0000,5185.3060,68.6160,69.2751,0.3656,0.0000,5,1848.7065,545.2684,807.5706,-112.4262,105.5618,156.3425,-21.7653,0.6280,98.0853,0.0000,0.0000,6.8486,97.4443,-1.2818,0.0000,98.7261,0.0000,98.7261,7.7854,90.9407,0.0000,90.9407,0.6184,90.3223,0.0000,15.9048,12.6717,61.7459,20953.4751,20953.4751,20953.4751 -409.5000,1.0000,5204.7023,69.8255,70.3781,0.3064,0.0000,5,1881.2465,478.4577,825.7878,-113.6489,94.2579,162.6832,-22.3893,3.1203,84.0931,0.0000,0.0000,7.0446,84.6320,-1.2395,0.0000,85.8715,0.0000,85.8715,7.7037,78.1678,0.0000,78.1678,0.5275,77.6404,0.0000,12.0810,12.8950,52.6643,18962.2223,18962.2223,18962.2223 -410.5000,1.0000,5224.3467,70.7185,71.0611,0.1897,0.0000,5,1913.4815,364.2302,808.1606,-114.8602,72.9842,161.9387,-23.0156,0.6142,65.3025,0.0000,0.0000,7.0675,65.1662,-1.1580,0.0000,66.3242,0.0000,66.3242,7.7159,58.6082,0.0000,58.6082,0.3308,58.2774,0.0000,12.1896,13.0600,33.0279,14995.8720,14995.8720,14995.8720 -411.5000,1.0000,5244.2019,71.4775,71.8961,0.2319,0.0000,5,1928.2065,393.5245,796.5044,-115.4135,79.4610,160.8312,-23.3044,1.1247,71.1984,0.0000,0.0000,7.1378,71.1337,-1.2025,0.0000,72.3361,0.0000,72.3361,7.7988,64.5374,0.0000,64.5374,0.4087,64.1286,0.0000,10.1170,13.2001,40.8115,16230.7557,16230.7557,16230.7557 -412.5000,1.0000,5264.0866,71.5840,71.2741,-0.1728,0.0000,5,1951.9340,36.3571,806.1441,-116.3051,7.4316,164.7807,-23.7735,1.7056,-1.5161,0.0000,0.0000,7.2421,-1.5339,-0.8978,0.0000,-0.6361,0.0000,-0.6361,7.8104,-8.4465,0.0000,-8.4465,-0.3049,-8.1415,0.0000,9.0849,13.2198,-30.4462,4158.4611,4158.4611,4158.4611 -413.5000,1.0000,5283.7503,70.7880,70.3041,-0.2694,0.0000,6,1738.0790,-108.3909,524.4108,-108.3909,-19.7283,95.4486,-19.7283,-24.3450,-1.1363,0.0000,0.0000,5.7529,-0.9940,-0.6733,0.0000,-0.3206,0.0000,-0.3206,7.7235,-8.0442,14.5547,-22.5988,-0.4703,-22.1286,0.0000,11.7510,13.0728,-46.9524,0.0000,0.0000,0.0000 -414.5000,1.0000,5303.1368,69.7905,69.2791,-0.2847,0.0000,6,1446.5935,-94.3752,469.8173,-94.3752,-14.2966,71.1712,-14.2966,-5.6324,-13.9743,0.0000,0.0000,5.3101,-13.4607,-0.7826,0.0000,-12.6781,0.0000,-12.6781,7.6147,-20.2928,3.4936,-23.7864,-0.4899,-23.2965,0.1179,12.6126,12.8886,-48.9155,0.0000,0.0000,0.0000 -415.5000,1.0000,5322.0967,68.2545,67.2321,-0.5686,0.0000,6,1363.7370,-89.4612,484.6696,-89.4612,-12.7760,69.2158,-12.7760,-1.6293,-16.4769,0.0000,0.0000,5.3301,-16.4891,-0.7925,0.0000,-15.6966,0.0000,-15.6966,7.4471,-23.1437,51.4316,-74.5753,-0.9569,-73.6184,0.1812,9.1334,12.6049,-95.5379,0.0000,0.0000,0.0000 -416.5000,1.0000,5340.6362,66.7410,66.2521,-0.2722,0.0000,6,1328.2215,-72.0299,478.8110,-87.3548,-10.0187,66.5983,-12.1503,-1.3100,-13.8015,0.0000,0.0000,5.0927,-13.7354,-0.7463,0.0000,-12.9891,0.0000,-12.9891,7.2820,-20.2711,0.0000,-20.2711,-0.4479,-19.8231,0.1772,12.3987,12.3254,-44.7245,241.6734,241.6734,241.6734 -417.5000,1.0000,5359.0050,66.1265,66.0031,-0.0692,0.0000,6,1309.4530,171.0486,490.2024,-86.2417,23.4551,67.2193,-11.8259,-0.2178,18.6339,0.0000,0.0000,5.0390,18.6305,-0.8570,0.0000,19.4875,0.0000,19.4875,7.2149,12.2726,0.0000,12.2726,-0.1128,12.3853,0.0319,11.4005,12.2119,-11.2590,5130.5288,5130.5288,5130.5288 -418.5000,1.0000,5377.3763,66.1355,66.2701,0.0742,0.0000,6,1300.2980,340.0980,588.5408,-85.6988,46.3101,80.1398,-11.6693,-0.5148,41.8261,0.0000,0.0000,4.9988,41.5348,-1.3343,0.0000,42.8691,0.0000,42.8691,7.2159,35.6532,0.0000,35.6532,0.1209,35.5323,0.0000,11.2441,12.2136,12.0746,9395.0864,9395.0864,9395.0864 -419.5000,1.0000,5395.8208,66.3990,66.5301,0.0722,0.0000,6,1305.7530,333.9518,670.6433,-86.0223,45.6639,91.7025,-11.7625,0.9544,39.6731,0.0000,0.0000,5.0365,39.9565,-1.3042,0.0000,41.2607,0.0000,41.2607,7.2447,34.0161,0.0000,34.0161,0.1182,33.8978,0.0000,9.8307,12.2623,11.8049,9274.0264,9274.0264,9274.0264 -420.5000,1.0000,5414.3874,66.8385,67.1491,0.1719,0.0000,6,1311.8185,446.8977,658.7864,-86.3820,61.3918,90.4997,-11.8666,-0.4702,56.8291,0.0000,0.0000,5.0329,56.3155,-1.6498,0.0000,57.9653,0.0000,57.9653,7.2926,50.6727,0.0000,50.6727,0.2833,50.3893,0.0000,9.7552,12.3434,28.2907,12249.9064,12249.9064,12249.9064 -421.5000,1.0000,5433.1563,67.5670,67.9871,0.2328,0.0000,6,1315.1755,535.2945,715.0433,-86.5811,73.7234,98.4792,-11.9244,0.7425,67.9169,0.0000,0.0000,5.0640,67.9701,-1.9005,0.0000,69.8706,0.0000,69.8706,7.3721,62.4985,0.0000,62.4985,0.3878,62.1108,0.0000,10.9155,12.4780,38.7173,14561.5388,14561.5388,14561.5388 -422.5000,1.0000,5452.1979,68.5485,69.1121,0.3125,0.0000,6,1341.8020,618.5832,755.3280,-88.1603,86.9191,106.1335,-12.3877,1.4365,80.3415,0.0000,0.0000,5.1411,80.7229,-2.1769,0.0000,82.8999,0.0000,82.8999,7.5418,75.3581,0.0000,75.3581,0.5281,74.8300,0.0000,9.4384,12.6592,52.7324,16992.9763,16992.9763,16992.9763 -423.5000,1.0000,5471.5589,69.6985,70.2871,0.3264,0.0000,6,1370.8320,639.5414,787.7614,-89.8820,91.8082,113.0857,-12.9028,0.9763,85.6293,0.0000,0.0000,5.2026,85.6319,-2.2919,0.0000,87.9238,0.0000,87.9238,7.7228,80.2010,0.0000,80.2010,0.5609,79.6402,0.0000,10.7686,12.8716,56.0000,17885.6462,17885.6462,17885.6462 -424.5000,1.0000,5491.2004,70.7085,71.1321,0.2347,0.0000,6,1396.2765,535.0311,800.1133,-91.3910,78.2310,116.9908,-13.3630,1.1874,69.8555,0.0000,0.0000,7.1881,70.1293,-1.9803,0.0000,72.1095,0.0000,72.1095,7.7149,64.3947,0.0000,64.3947,0.4092,63.9855,0.0000,10.0714,13.0581,40.8559,15374.5206,15374.5206,15374.5206 -425.5000,1.0000,5511.0376,71.4125,71.6951,0.1564,0.0000,6,1405.7755,438.5216,754.7349,-91.9544,64.5558,111.1064,-13.5368,-0.3754,57.8162,0.0000,0.0000,7.1151,57.4110,-1.7232,0.0000,59.1342,0.0000,59.1342,7.7917,51.3426,0.0000,51.3426,0.2753,51.0672,0.0000,10.3869,13.1881,27.4922,12867.7628,12867.7628,12867.7628 -426.5000,1.0000,5531.0330,71.9825,72.2721,0.1603,0.0000,6,1414.6260,458.4426,729.0301,-92.4793,67.9134,107.9980,-13.6998,1.1466,59.5164,0.0000,0.0000,7.2503,59.8319,-1.7801,0.0000,61.6120,0.0000,61.6120,7.8539,53.7582,0.0000,53.7582,0.2844,53.4737,0.0000,11.7796,13.2934,28.4007,13480.7474,13480.7474,13480.7474 -427.5000,1.0000,5551.2210,72.6755,73.0811,0.2247,0.0000,6,1429.6560,537.2269,731.8639,-93.3707,80.4300,109.5697,-13.9788,0.1608,73.0139,0.0000,0.0000,7.2553,72.7028,-2.0562,0.0000,74.7590,0.0000,74.7590,7.9295,66.8295,0.0000,66.8295,0.4027,66.4268,0.0000,12.8020,13.4214,40.2034,15793.0639,15793.0639,15793.0639 -428.5000,1.0000,5571.6239,73.4495,73.8201,0.2053,0.0000,6,1440.8715,516.7299,767.2580,-94.0359,77.9682,115.7698,-14.1889,0.8304,69.8139,0.0000,0.0000,7.3239,69.9169,-2.0070,0.0000,71.9239,0.0000,71.9239,8.0139,63.9100,0.0000,63.9100,0.3717,63.5383,0.0000,12.8580,13.5643,37.1159,15356.5566,15356.5566,15356.5566 -429.5000,1.0000,5592.2438,74.2305,74.6431,0.2286,0.0000,6,1460.8225,534.4164,762.1857,-95.2191,81.7534,116.5969,-14.5663,0.9479,73.3882,0.0000,0.0000,7.4173,73.5115,-2.0910,0.0000,75.6025,0.0000,75.6025,8.0991,67.5033,0.0000,67.5033,0.4184,67.0849,0.0000,11.6021,13.7085,41.7743,16049.6442,16049.6442,16049.6442 -430.5000,1.0000,5613.0511,74.9050,75.1691,0.1461,0.0000,6,1480.1630,431.9764,770.3963,-96.3662,66.9573,119.4132,-14.9370,0.7975,58.6856,0.0000,0.0000,7.4742,58.8269,-1.7929,0.0000,60.6198,0.0000,60.6198,8.1727,52.4471,0.0000,52.4471,0.2698,52.1772,0.0000,11.4025,13.8331,26.9416,13373.9448,13373.9448,13373.9448 -431.5000,1.0000,5633.9940,75.3935,75.6201,0.1253,0.0000,6,1497.3675,393.8947,737.7591,-97.3865,61.7643,115.6836,-15.2706,0.7752,53.4235,0.0000,0.0000,7.5655,53.5641,-1.6890,0.0000,55.2531,0.0000,55.2531,8.2260,47.0271,0.0000,47.0271,0.2329,46.7942,0.0000,9.6201,13.9233,23.2508,12466.6051,12466.6051,12466.6051 -432.5000,1.0000,5655.0331,75.7395,75.8611,0.0669,0.0000,6,1496.6045,322.4858,715.8168,-97.3413,50.5413,112.1857,-15.2557,-0.8450,43.9049,0.0000,0.0000,7.4814,43.5658,-1.4848,0.0000,45.0506,0.0000,45.0506,8.2638,36.7868,0.0000,36.7868,0.1250,36.6618,0.0000,10.1931,13.9872,12.4815,10353.9873,10353.9873,10353.9873 -433.5000,1.0000,5676.1482,76.0130,76.1671,0.0850,0.0000,6,1498.3215,345.8030,703.0127,-97.4431,54.2578,110.3054,-15.2892,1.0039,47.6686,0.0000,0.0000,5.5853,47.9193,-1.5787,0.0000,49.4980,0.0000,49.4980,8.2936,41.2044,0.0000,41.2044,0.1593,41.0451,0.0000,11.1022,14.0377,15.9051,11056.8431,11056.8431,11056.8431 -434.5000,1.0000,5697.3646,76.3780,76.5911,0.1178,0.0000,6,1503.9675,382.7130,702.1576,-97.7780,60.2754,110.5864,-15.3996,-0.4862,55.1904,0.0000,0.0000,5.5713,54.8450,-1.7273,0.0000,56.5723,0.0000,56.5723,8.3334,48.2388,0.0000,48.2388,0.2218,48.0170,0.0000,11.7677,14.1051,22.1442,12187.0658,12187.0658,12187.0658 -435.5000,1.0000,5718.7334,76.9265,77.2641,0.1869,0.0000,6,1509.8040,469.2869,725.9857,-98.1241,74.1972,114.7829,-15.5140,1.0293,67.5254,0.0000,0.0000,5.6426,67.7256,-2.0022,0.0000,69.7278,0.0000,69.7278,8.3933,61.3345,0.0000,61.3345,0.3546,60.9799,0.0000,11.3723,14.2064,35.4012,14739.1811,14739.1811,14739.1811 -436.5000,1.0000,5740.3115,77.6800,78.0981,0.2317,0.0000,6,1527.6190,541.3827,754.8585,-99.1807,86.6060,120.7561,-15.8661,0.6299,80.2710,0.0000,0.0000,5.7051,80.1933,-2.2709,0.0000,82.4643,0.0000,82.4643,8.4755,73.9888,0.0000,73.9888,0.4437,73.5451,0.0000,14.8997,14.3456,44.2998,17050.4826,17050.4826,17050.4826 -437.5000,1.0000,5762.0890,78.3980,78.7001,0.1672,0.0000,6,1541.3900,502.0776,781.5637,-99.9974,81.0423,126.1553,-16.1410,0.6680,74.6341,0.0000,0.0000,5.7403,74.6890,-2.1649,0.0000,76.8539,0.0000,76.8539,8.5538,68.3001,0.0000,68.3001,0.3232,67.9769,0.0000,21.2265,14.4782,32.2722,16080.9751,16080.9751,16080.9751 -438.5000,1.0000,5784.0228,78.9605,79.2231,0.1453,0.0000,6,1557.4120,499.6915,772.1958,-100.9477,81.4956,125.9388,-16.4637,0.8574,74.8219,0.0000,0.0000,5.8163,75.0042,-2.1783,0.0000,77.1825,0.0000,77.1825,8.6152,68.5673,0.0000,68.5673,0.2828,68.2845,0.0000,25.4641,14.5821,28.2383,16199.9401,16199.9401,16199.9401 -439.5000,1.0000,5806.0799,79.4045,79.5881,0.1014,0.0000,6,1570.2680,464.3035,771.1070,-101.7101,76.3492,126.7994,-16.7250,0.3752,70.1603,0.0000,0.0000,5.8137,70.1729,-2.0830,0.0000,72.2559,0.0000,72.2559,8.6637,63.5923,0.0000,63.5923,0.1985,63.3938,0.0000,28.9115,14.6640,19.8182,15227.3345,15227.3345,15227.3345 -440.5000,1.0000,5828.2389,79.7710,79.9561,0.1022,0.0000,6,1575.9135,464.9336,760.3735,-102.0449,76.7277,125.4839,-16.8404,0.1698,70.7262,0.0000,0.0000,5.8316,70.6420,-2.0973,0.0000,72.7393,0.0000,72.7393,8.7036,64.0357,0.0000,64.0357,0.2010,63.8346,0.0000,29.0296,14.7317,20.0733,15313.7928,15313.7928,15313.7928 -441.5000,1.0000,5850.4888,80.0985,80.2431,0.0797,0.0000,6,1592.9275,456.1256,770.1036,-103.0540,76.0868,128.4617,-17.1905,1.4927,68.6570,0.0000,0.0000,5.9370,69.1908,-2.0711,0.0000,71.2619,0.0000,71.2619,8.7394,62.5225,0.0000,62.5225,0.1574,62.3651,0.0000,31.8536,14.7922,15.7193,15234.3070,15234.3070,15234.3070 -442.5000,1.0000,5872.8130,80.3660,80.4911,0.0689,0.0000,6,1598.8785,445.8231,755.7418,-103.4070,74.6460,126.5370,-17.3139,-0.9140,69.6767,0.0000,0.0000,5.8833,69.1644,-2.0738,0.0000,71.2382,0.0000,71.2382,8.7686,62.4696,0.0000,62.4696,0.1365,62.3331,0.0000,33.8629,14.8416,13.6286,14977.1422,14977.1422,14977.1422 -443.5000,1.0000,5895.1770,80.5095,80.5301,0.0108,0.0000,6,1596.9710,355.2914,762.3274,-103.2938,59.4169,127.4874,-17.2743,0.7258,52.7501,0.0000,0.0000,5.9411,52.9817,-1.7384,0.0000,54.7201,0.0000,54.7201,8.7842,45.9359,0.0000,45.9359,0.0215,45.9144,0.0000,28.8993,14.8681,2.1470,12106.2896,12106.2896,12106.2896 -444.5000,1.0000,5917.5340,80.4840,80.4401,-0.0250,0.0000,6,1601.0150,297.2834,728.5710,-103.5096,49.8419,122.1507,-17.3542,-0.3301,44.2749,0.0000,0.0000,5.8971,44.2067,-1.5553,0.0000,45.7621,0.0000,45.7621,8.7814,36.9806,0.0000,36.9806,-0.0496,37.0302,0.0000,27.1199,14.8634,-4.9531,10317.8578,10317.8578,10317.8578 -445.5000,1.0000,5939.8785,80.4390,80.4401,0.0000,0.0000,6,1592.7370,338.6682,708.1976,-103.0427,56.4868,118.1210,-17.1866,-0.4813,51.0805,0.0000,0.0000,5.8877,50.9226,-1.6947,0.0000,52.6173,0.0000,52.6173,8.7765,43.8408,0.0000,43.8408,0.0000,43.8408,0.0000,28.9857,14.8551,0.0000,11548.1970,11548.1970,11548.1970 -446.5000,1.0000,5962.2162,80.4145,80.3911,-0.0136,0.0000,6,1587.7395,347.7134,722.8897,-102.7463,57.8135,120.1932,-17.0834,-0.0075,51.9454,0.0000,0.0000,5.8756,51.9587,-1.7160,0.0000,53.6747,0.0000,53.6747,8.7739,44.9008,0.0000,44.9008,-0.0270,44.9278,0.0000,32.7716,14.8506,-2.6944,11788.7170,11788.7170,11788.7170 -447.5000,1.0000,5984.5227,80.3025,80.2161,-0.0486,0.0000,6,1588.9980,314.4532,726.4912,-102.8210,52.3248,120.8878,-17.1094,0.1303,46.3020,0.0000,0.0000,5.8926,46.3915,-1.5986,0.0000,47.9901,0.0000,47.9901,8.7616,39.2284,0.0000,39.2284,-0.0962,39.3247,0.0000,34.1041,14.8299,-9.6093,10756.2294,10756.2294,10756.2294 -448.5000,1.0000,6006.7711,80.0930,79.9721,-0.0678,0.0000,6,1584.2680,299.2193,710.5689,-102.5404,49.6417,117.8863,-17.0119,-0.5901,44.3831,0.0000,0.0000,5.8487,44.2806,-1.5520,0.0000,45.8327,0.0000,45.8327,8.7388,37.0939,0.0000,37.0939,-0.1338,37.2277,0.0000,35.7998,14.7912,-13.3632,10266.9713,10266.9713,10266.9713 -449.5000,1.0000,6028.9209,79.7380,79.5061,-0.1294,0.0000,6,1578.0120,222.7818,707.9716,-102.1694,36.8145,116.9916,-16.8834,-0.0185,30.9866,0.0000,0.0000,5.8464,31.0737,-1.2726,0.0000,32.3462,0.0000,32.3462,8.7000,23.6462,0.0000,23.6462,-0.2545,23.9007,0.0000,34.5835,14.7256,-25.4084,7823.7160,7823.7160,7823.7160 -450.5000,1.0000,6050.9124,79.1685,78.8331,-0.1869,0.0000,6,1571.9845,133.1367,678.0103,-101.8119,21.9167,111.6126,-16.7601,-0.5634,16.6518,0.0000,0.0000,5.8283,16.6608,-0.9653,0.0000,17.6261,0.0000,17.6261,8.6379,8.9882,0.0000,8.9882,-0.3649,9.3531,0.0000,31.1656,14.6205,-36.4329,5131.1394,5131.1394,5131.1394 -451.5000,1.0000,6072.7255,78.5260,78.2211,-0.1700,0.0000,6,1551.7665,130.8624,636.9348,-100.6128,21.2652,103.5023,-16.3496,-1.3705,16.8824,0.0000,0.0000,5.7533,16.7914,-0.9603,0.0000,17.7517,0.0000,17.7517,8.5678,9.1839,0.0000,9.1839,-0.3291,9.5130,0.0000,27.8730,14.5018,-32.8618,4996.3642,4996.3642,4996.3642 -452.5000,1.0000,6094.3563,77.8695,77.5201,-0.1947,0.0000,6,1536.0495,20.6504,640.2227,-99.6807,3.3217,102.9828,-16.0341,-0.1260,-2.2839,0.0000,0.0000,5.7316,-2.2922,-0.7810,0.0000,-1.5112,0.0000,-1.5112,8.4962,-10.0074,0.0000,-10.0074,-0.3738,-9.6335,0.0000,13.3120,14.3806,-37.3261,2618.6321,2618.6321,2618.6321 -453.5000,1.0000,6115.7923,77.1685,76.8191,-0.1947,0.0000,6,1536.5070,-49.0085,605.1896,-99.7078,-7.8856,97.3766,-16.0433,0.1692,-13.7899,0.0000,0.0000,5.7351,-13.8690,-0.8849,0.0000,-12.9841,0.0000,-12.9841,8.4197,-21.4038,0.0000,-21.4038,-0.3705,-21.0333,0.0000,1.7056,14.2511,-36.9900,1106.8258,1106.8258,1106.8258 -454.5000,1.0000,6137.0584,76.5570,76.2971,-0.1450,0.0000,6,1529.9075,-6.4457,571.4078,-99.3164,-1.0327,91.5461,-15.9116,-0.7885,-5.9197,0.0000,0.0000,5.6756,-5.9074,-0.7985,0.0000,-5.1089,0.0000,-5.1089,8.3530,-13.4619,0.0000,-13.4619,-0.2737,-13.1882,0.0000,0.0000,14.1382,-27.3264,2083.8000,2083.8000,2083.8000 -455.5000,1.0000,6158.1811,76.0405,75.7861,-0.1419,0.0000,6,1512.8940,-2.9084,579.7040,-98.3074,-0.4608,91.8424,-15.5748,-0.8010,-5.2945,0.0000,0.0000,5.6347,-5.2821,-0.7853,0.0000,-4.4968,0.0000,-4.4968,8.2966,-12.7934,0.0000,-12.7934,-0.2661,-12.5273,0.0000,0.0000,14.0428,-26.5701,2128.1141,2128.1141,2128.1141 -456.5000,1.0000,6179.1853,75.6140,75.4441,-0.0950,0.0000,6,1500.2675,56.6808,579.8982,-97.5585,8.9050,91.1064,-15.3272,-0.3690,3.6637,0.0000,0.0000,5.6103,3.6622,-0.6919,0.0000,4.3541,0.0000,4.3541,8.2501,-3.8960,0.0000,-3.8960,-0.1771,-3.7189,0.0000,0.0000,13.9640,-17.6830,3185.5866,3185.5866,3185.5866 -457.5000,1.0000,6200.0995,75.2900,75.1381,-0.0850,0.0000,6,1485.4280,64.8221,591.3779,-96.6784,10.0833,91.9910,-15.0387,-0.9883,5.5497,0.0000,0.0000,5.5219,5.5205,-0.6869,0.0000,6.2073,0.0000,6.2073,8.2147,-2.0074,0.0000,-2.0074,-0.1578,-1.8496,0.0000,0.0000,13.9042,-15.7538,3287.0512,3287.0512,3287.0512 -458.5000,1.0000,6220.9910,75.2080,75.2801,0.0394,0.0000,6,1479.4385,220.9522,603.3923,-96.3232,34.2313,93.4814,-14.9230,0.4401,28.2442,0.0000,0.0000,5.5470,28.3099,-1.1607,0.0000,29.4706,0.0000,29.4706,8.2058,21.2648,0.0000,21.2648,0.0731,21.1917,0.0000,0.0000,13.8891,7.3026,7264.6048,7264.6048,7264.6048 -459.5000,1.0000,6241.9259,75.3645,75.4511,0.0475,0.0000,6,1489.7000,229.7407,661.4857,-96.9318,35.8398,103.1924,-15.1215,0.4956,29.7724,0.0000,0.0000,5.5718,29.8468,-1.1946,0.0000,31.0414,0.0000,31.0414,8.2229,22.8185,0.0000,22.8185,0.0883,22.7303,0.0000,0.0000,13.9180,8.8123,7592.7384,7592.7384,7592.7384 -460.5000,1.0000,6262.9416,75.6555,75.8621,0.1142,0.0000,6,1502.7465,307.9512,669.3103,-97.7056,48.4614,105.3275,-15.3757,0.7041,42.1460,0.0000,0.0000,5.6113,42.2452,-1.4563,0.0000,43.7015,0.0000,43.7015,8.2546,35.4469,0.0000,35.4469,0.2130,35.2339,0.0000,0.0000,13.9717,21.2622,9974.0734,9974.0734,9974.0734 -461.5000,1.0000,6284.0630,76.0360,76.2121,0.0972,0.0000,6,1509.8040,284.4298,693.1058,-98.1241,44.9701,109.5844,-15.5140,-0.0530,39.4236,0.0000,0.0000,5.5996,39.3182,-1.3998,0.0000,40.7180,0.0000,40.7180,8.2961,32.4218,0.0000,32.4218,0.1823,32.2396,0.0000,0.0000,14.0420,18.1976,9310.5958,9310.5958,9310.5958 -462.5000,1.0000,6305.2765,76.3675,76.5251,0.0869,0.0000,6,1509.3465,273.6808,685.8035,-98.0970,43.2575,108.3970,-15.5051,0.0106,37.6507,0.0000,0.0000,5.5962,37.5766,-1.3674,0.0000,38.9440,0.0000,38.9440,8.3323,30.6117,0.0000,30.6117,0.1637,30.4480,0.0000,0.0000,14.1032,16.3448,8993.7419,8993.7419,8993.7419 -463.5000,1.0000,6326.5523,76.5915,76.6601,0.0375,0.0000,6,1510.7195,216.2485,683.0319,-98.1784,34.2110,108.0571,-15.5320,0.1168,28.4636,0.0000,0.0000,5.6306,28.4623,-1.1802,0.0000,29.6425,0.0000,29.6425,8.3567,21.2857,0.0000,21.2857,0.0708,21.2149,0.0000,0.0000,14.1446,7.0704,7318.4936,7318.4936,7318.4936 -464.5000,1.0000,6347.9147,76.9035,77.1491,0.1358,0.0000,6,1512.2070,333.3128,662.9209,-98.2666,52.7827,104.9788,-15.5613,0.0213,47.1375,0.0000,0.0000,5.6240,46.9952,-1.5700,0.0000,48.5652,0.0000,48.5652,8.3908,40.1744,0.0000,40.1744,0.2575,39.9169,0.0000,0.0000,14.2022,25.7147,10786.0370,10786.0370,10786.0370 -465.5000,1.0000,6369.4142,77.3970,77.6471,0.1383,0.0000,6,1523.8805,340.4825,712.1630,-98.9590,54.3343,113.6472,-15.7919,1.0710,47.5624,0.0000,0.0000,5.7009,47.7660,-1.5920,0.0000,49.3579,0.0000,49.3579,8.4446,40.9133,0.0000,40.9133,0.2640,40.6494,0.0000,0.0000,14.2933,26.3560,11076.4998,11076.4998,11076.4998 -466.5000,1.0000,6391.0345,77.8320,78.0191,0.1033,0.0000,6,1536.1260,293.8380,710.7167,-99.6852,47.2676,114.3278,-16.0356,0.0756,41.4751,0.0000,0.0000,5.7169,41.3978,-1.4645,0.0000,42.8623,0.0000,42.8623,8.4921,34.3702,0.0000,34.3702,0.1983,34.1719,0.0000,0.0000,14.3736,19.7983,9772.0253,9772.0253,9772.0253 -467.5000,1.0000,6412.7334,78.1150,78.2131,0.0539,0.0000,6,1542.5730,237.5671,700.2584,-100.0676,38.3761,113.1182,-16.1647,0.5348,32.0626,0.0000,0.0000,5.7786,32.1401,-1.2751,0.0000,33.4151,0.0000,33.4151,8.5230,24.8922,0.0000,24.8922,0.1038,24.7884,0.0000,0.0000,14.4259,10.3625,8090.5032,8090.5032,8090.5032 -468.5000,1.0000,6434.4866,78.3105,78.4101,0.0547,0.0000,6,1551.9570,236.7032,682.8726,-100.6241,38.4691,110.9808,-16.3535,0.3563,32.3414,0.0000,0.0000,5.7714,32.3786,-1.2824,0.0000,33.6610,0.0000,33.6610,8.5443,25.1167,0.0000,25.1167,0.1057,25.0111,0.0000,0.0000,14.4620,10.5490,8108.7511,8108.7511,8108.7511 -469.5000,1.0000,6456.2940,78.5055,78.6031,0.0536,0.0000,6,1550.3925,231.9214,676.7329,-100.5313,37.6540,109.8721,-16.3219,-0.5049,32.3964,0.0000,0.0000,5.7625,32.2460,-1.2820,0.0000,33.5279,0.0000,33.5279,8.5656,24.9624,0.0000,24.9624,0.1038,24.8586,0.0000,0.0000,14.4980,10.3606,7961.4812,7961.4812,7961.4812 -470.5000,1.0000,6478.1606,78.7185,78.8361,0.0647,0.0000,6,1551.4990,250.9893,683.0958,-100.5970,40.7789,110.9843,-16.3443,0.6106,34.3718,0.0000,0.0000,5.7964,34.4628,-1.3307,0.0000,35.7936,0.0000,35.7936,8.5888,27.2048,0.0000,27.2048,0.1256,27.0791,0.0000,0.0000,14.5374,12.5418,8530.2234,8530.2234,8530.2234 -471.5000,1.0000,6500.0740,78.8870,78.9401,0.0289,0.0000,6,1564.4695,207.6015,692.3338,-101.3662,34.0115,113.4256,-16.6069,0.6304,27.5537,0.0000,0.0000,5.8274,27.6510,-1.1909,0.0000,28.8419,0.0000,28.8419,8.6072,20.2347,0.0000,20.2347,0.0562,20.1785,0.0000,0.0000,14.5685,5.6100,7314.7092,7314.7092,7314.7092 -472.5000,1.0000,6522.0026,78.9420,78.9461,0.0017,0.0000,6,1567.0635,170.0730,672.5496,-101.5201,27.9094,110.3671,-16.6597,-0.3818,22.4939,0.0000,0.0000,5.7974,22.4361,-1.0829,0.0000,23.5190,0.0000,23.5190,8.6132,14.9058,0.0000,14.9058,0.0032,14.9025,0.0000,0.0000,14.5786,0.3239,6210.8534,6210.8534,6210.8534 -473.5000,1.0000,6543.9138,78.8790,78.8141,-0.0367,0.0000,6,1566.0715,128.9537,665.0222,-101.4612,21.1482,109.0627,-16.6395,0.2862,15.0128,0.0000,0.0000,5.8492,15.0540,-0.9283,0.0000,15.9823,0.0000,15.9823,8.6063,7.3760,0.0000,7.3760,-0.0713,7.4473,0.0000,0.0000,14.5670,-7.1197,4986.5516,4986.5516,4986.5516 -474.5000,1.0000,6565.7948,78.7705,78.7291,-0.0236,0.0000,6,1560.0440,138.0620,641.4887,-101.1038,22.5548,104.7984,-16.5171,-0.8625,17.6307,0.0000,0.0000,5.7866,17.5385,-0.9788,0.0000,18.5172,0.0000,18.5172,8.5945,9.9228,0.0000,9.9228,-0.0459,9.9686,0.0000,0.0000,14.5470,-4.5784,5225.6920,5225.6920,5225.6920 -475.5000,1.0000,6587.6405,78.6435,78.5601,-0.0469,0.0000,6,1552.4525,116.8244,649.4627,-100.6535,18.9924,105.5847,-16.3635,0.1346,13.0155,0.0000,0.0000,5.8423,13.0414,-0.8836,0.0000,13.9249,0.0000,13.9249,8.5806,5.3443,0.0000,5.3443,-0.0910,5.4353,0.0000,0.0000,14.5235,-9.0882,4601.2083,4601.2083,4601.2083 -476.5000,1.0000,6609.4499,78.5125,78.4671,-0.0258,0.0000,6,1553.8640,140.2642,641.6794,-100.7372,22.8238,104.4142,-16.3920,0.0000,17.0471,0.0000,0.0000,5.7768,17.0572,-0.9656,0.0000,18.0228,0.0000,18.0228,8.5663,9.4565,0.0000,9.4565,-0.0500,9.5065,0.0000,0.0000,14.4993,-4.9928,5268.9180,5268.9180,5268.9180 -477.5000,1.0000,6631.2419,78.4500,78.4351,-0.0089,0.0000,6,1555.2375,160.6810,650.7737,-100.8187,26.1692,105.9877,-16.4197,0.1312,20.2594,0.0000,0.0000,5.7786,20.2814,-1.0321,0.0000,21.3135,0.0000,21.3135,8.5595,12.7540,0.0000,12.7540,-0.0172,12.7712,0.0000,0.0000,14.4878,-1.7166,5875.6309,5875.6309,5875.6309 -478.5000,1.0000,6653.0469,78.4970,78.5611,0.0350,0.0000,6,1547.3030,208.3376,647.9906,-100.3481,33.7576,104.9960,-16.2597,-0.8845,28.8811,0.0000,0.0000,5.7610,28.6843,-1.2077,0.0000,29.8920,0.0000,29.8920,8.5646,21.3274,0.0000,21.3274,0.0677,21.2596,0.0000,0.0000,14.4965,6.7632,7256.6101,7256.6101,7256.6101 -479.5000,1.0000,6674.9161,78.7280,78.8971,0.0933,0.0000,6,1546.1965,286.5501,675.1857,-100.2825,46.3974,109.3243,-16.2375,0.7788,39.8271,0.0000,0.0000,5.7916,39.9531,-1.4452,0.0000,41.3983,0.0000,41.3983,8.5898,32.8085,0.0000,32.8085,0.1812,32.6273,0.0000,0.0000,14.5391,18.0882,9611.2901,9611.2901,9611.2901 -480.5000,1.0000,6696.8571,78.9865,79.0781,0.0503,0.0000,6,1552.5670,230.6427,695.5904,-100.6603,37.4989,113.0922,-16.3658,-0.1746,31.8742,0.0000,0.0000,5.7993,31.8002,-1.2785,0.0000,33.0787,0.0000,33.0787,8.6181,24.4607,0.0000,24.4607,0.0979,24.3628,0.0000,0.0000,14.5869,9.7759,7934.1302,7934.1302,7934.1302 -481.5000,1.0000,6718.7618,78.8555,78.6351,-0.1231,0.0000,6,1557.5645,29.3403,684.4646,-100.9567,4.7856,111.6415,-16.4668,0.6532,-1.7367,0.0000,0.0000,5.8692,-1.7492,-0.7894,0.0000,-0.9599,0.0000,-0.9599,8.6038,-9.5636,0.0000,-9.5636,-0.2392,-9.3244,0.0000,0.0000,14.5627,-23.8870,2822.8961,2822.8961,2822.8961 -482.5000,1.0000,6740.5560,78.4580,78.2831,-0.0978,0.0000,6,1555.8860,50.5908,607.3655,-100.8572,8.2429,98.9593,-16.4329,-0.8128,3.2515,0.0000,0.0000,5.8042,3.2410,-0.7349,0.0000,3.9760,0.0000,3.9760,8.5604,-4.5844,0.0000,-4.5844,-0.1891,-4.3953,0.0000,0.0000,14.4893,-18.8846,3206.3005,3206.3005,3206.3005 -483.5000,1.0000,6762.2417,78.0675,77.8541,-0.1192,0.0000,6,1538.6050,24.7217,608.4074,-99.8323,3.9832,98.0280,-16.0852,-0.8290,-0.9691,0.0000,0.0000,5.7813,-0.9662,-0.7708,0.0000,-0.1954,0.0000,-0.1954,8.5178,-8.7132,0.0000,-8.7132,-0.2294,-8.4839,0.0000,0.0000,14.4171,-22.9010,2697.4767,2697.4767,2697.4767 -484.5000,1.0000,6783.7963,77.5955,77.3391,-0.1431,0.0000,6,1526.9320,-0.5379,599.7465,-99.1400,-0.0860,95.8994,-15.8525,-0.2718,-5.6049,0.0000,0.0000,5.7908,-5.6129,-0.8098,0.0000,-4.8031,0.0000,-4.8031,8.4663,-13.2694,0.0000,-13.2694,-0.2737,-12.9957,0.0000,0.0000,14.3300,-27.3257,2214.7944,2214.7944,2214.7944 -485.5000,1.0000,6805.2111,77.0920,76.8471,-0.1367,0.0000,6,1520.4470,6.9087,588.2233,-98.7553,1.1000,93.6574,-15.7239,-0.3348,-4.3341,0.0000,0.0000,5.7690,-4.3377,-0.7904,0.0000,-3.5473,0.0000,-3.5473,8.4113,-11.9587,0.0000,-11.9587,-0.2598,-11.6989,0.0000,0.0000,14.2370,-25.9359,2336.8812,2336.8812,2336.8812 -486.5000,1.0000,6826.4964,76.6260,76.4071,-0.1222,0.0000,6,1519.7605,28.4690,595.3752,-98.7146,4.5308,94.7533,-15.7103,0.2706,-1.5232,0.0000,0.0000,5.7834,-1.5305,-0.7565,0.0000,-0.7740,0.0000,-0.7740,8.3605,-9.1345,0.0000,-9.1345,-0.2309,-8.9036,0.0000,0.0000,14.1509,-23.0545,2722.5668,2722.5668,2722.5668 -487.5000,1.0000,6847.6624,76.1965,75.9881,-0.1164,0.0000,6,1515.9460,29.6222,594.3668,-98.4884,4.7025,94.3554,-15.6350,-0.6250,-0.4048,0.0000,0.0000,5.7324,-0.4041,-0.7396,0.0000,0.3355,0.0000,0.3355,8.3136,-7.9781,0.0000,-7.9781,-0.2186,-7.7595,0.0000,0.0000,14.0716,-21.8311,2734.7329,2734.7329,2734.7329 -488.5000,1.0000,6868.7297,75.8410,75.6961,-0.0811,0.0000,6,1502.7850,72.3930,590.5232,-97.7078,11.3926,92.9314,-15.3764,-0.5950,6.2919,0.0000,0.0000,5.6957,6.2770,-0.7091,0.0000,6.9861,0.0000,6.9861,8.2749,-1.2888,0.0000,-1.2888,-0.1517,-1.1371,0.0000,0.0000,14.0060,-15.1431,3473.4168,3473.4168,3473.4168 -489.5000,1.0000,6889.7511,75.6760,75.6581,-0.0106,0.0000,6,1500.8775,161.4307,612.7257,-97.5947,25.3723,96.3030,-15.3391,0.4184,19.2055,0.0000,0.0000,5.7484,19.2684,-0.9778,0.0000,20.2463,0.0000,20.2463,8.2568,11.9894,0.0000,11.9894,-0.0197,12.0091,0.0000,0.0000,13.9755,-1.9664,5704.1996,5704.1996,5704.1996 -490.5000,1.0000,6910.7743,75.6825,75.7091,0.0142,0.0000,6,1501.4880,185.9850,638.0965,-97.6309,29.2434,100.3314,-15.3510,-0.3623,23.8977,0.0000,0.0000,5.7080,23.8271,-1.0729,0.0000,24.9000,0.0000,24.9000,8.2576,16.6424,0.0000,16.6424,0.0264,16.6160,0.0000,0.0000,13.9767,2.6393,6400.9741,6400.9741,6400.9741 -491.5000,1.0000,6931.8133,75.7390,75.7711,0.0172,0.0000,6,1497.5205,192.0458,648.4065,-97.3956,30.1166,101.6831,-15.2736,-0.0035,24.4189,0.0000,0.0000,5.7012,24.4083,-1.0857,0.0000,25.4940,0.0000,25.4940,8.2637,17.2303,0.0000,17.2303,0.0322,17.1981,0.0000,0.0000,13.9871,3.2110,6555.7714,6555.7714,6555.7714 -492.5000,1.0000,6952.8564,75.7540,75.7391,-0.0089,0.0000,6,1490.4250,158.3465,644.0902,-96.9748,24.7142,100.5276,-15.1355,-0.6459,19.6845,0.0000,0.0000,5.6756,19.5955,-0.9856,0.0000,20.5810,0.0000,20.5810,8.2654,12.3157,0.0000,12.3157,-0.0166,12.3323,0.0000,0.0000,13.9899,-1.6576,5567.3836,5567.3836,5567.3836 -493.5000,1.0000,6973.8835,75.6965,75.6561,-0.0231,0.0000,6,1491.0735,149.2492,641.9060,-97.0133,23.3045,100.2303,-15.1481,0.7056,16.8725,0.0000,0.0000,5.7264,16.9690,-0.9302,0.0000,17.8992,0.0000,17.8992,8.2591,9.6401,0.0000,9.6401,-0.0430,9.6831,0.0000,0.0000,13.9793,-4.2962,5313.1009,5313.1009,5313.1009 -494.5000,1.0000,6994.8756,75.5705,75.4871,-0.0469,0.0000,6,1498.9700,116.4009,635.6352,-97.4816,18.2717,99.7768,-15.3019,0.0176,12.5287,0.0000,0.0000,5.7254,12.5443,-0.8365,0.0000,13.3808,0.0000,13.3808,8.2453,5.1355,0.0000,5.1355,-0.0875,5.2230,0.0000,0.0000,13.9560,-8.7330,4422.1083,4422.1083,4422.1083 -495.5000,1.0000,7015.8401,75.4710,75.4571,-0.0083,0.0000,6,1498.3980,161.0349,623.5699,-97.4477,25.2683,97.8455,-15.2907,-0.0702,19.6316,0.0000,0.0000,5.7069,19.6255,-0.9829,0.0000,20.6084,0.0000,20.6084,8.2345,12.3739,0.0000,12.3739,-0.0155,12.3894,0.0000,0.0000,13.9376,-1.5482,5682.4528,5682.4528,5682.4528 -496.5000,1.0000,7036.7860,75.4040,75.3531,-0.0289,0.0000,6,1493.2860,139.7258,635.5332,-97.1445,21.8498,99.3825,-15.1911,-0.3988,16.5600,0.0000,0.0000,5.6887,16.5231,-0.9174,0.0000,17.4406,0.0000,17.4406,8.2272,9.2134,0.0000,9.2134,-0.0537,9.2671,0.0000,0.7042,13.9253,-5.3623,5054.4091,5054.4091,5054.4091 -497.5000,1.0000,7057.7186,75.3565,75.3621,0.0025,0.0000,6,1495.6510,193.0569,635.9998,-97.2847,30.2374,99.6130,-15.2371,0.6167,23.8867,0.0000,0.0000,5.7340,23.9925,-1.0725,0.0000,25.0650,0.0000,25.0650,8.2220,16.8430,0.0000,16.8430,0.0046,16.8384,0.0000,2.4582,13.9165,0.4638,6575.2424,6575.2424,6575.2424 -498.5000,1.0000,7078.6438,75.3295,75.2991,-0.0175,0.0000,6,1501.3730,178.8134,650.8912,-97.6241,28.1137,102.3353,-15.3488,-0.0915,22.4647,0.0000,0.0000,5.7404,22.4593,-1.0402,0.0000,23.4995,0.0000,23.4995,8.2190,15.2805,0.0000,15.2805,-0.0325,15.3130,0.0000,4.6466,13.9115,-3.2451,6197.6622,6197.6622,6197.6622 -499.5000,1.0000,7099.5575,75.2880,75.2791,-0.0056,0.0000,6,1489.4330,207.9868,636.7046,-96.9160,32.4403,99.3088,-15.1163,-1.0014,27.7523,0.0000,0.0000,5.6894,27.5520,-1.1458,0.0000,28.6978,0.0000,28.6978,8.2145,20.4833,0.0000,20.4833,-0.0103,20.4936,0.0000,7.6194,13.9038,-1.0296,6959.1279,6959.1279,6959.1279 -500.5000,1.0000,7120.4718,75.2905,75.3041,0.0069,0.0000,6,1475.0515,235.0423,648.4714,-96.0630,36.3063,100.1675,-14.8386,-0.3110,30.9651,0.0000,0.0000,5.6522,30.8879,-1.2154,0.0000,32.1033,0.0000,32.1033,8.2148,23.8885,0.0000,23.8885,0.0129,23.8756,0.0000,8.6842,13.9043,1.2871,7646.8930,7646.8930,7646.8930 -501.5000,1.0000,7141.3839,75.2825,75.2631,-0.0114,0.0000,6,1484.5500,246.1269,670.0311,-96.6264,38.2633,104.1642,-15.0217,1.1790,29.3883,0.0000,0.0000,7.6961,29.6523,-1.1895,0.0000,30.8419,0.0000,30.8419,8.2139,22.6280,0.0000,22.6280,-0.0211,22.6491,0.0000,10.8569,13.9028,-2.1106,8036.9915,8036.9915,8036.9915 -502.5000,1.0000,7162.2965,75.2840,75.3071,0.0122,0.0000,6,1491.4165,281.0460,663.5386,-97.0336,43.8940,103.6320,-15.1548,-0.5555,36.7805,0.0000,0.0000,7.6690,36.6202,-1.3347,0.0000,37.9549,0.0000,37.9549,8.2141,29.7408,0.0000,29.7408,0.0227,29.7182,0.0000,13.5500,13.9031,2.2651,9106.7998,9106.7998,9106.7998 -503.5000,1.0000,7183.2100,75.2875,75.2701,-0.0103,0.0000,6,1488.6320,273.9415,681.7656,-96.8685,42.7045,106.2799,-15.1007,0.2999,34.7062,0.0000,0.0000,7.6984,34.7913,-1.2967,0.0000,36.0879,0.0000,36.0879,8.2145,27.8735,0.0000,27.8735,-0.0191,27.8925,0.0000,15.8936,13.9037,-1.9048,8879.5688,8879.5688,8879.5688 -504.5000,1.0000,7204.1363,75.3335,75.3991,0.0358,0.0000,6,1486.3815,360.7630,673.1135,-96.7350,56.1540,104.7725,-15.0571,-0.5049,49.0181,0.0000,0.0000,7.6408,48.7939,-1.5889,0.0000,50.3829,0.0000,50.3829,8.2195,42.1634,0.0000,42.1634,0.0666,42.0968,0.0000,21.5394,13.9122,6.6451,11392.1035,11392.1035,11392.1035 -505.5000,1.0000,7225.0991,75.4650,75.5331,0.0372,0.0000,6,1482.6810,353.4498,707.9675,-96.5155,54.8787,109.9233,-14.9856,0.1667,47.0562,0.0000,0.0000,7.6558,47.0725,-1.5546,0.0000,48.6271,0.0000,48.6271,8.2338,40.3933,0.0000,40.3933,0.0693,40.3240,0.0000,19.4728,13.9365,6.9148,11143.6162,11143.6162,11143.6162 -506.5000,1.0000,7246.0861,75.5520,75.5731,0.0111,0.0000,6,1492.0270,336.4933,709.6806,-97.0698,52.5753,110.8838,-15.1666,0.6886,44.1852,0.0000,0.0000,7.7015,44.3960,-1.4999,0.0000,45.8959,0.0000,45.8959,8.2433,37.6526,0.0000,37.6526,0.0207,37.6319,0.0000,21.6128,13.9526,2.0665,10726.4668,10726.4668,10726.4668 -507.5000,1.0000,7267.0882,75.6065,75.6421,0.0192,0.0000,6,1494.3160,386.3059,697.0699,-97.2056,60.4509,109.0806,-15.2112,-0.4796,53.2816,0.0000,0.0000,7.6488,53.0711,-1.6812,0.0000,54.7523,0.0000,54.7523,8.2493,46.5030,0.0000,46.5030,0.0357,46.4673,0.0000,28.9374,13.9627,3.5673,12215.7450,12215.7450,12215.7450 -508.5000,1.0000,7288.0996,75.6400,75.6401,-0.0006,0.0000,6,1494.2015,410.1824,720.9930,-97.1988,64.1822,112.8155,-15.2089,0.4690,56.0184,0.0000,0.0000,7.6948,56.2108,-1.7470,0.0000,57.9578,0.0000,57.9578,8.2529,49.7049,0.0000,49.7049,-0.0010,49.7060,0.0000,35.8406,13.9688,-0.1034,12899.6949,12899.6949,12899.6949 -509.5000,1.0000,7309.1337,75.7215,75.8051,0.0458,0.0000,6,1498.6265,467.6107,726.4015,-97.4612,73.3849,113.9984,-15.2952,-0.0632,67.7085,0.0000,0.0000,5.7396,67.6038,-1.9854,0.0000,69.5892,0.0000,69.5892,8.2618,61.3274,0.0000,61.3274,0.0856,61.2418,0.0000,38.7145,13.9839,8.5434,14591.7026,14591.7026,14591.7026 -510.5000,1.0000,7330.2128,75.8835,75.9641,0.0442,0.0000,6,1495.3080,442.9982,745.7146,-97.2644,69.3683,116.7702,-15.2305,-0.2417,63.8497,0.0000,0.0000,5.7604,63.6706,-1.9053,0.0000,65.5759,0.0000,65.5759,8.2795,57.2964,0.0000,57.2964,0.0826,57.2138,0.0000,34.9496,14.0138,8.2503,13851.3591,13851.3591,13851.3591 -511.5000,1.0000,7351.3462,76.0790,76.1961,0.0644,0.0000,6,1502.1745,465.1511,744.1015,-97.6716,73.1717,117.0526,-15.3645,0.8762,66.4455,0.0000,0.0000,5.8499,66.7639,-1.9721,0.0000,68.7360,0.0000,68.7360,8.3008,60.4352,0.0000,60.4352,0.1209,60.3143,0.0000,34.1951,14.0499,12.0692,14554.7370,14554.7370,14554.7370 -512.5000,1.0000,7372.5223,76.2330,76.2721,0.0211,0.0000,6,1511.4440,435.5568,747.5873,-98.2214,68.9391,118.3267,-15.5463,-0.0213,63.1397,0.0000,0.0000,5.8206,63.0987,-1.8975,0.0000,64.9962,0.0000,64.9962,8.3176,56.6786,0.0000,56.6786,0.0397,56.6389,0.0000,38.5988,14.0783,3.9617,13787.3366,13787.3366,13787.3366 -513.5000,1.0000,7393.7250,76.3285,76.3871,0.0319,0.0000,6,1508.2395,468.0564,736.5033,-98.0313,73.9260,116.3251,-15.4833,-0.2756,68.3902,0.0000,0.0000,5.8113,68.2039,-2.0050,0.0000,70.2090,0.0000,70.2090,8.3280,61.8809,0.0000,61.8809,0.0601,61.8208,0.0000,41.7226,14.0960,6.0022,14690.4063,14690.4063,14690.4063 -514.5000,1.0000,7414.9684,76.4750,76.5651,0.0494,0.0000,6,1502.5940,489.3307,747.3276,-97.6965,76.9968,117.5930,-15.3727,-0.2464,71.4627,0.0000,0.0000,5.7805,71.2528,-2.0703,0.0000,73.3231,0.0000,73.3231,8.3440,64.9791,0.0000,64.9791,0.0932,64.8858,0.0000,41.4546,14.1230,9.3082,15250.8681,15250.8681,15250.8681 -515.5000,1.0000,7436.2473,76.6030,76.6431,0.0217,0.0000,6,1506.3325,468.7676,759.3579,-97.9182,73.9447,119.7832,-15.4459,0.5928,67.5098,0.0000,0.0000,5.8420,67.7625,-1.9991,0.0000,69.7616,0.0000,69.7616,8.3580,61.4036,0.0000,61.4036,0.0409,61.3627,0.0000,43.1303,14.1467,4.0857,14694.2789,14694.2789,14694.2789 -516.5000,1.0000,7457.5469,76.6775,76.7141,0.0197,0.0000,6,1512.3215,481.8350,749.2265,-98.2734,76.3082,118.6550,-15.5636,-0.0390,70.5090,0.0000,0.0000,5.8381,70.4569,-2.0561,0.0000,72.5130,0.0000,72.5130,8.3661,64.1469,0.0000,64.1469,0.0373,64.1096,0.0000,46.2265,14.1604,3.7227,15120.3345,15120.3345,15120.3345 -517.5000,1.0000,7478.8224,76.5905,76.4691,-0.0681,0.0000,6,1516.1745,415.4192,757.2150,-98.5019,65.9575,120.2256,-15.6395,0.3978,59.6943,0.0000,0.0000,5.8654,59.9584,-1.8364,0.0000,61.7948,0.0000,61.7948,8.3566,53.4382,0.0000,53.4382,-0.1285,53.5667,0.0000,52.2535,14.1444,-12.8312,13251.5147,13251.5147,13251.5147 -518.5000,1.0000,7499.9873,76.1925,75.9181,-0.1531,0.0000,6,1512.5125,278.0127,727.4726,-98.2848,44.0344,115.2243,-15.5673,-0.7370,38.9921,0.0000,0.0000,5.7793,38.9284,-1.3935,0.0000,40.3219,0.0000,40.3219,8.3132,32.0087,0.0000,32.0087,-0.2875,32.2962,0.0000,46.9325,14.0709,-28.7072,9135.2687,9135.2687,9135.2687 -519.5000,1.0000,7520.9990,75.6410,75.3661,-0.1533,0.0000,6,1496.1855,285.4797,676.0603,-97.3164,44.7290,105.9253,-15.2476,-0.7711,39.7762,0.0000,0.0000,5.7239,39.6980,-1.4030,0.0000,41.1010,0.0000,41.1010,8.2530,32.8480,0.0000,32.8480,-0.2860,33.1339,0.0000,47.7160,13.9690,-28.5511,9269.5255,9269.5255,9269.5255 -520.5000,1.0000,7541.8643,75.1140,74.8641,-0.1394,0.0000,6,1490.0055,327.5615,683.2205,-96.9499,51.1104,106.6050,-15.1274,0.2024,45.1493,0.0000,0.0000,5.7587,45.3679,-1.5150,0.0000,46.8829,0.0000,46.8829,8.1955,38.6874,0.0000,38.6874,-0.2582,38.9456,0.0000,50.8580,13.8717,-25.7841,10445.1377,10445.1377,10445.1377 -521.5000,1.0000,7562.5807,74.5780,74.2941,-0.1583,0.0000,6,1480.6210,290.6199,687.9747,-96.3933,45.0607,106.6707,-14.9458,-1.0545,40.4453,0.0000,0.0000,5.6699,40.2824,-1.4028,0.0000,41.6852,0.0000,41.6852,8.1370,33.5481,0.0000,33.5481,-0.2911,33.8392,0.0000,49.1343,13.7727,-29.0678,9312.6361,9312.6361,9312.6361 -522.5000,1.0000,7583.1591,74.0810,73.8701,-0.1178,0.0000,6,1462.0810,318.8276,673.7950,-95.2938,48.8153,103.1639,-14.5903,-0.6234,43.8046,0.0000,0.0000,5.6341,43.7217,-1.4686,0.0000,45.1903,0.0000,45.1903,8.0828,37.1075,0.0000,37.1075,-0.2151,37.3226,0.0000,45.1199,13.6809,-21.4783,9977.4935,9977.4935,9977.4935 -523.5000,1.0000,7603.6101,73.6225,73.3771,-0.1369,0.0000,6,1453.0400,276.0181,684.5094,-94.7576,41.9995,104.1563,-14.4185,-0.1872,36.5545,0.0000,0.0000,5.6322,36.6243,-1.3154,0.0000,37.9398,0.0000,37.9398,8.0328,29.9070,0.0000,29.9070,-0.2486,30.1556,0.0000,41.3783,13.5963,-24.8190,8694.7857,8694.7857,8694.7857 -524.5000,1.0000,7623.9310,73.1540,72.9331,-0.1233,0.0000,6,1447.5090,277.5382,666.2576,-94.4295,42.0700,100.9932,-14.3139,-0.3052,36.7914,0.0000,0.0000,5.5838,36.8158,-1.3140,0.0000,38.1299,0.0000,38.1299,7.9817,30.1482,0.0000,30.1482,-0.2224,30.3706,0.0000,39.0709,13.5097,-22.2100,8701.1294,8701.1294,8701.1294 -525.5000,1.0000,7644.1287,72.7105,72.4901,-0.1231,0.0000,6,1444.2665,267.2724,668.1634,-94.2372,40.4231,101.0552,-14.2527,0.0169,34.8437,0.0000,0.0000,5.5625,34.9548,-1.2702,0.0000,36.2250,0.0000,36.2250,7.9333,28.2917,0.0000,28.2917,-0.2206,28.5123,0.0000,37.1100,13.4278,-22.0256,8378.1735,8378.1735,8378.1735 -526.5000,1.0000,7664.1770,72.1730,71.8581,-0.1756,0.0000,6,1435.9885,167.2615,657.3954,-93.7463,25.1522,98.8567,-14.0972,-0.7468,20.3907,0.0000,0.0000,5.5083,20.3596,-0.9600,0.0000,21.3196,0.0000,21.3196,7.8746,13.4449,0.0000,13.4449,-0.3124,13.7573,0.0000,31.6190,13.3286,-31.1902,5553.4849,5553.4849,5553.4849 -527.5000,1.0000,7684.0867,71.6735,71.4911,-0.1019,0.0000,6,1424.3535,267.1786,619.9313,-93.0562,39.8518,92.4677,-13.8801,-0.2770,34.6430,0.0000,0.0000,5.4858,34.6547,-1.2521,0.0000,35.9068,0.0000,35.9068,7.8201,28.0867,0.0000,28.0867,-0.1801,28.2668,0.0000,33.0172,13.2363,-17.9867,8255.0491,8255.0491,8255.0491 -528.5000,1.0000,7703.8866,71.2785,71.0681,-0.1175,0.0000,6,1416.3425,267.5812,655.1015,-92.5811,39.6874,97.1640,-13.7315,-0.4214,34.6506,0.0000,0.0000,5.4582,34.6349,-1.2472,0.0000,35.8821,0.0000,35.8821,7.7770,28.1050,0.0000,28.1050,-0.2065,28.3115,0.0000,35.7651,13.1634,-20.6170,8226.8552,8226.8552,8226.8552 -529.5000,1.0000,7723.5803,70.8965,70.7271,-0.0947,0.0000,6,1401.3505,268.1075,649.1781,-91.6920,39.3445,95.2663,-13.4557,-0.8733,34.8334,0.0000,0.0000,5.3844,34.6645,-1.2435,0.0000,35.9080,0.0000,35.9080,7.7354,28.1726,0.0000,28.1726,-0.1656,28.3382,0.0000,31.7766,13.0928,-16.5313,8167.8963,8167.8963,8167.8963 -530.5000,1.0000,7743.1916,70.5995,70.4741,-0.0703,0.0000,6,1391.3175,332.8697,653.0807,-91.0969,48.4986,95.1528,-13.2727,0.0098,43.0877,0.0000,0.0000,5.4011,43.1686,-1.4173,0.0000,44.5859,0.0000,44.5859,7.7030,36.8830,0.0000,36.8830,-0.1223,37.0053,0.0000,36.1811,13.0380,-12.2137,9861.1648,9861.1648,9861.1648 -531.5000,1.0000,7762.7038,70.2425,70.0131,-0.1281,0.0000,6,1396.3530,252.8838,681.0225,-91.3956,36.9781,99.5830,-13.3644,0.4220,31.1393,0.0000,0.0000,5.4168,31.3520,-1.1672,0.0000,32.5191,0.0000,32.5191,7.6640,24.8551,0.0000,24.8551,-0.2218,25.0769,0.0000,34.2474,12.9721,-22.1425,7721.9264,7721.9264,7721.9264 -532.5000,1.0000,7782.0941,69.8040,69.5971,-0.1156,0.0000,6,1389.0670,267.3202,638.8035,-90.9635,38.8851,92.9221,-13.2318,-1.0413,34.6003,0.0000,0.0000,5.3262,34.3987,-1.2257,0.0000,35.6245,0.0000,35.6245,7.6162,28.0083,0.0000,28.0083,-0.1989,28.2072,0.0000,35.1725,12.8911,-19.8564,8067.2279,8067.2279,8067.2279 -533.5000,1.0000,7801.3754,69.4115,69.2281,-0.1025,0.0000,6,1372.8545,269.7568,646.6998,-90.0019,38.7816,92.9728,-12.9391,-0.3377,33.7967,0.0000,0.0000,5.3226,33.7879,-1.2087,0.0000,34.9966,0.0000,34.9966,7.5733,27.4233,0.0000,27.4233,-0.1754,27.5987,0.0000,32.2940,12.8186,-17.5140,8026.0231,8026.0231,8026.0231 -534.5000,1.0000,7820.5660,69.0850,68.9441,-0.0789,0.0000,6,1367.7805,305.4422,647.5064,-89.7010,43.7496,92.7447,-12.8482,-0.0898,38.5203,0.0000,0.0000,5.3191,38.5694,-1.3047,0.0000,39.8741,0.0000,39.8741,7.5377,32.3364,0.0000,32.3364,-0.1344,32.4708,0.0000,33.1286,12.7583,-13.4162,8956.3288,8956.3288,8956.3288 -535.5000,1.0000,7839.7130,68.9280,68.9141,-0.0083,0.0000,6,1365.2625,377.9798,660.8400,-89.5517,54.0397,94.4803,-12.8032,-0.1215,48.8342,0.0000,0.0000,5.3270,48.7930,-1.5159,0.0000,50.3089,0.0000,50.3089,7.5206,42.7883,0.0000,42.7883,-0.0142,42.8025,0.0000,31.4872,12.7293,-1.4140,10879.3025,10879.3025,10879.3025 -536.5000,1.0000,7858.8673,68.9545,68.9971,0.0231,0.0000,6,1361.8675,418.0090,689.1372,-89.3503,59.6141,98.2809,-12.7426,-0.1627,54.4537,0.0000,0.0000,5.3231,54.3432,-1.6318,0.0000,55.9751,0.0000,55.9751,7.5235,48.4516,0.0000,48.4516,0.0392,48.4124,0.0000,31.7647,12.7342,3.9135,11925.6984,11925.6984,11925.6984 -537.5000,1.0000,7878.1041,69.2515,69.5081,0.1419,0.0000,6,1361.6770,572.8954,706.8940,-89.3390,81.6917,100.7992,-12.7393,0.1468,76.2617,0.0000,0.0000,5.2833,76.0793,-2.0880,0.0000,78.1673,0.0000,78.1673,7.5559,70.6114,0.0000,70.6114,0.2424,70.3690,0.0000,33.3821,12.7890,24.1979,16009.7981,16009.7981,16009.7981 -538.5000,1.0000,7897.4804,69.7535,70.0011,0.1369,0.0000,6,1371.9005,583.4513,771.7607,-89.9454,83.8216,110.8751,-12.9220,0.7135,77.7720,0.0000,0.0000,5.3362,77.9765,-2.1331,0.0000,80.1095,0.0000,80.1095,7.6107,72.4989,0.0000,72.4989,0.2355,72.2634,0.0000,35.8669,12.8817,23.5147,16412.2207,16412.2207,16412.2207 -539.5000,1.0000,7917.0119,70.3120,70.6251,0.1733,0.0000,6,1383.0395,630.4322,774.0463,-90.6060,91.3065,112.1063,-13.1226,0.2268,85.7218,0.0000,0.0000,5.3578,85.5079,-2.2962,0.0000,87.8041,0.0000,87.8041,7.7774,80.0268,0.0000,80.0268,0.3005,79.7263,0.0000,36.7401,12.9849,30.0013,17801.2365,17801.2365,17801.2365 -540.5000,1.0000,7936.7018,70.8825,71.1421,0.1436,0.0000,6,1396.3530,572.6921,797.1975,-91.3956,83.7423,116.5708,-13.3644,0.9127,77.4076,0.0000,0.0000,5.4221,77.7142,-2.1402,0.0000,79.8544,0.0000,79.8544,7.7338,72.1206,0.0000,72.1206,0.2510,71.8696,0.0000,33.7208,13.0902,25.0586,16397.5072,16397.5072,16397.5072 -541.5000,1.0000,7956.5178,71.3365,71.5331,0.1086,0.0000,6,1406.5765,544.8979,771.1969,-92.0019,80.2615,113.5945,-13.5515,-0.0362,74.9024,0.0000,0.0000,5.3953,74.6754,-2.0820,0.0000,76.7574,0.0000,76.7574,7.7834,68.9741,0.0000,68.9741,0.1910,68.7830,0.0000,36.5361,13.1741,19.0728,15754.7654,15754.7654,15754.7654 -542.5000,1.0000,7976.4443,71.7345,71.9381,0.1125,0.0000,6,1405.9665,550.1040,762.2214,-91.9657,80.9932,112.2237,-13.5403,-0.0164,75.6367,0.0000,0.0000,5.3729,75.4136,-2.1019,0.0000,77.5155,0.0000,77.5155,7.8268,69.6887,0.0000,69.6887,0.1990,69.4898,0.0000,36.3762,13.2476,19.8660,15889.5452,15889.5452,15889.5452 -543.5000,1.0000,7996.4713,72.0960,72.2561,0.0883,0.0000,6,1417.2580,544.3829,769.9798,-92.6354,80.7945,114.2765,-13.7485,0.9993,74.3357,0.0000,0.0000,5.4595,74.7730,-2.0927,0.0000,76.8657,0.0000,76.8657,7.8662,68.9995,0.0000,68.9995,0.1570,68.8425,0.0000,39.8510,13.3143,15.6771,15854.8683,15854.8683,15854.8683 -544.5000,1.0000,8016.5796,72.3885,72.5231,0.0742,0.0000,6,1431.1055,523.7068,764.5041,-93.4567,78.4853,114.5724,-14.0059,0.2079,72.7823,0.0000,0.0000,5.4951,72.7684,-2.0543,0.0000,74.8227,0.0000,74.8227,7.8982,66.9245,0.0000,66.9245,0.1324,66.7922,0.0000,40.2076,13.3684,13.2162,15441.6095,15441.6095,15441.6095 -545.5000,1.0000,8036.7446,72.5930,72.6651,0.0394,0.0000,6,1436.6370,473.0742,759.1520,-93.7847,71.1713,114.2101,-14.1094,0.2793,65.3862,0.0000,0.0000,5.5058,65.4663,-1.9045,0.0000,67.3708,0.0000,67.3708,7.9205,59.4503,0.0000,59.4503,0.0706,59.3797,0.0000,38.9249,13.4061,7.0487,14086.1280,14086.1280,14086.1280 -546.5000,1.0000,8056.9526,72.7475,72.8321,0.0464,0.0000,6,1439.5740,495.3602,739.2443,-93.9589,74.6765,111.4424,-14.1645,-0.0202,69.1849,0.0000,0.0000,5.5118,69.0945,-1.9818,0.0000,71.0764,0.0000,71.0764,7.9373,63.1391,0.0000,63.1391,0.0832,63.0559,0.0000,41.3139,13.4347,8.3073,14755.7667,14755.7667,14755.7667 -547.5000,1.0000,8077.1812,72.8220,72.8141,-0.0050,0.0000,6,1439.5360,412.3813,748.1521,-93.9567,62.1656,112.7823,-14.1638,0.0169,56.6496,0.0000,0.0000,5.4991,56.6641,-1.7237,0.0000,58.3878,0.0000,58.3878,7.9455,50.4424,0.0000,50.4424,-0.0090,50.4514,0.0000,37.8993,13.4484,-0.8963,12465.8759,12465.8759,12465.8759 -548.5000,1.0000,8097.4092,72.8195,72.8271,0.0036,0.0000,6,1439.6890,425.1325,717.0557,-93.9657,64.0946,108.1061,-14.1666,-0.0034,58.5860,0.0000,0.0000,5.5120,58.5792,-1.7636,0.0000,60.3428,0.0000,60.3428,7.9452,52.3976,0.0000,52.3976,0.0065,52.3911,0.0000,38.2959,13.4480,0.6473,12809.3464,12809.3464,12809.3464 -549.5000,1.0000,8117.6355,72.8135,72.8021,-0.0069,0.0000,6,1441.9015,412.2326,723.2741,-94.0970,62.2453,109.2112,-14.2082,0.1993,56.4987,0.0000,0.0000,5.5474,56.5966,-1.7222,0.0000,58.3188,0.0000,58.3188,7.9445,50.3743,0.0000,50.3743,-0.0125,50.3867,0.0000,38.1846,13.4469,-1.2447,12482.8679,12482.8679,12482.8679 -550.5000,1.0000,8137.8073,72.6175,72.4351,-0.1019,0.0000,6,1441.9395,312.5171,716.1769,-94.0992,47.1899,108.1424,-14.2089,-0.1959,41.8682,0.0000,0.0000,5.5176,41.9099,-1.4140,0.0000,43.3239,0.0000,43.3239,7.9231,35.4007,0.0000,35.4007,-0.1825,35.5832,0.0000,40.3962,13.4107,-18.2236,9664.8520,9664.8520,9664.8520 -551.5000,1.0000,8157.8607,72.1910,71.9491,-0.1350,0.0000,6,1434.1575,278.2036,675.8967,-93.6377,41.7819,101.5093,-14.0629,-0.4905,36.8147,0.0000,0.0000,5.4578,36.7956,-1.3026,0.0000,38.0981,0.0000,38.0981,7.8766,30.2215,0.0000,30.2215,-0.2403,30.4618,0.0000,41.1208,13.3319,-23.9909,8628.4867,8628.4867,8628.4867 -552.5000,1.0000,8177.7299,71.5280,71.1091,-0.2333,0.0000,6,1423.4000,176.0885,660.9187,-92.9997,26.2474,98.5153,-13.8624,-0.4535,21.2903,0.0000,0.0000,5.4106,21.3380,-0.9730,0.0000,22.3111,0.0000,22.3111,7.8043,14.5068,0.0000,14.5068,-0.4115,14.9183,0.0000,42.7937,13.2095,-41.0849,5742.6813,5742.6813,5742.6813 -553.5000,1.0000,8197.3419,70.6020,70.0971,-0.2811,0.0000,6,1406.8820,76.7042,613.7662,-92.0200,11.3007,90.4252,-13.5572,-0.9789,6.9228,0.0000,0.0000,5.3567,6.9167,-0.6621,0.0000,7.5788,0.0000,7.5788,7.7032,-0.1245,0.0000,-0.1245,-0.4893,0.3649,0.0000,36.1831,13.0384,-48.8567,3275.4260,3275.4260,3275.4260 -554.5000,1.0000,8216.6680,69.5730,69.0511,-0.2906,0.0000,6,1387.0070,98.9671,570.8722,-90.8413,14.3747,82.9175,-13.1944,-0.7278,9.7933,0.0000,0.0000,5.3092,9.8067,-0.7108,0.0000,10.5175,0.0000,10.5175,7.5910,2.9266,0.0000,2.9266,-0.4984,3.4250,0.0000,40.3387,12.8484,-49.7622,3595.7508,3595.7508,3595.7508 -555.5000,1.0000,8235.6897,68.4770,67.9051,-0.3183,0.0000,6,1366.1405,-45.0570,571.6095,-89.6037,-6.4459,81.7755,-12.8189,-1.0337,-10.6375,0.0000,0.0000,5.2253,-10.6305,-0.7380,0.0000,-9.8925,0.0000,-9.8925,7.4714,-17.3639,0.0000,-17.3639,-0.5374,-16.8265,0.0000,24.1882,12.6460,-53.6607,895.8301,895.8301,895.8301 -556.5000,1.0000,8254.3638,67.2255,66.5481,-0.3769,0.0000,6,1336.7285,-87.8594,499.8406,-87.8594,-12.2987,69.9686,-12.2987,-1.4030,-16.0137,0.0000,0.0000,5.1180,-15.9702,-0.7744,0.0000,-15.1958,0.0000,-15.1958,7.3348,-22.5306,20.0273,-42.5579,-0.6248,-41.9332,1.8988,6.1325,12.4149,-62.3793,0.0000,0.0000,0.0000 -557.5000,1.0000,8272.4220,65.0085,63.4711,-0.8547,0.0000,6,1305.6380,-86.0155,473.8691,-86.0155,-11.7606,64.7903,-11.7606,-1.1225,-15.8400,0.0000,0.0000,5.2019,-16.0500,-0.7473,0.0000,-15.3027,0.0000,-15.3027,7.0929,-22.3956,89.7259,-112.1215,-1.3699,-110.7516,13.8568,0.1672,12.0050,-136.7806,0.0000,0.0000,0.0000 -558.5000,1.0000,8289.5469,61.6485,59.8281,-1.0119,0.0000,6,1248.4930,-82.6263,436.3601,-82.6263,-10.8027,57.0505,-10.8027,-3.3080,-12.4519,0.0000,0.0000,4.9572,-12.3876,-0.6702,0.0000,-11.7175,0.0000,-11.7175,6.7263,-18.4438,92.9064,-111.3502,-1.5381,-109.8121,32.3764,0.0000,11.3823,-153.5707,0.0000,0.0000,0.0000 -559.5000,1.0000,8305.4825,57.3670,54.9081,-1.3667,0.0000,6,1182.5360,-78.7073,431.3876,-78.7085,-9.7467,53.4208,-9.7469,-1.6566,-12.9887,0.0000,0.0000,4.8986,-13.3088,-0.6284,0.0000,-12.6805,0.0000,-12.6805,6.2592,-18.9397,116.0232,-134.9629,-1.9330,-133.0299,49.3811,0.0000,10.5875,-192.9985,0.0000,0.0000,0.0000 -560.5000,1.0000,8320.3670,53.5830,52.2601,-0.7356,0.0000,6,1100.7860,-73.8320,382.9429,-73.8320,-8.5109,44.1434,-8.5109,-3.9842,-9.0810,0.0000,0.0000,4.5543,-8.8125,-0.5409,0.0000,-8.2716,0.0000,-8.2716,5.8463,-14.1179,23.3982,-37.5161,-0.9717,-36.5444,50.5901,0.0000,9.8879,-97.0223,0.0000,0.0000,0.0000 -561.5000,1.0000,8334.4280,50.6185,48.9791,-0.9114,0.0000,6,1031.3575,-68.8715,399.2919,-68.8715,-7.4384,43.1249,-7.4384,-0.6644,-11.2703,0.0000,0.0000,4.4964,-11.5293,-0.5346,0.0000,-10.9947,0.0000,-10.9947,5.5229,-16.5176,42.3565,-58.8740,-1.1374,-57.7366,46.4866,0.0000,9.3412,-113.5644,0.0000,0.0000,0.0000 -562.5000,1.0000,8347.6101,47.4545,45.9321,-0.8464,0.0000,6,988.0980,-67.3052,365.8751,-67.3077,-6.9643,37.8583,-6.9646,-1.9884,-9.2826,0.0000,0.0000,4.3067,-9.2724,-0.4784,0.0000,-8.7941,0.0000,-8.7941,5.1777,-13.9717,33.5531,-47.5248,-0.9903,-46.5346,43.5809,0.0000,8.7573,-98.8727,0.0000,0.0000,0.0000 -563.5000,1.0000,8359.9348,44.3675,42.8051,-0.8686,0.0000,6,922.4840,-71.0580,381.6095,-71.0611,-6.8644,36.8644,-6.8647,-1.8607,-9.1318,0.0000,0.0000,4.1281,-9.1283,-0.4447,0.0000,-8.6837,0.0000,-8.6837,4.8408,-13.5245,30.2943,-43.8188,-0.9502,-42.8686,43.8126,0.0000,8.1867,-94.8680,0.0000,0.0000,0.0000 -564.5000,1.0000,8371.3579,41.1220,39.4411,-0.9344,0.0000,6,858.4725,-75.3168,410.0640,-75.3168,-6.7709,36.8644,-6.7709,-1.6431,-9.0865,0.0000,0.0000,3.9587,-9.1301,-0.4118,0.0000,-8.7183,0.0000,-8.7183,4.4867,-13.2051,30.8437,-44.0487,-0.9474,-43.1013,43.9044,0.0000,7.5868,-94.5926,0.0000,0.0000,0.0000 -565.5000,1.0000,8381.7101,37.2670,35.0951,-1.2072,0.0000,6,735.1035,-86.4586,478.8831,-86.4586,-6.6556,36.8644,-6.6556,-4.1623,-5.8122,0.0000,0.0000,3.3190,-5.3980,-0.3375,0.0000,-5.0604,0.0000,-5.0604,4.0661,-9.1266,53.3782,-62.5048,-1.1092,-61.3956,42.4791,0.0000,6.8746,-110.7493,0.0000,0.0000,0.0000 -566.5000,1.0000,8390.8824,33.0190,30.9451,-1.1528,0.0000,5,788.0525,-80.7794,446.7071,-80.7794,-6.6663,36.8644,-6.6663,7.0246,-17.9370,0.0000,0.0000,4.2461,-22.6652,-0.3686,0.0000,-22.2966,0.0000,-22.2966,3.6026,-25.8992,21.0022,-46.9014,-0.9385,-45.9629,41.6474,0.0000,6.0895,-93.6998,0.0000,0.0000,0.0000 -567.5000,1.0000,8398.9719,29.1210,27.2991,-1.0128,0.0000,5,883.2685,-73.5437,398.5522,-73.5437,-6.8025,36.8644,-6.8025,-2.7086,-8.1729,0.0000,0.0000,4.0790,-8.2258,-0.2614,0.0000,-7.9644,0.0000,-7.9644,3.1773,-11.1417,14.0441,-25.1858,-0.7271,-24.4587,42.7756,0.0000,5.3680,-72.6022,0.0000,0.0000,0.0000 -568.5000,1.0000,8405.8491,24.7570,22.2171,-1.4117,0.0000,5,716.6665,-88.4362,491.2029,-88.4362,-6.6371,36.8644,-6.6371,-5.1346,-4.7937,0.0000,0.0000,3.2913,-4.4724,-0.2052,0.0000,-4.2672,0.0000,-4.2672,2.7012,-6.9684,31.8111,-38.7794,-0.8617,-37.9178,43.5543,0.0000,4.5598,-86.0319,0.0000,0.0000,0.0000 -569.5000,1.0000,8411.2443,19.4215,16.6281,-1.5525,0.0000,5,608.9380,-99.9910,578.1026,-99.9910,-6.3762,36.8644,-6.3762,0.3342,-9.9426,0.0000,0.0000,3.2322,-11.7841,-0.1831,0.0000,-11.6011,0.0000,-11.6011,2.1190,-13.7201,17.6075,-31.3277,-0.7434,-30.5843,40.0660,0.0000,3.5736,-74.2239,0.0000,0.0000,0.0000 -570.5000,1.0000,8415.1895,14.2015,11.7771,-1.3475,0.0000,5,640.4210,-90.6711,549.6832,-96.6142,-6.0808,36.8644,-6.4794,0.8867,-10.4391,0.0000,0.0000,3.4716,-13.0324,-0.1423,0.0000,-12.8902,0.0000,-12.8902,1.5495,-14.4397,0.0000,-14.4397,-0.4718,-13.9679,30.5276,0.0000,2.6122,-47.1077,0.0000,0.0000,0.0000 -571.5000,1.0000,8417.9670,9.9980,8.2211,-0.9878,0.0000,3,655.2985,28.1537,537.2035,-95.0185,1.9320,36.8644,-6.5204,-0.3086,-1.0705,0.0000,0.0000,3.3111,-1.2868,-0.2432,0.0000,-1.0436,0.0000,-1.0436,1.0909,-2.1345,0.0000,-2.1345,-0.2435,-1.8910,20.5803,0.0000,1.8397,-24.3109,1097.1596,1097.1596,1097.1596 -572.5000,1.0000,8419.8599,6.8130,5.4071,-0.7817,0.0000,3,628.4430,17.8275,560.1600,-97.8990,1.1732,36.8644,-6.4428,-0.7405,-1.3435,0.0000,0.0000,3.2573,-1.6415,-0.1621,0.0000,-1.4794,0.0000,-1.4794,0.7434,-2.2227,0.0000,-2.2227,-0.1313,-2.0914,9.7622,0.0000,1.2560,-13.1096,970.0167,970.0167,970.0167 -573.5000,1.0000,8421.1913,4.7920,4.1791,-0.3411,0.0000,3,605.5165,57.3145,581.3692,-100.3580,3.6343,36.8644,-6.3637,-0.1390,0.6166,0.0000,0.0000,3.1567,0.7028,-0.0908,0.0000,0.7937,0.0000,0.7937,0.5228,0.2708,0.0000,0.2708,-0.0403,0.3111,3.4504,0.0000,0.8846,-4.0239,1340.6353,1340.6353,1340.6353 -574.5000,1.0000,8422.2173,3.6925,3.2081,-0.2697,0.0000,1,600.8890,30.2785,585.8464,-100.8544,1.9053,36.8644,-6.3463,-0.0328,-1.2430,0.0000,0.0000,3.1811,-1.4290,-0.2676,0.0000,-1.1615,0.0000,-1.1615,0.4029,-1.5644,0.0000,-1.5644,-0.0246,-1.5398,0.2300,0.0000,0.6819,-2.4517,1068.1802,1068.1802,1068.1802 -575.5000,1.0000,8422.9303,2.5655,1.9251,-0.3564,0.0000,1,601.6900,49.5327,585.0665,-100.7685,3.1210,36.8644,-6.3493,0.0624,-1.2711,0.0000,0.0000,4.3297,-1.6997,-0.1802,0.0000,-1.5196,0.0000,-1.5196,0.2799,-1.7995,0.0000,-1.7995,-0.0225,-1.7770,0.0000,0.0000,0.4738,-2.2507,1259.9188,1259.9188,1259.9188 -576.5000,1.0000,8423.3170,1.3910,0.8591,-0.2961,0.0000,1,601.6900,60.1866,585.0665,-100.7685,3.7923,36.8644,-6.3493,-0.0624,-0.4354,0.0000,0.0000,4.2901,-0.7038,-0.0884,0.0000,-0.6154,0.0000,-0.6154,0.1518,-0.7672,0.0000,-0.7672,-0.0102,-0.7571,0.0000,0.0000,0.2569,-1.0139,1365.6054,1365.6054,1365.6054 -577.5000,1.0000,8423.4391,0.4385,0.0201,-0.2331,0.0000,1,601.0795,69.6144,585.6607,-100.8339,4.3819,36.8644,-6.3470,0.0398,-0.0065,0.0000,0.0000,4.3485,-0.1506,-0.0253,0.0000,-0.1253,0.0000,-0.1253,0.0478,-0.1731,0.0000,-0.1731,-0.0025,-0.1706,0.0000,0.0000,0.0810,-0.2516,1458.5675,1458.5675,1458.5675 -578.5000,1.0000,8423.3850,0.0095,-0.4093,-0.1193,0.0000,0,602.3115,67.5626,584.4627,-100.7018,4.2614,36.8644,-6.3517,0.0056,0.0000,0.0000,0.0000,4.2558,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0010,-0.0010,0.0000,-0.0010,0.0000,-0.0010,0.0000,0.0000,0.0018,-0.0028,1439.3478,1439.3478,1439.3478 -579.5000,1.0000,8423.2713,0.0000,-0.4093,0.0000,0.0000,0,601.2815,67.8685,585.4639,-100.8123,4.2734,36.8644,-6.3478,-0.0437,0.0000,0.0000,0.0000,4.3171,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1441.4346,1441.4346,1441.4346 -580.5000,1.0000,8423.1576,0.0000,-0.4093,0.0000,0.0000,0,603.4560,71.2188,583.3543,-100.5790,4.5006,36.8644,-6.3560,0.1244,0.0000,0.0000,0.0000,4.3762,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1476.6704,1476.6704,1476.6704 -581.5000,1.0000,8423.0440,0.0000,-0.4093,0.0000,0.0000,0,603.7230,65.8687,583.0963,-100.5504,4.1643,36.8644,-6.3570,-0.1146,0.0000,0.0000,0.0000,4.2789,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1423.8431,1423.8431,1423.8431 -582.5000,1.0000,8422.9303,0.0000,-0.4093,0.0000,0.0000,0,601.5870,68.7474,585.1666,-100.7795,4.3310,36.8644,-6.3489,0.0352,0.0000,0.0000,0.0000,4.2957,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1450.4344,1450.4344,1450.4344 -583.5000,1.0000,8422.8166,0.0000,-0.4093,0.0000,0.0000,0,601.5870,67.8461,585.1666,-100.7795,4.2742,36.8644,-6.3489,-0.0352,0.0000,0.0000,0.0000,4.3094,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1441.4936,1441.4936,1441.4936 -584.5000,1.0000,8422.7029,0.0000,-0.4093,0.0000,0.0000,0,601.3960,51.7950,585.3525,-100.8000,3.2619,36.8644,-6.3482,0.0282,0.0000,0.0000,0.0000,3.2338,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1282.0905,1282.0905,1282.0905 -585.5000,1.0000,8422.5892,0.0000,-0.4093,0.0000,0.0000,0,601.0795,50.9586,585.6607,-100.8339,3.2076,36.8644,-6.3470,-0.0398,0.0000,0.0000,0.0000,3.2474,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.5020,1273.5020,1273.5020 -586.5000,1.0000,8422.4755,0.0000,-0.4093,0.0000,0.0000,0,600.0000,69.0564,586.7144,-100.9497,4.3389,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3389,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1452.0394,1452.0394,1452.0394 -587.5000,1.0000,8422.3618,0.0000,-0.4093,0.0000,0.0000,0,600.0000,68.5274,586.7144,-100.9497,4.3057,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3057,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1446.7921,1446.7921,1446.7921 -588.5000,1.0000,8422.2481,0.0000,-0.4093,0.0000,0.0000,0,600.0000,68.6935,586.7144,-100.9497,4.3161,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3161,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1448.4392,1448.4392,1448.4392 -589.5000,1.0000,8422.1344,0.0000,-0.4093,0.0000,0.0000,0,601.3085,70.1862,585.4376,-100.8094,4.4195,36.8644,-6.3479,0.0483,0.0000,0.0000,0.0000,4.3712,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1464.4513,1464.4513,1464.4513 -590.5000,1.0000,8422.0207,0.0000,-0.4093,0.0000,0.0000,0,601.3200,67.3474,585.4265,-100.8081,4.2409,36.8644,-6.3479,-0.0479,0.0000,0.0000,0.0000,4.2888,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1436.3004,1436.3004,1436.3004 -591.5000,1.0000,8421.9070,0.0000,-0.4093,0.0000,0.0000,0,601.3200,69.3755,585.4265,-100.8081,4.3686,36.8644,-6.3479,0.0479,0.0000,0.0000,0.0000,4.3207,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1456.4193,1456.4193,1456.4193 -592.5000,1.0000,8421.7933,0.0000,-0.4093,0.0000,0.0000,0,601.3085,67.0214,585.4376,-100.8094,4.2203,36.8644,-6.3479,-0.0483,0.0000,0.0000,0.0000,4.2686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1433.0565,1433.0565,1433.0565 -593.5000,1.0000,8421.6796,0.0000,-0.4093,0.0000,0.0000,0,601.4610,68.4621,585.2892,-100.7930,4.3121,36.8644,-6.3484,0.0540,0.0000,0.0000,0.0000,4.2581,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1447.4886,1447.4886,1447.4886 -594.5000,1.0000,8421.5659,0.0000,-0.4093,0.0000,0.0000,0,602.3500,66.2788,584.4254,-100.6977,4.1807,36.8644,-6.3518,-0.0212,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1426.6478,1426.6478,1426.6478 -595.5000,1.0000,8421.4522,0.0000,-0.4093,0.0000,0.0000,0,600.8890,65.5025,585.8464,-100.8544,4.1217,36.8644,-6.3463,-0.0328,0.0000,0.0000,0.0000,4.1545,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1417.6029,1417.6029,1417.6029 -596.5000,1.0000,8421.3385,0.0000,-0.4093,0.0000,0.0000,0,600.5075,67.2570,586.2185,-100.8953,4.2295,36.8644,-6.3448,0.0187,0.0000,0.0000,0.0000,4.2107,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1434.6561,1434.6561,1434.6561 -597.5000,1.0000,8421.2248,0.0000,-0.4093,0.0000,0.0000,0,601.0150,66.1231,585.7235,-100.8409,4.1617,36.8644,-6.3467,0.0000,0.0000,0.0000,0.0000,4.1617,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1423.8753,1423.8753,1423.8753 -598.5000,1.0000,8421.1111,0.0000,-0.4093,0.0000,0.0000,0,600.5075,66.2228,586.2185,-100.8953,4.1644,36.8644,-6.3448,-0.0187,0.0000,0.0000,0.0000,4.1831,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1424.3970,1424.3970,1424.3970 -599.5000,1.0000,8420.9974,0.0000,-0.4093,0.0000,0.0000,0,600.0000,69.2156,586.7144,-100.9497,4.3489,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3489,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1453.6190,1453.6190,1453.6190 -600.5000,1.0000,8420.8838,0.0000,-0.4093,0.0000,0.0000,0,600.2020,69.2632,586.5169,-100.9281,4.3534,36.8644,-6.3436,0.0074,0.0000,0.0000,0.0000,4.3460,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1454.2770,1454.2770,1454.2770 -601.5000,1.0000,8420.7701,0.0000,-0.4093,0.0000,0.0000,0,600.2020,68.7236,586.5169,-100.9281,4.3195,36.8644,-6.3436,-0.0074,0.0000,0.0000,0.0000,4.3269,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1448.9240,1448.9240,1448.9240 -602.5000,1.0000,8420.6564,0.0000,-0.4093,0.0000,0.0000,0,602.1475,71.1923,584.6219,-100.7194,4.4892,36.8644,-6.3510,0.0794,0.0000,0.0000,0.0000,4.4097,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1475.2033,1475.2033,1475.2033 -603.5000,1.0000,8420.5427,0.0000,-0.4093,0.0000,0.0000,0,604.4860,51.8955,582.3603,-100.4686,3.2851,36.8644,-6.3598,0.0071,0.0000,0.0000,0.0000,3.2780,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1285.9301,1285.9301,1285.9301 -604.5000,1.0000,8420.4290,0.0000,-0.4093,0.0000,0.0000,0,603.2275,49.0512,583.5752,-100.6035,3.0986,36.8644,-6.3551,-0.0537,0.0000,0.0000,0.0000,3.1523,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.5573,1256.5573,1256.5573 -605.5000,1.0000,8420.3153,0.0000,-0.4093,0.0000,0.0000,0,601.1675,51.3345,585.5750,-100.8245,3.2317,36.8644,-6.3473,-0.0225,0.0000,0.0000,0.0000,3.2543,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1277.3121,1277.3121,1277.3121 -606.5000,1.0000,8420.2016,0.0000,-0.4093,0.0000,0.0000,0,600.5570,50.3833,586.1702,-100.8900,3.1686,36.8644,-6.3450,0.0000,0.0000,0.0000,0.0000,3.1686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1267.3144,1267.3144,1267.3144 -607.5000,1.0000,8420.0882,0.0000,-0.4070,0.0006,0.0000,0,600.3280,50.9089,586.3938,-100.9145,3.2005,36.8644,-6.3441,-0.0084,0.0000,0.0000,0.0000,3.2089,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1272.3185,1272.3185,1272.3185 -608.5000,1.0000,8419.9754,0.0000,-0.4054,0.0004,0.0000,0,600.0495,50.6967,586.6660,-100.9444,3.1856,36.8644,-6.3430,-0.0018,0.0000,0.0000,0.0000,3.1875,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1269.9571,1269.9571,1269.9571 -609.5000,1.0000,8419.8632,0.0000,-0.4024,0.0008,0.0000,0,601.5755,51.0045,585.1778,-100.7807,3.2131,36.8644,-6.3489,0.0582,0.0000,0.0000,0.0000,3.1549,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1274.4138,1274.4138,1274.4138 -610.5000,1.0000,8419.7517,0.0000,-0.4004,0.0006,0.0000,0,602.7315,50.6891,584.0555,-100.6567,3.1994,36.8644,-6.3532,-0.0155,0.0000,0.0000,0.0000,3.2149,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1272.3486,1272.3486,1272.3486 -611.5000,1.0000,8419.6407,0.0000,-0.3984,0.0006,0.0000,0,601.1560,49.5978,585.5862,-100.8257,3.1223,36.8644,-6.3473,-0.0427,0.0000,0.0000,0.0000,3.1650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1260.0741,1260.0741,1260.0741 -612.5000,1.0000,8419.5302,0.0000,-0.3974,0.0003,0.0000,0,600.0000,50.0809,586.7144,-100.9497,3.1467,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1467,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.8022,1263.8022,1263.8022 -613.5000,1.0000,8419.4198,0.0000,-0.3974,0.0000,0.0000,0,600.3550,50.6311,586.3675,-100.9116,3.1831,36.8644,-6.3442,0.0131,0.0000,0.0000,0.0000,3.1700,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1269.5868,1269.5868,1269.5868 -614.5000,1.0000,8419.3094,0.0000,-0.3974,0.0000,0.0000,0,601.2055,50.6573,585.5379,-100.8204,3.1893,36.8644,-6.3475,0.0183,0.0000,0.0000,0.0000,3.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1270.6298,1270.6298,1270.6298 -615.5000,1.0000,8419.1990,0.0000,-0.3974,0.0000,0.0000,0,600.8505,50.0835,585.8839,-100.8585,3.1513,36.8644,-6.3461,-0.0314,0.0000,0.0000,0.0000,3.1827,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1264.6108,1264.6108,1264.6108 -616.5000,1.0000,8419.0886,0.0000,-0.3974,0.0000,0.0000,0,600.6220,51.1230,586.1068,-100.8830,3.2155,36.8644,-6.3452,0.0229,0.0000,0.0000,0.0000,3.1925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1274.7129,1274.7129,1274.7129 -617.5000,1.0000,8418.9782,0.0000,-0.3974,0.0000,0.0000,0,600.9385,51.9128,585.7981,-100.8491,3.2669,36.8644,-6.3464,-0.0113,0.0000,0.0000,0.0000,3.2782,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1282.8387,1282.8387,1282.8387 -618.5000,1.0000,8418.8678,0.0000,-0.3974,0.0000,0.0000,0,600.3165,49.7949,586.4051,-100.9158,3.1304,36.8644,-6.3441,-0.0117,0.0000,0.0000,0.0000,3.1420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1261.2564,1261.2564,1261.2564 -619.5000,1.0000,8418.7576,0.0000,-0.3960,0.0004,0.0000,0,600.6220,49.7882,586.1068,-100.8830,3.1315,36.8644,-6.3452,0.0229,0.0000,0.0000,0.0000,3.1086,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1261.4716,1261.4716,1261.4716 -620.5000,1.0000,8418.6479,0.0000,-0.3940,0.0006,0.0000,0,601.9305,49.0266,584.8327,-100.7427,3.0903,36.8644,-6.3502,0.0254,0.0000,0.0000,0.0000,3.0650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1255.1195,1255.1195,1255.1195 -621.5000,1.0000,8418.5388,0.0000,-0.3914,0.0007,0.0000,0,601.3085,48.0662,585.4376,-100.8094,3.0267,36.8644,-6.3479,-0.0483,0.0000,0.0000,0.0000,3.0750,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1245.0209,1245.0209,1245.0209 -622.5000,1.0000,8418.6963,0.9585,1.5256,0.5325,0.0000,1,600.0000,97.5732,586.7144,-100.9497,6.1307,36.8644,-6.3429,0.0000,3.1458,0.0000,0.0000,2.9849,1.5729,-0.0675,0.0000,1.6403,0.0000,1.6403,0.1127,1.5277,0.0000,1.5277,0.0126,1.5151,0.0000,0.0816,0.1770,1.2564,1734.9258,1734.9258,1734.9258 -623.5000,1.0000,8419.4598,3.1400,3.9716,0.6794,0.0000,1,600.0000,191.5043,586.7144,-100.9497,12.0326,36.8644,-6.3429,0.0000,9.0500,0.0000,0.0000,2.9826,6.5132,-0.2812,0.0000,6.7944,0.0000,6.7944,0.3904,6.4040,0.0000,6.4040,0.0526,6.3514,0.0000,0.5197,0.5799,5.2519,2793.9141,2793.9141,2793.9141 -624.5000,1.0000,8420.6497,4.6750,4.5956,0.1733,0.0000,1,615.5375,138.4916,571.9044,-99.2832,8.9270,36.8644,-6.3997,0.5873,4.0104,0.0000,0.0000,4.3293,3.8544,-0.3304,0.0000,4.1849,0.0000,4.1849,0.5101,3.6748,0.0000,3.6748,0.0200,3.6548,0.0000,0.7967,0.8634,1.9948,2239.9426,2239.9426,2239.9426 -625.5000,1.0000,8422.0333,5.3725,5.3666,0.2142,0.0000,2,616.7695,144.5850,570.7621,-99.1510,9.3384,36.8644,-6.4040,-0.5418,5.6357,0.0000,0.0000,4.2446,5.1365,-0.2473,0.0000,5.3838,0.0000,5.3838,0.5862,4.7976,0.0000,4.7976,0.0284,4.7692,0.0000,0.9446,0.9922,2.8324,2312.4750,2312.4750,2312.4750 -626.5000,1.0000,8423.4832,5.6110,5.0726,-0.0817,0.0000,2,607.0420,68.6992,579.9082,-100.1944,4.3672,36.8644,-6.3693,0.1707,1.0641,0.0000,0.0000,3.1324,1.1010,-0.2012,0.0000,1.3021,0.0000,1.3021,0.6122,0.6899,0.0000,0.6899,-0.0113,0.7012,0.0000,0.7930,1.0362,-1.1280,1454.9750,1454.9750,1454.9750 -627.5000,1.0000,8424.8729,5.3945,4.9336,-0.0386,0.0000,2,607.4620,87.3105,579.5073,-100.1494,5.5541,36.8644,-6.3708,-0.1551,1.5120,0.0000,0.0000,4.1973,1.5212,-0.1872,0.0000,1.7084,0.0000,1.7084,0.5886,1.1198,0.0000,1.1198,-0.0051,1.1250,0.0000,0.6415,0.9962,-0.5127,1639.9849,1639.9849,1639.9849 -628.5000,1.0000,8426.2197,5.2400,4.7636,-0.0472,0.0000,2,601.6520,88.2958,585.1034,-100.7725,5.5631,36.8644,-6.3492,-0.0610,1.4660,0.0000,0.0000,4.1581,1.4861,-0.1806,0.0000,1.6667,0.0000,1.6667,0.5717,1.0950,0.0000,1.0950,-0.0061,1.1011,0.0000,0.7425,0.9677,-0.6091,1644.4142,1644.4142,1644.4142 -629.5000,1.0000,8427.5942,5.3395,5.1326,0.1025,0.0000,2,600.3930,122.4063,586.3303,-100.9076,7.6961,36.8644,-6.3444,0.0145,3.5094,0.0000,0.0000,4.1722,3.3944,-0.2099,0.0000,3.6043,0.0000,3.6043,0.5826,3.0217,0.0000,3.0217,0.0135,3.0082,0.0000,0.6749,0.9861,1.3473,2013.5690,2013.5690,2013.5690 -630.5000,1.0000,8429.0952,5.7950,5.6746,0.1506,0.0000,2,600.3930,137.6143,586.3303,-100.9076,8.6522,36.8644,-6.3444,-0.0145,4.5787,0.0000,0.0000,4.0880,4.3713,-0.2461,0.0000,4.6174,0.0000,4.6174,0.6323,3.9851,0.0000,3.9851,0.0215,3.9636,0.0000,0.7457,1.0702,2.1477,2185.5712,2185.5712,2185.5712 -631.5000,1.0000,8430.6550,6.0070,5.5566,-0.0328,0.0000,2,609.1285,93.8693,577.9218,-99.9706,5.9877,36.8644,-6.3769,0.3415,1.3976,0.0000,0.0000,4.2486,1.4326,-0.2162,0.0000,1.6489,0.0000,1.6489,0.6554,0.9935,0.0000,0.9935,-0.0049,0.9983,0.0000,0.3737,1.1093,-0.4847,1706.5819,1706.5819,1706.5819 -632.5000,1.0000,8432.2176,6.0165,5.6936,0.0381,0.0000,2,612.6115,96.9805,574.6360,-99.5970,6.2215,36.8644,-6.3894,-0.2124,2.2161,0.0000,0.0000,4.2178,2.1710,-0.2095,0.0000,2.3804,0.0000,2.3804,0.6564,1.7240,0.0000,1.7240,0.0056,1.7184,0.0000,0.0436,1.1111,0.5636,1753.8931,1753.8931,1753.8931 -633.5000,1.0000,8433.8869,6.4010,6.3256,0.1756,0.0000,2,625.6200,145.4155,562.6876,-98.2017,9.5269,36.8644,-6.4337,0.7167,4.5059,0.0000,0.0000,4.3043,4.4219,-0.2692,0.0000,4.6911,0.0000,4.6911,0.6984,3.9927,0.0000,3.9927,0.0277,3.9650,0.0000,0.0167,1.1821,2.7663,2347.8439,2347.8439,2347.8439 -634.5000,1.0000,8435.6600,6.7745,6.4406,0.0319,0.0000,2,667.2005,110.4229,527.6205,-93.7419,7.7151,36.8644,-6.5497,0.9394,2.2265,0.0000,0.0000,4.5493,2.2836,-0.2447,0.0000,2.5283,0.0000,2.5283,0.7392,1.7891,0.0000,1.7891,0.0053,1.7838,0.0000,0.0000,1.2511,0.5327,2074.1160,2074.1160,2074.1160 -635.5000,1.0000,8437.4764,6.9305,6.6376,0.0547,0.0000,2,700.0455,90.5666,502.8654,-90.2189,6.6393,36.8644,-6.6138,0.4264,2.7251,0.0000,0.0000,3.4878,2.7250,-0.2540,0.0000,2.9790,0.0000,2.9790,0.7562,2.2228,0.0000,2.2228,0.0094,2.2135,0.0000,0.0000,1.2799,0.9336,1921.0383,1921.0383,1921.0383 -636.5000,1.0000,8439.3457,7.1210,6.8216,0.0511,0.0000,2,716.0295,103.4039,491.6398,-88.5045,7.7535,36.8644,-6.6363,0.2667,2.7473,0.0000,0.0000,4.7395,2.7352,-0.2617,0.0000,2.9970,0.0000,2.9970,0.7770,2.2200,0.0000,2.2200,0.0090,2.2110,0.0000,0.0000,1.3151,0.8960,2138.0450,2138.0450,2138.0450 -637.5000,1.0000,8441.2889,7.3870,7.1696,0.0967,0.0000,2,734.0350,117.9900,479.5802,-86.5733,9.0697,36.8644,-6.6547,0.5382,3.6803,0.0000,0.0000,4.8511,3.6541,-0.2915,0.0000,3.9456,0.0000,3.9456,0.8060,3.1396,0.0000,3.1396,0.0176,3.1220,0.0000,0.0000,1.3642,1.7578,2355.8599,2355.8599,2355.8599 -638.5000,1.0000,8443.2950,7.6135,7.2746,0.0292,0.0000,2,760.1280,101.5660,463.1176,-83.7745,8.0847,36.8644,-6.6685,0.6607,2.4753,0.0000,0.0000,4.9487,2.5042,-0.2847,0.0000,2.7888,0.0000,2.7888,0.8307,1.9581,0.0000,1.9581,0.0055,1.9527,0.0000,0.0000,1.4060,0.5466,2246.6870,2246.6870,2246.6870 -639.5000,1.0000,8445.3193,7.6790,7.3006,0.0072,0.0000,2,782.7495,91.9212,449.7335,-81.3482,7.5347,36.8644,-6.6681,0.4071,2.0829,0.0000,0.0000,5.0447,2.1019,-0.2920,0.0000,2.3939,0.0000,2.3939,0.8378,1.5560,0.0000,1.5560,0.0014,1.5546,0.0000,0.0000,1.4181,0.1365,2182.6704,2182.6704,2182.6704 -640.5000,1.0000,8447.3416,7.6715,7.2596,-0.0114,0.0000,2,788.5095,80.2746,446.4482,-80.7304,6.6285,36.8644,-6.6661,-0.1312,1.7427,0.0000,0.0000,5.0169,1.7414,-0.2951,0.0000,2.0365,0.0000,2.0365,0.8370,1.1995,0.0000,1.1995,-0.0022,1.2017,0.0000,0.0000,1.4167,-0.2151,2037.1066,2037.1066,2037.1066 -641.5000,1.0000,8449.3671,7.6835,7.3246,0.0181,0.0000,2,787.9755,90.3519,446.7507,-80.7876,7.4555,36.8644,-6.6663,0.1052,2.3155,0.0000,0.0000,5.0349,2.3121,-0.2901,0.0000,2.6022,0.0000,2.6022,0.8383,1.7639,0.0000,1.7639,0.0034,1.7605,0.0000,0.0000,1.4190,0.3415,2176.1171,2176.1171,2176.1171 -642.5000,1.0000,8451.3976,7.7010,7.2946,-0.0083,0.0000,2,793.4690,84.7606,443.6577,-80.1984,7.0429,36.8644,-6.6638,0.1617,1.7958,0.0000,0.0000,5.0854,1.8069,-0.2960,0.0000,2.1029,0.0000,2.1029,0.8402,1.2626,0.0000,1.2626,-0.0016,1.2642,0.0000,0.0000,1.4222,-0.1580,2114.2421,2114.2421,2114.2421 -643.5000,1.0000,8453.4195,7.6705,7.2636,-0.0086,0.0000,2,793.3930,80.5183,443.7002,-80.2066,6.6898,36.8644,-6.6639,-0.1654,1.7988,0.0000,0.0000,5.0564,1.7947,-0.2946,0.0000,2.0892,0.0000,2.0892,0.8369,1.2523,0.0000,1.2523,-0.0016,1.2540,0.0000,0.0000,1.4166,-0.1626,2054.8392,2054.8392,2054.8392 -644.5000,1.0000,8455.4364,7.6520,7.2576,-0.0017,0.0000,2,789.5780,84.0617,445.8440,-80.6158,6.9506,36.8644,-6.6657,-0.0204,1.9243,0.0000,0.0000,5.0467,1.9240,-0.2923,0.0000,2.2163,0.0000,2.2163,0.8349,1.3814,0.0000,1.3814,-0.0003,1.3817,0.0000,0.0000,1.4131,-0.0314,2093.0722,2093.0722,2093.0722 -645.5000,1.0000,8457.4447,7.6215,7.2026,-0.0153,0.0000,2,787.6325,79.8651,446.9453,-80.8244,6.5873,36.8644,-6.6665,-0.0738,1.6534,0.0000,0.0000,5.0077,1.6562,-0.2934,0.0000,1.9496,0.0000,1.9496,0.8316,1.1180,0.0000,1.1180,-0.0029,1.1209,0.0000,0.0000,1.4075,-0.2866,2028.8201,2028.8201,2028.8201 -646.5000,1.0000,8459.4426,7.5840,7.1826,-0.0056,0.0000,2,784.8480,82.6427,448.5310,-81.1231,6.7923,36.8644,-6.6674,-0.0607,1.8341,0.0000,0.0000,5.0189,1.8336,-0.2897,0.0000,2.1233,0.0000,2.1233,0.8275,1.2958,0.0000,1.2958,-0.0010,1.2969,0.0000,0.0000,1.4006,-0.1037,2059.3940,2059.3940,2059.3940 -647.5000,1.0000,8461.4418,7.5885,7.2116,0.0081,0.0000,2,783.2075,86.3736,449.4705,-81.2991,7.0841,36.8644,-6.6679,-0.0183,2.0990,0.0000,0.0000,5.0035,2.0940,-0.2874,0.0000,2.3814,0.0000,2.3814,0.8280,1.5534,0.0000,1.5534,0.0015,1.5519,0.0000,0.0000,1.4014,0.1505,2106.6252,2106.6252,2106.6252 -648.5000,1.0000,8463.4550,7.6390,7.2836,0.0200,0.0000,2,781.6815,88.9794,450.3479,-81.4627,7.2836,36.8644,-6.6683,-0.0549,2.3509,0.0000,0.0000,4.9877,2.3365,-0.2876,0.0000,2.6241,0.0000,2.6241,0.8335,1.7906,0.0000,1.7906,0.0038,1.7868,0.0000,0.0000,1.4107,0.3761,2138.4977,2138.4977,2138.4977 -649.5000,1.0000,8465.4963,7.7400,7.4136,0.0361,0.0000,2,786.7550,81.6579,447.4438,-80.9186,6.7277,36.8644,-6.6668,0.3004,2.6807,0.0000,0.0000,3.7466,2.6793,-0.2895,0.0000,2.9688,0.0000,2.9688,0.8445,2.1243,0.0000,2.1243,0.0069,2.1174,0.0000,0.0000,1.4294,0.6880,2051.2534,2051.2534,2051.2534 -650.5000,1.0000,8467.5465,7.7720,7.3476,-0.0183,0.0000,2,797.0550,67.1460,441.6617,-79.8138,5.6045,36.8644,-6.6618,0.1998,1.6124,0.0000,0.0000,3.7923,1.6276,-0.3014,0.0000,1.9290,0.0000,1.9290,0.8480,1.0810,0.0000,1.0810,-0.0035,1.0845,0.0000,0.0000,1.4353,-0.3508,1879.0433,1879.0433,1879.0433 -651.5000,1.0000,8469.5841,7.7270,7.3236,-0.0067,0.0000,2,798.8480,65.8950,440.6704,-79.6215,5.5125,36.8644,-6.6607,-0.1123,1.8474,0.0000,0.0000,3.7773,1.8450,-0.2970,0.0000,2.1420,0.0000,2.1420,0.8431,1.2989,0.0000,1.2989,-0.0013,1.3002,0.0000,0.0000,1.4270,-0.1268,1866.8536,1866.8536,1866.8536 -652.5000,1.0000,8471.6173,7.7110,7.3156,-0.0022,0.0000,2,796.4445,68.3610,442.0002,-79.8793,5.7015,36.8644,-6.6622,-0.0056,1.9267,0.0000,0.0000,3.7805,1.9274,-0.2953,0.0000,2.2228,0.0000,2.2228,0.8413,1.3814,0.0000,1.3814,-0.0004,1.3818,0.0000,0.0000,1.4240,-0.0422,1894.2009,1894.2009,1894.2009 -653.5000,1.0000,8473.6193,7.5985,7.0986,-0.0603,0.0000,2,793.9650,52.9638,443.3805,-80.1452,4.4036,36.8644,-6.6636,-0.1153,0.7839,0.0000,0.0000,3.7351,0.7929,-0.3007,0.0000,1.0935,0.0000,1.0935,0.8291,0.2645,0.0000,0.2645,-0.0113,0.2758,0.0000,0.0000,1.4033,-1.1275,1672.1329,1672.1329,1672.1329 -654.5000,1.0000,8475.4592,7.0150,6.1486,-0.2639,0.0000,2,781.9485,6.2894,450.1941,-81.4341,0.5150,36.8644,-6.6683,-0.4635,-2.6889,0.0000,0.0000,3.6674,-2.8486,-0.3069,0.0000,-2.5417,0.0000,-2.5417,0.7654,-3.3071,0.0000,-3.3071,-0.0456,-3.2615,0.0000,0.0000,1.2955,-4.5570,996.7830,996.7830,996.7830 -655.5000,1.0000,8477.0358,6.0675,5.2036,-0.2625,0.0000,2,723.2395,-16.7132,486.7387,-87.7312,-1.2658,36.8644,-6.6445,-2.1789,-2.4083,0.0000,0.0000,3.3213,-2.4345,-0.2570,0.0000,-2.1775,0.0000,-2.1775,0.6620,-2.8395,0.0000,-2.8395,-0.0393,-2.8002,0.0000,0.0000,1.1205,-3.9207,595.5136,595.5136,595.5136 -656.5000,1.0000,8478.4938,5.6400,5.2936,0.0250,0.0000,2,637.0910,50.7005,552.5563,-96.9714,3.3825,36.8644,-6.4695,-1.4512,1.9393,0.0000,0.0000,2.8944,1.8120,-0.1955,0.0000,2.0075,0.0000,2.0075,0.6154,1.3921,0.0000,1.3921,0.0035,1.3887,0.0000,0.0000,1.0416,0.3471,1304.0731,1304.0731,1304.0731 -657.5000,1.0000,8479.9543,5.6495,5.2226,-0.0197,0.0000,2,600.0000,65.7160,586.7144,-100.9497,4.1291,36.8644,-6.3429,0.0000,1.1731,0.0000,0.0000,2.9559,1.1805,-0.2022,0.0000,1.3827,0.0000,1.3827,0.6164,0.7663,0.0000,0.7663,-0.0027,0.7690,0.0000,0.0000,1.0433,-0.2743,1418.9022,1418.9022,1418.9022 -658.5000,1.0000,8481.3312,5.3480,4.6906,-0.1478,0.0000,2,609.3195,46.7419,577.7406,-99.9501,2.9825,36.8644,-6.3776,0.3487,-0.5613,0.0000,0.0000,3.1951,-0.5997,-0.2059,0.0000,-0.3938,0.0000,-0.3938,0.5835,-0.9773,0.0000,-0.9773,-0.0195,-0.9579,0.0000,0.0000,0.9876,-1.9455,1239.2540,1239.2540,1239.2540 -659.5000,1.0000,8482.5306,4.7095,3.9456,-0.2069,0.0000,2,609.3195,26.3087,577.7406,-99.9501,1.6787,36.8644,-6.3776,-0.3487,-1.1442,0.0000,0.0000,3.1717,-1.2235,-0.1839,0.0000,-1.0396,0.0000,-1.0396,0.5138,-1.5535,0.0000,-1.5535,-0.0240,-1.5294,0.0000,0.0000,0.8697,-2.3992,1036.5564,1036.5564,1036.5564 -660.5000,1.0000,8483.5762,4.1555,3.5826,-0.1008,0.0000,2,600.0000,50.7379,586.7144,-100.9497,3.1880,36.8644,-6.3429,0.0000,0.0296,0.0000,0.0000,3.1584,0.0309,-0.1481,0.0000,0.1790,0.0000,0.1790,0.4534,-0.2744,0.0000,-0.2744,-0.0103,-0.2641,0.0000,0.0000,0.7674,-1.0315,1270.3195,1270.3195,1270.3195 -661.5000,1.0000,8484.5126,3.7625,3.1596,-0.1175,0.0000,1,600.4310,46.5222,586.2932,-100.9035,2.9252,36.8644,-6.3445,0.0159,-0.2413,0.0000,0.0000,3.1506,-0.2559,-0.2620,0.0000,0.0062,0.0000,0.0062,0.4105,-0.4043,0.0000,-0.4043,-0.0109,-0.3934,0.0000,0.0000,0.6948,-1.0883,1228.8970,1228.8970,1228.8970 -662.5000,1.0000,8485.3339,3.3480,2.7536,-0.1128,0.0000,1,600.6330,47.2270,586.0961,-100.8818,2.9705,36.8644,-6.3453,-0.0084,-0.1709,0.0000,0.0000,3.1498,-0.1818,-0.2266,0.0000,0.0448,0.0000,0.0448,0.3653,-0.3205,0.0000,-0.3205,-0.0093,-0.3112,0.0000,0.0000,0.6183,-0.9295,1236.0745,1236.0745,1236.0745 -663.5000,1.0000,8486.0490,2.9660,2.3956,-0.0994,0.0000,1,601.4340,48.5915,585.3155,-100.7959,3.0604,36.8644,-6.3483,0.0380,-0.0532,0.0000,0.0000,3.0756,-0.0568,-0.1948,0.0000,0.1380,0.0000,0.1380,0.3236,-0.1856,0.0000,-0.1856,-0.0073,-0.1783,0.0000,0.0000,0.5477,-0.7261,1250.3474,1250.3474,1250.3474 -664.5000,1.0000,8486.6878,2.6910,2.2036,-0.0533,0.0000,1,601.9300,51.9844,584.8332,-100.7427,3.2768,36.8644,-6.3502,-0.0197,0.2542,0.0000,0.0000,3.0423,0.2633,-0.1704,0.0000,0.4337,0.0000,0.4337,0.2936,0.1401,0.0000,0.1401,-0.0035,0.1437,0.0000,0.0000,0.4970,-0.3533,1284.4604,1284.4604,1284.4604 -665.5000,1.0000,8487.3282,2.6970,2.4076,0.0567,0.0000,1,600.6980,64.1009,586.0326,-100.8749,4.0323,36.8644,-6.3455,-0.0257,1.0482,0.0000,0.0000,3.0099,1.0088,-0.1635,0.0000,1.1723,0.0000,1.1723,0.2943,0.8781,0.0000,0.8781,0.0038,0.8743,0.0000,0.0000,0.4981,0.3762,1403.5227,1403.5227,1403.5227 -666.5000,1.0000,8488.2362,3.6600,4.1296,0.4783,0.0000,1,600.0000,148.8003,586.7144,-100.9497,9.3494,36.8644,-6.3429,0.0000,6.3747,0.0000,0.0000,2.9747,5.1607,-0.2860,0.0000,5.4467,0.0000,5.4467,0.4180,5.0287,0.0000,5.0287,0.0432,4.9856,0.0000,0.0000,0.6759,4.3096,2310.9312,2310.9312,2310.9312 -667.5000,1.0000,8489.6742,5.5685,6.2246,0.5819,0.0000,2,600.0000,226.0443,586.7144,-100.9497,14.2028,36.8644,-6.3429,0.0000,11.1686,0.0000,0.0000,3.0342,9.4003,-0.3429,0.0000,9.7432,0.0000,9.7432,0.6578,9.0854,0.0000,9.0854,0.0799,9.0055,0.0000,0.0000,1.0284,7.9772,3227.2736,3227.2736,3227.2736 -668.5000,1.0000,8491.6590,7.5365,8.0656,0.5114,0.0000,2,654.4100,254.1680,537.9328,-95.1138,17.4180,36.8644,-6.5181,2.1866,11.7957,0.0000,0.0000,3.4357,11.3858,-0.4586,0.0000,11.8444,0.0000,11.8444,0.8701,10.9743,0.0000,10.9743,0.0950,10.8793,0.0000,0.0000,1.3918,9.4875,3799.0491,3799.0491,3799.0491 -669.5000,1.0000,8494.0687,9.0665,9.2846,0.3386,0.0000,2,804.6085,216.7193,547.8629,-79.1684,18.2604,46.1621,-6.6706,4.7331,9.3511,0.0000,0.0000,4.1763,9.8051,-0.4915,0.0000,10.2966,0.0000,10.2966,0.9892,9.3074,0.0000,9.3074,0.0757,9.2317,0.0000,0.0000,1.6744,7.5574,3952.6351,3952.6351,3952.6351 -670.5000,1.0000,8496.8347,10.3490,10.6306,0.3739,0.0000,2,951.9340,200.0842,554.6573,-69.3764,19.9457,55.2917,-6.9159,3.0128,12.1981,0.0000,0.0000,4.7348,12.0733,-0.5994,0.0000,12.6727,0.0000,12.6727,1.1410,11.5317,0.0000,11.5317,0.0954,11.4363,0.0000,0.0000,1.9112,9.5251,4300.1295,4300.1295,4300.1295 -671.5000,1.0000,8499.9736,11.6915,11.9696,0.3719,0.0000,2,1083.8865,214.5705,599.3489,-72.6316,24.3547,68.0287,-8.2440,5.3526,13.3465,0.0000,0.0000,5.6556,13.5601,-0.6991,0.0000,14.2592,0.0000,14.2592,1.2881,12.9711,0.0000,12.9711,0.1072,12.8639,0.0000,0.0000,2.1591,10.7048,5148.9281,5148.9281,5148.9281 -672.5000,1.0000,8503.5878,13.4025,14.0526,0.5786,0.0000,2,1239.1475,269.8607,633.9021,-82.0720,35.0180,82.2572,-10.6499,5.6955,22.7247,0.0000,0.0000,6.5978,22.3597,-0.9779,0.0000,23.3376,0.0000,23.3376,1.5815,21.7561,0.0000,21.7561,0.1912,21.5649,0.0000,0.0000,2.4751,19.0898,7196.4854,7196.4854,7196.4854 -673.5000,1.0000,8507.7950,15.5375,16.2396,0.6075,0.0000,2,1413.7485,297.3395,711.7244,-92.4273,44.0203,105.3689,-13.6836,8.6607,26.9780,0.0000,0.0000,8.3817,26.9826,-1.2057,0.0000,28.1883,0.0000,28.1883,1.8504,26.3379,0.0000,26.3379,0.2327,26.1051,0.0000,0.0000,2.8694,23.2357,9047.9662,9047.9662,9047.9662 -674.5000,1.0000,8512.7134,18.0975,19.1726,0.8147,0.0000,2,1636.3775,373.0374,788.7412,-104.7690,63.9241,135.1595,-17.9533,12.3477,40.8577,0.0000,0.0000,10.7187,40.6330,-1.6659,0.0000,42.2989,0.0000,42.2989,2.2973,40.0016,0.0000,40.0016,0.3635,39.6380,0.0000,0.0000,3.3422,36.2959,12967.3463,12967.3463,12967.3463 -675.5000,1.0000,8518.2277,20.2430,20.5306,0.3772,0.0000,2,1930.8005,284.1461,863.2496,-115.5110,57.4523,174.5430,-23.3555,20.3410,22.2943,0.0000,0.0000,14.8170,23.4873,-1.4712,0.0000,24.9585,0.0000,24.9585,2.2343,22.7242,0.0000,22.7242,0.1883,22.5359,0.0000,0.0000,3.7384,18.7976,12143.0748,12143.0748,12143.0748 -676.5000,1.0000,8523.9580,21.0205,20.7276,0.0547,0.0000,2,2002.2890,43.5925,736.8062,-118.2864,9.1404,154.4929,-24.8022,-12.3037,8.2786,0.0000,0.0000,13.1656,7.8282,-1.2073,0.0000,9.0355,0.0000,9.0355,2.2935,6.7420,0.0000,6.7420,0.0284,6.7136,0.0000,0.0000,3.8820,2.8316,4532.1891,4532.1891,4532.1891 -677.5000,1.0000,8529.8099,21.4585,21.4066,0.1886,0.0000,3,1616.2355,-13.9660,457.4551,-104.0517,-2.3638,77.4251,-17.6109,-28.3860,19.2038,0.0000,0.0000,6.8185,15.5595,-0.8076,0.0000,16.3671,0.0000,16.3671,2.3413,14.0258,0.0000,14.0258,0.0998,13.9260,0.0000,0.0000,3.9629,9.9631,2090.8462,2090.8462,2090.8462 -678.5000,1.0000,8536.0979,23.0280,23.8666,0.6833,0.0000,3,1345.9600,389.5051,537.8474,-88.4069,54.9002,75.8088,-12.4608,1.2991,46.5602,0.0000,0.0000,7.0408,44.7155,-1.4700,0.0000,46.1856,0.0000,46.1856,2.8086,43.3770,0.0000,43.3770,0.3880,42.9890,0.0000,0.0000,4.2527,38.7363,11031.0577,11031.0577,11031.0577 -679.5000,1.0000,8543.0308,25.3500,26.0506,0.6067,0.0000,3,1446.5170,394.3074,752.3656,-94.3707,59.7293,113.9675,-14.2952,7.5365,43.7343,0.0000,0.0000,8.4584,44.3873,-1.5495,0.0000,45.9369,0.0000,45.9369,3.0182,42.9187,0.0000,42.9187,0.3792,42.5395,0.0000,0.0000,4.6815,37.8580,12027.7321,12027.7321,12027.7321 -680.5000,1.0000,8550.6472,27.8105,28.7876,0.7603,0.0000,3,1594.0715,452.2060,766.9331,-103.1219,75.4871,128.0247,-17.2142,6.1393,59.7845,0.0000,0.0000,9.5632,59.2224,-1.9565,0.0000,61.1789,0.0000,61.1789,3.4729,57.7060,0.0000,57.7060,0.5213,57.1847,0.0000,0.0000,5.1359,52.0488,15123.2838,15123.2838,15123.2838 -681.5000,1.0000,8559.2090,31.2140,32.8576,1.1306,0.0000,3,1762.1880,640.5627,832.9119,-109.2494,118.2068,153.7021,-20.1604,11.4063,95.4746,0.0000,0.0000,11.3259,94.9922,-2.8480,0.0000,97.8402,0.0000,97.8402,4.3356,93.5047,0.0000,93.5047,0.8700,92.6346,0.0000,0.0000,5.7645,86.8702,23161.7468,23161.7468,23161.7468 -682.5000,1.0000,8568.5159,33.8960,34.1516,0.3594,0.0000,3,1994.3925,313.9211,855.8308,-117.9005,65.5631,178.7422,-24.6238,15.5304,36.8666,0.0000,0.0000,13.1661,38.4761,-1.7947,0.0000,40.2709,0.0000,40.2709,3.7184,36.5524,0.0000,36.5524,0.3004,36.2520,0.0000,0.0000,6.2598,29.9923,13798.9874,13798.9874,13798.9874 -683.5000,1.0000,8578.1899,35.2180,35.5016,0.3750,0.0000,3,1974.0600,181.9180,713.6966,-117.1365,37.6066,147.5376,-24.2148,-17.8370,45.4887,0.0000,0.0000,9.9549,41.3065,-1.9178,0.0000,43.2243,0.0000,43.2243,3.8842,39.3401,0.0000,39.3401,0.3256,39.0145,0.0000,0.0000,6.5039,32.5106,8566.2368,8566.2368,8566.2368 -684.5000,1.0000,8588.4023,37.1560,38.0276,0.7017,0.0000,4,1642.7485,435.6665,585.7025,-104.9959,74.9469,100.7574,-18.0623,-18.5802,86.3187,0.0000,0.0000,7.2085,74.1215,-2.1190,0.0000,76.2405,0.0000,76.2405,4.5575,71.6830,0.0000,71.6830,0.6428,71.0402,0.0000,0.0000,6.8618,64.1784,15054.2141,15054.2141,15054.2141 -685.5000,1.0000,8599.2499,39.4430,40.0756,0.5689,0.0000,4,1513.0085,488.1111,783.0531,-98.3142,77.3372,124.0684,-15.5771,5.0580,65.0785,0.0000,0.0000,7.2007,65.7139,-1.9997,0.0000,67.7137,0.0000,67.7137,4.6397,63.0739,0.0000,63.0739,0.5532,62.5207,0.0000,0.0000,7.2841,55.2366,15309.5189,15309.5189,15309.5189 -686.5000,1.0000,8610.5442,41.0510,41.2436,0.3244,0.0000,4,1606.2030,333.6884,784.3919,-103.6944,56.1268,131.9356,-17.4415,3.8230,43.1736,0.0000,0.0000,9.1302,43.5952,-1.5797,0.0000,45.1748,0.0000,45.1748,4.4790,40.6958,0.0000,40.6958,0.3284,40.3675,0.0000,0.0000,7.5811,32.7864,11499.2191,11499.2191,11499.2191 -687.5000,1.0000,8622.1202,42.0650,42.1036,0.2389,0.0000,4,1659.6860,267.4064,741.1609,-105.5991,46.4758,128.8152,-18.3533,1.5008,35.9452,0.0000,0.0000,9.0298,35.8971,-1.4456,0.0000,37.3427,0.0000,37.3427,4.5896,32.7531,0.0000,32.7531,0.2478,32.5053,0.0000,0.0000,7.7684,24.7369,9734.7715,9734.7715,9734.7715 -688.5000,1.0000,8633.8446,42.5990,42.3116,0.0578,0.0000,4,1687.8005,157.2023,730.3923,-106.6003,27.7849,129.0940,-18.8412,1.3878,17.4612,0.0000,0.0000,8.9358,17.5569,-1.0775,0.0000,18.6344,0.0000,18.6344,4.6479,13.9865,0.0000,13.9865,0.0607,13.9258,0.0000,0.0000,7.8670,6.0588,6340.4124,6340.4124,6340.4124 -689.5000,1.0000,8645.7280,43.1720,43.2496,0.2606,0.0000,4,1706.2635,277.7484,701.8471,-107.2578,49.6279,125.4057,-19.1648,0.5316,40.2706,0.0000,0.0000,8.8257,39.9563,-1.5594,0.0000,41.5157,0.0000,41.5157,4.7104,36.8052,0.0000,36.8052,0.2773,36.5279,0.0000,0.8646,7.9728,27.6906,10398.5870,10398.5870,10398.5870 -690.5000,1.0000,8657.8738,44.1160,44.1996,0.2639,0.0000,4,1728.6180,283.5944,745.4102,-108.0539,51.3364,134.9345,-19.5600,1.8345,40.6817,0.0000,0.0000,8.8202,40.6507,-1.5992,0.0000,42.2499,0.0000,42.2499,4.8134,37.4365,0.0000,37.4365,0.2870,37.1495,0.0000,0.3443,8.1471,28.6580,10723.0540,10723.0540,10723.0540 -691.5000,1.0000,8670.3325,45.2430,45.5036,0.3622,0.0000,4,1775.9210,354.7606,765.2889,-109.7385,65.9762,142.3238,-20.4085,3.2742,53.7565,0.0000,0.0000,8.9455,53.8887,-1.9058,0.0000,55.7945,0.0000,55.7945,4.9939,50.8007,0.0000,50.8007,0.4040,50.3966,0.0000,1.6995,8.3553,40.3418,13503.7574,13503.7574,13503.7574 -692.5000,1.0000,8683.2052,46.7330,47.1796,0.4656,0.0000,4,1830.7010,414.4496,786.0188,-111.7496,79.4544,150.6881,-21.4236,2.7834,67.5524,0.0000,0.0000,9.1186,67.2598,-2.2260,0.0000,69.4859,0.0000,69.4859,5.3361,64.1498,0.0000,64.1498,0.5364,63.6133,0.0000,1.4249,8.6304,53.5580,16094.1942,16094.1942,16094.1942 -693.5000,1.0000,8696.3682,47.7785,47.5946,0.1153,0.0000,4,1888.4565,207.1895,809.1166,-113.9198,40.9735,160.0098,-22.5286,3.8268,27.7834,0.0000,0.0000,9.3633,28.1466,-1.4410,0.0000,29.5876,0.0000,29.5876,5.2130,24.3746,0.0000,24.3746,0.1358,24.2388,0.0000,1.8570,8.8235,13.5584,8969.4307,8969.4307,8969.4307 -694.5000,1.0000,8709.7220,48.4650,48.5526,0.2661,0.0000,4,1800.5265,237.0836,664.1017,-110.6158,44.7023,125.2168,-20.8567,-13.3712,51.8371,0.0000,0.0000,6.2364,47.8823,-1.8720,0.0000,49.7544,0.0000,49.7544,5.2879,44.4664,0.0000,44.4664,0.3180,44.1485,0.0000,3.4499,8.9503,31.7483,9552.3320,9552.3320,9552.3320 -695.5000,1.0000,8723.4781,49.9135,50.4916,0.5386,0.0000,5,1507.8205,554.4007,586.0461,-98.0065,87.5391,92.5359,-15.4751,-15.9061,98.3101,0.0000,0.0000,5.1351,85.4503,-0.9119,0.0000,86.3623,0.0000,86.3623,5.8815,80.4808,0.0000,80.4808,0.6628,79.8179,0.0000,4.4208,9.2178,66.1794,17192.2445,17192.2445,17192.2445 -696.5000,1.0000,8737.7686,51.8370,52.3996,0.5300,0.0000,5,1373.2360,660.6024,802.2953,-90.0246,94.9979,115.3740,-12.9460,3.1366,86.6655,0.0000,0.0000,5.1958,87.4042,-0.9503,0.0000,88.3546,0.0000,88.3546,6.0881,82.2664,0.0000,82.2664,0.6774,81.5891,0.0000,4.3852,9.5730,67.6309,18516.9573,18516.9573,18516.9573 -697.5000,1.0000,8752.4725,53.3255,53.4686,0.2969,0.0000,5,1429.5415,438.8315,808.4805,-93.3639,65.6936,121.0305,-13.9767,1.6778,58.7435,0.0000,0.0000,5.2723,58.9381,-0.8292,0.0000,59.7673,0.0000,59.7673,5.8182,53.9490,0.0000,53.9490,0.3904,53.5586,0.0000,4.7310,9.8479,38.9798,13086.8833,13086.8833,13086.8833 -698.5000,1.0000,8767.4905,54.4565,54.6616,0.3314,0.0000,5,1461.0510,468.5539,734.2594,-95.2327,71.6892,112.3424,-14.5707,1.1124,65.2413,0.0000,0.0000,5.3355,65.0820,-0.8777,0.0000,65.9597,0.0000,65.9597,5.9929,59.9668,0.0000,59.9668,0.4449,59.5219,0.0000,5.0412,10.0568,44.4239,14217.4088,14217.4088,14217.4088 -699.5000,1.0000,8782.8467,55.6735,55.9026,0.3447,0.0000,5,1494.2775,476.5198,755.1306,-97.2033,74.5660,118.1631,-15.2104,1.9113,67.1862,0.0000,0.0000,5.4684,67.3719,-0.9084,0.0000,68.2802,0.0000,68.2802,6.1395,62.1407,0.0000,62.1407,0.4732,61.6675,0.0000,4.1420,10.2815,47.2440,14800.4116,14800.4116,14800.4116 -700.5000,1.0000,8798.5360,56.8730,57.0606,0.3217,0.0000,5,1522.2400,455.5067,755.4879,-98.8617,72.6117,120.4313,-15.7594,0.6669,66.4717,0.0000,0.0000,5.4731,66.1101,-0.9211,0.0000,67.0312,0.0000,67.0312,6.2310,60.8003,0.0000,60.8003,0.4510,60.3492,0.0000,4.8121,10.5030,45.0341,14452.0893,14452.0893,14452.0893 -701.5000,1.0000,8814.5402,58.0065,58.1696,0.3081,0.0000,5,1550.0115,441.0611,761.5962,-100.5088,71.5916,123.6199,-16.3143,1.9644,64.0463,0.0000,0.0000,5.5809,64.2846,-0.9302,0.0000,65.2148,0.0000,65.2148,6.3290,58.8858,0.0000,58.8858,0.4406,58.4452,0.0000,3.7448,10.7124,43.9881,14278.5896,14278.5896,14278.5896 -702.5000,1.0000,8830.8441,59.0855,59.2186,0.2914,0.0000,5,1584.8400,429.3744,759.5683,-102.5744,71.2607,126.0610,-17.0237,1.3812,64.2006,0.0000,0.0000,5.6789,64.2055,-0.9475,0.0000,65.1531,0.0000,65.1531,6.4467,58.7064,0.0000,58.7064,0.4245,58.2819,0.0000,4.9881,10.9116,42.3822,14289.4962,14289.4962,14289.4962 -703.5000,1.0000,8847.4044,60.0085,60.0156,0.2214,0.0000,5,1620.8135,362.9773,765.6671,-104.2147,61.6086,129.9576,-17.6885,2.1681,53.6199,0.0000,0.0000,5.8205,53.9821,-0.9112,0.0000,54.8933,0.0000,54.8933,6.5474,48.3459,0.0000,48.3459,0.3275,48.0183,0.0000,4.2325,11.0821,32.7038,12522.6234,12522.6234,12522.6234 -704.5000,1.0000,8864.1952,60.8385,60.8786,0.2397,0.0000,5,1643.7785,368.2554,740.0504,-105.0325,63.3900,127.3894,-18.0799,0.1194,57.4637,0.0000,0.0000,5.8070,57.1000,-0.9409,0.0000,58.0409,0.0000,58.0409,6.6380,51.4029,0.0000,51.4029,0.3596,51.0433,0.0000,3.9062,11.2354,35.9018,12875.2492,12875.2492,12875.2492 -705.5000,1.0000,8881.1890,61.5690,61.4766,0.1661,0.0000,5,1655.2990,307.4139,749.6118,-105.4428,53.2879,129.9396,-18.2777,1.0509,46.3573,0.0000,0.0000,5.8797,46.4214,-0.8993,0.0000,47.3207,0.0000,47.3207,6.7177,40.6030,0.0000,40.6030,0.2522,40.3509,0.0000,3.8044,11.3703,25.1762,11026.5140,11026.5140,11026.5140 -706.5000,1.0000,8898.3429,62.1455,62.0316,0.1542,0.0000,5,1680.9720,301.3887,740.5453,-106.3571,53.0538,130.3589,-18.7221,1.5830,45.4897,0.0000,0.0000,5.9811,45.7006,-0.9055,0.0000,46.6061,0.0000,46.6061,6.7806,39.8255,0.0000,39.8255,0.2362,39.5893,0.0000,4.5279,11.4767,23.5846,11021.3239,11021.3239,11021.3239 -707.5000,1.0000,8915.6801,62.8055,62.7966,0.2125,0.0000,5,1697.9855,344.1123,734.8089,-106.9630,61.1875,130.6583,-19.0194,0.1750,55.0141,0.0000,0.0000,5.9984,54.7352,-0.9625,0.0000,55.6976,0.0000,55.6976,6.8526,48.8450,0.0000,48.8450,0.3290,48.5160,0.0000,4.0635,11.5986,32.8538,12562.5224,12562.5224,12562.5224 -708.5000,1.0000,8933.2186,63.5300,63.4806,0.1900,0.0000,5,1713.7785,329.5077,756.5692,-107.5254,59.1356,135.7788,-19.2972,1.4855,51.5334,0.0000,0.0000,6.1167,51.6796,-0.9596,0.0000,52.6392,0.0000,52.6392,6.9316,45.7076,0.0000,45.7076,0.2976,45.4100,0.0000,3.9635,11.7324,29.7140,12187.3089,12187.3089,12187.3089 -709.5000,1.0000,8950.9122,64.0885,63.9136,0.1203,0.0000,5,1729.9915,262.4978,749.1534,-108.1028,47.5552,135.7198,-19.5844,0.2229,41.2261,0.0000,0.0000,6.1062,41.1371,-0.9161,0.0000,42.0532,0.0000,42.0532,6.9926,35.0606,0.0000,35.0606,0.1900,34.8706,0.0000,4.0594,11.8356,18.9756,9998.6378,9998.6378,9998.6378 -710.5000,1.0000,8968.6262,64.1615,63.6266,-0.0797,0.0000,5,1738.1935,87.8829,737.5423,-108.3949,15.9967,134.2498,-19.7304,0.6515,9.1955,0.0000,0.0000,6.1497,9.2485,-0.7563,0.0000,10.0048,0.0000,10.0048,7.0005,3.0043,0.0000,3.0043,-0.1261,3.1304,0.0000,3.8730,11.8490,-12.5917,4474.3781,4474.3781,4474.3781 -711.5000,1.0000,8986.2206,63.7315,63.0536,-0.1592,0.0000,5,1738.1935,13.2382,686.8713,-108.3949,2.4097,125.0265,-19.7304,-0.6515,-3.0525,0.0000,0.0000,6.1136,-3.0555,-0.7538,0.0000,-2.3017,0.0000,-2.3017,6.9536,-9.2553,0.0000,-9.2553,-0.2501,-9.0052,0.0000,4.1962,11.7696,-24.9710,2992.5251,2992.5251,2992.5251 -712.5000,1.0000,9003.6495,63.1355,62.4346,-0.1719,0.0000,5,1719.7300,0.0680,657.0647,-107.7374,0.0122,118.3306,-19.4024,-1.3053,-4.7052,0.0000,0.0000,6.0227,-4.6943,-0.7472,0.0000,-3.9472,0.0000,-3.9472,6.8886,-10.8357,0.0000,-10.8357,-0.2676,-10.5681,0.0000,4.4957,11.6596,-26.7234,2691.4453,2691.4453,2691.4453 -713.5000,1.0000,9020.8830,62.4320,61.6466,-0.2189,0.0000,5,1709.2010,-26.8758,660.3814,-107.3624,-4.8104,118.1998,-19.2165,0.1922,-11.0403,0.0000,0.0000,6.0377,-11.1223,-0.7506,0.0000,-10.3717,0.0000,-10.3717,6.8118,-17.1835,0.0000,-17.1835,-0.3369,-16.8466,0.0000,5.2641,11.5296,-33.6403,1961.1490,1961.1490,1961.1490 -714.5000,1.0000,9037.9420,61.8040,61.1786,-0.1300,0.0000,5,1689.0590,26.3420,627.9054,-106.6451,4.6593,111.0626,-18.8632,-2.2792,0.9994,0.0000,0.0000,5.9391,0.9901,-0.7094,0.0000,1.6995,0.0000,1.6995,6.7433,-5.0438,0.0000,-5.0438,-0.1981,-4.8457,0.0000,3.5189,11.4137,-19.7783,3117.7644,3117.7644,3117.7644 -715.5000,1.0000,9054.9016,61.4460,60.9306,-0.0689,0.0000,5,1675.8220,99.0566,660.6507,-106.1737,17.3836,115.9387,-18.6326,0.8991,10.4881,0.0000,0.0000,5.9964,10.5641,-0.7161,0.0000,11.2802,0.0000,11.2802,6.7042,4.5760,0.0000,4.5760,-0.1044,4.6803,0.0000,3.7529,11.3476,-10.4201,4485.7425,4485.7425,4485.7425 -716.5000,1.0000,9071.7844,61.1695,60.6256,-0.0847,0.0000,5,1675.1355,80.9827,667.4653,-106.1493,14.2060,117.0866,-18.6207,-0.9693,9.2561,0.0000,0.0000,5.9192,9.2270,-0.7047,0.0000,9.9317,0.0000,9.9317,6.6741,3.2576,0.0000,3.2576,-0.1278,3.3853,0.0000,4.8462,11.2965,-12.7574,4133.5495,4133.5495,4133.5495 -717.5000,1.0000,9088.5553,60.7665,60.1246,-0.1392,0.0000,5,1657.1680,36.7336,657.6488,-105.5094,6.3747,114.1272,-18.3099,-0.8696,1.3407,0.0000,0.0000,5.9036,1.3393,-0.6903,0.0000,2.0296,0.0000,2.0296,6.6301,-4.6005,0.0000,-4.6005,-0.2085,-4.3920,0.0000,5.2034,11.2221,-20.8175,3224.8787,3224.8787,3224.8787 -718.5000,1.0000,9105.1810,60.2440,59.5806,-0.1511,0.0000,5,1635.1185,29.5793,634.1204,-104.7241,5.0648,108.5799,-17.9318,-1.3560,0.6272,0.0000,0.0000,5.7937,0.6248,-0.6830,0.0000,1.3078,0.0000,1.3078,6.5731,-5.2653,0.0000,-5.2653,-0.2244,-5.0409,0.0000,6.2434,11.1256,-22.4099,3035.1829,3035.1829,3035.1829 -719.5000,1.0000,9121.6507,59.6825,59.0016,-0.1608,0.0000,5,1618.8675,23.8356,634.2623,-104.1454,4.0408,107.5249,-17.6555,-0.2730,-1.4735,0.0000,0.0000,5.7873,-1.4781,-0.6785,0.0000,-0.7996,0.0000,-0.7996,6.5118,-7.3115,0.0000,-7.3115,-0.2367,-7.0748,0.0000,5.5327,11.0219,-23.6294,2886.5162,2886.5162,2886.5162 -720.5000,1.0000,9137.9598,59.1040,58.4236,-0.1606,0.0000,5,1608.4155,17.0856,625.5830,-103.7732,2.8778,105.3688,-17.4788,-0.7611,-2.0600,0.0000,0.0000,5.6988,-2.0602,-0.6700,0.0000,-1.3901,0.0000,-1.3901,6.4487,-7.8389,0.0000,-7.8389,-0.2340,-7.6049,0.0000,4.8400,10.9150,-23.3599,2733.4188,2733.4188,2733.4188 -721.5000,1.0000,9154.0958,58.4810,57.7556,-0.1856,0.0000,5,1590.7150,-9.4679,615.0959,-102.9228,-1.5772,102.4622,-17.1448,-0.9764,-6.2378,0.0000,0.0000,5.6371,-6.2342,-0.6698,0.0000,-5.5645,0.0000,-5.5645,6.3807,-11.9452,0.0000,-11.9452,-0.2675,-11.6777,0.0000,4.2350,10.8000,-26.7127,2148.6763,2148.6763,2148.6763 -722.5000,1.0000,9170.0700,57.8985,57.2586,-0.1381,0.0000,5,1573.5100,49.4618,602.1098,-101.9024,8.1502,99.2142,-16.7912,-0.6967,3.2454,0.0000,0.0000,5.6015,3.2445,-0.6363,0.0000,3.8808,0.0000,3.8808,6.3172,-2.4364,0.0000,-2.4364,-0.1971,-2.2393,0.0000,6.7449,10.6924,-19.6766,3239.5221,3239.5221,3239.5221 -723.5000,1.0000,9185.9184,57.4460,56.8506,-0.1133,0.0000,5,1563.4775,80.5349,620.9892,-101.3074,13.1857,101.6727,-16.5868,-0.2710,7.8791,0.0000,0.0000,5.5776,7.8929,-0.6363,0.0000,8.5292,0.0000,8.5292,6.2678,2.2614,0.0000,2.2614,-0.1605,2.4219,0.0000,7.8399,10.6089,-16.0268,3793.0077,3793.0077,3793.0077 -724.5000,1.0000,9201.6530,57.0360,56.4386,-0.1144,0.0000,5,1549.3250,69.7697,620.3294,-100.4680,11.3198,100.6453,-16.3004,-1.0780,6.8845,0.0000,0.0000,5.5133,6.8589,-0.6245,0.0000,7.4834,0.0000,7.4834,6.2231,1.2603,0.0000,1.2603,-0.1609,1.4213,0.0000,6.9565,10.5331,-16.0684,3546.7827,3546.7827,3546.7827 -725.5000,1.0000,9217.2822,56.6565,56.0916,-0.0964,0.0000,5,1545.9680,115.0177,629.4415,-100.2689,18.6206,101.9024,-16.2329,0.7570,12.3206,0.0000,0.0000,5.5431,12.4221,-0.6465,0.0000,13.0686,0.0000,13.0686,6.1817,6.8869,0.0000,6.8869,-0.1346,7.0216,0.0000,10.0018,10.4631,-13.4433,4530.0412,4530.0412,4530.0412 -726.5000,1.0000,9232.7811,56.1875,55.5006,-0.1642,0.0000,5,1541.0470,61.6010,628.0320,-99.9771,9.9410,101.3506,-16.1341,-1.2202,5.6917,0.0000,0.0000,5.4696,5.6739,-0.6049,0.0000,6.2789,0.0000,6.2789,6.1305,0.1484,0.0000,0.1484,-0.2274,0.3758,0.0000,12.7060,10.3764,-22.7067,3367.5492,3367.5492,3367.5492 -727.5000,1.0000,9248.0750,55.4495,54.6156,-0.2458,0.0000,5,1516.8995,-2.3183,603.2358,-98.5449,-0.3683,95.8236,-15.6538,-1.0483,-4.7178,0.0000,0.0000,5.3978,-4.7204,-0.6154,0.0000,-4.1050,0.0000,-4.1050,6.0500,-10.1550,0.0000,-10.1550,-0.3361,-9.8189,0.0000,13.4967,10.2402,-33.5558,2150.8357,2150.8357,2150.8357 -728.5000,1.0000,9263.1155,54.5370,53.6756,-0.2611,0.0000,5,1492.5615,-17.0702,570.7375,-97.1015,-2.6681,89.2067,-15.1770,-1.1993,-6.7892,0.0000,0.0000,5.3204,-6.7882,-0.6057,0.0000,-6.1825,0.0000,-6.1825,5.9504,-12.1329,0.0000,-12.1329,-0.3511,-11.7818,0.0000,13.2012,10.0716,-35.0547,1760.5786,1760.5786,1760.5786 -729.5000,1.0000,9277.8933,53.5915,52.7246,-0.2642,0.0000,5,1465.1715,-26.2869,554.9416,-95.4771,-4.0333,85.1460,-14.6493,-1.2872,-7.9676,0.0000,0.0000,5.2215,-7.9604,-0.5934,0.0000,-7.3670,0.0000,-7.3670,5.8473,-13.2143,0.0000,-13.2143,-0.3490,-12.8653,0.0000,12.0877,9.8970,-34.8500,1508.5819,1508.5819,1508.5819 -730.5000,1.0000,9292.2867,52.2080,50.9086,-0.5044,0.0000,5,1436.6750,-93.7870,541.8260,-93.7870,-14.1101,81.5168,-14.1101,-1.2520,-17.9916,0.0000,0.0000,5.1334,-18.1292,-0.5967,0.0000,-17.5326,0.0000,-17.5326,5.6963,-23.2289,21.3900,-44.6189,-0.6493,-43.9696,0.8066,10.4128,9.6415,-64.8305,0.0000,0.0000,0.0000 -731.5000,1.0000,9306.1909,50.4465,49.2016,-0.4742,0.0000,5,1401.2740,-91.6868,497.7946,-91.6874,-13.4542,73.0469,-13.4543,-1.8252,-16.6654,0.0000,0.0000,5.0364,-16.6956,-0.5657,0.0000,-16.1299,0.0000,-16.1299,5.5041,-21.6341,14.8075,-36.4415,-0.5897,-35.8518,0.9499,12.7653,9.3162,-58.8832,0.0000,0.0000,0.0000 -732.5000,1.0000,9319.6601,48.8805,47.7766,-0.3958,0.0000,5,1342.7560,-88.2153,466.8933,-88.2169,-12.4042,65.6513,-12.4044,-3.0764,-14.1788,0.0000,0.0000,4.8510,-13.9888,-0.5351,0.0000,-13.4537,0.0000,-13.4537,5.3332,-18.7869,9.0957,-27.8827,-0.4770,-27.4056,0.9204,10.2766,9.0270,-47.6296,0.0000,0.0000,0.0000 -733.5000,1.0000,9332.9046,48.0715,47.5836,-0.0536,0.0000,5,1299.0770,158.5198,476.6938,-85.6263,21.5649,64.8490,-11.6485,-0.5083,17.3183,0.0000,0.0000,4.7549,17.2680,-0.5409,0.0000,17.8089,0.0000,17.8089,5.2450,12.5639,0.0000,12.5639,-0.0635,12.6275,0.0812,10.0127,8.8776,-6.3441,4775.8809,4775.8809,4775.8809 -734.5000,1.0000,9346.1379,48.0315,47.6966,0.0314,0.0000,5,1299.8395,261.4882,591.2365,-85.6716,35.5935,80.4784,-11.6615,0.5694,30.2128,0.0000,0.0000,4.8113,30.3429,-0.6064,0.0000,30.9493,0.0000,30.9493,5.2406,25.7086,0.0000,25.7086,0.0372,25.6715,0.0000,13.0899,8.8702,3.7113,7388.1169,7388.1169,7388.1169 -735.5000,1.0000,9359.3786,48.0580,47.6366,-0.0167,0.0000,5,1302.1665,194.0527,627.4844,-85.8096,26.4615,85.5654,-11.7012,-0.3844,22.0834,0.0000,0.0000,4.7625,22.0156,-0.5647,0.0000,22.5803,0.0000,22.5803,5.2435,17.3368,0.0000,17.3368,-0.0197,17.3565,0.0000,10.4531,8.8751,-1.9717,5685.5279,5685.5279,5685.5279 -736.5000,1.0000,9372.6330,48.1070,47.7946,0.0439,0.0000,5,1299.7250,252.1378,603.2957,-85.6648,34.3177,82.1127,-11.6596,0.1888,29.3619,0.0000,0.0000,4.7670,29.3671,-0.6025,0.0000,29.9696,0.0000,29.9696,5.2489,24.7208,0.0000,24.7208,0.0521,24.6687,0.0000,10.5871,8.8842,5.1975,7149.9474,7149.9474,7149.9474 -737.5000,1.0000,9385.9496,48.3315,48.0856,0.0808,0.0000,5,1306.8585,275.5981,629.9550,-86.0878,37.7167,86.2118,-11.7815,0.3827,32.5447,0.0000,0.0000,4.7893,32.5654,-0.6219,0.0000,33.1873,0.0000,33.1873,5.2733,27.9140,0.0000,27.9140,0.0963,27.8177,0.0000,9.2748,8.9256,9.6172,7780.0835,7780.0835,7780.0835 -738.5000,1.0000,9399.3692,48.7020,48.5356,0.1250,0.0000,5,1314.5265,323.3908,640.0821,-86.5426,44.5170,88.1117,-11.9132,0.2341,39.4730,0.0000,0.0000,4.8099,39.3782,-0.6616,0.0000,40.0398,0.0000,40.0398,5.3138,34.7260,0.0000,34.7260,0.1501,34.5759,0.0000,10.5959,8.9941,14.9860,9062.0257,9062.0257,9062.0257 -739.5000,1.0000,9412.9997,49.4610,49.6036,0.2967,0.0000,5,1326.3525,496.2451,665.2276,-87.2440,68.9261,92.3970,-12.1178,0.7271,63.3589,0.0000,0.0000,4.8402,63.1040,-0.7925,0.0000,63.8964,0.0000,63.8964,5.5029,58.3935,0.0000,58.3935,0.3618,58.0317,0.0000,12.7764,9.1342,36.1211,13678.1261,13678.1261,13678.1261 -740.5000,1.0000,9426.9701,50.6850,50.9836,0.3833,0.0000,5,1355.2680,539.0906,742.9389,-88.9589,76.5095,105.4404,-12.6253,1.6636,69.9006,0.0000,0.0000,4.9453,69.9789,-0.8451,0.0000,70.8240,0.0000,70.8240,5.7193,65.1047,0.0000,65.1047,0.4790,64.6257,0.0000,7.4371,9.3603,47.8283,15030.9979,15030.9979,15030.9979 -741.5000,1.0000,9441.3384,52.1175,52.4686,0.4125,0.0000,5,1393.6825,525.6006,762.4110,-91.2372,76.7094,111.2709,-13.3157,1.5770,70.0961,0.0000,0.0000,5.0363,70.0252,-0.8668,0.0000,70.8920,0.0000,70.8920,5.8520,65.0400,0.0000,65.0400,0.5300,64.5100,0.0000,1.9631,9.6248,52.9221,15089.1596,15089.1596,15089.1596 -742.5000,1.0000,9456.0919,53.5040,53.7566,0.3578,0.0000,5,1431.3345,463.2767,763.3684,-93.4703,69.4401,114.4205,-14.0102,1.6900,62.6037,0.0000,0.0000,5.1464,62.6901,-0.8509,0.0000,63.5409,0.0000,63.5409,5.8691,57.6719,0.0000,57.6719,0.4720,57.1999,0.0000,0.1965,9.8809,47.1226,13758.6508,13758.6508,13758.6508 -743.5000,1.0000,9471.2229,54.8630,55.1866,0.3972,0.0000,5,1470.8935,497.1116,748.2148,-95.8164,76.5709,115.2487,-14.7588,1.8366,69.4522,0.0000,0.0000,5.2821,69.5064,-0.9064,0.0000,70.4128,0.0000,70.4128,6.0970,64.3158,0.0000,64.3158,0.5373,63.7785,0.0000,0.0000,10.1318,53.6466,15140.4174,15140.4174,15140.4174 -744.5000,1.0000,9486.7263,56.2035,56.4376,0.3475,0.0000,5,1516.0220,450.9400,769.3550,-98.4929,71.5901,122.1408,-15.6365,2.3085,63.8485,0.0000,0.0000,5.4330,64.1786,-0.9006,0.0000,65.0792,0.0000,65.0792,6.1402,58.9390,0.0000,58.9390,0.4815,58.4575,0.0000,0.0000,10.3794,48.0781,14267.5108,14267.5108,14267.5108 -745.5000,1.0000,9502.5552,57.3755,57.5306,0.3036,0.0000,5,1546.8455,405.0593,750.7036,-100.3210,65.6136,121.6029,-16.2505,0.5726,59.6049,0.0000,0.0000,5.4362,59.2726,-0.8947,0.0000,60.1673,0.0000,60.1673,6.2601,53.9072,0.0000,53.9072,0.4295,53.4777,0.0000,0.0000,10.5958,42.8818,13220.1124,13220.1124,13220.1124 -746.5000,1.0000,9518.6439,58.3110,58.3086,0.2161,0.0000,5,1570.0010,332.2421,748.1796,-101.6943,54.6240,123.0083,-16.7196,1.6514,47.4120,0.0000,0.0000,5.5606,47.6116,-0.8510,0.0000,48.4626,0.0000,48.4626,6.3622,42.1004,0.0000,42.1004,0.3107,41.7897,0.0000,0.0000,10.7686,31.0211,11149.9446,11149.9446,11149.9446 -747.5000,1.0000,9534.9356,59.0415,58.9916,0.1897,0.0000,5,1588.4260,302.1633,720.3611,-102.7870,50.2617,119.8246,-17.0976,0.1265,44.5695,0.0000,0.0000,5.5657,44.3494,-0.8465,0.0000,45.1959,0.0000,45.1959,6.4419,38.7540,0.0000,38.7540,0.2762,38.4778,0.0000,0.0000,10.9035,27.5743,10383.4402,10383.4402,10383.4402 -748.5000,1.0000,9551.3640,59.5335,59.2926,0.0836,0.0000,5,1598.5350,212.1778,718.6142,-103.3866,35.5182,120.2947,-17.3067,0.8651,29.0021,0.0000,0.0000,5.6510,29.0885,-0.7776,0.0000,29.8660,0.0000,29.8660,6.4956,23.3704,0.0000,23.3704,0.1227,23.2477,0.0000,0.0000,10.9944,12.2533,7629.5851,7629.5851,7629.5851 -749.5000,1.0000,9567.8627,59.7870,59.4986,0.0572,0.0000,5,1611.6960,185.8395,691.5175,-103.8900,31.3653,116.7118,-17.5342,0.4304,25.2832,0.0000,0.0000,5.6517,25.3078,-0.7627,0.0000,26.0705,0.0000,26.0705,6.5232,19.5472,0.0000,19.5472,0.0843,19.4629,0.0000,0.0000,11.0412,8.4217,6870.0981,6870.0981,6870.0981 -750.5000,1.0000,9584.3723,59.8260,59.3706,-0.0356,0.0000,5,1624.6280,106.3571,689.7070,-104.3505,18.0946,117.3403,-17.7532,0.8563,11.5198,0.0000,0.0000,5.7185,11.5930,-0.6941,0.0000,12.2871,0.0000,12.2871,6.5275,5.7596,0.0000,5.7596,-0.0524,5.8121,0.0000,0.0000,11.0484,-5.2363,4537.1200,4537.1200,4537.1200 -751.5000,1.0000,9600.8310,59.6425,59.1316,-0.0664,0.0000,5,1618.6390,66.2943,649.4634,-104.1373,11.2371,110.0863,-17.6516,-1.4485,7.0588,0.0000,0.0000,5.6268,7.0093,-0.6679,0.0000,7.6771,0.0000,7.6771,6.5075,1.1697,0.0000,1.1697,-0.0976,1.2673,0.0000,0.0000,11.0145,-9.7472,3684.5923,3684.5923,3684.5923 -752.5000,1.0000,9617.2554,59.5195,59.1246,-0.0019,0.0000,5,1611.0095,134.9494,649.6805,-103.8655,22.7666,109.6040,-17.5226,0.6868,16.4127,0.0000,0.0000,5.6670,16.4844,-0.7137,0.0000,17.1981,0.0000,17.1981,6.4940,10.7040,0.0000,10.7040,-0.0029,10.7069,0.0000,0.0000,10.9918,-0.2849,5348.9295,5348.9295,5348.9295 -753.5000,1.0000,9633.6704,59.4855,59.0636,-0.0169,0.0000,5,1610.5895,114.2637,660.6663,-103.8506,19.2718,111.4283,-17.5155,-0.7282,14.3260,0.0000,0.0000,5.6740,14.2678,-0.7019,0.0000,14.9698,0.0000,14.9698,6.4903,8.4794,0.0000,8.4794,-0.0249,8.5043,0.0000,0.0000,10.9855,-2.4812,4730.1744,4730.1744,4730.1744 -754.5000,1.0000,9650.0248,59.2670,58.6876,-0.1044,0.0000,5,1606.8130,56.0692,660.6466,-103.7161,9.4345,111.1637,-17.4518,0.3539,1.3494,0.0000,0.0000,7.7312,1.3567,-0.6643,0.0000,2.0210,0.0000,2.0210,6.4665,-4.4455,0.0000,-4.4455,-0.1526,-4.2928,0.0000,0.0000,10.9451,-15.2380,3462.6934,3462.6934,3462.6934 -755.5000,1.0000,9666.2776,58.9015,58.3326,-0.0986,0.0000,5,1600.2135,52.9557,630.7589,-103.4811,8.8740,105.6988,-17.3407,-1.0009,2.2144,0.0000,0.0000,7.6606,2.2069,-0.6559,0.0000,2.8629,0.0000,2.8629,6.4266,-3.5638,0.0000,-3.5638,-0.1432,-3.4206,0.0000,0.0000,10.8777,-14.2982,3387.6302,3387.6302,3387.6302 -756.5000,1.0000,9682.4013,58.4370,57.7586,-0.1594,0.0000,5,1586.3660,3.6004,629.7147,-102.6649,0.5981,104.6106,-17.0551,-0.3568,-6.6511,0.0000,0.0000,7.6060,-6.6685,-0.6701,0.0000,-5.9984,0.0000,-5.9984,6.3759,-12.3743,0.0000,-12.3743,-0.2297,-12.1446,0.0000,0.0000,10.7919,-22.9365,2425.1230,2425.1230,2425.1230 -757.5000,1.0000,9698.3052,57.6455,56.7496,-0.2803,0.0000,5,1576.1805,-102.0606,607.9043,-102.0608,-16.8458,100.3390,-16.8459,-0.6314,-23.7607,0.0000,0.0000,7.5463,-23.8713,-0.7060,0.0000,-23.1653,0.0000,-23.1653,6.2896,-29.4549,0.0703,-29.5252,-0.3983,-29.1268,0.0000,0.0000,10.6457,-39.7725,0.0000,0.0000,0.0000 -758.5000,1.0000,9713.9177,56.5965,55.6606,-0.3025,0.0000,5,1558.7850,-101.0291,562.7648,-101.0291,-16.4915,91.8632,-16.4915,-1.0407,-22.9355,0.0000,0.0000,7.4847,-22.9968,-0.6851,0.0000,-22.3117,0.0000,-22.3117,6.1751,-28.4868,3.6281,-32.1149,-0.4221,-31.6928,0.0000,0.0000,10.4520,-42.1448,0.0000,0.0000,0.0000 -759.5000,1.0000,9729.2347,55.5325,54.6216,-0.2886,0.0000,5,1529.9075,-99.3164,545.5297,-99.3164,-15.9116,87.4002,-15.9116,-1.6917,-21.5499,0.0000,0.0000,7.3300,-21.4974,-0.6611,0.0000,-20.8363,0.0000,-20.8363,6.0590,-26.8954,2.6982,-29.5935,-0.3952,-29.1984,0.0000,0.0000,10.2555,-39.4539,0.0000,0.0000,0.0000 -760.5000,1.0000,9744.1486,54.0815,52.7586,-0.5175,0.0000,5,1491.5310,-97.0404,529.1167,-97.0404,-15.1570,82.6442,-15.1570,-1.8659,-20.4657,0.0000,0.0000,7.1746,-20.5400,-0.6341,0.0000,-19.9059,0.0000,-19.9059,5.9007,-25.8066,33.7910,-59.5976,-0.6900,-58.9076,0.0000,0.0000,9.9875,-68.8951,0.0000,0.0000,0.0000 -761.5000,1.0000,9758.5665,52.2960,51.0506,-0.4744,0.0000,5,1446.3645,-94.3598,509.6415,-94.3617,-14.2920,77.1918,-14.2923,-2.2024,-19.1278,0.0000,0.0000,7.0381,-19.1119,-0.6005,0.0000,-18.5114,0.0000,-18.5114,5.7059,-24.2173,27.2210,-51.4383,-0.6117,-50.8266,0.5934,0.0000,9.6578,-61.0778,0.0000,0.0000,0.0000 -762.5000,1.0000,9772.5161,50.6100,49.3866,-0.4622,0.0000,5,1395.8190,-91.3616,491.9681,-91.3639,-13.3543,71.9109,-13.3546,-2.2073,-16.0887,0.0000,0.0000,4.9416,-16.0558,-0.5666,0.0000,-15.4892,0.0000,-15.4892,5.5220,-21.0112,23.1991,-44.2103,-0.5768,-43.6336,4.6060,0.0000,9.3463,-57.5859,0.0000,0.0000,0.0000 -763.5000,1.0000,9785.9692,48.8225,47.4756,-0.5308,0.0000,5,1349.3170,-88.6058,481.2364,-88.6060,-12.5200,67.9988,-12.5200,-1.7196,-15.6755,0.0000,0.0000,4.8750,-15.7425,-0.5386,0.0000,-15.2039,0.0000,-15.2039,5.3269,-20.5308,25.6030,-46.1338,-0.6390,-45.4949,9.2872,0.0000,9.0160,-63.7981,0.0000,0.0000,0.0000 -764.5000,1.0000,9798.8856,46.8905,45.5226,-0.5425,0.0000,5,1299.8780,-85.6716,460.8926,-85.6738,-11.6619,62.7380,-11.6622,-2.2900,-14.0902,0.0000,0.0000,4.7184,-14.0723,-0.5057,0.0000,-13.5667,0.0000,-13.5667,5.1161,-18.6828,25.3106,-43.9934,-0.6272,-43.3662,10.5948,0.0000,8.6591,-62.6201,0.0000,0.0000,0.0000 -765.5000,1.0000,9811.3116,45.1250,43.9446,-0.4383,0.0000,5,1248.4170,-82.6205,450.5689,-82.6218,-10.8013,58.9046,-10.8015,-1.7460,-13.6418,0.0000,0.0000,4.5865,-13.6313,-0.4789,0.0000,-13.1523,0.0000,-13.1523,4.9235,-18.0758,15.9833,-34.0591,-0.4877,-33.5714,6.7865,0.0000,8.3333,-48.6913,0.0000,0.0000,0.0000 -766.5000,1.0000,9823.3704,43.8030,42.8786,-0.2961,0.0000,5,1210.1930,-80.3547,446.1055,-80.3548,-10.1834,56.5354,-10.1835,-1.1482,-13.5089,0.0000,0.0000,4.4736,-13.5007,-0.4598,0.0000,-13.0409,0.0000,-13.0409,4.7793,-17.8201,3.3470,-21.1671,-0.3198,-20.8474,2.9925,0.0000,8.0893,-31.9292,0.0000,0.0000,0.0000 -767.5000,1.0000,9835.2061,43.0000,42.3386,-0.1500,0.0000,5,1180.3615,1.0352,438.9255,-78.5788,0.1280,54.2543,-9.7129,-1.0425,-3.2234,0.0000,0.0000,4.3938,-3.2042,-0.4230,0.0000,-2.7813,0.0000,-2.7813,4.6916,-7.4729,0.0000,-7.4729,-0.1590,-7.3139,0.6228,0.0000,7.9410,-15.8778,1441.6718,1441.6718,1441.6718 -768.5000,1.0000,9846.9010,42.4930,41.8646,-0.1317,0.0000,5,1162.0890,18.6171,479.5405,-77.4888,2.2656,58.3570,-9.4299,-0.2777,-1.8354,0.0000,0.0000,4.3787,-1.8396,-0.4125,0.0000,-1.4270,0.0000,-1.4270,4.6363,-6.0633,0.0000,-6.0633,-0.1379,-5.9254,0.0000,0.0000,7.8474,-13.7728,1738.1805,1738.1805,1738.1805 -769.5000,1.0000,9858.5203,42.2210,41.7946,-0.0194,0.0000,5,1151.2550,114.6879,482.7354,-76.8425,13.8267,58.1982,-9.2641,-0.4909,9.9909,0.0000,0.0000,4.3267,9.9388,-0.4238,0.0000,10.3626,0.0000,10.3626,4.6066,5.7560,0.0000,5.7560,-0.0202,5.7762,0.0000,0.0000,7.7972,-2.0209,3261.8194,3261.8194,3261.8194 -770.5000,1.0000,9870.1345,42.2025,41.8276,0.0092,0.0000,5,1138.9335,141.7678,526.1980,-76.1075,16.9085,62.7590,-9.0773,-0.3762,12.9880,0.0000,0.0000,4.2967,12.9216,-0.4386,0.0000,13.3602,0.0000,13.3602,4.6046,8.7556,0.0000,8.7556,0.0095,8.7461,0.0000,0.0000,7.7938,0.9523,3760.6234,3760.6234,3760.6234 -771.5000,1.0000,9881.7141,42.0780,41.5456,-0.0783,0.0000,5,1135.3860,68.7504,542.4237,-75.8959,8.1742,64.4927,-9.0238,0.1277,3.7551,0.0000,0.0000,4.2915,3.7738,-0.3929,0.0000,4.1666,0.0000,4.1666,4.5910,-0.4244,0.0000,-0.4244,-0.0813,-0.3432,0.0000,0.0000,7.7708,-8.1139,2521.9349,2521.9349,2521.9349 -772.5000,1.0000,9893.2535,41.9335,41.5386,-0.0019,0.0000,5,1137.1025,134.0989,507.0095,-75.9983,15.9681,60.3732,-9.0497,-0.0080,11.6880,0.0000,0.0000,4.2881,11.6878,-0.4289,0.0000,12.1166,0.0000,12.1166,4.5753,7.5414,0.0000,7.5414,-0.0020,7.5434,0.0000,0.0000,7.7441,-0.2007,3576.7087,3576.7087,3576.7087 -773.5000,1.0000,9904.8124,42.0035,41.6856,0.0408,0.0000,5,1137.1405,171.9781,537.9284,-76.0006,20.4793,64.0571,-9.0502,0.0106,16.1781,0.0000,0.0000,4.2906,16.1520,-0.4523,0.0000,16.6043,0.0000,16.6043,4.5829,12.0214,0.0000,12.0214,0.0423,11.9791,0.0000,0.0000,7.7570,4.2221,4446.5783,4446.5783,4446.5783 -774.5000,1.0000,9916.4186,42.1735,41.8786,0.0536,0.0000,5,1135.6145,183.0346,554.3040,-75.9096,21.7667,65.9185,-9.0273,-0.1171,17.6159,0.0000,0.0000,4.2678,17.5497,-0.4616,0.0000,18.0114,0.0000,18.0114,4.6015,13.4099,0.0000,13.4099,0.0557,13.3542,0.0000,0.0000,7.7884,5.5658,4693.9039,4693.9039,4693.9039 -775.5000,1.0000,9928.1237,42.5300,42.3986,0.1444,0.0000,5,1139.0095,267.9644,564.2295,-76.1121,31.9619,67.2995,-9.0784,0.3549,27.2983,0.0000,0.0000,4.3087,27.2533,-0.5153,0.0000,27.7686,0.0000,27.7686,4.6404,23.1283,0.0000,23.1283,0.1515,22.9768,0.0000,0.0000,7.8542,15.1226,6575.9406,6575.9406,6575.9406 -776.5000,1.0000,9940.0162,43.2045,43.2276,0.2303,0.0000,5,1155.0695,347.0302,609.4133,-77.0701,41.9763,73.7138,-9.3223,0.7793,36.8595,0.0000,0.0000,4.3374,36.8565,-0.5727,0.0000,37.4293,0.0000,37.4293,4.7140,32.7153,0.0000,32.7153,0.2453,32.4700,0.0000,0.0000,7.9788,24.4912,8466.0617,8466.0617,8466.0617 -777.5000,1.0000,9952.1030,43.9040,43.7976,0.1583,0.0000,5,1173.3425,281.3319,646.2710,-78.1601,34.5679,79.4087,-9.6037,0.5250,29.6445,0.0000,0.0000,4.3983,29.6362,-0.5456,0.0000,30.1818,0.0000,30.1818,4.7903,25.3916,0.0000,25.3916,0.1714,25.2202,0.0000,0.0000,8.1080,17.1122,7099.9832,7099.9832,7099.9832 -778.5000,1.0000,9964.3779,44.5810,44.5816,0.2178,0.0000,5,1192.6070,335.7185,623.3964,-79.3093,41.9277,77.8557,-9.9049,0.8773,36.6007,0.0000,0.0000,4.4498,36.6461,-0.5902,0.0000,37.2362,0.0000,37.2362,4.8641,32.3721,0.0000,32.3721,0.2394,32.1327,0.0000,0.0000,8.2330,23.8997,8493.0906,8493.0906,8493.0906 -779.5000,1.0000,9976.8924,45.4435,45.5226,0.2614,0.0000,5,1214.4655,374.1032,649.6363,-80.6082,47.5779,82.6198,-10.2516,0.7369,42.3468,0.0000,0.0000,4.4942,42.2539,-0.6303,0.0000,42.8841,0.0000,42.8841,4.9582,37.9259,0.0000,37.9259,0.2929,37.6330,0.0000,0.0000,8.3923,29.2407,9561.7379,9561.7379,9561.7379 -780.5000,1.0000,9989.6638,46.3685,46.4316,0.2525,0.0000,5,1246.2805,368.4001,677.1998,-82.4951,48.0800,88.3815,-10.7664,1.6788,41.7675,0.0000,0.0000,4.6338,42.0900,-0.6423,0.0000,42.7323,0.0000,42.7323,5.0592,37.6731,0.0000,37.6731,0.2887,37.3844,0.0000,0.0000,8.5631,28.8213,9663.9665,9663.9665,9663.9665 -781.5000,1.0000,10002.7014,47.3270,47.4396,0.2800,0.0000,5,1282.0245,386.8260,675.7238,-84.6150,51.9327,90.7181,-11.3598,1.0872,46.1696,0.0000,0.0000,4.6758,46.1752,-0.6763,0.0000,46.8515,0.0000,46.8515,5.1637,41.6878,0.0000,41.6878,0.3267,41.3611,0.0000,0.0000,8.7401,32.6209,10437.1636,10437.1636,10437.1636 -782.5000,1.0000,10016.0378,48.4025,48.5826,0.3175,0.0000,5,1306.1340,420.3996,686.8332,-86.0449,57.5014,93.9437,-11.7690,0.8262,51.9107,0.0000,0.0000,4.7646,51.7095,-0.7196,0.0000,52.4291,0.0000,52.4291,5.2811,47.1480,0.0000,47.1480,0.3789,46.7691,0.0000,0.0000,8.9387,37.8304,11510.3853,11510.3853,11510.3853 -783.5000,1.0000,10029.6697,49.4660,49.5666,0.2733,0.0000,5,1336.3470,383.7075,710.1336,-87.8367,53.6968,99.3775,-12.2920,1.6342,47.2041,0.0000,0.0000,4.8585,47.4357,-0.7134,0.0000,48.1491,0.0000,48.1491,5.3971,42.7520,0.0000,42.7520,0.3334,42.4186,0.0000,0.0000,9.1351,33.2835,10789.1241,10789.1241,10789.1241 -784.5000,1.0000,10043.5663,50.4195,50.4896,0.2564,0.0000,5,1362.9360,363.4968,693.2015,-89.4137,51.8806,98.9381,-12.7617,0.5588,46.4275,0.0000,0.0000,4.8942,46.2318,-0.7213,0.0000,46.9531,0.0000,46.9531,5.5012,41.4519,0.0000,41.4519,0.3187,41.1332,0.0000,0.0000,9.3112,31.8220,10460.7931,10460.7931,10460.7931 -785.5000,1.0000,10057.6801,51.2010,51.1296,0.1778,0.0000,5,1374.8000,294.8257,688.2190,-90.1173,42.4457,99.0820,-12.9741,0.4380,37.0785,0.0000,0.0000,4.9291,36.9873,-0.6862,0.0000,37.6735,0.0000,37.6735,5.5864,32.0871,0.0000,32.0871,0.2244,31.8626,0.0000,0.0000,9.4556,22.4071,8722.5676,8722.5676,8722.5676 -786.5000,1.0000,10071.8967,51.5710,51.2296,0.0278,0.0000,5,1386.2825,162.1879,664.4958,-90.7983,23.5450,96.4656,-13.1813,0.5359,18.0516,0.0000,0.0000,4.9575,18.1160,-0.5964,0.0000,18.7124,0.0000,18.7124,5.6268,13.0856,0.0000,13.0856,0.0353,13.0503,0.0000,0.0000,9.5239,3.5264,5238.9526,5238.9526,5238.9526 -787.5000,1.0000,10086.1163,51.5820,51.1516,-0.0217,0.0000,5,1393.4540,115.4363,611.6742,-91.2236,16.8447,89.2568,-13.3116,0.0750,11.7941,0.0000,0.0000,4.9756,11.8105,-0.5647,0.0000,12.3752,0.0000,12.3752,5.6280,6.7472,0.0000,6.7472,-0.0276,6.7747,0.0000,0.0000,9.5259,-2.7512,4036.9766,4036.9766,4036.9766 -788.5000,1.0000,10100.3117,51.4950,51.0556,-0.0267,0.0000,5,1391.5465,108.9101,590.8732,-91.1105,15.8706,86.1035,-13.2768,-0.2380,11.1660,0.0000,0.0000,4.9426,11.1540,-0.5601,0.0000,11.7141,0.0000,11.7141,5.6185,6.0956,0.0000,6.0956,-0.0339,6.1295,0.0000,0.0000,9.5099,-3.3804,3855.3455,3855.3455,3855.3455 -789.5000,1.0000,10114.4627,51.3350,50.8316,-0.0622,0.0000,5,1386.0535,77.9978,586.9591,-90.7847,11.3212,85.1955,-13.1771,-0.2305,6.6034,0.0000,0.0000,4.9483,6.6049,-0.5347,0.0000,7.1396,0.0000,7.1396,5.6011,1.5386,0.0000,1.5386,-0.0788,1.6173,0.0000,0.0000,9.4803,-7.8630,3232.2934,3232.2934,3232.2934 -790.5000,1.0000,10128.5445,51.0860,50.5576,-0.0761,0.0000,5,1389.6010,70.9636,581.6870,-90.9951,10.3265,84.6463,-13.2415,0.5339,4.7844,0.0000,0.0000,5.0083,4.8188,-0.5220,0.0000,5.3409,0.0000,5.3409,5.5739,-0.2330,0.0000,-0.2330,-0.0959,-0.1372,0.0000,0.0000,9.4343,-9.5715,3124.2173,3124.2173,3124.2173 -791.5000,1.0000,10142.5385,50.7700,50.1996,-0.0994,0.0000,5,1390.2875,43.4433,571.1207,-91.0358,6.3249,83.1498,-13.2540,-0.4755,1.8388,0.0000,0.0000,4.9617,1.8379,-0.5246,0.0000,2.3624,0.0000,2.3624,5.5394,-3.1770,0.0000,-3.1770,-0.1245,-3.0525,0.0000,0.0000,9.3760,-12.4284,2654.1515,2654.1515,2654.1515 -792.5000,1.0000,10156.3788,50.2165,49.4506,-0.2081,0.0000,5,1379.9115,-49.8802,557.8880,-90.4205,-7.2079,80.6170,-13.0661,-0.4073,-11.7268,0.0000,0.0000,4.9262,-11.7738,-0.5499,0.0000,-11.2239,0.0000,-11.2239,5.4790,-16.7029,0.0000,-16.7029,-0.2576,-16.4453,0.0000,0.0000,9.2737,-25.7191,810.6193,810.6193,810.6193 -793.5000,1.0000,10169.9886,49.3865,48.5396,-0.2531,0.0000,5,1362.6305,-89.3956,509.4291,-89.3956,-12.7562,72.6926,-12.7562,-1.0439,-16.5874,0.0000,0.0000,4.8751,-16.5886,-0.5492,0.0000,-16.0394,0.0000,-16.0394,5.3885,-21.4279,0.5246,-21.9524,-0.3081,-21.6443,0.0000,0.0000,9.1205,-30.7647,0.0000,0.0000,0.0000 -794.5000,1.0000,10183.2150,48.0065,46.6906,-0.5136,0.0000,5,1326.0090,-87.2229,472.3649,-87.2236,-12.1117,65.5923,-12.1118,-1.9663,-14.9305,0.0000,0.0000,4.7851,-14.9465,-0.5243,0.0000,-14.4221,0.0000,-14.4221,5.2379,-19.6600,32.7788,-52.4388,-0.6079,-51.8309,0.0000,0.0000,8.8656,-60.6965,0.0000,0.0000,0.0000 -795.5000,1.0000,10195.9625,46.2825,45.0916,-0.4442,0.0000,5,1280.0035,-84.4935,460.2130,-84.4951,-11.3256,61.6877,-11.3259,-1.7182,-14.2721,0.0000,0.0000,4.6647,-14.2750,-0.4973,0.0000,-13.7777,0.0000,-13.7777,5.0498,-18.8275,22.8878,-41.7153,-0.5068,-41.2085,0.8491,0.0000,8.5472,-50.6048,0.0000,0.0000,0.0000 -796.5000,1.0000,10208.2682,44.6920,43.5096,-0.4394,0.0000,5,1237.3545,-81.9644,449.4732,-81.9657,-10.6206,58.2407,-10.6207,-1.5798,-13.5955,0.0000,0.0000,4.5547,-13.6079,-0.4727,0.0000,-13.1352,0.0000,-13.1352,4.8763,-18.0115,21.6269,-39.6383,-0.4842,-39.1541,0.9386,0.0000,8.2535,-48.3463,0.0000,0.0000,0.0000 -797.5000,1.0000,10220.1721,43.2455,42.1986,-0.3642,0.0000,5,1196.3075,-79.5288,438.5601,-79.5300,-9.9631,54.9415,-9.9633,-1.4882,-12.9404,0.0000,0.0000,4.4655,-12.9171,-0.4505,0.0000,-12.4666,0.0000,-12.4666,4.7184,-17.1850,13.0764,-30.2614,-0.3883,-29.8731,0.9083,0.0000,7.9864,-38.7677,0.0000,0.0000,0.0000 -798.5000,1.0000,10231.8331,42.3710,41.7606,-0.1217,0.0000,5,1163.6910,23.4241,435.6001,-77.5844,2.8545,53.0828,-9.4545,-0.8833,-0.6376,0.0000,0.0000,4.3754,-0.6341,-0.4079,0.0000,-0.2262,0.0000,-0.2262,4.6230,-4.8493,0.0000,-4.8493,-0.1271,-4.7222,0.1432,0.0000,7.8249,-12.6902,1817.0661,1817.0661,1817.0661 -799.5000,1.0000,10243.4101,42.0685,41.5936,-0.0464,0.0000,5,1144.7700,91.8067,483.6037,-76.4557,11.0058,57.9744,-9.1655,-0.4612,7.1262,0.0000,0.0000,4.3408,7.0995,-0.4075,0.0000,7.5069,0.0000,7.5069,4.5900,2.9169,0.0000,2.9169,-0.0481,2.9650,0.0000,0.0000,7.7690,-4.8040,2896.0596,2896.0596,2896.0596 -800.5000,1.0000,10255.0353,42.2425,42.1086,0.1431,0.0000,5,1138.6285,263.5922,518.8516,-76.0893,31.4299,61.8663,-9.0727,0.0293,27.0793,0.0000,0.0000,4.3213,26.9252,-0.5099,0.0000,27.4350,0.0000,27.4350,4.6090,22.8260,0.0000,22.8260,0.1490,22.6771,0.0000,0.0000,7.8011,14.8759,6471.2006,6471.2006,6471.2006 -801.5000,1.0000,10266.8852,43.0510,43.2106,0.3061,0.0000,5,1148.3560,415.9337,605.6562,-76.6696,50.0183,72.8335,-9.2199,0.6564,45.0111,0.0000,0.0000,4.3508,44.8026,-0.6108,0.0000,45.4134,0.0000,45.4134,4.6972,40.7162,0.0000,40.7162,0.3249,40.3913,0.0000,0.0000,7.9505,32.4408,9988.0058,9988.0058,9988.0058 -802.5000,1.0000,10279.0700,44.2565,44.5196,0.3636,0.0000,5,1172.3505,472.1137,680.5498,-78.1009,57.9606,83.5499,-9.5883,1.0574,52.4971,0.0000,0.0000,4.4061,52.3801,-0.6652,0.0000,53.0453,0.0000,53.0453,4.8620,48.1834,0.0000,48.1834,0.3967,47.7866,0.0000,0.0000,8.1731,39.6135,11547.6760,11547.6760,11547.6760 -803.5000,1.0000,10291.6411,45.6475,45.9926,0.4092,0.0000,5,1207.3700,515.7024,711.6892,-80.1874,65.2031,89.9828,-10.1385,1.5076,59.2016,0.0000,0.0000,4.4939,59.2427,-0.7189,0.0000,59.9616,0.0000,59.9616,5.0935,54.8681,0.0000,54.8681,0.4605,54.4076,0.0000,0.0000,8.4300,45.9776,12956.3812,12956.3812,12956.3812 -804.5000,1.0000,10304.6504,47.2250,47.6746,0.4672,0.0000,5,1249.0655,569.1913,735.0082,-82.6603,74.4513,96.1404,-10.8121,1.6386,68.2156,0.0000,0.0000,4.5970,68.1683,-0.7860,0.0000,68.9543,0.0000,68.9543,5.3734,63.5809,0.0000,63.5809,0.5440,63.0369,0.0000,0.0000,8.7213,54.3156,14689.0867,14689.0867,14689.0867 -805.5000,1.0000,10318.1090,48.8425,49.2276,0.4314,0.0000,5,1293.5075,535.3818,762.7815,-85.2960,72.5206,103.3232,-11.5538,1.8333,65.9733,0.0000,0.0000,4.7139,66.0996,-0.7986,0.0000,66.8982,0.0000,66.8982,5.4911,61.4071,0.0000,61.4071,0.5195,60.8876,0.0000,0.0000,9.0200,51.8676,14347.8705,14347.8705,14347.8705 -806.5000,1.0000,10332.0185,50.4655,50.9206,0.4703,0.0000,5,1337.5300,570.0417,753.8816,-87.9069,79.8433,105.5930,-12.3128,1.7202,73.2972,0.0000,0.0000,4.8259,73.2168,-0.8583,0.0000,74.0750,0.0000,74.0750,5.7479,68.3271,0.0000,68.3271,0.5851,67.7420,0.0000,0.0000,9.3197,58.4223,15658.5210,15658.5210,15658.5210 -807.5000,1.0000,10346.3942,52.1440,52.5846,0.4622,0.0000,5,1379.0725,563.3243,772.7464,-90.3707,81.3531,111.5970,-13.0510,1.7446,74.6631,0.0000,0.0000,4.9454,74.5883,-0.8902,0.0000,75.4785,0.0000,75.4785,5.9232,69.5553,0.0000,69.5553,0.5942,68.9611,0.0000,0.0000,9.6297,59.3314,15947.3038,15947.3038,15947.3038 -808.5000,1.0000,10361.2224,53.7730,54.1786,0.4428,0.0000,5,1422.7510,545.4784,776.9505,-92.9612,81.2709,115.7580,-13.8503,2.0165,74.1813,0.0000,0.0000,5.0731,74.2836,-0.9136,0.0000,75.1972,0.0000,75.1972,6.0686,69.1286,0.0000,69.1286,0.5870,68.5416,0.0000,0.0000,9.9305,58.6110,15943.2651,15943.2651,15943.2651 -809.5000,1.0000,10376.4888,55.3505,55.7396,0.4336,0.0000,5,1469.1000,535.3235,776.9541,-95.7101,82.3562,119.5296,-14.7244,2.0994,75.0511,0.0000,0.0000,5.2057,75.1798,-0.9427,0.0000,76.1225,0.0000,76.1225,6.2275,69.8951,0.0000,69.8951,0.5917,69.3033,0.0000,0.0000,10.2219,59.0815,16169.9666,16169.9666,16169.9666 -810.5000,1.0000,10392.1745,56.8600,57.1976,0.4050,0.0000,5,1515.1445,507.1611,780.3663,-98.4409,80.4690,123.8172,-15.6192,2.1191,72.9765,0.0000,0.0000,5.3735,73.1357,-0.9564,0.0000,74.0921,0.0000,74.0921,6.3357,67.7564,0.0000,67.7564,0.5678,67.1886,0.0000,0.0000,10.5006,56.6880,15918.4193,15918.4193,15918.4193 -811.5000,1.0000,10408.2479,58.2555,58.5306,0.3703,0.0000,5,1557.8320,477.6316,777.2884,-100.9726,77.9188,126.8036,-16.4722,1.9050,70.5201,0.0000,0.0000,5.4937,70.6136,-0.9662,0.0000,71.5798,0.0000,71.5798,6.4262,65.1536,0.0000,65.1536,0.5318,64.6218,0.0000,0.7635,10.7584,53.0999,15504.2626,15504.2626,15504.2626 -812.5000,1.0000,10424.6535,59.4515,59.5896,0.2942,0.0000,5,1591.2110,412.5468,771.2781,-102.9522,68.7432,128.5190,-17.1551,1.3159,61.8466,0.0000,0.0000,5.5807,61.8195,-0.9415,0.0000,62.7610,0.0000,62.7610,6.4866,56.2743,0.0000,56.2743,0.4312,55.8431,0.0000,1.8127,10.9792,43.0512,13830.0413,13830.0413,13830.0413 -813.5000,1.0000,10441.3628,60.5450,60.7176,0.3133,0.0000,5,1622.9115,433.7358,759.5719,-104.2894,73.7138,129.0899,-17.7241,1.8173,66.2074,0.0000,0.0000,5.6891,66.3334,-0.9826,0.0000,67.3159,0.0000,67.3159,6.6059,60.7100,0.0000,60.7100,0.4677,60.2423,0.0000,2.3614,11.1812,46.6997,14813.5700,14813.5700,14813.5700 -814.5000,1.0000,10458.2293,61.1110,60.7216,0.0011,0.0000,5,1649.1190,153.1851,764.4686,-105.2227,26.4543,132.0202,-18.1715,0.8075,19.8690,0.0000,0.0000,5.7779,19.9644,-0.7579,0.0000,20.7223,0.0000,20.7223,6.6677,14.0547,0.0000,14.0547,0.0017,14.0530,0.0000,2.6001,11.2857,0.1671,6014.6016,6014.6016,6014.6016 -815.5000,1.0000,10475.0743,61.0335,60.5626,-0.0442,0.0000,5,1656.3670,110.3784,682.9130,-105.4809,19.1456,118.4542,-18.2961,-0.0737,13.4784,0.0000,0.0000,5.7410,13.4900,-0.7239,0.0000,14.2139,0.0000,14.2139,6.6592,7.5547,0.0000,7.5547,-0.0665,7.6211,0.0000,2.9856,11.2714,-6.6358,4754.2791,4754.2791,4754.2791 -816.5000,1.0000,10491.8963,60.9505,60.5556,-0.0019,0.0000,5,1642.1760,153.2780,658.3899,-104.9755,26.3590,113.2222,-18.0525,-1.3580,22.0174,0.0000,0.0000,5.6996,21.8381,-0.7647,0.0000,22.6028,0.0000,22.6028,6.6502,15.9526,0.0000,15.9526,-0.0029,15.9555,0.0000,4.9912,11.2561,-0.2917,5991.4068,5991.4068,5991.4068 -817.5000,1.0000,10508.7220,60.9640,60.5896,0.0094,0.0000,5,1648.2415,189.8713,694.2852,-105.1915,32.7724,119.8360,-18.1564,1.9770,24.9897,0.0000,0.0000,5.8057,25.2788,-0.7823,0.0000,26.0611,0.0000,26.0611,6.6517,19.4094,0.0000,19.4094,0.0142,19.3952,0.0000,6.7193,11.2585,1.4174,7180.4080,7180.4080,7180.4080 -818.5000,1.0000,10525.5891,61.1130,60.8536,0.0733,0.0000,5,1663.9965,235.4282,693.0478,-105.7526,41.0241,120.7659,-18.4277,-0.3859,35.6136,0.0000,0.0000,5.7965,35.4562,-0.8362,0.0000,36.2923,0.0000,36.2923,6.6679,29.6244,0.0000,29.6244,0.1105,29.5139,0.0000,7.1956,11.2861,11.0323,8696.8203,8696.8203,8696.8203 -819.5000,1.0000,10542.5415,61.4200,61.2036,0.0972,0.0000,5,1666.4380,267.3488,713.2022,-105.8395,46.6548,124.4602,-18.4699,0.6363,40.1875,0.0000,0.0000,5.8310,40.2228,-0.8655,0.0000,41.0883,0.0000,41.0883,6.7014,34.3869,0.0000,34.3869,0.1472,34.2397,0.0000,8.1973,11.3428,14.6996,9781.1886,9781.1886,9781.1886 -820.5000,1.0000,10559.5614,61.6630,61.3396,0.0378,0.0000,5,1679.2935,223.1608,724.7942,-106.2973,39.2440,127.4588,-18.6929,0.6845,32.6905,0.0000,0.0000,5.8690,32.7836,-0.8320,0.0000,33.6156,0.0000,33.6156,6.7279,26.8877,0.0000,26.8877,0.0574,26.8302,0.0000,9.7082,11.3876,5.7344,8394.7011,8394.7011,8394.7011 -821.5000,1.0000,10576.6517,61.9165,61.7106,0.1031,0.0000,5,1691.2335,304.6048,715.1714,-106.7226,53.9472,126.6608,-18.9012,0.5507,47.4882,0.0000,0.0000,5.9083,47.4948,-0.9106,0.0000,48.4054,0.0000,48.4054,6.7556,41.6498,0.0000,41.6498,0.1573,41.4925,0.0000,14.3506,11.4344,15.7075,11195.6856,11195.6856,11195.6856 -822.5000,1.0000,10593.8276,62.2250,61.9566,0.0683,0.0000,5,1692.1490,278.2090,731.4992,-106.7552,49.2990,129.6227,-18.9172,-0.4559,43.8543,0.0000,0.0000,5.9006,43.6544,-0.8965,0.0000,44.5509,0.0000,44.5509,6.7892,37.7616,0.0000,37.7616,0.1048,37.6568,0.0000,15.6983,11.4914,10.4671,10328.6613,10328.6613,10328.6613 -823.5000,1.0000,10611.0767,62.4880,62.2366,0.0778,0.0000,5,1689.2115,309.4920,727.4751,-106.6505,54.7472,128.6858,-18.8658,0.1504,48.6918,0.0000,0.0000,5.9051,48.6246,-0.9261,0.0000,49.5507,0.0000,49.5507,6.8179,42.7328,0.0000,42.7328,0.1198,42.6130,0.0000,19.1088,11.5400,11.9641,11334.5183,11334.5183,11334.5183 -824.5000,1.0000,10628.3943,62.7350,62.4506,0.0594,0.0000,5,1697.0700,310.3954,740.0194,-106.9304,55.1625,131.5138,-19.0033,0.6679,48.5707,0.0000,0.0000,5.9238,48.6711,-0.9306,0.0000,49.6017,0.0000,49.6017,6.8449,42.7569,0.0000,42.7569,0.0919,42.6649,0.0000,21.8991,11.5856,9.1802,11433.1591,11433.1591,11433.1591 -825.5000,1.0000,10645.7675,62.9350,62.6366,0.0517,0.0000,5,1701.9150,332.7577,736.6430,-107.1029,59.3054,131.2876,-19.0883,-0.1635,51.4236,0.0000,0.0000,8.0453,51.3005,-0.9473,0.0000,52.2479,0.0000,52.2479,6.8667,45.3812,0.0000,45.3812,0.0802,45.3010,0.0000,25.6740,11.6225,8.0045,12216.0042,12216.0042,12216.0042 -826.5000,1.0000,10663.1983,63.1420,62.8646,0.0633,0.0000,5,1711.5280,357.8514,751.8259,-107.4453,64.1380,134.7504,-19.2575,1.1748,54.8238,0.0000,0.0000,8.1394,55.0824,-0.9700,0.0000,56.0524,0.0000,56.0524,6.8893,49.1632,0.0000,49.1632,0.0986,49.0646,0.0000,27.5596,11.6608,9.8442,13114.6800,13114.6800,13114.6800 -827.5000,1.0000,10680.6984,63.3920,63.1366,0.0756,0.0000,5,1721.0650,342.4500,752.5227,-107.7849,61.7196,135.6268,-19.4260,-0.1733,53.7514,0.0000,0.0000,8.1415,53.5852,-0.9668,0.0000,54.5520,0.0000,54.5520,6.9166,47.6355,0.0000,47.6355,0.1181,47.5174,0.0000,24.0200,11.7069,11.7904,12666.3860,12666.3860,12666.3860 -828.5000,1.0000,10698.2725,63.6580,63.3966,0.0722,0.0000,5,1729.2290,381.2886,757.1411,-108.0757,69.0454,137.1065,-19.5708,1.0411,59.8229,0.0000,0.0000,8.1814,60.0394,-1.0040,0.0000,61.0435,0.0000,61.0435,6.9456,54.0979,0.0000,54.0979,0.1134,53.9845,0.0000,30.9109,11.7561,11.3176,14033.3196,14033.3196,14033.3196 -829.5000,1.0000,10715.9126,63.8960,63.6126,0.0600,0.0000,5,1738.3080,367.3281,762.1953,-108.3990,66.8666,138.7464,-19.7324,-0.0774,58.7421,0.0000,0.0000,8.2019,58.6186,-1.0010,0.0000,59.6196,0.0000,59.6196,6.9716,52.6480,0.0000,52.6480,0.0945,52.5535,0.0000,31.3160,11.8000,9.4374,13620.1545,13620.1545,13620.1545 -830.5000,1.0000,10733.5583,63.9160,63.4366,-0.0489,0.0000,5,1730.1060,264.2903,754.2459,-108.1069,47.8831,136.6515,-19.5864,-0.7944,40.5311,0.0000,0.0000,8.1464,40.4116,-0.9094,0.0000,41.3210,0.0000,41.3210,6.9737,34.3473,0.0000,34.3473,-0.0770,34.4243,0.0000,30.3128,11.8037,-7.6922,10059.1454,10059.1454,10059.1454 -831.5000,1.0000,10751.1388,63.6810,63.1426,-0.0817,0.0000,5,1722.5910,243.1991,730.9157,-107.8393,43.8705,131.8494,-19.4531,-0.0040,35.7574,0.0000,0.0000,8.1172,35.8393,-0.8822,0.0000,36.7215,0.0000,36.7215,6.9481,29.7734,0.0000,29.7734,-0.1282,29.9016,0.0000,30.9435,11.7603,-12.8022,9318.4908,9318.4908,9318.4908 -832.5000,1.0000,10768.6500,63.4320,62.9386,-0.0567,0.0000,5,1722.5530,259.1894,725.3140,-107.8379,46.7540,130.8360,-19.4524,0.0000,40.7576,0.0000,0.0000,5.9963,40.8233,-0.9030,0.0000,41.7263,0.0000,41.7263,6.9209,34.8054,0.0000,34.8054,-0.0886,34.8940,0.0000,32.0281,11.7143,-8.8484,9853.3493,9853.3493,9853.3493 -833.5000,1.0000,10786.0788,63.1350,62.5486,-0.1083,0.0000,5,1717.8225,243.4414,725.4234,-107.6695,43.7927,130.4964,-19.3687,-0.4990,38.3349,0.0000,0.0000,5.9567,38.3478,-0.8854,0.0000,39.2332,0.0000,39.2332,6.8885,32.3447,0.0000,32.3447,-0.1686,32.5133,0.0000,37.6907,11.6595,-16.8369,9304.4223,9304.4223,9304.4223 -834.5000,1.0000,10803.3827,62.6855,62.0396,-0.1414,0.0000,5,1704.8905,159.1718,716.2919,-107.2089,28.4179,127.8837,-19.1406,-0.8587,23.3865,0.0000,0.0000,5.8901,23.3689,-0.8020,0.0000,24.1708,0.0000,24.1708,6.8395,17.3314,0.0000,17.3314,-0.2185,17.5499,0.0000,27.7912,11.5765,-21.8178,6484.5081,6484.5081,6484.5081 -835.5000,1.0000,10820.5298,62.1210,61.4196,-0.1722,0.0000,5,1688.6400,159.8773,689.3733,-106.6302,28.2717,121.9046,-18.8558,-0.8347,23.2601,0.0000,0.0000,5.8463,23.2654,-0.7918,0.0000,24.0571,0.0000,24.0571,6.7779,17.2792,0.0000,17.2792,-0.2638,17.5430,0.0000,32.4072,11.4722,-26.3364,6430.0357,6430.0357,6430.0357 -836.5000,1.0000,10837.5136,61.5330,60.8636,-0.1544,0.0000,5,1674.8685,187.2201,687.1940,-106.1397,32.8369,120.5282,-18.6160,-0.5886,27.6098,0.0000,0.0000,5.8157,27.6403,-0.8038,0.0000,28.4442,0.0000,28.4442,6.7137,21.7304,0.0000,21.7304,-0.2343,21.9647,0.0000,33.9954,11.3636,-23.3943,7231.9006,7231.9006,7231.9006 -837.5000,1.0000,10854.3188,60.8905,60.1346,-0.2025,0.0000,5,1670.4050,199.9803,697.9271,-105.9808,34.9814,122.0845,-18.5386,0.1291,29.0490,0.0000,0.0000,5.8033,29.2460,-0.8011,0.0000,30.0470,0.0000,30.0470,6.6436,23.4034,0.0000,23.4034,-0.3040,23.7074,0.0000,42.8156,11.2450,-30.3532,7616.1426,7616.1426,7616.1426 -838.5000,1.0000,10870.9614,60.3045,59.6916,-0.1231,0.0000,5,1651.4075,280.7979,683.3804,-105.3042,48.5598,118.1804,-18.2108,-2.0543,44.9278,0.0000,0.0000,5.6863,44.5403,-0.8685,0.0000,45.4087,0.0000,45.4087,6.5797,38.8290,0.0000,38.8290,-0.1830,39.0120,0.0000,46.1428,11.1367,-18.2675,10123.5768,10123.5768,10123.5768 -839.5000,1.0000,10887.4604,59.7880,59.1016,-0.1639,0.0000,5,1628.9765,230.6722,713.6807,-104.5054,39.3495,121.7439,-17.8272,-0.2175,33.8919,0.0000,0.0000,5.6751,34.0145,-0.8067,0.0000,34.8212,0.0000,34.8212,6.5233,28.2978,0.0000,28.2978,-0.2416,28.5394,0.0000,41.6189,11.0414,-24.1209,8368.4833,8368.4833,8368.4833 -840.5000,1.0000,10903.7935,59.1905,58.4966,-0.1681,0.0000,5,1616.2355,179.5364,689.9956,-104.0517,30.3868,116.7830,-17.6109,-1.0488,25.8270,0.0000,0.0000,5.6087,25.7899,-0.7552,0.0000,26.5451,0.0000,26.5451,6.4582,20.0870,0.0000,20.0870,-0.2452,20.3322,0.0000,33.8881,10.9310,-24.4869,6695.8410,6695.8410,6695.8410 -841.5000,1.0000,10919.9843,58.6785,58.0776,-0.1164,0.0000,5,1591.8215,191.7432,665.1429,-102.9884,31.9627,110.8761,-17.1677,-1.3537,27.7829,0.0000,0.0000,5.5334,27.6399,-0.7561,0.0000,28.3960,0.0000,28.3960,6.4023,21.9937,0.0000,21.9937,-0.1684,22.1621,0.0000,28.1377,10.8365,-16.8120,6972.5873,6972.5873,6972.5873 -842.5000,1.0000,10936.0937,58.3850,57.9096,-0.0467,0.0000,5,1576.6385,249.2717,672.7524,-102.0879,41.1561,111.0749,-16.8553,-0.1293,35.7528,0.0000,0.0000,5.5326,35.7739,-0.7924,0.0000,36.5663,0.0000,36.5663,6.3703,30.1961,0.0000,30.1961,-0.0672,30.2633,0.0000,26.1881,10.7823,-6.7071,8646.4663,8646.4663,8646.4663 -843.5000,1.0000,10952.1884,58.3325,57.9726,0.0175,0.0000,5,1578.1260,345.3985,693.6455,-102.1762,57.0809,114.6325,-16.8857,0.2736,51.2538,0.0000,0.0000,5.5535,51.3178,-0.8700,0.0000,52.1878,0.0000,52.1878,6.3645,45.8233,0.0000,45.8233,0.0252,45.7981,0.0000,32.5126,10.7726,2.5129,11632.9408,11632.9408,11632.9408 -844.5000,1.0000,10968.3069,58.4180,58.0806,0.0300,0.0000,5,1580.9490,375.2151,722.9169,-102.3436,62.1193,119.6837,-16.9437,0.0000,56.5785,0.0000,0.0000,5.5408,56.5262,-0.8977,0.0000,57.4240,0.0000,57.4240,6.3739,51.0501,0.0000,51.0501,0.0432,51.0069,0.0000,35.9044,10.7884,4.3142,12592.7067,12592.7067,12592.7067 -845.5000,1.0000,10984.4537,58.5200,58.1766,0.0267,0.0000,5,1582.2080,323.3334,733.5266,-102.4183,53.5726,121.5369,-16.9695,0.1223,47.9137,0.0000,0.0000,5.5366,47.9125,-0.8559,0.0000,48.7684,0.0000,48.7684,6.3850,42.3834,0.0000,42.3834,0.0385,42.3449,0.0000,27.6962,10.8072,3.8415,10976.0666,10976.0666,10976.0666 -846.5000,1.0000,11000.6233,58.6020,58.2446,0.0189,0.0000,5,1588.1970,277.6039,720.5267,-102.7735,46.1699,119.8348,-17.0928,0.4613,40.1451,0.0000,0.0000,5.5634,40.2414,-0.8185,0.0000,41.0599,0.0000,41.0599,6.3939,34.6659,0.0000,34.6659,0.0273,34.6386,0.0000,21.0914,10.8223,2.7249,9614.6324,9614.6324,9614.6324 -847.5000,1.0000,11016.7732,58.5310,58.0346,-0.0583,0.0000,5,1597.2380,237.6583,708.2159,-103.3097,39.7513,118.4579,-17.2798,0.4229,33.7426,0.0000,0.0000,5.5858,33.8945,-0.7853,0.0000,34.6798,0.0000,34.6798,6.3862,28.2936,0.0000,28.2936,-0.0842,28.3778,0.0000,25.9735,10.8092,-8.4049,8421.1496,8421.1496,8421.1496 -848.5000,1.0000,11032.8433,58.2440,57.6706,-0.1011,0.0000,5,1588.4260,199.5976,682.7241,-102.7870,33.2010,113.5640,-17.0976,-1.2801,28.9615,0.0000,0.0000,5.5196,28.8122,-0.7549,0.0000,29.5672,0.0000,29.5672,6.3549,23.2123,0.0000,23.2123,-0.1452,23.3575,0.0000,27.0983,10.7562,-14.4970,7191.2857,7191.2857,7191.2857 -849.5000,1.0000,11048.8221,57.9150,57.3766,-0.0817,0.0000,5,1575.3030,226.4869,675.7217,-102.0087,37.3625,111.4707,-16.8279,0.0000,31.7963,0.0000,0.0000,5.5662,31.8772,-0.7651,0.0000,32.6422,0.0000,32.6422,6.3190,26.3233,0.0000,26.3233,-0.1166,26.4399,0.0000,27.3874,10.6955,-11.6430,7921.7562,7921.7562,7921.7562 -850.5000,1.0000,11064.6681,57.4370,56.7146,-0.1839,0.0000,5,1570.3060,123.0448,679.2528,-101.7124,20.2337,111.6977,-16.7258,-0.4819,15.2492,0.0000,0.0000,5.4664,15.2888,-0.6735,0.0000,15.9623,0.0000,15.9623,6.2668,9.6955,0.0000,9.6955,-0.2604,9.9559,0.0000,25.3489,10.6072,-26.0002,4832.4134,4832.4134,4832.4134 -851.5000,1.0000,11080.3068,56.6910,55.8846,-0.2306,0.0000,5,1550.6600,68.2382,632.9561,-100.5472,11.0808,102.7824,-16.3273,-1.3950,7.0844,0.0000,0.0000,5.3914,7.0693,-0.6200,0.0000,7.6893,0.0000,7.6893,6.1854,1.5038,0.0000,1.5038,-0.3222,1.8261,0.0000,23.5317,10.4694,-32.1750,3522.1005,3522.1005,3522.1005 -852.5000,1.0000,11095.6887,55.7660,54.8646,-0.2833,0.0000,5,1526.2070,-13.4545,609.6847,-99.0970,-2.1504,97.4423,-15.8381,-0.9189,-6.5444,0.0000,0.0000,5.3130,-6.5624,-0.6252,0.0000,-5.9372,0.0000,-5.9372,6.0845,-12.0217,0.0000,-12.0217,-0.3896,-11.6322,0.0000,16.9645,10.2986,-38.8952,1912.1989,1912.1989,1912.1989 -853.5000,1.0000,11110.7916,54.7620,53.8766,-0.2744,0.0000,5,1502.0980,2.6813,569.1489,-97.6671,0.4218,89.5267,-15.3630,-1.3196,-3.5005,0.0000,0.0000,5.2419,-3.4988,-0.6011,0.0000,-2.8976,0.0000,-2.8976,5.9750,-8.8726,0.0000,-8.8726,-0.3705,-8.5020,0.0000,18.3815,10.1132,-36.9967,2219.8562,2219.8562,2219.8562 -854.5000,1.0000,11125.6055,53.7215,52.7836,-0.3036,0.0000,5,1474.7465,14.5312,566.5002,-96.0449,2.2441,87.4875,-14.8327,-1.1816,-1.7272,0.0000,0.0000,5.1529,-1.7295,-0.5799,0.0000,-1.1496,0.0000,-1.1496,5.8614,-7.0110,0.0000,-7.0110,-0.4021,-6.6089,0.0000,23.6209,9.9210,-40.1509,2359.9336,2359.9336,2359.9336 -855.5000,1.0000,11140.1559,52.7730,51.9796,-0.2233,0.0000,5,1445.0295,84.3625,558.5726,-94.2825,12.7660,84.5250,-14.2671,-1.4793,9.1702,0.0000,0.0000,5.0751,9.1340,-0.5692,0.0000,9.7032,0.0000,9.7032,5.7580,3.9453,0.0000,3.9453,-0.2906,4.2359,0.0000,23.5031,9.7459,-29.0131,3515.5899,3515.5899,3515.5899 -856.5000,1.0000,11154.4768,51.9465,51.1306,-0.2358,0.0000,5,1420.6150,69.5424,584.2367,-92.8345,10.3456,86.9148,-13.8107,-0.6756,5.9672,0.0000,0.0000,5.0540,5.9836,-0.5408,0.0000,6.5244,0.0000,6.5244,5.6678,0.8566,0.0000,0.8566,-0.3020,1.1586,0.0000,21.7226,9.5932,-30.1572,3183.2204,3183.2204,3183.2204 -857.5000,1.0000,11168.6143,51.2865,50.6596,-0.1308,0.0000,5,1401.5410,160.0030,570.3021,-91.7033,23.4835,83.7027,-13.4592,-0.9752,19.4818,0.0000,0.0000,4.9768,19.4135,-0.5987,0.0000,20.0122,0.0000,20.0122,5.5958,14.4164,0.0000,14.4164,-0.1654,14.5819,0.0000,21.6283,9.4713,-16.5177,5251.1480,5251.1480,5251.1480 -858.5000,1.0000,11182.6388,50.8795,50.3166,-0.0953,0.0000,5,1385.2900,181.5115,606.0010,-90.7395,26.3314,87.9109,-13.1633,-0.4186,21.8323,0.0000,0.0000,4.9177,21.8283,-0.6048,0.0000,22.4331,0.0000,22.4331,5.5514,16.8818,0.0000,16.8818,-0.1195,17.0013,0.0000,19.5385,9.3962,-11.9334,5745.1441,5745.1441,5745.1441 -859.5000,1.0000,11196.5935,50.6285,50.1576,-0.0442,0.0000,5,1376.4780,258.9611,612.6771,-90.2168,37.3278,88.3140,-13.0043,-0.3289,32.7629,0.0000,0.0000,4.8938,32.7217,-0.6561,0.0000,33.3779,0.0000,33.3779,5.5240,27.8539,0.0000,27.8539,-0.0551,27.9090,0.0000,24.0637,9.3498,-5.5045,7755.6839,7755.6839,7755.6839 -860.5000,1.0000,11210.5631,50.6820,50.4236,0.0739,0.0000,5,1366.8650,361.5469,640.4788,-89.6467,51.7510,91.6767,-12.8318,-0.4803,47.3488,0.0000,0.0000,4.8825,47.0272,-0.7292,0.0000,47.7564,0.0000,47.7564,5.5298,42.2266,0.0000,42.2266,0.0923,42.1342,0.0000,23.5560,9.3597,9.2185,10440.8037,10440.8037,10440.8037 -861.5000,1.0000,11224.6353,51.0515,50.8966,0.1314,0.0000,5,1366.1020,413.6216,687.0213,-89.6015,59.1718,98.2838,-12.8182,0.4160,53.8322,0.0000,0.0000,4.9235,53.7785,-0.7688,0.0000,54.5473,0.0000,54.5473,5.5701,48.9772,0.0000,48.9772,0.1654,48.8118,0.0000,22.8720,9.4279,16.5119,11847.6083,11847.6083,11847.6083 -862.5000,1.0000,11238.8695,51.6345,51.5896,0.1925,0.0000,5,1379.7205,458.5512,710.4373,-90.4091,66.2533,102.6468,-13.0627,0.7337,60.5740,0.0000,0.0000,4.9456,60.5478,-0.8117,0.0000,61.3595,0.0000,61.3595,5.6646,55.6949,0.0000,55.6949,0.2451,55.4498,0.0000,21.4461,9.5356,24.4681,13164.7198,13164.7198,13164.7198 -863.5000,1.0000,11253.3019,52.3480,52.3236,0.2039,0.0000,5,1400.8925,465.3496,732.4142,-91.6648,68.2673,107.4460,-13.4473,1.0765,62.1627,0.0000,0.0000,5.0281,62.2813,-0.8312,0.0000,63.1125,0.0000,63.1125,5.7564,57.3561,0.0000,57.3561,0.2631,57.0929,0.0000,21.1517,9.6674,26.2738,13544.2472,13544.2472,13544.2472 -864.5000,1.0000,11267.9611,53.1645,53.2226,0.2497,0.0000,5,1425.8410,504.0512,738.5036,-93.1445,75.2618,110.2687,-13.9077,1.0889,69.0730,0.0000,0.0000,5.0999,69.0913,-0.8780,0.0000,69.9693,0.0000,69.9693,5.9343,64.0349,0.0000,64.0349,0.3273,63.7076,0.0000,21.2075,9.8182,32.6820,14851.9325,14851.9325,14851.9325 -865.5000,1.0000,11282.8739,54.0775,54.1496,0.2575,0.0000,5,1447.9665,534.3753,754.9375,-94.4567,81.0277,114.4717,-14.3225,0.8616,75.0007,0.0000,0.0000,5.1654,74.8610,-0.9212,0.0000,75.7822,0.0000,75.7822,6.1054,69.6768,0.0000,69.6768,0.3433,69.3335,0.0000,25.0681,9.9868,34.2786,15911.2290,15911.2290,15911.2290 -866.5000,1.0000,11298.0571,55.0510,55.1696,0.2833,0.0000,5,1471.0460,541.5132,771.0623,-95.8255,83.4188,118.7803,-14.7617,1.2096,76.9697,0.0000,0.0000,5.2395,76.9574,-0.9470,0.0000,77.9043,0.0000,77.9043,6.2267,71.6777,0.0000,71.6777,0.3846,71.2931,0.0000,22.7300,10.1666,38.3965,16372.1628,16372.1628,16372.1628 -867.5000,1.0000,11313.4943,55.9655,55.9786,0.2247,0.0000,5,1494.8500,522.1365,775.3108,-97.2372,81.7354,121.3674,-15.2215,0.9560,75.5021,0.0000,0.0000,5.2774,75.4825,-0.9540,0.0000,76.4364,0.0000,76.4364,6.2887,70.1478,0.0000,70.1478,0.3101,69.8377,0.0000,28.5426,10.3354,30.9596,16107.8111,16107.8111,16107.8111 -868.5000,1.0000,11329.1528,56.7620,56.7626,0.2178,0.0000,5,1520.4470,489.4674,775.0711,-98.7553,77.9334,123.4075,-15.7239,1.4177,71.1358,0.0000,0.0000,5.3800,71.3533,-0.9458,0.0000,72.2991,0.0000,72.2991,6.2998,65.9993,0.0000,65.9993,0.3048,65.6946,0.0000,24.7821,10.4825,30.4299,15440.1471,15440.1471,15440.1471 -869.5000,1.0000,11345.0074,57.4680,57.3906,0.1744,0.0000,5,1546.1585,342.3344,766.0831,-100.2802,55.4285,124.0391,-16.2367,0.9997,48.9729,0.0000,0.0000,5.4559,49.0385,-0.8445,0.0000,49.8829,0.0000,49.8829,6.2702,43.6127,0.0000,43.6127,0.2472,43.3656,0.0000,8.0745,10.6129,24.6781,11281.9342,11281.9342,11281.9342 -870.5000,1.0000,11361.0490,58.1410,58.1086,0.1994,0.0000,5,1564.4690,318.5626,721.8387,-101.3662,52.1904,118.2594,-16.6069,0.7477,45.9515,0.0000,0.0000,5.4912,45.8967,-0.8395,0.0000,46.7363,0.0000,46.7363,6.3436,40.3926,0.0000,40.3926,0.2859,40.1067,0.0000,0.8243,10.7372,28.5452,10704.8662,10704.8662,10704.8662 -871.5000,1.0000,11377.2977,58.8870,58.8826,0.2150,0.0000,5,1586.4420,329.8501,723.6683,-102.6694,54.7986,120.2243,-17.0566,1.3826,47.8374,0.0000,0.0000,5.5787,47.9502,-0.8621,0.0000,48.8123,0.0000,48.8123,6.4250,42.3873,0.0000,42.3873,0.3121,42.0751,0.0000,0.0337,10.8750,31.1664,11217.1220,11217.1220,11217.1220 -872.5000,1.0000,11393.7280,59.5405,59.4156,0.1481,0.0000,5,1599.4885,264.2494,721.1541,-103.4431,44.2613,120.7919,-17.3265,-0.1124,38.7845,0.0000,0.0000,5.5892,38.5840,-0.8256,0.0000,39.4097,0.0000,39.4097,6.4963,32.9133,0.0000,32.9133,0.2173,32.6960,0.0000,0.0000,10.9957,21.7003,9271.6106,9271.6106,9271.6106 -873.5000,1.0000,11410.2984,60.0450,59.8916,0.1322,0.0000,5,1613.5270,257.8353,714.1306,-103.9552,43.5660,120.6653,-17.5651,1.5045,36.3588,0.0000,0.0000,5.7027,36.5560,-0.8238,0.0000,37.3798,0.0000,37.3798,6.5514,30.8284,0.0000,30.8284,0.1957,30.6327,0.0000,0.0000,11.0888,19.5439,9142.7310,9142.7310,9142.7310 -874.5000,1.0000,11426.9490,60.3335,59.9926,0.0281,0.0000,5,1632.8680,159.6399,709.5787,-104.6440,27.2974,121.3334,-17.8934,0.4169,21.1465,0.0000,0.0000,5.7340,21.1826,-0.7510,0.0000,21.9335,0.0000,21.9335,6.5829,15.3507,0.0000,15.3507,0.0417,15.3089,0.0000,0.0000,11.1421,4.1668,6152.8274,6152.8274,6152.8274 -875.5000,1.0000,11443.5499,60.1545,59.5336,-0.1275,0.0000,5,1634.7755,19.7191,677.9812,-104.7119,3.3758,116.0658,-17.9260,-0.2259,-2.0800,0.0000,0.0000,5.6817,-2.0851,-0.6882,0.0000,-1.3970,0.0000,-1.3970,6.5633,-7.9603,0.0000,-7.9603,-0.1891,-7.7712,0.0000,0.0000,11.1090,-18.8802,2848.8555,2848.8555,2848.8555 -876.5000,1.0000,11459.9821,59.5475,58.7786,-0.2097,0.0000,5,1621.5385,-57.1697,626.2547,-104.2405,-9.7078,106.3425,-17.7008,-1.0940,-14.2705,0.0000,0.0000,5.6567,-14.2642,-0.7080,0.0000,-13.5562,0.0000,-13.5562,6.4971,-20.0533,0.0000,-20.0533,-0.3079,-19.7454,0.0000,0.0000,10.9970,-30.7424,1050.0234,1050.0234,1050.0234 -877.5000,1.0000,11476.2261,58.8700,58.1786,-0.1667,0.0000,5,1603.6470,-16.9125,599.0372,-103.6033,-2.8402,100.5984,-17.3985,-0.6800,-7.7740,0.0000,0.0000,5.6138,-7.7802,-0.6802,0.0000,-7.0999,0.0000,-7.0999,6.4232,-13.5231,0.0000,-13.5231,-0.2419,-13.2812,0.0000,0.0000,10.8718,-24.1531,1987.4865,1987.4865,1987.4865 -878.5000,1.0000,11492.3752,58.5280,58.0946,-0.0233,0.0000,5,1587.7010,107.3662,603.7580,-102.7440,17.8511,100.3830,-17.0826,-0.8815,13.1844,0.0000,0.0000,5.5482,13.1188,-0.6803,0.0000,13.7991,0.0000,13.7991,6.3859,7.4132,0.0000,7.4132,-0.0337,7.4469,0.0000,0.0000,10.8087,-3.3618,4442.4595,4442.4595,4442.4595 -879.5000,1.0000,11508.5176,58.5040,58.1306,0.0100,0.0000,5,1578.5455,142.0689,646.9182,-102.2010,23.4847,106.9387,-16.8943,-0.0111,17.9446,0.0000,0.0000,5.5511,17.9378,-0.7043,0.0000,18.6421,0.0000,18.6421,6.3832,12.2588,0.0000,12.2588,0.0144,12.2444,0.0000,0.0000,10.8042,1.4402,5428.2084,5428.2084,5428.2084 -880.5000,1.0000,11524.6805,58.5780,58.2426,0.0311,0.0000,5,1580.7580,161.8489,660.1497,-102.3323,26.7919,109.2789,-16.9397,0.2259,21.0085,0.0000,0.0000,5.5575,21.0193,-0.7210,0.0000,21.7404,0.0000,21.7404,6.3913,15.3490,0.0000,15.3490,0.0449,15.3041,0.0000,0.0000,10.8179,4.4862,6028.9066,6028.9066,6028.9066 -881.5000,1.0000,11540.8872,58.7355,58.4456,0.0564,0.0000,5,1581.1395,182.2368,663.5763,-102.3549,30.1741,109.8727,-16.9476,-0.1889,24.8211,0.0000,0.0000,5.5419,24.7478,-0.7425,0.0000,25.4903,0.0000,25.4903,6.4085,19.0818,0.0000,19.0818,0.0817,19.0001,0.0000,0.0000,10.8470,8.1531,6639.2558,6639.2558,6639.2558 -882.5000,1.0000,11557.1540,58.9520,58.6756,0.0639,0.0000,5,1586.0990,193.4057,677.5737,-102.6490,32.1239,112.5422,-17.0496,0.6726,25.8695,0.0000,0.0000,5.5818,25.9315,-0.7520,0.0000,26.6835,0.0000,26.6835,6.4321,20.2514,0.0000,20.2514,0.0929,20.1585,0.0000,0.0000,10.8870,9.2716,6995.6606,6995.6606,6995.6606 -883.5000,1.0000,11573.4805,59.1670,58.8756,0.0556,0.0000,5,1603.7235,186.9114,687.8190,-103.6061,31.3902,115.5134,-17.3998,1.0557,24.6820,0.0000,0.0000,5.6524,24.8051,-0.7499,0.0000,25.5549,0.0000,25.5549,6.4556,19.0994,0.0000,19.0994,0.0810,19.0183,0.0000,0.0000,10.9267,8.0916,6877.6986,6877.6986,6877.6986 -884.5000,1.0000,11589.8645,59.3735,59.0886,0.0592,0.0000,5,1607.0805,180.9864,675.6205,-103.7256,30.4588,113.7023,-17.4563,-0.7266,25.5836,0.0000,0.0000,5.6017,25.4208,-0.7564,0.0000,26.1772,0.0000,26.1772,6.4781,19.6991,0.0000,19.6991,0.0866,19.6125,0.0000,0.0000,10.9648,8.6477,6711.1113,6711.1113,6711.1113 -885.5000,1.0000,11606.3086,59.5905,59.3096,0.0614,0.0000,5,1608.7205,191.6980,684.8153,-103.7840,32.2944,115.3673,-17.4840,0.8894,25.7439,0.0000,0.0000,5.6611,25.8400,-0.7621,0.0000,26.6021,0.0000,26.6021,6.5018,20.1003,0.0000,20.1003,0.0902,20.0101,0.0000,0.0000,11.0049,9.0053,7036.7286,7036.7286,7036.7286 -886.5000,1.0000,11622.8111,59.8005,59.5086,0.0553,0.0000,5,1620.3935,182.4460,686.5647,-104.1997,30.9588,116.5013,-17.6814,0.2657,25.0262,0.0000,0.0000,5.6668,25.0258,-0.7615,0.0000,25.7873,0.0000,25.7873,6.5247,19.2626,0.0000,19.2626,0.0815,19.1811,0.0000,0.0000,11.0437,8.1374,6801.2390,6801.2390,6801.2390 -887.5000,1.0000,11639.3941,60.0900,59.8886,0.1056,0.0000,5,1623.9795,226.1742,683.8834,-104.3274,38.4638,116.3031,-17.7422,0.0913,32.7038,0.0000,0.0000,5.6687,32.6191,-0.8047,0.0000,33.4238,0.0000,33.4238,6.5563,26.8675,0.0000,26.8675,0.1564,26.7111,0.0000,0.0000,11.0971,15.6139,8201.6683,8201.6683,8201.6683 -888.5000,1.0000,11656.0810,60.4645,60.2576,0.1025,0.0000,5,1619.2110,222.0064,691.9880,-104.1576,37.6442,117.3358,-17.6613,-0.5652,32.5762,0.0000,0.0000,5.6332,32.3631,-0.8096,0.0000,33.1727,0.0000,33.1727,6.5972,26.5756,0.0000,26.5756,0.1528,26.4228,0.0000,0.0000,11.1663,15.2565,8046.3893,8046.3893,8046.3893 -889.5000,1.0000,11672.8848,60.8850,60.7296,0.1311,0.0000,5,1629.5110,257.9366,706.2793,-104.5244,44.0148,120.5209,-17.8363,1.5995,36.6782,0.0000,0.0000,5.7371,36.8950,-0.8396,0.0000,37.7345,0.0000,37.7345,6.6430,31.0915,0.0000,31.0915,0.1968,30.8947,0.0000,0.0000,11.2440,19.6507,9227.5893,9227.5893,9227.5893 -890.5000,1.0000,11689.8029,61.2965,61.0806,0.0975,0.0000,5,1653.0100,222.5143,716.1636,-105.3613,38.5178,123.9699,-18.2383,0.7629,31.9914,0.0000,0.0000,5.7636,32.0451,-0.8221,0.0000,32.8672,0.0000,32.8672,6.6879,26.1792,0.0000,26.1792,0.1473,26.0319,0.0000,0.0000,11.3199,14.7119,8235.0554,8235.0554,8235.0554 -891.5000,1.0000,11706.8298,61.6885,61.5136,0.1203,0.0000,5,1664.9500,241.0459,707.7680,-105.7865,42.0271,123.4016,-18.4442,0.4524,35.7540,0.0000,0.0000,5.8207,35.7236,-0.8473,0.0000,36.5709,0.0000,36.5709,6.7307,29.8402,0.0000,29.8402,0.1829,29.6573,0.0000,0.0000,11.3923,18.2650,8890.4394,8890.4394,8890.4394 -892.5000,1.0000,11723.9764,62.1190,61.9416,0.1189,0.0000,5,1674.5250,240.1315,715.7616,-106.1275,42.1085,125.5130,-18.6101,0.5296,35.7700,0.0000,0.0000,5.8089,35.7568,-0.8548,0.0000,36.6116,0.0000,36.6116,6.7777,29.8340,0.0000,29.8340,0.1821,29.6519,0.0000,0.0000,11.4718,18.1800,8928.4001,8928.4001,8928.4001 -893.5000,1.0000,11741.2681,62.6415,62.5586,0.1714,0.0000,5,1685.2445,287.2519,718.3707,-106.5093,50.6938,126.7769,-18.7966,0.5764,44.2613,0.0000,0.0000,5.8561,44.1899,-0.9064,0.0000,45.0963,0.0000,45.0963,6.8347,38.2616,0.0000,38.2616,0.2647,37.9969,0.0000,0.0000,11.5683,26.4286,10581.7997,10581.7997,10581.7997 -894.5000,1.0000,11758.7592,63.3595,63.3776,0.2275,0.0000,5,1705.1955,340.6562,740.4921,-107.2198,60.8302,132.2279,-19.1460,1.5060,53.3822,0.0000,0.0000,5.9420,53.4868,-0.9657,0.0000,54.4525,0.0000,54.4525,6.9130,47.5395,0.0000,47.5395,0.3554,47.1841,0.0000,0.0000,11.7009,35.4832,12500.5770,12500.5770,12500.5770 -895.5000,1.0000,11776.4671,64.1400,64.1196,0.2061,0.0000,5,1723.5445,309.4839,751.5615,-107.8732,55.8585,135.6487,-19.4699,0.4199,49.4704,0.0000,0.0000,5.9681,49.2992,-0.9582,0.0000,50.2574,0.0000,50.2574,6.9982,43.2592,0.0000,43.2592,0.3259,42.9332,0.0000,-1.4550,11.8451,32.5432,11586.8538,11586.8538,11586.8538 -896.5000,1.0000,11794.3841,64.8925,64.8826,0.2119,0.0000,5,1751.2780,327.4548,761.9175,-108.8609,60.0531,139.7306,-19.9644,2.5560,51.3141,0.0000,0.0000,6.1830,51.7065,-0.9836,0.0000,52.6901,0.0000,52.6901,7.0803,45.6098,0.0000,45.6098,0.3391,45.2707,0.0000,-0.5701,11.9840,33.8568,12369.9223,12369.9223,12369.9223 -897.5000,1.0000,11812.4973,65.5990,65.5326,0.1806,0.0000,5,1788.3955,297.4267,767.3376,-110.1828,55.7022,143.7073,-20.6351,1.4664,48.0008,0.0000,0.0000,6.2350,48.1207,-0.9780,0.0000,49.0988,0.0000,49.0988,7.1574,41.9414,0.0000,41.9414,0.2920,41.6494,0.0000,0.3782,12.1145,29.1566,11614.0138,11614.0138,11614.0138 -898.5000,1.0000,11830.7647,66.1540,65.9926,0.1278,0.0000,5,1811.1315,256.4791,763.7586,-111.0143,48.6441,144.8554,-21.0551,1.0438,41.2735,0.0000,0.0000,6.3268,41.3436,-0.9537,0.0000,42.2974,0.0000,42.2974,7.2179,35.0794,0.0000,35.0794,0.2084,34.8710,0.0000,1.8455,12.2170,20.8085,10298.5641,10298.5641,10298.5641 -899.5000,1.0000,11849.1520,66.5860,66.3966,0.1122,0.0000,5,1817.0445,236.2405,749.5635,-111.2365,44.9520,142.6273,-21.1661,-0.3874,39.0444,0.0000,0.0000,6.2949,38.8519,-0.9489,0.0000,39.8008,0.0000,39.8008,7.2651,32.5358,0.0000,32.5358,0.1842,32.3516,0.0000,1.6601,12.2968,18.3946,9612.2614,9612.2614,9612.2614 -900.5000,1.0000,11867.6297,66.9110,66.6426,0.0683,0.0000,5,1808.6140,202.7366,742.9642,-110.9197,38.3978,140.7156,-21.0079,-0.5508,32.7131,0.0000,0.0000,6.2355,32.5635,-0.9230,0.0000,33.4865,0.0000,33.4865,7.3005,26.1860,0.0000,26.1860,0.1127,26.0733,0.0000,2.4611,12.3568,11.2554,8377.0108,8377.0108,8377.0108 -901.5000,1.0000,11886.1997,67.2435,67.0616,0.1164,0.0000,5,1817.2735,263.2687,749.3192,-111.2451,50.1012,142.5988,-21.1704,1.5198,42.2311,0.0000,0.0000,6.3502,42.4155,-0.9788,0.0000,43.3942,0.0000,43.3942,7.3368,36.0574,0.0000,36.0574,0.1930,35.8645,0.0000,4.1803,12.4182,19.2660,10573.0061,10573.0061,10573.0061 -902.5000,1.0000,11904.8786,67.6355,67.4266,0.1014,0.0000,5,1833.4480,261.3178,757.8120,-111.8529,50.1726,145.4986,-21.4756,0.2878,43.5317,0.0000,0.0000,6.3531,43.4751,-0.9913,0.0000,44.4663,0.0000,44.4663,7.3796,37.0867,0.0000,37.0867,0.1691,36.9177,0.0000,7.5462,12.4906,16.8809,10591.7402,10591.7402,10591.7402 -903.5000,1.0000,11923.6186,67.8555,67.5016,0.0208,0.0000,5,1841.1920,215.2247,760.9365,-112.1439,41.4973,146.7155,-21.6224,0.5866,34.5312,0.0000,0.0000,6.3794,34.6094,-0.9505,0.0000,35.5599,0.0000,35.5599,7.4036,28.1563,0.0000,28.1563,0.0349,28.1215,0.0000,12.1103,12.5312,3.4800,8997.5596,8997.5596,8997.5596 -904.5000,1.0000,11942.2892,67.6055,66.9266,-0.1597,0.0000,5,1839.8565,67.1650,744.8148,-112.0937,12.9406,143.5030,-21.5970,-0.7371,7.3572,0.0000,0.0000,6.3205,7.3625,-0.8083,0.0000,8.1708,0.0000,8.1708,7.3763,0.7945,0.0000,0.7945,-0.2662,1.0607,0.0000,15.1570,12.4851,-26.5813,4414.5014,4414.5014,4414.5014 -905.5000,1.0000,11960.8145,67.0825,66.4556,-0.1308,0.0000,5,1831.8455,101.7344,716.7873,-111.7927,19.5158,137.5016,-21.4452,-0.1673,13.3794,0.0000,0.0000,6.3037,13.4156,-0.8294,0.0000,14.2450,0.0000,14.2450,7.3192,6.9258,0.0000,6.9258,-0.2164,7.1422,0.0000,16.3588,12.3885,-21.6051,5165.3032,5165.3032,5165.3032 -906.5000,1.0000,11979.1720,66.4785,65.7186,-0.2047,0.0000,5,1817.8835,29.0891,712.0772,-111.2680,5.5376,135.5569,-21.1819,-1.3926,0.6968,0.0000,0.0000,6.2335,0.6958,-0.7948,0.0000,1.4906,0.0000,1.4906,7.2533,-5.7627,0.0000,-5.7627,-0.3355,-5.4272,0.0000,15.7983,12.2769,-33.5024,3547.6064,3547.6064,3547.6064 -907.5000,1.0000,11997.3500,65.8320,65.1626,-0.1544,0.0000,5,1792.4770,59.2533,687.0800,-110.3281,11.1223,128.9702,-20.7094,-1.4235,6.4146,0.0000,0.0000,6.1312,6.3954,-0.7715,0.0000,7.1668,0.0000,7.1668,7.1828,-0.0160,0.0000,-0.0160,-0.2507,0.2347,0.0000,13.1059,12.1575,-25.0287,4090.3913,4090.3913,4090.3913 -908.5000,1.0000,12015.3490,65.1880,64.4306,-0.2033,0.0000,5,1772.5260,33.8660,691.1920,-109.6176,6.2862,128.2980,-20.3471,-0.7640,-1.2002,0.0000,0.0000,8.2504,-1.2022,-0.7757,0.0000,-0.4265,0.0000,-0.4265,7.1125,-7.5391,0.0000,-7.5391,-0.3268,-7.2123,0.0000,13.3782,12.0386,-32.6291,3486.3955,3486.3955,3486.3955 -909.5000,1.0000,12033.1544,64.4910,63.7686,-0.1839,0.0000,5,1758.0300,54.2672,679.6361,-109.1014,9.9906,125.1213,-20.0856,-0.8072,2.6154,0.0000,0.0000,8.1825,2.6177,-0.7535,0.0000,3.3712,0.0000,3.3712,7.0365,-3.6653,0.0000,-3.6653,-0.2924,-3.3729,0.0000,13.9105,11.9099,-29.1933,3853.6208,3853.6208,3853.6208 -910.5000,1.0000,12050.7711,63.8115,63.0716,-0.1936,0.0000,5,1745.4795,45.3049,681.9115,-108.6544,8.2811,124.6440,-19.8605,-0.5438,0.6706,0.0000,0.0000,8.1543,0.6723,-0.7460,0.0000,1.4183,0.0000,1.4183,6.9623,-5.5440,0.0000,-5.5440,-0.3046,-5.2394,0.0000,13.3891,11.7844,-30.4129,3631.8000,3631.8000,3631.8000 -911.5000,1.0000,12068.2014,63.1405,62.4266,-0.1792,0.0000,5,1723.1635,44.0771,663.1671,-107.8597,7.9537,119.6680,-19.4632,-1.8246,1.7623,0.0000,0.0000,8.0160,1.7536,-0.7312,0.0000,2.4849,0.0000,2.4849,6.8891,-4.4043,0.0000,-4.4043,-0.2789,-4.1254,0.0000,12.0622,11.6605,-27.8480,3552.4500,3552.4500,3552.4500 -912.5000,1.0000,12085.4946,62.6470,62.0846,-0.0950,0.0000,5,1697.8715,122.5052,660.8714,-106.9589,21.7815,117.5034,-19.0174,-0.8393,14.6726,0.0000,0.0000,7.9482,14.6430,-0.7572,0.0000,15.4003,0.0000,15.4003,6.8353,8.5650,0.0000,8.5650,-0.1467,8.7117,0.0000,11.7929,11.5694,-14.6505,5285.0401,5285.0401,5285.0401 -913.5000,1.0000,12102.7124,62.3755,61.8836,-0.0558,0.0000,5,1690.8140,149.6578,685.9439,-106.7076,26.4987,121.4543,-18.8938,0.1030,18.4453,0.0000,0.0000,7.9504,18.4859,-0.7720,0.0000,19.2579,0.0000,19.2579,6.8057,12.4522,0.0000,12.4522,-0.0859,12.5381,0.0000,9.5919,11.5192,-8.5731,6115.1436,6115.1436,6115.1436 -914.5000,1.0000,12119.8624,62.1315,61.5966,-0.0797,0.0000,5,1689.3265,121.0915,690.3315,-106.6546,21.4218,122.1237,-18.8678,-0.2572,13.7467,0.0000,0.0000,7.9323,13.7583,-0.7439,0.0000,14.5022,0.0000,14.5022,6.7790,7.7232,0.0000,7.7232,-0.1221,7.8453,0.0000,8.5645,11.4742,-12.1933,5196.2762,5196.2762,5196.2762 -915.5000,1.0000,12136.9212,61.8030,61.2266,-0.1028,0.0000,5,1675.2120,115.0276,672.4234,-106.1520,20.1790,117.9618,-18.6220,-1.1970,13.5449,0.0000,0.0000,7.8311,13.4912,-0.7370,0.0000,14.2281,0.0000,14.2281,6.7432,7.4849,0.0000,7.4849,-0.1566,7.6415,0.0000,11.8645,11.4135,-15.6364,4950.7234,4950.7234,4950.7234 -916.5000,1.0000,12153.8661,61.3930,60.7766,-0.1250,0.0000,5,1666.8955,88.1726,678.3287,-105.8558,15.3911,118.4070,-18.4779,0.3397,9.2747,0.0000,0.0000,5.7767,9.3273,-0.7090,0.0000,10.0363,0.0000,10.0363,6.6985,3.3378,0.0000,3.3378,-0.1892,3.5270,0.0000,11.0804,11.3378,-18.8911,4247.6031,4247.6031,4247.6031 -917.5000,1.0000,12170.6877,60.9495,60.3396,-0.1214,0.0000,5,1655.4895,83.2517,654.8796,-105.4496,14.4327,113.5315,-18.2810,-1.4970,10.2435,0.0000,0.0000,5.6862,10.1889,-0.7058,0.0000,10.8947,0.0000,10.8947,6.6501,4.2446,0.0000,4.2446,-0.1824,4.4270,0.0000,11.3840,11.2559,-18.2129,4117.3829,4117.3829,4117.3829 -918.5000,1.0000,12187.3629,60.4220,59.7216,-0.1717,0.0000,5,1635.8820,34.6346,654.3441,-104.7513,5.9332,112.0951,-17.9449,-0.4906,0.7779,0.0000,0.0000,5.6459,0.7795,-0.6857,0.0000,1.4652,0.0000,1.4652,6.5925,-5.1273,0.0000,-5.1273,-0.2557,-4.8716,0.0000,9.5035,11.1584,-25.5335,3132.1809,3132.1809,3132.1809 -919.5000,1.0000,12203.9013,59.9295,59.3546,-0.1019,0.0000,5,1626.6500,102.1435,637.1321,-104.4226,17.3994,108.5306,-17.7876,-0.4344,12.1980,0.0000,0.0000,5.6358,12.2027,-0.6989,0.0000,12.9016,0.0000,12.9016,6.5388,6.3628,0.0000,6.3628,-0.1506,6.5134,0.0000,10.4854,11.0675,-15.0395,4417.5326,4417.5326,4417.5326 -920.5000,1.0000,12220.3340,59.5495,58.9616,-0.1092,0.0000,5,1617.8380,102.8071,654.7892,-104.1087,17.4175,110.9341,-17.6381,-0.4434,12.2542,0.0000,0.0000,5.6068,12.2608,-0.6928,0.0000,12.9537,0.0000,12.9537,6.4973,6.4563,0.0000,6.4563,-0.1603,6.6166,0.0000,11.6222,10.9973,-16.0029,4410.3757,4410.3757,4410.3757 -921.5000,1.0000,12236.6934,59.2850,58.8256,-0.0378,0.0000,5,1605.1350,165.3508,648.6850,-103.6563,27.7937,109.0370,-17.4235,-0.8122,23.0574,0.0000,0.0000,5.5485,22.9654,-0.7425,0.0000,23.7079,0.0000,23.7079,6.4685,17.2395,0.0000,17.2395,-0.0552,17.2947,0.0000,11.8595,10.9485,-5.5133,6238.4342,6238.4342,6238.4342 -922.5000,1.0000,12253.0602,59.3120,59.0156,0.0528,0.0000,5,1603.0365,246.3338,676.8617,-103.5816,41.3519,113.6245,-17.3882,0.6046,35.1320,0.0000,0.0000,5.6154,35.2102,-0.8048,0.0000,36.0150,0.0000,36.0150,6.4714,29.5436,0.0000,29.5436,0.0772,29.4664,0.0000,10.8070,10.9535,7.7059,8727.8596,8727.8596,8727.8596 -923.5000,1.0000,12269.5013,59.5795,59.3606,0.0958,0.0000,5,1609.2925,283.3215,698.9087,-103.8044,47.7467,117.7834,-17.4936,0.0113,42.0937,0.0000,0.0000,5.6417,41.9751,-0.8434,0.0000,42.8185,0.0000,42.8185,6.5006,36.3179,0.0000,36.3179,0.1408,36.1772,0.0000,11.1189,11.0029,14.0554,9921.6138,9921.6138,9921.6138 -924.5000,1.0000,12286.0441,59.9455,59.7476,0.1075,0.0000,5,1613.3745,306.1340,713.4342,-103.9498,51.7220,120.5363,-17.5625,0.3931,45.7300,0.0000,0.0000,5.5989,45.6949,-0.8683,0.0000,46.5632,0.0000,46.5632,6.5405,40.0227,0.0000,40.0227,0.1589,39.8638,0.0000,12.9300,11.0705,15.8633,10686.1844,10686.1844,10686.1844 -925.5000,1.0000,12302.6937,60.3300,60.1296,0.1061,0.0000,5,1628.4430,302.9035,727.0088,-104.4864,51.6542,123.9769,-17.8181,1.1101,44.8616,0.0000,0.0000,5.6824,45.0249,-0.8713,0.0000,45.8962,0.0000,45.8962,6.5825,39.3137,0.0000,39.3137,0.1578,39.1559,0.0000,12.2556,11.1415,15.7588,10692.7352,10692.7352,10692.7352 -926.5000,1.0000,12319.4108,60.5730,60.2336,0.0289,0.0000,5,1642.4810,246.3476,724.1799,-104.9863,42.3718,124.5591,-18.0577,0.2962,36.3546,0.0000,0.0000,5.7210,36.3884,-0.8318,0.0000,37.2202,0.0000,37.2202,6.6090,30.6112,0.0000,30.6112,0.0431,30.5680,0.0000,15.0740,11.1863,4.3076,8929.8570,8929.8570,8929.8570 -927.5000,1.0000,12336.1364,60.6035,60.1906,-0.0119,0.0000,5,1642.5190,202.2167,704.9799,-104.9877,34.7821,121.2595,-18.0583,-0.2924,29.3662,0.0000,0.0000,5.7084,29.3247,-0.7966,0.0000,30.1214,0.0000,30.1214,6.6123,23.5090,0.0000,23.5090,-0.0178,23.5269,0.0000,14.1169,11.1920,-1.7819,7543.9001,7543.9001,7543.9001 -928.5000,1.0000,12352.8214,60.4575,59.9416,-0.0692,0.0000,5,1643.5875,165.0011,696.7513,-105.0257,28.3993,119.9221,-18.0766,0.4005,22.2528,0.0000,0.0000,5.7461,22.3525,-0.7590,0.0000,23.1115,0.0000,23.1115,6.5964,16.5151,0.0000,16.5151,-0.1031,16.6182,0.0000,15.7470,11.1650,-10.2938,6363.2666,6363.2666,6363.2666 -929.5000,1.0000,12369.4318,60.1890,59.6536,-0.0800,0.0000,5,1638.8190,151.9000,676.6105,-104.8559,26.0686,116.1177,-17.9950,-0.8792,21.2674,0.0000,0.0000,5.6804,21.2047,-0.7487,0.0000,21.9534,0.0000,21.9534,6.5671,15.3863,0.0000,15.3863,-0.1187,15.5050,0.0000,16.2428,11.1154,-11.8532,5940.0004,5940.0004,5940.0004 -930.5000,1.0000,12385.9578,59.8850,59.3336,-0.0889,0.0000,5,1631.7615,138.9907,677.7195,-104.6046,23.7504,115.8071,-17.8746,0.1682,17.8960,0.0000,0.0000,5.6862,17.9624,-0.7272,0.0000,18.6896,0.0000,18.6896,6.5339,12.1556,0.0000,12.1556,-0.1312,12.2869,0.0000,14.3313,11.0593,-13.1037,5533.0616,5533.0616,5533.0616 -931.5000,1.0000,12402.4044,59.5990,59.0816,-0.0700,0.0000,5,1616.1210,139.7682,657.2377,-104.0476,23.6543,111.2308,-17.6090,-1.7189,19.7707,0.0000,0.0000,5.6025,19.6003,-0.7307,0.0000,20.3310,0.0000,20.3310,6.5027,13.8283,0.0000,13.8283,-0.1029,13.9312,0.0000,13.1946,11.0065,-10.2699,5508.4109,5508.4109,5508.4109 -932.5000,1.0000,12418.7965,59.4030,58.9416,-0.0389,0.0000,5,1602.1210,177.4481,667.2475,-103.5490,29.7711,111.9466,-17.3728,0.3265,23.8268,0.0000,0.0000,5.6178,23.9043,-0.7492,0.0000,24.6535,0.0000,24.6535,6.4813,18.1722,0.0000,18.1722,-0.0570,18.2291,0.0000,12.9456,10.9703,-5.6867,6590.3154,6590.3154,6590.3154 -933.5000,1.0000,12435.1813,59.3770,59.0296,0.0244,0.0000,5,1605.3635,232.5672,676.9579,-103.6645,39.0976,113.8056,-17.4274,-0.0075,33.4890,0.0000,0.0000,5.6162,33.4626,-0.7971,0.0000,34.2597,0.0000,34.2597,6.4785,27.7812,0.0000,27.7812,0.0358,27.7454,0.0000,13.2070,10.9655,3.5730,8307.3437,8307.3437,8307.3437 -934.5000,1.0000,12451.6158,59.5555,59.2986,0.0747,0.0000,5,1601.5485,289.4849,690.8717,-103.5286,48.5506,115.8687,-17.3632,-0.3677,43.3460,0.0000,0.0000,5.5723,43.1473,-0.8489,0.0000,43.9963,0.0000,43.9963,6.4980,37.4983,0.0000,37.4983,0.1097,37.3886,0.0000,15.4354,10.9984,10.9547,10075.6349,10075.6349,10075.6349 -935.5000,1.0000,12468.1498,59.9140,59.7466,0.1244,0.0000,5,1608.7585,358.4009,718.3430,-103.7854,60.3794,121.0184,-17.4846,1.0817,53.6605,0.0000,0.0000,5.6372,53.8245,-0.9088,0.0000,54.7333,0.0000,54.7333,6.5371,48.1962,0.0000,48.1962,0.1838,48.0124,0.0000,18.5936,11.0646,18.3541,12292.7482,12292.7482,12292.7482 -936.5000,1.0000,12484.7714,60.2290,59.9286,0.0506,0.0000,5,1631.1515,285.2610,742.3333,-104.5829,48.7265,126.8008,-17.8642,1.1464,41.8548,0.0000,0.0000,5.7253,42.0848,-0.8548,0.0000,42.9396,0.0000,42.9396,6.5715,36.3682,0.0000,36.3682,0.0751,36.2931,0.0000,17.6747,11.1228,7.4956,10127.8767,10127.8767,10127.8767 -937.5000,1.0000,12501.4356,60.3825,60.0536,0.0347,0.0000,5,1641.1080,258.5825,716.3632,-104.9374,44.4391,123.1116,-18.0342,-0.1500,38.8995,0.0000,0.0000,5.6895,38.8240,-0.8409,0.0000,39.6649,0.0000,39.6649,6.5882,33.0767,0.0000,33.0767,0.0517,33.0250,0.0000,16.7127,11.1512,5.1612,9307.1373,9307.1373,9307.1373 -938.5000,1.0000,12518.0945,60.3635,59.8906,-0.0453,0.0000,5,1635.3475,172.3804,706.3514,-104.7323,29.5207,120.9649,-17.9357,-0.4291,24.2934,0.0000,0.0000,5.6564,24.2627,-0.7670,0.0000,25.0297,0.0000,25.0297,6.5861,18.4436,0.0000,18.4436,-0.0674,18.5110,0.0000,14.0914,11.1476,-6.7280,6556.5600,6556.5600,6556.5600 -939.5000,1.0000,12534.6755,60.0830,59.4926,-0.1106,0.0000,5,1624.2850,115.3889,676.4448,-104.3383,19.6270,115.0597,-17.7474,-0.6773,14.6844,0.0000,0.0000,5.6199,14.6716,-0.7139,0.0000,15.3855,0.0000,15.3855,6.5555,8.8300,0.0000,8.8300,-0.1638,8.9937,0.0000,14.2495,11.0958,-16.3516,4805.6700,4805.6700,4805.6700 -940.5000,1.0000,12551.0891,59.4805,58.6856,-0.2242,0.0000,5,1611.8490,6.2310,656.4141,-103.8954,1.0517,110.7977,-17.5368,-0.5589,-3.9741,0.0000,0.0000,5.5847,-3.9872,-0.6813,0.0000,-3.3060,0.0000,-3.3060,6.4898,-9.7957,0.0000,-9.7957,-0.3287,-9.4670,0.0000,12.3712,10.9846,-32.8227,2537.8277,2537.8277,2537.8277 -941.5000,1.0000,12567.2785,58.6735,57.8786,-0.2242,0.0000,5,1608.3390,9.3844,627.1387,-103.7704,1.5806,105.6257,-17.4775,0.2110,-4.2511,0.0000,0.0000,5.6207,-4.2862,-0.6682,0.0000,-3.6180,0.0000,-3.6180,6.4017,-10.0198,0.0000,-10.0198,-0.3243,-9.6955,0.0000,11.8464,10.8355,-32.3774,2588.3689,2588.3689,2588.3689 -942.5000,1.0000,12583.2679,57.9530,57.2446,-0.1761,0.0000,5,1591.0200,36.1337,605.5699,-102.9409,6.0203,100.8947,-17.1511,-1.9009,2.4227,0.0000,0.0000,5.4984,2.4062,-0.6393,0.0000,3.0456,0.0000,3.0456,6.3231,-3.2775,0.0000,-3.2775,-0.2516,-3.0259,0.0000,11.3958,10.7025,-25.1242,3042.9260,3042.9260,3042.9260 -943.5000,1.0000,12599.0850,57.3330,56.6386,-0.1683,0.0000,5,1565.0035,71.2724,614.5019,-101.3979,11.6806,100.7087,-16.6178,-0.6306,6.8630,0.0000,0.0000,5.4483,6.8705,-0.6293,0.0000,7.4998,0.0000,7.4998,6.2555,1.2443,0.0000,1.2443,-0.2379,1.4823,0.0000,14.6520,10.5880,-23.7577,3623.4948,3623.4948,3623.4948 -944.5000,1.0000,12614.7286,56.7085,55.9956,-0.1786,0.0000,5,1557.2595,39.5053,627.1645,-100.9386,6.4424,102.2754,-16.4606,-0.1131,1.1025,0.0000,0.0000,5.4529,1.1080,-0.6217,0.0000,1.7297,0.0000,1.7297,6.1873,-4.4577,0.0000,-4.4577,-0.2497,-4.2080,0.0000,10.2530,10.4727,-24.9337,3004.7762,3004.7762,3004.7762 -945.5000,1.0000,12630.1799,56.0160,55.2536,-0.2061,0.0000,5,1536.1640,-52.2919,595.7097,-99.6875,-8.4120,95.8299,-16.0364,-1.8785,-11.8757,0.0000,0.0000,5.3422,-11.7999,-0.6423,0.0000,-11.1576,0.0000,-11.1576,6.1118,-17.2694,0.0000,-17.2694,-0.2847,-16.9847,0.0000,1.0917,10.3448,-28.4212,1029.5509,1029.5509,1029.5509 -946.5000,1.0000,12645.4167,55.2440,54.4516,-0.2228,0.0000,5,1505.0735,-68.3418,558.5111,-97.8436,-10.7714,88.0275,-15.4212,-1.0331,-15.0099,0.0000,0.0000,5.2716,-15.0074,-0.6376,0.0000,-14.3697,0.0000,-14.3697,6.0276,-20.3973,0.0000,-20.3973,-0.3034,-20.0939,0.0000,0.0000,10.2022,-30.2961,585.9268,585.9268,585.9268 -947.5000,1.0000,12660.4195,54.4015,53.5686,-0.2453,0.0000,5,1482.6045,-87.7781,544.3848,-96.5110,-13.6282,84.5201,-14.9841,-1.0281,-17.8159,0.0000,0.0000,5.2157,-17.8249,-0.6309,0.0000,-17.1939,0.0000,-17.1939,5.9356,-23.1296,0.0000,-23.1296,-0.3290,-22.8006,0.0000,0.0000,10.0466,-32.8472,101.4096,101.4096,101.4096 -948.5000,1.0000,12675.1763,53.5160,52.6806,-0.2467,0.0000,5,1459.0675,-89.6325,527.7375,-95.1150,-13.6952,80.6347,-14.5329,-1.0972,-17.7170,0.0000,0.0000,5.1190,-17.7153,-0.6164,0.0000,-17.0989,0.0000,-17.0989,5.8390,-22.9379,0.0000,-22.9379,-0.3255,-22.6124,0.0000,0.0000,9.8831,-32.4955,30.7786,30.7786,30.7786 -949.5000,1.0000,12689.6689,52.5650,51.6666,-0.2817,0.0000,5,1434.5770,-93.6624,518.0936,-93.6626,-14.0708,77.8325,-14.0708,-1.0788,-18.0393,0.0000,0.0000,5.0473,-18.0595,-0.6021,0.0000,-17.4574,0.0000,-17.4574,5.7353,-23.1926,3.9119,-27.1045,-0.3650,-26.7395,0.0000,0.0000,9.7075,-36.4470,0.0000,0.0000,0.0000 -950.5000,1.0000,12703.8899,51.5870,50.7246,-0.2617,0.0000,5,1409.0185,-92.1467,506.6007,-92.1467,-13.5964,74.7500,-13.5964,-1.1520,-17.3969,0.0000,0.0000,4.9524,-17.3913,-0.5851,0.0000,-16.8062,0.0000,-16.8062,5.6285,-22.4347,1.6003,-24.0350,-0.3328,-23.7022,0.0000,0.0000,9.5268,-33.2290,0.0000,0.0000,0.0000 -951.5000,1.0000,12717.8563,50.6705,49.8336,-0.2475,0.0000,5,1386.8925,-87.2506,502.8946,-90.8345,-12.6718,73.0379,-13.1924,-0.7506,-16.8229,0.0000,0.0000,4.9016,-16.8642,-0.5695,0.0000,-16.2947,0.0000,-16.2947,5.5286,-21.8232,0.0000,-21.8232,-0.3092,-21.5140,0.0000,0.0000,9.3576,-30.8716,0.0000,0.0000,0.0000 -952.5000,1.0000,12731.5697,49.7595,48.9026,-0.2586,0.0000,5,1366.5215,-89.6263,495.9925,-89.6263,-12.8257,70.9774,-12.8257,-0.9700,-16.6998,0.0000,0.0000,4.8441,-16.7150,-0.5552,0.0000,-16.1598,0.0000,-16.1598,5.4292,-21.5889,1.2166,-22.8055,-0.3173,-22.4883,0.0000,0.0000,9.1893,-31.6776,0.0000,0.0000,0.0000 -953.5000,1.0000,12745.0207,48.8150,47.9446,-0.2661,0.0000,5,1337.6820,-87.9159,481.1283,-87.9159,-12.3154,67.3973,-12.3154,-1.4196,-15.6698,0.0000,0.0000,4.7740,-15.6206,-0.5381,0.0000,-15.0825,0.0000,-15.0825,5.3261,-20.4086,2.8743,-23.2829,-0.3203,-22.9627,0.0000,0.0000,9.0149,-31.9776,0.0000,0.0000,0.0000 -954.5000,1.0000,12758.1922,47.8090,46.8906,-0.2928,0.0000,5,1308.3085,-86.1737,476.0910,-86.1738,-11.8063,65.2272,-11.8063,-0.9716,-15.5353,0.0000,0.0000,4.7005,-15.5632,-0.5229,0.0000,-15.0403,0.0000,-15.0403,5.2163,-20.2566,5.7163,-25.9729,-0.3451,-25.6278,0.0000,0.0000,8.8291,-34.4570,0.0000,0.0000,0.0000 -955.5000,1.0000,12771.1181,46.9245,46.1756,-0.1986,0.0000,5,1285.5725,-45.2854,470.9333,-84.8254,-6.0965,63.3993,-11.4196,-0.8403,-9.8885,0.0000,0.0000,4.6323,-9.8819,-0.4957,0.0000,-9.3862,0.0000,-9.3862,5.1198,-14.5060,0.0000,-14.5060,-0.2298,-14.2763,0.0000,0.0000,8.6658,-22.9421,724.5131,724.5131,724.5131 -956.5000,1.0000,12783.8202,46.1190,45.2796,-0.2489,0.0000,5,1257.4195,-83.1557,475.7769,-83.1557,-10.9497,62.6487,-10.9497,-1.3521,-14.1600,0.0000,0.0000,4.5624,-14.0998,-0.4944,0.0000,-13.6054,0.0000,-13.6054,5.0319,-18.6373,1.3849,-20.0222,-0.2830,-19.7392,0.0000,0.0000,8.5170,-28.2563,0.0000,0.0000,0.0000 -957.5000,1.0000,12796.2571,45.1645,44.2666,-0.2814,0.0000,5,1229.6100,-81.5064,455.5112,-81.5064,-10.4951,58.6537,-10.4951,-0.7778,-14.2107,0.0000,0.0000,4.4933,-14.2515,-0.4810,0.0000,-13.7705,0.0000,-13.7705,4.9278,-18.6983,4.5591,-23.2574,-0.3133,-22.9440,0.0000,0.0000,8.3408,-31.2848,0.0000,0.0000,0.0000 -958.5000,1.0000,12808.4473,44.2760,43.5026,-0.2122,0.0000,5,1211.0320,-54.9730,452.5559,-80.4046,-6.9716,57.3927,-10.1968,-0.6156,-10.7951,0.0000,0.0000,4.4391,-10.8146,-0.4598,0.0000,-10.3548,0.0000,-10.3548,4.8309,-15.1857,0.0000,-15.1857,-0.2317,-14.9540,0.0000,0.0000,8.1767,-23.1307,415.6673,415.6673,415.6673 -959.5000,1.0000,12820.4073,43.4475,42.6096,-0.2481,0.0000,5,1194.2090,-79.4048,459.4939,-79.4048,-9.9302,57.4630,-9.9302,-0.6267,-13.7445,0.0000,0.0000,4.4406,-13.7879,-0.4555,0.0000,-13.3323,0.0000,-13.3323,4.7405,-18.0728,0.6996,-18.7724,-0.2657,-18.5067,0.0000,0.0000,8.0237,-26.5304,0.0000,0.0000,0.0000 -960.5000,1.0000,12832.0198,42.1965,41.0006,-0.4469,0.0000,5,1165.1790,-77.6719,430.4966,-77.6731,-9.4773,52.5280,-9.4775,-1.4658,-12.3749,0.0000,0.0000,4.3634,-12.3936,-0.4347,0.0000,-11.9589,0.0000,-11.9589,4.6040,-16.5629,22.5352,-39.0981,-0.4650,-38.6331,0.0000,0.0000,7.7927,-46.4258,0.0000,0.0000,0.0000 -961.5000,1.0000,12843.2630,40.8670,39.9506,-0.2917,0.0000,5,1123.1025,-75.1625,417.7535,-75.1632,-8.8399,49.1324,-8.8400,-1.4892,-11.6117,0.0000,0.0000,4.2609,-11.5366,-0.4144,0.0000,-11.1222,0.0000,-11.1222,4.4589,-15.5811,6.5076,-22.0887,-0.2939,-21.7948,0.0000,0.0000,7.5471,-29.3419,0.0000,0.0000,0.0000 -962.5000,1.0000,12854.2483,39.9385,39.1436,-0.2242,0.0000,5,1091.9360,-64.3964,418.4618,-73.2078,-7.3636,47.8500,-8.3711,-0.6421,-10.9123,0.0000,0.0000,4.1908,-10.9270,-0.4005,0.0000,-10.5265,0.0000,-10.5265,4.3576,-14.8841,0.0000,-14.8841,-0.2207,-14.6634,0.0000,0.0000,7.3757,-22.0390,80.5826,80.5826,80.5826 -963.5000,1.0000,12865.0135,39.1460,38.3656,-0.2161,0.0000,5,1073.7775,-56.3202,419.5168,-71.9080,-6.3330,47.1729,-8.0857,-0.5660,-9.9016,0.0000,0.0000,4.1347,-9.9211,-0.3875,0.0000,-9.5336,0.0000,-9.5336,4.2711,-13.8047,0.0000,-13.8047,-0.2086,-13.5961,0.0000,0.0000,7.2293,-20.8254,217.2425,217.2425,217.2425 -964.5000,1.0000,12875.6957,38.8475,38.5466,0.0503,0.0000,5,1056.0770,176.5691,418.0347,-70.6410,19.5272,46.2313,-7.8123,-0.5913,16.0337,0.0000,0.0000,4.0848,15.8583,-0.4106,0.0000,16.2689,0.0000,16.2689,4.2386,12.0304,0.0000,12.0304,0.0482,11.9822,0.0000,0.0000,7.1742,4.8080,4205.0360,4205.0360,4205.0360 -965.5000,1.0000,12886.5428,39.4410,39.5526,0.2794,0.0000,5,1056.8020,391.9914,545.9366,-70.6928,43.3809,60.4177,-7.8234,0.6387,38.5892,0.0000,0.0000,4.1530,38.4581,-0.5322,0.0000,38.9903,0.0000,38.9903,4.3033,34.6869,0.0000,34.6869,0.2717,34.4152,0.0000,0.0000,7.2838,27.1314,8760.7671,8760.7671,8760.7671 -966.5000,1.0000,12897.7141,40.6080,40.8806,0.3689,0.0000,5,1074.5405,477.5618,649.9727,-71.9626,53.7379,73.1386,-8.0976,0.5211,49.0495,0.0000,0.0000,4.1674,48.6150,-0.5983,0.0000,49.2133,0.0000,49.2133,4.4693,44.7440,0.0000,44.7440,0.3693,44.3747,0.0000,0.0000,7.4993,36.8754,10685.8773,10685.8773,10685.8773 -967.5000,1.0000,12909.3120,42.1440,42.6246,0.4844,0.0000,5,1101.9305,593.1145,699.5958,-73.9002,68.4418,80.7291,-8.5276,1.3191,62.8631,0.0000,0.0000,4.2595,62.6783,-0.6891,0.0000,63.3675,0.0000,63.3675,4.8227,58.5448,0.0000,58.5448,0.5034,58.0414,0.0000,0.0000,7.7830,50.2584,13561.0334,13561.0334,13561.0334 -968.5000,1.0000,12921.4002,43.9090,44.4106,0.4961,0.0000,5,1149.0045,603.9625,758.3401,-76.7083,72.6709,91.2461,-9.2298,1.9461,66.3437,0.0000,0.0000,4.3810,66.5821,-0.7323,0.0000,67.3144,0.0000,67.3144,5.0441,62.2703,0.0000,62.2703,0.5371,61.7332,0.0000,0.0000,8.1089,53.6243,14370.2095,14370.2095,14370.2095 -969.5000,1.0000,12933.9523,45.5790,45.9646,0.4317,0.0000,5,1202.8685,538.7340,766.9197,-79.9204,67.8611,96.6043,-10.0671,1.9415,61.4396,0.0000,0.0000,4.4800,61.7297,-0.7305,0.0000,62.4602,0.0000,62.4602,5.1247,57.3355,0.0000,57.3355,0.4851,56.8504,0.0000,0.0000,8.4173,48.4331,13462.3580,13462.3580,13462.3580 -970.5000,1.0000,12946.9355,47.1310,47.5146,0.4306,0.0000,5,1251.6210,533.5994,744.1918,-82.8118,69.9386,97.5408,-10.8541,1.7270,63.5985,0.0000,0.0000,4.6131,63.6928,-0.7620,0.0000,64.4549,0.0000,64.4549,5.2972,59.1576,0.0000,59.1576,0.5003,58.6573,0.0000,0.0000,8.7039,49.9534,13840.8935,13840.8935,13840.8935 -971.5000,1.0000,12960.3121,48.5470,48.7966,0.3561,0.0000,5,1290.0740,462.9636,745.2949,-85.0924,62.5446,100.6865,-11.4957,1.2663,56.5683,0.0000,0.0000,4.7101,56.5228,-0.7460,0.0000,57.2688,0.0000,57.2688,5.3195,51.9493,0.0000,51.9493,0.4262,51.5230,0.0000,0.0000,8.9654,42.5576,12465.3232,12465.3232,12465.3232 -972.5000,1.0000,12974.0554,49.8675,50.1556,0.3775,0.0000,5,1327.2680,483.1940,725.2428,-87.2983,67.1597,100.8024,-12.1337,1.7288,60.5917,0.0000,0.0000,4.8392,60.7325,-0.7864,0.0000,61.5189,0.0000,61.5189,5.5046,56.0142,0.0000,56.0142,0.4641,55.5501,0.0000,0.0000,9.2093,46.3408,13336.5062,13336.5062,13336.5062 -973.5000,1.0000,12988.1721,51.2115,51.4846,0.3692,0.0000,5,1368.6200,473.1883,738.2436,-89.7508,67.8181,105.8062,-12.8632,1.6929,61.1854,0.0000,0.0000,4.9398,61.2906,-0.8091,0.0000,62.0997,0.0000,62.0997,5.6368,56.4628,0.0000,56.4628,0.4661,55.9967,0.0000,0.0000,9.4575,46.5392,13453.8668,13453.8668,13453.8668 -974.5000,1.0000,13002.6232,52.4155,52.5636,0.2997,0.0000,5,1403.1815,407.7141,737.6292,-91.8006,59.9098,108.3878,-13.4893,1.2425,53.6713,0.0000,0.0000,4.9960,53.6704,-0.7887,0.0000,54.4591,0.0000,54.4591,5.7189,48.7402,0.0000,48.7402,0.3873,48.3529,0.0000,0.0000,9.6798,38.6730,12018.1896,12018.1896,12018.1896 -975.5000,1.0000,13017.3656,53.4640,53.5816,0.2828,0.0000,5,1430.9910,392.2201,718.5444,-93.4499,58.7754,107.6761,-14.0037,1.1767,52.5058,0.0000,0.0000,5.0929,52.4973,-0.7988,0.0000,53.2961,0.0000,53.2961,5.8333,47.4628,0.0000,47.4628,0.3727,47.0900,0.0000,0.0000,9.8735,37.2165,11828.4619,11828.4619,11828.4619 -976.5000,1.0000,13032.3745,54.4235,54.4826,0.2503,0.0000,5,1458.6100,363.0441,718.7943,-95.0879,55.4533,109.7924,-14.5242,1.2746,48.9868,0.0000,0.0000,5.1919,49.0586,-0.7963,0.0000,49.8549,0.0000,49.8549,5.9380,43.9168,0.0000,43.9168,0.3358,43.5810,0.0000,0.0000,10.0507,33.5303,11213.0424,11213.0424,11213.0424 -977.5000,1.0000,13047.6438,55.3610,55.4566,0.2706,0.0000,5,1482.7955,379.5471,711.2695,-96.5223,58.9353,110.4445,-14.9878,0.9066,52.7846,0.0000,0.0000,5.2441,52.6756,-0.8292,0.0000,53.5048,0.0000,53.5048,6.0403,47.4645,0.0000,47.4645,0.3693,47.0952,0.0000,0.0000,10.2238,36.8714,11914.2401,11914.2401,11914.2401 -978.5000,1.0000,13063.1862,56.3440,56.4486,0.2756,0.0000,5,1510.7575,386.5897,727.4039,-98.1807,61.1609,115.0798,-15.5328,1.6705,54.1351,0.0000,0.0000,5.3552,54.3023,-0.8530,0.0000,55.1553,0.0000,55.1553,6.1476,49.0077,0.0000,49.0077,0.3828,48.6249,0.0000,0.0000,10.4053,38.2196,12347.3586,12347.3586,12347.3586 -979.5000,1.0000,13079.0061,57.3430,57.4546,0.2794,0.0000,5,1536.5070,386.3449,729.1886,-99.7078,62.1639,117.3284,-16.0433,0.7307,56.0182,0.0000,0.0000,5.4150,55.8110,-0.8767,0.0000,56.6877,0.0000,56.6877,6.2566,50.4311,0.0000,50.4311,0.3951,50.0360,0.0000,0.0000,10.5898,39.4462,12557.4252,12557.4252,12557.4252 -980.5000,1.0000,13095.0787,58.2530,58.2686,0.2261,0.0000,5,1557.1450,341.2155,737.1312,-100.9318,55.6399,120.1994,-16.4583,1.2330,48.9428,0.0000,0.0000,5.4641,49.0056,-0.8571,0.0000,49.8627,0.0000,49.8627,6.3559,43.5068,0.0000,43.5068,0.3247,43.1821,0.0000,0.0000,10.7579,32.4242,11323.3158,11323.3158,11323.3158 -981.5000,1.0000,13111.3671,59.0295,59.0076,0.2053,0.0000,5,1589.2655,323.3067,733.3562,-102.8368,53.8071,122.0506,-17.1149,1.8765,46.3431,0.0000,0.0000,5.5875,46.6120,-0.8577,0.0000,47.4697,0.0000,47.4697,6.4406,41.0292,0.0000,41.0292,0.2988,40.7304,0.0000,0.0000,10.9013,29.8291,11036.2771,11036.2771,11036.2771 -982.5000,1.0000,13127.8324,59.6665,59.5426,0.1486,0.0000,5,1612.0395,265.5012,723.8177,-103.9022,44.8199,122.1894,-17.5400,0.3512,38.8352,0.0000,0.0000,5.6335,38.7469,-0.8285,0.0000,39.5755,0.0000,39.5755,6.5101,33.0654,0.0000,33.0654,0.2186,32.8468,0.0000,0.0000,11.0189,21.8279,9375.9136,9375.9136,9375.9136 -983.5000,1.0000,13144.3674,59.9175,59.5096,-0.0092,0.0000,5,1623.3310,128.8153,712.2416,-104.3044,21.8979,121.0774,-17.7312,0.7720,15.4438,0.0000,0.0000,5.6822,15.5217,-0.7154,0.0000,16.2372,0.0000,16.2372,6.5375,9.6997,0.0000,9.6997,-0.0135,9.7132,0.0000,0.0000,11.0653,-1.3521,5203.5304,5203.5304,5203.5304 -984.5000,1.0000,13160.8239,59.6350,58.9776,-0.1478,0.0000,5,1631.0750,3.6024,669.2313,-104.5801,0.6153,114.3086,-17.8629,0.0000,-5.0555,0.0000,0.0000,5.6708,-5.0782,-0.6866,0.0000,-4.3915,0.0000,-4.3915,6.5066,-10.8982,0.0000,-10.8982,-0.2173,-10.6809,0.0000,0.0000,11.0131,-21.6940,2536.4493,2536.4493,2536.4493 -985.5000,1.0000,13177.1699,59.2370,58.7136,-0.0733,0.0000,5,1617.5710,60.5517,618.1901,-104.0992,10.2570,104.7162,-17.6335,-1.3414,5.9831,0.0000,0.0000,5.6153,5.9464,-0.6558,0.0000,6.6021,0.0000,6.6021,6.4632,0.1389,0.0000,0.1389,-0.1071,0.2460,0.0000,0.0000,10.9396,-10.6936,3573.9055,3573.9055,3573.9055 -986.5000,1.0000,13193.4747,59.0885,58.6806,-0.0092,0.0000,5,1603.0370,124.0837,640.0111,-103.5816,20.8299,107.4384,-17.3882,-0.1014,15.3175,0.0000,0.0000,5.6138,15.3119,-0.7006,0.0000,16.0125,0.0000,16.0125,6.4470,9.5655,0.0000,9.5655,-0.0134,9.5788,0.0000,0.0000,10.9122,-1.3333,5000.1916,5000.1916,5000.1916 -987.5000,1.0000,13209.8065,59.1860,58.9086,0.0633,0.0000,5,1605.9740,190.1940,663.5056,-103.6862,31.9863,111.5865,-17.4377,0.3912,25.9376,0.0000,0.0000,5.6574,25.9517,-0.7560,0.0000,26.7077,0.0000,26.7077,6.4577,20.2500,0.0000,20.2500,0.0924,20.1576,0.0000,0.0000,10.9302,9.2274,6982.5726,6982.5726,6982.5726 -988.5000,1.0000,13226.2351,59.5345,59.3776,0.1303,0.0000,5,1611.2000,248.0065,683.1086,-103.8723,41.8448,115.2571,-17.5258,0.1246,36.0754,0.0000,0.0000,5.6448,35.9619,-0.8123,0.0000,36.7742,0.0000,36.7742,6.4957,30.2785,0.0000,30.2785,0.1912,30.0873,0.0000,0.0000,10.9945,19.0927,8822.1165,8822.1165,8822.1165 -989.5000,1.0000,13242.8151,60.0795,59.9986,0.1725,0.0000,5,1620.3935,289.1751,706.6467,-104.1997,49.0693,119.9089,-17.6814,0.7896,42.5747,0.0000,0.0000,5.7051,42.5632,-0.8547,0.0000,43.4179,0.0000,43.4179,6.5551,36.8627,0.0000,36.8627,0.2555,36.6072,0.0000,0.0000,11.0952,25.5120,10181.8152,10181.8152,10181.8152 -990.5000,1.0000,13259.5746,60.7255,60.6696,0.1864,0.0000,5,1626.0395,298.8237,714.0340,-104.4008,50.8832,121.5846,-17.7772,-0.2285,45.4165,0.0000,0.0000,5.6953,45.1033,-0.8784,0.0000,45.9817,0.0000,45.9817,6.6256,39.3561,0.0000,39.3561,0.2791,39.0770,0.0000,0.0000,11.2145,27.8625,10545.0827,10545.0827,10545.0827 -991.5000,1.0000,13276.5227,61.4045,61.3566,0.1908,0.0000,5,1643.5875,312.4376,733.2863,-105.0257,53.7755,126.2104,-18.0766,2.0022,45.9825,0.0000,0.0000,5.7908,46.2786,-0.8958,0.0000,47.1744,0.0000,47.1744,6.6997,40.4747,0.0000,40.4747,0.2889,40.1858,0.0000,0.0000,11.3399,28.8459,11100.2531,11100.2531,11100.2531 -992.5000,1.0000,13293.6492,62.0470,61.9546,0.1661,0.0000,5,1681.0480,286.4994,742.6877,-106.3598,50.4351,130.7420,-18.7235,1.8194,42.7233,0.0000,0.0000,5.8924,42.9641,-0.8900,0.0000,43.8541,0.0000,43.8541,6.7698,37.0843,0.0000,37.0843,0.2541,36.8302,0.0000,0.0000,11.4585,25.3717,10526.5742,10526.5742,10526.5742 -993.5000,1.0000,13310.9378,62.6305,62.5236,0.1581,0.0000,5,1689.1735,267.9624,722.5325,-106.6492,47.3998,127.8087,-18.8652,-0.9853,42.5470,0.0000,0.0000,5.8381,42.1164,-0.8957,0.0000,43.0121,0.0000,43.0121,6.8335,36.1786,0.0000,36.1786,0.2441,35.9346,0.0000,0.0000,11.5663,24.3683,9964.5031,9964.5031,9964.5031 -994.5000,1.0000,13328.3788,63.1790,63.0516,0.1467,0.0000,5,1693.3320,270.0723,733.0075,-106.7973,47.8907,129.9808,-18.9379,1.4202,40.5449,0.0000,0.0000,5.9256,40.7018,-0.8980,0.0000,41.5998,0.0000,41.5998,6.8933,34.7065,0.0000,34.7065,0.2285,34.4780,0.0000,0.0000,11.6676,22.8104,10064.8774,10064.8774,10064.8774 -995.5000,1.0000,13345.9311,63.5795,63.3246,0.0758,0.0000,5,1717.9755,205.0856,736.9223,-107.6749,36.8961,132.5767,-19.3714,1.1591,29.6904,0.0000,0.0000,6.0466,29.8162,-0.8500,0.0000,30.6663,0.0000,30.6663,6.9370,23.7292,0.0000,23.7292,0.1189,23.6104,0.0000,0.0000,11.7416,11.8688,8021.7504,8021.7504,8021.7504 -996.5000,1.0000,13363.5297,63.7465,63.3856,0.0169,0.0000,5,1727.5505,158.4344,715.8266,-108.0159,28.6622,129.4992,-19.5410,-0.1497,20.6336,0.0000,0.0000,8.1784,20.6068,-0.8064,0.0000,21.4132,0.0000,21.4132,6.9552,14.4580,0.0000,14.4580,0.0266,14.4314,0.0000,0.0000,11.7724,2.6590,6548.6785,6548.6785,6548.6785 -997.5000,1.0000,13381.1462,63.8110,63.4536,0.0189,0.0000,5,1727.7030,161.8657,706.4728,-108.0213,29.2855,127.8183,-19.5437,0.1659,20.9264,0.0000,0.0000,8.1931,20.9342,-0.8092,0.0000,21.7434,0.0000,21.7434,6.9623,14.7811,0.0000,14.7811,0.0297,14.7514,0.0000,0.0000,11.7843,2.9671,6658.7278,6658.7278,6658.7278 -998.5000,1.0000,13398.7867,63.8970,63.5576,0.0289,0.0000,5,1731.5940,170.9025,708.8983,-108.1599,30.9901,128.5460,-19.6129,0.2475,22.5306,0.0000,0.0000,8.2120,22.5426,-0.8188,0.0000,23.3614,0.0000,23.3614,6.9717,16.3897,0.0000,16.3897,0.0455,16.3442,0.0000,0.0000,11.8002,4.5440,6964.0045,6964.0045,6964.0045 -999.5000,1.0000,13416.4628,64.0255,63.7106,0.0425,0.0000,5,1736.4770,182.7911,712.6697,-108.3338,33.2394,129.5943,-19.6998,0.2726,24.7361,0.0000,0.0000,8.2307,24.7429,-0.8322,0.0000,25.5751,0.0000,25.5751,6.9857,18.5894,0.0000,18.5894,0.0671,18.5223,0.0000,0.0000,11.8239,6.6984,7375.2317,7375.2317,7375.2317 -1000.5000,1.0000,13434.1932,64.2210,63.9486,0.0661,0.0000,5,1740.0630,202.8600,715.5979,-108.4615,36.9649,130.3955,-19.7637,0.1101,28.6044,0.0000,0.0000,8.2505,28.5684,-0.8549,0.0000,29.4233,0.0000,29.4233,7.0070,22.4163,0.0000,22.4163,0.1047,22.3116,0.0000,0.0000,11.8600,10.4516,8049.9881,8049.9881,8049.9881 -1001.5000,1.0000,13452.0046,64.5125,64.2936,0.0958,0.0000,5,1754.6350,234.5266,732.5528,-108.9805,43.0931,134.6029,-20.0246,1.4592,33.2722,0.0000,0.0000,8.3617,33.4396,-0.8846,0.0000,34.3242,0.0000,34.3242,7.0388,27.2854,0.0000,27.2854,0.1524,27.1330,0.0000,0.0000,11.9139,15.2191,9177.3138,9177.3138,9177.3138 -1002.5000,1.0000,13469.9101,64.8510,64.6256,0.0922,0.0000,5,1759.5175,220.4640,726.9484,-109.1543,40.6219,133.9448,-20.1124,-0.9357,33.2819,0.0000,0.0000,8.2757,33.0335,-0.8886,0.0000,33.9221,0.0000,33.9221,7.0758,26.8463,0.0000,26.8463,0.1475,26.6989,0.0000,0.0000,11.9764,14.7225,8729.4812,8729.4812,8729.4812 -1003.5000,1.0000,13487.9133,65.2030,64.9976,0.1033,0.0000,5,1758.3730,239.2708,734.0514,-109.1136,44.0585,135.1656,-20.0918,0.8115,34.9532,0.0000,0.0000,8.2938,35.0028,-0.9047,0.0000,35.9075,0.0000,35.9075,7.1142,28.7933,0.0000,28.7933,0.1661,28.6272,0.0000,0.0000,12.0414,16.5858,9353.4368,9353.4368,9353.4368 -1004.5000,1.0000,13506.0084,65.5340,65.2876,0.0806,0.0000,5,1767.9865,204.6526,737.0645,-109.4559,37.8900,136.4624,-20.2650,0.2278,31.5178,0.0000,0.0000,6.1444,31.4855,-0.8929,0.0000,32.3784,0.0000,32.3784,7.1503,25.2281,0.0000,25.2281,0.1302,25.0980,0.0000,0.0000,12.1025,12.9955,8239.8142,8239.8142,8239.8142 -1005.5000,1.0000,13524.2305,65.9910,65.9116,0.1733,0.0000,5,1778.3245,289.7316,736.1798,-109.8241,53.9555,137.0956,-20.4521,0.8998,46.8525,0.0000,0.0000,6.2032,46.8481,-0.9786,0.0000,47.8267,0.0000,47.8267,7.2001,40.6265,0.0000,40.6265,0.2820,40.3445,0.0000,0.0000,12.1869,28.1576,11273.4638,11273.4638,11273.4638 -1006.5000,1.0000,13542.6493,66.6990,66.7036,0.2200,0.0000,5,1796.8640,331.9577,760.0193,-110.4844,62.4635,143.0107,-20.7895,1.1366,55.0573,0.0000,0.0000,6.2697,55.0461,-1.0327,0.0000,56.0788,0.0000,56.0788,7.2774,48.8014,0.0000,48.8014,0.3618,48.4396,0.0000,0.0000,12.3177,36.1220,12881.9673,12881.9673,12881.9673 -1007.5000,1.0000,13561.3706,67.7880,68.0896,0.3850,0.0000,5,1818.6465,481.1155,773.2624,-111.2967,91.6276,147.2665,-21.1963,1.2824,84.0377,0.0000,0.0000,6.3075,83.7125,-1.1973,0.0000,84.9098,0.0000,84.9098,7.5020,77.4077,0.0000,77.4077,0.6435,76.7643,0.0000,0.0000,12.5188,64.2455,18347.3684,18347.3684,18347.3684 -1008.5000,1.0000,13580.4818,69.1920,69.5116,0.3950,0.0000,5,1854.6195,495.5069,811.8721,-112.6484,96.2350,157.6780,-21.8780,2.7893,86.9223,0.0000,0.0000,6.5234,87.1743,-1.2406,0.0000,88.4149,0.0000,88.4149,7.6836,80.7313,0.0000,80.7313,0.6738,80.0575,0.0000,0.0000,12.7781,67.2794,19303.6052,19303.6052,19303.6052 -1009.5000,1.0000,13599.8753,70.2080,70.1216,0.1694,0.0000,5,1885.7860,286.1627,808.8352,-113.8195,56.5111,159.7280,-22.4770,0.7731,49.1761,0.0000,0.0000,6.5619,49.1367,-1.0674,0.0000,50.2041,0.0000,50.2041,7.6602,42.5438,0.0000,42.5438,0.2933,42.2505,0.0000,0.0000,12.9657,29.2849,11905.2253,11905.2253,11905.2253 -1010.5000,1.0000,13619.4571,70.8860,70.8676,0.2072,0.0000,5,1909.7430,323.7538,786.3749,-114.7197,64.7468,157.2654,-22.9425,2.0267,56.0201,0.0000,0.0000,6.7001,56.2311,-1.1160,0.0000,57.3471,0.0000,57.3471,7.7342,49.6129,0.0000,49.6129,0.3622,49.2507,0.0000,0.0000,13.0909,36.1598,13479.8633,13479.8633,13479.8633 -1011.5000,1.0000,13639.2024,71.4745,71.2986,0.1197,0.0000,5,1931.4490,239.9299,788.4528,-115.5353,48.5284,159.4731,-23.3683,0.5249,41.2521,0.0000,0.0000,6.7515,41.2223,-1.0513,0.0000,42.2737,0.0000,42.2737,7.7984,34.4752,0.0000,34.4752,0.2110,34.2643,0.0000,0.0000,13.1996,21.0647,10454.6005,10454.6005,10454.6005 -1012.5000,1.0000,13658.9740,71.5690,71.0566,-0.0672,0.0000,5,1948.0430,80.4472,785.3603,-116.1589,16.4111,160.2124,-23.6962,1.4558,8.1133,0.0000,0.0000,6.8421,8.1778,-0.8862,0.0000,9.0640,0.0000,9.0640,7.8087,1.2553,0.0000,1.2553,-0.1186,1.3739,0.0000,0.0000,13.2170,-11.8431,5165.0891,5165.0891,5165.0891 -1013.5000,1.0000,13678.5779,70.9655,70.0916,-0.2681,0.0000,5,1828.4885,-111.6655,630.0280,-111.6665,-21.3816,120.6370,-21.3818,-14.7911,-12.5317,0.0000,0.0000,5.9412,-11.7085,-0.9110,0.0000,-10.7975,0.0000,-10.7975,7.7429,-18.5404,15.6506,-34.1910,-0.4690,-33.7220,0.0000,0.0000,13.1056,-46.8275,0.0000,0.0000,0.0000 -1014.5000,1.0000,13697.9101,69.9875,69.1006,-0.2753,0.0000,6,1535.6680,-99.6581,432.6568,-99.6581,-16.0265,69.5776,-16.0265,-15.1925,-5.8873,0.0000,0.0000,5.0533,-5.3073,-0.7052,0.0000,-4.6020,0.0000,-4.6020,7.6362,-12.2382,22.6200,-34.8582,-0.4750,-34.3832,0.1183,0.0000,12.9250,-47.4265,0.0000,0.0000,0.0000 -1015.5000,1.0000,13716.9318,68.8695,67.8556,-0.3458,0.0000,6,1358.7015,-89.1625,480.4648,-89.1625,-12.6863,68.3619,-12.6863,-1.3241,-16.3121,0.0000,0.0000,4.9500,-16.2687,-0.7983,0.0000,-15.4704,0.0000,-15.4704,7.5142,-22.9846,23.3317,-46.3163,-0.5872,-45.7290,0.1829,0.0000,12.7185,-58.6304,0.0000,0.0000,0.0000 -1016.5000,1.0000,13735.6042,67.6120,66.5856,-0.3528,0.0000,6,1337.7205,-87.9182,490.2878,-87.9182,-12.3161,68.6823,-12.3161,-0.4199,-16.8057,0.0000,0.0000,4.9095,-16.9002,-0.7884,0.0000,-16.1118,0.0000,-16.1118,7.3770,-23.4888,23.1491,-46.6380,-0.5881,-46.0499,0.1795,0.0000,12.4863,-58.7157,0.0000,0.0000,0.0000 -1017.5000,1.0000,13753.9606,66.4745,65.5806,-0.2792,0.0000,6,1324.5595,-87.1377,484.6262,-87.1377,-12.0867,67.2213,-12.0867,-0.6548,-16.1561,0.0000,0.0000,4.7243,-16.1803,-0.7669,0.0000,-15.4133,0.0000,-15.4133,7.2529,-22.6662,11.1332,-33.7994,-0.4575,-33.3419,0.0642,0.0000,12.2762,-45.6823,0.0000,0.0000,0.0000 -1018.5000,1.0000,13772.1885,66.0120,65.6606,0.0222,0.0000,6,1311.7035,192.9424,483.1594,-86.3752,26.5028,66.3674,-11.8646,-0.3872,22.2069,0.0000,0.0000,4.6831,22.1121,-0.9283,0.0000,23.0405,0.0000,23.0405,7.2024,15.8381,0.0000,15.8381,0.0362,15.8019,0.0000,0.0000,12.1908,3.6111,5697.1060,5697.1060,5697.1060 -1019.5000,1.0000,13790.4723,66.2130,65.9826,0.0894,0.0000,6,1306.6300,275.9813,602.9062,-86.0743,37.7625,82.4956,-11.7775,-0.0214,33.1065,0.0000,0.0000,4.6774,33.0195,-1.1577,0.0000,34.1772,0.0000,34.1772,7.2244,26.9529,0.0000,26.9529,0.1460,26.8068,0.0000,0.0000,12.2279,14.5789,7788.7238,7788.7238,7788.7238 -1020.5000,1.0000,13808.9067,66.7555,66.7456,0.2119,0.0000,6,1308.9570,425.0839,639.3941,-86.2123,58.2678,87.6441,-11.8174,0.2085,53.4034,0.0000,0.0000,4.6559,53.2051,-1.5841,0.0000,54.7893,0.0000,54.7893,7.2836,47.5057,0.0000,47.5057,0.3488,47.1569,0.0000,0.0000,12.3281,34.8288,11656.6979,11656.6979,11656.6979 -1021.5000,1.0000,13827.5877,67.6430,67.7576,0.2811,0.0000,6,1324.5595,511.7036,708.0449,-87.1377,70.9772,98.2112,-12.0867,1.0581,65.1531,0.0000,0.0000,4.7659,65.3045,-1.8458,0.0000,67.1503,0.0000,67.1503,7.3804,59.7699,0.0000,59.7699,0.4688,59.3011,0.0000,0.0000,12.4920,46.8091,14056.2518,14056.2518,14056.2518 -1022.5000,1.0000,13846.5490,68.6520,68.7636,0.2794,0.0000,6,1352.5980,507.1776,746.0133,-88.8006,71.8385,105.6681,-12.5780,1.2485,65.7491,0.0000,0.0000,4.8410,65.9962,-1.8713,0.0000,67.8674,0.0000,67.8674,7.4905,60.3770,0.0000,60.3770,0.4730,59.9040,0.0000,0.0000,12.6783,47.2256,14204.1131,14204.1131,14204.1131 -1023.5000,1.0000,13865.8505,69.8770,70.2076,0.4011,0.0000,6,1368.9250,654.4020,740.8912,-89.7689,93.8108,106.2093,-12.8687,0.1090,88.8497,0.0000,0.0000,4.8521,88.0244,-2.3438,0.0000,90.3681,0.0000,90.3681,7.7758,82.5923,0.0000,82.5923,0.6910,81.9012,0.0000,0.0000,12.9046,68.9967,18279.7893,18279.7893,18279.7893 -1024.5000,1.0000,13885.4689,71.0175,71.0446,0.2325,0.0000,6,1385.4810,455.3717,807.0230,-90.7508,66.0686,117.0887,-13.1668,1.2983,59.8366,0.0000,0.0000,4.9338,60.1412,-1.7756,0.0000,61.9168,0.0000,61.9168,7.7486,54.1682,0.0000,54.1682,0.4071,53.7612,0.0000,0.0000,13.1152,40.6460,13133.1593,13133.1593,13133.1593 -1025.5000,1.0000,13905.2732,71.6870,71.5466,0.1394,0.0000,6,1408.9420,339.2295,729.8363,-92.1422,50.0513,107.6830,-13.5950,0.7097,44.3555,0.0000,0.0000,4.9861,44.4581,-1.4565,0.0000,45.9146,0.0000,45.9146,7.8216,38.0930,0.0000,38.0930,0.2465,37.8465,0.0000,0.0000,13.2388,24.6077,10172.2950,10172.2950,10172.2950 -1026.5000,1.0000,13925.2549,72.3255,72.3216,0.2153,0.0000,6,1422.5990,430.8519,688.3155,-92.9522,64.1858,102.5413,-13.8475,0.4766,58.6582,0.0000,0.0000,5.0511,58.5693,-1.7577,0.0000,60.3270,0.0000,60.3270,7.8913,52.4358,0.0000,52.4358,0.3839,52.0519,0.0000,0.3668,13.3567,38.3283,12811.2103,12811.2103,12811.2103 -1027.5000,1.0000,13945.4495,73.0920,73.0796,0.2106,0.0000,6,1433.6995,434.2404,724.9004,-93.6105,65.1954,108.8341,-14.0544,0.4971,59.6551,0.0000,0.0000,5.0433,59.5810,-1.7876,0.0000,61.3686,0.0000,61.3686,7.9749,53.3937,0.0000,53.3937,0.3794,53.0143,0.0000,1.6311,13.4983,37.8849,13000.5841,13000.5841,13000.5841 -1028.5000,1.0000,13965.8659,73.8905,73.9186,0.2331,0.0000,6,1449.4925,477.9952,730.9667,-94.5472,72.5551,110.9538,-14.3514,0.9033,66.4928,0.0000,0.0000,5.1591,66.5803,-1.9426,0.0000,68.5229,0.0000,68.5229,8.0620,60.4609,0.0000,60.4609,0.4246,60.0363,0.0000,3.9992,13.6457,42.3914,14364.3626,14364.3626,14364.3626 -1029.5000,1.0000,13986.5031,74.6855,74.6696,0.2086,0.0000,6,1469.5200,470.0779,749.4201,-95.7350,72.3392,115.3266,-14.7324,0.8916,66.2548,0.0000,0.0000,5.1928,66.3666,-1.9474,0.0000,68.3140,0.0000,68.3140,8.1488,60.1653,0.0000,60.1653,0.3841,59.7811,0.0000,7.6353,13.7926,38.3533,14351.5058,14351.5058,14351.5058 -1030.5000,1.0000,14007.3258,75.3530,75.2536,0.1622,0.0000,6,1490.7680,405.6774,750.9457,-96.9951,63.3315,117.2323,-15.1422,1.0407,57.0436,0.0000,0.0000,5.2471,57.2567,-1.7655,0.0000,59.0222,0.0000,59.0222,8.2216,50.8006,0.0000,50.8006,0.3014,50.4992,0.0000,6.4921,13.9158,30.0912,12740.4358,12740.4358,12740.4358 -1031.5000,1.0000,14028.2661,75.7765,75.5166,0.0731,0.0000,6,1501.3730,291.3751,724.7284,-97.6241,45.8110,113.9443,-15.3488,-0.0703,40.6315,0.0000,0.0000,5.2498,40.5405,-1.4222,0.0000,41.9627,0.0000,41.9627,8.2678,33.6949,0.0000,33.6949,0.1365,33.5584,0.0000,5.9368,13.9940,13.6275,9474.8350,9474.8350,9474.8350 -1032.5000,1.0000,14049.2666,75.9935,75.6876,0.0475,0.0000,6,1505.0355,274.2576,689.6169,-97.8413,43.2249,108.6884,-15.4205,0.4090,37.5433,0.0000,0.0000,5.2725,37.6114,-1.3637,0.0000,38.9751,0.0000,38.9751,8.2915,30.6837,0.0000,30.6837,0.0890,30.5947,0.0000,7.6747,14.0341,8.8859,8990.6276,8990.6276,8990.6276 -1033.5000,1.0000,14070.3325,76.2285,75.9866,0.0831,0.0000,6,1503.7005,312.6793,677.2213,-97.7621,49.2367,106.6401,-15.3943,-0.5319,44.5237,0.0000,0.0000,5.2450,44.2663,-1.5052,0.0000,45.7715,0.0000,45.7715,8.3171,37.4543,0.0000,37.4543,0.1561,37.2982,0.0000,7.6354,14.0775,15.5853,10119.9656,10119.9656,10119.9656 -1034.5000,1.0000,14091.4820,76.5295,76.2896,0.0842,0.0000,6,1501.3735,326.3365,695.9491,-97.6241,51.3078,109.4195,-15.3488,0.3166,45.7199,0.0000,0.0000,5.2712,45.7340,-1.5393,0.0000,47.2733,0.0000,47.2733,8.3500,38.9233,0.0000,38.9233,0.1588,38.7645,0.0000,8.7752,14.1331,15.8562,10506.9616,10506.9616,10506.9616 -1035.5000,1.0000,14112.7767,77.0525,77.0326,0.2064,0.0000,6,1510.1855,466.0813,703.0847,-98.1468,73.7090,111.1902,-15.5215,0.4988,67.8795,0.0000,0.0000,5.3307,67.7944,-2.0051,0.0000,69.7995,0.0000,69.7995,8.4070,61.3924,0.0000,61.3924,0.3921,61.0004,0.0000,7.6233,14.2297,39.1473,14650.6720,14650.6720,14650.6720 -1036.5000,1.0000,14134.2542,77.7105,77.6056,0.1592,0.0000,6,1528.3435,431.5465,757.3562,-99.2237,69.0680,121.2132,-15.8805,1.1994,62.4726,0.0000,0.0000,5.3960,62.7635,-1.9082,0.0000,64.6717,0.0000,64.6717,8.4788,56.1929,0.0000,56.1929,0.3050,55.8879,0.0000,11.0886,14.3512,30.4482,13818.6623,13818.6623,13818.6623 -1037.5000,1.0000,14155.8960,78.3020,78.2156,0.1694,0.0000,6,1538.3000,425.5373,739.5614,-99.8142,68.5500,119.1362,-16.0791,-0.2667,63.4119,0.0000,0.0000,5.4048,63.0499,-1.9213,0.0000,64.9712,0.0000,64.9712,8.5434,56.4278,0.0000,56.4278,0.3271,56.1007,0.0000,8.9793,14.4604,32.6610,13732.6836,13732.6836,13732.6836 -1038.5000,1.0000,14177.6944,78.8655,78.7326,0.1436,0.0000,6,1544.9760,393.7862,746.3745,-100.2101,63.7105,120.7556,-16.2129,0.9012,57.3507,0.0000,0.0000,5.4585,57.5148,-1.8128,0.0000,59.3276,0.0000,59.3276,8.6048,50.7227,0.0000,50.7227,0.2792,50.4435,0.0000,7.9982,14.5645,27.8807,12864.1163,12864.1163,12864.1163 -1039.5000,1.0000,14199.6030,79.2625,79.0096,0.0769,0.0000,6,1563.0200,319.7208,738.3270,-101.2803,52.3316,120.8487,-16.5775,0.8202,45.9972,0.0000,0.0000,5.5142,46.1680,-1.5812,0.0000,47.7492,0.0000,47.7492,8.6482,39.1010,0.0000,39.1010,0.1504,38.9506,0.0000,9.2996,14.6378,15.0132,10729.2119,10729.2119,10729.2119 -1040.5000,1.0000,14221.5864,79.5315,79.2706,0.0725,0.0000,6,1573.8920,315.0633,714.0040,-101.9251,51.9280,117.6804,-16.7990,0.2249,46.1694,0.0000,0.0000,5.5336,46.1619,-1.5844,0.0000,47.7463,0.0000,47.7463,8.6775,39.0688,0.0000,39.0688,0.1422,38.9266,0.0000,10.0451,14.6875,14.1941,10665.4648,10665.4648,10665.4648 -1041.5000,1.0000,14243.6436,79.7975,79.5416,0.0753,0.0000,6,1577.8595,305.5730,713.5163,-102.1604,50.4908,117.8965,-16.8803,0.1590,44.7434,0.0000,0.0000,5.5884,44.7140,-1.5575,0.0000,46.2715,0.0000,46.2715,8.7065,37.5649,0.0000,37.5649,0.1481,37.4168,0.0000,7.8930,14.7366,14.7872,10412.4562,10412.4562,10412.4562 -1042.5000,1.0000,14265.7662,80.0330,79.7416,0.0556,0.0000,6,1577.4400,305.3545,708.3052,-102.1355,50.4412,117.0043,-16.8717,-0.1996,45.0515,0.0000,0.0000,5.5893,44.9365,-1.5650,0.0000,46.5015,0.0000,46.5015,8.7322,37.7693,0.0000,37.7693,0.1096,37.6596,0.0000,11.9343,14.7801,10.9453,10403.1716,10403.1716,10403.1716 -1043.5000,1.0000,14287.9358,80.2020,79.8796,0.0383,0.0000,6,1581.9795,274.7303,714.6431,-102.4047,45.5131,118.3910,-16.9648,0.6411,39.2516,0.0000,0.0000,5.6203,39.3815,-1.4513,0.0000,40.8328,0.0000,40.8328,8.7507,32.0822,0.0000,32.0822,0.0758,32.0064,0.0000,9.6269,14.8113,7.5682,9482.2798,9482.2798,9482.2798 -1044.5000,1.0000,14310.1441,80.3410,80.0196,0.0389,0.0000,6,1586.4425,261.6269,700.5190,-102.6694,43.4646,116.3785,-17.0567,-0.2081,38.0191,0.0000,0.0000,5.6536,37.9348,-1.4229,0.0000,39.3577,0.0000,39.3577,8.7658,30.5919,0.0000,30.5919,0.0770,30.5149,0.0000,7.9867,14.8370,7.6912,9100.9162,9100.9162,9100.9162 -1045.5000,1.0000,14332.3603,80.3700,79.9376,-0.0228,0.0000,6,1593.4615,198.5363,705.5482,-103.0857,33.1291,117.7326,-17.2016,0.8959,26.5261,0.0000,0.0000,5.7071,26.6921,-1.1890,0.0000,27.8811,0.0000,27.8811,8.7690,19.1121,0.0000,19.1121,-0.0451,19.1573,0.0000,8.8214,14.8424,-4.5065,7182.9692,7182.9692,7182.9692 -1046.5000,1.0000,14354.5696,80.3450,79.9696,0.0089,0.0000,6,1595.8650,214.5671,676.2711,-103.2282,35.8581,113.0175,-17.2514,-0.6617,30.8311,0.0000,0.0000,5.6888,30.6945,-1.2721,0.0000,31.9666,0.0000,31.9666,8.7663,23.2003,0.0000,23.2003,0.0176,23.1827,0.0000,6.5869,14.8377,1.7581,7686.5576,7686.5576,7686.5576 -1047.5000,1.0000,14376.7824,80.3575,79.9626,-0.0019,0.0000,6,1592.0120,203.8818,686.9994,-102.9997,33.9902,114.5332,-17.1716,0.2834,27.9907,0.0000,0.0000,5.7160,28.0429,-1.2170,0.0000,29.2599,0.0000,29.2599,8.7676,20.4923,0.0000,20.4923,-0.0039,20.4962,0.0000,6.0407,14.8400,-0.3846,7333.5946,7333.5946,7333.5946 -1048.5000,1.0000,14398.9777,80.2945,79.8436,-0.0331,0.0000,6,1586.7475,189.6680,674.5897,-102.6875,31.5160,112.0924,-17.0629,-0.7955,24.6231,0.0000,0.0000,7.6884,24.5146,-1.1427,0.0000,25.6573,0.0000,25.6573,8.7608,16.8965,0.0000,16.8965,-0.0654,16.9620,0.0000,8.6673,14.8284,-6.5337,6887.0990,6887.0990,6887.0990 -1049.5000,1.0000,14421.1123,80.0760,79.5256,-0.0883,0.0000,6,1580.8730,125.8094,675.4984,-102.3391,20.8276,111.8278,-16.9421,0.2222,12.8987,0.0000,0.0000,7.7067,12.9430,-0.8990,0.0000,13.8420,0.0000,13.8420,8.7369,5.1051,0.0000,5.1051,-0.1744,5.2795,0.0000,7.9037,14.7881,-17.4123,4953.6602,4953.6602,4953.6602 -1050.5000,1.0000,14443.0919,79.5180,78.7276,-0.2217,0.0000,6,1576.5625,-54.7508,647.4254,-102.0834,-9.0392,106.8882,-16.8537,-0.6390,-16.0818,0.0000,0.0000,7.6816,-16.0953,-0.9392,0.0000,-15.1561,0.0000,-15.1561,8.6760,-23.8321,0.0000,-23.8321,-0.4346,-23.3975,0.0000,5.3080,14.6850,-43.3905,1026.6006,1026.6006,1026.6006 -1051.5000,1.0000,14464.8467,78.7085,77.9066,-0.2281,0.0000,6,1562.4475,-60.3877,582.6961,-101.2463,-9.8806,95.3402,-16.5658,-0.7211,-16.7604,0.0000,0.0000,7.6010,-16.7673,-0.9346,0.0000,-15.8327,0.0000,-15.8327,8.5877,-24.4204,0.0000,-24.4204,-0.4426,-23.9779,0.0000,5.6733,14.5355,-44.1867,871.8525,871.8525,871.8525 -1052.5000,1.0000,14486.3795,77.9095,77.1296,-0.2158,0.0000,6,1542.8395,-44.9804,569.4829,-100.0834,-7.2673,92.0089,-16.1701,-1.1457,-13.6511,0.0000,0.0000,7.5295,-13.6119,-0.8926,0.0000,-12.7194,0.0000,-12.7194,8.5005,-21.2199,0.0000,-21.2199,-0.4146,-20.8053,0.0000,6.2008,14.3880,-41.3941,1214.8688,1214.8688,1214.8688 -1053.5000,1.0000,14507.7267,77.2415,76.5706,-0.1553,0.0000,6,1526.1310,26.9478,574.1440,-99.0924,4.3067,91.7574,-15.8366,-0.4326,-2.7528,0.0000,0.0000,7.4921,-2.7544,-0.7769,0.0000,-1.9775,0.0000,-1.9775,8.4277,-10.4051,0.0000,-10.4051,-0.2957,-10.1094,0.0000,5.1510,14.2646,-29.5250,2709.5154,2709.5154,2709.5154 -1054.5000,1.0000,14528.9248,76.7045,76.0556,-0.1431,0.0000,6,1515.6405,44.6747,594.3876,-98.4703,7.0907,94.3397,-15.6290,-0.5468,0.1701,0.0000,0.0000,7.4673,0.1701,-0.7409,0.0000,0.9110,0.0000,0.9110,8.3691,-7.4581,0.0000,-7.4581,-0.2705,-7.1875,0.0000,5.6589,14.1654,-27.0119,3004.3926,3004.3926,3004.3926 -1055.5000,1.0000,14549.9894,76.2240,75.6096,-0.1239,0.0000,6,1507.5915,70.3195,600.5097,-97.9929,11.1017,94.8052,-15.4706,-0.2013,5.8501,0.0000,0.0000,5.4528,5.8588,-0.7049,0.0000,6.5638,0.0000,6.5638,8.3166,-1.7529,0.0000,-1.7529,-0.2328,-1.5200,0.0000,7.6495,14.0767,-23.2463,3446.9430,3446.9430,3446.9430 -1056.5000,1.0000,14570.9302,75.7785,75.1646,-0.1236,0.0000,6,1497.0245,67.3428,601.6847,-97.3662,10.5572,94.3249,-15.2639,-0.7716,5.8668,0.0000,0.0000,5.4619,5.8511,-0.6995,0.0000,6.5507,0.0000,6.5507,8.2680,-1.7174,0.0000,-1.7174,-0.2309,-1.4864,0.0000,7.5777,13.9944,-23.0586,3367.4614,3367.4614,3367.4614 -1057.5000,1.0000,14591.7951,75.5050,75.0626,-0.0283,0.0000,6,1487.3350,177.2823,602.5188,-96.7915,27.6123,93.8443,-15.0756,-0.1185,22.2894,0.0000,0.0000,5.4414,22.2850,-1.0387,0.0000,23.3237,0.0000,23.3237,8.2382,15.0855,0.0000,15.0855,-0.0527,15.1382,0.0000,6.4606,13.9439,-5.2663,6088.1582,6088.1582,6088.1582 -1058.5000,1.0000,14612.6741,75.5560,75.2666,0.0567,0.0000,6,1483.0245,289.9880,639.3129,-96.5359,45.0357,99.2865,-14.9922,-0.2745,39.8779,0.0000,0.0000,5.4323,39.7432,-1.4030,0.0000,41.1461,0.0000,41.1461,8.2438,32.9024,0.0000,32.9024,0.1056,32.7968,0.0000,8.3039,13.9533,10.5396,9310.7186,9310.7186,9310.7186 -1059.5000,1.0000,14633.6086,75.7555,75.4616,0.0542,0.0000,6,1486.3435,289.5505,685.8885,-96.7327,45.0684,106.7582,-15.0564,0.5780,38.9958,0.0000,0.0000,5.4946,39.1116,-1.3922,0.0000,40.5037,0.0000,40.5037,8.2655,32.2382,0.0000,32.2382,0.1012,32.1370,0.0000,8.0456,13.9902,10.1013,9320.8086,9320.8086,9320.8086 -1060.5000,1.0000,14654.6000,75.9605,75.6766,0.0597,0.0000,6,1500.9920,298.6817,689.7400,-97.6015,46.9478,108.4158,-15.3413,0.7665,40.6413,0.0000,0.0000,5.5400,40.8087,-1.4299,0.0000,42.2386,0.0000,42.2386,8.2879,33.9507,0.0000,33.9507,0.1118,33.8389,0.0000,8.6434,14.0280,11.1674,9687.0043,9687.0043,9687.0043 -1061.5000,1.0000,14675.6506,76.1735,75.8876,0.0586,0.0000,6,1504.5015,308.6609,686.2489,-97.8096,48.6298,108.1192,-15.4100,-0.4441,43.5744,0.0000,0.0000,5.4995,43.3751,-1.4859,0.0000,44.8611,0.0000,44.8611,8.3111,36.5499,0.0000,36.5499,0.1101,36.4399,0.0000,11.3821,14.0674,10.9904,10006.8857,10006.8857,10006.8857 -1062.5000,1.0000,14696.7748,76.4385,76.2066,0.0886,0.0000,6,1510.2235,369.3091,700.5035,-98.1490,58.4063,110.7848,-15.5223,0.9765,51.8896,0.0000,0.0000,5.5402,52.1426,-1.6717,0.0000,53.8143,0.0000,53.8143,8.3400,45.4743,0.0000,45.4743,0.1670,45.3073,0.0000,14.5174,14.1163,16.6736,11834.1385,11834.1385,11834.1385 -1063.5000,1.0000,14717.9963,76.7890,76.5886,0.1061,0.0000,6,1515.8310,398.1713,713.0693,-98.4816,63.2047,113.1908,-15.6327,-0.4581,58.0992,0.0000,0.0000,5.5635,57.7669,-1.7931,0.0000,59.5600,0.0000,59.5600,8.3783,51.1817,0.0000,51.1817,0.2009,50.9808,0.0000,16.7417,14.1810,20.0581,12749.5733,12749.5733,12749.5733 -1064.5000,1.0000,14739.3099,77.1205,76.8696,0.0781,0.0000,6,1514.0765,382.5769,728.0902,-98.3775,60.6590,115.4414,-15.5981,0.2944,54.7925,0.0000,0.0000,5.5721,54.8072,-1.7354,0.0000,56.5426,0.0000,56.5426,8.4145,48.1282,0.0000,48.1282,0.1484,47.9797,0.0000,18.9190,14.2422,14.8185,12251.4903,12251.4903,12251.4903 -1065.5000,1.0000,14760.7040,77.4100,77.1676,0.0828,0.0000,6,1523.7660,406.4514,725.7715,-98.9522,64.8568,115.8102,-15.7896,0.6104,58.6357,0.0000,0.0000,5.6107,58.7736,-1.8215,0.0000,60.5950,0.0000,60.5950,8.4460,52.1490,0.0000,52.1490,0.1580,51.9910,0.0000,21.9213,14.2957,15.7739,13060.3434,13060.3434,13060.3434 -1066.5000,1.0000,14782.1962,77.7635,77.5766,0.1136,0.0000,6,1533.0355,450.1436,733.4642,-99.5019,72.2656,117.7497,-15.9740,0.2586,66.3568,0.0000,0.0000,5.6503,66.3014,-1.9825,0.0000,68.2839,0.0000,68.2839,8.4846,59.7993,0.0000,59.7993,0.2178,59.5814,0.0000,23.4721,14.3610,21.7483,14391.8696,14391.8696,14391.8696 -1067.5000,1.0000,14803.8016,78.1710,77.9826,0.1128,0.0000,6,1539.7495,427.0210,750.2475,-99.9001,68.8538,120.9715,-16.1081,0.3752,62.7894,0.0000,0.0000,5.6892,62.7882,-1.9142,0.0000,64.7024,0.0000,64.7024,8.5291,56.1733,0.0000,56.1733,0.2174,55.9560,0.0000,19.8178,14.4363,21.7019,13787.7150,13787.7150,13787.7150 -1068.5000,1.0000,14825.5096,78.5400,78.3146,0.0922,0.0000,6,1551.6515,388.0285,746.7845,-100.6060,63.0502,121.3439,-16.3473,0.7561,56.5679,0.0000,0.0000,5.7262,56.7373,-1.7926,0.0000,58.5299,0.0000,58.5299,8.5693,49.9606,0.0000,49.9606,0.1786,49.7820,0.0000,17.4474,14.5044,17.8302,12741.2397,12741.2397,12741.2397 -1069.5000,1.0000,14847.3072,78.8630,78.6286,0.0872,0.0000,6,1555.5045,391.1262,728.4099,-100.8345,63.7114,118.6522,-16.4251,-0.3899,58.3594,0.0000,0.0000,5.7419,58.0906,-1.8247,0.0000,59.9153,0.0000,59.9153,8.6046,51.3107,0.0000,51.3107,0.1696,51.1412,0.0000,19.6443,14.5640,16.9328,12871.7435,12871.7435,12871.7435 -1070.5000,1.0000,14869.1661,79.0835,78.7556,0.0353,0.0000,6,1556.2295,349.4475,735.1677,-100.8775,56.9488,119.8088,-16.4398,0.4594,50.7117,0.0000,0.0000,5.7777,50.8276,-1.6761,0.0000,52.5037,0.0000,52.5037,8.6286,43.8750,0.0000,43.8750,0.0688,43.8063,0.0000,22.3337,14.6048,6.8678,11570.5545,11570.5545,11570.5545 -1071.5000,1.0000,14891.0409,79.1405,78.7426,-0.0036,0.0000,6,1568.8945,292.6362,725.5830,-101.6287,48.0784,119.2091,-16.6970,0.7571,41.5696,0.0000,0.0000,5.7517,41.7813,-1.4883,0.0000,43.2696,0.0000,43.2696,8.6349,34.6347,0.0000,34.6347,-0.0070,34.6418,0.0000,20.7300,14.6153,-0.7035,9956.1194,9956.1194,9956.1194 -1072.5000,1.0000,14912.8924,79.0570,78.5886,-0.0428,0.0000,6,1569.6575,233.8522,698.8866,-101.6739,38.4393,114.8789,-16.7126,-0.6840,33.3646,0.0000,0.0000,5.7586,33.2462,-1.3095,0.0000,34.5557,0.0000,34.5557,8.6257,25.9300,0.0000,25.9300,-0.0834,26.0133,0.0000,19.7385,14.5999,-8.3251,8114.8794,8114.8794,8114.8794 -1073.5000,1.0000,14934.7145,78.9510,78.5306,-0.0161,0.0000,6,1564.6600,276.2941,684.7989,-101.3775,45.2710,112.2049,-16.6108,0.2016,39.2801,0.0000,0.0000,5.7894,39.3472,-1.4353,0.0000,40.7825,0.0000,40.7825,8.6142,32.1683,0.0000,32.1683,-0.0314,32.1997,0.0000,20.7506,14.5803,-3.1312,9414.1464,9414.1464,9414.1464 -1074.5000,1.0000,14956.5190,78.8875,78.4616,-0.0192,0.0000,6,1560.9980,274.0583,692.4501,-101.1603,44.7996,113.1930,-16.5364,-0.5522,39.5763,0.0000,0.0000,5.7754,39.4475,-1.4366,0.0000,40.8842,0.0000,40.8842,8.6072,32.2769,0.0000,32.2769,-0.0373,32.3142,0.0000,21.4677,14.5686,-3.7221,9319.1291,9319.1291,9319.1291 -1075.5000,1.0000,14978.2937,78.7805,78.3166,-0.0403,0.0000,6,1555.6955,244.8919,694.4533,-100.8459,39.8958,113.1348,-16.4290,0.0437,34.0903,0.0000,0.0000,5.7618,34.1317,-1.3246,0.0000,35.4563,0.0000,35.4563,8.5956,26.8607,0.0000,26.8607,-0.0782,26.9390,0.0000,20.2013,14.5488,-7.8111,8367.1124,8367.1124,8367.1124 -1076.5000,1.0000,15000.0441,78.6930,78.2866,-0.0083,0.0000,6,1552.6815,282.7477,681.3470,-100.6671,45.9738,110.7846,-16.3681,-0.3310,40.5489,0.0000,0.0000,5.7559,40.4659,-1.4555,0.0000,41.9214,0.0000,41.9214,8.5860,33.3354,0.0000,33.3354,-0.0162,33.3516,0.0000,20.4332,14.5327,-1.6143,9535.7579,9535.7579,9535.7579 -1077.5000,1.0000,15021.7875,78.6675,78.2656,-0.0058,0.0000,6,1550.3925,283.7586,696.2448,-100.5313,46.0701,113.0400,-16.3219,0.1126,40.2073,0.0000,0.0000,5.7502,40.2434,-1.4506,0.0000,41.6939,0.0000,41.6939,8.5832,33.1107,0.0000,33.1107,-0.0113,33.1220,0.0000,19.7237,14.5279,-1.1296,9552.0133,9552.0133,9552.0133 -1078.5000,1.0000,15043.5242,78.6435,78.2386,-0.0075,0.0000,6,1554.0930,215.2073,698.0226,-100.7508,35.0237,113.5992,-16.3966,0.2403,29.0166,0.0000,0.0000,5.7668,29.0686,-1.2175,0.0000,30.2861,0.0000,30.2861,8.5806,21.7055,0.0000,21.7055,-0.0145,21.7200,0.0000,8.6485,14.5235,-1.4520,7489.2598,7489.2598,7489.2598 -1079.5000,1.0000,15065.2896,78.7470,78.4726,0.0650,0.0000,6,1557.5645,249.2897,675.5750,-100.9567,40.6611,110.1915,-16.4668,0.0912,34.8103,0.0000,0.0000,5.7596,34.7799,-1.3377,0.0000,36.1176,0.0000,36.1176,8.5919,27.5257,0.0000,27.5257,0.1262,27.3995,0.0000,0.2567,14.5426,12.6002,8517.9008,8517.9008,8517.9008 -1080.5000,1.0000,15087.1227,78.9905,78.7256,0.0703,0.0000,6,1560.5780,254.7780,688.2545,-101.1354,41.6367,112.4769,-16.5279,0.1974,35.6596,0.0000,0.0000,5.7797,35.6496,-1.3588,0.0000,37.0083,0.0000,37.0083,8.6185,28.3899,0.0000,28.3899,0.1369,28.2530,0.0000,0.0000,14.5876,13.6654,8710.6916,8710.6916,8710.6916 -1081.5000,1.0000,15108.9710,79.0455,78.5826,-0.0397,0.0000,6,1559.8915,122.5098,686.8908,-101.0947,20.0121,112.2046,-16.5140,-0.2631,14.5092,0.0000,0.0000,5.7660,14.4968,-0.9188,0.0000,15.4155,0.0000,15.4155,8.6245,6.7910,0.0000,6.7910,-0.0774,6.8685,0.0000,0.0000,14.5977,-7.7293,4785.0913,4785.0913,4785.0913 -1082.5000,1.0000,15130.7694,78.8655,78.3656,-0.0603,0.0000,6,1559.1285,100.7696,646.7131,-101.0495,16.4528,105.5899,-16.4985,0.1899,10.4883,0.0000,0.0000,5.7746,10.5161,-0.8336,0.0000,11.3498,0.0000,11.3498,8.6048,2.7449,0.0000,2.7449,-0.1172,2.8621,0.0000,0.0000,14.5645,-11.7024,4167.4860,4167.4860,4167.4860 -1083.5000,1.0000,15152.4599,78.4775,77.8066,-0.1553,0.0000,6,1551.2700,-20.7438,628.7236,-100.5834,-3.3698,102.1353,-16.3396,-0.9376,-8.1114,0.0000,0.0000,5.6792,-8.0887,-0.8463,0.0000,-7.2425,0.0000,-7.2425,8.5625,-15.8050,0.0000,-15.8050,-0.3004,-15.5046,0.0000,0.0000,14.4929,-29.9974,1798.4927,1798.4927,1798.4927 -1084.5000,1.0000,15173.9816,77.8695,77.1496,-0.1825,0.0000,6,1538.9105,-48.8620,588.8814,-99.8504,-7.8743,94.9008,-16.0913,-0.2379,-13.3117,0.0000,0.0000,5.6753,-13.3462,-0.8894,0.0000,-12.4568,0.0000,-12.4568,8.4962,-20.9530,0.0000,-20.9530,-0.3504,-20.6026,0.0000,0.0000,14.3806,-34.9832,1115.6213,1115.6213,1115.6213 -1085.5000,1.0000,15195.3097,77.1725,76.4126,-0.2047,0.0000,6,1528.8015,-78.5468,571.6118,-99.2508,-12.5750,91.5126,-15.8896,-0.7127,-17.5334,0.0000,0.0000,5.6712,-17.5301,-0.9209,0.0000,-16.6092,0.0000,-16.6092,8.4201,-25.0294,0.0000,-25.0294,-0.3895,-24.6398,0.0000,0.0000,14.2519,-38.8917,387.7645,387.7645,387.7645 -1086.5000,1.0000,15216.4444,76.4765,75.7576,-0.1819,0.0000,6,1517.6625,-47.8507,560.1642,-98.5902,-7.6049,89.0265,-15.6689,-0.3306,-12.9699,0.0000,0.0000,5.6956,-12.9952,-0.8669,0.0000,-12.1283,0.0000,-12.1283,8.3442,-20.4725,0.0000,-20.4725,-0.3431,-20.1295,0.0000,0.0000,14.1233,-34.2528,1091.5902,1091.5902,1091.5902 -1087.5000,1.0000,15237.4538,76.0250,75.5096,-0.0689,0.0000,6,1504.2345,84.5617,560.9751,-97.7938,13.3204,88.3665,-15.4048,-0.9127,8.5971,0.0000,0.0000,5.6361,8.5546,-0.7587,0.0000,9.3133,0.0000,9.3133,8.2949,1.0184,0.0000,1.0184,-0.1291,1.1475,0.0000,0.0000,14.0399,-12.8924,3695.2131,3695.2131,3695.2131 -1088.5000,1.0000,15258.3939,75.7760,75.2596,-0.0694,0.0000,6,1492.8280,88.8668,610.2908,-97.1173,13.8924,95.4059,-15.1822,-0.1399,8.4197,0.0000,0.0000,5.6126,8.4250,-0.7531,0.0000,9.1781,0.0000,9.1781,8.2678,0.9104,0.0000,0.9104,-0.1297,1.0401,0.0000,0.0000,13.9940,-12.9538,3741.3163,3741.3163,3741.3163 -1089.5000,1.0000,15279.3105,75.6910,75.3396,0.0222,0.0000,6,1493.0950,198.7012,614.0038,-97.1332,31.0682,96.0035,-15.1874,0.1644,25.2978,0.0000,0.0000,5.6060,25.3148,-1.1040,0.0000,26.4188,0.0000,26.4188,8.2585,18.1603,0.0000,18.1603,0.0415,18.1188,0.0000,0.0000,13.9783,4.1406,6722.4789,6722.4789,6722.4789 -1090.5000,1.0000,15300.2430,75.7485,75.3746,0.0097,0.0000,6,1502.2885,185.9253,658.5529,-97.6784,29.2496,103.6031,-15.3667,0.6827,22.9201,0.0000,0.0000,5.6468,23.0277,-1.0570,0.0000,24.0847,0.0000,24.0847,8.2648,15.8199,0.0000,15.8199,0.0182,15.8018,0.0000,0.0000,13.9889,1.8129,6401.7571,6401.7571,6401.7571 -1091.5000,1.0000,15321.1892,75.7980,75.4386,0.0178,0.0000,6,1505.4550,189.5572,647.4928,-97.8662,29.8839,102.0778,-15.4287,-0.3914,24.6092,0.0000,0.0000,5.6661,24.5297,-1.0889,0.0000,25.6185,0.0000,25.6185,8.2702,17.3484,0.0000,17.3484,0.0332,17.3152,0.0000,0.0000,13.9980,3.3171,6514.3243,6514.3243,6514.3243 -1092.5000,1.0000,15342.1437,75.8275,75.4336,-0.0014,0.0000,6,1505.1880,171.2508,654.3220,-97.8504,26.9931,103.1361,-15.4235,0.3667,20.9434,0.0000,0.0000,5.6829,20.9993,-1.0157,0.0000,22.0150,0.0000,22.0150,8.2734,13.7416,0.0000,13.7416,-0.0026,13.7442,0.0000,0.0000,14.0035,-0.2593,5995.4295,5995.4295,5995.4295 -1093.5000,1.0000,15363.0898,75.7975,75.3786,-0.0153,0.0000,6,1502.8225,149.6864,640.4301,-97.7101,23.5569,100.7878,-15.3771,-0.5844,18.4983,0.0000,0.0000,5.6430,18.4271,-0.9617,0.0000,19.3888,0.0000,19.3888,8.2701,11.1187,0.0000,11.1187,-0.0286,11.1473,0.0000,0.0000,13.9979,-2.8507,5377.8461,5377.8461,5377.8461 -1094.5000,1.0000,15384.0187,75.7355,75.3096,-0.0192,0.0000,6,1502.4410,151.4933,641.0514,-97.6874,23.8352,100.8600,-15.3697,0.5491,17.6171,0.0000,0.0000,5.6691,17.6949,-0.9458,0.0000,18.6407,0.0000,18.6407,8.2633,10.3773,0.0000,10.3773,-0.0358,10.4131,0.0000,0.0000,13.9865,-3.5733,5427.8033,5427.8033,5427.8033 -1095.5000,1.0000,15404.9289,75.6680,75.2436,-0.0183,0.0000,6,1500.6865,145.4587,631.8958,-97.5834,22.8591,99.3034,-15.3354,-0.7101,17.9172,0.0000,0.0000,5.6520,17.8330,-0.9478,0.0000,18.7808,0.0000,18.7808,8.2560,10.5249,0.0000,10.5249,-0.0342,10.5591,0.0000,0.0000,13.9740,-3.4149,5251.6021,5251.6021,5251.6021 -1096.5000,1.0000,15425.8215,75.6050,75.1836,-0.0167,0.0000,6,1493.5530,152.2682,633.4914,-97.1603,23.8154,99.0809,-15.1963,0.0525,18.1112,0.0000,0.0000,5.6518,18.1253,-0.9532,0.0000,19.0785,0.0000,19.0785,8.2491,10.8294,0.0000,10.8294,-0.0311,10.8605,0.0000,0.0000,13.9624,-3.1019,5410.6636,5410.6636,5410.6636 -1097.5000,1.0000,15446.6946,75.5345,75.1026,-0.0225,0.0000,6,1487.8310,141.9917,629.5491,-96.8210,22.1231,98.0871,-15.0852,-0.5751,17.0987,0.0000,0.0000,5.5994,17.0355,-0.9296,0.0000,17.9652,0.0000,17.9652,8.2414,9.7238,0.0000,9.7238,-0.0419,9.7657,0.0000,0.0000,13.9494,-4.1837,5091.8593,5091.8593,5091.8593 -1098.5000,1.0000,15467.5716,75.5485,75.2116,0.0303,0.0000,6,1491.0735,212.1319,637.3493,-97.0133,33.1233,99.5188,-15.1481,0.8732,26.5992,0.0000,0.0000,5.6509,26.7500,-1.1322,0.0000,27.8822,0.0000,27.8822,8.2429,19.6393,0.0000,19.6393,0.0564,19.5829,0.0000,0.0000,13.9519,5.6309,7086.6300,7086.6300,7086.6300 -1099.5000,1.0000,15488.4651,75.6080,75.2216,0.0028,0.0000,6,1496.9860,172.7109,654.6251,-97.3639,27.0749,102.6216,-15.2632,-0.3332,21.7608,0.0000,0.0000,5.6472,21.7067,-1.0278,0.0000,22.7345,0.0000,22.7345,8.2494,14.4851,0.0000,14.4851,0.0052,14.4799,0.0000,0.0000,13.9629,0.5170,6005.9811,6005.9811,6005.9811 -1100.5000,1.0000,15509.3627,75.6230,75.2416,0.0056,0.0000,6,1495.1170,178.8552,644.1719,-97.2531,28.0031,100.8569,-15.2267,0.1611,22.1995,0.0000,0.0000,5.6424,22.2226,-1.0388,0.0000,23.2613,0.0000,23.2613,8.2511,15.0103,0.0000,15.0103,0.0104,14.9999,0.0000,0.0000,13.9657,1.0342,6170.7239,6170.7239,6170.7239 -1101.5000,1.0000,15530.2705,75.6595,75.2946,0.0147,0.0000,6,1497.8255,189.0010,646.3674,-97.4137,29.6452,101.3840,-15.2795,0.0877,23.9155,0.0000,0.0000,5.6420,23.9223,-1.0746,0.0000,24.9969,0.0000,24.9969,8.2550,16.7419,0.0000,16.7419,0.0275,16.7144,0.0000,0.0000,13.9724,2.7420,6471.0962,6471.0962,6471.0962 -1102.5000,1.0000,15551.1893,75.6990,75.3206,0.0072,0.0000,6,1494.8120,178.0638,646.0641,-97.2350,27.8735,101.1325,-15.2208,-0.3642,22.6158,0.0000,0.0000,5.6218,22.5519,-1.0465,0.0000,23.5984,0.0000,23.5984,8.2594,15.3390,0.0000,15.3390,0.0135,15.3256,0.0000,0.0000,13.9797,1.3458,6146.8363,6146.8363,6146.8363 -1103.5000,1.0000,15572.1161,75.7280,75.3526,0.0089,0.0000,6,1494.7740,184.2036,647.3453,-97.2327,28.8338,101.3305,-15.2201,0.3607,22.8127,0.0000,0.0000,5.6605,22.8678,-1.0534,0.0000,23.9212,0.0000,23.9212,8.2625,15.6587,0.0000,15.6587,0.0166,15.6421,0.0000,0.0000,13.9851,1.6570,6320.4078,6320.4078,6320.4078 -1104.5000,1.0000,15593.0663,75.8120,75.4886,0.0378,0.0000,6,1493.5910,214.4350,643.1832,-97.1626,33.5395,100.5993,-15.1970,-0.4689,28.3494,0.0000,0.0000,5.6589,28.2271,-1.1661,0.0000,29.3931,0.0000,29.3931,8.2717,21.1214,0.0000,21.1214,0.0706,21.0508,0.0000,0.0000,14.0006,7.0502,7171.4355,7171.4355,7171.4355 -1105.5000,1.0000,15614.0388,75.8925,75.5136,0.0069,0.0000,6,1492.4845,182.8312,659.5963,-97.0969,28.5752,103.0900,-15.1755,0.3671,22.5007,0.0000,0.0000,5.7073,22.5574,-1.0489,0.0000,23.6063,0.0000,23.6063,8.2805,15.3258,0.0000,15.3258,0.0130,15.3128,0.0000,0.0000,14.0155,1.2974,6270.3719,6270.3719,6270.3719 -1106.5000,1.0000,15635.0232,75.9355,75.5746,0.0169,0.0000,6,1499.0080,193.9390,648.9795,-97.4838,30.4437,101.8740,-15.3026,0.2318,24.3883,0.0000,0.0000,5.8236,24.4195,-1.0882,0.0000,25.5077,0.0000,25.5077,8.2852,17.2225,0.0000,17.2225,0.0317,17.1908,0.0000,0.0000,14.0234,3.1674,6616.6215,6616.6215,6616.6215 -1107.5000,1.0000,15656.0144,75.9595,75.5616,-0.0036,0.0000,6,1498.6650,167.0939,649.4838,-97.4635,26.2237,101.9299,-15.2959,-0.2633,20.6619,0.0000,0.0000,5.8251,20.6242,-1.0094,0.0000,21.6336,0.0000,21.6336,8.2878,13.3458,0.0000,13.3458,-0.0068,13.3526,0.0000,0.0000,14.0278,-0.6752,5855.2304,5855.2304,5855.2304 -1108.5000,1.0000,15677.0158,75.9965,75.6486,0.0242,0.0000,6,1498.4360,203.2841,643.6761,-97.4499,31.8985,101.0030,-15.2914,0.2422,25.7452,0.0000,0.0000,5.9111,25.7756,-1.1172,0.0000,26.8928,0.0000,26.8928,8.2918,18.6010,0.0000,18.6010,0.0453,18.5557,0.0000,0.0000,14.0347,4.5211,6878.3666,6878.3666,6878.3666 -1109.5000,1.0000,15698.0369,76.0675,75.7036,0.0153,0.0000,6,1498.3215,190.1644,652.7448,-97.4431,29.8375,102.4182,-15.2892,-0.2527,24.2057,0.0000,0.0000,5.8845,24.1526,-1.0842,0.0000,25.2368,0.0000,25.2368,8.2996,16.9372,0.0000,16.9372,0.0287,16.9086,0.0000,0.0000,14.0478,2.8608,6506.4452,6506.4452,6506.4452 -1110.5000,1.0000,15719.0845,76.1630,75.8396,0.0378,0.0000,6,1500.6485,220.8102,653.8897,-97.5811,34.6998,102.7572,-15.3346,0.4676,28.2860,0.0000,0.0000,5.9462,28.3563,-1.1729,0.0000,29.5292,0.0000,29.5292,8.3100,21.2192,0.0000,21.2192,0.0709,21.1483,0.0000,0.0000,14.0654,7.0829,7405.3304,7405.3304,7405.3304 -1111.5000,1.0000,15740.1471,76.2165,75.8106,-0.0081,0.0000,6,1509.1170,165.3895,665.3968,-98.0834,26.1372,105.1556,-15.5005,0.3146,19.8195,0.0000,0.0000,6.0031,19.8679,-0.9967,0.0000,20.8646,0.0000,20.8646,8.3158,12.5488,0.0000,12.5488,-0.0151,12.5639,0.0000,0.0000,14.0753,-1.5114,5841.6932,5841.6932,5841.6932 -1112.5000,1.0000,15761.2122,76.2260,75.8586,0.0133,0.0000,6,1512.5505,188.2352,645.2691,-98.2870,29.8153,102.2067,-15.5681,0.0036,23.8482,0.0000,0.0000,5.9635,23.8413,-1.0796,0.0000,24.9209,0.0000,24.9209,8.3169,16.6040,0.0000,16.6040,0.0251,16.5790,0.0000,0.0000,14.0771,2.5019,6500.0537,6500.0537,6500.0537 -1113.5000,1.0000,15782.2933,76.2835,75.9256,0.0186,0.0000,6,1516.6325,196.1918,656.9693,-98.5291,31.1594,104.3408,-15.6485,0.3766,24.7844,0.0000,0.0000,5.9984,24.8396,-1.1011,0.0000,25.9407,0.0000,25.9407,8.3231,17.6176,0.0000,17.6176,0.0350,17.5826,0.0000,0.0000,14.0877,3.4949,6756.4992,6756.4992,6756.4992 -1114.5000,1.0000,15803.3950,76.3575,76.0066,0.0225,0.0000,6,1518.1585,197.3512,655.8292,-98.6196,31.3751,104.2645,-15.6787,-0.2347,25.6427,0.0000,0.0000,5.9671,25.5866,-1.1175,0.0000,26.7042,0.0000,26.7042,8.3312,18.3730,0.0000,18.3730,0.0424,18.3306,0.0000,0.0000,14.1013,4.2293,6798.1888,6798.1888,6798.1888 -1115.5000,1.0000,15824.5171,76.4310,76.0726,0.0183,0.0000,6,1516.0605,194.4497,657.7651,-98.4952,30.8711,104.4278,-15.6372,0.0391,24.8392,0.0000,0.0000,5.9929,24.8353,-1.1027,0.0000,25.9381,0.0000,25.9381,8.3392,17.5988,0.0000,17.5988,0.0345,17.5643,0.0000,0.0000,14.1149,3.4494,6701.8450,6701.8450,6701.8450 -1116.5000,1.0000,15845.6439,76.4480,76.0406,-0.0089,0.0000,6,1506.9810,157.9241,647.9592,-97.9567,24.9221,102.2549,-15.4586,-0.8791,19.8934,0.0000,0.0000,5.9078,19.7721,-0.9975,0.0000,20.7696,0.0000,20.7696,8.3411,12.4285,0.0000,12.4285,-0.0168,12.4453,0.0000,0.0000,14.1181,-1.6728,5623.8222,5623.8222,5623.8222 -1117.5000,1.0000,15866.7541,76.3880,75.9526,-0.0244,0.0000,6,1504.2725,148.1468,645.1082,-97.7961,23.3371,101.6220,-15.4055,0.6273,16.7773,0.0000,0.0000,5.9325,16.8628,-0.9361,0.0000,17.7989,0.0000,17.7989,8.3345,9.4644,0.0000,9.4644,-0.0460,9.5104,0.0000,0.0000,14.1070,-4.5966,5338.7554,5338.7554,5338.7554 -1118.5000,1.0000,15887.7983,76.1505,75.5656,-0.1075,0.0000,6,1504.9595,42.2946,632.9705,-97.8368,6.6656,99.7555,-15.4190,-0.5641,1.2979,0.0000,0.0000,5.9318,1.2959,-0.7223,0.0000,2.0183,0.0000,2.0183,8.3086,-6.2904,0.0000,-6.2904,-0.2018,-6.0885,0.0000,0.0000,14.0631,-20.1516,2937.7203,2937.7203,2937.7203 -1119.5000,1.0000,15908.7058,75.6585,74.9686,-0.1658,0.0000,6,1498.0165,-24.8873,597.4116,-97.4250,-3.9041,93.7171,-15.2833,-0.0772,-9.7591,0.0000,0.0000,5.9322,-9.7923,-0.8244,0.0000,-8.9679,0.0000,-8.9679,8.2549,-17.2229,0.0000,-17.2229,-0.3093,-16.9135,0.0000,0.0000,13.9723,-30.8858,1584.7878,1584.7878,1584.7878 -1120.5000,1.0000,15929.4354,75.0180,74.2846,-0.1900,0.0000,6,1490.1580,-57.4675,566.2538,-96.9590,-8.9677,88.3633,-15.1303,-0.6423,-14.2612,0.0000,0.0000,5.9358,-14.2591,-0.8595,0.0000,-13.3996,0.0000,-13.3996,8.1851,-21.5846,0.0000,-21.5846,-0.3514,-21.2332,0.0000,0.0000,13.8540,-35.0872,816.4796,816.4796,816.4796 -1121.5000,1.0000,15950.0251,74.5145,73.9616,-0.0897,0.0000,6,1472.5340,61.6651,545.2944,-95.9137,9.5090,84.0863,-14.7902,-0.9590,4.6240,0.0000,0.0000,5.8439,4.6007,-0.6678,0.0000,5.2685,0.0000,5.2685,8.1301,-2.8616,0.0000,-2.8616,-0.1648,-2.6967,0.0000,0.0000,13.7610,-16.4577,3191.2834,3191.2834,3191.2834 -1122.5000,1.0000,15970.5126,74.1465,73.5486,-0.1147,0.0000,6,1463.1880,38.3739,594.5657,-95.3594,5.8798,91.1021,-14.6114,0.1131,-0.0747,0.0000,0.0000,5.8414,-0.0750,-0.7087,0.0000,0.6337,0.0000,0.6337,8.0900,-7.4563,0.0000,-7.4563,-0.2097,-7.2465,0.0000,0.0000,13.6930,-20.9396,2744.6551,2744.6551,2744.6551 -1123.5000,1.0000,15990.8691,73.6745,73.0176,-0.1475,0.0000,6,1466.1250,-1.0017,587.1747,-95.5336,-0.1538,90.1503,-14.6675,0.1511,-6.1072,0.0000,0.0000,5.8024,-6.1363,-0.7618,0.0000,-5.3745,0.0000,-5.3745,8.0385,-13.4130,0.0000,-13.4130,-0.2679,-13.1450,0.0000,0.0000,13.6059,-26.7509,2069.0030,2069.0030,2069.0030 -1124.5000,1.0000,16011.0873,73.1770,72.5536,-0.1289,0.0000,6,1456.3970,13.2751,560.1311,-94.9567,2.0246,85.4276,-14.4822,-1.0201,-2.6859,0.0000,0.0000,5.7307,-2.6733,-0.7213,0.0000,-1.9521,0.0000,-1.9521,7.9842,-9.9363,0.0000,-9.9363,-0.2325,-9.7037,0.0000,0.0000,13.5140,-23.2177,2297.2622,2297.2622,2297.2622 -1125.5000,1.0000,16031.1819,72.7320,72.1276,-0.1183,0.0000,6,1440.2225,29.8515,564.9361,-93.9974,4.5022,85.2035,-14.1767,-0.4218,-0.7280,0.0000,0.0000,5.6519,-0.7277,-0.6963,0.0000,-0.0314,0.0000,-0.0314,7.9356,-7.9670,0.0000,-7.9670,-0.2122,-7.7548,0.0000,0.0000,13.4318,-21.1866,2545.6492,2545.6492,2545.6492 -1126.5000,1.0000,16051.1531,72.2880,71.6656,-0.1283,0.0000,6,1432.4785,18.6315,569.9568,-93.5381,2.7949,85.4985,-14.0315,-0.2618,-2.5338,0.0000,0.0000,5.5905,-2.5367,-0.7082,0.0000,-1.8285,0.0000,-1.8285,7.8872,-9.7157,0.0000,-9.7157,-0.2287,-9.4870,0.0000,0.0000,13.3498,-22.8368,2335.6541,2335.6541,2335.6541 -1127.5000,1.0000,16071.0224,71.9210,71.3936,-0.0756,0.0000,6,1422.9800,79.9382,560.1628,-92.9748,11.9119,83.4722,-13.8546,-0.5700,6.9597,0.0000,0.0000,5.5223,6.9409,-0.6775,0.0000,7.6184,0.0000,7.6184,7.8471,-0.2287,0.0000,-0.2287,-0.1340,-0.0947,0.0000,0.0000,13.2820,-13.3768,3369.3192,3369.3192,3369.3192 -1128.5000,1.0000,16090.8164,71.6495,71.1226,-0.0753,0.0000,6,1412.4135,81.9095,582.3351,-92.3481,12.1150,86.1318,-13.6590,-0.3507,6.9710,0.0000,0.0000,5.4948,6.9642,-0.6749,0.0000,7.6392,0.0000,7.6392,7.8175,-0.1784,0.0000,-0.1784,-0.1330,-0.0454,0.0000,0.0000,13.2319,-13.2773,3377.1932,3377.1932,3377.1932 -1129.5000,1.0000,16110.5247,71.3415,70.7776,-0.0958,0.0000,6,1408.2555,59.4978,584.4276,-92.1015,8.7743,86.1868,-13.5824,-0.0099,3.3142,0.0000,0.0000,5.4700,3.3219,-0.6383,0.0000,3.9602,0.0000,3.9602,7.7839,-3.8237,0.0000,-3.8237,-0.1686,-3.6551,0.0000,0.0000,13.1750,-16.8302,2983.0691,2983.0691,2983.0691 -1130.5000,1.0000,16130.1196,70.9330,70.3056,-0.1311,0.0000,6,1408.2935,16.8536,575.9078,-92.1037,2.4855,84.9327,-13.5831,0.0132,-2.9686,0.0000,0.0000,5.4409,-2.9788,-0.6947,0.0000,-2.2841,0.0000,-2.2841,7.7394,-10.0235,0.0000,-10.0235,-0.2293,-9.7942,0.0000,0.0000,13.0996,-22.8938,2250.9531,2250.9531,2250.9531 -1131.5000,1.0000,16149.5756,70.4330,69.7776,-0.1467,0.0000,6,1395.3995,-10.2293,546.2955,-91.3390,-1.4948,79.8279,-13.3470,-1.1180,-5.7393,0.0000,0.0000,5.3625,-5.7070,-0.7149,0.0000,-4.9921,0.0000,-4.9921,7.6848,-12.6769,0.0000,-12.6769,-0.2547,-12.4222,0.0000,0.0000,13.0072,-25.4294,1710.0322,1710.0322,1710.0322 -1132.5000,1.0000,16168.9041,69.9740,69.3876,-0.1083,0.0000,6,1379.1485,42.6520,537.3302,-90.3752,6.1600,77.6034,-13.0524,-0.2714,1.0665,0.0000,0.0000,5.3649,1.0670,-0.6426,0.0000,1.7096,0.0000,1.7096,7.6347,-5.9251,0.0000,-5.9251,-0.1869,-5.7382,0.0000,0.0000,12.9225,-18.6607,2600.6867,2600.6867,2600.6867 -1133.5000,1.0000,16188.1252,69.5875,69.0046,-0.1064,0.0000,6,1374.0750,45.6025,557.8036,-90.0743,6.5619,80.2639,-12.9610,-0.1577,1.4003,0.0000,0.0000,5.3192,1.4023,-0.6343,0.0000,2.0366,0.0000,2.0366,7.5925,-5.5560,0.0000,-5.5560,-0.1825,-5.3735,0.0000,0.0000,12.8511,-18.2245,2633.1829,2633.1829,2633.1829 -1134.5000,1.0000,16207.2349,69.1865,68.5856,-0.1164,0.0000,6,1367.2465,31.6574,554.8860,-89.6693,4.5326,79.4473,-12.8387,-0.4164,-0.3418,0.0000,0.0000,5.2908,-0.3416,-0.6462,0.0000,0.3046,0.0000,0.3046,7.5488,-7.2442,0.0000,-7.2442,-0.1985,-7.0456,0.0000,0.0000,12.7770,-19.8227,2370.3847,2370.3847,2370.3847 -1135.5000,1.0000,16226.2674,68.9085,68.4486,-0.0381,0.0000,6,1361.4100,127.2947,550.3490,-89.3232,18.1480,78.4613,-12.7345,-0.0733,12.9505,0.0000,0.0000,5.2707,12.9551,-0.7691,0.0000,13.7241,0.0000,13.7241,7.5185,6.2057,0.0000,6.2057,-0.0647,6.2703,0.0000,0.0000,12.7257,-6.4554,4211.3111,4211.3111,4211.3111 -1136.5000,1.0000,16245.3261,69.0025,68.7736,0.0903,0.0000,6,1355.6500,279.0715,584.7629,-88.9816,39.6179,83.0149,-12.6321,-0.4065,34.7467,0.0000,0.0000,5.2777,34.5402,-1.2198,0.0000,35.7600,0.0000,35.7600,7.5287,28.2313,0.0000,28.2313,0.1536,28.0777,0.0000,0.0000,12.7431,15.3347,8165.7955,8165.7955,8165.7955 -1137.5000,1.0000,16264.4859,69.3670,69.1776,0.1122,0.0000,6,1355.8025,310.5429,651.9892,-88.9906,44.0907,92.5690,-12.6348,0.4193,38.3981,0.0000,0.0000,5.2733,38.4288,-1.3049,0.0000,39.7337,0.0000,39.7337,7.5685,32.1652,0.0000,32.1652,0.1919,31.9733,0.0000,0.0000,12.8104,19.1629,9007.3225,9007.3225,9007.3225 -1138.5000,1.0000,16283.7730,69.8250,69.6896,0.1422,0.0000,6,1364.7290,345.8179,664.9279,-89.5200,49.4223,95.0276,-12.7937,0.3261,43.8183,0.0000,0.0000,5.2778,43.7828,-1.4215,0.0000,45.2042,0.0000,45.2042,7.6185,37.5858,0.0000,37.5858,0.2448,37.3409,0.0000,0.0000,12.8950,24.4460,9989.6363,9989.6363,9989.6363 -1139.5000,1.0000,16303.2144,70.3805,70.2886,0.1664,0.0000,6,1375.1050,375.6422,682.2745,-90.1354,54.0927,98.2480,-12.9796,0.5476,48.2494,0.0000,0.0000,5.2957,48.2716,-1.5212,0.0000,49.7928,0.0000,49.7928,7.6791,42.1137,0.0000,42.1137,0.2887,41.8250,0.0000,0.0000,12.9975,28.8274,10899.3220,10899.3220,10899.3220 -1140.5000,1.0000,16322.8085,70.9300,70.7886,0.1389,0.0000,6,1391.8900,342.8571,698.6019,-91.1309,49.9743,101.8271,-13.2831,0.8804,43.7267,0.0000,0.0000,5.3672,43.8956,-1.4362,0.0000,45.3318,0.0000,45.3318,7.7390,37.5927,0.0000,37.5927,0.2429,37.3499,0.0000,0.0000,13.0990,24.2508,10140.9254,10140.9254,10140.9254 -1141.5000,1.0000,16342.5139,71.3310,71.0906,0.0839,0.0000,6,1404.8220,273.4021,684.4571,-91.8979,40.2209,100.6923,-13.5193,0.2271,34.5953,0.0000,0.0000,5.3985,34.5869,-1.2468,0.0000,35.8337,0.0000,35.8337,7.7828,28.0509,0.0000,28.0509,0.1475,27.9034,0.0000,0.0000,13.1731,14.7303,8329.2546,8329.2546,8329.2546 -1142.5000,1.0000,16362.3217,71.6995,71.5256,0.1208,0.0000,6,1407.6830,317.3033,657.8768,-92.0675,46.7744,96.9791,-13.5719,0.0198,41.3340,0.0000,0.0000,5.4205,41.2157,-1.3891,0.0000,42.6048,0.0000,42.6048,7.8230,34.7818,0.0000,34.7818,0.2136,34.5682,0.0000,0.0000,13.2411,21.3271,9560.1993,9560.1993,9560.1993 -1143.5000,1.0000,16382.2185,72.0200,71.7316,0.0572,0.0000,6,1415.7320,257.4698,680.5672,-92.5449,38.1712,100.8976,-13.7203,0.6799,30.1176,0.0000,0.0000,7.3738,30.2407,-1.1641,0.0000,31.4048,0.0000,31.4048,7.8580,23.5468,0.0000,23.5468,0.1016,23.4452,0.0000,0.0000,13.3003,10.1449,7948.1314,7948.1314,7948.1314 -1144.5000,1.0000,16402.1955,72.3085,72.1026,0.1031,0.0000,6,1426.4895,308.8927,657.2751,-93.1829,46.1429,98.1848,-13.9198,0.2573,38.4520,0.0000,0.0000,7.4336,38.4325,-1.3380,0.0000,39.7706,0.0000,39.7706,7.8894,31.8811,0.0000,31.8811,0.1837,31.6974,0.0000,0.0000,13.3536,18.3438,9458.5046,9458.5046,9458.5046 -1145.5000,1.0000,16422.2531,72.5990,72.3126,0.0583,0.0000,6,1431.4870,255.3371,677.5347,-93.4793,38.2763,101.5658,-14.0130,0.1811,30.6782,0.0000,0.0000,7.4170,30.6780,-1.1798,0.0000,31.8578,0.0000,31.8578,7.9211,23.9367,0.0000,23.9367,0.1044,23.8323,0.0000,0.0000,13.4072,10.4250,7967.0147,7967.0147,7967.0147 -1146.5000,1.0000,16442.3747,72.8290,72.5626,0.0694,0.0000,6,1433.6235,267.9126,656.9438,-93.6060,40.2214,98.6261,-14.0529,0.0067,32.7996,0.0000,0.0000,7.4150,32.7452,-1.2255,0.0000,33.9707,0.0000,33.9707,7.9462,26.0245,0.0000,26.0245,0.1247,25.8998,0.0000,0.0000,13.4497,12.4501,8323.4839,8323.4839,8323.4839 -1147.5000,1.0000,16462.5615,73.0640,72.7826,0.0611,0.0000,6,1439.4220,260.4167,666.2875,-93.9499,39.2542,100.4335,-14.1616,0.5058,31.2898,0.0000,0.0000,7.4585,31.3670,-1.1995,0.0000,32.5665,0.0000,32.5665,7.9719,24.5946,0.0000,24.5946,0.1101,24.4845,0.0000,0.0000,13.4931,10.9914,8144.3379,8144.3379,8144.3379 -1148.5000,1.0000,16482.7778,73.1700,72.7746,-0.0022,0.0000,6,1440.3375,180.1762,657.4564,-94.0042,27.1763,99.1653,-14.1788,-0.4251,20.1916,0.0000,0.0000,7.4098,20.1253,-0.9665,0.0000,21.0918,0.0000,21.0918,7.9834,13.1084,0.0000,13.1084,-0.0040,13.1124,0.0000,0.0000,13.5127,-0.4003,5940.2374,5940.2374,5940.2374 -1149.5000,1.0000,16502.9863,73.1420,72.7266,-0.0133,0.0000,6,1437.9725,170.6908,631.6792,-93.8639,25.7033,95.1209,-14.1344,0.2156,18.1017,0.0000,0.0000,7.3860,18.1384,-0.9248,0.0000,19.0632,0.0000,19.0632,7.9804,11.0828,0.0000,11.0828,-0.0240,11.1068,0.0000,0.0000,13.5075,-2.4007,5660.2343,5660.2343,5660.2343 -1150.5000,1.0000,16523.1300,72.9090,72.3086,-0.1161,0.0000,6,1440.7570,47.4946,627.2698,-94.0291,7.1658,94.6398,-14.1867,0.0303,-0.3223,0.0000,0.0000,7.4577,-0.3233,-0.6947,0.0000,0.3714,0.0000,0.3714,7.9549,-7.5836,0.0000,-7.5836,-0.2087,-7.3749,0.0000,0.0000,13.4645,-20.8393,2849.7775,2849.7775,2849.7775 -1151.5000,1.0000,16543.0535,72.1160,71.1406,-0.3244,0.0000,6,1431.1815,-93.4612,571.4185,-93.4612,-14.0073,85.6402,-14.0073,-0.8717,-20.4979,0.0000,0.0000,7.3624,-20.5221,-0.8886,0.0000,-19.6334,0.0000,-19.6334,7.8684,-27.5018,17.3542,-44.8560,-0.5769,-44.2791,0.0000,0.0000,13.3180,-57.5972,0.0000,0.0000,0.0000 -1152.5000,1.0000,16562.7037,71.1320,70.3406,-0.2222,0.0000,6,1411.1540,-92.2734,509.9439,-92.2734,-13.6358,75.3573,-13.6358,-0.8760,-18.1528,0.0000,0.0000,5.3931,-18.1247,-0.8458,0.0000,-17.2789,0.0000,-17.2789,7.7611,-25.0400,1.1253,-26.1652,-0.3897,-25.7755,0.0000,0.0000,13.1363,-38.9118,0.0000,0.0000,0.0000 -1153.5000,1.0000,16582.1256,70.3105,69.4976,-0.2342,0.0000,6,1392.7670,-91.1811,505.3674,-91.1829,-13.2988,73.7079,-13.2990,-0.7080,-17.9115,0.0000,0.0000,5.3207,-17.9124,-0.8330,0.0000,-17.0794,0.0000,-17.0794,7.6714,-24.7509,3.2003,-27.9511,-0.4059,-27.5452,0.0000,0.0000,12.9846,-40.5298,0.0000,0.0000,0.0000 -1154.5000,1.0000,16601.3304,69.5285,68.7766,-0.2003,0.0000,6,1377.7370,-71.0733,501.8358,-90.2915,-10.2542,72.4030,-13.0269,-0.5713,-14.9857,0.0000,0.0000,5.3028,-14.9900,-0.7942,0.0000,-14.1958,0.0000,-14.1958,7.5861,-21.7819,0.0000,-21.7819,-0.3433,-21.4385,0.0000,0.0000,12.8402,-34.2787,339.3253,339.3253,339.3253 -1155.5000,1.0000,16620.2829,68.6205,67.6816,-0.3042,0.0000,6,1370.9470,-89.8888,512.7013,-89.8888,-12.9049,73.6061,-12.9049,-0.0032,-18.1731,0.0000,0.0000,5.2714,-18.3188,-0.8152,0.0000,-17.5036,0.0000,-17.5036,7.4870,-24.9906,14.2315,-39.2222,-0.5146,-38.7076,0.0000,0.0000,12.6725,-51.3801,0.0000,0.0000,0.0000 -1156.5000,1.0000,16638.8610,67.2725,66.0806,-0.4447,0.0000,6,1352.9415,-88.8209,485.8306,-88.8209,-12.5841,68.8323,-12.5841,-1.4928,-16.2602,0.0000,0.0000,5.1689,-16.2375,-0.7776,0.0000,-15.4599,0.0000,-15.4599,7.3400,-22.7999,36.6278,-59.4277,-0.7376,-58.6901,2.5334,0.0000,12.4236,-73.6471,0.0000,0.0000,0.0000 -1157.5000,1.0000,16656.9036,65.3450,63.8266,-0.6261,0.0000,6,1304.0745,-85.9227,460.5857,-85.9227,-11.7338,62.8987,-11.7338,-2.4746,-14.4451,0.0000,0.0000,5.1858,-14.3503,-0.7348,0.0000,-13.6155,0.0000,-13.6155,7.1297,-20.7451,51.2606,-72.0058,-1.0087,-70.9971,17.6508,0.0000,12.0669,-100.7147,0.0000,0.0000,0.0000 -1158.5000,1.0000,16674.2129,62.7050,60.8006,-0.8406,0.0000,6,1268.2540,-83.7983,469.3644,-83.7983,-11.1294,62.3369,-11.1294,-0.3833,-15.8706,0.0000,0.0000,5.1245,-16.1999,-0.7204,0.0000,-15.4796,0.0000,-15.4796,6.8416,-22.3212,63.5072,-85.8284,-1.2995,-84.5289,37.0302,-3.3886,11.5766,-129.7472,0.0000,0.0000,0.0000 -1159.5000,1.0000,16690.5398,59.1680,56.7526,-1.1244,0.0000,6,1216.5640,-80.7327,425.0753,-80.7327,-10.2852,54.1539,-10.2852,-3.4941,-11.6051,0.0000,0.0000,4.8140,-11.5542,-0.6323,0.0000,-10.9219,0.0000,-10.9219,6.4557,-17.3776,87.1013,-104.4789,-1.6403,-102.8386,51.1595,-1.1404,10.9199,-163.7775,0.0000,0.0000,0.0000 -1160.5000,1.0000,16705.8338,55.4500,53.3646,-0.9411,0.0000,6,1135.8435,-75.9232,410.0753,-75.9232,-9.0307,48.7765,-9.0307,-2.3682,-11.2738,0.0000,0.0000,4.6114,-11.2815,-0.5863,0.0000,-10.6952,0.0000,-10.6952,6.0500,-16.7452,50.4458,-67.1909,-1.2866,-65.9043,52.3929,-0.0685,10.2324,-128.4611,0.0000,0.0000,0.0000 -1161.5000,1.0000,16720.1572,51.9555,49.7636,-1.0003,0.0000,6,1064.1640,-71.2198,388.5067,-71.2198,-7.9367,43.2948,-7.9367,-2.4656,-9.9476,0.0000,0.0000,4.4765,-9.9394,-0.5338,0.0000,-9.4056,0.0000,-9.4056,5.6688,-15.0744,56.8053,-71.8796,-1.2813,-70.5983,47.3640,0.3823,9.5881,-127.9326,0.0000,0.0000,0.0000 -1162.5000,1.0000,16733.5854,48.7330,46.9196,-0.7900,0.0000,6,985.8855,-67.4342,357.0685,-67.4342,-6.9620,36.8644,-6.9620,-2.4551,-8.7783,0.0000,0.0000,4.2713,-8.6702,-0.4861,0.0000,-8.1841,0.0000,-8.1841,5.3172,-13.5012,26.6698,-40.1710,-0.9492,-39.2218,44.9663,1.5905,8.9932,-94.7719,0.0000,0.0000,0.0000 -1163.5000,1.0000,16746.1311,45.5560,43.4096,-0.9750,0.0000,6,818.7610,-78.1564,429.9529,-78.1564,-6.7012,36.8644,-6.7012,-6.3642,-3.6285,0.0000,0.0000,3.2916,-3.1905,-0.3988,0.0000,-2.7917,0.0000,-2.7917,4.9705,-7.7623,46.2301,-53.9923,-1.0951,-52.8972,44.7449,3.2919,8.4061,-109.3401,0.0000,0.0000,0.0000 -1164.5000,1.0000,16757.7307,42.1500,40.1076,-0.9172,0.0000,5,920.0045,-71.2029,563.6447,-71.2029,-6.8599,54.3030,-6.8599,12.8713,-24.4432,0.0000,0.0000,4.7121,-31.7392,-0.5224,0.0000,-31.2168,0.0000,-31.2168,4.5989,-35.8157,2.0233,-37.8390,-0.9532,-36.8858,44.7788,5.7291,7.7765,-95.1703,0.0000,0.0000,0.0000 -1165.5000,1.0000,16768.2449,38.2425,35.5946,-1.2536,0.0000,5,1110.2465,-74.3963,413.0313,-74.3963,-8.6497,48.0210,-8.6497,-2.5619,-10.6148,0.0000,0.0000,4.5271,-10.8986,-0.3781,0.0000,-10.5205,0.0000,-10.5205,4.1726,-14.6930,46.1114,-60.8045,-1.1820,-59.6225,43.9591,7.3793,7.0544,-118.0153,0.0000,0.0000,0.0000 -1166.5000,1.0000,16777.5060,33.7315,31.0856,-1.2525,0.0000,5,1012.1690,-67.4979,348.1289,-67.4979,-7.1544,36.8996,-7.1544,-3.7607,-7.6080,0.0000,0.0000,4.2143,-7.6656,-0.3136,0.0000,-7.3520,0.0000,-7.3520,3.6804,-11.0324,38.3726,-49.4049,-1.0416,-48.3633,42.6110,6.8071,6.2208,-104.0022,0.0000,0.0000,0.0000 -1167.5000,1.0000,16785.4500,28.9900,26.1116,-1.3817,0.0000,5,888.3420,-73.1809,396.2760,-73.1809,-6.8078,36.8644,-6.8078,-3.4546,-7.1775,0.0000,0.0000,3.8243,-7.2913,-0.2576,0.0000,-7.0337,0.0000,-7.0337,3.1630,-10.1968,35.2334,-45.4302,-0.9875,-44.4427,42.6945,6.1199,5.3438,-98.6009,0.0000,0.0000,0.0000 -1168.5000,1.0000,16791.9616,23.8330,20.7716,-1.4833,0.0000,5,741.8935,-85.7287,474.5002,-85.7304,-6.6603,36.8644,-6.6605,-3.7871,-6.1027,0.0000,0.0000,3.2295,-6.1026,-0.1998,0.0000,-5.9028,0.0000,-5.9028,2.6004,-8.5032,28.2728,-36.7760,-0.8716,-35.9044,41.0153,5.7157,4.3902,-87.0255,0.0000,0.0000,0.0000 -1169.5000,1.0000,16796.9184,18.2360,14.9176,-1.6261,0.0000,5,639.3150,-96.7328,550.6341,-96.7328,-6.4762,36.8644,-6.4762,-0.7638,-8.7582,0.0000,0.0000,3.0458,-10.1152,-0.1650,0.0000,-9.9502,0.0000,-9.9502,1.9897,-11.9398,17.0790,-29.0188,-0.7311,-28.2877,36.2919,5.0618,3.3563,-72.9977,0.0000,0.0000,0.0000 -1170.5000,1.0000,16800.4938,13.2630,10.8256,-1.1367,0.0000,5,613.5655,37.7884,573.7426,-99.4947,2.4280,36.8644,-6.3928,-0.2372,-0.4052,0.0000,0.0000,3.0704,-0.4742,-0.0900,0.0000,-0.3842,0.0000,-0.3842,1.4471,-1.8313,0.0000,-1.8313,-0.3717,-1.4596,28.6621,4.5499,2.4395,-37.1111,1154.3409,1154.3409,1154.3409 -1171.5000,1.0000,16803.0313,9.5265,7.4446,-0.9392,0.0000,3,609.0260,87.3205,578.0191,-99.9816,5.5690,36.8644,-6.3765,0.0656,2.4678,0.0000,0.0000,3.0356,3.0088,-0.2154,0.0000,3.2242,0.0000,3.2242,1.0394,2.1848,0.0000,2.1848,-0.2206,2.4054,19.6324,3.0445,1.7529,-22.0245,1641.5233,1641.5233,1641.5233 -1172.5000,1.0000,16804.7648,6.6320,5.0366,-0.6689,0.0000,3,607.0425,89.6630,579.9077,-100.1944,5.6998,36.8644,-6.3693,-0.1394,2.7483,0.0000,0.0000,3.0908,3.3373,-0.1654,0.0000,3.5027,0.0000,3.5027,0.7236,2.7791,0.0000,2.7791,-0.1094,2.8884,10.2797,2.3067,1.2222,-10.9201,1662.9357,1662.9357,1662.9357 -1173.5000,1.0000,16805.9360,4.6075,3.3956,-0.4558,0.0000,3,604.1050,62.9086,582.7276,-100.5094,3.9797,36.8644,-6.3584,0.0297,0.9357,0.0000,0.0000,3.0143,1.1399,-0.0853,0.0000,1.2252,0.0000,1.2252,0.5027,0.7224,0.0000,0.7224,-0.0518,0.7742,3.4731,1.6208,0.8505,-5.1701,1394.8300,1394.8300,1394.8300 -1174.5000,1.0000,16806.6796,3.0685,1.9586,-0.3992,0.0000,1,603.4565,39.4162,583.3538,-100.5790,2.4909,36.8644,-6.3560,-0.0537,-0.4345,0.0000,0.0000,2.9791,-0.5660,-0.2079,0.0000,-0.3581,0.0000,-0.3581,0.3348,-0.6929,0.0000,-0.6929,-0.0302,-0.6627,0.6800,1.1058,0.5667,-3.0152,1161.1885,1161.1885,1161.1885 -1175.5000,1.0000,16806.9896,1.5075,0.2736,-0.4681,0.0000,1,601.0035,41.2662,585.7348,-100.8421,2.5972,36.8644,-6.3467,-0.0370,-0.3596,0.0000,0.0000,2.9938,-0.8138,-0.0971,0.0000,-0.7168,0.0000,-0.7168,0.1645,-0.8813,0.0000,-0.8813,-0.0174,-0.8639,0.0000,0.5947,0.2784,-1.7369,1177.2835,1177.2835,1177.2835 -1176.5000,1.0000,16806.9759,0.3420,-0.3724,-0.1794,0.0000,1,600.0000,47.2391,586.7144,-100.9497,2.9681,36.8644,-6.3429,0.0000,0.0054,0.0000,0.0000,2.9627,0.0972,-0.0175,0.0000,0.1147,0.0000,0.1147,0.0373,0.0774,0.0000,0.0774,-0.0015,0.0789,0.0000,0.1668,0.0632,-0.1511,1235.6115,1235.6115,1235.6115 -1177.5000,1.0000,16806.7055,0.0095,-1.5744,-0.3339,0.0000,0,600.6600,47.7244,586.0697,-100.8789,3.0019,36.8644,-6.3454,0.0243,0.0000,0.0000,0.0000,2.9776,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0010,-0.0010,0.0000,-0.0010,0.0000,-0.0010,0.0000,0.0050,0.0018,-0.0078,1241.0328,1241.0328,1241.0328 -1178.5000,1.0000,16806.2684,0.0000,-1.5724,0.0006,0.0000,0,601.4725,47.4152,585.2780,-100.7918,2.9865,36.8644,-6.3485,0.0056,0.0000,0.0000,0.0000,2.9809,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1238.7136,1238.7136,1238.7136 -1179.5000,1.0000,16805.8316,0.0000,-1.5724,0.0000,0.0000,0,600.8125,47.8348,585.9210,-100.8626,3.0096,36.8644,-6.3460,-0.0300,0.0000,0.0000,0.0000,3.0396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1242.2691,1242.2691,1242.2691 -1180.5000,1.0000,16805.3948,0.0000,-1.5724,0.0000,0.0000,0,601.4230,46.7648,585.3262,-100.7971,2.9453,36.8644,-6.3483,0.0526,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.2163,1232.2163,1232.2163 -1181.5000,1.0000,16804.9580,0.0000,-1.5724,0.0000,0.0000,0,601.4230,44.8930,585.3262,-100.7971,2.8274,36.8644,-6.3483,-0.0526,0.0000,0.0000,0.0000,2.8800,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1213.6475,1213.6475,1213.6475 -1182.5000,1.0000,16804.5212,0.0000,-1.5724,0.0000,0.0000,0,600.6980,46.0420,586.0326,-100.8749,2.8963,36.8644,-6.3455,0.0257,0.0000,0.0000,0.0000,2.8705,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.3789,1224.3789,1224.3789 -1183.5000,1.0000,16804.0845,0.0000,-1.5724,0.0000,0.0000,0,600.6980,45.1554,586.0326,-100.8749,2.8405,36.8644,-6.3455,-0.0257,0.0000,0.0000,0.0000,2.8662,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.5836,1215.5836,1215.5836 -1184.5000,1.0000,16803.6477,0.0000,-1.5724,0.0000,0.0000,0,601.4230,46.2841,585.3262,-100.7971,2.9150,36.8644,-6.3483,0.0526,0.0000,0.0000,0.0000,2.8625,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.4472,1227.4472,1227.4472 -1185.5000,1.0000,16803.2109,0.0000,-1.5724,0.0000,0.0000,0,601.4230,45.0563,585.3262,-100.7971,2.8377,36.8644,-6.3483,-0.0526,0.0000,0.0000,0.0000,2.8902,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.2679,1215.2679,1215.2679 -1186.5000,1.0000,16802.7741,0.0000,-1.5724,0.0000,0.0000,0,601.5375,46.8053,585.2148,-100.7848,2.9484,36.8644,-6.3487,0.0568,0.0000,0.0000,0.0000,2.8916,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.7231,1232.7231,1232.7231 -1187.5000,1.0000,16802.3373,0.0000,-1.5724,0.0000,0.0000,0,601.5375,44.6140,585.2148,-100.7848,2.8104,36.8644,-6.3487,-0.0568,0.0000,0.0000,0.0000,2.8672,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1210.9850,1210.9850,1210.9850 -1188.5000,1.0000,16801.9005,0.0000,-1.5724,0.0000,0.0000,0,600.3165,46.0356,586.4051,-100.9158,2.8940,36.8644,-6.3441,0.0117,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.9647,1223.9647,1223.9647 -1189.5000,1.0000,16801.4637,0.0000,-1.5724,0.0000,0.0000,0,600.5950,63.3128,586.1331,-100.8859,3.9820,36.8644,-6.3451,-0.0014,0.0000,0.0000,0.0000,3.9834,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1395.6099,1395.6099,1395.6099 -1190.5000,1.0000,16801.0269,0.0000,-1.5724,0.0000,0.0000,0,600.2785,63.6800,586.4422,-100.9199,4.0030,36.8644,-6.3439,-0.0103,0.0000,0.0000,0.0000,4.0133,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1398.9617,1398.9617,1398.9617 -1191.5000,1.0000,16800.5902,0.0000,-1.5724,0.0000,0.0000,0,600.0000,62.5518,586.7144,-100.9497,3.9302,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9302,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1387.5138,1387.5138,1387.5138 -1192.5000,1.0000,16800.1534,0.0000,-1.5724,0.0000,0.0000,0,600.4690,63.4998,586.2561,-100.8994,3.9929,36.8644,-6.3447,0.0173,0.0000,0.0000,0.0000,3.9756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1397.3493,1397.3493,1397.3493 -1193.5000,1.0000,16799.7166,0.0000,-1.5724,0.0000,0.0000,0,600.4690,62.8545,586.2561,-100.8994,3.9524,36.8644,-6.3447,-0.0173,0.0000,0.0000,0.0000,3.9696,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1390.9482,1390.9482,1390.9482 -1194.5000,1.0000,16799.2798,0.0000,-1.5724,0.0000,0.0000,0,600.2785,63.1725,586.4422,-100.9199,3.9711,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,3.9608,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1393.9278,1393.9278,1393.9278 -1195.5000,1.0000,16798.8430,0.0000,-1.5724,0.0000,0.0000,0,600.4045,63.3942,586.3191,-100.9063,3.9859,36.8644,-6.3444,-0.0056,0.0000,0.0000,0.0000,3.9915,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1396.2430,1396.2430,1396.2430 -1196.5000,1.0000,16798.4062,0.0000,-1.5724,0.0000,0.0000,0,600.1260,63.4157,586.5912,-100.9362,3.9854,36.8644,-6.3433,-0.0046,0.0000,0.0000,0.0000,3.9900,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1396.1993,1396.1993,1396.1993 -1197.5000,1.0000,16797.9694,0.0000,-1.5724,0.0000,0.0000,0,600.7745,63.5015,585.9580,-100.8667,3.9951,36.8644,-6.3458,0.0286,0.0000,0.0000,0.0000,3.9665,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1397.6475,1397.6475,1397.6475 -1198.5000,1.0000,16797.5326,0.0000,-1.5724,0.0000,0.0000,0,600.7745,61.9712,585.9580,-100.8667,3.8988,36.8644,-6.3458,-0.0286,0.0000,0.0000,0.0000,3.9274,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1382.4673,1382.4673,1382.4673 -1199.5000,1.0000,16797.0959,0.0000,-1.5724,0.0000,0.0000,0,601.4230,63.8915,585.3262,-100.7971,4.0239,36.8644,-6.3483,0.0526,0.0000,0.0000,0.0000,3.9714,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1402.1133,1402.1133,1402.1133 -1200.5000,1.0000,16796.6591,0.0000,-1.5724,0.0000,0.0000,0,601.8540,63.2116,584.9070,-100.7509,3.9840,36.8644,-6.3499,-0.0367,0.0000,0.0000,0.0000,4.0206,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1395.7646,1395.7646,1395.7646 -1201.5000,1.0000,16796.2223,0.0000,-1.5724,0.0000,0.0000,0,602.2355,64.1655,584.5365,-100.7099,4.0467,36.8644,-6.3514,0.0508,0.0000,0.0000,0.0000,3.9959,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1405.5786,1405.5786,1405.5786 -1202.5000,1.0000,16795.7855,0.0000,-1.5724,0.0000,0.0000,0,602.0830,63.0284,584.6846,-100.7263,3.9739,36.8644,-6.3508,-0.0564,0.0000,0.0000,0.0000,4.0304,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.1578,1394.1578,1394.1578 -1203.5000,1.0000,16795.3487,0.0000,-1.5724,0.0000,0.0000,0,603.5325,65.5480,583.2803,-100.5708,4.1427,36.8644,-6.3563,0.1103,0.0000,0.0000,0.0000,4.0325,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1420.4856,1420.4856,1420.4856 -1204.5000,1.0000,16794.9119,0.0000,-1.5724,0.0000,0.0000,0,604.9440,61.7980,581.9194,-100.4194,3.9149,36.8644,-6.3615,-0.0581,0.0000,0.0000,0.0000,3.9730,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1384.5846,1384.5846,1384.5846 -1205.5000,1.0000,16794.4751,0.0000,-1.5724,0.0000,0.0000,0,604.1045,63.4599,582.7280,-100.5095,4.0146,36.8644,-6.3584,0.0269,0.0000,0.0000,0.0000,3.9877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1400.2988,1400.2988,1400.2988 -1206.5000,1.0000,16794.0384,0.0000,-1.5724,0.0000,0.0000,0,604.9055,63.5192,581.9564,-100.4236,4.0237,36.8644,-6.3614,0.0028,0.0000,0.0000,0.0000,4.0208,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1401.6239,1401.6239,1401.6239 -1207.5000,1.0000,16793.6016,0.0000,-1.5724,0.0000,0.0000,0,602.4910,61.6546,584.2886,-100.6825,3.8900,36.8644,-6.3523,-0.0922,0.0000,0.0000,0.0000,3.9821,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1380.9057,1380.9057,1380.9057 -1208.5000,1.0000,16793.1648,0.0000,-1.5724,0.0000,0.0000,0,600.6980,64.4011,586.0326,-100.8749,4.0511,36.8644,-6.3455,0.0257,0.0000,0.0000,0.0000,4.0254,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1406.5014,1406.5014,1406.5014 -1209.5000,1.0000,16792.7280,0.0000,-1.5724,0.0000,0.0000,0,602.3880,45.8039,584.3885,-100.6936,2.8894,36.8644,-6.3519,0.0367,0.0000,0.0000,0.0000,2.8527,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.5717,1223.5717,1223.5717 -1210.5000,1.0000,16792.2912,0.0000,-1.5724,0.0000,0.0000,0,601.6900,44.5298,585.0665,-100.7685,2.8058,36.8644,-6.3493,-0.0624,0.0000,0.0000,0.0000,2.8682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1210.2907,1210.2907,1210.2907 -1211.5000,1.0000,16791.8544,0.0000,-1.5724,0.0000,0.0000,0,600.4310,45.4572,586.2932,-100.9035,2.8582,36.8644,-6.3445,0.0159,0.0000,0.0000,0.0000,2.8423,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.3324,1218.3324,1218.3324 -1212.5000,1.0000,16791.4176,0.0000,-1.5724,0.0000,0.0000,0,600.4310,45.7856,586.2932,-100.9035,2.8789,36.8644,-6.3445,-0.0159,0.0000,0.0000,0.0000,2.8948,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.5899,1221.5899,1221.5899 -1213.5000,1.0000,16790.9808,0.0000,-1.5724,0.0000,0.0000,0,600.2785,46.0692,586.4422,-100.9199,2.8960,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.2624,1224.2624,1224.2624 -1214.5000,1.0000,16790.5441,0.0000,-1.5724,0.0000,0.0000,0,601.2055,46.6482,585.5379,-100.8204,2.9369,36.8644,-6.3475,0.0239,0.0000,0.0000,0.0000,2.9129,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1230.8591,1230.8591,1230.8591 -1215.5000,1.0000,16790.1073,0.0000,-1.5724,0.0000,0.0000,0,601.2820,45.4940,585.4635,-100.8122,2.8646,36.8644,-6.3478,-0.0211,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.4798,1219.4798,1219.4798 -1216.5000,1.0000,16789.6705,0.0000,-1.5724,0.0000,0.0000,0,600.3665,45.1705,586.3562,-100.9104,2.8399,36.8644,-6.3443,-0.0127,0.0000,0.0000,0.0000,2.8525,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.4286,1215.4286,1215.4286 -1217.5000,1.0000,16789.2337,0.0000,-1.5724,0.0000,0.0000,0,600.0115,45.3442,586.7031,-100.9485,2.8491,36.8644,-6.3429,-0.0004,0.0000,0.0000,0.0000,2.8495,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1216.8248,1216.8248,1216.8248 -1218.5000,1.0000,16788.7969,0.0000,-1.5724,0.0000,0.0000,0,600.1640,45.2985,586.5541,-100.9321,2.8470,36.8644,-6.3435,0.0060,0.0000,0.0000,0.0000,2.8409,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1216.5121,1216.5121,1216.5121 -1219.5000,1.0000,16788.3601,0.0000,-1.5724,0.0000,0.0000,0,600.4045,45.5681,586.3191,-100.9063,2.8651,36.8644,-6.3444,0.0028,0.0000,0.0000,0.0000,2.8622,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.4080,1219.4080,1219.4080 -1220.5000,1.0000,16787.9233,0.0000,-1.5724,0.0000,0.0000,0,601.3580,46.2253,585.3895,-100.8041,2.9110,36.8644,-6.3480,0.0324,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.8042,1226.8042,1226.8042 -1221.5000,1.0000,16787.4865,0.0000,-1.5724,0.0000,0.0000,0,602.1210,45.4322,584.6477,-100.7222,2.8647,36.8644,-6.3509,-0.0042,0.0000,0.0000,0.0000,2.8689,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.6387,1219.6387,1219.6387 -1222.5000,1.0000,16787.0498,0.0000,-1.5724,0.0000,0.0000,0,601.9305,45.6248,584.8327,-100.7427,2.8759,36.8644,-6.3502,-0.0028,0.0000,0.0000,0.0000,2.8787,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.3745,1221.3745,1221.3745 -1223.5000,1.0000,16786.6130,0.0000,-1.5724,0.0000,0.0000,0,602.0830,45.4157,584.6846,-100.7263,2.8635,36.8644,-6.3508,0.0085,0.0000,0.0000,0.0000,2.8550,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.4397,1219.4397,1219.4397 -1224.5000,1.0000,16786.1762,0.0000,-1.5724,0.0000,0.0000,0,601.1560,44.3401,585.5862,-100.8257,2.7913,36.8644,-6.3473,-0.0427,0.0000,0.0000,0.0000,2.8340,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1207.9172,1207.9172,1207.9172 -1225.5000,1.0000,16785.7394,0.0000,-1.5724,0.0000,0.0000,0,600.7360,45.6086,585.9956,-100.8708,2.8692,36.8644,-6.3457,0.0272,0.0000,0.0000,0.0000,2.8420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.1141,1220.1141,1220.1141 -1226.5000,1.0000,16785.3026,0.0000,-1.5724,0.0000,0.0000,0,601.2815,45.4186,585.4639,-100.8123,2.8598,36.8644,-6.3478,-0.0070,0.0000,0.0000,0.0000,2.8669,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.7319,1218.7319,1218.7319 -1227.5000,1.0000,16784.8658,0.0000,-1.5724,0.0000,0.0000,0,600.5455,45.4903,586.1815,-100.8912,2.8608,36.8644,-6.3449,-0.0201,0.0000,0.0000,0.0000,2.8810,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.7656,1218.7656,1218.7656 -1228.5000,1.0000,16784.4290,0.0000,-1.5724,0.0000,0.0000,0,600.0875,45.4323,586.6288,-100.9403,2.8550,36.8644,-6.3432,0.0032,0.0000,0.0000,0.0000,2.8518,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.7691,1217.7691,1217.7691 -1229.5000,1.0000,16783.9922,0.0000,-1.5724,0.0000,0.0000,0,601.0145,45.5099,585.7240,-100.8409,2.8643,36.8644,-6.3467,0.0310,0.0000,0.0000,0.0000,2.8333,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.3911,1219.3911,1219.3911 -1230.5000,1.0000,16783.5555,0.0000,-1.5724,0.0000,0.0000,0,602.9985,46.3681,583.7969,-100.6281,2.9280,36.8644,-6.3542,0.0424,0.0000,0.0000,0.0000,2.8856,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.7297,1229.7297,1229.7297 -1231.5000,1.0000,16783.1187,0.0000,-1.5724,0.0000,0.0000,0,604.0665,44.5065,582.7647,-100.5136,2.8154,36.8644,-6.3583,-0.0028,0.0000,0.0000,0.0000,2.8182,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1212.2459,1212.2459,1212.2459 -1232.5000,1.0000,16782.6819,0.0000,-1.5724,0.0000,0.0000,0,602.5025,44.7038,584.2775,-100.6813,2.8205,36.8644,-6.3524,-0.0550,0.0000,0.0000,0.0000,2.8756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1212.7638,1212.7638,1212.7638 -1233.5000,1.0000,16782.2451,0.0000,-1.5724,0.0000,0.0000,0,600.7095,45.3113,586.0214,-100.8736,2.8504,36.8644,-6.3456,-0.0113,0.0000,0.0000,0.0000,2.8616,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.1412,1217.1412,1217.1412 -1234.5000,1.0000,16781.8083,0.0000,-1.5724,0.0000,0.0000,0,600.8620,45.8006,585.8727,-100.8573,2.8819,36.8644,-6.3462,0.0169,0.0000,0.0000,0.0000,2.8650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.1350,1222.1350,1222.1350 -1235.5000,1.0000,16781.3715,0.0000,-1.5724,0.0000,0.0000,0,600.6600,44.6838,586.0697,-100.8789,2.8107,36.8644,-6.3454,-0.0243,0.0000,0.0000,0.0000,2.8350,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1210.8706,1210.8706,1210.8706 -1236.5000,1.0000,16780.9347,0.0000,-1.5724,0.0000,0.0000,0,600.2785,45.1678,586.4422,-100.9199,2.8393,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,2.8290,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.3212,1215.3212,1215.3212 -1237.5000,1.0000,16780.4979,0.0000,-1.5724,0.0000,0.0000,0,600.2785,45.1895,586.4422,-100.9199,2.8407,36.8644,-6.3439,-0.0103,0.0000,0.0000,0.0000,2.8509,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.5364,1215.5364,1215.5364 -1238.5000,1.0000,16780.0612,0.0000,-1.5724,0.0000,0.0000,0,600.0000,46.2911,586.7144,-100.9497,2.9086,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9086,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.2078,1226.2078,1226.2078 -1239.5000,1.0000,16779.6244,0.0000,-1.5724,0.0000,0.0000,0,600.0000,46.2663,586.7144,-100.9497,2.9070,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9070,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.9621,1225.9621,1225.9621 -1240.5000,1.0000,16779.1878,0.0000,-1.5706,0.0005,0.0000,0,600.0000,45.6934,586.7144,-100.9497,2.8710,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.2784,1220.2784,1220.2784 -1241.5000,1.0000,16778.7516,0.0000,-1.5706,0.0000,0.0000,0,601.3465,46.1659,585.4007,-100.8053,2.9072,36.8644,-6.3480,0.0497,0.0000,0.0000,0.0000,2.8575,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.2042,1226.2042,1226.2042 -1242.5000,1.0000,16778.3153,0.0000,-1.5706,0.0000,0.0000,0,602.6170,45.5085,584.1665,-100.6690,2.8719,36.8644,-6.3528,-0.0028,0.0000,0.0000,0.0000,2.8747,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.8517,1220.8517,1220.8517 -1243.5000,1.0000,16777.8790,0.0000,-1.5706,0.0000,0.0000,0,601.2705,45.2456,585.4746,-100.8135,2.8489,36.8644,-6.3477,-0.0469,0.0000,0.0000,0.0000,2.8958,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.0051,1217.0051,1217.0051 -1244.5000,1.0000,16777.4427,0.0000,-1.5706,0.0000,0.0000,0,600.0000,46.0363,586.7144,-100.9497,2.8925,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.6805,1223.6805,1223.6805 -1245.5000,1.0000,16777.0065,0.0000,-1.5706,0.0000,0.0000,0,600.0000,46.0735,586.7144,-100.9497,2.8949,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8949,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.0494,1224.0494,1224.0494 -1246.5000,1.0000,16776.5702,0.0000,-1.5706,0.0000,0.0000,0,600.3550,45.7485,586.3675,-100.9116,2.8762,36.8644,-6.3442,0.0131,0.0000,0.0000,0.0000,2.8631,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.1515,1221.1515,1221.1515 -1247.5000,1.0000,16776.1339,0.0000,-1.5706,0.0000,0.0000,0,601.8540,46.4040,584.9070,-100.7509,2.9247,36.8644,-6.3499,0.0423,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.0330,1229.0330,1229.0330 -1248.5000,1.0000,16775.6976,0.0000,-1.5706,0.0000,0.0000,0,601.4990,44.7057,585.2522,-100.7889,2.8160,36.8644,-6.3486,-0.0554,0.0000,0.0000,0.0000,2.8713,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1211.8593,1211.8593,1211.8593 -1249.5000,1.0000,16775.2613,0.0000,-1.5706,0.0000,0.0000,0,600.8125,46.0265,585.9210,-100.8626,2.8958,36.8644,-6.3460,0.0300,0.0000,0.0000,0.0000,2.8659,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.3299,1224.3299,1224.3299 -1250.5000,1.0000,16774.8251,0.0000,-1.5706,0.0000,0.0000,0,600.8125,43.7182,585.9210,-100.8626,2.7506,36.8644,-6.3460,-0.0300,0.0000,0.0000,0.0000,2.7806,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1201.4323,1201.4323,1201.4323 -1251.5000,1.0000,16774.3888,0.0000,-1.5706,0.0000,0.0000,0,600.1640,45.8760,586.5541,-100.9321,2.8833,36.8644,-6.3435,0.0060,0.0000,0.0000,0.0000,2.8772,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.2411,1222.2411,1222.2411 -1252.5000,1.0000,16773.9525,0.0000,-1.5706,0.0000,0.0000,0,600.1640,46.3239,586.5541,-100.9321,2.9114,36.8644,-6.3435,-0.0060,0.0000,0.0000,0.0000,2.9175,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.6837,1226.6837,1226.6837 -1253.5000,1.0000,16773.5162,0.0000,-1.5706,0.0000,0.0000,0,601.3465,46.9344,585.4007,-100.8053,2.9556,36.8644,-6.3480,0.0497,0.0000,0.0000,0.0000,2.9059,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.8284,1233.8284,1233.8284 -1254.5000,1.0000,16773.0800,0.0000,-1.5706,0.0000,0.0000,0,602.1210,45.5410,584.6477,-100.7222,2.8715,36.8644,-6.3509,-0.0212,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.7185,1220.7185,1220.7185 -1255.5000,1.0000,16772.6437,0.0000,-1.5706,0.0000,0.0000,0,601.0530,45.5871,585.6865,-100.8368,2.8693,36.8644,-6.3469,-0.0183,0.0000,0.0000,0.0000,2.8877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.1924,1220.1924,1220.1924 -1256.5000,1.0000,16772.2074,0.0000,-1.5706,0.0000,0.0000,0,601.0530,46.0252,585.6865,-100.8368,2.8969,36.8644,-6.3469,0.0183,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.5385,1224.5385,1224.5385 -1257.5000,1.0000,16771.7711,0.0000,-1.5706,0.0000,0.0000,0,600.7745,46.4900,585.9580,-100.8667,2.9248,36.8644,-6.3458,-0.0286,0.0000,0.0000,0.0000,2.9534,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.8936,1228.8936,1228.8936 -1258.5000,1.0000,16771.3348,0.0000,-1.5706,0.0000,0.0000,0,600.0495,46.1350,586.6660,-100.9444,2.8990,36.8644,-6.3430,0.0018,0.0000,0.0000,0.0000,2.8972,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.7047,1224.7047,1224.7047 -1259.5000,1.0000,16770.8986,0.0000,-1.5706,0.0000,0.0000,0,600.7475,46.8148,585.9844,-100.8695,2.9451,36.8644,-6.3457,0.0239,0.0000,0.0000,0.0000,2.9212,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.0901,1232.0901,1232.0901 -1260.5000,1.0000,16770.4623,0.0000,-1.5706,0.0000,0.0000,0,600.6980,49.1255,586.0326,-100.8749,3.0902,36.8644,-6.3455,-0.0257,0.0000,0.0000,0.0000,3.1160,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.9674,1254.9674,1254.9674 -1261.5000,1.0000,16770.0260,0.0000,-1.5706,0.0000,0.0000,0,602.3385,50.2704,584.4366,-100.6989,3.1709,36.8644,-6.3518,0.0865,0.0000,0.0000,0.0000,3.0844,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1267.8334,1267.8334,1267.8334 -1262.5000,1.0000,16769.5900,0.0000,-1.5685,0.0006,0.0000,0,602.3385,46.7759,584.4366,-100.6989,2.9505,36.8644,-6.3518,-0.0865,0.0000,0.0000,0.0000,3.0370,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.1681,1233.1681,1233.1681 -1263.5000,1.0000,16769.1546,0.0000,-1.5665,0.0006,0.0000,0,601.5375,49.2007,585.2148,-100.7848,3.0993,36.8644,-6.3487,0.0568,0.0000,0.0000,0.0000,3.0425,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.4859,1256.4859,1256.4859 -1264.5000,1.0000,16768.7195,0.0000,-1.5665,0.0000,0.0000,0,601.5375,47.8924,585.2148,-100.7848,3.0169,36.8644,-6.3487,-0.0568,0.0000,0.0000,0.0000,3.0737,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1243.5067,1243.5067,1243.5067 -1265.5000,1.0000,16768.2844,0.0000,-1.5665,0.0000,0.0000,0,601.2705,49.9490,585.4746,-100.8135,3.1450,36.8644,-6.3477,0.0469,0.0000,0.0000,0.0000,3.0981,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.6626,1263.6626,1263.6626 -1266.5000,1.0000,16767.8493,0.0000,-1.5665,0.0000,0.0000,0,601.2705,48.5369,585.4746,-100.8135,3.0561,36.8644,-6.3477,-0.0469,0.0000,0.0000,0.0000,3.1030,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.6552,1249.6552,1249.6552 -1267.5000,1.0000,16767.4141,0.0000,-1.5665,0.0000,0.0000,0,600.2785,49.3099,586.4422,-100.9199,3.0997,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,3.0894,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.4104,1256.4104,1256.4104 -1268.5000,1.0000,16766.9793,0.0000,-1.5645,0.0006,0.0000,0,600.2785,48.5095,586.4422,-100.9199,3.0494,36.8644,-6.3439,-0.0103,0.0000,0.0000,0.0000,3.0596,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1248.4710,1248.4710,1248.4710 -1269.5000,1.0000,16766.5447,0.0000,-1.5645,0.0000,0.0000,0,600.7745,48.5962,585.9580,-100.8667,3.0573,36.8644,-6.3458,0.0286,0.0000,0.0000,0.0000,3.0288,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.7867,1249.7867,1249.7867 -1270.5000,1.0000,16766.1101,0.0000,-1.5645,0.0000,0.0000,0,600.7745,48.5391,585.9580,-100.8667,3.0537,36.8644,-6.3458,-0.0286,0.0000,0.0000,0.0000,3.0823,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.2208,1249.2208,1249.2208 -1271.5000,1.0000,16765.6758,0.0000,-1.5625,0.0006,0.0000,0,600.3550,49.7306,586.3675,-100.9116,3.1265,36.8644,-6.3442,0.0131,0.0000,0.0000,0.0000,3.1134,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1260.6544,1260.6544,1260.6544 -1272.5000,1.0000,16765.2418,0.0000,-1.5625,0.0000,0.0000,0,600.9385,48.6817,585.7981,-100.8491,3.0635,36.8644,-6.3464,0.0084,0.0000,0.0000,0.0000,3.0551,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1250.7864,1250.7864,1250.7864 -1273.5000,1.0000,16764.8078,0.0000,-1.5625,0.0000,0.0000,0,603.0365,48.6737,583.7601,-100.6240,3.0737,36.8644,-6.3544,0.0692,0.0000,0.0000,0.0000,3.0045,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1252.6364,1252.6364,1252.6364 -1274.5000,1.0000,16764.3738,0.0000,-1.5625,0.0000,0.0000,0,602.4530,48.3958,584.3255,-100.6866,3.0532,36.8644,-6.3522,-0.0908,0.0000,0.0000,0.0000,3.1440,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.3433,1249.3433,1249.3433 -1275.5000,1.0000,16763.9398,0.0000,-1.5625,0.0000,0.0000,0,601.4990,50.3351,585.2522,-100.7889,3.1706,36.8644,-6.3486,0.0554,0.0000,0.0000,0.0000,3.1152,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1267.7037,1267.7037,1267.7037 -1276.5000,1.0000,16763.5058,0.0000,-1.5625,0.0000,0.0000,0,601.4990,47.3508,585.2522,-100.7889,2.9826,36.8644,-6.3486,-0.0554,0.0000,0.0000,0.0000,3.0379,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1238.0992,1238.0992,1238.0992 -1277.5000,1.0000,16763.0718,0.0000,-1.5625,0.0000,0.0000,0,601.4610,49.3597,585.2892,-100.7930,3.1089,36.8644,-6.3484,0.0540,0.0000,0.0000,0.0000,3.0549,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1257.9922,1257.9922,1257.9922 -1278.5000,1.0000,16762.6377,0.0000,-1.5625,0.0000,0.0000,0,601.4610,47.5124,585.2892,-100.7930,2.9926,36.8644,-6.3484,-0.0540,0.0000,0.0000,0.0000,3.0465,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1239.6676,1239.6676,1239.6676 -1279.5000,1.0000,16762.2037,0.0000,-1.5625,0.0000,0.0000,0,600.0000,49.2457,586.7144,-100.9497,3.0942,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0942,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1255.5171,1255.5171,1255.5171 -1280.5000,1.0000,16761.7697,0.0000,-1.5625,0.0000,0.0000,0,600.5835,49.6936,586.1444,-100.8871,3.1254,36.8644,-6.3451,0.0215,0.0000,0.0000,0.0000,3.1039,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1260.4976,1260.4976,1260.4976 -1281.5000,1.0000,16761.3357,0.0000,-1.5625,0.0000,0.0000,0,602.8455,50.7149,583.9450,-100.6445,3.2016,36.8644,-6.3537,0.0621,0.0000,0.0000,0.0000,3.1395,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1272.7096,1272.7096,1272.7096 -1282.5000,1.0000,16760.9017,0.0000,-1.5625,0.0000,0.0000,0,602.2620,46.9537,584.5108,-100.7071,2.9613,36.8644,-6.3515,-0.0837,0.0000,0.0000,0.0000,3.0450,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1234.8620,1234.8620,1234.8620 -1283.5000,1.0000,16760.4677,0.0000,-1.5625,0.0000,0.0000,0,600.0000,48.9716,586.7144,-100.9497,3.0770,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0770,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1252.7986,1252.7986,1252.7986 -1284.5000,1.0000,16760.0337,0.0000,-1.5625,0.0000,0.0000,0,600.4690,49.6140,586.2561,-100.8994,3.1198,36.8644,-6.3447,0.0173,0.0000,0.0000,0.0000,3.1025,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1259.6026,1259.6026,1259.6026 -1285.5000,1.0000,16759.5996,0.0000,-1.5625,0.0000,0.0000,0,600.4690,48.8482,586.2561,-100.8994,3.0716,36.8644,-6.3447,-0.0173,0.0000,0.0000,0.0000,3.0889,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1252.0061,1252.0061,1252.0061 -1286.5000,1.0000,16759.1656,0.0000,-1.5625,0.0000,0.0000,0,601.3085,48.8904,585.4376,-100.8094,3.0786,36.8644,-6.3479,0.0483,0.0000,0.0000,0.0000,3.0303,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1253.1964,1253.1964,1253.1964 -1287.5000,1.0000,16758.7316,0.0000,-1.5625,0.0000,0.0000,0,601.3085,47.4816,585.4376,-100.8094,2.9899,36.8644,-6.3479,-0.0483,0.0000,0.0000,0.0000,3.0382,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1239.2212,1239.2212,1239.2212 -1288.5000,1.0000,16758.2976,0.0000,-1.5625,0.0000,0.0000,0,600.9650,67.9734,585.7723,-100.8462,4.2778,36.8644,-6.3465,0.0356,0.0000,0.0000,0.0000,4.2421,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1442.1838,1442.1838,1442.1838 -1289.5000,1.0000,16757.8636,0.0000,-1.5625,0.0000,0.0000,0,601.6630,66.0428,585.0927,-100.7714,4.1611,36.8644,-6.3492,-0.0099,0.0000,0.0000,0.0000,4.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1423.6748,1423.6748,1423.6748 -1290.5000,1.0000,16757.4296,0.0000,-1.5625,0.0000,0.0000,0,600.6980,66.9133,586.0326,-100.8749,4.2092,36.8644,-6.3455,-0.0257,0.0000,0.0000,0.0000,4.2349,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1431.4219,1431.4219,1431.4219 -1291.5000,1.0000,16756.9956,0.0000,-1.5625,0.0000,0.0000,0,601.2320,66.9261,585.5121,-100.8176,4.2137,36.8644,-6.3476,0.0455,0.0000,0.0000,0.0000,4.1682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1432.0403,1432.0403,1432.0403 -1292.5000,1.0000,16756.5615,0.0000,-1.5625,0.0000,0.0000,0,601.5870,64.8289,585.1666,-100.7795,4.0841,36.8644,-6.3489,-0.0324,0.0000,0.0000,0.0000,4.1165,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1411.5622,1411.5622,1411.5622 -1293.5000,1.0000,16756.1275,0.0000,-1.5625,0.0000,0.0000,0,600.3550,65.9026,586.3675,-100.9116,4.1432,36.8644,-6.3442,-0.0131,0.0000,0.0000,0.0000,4.1563,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1421.0808,1421.0808,1421.0808 -1294.5000,1.0000,16755.6935,0.0000,-1.5625,0.0000,0.0000,0,600.5835,66.7704,586.1444,-100.8871,4.1994,36.8644,-6.3451,0.0215,0.0000,0.0000,0.0000,4.1779,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1429.8996,1429.8996,1429.8996 -1295.5000,1.0000,16755.2595,0.0000,-1.5625,0.0000,0.0000,0,600.8240,66.2901,585.9097,-100.8613,4.1708,36.8644,-6.3460,-0.0127,0.0000,0.0000,0.0000,4.1835,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1425.3555,1425.3555,1425.3555 -1296.5000,1.0000,16754.8255,0.0000,-1.5625,0.0000,0.0000,0,601.7015,67.2518,585.0553,-100.7672,4.2375,36.8644,-6.3493,0.0451,0.0000,0.0000,0.0000,4.1924,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1435.7030,1435.7030,1435.7030 -1297.5000,1.0000,16754.3915,0.0000,-1.5625,0.0000,0.0000,0,601.9685,66.3243,584.7958,-100.7386,4.1810,36.8644,-6.3504,-0.0352,0.0000,0.0000,0.0000,4.2162,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1426.7482,1426.7482,1426.7482 -1298.5000,1.0000,16753.9575,0.0000,-1.5625,0.0000,0.0000,0,601.0530,66.1919,585.6865,-100.8368,4.1663,36.8644,-6.3469,0.0014,0.0000,0.0000,0.0000,4.1649,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1424.5926,1424.5926,1424.5926 -1299.5000,1.0000,16753.5234,0.0000,-1.5625,0.0000,0.0000,0,601.1290,66.7724,585.6125,-100.8286,4.2033,36.8644,-6.3472,0.0014,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1430.4208,1430.4208,1430.4208 +time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h],FC-AAUX [g/h],FC-Final [g/h] +1.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,60.5128,586.7144,-100.9497,3.8021,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8021,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1367.2875,1367.2875,1367.2875,1367.2875,1367.2875 +2.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.6135,62.6789,585.1409,-100.7767,3.9488,36.8644,-6.3490,0.0596,0.0000,0.0000,0.0000,3.8892,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1390.2588,1390.2588,1390.2588,1390.2588,1390.2588 +3.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.6135,60.2335,585.1409,-100.7767,3.7948,36.8644,-6.3490,-0.0596,0.0000,0.0000,0.0000,3.8544,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1366.0012,1366.0012,1366.0012,1366.0012,1366.0012 +4.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.2345,586.7144,-100.9497,3.8475,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8475,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.4460,1374.4460,1374.4460,1374.4460,1374.4460 +5.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.8505,62.2204,585.8839,-100.8585,3.9150,36.8644,-6.3461,0.0314,0.0000,0.0000,0.0000,3.8836,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1385.0085,1385.0085,1385.0085,1385.0085,1385.0085 +6.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.3580,61.0428,585.3895,-100.8041,3.8441,36.8644,-6.3480,-0.0127,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1373.7938,1373.7938,1373.7938,1373.7938,1373.7938 +7.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.9385,61.8190,585.7981,-100.8491,3.8903,36.8644,-6.3464,-0.0028,0.0000,0.0000,0.0000,3.8931,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1381.1083,1381.1083,1381.1083,1381.1083,1381.1083 +8.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.4310,60.8884,586.2932,-100.9035,3.8285,36.8644,-6.3445,-0.0159,0.0000,0.0000,0.0000,3.8444,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1371.4098,1371.4098,1371.4098,1371.4098,1371.4098 +9.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.5755,61.6984,585.1778,-100.7807,3.8868,36.8644,-6.3489,0.0582,0.0000,0.0000,0.0000,3.8286,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1380.4975,1380.4975,1380.4975,1380.4975,1380.4975 +10.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,602.4260,60.7104,584.3517,-100.6895,3.8300,36.8644,-6.3521,-0.0268,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1371.4792,1371.4792,1371.4792,1371.4792,1371.4792 +11.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.3960,59.2719,585.3525,-100.8000,3.7328,36.8644,-6.3482,-0.0113,0.0000,0.0000,0.0000,3.7441,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1356.2616,1356.2616,1356.2616,1356.2616,1356.2616 +12.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.6715,61.2462,586.0585,-100.8777,3.8525,36.8644,-6.3454,-0.0155,0.0000,0.0000,0.0000,3.8680,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1375.1799,1375.1799,1375.1799,1375.1799,1375.1799 +13.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.3665,59.9275,586.3562,-100.9104,3.7677,36.8644,-6.3443,0.0042,0.0000,0.0000,0.0000,3.7634,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1361.8177,1361.8177,1361.8177,1361.8177,1361.8177 +14.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.7015,61.8198,585.0553,-100.7672,3.8953,36.8644,-6.3493,0.0451,0.0000,0.0000,0.0000,3.8502,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1381.8175,1381.8175,1381.8175,1381.8175,1381.8175 +15.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.4610,60.1117,585.2892,-100.7930,3.7861,36.8644,-6.3484,-0.0540,0.0000,0.0000,0.0000,3.8401,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1364.6518,1364.6518,1364.6518,1364.6518,1364.6518 +16.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.1175,60.3324,585.6237,-100.8299,3.7979,36.8644,-6.3471,0.0413,0.0000,0.0000,0.0000,3.7566,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1366.5251,1366.5251,1366.5251,1366.5251,1366.5251 +17.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.1175,59.9908,585.6237,-100.8299,3.7764,36.8644,-6.3471,-0.0413,0.0000,0.0000,0.0000,3.8176,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1363.1368,1363.1368,1363.1368,1363.1368,1363.1368 +18.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.8125,61.4573,585.9210,-100.8626,3.8667,36.8644,-6.3460,0.0300,0.0000,0.0000,0.0000,3.8367,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1377.4044,1377.4044,1377.4044,1377.4044,1377.4044 +19.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.8125,60.2364,585.9210,-100.8626,3.7899,36.8644,-6.3460,-0.0300,0.0000,0.0000,0.0000,3.8199,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1365.2930,1365.2930,1365.2930,1365.2930,1365.2930 +20.5000,1.0000,0.0458,0.1650,0.0000,0.0917,0.0000,1,600.0000,64.0480,586.7144,-100.9497,4.0243,36.8644,-6.3429,0.0000,0.1975,0.0000,0.0000,3.8268,0.0987,-0.0078,0.0000,0.1065,0.0000,0.1065,0.0180,0.0885,0.0000,0.0885,0.0004,0.0882,0.0000,0.0205,0.0305,0.0372,1402.3560,1402.3560,1402.3560,1402.3560,1402.3560 +21.5000,1.0000,0.4165,1.3345,0.3300,0.5581,0.0000,1,600.0000,140.7269,586.7144,-100.9497,8.8421,36.8644,-6.3429,0.0000,4.0324,0.0000,0.0000,4.8097,2.3007,-0.0986,0.0000,2.3992,0.0000,2.3992,0.1586,2.2406,0.0000,2.2406,0.0184,2.2223,0.0000,0.1426,0.2464,1.8333,2219.6218,2219.6218,2219.6218,2219.6218,2219.6218 +22.5000,1.0000,1.0732,2.3640,2.3390,0.0139,0.0000,1,600.0000,96.8445,586.7144,-100.9497,6.0849,36.8644,-6.3429,0.0000,1.1980,0.0000,0.0000,4.8870,1.1854,-0.1369,0.0000,1.3224,0.0000,1.3224,0.2579,1.0644,0.0000,1.0644,0.0008,1.0636,0.0000,0.5462,0.4366,0.0808,1727.6972,1727.6972,1727.6972,1727.6972,1727.6972 +23.5000,1.0000,1.9456,3.1405,2.3890,0.4175,0.0000,1,600.0000,167.5432,586.7144,-100.9497,10.5271,36.8644,-6.3429,0.0000,5.7919,0.0000,0.0000,4.7351,4.6736,-0.2429,0.0000,4.9165,0.0000,4.9165,0.3623,4.5542,0.0000,4.5542,0.0323,4.5219,0.0000,0.7143,0.5800,3.2276,2522.9139,2522.9139,2522.9139,2522.9139,2522.9139 +24.5000,1.0000,3.2883,4.8340,3.8920,0.5233,0.0000,2,600.0000,234.2619,586.7144,-100.9497,14.7191,36.8644,-6.3429,0.0000,9.7921,0.0000,0.0000,4.9270,8.1951,-0.2931,0.0000,8.4882,0.0000,8.4882,0.5715,7.9167,0.0000,7.9167,0.0624,7.8544,0.0000,0.7341,0.8927,6.2275,3333.6919,3333.6919,3333.6919,3333.6919,3333.6919 +25.5000,1.0000,4.8979,5.7945,5.7760,0.0103,0.0000,2,601.1940,121.3468,585.5491,-100.8217,7.6396,36.8644,-6.3474,0.0441,2.5064,0.0000,0.0000,5.0891,2.5034,-0.2072,0.0000,2.7106,0.0000,2.7106,0.6322,2.0784,0.0000,2.0784,0.0015,2.0769,0.0000,0.8602,1.0701,0.1466,2003.9366,2003.9366,2003.9366,2003.9366,2003.9366 +26.5000,1.0000,6.4654,5.6430,5.8130,-0.0944,0.0000,2,609.1785,99.3852,577.8744,-99.9652,6.3401,36.8644,-6.3771,0.2540,0.9702,0.0000,0.0000,5.1159,1.0115,-0.2035,0.0000,1.2150,0.0000,1.2150,0.6157,0.5993,0.0000,0.5993,-0.0131,0.6124,0.0000,0.8822,1.0421,-1.3119,1777.3622,1777.3622,1777.3622,1777.3622,1777.3622 +27.5000,1.0000,7.9300,5.2725,5.4730,-0.1114,0.0000,2,611.0480,84.3047,576.1064,-99.7647,5.3946,36.8644,-6.3838,-0.1847,0.5727,0.0000,0.0000,5.0065,0.5905,-0.1909,0.0000,0.7814,0.0000,0.7814,0.5753,0.2061,0.0000,0.2061,-0.0145,0.2206,0.0000,0.6926,0.9737,-1.4457,1613.4668,1613.4668,1613.4668,1613.4668,1613.4668 +28.5000,1.0000,9.2769,4.8490,5.0720,-0.1239,0.0000,2,604.8295,82.8571,582.0295,-100.4317,5.2480,36.8644,-6.3611,-0.0482,0.3744,0.0000,0.0000,4.9218,0.3916,-0.1741,0.0000,0.5657,0.0000,0.5657,0.5291,0.0366,0.0000,0.0366,-0.0148,0.0514,0.0000,0.6347,0.8955,-1.4788,1593.3854,1593.3854,1593.3854,1593.3854,1593.3854 +29.5000,1.0000,10.5646,4.6355,4.6260,0.0053,0.0000,2,602.4260,114.0580,584.3517,-100.6895,7.1955,36.8644,-6.3521,-0.0409,2.2632,0.0000,0.0000,4.9732,2.2544,-0.1629,0.0000,2.4173,0.0000,2.4173,0.5058,1.9116,0.0000,1.9116,0.0006,1.9110,0.0000,0.9947,0.8561,0.0602,1925.1165,1925.1165,1925.1165,1925.1165,1925.1165 +30.5000,1.0000,11.8244,4.5355,4.6450,-0.0608,0.0000,2,600.6600,99.0026,586.0697,-100.8789,6.2274,36.8644,-6.3454,-0.0243,1.3071,0.0000,0.0000,4.9446,1.3380,-0.1513,0.0000,1.4893,0.0000,1.4893,0.4949,0.9944,0.0000,0.9944,-0.0068,1.0012,0.0000,0.8428,0.8376,-0.6792,1749.7126,1749.7126,1749.7126,1749.7126,1749.7126 +31.5000,1.0000,13.1656,4.8280,4.4260,0.2233,0.0000,2,600.0000,156.8416,586.7144,-100.9497,9.8546,36.8644,-6.3429,0.0000,4.9755,0.0000,0.0000,4.8791,4.5931,-0.2178,0.0000,4.8109,0.0000,4.8109,0.5268,4.2842,0.0000,4.2842,0.0266,4.2576,0.0000,0.7117,0.8916,2.6543,2401.8784,2401.8784,2401.8784,2401.8784,2401.8784 +32.5000,1.0000,14.7229,5.6065,5.2300,0.2092,0.0000,2,600.0000,161.6085,586.7144,-100.9497,10.1542,36.8644,-6.3429,0.0000,5.2904,0.0000,0.0000,4.8637,4.9575,-0.2517,0.0000,5.2092,0.0000,5.2092,0.6117,4.5975,0.0000,4.5975,0.0289,4.5686,0.0000,0.6464,1.0354,2.8868,2455.7924,2455.7924,2455.7924,2455.7924,2455.7924 +33.5000,1.0000,16.3857,5.9860,5.9830,0.0017,0.0000,2,610.1970,121.4652,576.9098,-99.8560,7.7616,36.8644,-6.3808,0.3821,2.3499,0.0000,0.0000,5.0296,2.3880,-0.2116,0.0000,2.5996,0.0000,2.5996,0.6531,1.9465,0.0000,1.9465,0.0002,1.9463,0.0000,0.8162,1.1055,0.0246,2031.7001,2031.7001,2031.7001,2031.7001,2031.7001 +34.5000,1.0000,18.0233,5.8955,5.9890,-0.0519,0.0000,2,616.9605,97.9125,570.5854,-99.1306,6.3259,36.8644,-6.4046,-0.1301,1.4541,0.0000,0.0000,5.0019,1.4693,-0.2107,0.0000,1.6800,0.0000,1.6800,0.6432,1.0368,0.0000,1.0368,-0.0076,1.0443,0.0000,0.7094,1.0888,-0.7539,1779.6591,1779.6591,1779.6591,1779.6591,1779.6591 +35.5000,1.0000,19.6322,5.7920,5.8020,-0.0056,0.0000,2,607.4615,106.8335,579.5077,-100.1494,6.7960,36.8644,-6.3708,-0.2263,2.0985,0.0000,0.0000,4.9238,2.0812,-0.1999,0.0000,2.2810,0.0000,2.2810,0.6320,1.6491,0.0000,1.6491,-0.0008,1.6499,0.0000,0.6594,1.0696,-0.0792,1858.1866,1858.1866,1858.1866,1858.1866,1858.1866 +36.5000,1.0000,21.2472,5.8140,5.7820,0.0178,0.0000,2,600.6980,115.8393,586.0326,-100.8749,7.2869,36.8644,-6.3455,-0.0257,2.3958,0.0000,0.0000,4.9168,2.3799,-0.2053,0.0000,2.5852,0.0000,2.5852,0.6344,1.9508,0.0000,1.9508,0.0025,1.9483,0.0000,0.6202,1.0737,0.2544,1940.1909,1940.1909,1940.1909,1940.1909,1940.1909 +37.5000,1.0000,22.9228,6.0320,5.8460,0.1033,0.0000,2,601.1560,140.3835,585.5862,-100.8257,8.8375,36.8644,-6.3473,0.0427,3.8884,0.0000,0.0000,4.9065,3.7793,-0.2423,0.0000,4.0216,0.0000,4.0216,0.6581,3.3635,0.0000,3.3635,0.0154,3.3481,0.0000,0.6998,1.1140,1.5344,2219.1299,2219.1299,2219.1299,2219.1299,2219.1299 +38.5000,1.0000,24.7068,6.4225,6.2180,0.1136,0.0000,2,620.5085,156.2969,567.3228,-98.7500,10.1561,36.8644,-6.4167,0.6934,4.3658,0.0000,0.0000,5.0969,4.3551,-0.2686,0.0000,4.6238,0.0000,4.6238,0.7007,3.9230,0.0000,3.9230,0.0180,3.9050,0.0000,0.9227,1.1861,1.7962,2455.9109,2455.9109,2455.9109,2455.9109,2455.9109 +39.5000,1.0000,26.5778,6.7355,6.6270,0.0603,0.0000,2,661.8220,141.3024,531.9083,-94.3188,9.7931,36.8644,-6.5368,0.9395,3.5774,0.0000,0.0000,5.2761,3.6437,-0.2657,0.0000,3.9094,0.0000,3.9094,0.7349,3.1745,0.0000,3.1745,0.0100,3.1645,0.0000,0.9211,1.2439,0.9994,2407.5774,2407.5774,2407.5774,2407.5774,2407.5774 +40.5000,1.0000,28.5218,6.9985,6.8440,0.0858,0.0000,2,694.2470,139.3423,507.0654,-90.8409,10.1304,36.8644,-6.6043,0.3968,4.2829,0.0000,0.0000,5.4506,4.2466,-0.2884,0.0000,4.5350,0.0000,4.5350,0.7636,3.7714,0.0000,3.7714,0.0148,3.7566,0.0000,0.9854,1.2924,1.4787,2480.5760,2480.5760,2480.5760,2480.5760,2480.5760 +41.5000,1.0000,30.5406,7.2675,7.1530,0.0636,0.0000,2,718.3565,117.9342,490.0473,-88.2549,8.8717,36.8644,-6.6391,0.6530,3.9111,0.0000,0.0000,4.3076,3.9298,-0.2924,0.0000,4.2222,0.0000,4.2222,0.7929,3.4293,0.0000,3.4293,0.0114,3.4179,0.0000,0.9377,1.3421,1.1380,2309.2122,2309.2122,2309.2122,2309.2122,2309.2122 +42.5000,1.0000,32.6031,7.4250,7.3820,0.0239,0.0000,2,745.7465,101.7158,472.0487,-85.3171,7.9434,36.8644,-6.6628,0.5765,2.9734,0.0000,0.0000,4.3935,3.0062,-0.2795,0.0000,3.2857,0.0000,3.2857,0.8101,2.4756,0.0000,2.4756,0.0044,2.4712,0.0000,0.6633,1.3712,0.4366,2206.1721,2206.1721,2206.1721,2206.1721,2206.1721 +43.5000,1.0000,34.6757,7.4615,7.4680,-0.0036,0.0000,2,765.5450,94.7103,459.8406,-83.1935,7.5927,36.8644,-6.6694,0.3390,2.8470,0.0000,0.0000,4.4067,2.8763,-0.2783,0.0000,3.1546,0.0000,3.1546,0.8141,2.3405,0.0000,2.3405,-0.0007,2.3412,0.0000,1.0295,1.3780,-0.0663,2171.0832,2171.0832,2171.0832,2171.0832,2171.0832 +44.5000,1.0000,36.7428,7.4415,7.4550,-0.0075,0.0000,2,768.1010,83.4369,458.3103,-82.9194,6.7113,36.8644,-6.6696,-0.2195,2.5390,0.0000,0.0000,4.3918,2.5282,-0.2756,0.0000,2.8038,0.0000,2.8038,0.8119,1.9919,0.0000,1.9919,-0.0014,1.9932,0.0000,0.7564,1.3743,-0.1374,2021.3209,2021.3209,2021.3209,2021.3209,2021.3209 +45.5000,1.0000,38.8010,7.4095,7.4280,-0.0103,0.0000,2,766.2320,87.1039,459.4283,-83.1198,6.9892,36.8644,-6.6695,0.1310,2.4647,0.0000,0.0000,4.3935,2.4798,-0.2745,0.0000,2.7543,0.0000,2.7543,0.8084,1.9459,0.0000,1.9459,-0.0019,1.9477,0.0000,0.7668,1.3684,-0.1875,2066.9902,2066.9902,2066.9902,2066.9902,2066.9902 +46.5000,1.0000,40.8528,7.3865,7.3910,-0.0025,0.0000,2,768.2540,91.4884,458.2191,-82.9030,7.3604,36.8644,-6.6697,-0.0360,2.9959,0.0000,0.0000,4.4005,2.9947,-0.2777,0.0000,3.2724,0.0000,3.2724,0.8059,2.4665,0.0000,2.4665,-0.0005,2.4670,0.0000,1.1483,1.3641,-0.0455,2134.0893,2134.0893,2134.0893,2134.0893,2134.0893 +47.5000,1.0000,42.9071,7.3955,7.3820,0.0075,0.0000,2,764.5155,91.2142,460.4598,-83.3039,7.3026,36.8644,-6.6693,-0.1397,3.0938,0.0000,0.0000,4.3485,3.0762,-0.2798,0.0000,3.3559,0.0000,3.3559,0.8069,2.5490,0.0000,2.5490,0.0014,2.5477,0.0000,1.0454,1.3658,0.1365,2119.2911,2119.2911,2119.2911,2119.2911,2119.2911 +48.5000,1.0000,44.9547,7.3715,7.4090,-0.0208,0.0000,2,762.7225,89.1795,461.5422,-83.4963,7.1230,36.8644,-6.6690,0.0554,2.6932,0.0000,0.0000,4.3744,2.7111,-0.2712,0.0000,2.9823,0.0000,2.9823,0.8043,2.1780,0.0000,2.1780,-0.0038,2.1818,0.0000,1.1985,1.3613,-0.3780,2085.6449,2085.6449,2085.6449,2085.6449,2085.6449 +49.5000,1.0000,46.9894,7.3250,7.3340,-0.0050,0.0000,2,758.8695,91.0281,463.8856,-83.9095,7.2339,36.8644,-6.6682,-0.2347,3.1089,0.0000,0.0000,4.3596,3.0921,-0.2773,0.0000,3.3694,0.0000,3.3694,0.7992,2.5701,0.0000,2.5701,-0.0009,2.5711,0.0000,1.3085,1.3527,-0.0902,2100.1236,2100.1236,2100.1236,2100.1236,2100.1236 +50.5000,1.0000,49.0206,7.3120,7.3160,-0.0022,0.0000,2,753.8340,92.9378,466.9843,-84.4496,7.3366,36.8644,-6.6666,0.0000,3.0192,0.0000,0.0000,4.3174,3.0209,-0.2753,0.0000,3.2961,0.0000,3.2961,0.7978,2.4983,0.0000,2.4983,-0.0004,2.4987,0.0000,1.1884,1.3503,-0.0400,2111.9857,2111.9857,2111.9857,2111.9857,2111.9857 +51.5000,1.0000,51.0408,7.2730,7.3080,-0.0194,0.0000,2,752.8420,86.9119,467.5996,-84.5560,6.8519,36.8644,-6.6662,-0.0459,2.5740,0.0000,0.0000,4.3237,2.5831,-0.2666,0.0000,2.8496,0.0000,2.8496,0.7935,2.0561,0.0000,2.0561,-0.0035,2.0596,0.0000,1.0646,1.3431,-0.3481,2025.0121,2025.0121,2025.0121,2025.0121,2025.0121 +52.5000,1.0000,52.9194,6.7630,7.2380,-0.2639,0.0000,2,747.1580,30.5842,471.1569,-85.1657,2.3930,36.8644,-6.6636,-0.2153,-1.6862,0.0000,0.0000,4.2945,-1.8022,-0.2842,0.0000,-1.5180,0.0000,-1.5180,0.7379,-2.2559,0.0000,-2.2559,-0.0440,-2.2119,0.0000,0.9324,1.2490,-4.3933,1222.5577,1222.5577,1222.5577,1222.5577,1222.5577 +53.5000,1.0000,54.6232,6.1335,6.2880,-0.0858,0.0000,2,706.2640,45.7740,498.4377,-89.5519,3.3854,36.8644,-6.6232,-1.5702,0.9931,0.0000,0.0000,3.9625,0.9666,-0.2268,0.0000,1.1933,0.0000,1.1933,0.6692,0.5241,0.0000,0.5241,-0.0130,0.5371,0.0000,0.7004,1.1327,-1.2960,1318.8405,1318.8405,1318.8405,1318.8405,1318.8405 +54.5000,1.0000,56.2435,5.8330,5.9790,-0.0811,0.0000,2,642.4050,57.5574,547.9855,-96.4014,3.8720,36.8644,-6.4852,-1.0911,1.1103,0.0000,0.0000,3.8529,1.0897,-0.2115,0.0000,1.3012,0.0000,1.3012,0.6364,0.6648,0.0000,0.6648,-0.0117,0.6765,0.0000,0.7639,1.0772,-1.1647,1376.9816,1376.9816,1376.9816,1376.9816,1376.9816 +55.5000,1.0000,57.8371,5.7370,5.6870,0.0278,0.0000,2,607.5380,101.4223,579.4348,-100.1412,6.4526,36.8644,-6.3711,-0.2690,2.9063,0.0000,0.0000,3.8153,2.8470,-0.2123,0.0000,3.0593,0.0000,3.0593,0.6260,2.4334,0.0000,2.4334,0.0039,2.4294,0.0000,0.9777,1.0595,0.3923,1797.2101,1797.2101,1797.2101,1797.2101,1797.2101 +56.5000,1.0000,59.4224,5.7070,5.7870,-0.0444,0.0000,2,600.2135,89.9926,586.5057,-100.9268,5.6564,36.8644,-6.3437,-0.0042,1.8627,0.0000,0.0000,3.7980,1.8888,-0.1978,0.0000,2.0867,0.0000,2.0867,0.6227,1.4640,0.0000,1.4640,-0.0063,1.4702,0.0000,1.0407,1.0539,-0.6244,1659.9231,1659.9231,1659.9231,1659.9231,1659.9231 +57.5000,1.0000,60.9322,5.4355,5.6270,-0.1064,0.0000,2,600.0495,70.7170,586.6660,-100.9444,4.4436,36.8644,-6.3430,-0.0018,0.6879,0.0000,0.0000,3.7576,0.7130,-0.1970,0.0000,0.9100,0.0000,0.9100,0.5931,0.3169,0.0000,0.3169,-0.0143,0.3312,0.0000,0.7509,1.0038,-1.4235,1468.5587,1468.5587,1468.5587,1468.5587,1468.5587 +58.5000,1.0000,62.3318,5.0385,5.2440,-0.1142,0.0000,2,600.5075,73.2864,586.2185,-100.8953,4.6086,36.8644,-6.3448,0.0187,0.6344,0.0000,0.0000,3.9555,0.6620,-0.1798,0.0000,0.8417,0.0000,0.8417,0.5497,0.2920,0.0000,0.2920,-0.0142,0.3062,0.0000,0.7917,0.9305,-1.4160,1494.4677,1494.4677,1494.4677,1494.4677,1494.4677 +59.5000,1.0000,63.5126,4.2510,4.8330,-0.3233,0.0000,2,601.0150,36.0198,585.7235,-100.8409,2.2670,36.8644,-6.3467,0.0000,-1.6632,0.0000,0.0000,3.9303,-1.9271,-0.1713,0.0000,-1.7558,0.0000,-1.7558,0.4638,-2.2196,0.0000,-2.2196,-0.0339,-2.1857,0.0000,0.4128,0.7851,-3.3835,1125.2497,1125.2497,1125.2497,1125.2497,1125.2497 +60.5000,1.0000,64.4635,3.4230,3.6690,-0.1367,0.0000,1,600.5075,57.7108,586.2185,-100.8953,3.6291,36.8644,-6.3448,-0.0187,-0.3113,0.0000,0.0000,3.9592,-0.3351,-0.2343,0.0000,-0.1008,0.0000,-0.1008,0.3735,-0.4743,0.0000,-0.4743,-0.0115,-0.4628,0.0000,0.0567,0.6321,-1.1516,1339.9585,1339.9585,1339.9585,1339.9585,1339.9585 +61.5000,1.0000,65.2910,2.9790,3.1770,-0.1100,0.0000,1,600.7360,58.4950,585.9956,-100.8708,3.6799,36.8644,-6.3457,0.0272,-0.1252,0.0000,0.0000,3.7779,-0.1342,-0.1966,0.0000,0.0623,0.0000,0.0623,0.3250,-0.2627,0.0000,-0.2627,-0.0081,-0.2546,0.0000,0.0019,0.5501,-0.8067,1347.9472,1347.9472,1347.9472,1347.9472,1347.9472 +62.5000,1.0000,66.0639,2.7825,2.7810,0.0008,0.0000,1,601.0145,69.6961,585.7240,-100.8409,4.3865,36.8644,-6.3467,-0.0169,0.6505,0.0000,0.0000,3.7530,0.6496,-0.1736,0.0000,0.8232,0.0000,0.8232,0.3036,0.5196,0.0000,0.5196,0.0001,0.5196,0.0000,0.0000,0.5139,0.0057,1459.3189,1459.3189,1459.3189,1459.3189,1459.3189 +63.5000,1.0000,66.8740,2.9165,2.7840,0.0736,0.0000,1,600.2785,78.5187,586.4422,-100.9199,4.9358,36.8644,-6.3439,-0.0103,1.2678,0.0000,0.0000,3.6782,1.2121,-0.1785,0.0000,1.3906,0.0000,1.3906,0.3182,1.0724,0.0000,1.0724,0.0053,1.0671,0.0000,0.0000,0.5386,0.5285,1546.1613,1546.1613,1546.1613,1546.1613,1546.1613 +64.5000,1.0000,67.7031,2.9845,3.0490,-0.0358,0.0000,1,613.5155,73.4241,573.7893,-99.5001,4.7173,36.8644,-6.3926,0.5092,0.4014,0.0000,0.0000,3.8066,0.4193,-0.1916,0.0000,0.6109,0.0000,0.6109,0.3256,0.2853,0.0000,0.2853,-0.0026,0.2879,0.0000,0.0000,0.5512,-0.2633,1507.8010,1507.8010,1507.8010,1507.8010,1507.8010 +65.5000,1.0000,68.6744,3.4970,2.9200,0.3206,0.0000,1,613.5155,115.7979,573.7893,-99.5001,7.4397,36.8644,-6.3926,-0.5092,4.2553,0.0000,0.0000,3.6936,3.5722,-0.2423,0.0000,3.8145,0.0000,3.8145,0.3816,3.4329,0.0000,3.4329,0.0276,3.4053,0.0000,0.0000,0.6458,2.7595,1977.3417,1977.3417,1977.3417,1977.3417,1977.3417 +66.5000,1.0000,70.0569,4.9770,4.0740,0.5017,0.0000,2,600.0000,198.1193,586.7144,-100.9497,12.4482,36.8644,-6.3429,0.0000,8.7641,0.0000,0.0000,3.6841,7.4182,-0.2816,0.0000,7.6997,0.0000,7.6997,0.5728,7.1270,0.0000,7.1270,0.0616,7.0654,0.0000,0.0000,0.9191,6.1463,2868.7292,2868.7292,2868.7292,2868.7292,2868.7292 +67.5000,1.0000,71.8329,6.3935,5.8800,0.2853,0.0000,2,613.0195,168.2681,574.2536,-99.5533,10.8020,36.8644,-6.3908,0.4901,6.4625,0.0000,0.0000,3.8494,6.1091,-0.3041,0.0000,6.4132,0.0000,6.4132,0.6976,5.7156,0.0000,5.7156,0.0450,5.6706,0.0000,0.0000,1.1807,4.4899,2569.3250,2569.3250,2569.3250,2569.3250,2569.3250 +68.5000,1.0000,73.9839,7.7435,6.9070,0.4647,0.0000,2,671.9690,245.8586,523.8763,-93.2304,17.3007,36.8644,-6.5605,1.8954,11.2038,0.0000,0.0000,4.2015,10.8026,-0.4549,0.0000,11.2576,0.0000,11.2576,0.8803,10.3773,0.0000,10.3773,0.0887,10.2885,0.0000,0.0000,1.4300,8.8585,3758.4300,3758.4300,3758.4300,3758.4300,3758.4300 +69.5000,1.0000,76.4307,8.8085,8.5800,0.1269,0.0000,2,807.6600,165.1082,456.7600,-78.9502,13.9645,38.6318,-6.6774,4.4521,4.6059,0.0000,0.0000,4.9065,4.9884,-0.3796,0.0000,5.3680,0.0000,5.3680,0.9611,4.4069,0.0000,4.4069,0.0276,4.3793,0.0000,0.0000,1.6267,2.7526,3219.4085,3219.4085,3219.4085,3219.4085,3219.4085 +70.5000,1.0000,79.1682,9.8550,9.0370,0.4544,0.0000,2,916.8765,213.6926,475.5754,-71.3819,20.5177,45.6624,-6.8537,1.0955,14.2820,0.0000,0.0000,5.1403,13.4672,-0.6045,0.0000,14.0716,0.0000,14.0716,1.1166,12.9551,0.0000,12.9551,0.1104,12.8447,0.0000,0.0000,1.8200,11.0247,4379.0762,4379.0762,4379.0762,4379.0762,4379.0762 +71.5000,1.0000,82.3100,11.3105,10.6730,0.3542,0.0000,2,1027.6570,224.9672,539.9232,-68.6066,24.2101,58.1044,-7.3832,5.7635,12.2505,0.0000,0.0000,6.1961,12.6274,-0.6596,0.0000,13.2870,0.0000,13.2870,1.2385,12.0485,0.0000,12.0485,0.0988,11.9497,0.0000,0.0000,2.0888,9.8609,5112.9756,5112.9756,5112.9756,5112.9756,5112.9756 +72.5000,1.0000,85.9635,13.1525,11.9480,0.6692,0.0000,2,1180.1325,300.9446,576.4731,-78.5651,37.1917,71.2424,-9.7093,4.4318,25.8336,0.0000,0.0000,6.9264,24.8925,-1.0162,0.0000,25.9087,0.0000,25.9087,1.5971,24.3116,0.0000,24.3116,0.2170,24.0946,0.0000,0.0000,2.4289,21.6657,7598.0992,7598.0992,7598.0992,7598.0992,7598.0992 +73.5000,1.0000,90.3151,15.6660,14.3570,0.7272,0.0000,2,1360.0745,355.4563,642.6384,-89.2440,50.6265,91.5288,-12.7107,9.9219,31.7296,0.0000,0.0000,8.9750,31.8404,-1.3153,0.0000,33.1557,0.0000,33.1557,1.9367,31.2189,0.0000,31.2189,0.2809,30.9381,0.0000,0.0000,2.8931,28.0449,10214.9948,10214.9948,10214.9948,10214.9948,10214.9948 +74.5000,1.0000,95.4446,18.4660,16.9750,0.8283,0.0000,2,1637.0640,405.6813,719.8346,-104.7934,69.5471,123.4034,-17.9650,15.9042,41.4621,0.0000,0.0000,12.1808,42.0718,-1.7228,0.0000,43.7946,0.0000,43.7946,2.3536,41.4410,0.0000,41.4410,0.3771,41.0639,0.0000,0.0000,3.4102,37.6537,14050.4951,14050.4951,14050.4951,14050.4951,14050.4951 +75.5000,1.0000,101.1586,20.5705,19.9570,0.3408,0.0000,2,1955.1765,277.8023,792.7600,-116.4269,56.8788,162.3141,-23.8379,19.2008,20.9515,0.0000,0.0000,16.7265,22.0088,-1.4664,0.0000,23.4751,0.0000,23.4751,2.2444,21.2307,0.0000,21.2307,0.1729,21.0579,0.0000,0.0000,3.7989,17.2590,12082.3353,12082.3353,12082.3353,12082.3353,12082.3353 +76.5000,1.0000,106.9885,20.9875,21.1840,-0.1092,0.0000,2,2012.9700,5.1057,792.8265,-119.1038,1.0763,167.1260,-25.1068,-12.6240,-0.8229,0.0000,0.0000,14.5231,-0.7885,-1.2578,0.0000,0.4693,0.0000,0.4693,2.2899,-1.8206,0.0000,-1.8206,-0.0565,-1.7641,0.0000,0.0000,3.8759,-5.6400,3665.7133,3665.7133,3665.7133,3665.7133,3665.7133 +77.5000,1.0000,112.7965,20.9090,20.7910,0.0656,0.0000,3,1595.2160,-74.3281,621.0604,-103.1897,-12.4166,103.7485,-17.2379,-30.9205,11.1586,0.0000,0.0000,7.3454,8.9005,-0.6502,0.0000,9.5507,0.0000,9.5507,2.2813,7.2694,0.0000,7.2694,0.0338,7.2356,0.0000,0.0000,3.8614,3.3742,571.7100,571.7100,571.7100,571.7100,571.7100 +78.5000,1.0000,118.9022,21.9805,21.0270,0.5297,0.0000,3,1294.9950,338.9404,479.7953,-85.3842,45.9642,65.0658,-11.5791,1.2257,35.4133,0.0000,0.0000,9.3252,34.3449,-1.2169,0.0000,35.5619,0.0000,35.5619,2.5530,33.0089,0.0000,33.0089,0.2871,32.7218,0.0000,0.0000,4.0593,28.6626,9321.2420,9321.2420,9321.2420,9321.2420,9321.2420 +79.5000,1.0000,125.6500,24.2920,22.9340,0.7544,0.0000,3,1373.7700,470.5004,668.7957,-90.0562,67.6866,96.2135,-12.9556,5.3456,51.9057,0.0000,0.0000,10.4353,51.4249,-1.6561,0.0000,53.0810,0.0000,53.0810,3.0282,50.0529,0.0000,50.0529,0.4518,49.6010,0.0000,0.0000,4.4861,45.1149,13429.8008,13429.8008,13429.8008,13429.8008,13429.8008 +80.5000,1.0000,133.1026,26.8295,25.6500,0.6553,0.0000,3,1515.9460,436.1929,736.1401,-98.4884,69.2454,116.8619,-15.6350,7.3371,49.7988,0.0000,0.0000,12.1095,50.1816,-1.7283,0.0000,51.9100,0.0000,51.9100,3.2438,48.6662,0.0000,48.6662,0.4335,48.2328,0.0000,0.0000,4.9547,43.2780,13844.4983,13844.4983,13844.4983,13844.4983,13844.4983 +81.5000,1.0000,141.2226,29.2320,28.0090,0.6794,0.0000,3,1681.7350,448.5939,756.0406,-106.3843,79.0023,133.1470,-18.7354,8.9826,55.8549,0.0000,0.0000,14.1648,56.3846,-1.9569,0.0000,58.3415,0.0000,58.3415,3.5610,54.7806,0.0000,54.7806,0.4897,54.2909,0.0000,0.0000,5.3984,48.8924,15860.8992,15860.8992,15860.8992,15860.8992,15860.8992 +82.5000,1.0000,150.1379,32.0950,30.4550,0.9111,0.0000,3,1847.5240,547.7511,787.1132,-112.3818,105.9747,152.2846,-21.7428,8.9420,80.8926,0.0000,0.0000,16.1401,80.2431,-2.5806,0.0000,82.8237,0.0000,82.8237,4.1913,78.6324,0.0000,78.6324,0.7210,77.9115,0.0000,0.0000,5.9272,71.9843,21024.8088,21024.8088,21024.8088,21024.8088,21024.8088 +83.5000,1.0000,160.0367,35.6355,33.7350,1.0558,0.0000,3,2039.4065,632.6345,812.6972,-121.1271,135.1093,173.5646,-25.8687,14.1610,101.5763,0.0000,0.0000,19.3720,101.7798,-3.1983,0.0000,104.9781,0.0000,104.9781,4.8489,100.1292,0.0000,100.1292,0.9276,99.2016,0.0000,0.0000,6.5810,92.6206,26868.1162,26868.1162,26868.1162,26868.1162,26868.1162 +84.5000,1.0000,170.8932,39.0835,37.5360,0.8597,0.0000,3,2272.5645,547.5692,764.6752,-137.5519,130.3118,181.9792,-32.7349,16.7596,91.4383,0.0000,0.0000,22.1139,92.6036,-3.1848,0.0000,95.7884,0.0000,95.7884,5.0278,90.7605,0.0000,90.7605,0.8284,89.9321,0.0000,0.0000,7.2178,82.7143,26553.3949,26553.3949,26553.3949,26553.3949,26553.3949 +85.5000,1.0000,182.1988,40.7000,40.6310,0.0383,0.0000,4,2446.3265,171.5325,677.2097,-145.8192,43.9430,173.4867,-37.3558,8.0634,14.5695,0.0000,0.0000,21.3100,14.8640,-0.9721,0.0000,15.8361,0.0000,15.8361,4.4407,11.3954,0.0000,11.3954,0.0385,11.3569,0.0000,0.0000,7.5163,3.8406,10762.2341,10762.2341,10762.2341,10762.2341,10762.2341 +86.5000,1.0000,193.4525,40.5135,40.7690,-0.1419,0.0000,4,2056.0005,-122.3971,787.4656,-122.3971,-26.3526,169.5444,-26.3526,-56.0597,18.3792,0.0000,0.0000,11.3280,14.5016,-0.9598,0.0000,15.4614,0.0000,15.4614,4.4203,11.0410,17.8572,-6.8162,-0.1418,-6.6744,0.0000,0.0000,7.4818,-14.1562,0.0000,0.0000,0.0000,0.0000,0.0000 +87.5000,1.0000,204.7665,40.7305,40.2580,0.2625,0.0000,4,1619.8595,279.1963,580.9141,-104.1807,47.3604,98.5412,-17.6723,0.7817,37.3620,0.0000,0.0000,9.2167,37.1127,-1.4364,0.0000,38.5491,0.0000,38.5491,4.4440,34.1051,0.0000,34.1051,0.2636,33.8415,0.0000,0.0000,7.5219,26.3195,9846.0387,9846.0387,9846.0387,9846.0387,9846.0387 +88.5000,1.0000,216.3314,41.6335,41.2030,0.2392,0.0000,4,1643.0915,266.2252,715.2888,-105.0081,45.8078,123.0755,-18.0681,1.5512,35.5957,0.0000,0.0000,8.6609,35.5611,-1.4273,0.0000,36.9884,0.0000,36.9884,4.5425,32.4458,0.0000,32.4458,0.2455,32.2003,0.0000,0.0000,7.6887,24.5117,9576.4319,9576.4319,9576.4319,9576.4319,9576.4319 +89.5000,1.0000,228.1392,42.5080,42.0640,0.2467,0.0000,4,1669.4515,267.5803,717.4925,-105.9468,46.7796,125.4353,-18.5221,1.1264,37.2185,0.0000,0.0000,8.4347,37.0762,-1.4818,0.0000,38.5580,0.0000,38.5580,4.6380,33.9200,0.0000,33.9200,0.2585,33.6615,0.0000,0.0000,7.8502,25.8113,9810.5111,9810.5111,9810.5111,9810.5111,9810.5111 +90.5000,1.0000,240.1806,43.3490,42.9520,0.2206,0.0000,4,1711.3375,259.4655,727.1104,-107.4385,46.4990,130.3061,-19.2541,3.2474,34.7385,0.0000,0.0000,8.5131,35.0448,-1.4618,0.0000,36.5066,0.0000,36.5066,4.7297,31.7769,0.0000,31.7769,0.2357,31.5411,0.0000,0.0000,8.0055,23.5357,9810.4351,9810.4351,9810.4351,9810.4351,9810.4351 +91.5000,1.0000,252.5203,44.4230,43.7460,0.3761,0.0000,4,1752.4225,341.7110,735.3151,-108.9017,62.7085,134.9401,-19.9849,1.0961,53.2809,0.0000,0.0000,8.3314,52.7862,-1.8604,0.0000,54.6465,0.0000,54.6465,4.9013,49.7452,0.0000,49.7452,0.4119,49.3333,0.0000,0.0000,8.2038,41.1295,12851.5965,12851.5965,12851.5965,12851.5965,12851.5965 +92.5000,1.0000,265.2561,45.8490,45.1000,0.4161,0.0000,4,1788.7390,375.5999,762.4160,-110.1950,70.3560,142.8130,-20.6413,2.8704,59.1013,0.0000,0.0000,8.3842,59.0008,-2.0292,0.0000,61.0300,0.0000,61.0300,5.1281,55.9019,0.0000,55.9019,0.4704,55.4315,0.0000,0.0000,8.4672,46.9644,14349.3938,14349.3938,14349.3938,14349.3938,14349.3938 +93.5000,1.0000,278.5144,47.7300,46.5980,0.6289,0.0000,4,1847.4480,513.2601,778.6774,-112.3789,99.2975,150.6463,-21.7413,3.6961,87.0306,0.0000,0.0000,8.5708,86.5135,-2.6556,0.0000,89.1691,0.0000,89.1691,5.7230,83.4461,0.0000,83.4461,0.7401,82.7061,0.0000,0.0000,8.8146,73.8915,19845.0336,19845.0336,19845.0336,19845.0336,19845.0336 +94.5000,1.0000,292.3449,49.7895,48.8620,0.5153,0.0000,4,1922.4080,445.8964,809.8997,-115.1956,89.7652,163.0442,-23.1905,5.0035,75.9817,0.0000,0.0000,8.7801,76.2366,-2.5016,0.0000,78.7383,0.0000,78.7383,5.7558,72.9825,0.0000,72.9825,0.6325,72.3500,0.0000,0.0000,9.1949,63.1551,18163.5111,18163.5111,18163.5111,18163.5111,18163.5111 +95.5000,1.0000,306.5069,50.9835,50.7170,0.1481,0.0000,4,2018.6160,223.2786,807.8506,-119.5359,47.1986,170.7707,-25.2686,6.6725,31.4565,0.0000,0.0000,9.0696,32.1274,-1.6185,0.0000,33.7458,0.0000,33.7458,5.5627,28.1831,0.0000,28.1831,0.1861,27.9970,0.0000,0.0000,9.4154,18.5816,10378.5002,10378.5002,10378.5002,10378.5002,10378.5002 +96.5000,1.0000,320.7618,51.3175,51.2500,0.0375,0.0000,5,1981.6510,83.9317,784.1882,-117.4217,17.4173,162.7332,-24.3671,-11.0488,20.2140,0.0000,0.0000,8.2522,19.2625,-0.5984,0.0000,19.8609,0.0000,19.8609,5.5991,14.2618,0.0000,14.2618,0.0474,14.2143,0.0000,0.0000,9.4771,4.7372,5394.0855,5394.0855,5394.0855,5394.0855,5394.0855 +97.5000,1.0000,335.2460,52.1430,51.3850,0.4211,0.0000,5,1644.2740,371.8263,665.1743,-105.0502,64.0240,114.5350,-18.0884,-24.8993,82.5956,0.0000,0.0000,6.3278,69.2030,-0.8630,0.0000,70.0661,0.0000,70.0661,5.8419,64.2242,0.0000,64.2242,0.5414,63.6828,0.0000,0.0000,9.6295,54.0533,12998.4618,12998.4618,12998.4618,12998.4618,12998.4618 +98.5000,1.0000,350.1404,53.6200,52.9010,0.3994,0.0000,5,1426.1460,513.0462,720.8506,-93.1625,76.6212,107.6559,-13.9134,2.4924,67.7997,0.0000,0.0000,6.3292,68.2376,-0.8807,0.0000,69.1182,0.0000,69.1182,5.9634,63.1548,0.0000,63.1548,0.5281,62.6268,0.0000,0.0000,9.9023,52.7245,15099.3118,15099.3118,15099.3118,15099.3118,15099.3118 +99.5000,1.0000,365.4440,55.0930,54.3390,0.4189,0.0000,5,1467.5745,524.7486,753.4396,-95.6196,80.6455,115.7916,-14.6952,1.1690,73.1442,0.0000,0.0000,6.3323,72.7944,-0.9266,0.0000,73.7210,0.0000,73.7210,6.1678,67.5533,0.0000,67.5533,0.5690,66.9843,0.0000,0.0000,10.1743,56.8100,15859.3723,15859.3723,15859.3723,15859.3723,15859.3723 +100.5000,1.0000,381.0646,56.2340,55.8470,0.2150,0.0000,5,1509.7660,343.9049,763.9808,-98.1219,54.3722,120.7871,-15.5133,2.7093,45.2128,0.0000,0.0000,6.4501,45.7728,-0.8082,0.0000,46.5810,0.0000,46.5810,6.1356,40.4454,0.0000,40.4454,0.2981,40.1473,0.0000,0.0000,10.3850,29.7623,11081.8708,11081.8708,11081.8708,11081.8708,11081.8708 +101.5000,1.0000,396.9343,57.1310,56.6210,0.2833,0.0000,5,1536.7745,391.1467,710.4015,-99.7237,62.9475,114.3254,-16.0486,-0.2088,56.7385,0.0000,0.0000,6.4178,56.1555,-0.8750,0.0000,57.0305,0.0000,57.0305,6.2334,50.7971,0.0000,50.7971,0.3991,50.3980,0.0000,0.0000,10.5507,39.8473,12710.3713,12710.3713,12710.3713,12710.3713,12710.3713 +102.5000,1.0000,413.0978,58.1885,57.6410,0.3042,0.0000,5,1556.4965,420.9200,730.7793,-100.8934,68.6083,119.1141,-16.4452,2.0966,59.9098,0.0000,0.0000,6.6019,60.1877,-0.9125,0.0000,61.1002,0.0000,61.1002,6.3488,54.7514,0.0000,54.7514,0.4364,54.3150,0.0000,0.0000,10.7460,43.5690,13757.8442,13757.8442,13757.8442,13757.8442,13757.8442 +103.5000,1.0000,429.5481,59.2210,58.7360,0.2694,0.0000,5,1592.3170,384.8480,746.4356,-103.0178,64.1723,124.4659,-17.1779,1.3579,56.1331,0.0000,0.0000,6.6813,56.1627,-0.9091,0.0000,57.0718,0.0000,57.0718,6.4615,50.6103,0.0000,50.6103,0.3934,50.2169,0.0000,0.0000,10.9367,39.2802,12993.2226,12993.2226,12993.2226,12993.2226,12993.2226 +104.5000,1.0000,446.2536,60.1400,59.7060,0.2411,0.0000,5,1618.6390,358.6028,741.0436,-104.1373,60.7844,125.6095,-17.6516,1.2362,52.7889,0.0000,0.0000,6.7594,52.8134,-0.9075,0.0000,53.7208,0.0000,53.7208,6.5617,47.1591,0.0000,47.1591,0.3575,46.8016,0.0000,0.0000,11.1064,35.6952,12369.8255,12369.8255,12369.8255,12369.8255,12369.8255 +105.5000,1.0000,463.1768,60.9235,60.5740,0.1942,0.0000,5,1639.7725,315.4448,737.4999,-104.8899,54.1671,126.6410,-18.0113,0.8758,46.4414,0.0000,0.0000,6.8499,46.4214,-0.8884,0.0000,47.3098,0.0000,47.3098,6.6472,40.6625,0.0000,40.6625,0.2916,40.3709,0.0000,0.0000,11.2511,29.1198,11167.2735,11167.2735,11167.2735,11167.2735,11167.2735 +106.5000,1.0000,480.2853,61.5905,61.2730,0.1764,0.0000,5,1663.4620,301.5938,729.8374,-105.7335,52.5368,127.1357,-18.4185,1.5315,44.0478,0.0000,0.0000,6.9575,44.2168,-0.8885,0.0000,45.1054,0.0000,45.1054,6.7200,38.3853,0.0000,38.3853,0.2678,38.1175,0.0000,0.0000,11.3742,26.7433,10902.3846,10902.3846,10902.3846,10902.3846,10902.3846 +107.5000,1.0000,497.6007,62.3355,61.9080,0.2375,0.0000,5,1680.2850,350.4713,729.9835,-106.3326,61.6686,128.4472,-18.7102,0.1889,54.4829,0.0000,0.0000,6.9967,54.1708,-0.9515,0.0000,55.1223,0.0000,55.1223,6.8013,48.3210,0.0000,48.3210,0.3650,47.9560,0.0000,0.0000,11.5118,36.4442,12613.9462,12613.9462,12613.9462,12613.9462,12613.9462 +108.5000,1.0000,515.1258,63.0905,62.7630,0.1819,0.0000,5,1697.2225,308.2894,746.4919,-106.9358,54.7931,132.6760,-19.0060,1.5745,46.1325,0.0000,0.0000,7.0861,46.3027,-0.9248,0.0000,47.2275,0.0000,47.2275,6.8837,40.3439,0.0000,40.3439,0.2830,40.0608,0.0000,0.1522,11.6513,28.2574,11364.5131,11364.5131,11364.5131,11364.5131,11364.5131 +109.5000,1.0000,532.8013,63.6315,63.4180,0.1186,0.0000,5,1719.8825,247.5094,740.1349,-107.7428,44.5779,133.3025,-19.4051,0.7978,36.6990,0.0000,0.0000,7.0811,36.7369,-0.8859,0.0000,37.6228,0.0000,37.6228,6.9427,30.6801,0.0000,30.6801,0.1861,30.4940,0.0000,0.1636,11.7512,18.5792,9450.1189,9450.1189,9450.1189,9450.1189,9450.1189 +110.5000,1.0000,550.5074,63.7420,63.8450,-0.0572,0.0000,5,1732.6240,96.4303,728.4666,-108.1966,17.4963,132.1729,-19.6312,0.5520,9.8498,0.0000,0.0000,7.0945,9.8953,-0.7522,0.0000,10.6475,0.0000,10.6475,6.9548,3.6928,0.0000,3.6928,-0.0899,3.7827,0.0000,0.9899,11.7716,-8.9788,4630.1842,4630.1842,4630.1842,4630.1842,4630.1842 +111.5000,1.0000,568.1028,63.3435,63.6390,-0.1642,0.0000,5,1728.6185,-1.7790,690.2631,-108.0539,-0.3220,124.9518,-19.5600,-0.9759,-6.3430,0.0000,0.0000,6.9969,-6.3388,-0.7550,0.0000,-5.5838,0.0000,-5.5838,6.9113,-12.4951,0.0000,-12.4951,-0.2564,-12.2387,0.0000,1.6619,11.6980,-25.5986,2665.7415,2665.7415,2665.7415,2665.7415,2665.7415 +112.5000,1.0000,585.5314,62.7430,63.0480,-0.1694,0.0000,5,1717.9370,5.9827,661.7354,-107.6735,1.0763,119.0475,-19.3707,-0.1570,-5.7243,0.0000,0.0000,6.9576,-5.7473,-0.7428,0.0000,-5.0045,0.0000,-5.0045,6.8458,-11.8503,0.0000,-11.8503,-0.2621,-11.5882,0.0000,2.9959,11.5871,-26.1711,2801.5478,2801.5478,2801.5478,2801.5478,2801.5478 +113.5000,1.0000,602.7953,62.1500,62.4380,-0.1600,0.0000,5,1702.2965,10.3319,658.0551,-107.1165,1.8418,117.3076,-19.0950,-1.4795,-3.5571,0.0000,0.0000,6.8784,-3.5440,-0.7268,0.0000,-2.8172,0.0000,-2.8172,6.7811,-9.5983,0.0000,-9.5983,-0.2452,-9.3531,0.0000,3.6482,11.4776,-24.4788,2846.8470,2846.8470,2846.8470,2846.8470,2846.8470 +114.5000,1.0000,619.9197,61.6480,61.8620,-0.1189,0.0000,5,1683.2610,56.3851,652.4449,-106.4386,9.9390,115.0069,-18.7620,-0.5048,3.5765,0.0000,0.0000,6.8673,3.5786,-0.7002,0.0000,4.2787,0.0000,4.2787,6.7263,-2.4475,0.0000,-2.4475,-0.1807,-2.2668,0.0000,4.3905,11.3849,-18.0422,3681.9584,3681.9584,3681.9584,3681.9584,3681.9584 +115.5000,1.0000,636.9240,61.2155,61.4340,-0.1214,0.0000,5,1672.5795,46.2393,661.4896,-106.0582,8.0989,115.8613,-18.5763,-0.5956,1.8777,0.0000,0.0000,6.8168,1.8779,-0.6968,0.0000,2.5747,0.0000,2.5747,6.6791,-4.1044,0.0000,-4.1044,-0.1832,-3.9212,0.0000,3.0662,11.3050,-18.2924,3452.7480,3452.7480,3452.7480,3452.7480,3452.7480 +116.5000,1.0000,653.8208,60.8285,60.9970,-0.0936,0.0000,5,1657.7785,74.1212,653.8103,-105.5311,12.8676,113.5029,-18.3204,-0.9165,7.0320,0.0000,0.0000,6.7521,7.0133,-0.6877,0.0000,7.7010,0.0000,7.7010,6.6369,1.0641,0.0000,1.0641,-0.1404,1.2045,0.0000,3.9883,11.2335,-14.0173,3947.5296,3947.5296,3947.5296,3947.5296,3947.5296 +117.5000,1.0000,670.6156,60.4610,60.6600,-0.1106,0.0000,5,1645.7620,71.8906,657.9731,-105.1032,12.3899,113.3976,-18.1139,-0.3046,5.9822,0.0000,0.0000,6.7123,5.9909,-0.6764,0.0000,6.6673,0.0000,6.6673,6.5968,0.0705,0.0000,0.0705,-0.1648,0.2353,0.0000,5.5242,11.1657,-16.4545,3867.5524,3867.5524,3867.5524,3867.5524,3867.5524 +118.5000,1.0000,687.2608,59.9230,60.2620,-0.1883,0.0000,5,1636.8735,-1.2371,654.5137,-104.7866,-0.2120,112.1922,-17.9618,-0.5905,-6.3097,0.0000,0.0000,6.6881,-6.3228,-0.6947,0.0000,-5.6281,0.0000,-5.6281,6.5381,-12.1661,0.0000,-12.1661,-0.2782,-11.8879,0.0000,4.8269,11.0663,-27.7811,2453.0020,2453.0020,2453.0020,2453.0020,2453.0020 +119.5000,1.0000,703.7406,59.3270,59.5840,-0.1428,0.0000,5,1628.4810,41.8506,630.1201,-104.4878,7.1370,107.4570,-17.8187,-0.2518,0.7217,0.0000,0.0000,6.6670,0.7238,-0.6669,0.0000,1.3907,0.0000,1.3907,6.4730,-5.0824,0.0000,-5.0824,-0.2088,-4.8735,0.0000,5.0220,10.9562,-20.8517,3249.4124,3249.4124,3249.4124,3249.4124,3249.4124 +120.5000,1.0000,720.0758,58.8070,59.0700,-0.1461,0.0000,5,1611.8485,33.4926,637.7149,-103.8954,5.6533,107.6414,-17.5368,-1.3971,0.4738,0.0000,0.0000,6.5766,0.4718,-0.6586,0.0000,1.1304,0.0000,1.1304,6.4163,-5.2859,0.0000,-5.2859,-0.2118,-5.0740,0.0000,5.2173,10.8602,-21.1515,3050.6177,3050.6177,3050.6177,3050.6177,3050.6177 +121.5000,1.0000,736.2521,58.2345,58.5440,-0.1719,0.0000,5,1589.9900,8.7587,627.6709,-102.8798,1.4584,104.5093,-17.1298,-0.7561,-4.2888,0.0000,0.0000,6.5033,-4.2907,-0.6608,0.0000,-3.6299,0.0000,-3.6299,6.3538,-9.9838,0.0000,-9.9838,-0.2469,-9.7369,0.0000,4.1575,10.7545,-24.6489,2525.8840,2525.8840,2525.8840,2525.8840,2525.8840 +122.5000,1.0000,752.2811,57.7045,57.9250,-0.1225,0.0000,5,1572.2135,52.8570,613.0703,-101.8255,8.7025,100.9370,-16.7647,-0.9686,3.2343,0.0000,0.0000,6.4368,3.2260,-0.6331,0.0000,3.8591,0.0000,3.8591,6.2960,-2.4369,0.0000,-2.4369,-0.1743,-2.2626,0.0000,4.4818,10.6566,-17.4010,3299.3804,3299.3804,3299.3804,3299.3804,3299.3804 +123.5000,1.0000,768.1989,57.3040,57.4840,-0.1000,0.0000,5,1563.7450,80.5617,624.2709,-101.3233,13.1924,102.2275,-16.5922,0.1502,6.6001,0.0000,0.0000,6.4421,6.6275,-0.6276,0.0000,7.2551,0.0000,7.2551,6.2523,1.0028,0.0000,1.0028,-0.1413,1.1441,0.0000,4.6678,10.5826,-14.1063,3794.3384,3794.3384,3794.3384,3794.3384,3794.3384 +124.5000,1.0000,784.0369,57.0170,57.1240,-0.0594,0.0000,5,1560.0825,109.5488,631.9765,-101.1060,17.8971,103.2469,-16.5178,-0.5007,11.9864,0.0000,0.0000,6.4115,11.9687,-0.6500,0.0000,12.6187,0.0000,12.6187,6.2210,6.3977,0.0000,6.3977,-0.0836,6.4813,0.0000,4.2951,10.5296,-8.3434,4418.8854,4418.8854,4418.8854,4418.8854,4418.8854 +125.5000,1.0000,799.7668,56.6275,56.9100,-0.1569,0.0000,5,1551.2320,22.1687,638.6700,-100.5811,3.6012,103.7485,-16.3389,-0.3452,-2.4244,0.0000,0.0000,6.3708,-2.4308,-0.6292,0.0000,-1.8017,0.0000,-1.8017,6.1785,-7.9802,0.0000,-7.9802,-0.2191,-7.7611,0.0000,3.6590,10.4577,-21.8777,2679.9098,2679.9098,2679.9098,2679.9098,2679.9098 +126.5000,1.0000,815.3179,55.9840,56.3450,-0.2006,0.0000,5,1533.7225,-10.3650,603.4548,-99.5427,-1.6647,96.9215,-15.9877,-1.3078,-6.6269,0.0000,0.0000,6.2700,-6.6095,-0.6289,0.0000,-5.9806,0.0000,-5.9806,6.1083,-12.0889,0.0000,-12.0889,-0.2768,-11.8121,0.0000,5.4884,10.3389,-27.6394,2001.0222,2001.0222,2001.0222,2001.0222,2001.0222 +127.5000,1.0000,830.6318,55.1300,55.6230,-0.2739,0.0000,5,1509.4990,-75.8365,583.5184,-98.1060,-11.9878,92.2393,-15.5080,-0.9583,-17.2419,0.0000,0.0000,6.2124,-17.2783,-0.6414,0.0000,-16.6369,0.0000,-16.6369,6.0151,-22.6520,0.0000,-22.6520,-0.3723,-22.2798,0.0000,4.7090,10.1811,-37.1699,421.2055,421.2055,421.2055,421.2055,421.2055 +128.5000,1.0000,845.6607,54.1040,54.6370,-0.2961,0.0000,5,1485.0845,-96.6581,551.1291,-96.6581,-15.0320,85.7103,-15.0320,-1.2838,-19.8127,0.0000,0.0000,6.0645,-19.8202,-0.6311,0.0000,-19.1891,0.0000,-19.1891,5.9032,-25.0923,0.4971,-25.5894,-0.3950,-25.1944,0.0000,4.2518,9.9917,-39.4379,0.0000,0.0000,0.0000,0.0000,0.0000 +129.5000,1.0000,860.3788,52.9850,53.5710,-0.3256,0.0000,5,1454.2610,-94.8300,531.7277,-94.8300,-14.4416,80.9767,-14.4416,-1.4956,-18.8992,0.0000,0.0000,5.9532,-18.8905,-0.6109,0.0000,-18.2796,0.0000,-18.2796,5.7811,-24.0607,5.4349,-29.4956,-0.4253,-29.0704,0.0000,3.6073,9.7850,-42.4627,0.0000,0.0000,0.0000,0.0000,0.0000 +130.5000,1.0000,874.6990,51.5530,52.3990,-0.4700,0.0650,5,1422.5605,-92.9499,520.7400,-92.9499,-13.8468,77.5747,-13.8468,-1.3063,-18.3593,0.0000,0.0000,5.8189,-18.4694,-0.5872,0.0000,-17.8822,0.0000,-17.8822,5.6248,-23.5070,22.0853,-45.5923,-0.5974,-44.9949,0.8089,4.3216,9.5206,-59.6460,0.0000,0.0000,0.0000,0.0000,0.0000 +131.5000,1.0000,888.5231,49.7665,50.7070,-0.5225,0.0780,5,1380.7130,-90.4680,506.4063,-90.4680,-13.0806,73.2202,-13.0806,-2.2804,-16.4973,0.0000,0.0000,5.6971,-16.4875,-0.5547,0.0000,-15.9328,0.0000,-15.9328,5.4299,-21.3627,26.6536,-48.0164,-0.6411,-47.3753,0.9371,6.5077,9.1906,-64.0107,0.0000,0.0000,0.0000,0.0000,0.0000 +132.5000,1.0000,901.8917,48.1270,48.8260,-0.3883,0.0780,5,1331.8460,-87.5698,490.7352,-87.5698,-12.2134,68.4431,-12.2134,-1.7972,-15.9877,0.0000,0.0000,5.5715,-15.9557,-0.5287,0.0000,-15.4270,0.0000,-15.4270,5.2510,-20.6781,11.3104,-31.9884,-0.4608,-31.5276,0.9062,4.6851,8.8879,-46.0069,0.0000,0.0000,0.0000,0.0000,0.0000 +133.5000,1.0000,915.1421,47.7015,47.4280,0.1519,0.0130,5,1297.4365,301.9206,481.2712,-85.5290,41.0211,65.3890,-11.6206,-0.9909,36.5196,0.0000,0.0000,5.4924,35.9633,-0.6301,0.0000,36.5934,0.0000,36.5934,5.2046,31.3888,0.0000,31.3888,0.1787,31.2101,0.1497,4.4090,8.8093,17.8421,8395.6569,8395.6569,8395.6569,8395.6569,8395.6569 +134.5000,1.0000,928.4414,47.8775,47.9750,-0.0542,0.0000,5,1294.9185,120.7549,646.4517,-85.3797,16.3748,87.6611,-11.5778,0.7887,10.0494,0.0000,0.0000,5.5367,10.1470,-0.5022,0.0000,10.6492,0.0000,10.6492,5.2238,5.4254,0.0000,5.4254,-0.0639,5.4893,0.0000,3.0315,8.8418,-6.3840,3802.4377,3802.4377,3802.4377,3802.4377,3802.4377 +135.5000,1.0000,941.7108,47.7700,47.7800,-0.0056,0.0000,5,1302.6245,154.6087,571.1935,-85.8367,21.0903,77.9168,-11.7090,-0.1770,15.7711,0.0000,0.0000,5.4962,15.7476,-0.5289,0.0000,16.2765,0.0000,16.2765,5.2121,11.0644,0.0000,11.0644,-0.0065,11.0710,0.0000,2.9023,8.8219,-0.6533,4690.8122,4690.8122,4690.8122,4690.8122,4690.8122 +136.5000,1.0000,955.0010,47.8445,47.7600,0.0469,0.0000,5,1298.4285,203.8488,584.9392,-85.5879,27.7176,79.5348,-11.6375,-0.1582,22.3977,0.0000,0.0000,5.4781,22.3240,-0.5632,0.0000,22.8872,0.0000,22.8872,5.2202,17.6670,0.0000,17.6670,0.0554,17.6116,0.0000,3.2470,8.8357,5.5290,5915.2555,5915.2555,5915.2555,5915.2555,5915.2555 +137.5000,1.0000,968.3550,48.0745,47.9290,0.0808,0.0000,5,1299.1915,231.5754,605.6198,-85.6331,31.5061,82.3952,-11.6505,0.2191,25.7895,0.0000,0.0000,5.4975,25.7660,-0.5839,0.0000,26.3499,0.0000,26.3499,5.2453,21.1046,0.0000,21.1046,0.0958,21.0088,0.0000,2.5645,8.8782,9.5661,6624.3160,6624.3160,6624.3160,6624.3160,6624.3160 +138.5000,1.0000,981.8288,48.5055,48.2200,0.1586,0.0000,5,1311.6655,317.2417,619.1221,-86.3729,43.5755,85.0409,-11.8640,0.7836,37.2455,0.0000,0.0000,5.5464,37.3021,-0.6483,0.0000,37.9505,0.0000,37.9505,5.2923,32.6581,0.0000,32.6581,0.1897,32.4684,0.0000,4.5718,8.9578,18.9389,8885.6728,8885.6728,8885.6728,8885.6728,8885.6728 +139.5000,1.0000,995.4864,49.1675,48.7910,0.2092,0.0000,5,1327.1150,357.8696,657.2269,-87.2892,49.7350,91.3382,-12.1310,0.4663,43.6914,0.0000,0.0000,5.5773,43.5463,-0.6894,0.0000,44.2357,0.0000,44.2357,5.3646,38.8712,0.0000,38.8712,0.2536,38.6176,0.0000,4.2213,9.0800,25.3163,10027.9256,10027.9256,10027.9256,10027.9256,10027.9256 +140.5000,1.0000,1009.3704,49.9825,49.5440,0.2436,0.0000,5,1344.3195,388.7962,676.7387,-88.3096,54.7335,95.2691,-12.4319,0.9479,48.1588,0.0000,0.0000,5.6267,48.1478,-0.7245,0.0000,48.8723,0.0000,48.8723,5.4535,43.4188,0.0000,43.4188,0.3002,43.1186,0.0000,3.9141,9.2305,29.9740,10997.4906,10997.4906,10997.4906,10997.4906,10997.4906 +141.5000,1.0000,1023.5053,50.8855,50.4210,0.2581,0.0000,5,1369.4210,394.8000,692.6884,-89.7983,56.6165,99.3353,-12.8776,1.1453,49.7741,0.0000,0.0000,5.6970,49.8144,-0.7463,0.0000,50.5607,0.0000,50.5607,5.5520,45.0087,0.0000,45.0087,0.3237,44.6849,0.0000,2.9628,9.3973,32.3248,11377.8337,11377.8337,11377.8337,11377.8337,11377.8337 +142.5000,1.0000,1037.9613,52.0415,51.3500,0.3842,0.0000,5,1395.5140,511.9511,699.6241,-91.3458,74.8155,102.2416,-13.3491,1.0690,67.9541,0.0000,0.0000,5.7923,67.6625,-0.8537,0.0000,68.5162,0.0000,68.5162,5.8093,62.7069,0.0000,62.7069,0.4929,62.2139,0.0000,3.3880,9.6108,49.2151,14739.4816,14739.4816,14739.4816,14739.4816,14739.4816 +143.5000,1.0000,1052.8808,53.7105,52.7330,0.5431,0.0000,5,1431.3725,680.0056,748.2512,-93.4725,101.9281,112.1576,-14.0109,2.0555,93.9457,0.0000,0.0000,5.9268,93.7738,-1.0111,0.0000,94.7849,0.0000,94.7849,6.3567,88.4282,0.0000,88.4282,0.7191,87.7091,0.0000,5.9887,9.9190,71.8014,19859.8997,19859.8997,19859.8997,19859.8997,19859.8997 +144.5000,1.0000,1068.3340,55.6315,54.6880,0.5242,0.0000,5,1492.0270,691.1675,811.5565,-97.0698,107.9913,126.8014,-15.1666,3.4149,96.4393,0.0000,0.0000,8.1370,97.1999,-1.0583,0.0000,98.2582,0.0000,98.2582,6.5853,91.6729,0.0000,91.6729,0.7189,90.9539,0.0000,8.8975,10.2738,71.7826,21081.4865,21081.4865,21081.4865,21081.4865,21081.4865 +145.5000,1.0000,1084.1985,57.1120,56.5750,0.2983,0.0000,5,1543.0685,483.5167,821.8884,-100.0970,78.1313,132.8087,-16.1746,1.3050,68.5846,0.0000,0.0000,8.2417,68.5521,-0.9373,0.0000,69.4894,0.0000,69.4894,6.2898,63.1996,0.0000,63.1996,0.4201,62.7795,0.0000,10.2895,10.5472,41.9429,15517.4058,15517.4058,15517.4058,15517.4058,15517.4058 +146.5000,1.0000,1100.3442,58.1245,57.6490,0.2642,0.0000,5,1561.9135,454.6323,761.6911,-101.2146,74.3611,124.5846,-16.5550,0.4866,65.5900,0.0000,0.0000,8.2845,65.2691,-0.9371,0.0000,66.2062,0.0000,66.2062,6.3418,59.8644,0.0000,59.8644,0.3786,59.4858,0.0000,10.9538,10.7342,37.7978,14821.8424,14821.8424,14821.8424,14821.8424,14821.8424 +147.5000,1.0000,1116.7194,58.9510,58.6000,0.1950,0.0000,5,1584.4205,401.7594,756.3787,-102.5495,66.6600,125.4985,-17.0150,1.6963,56.5554,0.0000,0.0000,8.4082,56.8393,-0.9081,0.0000,57.7474,0.0000,57.7474,6.4320,51.3154,0.0000,51.3154,0.2834,51.0319,0.0000,11.8472,10.8868,28.2980,13450.6252,13450.6252,13450.6252,13450.6252,13450.6252 +148.5000,1.0000,1133.2300,59.4380,59.3020,0.0756,0.0000,5,1609.2545,309.6102,744.6294,-103.8030,52.1757,125.4855,-17.4930,0.7314,42.9558,0.0000,0.0000,8.4886,43.0549,-0.8465,0.0000,43.9014,0.0000,43.9014,6.4852,37.4162,0.0000,37.4162,0.1107,37.3055,0.0000,15.2737,10.9767,11.0550,10765.7350,10765.7350,10765.7350,10765.7350,10765.7350 +149.5000,1.0000,1149.8110,59.6915,59.5740,0.0653,0.0000,5,1615.0910,311.6320,719.2438,-104.0109,52.7069,121.6471,-17.5916,-0.1551,44.3892,0.0000,0.0000,8.4729,44.2591,-0.8568,0.0000,45.1159,0.0000,45.1159,6.5128,38.6031,0.0000,38.6031,0.0961,38.5070,0.0000,17.8915,11.0235,9.5920,10870.9470,10870.9470,10870.9470,10870.9470,10870.9470 +150.5000,1.0000,1166.4294,59.8265,59.8090,0.0097,0.0000,5,1621.0040,253.1200,721.0326,-104.2215,42.9674,122.3961,-17.6917,0.7443,33.6992,0.0000,0.0000,8.5239,33.8448,-0.8065,0.0000,34.6512,0.0000,34.6512,6.5275,28.1237,0.0000,28.1237,0.0143,28.1093,0.0000,15.6290,11.0485,1.4318,9032.8295,9032.8295,9032.8295,9032.8295,9032.8295 +151.5000,1.0000,1183.0211,59.7300,59.8440,-0.0633,0.0000,5,1623.5980,185.5161,704.2987,-104.3139,31.5420,119.7468,-17.7357,-0.4869,25.6057,0.0000,0.0000,6.4231,25.5775,-0.7631,0.0000,26.3406,0.0000,26.3406,6.5170,19.8236,0.0000,19.8236,-0.0933,19.9169,0.0000,18.1984,11.0307,-9.3122,6915.5508,6915.5508,6915.5508,6915.5508,6915.5508 +152.5000,1.0000,1199.5629,59.5505,59.6160,-0.0364,0.0000,5,1618.4860,199.1920,683.0986,-104.1318,33.7605,115.7766,-17.6490,-0.0228,27.3468,0.0000,0.0000,6.4365,27.3731,-0.7692,0.0000,28.1422,0.0000,28.1422,6.4974,21.6448,0.0000,21.6448,-0.0534,21.6982,0.0000,16.0351,10.9975,-5.3344,7325.6879,7325.6879,7325.6879,7325.6879,7325.6879 +153.5000,1.0000,1216.0650,59.4075,59.4850,-0.0431,0.0000,5,1613.8705,192.9730,686.0616,-103.9674,32.6132,115.9472,-17.5709,-0.4347,26.6329,0.0000,0.0000,6.4151,26.5952,-0.7629,0.0000,27.3581,0.0000,27.3581,6.4818,20.8763,0.0000,20.8763,-0.0631,20.9393,0.0000,16.2647,10.9711,-6.2965,7103.7178,7103.7178,7103.7178,7103.7178,7103.7178 +154.5000,1.0000,1232.4936,59.1430,59.3300,-0.1039,0.0000,5,1610.7425,127.5717,683.3350,-103.8560,21.5184,115.2626,-17.5181,0.1245,14.9758,0.0000,0.0000,6.4181,15.0350,-0.7001,0.0000,15.7351,0.0000,15.7351,6.4530,9.2822,0.0000,9.2822,-0.1515,9.4336,0.0000,13.6366,10.9222,-15.1252,5127.8878,5127.8878,5127.8878,5127.8878,5127.8878 +155.5000,1.0000,1248.8147,58.7560,58.9560,-0.1111,0.0000,5,1603.9140,108.9766,661.5868,-103.6129,18.3039,111.1211,-17.4030,-0.7966,12.7329,0.0000,0.0000,6.3675,12.7120,-0.6820,0.0000,13.3940,0.0000,13.3940,6.4107,6.9833,0.0000,6.9833,-0.1610,7.1442,0.0000,12.3643,10.8508,-16.0709,4551.9293,4551.9293,4551.9293,4551.9293,4551.9293 +156.5000,1.0000,1265.0128,58.3130,58.5560,-0.1350,0.0000,5,1589.3035,74.5356,651.2584,-102.8391,12.4051,108.3899,-17.1157,-0.6367,6.6980,0.0000,0.0000,6.3437,6.6985,-0.6444,0.0000,7.3428,0.0000,7.3428,6.3624,0.9804,0.0000,0.9804,-0.1941,1.1745,0.0000,9.7844,10.7690,-19.3789,3759.9627,3759.9627,3759.9627,3759.9627,3759.9627 +157.5000,1.0000,1281.0510,57.7375,58.0700,-0.1847,0.0000,5,1572.2895,46.4273,634.4310,-101.8300,7.6443,104.4589,-16.7663,-1.0129,2.3927,0.0000,0.0000,6.2645,2.3905,-0.6357,0.0000,3.0262,0.0000,3.0262,6.2996,-3.2734,0.0000,-3.2734,-0.2630,-3.0104,0.0000,12.5815,10.6627,-26.2547,3178.6729,3178.6729,3178.6729,3178.6729,3178.6729 +158.5000,1.0000,1296.8543,56.8920,57.4050,-0.2850,0.0000,5,1551.2320,-27.3384,617.8633,-100.5811,-4.4410,100.3686,-16.3389,-1.0066,-9.6409,0.0000,0.0000,6.2065,-9.6623,-0.6515,0.0000,-9.0108,0.0000,-9.0108,6.2074,-15.2182,0.0000,-15.2182,-0.3998,-14.8184,0.0000,14.5891,10.5065,-39.9140,1644.7449,1644.7449,1644.7449,1644.7449,1644.7449 +159.5000,1.0000,1312.3876,55.9200,56.3790,-0.2550,0.0000,5,1531.7770,-61.9158,585.8456,-99.4273,-9.9317,93.9739,-15.9489,-0.8361,-15.2063,0.0000,0.0000,6.1107,-15.2432,-0.6493,0.0000,-14.5939,0.0000,-14.5939,6.1013,-20.6952,0.0000,-20.6952,-0.3516,-20.3436,0.0000,4.4317,10.3270,-35.1024,795.4764,795.4764,795.4764,795.4764,795.4764 +160.5000,1.0000,1327.6465,54.9320,55.4610,-0.2939,0.0000,5,1510.7960,-98.1830,565.9074,-98.1830,-15.5335,89.5323,-15.5335,-1.1220,-20.4466,0.0000,0.0000,6.0350,-20.4802,-0.6468,0.0000,-19.8334,0.0000,-19.8334,5.9935,-25.8269,3.8719,-29.6988,-0.3980,-29.3007,0.0000,0.2956,10.1446,-39.7409,0.0000,0.0000,0.0000,0.0000,0.0000 +161.5000,1.0000,1342.5240,53.5590,54.4030,-0.4689,0.0440,5,1476.9205,-96.1739,539.6729,-96.1739,-14.8745,83.4673,-14.8745,-1.9757,-18.8089,0.0000,0.0000,5.9101,-18.8282,-0.6199,0.0000,-18.2083,0.0000,-18.2083,5.8437,-24.0521,27.9276,-51.9796,-0.6192,-51.3605,0.5689,0.0000,9.8910,-61.8204,0.0000,0.0000,0.0000,0.0000,0.0000 +162.5000,1.0000,1356.8608,51.6125,52.7150,-0.6125,0.2960,5,1435.4160,-93.7123,524.6597,-93.7123,-14.0865,78.8650,-14.0865,-1.7385,-18.1690,0.0000,0.0000,5.8210,-18.3105,-0.5878,0.0000,-17.7227,0.0000,-17.7227,5.6313,-23.3540,42.0257,-65.3797,-0.7794,-64.6003,3.6880,0.0000,9.5315,-77.8198,0.0000,0.0000,0.0000,0.0000,0.0000 +163.5000,1.0000,1370.6286,49.5640,50.5100,-0.5256,0.8280,5,1384.4130,-90.6874,507.1385,-90.6874,-13.1474,73.5226,-13.1474,-2.6594,-16.1064,0.0000,0.0000,5.6184,-16.0488,-0.5506,0.0000,-15.4982,0.0000,-15.4982,5.4078,-20.9060,24.7996,-45.7056,-0.6422,-45.0634,9.9068,0.0000,9.1529,-64.1231,0.0000,0.0000,0.0000,0.0000,0.0000 +164.5000,1.0000,1383.8258,47.5100,48.6180,-0.6156,0.9200,5,1327.2300,-87.2960,488.8897,-87.2960,-12.1330,67.9494,-12.1330,-2.1112,-15.5128,0.0000,0.0000,5.4909,-15.5732,-0.5185,0.0000,-15.0547,0.0000,-15.0547,5.1837,-20.2384,33.1494,-53.3878,-0.7210,-52.6667,10.5513,0.0000,8.7736,-71.9916,0.0000,0.0000,0.0000,0.0000,0.0000 +165.5000,1.0000,1396.4597,45.4820,46.4020,-0.5111,0.6230,5,1273.3655,-84.1014,473.2829,-84.1014,-11.2146,63.1106,-11.2146,-2.1866,-14.3593,0.0000,0.0000,5.3313,-14.3339,-0.4858,0.0000,-13.8481,0.0000,-13.8481,4.9624,-18.8106,23.7479,-42.5585,-0.5731,-41.9853,6.8402,0.0000,8.3992,-57.2248,0.0000,0.0000,0.0000,0.0000,0.0000 +166.5000,1.0000,1408.6978,44.0570,44.5620,-0.2806,0.2700,5,1218.9670,-80.8752,458.3220,-80.8752,-10.3237,58.5048,-10.3237,-1.9789,-13.5337,0.0000,0.0000,5.1889,-13.3937,-0.4631,0.0000,-12.9306,0.0000,-12.9306,4.8070,-17.7375,1.9867,-19.7242,-0.3047,-19.4194,2.8716,0.0000,8.1362,-30.4273,0.0000,0.0000,0.0000,0.0000,0.0000 +167.5000,1.0000,1420.7474,43.3785,43.5520,-0.0964,0.0350,5,1182.3455,53.9518,449.3618,-78.6972,6.6800,55.6377,-9.7439,-0.7396,2.3107,0.0000,0.0000,5.1089,2.3000,-0.4146,0.0000,2.7146,0.0000,2.7146,4.7329,-2.0184,0.0000,-2.0184,-0.1031,-1.9153,0.3665,0.0000,8.0109,-10.2927,2316.5073,2316.5073,2316.5073,2316.5073,2316.5073 +168.5000,1.0000,1432.6825,42.9665,43.2050,-0.1325,0.0000,5,1170.6720,24.7752,509.2347,-78.0008,3.0372,62.4283,-9.5623,-0.1070,-1.9430,0.0000,0.0000,5.0872,-1.9513,-0.4194,0.0000,-1.5319,0.0000,-1.5319,4.6880,-6.2199,0.0000,-6.2199,-0.1404,-6.0796,0.0000,0.0000,7.9348,-14.0144,1843.2017,1843.2017,1843.2017,1843.2017,1843.2017 +169.5000,1.0000,1444.5224,42.6235,42.7280,-0.0581,0.0000,5,1157.9690,84.3351,492.2160,-77.2430,10.2267,59.6872,-9.3667,-0.7975,6.0041,0.0000,0.0000,5.0200,5.9606,-0.4090,0.0000,6.3696,0.0000,6.3696,4.6506,1.7190,0.0000,1.7190,-0.0610,1.7800,0.0000,0.0000,7.8715,-6.0915,2785.4581,2785.4581,2785.4581,2785.4581,2785.4581 +170.5000,1.0000,1456.2682,42.2850,42.5190,-0.1300,0.0000,5,1148.3560,28.8999,517.6074,-76.6696,3.4754,62.2452,-9.2199,0.1130,-1.6426,0.0000,0.0000,5.0050,-1.6540,-0.4092,0.0000,-1.2448,0.0000,-1.2448,4.6136,-5.8584,0.0000,-5.8584,-0.1355,-5.7229,0.0000,0.0000,7.8090,-13.5319,1894.4151,1894.4151,1894.4151,1894.4151,1894.4151 +171.5000,1.0000,1467.9221,41.9540,42.0510,-0.0539,0.0000,5,1146.4105,91.7069,490.9204,-76.5536,11.0096,58.9359,-9.1904,-0.2498,6.3072,0.0000,0.0000,4.9521,6.3022,-0.4019,0.0000,6.7042,0.0000,6.7042,4.5775,2.1267,0.0000,2.1267,-0.0557,2.1824,0.0000,0.0000,7.7479,-5.5655,2895.5403,2895.5403,2895.5403,2895.5403,2895.5403 +172.5000,1.0000,1479.5771,41.9580,41.8570,0.0561,0.0000,5,1139.2390,188.6459,518.7155,-76.1258,22.5056,61.8832,-9.0819,-0.2535,17.8198,0.0000,0.0000,4.9393,17.7205,-0.4597,0.0000,18.1801,0.0000,18.1801,4.5779,13.6022,0.0000,13.6022,0.0580,13.5441,0.0000,0.0000,7.7486,5.7955,4838.2521,4838.2521,4838.2521,4838.2521,4838.2521 +173.5000,1.0000,1491.2826,42.1400,42.0590,0.0450,0.0000,5,1139.1625,182.9538,563.8983,-76.1212,21.8251,67.2690,-9.0807,0.2482,16.6185,0.0000,0.0000,4.9584,16.6383,-0.4566,0.0000,17.0948,0.0000,17.0948,4.5978,12.4970,0.0000,12.4970,0.0468,12.4503,0.0000,0.0000,7.7822,4.6681,4707.2350,4707.2350,4707.2350,4707.2350,4707.2350 +174.5000,1.0000,1503.0157,42.2390,42.2210,0.0100,0.0000,5,1142.7100,150.2652,561.7498,-76.3328,17.9814,67.2214,-9.1343,0.0000,13.0253,0.0000,0.0000,4.9561,13.0197,-0.4396,0.0000,13.4593,0.0000,13.4593,4.6086,8.8507,0.0000,8.8507,0.0104,8.8403,0.0000,0.0000,7.8005,1.0398,3971.8871,3971.8871,3971.8871,3971.8871,3971.8871 +175.5000,1.0000,1514.8094,42.4575,42.2570,0.1114,0.0000,5,1146.3340,241.5100,547.3392,-76.5490,28.9918,65.7047,-9.1892,0.2551,23.7722,0.0000,0.0000,4.9645,23.7353,-0.4966,0.0000,24.2318,0.0000,24.2318,4.6324,19.5994,0.0000,19.5994,0.1166,19.4828,0.0000,0.0000,7.8409,11.6419,6001.3876,6001.3876,6001.3876,6001.3876,6001.3876 +176.5000,1.0000,1526.7340,42.9285,42.6580,0.1503,0.0000,5,1150.7590,276.3998,590.6695,-76.8130,33.3082,71.1799,-9.2565,0.0566,28.2840,0.0000,0.0000,4.9676,28.1265,-0.5250,0.0000,28.6514,0.0000,28.6514,4.6838,23.9676,0.0000,23.9676,0.1591,23.8085,0.0000,0.0000,7.9278,15.8807,6845.6984,6845.6984,6845.6984,6845.6984,6845.6984 +177.5000,1.0000,1538.8654,43.6730,43.1990,0.2633,0.0000,5,1162.3175,383.5090,608.4054,-77.5024,46.6798,74.0537,-9.4334,0.7679,40.8901,0.0000,0.0000,5.0218,40.8255,-0.5990,0.0000,41.4245,0.0000,41.4245,4.7651,36.6594,0.0000,36.6594,0.2835,36.3759,0.0000,0.0000,8.0653,28.3105,9391.8459,9391.8459,9391.8459,9391.8459,9391.8459 +178.5000,1.0000,1551.2269,44.5015,44.1470,0.1969,0.0000,5,1185.8165,323.7711,659.8517,-78.9042,40.2054,81.9393,-9.7982,0.9279,34.1933,0.0000,0.0000,5.0842,34.2875,-0.5772,0.0000,34.8647,0.0000,34.8647,4.8555,30.0093,0.0000,30.0093,0.2161,29.7932,0.0000,0.0000,8.2183,21.5748,8155.0103,8155.0103,8155.0103,8155.0103,8155.0103 +179.5000,1.0000,1563.7801,45.1915,44.8560,0.1864,0.0000,5,1212.7110,312.6426,637.7553,-80.5041,39.7040,80.9916,-10.2236,1.0540,33.4948,0.0000,0.0000,5.1552,33.6360,-0.5833,0.0000,34.2193,0.0000,34.2193,4.9307,29.2885,0.0000,29.2885,0.2077,29.0808,0.0000,0.0000,8.3458,20.7351,8086.6749,8086.6749,8086.6749,8086.6749,8086.6749 +180.5000,1.0000,1576.5504,45.9730,45.5270,0.2478,0.0000,5,1233.7685,364.5059,637.2934,-81.7530,47.0941,82.3383,-10.5625,0.5231,41.3639,0.0000,0.0000,5.2071,41.1958,-0.6322,0.0000,41.8280,0.0000,41.8280,5.0160,36.8120,0.0000,36.8120,0.2808,36.5311,0.0000,0.0000,8.4901,28.0411,9461.7839,9461.7839,9461.7839,9461.7839,9461.7839 +181.5000,1.0000,1589.5968,46.9670,46.4190,0.3044,0.0000,5,1254.9020,418.8287,663.3199,-83.0064,55.0395,87.1689,-10.9081,1.0966,48.6816,0.0000,0.0000,5.2614,48.6658,-0.6838,0.0000,49.3496,0.0000,49.3496,5.1245,44.2252,0.0000,44.2252,0.3525,43.8726,0.0000,0.0000,8.6736,35.1990,11001.4035,11001.4035,11001.4035,11001.4035,11001.4035 +182.5000,1.0000,1602.9404,48.0370,47.5150,0.2900,0.0000,5,1287.5945,405.7479,690.0132,-84.9453,54.7097,93.0390,-11.4537,1.4600,47.8883,0.0000,0.0000,5.3614,48.0528,-0.6959,0.0000,48.7487,0.0000,48.7487,5.2412,43.5075,0.0000,43.5075,0.3435,43.1641,0.0000,0.0000,8.8712,34.2928,10960.5109,10960.5109,10960.5109,10960.5109,10960.5109 +183.5000,1.0000,1616.5558,49.0155,48.5590,0.2536,0.0000,5,1314.9080,369.4840,689.7825,-86.5652,50.8768,94.9809,-11.9198,0.7146,44.7289,0.0000,0.0000,5.4332,44.6145,-0.6926,0.0000,45.3071,0.0000,45.3071,5.3480,39.9591,0.0000,39.9591,0.3065,39.6526,0.0000,0.0000,9.0520,30.6007,10244.0837,10244.0837,10244.0837,10244.0837,10244.0837 +184.5000,1.0000,1630.4485,50.0135,49.4720,0.3008,0.0000,5,1344.0910,414.6883,680.0222,-88.2960,58.3686,95.7151,-12.4279,1.6783,51.1428,0.0000,0.0000,5.5474,51.3604,-0.7412,0.0000,52.1016,0.0000,52.1016,5.4569,46.6448,0.0000,46.6448,0.3709,46.2738,0.0000,0.0000,9.2363,37.0376,11686.7841,11686.7841,11686.7841,11686.7841,11686.7841 +185.5000,1.0000,1644.5538,50.7790,50.5550,0.1244,0.0000,5,1363.9280,249.5515,702.5151,-89.4725,35.6435,100.3404,-12.7794,-0.0415,30.1282,0.0000,0.0000,5.5569,29.9849,-0.6446,0.0000,30.6295,0.0000,30.6295,5.5404,25.0891,0.0000,25.0891,0.1558,24.9333,0.0000,0.0000,9.3776,15.5557,7415.7520,7415.7520,7415.7520,7415.7520,7415.7520 +186.5000,1.0000,1658.7414,51.0755,51.0030,0.0403,0.0000,5,1374.4565,180.2169,640.4338,-90.0969,25.9391,92.1794,-12.9679,0.9305,19.3960,0.0000,0.0000,5.6126,19.5239,-0.5961,0.0000,20.1200,0.0000,20.1200,5.5727,14.5473,0.0000,14.5473,0.0507,14.4965,0.0000,0.0000,9.4324,5.0642,5659.3478,5659.3478,5659.3478,5659.3478,5659.3478 +187.5000,1.0000,1672.9671,51.2125,51.1480,0.0358,0.0000,5,1382.0095,168.5432,615.1899,-90.5449,24.3922,89.0326,-13.1040,-0.2946,19.0844,0.0000,0.0000,5.6025,19.0125,-0.5956,0.0000,19.6081,0.0000,19.6081,5.5877,14.0204,0.0000,14.0204,0.0452,13.9751,0.0000,0.0000,9.4577,4.5174,5386.6479,5386.6479,5386.6479,5386.6479,5386.6479 +188.5000,1.0000,1687.1739,51.1445,51.2770,-0.0736,0.0000,5,1383.7260,77.2697,611.3335,-90.6467,11.1966,88.5843,-13.1350,0.4409,5.1079,0.0000,0.0000,5.6479,5.1404,-0.5245,0.0000,5.6649,0.0000,5.6649,5.5803,0.0846,0.0000,0.0846,-0.0928,0.1774,0.0000,0.0000,9.4451,-9.2677,3211.4591,3211.4591,3211.4591,3211.4591,3211.4591 +189.5000,1.0000,1701.3215,50.9315,51.0120,-0.0447,0.0000,5,1384.9085,97.0060,575.8264,-90.7168,14.0685,83.5105,-13.1564,-0.3407,8.7715,0.0000,0.0000,5.6377,8.7599,-0.5396,0.0000,9.2995,0.0000,9.2995,5.5570,3.7425,0.0000,3.7425,-0.0562,3.7987,0.0000,0.0000,9.4058,-5.6071,3554.5648,3554.5648,3554.5648,3554.5648,3554.5648 +190.5000,1.0000,1715.4104,50.7200,50.8510,-0.0728,0.0000,5,1381.4370,75.1611,582.7336,-90.5109,10.8731,84.3004,-13.0937,0.0453,5.1890,0.0000,0.0000,5.6388,5.2044,-0.5185,0.0000,5.7230,0.0000,5.7230,5.5340,0.1890,0.0000,0.1890,-0.0910,0.2800,0.0000,0.0000,9.3667,-9.0867,3167.0603,3167.0603,3167.0603,3167.0603,3167.0603 +191.5000,1.0000,1729.4288,50.4660,50.5890,-0.0683,0.0000,5,1373.1590,73.7046,571.8454,-90.0200,10.5985,82.2296,-12.9446,-0.7431,5.7575,0.0000,0.0000,5.5841,5.7345,-0.5174,0.0000,6.2520,0.0000,6.2520,5.5062,0.7457,0.0000,0.7457,-0.0850,0.8307,0.0000,0.0000,9.3198,-8.4891,3112.4172,3112.4172,3112.4172,3112.4172,3112.4172 +192.5000,1.0000,1743.3447,50.0975,50.3430,-0.1364,0.0000,5,1361.2190,17.6572,567.9686,-89.3119,2.5170,80.9619,-12.7311,-0.2615,-2.7890,0.0000,0.0000,5.5675,-2.7963,-0.5257,0.0000,-2.2706,0.0000,-2.2706,5.4660,-7.7366,0.0000,-7.7366,-0.1685,-7.5682,0.0000,0.0000,9.2518,-16.8199,2128.2515,2128.2515,2128.2515,2128.2515,2128.2515 +193.5000,1.0000,1757.0433,49.3150,49.8520,-0.2983,0.0000,5,1348.1345,-88.5358,541.3940,-88.5358,-12.4992,76.4320,-12.4992,-0.8243,-17.1734,0.0000,0.0000,5.4985,-17.2342,-0.5497,0.0000,-16.6845,0.0000,-16.6845,5.3807,-22.0652,5.4071,-27.4723,-0.3627,-27.1095,0.0000,0.0000,9.1073,-36.2168,0.0000,0.0000,0.0000,0.0000,0.0000 +194.5000,1.0000,1770.3235,47.8085,48.7780,-0.5386,0.0000,5,1318.7610,-86.7938,487.8277,-86.7938,-11.9862,67.3692,-11.9862,-1.5725,-15.8535,0.0000,0.0000,5.4398,-15.9434,-0.5239,0.0000,-15.4196,0.0000,-15.4196,5.2163,-20.6358,34.5584,-55.1942,-0.6349,-54.5593,0.0000,0.0000,8.8290,-63.3884,0.0000,0.0000,0.0000,0.0000,0.0000 +195.5000,1.0000,1783.1254,46.0870,46.8390,-0.4178,0.0720,5,1276.6460,-84.2960,474.8689,-84.2960,-11.2695,63.4853,-11.2695,-1.7795,-14.9456,0.0000,0.0000,5.4556,-14.9234,-0.4960,0.0000,-14.4273,0.0000,-14.4273,5.0285,-19.4558,19.1040,-38.5598,-0.4747,-38.0851,0.8011,0.0000,8.5111,-47.3972,0.0000,0.0000,0.0000,0.0000,0.0000 +196.5000,1.0000,1795.4679,44.4330,45.3350,-0.5011,0.0870,5,1230.8690,-81.5811,462.0032,-81.5811,-10.5155,59.5505,-10.5155,-1.7445,-13.9644,0.0000,0.0000,5.1934,-13.9865,-0.4699,0.0000,-13.5166,0.0000,-13.5166,4.8480,-18.3646,27.8567,-46.2212,-0.5490,-45.6723,0.9332,0.0000,8.2057,-54.8111,0.0000,0.0000,0.0000,0.0000,0.0000 +197.5000,1.0000,1807.4182,43.0210,43.5310,-0.2833,0.0870,5,1189.7460,-79.1386,451.1907,-79.1386,-9.8599,56.2138,-9.8599,-1.3184,-13.5814,0.0000,0.0000,5.0399,-13.5359,-0.4490,0.0000,-13.0869,0.0000,-13.0869,4.6939,-17.7808,3.6772,-21.4580,-0.3005,-21.1575,0.9035,0.0000,7.9449,-30.0060,0.0000,0.0000,0.0000,0.0000,0.0000 +198.5000,1.0000,1819.1750,42.3245,42.5110,-0.1036,0.0150,5,1158.9990,44.3427,443.2282,-77.3045,5.3819,53.7946,-9.3825,-0.9041,1.3128,0.0000,0.0000,4.9732,1.3042,-0.4024,0.0000,1.7066,0.0000,1.7066,4.6179,-2.9114,0.0000,-2.9114,-0.1081,-2.8032,0.1533,0.0223,7.8163,-10.7951,2147.8531,2147.8531,2147.8531,2147.8531,2147.8531 +199.5000,1.0000,1830.8854,42.1575,42.1380,0.0108,0.0000,5,1143.7020,150.0645,497.6760,-76.3920,17.9730,59.6058,-9.1493,-0.1822,13.2076,0.0000,0.0000,4.9475,13.1716,-0.4393,0.0000,13.6108,0.0000,13.6108,4.5997,9.0111,0.0000,9.0111,0.0113,8.9999,0.0000,0.0902,7.7854,1.1243,3971.5252,3971.5252,3971.5252,3971.5252,3971.5252 +200.5000,1.0000,1842.6815,42.4660,42.1770,0.1606,0.0000,5,1145.5710,289.9428,547.1747,-76.5035,34.7827,65.6412,-9.1777,0.3140,29.5102,0.0000,0.0000,4.9585,29.4249,-0.5254,0.0000,29.9503,0.0000,29.9503,4.6334,25.3170,0.0000,25.3170,0.1681,25.1489,0.0000,0.5224,7.8424,16.7840,7130.9947,7130.9947,7130.9947,7130.9947,7130.9947 +201.5000,1.0000,1854.6392,43.0475,42.7550,0.1625,0.0000,5,1157.3965,305.7270,613.5944,-77.2089,37.0548,74.3690,-9.3579,0.5233,31.5365,0.0000,0.0000,4.9950,31.5229,-0.5437,0.0000,32.0666,0.0000,32.0666,4.6968,27.3698,0.0000,27.3698,0.1725,27.1973,0.0000,2.0276,7.9498,17.2199,7555.5177,7555.5177,7555.5177,7555.5177,7555.5177 +202.5000,1.0000,1866.8318,43.8935,43.3400,0.3075,0.0000,5,1175.8980,441.3419,623.6871,-78.3125,54.3467,76.8007,-9.6434,0.8044,48.5166,0.0000,0.0000,5.0257,48.3663,-0.6401,0.0000,49.0064,0.0000,49.0064,4.7891,44.2173,0.0000,44.2173,0.3328,43.8845,0.0000,2.5527,8.1060,33.2257,10838.4256,10838.4256,10838.4256,10838.4256,10838.4256 +203.5000,1.0000,1879.3800,45.1735,44.4470,0.4036,0.0000,5,1197.1080,537.5974,687.9575,-79.5778,67.3937,86.2429,-9.9759,0.7404,61.5772,0.0000,0.0000,5.0761,61.1124,-0.7218,0.0000,61.8342,0.0000,61.8342,5.0781,56.7561,0.0000,56.7561,0.4495,56.3066,0.0000,3.0818,8.3424,44.8824,13370.9108,13370.9108,13370.9108,13370.9108,13370.9108 +204.5000,1.0000,1892.3867,46.8240,45.9000,0.5133,0.0000,5,1233.9205,657.1142,731.9881,-81.7620,84.9096,94.5845,-10.5650,2.0264,77.6895,0.0000,0.0000,5.1937,77.8372,-0.8292,0.0000,78.6664,0.0000,78.6664,5.4822,73.1842,0.0000,73.1842,0.5926,72.5916,0.0000,4.7749,8.6472,59.1694,16592.2544,16592.2544,16592.2544,16592.2544,16592.2544 +205.5000,1.0000,1905.8867,48.6000,47.7480,0.4733,0.0000,5,1289.6540,613.7821,783.9778,-85.0675,82.8927,105.8780,-11.4886,2.2961,75.2556,0.0000,0.0000,5.3410,75.6216,-0.8432,0.0000,76.4648,0.0000,76.4648,5.6124,70.8525,0.0000,70.8525,0.5672,70.2853,0.0000,4.6819,8.9752,56.6282,16250.9797,16250.9797,16250.9797,16250.9797,16250.9797 +206.5000,1.0000,1919.8814,50.3810,49.4520,0.5161,0.0000,5,1340.9245,663.4857,772.8154,-88.1082,93.1675,108.5197,-12.3723,1.8346,85.8767,0.0000,0.0000,5.4563,85.7228,-0.9202,0.0000,86.6429,0.0000,86.6429,5.9287,80.7143,0.0000,80.7143,0.6411,80.0732,0.0000,6.7603,9.3041,64.0087,18138.5844,18138.5844,18138.5844,18138.5844,18138.5844 +207.5000,1.0000,1934.3225,51.9880,51.3100,0.3767,0.0000,5,1385.4050,551.7323,797.8719,-90.7463,80.0449,115.7547,-13.1654,1.8889,72.5681,0.0000,0.0000,5.5879,72.7818,-0.8788,0.0000,73.6606,0.0000,73.6606,5.8816,67.7790,0.0000,67.7790,0.4828,67.2962,0.0000,9.4906,9.6009,48.2047,15704.5074,15704.5074,15704.5074,15704.5074,15704.5074 +208.5000,1.0000,1949.1974,53.5495,52.6660,0.4908,0.0000,5,1425.3455,649.4584,761.4332,-93.1151,96.9394,113.6529,-13.8985,1.5527,89.6902,0.0000,0.0000,5.6965,89.3325,-0.9861,0.0000,90.3187,0.0000,90.3187,6.2749,84.0437,0.0000,84.0437,0.6480,83.3957,0.0000,8.8043,9.8893,64.7022,18894.6559,18894.6559,18894.6559,18894.6559,18894.6559 +209.5000,1.0000,1964.5696,55.3400,54.4330,0.5039,0.0000,5,1469.7870,680.6461,801.2889,-95.7508,104.7621,123.3310,-14.7376,2.4102,96.4764,0.0000,0.0000,5.8755,96.6452,-1.0509,0.0000,97.6961,0.0000,97.6961,6.5501,91.1460,0.0000,91.1460,0.6875,90.4585,0.0000,11.5945,10.2199,68.6441,20437.2390,20437.2390,20437.2390,20437.2390,20437.2390 +210.5000,1.0000,1980.3790,56.9140,56.2470,0.3706,0.0000,5,1520.3705,594.7874,816.2432,-98.7508,94.6978,129.9564,-15.7224,2.2297,86.4318,0.0000,0.0000,6.0363,86.7724,-1.0261,0.0000,87.7986,0.0000,87.7986,6.5463,81.2523,0.0000,81.2523,0.5200,80.7323,0.0000,18.3057,10.5106,51.9161,18539.8260,18539.8260,18539.8260,18539.8260,18539.8260 +211.5000,1.0000,1996.5469,58.2045,57.5810,0.3464,0.0000,5,1558.8235,585.7792,794.5933,-101.0314,95.6224,129.7091,-16.4923,1.3950,86.0669,0.0000,0.0000,8.1604,85.9508,-1.0429,0.0000,86.9937,0.0000,86.9937,6.6528,80.3409,0.0000,80.3409,0.4971,79.8438,0.0000,19.4643,10.7489,49.6306,18805.2123,18805.2123,18805.2123,18805.2123,18805.2123 +212.5000,1.0000,2013.0500,59.4110,58.8280,0.3239,0.0000,5,1596.8565,547.5399,797.1643,-103.2870,91.5610,133.3037,-17.2719,2.3006,80.9055,0.0000,0.0000,8.3548,81.2964,-1.0392,0.0000,82.3356,0.0000,82.3356,6.6937,75.6419,0.0000,75.6419,0.4744,75.1674,0.0000,16.8269,10.9717,47.3688,18151.4466,18151.4466,18151.4466,18151.4466,18151.4466 +213.5000,1.0000,2029.8431,60.4550,59.9940,0.2561,0.0000,5,1631.8760,485.8516,789.6722,-104.6087,83.0270,134.9468,-17.8765,1.1584,73.4114,0.0000,0.0000,8.4573,73.3718,-1.0166,0.0000,74.3884,0.0000,74.3884,6.6705,67.7180,0.0000,67.7180,0.3817,67.3362,0.0000,18.0572,11.1645,38.1145,16575.3351,16575.3351,16575.3351,16575.3351,16575.3351 +214.5000,1.0000,2046.7983,61.0390,60.9160,0.0683,0.0000,5,1650.7590,309.4201,775.7111,-105.2811,53.4886,134.0949,-18.1996,0.7425,44.2260,0.0000,0.0000,8.5200,44.3329,-0.8798,0.0000,45.2127,0.0000,45.2127,6.6598,38.5528,0.0000,38.5528,0.1028,38.4500,0.0000,16.9100,11.2724,10.2676,11056.9442,11056.9442,11056.9442,11056.9442,11056.9442 +215.5000,1.0000,2063.7832,61.1455,61.1620,-0.0092,0.0000,5,1659.9905,298.2045,728.1988,-105.6099,51.8380,126.5856,-18.3586,0.1945,43.1366,0.0000,0.0000,8.5069,43.1979,-0.8758,0.0000,44.0737,0.0000,44.0737,6.6715,37.4022,0.0000,37.4022,-0.0138,37.4161,0.0000,27.5038,11.2921,-1.3798,10767.4553,10767.4553,10767.4553,10767.4553,10767.4553 +216.5000,1.0000,2080.7190,60.9690,61.1290,-0.0889,0.0000,5,1657.7400,226.3510,725.1549,-105.5298,39.2941,125.8855,-18.3198,-0.4233,31.2322,0.0000,0.0000,8.4852,31.2358,-0.8124,0.0000,32.0483,0.0000,32.0483,6.6522,25.3961,0.0000,25.3961,-0.1336,25.5297,0.0000,27.6111,11.2595,-13.3409,8379.7372,8379.7372,8379.7372,8379.7372,8379.7372 +217.5000,1.0000,2097.5654,60.6470,60.8090,-0.0900,0.0000,5,1638.7425,203.2831,700.8266,-104.8532,34.8852,120.2680,-17.9937,-1.4934,28.0148,0.0000,0.0000,8.3638,27.8354,-0.7898,0.0000,28.6253,0.0000,28.6253,6.6171,22.0082,0.0000,22.0082,-0.1346,22.1428,0.0000,24.3791,11.2000,-13.4363,7558.0964,7558.0964,7558.0964,7558.0964,7558.0964 +218.5000,1.0000,2114.4208,60.6795,60.4850,0.1081,0.0000,5,1637.1405,395.1288,692.9830,-104.7961,67.7413,118.8057,-17.9664,1.3309,60.0264,0.0000,0.0000,6.3840,60.3184,-0.9544,0.0000,61.2728,0.0000,61.2728,6.6206,54.6522,0.0000,54.6522,0.1617,54.4906,0.0000,27.1440,11.2060,16.1406,13708.7818,13708.7818,13708.7818,13708.7818,13708.7818 +219.5000,1.0000,2131.4035,61.1375,60.8740,0.1464,0.0000,5,1654.3835,445.0381,750.7538,-105.4102,77.1014,130.0656,-18.2620,0.4069,70.2574,0.0000,0.0000,6.4370,70.1253,-1.0117,0.0000,71.1370,0.0000,71.1370,6.6844,64.4526,0.0000,64.4526,0.2207,64.2319,0.0000,30.9098,11.2906,22.0315,15457.0375,15457.0375,15457.0375,15457.0375,15457.0375 +220.5000,1.0000,2148.5292,61.6525,61.4010,0.1397,0.0000,5,1672.0840,418.5767,767.4191,-106.0406,73.2929,134.3753,-18.5677,1.4063,65.3695,0.0000,0.0000,6.5171,65.6371,-0.9978,0.0000,66.6349,0.0000,66.6349,6.7268,59.9081,0.0000,59.9081,0.2124,59.6957,0.0000,27.1047,11.3857,21.2053,14776.6350,14776.6350,14776.6350,14776.6350,14776.6350 +221.5000,1.0000,2165.7878,62.1310,61.9040,0.1261,0.0000,5,1686.6560,401.9091,762.7631,-106.5595,70.9877,134.7239,-18.8212,0.0908,64.3714,0.0000,0.0000,6.5254,64.1705,-0.9985,0.0000,65.1690,0.0000,65.1690,6.7790,58.3900,0.0000,58.3900,0.1932,58.1968,0.0000,27.4346,11.4741,19.2882,14379.0045,14379.0045,14379.0045,14379.0045,14379.0045 +222.5000,1.0000,2183.1571,62.5295,62.3580,0.0953,0.0000,5,1688.2960,403.3490,759.4148,-106.6179,71.3113,134.2630,-18.8498,0.0791,64.6994,0.0000,0.0000,6.5327,64.5516,-1.0073,0.0000,65.5589,0.0000,65.5589,6.8225,58.7364,0.0000,58.7364,0.1469,58.5895,0.0000,32.3761,11.5477,14.6658,14439.5590,14439.5590,14439.5590,14439.5590,14439.5590 +223.5000,1.0000,2200.6192,62.8635,62.7010,0.0903,0.0000,5,1696.8415,367.1143,760.8143,-106.9223,65.2336,135.1912,-18.9993,0.8110,57.8301,0.0000,0.0000,6.5926,57.9455,-0.9797,0.0000,58.9252,0.0000,58.9252,6.8589,52.0663,0.0000,52.0663,0.1399,51.9263,0.0000,26.3466,11.6093,13.9704,13316.9980,13316.9980,13316.9980,13316.9980,13316.9980 +224.5000,1.0000,2218.1510,63.1145,63.0260,0.0492,0.0000,5,1704.6620,314.2594,752.7794,-107.2008,56.0990,134.3800,-19.1366,0.0040,49.5224,0.0000,0.0000,6.5726,49.4542,-0.9411,0.0000,50.3953,0.0000,50.3953,6.8863,43.5090,0.0000,43.5090,0.0765,43.4325,0.0000,24.1379,11.6557,7.6389,11619.3130,11619.3130,11619.3130,11619.3130,11619.3130 +225.5000,1.0000,2235.7339,63.2985,63.2030,0.0531,0.0000,5,1706.4165,356.8663,739.7045,-107.2633,63.7704,132.1819,-19.1675,0.1799,56.9829,0.0000,0.0000,6.6076,56.9543,-0.9822,0.0000,57.9365,0.0000,57.9365,6.9064,51.0301,0.0000,51.0301,0.0828,50.9473,0.0000,30.9905,11.6897,8.2671,13047.7321,13047.7321,13047.7321,13047.7321,13047.7321 +226.5000,1.0000,2253.3782,63.5195,63.3940,0.0697,0.0000,5,1714.3130,364.9964,751.9903,-107.5445,65.5250,134.9991,-19.3066,0.6506,58.2229,0.0000,0.0000,6.6515,58.3176,-0.9929,0.0000,59.3105,0.0000,59.3105,6.9305,52.3800,0.0000,52.3800,0.1092,52.2708,0.0000,29.6383,11.7305,10.9020,13370.8846,13370.8846,13370.8846,13370.8846,13370.8846 +227.5000,1.0000,2271.0946,63.7790,63.6450,0.0744,0.0000,5,1725.7955,347.6074,756.0848,-107.9534,62.8213,136.6433,-19.5099,0.5620,55.5869,0.0000,0.0000,6.6725,55.6408,-0.9839,0.0000,56.6247,0.0000,56.6247,6.9588,49.6659,0.0000,49.6659,0.1171,49.5488,0.0000,26.0824,11.7784,11.6880,12869.5191,12869.5191,12869.5191,12869.5191,12869.5191 +228.5000,1.0000,2288.8799,64.0270,63.9130,0.0633,0.0000,5,1736.9725,337.0578,754.0324,-108.3514,61.3092,137.1550,-19.7086,0.6266,53.9629,0.0000,0.0000,6.7197,54.0492,-0.9802,0.0000,55.0294,0.0000,55.0294,6.9859,48.0435,0.0000,48.0435,0.1000,47.9435,0.0000,26.1372,11.8242,9.9822,12593.5192,12593.5192,12593.5192,12593.5192,12593.5192 +229.5000,1.0000,2306.7364,64.2835,64.1410,0.0792,0.0000,5,1747.4630,372.3391,753.6896,-108.7250,68.1358,137.9206,-19.8960,0.4954,60.8924,0.0000,0.0000,6.7480,60.9182,-1.0194,0.0000,61.9376,0.0000,61.9376,7.0138,54.9237,0.0000,54.9237,0.1255,54.7983,0.0000,30.3990,11.8716,12.5277,13876.2082,13876.2082,13876.2082,13876.2082,13876.2082 +230.5000,1.0000,2324.5765,64.2245,64.4260,-0.1119,0.0000,5,1747.3870,168.9922,762.6425,-108.7223,30.9232,139.5529,-19.8947,-0.5035,24.7196,0.0000,0.0000,6.7071,24.7308,-0.8356,0.0000,25.5664,0.0000,25.5664,7.0074,18.5590,0.0000,18.5590,-0.1773,18.7363,0.0000,24.5740,11.8607,-17.6983,6975.0133,6975.0133,6975.0133,6975.0133,6975.0133 +231.5000,1.0000,2342.3050,63.8225,64.0230,-0.1114,0.0000,5,1742.0465,160.8965,712.3370,-108.5321,29.3518,129.9493,-19.7992,-0.0694,22.7130,0.0000,0.0000,6.7082,22.7761,-0.8187,0.0000,23.5948,0.0000,23.5948,6.9635,16.6312,0.0000,16.6312,-0.1753,16.8065,0.0000,22.5203,11.7864,-17.5003,6685.6138,6685.6138,6685.6138,6685.6138,6685.6138 +232.5000,1.0000,2359.9178,63.4060,63.6220,-0.1200,0.0000,5,1731.0220,184.3082,707.2552,-108.1395,33.4100,128.2057,-19.6027,-1.1030,27.8939,0.0000,0.0000,6.6191,27.8215,-0.8369,0.0000,28.6584,0.0000,28.6584,6.9181,21.7403,0.0000,21.7403,-0.1876,21.9279,0.0000,28.9485,11.7095,-18.7301,7399.4454,7399.4454,7399.4454,7399.4454,7399.4454 +233.5000,1.0000,2377.3972,62.9260,63.1900,-0.1467,0.0000,5,1706.6835,169.3318,706.7135,-107.2728,30.2636,126.3063,-19.1722,-1.4634,25.1886,0.0000,0.0000,6.5383,25.0878,-0.8148,0.0000,25.9026,0.0000,25.9026,6.8657,19.0369,0.0000,19.0369,-0.2275,19.2644,0.0000,30.3627,11.6209,-22.7191,6815.5505,6815.5505,6815.5505,6815.5505,6815.5505 +234.5000,1.0000,2394.7310,62.4015,62.6620,-0.1447,0.0000,5,1690.7755,174.4936,698.0803,-106.7062,30.8954,123.6004,-18.8932,-0.2020,24.5696,0.0000,0.0000,6.5279,24.6442,-0.8035,0.0000,25.4477,0.0000,25.4477,6.8085,18.6392,0.0000,18.6392,-0.2227,18.8618,0.0000,29.5689,11.5240,-22.2310,6907.2072,6907.2072,6907.2072,6907.2072,6907.2072 +235.5000,1.0000,2411.9269,61.9055,62.1410,-0.1308,0.0000,5,1685.5495,197.4964,697.7365,-106.5201,34.8601,123.1577,-18.8019,-0.3396,28.6974,0.0000,0.0000,6.5023,28.7509,-0.8158,0.0000,29.5667,0.0000,29.5667,6.7544,22.8123,0.0000,22.8123,-0.1997,23.0120,0.0000,31.5173,11.4324,-19.9378,7614.2921,7614.2921,7614.2921,7614.2921,7614.2921 +236.5000,1.0000,2428.9733,61.3670,61.6700,-0.1683,0.0000,5,1673.0375,165.0004,700.9144,-106.0745,28.9081,122.8003,-18.5843,-0.9485,23.4280,0.0000,0.0000,6.4285,23.4144,-0.7797,0.0000,24.1940,0.0000,24.1940,6.6956,17.4984,0.0000,17.4984,-0.2547,17.7531,0.0000,31.8494,11.3330,-25.4293,6513.7338,6513.7338,6513.7338,6513.7338,6513.7338 +237.5000,1.0000,2445.8568,60.7805,61.0640,-0.1575,0.0000,5,1663.3100,162.9844,689.1154,-105.7281,28.3889,120.0311,-18.4159,-0.0507,21.9919,0.0000,0.0000,6.4476,22.0884,-0.7631,0.0000,22.8515,0.0000,22.8515,6.6316,16.2198,0.0000,16.2198,-0.2360,16.4558,0.0000,28.7965,11.2247,-23.5654,6399.7179,6399.7179,6399.7179,6399.7179,6399.7179 +238.5000,1.0000,2462.5774,60.1940,60.4970,-0.1683,0.0000,5,1650.1490,128.4088,685.0378,-105.2594,22.1894,118.3767,-18.1892,-1.2834,17.1147,0.0000,0.0000,6.3582,17.0692,-0.7279,0.0000,17.7971,0.0000,17.7971,6.5676,11.2295,0.0000,11.2295,-0.2498,11.4793,0.0000,25.3062,11.1163,-24.9432,5273.4577,5273.4577,5273.4577,5273.4577,5273.4577 +239.5000,1.0000,2479.1464,59.6485,59.8910,-0.1347,0.0000,5,1633.6690,174.3579,670.4101,-104.6725,29.8287,114.6920,-17.9071,-0.3827,23.8713,0.0000,0.0000,6.3401,23.9128,-0.7533,0.0000,24.6661,0.0000,24.6661,6.5081,18.1580,0.0000,18.1580,-0.1981,18.3561,0.0000,27.1224,11.0156,-19.7819,6611.0666,6611.0666,6611.0666,6611.0666,6611.0666 +240.5000,1.0000,2495.5782,59.1545,59.4060,-0.1397,0.0000,5,1621.6145,165.2410,680.7686,-104.2432,28.0604,115.6048,-17.7021,-0.8205,22.5999,0.0000,0.0000,6.2811,22.5810,-0.7384,0.0000,23.3195,0.0000,23.3195,6.4542,16.8652,0.0000,16.8652,-0.2038,17.0690,0.0000,26.4908,10.9244,-20.3462,6285.5836,6285.5836,6285.5836,6285.5836,6285.5836 +241.5000,1.0000,2511.8749,58.6680,58.9030,-0.1306,0.0000,5,1597.1620,167.9599,671.8591,-103.3052,28.0920,112.3714,-17.2782,-1.5902,23.5091,0.0000,0.0000,6.1732,23.3640,-0.7344,0.0000,24.0984,0.0000,24.0984,6.4011,17.6973,0.0000,17.6973,-0.1888,17.8861,0.0000,25.9065,10.8345,-18.8550,6287.4358,6287.4358,6287.4358,6287.4358,6287.4358 +242.5000,1.0000,2528.0753,58.3215,58.4330,-0.0619,0.0000,5,1584.0390,235.2314,668.2341,-102.5269,39.0202,110.8468,-17.0072,0.3006,32.5453,0.0000,0.0000,6.1744,32.6712,-0.7757,0.0000,33.4469,0.0000,33.4469,6.3633,27.0836,0.0000,27.0836,-0.0891,27.1726,0.0000,25.2953,10.7705,-8.8932,8255.5632,8255.5632,8255.5632,8255.5632,8255.5632 +243.5000,1.0000,2544.2506,58.2310,58.2100,0.0117,0.0000,5,1583.1615,280.4518,688.8361,-102.4748,46.4956,114.2010,-16.9891,-0.3857,40.7382,0.0000,0.0000,6.1431,40.6215,-0.8144,0.0000,41.4359,0.0000,41.4359,6.3535,35.0824,0.0000,35.0824,0.0167,35.0656,0.0000,22.6395,10.7538,1.6724,9669.9937,9669.9937,9669.9937,9669.9937,9669.9937 +244.5000,1.0000,2560.4542,58.3330,58.2520,0.0450,0.0000,5,1579.0795,341.3283,702.2511,-102.2327,56.4423,116.1248,-16.9053,-0.0111,50.3175,0.0000,0.0000,6.1360,50.2440,-0.8646,0.0000,51.1087,0.0000,51.1087,6.3646,44.7441,0.0000,44.7441,0.0647,44.6794,0.0000,27.4449,10.7727,6.4618,11513.5064,11513.5064,11513.5064,11513.5064,11513.5064 +245.5000,1.0000,2576.7071,58.5105,58.4140,0.0536,0.0000,5,1588.5785,325.0545,722.9986,-102.7961,54.0746,120.2748,-17.1007,0.9379,46.9269,0.0000,0.0000,6.2099,47.1331,-0.8518,0.0000,47.9850,0.0000,47.9850,6.3840,41.6010,0.0000,41.6010,0.0773,41.5237,0.0000,22.9964,10.8054,7.7218,11085.1636,11085.1636,11085.1636,11085.1636,11085.1636 +246.5000,1.0000,2593.0042,58.6695,58.6070,0.0347,0.0000,5,1592.8510,298.0534,719.3124,-103.0495,49.7162,119.9834,-17.1890,-0.5224,44.0818,0.0000,0.0000,6.1569,43.8872,-0.8380,0.0000,44.7252,0.0000,44.7252,6.4013,38.3239,0.0000,38.3239,0.0502,38.2737,0.0000,22.4242,10.8348,5.0147,10288.4598,10288.4598,10288.4598,10288.4598,10288.4598 +247.5000,1.0000,2609.2996,58.6635,58.7320,-0.0381,0.0000,5,1592.1260,269.8388,711.0126,-103.0065,44.9894,118.5450,-17.1740,0.4513,38.3507,0.0000,0.0000,6.1874,38.5069,-0.8108,0.0000,39.3176,0.0000,39.3176,6.4007,32.9170,0.0000,32.9170,-0.0550,32.9720,0.0000,27.6339,10.8337,-5.4956,9397.3286,9397.3286,9397.3286,9397.3286,9397.3286 +248.5000,1.0000,2625.5383,58.4595,58.5950,-0.0753,0.0000,5,1585.4885,220.7996,700.7206,-102.6128,36.6598,116.3420,-17.0370,-1.0957,31.6205,0.0000,0.0000,6.1350,31.4690,-0.7719,0.0000,32.2408,0.0000,32.2408,6.3784,25.8625,0.0000,25.8625,-0.1085,25.9710,0.0000,26.0080,10.7960,-10.8331,7812.0741,7812.0741,7812.0741,7812.0741,7812.0741 +249.5000,1.0000,2641.7006,58.1840,58.3240,-0.0778,0.0000,5,1573.5485,224.5599,681.9996,-101.9047,37.0033,112.3810,-16.7920,-0.0663,30.9704,0.0000,0.0000,6.0993,31.0316,-0.7652,0.0000,31.7967,0.0000,31.7967,6.3483,25.4484,0.0000,25.4484,-0.1116,25.5600,0.0000,25.9549,10.7451,-11.1401,7853.3792,7853.3792,7853.3792,7853.3792,7853.3792 +250.5000,1.0000,2657.7608,57.8170,58.0440,-0.1261,0.0000,5,1572.9765,159.2839,682.5306,-101.8708,26.2375,112.4276,-16.7803,0.0111,20.1277,0.0000,0.0000,6.0988,20.2085,-0.7045,0.0000,20.9130,0.0000,20.9130,6.3083,14.6047,0.0000,14.6047,-0.1798,14.7845,0.0000,22.0561,10.6774,-17.9489,5916.2356,5916.2356,5916.2356,5916.2356,5916.2356 +251.5000,1.0000,2673.6490,57.1975,57.5900,-0.2181,0.0000,5,1563.7445,93.8014,659.0134,-101.3232,15.3604,107.9167,-16.5922,-0.8976,10.2250,0.0000,0.0000,6.0330,10.2341,-0.6441,0.0000,10.8783,0.0000,10.8783,6.2407,4.6376,0.0000,4.6376,-0.3075,4.9451,0.0000,25.0846,10.5630,-30.7025,4043.3744,4043.3744,4043.3744,4043.3744,4043.3744 +252.5000,1.0000,2689.3338,56.4650,56.8050,-0.1889,0.0000,5,1549.8205,129.4924,633.0817,-100.4974,21.0162,102.7472,-16.3104,-0.4357,15.4468,0.0000,0.0000,6.0050,15.4945,-0.6589,0.0000,16.1534,0.0000,16.1534,6.1608,9.9927,0.0000,9.9927,-0.2630,10.2556,0.0000,26.0831,10.4277,-26.2552,4951.5817,4951.5817,4951.5817,4951.5817,4951.5817 +253.5000,1.0000,2704.8133,55.7265,56.1250,-0.2214,0.0000,5,1533.2265,99.6706,639.8372,-99.5133,16.0030,102.7317,-15.9778,-1.1314,11.2092,0.0000,0.0000,5.9252,11.2015,-0.6255,0.0000,11.8270,0.0000,11.8270,6.0802,5.7468,0.0000,5.7468,-0.3042,6.0510,0.0000,26.1298,10.2913,-30.3701,4059.4732,4059.4732,4059.4732,4059.4732,4059.4732 +254.5000,1.0000,2720.0290,54.7765,55.3280,-0.3064,0.0000,5,1506.8665,9.5860,621.4828,-97.9499,1.5127,98.0692,-15.4564,-1.3273,-3.0123,0.0000,0.0000,5.8523,-3.0139,-0.6002,0.0000,-2.4138,0.0000,-2.4138,5.9765,-8.3903,0.0000,-8.3903,-0.4138,-7.9765,0.0000,23.2215,10.1159,-41.3139,2354.5456,2354.5456,2354.5456,2354.5456,2354.5456 +255.5000,1.0000,2734.9399,53.6790,54.2250,-0.3033,0.0000,5,1476.6920,9.5017,579.1910,-96.1603,1.4693,89.5654,-14.8701,-1.4356,-2.8468,0.0000,0.0000,5.7517,-2.8452,-0.5820,0.0000,-2.2632,0.0000,-2.2632,5.8568,-8.1200,0.0000,-8.1200,-0.4014,-7.7185,0.0000,22.4507,9.9132,-40.0824,2277.9336,2277.9336,2277.9336,2277.9336,2277.9336 +256.5000,1.0000,2749.5664,52.6555,53.1330,-0.2653,0.0000,5,1446.8225,-4.9470,569.1356,-94.3888,-0.7495,86.2302,-14.3009,-1.2473,-5.1605,0.0000,0.0000,5.6583,-5.1572,-0.5715,0.0000,-4.5857,0.0000,-4.5857,5.7451,-10.3309,0.0000,-10.3309,-0.3444,-9.9865,0.0000,14.6747,9.7242,-34.3854,1938.6554,1938.6554,1938.6554,1938.6554,1938.6554 +257.5000,1.0000,2763.9132,51.6485,52.1780,-0.2942,0.0000,5,1411.4595,-78.5577,551.9897,-92.2915,-11.6114,81.5883,-13.6414,-1.8484,-15.2811,0.0000,0.0000,5.5181,-15.2062,-0.5806,0.0000,-14.6256,0.0000,-14.6256,5.6353,-20.2608,0.0000,-20.2608,-0.3746,-19.8862,0.0000,7.9763,9.5382,-37.4008,233.3659,233.3659,233.3659,233.3659,233.3659 +258.5000,1.0000,2777.9938,50.6900,51.1190,-0.2383,0.0000,5,1378.9195,-55.5793,511.8525,-90.3616,-8.0257,73.9116,-13.0482,-0.9497,-12.5173,0.0000,0.0000,5.4414,-12.5215,-0.5590,0.0000,-11.9624,0.0000,-11.9624,5.5307,-17.4931,0.0000,-17.4931,-0.2979,-17.1952,0.0000,3.1833,9.3612,-29.7397,683.2538,683.2538,683.2538,683.2538,683.2538 +259.5000,1.0000,2791.9110,50.1020,50.2610,-0.0883,0.0000,5,1367.2080,68.2083,517.6163,-89.6670,9.7656,74.1090,-12.8380,-0.0416,4.3876,0.0000,0.0000,5.4196,4.4000,-0.5079,0.0000,4.9079,0.0000,4.9079,5.4665,-0.5586,0.0000,-0.5586,-0.1091,-0.4495,0.0000,1.1924,9.2526,-10.8945,2996.7413,2996.7413,2996.7413,2996.7413,2996.7413 +260.5000,1.0000,2805.8233,50.0845,49.9430,0.0786,0.0000,5,1365.1480,209.2582,566.6602,-89.5449,29.9151,81.0086,-12.8012,-0.1311,24.6190,0.0000,0.0000,5.4272,24.5215,-0.6067,0.0000,25.1282,0.0000,25.1282,5.4646,19.6636,0.0000,19.6636,0.0971,19.5666,0.0000,0.6251,9.2494,9.6921,6373.1710,6373.1710,6373.1710,6373.1710,6373.1710 +261.5000,1.0000,2819.8693,50.5655,50.2260,0.1886,0.0000,5,1361.4860,304.5765,622.3696,-89.3277,43.4248,88.7340,-12.7358,-0.1754,38.1998,0.0000,0.0000,5.4004,37.8866,-0.6813,0.0000,38.5679,0.0000,38.5679,5.5171,33.0508,0.0000,33.0508,0.2351,32.8156,0.0000,0.0000,9.3382,23.4774,8892.3797,8892.3797,8892.3797,8892.3797,8892.3797 +262.5000,1.0000,2834.1257,51.3230,50.9050,0.2322,0.0000,5,1370.1075,350.9394,661.3594,-89.8390,50.3518,94.8901,-12.8899,0.9019,44.0013,0.0000,0.0000,5.4486,43.9873,-0.7234,0.0000,44.7107,0.0000,44.7107,5.5997,39.1109,0.0000,39.1109,0.2938,38.8171,0.0000,0.0000,9.4781,29.3390,10176.6741,10176.6741,10176.6741,10176.6741,10176.6741 +263.5000,1.0000,2848.6128,52.1535,51.7410,0.2292,0.0000,5,1395.8955,348.8268,682.9774,-91.3684,50.9907,99.8362,-13.3560,1.2917,44.1741,0.0000,0.0000,5.5250,44.3005,-0.7374,0.0000,45.0379,0.0000,45.0379,5.6904,39.3476,0.0000,39.3476,0.2947,39.0529,0.0000,0.0000,9.6315,29.4215,10339.5374,10339.5374,10339.5374,10339.5374,10339.5374 +264.5000,1.0000,2863.3394,53.0160,52.5660,0.2500,0.0000,5,1423.5905,365.2077,687.5573,-93.0110,54.4445,102.4997,-13.8659,1.1039,47.7429,0.0000,0.0000,5.5977,47.7609,-0.7680,0.0000,48.5289,0.0000,48.5289,5.7845,42.7444,0.0000,42.7444,0.3268,42.4177,0.0000,0.0000,9.7907,32.6269,10988.2915,10988.2915,10988.2915,10988.2915,10988.2915 +265.5000,1.0000,2878.3026,53.8675,53.4660,0.2231,0.0000,5,1447.0130,340.1490,698.7426,-94.4001,51.5431,105.8811,-14.3045,0.9594,44.9325,0.0000,0.0000,5.6512,44.9328,-0.7668,0.0000,45.6996,0.0000,45.6996,5.8774,39.8223,0.0000,39.8223,0.2962,39.5260,0.0000,0.0000,9.9480,29.5780,10460.2911,10460.2911,10460.2911,10460.2911,10460.2911 +266.5000,1.0000,2893.4950,54.6925,54.2690,0.2353,0.0000,5,1470.3595,351.4168,694.6011,-95.7848,54.1096,106.9517,-14.7485,1.1333,47.2330,0.0000,0.0000,5.7434,47.2701,-0.7914,0.0000,48.0615,0.0000,48.0615,5.9674,42.0942,0.0000,42.0942,0.3173,41.7769,0.0000,0.0000,10.1004,31.6766,10974.3691,10974.3691,10974.3691,10974.3691,10974.3691 +267.5000,1.0000,2908.9304,55.5675,55.1160,0.2508,0.0000,5,1494.0490,364.5853,703.6635,-97.1897,57.0417,110.0927,-15.2060,1.0220,50.1932,0.0000,0.0000,5.8265,50.1598,-0.8198,0.0000,50.9796,0.0000,50.9796,6.0629,44.9167,0.0000,44.9167,0.3436,44.5731,0.0000,0.0000,10.2619,34.3112,11572.8364,11572.8364,11572.8364,11572.8364,11572.8364 +268.5000,1.0000,2924.5933,56.3865,56.0190,0.2042,0.0000,5,1518.6925,323.5482,713.4429,-98.6513,51.4562,113.4639,-15.6892,1.2595,44.2805,0.0000,0.0000,5.9162,44.3849,-0.8036,0.0000,45.1885,0.0000,45.1885,6.1522,39.0363,0.0000,39.0363,0.2838,38.7525,0.0000,0.0000,10.4132,28.3393,10541.9837,10541.9837,10541.9837,10541.9837,10541.9837 +269.5000,1.0000,2940.4704,57.1575,56.7540,0.2242,0.0000,5,1541.4665,338.8761,705.1052,-100.0020,54.7021,113.8195,-16.1425,0.8775,47.8651,0.0000,0.0000,5.9595,47.8154,-0.8333,0.0000,48.6487,0.0000,48.6487,6.2363,42.4123,0.0000,42.4123,0.3159,42.0964,0.0000,0.0000,10.5556,31.5409,11148.1859,11148.1859,11148.1859,11148.1859,11148.1859 +270.5000,1.0000,2956.5763,57.9810,57.5610,0.2333,0.0000,5,1560.4640,347.7496,714.8656,-101.1287,56.8263,116.8172,-16.5256,0.9322,49.8643,0.0000,0.0000,6.0297,49.8143,-0.8567,0.0000,50.6710,0.0000,50.6710,6.3262,44.3449,0.0000,44.3449,0.3336,44.0113,0.0000,0.0000,10.7077,33.3036,11553.9192,11553.9192,11553.9192,11553.9192,11553.9192 +271.5000,1.0000,2972.8925,58.7385,58.4010,0.1875,0.0000,5,1585.4890,308.6585,723.1955,-102.6129,51.2472,120.0736,-17.0370,1.4894,43.6314,0.0000,0.0000,6.1264,43.8007,-0.8387,0.0000,44.6394,0.0000,44.6394,6.4088,38.2306,0.0000,38.2306,0.2715,37.9590,0.0000,0.0000,10.8475,27.1115,10555.0990,10555.0990,10555.0990,10555.0990,10555.0990 +272.5000,1.0000,2989.3976,59.4185,59.0760,0.1903,0.0000,5,1607.8050,306.7511,716.5303,-103.7514,51.6474,120.6415,-17.4685,0.6930,44.7743,0.0000,0.0000,6.1801,44.7120,-0.8546,0.0000,45.5666,0.0000,45.5666,6.4830,39.0835,0.0000,39.0835,0.2787,38.8048,0.0000,0.0000,10.9731,27.8317,10665.6659,10665.6659,10665.6659,10665.6659,10665.6659 +273.5000,1.0000,3006.0619,59.9915,59.7610,0.1281,0.0000,5,1618.3720,250.8766,718.7758,-104.1277,42.5174,121.8149,-17.6471,0.3526,35.9645,0.0000,0.0000,6.2003,35.9054,-0.8196,0.0000,36.7250,0.0000,36.7250,6.5455,30.1795,0.0000,30.1795,0.1894,29.9901,0.0000,0.0000,11.0789,18.9111,8948.9150,8948.9150,8948.9150,8948.9150,8948.9150 +274.5000,1.0000,3022.8214,60.3340,60.2220,0.0622,0.0000,5,1631.9145,195.7537,705.0348,-104.6100,33.4531,120.4860,-17.8772,1.0016,26.1708,0.0000,0.0000,6.2806,26.2823,-0.7767,0.0000,27.0591,0.0000,27.0591,6.5829,20.4761,0.0000,20.4761,0.0926,20.3836,0.0000,0.0000,11.1422,9.2414,7284.6259,7284.6259,7284.6259,7284.6259,7284.6259 +275.5000,1.0000,3039.5625,60.2680,60.4460,-0.0989,0.0000,5,1639.6965,47.9910,691.1039,-104.8872,8.2405,118.6685,-18.0100,-0.2228,2.2047,0.0000,0.0000,6.2586,2.2082,-0.6795,0.0000,2.8877,0.0000,2.8877,6.5757,-3.6881,0.0000,-3.6881,-0.1469,-3.5411,0.0000,0.0000,11.1300,-14.6711,3392.9522,3392.9522,3392.9522,3392.9522,3392.9522 +276.5000,1.0000,3056.1557,59.7355,60.0900,-0.1969,0.0000,5,1629.1675,-41.1994,645.0270,-104.5122,-7.0289,110.0455,-17.8304,-0.8321,-12.3975,0.0000,0.0000,6.2007,-12.4078,-0.7066,0.0000,-11.7012,0.0000,-11.7012,6.5176,-18.2188,0.0000,-18.2188,-0.2901,-17.9288,0.0000,0.0000,11.0317,-28.9605,1458.7374,1458.7374,1458.7374,1458.7374,1458.7374 +277.5000,1.0000,3072.5799,59.1270,59.3810,-0.1411,0.0000,5,1610.9710,6.6220,611.8998,-103.8642,1.1171,103.2278,-17.5219,-0.9774,-4.0569,0.0000,0.0000,6.1515,-4.0494,-0.6754,0.0000,-3.3740,0.0000,-3.3740,6.4512,-9.8253,0.0000,-9.8253,-0.2057,-9.6196,0.0000,0.0000,10.9193,-20.5389,2542.9872,2542.9872,2542.9872,2542.9872,2542.9872 +278.5000,1.0000,3088.8790,58.6770,58.8730,-0.1089,0.0000,5,1593.9575,36.3821,620.6535,-103.1151,6.0729,103.5988,-17.2119,-0.6983,0.6975,0.0000,0.0000,6.0737,0.6967,-0.6559,0.0000,1.3525,0.0000,1.3525,6.4021,-5.0496,0.0000,-5.0496,-0.1575,-4.8921,0.0000,0.0000,10.8362,-15.7283,3056.6762,3056.6762,3056.6762,3056.6762,3056.6762 +279.5000,1.0000,3105.1025,58.4045,58.4810,-0.0425,0.0000,5,1583.6195,96.9363,626.1538,-102.5020,16.0756,103.8390,-16.9985,-0.3116,10.3299,0.0000,0.0000,6.0573,10.3226,-0.6642,0.0000,10.9867,0.0000,10.9867,6.3724,4.6143,0.0000,4.6143,-0.0612,4.6755,0.0000,0.0000,10.7859,-6.1103,4163.7561,4163.7561,4163.7561,4163.7561,4163.7561 +280.5000,1.0000,3121.3111,58.3510,58.3280,0.0128,0.0000,5,1583.2760,148.6506,645.1058,-102.4816,24.6463,106.9587,-16.9915,0.2782,18.2670,0.0000,0.0000,6.1012,18.2928,-0.7036,0.0000,18.9963,0.0000,18.9963,6.3666,12.6298,0.0000,12.6298,0.0184,12.6114,0.0000,0.0000,10.7760,1.8354,5646.6204,5646.6204,5646.6204,5646.6204,5646.6204 +281.5000,1.0000,3137.5531,58.4710,58.3740,0.0539,0.0000,5,1582.3225,181.4397,661.1742,-102.4251,30.0646,109.5568,-16.9719,-0.3707,24.3753,0.0000,0.0000,6.0600,24.2763,-0.7357,0.0000,25.0120,0.0000,25.0120,6.3796,18.6324,0.0000,18.6324,0.0777,18.5547,0.0000,0.0000,10.7981,7.7566,6620.9522,6620.9522,6620.9522,6620.9522,6620.9522 +282.5000,1.0000,3153.8481,58.6620,58.5680,0.0522,0.0000,5,1585.1835,185.5454,672.3000,-102.5947,30.8005,111.6018,-17.0307,0.6498,24.0500,0.0000,0.0000,6.1007,24.1126,-0.7380,0.0000,24.8507,0.0000,24.8507,6.4005,18.4502,0.0000,18.4502,0.0755,18.3746,0.0000,0.0000,10.8334,7.5412,6756.7806,6756.7806,6756.7806,6756.7806,6756.7806 +283.5000,1.0000,3170.2106,58.9050,58.7560,0.0828,0.0000,5,1595.9030,222.6362,676.5975,-103.2305,37.2075,113.0747,-17.2521,0.3963,28.6635,0.0000,0.0000,8.1477,28.6636,-0.7650,0.0000,29.4287,0.0000,29.4287,6.4270,23.0017,0.0000,23.0017,0.1202,22.8814,0.0000,0.0000,10.8783,12.0031,7940.2651,7940.2651,7940.2651,7940.2651,7940.2651 +284.5000,1.0000,3186.6506,59.1840,59.0540,0.0722,0.0000,5,1601.4725,212.2957,689.8186,-103.5259,35.6032,115.6866,-17.3619,0.1500,27.2862,0.0000,0.0000,8.1670,27.2523,-0.7625,0.0000,28.0148,0.0000,28.0148,6.4574,21.5574,0.0000,21.5574,0.1054,21.4520,0.0000,0.0000,10.9298,10.5221,7650.7327,7650.7327,7650.7327,7650.7327,7650.7327 +285.5000,1.0000,3203.1683,59.4640,59.3140,0.0833,0.0000,5,1606.0500,223.1581,687.7834,-103.6889,37.5319,115.6750,-17.4389,0.3010,29.0321,0.0000,0.0000,8.1988,29.0140,-0.7760,0.0000,29.7901,0.0000,29.7901,6.4880,23.3021,0.0000,23.3021,0.1222,23.1799,0.0000,0.0000,10.9815,12.1984,8015.3126,8015.3126,8015.3126,8015.3126,8015.3126 +286.5000,1.0000,3219.7651,59.7485,59.6140,0.0747,0.0000,5,1609.0255,214.4751,691.8740,-103.7949,36.1384,116.5785,-17.4891,-0.0076,27.9425,0.0000,0.0000,8.2035,27.8784,-0.7750,0.0000,28.6534,0.0000,28.6534,6.5190,22.1344,0.0000,22.1344,0.1101,22.0243,0.0000,0.0000,11.0341,10.9902,7757.7836,7757.7836,7757.7836,7757.7836,7757.7836 +287.5000,1.0000,3236.4324,60.0020,59.8830,0.0661,0.0000,5,1610.1700,208.1092,689.5800,-103.8357,35.0907,116.2746,-17.5084,0.1207,26.7496,0.0000,0.0000,8.2203,26.7169,-0.7734,0.0000,27.4903,0.0000,27.4903,6.5467,20.9436,0.0000,20.9436,0.0978,20.8458,0.0000,0.0000,11.0809,9.7649,7563.6790,7563.6790,7563.6790,7563.6790,7563.6790 +288.5000,1.0000,3253.1751,60.2740,60.1210,0.0850,0.0000,5,1625.6200,230.2478,690.8879,-104.3859,39.1961,117.6130,-17.7701,1.4205,29.4702,0.0000,0.0000,8.3054,29.6529,-0.7928,0.0000,30.4456,0.0000,30.4456,6.5764,23.8693,0.0000,23.8693,0.1263,23.7429,0.0000,0.0000,11.1311,12.6118,8338.0015,8338.0015,8338.0015,8338.0015,8338.0015 +289.5000,1.0000,3270.0067,60.5935,60.4270,0.0925,0.0000,5,1649.7290,232.7673,702.8814,-105.2445,40.2127,121.4292,-18.1820,1.0010,30.8327,0.0000,0.0000,8.3790,30.9324,-0.8046,0.0000,31.7369,0.0000,31.7369,6.6112,25.1257,0.0000,25.1257,0.1382,24.9875,0.0000,0.0000,11.1901,13.7974,8540.3369,8540.3369,8540.3369,8540.3369,8540.3369 +290.5000,1.0000,3286.9343,60.9395,60.7600,0.0997,0.0000,5,1655.9850,220.6365,705.8322,-105.4673,38.2615,122.4014,-18.2895,-0.3685,32.3613,0.0000,0.0000,6.2688,32.1957,-0.8168,0.0000,33.0124,0.0000,33.0124,6.6490,26.3634,0.0000,26.3634,0.1498,26.2136,0.0000,0.0000,11.2540,14.9596,8191.2757,8191.2757,8191.2757,8191.2757,8191.2757 +291.5000,1.0000,3303.9783,61.3585,61.1190,0.1331,0.0000,5,1662.2415,256.9940,703.9588,-105.6901,44.7348,122.5378,-18.3974,1.0086,37.3981,0.0000,0.0000,6.3281,37.4741,-0.8505,0.0000,38.3246,0.0000,38.3246,6.6947,31.6299,0.0000,31.6299,0.2013,31.4287,0.0000,0.0000,11.3314,20.0973,9404.6668,9404.6668,9404.6668,9404.6668,9404.6668 +292.5000,1.0000,3321.1536,61.8310,61.5980,0.1294,0.0000,5,1676.1275,257.3635,717.0775,-106.1846,45.1734,125.8641,-18.6379,0.4123,38.3986,0.0000,0.0000,6.3625,38.3459,-0.8630,0.0000,39.2088,0.0000,39.2088,6.7463,32.4626,0.0000,32.4626,0.1973,32.2652,0.0000,1.1442,11.4187,19.7024,9516.4567,9516.4567,9516.4567,9516.4567,9516.4567 +293.5000,1.0000,3338.4890,62.4075,62.0640,0.1908,0.0000,5,1684.7105,318.4766,719.4345,-106.4902,56.1864,126.9244,-18.7873,0.4736,49.3242,0.0000,0.0000,6.3886,49.1875,-0.9276,0.0000,50.1151,0.0000,50.1151,6.8092,43.3059,0.0000,43.3059,0.2936,43.0123,0.0000,2.1701,11.5251,29.3170,11590.1296,11590.1296,11590.1296,11590.1296,11590.1296 +294.5000,1.0000,3356.0139,63.0895,62.7510,0.1881,0.0000,5,1706.5310,330.4244,739.8509,-107.2673,59.0493,132.2169,-19.1695,1.8071,50.7247,0.0000,0.0000,6.5176,50.9638,-0.9483,0.0000,51.9121,0.0000,51.9121,6.8836,45.0285,0.0000,45.0285,0.2925,44.7360,0.0000,3.8789,11.6511,29.2060,12169.3048,12169.3048,12169.3048,12169.3048,12169.3048 +295.5000,1.0000,3373.7039,63.6840,63.4280,0.1422,0.0000,5,1727.3595,285.6521,747.3481,-108.0091,51.6712,135.1868,-19.5376,0.3803,44.7592,0.0000,0.0000,6.5317,44.6725,-0.9269,0.0000,45.5994,0.0000,45.5994,6.9484,38.6509,0.0000,38.6509,0.2233,38.4276,0.0000,4.3708,11.7609,22.2960,10787.6835,10787.6835,10787.6835,10787.6835,10787.6835 +296.5000,1.0000,3391.5361,64.1960,63.9400,0.1422,0.0000,5,1735.4845,292.8129,738.6973,-108.2985,53.2157,134.2505,-19.6821,0.4838,46.1614,0.0000,0.0000,6.5705,46.0983,-0.9430,0.0000,47.0413,0.0000,47.0413,7.0043,40.0370,0.0000,40.0370,0.2251,39.8119,0.0000,5.4813,11.8554,22.4753,11096.2475,11096.2475,11096.2475,11096.2475,11096.2475 +297.5000,1.0000,3409.5179,64.7345,64.4520,0.1569,0.0000,5,1740.7490,315.3955,741.7817,-108.4859,57.4937,135.2200,-19.7760,0.0775,50.8447,0.0000,0.0000,6.5715,50.6448,-0.9755,0.0000,51.6203,0.0000,51.6203,7.0630,44.5572,0.0000,44.5572,0.2505,44.3067,0.0000,7.3420,11.9549,25.0098,11898.5103,11898.5103,11898.5103,11898.5103,11898.5103 +298.5000,1.0000,3427.6479,65.2680,65.0170,0.1394,0.0000,5,1756.0465,315.7225,750.2139,-109.0307,58.0591,137.9589,-20.0500,1.5715,49.8164,0.0000,0.0000,6.6712,50.0374,-0.9818,0.0000,51.0192,0.0000,51.0192,7.1213,43.8979,0.0000,43.8979,0.2244,43.6735,0.0000,9.2159,12.0534,22.4043,12011.7238,12011.7238,12011.7238,12011.7238,12011.7238 +299.5000,1.0000,3445.9250,65.7975,65.5190,0.1547,0.0000,5,1772.8315,334.1336,753.9870,-109.6285,62.0321,139.9780,-20.3526,0.2409,55.0883,0.0000,0.0000,6.7029,54.9246,-1.0159,0.0000,55.9405,0.0000,55.9405,7.1790,48.7615,0.0000,48.7615,0.2510,48.5105,0.0000,11.2987,12.1512,25.0606,12750.0443,12750.0443,12750.0443,12750.0443,12750.0443 +300.5000,1.0000,3464.3403,66.2950,66.0760,0.1217,0.0000,5,1791.7145,312.4642,762.1517,-110.3010,58.6270,143.0009,-20.6955,1.8343,49.9553,0.0000,0.0000,6.8374,50.2541,-1.0013,0.0000,51.2553,0.0000,51.2553,7.2333,44.0220,0.0000,44.0220,0.1989,43.8232,0.0000,11.7246,12.2430,19.8555,12150.3203,12150.3203,12150.3203,12150.3203,12150.3203 +301.5000,1.0000,3482.8915,66.7845,66.5140,0.1503,0.0000,5,1808.5375,328.9964,761.0782,-110.9168,62.3085,144.1403,-21.0065,0.0169,55.4518,0.0000,0.0000,6.8398,55.2327,-1.0352,0.0000,56.2679,0.0000,56.2679,7.2867,48.9812,0.0000,48.9812,0.2474,48.7338,0.0000,11.6945,12.3334,24.7058,12868.6930,12868.6930,12868.6930,12868.6930,12868.6930 +302.5000,1.0000,3501.5932,67.3260,67.0550,0.1506,0.0000,5,1817.2730,341.9447,766.3852,-111.2451,65.0736,145.8465,-21.1704,0.9579,57.2223,0.0000,0.0000,6.8934,57.2621,-1.0553,0.0000,58.3174,0.0000,58.3174,7.3458,50.9716,0.0000,50.9716,0.2499,50.7217,0.0000,13.3360,12.4334,24.9522,13390.3318,13390.3318,13390.3318,13390.3318,13390.3318 +303.5000,1.0000,3520.3918,67.6750,67.5970,0.0433,0.0000,5,1833.6385,258.5054,771.5894,-111.8600,49.6377,148.1592,-21.4792,0.8764,41.8028,0.0000,0.0000,6.9586,41.9319,-0.9842,0.0000,42.9161,0.0000,42.9161,7.3839,35.5322,0.0000,35.5322,0.0723,35.4599,0.0000,15.7430,12.4979,7.2190,10492.9336,10492.9336,10492.9336,10492.9336,10492.9336 +304.5000,1.0000,3539.1779,67.6300,67.7530,-0.0683,0.0000,5,1843.0995,160.8229,757.6442,-112.2155,31.0402,146.2321,-21.6586,0.1900,23.8955,0.0000,0.0000,6.9547,23.9609,-0.8926,0.0000,24.8535,0.0000,24.8535,7.3790,17.4745,0.0000,17.4745,-0.1139,17.5884,0.0000,16.4752,12.4896,-11.3763,7150.7179,7150.7179,7150.7179,7150.7179,7150.7179 +305.5000,1.0000,3557.8478,67.2115,67.5070,-0.1642,0.0000,5,1842.9085,82.1428,739.2003,-112.2084,15.8526,142.6575,-21.6550,-0.2116,9.1252,0.0000,0.0000,6.9390,9.1562,-0.8102,0.0000,9.9664,0.0000,9.9664,7.3333,2.6331,0.0000,2.6331,-0.2720,2.9052,0.0000,17.6546,12.4123,-27.1618,4761.3727,4761.3727,4761.3727,4761.3727,4761.3727 +306.5000,1.0000,3576.3178,66.4920,66.9160,-0.2356,0.0000,5,1827.6110,7.0596,719.5460,-111.6335,1.3511,137.7117,-21.3652,-1.5071,-3.9843,0.0000,0.0000,6.8425,-3.9804,-0.8067,0.0000,-3.1737,0.0000,-3.1737,7.2548,-10.4285,0.0000,-10.4285,-0.3862,-10.0424,0.0000,16.2342,12.2794,-38.5560,3119.8727,3119.8727,3119.8727,3119.8727,3119.8727 +307.5000,1.0000,3594.5663,65.6945,66.0680,-0.2075,0.0000,5,1800.9460,33.5087,695.2070,-110.6316,6.3196,131.1123,-20.8645,-1.4640,1.0295,0.0000,0.0000,6.7541,1.0278,-0.7795,0.0000,1.8072,0.0000,1.8072,7.1678,-5.3606,0.0000,-5.3606,-0.3361,-5.0245,0.0000,16.3998,12.1321,-33.5565,3588.1633,3588.1633,3588.1633,3588.1633,3588.1633 +308.5000,1.0000,3612.5838,64.8630,65.3210,-0.2544,0.0000,5,1770.6190,-14.0723,689.7768,-109.5497,-2.6093,127.8976,-20.3126,-1.8583,-7.3480,0.0000,0.0000,6.5970,-7.3289,-0.7850,0.0000,-6.5439,0.0000,-6.5439,7.0771,-13.6209,0.0000,-13.6209,-0.4069,-13.2140,0.0000,15.4348,11.9786,-40.6274,2448.8714,2448.8714,2448.8714,2448.8714,2448.8714 +309.5000,1.0000,3630.3813,64.0710,64.4050,-0.1856,0.0000,5,1741.7030,45.2843,667.5438,-108.5199,8.2594,121.7538,-19.7930,-1.2649,2.9997,0.0000,0.0000,6.5246,2.9949,-0.7449,0.0000,3.7398,0.0000,3.7398,6.9907,-3.2508,0.0000,-3.2508,-0.2931,-2.9577,0.0000,14.4761,11.8323,-29.2661,3621.9968,3621.9968,3621.9968,3621.9968,3621.9968 +310.5000,1.0000,3647.9919,63.3985,63.7370,-0.1881,0.0000,5,1728.5420,50.8908,677.5015,-108.0512,9.2119,122.6362,-19.5586,-0.1417,2.8429,0.0000,0.0000,6.5107,2.8559,-0.7331,0.0000,3.5890,0.0000,3.5890,6.9173,-3.3282,0.0000,-3.3282,-0.2939,-3.0343,0.0000,14.6067,11.7081,-29.3491,3697.8249,3697.8249,3697.8249,3697.8249,3697.8249 +311.5000,1.0000,3665.4378,62.8050,63.0600,-0.1417,0.0000,5,1717.1360,80.3120,674.9692,-107.6450,14.4416,121.3717,-19.3565,-1.0620,9.0671,0.0000,0.0000,6.4365,9.0507,-0.7317,0.0000,9.7824,0.0000,9.7824,6.8525,2.9299,0.0000,2.9299,-0.2194,3.1492,0.0000,13.4531,11.5985,-21.9024,4239.3129,4239.3129,4239.3129,4239.3129,4239.3129 +312.5000,1.0000,3682.7606,62.3620,62.5500,-0.1044,0.0000,5,1695.2775,112.6539,675.5401,-106.8666,19.9993,119.9280,-18.9719,-1.2272,14.8806,0.0000,0.0000,6.3459,14.8218,-0.7532,0.0000,15.5751,0.0000,15.5751,6.8042,8.7709,0.0000,8.7709,-0.1606,8.9315,0.0000,13.4485,11.5167,-16.0337,4957.5275,4957.5275,4957.5275,4957.5275,4957.5275 +313.5000,1.0000,3700.0181,62.1270,62.1740,-0.0261,0.0000,5,1677.9205,185.1666,678.8749,-106.2484,32.5359,119.2861,-18.6691,-0.5739,26.8112,0.0000,0.0000,6.2986,26.7424,-0.8094,0.0000,27.5518,0.0000,27.5518,6.7785,20.7733,0.0000,20.7733,-0.0400,20.8133,0.0000,13.3333,11.4733,-3.9933,7181.9886,7181.9886,7181.9886,7181.9886,7181.9886 +314.5000,1.0000,3717.2422,62.0070,62.0800,-0.0406,0.0000,5,1680.5525,184.3241,699.0445,-106.3422,32.4386,123.0228,-18.7148,0.8464,25.2482,0.0000,0.0000,6.3441,25.4013,-0.8006,0.0000,26.2019,0.0000,26.2019,6.7655,19.4364,0.0000,19.4364,-0.0620,19.4984,0.0000,14.2377,11.4512,-6.1904,7168.5612,7168.5612,7168.5612,7168.5612,7168.5612 +315.5000,1.0000,3734.3943,61.7475,61.9340,-0.1036,0.0000,5,1686.0075,120.3928,700.2105,-106.5364,21.2563,123.6280,-18.8099,-0.2844,15.2091,0.0000,0.0000,6.3316,15.2304,-0.7448,0.0000,15.9751,0.0000,15.9751,6.7371,9.2380,0.0000,9.2380,-0.1577,9.3957,0.0000,13.7416,11.4032,-15.7491,5157.0288,5157.0288,5157.0288,5157.0288,5157.0288 +316.5000,1.0000,3751.4254,61.3120,61.5610,-0.1383,0.0000,5,1672.4270,75.8925,679.3035,-106.0528,13.2915,118.9706,-18.5737,-1.1127,8.1505,0.0000,0.0000,6.2538,8.1307,-0.7015,0.0000,8.8322,0.0000,8.8322,6.6896,2.1426,0.0000,2.1426,-0.2091,2.3517,0.0000,11.9075,11.3228,-20.8786,4026.6650,4026.6650,4026.6650,4026.6650,4026.6650 +317.5000,1.0000,3768.2953,60.7315,61.0630,-0.1842,0.0000,5,1643.8545,29.5889,658.1165,-105.0353,5.0936,113.2908,-18.0812,-1.7907,0.7181,0.0000,0.0000,6.1661,0.7143,-0.6912,0.0000,1.4055,0.0000,1.4055,6.6263,-5.2208,0.0000,-5.2208,-0.2758,-4.9450,0.0000,11.3724,11.2156,-27.5330,3057.2041,3057.2041,3057.2041,3057.2041,3057.2041 +318.5000,1.0000,3784.9914,60.1060,60.4000,-0.1633,0.0000,5,1623.4075,60.9068,637.7152,-104.3071,10.3543,108.4134,-17.7325,-0.2700,4.4902,0.0000,0.0000,6.1341,4.5048,-0.6709,0.0000,5.1757,0.0000,5.1757,6.5580,-1.3823,0.0000,-1.3823,-0.2420,-1.1403,0.0000,11.9266,11.1001,-24.1670,3595.1760,3595.1760,3595.1760,3595.1760,3595.1760 +319.5000,1.0000,3801.5214,59.5080,59.8120,-0.1689,0.0000,5,1620.7370,51.0513,646.1574,-104.2120,8.6646,109.6679,-17.6872,0.0038,2.5183,0.0000,0.0000,6.1425,2.5313,-0.6655,0.0000,3.1968,0.0000,3.1968,6.4928,-3.2960,0.0000,-3.2960,-0.2478,-3.0482,0.0000,10.7025,10.9897,-24.7403,3403.1169,3403.1169,3403.1169,3403.1169,3403.1169 +320.5000,1.0000,3817.9307,59.0735,59.2040,-0.0725,0.0000,5,1611.5435,130.0425,640.3722,-103.8846,21.9460,108.0695,-17.5316,-0.9136,16.7817,0.0000,0.0000,6.0779,16.7225,-0.7075,0.0000,17.4300,0.0000,17.4300,6.4454,10.9846,0.0000,10.9846,-0.1056,11.0902,0.0000,10.7237,10.9094,-10.5429,5204.0908,5204.0908,5204.0908,5204.0908,5204.0908 +321.5000,1.0000,3834.3089,58.9615,58.9430,0.0103,0.0000,5,1595.7885,208.3040,660.0973,-103.2237,34.8098,110.3092,-17.2498,-0.6393,29.4144,0.0000,0.0000,6.0347,29.2850,-0.7691,0.0000,30.0541,0.0000,30.0541,6.4332,23.6209,0.0000,23.6209,0.0149,23.6060,0.0000,11.2255,10.8887,1.4918,7489.3176,7489.3176,7489.3176,7489.3176,7489.3176 +322.5000,1.0000,3850.7128,59.0540,58.9800,0.0411,0.0000,5,1593.1560,235.0253,683.3463,-103.0676,39.2104,114.0060,-17.1953,0.3807,32.7562,0.0000,0.0000,6.0735,32.7951,-0.7883,0.0000,33.5835,0.0000,33.5835,6.4433,27.1402,0.0000,27.1402,0.0599,27.0804,0.0000,10.1982,10.9058,5.9764,8310.8099,8310.8099,8310.8099,8310.8099,8310.8099 +323.5000,1.0000,3867.1817,59.2880,59.1280,0.0889,0.0000,5,1604.5240,283.8304,694.0689,-103.6346,47.6907,116.6212,-17.4132,0.7367,40.8031,0.0000,0.0000,6.1508,40.8829,-0.8331,0.0000,41.7160,0.0000,41.7160,6.4688,35.2472,0.0000,35.2472,0.1299,35.1173,0.0000,11.1951,10.9490,12.9731,9913.2289,9913.2289,9913.2289,9913.2289,9913.2289 +324.5000,1.0000,3883.7479,59.6385,59.4480,0.1058,0.0000,5,1613.5270,299.8816,710.9762,-103.9552,50.6704,120.1323,-17.5651,0.1512,44.3963,0.0000,0.0000,6.1229,44.2968,-0.8561,0.0000,45.1529,0.0000,45.1529,6.5070,38.6459,0.0000,38.6459,0.1556,38.4903,0.0000,11.9391,11.0138,15.5374,10490.8923,10490.8923,10490.8923,10490.8923,10490.8923 +325.5000,1.0000,3900.4121,59.9910,59.8290,0.0900,0.0000,5,1618.9440,290.8826,717.1267,-104.1481,49.3149,121.5784,-17.6568,0.3868,42.7967,0.0000,0.0000,6.1313,42.7841,-0.8543,0.0000,43.6384,0.0000,43.6384,6.5455,37.0929,0.0000,37.0929,0.1331,36.9598,0.0000,12.5899,11.0789,13.2910,10228.5712,10228.5712,10228.5712,10228.5712,10228.5712 +326.5000,1.0000,3917.1415,60.2260,60.1530,0.0406,0.0000,5,1628.5955,245.5256,716.2362,-104.4918,41.8734,122.1513,-17.8207,0.5761,35.1009,0.0000,0.0000,6.1964,35.1824,-0.8199,0.0000,36.0023,0.0000,36.0023,6.5711,29.4311,0.0000,29.4311,0.0602,29.3709,0.0000,12.2360,11.1223,6.0126,8833.0813,8833.0813,8833.0813,8833.0813,8833.0813 +327.5000,1.0000,3933.9035,60.3430,60.2990,0.0244,0.0000,5,1644.9990,246.8322,706.4113,-105.0760,42.5203,121.6892,-18.1008,1.0752,35.2207,0.0000,0.0000,6.2244,35.4227,-0.8230,0.0000,36.2458,0.0000,36.2458,6.5839,29.6619,0.0000,29.6619,0.0364,29.6255,0.0000,14.8505,11.1439,3.6311,8957.9447,8957.9447,8957.9447,8957.9447,8957.9447 +328.5000,1.0000,3950.6451,60.2700,60.3870,-0.0650,0.0000,5,1645.4950,165.4816,707.5910,-105.0937,28.5151,121.9291,-18.1093,-1.0254,23.3681,0.0000,0.0000,6.1724,23.2692,-0.7604,0.0000,24.0296,0.0000,24.0296,6.5759,17.4537,0.0000,17.4537,-0.0966,17.5503,0.0000,16.0636,11.1304,-9.6437,6388.3418,6388.3418,6388.3418,6388.3418,6388.3418 +329.5000,1.0000,3967.3133,60.0055,60.1530,-0.0819,0.0000,5,1635.5005,163.9270,681.7212,-104.7377,28.0757,116.7578,-17.9384,0.0153,21.8992,0.0000,0.0000,6.1612,21.9552,-0.7494,0.0000,22.7046,0.0000,22.7046,6.5471,16.1575,0.0000,16.1575,-0.1212,16.2787,0.0000,17.3015,11.0815,-12.1043,6288.8531,6288.8531,6288.8531,6288.8531,6288.8531 +330.5000,1.0000,3983.8744,59.6200,59.8580,-0.1322,0.0000,5,1617.8380,104.4956,676.7936,-104.1087,17.7036,114.6621,-17.6381,-1.7700,13.4209,0.0000,0.0000,6.0526,13.3264,-0.6994,0.0000,14.0257,0.0000,14.0257,6.5050,7.5207,0.0000,7.5207,-0.1944,7.7151,0.0000,16.1103,11.0103,-19.4055,4460.7792,4460.7792,4460.7792,4460.7792,4460.7792 +331.5000,1.0000,4000.3417,59.2820,59.3820,-0.0556,0.0000,5,1595.5595,181.2434,652.1328,-103.2101,30.2833,108.9627,-17.2450,-0.4374,24.6734,0.0000,0.0000,6.0473,24.6459,-0.7510,0.0000,25.3969,0.0000,25.3969,6.4681,18.9288,0.0000,18.9288,-0.0812,19.0100,0.0000,16.1694,10.9479,-8.1074,6676.5112,6676.5112,6676.5112,6676.5112,6676.5112 +332.5000,1.0000,4016.7701,59.1425,59.1820,-0.0219,0.0000,5,1604.9820,222.6746,677.8575,-103.6509,37.4257,113.9298,-17.4209,1.3687,29.9227,0.0000,0.0000,6.1344,30.2017,-0.7767,0.0000,30.9784,0.0000,30.9784,6.4529,24.5255,0.0000,24.5255,-0.0320,24.5575,0.0000,16.8302,10.9222,-3.1949,7994.6687,7994.6687,7994.6687,7994.6687,7994.6687 +333.5000,1.0000,4033.1999,59.1470,59.1030,0.0244,0.0000,5,1610.0560,238.4783,691.8828,-103.8316,40.2086,116.6547,-17.5065,-0.8713,35.0090,0.0000,0.0000,6.0709,34.7915,-0.8000,0.0000,35.5915,0.0000,35.5915,6.4534,29.1381,0.0000,29.1381,0.0356,29.1024,0.0000,14.6203,10.9230,3.5591,8516.9896,8516.9896,8516.9896,8516.9896,8516.9896 +334.5000,1.0000,4049.6654,59.2760,59.1910,0.0472,0.0000,5,1602.7315,281.5350,695.5656,-103.5707,47.2522,116.7421,-17.3831,0.1464,41.0502,0.0000,0.0000,6.0555,41.0295,-0.8336,0.0000,41.8631,0.0000,41.8631,6.4675,35.3956,0.0000,35.3956,0.0690,35.3266,0.0000,17.4892,10.9468,6.8906,9831.9732,9831.9732,9831.9732,9831.9732,9831.9732 +335.5000,1.0000,4066.2144,59.5765,59.3610,0.1197,0.0000,5,1603.9520,348.0776,708.6738,-103.6142,58.4650,119.0327,-17.4036,-0.0263,52.4390,0.0000,0.0000,6.0523,52.2413,-0.8952,0.0000,53.1365,0.0000,53.1365,6.5003,46.6363,0.0000,46.6363,0.1759,46.4604,0.0000,17.8999,11.0023,17.5582,11934.4894,11934.4894,11934.4894,11934.4894,11934.4894 +336.5000,1.0000,4082.8767,59.9840,59.7920,0.1067,0.0000,5,1614.7095,335.0618,730.4431,-103.9973,56.6563,123.5121,-17.5851,1.0932,49.4125,0.0000,0.0000,6.1506,49.5911,-0.8886,0.0000,50.4797,0.0000,50.4797,6.5447,43.9350,0.0000,43.9350,0.1577,43.7773,0.0000,16.9492,11.0776,15.7505,11603.2082,11603.2082,11603.2082,11603.2082,11603.2082 +337.5000,1.0000,4099.5715,60.1015,60.1760,-0.0414,0.0000,5,1629.0150,207.2449,729.0507,-104.5068,35.3539,124.3688,-17.8278,0.3282,28.8624,0.0000,0.0000,6.1633,28.9564,-0.7863,0.0000,29.7428,0.0000,29.7428,6.5575,23.1852,0.0000,23.1852,-0.0613,23.2465,0.0000,18.2708,11.0993,-6.1235,7632.8297,7632.8297,7632.8297,7632.8297,7632.8297 +338.5000,1.0000,4116.2239,59.9485,60.0270,-0.0436,0.0000,5,1627.8325,187.2835,691.8119,-104.4647,31.9255,117.9306,-17.8077,-0.4462,26.2564,0.0000,0.0000,6.1153,26.2188,-0.7700,0.0000,26.9887,0.0000,26.9887,6.5409,20.4479,0.0000,20.4479,-0.0645,20.5123,0.0000,15.8772,11.0710,-6.4358,6993.5674,6993.5674,6993.5674,6993.5674,6993.5674 +339.5000,1.0000,4132.7997,59.6730,59.8700,-0.1094,0.0000,5,1624.7805,136.2403,685.1661,-104.3560,23.1808,116.5787,-17.7558,0.1408,16.9111,0.0000,0.0000,6.1289,16.9818,-0.7187,0.0000,17.7006,0.0000,17.7006,6.5108,11.1898,0.0000,11.1898,-0.1610,11.3508,0.0000,16.4075,11.0201,-16.0768,5429.6001,5429.6001,5429.6001,5429.6001,5429.6001 +340.5000,1.0000,4149.2054,59.0605,59.4760,-0.2308,0.0000,5,1619.5925,-28.8718,668.5333,-104.1712,-4.8968,113.3855,-17.6678,-0.6564,-10.3251,0.0000,0.0000,6.0847,-10.3559,-0.6899,0.0000,-9.6660,0.0000,-9.6660,6.4440,-16.1100,0.0000,-16.1100,-0.3361,-15.7738,0.0000,6.8794,10.9070,-33.5602,1735.5680,1735.5680,1735.5680,1735.5680,1735.5680 +341.5000,1.0000,4165.3713,58.1970,58.6450,-0.2489,0.0000,5,1592.4695,-83.3650,608.8227,-103.0268,-13.9022,101.5291,-17.1811,-2.0071,-17.8655,0.0000,0.0000,5.9704,-17.7720,-0.6937,0.0000,-17.0784,0.0000,-17.0784,6.3498,-23.4281,0.0000,-23.4281,-0.3571,-23.0710,0.0000,1.8377,10.7475,-35.6562,347.8768,347.8768,347.8768,347.8768,347.8768 +342.5000,1.0000,4181.2950,57.3255,57.7490,-0.2353,0.0000,5,1557.9460,-78.2378,576.9995,-100.9793,-12.7643,94.1362,-16.4745,-1.3394,-17.3116,0.0000,0.0000,5.8868,-17.2837,-0.6778,0.0000,-16.6060,0.0000,-16.6060,6.2547,-22.8607,0.0000,-22.8607,-0.3325,-22.5281,0.0000,0.0868,10.5866,-33.2015,430.8568,430.8568,430.8568,430.8568,430.8568 +343.5000,1.0000,4197.0074,56.5645,56.9020,-0.1875,0.0000,5,1538.4145,-31.5608,571.0828,-99.8210,-5.0845,92.0028,-16.0814,-0.5226,-10.3750,0.0000,0.0000,5.8131,-10.3998,-0.6479,0.0000,-9.7518,0.0000,-9.7518,6.1716,-15.9235,0.0000,-15.9235,-0.2615,-15.6620,0.0000,0.0000,10.4461,-26.1081,1517.6482,1517.6482,1517.6482,1517.6482,1517.6482 +344.5000,1.0000,4212.5519,55.9605,56.2270,-0.1481,0.0000,5,1519.6460,-1.8508,579.8573,-98.7078,-0.2945,92.2767,-15.7081,-1.2353,-4.8026,0.0000,0.0000,5.7434,-4.7835,-0.6240,0.0000,-4.1596,0.0000,-4.1596,6.1057,-10.2653,0.0000,-10.2653,-0.2043,-10.0610,0.0000,0.0000,10.3345,-20.3956,2167.8806,2167.8806,2167.8806,2167.8806,2167.8806 +345.5000,1.0000,4227.9335,55.3735,55.6940,-0.1781,0.0000,5,1501.8695,-22.8132,583.8065,-97.6535,-3.5880,91.8184,-15.3585,-0.4187,-8.8461,0.0000,0.0000,5.6768,-8.8707,-0.6245,0.0000,-8.2462,0.0000,-8.2462,6.0417,-14.2879,0.0000,-14.2879,-0.2431,-14.0448,0.0000,0.0000,10.2261,-24.2709,1639.6153,1639.6153,1639.6153,1639.6153,1639.6153 +346.5000,1.0000,4243.1456,54.7635,55.0530,-0.1608,0.0000,5,1491.0735,-8.6010,572.5370,-97.0133,-1.3430,89.3987,-15.1481,-0.5729,-6.4118,0.0000,0.0000,5.6417,-6.4189,-0.6084,0.0000,-5.8104,0.0000,-5.8104,5.9751,-11.7855,0.0000,-11.7855,-0.2172,-11.5684,0.0000,0.0000,10.1135,-21.6819,1956.1876,1956.1876,1956.1876,1956.1876,1956.1876 +347.5000,1.0000,4258.1831,54.1350,54.4740,-0.1883,0.0000,5,1477.9125,-32.7634,572.9825,-96.2327,-5.0707,88.6786,-14.8936,-0.6267,-10.0364,0.0000,0.0000,5.5924,-10.0524,-0.6073,0.0000,-9.4452,0.0000,-9.4452,5.9066,-15.3517,0.0000,-15.3517,-0.2514,-15.1003,0.0000,0.0000,9.9974,-25.0977,1377.8435,1377.8435,1377.8435,1377.8435,1377.8435 +348.5000,1.0000,4273.0258,53.4340,53.7960,-0.2011,0.0000,5,1460.5175,-45.9558,558.0323,-95.2010,-7.0287,85.3483,-14.5605,-0.9409,-11.6251,0.0000,0.0000,5.5373,-11.6204,-0.5999,0.0000,-11.0204,0.0000,-11.0204,5.8301,-16.8505,0.0000,-16.8505,-0.2649,-16.5856,0.0000,0.0000,9.8679,-26.4535,1050.1817,1050.1817,1050.1817,1050.1817,1050.1817 +349.5000,1.0000,4287.6597,52.6820,53.0720,-0.2167,0.0000,5,1438.6590,-60.0162,545.3927,-93.9047,-9.0418,82.1667,-14.1473,-1.0044,-13.5023,0.0000,0.0000,5.4648,-13.4955,-0.5926,0.0000,-12.9029,0.0000,-12.9029,5.7480,-18.6509,0.0000,-18.6509,-0.2814,-18.3695,0.0000,0.0000,9.7291,-28.0985,697.0928,697.0928,697.0928,697.0928,697.0928 +350.5000,1.0000,4302.0993,51.9825,52.2920,-0.1719,0.0000,5,1419.2420,-18.8771,533.2903,-92.7531,-2.8056,79.2590,-13.7852,-0.7015,-7.5160,0.0000,0.0000,5.4120,-7.5181,-0.5667,0.0000,-6.9514,0.0000,-6.9514,5.6717,-12.6231,0.0000,-12.6231,-0.2204,-12.4027,0.0000,0.0000,9.5999,-22.0026,1569.3042,1569.3042,1569.3042,1569.3042,1569.3042 +351.5000,1.0000,4316.3551,51.3210,51.6730,-0.1956,0.0000,5,1399.7485,-41.5485,542.7611,-91.5970,-6.0902,79.5586,-13.4264,-0.9838,-10.4533,0.0000,0.0000,5.3468,-10.4394,-0.5637,0.0000,-9.8757,0.0000,-9.8757,5.5995,-15.4753,0.0000,-15.4753,-0.2474,-15.2278,0.0000,0.0000,9.4777,-24.7055,1025.2390,1025.2390,1025.2390,1025.2390,1025.2390 +352.5000,1.0000,4330.4283,50.6635,50.9690,-0.1697,0.0000,5,1380.7890,-16.4410,527.5898,-90.4725,-2.3773,76.2873,-13.0820,-0.6372,-7.0359,0.0000,0.0000,5.2959,-7.0401,-0.5450,0.0000,-6.4951,0.0000,-6.4951,5.5278,-12.0229,0.0000,-12.0229,-0.2120,-11.8109,0.0000,0.0000,9.3563,-21.1672,1550.2976,1550.2976,1550.2976,1550.2976,1550.2976 +353.5000,1.0000,4344.2932,49.9135,50.3580,-0.2469,0.0000,5,1368.5820,-80.7597,533.7979,-89.7485,-11.5743,76.5026,-12.8625,-0.3943,-16.4485,0.0000,0.0000,5.2686,-16.5394,-0.5571,0.0000,-15.9823,0.0000,-15.9823,5.4460,-21.4283,0.0000,-21.4283,-0.3039,-21.1244,0.0000,0.0000,9.2178,-30.3422,111.3028,111.3028,111.3028,111.3028,111.3028 +354.5000,1.0000,4357.9143,49.0360,49.4690,-0.2406,0.0000,5,1346.5325,-83.5494,500.3479,-88.4408,-11.7812,70.5533,-12.4709,-1.4353,-15.5271,0.0000,0.0000,5.1812,-15.4635,-0.5411,0.0000,-14.9224,0.0000,-14.9224,5.3502,-20.2726,0.0000,-20.2726,-0.2908,-19.9818,0.0000,0.0000,9.0557,-29.0375,15.6305,15.6305,15.6305,15.6305,15.6305 +355.5000,1.0000,4371.2633,48.0565,48.6030,-0.3036,0.0000,5,1319.6765,-86.8481,490.3057,-86.8481,-12.0021,67.7584,-12.0021,-0.7698,-16.3474,0.0000,0.0000,5.1151,-16.4164,-0.5287,0.0000,-15.8876,0.0000,-15.8876,5.2433,-21.1310,6.2708,-27.4018,-0.3597,-27.0421,0.0000,0.0000,8.8748,-35.9169,0.0000,0.0000,0.0000,0.0000,0.0000 +356.5000,1.0000,4384.2306,46.6820,47.5100,-0.4600,0.0000,5,1294.4230,-85.3503,480.8914,-85.3503,-11.5694,65.1856,-11.5694,-1.2524,-15.3341,0.0000,0.0000,5.0171,-15.4209,-0.5059,0.0000,-14.9150,0.0000,-14.9150,5.0934,-20.0084,24.7612,-44.7696,-0.5294,-44.2401,0.0000,0.0000,8.6210,-52.8611,0.0000,0.0000,0.0000,0.0000,0.0000 +357.5000,1.0000,4396.7415,45.0395,45.8540,-0.4525,0.0000,5,1256.3900,-83.0947,469.4119,-83.0947,-10.9327,61.7600,-10.9327,-1.7189,-15.8979,0.0000,0.0000,6.6841,-15.9036,-0.4834,0.0000,-15.4202,0.0000,-15.4202,4.9142,-20.3344,22.0201,-42.3545,-0.5025,-41.8520,0.0000,0.0000,8.3177,-50.1697,0.0000,0.0000,0.0000,0.0000,0.0000 +358.5000,1.0000,4408.8847,43.7155,44.2250,-0.2831,0.0000,5,1212.1005,-80.4679,457.0978,-80.4679,-10.2139,58.0198,-10.2139,-1.6385,-15.1247,0.0000,0.0000,6.5493,-15.0252,-0.4624,0.0000,-14.5628,0.0000,-14.5628,4.7697,-19.3325,3.3599,-22.6924,-0.3051,-22.3873,0.0000,0.0000,8.0732,-30.4605,0.0000,0.0000,0.0000,0.0000,0.0000 +359.5000,1.0000,4420.7443,42.6945,43.2060,-0.2842,0.0000,5,1178.2635,-78.4537,448.3795,-78.4537,-9.6802,55.3244,-9.6802,-0.8557,-15.2086,0.0000,0.0000,6.3841,-15.2386,-0.4487,0.0000,-14.7899,0.0000,-14.7899,4.6583,-19.4482,2.8321,-22.2803,-0.2991,-21.9812,0.0000,0.0000,7.8846,-29.8658,0.0000,0.0000,0.0000,0.0000,0.0000 +360.5000,1.0000,4432.3179,41.6650,42.1830,-0.2878,0.0000,5,1148.0510,-76.6514,440.2839,-76.6514,-9.2153,52.9325,-9.2153,-1.2963,-14.1754,0.0000,0.0000,6.2564,-14.1239,-0.4317,0.0000,-13.6922,0.0000,-13.6922,4.5460,-18.2382,3.8789,-22.1171,-0.2956,-21.8215,0.0000,0.0000,7.6945,-29.5160,0.0000,0.0000,0.0000,0.0000,0.0000 +361.5000,1.0000,4443.5653,40.4905,41.1470,-0.3647,0.0000,5,1117.5330,-74.8310,432.1699,-74.8310,-8.7573,50.5759,-8.7573,-0.8325,-14.0992,0.0000,0.0000,6.1744,-14.1760,-0.4159,0.0000,-13.7601,0.0000,-13.7601,4.4178,-18.1779,11.0620,-29.2399,-0.3641,-28.8758,0.0000,0.0000,7.4776,-36.3534,0.0000,0.0000,0.0000,0.0000,0.0000 +362.5000,1.0000,4454.4458,39.1700,39.8340,-0.3689,0.0000,5,1094.1865,-73.3689,426.4912,-73.3689,-8.4068,48.8686,-8.4068,-0.7536,-13.7910,0.0000,0.0000,6.1378,-13.8850,-0.3977,0.0000,-13.4874,0.0000,-13.4874,4.2738,-17.7611,10.9310,-28.6921,-0.3562,-28.3358,0.0000,0.0000,7.2337,-35.5696,0.0000,0.0000,0.0000,0.0000,0.0000 +363.5000,1.0000,4465.1100,38.3910,38.5060,-0.0639,0.0000,5,1061.4555,85.0208,417.0965,-71.0260,9.4505,46.3625,-7.8949,-1.4025,4.9162,0.0000,0.0000,5.9368,4.8310,-0.3493,0.0000,5.1803,0.0000,5.1803,4.1888,0.9915,0.0000,0.9915,-0.0605,1.0520,0.0000,0.0000,7.0899,-6.0379,2733.1854,2733.1854,2733.1854,2733.1854,2733.1854 +364.5000,1.0000,4475.8390,38.6245,38.2760,0.1936,0.0000,5,1038.1475,327.2831,490.8486,-69.3575,35.5804,53.3624,-7.5402,-0.1143,29.7810,0.0000,0.0000,5.9138,29.4637,-0.4766,0.0000,29.9403,0.0000,29.9403,4.2142,25.7260,0.0000,25.7260,0.1844,25.5417,0.0000,0.0000,7.1330,18.4087,7260.5355,7260.5355,7260.5355,7260.5355,7260.5355 +365.5000,1.0000,4486.8428,39.6135,38.9730,0.3558,0.0000,5,1050.2405,483.4243,610.3435,-70.2232,53.1675,67.1261,-7.7232,0.8956,46.2637,0.0000,0.0000,6.0082,46.1295,-0.5731,0.0000,46.7026,0.0000,46.7026,4.3402,42.3623,0.0000,42.3623,0.3475,42.0148,0.0000,0.0000,7.3156,34.6992,10580.9806,10580.9806,10580.9806,10580.9806,10580.9806 +366.5000,1.0000,4498.1994,40.8840,40.2540,0.3500,0.0000,5,1078.8130,465.1988,687.2208,-72.2685,52.5549,77.6374,-8.1644,0.9730,47.0880,0.0000,0.0000,4.4938,47.0048,-0.5937,0.0000,47.5984,0.0000,47.5984,4.4704,43.1280,0.0000,43.1280,0.3528,42.7752,0.0000,0.0000,7.5503,35.2250,10429.8553,10429.8553,10429.8553,10429.8553,10429.8553 +367.5000,1.0000,4509.9781,42.4030,41.5140,0.4939,0.0000,5,1118.8300,600.1485,682.7701,-74.9083,70.3156,79.9958,-8.7765,1.7404,63.9633,0.0000,0.0000,4.6119,64.0682,-0.6996,0.0000,64.7678,0.0000,64.7678,4.8675,59.9003,0.0000,59.9003,0.5163,59.3839,0.0000,0.0000,7.8308,51.5531,13931.7563,13931.7563,13931.7563,13931.7563,13931.7563 +368.5000,1.0000,4522.2542,44.1940,43.2920,0.5011,0.0000,5,1165.1410,606.1272,748.7457,-77.6709,73.9556,91.3569,-9.4769,1.5012,67.7275,0.0000,0.0000,4.7269,67.5680,-0.7411,0.0000,68.3091,0.0000,68.3091,5.0852,63.2239,0.0000,63.2239,0.5460,62.6779,0.0000,0.0000,8.1615,54.5163,14607.1974,14607.1974,14607.1974,14607.1974,14607.1974 +369.5000,1.0000,4535.0042,45.9000,45.0960,0.4467,0.0000,5,1208.7055,555.6843,757.3520,-80.2666,70.3359,95.8621,-10.1598,1.6763,63.8189,0.0000,0.0000,4.8407,63.8922,-0.7459,0.0000,64.6380,0.0000,64.6380,5.1869,59.4512,0.0000,59.4512,0.5055,58.9457,0.0000,0.0000,8.4766,50.4691,13928.8883,13928.8883,13928.8883,13928.8883,13928.8883 +370.5000,1.0000,4548.1649,47.3785,46.7040,0.3747,0.0000,5,1257.2675,486.1127,740.1663,-83.1467,64.0020,97.4508,-10.9472,2.0058,57.0212,0.0000,0.0000,4.9750,57.3825,-0.7337,0.0000,58.1161,0.0000,58.1161,5.2249,52.8912,0.0000,52.8912,0.4377,52.4535,0.0000,0.0000,8.7496,43.7039,12731.2404,12731.2404,12731.2404,12731.2404,12731.2404 +371.5000,1.0000,4561.6540,48.5610,48.0530,0.2822,0.0000,5,1294.5375,395.9775,718.1405,-85.3571,53.6802,97.3537,-11.5713,0.8977,47.7222,0.0000,0.0000,5.0603,47.6401,-0.7013,0.0000,48.3414,0.0000,48.3414,5.2984,43.0430,0.0000,43.0430,0.3379,42.7051,0.0000,0.0000,8.9680,33.7371,10776.9612,10776.9612,10776.9612,10776.9612,10776.9612 +372.5000,1.0000,4575.4647,49.7185,49.0690,0.3608,0.0000,5,1322.1560,469.3327,686.9873,-86.9951,64.9819,95.1174,-12.0450,1.3257,58.5119,0.0000,0.0000,5.1443,58.4706,-0.7728,0.0000,59.2434,0.0000,59.2434,5.4568,53.7866,0.0000,53.7866,0.4423,53.3443,0.0000,0.0000,9.1818,44.1625,12923.3815,12923.3815,12923.3815,12923.3815,12923.3815 +373.5000,1.0000,4589.6267,50.9830,50.3680,0.3417,0.0000,5,1351.3005,451.9226,720.8612,-88.7236,63.9506,102.0075,-12.5551,1.0637,57.6479,0.0000,0.0000,5.2390,57.5011,-0.7866,0.0000,58.2877,0.0000,58.2877,5.5626,52.7250,0.0000,52.7250,0.4295,52.2955,0.0000,0.0000,9.4153,42.8802,12721.7161,12721.7161,12721.7161,12721.7161,12721.7161 +374.5000,1.0000,4604.1175,52.1670,51.5980,0.3161,0.0000,5,1382.3145,430.1763,718.6696,-90.5630,62.2704,104.0315,-13.1095,1.5447,55.4086,0.0000,0.0000,5.3172,55.5323,-0.7944,0.0000,56.3266,0.0000,56.3266,5.6918,50.6348,0.0000,50.6348,0.4066,50.2282,0.0000,0.0000,9.6340,40.5943,12427.6239,12427.6239,12427.6239,12427.6239,12427.6239 +375.5000,1.0000,4618.9306,53.3270,52.7360,0.3283,0.0000,5,1423.0565,439.6021,716.2119,-92.9793,65.5104,106.7314,-13.8560,1.9703,58.0997,0.0000,0.0000,5.4404,58.3733,-0.8264,0.0000,59.1997,0.0000,59.1997,5.8184,53.3813,0.0000,53.3813,0.4317,52.9496,0.0000,0.0000,9.8482,43.1014,13050.0358,13050.0358,13050.0358,13050.0358,13050.0358 +376.5000,1.0000,4634.0460,54.4155,53.9180,0.2764,0.0000,5,1459.3730,388.3181,726.6203,-95.1332,59.3448,111.0459,-14.5387,1.2342,52.5511,0.0000,0.0000,5.5595,52.5664,-0.8139,0.0000,53.3802,0.0000,53.3802,5.9372,47.4431,0.0000,47.4431,0.3708,47.0723,0.0000,0.0000,10.0492,37.0231,11965.1379,11965.1379,11965.1379,11965.1379,11965.1379 +377.5000,1.0000,4649.4588,55.4860,54.9130,0.3183,0.0000,5,1487.8690,426.1087,714.7738,-96.8232,66.3917,111.3684,-15.0860,1.3454,59.3772,0.0000,0.0000,5.6690,59.3520,-0.8649,0.0000,60.2169,0.0000,60.2169,6.0540,54.1629,0.0000,54.1629,0.4355,53.7274,0.0000,0.0000,10.2469,43.4805,13288.1948,13288.1948,13288.1948,13288.1948,13288.1948 +378.5000,1.0000,4665.1656,56.5445,56.0590,0.2697,0.0000,5,1512.0930,381.3497,732.9655,-98.2599,60.3852,116.0622,-15.5591,0.8821,53.8013,0.0000,0.0000,5.7018,53.6784,-0.8531,0.0000,54.5315,0.0000,54.5315,6.1695,48.3620,0.0000,48.3620,0.3760,47.9860,0.0000,0.0000,10.4424,37.5436,12201.8722,12201.8722,12201.8722,12201.8722,12201.8722 +379.5000,1.0000,4681.1300,57.4720,57.0300,0.2456,0.0000,5,1544.0605,363.4237,723.9112,-100.1558,58.7633,117.0518,-16.1946,2.1305,50.7720,0.0000,0.0000,5.8608,51.1176,-0.8550,0.0000,51.9727,0.0000,51.9727,6.2706,45.7020,0.0000,45.7020,0.3479,45.3541,0.0000,0.0000,10.6137,34.7404,11903.7236,11903.7236,11903.7236,11903.7236,11903.7236 +380.5000,1.0000,4697.3567,58.4160,57.9140,0.2789,0.0000,5,1572.2895,385.5365,724.7710,-101.8300,63.4785,119.3334,-16.7663,0.5562,57.0476,0.0000,0.0000,5.8747,56.7688,-0.8989,0.0000,57.6677,0.0000,57.6677,6.3736,51.2941,0.0000,51.2941,0.4017,50.8924,0.0000,0.0000,10.7880,40.1044,12841.5857,12841.5857,12841.5857,12841.5857,12841.5857 +381.5000,1.0000,4713.8075,59.2230,58.9180,0.1694,0.0000,5,1592.6605,292.4334,736.8786,-103.0382,48.7729,122.8988,-17.1850,1.4290,41.3483,0.0000,0.0000,5.9956,41.5138,-0.8352,0.0000,42.3490,0.0000,42.3490,6.4617,35.8873,0.0000,35.8873,0.2474,35.6399,0.0000,0.0000,10.9370,24.7028,10110.6456,10110.6456,10110.6456,10110.6456,10110.6456 +382.5000,1.0000,4730.3965,59.7205,59.5280,0.1069,0.0000,5,1617.0750,233.6492,713.4687,-104.0816,39.5661,120.8186,-17.6251,0.9736,32.5338,0.0000,0.0000,6.0586,32.6259,-0.7985,0.0000,33.4245,0.0000,33.4245,6.5160,26.9085,0.0000,26.9085,0.1575,26.7510,0.0000,0.0000,11.0289,15.7221,8401.1743,8401.1743,8401.1743,8401.1743,8401.1743 +383.5000,1.0000,4747.0217,59.8505,59.9130,-0.0347,0.0000,5,1633.4020,107.7137,700.2335,-104.6630,18.4244,119.7746,-17.9026,0.6543,11.6622,0.0000,0.0000,6.1078,11.7210,-0.6951,0.0000,12.4161,0.0000,12.4161,6.5302,5.8860,0.0000,5.8860,-0.0512,5.9372,0.0000,0.0000,11.0529,-5.1157,4604.4634,4604.4634,4604.4634,4604.4634,4604.4634 +384.5000,1.0000,4763.5779,59.6025,59.7880,-0.1031,0.0000,5,1627.5655,37.3761,662.2683,-104.4552,6.3703,112.8759,-17.8032,-1.2353,1.5758,0.0000,0.0000,6.0298,1.5688,-0.6695,0.0000,2.2383,0.0000,2.2383,6.5031,-4.2648,0.0000,-4.2648,-0.1514,-4.1134,0.0000,0.0000,11.0071,-15.1205,3162.9591,3162.9591,3162.9591,3162.9591,3162.9591 +385.5000,1.0000,4780.0394,59.2615,59.4170,-0.0864,0.0000,5,1613.0695,58.0967,636.7157,-103.9389,9.8137,107.5542,-17.5574,-0.2116,4.0184,0.0000,0.0000,6.0069,4.0236,-0.6576,0.0000,4.6812,0.0000,4.6812,6.4659,-1.7847,0.0000,-1.7847,-0.1262,-1.6585,0.0000,0.0000,10.9441,-12.6026,3516.4720,3516.4720,3516.4720,3516.4720,3516.4720 +386.5000,1.0000,4796.4703,59.1510,59.1060,0.0250,0.0000,5,1602.3115,152.4497,639.6984,-103.5558,25.5801,107.3373,-17.3760,-0.8483,20.4528,0.0000,0.0000,5.9756,20.3273,-0.7270,0.0000,21.0543,0.0000,21.0543,6.4538,14.6004,0.0000,14.6004,0.0365,14.5640,0.0000,0.0000,10.9237,3.6403,5844.6959,5844.6959,5844.6959,5844.6959,5844.6959 +387.5000,1.0000,4812.9461,59.3130,59.1960,0.0650,0.0000,5,1600.4425,196.1346,668.1964,-103.4892,32.8718,111.9883,-17.3446,0.6637,26.1925,0.0000,0.0000,6.0156,26.2512,-0.7596,0.0000,27.0108,0.0000,27.0108,6.4715,20.5393,0.0000,20.5393,0.0951,20.4442,0.0000,0.0000,10.9536,9.4906,7142.9725,7142.9725,7142.9725,7142.9725,7142.9725 +388.5000,1.0000,4829.5149,59.6475,59.4300,0.1208,0.0000,5,1611.4675,243.6943,683.9557,-103.8819,41.1240,115.4192,-17.5303,0.4228,34.6703,0.0000,0.0000,6.0309,34.6359,-0.8075,0.0000,35.4434,0.0000,35.4434,6.5080,28.9353,0.0000,28.9353,0.1777,28.7576,0.0000,0.0000,11.0154,17.7422,8688.0364,8688.0364,8688.0364,8688.0364,8688.0364 +389.5000,1.0000,4846.2054,60.0860,59.8650,0.1228,0.0000,5,1619.8595,245.7206,700.3645,-104.1807,41.6819,118.8037,-17.6723,0.4098,35.2167,0.0000,0.0000,6.0554,35.1769,-0.8175,0.0000,35.9944,0.0000,35.9944,6.5559,29.4386,0.0000,29.4386,0.1819,29.2567,0.0000,0.0000,11.0964,18.1603,8794.5673,8794.5673,8794.5673,8794.5673,8794.5673 +390.5000,1.0000,4863.0375,60.5955,60.3070,0.1603,0.0000,5,1638.5900,282.7953,704.8584,-104.8478,48.5256,120.9486,-17.9911,1.4703,40.9242,0.0000,0.0000,6.1312,41.0934,-0.8559,0.0000,41.9494,0.0000,41.9494,6.6114,35.3379,0.0000,35.3379,0.2395,35.0985,0.0000,0.0000,11.1905,23.9080,10098.6344,10098.6344,10098.6344,10098.6344,10098.6344 +391.5000,1.0000,4880.0536,61.2580,60.8840,0.2078,0.0000,5,1661.6315,320.9136,720.4295,-105.6683,55.8408,125.3588,-18.3869,0.8603,48.7869,0.0000,0.0000,6.1936,48.7369,-0.9057,0.0000,49.6426,0.0000,49.6426,6.6837,42.9589,0.0000,42.9589,0.3138,42.6451,0.0000,0.0000,11.3128,31.3322,11495.3397,11495.3397,11495.3397,11495.3397,11495.3397 +392.5000,1.0000,4897.2728,61.9890,61.6320,0.1983,0.0000,5,1674.9450,311.9655,734.2759,-106.1425,54.7187,128.7919,-18.6174,0.5023,48.0013,0.0000,0.0000,6.2151,47.8656,-0.9137,0.0000,48.7794,0.0000,48.7794,6.7635,42.0159,0.0000,42.0159,0.3031,41.7128,0.0000,0.0000,11.4478,30.2649,11309.9639,11309.9639,11309.9639,11309.9639,11309.9639 +393.5000,1.0000,4914.6793,62.6635,62.3460,0.1764,0.0000,5,1695.5825,297.1380,735.8658,-106.8774,52.7601,130.6611,-18.9773,1.6405,44.7921,0.0000,0.0000,6.3275,44.9804,-0.9107,0.0000,45.8912,0.0000,45.8912,6.8371,39.0541,0.0000,39.0541,0.2725,38.7816,0.0000,0.0000,11.5724,27.2092,10986.6097,10986.6097,10986.6097,10986.6097,10986.6097 +394.5000,1.0000,4932.2363,63.2050,62.9810,0.1244,0.0000,5,1703.4025,241.0280,734.3059,-107.1559,42.9945,130.9854,-19.1145,-0.8300,37.5506,0.0000,0.0000,6.2739,37.2437,-0.8810,0.0000,38.1248,0.0000,38.1248,6.8962,31.2286,0.0000,31.2286,0.1939,31.0347,0.0000,0.0000,11.6724,19.3623,9156.6174,9156.6174,9156.6174,9156.6174,9156.6174 +395.5000,1.0000,4949.8917,63.5595,63.4290,0.0725,0.0000,5,1710.3835,206.6615,721.4574,-107.4045,37.0153,129.2209,-19.2373,1.5667,29.0893,0.0000,0.0000,6.3594,29.2829,-0.8470,0.0000,30.1298,0.0000,30.1298,6.9348,23.1950,0.0000,23.1950,0.1136,23.0814,0.0000,0.0000,11.7379,11.3435,8039.1776,8039.1776,8039.1776,8039.1776,8039.1776 +396.5000,1.0000,4967.5843,63.6935,63.6900,0.0019,0.0000,5,1724.1930,135.5733,716.1096,-107.8963,24.4787,129.2987,-19.4814,-0.1171,18.2392,0.0000,0.0000,6.3566,18.2265,-0.7935,0.0000,19.0200,0.0000,19.0200,6.9495,12.0705,0.0000,12.0705,0.0031,12.0675,0.0000,0.0000,11.7626,0.3049,5806.4139,5806.4139,5806.4139,5806.4139,5806.4139 +397.5000,1.0000,4985.2856,63.7245,63.6970,0.0153,0.0000,5,1725.0325,148.8486,698.8686,-107.9262,26.8887,126.2471,-19.4963,0.2061,20.3230,0.0000,0.0000,6.3597,20.3371,-0.8047,0.0000,21.1418,0.0000,21.1418,6.9528,14.1889,0.0000,14.1889,0.0240,14.1649,0.0000,0.0000,11.7683,2.3966,6233.1451,6233.1451,6233.1451,6233.1451,6233.1451 +398.5000,1.0000,5003.0019,63.7790,63.7520,0.0150,0.0000,5,1724.9560,146.5913,702.2007,-107.9235,26.4798,126.8434,-19.4950,-0.2142,20.3428,0.0000,0.0000,6.3512,20.3103,-0.8055,0.0000,21.1158,0.0000,21.1158,6.9588,14.1570,0.0000,14.1570,0.0236,14.1334,0.0000,0.0000,11.7784,2.3550,6160.8423,6160.8423,6160.8423,6160.8423,6160.8423 +399.5000,1.0000,5020.7522,63.9010,63.8060,0.0528,0.0000,5,1722.3240,180.9746,700.9031,-107.8298,32.6408,126.4158,-19.4483,-0.0645,26.3688,0.0000,0.0000,6.3366,26.3203,-0.8380,0.0000,27.1583,0.0000,27.1583,6.9721,20.1862,0.0000,20.1862,0.0831,20.1030,0.0000,0.0000,11.8009,8.3021,7250.0565,7250.0565,7250.0565,7250.0565,7250.0565 +400.5000,1.0000,5038.5711,64.1480,63.9960,0.0844,0.0000,5,1732.9675,216.4795,712.2643,-108.2088,39.2858,129.2588,-19.6373,1.1976,31.6559,0.0000,0.0000,6.4323,31.7862,-0.8699,0.0000,32.6561,0.0000,32.6561,6.9991,25.6570,0.0000,25.6570,0.1336,25.5234,0.0000,0.3422,11.8465,13.3347,8472.7020,8472.7020,8472.7020,8472.7020,8472.7020 +401.5000,1.0000,5056.4913,64.5125,64.3000,0.1181,0.0000,5,1754.4060,249.6597,726.4485,-108.9723,45.8677,133.4638,-20.0205,1.0973,38.2526,0.0000,0.0000,6.5178,38.3484,-0.9094,0.0000,39.2578,0.0000,39.2578,7.0388,32.2190,0.0000,32.2190,0.1878,32.0312,0.0000,1.3692,11.9139,18.7482,9690.8957,9690.8957,9690.8957,9690.8957,9690.8957 +402.5000,1.0000,5074.5272,64.9295,64.7250,0.1136,0.0000,5,1757.9535,245.6733,735.7152,-109.0986,45.2266,135.4396,-20.0842,-0.7166,39.4828,0.0000,0.0000,6.4603,39.2103,-0.9211,0.0000,40.1314,0.0000,40.1314,7.0843,33.0471,0.0000,33.0471,0.1819,32.8652,0.0000,2.7153,11.9909,18.1590,9573.1112,9573.1112,9573.1112,9573.1112,9573.1112 +403.5000,1.0000,5092.6258,65.1550,65.1340,0.0117,0.0000,5,1758.1825,169.7498,734.9478,-109.1068,31.2537,135.3160,-20.0884,0.7414,24.0230,0.0000,0.0000,6.4894,24.1090,-0.8489,0.0000,24.9579,0.0000,24.9579,7.1089,17.8490,0.0000,17.8490,0.0187,17.8302,0.0000,3.9265,12.0325,1.8712,7049.9724,7049.9724,7049.9724,7049.9724,7049.9724 +404.5000,1.0000,5110.7747,65.3360,65.1760,0.0889,0.0000,5,1763.4090,238.7671,718.5440,-109.2929,44.0916,132.6890,-20.1824,-0.1776,37.7724,0.0000,0.0000,6.4968,37.6451,-0.9204,0.0000,38.5655,0.0000,38.5655,7.1287,31.4369,0.0000,31.4369,0.1432,31.2937,0.0000,4.9313,12.0659,14.2965,9364.4397,9364.4397,9364.4397,9364.4397,9364.4397 +405.5000,1.0000,5129.0471,65.7805,65.4960,0.1581,0.0000,5,1771.9160,319.0478,736.6563,-109.5959,59.2008,136.6900,-20.3360,1.1041,51.5137,0.0000,0.0000,6.5829,51.5856,-0.9988,0.0000,52.5844,0.0000,52.5844,7.1772,45.4072,0.0000,45.4072,0.2563,45.1509,0.0000,7.4090,12.1480,25.5939,12228.4565,12228.4565,12228.4565,12228.4565,12228.4565 +406.5000,1.0000,5147.4992,66.4275,66.0650,0.2014,0.0000,5,1793.1260,367.5627,759.1292,-110.3512,69.0194,142.5460,-20.7213,1.2182,61.1239,0.0000,0.0000,6.6773,61.1672,-1.0587,0.0000,62.2259,0.0000,62.2259,7.2478,54.9782,0.0000,54.9782,0.3298,54.6483,0.0000,9.4492,12.2675,32.9316,14104.2438,14104.2438,14104.2438,14104.2438,14104.2438 +407.5000,1.0000,5166.2142,67.3740,66.7900,0.3244,0.0000,5,1823.6820,509.3053,774.3800,-111.4859,97.2649,147.8876,-21.2911,2.1831,88.2717,0.0000,0.0000,6.8100,88.4486,-1.2136,0.0000,89.6622,0.0000,89.6622,7.5353,82.1269,0.0000,82.1269,0.5389,81.5880,0.0000,15.3358,12.4423,53.8099,19437.9783,19437.9783,19437.9783,19437.9783,19437.9783 +408.5000,1.0000,5185.2742,68.6160,67.9580,0.3656,0.0000,5,1848.7065,545.2684,804.9543,-112.4262,105.5618,155.8360,-21.7653,0.6280,98.0853,0.0000,0.0000,6.8486,97.4443,-1.2818,0.0000,98.7261,0.0000,98.7261,7.7854,90.9407,0.0000,90.9407,0.6184,90.3223,0.0000,15.9048,12.6717,61.7459,20953.4751,20953.4751,20953.4751,20953.4751,20953.4751 +409.5000,1.0000,5204.6701,69.8255,69.2740,0.3064,0.0000,5,1881.2465,478.4577,813.4776,-113.6489,94.2579,160.2581,-22.3893,3.1203,84.0931,0.0000,0.0000,7.0446,84.6320,-1.2395,0.0000,85.8715,0.0000,85.8715,7.7037,78.1678,0.0000,78.1678,0.5275,77.6404,0.0000,12.0810,12.8950,52.6643,18962.2223,18962.2223,18962.2223,18962.2223,18962.2223 +410.5000,1.0000,5224.3142,70.7185,70.3770,0.1897,0.0000,5,1913.4815,364.2302,805.6254,-114.8602,72.9842,161.4307,-23.0156,0.6142,65.3025,0.0000,0.0000,7.0675,65.1662,-1.1580,0.0000,66.3242,0.0000,66.3242,7.7159,58.6082,0.0000,58.6082,0.3308,58.2774,0.0000,12.1896,13.0600,33.0279,14995.8720,14995.8720,14995.8720,14995.8720,14995.8720 +411.5000,1.0000,5244.1690,71.4775,71.0600,0.2319,0.0000,5,1928.2065,393.5245,791.3400,-115.4135,79.4610,159.7884,-23.3044,1.1247,71.1984,0.0000,0.0000,7.1378,71.1337,-1.2025,0.0000,72.3361,0.0000,72.3361,7.7988,64.5374,0.0000,64.5374,0.4087,64.1286,0.0000,10.1170,13.2001,40.8115,16230.7557,16230.7557,16230.7557,16230.7557,16230.7557 +412.5000,1.0000,5264.0535,71.5840,71.8950,-0.1728,0.0000,5,1951.9340,36.3571,798.6719,-116.3051,7.4316,163.2534,-23.7735,1.7056,-1.5161,0.0000,0.0000,7.2421,-1.5339,-0.8978,0.0000,-0.6361,0.0000,-0.6361,7.8104,-8.4465,0.0000,-8.4465,-0.3049,-8.1415,0.0000,9.0849,13.2198,-30.4462,4158.4611,4158.4611,4158.4611,4158.4611,4158.4611 +413.5000,1.0000,5283.7168,70.7880,71.2730,-0.2694,0.0000,6,1738.0790,-108.3909,679.6657,-108.3909,-19.7283,123.7068,-19.7283,-24.3450,-1.1363,0.0000,0.0000,5.7529,-0.9940,-0.6733,0.0000,-0.3206,0.0000,-0.3206,7.7235,-8.0442,14.5547,-22.5988,-0.4703,-22.1286,0.0000,11.7510,13.0728,-46.9524,0.0000,0.0000,0.0000,0.0000,0.0000 +414.5000,1.0000,5303.1031,69.7905,70.3030,-0.2847,0.0070,6,1446.5935,-94.3752,517.1872,-94.3752,-14.2966,78.3471,-14.2966,-5.6324,-13.9743,0.0000,0.0000,5.3101,-13.4607,-0.7826,0.0000,-12.6781,0.0000,-12.6781,7.6147,-20.2928,3.4936,-23.7864,-0.4899,-23.2965,0.1179,12.6126,12.8886,-48.9155,0.0000,0.0000,0.0000,0.0000,0.0000 +415.5000,1.0000,5322.0626,68.2545,69.2780,-0.5686,0.0110,6,1363.7370,-89.4612,498.8492,-89.4612,-12.7760,71.2408,-12.7760,-1.6293,-16.4767,0.0000,0.0000,5.3301,-16.4889,-0.7925,0.0000,-15.6964,0.0000,-15.6964,7.4471,-23.1435,51.4318,-74.5753,-0.9569,-73.6184,0.1812,9.1334,12.6049,-95.5379,0.0000,0.0000,0.0000,0.0000,0.0000 +416.5000,1.0000,5340.6018,66.7410,67.2310,-0.2722,0.0110,6,1328.2215,-72.0299,490.3441,-87.3548,-10.0187,68.2025,-12.1503,-1.3100,-13.8015,0.0000,0.0000,5.0927,-13.7354,-0.7463,0.0000,-12.9891,0.0000,-12.9891,7.2820,-20.2711,0.0000,-20.2711,-0.4479,-19.8231,0.1772,12.3987,12.3254,-44.7245,241.6734,241.6734,241.6734,241.6734,241.6734 +417.5000,1.0000,5358.9703,66.1265,66.2510,-0.0692,0.0020,6,1309.4530,171.0486,492.1320,-86.2417,23.4551,67.4839,-11.8259,-0.2178,18.6339,0.0000,0.0000,5.0390,18.6305,-0.8570,0.0000,19.4875,0.0000,19.4875,7.2149,12.2726,0.0000,12.2726,-0.1128,12.3853,0.0319,11.4005,12.2119,-11.2590,5130.5288,5130.5288,5130.5288,5130.5288,5130.5288 +418.5000,1.0000,5377.3413,66.1355,66.0020,0.0742,0.0000,6,1300.2980,340.0980,592.6067,-85.6988,46.3101,80.6934,-11.6693,-0.5148,41.8261,0.0000,0.0000,4.9988,41.5348,-1.3343,0.0000,42.8691,0.0000,42.8691,7.2159,35.6532,0.0000,35.6532,0.1209,35.5323,0.0000,11.2441,12.2136,12.0746,9395.0864,9395.0864,9395.0864,9395.0864,9395.0864 +419.5000,1.0000,5395.7854,66.3990,66.2690,0.0722,0.0000,6,1305.7530,333.9518,663.6957,-86.0223,45.6639,90.7525,-11.7625,0.9544,39.6731,0.0000,0.0000,5.0365,39.9565,-1.3042,0.0000,41.2607,0.0000,41.2607,7.2447,34.0161,0.0000,34.0161,0.1182,33.8978,0.0000,9.8307,12.2623,11.8049,9274.0264,9274.0264,9274.0264,9274.0264,9274.0264 +420.5000,1.0000,5414.3517,66.8385,66.5290,0.1719,0.0000,6,1311.8185,446.8977,662.1762,-86.3820,61.3918,90.9653,-11.8666,-0.4702,56.8291,0.0000,0.0000,5.0329,56.3155,-1.6498,0.0000,57.9653,0.0000,57.9653,7.2926,50.6727,0.0000,50.6727,0.2833,50.3893,0.0000,9.7552,12.3434,28.2907,12249.9064,12249.9064,12249.9064,12249.9064,12249.9064 +421.5000,1.0000,5433.1203,67.5670,67.1480,0.2328,0.0000,6,1315.1755,535.2945,709.9978,-86.5811,73.7234,97.7843,-11.9244,0.7425,67.9169,0.0000,0.0000,5.0640,67.9701,-1.9005,0.0000,69.8706,0.0000,69.8706,7.3721,62.4985,0.0000,62.4985,0.3878,62.1108,0.0000,10.9155,12.4780,38.7173,14561.5388,14561.5388,14561.5388,14561.5388,14561.5388 +422.5000,1.0000,5452.1615,68.5485,67.9860,0.3125,0.0000,6,1341.8020,618.5832,746.1459,-88.1603,86.9191,104.8433,-12.3877,1.4365,80.3415,0.0000,0.0000,5.1411,80.7229,-2.1769,0.0000,82.8999,0.0000,82.8999,7.5418,75.3581,0.0000,75.3581,0.5281,74.8300,0.0000,9.4384,12.6592,52.7324,16992.9763,16992.9763,16992.9763,16992.9763,16992.9763 +423.5000,1.0000,5471.5222,69.6985,69.1110,0.3264,0.0000,6,1370.8320,639.5414,781.9762,-89.8820,91.8082,112.2552,-12.9028,0.9763,85.6293,0.0000,0.0000,5.2026,85.6319,-2.2919,0.0000,87.9238,0.0000,87.9238,7.7228,80.2010,0.0000,80.2010,0.5609,79.6402,0.0000,10.7686,12.8716,56.0000,17885.6462,17885.6462,17885.6462,17885.6462,17885.6462 +424.5000,1.0000,5491.1635,70.7085,70.2860,0.2347,0.0000,6,1396.2765,535.0311,793.2905,-91.3910,78.2310,115.9931,-13.3630,1.1874,69.8555,0.0000,0.0000,7.1881,70.1293,-1.9803,0.0000,72.1095,0.0000,72.1095,7.7149,64.3947,0.0000,64.3947,0.4092,63.9855,0.0000,10.0714,13.0581,40.8559,15374.5206,15374.5206,15374.5206,15374.5206,15374.5206 +425.5000,1.0000,5511.0003,71.4125,71.1310,0.1564,0.0000,6,1405.7755,438.5216,757.0067,-91.9544,64.5558,111.4408,-13.5368,-0.3754,57.8162,0.0000,0.0000,7.1151,57.4110,-1.7232,0.0000,59.1342,0.0000,59.1342,7.7917,51.3426,0.0000,51.3426,0.2753,51.0672,0.0000,10.3869,13.1881,27.4922,12867.7628,12867.7628,12867.7628,12867.7628,12867.7628 +426.5000,1.0000,5530.9954,71.9825,71.6940,0.1603,0.0000,6,1414.6260,458.4426,721.5989,-92.4793,67.9134,106.8971,-13.6998,1.1466,59.5164,0.0000,0.0000,7.2503,59.8319,-1.7801,0.0000,61.6120,0.0000,61.6120,7.8539,53.7582,0.0000,53.7582,0.2844,53.4737,0.0000,11.7796,13.2934,28.4007,13480.7474,13480.7474,13480.7474,13480.7474,13480.7474 +427.5000,1.0000,5551.1831,72.6755,72.2710,0.2247,0.0000,6,1429.6560,537.2269,730.8481,-93.3707,80.4300,109.4176,-13.9788,0.1608,73.0139,0.0000,0.0000,7.2553,72.7028,-2.0562,0.0000,74.7590,0.0000,74.7590,7.9295,66.8295,0.0000,66.8295,0.4027,66.4268,0.0000,12.8020,13.4214,40.2034,15793.0639,15793.0639,15793.0639,15793.0639,15793.0639 +428.5000,1.0000,5571.5857,73.4495,73.0800,0.2053,0.0000,6,1440.8715,516.7299,762.2930,-94.0359,77.9682,115.0207,-14.1889,0.8304,69.8139,0.0000,0.0000,7.3239,69.9169,-2.0070,0.0000,71.9239,0.0000,71.9239,8.0139,63.9100,0.0000,63.9100,0.3717,63.5383,0.0000,12.8580,13.5643,37.1159,15356.5566,15356.5566,15356.5566,15356.5566,15356.5566 +429.5000,1.0000,5592.2053,74.2305,73.8190,0.2286,0.0000,6,1460.8225,534.4164,756.4764,-95.2191,81.7534,115.7235,-14.5663,0.9479,73.3882,0.0000,0.0000,7.4173,73.5115,-2.0910,0.0000,75.6025,0.0000,75.6025,8.0991,67.5033,0.0000,67.5033,0.4184,67.0849,0.0000,11.6021,13.7085,41.7743,16049.6442,16049.6442,16049.6442,16049.6442,16049.6442 +430.5000,1.0000,5613.0122,74.9050,74.6420,0.1461,0.0000,6,1480.1630,431.9764,765.7003,-96.3662,66.9573,118.6853,-14.9370,0.7975,58.6856,0.0000,0.0000,7.4742,58.8269,-1.7929,0.0000,60.6198,0.0000,60.6198,8.1727,52.4471,0.0000,52.4471,0.2698,52.1772,0.0000,11.4025,13.8331,26.9416,13373.9448,13373.9448,13373.9448,13373.9448,13373.9448 +431.5000,1.0000,5633.9549,75.3935,75.1680,0.1253,0.0000,6,1497.3675,393.8947,732.8975,-97.3865,61.7643,114.9212,-15.2706,0.7752,53.4235,0.0000,0.0000,7.5655,53.5641,-1.6890,0.0000,55.2531,0.0000,55.2531,8.2260,47.0271,0.0000,47.0271,0.2329,46.7942,0.0000,9.6201,13.9233,23.2508,12466.6051,12466.6051,12466.6051,12466.6051,12466.6051 +432.5000,1.0000,5654.9936,75.7395,75.6190,0.0669,0.0000,6,1496.6045,322.4858,721.1819,-97.3413,50.5413,113.0265,-15.2557,-0.8450,43.9049,0.0000,0.0000,7.4814,43.5658,-1.4848,0.0000,45.0506,0.0000,45.0506,8.2638,36.7868,0.0000,36.7868,0.1250,36.6618,0.0000,10.1931,13.9872,12.4815,10353.9873,10353.9873,10353.9873,10353.9873,10353.9873 +433.5000,1.0000,5676.1083,76.0130,75.8600,0.0850,0.0000,6,1498.3215,345.8030,696.2592,-97.4431,54.2578,109.2458,-15.2892,1.0039,47.6686,0.0000,0.0000,5.5853,47.9193,-1.5787,0.0000,49.4980,0.0000,49.4980,8.2936,41.2044,0.0000,41.2044,0.1593,41.0451,0.0000,11.1022,14.0377,15.9051,11056.8431,11056.8431,11056.8431,11056.8431,11056.8431 +434.5000,1.0000,5697.3244,76.3780,76.1660,0.1178,0.0000,6,1503.9675,382.7130,705.3462,-97.7780,60.2754,111.0886,-15.3996,-0.4862,55.1904,0.0000,0.0000,5.5713,54.8450,-1.7273,0.0000,56.5723,0.0000,56.5723,8.3334,48.2388,0.0000,48.2388,0.2218,48.0170,0.0000,11.7677,14.1051,22.1442,12187.0658,12187.0658,12187.0658,12187.0658,12187.0658 +435.5000,1.0000,5718.6929,76.9265,76.5900,0.1869,0.0000,6,1509.8040,469.2869,719.3486,-98.1241,74.1972,113.7335,-15.5140,1.0293,67.5254,0.0000,0.0000,5.6426,67.7256,-2.0022,0.0000,69.7278,0.0000,69.7278,8.3933,61.3345,0.0000,61.3345,0.3546,60.9799,0.0000,11.3723,14.2064,35.4012,14739.1811,14739.1811,14739.1811,14739.1811,14739.1811 +436.5000,1.0000,5740.2707,77.6800,77.2630,0.2317,0.0000,6,1527.6190,541.3827,751.0560,-99.1807,86.6060,120.1478,-15.8661,0.6299,80.2710,0.0000,0.0000,5.7051,80.1933,-2.2709,0.0000,82.4643,0.0000,82.4643,8.4755,73.9888,0.0000,73.9888,0.4437,73.5451,0.0000,14.8997,14.3456,44.2998,17050.4826,17050.4826,17050.4826,17050.4826,17050.4826 +437.5000,1.0000,5762.0479,78.3980,78.0970,0.1672,0.0000,6,1541.3900,502.0776,777.7611,-99.9974,81.0423,125.5415,-16.1410,0.6680,74.6341,0.0000,0.0000,5.7403,74.6890,-2.1649,0.0000,76.8539,0.0000,76.8539,8.5538,68.3001,0.0000,68.3001,0.3232,67.9769,0.0000,21.2265,14.4782,32.2722,16080.9751,16080.9751,16080.9751,16080.9751,16080.9751 +438.5000,1.0000,5783.9814,78.9605,78.6990,0.1453,0.0000,6,1557.4120,499.6915,767.1910,-100.9477,81.4956,125.1226,-16.4637,0.8574,74.8219,0.0000,0.0000,5.8163,75.0042,-2.1783,0.0000,77.1825,0.0000,77.1825,8.6152,68.5673,0.0000,68.5673,0.2828,68.2845,0.0000,25.4641,14.5821,28.2383,16199.9401,16199.9401,16199.9401,16199.9401,16199.9401 +439.5000,1.0000,5806.0382,79.4045,79.2220,0.1014,0.0000,6,1570.2680,464.3035,768.9310,-101.7101,76.3492,126.4415,-16.7250,0.3752,70.1603,0.0000,0.0000,5.8137,70.1729,-2.0830,0.0000,72.2559,0.0000,72.2559,8.6637,63.5923,0.0000,63.5923,0.1985,63.3938,0.0000,28.9115,14.6640,19.8182,15227.3345,15227.3345,15227.3345,15227.3345,15227.3345 +440.5000,1.0000,5828.1968,79.7710,79.5870,0.1022,0.0000,6,1575.9135,464.9336,759.3674,-102.0449,76.7277,125.3179,-16.8404,0.1698,70.7262,0.0000,0.0000,5.8316,70.6420,-2.0973,0.0000,72.7393,0.0000,72.7393,8.7036,64.0357,0.0000,64.0357,0.2010,63.8346,0.0000,29.0296,14.7317,20.0733,15313.7928,15313.7928,15313.7928,15313.7928,15313.7928 +441.5000,1.0000,5850.4464,80.0985,79.9550,0.0797,0.0000,6,1592.9275,456.1256,761.7035,-103.0540,76.0868,127.0605,-17.1905,1.4927,68.6570,0.0000,0.0000,5.9370,69.1908,-2.0711,0.0000,71.2619,0.0000,71.2619,8.7394,62.5225,0.0000,62.5225,0.1574,62.3651,0.0000,31.8536,14.7922,15.7193,15234.3070,15234.3070,15234.3070,15234.3070,15234.3070 +442.5000,1.0000,5872.7703,80.3660,80.2420,0.0689,0.0000,6,1598.8785,445.8231,761.1175,-103.4070,74.6460,127.4371,-17.3139,-0.9140,69.6767,0.0000,0.0000,5.8833,69.1644,-2.0738,0.0000,71.2382,0.0000,71.2382,8.7686,62.4696,0.0000,62.4696,0.1365,62.3331,0.0000,33.8629,14.8416,13.6286,14977.1422,14977.1422,14977.1422,14977.1422,14977.1422 +443.5000,1.0000,5895.1340,80.5095,80.4900,0.0108,0.0000,6,1596.9710,355.2914,758.2456,-103.2938,59.4169,126.8048,-17.2743,0.7258,52.7501,0.0000,0.0000,5.9411,52.9817,-1.7384,0.0000,54.7201,0.0000,54.7201,8.7842,45.9359,0.0000,45.9359,0.0215,45.9144,0.0000,28.8993,14.8681,2.1470,12106.2896,12106.2896,12106.2896,12106.2896,12106.2896 +444.5000,1.0000,5917.4907,80.4840,80.5290,-0.0250,0.0000,6,1601.0150,297.2834,730.6041,-103.5096,49.8419,122.4916,-17.3542,-0.3301,44.2749,0.0000,0.0000,5.8971,44.2067,-1.5553,0.0000,45.7621,0.0000,45.7621,8.7814,36.9806,0.0000,36.9806,-0.0496,37.0302,0.0000,27.1199,14.8634,-4.9531,10317.8578,10317.8578,10317.8578,10317.8578,10317.8578 +445.5000,1.0000,5939.8349,80.4390,80.4390,0.0000,0.0000,6,1592.7370,338.6682,711.3702,-103.0427,56.4868,118.6502,-17.1866,-0.4813,51.0805,0.0000,0.0000,5.8877,50.9226,-1.6947,0.0000,52.6173,0.0000,52.6173,8.7765,43.8408,0.0000,43.8408,0.0000,43.8408,0.0000,28.9857,14.8551,0.0000,11548.1970,11548.1970,11548.1970,11548.1970,11548.1970 +446.5000,1.0000,5962.1722,80.4145,80.4390,-0.0136,0.0000,6,1587.7395,347.7134,722.9377,-102.7463,57.8135,120.2012,-17.0834,-0.0075,51.9454,0.0000,0.0000,5.8756,51.9587,-1.7160,0.0000,53.6747,0.0000,53.6747,8.7739,44.9008,0.0000,44.9008,-0.0270,44.9278,0.0000,32.7716,14.8506,-2.6944,11788.7170,11788.7170,11788.7170,11788.7170,11788.7170 +447.5000,1.0000,5984.4785,80.3025,80.3900,-0.0486,0.0000,6,1588.9980,314.4532,725.6566,-102.8210,52.3248,120.7489,-17.1094,0.1303,46.3020,0.0000,0.0000,5.8926,46.3915,-1.5986,0.0000,47.9901,0.0000,47.9901,8.7616,39.2284,0.0000,39.2284,-0.0962,39.3247,0.0000,34.1041,14.8299,-9.6093,10756.2294,10756.2294,10756.2294,10756.2294,10756.2294 +448.5000,1.0000,6006.7265,80.0930,80.2150,-0.0678,0.0000,6,1584.2680,299.2193,714.4207,-102.5404,49.6417,118.5254,-17.0119,-0.5901,44.3831,0.0000,0.0000,5.8487,44.2806,-1.5520,0.0000,45.8327,0.0000,45.8327,8.7388,37.0939,0.0000,37.0939,-0.1338,37.2277,0.0000,35.7998,14.7912,-13.3632,10266.9713,10266.9713,10266.9713,10266.9713,10266.9713 +449.5000,1.0000,6028.8760,79.7380,79.9710,-0.1294,0.0000,6,1578.0120,222.7818,708.0942,-102.1694,36.8145,117.0119,-16.8834,-0.0185,30.9866,0.0000,0.0000,5.8464,31.0737,-1.2726,0.0000,32.3462,0.0000,32.3462,8.7000,23.6462,0.0000,23.6462,-0.2545,23.9007,0.0000,34.5835,14.7256,-25.4084,7823.7160,7823.7160,7823.7160,7823.7160,7823.7160 +450.5000,1.0000,6050.8672,79.1685,79.5050,-0.1869,0.0000,6,1571.9845,133.1367,681.9255,-101.8119,21.9167,112.2571,-16.7601,-0.5634,16.6518,0.0000,0.0000,5.8283,16.6608,-0.9653,0.0000,17.6261,0.0000,17.6261,8.6379,8.9882,0.0000,8.9882,-0.3649,9.3531,0.0000,31.1656,14.6205,-36.4329,5131.1394,5131.1394,5131.1394,5131.1394,5131.1394 +451.5000,1.0000,6072.6800,78.5260,78.8320,-0.1700,0.0000,6,1551.7665,130.8624,646.9806,-100.6128,21.2652,105.1347,-16.3496,-1.3705,16.8824,0.0000,0.0000,5.7533,16.7914,-0.9603,0.0000,17.7517,0.0000,17.7517,8.5678,9.1839,0.0000,9.1839,-0.3291,9.5130,0.0000,27.8730,14.5018,-32.8618,4996.3642,4996.3642,4996.3642,4996.3642,4996.3642 +452.5000,1.0000,6094.3104,77.8695,78.2200,-0.1947,0.0000,6,1536.0495,20.6504,641.1575,-99.6807,3.3217,103.1332,-16.0341,-0.1260,-2.2839,0.0000,0.0000,5.7316,-2.2922,-0.7810,0.0000,-1.5112,0.0000,-1.5112,8.4962,-10.0074,0.0000,-10.0074,-0.3738,-9.6335,0.0000,13.3120,14.3806,-37.3261,2618.6321,2618.6321,2618.6321,2618.6321,2618.6321 +453.5000,1.0000,6115.7461,77.1685,77.5190,-0.1947,0.0000,6,1536.5070,-49.0085,603.8505,-99.7078,-7.8856,97.1611,-16.0433,0.1692,-13.7899,0.0000,0.0000,5.7351,-13.8690,-0.8849,0.0000,-12.9841,0.0000,-12.9841,8.4197,-21.4038,0.0000,-21.4038,-0.3705,-21.0333,0.0000,1.7056,14.2511,-36.9900,1106.8258,1106.8258,1106.8258,1106.8258,1106.8258 +454.5000,1.0000,6137.0119,76.5570,76.8180,-0.1450,0.0000,6,1529.9075,-6.4457,577.8575,-99.3164,-1.0327,92.5794,-15.9116,-0.7885,-5.9197,0.0000,0.0000,5.6756,-5.9074,-0.7985,0.0000,-5.1089,0.0000,-5.1089,8.3530,-13.4619,0.0000,-13.4619,-0.2737,-13.1882,0.0000,0.0000,14.1382,-27.3264,2083.8000,2083.8000,2083.8000,2083.8000,2083.8000 +455.5000,1.0000,6158.1343,76.0405,76.2960,-0.1419,0.0000,6,1512.8940,-2.9084,586.1292,-98.3074,-0.4608,92.8604,-15.5748,-0.8010,-5.2945,0.0000,0.0000,5.6347,-5.2821,-0.7853,0.0000,-4.4968,0.0000,-4.4968,8.2966,-12.7934,0.0000,-12.7934,-0.2661,-12.5273,0.0000,0.0000,14.0428,-26.5701,2128.1141,2128.1141,2128.1141,2128.1141,2128.1141 +456.5000,1.0000,6179.1382,75.6140,75.7850,-0.0950,0.0000,6,1500.2675,56.6808,582.8684,-97.5585,8.9050,91.5731,-15.3272,-0.3690,3.6637,0.0000,0.0000,5.6103,3.6622,-0.6919,0.0000,4.3541,0.0000,4.3541,8.2501,-3.8960,0.0000,-3.8960,-0.1771,-3.7189,0.0000,0.0000,13.9640,-17.6830,3185.5866,3185.5866,3185.5866,3185.5866,3185.5866 +457.5000,1.0000,6200.0521,75.2900,75.4430,-0.0850,0.0000,6,1485.4280,64.8221,599.0775,-96.6784,10.0833,93.1887,-15.0387,-0.9883,5.5497,0.0000,0.0000,5.5219,5.5205,-0.6869,0.0000,6.2073,0.0000,6.2073,8.2147,-2.0074,0.0000,-2.0074,-0.1578,-1.8496,0.0000,0.0000,13.9042,-15.7538,3287.0512,3287.0512,3287.0512,3287.0512,3287.0512 +458.5000,1.0000,6220.9432,75.2080,75.1370,0.0394,0.0000,6,1479.4385,220.9522,599.9424,-96.3232,34.2313,92.9469,-14.9230,0.4401,28.2442,0.0000,0.0000,5.5470,28.3099,-1.1607,0.0000,29.4706,0.0000,29.4706,8.2058,21.2648,0.0000,21.2648,0.0731,21.1917,0.0000,0.0000,13.8891,7.3026,7264.6048,7264.6048,7264.6048,7264.6048,7264.6048 +459.5000,1.0000,6241.8778,75.3645,75.2790,0.0475,0.0000,6,1489.7000,229.7407,657.9360,-96.9318,35.8398,102.6387,-15.1215,0.4956,29.7724,0.0000,0.0000,5.5718,29.8468,-1.1946,0.0000,31.0414,0.0000,31.0414,8.2229,22.8185,0.0000,22.8185,0.0883,22.7303,0.0000,0.0000,13.9180,8.8123,7592.7384,7592.7384,7592.7384,7592.7384,7592.7384 +460.5000,1.0000,6262.8932,75.6555,75.4500,0.1142,0.0000,6,1502.7465,307.9512,664.3051,-97.7056,48.4614,104.5399,-15.3757,0.7041,42.1460,0.0000,0.0000,5.6113,42.2452,-1.4563,0.0000,43.7015,0.0000,43.7015,8.2546,35.4469,0.0000,35.4469,0.2130,35.2339,0.0000,0.0000,13.9717,21.2622,9974.0734,9974.0734,9974.0734,9974.0734,9974.0734 +461.5000,1.0000,6284.0143,76.0360,75.8610,0.0972,0.0000,6,1509.8040,284.4298,693.4625,-98.1241,44.9701,109.6408,-15.5140,-0.0530,39.4236,0.0000,0.0000,5.5996,39.3182,-1.3998,0.0000,40.7180,0.0000,40.7180,8.2961,32.4218,0.0000,32.4218,0.1823,32.2396,0.0000,0.0000,14.0420,18.1976,9310.5958,9310.5958,9310.5958,9310.5958,9310.5958 +462.5000,1.0000,6305.2275,76.3675,76.2110,0.0869,0.0000,6,1509.3465,273.6808,685.7311,-98.0970,43.2575,108.3856,-15.5051,0.0106,37.6507,0.0000,0.0000,5.5962,37.5766,-1.3674,0.0000,38.9440,0.0000,38.9440,8.3323,30.6117,0.0000,30.6117,0.1637,30.4480,0.0000,0.0000,14.1032,16.3448,8993.7419,8993.7419,8993.7419,8993.7419,8993.7419 +463.5000,1.0000,6326.5029,76.5915,76.5240,0.0375,0.0000,6,1510.7195,216.2485,682.2296,-98.1784,34.2110,107.9302,-15.5320,0.1168,28.4636,0.0000,0.0000,5.6306,28.4623,-1.1802,0.0000,29.6425,0.0000,29.6425,8.3567,21.2857,0.0000,21.2857,0.0708,21.2149,0.0000,0.0000,14.1446,7.0704,7318.4936,7318.4936,7318.4936,7318.4936,7318.4936 +464.5000,1.0000,6347.8650,76.9035,76.6590,0.1358,0.0000,6,1512.2070,333.3128,662.7697,-98.2666,52.7827,104.9548,-15.5613,0.0213,47.1375,0.0000,0.0000,5.6240,46.9952,-1.5700,0.0000,48.5652,0.0000,48.5652,8.3908,40.1744,0.0000,40.1744,0.2575,39.9169,0.0000,0.0000,14.2022,25.7147,10786.0370,10786.0370,10786.0370,10786.0370,10786.0370 +465.5000,1.0000,6369.3642,77.3970,77.1480,0.1383,0.0000,6,1523.8805,340.4825,705.0545,-98.9590,54.3343,112.5129,-15.7919,1.0710,47.5624,0.0000,0.0000,5.7009,47.7660,-1.5920,0.0000,49.3579,0.0000,49.3579,8.4446,40.9133,0.0000,40.9133,0.2640,40.6494,0.0000,0.0000,14.2933,26.3560,11076.4998,11076.4998,11076.4998,11076.4998,11076.4998 +466.5000,1.0000,6390.9842,77.8320,77.6460,0.1033,0.0000,6,1536.1260,293.8380,710.2223,-99.6852,47.2676,114.2483,-16.0356,0.0756,41.4751,0.0000,0.0000,5.7169,41.3978,-1.4645,0.0000,42.8623,0.0000,42.8623,8.4921,34.3702,0.0000,34.3702,0.1983,34.1719,0.0000,0.0000,14.3736,19.7983,9772.0253,9772.0253,9772.0253,9772.0253,9772.0253 +467.5000,1.0000,6412.6828,78.1150,78.0180,0.0539,0.0000,6,1542.5730,237.5671,696.6516,-100.0676,38.3761,112.5356,-16.1647,0.5348,32.0626,0.0000,0.0000,5.7786,32.1401,-1.2751,0.0000,33.4151,0.0000,33.4151,8.5230,24.8922,0.0000,24.8922,0.1038,24.7884,0.0000,0.0000,14.4259,10.3625,8090.5032,8090.5032,8090.5032,8090.5032,8090.5032 +468.5000,1.0000,6434.4357,78.3105,78.2120,0.0547,0.0000,6,1551.9570,236.7032,680.3913,-100.6241,38.4691,110.5776,-16.3535,0.3563,32.3414,0.0000,0.0000,5.7714,32.3786,-1.2824,0.0000,33.6610,0.0000,33.6610,8.5443,25.1167,0.0000,25.1167,0.1057,25.0111,0.0000,0.0000,14.4620,10.5490,8108.7511,8108.7511,8108.7511,8108.7511,8108.7511 +469.5000,1.0000,6456.2428,78.5055,78.4090,0.0536,0.0000,6,1550.3925,231.9214,680.2306,-100.5313,37.6540,110.4400,-16.3219,-0.5049,32.3964,0.0000,0.0000,5.7625,32.2460,-1.2820,0.0000,33.5279,0.0000,33.5279,8.5656,24.9624,0.0000,24.9624,0.1038,24.8586,0.0000,0.0000,14.4980,10.3606,7961.4812,7961.4812,7961.4812,7961.4812,7961.4812 +470.5000,1.0000,6478.1090,78.7185,78.6020,0.0647,0.0000,6,1551.4990,250.9893,678.8242,-100.5970,40.7789,110.2903,-16.3443,0.6106,34.3718,0.0000,0.0000,5.7964,34.4628,-1.3307,0.0000,35.7936,0.0000,35.7936,8.5888,27.2048,0.0000,27.2048,0.1256,27.0791,0.0000,0.0000,14.5374,12.5418,8530.2234,8530.2234,8530.2234,8530.2234,8530.2234 +471.5000,1.0000,6500.0221,78.8870,78.8350,0.0289,0.0000,6,1564.4695,207.6015,687.9844,-101.3662,34.0115,112.7131,-16.6069,0.6304,27.5537,0.0000,0.0000,5.8274,27.6510,-1.1909,0.0000,28.8419,0.0000,28.8419,8.6072,20.2347,0.0000,20.2347,0.0562,20.1785,0.0000,0.0000,14.5685,5.6100,7314.7092,7314.7092,7314.7092,7314.7092,7314.7092 +472.5000,1.0000,6521.9504,78.9420,78.9390,0.0017,0.0000,6,1567.0635,170.0730,675.2357,-101.5201,27.9094,110.8079,-16.6597,-0.3818,22.4939,0.0000,0.0000,5.7974,22.4361,-1.0829,0.0000,23.5190,0.0000,23.5190,8.6132,14.9058,0.0000,14.9058,0.0032,14.9025,0.0000,0.0000,14.5786,0.3239,6210.8534,6210.8534,6210.8534,6210.8534,6210.8534 +473.5000,1.0000,6543.8613,78.8790,78.9450,-0.0367,0.0000,6,1566.0715,128.9537,662.9542,-101.4612,21.1482,108.7236,-16.6395,0.2862,15.0128,0.0000,0.0000,5.8492,15.0540,-0.9283,0.0000,15.9823,0.0000,15.9823,8.6063,7.3760,0.0000,7.3760,-0.0713,7.4473,0.0000,0.0000,14.5670,-7.1197,4986.5516,4986.5516,4986.5516,4986.5516,4986.5516 +474.5000,1.0000,6565.7419,78.7705,78.8130,-0.0236,0.0000,6,1560.0440,138.0620,647.8398,-101.1038,22.5548,105.8359,-16.5171,-0.8625,17.6307,0.0000,0.0000,5.7866,17.5385,-0.9788,0.0000,18.5172,0.0000,18.5172,8.5945,9.9228,0.0000,9.9228,-0.0459,9.9686,0.0000,0.0000,14.5470,-4.5784,5225.6920,5225.6920,5225.6920,5225.6920,5225.6920 +475.5000,1.0000,6587.5874,78.6435,78.7280,-0.0469,0.0000,6,1552.4525,116.8244,648.4698,-100.6535,18.9924,105.4233,-16.3635,0.1346,13.0155,0.0000,0.0000,5.8423,13.0414,-0.8836,0.0000,13.9249,0.0000,13.9249,8.5806,5.3443,0.0000,5.3443,-0.0910,5.4353,0.0000,0.0000,14.5235,-9.0882,4601.2083,4601.2083,4601.2083,4601.2083,4601.2083 +476.5000,1.0000,6609.3964,78.5125,78.5590,-0.0258,0.0000,6,1553.8640,140.2642,641.6794,-100.7372,22.8238,104.4142,-16.3920,0.0000,17.0471,0.0000,0.0000,5.7768,17.0572,-0.9656,0.0000,18.0228,0.0000,18.0228,8.5663,9.4565,0.0000,9.4565,-0.0500,9.5065,0.0000,0.0000,14.4993,-4.9928,5268.9180,5268.9180,5268.9180,5268.9180,5268.9180 +477.5000,1.0000,6631.1881,78.4500,78.4660,-0.0089,0.0000,6,1555.2375,160.6810,649.8073,-100.8187,26.1692,105.8303,-16.4197,0.1312,20.2594,0.0000,0.0000,5.7786,20.2814,-1.0321,0.0000,21.3135,0.0000,21.3135,8.5595,12.7540,0.0000,12.7540,-0.0172,12.7712,0.0000,0.0000,14.4878,-1.7166,5875.6309,5875.6309,5875.6309,5875.6309,5875.6309 +478.5000,1.0000,6652.9928,78.4970,78.4340,0.0350,0.0000,6,1547.3030,208.3376,654.3968,-100.3481,33.7576,106.0340,-16.2597,-0.8845,28.8811,0.0000,0.0000,5.7610,28.6843,-1.2077,0.0000,29.8920,0.0000,29.8920,8.5646,21.3274,0.0000,21.3274,0.0677,21.2596,0.0000,0.0000,14.4965,6.7632,7256.6101,7256.6101,7256.6101,7256.6101,7256.6101 +479.5000,1.0000,6674.8617,78.7280,78.5600,0.0933,0.0000,6,1546.1965,286.5501,669.6466,-100.2825,46.3974,108.4274,-16.2375,0.7788,39.8271,0.0000,0.0000,5.7916,39.9531,-1.4452,0.0000,41.3983,0.0000,41.3983,8.5898,32.8085,0.0000,32.8085,0.1812,32.6273,0.0000,0.0000,14.5391,18.0882,9611.2901,9611.2901,9611.2901,9611.2901,9611.2901 +480.5000,1.0000,6696.8024,78.9865,78.8960,0.0503,0.0000,6,1552.5670,230.6427,696.7650,-100.6603,37.4989,113.2831,-16.3658,-0.1746,31.8742,0.0000,0.0000,5.7993,31.8002,-1.2785,0.0000,33.0787,0.0000,33.0787,8.6181,24.4607,0.0000,24.4607,0.0979,24.3628,0.0000,0.0000,14.5869,9.7759,7934.1302,7934.1302,7934.1302,7934.1302,7934.1302 +481.5000,1.0000,6718.7067,78.8555,79.0770,-0.1231,0.0000,6,1557.5645,29.3403,679.8959,-100.9567,4.7856,110.8963,-16.4668,0.6532,-1.7367,0.0000,0.0000,5.8692,-1.7492,-0.7894,0.0000,-0.9599,0.0000,-0.9599,8.6038,-9.5636,0.0000,-9.5636,-0.2392,-9.3244,0.0000,0.0000,14.5627,-23.8870,2822.8961,2822.8961,2822.8961,2822.8961,2822.8961 +482.5000,1.0000,6740.5006,78.4580,78.6340,-0.0978,0.0000,6,1555.8860,50.5908,613.7095,-100.8572,8.2429,99.9929,-16.4329,-0.8128,3.2515,0.0000,0.0000,5.8042,3.2410,-0.7349,0.0000,3.9760,0.0000,3.9760,8.5604,-4.5844,0.0000,-4.5844,-0.1891,-4.3953,0.0000,0.0000,14.4893,-18.8846,3206.3005,3206.3005,3206.3005,3206.3005,3206.3005 +483.5000,1.0000,6762.1860,78.0675,78.2820,-0.1192,0.0000,6,1538.6050,24.7217,614.8193,-99.8323,3.9832,99.0611,-16.0852,-0.8290,-0.9691,0.0000,0.0000,5.7813,-0.9662,-0.7708,0.0000,-0.1954,0.0000,-0.1954,8.5178,-8.7132,0.0000,-8.7132,-0.2294,-8.4839,0.0000,0.0000,14.4171,-22.9010,2697.4767,2697.4767,2697.4767,2697.4767,2697.4767 +484.5000,1.0000,6783.7403,77.5955,77.8530,-0.1431,0.0000,6,1526.9320,-0.5379,601.8915,-99.1400,-0.0860,96.2424,-15.8525,-0.2718,-5.6049,0.0000,0.0000,5.7908,-5.6129,-0.8098,0.0000,-4.8031,0.0000,-4.8031,8.4663,-13.2694,0.0000,-13.2694,-0.2737,-12.9957,0.0000,0.0000,14.3300,-27.3257,2214.7944,2214.7944,2214.7944,2214.7944,2214.7944 +485.5000,1.0000,6805.1547,77.0920,77.3380,-0.1367,0.0000,6,1520.4470,6.9087,590.9042,-98.7553,1.1000,94.0843,-15.7239,-0.3348,-4.3341,0.0000,0.0000,5.7690,-4.3377,-0.7904,0.0000,-3.5473,0.0000,-3.5473,8.4113,-11.9587,0.0000,-11.9587,-0.2598,-11.6989,0.0000,0.0000,14.2370,-25.9359,2336.8812,2336.8812,2336.8812,2336.8812,2336.8812 +486.5000,1.0000,6826.4397,76.6260,76.8460,-0.1222,0.0000,6,1519.7605,28.4690,593.2090,-98.7146,4.5308,94.4086,-15.7103,0.2706,-1.5232,0.0000,0.0000,5.7834,-1.5305,-0.7565,0.0000,-0.7740,0.0000,-0.7740,8.3605,-9.1345,0.0000,-9.1345,-0.2309,-8.9036,0.0000,0.0000,14.1509,-23.0545,2722.5668,2722.5668,2722.5668,2722.5668,2722.5668 +487.5000,1.0000,6847.6054,76.1965,76.4060,-0.1164,0.0000,6,1515.9460,29.6222,599.2895,-98.4884,4.7025,95.1369,-15.6350,-0.6250,-0.4048,0.0000,0.0000,5.7324,-0.4041,-0.7396,0.0000,0.3355,0.0000,0.3355,8.3136,-7.9781,0.0000,-7.9781,-0.2186,-7.7595,0.0000,0.0000,14.0716,-21.8311,2734.7329,2734.7329,2734.7329,2734.7329,2734.7329 +488.5000,1.0000,6868.6724,75.8410,75.9870,-0.0811,0.0000,6,1502.7850,72.3930,595.2197,-97.7078,11.3926,93.6705,-15.3764,-0.5950,6.2919,0.0000,0.0000,5.6957,6.2770,-0.7091,0.0000,6.9861,0.0000,6.9861,8.2749,-1.2888,0.0000,-1.2888,-0.1517,-1.1371,0.0000,0.0000,14.0060,-15.1431,3473.4168,3473.4168,3473.4168,3473.4168,3473.4168 +489.5000,1.0000,6889.6935,75.6760,75.6950,-0.0106,0.0000,6,1500.8775,161.4307,609.4774,-97.5947,25.3723,95.7925,-15.3391,0.4184,19.2055,0.0000,0.0000,5.7484,19.2684,-0.9778,0.0000,20.2463,0.0000,20.2463,8.2568,11.9894,0.0000,11.9894,-0.0197,12.0091,0.0000,0.0000,13.9755,-1.9664,5704.1996,5704.1996,5704.1996,5704.1996,5704.1996 +490.5000,1.0000,6910.7164,75.6825,75.6570,0.0142,0.0000,6,1501.4880,185.9850,640.7584,-97.6309,29.2434,100.7499,-15.3510,-0.3623,23.8977,0.0000,0.0000,5.7080,23.8271,-1.0729,0.0000,24.9000,0.0000,24.9000,8.2576,16.6424,0.0000,16.6424,0.0264,16.6160,0.0000,0.0000,13.9767,2.6393,6400.9741,6400.9741,6400.9741,6400.9741,6400.9741 +491.5000,1.0000,6931.7550,75.7390,75.7080,0.0172,0.0000,6,1497.5205,192.0458,648.4322,-97.3956,30.1166,101.6871,-15.2736,-0.0035,24.4189,0.0000,0.0000,5.7012,24.4083,-1.0857,0.0000,25.4940,0.0000,25.4940,8.2637,17.2303,0.0000,17.2303,0.0322,17.1981,0.0000,0.0000,13.9871,3.2110,6555.7714,6555.7714,6555.7714,6555.7714,6555.7714 +492.5000,1.0000,6952.7978,75.7540,75.7700,-0.0089,0.0000,6,1490.4250,158.3465,648.7558,-96.9748,24.7142,101.2558,-15.1355,-0.6459,19.6845,0.0000,0.0000,5.6756,19.5955,-0.9856,0.0000,20.5810,0.0000,20.5810,8.2654,12.3157,0.0000,12.3157,-0.0166,12.3323,0.0000,0.0000,13.9899,-1.6576,5567.3836,5567.3836,5567.3836,5567.3836,5567.3836 +493.5000,1.0000,6973.8246,75.6965,75.7380,-0.0231,0.0000,6,1491.0735,149.2492,636.6635,-97.0133,23.3045,99.4117,-15.1481,0.7056,16.8725,0.0000,0.0000,5.7264,16.9690,-0.9302,0.0000,17.8992,0.0000,17.8992,8.2591,9.6401,0.0000,9.6401,-0.0430,9.6831,0.0000,0.0000,13.9793,-4.2962,5313.1009,5313.1009,5313.1009,5313.1009,5313.1009 +494.5000,1.0000,6994.8164,75.5705,75.6550,-0.0469,0.0000,6,1498.9700,116.4009,635.5047,-97.4816,18.2717,99.7563,-15.3019,0.0176,12.5287,0.0000,0.0000,5.7254,12.5443,-0.8365,0.0000,13.3808,0.0000,13.3808,8.2453,5.1355,0.0000,5.1355,-0.0875,5.2230,0.0000,0.0000,13.9560,-8.7330,4422.1083,4422.1083,4422.1083,4422.1083,4422.1083 +495.5000,1.0000,7015.7806,75.4710,75.4860,-0.0083,0.0000,6,1498.3980,161.0349,624.1005,-97.4477,25.2683,97.9288,-15.2907,-0.0702,19.6316,0.0000,0.0000,5.7069,19.6255,-0.9829,0.0000,20.6084,0.0000,20.6084,8.2345,12.3739,0.0000,12.3739,-0.0155,12.3894,0.0000,0.0000,13.9376,-1.5482,5682.4528,5682.4528,5682.4528,5682.4528,5682.4528 +496.5000,1.0000,7036.7261,75.4040,75.4560,-0.0289,0.0000,6,1493.2860,139.7258,638.4690,-97.1445,21.8498,99.8416,-15.1911,-0.3988,16.5600,0.0000,0.0000,5.6887,16.5231,-0.9174,0.0000,17.4406,0.0000,17.4406,8.2272,9.2134,0.0000,9.2134,-0.0537,9.2671,0.0000,0.7042,13.9253,-5.3623,5054.4091,5054.4091,5054.4091,5054.4091,5054.4091 +497.5000,1.0000,7057.6585,75.3565,75.3520,0.0025,0.0000,6,1495.6510,193.0569,631.3767,-97.2847,30.2374,98.8889,-15.2371,0.6167,23.8867,0.0000,0.0000,5.7340,23.9925,-1.0725,0.0000,25.0650,0.0000,25.0650,8.2220,16.8430,0.0000,16.8430,0.0046,16.8384,0.0000,2.4582,13.9165,0.4638,6575.2424,6575.2424,6575.2424,6575.2424,6575.2424 +498.5000,1.0000,7078.5833,75.3295,75.3610,-0.0175,0.0000,6,1501.3730,178.8134,651.5523,-97.6241,28.1137,102.4393,-15.3488,-0.0915,22.4647,0.0000,0.0000,5.7404,22.4593,-1.0402,0.0000,23.4995,0.0000,23.4995,8.2190,15.2805,0.0000,15.2805,-0.0325,15.3130,0.0000,4.6466,13.9115,-3.2451,6197.6622,6197.6622,6197.6622,6197.6622,6197.6622 +499.5000,1.0000,7099.4967,75.2880,75.2980,-0.0056,0.0000,6,1489.4330,207.9868,643.9779,-96.9160,32.4403,100.4432,-15.1163,-1.0014,27.7523,0.0000,0.0000,5.6894,27.5520,-1.1458,0.0000,28.6978,0.0000,28.6978,8.2145,20.4833,0.0000,20.4833,-0.0103,20.4936,0.0000,7.6194,13.9038,-1.0296,6959.1279,6959.1279,6959.1279,6959.1279,6959.1279 +500.5000,1.0000,7120.4107,75.2905,75.2780,0.0069,0.0000,6,1475.0515,235.0423,650.7106,-96.0630,36.3063,100.5133,-14.8386,-0.3110,30.9651,0.0000,0.0000,5.6522,30.8879,-1.2154,0.0000,32.1033,0.0000,32.1033,8.2148,23.8885,0.0000,23.8885,0.0129,23.8756,0.0000,8.6842,13.9043,1.2871,7646.8930,7646.8930,7646.8930,7646.8930,7646.8930 +501.5000,1.0000,7141.3225,75.2825,75.3030,-0.0114,0.0000,6,1484.5500,246.1269,661.6078,-96.6264,38.2633,102.8547,-15.0217,1.1790,29.3883,0.0000,0.0000,7.6961,29.6523,-1.1895,0.0000,30.8419,0.0000,30.8419,8.2139,22.6280,0.0000,22.6280,-0.0211,22.6491,0.0000,10.8569,13.9028,-2.1106,8036.9915,8036.9915,8036.9915,8036.9915,8036.9915 +502.5000,1.0000,7162.2347,75.2840,75.2620,0.0122,0.0000,6,1491.4165,281.0460,667.4300,-97.0336,43.8940,104.2397,-15.1548,-0.5555,36.7805,0.0000,0.0000,7.6690,36.6202,-1.3347,0.0000,37.9549,0.0000,37.9549,8.2141,29.7408,0.0000,29.7408,0.0227,29.7182,0.0000,13.5500,13.9031,2.2651,9106.7998,9106.7998,9106.7998,9106.7998,9106.7998 +503.5000,1.0000,7183.1479,75.2875,75.3060,-0.0103,0.0000,6,1488.6320,273.9415,679.6983,-96.8685,42.7045,105.9576,-15.1007,0.2999,34.7062,0.0000,0.0000,7.6984,34.7913,-1.2967,0.0000,36.0879,0.0000,36.0879,8.2145,27.8735,0.0000,27.8735,-0.0191,27.8925,0.0000,15.8936,13.9037,-1.9048,8879.5688,8879.5688,8879.5688,8879.5688,8879.5688 +504.5000,1.0000,7204.0739,75.3335,75.2690,0.0358,0.0000,6,1486.3815,360.7630,676.5942,-96.7350,56.1540,105.3143,-15.0571,-0.5049,49.0181,0.0000,0.0000,7.6408,48.7939,-1.5889,0.0000,50.3829,0.0000,50.3829,8.2195,42.1634,0.0000,42.1634,0.0666,42.0968,0.0000,21.5394,13.9122,6.6451,11392.1035,11392.1035,11392.1035,11392.1035,11392.1035 +505.5000,1.0000,7225.0364,75.4650,75.3980,0.0372,0.0000,6,1482.6810,353.4498,706.8737,-96.5155,54.8787,109.7535,-14.9856,0.1667,47.0562,0.0000,0.0000,7.6558,47.0725,-1.5546,0.0000,48.6271,0.0000,48.6271,8.2338,40.3933,0.0000,40.3933,0.0693,40.3240,0.0000,19.4728,13.9365,6.9148,11143.6162,11143.6162,11143.6162,11143.6162,11143.6162 +506.5000,1.0000,7246.0231,75.5520,75.5320,0.0111,0.0000,6,1492.0270,336.4933,705.1332,-97.0698,52.5753,110.1733,-15.1666,0.6886,44.1852,0.0000,0.0000,7.7015,44.3960,-1.4999,0.0000,45.8959,0.0000,45.8959,8.2433,37.6526,0.0000,37.6526,0.0207,37.6319,0.0000,21.6128,13.9526,2.0665,10726.4668,10726.4668,10726.4668,10726.4668,10726.4668 +507.5000,1.0000,7267.0249,75.6065,75.5720,0.0192,0.0000,6,1494.3160,386.3059,700.2427,-97.2056,60.4509,109.5771,-15.2112,-0.4796,53.2816,0.0000,0.0000,7.6488,53.0711,-1.6812,0.0000,54.7523,0.0000,54.7523,8.2493,46.5030,0.0000,46.5030,0.0357,46.4673,0.0000,28.9374,13.9627,3.5673,12215.7450,12215.7450,12215.7450,12215.7450,12215.7450 +508.5000,1.0000,7288.0360,75.6400,75.6410,-0.0006,0.0000,6,1494.2015,410.1824,717.9722,-97.1988,64.1822,112.3429,-15.2089,0.4690,56.0184,0.0000,0.0000,7.6948,56.2108,-1.7470,0.0000,57.9578,0.0000,57.9578,8.2529,49.7049,0.0000,49.7049,-0.0010,49.7060,0.0000,35.8406,13.9688,-0.1034,12899.6949,12899.6949,12899.6949,12899.6949,12899.6949 +509.5000,1.0000,7309.0697,75.7215,75.6390,0.0458,0.0000,6,1498.6265,467.6107,726.8003,-97.4612,73.3849,114.0610,-15.2952,-0.0632,67.7085,0.0000,0.0000,5.7396,67.6038,-1.9854,0.0000,69.5892,0.0000,69.5892,8.2618,61.3274,0.0000,61.3274,0.0856,61.2418,0.0000,38.7145,13.9839,8.5434,14591.7026,14591.7026,14591.7026,14591.7026,14591.7026 +510.5000,1.0000,7330.1485,75.8835,75.8040,0.0442,0.0000,6,1495.3080,442.9982,747.1791,-97.2644,69.3683,116.9995,-15.2305,-0.2417,63.8497,0.0000,0.0000,5.7604,63.6706,-1.9053,0.0000,65.5759,0.0000,65.5759,8.2795,57.2964,0.0000,57.2964,0.0826,57.2138,0.0000,34.9496,14.0138,8.2503,13851.3591,13851.3591,13851.3591,13851.3591,13851.3591 +511.5000,1.0000,7351.2815,76.0790,75.9630,0.0644,0.0000,6,1502.1745,465.1511,738.6655,-97.6716,73.1717,116.1975,-15.3645,0.8762,66.4455,0.0000,0.0000,5.8499,66.7639,-1.9721,0.0000,68.7360,0.0000,68.7360,8.3008,60.4352,0.0000,60.4352,0.1209,60.3143,0.0000,34.1951,14.0499,12.0692,14554.7370,14554.7370,14554.7370,14554.7370,14554.7370 +512.5000,1.0000,7372.4574,76.2330,76.1950,0.0211,0.0000,6,1511.4440,435.5568,747.7161,-98.2214,68.9391,118.3470,-15.5463,-0.0213,63.1397,0.0000,0.0000,5.8206,63.0987,-1.8975,0.0000,64.9962,0.0000,64.9962,8.3176,56.6786,0.0000,56.6786,0.0397,56.6389,0.0000,38.5988,14.0783,3.9617,13787.3366,13787.3366,13787.3366,13787.3366,13787.3366 +513.5000,1.0000,7393.6597,76.3285,76.2710,0.0319,0.0000,6,1508.2395,468.0564,738.2021,-98.0313,73.9260,116.5935,-15.4833,-0.2756,68.3902,0.0000,0.0000,5.8113,68.2039,-2.0050,0.0000,70.2090,0.0000,70.2090,8.3280,61.8809,0.0000,61.8809,0.0601,61.8208,0.0000,41.7226,14.0960,6.0022,14690.4063,14690.4063,14690.4063,14690.4063,14690.4063 +514.5000,1.0000,7414.9028,76.4750,76.3860,0.0494,0.0000,6,1502.5940,489.3307,748.8149,-97.6965,76.9968,117.8270,-15.3727,-0.2464,71.4627,0.0000,0.0000,5.7805,71.2528,-2.0703,0.0000,73.3231,0.0000,73.3231,8.3440,64.9791,0.0000,64.9791,0.0932,64.8858,0.0000,41.4546,14.1230,9.3082,15250.8681,15250.8681,15250.8681,15250.8681,15250.8681 +515.5000,1.0000,7436.1814,76.6030,76.5640,0.0217,0.0000,6,1506.3325,468.7676,755.8123,-97.9182,73.9447,119.2239,-15.4459,0.5928,67.5098,0.0000,0.0000,5.8420,67.7625,-1.9991,0.0000,69.7616,0.0000,69.7616,8.3580,61.4036,0.0000,61.4036,0.0409,61.3627,0.0000,43.1303,14.1467,4.0857,14694.2789,14694.2789,14694.2789,14694.2789,14694.2789 +516.5000,1.0000,7457.4807,76.6775,76.6420,0.0197,0.0000,6,1512.3215,481.8350,749.4616,-98.2734,76.3082,118.6922,-15.5636,-0.0390,70.5090,0.0000,0.0000,5.8381,70.4569,-2.0561,0.0000,72.5130,0.0000,72.5130,8.3661,64.1469,0.0000,64.1469,0.0373,64.1096,0.0000,46.2265,14.1604,3.7227,15120.3345,15120.3345,15120.3345,15120.3345,15120.3345 +517.5000,1.0000,7478.7558,76.5905,76.7130,-0.0681,0.0000,6,1516.1745,415.4192,754.8352,-98.5019,65.9575,119.8478,-15.6395,0.3978,59.6943,0.0000,0.0000,5.8654,59.9584,-1.8364,0.0000,61.7948,0.0000,61.7948,8.3566,53.4382,0.0000,53.4382,-0.1285,53.5667,0.0000,52.2535,14.1444,-12.8312,13251.5147,13251.5147,13251.5147,13251.5147,13251.5147 +518.5000,1.0000,7499.9204,76.1925,76.4680,-0.1531,0.0000,6,1512.5125,278.0127,732.0585,-98.2848,44.0344,115.9507,-15.5673,-0.7370,38.9921,0.0000,0.0000,5.7793,38.9284,-1.3935,0.0000,40.3219,0.0000,40.3219,8.3132,32.0087,0.0000,32.0087,-0.2875,32.2962,0.0000,46.9325,14.0709,-28.7072,9135.2687,9135.2687,9135.2687,9135.2687,9135.2687 +519.5000,1.0000,7520.9318,75.6410,75.9170,-0.1533,0.0000,6,1496.1855,285.4797,681.3290,-97.3164,44.7290,106.7508,-15.2476,-0.7711,39.7762,0.0000,0.0000,5.7239,39.6980,-1.4030,0.0000,41.1010,0.0000,41.1010,8.2530,32.8480,0.0000,32.8480,-0.2860,33.1339,0.0000,47.7160,13.9690,-28.5511,9269.5255,9269.5255,9269.5255,9269.5255,9269.5255 +520.5000,1.0000,7541.7968,75.1140,75.3650,-0.1394,0.0000,6,1490.0055,327.5615,681.8310,-96.9499,51.1104,106.3881,-15.1274,0.2024,45.1493,0.0000,0.0000,5.7587,45.3679,-1.5150,0.0000,46.8829,0.0000,46.8829,8.1955,38.6874,0.0000,38.6874,-0.2582,38.9456,0.0000,50.8580,13.8717,-25.7841,10445.1377,10445.1377,10445.1377,10445.1377,10445.1377 +521.5000,1.0000,7562.5129,74.5780,74.8630,-0.1583,0.0000,6,1480.6210,290.6199,694.9877,-96.3933,45.0607,107.7580,-14.9458,-1.0545,40.4453,0.0000,0.0000,5.6699,40.2824,-1.4028,0.0000,41.6852,0.0000,41.6852,8.1370,33.5481,0.0000,33.5481,-0.2911,33.8392,0.0000,49.1343,13.7727,-29.0678,9312.6361,9312.6361,9312.6361,9312.6361,9312.6361 +522.5000,1.0000,7583.0910,74.0810,74.2930,-0.1178,0.0000,6,1462.0810,318.8276,678.0729,-95.2938,48.8153,103.8189,-14.5903,-0.6234,43.8046,0.0000,0.0000,5.6341,43.7217,-1.4686,0.0000,45.1903,0.0000,45.1903,8.0828,37.1075,0.0000,37.1075,-0.2151,37.3226,0.0000,45.1199,13.6809,-21.4783,9977.4935,9977.4935,9977.4935,9977.4935,9977.4935 +523.5000,1.0000,7603.5417,73.6225,73.8690,-0.1369,0.0000,6,1453.0400,276.0181,685.7812,-94.7576,41.9995,104.3498,-14.4185,-0.1872,36.5545,0.0000,0.0000,5.6322,36.6243,-1.3154,0.0000,37.9398,0.0000,37.9398,8.0328,29.9070,0.0000,29.9070,-0.2486,30.1556,0.0000,41.3783,13.5963,-24.8190,8694.7857,8694.7857,8694.7857,8694.7857,8694.7857 +524.5000,1.0000,7623.8622,73.1540,73.3760,-0.1233,0.0000,6,1447.5090,277.5382,668.3893,-94.4295,42.0700,101.3163,-14.3139,-0.3052,36.7914,0.0000,0.0000,5.5838,36.8158,-1.3140,0.0000,38.1299,0.0000,38.1299,7.9817,30.1482,0.0000,30.1482,-0.2224,30.3706,0.0000,39.0709,13.5097,-22.2100,8701.1294,8701.1294,8701.1294,8701.1294,8701.1294 +525.5000,1.0000,7644.0596,72.7105,72.9320,-0.1231,0.0000,6,1444.2665,267.2724,668.0450,-94.2372,40.4231,101.0373,-14.2527,0.0169,34.8437,0.0000,0.0000,5.5625,34.9548,-1.2702,0.0000,36.2250,0.0000,36.2250,7.9333,28.2917,0.0000,28.2917,-0.2206,28.5123,0.0000,37.1100,13.4278,-22.0256,8378.1735,8378.1735,8378.1735,8378.1735,8378.1735 +526.5000,1.0000,7664.1076,72.1730,72.4890,-0.1756,0.0000,6,1435.9885,167.2615,662.6460,-93.7463,25.1522,99.6463,-14.0972,-0.7468,20.3907,0.0000,0.0000,5.5083,20.3596,-0.9600,0.0000,21.3196,0.0000,21.3196,7.8746,13.4449,0.0000,13.4449,-0.3124,13.7573,0.0000,31.6190,13.3286,-31.1902,5553.4849,5553.4849,5553.4849,5553.4849,5553.4849 +527.5000,1.0000,7684.0169,71.6735,71.8570,-0.1019,0.0000,6,1424.3535,267.1786,622.0085,-93.0562,39.8518,92.7775,-13.8801,-0.2770,34.6430,0.0000,0.0000,5.4858,34.6547,-1.2521,0.0000,35.9068,0.0000,35.9068,7.8201,28.0867,0.0000,28.0867,-0.1801,28.2668,0.0000,33.0172,13.2363,-17.9867,8255.0491,8255.0491,8255.0491,8255.0491,8255.0491 +528.5000,1.0000,7703.8165,71.2785,71.4900,-0.1175,0.0000,6,1416.3425,267.5812,658.0936,-92.5811,39.6874,97.6078,-13.7315,-0.4214,34.6506,0.0000,0.0000,5.4582,34.6349,-1.2472,0.0000,35.8821,0.0000,35.8821,7.7770,28.1050,0.0000,28.1050,-0.2065,28.3115,0.0000,35.7651,13.1634,-20.6170,8226.8552,8226.8552,8226.8552,8226.8552,8226.8552 +529.5000,1.0000,7723.5100,70.8965,71.0670,-0.0947,0.0000,6,1401.3505,268.1075,655.3941,-91.6920,39.3445,96.1785,-13.4557,-0.8733,34.8334,0.0000,0.0000,5.3844,34.6645,-1.2435,0.0000,35.9080,0.0000,35.9080,7.7354,28.1726,0.0000,28.1726,-0.1656,28.3382,0.0000,31.7766,13.0928,-16.5313,8167.8963,8167.8963,8167.8963,8167.8963,8167.8963 +530.5000,1.0000,7743.1210,70.5995,70.7260,-0.0703,0.0000,6,1391.3175,332.8697,653.0103,-91.0969,48.4986,95.1426,-13.2727,0.0098,43.0877,0.0000,0.0000,5.4011,43.1686,-1.4173,0.0000,44.5859,0.0000,44.5859,7.7030,36.8830,0.0000,36.8830,-0.1223,37.0053,0.0000,36.1811,13.0380,-12.2137,9861.1648,9861.1648,9861.1648,9861.1648,9861.1648 +531.5000,1.0000,7762.6328,70.2425,70.4730,-0.1281,0.0000,6,1396.3530,252.8838,678.0939,-91.3956,36.9781,99.1548,-13.3644,0.4220,31.1393,0.0000,0.0000,5.4168,31.3520,-1.1672,0.0000,32.5191,0.0000,32.5191,7.6640,24.8551,0.0000,24.8551,-0.2218,25.0769,0.0000,34.2474,12.9721,-22.1425,7721.9264,7721.9264,7721.9264,7721.9264,7721.9264 +532.5000,1.0000,7782.0228,69.8040,70.0120,-0.1156,0.0000,6,1389.0670,267.3202,646.3164,-90.9635,38.8851,94.0150,-13.2318,-1.0413,34.6003,0.0000,0.0000,5.3262,34.3987,-1.2257,0.0000,35.6245,0.0000,35.6245,7.6162,28.0083,0.0000,28.0083,-0.1989,28.2072,0.0000,35.1725,12.8911,-19.8564,8067.2279,8067.2279,8067.2279,8067.2279,8067.2279 +533.5000,1.0000,7801.3038,69.4115,69.5960,-0.1025,0.0000,6,1372.8545,269.7568,649.1429,-90.0019,38.7816,93.3240,-12.9391,-0.3377,33.7967,0.0000,0.0000,5.3226,33.7879,-1.2087,0.0000,34.9966,0.0000,34.9966,7.5733,27.4233,0.0000,27.4233,-0.1754,27.5987,0.0000,32.2940,12.8186,-17.5140,8026.0231,8026.0231,8026.0231,8026.0231,8026.0231 +534.5000,1.0000,7820.4940,69.0850,69.2270,-0.0789,0.0000,6,1367.7805,305.4422,648.1582,-89.7010,43.7496,92.8381,-12.8482,-0.0898,38.5203,0.0000,0.0000,5.3191,38.5694,-1.3047,0.0000,39.8741,0.0000,39.8741,7.5377,32.3364,0.0000,32.3364,-0.1344,32.4708,0.0000,33.1286,12.7583,-13.4162,8956.3288,8956.3288,8956.3288,8956.3288,8956.3288 +535.5000,1.0000,7839.6407,68.9280,68.9430,-0.0083,0.0000,6,1365.2625,377.9798,661.7060,-89.5517,54.0397,94.6041,-12.8032,-0.1215,48.8342,0.0000,0.0000,5.3270,48.7930,-1.5159,0.0000,50.3089,0.0000,50.3089,7.5206,42.7883,0.0000,42.7883,-0.0142,42.8025,0.0000,31.4872,12.7293,-1.4140,10879.3025,10879.3025,10879.3025,10879.3025,10879.3025 +536.5000,1.0000,7858.7947,68.9545,68.9130,0.0231,0.0000,6,1361.8675,418.0090,690.2499,-89.3503,59.6141,98.4396,-12.7426,-0.1627,54.4537,0.0000,0.0000,5.3231,54.3432,-1.6318,0.0000,55.9751,0.0000,55.9751,7.5235,48.4516,0.0000,48.4516,0.0392,48.4124,0.0000,31.7647,12.7342,3.9135,11925.6984,11925.6984,11925.6984,11925.6984,11925.6984 +537.5000,1.0000,7878.0313,69.2515,68.9960,0.1419,0.0000,6,1361.6770,572.8954,705.9117,-89.3390,81.6917,100.6591,-12.7393,0.1468,76.2617,0.0000,0.0000,5.2833,76.0793,-2.0880,0.0000,78.1673,0.0000,78.1673,7.5559,70.6114,0.0000,70.6114,0.2424,70.3690,0.0000,33.3821,12.7890,24.1979,16009.7981,16009.7981,16009.7981,16009.7981,16009.7981 +538.5000,1.0000,7897.4072,69.7535,69.5070,0.1369,0.0000,6,1371.9005,583.4513,767.4352,-89.9454,83.8216,110.2536,-12.9220,0.7135,77.7720,0.0000,0.0000,5.3362,77.9765,-2.1331,0.0000,80.1095,0.0000,80.1095,7.6107,72.4989,0.0000,72.4989,0.2355,72.2634,0.0000,35.8669,12.8817,23.5147,16412.2207,16412.2207,16412.2207,16412.2207,16412.2207 +539.5000,1.0000,7916.9383,70.3120,70.0000,0.1733,0.0000,6,1383.0395,630.4322,772.6945,-90.6060,91.3065,111.9105,-13.1226,0.2268,85.7218,0.0000,0.0000,5.3578,85.5079,-2.2962,0.0000,87.8041,0.0000,87.8041,7.7774,80.0268,0.0000,80.0268,0.3005,79.7263,0.0000,36.7401,12.9849,30.0013,17801.2365,17801.2365,17801.2365,17801.2365,17801.2365 +540.5000,1.0000,7936.6279,70.8825,70.6240,0.1436,0.0000,6,1396.3530,572.6921,791.9500,-91.3956,83.7423,115.8035,-13.3644,0.9127,77.4076,0.0000,0.0000,5.4221,77.7142,-2.1402,0.0000,79.8544,0.0000,79.8544,7.7338,72.1206,0.0000,72.1206,0.2510,71.8696,0.0000,33.7208,13.0902,25.0586,16397.5072,16397.5072,16397.5072,16397.5072,16397.5072 +541.5000,1.0000,7956.4436,71.3365,71.1410,0.1086,0.0000,6,1406.5765,544.8979,771.4110,-92.0019,80.2615,113.6260,-13.5515,-0.0362,74.9024,0.0000,0.0000,5.3953,74.6754,-2.0820,0.0000,76.7574,0.0000,76.7574,7.7834,68.9741,0.0000,68.9741,0.1910,68.7830,0.0000,36.5361,13.1741,19.0728,15754.7654,15754.7654,15754.7654,15754.7654,15754.7654 +542.5000,1.0000,7976.3699,71.7345,71.5320,0.1125,0.0000,6,1405.9665,550.1040,762.3202,-91.9657,80.9932,112.2383,-13.5403,-0.0164,75.6367,0.0000,0.0000,5.3729,75.4136,-2.1019,0.0000,77.5155,0.0000,77.5155,7.8268,69.6887,0.0000,69.6887,0.1990,69.4898,0.0000,36.3762,13.2476,19.8660,15889.5452,15889.5452,15889.5452,15889.5452,15889.5452 +543.5000,1.0000,7996.3965,72.0960,71.9370,0.0883,0.0000,6,1417.2580,544.3829,763.9760,-92.6354,80.7945,113.3854,-13.7485,0.9993,74.3357,0.0000,0.0000,5.4595,74.7730,-2.0927,0.0000,76.8657,0.0000,76.8657,7.8662,68.9995,0.0000,68.9995,0.1570,68.8425,0.0000,39.8510,13.3143,15.6771,15854.8683,15854.8683,15854.8683,15854.8683,15854.8683 +544.5000,1.0000,8016.5044,72.3885,72.2550,0.0742,0.0000,6,1431.1055,523.7068,763.2651,-93.4567,78.4853,114.3867,-14.0059,0.2079,72.7823,0.0000,0.0000,5.4951,72.7684,-2.0543,0.0000,74.8227,0.0000,74.8227,7.8982,66.9245,0.0000,66.9245,0.1324,66.7922,0.0000,40.2076,13.3684,13.2162,15441.6095,15441.6095,15441.6095,15441.6095,15441.6095 +545.5000,1.0000,8036.6692,72.5930,72.5220,0.0394,0.0000,6,1436.6370,473.0742,757.4710,-93.7847,71.1713,113.9572,-14.1094,0.2793,65.3862,0.0000,0.0000,5.5058,65.4663,-1.9045,0.0000,67.3708,0.0000,67.3708,7.9205,59.4503,0.0000,59.4503,0.0706,59.3797,0.0000,38.9249,13.4061,7.0487,14086.1280,14086.1280,14086.1280,14086.1280,14086.1280 +546.5000,1.0000,8056.8768,72.7475,72.6640,0.0464,0.0000,6,1439.5740,495.3602,739.3699,-93.9589,74.6765,111.4614,-14.1645,-0.0202,69.1849,0.0000,0.0000,5.5118,69.0945,-1.9818,0.0000,71.0764,0.0000,71.0764,7.9373,63.1391,0.0000,63.1391,0.0832,63.0559,0.0000,41.3139,13.4347,8.3073,14755.7667,14755.7667,14755.7667,14755.7667,14755.7667 +547.5000,1.0000,8077.1051,72.8220,72.8310,-0.0050,0.0000,6,1439.5360,412.3813,748.0490,-93.9567,62.1656,112.7668,-14.1638,0.0169,56.6496,0.0000,0.0000,5.4991,56.6641,-1.7237,0.0000,58.3878,0.0000,58.3878,7.9455,50.4424,0.0000,50.4424,-0.0090,50.4514,0.0000,37.8993,13.4484,-0.8963,12465.8759,12465.8759,12465.8759,12465.8759,12465.8759 +548.5000,1.0000,8097.3328,72.8195,72.8130,0.0036,0.0000,6,1439.6890,425.1325,717.0774,-93.9657,64.0946,108.1094,-14.1666,-0.0034,58.5860,0.0000,0.0000,5.5120,58.5792,-1.7636,0.0000,60.3428,0.0000,60.3428,7.9452,52.3976,0.0000,52.3976,0.0065,52.3911,0.0000,38.2959,13.4480,0.6473,12809.3464,12809.3464,12809.3464,12809.3464,12809.3464 +549.5000,1.0000,8117.5588,72.8135,72.8260,-0.0069,0.0000,6,1441.9015,412.2326,721.9975,-94.0970,62.2453,109.0184,-14.2082,0.1993,56.4987,0.0000,0.0000,5.5474,56.5966,-1.7222,0.0000,58.3188,0.0000,58.3188,7.9445,50.3743,0.0000,50.3743,-0.0125,50.3867,0.0000,38.1846,13.4469,-1.2447,12482.8679,12482.8679,12482.8679,12482.8679,12482.8679 +550.5000,1.0000,8137.7303,72.6175,72.8010,-0.1019,0.0000,6,1441.9395,312.5171,717.4388,-94.0992,47.1899,108.3329,-14.2089,-0.1959,41.8682,0.0000,0.0000,5.5176,41.9099,-1.4140,0.0000,43.3239,0.0000,43.3239,7.9231,35.4007,0.0000,35.4007,-0.1825,35.5832,0.0000,40.3962,13.4107,-18.2236,9664.8520,9664.8520,9664.8520,9664.8520,9664.8520 +551.5000,1.0000,8157.7833,72.1910,72.4340,-0.1350,0.0000,6,1434.1575,278.2036,679.2609,-93.6377,41.7819,102.0145,-14.0629,-0.4905,36.8147,0.0000,0.0000,5.4578,36.7956,-1.3026,0.0000,38.0981,0.0000,38.0981,7.8766,30.2215,0.0000,30.2215,-0.2403,30.4618,0.0000,41.1208,13.3319,-23.9909,8628.4867,8628.4867,8628.4867,8628.4867,8628.4867 +552.5000,1.0000,8177.6522,71.5280,71.9480,-0.2333,0.0000,6,1423.4000,176.0885,664.1073,-92.9997,26.2474,98.9906,-13.8624,-0.4535,21.2903,0.0000,0.0000,5.4106,21.3380,-0.9730,0.0000,22.3111,0.0000,22.3111,7.8043,14.5068,0.0000,14.5068,-0.4115,14.9183,0.0000,42.7937,13.2095,-41.0849,5742.6813,5742.6813,5742.6813,5742.6813,5742.6813 +553.5000,1.0000,8197.2639,70.6020,71.1080,-0.2811,0.0000,6,1406.8820,76.7042,621.0840,-92.0200,11.3007,91.5033,-13.5572,-0.9789,6.9228,0.0000,0.0000,5.3567,6.9167,-0.6621,0.0000,7.5788,0.0000,7.5788,7.7032,-0.1245,0.0000,-0.1245,-0.4893,0.3649,0.0000,36.1831,13.0384,-48.8567,3275.4260,3275.4260,3275.4260,3275.4260,3275.4260 +554.5000,1.0000,8216.5897,69.5730,70.0960,-0.2906,0.0000,6,1387.0070,98.9671,576.6641,-90.8413,14.3747,83.7587,-13.1944,-0.7278,9.7933,0.0000,0.0000,5.3092,9.8067,-0.7108,0.0000,10.5175,0.0000,10.5175,7.5910,2.9266,0.0000,2.9266,-0.4984,3.4250,0.0000,40.3387,12.8484,-49.7622,3595.7508,3595.7508,3595.7508,3595.7508,3595.7508 +555.5000,1.0000,8235.6111,68.4770,69.0500,-0.3183,0.0000,6,1366.1405,-45.0570,579.7910,-89.6037,-6.4459,82.9460,-12.8189,-1.0337,-10.6375,0.0000,0.0000,5.2253,-10.6305,-0.7380,0.0000,-9.8925,0.0000,-9.8925,7.4714,-17.3639,0.0000,-17.3639,-0.5374,-16.8265,0.0000,24.1882,12.6460,-53.6607,895.8301,895.8301,895.8301,895.8301,895.8301 +556.5000,1.0000,8254.2849,67.2255,67.9040,-0.3769,0.1170,6,1336.7285,-87.8594,511.8850,-87.8594,-12.2987,71.6546,-12.2987,-1.4030,-16.0137,0.0000,0.0000,5.1180,-15.9702,-0.7744,0.0000,-15.1958,0.0000,-15.1958,7.3348,-22.5306,20.0273,-42.5579,-0.6248,-41.9332,1.8988,6.1325,12.4149,-62.3793,0.0000,0.0000,0.0000,0.0000,0.0000 +557.5000,1.0000,8272.3428,65.0085,66.5470,-0.8547,0.8830,6,1305.6380,-86.0155,483.8491,-86.0155,-11.7606,66.1548,-11.7606,-1.1225,-15.8400,0.0000,0.0000,5.2019,-16.0500,-0.7473,0.0000,-15.3027,0.0000,-15.3027,7.0929,-22.3956,89.7259,-112.1215,-1.3699,-110.7516,13.8568,0.1672,12.0050,-136.7806,0.0000,0.0000,0.0000,0.0000,0.0000 +558.5000,1.0000,8289.4674,61.6485,63.4700,-1.0119,2.1760,6,1248.4930,-82.6263,466.1470,-82.6263,-10.8027,60.9449,-10.8027,-3.3080,-12.4519,0.0000,0.0000,4.9572,-12.3876,-0.6702,0.0000,-11.7175,0.0000,-11.7175,6.7263,-18.4438,92.9064,-111.3502,-1.5381,-109.8121,32.3764,0.0000,11.3823,-153.5707,0.0000,0.0000,0.0000,0.0000,0.0000 +559.5000,1.0000,8305.4026,57.3670,59.8270,-1.3667,3.5680,6,1182.5360,-78.7085,447.6594,-78.7085,-9.7469,55.4359,-9.7469,-1.6566,-12.9888,0.0000,0.0000,4.8986,-13.3090,-0.6284,0.0000,-12.6806,0.0000,-12.6806,6.2592,-18.9398,116.0231,-134.9629,-1.9330,-133.0299,49.3811,0.0000,10.5875,-192.9985,0.0000,0.0000,0.0000,0.0000,0.0000 +560.5000,1.0000,8320.2868,53.5830,54.9070,-0.7356,3.9140,6,1100.7860,-73.8320,424.5887,-73.8320,-8.5109,48.9441,-8.5109,-3.9842,-9.0810,0.0000,0.0000,4.5543,-8.8125,-0.5409,0.0000,-8.2716,0.0000,-8.2716,5.8463,-14.1179,23.3982,-37.5161,-0.9717,-36.5444,50.5901,0.0000,9.8879,-97.0223,0.0000,0.0000,0.0000,0.0000,0.0000 +561.5000,1.0000,8334.3475,50.6185,52.2590,-0.9114,3.8070,6,1031.3575,-68.8715,406.7925,-68.8715,-7.4384,43.9350,-7.4384,-0.6644,-11.2703,0.0000,0.0000,4.4964,-11.5293,-0.5346,0.0000,-10.9947,0.0000,-10.9947,5.5229,-16.5176,42.3565,-58.8740,-1.1374,-57.7366,46.4866,0.0000,9.3412,-113.5644,0.0000,0.0000,0.0000,0.0000,0.0000 +562.5000,1.0000,8347.5293,47.4545,48.9780,-0.8464,3.8070,6,988.0980,-67.3077,395.5448,-67.3077,-6.9646,40.9284,-6.9646,-1.9884,-9.2828,0.0000,0.0000,4.3067,-9.2727,-0.4784,0.0000,-8.7943,0.0000,-8.7943,5.1777,-13.9720,33.5529,-47.5248,-0.9903,-46.5346,43.5809,0.0000,8.7573,-98.8727,0.0000,0.0000,0.0000,0.0000,0.0000 +563.5000,1.0000,8359.8536,44.3675,45.9310,-0.8686,4.0940,6,922.4840,-71.0611,381.6095,-71.0611,-6.8647,36.8644,-6.8647,-1.8607,-9.1321,0.0000,0.0000,4.1281,-9.1286,-0.4447,0.0000,-8.6840,0.0000,-8.6840,4.8408,-13.5248,30.2940,-43.8188,-0.9502,-42.8686,43.8126,0.0000,8.1867,-94.8680,0.0000,0.0000,0.0000,0.0000,0.0000 +564.5000,1.0000,8371.2764,41.1220,42.8040,-0.9344,4.4270,6,858.4725,-75.3168,410.0640,-75.3168,-6.7709,36.8644,-6.7709,-1.6431,-9.0865,0.0000,0.0000,3.9587,-9.1300,-0.4118,0.0000,-8.7183,0.0000,-8.7183,4.4867,-13.2050,30.8437,-44.0487,-0.9474,-43.1013,43.9044,0.0000,7.5868,-94.5926,0.0000,0.0000,0.0000,0.0000,0.0000 +565.5000,1.0000,8381.6283,37.2670,39.4400,-1.2072,4.7270,6,735.1035,-86.4586,478.8831,-86.4586,-6.6556,36.8644,-6.6556,-4.1623,-5.8122,0.0000,0.0000,3.3190,-5.3980,-0.3375,0.0000,-5.0604,0.0000,-5.0604,4.0661,-9.1266,53.3782,-62.5048,-1.1092,-61.3956,42.4791,0.0000,6.8746,-110.7493,0.0000,0.0000,0.0000,0.0000,0.0000 +566.5000,1.0000,8390.8003,33.0190,35.0940,-1.1528,5.2320,5,788.0525,-80.7794,446.7071,-80.7794,-6.6663,36.8644,-6.6663,7.0246,-17.9370,0.0000,0.0000,4.2461,-22.6652,-0.3686,0.0000,-22.2966,0.0000,-22.2966,3.6026,-25.8992,21.0022,-46.9014,-0.9385,-45.9629,41.6474,0.0000,6.0895,-93.6998,0.0000,0.0000,0.0000,0.0000,0.0000 +567.5000,1.0000,8398.8894,29.1210,30.9440,-1.0128,6.0960,5,883.2685,-73.5437,398.5522,-73.5437,-6.8025,36.8644,-6.8025,-2.7086,-8.1728,0.0000,0.0000,4.0790,-8.2257,-0.2614,0.0000,-7.9643,0.0000,-7.9643,3.1773,-11.1417,14.0441,-25.1858,-0.7271,-24.4587,42.7756,0.0000,5.3680,-72.6022,0.0000,0.0000,0.0000,0.0000,0.0000 +568.5000,1.0000,8405.7664,24.7570,27.2980,-1.4117,7.3070,5,716.6665,-88.4362,491.2029,-88.4362,-6.6371,36.8644,-6.6371,-5.1346,-4.7937,0.0000,0.0000,3.2913,-4.4724,-0.2052,0.0000,-4.2672,0.0000,-4.2672,2.7012,-6.9684,31.8111,-38.7794,-0.8617,-37.9178,43.5543,0.0000,4.5598,-86.0319,0.0000,0.0000,0.0000,0.0000,0.0000 +569.5000,1.0000,8411.1613,19.4215,22.2160,-1.5525,8.5770,5,608.9380,-99.9910,578.1026,-99.9910,-6.3762,36.8644,-6.3762,0.3342,-9.9426,0.0000,0.0000,3.2322,-11.7841,-0.1831,0.0000,-11.6011,0.0000,-11.6011,2.1190,-13.7201,17.6075,-31.3277,-0.7434,-30.5843,40.0660,0.0000,3.5736,-74.2239,0.0000,0.0000,0.0000,0.0000,0.0000 +570.5000,1.0000,8415.1061,14.2015,16.6270,-1.3475,8.9400,5,640.4210,-90.6655,549.6832,-96.6142,-6.0805,36.8644,-6.4794,0.8867,-10.4387,0.0000,0.0000,3.4716,-13.0320,-0.1418,0.0000,-12.8902,0.0000,-12.8902,1.5495,-14.4397,0.0000,-14.4397,-0.4718,-13.9679,30.5276,0.0000,2.6122,-47.1077,0.0000,0.0000,0.0000,0.0000,0.0000 +571.5000,1.0000,8417.8833,9.9980,11.7760,-0.9878,8.5580,3,655.2985,28.1537,537.2035,-95.0185,1.9320,36.8644,-6.5204,-0.3086,-1.0705,0.0000,0.0000,3.3111,-1.2868,-0.2432,0.0000,-1.0436,0.0000,-1.0436,1.0909,-2.1345,0.0000,-2.1345,-0.2435,-1.8910,20.5803,0.0000,1.8397,-24.3109,1097.1596,1097.1596,1097.1596,1097.1596,1097.1596 +572.5000,1.0000,8419.7758,6.8130,8.2200,-0.7817,5.9460,3,628.4430,17.8275,560.1600,-97.8990,1.1732,36.8644,-6.4428,-0.7405,-1.3435,0.0000,0.0000,3.2573,-1.6415,-0.1621,0.0000,-1.4794,0.0000,-1.4794,0.7434,-2.2227,0.0000,-2.2227,-0.1313,-2.0914,9.7622,0.0000,1.2560,-13.1096,970.0167,970.0167,970.0167,970.0167,970.0167 +573.5000,1.0000,8421.1069,4.7920,5.4060,-0.3411,2.9840,3,605.5165,57.3145,581.3692,-100.3580,3.6343,36.8644,-6.3637,-0.1390,0.6166,0.0000,0.0000,3.1567,0.7028,-0.0908,0.0000,0.7937,0.0000,0.7937,0.5228,0.2708,0.0000,0.2708,-0.0403,0.3111,3.4504,0.0000,0.8846,-4.0239,1340.6353,1340.6353,1340.6353,1340.6353,1340.6353 +574.5000,1.0000,8422.1326,3.6925,4.1780,-0.2697,0.2580,1,600.8890,30.2785,585.8464,-100.8544,1.9053,36.8644,-6.3463,-0.0328,-1.2430,0.0000,0.0000,3.1811,-1.4290,-0.2676,0.0000,-1.1615,0.0000,-1.1615,0.4029,-1.5644,0.0000,-1.5644,-0.0246,-1.5398,0.2300,0.0000,0.6819,-2.4517,1068.1802,1068.1802,1068.1802,1068.1802,1068.1802 +575.5000,1.0000,8422.8453,2.5655,3.2070,-0.3564,0.0000,1,601.6900,49.5327,585.0665,-100.7685,3.1210,36.8644,-6.3493,0.0624,-1.2711,0.0000,0.0000,4.3297,-1.6997,-0.1802,0.0000,-1.5196,0.0000,-1.5196,0.2799,-1.7995,0.0000,-1.7995,-0.0225,-1.7770,0.0000,0.0000,0.4738,-2.2507,1259.9188,1259.9188,1259.9188,1259.9188,1259.9188 +576.5000,1.0000,8423.2317,1.3910,1.9240,-0.2961,0.0000,1,601.6900,60.1866,585.0665,-100.7685,3.7923,36.8644,-6.3493,-0.0624,-0.4354,0.0000,0.0000,4.2901,-0.7038,-0.0884,0.0000,-0.6154,0.0000,-0.6154,0.1518,-0.7672,0.0000,-0.7672,-0.0102,-0.7571,0.0000,0.0000,0.2569,-1.0139,1365.6054,1365.6054,1365.6054,1365.6054,1365.6054 +577.5000,1.0000,8423.3535,0.4385,0.8580,-0.2331,0.0000,1,601.0795,69.6144,585.6607,-100.8339,4.3819,36.8644,-6.3470,0.0398,-0.0065,0.0000,0.0000,4.3485,-0.1506,-0.0253,0.0000,-0.1253,0.0000,-0.1253,0.0478,-0.1731,0.0000,-0.1731,-0.0025,-0.1706,0.0000,0.0000,0.0810,-0.2516,1458.5675,1458.5675,1458.5675,1458.5675,1458.5675 +578.5000,1.0000,8423.2991,0.0095,0.0190,-0.1193,0.0000,0,602.3115,67.5626,584.4627,-100.7018,4.2614,36.8644,-6.3517,0.0056,0.0000,0.0000,0.0000,4.2558,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0010,-0.0010,0.0000,-0.0010,0.0000,-0.0010,0.0000,0.0000,0.0018,-0.0028,1439.3478,1439.3478,1439.3478,1439.3478,1439.3478 +579.5000,1.0000,8423.1851,0.0000,0.0000,0.0000,0.0000,0,601.2815,67.8685,585.4639,-100.8123,4.2734,36.8644,-6.3478,-0.0437,0.0000,0.0000,0.0000,4.3171,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1441.4346,1441.4346,1441.4346,1441.4346,1441.4346 +580.5000,1.0000,8423.0711,0.0000,0.0000,0.0000,0.0000,0,603.4560,71.2188,583.3543,-100.5790,4.5006,36.8644,-6.3560,0.1244,0.0000,0.0000,0.0000,4.3762,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1476.6704,1476.6704,1476.6704,1476.6704,1476.6704 +581.5000,1.0000,8422.9571,0.0000,0.0000,0.0000,0.0000,0,603.7230,65.8687,583.0963,-100.5504,4.1643,36.8644,-6.3570,-0.1146,0.0000,0.0000,0.0000,4.2789,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1423.8431,1423.8431,1423.8431,1423.8431,1423.8431 +582.5000,1.0000,8422.8431,0.0000,0.0000,0.0000,0.0000,0,601.5870,68.7474,585.1666,-100.7795,4.3310,36.8644,-6.3489,0.0352,0.0000,0.0000,0.0000,4.2957,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1450.4344,1450.4344,1450.4344,1450.4344,1450.4344 +583.5000,1.0000,8422.7290,0.0000,0.0000,0.0000,0.0000,0,601.5870,67.8461,585.1666,-100.7795,4.2742,36.8644,-6.3489,-0.0352,0.0000,0.0000,0.0000,4.3094,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1441.4936,1441.4936,1441.4936,1441.4936,1441.4936 +584.5000,1.0000,8422.6150,0.0000,0.0000,0.0000,0.0000,0,601.3960,51.7950,585.3525,-100.8000,3.2619,36.8644,-6.3482,0.0282,0.0000,0.0000,0.0000,3.2338,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1282.0905,1282.0905,1282.0905,1282.0905,1282.0905 +585.5000,1.0000,8422.5010,0.0000,0.0000,0.0000,0.0000,0,601.0795,50.9586,585.6607,-100.8339,3.2076,36.8644,-6.3470,-0.0398,0.0000,0.0000,0.0000,3.2474,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.5020,1273.5020,1273.5020,1273.5020,1273.5020 +586.5000,1.0000,8422.3870,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.0564,586.7144,-100.9497,4.3389,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3389,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1452.0394,1452.0394,1452.0394,1452.0394,1452.0394 +587.5000,1.0000,8422.2730,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.5274,586.7144,-100.9497,4.3057,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3057,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1446.7921,1446.7921,1446.7921,1446.7921,1446.7921 +588.5000,1.0000,8422.1590,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.6935,586.7144,-100.9497,4.3161,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3161,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1448.4392,1448.4392,1448.4392,1448.4392,1448.4392 +589.5000,1.0000,8422.0450,0.0000,0.0000,0.0000,0.0000,0,601.3085,70.1862,585.4376,-100.8094,4.4195,36.8644,-6.3479,0.0483,0.0000,0.0000,0.0000,4.3712,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1464.4513,1464.4513,1464.4513,1464.4513,1464.4513 +590.5000,1.0000,8421.9310,0.0000,0.0000,0.0000,0.0000,0,601.3200,67.3474,585.4265,-100.8081,4.2409,36.8644,-6.3479,-0.0479,0.0000,0.0000,0.0000,4.2888,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1436.3004,1436.3004,1436.3004,1436.3004,1436.3004 +591.5000,1.0000,8421.8169,0.0000,0.0000,0.0000,0.0000,0,601.3200,69.3755,585.4265,-100.8081,4.3686,36.8644,-6.3479,0.0479,0.0000,0.0000,0.0000,4.3207,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1456.4193,1456.4193,1456.4193,1456.4193,1456.4193 +592.5000,1.0000,8421.7029,0.0000,0.0000,0.0000,0.0000,0,601.3085,67.0214,585.4376,-100.8094,4.2203,36.8644,-6.3479,-0.0483,0.0000,0.0000,0.0000,4.2686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1433.0565,1433.0565,1433.0565,1433.0565,1433.0565 +593.5000,1.0000,8421.5889,0.0000,0.0000,0.0000,0.0000,0,601.4610,68.4621,585.2892,-100.7930,4.3121,36.8644,-6.3484,0.0540,0.0000,0.0000,0.0000,4.2581,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1447.4886,1447.4886,1447.4886,1447.4886,1447.4886 +594.5000,1.0000,8421.4749,0.0000,0.0000,0.0000,0.0000,0,602.3500,66.2788,584.4254,-100.6977,4.1807,36.8644,-6.3518,-0.0212,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1426.6478,1426.6478,1426.6478,1426.6478,1426.6478 +595.5000,1.0000,8421.3609,0.0000,0.0000,0.0000,0.0000,0,600.8890,65.5025,585.8464,-100.8544,4.1217,36.8644,-6.3463,-0.0328,0.0000,0.0000,0.0000,4.1545,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1417.6029,1417.6029,1417.6029,1417.6029,1417.6029 +596.5000,1.0000,8421.2469,0.0000,0.0000,0.0000,0.0000,0,600.5075,67.2570,586.2185,-100.8953,4.2295,36.8644,-6.3448,0.0187,0.0000,0.0000,0.0000,4.2107,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1434.6561,1434.6561,1434.6561,1434.6561,1434.6561 +597.5000,1.0000,8421.1329,0.0000,0.0000,0.0000,0.0000,0,601.0150,66.1231,585.7235,-100.8409,4.1617,36.8644,-6.3467,0.0000,0.0000,0.0000,0.0000,4.1617,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1423.8753,1423.8753,1423.8753,1423.8753,1423.8753 +598.5000,1.0000,8421.0189,0.0000,0.0000,0.0000,0.0000,0,600.5075,66.2228,586.2185,-100.8953,4.1644,36.8644,-6.3448,-0.0187,0.0000,0.0000,0.0000,4.1831,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1424.3970,1424.3970,1424.3970,1424.3970,1424.3970 +599.5000,1.0000,8420.9048,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.2156,586.7144,-100.9497,4.3489,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3489,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1453.6190,1453.6190,1453.6190,1453.6190,1453.6190 +600.5000,1.0000,8420.7908,0.0000,0.0000,0.0000,0.0000,0,600.2020,69.2632,586.5169,-100.9281,4.3534,36.8644,-6.3436,0.0074,0.0000,0.0000,0.0000,4.3460,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1454.2770,1454.2770,1454.2770,1454.2770,1454.2770 +601.5000,1.0000,8420.6768,0.0000,0.0000,0.0000,0.0000,0,600.2020,68.7236,586.5169,-100.9281,4.3195,36.8644,-6.3436,-0.0074,0.0000,0.0000,0.0000,4.3269,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1448.9240,1448.9240,1448.9240,1448.9240,1448.9240 +602.5000,1.0000,8420.5628,0.0000,0.0000,0.0000,0.0000,0,602.1475,71.1923,584.6219,-100.7194,4.4892,36.8644,-6.3510,0.0794,0.0000,0.0000,0.0000,4.4097,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1475.2033,1475.2033,1475.2033,1475.2033,1475.2033 +603.5000,1.0000,8420.4488,0.0000,0.0000,0.0000,0.0000,0,604.4860,51.8955,582.3603,-100.4686,3.2851,36.8644,-6.3598,0.0071,0.0000,0.0000,0.0000,3.2780,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1285.9301,1285.9301,1285.9301,1285.9301,1285.9301 +604.5000,1.0000,8420.3348,0.0000,0.0000,0.0000,0.0000,0,603.2275,49.0512,583.5752,-100.6035,3.0986,36.8644,-6.3551,-0.0537,0.0000,0.0000,0.0000,3.1523,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.5573,1256.5573,1256.5573,1256.5573,1256.5573 +605.5000,1.0000,8420.2208,0.0000,0.0000,0.0000,0.0000,0,601.1675,51.3345,585.5750,-100.8245,3.2317,36.8644,-6.3473,-0.0225,0.0000,0.0000,0.0000,3.2543,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1277.3121,1277.3121,1277.3121,1277.3121,1277.3121 +606.5000,1.0000,8420.1068,0.0000,0.0000,0.0000,0.0000,0,600.5570,50.3833,586.1702,-100.8900,3.1686,36.8644,-6.3450,0.0000,0.0000,0.0000,0.0000,3.1686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1267.3144,1267.3144,1267.3144,1267.3144,1267.3144 +607.5000,1.0000,8419.9931,0.0000,0.0000,0.0006,0.0000,0,600.3280,50.9089,586.3938,-100.9145,3.2005,36.8644,-6.3441,-0.0084,0.0000,0.0000,0.0000,3.2089,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1272.3185,1272.3185,1272.3185,1272.3185,1272.3185 +608.5000,1.0000,8419.8799,0.0000,0.0060,0.0004,0.0000,0,600.0495,50.6967,586.6660,-100.9444,3.1856,36.8644,-6.3430,-0.0018,0.0000,0.0000,0.0000,3.1875,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1269.9571,1269.9571,1269.9571,1269.9571,1269.9571 +609.5000,1.0000,8419.7674,0.0000,0.0040,0.0008,0.0000,0,601.5755,51.0045,585.1778,-100.7807,3.2131,36.8644,-6.3489,0.0582,0.0000,0.0000,0.0000,3.1549,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1274.4138,1274.4138,1274.4138,1274.4138,1274.4138 +610.5000,1.0000,8419.6556,0.0000,0.0030,0.0006,0.0000,0,602.7315,50.6891,584.0555,-100.6567,3.1994,36.8644,-6.3532,-0.0155,0.0000,0.0000,0.0000,3.2149,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1272.3486,1272.3486,1272.3486,1272.3486,1272.3486 +611.5000,1.0000,8419.5443,0.0000,0.0020,0.0006,0.0000,0,601.1560,49.5978,585.5862,-100.8257,3.1223,36.8644,-6.3473,-0.0427,0.0000,0.0000,0.0000,3.1650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1260.0741,1260.0741,1260.0741,1260.0741,1260.0741 +612.5000,1.0000,8419.4334,0.0000,0.0020,0.0003,0.0000,0,600.0000,50.0809,586.7144,-100.9497,3.1467,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1467,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.8022,1263.8022,1263.8022,1263.8022,1263.8022 +613.5000,1.0000,8419.3227,0.0000,0.0010,0.0000,0.0000,0,600.3550,50.6311,586.3675,-100.9116,3.1831,36.8644,-6.3442,0.0131,0.0000,0.0000,0.0000,3.1700,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1269.5868,1269.5868,1269.5868,1269.5868,1269.5868 +614.5000,1.0000,8419.2120,0.0000,0.0000,0.0000,0.0000,0,601.2055,50.6573,585.5379,-100.8204,3.1893,36.8644,-6.3475,0.0183,0.0000,0.0000,0.0000,3.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1270.6298,1270.6298,1270.6298,1270.6298,1270.6298 +615.5000,1.0000,8419.1013,0.0000,0.0000,0.0000,0.0000,0,600.8505,50.0835,585.8839,-100.8585,3.1513,36.8644,-6.3461,-0.0314,0.0000,0.0000,0.0000,3.1827,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1264.6108,1264.6108,1264.6108,1264.6108,1264.6108 +616.5000,1.0000,8418.9906,0.0000,0.0000,0.0000,0.0000,0,600.6220,51.1230,586.1068,-100.8830,3.2155,36.8644,-6.3452,0.0229,0.0000,0.0000,0.0000,3.1925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1274.7129,1274.7129,1274.7129,1274.7129,1274.7129 +617.5000,1.0000,8418.8798,0.0000,0.0000,0.0000,0.0000,0,600.9385,51.9128,585.7981,-100.8491,3.2669,36.8644,-6.3464,-0.0113,0.0000,0.0000,0.0000,3.2782,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1282.8387,1282.8387,1282.8387,1282.8387,1282.8387 +618.5000,1.0000,8418.7691,0.0000,0.0000,0.0000,0.0000,0,600.3165,49.7949,586.4051,-100.9158,3.1304,36.8644,-6.3441,-0.0117,0.0000,0.0000,0.0000,3.1420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1261.2564,1261.2564,1261.2564,1261.2564,1261.2564 +619.5000,1.0000,8418.6586,0.0000,0.0000,0.0004,0.0000,0,600.6220,49.7882,586.1068,-100.8830,3.1315,36.8644,-6.3452,0.0229,0.0000,0.0000,0.0000,3.1086,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1261.4716,1261.4716,1261.4716,1261.4716,1261.4716 +620.5000,1.0000,8418.5486,0.0000,0.0040,0.0006,0.0000,0,601.9305,49.0266,584.8327,-100.7427,3.0903,36.8644,-6.3502,0.0254,0.0000,0.0000,0.0000,3.0650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1255.1195,1255.1195,1255.1195,1255.1195,1255.1195 +621.5000,1.0000,8418.4598,0.0755,0.0020,0.0419,0.0000,1,601.3085,49.1696,585.4376,-100.8094,3.0962,36.8644,-6.3479,-0.0483,0.0695,0.0000,0.0000,3.0750,0.0347,-0.0036,0.0000,0.0383,0.0000,0.0383,0.0082,0.0301,0.0000,0.0301,0.0001,0.0300,0.0000,0.0083,0.0139,0.0078,1255.9664,1255.9664,1255.9664,1255.9664,1255.9664 +622.5000,1.0000,8418.6373,1.0340,0.1510,0.4906,0.0000,1,600.0000,94.3983,586.7144,-100.9497,5.9312,36.8644,-6.3429,0.0000,2.9463,0.0000,0.0000,2.9849,1.5892,-0.0709,0.0000,1.6601,0.0000,1.6601,0.1199,1.5402,0.0000,1.5402,0.0125,1.5277,0.0000,0.0881,0.1910,1.2486,1703.4313,1703.4313,1703.4313,1703.4313,1703.4313 +623.5000,1.0000,8419.3997,3.1400,1.9170,0.6794,0.0000,1,600.0000,191.5043,586.7144,-100.9497,12.0326,36.8644,-6.3429,0.0000,9.0500,0.0000,0.0000,2.9826,6.5132,-0.2812,0.0000,6.7944,0.0000,6.7944,0.3904,6.4040,0.0000,6.4040,0.0526,6.3514,0.0000,0.5197,0.5799,5.2519,2793.9141,2793.9141,2793.9141,2793.9141,2793.9141 +624.5000,1.0000,8420.5886,4.6750,4.3630,0.1733,0.0000,2,615.5375,140.5937,571.9044,-99.2832,9.0625,36.8644,-6.3997,0.5873,4.1459,0.0000,0.0000,4.3293,3.9847,-0.2002,0.0000,4.1849,0.0000,4.1849,0.5101,3.6748,0.0000,3.6748,0.0200,3.6548,0.0000,0.7967,0.8634,1.9948,2263.7173,2263.7173,2263.7173,2263.7173,2263.7173 +625.5000,1.0000,8421.9712,5.3725,4.9870,0.2142,0.0000,2,616.7695,144.5850,570.7621,-99.1510,9.3384,36.8644,-6.4040,-0.5418,5.6357,0.0000,0.0000,4.2446,5.1365,-0.2473,0.0000,5.3838,0.0000,5.3838,0.5862,4.7976,0.0000,4.7976,0.0284,4.7692,0.0000,0.9446,0.9922,2.8324,2312.4750,2312.4750,2312.4750,2312.4750,2312.4750 +626.5000,1.0000,8423.4201,5.6110,5.7580,-0.0817,0.0000,2,607.0420,68.6992,579.9082,-100.1944,4.3672,36.8644,-6.3693,0.1707,1.0641,0.0000,0.0000,3.1324,1.1010,-0.2012,0.0000,1.3021,0.0000,1.3021,0.6122,0.6899,0.0000,0.6899,-0.0113,0.7012,0.0000,0.7930,1.0362,-1.1280,1454.9750,1454.9750,1454.9750,1454.9750,1454.9750 +627.5000,1.0000,8424.8088,5.3945,5.4640,-0.0386,0.0000,2,607.4620,87.3105,579.5073,-100.1494,5.5541,36.8644,-6.3708,-0.1551,1.5120,0.0000,0.0000,4.1973,1.5212,-0.1872,0.0000,1.7084,0.0000,1.7084,0.5886,1.1198,0.0000,1.1198,-0.0051,1.1250,0.0000,0.6415,0.9962,-0.5127,1639.9849,1639.9849,1639.9849,1639.9849,1639.9849 +628.5000,1.0000,8426.1546,5.2400,5.3250,-0.0472,0.0000,2,601.6520,88.2958,585.1034,-100.7725,5.5631,36.8644,-6.3492,-0.0610,1.4660,0.0000,0.0000,4.1581,1.4861,-0.1806,0.0000,1.6667,0.0000,1.6667,0.5717,1.0950,0.0000,1.0950,-0.0061,1.1011,0.0000,0.7425,0.9677,-0.6091,1644.4142,1644.4142,1644.4142,1644.4142,1644.4142 +629.5000,1.0000,8427.5280,5.3395,5.1550,0.1025,0.0000,2,600.3930,122.4063,586.3303,-100.9076,7.6961,36.8644,-6.3444,0.0145,3.5094,0.0000,0.0000,4.1722,3.3944,-0.2099,0.0000,3.6043,0.0000,3.6043,0.5826,3.0217,0.0000,3.0217,0.0135,3.0082,0.0000,0.6749,0.9861,1.3473,2013.5690,2013.5690,2013.5690,2013.5690,2013.5690 +630.5000,1.0000,8429.0280,5.7950,5.5240,0.1506,0.0000,2,600.3930,137.6143,586.3303,-100.9076,8.6522,36.8644,-6.3444,-0.0145,4.5787,0.0000,0.0000,4.0880,4.3713,-0.2461,0.0000,4.6174,0.0000,4.6174,0.6323,3.9851,0.0000,3.9851,0.0215,3.9636,0.0000,0.7457,1.0702,2.1477,2185.5712,2185.5712,2185.5712,2185.5712,2185.5712 +631.5000,1.0000,8430.5869,6.0070,6.0660,-0.0328,0.0000,2,609.1285,93.8693,577.9218,-99.9706,5.9877,36.8644,-6.3769,0.3415,1.3976,0.0000,0.0000,4.2486,1.4326,-0.2162,0.0000,1.6489,0.0000,1.6489,0.6554,0.9935,0.0000,0.9935,-0.0049,0.9983,0.0000,0.3737,1.1093,-0.4847,1706.5819,1706.5819,1706.5819,1706.5819,1706.5819 +632.5000,1.0000,8432.1484,6.0165,5.9480,0.0381,0.0000,2,612.6115,96.9805,574.6360,-99.5970,6.2215,36.8644,-6.3894,-0.2124,2.2161,0.0000,0.0000,4.2178,2.1710,-0.2095,0.0000,2.3804,0.0000,2.3804,0.6564,1.7240,0.0000,1.7240,0.0056,1.7184,0.0000,0.0436,1.1111,0.5636,1753.8931,1753.8931,1753.8931,1753.8931,1753.8931 +633.5000,1.0000,8433.8167,6.4010,6.0850,0.1756,0.0000,2,625.6200,145.4155,562.6876,-98.2017,9.5269,36.8644,-6.4337,0.7167,4.5059,0.0000,0.0000,4.3043,4.4219,-0.2692,0.0000,4.6911,0.0000,4.6911,0.6984,3.9927,0.0000,3.9927,0.0277,3.9650,0.0000,0.0167,1.1821,2.7663,2347.8439,2347.8439,2347.8439,2347.8439,2347.8439 +634.5000,1.0000,8435.5887,6.7745,6.7170,0.0319,0.0000,2,667.2005,110.4229,527.6205,-93.7419,7.7151,36.8644,-6.5497,0.9394,2.2265,0.0000,0.0000,4.5493,2.2836,-0.2447,0.0000,2.5283,0.0000,2.5283,0.7392,1.7891,0.0000,1.7891,0.0053,1.7838,0.0000,0.0000,1.2511,0.5327,2074.1160,2074.1160,2074.1160,2074.1160,2074.1160 +635.5000,1.0000,8437.4041,6.9305,6.8320,0.0547,0.0000,2,700.0455,90.5666,502.8654,-90.2189,6.6393,36.8644,-6.6138,0.4264,2.7251,0.0000,0.0000,3.4878,2.7250,-0.2540,0.0000,2.9790,0.0000,2.9790,0.7562,2.2228,0.0000,2.2228,0.0094,2.2135,0.0000,0.0000,1.2799,0.9336,1921.0383,1921.0383,1921.0383,1921.0383,1921.0383 +636.5000,1.0000,8439.2724,7.1210,7.0290,0.0511,0.0000,2,716.0295,103.4039,491.6398,-88.5045,7.7535,36.8644,-6.6363,0.2667,2.7473,0.0000,0.0000,4.7395,2.7352,-0.2617,0.0000,2.9970,0.0000,2.9970,0.7770,2.2200,0.0000,2.2200,0.0090,2.2110,0.0000,0.0000,1.3151,0.8960,2138.0450,2138.0450,2138.0450,2138.0450,2138.0450 +637.5000,1.0000,8441.2146,7.3870,7.2130,0.0967,0.0000,2,734.0350,117.9900,479.5802,-86.5733,9.0697,36.8644,-6.6547,0.5382,3.6803,0.0000,0.0000,4.8511,3.6541,-0.2915,0.0000,3.9456,0.0000,3.9456,0.8060,3.1396,0.0000,3.1396,0.0176,3.1220,0.0000,0.0000,1.3642,1.7578,2355.8599,2355.8599,2355.8599,2355.8599,2355.8599 +638.5000,1.0000,8443.2197,7.6135,7.5610,0.0292,0.0000,2,760.1280,101.5660,463.1176,-83.7745,8.0847,36.8644,-6.6685,0.6607,2.4753,0.0000,0.0000,4.9487,2.5042,-0.2847,0.0000,2.7888,0.0000,2.7888,0.8307,1.9581,0.0000,1.9581,0.0055,1.9527,0.0000,0.0000,1.4060,0.5466,2246.6870,2246.6870,2246.6870,2246.6870,2246.6870 +639.5000,1.0000,8445.2430,7.6790,7.6660,0.0072,0.0000,2,782.7495,91.9212,449.7335,-81.3482,7.5347,36.8644,-6.6681,0.4071,2.0829,0.0000,0.0000,5.0447,2.1019,-0.2920,0.0000,2.3939,0.0000,2.3939,0.8378,1.5560,0.0000,1.5560,0.0014,1.5546,0.0000,0.0000,1.4181,0.1365,2182.6704,2182.6704,2182.6704,2182.6704,2182.6704 +640.5000,1.0000,8447.2642,7.6715,7.6920,-0.0114,0.0000,2,788.5095,80.2746,446.4482,-80.7304,6.6285,36.8644,-6.6661,-0.1312,1.7427,0.0000,0.0000,5.0169,1.7414,-0.2951,0.0000,2.0365,0.0000,2.0365,0.8370,1.1995,0.0000,1.1995,-0.0022,1.2017,0.0000,0.0000,1.4167,-0.2151,2037.1066,2037.1066,2037.1066,2037.1066,2037.1066 +641.5000,1.0000,8449.2888,7.6835,7.6510,0.0181,0.0000,2,787.9755,90.3519,446.7507,-80.7876,7.4555,36.8644,-6.6663,0.1052,2.3155,0.0000,0.0000,5.0349,2.3121,-0.2901,0.0000,2.6022,0.0000,2.6022,0.8383,1.7639,0.0000,1.7639,0.0034,1.7605,0.0000,0.0000,1.4190,0.3415,2176.1171,2176.1171,2176.1171,2176.1171,2176.1171 +642.5000,1.0000,8451.3182,7.7010,7.7160,-0.0083,0.0000,2,793.4690,84.7606,443.6577,-80.1984,7.0429,36.8644,-6.6638,0.1617,1.7958,0.0000,0.0000,5.0854,1.8069,-0.2960,0.0000,2.1029,0.0000,2.1029,0.8402,1.2626,0.0000,1.2626,-0.0016,1.2642,0.0000,0.0000,1.4222,-0.1580,2114.2421,2114.2421,2114.2421,2114.2421,2114.2421 +643.5000,1.0000,8453.3391,7.6705,7.6860,-0.0086,0.0000,2,793.3930,80.5183,443.7002,-80.2066,6.6898,36.8644,-6.6639,-0.1654,1.7988,0.0000,0.0000,5.0564,1.7947,-0.2946,0.0000,2.0892,0.0000,2.0892,0.8369,1.2523,0.0000,1.2523,-0.0016,1.2540,0.0000,0.0000,1.4166,-0.1626,2054.8392,2054.8392,2054.8392,2054.8392,2054.8392 +644.5000,1.0000,8455.3550,7.6520,7.6550,-0.0017,0.0000,2,789.5780,84.0617,445.8440,-80.6158,6.9506,36.8644,-6.6657,-0.0204,1.9243,0.0000,0.0000,5.0467,1.9240,-0.2923,0.0000,2.2163,0.0000,2.2163,0.8349,1.3814,0.0000,1.3814,-0.0003,1.3817,0.0000,0.0000,1.4131,-0.0314,2093.0722,2093.0722,2093.0722,2093.0722,2093.0722 +645.5000,1.0000,8457.3623,7.6215,7.6490,-0.0153,0.0000,2,787.6325,79.8651,446.9453,-80.8244,6.5873,36.8644,-6.6665,-0.0738,1.6534,0.0000,0.0000,5.0077,1.6562,-0.2934,0.0000,1.9496,0.0000,1.9496,0.8316,1.1180,0.0000,1.1180,-0.0029,1.1209,0.0000,0.0000,1.4075,-0.2866,2028.8201,2028.8201,2028.8201,2028.8201,2028.8201 +646.5000,1.0000,8459.3592,7.5840,7.5940,-0.0056,0.0000,2,784.8480,82.6427,448.5310,-81.1231,6.7923,36.8644,-6.6674,-0.0607,1.8341,0.0000,0.0000,5.0189,1.8336,-0.2897,0.0000,2.1233,0.0000,2.1233,0.8275,1.2958,0.0000,1.2958,-0.0010,1.2969,0.0000,0.0000,1.4006,-0.1037,2059.3940,2059.3940,2059.3940,2059.3940,2059.3940 +647.5000,1.0000,8461.3574,7.5885,7.5740,0.0081,0.0000,2,783.2075,86.3736,449.4705,-81.2991,7.0841,36.8644,-6.6679,-0.0183,2.0990,0.0000,0.0000,5.0035,2.0940,-0.2874,0.0000,2.3814,0.0000,2.3814,0.8280,1.5534,0.0000,1.5534,0.0015,1.5519,0.0000,0.0000,1.4014,0.1505,2106.6252,2106.6252,2106.6252,2106.6252,2106.6252 +648.5000,1.0000,8463.3696,7.6390,7.6030,0.0200,0.0000,2,781.6815,88.9794,450.3479,-81.4627,7.2836,36.8644,-6.6683,-0.0549,2.3509,0.0000,0.0000,4.9877,2.3365,-0.2876,0.0000,2.6241,0.0000,2.6241,0.8335,1.7906,0.0000,1.7906,0.0038,1.7868,0.0000,0.0000,1.4107,0.3761,2138.4977,2138.4977,2138.4977,2138.4977,2138.4977 +649.5000,1.0000,8465.4098,7.7400,7.6750,0.0361,0.0000,2,786.7550,81.6579,447.4438,-80.9186,6.7277,36.8644,-6.6668,0.3004,2.6807,0.0000,0.0000,3.7466,2.6793,-0.2895,0.0000,2.9688,0.0000,2.9688,0.8445,2.1243,0.0000,2.1243,0.0069,2.1174,0.0000,0.0000,1.4294,0.6880,2051.2534,2051.2534,2051.2534,2051.2534,2051.2534 +650.5000,1.0000,8467.4589,7.7720,7.8050,-0.0183,0.0000,2,797.0550,67.1460,441.6617,-79.8138,5.6045,36.8644,-6.6618,0.1998,1.6124,0.0000,0.0000,3.7923,1.6276,-0.3014,0.0000,1.9290,0.0000,1.9290,0.8480,1.0810,0.0000,1.0810,-0.0035,1.0845,0.0000,0.0000,1.4353,-0.3508,1879.0433,1879.0433,1879.0433,1879.0433,1879.0433 +651.5000,1.0000,8469.4956,7.7270,7.7390,-0.0067,0.0000,2,798.8480,65.8950,440.6704,-79.6215,5.5125,36.8644,-6.6607,-0.1123,1.8474,0.0000,0.0000,3.7773,1.8450,-0.2970,0.0000,2.1420,0.0000,2.1420,0.8431,1.2989,0.0000,1.2989,-0.0013,1.3002,0.0000,0.0000,1.4270,-0.1268,1866.8536,1866.8536,1866.8536,1866.8536,1866.8536 +652.5000,1.0000,8471.5278,7.7110,7.7150,-0.0022,0.0000,2,796.4445,68.3610,442.0002,-79.8793,5.7015,36.8644,-6.6622,-0.0056,1.9267,0.0000,0.0000,3.7805,1.9274,-0.2953,0.0000,2.2228,0.0000,2.2228,0.8413,1.3814,0.0000,1.3814,-0.0004,1.3818,0.0000,0.0000,1.4240,-0.0422,1894.2009,1894.2009,1894.2009,1894.2009,1894.2009 +653.5000,1.0000,8473.5287,7.5985,7.7070,-0.0603,0.0000,2,793.9650,52.9638,443.3805,-80.1452,4.4036,36.8644,-6.6636,-0.1153,0.7839,0.0000,0.0000,3.7351,0.7929,-0.3007,0.0000,1.0935,0.0000,1.0935,0.8291,0.2645,0.0000,0.2645,-0.0113,0.2758,0.0000,0.0000,1.4033,-1.1275,1672.1329,1672.1329,1672.1329,1672.1329,1672.1329 +654.5000,1.0000,8475.3676,7.0150,7.4900,-0.2639,0.0000,2,781.9485,6.2894,450.1941,-81.4341,0.5150,36.8644,-6.6683,-0.4635,-2.6889,0.0000,0.0000,3.6674,-2.8486,-0.3069,0.0000,-2.5417,0.0000,-2.5417,0.7654,-3.3071,0.0000,-3.3071,-0.0456,-3.2615,0.0000,0.0000,1.2955,-4.5570,996.7830,996.7830,996.7830,996.7830,996.7830 +655.5000,1.0000,8476.9432,6.0675,6.5400,-0.2625,0.0000,2,723.2395,-16.7132,486.7387,-87.7312,-1.2658,36.8644,-6.6445,-2.1789,-2.4083,0.0000,0.0000,3.3213,-2.4345,-0.2570,0.0000,-2.1775,0.0000,-2.1775,0.6620,-2.8395,0.0000,-2.8395,-0.0393,-2.8002,0.0000,0.0000,1.1205,-3.9207,595.5136,595.5136,595.5136,595.5136,595.5136 +656.5000,1.0000,8478.4002,5.6400,5.5950,0.0250,0.0000,2,637.0910,50.7005,552.5563,-96.9714,3.3825,36.8644,-6.4695,-1.4512,1.9393,0.0000,0.0000,2.8944,1.8120,-0.1955,0.0000,2.0075,0.0000,2.0075,0.6154,1.3921,0.0000,1.3921,0.0035,1.3887,0.0000,0.0000,1.0416,0.3471,1304.0731,1304.0731,1304.0731,1304.0731,1304.0731 +657.5000,1.0000,8479.8597,5.6495,5.6850,-0.0197,0.0000,2,600.0000,65.7160,586.7144,-100.9497,4.1291,36.8644,-6.3429,0.0000,1.1731,0.0000,0.0000,2.9559,1.1805,-0.2022,0.0000,1.3827,0.0000,1.3827,0.6164,0.7663,0.0000,0.7663,-0.0027,0.7690,0.0000,0.0000,1.0433,-0.2743,1418.9022,1418.9022,1418.9022,1418.9022,1418.9022 +658.5000,1.0000,8481.2355,5.3480,5.6140,-0.1478,0.0000,2,609.3195,46.7419,577.7406,-99.9501,2.9825,36.8644,-6.3776,0.3487,-0.5613,0.0000,0.0000,3.1951,-0.5997,-0.2059,0.0000,-0.3938,0.0000,-0.3938,0.5835,-0.9773,0.0000,-0.9773,-0.0195,-0.9579,0.0000,0.0000,0.9876,-1.9455,1239.2540,1239.2540,1239.2540,1239.2540,1239.2540 +659.5000,1.0000,8482.4340,4.7095,5.0820,-0.2069,0.0000,2,609.3195,26.3087,577.7406,-99.9501,1.6787,36.8644,-6.3776,-0.3487,-1.1442,0.0000,0.0000,3.1717,-1.2235,-0.1839,0.0000,-1.0396,0.0000,-1.0396,0.5138,-1.5535,0.0000,-1.5535,-0.0240,-1.5294,0.0000,0.0000,0.8697,-2.3992,1036.5564,1036.5564,1036.5564,1036.5564,1036.5564 +660.5000,1.0000,8483.4785,4.1555,4.3370,-0.1008,0.0000,2,600.0000,50.7379,586.7144,-100.9497,3.1880,36.8644,-6.3429,0.0000,0.0296,0.0000,0.0000,3.1584,0.0309,-0.1481,0.0000,0.1790,0.0000,0.1790,0.4534,-0.2744,0.0000,-0.2744,-0.0103,-0.2641,0.0000,0.0000,0.7674,-1.0315,1270.3195,1270.3195,1270.3195,1270.3195,1270.3195 +661.5000,1.0000,8484.4139,3.7625,3.9740,-0.1175,0.0000,1,600.4310,46.5222,586.2932,-100.9035,2.9252,36.8644,-6.3445,0.0159,-0.2413,0.0000,0.0000,3.1506,-0.2559,-0.2620,0.0000,0.0062,0.0000,0.0062,0.4105,-0.4043,0.0000,-0.4043,-0.0109,-0.3934,0.0000,0.0000,0.6948,-1.0883,1228.8970,1228.8970,1228.8970,1228.8970,1228.8970 +662.5000,1.0000,8485.2341,3.3480,3.5510,-0.1128,0.0000,1,600.6330,47.2270,586.0961,-100.8818,2.9705,36.8644,-6.3453,-0.0084,-0.1709,0.0000,0.0000,3.1498,-0.1818,-0.2266,0.0000,0.0448,0.0000,0.0448,0.3653,-0.3205,0.0000,-0.3205,-0.0093,-0.3112,0.0000,0.0000,0.6183,-0.9295,1236.0745,1236.0745,1236.0745,1236.0745,1236.0745 +663.5000,1.0000,8485.9483,2.9660,3.1450,-0.0994,0.0000,1,601.4340,48.5915,585.3155,-100.7959,3.0604,36.8644,-6.3483,0.0380,-0.0532,0.0000,0.0000,3.0756,-0.0568,-0.1948,0.0000,0.1380,0.0000,0.1380,0.3236,-0.1856,0.0000,-0.1856,-0.0073,-0.1783,0.0000,0.0000,0.5477,-0.7261,1250.3474,1250.3474,1250.3474,1250.3474,1250.3474 +664.5000,1.0000,8486.5860,2.6910,2.7870,-0.0533,0.0000,1,601.9300,51.9844,584.8332,-100.7427,3.2768,36.8644,-6.3502,-0.0197,0.2542,0.0000,0.0000,3.0423,0.2633,-0.1704,0.0000,0.4337,0.0000,0.4337,0.2936,0.1401,0.0000,0.1401,-0.0035,0.1437,0.0000,0.0000,0.4970,-0.3533,1284.4604,1284.4604,1284.4604,1284.4604,1284.4604 +665.5000,1.0000,8487.2254,2.6970,2.5950,0.0567,0.0000,1,600.6980,64.1009,586.0326,-100.8749,4.0323,36.8644,-6.3455,-0.0257,1.0482,0.0000,0.0000,3.0099,1.0088,-0.1635,0.0000,1.1723,0.0000,1.1723,0.2943,0.8781,0.0000,0.8781,0.0038,0.8743,0.0000,0.0000,0.4981,0.3762,1403.5227,1403.5227,1403.5227,1403.5227,1403.5227 +666.5000,1.0000,8488.1324,3.6600,2.7990,0.4783,0.0000,2,600.0000,150.5790,586.7144,-100.9497,9.4612,36.8644,-6.3429,0.0000,6.4864,0.0000,0.0000,2.9747,5.2511,-0.1956,0.0000,5.4467,0.0000,5.4467,0.4180,5.0287,0.0000,5.0287,0.0432,4.9856,0.0000,0.0000,0.6759,4.3096,2331.0485,2331.0485,2331.0485,2331.0485,2331.0485 +667.5000,1.0000,8489.5694,5.5685,4.5210,0.5819,0.0000,2,600.0000,226.0443,586.7144,-100.9497,14.2028,36.8644,-6.3429,0.0000,11.1686,0.0000,0.0000,3.0342,9.4003,-0.3429,0.0000,9.7432,0.0000,9.7432,0.6578,9.0854,0.0000,9.0854,0.0799,9.0055,0.0000,0.0000,1.0284,7.9772,3227.2736,3227.2736,3227.2736,3227.2736,3227.2736 +668.5000,1.0000,8491.5531,7.5365,6.6160,0.5114,0.0000,2,654.4100,254.1680,537.9328,-95.1138,17.4180,36.8644,-6.5181,2.1866,11.7957,0.0000,0.0000,3.4357,11.3858,-0.4586,0.0000,11.8444,0.0000,11.8444,0.8701,10.9743,0.0000,10.9743,0.0950,10.8793,0.0000,0.0000,1.3918,9.4875,3799.0491,3799.0491,3799.0491,3799.0491,3799.0491 +669.5000,1.0000,8493.9618,9.0665,8.4570,0.3386,0.0000,2,804.6085,216.7193,456.5829,-79.1684,18.2604,38.4709,-6.6706,4.7331,9.3511,0.0000,0.0000,4.1763,9.8051,-0.4915,0.0000,10.2966,0.0000,10.2966,0.9892,9.3074,0.0000,9.3074,0.0757,9.2317,0.0000,0.0000,1.6744,7.5574,3952.6351,3952.6351,3952.6351,3952.6351,3952.6351 +670.5000,1.0000,8496.7268,10.3490,9.6760,0.3739,0.0000,2,951.9340,200.0842,509.7026,-69.3764,19.9457,50.8104,-6.9159,3.0128,12.1981,0.0000,0.0000,4.7348,12.0733,-0.5994,0.0000,12.6727,0.0000,12.6727,1.1410,11.5317,0.0000,11.5317,0.0954,11.4363,0.0000,0.0000,1.9112,9.5251,4300.1295,4300.1295,4300.1295,4300.1295,4300.1295 +671.5000,1.0000,8499.8647,11.6915,11.0220,0.3719,0.0000,2,1083.8865,214.5705,545.3627,-72.6316,24.3547,61.9010,-8.2440,5.3526,13.3465,0.0000,0.0000,5.6556,13.5601,-0.6991,0.0000,14.2592,0.0000,14.2592,1.2881,12.9711,0.0000,12.9711,0.1072,12.8639,0.0000,0.0000,2.1591,10.7048,5148.9281,5148.9281,5148.9281,5148.9281,5148.9281 +672.5000,1.0000,8503.4779,13.4025,12.3610,0.5786,0.0000,2,1239.1475,269.8607,585.5842,-82.0720,35.0180,75.9873,-10.6499,5.6955,22.7247,0.0000,0.0000,6.5978,22.3597,-0.9779,0.0000,23.3376,0.0000,23.3376,1.5815,21.7561,0.0000,21.7561,0.1912,21.5649,0.0000,0.0000,2.4751,19.0898,7196.4854,7196.4854,7196.4854,7196.4854,7196.4854 +673.5000,1.0000,8507.6841,15.5375,14.4440,0.6075,0.0000,2,1413.7485,297.3395,645.1981,-92.4273,44.0203,95.5199,-13.6836,8.6607,26.9780,0.0000,0.0000,8.3817,26.9826,-1.2057,0.0000,28.1883,0.0000,28.1883,1.8504,26.3379,0.0000,26.3379,0.2327,26.1051,0.0000,0.0000,2.8694,23.2357,9047.9662,9047.9662,9047.9662,9047.9662,9047.9662 +674.5000,1.0000,8512.6014,18.0975,16.6310,0.8147,0.0000,2,1636.3775,373.0374,708.4343,-104.7690,63.9241,121.3980,-17.9533,12.3477,40.8577,0.0000,0.0000,10.7187,40.6330,-1.6659,0.0000,42.2989,0.0000,42.2989,2.2973,40.0016,0.0000,40.0016,0.3635,39.6380,0.0000,0.0000,3.3422,36.2959,12967.3463,12967.3463,12967.3463,12967.3463,12967.3463 +675.5000,1.0000,8518.1147,20.2430,19.5640,0.3772,0.0000,2,1930.8005,284.1461,785.2656,-115.5110,57.4523,158.7752,-23.3555,20.3410,22.2943,0.0000,0.0000,14.8170,23.4873,-1.4712,0.0000,24.9585,0.0000,24.9585,2.2343,22.7242,0.0000,22.7242,0.1883,22.5359,0.0000,0.0000,3.7384,18.7976,12143.0748,12143.0748,12143.0748,12143.0748,12143.0748 +676.5000,1.0000,8523.8440,21.0205,20.9220,0.0547,0.0000,3,2002.2890,46.4365,793.1563,-118.2864,9.7368,166.3084,-24.8022,-12.3037,8.8749,0.0000,0.0000,13.1656,8.3921,-0.6434,0.0000,9.0355,0.0000,9.0355,2.2935,6.7420,0.0000,6.7420,0.0284,6.7136,0.0000,0.0000,3.8820,2.8316,4599.2218,4599.2218,4599.2218,4599.2218,4599.2218 +677.5000,1.0000,8529.6949,21.4585,21.1190,0.1886,0.0000,3,1616.2355,-13.9660,643.7098,-104.0517,-2.3638,108.9490,-17.6109,-28.3860,19.2038,0.0000,0.0000,6.8185,15.5595,-0.8076,0.0000,16.3671,0.0000,16.3671,2.3413,14.0258,0.0000,14.0258,0.0998,13.9260,0.0000,0.0000,3.9629,9.9631,2090.8462,2090.8462,2090.8462,2090.8462,2090.8462 +678.5000,1.0000,8535.9819,23.0280,21.7980,0.6833,0.0000,3,1345.9600,389.5051,526.6937,-88.4069,54.9002,74.2367,-12.4608,1.2991,46.5602,0.0000,0.0000,7.0408,44.7155,-1.4700,0.0000,46.1856,0.0000,46.1856,2.8086,43.3770,0.0000,43.3770,0.3880,42.9890,0.0000,0.0000,4.2527,38.7363,11031.0577,11031.0577,11031.0577,11031.0577,11031.0577 +679.5000,1.0000,8542.9138,25.3500,24.2580,0.6067,0.0000,3,1446.5170,394.3074,699.8042,-94.3707,59.7293,106.0056,-14.2952,7.5365,43.7343,0.0000,0.0000,8.4584,44.3873,-1.5495,0.0000,45.9369,0.0000,45.9369,3.0182,42.9187,0.0000,42.9187,0.3792,42.5395,0.0000,0.0000,4.6815,37.8580,12027.7321,12027.7321,12027.7321,12027.7321,12027.7321 +680.5000,1.0000,8550.5292,27.8105,26.4420,0.7603,0.0000,3,1594.0715,452.2060,730.0912,-103.1219,75.4871,121.8747,-17.2142,6.1393,59.7845,0.0000,0.0000,9.5632,59.2224,-1.9565,0.0000,61.1789,0.0000,61.1789,3.4729,57.7060,0.0000,57.7060,0.5213,57.1847,0.0000,0.0000,5.1359,52.0488,15123.2838,15123.2838,15123.2838,15123.2838,15123.2838 +681.5000,1.0000,8559.0900,31.2140,29.1790,1.1306,0.0000,3,1762.1880,640.5627,774.0389,-109.2494,118.2068,142.8380,-20.1604,11.4063,95.4746,0.0000,0.0000,11.3259,94.9922,-2.8480,0.0000,97.8402,0.0000,97.8402,4.3356,93.5047,0.0000,93.5047,0.8700,92.6346,0.0000,0.0000,5.7645,86.8702,23161.7468,23161.7468,23161.7468,23161.7468,23161.7468 +682.5000,1.0000,8568.3958,33.8960,33.2490,0.3594,0.0000,3,1994.3925,313.9211,823.6593,-117.9005,65.5631,172.0231,-24.6238,15.5304,36.8666,0.0000,0.0000,13.1661,38.4761,-1.7947,0.0000,40.2709,0.0000,40.2709,3.7184,36.5524,0.0000,36.5524,0.3004,36.2520,0.0000,0.0000,6.2598,29.9923,13798.9874,13798.9874,13798.9874,13798.9874,13798.9874 +683.5000,1.0000,8578.0688,35.2180,34.5430,0.3750,0.0000,4,1974.0600,184.6732,793.1968,-117.1365,38.1762,163.9721,-24.2148,-17.8370,46.0583,0.0000,0.0000,9.9549,41.8237,-1.4006,0.0000,43.2243,0.0000,43.2243,3.8842,39.3401,0.0000,39.3401,0.3256,39.0145,0.0000,0.0000,6.5039,32.5106,8662.4499,8662.4499,8662.4499,8662.4499,8662.4499 +684.5000,1.0000,8588.2802,37.1560,35.8930,0.7017,0.0000,4,1642.7485,435.6665,699.7449,-104.9959,74.9469,120.3759,-18.0623,-18.5802,86.3187,0.0000,0.0000,7.2085,74.1215,-2.1190,0.0000,76.2405,0.0000,76.2405,4.5575,71.6830,0.0000,71.6830,0.6428,71.0402,0.0000,0.0000,6.8618,64.1784,15054.2141,15054.2141,15054.2141,15054.2141,15054.2141 +685.5000,1.0000,8599.1268,39.4430,38.4190,0.5689,0.0000,4,1513.0085,488.1111,751.6897,-98.3142,77.3372,119.0991,-15.5771,5.0580,65.0785,0.0000,0.0000,7.2007,65.7139,-1.9997,0.0000,67.7137,0.0000,67.7137,4.6397,63.0739,0.0000,63.0739,0.5532,62.5207,0.0000,0.0000,7.2841,55.2366,15309.5189,15309.5189,15309.5189,15309.5189,15309.5189 +686.5000,1.0000,8610.4201,41.0510,40.4670,0.3244,0.0000,4,1606.2030,333.6884,763.8116,-103.6944,56.1268,128.4740,-17.4415,3.8230,43.1736,0.0000,0.0000,9.1302,43.5952,-1.5797,0.0000,45.1748,0.0000,45.1748,4.4790,40.6958,0.0000,40.6958,0.3284,40.3675,0.0000,0.0000,7.5811,32.7864,11499.2191,11499.2191,11499.2191,11499.2191,11499.2191 +687.5000,1.0000,8621.9951,42.0650,41.6350,0.2389,0.0000,4,1659.6860,267.4064,732.4366,-105.5991,46.4758,127.2989,-18.3533,1.5008,35.9452,0.0000,0.0000,9.0298,35.8971,-1.4456,0.0000,37.3427,0.0000,37.3427,4.5896,32.7531,0.0000,32.7531,0.2478,32.5053,0.0000,0.0000,7.7684,24.7369,9734.7715,9734.7715,9734.7715,9734.7715,9734.7715 +688.5000,1.0000,8633.7184,42.5990,42.4950,0.0578,0.0000,4,1687.8005,157.2023,722.0266,-106.6003,27.7849,127.6154,-18.8412,1.3878,17.4612,0.0000,0.0000,8.9358,17.5569,-1.0775,0.0000,18.6344,0.0000,18.6344,4.6479,13.9865,0.0000,13.9865,0.0607,13.9258,0.0000,0.0000,7.8670,6.0588,6340.4124,6340.4124,6340.4124,6340.4124,6340.4124 +689.5000,1.0000,8645.6008,43.1720,42.7030,0.2606,0.0000,4,1706.2635,277.7484,698.4115,-107.2578,49.6279,124.7918,-19.1648,0.5316,40.2706,0.0000,0.0000,8.8257,39.9563,-1.5594,0.0000,41.5157,0.0000,41.5157,4.7104,36.8052,0.0000,36.8052,0.2773,36.5279,0.0000,0.8646,7.9728,27.6906,10398.5870,10398.5870,10398.5870,10398.5870,10398.5870 +690.5000,1.0000,8657.7455,44.1160,43.6410,0.2639,0.0000,4,1728.6180,283.5944,734.5649,-108.0539,51.3364,132.9713,-19.5600,1.8345,40.6817,0.0000,0.0000,8.8202,40.6507,-1.5992,0.0000,42.2499,0.0000,42.2499,4.8134,37.4365,0.0000,37.4365,0.2870,37.1495,0.0000,0.3443,8.1471,28.6580,10723.0540,10723.0540,10723.0540,10723.0540,10723.0540 +691.5000,1.0000,8670.2033,45.2430,44.5910,0.3622,0.0000,4,1775.9210,354.7606,746.3913,-109.7385,65.9762,138.8094,-20.4085,3.2742,53.7565,0.0000,0.0000,8.9455,53.8887,-1.9058,0.0000,55.7945,0.0000,55.7945,4.9939,50.8007,0.0000,50.8007,0.4040,50.3966,0.0000,1.6995,8.3553,40.3418,13503.7574,13503.7574,13503.7574,13503.7574,13503.7574 +692.5000,1.0000,8683.0749,46.7330,45.8950,0.4656,0.0000,4,1830.7010,414.4496,772.1134,-111.7496,79.4544,148.0223,-21.4236,2.7834,67.5524,0.0000,0.0000,9.1186,67.2598,-2.2260,0.0000,69.4859,0.0000,69.4859,5.3361,64.1498,0.0000,64.1498,0.5364,63.6133,0.0000,1.4249,8.6304,53.5580,16094.1942,16094.1942,16094.1942,16094.1942,16094.1942 +693.5000,1.0000,8696.2370,47.7785,47.5710,0.1153,0.0000,4,1888.4565,207.1895,791.6512,-113.9198,40.9735,156.5559,-22.5286,3.8268,27.7834,0.0000,0.0000,9.3633,28.1466,-1.4410,0.0000,29.5876,0.0000,29.5876,5.2130,24.3746,0.0000,24.3746,0.1358,24.2388,0.0000,1.8570,8.8235,13.5584,8969.4307,8969.4307,8969.4307,8969.4307,8969.4307 +694.5000,1.0000,8709.5897,48.4650,47.9860,0.2661,0.0000,5,1800.5265,243.7724,739.8879,-110.6158,45.9635,139.5064,-20.8567,-13.3712,53.0983,0.0000,0.0000,6.2364,49.0473,-0.7071,0.0000,49.7544,0.0000,49.7544,5.2879,44.4664,0.0000,44.4664,0.3180,44.1485,0.0000,3.4499,8.9503,31.7483,9789.7850,9789.7850,9789.7850,9789.7850,9789.7850 +695.5000,1.0000,8723.3448,49.9135,48.9440,0.5386,0.0000,5,1507.8205,554.4007,687.6443,-98.0065,87.5391,108.5781,-15.4751,-15.9061,98.3101,0.0000,0.0000,5.1351,85.4503,-0.9119,0.0000,86.3623,0.0000,86.3623,5.8815,80.4808,0.0000,80.4808,0.6628,79.8179,0.0000,4.4208,9.2178,66.1794,17192.2445,17192.2445,17192.2445,17192.2445,17192.2445 +696.5000,1.0000,8737.6342,51.8370,50.8830,0.5300,0.0000,5,1373.2360,660.6024,783.5099,-90.0246,94.9979,112.6726,-12.9460,3.1366,86.6655,0.0000,0.0000,5.1958,87.4042,-0.9503,0.0000,88.3546,0.0000,88.3546,6.0881,82.2664,0.0000,82.2664,0.6774,81.5891,0.0000,4.3852,9.5730,67.6309,18516.9573,18516.9573,18516.9573,18516.9573,18516.9573 +697.5000,1.0000,8752.3371,53.3255,52.7910,0.2969,0.0000,5,1429.5415,438.8315,799.0500,-93.3639,65.6936,119.6188,-13.9767,1.6778,58.7435,0.0000,0.0000,5.2723,58.9381,-0.8292,0.0000,59.7673,0.0000,59.7673,5.8182,53.9490,0.0000,53.9490,0.3904,53.5586,0.0000,4.7310,9.8479,38.9798,13086.8833,13086.8833,13086.8833,13086.8833,13086.8833 +698.5000,1.0000,8767.3542,54.4565,53.8600,0.3314,0.0000,5,1461.0510,468.5539,727.1751,-95.2327,71.6892,111.2584,-14.5707,1.1124,65.2413,0.0000,0.0000,5.3355,65.0820,-0.8777,0.0000,65.9597,0.0000,65.9597,5.9929,59.9668,0.0000,59.9668,0.4449,59.5219,0.0000,5.0412,10.0568,44.4239,14217.4088,14217.4088,14217.4088,14217.4088,14217.4088 +699.5000,1.0000,8782.7093,55.6735,55.0530,0.3447,0.0000,5,1494.2775,476.5198,743.2998,-97.2033,74.5660,116.3118,-15.2104,1.9113,67.1862,0.0000,0.0000,5.4684,67.3719,-0.9084,0.0000,68.2802,0.0000,68.2802,6.1395,62.1407,0.0000,62.1407,0.4732,61.6675,0.0000,4.1420,10.2815,47.2440,14800.4116,14800.4116,14800.4116,14800.4116,14800.4116 +700.5000,1.0000,8798.3976,56.8730,56.2940,0.3217,0.0000,5,1522.2400,455.5067,751.4641,-98.8617,72.6117,119.7898,-15.7594,0.6669,66.4717,0.0000,0.0000,5.4731,66.1101,-0.9211,0.0000,67.0312,0.0000,67.0312,6.2310,60.8003,0.0000,60.8003,0.4510,60.3492,0.0000,4.8121,10.5030,45.0341,14452.0893,14452.0893,14452.0893,14452.0893,14452.0893 +701.5000,1.0000,8814.4008,58.0065,57.4520,0.3081,0.0000,5,1550.0115,441.0611,749.5938,-100.5088,71.5916,121.6717,-16.3143,1.9644,64.0463,0.0000,0.0000,5.5809,64.2846,-0.9302,0.0000,65.2148,0.0000,65.2148,6.3290,58.8858,0.0000,58.8858,0.4406,58.4452,0.0000,3.7448,10.7124,43.9881,14278.5896,14278.5896,14278.5896,14278.5896,14278.5896 +702.5000,1.0000,8830.7037,59.0855,58.5610,0.2914,0.0000,5,1584.8400,429.3744,751.1568,-102.5744,71.2607,124.6650,-17.0237,1.3812,64.2006,0.0000,0.0000,5.6789,64.2055,-0.9475,0.0000,65.1531,0.0000,65.1531,6.4467,58.7064,0.0000,58.7064,0.4245,58.2819,0.0000,4.9881,10.9116,42.3822,14289.4962,14289.4962,14289.4962,14289.4962,14289.4962 +703.5000,1.0000,8847.2629,60.0085,59.6100,0.2214,0.0000,5,1620.8135,362.9773,753.7847,-104.2147,61.6086,127.9408,-17.6885,2.1681,53.6199,0.0000,0.0000,5.8205,53.9821,-0.9112,0.0000,54.8933,0.0000,54.8933,6.5474,48.3459,0.0000,48.3459,0.3275,48.0183,0.0000,4.2325,11.0821,32.7038,12522.6234,12522.6234,12522.6234,12522.6234,12522.6234 +704.5000,1.0000,8864.0528,60.8385,60.4070,0.2397,0.0000,5,1643.7785,368.2554,739.3761,-105.0325,63.3900,127.2733,-18.0799,0.1194,57.4637,0.0000,0.0000,5.8070,57.1000,-0.9409,0.0000,58.0409,0.0000,58.0409,6.6380,51.4029,0.0000,51.4029,0.3596,51.0433,0.0000,3.9062,11.2354,35.9018,12875.2492,12875.2492,12875.2492,12875.2492,12875.2492 +705.5000,1.0000,8881.0455,61.5690,61.2700,0.1661,0.0000,5,1655.2990,307.4139,743.7104,-105.4428,53.2879,128.9166,-18.2777,1.0509,46.3573,0.0000,0.0000,5.8797,46.4214,-0.8993,0.0000,47.3207,0.0000,47.3207,6.7177,40.6030,0.0000,40.6030,0.2522,40.3509,0.0000,3.8044,11.3703,25.1762,11026.5140,11026.5140,11026.5140,11026.5140,11026.5140 +706.5000,1.0000,8898.1984,62.1455,61.8680,0.1542,0.0000,5,1680.9720,301.3887,731.2614,-106.3571,53.0538,128.7247,-18.7221,1.5830,45.4897,0.0000,0.0000,5.9811,45.7006,-0.9055,0.0000,46.6061,0.0000,46.6061,6.7806,39.8255,0.0000,39.8255,0.2362,39.5893,0.0000,4.5279,11.4767,23.5846,11021.3239,11021.3239,11021.3239,11021.3239,11021.3239 +707.5000,1.0000,8915.5346,62.8055,62.4230,0.2125,0.0000,5,1697.9855,344.1123,733.7916,-106.9630,61.1875,130.4774,-19.0194,0.1750,55.0141,0.0000,0.0000,5.9984,54.7352,-0.9625,0.0000,55.6976,0.0000,55.6976,6.8526,48.8450,0.0000,48.8450,0.3290,48.5160,0.0000,4.0635,11.5986,32.8538,12562.5224,12562.5224,12562.5224,12562.5224,12562.5224 +708.5000,1.0000,8933.0721,63.5300,63.1880,0.1900,0.0000,5,1713.7785,329.5077,748.2185,-107.5254,59.1356,134.2801,-19.2972,1.4855,51.5334,0.0000,0.0000,6.1167,51.6796,-0.9596,0.0000,52.6392,0.0000,52.6392,6.9316,45.7076,0.0000,45.7076,0.2976,45.4100,0.0000,3.9635,11.7324,29.7140,12187.3089,12187.3089,12187.3089,12187.3089,12187.3089 +709.5000,1.0000,8950.7647,64.0885,63.8720,0.1203,0.0000,5,1729.9915,262.4978,747.8994,-108.1028,47.5552,135.4927,-19.5844,0.2229,41.2261,0.0000,0.0000,6.1062,41.1371,-0.9161,0.0000,42.0532,0.0000,42.0532,6.9926,35.0606,0.0000,35.0606,0.1900,34.8706,0.0000,4.0594,11.8356,18.9756,9998.6378,9998.6378,9998.6378,9998.6378,9998.6378 +710.5000,1.0000,8968.4776,64.1615,64.3050,-0.0797,0.0000,5,1738.1935,87.8829,733.6839,-108.3949,15.9967,133.5475,-19.7304,0.6515,9.1955,0.0000,0.0000,6.1497,9.2485,-0.7563,0.0000,10.0048,0.0000,10.0048,7.0005,3.0043,0.0000,3.0043,-0.1261,3.1304,0.0000,3.8730,11.8490,-12.5917,4474.3781,4474.3781,4474.3781,4474.3781,4474.3781 +711.5000,1.0000,8986.0710,63.7315,64.0180,-0.1592,0.0000,5,1738.1935,13.2382,691.2282,-108.3949,2.4097,125.8196,-19.7304,-0.6515,-3.0525,0.0000,0.0000,6.1136,-3.0555,-0.7538,0.0000,-2.3017,0.0000,-2.3017,6.9536,-9.2553,0.0000,-9.2553,-0.2501,-9.0052,0.0000,4.1962,11.7696,-24.9710,2992.5251,2992.5251,2992.5251,2992.5251,2992.5251 +712.5000,1.0000,9003.4989,63.1355,63.4450,-0.1719,0.0000,5,1719.7300,0.0680,666.2494,-107.7374,0.0122,119.9847,-19.4024,-1.3053,-4.7052,0.0000,0.0000,6.0227,-4.6943,-0.7472,0.0000,-3.9472,0.0000,-3.9472,6.8886,-10.8357,0.0000,-10.8357,-0.2676,-10.5681,0.0000,4.4957,11.6596,-26.7234,2691.4453,2691.4453,2691.4453,2691.4453,2691.4453 +713.5000,1.0000,9020.7314,62.4320,62.8260,-0.2189,0.0000,5,1709.2010,-26.8758,659.0051,-107.3624,-4.8104,117.9534,-19.2165,0.1922,-11.0403,0.0000,0.0000,6.0377,-11.1223,-0.7506,0.0000,-10.3717,0.0000,-10.3717,6.8118,-17.1835,0.0000,-17.1835,-0.3369,-16.8466,0.0000,5.2641,11.5296,-33.6403,1961.1490,1961.1490,1961.1490,1961.1490,1961.1490 +714.5000,1.0000,9037.7894,61.8040,62.0380,-0.1300,0.0000,5,1689.0590,26.3420,644.3823,-106.6451,4.6593,113.9770,-18.8632,-2.2792,0.9994,0.0000,0.0000,5.9391,0.9901,-0.7094,0.0000,1.6995,0.0000,1.6995,6.7433,-5.0438,0.0000,-5.0438,-0.1981,-4.8457,0.0000,3.5189,11.4137,-19.7783,3117.7644,3117.7644,3117.7644,3117.7644,3117.7644 +715.5000,1.0000,9054.7480,61.4460,61.5700,-0.0689,0.0000,5,1675.8220,99.0566,654.2553,-106.1737,17.3836,114.8164,-18.6326,0.8991,10.4881,0.0000,0.0000,5.9964,10.5641,-0.7161,0.0000,11.2802,0.0000,11.2802,6.7042,4.5760,0.0000,4.5760,-0.1044,4.6803,0.0000,3.7529,11.3476,-10.4201,4485.7425,4485.7425,4485.7425,4485.7425,4485.7425 +716.5000,1.0000,9071.6298,61.1695,61.3220,-0.0847,0.0000,5,1675.1355,80.9827,673.9821,-106.1493,14.2060,118.2298,-18.6207,-0.9693,9.2561,0.0000,0.0000,5.9192,9.2270,-0.7047,0.0000,9.9317,0.0000,9.9317,6.6741,3.2576,0.0000,3.2576,-0.1278,3.3853,0.0000,4.8462,11.2965,-12.7574,4133.5495,4133.5495,4133.5495,4133.5495,4133.5495 +717.5000,1.0000,9088.3996,60.7665,61.0170,-0.1392,0.0000,5,1657.1680,36.7336,663.5907,-105.5094,6.3747,115.1584,-18.3099,-0.8696,1.3407,0.0000,0.0000,5.9036,1.3393,-0.6903,0.0000,2.0296,0.0000,2.0296,6.6301,-4.6005,0.0000,-4.6005,-0.2085,-4.3920,0.0000,5.2034,11.2221,-20.8175,3224.8787,3224.8787,3224.8787,3224.8787,3224.8787 +718.5000,1.0000,9105.0243,60.2440,60.5160,-0.1511,0.0000,5,1635.1185,29.5793,643.6818,-104.7241,5.0648,110.2171,-17.9318,-1.3560,0.6272,0.0000,0.0000,5.7937,0.6248,-0.6830,0.0000,1.3078,0.0000,1.3078,6.5731,-5.2653,0.0000,-5.2653,-0.2244,-5.0409,0.0000,6.2434,11.1256,-22.4099,3035.1829,3035.1829,3035.1829,3035.1829,3035.1829 +719.5000,1.0000,9121.4930,59.6825,59.9720,-0.1608,0.0000,5,1618.8675,23.8356,636.2144,-104.1454,4.0408,107.8558,-17.6555,-0.2730,-1.4735,0.0000,0.0000,5.7873,-1.4781,-0.6785,0.0000,-0.7996,0.0000,-0.7996,6.5118,-7.3115,0.0000,-7.3115,-0.2367,-7.0748,0.0000,5.5327,11.0219,-23.6294,2886.5162,2886.5162,2886.5162,2886.5162,2886.5162 +720.5000,1.0000,9137.8010,59.1040,59.3930,-0.1606,0.0000,5,1608.4155,17.0856,631.0443,-103.7732,2.8778,106.2886,-17.4788,-0.7611,-2.0600,0.0000,0.0000,5.6988,-2.0602,-0.6700,0.0000,-1.3901,0.0000,-1.3901,6.4487,-7.8389,0.0000,-7.8389,-0.2340,-7.6049,0.0000,4.8400,10.9150,-23.3599,2733.4188,2733.4188,2733.4188,2733.4188,2733.4188 +721.5000,1.0000,9153.9360,58.4810,58.8150,-0.1856,0.0000,5,1590.7150,-9.4679,622.7203,-102.9228,-1.5772,103.7323,-17.1448,-0.9764,-6.2378,0.0000,0.0000,5.6371,-6.2342,-0.6698,0.0000,-5.5645,0.0000,-5.5645,6.3807,-11.9452,0.0000,-11.9452,-0.2675,-11.6777,0.0000,4.2350,10.8000,-26.7127,2148.6763,2148.6763,2148.6763,2148.6763,2148.6763 +722.5000,1.0000,9169.9092,57.8985,58.1470,-0.1381,0.0000,5,1573.5100,49.4618,607.6541,-101.9024,8.1502,100.1278,-16.7912,-0.6967,3.2454,0.0000,0.0000,5.6015,3.2445,-0.6363,0.0000,3.8808,0.0000,3.8808,6.3172,-2.4364,0.0000,-2.4364,-0.1971,-2.2393,0.0000,6.7449,10.6924,-19.6766,3239.5221,3239.5221,3239.5221,3239.5221,3239.5221 +723.5000,1.0000,9185.7566,57.4460,57.6500,-0.1133,0.0000,5,1563.4775,80.5349,623.0844,-101.3074,13.1857,102.0157,-16.5868,-0.2710,7.8791,0.0000,0.0000,5.5776,7.8929,-0.6363,0.0000,8.5292,0.0000,8.5292,6.2678,2.2614,0.0000,2.2614,-0.1605,2.4219,0.0000,7.8399,10.6089,-16.0268,3793.0077,3793.0077,3793.0077,3793.0077,3793.0077 +724.5000,1.0000,9201.4902,57.0360,57.2420,-0.1144,0.0000,5,1549.3250,69.7697,628.4981,-100.4680,11.3198,101.9706,-16.3004,-1.0780,6.8845,0.0000,0.0000,5.5133,6.8589,-0.6245,0.0000,7.4834,0.0000,7.4834,6.2231,1.2603,0.0000,1.2603,-0.1609,1.4213,0.0000,6.9565,10.5331,-16.0684,3546.7827,3546.7827,3546.7827,3546.7827,3546.7827 +725.5000,1.0000,9217.1184,56.6565,56.8300,-0.0964,0.0000,5,1545.9680,115.0177,623.6017,-100.2689,18.6206,100.9570,-16.2329,0.7570,12.3206,0.0000,0.0000,5.5431,12.4221,-0.6465,0.0000,13.0686,0.0000,13.0686,6.1817,6.8869,0.0000,6.8869,-0.1346,7.0216,0.0000,10.0018,10.4631,-13.4433,4530.0412,4530.0412,4530.0412,4530.0412,4530.0412 +726.5000,1.0000,9232.6163,56.1875,56.4830,-0.1642,0.0000,5,1541.0470,61.6010,637.1068,-99.9771,9.9410,102.8151,-16.1341,-1.2202,5.6917,0.0000,0.0000,5.4696,5.6739,-0.6049,0.0000,6.2789,0.0000,6.2789,6.1305,0.1484,0.0000,0.1484,-0.2274,0.3758,0.0000,12.7060,10.3764,-22.7067,3367.5492,3367.5492,3367.5492,3367.5492,3367.5492 +727.5000,1.0000,9247.9092,55.4495,55.8920,-0.2458,0.0000,5,1516.8995,-2.3183,611.3174,-98.5449,-0.3683,97.1074,-15.6538,-1.0483,-4.7178,0.0000,0.0000,5.3978,-4.7204,-0.6154,0.0000,-4.1050,0.0000,-4.1050,6.0500,-10.1550,0.0000,-10.1550,-0.3361,-9.8189,0.0000,13.4967,10.2402,-33.5558,2150.8357,2150.8357,2150.8357,2150.8357,2150.8357 +728.5000,1.0000,9262.9486,54.5370,55.0070,-0.2611,0.0000,5,1492.5615,-17.0702,580.3549,-97.1015,-2.6681,90.7099,-15.1770,-1.1993,-6.7892,0.0000,0.0000,5.3204,-6.7882,-0.6057,0.0000,-6.1825,0.0000,-6.1825,5.9504,-12.1329,0.0000,-12.1329,-0.3511,-11.7818,0.0000,13.2012,10.0716,-35.0547,1760.5786,1760.5786,1760.5786,1760.5786,1760.5786 +729.5000,1.0000,9277.7254,53.5915,54.0670,-0.2642,0.0000,5,1465.1715,-26.2869,565.4054,-95.4771,-4.0333,86.7515,-14.6493,-1.2872,-7.9676,0.0000,0.0000,5.2215,-7.9604,-0.5934,0.0000,-7.3670,0.0000,-7.3670,5.8473,-13.2143,0.0000,-13.2143,-0.3490,-12.8653,0.0000,12.0877,9.8970,-34.8500,1508.5819,1508.5819,1508.5819,1508.5819,1508.5819 +730.5000,1.0000,9292.1178,52.2080,53.1160,-0.5044,0.0640,5,1436.6750,-93.7870,552.1315,-93.7870,-14.1101,83.0672,-14.1101,-1.2520,-17.9915,0.0000,0.0000,5.1334,-18.1291,-0.5967,0.0000,-17.5324,0.0000,-17.5324,5.6963,-23.2287,21.3902,-44.6189,-0.6493,-43.9696,0.8066,10.4128,9.6415,-64.8305,0.0000,0.0000,0.0000,0.0000,0.0000 +731.5000,1.0000,9306.0210,50.4465,51.3000,-0.4742,0.0780,5,1401.2740,-91.6874,513.4390,-91.6874,-13.4543,75.3426,-13.4543,-1.8252,-16.6655,0.0000,0.0000,5.0364,-16.6957,-0.5657,0.0000,-16.1300,0.0000,-16.1300,5.5041,-21.6341,14.8074,-36.4415,-0.5897,-35.8518,0.9499,12.7653,9.3162,-58.8832,0.0000,0.0000,0.0000,0.0000,0.0000 +732.5000,1.0000,9319.4892,48.8805,49.5930,-0.3958,0.0780,5,1342.7560,-88.2169,493.5659,-88.2169,-12.4044,69.4018,-12.4044,-3.0764,-14.1790,0.0000,0.0000,4.8510,-13.9890,-0.5351,0.0000,-13.4539,0.0000,-13.4539,5.3332,-18.7872,9.0955,-27.8827,-0.4770,-27.4056,0.9204,10.2766,9.0270,-47.6296,0.0000,0.0000,0.0000,0.0000,0.0000 +733.5000,1.0000,9332.7326,48.0715,48.1680,-0.0536,0.0070,5,1299.0770,158.5198,481.2459,-85.6263,21.5649,65.4682,-11.6485,-0.5083,17.3183,0.0000,0.0000,4.7549,17.2680,-0.5409,0.0000,17.8089,0.0000,17.8089,5.2450,12.5639,0.0000,12.5639,-0.0635,12.6275,0.0812,10.0127,8.8776,-6.3441,4775.8809,4775.8809,4775.8809,4775.8809,4775.8809 +734.5000,1.0000,9345.9649,48.0315,47.9750,0.0314,0.0000,5,1299.8395,261.4882,586.6736,-85.6716,35.5935,79.8574,-11.6615,0.5694,30.2128,0.0000,0.0000,4.8113,30.3429,-0.6064,0.0000,30.9493,0.0000,30.9493,5.2406,25.7086,0.0000,25.7086,0.0372,25.6715,0.0000,13.0899,8.8702,3.7113,7388.1169,7388.1169,7388.1169,7388.1169,7388.1169 +735.5000,1.0000,9359.2046,48.0580,48.0880,-0.0167,0.0000,5,1302.1665,194.0527,630.3830,-85.8096,26.4615,85.9606,-11.7012,-0.3844,22.0834,0.0000,0.0000,4.7625,22.0156,-0.5647,0.0000,22.5803,0.0000,22.5803,5.2435,17.3368,0.0000,17.3368,-0.0197,17.3565,0.0000,10.4531,8.8751,-1.9717,5685.5279,5685.5279,5685.5279,5685.5279,5685.5279 +736.5000,1.0000,9372.4579,48.1070,48.0280,0.0439,0.0000,5,1299.7250,252.1378,601.8142,-85.6648,34.3177,81.9111,-11.6596,0.1888,29.3619,0.0000,0.0000,4.7670,29.3671,-0.6025,0.0000,29.9696,0.0000,29.9696,5.2489,24.7208,0.0000,24.7208,0.0521,24.6687,0.0000,10.5871,8.8842,5.1975,7149.9474,7149.9474,7149.9474,7149.9474,7149.9474 +737.5000,1.0000,9385.7736,48.3315,48.1860,0.0808,0.0000,5,1306.8585,275.5981,627.0461,-86.0878,37.7167,85.8137,-11.7815,0.3827,32.5447,0.0000,0.0000,4.7893,32.5654,-0.6219,0.0000,33.1873,0.0000,33.1873,5.2733,27.9140,0.0000,27.9140,0.0963,27.8177,0.0000,9.2748,8.9256,9.6172,7780.0835,7780.0835,7780.0835,7780.0835,7780.0835 +738.5000,1.0000,9399.1922,48.7020,48.4770,0.1250,0.0000,5,1314.5265,323.3908,638.3341,-86.5426,44.5170,87.8711,-11.9132,0.2341,39.4730,0.0000,0.0000,4.8099,39.3782,-0.6616,0.0000,40.0398,0.0000,40.0398,5.3138,34.7260,0.0000,34.7260,0.1501,34.5759,0.0000,10.5959,8.9941,14.9860,9062.0257,9062.0257,9062.0257,9062.0257,9062.0257 +739.5000,1.0000,9412.8216,49.4610,48.9270,0.2967,0.0000,5,1326.3525,496.2451,659.9526,-87.2440,68.9261,91.6643,-12.1178,0.7271,63.3589,0.0000,0.0000,4.8402,63.1040,-0.7925,0.0000,63.8964,0.0000,63.8964,5.5029,58.3935,0.0000,58.3935,0.3618,58.0317,0.0000,12.7764,9.1342,36.1211,13678.1261,13678.1261,13678.1261,13678.1261,13678.1261 +740.5000,1.0000,9426.7910,50.6850,49.9950,0.3833,0.0000,5,1355.2680,539.0906,732.1124,-88.9589,76.5095,103.9038,-12.6253,1.6636,69.9006,0.0000,0.0000,4.9453,69.9789,-0.8451,0.0000,70.8240,0.0000,70.8240,5.7193,65.1047,0.0000,65.1047,0.4790,64.6257,0.0000,7.4371,9.3603,47.8283,15030.9979,15030.9979,15030.9979,15030.9979,15030.9979 +741.5000,1.0000,9441.1583,52.1175,51.3750,0.4125,0.0000,5,1393.6825,525.6006,752.6318,-91.2372,76.7094,109.8437,-13.3157,1.5770,70.0961,0.0000,0.0000,5.0363,70.0252,-0.8668,0.0000,70.8920,0.0000,70.8920,5.8520,65.0400,0.0000,65.0400,0.5300,64.5100,0.0000,1.9631,9.6248,52.9221,15089.1596,15089.1596,15089.1596,15089.1596,15089.1596 +742.5000,1.0000,9455.9108,53.5040,52.8600,0.3578,0.0000,5,1431.3345,463.2767,753.0058,-93.4703,69.4401,112.8673,-14.0102,1.6900,62.6037,0.0000,0.0000,5.1464,62.6901,-0.8509,0.0000,63.5409,0.0000,63.5409,5.8691,57.6719,0.0000,57.6719,0.4720,57.1999,0.0000,0.1965,9.8809,47.1226,13758.6508,13758.6508,13758.6508,13758.6508,13758.6508 +743.5000,1.0000,9471.0408,54.8630,54.1480,0.3972,0.0000,5,1470.8935,497.1116,736.6816,-95.8164,76.5709,113.4723,-14.7588,1.8366,69.4522,0.0000,0.0000,5.2821,69.5064,-0.9064,0.0000,70.4128,0.0000,70.4128,6.0970,64.3158,0.0000,64.3158,0.5373,63.7785,0.0000,0.0000,10.1318,53.6466,15140.4174,15140.4174,15140.4174,15140.4174,15140.4174 +744.5000,1.0000,9486.5431,56.2035,55.5780,0.3475,0.0000,5,1516.0220,450.9400,755.3956,-98.4929,71.5901,119.9247,-15.6365,2.3085,63.8485,0.0000,0.0000,5.4330,64.1786,-0.9006,0.0000,65.0792,0.0000,65.0792,6.1402,58.9390,0.0000,58.9390,0.4815,58.4575,0.0000,0.0000,10.3794,48.0781,14267.5108,14267.5108,14267.5108,14267.5108,14267.5108 +745.5000,1.0000,9502.3710,57.3755,56.8290,0.3036,0.0000,5,1546.8455,405.0593,747.2178,-100.3210,65.6136,121.0383,-16.2505,0.5726,59.6049,0.0000,0.0000,5.4362,59.2726,-0.8947,0.0000,60.1673,0.0000,60.1673,6.2601,53.9072,0.0000,53.9072,0.4295,53.4777,0.0000,0.0000,10.5958,42.8818,13220.1124,13220.1124,13220.1124,13220.1124,13220.1124 +746.5000,1.0000,9518.4587,58.3110,57.9220,0.2161,0.0000,5,1570.0010,332.2421,737.8247,-101.6943,54.6240,121.3059,-16.7196,1.6514,47.4120,0.0000,0.0000,5.5606,47.6116,-0.8510,0.0000,48.4626,0.0000,48.4626,6.3622,42.1004,0.0000,42.1004,0.3107,41.7897,0.0000,0.0000,10.7686,31.0211,11149.9446,11149.9446,11149.9446,11149.9446,11149.9446 +747.5000,1.0000,9534.7494,59.0415,58.7000,0.1897,0.0000,5,1588.4260,302.1633,719.5398,-102.7870,50.2617,119.6880,-17.0976,0.1265,44.5695,0.0000,0.0000,5.5657,44.3494,-0.8465,0.0000,45.1959,0.0000,45.1959,6.4419,38.7540,0.0000,38.7540,0.2762,38.4778,0.0000,0.0000,10.9035,27.5743,10383.4402,10383.4402,10383.4402,10383.4402,10383.4402 +748.5000,1.0000,9551.1767,59.5335,59.3830,0.0836,0.0000,5,1598.5350,212.1778,713.3140,-103.3866,35.5182,119.4075,-17.3067,0.8651,29.0021,0.0000,0.0000,5.6510,29.0885,-0.7776,0.0000,29.8660,0.0000,29.8660,6.4956,23.3704,0.0000,23.3704,0.1227,23.2477,0.0000,0.0000,10.9944,12.2533,7629.5851,7629.5851,7629.5851,7629.5851,7629.5851 +749.5000,1.0000,9567.6745,59.7870,59.6840,0.0572,0.0000,5,1611.6960,185.8395,688.7693,-103.8900,31.3653,116.2480,-17.5342,0.4304,25.2832,0.0000,0.0000,5.6517,25.3078,-0.7627,0.0000,26.0705,0.0000,26.0705,6.5232,19.5472,0.0000,19.5472,0.0843,19.4629,0.0000,0.0000,11.0412,8.4217,6870.0981,6870.0981,6870.0981,6870.0981,6870.0981 +750.5000,1.0000,9584.1831,59.8260,59.8900,-0.0356,0.0000,5,1624.6280,106.3571,684.1505,-104.3505,18.0946,116.3950,-17.7532,0.8563,11.5198,0.0000,0.0000,5.7185,11.5930,-0.6941,0.0000,12.2871,0.0000,12.2871,6.5275,5.7596,0.0000,5.7596,-0.0524,5.8121,0.0000,0.0000,11.0484,-5.2363,4537.1200,4537.1200,4537.1200,4537.1200,4537.1200 +751.5000,1.0000,9600.6407,59.6425,59.7620,-0.0664,0.0000,5,1618.6390,66.2943,659.2664,-104.1373,11.2371,111.7479,-17.6516,-1.4485,7.0588,0.0000,0.0000,5.6268,7.0093,-0.6679,0.0000,7.6771,0.0000,7.6771,6.5075,1.1697,0.0000,1.1697,-0.0976,1.2673,0.0000,0.0000,11.0145,-9.7472,3684.5923,3684.5923,3684.5923,3684.5923,3684.5923 +752.5000,1.0000,9617.0641,59.5195,59.5230,-0.0019,0.0000,5,1611.0095,134.9494,644.8490,-103.8655,22.7666,108.7889,-17.5226,0.6868,16.4127,0.0000,0.0000,5.6670,16.4844,-0.7137,0.0000,17.1981,0.0000,17.1981,6.4940,10.7040,0.0000,10.7040,-0.0029,10.7069,0.0000,0.0000,10.9918,-0.2849,5348.9295,5348.9295,5348.9295,5348.9295,5348.9295 +753.5000,1.0000,9633.4781,59.4855,59.5160,-0.0169,0.0000,5,1610.5895,114.2637,665.5326,-103.8506,19.2718,112.2491,-17.5155,-0.7282,14.3260,0.0000,0.0000,5.6740,14.2678,-0.7019,0.0000,14.9698,0.0000,14.9698,6.4903,8.4794,0.0000,8.4794,-0.0249,8.5043,0.0000,0.0000,10.9855,-2.4812,4730.1744,4730.1744,4730.1744,4730.1744,4730.1744 +754.5000,1.0000,9649.8314,59.2670,59.4550,-0.1044,0.0000,5,1606.8130,56.0692,658.2342,-103.7161,9.4345,110.7578,-17.4518,0.3539,1.3494,0.0000,0.0000,7.7312,1.3567,-0.6643,0.0000,2.0210,0.0000,2.0210,6.4665,-4.4455,0.0000,-4.4455,-0.1526,-4.2928,0.0000,0.0000,10.9451,-15.2380,3462.6934,3462.6934,3462.6934,3462.6934,3462.6934 +755.5000,1.0000,9666.0832,58.9015,59.0790,-0.0986,0.0000,5,1600.2135,52.9557,638.3799,-103.4811,8.8740,106.9758,-17.3407,-1.0009,2.2144,0.0000,0.0000,7.6606,2.2069,-0.6559,0.0000,2.8629,0.0000,2.8629,6.4266,-3.5638,0.0000,-3.5638,-0.1432,-3.4206,0.0000,0.0000,10.8777,-14.2982,3387.6302,3387.6302,3387.6302,3387.6302,3387.6302 +756.5000,1.0000,9682.2059,58.4370,58.7240,-0.1594,0.0000,5,1586.3660,3.6004,632.4556,-102.6649,0.5981,105.0660,-17.0551,-0.3568,-6.6511,0.0000,0.0000,7.6060,-6.6685,-0.6701,0.0000,-5.9984,0.0000,-5.9984,6.3759,-12.3743,0.0000,-12.3743,-0.2297,-12.1446,0.0000,0.0000,10.7919,-22.9365,2425.1230,2425.1230,2425.1230,2425.1230,2425.1230 +757.5000,1.0000,9698.1088,57.6455,58.1500,-0.2803,0.0000,5,1576.1805,-102.0608,612.8928,-102.0608,-16.8459,101.1624,-16.8459,-0.6314,-23.7608,0.0000,0.0000,7.5463,-23.8713,-0.7060,0.0000,-23.1654,0.0000,-23.1654,6.2896,-29.4549,0.0702,-29.5252,-0.3983,-29.1268,0.0000,0.0000,10.6457,-39.7725,0.0000,0.0000,0.0000,0.0000,0.0000 +758.5000,1.0000,9713.7203,56.5965,57.1410,-0.3025,0.0000,5,1558.7850,-101.0291,571.4700,-101.0291,-16.4915,93.2842,-16.4915,-1.0407,-22.9355,0.0000,0.0000,7.4847,-22.9968,-0.6851,0.0000,-22.3117,0.0000,-22.3117,6.1751,-28.4868,3.6281,-32.1149,-0.4221,-31.6928,0.0000,0.0000,10.4520,-42.1448,0.0000,0.0000,0.0000,0.0000,0.0000 +759.5000,1.0000,9729.0363,55.5325,56.0520,-0.2886,0.0000,5,1529.9075,-99.3164,559.6810,-99.3164,-15.9116,89.6674,-15.9116,-1.6917,-21.5499,0.0000,0.0000,7.3300,-21.4974,-0.6611,0.0000,-20.8363,0.0000,-20.8363,6.0590,-26.8954,2.6982,-29.5935,-0.3952,-29.1984,0.0000,0.0000,10.2555,-39.4539,0.0000,0.0000,0.0000,0.0000,0.0000 +760.5000,1.0000,9743.9492,54.0815,55.0130,-0.5175,0.0000,5,1491.5310,-97.0404,544.8035,-97.0404,-15.1570,85.0944,-15.1570,-1.8659,-20.4657,0.0000,0.0000,7.1746,-20.5400,-0.6341,0.0000,-19.9059,0.0000,-19.9059,5.9007,-25.8066,33.7910,-59.5976,-0.6900,-58.9076,0.0000,0.0000,9.9875,-68.8951,0.0000,0.0000,0.0000,0.0000,0.0000 +761.5000,1.0000,9758.3661,52.2960,53.1500,-0.4744,0.0470,5,1446.3645,-94.3617,528.2829,-94.3617,-14.2923,80.0153,-14.2923,-2.2024,-19.1280,0.0000,0.0000,7.0381,-19.1122,-0.6005,0.0000,-18.5117,0.0000,-18.5117,5.7059,-24.2176,27.2207,-51.4383,-0.6117,-50.8266,0.5934,0.0000,9.6578,-61.0778,0.0000,0.0000,0.0000,0.0000,0.0000 +762.5000,1.0000,9772.3147,50.6100,51.4420,-0.4622,0.3770,5,1395.8190,-91.3639,510.8865,-91.3639,-13.3546,74.6762,-13.3546,-2.2073,-16.0890,0.0000,0.0000,4.9416,-16.0562,-0.5666,0.0000,-15.4896,0.0000,-15.4896,5.5220,-21.0115,23.1988,-44.2103,-0.5768,-43.6336,4.6060,0.0000,9.3463,-57.5859,0.0000,0.0000,0.0000,0.0000,0.0000 +763.5000,1.0000,9785.7667,48.8225,49.7780,-0.5308,0.7880,5,1349.3170,-88.6060,496.2303,-88.6060,-12.5200,70.1174,-12.5200,-1.7196,-15.6755,0.0000,0.0000,4.8750,-15.7425,-0.5386,0.0000,-15.2039,0.0000,-15.2039,5.3269,-20.5309,25.6030,-46.1338,-0.6390,-45.4949,9.2872,0.0000,9.0160,-63.7981,0.0000,0.0000,0.0000,0.0000,0.0000 +764.5000,1.0000,9798.6821,46.8905,47.8670,-0.5425,0.9360,5,1299.8780,-85.6738,481.1658,-85.6738,-11.6622,65.4977,-11.6622,-2.2900,-14.0905,0.0000,0.0000,4.7184,-14.0726,-0.5057,0.0000,-13.5670,0.0000,-13.5670,5.1161,-18.6831,25.3103,-43.9934,-0.6272,-43.3662,10.5948,0.0000,8.6591,-62.6201,0.0000,0.0000,0.0000,0.0000,0.0000 +765.5000,1.0000,9811.1071,45.1250,45.9140,-0.4383,0.6230,5,1248.4170,-82.6218,466.4509,-82.6218,-10.8015,60.9810,-10.8015,-1.7460,-13.6419,0.0000,0.0000,4.5865,-13.6314,-0.4789,0.0000,-13.1525,0.0000,-13.1525,4.9235,-18.0760,15.9831,-34.0591,-0.4877,-33.5714,6.7865,0.0000,8.3333,-48.6913,0.0000,0.0000,0.0000,0.0000,0.0000 +766.5000,1.0000,9823.1648,43.8030,44.3360,-0.2961,0.2830,5,1210.1930,-80.3548,456.9501,-80.3548,-10.1835,57.9098,-10.1835,-1.1482,-13.5089,0.0000,0.0000,4.4736,-13.5007,-0.4598,0.0000,-13.0409,0.0000,-13.0409,4.7793,-17.8201,3.3470,-21.1671,-0.3198,-20.8474,2.9925,0.0000,8.0893,-31.9292,0.0000,0.0000,0.0000,0.0000,0.0000 +767.5000,1.0000,9834.9995,43.0000,43.2700,-0.1500,0.0600,5,1180.3615,1.0352,449.2049,-78.5788,0.1280,55.5249,-9.7129,-1.0425,-3.2234,0.0000,0.0000,4.3938,-3.2042,-0.4230,0.0000,-2.7813,0.0000,-2.7813,4.6916,-7.4729,0.0000,-7.4729,-0.1590,-7.3139,0.6228,0.0000,7.9410,-15.8778,1441.6718,1441.6718,1441.6718,1441.6718,1441.6718 +768.5000,1.0000,9846.6934,42.4930,42.7300,-0.1317,0.0000,5,1162.0890,18.6171,482.2337,-77.4888,2.2656,58.6848,-9.4299,-0.2777,-1.8354,0.0000,0.0000,4.3787,-1.8396,-0.4125,0.0000,-1.4270,0.0000,-1.4270,4.6363,-6.0633,0.0000,-6.0633,-0.1379,-5.9254,0.0000,0.0000,7.8474,-13.7728,1738.1805,1738.1805,1738.1805,1738.1805,1738.1805 +769.5000,1.0000,9858.3117,42.2210,42.2560,-0.0194,0.0000,5,1151.2550,114.6879,487.4879,-76.8425,13.8267,58.7711,-9.2641,-0.4909,9.9909,0.0000,0.0000,4.3267,9.9388,-0.4238,0.0000,10.3626,0.0000,10.3626,4.6066,5.7560,0.0000,5.7560,-0.0202,5.7762,0.0000,0.0000,7.7972,-2.0209,3261.8194,3261.8194,3261.8194,3261.8194,3261.8194 +770.5000,1.0000,9869.9248,42.2025,42.1860,0.0092,0.0000,5,1138.9335,141.7678,529.7310,-76.1075,16.9085,63.1804,-9.0773,-0.3762,12.9880,0.0000,0.0000,4.2967,12.9216,-0.4386,0.0000,13.3602,0.0000,13.3602,4.6046,8.7556,0.0000,8.7556,0.0095,8.7461,0.0000,0.0000,7.7938,0.9523,3760.6234,3760.6234,3760.6234,3760.6234,3760.6234 +771.5000,1.0000,9881.5034,42.0780,42.2190,-0.0783,0.0000,5,1135.3860,68.7504,541.2301,-75.8959,8.1742,64.3508,-9.0238,0.1277,3.7551,0.0000,0.0000,4.2915,3.7738,-0.3929,0.0000,4.1666,0.0000,4.1666,4.5910,-0.4244,0.0000,-0.4244,-0.0813,-0.3432,0.0000,0.0000,7.7708,-8.1139,2521.9349,2521.9349,2521.9349,2521.9349,2521.9349 +772.5000,1.0000,9893.0419,41.9335,41.9370,-0.0019,0.0000,5,1137.1025,134.0989,507.0864,-75.9983,15.9681,60.3824,-9.0497,-0.0080,11.6880,0.0000,0.0000,4.2881,11.6878,-0.4289,0.0000,12.1166,0.0000,12.1166,4.5753,7.5414,0.0000,7.5414,-0.0020,7.5434,0.0000,0.0000,7.7441,-0.2007,3576.7087,3576.7087,3576.7087,3576.7087,3576.7087 +773.5000,1.0000,9904.5997,42.0035,41.9300,0.0408,0.0000,5,1137.1405,171.9781,537.8287,-76.0006,20.4793,64.0452,-9.0502,0.0106,16.1781,0.0000,0.0000,4.2906,16.1520,-0.4523,0.0000,16.6043,0.0000,16.6043,4.5829,12.0214,0.0000,12.0214,0.0423,11.9791,0.0000,0.0000,7.7570,4.2221,4446.5783,4446.5783,4446.5783,4446.5783,4446.5783 +774.5000,1.0000,9916.2049,42.1735,42.0770,0.0536,0.0000,5,1135.6145,183.0346,555.3825,-75.9096,21.7667,66.0468,-9.0273,-0.1171,17.6159,0.0000,0.0000,4.2678,17.5497,-0.4616,0.0000,18.0114,0.0000,18.0114,4.6015,13.4099,0.0000,13.4099,0.0557,13.3542,0.0000,0.0000,7.7884,5.5658,4693.9039,4693.9039,4693.9039,4693.9039,4693.9039 +775.5000,1.0000,9927.9090,42.5300,42.2700,0.1444,0.0000,5,1139.0095,267.9644,560.9705,-76.1121,31.9619,66.9108,-9.0784,0.3549,27.2983,0.0000,0.0000,4.3087,27.2533,-0.5153,0.0000,27.7686,0.0000,27.7686,4.6404,23.1283,0.0000,23.1283,0.1515,22.9768,0.0000,0.0000,7.8542,15.1226,6575.9406,6575.9406,6575.9406,6575.9406,6575.9406 +776.5000,1.0000,9939.8005,43.2045,42.7900,0.2303,0.0000,5,1155.0695,347.0302,602.5673,-77.0701,41.9763,72.8857,-9.3223,0.7793,36.8595,0.0000,0.0000,4.3374,36.8565,-0.5727,0.0000,37.4293,0.0000,37.4293,4.7140,32.7153,0.0000,32.7153,0.2453,32.4700,0.0000,0.0000,7.9788,24.4912,8466.0617,8466.0617,8466.0617,8466.0617,8466.0617 +777.5000,1.0000,9951.8863,43.9040,43.6190,0.1583,0.0000,5,1173.3425,281.3319,641.8884,-78.1601,34.5679,78.8702,-9.6037,0.5250,29.6445,0.0000,0.0000,4.3983,29.6362,-0.5456,0.0000,30.1818,0.0000,30.1818,4.7903,25.3916,0.0000,25.3916,0.1714,25.2202,0.0000,0.0000,8.1080,17.1122,7099.9832,7099.9832,7099.9832,7099.9832,7099.9832 +778.5000,1.0000,9964.1602,44.5810,44.1890,0.2178,0.0000,5,1192.6070,335.7185,616.0643,-79.3093,41.9277,76.9400,-9.9049,0.8773,36.6007,0.0000,0.0000,4.4498,36.6461,-0.5902,0.0000,37.2362,0.0000,37.2362,4.8641,32.3721,0.0000,32.3721,0.2394,32.1327,0.0000,0.0000,8.2330,23.8997,8493.0906,8493.0906,8493.0906,8493.0906,8493.0906 +779.5000,1.0000,9976.6736,45.4435,44.9730,0.2614,0.0000,5,1214.4655,374.1032,643.9133,-80.6082,47.5779,81.8919,-10.2516,0.7369,42.3468,0.0000,0.0000,4.4942,42.2539,-0.6303,0.0000,42.8841,0.0000,42.8841,4.9582,37.9259,0.0000,37.9259,0.2929,37.6330,0.0000,0.0000,8.3923,29.2407,9561.7379,9561.7379,9561.7379,9561.7379,9561.7379 +780.5000,1.0000,9989.4440,46.3685,45.9140,0.2525,0.0000,5,1246.2805,368.4001,664.6086,-82.4951,48.0800,86.7382,-10.7664,1.6788,41.7675,0.0000,0.0000,4.6338,42.0900,-0.6423,0.0000,42.7323,0.0000,42.7323,5.0592,37.6731,0.0000,37.6731,0.2887,37.3844,0.0000,0.0000,8.5631,28.8213,9663.9665,9663.9665,9663.9665,9663.9665,9663.9665 +781.5000,1.0000,10002.4806,47.3270,46.8230,0.2800,0.0000,5,1282.0245,386.8260,667.7697,-84.6150,51.9327,89.6503,-11.3598,1.0872,46.1696,0.0000,0.0000,4.6758,46.1752,-0.6763,0.0000,46.8515,0.0000,46.8515,5.1637,41.6878,0.0000,41.6878,0.3267,41.3611,0.0000,0.0000,8.7401,32.6209,10437.1636,10437.1636,10437.1636,10437.1636,10437.1636 +782.5000,1.0000,10015.8160,48.4025,47.8310,0.3175,0.0000,5,1306.1340,420.3996,680.9625,-86.0449,57.5014,93.1407,-11.7690,0.8262,51.9107,0.0000,0.0000,4.7646,51.7095,-0.7196,0.0000,52.4291,0.0000,52.4291,5.2811,47.1480,0.0000,47.1480,0.3789,46.7691,0.0000,0.0000,8.9387,37.8304,11510.3853,11510.3853,11510.3853,11510.3853,11510.3853 +783.5000,1.0000,10029.4468,49.4660,48.9740,0.2733,0.0000,5,1336.3470,383.7075,698.8760,-87.8367,53.6968,97.8021,-12.2920,1.6342,47.2041,0.0000,0.0000,4.8585,47.4357,-0.7134,0.0000,48.1491,0.0000,48.1491,5.3971,42.7520,0.0000,42.7520,0.3334,42.4186,0.0000,0.0000,9.1351,33.2835,10789.1241,10789.1241,10789.1241,10789.1241,10789.1241 +784.5000,1.0000,10043.3425,50.4195,49.9580,0.2564,0.0000,5,1362.9360,363.4968,689.3580,-89.4137,51.8806,98.3895,-12.7617,0.5588,46.4275,0.0000,0.0000,4.8942,46.2318,-0.7213,0.0000,46.9531,0.0000,46.9531,5.5012,41.4519,0.0000,41.4519,0.3187,41.1332,0.0000,0.0000,9.3112,31.8220,10460.7931,10460.7931,10460.7931,10460.7931,10460.7931 +785.5000,1.0000,10057.4552,51.2010,50.8810,0.1778,0.0000,5,1374.8000,294.8257,685.1987,-90.1173,42.4457,98.6472,-12.9741,0.4380,37.0785,0.0000,0.0000,4.9291,36.9873,-0.6862,0.0000,37.6735,0.0000,37.6735,5.5864,32.0871,0.0000,32.0871,0.2244,31.8626,0.0000,0.0000,9.4556,22.4071,8722.5676,8722.5676,8722.5676,8722.5676,8722.5676 +786.5000,1.0000,10071.6707,51.5710,51.5210,0.0278,0.0000,5,1386.2825,162.1879,660.6694,-90.7983,23.5450,95.9102,-13.1813,0.5359,18.0516,0.0000,0.0000,4.9575,18.1160,-0.5964,0.0000,18.7124,0.0000,18.7124,5.6268,13.0856,0.0000,13.0856,0.0353,13.0503,0.0000,0.0000,9.5239,3.5264,5238.9526,5238.9526,5238.9526,5238.9526,5238.9526 +787.5000,1.0000,10085.8893,51.5820,51.6210,-0.0217,0.0000,5,1393.4540,115.4363,611.1012,-91.2236,16.8447,89.1732,-13.3116,0.0750,11.7941,0.0000,0.0000,4.9756,11.8105,-0.5647,0.0000,12.3752,0.0000,12.3752,5.6280,6.7472,0.0000,6.7472,-0.0276,6.7747,0.0000,0.0000,9.5259,-2.7512,4036.9766,4036.9766,4036.9766,4036.9766,4036.9766 +788.5000,1.0000,10100.0837,51.4950,51.5430,-0.0267,0.0000,5,1391.5465,108.9101,592.7326,-91.1105,15.8706,86.3744,-13.2768,-0.2380,11.1660,0.0000,0.0000,4.9426,11.1540,-0.5601,0.0000,11.7141,0.0000,11.7141,5.6185,6.0956,0.0000,6.0956,-0.0339,6.1295,0.0000,0.0000,9.5099,-3.3804,3855.3455,3855.3455,3855.3455,3855.3455,3855.3455 +789.5000,1.0000,10114.2337,51.3350,51.4470,-0.0622,0.0000,5,1386.0535,77.9978,588.7704,-90.7847,11.3212,85.4584,-13.1771,-0.2305,6.6034,0.0000,0.0000,4.9483,6.6049,-0.5347,0.0000,7.1396,0.0000,7.1396,5.6011,1.5386,0.0000,1.5386,-0.0788,1.6173,0.0000,0.0000,9.4803,-7.8630,3232.2934,3232.2934,3232.2934,3232.2934,3232.2934 +790.5000,1.0000,10128.3145,51.0860,51.2230,-0.0761,0.0000,5,1389.6010,70.9636,577.4083,-90.9951,10.3265,84.0237,-13.2415,0.5339,4.7844,0.0000,0.0000,5.0083,4.8188,-0.5220,0.0000,5.3409,0.0000,5.3409,5.5739,-0.2330,0.0000,-0.2330,-0.0959,-0.1372,0.0000,0.0000,9.4343,-9.5715,3124.2173,3124.2173,3124.2173,3124.2173,3124.2173 +791.5000,1.0000,10142.3075,50.7700,50.9490,-0.0994,0.0000,5,1390.2875,43.4433,574.9195,-91.0358,6.3249,83.7029,-13.2540,-0.4755,1.8388,0.0000,0.0000,4.9617,1.8379,-0.5246,0.0000,2.3624,0.0000,2.3624,5.5394,-3.1770,0.0000,-3.1770,-0.1245,-3.0525,0.0000,0.0000,9.3760,-12.4284,2654.1515,2654.1515,2654.1515,2654.1515,2654.1515 +792.5000,1.0000,10156.1468,50.2165,50.5910,-0.2081,0.0000,5,1379.9115,-49.8802,561.2013,-90.4205,-7.2079,81.0958,-13.0661,-0.4073,-11.7268,0.0000,0.0000,4.9262,-11.7738,-0.5499,0.0000,-11.2239,0.0000,-11.2239,5.4790,-16.7029,0.0000,-16.7029,-0.2576,-16.4453,0.0000,0.0000,9.2737,-25.7191,810.6193,810.6193,810.6193,810.6193,810.6193 +793.5000,1.0000,10169.7555,49.3865,49.8420,-0.2531,0.0000,5,1362.6305,-89.3956,518.3415,-89.3956,-12.7562,73.9644,-12.7562,-1.0439,-16.5874,0.0000,0.0000,4.8751,-16.5886,-0.5492,0.0000,-16.0394,0.0000,-16.0394,5.3885,-21.4279,0.5246,-21.9524,-0.3081,-21.6443,0.0000,0.0000,9.1205,-30.7647,0.0000,0.0000,0.0000,0.0000,0.0000 +794.5000,1.0000,10182.9809,48.0065,48.9310,-0.5136,0.0000,5,1326.0090,-87.2236,489.6177,-87.2236,-12.1118,67.9880,-12.1118,-1.9663,-14.9306,0.0000,0.0000,4.7851,-14.9466,-0.5243,0.0000,-14.4222,0.0000,-14.4222,5.2379,-19.6601,32.7787,-52.4388,-0.6079,-51.8309,0.0000,0.0000,8.8656,-60.6965,0.0000,0.0000,0.0000,0.0000,0.0000 +795.5000,1.0000,10195.7274,46.2825,47.0820,-0.4442,0.0760,5,1280.0035,-84.4951,475.6097,-84.4951,-11.3259,63.7515,-11.3259,-1.7182,-14.2724,0.0000,0.0000,4.6647,-14.2752,-0.4973,0.0000,-13.7780,0.0000,-13.7780,5.0498,-18.8278,22.8875,-41.7153,-0.5068,-41.2085,0.8491,0.0000,8.5472,-50.6048,0.0000,0.0000,0.0000,0.0000,0.0000 +796.5000,1.0000,10208.0321,44.6920,45.4830,-0.4394,0.0870,5,1237.3545,-81.9657,463.9338,-81.9657,-10.6207,60.1144,-10.6207,-1.5798,-13.5957,0.0000,0.0000,4.5547,-13.6081,-0.4727,0.0000,-13.1354,0.0000,-13.1354,4.8763,-18.0116,21.6267,-39.6383,-0.4842,-39.1541,0.9386,0.0000,8.2535,-48.3463,0.0000,0.0000,0.0000,0.0000,0.0000 +797.5000,1.0000,10219.9350,43.2455,43.9010,-0.3642,0.0870,5,1196.3075,-79.5300,453.0689,-79.5300,-9.9633,56.7591,-9.9633,-1.4882,-12.9406,0.0000,0.0000,4.4655,-12.9173,-0.4505,0.0000,-12.4667,0.0000,-12.4667,4.7184,-17.1852,13.0762,-30.2614,-0.3883,-29.8731,0.9083,0.0000,7.9864,-38.7677,0.0000,0.0000,0.0000,0.0000,0.0000 +798.5000,1.0000,10231.5950,42.3710,42.5900,-0.1217,0.0140,5,1163.6910,23.4241,444.4038,-77.5844,2.8545,54.1557,-9.4545,-0.8833,-0.6376,0.0000,0.0000,4.3754,-0.6341,-0.4079,0.0000,-0.2262,0.0000,-0.2262,4.6230,-4.8493,0.0000,-4.8493,-0.1271,-4.7222,0.1432,0.0000,7.8249,-12.6902,1817.0661,1817.0661,1817.0661,1817.0661,1817.0661 +799.5000,1.0000,10243.1709,42.0685,42.1520,-0.0464,0.0000,5,1144.7700,91.8067,488.0807,-76.4557,11.0058,58.5111,-9.1655,-0.4612,7.1262,0.0000,0.0000,4.3408,7.0995,-0.4075,0.0000,7.5069,0.0000,7.5069,4.5900,2.9169,0.0000,2.9169,-0.0481,2.9650,0.0000,0.0000,7.7690,-4.8040,2896.0596,2896.0596,2896.0596,2896.0596,2896.0596 +800.5000,1.0000,10254.7952,42.2425,41.9850,0.1431,0.0000,5,1138.6285,263.5922,518.5724,-76.0893,31.4299,61.8330,-9.0727,0.0293,27.0793,0.0000,0.0000,4.3213,26.9252,-0.5099,0.0000,27.4350,0.0000,27.4350,4.6090,22.8260,0.0000,22.8260,0.1490,22.6771,0.0000,0.0000,7.8011,14.8759,6471.2006,6471.2006,6471.2006,6471.2006,6471.2006 +801.5000,1.0000,10266.6441,43.0510,42.5000,0.3061,0.0000,5,1148.3560,415.9337,599.8590,-76.6696,50.0183,72.1364,-9.2199,0.6564,45.0111,0.0000,0.0000,4.3508,44.8026,-0.6108,0.0000,45.4134,0.0000,45.4134,4.6972,40.7162,0.0000,40.7162,0.3249,40.3913,0.0000,0.0000,7.9505,32.4408,9988.0058,9988.0058,9988.0058,9988.0058,9988.0058 +802.5000,1.0000,10278.8278,44.2565,43.6020,0.3636,0.0000,5,1172.3505,472.1137,671.9561,-78.1009,57.9606,82.4949,-9.5883,1.0574,52.4971,0.0000,0.0000,4.4061,52.3801,-0.6652,0.0000,53.0453,0.0000,53.0453,4.8620,48.1834,0.0000,48.1834,0.3967,47.7866,0.0000,0.0000,8.1731,39.6135,11547.6760,11547.6760,11547.6760,11547.6760,11547.6760 +803.5000,1.0000,10291.3979,45.6475,44.9110,0.4092,0.0000,5,1207.3700,515.7024,700.6271,-80.1874,65.2031,88.5841,-10.1385,1.5076,59.2016,0.0000,0.0000,4.4939,59.2427,-0.7189,0.0000,59.9616,0.0000,59.9616,5.0935,54.8681,0.0000,54.8681,0.4605,54.4076,0.0000,0.0000,8.4300,45.9776,12956.3812,12956.3812,12956.3812,12956.3812,12956.3812 +804.5000,1.0000,10304.4062,47.2250,46.3840,0.4672,0.0000,5,1249.0655,569.1913,723.6267,-82.6603,74.4513,94.6517,-10.8121,1.6386,68.2156,0.0000,0.0000,4.5970,68.1683,-0.7860,0.0000,68.9543,0.0000,68.9543,5.3734,63.5809,0.0000,63.5809,0.5440,63.0369,0.0000,0.0000,8.7213,54.3156,14689.0867,14689.0867,14689.0867,14689.0867,14689.0867 +805.5000,1.0000,10317.8638,48.8425,48.0660,0.4314,0.0000,5,1293.5075,535.3818,750.8234,-85.2960,72.5206,101.7034,-11.5538,1.8333,65.9733,0.0000,0.0000,4.7139,66.0996,-0.7986,0.0000,66.8982,0.0000,66.8982,5.4911,61.4071,0.0000,61.4071,0.5195,60.8876,0.0000,0.0000,9.0200,51.8676,14347.8705,14347.8705,14347.8705,14347.8705,14347.8705 +806.5000,1.0000,10331.7722,50.4655,49.6190,0.4703,0.0000,5,1337.5300,570.0417,742.7856,-87.9069,79.8433,104.0389,-12.3128,1.7202,73.2972,0.0000,0.0000,4.8259,73.2168,-0.8583,0.0000,74.0750,0.0000,74.0750,5.7479,68.3271,0.0000,68.3271,0.5851,67.7420,0.0000,0.0000,9.3197,58.4223,15658.5210,15658.5210,15658.5210,15658.5210,15658.5210 +807.5000,1.0000,10346.1469,52.1440,51.3120,0.4622,0.0000,5,1379.0725,563.3243,762.0305,-90.3707,81.3531,110.0495,-13.0510,1.7446,74.6631,0.0000,0.0000,4.9454,74.5883,-0.8902,0.0000,75.4785,0.0000,75.4785,5.9232,69.5553,0.0000,69.5553,0.5942,68.9611,0.0000,0.0000,9.6297,59.3314,15947.3038,15947.3038,15947.3038,15947.3038,15947.3038 +808.5000,1.0000,10360.9741,53.7730,52.9760,0.4428,0.0000,5,1422.7510,545.4784,764.7946,-92.9612,81.2709,113.9468,-13.8503,2.0165,74.1813,0.0000,0.0000,5.0731,74.2836,-0.9136,0.0000,75.1972,0.0000,75.1972,6.0686,69.1286,0.0000,69.1286,0.5870,68.5416,0.0000,0.0000,9.9305,58.6110,15943.2651,15943.2651,15943.2651,15943.2651,15943.2651 +809.5000,1.0000,10376.2395,55.3505,54.5700,0.4336,0.0000,5,1469.1000,535.3235,764.4322,-95.7101,82.3562,117.6032,-14.7244,2.0994,75.0511,0.0000,0.0000,5.2057,75.1798,-0.9427,0.0000,76.1225,0.0000,76.1225,6.2275,69.8951,0.0000,69.8951,0.5917,69.3033,0.0000,0.0000,10.2219,59.0815,16169.9666,16169.9666,16169.9666,16169.9666,16169.9666 +810.5000,1.0000,10391.9242,56.8600,56.1310,0.4050,0.0000,5,1515.1445,507.1611,767.9004,-98.4409,80.4690,121.8393,-15.6192,2.1191,72.9765,0.0000,0.0000,5.3735,73.1357,-0.9564,0.0000,74.0921,0.0000,74.0921,6.3357,67.7564,0.0000,67.7564,0.5678,67.1886,0.0000,0.0000,10.5006,56.6880,15918.4193,15918.4193,15918.4193,15918.4193,15918.4193 +811.5000,1.0000,10407.9965,58.2555,57.5890,0.3703,0.0000,5,1557.8320,477.6316,766.0684,-100.9726,77.9188,124.9732,-16.4722,1.9050,70.5201,0.0000,0.0000,5.4937,70.6136,-0.9662,0.0000,71.5798,0.0000,71.5798,6.4262,65.1536,0.0000,65.1536,0.5318,64.6218,0.0000,0.7635,10.7584,53.0999,15504.2626,15504.2626,15504.2626,15504.2626,15504.2626 +812.5000,1.0000,10424.4011,59.4515,58.9220,0.2942,0.0000,5,1591.2110,412.5468,763.7705,-102.9522,68.7432,127.2680,-17.1551,1.3159,61.8466,0.0000,0.0000,5.5807,61.8195,-0.9415,0.0000,62.7610,0.0000,62.7610,6.4866,56.2743,0.0000,56.2743,0.4312,55.8431,0.0000,1.8127,10.9792,43.0512,13830.0413,13830.0413,13830.0413,13830.0413,13830.0413 +813.5000,1.0000,10441.1094,60.5450,59.9810,0.3133,0.0000,5,1622.9115,433.7358,749.5136,-104.2894,73.7138,127.3805,-17.7241,1.8173,66.2074,0.0000,0.0000,5.6891,66.3334,-0.9826,0.0000,67.3159,0.0000,67.3159,6.6059,60.7100,0.0000,60.7100,0.4677,60.2423,0.0000,2.3614,11.1812,46.6997,14813.5700,14813.5700,14813.5700,14813.5700,14813.5700 +814.5000,1.0000,10457.9749,61.1110,61.1090,0.0011,0.0000,5,1649.1190,153.1851,760.1519,-105.2227,26.4543,131.2747,-18.1715,0.8075,19.8690,0.0000,0.0000,5.7779,19.9644,-0.7579,0.0000,20.7223,0.0000,20.7223,6.6677,14.0547,0.0000,14.0547,0.0017,14.0530,0.0000,2.6001,11.2857,0.1671,6014.6016,6014.6016,6014.6016,6014.6016,6014.6016 +815.5000,1.0000,10474.8189,61.0335,61.1130,-0.0442,0.0000,5,1656.3670,110.3784,683.3955,-105.4809,19.1456,118.5379,-18.2961,-0.0737,13.4784,0.0000,0.0000,5.7410,13.4900,-0.7239,0.0000,14.2139,0.0000,14.2139,6.6592,7.5547,0.0000,7.5547,-0.0665,7.6211,0.0000,2.9856,11.2714,-6.6358,4754.2791,4754.2791,4754.2791,4754.2791,4754.2791 +816.5000,1.0000,10491.6399,60.9505,60.9540,-0.0019,0.0000,5,1642.1760,153.2780,667.5014,-104.9755,26.3590,114.7891,-18.0525,-1.3580,22.0174,0.0000,0.0000,5.6996,21.8381,-0.7647,0.0000,22.6028,0.0000,22.6028,6.6502,15.9526,0.0000,15.9526,-0.0029,15.9555,0.0000,4.9912,11.2561,-0.2917,5991.4068,5991.4068,5991.4068,5991.4068,5991.4068 +817.5000,1.0000,10508.4646,60.9640,60.9470,0.0094,0.0000,5,1648.2415,189.8713,681.1915,-105.1915,32.7724,117.5760,-18.1564,1.9770,24.9897,0.0000,0.0000,5.8057,25.2788,-0.7823,0.0000,26.0611,0.0000,26.0611,6.6517,19.4094,0.0000,19.4094,0.0142,19.3952,0.0000,6.7193,11.2585,1.4174,7180.4080,7180.4080,7180.4080,7180.4080,7180.4080 +818.5000,1.0000,10525.3306,61.1130,60.9810,0.0733,0.0000,5,1663.9965,235.4282,695.5017,-105.7526,41.0241,121.1935,-18.4277,-0.3859,35.6136,0.0000,0.0000,5.7965,35.4562,-0.8362,0.0000,36.2923,0.0000,36.2923,6.6679,29.6244,0.0000,29.6244,0.1105,29.5139,0.0000,7.1956,11.2861,11.0323,8696.8203,8696.8203,8696.8203,8696.8203,8696.8203 +819.5000,1.0000,10542.2820,61.4200,61.2450,0.0972,0.0000,5,1666.4380,267.3488,709.2740,-105.8395,46.6548,123.7747,-18.4699,0.6363,40.1875,0.0000,0.0000,5.8310,40.2228,-0.8655,0.0000,41.0883,0.0000,41.0883,6.7014,34.3869,0.0000,34.3869,0.1472,34.2397,0.0000,8.1973,11.3428,14.6996,9781.1886,9781.1886,9781.1886,9781.1886,9781.1886 +820.5000,1.0000,10559.3009,61.6630,61.5950,0.0378,0.0000,5,1679.2935,223.1608,720.6783,-106.2973,39.2440,126.7350,-18.6929,0.6845,32.6905,0.0000,0.0000,5.8690,32.7836,-0.8320,0.0000,33.6156,0.0000,33.6156,6.7279,26.8877,0.0000,26.8877,0.0574,26.8302,0.0000,9.7082,11.3876,5.7344,8394.7011,8394.7011,8394.7011,8394.7011,8394.7011 +821.5000,1.0000,10576.3901,61.9165,61.7310,0.1031,0.0000,5,1691.2335,304.6048,711.7644,-106.7226,53.9472,126.0574,-18.9012,0.5507,47.4882,0.0000,0.0000,5.9083,47.4948,-0.9106,0.0000,48.4054,0.0000,48.4054,6.7556,41.6498,0.0000,41.6498,0.1573,41.4925,0.0000,14.3506,11.4344,15.7075,11195.6856,11195.6856,11195.6856,11195.6856,11195.6856 +822.5000,1.0000,10593.5651,62.2250,62.1020,0.0683,0.0000,5,1692.1490,278.2090,734.1333,-106.7552,49.2990,130.0895,-18.9172,-0.4559,43.8543,0.0000,0.0000,5.9006,43.6544,-0.8965,0.0000,44.5509,0.0000,44.5509,6.7892,37.7616,0.0000,37.7616,0.1048,37.6568,0.0000,15.6983,11.4914,10.4671,10328.6613,10328.6613,10328.6613,10328.6613,10328.6613 +823.5000,1.0000,10610.8131,62.4880,62.3480,0.0778,0.0000,5,1689.2115,309.4920,726.5853,-106.6505,54.7472,128.5284,-18.8658,0.1504,48.6918,0.0000,0.0000,5.9051,48.6246,-0.9261,0.0000,49.5507,0.0000,49.5507,6.8179,42.7328,0.0000,42.7328,0.1198,42.6130,0.0000,19.1088,11.5400,11.9641,11334.5183,11334.5183,11334.5183,11334.5183,11334.5183 +824.5000,1.0000,10628.1298,62.7350,62.6280,0.0594,0.0000,5,1697.0700,310.3954,736.1565,-106.9304,55.1625,130.8273,-19.0033,0.6679,48.5707,0.0000,0.0000,5.9238,48.6711,-0.9306,0.0000,49.6017,0.0000,49.6017,6.8449,42.7569,0.0000,42.7569,0.0919,42.6649,0.0000,21.8991,11.5856,9.1802,11433.1591,11433.1591,11433.1591,11433.1591,11433.1591 +825.5000,1.0000,10645.5020,62.9350,62.8420,0.0517,0.0000,5,1701.9150,332.7577,737.5820,-107.1029,59.3054,131.4549,-19.0883,-0.1635,51.4236,0.0000,0.0000,8.0453,51.3005,-0.9473,0.0000,52.2479,0.0000,52.2479,6.8667,45.3812,0.0000,45.3812,0.0802,45.3010,0.0000,25.6740,11.6225,8.0045,12216.0042,12216.0042,12216.0042,12216.0042,12216.0042 +826.5000,1.0000,10662.9316,63.1420,63.0280,0.0633,0.0000,5,1711.5280,357.8514,745.1718,-107.4453,64.1380,133.5577,-19.2575,1.1748,54.8238,0.0000,0.0000,8.1394,55.0824,-0.9700,0.0000,56.0524,0.0000,56.0524,6.8893,49.1632,0.0000,49.1632,0.0986,49.0646,0.0000,27.5596,11.6608,9.8442,13114.6800,13114.6800,13114.6800,13114.6800,13114.6800 +827.5000,1.0000,10680.4308,63.3920,63.2560,0.0756,0.0000,5,1721.0650,342.4500,753.4753,-107.7849,61.7196,135.7985,-19.4260,-0.1733,53.7514,0.0000,0.0000,8.1415,53.5852,-0.9668,0.0000,54.5520,0.0000,54.5520,6.9166,47.6355,0.0000,47.6355,0.1181,47.5174,0.0000,24.0200,11.7069,11.7904,12666.3860,12666.3860,12666.3860,12666.3860,12666.3860 +828.5000,1.0000,10698.0038,63.6580,63.5280,0.0722,0.0000,5,1729.2290,381.2886,751.3312,-108.0757,69.0454,136.0544,-19.5708,1.0411,59.8229,0.0000,0.0000,8.1814,60.0394,-1.0040,0.0000,61.0435,0.0000,61.0435,6.9456,54.0979,0.0000,54.0979,0.1134,53.9845,0.0000,30.9109,11.7561,11.3176,14033.3196,14033.3196,14033.3196,14033.3196,14033.3196 +829.5000,1.0000,10715.6429,63.8960,63.7880,0.0600,0.0000,5,1738.3080,367.3281,762.6099,-108.3990,66.8666,138.8218,-19.7324,-0.0774,58.7421,0.0000,0.0000,8.2019,58.6186,-1.0010,0.0000,59.6196,0.0000,59.6196,6.9716,52.6480,0.0000,52.6480,0.0945,52.5535,0.0000,31.3160,11.8000,9.4374,13620.1545,13620.1545,13620.1545,13620.1545,13620.1545 +830.5000,1.0000,10733.2876,63.9160,64.0040,-0.0489,0.0000,5,1730.1060,264.2903,758.5373,-108.1069,47.8831,137.4290,-19.5864,-0.7944,40.5311,0.0000,0.0000,8.1464,40.4116,-0.9094,0.0000,41.3210,0.0000,41.3210,6.9737,34.3473,0.0000,34.3473,-0.0770,34.4243,0.0000,30.3128,11.8037,-7.6922,10059.1454,10059.1454,10059.1454,10059.1454,10059.1454 +831.5000,1.0000,10750.8671,63.6810,63.8280,-0.0817,0.0000,5,1722.5910,243.1991,730.9395,-107.8393,43.8705,131.8537,-19.4531,-0.0040,35.7574,0.0000,0.0000,8.1172,35.8393,-0.8822,0.0000,36.7215,0.0000,36.7215,6.9481,29.7734,0.0000,29.7734,-0.1282,29.9016,0.0000,30.9435,11.7603,-12.8022,9318.4908,9318.4908,9318.4908,9318.4908,9318.4908 +832.5000,1.0000,10768.3773,63.4320,63.5340,-0.0567,0.0000,5,1722.5530,259.1894,725.3140,-107.8379,46.7540,130.8360,-19.4524,0.0000,40.7576,0.0000,0.0000,5.9963,40.8233,-0.9030,0.0000,41.7263,0.0000,41.7263,6.9209,34.8054,0.0000,34.8054,-0.0886,34.8940,0.0000,32.0281,11.7143,-8.8484,9853.3493,9853.3493,9853.3493,9853.3493,9853.3493 +833.5000,1.0000,10785.8051,63.1350,63.3300,-0.1083,0.0000,5,1717.8225,243.4414,728.3846,-107.6695,43.7927,131.0291,-19.3687,-0.4990,38.3349,0.0000,0.0000,5.9567,38.3478,-0.8854,0.0000,39.2332,0.0000,39.2332,6.8885,32.3447,0.0000,32.3447,-0.1686,32.5133,0.0000,37.6907,11.6595,-16.8369,9304.4223,9304.4223,9304.4223,9304.4223,9304.4223 +834.5000,1.0000,10803.1079,62.6855,62.9400,-0.1414,0.0000,5,1704.8905,159.1718,721.4554,-107.2089,28.4179,128.8056,-19.1406,-0.8587,23.3865,0.0000,0.0000,5.8901,23.3689,-0.8020,0.0000,24.1708,0.0000,24.1708,6.8395,17.3314,0.0000,17.3314,-0.2185,17.5499,0.0000,27.7912,11.5765,-21.8178,6484.5081,6484.5081,6484.5081,6484.5081,6484.5081 +835.5000,1.0000,10820.2540,62.1210,62.4310,-0.1722,0.0000,5,1688.6400,159.8773,694.7375,-106.6302,28.2717,122.8532,-18.8558,-0.8347,23.2601,0.0000,0.0000,5.8463,23.2654,-0.7918,0.0000,24.0571,0.0000,24.0571,6.7779,17.2792,0.0000,17.2792,-0.2638,17.5430,0.0000,32.4072,11.4722,-26.3364,6430.0357,6430.0357,6430.0357,6430.0357,6430.0357 +836.5000,1.0000,10837.2368,61.5330,61.8110,-0.1544,0.0000,5,1674.8685,187.2201,690.9934,-106.1397,32.8369,121.1946,-18.6160,-0.5886,27.6098,0.0000,0.0000,5.8157,27.6403,-0.8038,0.0000,28.4442,0.0000,28.4442,6.7137,21.7304,0.0000,21.7304,-0.2343,21.9647,0.0000,33.9954,11.3636,-23.3943,7231.9006,7231.9006,7231.9006,7231.9006,7231.9006 +837.5000,1.0000,10854.0410,60.8905,61.2550,-0.2025,0.0000,5,1670.4050,199.9803,697.1051,-105.9808,34.9814,121.9407,-18.5386,0.1291,29.0490,0.0000,0.0000,5.8033,29.2460,-0.8011,0.0000,30.0470,0.0000,30.0470,6.6436,23.4034,0.0000,23.4034,-0.3040,23.7074,0.0000,42.8156,11.2450,-30.3532,7616.1426,7616.1426,7616.1426,7616.1426,7616.1426 +838.5000,1.0000,10870.6825,60.3045,60.5260,-0.1231,0.0000,5,1651.4075,280.7979,696.2520,-105.3042,48.5598,120.4063,-18.2108,-2.0543,44.9278,0.0000,0.0000,5.6863,44.5403,-0.8685,0.0000,45.4087,0.0000,45.4087,6.5797,38.8290,0.0000,38.8290,-0.1830,39.0120,0.0000,46.1428,11.1367,-18.2675,10123.5768,10123.5768,10123.5768,10123.5768,10123.5768 +839.5000,1.0000,10887.1806,59.7880,60.0830,-0.1639,0.0000,5,1628.9765,230.6722,714.9854,-104.5054,39.3495,121.9665,-17.8272,-0.2175,33.8919,0.0000,0.0000,5.6751,34.0145,-0.8067,0.0000,34.8212,0.0000,34.8212,6.5233,28.2978,0.0000,28.2978,-0.2416,28.5394,0.0000,41.6189,11.0414,-24.1209,8368.4833,8368.4833,8368.4833,8368.4833,8368.4833 +840.5000,1.0000,10903.5126,59.1905,59.4930,-0.1681,0.0000,5,1616.2355,179.5364,696.5293,-104.0517,30.3868,117.8888,-17.6109,-1.0488,25.8270,0.0000,0.0000,5.6087,25.7899,-0.7552,0.0000,26.5451,0.0000,26.5451,6.4582,20.0870,0.0000,20.0870,-0.2452,20.3322,0.0000,33.8881,10.9310,-24.4869,6695.8410,6695.8410,6695.8410,6695.8410,6695.8410 +841.5000,1.0000,10919.7025,58.6785,58.8880,-0.1164,0.0000,5,1591.8215,191.7432,674.7119,-102.9884,31.9627,112.4712,-17.1677,-1.3537,27.7829,0.0000,0.0000,5.5334,27.6399,-0.7561,0.0000,28.3960,0.0000,28.3960,6.4023,21.9937,0.0000,21.9937,-0.1684,22.1621,0.0000,28.1377,10.8365,-16.8120,6972.5873,6972.5873,6972.5873,6972.5873,6972.5873 +842.5000,1.0000,10935.8108,58.3850,58.4690,-0.0467,0.0000,5,1576.6385,249.2717,673.6693,-102.0879,41.1561,111.2263,-16.8553,-0.1293,35.7528,0.0000,0.0000,5.5326,35.7739,-0.7924,0.0000,36.5663,0.0000,36.5663,6.3703,30.1961,0.0000,30.1961,-0.0672,30.2633,0.0000,26.1881,10.7823,-6.7071,8646.4663,8646.4663,8646.4663,8646.4663,8646.4663 +843.5000,1.0000,10951.9045,58.3325,58.3010,0.0175,0.0000,5,1578.1260,345.3985,691.7680,-102.1762,57.0809,114.3222,-16.8857,0.2736,51.2538,0.0000,0.0000,5.5535,51.3178,-0.8700,0.0000,52.1878,0.0000,52.1878,6.3645,45.8233,0.0000,45.8233,0.0252,45.7981,0.0000,32.5126,10.7726,2.5129,11632.9408,11632.9408,11632.9408,11632.9408,11632.9408 +844.5000,1.0000,10968.0219,58.4180,58.3640,0.0300,0.0000,5,1580.9490,375.2151,722.9169,-102.3436,62.1193,119.6837,-16.9437,0.0000,56.5785,0.0000,0.0000,5.5408,56.5262,-0.8977,0.0000,57.4240,0.0000,57.4240,6.3739,51.0501,0.0000,51.0501,0.0432,51.0069,0.0000,35.9044,10.7884,4.3142,12592.7067,12592.7067,12592.7067,12592.7067,12592.7067 +845.5000,1.0000,10984.1678,58.5200,58.4720,0.0267,0.0000,5,1582.2080,323.3334,732.7563,-102.4183,53.5726,121.4092,-16.9695,0.1223,47.9137,0.0000,0.0000,5.5366,47.9125,-0.8559,0.0000,48.7684,0.0000,48.7684,6.3850,42.3834,0.0000,42.3834,0.0385,42.3449,0.0000,27.6962,10.8072,3.8415,10976.0666,10976.0666,10976.0666,10976.0666,10976.0666 +846.5000,1.0000,11000.3363,58.6020,58.5680,0.0189,0.0000,5,1588.1970,277.6039,717.5131,-102.7735,46.1699,119.3336,-17.0928,0.4613,40.1451,0.0000,0.0000,5.5634,40.2414,-0.8185,0.0000,41.0599,0.0000,41.0599,6.3939,34.6659,0.0000,34.6659,0.0273,34.6386,0.0000,21.0914,10.8223,2.7249,9614.6324,9614.6324,9614.6324,9614.6324,9614.6324 +847.5000,1.0000,11016.4852,58.5310,58.6360,-0.0583,0.0000,5,1597.2380,237.6583,705.4650,-103.3097,39.7513,117.9978,-17.2798,0.4229,33.7426,0.0000,0.0000,5.5858,33.8945,-0.7853,0.0000,34.6798,0.0000,34.6798,6.3862,28.2936,0.0000,28.2936,-0.0842,28.3778,0.0000,25.9735,10.8092,-8.4049,8421.1496,8421.1496,8421.1496,8421.1496,8421.1496 +848.5000,1.0000,11032.5543,58.2440,58.4260,-0.1011,0.0000,5,1588.4260,199.5976,691.4655,-102.7870,33.2010,115.0181,-17.0976,-1.2801,28.9615,0.0000,0.0000,5.5196,28.8122,-0.7549,0.0000,29.5672,0.0000,29.5672,6.3549,23.2123,0.0000,23.2123,-0.1452,23.3575,0.0000,27.0983,10.7562,-14.4970,7191.2857,7191.2857,7191.2857,7191.2857,7191.2857 +849.5000,1.0000,11048.5321,57.9150,58.0620,-0.0817,0.0000,5,1575.3030,226.4869,675.7217,-102.0087,37.3625,111.4707,-16.8279,0.0000,31.7963,0.0000,0.0000,5.5662,31.8772,-0.7651,0.0000,32.6422,0.0000,32.6422,6.3190,26.3233,0.0000,26.3233,-0.1166,26.4399,0.0000,27.3874,10.6955,-11.6430,7921.7562,7921.7562,7921.7562,7921.7562,7921.7562 +850.5000,1.0000,11064.3770,57.4370,57.7680,-0.1839,0.0000,5,1570.3060,123.0448,682.5967,-101.7124,20.2337,112.2476,-16.7258,-0.4819,15.2492,0.0000,0.0000,5.4664,15.2888,-0.6735,0.0000,15.9623,0.0000,15.9623,6.2668,9.6955,0.0000,9.6955,-0.2604,9.9559,0.0000,25.3489,10.6072,-26.0002,4832.4134,4832.4134,4832.4134,4832.4134,4832.4134 +851.5000,1.0000,11080.0148,56.6910,57.1060,-0.2306,0.0000,5,1550.6600,68.2382,643.2440,-100.5472,11.0808,104.4530,-16.3273,-1.3950,7.0844,0.0000,0.0000,5.3914,7.0693,-0.6200,0.0000,7.6893,0.0000,7.6893,6.1854,1.5038,0.0000,1.5038,-0.3222,1.8261,0.0000,23.5317,10.4694,-32.1750,3522.1005,3522.1005,3522.1005,3522.1005,3522.1005 +852.5000,1.0000,11095.3956,55.7660,56.2760,-0.2833,0.0000,5,1526.2070,-13.4545,616.7336,-99.0970,-2.1504,98.5688,-15.8381,-0.9189,-6.5444,0.0000,0.0000,5.3130,-6.5624,-0.6252,0.0000,-5.9372,0.0000,-5.9372,6.0845,-12.0217,0.0000,-12.0217,-0.3896,-11.6322,0.0000,16.9645,10.2986,-38.8952,1912.1989,1912.1989,1912.1989,1912.1989,1912.1989 +853.5000,1.0000,11110.4975,54.7620,55.2560,-0.2744,0.0000,5,1502.0980,2.6813,579.7644,-97.6671,0.4218,91.1966,-15.3630,-1.3196,-3.5005,0.0000,0.0000,5.2419,-3.4988,-0.6011,0.0000,-2.8976,0.0000,-2.8976,5.9750,-8.8726,0.0000,-8.8726,-0.3705,-8.5020,0.0000,18.3815,10.1132,-36.9967,2219.8562,2219.8562,2219.8562,2219.8562,2219.8562 +854.5000,1.0000,11125.3104,53.7215,54.2680,-0.3036,0.0000,5,1474.7465,14.5312,575.9898,-96.0449,2.2441,88.9530,-14.8327,-1.1816,-1.7272,0.0000,0.0000,5.1529,-1.7295,-0.5799,0.0000,-1.1496,0.0000,-1.1496,5.8614,-7.0110,0.0000,-7.0110,-0.4021,-6.6089,0.0000,23.6209,9.9210,-40.1509,2359.9336,2359.9336,2359.9336,2359.9336,2359.9336 +855.5000,1.0000,11139.8598,52.7730,53.1750,-0.2233,0.0000,5,1445.0295,84.3625,570.4490,-94.2825,12.7660,86.3221,-14.2671,-1.4793,9.1702,0.0000,0.0000,5.0751,9.1340,-0.5692,0.0000,9.7032,0.0000,9.7032,5.7580,3.9453,0.0000,3.9453,-0.2906,4.2359,0.0000,23.5031,9.7459,-29.0131,3515.5899,3515.5899,3515.5899,3515.5899,3515.5899 +856.5000,1.0000,11154.1796,51.9465,52.3710,-0.2358,0.0000,5,1420.6150,69.5424,589.5288,-92.8345,10.3456,87.7021,-13.8107,-0.6756,5.9672,0.0000,0.0000,5.0540,5.9836,-0.5408,0.0000,6.5244,0.0000,6.5244,5.6678,0.8566,0.0000,0.8566,-0.3020,1.1586,0.0000,21.7226,9.5932,-30.1572,3183.2204,3183.2204,3183.2204,3183.2204,3183.2204 +857.5000,1.0000,11168.3161,51.2865,51.5220,-0.1308,0.0000,5,1401.5410,160.0030,578.0382,-91.7033,23.4835,84.8381,-13.4592,-0.9752,19.4818,0.0000,0.0000,4.9768,19.4135,-0.5987,0.0000,20.0122,0.0000,20.0122,5.5958,14.4164,0.0000,14.4164,-0.1654,14.5819,0.0000,21.6283,9.4713,-16.5177,5251.1480,5251.1480,5251.1480,5251.1480,5251.1480 +858.5000,1.0000,11182.3396,50.8795,51.0510,-0.0953,0.0000,5,1385.2900,181.5115,609.1970,-90.7395,26.3314,88.3745,-13.1633,-0.4186,21.8323,0.0000,0.0000,4.9177,21.8283,-0.6048,0.0000,22.4331,0.0000,22.4331,5.5514,16.8818,0.0000,16.8818,-0.1195,17.0013,0.0000,19.5385,9.3962,-11.9334,5745.1441,5745.1441,5745.1441,5745.1441,5745.1441 +859.5000,1.0000,11196.2933,50.6285,50.7080,-0.0442,0.0000,5,1376.4780,258.9611,615.1708,-90.2168,37.3278,88.6734,-13.0043,-0.3289,32.7629,0.0000,0.0000,4.8938,32.7217,-0.6561,0.0000,33.3779,0.0000,33.3779,5.5240,27.8539,0.0000,27.8539,-0.0551,27.9090,0.0000,24.0637,9.3498,-5.5045,7755.6839,7755.6839,7755.6839,7755.6839,7755.6839 +860.5000,1.0000,11210.2619,50.6820,50.5490,0.0739,0.0000,5,1366.8650,361.5469,643.9792,-89.6467,51.7510,92.1777,-12.8318,-0.4803,47.3488,0.0000,0.0000,4.8825,47.0272,-0.7292,0.0000,47.7564,0.0000,47.7564,5.5298,42.2266,0.0000,42.2266,0.0923,42.1342,0.0000,23.5560,9.3597,9.2185,10440.8037,10440.8037,10440.8037,10440.8037,10440.8037 +861.5000,1.0000,11224.3331,51.0515,50.8150,0.1314,0.0000,5,1366.1020,413.6216,684.1425,-89.6015,59.1718,97.8720,-12.8182,0.4160,53.8322,0.0000,0.0000,4.9235,53.7785,-0.7688,0.0000,54.5473,0.0000,54.5473,5.5701,48.9772,0.0000,48.9772,0.1654,48.8118,0.0000,22.8720,9.4279,16.5119,11847.6083,11847.6083,11847.6083,11847.6083,11847.6083 +862.5000,1.0000,11238.5663,51.6345,51.2880,0.1925,0.0000,5,1379.7205,458.5512,705.5293,-90.4091,66.2533,101.9377,-13.0627,0.7337,60.5740,0.0000,0.0000,4.9456,60.5478,-0.8117,0.0000,61.3595,0.0000,61.3595,5.6646,55.6949,0.0000,55.6949,0.2451,55.4498,0.0000,21.4461,9.5356,24.4681,13164.7198,13164.7198,13164.7198,13164.7198,13164.7198 +863.5000,1.0000,11252.9976,52.3480,51.9810,0.2039,0.0000,5,1400.8925,465.3496,725.4635,-91.6648,68.2673,106.4263,-13.4473,1.0765,62.1627,0.0000,0.0000,5.0281,62.2813,-0.8312,0.0000,63.1125,0.0000,63.1125,5.7564,57.3561,0.0000,57.3561,0.2631,57.0929,0.0000,21.1517,9.6674,26.2738,13544.2472,13544.2472,13544.2472,13544.2472,13544.2472 +864.5000,1.0000,11267.6558,53.1645,52.7150,0.2497,0.0000,5,1425.8410,504.0512,731.5851,-93.1445,75.2618,109.2357,-13.9077,1.0889,69.0730,0.0000,0.0000,5.0999,69.0913,-0.8780,0.0000,69.9693,0.0000,69.9693,5.9343,64.0349,0.0000,64.0349,0.3273,63.7076,0.0000,21.2075,9.8182,32.6820,14851.9325,14851.9325,14851.9325,14851.9325,14851.9325 +865.5000,1.0000,11282.5676,54.0775,53.6140,0.2575,0.0000,5,1447.9665,534.3753,749.6704,-94.4567,81.0277,113.6730,-14.3225,0.8616,75.0007,0.0000,0.0000,5.1654,74.8610,-0.9212,0.0000,75.7822,0.0000,75.7822,6.1054,69.6768,0.0000,69.6768,0.3433,69.3335,0.0000,25.0681,9.9868,34.2786,15911.2290,15911.2290,15911.2290,15911.2290,15911.2290 +866.5000,1.0000,11297.7498,55.0510,54.5410,0.2833,0.0000,5,1471.0460,541.5132,763.8833,-95.8255,83.4188,117.6744,-14.7617,1.2096,76.9697,0.0000,0.0000,5.2395,76.9574,-0.9470,0.0000,77.9043,0.0000,77.9043,6.2267,71.6777,0.0000,71.6777,0.3846,71.2931,0.0000,22.7300,10.1666,38.3965,16372.1628,16372.1628,16372.1628,16372.1628,16372.1628 +867.5000,1.0000,11313.1860,55.9655,55.5610,0.2247,0.0000,5,1494.8500,522.1365,769.7357,-97.2372,81.7354,120.4947,-15.2215,0.9560,75.5021,0.0000,0.0000,5.2774,75.4825,-0.9540,0.0000,76.4364,0.0000,76.4364,6.2887,70.1478,0.0000,70.1478,0.3101,69.8377,0.0000,28.5426,10.3354,30.9596,16107.8111,16107.8111,16107.8111,16107.8111,16107.8111 +868.5000,1.0000,11328.8435,56.7620,56.3700,0.2178,0.0000,5,1520.4470,489.4674,766.7512,-98.7553,77.9334,122.0828,-15.7239,1.4177,71.1358,0.0000,0.0000,5.3800,71.3533,-0.9458,0.0000,72.2991,0.0000,72.2991,6.2998,65.9993,0.0000,65.9993,0.3048,65.6946,0.0000,24.7821,10.4825,30.4299,15440.1471,15440.1471,15440.1471,15440.1471,15440.1471 +869.5000,1.0000,11344.6970,57.4680,57.1540,0.1744,0.0000,5,1546.1585,342.3344,760.1509,-100.2802,55.4285,123.0786,-16.2367,0.9997,48.9729,0.0000,0.0000,5.4559,49.0385,-0.8445,0.0000,49.8829,0.0000,49.8829,6.2702,43.6127,0.0000,43.6127,0.2472,43.3656,0.0000,8.0745,10.6129,24.6781,11281.9342,11281.9342,11281.9342,11281.9342,11281.9342 +870.5000,1.0000,11360.7376,58.1410,57.7820,0.1994,0.0000,5,1564.4690,318.5626,716.9694,-101.3662,52.1904,117.4617,-16.6069,0.7477,45.9515,0.0000,0.0000,5.4912,45.8967,-0.8395,0.0000,46.7363,0.0000,46.7363,6.3436,40.3926,0.0000,40.3926,0.2859,40.1067,0.0000,0.8243,10.7372,28.5452,10704.8662,10704.8662,10704.8662,10704.8662,10704.8662 +871.5000,1.0000,11376.9853,58.8870,58.5000,0.2150,0.0000,5,1586.4420,329.8501,714.5722,-102.6694,54.7986,118.7132,-17.0566,1.3826,47.8374,0.0000,0.0000,5.5787,47.9502,-0.8621,0.0000,48.8123,0.0000,48.8123,6.4250,42.3873,0.0000,42.3873,0.3121,42.0751,0.0000,0.0337,10.8750,31.1664,11217.1220,11217.1220,11217.1220,11217.1220,11217.1220 +872.5000,1.0000,11393.4146,59.5405,59.2740,0.1481,0.0000,5,1599.4885,264.2494,721.8815,-103.4431,44.2613,120.9137,-17.3265,-0.1124,38.7845,0.0000,0.0000,5.5892,38.5840,-0.8256,0.0000,39.4097,0.0000,39.4097,6.4963,32.9133,0.0000,32.9133,0.2173,32.6960,0.0000,0.0000,10.9957,21.7003,9271.6106,9271.6106,9271.6106,9271.6106,9271.6106 +873.5000,1.0000,11409.9840,60.0450,59.8070,0.1322,0.0000,5,1613.5270,257.8353,704.8247,-103.9552,43.5660,119.0929,-17.5651,1.5045,36.3588,0.0000,0.0000,5.7027,36.5560,-0.8238,0.0000,37.3798,0.0000,37.3798,6.5514,30.8284,0.0000,30.8284,0.1957,30.6327,0.0000,0.0000,11.0888,19.5439,9142.7310,9142.7310,9142.7310,9142.7310,9142.7310 +874.5000,1.0000,11426.6336,60.3335,60.2830,0.0281,0.0000,5,1632.8680,159.6399,707.0174,-104.6440,27.2974,120.8954,-17.8934,0.4169,21.1465,0.0000,0.0000,5.7340,21.1826,-0.7510,0.0000,21.9335,0.0000,21.9335,6.5829,15.3507,0.0000,15.3507,0.0417,15.3089,0.0000,0.0000,11.1421,4.1668,6152.8274,6152.8274,6152.8274,6152.8274,6152.8274 +875.5000,1.0000,11443.2334,60.1545,60.3840,-0.1275,0.0000,5,1634.7755,19.7191,679.4600,-104.7119,3.3758,116.3190,-17.9260,-0.2259,-2.0800,0.0000,0.0000,5.6817,-2.0851,-0.6882,0.0000,-1.3970,0.0000,-1.3970,6.5633,-7.9603,0.0000,-7.9603,-0.1891,-7.7712,0.0000,0.0000,11.1090,-18.8802,2848.8555,2848.8555,2848.8555,2848.8555,2848.8555 +876.5000,1.0000,11459.6646,59.5475,59.9250,-0.2097,0.0000,5,1621.5385,-57.1697,634.0873,-104.2405,-9.7078,107.6725,-17.7008,-1.0940,-14.2705,0.0000,0.0000,5.6567,-14.2642,-0.7080,0.0000,-13.5562,0.0000,-13.5562,6.4971,-20.0533,0.0000,-20.0533,-0.3079,-19.7454,0.0000,0.0000,10.9970,-30.7424,1050.0234,1050.0234,1050.0234,1050.0234,1050.0234 +877.5000,1.0000,11475.9076,58.8700,59.1700,-0.1667,0.0000,5,1603.6470,-16.9125,604.3587,-103.6033,-2.8402,101.4921,-17.3985,-0.6800,-7.7740,0.0000,0.0000,5.6138,-7.7802,-0.6802,0.0000,-7.0999,0.0000,-7.0999,6.4232,-13.5231,0.0000,-13.5231,-0.2419,-13.2812,0.0000,0.0000,10.8718,-24.1531,1987.4865,1987.4865,1987.4865,1987.4865,1987.4865 +878.5000,1.0000,11492.0557,58.5280,58.5700,-0.0233,0.0000,5,1587.7010,107.3662,610.7808,-102.7440,17.8511,101.5506,-17.0826,-0.8815,13.1844,0.0000,0.0000,5.5482,13.1188,-0.6803,0.0000,13.7991,0.0000,13.7991,6.3859,7.4132,0.0000,7.4132,-0.0337,7.4469,0.0000,0.0000,10.8087,-3.3618,4442.4595,4442.4595,4442.4595,4442.4595,4442.4595 +879.5000,1.0000,11508.1970,58.5040,58.4860,0.0100,0.0000,5,1578.5455,142.0689,647.0011,-102.2010,23.4847,106.9524,-16.8943,-0.0111,17.9446,0.0000,0.0000,5.5511,17.9378,-0.7043,0.0000,18.6421,0.0000,18.6421,6.3832,12.2588,0.0000,12.2588,0.0144,12.2444,0.0000,0.0000,10.8042,1.4402,5428.2084,5428.2084,5428.2084,5428.2084,5428.2084 +880.5000,1.0000,11524.3589,58.5780,58.5220,0.0311,0.0000,5,1580.7580,161.8489,658.4945,-102.3323,26.7919,109.0049,-16.9397,0.2259,21.0085,0.0000,0.0000,5.5575,21.0193,-0.7210,0.0000,21.7404,0.0000,21.7404,6.3913,15.3490,0.0000,15.3490,0.0449,15.3041,0.0000,0.0000,10.8179,4.4862,6028.9066,6028.9066,6028.9066,6028.9066,6028.9066 +881.5000,1.0000,11540.5646,58.7355,58.6340,0.0564,0.0000,5,1581.1395,182.2368,664.9405,-102.3549,30.1741,110.0986,-16.9476,-0.1889,24.8211,0.0000,0.0000,5.5419,24.7478,-0.7425,0.0000,25.4903,0.0000,25.4903,6.4085,19.0818,0.0000,19.0818,0.0817,19.0001,0.0000,0.0000,10.8470,8.1531,6639.2558,6639.2558,6639.2558,6639.2558,6639.2558 +882.5000,1.0000,11556.8304,58.9520,58.8370,0.0639,0.0000,5,1586.0990,193.4057,672.7558,-102.6490,32.1239,111.7420,-17.0496,0.6726,25.8695,0.0000,0.0000,5.5818,25.9315,-0.7520,0.0000,26.6835,0.0000,26.6835,6.4321,20.2514,0.0000,20.2514,0.0929,20.1585,0.0000,0.0000,10.8870,9.2716,6995.6606,6995.6606,6995.6606,6995.6606,6995.6606 +883.5000,1.0000,11573.1559,59.1670,59.0670,0.0556,0.0000,5,1603.7235,186.9114,680.9495,-103.6061,31.3902,114.3597,-17.3998,1.0557,24.6820,0.0000,0.0000,5.6524,24.8051,-0.7499,0.0000,25.5549,0.0000,25.5549,6.4556,19.0994,0.0000,19.0994,0.0810,19.0183,0.0000,0.0000,10.9267,8.0916,6877.6986,6877.6986,6877.6986,6877.6986,6877.6986 +884.5000,1.0000,11589.5388,59.3735,59.2670,0.0592,0.0000,5,1607.0805,180.9864,680.3322,-103.7256,30.4588,114.4952,-17.4563,-0.7266,25.5836,0.0000,0.0000,5.6017,25.4208,-0.7564,0.0000,26.1772,0.0000,26.1772,6.4781,19.6991,0.0000,19.6991,0.0866,19.6125,0.0000,0.0000,10.9648,8.6477,6711.1113,6711.1113,6711.1113,6711.1113,6711.1113 +885.5000,1.0000,11605.9820,59.5905,59.4800,0.0614,0.0000,5,1608.7205,191.6980,679.0008,-103.7840,32.2944,114.3878,-17.4840,0.8894,25.7439,0.0000,0.0000,5.6611,25.8400,-0.7621,0.0000,26.6021,0.0000,26.6021,6.5018,20.1003,0.0000,20.1003,0.0902,20.0101,0.0000,0.0000,11.0049,9.0053,7036.7286,7036.7286,7036.7286,7036.7286,7036.7286 +886.5000,1.0000,11622.4835,59.8005,59.7010,0.0553,0.0000,5,1620.3935,182.4460,684.8504,-104.1997,30.9588,116.2104,-17.6814,0.2657,25.0262,0.0000,0.0000,5.6668,25.0258,-0.7615,0.0000,25.7873,0.0000,25.7873,6.5247,19.2626,0.0000,19.2626,0.0815,19.1811,0.0000,0.0000,11.0437,8.1374,6801.2390,6801.2390,6801.2390,6801.2390,6801.2390 +887.5000,1.0000,11639.0654,60.0900,59.9000,0.1056,0.0000,5,1623.9795,226.1742,683.2921,-104.3274,38.4638,116.2025,-17.7422,0.0913,32.7038,0.0000,0.0000,5.6687,32.6191,-0.8047,0.0000,33.4238,0.0000,33.4238,6.5563,26.8675,0.0000,26.8675,0.1564,26.7111,0.0000,0.0000,11.0971,15.6139,8201.6683,8201.6683,8201.6683,8201.6683,8201.6683 +888.5000,1.0000,11655.7513,60.4645,60.2800,0.1025,0.0000,5,1619.2110,222.0064,695.5286,-104.1576,37.6442,117.9362,-17.6613,-0.5652,32.5762,0.0000,0.0000,5.6332,32.3631,-0.8096,0.0000,33.1727,0.0000,33.1727,6.5972,26.5756,0.0000,26.5756,0.1528,26.4228,0.0000,0.0000,11.1663,15.2565,8046.3893,8046.3893,8046.3893,8046.3893,8046.3893 +889.5000,1.0000,11672.5541,60.8850,60.6490,0.1311,0.0000,5,1629.5110,257.9366,696.1376,-104.5244,44.0148,118.7903,-17.8363,1.5995,36.6782,0.0000,0.0000,5.7371,36.8950,-0.8396,0.0000,37.7345,0.0000,37.7345,6.6430,31.0915,0.0000,31.0915,0.1968,30.8947,0.0000,0.0000,11.2440,19.6507,9227.5893,9227.5893,9227.5893,9227.5893,9227.5893 +890.5000,1.0000,11689.4711,61.2965,61.1210,0.0975,0.0000,5,1653.0100,222.5143,711.4980,-105.3613,38.5178,123.1623,-18.2383,0.7629,31.9914,0.0000,0.0000,5.7636,32.0451,-0.8221,0.0000,32.8672,0.0000,32.8672,6.6879,26.1792,0.0000,26.1792,0.1473,26.0319,0.0000,0.0000,11.3199,14.7119,8235.0554,8235.0554,8235.0554,8235.0554,8235.0554 +891.5000,1.0000,11706.4971,61.6885,61.4720,0.1203,0.0000,5,1664.9500,241.0459,704.9473,-105.7865,42.0271,122.9098,-18.4442,0.4524,35.7540,0.0000,0.0000,5.8207,35.7236,-0.8473,0.0000,36.5709,0.0000,36.5709,6.7307,29.8402,0.0000,29.8402,0.1829,29.6573,0.0000,0.0000,11.3923,18.2650,8890.4394,8890.4394,8890.4394,8890.4394,8890.4394 +892.5000,1.0000,11723.6426,62.1190,61.9050,0.1189,0.0000,5,1674.5250,240.1315,712.5131,-106.1275,42.1085,124.9433,-18.6101,0.5296,35.7700,0.0000,0.0000,5.8089,35.7568,-0.8548,0.0000,36.6116,0.0000,36.6116,6.7777,29.8340,0.0000,29.8340,0.1821,29.6519,0.0000,0.0000,11.4718,18.1800,8928.4001,8928.4001,8928.4001,8928.4001,8928.4001 +893.5000,1.0000,11740.9333,62.6415,62.3330,0.1714,0.0000,5,1685.2445,287.2519,714.8429,-106.5093,50.6938,126.1543,-18.7966,0.5764,44.2613,0.0000,0.0000,5.8561,44.1899,-0.9064,0.0000,45.0963,0.0000,45.0963,6.8347,38.2616,0.0000,38.2616,0.2647,37.9969,0.0000,0.0000,11.5683,26.4286,10581.7997,10581.7997,10581.7997,10581.7997,10581.7997 +894.5000,1.0000,11758.4234,63.3595,62.9500,0.2275,0.0000,5,1705.1955,340.6562,731.6036,-107.2198,60.8302,130.6407,-19.1460,1.5060,53.3822,0.0000,0.0000,5.9420,53.4868,-0.9657,0.0000,54.4525,0.0000,54.4525,6.9130,47.5395,0.0000,47.5395,0.3554,47.1841,0.0000,0.0000,11.7009,35.4832,12500.5770,12500.5770,12500.5770,12500.5770,12500.5770 +895.5000,1.0000,11776.1303,64.1400,63.7690,0.2061,0.0000,5,1723.5445,309.4839,749.2128,-107.8732,55.8585,135.2248,-19.4699,0.4199,49.4704,0.0000,0.0000,5.9681,49.2992,-0.9582,0.0000,50.2574,0.0000,50.2574,6.9982,43.2592,0.0000,43.2592,0.3259,42.9332,0.0000,-1.4550,11.8451,32.5432,11586.8538,11586.8538,11586.8538,11586.8538,11586.8538 +896.5000,1.0000,11794.0462,64.8925,64.5110,0.2119,0.0000,5,1751.2780,327.4548,747.2326,-108.8609,60.0531,137.0375,-19.9644,2.5560,51.3141,0.0000,0.0000,6.1830,51.7065,-0.9836,0.0000,52.6901,0.0000,52.6901,7.0803,45.6098,0.0000,45.6098,0.3391,45.2707,0.0000,-0.5701,11.9840,33.8568,12369.9223,12369.9223,12369.9223,12369.9223,12369.9223 +897.5000,1.0000,11812.1584,65.5990,65.2740,0.1806,0.0000,5,1788.3955,297.4267,759.2428,-110.1828,55.7022,142.1912,-20.6351,1.4664,48.0008,0.0000,0.0000,6.2350,48.1207,-0.9780,0.0000,49.0988,0.0000,49.0988,7.1574,41.9414,0.0000,41.9414,0.2920,41.6494,0.0000,0.3782,12.1145,29.1566,11614.0138,11614.0138,11614.0138,11614.0138,11614.0138 +898.5000,1.0000,11830.4248,66.1540,65.9240,0.1278,0.0000,5,1811.1315,256.4791,758.2723,-111.0143,48.6441,143.8149,-21.0551,1.0438,41.2735,0.0000,0.0000,6.3268,41.3436,-0.9537,0.0000,42.2974,0.0000,42.2974,7.2179,35.0794,0.0000,35.0794,0.2084,34.8710,0.0000,1.8455,12.2170,20.8085,10298.5641,10298.5641,10298.5641,10298.5641,10298.5641 +899.5000,1.0000,11848.8112,66.5860,66.3840,0.1122,0.0000,5,1817.0445,236.2405,751.6531,-111.2365,44.9520,143.0249,-21.1661,-0.3874,39.0444,0.0000,0.0000,6.2949,38.8519,-0.9489,0.0000,39.8008,0.0000,39.8008,7.2651,32.5358,0.0000,32.5358,0.1842,32.3516,0.0000,1.6601,12.2968,18.3946,9612.2614,9612.2614,9612.2614,9612.2614,9612.2614 +900.5000,1.0000,11867.2878,66.9110,66.7880,0.0683,0.0000,5,1808.6140,202.7366,745.9920,-110.9197,38.3978,141.2891,-21.0079,-0.5508,32.7131,0.0000,0.0000,6.2355,32.5635,-0.9230,0.0000,33.4865,0.0000,33.4865,7.3005,26.1860,0.0000,26.1860,0.1127,26.0733,0.0000,2.4611,12.3568,11.2554,8377.0108,8377.0108,8377.0108,8377.0108,8377.0108 +901.5000,1.0000,11885.8568,67.2435,67.0340,0.1164,0.0000,5,1817.2735,263.2687,740.6817,-111.2451,50.1012,140.9550,-21.1704,1.5198,42.2311,0.0000,0.0000,6.3502,42.4155,-0.9788,0.0000,43.3942,0.0000,43.3942,7.3368,36.0574,0.0000,36.0574,0.1930,35.8645,0.0000,4.1803,12.4182,19.2660,10573.0061,10573.0061,10573.0061,10573.0061,10573.0061 +902.5000,1.0000,11904.5347,67.6355,67.4530,0.1014,0.0000,5,1833.4480,261.3178,756.2752,-111.8529,50.1726,145.2035,-21.4756,0.2878,43.5317,0.0000,0.0000,6.3531,43.4751,-0.9913,0.0000,44.4663,0.0000,44.4663,7.3796,37.0867,0.0000,37.0867,0.1691,36.9177,0.0000,7.5462,12.4906,16.8809,10591.7402,10591.7402,10591.7402,10591.7402,10591.7402 +903.5000,1.0000,11923.2737,67.8555,67.8180,0.0208,0.0000,5,1841.1920,215.2247,757.8108,-112.1439,41.4973,146.1129,-21.6224,0.5866,34.5312,0.0000,0.0000,6.3794,34.6094,-0.9505,0.0000,35.5599,0.0000,35.5599,7.4036,28.1563,0.0000,28.1563,0.0349,28.1215,0.0000,12.1103,12.5312,3.4800,8997.5596,8997.5596,8997.5596,8997.5596,8997.5596 +904.5000,1.0000,11941.9432,67.6055,67.8930,-0.1597,0.0000,5,1839.8565,67.1650,748.8836,-112.0937,12.9406,144.2869,-21.5970,-0.7371,7.3572,0.0000,0.0000,6.3205,7.3625,-0.8083,0.0000,8.1708,0.0000,8.1708,7.3763,0.7945,0.0000,0.7945,-0.2662,1.0607,0.0000,15.1570,12.4851,-26.5813,4414.5014,4414.5014,4414.5014,4414.5014,4414.5014 +905.5000,1.0000,11960.4675,67.0825,67.3180,-0.1308,0.0000,5,1831.8455,101.7344,717.8326,-111.7927,19.5158,137.7021,-21.4452,-0.1673,13.3794,0.0000,0.0000,6.3037,13.4156,-0.8294,0.0000,14.2450,0.0000,14.2450,7.3192,6.9258,0.0000,6.9258,-0.2164,7.1422,0.0000,16.3588,12.3885,-21.6051,5165.3032,5165.3032,5165.3032,5165.3032,5165.3032 +906.5000,1.0000,11978.8240,66.4785,66.8470,-0.2047,0.0000,5,1817.8835,29.0891,720.5587,-111.2680,5.5376,137.1715,-21.1819,-1.3926,0.6968,0.0000,0.0000,6.2335,0.6958,-0.7948,0.0000,1.4906,0.0000,1.4906,7.2533,-5.7627,0.0000,-5.7627,-0.3355,-5.4272,0.0000,15.7983,12.2769,-33.5024,3547.6064,3547.6064,3547.6064,3547.6064,3547.6064 +907.5000,1.0000,11997.0009,65.8320,66.1100,-0.1544,0.0000,5,1792.4770,59.2533,696.8348,-110.3281,11.1223,130.8013,-20.7094,-1.4235,6.4146,0.0000,0.0000,6.1312,6.3954,-0.7715,0.0000,7.1668,0.0000,7.1668,7.1828,-0.0160,0.0000,-0.0160,-0.2507,0.2347,0.0000,13.1059,12.1575,-25.0287,4090.3913,4090.3913,4090.3913,4090.3913,4090.3913 +908.5000,1.0000,12014.9989,65.1880,65.5540,-0.2033,0.0000,5,1772.5260,33.8660,696.3575,-109.6176,6.2862,129.2568,-20.3471,-0.7640,-1.2002,0.0000,0.0000,8.2504,-1.2022,-0.7757,0.0000,-0.4265,0.0000,-0.4265,7.1125,-7.5391,0.0000,-7.5391,-0.3268,-7.2123,0.0000,13.3782,12.0386,-32.6291,3486.3955,3486.3955,3486.3955,3486.3955,3486.3955 +909.5000,1.0000,12032.8034,64.4910,64.8220,-0.1839,0.0000,5,1758.0300,54.2672,685.2071,-109.1014,9.9906,126.1470,-20.0856,-0.8072,2.6154,0.0000,0.0000,8.1825,2.6177,-0.7535,0.0000,3.3712,0.0000,3.3712,7.0365,-3.6653,0.0000,-3.6653,-0.2924,-3.3729,0.0000,13.9105,11.9099,-29.1933,3853.6208,3853.6208,3853.6208,3853.6208,3853.6208 +910.5000,1.0000,12050.4190,63.8115,64.1600,-0.1936,0.0000,5,1745.4795,45.3049,685.6275,-108.6544,8.2811,125.3232,-19.8605,-0.5438,0.6706,0.0000,0.0000,8.1543,0.6723,-0.7460,0.0000,1.4183,0.0000,1.4183,6.9623,-5.5440,0.0000,-5.5440,-0.3046,-5.2394,0.0000,13.3891,11.7844,-30.4129,3631.8000,3631.8000,3631.8000,3631.8000,3631.8000 +911.5000,1.0000,12067.8483,63.1405,63.4630,-0.1792,0.0000,5,1723.1635,44.0771,675.6953,-107.8597,7.9537,121.9287,-19.4632,-1.8246,1.7623,0.0000,0.0000,8.0160,1.7536,-0.7312,0.0000,2.4849,0.0000,2.4849,6.8891,-4.4043,0.0000,-4.4043,-0.2789,-4.1254,0.0000,12.0622,11.6605,-27.8480,3552.4500,3552.4500,3552.4500,3552.4500,3552.4500 +912.5000,1.0000,12085.1405,62.6470,62.8180,-0.0950,0.0000,5,1697.8715,122.5052,666.6956,-106.9589,21.7815,118.5389,-19.0174,-0.8393,14.6726,0.0000,0.0000,7.9482,14.6430,-0.7572,0.0000,15.4003,0.0000,15.4003,6.8353,8.5650,0.0000,8.5650,-0.1467,8.7117,0.0000,11.7929,11.5694,-14.6505,5285.0401,5285.0401,5285.0401,5285.0401,5285.0401 +913.5000,1.0000,12102.3573,62.3755,62.4760,-0.0558,0.0000,5,1690.8140,149.6578,685.2616,-106.7076,26.4987,121.3335,-18.8938,0.1030,18.4453,0.0000,0.0000,7.9504,18.4859,-0.7720,0.0000,19.2579,0.0000,19.2579,6.8057,12.4522,0.0000,12.4522,-0.0859,12.5381,0.0000,9.5919,11.5192,-8.5731,6115.1436,6115.1436,6115.1436,6115.1436,6115.1436 +914.5000,1.0000,12119.5063,62.1315,62.2750,-0.0797,0.0000,5,1689.3265,121.0915,692.0016,-106.6546,21.4218,122.4191,-18.8678,-0.2572,13.7467,0.0000,0.0000,7.9323,13.7583,-0.7439,0.0000,14.5022,0.0000,14.5022,6.7790,7.7232,0.0000,7.7232,-0.1221,7.8453,0.0000,8.5645,11.4742,-12.1933,5196.2762,5196.2762,5196.2762,5196.2762,5196.2762 +915.5000,1.0000,12136.5640,61.8030,61.9880,-0.1028,0.0000,5,1675.2120,115.0276,680.3376,-106.1520,20.1790,119.3501,-18.6220,-1.1970,13.5449,0.0000,0.0000,7.8311,13.4912,-0.7370,0.0000,14.2281,0.0000,14.2281,6.7432,7.4849,0.0000,7.4849,-0.1566,7.6415,0.0000,11.8645,11.4135,-15.6364,4950.7234,4950.7234,4950.7234,4950.7234,4950.7234 +916.5000,1.0000,12153.5079,61.3930,61.6180,-0.1250,0.0000,5,1666.8955,88.1726,676.0512,-105.8558,15.3911,118.0094,-18.4779,0.3397,9.2747,0.0000,0.0000,5.7767,9.3273,-0.7090,0.0000,10.0363,0.0000,10.0363,6.6985,3.3378,0.0000,3.3378,-0.1892,3.5270,0.0000,11.0804,11.3378,-18.8911,4247.6031,4247.6031,4247.6031,4247.6031,4247.6031 +917.5000,1.0000,12170.3285,60.9495,61.1680,-0.1214,0.0000,5,1655.4895,83.2517,665.0343,-105.4496,14.4327,115.2920,-18.2810,-1.4970,10.2435,0.0000,0.0000,5.6862,10.1889,-0.7058,0.0000,10.8947,0.0000,10.8947,6.6501,4.2446,0.0000,4.2446,-0.1824,4.4270,0.0000,11.3840,11.2559,-18.2129,4117.3829,4117.3829,4117.3829,4117.3829,4117.3829 +918.5000,1.0000,12187.0027,60.4220,60.7310,-0.1717,0.0000,5,1635.8820,34.6346,657.7144,-104.7513,5.9332,112.6725,-17.9449,-0.4906,0.7779,0.0000,0.0000,5.6459,0.7795,-0.6857,0.0000,1.4652,0.0000,1.4652,6.5925,-5.1273,0.0000,-5.1273,-0.2557,-4.8716,0.0000,9.5035,11.1584,-25.5335,3132.1809,3132.1809,3132.1809,3132.1809,3132.1809 +919.5000,1.0000,12203.5400,59.9295,60.1130,-0.1019,0.0000,5,1626.6500,102.1435,640.2202,-104.4226,17.3994,109.0566,-17.7876,-0.4344,12.1980,0.0000,0.0000,5.6358,12.2027,-0.6989,0.0000,12.9016,0.0000,12.9016,6.5388,6.3628,0.0000,6.3628,-0.1506,6.5134,0.0000,10.4854,11.0675,-15.0395,4417.5326,4417.5326,4417.5326,4417.5326,4417.5326 +920.5000,1.0000,12219.9718,59.5495,59.7460,-0.1092,0.0000,5,1617.8380,102.8071,657.8140,-104.1087,17.4175,111.4466,-17.6381,-0.4434,12.2542,0.0000,0.0000,5.6068,12.2608,-0.6928,0.0000,12.9537,0.0000,12.9537,6.4973,6.4563,0.0000,6.4563,-0.1603,6.6166,0.0000,11.6222,10.9973,-16.0029,4410.3757,4410.3757,4410.3757,4410.3757,4410.3757 +921.5000,1.0000,12236.3301,59.2850,59.3530,-0.0378,0.0000,5,1605.1350,165.3508,654.4113,-103.6563,27.7937,109.9996,-17.4235,-0.8122,23.0574,0.0000,0.0000,5.5485,22.9654,-0.7425,0.0000,23.7079,0.0000,23.7079,6.4685,17.2395,0.0000,17.2395,-0.0552,17.2947,0.0000,11.8595,10.9485,-5.5133,6238.4342,6238.4342,6238.4342,6238.4342,6238.4342 +922.5000,1.0000,12252.6959,59.3120,59.2170,0.0528,0.0000,5,1603.0365,246.3338,672.8670,-103.5816,41.3519,112.9539,-17.3882,0.6046,35.1320,0.0000,0.0000,5.6154,35.2102,-0.8048,0.0000,36.0150,0.0000,36.0150,6.4714,29.5436,0.0000,29.5436,0.0772,29.4664,0.0000,10.8070,10.9535,7.7059,8727.8596,8727.8596,8727.8596,8727.8596,8727.8596 +923.5000,1.0000,12269.1360,59.5795,59.4070,0.0958,0.0000,5,1609.2925,283.3215,698.8383,-103.8044,47.7467,117.7715,-17.4936,0.0113,42.0937,0.0000,0.0000,5.6417,41.9751,-0.8434,0.0000,42.8185,0.0000,42.8185,6.5006,36.3179,0.0000,36.3179,0.1408,36.1772,0.0000,11.1189,11.0029,14.0554,9921.6138,9921.6138,9921.6138,9921.6138,9921.6138 +924.5000,1.0000,12285.6778,59.9455,59.7520,0.1075,0.0000,5,1613.3745,306.1340,711.0525,-103.9498,51.7220,120.1339,-17.5625,0.3931,45.7300,0.0000,0.0000,5.5989,45.6949,-0.8683,0.0000,46.5632,0.0000,46.5632,6.5405,40.0227,0.0000,40.0227,0.1589,39.8638,0.0000,12.9300,11.0705,15.8633,10686.1844,10686.1844,10686.1844,10686.1844,10686.1844 +925.5000,1.0000,12302.3264,60.3300,60.1390,0.1061,0.0000,5,1628.4430,302.9035,720.3968,-104.4864,51.6542,122.8494,-17.8181,1.1101,44.8616,0.0000,0.0000,5.6824,45.0249,-0.8713,0.0000,45.8962,0.0000,45.8962,6.5825,39.3137,0.0000,39.3137,0.1578,39.1559,0.0000,12.2556,11.1415,15.7588,10692.7352,10692.7352,10692.7352,10692.7352,10692.7352 +926.5000,1.0000,12319.0424,60.5730,60.5210,0.0289,0.0000,5,1642.4810,246.3476,722.4275,-104.9863,42.3718,124.2577,-18.0577,0.2962,36.3546,0.0000,0.0000,5.7210,36.3884,-0.8318,0.0000,37.2202,0.0000,37.2202,6.6090,30.6112,0.0000,30.6112,0.0431,30.5680,0.0000,15.0740,11.1863,4.3076,8929.8570,8929.8570,8929.8570,8929.8570,8929.8570 +927.5000,1.0000,12335.7670,60.6035,60.6250,-0.0119,0.0000,5,1642.5190,202.2167,706.7753,-104.9877,34.7821,121.5683,-18.0583,-0.2924,29.3662,0.0000,0.0000,5.7084,29.3247,-0.7966,0.0000,30.1214,0.0000,30.1214,6.6123,23.5090,0.0000,23.5090,-0.0178,23.5269,0.0000,14.1169,11.1920,-1.7819,7543.9001,7543.9001,7543.9001,7543.9001,7543.9001 +928.5000,1.0000,12352.4510,60.4575,60.5820,-0.0692,0.0000,5,1643.5875,165.0011,694.2052,-105.0257,28.3993,119.4839,-18.0766,0.4005,22.2528,0.0000,0.0000,5.7461,22.3525,-0.7590,0.0000,23.1115,0.0000,23.1115,6.5964,16.5151,0.0000,16.5151,-0.1031,16.6182,0.0000,15.7470,11.1650,-10.2938,6363.2666,6363.2666,6363.2666,6363.2666,6363.2666 +929.5000,1.0000,12369.0604,60.1890,60.3330,-0.0800,0.0000,5,1638.8190,151.9000,682.3162,-104.8559,26.0686,117.0969,-17.9950,-0.8792,21.2674,0.0000,0.0000,5.6804,21.2047,-0.7487,0.0000,21.9534,0.0000,21.9534,6.5671,15.3863,0.0000,15.3863,-0.1187,15.5050,0.0000,16.2428,11.1154,-11.8532,5940.0004,5940.0004,5940.0004,5940.0004,5940.0004 +930.5000,1.0000,12385.5854,59.8850,60.0450,-0.0889,0.0000,5,1631.7615,138.9907,676.6103,-104.6046,23.7504,115.6176,-17.8746,0.1682,17.8960,0.0000,0.0000,5.6862,17.9624,-0.7272,0.0000,18.6896,0.0000,18.6896,6.5339,12.1556,0.0000,12.1556,-0.1312,12.2869,0.0000,14.3313,11.0593,-13.1037,5533.0616,5533.0616,5533.0616,5533.0616,5533.0616 +931.5000,1.0000,12402.0309,59.5990,59.7250,-0.0700,0.0000,5,1616.1210,139.7682,668.6772,-104.0476,23.6543,113.1668,-17.6090,-1.7189,19.7707,0.0000,0.0000,5.6025,19.6003,-0.7307,0.0000,20.3310,0.0000,20.3310,6.5027,13.8283,0.0000,13.8283,-0.1029,13.9312,0.0000,13.1946,11.0065,-10.2699,5508.4109,5508.4109,5508.4109,5508.4109,5508.4109 +932.5000,1.0000,12418.4220,59.4030,59.4730,-0.0389,0.0000,5,1602.1210,177.4481,665.0569,-103.5490,29.7711,111.5791,-17.3728,0.3265,23.8268,0.0000,0.0000,5.6178,23.9043,-0.7492,0.0000,24.6535,0.0000,24.6535,6.4813,18.1722,0.0000,18.1722,-0.0570,18.2291,0.0000,12.9456,10.9703,-5.6867,6590.3154,6590.3154,6590.3154,6590.3154,6590.3154 +933.5000,1.0000,12434.8058,59.3770,59.3330,0.0244,0.0000,5,1605.3635,232.5672,677.0072,-103.6645,39.0976,113.8139,-17.4274,-0.0075,33.4890,0.0000,0.0000,5.6162,33.4626,-0.7971,0.0000,34.2597,0.0000,34.2597,6.4785,27.7812,0.0000,27.7812,0.0358,27.7454,0.0000,13.2070,10.9655,3.5730,8307.3437,8307.3437,8307.3437,8307.3437,8307.3437 +934.5000,1.0000,12451.2393,59.5555,59.4210,0.0747,0.0000,5,1601.5485,289.4849,693.3080,-103.5286,48.5506,116.2773,-17.3632,-0.3677,43.3460,0.0000,0.0000,5.5723,43.1473,-0.8489,0.0000,43.9963,0.0000,43.9963,6.4980,37.4983,0.0000,37.4983,0.1097,37.3886,0.0000,15.4354,10.9984,10.9547,10075.6349,10075.6349,10075.6349,10075.6349,10075.6349 +935.5000,1.0000,12467.7723,59.9140,59.6900,0.1244,0.0000,5,1608.7585,358.4009,711.7821,-103.7854,60.3794,119.9131,-17.4846,1.0817,53.6605,0.0000,0.0000,5.6372,53.8245,-0.9088,0.0000,54.7333,0.0000,54.7333,6.5371,48.1962,0.0000,48.1962,0.1838,48.0124,0.0000,18.5936,11.0646,18.3541,12292.7482,12292.7482,12292.7482,12292.7482,12292.7482 +936.5000,1.0000,12484.3928,60.2290,60.1380,0.0506,0.0000,5,1631.1515,285.2610,735.7692,-104.5829,48.7265,125.6795,-17.8642,1.1464,41.8548,0.0000,0.0000,5.7253,42.0848,-0.8548,0.0000,42.9396,0.0000,42.9396,6.5715,36.3682,0.0000,36.3682,0.0751,36.2931,0.0000,17.6747,11.1228,7.4956,10127.8767,10127.8767,10127.8767,10127.8767,10127.8767 +937.5000,1.0000,12501.0560,60.3825,60.3200,0.0347,0.0000,5,1641.1080,258.5825,717.2600,-104.9374,44.4391,123.2657,-18.0342,-0.1500,38.8995,0.0000,0.0000,5.6895,38.8240,-0.8409,0.0000,39.6649,0.0000,39.6649,6.5882,33.0767,0.0000,33.0767,0.0517,33.0250,0.0000,16.7127,11.1512,5.1612,9307.1373,9307.1373,9307.1373,9307.1373,9307.1373 +938.5000,1.0000,12517.7139,60.3635,60.4450,-0.0453,0.0000,5,1635.3475,172.3804,708.9649,-104.7323,29.5207,121.4125,-17.9357,-0.4291,24.2934,0.0000,0.0000,5.6564,24.2627,-0.7670,0.0000,25.0297,0.0000,25.0297,6.5861,18.4436,0.0000,18.4436,-0.0674,18.5110,0.0000,14.0914,11.1476,-6.7280,6556.5600,6556.5600,6556.5600,6556.5600,6556.5600 +939.5000,1.0000,12534.2939,60.0830,60.2820,-0.1106,0.0000,5,1624.2850,115.3889,680.8386,-104.3383,19.6270,115.8071,-17.7474,-0.6773,14.6844,0.0000,0.0000,5.6199,14.6716,-0.7139,0.0000,15.3855,0.0000,15.3855,6.5555,8.8300,0.0000,8.8300,-0.1638,8.9937,0.0000,14.2495,11.0958,-16.3516,4805.6700,4805.6700,4805.6700,4805.6700,4805.6700 +940.5000,1.0000,12550.7065,59.4805,59.8840,-0.2242,0.0000,5,1611.8490,6.2310,660.1969,-103.8954,1.0517,111.4362,-17.5368,-0.5589,-3.9741,0.0000,0.0000,5.5847,-3.9872,-0.6813,0.0000,-3.3060,0.0000,-3.3060,6.4898,-9.7957,0.0000,-9.7957,-0.3287,-9.4670,0.0000,12.3712,10.9846,-32.8227,2537.8277,2537.8277,2537.8277,2537.8277,2537.8277 +941.5000,1.0000,12566.8949,58.6735,59.0770,-0.2242,0.0000,5,1608.3390,9.3844,625.6007,-103.7704,1.5806,105.3667,-17.4775,0.2110,-4.2511,0.0000,0.0000,5.6207,-4.2862,-0.6682,0.0000,-3.6180,0.0000,-3.6180,6.4017,-10.0198,0.0000,-10.0198,-0.3243,-9.6955,0.0000,11.8464,10.8355,-32.3774,2588.3689,2588.3689,2588.3689,2588.3689,2588.3689 +942.5000,1.0000,12582.8832,57.9530,58.2700,-0.1761,0.0000,5,1591.0200,36.1337,620.3989,-102.9409,6.0203,103.3654,-17.1511,-1.9009,2.4227,0.0000,0.0000,5.4984,2.4062,-0.6393,0.0000,3.0456,0.0000,3.0456,6.3231,-3.2775,0.0000,-3.2775,-0.2516,-3.0259,0.0000,11.3958,10.7025,-25.1242,3042.9260,3042.9260,3042.9260,3042.9260,3042.9260 +943.5000,1.0000,12598.6993,57.3330,57.6360,-0.1683,0.0000,5,1565.0035,71.2724,619.4014,-101.3979,11.6806,101.5117,-16.6178,-0.6306,6.8630,0.0000,0.0000,5.4483,6.8705,-0.6293,0.0000,7.4998,0.0000,7.4998,6.2555,1.2443,0.0000,1.2443,-0.2379,1.4823,0.0000,14.6520,10.5880,-23.7577,3623.4948,3623.4948,3623.4948,3623.4948,3623.4948 +944.5000,1.0000,12614.3419,56.7085,57.0300,-0.1786,0.0000,5,1557.2595,39.5053,628.0298,-100.9386,6.4424,102.4165,-16.4606,-0.1131,1.1025,0.0000,0.0000,5.4529,1.1080,-0.6217,0.0000,1.7297,0.0000,1.7297,6.1873,-4.4577,0.0000,-4.4577,-0.2497,-4.2080,0.0000,10.2530,10.4727,-24.9337,3004.7762,3004.7762,3004.7762,3004.7762,3004.7762 +945.5000,1.0000,12629.7922,56.0160,56.3870,-0.2061,0.0000,5,1536.1640,-52.2919,610.2443,-99.6875,-8.4120,98.1680,-16.0364,-1.8785,-11.8757,0.0000,0.0000,5.3422,-11.7999,-0.6423,0.0000,-11.1576,0.0000,-11.1576,6.1118,-17.2694,0.0000,-17.2694,-0.2847,-16.9847,0.0000,1.0917,10.3448,-28.4212,1029.5509,1029.5509,1029.5509,1029.5509,1029.5509 +946.5000,1.0000,12645.0280,55.2440,55.6450,-0.2228,0.0000,5,1505.0735,-68.3418,567.0057,-97.8436,-10.7714,89.3663,-15.4212,-1.0331,-15.0099,0.0000,0.0000,5.2716,-15.0074,-0.6376,0.0000,-14.3697,0.0000,-14.3697,6.0276,-20.3973,0.0000,-20.3973,-0.3034,-20.0939,0.0000,0.0000,10.2022,-30.2961,585.9268,585.9268,585.9268,585.9268,585.9268 +947.5000,1.0000,12660.0297,54.4015,54.8430,-0.2453,0.0000,5,1482.6045,-87.7781,552.9462,-96.5110,-13.6282,85.8493,-14.9841,-1.0281,-17.8159,0.0000,0.0000,5.2157,-17.8249,-0.6309,0.0000,-17.1939,0.0000,-17.1939,5.9356,-23.1296,0.0000,-23.1296,-0.3290,-22.8006,0.0000,0.0000,10.0466,-32.8472,101.4096,101.4096,101.4096,101.4096,101.4096 +948.5000,1.0000,12674.7855,53.5160,53.9600,-0.2467,0.0000,5,1459.0675,-89.6325,537.0102,-95.1150,-13.6952,82.0515,-14.5329,-1.0972,-17.7170,0.0000,0.0000,5.1190,-17.7153,-0.6164,0.0000,-17.0989,0.0000,-17.0989,5.8390,-22.9379,0.0000,-22.9379,-0.3255,-22.6124,0.0000,0.0000,9.8831,-32.4955,30.7786,30.7786,30.7786,30.7786,30.7786 +949.5000,1.0000,12689.2772,52.5650,53.0720,-0.2817,0.0000,5,1434.5770,-93.6626,527.2754,-93.6626,-14.0708,79.2118,-14.0708,-1.0788,-18.0393,0.0000,0.0000,5.0473,-18.0595,-0.6021,0.0000,-17.4574,0.0000,-17.4574,5.7353,-23.1926,3.9119,-27.1045,-0.3650,-26.7395,0.0000,0.0000,9.7075,-36.4470,0.0000,0.0000,0.0000,0.0000,0.0000 +950.5000,1.0000,12703.4971,51.5870,52.0580,-0.2617,0.0000,5,1409.0185,-92.1467,516.4904,-92.1467,-13.5964,76.2092,-13.5964,-1.1520,-17.3969,0.0000,0.0000,4.9524,-17.3913,-0.5851,0.0000,-16.8062,0.0000,-16.8062,5.6285,-22.4347,1.6003,-24.0350,-0.3328,-23.7022,0.0000,0.0000,9.5268,-33.2290,0.0000,0.0000,0.0000,0.0000,0.0000 +951.5000,1.0000,12717.4625,50.6705,51.1160,-0.2475,0.0000,5,1386.8925,-87.2506,509.3929,-90.8345,-12.6718,73.9817,-13.1924,-0.7506,-16.8229,0.0000,0.0000,4.9016,-16.8642,-0.5695,0.0000,-16.2947,0.0000,-16.2947,5.5286,-21.8232,0.0000,-21.8232,-0.3092,-21.5140,0.0000,0.0000,9.3576,-30.8716,0.0000,0.0000,0.0000,0.0000,0.0000 +952.5000,1.0000,12731.1749,49.7595,50.2250,-0.2586,0.0000,5,1366.5215,-89.6263,504.4160,-89.6263,-12.8257,72.1828,-12.8257,-0.9700,-16.6998,0.0000,0.0000,4.8441,-16.7150,-0.5552,0.0000,-16.1598,0.0000,-16.1598,5.4292,-21.5889,1.2166,-22.8055,-0.3173,-22.4883,0.0000,0.0000,9.1893,-31.6776,0.0000,0.0000,0.0000,0.0000,0.0000 +953.5000,1.0000,12744.6248,48.8150,49.2940,-0.2661,0.0000,5,1337.6820,-87.9159,493.5693,-87.9159,-12.3154,69.1400,-12.3154,-1.4196,-15.6698,0.0000,0.0000,4.7740,-15.6206,-0.5381,0.0000,-15.0825,0.0000,-15.0825,5.3261,-20.4086,2.8743,-23.2829,-0.3203,-22.9627,0.0000,0.0000,9.0149,-31.9776,0.0000,0.0000,0.0000,0.0000,0.0000 +954.5000,1.0000,12757.7954,47.8090,48.3360,-0.2928,0.0000,5,1308.3085,-86.1738,484.7272,-86.1738,-11.8063,66.4104,-11.8063,-0.9716,-15.5353,0.0000,0.0000,4.7005,-15.5632,-0.5229,0.0000,-15.0403,0.0000,-15.0403,5.2163,-20.2566,5.7163,-25.9729,-0.3451,-25.6278,0.0000,0.0000,8.8291,-34.4570,0.0000,0.0000,0.0000,0.0000,0.0000 +955.5000,1.0000,12770.7202,46.9245,47.2820,-0.1986,0.0000,5,1285.5725,-45.2854,478.4784,-84.8254,-6.0965,64.4151,-11.4196,-0.8403,-9.8885,0.0000,0.0000,4.6323,-9.8819,-0.4957,0.0000,-9.3862,0.0000,-9.3862,5.1198,-14.5060,0.0000,-14.5060,-0.2298,-14.2763,0.0000,0.0000,8.6658,-22.9421,724.5131,724.5131,724.5131,724.5131,724.5131 +956.5000,1.0000,12783.4213,46.1190,46.5670,-0.2489,0.0000,5,1257.4195,-83.1557,487.8230,-83.1557,-10.9497,64.2349,-10.9497,-1.3521,-14.1600,0.0000,0.0000,4.5624,-14.0998,-0.4944,0.0000,-13.6054,0.0000,-13.6054,5.0319,-18.6373,1.3849,-20.0222,-0.2830,-19.7392,0.0000,0.0000,8.5170,-28.2563,0.0000,0.0000,0.0000,0.0000,0.0000 +957.5000,1.0000,12795.8572,45.1645,45.6710,-0.2814,0.0000,5,1229.6100,-81.5064,462.6931,-81.5064,-10.4951,59.5784,-10.4951,-0.7778,-14.2107,0.0000,0.0000,4.4933,-14.2515,-0.4810,0.0000,-13.7705,0.0000,-13.7705,4.9278,-18.6983,4.5591,-23.2574,-0.3133,-22.9440,0.0000,0.0000,8.3408,-31.2848,0.0000,0.0000,0.0000,0.0000,0.0000 +958.5000,1.0000,12808.0464,44.2760,44.6580,-0.2122,0.0000,5,1211.0320,-54.9730,458.3025,-80.4046,-6.9716,58.1215,-10.1968,-0.6156,-10.7951,0.0000,0.0000,4.4391,-10.8146,-0.4598,0.0000,-10.3548,0.0000,-10.3548,4.8309,-15.1857,0.0000,-15.1857,-0.2317,-14.9540,0.0000,0.0000,8.1767,-23.1307,415.6673,415.6673,415.6673,415.6673,415.6673 +959.5000,1.0000,12820.0053,43.4475,43.8940,-0.2481,0.0000,5,1194.2090,-79.4048,465.5786,-79.4048,-9.9302,58.2240,-9.9302,-0.6267,-13.7441,0.0000,0.0000,4.4406,-13.7874,-0.4555,0.0000,-13.3319,0.0000,-13.3319,4.7405,-18.0723,0.7000,-18.7724,-0.2657,-18.5067,0.0000,0.0000,8.0237,-26.5304,0.0000,0.0000,0.0000,0.0000,0.0000 +960.5000,1.0000,12831.6168,42.1965,43.0010,-0.4469,0.0000,5,1165.1790,-77.6731,445.0282,-77.6731,-9.4775,54.3011,-9.4775,-1.4658,-12.3750,0.0000,0.0000,4.3634,-12.3938,-0.4347,0.0000,-11.9591,0.0000,-11.9591,4.6040,-16.5630,22.5351,-39.0981,-0.4650,-38.6331,0.0000,0.0000,7.7927,-46.4258,0.0000,0.0000,0.0000,0.0000,0.0000 +961.5000,1.0000,12842.8590,40.8670,41.3920,-0.2917,0.0000,5,1123.1025,-75.1632,432.9119,-75.1632,-8.8400,50.9152,-8.8400,-1.4892,-11.6118,0.0000,0.0000,4.2609,-11.5367,-0.4145,0.0000,-11.1223,0.0000,-11.1223,4.4589,-15.5812,6.5075,-22.0887,-0.2939,-21.7948,0.0000,0.0000,7.5471,-29.3419,0.0000,0.0000,0.0000,0.0000,0.0000 +962.5000,1.0000,12853.8433,39.9385,40.3420,-0.2242,0.0000,5,1091.9360,-64.3964,425.3843,-73.2078,-7.3636,48.6415,-8.3711,-0.6421,-10.9123,0.0000,0.0000,4.1908,-10.9270,-0.4005,0.0000,-10.5265,0.0000,-10.5265,4.3576,-14.8841,0.0000,-14.8841,-0.2207,-14.6634,0.0000,0.0000,7.3757,-22.0390,80.5826,80.5826,80.5826,80.5826,80.5826 +963.5000,1.0000,12864.6075,39.1460,39.5350,-0.2161,0.0000,5,1073.7775,-56.3202,425.6766,-71.9080,-6.3330,47.8655,-8.0857,-0.5660,-9.9016,0.0000,0.0000,4.1347,-9.9211,-0.3875,0.0000,-9.5336,0.0000,-9.5336,4.2711,-13.8047,0.0000,-13.8047,-0.2086,-13.5961,0.0000,0.0000,7.2293,-20.8254,217.2425,217.2425,217.2425,217.2425,217.2425 +964.5000,1.0000,12875.2887,38.8475,38.7570,0.0503,0.0000,5,1056.0770,176.5691,424.5351,-70.6410,19.5272,46.9502,-7.8123,-0.5913,16.0337,0.0000,0.0000,4.0848,15.8583,-0.4106,0.0000,16.2689,0.0000,16.2689,4.2386,12.0304,0.0000,12.0304,0.0482,11.9822,0.0000,0.0000,7.1742,4.8080,4205.0360,4205.0360,4205.0360,4205.0360,4205.0360 +965.5000,1.0000,12886.1348,39.4410,38.9380,0.2794,0.0000,5,1056.8020,391.9914,539.4299,-70.6928,43.3809,59.6977,-7.8234,0.6387,38.5892,0.0000,0.0000,4.1530,38.4581,-0.5322,0.0000,38.9903,0.0000,38.9903,4.3033,34.6869,0.0000,34.6869,0.2717,34.4152,0.0000,0.0000,7.2838,27.1314,8760.7671,8760.7671,8760.7671,8760.7671,8760.7671 +966.5000,1.0000,12897.3050,40.6080,39.9440,0.3689,0.0000,5,1074.5405,477.5618,645.1737,-71.9626,53.7379,72.5986,-8.0976,0.5211,49.0495,0.0000,0.0000,4.1674,48.6150,-0.5983,0.0000,49.2133,0.0000,49.2133,4.4693,44.7440,0.0000,44.7440,0.3693,44.3747,0.0000,0.0000,7.4993,36.8754,10685.8773,10685.8773,10685.8773,10685.8773,10685.8773 +967.5000,1.0000,12908.9019,42.1440,41.2720,0.4844,0.0000,5,1101.9305,593.1145,688.5046,-73.9002,68.4418,79.4492,-8.5276,1.3191,62.8631,0.0000,0.0000,4.2595,62.6783,-0.6891,0.0000,63.3675,0.0000,63.3675,4.8227,58.5448,0.0000,58.5448,0.5034,58.0414,0.0000,0.0000,7.7830,50.2584,13561.0334,13561.0334,13561.0334,13561.0334,13561.0334 +968.5000,1.0000,12920.9891,43.9090,43.0160,0.4961,0.0000,5,1149.0045,603.9625,743.3624,-76.7083,72.6709,89.4439,-9.2298,1.9461,66.3437,0.0000,0.0000,4.3810,66.5821,-0.7323,0.0000,67.3144,0.0000,67.3144,5.0441,62.2703,0.0000,62.2703,0.5371,61.7332,0.0000,0.0000,8.1089,53.6243,14370.2095,14370.2095,14370.2095,14370.2095,14370.2095 +969.5000,1.0000,12933.5402,45.5790,44.8020,0.4317,0.0000,5,1202.8685,538.7340,753.4949,-79.9204,67.8611,94.9133,-10.0671,1.9415,61.4396,0.0000,0.0000,4.4800,61.7297,-0.7305,0.0000,62.4602,0.0000,62.4602,5.1247,57.3355,0.0000,57.3355,0.4851,56.8504,0.0000,0.0000,8.4173,48.4331,13462.3580,13462.3580,13462.3580,13462.3580,13462.3580 +970.5000,1.0000,12946.5224,47.1310,46.3560,0.4306,0.0000,5,1251.6210,533.5994,732.3464,-82.8118,69.9386,95.9882,-10.8541,1.7270,63.5985,0.0000,0.0000,4.6131,63.6928,-0.7620,0.0000,64.4549,0.0000,64.4549,5.2972,59.1576,0.0000,59.1576,0.5003,58.6573,0.0000,0.0000,8.7039,49.9534,13840.8935,13840.8935,13840.8935,13840.8935,13840.8935 +971.5000,1.0000,12959.8979,48.5470,47.9060,0.3561,0.0000,5,1290.0740,462.9636,736.8832,-85.0924,62.5446,99.5501,-11.4957,1.2663,56.5683,0.0000,0.0000,4.7101,56.5228,-0.7460,0.0000,57.2688,0.0000,57.2688,5.3195,51.9493,0.0000,51.9493,0.4262,51.5230,0.0000,0.0000,8.9654,42.5576,12465.3232,12465.3232,12465.3232,12465.3232,12465.3232 +972.5000,1.0000,12973.6402,49.8675,49.1880,0.3775,0.0000,5,1327.2680,483.1940,713.5369,-87.2983,67.1597,99.1753,-12.1337,1.7288,60.5917,0.0000,0.0000,4.8392,60.7325,-0.7864,0.0000,61.5189,0.0000,61.5189,5.5046,56.0142,0.0000,56.0142,0.4641,55.5501,0.0000,0.0000,9.2093,46.3408,13336.5062,13336.5062,13336.5062,13336.5062,13336.5062 +973.5000,1.0000,12987.7559,51.2115,50.5470,0.3692,0.0000,5,1368.6200,473.1883,727.1925,-89.7508,67.8181,104.2224,-12.8632,1.6929,61.1854,0.0000,0.0000,4.9398,61.2906,-0.8091,0.0000,62.0997,0.0000,62.0997,5.6368,56.4628,0.0000,56.4628,0.4661,55.9967,0.0000,0.0000,9.4575,46.5392,13453.8668,13453.8668,13453.8668,13453.8668,13453.8668 +974.5000,1.0000,13002.2060,52.4155,51.8760,0.2997,0.0000,5,1403.1815,407.7141,729.6581,-91.8006,59.9098,107.2166,-13.4893,1.2425,53.6713,0.0000,0.0000,4.9960,53.6704,-0.7887,0.0000,54.4591,0.0000,54.4591,5.7189,48.7402,0.0000,48.7402,0.3873,48.3529,0.0000,0.0000,9.6798,38.6730,12018.1896,12018.1896,12018.1896,12018.1896,12018.1896 +975.5000,1.0000,13016.9474,53.4640,52.9550,0.2828,0.0000,5,1430.9910,392.2201,710.7995,-93.4499,58.7754,106.5155,-14.0037,1.1767,52.5058,0.0000,0.0000,5.0929,52.4973,-0.7988,0.0000,53.2961,0.0000,53.2961,5.8333,47.4628,0.0000,47.4628,0.3727,47.0900,0.0000,0.0000,9.8735,37.2165,11828.4619,11828.4619,11828.4619,11828.4619,11828.4619 +976.5000,1.0000,13031.9553,54.4235,53.9730,0.2503,0.0000,5,1458.6100,363.0441,710.4199,-95.0879,55.4533,108.5133,-14.5242,1.2746,48.9868,0.0000,0.0000,5.1919,49.0586,-0.7963,0.0000,49.8549,0.0000,49.8549,5.9380,43.9168,0.0000,43.9168,0.3358,43.5810,0.0000,0.0000,10.0507,33.5303,11213.0424,11213.0424,11213.0424,11213.0424,11213.0424 +977.5000,1.0000,13047.2236,55.3610,54.8740,0.2706,0.0000,5,1482.7955,379.5471,705.2764,-96.5223,58.9353,109.5139,-14.9878,0.9066,52.7846,0.0000,0.0000,5.2441,52.6756,-0.8292,0.0000,53.5048,0.0000,53.5048,6.0403,47.4645,0.0000,47.4645,0.3693,47.0952,0.0000,0.0000,10.2238,36.8714,11914.2401,11914.2401,11914.2401,11914.2401,11914.2401 +978.5000,1.0000,13062.7649,56.3440,55.8480,0.2756,0.0000,5,1510.7575,386.5897,716.5297,-98.1807,61.1609,113.3594,-15.5328,1.6705,54.1351,0.0000,0.0000,5.3552,54.3023,-0.8530,0.0000,55.1553,0.0000,55.1553,6.1476,49.0077,0.0000,49.0077,0.3828,48.6249,0.0000,0.0000,10.4053,38.2196,12347.3586,12347.3586,12347.3586,12347.3586,12347.3586 +979.5000,1.0000,13078.5838,57.3430,56.8400,0.2794,0.0000,5,1536.5070,386.3449,724.5239,-99.7078,62.1639,116.5778,-16.0433,0.7307,56.0182,0.0000,0.0000,5.4150,55.8110,-0.8767,0.0000,56.6877,0.0000,56.6877,6.2566,50.4311,0.0000,50.4311,0.3951,50.0360,0.0000,0.0000,10.5898,39.4462,12557.4252,12557.4252,12557.4252,12557.4252,12557.4252 +980.5000,1.0000,13094.6554,58.2530,57.8460,0.2261,0.0000,5,1557.1450,341.2155,729.2925,-100.9318,55.6399,118.9212,-16.4583,1.2330,48.9428,0.0000,0.0000,5.4641,49.0056,-0.8571,0.0000,49.8627,0.0000,49.8627,6.3559,43.5068,0.0000,43.5068,0.3247,43.1821,0.0000,0.0000,10.7579,32.4242,11323.3158,11323.3158,11323.3158,11323.3158,11323.3158 +981.5000,1.0000,13110.9428,59.0295,58.6600,0.2053,0.0000,5,1589.2655,323.3067,721.6054,-102.8368,53.8071,120.0950,-17.1149,1.8765,46.3431,0.0000,0.0000,5.5875,46.6120,-0.8577,0.0000,47.4697,0.0000,47.4697,6.4406,41.0292,0.0000,41.0292,0.2988,40.7304,0.0000,0.0000,10.9013,29.8291,11036.2771,11036.2771,11036.2771,11036.2771,11036.2771 +982.5000,1.0000,13127.4070,59.6665,59.3990,0.1486,0.0000,5,1612.0395,265.5012,721.7458,-103.9022,44.8199,121.8396,-17.5400,0.3512,38.8352,0.0000,0.0000,5.6335,38.7469,-0.8285,0.0000,39.5755,0.0000,39.5755,6.5101,33.0654,0.0000,33.0654,0.2186,32.8468,0.0000,0.0000,11.0189,21.8279,9375.9136,9375.9136,9375.9136,9375.9136,9375.9136 +983.5000,1.0000,13143.9410,59.9175,59.9340,-0.0092,0.0000,5,1623.3310,128.8153,707.5062,-104.3044,21.8979,120.2724,-17.7312,0.7720,15.4438,0.0000,0.0000,5.6822,15.5217,-0.7154,0.0000,16.2372,0.0000,16.2372,6.5375,9.6997,0.0000,9.6997,-0.0135,9.7132,0.0000,0.0000,11.0653,-1.3521,5203.5304,5203.5304,5203.5304,5203.5304,5203.5304 +984.5000,1.0000,13160.3966,59.6350,59.9010,-0.1478,0.0000,5,1631.0750,3.6024,669.2313,-104.5801,0.6153,114.3086,-17.8629,0.0000,-5.0555,0.0000,0.0000,5.6708,-5.0782,-0.6866,0.0000,-4.3915,0.0000,-4.3915,6.5066,-10.8982,0.0000,-10.8982,-0.2173,-10.6809,0.0000,0.0000,11.0131,-21.6940,2536.4493,2536.4493,2536.4493,2536.4493,2536.4493 +985.5000,1.0000,13176.7415,59.2370,59.3690,-0.0733,0.0000,5,1617.5710,60.5517,627.8870,-104.0992,10.2570,106.3588,-17.6335,-1.3414,5.9831,0.0000,0.0000,5.6153,5.9464,-0.6558,0.0000,6.6021,0.0000,6.6021,6.4632,0.1389,0.0000,0.1389,-0.1071,0.2460,0.0000,0.0000,10.9396,-10.6936,3573.9055,3573.9055,3573.9055,3573.9055,3573.9055 +986.5000,1.0000,13193.0452,59.0885,59.1050,-0.0092,0.0000,5,1603.0370,124.0837,640.7254,-103.5816,20.8299,107.5583,-17.3882,-0.1014,15.3175,0.0000,0.0000,5.6138,15.3119,-0.7006,0.0000,16.0125,0.0000,16.0125,6.4470,9.5655,0.0000,9.5655,-0.0134,9.5788,0.0000,0.0000,10.9122,-1.3333,5000.1916,5000.1916,5000.1916,5000.1916,5000.1916 +987.5000,1.0000,13209.3760,59.1860,59.0720,0.0633,0.0000,5,1605.9740,190.1940,660.8533,-103.6862,31.9863,111.1405,-17.4377,0.3912,25.9376,0.0000,0.0000,5.6574,25.9517,-0.7560,0.0000,26.7077,0.0000,26.7077,6.4577,20.2500,0.0000,20.2500,0.0924,20.1576,0.0000,0.0000,10.9302,9.2274,6982.5726,6982.5726,6982.5726,6982.5726,6982.5726 +988.5000,1.0000,13225.8037,59.5345,59.3000,0.1303,0.0000,5,1611.2000,248.0065,682.3028,-103.8723,41.8448,115.1212,-17.5258,0.1246,36.0754,0.0000,0.0000,5.6448,35.9619,-0.8123,0.0000,36.7742,0.0000,36.7742,6.4957,30.2785,0.0000,30.2785,0.1912,30.0873,0.0000,0.0000,10.9945,19.0927,8822.1165,8822.1165,8822.1165,8822.1165,8822.1165 +989.5000,1.0000,13242.3827,60.0795,59.7690,0.1725,0.0000,5,1620.3935,289.1751,701.7381,-104.1997,49.0693,119.0760,-17.6814,0.7896,42.5747,0.0000,0.0000,5.7051,42.5632,-0.8547,0.0000,43.4179,0.0000,43.4179,6.5551,36.8627,0.0000,36.8627,0.2555,36.6072,0.0000,0.0000,11.0952,25.5120,10181.8152,10181.8152,10181.8152,10181.8152,10181.8152 +990.5000,1.0000,13259.1411,60.7255,60.3900,0.1864,0.0000,5,1626.0395,298.8237,715.4024,-104.4008,50.8832,121.8176,-17.7772,-0.2285,45.4165,0.0000,0.0000,5.6953,45.1033,-0.8784,0.0000,45.9817,0.0000,45.9817,6.6256,39.3561,0.0000,39.3561,0.2791,39.0770,0.0000,0.0000,11.2145,27.8625,10545.0827,10545.0827,10545.0827,10545.0827,10545.0827 +991.5000,1.0000,13276.0882,61.4045,61.0610,0.1908,0.0000,5,1643.5875,312.4376,721.3028,-105.0257,53.7755,124.1478,-18.0766,2.0022,45.9825,0.0000,0.0000,5.7908,46.2786,-0.8958,0.0000,47.1744,0.0000,47.1744,6.6997,40.4747,0.0000,40.4747,0.2889,40.1858,0.0000,0.0000,11.3399,28.8459,11100.2531,11100.2531,11100.2531,11100.2531,11100.2531 +992.5000,1.0000,13293.2137,62.0470,61.7480,0.1661,0.0000,5,1681.0480,286.4994,732.0286,-106.3598,50.4351,128.8655,-18.7235,1.8194,42.7233,0.0000,0.0000,5.8924,42.9641,-0.8900,0.0000,43.8541,0.0000,43.8541,6.7698,37.0843,0.0000,37.0843,0.2541,36.8302,0.0000,0.0000,11.4585,25.3717,10526.5742,10526.5742,10526.5742,10526.5742,10526.5742 +993.5000,1.0000,13310.5013,62.6305,62.3460,0.1581,0.0000,5,1689.1735,267.9624,728.3031,-106.6492,47.3998,128.8294,-18.8652,-0.9853,42.5470,0.0000,0.0000,5.8381,42.1164,-0.8957,0.0000,43.0121,0.0000,43.0121,6.8335,36.1786,0.0000,36.1786,0.2441,35.9346,0.0000,0.0000,11.5663,24.3683,9964.5031,9964.5031,9964.5031,9964.5031,9964.5031 +994.5000,1.0000,13327.9413,63.1790,62.9150,0.1467,0.0000,5,1693.3320,270.0723,724.4886,-106.7973,47.8907,128.4702,-18.9379,1.4202,40.5449,0.0000,0.0000,5.9256,40.7018,-0.8980,0.0000,41.5998,0.0000,41.5998,6.8933,34.7065,0.0000,34.7065,0.2285,34.4780,0.0000,0.0000,11.6676,22.8104,10064.8774,10064.8774,10064.8774,10064.8774,10064.8774 +995.5000,1.0000,13345.4925,63.5795,63.4430,0.0758,0.0000,5,1717.9755,205.0856,730.0254,-107.6749,36.8961,131.3359,-19.3714,1.1591,29.6904,0.0000,0.0000,6.0466,29.8162,-0.8500,0.0000,30.6663,0.0000,30.6663,6.9370,23.7292,0.0000,23.7292,0.1189,23.6104,0.0000,0.0000,11.7416,11.8688,8021.7504,8021.7504,8021.7504,8021.7504,8021.7504 +996.5000,1.0000,13363.0901,63.7465,63.7160,0.0169,0.0000,5,1727.5505,158.4344,716.7526,-108.0159,28.6622,129.6668,-19.5410,-0.1497,20.6336,0.0000,0.0000,8.1784,20.6068,-0.8064,0.0000,21.4132,0.0000,21.4132,6.9552,14.4580,0.0000,14.4580,0.0266,14.4314,0.0000,0.0000,11.7724,2.6590,6548.6785,6548.6785,6548.6785,6548.6785,6548.6785 +997.5000,1.0000,13380.7056,63.8110,63.7770,0.0189,0.0000,5,1727.7030,161.8657,705.4104,-108.0213,29.2855,127.6261,-19.5437,0.1659,20.9264,0.0000,0.0000,8.1931,20.9342,-0.8092,0.0000,21.7434,0.0000,21.7434,6.9623,14.7811,0.0000,14.7811,0.0297,14.7514,0.0000,0.0000,11.7843,2.9671,6658.7278,6658.7278,6658.7278,6658.7278,6658.7278 +998.5000,1.0000,13398.3450,63.8970,63.8450,0.0289,0.0000,5,1731.5940,170.9025,707.3185,-108.1599,30.9901,128.2595,-19.6129,0.2475,22.5306,0.0000,0.0000,8.2120,22.5426,-0.8188,0.0000,23.3614,0.0000,23.3614,6.9717,16.3897,0.0000,16.3897,0.0455,16.3442,0.0000,0.0000,11.8002,4.5440,6964.0045,6964.0045,6964.0045,6964.0045,6964.0045 +999.5000,1.0000,13416.0201,64.0255,63.9490,0.0425,0.0000,5,1736.4770,182.7911,710.9427,-108.3338,33.2394,129.2803,-19.6998,0.2726,24.7361,0.0000,0.0000,8.2307,24.7429,-0.8322,0.0000,25.5751,0.0000,25.5751,6.9857,18.5894,0.0000,18.5894,0.0671,18.5223,0.0000,0.0000,11.8239,6.6984,7375.2317,7375.2317,7375.2317,7375.2317,7375.2317 +1000.5000,1.0000,13433.7496,64.2210,64.1020,0.0661,0.0000,5,1740.0630,202.8600,714.9079,-108.4615,36.9649,130.2698,-19.7637,0.1101,28.6044,0.0000,0.0000,8.2505,28.5684,-0.8549,0.0000,29.4233,0.0000,29.4233,7.0070,22.4163,0.0000,22.4163,0.1047,22.3116,0.0000,0.0000,11.8600,10.4516,8049.9881,8049.9881,8049.9881,8049.9881,8049.9881 +1001.5000,1.0000,13451.5599,64.5125,64.3400,0.0958,0.0000,5,1754.6350,234.5266,723.5143,-108.9805,43.0931,132.9421,-20.0246,1.4592,33.2722,0.0000,0.0000,8.3617,33.4396,-0.8846,0.0000,34.3242,0.0000,34.3242,7.0388,27.2854,0.0000,27.2854,0.1524,27.1330,0.0000,0.0000,11.9139,15.2191,9177.3138,9177.3138,9177.3138,9177.3138,9177.3138 +1002.5000,1.0000,13469.4644,64.8510,64.6850,0.0922,0.0000,5,1759.5175,220.4640,732.5341,-109.1543,40.6219,134.9740,-20.1124,-0.9357,33.2819,0.0000,0.0000,8.2757,33.0335,-0.8886,0.0000,33.9221,0.0000,33.9221,7.0758,26.8463,0.0000,26.8463,0.1475,26.6989,0.0000,0.0000,11.9764,14.7225,8729.4812,8729.4812,8729.4812,8729.4812,8729.4812 +1003.5000,1.0000,13487.4665,65.2030,65.0170,0.1033,0.0000,5,1758.3730,239.2708,729.1180,-109.1136,44.0585,134.2572,-20.0918,0.8115,34.9532,0.0000,0.0000,8.2938,35.0028,-0.9047,0.0000,35.9075,0.0000,35.9075,7.1142,28.7933,0.0000,28.7933,0.1661,28.6272,0.0000,0.0000,12.0414,16.5858,9353.4368,9353.4368,9353.4368,9353.4368,9353.4368 +1004.5000,1.0000,13505.5607,65.5340,65.3890,0.0806,0.0000,5,1767.9865,204.6526,735.7052,-109.4559,37.8900,136.2108,-20.2650,0.2278,31.5178,0.0000,0.0000,6.1444,31.4855,-0.8929,0.0000,32.3784,0.0000,32.3784,7.1503,25.2281,0.0000,25.2281,0.1302,25.0980,0.0000,0.0000,12.1025,12.9955,8239.8142,8239.8142,8239.8142,8239.8142,8239.8142 +1005.5000,1.0000,13523.7818,65.9910,65.6790,0.1733,0.0000,5,1778.3245,289.7316,730.6676,-109.8241,53.9555,136.0691,-20.4521,0.8998,46.8525,0.0000,0.0000,6.2032,46.8481,-0.9786,0.0000,47.8267,0.0000,47.8267,7.2001,40.6265,0.0000,40.6265,0.2820,40.3445,0.0000,0.0000,12.1869,28.1576,11273.4638,11273.4638,11273.4638,11273.4638,11273.4638 +1006.5000,1.0000,13542.1995,66.6990,66.3030,0.2200,0.0000,5,1796.8640,331.9577,753.8356,-110.4844,62.4635,141.8471,-20.7895,1.1366,55.0573,0.0000,0.0000,6.2697,55.0461,-1.0327,0.0000,56.0788,0.0000,56.0788,7.2774,48.8014,0.0000,48.8014,0.3618,48.4396,0.0000,0.0000,12.3177,36.1220,12881.9673,12881.9673,12881.9673,12881.9673,12881.9673 +1007.5000,1.0000,13560.9198,67.7880,67.0950,0.3850,0.0000,5,1818.6465,481.1155,766.7483,-111.2967,91.6276,146.0259,-21.1963,1.2824,84.0377,0.0000,0.0000,6.3075,83.7125,-1.1973,0.0000,84.9098,0.0000,84.9098,7.5020,77.4077,0.0000,77.4077,0.6435,76.7643,0.0000,0.0000,12.5188,64.2455,18347.3684,18347.3684,18347.3684,18347.3684,18347.3684 +1008.5000,1.0000,13580.0300,69.1920,68.4810,0.3950,0.0000,5,1854.6195,495.5069,799.8135,-112.6484,96.2350,155.3360,-21.8780,2.7893,86.9223,0.0000,0.0000,6.5234,87.1743,-1.2406,0.0000,88.4149,0.0000,88.4149,7.6836,80.7313,0.0000,80.7313,0.6738,80.0575,0.0000,0.0000,12.7781,67.2794,19303.6052,19303.6052,19303.6052,19303.6052,19303.6052 +1009.5000,1.0000,13599.4225,70.2080,69.9030,0.1694,0.0000,5,1885.7860,286.1627,805.6387,-113.8195,56.5111,159.0968,-22.4770,0.7731,49.1761,0.0000,0.0000,6.5619,49.1367,-1.0674,0.0000,50.2041,0.0000,50.2041,7.6602,42.5438,0.0000,42.5438,0.2933,42.2505,0.0000,0.0000,12.9657,29.2849,11905.2253,11905.2253,11905.2253,11905.2253,11905.2253 +1010.5000,1.0000,13619.0033,70.8860,70.5130,0.2072,0.0000,5,1909.7430,323.7538,776.1726,-114.7197,64.7468,155.2251,-22.9425,2.0267,56.0201,0.0000,0.0000,6.7001,56.2311,-1.1160,0.0000,57.3471,0.0000,57.3471,7.7342,49.6129,0.0000,49.6129,0.3622,49.2507,0.0000,0.0000,13.0909,36.1598,13479.8633,13479.8633,13479.8633,13479.8633,13479.8633 +1011.5000,1.0000,13638.7476,71.4745,71.2590,0.1197,0.0000,5,1931.4490,239.9299,785.9508,-115.5353,48.5284,158.9671,-23.3683,0.5249,41.2521,0.0000,0.0000,6.7515,41.2223,-1.0513,0.0000,42.2737,0.0000,42.2737,7.7984,34.4752,0.0000,34.4752,0.2110,34.2643,0.0000,0.0000,13.1996,21.0647,10454.6005,10454.6005,10454.6005,10454.6005,10454.6005 +1012.5000,1.0000,13658.5181,71.5690,71.6900,-0.0672,0.0000,5,1948.0430,80.4472,777.9513,-116.1589,16.4111,158.7010,-23.6962,1.4558,8.1133,0.0000,0.0000,6.8421,8.1778,-0.8862,0.0000,9.0640,0.0000,9.0640,7.8087,1.2553,0.0000,1.2553,-0.1186,1.3739,0.0000,0.0000,13.2170,-11.8431,5165.0891,5165.0891,5165.0891,5165.0891,5165.0891 +1013.5000,1.0000,13678.1210,70.9655,71.4480,-0.2681,0.0000,5,1828.4885,-111.6665,720.3895,-111.6665,-21.3818,137.9394,-21.3818,-14.7911,-12.5319,0.0000,0.0000,5.9412,-11.7087,-0.9110,0.0000,-10.7977,0.0000,-10.7977,7.7429,-18.5406,15.6504,-34.1910,-0.4690,-33.7220,0.0000,0.0000,13.1056,-46.8275,0.0000,0.0000,0.0000,0.0000,0.0000 +1014.5000,1.0000,13697.4522,69.9875,70.4830,-0.2753,0.0070,6,1535.6680,-99.6581,551.9333,-99.6581,-16.0265,88.7590,-16.0265,-15.1925,-5.8873,0.0000,0.0000,5.0533,-5.3073,-0.7052,0.0000,-4.6020,0.0000,-4.6020,7.6362,-12.2382,22.6200,-34.8582,-0.4750,-34.3832,0.1183,0.0000,12.9250,-47.4265,0.0000,0.0000,0.0000,0.0000,0.0000 +1015.5000,1.0000,13716.4729,68.8695,69.4920,-0.3458,0.0110,6,1358.7015,-89.1625,492.0985,-89.1625,-12.6863,70.0172,-12.6863,-1.3241,-16.3121,0.0000,0.0000,4.9500,-16.2687,-0.7983,0.0000,-15.4704,0.0000,-15.4704,7.5142,-22.9846,23.3317,-46.3163,-0.5872,-45.7290,0.1829,0.0000,12.7185,-58.6304,0.0000,0.0000,0.0000,0.0000,0.0000 +1016.5000,1.0000,13735.1442,67.6120,68.2470,-0.3528,0.0110,6,1337.7205,-87.9182,493.9900,-87.9182,-12.3161,69.2010,-12.3161,-0.4199,-16.8057,0.0000,0.0000,4.9095,-16.9002,-0.7884,0.0000,-16.1118,0.0000,-16.1118,7.3770,-23.4888,23.1491,-46.6380,-0.5881,-46.0499,0.1795,0.0000,12.4863,-58.7157,0.0000,0.0000,0.0000,0.0000,0.0000 +1017.5000,1.0000,13753.4996,66.4745,66.9770,-0.2792,0.0040,6,1324.5595,-87.1377,490.4159,-87.1377,-12.0867,68.0244,-12.0867,-0.6548,-16.1561,0.0000,0.0000,4.7243,-16.1803,-0.7669,0.0000,-15.4133,0.0000,-15.4133,7.2529,-22.6662,11.1332,-33.7994,-0.4575,-33.3419,0.0642,0.0000,12.2762,-45.6823,0.0000,0.0000,0.0000,0.0000,0.0000 +1018.5000,1.0000,13771.7265,66.0120,65.9720,0.0222,0.0000,6,1311.7035,192.9424,486.6063,-86.3752,26.5028,66.8409,-11.8646,-0.3872,22.2069,0.0000,0.0000,4.6831,22.1121,-0.9283,0.0000,23.0405,0.0000,23.0405,7.2024,15.8381,0.0000,15.8381,0.0362,15.8019,0.0000,0.0000,12.1908,3.6111,5697.1060,5697.1060,5697.1060,5697.1060,5697.1060 +1019.5000,1.0000,13790.0093,66.2130,66.0520,0.0894,0.0000,6,1306.6300,275.9813,603.0736,-86.0743,37.7625,82.5185,-11.7775,-0.0214,33.1065,0.0000,0.0000,4.6774,33.0195,-1.1577,0.0000,34.1772,0.0000,34.1772,7.2244,26.9529,0.0000,26.9529,0.1460,26.8068,0.0000,0.0000,12.2279,14.5789,7788.7238,7788.7238,7788.7238,7788.7238,7788.7238 +1020.5000,1.0000,13808.4427,66.7555,66.3740,0.2119,0.0000,6,1308.9570,425.0839,637.8336,-86.2123,58.2678,87.4302,-11.8174,0.2085,53.4034,0.0000,0.0000,4.6559,53.2051,-1.5841,0.0000,54.7893,0.0000,54.7893,7.2836,47.5057,0.0000,47.5057,0.3488,47.1569,0.0000,0.0000,12.3281,34.8288,11656.6979,11656.6979,11656.6979,11656.6979,11656.6979 +1021.5000,1.0000,13827.1227,67.6430,67.1370,0.2811,0.0000,6,1324.5595,511.7036,700.7716,-87.1377,70.9772,97.2023,-12.0867,1.0581,65.1531,0.0000,0.0000,4.7659,65.3045,-1.8458,0.0000,67.1503,0.0000,67.1503,7.3804,59.7699,0.0000,59.7699,0.4688,59.3011,0.0000,0.0000,12.4920,46.8091,14056.2518,14056.2518,14056.2518,14056.2518,14056.2518 +1022.5000,1.0000,13846.0829,68.6520,68.1490,0.2794,0.0000,6,1352.5980,507.1776,737.9772,-88.8006,71.8385,104.5298,-12.5780,1.2485,65.7491,0.0000,0.0000,4.8410,65.9962,-1.8713,0.0000,67.8674,0.0000,67.8674,7.4905,60.3770,0.0000,60.3770,0.4730,59.9040,0.0000,0.0000,12.6783,47.2256,14204.1131,14204.1131,14204.1131,14204.1131,14204.1131 +1023.5000,1.0000,13865.3835,69.8770,69.1550,0.4011,0.0000,6,1368.9250,654.4020,740.2015,-89.7689,93.8108,106.1105,-12.8687,0.1090,88.8497,0.0000,0.0000,4.8521,88.0244,-2.3438,0.0000,90.3681,0.0000,90.3681,7.7758,82.5923,0.0000,82.5923,0.6910,81.9012,0.0000,0.0000,12.9046,68.9967,18279.7893,18279.7893,18279.7893,18279.7893,18279.7893 +1024.5000,1.0000,13885.0008,71.0175,70.5990,0.2325,0.0000,6,1385.4810,455.3717,799.6062,-90.7508,66.0686,116.0127,-13.1668,1.2983,59.8366,0.0000,0.0000,4.9338,60.1412,-1.7756,0.0000,61.9168,0.0000,61.9168,7.7486,54.1682,0.0000,54.1682,0.4071,53.7612,0.0000,0.0000,13.1152,40.6460,13133.1593,13133.1593,13133.1593,13133.1593,13133.1593 +1025.5000,1.0000,13904.8041,71.6870,71.4360,0.1394,0.0000,6,1408.9420,339.2295,725.2724,-92.1422,50.0513,107.0096,-13.5950,0.7097,44.3555,0.0000,0.0000,4.9861,44.4581,-1.4565,0.0000,45.9146,0.0000,45.9146,7.8216,38.0930,0.0000,38.0930,0.2465,37.8465,0.0000,0.0000,13.2388,24.6077,10172.2950,10172.2950,10172.2950,10172.2950,10172.2950 +1026.5000,1.0000,13924.7848,72.3255,71.9380,0.2153,0.0000,6,1422.5990,430.8519,685.0542,-92.9522,64.1858,102.0554,-13.8475,0.4766,58.6582,0.0000,0.0000,5.0511,58.5693,-1.7577,0.0000,60.3270,0.0000,60.3270,7.8913,52.4358,0.0000,52.4358,0.3839,52.0519,0.0000,0.3668,13.3567,38.3283,12811.2103,12811.2103,12811.2103,12811.2103,12811.2103 +1027.5000,1.0000,13944.9783,73.0920,72.7130,0.2106,0.0000,6,1433.6995,434.2404,721.7046,-93.6105,65.1954,108.3543,-14.0544,0.4971,59.6551,0.0000,0.0000,5.0433,59.5810,-1.7876,0.0000,61.3686,0.0000,61.3686,7.9749,53.3937,0.0000,53.3937,0.3794,53.0143,0.0000,1.6311,13.4983,37.8849,13000.5841,13000.5841,13000.5841,13000.5841,13000.5841 +1028.5000,1.0000,13965.3937,73.8905,73.4710,0.2331,0.0000,6,1449.4925,477.9952,725.1932,-94.5472,72.5551,110.0774,-14.3514,0.9033,66.4928,0.0000,0.0000,5.1591,66.5803,-1.9426,0.0000,68.5229,0.0000,68.5229,8.0620,60.4609,0.0000,60.4609,0.4246,60.0363,0.0000,3.9992,13.6457,42.3914,14364.3626,14364.3626,14364.3626,14364.3626,14364.3626 +1029.5000,1.0000,13986.0299,74.6855,74.3100,0.2086,0.0000,6,1469.5200,470.0779,743.9294,-95.7350,72.3392,114.4816,-14.7324,0.8916,66.2548,0.0000,0.0000,5.1928,66.3666,-1.9474,0.0000,68.3140,0.0000,68.3140,8.1488,60.1653,0.0000,60.1653,0.3841,59.7811,0.0000,7.6353,13.7926,38.3533,14351.5058,14351.5058,14351.5058,14351.5058,14351.5058 +1030.5000,1.0000,14006.8516,75.3530,75.0610,0.1622,0.0000,6,1490.7680,405.6774,744.5530,-96.9951,63.3315,116.2343,-15.1422,1.0407,57.0436,0.0000,0.0000,5.2471,57.2567,-1.7655,0.0000,59.0222,0.0000,59.0222,8.2216,50.8006,0.0000,50.8006,0.3014,50.4992,0.0000,6.4921,13.9158,30.0912,12740.4358,12740.4358,12740.4358,12740.4358,12740.4358 +1031.5000,1.0000,14027.7909,75.7765,75.6450,0.0731,0.0000,6,1501.3730,291.3751,725.1739,-97.6241,45.8110,114.0143,-15.3488,-0.0703,40.6315,0.0000,0.0000,5.2498,40.5405,-1.4222,0.0000,41.9627,0.0000,41.9627,8.2678,33.6949,0.0000,33.6949,0.1365,33.5584,0.0000,5.9368,13.9940,13.6275,9474.8350,9474.8350,9474.8350,9474.8350,9474.8350 +1032.5000,1.0000,14048.7904,75.9935,75.9080,0.0475,0.0000,6,1505.0355,274.2576,686.8265,-97.8413,43.2249,108.2486,-15.4205,0.4090,37.5433,0.0000,0.0000,5.2725,37.6114,-1.3637,0.0000,38.9751,0.0000,38.9751,8.2915,30.6837,0.0000,30.6837,0.0890,30.5947,0.0000,7.6747,14.0341,8.8859,8990.6276,8990.6276,8990.6276,8990.6276,8990.6276 +1033.5000,1.0000,14069.8552,76.2285,76.0790,0.0831,0.0000,6,1503.7005,312.6793,680.8674,-97.7621,49.2367,107.2142,-15.3943,-0.5319,44.5237,0.0000,0.0000,5.2450,44.2663,-1.5052,0.0000,45.7715,0.0000,45.7715,8.3171,37.4543,0.0000,37.4543,0.1561,37.2982,0.0000,7.6354,14.0775,15.5853,10119.9656,10119.9656,10119.9656,10119.9656,10119.9656 +1034.5000,1.0000,14091.0037,76.5295,76.3780,0.0842,0.0000,6,1501.3735,326.3365,693.8186,-97.6241,51.3078,109.0846,-15.3488,0.3166,45.7199,0.0000,0.0000,5.2712,45.7340,-1.5393,0.0000,47.2733,0.0000,47.2733,8.3500,38.9233,0.0000,38.9233,0.1588,38.7645,0.0000,8.7752,14.1331,15.8562,10506.9616,10506.9616,10506.9616,10506.9616,10506.9616 +1035.5000,1.0000,14112.2974,77.0525,76.6810,0.2064,0.0000,6,1510.1855,466.0813,699.7576,-98.1468,73.7090,110.6640,-15.5215,0.4988,67.8795,0.0000,0.0000,5.3307,67.7944,-2.0051,0.0000,69.7995,0.0000,69.7995,8.4070,61.3924,0.0000,61.3924,0.3921,61.0004,0.0000,7.6233,14.2297,39.1473,14650.6720,14650.6720,14650.6720,14650.6720,14650.6720 +1036.5000,1.0000,14133.7739,77.7105,77.4240,0.1592,0.0000,6,1528.3435,431.5465,750.0746,-99.2237,69.0680,120.0478,-15.8805,1.1994,62.4726,0.0000,0.0000,5.3960,62.7635,-1.9082,0.0000,64.6717,0.0000,64.6717,8.4788,56.1929,0.0000,56.1929,0.3050,55.8879,0.0000,11.0886,14.3512,30.4482,13818.6623,13818.6623,13818.6623,13818.6623,13818.6623 +1037.5000,1.0000,14155.4147,78.3020,77.9970,0.1694,0.0000,6,1538.3000,425.5373,741.1966,-99.8142,68.5500,119.3997,-16.0791,-0.2667,63.4119,0.0000,0.0000,5.4048,63.0499,-1.9213,0.0000,64.9712,0.0000,64.9712,8.5434,56.4278,0.0000,56.4278,0.3271,56.1007,0.0000,8.9793,14.4604,32.6610,13732.6836,13732.6836,13732.6836,13732.6836,13732.6836 +1038.5000,1.0000,14177.2120,78.8655,78.6070,0.1436,0.0000,6,1544.9760,393.7862,740.8015,-100.2101,63.7105,119.8539,-16.2129,0.9012,57.3507,0.0000,0.0000,5.4585,57.5148,-1.8128,0.0000,59.3276,0.0000,59.3276,8.6048,50.7227,0.0000,50.7227,0.2792,50.4435,0.0000,7.9982,14.5645,27.8807,12864.1163,12864.1163,12864.1163,12864.1163,12864.1163 +1039.5000,1.0000,14199.1196,79.2625,79.1240,0.0769,0.0000,6,1563.0200,319.7208,733.1636,-101.2803,52.3316,120.0035,-16.5775,0.8202,45.9972,0.0000,0.0000,5.5142,46.1680,-1.5812,0.0000,47.7492,0.0000,47.7492,8.6482,39.1010,0.0000,39.1010,0.1504,38.9506,0.0000,9.2996,14.6378,15.0132,10729.2119,10729.2119,10729.2119,10729.2119,10729.2119 +1040.5000,1.0000,14221.1020,79.5315,79.4010,0.0725,0.0000,6,1573.8920,315.0633,712.5270,-101.9251,51.9280,117.4370,-16.7990,0.2249,46.1694,0.0000,0.0000,5.5336,46.1619,-1.5844,0.0000,47.7463,0.0000,47.7463,8.6775,39.0688,0.0000,39.0688,0.1422,38.9266,0.0000,10.0451,14.6875,14.1941,10665.4648,10665.4648,10665.4648,10665.4648,10665.4648 +1041.5000,1.0000,14243.1582,79.7975,79.6620,0.0753,0.0000,6,1577.8595,305.5730,712.4716,-102.1604,50.4908,117.7239,-16.8803,0.1590,44.7434,0.0000,0.0000,5.5884,44.7140,-1.5575,0.0000,46.2715,0.0000,46.2715,8.7065,37.5649,0.0000,37.5649,0.1481,37.4168,0.0000,7.8930,14.7366,14.7872,10412.4562,10412.4562,10412.4562,10412.4562,10412.4562 +1042.5000,1.0000,14265.2798,80.0330,79.9330,0.0556,0.0000,6,1577.4400,305.3545,709.6216,-102.1355,50.4412,117.2218,-16.8717,-0.1996,45.0515,0.0000,0.0000,5.5893,44.9365,-1.5650,0.0000,46.5015,0.0000,46.5015,8.7322,37.7693,0.0000,37.7693,0.1096,37.6596,0.0000,11.9343,14.7801,10.9453,10403.1716,10403.1716,10403.1716,10403.1716,10403.1716 +1043.5000,1.0000,14287.4484,80.2020,80.1330,0.0383,0.0000,6,1581.9795,274.7303,710.3941,-102.4047,45.5131,117.6871,-16.9648,0.6411,39.2516,0.0000,0.0000,5.6203,39.3815,-1.4513,0.0000,40.8328,0.0000,40.8328,8.7507,32.0822,0.0000,32.0822,0.0758,32.0064,0.0000,9.6269,14.8113,7.5682,9482.2798,9482.2798,9482.2798,9482.2798,9482.2798 +1044.5000,1.0000,14309.6556,80.3410,80.2710,0.0389,0.0000,6,1586.4425,261.6269,701.9180,-102.6694,43.4646,116.6109,-17.0567,-0.2081,38.0191,0.0000,0.0000,5.6536,37.9348,-1.4229,0.0000,39.3577,0.0000,39.3577,8.7658,30.5919,0.0000,30.5919,0.0770,30.5149,0.0000,7.9867,14.8370,7.6912,9100.9162,9100.9162,9100.9162,9100.9162,9100.9162 +1045.5000,1.0000,14331.8709,80.3700,80.4110,-0.0228,0.0000,6,1593.4615,198.5363,699.5978,-103.0857,33.1291,116.7397,-17.2016,0.8959,26.5261,0.0000,0.0000,5.7071,26.6921,-1.1890,0.0000,27.8811,0.0000,27.8811,8.7690,19.1121,0.0000,19.1121,-0.0451,19.1573,0.0000,8.8214,14.8424,-4.5065,7182.9692,7182.9692,7182.9692,7182.9692,7182.9692 +1046.5000,1.0000,14354.0792,80.3450,80.3290,0.0089,0.0000,6,1595.8650,214.5671,680.9176,-103.2282,35.8581,113.7940,-17.2514,-0.6617,30.8311,0.0000,0.0000,5.6888,30.6945,-1.2721,0.0000,31.9666,0.0000,31.9666,8.7663,23.2003,0.0000,23.2003,0.0176,23.1827,0.0000,6.5869,14.8377,1.7581,7686.5576,7686.5576,7686.5576,7686.5576,7686.5576 +1047.5000,1.0000,14376.2909,80.3575,80.3610,-0.0019,0.0000,6,1592.0120,203.8818,685.0178,-102.9997,33.9902,114.2028,-17.1716,0.2834,27.9907,0.0000,0.0000,5.7160,28.0429,-1.2170,0.0000,29.2599,0.0000,29.2599,8.7676,20.4923,0.0000,20.4923,-0.0039,20.4962,0.0000,6.0407,14.8400,-0.3846,7333.5946,7333.5946,7333.5946,7333.5946,7333.5946 +1048.5000,1.0000,14398.4852,80.2945,80.3540,-0.0331,0.0000,6,1586.7475,189.6680,680.1590,-102.6875,31.5160,113.0178,-17.0629,-0.7955,24.6231,0.0000,0.0000,7.6884,24.5146,-1.1427,0.0000,25.6573,0.0000,25.6573,8.7608,16.8965,0.0000,16.8965,-0.0654,16.9620,0.0000,8.6673,14.8284,-6.5337,6887.0990,6887.0990,6887.0990,6887.0990,6887.0990 +1049.5000,1.0000,14420.6188,80.0760,80.2350,-0.0883,0.0000,6,1580.8730,125.8094,673.9176,-102.3391,20.8276,111.5661,-16.9421,0.2222,12.8987,0.0000,0.0000,7.7067,12.9430,-0.8990,0.0000,13.8420,0.0000,13.8420,8.7369,5.1051,0.0000,5.1051,-0.1744,5.2795,0.0000,7.9037,14.7881,-17.4123,4953.6602,4953.6602,4953.6602,4953.6602,4953.6602 +1050.5000,1.0000,14442.5974,79.5180,79.9170,-0.2217,0.0000,6,1576.5625,-54.7508,652.1309,-102.0834,-9.0392,107.6650,-16.8537,-0.6390,-16.0818,0.0000,0.0000,7.6816,-16.0953,-0.9392,0.0000,-15.1561,0.0000,-15.1561,8.6760,-23.8321,0.0000,-23.8321,-0.4346,-23.3975,0.0000,5.3080,14.6850,-43.3905,1026.6006,1026.6006,1026.6006,1026.6006,1026.6006 +1051.5000,1.0000,14464.3511,78.7085,79.1190,-0.2281,0.0000,6,1562.4475,-60.3877,588.5862,-101.2463,-9.8806,96.3040,-16.5658,-0.7211,-16.7604,0.0000,0.0000,7.6010,-16.7673,-0.9346,0.0000,-15.8327,0.0000,-15.8327,8.5877,-24.4204,0.0000,-24.4204,-0.4426,-23.9779,0.0000,5.6733,14.5355,-44.1867,871.8525,871.8525,871.8525,871.8525,871.8525 +1052.5000,1.0000,14485.8829,77.9095,78.2980,-0.2158,0.0000,6,1542.8395,-44.9804,578.8740,-100.0834,-7.2673,93.5262,-16.1701,-1.1457,-13.6511,0.0000,0.0000,7.5295,-13.6119,-0.8926,0.0000,-12.7194,0.0000,-12.7194,8.5005,-21.2199,0.0000,-21.2199,-0.4146,-20.8053,0.0000,6.2008,14.3880,-41.3941,1214.8688,1214.8688,1214.8688,1214.8688,1214.8688 +1053.5000,1.0000,14507.2291,77.2415,77.5210,-0.1553,0.0000,6,1526.1310,26.9478,577.6855,-99.0924,4.3067,92.3234,-15.8366,-0.4326,-2.7528,0.0000,0.0000,7.4921,-2.7544,-0.7769,0.0000,-1.9775,0.0000,-1.9775,8.4277,-10.4051,0.0000,-10.4051,-0.2957,-10.1094,0.0000,5.1510,14.2646,-29.5250,2709.5154,2709.5154,2709.5154,2709.5154,2709.5154 +1054.5000,1.0000,14528.4261,76.7045,76.9620,-0.1431,0.0000,6,1515.6405,44.6747,598.6995,-98.4703,7.0907,95.0241,-15.6290,-0.5468,0.1701,0.0000,0.0000,7.4673,0.1701,-0.7409,0.0000,0.9110,0.0000,0.9110,8.3691,-7.4581,0.0000,-7.4581,-0.2705,-7.1875,0.0000,5.6589,14.1654,-27.0119,3004.3926,3004.3926,3004.3926,3004.3926,3004.3926 +1055.5000,1.0000,14549.4897,76.2240,76.4470,-0.1239,0.0000,6,1507.5915,70.3195,602.0881,-97.9929,11.1017,95.0544,-15.4706,-0.2013,5.8501,0.0000,0.0000,5.4528,5.8588,-0.7049,0.0000,6.5638,0.0000,6.5638,8.3166,-1.7529,0.0000,-1.7529,-0.2328,-1.5200,0.0000,7.6495,14.0767,-23.2463,3446.9430,3446.9430,3446.9430,3446.9430,3446.9430 +1056.5000,1.0000,14570.4296,75.7785,76.0010,-0.1236,0.0000,6,1497.0245,67.3428,607.6425,-97.3662,10.5572,95.2589,-15.2639,-0.7716,5.8668,0.0000,0.0000,5.4619,5.8511,-0.6995,0.0000,6.5507,0.0000,6.5507,8.2680,-1.7174,0.0000,-1.7174,-0.2309,-1.4864,0.0000,7.5777,13.9944,-23.0586,3367.4614,3367.4614,3367.4614,3367.4614,3367.4614 +1057.5000,1.0000,14591.2934,75.5050,75.5560,-0.0283,0.0000,6,1487.3350,177.2823,603.4410,-96.7915,27.6123,93.9880,-15.0756,-0.1185,22.2894,0.0000,0.0000,5.4414,22.2850,-1.0387,0.0000,23.3237,0.0000,23.3237,8.2382,15.0855,0.0000,15.0855,-0.0527,15.1382,0.0000,6.4606,13.9439,-5.2663,6088.1582,6088.1582,6088.1582,6088.1582,6088.1582 +1058.5000,1.0000,14612.1714,75.5560,75.4540,0.0567,0.0000,6,1483.0245,289.9880,641.3218,-96.5359,45.0357,99.5985,-14.9922,-0.2745,39.8779,0.0000,0.0000,5.4323,39.7432,-1.4030,0.0000,41.1461,0.0000,41.1461,8.2438,32.9024,0.0000,32.9024,0.1056,32.7968,0.0000,8.3039,13.9533,10.5396,9310.7186,9310.7186,9310.7186,9310.7186,9310.7186 +1059.5000,1.0000,14633.1049,75.7555,75.6580,0.0542,0.0000,6,1486.3435,289.5505,681.9138,-96.7327,45.0684,106.1396,-15.0564,0.5780,38.9958,0.0000,0.0000,5.4946,39.1116,-1.3922,0.0000,40.5037,0.0000,40.5037,8.2655,32.2382,0.0000,32.2382,0.1012,32.1370,0.0000,8.0456,13.9902,10.1013,9320.8086,9320.8086,9320.8086,9320.8086,9320.8086 +1060.5000,1.0000,14654.0953,75.9605,75.8530,0.0597,0.0000,6,1500.9920,298.6817,684.4794,-97.6015,46.9478,107.5889,-15.3413,0.7665,40.6413,0.0000,0.0000,5.5400,40.8087,-1.4299,0.0000,42.2386,0.0000,42.2386,8.2879,33.9507,0.0000,33.9507,0.1118,33.8389,0.0000,8.6434,14.0280,11.1674,9687.0043,9687.0043,9687.0043,9687.0043,9687.0043 +1061.5000,1.0000,14675.1448,76.1735,76.0680,0.0586,0.0000,6,1504.5015,308.6609,689.2493,-97.8096,48.6298,108.5919,-15.4100,-0.4441,43.5744,0.0000,0.0000,5.4995,43.3751,-1.4859,0.0000,44.8611,0.0000,44.8611,8.3111,36.5499,0.0000,36.5499,0.1101,36.4399,0.0000,11.3821,14.0674,10.9904,10006.8857,10006.8857,10006.8857,10006.8857,10006.8857 +1062.5000,1.0000,14696.2680,76.4385,76.2790,0.0886,0.0000,6,1510.2235,369.3091,693.9002,-98.1490,58.4063,109.7405,-15.5223,0.9765,51.8896,0.0000,0.0000,5.5402,52.1426,-1.6717,0.0000,53.8143,0.0000,53.8143,8.3400,45.4743,0.0000,45.4743,0.1670,45.3073,0.0000,14.5174,14.1163,16.6736,11834.1385,11834.1385,11834.1385,11834.1385,11834.1385 +1063.5000,1.0000,14717.4885,76.7890,76.5980,0.1061,0.0000,6,1515.8310,398.1713,716.0162,-98.4816,63.2047,113.6586,-15.6327,-0.4581,58.0992,0.0000,0.0000,5.5635,57.7669,-1.7931,0.0000,59.5600,0.0000,59.5600,8.3783,51.1817,0.0000,51.1817,0.2009,50.9808,0.0000,16.7417,14.1810,20.0581,12749.5733,12749.5733,12749.5733,12749.5733,12749.5733 +1064.5000,1.0000,14738.8011,77.1205,76.9800,0.0781,0.0000,6,1514.0765,382.5769,726.2250,-98.3775,60.6590,115.1457,-15.5981,0.2944,54.7925,0.0000,0.0000,5.5721,54.8072,-1.7354,0.0000,56.5426,0.0000,56.5426,8.4145,48.1282,0.0000,48.1282,0.1484,47.9797,0.0000,18.9190,14.2422,14.8185,12251.4903,12251.4903,12251.4903,12251.4903,12251.4903 +1065.5000,1.0000,14760.1942,77.4100,77.2610,0.0828,0.0000,6,1523.7660,406.4514,721.8615,-98.9522,64.8568,115.1863,-15.7896,0.6104,58.6357,0.0000,0.0000,5.6107,58.7736,-1.8215,0.0000,60.5950,0.0000,60.5950,8.4460,52.1490,0.0000,52.1490,0.1580,51.9910,0.0000,21.9213,14.2957,15.7739,13060.3434,13060.3434,13060.3434,13060.3434,13060.3434 +1066.5000,1.0000,14781.6854,77.7635,77.5590,0.1136,0.0000,6,1533.0355,450.1436,731.8431,-99.5019,72.2656,117.4894,-15.9740,0.2586,66.3568,0.0000,0.0000,5.6503,66.3014,-1.9825,0.0000,68.2839,0.0000,68.2839,8.4846,59.7993,0.0000,59.7993,0.2178,59.5814,0.0000,23.4721,14.3610,21.7483,14391.8696,14391.8696,14391.8696,14391.8696,14391.8696 +1067.5000,1.0000,14803.2898,78.1710,77.9680,0.1128,0.0000,6,1539.7495,427.0210,747.9708,-99.9001,68.8538,120.6045,-16.1081,0.3752,62.7894,0.0000,0.0000,5.6892,62.7882,-1.9142,0.0000,64.7024,0.0000,64.7024,8.5291,56.1733,0.0000,56.1733,0.2174,55.9560,0.0000,19.8178,14.4363,21.7019,13787.7150,13787.7150,13787.7150,13787.7150,13787.7150 +1068.5000,1.0000,14824.9967,78.5400,78.3740,0.0922,0.0000,6,1551.6515,388.0285,742.1238,-100.6060,63.0502,120.5866,-16.3473,0.7561,56.5679,0.0000,0.0000,5.7262,56.7373,-1.7926,0.0000,58.5299,0.0000,58.5299,8.5693,49.9606,0.0000,49.9606,0.1786,49.7820,0.0000,17.4474,14.5044,17.8302,12741.2397,12741.2397,12741.2397,12741.2397,12741.2397 +1069.5000,1.0000,14846.7933,78.8630,78.7060,0.0872,0.0000,6,1555.5045,391.1262,730.8557,-100.8345,63.7114,119.0506,-16.4251,-0.3899,58.3594,0.0000,0.0000,5.7419,58.0906,-1.8247,0.0000,59.9153,0.0000,59.9153,8.6046,51.3107,0.0000,51.3107,0.1696,51.1412,0.0000,19.6443,14.5640,16.9328,12871.7435,12871.7435,12871.7435,12871.7435,12871.7435 +1070.5000,1.0000,14868.6512,79.0835,79.0200,0.0353,0.0000,6,1556.2295,349.4475,732.2796,-100.8775,56.9488,119.3381,-16.4398,0.4594,50.7117,0.0000,0.0000,5.7777,50.8276,-1.6761,0.0000,52.5037,0.0000,52.5037,8.6286,43.8750,0.0000,43.8750,0.0688,43.8063,0.0000,22.3337,14.6048,6.8678,11570.5545,11570.5545,11570.5545,11570.5545,11570.5545 +1071.5000,1.0000,14890.5249,79.1405,79.1470,-0.0036,0.0000,6,1568.8945,292.6362,720.6851,-101.6287,48.0784,118.4044,-16.6970,0.7571,41.5696,0.0000,0.0000,5.7517,41.7813,-1.4883,0.0000,43.2696,0.0000,43.2696,8.6349,34.6347,0.0000,34.6347,-0.0070,34.6418,0.0000,20.7300,14.6153,-0.7035,9956.1194,9956.1194,9956.1194,9956.1194,9956.1194 +1072.5000,1.0000,14912.3755,79.0570,79.1340,-0.0428,0.0000,6,1569.6575,233.8522,703.4334,-101.6739,38.4393,115.6263,-16.7126,-0.6840,33.3646,0.0000,0.0000,5.7586,33.2462,-1.3095,0.0000,34.5557,0.0000,34.5557,8.6257,25.9300,0.0000,25.9300,-0.0834,26.0133,0.0000,19.7385,14.5999,-8.3251,8114.8794,8114.8794,8114.8794,8114.8794,8114.8794 +1073.5000,1.0000,14934.1966,78.9510,78.9800,-0.0161,0.0000,6,1564.6600,276.2941,683.3990,-101.3775,45.2710,111.9755,-16.6108,0.2016,39.2801,0.0000,0.0000,5.7894,39.3472,-1.4353,0.0000,40.7825,0.0000,40.7825,8.6142,32.1683,0.0000,32.1683,-0.0314,32.1997,0.0000,20.7506,14.5803,-3.1312,9414.1464,9414.1464,9414.1464,9414.1464,9414.1464 +1074.5000,1.0000,14956.0000,78.8875,78.9220,-0.0192,0.0000,6,1560.9980,274.0583,696.1689,-101.1603,44.7996,113.8009,-16.5364,-0.5522,39.5763,0.0000,0.0000,5.7754,39.4475,-1.4366,0.0000,40.8842,0.0000,40.8842,8.6072,32.2769,0.0000,32.2769,-0.0373,32.3142,0.0000,21.4677,14.5686,-3.7221,9319.1291,9319.1291,9319.1291,9319.1291,9319.1291 +1075.5000,1.0000,14977.7737,78.7805,78.8530,-0.0403,0.0000,6,1555.6955,244.8919,694.1572,-100.8459,39.8958,113.0866,-16.4290,0.0437,34.0903,0.0000,0.0000,5.7618,34.1317,-1.3246,0.0000,35.4563,0.0000,35.4563,8.5956,26.8607,0.0000,26.8607,-0.0782,26.9390,0.0000,20.2013,14.5488,-7.8111,8367.1124,8367.1124,8367.1124,8367.1124,8367.1124 +1076.5000,1.0000,14999.5231,78.6930,78.7080,-0.0083,0.0000,6,1552.6815,282.7477,683.6294,-100.6671,45.9738,111.1557,-16.3681,-0.3310,40.5489,0.0000,0.0000,5.7559,40.4659,-1.4555,0.0000,41.9214,0.0000,41.9214,8.5860,33.3354,0.0000,33.3354,-0.0162,33.3516,0.0000,20.4332,14.5327,-1.6143,9535.7579,9535.7579,9535.7579,9535.7579,9535.7579 +1077.5000,1.0000,15021.2655,78.6675,78.6780,-0.0058,0.0000,6,1550.3925,283.7586,695.4845,-100.5313,46.0701,112.9166,-16.3219,0.1126,40.2073,0.0000,0.0000,5.7502,40.2434,-1.4506,0.0000,41.6939,0.0000,41.6939,8.5832,33.1107,0.0000,33.1107,-0.0113,33.1220,0.0000,19.7237,14.5279,-1.1296,9552.0133,9552.0133,9552.0133,9552.0133,9552.0133 +1078.5000,1.0000,15043.0011,78.6435,78.6570,-0.0075,0.0000,6,1554.0930,215.2073,696.4000,-100.7508,35.0237,113.3351,-16.3966,0.2403,29.0166,0.0000,0.0000,5.7668,29.0686,-1.2175,0.0000,30.2861,0.0000,30.2861,8.5806,21.7055,0.0000,21.7055,-0.0145,21.7200,0.0000,8.6485,14.5235,-1.4520,7489.2598,7489.2598,7489.2598,7489.2598,7489.2598 +1079.5000,1.0000,15064.7655,78.7470,78.6300,0.0650,0.0000,6,1557.5645,249.2897,674.9331,-100.9567,40.6611,110.0868,-16.4668,0.0912,34.8103,0.0000,0.0000,5.7596,34.7799,-1.3377,0.0000,36.1176,0.0000,36.1176,8.5919,27.5257,0.0000,27.5257,0.1262,27.3995,0.0000,0.2567,14.5426,12.6002,8517.9008,8517.9008,8517.9008,8517.9008,8517.9008 +1080.5000,1.0000,15086.5976,78.9905,78.8640,0.0703,0.0000,6,1560.5780,254.7780,686.8946,-101.1354,41.6367,112.2546,-16.5279,0.1974,35.6596,0.0000,0.0000,5.7797,35.6496,-1.3588,0.0000,37.0083,0.0000,37.0083,8.6185,28.3899,0.0000,28.3899,0.1369,28.2530,0.0000,0.0000,14.5876,13.6654,8710.6916,8710.6916,8710.6916,8710.6916,8710.6916 +1081.5000,1.0000,15108.4449,79.0455,79.1170,-0.0397,0.0000,6,1559.8915,122.5098,688.6915,-101.0947,20.0121,112.4988,-16.5140,-0.2631,14.5092,0.0000,0.0000,5.7660,14.4968,-0.9188,0.0000,15.4155,0.0000,15.4155,8.6245,6.7910,0.0000,6.7910,-0.0774,6.8685,0.0000,0.0000,14.5977,-7.7293,4785.0913,4785.0913,4785.0913,4785.0913,4785.0913 +1082.5000,1.0000,15130.2423,78.8655,78.9740,-0.0603,0.0000,6,1559.1285,100.7696,645.3000,-101.0495,16.4528,105.3591,-16.4985,0.1899,10.4883,0.0000,0.0000,5.7746,10.5161,-0.8336,0.0000,11.3498,0.0000,11.3498,8.6048,2.7449,0.0000,2.7449,-0.1172,2.8621,0.0000,0.0000,14.5645,-11.7024,4167.4860,4167.4860,4167.4860,4167.4860,4167.4860 +1083.5000,1.0000,15151.9318,78.4775,78.7570,-0.1553,0.0000,6,1551.2700,-20.7438,635.7507,-100.5834,-3.3698,103.2768,-16.3396,-0.9376,-8.1114,0.0000,0.0000,5.6792,-8.0887,-0.8463,0.0000,-7.2425,0.0000,-7.2425,8.5625,-15.8050,0.0000,-15.8050,-0.3004,-15.5046,0.0000,0.0000,14.4929,-29.9974,1798.4927,1798.4927,1798.4927,1798.4927,1798.4927 +1084.5000,1.0000,15173.4525,77.8695,78.1980,-0.1825,0.0000,6,1538.9105,-48.8620,590.8019,-99.8504,-7.8743,95.2103,-16.0913,-0.2379,-13.3117,0.0000,0.0000,5.6753,-13.3462,-0.8894,0.0000,-12.4568,0.0000,-12.4568,8.4962,-20.9530,0.0000,-20.9530,-0.3504,-20.6026,0.0000,0.0000,14.3806,-34.9832,1115.6213,1115.6213,1115.6213,1115.6213,1115.6213 +1085.5000,1.0000,15194.7795,77.1725,77.5410,-0.2047,0.0000,6,1528.8015,-78.5468,577.4453,-99.2508,-12.5750,92.4465,-15.8896,-0.7127,-17.5334,0.0000,0.0000,5.6712,-17.5301,-0.9209,0.0000,-16.6092,0.0000,-16.6092,8.4201,-25.0294,0.0000,-25.0294,-0.3895,-24.6398,0.0000,0.0000,14.2519,-38.8917,387.7645,387.7645,387.7645,387.7645,387.7645 +1086.5000,1.0000,15215.9133,76.4765,76.8040,-0.1819,0.0000,6,1517.6625,-47.8507,562.9243,-98.5902,-7.6049,89.4651,-15.6689,-0.3306,-12.9699,0.0000,0.0000,5.6956,-12.9952,-0.8669,0.0000,-12.1283,0.0000,-12.1283,8.3442,-20.4725,0.0000,-20.4725,-0.3431,-20.1295,0.0000,0.0000,14.1233,-34.2528,1091.5902,1091.5902,1091.5902,1091.5902,1091.5902 +1087.5000,1.0000,15236.9216,76.0250,76.1490,-0.0689,0.0000,6,1504.2345,84.5617,568.4666,-97.7938,13.3204,89.5466,-15.4048,-0.9127,8.5971,0.0000,0.0000,5.6361,8.5546,-0.7587,0.0000,9.3133,0.0000,9.3133,8.2949,1.0184,0.0000,1.0184,-0.1291,1.1475,0.0000,0.0000,14.0399,-12.8924,3695.2131,3695.2131,3695.2131,3695.2131,3695.2131 +1088.5000,1.0000,15257.8607,75.7760,75.9010,-0.0694,0.0000,6,1492.8280,88.8668,611.3678,-97.1173,13.8924,95.5743,-15.1822,-0.1399,8.4197,0.0000,0.0000,5.6126,8.4250,-0.7531,0.0000,9.1781,0.0000,9.1781,8.2678,0.9104,0.0000,0.9104,-0.1297,1.0401,0.0000,0.0000,13.9940,-12.9538,3741.3163,3741.3163,3741.3163,3741.3163,3741.3163 +1089.5000,1.0000,15278.7762,75.6910,75.6510,0.0222,0.0000,6,1493.0950,198.7012,612.7385,-97.1332,31.0682,95.8057,-15.1874,0.1644,25.2978,0.0000,0.0000,5.6060,25.3148,-1.1040,0.0000,26.4188,0.0000,26.4188,8.2585,18.1603,0.0000,18.1603,0.0415,18.1188,0.0000,0.0000,13.9783,4.1406,6722.4789,6722.4789,6722.4789,6722.4789,6722.4789 +1090.5000,1.0000,15299.7077,75.7485,75.7310,0.0097,0.0000,6,1502.2885,185.9253,653.6109,-97.6784,29.2496,102.8256,-15.3667,0.6827,22.9201,0.0000,0.0000,5.6468,23.0277,-1.0570,0.0000,24.0847,0.0000,24.0847,8.2648,15.8199,0.0000,15.8199,0.0182,15.8018,0.0000,0.0000,13.9889,1.8129,6401.7571,6401.7571,6401.7571,6401.7571,6401.7571 +1091.5000,1.0000,15320.6530,75.7980,75.7660,0.0178,0.0000,6,1505.4550,189.5572,650.3251,-97.8662,29.8839,102.5243,-15.4287,-0.3914,24.6092,0.0000,0.0000,5.6661,24.5297,-1.0889,0.0000,25.6185,0.0000,25.6185,8.2702,17.3484,0.0000,17.3484,0.0332,17.3152,0.0000,0.0000,13.9980,3.3171,6514.3243,6514.3243,6514.3243,6514.3243,6514.3243 +1092.5000,1.0000,15341.6064,75.8275,75.8300,-0.0014,0.0000,6,1505.1880,171.2508,651.6627,-97.8504,26.9931,102.7170,-15.4235,0.3667,20.9434,0.0000,0.0000,5.6829,20.9993,-1.0157,0.0000,22.0150,0.0000,22.0150,8.2734,13.7416,0.0000,13.7416,-0.0026,13.7442,0.0000,0.0000,14.0035,-0.2593,5995.4295,5995.4295,5995.4295,5995.4295,5995.4295 +1093.5000,1.0000,15362.5515,75.7975,75.8250,-0.0153,0.0000,6,1502.8225,149.6864,644.6916,-97.7101,23.5569,101.4585,-15.3771,-0.5844,18.4983,0.0000,0.0000,5.6430,18.4271,-0.9617,0.0000,19.3888,0.0000,19.3888,8.2701,11.1187,0.0000,11.1187,-0.0286,11.1473,0.0000,0.0000,13.9979,-2.8507,5377.8461,5377.8461,5377.8461,5377.8461,5377.8461 +1094.5000,1.0000,15383.4794,75.7355,75.7700,-0.0192,0.0000,6,1502.4410,151.4933,636.9682,-97.6874,23.8352,100.2175,-15.3697,0.5491,17.6171,0.0000,0.0000,5.6691,17.6949,-0.9458,0.0000,18.6407,0.0000,18.6407,8.2633,10.3773,0.0000,10.3773,-0.0358,10.4131,0.0000,0.0000,13.9865,-3.5733,5427.8033,5427.8033,5427.8033,5427.8033,5427.8033 +1095.5000,1.0000,15404.3885,75.6680,75.7010,-0.0183,0.0000,6,1500.6865,145.4587,637.1327,-97.5834,22.8591,100.1264,-15.3354,-0.7101,17.9172,0.0000,0.0000,5.6520,17.8330,-0.9478,0.0000,18.7808,0.0000,18.7808,8.2560,10.5249,0.0000,10.5249,-0.0342,10.5591,0.0000,0.0000,13.9740,-3.4149,5251.6021,5251.6021,5251.6021,5251.6021,5251.6021 +1096.5000,1.0000,15425.2802,75.6050,75.6350,-0.0167,0.0000,6,1493.5530,152.2682,633.1007,-97.1603,23.8154,99.0198,-15.1963,0.0525,18.1112,0.0000,0.0000,5.6518,18.1253,-0.9532,0.0000,19.0785,0.0000,19.0785,8.2491,10.8294,0.0000,10.8294,-0.0311,10.8605,0.0000,0.0000,13.9624,-3.1019,5410.6636,5410.6636,5410.6636,5410.6636,5410.6636 +1097.5000,1.0000,15446.1522,75.5345,75.5750,-0.0225,0.0000,6,1487.8310,141.9917,633.8055,-96.8210,22.1231,98.7503,-15.0852,-0.5751,17.0987,0.0000,0.0000,5.5994,17.0355,-0.9296,0.0000,17.9652,0.0000,17.9652,8.2414,9.7238,0.0000,9.7238,-0.0419,9.7657,0.0000,0.0000,13.9494,-4.1837,5091.8593,5091.8593,5091.8593,5091.8593,5091.8593 +1098.5000,1.0000,15467.0282,75.5485,75.4940,0.0303,0.0000,6,1491.0735,212.1319,630.7925,-97.0133,33.1233,98.4950,-15.1481,0.8732,26.5992,0.0000,0.0000,5.6509,26.7500,-1.1322,0.0000,27.8822,0.0000,27.8822,8.2429,19.6393,0.0000,19.6393,0.0564,19.5829,0.0000,0.0000,13.9519,5.6309,7086.6300,7086.6300,7086.6300,7086.6300,7086.6300 +1099.5000,1.0000,15487.9206,75.6080,75.6030,0.0028,0.0000,6,1496.9860,172.7109,657.0057,-97.3639,27.0749,102.9948,-15.2632,-0.3332,21.7608,0.0000,0.0000,5.6472,21.7067,-1.0278,0.0000,22.7345,0.0000,22.7345,8.2494,14.4851,0.0000,14.4851,0.0052,14.4799,0.0000,0.0000,13.9629,0.5170,6005.9811,6005.9811,6005.9811,6005.9811,6005.9811 +1100.5000,1.0000,15508.8173,75.6230,75.6130,0.0056,0.0000,6,1495.1170,178.8552,642.9900,-97.2531,28.0031,100.6718,-15.2267,0.1611,22.1995,0.0000,0.0000,5.6424,22.2226,-1.0388,0.0000,23.2613,0.0000,23.2613,8.2511,15.0103,0.0000,15.0103,0.0104,14.9999,0.0000,0.0000,13.9657,1.0342,6170.7239,6170.7239,6170.7239,6170.7239,6170.7239 +1101.5000,1.0000,15529.7241,75.6595,75.6330,0.0147,0.0000,6,1497.8255,189.0010,645.7270,-97.4137,29.6452,101.2835,-15.2795,0.0877,23.9155,0.0000,0.0000,5.6420,23.9223,-1.0746,0.0000,24.9969,0.0000,24.9969,8.2550,16.7419,0.0000,16.7419,0.0275,16.7144,0.0000,0.0000,13.9724,2.7420,6471.0962,6471.0962,6471.0962,6471.0962,6471.0962 +1102.5000,1.0000,15550.6418,75.6990,75.6860,0.0072,0.0000,6,1494.8120,178.0638,648.7013,-97.2350,27.8735,101.5453,-15.2208,-0.3642,22.6158,0.0000,0.0000,5.6218,22.5519,-1.0465,0.0000,23.5984,0.0000,23.5984,8.2594,15.3390,0.0000,15.3390,0.0135,15.3256,0.0000,0.0000,13.9797,1.3458,6146.8363,6146.8363,6146.8363,6146.8363,6146.8363 +1103.5000,1.0000,15571.5676,75.7280,75.7120,0.0089,0.0000,6,1494.7740,184.2036,644.7044,-97.2327,28.8338,100.9171,-15.2201,0.3607,22.8127,0.0000,0.0000,5.6605,22.8678,-1.0534,0.0000,23.9212,0.0000,23.9212,8.2625,15.6587,0.0000,15.6587,0.0166,15.6421,0.0000,0.0000,13.9851,1.6570,6320.4078,6320.4078,6320.4078,6320.4078,6320.4078 +1104.5000,1.0000,15592.5168,75.8120,75.7440,0.0378,0.0000,6,1493.5910,214.4350,646.5878,-97.1626,33.5395,101.1318,-15.1970,-0.4689,28.3494,0.0000,0.0000,5.6589,28.2271,-1.1661,0.0000,29.3931,0.0000,29.3931,8.2717,21.1214,0.0000,21.1214,0.0706,21.0508,0.0000,0.0000,14.0006,7.0502,7171.4355,7171.4355,7171.4355,7171.4355,7171.4355 +1105.5000,1.0000,15613.4882,75.8925,75.8800,0.0069,0.0000,6,1492.4845,182.8312,656.9633,-97.0969,28.5752,102.6785,-15.1755,0.3671,22.5007,0.0000,0.0000,5.7073,22.5574,-1.0489,0.0000,23.6063,0.0000,23.6063,8.2805,15.3258,0.0000,15.3258,0.0130,15.3128,0.0000,0.0000,14.0155,1.2974,6270.3719,6270.3719,6270.3719,6270.3719,6270.3719 +1106.5000,1.0000,15634.4717,75.9355,75.9050,0.0169,0.0000,6,1499.0080,193.9390,647.2894,-97.4838,30.4437,101.6087,-15.3026,0.2318,24.3883,0.0000,0.0000,5.8236,24.4195,-1.0882,0.0000,25.5077,0.0000,25.5077,8.2852,17.2225,0.0000,17.2225,0.0317,17.1908,0.0000,0.0000,14.0234,3.1674,6616.6215,6616.6215,6616.6215,6616.6215,6616.6215 +1107.5000,1.0000,15655.4618,75.9595,75.9660,-0.0036,0.0000,6,1498.6650,167.0939,651.3846,-97.4635,26.2237,102.2282,-15.2959,-0.2633,20.6619,0.0000,0.0000,5.8251,20.6242,-1.0094,0.0000,21.6336,0.0000,21.6336,8.2878,13.3458,0.0000,13.3458,-0.0068,13.3526,0.0000,0.0000,14.0278,-0.6752,5855.2304,5855.2304,5855.2304,5855.2304,5855.2304 +1108.5000,1.0000,15676.4622,75.9965,75.9530,0.0242,0.0000,6,1498.4360,203.2841,641.8945,-97.4499,31.8985,100.7234,-15.2914,0.2422,25.7452,0.0000,0.0000,5.9111,25.7756,-1.1172,0.0000,26.8928,0.0000,26.8928,8.2918,18.6010,0.0000,18.6010,0.0453,18.5557,0.0000,0.0000,14.0347,4.5211,6878.3666,6878.3666,6878.3666,6878.3666,6878.3666 +1109.5000,1.0000,15697.4823,76.0675,76.0400,0.0153,0.0000,6,1498.3215,190.1644,654.5594,-97.4431,29.8375,102.7029,-15.2892,-0.2527,24.2057,0.0000,0.0000,5.8845,24.1526,-1.0842,0.0000,25.2368,0.0000,25.2368,8.2996,16.9372,0.0000,16.9372,0.0287,16.9086,0.0000,0.0000,14.0478,2.8608,6506.4452,6506.4452,6506.4452,6506.4452,6506.4452 +1110.5000,1.0000,15718.5289,76.1630,76.0950,0.0378,0.0000,6,1500.6485,220.8102,650.4931,-97.5811,34.6998,102.2234,-15.3346,0.4676,28.2860,0.0000,0.0000,5.9462,28.3563,-1.1729,0.0000,29.5292,0.0000,29.5292,8.3100,21.2192,0.0000,21.2192,0.0709,21.1483,0.0000,0.0000,14.0654,7.0829,7405.3304,7405.3304,7405.3304,7405.3304,7405.3304 +1111.5000,1.0000,15739.5904,76.2165,76.2310,-0.0081,0.0000,6,1509.1170,165.3895,663.1585,-98.0834,26.1372,104.8018,-15.5005,0.3146,19.8195,0.0000,0.0000,6.0031,19.8679,-0.9967,0.0000,20.8646,0.0000,20.8646,8.3158,12.5488,0.0000,12.5488,-0.0151,12.5639,0.0000,0.0000,14.0753,-1.5114,5841.6932,5841.6932,5841.6932,5841.6932,5841.6932 +1112.5000,1.0000,15760.6546,76.2260,76.2020,0.0133,0.0000,6,1512.5505,188.2352,645.2429,-98.2870,29.8153,102.2026,-15.5681,0.0036,23.8482,0.0000,0.0000,5.9635,23.8413,-1.0796,0.0000,24.9209,0.0000,24.9209,8.3169,16.6040,0.0000,16.6040,0.0251,16.5790,0.0000,0.0000,14.0771,2.5019,6500.0537,6500.0537,6500.0537,6500.0537,6500.0537 +1113.5000,1.0000,15781.7347,76.2835,76.2500,0.0186,0.0000,6,1516.6325,196.1918,654.2433,-98.5291,31.1594,103.9078,-15.6485,0.3766,24.7844,0.0000,0.0000,5.9984,24.8396,-1.1011,0.0000,25.9407,0.0000,25.9407,8.3231,17.6176,0.0000,17.6176,0.0350,17.5826,0.0000,0.0000,14.0877,3.4949,6756.4992,6756.4992,6756.4992,6756.4992,6756.4992 +1114.5000,1.0000,15802.8353,76.3575,76.3170,0.0225,0.0000,6,1518.1585,197.3512,657.5128,-98.6196,31.3751,104.5322,-15.6787,-0.2347,25.6427,0.0000,0.0000,5.9671,25.5866,-1.1175,0.0000,26.7042,0.0000,26.7042,8.3312,18.3730,0.0000,18.3730,0.0424,18.3306,0.0000,0.0000,14.1013,4.2293,6798.1888,6798.1888,6798.1888,6798.1888,6798.1888 +1115.5000,1.0000,15823.9564,76.4310,76.3980,0.0183,0.0000,6,1516.0605,194.4497,657.4846,-98.4952,30.8711,104.3832,-15.6372,0.0391,24.8392,0.0000,0.0000,5.9929,24.8353,-1.1027,0.0000,25.9381,0.0000,25.9381,8.3392,17.5988,0.0000,17.5988,0.0345,17.5643,0.0000,0.0000,14.1149,3.4494,6701.8450,6701.8450,6701.8450,6701.8450,6701.8450 +1116.5000,1.0000,15845.0822,76.4480,76.4640,-0.0089,0.0000,6,1506.9810,157.9241,654.2607,-97.9567,24.9221,103.2493,-15.4586,-0.8791,19.8934,0.0000,0.0000,5.9078,19.7721,-0.9975,0.0000,20.7696,0.0000,20.7696,8.3411,12.4285,0.0000,12.4285,-0.0168,12.4453,0.0000,0.0000,14.1181,-1.6728,5623.8222,5623.8222,5623.8222,5623.8222,5623.8222 +1117.5000,1.0000,15866.1914,76.3880,76.4320,-0.0244,0.0000,6,1504.2725,148.1468,640.4661,-97.7961,23.3371,100.8907,-15.4055,0.6273,16.7773,0.0000,0.0000,5.9325,16.8628,-0.9361,0.0000,17.7989,0.0000,17.7989,8.3345,9.4644,0.0000,9.4644,-0.0460,9.5104,0.0000,0.0000,14.1070,-4.5966,5338.7554,5338.7554,5338.7554,5338.7554,5338.7554 +1118.5000,1.0000,15887.2345,76.1505,76.3440,-0.1075,0.0000,6,1504.9595,42.2946,637.1382,-97.8368,6.6656,100.4123,-15.4190,-0.5641,1.2979,0.0000,0.0000,5.9318,1.2959,-0.7223,0.0000,2.0183,0.0000,2.0183,8.3086,-6.2904,0.0000,-6.2904,-0.2018,-6.0885,0.0000,0.0000,14.0631,-20.1516,2937.7203,2937.7203,2937.7203,2937.7203,2937.7203 +1119.5000,1.0000,15908.1410,75.6585,75.9570,-0.1658,0.0000,6,1498.0165,-24.8873,598.0197,-97.4250,-3.9041,93.8125,-15.2833,-0.0772,-9.7591,0.0000,0.0000,5.9322,-9.7923,-0.8244,0.0000,-8.9679,0.0000,-8.9679,8.2549,-17.2229,0.0000,-17.2229,-0.3093,-16.9135,0.0000,0.0000,13.9723,-30.8858,1584.7878,1584.7878,1584.7878,1584.7878,1584.7878 +1120.5000,1.0000,15928.8696,75.0180,75.3600,-0.1900,0.0000,6,1490.1580,-57.4675,571.4865,-96.9590,-8.9677,89.1799,-15.1303,-0.6423,-14.2612,0.0000,0.0000,5.9358,-14.2591,-0.8595,0.0000,-13.3996,0.0000,-13.3996,8.1851,-21.5846,0.0000,-21.5846,-0.3514,-21.2332,0.0000,0.0000,13.8540,-35.0872,816.4796,816.4796,816.4796,816.4796,816.4796 +1121.5000,1.0000,15949.4583,74.5145,74.6760,-0.0897,0.0000,6,1472.5340,61.6651,553.2564,-95.9137,9.5090,85.3140,-14.7902,-0.9590,4.6240,0.0000,0.0000,5.8439,4.6007,-0.6678,0.0000,5.2685,0.0000,5.2685,8.1301,-2.8616,0.0000,-2.8616,-0.1648,-2.6967,0.0000,0.0000,13.7610,-16.4577,3191.2834,3191.2834,3191.2834,3191.2834,3191.2834 +1122.5000,1.0000,15969.9448,74.1465,74.3530,-0.1147,0.0000,6,1463.1880,38.3739,593.6755,-95.3594,5.8798,90.9657,-14.6114,0.1131,-0.0747,0.0000,0.0000,5.8414,-0.0750,-0.7087,0.0000,0.6337,0.0000,0.6337,8.0900,-7.4563,0.0000,-7.4563,-0.2097,-7.2465,0.0000,0.0000,13.6930,-20.9396,2744.6551,2744.6551,2744.6551,2744.6551,2744.6551 +1123.5000,1.0000,15990.3002,73.6745,73.9400,-0.1475,0.0000,6,1466.1250,-1.0017,585.9714,-95.5336,-0.1538,89.9655,-14.6675,0.1511,-6.1072,0.0000,0.0000,5.8024,-6.1363,-0.7618,0.0000,-5.3745,0.0000,-5.3745,8.0385,-13.4130,0.0000,-13.4130,-0.2679,-13.1450,0.0000,0.0000,13.6059,-26.7509,2069.0030,2069.0030,2069.0030,2069.0030,2069.0030 +1124.5000,1.0000,16010.5174,73.1770,73.4090,-0.1289,0.0000,6,1456.3970,13.2751,568.3863,-94.9567,2.0246,86.6866,-14.4822,-1.0201,-2.6859,0.0000,0.0000,5.7307,-2.6733,-0.7213,0.0000,-1.9521,0.0000,-1.9521,7.9842,-9.9363,0.0000,-9.9363,-0.2325,-9.7037,0.0000,0.0000,13.5140,-23.2177,2297.2622,2297.2622,2297.2622,2297.2622,2297.2622 +1125.5000,1.0000,16030.6110,72.7320,72.9450,-0.1183,0.0000,6,1440.2225,29.8515,568.3514,-93.9974,4.5022,85.7186,-14.1767,-0.4218,-0.7280,0.0000,0.0000,5.6519,-0.7277,-0.6963,0.0000,-0.0314,0.0000,-0.0314,7.9356,-7.9670,0.0000,-7.9670,-0.2122,-7.7548,0.0000,0.0000,13.4318,-21.1866,2545.6492,2545.6492,2545.6492,2545.6492,2545.6492 +1126.5000,1.0000,16050.5812,72.2880,72.5190,-0.1283,0.0000,6,1432.4785,18.6315,572.0653,-93.5381,2.7949,85.8148,-14.0315,-0.2618,-2.5338,0.0000,0.0000,5.5905,-2.5367,-0.7082,0.0000,-1.8285,0.0000,-1.8285,7.8872,-9.7157,0.0000,-9.7157,-0.2287,-9.4870,0.0000,0.0000,13.3498,-22.8368,2335.6541,2335.6541,2335.6541,2335.6541,2335.6541 +1127.5000,1.0000,16070.4495,71.9210,72.0570,-0.0756,0.0000,6,1422.9800,79.9382,564.7856,-92.9748,11.9119,84.1610,-13.8546,-0.5700,6.9597,0.0000,0.0000,5.5223,6.9409,-0.6775,0.0000,7.6184,0.0000,7.6184,7.8471,-0.2287,0.0000,-0.2287,-0.1340,-0.0947,0.0000,0.0000,13.2820,-13.3768,3369.3192,3369.3192,3369.3192,3369.3192,3369.3192 +1128.5000,1.0000,16090.2424,71.6495,71.7850,-0.0753,0.0000,6,1412.4135,81.9095,585.1034,-92.3481,12.1150,86.5412,-13.6590,-0.3507,6.9710,0.0000,0.0000,5.4948,6.9642,-0.6749,0.0000,7.6392,0.0000,7.6392,7.8175,-0.1784,0.0000,-0.1784,-0.1330,-0.0454,0.0000,0.0000,13.2319,-13.2773,3377.1932,3377.1932,3377.1932,3377.1932,3377.1932 +1129.5000,1.0000,16109.9498,71.3415,71.5140,-0.0958,0.0000,6,1408.2555,59.4978,584.5060,-92.1015,8.7743,86.1984,-13.5824,-0.0099,3.3142,0.0000,0.0000,5.4700,3.3219,-0.6383,0.0000,3.9602,0.0000,3.9602,7.7839,-3.8237,0.0000,-3.8237,-0.1686,-3.6551,0.0000,0.0000,13.1750,-16.8302,2983.0691,2983.0691,2983.0691,2983.0691,2983.0691 +1130.5000,1.0000,16129.5436,70.9330,71.1690,-0.1311,0.0000,6,1408.2935,16.8536,575.8022,-92.1037,2.4855,84.9171,-13.5831,0.0132,-2.9686,0.0000,0.0000,5.4409,-2.9788,-0.6947,0.0000,-2.2841,0.0000,-2.2841,7.7394,-10.0235,0.0000,-10.0235,-0.2293,-9.7942,0.0000,0.0000,13.0996,-22.8938,2250.9531,2250.9531,2250.9531,2250.9531,2250.9531 +1131.5000,1.0000,16148.9986,70.4330,70.6970,-0.1467,0.0000,6,1395.3995,-10.2293,555.4206,-91.3390,-1.4948,81.1613,-13.3470,-1.1180,-5.7393,0.0000,0.0000,5.3625,-5.7070,-0.7149,0.0000,-4.9921,0.0000,-4.9921,7.6848,-12.6769,0.0000,-12.6769,-0.2547,-12.4222,0.0000,0.0000,13.0072,-25.4294,1710.0322,1710.0322,1710.0322,1710.0322,1710.0322 +1132.5000,1.0000,16168.3261,69.9740,70.1690,-0.1083,0.0000,6,1379.1485,42.6520,539.6007,-90.3752,6.1600,77.9313,-13.0524,-0.2714,1.0665,0.0000,0.0000,5.3649,1.0670,-0.6426,0.0000,1.7096,0.0000,1.7096,7.6347,-5.9251,0.0000,-5.9251,-0.1869,-5.7382,0.0000,0.0000,12.9225,-18.6607,2600.6867,2600.6867,2600.6867,2600.6867,2600.6867 +1133.5000,1.0000,16187.5462,69.5875,69.7790,-0.1064,0.0000,6,1374.0750,45.6025,559.0921,-90.0743,6.5619,80.4493,-12.9610,-0.1577,1.4003,0.0000,0.0000,5.3192,1.4023,-0.6343,0.0000,2.0366,0.0000,2.0366,7.5925,-5.5560,0.0000,-5.5560,-0.1825,-5.3735,0.0000,0.0000,12.8511,-18.2245,2633.1829,2633.1829,2633.1829,2633.1829,2633.1829 +1134.5000,1.0000,16206.6549,69.1865,69.3960,-0.1164,0.0000,6,1367.2465,31.6574,558.2862,-89.6693,4.5326,79.9341,-12.8387,-0.4164,-0.3418,0.0000,0.0000,5.2908,-0.3416,-0.6462,0.0000,0.3046,0.0000,0.3046,7.5488,-7.2442,0.0000,-7.2442,-0.1985,-7.0456,0.0000,0.0000,12.7770,-19.8227,2370.3847,2370.3847,2370.3847,2370.3847,2370.3847 +1135.5000,1.0000,16225.6864,68.9085,68.9770,-0.0381,0.0000,6,1361.4100,127.2947,550.9546,-89.3232,18.1480,78.5477,-12.7345,-0.0733,12.9505,0.0000,0.0000,5.2707,12.9551,-0.7691,0.0000,13.7241,0.0000,13.7241,7.5185,6.2057,0.0000,6.2057,-0.0647,6.2703,0.0000,0.0000,12.7257,-6.4554,4211.3111,4211.3111,4211.3111,4211.3111,4211.3111 +1136.5000,1.0000,16244.7440,69.0025,68.8400,0.0903,0.0000,6,1355.6500,279.0715,587.9625,-88.9816,39.6179,83.4691,-12.6321,-0.4065,34.7467,0.0000,0.0000,5.2777,34.5402,-1.2198,0.0000,35.7600,0.0000,35.7600,7.5287,28.2313,0.0000,28.2313,0.1536,28.0777,0.0000,0.0000,12.7431,15.3347,8165.7955,8165.7955,8165.7955,8165.7955,8165.7955 +1137.5000,1.0000,16263.9029,69.3670,69.1650,0.1122,0.0000,6,1355.8025,310.5429,648.9305,-88.9906,44.0907,92.1347,-12.6348,0.4193,38.3981,0.0000,0.0000,5.2733,38.4288,-1.3049,0.0000,39.7337,0.0000,39.7337,7.5685,32.1652,0.0000,32.1652,0.1919,31.9733,0.0000,0.0000,12.8104,19.1629,9007.3225,9007.3225,9007.3225,9007.3225,9007.3225 +1138.5000,1.0000,16283.1889,69.8250,69.5690,0.1422,0.0000,6,1364.7290,345.8179,662.6001,-89.5200,49.4223,94.6949,-12.7937,0.3261,43.8183,0.0000,0.0000,5.2778,43.7828,-1.4215,0.0000,45.2042,0.0000,45.2042,7.6185,37.5858,0.0000,37.5858,0.2448,37.3409,0.0000,0.0000,12.8950,24.4460,9989.6363,9989.6363,9989.6363,9989.6363,9989.6363 +1139.5000,1.0000,16302.6293,70.3805,70.0810,0.1664,0.0000,6,1375.1050,375.6422,678.4576,-90.1354,54.0927,97.6983,-12.9796,0.5476,48.2494,0.0000,0.0000,5.2957,48.2716,-1.5212,0.0000,49.7928,0.0000,49.7928,7.6791,42.1137,0.0000,42.1137,0.2887,41.8250,0.0000,0.0000,12.9975,28.8274,10899.3220,10899.3220,10899.3220,10899.3220,10899.3220 +1140.5000,1.0000,16322.2224,70.9300,70.6800,0.1389,0.0000,6,1391.8900,342.8571,692.6042,-91.1309,49.9743,100.9529,-13.2831,0.8804,43.7267,0.0000,0.0000,5.3672,43.8956,-1.4362,0.0000,45.3318,0.0000,45.3318,7.7390,37.5927,0.0000,37.5927,0.2429,37.3499,0.0000,0.0000,13.0990,24.2508,10140.9254,10140.9254,10140.9254,10140.9254,10140.9254 +1141.5000,1.0000,16341.9268,71.3310,71.1800,0.0839,0.0000,6,1404.8220,273.4021,682.8968,-91.8979,40.2209,100.4627,-13.5193,0.2271,34.5953,0.0000,0.0000,5.3985,34.5869,-1.2468,0.0000,35.8337,0.0000,35.8337,7.7828,28.0509,0.0000,28.0509,0.1475,27.9034,0.0000,0.0000,13.1731,14.7303,8329.2546,8329.2546,8329.2546,8329.2546,8329.2546 +1142.5000,1.0000,16361.7335,71.6995,71.4820,0.1208,0.0000,6,1407.6830,317.3033,657.7357,-92.0675,46.7744,96.9583,-13.5719,0.0198,41.3340,0.0000,0.0000,5.4205,41.2157,-1.3891,0.0000,42.6048,0.0000,42.6048,7.8230,34.7818,0.0000,34.7818,0.2136,34.5682,0.0000,0.0000,13.2411,21.3271,9560.1993,9560.1993,9560.1993,9560.1993,9560.1993 +1143.5000,1.0000,16381.6293,72.0200,71.9170,0.0572,0.0000,6,1415.7320,257.4698,675.8364,-92.5449,38.1712,100.1962,-13.7203,0.6799,30.1176,0.0000,0.0000,7.3738,30.2407,-1.1641,0.0000,31.4048,0.0000,31.4048,7.8580,23.5468,0.0000,23.5468,0.1016,23.4452,0.0000,0.0000,13.3003,10.1449,7948.1314,7948.1314,7948.1314,7948.1314,7948.1314 +1144.5000,1.0000,16401.6053,72.3085,72.1230,0.1031,0.0000,6,1426.4895,308.8927,655.4333,-93.1829,46.1429,97.9097,-13.9198,0.2573,38.4520,0.0000,0.0000,7.4336,38.4325,-1.3380,0.0000,39.7706,0.0000,39.7706,7.8894,31.8811,0.0000,31.8811,0.1837,31.6974,0.0000,0.0000,13.3536,18.3438,9458.5046,9458.5046,9458.5046,9458.5046,9458.5046 +1145.5000,1.0000,16421.6619,72.5990,72.4940,0.0583,0.0000,6,1431.4870,255.3371,676.2811,-93.4793,38.2763,101.3779,-14.0130,0.1811,30.6782,0.0000,0.0000,7.4170,30.6780,-1.1798,0.0000,31.8578,0.0000,31.8578,7.9211,23.9367,0.0000,23.9367,0.1044,23.8323,0.0000,0.0000,13.4072,10.4250,7967.0147,7967.0147,7967.0147,7967.0147,7967.0147 +1146.5000,1.0000,16441.7825,72.8290,72.7040,0.0694,0.0000,6,1433.6235,267.9126,656.8958,-93.6060,40.2214,98.6189,-14.0529,0.0067,32.7996,0.0000,0.0000,7.4150,32.7452,-1.2255,0.0000,33.9707,0.0000,33.9707,7.9462,26.0245,0.0000,26.0245,0.1247,25.8998,0.0000,0.0000,13.4497,12.4501,8323.4839,8323.4839,8323.4839,8323.4839,8323.4839 +1147.5000,1.0000,16461.9683,73.0640,72.9540,0.0611,0.0000,6,1439.4220,260.4167,662.7035,-93.9499,39.2542,99.8932,-14.1616,0.5058,31.2898,0.0000,0.0000,7.4585,31.3670,-1.1995,0.0000,32.5665,0.0000,32.5665,7.9719,24.5946,0.0000,24.5946,0.1101,24.4845,0.0000,0.0000,13.4931,10.9914,8144.3379,8144.3379,8144.3379,8144.3379,8144.3379 +1148.5000,1.0000,16482.1835,73.1700,73.1740,-0.0022,0.0000,6,1440.3375,180.1762,660.4618,-94.0042,27.1763,99.6186,-14.1788,-0.4251,20.1916,0.0000,0.0000,7.4098,20.1253,-0.9665,0.0000,21.0918,0.0000,21.0918,7.9834,13.1084,0.0000,13.1084,-0.0040,13.1124,0.0000,0.0000,13.5127,-0.4003,5940.2374,5940.2374,5940.2374,5940.2374,5940.2374 +1149.5000,1.0000,16502.3910,73.1420,73.1660,-0.0133,0.0000,6,1437.9725,170.6908,630.0757,-93.8639,25.7033,94.8794,-14.1344,0.2156,18.1017,0.0000,0.0000,7.3860,18.1384,-0.9248,0.0000,19.0632,0.0000,19.0632,7.9804,11.0828,0.0000,11.0828,-0.0240,11.1068,0.0000,0.0000,13.5075,-2.4007,5660.2343,5660.2343,5660.2343,5660.2343,5660.2343 +1150.5000,1.0000,16522.5337,72.9090,73.1180,-0.1161,0.0000,6,1440.7570,47.4946,627.0433,-94.0291,7.1658,94.6056,-14.1867,0.0303,-0.3223,0.0000,0.0000,7.4577,-0.3233,-0.6947,0.0000,0.3714,0.0000,0.3714,7.9549,-7.5836,0.0000,-7.5836,-0.2087,-7.3749,0.0000,0.0000,13.4645,-20.8393,2849.7775,2849.7775,2849.7775,2849.7775,2849.7775 +1151.5000,1.0000,16542.4562,72.1160,72.7000,-0.3244,0.0000,6,1431.1815,-93.4612,578.3523,-93.4612,-14.0073,86.6794,-14.0073,-0.8717,-20.4979,0.0000,0.0000,7.3624,-20.5221,-0.8886,0.0000,-19.6334,0.0000,-19.6334,7.8684,-27.5018,17.3542,-44.8560,-0.5769,-44.2791,0.0000,0.0000,13.3180,-57.5972,0.0000,0.0000,0.0000,0.0000,0.0000 +1152.5000,1.0000,16562.1053,71.1320,71.5320,-0.2222,0.0000,6,1411.1540,-92.2734,517.4710,-92.2734,-13.6358,76.4696,-13.6358,-0.8760,-18.1528,0.0000,0.0000,5.3931,-18.1247,-0.8458,0.0000,-17.2789,0.0000,-17.2789,7.7611,-25.0400,1.1253,-26.1652,-0.3897,-25.7755,0.0000,0.0000,13.1363,-38.9118,0.0000,0.0000,0.0000,0.0000,0.0000 +1153.5000,1.0000,16581.5263,70.3105,70.7320,-0.2342,0.0000,6,1392.7670,-91.1829,511.4873,-91.1829,-13.2990,74.6005,-13.2990,-0.7080,-17.9118,0.0000,0.0000,5.3207,-17.9127,-0.8330,0.0000,-17.0797,0.0000,-17.0797,7.6714,-24.7511,3.2000,-27.9511,-0.4059,-27.5452,0.0000,0.0000,12.9846,-40.5298,0.0000,0.0000,0.0000,0.0000,0.0000 +1154.5000,1.0000,16600.7300,69.5285,69.8890,-0.2003,0.0000,6,1377.7370,-71.0733,506.7983,-90.2915,-10.2542,73.1190,-13.0269,-0.5713,-14.9857,0.0000,0.0000,5.3028,-14.9900,-0.7942,0.0000,-14.1958,0.0000,-14.1958,7.5861,-21.7819,0.0000,-21.7819,-0.3433,-21.4385,0.0000,0.0000,12.8402,-34.2787,339.3253,339.3253,339.3253,339.3253,339.3253 +1155.5000,1.0000,16619.6815,68.6205,69.1680,-0.3042,0.0000,6,1370.9470,-89.8888,512.7290,-89.8888,-12.9049,73.6101,-12.9049,-0.0032,-18.1731,0.0000,0.0000,5.2714,-18.3188,-0.8152,0.0000,-17.5036,0.0000,-17.5036,7.4870,-24.9906,14.2315,-39.2222,-0.5146,-38.7076,0.0000,0.0000,12.6725,-51.3801,0.0000,0.0000,0.0000,0.0000,0.0000 +1156.5000,1.0000,16638.2585,67.2725,68.0730,-0.4447,0.1560,6,1352.9415,-88.8209,498.8294,-88.8209,-12.5841,70.6740,-12.5841,-1.4928,-16.2602,0.0000,0.0000,5.1689,-16.2375,-0.7776,0.0000,-15.4599,0.0000,-15.4599,7.3400,-22.7999,36.6278,-59.4277,-0.7376,-58.6901,2.5334,0.0000,12.4236,-73.6471,0.0000,0.0000,0.0000,0.0000,0.0000 +1157.5000,1.0000,16656.3002,65.3450,66.4720,-0.6261,1.1190,6,1304.0745,-85.9227,482.4281,-85.9227,-11.7338,65.8815,-11.7338,-2.4746,-14.4451,0.0000,0.0000,5.1858,-14.3503,-0.7348,0.0000,-13.6155,0.0000,-13.6155,7.1297,-20.7451,51.2606,-72.0058,-1.0087,-70.9971,17.6508,0.0000,12.0669,-100.7147,0.0000,0.0000,0.0000,0.0000,0.0000 +1158.5000,1.0000,16673.6085,62.7050,64.2180,-0.8406,2.4470,6,1268.2540,-83.7983,472.8464,-83.7983,-11.1294,62.7993,-11.1294,-0.3833,-15.8706,0.0000,0.0000,5.1245,-16.1999,-0.7204,0.0000,-15.4796,0.0000,-15.4796,6.8416,-22.3212,63.5072,-85.8284,-1.2995,-84.5289,37.0302,-3.3886,11.5766,-129.7472,0.0000,0.0000,0.0000,0.0000,0.0000 +1159.5000,1.0000,16689.9343,59.1680,61.1920,-1.1244,3.5840,6,1216.5640,-80.7327,457.8433,-80.7327,-10.2852,58.3284,-10.2852,-3.4941,-11.6051,0.0000,0.0000,4.8140,-11.5542,-0.6323,0.0000,-10.9219,0.0000,-10.9219,6.4557,-17.3776,87.1013,-104.4789,-1.6403,-102.8386,51.1595,-1.1404,10.9199,-163.7775,0.0000,0.0000,0.0000,0.0000,0.0000 +1160.5000,1.0000,16705.2273,55.4500,57.1440,-0.9411,3.9170,6,1135.8435,-75.9232,433.8728,-75.9232,-9.0307,51.6071,-9.0307,-2.3682,-11.2738,0.0000,0.0000,4.6114,-11.2815,-0.5863,0.0000,-10.6952,0.0000,-10.6952,6.0500,-16.7452,50.4458,-67.1909,-1.2866,-65.9043,52.3929,-0.0685,10.2324,-128.4611,0.0000,0.0000,0.0000,0.0000,0.0000 +1161.5000,1.0000,16719.5496,51.9555,53.7560,-1.0003,3.7790,6,1064.1640,-71.2198,415.2515,-71.2198,-7.9367,46.2752,-7.9367,-2.4656,-9.9476,0.0000,0.0000,4.4765,-9.9394,-0.5338,0.0000,-9.4056,0.0000,-9.4056,5.6688,-15.0744,56.8053,-71.8796,-1.2813,-70.5983,47.3640,0.3823,9.5881,-127.9326,0.0000,0.0000,0.0000,0.0000,0.0000 +1162.5000,1.0000,16732.9768,48.7330,50.1550,-0.7900,3.8250,6,985.8855,-67.4342,391.9250,-67.4342,-6.9620,40.4630,-6.9620,-2.4551,-8.7783,0.0000,0.0000,4.2713,-8.6702,-0.4861,0.0000,-8.1841,0.0000,-8.1841,5.3172,-13.5012,26.6698,-40.1710,-0.9492,-39.2218,44.9663,1.5905,8.9932,-94.7719,0.0000,0.0000,0.0000,0.0000,0.0000 +1163.5000,1.0000,16745.5215,45.5560,47.3110,-0.9750,4.0720,6,818.7610,-78.1564,429.9529,-78.1564,-6.7012,36.8644,-6.7012,-6.3642,-3.6285,0.0000,0.0000,3.2916,-3.1905,-0.3988,0.0000,-2.7917,0.0000,-2.7917,4.9705,-7.7622,46.2301,-53.9923,-1.0951,-52.8972,44.7449,3.2919,8.4061,-109.3401,0.0000,0.0000,0.0000,0.0000,0.0000 +1164.5000,1.0000,16757.1201,42.1500,43.8010,-0.9172,4.4050,5,920.0045,-71.2029,382.6379,-71.2029,-6.8599,36.8644,-6.8599,12.8713,-24.4432,0.0000,0.0000,4.7121,-31.7392,-0.5224,0.0000,-31.2168,0.0000,-31.2168,4.5989,-35.8157,2.0233,-37.8390,-0.9532,-36.8858,44.7788,5.7291,7.7765,-95.1703,0.0000,0.0000,0.0000,0.0000,0.0000 +1165.5000,1.0000,16767.6333,38.2425,40.4990,-1.2536,4.7670,5,1110.2465,-74.3963,439.4873,-74.3963,-8.6497,51.0969,-8.6497,-2.5619,-10.6148,0.0000,0.0000,4.5271,-10.8986,-0.3781,0.0000,-10.5205,0.0000,-10.5205,4.1726,-14.6930,46.1114,-60.8045,-1.1820,-59.6225,43.9591,7.3793,7.0544,-118.0153,0.0000,0.0000,0.0000,0.0000,0.0000 +1166.5000,1.0000,16776.8934,33.7315,35.9860,-1.2525,5.2400,5,1012.1690,-67.4979,399.9338,-67.4979,-7.1544,42.3906,-7.1544,-3.7607,-7.6080,0.0000,0.0000,4.2143,-7.6656,-0.3136,0.0000,-7.3520,0.0000,-7.3520,3.6804,-11.0324,38.3726,-49.4049,-1.0416,-48.3633,42.6110,6.8071,6.2208,-104.0022,0.0000,0.0000,0.0000,0.0000,0.0000 +1167.5000,1.0000,16784.8364,28.9900,31.4770,-1.3817,6.1120,5,888.3420,-73.1809,396.2760,-73.1809,-6.8078,36.8644,-6.8078,-3.4546,-7.1775,0.0000,0.0000,3.8243,-7.2913,-0.2576,0.0000,-7.0337,0.0000,-7.0337,3.1630,-10.1968,35.2334,-45.4302,-0.9875,-44.4427,42.6945,6.1199,5.3438,-98.6009,0.0000,0.0000,0.0000,0.0000,0.0000 +1168.5000,1.0000,16791.3469,23.8330,26.5030,-1.4833,7.1470,5,741.8935,-85.7304,474.5002,-85.7304,-6.6605,36.8644,-6.6605,-3.7871,-6.1029,0.0000,0.0000,3.2295,-6.1028,-0.1998,0.0000,-5.9029,0.0000,-5.9029,2.6004,-8.5033,28.2727,-36.7760,-0.8716,-35.9044,41.0153,5.7157,4.3902,-87.0255,0.0000,0.0000,0.0000,0.0000,0.0000 +1169.5000,1.0000,16796.3027,18.2360,21.1630,-1.6261,8.2720,5,639.3150,-96.7328,550.6341,-96.7328,-6.4762,36.8644,-6.4762,-0.7638,-8.7582,0.0000,0.0000,3.0458,-10.1152,-0.1650,0.0000,-9.9502,0.0000,-9.9502,1.9897,-11.9398,17.0790,-29.0188,-0.7311,-28.2877,36.2919,5.0618,3.3563,-72.9977,0.0000,0.0000,0.0000,0.0000,0.0000 +1170.5000,1.0000,16799.8772,13.2630,15.3090,-1.1367,8.9880,5,613.5655,37.7884,573.7426,-99.4947,2.4280,36.8644,-6.3928,-0.2372,-0.4052,0.0000,0.0000,3.0704,-0.4742,-0.0900,0.0000,-0.3842,0.0000,-0.3842,1.4471,-1.8313,0.0000,-1.8313,-0.3717,-1.4596,28.6621,4.5499,2.4395,-37.1111,1154.3409,1154.3409,1154.3409,1154.3409,1154.3409 +1171.5000,1.0000,16802.4137,9.5265,11.2170,-0.9392,8.5680,3,609.0260,87.3205,578.0191,-99.9816,5.5690,36.8644,-6.3765,0.0656,2.4678,0.0000,0.0000,3.0356,3.0088,-0.2154,0.0000,3.2242,0.0000,3.2242,1.0394,2.1848,0.0000,2.1848,-0.2206,2.4054,19.6324,3.0445,1.7529,-22.0245,1641.5233,1641.5233,1641.5233,1641.5233,1641.5233 +1172.5000,1.0000,16804.1461,6.6320,7.8360,-0.6689,6.4340,3,607.0425,89.6630,579.9077,-100.1944,5.6998,36.8644,-6.3693,-0.1394,2.7483,0.0000,0.0000,3.0908,3.3373,-0.1654,0.0000,3.5027,0.0000,3.5027,0.7236,2.7791,0.0000,2.7791,-0.1094,2.8884,10.2797,2.3067,1.2222,-10.9201,1662.9357,1662.9357,1662.9357,1662.9357,1662.9357 +1173.5000,1.0000,16805.3162,4.6075,5.4280,-0.4558,3.1240,3,604.1050,62.9086,582.7276,-100.5094,3.9797,36.8644,-6.3584,0.0297,0.9357,0.0000,0.0000,3.0143,1.1399,-0.0853,0.0000,1.2252,0.0000,1.2252,0.5027,0.7224,0.0000,0.7224,-0.0518,0.7742,3.4731,1.6208,0.8505,-5.1701,1394.8300,1394.8300,1394.8300,1394.8300,1394.8300 +1174.5000,1.0000,16806.0588,3.0685,3.7870,-0.3992,0.9180,1,603.4565,39.4162,583.3538,-100.5790,2.4909,36.8644,-6.3560,-0.0537,-0.4345,0.0000,0.0000,2.9791,-0.5660,-0.2079,0.0000,-0.3581,0.0000,-0.3581,0.3348,-0.6929,0.0000,-0.6929,-0.0302,-0.6627,0.6800,1.1058,0.5667,-3.0152,1161.1885,1161.1885,1161.1885,1161.1885,1161.1885 +1175.5000,1.0000,16806.3678,1.5075,2.3500,-0.4681,0.0000,1,601.0035,41.2662,585.7348,-100.8421,2.5972,36.8644,-6.3467,-0.0370,-0.3596,0.0000,0.0000,2.9938,-0.8138,-0.0971,0.0000,-0.7168,0.0000,-0.7168,0.1645,-0.8813,0.0000,-0.8813,-0.0174,-0.8639,0.0000,0.5947,0.2784,-1.7369,1177.2835,1177.2835,1177.2835,1177.2835,1177.2835 +1176.5000,1.0000,16806.3531,0.3420,0.6650,-0.1794,0.0000,1,600.0000,47.2391,586.7144,-100.9497,2.9681,36.8644,-6.3429,0.0000,0.0054,0.0000,0.0000,2.9627,0.0972,-0.0175,0.0000,0.1147,0.0000,0.1147,0.0373,0.0774,0.0000,0.0774,-0.0015,0.0789,0.0000,0.1668,0.0632,-0.1511,1235.6115,1235.6115,1235.6115,1235.6115,1235.6115 +1177.5000,1.0000,16806.0817,0.0095,0.0190,-0.3339,0.0000,0,600.6600,47.7244,586.0697,-100.8789,3.0019,36.8644,-6.3454,0.0243,0.0000,0.0000,0.0000,2.9776,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0010,-0.0010,0.0000,-0.0010,0.0000,-0.0010,0.0000,0.0050,0.0018,-0.0078,1241.0328,1241.0328,1241.0328,1241.0328,1241.0328 +1178.5000,1.0000,16805.6436,0.0000,0.0010,0.0006,0.0000,0,601.4725,47.4152,585.2780,-100.7918,2.9865,36.8644,-6.3485,0.0056,0.0000,0.0000,0.0000,2.9809,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1238.7136,1238.7136,1238.7136,1238.7136,1238.7136 +1179.5000,1.0000,16805.2058,0.0000,0.0020,0.0000,0.0000,0,600.8125,47.8348,585.9210,-100.8626,3.0096,36.8644,-6.3460,-0.0300,0.0000,0.0000,0.0000,3.0396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1242.2691,1242.2691,1242.2691,1242.2691,1242.2691 +1180.5000,1.0000,16804.7680,0.0000,0.0000,0.0000,0.0000,0,601.4230,46.7648,585.3262,-100.7971,2.9453,36.8644,-6.3483,0.0526,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.2163,1232.2163,1232.2163,1232.2163,1232.2163 +1181.5000,1.0000,16804.3302,0.0000,0.0000,0.0000,0.0000,0,601.4230,44.8930,585.3262,-100.7971,2.8274,36.8644,-6.3483,-0.0526,0.0000,0.0000,0.0000,2.8800,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1213.6475,1213.6475,1213.6475,1213.6475,1213.6475 +1182.5000,1.0000,16803.8924,0.0000,0.0000,0.0000,0.0000,0,600.6980,46.0420,586.0326,-100.8749,2.8963,36.8644,-6.3455,0.0257,0.0000,0.0000,0.0000,2.8705,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.3789,1224.3789,1224.3789,1224.3789,1224.3789 +1183.5000,1.0000,16803.4546,0.0000,0.0000,0.0000,0.0000,0,600.6980,45.1554,586.0326,-100.8749,2.8405,36.8644,-6.3455,-0.0257,0.0000,0.0000,0.0000,2.8662,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.5836,1215.5836,1215.5836,1215.5836,1215.5836 +1184.5000,1.0000,16803.0168,0.0000,0.0000,0.0000,0.0000,0,601.4230,46.2841,585.3262,-100.7971,2.9150,36.8644,-6.3483,0.0526,0.0000,0.0000,0.0000,2.8625,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.4472,1227.4472,1227.4472,1227.4472,1227.4472 +1185.5000,1.0000,16802.5790,0.0000,0.0000,0.0000,0.0000,0,601.4230,45.0563,585.3262,-100.7971,2.8377,36.8644,-6.3483,-0.0526,0.0000,0.0000,0.0000,2.8902,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.2679,1215.2679,1215.2679,1215.2679,1215.2679 +1186.5000,1.0000,16802.1412,0.0000,0.0000,0.0000,0.0000,0,601.5375,46.8053,585.2148,-100.7848,2.9484,36.8644,-6.3487,0.0568,0.0000,0.0000,0.0000,2.8916,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.7231,1232.7231,1232.7231,1232.7231,1232.7231 +1187.5000,1.0000,16801.7033,0.0000,0.0000,0.0000,0.0000,0,601.5375,44.6140,585.2148,-100.7848,2.8104,36.8644,-6.3487,-0.0568,0.0000,0.0000,0.0000,2.8672,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1210.9850,1210.9850,1210.9850,1210.9850,1210.9850 +1188.5000,1.0000,16801.2655,0.0000,0.0000,0.0000,0.0000,0,600.3165,46.0356,586.4051,-100.9158,2.8940,36.8644,-6.3441,0.0117,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.9647,1223.9647,1223.9647,1223.9647,1223.9647 +1189.5000,1.0000,16800.8277,0.0000,0.0000,0.0000,0.0000,0,600.5950,63.3128,586.1331,-100.8859,3.9820,36.8644,-6.3451,-0.0014,0.0000,0.0000,0.0000,3.9834,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1395.6099,1395.6099,1395.6099,1395.6099,1395.6099 +1190.5000,1.0000,16800.3899,0.0000,0.0000,0.0000,0.0000,0,600.2785,63.6800,586.4422,-100.9199,4.0030,36.8644,-6.3439,-0.0103,0.0000,0.0000,0.0000,4.0133,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1398.9617,1398.9617,1398.9617,1398.9617,1398.9617 +1191.5000,1.0000,16799.9521,0.0000,0.0000,0.0000,0.0000,0,600.0000,62.5518,586.7144,-100.9497,3.9302,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9302,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1387.5138,1387.5138,1387.5138,1387.5138,1387.5138 +1192.5000,1.0000,16799.5143,0.0000,0.0000,0.0000,0.0000,0,600.4690,63.4998,586.2561,-100.8994,3.9929,36.8644,-6.3447,0.0173,0.0000,0.0000,0.0000,3.9756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1397.3493,1397.3493,1397.3493,1397.3493,1397.3493 +1193.5000,1.0000,16799.0765,0.0000,0.0000,0.0000,0.0000,0,600.4690,62.8545,586.2561,-100.8994,3.9524,36.8644,-6.3447,-0.0173,0.0000,0.0000,0.0000,3.9696,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1390.9482,1390.9482,1390.9482,1390.9482,1390.9482 +1194.5000,1.0000,16798.6387,0.0000,0.0000,0.0000,0.0000,0,600.2785,63.1725,586.4422,-100.9199,3.9711,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,3.9608,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1393.9278,1393.9278,1393.9278,1393.9278,1393.9278 +1195.5000,1.0000,16798.2009,0.0000,0.0000,0.0000,0.0000,0,600.4045,63.3942,586.3191,-100.9063,3.9859,36.8644,-6.3444,-0.0056,0.0000,0.0000,0.0000,3.9915,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1396.2430,1396.2430,1396.2430,1396.2430,1396.2430 +1196.5000,1.0000,16797.7631,0.0000,0.0000,0.0000,0.0000,0,600.1260,63.4157,586.5912,-100.9362,3.9854,36.8644,-6.3433,-0.0046,0.0000,0.0000,0.0000,3.9900,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1396.1993,1396.1993,1396.1993,1396.1993,1396.1993 +1197.5000,1.0000,16797.3253,0.0000,0.0000,0.0000,0.0000,0,600.7745,63.5015,585.9580,-100.8667,3.9951,36.8644,-6.3458,0.0286,0.0000,0.0000,0.0000,3.9665,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1397.6475,1397.6475,1397.6475,1397.6475,1397.6475 +1198.5000,1.0000,16796.8875,0.0000,0.0000,0.0000,0.0000,0,600.7745,61.9712,585.9580,-100.8667,3.8988,36.8644,-6.3458,-0.0286,0.0000,0.0000,0.0000,3.9274,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1382.4673,1382.4673,1382.4673,1382.4673,1382.4673 +1199.5000,1.0000,16796.4497,0.0000,0.0000,0.0000,0.0000,0,601.4230,63.8915,585.3262,-100.7971,4.0239,36.8644,-6.3483,0.0526,0.0000,0.0000,0.0000,3.9714,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1402.1133,1402.1133,1402.1133,1402.1133,1402.1133 +1200.5000,1.0000,16796.0119,0.0000,0.0000,0.0000,0.0000,0,601.8540,63.2116,584.9070,-100.7509,3.9840,36.8644,-6.3499,-0.0367,0.0000,0.0000,0.0000,4.0206,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1395.7646,1395.7646,1395.7646,1395.7646,1395.7646 +1201.5000,1.0000,16795.5741,0.0000,0.0000,0.0000,0.0000,0,602.2355,64.1655,584.5365,-100.7099,4.0467,36.8644,-6.3514,0.0508,0.0000,0.0000,0.0000,3.9959,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1405.5786,1405.5786,1405.5786,1405.5786,1405.5786 +1202.5000,1.0000,16795.1363,0.0000,0.0000,0.0000,0.0000,0,602.0830,63.0284,584.6846,-100.7263,3.9739,36.8644,-6.3508,-0.0564,0.0000,0.0000,0.0000,4.0304,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.1578,1394.1578,1394.1578,1394.1578,1394.1578 +1203.5000,1.0000,16794.6985,0.0000,0.0000,0.0000,0.0000,0,603.5325,65.5480,583.2803,-100.5708,4.1427,36.8644,-6.3563,0.1103,0.0000,0.0000,0.0000,4.0325,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1420.4856,1420.4856,1420.4856,1420.4856,1420.4856 +1204.5000,1.0000,16794.2607,0.0000,0.0000,0.0000,0.0000,0,604.9440,61.7980,581.9194,-100.4194,3.9149,36.8644,-6.3615,-0.0581,0.0000,0.0000,0.0000,3.9730,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1384.5846,1384.5846,1384.5846,1384.5846,1384.5846 +1205.5000,1.0000,16793.8229,0.0000,0.0000,0.0000,0.0000,0,604.1045,63.4599,582.7280,-100.5095,4.0146,36.8644,-6.3584,0.0269,0.0000,0.0000,0.0000,3.9877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1400.2988,1400.2988,1400.2988,1400.2988,1400.2988 +1206.5000,1.0000,16793.3851,0.0000,0.0000,0.0000,0.0000,0,604.9055,63.5192,581.9564,-100.4236,4.0237,36.8644,-6.3614,0.0028,0.0000,0.0000,0.0000,4.0208,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1401.6239,1401.6239,1401.6239,1401.6239,1401.6239 +1207.5000,1.0000,16792.9473,0.0000,0.0000,0.0000,0.0000,0,602.4910,61.6546,584.2886,-100.6825,3.8900,36.8644,-6.3523,-0.0922,0.0000,0.0000,0.0000,3.9821,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1380.9057,1380.9057,1380.9057,1380.9057,1380.9057 +1208.5000,1.0000,16792.5094,0.0000,0.0000,0.0000,0.0000,0,600.6980,64.4011,586.0326,-100.8749,4.0511,36.8644,-6.3455,0.0257,0.0000,0.0000,0.0000,4.0254,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1406.5014,1406.5014,1406.5014,1406.5014,1406.5014 +1209.5000,1.0000,16792.0716,0.0000,0.0000,0.0000,0.0000,0,602.3880,45.8039,584.3885,-100.6936,2.8894,36.8644,-6.3519,0.0367,0.0000,0.0000,0.0000,2.8527,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.5717,1223.5717,1223.5717,1223.5717,1223.5717 +1210.5000,1.0000,16791.6338,0.0000,0.0000,0.0000,0.0000,0,601.6900,44.5298,585.0665,-100.7685,2.8058,36.8644,-6.3493,-0.0624,0.0000,0.0000,0.0000,2.8682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1210.2907,1210.2907,1210.2907,1210.2907,1210.2907 +1211.5000,1.0000,16791.1960,0.0000,0.0000,0.0000,0.0000,0,600.4310,45.4572,586.2932,-100.9035,2.8582,36.8644,-6.3445,0.0159,0.0000,0.0000,0.0000,2.8423,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.3324,1218.3324,1218.3324,1218.3324,1218.3324 +1212.5000,1.0000,16790.7582,0.0000,0.0000,0.0000,0.0000,0,600.4310,45.7856,586.2932,-100.9035,2.8789,36.8644,-6.3445,-0.0159,0.0000,0.0000,0.0000,2.8948,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.5899,1221.5899,1221.5899,1221.5899,1221.5899 +1213.5000,1.0000,16790.3204,0.0000,0.0000,0.0000,0.0000,0,600.2785,46.0692,586.4422,-100.9199,2.8960,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.2624,1224.2624,1224.2624,1224.2624,1224.2624 +1214.5000,1.0000,16789.8826,0.0000,0.0000,0.0000,0.0000,0,601.2055,46.6482,585.5379,-100.8204,2.9369,36.8644,-6.3475,0.0239,0.0000,0.0000,0.0000,2.9129,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1230.8591,1230.8591,1230.8591,1230.8591,1230.8591 +1215.5000,1.0000,16789.4448,0.0000,0.0000,0.0000,0.0000,0,601.2820,45.4940,585.4635,-100.8122,2.8646,36.8644,-6.3478,-0.0211,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.4798,1219.4798,1219.4798,1219.4798,1219.4798 +1216.5000,1.0000,16789.0070,0.0000,0.0000,0.0000,0.0000,0,600.3665,45.1705,586.3562,-100.9104,2.8399,36.8644,-6.3443,-0.0127,0.0000,0.0000,0.0000,2.8525,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.4286,1215.4286,1215.4286,1215.4286,1215.4286 +1217.5000,1.0000,16788.5692,0.0000,0.0000,0.0000,0.0000,0,600.0115,45.3442,586.7031,-100.9485,2.8491,36.8644,-6.3429,-0.0004,0.0000,0.0000,0.0000,2.8495,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1216.8248,1216.8248,1216.8248,1216.8248,1216.8248 +1218.5000,1.0000,16788.1314,0.0000,0.0000,0.0000,0.0000,0,600.1640,45.2985,586.5541,-100.9321,2.8470,36.8644,-6.3435,0.0060,0.0000,0.0000,0.0000,2.8409,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1216.5121,1216.5121,1216.5121,1216.5121,1216.5121 +1219.5000,1.0000,16787.6936,0.0000,0.0000,0.0000,0.0000,0,600.4045,45.5681,586.3191,-100.9063,2.8651,36.8644,-6.3444,0.0028,0.0000,0.0000,0.0000,2.8622,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.4080,1219.4080,1219.4080,1219.4080,1219.4080 +1220.5000,1.0000,16787.2558,0.0000,0.0000,0.0000,0.0000,0,601.3580,46.2253,585.3895,-100.8041,2.9110,36.8644,-6.3480,0.0324,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.8042,1226.8042,1226.8042,1226.8042,1226.8042 +1221.5000,1.0000,16786.8180,0.0000,0.0000,0.0000,0.0000,0,602.1210,45.4322,584.6477,-100.7222,2.8647,36.8644,-6.3509,-0.0042,0.0000,0.0000,0.0000,2.8689,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.6387,1219.6387,1219.6387,1219.6387,1219.6387 +1222.5000,1.0000,16786.3802,0.0000,0.0000,0.0000,0.0000,0,601.9305,45.6248,584.8327,-100.7427,2.8759,36.8644,-6.3502,-0.0028,0.0000,0.0000,0.0000,2.8787,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.3745,1221.3745,1221.3745,1221.3745,1221.3745 +1223.5000,1.0000,16785.9424,0.0000,0.0000,0.0000,0.0000,0,602.0830,45.4157,584.6846,-100.7263,2.8635,36.8644,-6.3508,0.0085,0.0000,0.0000,0.0000,2.8550,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.4397,1219.4397,1219.4397,1219.4397,1219.4397 +1224.5000,1.0000,16785.5046,0.0000,0.0000,0.0000,0.0000,0,601.1560,44.3401,585.5862,-100.8257,2.7913,36.8644,-6.3473,-0.0427,0.0000,0.0000,0.0000,2.8340,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1207.9172,1207.9172,1207.9172,1207.9172,1207.9172 +1225.5000,1.0000,16785.0668,0.0000,0.0000,0.0000,0.0000,0,600.7360,45.6086,585.9956,-100.8708,2.8692,36.8644,-6.3457,0.0272,0.0000,0.0000,0.0000,2.8420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.1141,1220.1141,1220.1141,1220.1141,1220.1141 +1226.5000,1.0000,16784.6290,0.0000,0.0000,0.0000,0.0000,0,601.2815,45.4186,585.4639,-100.8123,2.8598,36.8644,-6.3478,-0.0070,0.0000,0.0000,0.0000,2.8669,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.7319,1218.7319,1218.7319,1218.7319,1218.7319 +1227.5000,1.0000,16784.1912,0.0000,0.0000,0.0000,0.0000,0,600.5455,45.4903,586.1815,-100.8912,2.8608,36.8644,-6.3449,-0.0201,0.0000,0.0000,0.0000,2.8810,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.7656,1218.7656,1218.7656,1218.7656,1218.7656 +1228.5000,1.0000,16783.7533,0.0000,0.0000,0.0000,0.0000,0,600.0875,45.4323,586.6288,-100.9403,2.8550,36.8644,-6.3432,0.0032,0.0000,0.0000,0.0000,2.8518,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.7691,1217.7691,1217.7691,1217.7691,1217.7691 +1229.5000,1.0000,16783.3155,0.0000,0.0000,0.0000,0.0000,0,601.0145,45.5099,585.7240,-100.8409,2.8643,36.8644,-6.3467,0.0310,0.0000,0.0000,0.0000,2.8333,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.3911,1219.3911,1219.3911,1219.3911,1219.3911 +1230.5000,1.0000,16782.8777,0.0000,0.0000,0.0000,0.0000,0,602.9985,46.3681,583.7969,-100.6281,2.9280,36.8644,-6.3542,0.0424,0.0000,0.0000,0.0000,2.8856,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.7297,1229.7297,1229.7297,1229.7297,1229.7297 +1231.5000,1.0000,16782.4399,0.0000,0.0000,0.0000,0.0000,0,604.0665,44.5065,582.7647,-100.5136,2.8154,36.8644,-6.3583,-0.0028,0.0000,0.0000,0.0000,2.8182,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1212.2459,1212.2459,1212.2459,1212.2459,1212.2459 +1232.5000,1.0000,16782.0021,0.0000,0.0000,0.0000,0.0000,0,602.5025,44.7038,584.2775,-100.6813,2.8205,36.8644,-6.3524,-0.0550,0.0000,0.0000,0.0000,2.8756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1212.7638,1212.7638,1212.7638,1212.7638,1212.7638 +1233.5000,1.0000,16781.5643,0.0000,0.0000,0.0000,0.0000,0,600.7095,45.3113,586.0214,-100.8736,2.8504,36.8644,-6.3456,-0.0113,0.0000,0.0000,0.0000,2.8616,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.1412,1217.1412,1217.1412,1217.1412,1217.1412 +1234.5000,1.0000,16781.1265,0.0000,0.0000,0.0000,0.0000,0,600.8620,45.8006,585.8727,-100.8573,2.8819,36.8644,-6.3462,0.0169,0.0000,0.0000,0.0000,2.8650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.1350,1222.1350,1222.1350,1222.1350,1222.1350 +1235.5000,1.0000,16780.6887,0.0000,0.0000,0.0000,0.0000,0,600.6600,44.6838,586.0697,-100.8789,2.8107,36.8644,-6.3454,-0.0243,0.0000,0.0000,0.0000,2.8350,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1210.8706,1210.8706,1210.8706,1210.8706,1210.8706 +1236.5000,1.0000,16780.2509,0.0000,0.0000,0.0000,0.0000,0,600.2785,45.1678,586.4422,-100.9199,2.8393,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,2.8290,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.3212,1215.3212,1215.3212,1215.3212,1215.3212 +1237.5000,1.0000,16779.8131,0.0000,0.0000,0.0000,0.0000,0,600.2785,45.1895,586.4422,-100.9199,2.8407,36.8644,-6.3439,-0.0103,0.0000,0.0000,0.0000,2.8509,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.5364,1215.5364,1215.5364,1215.5364,1215.5364 +1238.5000,1.0000,16779.3753,0.0000,0.0000,0.0000,0.0000,0,600.0000,46.2911,586.7144,-100.9497,2.9086,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9086,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.2078,1226.2078,1226.2078,1226.2078,1226.2078 +1239.5000,1.0000,16778.9375,0.0000,0.0000,0.0000,0.0000,0,600.0000,46.2663,586.7144,-100.9497,2.9070,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9070,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.9621,1225.9621,1225.9621,1225.9621,1225.9621 +1240.5000,1.0000,16778.4999,0.0000,0.0000,0.0005,0.0000,0,600.0000,45.6934,586.7144,-100.9497,2.8710,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.2784,1220.2784,1220.2784,1220.2784,1220.2784 +1241.5000,1.0000,16778.0626,0.0000,0.0040,0.0000,0.0000,0,601.3465,46.1659,585.4007,-100.8053,2.9072,36.8644,-6.3480,0.0497,0.0000,0.0000,0.0000,2.8575,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.2042,1226.2042,1226.2042,1226.2042,1226.2042 +1242.5000,1.0000,16777.6254,0.0000,0.0000,0.0000,0.0000,0,602.6170,45.5085,584.1665,-100.6690,2.8719,36.8644,-6.3528,-0.0028,0.0000,0.0000,0.0000,2.8747,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.8517,1220.8517,1220.8517,1220.8517,1220.8517 +1243.5000,1.0000,16777.1881,0.0000,0.0000,0.0000,0.0000,0,601.2705,45.2456,585.4746,-100.8135,2.8489,36.8644,-6.3477,-0.0469,0.0000,0.0000,0.0000,2.8958,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.0051,1217.0051,1217.0051,1217.0051,1217.0051 +1244.5000,1.0000,16776.7508,0.0000,0.0000,0.0000,0.0000,0,600.0000,46.0363,586.7144,-100.9497,2.8925,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.6805,1223.6805,1223.6805,1223.6805,1223.6805 +1245.5000,1.0000,16776.3135,0.0000,0.0000,0.0000,0.0000,0,600.0000,46.0735,586.7144,-100.9497,2.8949,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8949,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.0494,1224.0494,1224.0494,1224.0494,1224.0494 +1246.5000,1.0000,16775.8762,0.0000,0.0000,0.0000,0.0000,0,600.3550,45.7485,586.3675,-100.9116,2.8762,36.8644,-6.3442,0.0131,0.0000,0.0000,0.0000,2.8631,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.1515,1221.1515,1221.1515,1221.1515,1221.1515 +1247.5000,1.0000,16775.4389,0.0000,0.0000,0.0000,0.0000,0,601.8540,46.4040,584.9070,-100.7509,2.9247,36.8644,-6.3499,0.0423,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.0330,1229.0330,1229.0330,1229.0330,1229.0330 +1248.5000,1.0000,16775.0016,0.0000,0.0000,0.0000,0.0000,0,601.4990,44.7057,585.2522,-100.7889,2.8160,36.8644,-6.3486,-0.0554,0.0000,0.0000,0.0000,2.8713,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1211.8593,1211.8593,1211.8593,1211.8593,1211.8593 +1249.5000,1.0000,16774.5643,0.0000,0.0000,0.0000,0.0000,0,600.8125,46.0265,585.9210,-100.8626,2.8958,36.8644,-6.3460,0.0300,0.0000,0.0000,0.0000,2.8659,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.3299,1224.3299,1224.3299,1224.3299,1224.3299 +1250.5000,1.0000,16774.1270,0.0000,0.0000,0.0000,0.0000,0,600.8125,43.7182,585.9210,-100.8626,2.7506,36.8644,-6.3460,-0.0300,0.0000,0.0000,0.0000,2.7806,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1201.4323,1201.4323,1201.4323,1201.4323,1201.4323 +1251.5000,1.0000,16773.6897,0.0000,0.0000,0.0000,0.0000,0,600.1640,45.8760,586.5541,-100.9321,2.8833,36.8644,-6.3435,0.0060,0.0000,0.0000,0.0000,2.8772,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.2411,1222.2411,1222.2411,1222.2411,1222.2411 +1252.5000,1.0000,16773.2524,0.0000,0.0000,0.0000,0.0000,0,600.1640,46.3239,586.5541,-100.9321,2.9114,36.8644,-6.3435,-0.0060,0.0000,0.0000,0.0000,2.9175,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.6837,1226.6837,1226.6837,1226.6837,1226.6837 +1253.5000,1.0000,16772.8151,0.0000,0.0000,0.0000,0.0000,0,601.3465,46.9344,585.4007,-100.8053,2.9556,36.8644,-6.3480,0.0497,0.0000,0.0000,0.0000,2.9059,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.8284,1233.8284,1233.8284,1233.8284,1233.8284 +1254.5000,1.0000,16772.3778,0.0000,0.0000,0.0000,0.0000,0,602.1210,45.5410,584.6477,-100.7222,2.8715,36.8644,-6.3509,-0.0212,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.7185,1220.7185,1220.7185,1220.7185,1220.7185 +1255.5000,1.0000,16771.9405,0.0000,0.0000,0.0000,0.0000,0,601.0530,45.5871,585.6865,-100.8368,2.8693,36.8644,-6.3469,-0.0183,0.0000,0.0000,0.0000,2.8877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.1924,1220.1924,1220.1924,1220.1924,1220.1924 +1256.5000,1.0000,16771.5032,0.0000,0.0000,0.0000,0.0000,0,601.0530,46.0252,585.6865,-100.8368,2.8969,36.8644,-6.3469,0.0183,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.5385,1224.5385,1224.5385,1224.5385,1224.5385 +1257.5000,1.0000,16771.0659,0.0000,0.0000,0.0000,0.0000,0,600.7745,46.4900,585.9580,-100.8667,2.9248,36.8644,-6.3458,-0.0286,0.0000,0.0000,0.0000,2.9534,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.8936,1228.8936,1228.8936,1228.8936,1228.8936 +1258.5000,1.0000,16770.6286,0.0000,0.0000,0.0000,0.0000,0,600.0495,46.1350,586.6660,-100.9444,2.8990,36.8644,-6.3430,0.0018,0.0000,0.0000,0.0000,2.8972,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.7047,1224.7047,1224.7047,1224.7047,1224.7047 +1259.5000,1.0000,16770.1913,0.0000,0.0000,0.0000,0.0000,0,600.7475,46.8148,585.9844,-100.8695,2.9451,36.8644,-6.3457,0.0239,0.0000,0.0000,0.0000,2.9212,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.0901,1232.0901,1232.0901,1232.0901,1232.0901 +1260.5000,1.0000,16769.7540,0.0000,0.0000,0.0000,0.0000,0,600.6980,49.1255,586.0326,-100.8749,3.0902,36.8644,-6.3455,-0.0257,0.0000,0.0000,0.0000,3.1160,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.9674,1254.9674,1254.9674,1254.9674,1254.9674 +1261.5000,1.0000,16769.3167,0.0000,0.0000,0.0000,0.0000,0,602.3385,50.2704,584.4366,-100.6989,3.1709,36.8644,-6.3518,0.0865,0.0000,0.0000,0.0000,3.0844,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1267.8334,1267.8334,1267.8334,1267.8334,1267.8334 +1262.5000,1.0000,16768.8798,0.0000,0.0000,0.0006,0.0000,0,602.3385,46.7759,584.4366,-100.6989,2.9505,36.8644,-6.3518,-0.0865,0.0000,0.0000,0.0000,3.0370,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.1681,1233.1681,1233.1681,1233.1681,1233.1681 +1263.5000,1.0000,16768.4433,0.0000,0.0060,0.0006,0.0000,0,601.5375,49.2007,585.2148,-100.7848,3.0993,36.8644,-6.3487,0.0568,0.0000,0.0000,0.0000,3.0425,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.4859,1256.4859,1256.4859,1256.4859,1256.4859 +1264.5000,1.0000,16768.0072,0.0000,0.0020,0.0000,0.0000,0,601.5375,47.8924,585.2148,-100.7848,3.0169,36.8644,-6.3487,-0.0568,0.0000,0.0000,0.0000,3.0737,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1243.5067,1243.5067,1243.5067,1243.5067,1243.5067 +1265.5000,1.0000,16767.5710,0.0000,0.0000,0.0000,0.0000,0,601.2705,49.9490,585.4746,-100.8135,3.1450,36.8644,-6.3477,0.0469,0.0000,0.0000,0.0000,3.0981,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.6626,1263.6626,1263.6626,1263.6626,1263.6626 +1266.5000,1.0000,16767.1349,0.0000,0.0000,0.0000,0.0000,0,601.2705,48.5369,585.4746,-100.8135,3.0561,36.8644,-6.3477,-0.0469,0.0000,0.0000,0.0000,3.1030,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.6552,1249.6552,1249.6552,1249.6552,1249.6552 +1267.5000,1.0000,16766.6988,0.0000,0.0000,0.0000,0.0000,0,600.2785,49.3099,586.4422,-100.9199,3.0997,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,3.0894,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.4104,1256.4104,1256.4104,1256.4104,1256.4104 +1268.5000,1.0000,16766.2629,0.0000,0.0000,0.0006,0.0000,0,600.2785,48.5095,586.4422,-100.9199,3.0494,36.8644,-6.3439,-0.0103,0.0000,0.0000,0.0000,3.0596,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1248.4710,1248.4710,1248.4710,1248.4710,1248.4710 +1269.5000,1.0000,16765.8273,0.0000,0.0020,0.0000,0.0000,0,600.7745,48.5962,585.9580,-100.8667,3.0573,36.8644,-6.3458,0.0286,0.0000,0.0000,0.0000,3.0288,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.7867,1249.7867,1249.7867,1249.7867,1249.7867 +1270.5000,1.0000,16765.3917,0.0000,0.0000,0.0000,0.0000,0,600.7745,48.5391,585.9580,-100.8667,3.0537,36.8644,-6.3458,-0.0286,0.0000,0.0000,0.0000,3.0823,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.2208,1249.2208,1249.2208,1249.2208,1249.2208 +1271.5000,1.0000,16764.9564,0.0000,0.0000,0.0006,0.0000,0,600.3550,49.7306,586.3675,-100.9116,3.1265,36.8644,-6.3442,0.0131,0.0000,0.0000,0.0000,3.1134,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1260.6544,1260.6544,1260.6544,1260.6544,1260.6544 +1272.5000,1.0000,16764.5214,0.0000,0.0020,0.0000,0.0000,0,600.9385,48.6817,585.7981,-100.8491,3.0635,36.8644,-6.3464,0.0084,0.0000,0.0000,0.0000,3.0551,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1250.7864,1250.7864,1250.7864,1250.7864,1250.7864 +1273.5000,1.0000,16764.0863,0.0000,0.0000,0.0000,0.0000,0,603.0365,48.6737,583.7601,-100.6240,3.0737,36.8644,-6.3544,0.0692,0.0000,0.0000,0.0000,3.0045,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1252.6364,1252.6364,1252.6364,1252.6364,1252.6364 +1274.5000,1.0000,16763.6513,0.0000,0.0000,0.0000,0.0000,0,602.4530,48.3958,584.3255,-100.6866,3.0532,36.8644,-6.3522,-0.0908,0.0000,0.0000,0.0000,3.1440,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.3433,1249.3433,1249.3433,1249.3433,1249.3433 +1275.5000,1.0000,16763.2163,0.0000,0.0000,0.0000,0.0000,0,601.4990,50.3351,585.2522,-100.7889,3.1706,36.8644,-6.3486,0.0554,0.0000,0.0000,0.0000,3.1152,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1267.7037,1267.7037,1267.7037,1267.7037,1267.7037 +1276.5000,1.0000,16762.7812,0.0000,0.0000,0.0000,0.0000,0,601.4990,47.3508,585.2522,-100.7889,2.9826,36.8644,-6.3486,-0.0554,0.0000,0.0000,0.0000,3.0379,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1238.0992,1238.0992,1238.0992,1238.0992,1238.0992 +1277.5000,1.0000,16762.3462,0.0000,0.0000,0.0000,0.0000,0,601.4610,49.3597,585.2892,-100.7930,3.1089,36.8644,-6.3484,0.0540,0.0000,0.0000,0.0000,3.0549,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1257.9922,1257.9922,1257.9922,1257.9922,1257.9922 +1278.5000,1.0000,16761.9112,0.0000,0.0000,0.0000,0.0000,0,601.4610,47.5124,585.2892,-100.7930,2.9926,36.8644,-6.3484,-0.0540,0.0000,0.0000,0.0000,3.0465,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1239.6676,1239.6676,1239.6676,1239.6676,1239.6676 +1279.5000,1.0000,16761.4761,0.0000,0.0000,0.0000,0.0000,0,600.0000,49.2457,586.7144,-100.9497,3.0942,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0942,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1255.5171,1255.5171,1255.5171,1255.5171,1255.5171 +1280.5000,1.0000,16761.0411,0.0000,0.0000,0.0000,0.0000,0,600.5835,49.6936,586.1444,-100.8871,3.1254,36.8644,-6.3451,0.0215,0.0000,0.0000,0.0000,3.1039,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1260.4976,1260.4976,1260.4976,1260.4976,1260.4976 +1281.5000,1.0000,16760.6061,0.0000,0.0000,0.0000,0.0000,0,602.8455,50.7149,583.9450,-100.6445,3.2016,36.8644,-6.3537,0.0621,0.0000,0.0000,0.0000,3.1395,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1272.7096,1272.7096,1272.7096,1272.7096,1272.7096 +1282.5000,1.0000,16760.1711,0.0000,0.0000,0.0000,0.0000,0,602.2620,46.9537,584.5108,-100.7071,2.9613,36.8644,-6.3515,-0.0837,0.0000,0.0000,0.0000,3.0450,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1234.8620,1234.8620,1234.8620,1234.8620,1234.8620 +1283.5000,1.0000,16759.7360,0.0000,0.0000,0.0000,0.0000,0,600.0000,48.9716,586.7144,-100.9497,3.0770,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0770,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1252.7986,1252.7986,1252.7986,1252.7986,1252.7986 +1284.5000,1.0000,16759.3010,0.0000,0.0000,0.0000,0.0000,0,600.4690,49.6140,586.2561,-100.8994,3.1198,36.8644,-6.3447,0.0173,0.0000,0.0000,0.0000,3.1025,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1259.6026,1259.6026,1259.6026,1259.6026,1259.6026 +1285.5000,1.0000,16758.8660,0.0000,0.0000,0.0000,0.0000,0,600.4690,48.8482,586.2561,-100.8994,3.0716,36.8644,-6.3447,-0.0173,0.0000,0.0000,0.0000,3.0889,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1252.0061,1252.0061,1252.0061,1252.0061,1252.0061 +1286.5000,1.0000,16758.4309,0.0000,0.0000,0.0000,0.0000,0,601.3085,48.8904,585.4376,-100.8094,3.0786,36.8644,-6.3479,0.0483,0.0000,0.0000,0.0000,3.0303,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1253.1964,1253.1964,1253.1964,1253.1964,1253.1964 +1287.5000,1.0000,16757.9959,0.0000,0.0000,0.0000,0.0000,0,601.3085,47.4816,585.4376,-100.8094,2.9899,36.8644,-6.3479,-0.0483,0.0000,0.0000,0.0000,3.0382,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1239.2212,1239.2212,1239.2212,1239.2212,1239.2212 +1288.5000,1.0000,16757.5609,0.0000,0.0000,0.0000,0.0000,0,600.9650,67.9734,585.7723,-100.8462,4.2778,36.8644,-6.3465,0.0356,0.0000,0.0000,0.0000,4.2421,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1442.1838,1442.1838,1442.1838,1442.1838,1442.1838 +1289.5000,1.0000,16757.1258,0.0000,0.0000,0.0000,0.0000,0,601.6630,66.0428,585.0927,-100.7714,4.1611,36.8644,-6.3492,-0.0099,0.0000,0.0000,0.0000,4.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1423.6748,1423.6748,1423.6748,1423.6748,1423.6748 +1290.5000,1.0000,16756.6908,0.0000,0.0000,0.0000,0.0000,0,600.6980,66.9133,586.0326,-100.8749,4.2092,36.8644,-6.3455,-0.0257,0.0000,0.0000,0.0000,4.2349,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1431.4219,1431.4219,1431.4219,1431.4219,1431.4219 +1291.5000,1.0000,16756.2558,0.0000,0.0000,0.0000,0.0000,0,601.2320,66.9261,585.5121,-100.8176,4.2137,36.8644,-6.3476,0.0455,0.0000,0.0000,0.0000,4.1682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1432.0403,1432.0403,1432.0403,1432.0403,1432.0403 +1292.5000,1.0000,16755.8207,0.0000,0.0000,0.0000,0.0000,0,601.5870,64.8289,585.1666,-100.7795,4.0841,36.8644,-6.3489,-0.0324,0.0000,0.0000,0.0000,4.1165,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1411.5622,1411.5622,1411.5622,1411.5622,1411.5622 +1293.5000,1.0000,16755.3857,0.0000,0.0000,0.0000,0.0000,0,600.3550,65.9026,586.3675,-100.9116,4.1432,36.8644,-6.3442,-0.0131,0.0000,0.0000,0.0000,4.1563,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1421.0808,1421.0808,1421.0808,1421.0808,1421.0808 +1294.5000,1.0000,16754.9507,0.0000,0.0000,0.0000,0.0000,0,600.5835,66.7704,586.1444,-100.8871,4.1994,36.8644,-6.3451,0.0215,0.0000,0.0000,0.0000,4.1779,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1429.8996,1429.8996,1429.8996,1429.8996,1429.8996 +1295.5000,1.0000,16754.5156,0.0000,0.0000,0.0000,0.0000,0,600.8240,66.2901,585.9097,-100.8613,4.1708,36.8644,-6.3460,-0.0127,0.0000,0.0000,0.0000,4.1835,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1425.3555,1425.3555,1425.3555,1425.3555,1425.3555 +1296.5000,1.0000,16754.0806,0.0000,0.0000,0.0000,0.0000,0,601.7015,67.2518,585.0553,-100.7672,4.2375,36.8644,-6.3493,0.0451,0.0000,0.0000,0.0000,4.1924,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1435.7030,1435.7030,1435.7030,1435.7030,1435.7030 +1297.5000,1.0000,16753.6456,0.0000,0.0000,0.0000,0.0000,0,601.9685,66.3243,584.7958,-100.7386,4.1810,36.8644,-6.3504,-0.0352,0.0000,0.0000,0.0000,4.2162,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1426.7482,1426.7482,1426.7482,1426.7482,1426.7482 +1298.5000,1.0000,16753.2105,0.0000,0.0000,0.0000,0.0000,0,601.0530,66.1919,585.6865,-100.8368,4.1663,36.8644,-6.3469,0.0014,0.0000,0.0000,0.0000,4.1649,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1424.5926,1424.5926,1424.5926,1424.5926,1424.5926 +1299.5000,1.0000,16752.7755,0.0000,0.0000,0.0000,0.0000,0,601.1290,66.7724,585.6125,-100.8286,4.2033,36.8644,-6.3472,0.0014,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1430.4208,1430.4208,1430.4208,1430.4208,1430.4208 diff --git a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGear_MeasuredSpeed_Gear_Rural.vmod b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGear_MeasuredSpeed_Gear_Rural.vmod index 1934629b78ca78c13fe9ca900d48b7aef79d550b..9bae89f07b1073b4ca5a6d1e31c51e29509e1787 100644 --- a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGear_MeasuredSpeed_Gear_Rural.vmod +++ b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedGear_MeasuredSpeed_Gear_Rural.vmod @@ -1,1300 +1,1300 @@ -time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h] -1.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,60.5128,586.7144,-100.9497,3.8021,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8021,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1367.2875,1367.2875,1367.2875 -2.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.6135,62.6789,585.1409,-100.7767,3.9488,36.8644,-6.3490,0.0596,0.0000,0.0000,0.0000,3.8892,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1390.2588,1390.2588,1390.2588 -3.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.6135,60.2335,585.1409,-100.7767,3.7948,36.8644,-6.3490,-0.0596,0.0000,0.0000,0.0000,3.8544,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1366.0012,1366.0012,1366.0012 -4.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.2345,586.7144,-100.9497,3.8475,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8475,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.4460,1374.4460,1374.4460 -5.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.8505,62.2204,585.8839,-100.8585,3.9150,36.8644,-6.3461,0.0314,0.0000,0.0000,0.0000,3.8836,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1385.0085,1385.0085,1385.0085 -6.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.3580,61.0428,585.3895,-100.8041,3.8441,36.8644,-6.3480,-0.0127,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1373.7938,1373.7938,1373.7938 -7.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.9385,61.8190,585.7981,-100.8491,3.8903,36.8644,-6.3464,-0.0028,0.0000,0.0000,0.0000,3.8931,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1381.1083,1381.1083,1381.1083 -8.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.4310,60.8884,586.2932,-100.9035,3.8285,36.8644,-6.3445,-0.0159,0.0000,0.0000,0.0000,3.8444,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1371.4098,1371.4098,1371.4098 -9.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.5755,61.6984,585.1778,-100.7807,3.8868,36.8644,-6.3489,0.0582,0.0000,0.0000,0.0000,3.8286,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1380.4975,1380.4975,1380.4975 -10.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,602.4260,60.7104,584.3517,-100.6895,3.8300,36.8644,-6.3521,-0.0268,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1371.4792,1371.4792,1371.4792 -11.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.3960,59.2719,585.3525,-100.8000,3.7328,36.8644,-6.3482,-0.0113,0.0000,0.0000,0.0000,3.7441,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1356.2616,1356.2616,1356.2616 -12.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.6715,61.2462,586.0585,-100.8777,3.8525,36.8644,-6.3454,-0.0155,0.0000,0.0000,0.0000,3.8680,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1375.1799,1375.1799,1375.1799 -13.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.3665,59.9275,586.3562,-100.9104,3.7677,36.8644,-6.3443,0.0042,0.0000,0.0000,0.0000,3.7634,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1361.8177,1361.8177,1361.8177 -14.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.7015,61.8198,585.0553,-100.7672,3.8953,36.8644,-6.3493,0.0451,0.0000,0.0000,0.0000,3.8502,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1381.8175,1381.8175,1381.8175 -15.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.4610,60.1117,585.2892,-100.7930,3.7861,36.8644,-6.3484,-0.0540,0.0000,0.0000,0.0000,3.8401,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1364.6518,1364.6518,1364.6518 -16.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.1175,60.3324,585.6237,-100.8299,3.7979,36.8644,-6.3471,0.0413,0.0000,0.0000,0.0000,3.7566,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1366.5251,1366.5251,1366.5251 -17.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.1175,59.9908,585.6237,-100.8299,3.7764,36.8644,-6.3471,-0.0413,0.0000,0.0000,0.0000,3.8176,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1363.1368,1363.1368,1363.1368 -18.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.8125,61.4573,585.9210,-100.8626,3.8667,36.8644,-6.3460,0.0300,0.0000,0.0000,0.0000,3.8367,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1377.4044,1377.4044,1377.4044 -19.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.8125,60.2364,585.9210,-100.8626,3.7899,36.8644,-6.3460,-0.0300,0.0000,0.0000,0.0000,3.8199,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1365.2930,1365.2930,1365.2930 -20.5000,1.0000,0.0004,0.0000,0.0032,0.0009,0.0000,0,600.0000,60.9052,586.7144,-100.9497,3.8268,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8268,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1371.1797,1371.1797,1371.1797 -21.5000,1.0000,0.3262,1.1695,2.3422,0.6497,0.0000,1,600.0000,145.2459,586.7144,-100.9497,9.1261,36.8644,-6.3429,0.0000,4.3164,0.0000,0.0000,4.8097,2.1582,-0.0884,0.0000,2.2466,0.0000,2.2466,0.1412,2.1055,0.0000,2.1055,0.0187,2.0867,0.0000,0.0003,0.2160,1.8705,2270.7310,2270.7310,2270.7310 -22.5000,1.0000,0.9838,2.3640,2.3922,0.0139,0.0000,1,600.0000,87.9891,586.7144,-100.9497,5.5285,36.8644,-6.3429,0.0000,0.6416,0.0000,0.0000,4.8870,0.6348,-0.1423,0.0000,0.7772,0.0000,0.7772,0.2579,0.5192,0.0000,0.5192,0.0008,0.5184,0.0000,0.0010,0.4366,0.0808,1639.8520,1639.8520,1639.8520 -23.5000,1.0000,1.8570,3.1405,3.8952,0.4175,0.0000,1,600.0000,153.5825,586.7144,-100.9497,9.6499,36.8644,-6.3429,0.0000,4.9147,0.0000,0.0000,4.7351,3.9658,-0.2282,0.0000,4.1940,0.0000,4.1940,0.3515,3.8425,0.0000,3.8425,0.0323,3.8102,0.0000,0.0026,0.5800,3.2276,2365.0178,2365.0178,2365.0178 -24.5000,1.0000,3.2007,4.8340,5.7792,0.5233,0.0000,1,600.0000,217.9457,586.7144,-100.9497,13.6939,36.8644,-6.3429,0.0000,8.7669,0.0000,0.0000,4.9270,7.3372,-0.4151,0.0000,7.7522,0.0000,7.7522,0.5604,7.1918,0.0000,7.1918,0.0624,7.1294,0.0000,0.0092,0.8927,6.2275,3122.3963,3122.3963,3122.3963 -25.5000,1.0000,4.8112,5.7945,5.8162,0.0103,0.0000,2,601.1940,107.9589,585.5491,-100.8217,6.7968,36.8644,-6.3474,0.0441,1.6636,0.0000,0.0000,5.0891,1.6616,-0.2041,0.0000,1.8657,0.0000,1.8657,0.6322,1.2334,0.0000,1.2334,0.0015,1.2320,0.0000,0.0153,1.0701,0.1466,1852.5192,1852.5192,1852.5192 -26.5000,1.0000,6.3796,5.6430,5.4762,-0.0944,0.0000,2,609.1785,86.2030,577.8744,-99.9652,5.4992,36.8644,-6.3771,0.2540,0.1292,0.0000,0.0000,5.1159,0.1347,-0.2121,0.0000,0.3469,0.0000,0.3469,0.6157,-0.2688,0.0000,-0.2688,-0.0131,-0.2557,0.0000,0.0141,1.0421,-1.3119,1630.5783,1630.5783,1630.5783 -27.5000,1.0000,7.8451,5.2725,5.0752,-0.1114,0.0000,2,611.0480,73.8802,576.1064,-99.7647,4.7275,36.8644,-6.3838,-0.1847,-0.0944,0.0000,0.0000,5.0065,-0.0973,-0.1976,0.0000,0.1003,0.0000,0.1003,0.5753,-0.4750,0.0000,-0.4750,-0.0145,-0.4605,0.0000,0.0115,0.9737,-1.4457,1510.0553,1510.0553,1510.0553 -28.5000,1.0000,9.1929,4.8490,4.6292,-0.1239,0.0000,2,604.8295,73.3179,582.0295,-100.4317,4.6438,36.8644,-6.3611,-0.0482,-0.2298,0.0000,0.0000,4.9218,-0.2404,-0.1803,0.0000,-0.0601,0.0000,-0.0601,0.5291,-0.5892,0.0000,-0.5892,-0.0148,-0.5744,0.0000,0.0090,0.8955,-1.4788,1498.7562,1498.7562,1498.7562 -29.5000,1.0000,10.4815,4.6355,4.6482,0.0053,0.0000,2,602.4260,98.4606,584.3517,-100.6895,6.2115,36.8644,-6.3521,-0.0409,1.2792,0.0000,0.0000,4.9732,1.2743,-0.1562,0.0000,1.4305,0.0000,1.4305,0.5058,0.9247,0.0000,0.9247,0.0006,0.9241,0.0000,0.0078,0.8561,0.0602,1745.9607,1745.9607,1745.9607 -30.5000,1.0000,11.7422,4.5355,4.4292,-0.0608,0.0000,2,600.6600,85.8976,586.0697,-100.8789,5.4030,36.8644,-6.3454,-0.0243,0.4828,0.0000,0.0000,4.9446,0.4942,-0.1596,0.0000,0.6538,0.0000,0.6538,0.4949,0.1589,0.0000,0.1589,-0.0068,0.1657,0.0000,0.0073,0.8376,-0.6792,1619.7113,1619.7113,1619.7113 -31.5000,1.0000,13.0842,4.8280,5.2332,0.2233,0.0000,2,600.0000,144.9725,586.7144,-100.9497,9.1089,36.8644,-6.3429,0.0000,4.2298,0.0000,0.0000,4.8791,3.9047,-0.2035,0.0000,4.1082,0.0000,4.1082,0.5268,3.5814,0.0000,3.5814,0.0266,3.5548,0.0000,0.0089,0.8916,2.6543,2267.6391,2267.6391,2267.6391 -32.5000,1.0000,14.6425,5.6065,5.9862,0.2092,0.0000,2,600.0000,151.0850,586.7144,-100.9497,9.4930,36.8644,-6.3429,0.0000,4.6292,0.0000,0.0000,4.8637,4.3379,-0.2388,0.0000,4.5767,0.0000,4.5767,0.6117,3.9650,0.0000,3.9650,0.0289,3.9361,0.0000,0.0139,1.0354,2.8868,2336.7715,2336.7715,2336.7715 -33.5000,1.0000,16.3062,5.9860,5.9922,0.0017,0.0000,2,610.1970,109.1217,576.9098,-99.8560,6.9728,36.8644,-6.3808,0.3821,1.5612,0.0000,0.0000,5.0296,1.5865,-0.2138,0.0000,1.8002,0.0000,1.8002,0.6531,1.1471,0.0000,1.1471,0.0002,1.1469,0.0000,0.0168,1.1055,0.0246,1892.0941,1892.0941,1892.0941 -34.5000,1.0000,17.9447,5.8955,5.8052,-0.0519,0.0000,2,616.9605,87.1871,570.5854,-99.1306,5.6330,36.8644,-6.4046,-0.1301,0.7612,0.0000,0.0000,5.0019,0.7691,-0.2175,0.0000,0.9867,0.0000,0.9867,0.6432,0.3434,0.0000,0.3434,-0.0076,0.3510,0.0000,0.0161,1.0888,-0.7539,1647.4998,1647.4998,1647.4998 -35.5000,1.0000,19.5545,5.7920,5.7852,-0.0056,0.0000,2,607.4615,96.5212,579.5077,-100.1494,6.1400,36.8644,-6.3708,-0.2263,1.4425,0.0000,0.0000,4.9238,1.4306,-0.2063,0.0000,1.6368,0.0000,1.6368,0.6320,1.0049,0.0000,1.0049,-0.0008,1.0057,0.0000,0.0153,1.0696,-0.0792,1732.3701,1732.3701,1732.3701 -36.5000,1.0000,21.1704,5.8140,5.8492,0.0178,0.0000,2,600.6980,106.1844,586.0326,-100.8749,6.6795,36.8644,-6.3455,-0.0257,1.7884,0.0000,0.0000,4.9168,1.7766,-0.2039,0.0000,1.9805,0.0000,1.9805,0.6344,1.3461,0.0000,1.3461,0.0025,1.3436,0.0000,0.0154,1.0737,0.2544,1830.9942,1830.9942,1830.9942 -37.5000,1.0000,22.8469,6.0320,6.2212,0.1033,0.0000,2,601.1560,129.4563,585.5862,-100.8257,8.1497,36.8644,-6.3473,0.0427,3.2005,0.0000,0.0000,4.9065,3.1107,-0.2283,0.0000,3.3391,0.0000,3.3391,0.6581,2.6809,0.0000,2.6809,0.0154,2.6656,0.0000,0.0172,1.1140,1.5344,2095.5435,2095.5435,2095.5435 -38.5000,1.0000,24.6318,6.4225,6.6302,0.1136,0.0000,2,620.5085,142.6667,567.3228,-98.7500,9.2704,36.8644,-6.4167,0.6934,3.4801,0.0000,0.0000,5.0969,3.4716,-0.2502,0.0000,3.7218,0.0000,3.7218,0.7007,3.0211,0.0000,3.0211,0.0180,3.0031,0.0000,0.0208,1.1861,1.7962,2301.7527,2301.7527,2301.7527 -39.5000,1.0000,26.5037,6.7355,6.8472,0.0603,0.0000,2,661.8220,128.8525,531.9083,-94.3188,8.9302,36.8644,-6.5368,0.9395,2.7146,0.0000,0.0000,5.2761,2.7649,-0.2473,0.0000,3.0122,0.0000,3.0122,0.7349,2.2773,0.0000,2.2773,0.0100,2.2673,0.0000,0.0240,1.2439,0.9994,2266.7690,2266.7690,2266.7690 -40.5000,1.0000,28.4486,6.9985,7.1562,0.0858,0.0000,2,694.2470,126.3174,507.0654,-90.8409,9.1834,36.8644,-6.6043,0.3968,3.3360,0.0000,0.0000,5.4506,3.3077,-0.2688,0.0000,3.5765,0.0000,3.5765,0.7636,2.8129,0.0000,2.8129,0.0148,2.7981,0.0000,0.0269,1.2924,1.4787,2333.2645,2333.2645,2333.2645 -41.5000,1.0000,30.4682,7.2675,7.3852,0.0636,0.0000,2,718.3565,106.1715,490.0473,-88.2549,7.9869,36.8644,-6.6391,0.6530,3.0263,0.0000,0.0000,4.3076,3.0407,-0.2739,0.0000,3.3146,0.0000,3.3146,0.7929,2.5217,0.0000,2.5217,0.0114,2.5103,0.0000,0.0301,1.3421,1.1380,2176.1758,2176.1758,2176.1758 -42.5000,1.0000,32.5316,7.4250,7.4712,0.0239,0.0000,2,745.7465,93.7624,472.0487,-85.3171,7.3223,36.8644,-6.6628,0.5765,2.3523,0.0000,0.0000,4.3935,2.3782,-0.2763,0.0000,2.6545,0.0000,2.6545,0.8101,1.8444,0.0000,1.8444,0.0044,1.8400,0.0000,0.0321,1.3712,0.4366,2099.7512,2099.7512,2099.7512 -43.5000,1.0000,34.6052,7.4615,7.4582,-0.0036,0.0000,2,765.5450,82.3425,459.8406,-83.1935,6.6012,36.8644,-6.6694,0.3390,1.8555,0.0000,0.0000,4.4067,1.8746,-0.2831,0.0000,2.1577,0.0000,2.1577,0.8141,1.3436,0.0000,1.3436,-0.0007,1.3442,0.0000,0.0326,1.3780,-0.0663,1998.5522,1998.5522,1998.5522 -44.5000,1.0000,36.6731,7.4415,7.4312,-0.0075,0.0000,2,768.1010,74.3077,458.3103,-82.9194,5.9770,36.8644,-6.6696,-0.2195,1.8046,0.0000,0.0000,4.3918,1.7970,-0.2828,0.0000,2.0798,0.0000,2.0798,0.8119,1.2678,0.0000,1.2678,-0.0014,1.2692,0.0000,0.0323,1.3743,-0.1374,1893.9685,1893.9685,1893.9685 -45.5000,1.0000,38.7322,7.4095,7.3942,-0.0103,0.0000,2,766.2320,77.9106,459.4283,-83.1198,6.2515,36.8644,-6.6695,0.1310,1.7270,0.0000,0.0000,4.3935,1.7376,-0.2817,0.0000,2.0194,0.0000,2.0194,0.8084,1.2109,0.0000,1.2109,-0.0019,1.2128,0.0000,0.0319,1.3684,-0.1875,1938.7444,1938.7444,1938.7444 -46.5000,1.0000,40.7849,7.3865,7.3852,-0.0025,0.0000,2,768.2540,77.5841,458.2191,-82.9030,6.2417,36.8644,-6.6697,-0.0360,1.8772,0.0000,0.0000,4.4005,1.8765,-0.2792,0.0000,2.1557,0.0000,2.1557,0.8059,1.3498,0.0000,1.3498,-0.0005,1.3503,0.0000,0.0316,1.3641,-0.0455,1940.1236,1940.1236,1940.1236 -47.5000,1.0000,42.8402,7.3955,7.4122,0.0075,0.0000,2,764.5155,78.5052,460.4598,-83.3039,6.2851,36.8644,-6.6693,-0.1397,2.0763,0.0000,0.0000,4.3485,2.0645,-0.2778,0.0000,2.3423,0.0000,2.3423,0.8069,1.5354,0.0000,1.5354,0.0014,1.5341,0.0000,0.0317,1.3658,0.1365,1942.0005,1942.0005,1942.0005 -48.5000,1.0000,44.8887,7.3715,7.3372,-0.0208,0.0000,2,762.7225,74.5322,461.5422,-83.4963,5.9530,36.8644,-6.6690,0.0554,1.5232,0.0000,0.0000,4.3744,1.5334,-0.2818,0.0000,1.8152,0.0000,1.8152,0.8043,1.0109,0.0000,1.0109,-0.0038,1.0147,0.0000,0.0314,1.3613,-0.3780,1881.3142,1881.3142,1881.3142 -49.5000,1.0000,46.9243,7.3250,7.3192,-0.0050,0.0000,2,758.8695,74.8707,463.8856,-83.9095,5.9499,36.8644,-6.6682,-0.2347,1.8249,0.0000,0.0000,4.3596,1.8150,-0.2767,0.0000,2.0917,0.0000,2.0917,0.7992,1.2925,0.0000,1.2925,-0.0009,1.2934,0.0000,0.0308,1.3527,-0.0902,1874.7277,1874.7277,1874.7277 -50.5000,1.0000,48.9563,7.3120,7.3112,-0.0022,0.0000,2,753.8340,78.2767,466.9843,-84.4496,6.1793,36.8644,-6.6666,0.0000,1.8618,0.0000,0.0000,4.3174,1.8628,-0.2756,0.0000,2.1384,0.0000,2.1384,0.7978,1.3406,0.0000,1.3406,-0.0004,1.3410,0.0000,0.0307,1.3503,-0.0400,1907.4627,1907.4627,1907.4627 -51.5000,1.0000,50.9775,7.2730,7.2412,-0.0194,0.0000,2,752.8420,73.7082,467.5996,-84.5560,5.8110,36.8644,-6.6662,-0.0459,1.5331,0.0000,0.0000,4.3237,1.5385,-0.2768,0.0000,1.8153,0.0000,1.8153,0.7935,1.0217,0.0000,1.0217,-0.0035,1.0252,0.0000,0.0302,1.3431,-0.3481,1840.8212,1840.8212,1840.8212 -52.5000,1.0000,52.8570,6.7630,6.2912,-0.2639,0.0000,2,747.1580,19.6180,471.1569,-85.1657,1.5350,36.8644,-6.6636,-0.2153,-2.5442,0.0000,0.0000,4.2945,-2.7192,-0.2932,0.0000,-2.4260,0.0000,-2.4260,0.7379,-3.1639,0.0000,-3.1639,-0.0440,-3.1199,0.0000,0.0244,1.2490,-4.3933,1096.9961,1096.9961,1096.9961 -53.5000,1.0000,54.5617,6.1335,5.9822,-0.0858,0.0000,2,706.2640,36.2023,498.4377,-89.5519,2.6775,36.8644,-6.6232,-1.5702,0.2852,0.0000,0.0000,3.9625,0.2776,-0.2335,0.0000,0.5111,0.0000,0.5111,0.6692,-0.1581,0.0000,-0.1581,-0.0130,-0.1451,0.0000,0.0181,1.1327,-1.2960,1223.8896,1223.8896,1223.8896 -54.5000,1.0000,56.1828,5.8330,5.6902,-0.0811,0.0000,2,642.4050,46.1117,547.9855,-96.4014,3.1020,36.8644,-6.4852,-1.0911,0.3403,0.0000,0.0000,3.8529,0.3340,-0.2189,0.0000,0.5529,0.0000,0.5529,0.6364,-0.0835,0.0000,-0.0835,-0.0117,-0.0719,0.0000,0.0156,1.0772,-1.1647,1263.4404,1263.4404,1263.4404 -55.5000,1.0000,57.7773,5.7370,5.7902,0.0278,0.0000,2,607.5380,86.1842,579.4348,-100.1412,5.4831,36.8644,-6.3711,-0.2690,1.9369,0.0000,0.0000,3.8153,1.8973,-0.1991,0.0000,2.0965,0.0000,2.0965,0.6260,1.4705,0.0000,1.4705,0.0039,1.4666,0.0000,0.0148,1.0595,0.3923,1628.8827,1628.8827,1628.8827 -56.5000,1.0000,59.3635,5.7070,5.6302,-0.0444,0.0000,2,600.2135,73.7342,586.5057,-100.9268,4.6345,36.8644,-6.3437,-0.0042,0.8408,0.0000,0.0000,3.7980,0.8526,-0.2080,0.0000,1.0606,0.0000,1.0606,0.6227,0.4379,0.0000,0.4379,-0.0063,0.4441,0.0000,0.0146,1.0539,-0.6244,1498.6397,1498.6397,1498.6397 -57.5000,1.0000,60.8743,5.4355,5.2472,-0.1064,0.0000,2,600.0495,59.2690,586.6660,-100.9444,3.7243,36.8644,-6.3430,-0.0018,-0.0315,0.0000,0.0000,3.7576,-0.0326,-0.2043,0.0000,0.1717,0.0000,0.1717,0.5931,-0.4214,0.0000,-0.4214,-0.0143,-0.4071,0.0000,0.0126,1.0038,-1.4235,1354.9937,1354.9937,1354.9937 -58.5000,1.0000,62.2748,5.0385,4.8362,-0.1142,0.0000,2,600.5075,61.2557,586.2185,-100.8953,3.8521,36.8644,-6.3448,0.0187,-0.1221,0.0000,0.0000,3.9555,-0.1274,-0.1875,0.0000,0.0601,0.0000,0.0601,0.5497,-0.4897,0.0000,-0.4897,-0.0142,-0.4755,0.0000,0.0101,0.9305,-1.4160,1375.1235,1375.1235,1375.1235 -59.5000,1.0000,63.4565,4.2510,3.6722,-0.3233,0.0000,2,601.0150,30.3885,585.7235,-100.8409,1.9126,36.8644,-6.3467,0.0000,-2.0177,0.0000,0.0000,3.9303,-2.3377,-0.1753,0.0000,-2.1624,0.0000,-2.1624,0.4638,-2.6262,0.0000,-2.6262,-0.0339,-2.5923,0.0000,0.0061,0.7851,-3.3835,1069.3876,1069.3876,1069.3876 -60.5000,1.0000,64.4082,3.4230,3.1802,-0.1367,0.0000,1,600.5075,56.9126,586.2185,-100.8953,3.5789,36.8644,-6.3448,-0.0187,-0.3615,0.0000,0.0000,3.9592,-0.3892,-0.2348,0.0000,-0.1543,0.0000,-0.1543,0.3735,-0.5278,0.0000,-0.5278,-0.0115,-0.5163,0.0000,0.0032,0.6321,-1.1516,1332.0399,1332.0399,1332.0399 -61.5000,1.0000,65.2366,2.9790,2.7842,-0.1100,0.0000,1,600.7360,58.4979,585.9956,-100.8708,3.6800,36.8644,-6.3457,0.0272,-0.1250,0.0000,0.0000,3.7779,-0.1340,-0.1966,0.0000,0.0625,0.0000,0.0625,0.3250,-0.2625,0.0000,-0.2625,-0.0081,-0.2544,0.0000,0.0021,0.5501,-0.8067,1347.9759,1347.9759,1347.9759 -62.5000,1.0000,66.0105,2.7825,2.7872,0.0008,0.0000,1,601.0145,69.7233,585.7240,-100.8409,4.3883,36.8644,-6.3467,-0.0169,0.6522,0.0000,0.0000,3.7530,0.6513,-0.1736,0.0000,0.8249,0.0000,0.8249,0.3036,0.5213,0.0000,0.5213,0.0001,0.5213,0.0000,0.0017,0.5139,0.0057,1459.5884,1459.5884,1459.5884 -63.5000,1.0000,66.8215,2.9165,3.0522,0.0736,0.0000,1,600.2785,78.5514,586.4422,-100.9199,4.9378,36.8644,-6.3439,-0.0103,1.2699,0.0000,0.0000,3.6782,1.2141,-0.1784,0.0000,1.3926,0.0000,1.3926,0.3182,1.0743,0.0000,1.0743,0.0053,1.0690,0.0000,0.0020,0.5386,0.5285,1546.4865,1546.4865,1546.4865 -64.5000,1.0000,67.6514,2.9845,2.9232,-0.0358,0.0000,1,613.5155,73.4555,573.7893,-99.5001,4.7193,36.8644,-6.3926,0.5092,0.4034,0.0000,0.0000,3.8066,0.4214,-0.1915,0.0000,0.6130,0.0000,0.6130,0.3256,0.2874,0.0000,0.2874,-0.0026,0.2900,0.0000,0.0021,0.5512,-0.2633,1508.1126,1508.1126,1508.1126 -65.5000,1.0000,68.6237,3.4970,4.0772,0.3206,0.0000,1,613.5155,115.8605,573.7893,-99.5001,7.4437,36.8644,-6.3926,-0.5092,4.2593,0.0000,0.0000,3.6936,3.5755,-0.2424,0.0000,3.8179,0.0000,3.8179,0.3816,3.4364,0.0000,3.4364,0.0276,3.4087,0.0000,0.0034,0.6458,2.7595,1978.0500,1978.0500,1978.0500 -66.5000,1.0000,70.0071,4.9770,5.8832,0.5017,0.0000,1,600.0000,195.6120,586.7144,-100.9497,12.2907,36.8644,-6.3429,0.0000,8.6066,0.0000,0.0000,3.6841,7.2848,-0.4251,0.0000,7.7099,0.0000,7.7099,0.5729,7.1370,0.0000,7.1370,0.0616,7.0754,0.0000,0.0100,0.9191,6.1463,2840.3718,2840.3718,2840.3718 -67.5000,1.0000,71.7840,6.3935,6.9102,0.2853,0.0000,2,613.0195,168.6014,574.2536,-99.5533,10.8234,36.8644,-6.3908,0.4901,6.4839,0.0000,0.0000,3.8494,6.1293,-0.3045,0.0000,6.4338,0.0000,6.4338,0.6976,5.7362,0.0000,5.7362,0.0450,5.6913,0.0000,0.0206,1.1807,4.4899,2573.0941,2573.0941,2573.0941 -68.5000,1.0000,73.9358,7.7435,8.5832,0.4647,0.0000,2,671.9690,246.3990,523.8763,-93.2304,17.3387,36.8644,-6.5605,1.8954,11.2418,0.0000,0.0000,4.2015,10.8393,-0.4557,0.0000,11.2950,0.0000,11.2950,0.8809,10.4141,0.0000,10.4141,0.0887,10.3254,0.0000,0.0369,1.4300,8.8585,3765.4284,3765.4284,3765.4284 -69.5000,1.0000,76.3836,8.8085,9.0402,0.1269,0.0000,2,807.6600,165.6823,542.2723,-78.9502,14.0131,45.8643,-6.6774,4.4521,4.6545,0.0000,0.0000,4.9065,5.0410,-0.3806,0.0000,5.4216,0.0000,5.4216,0.9611,4.4606,0.0000,4.4606,0.0276,4.4330,0.0000,0.0537,1.6267,2.7526,3226.9114,3226.9114,3226.9114 -70.5000,1.0000,79.1220,9.8550,10.6762,0.4544,0.0000,2,916.8765,214.5235,492.5705,-71.3819,20.5975,47.2942,-6.8537,1.0955,14.3617,0.0000,0.0000,5.1403,13.5424,-0.6060,0.0000,14.1484,0.0000,14.1484,1.1177,13.0307,0.0000,13.0307,0.1104,12.9203,0.0000,0.0756,1.8200,11.0247,4392.9936,4392.9936,4392.9936 -71.5000,1.0000,82.2647,11.3105,11.9512,0.3542,0.0000,2,1027.6570,225.9886,602.5335,-68.6066,24.3200,64.8422,-7.3832,5.7635,12.3604,0.0000,0.0000,6.1961,12.7407,-0.6619,0.0000,13.4027,0.0000,13.4027,1.2403,12.1624,0.0000,12.1624,0.0988,12.0636,0.0000,0.1139,2.0888,9.8609,5133.0874,5133.0874,5133.0874 -72.5000,1.0000,85.9190,13.1525,14.3602,0.6692,0.0000,2,1180.1325,302.4485,616.1368,-78.5651,37.3776,76.1442,-9.7093,4.4318,26.0194,0.0000,0.0000,6.9264,25.0716,-1.0199,0.0000,26.0915,0.0000,26.0915,1.5998,24.4917,0.0000,24.4917,0.2170,24.2747,0.0000,0.1801,2.4289,21.6657,7628.6440,7628.6440,7628.6440 -73.5000,1.0000,90.2716,15.6660,16.9782,0.7272,0.0000,2,1360.0745,357.5708,720.8566,-89.2440,50.9276,102.6692,-12.7107,9.9219,32.0307,0.0000,0.0000,8.9750,32.1426,-1.3216,0.0000,33.4642,0.0000,33.4642,1.9414,31.5228,0.0000,31.5228,0.2809,31.2419,0.0000,0.3039,2.8931,28.0449,10273.1862,10273.1862,10273.1862 -74.5000,1.0000,95.4019,18.4660,19.9602,0.8283,0.0000,2,1637.0640,408.5252,822.5036,-104.7934,70.0347,141.0042,-17.9650,15.9042,41.9497,0.0000,0.0000,12.1808,42.5665,-1.7331,0.0000,44.2996,0.0000,44.2996,2.3612,41.9384,0.0000,41.9384,0.3771,41.5613,0.0000,0.4975,3.4102,37.6537,14140.8199,14140.8199,14140.8199 -75.5000,1.0000,101.1169,20.5705,21.1872,0.3408,0.0000,2,1955.1765,280.9538,858.4913,-116.4269,57.5241,175.7723,-23.8379,19.2008,21.5968,0.0000,0.0000,16.7265,22.6866,-1.4805,0.0000,24.1671,0.0000,24.1671,2.2525,21.9145,0.0000,21.9145,0.1729,21.7417,0.0000,0.6838,3.7989,17.2590,12207.4486,12207.4486,12207.4486 -76.5000,1.0000,106.9476,20.9875,20.7942,-0.1092,0.0000,2,2012.9700,8.7337,737.7276,-119.1038,1.8410,155.5113,-25.1068,-12.6240,-0.0581,0.0000,0.0000,14.5231,-0.0557,-1.2506,0.0000,1.1949,0.0000,1.1949,2.2899,-1.0950,0.0000,-1.0950,-0.0565,-1.0385,0.0000,0.7257,3.8759,-5.6400,3751.2257,3751.2257,3751.2257 -77.5000,1.0000,112.7566,20.9090,21.0302,0.0656,0.0000,3,1595.2160,-69.0532,417.1238,-103.1897,-11.5354,69.6808,-17.2379,-30.9205,12.0398,0.0000,0.0000,7.3454,9.6034,-0.6649,0.0000,10.2682,0.0000,10.2682,2.2813,7.9869,0.0000,7.9869,0.0338,7.9531,0.0000,0.7175,3.8614,3.3742,700.4075,700.4075,700.4075 -78.5000,1.0000,118.8632,21.9805,22.9372,0.5297,0.0000,3,1294.9950,345.2551,493.6404,-85.3842,46.8206,66.9433,-11.5791,1.2257,36.2697,0.0000,0.0000,9.3252,35.1755,-1.2342,0.0000,36.4097,0.0000,36.4097,2.5657,33.8440,0.0000,33.8440,0.2871,33.5569,0.0000,0.8351,4.0593,28.6626,9482.8365,9482.8365,9482.8365 -79.5000,1.0000,125.6119,24.2920,25.6532,0.7544,0.0000,3,1373.7700,478.3757,710.0441,-90.0562,68.8195,102.1476,-12.9556,5.3456,53.0386,0.0000,0.0000,10.4353,52.5474,-1.6795,0.0000,54.2269,0.0000,54.2269,3.0454,51.1815,0.0000,51.1815,0.4518,50.7297,0.0000,1.1286,4.4861,45.1149,13641.0933,13641.0933,13641.0933 -80.5000,1.0000,133.0654,26.8295,28.0122,0.6553,0.0000,3,1515.9460,445.6348,785.9900,-98.4884,70.7443,124.7755,-15.6350,7.3371,51.2976,0.0000,0.0000,12.1095,51.6920,-1.7598,0.0000,53.4518,0.0000,53.4518,3.2669,50.1850,0.0000,50.1850,0.4335,49.7515,0.0000,1.5188,4.9547,43.2780,14114.9131,14114.9131,14114.9131 -81.5000,1.0000,141.1863,29.2320,30.4582,0.6794,0.0000,3,1681.7350,459.5806,808.7239,-106.3843,80.9371,142.4251,-18.7354,8.9826,57.7898,0.0000,0.0000,14.1648,58.3378,-1.9976,0.0000,60.3354,0.0000,60.3354,3.5909,56.7446,0.0000,56.7446,0.4897,56.2549,0.0000,1.9640,5.3984,48.8924,16225.6595,16225.6595,16225.6595 -82.5000,1.0000,150.1025,32.0950,33.7382,0.9111,0.0000,3,1847.5240,561.2329,830.8285,-112.3818,108.5830,160.7423,-21.7428,8.9420,83.5009,0.0000,0.0000,16.1401,82.8305,-2.6345,0.0000,85.4650,0.0000,85.4650,4.2309,81.2341,0.0000,81.2341,0.7210,80.5132,0.0000,2.6017,5.9272,71.9843,21503.9176,21503.9176,21503.9176 -83.5000,1.0000,160.0021,35.6355,37.5392,1.0558,0.0000,3,2039.4065,649.1884,841.9031,-121.1271,138.6447,179.8020,-25.8687,14.1610,105.1116,0.0000,0.0000,19.3720,105.3222,-3.2721,0.0000,108.5943,0.0000,108.5943,4.9031,103.6912,0.0000,103.6912,0.9276,102.7636,0.0000,3.5620,6.5810,92.6206,27508.5862,27508.5862,27508.5862 -84.5000,1.0000,170.8595,39.0835,40.6342,0.8597,0.0000,3,2272.5645,566.9350,746.5543,-137.5519,134.9205,177.6668,-32.7349,16.7596,96.0471,0.0000,0.0000,22.1139,97.2710,-3.2820,0.0000,100.5531,0.0000,100.5531,5.0993,95.4538,0.0000,95.4538,0.8284,94.6253,0.0000,4.6932,7.2178,82.7143,27466.4940,27466.4940,27466.4940 -85.5000,1.0000,182.1660,40.7000,40.7722,0.0383,0.0000,3,2446.3265,188.8144,658.7075,-145.8192,48.3702,168.7468,-37.3558,8.0634,18.9968,0.0000,0.0000,21.3100,19.3807,-1.7471,0.0000,21.1278,0.0000,21.1278,4.4407,16.6871,0.0000,16.6871,0.0385,16.6486,0.0000,5.2917,7.5163,3.8406,11566.5347,11566.5347,11566.5347 -86.5000,1.0000,193.4207,40.5135,40.2612,-0.1419,0.0000,4,2056.0005,-122.3971,558.2080,-122.3971,-26.3526,120.1844,-26.3526,-56.0597,2.5626,0.0000,0.0000,11.3280,2.0220,-0.8017,0.0000,2.8237,0.0000,2.8237,4.4203,-1.5967,0.0000,-1.5967,-0.1418,-1.4549,0.0000,5.2195,7.4818,-14.1562,0.0000,0.0000,0.0000 -87.5000,1.0000,204.7356,40.7305,41.2062,0.2625,0.0000,4,1619.8595,310.0335,587.1783,-104.1807,52.5914,99.6038,-17.6723,0.7817,42.5929,0.0000,0.0000,9.2167,42.3087,-1.5446,0.0000,43.8534,0.0000,43.8534,4.4440,39.4094,0.0000,39.4094,0.2636,39.1458,0.0000,5.3043,7.5219,26.3195,10854.9459,10854.9459,10854.9459 -88.5000,1.0000,216.3013,41.6335,42.0672,0.2392,0.0000,4,1643.0915,298.5075,733.2967,-105.0081,51.3624,126.1741,-18.0681,1.5512,41.1503,0.0000,0.0000,8.6609,41.1103,-1.5429,0.0000,42.6532,0.0000,42.6532,4.5425,38.1107,0.0000,38.1107,0.2455,37.8652,0.0000,5.6648,7.6887,24.5117,10656.5963,10656.5963,10656.5963 -89.5000,1.0000,228.1100,42.5080,42.9552,0.2467,0.0000,4,1669.4515,301.4942,732.9816,-105.9468,52.7086,128.1432,-18.5221,1.1264,43.1475,0.0000,0.0000,8.4347,42.9825,-1.6048,0.0000,44.5873,0.0000,44.5873,4.6380,39.9494,0.0000,39.9494,0.2585,39.6909,0.0000,6.0293,7.8502,25.8113,10942.1455,10942.1455,10942.1455 -90.5000,1.0000,240.1523,43.3490,43.7492,0.2206,0.0000,4,1711.3375,294.1115,754.7754,-107.4385,52.7080,135.2639,-19.2541,3.2474,40.9475,0.0000,0.0000,8.5131,41.3085,-1.5923,0.0000,42.9008,0.0000,42.9008,4.7297,38.1710,0.0000,38.1710,0.2357,37.9353,0.0000,6.3942,8.0055,23.5357,10980.8062,10980.8062,10980.8062 -91.5000,1.0000,252.4929,44.4230,45.1032,0.3761,0.0000,4,1752.4225,379.3578,749.7045,-108.9017,69.6172,137.5807,-19.9849,1.0961,60.1896,0.0000,0.0000,8.3314,59.6307,-2.0030,0.0000,61.6337,0.0000,61.6337,5.0061,56.6276,0.0000,56.6276,0.4119,56.2156,0.0000,6.8823,8.2038,41.1295,14166.5970,14166.5970,14166.5970 -92.5000,1.0000,265.2297,45.8490,46.6012,0.4161,0.0000,4,1788.7390,415.8427,785.2636,-110.1950,77.8941,147.0927,-20.6413,2.8704,66.6394,0.0000,0.0000,8.3842,66.5262,-2.1859,0.0000,68.7121,0.0000,68.7121,5.2433,63.4688,0.0000,63.4688,0.4704,62.9984,0.0000,7.5669,8.4672,46.9644,15745.4034,15745.4034,15745.4034 -93.5000,1.0000,278.4889,47.7300,48.8652,0.6289,0.0000,4,1847.4480,557.4197,803.3394,-112.3789,107.8408,155.4175,-21.7413,3.6961,95.5740,0.0000,0.0000,8.5708,95.0061,-2.8325,0.0000,97.8386,0.0000,97.8386,5.8530,91.9856,0.0000,91.9856,0.7401,91.2455,0.0000,8.5394,8.8146,73.8915,21364.5840,21364.5840,21364.5840 -94.5000,1.0000,292.3202,49.7895,50.7202,0.5153,0.0000,4,1922.4080,493.6114,835.3411,-115.1956,99.3709,168.1659,-23.1905,5.0035,85.5874,0.0000,0.0000,8.7801,85.8746,-2.7024,0.0000,88.5770,0.0000,88.5770,5.9033,82.6737,0.0000,82.6737,0.6325,82.0411,0.0000,9.6911,9.1949,63.1551,19997.0630,19997.0630,19997.0630 -95.5000,1.0000,306.4832,50.9835,51.2532,0.1481,0.0000,4,2018.6160,270.4752,827.7311,-119.5359,57.1755,174.9732,-25.2686,6.6725,41.4333,0.0000,0.0000,9.0696,42.3170,-1.8307,0.0000,44.1477,0.0000,44.1477,5.5627,38.5850,0.0000,38.5850,0.1861,38.3989,0.0000,10.4019,9.4154,18.5816,12252.2023,12252.2023,12252.2023 -96.5000,1.0000,320.7390,51.3175,51.3882,0.0375,0.0000,4,1981.6510,132.7019,737.8940,-117.4217,27.5380,153.1263,-24.3671,-11.0488,30.3346,0.0000,0.0000,8.2522,28.9068,-1.5615,0.0000,30.4683,0.0000,30.4683,5.5991,24.8691,0.0000,24.8691,0.0474,24.8217,0.0000,10.6074,9.4771,4.7372,6890.7265,6890.7265,6890.7265 -97.5000,1.0000,335.2240,52.1430,52.9042,0.4211,0.0000,5,1644.2740,449.7547,529.2397,-105.0502,77.4423,91.1287,-18.0884,-24.8993,96.0139,0.0000,0.0000,6.3278,80.4456,-0.9198,0.0000,81.3654,0.0000,81.3654,6.0114,75.3540,0.0000,75.3540,0.5414,74.8127,0.0000,11.1299,9.6295,54.0533,15515.4455,15515.4455,15515.4455 -98.5000,1.0000,350.1194,53.6200,54.3422,0.3994,0.0000,5,1426.1460,594.3773,770.1665,-93.1625,88.7677,115.0210,-13.9134,2.4924,79.9461,0.0000,0.0000,6.3292,80.4625,-0.9424,0.0000,81.4049,0.0000,81.4049,6.1477,75.2572,0.0000,75.2572,0.5281,74.7291,0.0000,12.1023,9.9023,52.7245,17340.5015,17340.5015,17340.5015 -99.5000,1.0000,365.4239,55.0930,55.8502,0.4189,0.0000,5,1467.5745,611.4469,788.8067,-95.6196,93.9696,121.2270,-14.6952,1.1690,86.4684,0.0000,0.0000,6.3323,86.0549,-0.9936,0.0000,87.0484,0.0000,87.0484,6.3677,80.6807,0.0000,80.6807,0.5690,80.1118,0.0000,13.1275,10.1743,56.8100,18337.7126,18337.7126,18337.7126 -100.5000,1.0000,381.0453,56.2340,56.6242,0.2150,0.0000,5,1509.7660,430.6721,808.3258,-98.1219,68.0903,127.7982,-15.5133,2.7093,58.9308,0.0000,0.0000,6.4501,59.6609,-0.8783,0.0000,60.5392,0.0000,60.5392,6.1356,54.4036,0.0000,54.4036,0.2981,54.1055,0.0000,13.9582,10.3850,29.7623,13632.9236,13632.9236,13632.9236 -101.5000,1.0000,396.9159,57.1310,57.6442,0.2833,0.0000,5,1536.7745,483.1590,737.7216,-99.7237,77.7551,118.7220,-16.0486,-0.2088,71.5461,0.0000,0.0000,6.4178,70.8110,-0.9490,0.0000,71.7600,0.0000,71.7600,6.3256,65.4344,0.0000,65.4344,0.3991,65.0353,0.0000,14.6373,10.5507,39.8473,15431.9655,15431.9655,15431.9655 -102.5000,1.0000,413.0803,58.1885,58.7392,0.3042,0.0000,5,1556.4965,515.7902,773.0478,-100.8934,84.0717,126.0036,-16.4452,2.0966,75.3732,0.0000,0.0000,6.6019,75.7229,-0.9910,0.0000,76.7139,0.0000,76.7139,6.4971,70.2168,0.0000,70.2168,0.4364,69.7804,0.0000,15.4654,10.7460,43.5690,16653.5624,16653.5624,16653.5624 -103.5000,1.0000,429.5315,59.2210,59.7092,0.2694,0.0000,5,1592.3170,482.5629,782.8429,-103.0178,80.4659,130.5367,-17.1779,1.3579,72.4268,0.0000,0.0000,6.6813,72.4649,-0.9915,0.0000,73.4564,0.0000,73.4564,6.5431,66.9133,0.0000,66.9133,0.3934,66.5199,0.0000,16.3030,10.9367,39.2802,16066.7701,16066.7701,16066.7701 -104.5000,1.0000,446.2380,60.1400,60.5772,0.2411,0.0000,5,1618.6390,458.9311,776.4065,-104.1373,77.7904,131.6036,-17.6516,1.2362,69.7949,0.0000,0.0000,6.7594,69.8272,-0.9934,0.0000,70.8206,0.0000,70.8206,6.5880,64.2326,0.0000,64.2326,0.3575,63.8751,0.0000,17.0735,11.1064,35.6952,15575.1467,15575.1467,15575.1467 -105.5000,1.0000,463.1620,60.9235,61.2762,0.1942,0.0000,5,1639.7725,418.3332,770.9570,-104.8899,71.8347,132.3861,-18.0113,0.8758,64.1090,0.0000,0.0000,6.8499,64.0815,-0.9775,0.0000,65.0590,0.0000,65.0590,6.6472,58.4118,0.0000,58.4118,0.2916,58.1201,0.0000,17.7492,11.2511,29.1198,14476.8050,14476.8050,14476.8050 -106.5000,1.0000,480.2714,61.5905,61.9112,0.1764,0.0000,5,1663.4620,405.9385,766.5634,-105.7335,70.7134,133.5333,-18.4185,1.5315,62.2244,0.0000,0.0000,6.9575,62.4632,-0.9807,0.0000,63.4438,0.0000,63.4438,6.7200,56.7238,0.0000,56.7238,0.2678,56.4560,0.0000,18.3385,11.3742,26.7433,14297.3046,14297.3046,14297.3046 -107.5000,1.0000,497.5877,62.3355,62.7662,0.2375,0.0000,5,1680.2850,458.8183,759.1744,-106.3326,80.7332,133.5836,-18.7102,0.1889,73.5476,0.0000,0.0000,6.9967,73.1262,-1.0473,0.0000,74.1735,0.0000,74.1735,6.8400,67.3335,0.0000,67.3335,0.3650,66.9684,0.0000,19.0124,11.5118,36.4442,16185.1530,16185.1530,16185.1530 -108.5000,1.0000,515.1138,63.0905,63.4212,0.1819,0.0000,5,1697.2225,417.3814,782.9762,-106.9358,74.1823,139.1605,-19.0060,1.5745,65.5217,0.0000,0.0000,7.0861,65.7635,-1.0231,0.0000,66.7866,0.0000,66.7866,6.8837,59.9029,0.0000,59.9029,0.2830,59.6199,0.0000,19.7113,11.6513,28.2574,14986.9531,14986.9531,14986.9531 -109.5000,1.0000,532.7901,63.6315,63.8482,0.1186,0.0000,5,1719.8825,358.2075,771.6624,-107.7428,64.5152,138.9808,-19.4051,0.7978,56.6363,0.0000,0.0000,7.0811,56.6948,-0.9867,0.0000,57.6815,0.0000,57.6815,6.9427,50.7388,0.0000,50.7388,0.1861,50.5527,0.0000,20.2224,11.7512,18.5792,13182.4120,13182.4120,13182.4120 -110.5000,1.0000,550.4971,63.7420,63.6422,-0.0572,0.0000,5,1732.6240,201.9870,758.7083,-108.1966,36.6485,137.6600,-19.6312,0.5520,29.0020,0.0000,0.0000,7.0945,29.1359,-0.8494,0.0000,29.9853,0.0000,29.9853,6.9548,23.0306,0.0000,23.0306,-0.0899,23.1205,0.0000,20.3277,11.7716,-8.9788,7986.1851,7986.1851,7986.1851 -111.5000,1.0000,568.0934,63.3435,63.0512,-0.1642,0.0000,5,1728.6185,99.3073,710.6521,-108.0539,17.9767,128.6426,-19.5600,-0.9759,11.9557,0.0000,0.0000,6.9969,11.9478,-0.7557,0.0000,12.7035,0.0000,12.7035,6.9113,5.7922,0.0000,5.7922,-0.2564,6.0486,0.0000,19.9492,11.6980,-25.5986,4674.3805,4674.3805,4674.3805 -112.5000,1.0000,585.5229,62.7430,62.4412,-0.1694,0.0000,5,1717.9370,96.7541,686.6030,-107.6735,17.4062,123.5212,-19.3707,-0.1570,10.6056,0.0000,0.0000,6.9576,10.6482,-0.7387,0.0000,11.3869,0.0000,11.3869,6.8458,4.5412,0.0000,4.5412,-0.2621,4.8033,0.0000,19.3873,11.5871,-26.1711,4580.0631,4580.0631,4580.0631 -113.5000,1.0000,602.7877,62.1500,61.8652,-0.1600,0.0000,5,1702.2965,95.8462,672.2151,-107.1165,17.0859,119.8318,-19.0950,-1.4795,11.6870,0.0000,0.0000,6.8784,11.6438,-0.7336,0.0000,12.3774,0.0000,12.3774,6.7811,5.5963,0.0000,5.5963,-0.2452,5.8415,0.0000,18.8427,11.4776,-24.4788,4503.2592,4503.2592,4503.2592 -114.5000,1.0000,619.9131,61.6480,61.4372,-0.1189,0.0000,5,1683.2610,135.4490,672.5123,-106.4386,23.8757,118.5442,-18.7620,-0.5048,17.5132,0.0000,0.0000,6.8673,17.5232,-0.7547,0.0000,18.2779,0.0000,18.2779,6.7263,11.5516,0.0000,11.5516,-0.1807,11.7323,0.0000,18.3896,11.3849,-18.0422,5623.2875,5623.2875,5623.2875 -115.5000,1.0000,636.9183,61.2155,61.0002,-0.1214,0.0000,5,1672.5795,131.2560,679.5648,-106.0582,22.9898,119.0272,-18.5763,-0.5956,16.7686,0.0000,0.0000,6.8168,16.7703,-0.7435,0.0000,17.5138,0.0000,17.5138,6.6791,10.8347,0.0000,10.8347,-0.1832,11.0179,0.0000,18.0053,11.3050,-18.2924,5434.9478,5434.9478,5434.9478 -116.5000,1.0000,653.8160,60.8285,60.6632,-0.0936,0.0000,5,1657.7785,152.7221,672.0496,-105.5311,26.5129,116.6693,-18.3204,-0.9165,20.6773,0.0000,0.0000,6.7521,20.6222,-0.7565,0.0000,21.3786,0.0000,21.3786,6.6369,14.7417,0.0000,14.7417,-0.1404,14.8821,0.0000,17.6659,11.2335,-14.0173,6044.0846,6044.0846,6044.0846 -117.5000,1.0000,670.6116,60.4610,60.2652,-0.1106,0.0000,5,1645.7620,140.0500,678.8346,-105.1032,24.1368,116.9929,-18.1139,-0.3046,17.7290,0.0000,0.0000,6.7123,17.7550,-0.7358,0.0000,18.4908,0.0000,18.4908,6.5968,11.8940,0.0000,11.8940,-0.1648,12.0588,0.0000,17.3477,11.1657,-16.4545,5607.5247,5607.5247,5607.5247 -118.5000,1.0000,687.2578,59.9230,59.5872,-0.1883,0.0000,5,1636.8735,69.1513,670.6671,-104.7866,11.8534,114.9611,-17.9618,-0.5905,5.7558,0.0000,0.0000,6.6881,5.7678,-0.6663,0.0000,6.4340,0.0000,6.4340,6.5381,-0.1040,0.0000,-0.1040,-0.2782,0.1742,0.0000,16.8891,11.0663,-27.7811,3787.2928,3787.2928,3787.2928 -119.5000,1.0000,703.7384,59.3270,59.0732,-0.1428,0.0000,5,1628.4810,108.2009,649.3428,-104.4878,18.4519,110.7351,-17.8187,-0.2518,12.0367,0.0000,0.0000,6.6670,12.0704,-0.6882,0.0000,12.7586,0.0000,12.7586,6.4730,6.2855,0.0000,6.2855,-0.2088,6.4944,0.0000,16.3899,10.9562,-20.8517,4603.9484,4603.9484,4603.9484 -120.5000,1.0000,720.0746,58.8070,58.5472,-0.1461,0.0000,5,1611.8485,97.3298,648.4914,-103.8954,16.4285,109.4604,-17.5368,-1.3971,11.2491,0.0000,0.0000,6.5766,11.2006,-0.6752,0.0000,11.8759,0.0000,11.8759,6.4163,5.4595,0.0000,5.4595,-0.2118,5.6714,0.0000,15.9627,10.8602,-21.1515,4256.5355,4256.5355,4256.5355 -121.5000,1.0000,736.2517,58.2345,57.9282,-0.1719,0.0000,5,1589.9900,76.9515,642.3044,-102.8798,12.8127,106.9458,-17.1298,-0.7561,7.0656,0.0000,0.0000,6.5033,7.0687,-0.6450,0.0000,7.7137,0.0000,7.7137,6.3538,1.3598,0.0000,1.3598,-0.2469,1.6067,0.0000,15.5012,10.7545,-24.6489,3807.5277,3807.5277,3807.5277 -122.5000,1.0000,752.2816,57.7045,57.4872,-0.1225,0.0000,5,1572.2135,117.1771,627.8710,-101.8255,19.2922,103.3738,-16.7647,-0.9686,13.8241,0.0000,0.0000,6.4368,13.7886,-0.6703,0.0000,14.4589,0.0000,14.4589,6.2960,8.1628,0.0000,8.1628,-0.1743,8.3371,0.0000,15.0816,10.6566,-17.4010,4672.2515,4672.2515,4672.2515 -123.5000,1.0000,768.2003,57.3040,57.1272,-0.1000,0.0000,5,1563.7450,141.6865,646.3720,-101.3233,23.2019,105.8466,-16.5922,0.1502,16.6096,0.0000,0.0000,6.4421,16.6786,-0.6784,0.0000,17.3570,0.0000,17.3570,6.2523,11.1047,0.0000,11.1047,-0.1413,11.2459,0.0000,14.7696,10.5826,-14.1063,5348.1188,5348.1188,5348.1188 -124.5000,1.0000,784.0393,57.0170,56.9132,-0.0594,0.0000,5,1560.0825,172.0887,648.2812,-101.1060,28.1144,105.9107,-16.5178,-0.5007,22.2037,0.0000,0.0000,6.4115,22.1709,-0.7015,0.0000,22.8724,0.0000,22.8724,6.2210,16.6514,0.0000,16.6514,-0.0836,16.7349,0.0000,14.5487,10.5296,-8.3434,6238.6292,6238.6292,6238.6292 -125.5000,1.0000,799.7700,56.6275,56.3482,-0.1569,0.0000,5,1551.2320,87.2394,656.9153,-100.5811,14.1716,106.7124,-16.3389,-0.3452,8.1460,0.0000,0.0000,6.3708,8.1677,-0.6245,0.0000,8.7923,0.0000,8.7923,6.1785,2.6138,0.0000,2.6138,-0.2191,2.8329,0.0000,14.2529,10.4577,-21.8777,3881.2804,3881.2804,3881.2804 -126.5000,1.0000,815.3220,55.9840,55.6262,-0.2006,0.0000,5,1533.7225,41.4798,615.7349,-99.5427,6.6621,98.8938,-15.9877,-1.3078,1.7000,0.0000,0.0000,6.2700,1.6955,-0.6082,0.0000,2.3037,0.0000,2.3037,6.1083,-3.8046,0.0000,-3.8046,-0.2768,-3.5277,0.0000,13.7728,10.3389,-27.6394,2987.5160,2987.5160,2987.5160 -127.5000,1.0000,830.6368,55.1300,54.6402,-0.2739,0.0000,5,1509.4990,-22.4014,594.2865,-98.1060,-3.5411,93.9415,-15.5080,-0.9583,-8.7952,0.0000,0.0000,6.2124,-8.8138,-0.6204,0.0000,-8.1934,0.0000,-8.1934,6.0151,-14.2085,0.0000,-14.2085,-0.3723,-13.8362,0.0000,13.1525,10.1811,-37.1699,1666.3020,1666.3020,1666.3020 -128.5000,1.0000,845.6666,54.1040,53.5742,-0.2961,0.0000,5,1485.0845,-47.1502,560.0539,-96.6581,-7.3327,87.0983,-15.0320,-1.2838,-12.1134,0.0000,0.0000,6.0645,-12.1179,-0.6119,0.0000,-11.5060,0.0000,-11.5060,5.9032,-17.4092,0.0000,-17.4092,-0.3950,-17.0142,0.0000,12.4320,9.9917,-39.4379,1050.9715,1050.9715,1050.9715 -129.5000,1.0000,860.3856,52.9850,52.4022,-0.3256,0.0000,5,1454.2610,-77.4794,537.9573,-94.8300,-11.7993,81.9254,-14.4416,-1.4956,-16.2569,0.0000,0.0000,5.9532,-16.2494,-0.6043,0.0000,-15.6451,0.0000,-15.6451,5.7811,-21.4262,0.0000,-21.4262,-0.4253,-21.0009,0.0000,11.6768,9.7850,-42.4627,308.3585,308.3585,308.3585 -130.5000,1.0000,874.7068,51.5530,50.7102,-0.4700,0.0000,5,1422.5605,-92.9499,516.3976,-92.9499,-13.8468,76.9278,-13.8468,-1.3063,-18.3593,0.0000,0.0000,5.8189,-18.4694,-0.5872,0.0000,-17.8822,0.0000,-17.8822,5.6248,-23.5070,15.6498,-39.1569,-0.5974,-38.5595,0.8089,10.7570,9.5206,-59.6460,0.0000,0.0000,0.0000 -131.5000,1.0000,888.5317,49.7665,48.8292,-0.5225,0.0000,5,1380.7130,-90.4660,486.7952,-90.4680,-13.0803,70.3847,-13.0806,-2.2804,-16.4970,0.0000,0.0000,5.6971,-16.4873,-0.5547,0.0000,-15.9325,0.0000,-15.9325,5.4299,-21.3624,23.4838,-44.8463,-0.6411,-44.2052,0.9371,9.6778,9.1906,-64.0107,0.0000,0.0000,0.0000 -132.5000,1.0000,901.9012,48.1270,47.4312,-0.3883,0.0000,5,1331.8460,-87.5692,474.9729,-87.5698,-12.2133,66.2448,-12.2134,-1.7972,-15.9876,0.0000,0.0000,5.5715,-15.9556,-0.5287,0.0000,-15.4269,0.0000,-15.4269,5.2510,-20.6780,7.2444,-27.9223,-0.4608,-27.4616,0.9062,8.7512,8.8879,-46.0069,0.0000,0.0000,0.0000 -133.5000,1.0000,915.1525,47.7015,47.9782,0.1519,0.0000,5,1297.4365,332.4890,472.4223,-85.5290,45.1744,64.1867,-11.6206,-0.9909,40.6728,0.0000,0.0000,5.4924,40.0533,-0.6507,0.0000,40.7040,0.0000,40.7040,5.2046,35.4994,0.0000,35.4994,0.1787,35.3207,0.1497,8.5196,8.8093,17.8421,9176.7580,9176.7580,9176.7580 -134.5000,1.0000,928.4527,47.8775,47.7832,-0.0542,0.0000,5,1294.9185,161.3219,665.1974,-85.3797,21.8758,90.2031,-11.5778,0.7887,15.5504,0.0000,0.0000,5.5367,15.7015,-0.5302,0.0000,16.2317,0.0000,16.2317,5.2238,11.0079,0.0000,11.0079,-0.0639,11.0718,0.0000,8.6140,8.8418,-6.3840,4827.1577,4827.1577,4827.1577 -135.5000,1.0000,941.7231,47.7700,47.7632,-0.0056,0.0000,5,1302.6245,195.9089,586.7436,-85.8367,26.7240,80.0380,-11.7090,-0.1770,21.4048,0.0000,0.0000,5.4962,21.3729,-0.5574,0.0000,21.9303,0.0000,21.9303,5.2121,16.7182,0.0000,16.7182,-0.0065,16.7248,0.0000,8.5561,8.8219,-0.6533,5734.0538,5734.0538,5734.0538 -136.5000,1.0000,955.0141,47.8445,47.9322,0.0469,0.0000,5,1298.4285,243.1216,601.1802,-85.5879,33.0575,81.7431,-11.6375,-0.1582,27.7376,0.0000,0.0000,5.4781,27.6464,-0.5901,0.0000,28.2365,0.0000,28.2365,5.2202,23.0163,0.0000,23.0163,0.0554,22.9609,0.0000,8.5962,8.8357,5.5290,6912.3901,6912.3901,6912.3901 -137.5000,1.0000,968.3690,48.0745,48.2232,0.0808,0.0000,5,1299.1915,276.6392,623.8457,-85.6331,37.6370,84.8748,-11.6505,0.2191,31.9205,0.0000,0.0000,5.4975,31.8914,-0.6148,0.0000,32.5062,0.0000,32.5062,5.2453,27.2609,0.0000,27.2609,0.0958,27.1651,0.0000,8.7209,8.8782,9.5661,7768.4848,7768.4848,7768.4848 -138.5000,1.0000,981.8437,48.5055,48.7942,0.1586,0.0000,5,1311.6655,348.9638,643.6436,-86.3729,47.9327,88.4091,-11.8640,0.7836,41.6027,0.0000,0.0000,5.5464,41.6660,-0.6704,0.0000,42.3364,0.0000,42.3364,5.2923,37.0441,0.0000,37.0441,0.1897,36.8544,0.0000,8.9577,8.9578,18.9389,9697.4419,9697.4419,9697.4419 -139.5000,1.0000,995.5022,49.1675,49.5472,0.2092,0.0000,5,1327.1150,394.5648,673.4911,-87.2892,54.8347,93.5985,-12.1310,0.4663,48.7911,0.0000,0.0000,5.5773,48.6291,-0.7151,0.0000,49.3442,0.0000,49.3442,5.3646,43.9796,0.0000,43.9796,0.2536,43.7261,0.0000,9.3298,9.0800,25.3163,11008.7984,11008.7984,11008.7984 -140.5000,1.0000,1009.3871,49.9825,50.4242,0.2436,0.0000,5,1344.3195,430.4171,698.0289,-88.3096,60.5928,98.2663,-12.4319,0.9479,54.0181,0.0000,0.0000,5.6267,54.0057,-0.7541,0.0000,54.7598,0.0000,54.7598,5.4535,49.3063,0.0000,49.3063,0.3002,49.0061,0.0000,9.8016,9.2305,29.9740,12098.7932,12098.7932,12098.7932 -141.5000,1.0000,1023.5229,50.8855,51.3532,0.2581,0.0000,5,1369.4210,445.9610,716.6255,-89.7983,63.9532,102.7680,-12.8776,1.1453,57.1109,0.0000,0.0000,5.6970,57.1571,-0.7834,0.0000,57.9405,0.0000,57.9405,5.5520,52.3885,0.0000,52.3885,0.3237,52.0647,0.0000,10.3426,9.3973,32.3248,12730.8304,12730.8304,12730.8304 -142.5000,1.0000,1037.9798,52.0415,52.7362,0.3842,0.0000,5,1395.5140,565.2417,726.1482,-91.3458,82.6032,106.1178,-13.3491,1.0690,75.7419,0.0000,0.0000,5.7923,75.4168,-0.8929,0.0000,76.3097,0.0000,76.3097,5.9262,70.3835,0.0000,70.3835,0.4929,69.8905,0.0000,11.0646,9.6108,49.2151,16185.7887,16185.7887,16185.7887 -143.5000,1.0000,1052.9003,53.7105,54.6912,0.5431,0.0000,5,1431.3725,721.7077,780.0964,-93.4725,108.1789,116.9310,-14.0109,2.0555,100.1965,0.0000,0.0000,5.9268,100.0133,-1.0426,0.0000,101.0558,0.0000,101.0558,6.4508,94.6051,0.0000,94.6051,0.7191,93.8859,0.0000,12.1656,9.9190,71.8014,21081.1672,21081.1672,21081.1672 -144.5000,1.0000,1068.3543,55.6315,56.5782,0.5242,0.0000,5,1492.0270,720.8023,843.5906,-97.0698,112.6215,131.8066,-15.1666,3.4149,101.0696,0.0000,0.0000,8.1370,101.8666,-1.0819,0.0000,102.9486,0.0000,102.9486,6.6557,96.2929,0.0000,96.2929,0.7189,95.5740,0.0000,13.5176,10.2738,71.7826,21963.9826,21963.9826,21963.9826 -145.5000,1.0000,1084.2197,57.1120,57.6522,0.2983,0.0000,5,1543.0685,510.6181,837.9719,-100.0970,82.5107,135.4077,-16.1746,1.3050,72.9639,0.0000,0.0000,8.2417,72.9294,-0.9594,0.0000,73.8888,0.0000,73.8888,6.3558,67.5330,0.0000,67.5330,0.4201,67.1129,0.0000,14.6228,10.5472,41.9429,16346.6111,16346.6111,16346.6111 -146.5000,1.0000,1100.3663,58.1245,58.6032,0.2642,0.0000,5,1561.9135,482.2618,773.2121,-101.2146,78.8803,126.4690,-16.5550,0.4866,70.1092,0.0000,0.0000,8.2845,69.7662,-0.9598,0.0000,70.7260,0.0000,70.7260,6.4014,64.3246,0.0000,64.3246,0.3786,63.9460,0.0000,15.4141,10.7342,37.7978,15699.3581,15699.3581,15699.3581 -147.5000,1.0000,1116.7425,58.9510,59.3052,0.1950,0.0000,5,1584.4205,427.0185,774.8885,-102.5495,70.8510,128.5696,-17.0150,1.6963,60.7464,0.0000,0.0000,8.4082,61.0513,-0.9294,0.0000,61.9807,0.0000,61.9807,6.4320,55.5487,0.0000,55.5487,0.2834,55.2653,0.0000,16.0805,10.8868,28.2980,14209.7368,14209.7368,14209.7368 -148.5000,1.0000,1133.2539,59.4380,59.5772,0.0756,0.0000,5,1609.2545,316.7267,756.2106,-103.8030,53.3750,127.4372,-17.4930,0.7314,44.1551,0.0000,0.0000,8.4886,44.2569,-0.8526,0.0000,45.1095,0.0000,45.1095,6.4852,38.6243,0.0000,38.6243,0.1107,38.5136,0.0000,16.4818,10.9767,11.0550,10988.9787,10988.9787,10988.9787 -149.5000,1.0000,1149.8358,59.6915,59.8122,0.0653,0.0000,5,1615.0910,304.5643,720.4740,-104.0109,51.5115,121.8552,-17.5916,-0.1551,43.1938,0.0000,0.0000,8.4729,43.0672,-0.8508,0.0000,43.9180,0.0000,43.9180,6.5128,37.4052,0.0000,37.4052,0.0961,37.3091,0.0000,16.6936,11.0235,9.5920,10649.2329,10649.2329,10649.2329 -150.5000,1.0000,1166.4552,59.8265,59.8472,0.0097,0.0000,5,1621.0040,259.9951,723.3579,-104.2215,44.1345,122.7908,-17.6917,0.7443,34.8663,0.0000,0.0000,8.5239,35.0169,-0.8124,0.0000,35.8292,0.0000,35.8292,6.5275,29.3017,0.0000,29.3017,0.0143,29.2874,0.0000,16.8071,11.0485,1.4318,9248.7767,9248.7767,9248.7767 -151.5000,1.0000,1183.0477,59.7300,59.6192,-0.0633,0.0000,5,1623.5980,176.8894,703.3726,-104.3139,30.0752,119.5894,-17.7357,-0.4869,24.1390,0.0000,0.0000,6.4231,24.1124,-0.7557,0.0000,24.8681,0.0000,24.8681,6.5170,18.3511,0.0000,18.3511,-0.0933,18.4443,0.0000,16.7259,11.0307,-9.3122,6640.3591,6640.3591,6640.3591 -152.5000,1.0000,1199.5904,59.5505,59.4882,-0.0364,0.0000,5,1618.4860,202.3616,680.3467,-104.1318,34.2978,115.3102,-17.6490,-0.0228,27.8840,0.0000,0.0000,6.4365,27.9108,-0.7719,0.0000,28.6827,0.0000,28.6827,6.4974,22.1852,0.0000,22.1852,-0.0534,22.2387,0.0000,16.5755,10.9975,-5.3344,7425.6417,7425.6417,7425.6417 -153.5000,1.0000,1216.0934,59.4075,59.3332,-0.0431,0.0000,5,1613.8705,194.1032,684.2486,-103.9674,32.8042,115.6408,-17.5709,-0.4347,26.8239,0.0000,0.0000,6.4151,26.7859,-0.7638,0.0000,27.5498,0.0000,27.5498,6.4818,21.0679,0.0000,21.0679,-0.0631,21.1310,0.0000,16.4564,10.9711,-6.2965,7139.7699,7139.7699,7139.7699 -154.5000,1.0000,1232.5229,59.1430,58.9592,-0.1039,0.0000,5,1610.7425,142.8545,684.4822,-103.8560,24.0962,115.4561,-17.5181,0.1245,17.5536,0.0000,0.0000,6.4181,17.6231,-0.7132,0.0000,18.3362,0.0000,18.3362,6.4530,11.8833,0.0000,11.8833,-0.1515,12.0348,0.0000,16.2377,10.9222,-15.1252,5584.0775,5584.0775,5584.0775 -155.5000,1.0000,1248.8449,58.7560,58.5592,-0.1111,0.0000,5,1603.9140,130.0810,660.7595,-103.6129,21.8486,110.9821,-17.4030,-0.7966,16.2777,0.0000,0.0000,6.3675,16.2509,-0.6999,0.0000,16.9508,0.0000,16.9508,6.4107,10.5400,0.0000,10.5400,-0.1610,10.7010,0.0000,15.9211,10.8508,-16.0709,5181.8941,5181.8941,5181.8941 -156.5000,1.0000,1265.0439,58.3130,58.0732,-0.1350,0.0000,5,1589.3035,109.0840,653.2737,-102.8391,18.1550,108.7253,-17.1157,-0.6367,12.4480,0.0000,0.0000,6.3437,12.4488,-0.6734,0.0000,13.1222,0.0000,13.1222,6.3624,6.7598,0.0000,6.7598,-0.1941,6.9539,0.0000,15.5638,10.7690,-19.3789,4496.0249,4496.0249,4496.0249 -157.5000,1.0000,1281.0830,57.7375,57.4082,-0.1847,0.0000,5,1572.2895,61.8227,638.1170,-101.8300,10.1791,105.0658,-16.7663,-1.0129,4.9275,0.0000,0.0000,6.2645,4.9230,-0.6294,0.0000,5.5524,0.0000,5.5524,6.2996,-0.7472,0.0000,-0.7472,-0.2630,-0.4842,0.0000,15.1077,10.6627,-26.2547,3468.2586,3468.2586,3468.2586 -158.5000,1.0000,1296.8872,56.8920,56.3822,-0.2850,0.0000,5,1551.2320,-28.1677,615.2981,-100.5811,-4.5757,99.9519,-16.3389,-1.0066,-9.7756,0.0000,0.0000,6.2065,-9.7973,-0.6519,0.0000,-9.1455,0.0000,-9.1455,6.2074,-15.3528,0.0000,-15.3528,-0.3998,-14.9531,0.0000,14.4544,10.5065,-39.9140,1625.4226,1625.4226,1625.4226 -159.5000,1.0000,1312.4215,55.9200,55.4642,-0.2550,0.0000,5,1531.7770,-3.9704,578.8016,-99.4273,-0.6369,92.8440,-15.9489,-0.8361,-5.9115,0.0000,0.0000,6.1107,-5.9258,-0.6261,0.0000,-5.2997,0.0000,-5.2997,6.1013,-11.4010,0.0000,-11.4010,-0.3516,-11.0494,0.0000,13.7259,10.3270,-35.1024,2145.6661,2145.6661,2145.6661 -160.5000,1.0000,1327.6812,54.9320,54.4062,-0.2939,0.0000,5,1510.7960,-42.2308,577.2624,-98.1830,-6.6813,91.3288,-15.5335,-1.1220,-11.5944,0.0000,0.0000,6.0350,-11.6134,-0.6241,0.0000,-10.9893,0.0000,-10.9893,5.9935,-16.9829,0.0000,-16.9829,-0.3980,-16.5848,0.0000,13.0115,10.1446,-39.7409,1207.1594,1207.1594,1207.1594 -161.5000,1.0000,1342.5596,53.5590,52.7182,-0.4689,0.0000,5,1476.9205,-96.1730,544.0733,-96.1739,-14.8744,84.1479,-14.8745,-1.9757,-18.8088,0.0000,0.0000,5.9101,-18.8281,-0.6199,0.0000,-18.2082,0.0000,-18.2082,5.8437,-24.0519,15.8658,-39.9177,-0.6192,-39.2985,0.5689,12.0619,9.8910,-61.8204,0.0000,0.0000,0.0000 -162.5000,1.0000,1356.8973,51.6125,50.5132,-0.6125,0.0000,5,1435.4160,-93.7123,509.8709,-93.7123,-14.0865,76.6420,-14.0865,-1.7385,-18.1691,0.0000,0.0000,5.8210,-18.3106,-0.5878,0.0000,-17.7229,0.0000,-17.7229,5.6313,-23.3542,31.2292,-54.5834,-0.7794,-53.8040,3.6880,10.7963,9.5315,-77.8198,0.0000,0.0000,0.0000 -163.5000,1.0000,1370.6660,49.5640,48.6212,-0.5256,0.0000,5,1384.4130,-90.6856,484.3341,-90.6874,-13.1472,70.2165,-13.1474,-2.6594,-16.1061,0.0000,0.0000,5.6184,-16.0485,-0.5506,0.0000,-15.4979,0.0000,-15.4979,5.4078,-20.9058,15.2396,-36.1454,-0.6422,-35.5031,9.9068,9.5602,9.1529,-64.1231,0.0000,0.0000,0.0000 -164.5000,1.0000,1383.8641,47.5100,46.4052,-0.6156,0.0000,5,1327.2300,-87.2958,470.3701,-87.2960,-12.1330,65.3754,-12.1330,-2.1112,-15.5127,0.0000,0.0000,5.4909,-15.5732,-0.5185,0.0000,-15.0546,0.0000,-15.0546,5.1837,-20.2384,24.7277,-44.9660,-0.7210,-44.2450,10.5513,8.4217,8.7736,-71.9916,0.0000,0.0000,0.0000 -165.5000,1.0000,1396.4989,45.4820,44.5652,-0.5111,0.0000,5,1273.3655,-84.0998,453.6820,-84.1014,-11.2144,60.4969,-11.2146,-2.1866,-14.3591,0.0000,0.0000,5.3313,-14.3337,-0.4858,0.0000,-13.8479,0.0000,-13.8479,4.9624,-18.8104,16.3604,-35.1708,-0.5731,-34.5977,6.8402,7.3877,8.3992,-57.2248,0.0000,0.0000,0.0000 -166.5000,1.0000,1408.7379,44.0570,43.5552,-0.2806,0.0000,5,1218.9670,-43.3696,439.8565,-80.8752,-5.5361,56.1477,-10.3237,-1.9789,-8.7461,0.0000,0.0000,5.1889,-8.6556,-0.4513,0.0000,-8.2043,0.0000,-8.2043,4.8070,-13.0113,0.0000,-13.0113,-0.3047,-12.7065,2.8716,6.7129,8.1362,-30.4273,659.8497,659.8497,659.8497 -167.5000,1.0000,1420.7884,43.3785,43.2082,-0.0964,0.0000,5,1182.3455,105.7898,459.8392,-78.6972,13.0984,56.9350,-9.7439,-0.7396,8.7290,0.0000,0.0000,5.1089,8.6886,-0.4328,0.0000,9.1214,0.0000,9.1214,4.7329,4.3884,0.0000,4.3884,-0.1031,4.4915,0.3665,6.4068,8.0109,-10.2927,3142.3938,3142.3938,3142.3938 -168.5000,1.0000,1432.7244,42.9665,42.7312,-0.1325,0.0000,5,1170.6720,75.4604,532.3429,-78.0008,9.2509,65.2612,-9.5623,-0.1070,4.2707,0.0000,0.0000,5.0872,4.2890,-0.4051,0.0000,4.6941,0.0000,4.6941,4.6880,0.0061,0.0000,0.0061,-0.1404,0.1465,0.0000,6.2261,7.9348,-14.0144,2652.1377,2652.1377,2652.1377 -169.5000,1.0000,1444.5652,42.6235,42.5222,-0.0581,0.0000,5,1157.9690,134.5703,508.4921,-77.2430,16.3183,61.6609,-9.3667,-0.7975,12.0958,0.0000,0.0000,5.0200,12.0081,-0.4395,0.0000,12.4476,0.0000,12.4476,4.6506,7.7970,0.0000,7.7970,-0.0610,7.8580,0.0000,6.0780,7.8715,-6.0915,3676.8413,3676.8413,3676.8413 -170.5000,1.0000,1456.3119,42.2850,42.0542,-0.1300,0.0000,5,1148.3560,78.0154,542.2872,-76.6696,9.3818,65.2131,-9.2199,0.1130,4.2638,0.0000,0.0000,5.0050,4.2936,-0.3961,0.0000,4.6897,0.0000,4.6897,4.6136,0.0760,0.0000,0.0760,-0.1355,0.2116,0.0000,5.9345,7.8090,-13.5319,2678.2992,2678.2992,2678.2992 -171.5000,1.0000,1467.9667,41.9540,41.8602,-0.0539,0.0000,5,1146.4105,139.7816,511.5255,-76.5536,16.7810,61.4096,-9.1904,-0.2498,12.0786,0.0000,0.0000,4.9521,12.0692,-0.4311,0.0000,12.5002,0.0000,12.5002,4.5775,7.9227,0.0000,7.9227,-0.0557,7.9785,0.0000,5.7961,7.7479,-5.5655,3747.0234,3747.0234,3747.0234 -172.5000,1.0000,1479.6226,41.9580,42.0622,0.0561,0.0000,5,1139.2390,237.2703,539.0462,-76.1258,28.3065,64.3087,-9.0819,-0.2535,23.6207,0.0000,0.0000,4.9393,23.4891,-0.4888,0.0000,23.9779,0.0000,23.9779,4.5779,19.3999,0.0000,19.3999,0.0580,19.3419,0.0000,5.7977,7.7486,5.7955,5858.4934,5858.4934,5858.4934 -173.5000,1.0000,1491.3290,42.1400,42.2242,0.0450,0.0000,5,1139.1625,231.8841,588.9294,-76.1212,27.6621,70.2550,-9.0807,0.2482,22.4555,0.0000,0.0000,4.9584,22.4822,-0.4861,0.0000,22.9683,0.0000,22.9683,4.5978,18.3705,0.0000,18.3705,0.0468,18.3238,0.0000,5.8735,7.7822,4.6681,5731.8785,5731.8785,5731.8785 -174.5000,1.0000,1503.0630,42.2390,42.2602,0.0100,0.0000,5,1142.7100,199.4673,584.5805,-76.3328,23.8691,69.9534,-9.1343,0.0000,18.9130,0.0000,0.0000,4.9561,18.9050,-0.4693,0.0000,19.3743,0.0000,19.3743,4.6086,14.7657,0.0000,14.7657,0.0104,14.7552,0.0000,5.9150,7.8005,1.0398,5101.5691,5101.5691,5101.5691 -175.5000,1.0000,1514.8577,42.4575,42.6612,0.1114,0.0000,5,1146.3340,291.3791,572.5587,-76.5490,34.9783,68.7321,-9.1892,0.2551,29.7587,0.0000,0.0000,4.9645,29.7124,-0.5268,0.0000,30.2392,0.0000,30.2392,4.6324,25.6068,0.0000,25.6068,0.1166,25.4902,0.0000,6.0074,7.8409,11.6419,7169.3216,7169.3216,7169.3216 -176.5000,1.0000,1526.7831,42.9285,43.2022,0.1503,0.0000,5,1150.7590,327.9571,614.3010,-76.8130,39.5212,74.0277,-9.2565,0.0566,34.4970,0.0000,0.0000,4.9676,34.3049,-0.5562,0.0000,34.8611,0.0000,34.8611,4.6838,30.1772,0.0000,30.1772,0.1591,30.0182,0.0000,6.2096,7.9278,15.8807,7977.9019,7977.9019,7977.9019 -177.5000,1.0000,1538.9154,43.6730,44.1502,0.2633,0.0000,5,1162.3175,437.0451,638.5452,-77.5024,53.1961,77.7222,-9.4334,0.7679,47.4064,0.0000,0.0000,5.0218,47.3314,-0.6319,0.0000,47.9633,0.0000,47.9633,4.7651,43.1983,0.0000,43.1983,0.2835,42.9147,0.0000,6.5388,8.0653,28.3105,10596.3788,10596.3788,10596.3788 -178.5000,1.0000,1551.2778,44.5015,44.8592,0.1969,0.0000,5,1185.8165,379.0466,691.1587,-78.9042,47.0694,85.8270,-9.7982,0.9279,41.0573,0.0000,0.0000,5.0842,41.1705,-0.6119,0.0000,41.7824,0.0000,41.7824,4.8555,36.9270,0.0000,36.9270,0.2161,36.7109,0.0000,6.9177,8.2183,21.5748,9471.1200,9471.1200,9471.1200 -179.5000,1.0000,1563.8319,45.1915,45.5302,0.1864,0.0000,5,1212.7110,369.1629,670.0211,-80.5041,46.8818,85.0892,-10.2236,1.0540,40.6726,0.0000,0.0000,5.1552,40.8440,-0.6197,0.0000,41.4637,0.0000,41.4637,4.9307,36.5330,0.0000,36.5330,0.2077,36.3253,0.0000,7.2444,8.3458,20.7351,9432.4231,9432.4231,9432.4231 -180.5000,1.0000,1576.6031,45.9730,46.4222,0.2478,0.0000,5,1233.7685,423.4825,665.7743,-81.7530,54.7139,86.0180,-10.5625,0.5231,48.9837,0.0000,0.0000,5.2071,48.7846,-0.6706,0.0000,49.4551,0.0000,49.4551,5.0160,44.4391,0.0000,44.4391,0.2808,44.1583,0.0000,7.6271,8.4901,28.0411,10935.7513,10935.7513,10935.7513 -181.5000,1.0000,1589.6504,46.9670,47.5182,0.3044,0.0000,5,1254.9020,480.8346,696.4852,-83.0064,63.1879,91.5272,-10.9081,1.0966,56.8300,0.0000,0.0000,5.2614,56.8115,-0.7250,0.0000,57.5365,0.0000,57.5365,5.1784,52.3581,0.0000,52.3581,0.3525,52.0056,0.0000,8.1330,8.6736,35.1990,12569.2999,12569.2999,12569.2999 -182.5000,1.0000,1602.9949,48.0370,48.5622,0.2900,0.0000,5,1287.5945,469.9920,725.7326,-84.9453,63.3721,97.8553,-11.4537,1.4600,56.5508,0.0000,0.0000,5.3614,56.7451,-0.7398,0.0000,57.4849,0.0000,57.4849,5.2759,52.2089,0.0000,52.2089,0.3435,51.8655,0.0000,8.7014,8.8712,34.2928,12623.0398,12623.0398,12623.0398 -183.5000,1.0000,1616.6112,49.0155,49.4752,0.2536,0.0000,5,1314.9080,436.4493,720.8007,-86.5652,60.0977,99.2520,-11.9198,0.7146,53.9499,0.0000,0.0000,5.4332,53.8118,-0.7391,0.0000,54.5508,0.0000,54.5508,5.3480,49.2029,0.0000,49.2029,0.3065,48.8964,0.0000,9.2438,9.0520,30.6007,12003.9936,12003.9936,12003.9936 -184.5000,1.0000,1630.5048,50.0135,50.5582,0.3008,0.0000,5,1344.0910,484.2936,718.0806,-88.2960,68.1657,101.0719,-12.4279,1.6783,60.9400,0.0000,0.0000,5.5474,61.1992,-0.7909,0.0000,61.9902,0.0000,61.9902,5.5251,56.4650,0.0000,56.4650,0.3709,56.0941,0.0000,9.8203,9.2363,37.0376,13522.9653,13522.9653,13522.9653 -185.5000,1.0000,1644.6110,50.7790,51.0062,0.1244,0.0000,5,1363.9280,321.4854,729.6976,-89.4725,45.9178,104.2229,-12.7794,-0.0415,40.4025,0.0000,0.0000,5.5569,40.2104,-0.6962,0.0000,40.9066,0.0000,40.9066,5.5404,35.3662,0.0000,35.3662,0.1558,35.2104,0.0000,10.2771,9.3776,15.5557,9341.2928,9341.2928,9341.2928 -186.5000,1.0000,1658.7995,51.0755,51.1512,0.0403,0.0000,5,1374.4565,252.0374,675.3386,-90.0969,36.2764,97.2033,-12.9679,0.9305,29.7333,0.0000,0.0000,5.6126,29.9293,-0.6487,0.0000,30.5780,0.0000,30.5780,5.5727,25.0053,0.0000,25.0053,0.0507,24.9546,0.0000,10.4580,9.4324,5.0642,7553.4517,7553.4517,7553.4517 -187.5000,1.0000,1673.0261,51.2125,51.2802,0.0358,0.0000,5,1382.0095,241.2962,641.1818,-90.5449,34.9213,92.7942,-13.1040,-0.2946,29.6134,0.0000,0.0000,5.6025,29.5019,-0.6486,0.0000,30.1505,0.0000,30.1505,5.5877,24.5628,0.0000,24.5628,0.0452,24.5175,0.0000,10.5424,9.4577,4.5174,7310.6907,7310.6907,7310.6907 -188.5000,1.0000,1687.2338,51.1445,51.0152,-0.0736,0.0000,5,1383.7260,148.9157,643.1582,-90.6467,21.5784,93.1958,-13.1350,0.4409,15.4897,0.0000,0.0000,5.6479,15.5881,-0.5773,0.0000,16.1654,0.0000,16.1654,5.5803,10.5851,0.0000,10.5851,-0.0928,10.6779,0.0000,10.5005,9.4451,-9.2677,4875.8666,4875.8666,4875.8666 -189.5000,1.0000,1701.3823,50.9315,50.8542,-0.0447,0.0000,5,1384.9085,168.2428,601.3340,-90.7168,24.3998,87.2098,-13.1564,-0.3407,19.1027,0.0000,0.0000,5.6377,19.0776,-0.5917,0.0000,19.6694,0.0000,19.6694,5.5570,14.1123,0.0000,14.1123,-0.0562,14.1685,0.0000,10.3698,9.4058,-5.6071,5392.5043,5392.5043,5392.5043 -190.5000,1.0000,1715.4721,50.7200,50.5922,-0.0728,0.0000,5,1381.4370,145.3895,611.2280,-90.5109,21.0326,88.4225,-13.0937,0.0453,15.3485,0.0000,0.0000,5.6388,15.3942,-0.5700,0.0000,15.9642,0.0000,15.9642,5.5340,10.4302,0.0000,10.4302,-0.0910,10.5212,0.0000,10.2412,9.3667,-9.0867,4771.7387,4771.7387,4771.7387 -191.5000,1.0000,1729.4913,50.4660,50.3462,-0.0683,0.0000,5,1373.1590,143.7870,594.1583,-90.0200,20.6761,85.4381,-12.9446,-0.7431,15.8351,0.0000,0.0000,5.5841,15.7719,-0.5681,0.0000,16.3401,0.0000,16.3401,5.5062,10.8338,0.0000,10.8338,-0.0850,10.9189,0.0000,10.0881,9.3198,-8.4891,4689.9651,4689.9651,4689.9651 -192.5000,1.0000,1743.4082,50.0975,49.8552,-0.1364,0.0000,5,1361.2190,86.7581,594.2892,-89.3119,12.3671,84.7139,-12.7311,-0.2615,7.0610,0.0000,0.0000,5.5675,7.0795,-0.5188,0.0000,7.5983,0.0000,7.5983,5.4660,2.1323,0.0000,2.1323,-0.1685,2.3008,0.0000,9.8689,9.2518,-16.8199,3293.8003,3293.8003,3293.8003 -193.5000,1.0000,1757.1077,49.3150,48.7812,-0.2983,0.0000,5,1348.1345,-60.1795,563.0633,-88.5358,-8.4959,79.4912,-12.4992,-0.8243,-13.1701,0.0000,0.0000,5.4985,-13.2168,-0.5397,0.0000,-12.6771,0.0000,-12.6771,5.3807,-18.0577,0.0000,-18.0577,-0.3627,-17.6950,0.0000,9.4145,9.1073,-36.2168,534.1029,534.1029,534.1029 -194.5000,1.0000,1770.3888,47.8085,46.8422,-0.5386,0.0000,5,1318.7610,-86.7938,486.1824,-86.7938,-11.9862,67.1420,-11.9862,-1.5725,-15.8536,0.0000,0.0000,5.4398,-15.9435,-0.5239,0.0000,-15.4196,0.0000,-15.4196,5.2163,-20.6359,25.9780,-46.6139,-0.6349,-45.9790,0.0000,8.5803,8.8290,-63.3884,0.0000,0.0000,0.0000 -195.5000,1.0000,1783.1916,46.0870,45.3382,-0.4178,0.0000,5,1276.6460,-84.2949,458.9085,-84.2960,-11.2694,61.3515,-11.2695,-1.7795,-14.9455,0.0000,0.0000,5.4556,-14.9232,-0.4960,0.0000,-14.4272,0.0000,-14.4272,5.0285,-19.4557,11.4188,-30.8744,-0.4747,-30.3997,0.8011,7.6853,8.5111,-47.3972,0.0000,0.0000,0.0000 -196.5000,1.0000,1795.5350,44.4330,43.5342,-0.5011,0.0000,5,1230.8690,-81.5799,445.9956,-81.5811,-10.5154,57.4872,-10.5155,-1.7445,-13.9643,0.0000,0.0000,5.1934,-13.9864,-0.4699,0.0000,-13.5164,0.0000,-13.5164,4.8480,-18.3644,20.9686,-39.3330,-0.5490,-38.7841,0.9332,6.8882,8.2057,-54.8111,0.0000,0.0000,0.0000 -197.5000,1.0000,1807.4862,43.0210,42.5142,-0.2833,0.0000,5,1189.7460,-58.3633,438.2765,-79.1386,-7.2715,54.6048,-9.8599,-1.3184,-10.9930,0.0000,0.0000,5.0399,-10.9561,-0.4425,0.0000,-10.5136,0.0000,-10.5136,4.6939,-15.2075,0.0000,-15.2075,-0.3005,-14.9070,0.9035,6.2505,7.9449,-30.0060,313.3795,313.3795,313.3795 -198.5000,1.0000,1819.2439,42.3245,42.1412,-0.1036,0.0000,5,1158.9990,93.4398,444.1542,-77.3045,11.3408,53.9070,-9.3825,-0.9041,7.2717,0.0000,0.0000,4.9732,7.2239,-0.4114,0.0000,7.6353,0.0000,7.6353,4.6179,3.0174,0.0000,3.0174,-0.1081,3.1255,0.1533,5.9511,7.8163,-10.7951,2931.4437,2931.4437,2931.4437 -199.5000,1.0000,1830.9552,42.1575,42.1802,0.0108,0.0000,5,1143.7020,198.3018,519.2268,-76.3920,23.7502,62.1869,-9.1493,-0.1822,18.9849,0.0000,0.0000,4.9475,18.9331,-0.4684,0.0000,19.4015,0.0000,19.4015,4.5997,14.8018,0.0000,14.8018,0.0113,14.7905,0.0000,5.8808,7.7854,1.1243,5079.0537,5079.0537,5079.0537 -200.5000,1.0000,1842.7522,42.4660,42.7582,0.1606,0.0000,5,1145.5710,335.5977,572.5269,-76.5035,40.2596,68.6826,-9.1777,0.3140,34.9871,0.0000,0.0000,4.9585,34.8860,-0.5530,0.0000,35.4390,0.0000,35.4390,4.6334,30.8057,0.0000,30.8057,0.1681,30.6376,0.0000,6.0111,7.8424,16.7840,8118.8652,8118.8652,8118.8652 -201.5000,1.0000,1854.7108,43.0475,43.3432,0.1625,0.0000,5,1157.3965,340.4983,639.0014,-77.2089,41.2692,77.4484,-9.3579,0.5233,35.7509,0.0000,0.0000,4.9950,35.7355,-0.5650,0.0000,36.3004,0.0000,36.3004,4.6968,31.6036,0.0000,31.6036,0.1725,31.4312,0.0000,6.2614,7.9498,17.2199,8328.9091,8328.9091,8328.9091 -202.5000,1.0000,1866.9043,43.8935,44.4502,0.3075,0.0000,5,1175.8980,474.7901,646.1254,-78.3125,58.4655,79.5637,-9.6434,0.8044,52.6354,0.0000,0.0000,5.0257,52.4724,-0.6608,0.0000,53.1332,0.0000,53.1332,4.8299,48.3032,0.0000,48.3032,0.3328,47.9704,0.0000,6.6387,8.1060,33.2257,11648.5407,11648.5407,11648.5407 -203.5000,1.0000,1879.4534,45.1735,45.9032,0.4036,0.0000,5,1197.1080,571.3359,708.3411,-79.5778,71.6232,88.7983,-9.9759,0.7404,65.8067,0.0000,0.0000,5.0761,65.3100,-0.7430,0.0000,66.0530,0.0000,66.0530,5.1414,60.9116,0.0000,60.9116,0.4495,60.4621,0.0000,7.2373,8.3424,44.8824,14179.9605,14179.9605,14179.9605 -204.5000,1.0000,1892.4610,46.8240,47.7512,0.5133,0.0000,5,1233.9205,682.7535,760.2792,-81.7620,88.2226,98.2401,-10.5650,2.0264,81.0025,0.0000,0.0000,5.1937,81.1565,-0.8459,0.0000,82.0024,0.0000,82.0024,5.5322,76.4702,0.0000,76.4702,0.5926,75.8776,0.0000,8.0609,8.6472,59.1694,17221.0164,17221.0164,17221.0164 -205.5000,1.0000,1905.9619,48.6000,49.4552,0.4733,0.0000,5,1289.6540,646.0173,808.4953,-85.0675,87.2461,109.1891,-11.4886,2.2961,79.6090,0.0000,0.0000,5.3410,79.9962,-0.8653,0.0000,80.8615,0.0000,80.8615,5.6783,75.1832,0.0000,75.1832,0.5672,74.6161,0.0000,9.0127,8.9752,56.6282,17071.3647,17071.3647,17071.3647 -206.5000,1.0000,1919.9575,50.3810,51.3132,0.5161,0.0000,5,1340.9245,687.1247,796.5006,-88.1082,96.4869,111.8456,-12.3723,1.8346,89.1961,0.0000,0.0000,5.4563,89.0362,-0.9369,0.0000,89.9731,0.0000,89.9731,5.9786,83.9945,0.0000,83.9945,0.6411,83.3534,0.0000,10.0406,9.3041,64.0087,18808.7497,18808.7497,18808.7497 -207.5000,1.0000,1934.3995,51.9880,52.6692,0.3767,0.0000,5,1385.4050,562.4221,817.5474,-90.7463,81.5958,118.6092,-13.1654,1.8889,74.1190,0.0000,0.0000,5.5879,74.3373,-0.8866,0.0000,75.2239,0.0000,75.2239,5.9050,69.3189,0.0000,69.3189,0.4828,68.8361,0.0000,11.0305,9.6009,48.2047,15994.6288,15994.6288,15994.6288 -208.5000,1.0000,1949.2753,53.5495,54.4362,0.4908,0.0000,5,1425.3455,671.5509,774.6806,-93.1151,100.2369,115.6302,-13.8985,1.5527,92.9878,0.0000,0.0000,5.6965,92.6169,-1.0027,0.0000,93.6197,0.0000,93.6197,6.3244,87.2952,0.0000,87.2952,0.6480,86.6472,0.0000,12.0558,9.8893,64.7022,19520.9781,19520.9781,19520.9781 -209.5000,1.0000,1964.6484,55.3400,56.2502,0.5039,0.0000,5,1469.7870,691.8584,822.1768,-95.7508,106.4879,126.5459,-14.7376,2.4102,98.2021,0.0000,0.0000,5.8755,98.3739,-1.0597,0.0000,99.4336,0.0000,99.4336,6.5762,92.8575,0.0000,92.8575,0.6875,92.1699,0.0000,13.3059,10.2199,68.6441,20779.6619,20779.6619,20779.6619 -210.5000,1.0000,1980.4587,56.9140,57.5842,0.3706,0.0000,5,1520.3705,570.5600,831.5985,-98.7508,90.8405,132.4011,-15.7224,2.2297,82.5745,0.0000,0.0000,6.0363,82.8999,-1.0066,0.0000,83.9065,0.0000,83.9065,6.4879,77.4186,0.0000,77.4186,0.5200,76.8986,0.0000,14.4720,10.5106,51.9161,17805.1822,17805.1822,17805.1822 -211.5000,1.0000,1996.6275,58.2045,58.8312,0.3464,0.0000,5,1558.8235,561.0822,794.6789,-101.0314,91.5908,129.7231,-16.4923,1.3950,82.0354,0.0000,0.0000,8.1604,81.9247,-1.0225,0.0000,82.9472,0.0000,82.9472,6.5921,76.3552,0.0000,76.3552,0.4971,75.8581,0.0000,15.4786,10.7489,49.6306,18033.6776,18033.6776,18033.6776 -212.5000,1.0000,2013.1315,59.4110,59.9972,0.3239,0.0000,5,1596.8565,545.3395,801.3048,-103.2870,91.1930,133.9961,-17.2719,2.3006,80.5376,0.0000,0.0000,8.3548,80.9267,-1.0373,0.0000,81.9640,0.0000,81.9640,6.6882,75.2758,0.0000,75.2758,0.4744,74.8014,0.0000,16.4609,10.9717,47.3688,18082.7063,18082.7063,18082.7063 -213.5000,1.0000,2029.9254,60.4550,60.9192,0.2561,0.0000,5,1631.8760,481.6296,794.7306,-104.6087,82.3055,135.8112,-17.8765,1.1584,72.6898,0.0000,0.0000,8.4573,72.6507,-1.0129,0.0000,73.6637,0.0000,73.6637,6.6596,67.0041,0.0000,67.0041,0.3817,66.6224,0.0000,17.3433,11.1645,38.1145,16435.1626,16435.1626,16435.1626 -214.5000,1.0000,2046.8816,61.0390,61.1652,0.0683,0.0000,5,1650.7590,314.8166,778.3158,-105.2811,54.4214,134.5452,-18.1996,0.7425,45.1589,0.0000,0.0000,8.5200,45.2681,-0.8845,0.0000,46.1525,0.0000,46.1525,6.6598,39.4927,0.0000,39.4927,0.1028,39.3899,0.0000,17.8499,11.2724,10.2676,11226.2322,11226.2322,11226.2322 -215.5000,1.0000,2063.8674,61.1455,61.1322,-0.0092,0.0000,5,1659.9905,243.5613,730.8447,-105.6099,42.3392,127.0455,-18.3586,0.1945,33.6378,0.0000,0.0000,8.5069,33.6855,-0.8278,0.0000,34.5133,0.0000,34.5133,6.6715,27.8419,0.0000,27.8419,-0.0138,27.8557,0.0000,17.9434,11.2921,-1.3798,8939.0919,8939.0919,8939.0919 -216.5000,1.0000,2080.8041,60.9690,60.8122,-0.0889,0.0000,5,1657.7400,170.0598,707.0687,-105.5298,29.5221,122.7458,-18.3198,-0.4233,21.4601,0.0000,0.0000,8.4852,21.4626,-0.7631,0.0000,22.2257,0.0000,22.2257,6.6522,15.5735,0.0000,15.5735,-0.1336,15.7071,0.0000,17.7886,11.2595,-13.3409,6596.9577,6596.9577,6596.9577 -217.5000,1.0000,2097.6514,60.6470,60.4882,-0.0900,0.0000,5,1638.7425,163.1895,674.5886,-104.8532,28.0047,115.7653,-17.9937,-1.4934,21.1344,0.0000,0.0000,8.3638,20.9991,-0.7553,0.0000,21.7544,0.0000,21.7544,6.6171,15.1373,0.0000,15.1373,-0.1346,15.2719,0.0000,17.5082,11.2000,-13.4363,6280.7206,6280.7206,6280.7206 -218.5000,1.0000,2114.5077,60.6795,60.8772,0.1081,0.0000,5,1637.1405,339.6402,689.9910,-104.7961,58.2282,118.2927,-17.9664,1.3309,50.5134,0.0000,0.0000,6.3840,50.7591,-0.9062,0.0000,51.6653,0.0000,51.6653,6.6206,45.0446,0.0000,45.0446,0.1617,44.8830,0.0000,17.5364,11.2060,16.1406,11907.4375,11907.4375,11907.4375 -219.5000,1.0000,2131.4913,61.1375,61.4042,0.1464,0.0000,5,1654.3835,370.3121,737.4511,-105.4102,64.1553,127.7609,-18.2620,0.4069,57.3114,0.0000,0.0000,6.4370,57.2036,-0.9464,0.0000,58.1501,0.0000,58.1501,6.6706,51.4795,0.0000,51.4795,0.2207,51.2588,0.0000,17.9367,11.2906,22.0315,13039.5055,13039.5055,13039.5055 -220.5000,1.0000,2148.6179,61.6525,61.9072,0.1397,0.0000,5,1672.0840,369.2803,754.8266,-106.0406,64.6611,132.1703,-18.5677,1.4063,56.7377,0.0000,0.0000,6.5171,56.9700,-0.9540,0.0000,57.9239,0.0000,57.9239,6.7268,51.1972,0.0000,51.1972,0.2124,50.9848,0.0000,18.3937,11.3857,21.2053,13165.2078,13165.2078,13165.2078 -221.5000,1.0000,2165.8774,62.1310,62.3612,0.1261,0.0000,5,1686.6560,353.2591,750.0817,-106.5595,62.3948,132.4841,-18.8212,0.0908,55.7786,0.0000,0.0000,6.5254,55.6044,-0.9553,0.0000,56.5597,0.0000,56.5597,6.7790,49.7807,0.0000,49.7807,0.1932,49.5875,0.0000,18.8253,11.4741,19.2882,12764.2355,12764.2355,12764.2355 -222.5000,1.0000,2183.2476,62.5295,62.7042,0.0953,0.0000,5,1688.2960,328.9695,746.7830,-106.6179,58.1611,132.0297,-18.8498,0.0791,51.5493,0.0000,0.0000,6.5327,51.4315,-0.9410,0.0000,52.3725,0.0000,52.3725,6.8225,45.5501,0.0000,45.5501,0.1469,45.4032,0.0000,19.1897,11.5477,14.6658,11971.4334,11971.4334,11971.4334 -223.5000,1.0000,2200.7105,62.8635,63.0292,0.0903,0.0000,5,1696.8415,328.8474,745.8303,-106.9223,58.4338,132.5287,-18.9993,0.8110,51.0303,0.0000,0.0000,6.5926,51.1322,-0.9453,0.0000,52.0774,0.0000,52.0774,6.8589,45.2185,0.0000,45.2185,0.1399,45.0786,0.0000,19.4989,11.6093,13.9704,12044.6220,12044.6220,12044.6220 -224.5000,1.0000,2218.2433,63.1145,63.2062,0.0492,0.0000,5,1704.6620,289.6751,742.8527,-107.2008,51.7104,132.6080,-19.1366,0.0040,45.1338,0.0000,0.0000,6.5726,45.0716,-0.9190,0.0000,45.9906,0.0000,45.9906,6.8863,39.1043,0.0000,39.1043,0.0765,39.0278,0.0000,19.7333,11.6557,7.6389,10790.2070,10790.2070,10790.2070 -225.5000,1.0000,2235.8271,63.2985,63.3972,0.0531,0.0000,5,1706.4165,295.1188,734.3607,-107.2633,52.7364,131.2270,-19.1675,0.1799,45.9489,0.0000,0.0000,6.6076,45.9258,-0.9265,0.0000,46.8523,0.0000,46.8523,6.9064,39.9459,0.0000,39.9459,0.0828,39.8631,0.0000,19.9064,11.6897,8.2671,10983.6449,10983.6449,10983.6449 -226.5000,1.0000,2253.4723,63.5195,63.6482,0.0697,0.0000,5,1714.3130,312.3042,740.0062,-107.5445,56.0656,132.8477,-19.3066,0.6506,48.7635,0.0000,0.0000,6.6515,48.8428,-0.9451,0.0000,49.7878,0.0000,49.7878,6.9305,42.8573,0.0000,42.8573,0.1092,42.7482,0.0000,20.1156,11.7305,10.9020,11618.8692,11618.8692,11618.8692 -227.5000,1.0000,2271.1896,63.7790,63.9162,0.0744,0.0000,5,1725.7955,316.1508,746.1613,-107.9534,57.1363,134.8499,-19.5099,0.5620,49.9019,0.0000,0.0000,6.6725,49.9502,-0.9552,0.0000,50.9054,0.0000,50.9054,6.9588,43.9466,0.0000,43.9466,0.1171,43.8296,0.0000,20.3632,11.7784,11.6880,11823.5848,11823.5848,11823.5848 -228.5000,1.0000,2288.9757,64.0270,64.1442,0.0633,0.0000,5,1736.9725,306.8266,749.9187,-108.3514,55.8103,136.4067,-19.7086,0.6266,48.4640,0.0000,0.0000,6.7197,48.5414,-0.9524,0.0000,49.4938,0.0000,49.4938,6.9859,42.5080,0.0000,42.5080,0.1000,42.4080,0.0000,20.6016,11.8242,9.9822,11588.3289,11588.3289,11588.3289 -229.5000,1.0000,2306.8332,64.2835,64.4292,0.0792,0.0000,5,1747.4630,320.4426,749.2918,-108.7250,58.6390,137.1158,-19.8960,0.4954,51.3956,0.0000,0.0000,6.7480,51.4174,-0.9714,0.0000,52.3888,0.0000,52.3888,7.0138,45.3750,0.0000,45.3750,0.1255,45.2495,0.0000,20.8503,11.8716,12.5277,12111.2441,12111.2441,12111.2441 -230.5000,1.0000,2324.6742,64.2245,64.0262,-0.1119,0.0000,5,1747.3870,148.4428,747.3500,-108.7223,27.1629,136.7545,-19.8947,-0.5035,20.9594,0.0000,0.0000,6.7071,20.9689,-0.8166,0.0000,21.7855,0.0000,21.7855,7.0074,14.7781,0.0000,14.7781,-0.1773,14.9553,0.0000,20.7930,11.8607,-17.6983,6306.7127,6306.7127,6306.7127 -231.5000,1.0000,2342.4036,63.8225,63.6252,-0.1114,0.0000,5,1742.0465,149.3911,706.8836,-108.5321,27.2529,128.9544,-19.7992,-0.0694,20.6141,0.0000,0.0000,6.7082,20.6714,-0.8081,0.0000,21.4794,0.0000,21.4794,6.9635,14.5159,0.0000,14.5159,-0.1753,14.6912,0.0000,20.4050,11.7864,-17.5003,6316.2973,6316.2973,6316.2973 -232.5000,1.0000,2360.0173,63.4060,63.1932,-0.1200,0.0000,5,1731.0220,135.1084,697.3224,-108.1395,24.4914,126.4052,-19.6027,-1.1030,18.9753,0.0000,0.0000,6.6191,18.9260,-0.7920,0.0000,19.7180,0.0000,19.7180,6.9181,12.7999,0.0000,12.7999,-0.1876,12.9875,0.0000,20.0082,11.7095,-18.7301,5818.0130,5818.0130,5818.0130 -233.5000,1.0000,2377.4976,62.9260,62.6652,-0.1467,0.0000,5,1706.6835,108.9354,684.2364,-107.2728,19.4693,122.2891,-19.1722,-1.4634,14.3944,0.0000,0.0000,6.5383,14.3368,-0.7605,0.0000,15.0973,0.0000,15.0973,6.8657,8.2315,0.0000,8.2315,-0.2275,8.4591,0.0000,19.5573,11.6209,-22.7191,4888.9042,4888.9042,4888.9042 -234.5000,1.0000,2394.8322,62.4015,62.1442,-0.1447,0.0000,5,1690.7755,115.6868,680.4053,-106.7062,20.4832,120.4709,-18.8932,-0.2020,14.1574,0.0000,0.0000,6.5279,14.2004,-0.7508,0.0000,14.9511,0.0000,14.9511,6.8085,8.1427,0.0000,8.1427,-0.2227,8.3653,0.0000,19.0723,11.5240,-22.2310,5031.2732,5031.2732,5031.2732 -235.5000,1.0000,2412.0291,61.9055,61.6732,-0.1308,0.0000,5,1685.5495,124.9365,679.5350,-106.5201,22.0526,119.9449,-18.8019,-0.3396,15.8898,0.0000,0.0000,6.5023,15.9194,-0.7510,0.0000,16.6704,0.0000,16.6704,6.7544,9.9160,0.0000,9.9160,-0.1997,10.1157,0.0000,18.6211,11.4324,-19.9378,5299.6312,5299.6312,5299.6312 -236.5000,1.0000,2429.0764,61.3670,61.0672,-0.1683,0.0000,5,1673.0375,87.0954,674.4621,-106.0745,15.2591,118.1658,-18.5843,-0.9485,9.7791,0.0000,0.0000,6.4285,9.7734,-0.7108,0.0000,10.4841,0.0000,10.4841,6.6956,3.7885,0.0000,3.7885,-0.2547,4.0432,0.0000,18.1395,11.3330,-25.4293,4245.5328,4245.5328,4245.5328 -237.5000,1.0000,2445.9608,60.7805,60.5002,-0.1575,0.0000,5,1663.3100,99.4443,666.7779,-105.7281,17.3214,116.1403,-18.4159,-0.0507,10.9244,0.0000,0.0000,6.4476,10.9723,-0.7069,0.0000,11.6793,0.0000,11.6793,6.6316,5.0476,0.0000,5.0476,-0.2360,5.2836,0.0000,17.6244,11.2247,-23.5654,4454.9653,4454.9653,4454.9653 -238.5000,1.0000,2462.6822,60.1940,59.8942,-0.1683,0.0000,5,1650.1490,81.1436,658.0158,-105.2594,14.0219,113.7072,-18.1892,-1.2834,8.9471,0.0000,0.0000,6.3582,8.9233,-0.6867,0.0000,9.6101,0.0000,9.6101,6.5676,3.0424,0.0000,3.0424,-0.2498,3.2922,0.0000,17.1191,11.1163,-24.9432,4060.2072,4060.2072,4060.2072 -239.5000,1.0000,2479.2522,59.6485,59.4092,-0.1347,0.0000,5,1633.6690,113.6016,653.7311,-104.6725,19.4347,111.8386,-17.9071,-0.3827,13.4773,0.0000,0.0000,6.3401,13.5007,-0.7007,0.0000,14.2015,0.0000,14.2015,6.5081,7.6933,0.0000,7.6933,-0.1981,7.8915,0.0000,16.6578,11.0156,-19.7819,4781.0344,4781.0344,4781.0344 -240.5000,1.0000,2495.6849,59.1545,58.9062,-0.1397,0.0000,5,1621.6145,105.1728,656.8976,-104.2432,17.8599,111.5511,-17.7021,-0.8205,12.3994,0.0000,0.0000,6.2811,12.3890,-0.6869,0.0000,13.0760,0.0000,13.0760,6.4542,6.6218,0.0000,6.6218,-0.2038,6.8255,0.0000,16.2473,10.9244,-20.3462,4492.5477,4492.5477,4492.5477 -241.5000,1.0000,2511.9824,58.6680,58.4362,-0.1306,0.0000,5,1597.1620,107.7618,641.1987,-103.3052,18.0236,107.2433,-17.2782,-1.5902,13.4407,0.0000,0.0000,6.1732,13.3578,-0.6838,0.0000,14.0416,0.0000,14.0416,6.4011,7.6404,0.0000,7.6404,-0.1888,7.8293,0.0000,15.8497,10.8345,-18.8550,4490.5219,4490.5219,4490.5219 -242.5000,1.0000,2528.1838,58.3215,58.2132,-0.0619,0.0000,5,1584.0390,177.1244,651.3078,-102.5269,29.3814,108.0391,-17.0072,0.3006,22.9064,0.0000,0.0000,6.1744,22.9951,-0.7268,0.0000,23.7219,0.0000,23.7219,6.3633,17.3586,0.0000,17.3586,-0.0891,17.4476,0.0000,15.5704,10.7705,-8.8932,6500.1032,6500.1032,6500.1032 -243.5000,1.0000,2544.3599,58.2310,58.2552,0.0117,0.0000,5,1583.1615,237.4689,667.6947,-102.4748,39.3696,110.6960,-16.9891,-0.3857,33.6122,0.0000,0.0000,6.1431,33.5158,-0.7785,0.0000,34.2943,0.0000,34.2943,6.3535,27.9409,0.0000,27.9409,0.0167,27.9241,0.0000,15.4979,10.7538,1.6724,8319.9005,8319.9005,8319.9005 -244.5000,1.0000,2560.5644,58.3330,58.4172,0.0450,0.0000,5,1579.0795,269.8304,688.4714,-102.2327,44.6194,113.8462,-16.9053,-0.0111,38.4945,0.0000,0.0000,6.1360,38.4383,-0.8050,0.0000,39.2434,0.0000,39.2434,6.3646,32.8788,0.0000,32.8788,0.0647,32.8140,0.0000,15.5795,10.7727,6.4618,9308.7421,9308.7421,9308.7421 -245.5000,1.0000,2576.8183,58.5105,58.6102,0.0536,0.0000,5,1588.5785,281.7376,707.0544,-102.7961,46.8686,117.6224,-17.1007,0.9379,39.7209,0.0000,0.0000,6.2099,39.8955,-0.8153,0.0000,40.7107,0.0000,40.7107,6.3840,34.3268,0.0000,34.3268,0.0773,34.2494,0.0000,15.7222,10.8054,7.7218,9747.0547,9747.0547,9747.0547 -246.5000,1.0000,2593.1162,58.6695,58.7352,0.0347,0.0000,5,1592.8510,258.6691,702.3463,-103.0495,43.1468,117.1534,-17.1890,-0.5224,37.5123,0.0000,0.0000,6.1569,37.3468,-0.8050,0.0000,38.1518,0.0000,38.1518,6.4013,31.7505,0.0000,31.7505,0.0502,31.7003,0.0000,15.8507,10.8348,5.0147,9051.3988,9051.3988,9051.3988 -247.5000,1.0000,2609.4126,58.6635,58.5982,-0.0381,0.0000,5,1592.1260,199.7764,701.7748,-103.0065,33.3081,117.0048,-17.1740,0.4513,26.6694,0.0000,0.0000,6.1874,26.7780,-0.7515,0.0000,27.5295,0.0000,27.5295,6.4007,21.1289,0.0000,21.1289,-0.0550,21.1839,0.0000,15.8458,10.8337,-5.4956,7213.7904,7213.7904,7213.7904 -248.5000,1.0000,2625.6522,58.4595,58.3272,-0.0753,0.0000,5,1585.4885,158.6165,670.8624,-102.6128,26.3354,111.3846,-17.0370,-1.0957,21.2961,0.0000,0.0000,6.1350,21.1940,-0.7200,0.0000,21.9140,0.0000,21.9140,6.3784,15.5356,0.0000,15.5356,-0.1085,15.6441,0.0000,15.6812,10.7960,-10.8331,5954.3694,5954.3694,5954.3694 -249.5000,1.0000,2641.8153,58.1840,58.0472,-0.0778,0.0000,5,1573.5485,161.3181,661.4488,-101.9047,26.5823,108.9946,-16.7920,-0.0663,20.5493,0.0000,0.0000,6.0993,20.5899,-0.7124,0.0000,21.3023,0.0000,21.3023,6.3483,14.9540,0.0000,14.9540,-0.1116,15.0656,0.0000,15.4605,10.7451,-11.1401,5979.6108,5979.6108,5979.6108 -250.5000,1.0000,2657.8765,57.8170,57.5932,-0.1261,0.0000,5,1572.9765,117.8559,662.3300,-101.8708,19.4134,109.1001,-16.7803,0.0111,13.3036,0.0000,0.0000,6.0988,13.3570,-0.6699,0.0000,14.0269,0.0000,14.0269,6.3083,7.7186,0.0000,7.7186,-0.1798,7.8984,0.0000,15.1700,10.6774,-17.9489,4693.8182,4693.8182,4693.8182 -251.5000,1.0000,2673.7656,57.1975,56.8082,-0.2181,0.0000,5,1563.7445,30.4371,638.8472,-101.3232,4.9842,104.6144,-16.5922,-0.8976,-0.1512,0.0000,0.0000,6.0330,-0.1513,-0.6330,0.0000,0.4817,0.0000,0.4817,6.2407,-5.7590,0.0000,-5.7590,-0.3075,-5.4515,0.0000,14.6880,10.5630,-30.7025,2856.4379,2856.4379,2856.4379 -252.5000,1.0000,2689.4512,56.4650,56.1282,-0.1889,0.0000,5,1549.8205,56.3653,608.5593,-100.4974,9.1479,98.7672,-16.3104,-0.4357,3.5785,0.0000,0.0000,6.0050,3.5896,-0.6115,0.0000,4.2011,0.0000,4.2011,6.1608,-1.9597,0.0000,-1.9597,-0.2630,-1.6968,0.0000,14.1307,10.4277,-26.2552,3296.1769,3296.1769,3296.1769 -253.5000,1.0000,2704.9317,55.7265,55.3312,-0.2214,0.0000,5,1533.2265,21.5636,606.2082,-99.5133,3.4622,97.3322,-15.9778,-1.1314,-1.3315,0.0000,0.0000,5.9252,-1.3306,-0.6115,0.0000,-0.7191,0.0000,-0.7191,6.0802,-6.7993,0.0000,-6.7993,-0.3042,-6.4951,0.0000,13.5837,10.2913,-30.3701,2628.7097,2628.7097,2628.7097 -254.5000,1.0000,2720.1483,54.7765,54.2282,-0.3064,0.0000,5,1506.8665,-55.9411,583.3916,-97.9499,-8.8274,92.0584,-15.4564,-1.3273,-13.3524,0.0000,0.0000,5.8523,-13.3598,-0.6259,0.0000,-12.7339,0.0000,-12.7339,5.9765,-18.7104,0.0000,-18.7104,-0.4138,-18.2966,0.0000,12.9014,10.1159,-41.3139,878.8924,878.8924,878.8924 -255.5000,1.0000,2735.0600,53.6790,53.1362,-0.3033,0.0000,5,1476.6920,-57.3686,543.2961,-96.1603,-8.8714,84.0147,-14.8701,-1.4356,-13.1875,0.0000,0.0000,5.7517,-13.1802,-0.6077,0.0000,-12.5725,0.0000,-12.5725,5.8568,-18.4293,0.0000,-18.4293,-0.4014,-18.0278,0.0000,12.1414,9.9132,-40.0824,803.0938,803.0938,803.0938 -256.5000,1.0000,2749.6875,52.6555,52.1812,-0.2653,0.0000,5,1446.8225,-26.2325,533.4368,-94.3888,-3.9745,80.8215,-14.3009,-1.2473,-8.3855,0.0000,0.0000,5.6583,-8.3801,-0.5795,0.0000,-7.8006,0.0000,-7.8006,5.7451,-13.5458,0.0000,-13.5458,-0.3444,-13.2014,0.0000,11.4598,9.7242,-34.3854,1468.6805,1468.6805,1468.6805 -257.5000,1.0000,2764.0352,51.6485,51.1222,-0.2942,0.0000,5,1411.4595,-59.2093,528.3517,-92.2915,-8.7516,78.0944,-13.6414,-1.8484,-12.4213,0.0000,0.0000,5.5181,-12.3604,-0.5735,0.0000,-11.7868,0.0000,-11.7868,5.6353,-17.4221,0.0000,-17.4221,-0.3746,-17.0475,0.0000,10.8151,9.5382,-37.4008,661.3556,661.3556,661.3556 -258.5000,1.0000,2778.1166,50.6900,50.2642,-0.2383,0.0000,5,1378.9195,-6.7173,511.5701,-90.3616,-0.9700,73.8708,-13.0482,-0.9497,-5.4616,0.0000,0.0000,5.4414,-5.4634,-0.5415,0.0000,-4.9220,0.0000,-4.9220,5.5307,-10.4526,0.0000,-10.4526,-0.2979,-10.1548,0.0000,10.2237,9.3612,-29.7397,1748.7485,1748.7485,1748.7485 -259.5000,1.0000,2792.0347,50.1020,49.9462,-0.0883,0.0000,5,1367.2080,128.3705,536.9324,-89.6670,18.3793,76.8746,-12.8380,-0.0416,13.0013,0.0000,0.0000,5.4196,13.0379,-0.5490,0.0000,13.5869,0.0000,13.5869,5.4665,8.1204,0.0000,8.1204,-0.1091,8.2295,0.0000,9.8714,9.2526,-10.8945,4259.2430,4259.2430,4259.2430 -260.5000,1.0000,2805.9480,50.0845,50.2292,0.0786,0.0000,5,1365.1480,273.7952,589.7182,-89.5449,39.1412,84.3049,-12.8012,-0.1311,33.8451,0.0000,0.0000,5.4272,33.7111,-0.6531,0.0000,34.3642,0.0000,34.3642,5.4646,28.8996,0.0000,28.8996,0.0971,28.8025,0.0000,9.8611,9.2494,9.6921,8084.9777,8084.9777,8084.9777 -261.5000,1.0000,2819.9949,50.5655,50.9082,0.1886,0.0000,5,1361.4860,375.9833,647.0454,-89.3277,53.6056,92.2522,-12.7358,-0.1754,48.3806,0.0000,0.0000,5.4004,47.9839,-0.7323,0.0000,48.7162,0.0000,48.7162,5.5171,43.1991,0.0000,43.1991,0.2351,42.9639,0.0000,10.1483,9.3382,23.4774,10791.9953,10791.9953,10791.9953 -262.5000,1.0000,2834.2522,51.3230,51.7442,0.2322,0.0000,5,1370.1075,424.5504,695.8093,-89.8390,60.9134,99.8329,-12.8899,0.9019,54.5628,0.0000,0.0000,5.4486,54.5454,-0.7767,0.0000,55.3221,0.0000,55.3221,5.5997,49.7224,0.0000,49.7224,0.2938,49.4285,0.0000,10.6115,9.4781,29.3390,12166.8510,12166.8510,12166.8510 -263.5000,1.0000,2848.7401,52.1535,52.5692,0.2292,0.0000,5,1395.8955,424.4017,719.6502,-91.3684,62.0381,105.1969,-13.3560,1.2917,55.2214,0.0000,0.0000,5.5250,55.3795,-0.7934,0.0000,56.1729,0.0000,56.1729,5.6904,50.4825,0.0000,50.4825,0.2947,50.1879,0.0000,11.1350,9.6315,29.4215,12399.4014,12399.4014,12399.4014 -264.5000,1.0000,2863.4677,53.0160,53.4692,0.2500,0.0000,5,1423.5905,443.2441,722.8662,-93.0110,66.0780,107.7635,-13.8659,1.1039,59.3764,0.0000,0.0000,5.5977,59.3988,-0.8268,0.0000,60.2256,0.0000,60.2256,5.7845,54.4411,0.0000,54.4411,0.3268,54.1144,0.0000,11.6967,9.7907,32.6269,13152.4879,13152.4879,13152.4879 -265.5000,1.0000,2878.4318,53.8675,54.2722,0.2231,0.0000,5,1447.0130,420.7097,733.3054,-94.4001,63.7505,111.1184,-14.3045,0.9594,57.1399,0.0000,0.0000,5.6512,57.1403,-0.8285,0.0000,57.9688,0.0000,57.9688,5.8774,52.0914,0.0000,52.0914,0.2962,51.7952,0.0000,12.2692,9.9480,29.5780,12755.6478,12755.6478,12755.6478 -266.5000,1.0000,2893.6251,54.6925,55.1192,0.2353,0.0000,5,1470.3595,434.3329,730.5455,-95.7848,66.8767,112.4863,-14.7485,1.1333,60.0000,0.0000,0.0000,5.7434,60.0472,-0.8560,0.0000,60.9032,0.0000,60.9032,5.9674,54.9358,0.0000,54.9358,0.3173,54.6185,0.0000,12.8416,10.1004,31.6766,13336.7325,13336.7325,13336.7325 -267.5000,1.0000,2909.0614,55.5675,56.0222,0.2508,0.0000,5,1494.0490,450.3518,738.8642,-97.1897,70.4604,115.6001,-15.2060,1.0220,63.6119,0.0000,0.0000,5.8265,63.5696,-0.8875,0.0000,64.4571,0.0000,64.4571,6.0724,58.3847,0.0000,58.3847,0.3436,58.0411,0.0000,13.4680,10.2619,34.3112,14048.5199,14048.5199,14048.5199 -268.5000,1.0000,2924.7252,56.3865,56.7572,0.2042,0.0000,5,1518.6925,411.3786,750.1464,-98.6513,65.4245,119.3011,-15.6892,1.2595,58.2488,0.0000,0.0000,5.9162,58.3862,-0.8743,0.0000,59.2605,0.0000,59.2605,6.1522,53.1083,0.0000,53.1083,0.2838,52.8245,0.0000,14.0720,10.4132,28.3393,13157.5728,13157.5728,13157.5728 -269.5000,1.0000,2940.6032,57.1575,57.5642,0.2242,0.0000,5,1541.4665,429.3146,739.4809,-100.0020,69.3008,119.3685,-16.1425,0.8775,62.4638,0.0000,0.0000,5.9595,62.3990,-0.9069,0.0000,63.3059,0.0000,63.3059,6.2363,57.0696,0.0000,57.0696,0.3159,56.7537,0.0000,14.6572,10.5556,31.5409,13868.2541,13868.2541,13868.2541 -270.5000,1.0000,2956.7099,57.9810,58.4042,0.2333,0.0000,5,1560.4640,441.0012,749.7088,-101.1287,72.0646,122.5110,-16.5256,0.9322,65.1027,0.0000,0.0000,6.0297,65.0374,-0.9336,0.0000,65.9710,0.0000,65.9710,6.3262,59.6448,0.0000,59.6448,0.3336,59.3113,0.0000,15.3000,10.7077,33.3036,14371.8585,14371.8585,14371.8585 -271.5000,1.0000,2973.0271,58.7385,59.0792,0.1875,0.0000,5,1585.4890,403.6166,761.1398,-102.6129,67.0133,126.3736,-17.0370,1.4894,59.3975,0.0000,0.0000,6.1264,59.6279,-0.9187,0.0000,60.5466,0.0000,60.5466,6.4088,54.1378,0.0000,54.1378,0.2715,53.8662,0.0000,15.9072,10.8475,27.1115,13513.0597,13513.0597,13513.0597 -272.5000,1.0000,2989.5331,59.4185,59.7642,0.1903,0.0000,5,1607.8050,404.1928,749.0045,-103.7514,68.0535,126.1091,-17.4685,0.6930,61.1804,0.0000,0.0000,6.1801,61.0953,-0.9373,0.0000,62.0326,0.0000,62.0326,6.4830,55.5496,0.0000,55.5496,0.2787,55.2709,0.0000,16.4661,10.9731,27.8317,13738.7203,13738.7203,13738.7203 -273.5000,1.0000,3006.1983,59.9915,60.2252,0.1281,0.0000,5,1618.3720,350.5332,749.8546,-104.1277,59.4068,127.0820,-17.6471,0.3526,52.8539,0.0000,0.0000,6.2003,52.7670,-0.9048,0.0000,53.6718,0.0000,53.6718,6.5455,47.1262,0.0000,47.1262,0.1894,46.9368,0.0000,16.9468,11.0789,18.9111,12114.7693,12114.7693,12114.7693 -274.5000,1.0000,3022.9586,60.3340,60.4492,0.0622,0.0000,5,1631.9145,295.6935,739.9374,-104.6100,50.5322,126.4506,-17.8772,1.0016,43.2499,0.0000,0.0000,6.2806,43.4342,-0.8634,0.0000,44.2975,0.0000,44.2975,6.5829,37.7146,0.0000,37.7146,0.0926,37.6220,0.0000,17.2385,11.1422,9.2414,10482.4128,10482.4128,10482.4128 -275.5000,1.0000,3039.7007,60.2680,60.0932,-0.0989,0.0000,5,1639.6965,147.5404,718.7688,-104.8872,25.3340,123.4188,-18.0100,-0.2228,19.2981,0.0000,0.0000,6.2586,19.3292,-0.7405,0.0000,20.0697,0.0000,20.0697,6.5757,13.4940,0.0000,13.4940,-0.1469,13.6409,0.0000,17.1821,11.1300,-14.6711,5812.5533,5812.5533,5812.5533 -276.5000,1.0000,3056.2948,59.7355,59.3842,-0.1969,0.0000,5,1629.1675,57.0316,669.2205,-104.5122,9.7299,114.1731,-17.8304,-0.8321,4.3613,0.0000,0.0000,6.2007,4.3650,-0.6649,0.0000,5.0298,0.0000,5.0298,6.5176,-1.4878,0.0000,-1.4878,-0.2901,-1.1977,0.0000,16.7311,11.0317,-28.9605,3536.6834,3536.6834,3536.6834 -277.5000,1.0000,3072.7198,59.1270,58.8762,-0.1411,0.0000,5,1610.9710,102.9149,635.2637,-103.8642,17.3618,107.1693,-17.5219,-0.9774,12.1878,0.0000,0.0000,6.1515,12.1653,-0.6854,0.0000,12.8506,0.0000,12.8506,6.4512,6.3994,0.0000,6.3994,-0.2057,6.6051,0.0000,16.2247,10.9193,-20.5389,4392.5808,4392.5808,4392.5808 -278.5000,1.0000,3089.0199,58.6770,58.4842,-0.1089,0.0000,5,1593.9575,131.2243,645.7866,-103.1151,21.9038,107.7940,-17.2119,-0.6983,16.5284,0.0000,0.0000,6.0737,16.5096,-0.6999,0.0000,17.2095,0.0000,17.2095,6.4021,10.8073,0.0000,10.8073,-0.1575,10.9649,0.0000,15.8569,10.8362,-15.7283,5176.0077,5176.0077,5176.0077 -279.5000,1.0000,3105.2443,58.4045,58.3312,-0.0425,0.0000,5,1583.6195,190.8207,654.0357,-102.5020,31.6450,108.4628,-16.9985,-0.3116,25.8994,0.0000,0.0000,6.0573,25.8809,-0.7428,0.0000,26.6236,0.0000,26.6236,6.3724,20.2512,0.0000,20.2512,-0.0612,20.3124,0.0000,15.6369,10.7859,-6.1103,6906.9938,6906.9938,6906.9938 -280.5000,1.0000,3121.4538,58.3510,58.3772,0.0128,0.0000,5,1583.2760,242.0985,676.7760,-102.4816,40.1400,112.2096,-16.9915,0.2782,33.7607,0.0000,0.0000,6.1012,33.8084,-0.7819,0.0000,34.5903,0.0000,34.5903,6.3666,28.2237,0.0000,28.2237,0.0184,28.2053,0.0000,15.5939,10.7760,1.8354,8466.0933,8466.0933,8466.0933 -281.5000,1.0000,3137.6966,58.4710,58.5712,0.0539,0.0000,5,1582.3225,276.0395,688.2351,-102.4251,45.7399,114.0408,-16.9719,-0.3707,40.0506,0.0000,0.0000,6.0600,39.8878,-0.8146,0.0000,40.7024,0.0000,40.7024,6.3796,34.3228,0.0000,34.3228,0.0777,34.2451,0.0000,15.6904,10.7981,7.7566,9525.7247,9525.7247,9525.7247 -282.5000,1.0000,3153.9925,58.6620,58.7592,0.0522,0.0000,5,1585.1835,280.2687,706.4673,-102.5947,46.5246,117.2736,-17.0307,0.6498,39.7740,0.0000,0.0000,6.1007,39.8776,-0.8177,0.0000,40.6953,0.0000,40.6953,6.4005,34.2948,0.0000,34.2948,0.0755,34.2193,0.0000,15.8446,10.8334,7.5412,9677.9311,9677.9311,9677.9311 -283.5000,1.0000,3170.3559,58.9050,59.0572,0.0828,0.0000,5,1595.9030,318.1454,708.4967,-103.2305,53.1693,118.4058,-17.2521,0.3963,44.6253,0.0000,0.0000,8.1477,44.6255,-0.8456,0.0000,45.4711,0.0000,45.4711,6.4270,39.0441,0.0000,39.0441,0.1202,38.9239,0.0000,16.0424,10.8783,12.0031,10931.7807,10931.7807,10931.7807 -284.5000,1.0000,3186.7968,59.1840,59.3172,0.0722,0.0000,5,1601.4725,308.9518,720.0559,-103.5259,51.8130,120.7576,-17.3619,0.1500,43.4960,0.0000,0.0000,8.1670,43.4420,-0.8443,0.0000,44.2862,0.0000,44.2862,6.4574,37.8288,0.0000,37.8288,0.1054,37.7234,0.0000,16.2714,10.9298,10.5221,10689.3616,10689.3616,10689.3616 -285.5000,1.0000,3203.3155,59.4640,59.6172,0.0833,0.0000,5,1606.0500,320.8526,719.1044,-103.6889,53.9627,120.9427,-17.4389,0.3010,45.4628,0.0000,0.0000,8.1988,45.4346,-0.8590,0.0000,46.2936,0.0000,46.2936,6.4880,39.8056,0.0000,39.8056,0.1222,39.6834,0.0000,16.5035,10.9815,12.1984,11095.4648,11095.4648,11095.4648 -286.5000,1.0000,3219.9132,59.7485,59.8862,0.0747,0.0000,5,1609.0255,313.5610,721.5770,-103.7949,52.8340,121.5834,-17.4891,-0.0076,44.6381,0.0000,0.0000,8.2035,44.5357,-0.8591,0.0000,45.3949,0.0000,45.3949,6.5190,38.8758,0.0000,38.8758,0.1101,38.7658,0.0000,16.7415,11.0341,10.9902,10888.0315,10888.0315,10888.0315 -287.5000,1.0000,3236.5813,60.0020,60.1242,0.0661,0.0000,5,1610.1700,308.2827,720.4508,-103.8357,51.9816,121.4800,-17.5084,0.1207,43.6406,0.0000,0.0000,8.2203,43.5872,-0.8586,0.0000,44.4458,0.0000,44.4458,6.5467,37.8991,0.0000,37.8991,0.0978,37.8013,0.0000,16.9555,11.0809,9.7649,10730.6453,10730.6453,10730.6453 -288.5000,1.0000,3253.3250,60.2740,60.4302,0.0850,0.0000,5,1625.6200,330.0831,728.8986,-104.3859,56.1915,124.0837,-17.7701,1.4205,46.4656,0.0000,0.0000,8.3054,46.7537,-0.8791,0.0000,47.6328,0.0000,47.6328,6.5764,41.0564,0.0000,41.0564,0.1263,40.9301,0.0000,17.1871,11.1311,12.6118,11525.1476,11525.1476,11525.1476 -289.5000,1.0000,3270.1574,60.5935,60.7632,0.0925,0.0000,5,1649.7290,333.0121,736.9175,-105.2445,57.5309,127.3093,-18.1820,1.0010,48.1509,0.0000,0.0000,8.3790,48.3065,-0.8923,0.0000,49.1989,0.0000,49.1989,6.6112,42.5876,0.0000,42.5876,0.1382,42.4494,0.0000,17.4619,11.1901,13.7974,11789.6489,11789.6489,11789.6489 -290.5000,1.0000,3287.0860,60.9395,61.1222,0.0997,0.0000,5,1655.9850,323.0759,732.0850,-105.4673,56.0260,126.9540,-18.2895,-0.3685,50.1258,0.0000,0.0000,6.2688,49.8692,-0.9060,0.0000,50.7752,0.0000,50.7752,6.6490,44.1262,0.0000,44.1262,0.1498,43.9764,0.0000,17.7628,11.2540,14.9596,11522.7448,11522.7448,11522.7448 -291.5000,1.0000,3304.1309,61.3585,61.6012,0.1331,0.0000,5,1662.2415,360.4246,738.4988,-105.6901,62.7389,128.5501,-18.3974,1.0086,55.4022,0.0000,0.0000,6.3281,55.5148,-0.9416,0.0000,56.4565,0.0000,56.4565,6.6947,49.7618,0.0000,49.7618,0.2013,49.5605,0.0000,18.1318,11.3314,20.0973,12781.7799,12781.7799,12781.7799 -292.5000,1.0000,3321.3071,61.8310,62.0672,0.1294,0.0000,5,1676.1275,356.1882,747.5598,-106.1846,62.5195,131.2144,-18.6379,0.4123,55.7447,0.0000,0.0000,6.3625,55.6681,-0.9505,0.0000,56.6186,0.0000,56.6186,6.7463,49.8723,0.0000,49.8723,0.1973,49.6750,0.0000,18.5539,11.4187,19.7024,12766.4503,12766.4503,12766.4503 -293.5000,1.0000,3338.6434,62.4075,62.7542,0.1908,0.0000,5,1684.7105,414.0978,748.6948,-106.4902,73.0562,132.0866,-18.7873,0.4736,66.1939,0.0000,0.0000,6.3886,66.0105,-1.0126,0.0000,67.0230,0.0000,67.0230,6.8092,60.2139,0.0000,60.2139,0.2936,59.9202,0.0000,19.0781,11.5251,29.3170,14748.5280,14748.5280,14748.5280 -294.5000,1.0000,3356.1691,63.0895,63.4312,0.1881,0.0000,5,1706.5310,418.1543,774.0560,-107.2673,74.7273,138.3296,-19.1695,1.8071,66.4027,0.0000,0.0000,6.5176,66.7157,-1.0279,0.0000,67.7435,0.0000,67.7435,6.8836,60.8600,0.0000,60.8600,0.2925,60.5675,0.0000,19.7104,11.6511,29.2060,15098.4121,15098.4121,15098.4121 -295.5000,1.0000,3373.8600,63.6840,63.9432,0.1422,0.0000,5,1727.3595,373.2893,771.0239,-108.0091,67.5238,139.4695,-19.5376,0.3803,60.6118,0.0000,0.0000,6.5317,60.4944,-1.0068,0.0000,61.5012,0.0000,61.5012,6.9484,54.5527,0.0000,54.5527,0.2233,54.3294,0.0000,20.2726,11.7609,22.2960,13735.1959,13735.1959,13735.1959 -296.5000,1.0000,3391.6932,64.1960,64.4552,0.1422,0.0000,5,1735.4845,376.6043,762.7920,-108.2985,68.4439,138.6294,-19.6821,0.4838,61.3896,0.0000,0.0000,6.5705,61.3057,-1.0198,0.0000,62.3255,0.0000,62.3255,7.0043,55.3212,0.0000,55.3212,0.2251,55.0961,0.0000,20.7655,11.8554,22.4753,13922.5394,13922.5394,13922.5394 -297.5000,1.0000,3409.6759,64.7345,65.0202,0.1569,0.0000,5,1740.7490,391.8400,762.5491,-108.4859,71.4288,139.0057,-19.7760,0.0775,64.7798,0.0000,0.0000,6.5715,64.5252,-1.0456,0.0000,65.5707,0.0000,65.5707,7.0630,58.5077,0.0000,58.5077,0.2505,58.2572,0.0000,21.2925,11.9549,25.0098,14505.1424,14505.1424,14505.1424 -298.5000,1.0000,3427.8068,65.2680,65.5222,0.1394,0.0000,5,1756.0465,383.6346,776.4566,-109.0307,70.5476,142.7847,-20.0500,1.5715,62.3049,0.0000,0.0000,6.6712,62.5813,-1.0452,0.0000,63.6265,0.0000,63.6265,7.1213,56.5052,0.0000,56.5052,0.2244,56.2808,0.0000,21.8232,12.0534,22.4043,14348.7684,14348.7684,14348.7684 -299.5000,1.0000,3446.0847,65.7975,66.0792,0.1547,0.0000,5,1772.8315,393.5850,770.5678,-109.6285,73.0693,143.0563,-20.3526,0.2409,66.1255,0.0000,0.0000,6.7029,65.9290,-1.0715,0.0000,67.0005,0.0000,67.0005,7.1790,59.8215,0.0000,59.8215,0.2510,59.5705,0.0000,22.3587,12.1512,25.0606,14845.1141,14845.1141,14845.1141 -300.5000,1.0000,3464.5009,66.2950,66.5172,0.1217,0.0000,5,1791.7145,371.2138,784.2404,-110.3010,69.6501,147.1454,-20.6955,1.8343,60.9784,0.0000,0.0000,6.8374,61.3431,-1.0573,0.0000,62.4003,0.0000,62.4003,7.2333,55.1670,0.0000,55.1670,0.1989,54.9681,0.0000,22.8696,12.2430,19.8555,14220.6546,14220.6546,14220.6546 -301.5000,1.0000,3483.0531,66.7845,67.0582,0.1503,0.0000,5,1808.5375,390.6309,773.3340,-110.9168,73.9814,146.4614,-21.0065,0.0169,67.1247,0.0000,0.0000,6.8398,66.8595,-1.0939,0.0000,67.9535,0.0000,67.9535,7.2867,60.6668,0.0000,60.6668,0.2474,60.4193,0.0000,23.3800,12.3334,24.7058,15040.6918,15040.6918,15040.6918 -302.5000,1.0000,3501.7556,67.3260,67.6002,0.1506,0.0000,5,1817.2730,397.4172,783.5226,-111.2451,75.6302,149.1078,-21.1704,0.9579,67.7790,0.0000,0.0000,6.8934,67.8261,-1.1086,0.0000,68.9347,0.0000,68.9347,7.3458,61.5889,0.0000,61.5889,0.2499,61.3390,0.0000,23.9534,12.4334,24.9522,15367.0711,15367.0711,15367.0711 -303.5000,1.0000,3520.5551,67.6750,67.7562,0.0433,0.0000,5,1833.6385,302.8503,786.5005,-111.8600,58.1528,151.0224,-21.4792,0.8764,50.3178,0.0000,0.0000,6.9586,50.4732,-1.0273,0.0000,51.5006,0.0000,51.5006,7.3839,44.1167,0.0000,44.1167,0.0723,44.0444,0.0000,24.3274,12.4979,7.2190,12135.0596,12135.0596,12135.0596 -304.5000,1.0000,3539.3422,67.6300,67.5102,-0.0683,0.0000,5,1843.0995,200.9424,767.0400,-112.2155,38.7837,148.0456,-21.6586,0.1900,31.6390,0.0000,0.0000,6.9547,31.7255,-0.9318,0.0000,32.6573,0.0000,32.6573,7.3790,25.2783,0.0000,25.2783,-0.1139,25.3923,0.0000,24.2790,12.4896,-11.3763,8500.9173,8500.9173,8500.9173 -305.5000,1.0000,3558.0129,67.2115,66.9192,-0.1642,0.0000,5,1842.9085,113.8801,745.6819,-112.2084,21.9776,143.9084,-21.6550,-0.2116,15.2502,0.0000,0.0000,6.9390,15.3020,-0.8413,0.0000,16.1432,0.0000,16.1432,7.3333,8.8099,0.0000,8.8099,-0.2720,9.0820,0.0000,23.8314,12.4123,-27.1618,5612.1186,5612.1186,5612.1186 -306.5000,1.0000,3576.4838,66.4920,66.0712,-0.2356,0.0000,5,1827.6110,42.9257,716.8648,-111.6335,8.2154,137.1986,-21.3652,-1.5071,2.8800,0.0000,0.0000,6.8425,2.8772,-0.7896,0.0000,3.6668,0.0000,3.6668,7.2548,-3.5880,0.0000,-3.5880,-0.3862,-3.2018,0.0000,23.0747,12.2794,-38.5560,3864.0935,3864.0935,3864.0935 -307.5000,1.0000,3594.7332,65.6945,65.3242,-0.2075,0.0000,5,1800.9460,64.6451,693.0878,-110.6316,12.1917,130.7126,-20.8645,-1.4640,6.9016,0.0000,0.0000,6.7541,6.8901,-0.7715,0.0000,7.6616,0.0000,7.6616,7.1678,0.4938,0.0000,0.4938,-0.3361,0.8299,0.0000,22.2542,12.1321,-33.5565,4234.2421,4234.2421,4234.2421 -308.5000,1.0000,3612.7516,64.8630,64.4082,-0.2544,0.0000,5,1770.6190,18.3733,684.5575,-109.5497,3.4068,126.9298,-20.3126,-1.8583,-1.3320,0.0000,0.0000,6.5970,-1.3285,-0.7701,0.0000,-0.5585,0.0000,-0.5585,7.0771,-7.6355,0.0000,-7.6355,-0.4069,-7.2286,0.0000,21.4202,11.9786,-40.6274,3172.7326,3172.7326,3172.7326 -309.5000,1.0000,3630.5500,64.0710,63.7402,-0.1856,0.0000,5,1741.7030,79.1073,666.7314,-108.5199,14.4284,121.6056,-19.7930,-1.2649,9.1687,0.0000,0.0000,6.5246,9.1542,-0.7542,0.0000,9.9084,0.0000,9.9084,6.9907,2.9178,0.0000,2.9178,-0.2931,3.2109,0.0000,20.6446,11.8323,-29.2661,4305.8669,4305.8669,4305.8669 -310.5000,1.0000,3648.1616,63.3985,63.0632,-0.1881,0.0000,5,1728.5420,80.5313,685.0514,-108.0512,14.5772,124.0029,-19.5586,-0.1417,8.2082,0.0000,0.0000,6.5107,8.2459,-0.7379,0.0000,8.9838,0.0000,8.9838,6.9173,2.0665,0.0000,2.0665,-0.2939,2.3605,0.0000,20.0014,11.7081,-29.3491,4284.4823,4284.4823,4284.4823 -311.5000,1.0000,3665.6083,62.8050,62.5532,-0.1417,0.0000,5,1717.1360,113.5252,675.4275,-107.6450,20.4139,121.4541,-19.3565,-1.0620,15.0394,0.0000,0.0000,6.4365,15.0122,-0.7618,0.0000,15.7740,0.0000,15.7740,6.8525,8.9215,0.0000,8.9215,-0.2194,9.1408,0.0000,19.4447,11.5985,-21.9024,5075.7712,5075.7712,5075.7712 -312.5000,1.0000,3682.9320,62.3620,62.1772,-0.1044,0.0000,5,1695.2775,144.0935,676.3644,-106.8666,25.5808,120.0743,-18.9719,-1.2272,20.4621,0.0000,0.0000,6.3459,20.3812,-0.7813,0.0000,21.1626,0.0000,21.1626,6.8042,14.3584,0.0000,14.3584,-0.1606,14.5190,0.0000,19.0360,11.5167,-16.0337,5960.4498,5960.4498,5960.4498 -313.5000,1.0000,3700.1904,62.1270,62.0832,-0.0261,0.0000,5,1677.9205,216.3234,683.8316,-106.2484,38.0105,120.1570,-18.6691,-0.5739,32.2858,0.0000,0.0000,6.2986,32.2030,-0.8370,0.0000,33.0400,0.0000,33.0400,6.7785,26.2614,0.0000,26.2614,-0.0400,26.3014,0.0000,18.8214,11.4733,-3.9933,8167.8924,8167.8924,8167.8924 -314.5000,1.0000,3717.4155,62.0070,61.9372,-0.0406,0.0000,5,1680.5525,209.4712,712.8072,-106.3422,36.8642,125.4448,-18.7148,0.8464,29.6737,0.0000,0.0000,6.3441,29.8537,-0.8231,0.0000,30.6768,0.0000,30.6768,6.7655,23.9113,0.0000,23.9113,-0.0620,23.9733,0.0000,18.7126,11.4512,-6.1904,7966.1149,7966.1149,7966.1149 -315.5000,1.0000,3734.5684,61.7475,61.5642,-0.1036,0.0000,5,1686.0075,147.0515,705.2084,-106.5364,25.9632,124.5104,-18.8099,-0.2844,19.9159,0.0000,0.0000,6.3316,19.9437,-0.7686,0.0000,20.7123,0.0000,20.7123,6.7371,13.9752,0.0000,13.9752,-0.1577,14.1329,0.0000,18.4788,11.4032,-15.7491,6007.4410,6007.4410,6007.4410 -316.5000,1.0000,3751.6005,61.3120,61.0662,-0.1383,0.0000,5,1672.4270,111.1054,679.4985,-106.0528,19.4586,119.0047,-18.5737,-1.1127,14.3175,0.0000,0.0000,6.2538,14.2828,-0.7326,0.0000,15.0154,0.0000,15.0154,6.6896,8.3258,0.0000,8.3258,-0.2091,8.5349,0.0000,18.0907,11.3228,-20.8786,4825.1214,4825.1214,4825.1214 -317.5000,1.0000,3768.4712,60.7315,60.4032,-0.1842,0.0000,5,1643.8545,65.8872,656.5192,-105.0353,11.3421,113.0159,-18.0812,-1.7907,6.9667,0.0000,0.0000,6.1661,6.9293,-0.6857,0.0000,7.6150,0.0000,7.6150,6.6263,0.9887,0.0000,0.9887,-0.2758,1.2645,0.0000,17.5819,11.2156,-27.5330,3745.4299,3745.4299,3745.4299 -318.5000,1.0000,3785.1682,60.1060,59.8152,-0.1633,0.0000,5,1623.4075,90.8084,646.8105,-104.3071,15.4377,109.9596,-17.7325,-0.2700,9.5736,0.0000,0.0000,6.1341,9.6046,-0.6887,0.0000,10.2933,0.0000,10.2933,6.5580,3.7352,0.0000,3.7352,-0.2420,3.9773,0.0000,17.0441,11.1001,-24.1670,4165.5854,4165.5854,4165.5854 -319.5000,1.0000,3801.6991,59.5080,59.2072,-0.1689,0.0000,5,1620.7370,85.2312,655.1657,-104.2120,14.4657,111.1968,-17.6872,0.0038,8.3194,0.0000,0.0000,6.1425,8.3623,-0.6725,0.0000,9.0348,0.0000,9.0348,6.4928,2.5420,0.0000,2.5420,-0.2478,2.7898,0.0000,16.5405,10.9897,-24.7403,4049.3832,4049.3832,4049.3832 -320.5000,1.0000,3818.1093,59.0735,58.9462,-0.0725,0.0000,5,1611.5435,162.3283,644.5241,-103.8846,27.3946,108.7702,-17.5316,-0.9136,22.2303,0.0000,0.0000,6.0779,22.1519,-0.7349,0.0000,22.8868,0.0000,22.8868,6.4454,16.4414,0.0000,16.4414,-0.1056,16.5470,0.0000,16.1805,10.9094,-10.5429,6167.8219,6167.8219,6167.8219 -321.5000,1.0000,3834.4884,58.9615,58.9832,0.0103,0.0000,5,1595.7885,237.3865,665.6452,-103.2237,39.6698,111.2364,-17.2498,-0.6393,34.2744,0.0000,0.0000,6.0347,34.1236,-0.7935,0.0000,34.9171,0.0000,34.9171,6.4332,28.4840,0.0000,28.4840,0.0149,28.4690,0.0000,16.0885,10.8887,1.4918,8402.7980,8402.7980,8402.7980 -322.5000,1.0000,3850.8932,59.0540,59.1312,0.0411,0.0000,5,1593.1560,270.5646,695.0580,-103.0676,45.1396,115.9599,-17.1953,0.3807,38.6854,0.0000,0.0000,6.0735,38.7314,-0.8183,0.0000,39.5497,0.0000,39.5497,6.4433,33.1064,0.0000,33.1064,0.0599,33.0466,0.0000,16.1644,10.9058,5.9764,9427.0989,9427.0989,9427.0989 -323.5000,1.0000,3867.3630,59.2880,59.4512,0.0889,0.0000,5,1604.5240,314.3394,709.4348,-103.6346,52.8170,119.2030,-17.4132,0.7367,45.9294,0.0000,0.0000,6.1508,46.0192,-0.8590,0.0000,46.8782,0.0000,46.8782,6.4688,40.4095,0.0000,40.4095,0.1299,40.2795,0.0000,16.3574,10.9490,12.9731,10880.2199,10880.2199,10880.2199 -324.5000,1.0000,3883.9301,59.6385,59.8322,0.1058,0.0000,5,1613.5270,327.6798,721.0663,-103.9552,55.3675,121.8372,-17.5651,0.1512,49.0933,0.0000,0.0000,6.1229,48.9833,-0.8798,0.0000,49.8631,0.0000,49.8631,6.5070,43.3561,0.0000,43.3561,0.1556,43.2004,0.0000,16.6493,11.0138,15.5374,11363.1698,11363.1698,11363.1698 -325.5000,1.0000,3900.5952,59.9910,60.1562,0.0900,0.0000,5,1618.9440,316.4563,727.7208,-104.1481,53.6506,123.3745,-17.6568,0.3868,47.1324,0.0000,0.0000,6.1313,47.1184,-0.8762,0.0000,47.9947,0.0000,47.9947,6.5455,41.4492,0.0000,41.4492,0.1331,41.3161,0.0000,16.9462,11.0789,13.2910,11049.8741,11049.8741,11049.8741 -326.5000,1.0000,3917.3256,60.2260,60.3022,0.0406,0.0000,5,1628.5955,274.1043,727.1643,-104.4918,46.7474,124.0151,-17.8207,0.5761,39.9749,0.0000,0.0000,6.1964,40.0677,-0.8445,0.0000,40.9123,0.0000,40.9123,6.5711,34.3411,0.0000,34.3411,0.0602,34.2809,0.0000,17.1460,11.1223,6.0126,9736.2742,9736.2742,9736.2742 -327.5000,1.0000,3934.0884,60.3430,60.3902,0.0244,0.0000,5,1644.9990,260.5899,721.1088,-105.0760,44.8902,124.2210,-18.1008,1.0752,37.5906,0.0000,0.0000,6.2244,37.8063,-0.8351,0.0000,38.6413,0.0000,38.6413,6.5839,32.0574,0.0000,32.0574,0.0364,32.0211,0.0000,17.2461,11.1439,3.6311,9401.5310,9401.5310,9401.5310 -328.5000,1.0000,3950.8310,60.2700,60.1562,-0.0650,0.0000,5,1645.4950,171.9766,705.3613,-105.0937,29.6343,121.5449,-18.1093,-1.0254,24.4873,0.0000,0.0000,6.1724,24.3836,-0.7661,0.0000,25.1497,0.0000,25.1497,6.5759,18.5738,0.0000,18.5738,-0.0966,18.6704,0.0000,17.1837,11.1304,-9.6437,6595.5322,6595.5322,6595.5322 -329.5000,1.0000,3967.5001,60.0055,59.8612,-0.0819,0.0000,5,1635.5005,161.9394,683.7373,-104.7377,27.7352,117.1031,-17.9384,0.0153,21.5587,0.0000,0.0000,6.1612,21.6139,-0.7477,0.0000,22.3615,0.0000,22.3615,6.5471,15.8145,0.0000,15.8145,-0.1212,15.9357,0.0000,16.9585,11.0815,-12.1043,6229.5218,6229.5218,6229.5218 -330.5000,1.0000,3984.0621,59.6200,59.3852,-0.1322,0.0000,5,1617.8380,107.5925,664.6711,-104.1087,18.2283,112.6083,-17.6381,-1.7700,13.9456,0.0000,0.0000,6.0526,13.8473,-0.7020,0.0000,14.5493,0.0000,14.5493,6.5050,8.0443,0.0000,8.0443,-0.1944,8.2387,0.0000,16.6339,11.0103,-19.4055,4553.2200,4553.2200,4553.2200 -331.5000,1.0000,4000.5302,59.2820,59.1852,-0.0556,0.0000,5,1595.5595,182.3342,649.8623,-103.2101,30.4656,108.5833,-17.2450,-0.4374,24.8556,0.0000,0.0000,6.0473,24.8280,-0.7519,0.0000,25.5799,0.0000,25.5799,6.4681,19.1117,0.0000,19.1117,-0.0812,19.1929,0.0000,16.3524,10.9479,-8.1074,6709.0713,6709.0713,6709.0713 -332.5000,1.0000,4016.9596,59.1425,59.1062,-0.0219,0.0000,5,1604.9820,219.1962,687.1677,-103.6509,36.8410,115.4946,-17.4209,1.3687,29.3380,0.0000,0.0000,6.1344,29.6116,-0.7737,0.0000,30.3854,0.0000,30.3854,6.4529,23.9324,0.0000,23.9324,-0.0320,23.9644,0.0000,16.2372,10.9222,-3.1949,7885.4116,7885.4116,7885.4116 -333.5000,1.0000,4033.3902,59.1470,59.1942,0.0244,0.0000,5,1610.0560,248.1014,685.3289,-103.8316,41.8311,115.5496,-17.5065,-0.8713,36.6315,0.0000,0.0000,6.0709,36.4039,-0.8081,0.0000,37.2120,0.0000,37.2120,6.4534,30.7586,0.0000,30.7586,0.0356,30.7230,0.0000,16.2409,10.9230,3.5591,8819.2510,8819.2510,8819.2510 -334.5000,1.0000,4049.8566,59.2760,59.3642,0.0472,0.0000,5,1602.7315,274.7625,699.4521,-103.5707,46.1155,117.3944,-17.3831,0.1464,39.9136,0.0000,0.0000,6.0555,39.8934,-0.8279,0.0000,40.7213,0.0000,40.7213,6.4675,34.2538,0.0000,34.2538,0.0690,34.1848,0.0000,16.3474,10.9468,6.8906,9619.2468,9619.2468,9619.2468 -335.5000,1.0000,4066.4066,59.5765,59.7952,0.1197,0.0000,5,1603.9520,340.3328,706.4338,-103.6142,57.1642,118.6565,-17.4036,-0.0263,51.1382,0.0000,0.0000,6.0523,50.9454,-0.8887,0.0000,51.8340,0.0000,51.8340,6.5003,45.3338,0.0000,45.3338,0.1759,45.1579,0.0000,16.5975,11.0023,17.5582,11691.5365,11691.5365,11691.5365 -336.5000,1.0000,4083.0697,59.9840,60.1792,0.1067,0.0000,5,1614.7095,335.0095,734.4888,-103.9973,56.6474,124.1962,-17.5851,1.0932,49.4037,0.0000,0.0000,6.1506,49.5823,-0.8886,0.0000,50.4708,0.0000,50.4708,6.5447,43.9261,0.0000,43.9261,0.1577,43.7683,0.0000,16.9403,11.0776,15.7505,11601.5684,11601.5684,11601.5684 -337.5000,1.0000,4099.7655,60.1015,60.0302,-0.0414,0.0000,5,1629.0150,200.0893,730.9399,-104.5068,34.1332,124.6911,-17.8278,0.3282,27.6417,0.0000,0.0000,6.1633,27.7318,-0.7802,0.0000,28.5119,0.0000,28.5119,6.5575,21.9544,0.0000,21.9544,-0.0613,22.0157,0.0000,17.0399,11.0993,-6.1235,7408.0722,7408.0722,7408.0722 -338.5000,1.0000,4116.4187,59.9485,59.8732,-0.0436,0.0000,5,1627.8325,193.3213,686.8449,-104.4647,32.9547,117.0839,-17.8077,-0.4462,27.2857,0.0000,0.0000,6.1153,27.2465,-0.7752,0.0000,28.0217,0.0000,28.0217,6.5409,21.4808,0.0000,21.4808,-0.0645,21.5453,0.0000,16.9101,11.0710,-6.4358,7186.1732,7186.1732,7186.1732 -339.5000,1.0000,4132.9954,59.6730,59.4792,-0.1094,0.0000,5,1624.7805,137.8165,687.8740,-104.3560,23.4490,117.0394,-17.7558,0.1408,17.1793,0.0000,0.0000,6.1289,17.2512,-0.7201,0.0000,17.9713,0.0000,17.9713,6.5108,11.4605,0.0000,11.4605,-0.1610,11.6215,0.0000,16.6782,11.0201,-16.0768,5476.6522,5476.6522,5476.6522 -340.5000,1.0000,4149.4020,59.0605,58.6482,-0.2308,0.0000,5,1619.5925,25.8831,664.6410,-104.1712,4.3899,112.7253,-17.6678,-0.6564,-1.0385,0.0000,0.0000,6.0847,-1.0416,-0.6667,0.0000,-0.3749,0.0000,-0.3749,6.4440,-6.8188,0.0000,-6.8188,-0.3361,-6.4827,0.0000,16.1705,10.9070,-33.5602,2926.8424,2926.8424,2926.8424 -341.5000,1.0000,4165.5688,58.1970,57.7522,-0.2489,0.0000,5,1592.4695,-0.9732,610.7134,-103.0268,-0.1623,101.8444,-17.1811,-2.0071,-4.1256,0.0000,0.0000,5.9704,-4.1040,-0.6597,0.0000,-3.4443,0.0000,-3.4443,6.3498,-9.7941,0.0000,-9.7941,-0.3571,-9.4370,0.0000,15.4717,10.7475,-35.6562,2351.4558,2351.4558,2351.4558 -342.5000,1.0000,4181.4934,57.3255,56.9052,-0.2353,0.0000,5,1557.9460,12.2359,593.9339,-100.9793,1.9963,96.8990,-16.4745,-1.3394,-2.5511,0.0000,0.0000,5.8868,-2.5470,-0.6411,0.0000,-1.9059,0.0000,-1.9059,6.2547,-8.1605,0.0000,-8.1605,-0.3325,-7.8280,0.0000,14.7869,10.5866,-33.2015,2516.5557,2516.5557,2516.5557 -343.5000,1.0000,4197.2067,56.5645,56.2302,-0.1875,0.0000,5,1538.4145,56.6259,597.6326,-99.8210,9.1226,96.2800,-16.0814,-0.5226,3.8321,0.0000,0.0000,5.8131,3.8412,-0.6125,0.0000,4.4537,0.0000,4.4537,6.1716,-1.7179,0.0000,-1.7179,-0.2615,-1.4564,0.0000,14.2056,10.4461,-26.1081,3270.0502,3270.0502,3270.0502 -344.5000,1.0000,4212.7522,55.9605,55.6972,-0.1481,0.0000,5,1519.6460,84.9671,600.9006,-98.7078,13.5214,95.6255,-15.7081,-1.2353,9.0133,0.0000,0.0000,5.7434,8.9776,-0.6180,0.0000,9.5956,0.0000,9.5956,6.1057,3.4898,0.0000,3.4898,-0.2043,3.6941,0.0000,13.7552,10.3345,-20.3956,3740.9369,3740.9369,3740.9369 -345.5000,1.0000,4228.1346,55.3735,55.0562,-0.1781,0.0000,5,1501.8695,61.8990,611.3051,-97.6535,9.7352,96.1433,-15.3585,-0.4187,4.4770,0.0000,0.0000,5.6768,4.4895,-0.5913,0.0000,5.0807,0.0000,5.0807,6.0417,-0.9610,0.0000,-0.9610,-0.2431,-0.7179,0.0000,13.3270,10.2261,-24.2709,3282.8932,3282.8932,3282.8932 -346.5000,1.0000,4243.3476,54.7635,54.4772,-0.1608,0.0000,5,1491.0735,74.0082,598.2682,-97.0133,11.5560,93.4165,-15.1481,-0.5729,6.4872,0.0000,0.0000,5.6417,6.4943,-0.5866,0.0000,7.0809,0.0000,7.0809,5.9751,1.1057,0.0000,1.1057,-0.2172,1.3229,0.0000,12.8913,10.1135,-21.6819,3469.1393,3469.1393,3469.1393 -347.5000,1.0000,4258.3860,54.1350,53.7992,-0.1883,0.0000,5,1477.9125,47.7692,598.0366,-96.2327,7.3931,92.5561,-14.8936,-0.6267,2.4274,0.0000,0.0000,5.5924,2.4313,-0.5762,0.0000,3.0075,0.0000,3.0075,5.9066,-2.8990,0.0000,-2.8990,-0.2514,-2.6477,0.0000,12.4527,9.9974,-25.0977,2958.0106,2958.0106,2958.0106 -348.5000,1.0000,4273.2297,53.4340,53.0752,-0.2011,0.0000,5,1460.5175,32.5693,580.4016,-95.2010,4.9813,88.7695,-14.5605,-0.9409,0.3849,0.0000,0.0000,5.5373,0.3847,-0.5701,0.0000,0.9548,0.0000,0.9548,5.8301,-4.8753,0.0000,-4.8753,-0.2649,-4.6103,0.0000,11.9752,9.8679,-26.4535,2637.7747,2637.7747,2637.7747 -349.5000,1.0000,4287.8644,52.6820,52.2952,-0.2167,0.0000,5,1438.6590,16.3911,567.1535,-93.9047,2.4694,85.4451,-14.1473,-1.0044,-1.9911,0.0000,0.0000,5.4648,-1.9901,-0.5640,0.0000,-1.4260,0.0000,-1.4260,5.7480,-7.1741,0.0000,-7.1741,-0.2814,-6.8927,0.0000,11.4768,9.7291,-28.0985,2311.0319,2311.0319,2311.0319 -350.5000,1.0000,4302.3049,51.9825,51.6762,-0.1719,0.0000,5,1419.2420,55.4712,557.0818,-92.7531,8.2443,82.7950,-13.7852,-0.7015,3.5338,0.0000,0.0000,5.4120,3.5348,-0.5392,0.0000,4.0741,0.0000,4.0741,5.6717,-1.5976,0.0000,-1.5976,-0.2204,-1.3773,0.0000,11.0255,9.5999,-22.0026,2938.5421,2938.5421,2938.5421 -351.5000,1.0000,4316.5617,51.3210,50.9722,-0.1956,0.0000,5,1399.7485,31.1116,564.1222,-91.5970,4.5604,82.6898,-13.4264,-0.9838,0.1974,0.0000,0.0000,5.3468,0.1971,-0.5372,0.0000,0.7343,0.0000,0.7343,5.5995,-4.8652,0.0000,-4.8652,-0.2474,-4.6178,0.0000,10.6100,9.4777,-24.7055,2476.2859,2476.2859,2476.2859 -352.5000,1.0000,4330.6358,50.6635,50.3612,-0.1697,0.0000,5,1380.7890,54.2853,551.4321,-90.4725,7.8494,79.7348,-13.0820,-0.6372,3.1908,0.0000,0.0000,5.2959,3.1927,-0.5195,0.0000,3.7122,0.0000,3.7122,5.5278,-1.8156,0.0000,-1.8156,-0.2120,-1.6036,0.0000,10.2073,9.3563,-21.1672,2806.3039,2806.3039,2806.3039 -353.5000,1.0000,4344.5015,49.9135,49.4722,-0.2469,0.0000,5,1368.5820,-12.8569,559.0358,-89.7485,-1.8426,80.1197,-12.8625,-0.3943,-6.7168,0.0000,0.0000,5.2686,-6.7540,-0.5328,0.0000,-6.2212,0.0000,-6.2212,5.4460,-11.6672,0.0000,-11.6672,-0.3039,-11.3633,0.0000,9.7611,9.2178,-30.3422,1594.3315,1594.3315,1594.3315 -354.5000,1.0000,4358.1235,49.0360,48.6062,-0.2406,0.0000,5,1346.5325,-17.4787,516.2920,-88.4408,-2.4646,72.8016,-12.4709,-1.4353,-6.2106,0.0000,0.0000,5.1812,-6.1851,-0.5180,0.0000,-5.6671,0.0000,-5.6671,5.3502,-11.0173,0.0000,-11.0173,-0.2908,-10.7265,0.0000,9.2553,9.0557,-29.0375,1441.1353,1441.1353,1441.1353 -355.5000,1.0000,4371.4735,48.0565,47.5132,-0.3036,0.0000,5,1319.6765,-69.2131,511.6856,-86.8481,-9.5650,70.7130,-12.0021,-0.7698,-13.9103,0.0000,0.0000,5.1151,-13.9690,-0.5227,0.0000,-13.4463,0.0000,-13.4463,5.2433,-18.6897,0.0000,-18.6897,-0.3597,-18.3300,0.0000,8.7121,8.8748,-35.9169,290.6613,290.6613,290.6613 -356.5000,1.0000,4384.4416,46.6820,45.8572,-0.4600,0.0000,5,1294.4230,-85.3503,477.4150,-85.3503,-11.5694,64.7144,-11.5694,-1.2524,-15.3341,0.0000,0.0000,5.0171,-15.4210,-0.5059,0.0000,-14.9150,0.0000,-14.9150,5.0934,-20.0084,16.7739,-36.7823,-0.5294,-36.2529,0.0000,7.9872,8.6210,-52.8611,0.0000,0.0000,0.0000 -357.5000,1.0000,4396.9534,45.0395,44.2282,-0.4525,0.0000,5,1256.3900,-83.0935,453.8456,-83.0947,-10.9325,59.7119,-10.9327,-1.7189,-15.8977,0.0000,0.0000,6.6841,-15.9034,-0.4834,0.0000,-15.4201,0.0000,-15.4201,4.9142,-20.3342,14.8467,-35.1809,-0.5025,-34.6785,0.0000,7.1735,8.3177,-50.1697,0.0000,0.0000,0.0000 -358.5000,1.0000,4409.0975,43.7155,43.2092,-0.2831,0.0000,5,1212.1005,-55.0413,441.6189,-80.4679,-6.9864,56.0551,-10.2139,-1.6385,-11.8973,0.0000,0.0000,6.5493,-11.8190,-0.4544,0.0000,-11.3646,0.0000,-11.3646,4.7697,-16.1343,0.0000,-16.1343,-0.3051,-15.8292,0.0000,6.5581,8.0732,-30.4605,416.6504,416.6504,416.6504 -359.5000,1.0000,4420.9580,42.6945,42.1862,-0.2842,0.0000,5,1178.2635,-51.8797,451.9890,-78.4537,-6.4013,55.7698,-9.6802,-0.8557,-11.9297,0.0000,0.0000,6.3841,-11.9532,-0.4405,0.0000,-11.5127,0.0000,-11.5127,4.6583,-16.1710,0.0000,-16.1710,-0.2991,-15.8719,0.0000,6.1093,7.8846,-29.8658,426.7223,426.7223,426.7223 -360.5000,1.0000,4432.5325,41.6650,41.1502,-0.2878,0.0000,5,1148.0510,-61.5956,440.1459,-76.6514,-7.4052,52.9159,-9.2153,-1.2963,-12.3653,0.0000,0.0000,6.2564,-12.3204,-0.4272,0.0000,-11.8932,0.0000,-11.8932,4.5460,-16.4392,0.0000,-16.4392,-0.2956,-16.1436,0.0000,5.6780,7.6945,-29.5160,201.2225,201.2225,201.2225 -361.5000,1.0000,4443.7808,40.4905,39.8372,-0.3647,0.0000,5,1117.5330,-74.8310,431.0206,-74.8310,-8.7573,50.4414,-8.7573,-0.8325,-14.0992,0.0000,0.0000,6.1744,-14.1760,-0.4159,0.0000,-13.7601,0.0000,-13.7601,4.4178,-18.1779,5.8502,-24.0281,-0.3641,-23.6640,0.0000,5.2118,7.4776,-36.3534,0.0000,0.0000,0.0000 -362.5000,1.0000,4454.6622,39.1700,38.5092,-0.3689,0.0000,5,1094.1865,-73.3689,418.3881,-73.3689,-8.4068,47.9401,-8.4068,-0.7536,-13.7910,0.0000,0.0000,6.1378,-13.8851,-0.3977,0.0000,-13.4874,0.0000,-13.4874,4.2738,-17.7611,6.2125,-23.9737,-0.3562,-23.6174,0.0000,4.7184,7.2337,-35.5696,0.0000,0.0000,0.0000 -363.5000,1.0000,4465.3273,38.3910,38.2792,-0.0639,0.0000,5,1061.4555,125.4761,401.7460,-71.0260,13.9473,44.6562,-7.8949,-1.4025,9.4130,0.0000,0.0000,5.9368,9.2499,-0.3716,0.0000,9.6215,0.0000,9.6215,4.1888,5.4328,0.0000,5.4328,-0.0605,5.4932,0.0000,4.4412,7.0899,-6.0379,3372.4828,3372.4828,3372.4828 -364.5000,1.0000,4476.0572,38.6245,38.9762,0.1936,0.0000,5,1038.1475,369.1249,510.1433,-69.3575,40.1292,55.4600,-7.5402,-0.1143,34.3298,0.0000,0.0000,5.9138,33.9640,-0.4993,0.0000,34.4634,0.0000,34.4634,4.2142,30.2491,0.0000,30.2491,0.1844,30.0647,0.0000,4.5231,7.1330,18.4087,8110.3433,8110.3433,8110.3433 -365.5000,1.0000,4487.0619,39.6135,40.2572,0.3558,0.0000,5,1050.2405,528.3789,639.2395,-70.2232,58.1116,70.3042,-7.7232,0.8956,51.2078,0.0000,0.0000,6.0082,51.0593,-0.5980,0.0000,51.6573,0.0000,51.6573,4.4146,47.2427,0.0000,47.2427,0.3475,46.8952,0.0000,4.8804,7.3156,34.6992,11559.1031,11559.1031,11559.1031 -366.5000,1.0000,4498.4195,40.8840,41.5172,0.3500,0.0000,5,1078.8130,513.2544,716.9201,-72.2685,57.9839,80.9926,-8.1644,0.9730,52.5170,0.0000,0.0000,4.4938,52.4242,-0.6210,0.0000,53.0452,0.0000,53.0452,4.5521,48.4931,0.0000,48.4931,0.3528,48.1403,0.0000,5.3651,7.5503,35.2250,11542.0692,11542.0692,11542.0692 -367.5000,1.0000,4510.1990,42.4030,43.2952,0.4939,0.0000,5,1118.8300,651.6788,719.0154,-74.9083,76.3530,84.2424,-8.7765,1.7404,70.0008,0.0000,0.0000,4.6119,70.1156,-0.7301,0.0000,70.8457,0.0000,70.8457,4.9587,65.8870,0.0000,65.8870,0.5163,65.3707,0.0000,5.9868,7.8308,51.5531,14997.4695,14997.4695,14997.4695 -368.5000,1.0000,4522.4760,44.1940,45.0992,0.5011,0.0000,5,1165.1410,662.3710,782.6106,-77.6709,80.8181,95.4889,-9.4769,1.5012,74.5899,0.0000,0.0000,4.7269,74.4143,-0.7757,0.0000,75.1900,0.0000,75.1900,5.1884,70.0016,0.0000,70.0016,0.5460,69.4556,0.0000,6.7777,8.1615,54.5163,15859.0387,15859.0387,15859.0387 -369.5000,1.0000,4535.2269,45.9000,46.7072,0.4467,0.0000,5,1208.7055,616.2059,792.8099,-80.2666,77.9965,100.3502,-10.1598,1.6763,71.4795,0.0000,0.0000,4.8407,71.5615,-0.7846,0.0000,72.3461,0.0000,72.3461,5.3025,67.0436,0.0000,67.0436,0.5055,66.5381,0.0000,7.5925,8.4766,50.4691,15371.0860,15371.0860,15371.0860 -370.5000,1.0000,4548.3885,47.3785,48.0562,0.3747,0.0000,5,1257.2675,549.7658,778.5825,-83.1467,72.3826,102.5088,-10.9472,2.0058,65.4018,0.0000,0.0000,4.9750,65.8162,-0.7763,0.0000,66.5924,0.0000,66.5924,5.3520,61.2404,0.0000,61.2404,0.4377,60.8027,0.0000,8.3492,8.7496,43.7039,14294.7537,14294.7537,14294.7537 -371.5000,1.0000,4561.8785,48.5610,49.0722,0.2822,0.0000,5,1294.5375,462.2423,750.1665,-85.3571,62.6633,101.6953,-11.5713,0.8977,56.7053,0.0000,0.0000,5.0603,56.6077,-0.7466,0.0000,57.3544,0.0000,57.3544,5.3221,52.0322,0.0000,52.0322,0.3379,51.6943,0.0000,8.9892,8.9680,33.7371,12492.4480,12492.4480,12492.4480 -372.5000,1.0000,4575.6901,49.7185,50.3712,0.3608,0.0000,5,1322.1560,539.7712,722.8255,-86.9951,74.7345,100.0794,-12.0450,1.3257,68.2645,0.0000,0.0000,5.1443,68.2164,-0.8220,0.0000,69.0384,0.0000,69.0384,5.6037,63.4347,0.0000,63.4347,0.4423,62.9923,0.0000,9.6480,9.1818,44.1625,14739.1668,14739.1668,14739.1668 -373.5000,1.0000,4589.8530,50.9830,51.6012,0.3417,0.0000,5,1351.3005,526.3420,755.4632,-88.7236,74.4815,106.9040,-12.5551,1.0637,68.1789,0.0000,0.0000,5.2390,68.0052,-0.8396,0.0000,68.8448,0.0000,68.8448,5.7170,63.1278,0.0000,63.1278,0.4295,62.6983,0.0000,10.4028,9.4153,42.8802,14673.6069,14673.6069,14673.6069 -374.5000,1.0000,4604.3447,52.1670,52.7392,0.3161,0.0000,5,1382.3145,507.3946,757.0235,-90.5630,73.4482,109.5834,-13.1095,1.5447,66.5864,0.0000,0.0000,5.3172,66.7350,-0.8509,0.0000,67.5860,0.0000,67.5860,5.8069,61.7790,0.0000,61.7790,0.4066,61.3725,0.0000,11.1442,9.6340,40.5943,14486.8194,14486.8194,14486.8194 -375.5000,1.0000,4619.1587,53.3270,53.9212,0.3283,0.0000,5,1423.0565,519.7089,756.9783,-92.9793,77.4481,112.8065,-13.8560,1.9703,70.0374,0.0000,0.0000,5.4404,70.3672,-0.8869,0.0000,71.2541,0.0000,71.2541,5.9685,65.2856,0.0000,65.2856,0.4317,64.8539,0.0000,11.9043,9.8482,43.1014,15247.1432,15247.1432,15247.1432 -376.5000,1.0000,4634.2750,54.4155,54.9162,0.2764,0.0000,5,1459.3730,470.9882,762.6712,-95.1332,71.9789,116.5554,-14.5387,1.2342,65.1852,0.0000,0.0000,5.5595,65.2041,-0.8777,0.0000,66.0818,0.0000,66.0818,5.9909,60.0909,0.0000,60.0909,0.3708,59.7201,0.0000,12.6478,10.0492,37.0231,14269.2054,14269.2054,14269.2054 -377.5000,1.0000,4649.6887,55.4860,56.0622,0.3183,0.0000,5,1487.8690,512.7384,751.8608,-96.8232,79.8894,117.1469,-15.0860,1.3454,72.8750,0.0000,0.0000,5.6690,72.8439,-0.9330,0.0000,73.7770,0.0000,73.7770,6.2047,67.5722,0.0000,67.5722,0.4355,67.1368,0.0000,13.4093,10.2469,43.4805,15751.1644,15751.1644,15751.1644 -378.5000,1.0000,4665.3964,56.5445,57.0332,0.2697,0.0000,5,1512.0930,471.0865,767.6292,-98.2599,74.5947,121.5510,-15.5591,0.8821,68.0108,0.0000,0.0000,5.7018,67.8554,-0.9247,0.0000,68.7801,0.0000,68.7801,6.2270,62.5531,0.0000,62.5531,0.3760,62.1770,0.0000,14.1910,10.4424,37.5436,14810.5228,14810.5228,14810.5228 -379.5000,1.0000,4681.3617,57.4720,57.9172,0.2456,0.0000,5,1544.0605,454.5748,766.0677,-100.1558,73.5019,123.8683,-16.1946,2.1305,65.5105,0.0000,0.0000,5.8608,65.9566,-0.9300,0.0000,66.8865,0.0000,66.8865,6.2838,60.6027,0.0000,60.6027,0.3479,60.2548,0.0000,14.9007,10.6137,34.7404,14614.1463,14614.1463,14614.1463 -380.5000,1.0000,4697.5893,58.4160,58.9212,0.2789,0.0000,5,1572.2895,481.1326,756.8395,-101.8300,79.2184,124.6134,-16.7663,0.5562,72.7875,0.0000,0.0000,5.8747,72.4317,-0.9780,0.0000,73.4098,0.0000,73.4098,6.4684,66.9413,0.0000,66.9413,0.4017,66.5397,0.0000,15.6473,10.7880,40.1044,15785.6194,15785.6194,15785.6194 -381.5000,1.0000,4714.0410,59.2230,59.5312,0.1694,0.0000,5,1592.6605,389.3100,774.3168,-103.0382,64.9303,129.1429,-17.1850,1.4290,57.5057,0.0000,0.0000,5.9956,57.7359,-0.9171,0.0000,58.6530,0.0000,58.6530,6.4617,52.1913,0.0000,52.1913,0.2474,51.9438,0.0000,16.3040,10.9370,24.7028,13136.1688,13136.1688,13136.1688 -382.5000,1.0000,4730.6309,59.7205,59.9162,0.1069,0.0000,5,1617.0750,331.6008,747.7082,-104.0816,56.1532,126.6167,-17.6251,0.9736,49.1209,0.0000,0.0000,6.0586,49.2600,-0.8825,0.0000,50.1425,0.0000,50.1425,6.5160,43.6265,0.0000,43.6265,0.1575,43.4691,0.0000,16.7181,11.0289,15.7221,11511.5738,11511.5738,11511.5738 -383.5000,1.0000,4747.2570,59.8505,59.7912,-0.0347,0.0000,5,1633.4020,205.1050,732.5761,-104.6630,35.0831,125.3067,-17.9026,0.6543,28.3210,0.0000,0.0000,6.1078,28.4638,-0.7797,0.0000,29.2434,0.0000,29.2434,6.5302,22.7133,0.0000,22.7133,-0.0512,22.7645,0.0000,16.8273,11.0529,-5.1157,7588.0335,7588.0335,7588.0335 -384.5000,1.0000,4763.8141,59.6025,59.4202,-0.1031,0.0000,5,1627.5655,135.0075,683.4772,-104.4552,23.0104,116.4907,-17.8032,-1.2353,18.2160,0.0000,0.0000,6.0298,18.1341,-0.7234,0.0000,18.8574,0.0000,18.8574,6.5031,12.3543,0.0000,12.3543,-0.1514,12.5058,0.0000,16.6191,11.0071,-15.1205,5401.3232,5401.3232,5401.3232 -385.5000,1.0000,4780.2765,59.2615,59.1092,-0.0864,0.0000,5,1613.0695,154.2562,665.1761,-103.9389,26.0570,112.3617,-17.5574,-0.2116,20.2617,0.0000,0.0000,6.0069,20.2881,-0.7286,0.0000,21.0167,0.0000,21.0167,6.4659,14.5508,0.0000,14.5508,-0.1262,14.6770,0.0000,16.3355,10.9441,-12.6026,5931.5390,5931.5390,5931.5390 -386.5000,1.0000,4796.7083,59.1510,59.1992,0.0250,0.0000,5,1602.3115,249.3683,663.5449,-103.5558,41.8424,111.3386,-17.3760,-0.8483,36.7151,0.0000,0.0000,5.9756,36.4898,-0.8086,0.0000,37.2984,0.0000,37.2984,6.4538,30.8446,0.0000,30.8446,0.0365,30.8081,0.0000,16.2442,10.9237,3.6403,8819.4703,8819.4703,8819.4703 -387.5000,1.0000,4813.1850,59.3130,59.4332,0.0650,0.0000,5,1600.4425,293.1483,702.3025,-103.4892,49.1311,117.7045,-17.3446,0.6637,42.4518,0.0000,0.0000,6.0156,42.5470,-0.8419,0.0000,43.3888,0.0000,43.3888,6.4715,36.9173,0.0000,36.9173,0.0951,36.8223,0.0000,16.3781,10.9536,9.4906,10185.0494,10185.0494,10185.0494 -388.5000,1.0000,4829.7547,59.6475,59.8682,0.1208,0.0000,5,1611.4675,342.0017,715.7929,-103.8819,57.7136,120.7918,-17.5303,0.4228,51.2599,0.0000,0.0000,6.0309,51.2091,-0.8912,0.0000,52.1002,0.0000,52.1002,6.5080,45.5922,0.0000,45.5922,0.1777,45.4145,0.0000,16.6569,11.0154,17.7422,11797.6995,11797.6995,11797.6995 -389.5000,1.0000,4846.4461,60.0860,60.3102,0.1228,0.0000,5,1619.8595,345.7055,732.1043,-104.1807,58.6425,124.1878,-17.6723,0.4098,52.1773,0.0000,0.0000,6.0554,52.1183,-0.9031,0.0000,53.0214,0.0000,53.0214,6.5559,46.4655,0.0000,46.4655,0.1819,46.2836,0.0000,17.0269,11.0964,18.1603,11973.9746,11973.9746,11973.9746 -390.5000,1.0000,4863.2791,60.5955,60.8872,0.1603,0.0000,5,1638.5900,383.6422,742.1986,-104.8478,65.8302,127.3559,-17.9911,1.4703,58.2288,0.0000,0.0000,6.1312,58.4696,-0.9437,0.0000,59.4133,0.0000,59.4133,6.6114,52.8018,0.0000,52.8018,0.2395,52.5624,0.0000,17.4639,11.1905,23.9080,13339.9553,13339.9553,13339.9553 -391.5000,1.0000,4880.2961,61.2580,61.6352,0.2078,0.0000,5,1661.6315,424.1920,753.1820,-105.6683,73.8118,131.0579,-18.3869,0.8603,66.7580,0.0000,0.0000,6.1936,66.6895,-0.9964,0.0000,67.6859,0.0000,67.6859,6.6837,61.0021,0.0000,61.0021,0.3138,60.6883,0.0000,18.0433,11.3128,31.3322,14860.4877,14860.4877,14860.4877 -392.5000,1.0000,4897.5162,61.9890,62.3492,0.1983,0.0000,5,1674.9450,418.3263,765.1437,-106.1425,73.3744,134.2061,-18.6174,0.5023,66.6570,0.0000,0.0000,6.2151,66.4686,-1.0077,0.0000,67.4762,0.0000,67.4762,6.7635,60.7128,0.0000,60.7128,0.3031,60.4096,0.0000,18.6969,11.4478,30.2649,14794.5476,14794.5476,14794.5476 -393.5000,1.0000,4914.9236,62.6635,62.9842,0.1764,0.0000,5,1695.5825,404.9108,772.5064,-106.8774,71.8964,137.1670,-18.9773,1.6405,63.9284,0.0000,0.0000,6.3275,64.1971,-1.0078,0.0000,65.2049,0.0000,65.2049,6.8371,58.3678,0.0000,58.3678,0.2725,58.0953,0.0000,19.3137,11.5724,27.2092,14555.7417,14555.7417,14555.7417 -394.5000,1.0000,4932.4814,63.2050,63.4322,0.1244,0.0000,5,1703.4025,352.4833,757.9943,-107.1559,62.8759,135.2109,-19.1145,-0.8300,57.4320,0.0000,0.0000,6.2739,56.9626,-0.9806,0.0000,57.9432,0.0000,57.9432,6.8962,51.0471,0.0000,51.0471,0.1939,50.8532,0.0000,19.8185,11.6724,19.3623,12881.8333,12881.8333,12881.8333 -395.5000,1.0000,4950.1378,63.5595,63.6932,0.0725,0.0000,5,1710.3835,317.8767,758.8925,-107.4045,56.9352,135.9260,-19.2373,1.5667,49.0092,0.0000,0.0000,6.3594,49.3353,-0.9482,0.0000,50.2835,0.0000,50.2835,6.9348,43.3487,0.0000,43.3487,0.1136,43.2351,0.0000,20.1537,11.7379,11.3435,11777.8652,11777.8652,11777.8652 -396.5000,1.0000,4967.8313,63.6935,63.7002,0.0019,0.0000,5,1724.1930,247.4131,743.2186,-107.8963,44.6722,134.1934,-19.4814,-0.1171,38.4327,0.0000,0.0000,6.3566,38.4059,-0.8954,0.0000,39.3013,0.0000,39.3013,6.9495,32.3519,0.0000,32.3519,0.0031,32.3488,0.0000,20.2813,11.7626,0.3049,9466.9383,9466.9383,9466.9383 -397.5000,1.0000,4985.5335,63.7245,63.7552,0.0153,0.0000,5,1725.0325,260.6415,728.2007,-107.9262,47.0836,131.5458,-19.4963,0.2061,40.5178,0.0000,0.0000,6.3597,40.5460,-0.9067,0.0000,41.4527,0.0000,41.4527,6.9528,34.4999,0.0000,34.4999,0.0240,34.4759,0.0000,20.3110,11.7683,2.3966,9913.4655,9913.4655,9913.4655 -398.5000,1.0000,5003.2507,63.7790,63.8092,0.0150,0.0000,5,1724.9560,258.9335,729.0346,-107.9235,46.7730,131.6906,-19.4950,-0.2142,40.6359,0.0000,0.0000,6.3512,40.5711,-0.9078,0.0000,41.4789,0.0000,41.4789,6.9588,34.5201,0.0000,34.5201,0.0236,34.4966,0.0000,20.3631,11.7784,2.3550,9855.9587,9855.9587,9855.9587 -399.5000,1.0000,5021.0019,63.9010,63.9992,0.0528,0.0000,5,1722.3240,294.1631,728.9473,-107.8298,53.0557,131.4739,-19.4483,-0.0645,46.7836,0.0000,0.0000,6.3366,46.6976,-0.9409,0.0000,47.6385,0.0000,47.6385,6.9721,40.6664,0.0000,40.6664,0.0831,40.5833,0.0000,20.4802,11.8009,8.3021,11056.1388,11056.1388,11056.1388 -400.5000,1.0000,5038.8217,64.1480,64.3032,0.0844,0.0000,5,1732.9675,327.7397,747.0498,-108.2088,59.4769,135.5716,-19.6373,1.1976,51.8470,0.0000,0.0000,6.4323,52.0603,-0.9723,0.0000,53.0326,0.0000,53.0326,6.9991,46.0335,0.0000,46.0335,0.1336,45.9000,0.0000,20.7187,11.8465,13.3347,12256.8960,12256.8960,12256.8960 -401.5000,1.0000,5056.7427,64.5125,64.7282,0.1181,0.0000,5,1754.4060,356.1085,758.6342,-108.9723,65.4246,139.3770,-20.0205,1.0973,57.8095,0.0000,0.0000,6.5178,57.9542,-1.0085,0.0000,58.9627,0.0000,58.9627,7.0388,51.9238,0.0000,51.9238,0.1878,51.7361,0.0000,21.0740,11.9139,18.7482,13364.5093,13364.5093,13364.5093 -402.5000,1.0000,5074.7796,64.9295,65.1372,0.1136,0.0000,5,1757.9535,347.8256,756.8043,-109.0986,64.0321,139.3220,-20.0842,-0.7166,58.2883,0.0000,0.0000,6.4603,57.8859,-1.0155,0.0000,58.9014,0.0000,58.9014,7.0843,51.8170,0.0000,51.8170,0.1819,51.6352,0.0000,21.4853,11.9909,18.1590,13103.4123,13103.4123,13103.4123 -403.5000,1.0000,5092.8791,65.1550,65.1792,0.0117,0.0000,5,1758.1825,265.5083,763.0092,-109.1068,48.8844,140.4825,-20.0884,0.7414,41.6537,0.0000,0.0000,6.4894,41.8029,-0.9382,0.0000,42.7411,0.0000,42.7411,7.1089,35.6322,0.0000,35.6322,0.0187,35.6134,0.0000,21.7097,12.0325,1.8712,10278.7845,10278.7845,10278.7845 -404.5000,1.0000,5111.0289,65.3360,65.4992,0.0889,0.0000,5,1763.4090,330.4574,739.6852,-109.2929,61.0235,136.5931,-20.1824,-0.1776,54.7043,0.0000,0.0000,6.4968,54.5199,-1.0057,0.0000,55.5256,0.0000,55.5256,7.1287,48.3969,0.0000,48.3969,0.1432,48.2537,0.0000,21.8913,12.0659,14.2965,12550.9151,12550.9151,12550.9151 -405.5000,1.0000,5129.3022,65.7805,66.0682,0.1581,0.0000,5,1771.9160,399.0064,763.5946,-109.5959,74.0375,141.6885,-20.3360,1.1041,66.3504,0.0000,0.0000,6.5829,66.4430,-1.0738,0.0000,67.5168,0.0000,67.5168,7.1772,60.3397,0.0000,60.3397,0.2563,60.0833,0.0000,22.3414,12.1480,25.5939,15028.2165,15028.2165,15028.2165 -406.5000,1.0000,5147.7552,66.4275,66.7932,0.2014,0.0000,5,1793.1260,439.3531,782.4559,-110.3512,82.4998,146.9262,-20.7213,1.2182,74.6043,0.0000,0.0000,6.6773,74.6572,-1.1269,0.0000,75.7841,0.0000,75.7841,7.2478,68.5363,0.0000,68.5363,0.3298,68.2065,0.0000,23.0074,12.2675,32.9316,16625.9585,16625.9585,16625.9585 -407.5000,1.0000,5166.4711,67.3740,67.9612,0.3244,0.0000,5,1823.6820,555.0729,798.6015,-111.4859,106.0053,152.5133,-21.2911,2.1831,97.0122,0.0000,0.0000,6.8100,97.2066,-1.2579,0.0000,98.4645,0.0000,98.4645,7.6673,90.7971,0.0000,90.7971,0.5389,90.2582,0.0000,24.0060,12.4423,53.8099,21002.3148,21002.3148,21002.3148 -408.5000,1.0000,5185.5320,68.6160,69.2772,0.3656,0.0000,5,1848.7065,594.9207,815.9209,-112.4262,115.1743,157.9591,-21.7653,0.6280,107.6978,0.0000,0.0000,6.8486,106.9940,-1.3300,0.0000,108.3240,0.0000,108.3240,7.9293,100.3947,0.0000,100.3947,0.6184,99.7763,0.0000,25.3587,12.6717,61.7459,22741.7724,22741.7724,22741.7724 -409.5000,1.0000,5204.9288,69.8255,70.3802,0.3064,0.0000,5,1881.2465,553.0542,833.3808,-113.6489,108.9537,164.1791,-22.3893,3.1203,98.7889,0.0000,0.0000,7.0446,99.4219,-1.3142,0.0000,100.7361,0.0000,100.7361,7.9266,92.8095,0.0000,92.8095,0.5275,92.2820,0.0000,26.7227,12.8950,52.6643,21663.5399,21663.5399,21663.5399 -410.5000,1.0000,5224.5738,70.7185,71.0632,0.1897,0.0000,5,1913.4815,441.7574,819.1523,-114.8602,88.5190,164.1412,-23.0156,0.6142,80.8374,0.0000,0.0000,7.0675,80.6686,-1.2363,0.0000,81.9049,0.0000,81.9049,7.7262,74.1787,0.0000,74.1787,0.3308,73.8479,0.0000,27.7600,13.0600,33.0279,17918.8455,17918.8455,17918.8455 -411.5000,1.0000,5244.4295,71.4775,71.8982,0.2319,0.0000,5,1928.2065,485.6581,807.2302,-115.4135,98.0647,162.9970,-23.3044,1.1247,89.8022,0.0000,0.0000,7.1378,89.7205,-1.2963,0.0000,91.0168,0.0000,91.0168,7.9326,83.0842,0.0000,83.0842,0.4087,82.6754,0.0000,28.6638,13.2001,40.8115,19749.3203,19749.3203,19749.3203 -412.5000,1.0000,5264.3149,71.5840,71.2762,-0.1728,0.0000,5,1951.9340,131.4648,817.4053,-116.3051,26.8722,167.0826,-23.7735,1.7056,17.9245,0.0000,0.0000,7.2421,18.1339,-0.9368,0.0000,19.0707,0.0000,19.0707,7.8104,11.2603,0.0000,11.2603,-0.3049,11.5653,0.0000,28.7917,13.2198,-30.4462,6700.4842,6700.4842,6700.4842 -413.5000,1.0000,5283.9791,70.7880,70.3062,-0.2694,0.0000,6,1738.0790,-98.6425,561.4052,-108.3909,-17.9540,102.1820,-19.7283,-24.3450,0.6380,0.0000,0.0000,5.7529,0.5581,-0.6581,0.0000,1.2163,0.0000,1.2163,7.7235,-6.5073,0.0000,-6.5073,-0.4703,-6.0370,0.0000,27.8426,13.0728,-46.9524,97.2569,97.2569,97.2569 -414.5000,1.0000,5303.3662,69.7905,69.2812,-0.2847,0.0000,6,1446.5935,-21.1782,474.4267,-94.3752,-3.2082,71.8694,-14.2966,-5.6324,-2.8859,0.0000,0.0000,5.3101,-2.7799,-0.6779,0.0000,-2.1020,0.0000,-2.1020,7.6147,-9.7167,0.0000,-9.7167,-0.4899,-9.2267,0.1179,26.6823,12.8886,-48.9155,1579.7654,1579.7654,1579.7654 -415.5000,1.0000,5322.3267,68.2545,67.2342,-0.5686,0.0000,6,1363.7370,-89.4612,516.2580,-89.4612,-12.7760,73.7269,-12.7760,-1.6293,-16.4767,0.0000,0.0000,5.3301,-16.4889,-0.7925,0.0000,-15.6964,0.0000,-15.6964,7.4471,-23.1435,35.6019,-58.7453,-0.9569,-57.7885,0.1812,24.9633,12.6049,-95.5379,0.0000,0.0000,0.0000 -416.5000,1.0000,5340.8668,66.7410,66.2542,-0.2722,0.0000,6,1328.2215,7.7588,478.8110,-87.3548,1.0792,66.5983,-12.1503,-1.3100,-2.7036,0.0000,0.0000,5.0927,-2.6906,-0.6380,0.0000,-2.0526,0.0000,-2.0526,7.2820,-9.3346,0.0000,-9.3346,-0.4479,-8.8866,0.1772,23.3352,12.3254,-44.7245,1882.6304,1882.6304,1882.6304 -417.5000,1.0000,5359.2362,66.1265,66.0052,-0.0692,0.0000,6,1309.4530,251.7519,524.1276,-86.2417,34.5216,71.8713,-11.8259,-0.2178,29.7004,0.0000,0.0000,5.0390,29.6949,-1.0875,0.0000,30.7824,0.0000,30.7824,7.2149,23.5675,0.0000,23.5675,-0.1128,23.6803,0.0319,22.6955,12.2119,-11.2590,7186.9758,7186.9758,7186.9758 -418.5000,1.0000,5377.6080,66.1355,66.2722,0.0742,0.0000,6,1300.2980,423.1245,622.9442,-85.6988,57.6155,84.8244,-11.6693,-0.5148,53.1315,0.0000,0.0000,4.9988,52.7616,-1.5682,0.0000,54.3298,0.0000,54.3298,7.2159,47.1139,0.0000,47.1139,0.1209,46.9929,0.0000,22.7047,12.2136,12.0746,11531.4097,11531.4097,11531.4097 -419.5000,1.0000,5396.0531,66.3990,66.5322,0.0722,0.0000,6,1305.7530,427.4654,705.0082,-86.0223,58.4508,96.4015,-11.7625,0.9544,52.4599,0.0000,0.0000,5.0365,52.8347,-1.5725,0.0000,54.4072,0.0000,54.4072,7.2447,47.1626,0.0000,47.1626,0.1182,47.0443,0.0000,22.9772,12.2623,11.8049,11691.3260,11691.3260,11691.3260 -420.5000,1.0000,5414.6203,66.8385,67.1512,0.1719,0.0000,6,1311.8185,545.3501,697.8271,-86.3820,74.9165,95.8628,-11.8666,-0.4702,70.3538,0.0000,0.0000,5.0329,69.7180,-1.9290,0.0000,71.6470,0.0000,71.6470,7.2926,64.3544,0.0000,64.3544,0.2833,64.0710,0.0000,23.4369,12.3434,28.2907,14782.9143,14782.9143,14782.9143 -421.5000,1.0000,5433.3898,67.5670,67.9892,0.2328,0.0000,6,1315.1755,630.3970,755.6438,-86.5811,86.8213,104.0709,-11.9244,0.7425,81.0148,0.0000,0.0000,5.0640,81.0784,-2.1736,0.0000,83.2520,0.0000,83.2520,7.4569,75.7951,0.0000,75.7951,0.3878,75.4073,0.0000,24.2120,12.4780,38.7173,16991.6940,16991.6940,16991.6940 -422.5000,1.0000,5452.4319,68.5485,69.1142,0.3125,0.0000,6,1341.8020,730.1989,792.7806,-88.1603,102.6026,111.3961,-12.3877,1.4365,96.0250,0.0000,0.0000,5.1411,96.4808,-2.5052,0.0000,98.9861,0.0000,98.9861,7.7831,91.2030,0.0000,91.2030,0.5281,90.6749,0.0000,25.2833,12.6592,52.7324,19965.6937,19965.6937,19965.6937 -423.5000,1.0000,5471.7935,69.6985,70.2892,0.3264,0.0000,6,1370.8320,749.0584,830.7850,-89.8820,107.5297,119.2618,-12.9028,0.9763,101.3508,0.0000,0.0000,5.2026,101.3539,-2.6195,0.0000,103.9734,0.0000,103.9734,7.9635,96.0098,0.0000,96.0098,0.5609,95.4490,0.0000,26.5774,12.8716,56.0000,20911.9908,20911.9908,20911.9908 -424.5000,1.0000,5491.4357,70.7085,71.1342,0.2347,0.0000,6,1396.2765,653.8695,841.4034,-91.3910,95.6073,123.0281,-13.3630,1.1874,87.2318,0.0000,0.0000,7.1881,87.5736,-2.3437,0.0000,89.9173,0.0000,89.9173,7.8455,82.0718,0.0000,82.0718,0.4092,81.6626,0.0000,27.7486,13.0581,40.8559,18654.1768,18654.1768,18654.1768 -425.5000,1.0000,5511.2734,71.4125,71.6972,0.1564,0.0000,6,1405.7755,560.4722,800.4287,-91.9544,82.5085,117.8331,-13.5368,-0.3754,75.7688,0.0000,0.0000,7.1151,75.2378,-2.0946,0.0000,77.3325,0.0000,77.3325,7.7917,69.5408,0.0000,69.5408,0.2753,69.2655,0.0000,28.5851,13.1881,27.4922,16168.8986,16168.8986,16168.8986 -426.5000,1.0000,5531.2694,71.9825,72.2742,0.1603,0.0000,6,1414.6260,573.5240,774.7929,-92.4793,84.9614,114.7773,-13.6998,1.1466,76.5645,0.0000,0.0000,7.2503,76.9704,-2.1372,0.0000,79.1075,0.0000,79.1075,7.8539,71.2537,0.0000,71.2537,0.2844,70.9692,0.0000,29.2751,13.2934,28.4007,16617.6474,16617.6474,16617.6474 -427.5000,1.0000,5551.4579,72.6755,73.0832,0.2247,0.0000,6,1429.6560,651.9487,774.7115,-93.3707,97.6053,115.9846,-13.9788,0.1608,90.1893,0.0000,0.0000,7.2553,89.8050,-2.4125,0.0000,92.2174,0.0000,92.2174,8.0607,84.1567,0.0000,84.1567,0.4027,83.7541,0.0000,30.1293,13.4214,40.2034,19018.4037,19018.4037,19018.4037 -428.5000,1.0000,5571.8615,73.4495,73.8222,0.2053,0.0000,6,1440.8715,635.5724,809.2998,-94.0359,95.9001,122.1134,-14.1889,0.8304,87.7458,0.0000,0.0000,7.3239,87.8752,-2.3812,0.0000,90.2564,0.0000,90.2564,8.1024,82.1539,0.0000,82.1539,0.3717,81.7822,0.0000,31.1020,13.5643,37.1159,18692.4223,18692.4223,18692.4223 -429.5000,1.0000,5592.4820,74.2305,74.6452,0.2286,0.0000,6,1460.8225,666.5425,804.5454,-95.2191,101.9657,123.0769,-14.5663,0.9479,93.6004,0.0000,0.0000,7.4173,93.7577,-2.5128,0.0000,96.2705,0.0000,96.2705,8.2644,88.0061,0.0000,88.0061,0.4184,87.5877,0.0000,32.1049,13.7085,41.7743,19876.3502,19876.3502,19876.3502 -430.5000,1.0000,5613.2898,74.9050,75.1712,0.1461,0.0000,6,1480.1630,568.0621,816.6386,-96.3662,88.0509,126.5809,-14.9370,0.7975,79.7792,0.0000,0.0000,7.4742,79.9713,-2.2334,0.0000,82.2047,0.0000,82.2047,8.1727,74.0320,0.0000,74.0320,0.2698,73.7621,0.0000,32.9874,13.8331,26.9416,17248.9177,17248.9177,17248.9177 -431.5000,1.0000,5634.2333,75.3935,75.6222,0.1253,0.0000,6,1497.3675,543.5396,784.5753,-97.3865,85.2292,123.0245,-15.2706,0.7752,76.8884,0.0000,0.0000,7.5655,77.0908,-2.1791,0.0000,79.2699,0.0000,79.2699,8.2260,71.0439,0.0000,71.0439,0.2329,70.8110,0.0000,33.6369,13.9233,23.2508,16755.0471,16755.0471,16755.0471 -432.5000,1.0000,5655.2730,75.7395,75.8632,0.0669,0.0000,6,1496.6045,473.0889,768.9995,-97.3413,74.1444,120.5207,-15.2557,-0.8450,67.5080,0.0000,0.0000,7.4814,66.9867,-1.9727,0.0000,68.9594,0.0000,68.9594,8.2638,60.6957,0.0000,60.6957,0.1250,60.5706,0.0000,34.1020,13.9872,12.4815,14727.0018,14727.0018,14727.0018 -433.5000,1.0000,5676.3886,76.0130,76.1692,0.0850,0.0000,6,1498.3215,490.9481,755.1609,-97.4431,77.0317,118.4877,-15.2892,1.0039,70.4424,0.0000,0.0000,5.5853,70.8128,-2.0557,0.0000,72.8685,0.0000,72.8685,8.2936,64.5749,0.0000,64.5749,0.1593,64.4156,0.0000,34.4728,14.0377,15.9051,15256.8274,15256.8274,15256.8274 -434.5000,1.0000,5697.6056,76.3780,76.5932,0.1178,0.0000,6,1503.9675,527.9481,752.8848,-97.7780,83.1492,118.5757,-15.3996,-0.4862,78.0642,0.0000,0.0000,5.5713,77.5756,-2.2009,0.0000,79.7765,0.0000,79.7765,8.3334,71.4430,0.0000,71.4430,0.2218,71.2213,0.0000,34.9719,14.1051,22.1442,16385.3232,16385.3232,16385.3232 -435.5000,1.0000,5718.9750,76.9265,77.2662,0.1869,0.0000,6,1509.8040,620.3022,775.4651,-98.1241,98.0737,122.6059,-15.5140,1.0293,91.4018,0.0000,0.0000,5.6426,91.6729,-2.5011,0.0000,94.1740,0.0000,94.1740,8.4806,85.6933,0.0000,85.6933,0.3546,85.3388,0.0000,35.7312,14.2064,35.4012,19172.4415,19172.4415,19172.4415 -436.5000,1.0000,5740.5537,77.6800,78.1002,0.2317,0.0000,6,1527.6190,676.9828,805.0953,-99.1807,108.2982,128.7926,-15.8661,0.6299,101.9632,0.0000,0.0000,5.7051,101.8645,-2.7224,0.0000,104.5870,0.0000,104.5870,8.7061,95.8809,0.0000,95.8809,0.4437,95.4372,0.0000,36.7918,14.3456,44.2998,21160.2945,21160.2945,21160.2945 -437.5000,1.0000,5762.3318,78.3980,78.7022,0.1672,0.0000,6,1541.3900,603.0268,826.0205,-99.9974,97.3370,133.3313,-16.1410,0.6680,90.9287,0.0000,0.0000,5.7403,90.9956,-2.5046,0.0000,93.5002,0.0000,93.5002,8.6057,84.8945,0.0000,84.8945,0.3232,84.5713,0.0000,37.8209,14.4782,32.2722,19094.0033,19094.0033,19094.0033 -438.5000,1.0000,5784.2662,78.9605,79.2252,0.1453,0.0000,6,1557.4120,578.6428,804.5017,-100.9477,94.3719,131.2076,-16.4637,0.8574,87.6982,0.0000,0.0000,5.8163,87.9119,-2.4472,0.0000,90.3591,0.0000,90.3591,8.6152,81.7439,0.0000,81.7439,0.2828,81.4611,0.0000,38.6407,14.5821,28.2383,18562.2000,18562.2000,18562.2000 -439.5000,1.0000,5806.3239,79.4045,79.5902,0.1014,0.0000,6,1570.2680,526.1551,796.1700,-101.7101,86.5199,130.9207,-16.7250,0.3752,80.3311,0.0000,0.0000,5.8137,80.3455,-2.2950,0.0000,82.6404,0.0000,82.6404,8.6637,73.9768,0.0000,73.9768,0.1985,73.7783,0.0000,39.2960,14.6640,19.8182,17114.0590,17114.0590,17114.0590 -440.5000,1.0000,5828.4834,79.7710,79.9582,0.1022,0.0000,6,1575.9135,529.1951,780.0077,-102.0449,87.3327,128.7241,-16.8404,0.1698,81.3313,0.0000,0.0000,5.8316,81.2344,-2.3180,0.0000,83.5524,0.0000,83.5524,8.7036,74.8488,0.0000,74.8488,0.2010,74.6477,0.0000,39.8427,14.7317,20.0733,17280.5463,17280.5463,17280.5463 -441.5000,1.0000,5850.7339,80.0985,80.2452,0.0797,0.0000,6,1592.9275,505.5503,789.5211,-103.0540,84.3313,131.7008,-17.1905,1.4927,76.9016,0.0000,0.0000,5.9370,77.4995,-2.2442,0.0000,79.7436,0.0000,79.7436,8.7394,71.0043,0.0000,71.0043,0.1574,70.8468,0.0000,40.3353,14.7922,15.7193,16787.5486,16787.5486,16787.5486 -442.5000,1.0000,5873.0587,80.3660,80.4932,0.0689,0.0000,6,1598.8785,486.3606,771.1787,-103.4070,81.4334,129.1217,-17.3139,-0.9140,76.4641,0.0000,0.0000,5.8833,75.9018,-2.2142,0.0000,78.1160,0.0000,78.1160,8.7686,69.3474,0.0000,69.3474,0.1365,69.2109,0.0000,40.7407,14.8416,13.6286,16264.6137,16264.6137,16264.6137 -443.5000,1.0000,5895.4233,80.5095,80.5322,0.0108,0.0000,6,1596.9710,425.6253,774.7911,-103.2938,71.1792,129.5717,-17.2743,0.7258,64.5123,0.0000,0.0000,5.9411,64.7956,-1.9846,0.0000,66.7801,0.0000,66.7801,8.7842,57.9959,0.0000,57.9959,0.0215,57.9744,0.0000,40.9593,14.8681,2.1470,14313.2069,14313.2069,14313.2069 -444.5000,1.0000,5917.7809,80.4840,80.4422,-0.0250,0.0000,6,1601.0150,378.0408,750.3202,-103.5096,63.3815,125.7971,-17.3542,-0.3301,57.8145,0.0000,0.0000,5.8971,57.7255,-1.8370,0.0000,59.5625,0.0000,59.5625,8.7814,50.7811,0.0000,50.7811,-0.0496,50.8307,0.0000,40.9204,14.8634,-4.9531,12853.4088,12853.4088,12853.4088 -445.5000,1.0000,5940.1259,80.4390,80.4422,0.0000,0.0000,6,1592.7370,408.5756,733.7076,-103.0427,68.1468,122.3758,-17.1866,-0.4813,62.7404,0.0000,0.0000,5.8877,62.5465,-1.9368,0.0000,64.4834,0.0000,64.4834,8.7765,55.7069,0.0000,55.7069,0.0000,55.7069,0.0000,40.8518,14.8551,0.0000,13721.8767,13721.8767,13721.8767 -446.5000,1.0000,5962.4642,80.4145,80.3932,-0.0136,0.0000,6,1587.7395,395.0871,744.9320,-102.7463,65.6902,123.8581,-17.0834,-0.0075,59.8221,0.0000,0.0000,5.8756,59.8374,-1.8801,0.0000,61.7175,0.0000,61.7175,8.7739,52.9437,0.0000,52.9437,-0.0270,52.9707,0.0000,40.8145,14.8506,-2.6944,13274.8296,13274.8296,13274.8296 -447.5000,1.0000,5984.7713,80.3025,80.2182,-0.0486,0.0000,6,1588.9980,352.8803,741.3155,-102.8210,58.7191,123.3545,-17.1094,0.1303,52.6963,0.0000,0.0000,5.8926,52.7981,-1.7321,0.0000,54.5301,0.0000,54.5301,8.7616,45.7685,0.0000,45.7685,-0.0962,45.8647,0.0000,40.6442,14.8299,-9.6093,11961.6866,11961.6866,11961.6866 -448.5000,1.0000,6007.0203,80.0930,79.9742,-0.0678,0.0000,6,1584.2680,326.0123,722.8389,-102.5404,54.0868,119.9220,-17.0119,-0.5901,48.8282,0.0000,0.0000,5.8487,48.7154,-1.6444,0.0000,50.3599,0.0000,50.3599,8.7388,41.6211,0.0000,41.6211,-0.1338,41.7549,0.0000,40.3270,14.7912,-13.3632,11077.9248,11077.9248,11077.9248 -449.5000,1.0000,6029.1706,79.7380,79.5082,-0.1294,0.0000,6,1578.0120,253.5794,716.5394,-102.1694,41.9037,118.4074,-16.8834,-0.0185,36.0759,0.0000,0.0000,5.8464,36.1772,-1.3789,0.0000,37.5561,0.0000,37.5561,8.7000,28.8561,0.0000,28.8561,-0.2545,29.1106,0.0000,39.7934,14.7256,-25.4084,8791.0700,8791.0700,8791.0700 -450.5000,1.0000,6051.1628,79.1685,78.8352,-0.1869,0.0000,6,1571.9845,179.4177,688.0098,-101.8119,29.5353,113.2587,-16.7601,-0.5634,24.2705,0.0000,0.0000,5.8283,24.2836,-1.1241,0.0000,25.4077,0.0000,25.4077,8.6379,16.7698,0.0000,16.7698,-0.3649,17.1347,0.0000,38.9472,14.6205,-36.4329,6512.6255,6512.6255,6512.6255 -451.5000,1.0000,6072.9765,78.5260,78.2232,-0.1700,0.0000,6,1551.7665,192.2806,652.6570,-100.6128,31.2457,106.0572,-16.3496,-1.3705,26.8629,0.0000,0.0000,5.7533,26.7181,-1.1671,0.0000,27.8852,0.0000,27.8852,8.5678,19.3174,0.0000,19.3174,-0.3291,19.6465,0.0000,38.0065,14.5018,-32.8618,6802.7723,6802.7723,6802.7723 -452.5000,1.0000,6094.6078,77.8695,77.5222,-0.1947,0.0000,6,1536.0495,166.1298,661.0971,-99.6807,26.7228,106.3406,-16.0341,-0.1260,21.1171,0.0000,0.0000,5.7316,21.1942,-1.0441,0.0000,22.2382,0.0000,22.2382,8.4962,13.7421,0.0000,13.7421,-0.3738,14.1159,0.0000,37.0614,14.3806,-37.3261,5949.2430,5949.2430,5949.2430 -453.5000,1.0000,6116.0444,77.1685,76.8212,-0.1947,0.0000,6,1536.5070,162.5186,653.9063,-99.7078,26.1497,105.2153,-16.0433,0.1692,20.2454,0.0000,0.0000,5.7351,20.3615,-1.0183,0.0000,21.3798,0.0000,21.3798,8.4197,12.9601,0.0000,12.9601,-0.3705,13.3306,0.0000,36.0695,14.2511,-36.9900,5845.0836,5845.0836,5845.0836 -454.5000,1.0000,6137.3111,76.5570,76.2992,-0.1450,0.0000,6,1529.9075,211.3934,644.0116,-99.3164,33.8677,103.1781,-15.9116,-0.7885,28.9806,0.0000,0.0000,5.6756,28.9202,-1.1893,0.0000,30.1096,0.0000,30.1096,8.3530,21.7566,0.0000,21.7566,-0.2737,22.0303,0.0000,35.2185,14.1382,-27.3264,7265.3710,7265.3710,7265.3710 -455.5000,1.0000,6158.4344,76.0405,75.7882,-0.1419,0.0000,6,1512.8940,212.9261,656.5011,-98.3074,33.7339,104.0094,-15.5748,-0.8010,28.9001,0.0000,0.0000,5.6347,28.8323,-1.1814,0.0000,30.0137,0.0000,30.0137,8.2966,21.7171,0.0000,21.7171,-0.2661,21.9832,0.0000,34.5105,14.0428,-26.5701,7231.3032,7231.3032,7231.3032 -456.5000,1.0000,6179.4392,75.6140,75.4462,-0.0950,0.0000,6,1500.2675,268.5928,656.4603,-97.5585,42.1980,103.1349,-15.3272,-0.3690,36.9567,0.0000,0.0000,5.6103,36.9416,-1.3453,0.0000,38.2869,0.0000,38.2869,8.2501,30.0368,0.0000,30.0368,-0.1771,30.2139,0.0000,33.9328,13.9640,-17.6830,8802.6380,8802.6380,8802.6380 -457.5000,1.0000,6200.3540,75.2900,75.1402,-0.0850,0.0000,6,1485.4280,276.8950,668.4597,-96.6784,43.0720,103.9814,-15.0387,-0.9883,38.5384,0.0000,0.0000,5.5219,38.3353,-1.3705,0.0000,39.7058,0.0000,39.7058,8.2147,31.4911,0.0000,31.4911,-0.1578,31.6488,0.0000,33.4984,13.9042,-15.7538,8943.9379,8943.9379,8943.9379 -458.5000,1.0000,6221.2460,75.2080,75.2822,0.0394,0.0000,6,1479.4385,431.5786,679.2857,-96.3232,66.8629,105.2393,-14.9230,0.4401,60.8758,0.0000,0.0000,5.5470,61.0175,-1.8421,0.0000,62.8596,0.0000,62.8596,8.2058,54.6538,0.0000,54.6538,0.0731,54.5807,0.0000,33.3890,13.8891,7.3026,13354.8156,13354.8156,13354.8156 -459.5000,1.0000,6242.1814,75.3645,75.4532,0.0475,0.0000,6,1489.7000,440.1891,735.1601,-96.9318,68.6700,114.6857,-15.1215,0.4956,62.6026,0.0000,0.0000,5.5718,62.7590,-1.8802,0.0000,64.6393,0.0000,64.6393,8.2229,56.4164,0.0000,56.4164,0.0883,56.3281,0.0000,33.5979,13.9180,8.8123,13711.0130,13711.0130,13711.0130 -460.5000,1.0000,6263.1978,75.6555,75.8642,0.1142,0.0000,6,1502.7465,519.0302,741.5363,-97.7056,81.6784,116.6935,-15.3757,0.7041,75.3629,0.0000,0.0000,5.6113,75.5404,-2.1499,0.0000,77.6903,0.0000,77.6903,8.2546,69.4357,0.0000,69.4357,0.2130,69.2227,0.0000,33.9888,13.9717,21.2622,16114.2055,16114.2055,16114.2055 -461.5000,1.0000,6284.3198,76.0360,76.2142,0.0972,0.0000,6,1509.8040,498.7830,765.9364,-98.1241,78.8607,121.0994,-15.5140,-0.0530,73.3142,0.0000,0.0000,5.5996,73.1181,-2.1040,0.0000,75.2221,0.0000,75.2221,8.2961,66.9259,0.0000,66.9259,0.1823,66.7437,0.0000,34.5041,14.0420,18.1976,15610.7404,15610.7404,15610.7404 -462.5000,1.0000,6305.5339,76.3675,76.5272,0.0869,0.0000,6,1509.3465,490.7620,760.1142,-98.0970,77.5690,120.1424,-15.5051,0.0106,71.9622,0.0000,0.0000,5.5962,71.8205,-2.0808,0.0000,73.9013,0.0000,73.9013,8.3323,65.5690,0.0000,65.5690,0.1637,65.4053,0.0000,34.9573,14.1032,16.3448,15350.6085,15350.6085,15350.6085 -463.5000,1.0000,6326.8102,76.5915,76.6622,0.0375,0.0000,6,1510.7195,434.6253,757.9805,-98.1784,68.7587,119.9142,-15.5320,0.1168,63.0113,0.0000,0.0000,5.6306,63.0083,-1.8999,0.0000,64.9082,0.0000,64.9082,8.3567,56.5515,0.0000,56.5515,0.0708,56.4806,0.0000,35.2657,14.1446,7.0704,13754.3922,13754.3922,13754.3922 -464.5000,1.0000,6348.1732,76.9035,77.1512,0.1358,0.0000,6,1512.2070,554.8118,738.2715,-98.2666,87.8589,116.9112,-15.5613,0.0213,82.2136,0.0000,0.0000,5.6240,81.9654,-2.2986,0.0000,84.2640,0.0000,84.2640,8.3908,75.8732,0.0000,75.8732,0.2575,75.6157,0.0000,35.6988,14.2022,25.7147,17255.7076,17255.7076,17255.7076 -465.5000,1.0000,6369.6732,77.3970,77.6492,0.1383,0.0000,6,1523.8805,562.9153,786.0565,-98.9590,89.8303,125.4392,-15.7919,1.0710,83.0584,0.0000,0.0000,5.7009,83.4138,-2.3346,0.0000,85.7484,0.0000,85.7484,8.4446,77.3038,0.0000,77.3038,0.2640,77.0398,0.0000,36.3905,14.2933,26.3560,17626.4061,17626.4061,17626.4061 -466.5000,1.0000,6391.2941,77.8320,78.0212,0.1033,0.0000,6,1536.1260,519.6193,784.7546,-99.6852,83.5874,126.2378,-16.0356,0.0756,77.7949,0.0000,0.0000,5.7169,77.6499,-2.2198,0.0000,79.8697,0.0000,79.8697,8.4921,71.3776,0.0000,71.3776,0.1983,71.1793,0.0000,37.0073,14.3736,19.7983,16524.0413,16524.0413,16524.0413 -467.5000,1.0000,6412.9936,78.1150,78.2152,0.0539,0.0000,6,1542.5730,463.8949,774.6576,-100.0676,74.9366,125.1365,-16.1647,0.5348,68.6231,0.0000,0.0000,5.7786,68.7889,-2.0386,0.0000,70.8275,0.0000,70.8275,8.5230,62.3045,0.0000,62.3045,0.1038,62.2007,0.0000,37.4123,14.4259,10.3625,14888.3866,14888.3866,14888.3866 -468.5000,1.0000,6434.7475,78.3105,78.4122,0.0547,0.0000,6,1551.9570,463.6424,756.6162,-100.6241,75.3514,122.9657,-16.3535,0.3563,69.2237,0.0000,0.0000,5.7714,69.3033,-2.0517,0.0000,71.3549,0.0000,71.3549,8.5443,62.8106,0.0000,62.8106,0.1057,62.7050,0.0000,37.6939,14.4620,10.5490,14990.8178,14990.8178,14990.8178 -469.5000,1.0000,6456.5554,78.5055,78.6052,0.0536,0.0000,6,1550.3925,462.1229,752.1958,-100.5313,75.0288,122.1240,-16.3219,-0.5049,69.7711,0.0000,0.0000,5.7625,69.4472,-2.0570,0.0000,71.5042,0.0000,71.5042,8.5656,62.9386,0.0000,62.9386,0.1038,62.8348,0.0000,37.9762,14.4980,10.3606,14924.1427,14924.1427,14924.1427 -470.5000,1.0000,6478.4226,78.7185,78.8382,0.0647,0.0000,6,1551.4990,481.2179,758.2923,-100.5970,78.1847,123.2017,-16.3443,0.6106,71.7777,0.0000,0.0000,5.7964,71.9677,-2.1121,0.0000,74.0798,0.0000,74.0798,8.5888,65.4910,0.0000,65.4910,0.1256,65.3653,0.0000,38.2862,14.5374,12.5418,15543.6243,15543.6243,15543.6243 -471.5000,1.0000,6500.3365,78.8870,78.9422,0.0289,0.0000,6,1564.4695,437.1874,765.7135,-101.3662,71.6248,125.4475,-16.6069,0.6304,65.1669,0.0000,0.0000,5.8274,65.3972,-1.9773,0.0000,67.3744,0.0000,67.3744,8.6072,58.7672,0.0000,58.7672,0.0562,58.7110,0.0000,38.5325,14.5685,5.6100,14297.8785,14297.8785,14297.8785 -472.5000,1.0000,6522.2658,78.9420,78.9482,0.0017,0.0000,6,1567.0635,401.1638,746.9781,-101.5201,65.8320,122.5810,-16.6597,-0.3818,60.4164,0.0000,0.0000,5.7974,60.2612,-1.8709,0.0000,62.1321,0.0000,62.1321,8.6132,53.5189,0.0000,53.5189,0.0032,53.5157,0.0000,38.6132,14.5786,0.3239,13283.4298,13283.4298,13283.4298 -473.5000,1.0000,6544.1775,78.8790,78.8162,-0.0367,0.0000,6,1566.0715,358.4166,739.5329,-101.4612,58.7798,121.2824,-16.6395,0.2862,52.6444,0.0000,0.0000,5.8492,52.7886,-1.7145,0.0000,54.5031,0.0000,54.5031,8.6063,45.8968,0.0000,45.8968,-0.0713,45.9681,0.0000,38.5208,14.5670,-7.1197,11937.0470,11937.0470,11937.0470 -474.5000,1.0000,6566.0591,78.7705,78.7312,-0.0236,0.0000,6,1560.0440,369.3008,717.4434,-101.1038,60.3317,117.2069,-16.5171,-0.8625,55.4076,0.0000,0.0000,5.7866,55.1176,-1.7617,0.0000,56.8793,0.0000,56.8793,8.5945,48.2848,0.0000,48.2848,-0.0459,48.3307,0.0000,38.3620,14.5470,-4.5784,12226.3476,12226.3476,12226.3476 -475.5000,1.0000,6587.9054,78.6435,78.5622,-0.0469,0.0000,6,1552.4525,346.4057,725.8119,-100.6535,56.3160,117.9970,-16.3635,0.1346,50.3391,0.0000,0.0000,5.8423,50.4391,-1.6627,0.0000,52.1018,0.0000,52.1018,8.5806,43.5211,0.0000,43.5211,-0.0910,43.6122,0.0000,38.1768,14.5235,-9.0882,11444.6070,11444.6070,11444.6070 -476.5000,1.0000,6609.7153,78.5125,78.4692,-0.0258,0.0000,6,1553.8640,368.8103,717.0440,-100.7372,60.0129,116.6776,-16.3920,0.0000,54.2361,0.0000,0.0000,5.7768,54.2683,-1.7409,0.0000,56.0091,0.0000,56.0091,8.5663,47.4428,0.0000,47.4428,-0.0500,47.4928,0.0000,37.9863,14.4993,-4.9928,12157.5019,12157.5019,12157.5019 -477.5000,1.0000,6631.5079,78.4500,78.4372,-0.0089,0.0000,6,1555.2375,388.3677,725.5400,-100.8187,63.2512,118.1644,-16.4197,0.1312,57.3414,0.0000,0.0000,5.7786,57.4037,-1.8054,0.0000,59.2092,0.0000,59.2092,8.5595,50.6497,0.0000,50.6497,-0.0172,50.6669,0.0000,37.8957,14.4878,-1.7166,12782.8989,12782.8989,12782.8989 -478.5000,1.0000,6653.3135,78.4970,78.5632,0.0350,0.0000,6,1547.3030,439.4271,724.6783,-100.3481,71.2018,117.4219,-16.2597,-0.8845,66.3253,0.0000,0.0000,5.7610,65.8734,-1.9825,0.0000,67.8559,0.0000,67.8559,8.5646,59.2912,0.0000,59.2912,0.0677,59.2235,0.0000,37.9639,14.4965,6.7632,14208.3644,14208.3644,14208.3644 -479.5000,1.0000,6675.1833,78.7280,78.8992,0.0933,0.0000,6,1546.1965,517.5334,751.1175,-100.2825,83.7976,121.6189,-16.2375,0.7788,77.2273,0.0000,0.0000,5.7916,77.4716,-2.2269,0.0000,79.6985,0.0000,79.6985,8.5898,71.1086,0.0000,71.1086,0.1812,70.9275,0.0000,38.3002,14.5391,18.0882,16582.5202,16582.5202,16582.5202 -480.5000,1.0000,6697.1249,78.9865,79.0802,0.0503,0.0000,6,1552.5670,464.2283,771.4706,-100.6603,75.4763,125.4291,-16.3658,-0.1746,69.8516,0.0000,0.0000,5.7993,69.6894,-2.0679,0.0000,71.7573,0.0000,71.7573,8.6181,63.1392,0.0000,63.1392,0.0979,63.0413,0.0000,38.6785,14.5869,9.7759,15016.6048,15016.6048,15016.6048 -481.5000,1.0000,6719.0301,78.8555,78.6372,-0.1231,0.0000,6,1557.5645,260.0883,759.9455,-100.9567,42.4224,123.9530,-16.4668,0.6532,35.9001,0.0000,0.0000,5.8692,36.1590,-1.3677,0.0000,37.5268,0.0000,37.5268,8.6038,28.9230,0.0000,28.9230,-0.2392,29.1623,0.0000,38.4867,14.5627,-23.8870,8857.0840,8857.0840,8857.0840 -482.5000,1.0000,6740.8249,78.4580,78.2852,-0.0978,0.0000,6,1555.8860,279.5883,683.8827,-100.8572,45.5539,111.4264,-16.4329,-0.8128,40.5626,0.0000,0.0000,5.8042,40.4315,-1.4519,0.0000,41.8834,0.0000,41.8834,8.5604,33.3230,0.0000,33.3230,-0.1891,33.5122,0.0000,37.9075,14.4893,-18.8846,9458.2169,9458.2169,9458.2169 -483.5000,1.0000,6762.5112,78.0675,77.8562,-0.1192,0.0000,6,1538.6050,253.5769,686.7732,-99.8323,40.8569,110.6545,-16.0852,-0.8290,35.9046,0.0000,0.0000,5.7813,35.7982,-1.3507,0.0000,37.1489,0.0000,37.1489,8.5178,28.6311,0.0000,28.6311,-0.2294,28.8605,0.0000,37.3444,14.4171,-22.9010,8540.8589,8540.8589,8540.8589 -484.5000,1.0000,6784.0664,77.5955,77.3412,-0.1431,0.0000,6,1526.9320,225.8043,678.3252,-99.1400,36.1061,108.4642,-15.8525,-0.2718,30.5872,0.0000,0.0000,5.7908,30.6308,-1.2374,0.0000,31.8681,0.0000,31.8681,8.4663,23.4018,0.0000,23.4018,-0.2737,23.6755,0.0000,36.6712,14.3300,-27.3257,7673.5152,7673.5152,7673.5152 -485.5000,1.0000,6805.4818,77.0920,76.8492,-0.1367,0.0000,6,1520.4470,229.7446,666.3318,-98.7553,36.5801,106.0939,-15.7239,-0.3348,31.1460,0.0000,0.0000,5.7690,31.1720,-1.2426,0.0000,32.4146,0.0000,32.4146,8.4113,24.0033,0.0000,24.0033,-0.2598,24.2630,0.0000,35.9619,14.2370,-25.9359,7758.7946,7758.7946,7758.7946 -486.5000,1.0000,6826.7677,76.6260,76.4092,-0.1222,0.0000,6,1519.7605,246.0244,671.4640,-98.7146,39.1545,106.8628,-15.7103,0.2706,33.1005,0.0000,0.0000,5.7834,33.2592,-1.2806,0.0000,34.5397,0.0000,34.5397,8.3605,26.1792,0.0000,26.1792,-0.2309,26.4101,0.0000,35.3137,14.1509,-23.0545,8232.2818,8232.2818,8232.2818 -487.5000,1.0000,6847.9343,76.1965,75.9902,-0.1164,0.0000,6,1515.9460,245.2719,669.9742,-98.4884,38.9368,106.3581,-15.6350,-0.6250,33.8295,0.0000,0.0000,5.7324,33.7725,-1.2862,0.0000,35.0586,0.0000,35.0586,8.3136,26.7450,0.0000,26.7450,-0.2186,26.9637,0.0000,34.7232,14.0716,-21.8311,8192.5509,8192.5509,8192.5509 -488.5000,1.0000,6869.0021,75.8410,75.6982,-0.0811,0.0000,6,1502.7850,286.0291,667.0392,-97.7078,45.0128,104.9728,-15.3764,-0.5950,39.9121,0.0000,0.0000,5.6957,39.8175,-1.4079,0.0000,41.2254,0.0000,41.2254,8.2749,32.9505,0.0000,32.9505,-0.1517,33.1022,0.0000,34.2393,14.0060,-15.1431,9324.8539,9324.8539,9324.8539 -489.5000,1.0000,6890.0241,75.6760,75.6602,-0.0106,0.0000,6,1500.8775,372.7485,687.2016,-97.5947,58.5854,108.0085,-15.3391,0.4184,52.4186,0.0000,0.0000,5.7484,52.5904,-1.6720,0.0000,54.2624,0.0000,54.2624,8.2568,46.0056,0.0000,46.0056,-0.0197,46.0253,0.0000,34.0162,13.9755,-1.9664,11872.2929,11872.2929,11872.2929 -490.5000,1.0000,6911.0479,75.6825,75.7112,0.0142,0.0000,6,1501.4880,398.5914,712.2934,-97.6309,62.6727,111.9978,-15.3510,-0.3623,57.3269,0.0000,0.0000,5.7080,57.1577,-1.7673,0.0000,58.9249,0.0000,58.9249,8.2576,50.6674,0.0000,50.6674,0.0264,50.6409,0.0000,34.0249,13.9767,2.6393,12638.6824,12638.6824,12638.6824 -491.5000,1.0000,6932.0875,75.7390,75.7732,0.0172,0.0000,6,1497.5205,405.1550,723.2904,-97.3956,63.5364,113.4264,-15.2736,-0.0035,57.8387,0.0000,0.0000,5.7012,57.8136,-1.7816,0.0000,59.5952,0.0000,59.5952,8.2637,51.3315,0.0000,51.3315,0.0322,51.2993,0.0000,34.1012,13.9871,3.2110,12791.1593,12791.1593,12791.1593 -492.5000,1.0000,6953.1311,75.7540,75.7412,-0.0089,0.0000,6,1490.4250,373.4777,720.4843,-96.9748,58.2913,112.4510,-15.1355,-0.6459,53.2616,0.0000,0.0000,5.6756,53.0206,-1.6819,0.0000,54.7025,0.0000,54.7025,8.2654,46.4371,0.0000,46.4371,-0.0166,46.4537,0.0000,34.1215,13.9899,-1.6576,11802.9277,11802.9277,11802.9277 -493.5000,1.0000,6974.1588,75.6965,75.6582,-0.0231,0.0000,6,1491.0735,361.6123,717.3369,-97.0133,56.4639,112.0085,-15.1481,0.7056,50.0319,0.0000,0.0000,5.7264,50.3181,-1.6249,0.0000,51.9430,0.0000,51.9430,8.2591,43.6839,0.0000,43.6839,-0.0430,43.7269,0.0000,34.0438,13.9793,-4.2962,11458.7693,11458.7693,11458.7693 -494.5000,1.0000,6995.1515,75.5705,75.4892,-0.0469,0.0000,6,1498.9700,327.5312,709.7039,-97.4816,51.4132,111.4035,-15.3019,0.0176,45.6702,0.0000,0.0000,5.7254,45.7272,-1.5278,0.0000,47.2550,0.0000,47.2550,8.2453,39.0096,0.0000,39.0096,-0.0875,39.0971,0.0000,33.8741,13.9560,-8.7330,10523.7600,10523.7600,10523.7600 -495.5000,1.0000,7016.1166,75.4710,75.4592,-0.0083,0.0000,6,1498.3980,371.7401,697.7531,-97.4477,58.3304,109.4858,-15.2907,-0.0702,52.6938,0.0000,0.0000,5.7069,52.6774,-1.6714,0.0000,54.3489,0.0000,54.3489,8.2345,46.1144,0.0000,46.1144,-0.0155,46.1299,0.0000,33.7405,13.9376,-1.5482,11822.4071,11822.4071,11822.4071 -496.5000,1.0000,7037.0631,75.4040,75.3552,-0.0289,0.0000,6,1493.2860,346.5732,710.5092,-97.1445,54.1959,111.1070,-15.1911,-0.3988,48.9061,0.0000,0.0000,5.6887,48.7973,-1.5898,0.0000,50.3871,0.0000,50.3871,8.2272,42.1599,0.0000,42.1599,-0.0537,42.2136,0.0000,33.6507,13.9253,-5.3623,11034.8891,11034.8891,11034.8891 -497.5000,1.0000,7057.9963,75.3565,75.3642,0.0025,0.0000,6,1495.6510,386.8918,708.1521,-97.2847,60.5966,110.9138,-15.2371,0.6167,54.2460,0.0000,0.0000,5.7340,54.4862,-1.7078,0.0000,56.1940,0.0000,56.1940,8.2220,47.9720,0.0000,47.9720,0.0046,47.9674,0.0000,33.5871,13.9165,0.4638,12244.8621,12244.8621,12244.8621 -498.5000,1.0000,7078.9221,75.3295,75.3012,-0.0175,0.0000,6,1501.3730,358.9485,718.5041,-97.6241,56.4351,112.9657,-15.3488,-0.0915,50.7862,0.0000,0.0000,5.7404,50.7738,-1.6301,0.0000,52.4040,0.0000,52.4040,8.2190,44.1849,0.0000,44.1849,-0.0325,44.2174,0.0000,33.5511,13.9115,-3.2451,11468.6863,11468.6863,11468.6863 -499.5000,1.0000,7099.8363,75.2880,75.2812,-0.0056,0.0000,6,1489.4330,371.6846,701.8289,-96.9160,57.9728,109.4664,-15.1163,-1.0014,53.2847,0.0000,0.0000,5.6894,52.9001,-1.6739,0.0000,54.5740,0.0000,54.5740,8.2145,46.3595,0.0000,46.3595,-0.0103,46.3698,0.0000,33.4956,13.9038,-1.0296,11741.2492,11741.2492,11741.2492 -500.5000,1.0000,7120.7512,75.2905,75.3062,0.0069,0.0000,6,1475.0515,392.8046,708.1893,-96.0630,60.6754,109.3919,-14.8386,-0.3110,55.3342,0.0000,0.0000,5.6522,55.1962,-1.7218,0.0000,56.9180,0.0000,56.9180,8.2148,48.7032,0.0000,48.7032,0.0129,48.6903,0.0000,33.4990,13.9043,1.2871,12236.5138,12236.5138,12236.5138 -501.5000,1.0000,7141.6639,75.2825,75.2652,-0.0114,0.0000,6,1484.5500,387.4614,725.0965,-96.6264,60.2354,112.7247,-15.0217,1.1790,51.3604,0.0000,0.0000,7.6961,51.8219,-1.6514,0.0000,53.4733,0.0000,53.4733,8.2139,45.2594,0.0000,45.2594,-0.0211,45.2805,0.0000,33.4883,13.9028,-2.1106,12163.1963,12163.1963,12163.1963 -502.5000,1.0000,7162.5771,75.2840,75.3092,0.0122,0.0000,6,1491.4165,406.6623,713.6233,-97.0336,63.5128,111.4542,-15.1548,-0.5555,56.3993,0.0000,0.0000,7.6690,56.1536,-1.7417,0.0000,57.8952,0.0000,57.8952,8.2141,49.6811,0.0000,49.6811,0.0227,49.6585,0.0000,33.4903,13.9031,2.2651,12772.6133,12772.6133,12772.6133 -503.5000,1.0000,7183.4912,75.2875,75.2722,-0.0103,0.0000,6,1488.6320,384.2763,726.2494,-96.8685,59.9045,113.2144,-15.1007,0.2999,51.9062,0.0000,0.0000,7.6984,52.0334,-1.6559,0.0000,53.6893,0.0000,53.6893,8.2145,45.4748,0.0000,45.4748,-0.0191,45.4939,0.0000,33.4950,13.9037,-1.9048,12105.4740,12105.4740,12105.4740 -504.5000,1.0000,7204.4180,75.3335,75.4012,0.0358,0.0000,6,1486.3815,436.7383,712.6450,-96.7350,67.9798,110.9257,-15.0571,-0.5049,60.8440,0.0000,0.0000,7.6408,60.5657,-1.8342,0.0000,62.3998,0.0000,62.3998,8.2195,54.1804,0.0000,54.1804,0.0666,54.1138,0.0000,33.5564,13.9122,6.6451,13576.7387,13576.7387,13576.7387 -505.5000,1.0000,7225.3814,75.4650,75.5352,0.0372,0.0000,6,1482.6810,443.3848,735.1076,-96.5155,68.8426,114.1372,-14.9856,0.1667,61.0200,0.0000,0.0000,7.6558,61.0412,-1.8456,0.0000,62.8868,0.0000,62.8868,8.2338,54.6530,0.0000,54.6530,0.0693,54.5837,0.0000,33.7325,13.9365,6.9148,13727.5731,13727.5731,13727.5731 -506.5000,1.0000,7246.3690,75.5520,75.5752,0.0111,0.0000,6,1492.0270,412.8466,741.0036,-97.0698,64.5051,115.7779,-15.1666,0.6886,56.1150,0.0000,0.0000,7.7015,56.3827,-1.7496,0.0000,58.1323,0.0000,58.1323,8.2433,49.8890,0.0000,49.8890,0.0207,49.8683,0.0000,33.8492,13.9526,2.0665,12952.7755,12952.7755,12952.7755 -507.5000,1.0000,7267.3717,75.6065,75.6442,0.0192,0.0000,6,1494.3160,417.6367,724.1003,-97.2056,65.3536,113.3104,-15.2112,-0.4796,58.1844,0.0000,0.0000,7.6488,57.9545,-1.7830,0.0000,59.7374,0.0000,59.7374,8.2493,51.4882,0.0000,51.4882,0.0357,51.4525,0.0000,33.9225,13.9627,3.5673,13114.4092,13114.4092,13114.4092 -508.5000,1.0000,7288.3837,75.6400,75.6422,-0.0006,0.0000,6,1494.2015,398.4971,731.9775,-97.1988,62.3538,114.5343,-15.2089,0.4690,54.1900,0.0000,0.0000,7.6948,54.3761,-1.7088,0.0000,56.0849,0.0000,56.0849,8.2529,47.8320,0.0000,47.8320,-0.0010,47.8330,0.0000,33.9676,13.9688,-0.1034,12574.2482,12574.2482,12574.2482 -509.5000,1.0000,7309.4184,75.7215,75.8072,0.0458,0.0000,6,1498.6265,438.6223,722.3108,-97.4612,68.8355,113.3564,-15.2952,-0.0632,63.1592,0.0000,0.0000,5.7396,63.0615,-1.8907,0.0000,64.9523,0.0000,64.9523,8.2618,56.6904,0.0000,56.6904,0.0856,56.6049,0.0000,34.0776,13.9839,8.5434,13761.4737,13761.4737,13761.4737 -510.5000,1.0000,7330.4980,75.8835,75.9662,0.0442,0.0000,6,1495.3080,438.9026,735.4541,-97.2644,68.7270,115.1635,-15.2305,-0.2417,63.2083,0.0000,0.0000,5.7604,63.0310,-1.8920,0.0000,64.9230,0.0000,64.9230,8.2795,56.6435,0.0000,56.6435,0.0826,56.5609,0.0000,34.2968,14.0138,8.2503,13734.0599,13734.0599,13734.0599 -511.5000,1.0000,7351.6320,76.0790,76.1982,0.0644,0.0000,6,1502.1745,467.4284,742.6921,-97.6716,73.5299,116.8309,-15.3645,0.8762,66.8038,0.0000,0.0000,5.8499,67.1238,-1.9796,0.0000,69.1034,0.0000,69.1034,8.3008,60.8026,0.0000,60.8026,0.1209,60.6817,0.0000,34.5626,14.0499,12.0692,14619.9586,14619.9586,14619.9586 -512.5000,1.0000,7372.8087,76.2330,76.2742,0.0211,0.0000,6,1511.4440,411.8620,748.3701,-98.2214,65.1887,118.4506,-15.5463,-0.0213,59.3893,0.0000,0.0000,5.8206,59.3507,-1.8195,0.0000,61.1702,0.0000,61.1702,8.3176,52.8526,0.0000,52.8526,0.0397,52.8129,0.0000,34.7728,14.0783,3.9617,13108.7174,13108.7174,13108.7174 -513.5000,1.0000,7394.0120,76.3285,76.3892,0.0319,0.0000,6,1508.2395,425.6484,728.2345,-98.0313,67.2280,115.0192,-15.4833,-0.2756,61.6922,0.0000,0.0000,5.8113,61.5242,-1.8659,0.0000,63.3900,0.0000,63.3900,8.3280,55.0620,0.0000,55.0620,0.0601,55.0019,0.0000,34.9037,14.0960,6.0022,13475.8424,13475.8424,13475.8424 -514.5000,1.0000,7415.2559,76.4750,76.5672,0.0494,0.0000,6,1502.5940,449.6852,732.4150,-97.6965,70.7585,115.2464,-15.3727,-0.2464,65.2245,0.0000,0.0000,5.7805,65.0329,-1.9407,0.0000,66.9736,0.0000,66.9736,8.3440,58.6296,0.0000,58.6296,0.0932,58.5363,0.0000,35.1051,14.1230,9.3082,14115.4227,14115.4227,14115.4227 -515.5000,1.0000,7436.5354,76.6030,76.6452,0.0217,0.0000,6,1506.3325,420.2082,745.7036,-97.9182,66.2848,117.6294,-15.4459,0.5928,59.8499,0.0000,0.0000,5.8420,60.0740,-1.8389,0.0000,61.9129,0.0000,61.9129,8.3580,53.5549,0.0000,53.5549,0.0409,53.5140,0.0000,35.2816,14.1467,4.0857,13303.5392,13303.5392,13303.5392 -516.5000,1.0000,7457.8356,76.6775,76.7162,0.0197,0.0000,6,1512.3215,414.7235,732.5108,-98.2734,65.6797,116.0077,-15.5636,-0.0390,59.8806,0.0000,0.0000,5.8381,59.8363,-1.8349,0.0000,61.6711,0.0000,61.6711,8.3661,53.3050,0.0000,53.3050,0.0373,53.2677,0.0000,35.3846,14.1604,3.7227,13198.2620,13198.2620,13198.2620 -517.5000,1.0000,7479.1117,76.5905,76.4712,-0.0681,0.0000,6,1516.1745,311.0623,734.3085,-98.5019,49.3884,116.5887,-15.6395,0.3978,43.1252,0.0000,0.0000,5.8654,43.3160,-1.4896,0.0000,44.8057,0.0000,44.8057,8.3566,36.4491,0.0000,36.4491,-0.1285,36.5776,0.0000,35.2644,14.1444,-12.8312,10156.7296,10156.7296,10156.7296 -518.5000,1.0000,7500.2772,76.1925,75.9202,-0.1531,0.0000,6,1512.5125,202.3453,691.0162,-98.2848,32.0495,109.4500,-15.5673,-0.7370,27.0072,0.0000,0.0000,5.7793,26.9630,-1.1442,0.0000,28.1073,0.0000,28.1073,8.3132,19.7941,0.0000,19.7941,-0.2875,20.0816,0.0000,34.7179,14.0709,-28.7072,6919.7287,6919.7287,6919.7287 -519.5000,1.0000,7521.2894,75.6410,75.3682,-0.1533,0.0000,6,1496.1855,199.3642,648.9005,-97.3164,31.2364,101.6698,-15.2476,-0.7711,26.2836,0.0000,0.0000,5.7239,26.2319,-1.1225,0.0000,27.3544,0.0000,27.3544,8.2530,19.1014,0.0000,19.1014,-0.2860,19.3873,0.0000,33.9694,13.9690,-28.5511,6756.3536,6756.3536,6756.3536 -520.5000,1.0000,7542.1553,75.1140,74.8662,-0.1394,0.0000,6,1490.0055,217.6389,652.6660,-96.9499,33.9589,101.8374,-15.1274,0.2024,27.9977,0.0000,0.0000,5.7587,28.1333,-1.1559,0.0000,29.2892,0.0000,29.2892,8.1955,21.0937,0.0000,21.0937,-0.2582,21.3519,0.0000,33.2643,13.8717,-25.7841,7240.5045,7240.5045,7240.5045 -521.5000,1.0000,7562.8724,74.5780,74.2962,-0.1583,0.0000,6,1480.6210,185.4649,647.9005,-96.3933,28.7564,100.4571,-14.9458,-1.0545,24.1410,0.0000,0.0000,5.6699,24.0438,-1.0644,0.0000,25.1082,0.0000,25.1082,8.1370,16.9711,0.0000,16.9711,-0.2911,17.2623,0.0000,32.5574,13.7727,-29.0678,6286.8938,6286.8938,6286.8938 -522.5000,1.0000,7583.4513,74.0810,73.8722,-0.1178,0.0000,6,1462.0810,234.1539,634.6587,-95.2938,35.8510,97.1718,-14.5903,-0.6234,30.8403,0.0000,0.0000,5.6341,30.7819,-1.1990,0.0000,31.9810,0.0000,31.9810,8.0828,23.8981,0.0000,23.8981,-0.2151,24.1132,0.0000,31.9106,13.6809,-21.4783,7538.9516,7538.9516,7538.9516 -523.5000,1.0000,7603.9029,73.6225,73.3792,-0.1369,0.0000,6,1453.0400,211.3999,653.0631,-94.7576,32.1670,99.3714,-14.4185,-0.1872,26.7221,0.0000,0.0000,5.6322,26.7731,-1.1102,0.0000,27.8833,0.0000,27.8833,8.0328,19.8505,0.0000,19.8505,-0.2486,20.0991,0.0000,31.3219,13.5963,-24.8190,6874.2414,6874.2414,6874.2414 -524.5000,1.0000,7624.2244,73.1540,72.9352,-0.1233,0.0000,6,1447.5090,223.6565,642.1510,-94.4295,33.9025,97.3390,-14.3139,-0.3052,28.6238,0.0000,0.0000,5.5838,28.6429,-1.1438,0.0000,29.7866,0.0000,29.7866,7.9817,21.8050,0.0000,21.8050,-0.2224,22.0274,0.0000,30.7276,13.5097,-22.2100,7181.4321,7181.4321,7181.4321 -525.5000,1.0000,7644.4226,72.7105,72.4922,-0.1231,0.0000,6,1444.2665,222.4790,648.1014,-94.2372,33.6484,98.0209,-14.2527,0.0169,28.0690,0.0000,0.0000,5.5625,28.1585,-1.1286,0.0000,29.2871,0.0000,29.2871,7.9333,21.3538,0.0000,21.3538,-0.2206,21.5744,0.0000,30.1722,13.4278,-22.0256,7133.4642,7133.4642,7133.4642 -526.5000,1.0000,7664.4716,72.1730,71.8602,-0.1756,0.0000,6,1435.9885,153.4908,640.3781,-93.7463,23.0814,96.2977,-14.0972,-0.7468,18.3199,0.0000,0.0000,5.5083,18.2920,-0.9169,0.0000,19.2088,0.0000,19.2088,7.8746,11.3342,0.0000,11.3342,-0.3124,11.6466,0.0000,29.5083,13.3286,-31.1902,5183.3413,5183.3413,5183.3413 -527.5000,1.0000,7684.3818,71.6735,71.4932,-0.1019,0.0000,6,1424.3535,240.1444,614.6552,-93.0562,35.8194,91.6807,-13.8801,-0.2770,30.6107,0.0000,0.0000,5.4858,30.6210,-1.1681,0.0000,31.7891,0.0000,31.7891,7.8201,23.9689,0.0000,23.9689,-0.1801,24.1491,0.0000,28.8994,13.2363,-17.9867,7517.8254,7517.8254,7517.8254 -528.5000,1.0000,7704.1823,71.2785,71.0702,-0.1175,0.0000,6,1416.3425,219.0759,644.6745,-92.5811,32.4931,95.6175,-13.7315,-0.4214,27.4563,0.0000,0.0000,5.4582,27.4439,-1.0974,0.0000,28.5413,0.0000,28.5413,7.7770,20.7642,0.0000,20.7642,-0.2065,20.9707,0.0000,28.4243,13.1634,-20.6170,6904.1144,6904.1144,6904.1144 -529.5000,1.0000,7723.8766,70.8965,70.7292,-0.0947,0.0000,6,1401.3505,242.5713,630.0228,-91.6920,35.5971,92.4553,-13.4557,-0.8733,31.0859,0.0000,0.0000,5.3844,30.9352,-1.1658,0.0000,32.1011,0.0000,32.1011,7.7354,24.3657,0.0000,24.3657,-0.1656,24.5313,0.0000,27.9697,13.0928,-16.5313,7471.5231,7471.5231,7471.5231 -530.5000,1.0000,7743.4885,70.5995,70.4762,-0.0703,0.0000,6,1391.3175,275.4152,643.0330,-91.0969,40.1276,93.6889,-13.2727,0.0098,34.7167,0.0000,0.0000,5.4011,34.7818,-1.2426,0.0000,36.0245,0.0000,36.0245,7.7030,28.3215,0.0000,28.3215,-0.1223,28.4438,0.0000,27.6196,13.0380,-12.2137,8302.9194,8302.9194,8302.9194 -531.5000,1.0000,7763.0012,70.2425,70.0152,-0.1281,0.0000,6,1396.3530,206.0117,658.8579,-91.3956,30.1242,96.3420,-13.3644,0.4220,24.2854,0.0000,0.0000,5.4168,24.4513,-1.0234,0.0000,25.4747,0.0000,25.4747,7.6640,17.8106,0.0000,17.8106,-0.2218,18.0324,0.0000,27.2029,12.9721,-22.1425,6443.7232,6443.7232,6443.7232 -532.5000,1.0000,7782.3921,69.8040,69.5992,-0.1156,0.0000,6,1389.0670,209.9063,620.1572,-90.9635,30.5335,90.2098,-13.2318,-1.0413,26.2487,0.0000,0.0000,5.3262,26.0958,-1.0528,0.0000,27.1486,0.0000,27.1486,7.6162,19.5324,0.0000,19.5324,-0.1989,19.7313,0.0000,26.6966,12.8911,-19.8564,6503.4796,6503.4796,6503.4796 -533.5000,1.0000,7801.6740,69.4115,69.2302,-0.1025,0.0000,6,1372.8545,228.5543,623.5502,-90.0019,32.8581,89.6447,-12.9391,-0.3377,27.8732,0.0000,0.0000,5.3226,27.8660,-1.0853,0.0000,28.9513,0.0000,28.9513,7.5733,21.3779,0.0000,21.3779,-0.1754,21.5533,0.0000,26.2487,12.8186,-17.5140,6902.4288,6902.4288,6902.4288 -534.5000,1.0000,7820.8652,69.0850,68.9462,-0.0789,0.0000,6,1367.7805,255.9310,630.9960,-89.7010,36.6579,90.3799,-12.8482,-0.0898,31.4286,0.0000,0.0000,5.3191,31.4687,-1.1567,0.0000,32.6254,0.0000,32.6254,7.5377,25.0877,0.0000,25.0877,-0.1344,25.2221,0.0000,25.8800,12.7583,-13.4162,7615.3008,7615.3008,7615.3008 -535.5000,1.0000,7840.0127,68.9280,68.9162,-0.0083,0.0000,6,1365.2625,338.3203,640.9879,-89.5517,48.3696,91.6420,-12.8032,-0.1215,43.1641,0.0000,0.0000,5.3270,43.1277,-1.3979,0.0000,44.5256,0.0000,44.5256,7.5206,37.0050,0.0000,37.0050,-0.0142,37.0191,0.0000,25.7038,12.7293,-1.4140,9787.8755,9787.8755,9787.8755 -536.5000,1.0000,7859.1676,68.9545,68.9992,0.0231,0.0000,6,1361.8675,376.4977,673.1722,-89.3503,53.6940,96.0041,-12.7426,-0.1627,48.5336,0.0000,0.0000,5.3231,48.4351,-1.5088,0.0000,49.9439,0.0000,49.9439,7.5235,42.4204,0.0000,42.4204,0.0392,42.3812,0.0000,25.7335,12.7342,3.9135,10809.4210,10809.4210,10809.4210 -537.5000,1.0000,7878.4051,69.2515,69.5102,0.1419,0.0000,6,1361.6770,522.5272,690.2724,-89.3390,74.5095,98.4290,-12.7393,0.1468,69.0795,0.0000,0.0000,5.2833,68.9142,-1.9387,0.0000,70.8529,0.0000,70.8529,7.5559,63.2970,0.0000,63.2970,0.2424,63.0547,0.0000,26.0678,12.7890,24.1979,14674.5539,14674.5539,14674.5539 -538.5000,1.0000,7897.7819,69.7535,70.0032,0.1369,0.0000,6,1371.9005,520.6937,752.0376,-89.9454,74.8055,108.0415,-12.9220,0.7135,68.7559,0.0000,0.0000,5.3362,68.9367,-1.9447,0.0000,70.8814,0.0000,70.8814,7.6107,63.2707,0.0000,63.2707,0.2355,63.0352,0.0000,26.6388,12.8817,23.5147,14723.8651,14723.8651,14723.8651 -539.5000,1.0000,7917.3140,70.3120,70.6272,0.1733,0.0000,6,1383.0395,565.5974,749.6026,-90.6060,81.9164,108.5661,-13.1226,0.2268,76.3317,0.0000,0.0000,5.3578,76.1412,-2.1011,0.0000,78.2423,0.0000,78.2423,7.6716,70.5707,0.0000,70.5707,0.3005,70.2702,0.0000,27.2840,12.9849,30.0013,16053.9811,16053.9811,16053.9811 -540.5000,1.0000,7937.0044,70.8825,71.1442,0.1436,0.0000,6,1396.3530,534.2073,772.4654,-91.3956,78.1149,112.9543,-13.3644,0.9127,71.7801,0.0000,0.0000,5.4221,72.0644,-2.0225,0.0000,74.0870,0.0000,74.0870,7.7338,66.3531,0.0000,66.3531,0.2510,66.1022,0.0000,27.9533,13.0902,25.0586,15353.0284,15353.0284,15353.0284 -541.5000,1.0000,7956.8210,71.3365,71.5352,0.1086,0.0000,6,1406.5765,491.2496,756.4713,-92.0019,72.3593,111.4255,-13.5515,-0.0362,67.0002,0.0000,0.0000,5.3953,66.7972,-1.9179,0.0000,68.7151,0.0000,68.7151,7.7834,60.9317,0.0000,60.9317,0.1910,60.7407,0.0000,28.4937,13.1741,19.0728,14289.5611,14289.5611,14289.5611 -542.5000,1.0000,7976.7482,71.7345,71.9402,0.1125,0.0000,6,1405.9665,500.7043,741.5271,-91.9657,73.7199,109.1769,-13.5403,-0.0164,68.3635,0.0000,0.0000,5.3729,68.1618,-1.9509,0.0000,70.1127,0.0000,70.1127,7.8268,62.2859,0.0000,62.2859,0.1990,62.0869,0.0000,28.9733,13.2476,19.8660,14548.8375,14548.8375,14548.8375 -543.5000,1.0000,7996.7758,72.0960,72.2582,0.0883,0.0000,6,1417.2580,475.8942,751.4905,-92.6354,70.6298,111.5324,-13.7485,0.9993,64.1709,0.0000,0.0000,5.4595,64.5485,-1.8797,0.0000,66.4282,0.0000,66.4282,7.8662,58.5619,0.0000,58.5619,0.1570,58.4049,0.0000,29.4135,13.3143,15.6771,13972.3204,13972.3204,13972.3204 -544.5000,1.0000,8016.8846,72.3885,72.5252,0.0742,0.0000,6,1431.1055,455.4876,739.0318,-93.4567,68.2617,110.7550,-14.0059,0.2079,62.5586,0.0000,0.0000,5.4951,62.5467,-1.8413,0.0000,64.3880,0.0000,64.3880,7.8982,56.4899,0.0000,56.4899,0.1324,56.3575,0.0000,29.7729,13.3684,13.2162,13547.6371,13547.6371,13547.6371 -545.5000,1.0000,8037.0502,72.5930,72.6672,0.0394,0.0000,6,1436.6370,415.2008,733.7891,-93.7847,62.4646,110.3944,-14.1094,0.2793,56.6795,0.0000,0.0000,5.5058,56.7489,-1.7229,0.0000,58.4718,0.0000,58.4718,7.9205,50.5513,0.0000,50.5513,0.0706,50.4807,0.0000,30.0259,13.4061,7.0487,12515.8065,12515.8065,12515.8065 -546.5000,1.0000,8057.2587,72.7475,72.8342,0.0464,0.0000,6,1439.5740,423.1645,717.6789,-93.9589,63.7928,108.1914,-14.1645,-0.0202,58.3012,0.0000,0.0000,5.5118,58.2251,-1.7554,0.0000,59.9805,0.0000,59.9805,7.9373,52.0432,0.0000,52.0432,0.0832,51.9600,0.0000,30.2180,13.4347,8.3073,12755.5261,12755.5261,12755.5261 -547.5000,1.0000,8077.4880,72.8220,72.8162,-0.0050,0.0000,6,1439.5360,363.0831,721.2043,-93.9567,54.7340,108.7200,-14.1638,0.0169,49.2180,0.0000,0.0000,5.4991,49.2306,-1.5689,0.0000,50.7995,0.0000,50.7995,7.9455,42.8540,0.0000,42.8540,-0.0090,42.8630,0.0000,30.3109,13.4484,-0.8963,11045.0060,11045.0060,11045.0060 -548.5000,1.0000,8097.7165,72.8195,72.8292,0.0036,0.0000,6,1439.6890,373.2237,698.6557,-93.9657,56.2687,105.3320,-14.1666,-0.0034,50.7600,0.0000,0.0000,5.5120,50.7541,-1.6006,0.0000,52.3547,0.0000,52.3547,7.9452,44.4095,0.0000,44.4095,0.0065,44.4030,0.0000,30.3078,13.4480,0.6473,11345.4079,11345.4079,11345.4079 -549.5000,1.0000,8117.9434,72.8135,72.8042,-0.0069,0.0000,6,1441.9015,361.1711,704.0137,-94.0970,54.5352,106.3029,-14.2082,0.1993,48.7886,0.0000,0.0000,5.5474,48.8731,-1.5613,0.0000,50.4345,0.0000,50.4345,7.9445,42.4899,0.0000,42.4899,-0.0125,42.5024,0.0000,30.3003,13.4469,-1.2447,11009.6018,11009.6018,11009.6018 -550.5000,1.0000,8138.1158,72.6175,72.4372,-0.1019,0.0000,6,1441.9395,245.5058,697.1186,-94.0992,37.0713,105.2646,-14.2089,-0.1959,31.7495,0.0000,0.0000,5.5176,31.7811,-1.2030,0.0000,32.9841,0.0000,32.9841,7.9231,25.0610,0.0000,25.0610,-0.1825,25.2435,0.0000,30.0564,13.4107,-18.2236,7750.0282,7750.0282,7750.0282 -551.5000,1.0000,8158.1698,72.1910,71.9512,-0.1350,0.0000,6,1434.1575,202.5631,650.4734,-93.6377,30.4219,97.6911,-14.0629,-0.4905,25.4546,0.0000,0.0000,5.4578,25.4414,-1.0660,0.0000,26.5074,0.0000,26.5074,7.8766,18.6308,0.0000,18.6308,-0.2403,18.8711,0.0000,29.5301,13.3319,-23.9909,6540.9250,6540.9250,6540.9250 -552.5000,1.0000,8178.0395,71.5280,71.1112,-0.2333,0.0000,6,1423.4000,83.8347,631.8736,-92.9997,12.4962,94.1859,-13.8624,-0.4535,7.5392,0.0000,0.0000,5.4106,7.5561,-0.6859,0.0000,8.2420,0.0000,8.2420,7.8043,0.4377,0.0000,0.4377,-0.4115,0.8492,0.0000,28.7246,13.2095,-41.0849,3440.5727,3440.5727,3440.5727 -553.5000,1.0000,8197.6521,70.6020,70.0992,-0.2811,0.0000,6,1406.8820,18.4515,577.4395,-92.0200,2.7184,85.0732,-13.5572,-0.9789,-1.6594,0.0000,0.0000,5.3567,-1.6579,-0.6774,0.0000,-0.9805,0.0000,-0.9805,7.7032,-8.6837,0.0000,-8.6837,-0.4893,-8.1944,0.0000,27.6238,13.0384,-48.8567,2275.2283,2275.2283,2275.2283 -554.5000,1.0000,8216.9788,69.5730,69.0532,-0.2906,0.0000,6,1387.0070,3.5227,547.5221,-90.8413,0.5117,79.5260,-13.1944,-0.7278,-4.0697,0.0000,0.0000,5.3092,-4.0753,-0.6878,0.0000,-3.3875,0.0000,-3.3875,7.5910,-10.9785,0.0000,-10.9785,-0.4984,-10.4801,0.0000,26.4337,12.8484,-49.7622,1966.3452,1966.3452,1966.3452 -555.5000,1.0000,8236.0011,68.4770,67.9072,-0.3183,0.0000,6,1366.1405,-37.8790,532.4975,-89.6037,-5.4190,76.1801,-12.8189,-1.0337,-9.6106,0.0000,0.0000,5.2253,-9.6043,-0.7279,0.0000,-8.8764,0.0000,-8.8764,7.4714,-16.3478,0.0000,-16.3478,-0.5374,-15.8103,0.0000,25.2043,12.6460,-53.6607,1054.3167,1054.3167,1054.3167 -556.5000,1.0000,8254.6758,67.2255,66.5502,-0.3769,0.0000,6,1336.7285,-87.8594,502.8850,-87.8594,-12.2987,70.3948,-12.2987,-1.4030,-16.0137,0.0000,0.0000,5.1180,-15.9702,-0.7744,0.0000,-15.1958,0.0000,-15.1958,7.3348,-22.5306,2.3115,-24.8422,-0.6248,-24.2174,1.8988,23.8483,12.4149,-62.3793,0.0000,0.0000,0.0000 -557.5000,1.0000,8272.7346,65.0085,63.4732,-0.8547,0.0000,6,1305.6380,-86.0155,473.8691,-86.0155,-11.7606,64.7903,-11.7606,-1.1225,-15.8400,0.0000,0.0000,5.2019,-16.0500,-0.7473,0.0000,-15.3027,0.0000,-15.3027,7.0929,-22.3956,68.3174,-90.7130,-1.3699,-89.3431,13.8568,21.5757,12.0050,-136.7806,0.0000,0.0000,0.0000 -558.5000,1.0000,8289.8601,61.6485,59.8302,-1.0119,0.0000,6,1248.4930,-82.6263,436.3601,-82.6263,-10.8027,57.0505,-10.8027,-3.3080,-12.4519,0.0000,0.0000,4.9572,-12.3876,-0.6702,0.0000,-11.7175,0.0000,-11.7175,6.7263,-18.4438,74.5004,-92.9442,-1.5381,-91.4062,32.3764,18.4059,11.3823,-153.5707,0.0000,0.0000,0.0000 -559.5000,1.0000,8305.7963,57.3670,54.9102,-1.3667,0.0000,6,1182.5360,-78.7081,431.3876,-78.7085,-9.7468,53.4208,-9.7469,-1.6566,-12.9888,0.0000,0.0000,4.8986,-13.3089,-0.6284,0.0000,-12.6806,0.0000,-12.6806,6.2592,-18.9398,101.1776,-120.1174,-1.9330,-118.1844,49.3811,14.8455,10.5875,-192.9985,0.0000,0.0000,0.0000 -560.5000,1.0000,8320.6813,53.5830,52.2622,-0.7356,0.0000,6,1100.7860,-73.8320,382.9425,-73.8320,-8.5109,44.1433,-8.5109,-3.9842,-9.0810,0.0000,0.0000,4.5543,-8.8125,-0.5409,0.0000,-8.2716,0.0000,-8.2716,5.8463,-14.1179,11.3157,-25.4336,-0.9717,-24.4619,50.5901,12.0825,9.8879,-97.0223,0.0000,0.0000,0.0000 -561.5000,1.0000,8334.7429,50.6185,48.9812,-0.9114,0.0000,6,1031.3575,-68.8715,399.2919,-68.8715,-7.4384,43.1249,-7.4384,-0.6644,-11.2708,0.0000,0.0000,4.4964,-11.5298,-0.5346,0.0000,-10.9952,0.0000,-10.9952,5.5229,-16.5181,32.1655,-48.6835,-1.1374,-47.5461,46.4866,10.1905,9.3412,-113.5644,0.0000,0.0000,0.0000 -562.5000,1.0000,8347.9256,47.4545,45.9342,-0.8464,0.0000,6,988.0980,-67.3077,365.8751,-67.3077,-6.9646,37.8583,-6.9646,-1.9884,-9.2828,0.0000,0.0000,4.3067,-9.2727,-0.4784,0.0000,-8.7943,0.0000,-8.7943,5.1777,-13.9720,25.1565,-39.1285,-0.9903,-38.1382,43.5809,8.3963,8.7573,-98.8727,0.0000,0.0000,0.0000 -563.5000,1.0000,8360.2508,44.3675,42.8072,-0.8686,0.0000,6,922.4840,-71.0611,381.6095,-71.0611,-6.8647,36.8644,-6.8647,-1.8607,-9.1321,0.0000,0.0000,4.1281,-9.1286,-0.4447,0.0000,-8.6840,0.0000,-8.6840,4.8408,-13.5248,23.4305,-36.9553,-0.9502,-36.0052,43.8126,6.8635,8.1867,-94.8680,0.0000,0.0000,0.0000 -564.5000,1.0000,8371.6745,41.1220,39.4432,-0.9344,0.0000,6,858.4725,-75.3134,410.0640,-75.3168,-6.7706,36.8644,-6.7709,-1.6431,-9.0862,0.0000,0.0000,3.9587,-9.1297,-0.4118,0.0000,-8.7180,0.0000,-8.7180,4.4867,-13.2047,25.3769,-38.5816,-0.9474,-37.6342,43.9044,5.4671,7.5868,-94.5926,0.0000,0.0000,0.0000 -565.5000,1.0000,8382.0273,37.2670,35.0972,-1.2072,0.0000,6,735.1035,-86.4586,478.8831,-86.4586,-6.6556,36.8644,-6.6556,-4.1623,-5.8122,0.0000,0.0000,3.3190,-5.3980,-0.3375,0.0000,-5.0604,0.0000,-5.0604,4.0661,-9.1266,49.3020,-58.4285,-1.1092,-57.3193,42.4791,4.0762,6.8746,-110.7493,0.0000,0.0000,0.0000 -566.5000,1.0000,8391.2002,33.0190,30.9472,-1.1528,0.0000,5,788.0525,-80.7794,446.7071,-80.7794,-6.6663,36.8644,-6.6663,7.0246,-17.9370,0.0000,0.0000,4.2461,-22.6652,-0.3686,0.0000,-22.2966,0.0000,-22.2966,3.6026,-25.8992,18.1655,-44.0647,-0.9385,-43.1262,41.6474,2.8367,6.0895,-93.6998,0.0000,0.0000,0.0000 -567.5000,1.0000,8399.2903,29.1210,27.3012,-1.0128,0.0000,5,883.2685,-73.5437,398.5522,-73.5437,-6.8025,36.8644,-6.8025,-2.7086,-8.1729,0.0000,0.0000,4.0790,-8.2258,-0.2614,0.0000,-7.9644,0.0000,-7.9644,3.1773,-11.1417,12.0982,-23.2399,-0.7271,-22.5127,42.7756,1.9459,5.3680,-72.6022,0.0000,0.0000,0.0000 -568.5000,1.0000,8406.1681,24.7570,22.2192,-1.4117,0.0000,5,716.6665,-88.4362,491.2029,-88.4362,-6.6371,36.8644,-6.6371,-5.1346,-4.7937,0.0000,0.0000,3.2913,-4.4724,-0.2052,0.0000,-4.2672,0.0000,-4.2672,2.7012,-6.9684,30.6075,-37.5759,-0.8617,-36.7142,43.5543,1.2035,4.5598,-86.0319,0.0000,0.0000,0.0000 -569.5000,1.0000,8411.5639,19.4215,16.6302,-1.5525,0.0000,5,608.9380,-99.9910,578.1026,-99.9910,-6.3762,36.8644,-6.3762,0.3342,-9.9426,0.0000,0.0000,3.2322,-11.7841,-0.1831,0.0000,-11.6011,0.0000,-11.6011,2.1190,-13.7201,17.0207,-30.7408,-0.7434,-29.9974,40.0660,0.5869,3.5736,-74.2239,0.0000,0.0000,0.0000 -570.5000,1.0000,8415.5096,14.2015,11.7792,-1.3475,0.0000,5,640.4210,-87.9067,549.6832,-96.6142,-5.8954,36.8644,-6.4794,0.8867,-10.2537,0.0000,0.0000,3.4716,-12.8010,-0.1422,0.0000,-12.6588,0.0000,-12.6588,1.5495,-14.2083,0.0000,-14.2083,-0.4718,-13.7365,30.5276,0.2314,2.6122,-47.1077,0.0000,0.0000,0.0000 -571.5000,1.0000,8418.2877,9.9980,8.2232,-0.9878,0.0000,3,655.2985,29.1445,537.2035,-95.0185,2.0000,36.8644,-6.5204,-0.3086,-1.0025,0.0000,0.0000,3.3111,-1.2051,-0.2424,0.0000,-0.9627,0.0000,-0.9627,1.0909,-2.0536,0.0000,-2.0536,-0.2435,-1.8101,20.5803,0.0809,1.8397,-24.3109,1106.9876,1106.9876,1106.9876 -572.5000,1.0000,8420.1811,6.8130,5.4092,-0.7817,0.0000,3,628.4430,18.1526,560.1600,-97.8990,1.1946,36.8644,-6.4428,-0.7405,-1.3221,0.0000,0.0000,3.2573,-1.6153,-0.1618,0.0000,-1.4535,0.0000,-1.4535,0.7434,-2.1969,0.0000,-2.1969,-0.1313,-2.0656,9.7622,0.0259,1.2560,-13.1096,973.2412,973.2412,973.2412 -573.5000,1.0000,8421.5132,4.7920,4.1812,-0.3411,0.0000,3,605.5165,57.4372,581.3692,-100.3580,3.6421,36.8644,-6.3637,-0.1390,0.6244,0.0000,0.0000,3.1567,0.7117,-0.0908,0.0000,0.8025,0.0000,0.8025,0.5228,0.2796,0.0000,0.2796,-0.0403,0.3199,3.4504,0.0088,0.8846,-4.0239,1341.8521,1341.8521,1341.8521 -574.5000,1.0000,8422.5397,3.6925,3.2102,-0.2697,0.0000,1,600.8890,30.3346,585.8464,-100.8544,1.9088,36.8644,-6.3463,-0.0328,-1.2395,0.0000,0.0000,3.1811,-1.4250,-0.2675,0.0000,-1.1575,0.0000,-1.1575,0.4029,-1.5603,0.0000,-1.5603,-0.0246,-1.5358,0.2300,0.0040,0.6819,-2.4517,1068.7369,1068.7369,1068.7369 -575.5000,1.0000,8423.2533,2.5655,1.9272,-0.3564,0.0000,1,601.6900,49.5495,585.0665,-100.7685,3.1221,36.8644,-6.3493,0.0624,-1.2701,0.0000,0.0000,4.3297,-1.6983,-0.1801,0.0000,-1.5182,0.0000,-1.5182,0.2799,-1.7981,0.0000,-1.7981,-0.0225,-1.7755,0.0000,0.0014,0.4738,-2.2507,1260.0862,1260.0862,1260.0862 -576.5000,1.0000,8423.6406,1.3910,0.8612,-0.2961,0.0000,1,601.6900,60.1890,585.0665,-100.7685,3.7924,36.8644,-6.3493,-0.0624,-0.4352,0.0000,0.0000,4.2901,-0.7036,-0.0884,0.0000,-0.6152,0.0000,-0.6152,0.1518,-0.7670,0.0000,-0.7670,-0.0102,-0.7568,0.0000,0.0002,0.2569,-1.0139,1365.6292,1365.6292,1365.6292 -577.5000,1.0000,8423.7633,0.4385,0.0222,-0.2331,0.0000,1,601.0795,69.6144,585.6607,-100.8339,4.3819,36.8644,-6.3470,0.0398,-0.0065,0.0000,0.0000,4.3485,-0.1506,-0.0253,0.0000,-0.1253,0.0000,-0.1253,0.0478,-0.1731,0.0000,-0.1731,-0.0025,-0.1706,0.0000,0.0000,0.0810,-0.2516,1458.5676,1458.5676,1458.5676 -578.5000,1.0000,8423.7098,0.0095,-0.4072,-0.1193,0.0000,0,602.3115,67.5626,584.4627,-100.7018,4.2614,36.8644,-6.3517,0.0056,0.0000,0.0000,0.0000,4.2558,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0010,-0.0010,0.0000,-0.0010,0.0000,-0.0010,0.0000,0.0000,0.0018,-0.0028,1439.3478,1439.3478,1439.3478 -579.5000,1.0000,8423.5967,0.0000,-0.4072,0.0000,0.0000,0,601.2815,67.8685,585.4639,-100.8123,4.2734,36.8644,-6.3478,-0.0437,0.0000,0.0000,0.0000,4.3171,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1441.4346,1441.4346,1441.4346 -580.5000,1.0000,8423.4836,0.0000,-0.4072,0.0000,0.0000,0,603.4560,71.2188,583.3543,-100.5790,4.5006,36.8644,-6.3560,0.1244,0.0000,0.0000,0.0000,4.3762,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1476.6704,1476.6704,1476.6704 -581.5000,1.0000,8423.3705,0.0000,-0.4072,0.0000,0.0000,0,603.7230,65.8687,583.0963,-100.5504,4.1643,36.8644,-6.3570,-0.1146,0.0000,0.0000,0.0000,4.2789,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1423.8431,1423.8431,1423.8431 -582.5000,1.0000,8423.2574,0.0000,-0.4072,0.0000,0.0000,0,601.5870,68.7474,585.1666,-100.7795,4.3310,36.8644,-6.3489,0.0352,0.0000,0.0000,0.0000,4.2957,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1450.4344,1450.4344,1450.4344 -583.5000,1.0000,8423.1442,0.0000,-0.4072,0.0000,0.0000,0,601.5870,67.8461,585.1666,-100.7795,4.2742,36.8644,-6.3489,-0.0352,0.0000,0.0000,0.0000,4.3094,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1441.4936,1441.4936,1441.4936 -584.5000,1.0000,8423.0311,0.0000,-0.4072,0.0000,0.0000,0,601.3960,51.7950,585.3525,-100.8000,3.2619,36.8644,-6.3482,0.0282,0.0000,0.0000,0.0000,3.2338,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1282.0905,1282.0905,1282.0905 -585.5000,1.0000,8422.9180,0.0000,-0.4072,0.0000,0.0000,0,601.0795,50.9586,585.6607,-100.8339,3.2076,36.8644,-6.3470,-0.0398,0.0000,0.0000,0.0000,3.2474,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.5020,1273.5020,1273.5020 -586.5000,1.0000,8422.8049,0.0000,-0.4072,0.0000,0.0000,0,600.0000,69.0564,586.7144,-100.9497,4.3389,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3389,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1452.0394,1452.0394,1452.0394 -587.5000,1.0000,8422.6918,0.0000,-0.4072,0.0000,0.0000,0,600.0000,68.5274,586.7144,-100.9497,4.3057,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3057,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1446.7921,1446.7921,1446.7921 -588.5000,1.0000,8422.5787,0.0000,-0.4072,0.0000,0.0000,0,600.0000,68.6935,586.7144,-100.9497,4.3161,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3161,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1448.4392,1448.4392,1448.4392 -589.5000,1.0000,8422.4656,0.0000,-0.4072,0.0000,0.0000,0,601.3085,70.1862,585.4376,-100.8094,4.4195,36.8644,-6.3479,0.0483,0.0000,0.0000,0.0000,4.3712,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1464.4513,1464.4513,1464.4513 -590.5000,1.0000,8422.3525,0.0000,-0.4072,0.0000,0.0000,0,601.3200,67.3474,585.4265,-100.8081,4.2409,36.8644,-6.3479,-0.0479,0.0000,0.0000,0.0000,4.2888,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1436.3004,1436.3004,1436.3004 -591.5000,1.0000,8422.2393,0.0000,-0.4072,0.0000,0.0000,0,601.3200,69.3755,585.4265,-100.8081,4.3686,36.8644,-6.3479,0.0479,0.0000,0.0000,0.0000,4.3207,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1456.4193,1456.4193,1456.4193 -592.5000,1.0000,8422.1262,0.0000,-0.4072,0.0000,0.0000,0,601.3085,67.0214,585.4376,-100.8094,4.2203,36.8644,-6.3479,-0.0483,0.0000,0.0000,0.0000,4.2686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1433.0565,1433.0565,1433.0565 -593.5000,1.0000,8422.0131,0.0000,-0.4072,0.0000,0.0000,0,601.4610,68.4621,585.2892,-100.7930,4.3121,36.8644,-6.3484,0.0540,0.0000,0.0000,0.0000,4.2581,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1447.4886,1447.4886,1447.4886 -594.5000,1.0000,8421.9000,0.0000,-0.4072,0.0000,0.0000,0,602.3500,66.2788,584.4254,-100.6977,4.1807,36.8644,-6.3518,-0.0212,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1426.6478,1426.6478,1426.6478 -595.5000,1.0000,8421.7869,0.0000,-0.4072,0.0000,0.0000,0,600.8890,65.5025,585.8464,-100.8544,4.1217,36.8644,-6.3463,-0.0328,0.0000,0.0000,0.0000,4.1545,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1417.6029,1417.6029,1417.6029 -596.5000,1.0000,8421.6738,0.0000,-0.4072,0.0000,0.0000,0,600.5075,67.2570,586.2185,-100.8953,4.2295,36.8644,-6.3448,0.0187,0.0000,0.0000,0.0000,4.2107,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1434.6561,1434.6561,1434.6561 -597.5000,1.0000,8421.5607,0.0000,-0.4072,0.0000,0.0000,0,601.0150,66.1231,585.7235,-100.8409,4.1617,36.8644,-6.3467,0.0000,0.0000,0.0000,0.0000,4.1617,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1423.8753,1423.8753,1423.8753 -598.5000,1.0000,8421.4475,0.0000,-0.4072,0.0000,0.0000,0,600.5075,66.2228,586.2185,-100.8953,4.1644,36.8644,-6.3448,-0.0187,0.0000,0.0000,0.0000,4.1831,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1424.3970,1424.3970,1424.3970 -599.5000,1.0000,8421.3344,0.0000,-0.4072,0.0000,0.0000,0,600.0000,69.2156,586.7144,-100.9497,4.3489,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3489,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1453.6190,1453.6190,1453.6190 -600.5000,1.0000,8421.2213,0.0000,-0.4072,0.0000,0.0000,0,600.2020,69.2632,586.5169,-100.9281,4.3534,36.8644,-6.3436,0.0074,0.0000,0.0000,0.0000,4.3460,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1454.2770,1454.2770,1454.2770 -601.5000,1.0000,8421.1082,0.0000,-0.4072,0.0000,0.0000,0,600.2020,68.7236,586.5169,-100.9281,4.3195,36.8644,-6.3436,-0.0074,0.0000,0.0000,0.0000,4.3269,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1448.9240,1448.9240,1448.9240 -602.5000,1.0000,8420.9951,0.0000,-0.4072,0.0000,0.0000,0,602.1475,71.1923,584.6219,-100.7194,4.4892,36.8644,-6.3510,0.0794,0.0000,0.0000,0.0000,4.4097,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1475.2033,1475.2033,1475.2033 -603.5000,1.0000,8420.8820,0.0000,-0.4072,0.0000,0.0000,0,604.4860,51.8955,582.3603,-100.4686,3.2851,36.8644,-6.3598,0.0071,0.0000,0.0000,0.0000,3.2780,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1285.9301,1285.9301,1285.9301 -604.5000,1.0000,8420.7689,0.0000,-0.4072,0.0000,0.0000,0,603.2275,49.0512,583.5752,-100.6035,3.0986,36.8644,-6.3551,-0.0537,0.0000,0.0000,0.0000,3.1523,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.5573,1256.5573,1256.5573 -605.5000,1.0000,8420.6558,0.0000,-0.4072,0.0000,0.0000,0,601.1675,51.3345,585.5750,-100.8245,3.2317,36.8644,-6.3473,-0.0225,0.0000,0.0000,0.0000,3.2543,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1277.3121,1277.3121,1277.3121 -606.5000,1.0000,8420.5426,0.0000,-0.4072,0.0000,0.0000,0,600.5570,50.3833,586.1702,-100.8900,3.1686,36.8644,-6.3450,0.0000,0.0000,0.0000,0.0000,3.1686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1267.3144,1267.3144,1267.3144 -607.5000,1.0000,8420.4299,0.0000,-0.4045,0.0008,0.0000,0,600.3280,50.9089,586.3938,-100.9145,3.2005,36.8644,-6.3441,-0.0084,0.0000,0.0000,0.0000,3.2089,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1272.3185,1272.3185,1272.3185 -608.5000,1.0000,8420.3178,0.0000,-0.4026,0.0005,0.0000,0,600.0495,50.6967,586.6660,-100.9444,3.1856,36.8644,-6.3430,-0.0018,0.0000,0.0000,0.0000,3.1875,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1269.9571,1269.9571,1269.9571 -609.5000,1.0000,8420.2064,0.0000,-0.3996,0.0008,0.0000,0,601.5755,51.0045,585.1778,-100.7807,3.2131,36.8644,-6.3489,0.0582,0.0000,0.0000,0.0000,3.1549,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1274.4138,1274.4138,1274.4138 -610.5000,1.0000,8420.0957,0.0000,-0.3976,0.0006,0.0000,0,602.7315,50.6891,584.0555,-100.6567,3.1994,36.8644,-6.3532,-0.0155,0.0000,0.0000,0.0000,3.2149,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1272.3486,1272.3486,1272.3486 -611.5000,1.0000,8419.9855,0.0000,-0.3956,0.0006,0.0000,0,601.1560,49.5978,585.5862,-100.8257,3.1223,36.8644,-6.3473,-0.0427,0.0000,0.0000,0.0000,3.1650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1260.0741,1260.0741,1260.0741 -612.5000,1.0000,8419.8757,0.0000,-0.3946,0.0003,0.0000,0,600.0000,50.0809,586.7144,-100.9497,3.1467,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1467,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.8022,1263.8022,1263.8022 -613.5000,1.0000,8419.7661,0.0000,-0.3946,0.0000,0.0000,0,600.3550,50.6311,586.3675,-100.9116,3.1831,36.8644,-6.3442,0.0131,0.0000,0.0000,0.0000,3.1700,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1269.5868,1269.5868,1269.5868 -614.5000,1.0000,8419.6565,0.0000,-0.3946,0.0000,0.0000,0,601.2055,50.6573,585.5379,-100.8204,3.1893,36.8644,-6.3475,0.0183,0.0000,0.0000,0.0000,3.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1270.6298,1270.6298,1270.6298 -615.5000,1.0000,8419.5469,0.0000,-0.3946,0.0000,0.0000,0,600.8505,50.0835,585.8839,-100.8585,3.1513,36.8644,-6.3461,-0.0314,0.0000,0.0000,0.0000,3.1827,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1264.6108,1264.6108,1264.6108 -616.5000,1.0000,8419.4373,0.0000,-0.3946,0.0000,0.0000,0,600.6220,51.1230,586.1068,-100.8830,3.2155,36.8644,-6.3452,0.0229,0.0000,0.0000,0.0000,3.1925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1274.7129,1274.7129,1274.7129 -617.5000,1.0000,8419.3277,0.0000,-0.3946,0.0000,0.0000,0,600.9385,51.9128,585.7981,-100.8491,3.2669,36.8644,-6.3464,-0.0113,0.0000,0.0000,0.0000,3.2782,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1282.8387,1282.8387,1282.8387 -618.5000,1.0000,8419.2180,0.0000,-0.3946,0.0000,0.0000,0,600.3165,49.7949,586.4051,-100.9158,3.1304,36.8644,-6.3441,-0.0117,0.0000,0.0000,0.0000,3.1420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1261.2564,1261.2564,1261.2564 -619.5000,1.0000,8419.1087,0.0000,-0.3928,0.0005,0.0000,0,600.6220,49.7882,586.1068,-100.8830,3.1315,36.8644,-6.3452,0.0229,0.0000,0.0000,0.0000,3.1086,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1261.4716,1261.4716,1261.4716 -620.5000,1.0000,8418.9999,0.0000,-0.3908,0.0006,0.0000,0,601.9305,49.0266,584.8327,-100.7427,3.0903,36.8644,-6.3502,0.0254,0.0000,0.0000,0.0000,3.0650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1255.1195,1255.1195,1255.1195 -621.5000,1.0000,8418.8914,0.0000,-0.3904,0.0001,0.0000,0,601.3085,48.0662,585.4376,-100.8094,3.0267,36.8644,-6.3479,-0.0483,0.0000,0.0000,0.0000,3.0750,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1245.0209,1245.0209,1245.0209 -622.5000,1.0000,8419.0492,0.9585,1.5266,0.5325,0.0000,1,600.0000,94.9934,586.7144,-100.9497,5.9686,36.8644,-6.3429,0.0000,2.9837,0.0000,0.0000,2.9849,1.4918,-0.0658,0.0000,1.5576,0.0000,1.5576,0.1114,1.4462,0.0000,1.4462,0.0126,1.4336,0.0000,0.0001,0.1770,1.2564,1709.3349,1709.3349,1709.3349 -623.5000,1.0000,8419.8129,3.1400,3.9726,0.6794,0.0000,1,600.0000,180.1368,586.7144,-100.9497,11.3183,36.8644,-6.3429,0.0000,8.3358,0.0000,0.0000,2.9826,5.9992,-0.2705,0.0000,6.2697,0.0000,6.2697,0.3825,5.8871,0.0000,5.8871,0.0526,5.8345,0.0000,0.0028,0.5799,5.2519,2665.3473,2665.3473,2665.3473 -624.5000,1.0000,8421.0031,4.6750,4.5966,0.1733,0.0000,1,615.5375,126.0217,571.9044,-99.2832,8.1232,36.8644,-6.3997,0.5873,3.2066,0.0000,0.0000,4.3293,3.0819,-0.3143,0.0000,3.3962,0.0000,3.3962,0.5101,2.8862,0.0000,2.8862,0.0200,2.8662,0.0000,0.0081,0.8634,1.9948,2098.9078,2098.9078,2098.9078 -625.5000,1.0000,8422.3870,5.3725,5.3676,0.2142,0.0000,2,616.7695,129.0687,570.7621,-99.1510,8.3363,36.8644,-6.4040,-0.5418,4.6336,0.0000,0.0000,4.2446,4.2231,-0.2283,0.0000,4.4514,0.0000,4.4514,0.5862,3.8652,0.0000,3.8652,0.0284,3.8368,0.0000,0.0122,0.9922,2.8324,2136.9852,2136.9852,2136.9852 -626.5000,1.0000,8423.8372,5.6110,5.0736,-0.0817,0.0000,2,607.0420,56.7355,579.9082,-100.1944,3.6066,36.8644,-6.3693,0.1707,0.3036,0.0000,0.0000,3.1324,0.3141,-0.2089,0.0000,0.5230,0.0000,0.5230,0.6122,-0.0892,0.0000,-0.0892,-0.0113,-0.0779,0.0000,0.0139,1.0362,-1.1280,1336.2948,1336.2948,1336.2948 -627.5000,1.0000,8425.2272,5.3945,4.9346,-0.0386,0.0000,2,607.4620,77.3828,579.5073,-100.1494,4.9226,36.8644,-6.3708,-0.1551,0.8804,0.0000,0.0000,4.1973,0.8858,-0.1934,0.0000,1.0793,0.0000,1.0793,0.5886,0.4907,0.0000,0.4907,-0.0051,0.4958,0.0000,0.0123,0.9962,-0.5127,1541.5024,1541.5024,1541.5024 -628.5000,1.0000,8426.5743,5.2400,4.7646,-0.0472,0.0000,2,601.6520,76.7333,585.1034,-100.7725,4.8346,36.8644,-6.3492,-0.0610,0.7375,0.0000,0.0000,4.1581,0.7476,-0.1879,0.0000,0.9355,0.0000,0.9355,0.5717,0.3638,0.0000,0.3638,-0.0061,0.3699,0.0000,0.0113,0.9677,-0.6091,1529.7137,1529.7137,1529.7137 -629.5000,1.0000,8427.9490,5.3395,5.1336,0.1025,0.0000,2,600.3930,111.7278,586.3303,-100.9076,7.0247,36.8644,-6.3444,0.0145,2.8380,0.0000,0.0000,4.1722,2.7450,-0.1964,0.0000,2.9414,0.0000,2.9414,0.5826,2.3588,0.0000,2.3588,0.0135,2.3453,0.0000,0.0120,0.9861,1.3473,1892.7947,1892.7947,1892.7947 -630.5000,1.0000,8429.4503,5.7950,5.6756,0.1506,0.0000,2,600.3930,125.6947,586.3303,-100.9076,7.9028,36.8644,-6.3444,-0.0145,3.8293,0.0000,0.0000,4.0880,3.6558,-0.2312,0.0000,3.8870,0.0000,3.8870,0.6323,3.2547,0.0000,3.2547,0.0215,3.2332,0.0000,0.0153,1.0702,2.1477,2050.7602,2050.7602,2050.7602 -631.5000,1.0000,8431.0105,6.0070,5.5576,-0.0328,0.0000,2,609.1285,88.3607,577.9218,-99.9706,5.6363,36.8644,-6.3769,0.3415,1.0462,0.0000,0.0000,4.2486,1.0724,-0.2198,0.0000,1.2922,0.0000,1.2922,0.6554,0.6368,0.0000,0.6368,-0.0049,0.6417,0.0000,0.0170,1.1093,-0.4847,1651.9366,1651.9366,1651.9366 -632.5000,1.0000,8432.5733,6.0165,5.6946,0.0381,0.0000,2,612.6115,96.5541,574.6360,-99.5970,6.1942,36.8644,-6.3894,-0.2124,2.1888,0.0000,0.0000,4.2178,2.1442,-0.2097,0.0000,2.3539,0.0000,2.3539,0.6564,1.6975,0.0000,1.6975,0.0056,1.6918,0.0000,0.0171,1.1111,0.5636,1747.9451,1747.9451,1747.9451 -633.5000,1.0000,8434.2429,6.4010,6.3266,0.1756,0.0000,2,625.6200,145.4759,562.6876,-98.2017,9.5308,36.8644,-6.4337,0.7167,4.5098,0.0000,0.0000,4.3043,4.4258,-0.2693,0.0000,4.6951,0.0000,4.6951,0.6984,3.9967,0.0000,3.9967,0.0277,3.9690,0.0000,0.0206,1.1821,2.7663,2348.5274,2348.5274,2348.5274 -634.5000,1.0000,8436.0163,6.7745,6.4416,0.0319,0.0000,2,667.2005,110.7668,527.6205,-93.7419,7.7392,36.8644,-6.5497,0.9394,2.2505,0.0000,0.0000,4.5493,2.3082,-0.2445,0.0000,2.5527,0.0000,2.5527,0.7392,1.8135,0.0000,1.8135,0.0053,1.8082,0.0000,0.0244,1.2511,0.5327,2078.0059,2078.0059,2078.0059 -635.5000,1.0000,8437.8329,6.9305,6.6386,0.0547,0.0000,2,700.0455,90.9159,502.8654,-90.2189,6.6649,36.8644,-6.6138,0.4264,2.7507,0.0000,0.0000,3.4878,2.7506,-0.2546,0.0000,3.0051,0.0000,3.0051,0.7562,2.2490,0.0000,2.2490,0.0094,2.2396,0.0000,0.0261,1.2799,0.9336,1925.9099,1925.9099,1925.9099 -636.5000,1.0000,8439.7026,7.1210,6.8226,0.0511,0.0000,2,716.0295,103.7759,491.6398,-88.5045,7.7814,36.8644,-6.6363,0.2667,2.7752,0.0000,0.0000,4.7395,2.7630,-0.2623,0.0000,3.0253,0.0000,3.0253,0.7770,2.2483,0.0000,2.2483,0.0090,2.2394,0.0000,0.0283,1.3151,0.8960,2142.2520,2142.2520,2142.2520 -637.5000,1.0000,8441.6460,7.3870,7.1706,0.0967,0.0000,2,734.0350,118.3963,479.5802,-86.5733,9.1009,36.8644,-6.6547,0.5382,3.7116,0.0000,0.0000,4.8511,3.6851,-0.2921,0.0000,3.9773,0.0000,3.9773,0.8060,3.1713,0.0000,3.1713,0.0176,3.1537,0.0000,0.0317,1.3642,1.7578,2360.4553,2360.4553,2360.4553 -638.5000,1.0000,8443.6525,7.6135,7.2756,0.0292,0.0000,2,760.1280,102.0004,463.1176,-83.7745,8.1193,36.8644,-6.6685,0.6607,2.5099,0.0000,0.0000,4.9487,2.5392,-0.2843,0.0000,2.8235,0.0000,2.8235,0.8307,1.9928,0.0000,1.9928,0.0055,1.9873,0.0000,0.0346,1.4060,0.5466,2251.6004,2251.6004,2251.6004 -639.5000,1.0000,8445.6771,7.6790,7.3016,0.0072,0.0000,2,782.7495,92.3551,449.7335,-81.3482,7.5703,36.8644,-6.6681,0.4071,2.1185,0.0000,0.0000,5.0447,2.1378,-0.2916,0.0000,2.4294,0.0000,2.4294,0.8378,1.5916,0.0000,1.5916,0.0014,1.5902,0.0000,0.0355,1.4181,0.1365,2188.7237,2188.7237,2188.7237 -640.5000,1.0000,8447.6996,7.6715,7.2606,-0.0114,0.0000,2,788.5095,80.7084,446.4482,-80.7304,6.6643,36.8644,-6.6661,-0.1312,1.7786,0.0000,0.0000,5.0169,1.7772,-0.2948,0.0000,2.0720,0.0000,2.0720,0.8370,1.2349,0.0000,1.2349,-0.0022,1.2371,0.0000,0.0354,1.4167,-0.2151,2043.1573,2043.1573,2043.1573 -641.5000,1.0000,8449.7255,7.6835,7.3256,0.0181,0.0000,2,787.9755,90.7883,446.7507,-80.7876,7.4915,36.8644,-6.6663,0.1052,2.3515,0.0000,0.0000,5.0349,2.3480,-0.2898,0.0000,2.6378,0.0000,2.6378,0.8383,1.7995,0.0000,1.7995,0.0034,1.7961,0.0000,0.0356,1.4190,0.3415,2182.2047,2182.2047,2182.2047 -642.5000,1.0000,8451.7562,7.7010,7.2956,-0.0083,0.0000,2,793.4690,85.1936,443.6577,-80.1984,7.0789,36.8644,-6.6638,0.1617,1.8318,0.0000,0.0000,5.0854,1.8431,-0.2957,0.0000,2.1387,0.0000,2.1387,0.8402,1.2985,0.0000,1.2985,-0.0016,1.3001,0.0000,0.0358,1.4222,-0.1580,2120.2828,2120.2828,2120.2828 -643.5000,1.0000,8453.7784,7.6705,7.2646,-0.0086,0.0000,2,793.3930,80.9499,443.7002,-80.2066,6.7256,36.8644,-6.6639,-0.1654,1.8346,0.0000,0.0000,5.0564,1.8305,-0.2942,0.0000,2.1247,0.0000,2.1247,0.8369,1.2877,0.0000,1.2877,-0.0016,1.2894,0.0000,0.0354,1.4166,-0.1626,2060.8593,2060.8593,2060.8593 -644.5000,1.0000,8455.7955,7.6520,7.2586,-0.0017,0.0000,2,789.5780,84.4913,445.8440,-80.6158,6.9861,36.8644,-6.6657,-0.0204,1.9598,0.0000,0.0000,5.0467,1.9595,-0.2920,0.0000,2.2515,0.0000,2.2515,0.8349,1.4166,0.0000,1.4166,-0.0003,1.4169,0.0000,0.0352,1.4131,-0.0314,2099.0649,2099.0649,2099.0649 -645.5000,1.0000,8457.8042,7.6215,7.2036,-0.0153,0.0000,2,787.6325,80.2899,446.9453,-80.8244,6.6224,36.8644,-6.6665,-0.0738,1.6884,0.0000,0.0000,5.0077,1.6913,-0.2930,0.0000,1.9843,0.0000,1.9843,0.8316,1.1527,0.0000,1.1527,-0.0029,1.1556,0.0000,0.0347,1.4075,-0.2866,2034.7454,2034.7454,2034.7454 -646.5000,1.0000,8459.8024,7.5840,7.1836,-0.0056,0.0000,2,784.8480,83.0635,448.5310,-81.1231,6.8269,36.8644,-6.6674,-0.0607,1.8687,0.0000,0.0000,5.0189,1.8682,-0.2894,0.0000,2.1575,0.0000,2.1575,0.8275,1.3301,0.0000,1.3301,-0.0010,1.3311,0.0000,0.0342,1.4006,-0.1037,2065.2645,2065.2645,2065.2645 -647.5000,1.0000,8461.8018,7.5885,7.2126,0.0081,0.0000,2,783.2075,86.7969,449.4705,-81.2991,7.1188,36.8644,-6.6679,-0.0183,2.1337,0.0000,0.0000,5.0035,2.1286,-0.2871,0.0000,2.4157,0.0000,2.4157,0.8280,1.5877,0.0000,1.5877,0.0015,1.5862,0.0000,0.0343,1.4014,0.1505,2112.5309,2112.5309,2112.5309 -648.5000,1.0000,8463.8153,7.6390,7.2846,0.0200,0.0000,2,781.6815,89.4137,450.3479,-81.4627,7.3192,36.8644,-6.6683,-0.0549,2.3865,0.0000,0.0000,4.9877,2.3718,-0.2873,0.0000,2.6591,0.0000,2.6591,0.8335,1.8256,0.0000,1.8256,0.0038,1.8218,0.0000,0.0350,1.4107,0.3761,2144.5568,2144.5568,2144.5568 -649.5000,1.0000,8465.8569,7.7400,7.4146,0.0361,0.0000,2,786.7550,82.1042,447.4438,-80.9186,6.7645,36.8644,-6.6668,0.3004,2.7174,0.0000,0.0000,3.7466,2.7161,-0.2891,0.0000,3.0052,0.0000,3.0052,0.8445,2.1607,0.0000,2.1607,0.0069,2.1538,0.0000,0.0364,1.4294,0.6880,2057.4802,2057.4802,2057.4802 -650.5000,1.0000,8467.9073,7.7720,7.3486,-0.0183,0.0000,2,797.0550,67.5877,441.6617,-79.8138,5.6414,36.8644,-6.6618,0.1998,1.6493,0.0000,0.0000,3.7923,1.6648,-0.3011,0.0000,1.9659,0.0000,1.9659,0.8480,1.1179,0.0000,1.1179,-0.0035,1.1214,0.0000,0.0368,1.4353,-0.3508,1885.2048,1885.2048,1885.2048 -651.5000,1.0000,8469.9453,7.7270,7.3246,-0.0067,0.0000,2,798.8480,66.3327,440.6704,-79.6215,5.5491,36.8644,-6.6607,-0.1123,1.8841,0.0000,0.0000,3.7773,1.8816,-0.2966,0.0000,2.1782,0.0000,2.1782,0.8431,1.3351,0.0000,1.3351,-0.0013,1.3364,0.0000,0.0362,1.4270,-0.1268,1872.9599,1872.9599,1872.9599 -652.5000,1.0000,8471.9788,7.7110,7.3166,-0.0022,0.0000,2,796.4445,68.7966,442.0002,-79.8793,5.7379,36.8644,-6.6622,-0.0056,1.9630,0.0000,0.0000,3.7805,1.9638,-0.2950,0.0000,2.2587,0.0000,2.2587,0.8413,1.4174,0.0000,1.4174,-0.0004,1.4178,0.0000,0.0360,1.4240,-0.0422,1900.2773,1900.2773,1900.2773 -653.5000,1.0000,8473.9810,7.5985,7.0996,-0.0603,0.0000,2,793.9650,53.3774,443.3805,-80.1452,4.4380,36.8644,-6.6636,-0.1153,0.8183,0.0000,0.0000,3.7351,0.8276,-0.3003,0.0000,1.1280,0.0000,1.1280,0.8291,0.2989,0.0000,0.2989,-0.0113,0.3102,0.0000,0.0344,1.4033,-1.1275,1677.9027,1677.9027,1677.9027 -654.5000,1.0000,8475.8212,7.0150,6.1496,-0.2639,0.0000,2,781.9485,6.6062,450.1941,-81.4341,0.5410,36.8644,-6.6683,-0.4635,-2.6630,0.0000,0.0000,3.6674,-2.8211,-0.3066,0.0000,-2.5145,0.0000,-2.5145,0.7654,-3.2799,0.0000,-3.2799,-0.0456,-3.2343,0.0000,0.0272,1.2955,-4.5570,999.9265,999.9265,999.9265 -655.5000,1.0000,8477.3982,6.0675,5.2046,-0.2625,0.0000,2,723.2395,-16.4805,486.7387,-87.7312,-1.2482,36.8644,-6.6445,-2.1789,-2.3906,0.0000,0.0000,3.3213,-2.4167,-0.2568,0.0000,-2.1598,0.0000,-2.1598,0.6620,-2.8219,0.0000,-2.8219,-0.0393,-2.7826,0.0000,0.0176,1.1205,-3.9207,599.4793,599.4793,599.4793 -656.5000,1.0000,8478.8564,5.6400,5.2946,0.0250,0.0000,2,637.0910,50.9287,552.5563,-96.9714,3.3978,36.8644,-6.4695,-1.4512,1.9546,0.0000,0.0000,2.8944,1.8262,-0.1954,0.0000,2.0216,0.0000,2.0216,0.6154,1.4062,0.0000,1.4062,0.0035,1.4027,0.0000,0.0141,1.0416,0.3471,1306.3364,1306.3364,1306.3364 -657.5000,1.0000,8480.3172,5.6495,5.2236,-0.0197,0.0000,2,600.0000,65.9420,586.7144,-100.9497,4.1433,36.8644,-6.3429,0.0000,1.1873,0.0000,0.0000,2.9559,1.1948,-0.2020,0.0000,1.3969,0.0000,1.3969,0.6164,0.7804,0.0000,0.7804,-0.0027,0.7832,0.0000,0.0142,1.0433,-0.2743,1421.1447,1421.1447,1421.1447 -658.5000,1.0000,8481.6943,5.3480,4.6916,-0.1478,0.0000,2,609.3195,46.9202,577.7406,-99.9501,2.9939,36.8644,-6.3776,0.3487,-0.5500,0.0000,0.0000,3.1951,-0.5876,-0.2058,0.0000,-0.3818,0.0000,-0.3818,0.5835,-0.9653,0.0000,-0.9653,-0.0195,-0.9458,0.0000,0.0120,0.9876,-1.9455,1241.0226,1241.0226,1241.0226 -659.5000,1.0000,8482.8941,4.7095,3.9466,-0.2069,0.0000,2,609.3195,26.4308,577.7406,-99.9501,1.6865,36.8644,-6.3776,-0.3487,-1.1364,0.0000,0.0000,3.1717,-1.2152,-0.1838,0.0000,-1.0314,0.0000,-1.0314,0.5138,-1.5452,0.0000,-1.5452,-0.0240,-1.5212,0.0000,0.0082,0.8697,-2.3992,1037.7678,1037.7678,1037.7678 -660.5000,1.0000,8483.9399,4.1555,3.5836,-0.1008,0.0000,2,600.0000,50.8246,586.7144,-100.9497,3.1934,36.8644,-6.3429,0.0000,0.0350,0.0000,0.0000,3.1584,0.0366,-0.1481,0.0000,0.1847,0.0000,0.1847,0.4534,-0.2687,0.0000,-0.2687,-0.0103,-0.2584,0.0000,0.0056,0.7674,-1.0315,1271.1799,1271.1799,1271.1799 -661.5000,1.0000,8484.8766,3.7625,3.1606,-0.1175,0.0000,1,600.4310,46.5858,586.2932,-100.9035,2.9292,36.8644,-6.3445,0.0159,-0.2373,0.0000,0.0000,3.1506,-0.2516,-0.2620,0.0000,0.0104,0.0000,0.0104,0.4105,-0.4002,0.0000,-0.4002,-0.0109,-0.3893,0.0000,0.0042,0.6948,-1.0883,1229.5272,1229.5272,1229.5272 -662.5000,1.0000,8485.6982,3.3480,2.7546,-0.1128,0.0000,1,600.6330,47.2716,586.0961,-100.8818,2.9733,36.8644,-6.3453,-0.0084,-0.1681,0.0000,0.0000,3.1498,-0.1788,-0.2266,0.0000,0.0478,0.0000,0.0478,0.3653,-0.3175,0.0000,-0.3175,-0.0093,-0.3082,0.0000,0.0030,0.6183,-0.9295,1236.5170,1236.5170,1236.5170 -663.5000,1.0000,8486.4136,2.9660,2.3966,-0.0994,0.0000,1,601.4340,48.6225,585.3155,-100.7959,3.0623,36.8644,-6.3483,0.0380,-0.0513,0.0000,0.0000,3.0756,-0.0547,-0.1948,0.0000,0.1401,0.0000,0.1401,0.3236,-0.1835,0.0000,-0.1835,-0.0073,-0.1763,0.0000,0.0021,0.5477,-0.7261,1250.6541,1250.6541,1250.6541 -664.5000,1.0000,8487.0527,2.6910,2.2046,-0.0533,0.0000,1,601.9300,52.0080,584.8332,-100.7427,3.2783,36.8644,-6.3502,-0.0197,0.2557,0.0000,0.0000,3.0423,0.2649,-0.1704,0.0000,0.4353,0.0000,0.4353,0.2936,0.1417,0.0000,0.1417,-0.0035,0.1452,0.0000,0.0015,0.4970,-0.3533,1284.6954,1284.6954,1284.6954 -665.5000,1.0000,8487.6934,2.6970,2.4086,0.0567,0.0000,1,600.6980,64.1266,586.0326,-100.8749,4.0339,36.8644,-6.3455,-0.0257,1.0498,0.0000,0.0000,3.0099,1.0103,-0.1635,0.0000,1.1739,0.0000,1.1739,0.2943,0.8796,0.0000,0.8796,0.0038,0.8758,0.0000,0.0015,0.4981,0.3762,1403.7779,1403.7779,1403.7779 -666.5000,1.0000,8488.6016,3.6600,4.1306,0.4783,0.0000,1,600.0000,148.8797,586.7144,-100.9497,9.3544,36.8644,-6.3429,0.0000,6.3797,0.0000,0.0000,2.9747,5.1647,-0.2861,0.0000,5.4508,0.0000,5.4508,0.4180,5.0328,0.0000,5.0328,0.0432,4.9896,0.0000,0.0041,0.6759,4.3096,2311.8292,2311.8292,2311.8292 -667.5000,1.0000,8490.0400,5.5685,6.2256,0.5819,0.0000,2,600.0000,226.3082,586.7144,-100.9497,14.2194,36.8644,-6.3429,0.0000,11.1852,0.0000,0.0000,3.0342,9.4142,-0.3432,0.0000,9.7575,0.0000,9.7575,0.6580,9.0995,0.0000,9.0995,0.0799,9.0196,0.0000,0.0140,1.0284,7.9772,3230.6909,3230.6909,3230.6909 -668.5000,1.0000,8492.0250,7.5365,8.0666,0.5114,0.0000,2,654.4100,254.6806,537.9328,-95.1138,17.4532,36.8644,-6.5181,2.1866,11.8309,0.0000,0.0000,3.4357,11.4197,-0.4593,0.0000,11.8790,0.0000,11.8790,0.8706,11.0084,0.0000,11.0084,0.0950,10.9134,0.0000,0.0341,1.3918,9.4875,3805.6883,3805.6883,3805.6883 -669.5000,1.0000,8494.4350,9.0665,9.2856,0.3386,0.0000,2,804.6085,217.3709,548.0829,-79.1684,18.3153,46.1806,-6.6706,4.7331,9.4060,0.0000,0.0000,4.1763,9.8627,-0.4927,0.0000,10.3554,0.0000,10.3554,0.9892,9.3662,0.0000,9.3662,0.0757,9.2905,0.0000,0.0588,1.6744,7.5574,3963.5480,3963.5480,3963.5480 -670.5000,1.0000,8497.2013,10.3490,10.6316,0.3739,0.0000,2,951.9340,200.9648,554.9348,-69.3764,20.0334,55.3194,-6.9159,3.0128,12.2858,0.0000,0.0000,4.7348,12.1602,-0.6012,0.0000,12.7614,0.0000,12.7614,1.1423,11.6191,0.0000,11.6191,0.0954,11.5237,0.0000,0.0874,1.9112,9.5251,4314.8795,4314.8795,4314.8795 -671.5000,1.0000,8500.3405,11.6915,11.9706,0.3719,0.0000,2,1083.8865,215.6558,599.7063,-72.6316,24.4779,68.0693,-8.2440,5.3526,13.4696,0.0000,0.0000,5.6556,13.6853,-0.7017,0.0000,14.3870,0.0000,14.3870,1.2900,13.0970,0.0000,13.0970,0.1072,12.9898,0.0000,0.1258,2.1591,10.7048,5170.2973,5170.2973,5170.2973 -672.5000,1.0000,8503.9550,13.4025,14.0536,0.5786,0.0000,2,1239.1475,271.3414,634.2978,-82.0720,35.2101,82.3085,-10.6499,5.6955,22.9168,0.0000,0.0000,6.5978,22.5488,-0.9818,0.0000,23.5306,0.0000,23.5306,1.5844,21.9462,0.0000,21.9462,0.1912,21.7550,0.0000,0.1901,2.4751,19.0898,7234.0808,7234.0808,7234.0808 -673.5000,1.0000,8508.1625,15.5375,16.2406,0.6075,0.0000,2,1413.7485,299.3267,712.1721,-92.4273,44.3145,105.4352,-13.6836,8.6607,27.2722,0.0000,0.0000,8.3817,27.2768,-1.2118,0.0000,28.4886,0.0000,28.4886,1.8549,26.6337,0.0000,26.6337,0.2327,26.4010,0.0000,0.2959,2.8694,23.2357,9106.1504,9106.1504,9106.1504 -674.5000,1.0000,8513.0811,18.0975,19.1736,0.8147,0.0000,2,1636.3775,375.7702,789.1436,-104.7690,64.3924,135.2285,-17.9533,12.3477,41.3260,0.0000,0.0000,10.7187,41.0987,-1.6756,0.0000,42.7743,0.0000,42.7743,2.3044,40.4699,0.0000,40.4699,0.3635,40.1063,0.0000,0.4683,3.3422,36.2959,13058.2104,13058.2104,13058.2104 -675.5000,1.0000,8518.5957,20.2430,20.5316,0.3772,0.0000,2,1930.8005,287.1892,863.3903,-115.5110,58.0676,174.5714,-23.3555,20.3410,22.9096,0.0000,0.0000,14.8170,24.1356,-1.4847,0.0000,25.6203,0.0000,25.6203,2.2442,23.3760,0.0000,23.3760,0.1883,23.1878,0.0000,0.6518,3.7384,18.7976,12263.8890,12263.8890,12263.8890 -676.5000,1.0000,8524.3263,21.0205,20.7286,0.0547,0.0000,2,2002.2890,47.1944,737.2725,-118.2864,9.8957,154.5907,-24.8022,-12.3037,9.0338,0.0000,0.0000,13.1656,8.5424,-1.2221,0.0000,9.7645,0.0000,9.7645,2.2935,7.4710,0.0000,7.4710,0.0284,7.4426,0.0000,0.7290,3.8820,2.8316,4617.0863,4617.0863,4617.0863 -677.5000,1.0000,8530.1785,21.4585,21.4076,0.1886,0.0000,3,1616.2355,-8.4246,459.2914,-104.0517,-1.4259,77.7359,-17.6109,-28.3860,20.1417,0.0000,0.0000,6.8185,16.3194,-0.8234,0.0000,17.1428,0.0000,17.1428,2.3413,14.8015,0.0000,14.8015,0.0998,14.7017,0.0000,0.7757,3.9629,9.9631,2226.0453,2226.0453,2226.0453 -678.5000,1.0000,8536.4668,23.0280,23.8676,0.6833,0.0000,3,1345.9600,396.5670,540.5154,-88.4069,55.8956,76.1849,-12.4608,1.2991,47.5556,0.0000,0.0000,7.0408,45.6715,-1.4899,0.0000,47.1614,0.0000,47.1614,2.8232,44.3382,0.0000,44.3382,0.3880,43.9502,0.0000,0.9612,4.2527,38.7363,11225.4013,11225.4013,11225.4013 -679.5000,1.0000,8543.4000,25.3500,26.0516,0.6067,0.0000,3,1446.5170,402.5939,754.5853,-94.3707,60.9845,114.3037,-14.2952,7.5365,44.9896,0.0000,0.0000,8.4584,45.6613,-1.5761,0.0000,47.2374,0.0000,47.2374,3.0377,44.1997,0.0000,44.1997,0.3792,43.8205,0.0000,1.2810,4.6815,37.8580,12265.2005,12265.2005,12265.2005 -680.5000,1.0000,8551.0167,27.8105,28.7886,0.7603,0.0000,3,1594.0715,462.3840,769.0660,-103.1219,77.1861,128.3808,-17.2142,6.1393,61.4836,0.0000,0.0000,9.5632,60.9054,-1.9916,0.0000,62.8970,0.0000,62.8970,3.4987,59.3983,0.0000,59.3983,0.5213,58.8770,0.0000,1.6923,5.1359,52.0488,15446.5376,15446.5376,15446.5376 -681.5000,1.0000,8559.5788,31.2140,32.8586,1.1306,0.0000,3,1762.1880,653.5473,834.5486,-109.2494,120.6029,154.0042,-20.1604,11.4063,97.8707,0.0000,0.0000,11.3259,97.3762,-2.8977,0.0000,100.2739,0.0000,100.2739,4.3721,95.9018,0.0000,95.9018,0.8700,95.0318,0.0000,2.3972,5.7645,86.8702,23613.8711,23613.8711,23613.8711 -682.5000,1.0000,8568.8859,33.8960,34.1526,0.3594,0.0000,3,1994.3925,327.8728,856.4420,-117.9005,68.4770,178.8699,-24.6238,15.5304,39.7804,0.0000,0.0000,13.1661,41.5172,-1.8581,0.0000,43.3753,0.0000,43.3753,3.7650,39.6103,0.0000,39.6103,0.3004,39.3099,0.0000,3.0578,6.2598,29.9923,14339.3350,14339.3350,14339.3350 -683.5000,1.0000,8578.5602,35.2180,35.5026,0.3750,0.0000,3,1974.0600,200.0886,716.5085,-117.1365,41.3629,148.1188,-24.2148,-17.8370,49.2450,0.0000,0.0000,9.9549,44.7175,-1.9889,0.0000,46.7063,0.0000,46.7063,3.9364,42.7699,0.0000,42.7699,0.3256,42.4443,0.0000,3.4298,6.5039,32.5106,9200.9859,9200.9859,9200.9859 -684.5000,1.0000,8588.7729,37.1560,38.0286,0.7017,0.0000,4,1642.7485,462.8039,593.6992,-104.9959,79.6153,102.1330,-18.0623,-18.5802,90.9871,0.0000,0.0000,7.2085,78.1303,-2.2025,0.0000,80.3328,0.0000,80.3328,4.6189,75.7139,0.0000,75.7139,0.6428,75.0711,0.0000,4.0309,6.8618,64.1784,15924.0944,15924.0944,15924.0944 -685.5000,1.0000,8599.6208,39.4430,40.0766,0.5689,0.0000,4,1513.0085,518.0705,792.5671,-98.3142,82.0841,125.5758,-15.5771,5.0580,69.8253,0.0000,0.0000,7.2007,70.5071,-2.0996,0.0000,72.6067,0.0000,72.6067,4.7131,67.8936,0.0000,67.8936,0.5532,67.3403,0.0000,4.8196,7.2841,55.2366,16207.3585,16207.3585,16207.3585 -686.5000,1.0000,8610.9154,41.0510,41.2446,0.3244,0.0000,4,1606.2030,365.3153,792.5490,-103.6944,61.4465,133.3077,-17.4415,3.8230,48.4933,0.0000,0.0000,9.1302,48.9668,-1.6916,0.0000,50.6584,0.0000,50.6584,4.5317,46.1267,0.0000,46.1267,0.3284,45.7984,0.0000,5.4309,7.5811,32.7864,12491.3560,12491.3560,12491.3560 -687.5000,1.0000,8622.4917,42.0650,42.1046,0.2389,0.0000,4,1659.6860,300.3819,749.5933,-105.5991,52.2069,130.2808,-18.3533,1.5008,41.6763,0.0000,0.0000,9.0298,41.6207,-1.5648,0.0000,43.1855,0.0000,43.1855,4.5896,38.5958,0.0000,38.5958,0.2478,38.3481,0.0000,5.8428,7.7684,24.7369,10837.3309,10837.3309,10837.3309 -688.5000,1.0000,8634.2163,42.5990,42.3126,0.0578,0.0000,4,1687.8005,190.6475,738.9157,-106.6003,33.6962,130.6004,-18.8412,1.3878,23.3725,0.0000,0.0000,8.9358,23.5006,-1.2013,0.0000,24.7019,0.0000,24.7019,4.6479,20.0540,0.0000,20.0540,0.0607,19.9933,0.0000,6.0675,7.8670,6.0588,7407.3157,7407.3157,7407.3157 -689.5000,1.0000,8646.1001,43.1720,43.2506,0.2606,0.0000,4,1706.2635,307.8727,710.3821,-107.2578,55.0105,126.9307,-19.1648,0.5316,45.6532,0.0000,0.0000,8.8257,45.2969,-1.6706,0.0000,46.9675,0.0000,46.9675,4.7104,42.2571,0.0000,42.2571,0.2773,41.9797,0.0000,6.3164,7.9728,27.6906,11417.6687,11417.6687,11417.6687 -690.5000,1.0000,8658.2461,44.1160,44.2006,0.2639,0.0000,4,1728.6180,318.2300,752.5780,-108.0539,57.6061,136.2320,-19.5600,1.8345,46.9515,0.0000,0.0000,8.8202,46.9157,-1.7297,0.0000,48.6454,0.0000,48.6454,4.8134,43.8320,0.0000,43.8320,0.2870,43.5450,0.0000,6.7398,8.1471,28.6580,11911.6035,11911.6035,11911.6035 -691.5000,1.0000,8670.7051,45.2430,45.5046,0.3622,0.0000,4,1775.9210,384.4780,772.3854,-109.7385,71.5029,143.6436,-20.4085,3.2742,59.2832,0.0000,0.0000,8.9455,59.4289,-2.0213,0.0000,61.4502,0.0000,61.4502,5.0787,56.3715,0.0000,56.3715,0.4040,55.9675,0.0000,7.2703,8.3553,40.3418,14550.9986,14550.9986,14550.9986 -692.5000,1.0000,8683.5781,46.7330,47.1806,0.4656,0.0000,4,1830.7010,448.7769,791.3318,-111.7496,86.0353,151.7067,-21.4236,2.7834,74.1333,0.0000,0.0000,9.1186,73.8123,-2.3625,0.0000,76.1748,0.0000,76.1748,5.4365,70.7383,0.0000,70.7383,0.5364,70.2019,0.0000,8.0135,8.6304,53.5580,17310.0660,17310.0660,17310.0660 -693.5000,1.0000,8696.7414,47.7785,47.5956,0.1153,0.0000,4,1888.4565,239.9684,814.0538,-113.9198,47.4558,160.9862,-22.5286,3.8268,34.2657,0.0000,0.0000,9.3633,34.7137,-1.5778,0.0000,36.2915,0.0000,36.2915,5.2130,31.0785,0.0000,31.0785,0.1358,30.9427,0.0000,8.5608,8.8235,13.5584,10191.0695,10191.0695,10191.0695 -694.5000,1.0000,8710.0955,48.4650,48.5536,0.2661,0.0000,4,1800.5265,267.9396,673.4899,-110.6158,50.5202,126.9870,-20.8567,-13.3712,57.6550,0.0000,0.0000,6.2364,53.2564,-1.9840,0.0000,55.2404,0.0000,55.2404,5.2879,49.9525,0.0000,49.9525,0.3180,49.6345,0.0000,8.9359,8.9503,31.7483,10647.7196,10647.7196,10647.7196 -695.5000,1.0000,8723.8519,49.9135,50.4926,0.5386,0.0000,5,1507.8205,593.7273,601.1376,-98.0065,93.7487,94.9188,-15.4751,-15.9061,104.5197,0.0000,0.0000,5.1351,90.8477,-0.9392,0.0000,91.7869,0.0000,91.7869,5.9629,85.8240,0.0000,85.8240,0.6628,85.1612,0.0000,9.7640,9.2178,66.1794,18328.2477,18328.2477,18328.2477 -696.5000,1.0000,8738.1426,51.8370,52.4006,0.5300,0.0000,5,1373.2360,706.2314,818.8728,-90.0246,101.5596,117.7579,-12.9460,3.1366,93.2271,0.0000,0.0000,5.1958,94.0218,-0.9838,0.0000,95.0056,0.0000,95.0056,6.1879,88.8177,0.0000,88.8177,0.6774,88.1404,0.0000,10.9365,9.5730,67.6309,19794.7125,19794.7125,19794.7125 -697.5000,1.0000,8752.8468,53.3255,53.4696,0.2969,0.0000,5,1429.5415,486.9174,824.6956,-93.3639,72.8921,123.4580,-13.9767,1.6778,65.9420,0.0000,0.0000,5.2723,66.1604,-0.8657,0.0000,67.0261,0.0000,67.0261,5.9050,61.1212,0.0000,61.1212,0.3904,60.7308,0.0000,11.9031,9.8479,38.9798,14406.8182,14406.8182,14406.8182 -698.5000,1.0000,8767.8652,54.4565,54.6626,0.3314,0.0000,5,1461.0510,519.0889,751.2245,-95.2327,79.4211,114.9380,-14.5707,1.1124,72.9731,0.0000,0.0000,5.3355,72.7950,-0.9167,0.0000,73.7116,0.0000,73.7116,6.1092,67.6025,0.0000,67.6025,0.4449,67.1576,0.0000,12.6769,10.0568,44.4239,15636.0961,15636.0961,15636.0961 -699.5000,1.0000,8783.2216,55.6735,55.9036,0.3447,0.0000,5,1494.2775,537.0581,772.1442,-97.2033,84.0391,120.8254,-15.2104,1.9113,76.6593,0.0000,0.0000,5.4684,76.8711,-0.9563,0.0000,77.8274,0.0000,77.8274,6.2827,71.5447,0.0000,71.5447,0.4732,71.0715,0.0000,13.5460,10.2815,47.2440,16530.3451,16530.3451,16530.3451 -700.5000,1.0000,8798.9112,56.8730,57.0616,0.3217,0.0000,5,1522.2400,516.8511,775.6094,-98.8617,82.3905,123.6388,-15.7594,0.6669,76.2505,0.0000,0.0000,5.4731,75.8358,-0.9702,0.0000,76.8060,0.0000,76.8060,6.3776,70.4284,0.0000,70.4284,0.4510,69.9774,0.0000,14.4402,10.5030,45.0341,16280.9092,16280.9092,16280.9092 -701.5000,1.0000,8814.9157,58.0065,58.1706,0.3081,0.0000,5,1550.0115,512.7027,780.9682,-100.5088,83.2203,126.7643,-16.3143,1.9644,75.6750,0.0000,0.0000,5.5809,75.9564,-0.9892,0.0000,76.9456,0.0000,76.9456,6.4838,70.4618,0.0000,70.4618,0.4406,70.0212,0.0000,15.3208,10.7124,43.9881,16488.3463,16488.3463,16488.3463 -702.5000,1.0000,8831.2198,59.0855,59.2196,0.2914,0.0000,5,1584.8400,497.3109,781.2482,-102.5744,82.5357,129.6591,-17.0237,1.3812,75.4757,0.0000,0.0000,5.6789,75.4814,-1.0045,0.0000,76.4859,0.0000,76.4859,6.5761,69.9098,0.0000,69.9098,0.4245,69.4853,0.0000,16.1915,10.9116,42.3822,16447.1605,16447.1605,16447.1605 -703.5000,1.0000,8847.7804,60.0085,60.0166,0.2214,0.0000,5,1620.8135,437.0961,784.9390,-104.2147,74.1888,133.2286,-17.6885,2.1681,66.2002,0.0000,0.0000,5.8205,66.6473,-0.9752,0.0000,67.6225,0.0000,67.6225,6.5474,61.0751,0.0000,61.0751,0.3275,60.7475,0.0000,16.9617,11.0821,32.7038,14901.3269,14901.3269,14901.3269 -704.5000,1.0000,8864.5716,60.8385,60.8796,0.2397,0.0000,5,1643.7785,448.5219,761.1746,-105.0325,77.2068,131.0256,-18.0799,0.1194,71.2804,0.0000,0.0000,5.8070,70.8293,-1.0102,0.0000,71.8395,0.0000,71.8395,6.6675,65.1721,0.0000,65.1721,0.3596,64.8125,0.0000,17.6754,11.2354,35.9018,15471.8144,15471.8144,15471.8144 -705.5000,1.0000,8881.5656,61.5690,61.4776,0.1661,0.0000,5,1655.2990,390.6132,771.8960,-105.4428,67.7099,133.8024,-18.2777,1.0509,60.7793,0.0000,0.0000,5.8797,60.8633,-0.9722,0.0000,61.8355,0.0000,61.8355,6.7177,55.1179,0.0000,55.1179,0.2522,54.8657,0.0000,18.3192,11.3703,25.1762,13722.7909,13722.7909,13722.7909 -706.5000,1.0000,8898.7198,62.1455,62.0326,0.1542,0.0000,5,1680.9720,381.9033,762.2714,-106.3571,67.2268,134.1834,-18.7221,1.5830,59.6627,0.0000,0.0000,5.9811,59.9394,-0.9774,0.0000,60.9168,0.0000,60.9168,6.7806,54.1362,0.0000,54.1362,0.2362,53.9000,0.0000,18.8386,11.4767,23.5846,13665.2724,13665.2724,13665.2724 -707.5000,1.0000,8916.0573,62.8055,62.7976,0.2125,0.0000,5,1697.9855,430.6230,755.8186,-106.9630,76.5702,134.3941,-19.0194,0.1750,70.3968,0.0000,0.0000,5.9984,70.0399,-1.0398,0.0000,71.0796,0.0000,71.0796,6.8526,64.2270,0.0000,64.2270,0.3290,63.8980,0.0000,19.4455,11.5986,32.8538,15434.5719,15434.5719,15434.5719 -708.5000,1.0000,8933.5961,63.5300,63.4816,0.1900,0.0000,5,1713.7785,418.8607,777.9924,-107.5254,75.1714,139.6235,-19.2972,1.4855,67.5693,0.0000,0.0000,6.1167,67.7610,-1.0408,0.0000,68.8018,0.0000,68.8018,6.9316,61.8702,0.0000,61.8702,0.2976,61.5726,0.0000,20.1261,11.7324,29.7140,15184.7717,15184.7717,15184.7717 -709.5000,1.0000,8951.2900,64.0885,63.9146,0.1203,0.0000,5,1729.9915,353.8739,771.0947,-108.1028,64.1093,139.6948,-19.5844,0.2229,57.7801,0.0000,0.0000,6.1062,57.6555,-0.9995,0.0000,58.6550,0.0000,58.6550,6.9926,51.6624,0.0000,51.6624,0.1900,51.4724,0.0000,20.6612,11.8356,18.9756,13105.9500,13105.9500,13105.9500 -710.5000,1.0000,8969.0042,64.1615,63.6276,-0.0797,0.0000,5,1738.1935,179.5083,759.5378,-108.3949,32.6747,138.2535,-19.7304,0.6515,25.8735,0.0000,0.0000,6.1497,26.0225,-0.8410,0.0000,26.8636,0.0000,26.8636,7.0005,19.8630,0.0000,19.8630,-0.1261,19.9892,0.0000,20.7318,11.8490,-12.5917,7275.9295,7275.9295,7275.9295 -711.5000,1.0000,8986.5990,63.7315,63.0546,-0.1592,0.0000,5,1738.1935,101.6434,709.5835,-108.3949,18.5015,129.1607,-19.7304,-0.6515,13.0393,0.0000,0.0000,6.1136,13.0522,-0.7680,0.0000,13.8202,0.0000,13.8202,6.9536,6.8666,0.0000,6.8666,-0.2501,7.1167,0.0000,20.3181,11.7696,-24.9710,4778.2324,4778.2324,4778.2324 -712.5000,1.0000,9004.0281,63.1355,62.4356,-0.1719,0.0000,5,1719.7300,84.9976,680.2873,-107.7374,15.3072,122.5127,-19.4024,-1.3053,10.5898,0.0000,0.0000,6.0227,10.5655,-0.7451,0.0000,11.3106,0.0000,11.3106,6.8886,4.4220,0.0000,4.4220,-0.2676,4.6896,0.0000,19.7534,11.6596,-26.7234,4343.0557,4343.0557,4343.0557 -713.5000,1.0000,9021.2619,62.4320,61.6476,-0.2189,0.0000,5,1709.2010,50.0509,682.4393,-107.3624,8.9585,122.1478,-19.2165,0.1922,2.7286,0.0000,0.0000,6.0377,2.7488,-0.7161,0.0000,3.4649,0.0000,3.4649,6.8118,-3.3469,0.0000,-3.3469,-0.3369,-3.0100,0.0000,19.1007,11.5296,-33.6403,3633.3967,3633.3967,3633.3967 -714.5000,1.0000,9038.3212,61.8040,61.1796,-0.1300,0.0000,5,1689.0590,111.7711,649.6163,-106.6451,19.7698,114.9027,-18.8632,-2.2792,16.1099,0.0000,0.0000,5.9391,15.9608,-0.7494,0.0000,16.7102,0.0000,16.7102,6.7433,9.9669,0.0000,9.9669,-0.1981,10.1650,0.0000,18.5296,11.4137,-19.7783,4897.5884,4897.5884,4897.5884 -715.5000,1.0000,9055.2811,61.4460,60.9316,-0.0689,0.0000,5,1675.8220,180.4297,683.9628,-106.1737,31.6639,120.0298,-18.6326,0.8991,24.7684,0.0000,0.0000,5.9964,24.9479,-0.7887,0.0000,25.7366,0.0000,25.7366,6.7042,19.0324,0.0000,19.0324,-0.1044,19.1368,0.0000,18.2093,11.3476,-10.4201,7020.1586,7020.1586,7020.1586 -716.5000,1.0000,9072.1642,61.1695,60.6266,-0.0847,0.0000,5,1675.1355,155.6241,690.2215,-106.1493,27.2996,121.0785,-18.6207,-0.9693,22.3496,0.0000,0.0000,5.9192,22.2795,-0.7706,0.0000,23.0501,0.0000,23.0501,6.6741,16.3760,0.0000,16.3760,-0.1278,16.5037,0.0000,17.9646,11.2965,-12.7574,6225.3524,6225.3524,6225.3524 -717.5000,1.0000,9088.9353,60.7665,60.1256,-0.1392,0.0000,5,1657.1680,108.1374,679.3318,-105.5094,18.7660,117.8900,-18.3099,-0.8696,13.7320,0.0000,0.0000,5.9036,13.7177,-0.7205,0.0000,14.4383,0.0000,14.4383,6.6301,7.8082,0.0000,7.8082,-0.2085,8.0167,0.0000,17.6121,11.2221,-20.8175,4689.8354,4689.8354,4689.8354 -718.5000,1.0000,9105.5613,60.2440,59.5816,-0.1511,0.0000,5,1635.1185,93.4804,655.7951,-104.7241,16.0066,112.2913,-17.9318,-1.3560,11.5689,0.0000,0.0000,5.7937,11.5254,-0.7007,0.0000,12.2261,0.0000,12.2261,6.5731,5.6530,0.0000,5.6530,-0.2244,5.8774,0.0000,17.1617,11.1256,-22.4099,4253.1773,4253.1773,4253.1773 -719.5000,1.0000,9122.0314,59.6825,59.0026,-0.1608,0.0000,5,1618.8675,89.4002,653.7504,-104.1454,15.1558,110.8286,-17.6555,-0.2730,9.6415,0.0000,0.0000,5.7873,9.6721,-0.6820,0.0000,10.3541,0.0000,10.3541,6.5118,3.8422,0.0000,3.8422,-0.2367,4.0789,0.0000,16.6864,11.0219,-23.6294,4124.4169,4124.4169,4124.4169 -720.5000,1.0000,9138.3407,59.1040,58.4246,-0.1606,0.0000,5,1608.4155,84.5559,645.9535,-103.7732,14.2420,108.7998,-17.4788,-0.7611,9.3043,0.0000,0.0000,5.6988,9.3052,-0.6705,0.0000,9.9757,0.0000,9.9757,6.4487,3.5270,0.0000,3.5270,-0.2340,3.7610,0.0000,16.2059,10.9150,-23.3599,4002.5356,4002.5356,4002.5356 -721.5000,1.0000,9154.4770,58.4810,57.7566,-0.1856,0.0000,5,1590.7150,59.5627,636.7413,-102.9228,9.9219,106.0679,-17.1448,-0.9764,5.2612,0.0000,0.0000,5.6371,5.2582,-0.6412,0.0000,5.8994,0.0000,5.8994,6.3807,-0.4814,0.0000,-0.4814,-0.2675,-0.2138,0.0000,15.6989,10.8000,-26.7127,3482.6839,3482.6839,3482.6839 -722.5000,1.0000,9170.4514,57.8985,57.2596,-0.1381,0.0000,5,1573.5100,100.8355,624.6771,-101.9024,16.6154,102.9328,-16.7912,-0.6967,11.7107,0.0000,0.0000,5.6015,11.7072,-0.6629,0.0000,12.3702,0.0000,12.3702,6.3172,6.0530,0.0000,6.0530,-0.1971,6.2500,0.0000,15.2342,10.6924,-19.6766,4213.7904,4213.7904,4213.7904 -723.5000,1.0000,9186.3002,57.4460,56.8516,-0.1133,0.0000,5,1563.4775,123.2417,637.8313,-101.3074,20.1780,104.4302,-16.5868,-0.2710,14.8714,0.0000,0.0000,5.5776,14.8974,-0.6717,0.0000,15.5691,0.0000,15.5691,6.2678,9.3013,0.0000,9.3013,-0.1605,9.4618,0.0000,14.8798,10.6089,-16.0268,4816.8849,4816.8849,4816.8849 -724.5000,1.0000,9202.0351,57.0360,56.4396,-0.1144,0.0000,5,1549.3250,116.5933,634.7709,-100.4680,18.9167,102.9884,-16.3004,-1.0780,14.4814,0.0000,0.0000,5.5133,14.4276,-0.6627,0.0000,15.0903,0.0000,15.0903,6.2231,8.8672,0.0000,8.8672,-0.1609,9.0282,0.0000,14.5634,10.5331,-16.0684,4585.0042,4585.0042,4585.0042 -725.5000,1.0000,9217.6646,56.6565,56.0926,-0.0964,0.0000,5,1545.9680,141.0628,644.8582,-100.2689,22.8371,104.3983,-16.2329,0.7570,16.5371,0.0000,0.0000,5.5431,16.6734,-0.6680,0.0000,17.3414,0.0000,17.3414,6.1817,11.1597,0.0000,11.1597,-0.1346,11.2944,0.0000,14.2746,10.4631,-13.4433,5267.1185,5267.1185,5267.1185 -726.5000,1.0000,9233.1638,56.1875,55.5016,-0.1642,0.0000,5,1541.0470,69.1295,636.8919,-99.9771,11.1560,102.7804,-16.1341,-1.2202,6.9067,0.0000,0.0000,5.4696,6.8851,-0.6110,0.0000,7.4961,0.0000,7.4961,6.1305,1.3656,0.0000,1.3656,-0.2274,1.5930,0.0000,13.9233,10.3764,-22.7067,3509.1608,3509.1608,3509.1608 -727.5000,1.0000,9248.4580,55.4495,54.6166,-0.2458,0.0000,5,1516.8995,-3.0399,605.8980,-98.5449,-0.4829,96.2465,-15.6538,-1.0483,-4.8324,0.0000,0.0000,5.3978,-4.8351,-0.6157,0.0000,-4.2194,0.0000,-4.2194,6.0500,-10.2694,0.0000,-10.2694,-0.3361,-9.9333,0.0000,13.3823,10.2402,-33.5558,2134.0217,2134.0217,2134.0217 -728.5000,1.0000,9263.4987,54.5370,53.6766,-0.2611,0.0000,5,1492.5615,-20.0765,570.4747,-97.1015,-3.1380,89.1656,-15.1770,-1.1993,-7.2590,0.0000,0.0000,5.3204,-7.2580,-0.6068,0.0000,-6.6511,0.0000,-6.6511,5.9504,-12.6015,0.0000,-12.6015,-0.3511,-12.2504,0.0000,12.7326,10.0716,-35.0547,1690.5306,1690.5306,1690.5306 -729.5000,1.0000,9278.2768,53.5915,52.7256,-0.2642,0.0000,5,1465.1715,-26.3255,553.8113,-95.4771,-4.0392,84.9726,-14.6493,-1.2872,-7.9735,0.0000,0.0000,5.2215,-7.9663,-0.5934,0.0000,-7.3730,0.0000,-7.3730,5.8473,-13.2202,0.0000,-13.2202,-0.3490,-12.8712,0.0000,12.0818,9.8970,-34.8500,1507.7282,1507.7282,1507.7282 -730.5000,1.0000,9292.6705,52.2080,50.9096,-0.5044,0.0000,5,1436.6750,-93.7870,541.8111,-93.7870,-14.1101,81.5145,-14.1101,-1.2520,-17.9916,0.0000,0.0000,5.1334,-18.1292,-0.5967,0.0000,-17.5325,0.0000,-17.5325,5.6963,-23.2289,20.6303,-43.8591,-0.6493,-43.2098,0.8066,11.1726,9.6415,-64.8305,0.0000,0.0000,0.0000 -731.5000,1.0000,9306.5750,50.4465,49.2026,-0.4742,0.0000,5,1401.2740,-91.6867,497.7946,-91.6874,-13.4542,73.0469,-13.4543,-1.8252,-16.6654,0.0000,0.0000,5.0364,-16.6956,-0.5657,0.0000,-16.1299,0.0000,-16.1299,5.5041,-21.6340,17.4935,-39.1276,-0.5897,-38.5378,0.9499,10.0793,9.3162,-58.8832,0.0000,0.0000,0.0000 -732.5000,1.0000,9320.0445,48.8805,47.7776,-0.3958,0.0000,5,1342.7560,-88.2149,466.8933,-88.2169,-12.4042,65.6513,-12.4044,-3.0764,-14.1788,0.0000,0.0000,4.8510,-13.9887,-0.5351,0.0000,-13.4536,0.0000,-13.4536,5.3332,-18.7869,10.2036,-28.9905,-0.4770,-28.5135,0.9204,9.1687,9.0270,-47.6296,0.0000,0.0000,0.0000 -733.5000,1.0000,9333.2892,48.0715,47.5846,-0.0536,0.0000,5,1299.0770,149.0313,476.6939,-85.6263,20.2741,64.8490,-11.6485,-0.5083,16.0275,0.0000,0.0000,4.7549,15.9809,-0.5344,0.0000,16.5153,0.0000,16.5153,5.2450,11.2704,0.0000,11.2704,-0.0635,11.3339,0.0812,8.7192,8.8776,-6.3441,4536.2014,4536.2014,4536.2014 -734.5000,1.0000,9346.5228,48.0315,47.6976,0.0314,0.0000,5,1299.8395,229.5186,587.2621,-85.6716,31.2418,79.9375,-11.6615,0.5694,25.8611,0.0000,0.0000,4.8113,25.9725,-0.5843,0.0000,26.5568,0.0000,26.5568,5.2406,21.3162,0.0000,21.3162,0.0372,21.2790,0.0000,8.6974,8.8702,3.7113,6576.4073,6576.4073,6576.4073 -735.5000,1.0000,9359.7638,48.0580,47.6376,-0.0167,0.0000,5,1302.1665,181.3079,614.0111,-85.8096,24.7236,83.7281,-11.7012,-0.3844,20.3455,0.0000,0.0000,4.7625,20.2830,-0.5560,0.0000,20.8390,0.0000,20.8390,5.2435,15.5955,0.0000,15.5955,-0.0197,15.6152,0.0000,8.7118,8.8751,-1.9717,5363.5946,5363.5946,5363.5946 -736.5000,1.0000,9373.0184,48.1070,47.7956,0.0439,0.0000,5,1299.7250,238.6268,597.9242,-85.6648,32.4787,81.3816,-11.6596,0.1888,27.5229,0.0000,0.0000,4.7670,27.5278,-0.5932,0.0000,28.1211,0.0000,28.1211,5.2489,22.8722,0.0000,22.8722,0.0521,22.8201,0.0000,8.7385,8.8842,5.1975,6806.9022,6806.9022,6806.9022 -737.5000,1.0000,9386.3354,48.3315,48.0866,0.0808,0.0000,5,1306.8585,272.5951,624.3436,-86.0878,37.3057,85.4439,-11.7815,0.3827,32.1337,0.0000,0.0000,4.7893,32.1542,-0.6198,0.0000,32.7740,0.0000,32.7740,5.2733,27.5007,0.0000,27.5007,0.0963,27.4043,0.0000,8.8615,8.9256,9.6172,7703.8355,7703.8355,7703.8355 -738.5000,1.0000,9399.7553,48.7020,48.5366,0.1250,0.0000,5,1314.5265,312.3132,638.8409,-86.5426,42.9921,87.9409,-11.9132,0.2341,37.9481,0.0000,0.0000,4.8099,37.8569,-0.6539,0.0000,38.5109,0.0000,38.5109,5.3138,33.1971,0.0000,33.1971,0.1501,33.0470,0.0000,9.0669,8.9941,14.9860,8778.5499,8778.5499,8778.5499 -739.5000,1.0000,9413.3860,49.4610,49.6046,0.2967,0.0000,5,1326.3525,472.3092,660.7281,-87.2440,65.6015,91.7720,-12.1178,0.7271,60.0343,0.0000,0.0000,4.8402,59.7928,-0.7757,0.0000,60.5685,0.0000,60.5685,5.4530,55.1155,0.0000,55.1155,0.3618,54.7537,0.0000,9.4984,9.1342,36.1211,13036.9417,13036.9417,13036.9417 -740.5000,1.0000,9427.3567,50.6850,50.9846,0.3833,0.0000,5,1355.2680,558.8888,733.6557,-88.9589,79.3194,104.1229,-12.6253,1.6636,72.7104,0.0000,0.0000,4.9453,72.7918,-0.8594,0.0000,73.6512,0.0000,73.6512,5.7617,67.8895,0.0000,67.8895,0.4790,67.4105,0.0000,10.2219,9.3603,47.8283,15556.9805,15556.9805,15556.9805 -741.5000,1.0000,9441.7254,52.1175,52.4696,0.4125,0.0000,5,1393.6825,588.9966,769.7905,-91.2372,85.9618,112.3479,-13.3157,1.5770,79.3485,0.0000,0.0000,5.0363,79.2682,-0.9135,0.0000,80.1817,0.0000,80.1817,5.9913,74.1904,0.0000,74.1904,0.5300,73.6603,0.0000,11.1135,9.6248,52.9221,16809.7272,16809.7272,16809.7272 -742.5000,1.0000,9456.4792,53.5040,53.7576,0.3578,0.0000,5,1431.3345,542.8715,786.1603,-93.4703,81.3705,117.8368,-14.0102,1.6900,74.5341,0.0000,0.0000,5.1464,74.6369,-0.9112,0.0000,75.5481,0.0000,75.5481,6.0492,69.4989,0.0000,69.4989,0.4720,69.0270,0.0000,12.0235,9.8809,47.1226,15964.1843,15964.1843,15964.1843 -743.5000,1.0000,9471.6104,54.8630,55.1876,0.3972,0.0000,5,1470.8935,582.0590,775.6127,-95.8164,89.6555,119.4689,-14.7588,1.8366,82.5368,0.0000,0.0000,5.2821,82.6012,-0.9725,0.0000,83.5737,0.0000,83.5737,6.2944,77.2793,0.0000,77.2793,0.5373,76.7420,0.0000,12.9635,10.1318,53.6466,17537.5960,17537.5960,17537.5960 -744.5000,1.0000,9487.1141,56.2035,56.4386,0.3475,0.0000,5,1516.0220,539.1580,796.8781,-98.4929,85.5953,126.5103,-15.6365,2.3085,77.8538,0.0000,0.0000,5.4330,78.2562,-0.9717,0.0000,79.2280,0.0000,79.2280,6.3524,72.8756,0.0000,72.8756,0.4815,72.3940,0.0000,13.9365,10.3794,48.0781,16849.9372,16849.9372,16849.9372 -745.5000,1.0000,9502.9433,57.3755,57.5316,0.3036,0.0000,5,1546.8455,497.4937,779.1472,-100.3210,80.5867,126.2104,-16.2505,0.5726,74.5779,0.0000,0.0000,5.4362,74.1621,-0.9699,0.0000,75.1320,0.0000,75.1320,6.3987,68.7334,0.0000,68.7334,0.4295,68.3039,0.0000,14.8262,10.5958,42.8818,16005.7721,16005.7721,16005.7721 -746.5000,1.0000,9519.0323,58.3110,58.3096,0.2161,0.0000,5,1570.0010,426.0287,776.8257,-101.6943,70.0434,127.7180,-16.7196,1.6514,62.8314,0.0000,0.0000,5.5606,63.0960,-0.9292,0.0000,64.0251,0.0000,64.0251,6.3622,57.6629,0.0000,57.6629,0.3107,57.3523,0.0000,15.5626,10.7686,31.0211,14020.9702,14020.9702,14020.9702 -747.5000,1.0000,9535.3243,59.0415,58.9926,0.1897,0.0000,5,1588.4260,399.2734,749.4159,-102.7870,66.4150,124.6575,-17.0976,0.1265,60.7228,0.0000,0.0000,5.5657,60.4229,-0.9277,0.0000,61.3505,0.0000,61.3505,6.4419,54.9086,0.0000,54.9086,0.2762,54.6325,0.0000,16.1546,10.9035,27.5743,13412.0914,13412.0914,13412.0914 -748.5000,1.0000,9551.7529,59.5335,59.2936,0.0836,0.0000,5,1598.5350,310.3228,748.1221,-103.3866,51.9475,125.2343,-17.3067,0.8651,45.4314,0.0000,0.0000,5.6510,45.5667,-0.8608,0.0000,46.4274,0.0000,46.4274,6.4956,39.9319,0.0000,39.9319,0.1227,39.8091,0.0000,16.5614,10.9944,12.2533,10709.1529,10709.1529,10709.1529 -749.5000,1.0000,9568.2520,59.7870,59.4996,0.0572,0.0000,5,1611.6960,284.6288,720.9128,-103.8900,48.0386,121.6731,-17.5342,0.4304,41.9565,0.0000,0.0000,5.6517,41.9974,-0.8470,0.0000,42.8443,0.0000,42.8443,6.5232,36.3211,0.0000,36.3211,0.0843,36.2367,0.0000,16.7738,11.0412,8.4217,9974.9572,9974.9572,9974.9572 -750.5000,1.0000,9584.7618,59.8260,59.3716,-0.0356,0.0000,5,1624.6280,204.0263,718.5534,-104.3505,34.7111,122.2479,-17.7532,0.8563,28.1363,0.0000,0.0000,5.7185,28.3152,-0.7785,0.0000,29.0938,0.0000,29.0938,6.5275,22.5663,0.0000,22.5663,-0.0524,22.6187,0.0000,16.8067,11.0484,-5.2363,7509.3139,7509.3139,7509.3139 -751.5000,1.0000,9601.2208,59.6425,59.1326,-0.0664,0.0000,5,1618.6390,164.7339,679.5810,-104.1373,27.9230,115.1913,-17.6516,-1.4485,23.7446,0.0000,0.0000,5.6268,23.5781,-0.7515,0.0000,24.3297,0.0000,24.3297,6.5075,17.8222,0.0000,17.8222,-0.0976,17.9198,0.0000,16.6525,11.0145,-9.7472,6261.3424,6261.3424,6261.3424 -752.5000,1.0000,9617.6455,59.5195,59.1256,-0.0019,0.0000,5,1611.0095,232.1303,679.4643,-103.8655,39.1614,114.6287,-17.5226,0.6868,32.8076,0.0000,0.0000,5.6670,32.9509,-0.7968,0.0000,33.7477,0.0000,33.7477,6.4940,27.2537,0.0000,27.2537,-0.0029,27.2565,0.0000,16.5496,10.9918,-0.2849,8322.4728,8322.4728,8322.4728 -753.5000,1.0000,9634.0608,59.4855,59.0646,-0.0169,0.0000,5,1610.5895,212.1248,690.5662,-103.8506,35.7771,116.4713,-17.5155,-0.7282,30.8313,0.0000,0.0000,5.6740,30.7061,-0.7849,0.0000,31.4911,0.0000,31.4911,6.4903,25.0007,0.0000,25.0007,-0.0249,25.0256,0.0000,16.5213,10.9855,-2.4812,7691.9512,7691.9512,7691.9512 -754.5000,1.0000,9650.4154,59.2670,58.6886,-0.1044,0.0000,5,1606.8130,152.3530,690.5112,-103.7161,25.6357,116.1889,-17.4518,0.3539,17.5506,0.0000,0.0000,7.7312,17.6458,-0.7154,0.0000,18.3611,0.0000,18.3611,6.4665,11.8946,0.0000,11.8946,-0.1526,12.0472,0.0000,16.3401,10.9451,-15.2380,5855.5843,5855.5843,5855.5843 -755.5000,1.0000,9666.6685,58.9015,58.3336,-0.0986,0.0000,5,1600.2135,148.6590,661.0492,-103.4811,24.9114,110.7746,-17.3407,-1.0009,18.2518,0.0000,0.0000,7.6606,18.1904,-0.7121,0.0000,18.9025,0.0000,18.9025,6.4266,12.4759,0.0000,12.4759,-0.1432,12.6191,0.0000,16.0396,10.8777,-14.2982,5725.1259,5725.1259,5725.1259 -756.5000,1.0000,9682.7925,58.4370,57.7596,-0.1594,0.0000,5,1586.3660,97.7140,660.2633,-102.6649,16.2326,109.6855,-17.0551,-0.3568,8.9834,0.0000,0.0000,7.6060,9.0069,-0.6581,0.0000,9.6650,0.0000,9.6650,6.3759,3.2890,0.0000,3.2890,-0.2297,3.5188,0.0000,15.6634,10.7919,-22.9365,4186.8710,4186.8710,4186.8710 -757.5000,1.0000,9698.6967,57.6455,56.7506,-0.2803,0.0000,5,1576.1805,-11.5449,638.4018,-102.0608,-1.9056,105.3728,-16.8459,-0.6314,-8.8205,0.0000,0.0000,7.5463,-8.8615,-0.6622,0.0000,-8.1993,0.0000,-8.1993,6.2896,-14.4889,0.0000,-14.4889,-0.3983,-14.0906,0.0000,15.0363,10.6457,-39.7725,2068.6369,2068.6369,2068.6369 -758.5000,1.0000,9714.3095,56.5965,55.6616,-0.3025,0.0000,5,1558.7850,-36.0571,593.0624,-101.0291,-5.8858,96.8089,-16.4915,-1.0407,-12.3297,0.0000,0.0000,7.4847,-12.3627,-0.6533,0.0000,-11.7093,0.0000,-11.7093,6.1751,-17.8845,0.0000,-17.8845,-0.4221,-17.4624,0.0000,14.2305,10.4520,-42.1448,1458.5102,1458.5102,1458.5102 -759.5000,1.0000,9729.6268,55.5325,54.6226,-0.2886,0.0000,5,1529.9075,-31.9033,568.4079,-99.3164,-5.1113,91.0655,-15.9116,-1.6917,-10.7496,0.0000,0.0000,7.3300,-10.7234,-0.6317,0.0000,-10.0917,0.0000,-10.0917,6.0590,-16.1507,0.0000,-16.1507,-0.3952,-15.7556,0.0000,13.4428,10.2555,-39.4539,1490.6111,1490.6111,1490.6111 -760.5000,1.0000,9744.5410,54.0815,52.7596,-0.5175,0.0000,5,1491.5310,-97.0404,554.1107,-97.0404,-15.1570,86.5481,-15.1570,-1.8659,-20.4657,0.0000,0.0000,7.1746,-20.5400,-0.6341,0.0000,-19.9059,0.0000,-19.9059,5.9007,-25.8066,21.3720,-47.1786,-0.6900,-46.4886,0.0000,12.4190,9.9875,-68.8951,0.0000,0.0000,0.0000 -761.5000,1.0000,9758.9592,52.2960,51.0516,-0.4744,0.0000,5,1446.3645,-94.3602,509.6415,-94.3617,-14.2921,77.1918,-14.2923,-2.2024,-19.1278,0.0000,0.0000,7.0381,-19.1120,-0.6005,0.0000,-18.5115,0.0000,-18.5115,5.7059,-24.2174,15.9922,-40.2096,-0.6117,-39.5979,0.5934,11.2288,9.6578,-61.0778,0.0000,0.0000,0.0000 -762.5000,1.0000,9772.9091,50.6100,49.3876,-0.4622,0.0000,5,1395.8190,-91.3627,491.9679,-91.3639,-13.3545,71.9109,-13.3546,-2.2073,-16.0889,0.0000,0.0000,4.9416,-16.0560,-0.5666,0.0000,-15.4894,0.0000,-15.4894,5.5220,-21.0114,13.0216,-34.0329,-0.5768,-33.4562,4.6060,10.1774,9.3463,-57.5859,0.0000,0.0000,0.0000 -763.5000,1.0000,9786.3624,48.8225,47.4766,-0.5308,0.0000,5,1349.3170,-88.6059,481.2359,-88.6060,-12.5200,67.9987,-12.5200,-1.7196,-15.6755,0.0000,0.0000,4.8750,-15.7425,-0.5386,0.0000,-15.2039,0.0000,-15.2039,5.3269,-20.5309,16.4653,-36.9961,-0.6390,-36.3572,9.2872,9.1377,9.0160,-63.7981,0.0000,0.0000,0.0000 -764.5000,1.0000,9799.2791,46.8905,45.5236,-0.5425,0.0000,5,1299.8780,-85.6724,460.8926,-85.6738,-11.6620,62.7380,-11.6622,-2.2900,-14.0903,0.0000,0.0000,4.7184,-14.0724,-0.5057,0.0000,-13.5668,0.0000,-13.5668,5.1161,-18.6829,17.2148,-35.8977,-0.6272,-35.2705,10.5948,8.0957,8.6591,-62.6201,0.0000,0.0000,0.0000 -765.5000,1.0000,9811.7054,45.1250,43.9456,-0.4383,0.0000,5,1248.4170,-82.6212,450.5685,-82.6218,-10.8014,58.9046,-10.8015,-1.7460,-13.6419,0.0000,0.0000,4.5865,-13.6314,-0.4789,0.0000,-13.1524,0.0000,-13.1524,4.9235,-18.0759,8.7689,-26.8448,-0.4877,-26.3571,6.7865,7.2143,8.3333,-48.6913,0.0000,0.0000,0.0000 -766.5000,1.0000,9823.7645,43.8030,42.8796,-0.2961,0.0000,5,1210.1930,-54.6257,446.1051,-80.3548,-6.9228,56.5354,-10.1835,-1.1482,-10.2482,0.0000,0.0000,4.4736,-10.2420,-0.4517,0.0000,-9.7903,0.0000,-9.7903,4.7793,-14.5695,0.0000,-14.5695,-0.3198,-14.2497,2.9925,6.5976,8.0893,-31.9292,420.6399,420.6399,420.6399 -767.5000,1.0000,9835.6005,43.0000,42.3396,-0.1500,0.0000,5,1180.3615,51.9519,451.1017,-78.5788,6.4216,55.7594,-9.7129,-1.0425,3.0703,0.0000,0.0000,4.3938,3.0520,-0.4074,0.0000,3.4594,0.0000,3.4594,4.6916,-1.2322,0.0000,-1.2322,-0.1590,-1.0732,0.6228,6.2407,7.9410,-15.8778,2283.2887,2283.2887,2283.2887 -768.5000,1.0000,9847.2956,42.4930,41.8656,-0.1317,0.0000,5,1162.0890,68.1116,503.5251,-77.4888,8.2887,61.2758,-9.4299,-0.2777,4.1877,0.0000,0.0000,4.3787,4.1971,-0.3984,0.0000,4.5955,0.0000,4.5955,4.6363,-0.0408,0.0000,-0.0408,-0.1379,0.0971,0.0000,6.0225,7.8474,-13.7728,2529.2290,2529.2290,2529.2290 -769.5000,1.0000,9858.9152,42.2210,41.7956,-0.0194,0.0000,5,1151.2550,163.6969,506.0973,-76.8425,19.7352,61.0147,-9.2641,-0.4909,15.8993,0.0000,0.0000,4.3267,15.8166,-0.4535,0.0000,16.2700,0.0000,16.2700,4.6066,11.6634,0.0000,11.6634,-0.0202,11.6836,0.0000,5.9074,7.7972,-2.0209,4316.8523,4316.8523,4316.8523 -770.5000,1.0000,9870.5297,42.2025,41.8286,0.0092,0.0000,5,1138.9335,191.2371,549.5089,-76.1075,22.8086,65.5393,-9.0773,-0.3762,18.8882,0.0000,0.0000,4.2967,18.7916,-0.4683,0.0000,19.2599,0.0000,19.2599,4.6046,14.6552,0.0000,14.6552,0.0095,14.6457,0.0000,5.8996,7.7938,0.9523,4896.4394,4896.4394,4896.4394 -771.5000,1.0000,9882.1096,42.0780,41.5466,-0.0783,0.0000,5,1135.3860,117.4603,565.7249,-75.8959,13.9657,67.2632,-9.0238,0.1277,9.5465,0.0000,0.0000,4.2915,9.5941,-0.4202,0.0000,10.0143,0.0000,10.0143,4.5910,5.4232,0.0000,5.4232,-0.0813,5.5045,0.0000,5.8476,7.7708,-8.1139,3294.9796,3294.9796,3294.9796 -772.5000,1.0000,9893.6493,41.9335,41.5396,-0.0019,0.0000,5,1137.1025,182.4588,529.8500,-75.9983,21.7267,63.0930,-9.0497,-0.0080,17.4465,0.0000,0.0000,4.2881,17.4462,-0.4579,0.0000,17.9042,0.0000,17.9042,4.5753,13.3289,0.0000,13.3289,-0.0020,13.3309,0.0000,5.7875,7.7441,-0.2007,4687.0524,4687.0524,4687.0524 -773.5000,1.0000,9905.2085,42.0035,41.6866,0.0408,0.0000,5,1137.1405,220.6568,560.6343,-76.0006,26.2760,66.7609,-9.0502,0.0106,21.9748,0.0000,0.0000,4.2906,21.9394,-0.4816,0.0000,22.4209,0.0000,22.4209,4.5829,17.8380,0.0000,17.8380,0.0423,17.7957,0.0000,5.8166,7.7570,4.2221,5496.6937,5496.6937,5496.6937 -774.5000,1.0000,9916.8149,42.1735,41.8796,0.0536,0.0000,5,1135.6145,232.4793,577.2358,-75.9096,27.6467,68.6456,-9.0273,-0.1171,23.4960,0.0000,0.0000,4.2678,23.4077,-0.4912,0.0000,23.8989,0.0000,23.8989,4.6015,19.2974,0.0000,19.2974,0.0557,19.2417,0.0000,5.8875,7.7884,5.5658,5724.0154,5724.0154,5724.0154 -775.5000,1.0000,9928.5204,42.5300,42.3996,0.1444,0.0000,5,1139.0095,318.4173,587.2845,-76.1121,37.9798,70.0494,-9.0784,0.3549,33.3162,0.0000,0.0000,4.3087,33.2613,-0.5456,0.0000,33.8069,0.0000,33.8069,4.6404,29.1665,0.0000,29.1665,0.1515,29.0151,0.0000,6.0383,7.8542,15.1226,7700.2695,7700.2695,7700.2695 -776.5000,1.0000,9940.4132,43.2045,43.2286,0.2303,0.0000,5,1155.0695,399.1075,632.3767,-77.0701,48.2755,76.4914,-9.3223,0.7793,43.1587,0.0000,0.0000,4.3374,43.1552,-0.6045,0.0000,43.7598,0.0000,43.7598,4.7140,39.0458,0.0000,39.0458,0.2453,38.8005,0.0000,6.3305,7.9788,24.4912,9706.0226,9706.0226,9706.0226 -777.5000,1.0000,9952.5003,43.9040,43.7986,0.1583,0.0000,5,1173.3425,335.1368,669.7222,-78.1601,41.1790,82.2902,-9.6037,0.5250,36.2556,0.0000,0.0000,4.3983,36.2455,-0.5790,0.0000,36.8245,0.0000,36.8245,4.7903,32.0342,0.0000,32.0342,0.1714,31.8628,0.0000,6.6427,8.1080,17.1122,8327.1459,8327.1459,8327.1459 -778.5000,1.0000,9964.7754,44.5810,44.5826,0.2178,0.0000,5,1192.6070,391.0589,647.2457,-79.3093,48.8392,80.8342,-9.9049,0.8773,43.5121,0.0000,0.0000,4.4498,43.5661,-0.6251,0.0000,44.1912,0.0000,44.1912,4.8641,39.3270,0.0000,39.3270,0.2394,39.0877,0.0000,6.9549,8.2330,23.8997,9810.7445,9810.7445,9810.7445 -779.5000,1.0000,9977.2902,45.4435,45.5236,0.2614,0.0000,5,1214.4655,431.8630,673.8039,-80.6082,54.9237,85.6934,-10.2516,0.7369,49.6926,0.0000,0.0000,4.4942,49.5835,-0.6673,0.0000,50.2508,0.0000,50.2508,4.9582,45.2926,0.0000,45.2926,0.2929,44.9997,0.0000,7.3667,8.3923,29.2407,10975.8103,10975.8103,10975.8103 -780.5000,1.0000,9990.0619,46.3685,46.4326,0.2525,0.0000,5,1246.2805,427.6038,701.4801,-82.4951,55.8066,91.5503,-10.7664,1.6788,49.4941,0.0000,0.0000,4.6338,49.8764,-0.6816,0.0000,50.5579,0.0000,50.5579,5.0592,45.4988,0.0000,45.4988,0.2887,45.2101,0.0000,7.8257,8.5631,28.8213,11141.1709,11141.1709,11141.1709 -781.5000,1.0000,10003.0998,47.3270,47.4406,0.2800,0.0000,5,1282.0245,448.5808,700.0504,-84.6150,60.2234,93.9841,-11.3598,1.0872,54.4604,0.0000,0.0000,4.6758,54.4670,-0.7182,0.0000,55.1852,0.0000,55.1852,5.1762,50.0090,0.0000,50.0090,0.3267,49.6823,0.0000,8.3212,8.7401,32.6209,12007.5337,12007.5337,12007.5337 -782.5000,1.0000,10016.4365,48.4025,48.5836,0.3175,0.0000,5,1306.1340,486.0445,712.0513,-86.0449,66.4802,97.3930,-11.7690,0.8262,60.8895,0.0000,0.0000,4.7646,60.6535,-0.7648,0.0000,61.4183,0.0000,61.4183,5.3685,56.0498,0.0000,56.0498,0.3789,55.6709,0.0000,8.9017,8.9387,37.8304,13221.7480,13221.7480,13221.7480 -783.5000,1.0000,10030.0686,49.4660,49.5676,0.2733,0.0000,5,1336.3470,451.0201,735.9773,-87.8367,63.1166,102.9941,-12.2920,1.6342,56.6240,0.0000,0.0000,4.8585,56.9018,-0.7612,0.0000,57.6630,0.0000,57.6630,5.4099,52.2531,0.0000,52.2531,0.3334,51.9197,0.0000,9.5011,9.1351,33.2835,12567.5867,12567.5867,12567.5867 -784.5000,1.0000,10043.9656,50.4195,50.4906,0.2564,0.0000,5,1362.9360,433.9314,719.4849,-89.4137,61.9334,102.6894,-12.7617,0.5588,56.4804,0.0000,0.0000,4.8942,56.2423,-0.7718,0.0000,57.0141,0.0000,57.0141,5.5012,51.5130,0.0000,51.5130,0.3187,51.1942,0.0000,10.0610,9.3112,31.8220,12349.9521,12349.9521,12349.9521 -785.5000,1.0000,10058.0796,51.2010,51.1306,0.1778,0.0000,5,1374.8000,367.8180,715.7761,-90.1173,52.9543,103.0494,-12.9741,0.4380,47.5871,0.0000,0.0000,4.9291,47.4700,-0.7391,0.0000,48.2092,0.0000,48.2092,5.5864,42.6227,0.0000,42.6227,0.2244,42.3983,0.0000,10.5357,9.4556,22.4071,10681.3867,10681.3867,10681.3867 -786.5000,1.0000,10072.2965,51.5710,51.2306,0.0278,0.0000,5,1386.2825,235.7092,692.7449,-90.7983,34.2182,100.5666,-13.1813,0.5359,28.7248,0.0000,0.0000,4.9575,28.8272,-0.6505,0.0000,29.4778,0.0000,29.4778,5.6268,23.8510,0.0000,23.8510,0.0353,23.8156,0.0000,10.7653,9.5239,3.5264,7186.7049,7186.7049,7186.7049 -787.5000,1.0000,10086.5164,51.5820,51.1526,-0.0217,0.0000,5,1393.4540,188.7854,640.1729,-91.2236,27.5480,93.4154,-13.3116,0.0750,22.4974,0.0000,0.0000,4.9756,22.5286,-0.6189,0.0000,23.1474,0.0000,23.1474,5.6280,17.5194,0.0000,17.5194,-0.0276,17.5470,0.0000,10.7722,9.5259,-2.7512,5976.3267,5976.3267,5976.3267 -788.5000,1.0000,10100.7121,51.4950,51.0566,-0.0267,0.0000,5,1391.5465,182.1685,619.6352,-91.1105,26.5460,90.2947,-13.2768,-0.2380,21.8414,0.0000,0.0000,4.9426,21.8180,-0.6140,0.0000,22.4320,0.0000,22.4320,5.6185,16.8135,0.0000,16.8135,-0.0339,16.8473,0.0000,10.7178,9.5099,-3.3804,5792.2961,5792.2961,5792.2961 -789.5000,1.0000,10114.8633,51.3350,50.8326,-0.0622,0.0000,5,1386.0535,150.7687,615.8991,-90.7847,21.8837,89.3960,-13.1771,-0.2305,17.1659,0.0000,0.0000,4.9483,17.1698,-0.5881,0.0000,17.7579,0.0000,17.7579,5.6011,12.1568,0.0000,12.1568,-0.0788,12.2356,0.0000,10.6183,9.4803,-7.8630,4935.9399,4935.9399,4935.9399 -790.5000,1.0000,10128.9455,51.0860,50.5586,-0.0761,0.0000,5,1389.6010,142.0027,609.9293,-90.9951,20.6640,88.7561,-13.2415,0.5339,15.1219,0.0000,0.0000,5.0083,15.2308,-0.5746,0.0000,15.8054,0.0000,15.8054,5.5739,10.2315,0.0000,10.2315,-0.0959,10.3274,0.0000,10.4645,9.4343,-9.5715,4721.0530,4721.0530,4721.0530 -791.5000,1.0000,10142.9398,50.7700,50.2006,-0.0994,0.0000,5,1390.2875,113.8264,599.0254,-91.0358,16.5720,87.2125,-13.2540,-0.4755,12.0859,0.0000,0.0000,4.9617,12.0800,-0.5540,0.0000,12.6340,0.0000,12.6340,5.5394,7.0946,0.0000,7.0946,-0.1245,7.2191,0.0000,10.2716,9.3760,-12.4284,3979.3379,3979.3379,3979.3379 -792.5000,1.0000,10156.7804,50.2165,49.4516,-0.2081,0.0000,5,1379.9115,18.8014,585.9935,-90.4205,2.7169,84.6784,-13.0661,-0.4073,-1.8021,0.0000,0.0000,4.9262,-1.8093,-0.5251,0.0000,-1.2842,0.0000,-1.2842,5.4790,-6.7632,0.0000,-6.7632,-0.2576,-6.5056,0.0000,9.9397,9.2737,-25.7191,2195.1775,2195.1775,2195.1775 -793.5000,1.0000,10170.3904,49.3865,48.5406,-0.2531,0.0000,5,1362.6305,-26.6577,537.5882,-89.3956,-3.8039,76.7108,-12.7562,-1.0439,-7.6351,0.0000,0.0000,4.8751,-7.6356,-0.5269,0.0000,-7.1087,0.0000,-7.1087,5.3885,-12.4972,0.0000,-12.4972,-0.3081,-12.1890,0.0000,9.4552,9.1205,-30.7647,1291.9962,1291.9962,1291.9962 -794.5000,1.0000,10183.6171,48.0065,46.6916,-0.5136,0.0000,5,1326.0090,-87.2222,499.4910,-87.2236,-12.1116,69.3590,-12.1118,-1.9663,-14.9304,0.0000,0.0000,4.7851,-14.9464,-0.5243,0.0000,-14.4220,0.0000,-14.4220,5.2379,-19.6599,24.0918,-43.7518,-0.6079,-43.1438,0.0000,8.6870,8.8656,-60.6965,0.0000,0.0000,0.0000 -795.5000,1.0000,10196.3649,46.2825,45.0926,-0.4442,0.0000,5,1280.0035,-84.4941,460.2134,-84.4951,-11.3257,61.6878,-11.3259,-1.7182,-14.2722,0.0000,0.0000,4.6647,-14.2751,-0.4973,0.0000,-13.7778,0.0000,-13.7778,5.0498,-18.8276,15.1039,-33.9315,-0.5068,-33.4247,0.8491,7.7838,8.5472,-50.6048,0.0000,0.0000,0.0000 -796.5000,1.0000,10208.6709,44.6920,43.5106,-0.4394,0.0000,5,1237.3545,-81.9649,449.4729,-81.9657,-10.6206,58.2407,-10.6207,-1.5798,-13.5956,0.0000,0.0000,4.5547,-13.6080,-0.4727,0.0000,-13.1353,0.0000,-13.1353,4.8763,-18.0115,14.6181,-32.6297,-0.4842,-32.1455,0.9386,7.0087,8.2535,-48.3463,0.0000,0.0000,0.0000 -797.5000,1.0000,10220.5751,43.2455,42.1996,-0.3642,0.0000,5,1196.3075,-79.5296,438.5598,-79.5300,-9.9632,54.9415,-9.9633,-1.4882,-12.9406,0.0000,0.0000,4.4655,-12.9172,-0.4505,0.0000,-12.4667,0.0000,-12.4667,4.7184,-17.1851,6.7269,-23.9120,-0.3883,-23.5237,0.9083,6.3494,7.9864,-38.7677,0.0000,0.0000,0.0000 -798.5000,1.0000,10232.2363,42.3710,41.7616,-0.1217,0.0000,5,1163.6910,72.7341,435.5997,-77.5844,8.8635,53.0828,-9.4545,-0.8833,5.3714,0.0000,0.0000,4.3754,5.3420,-0.4025,0.0000,5.7445,0.0000,5.7445,4.6230,1.1215,0.0000,1.1215,-0.1271,1.2486,0.1432,5.9707,7.8249,-12.6902,2604.0540,2604.0540,2604.0540 -799.5000,1.0000,10243.8136,42.0685,41.5946,-0.0464,0.0000,5,1144.7700,140.4903,507.1266,-76.4557,16.8420,60.7944,-9.1655,-0.4612,12.9624,0.0000,0.0000,4.3408,12.9138,-0.4368,0.0000,13.3506,0.0000,13.3506,4.5900,8.7606,0.0000,8.7606,-0.0481,8.8087,0.0000,5.8436,7.7690,-4.8040,3756.2723,3756.2723,3756.2723 -800.5000,1.0000,10255.4392,42.2425,42.1096,0.1431,0.0000,5,1138.6285,313.2464,541.8100,-76.0893,37.3505,64.6037,-9.0727,0.0293,32.9999,0.0000,0.0000,4.3213,32.8121,-0.5396,0.0000,33.3517,0.0000,33.3517,4.6090,28.7427,0.0000,28.7427,0.1490,28.5937,0.0000,5.9166,7.8011,14.8759,7592.9073,7592.9073,7592.9073 -801.5000,1.0000,10267.2893,43.0510,43.2116,0.3061,0.0000,5,1148.3560,468.2826,628.4963,-76.6696,56.3136,75.5802,-9.2199,0.6564,51.3064,0.0000,0.0000,4.3508,51.0686,-0.6425,0.0000,51.7111,0.0000,51.7111,4.7312,46.9799,0.0000,46.9799,0.3249,46.6550,0.0000,6.2637,7.9505,32.4408,11211.1008,11211.1008,11211.1008 -802.5000,1.0000,10279.4744,44.2565,44.5206,0.3636,0.0000,5,1172.3505,528.2309,703.9122,-78.1009,64.8500,86.4181,-9.5883,1.0574,59.3865,0.0000,0.0000,4.4061,59.2542,-0.6999,0.0000,59.9541,0.0000,59.9541,4.9656,54.9885,0.0000,54.9885,0.3967,54.5917,0.0000,6.8051,8.1731,39.6135,12849.4597,12849.4597,12849.4597 -803.5000,1.0000,10292.0458,45.6475,45.9936,0.4092,0.0000,5,1207.3700,575.3208,735.8668,-80.1874,72.7410,93.0397,-10.1385,1.5076,66.7395,0.0000,0.0000,4.4939,66.7858,-0.7570,0.0000,67.5428,0.0000,67.5428,5.2073,62.3356,0.0000,62.3356,0.4605,61.8751,0.0000,7.4675,8.4300,45.9776,14386.0296,14386.0296,14386.0296 -804.5000,1.0000,10305.0554,47.2250,47.6756,0.4672,0.0000,5,1249.0655,633.0952,759.8281,-82.6603,82.8100,99.3869,-10.8121,1.6386,76.5743,0.0000,0.0000,4.5970,76.5213,-0.8282,0.0000,77.3494,0.0000,77.3494,5.4993,71.8501,0.0000,71.8501,0.5440,71.3061,0.0000,8.2692,8.7213,54.3156,16217.8810,16217.8810,16217.8810 -805.5000,1.0000,10318.5143,48.8425,49.2286,0.4314,0.0000,5,1293.5075,603.4685,788.4514,-85.2960,81.7433,106.8003,-11.5538,1.8333,75.1961,0.0000,0.0000,4.7139,75.3400,-0.8453,0.0000,76.1853,0.0000,76.1853,5.6304,70.5548,0.0000,70.5548,0.5195,70.0353,0.0000,9.1477,9.0200,51.8676,16050.8069,16050.8069,16050.8069 -806.5000,1.0000,10332.4240,50.4655,50.9216,0.4703,0.0000,5,1337.5300,642.8930,780.3546,-87.9069,90.0473,109.3010,-12.3128,1.7202,83.5012,0.0000,0.0000,4.8259,83.4095,-0.9097,0.0000,84.3193,0.0000,84.3193,5.9016,78.4177,0.0000,78.4177,0.5851,77.8326,0.0000,10.0906,9.3197,58.4223,17563.2165,17563.2165,17563.2165 -807.5000,1.0000,10346.8000,52.1440,52.5856,0.4622,0.0000,5,1379.0725,641.2589,800.1430,-90.3707,92.6081,115.5536,-13.0510,1.7446,85.9181,0.0000,0.0000,4.9454,85.8320,-0.9470,0.0000,86.7790,0.0000,86.7790,6.0927,80.6863,0.0000,80.6863,0.5942,80.0921,0.0000,11.1310,9.6297,59.3314,18051.6821,18051.6821,18051.6821 -808.5000,1.0000,10361.6285,53.7730,54.1796,0.4428,0.0000,5,1422.7510,628.1238,804.9759,-92.9612,93.5843,119.9335,-13.8503,2.0165,86.4947,0.0000,0.0000,5.0731,86.6140,-0.9759,0.0000,87.5898,0.0000,87.5898,6.2545,81.3353,0.0000,81.3353,0.5870,80.7483,0.0000,12.2067,9.9305,58.6110,18257.8307,18257.8307,18257.8307 -809.5000,1.0000,10376.8952,55.3505,55.7406,0.4336,0.0000,5,1469.1000,622.5832,805.2303,-95.7101,95.7806,123.8797,-14.7244,2.0994,88.4755,0.0000,0.0000,5.2057,88.6272,-1.0106,0.0000,89.6378,0.0000,89.6378,6.4302,83.2076,0.0000,83.2076,0.5917,82.6159,0.0000,13.3126,10.2219,59.0815,18672.2375,18672.2375,18672.2375 -810.5000,1.0000,10392.5812,56.8600,57.1986,0.4050,0.0000,5,1515.1445,598.8358,808.7205,-98.4409,95.0146,128.3161,-15.6192,2.1191,87.5221,0.0000,0.0000,5.3735,87.7131,-1.0300,0.0000,88.7431,0.0000,88.7431,6.5555,82.1876,0.0000,82.1876,0.5678,81.6198,0.0000,14.4312,10.5006,56.6880,18591.9843,18591.9843,18591.9843 -811.5000,1.0000,10408.6549,58.2555,58.5316,0.3703,0.0000,5,1557.8320,568.8790,805.6910,-100.9726,92.8045,131.4370,-16.4722,1.9050,85.4058,0.0000,0.0000,5.4937,85.5190,-1.0415,0.0000,86.5606,0.0000,86.5606,6.6509,79.9096,0.0000,79.9096,0.5318,79.3778,0.0000,15.5195,10.7584,53.0999,18263.1497,18263.1497,18263.1497 -812.5000,1.0000,10425.0607,59.4515,59.5906,0.2942,0.0000,5,1591.2110,501.0845,798.6998,-102.9522,83.4963,133.0883,-17.1551,1.3159,76.5998,0.0000,0.0000,5.5807,76.5661,-1.0160,0.0000,77.5821,0.0000,77.5821,6.6262,70.9559,0.0000,70.9559,0.4312,70.5247,0.0000,16.4943,10.9792,43.0512,16638.7750,16638.7750,16638.7750 -813.5000,1.0000,10441.7703,60.5450,60.7186,0.3133,0.0000,5,1622.9115,522.8796,784.8131,-104.2894,88.8639,133.3797,-17.7241,1.8173,81.3575,0.0000,0.0000,5.6891,81.5123,-1.0592,0.0000,82.5715,0.0000,82.5715,6.8015,75.7700,0.0000,75.7700,0.4677,75.3023,0.0000,17.4214,11.1812,46.6997,17665.8726,17665.8726,17665.8726 -814.5000,1.0000,10458.6371,61.1110,60.7226,0.0011,0.0000,5,1649.1190,240.9878,789.3401,-105.2227,41.6175,136.3154,-18.1715,0.8075,35.0322,0.0000,0.0000,5.7779,35.2004,-0.8349,0.0000,36.0352,0.0000,36.0352,6.6677,29.3675,0.0000,29.3675,0.0017,29.3659,0.0000,17.9130,11.2857,0.1671,8795.4261,8795.4261,8795.4261 -815.5000,1.0000,10475.4825,61.0335,60.5636,-0.0442,0.0000,5,1656.3670,195.5419,707.7551,-105.4809,33.9176,122.7632,-18.2961,-0.0737,28.2503,0.0000,0.0000,5.7410,28.2748,-0.7986,0.0000,29.0734,0.0000,29.0734,6.6592,22.4141,0.0000,22.4141,-0.0665,22.4806,0.0000,17.8450,11.2714,-6.6358,7402.8233,7402.8233,7402.8233 -816.5000,1.0000,10492.3047,60.9505,60.5566,-0.0019,0.0000,5,1642.1760,227.8339,683.8466,-104.9755,39.1802,117.5999,-18.0525,-1.3580,34.8386,0.0000,0.0000,5.6996,34.5549,-0.8289,0.0000,35.3838,0.0000,35.3838,6.6502,28.7336,0.0000,28.7336,-0.0029,28.7366,0.0000,17.7723,11.2561,-0.2917,8346.7824,8346.7824,8346.7824 -817.5000,1.0000,10509.1307,60.9640,60.5906,0.0094,0.0000,5,1648.2415,252.9248,714.9788,-105.1915,43.6557,123.4078,-18.1564,1.9770,35.8730,0.0000,0.0000,5.8057,36.2880,-0.8379,0.0000,37.1258,0.0000,37.1258,6.6517,30.4742,0.0000,30.4742,0.0142,30.4600,0.0000,17.7841,11.2585,1.4174,9168.2746,9168.2746,9168.2746 -818.5000,1.0000,10525.9981,61.1130,60.8546,0.0733,0.0000,5,1663.9965,296.9061,710.6650,-105.7526,51.7369,123.8357,-18.4277,-0.3859,46.3263,0.0000,0.0000,5.7965,46.1215,-0.8900,0.0000,47.0116,0.0000,47.0116,6.6679,40.3437,0.0000,40.3437,0.1105,40.2332,0.0000,17.9149,11.2861,11.0323,10752.6938,10752.6938,10752.6938 -819.5000,1.0000,10542.9507,61.4200,61.2046,0.0972,0.0000,5,1666.4380,324.2515,730.1646,-105.8395,56.5848,127.4203,-18.4699,0.6363,50.1175,0.0000,0.0000,5.8310,50.1616,-0.9156,0.0000,51.0772,0.0000,51.0772,6.7014,44.3758,0.0000,44.3758,0.1472,44.2286,0.0000,18.1863,11.3428,14.6996,11634.4645,11634.4645,11634.4645 -820.5000,1.0000,10559.9709,61.6630,61.3406,0.0378,0.0000,5,1679.2935,272.2150,740.0458,-106.2973,47.8704,130.1409,-18.6929,0.6845,41.3170,0.0000,0.0000,5.8690,41.4346,-0.8757,0.0000,42.3103,0.0000,42.3103,6.7279,35.5824,0.0000,35.5824,0.0574,35.5249,0.0000,18.4029,11.3876,5.7344,10036.0541,10036.0541,10036.0541 -821.5000,1.0000,10577.0615,61.9165,61.7116,0.1031,0.0000,5,1691.2335,328.6484,728.0826,-106.7226,58.2055,128.9475,-18.9012,0.5507,51.7464,0.0000,0.0000,5.9083,51.7536,-0.9321,0.0000,52.6857,0.0000,52.6857,6.7556,45.9302,0.0000,45.9302,0.1573,45.7729,0.0000,18.6309,11.4344,15.7075,11987.3106,11987.3106,11987.3106 -822.5000,1.0000,10594.2378,62.2250,61.9576,0.0683,0.0000,5,1692.1490,296.3292,737.9690,-106.7552,52.5100,130.7692,-18.9172,-0.4559,47.0653,0.0000,0.0000,5.9006,46.8506,-0.9127,0.0000,47.7633,0.0000,47.7633,6.7892,40.9740,0.0000,40.9740,0.1048,40.8692,0.0000,18.9107,11.4914,10.4671,10934.9619,10934.9619,10934.9619 -823.5000,1.0000,10611.4871,62.4880,62.2376,0.0778,0.0000,5,1689.2115,309.7323,732.3373,-106.6505,54.7897,129.5459,-18.8658,0.1504,48.7343,0.0000,0.0000,5.9051,48.6671,-0.9263,0.0000,49.5934,0.0000,49.5934,6.8179,42.7755,0.0000,42.7755,0.1198,42.6556,0.0000,19.1515,11.5400,11.9641,11342.0566,11342.0566,11342.0566 -824.5000,1.0000,10628.8050,62.7350,62.4516,0.0594,0.0000,5,1697.0700,296.3176,740.0820,-106.9304,52.6606,131.5250,-19.0033,0.6679,46.0689,0.0000,0.0000,5.9238,46.1641,-0.9180,0.0000,47.0821,0.0000,47.0821,6.8449,40.2372,0.0000,40.2372,0.0919,40.1452,0.0000,19.3795,11.5856,9.1802,10969.8098,10969.8098,10969.8098 -825.5000,1.0000,10646.1785,62.9350,62.6376,0.0517,0.0000,5,1701.9150,298.5732,732.9475,-107.1029,53.2130,130.6289,-19.0883,-0.1635,45.3311,0.0000,0.0000,8.0453,45.2226,-0.9166,0.0000,46.1393,0.0000,46.1393,6.8667,39.2726,0.0000,39.2726,0.0802,39.1924,0.0000,19.5654,11.6225,8.0045,11076.1611,11076.1611,11076.1611 -826.5000,1.0000,10663.6095,63.1420,62.8656,0.0633,0.0000,5,1711.5280,314.7512,743.2437,-107.4453,56.4131,133.2122,-19.2575,1.1748,47.0990,0.0000,0.0000,8.1394,47.3211,-0.9308,0.0000,48.2519,0.0000,48.2519,6.8893,41.3627,0.0000,41.3627,0.0986,41.2641,0.0000,19.7591,11.6608,9.8442,11681.6010,11681.6010,11681.6010 -827.5000,1.0000,10681.1100,63.3920,63.1376,0.0756,0.0000,5,1721.0650,320.1593,741.6330,-107.7849,57.7021,133.6642,-19.4260,-0.1733,49.7340,0.0000,0.0000,8.1415,49.5802,-0.9466,0.0000,50.5268,0.0000,50.5268,6.9166,43.6102,0.0000,43.6102,0.1181,43.4921,0.0000,19.9948,11.7069,11.7904,11925.2200,11925.2200,11925.2200 -828.5000,1.0000,10698.6843,63.6580,63.3976,0.0722,0.0000,5,1729.2290,322.9097,751.7176,-108.0757,58.4739,136.1244,-19.5708,1.0411,49.2513,0.0000,0.0000,8.1814,49.4296,-0.9504,0.0000,50.3801,0.0000,50.3801,6.9456,43.4345,0.0000,43.4345,0.1134,43.3211,0.0000,20.2475,11.7561,11.3176,12071.2886,12071.2886,12071.2886 -829.5000,1.0000,10716.3247,63.8960,63.6136,0.0600,0.0000,5,1738.3080,307.9502,747.9569,-108.3990,56.0578,136.1545,-19.7324,-0.0774,47.9333,0.0000,0.0000,8.2019,47.8324,-0.9465,0.0000,48.7790,0.0000,48.7790,6.9716,41.8074,0.0000,41.8074,0.0945,41.7129,0.0000,20.4754,11.8000,9.4374,11634.6250,11634.6250,11634.6250 -830.5000,1.0000,10733.9707,63.9160,63.4376,-0.0489,0.0000,5,1730.1060,210.2121,739.1814,-108.1069,38.0854,133.9221,-19.5864,-0.7944,30.7335,0.0000,0.0000,8.1464,30.6428,-0.8601,0.0000,31.5029,0.0000,31.5029,6.9737,24.5291,0.0000,24.5291,-0.0770,24.6062,0.0000,20.4946,11.8037,-7.6922,8249.6894,8249.6894,8249.6894 -831.5000,1.0000,10751.5514,63.6810,63.1436,-0.0817,0.0000,5,1722.5910,184.4589,717.1989,-107.8393,33.2744,129.3750,-19.4531,-0.0040,25.1613,0.0000,0.0000,8.1172,25.2189,-0.8286,0.0000,26.0475,0.0000,26.0475,6.9481,19.0994,0.0000,19.0994,-0.1282,19.2276,0.0000,20.2695,11.7603,-12.8022,7365.1648,7365.1648,7365.1648 -832.5000,1.0000,10769.0630,63.4320,62.9396,-0.0567,0.0000,5,1722.5530,193.1306,710.4791,-107.8379,34.8379,128.1600,-19.4524,0.0000,28.8416,0.0000,0.0000,5.9963,28.8881,-0.8428,0.0000,29.7308,0.0000,29.7308,6.9209,22.8099,0.0000,22.8099,-0.0886,22.8985,0.0000,20.0326,11.7143,-8.8484,7648.3794,7648.3794,7648.3794 -833.5000,1.0000,10786.4921,63.1350,62.5496,-0.1083,0.0000,5,1717.8225,144.2589,708.3906,-107.6695,25.9507,127.4323,-19.3687,-0.4990,20.4930,0.0000,0.0000,5.9567,20.4999,-0.7952,0.0000,21.2952,0.0000,21.2952,6.8885,14.4066,0.0000,14.4066,-0.1686,14.5753,0.0000,19.7527,11.6595,-16.8369,6058.8326,6058.8326,6058.8326 -834.5000,1.0000,10803.7962,62.6855,62.0406,-0.1414,0.0000,5,1704.8905,112.0037,689.8091,-107.2089,19.9967,123.1556,-19.1406,-0.8587,14.9653,0.0000,0.0000,5.8901,14.9540,-0.7595,0.0000,15.7135,0.0000,15.7135,6.8395,8.8740,0.0000,8.8740,-0.2185,9.0925,0.0000,19.3339,11.5765,-21.8178,4979.8441,4979.8441,4979.8441 -835.5000,1.0000,10820.9436,62.1210,61.4206,-0.1722,0.0000,5,1688.6400,83.4244,676.3911,-106.6302,14.7523,119.6089,-18.8558,-0.8347,9.7407,0.0000,0.0000,5.8463,9.7429,-0.7235,0.0000,10.4663,0.0000,10.4663,6.7779,3.6884,0.0000,3.6884,-0.2638,3.9522,0.0000,18.8164,11.4722,-26.3364,4222.1683,4222.1683,4222.1683 -836.5000,1.0000,10837.9277,61.5330,60.8646,-0.1544,0.0000,5,1674.8685,98.2073,665.7694,-106.1397,17.2248,116.7705,-18.6160,-0.5886,11.9977,0.0000,0.0000,5.8157,12.0110,-0.7249,0.0000,12.7358,0.0000,12.7358,6.7137,6.0221,0.0000,6.0221,-0.2343,6.2564,0.0000,18.2871,11.3636,-23.3943,4466.3735,4466.3735,4466.3735 -837.5000,1.0000,10854.7333,60.8905,60.1356,-0.2025,0.0000,5,1670.4050,58.1418,673.2245,-105.9808,10.1704,117.7634,-18.5386,0.1291,4.2380,0.0000,0.0000,5.8033,4.2667,-0.6852,0.0000,4.9519,0.0000,4.9519,6.6436,-1.6917,0.0000,-1.6917,-0.3040,-1.3877,0.0000,17.7205,11.2450,-30.3532,3676.6461,3676.6461,3676.6461 -838.5000,1.0000,10871.3761,60.3045,59.6926,-0.1231,0.0000,5,1651.4075,112.9056,641.0188,-105.3042,19.5253,110.8546,-18.2108,-2.0543,15.8933,0.0000,0.0000,5.6863,15.7562,-0.7231,0.0000,16.4793,0.0000,16.4793,6.5797,9.8996,0.0000,9.8996,-0.1830,10.0826,0.0000,17.2134,11.1367,-18.2675,4814.5398,4814.5398,4814.5398 -839.5000,1.0000,10887.8754,59.7880,59.1026,-0.1639,0.0000,5,1628.9765,86.2879,663.0949,-104.5054,14.7195,113.1147,-17.8272,-0.2175,9.2620,0.0000,0.0000,5.6751,9.2955,-0.6818,0.0000,9.9773,0.0000,9.9773,6.5233,3.4540,0.0000,3.4540,-0.2416,3.6955,0.0000,16.7750,11.0414,-24.1209,4095.0647,4095.0647,4095.0647 -840.5000,1.0000,10904.2088,59.1905,58.4976,-0.1681,0.0000,5,1616.2355,75.8586,645.3890,-104.0517,12.8392,109.2332,-17.6109,-1.0488,8.2793,0.0000,0.0000,5.6087,8.2674,-0.6667,0.0000,8.9342,0.0000,8.9342,6.4582,2.4760,0.0000,2.4760,-0.2452,2.7212,0.0000,16.2771,10.9310,-24.4869,3858.4882,3858.4882,3858.4882 -841.5000,1.0000,10920.3999,58.6785,58.0786,-0.1164,0.0000,5,1591.8215,118.0699,631.6201,-102.9884,19.6817,105.2880,-17.1677,-1.3537,15.5019,0.0000,0.0000,5.5334,15.4221,-0.6944,0.0000,16.1165,0.0000,16.1165,6.4023,9.7143,0.0000,9.7143,-0.1684,9.8826,0.0000,15.8582,10.8365,-16.8120,4773.4380,4773.4380,4773.4380 -842.5000,1.0000,10936.5095,58.3850,57.9106,-0.0467,0.0000,5,1576.6385,185.6301,648.9808,-102.0879,30.6485,107.1501,-16.8553,-0.1293,25.2452,0.0000,0.0000,5.5326,25.2602,-0.7393,0.0000,25.9995,0.0000,25.9995,6.3703,19.6292,0.0000,19.6292,-0.0672,19.6964,0.0000,15.6212,10.7823,-6.7071,6719.6614,6719.6614,6719.6614 -843.5000,1.0000,10952.6045,58.3325,57.9736,0.0175,0.0000,5,1578.1260,243.5752,673.4782,-102.1762,40.2535,111.2997,-16.8857,0.2736,34.4264,0.0000,0.0000,5.5535,34.4694,-0.7850,0.0000,35.2543,0.0000,35.2543,6.3645,28.8898,0.0000,28.8898,0.0252,28.8646,0.0000,15.5791,10.7726,2.5129,8477.6112,8477.6112,8477.6112 -844.5000,1.0000,10968.7233,58.4180,58.0816,0.0300,0.0000,5,1580.9490,253.3625,690.6777,-102.3436,41.9458,114.3462,-16.9437,0.0000,36.4050,0.0000,0.0000,5.5408,36.3714,-0.7960,0.0000,37.1673,0.0000,37.1673,6.3739,30.7935,0.0000,30.7935,0.0432,30.7503,0.0000,15.6477,10.7884,4.3142,8804.1412,8804.1412,8804.1412 -845.5000,1.0000,10984.8704,58.5200,58.1776,0.0267,0.0000,5,1582.2080,251.4723,695.0381,-102.4183,41.6661,115.1598,-16.9695,0.1223,36.0071,0.0000,0.0000,5.5366,36.0062,-0.7958,0.0000,36.8020,0.0000,36.8020,6.3850,30.4170,0.0000,30.4170,0.0385,30.3785,0.0000,15.7298,10.8072,3.8415,8753.2935,8753.2935,8753.2935 -846.5000,1.0000,11001.0403,58.6020,58.2456,0.0189,0.0000,5,1588.1970,246.0003,698.1867,-102.7735,40.9137,116.1193,-17.0928,0.4613,34.8890,0.0000,0.0000,5.5634,34.9726,-0.7919,0.0000,35.7645,0.0000,35.7645,6.3939,29.3706,0.0000,29.3706,0.0273,29.3433,0.0000,15.7960,10.8223,2.7249,8621.9631,8621.9631,8621.9631 -847.5000,1.0000,11017.1904,58.5310,58.0356,-0.0583,0.0000,5,1597.2380,177.0491,698.5270,-103.3097,29.6136,116.8373,-17.2798,0.4229,23.6050,0.0000,0.0000,5.5858,23.7112,-0.7339,0.0000,24.4451,0.0000,24.4451,6.3862,18.0589,0.0000,18.0589,-0.0842,18.1431,0.0000,15.7387,10.8092,-8.4049,6559.0990,6559.0990,6559.0990 -848.5000,1.0000,11033.2609,58.2440,57.6716,-0.1011,0.0000,5,1588.4260,129.9128,663.2468,-102.7870,21.6096,110.3242,-17.0976,-1.2801,17.3701,0.0000,0.0000,5.5196,17.2806,-0.6967,0.0000,17.9773,0.0000,17.9773,6.3549,11.6225,0.0000,11.6225,-0.1452,11.7676,0.0000,15.5085,10.7562,-14.4970,5111.1946,5111.1946,5111.1946 -849.5000,1.0000,11049.2399,57.9150,57.3776,-0.0817,0.0000,5,1575.3030,153.4494,653.2660,-102.0087,25.3138,107.7662,-16.8279,0.0000,19.7476,0.0000,0.0000,5.5662,19.7979,-0.7040,0.0000,20.5019,0.0000,20.5019,6.3190,14.1829,0.0000,14.1829,-0.1166,14.2995,0.0000,15.2471,10.6955,-11.6430,5752.8711,5752.8711,5752.8711 -850.5000,1.0000,11065.0862,57.4370,56.7156,-0.1839,0.0000,5,1570.3060,59.8016,655.5283,-101.7124,9.8339,107.7964,-16.7258,-0.4819,4.8494,0.0000,0.0000,5.4664,4.8620,-0.6245,0.0000,5.4865,0.0000,5.4865,6.2668,-0.7803,0.0000,-0.7803,-0.2604,-0.5199,0.0000,14.8731,10.6072,-26.0002,3424.1141,3424.1141,3424.1141 -851.5000,1.0000,11080.7253,56.6910,55.8856,-0.2306,0.0000,5,1550.6600,11.2147,611.4434,-100.5472,1.8211,99.2891,-16.3273,-1.3950,-2.1753,0.0000,0.0000,5.3914,-2.1707,-0.6296,0.0000,-1.5411,0.0000,-1.5411,6.1854,-7.7265,0.0000,-7.7265,-0.3222,-7.4043,0.0000,14.3013,10.4694,-32.1750,2481.8941,2481.8941,2481.8941 -852.5000,1.0000,11096.1074,55.7660,54.8656,-0.2833,0.0000,5,1526.2070,-34.4186,589.7654,-99.0970,-5.5009,94.2587,-15.8381,-0.9189,-9.8950,0.0000,0.0000,5.3130,-9.9222,-0.6335,0.0000,-9.2886,0.0000,-9.2886,6.0845,-15.3731,0.0000,-15.3731,-0.3896,-14.9836,0.0000,13.6131,10.2986,-38.8952,1423.7134,1423.7134,1423.7134 -853.5000,1.0000,11111.2106,54.7620,53.8776,-0.2744,0.0000,5,1502.0980,-32.3286,561.5858,-97.6671,-5.0853,88.3371,-15.3630,-1.3196,-9.0076,0.0000,0.0000,5.2419,-9.0030,-0.6148,0.0000,-8.3882,0.0000,-8.3882,5.9750,-14.3631,0.0000,-14.3631,-0.3705,-13.9926,0.0000,12.8909,10.1132,-36.9967,1418.4093,1418.4093,1418.4093 -854.5000,1.0000,11126.0248,53.7215,52.7846,-0.3036,0.0000,5,1474.7465,-59.6998,553.4829,-96.0449,-9.2197,85.4772,-14.8327,-1.1816,-13.1911,0.0000,0.0000,5.1529,-13.2088,-0.6085,0.0000,-12.6003,0.0000,-12.6003,5.8614,-18.4617,0.0000,-18.4617,-0.4021,-18.0596,0.0000,12.1703,9.9210,-40.1509,746.5099,746.5099,746.5099 -855.5000,1.0000,11140.5755,52.7730,51.9806,-0.2233,0.0000,5,1445.0295,4.9795,529.9799,-94.2825,0.7535,80.1982,-14.2671,-1.4793,-2.8422,0.0000,0.0000,5.0751,-2.8310,-0.5675,0.0000,-2.2635,0.0000,-2.2635,5.7580,-8.0214,0.0000,-8.0214,-0.2906,-7.7308,0.0000,11.5364,9.7459,-29.0131,2129.3646,2129.3646,2129.3646 -856.5000,1.0000,11154.8966,51.9465,51.1316,-0.2358,0.0000,5,1420.6150,-2.4414,553.3079,-92.8345,-0.3632,82.3137,-13.8107,-0.6756,-4.7416,0.0000,0.0000,5.0540,-4.7546,-0.5593,0.0000,-4.1953,0.0000,-4.1953,5.6678,-9.8630,0.0000,-9.8630,-0.3020,-9.5610,0.0000,11.0029,9.5932,-30.1572,1935.2728,1935.2728,1935.2728 -857.5000,1.0000,11169.0344,51.2865,50.6606,-0.1308,0.0000,5,1401.5410,84.8980,541.7676,-91.7033,12.4604,79.5147,-13.4592,-0.9752,8.4587,0.0000,0.0000,4.9768,8.4291,-0.5432,0.0000,8.9723,0.0000,8.9723,5.5958,3.3765,0.0000,3.3765,-0.1654,3.5420,0.0000,10.5884,9.4713,-16.5177,3404.1506,3404.1506,3404.1506 -858.5000,1.0000,11183.0592,50.8795,50.3176,-0.0953,0.0000,5,1385.2900,118.3976,576.0232,-90.7395,17.1756,83.5621,-13.1633,-0.4186,12.6765,0.0000,0.0000,4.9177,12.6742,-0.5586,0.0000,13.2328,0.0000,13.2328,5.5514,7.6815,0.0000,7.6815,-0.1195,7.8010,0.0000,10.3382,9.3962,-11.9334,4076.4142,4076.4142,4076.4142 -859.5000,1.0000,11197.0142,50.6285,50.1586,-0.0442,0.0000,5,1376.4780,163.0468,587.4471,-90.2168,23.5023,84.6772,-13.0043,-0.3289,18.9374,0.0000,0.0000,4.8938,18.9136,-0.5864,0.0000,19.5000,0.0000,19.5000,5.5240,13.9760,0.0000,13.9760,-0.0551,14.0312,0.0000,10.1858,9.3498,-5.5045,5214.9923,5214.9923,5214.9923 -860.5000,1.0000,11210.9841,50.6820,50.4246,0.0739,0.0000,5,1366.8650,268.1998,601.7335,-89.6467,38.3895,86.1308,-12.8318,-0.4803,33.9873,0.0000,0.0000,4.8825,33.7564,-0.6622,0.0000,34.4186,0.0000,34.4186,5.5298,28.8888,0.0000,28.8888,0.0923,28.7965,0.0000,10.2182,9.3597,9.2185,7943.7928,7943.7928,7943.7928 -861.5000,1.0000,11225.0566,51.0515,50.8976,0.1314,0.0000,5,1366.1020,327.0945,649.8729,-89.6015,46.7934,92.9694,-12.8182,0.4160,41.4539,0.0000,0.0000,4.9235,41.4125,-0.7063,0.0000,42.1188,0.0000,42.1188,5.5701,36.5487,0.0000,36.5487,0.1654,36.3833,0.0000,10.4435,9.4279,16.5119,9499.2649,9499.2649,9499.2649 -862.5000,1.0000,11239.2911,51.6345,51.5906,0.1925,0.0000,5,1379.7205,385.0322,676.8773,-90.4091,55.6310,97.7979,-13.0627,0.7337,49.9516,0.0000,0.0000,4.9456,49.9301,-0.7580,0.0000,50.6881,0.0000,50.6881,5.6337,45.0544,0.0000,45.0544,0.2451,44.8093,0.0000,10.8056,9.5356,24.4681,11197.2904,11197.2904,11197.2904 -863.5000,1.0000,11253.7238,52.3480,52.3246,0.2039,0.0000,5,1400.8925,398.0838,704.6936,-91.6648,58.3993,103.3793,-13.4473,1.0765,52.2947,0.0000,0.0000,5.0281,52.3945,-0.7812,0.0000,53.1758,0.0000,53.1758,5.7116,47.4642,0.0000,47.4642,0.2631,47.2010,0.0000,11.2598,9.6674,26.2738,11736.4235,11736.4235,11736.4235 -864.5000,1.0000,11268.3832,53.1645,53.2236,0.2497,0.0000,5,1425.8410,440.4576,713.8005,-93.1445,65.7664,106.5802,-13.9077,1.0889,59.5776,0.0000,0.0000,5.0999,59.5933,-0.8300,0.0000,60.4234,0.0000,60.4234,5.8007,54.6227,0.0000,54.6227,0.3273,54.2954,0.0000,11.7952,9.8182,32.6820,13097.6872,13097.6872,13097.6872 -865.5000,1.0000,11283.2963,54.0775,54.1506,0.2575,0.0000,5,1447.9665,449.9158,731.9821,-94.4567,68.2211,110.9910,-14.3225,0.8616,62.1941,0.0000,0.0000,5.1654,62.0782,-0.8566,0.0000,62.9348,0.0000,62.9348,5.9127,57.0221,0.0000,57.0221,0.3433,56.6788,0.0000,12.4135,9.9868,34.2786,13547.7044,13547.7044,13547.7044 -866.5000,1.0000,11298.4798,55.0510,55.1706,0.2833,0.0000,5,1471.0460,478.3316,741.4363,-95.8255,73.6858,114.2165,-14.7617,1.2096,67.2367,0.0000,0.0000,5.2395,67.2260,-0.8978,0.0000,68.1238,0.0000,68.1238,6.0800,62.0438,0.0000,62.0438,0.3846,61.6593,0.0000,13.0962,10.1666,38.3965,14604.1890,14604.1890,14604.1890 -867.5000,1.0000,11313.9173,55.9655,55.9796,0.2247,0.0000,5,1494.8500,426.9890,753.6595,-97.2372,66.8410,117.9781,-15.2215,0.9560,60.6076,0.0000,0.0000,5.2774,60.5919,-0.8787,0.0000,61.4707,0.0000,61.4707,6.1063,55.3644,0.0000,55.3644,0.3101,55.0543,0.0000,13.7592,10.3354,30.9596,13387.9639,13387.9639,13387.9639 -868.5000,1.0000,11329.5761,56.7620,56.7636,0.2178,0.0000,5,1520.4470,423.8428,743.6343,-98.7553,67.4846,118.4021,-15.7239,1.4177,60.6869,0.0000,0.0000,5.3800,60.8726,-0.8929,0.0000,61.7654,0.0000,61.7654,6.1932,55.5723,0.0000,55.5723,0.3048,55.2675,0.0000,14.3550,10.4825,30.4299,13529.7234,13529.7234,13529.7234 -869.5000,1.0000,11345.4310,57.4680,57.3916,0.1744,0.0000,5,1546.1585,384.2040,744.9551,-100.2802,62.2077,120.6182,-16.2367,0.9997,55.7522,0.0000,0.0000,5.4559,55.8268,-0.8788,0.0000,56.7055,0.0000,56.7055,6.2702,50.4353,0.0000,50.4353,0.2472,50.1882,0.0000,14.8971,10.6129,24.6781,12573.7495,12573.7495,12573.7495 -870.5000,1.0000,11361.4728,58.1410,58.1096,0.1994,0.0000,5,1564.4690,407.3521,735.1163,-101.3662,66.7368,120.4347,-16.6069,0.7477,60.4980,0.0000,0.0000,5.4912,60.4258,-0.9129,0.0000,61.3387,0.0000,61.3387,6.3436,54.9951,0.0000,54.9951,0.2859,54.7092,0.0000,15.4268,10.7372,28.5452,13438.2223,13438.2223,13438.2223 -871.5000,1.0000,11377.7219,58.8870,58.8836,0.2150,0.0000,5,1586.4420,425.4177,750.6997,-102.6694,70.6754,124.7151,-17.0566,1.3826,63.7142,0.0000,0.0000,5.5787,63.8644,-0.9425,0.0000,64.8069,0.0000,64.8069,6.4250,58.3819,0.0000,58.3819,0.3121,58.0697,0.0000,16.0283,10.8750,31.1664,14182.6884,14182.6884,14182.6884 -872.5000,1.0000,11394.1524,59.5405,59.4166,0.1481,0.0000,5,1599.4885,363.1752,750.5112,-103.4431,60.8311,125.7092,-17.3265,-0.1124,55.3544,0.0000,0.0000,5.5892,55.0683,-0.9089,0.0000,55.9772,0.0000,55.9772,6.4963,49.4808,0.0000,49.4808,0.2173,49.2635,0.0000,16.5675,10.9957,21.7003,12375.3828,12375.3828,12375.3828 -873.5000,1.0000,11410.7232,60.0450,59.8926,0.1322,0.0000,5,1613.5270,357.3543,743.1927,-103.9552,60.3815,125.5759,-17.5651,1.5045,53.1743,0.0000,0.0000,5.7027,53.4628,-0.9092,0.0000,54.3720,0.0000,54.3720,6.5514,47.8206,0.0000,47.8206,0.1957,47.6248,0.0000,16.9921,11.0888,19.5439,12294.0587,12294.0587,12294.0587 -874.5000,1.0000,11427.3740,60.3335,59.9936,0.0281,0.0000,5,1632.8680,259.7731,738.3557,-104.6440,44.4195,126.2541,-17.8934,0.4169,38.2686,0.0000,0.0000,5.7340,38.3339,-0.8376,0.0000,39.1715,0.0000,39.1715,6.5829,32.5887,0.0000,32.5887,0.0417,32.5469,0.0000,17.2380,11.1421,4.1668,9302.4282,9302.4282,9302.4282 -875.5000,1.0000,11443.9752,60.1545,59.5346,-0.1275,0.0000,5,1634.7755,119.1107,707.4509,-104.7119,20.3910,121.1109,-17.9260,-0.2259,14.9351,0.0000,0.0000,5.6817,14.9717,-0.7166,0.0000,15.6883,0.0000,15.6883,6.5633,9.1250,0.0000,9.1250,-0.1891,9.3141,0.0000,17.0853,11.1090,-18.8802,4948.8673,4948.8673,4948.8673 -876.5000,1.0000,11460.4077,59.5475,58.7796,-0.2097,0.0000,5,1621.5385,40.7197,656.7555,-104.2405,6.9145,111.5218,-17.7008,-1.0940,2.3518,0.0000,0.0000,5.6567,2.3508,-0.6667,0.0000,3.0175,0.0000,3.0175,6.4971,-3.4796,0.0000,-3.4796,-0.3079,-3.1717,0.0000,16.5737,10.9970,-30.7424,3210.7829,3210.7829,3210.7829 -877.5000,1.0000,11476.6520,58.8700,58.1796,-0.1667,0.0000,5,1603.6470,78.4843,629.7617,-103.6033,13.1801,105.7581,-17.3985,-0.6800,8.2463,0.0000,0.0000,5.6138,8.2529,-0.6614,0.0000,8.9142,0.0000,8.9142,6.4232,2.4910,0.0000,2.4910,-0.2419,2.7329,0.0000,16.0142,10.8718,-24.1531,3876.4067,3876.4067,3876.4067 -878.5000,1.0000,11492.8013,58.5280,58.0956,-0.0233,0.0000,5,1587.7010,202.0085,634.4143,-102.7440,33.5867,105.4800,-17.0826,-0.8815,28.9200,0.0000,0.0000,5.5482,28.7760,-0.7594,0.0000,29.5354,0.0000,29.5354,6.3859,23.1495,0.0000,23.1495,-0.0337,23.1832,0.0000,15.7363,10.8087,-3.3618,7258.7413,7258.7413,7258.7413 -879.5000,1.0000,11508.9440,58.5040,58.1316,0.0100,0.0000,5,1578.5455,236.7055,677.2135,-102.2010,39.1286,111.9467,-16.8943,-0.0111,33.5885,0.0000,0.0000,5.5511,33.5758,-0.7832,0.0000,34.3590,0.0000,34.3590,6.3832,27.9758,0.0000,27.9758,0.0144,27.9613,0.0000,15.7169,10.8042,1.4402,8264.6730,8264.6730,8264.6730 -880.5000,1.0000,11525.1072,58.5780,58.2436,0.0311,0.0000,5,1580.7580,256.6272,690.0391,-102.3323,42.4812,114.2267,-16.9397,0.2259,36.6978,0.0000,0.0000,5.5575,36.7167,-0.8003,0.0000,37.5170,0.0000,37.5170,6.3913,31.1257,0.0000,31.1257,0.0449,31.0808,0.0000,15.7767,10.8179,4.4862,8905.3932,8905.3932,8905.3932 -881.5000,1.0000,11541.3142,58.7355,58.4466,0.0564,0.0000,5,1581.1395,278.0912,693.7023,-102.3549,46.0454,114.8608,-16.9476,-0.1889,40.6924,0.0000,0.0000,5.5419,40.5722,-0.8224,0.0000,41.3946,0.0000,41.3946,6.4085,34.9861,0.0000,34.9861,0.0817,34.9044,0.0000,15.9043,10.8470,8.1531,9582.1588,9582.1588,9582.1588 -882.5000,1.0000,11557.5813,58.9520,58.6766,0.0639,0.0000,5,1586.0990,289.5052,707.3887,-102.6490,48.0856,117.4944,-17.0496,0.6726,41.8312,0.0000,0.0000,5.5818,41.9315,-0.8328,0.0000,42.7643,0.0000,42.7643,6.4321,36.3322,0.0000,36.3322,0.0929,36.2394,0.0000,16.0808,10.8870,9.2716,9974.2498,9974.2498,9974.2498 -883.5000,1.0000,11573.9081,59.1670,58.8766,0.0556,0.0000,5,1603.7235,282.7510,716.5868,-103.6061,47.4856,120.3447,-17.3998,1.0557,40.7775,0.0000,0.0000,5.6524,40.9808,-0.8316,0.0000,41.8123,0.0000,41.8123,6.4556,35.3567,0.0000,35.3567,0.0810,35.2757,0.0000,16.2574,10.9267,8.0916,9875.2349,9875.2349,9875.2349 -884.5000,1.0000,11590.2923,59.3735,59.0896,0.0592,0.0000,5,1607.0805,278.7346,705.1843,-103.7256,46.9091,118.6776,-17.4563,-0.7266,42.0340,0.0000,0.0000,5.6017,41.7665,-0.8389,0.0000,42.6054,0.0000,42.6054,6.4781,36.1273,0.0000,36.1273,0.0866,36.0407,0.0000,16.4282,10.9648,8.6477,9766.2348,9766.2348,9766.2348 -885.5000,1.0000,11606.7368,59.5905,59.3106,0.0614,0.0000,5,1608.7205,289.4279,714.2304,-103.7840,48.7584,120.3227,-17.4840,0.8894,42.2079,0.0000,0.0000,5.6611,42.3656,-0.8456,0.0000,43.2111,0.0000,43.2111,6.5018,36.7093,0.0000,36.7093,0.0902,36.6191,0.0000,16.6090,11.0049,9.0053,10110.4920,10110.4920,10110.4920 -886.5000,1.0000,11623.2396,59.8005,59.5096,0.0553,0.0000,5,1620.3935,280.8690,715.5627,-104.1997,47.6599,121.4218,-17.6814,0.2657,41.7273,0.0000,0.0000,5.6668,41.7266,-0.8458,0.0000,42.5725,0.0000,42.5725,6.5247,36.0478,0.0000,36.0478,0.0815,35.9663,0.0000,16.7852,11.0437,8.1374,9903.8933,9903.8933,9903.8933 -887.5000,1.0000,11639.8228,60.0900,59.8896,0.1056,0.0000,5,1623.9795,326.0709,713.1541,-104.3274,55.4525,121.2809,-17.7422,0.0913,49.6925,0.0000,0.0000,5.6687,49.5638,-0.8902,0.0000,50.4540,0.0000,50.4540,6.5563,43.8977,0.0000,43.8977,0.1564,43.7414,0.0000,17.0303,11.0971,15.6139,11387.5380,11387.5380,11387.5380 -888.5000,1.0000,11656.5101,60.4645,60.2586,0.1025,0.0000,5,1619.2110,324.4882,722.3542,-104.1576,55.0213,122.4848,-17.6613,-0.5652,49.9533,0.0000,0.0000,5.6332,49.6266,-0.8968,0.0000,50.5234,0.0000,50.5234,6.5972,43.9262,0.0000,43.9262,0.1528,43.7734,0.0000,17.3507,11.1663,15.2565,11303.7456,11303.7456,11303.7456 -889.5000,1.0000,11673.3141,60.8850,60.7306,0.1311,0.0000,5,1629.5110,360.6236,735.6890,-104.5244,61.5375,125.5394,-17.8363,1.5995,54.2009,0.0000,0.0000,5.7371,54.5212,-0.9286,0.0000,55.4498,0.0000,55.4498,6.6430,48.8068,0.0000,48.8068,0.1968,48.6100,0.0000,17.7153,11.2440,19.6507,12511.0599,12511.0599,12511.0599 -890.5000,1.0000,11690.2325,61.2965,61.0816,0.0975,0.0000,5,1653.0100,326.2435,744.7028,-105.3613,56.4737,128.9101,-18.2383,0.7629,49.9472,0.0000,0.0000,5.7636,50.0311,-0.9129,0.0000,50.9439,0.0000,50.9439,6.6879,44.2560,0.0000,44.2560,0.1473,44.1087,0.0000,18.0768,11.3199,14.7119,11600.8115,11600.8115,11600.8115 -891.5000,1.0000,11707.2597,61.6885,61.5146,0.1203,0.0000,5,1664.9500,346.2857,736.3816,-105.7865,60.3760,128.3905,-18.4442,0.4524,54.1029,0.0000,0.0000,5.8207,54.0570,-0.9399,0.0000,54.9968,0.0000,54.9968,6.7307,48.2661,0.0000,48.2661,0.1829,48.0832,0.0000,18.4259,11.3923,18.2650,12336.1486,12336.1486,12336.1486 -892.5000,1.0000,11724.4065,62.1190,61.9426,0.1189,0.0000,5,1674.5250,346.9241,744.3317,-106.1275,60.8352,130.5229,-18.6101,0.5296,54.4967,0.0000,0.0000,5.8089,54.4766,-0.9494,0.0000,55.4260,0.0000,55.4260,6.7777,48.6483,0.0000,48.6483,0.1821,48.4662,0.0000,18.8144,11.4718,18.1800,12443.9336,12443.9336,12443.9336 -893.5000,1.0000,11741.6985,62.6415,62.5596,0.1714,0.0000,5,1685.2445,396.2024,746.7869,-106.5093,69.9212,131.7917,-18.7966,0.5764,63.4887,0.0000,0.0000,5.8561,63.3863,-1.0033,0.0000,64.3897,0.0000,64.3897,6.8347,57.5550,0.0000,57.5550,0.2647,57.2903,0.0000,19.2934,11.5683,26.4286,14179.3394,14179.3394,14179.3394 -894.5000,1.0000,11759.1899,63.3595,63.3786,0.2275,0.0000,5,1705.1955,451.8216,767.8411,-107.2198,80.6807,137.1116,-19.1460,1.5060,73.2328,0.0000,0.0000,5.9420,73.3762,-1.0662,0.0000,74.4424,0.0000,74.4424,6.9381,67.5042,0.0000,67.5042,0.3554,67.1489,0.0000,19.9648,11.7009,35.4832,16204.5754,16204.5754,16204.5754 -895.5000,1.0000,11776.8981,64.1400,64.1206,0.2061,0.0000,5,1723.5445,432.1049,779.0708,-107.8732,77.9902,140.6138,-19.4699,0.4199,71.6022,0.0000,0.0000,5.9681,71.3543,-1.0696,0.0000,72.4239,0.0000,72.4239,6.9982,65.4257,0.0000,65.4257,0.3259,65.0998,0.0000,20.7115,11.8451,32.5432,15709.2490,15709.2490,15709.2490 -896.5000,1.0000,11794.8154,64.8925,64.8836,0.2119,0.0000,5,1751.2780,446.0252,789.2394,-108.8609,81.7981,144.7413,-19.9644,2.5560,73.0591,0.0000,0.0000,6.1830,73.6178,-1.0943,0.0000,74.7121,0.0000,74.7121,7.0830,67.6290,0.0000,67.6290,0.3391,67.2899,0.0000,21.4491,11.9840,33.8568,16412.1286,16412.1286,16412.1286 -897.5000,1.0000,11812.9289,65.5990,65.5336,0.1806,0.0000,5,1788.3955,412.8442,792.0314,-110.1828,77.3176,148.3319,-20.6351,1.4664,69.6162,0.0000,0.0000,6.2350,69.7902,-1.0875,0.0000,70.8776,0.0000,70.8776,7.1574,63.7203,0.0000,63.7203,0.2920,63.4283,0.0000,22.1571,12.1145,29.1566,15635.4515,15635.4515,15635.4515 -898.5000,1.0000,11831.1965,66.1540,65.9936,0.1278,0.0000,5,1811.1315,365.8230,786.8796,-111.0143,69.3824,149.2406,-21.0551,1.0438,62.0118,0.0000,0.0000,6.3268,62.1172,-1.0586,0.0000,63.1758,0.0000,63.1758,7.2179,55.9579,0.0000,55.9579,0.2084,55.7495,0.0000,22.7240,12.2170,20.8085,14185.8667,14185.8667,14185.8667 -899.5000,1.0000,11849.5842,66.5860,66.3976,0.1122,0.0000,5,1817.0445,349.2831,772.0710,-111.2365,66.4618,146.9100,-21.1661,-0.3874,60.5542,0.0000,0.0000,6.2949,60.2557,-1.0570,0.0000,61.3127,0.0000,61.3127,7.2651,54.0477,0.0000,54.0477,0.1842,53.8634,0.0000,23.1720,12.2968,18.3946,13647.2304,13647.2304,13647.2304 -900.5000,1.0000,11868.0622,66.9110,66.6436,0.0683,0.0000,5,1808.6140,313.8369,767.0053,-110.9197,59.4400,145.2690,-21.0079,-0.5508,53.7552,0.0000,0.0000,6.2355,53.5095,-1.0288,0.0000,54.5382,0.0000,54.5382,7.3005,47.2377,0.0000,47.2377,0.1127,47.1250,0.0000,23.5128,12.3568,11.2554,12335.0443,12335.0443,12335.0443 -901.5000,1.0000,11886.6325,67.2435,67.0626,0.1164,0.0000,5,1817.2735,365.7409,771.1456,-111.2451,69.6021,146.7524,-21.1704,1.5198,61.7320,0.0000,0.0000,6.3502,62.0015,-1.0777,0.0000,63.0792,0.0000,63.0792,7.3368,55.7424,0.0000,55.7424,0.1930,55.5494,0.0000,23.8653,12.4182,19.2660,14228.9143,14228.9143,14228.9143 -902.5000,1.0000,11905.3116,67.6355,67.4276,0.1014,0.0000,5,1833.4480,348.1746,777.5861,-111.8529,66.8489,149.2952,-21.4756,0.2878,60.2080,0.0000,0.0000,6.3531,60.1297,-1.0754,0.0000,61.2051,0.0000,61.2051,7.3796,53.8255,0.0000,53.8255,0.1691,53.6565,0.0000,24.2850,12.4906,16.8809,13730.8653,13730.8653,13730.8653 -903.5000,1.0000,11924.0519,67.8555,67.5026,0.0208,0.0000,5,1841.1920,279.1324,777.2973,-112.1439,53.8193,149.8701,-21.6224,0.5866,46.8532,0.0000,0.0000,6.3794,46.9593,-1.0129,0.0000,47.9722,0.0000,47.9722,7.4036,40.5686,0.0000,40.5686,0.0349,40.5338,0.0000,24.5226,12.5312,3.4800,11307.7463,11307.7463,11307.7463 -904.5000,1.0000,11942.7228,67.6055,66.9276,-0.1597,0.0000,5,1839.8565,114.1048,757.3565,-112.0937,21.9845,145.9194,-21.5970,-0.7371,16.4011,0.0000,0.0000,6.3205,16.4127,-0.8540,0.0000,17.2668,0.0000,17.2668,7.3763,9.8905,0.0000,9.8905,-0.2662,10.1567,0.0000,24.2530,12.4851,-26.5813,5605.6965,5605.6965,5605.6965 -905.5000,1.0000,11961.2484,67.0825,66.4566,-0.1308,0.0000,5,1831.8455,139.6788,726.1070,-111.7927,26.7946,139.2894,-21.4452,-0.1673,20.6583,0.0000,0.0000,6.3037,20.7142,-0.8663,0.0000,21.5805,0.0000,21.5805,7.3192,14.2613,0.0000,14.2613,-0.2164,14.4777,0.0000,23.6943,12.3885,-21.6051,6405.3268,6405.3268,6405.3268 -906.5000,1.0000,11979.6062,66.4785,65.7196,-0.2047,0.0000,5,1817.8835,67.3080,720.1363,-111.2680,12.8133,137.0911,-21.1819,-1.3926,7.9724,0.0000,0.0000,6.2335,7.9619,-0.7910,0.0000,8.7528,0.0000,8.7528,7.2533,1.4995,0.0000,1.4995,-0.3355,1.8350,0.0000,23.0605,12.2769,-33.5024,4340.6500,4340.6500,4340.6500 -907.5000,1.0000,11997.7844,65.8320,65.1636,-0.1544,0.0000,5,1792.4770,108.6344,695.7665,-110.3281,20.3915,130.6008,-20.7094,-1.4235,15.6838,0.0000,0.0000,6.1312,15.6367,-0.8181,0.0000,16.4548,0.0000,16.4548,7.1828,9.2721,0.0000,9.2721,-0.2507,9.5227,0.0000,22.3939,12.1575,-25.0287,5212.1893,5212.1893,5212.1893 -908.5000,1.0000,12015.7837,65.1880,64.4316,-0.2033,0.0000,5,1772.5260,78.9208,702.7392,-109.6176,14.6492,130.4414,-20.3471,-0.7640,7.1628,0.0000,0.0000,8.2504,7.1747,-0.7639,0.0000,7.9386,0.0000,7.9386,7.1125,0.8261,0.0000,0.8261,-0.3268,1.1529,0.0000,21.7434,12.0386,-32.6291,4421.2828,4421.2828,4421.2828 -909.5000,1.0000,12033.5895,64.4910,63.7696,-0.1839,0.0000,5,1758.0300,92.9705,690.4813,-109.1014,17.1159,127.1179,-20.0856,-0.8072,9.7407,0.0000,0.0000,8.1825,9.7493,-0.7646,0.0000,10.5139,0.0000,10.5139,7.0365,3.4774,0.0000,3.4774,-0.2924,3.7698,0.0000,21.0533,11.9099,-29.1933,4656.7141,4656.7141,4656.7141 -910.5000,1.0000,12051.2064,63.8115,63.0726,-0.1936,0.0000,5,1745.4795,83.5544,691.4145,-108.6544,15.2726,126.3810,-19.8605,-0.5438,7.6621,0.0000,0.0000,8.1543,7.6818,-0.7423,0.0000,8.4241,0.0000,8.4241,6.9623,1.4617,0.0000,1.4617,-0.3046,1.7663,0.0000,20.3949,11.7844,-30.4129,4412.7597,4412.7597,4412.7597 -911.5000,1.0000,12068.6370,63.1405,62.4276,-0.1792,0.0000,5,1723.1635,86.8910,673.2636,-107.8597,15.6794,121.4899,-19.4632,-1.8246,9.4881,0.0000,0.0000,8.0160,9.4413,-0.7395,0.0000,10.1808,0.0000,10.1808,6.8891,3.2917,0.0000,3.2917,-0.2789,3.5706,0.0000,19.7581,11.6605,-27.8480,4395.6316,4395.6316,4395.6316 -912.5000,1.0000,12085.9305,62.6470,62.0856,-0.0950,0.0000,5,1697.8715,164.5895,672.5278,-106.9589,29.2641,119.5759,-19.0174,-0.8393,22.1552,0.0000,0.0000,7.9482,22.1105,-0.7950,0.0000,22.9055,0.0000,22.9055,6.8353,16.0702,0.0000,16.0702,-0.1467,16.2169,0.0000,19.2981,11.5694,-14.6505,6627.5286,6627.5286,6627.5286 -913.5000,1.0000,12103.1486,62.3755,61.8846,-0.0558,0.0000,5,1690.8140,202.6793,697.2409,-106.7076,35.8867,123.4546,-18.8938,0.1030,27.8334,0.0000,0.0000,7.9504,27.8946,-0.8195,0.0000,28.7141,0.0000,28.7141,6.8057,21.9085,0.0000,21.9085,-0.0859,21.9943,0.0000,19.0482,11.5192,-8.5731,7805.2177,7805.2177,7805.2177 -914.5000,1.0000,12120.2989,62.1315,61.5976,-0.0797,0.0000,5,1689.3265,178.7547,704.6421,-106.6546,31.6228,124.6553,-18.8678,-0.2572,23.9477,0.0000,0.0000,7.9323,23.9679,-0.7955,0.0000,24.7634,0.0000,24.7634,6.7790,17.9843,0.0000,17.9843,-0.1221,18.1065,0.0000,18.8256,11.4742,-12.1933,7035.7337,7035.7337,7035.7337 -915.5000,1.0000,12137.3579,61.8030,61.2276,-0.1028,0.0000,5,1675.2120,152.9750,688.7357,-106.1520,26.8361,120.8234,-18.6220,-1.1970,20.2019,0.0000,0.0000,7.8311,20.1218,-0.7704,0.0000,20.8923,0.0000,20.8923,6.7432,14.1491,0.0000,14.1491,-0.1566,14.3057,0.0000,18.5286,11.4135,-15.6364,6141.2374,6141.2374,6141.2374 -916.5000,1.0000,12154.3031,61.3930,60.7776,-0.1250,0.0000,5,1666.8955,128.3121,688.9098,-105.8558,22.3978,120.2540,-18.4779,0.3397,16.2813,0.0000,0.0000,5.7767,16.3737,-0.7445,0.0000,17.1183,0.0000,17.1183,6.6985,10.4198,0.0000,10.4198,-0.1892,10.6090,0.0000,18.1624,11.3378,-18.8911,5321.8160,5321.8160,5321.8160 -917.5000,1.0000,12171.1251,60.9495,60.3406,-0.1214,0.0000,5,1655.4895,120.1081,666.6384,-105.4496,20.8222,115.5701,-18.2810,-1.4970,16.6330,0.0000,0.0000,5.6862,16.5444,-0.7379,0.0000,17.2823,0.0000,17.2823,6.6501,10.6322,0.0000,10.6322,-0.1824,10.8146,0.0000,17.7716,11.2559,-18.2129,5042.0252,5042.0252,5042.0252 -918.5000,1.0000,12187.8005,60.4220,59.7226,-0.1717,0.0000,5,1635.8820,80.1143,665.3595,-104.7513,13.7243,113.9822,-17.9449,-0.4906,8.5690,0.0000,0.0000,5.6459,8.5873,-0.6888,0.0000,9.2761,0.0000,9.2761,6.5925,2.6836,0.0000,2.6836,-0.2557,2.9394,0.0000,17.3144,11.1584,-25.5335,3996.6130,3996.6130,3996.6130 -919.5000,1.0000,12204.3391,59.9295,59.3556,-0.1019,0.0000,5,1626.6500,139.5626,650.8172,-104.4226,23.7734,110.8618,-17.7876,-0.4344,18.5720,0.0000,0.0000,5.6358,18.5793,-0.7311,0.0000,19.3103,0.0000,19.3103,6.5388,12.7715,0.0000,12.7715,-0.1506,12.9222,0.0000,16.8942,11.0675,-15.0395,5534.4922,5534.4922,5534.4922 -920.5000,1.0000,12220.7722,59.5495,58.9626,-0.1092,0.0000,5,1617.8380,131.8778,666.1946,-104.1087,22.3427,112.8664,-17.6381,-0.4434,17.1793,0.0000,0.0000,5.6068,17.1887,-0.7177,0.0000,17.9064,0.0000,17.9064,6.4973,11.4091,0.0000,11.4091,-0.1603,11.5693,0.0000,16.5749,10.9973,-16.0029,5278.1360,5278.1360,5278.1360 -921.5000,1.0000,12237.1318,59.2850,58.8266,-0.0378,0.0000,5,1605.1350,192.0668,657.7782,-103.6563,32.2844,110.5655,-17.4235,-0.8122,27.5481,0.0000,0.0000,5.5485,27.4382,-0.7651,0.0000,28.2033,0.0000,28.2033,6.4685,21.7348,0.0000,21.7348,-0.0552,21.7900,0.0000,16.3548,10.9485,-5.5133,7035.9060,7035.9060,7035.9060 -922.5000,1.0000,12253.4989,59.3120,59.0166,0.0528,0.0000,5,1603.0365,279.2753,685.0205,-103.5816,46.8818,114.9941,-17.3882,0.6046,40.6618,0.0000,0.0000,5.6154,40.7523,-0.8328,0.0000,41.5851,0.0000,41.5851,6.4714,35.1137,0.0000,35.1137,0.0772,35.0366,0.0000,16.3772,10.9535,7.7059,9762.5530,9762.5530,9762.5530 -923.5000,1.0000,12269.9403,59.5795,59.3616,0.0958,0.0000,5,1609.2925,315.7727,708.9132,-103.8044,53.2155,119.4694,-17.4936,0.0113,47.5625,0.0000,0.0000,5.6417,47.4285,-0.8709,0.0000,48.2995,0.0000,48.2995,6.5006,41.7989,0.0000,41.7989,0.1408,41.6581,0.0000,16.5999,11.0029,14.0554,10959.3231,10959.3231,10959.3231 -924.5000,1.0000,12286.4834,59.9455,59.7486,0.1075,0.0000,5,1613.3745,329.5769,723.1903,-103.9498,55.6827,122.1846,-17.5625,0.3931,49.6907,0.0000,0.0000,5.5989,49.6526,-0.8883,0.0000,50.5409,0.0000,50.5409,6.5405,44.0004,0.0000,44.0004,0.1589,43.8415,0.0000,16.9077,11.0705,15.8633,11421.5888,11421.5888,11421.5888 -925.5000,1.0000,12303.1333,60.3300,60.1306,0.1061,0.0000,5,1628.4430,331.8518,733.7790,-104.4864,56.5907,125.1314,-17.8181,1.1101,49.7981,0.0000,0.0000,5.6824,49.9794,-0.8963,0.0000,50.8757,0.0000,50.8757,6.5825,44.2933,0.0000,44.2933,0.1578,44.1354,0.0000,17.2352,11.1415,15.7588,11600.8424,11600.8424,11600.8424 -926.5000,1.0000,12319.8507,60.5730,60.2346,0.0289,0.0000,5,1642.4810,260.0450,732.4698,-104.9863,44.7278,125.9850,-18.0577,0.2962,38.7106,0.0000,0.0000,5.7210,38.7465,-0.8437,0.0000,39.5902,0.0000,39.5902,6.6090,32.9812,0.0000,32.9812,0.0431,32.9381,0.0000,17.4441,11.1863,4.3076,9365.2700,9365.2700,9365.2700 -927.5000,1.0000,12336.5766,60.6035,60.1916,-0.0119,0.0000,5,1642.5190,221.6433,708.9720,-104.9877,38.1236,121.9462,-18.0583,-0.2924,32.7076,0.0000,0.0000,5.7084,32.6615,-0.8135,0.0000,33.4749,0.0000,33.4749,6.6123,26.8626,0.0000,26.8626,-0.0178,26.8805,0.0000,17.4704,11.1920,-1.7819,8154.0895,8154.0895,8154.0895 -928.5000,1.0000,12353.2619,60.4575,59.9426,-0.0692,0.0000,5,1643.5875,174.1953,702.3399,-105.0257,29.9818,120.8840,-18.0766,0.4005,23.8352,0.0000,0.0000,5.7461,23.9421,-0.7670,0.0000,24.7090,0.0000,24.7090,6.5964,18.1127,0.0000,18.1127,-0.1031,18.2158,0.0000,17.3446,11.1650,-10.2938,6656.5614,6656.5614,6656.5614 -929.5000,1.0000,12369.8726,60.1890,59.6546,-0.0800,0.0000,5,1638.8190,156.9688,679.3375,-104.8559,26.9385,116.5857,-17.9950,-0.8792,22.1373,0.0000,0.0000,5.6804,22.0721,-0.7530,0.0000,22.8251,0.0000,22.8251,6.5671,16.2580,0.0000,16.2580,-0.1187,16.3767,0.0000,17.1145,11.1154,-11.8532,6091.3047,6091.3047,6091.3047 -930.5000,1.0000,12386.3989,59.8850,59.3346,-0.0889,0.0000,5,1631.7615,153.6399,679.2174,-104.6046,26.2536,116.0631,-17.8746,0.1682,20.3992,0.0000,0.0000,5.6862,20.4749,-0.7399,0.0000,21.2148,0.0000,21.2148,6.5339,14.6808,0.0000,14.6808,-0.1312,14.8121,0.0000,16.8565,11.0593,-13.1037,5970.3408,5970.3408,5970.3408 -931.5000,1.0000,12402.8457,59.5990,59.0826,-0.0700,0.0000,5,1616.1210,160.0584,661.8158,-104.0476,27.0883,112.0056,-17.6090,-1.7189,23.2047,0.0000,0.0000,5.6025,23.0046,-0.7479,0.0000,23.7525,0.0000,23.7525,6.5027,17.2498,0.0000,17.2498,-0.1029,17.3527,0.0000,16.6161,11.0065,-10.2699,6114.0744,6114.0744,6114.0744 -932.5000,1.0000,12419.2381,59.4030,58.9426,-0.0389,0.0000,5,1602.1210,198.1792,673.5234,-103.5490,33.2493,112.9995,-17.3728,0.3265,27.3049,0.0000,0.0000,5.6178,27.3938,-0.7668,0.0000,28.1606,0.0000,28.1606,6.4813,21.6793,0.0000,21.6793,-0.0570,21.7362,0.0000,16.4527,10.9703,-5.6867,7209.7532,7209.7532,7209.7532 -933.5000,1.0000,12435.6232,59.3770,59.0306,0.0244,0.0000,5,1605.3635,251.6640,683.3032,-103.6645,42.3081,114.8723,-17.4274,-0.0075,36.6994,0.0000,0.0000,5.6162,36.6705,-0.8133,0.0000,37.4838,0.0000,37.4838,6.4785,31.0053,0.0000,31.0053,0.0358,30.9695,0.0000,16.4311,10.9655,3.5730,8907.1752,8907.1752,8907.1752 -934.5000,1.0000,12452.0580,59.5555,59.2996,0.0747,0.0000,5,1601.5485,296.3050,696.8047,-103.5286,49.6944,116.8637,-17.3632,-0.3677,44.4898,0.0000,0.0000,5.5723,44.2859,-0.8547,0.0000,45.1406,0.0000,45.1406,6.4980,38.6426,0.0000,38.6426,0.1097,38.5329,0.0000,16.5798,10.9984,10.9547,10289.8541,10289.8541,10289.8541 -935.5000,1.0000,12468.5923,59.9140,59.7476,0.1244,0.0000,5,1608.7585,348.3178,720.3822,-103.7854,58.6807,121.3619,-17.4846,1.0817,51.9618,0.0000,0.0000,5.6372,52.1206,-0.9002,0.0000,53.0208,0.0000,53.0208,6.5371,46.4837,0.0000,46.4837,0.1838,46.2999,0.0000,16.8811,11.0646,18.3541,11976.4388,11976.4388,11976.4388 -936.5000,1.0000,12485.2141,60.2290,59.9296,0.0506,0.0000,5,1631.1515,282.2131,739.4482,-104.5829,48.2059,126.3079,-17.8642,1.1464,41.3341,0.0000,0.0000,5.7253,41.5614,-0.8521,0.0000,42.4135,0.0000,42.4135,6.5715,35.8420,0.0000,35.8420,0.0751,35.7670,0.0000,17.1486,11.1228,7.4956,10025.8936,10025.8936,10025.8936 -937.5000,1.0000,12501.8786,60.3825,60.0546,0.0347,0.0000,5,1641.1080,261.8735,715.4802,-104.9374,45.0046,122.9599,-18.0342,-0.1500,39.4651,0.0000,0.0000,5.6895,39.3885,-0.8437,0.0000,40.2323,0.0000,40.2323,6.5882,33.6440,0.0000,33.6440,0.0517,33.5924,0.0000,17.2800,11.1512,5.1612,9416.6201,9416.6201,9416.6201 -938.5000,1.0000,12518.5378,60.3635,59.8916,-0.0453,0.0000,5,1635.3475,190.8352,707.3267,-104.7323,32.6811,121.1319,-17.9357,-0.4291,27.4538,0.0000,0.0000,5.6564,27.4191,-0.7830,0.0000,28.2021,0.0000,28.2021,6.5861,21.6160,0.0000,21.6160,-0.0674,21.6833,0.0000,17.2637,11.1476,-6.7280,7145.2677,7145.2677,7145.2677 -939.5000,1.0000,12535.1191,60.0830,59.4936,-0.1106,0.0000,5,1624.2850,131.6343,682.0437,-104.3383,22.3903,116.0120,-17.7474,-0.6773,17.4477,0.0000,0.0000,5.6199,17.4325,-0.7278,0.0000,18.1603,0.0000,18.1603,6.5555,11.6048,0.0000,11.6048,-0.1638,11.7685,0.0000,17.0243,11.0958,-16.3516,5290.5972,5290.5972,5290.5972 -940.5000,1.0000,12551.5330,59.4805,58.6866,-0.2242,0.0000,5,1611.8490,30.7783,661.4284,-103.8954,5.1951,111.6441,-17.5368,-0.5589,0.1693,0.0000,0.0000,5.5847,0.1699,-0.6709,0.0000,0.8408,0.0000,0.8408,6.4898,-5.6490,0.0000,-5.6490,-0.3287,-5.3203,0.0000,16.5179,10.9846,-32.8227,2999.5614,2999.5614,2999.5614 -941.5000,1.0000,12567.7227,58.6735,57.8796,-0.2242,0.0000,5,1608.3390,33.0469,634.6277,-103.7704,5.5659,106.8871,-17.4775,0.2110,-0.2657,0.0000,0.0000,5.6207,-0.2679,-0.6582,0.0000,0.3903,0.0000,0.3903,6.4017,-6.0115,0.0000,-6.0115,-0.3243,-5.6872,0.0000,15.8547,10.8355,-32.3774,3033.4603,3033.4603,3033.4603 -942.5000,1.0000,12583.7123,57.9530,57.2456,-0.1761,0.0000,5,1591.0200,59.6085,613.2522,-102.9409,9.9314,102.1747,-17.1511,-1.9009,6.3339,0.0000,0.0000,5.4984,6.2908,-0.6364,0.0000,6.9273,0.0000,6.9273,6.3231,0.6041,0.0000,0.6041,-0.2516,0.8558,0.0000,15.2775,10.7025,-25.1242,3484.4869,3484.4869,3484.4869 -943.5000,1.0000,12599.5297,57.3330,56.6396,-0.1683,0.0000,5,1565.0035,72.1237,622.2978,-101.3979,11.8201,101.9864,-16.6178,-0.6306,7.0025,0.0000,0.0000,5.4483,7.0102,-0.6300,0.0000,7.6402,0.0000,7.6402,6.2555,1.3847,0.0000,1.3847,-0.2379,1.6227,0.0000,14.7923,10.5880,-23.7577,3639.5069,3639.5069,3639.5069 -944.5000,1.0000,12615.1736,56.7085,55.9966,-0.1786,0.0000,5,1557.2595,64.3488,627.4448,-100.9386,10.4937,102.3211,-16.4606,-0.1131,5.1539,0.0000,0.0000,5.4529,5.1793,-0.6116,0.0000,5.7909,0.0000,5.7909,6.1873,-0.3964,0.0000,-0.3964,-0.2497,-0.1467,0.0000,14.3143,10.4727,-24.9337,3469.3320,3469.3320,3469.3320 -945.5000,1.0000,12630.6252,56.0160,55.2546,-0.2061,0.0000,5,1536.1640,27.3901,604.3699,-99.6875,4.4062,97.2230,-16.0364,-1.8785,0.9425,0.0000,0.0000,5.3422,0.9364,-0.6107,0.0000,1.5471,0.0000,1.5471,6.1118,-4.5647,0.0000,-4.5647,-0.2847,-4.2800,0.0000,13.7964,10.3448,-28.4212,2739.9340,2739.9340,2739.9340 -946.5000,1.0000,12645.8623,55.2440,54.4526,-0.2228,0.0000,5,1505.0735,15.8477,587.1947,-97.8436,2.4978,92.5483,-15.4212,-1.0331,-1.7407,0.0000,0.0000,5.2716,-1.7404,-0.6046,0.0000,-1.1358,0.0000,-1.1358,6.0276,-7.1634,0.0000,-7.1634,-0.3034,-6.8599,0.0000,13.2339,10.2022,-30.2961,2462.9888,2462.9888,2462.9888 -947.5000,1.0000,12660.8654,54.4015,53.5696,-0.2453,0.0000,5,1482.6045,-6.2173,575.2719,-96.5110,-0.9653,89.3156,-14.9841,-1.0281,-5.1529,0.0000,0.0000,5.2157,-5.1555,-0.5994,0.0000,-4.5561,0.0000,-4.5561,5.9356,-10.4917,0.0000,-10.4917,-0.3290,-10.1628,0.0000,12.6378,10.0466,-32.8472,1990.7579,1990.7579,1990.7579 -948.5000,1.0000,12675.6225,53.5160,52.6816,-0.2467,0.0000,5,1459.0675,-10.6899,558.4533,-95.1150,-1.6333,85.3279,-14.5329,-1.0972,-5.6551,0.0000,0.0000,5.1190,-5.6546,-0.5864,0.0000,-5.0681,0.0000,-5.0681,5.8390,-10.9072,0.0000,-10.9072,-0.3255,-10.5817,0.0000,12.0307,9.8831,-32.4955,1839.2839,1839.2839,1839.2839 -949.5000,1.0000,12690.1154,52.5650,51.6676,-0.2817,0.0000,5,1434.5770,-43.7431,548.5732,-93.6626,-6.5715,82.4114,-14.0708,-1.0788,-10.5400,0.0000,0.0000,5.0473,-10.5518,-0.5835,0.0000,-9.9683,0.0000,-9.9683,5.7353,-15.7036,0.0000,-15.7036,-0.3650,-15.3386,0.0000,11.4010,9.7075,-36.4470,1054.6241,1054.6241,1054.6241 -950.5000,1.0000,12704.3367,51.5870,50.7256,-0.2617,0.0000,5,1409.0185,-29.7836,526.3790,-92.1467,-4.3946,77.6683,-13.5964,-1.1520,-8.1951,0.0000,0.0000,4.9524,-8.1924,-0.5622,0.0000,-7.6302,0.0000,-7.6302,5.6285,-13.2588,0.0000,-13.2588,-0.3328,-12.9260,0.0000,10.7763,9.5268,-33.2290,1305.5926,1305.5926,1305.5926 -951.5000,1.0000,12718.3034,50.6705,49.8346,-0.2475,0.0000,5,1386.8925,-16.9347,527.9409,-90.8345,-2.4595,76.6755,-13.1924,-0.7506,-6.6105,0.0000,0.0000,4.9016,-6.6268,-0.5441,0.0000,-6.0827,0.0000,-6.0827,5.5286,-11.6113,0.0000,-11.6113,-0.3092,-11.3021,0.0000,10.2120,9.3576,-30.8716,1548.8301,1548.8301,1548.8301 -952.5000,1.0000,12732.0170,49.7595,48.9036,-0.2586,0.0000,5,1366.5215,-30.4521,524.7691,-89.6263,-4.3578,75.0954,-12.8257,-0.9700,-8.2319,0.0000,0.0000,4.8441,-8.2394,-0.5341,0.0000,-7.7053,0.0000,-7.7053,5.4292,-13.1344,0.0000,-13.1344,-0.3173,-12.8171,0.0000,9.6711,9.1893,-31.6776,1218.8880,1218.8880,1218.8880 -953.5000,1.0000,12745.4683,48.8150,47.9456,-0.2661,0.0000,5,1337.6820,-43.0001,506.1995,-87.9159,-6.0235,70.9093,-12.3154,-1.4196,-9.3779,0.0000,0.0000,4.7740,-9.3485,-0.5225,0.0000,-8.8259,0.0000,-8.8259,5.3261,-14.1520,0.0000,-14.1520,-0.3203,-13.8318,0.0000,9.1309,9.0149,-31.9776,887.6184,887.6184,887.6184 -954.5000,1.0000,12758.6401,47.8090,46.8916,-0.2928,0.0000,5,1308.3085,-65.2709,495.4967,-86.1738,-8.9425,67.8859,-11.8063,-0.9716,-12.6715,0.0000,0.0000,4.7005,-12.6943,-0.5158,0.0000,-12.1785,0.0000,-12.1785,5.2163,-17.3948,0.0000,-17.3948,-0.3451,-17.0497,0.0000,8.5781,8.8291,-34.4570,348.5291,348.5291,348.5291 -955.5000,1.0000,12771.5663,46.9245,46.1766,-0.1986,0.0000,5,1285.5725,15.1485,480.0652,-84.8254,2.0394,64.6287,-11.4196,-0.8403,-1.7526,0.0000,0.0000,4.6323,-1.7514,-0.4755,0.0000,-1.2759,0.0000,-1.2759,5.1198,-6.3958,0.0000,-6.3958,-0.2298,-6.1660,0.0000,8.1103,8.6658,-22.9421,1894.6205,1894.6205,1894.6205 -956.5000,1.0000,12784.2686,46.1190,45.2806,-0.2489,0.0000,5,1257.4195,-34.8715,502.9661,-83.1557,-4.5918,66.2289,-10.9497,-1.3521,-7.8021,0.0000,0.0000,4.5624,-7.7690,-0.4787,0.0000,-7.2903,0.0000,-7.2903,5.0319,-12.3222,0.0000,-12.3222,-0.2830,-12.0392,0.0000,7.7000,8.5170,-28.2563,905.9027,905.9027,905.9027 -957.5000,1.0000,12796.7059,45.1645,44.2676,-0.2814,0.0000,5,1229.6100,-60.7563,477.5432,-81.5064,-7.8233,61.4906,-10.4951,-0.7778,-11.5388,0.0000,0.0000,4.4933,-11.5720,-0.4744,0.0000,-11.0976,0.0000,-11.0976,4.9278,-16.0254,0.0000,-16.0254,-0.3133,-15.7121,0.0000,7.2320,8.3408,-31.2848,333.0631,333.0631,333.0631 -958.5000,1.0000,12808.8963,44.2760,43.5036,-0.2122,0.0000,5,1211.0320,-1.2128,462.0591,-80.4046,-0.1538,58.5979,-10.1968,-0.6156,-3.9773,0.0000,0.0000,4.4391,-3.9845,-0.4428,0.0000,-3.5417,0.0000,-3.5417,4.8309,-8.3725,0.0000,-8.3725,-0.2317,-8.1408,0.0000,6.8132,8.1767,-23.1307,1467.2180,1467.2180,1467.2180 -959.5000,1.0000,12820.8566,43.4475,42.6106,-0.2481,0.0000,5,1194.2090,-33.5524,484.3540,-79.4048,-4.1960,60.5720,-9.9302,-0.6267,-8.0099,0.0000,0.0000,4.4406,-8.0351,-0.4412,0.0000,-7.5939,0.0000,-7.5939,4.7405,-12.3344,0.0000,-12.3344,-0.2657,-12.0687,0.0000,6.4380,8.0237,-26.5304,803.9183,803.9183,803.9183 -960.5000,1.0000,12832.4694,42.1965,41.0016,-0.4469,0.0000,5,1165.1790,-77.6723,452.4669,-77.6731,-9.4774,55.2088,-9.4775,-1.4658,-12.3749,0.0000,0.0000,4.3634,-12.3937,-0.4347,0.0000,-11.9590,0.0000,-11.9590,4.6040,-16.5629,16.6359,-33.1988,-0.4650,-32.7339,0.0000,5.8993,7.7927,-46.4258,0.0000,0.0000,0.0000 -961.5000,1.0000,12843.7129,40.8670,39.9516,-0.2917,0.0000,5,1123.1025,-75.1632,417.7534,-75.1632,-8.8400,49.1324,-8.8400,-1.4892,-11.6118,0.0000,0.0000,4.2609,-11.5367,-0.4145,0.0000,-11.1223,0.0000,-11.1223,4.4589,-15.5812,1.1495,-16.7307,-0.2939,-16.4368,0.0000,5.3580,7.5471,-29.3419,0.0000,0.0000,0.0000 -962.5000,1.0000,12854.6985,39.9385,39.1446,-0.2242,0.0000,5,1091.9360,-20.6138,418.4614,-73.2078,-2.3571,47.8499,-8.3711,-0.6421,-5.9058,0.0000,0.0000,4.1908,-5.9138,-0.3880,0.0000,-5.5258,0.0000,-5.5258,4.3576,-9.8834,0.0000,-9.8834,-0.2207,-9.6627,0.0000,5.0007,7.3757,-22.0390,888.7458,888.7458,888.7458 -963.5000,1.0000,12865.4640,39.1460,38.3666,-0.2161,0.0000,5,1073.7775,-14.4212,441.2699,-71.9080,-1.6216,49.6189,-8.0857,-0.5660,-5.1903,0.0000,0.0000,4.1347,-5.2005,-0.3758,0.0000,-4.8247,0.0000,-4.8247,4.2711,-9.0958,0.0000,-9.0958,-0.2086,-8.8873,0.0000,4.7089,7.2293,-20.8254,945.7750,945.7750,945.7750 -964.5000,1.0000,12876.1465,38.8475,38.5476,0.0503,0.0000,5,1056.0770,218.4259,439.0454,-70.6410,24.1562,48.5550,-7.8123,-0.5913,20.6627,0.0000,0.0000,4.0848,20.4367,-0.4338,0.0000,20.8705,0.0000,20.8705,4.2386,16.6319,0.0000,16.6319,0.0482,16.5837,0.0000,4.6015,7.1742,4.8080,5105.8162,5105.8162,5105.8162 -965.5000,1.0000,12886.9939,39.4410,39.5536,0.2794,0.0000,5,1056.8020,435.4417,566.3575,-70.6928,48.1895,62.6777,-7.8234,0.6387,43.3977,0.0000,0.0000,4.1530,43.2503,-0.5564,0.0000,43.8067,0.0000,43.8067,4.3033,39.5034,0.0000,39.5034,0.2717,39.2316,0.0000,4.8164,7.2838,27.1314,9649.2991,9649.2991,9649.2991 -966.5000,1.0000,12898.1654,40.6080,40.8816,0.3689,0.0000,5,1074.5405,525.1775,670.6616,-71.9626,59.0959,75.4666,-8.0976,0.5211,54.4075,0.0000,0.0000,4.1674,53.9255,-0.6251,0.0000,54.5506,0.0000,54.5506,4.5493,50.0013,0.0000,50.0013,0.3693,49.6320,0.0000,5.2573,7.4993,36.8754,11740.9377,11740.9377,11740.9377 -967.5000,1.0000,12909.7636,42.1440,42.6256,0.4844,0.0000,5,1101.9305,644.7176,721.5971,-73.9002,74.3965,83.2679,-8.5276,1.3191,68.8178,0.0000,0.0000,4.2595,68.6155,-0.7191,0.0000,69.3346,0.0000,69.3346,4.9122,64.4224,0.0000,64.4224,0.5034,63.9190,0.0000,5.8777,7.7830,50.2584,14624.9711,14624.9711,14624.9711 -968.5000,1.0000,12921.8521,43.9090,44.4116,0.4961,0.0000,5,1149.0045,659.5681,781.0353,-76.7083,79.3615,93.9769,-9.2298,1.9461,73.0344,0.0000,0.0000,4.3810,73.2968,-0.7662,0.0000,74.0630,0.0000,74.0630,5.1453,68.9177,0.0000,68.9177,0.5371,68.3806,0.0000,6.6474,8.1089,53.6243,15579.8730,15579.8730,15579.8730 -969.5000,1.0000,12934.4045,45.5790,45.9656,0.4317,0.0000,5,1202.8685,598.0694,790.4648,-79.9204,75.3353,99.5702,-10.0671,1.9415,68.9137,0.0000,0.0000,4.4800,69.2392,-0.7684,0.0000,70.0076,0.0000,70.0076,5.2379,64.7697,0.0000,64.7697,0.4851,64.2846,0.0000,7.4342,8.4173,48.4331,14886.3008,14886.3008,14886.3008 -970.5000,1.0000,12947.3880,47.1310,47.5156,0.4306,0.0000,5,1251.6210,596.8520,768.6865,-82.8118,78.2291,100.7513,-10.8541,1.7270,71.8889,0.0000,0.0000,4.6131,71.9956,-0.8040,0.0000,72.7996,0.0000,72.7996,5.4224,67.3772,0.0000,67.3772,0.5003,66.8769,0.0000,8.2196,8.7039,49.9534,15413.4357,15413.4357,15413.4357 -971.5000,1.0000,12960.7648,48.5470,48.7976,0.3561,0.0000,5,1290.0740,530.1769,771.0325,-85.0924,71.6249,104.1636,-11.4957,1.2663,65.6485,0.0000,0.0000,4.7101,65.5958,-0.7918,0.0000,66.3876,0.0000,66.3876,5.4563,60.9313,0.0000,60.9313,0.4262,60.5050,0.0000,8.9820,8.9654,42.5576,14177.7932,14177.7932,14177.7932 -972.5000,1.0000,12974.5085,49.8675,50.1566,0.3775,0.0000,5,1327.2680,553.7811,751.7292,-87.2983,76.9707,104.4837,-12.1337,1.7288,70.4027,0.0000,0.0000,4.8392,70.5662,-0.8361,0.0000,71.4023,0.0000,71.4023,5.6529,65.7494,0.0000,65.7494,0.4641,65.2853,0.0000,9.7352,9.2093,46.3408,15138.9307,15138.9307,15138.9307 -973.5000,1.0000,12988.6255,51.2115,51.4856,0.3692,0.0000,5,1368.6200,547.3714,765.0495,-89.7508,78.4501,109.6481,-12.8632,1.6929,71.8174,0.0000,0.0000,4.9398,71.9409,-0.8629,0.0000,72.8038,0.0000,72.8038,5.7974,67.0064,0.0000,67.0064,0.4661,66.5403,0.0000,10.5435,9.4575,46.5392,15395.8103,15395.8103,15395.8103 -974.5000,1.0000,13003.0769,52.4155,52.5646,0.2997,0.0000,5,1403.1815,484.8321,765.2205,-91.8006,71.2416,112.4421,-13.4893,1.2425,65.0031,0.0000,0.0000,4.9960,65.0020,-0.8459,0.0000,65.8480,0.0000,65.8480,5.8037,60.0443,0.0000,60.0443,0.3873,59.6570,0.0000,11.3041,9.6798,38.6730,14087.2658,14087.2658,14087.2658 -975.5000,1.0000,13017.8195,53.4640,53.5826,0.2828,0.0000,5,1430.9910,472.2754,746.6392,-93.4499,70.7719,111.8861,-14.0037,1.1767,64.5023,0.0000,0.0000,5.0929,64.4919,-0.8594,0.0000,65.3513,0.0000,65.3513,5.8926,59.4587,0.0000,59.4587,0.3727,59.0860,0.0000,11.9959,9.8735,37.2165,14002.9513,14002.9513,14002.9513 -976.5000,1.0000,13032.8287,54.4235,54.4836,0.2503,0.0000,5,1458.6100,445.3460,747.1327,-95.0879,68.0245,114.1210,-14.5242,1.2746,61.5581,0.0000,0.0000,5.1919,61.6483,-0.8598,0.0000,62.5081,0.0000,62.5081,5.9381,56.5700,0.0000,56.5700,0.3358,56.2342,0.0000,12.6532,10.0507,33.5303,13526.6644,13526.6644,13526.6644 -977.5000,1.0000,13048.0983,55.3610,55.4576,0.2706,0.0000,5,1482.7955,465.3817,739.8592,-96.5223,72.2635,114.8838,-14.9878,0.9066,66.1128,0.0000,0.0000,5.2441,65.9763,-0.8964,0.0000,66.8727,0.0000,66.8727,6.0897,60.7830,0.0000,60.7830,0.3693,60.4137,0.0000,13.3185,10.2238,36.8714,14358.7868,14358.7868,14358.7868 -978.5000,1.0000,13063.6410,56.3440,56.4496,0.2756,0.0000,5,1510.7575,475.0492,755.9500,-98.1807,75.1557,119.5959,-15.5328,1.6705,68.1300,0.0000,0.0000,5.3552,68.3404,-0.9239,0.0000,69.2643,0.0000,69.2643,6.2159,63.0484,0.0000,63.0484,0.3828,62.6656,0.0000,14.0407,10.4053,38.2196,14912.4620,14912.4620,14912.4620 -979.5000,1.0000,13079.4612,57.3430,57.4556,0.2794,0.0000,5,1536.5070,478.7407,758.1115,-99.7078,77.0306,121.9821,-16.0433,0.7307,70.8850,0.0000,0.0000,5.4150,70.6228,-0.9515,0.0000,71.5742,0.0000,71.5742,6.3423,65.2319,0.0000,65.2319,0.3951,64.8368,0.0000,14.8008,10.5898,39.4462,15288.4934,15288.4934,15288.4934 -980.5000,1.0000,13095.5341,58.2530,58.2696,0.2261,0.0000,5,1557.1450,435.7703,766.4708,-100.9318,71.0584,124.9837,-16.4583,1.2330,64.3612,0.0000,0.0000,5.4641,64.4439,-0.9350,0.0000,65.3790,0.0000,65.3790,6.3559,59.0231,0.0000,59.0231,0.3247,58.6984,0.0000,15.5163,10.7579,32.4242,14188.7659,14188.7659,14188.7659 -981.5000,1.0000,13111.8227,59.0295,59.0086,0.2053,0.0000,5,1589.2655,419.2710,761.6397,-102.8368,69.7782,126.7578,-17.1149,1.8765,62.3142,0.0000,0.0000,5.5875,62.6758,-0.9389,0.0000,63.6146,0.0000,63.6146,6.4406,57.1740,0.0000,57.1740,0.2988,56.8753,0.0000,16.1449,10.9013,29.8291,14020.7020,14020.7020,14020.7020 -982.5000,1.0000,13128.2883,59.6665,59.5436,0.1486,0.0000,5,1612.0395,363.9946,752.4062,-103.9022,61.4468,127.0155,-17.5400,0.3512,55.4621,0.0000,0.0000,5.6335,55.3361,-0.9123,0.0000,56.2484,0.0000,56.2484,6.5101,49.7383,0.0000,49.7383,0.2186,49.5197,0.0000,16.6729,11.0189,21.8279,12491.7125,12491.7125,12491.7125 -983.5000,1.0000,13144.8236,59.9175,59.5106,-0.0092,0.0000,5,1623.3310,227.1399,741.1242,-104.3044,38.6126,125.9873,-17.7312,0.7720,32.1584,0.0000,0.0000,5.6822,32.3208,-0.8003,0.0000,33.1210,0.0000,33.1210,6.5375,26.5836,0.0000,26.5836,-0.0135,26.5971,0.0000,16.8839,11.0653,-1.3521,8228.6845,8228.6845,8228.6845 -984.5000,1.0000,13161.2804,59.6350,58.9786,-0.1478,0.0000,5,1631.0750,100.6025,698.1286,-104.5801,17.1835,119.2444,-17.8629,0.0000,11.5127,0.0000,0.0000,5.6708,11.5643,-0.6907,0.0000,12.2550,0.0000,12.2550,6.5066,5.7483,0.0000,5.7483,-0.2173,5.9656,0.0000,16.6465,11.0131,-21.6940,4385.0753,4385.0753,4385.0753 -985.5000,1.0000,13177.6267,59.2370,58.7146,-0.0733,0.0000,5,1617.5710,156.9755,648.2398,-104.0992,26.5903,109.8064,-17.6335,-1.3414,22.3165,0.0000,0.0000,5.6153,22.1796,-0.7378,0.0000,22.9173,0.0000,22.9173,6.4632,16.4541,0.0000,16.4541,-0.1071,16.5612,0.0000,16.3152,10.9396,-10.6936,6026.4874,6026.4874,6026.4874 -986.5000,1.0000,13193.9317,59.0885,58.6816,-0.0092,0.0000,5,1603.0370,220.0939,669.9908,-103.5816,36.9471,112.4711,-17.3882,-0.1014,31.4347,0.0000,0.0000,5.6138,31.4232,-0.7820,0.0000,32.2052,0.0000,32.2052,6.4470,25.7582,0.0000,25.7582,-0.0134,25.7716,0.0000,16.1927,10.9122,-1.3333,7903.6698,7903.6698,7903.6698 -987.5000,1.0000,13210.2638,59.1860,58.9096,0.0633,0.0000,5,1605.9740,286.4170,692.7024,-103.6862,48.1688,116.4968,-17.4377,0.3912,42.1202,0.0000,0.0000,5.6574,42.1430,-0.8377,0.0000,42.9808,0.0000,42.9808,6.4577,36.5231,0.0000,36.5231,0.0924,36.4307,0.0000,16.2731,10.9302,9.2274,10001.8849,10001.8849,10001.8849 -988.5000,1.0000,13226.6928,59.5345,59.3786,0.1303,0.0000,5,1611.2000,345.9839,712.2226,-103.8723,58.3759,120.1694,-17.5258,0.1246,52.6066,0.0000,0.0000,5.6448,52.4411,-0.8955,0.0000,53.3366,0.0000,53.3366,6.4957,46.8409,0.0000,46.8409,0.1912,46.6497,0.0000,16.5624,10.9945,19.0927,11920.7066,11920.7066,11920.7066 -989.5000,1.0000,13243.2731,60.0795,59.9996,0.1725,0.0000,5,1620.3935,389.0098,735.5347,-104.1997,66.0100,124.8108,-17.6814,0.7896,59.5153,0.0000,0.0000,5.7051,59.4993,-0.9402,0.0000,60.4395,0.0000,60.4395,6.5551,53.8844,0.0000,53.8844,0.2555,53.6288,0.0000,17.0216,11.0952,25.5120,13353.9335,13353.9335,13353.9335 -990.5000,1.0000,13260.0328,60.7255,60.6706,0.1864,0.0000,5,1626.0395,402.2412,743.7375,-104.4008,68.4930,126.6425,-17.7772,-0.2285,63.0262,0.0000,0.0000,5.6953,62.5917,-0.9667,0.0000,63.5584,0.0000,63.5584,6.6256,56.9328,0.0000,56.9328,0.2791,56.6537,0.0000,17.5767,11.2145,27.8625,13841.5785,13841.5785,13841.5785 -991.5000,1.0000,13276.9812,61.4045,61.3576,0.1908,0.0000,5,1643.5875,416.8202,761.9950,-105.0257,71.7415,131.1516,-18.0766,2.0022,63.9485,0.0000,0.0000,5.7908,64.3602,-0.9871,0.0000,65.3473,0.0000,65.3473,6.6997,58.6476,0.0000,58.6476,0.2889,58.3587,0.0000,18.1729,11.3399,28.8459,14463.2409,14463.2409,14463.2409 -992.5000,1.0000,13294.1080,62.0470,61.9556,0.1661,0.0000,5,1681.0480,391.8762,769.6364,-106.3598,68.9855,135.4860,-18.7235,1.8194,61.2737,0.0000,0.0000,5.8924,61.6192,-0.9842,0.0000,62.6033,0.0000,62.6033,6.7698,55.8335,0.0000,55.8335,0.2541,55.5794,0.0000,18.7492,11.4585,25.3717,13997.5588,13997.5588,13997.5588 -993.5000,1.0000,13311.3969,62.6305,62.5246,0.1581,0.0000,5,1689.1735,377.5355,751.1659,-106.6492,66.7822,132.8736,-18.8652,-0.9853,61.9294,0.0000,0.0000,5.8381,61.3026,-0.9926,0.0000,62.2953,0.0000,62.2953,6.8335,55.4618,0.0000,55.4618,0.2441,55.2177,0.0000,19.2831,11.5663,24.3683,13594.1833,13594.1833,13594.1833 -994.5000,1.0000,13328.8382,63.1790,63.0526,0.1467,0.0000,5,1693.3320,380.7093,761.4348,-106.7973,67.5094,135.0217,-18.9379,1.4202,60.1636,0.0000,0.0000,5.9256,60.3964,-0.9975,0.0000,61.3940,0.0000,61.3940,6.8933,54.5006,0.0000,54.5006,0.2285,54.2722,0.0000,19.7941,11.6676,22.8104,13737.3069,13737.3069,13737.3069 -995.5000,1.0000,13346.3907,63.5795,63.3256,0.0758,0.0000,5,1717.9755,316.1804,764.1211,-107.6749,56.8827,137.4699,-19.3714,1.1591,49.6770,0.0000,0.0000,6.0466,49.8876,-0.9514,0.0000,50.8390,0.0000,50.8390,6.9370,43.9019,0.0000,43.9019,0.1189,43.7831,0.0000,20.1727,11.7416,11.8688,11772.2536,11772.2536,11772.2536 -996.5000,1.0000,13363.9896,63.7465,63.3866,0.0169,0.0000,5,1727.5505,270.4028,743.5344,-108.0159,48.9182,134.5118,-19.5410,-0.1497,40.8896,0.0000,0.0000,8.1784,40.8367,-0.9086,0.0000,41.7452,0.0000,41.7452,6.9552,34.7900,0.0000,34.7900,0.0266,34.7634,0.0000,20.3320,11.7724,2.6590,10251.7882,10251.7882,10251.7882 -997.5000,1.0000,13381.6064,63.8110,63.4546,0.0189,0.0000,5,1727.7030,273.9773,734.3803,-108.0213,49.5692,132.8675,-19.5437,0.1659,41.2102,0.0000,0.0000,8.1931,41.2255,-0.9117,0.0000,42.1372,0.0000,42.1372,6.9623,35.1749,0.0000,35.1749,0.0297,35.1452,0.0000,20.3938,11.7843,2.9671,10375.5275,10375.5275,10375.5275 -998.5000,1.0000,13399.2472,63.8970,63.5586,0.0289,0.0000,5,1731.5940,283.1974,736.5256,-108.1599,51.3528,133.5557,-19.6129,0.2475,42.8933,0.0000,0.0000,8.2120,42.9160,-0.9217,0.0000,43.8377,0.0000,43.8377,6.9717,36.8661,0.0000,36.8661,0.0455,36.8206,0.0000,20.4764,11.8002,4.5440,10728.8702,10728.8702,10728.8702 -999.5000,1.0000,13416.9236,64.0255,63.7116,0.0425,0.0000,5,1736.4770,295.4757,740.0442,-108.3338,53.7303,134.5722,-19.6998,0.2726,45.2270,0.0000,0.0000,8.2307,45.2396,-0.9357,0.0000,46.1753,0.0000,46.1753,6.9857,39.1896,0.0000,39.1896,0.0671,39.1225,0.0000,20.6002,11.8239,6.6984,11197.4201,11197.4201,11197.4201 -1000.5000,1.0000,13434.6543,64.2210,63.9496,0.0661,0.0000,5,1740.0630,316.5204,742.9736,-108.4615,57.6760,135.3839,-19.7637,0.1101,49.3154,0.0000,0.0000,8.2505,49.2534,-0.9594,0.0000,50.2128,0.0000,50.2128,7.0070,43.2057,0.0000,43.2057,0.1047,43.1011,0.0000,20.7895,11.8600,10.4516,11931.3233,11931.3233,11931.3233 -1001.5000,1.0000,13452.4660,64.5125,64.2946,0.0958,0.0000,5,1754.6350,348.0703,758.4647,-108.9805,63.9562,139.3641,-20.0246,1.4592,54.1353,0.0000,0.0000,8.3617,54.4076,-0.9905,0.0000,55.3982,0.0000,55.3982,7.0388,48.3593,0.0000,48.3593,0.1524,48.2069,0.0000,21.0739,11.9139,15.2191,13083.2303,13083.2303,13083.2303 -1002.5000,1.0000,13470.3717,64.8510,64.6266,0.0922,0.0000,5,1759.5175,336.9320,753.9636,-109.1543,62.0818,138.9225,-20.1124,-0.9357,54.7418,0.0000,0.0000,8.2757,54.3333,-0.9961,0.0000,55.3295,0.0000,55.3295,7.0758,48.2537,0.0000,48.2537,0.1475,48.1063,0.0000,21.4074,11.9764,14.7225,12740.1599,12740.1599,12740.1599 -1003.5000,1.0000,13488.3752,65.2030,64.9986,0.1033,0.0000,5,1758.3730,356.6726,760.9781,-109.1136,65.6764,140.1238,-20.0918,0.8115,56.5712,0.0000,0.0000,8.2938,56.6513,-1.0141,0.0000,57.6654,0.0000,57.6654,7.1142,50.5512,0.0000,50.5512,0.1661,50.3851,0.0000,21.7579,12.0414,16.5858,13418.8199,13418.8199,13418.8199 -1004.5000,1.0000,13506.4706,65.5340,65.2886,0.0806,0.0000,5,1767.9865,323.4925,763.7940,-109.4559,59.8924,141.4112,-20.2650,0.2278,53.5202,0.0000,0.0000,6.1444,53.4654,-1.0039,0.0000,54.4693,0.0000,54.4693,7.1503,47.3190,0.0000,47.3190,0.1302,47.1888,0.0000,22.0909,12.1025,12.9955,12349.9559,12349.9559,12349.9559 -1005.5000,1.0000,13524.6930,65.9910,65.9126,0.1733,0.0000,5,1778.3245,410.2597,762.2333,-109.8241,76.4009,141.9474,-20.4521,0.8998,69.2979,0.0000,0.0000,6.2032,69.2914,-1.0920,0.0000,70.3833,0.0000,70.3833,7.2001,63.1832,0.0000,63.1832,0.2820,62.9012,0.0000,22.5567,12.1869,28.1576,15459.4776,15459.4776,15459.4776 -1006.5000,1.0000,13543.1121,66.6990,66.7046,0.2200,0.0000,5,1796.8640,455.3606,785.0524,-110.4844,85.6839,147.7211,-20.7895,1.1366,78.2776,0.0000,0.0000,6.2697,78.2617,-1.1500,0.0000,79.4117,0.0000,79.4117,7.3195,72.0922,0.0000,72.0922,0.3618,71.7304,0.0000,23.2908,12.3177,36.1220,17233.6895,17233.6895,17233.6895 -1007.5000,1.0000,13561.8336,67.7880,68.0906,0.3850,0.0000,5,1818.6465,611.3114,797.3794,-111.2967,116.4232,151.8595,-21.1963,1.2824,108.8333,0.0000,0.0000,6.3075,108.4121,-1.3220,0.0000,109.7341,0.0000,109.7341,7.8744,101.8597,0.0000,101.8597,0.6435,101.2163,0.0000,24.4520,12.5188,64.2455,22913.1509,22913.1509,22913.1509 -1008.5000,1.0000,13580.9452,69.1920,69.5126,0.3950,0.0000,5,1854.6195,630.3596,833.7711,-112.6484,122.4255,161.9311,-21.8780,2.7893,113.1127,0.0000,0.0000,6.5234,113.4407,-1.3732,0.0000,114.8140,0.0000,114.8140,8.0796,106.7344,0.0000,106.7344,0.6738,106.0605,0.0000,26.0031,12.7781,67.2794,24063.1215,24063.1215,24063.1215 -1009.5000,1.0000,13600.3390,70.2080,70.1226,0.1694,0.0000,5,1885.7860,423.1302,830.6197,-113.8195,83.5594,164.0300,-22.4770,0.7731,76.2243,0.0000,0.0000,6.5619,76.1633,-1.2039,0.0000,77.3672,0.0000,77.3672,7.6602,69.7069,0.0000,69.7069,0.2933,69.4136,0.0000,27.1631,12.9657,29.2849,16917.7964,16917.7964,16917.7964 -1010.5000,1.0000,13619.9211,70.8860,70.8686,0.2072,0.0000,5,1909.7430,462.6210,806.0264,-114.7197,92.5186,161.1955,-22.9425,2.0267,83.7918,0.0000,0.0000,6.7001,84.1074,-1.2568,0.0000,85.3642,0.0000,85.3642,7.7935,77.5707,0.0000,77.5707,0.3622,77.2086,0.0000,27.9579,13.0909,36.1598,18672.5815,18672.5815,18672.5815 -1011.5000,1.0000,13639.6667,71.4745,71.2996,0.1197,0.0000,5,1931.4490,381.0153,807.7337,-115.5353,77.0645,163.3729,-23.3683,0.5249,69.7882,0.0000,0.0000,6.7515,69.7378,-1.1954,0.0000,70.9331,0.0000,70.9331,7.7984,63.1347,0.0000,63.1347,0.2110,62.9237,0.0000,28.6595,13.1996,21.0647,15778.1822,15778.1822,15778.1822 -1012.5000,1.0000,13659.4385,71.5690,71.0576,-0.0672,0.0000,5,1948.0430,219.6771,803.1265,-116.1589,44.8138,163.8367,-23.6962,1.4558,36.5160,0.0000,0.0000,6.8421,36.8063,-1.0308,0.0000,37.8371,0.0000,37.8371,7.8087,30.0284,0.0000,30.0284,-0.1186,30.1470,0.0000,28.7731,13.2170,-11.8431,9788.5638,9788.5638,9788.5638 -1013.5000,1.0000,13679.0427,70.9655,70.0926,-0.2681,0.0000,5,1828.4885,-42.1695,669.3312,-111.6665,-8.0746,128.1628,-21.3818,-14.7911,0.7754,0.0000,0.0000,5.9412,0.7244,-0.8801,0.0000,1.6045,0.0000,1.6045,7.7429,-6.1384,0.0000,-6.1384,-0.4690,-5.6694,0.0000,28.0526,13.1056,-46.8275,1804.2105,1804.2105,1804.2105 -1014.5000,1.0000,13698.3752,69.9875,69.1016,-0.2753,0.0000,6,1535.6680,-69.7816,465.4685,-99.6581,-11.2219,74.8542,-16.0265,-15.1925,-1.0827,0.0000,0.0000,5.0533,-0.9760,-0.6628,0.0000,-0.3133,0.0000,-0.3133,7.6362,-7.9495,0.0000,-7.9495,-0.4750,-7.4745,0.1183,26.9088,12.9250,-47.4265,609.9933,609.9933,609.9933 -1015.5000,1.0000,13717.3972,68.8695,67.8566,-0.3458,0.0000,6,1358.7015,-72.7308,494.2191,-89.1625,-10.3483,70.3189,-12.6863,-1.3241,-13.9742,0.0000,0.0000,4.9500,-13.9369,-0.7754,0.0000,-13.1615,0.0000,-13.1615,7.5142,-20.6757,0.0000,-20.6757,-0.5872,-20.0885,0.1829,25.6405,12.7185,-58.6304,273.3078,273.3078,273.3078 -1016.5000,1.0000,13736.0698,67.6120,66.5866,-0.3528,0.0000,6,1337.7205,-79.9425,497.1426,-87.9182,-11.1988,69.6426,-12.3161,-0.4199,-15.6884,0.0000,0.0000,4.9095,-15.7767,-0.7774,0.0000,-14.9993,0.0000,-14.9993,7.3770,-22.3763,0.0000,-22.3763,-0.5881,-21.7882,0.1795,24.2617,12.4863,-58.7157,81.6478,81.6478,81.6478 -1017.5000,1.0000,13754.4265,66.4745,65.5816,-0.2792,0.0000,6,1324.5595,-0.4532,487.9771,-87.1377,-0.0629,67.6861,-12.0867,-0.6548,-4.1324,0.0000,0.0000,4.7243,-4.1385,-0.6489,0.0000,-3.4896,0.0000,-3.4896,7.2529,-10.7425,0.0000,-10.7425,-0.4575,-10.2850,0.0642,23.0569,12.2762,-45.6823,1738.1876,1738.1876,1738.1876 -1018.5000,1.0000,13772.6547,66.0120,65.6616,0.0222,0.0000,6,1311.7035,354.6454,519.8477,-86.3752,48.7145,71.4069,-11.8646,-0.3872,44.4186,0.0000,0.0000,4.6831,44.2291,-1.3891,0.0000,45.6182,0.0000,45.6182,7.2024,38.4158,0.0000,38.4158,0.0362,38.3796,0.0000,22.5777,12.1908,3.6111,9843.0861,9843.0861,9843.0861 -1019.5000,1.0000,13790.9388,66.2130,65.9836,0.0894,0.0000,6,1306.6300,439.5313,670.9721,-86.0743,60.1411,91.8091,-11.7775,-0.0214,55.4851,0.0000,0.0000,4.6774,55.3392,-1.6227,0.0000,56.9619,0.0000,56.9619,7.2244,49.7376,0.0000,49.7376,0.1460,49.5915,0.0000,22.7847,12.2279,14.5789,12013.4005,12013.4005,12013.4005 -1020.5000,1.0000,13809.3735,66.7555,66.7466,0.2119,0.0000,6,1308.9570,592.7358,707.5754,-86.2123,81.2485,96.9899,-11.8174,0.2085,76.3840,0.0000,0.0000,4.6559,76.1005,-2.0611,0.0000,78.1616,0.0000,78.1616,7.3059,70.8557,0.0000,70.8557,0.3488,70.5068,0.0000,23.3500,12.3281,34.8288,15950.4231,15950.4231,15950.4231 -1021.5000,1.0000,13828.0548,67.6430,67.7586,0.2811,0.0000,6,1324.5595,684.3549,775.8197,-87.1377,94.9252,107.6120,-12.0867,1.0581,89.1011,0.0000,0.0000,4.7659,89.3081,-2.3459,0.0000,91.6540,0.0000,91.6540,7.5899,84.0642,0.0000,84.0642,0.4688,83.5953,0.0000,24.2943,12.4920,46.8091,18497.1889,18497.1889,18497.1889 -1022.5000,1.0000,13847.0164,68.6520,68.7646,0.2794,0.0000,6,1352.5980,683.6802,813.4593,-88.8006,96.8390,115.2214,-12.5780,1.2485,90.7496,0.0000,0.0000,4.8410,91.0906,-2.3941,0.0000,93.4847,0.0000,93.4847,7.7100,85.7746,0.0000,85.7746,0.4730,85.3016,0.0000,25.3977,12.6783,47.2256,18877.3292,18877.3292,18877.3292 -1023.5000,1.0000,13866.3057,69.8320,70.1186,0.3761,0.0000,6,1368.9250,810.3060,810.3060,-89.7689,116.1602,116.1602,-12.8687,0.1090,111.1991,0.0000,0.0000,4.8521,110.2357,-2.8060,0.0000,113.0417,0.0000,113.0417,8.1118,104.9299,0.0000,104.9299,0.6476,104.2823,0.0000,26.7310,12.8962,64.6551,22577.3350,22577.3350,22577.3350 -1024.5000,1.0000,13885.9118,70.9725,71.0456,0.2575,0.0000,6,1385.4810,674.9565,866.6929,-90.7508,97.9276,125.7461,-13.1668,1.2983,91.6955,0.0000,0.0000,4.9338,92.1039,-2.4410,0.0000,94.5449,0.0000,94.5449,7.9392,86.6058,0.0000,86.6058,0.4506,86.1552,0.0000,28.0608,13.1069,44.9876,19098.2653,19098.2653,19098.2653 -1025.5000,1.0000,13905.7164,71.6870,71.5476,0.1394,0.0000,6,1408.9420,530.7688,812.2116,-92.1422,78.3118,119.8370,-13.5950,0.7097,72.6160,0.0000,0.0000,4.9861,72.7839,-2.0466,0.0000,74.8305,0.0000,74.8305,7.8216,67.0089,0.0000,67.0089,0.2465,66.7625,0.0000,28.9159,13.2388,24.6077,15396.5653,15396.5653,15396.5653 -1026.5000,1.0000,13925.6984,72.3255,72.3226,0.2153,0.0000,6,1422.5990,624.6617,759.9342,-92.9522,93.0585,113.2106,-13.8475,0.4766,87.5308,0.0000,0.0000,5.0511,87.3982,-2.3583,0.0000,89.7566,0.0000,89.7566,7.9916,81.7649,0.0000,81.7649,0.3839,81.3810,0.0000,29.6960,13.3567,38.3283,18157.8058,18157.8058,18157.8058 -1027.5000,1.0000,13945.8933,73.0920,73.0806,0.2106,0.0000,6,1433.6995,624.4558,796.7071,-93.6105,93.7537,119.6149,-14.0544,0.4971,88.2134,0.0000,0.0000,5.0433,88.1039,-2.3818,0.0000,90.4857,0.0000,90.4857,8.0730,82.4127,0.0000,82.4127,0.3794,82.0333,0.0000,30.6501,13.4983,37.8849,18288.8368,18288.8368,18288.8368 -1028.5000,1.0000,13966.3100,73.8905,73.9196,0.2331,0.0000,6,1449.4925,657.4207,799.7939,-94.5472,99.7902,121.4011,-14.3514,0.9033,93.7279,0.0000,0.0000,5.1591,93.8512,-2.5108,0.0000,96.3620,0.0000,96.3620,8.2345,88.1275,0.0000,88.1275,0.4246,87.7029,0.0000,31.6658,13.6457,42.3914,19433.2592,19433.2592,19433.2592 -1029.5000,1.0000,13986.9475,74.6855,74.6706,0.2086,0.0000,6,1469.5200,630.0894,812.8328,-95.7350,96.9631,125.0850,-14.7324,0.8916,90.8787,0.0000,0.0000,5.1928,91.0320,-2.4613,0.0000,93.4933,0.0000,93.4933,8.2645,85.2287,0.0000,85.2287,0.3841,84.8446,0.0000,32.6987,13.7926,38.3533,18890.2158,18890.2158,18890.2158 -1030.5000,1.0000,14007.7704,75.3530,75.2546,0.1622,0.0000,6,1490.7680,575.0367,806.0666,-96.9951,89.7706,125.8374,-15.1422,1.0407,83.4828,0.0000,0.0000,5.2471,83.7947,-2.3183,0.0000,86.1130,0.0000,86.1130,8.2216,77.8914,0.0000,77.8914,0.3014,77.5900,0.0000,33.5830,13.9158,30.0912,17580.4766,17580.4766,17580.4766 -1031.5000,1.0000,14028.7110,75.7765,75.5176,0.0731,0.0000,6,1501.3730,467.5662,783.5958,-97.6241,73.5124,123.1996,-15.3488,-0.0703,68.3329,0.0000,0.0000,5.2498,68.1798,-1.9980,0.0000,70.1778,0.0000,70.1778,8.2678,61.9100,0.0000,61.9100,0.1365,61.7735,0.0000,34.1520,13.9940,13.6275,14616.9735,14616.9735,14616.9735 -1032.5000,1.0000,14049.7119,75.9935,75.6886,0.0475,0.0000,6,1505.0355,440.3521,750.5307,-97.8413,69.4026,118.2888,-15.4205,0.4090,63.7210,0.0000,0.0000,5.2725,63.8365,-1.9101,0.0000,65.7466,0.0000,65.7466,8.2915,57.4551,0.0000,57.4551,0.0890,57.3661,0.0000,34.4462,14.0341,8.8859,13869.2419,13869.2419,13869.2419 -1033.5000,1.0000,14070.7780,76.2285,75.9876,0.0831,0.0000,6,1503.7005,482.4431,735.5903,-97.7621,75.9689,115.8313,-15.3943,-0.5319,71.2559,0.0000,0.0000,5.2450,70.8440,-2.0589,0.0000,72.9028,0.0000,72.9028,8.3171,64.5857,0.0000,64.5857,0.1561,64.4296,0.0000,34.7668,14.0775,15.5853,15063.1797,15063.1797,15063.1797 -1034.5000,1.0000,14091.9278,76.5295,76.2906,0.0842,0.0000,6,1501.3735,490.8047,755.1881,-97.6241,77.1660,118.7333,-15.3488,0.3166,71.5782,0.0000,0.0000,5.2712,71.6001,-2.0782,0.0000,73.6783,0.0000,73.6783,8.3500,65.3284,0.0000,65.3284,0.1588,65.1695,0.0000,35.1803,14.1331,15.8562,15282.5270,15282.5270,15282.5270 -1035.5000,1.0000,14113.2228,77.0525,77.0336,0.2064,0.0000,6,1510.1855,642.4030,759.3550,-98.1468,101.5936,120.0891,-15.5215,0.4988,95.7641,0.0000,0.0000,5.3307,95.6440,-2.5853,0.0000,98.2293,0.0000,98.2293,8.5531,89.6763,0.0000,89.6763,0.3921,89.2842,0.0000,35.9072,14.2297,39.1473,19852.8250,19852.8250,19852.8250 -1036.5000,1.0000,14134.7006,77.7105,77.6066,0.1592,0.0000,6,1528.3435,588.5058,815.5160,-99.2237,94.1890,130.5215,-15.8805,1.1994,87.5935,0.0000,0.0000,5.3960,88.0015,-2.4340,0.0000,90.4355,0.0000,90.4355,8.4966,81.9389,0.0000,81.9389,0.3050,81.6340,0.0000,36.8346,14.3512,30.4482,18456.9652,18456.9652,18456.9652 -1037.5000,1.0000,14156.3427,78.3020,78.2166,0.1694,0.0000,6,1538.3000,601.4306,791.9771,-99.8142,96.8847,127.5799,-16.0791,-0.2667,91.7466,0.0000,0.0000,5.4048,91.2229,-2.5082,0.0000,93.7311,0.0000,93.7311,8.6004,85.1307,0.0000,85.1307,0.3271,84.8036,0.0000,37.6822,14.4604,32.6610,19001.3176,19001.3176,19001.3176 -1038.5000,1.0000,14178.1413,78.8655,78.7336,0.1436,0.0000,6,1544.9760,577.9478,803.8734,-100.2101,93.5059,130.0583,-16.2129,0.9012,87.1461,0.0000,0.0000,5.4585,87.3955,-2.4353,0.0000,89.8308,0.0000,89.8308,8.6048,81.2259,0.0000,81.2259,0.2792,80.9467,0.0000,38.5014,14.5645,27.8807,18363.6493,18363.6493,18363.6493 -1039.5000,1.0000,14200.0502,79.2625,79.0106,0.0769,0.0000,6,1563.0200,497.3250,796.7905,-101.2803,81.4017,130.4179,-16.5775,0.8202,75.0672,0.0000,0.0000,5.5142,75.3460,-2.1891,0.0000,77.5351,0.0000,77.5351,8.6482,68.8869,0.0000,68.8869,0.1504,68.7365,0.0000,39.0855,14.6378,15.0132,16190.7862,16190.7862,16190.7862 -1040.5000,1.0000,14222.0339,79.5315,79.2716,0.0725,0.0000,6,1573.8920,490.0662,770.3030,-101.9251,80.7715,126.9595,-16.7990,0.2249,75.0130,0.0000,0.0000,5.5336,75.0008,-2.1852,0.0000,77.1860,0.0000,77.1860,8.6775,68.5085,0.0000,68.5085,0.1422,68.3663,0.0000,39.4848,14.6875,14.1941,16088.2098,16088.2098,16088.2098 -1041.5000,1.0000,14244.0914,79.7975,79.5426,0.0753,0.0000,6,1577.8595,495.3474,768.9930,-102.1604,81.8478,127.0631,-16.8803,0.1590,76.1004,0.0000,0.0000,5.5884,76.0504,-2.2103,0.0000,78.2607,0.0000,78.2607,8.7065,69.5542,0.0000,69.5542,0.1481,69.4061,0.0000,39.8823,14.7366,14.7872,16302.6404,16302.6404,16302.6404 -1042.5000,1.0000,14266.2143,80.0330,79.7426,0.0556,0.0000,6,1577.4400,473.6188,768.9641,-102.1355,78.2367,127.0245,-16.8717,-0.1996,72.8469,0.0000,0.0000,5.5893,72.6610,-2.1426,0.0000,74.8036,0.0000,74.8036,8.7322,66.0714,0.0000,66.0714,0.1096,65.9617,0.0000,40.2364,14.7801,10.9453,15607.6027,15607.6027,15607.6027 -1043.5000,1.0000,14288.3842,80.2020,79.8806,0.0383,0.0000,6,1581.9795,456.6360,767.3138,-102.4047,75.6484,127.1167,-16.9648,0.6411,69.3870,0.0000,0.0000,5.6203,69.6165,-2.0812,0.0000,71.6977,0.0000,71.6977,8.7507,62.9471,0.0000,62.9471,0.0758,62.8713,0.0000,40.4918,14.8113,7.5682,15121.6573,15121.6573,15121.6573 -1044.5000,1.0000,14310.5927,80.3410,80.0206,0.0389,0.0000,6,1586.4425,454.9640,757.7949,-102.6694,75.5840,125.8939,-17.0567,-0.2081,70.1386,0.0000,0.0000,5.6536,69.9831,-2.0906,0.0000,72.0737,0.0000,72.0737,8.7658,63.3079,0.0000,63.3079,0.0770,63.2308,0.0000,40.7027,14.8370,7.6912,15121.0858,15121.0858,15121.0858 -1045.5000,1.0000,14332.8093,80.3700,79.9386,-0.0228,0.0000,6,1593.4615,384.7883,764.8062,-103.0857,64.2084,127.6208,-17.2016,0.8959,57.6054,0.0000,0.0000,5.7071,57.9659,-1.8406,0.0000,59.8065,0.0000,59.8065,8.7690,51.0375,0.0000,51.0375,-0.0451,51.0826,0.0000,40.7467,14.8424,-4.5065,13001.2509,13001.2509,13001.2509 -1046.5000,1.0000,14355.0189,80.3450,79.9706,0.0089,0.0000,6,1595.8650,415.4672,734.6094,-103.2282,69.4323,122.7669,-17.2514,-0.6617,64.4052,0.0000,0.0000,5.6888,64.1199,-1.9685,0.0000,66.0884,0.0000,66.0884,8.7663,57.3221,0.0000,57.3221,0.0176,57.3045,0.0000,40.7087,14.8377,1.7581,13977.5688,13977.5688,13977.5688 -1047.5000,1.0000,14377.2320,80.3575,79.9636,-0.0019,0.0000,6,1592.0120,407.3177,749.6704,-102.9997,67.9060,124.9814,-17.1716,0.2834,61.9066,0.0000,0.0000,5.7160,62.0220,-1.9249,0.0000,63.9469,0.0000,63.9469,8.7676,55.1793,0.0000,55.1793,-0.0039,55.1831,0.0000,40.7277,14.8400,-0.3846,13675.4822,13675.4822,13675.4822 -1048.5000,1.0000,14399.4276,80.2945,79.8446,-0.0331,0.0000,6,1586.7475,378.9453,739.5362,-102.6875,62.9670,122.8842,-17.0629,-0.7955,56.0741,0.0000,0.0000,7.6884,55.8270,-1.7951,0.0000,57.6221,0.0000,57.6221,8.7608,48.8613,0.0000,48.8613,-0.0654,48.9267,0.0000,40.6320,14.8284,-6.5337,12759.8794,12759.8794,12759.8794 -1049.5000,1.0000,14421.5624,80.0760,79.5266,-0.0883,0.0000,6,1580.8730,316.8568,735.5784,-102.3391,52.4552,121.7740,-16.9421,0.2222,44.5263,0.0000,0.0000,7.7067,44.6795,-1.5602,0.0000,46.2396,0.0000,46.2396,8.7369,37.5027,0.0000,37.5027,-0.1744,37.6771,0.0000,40.3014,14.7881,-17.4123,10765.6177,10765.6177,10765.6177 -1050.5000,1.0000,14443.5423,79.5180,78.7286,-0.2217,0.0000,6,1576.5625,151.6167,709.0803,-102.0834,25.0315,117.0672,-16.8537,-0.6390,17.9889,0.0000,0.0000,7.6816,18.0039,-0.9976,0.0000,19.0015,0.0000,19.0015,8.6760,10.3254,0.0000,10.3254,-0.4346,10.7600,0.0000,39.4655,14.6850,-43.3905,5704.0085,5704.0085,5704.0085 -1051.5000,1.0000,14465.2973,78.7085,77.9076,-0.2281,0.0000,6,1562.4475,138.7223,651.0222,-101.2463,22.6976,106.5197,-16.5658,-0.7211,15.8178,0.0000,0.0000,7.6010,15.8242,-0.9423,0.0000,16.7665,0.0000,16.7665,8.5877,8.1788,0.0000,8.1788,-0.4426,8.6214,0.0000,38.2726,14.5355,-44.1867,5253.6162,5253.6162,5253.6162 -1052.5000,1.0000,14486.8304,77.9095,77.1306,-0.2158,0.0000,6,1542.8395,146.5023,637.6456,-100.0834,23.6698,103.0217,-16.1701,-1.1457,17.2860,0.0000,0.0000,7.5295,17.2365,-0.9621,0.0000,18.1986,0.0000,18.1986,8.5005,9.6980,0.0000,9.6980,-0.4146,10.1126,0.0000,37.1187,14.3880,-41.3941,5411.3885,5411.3885,5411.3885 -1053.5000,1.0000,14508.1779,77.2415,76.5716,-0.1553,0.0000,6,1526.1310,218.4420,640.3020,-99.0924,34.9105,102.3305,-15.8366,-0.4326,27.8511,0.0000,0.0000,7.4921,27.8677,-1.1756,0.0000,29.0433,0.0000,29.0433,8.4277,20.6156,0.0000,20.6156,-0.2957,20.9113,0.0000,36.1717,14.2646,-29.5250,7454.2306,7454.2306,7454.2306 -1054.5000,1.0000,14529.3763,76.7045,76.0566,-0.1431,0.0000,6,1515.6405,229.3873,661.1896,-98.4703,36.4078,104.9424,-15.6290,-0.5468,29.4873,0.0000,0.0000,7.4673,29.4719,-1.2026,0.0000,30.6745,0.0000,30.6745,8.3691,22.3054,0.0000,22.3054,-0.2705,22.5760,0.0000,35.4224,14.1654,-27.0119,7726.0311,7726.0311,7726.0311 -1055.5000,1.0000,14550.4412,76.2240,75.6106,-0.1239,0.0000,6,1507.5915,238.2915,665.1642,-97.9929,37.6202,105.0125,-15.4706,-0.2013,32.3686,0.0000,0.0000,5.4528,32.4168,-1.2582,0.0000,33.6750,0.0000,33.6750,8.3166,25.3584,0.0000,25.3584,-0.2328,25.5912,0.0000,34.7608,14.0767,-23.2463,7949.3995,7949.3995,7949.3995 -1056.5000,1.0000,14571.3823,75.7785,75.1656,-0.1236,0.0000,6,1497.0245,233.8605,661.6914,-97.3662,36.6618,103.7321,-15.2639,-0.7716,31.9715,0.0000,0.0000,5.4619,31.8859,-1.2419,0.0000,33.1278,0.0000,33.1278,8.2680,24.8597,0.0000,24.8597,-0.2309,25.0907,0.0000,34.1549,13.9944,-23.0586,7763.9035,7763.9035,7763.9035 -1057.5000,1.0000,14592.2475,75.5050,75.0636,-0.0283,0.0000,6,1487.3350,349.1767,662.1423,-96.7915,54.3854,103.1309,-15.0756,-0.1185,49.0625,0.0000,0.0000,5.4414,49.0529,-1.5963,0.0000,50.6492,0.0000,50.6492,8.2382,42.4110,0.0000,42.4110,-0.0527,42.4638,0.0000,33.7861,13.9439,-5.2663,11058.8835,11058.8835,11058.8835 -1058.5000,1.0000,14613.1268,75.5560,75.2676,0.0567,0.0000,6,1483.0245,451.6999,701.0418,-96.5359,70.1499,108.8732,-14.9922,-0.2745,64.9920,0.0000,0.0000,5.4323,64.7725,-1.9244,0.0000,66.6969,0.0000,66.6969,8.2438,58.4532,0.0000,58.4532,0.1056,58.3476,0.0000,33.8547,13.9533,10.5396,13969.3882,13969.3882,13969.3882 -1059.5000,1.0000,14634.0616,75.7555,75.4626,0.0542,0.0000,6,1486.3435,453.1880,742.8721,-96.7327,70.5385,115.6277,-15.0564,0.5780,64.4658,0.0000,0.0000,5.4946,64.6573,-1.9244,0.0000,66.5817,0.0000,66.5817,8.2655,58.3161,0.0000,58.3161,0.1012,58.2150,0.0000,34.1235,13.9902,10.1013,14047.4515,14047.4515,14047.4515 -1060.5000,1.0000,14655.0533,75.9605,75.6776,0.0597,0.0000,6,1500.9920,458.5503,745.9081,-97.6015,72.0765,117.2445,-15.3413,0.7665,65.7700,0.0000,0.0000,5.5400,66.0409,-1.9556,0.0000,67.9965,0.0000,67.9965,8.2879,59.7086,0.0000,59.7086,0.1118,59.5968,0.0000,34.4013,14.0280,11.1674,14355.4606,14355.4606,14355.4606 -1061.5000,1.0000,14676.1041,76.1735,75.8886,0.0586,0.0000,6,1504.5015,454.2558,742.1394,-97.8096,71.5685,116.9248,-15.4100,-0.4441,66.5130,0.0000,0.0000,5.4995,66.2088,-1.9616,0.0000,68.1705,0.0000,68.1705,8.3111,59.8594,0.0000,59.8594,0.1101,59.7493,0.0000,34.6915,14.0674,10.9904,14262.8229,14262.8229,14262.8229 -1062.5000,1.0000,14697.2286,76.4385,76.2076,0.0886,0.0000,6,1510.2235,495.9030,750.1181,-98.1490,78.4272,118.6314,-15.5223,0.9765,71.9105,0.0000,0.0000,5.5402,72.2610,-2.0909,0.0000,74.3519,0.0000,74.3519,8.3400,66.0118,0.0000,66.0118,0.1670,65.8448,0.0000,35.0549,14.1163,16.6736,15524.2106,15524.2106,15524.2106 -1063.5000,1.0000,14718.4504,76.7890,76.5896,0.1061,0.0000,6,1515.8310,514.8420,756.7080,-98.4816,81.7247,120.1179,-15.6327,-0.4581,76.6192,0.0000,0.0000,5.5635,76.1810,-2.1767,0.0000,78.3577,0.0000,78.3577,8.3783,69.9794,0.0000,69.9794,0.2009,69.7785,0.0000,35.5394,14.1810,20.0581,16147.6308,16147.6308,16147.6308 -1064.5000,1.0000,14739.7643,77.1205,76.8706,0.0781,0.0000,6,1514.0765,488.0896,768.2097,-98.3775,77.3884,121.8025,-15.5981,0.2944,71.5219,0.0000,0.0000,5.5721,71.5412,-2.0840,0.0000,73.6252,0.0000,73.6252,8.4145,65.2107,0.0000,65.2107,0.1484,65.0623,0.0000,36.0016,14.2422,14.8185,15321.4072,15321.4072,15321.4072 -1065.5000,1.0000,14761.1587,77.4100,77.1686,0.0828,0.0000,6,1523.7660,495.1800,761.2318,-98.9522,79.0151,121.4685,-15.7896,0.6104,72.7940,0.0000,0.0000,5.6107,72.9651,-2.1171,0.0000,75.0822,0.0000,75.0822,8.4460,66.6362,0.0000,66.6362,0.1580,66.4782,0.0000,36.4086,14.2957,15.7739,15660.6437,15660.6437,15660.6437 -1066.5000,1.0000,14782.6512,77.7635,77.5776,0.1136,0.0000,6,1533.0355,532.2072,763.0965,-99.5019,85.4401,122.5068,-15.9740,0.2586,79.5312,0.0000,0.0000,5.6503,79.4648,-2.2568,0.0000,81.7215,0.0000,81.7215,8.4846,73.2369,0.0000,73.2369,0.2178,73.0191,0.0000,36.9098,14.3610,21.7483,16850.0726,16850.0726,16850.0726 -1067.5000,1.0000,14804.2569,78.1710,77.9836,0.1128,0.0000,6,1539.7495,534.4054,777.4354,-99.9001,86.1687,125.3554,-16.1081,0.3752,80.1043,0.0000,0.0000,5.6892,80.1027,-2.2750,0.0000,82.3777,0.0000,82.3777,8.5291,73.8486,0.0000,73.8486,0.2174,73.6312,0.0000,37.4931,14.4363,21.7019,16992.3831,16992.3831,16992.3831 -1068.5000,1.0000,14825.9651,78.5400,78.3156,0.0922,0.0000,6,1551.6515,511.7225,781.5434,-100.6060,83.1491,126.9919,-16.3473,0.7561,76.6668,0.0000,0.0000,5.7262,76.8963,-2.2126,0.0000,79.1089,0.0000,79.1089,8.5693,70.5396,0.0000,70.5396,0.1786,70.3610,0.0000,38.0264,14.5044,17.8302,16479.4299,16479.4299,16479.4299 -1069.5000,1.0000,14847.7631,78.8630,78.6296,0.0872,0.0000,6,1555.5045,505.0293,769.0758,-100.8345,82.2653,125.2763,-16.4251,-0.3899,76.9133,0.0000,0.0000,5.7419,76.5590,-2.2095,0.0000,78.7685,0.0000,78.7685,8.6046,70.1640,0.0000,70.1640,0.1696,69.9944,0.0000,38.4975,14.5640,16.9328,16332.0818,16332.0818,16332.0818 -1070.5000,1.0000,14869.6223,79.0835,78.7566,0.0353,0.0000,6,1556.2295,448.3271,772.2355,-100.8775,73.0630,125.8496,-16.4398,0.4594,66.8259,0.0000,0.0000,5.7777,66.9786,-2.0126,0.0000,68.9912,0.0000,68.9912,8.6286,60.3625,0.0000,60.3625,0.0688,60.2937,0.0000,38.8212,14.6048,6.8678,14554.6895,14554.6895,14554.6895 -1071.5000,1.0000,14891.4973,79.1405,78.7436,-0.0036,0.0000,6,1568.8945,400.4552,756.8680,-101.6287,65.7925,124.3491,-16.6970,0.7571,59.2837,0.0000,0.0000,5.7517,59.5855,-1.8593,0.0000,61.4448,0.0000,61.4448,8.6349,52.8099,0.0000,52.8099,-0.0070,52.8169,0.0000,38.9052,14.6153,-0.7035,13278.9751,13278.9751,13278.9751 -1072.5000,1.0000,14913.3491,79.0570,78.5896,-0.0428,0.0000,6,1569.6575,347.7476,733.9050,-101.6739,57.1607,120.6350,-16.7126,-0.6840,52.0861,0.0000,0.0000,5.7586,51.9012,-1.6982,0.0000,53.5994,0.0000,53.5994,8.6257,44.9736,0.0000,44.9736,-0.0834,45.0570,0.0000,38.7822,14.5999,-8.3251,11633.3801,11633.3801,11633.3801 -1073.5000,1.0000,14935.1715,78.9510,78.5316,-0.0161,0.0000,6,1564.6600,382.9831,721.7261,-101.3775,62.7521,118.2554,-16.6108,0.2016,56.7611,0.0000,0.0000,5.7894,56.8581,-1.8001,0.0000,58.6583,0.0000,58.6583,8.6142,50.0441,0.0000,50.0441,-0.0314,50.0754,0.0000,38.6264,14.5803,-3.1312,12695.4883,12695.4883,12695.4883 -1074.5000,1.0000,14956.9762,78.8875,78.4626,-0.0192,0.0000,6,1560.9980,376.6589,727.5260,-101.1603,61.5714,118.9267,-16.5364,-0.5522,56.3482,0.0000,0.0000,5.7754,56.1648,-1.7849,0.0000,57.9497,0.0000,57.9497,8.6072,49.3425,0.0000,49.3425,-0.0373,49.3797,0.0000,38.5332,14.5686,-3.7221,12465.4223,12465.4223,12465.4223 -1075.5000,1.0000,14978.7513,78.7805,78.3176,-0.0403,0.0000,6,1555.6955,354.0480,728.1817,-100.8459,57.6787,118.6296,-16.4290,0.0437,51.8731,0.0000,0.0000,5.7618,51.9362,-1.6955,0.0000,53.6317,0.0000,53.6317,8.5956,45.0361,0.0000,45.0361,-0.0782,45.1144,0.0000,38.3767,14.5488,-7.8111,11710.2515,11710.2515,11710.2515 -1076.5000,1.0000,15000.5020,78.6930,78.2876,-0.0083,0.0000,6,1552.6815,390.3017,717.4924,-100.6671,63.4617,116.6617,-16.3681,-0.3310,58.0368,0.0000,0.0000,5.7559,57.9180,-1.8191,0.0000,59.7371,0.0000,59.7371,8.5860,51.1511,0.0000,51.1511,-0.0162,51.1673,0.0000,38.2489,14.5327,-1.6143,12821.4584,12821.4584,12821.4584 -1077.5000,1.0000,15022.2456,78.6675,78.2666,-0.0058,0.0000,6,1550.3925,395.2078,731.7379,-100.5313,64.1646,118.8026,-16.3219,0.1126,58.3019,0.0000,0.0000,5.7502,58.3541,-1.8279,0.0000,60.1820,0.0000,60.1820,8.5832,51.5987,0.0000,51.5987,-0.0113,51.6100,0.0000,38.2117,14.5279,-1.1296,12955.5633,12955.5633,12955.5633 -1078.5000,1.0000,15043.9826,78.6435,78.2396,-0.0075,0.0000,6,1554.0930,392.6265,734.4273,-100.7508,63.8977,119.5238,-16.3966,0.2403,57.8906,0.0000,0.0000,5.7668,57.9943,-1.8201,0.0000,59.8144,0.0000,59.8144,8.5806,51.2338,0.0000,51.2338,-0.0145,51.2483,0.0000,38.1768,14.5235,-1.4520,12906.5971,12906.5971,12906.5971 -1079.5000,1.0000,15065.7483,78.7470,78.4736,0.0650,0.0000,6,1557.5645,478.1364,733.3971,-100.9567,77.9878,119.6228,-16.4668,0.0912,72.1370,0.0000,0.0000,5.7596,72.0741,-2.1147,0.0000,74.1887,0.0000,74.1887,8.5919,65.5968,0.0000,65.5968,0.1262,65.4706,0.0000,38.3278,14.5426,12.6002,15517.1471,15517.1471,15517.1471 -1080.5000,1.0000,15087.5817,78.9905,78.7266,0.0703,0.0000,6,1560.5780,486.7255,762.4667,-101.1354,79.5423,124.6049,-16.5279,0.1974,73.5652,0.0000,0.0000,5.7797,73.5445,-2.1483,0.0000,75.6928,0.0000,75.6928,8.6185,67.0743,0.0000,67.0743,0.1369,66.9374,0.0000,38.6845,14.5876,13.6654,15825.4060,15825.4060,15825.4060 -1081.5000,1.0000,15109.4303,79.0455,78.5836,-0.0397,0.0000,6,1559.8915,355.1780,762.8188,-101.0947,58.0188,124.6076,-16.5140,-0.2631,52.5159,0.0000,0.0000,5.7660,52.4709,-1.7099,0.0000,54.1808,0.0000,54.1808,8.6245,45.5563,0.0000,45.5563,-0.0774,45.6337,0.0000,38.7653,14.5977,-7.7293,11781.9962,11781.9962,11781.9962 -1082.5000,1.0000,15131.2289,78.8655,78.3666,-0.0603,0.0000,6,1559.1285,331.1563,722.4959,-101.0495,54.0684,117.9630,-16.4985,0.1899,48.1039,0.0000,0.0000,5.7746,48.2315,-1.6194,0.0000,49.8509,0.0000,49.8509,8.6048,41.2460,0.0000,41.2460,-0.1172,41.3632,0.0000,38.5011,14.5645,-11.7024,11040.0991,11040.0991,11040.0991 -1083.5000,1.0000,15152.9198,78.4775,77.8076,-0.1553,0.0000,6,1551.2700,211.1060,705.9912,-100.5834,34.2939,114.6873,-16.3396,-0.9376,29.5523,0.0000,0.0000,5.6792,29.4697,-1.2238,0.0000,30.6936,0.0000,30.6936,8.5625,22.1310,0.0000,22.1310,-0.3004,22.4315,0.0000,37.9360,14.4929,-29.9974,7356.0777,7356.0777,7356.0777 -1084.5000,1.0000,15174.4418,77.8695,77.1506,-0.1825,0.0000,6,1538.9105,179.2610,667.3496,-99.8504,28.8887,107.5463,-16.0913,-0.2379,23.4513,0.0000,0.0000,5.6753,23.5121,-1.0924,0.0000,24.6045,0.0000,24.6045,8.4962,16.1083,0.0000,16.1083,-0.3504,16.4587,0.0000,37.0613,14.3806,-34.9832,6354.4857,6354.4857,6354.4857 -1085.5000,1.0000,15195.7701,77.1725,76.4136,-0.2047,0.0000,6,1528.8015,146.4663,650.1192,-99.2508,23.4486,104.0813,-15.8896,-0.7127,18.4902,0.0000,0.0000,5.6712,18.4866,-0.9793,0.0000,19.4660,0.0000,19.4660,8.4201,11.0458,0.0000,11.0458,-0.3895,11.4353,0.0000,36.0752,14.2519,-38.8917,5366.9934,5366.9934,5366.9934 -1086.5000,1.0000,15216.9051,76.4765,75.7586,-0.1819,0.0000,6,1517.6625,171.5150,638.3001,-98.5902,27.2588,101.4445,-15.6689,-0.3306,21.8937,0.0000,0.0000,5.6956,21.9365,-1.0429,0.0000,22.9794,0.0000,22.9794,8.3442,14.6352,0.0000,14.6352,-0.3431,14.9783,0.0000,35.1077,14.1233,-34.2528,6041.4524,6041.4524,6041.4524 -1087.5000,1.0000,15237.9147,76.0250,75.5106,-0.0689,0.0000,6,1504.2345,300.1054,638.9942,-97.7938,47.2735,100.6563,-15.4048,-0.9127,42.5502,0.0000,0.0000,5.6361,42.3398,-1.4626,0.0000,43.8024,0.0000,43.8024,8.2949,35.5074,0.0000,35.5074,-0.1291,35.6366,0.0000,34.4891,14.0399,-12.8924,9752.7765,9752.7765,9752.7765 -1088.5000,1.0000,15258.8552,75.7760,75.2606,-0.0694,0.0000,6,1492.8280,302.7324,687.1113,-97.1173,47.3257,107.4151,-15.1822,-0.1399,41.8530,0.0000,0.0000,5.6126,41.8793,-1.4501,0.0000,43.3294,0.0000,43.3294,8.2678,35.0617,0.0000,35.0617,-0.1297,35.1914,0.0000,34.1513,13.9940,-12.9538,9746.7093,9746.7093,9746.7093 -1089.5000,1.0000,15279.7720,75.6910,75.3406,0.0222,0.0000,6,1493.0950,411.8000,689.3358,-97.1332,64.3876,107.7822,-15.1874,0.1644,58.6172,0.0000,0.0000,5.6060,58.6566,-1.7986,0.0000,60.4552,0.0000,60.4552,8.2585,52.1967,0.0000,52.1967,0.0415,52.1552,0.0000,34.0364,13.9783,4.1406,12934.2075,12934.2075,12934.2075 -1090.5000,1.0000,15300.7048,75.7485,75.3756,0.0097,0.0000,6,1502.2885,397.3532,731.9353,-97.6784,62.5113,115.1475,-15.3667,0.6827,56.1818,0.0000,0.0000,5.6468,56.4455,-1.7532,0.0000,58.1987,0.0000,58.1987,8.2648,49.9339,0.0000,49.9339,0.0182,49.9158,0.0000,34.1140,13.9889,1.8129,12607.4396,12607.4396,12607.4396 -1091.5000,1.0000,15321.6514,75.7980,75.4396,0.0178,0.0000,6,1505.4550,402.6356,721.2992,-97.8662,63.4759,113.7135,-15.4287,-0.3914,58.2012,0.0000,0.0000,5.6661,58.0130,-1.7865,0.0000,59.7995,0.0000,59.7995,8.2702,51.5293,0.0000,51.5293,0.0332,51.4961,0.0000,34.1810,13.9980,3.3171,12792.6684,12792.6684,12792.6684 -1092.5000,1.0000,15342.6061,75.8275,75.4346,-0.0014,0.0000,6,1505.1880,383.3600,728.2073,-97.8504,60.4263,114.7822,-15.4235,0.3667,54.3767,0.0000,0.0000,5.6829,54.5218,-1.7141,0.0000,56.2359,0.0000,56.2359,8.2734,47.9625,0.0000,47.9625,-0.0026,47.9651,0.0000,34.2209,14.0035,-0.2593,12214.4092,12214.4092,12214.4092 -1093.5000,1.0000,15363.5525,75.7975,75.3796,-0.0153,0.0000,6,1502.8225,363.2664,715.1413,-97.7101,57.1691,112.5455,-15.3771,-0.5844,52.1106,0.0000,0.0000,5.6430,51.9098,-1.6593,0.0000,53.5691,0.0000,53.5691,8.2701,45.2990,0.0000,45.2990,-0.0286,45.3275,0.0000,34.1803,13.9979,-2.8507,11605.8354,11605.8354,11605.8354 -1094.5000,1.0000,15384.4817,75.7355,75.3106,-0.0192,0.0000,6,1502.4410,362.8490,715.1809,-97.6874,57.0889,112.5232,-15.3697,0.5491,50.8708,0.0000,0.0000,5.6691,51.0955,-1.6416,0.0000,52.7372,0.0000,52.7372,8.2633,44.4738,0.0000,44.4738,-0.0358,44.5096,0.0000,34.0965,13.9865,-3.5733,11590.9416,11590.9416,11590.9416 -1095.5000,1.0000,15405.3922,75.6680,75.2446,-0.0183,0.0000,6,1500.6865,358.4297,706.6014,-97.5834,56.3278,111.0435,-15.3354,-0.7101,51.3860,0.0000,0.0000,5.6520,51.1444,-1.6418,0.0000,52.7862,0.0000,52.7862,8.2560,44.5303,0.0000,44.5303,-0.0342,44.5645,0.0000,34.0054,13.9740,-3.4149,11448.7398,11448.7398,11448.7398 -1096.5000,1.0000,15426.2851,75.6050,75.1846,-0.0167,0.0000,6,1493.5530,364.5534,708.9438,-97.1603,57.0178,110.8820,-15.1963,0.0525,51.3136,0.0000,0.0000,5.6518,51.3536,-1.6454,0.0000,52.9990,0.0000,52.9990,8.2491,44.7499,0.0000,44.7499,-0.0311,44.7810,0.0000,33.9205,13.9624,-3.1019,11567.4943,11567.4943,11567.4943 -1097.5000,1.0000,15447.1585,75.5345,75.1036,-0.0225,0.0000,6,1487.8310,355.4525,705.7289,-96.8210,55.3814,109.9563,-15.0852,-0.5751,50.3571,0.0000,0.0000,5.5994,50.1709,-1.6200,0.0000,51.7909,0.0000,51.7909,8.2414,43.5495,0.0000,43.5495,-0.0419,43.5914,0.0000,33.8257,13.9494,-4.1837,11248.3564,11248.3564,11248.3564 -1098.5000,1.0000,15468.0357,75.5485,75.2126,0.0303,0.0000,6,1491.0735,423.2622,711.9112,-97.0133,66.0902,111.1613,-15.1481,0.8732,59.5661,0.0000,0.0000,5.6509,59.9038,-1.8229,0.0000,61.7267,0.0000,61.7267,8.2429,53.4838,0.0000,53.4838,0.0564,53.4274,0.0000,33.8445,13.9519,5.6309,13240.8944,13240.8944,13240.8944 -1099.5000,1.0000,15488.9295,75.6080,75.2226,0.0028,0.0000,6,1496.9860,385.2282,728.8382,-97.3639,60.3899,114.2556,-15.2632,-0.3332,55.0759,0.0000,0.0000,5.6472,54.9389,-1.7202,0.0000,56.6591,0.0000,56.6591,8.2494,48.4097,0.0000,48.4097,0.0052,48.4045,0.0000,33.9246,13.9629,0.5170,12207.6463,12207.6463,12207.6463 -1100.5000,1.0000,15509.8274,75.6230,75.2426,0.0056,0.0000,6,1495.1170,391.0144,718.9708,-97.2531,61.2205,112.5680,-15.2267,0.1611,55.4169,0.0000,0.0000,5.6424,55.4746,-1.7315,0.0000,57.2061,0.0000,57.2061,8.2511,48.9550,0.0000,48.9550,0.0104,48.9447,0.0000,33.9447,13.9657,1.0342,12361.7021,12361.7021,12361.7021 -1101.5000,1.0000,15530.7355,75.6595,75.2956,0.0147,0.0000,6,1497.8255,401.2435,720.6540,-97.4137,62.9358,113.0360,-15.2795,0.0877,57.2061,0.0000,0.0000,5.6420,57.2225,-1.7684,0.0000,58.9909,0.0000,58.9909,8.2550,50.7358,0.0000,50.7358,0.0275,50.7084,0.0000,33.9939,13.9724,2.7420,12684.0762,12684.0762,12684.0762 -1102.5000,1.0000,15551.6546,75.6990,75.3216,0.0072,0.0000,6,1494.8120,391.7320,721.3235,-97.2350,61.3203,112.9133,-15.2208,-0.3642,56.0626,0.0000,0.0000,5.6218,55.9042,-1.7414,0.0000,57.6456,0.0000,57.6456,8.2594,49.3862,0.0000,49.3862,0.0135,49.3728,0.0000,34.0472,13.9797,1.3458,12380.1596,12380.1596,12380.1596 -1103.5000,1.0000,15572.5817,75.7280,75.3536,0.0089,0.0000,6,1494.7740,397.0043,722.3041,-97.2327,62.1440,113.0640,-15.2201,0.3607,56.1229,0.0000,0.0000,5.6605,56.2585,-1.7491,0.0000,58.0076,0.0000,58.0076,8.2625,49.7451,0.0000,49.7451,0.0166,49.7285,0.0000,34.0863,13.9851,1.6570,12535.3033,12535.3033,12535.3033 -1104.5000,1.0000,15593.5321,75.8120,75.4896,0.0378,0.0000,6,1493.5910,429.5587,718.7441,-97.1626,67.1866,112.4177,-15.1970,-0.4689,61.9966,0.0000,0.0000,5.6589,61.7290,-1.8640,0.0000,63.5931,0.0000,63.5931,8.2717,55.3214,0.0000,55.3214,0.0706,55.2508,0.0000,34.1999,14.0006,7.0502,13448.1139,13448.1139,13448.1139 -1105.5000,1.0000,15614.5049,75.8925,75.5146,0.0069,0.0000,6,1492.4845,397.3284,735.3063,-97.0969,62.0995,114.9229,-15.1755,0.3671,56.0251,0.0000,0.0000,5.7073,56.1662,-1.7491,0.0000,57.9153,0.0000,57.9153,8.2805,49.6348,0.0000,49.6348,0.0130,49.6218,0.0000,34.3090,14.0155,1.2974,12524.5527,12524.5527,12524.5527 -1106.5000,1.0000,15635.4897,75.9355,75.5756,0.0169,0.0000,6,1499.0080,408.1311,723.6630,-97.4838,64.0667,113.5975,-15.3026,0.2318,58.0113,0.0000,0.0000,5.8236,58.0854,-1.7896,0.0000,59.8750,0.0000,59.8750,8.2852,51.5898,0.0000,51.5898,0.0317,51.5581,0.0000,34.3673,14.0234,3.1674,12892.2807,12892.2807,12892.2807 -1107.5000,1.0000,15656.4811,75.9595,75.5626,-0.0036,0.0000,6,1498.6650,382.2046,724.8849,-97.4635,59.9831,113.7633,-15.2959,-0.2633,54.4213,0.0000,0.0000,5.8251,54.3221,-1.7115,0.0000,56.0335,0.0000,56.0335,8.2878,47.7457,0.0000,47.7457,-0.0068,47.7525,0.0000,34.3999,14.0278,-0.6752,12133.3709,12133.3709,12133.3709 -1108.5000,1.0000,15677.4828,75.9965,75.6496,0.0242,0.0000,6,1498.4360,418.0951,718.9509,-97.4499,65.6057,112.8148,-15.2914,0.2422,59.4524,0.0000,0.0000,5.9111,59.5228,-1.8202,0.0000,61.3430,0.0000,61.3430,8.2918,53.0512,0.0000,53.0512,0.0453,53.0059,0.0000,34.4502,14.0347,4.5211,13171.5392,13171.5392,13171.5392 -1109.5000,1.0000,15698.5042,76.0675,75.7046,0.0153,0.0000,6,1498.3215,406.3236,728.3714,-97.4431,63.7537,114.2843,-15.2892,-0.2527,58.1219,0.0000,0.0000,5.8845,57.9944,-1.7892,0.0000,59.7837,0.0000,59.7837,8.2996,51.4841,0.0000,51.4841,0.0287,51.4554,0.0000,34.5468,14.0478,2.8608,12833.1812,12833.1812,12833.1812 -1110.5000,1.0000,15719.5521,76.1630,75.8406,0.0378,0.0000,6,1500.6485,436.4369,729.0069,-97.5811,68.5850,114.5616,-15.3346,0.4676,62.1712,0.0000,0.0000,5.9462,62.3258,-1.8806,0.0000,64.2064,0.0000,64.2064,8.3100,55.8964,0.0000,55.8964,0.0709,55.8254,0.0000,34.6771,14.0654,7.0829,13719.1626,13719.1626,13719.1626 -1111.5000,1.0000,15740.6149,76.2165,75.8116,-0.0081,0.0000,6,1509.1170,380.2680,739.4473,-98.0834,60.0954,116.8581,-15.5005,0.3146,53.7777,0.0000,0.0000,6.0031,53.9090,-1.7059,0.0000,55.6149,0.0000,55.6149,8.3158,47.2990,0.0000,47.2990,-0.0151,47.3142,0.0000,34.7502,14.0753,-1.5114,12149.8241,12149.8241,12149.8241 -1112.5000,1.0000,15761.6804,76.2260,75.8596,0.0133,0.0000,6,1512.5505,403.2917,719.3041,-98.2870,63.8789,113.9334,-15.5681,0.0036,57.9118,0.0000,0.0000,5.9635,57.8951,-1.7891,0.0000,59.6841,0.0000,59.6841,8.3169,51.3673,0.0000,51.3673,0.0251,51.3422,0.0000,34.7632,14.0771,2.5019,12872.8354,12872.8354,12872.8354 -1113.5000,1.0000,15782.7618,76.2835,75.9266,0.0186,0.0000,6,1516.6325,410.6157,730.3418,-98.5291,65.2146,115.9939,-15.6485,0.3766,58.8396,0.0000,0.0000,5.9984,58.9705,-1.8121,0.0000,60.7827,0.0000,60.7827,8.3231,52.4595,0.0000,52.4595,0.0350,52.4245,0.0000,34.8420,14.0877,3.4949,13117.9055,13117.9055,13117.9055 -1114.5000,1.0000,15803.8637,76.3575,76.0076,0.0225,0.0000,6,1518.1585,413.1339,729.5408,-98.6196,65.6805,115.9833,-15.6787,-0.2347,59.9481,0.0000,0.0000,5.9671,59.8170,-1.8307,0.0000,61.6476,0.0000,61.6476,8.3312,53.3164,0.0000,53.3164,0.0424,53.2741,0.0000,34.9435,14.1013,4.2293,13203.2251,13203.2251,13203.2251 -1115.5000,1.0000,15824.9861,76.4310,76.0736,0.0183,0.0000,6,1516.0605,410.7150,732.0489,-98.4952,65.2057,116.2212,-15.6372,0.0391,59.1738,0.0000,0.0000,5.9929,59.1646,-1.8179,0.0000,60.9825,0.0000,60.9825,8.3392,52.6433,0.0000,52.6433,0.0345,52.6088,0.0000,35.0445,14.1149,3.4494,13115.8022,13115.8022,13115.8022 -1116.5000,1.0000,15846.1132,76.4480,76.0416,-0.0089,0.0000,6,1506.9810,376.9388,724.3883,-97.9567,59.4850,114.3162,-15.4586,-0.8791,54.4562,0.0000,0.0000,5.9078,54.1243,-1.7131,0.0000,55.8374,0.0000,55.8374,8.3411,47.4964,0.0000,47.4964,-0.0168,47.5131,0.0000,35.0679,14.1181,-1.6728,12037.1857,12037.1857,12037.1857 -1117.5000,1.0000,15867.2237,76.3880,75.9536,-0.0244,0.0000,6,1504.2725,364.6030,721.0092,-97.7961,57.4348,113.5784,-15.4055,0.6273,50.8750,0.0000,0.0000,5.9325,51.1341,-1.6501,0.0000,52.7843,0.0000,52.7843,8.3345,44.4497,0.0000,44.4497,-0.0460,44.4958,0.0000,34.9854,14.1070,-4.5966,11655.0681,11655.0681,11655.0681 -1118.5000,1.0000,15888.2681,76.1505,75.5666,-0.1075,0.0000,6,1504.9595,258.7664,708.8578,-97.8368,40.7813,111.7153,-15.4190,-0.5641,35.4136,0.0000,0.0000,5.9318,35.3599,-1.3187,0.0000,36.6785,0.0000,36.6785,8.3086,28.3699,0.0000,28.3699,-0.2018,28.5717,0.0000,34.6603,14.0631,-20.1516,8536.6915,8536.6915,8536.6915 -1119.5000,1.0000,15909.1759,75.6585,74.9696,-0.1658,0.0000,6,1498.0165,189.4788,673.8340,-97.4250,29.7239,105.7056,-15.2833,-0.0772,23.8689,0.0000,0.0000,5.9322,23.9500,-1.0752,0.0000,25.0252,0.0000,25.0252,8.2549,16.7702,0.0000,16.7702,-0.3093,17.0796,0.0000,33.9931,13.9723,-30.8858,6485.5512,6485.5512,6485.5512 -1120.5000,1.0000,15929.9058,75.0180,74.2856,-0.1900,0.0000,6,1490.1580,154.2730,643.1567,-96.9590,24.0741,100.3640,-15.1303,-0.6423,18.7807,0.0000,0.0000,5.9358,18.7778,-0.9599,0.0000,19.7377,0.0000,19.7377,8.1851,11.5526,0.0000,11.5526,-0.3514,11.9040,0.0000,33.1372,13.8540,-35.0872,5450.7980,5450.7980,5450.7980 -1121.5000,1.0000,15950.4958,74.5145,73.9626,-0.0897,0.0000,6,1472.5340,269.0638,623.4962,-95.9137,41.4906,96.1452,-14.7902,-0.9590,36.6056,0.0000,0.0000,5.8439,36.4209,-1.3216,0.0000,37.7425,0.0000,37.7425,8.1301,29.6124,0.0000,29.6124,-0.1648,29.7772,0.0000,32.4740,13.7610,-16.4577,8625.6730,8625.6730,8625.6730 -1122.5000,1.0000,15970.9837,74.1465,73.5496,-0.1147,0.0000,6,1463.1880,243.1472,670.5428,-95.3594,37.2561,102.7437,-14.6114,0.1131,31.3016,0.0000,0.0000,5.8414,31.4160,-1.2130,0.0000,32.6290,0.0000,32.6290,8.0900,24.5390,0.0000,24.5390,-0.2097,24.7488,0.0000,31.9953,13.6930,-20.9396,7802.3462,7802.3462,7802.3462 -1123.5000,1.0000,15991.3403,73.6745,73.0186,-0.1475,0.0000,6,1466.1250,200.4552,661.3045,-95.5336,30.7763,101.5316,-14.6675,0.1511,24.8229,0.0000,0.0000,5.8024,24.9412,-1.0727,0.0000,26.0138,0.0000,26.0138,8.0385,17.9754,0.0000,17.9754,-0.2679,18.2433,0.0000,31.3883,13.6059,-26.7509,6639.7635,6639.7635,6639.7635 -1124.5000,1.0000,16011.5588,73.1770,72.5546,-0.1289,0.0000,6,1456.3970,213.2347,635.4322,-94.9567,32.5212,96.9120,-14.4822,-1.0201,27.8106,0.0000,0.0000,5.7307,27.6806,-1.1240,0.0000,28.8046,0.0000,28.8046,7.9842,20.8204,0.0000,20.8204,-0.2325,21.0529,0.0000,30.7566,13.5140,-23.2177,6940.6903,6940.6903,6940.6903 -1125.5000,1.0000,16031.6537,72.7320,72.1286,-0.1183,0.0000,6,1440.2225,227.1720,640.7277,-93.9974,34.2620,96.6344,-14.1767,-0.4218,29.0319,0.0000,0.0000,5.6519,29.0207,-1.1468,0.0000,30.1675,0.0000,30.1675,7.9356,22.2319,0.0000,22.2319,-0.2122,22.4441,0.0000,30.1989,13.4318,-21.1866,7241.6674,7241.6674,7241.6674 -1126.5000,1.0000,16051.6253,72.2880,71.6666,-0.1283,0.0000,6,1432.4785,213.4914,644.7500,-93.5381,32.0256,96.7182,-14.0315,-0.2618,26.6969,0.0000,0.0000,5.5905,26.7268,-1.0939,0.0000,27.8208,0.0000,27.8208,7.8872,19.9336,0.0000,19.9336,-0.2287,20.1623,0.0000,29.6493,13.3498,-22.8368,6830.7296,6830.7296,6830.7296 -1127.5000,1.0000,16071.4949,71.9210,71.3946,-0.0756,0.0000,6,1422.9800,272.4116,635.0455,-92.9748,40.5932,94.6307,-13.8546,-0.5700,35.6409,0.0000,0.0000,5.5223,35.5448,-1.2735,0.0000,36.8182,0.0000,36.8182,7.8471,28.9711,0.0000,28.9711,-0.1340,29.1050,0.0000,29.1998,13.2820,-13.3768,8391.0359,8391.0359,8391.0359 -1128.5000,1.0000,16091.2891,71.6495,71.1236,-0.0753,0.0000,6,1412.4135,273.3041,656.9230,-92.3481,40.4238,97.1639,-13.6590,-0.3507,35.2797,0.0000,0.0000,5.4948,35.2454,-1.2641,0.0000,36.5095,0.0000,36.5095,7.8175,28.6920,0.0000,28.6920,-0.1330,28.8249,0.0000,28.8703,13.2319,-13.2773,8363.7050,8363.7050,8363.7050 -1129.5000,1.0000,16110.9977,71.3415,70.7786,-0.0958,0.0000,6,1408.2555,248.6491,658.2797,-92.1015,36.6688,97.0779,-13.5824,-0.0099,31.2087,0.0000,0.0000,5.4700,31.2818,-1.1781,0.0000,32.4599,0.0000,32.4599,7.7839,24.6760,0.0000,24.6760,-0.1686,24.8445,0.0000,28.4997,13.1750,-16.8302,7671.0299,7671.0299,7671.0299 -1130.5000,1.0000,16130.5929,70.9330,70.3066,-0.1311,0.0000,6,1408.2935,203.8433,648.6569,-92.1037,30.0620,95.6614,-13.5831,0.0132,24.6079,0.0000,0.0000,5.4409,24.6928,-1.0362,0.0000,25.7289,0.0000,25.7289,7.7394,17.9896,0.0000,17.9896,-0.2293,18.2189,0.0000,28.0131,13.0996,-22.8938,6449.3626,6449.3626,6449.3626 -1131.5000,1.0000,16150.0491,70.4330,69.7786,-0.1467,0.0000,6,1395.3995,176.8020,620.6177,-91.3390,25.8353,90.6883,-13.3470,-1.1180,21.5908,0.0000,0.0000,5.3625,21.4694,-0.9634,0.0000,22.4328,0.0000,22.4328,7.6848,14.7480,0.0000,14.7480,-0.2547,15.0027,0.0000,27.4249,13.0072,-25.4294,5668.7463,5668.7463,5668.7463 -1132.5000,1.0000,16169.3779,69.9740,69.3886,-0.1083,0.0000,6,1379.1485,225.7106,612.2772,-90.3752,32.5981,88.4276,-13.0524,-0.2714,27.5046,0.0000,0.0000,5.3649,27.5174,-1.0843,0.0000,28.6017,0.0000,28.6017,7.6347,20.9669,0.0000,20.9669,-0.1869,21.1538,0.0000,26.8921,12.9225,-18.6607,6866.6747,6866.6747,6866.6747 -1133.5000,1.0000,16188.5993,69.5875,69.0056,-0.1064,0.0000,6,1374.0750,226.0788,630.8093,-90.0743,32.5311,90.7689,-12.9610,-0.1577,27.3696,0.0000,0.0000,5.3192,27.4078,-1.0777,0.0000,28.4855,0.0000,28.4855,7.5925,20.8929,0.0000,20.8929,-0.1825,21.0755,0.0000,26.4489,12.8511,-18.2245,6843.0277,6843.0277,6843.0277 -1134.5000,1.0000,16207.7094,69.1865,68.5866,-0.1164,0.0000,6,1367.2465,210.6464,627.5723,-89.6693,30.1599,89.8544,-12.8387,-0.4164,25.2855,0.0000,0.0000,5.2908,25.2703,-1.0287,0.0000,26.2990,0.0000,26.2990,7.5488,18.7502,0.0000,18.7502,-0.1985,18.9487,0.0000,25.9943,12.7770,-19.8227,6418.4042,6418.4042,6418.4042 -1135.5000,1.0000,16226.7422,68.9085,68.4496,-0.0381,0.0000,6,1361.4100,303.6974,622.4930,-89.3232,43.2971,88.7467,-12.7345,-0.0733,38.0997,0.0000,0.0000,5.2707,38.1130,-1.2932,0.0000,39.4062,0.0000,39.4062,7.5185,31.8877,0.0000,31.8877,-0.0647,31.9524,0.0000,25.6820,12.7257,-6.4554,8869.3777,8869.3777,8869.3777 -1136.5000,1.0000,16245.8011,69.0025,68.7746,0.0903,0.0000,6,1355.6500,458.0766,656.4484,-88.9816,65.0301,93.1916,-12.6321,-0.4065,60.1589,0.0000,0.0000,5.2777,59.8014,-1.7461,0.0000,61.5475,0.0000,61.5475,7.5287,54.0187,0.0000,54.0187,0.1536,53.8652,0.0000,25.7874,12.7431,15.3347,12927.4093,12927.4093,12927.4093 -1137.5000,1.0000,16264.9612,69.3670,69.1786,0.1122,0.0000,6,1355.8025,491.1548,723.8051,-88.9906,69.7338,102.7653,-12.6348,0.4193,64.0413,0.0000,0.0000,5.2733,64.0925,-1.8395,0.0000,65.9320,0.0000,65.9320,7.5685,58.3635,0.0000,58.3635,0.1919,58.1716,0.0000,26.1983,12.8104,19.1629,13816.3204,13816.3204,13816.3204 -1138.5000,1.0000,16284.2486,69.8250,69.6906,0.1422,0.0000,6,1364.7290,529.1222,736.4448,-89.5200,75.6190,105.2483,-12.7937,0.3261,70.0151,0.0000,0.0000,5.2778,69.9582,-1.9668,0.0000,71.9250,0.0000,71.9250,7.6185,64.3066,0.0000,64.3066,0.2448,64.0617,0.0000,26.7208,12.8950,24.4460,14868.7613,14868.7613,14868.7613 -1139.5000,1.0000,16303.6903,70.3805,70.2896,0.1664,0.0000,6,1375.1050,561.7040,753.9683,-90.1354,80.8857,108.5719,-12.9796,0.5476,75.0425,0.0000,0.0000,5.2957,75.0769,-2.0796,0.0000,77.1565,0.0000,77.1565,7.6791,69.4774,0.0000,69.4774,0.2887,69.1887,0.0000,27.3638,12.9975,28.8274,15858.3372,15858.3372,15858.3372 -1140.5000,1.0000,16323.2846,70.9300,70.7896,0.1389,0.0000,6,1391.8900,530.3755,769.7116,-91.1309,77.3067,112.1919,-13.2831,0.8804,71.0591,0.0000,0.0000,5.3672,71.3335,-2.0078,0.0000,73.3413,0.0000,73.3413,7.7390,65.6023,0.0000,65.6023,0.2429,65.3594,0.0000,28.0096,13.0990,24.2508,15198.4237,15198.4237,15198.4237 -1141.5000,1.0000,16342.9904,71.3310,71.0916,0.0839,0.0000,6,1404.8220,463.1375,755.9820,-91.8979,68.1334,111.2145,-13.5193,0.2271,62.5078,0.0000,0.0000,5.3985,62.4926,-1.8282,0.0000,64.3208,0.0000,64.3208,7.7828,56.5380,0.0000,56.5380,0.1475,56.3905,0.0000,28.4871,13.1731,14.7303,13519.7511,13519.7511,13519.7511 -1142.5000,1.0000,16362.7984,71.6995,71.5266,0.1208,0.0000,6,1407.6830,510.1089,730.7403,-92.0675,75.1963,107.7201,-13.5719,0.0198,69.7560,0.0000,0.0000,5.4205,69.5563,-1.9795,0.0000,71.5358,0.0000,71.5358,7.8230,63.7128,0.0000,63.7128,0.2136,63.4992,0.0000,28.9310,13.2411,21.3271,14822.4104,14822.4104,14822.4104 -1143.5000,1.0000,16382.6956,72.0200,71.7326,0.0572,0.0000,6,1415.7320,450.4155,753.2584,-92.5449,66.7764,111.6744,-13.7203,0.6799,58.7227,0.0000,0.0000,7.3738,58.9628,-1.7625,0.0000,60.7252,0.0000,60.7252,7.8580,52.8673,0.0000,52.8673,0.1016,52.7657,0.0000,29.3205,13.3003,10.1449,13275.1895,13275.1895,13275.1895 -1144.5000,1.0000,16402.6728,72.3085,72.1036,0.1031,0.0000,6,1426.4895,503.5851,729.4736,-93.1829,75.2264,108.9700,-13.9198,0.2573,67.5354,0.0000,0.0000,7.4336,67.5013,-1.9436,0.0000,69.4450,0.0000,69.4450,7.8894,61.5555,0.0000,61.5555,0.1837,61.3718,0.0000,29.6744,13.3536,18.3438,14846.2079,14846.2079,14846.2079 -1145.5000,1.0000,16422.7307,72.5990,72.3136,0.0583,0.0000,6,1431.4870,451.5990,750.3914,-93.4793,67.6969,112.4874,-14.0130,0.1811,60.0988,0.0000,0.0000,7.4170,60.0984,-1.7927,0.0000,61.8911,0.0000,61.8911,7.9211,53.9700,0.0000,53.9700,0.1044,53.8656,0.0000,30.0333,13.4072,10.4250,13446.6909,13446.6909,13446.6909 -1146.5000,1.0000,16442.8526,72.8290,72.5636,0.0694,0.0000,6,1433.6235,466.0782,730.5243,-93.6060,69.9717,109.6727,-14.0529,0.0067,62.5500,0.0000,0.0000,7.4150,62.4461,-1.8443,0.0000,64.2904,0.0000,64.2904,7.9462,56.3442,0.0000,56.3442,0.1247,56.2195,0.0000,30.3197,13.4497,12.4501,13854.1184,13854.1184,13854.1184 -1147.5000,1.0000,16463.0397,73.0640,72.7836,0.0611,0.0000,6,1439.4220,458.8804,739.5593,-93.9499,69.1698,111.4781,-14.1616,0.5058,61.2054,0.0000,0.0000,7.4585,61.3563,-1.8243,0.0000,63.1806,0.0000,63.1806,7.9719,55.2087,0.0000,55.2087,0.1101,55.0987,0.0000,30.6141,13.4931,10.9914,13712.4334,13712.4334,13712.4334 -1148.5000,1.0000,16483.2562,73.1700,72.7756,-0.0022,0.0000,6,1440.3375,380.5266,731.7927,-94.0042,57.3955,110.3776,-14.1788,-0.4251,50.4108,0.0000,0.0000,7.4098,50.2454,-1.5940,0.0000,51.8394,0.0000,51.8394,7.9834,43.8559,0.0000,43.8559,-0.0040,43.8599,0.0000,30.7475,13.5127,-0.4003,11566.5241,11566.5241,11566.5241 -1149.5000,1.0000,16503.4650,73.1420,72.7276,-0.0133,0.0000,6,1437.9725,370.0783,706.5323,-93.8639,55.7279,106.3925,-14.1344,0.2156,48.1263,0.0000,0.0000,7.3860,48.2238,-1.5516,0.0000,49.7754,0.0000,49.7754,7.9804,41.7950,0.0000,41.7950,-0.0240,41.8191,0.0000,30.7122,13.5075,-2.4007,11237.4262,11237.4262,11237.4262 -1150.5000,1.0000,16523.6091,72.9090,72.3096,-0.1161,0.0000,6,1440.7570,245.4064,701.4466,-94.0291,37.0259,105.8313,-14.1867,0.0303,29.5378,0.0000,0.0000,7.4577,29.6298,-1.1615,0.0000,30.7913,0.0000,30.7913,7.9549,22.8363,0.0000,22.8363,-0.2087,23.0450,0.0000,30.4199,13.4645,-20.8393,7741.5356,7741.5356,7741.5356 -1151.5000,1.0000,16543.5328,72.1160,71.1416,-0.3244,0.0000,6,1431.1815,-12.0763,647.1290,-93.4612,-1.8099,96.9872,-14.0073,-0.8717,-8.3005,0.0000,0.0000,7.3624,-8.3103,-0.7625,0.0000,-7.5478,0.0000,-7.5478,7.8684,-15.4162,0.0000,-15.4162,-0.5769,-14.8394,0.0000,29.4398,13.3180,-57.5972,1746.2064,1746.2064,1746.2064 -1152.5000,1.0000,16563.1833,71.1320,70.3416,-0.2222,0.0000,6,1411.1540,92.4569,541.9079,-92.2734,13.6629,80.0808,-13.6358,-0.8760,9.1458,0.0000,0.0000,5.3931,9.1317,-0.7142,0.0000,9.8459,0.0000,9.8459,7.7611,2.0848,0.0000,2.0848,-0.3897,2.4746,0.0000,28.2501,13.1363,-38.9118,3558.3219,3558.3219,3558.3219 -1153.5000,1.0000,16582.6055,70.3105,69.4986,-0.2342,0.0000,6,1392.7670,75.2018,578.9403,-91.1829,10.9682,84.4386,-13.2990,-0.7080,6.3555,0.0000,0.0000,5.3207,6.3558,-0.6472,0.0000,7.0030,0.0000,7.0030,7.6714,-0.6684,0.0000,-0.6684,-0.4059,-0.2625,0.0000,27.2827,12.9846,-40.5298,3208.3214,3208.3214,3208.3214 -1154.5000,1.0000,16601.8105,69.5285,68.7776,-0.2003,0.0000,6,1377.7370,112.0785,568.7390,-90.2915,16.1703,82.0555,-13.0269,-0.5713,11.4388,0.0000,0.0000,5.3028,11.4420,-0.7444,0.0000,12.1864,0.0000,12.1864,7.5861,4.6003,0.0000,4.6003,-0.3433,4.9437,0.0000,26.3822,12.8402,-34.2787,3885.4014,3885.4014,3885.4014 -1155.5000,1.0000,16620.7633,68.6205,67.6826,-0.3042,0.0000,6,1370.9470,-12.2080,585.9182,-89.8888,-1.7526,84.1175,-12.9049,-0.0032,-7.0208,0.0000,0.0000,5.2714,-7.0771,-0.7050,0.0000,-6.3722,0.0000,-6.3722,7.4870,-13.8592,0.0000,-13.8592,-0.5146,-13.3446,0.0000,25.3630,12.6725,-51.3801,1613.9477,1613.9477,1613.9477 -1156.5000,1.0000,16639.3417,67.2725,66.0816,-0.4447,0.0000,6,1352.9415,-88.8209,518.0989,-88.8209,-12.5841,73.4041,-12.5841,-1.4928,-16.2602,0.0000,0.0000,5.1689,-16.2375,-0.7776,0.0000,-15.4599,0.0000,-15.4599,7.3400,-22.7999,12.7285,-35.5284,-0.7376,-34.7908,2.5334,23.8993,12.4236,-73.6471,0.0000,0.0000,0.0000 -1157.5000,1.0000,16657.3846,65.3450,63.8276,-0.6261,0.0000,6,1304.0745,-85.9227,460.5857,-85.9227,-11.7338,62.8987,-11.7338,-2.4746,-14.4451,0.0000,0.0000,5.1858,-14.3503,-0.7348,0.0000,-13.6155,0.0000,-13.6155,7.1297,-20.7451,29.3539,-50.0991,-1.0087,-49.0903,17.6508,21.9067,12.0669,-100.7147,0.0000,0.0000,0.0000 -1158.5000,1.0000,16674.6942,62.7050,60.8016,-0.8406,0.0000,6,1268.2540,-83.7983,469.3644,-83.7983,-11.1294,62.3369,-11.1294,-0.3833,-15.8709,0.0000,0.0000,5.1245,-16.2002,-0.7204,0.0000,-15.4798,0.0000,-15.4798,6.8416,-22.3214,40.7555,-63.0769,-1.2995,-61.7775,37.0302,19.3629,11.5766,-129.7472,0.0000,0.0000,0.0000 -1159.5000,1.0000,16691.0214,59.1680,56.7536,-1.1244,0.0000,6,1216.5640,-80.7327,425.0753,-80.7327,-10.2852,54.1539,-10.2852,-3.4941,-11.6051,0.0000,0.0000,4.8140,-11.5542,-0.6323,0.0000,-10.9219,0.0000,-10.9219,6.4557,-17.3776,69.6837,-87.0613,-1.6403,-85.4209,51.1595,16.2772,10.9199,-163.7775,0.0000,0.0000,0.0000 -1160.5000,1.0000,16706.3157,55.4500,53.3656,-0.9411,0.0000,6,1135.8435,-75.9194,410.0753,-75.9232,-9.0303,48.7765,-9.0307,-2.3682,-11.2734,0.0000,0.0000,4.6114,-11.2810,-0.5863,0.0000,-10.6947,0.0000,-10.6947,6.0500,-16.7447,36.9834,-53.7281,-1.2866,-52.4415,52.3929,13.3943,10.2324,-128.4611,0.0000,0.0000,0.0000 -1161.5000,1.0000,16720.6393,51.9555,49.7646,-1.0003,0.0000,6,1064.1640,-71.2198,388.5088,-71.2198,-7.9367,43.2950,-7.9367,-2.4656,-9.9476,0.0000,0.0000,4.4765,-9.9394,-0.5338,0.0000,-9.4056,0.0000,-9.4056,5.6688,-15.0744,46.1664,-61.2408,-1.2813,-59.9594,47.3640,11.0211,9.5881,-127.9326,0.0000,0.0000,0.0000 -1162.5000,1.0000,16734.0678,48.7330,46.9206,-0.7900,0.0000,6,985.8855,-67.4342,357.0685,-67.4342,-6.9620,36.8644,-6.9620,-2.4551,-8.7783,0.0000,0.0000,4.2713,-8.6702,-0.4861,0.0000,-8.1841,0.0000,-8.1841,5.3172,-13.5012,19.1686,-32.6698,-0.9492,-31.7206,44.9663,9.0918,8.9932,-94.7719,0.0000,0.0000,0.0000 -1163.5000,1.0000,16746.6138,45.5560,43.4106,-0.9750,0.0000,6,818.7610,-78.1564,429.9529,-78.1564,-6.7012,36.8644,-6.7012,-6.3642,-3.6285,0.0000,0.0000,3.2916,-3.1905,-0.3988,0.0000,-2.7917,0.0000,-2.7917,4.9705,-7.7622,42.0902,-49.8524,-1.0951,-48.7573,44.7449,7.4318,8.4061,-109.3401,0.0000,0.0000,0.0000 -1164.5000,1.0000,16758.2137,42.1500,40.1086,-0.9172,0.0000,5,920.0045,-71.2029,563.6447,-71.2029,-6.8599,54.3030,-6.8599,12.8713,-24.4432,0.0000,0.0000,4.7121,-31.7392,-0.5224,0.0000,-31.2168,0.0000,-31.2168,4.5989,-35.8157,1.8658,-37.6815,-0.9532,-36.7283,44.7788,5.8867,7.7765,-95.1703,0.0000,0.0000,0.0000 -1165.5000,1.0000,16768.7282,38.2425,35.5956,-1.2536,0.0000,5,1110.2465,-74.3963,413.0313,-74.3963,-8.6497,48.0210,-8.6497,-2.5619,-10.6148,0.0000,0.0000,4.5271,-10.8986,-0.3781,0.0000,-10.5205,0.0000,-10.5205,4.1726,-14.6930,49.0856,-63.7787,-1.1820,-62.5967,43.9591,4.4051,7.0544,-118.0153,0.0000,0.0000,0.0000 -1166.5000,1.0000,16777.9896,33.7315,31.0866,-1.2525,0.0000,5,1012.1690,-67.4979,348.1289,-67.4979,-7.1544,36.8996,-7.1544,-3.7607,-7.6080,0.0000,0.0000,4.2143,-7.6656,-0.3136,0.0000,-7.3520,0.0000,-7.3520,3.6804,-11.0324,42.1538,-53.1862,-1.0416,-52.1445,42.6110,3.0259,6.2208,-104.0022,0.0000,0.0000,0.0000 -1167.5000,1.0000,16785.9339,28.9900,26.1126,-1.3817,0.0000,5,888.3420,-73.1809,396.2760,-73.1809,-6.8078,36.8644,-6.8078,-3.4546,-7.1775,0.0000,0.0000,3.8243,-7.2913,-0.2576,0.0000,-7.0337,0.0000,-7.0337,3.1630,-10.1968,39.4270,-49.6238,-0.9875,-48.6362,42.6945,1.9264,5.3438,-98.6009,0.0000,0.0000,0.0000 -1168.5000,1.0000,16792.4457,23.8330,20.7726,-1.4833,0.0000,5,741.8935,-85.7304,474.5002,-85.7304,-6.6605,36.8644,-6.6605,-3.7871,-6.1029,0.0000,0.0000,3.2295,-6.1028,-0.1998,0.0000,-5.9029,0.0000,-5.9029,2.6004,-8.5033,32.9125,-41.4158,-0.8716,-40.5442,41.0153,1.0759,4.3902,-87.0255,0.0000,0.0000,0.0000 -1169.5000,1.0000,16797.4028,18.2360,14.9186,-1.6261,0.0000,5,639.3150,-96.7328,550.6341,-96.7328,-6.4762,36.8644,-6.4762,-0.7638,-8.7582,0.0000,0.0000,3.0458,-10.1152,-0.1650,0.0000,-9.9502,0.0000,-9.9502,1.9897,-11.9398,21.6525,-33.5924,-0.7311,-32.8613,36.2919,0.4883,3.3563,-72.9977,0.0000,0.0000,0.0000 -1170.5000,1.0000,16800.9786,13.2630,10.8266,-1.1367,0.0000,5,613.5655,-20.3758,573.7426,-99.4947,-1.3092,36.8644,-6.3928,-0.2372,-4.1424,0.0000,0.0000,3.0704,-4.8477,-0.1011,0.0000,-4.7467,0.0000,-4.7467,1.4471,-6.1937,0.0000,-6.1937,-0.3717,-5.8221,28.6621,0.1875,2.4395,-37.1111,432.1862,432.1862,432.1862 -1171.5000,1.0000,16803.5164,9.5265,7.4456,-0.9392,0.0000,3,609.0260,49.0461,578.0191,-99.9816,3.1280,36.8644,-6.3765,0.0656,0.0268,0.0000,0.0000,3.0356,0.0326,-0.2171,0.0000,0.2497,0.0000,0.2497,1.0394,-0.7897,0.0000,-0.7897,-0.2206,-0.5691,19.6324,0.0700,1.7529,-22.0245,1261.8416,1261.8416,1261.8416 -1172.5000,1.0000,16805.2501,6.6320,5.0376,-0.6689,0.0000,3,607.0425,60.5344,579.9077,-100.1944,3.8481,36.8644,-6.3693,-0.1394,0.8967,0.0000,0.0000,3.0908,1.0888,-0.1308,0.0000,1.2196,0.0000,1.2196,0.7236,0.4960,0.0000,0.4960,-0.1094,0.6054,10.2797,0.0236,1.2222,-10.9201,1373.9807,1373.9807,1373.9807 -1173.5000,1.0000,16806.4216,4.6075,3.3966,-0.4558,0.0000,3,604.1050,41.8124,582.7276,-100.5094,2.6451,36.8644,-6.3584,0.0297,-0.3989,0.0000,0.0000,3.0143,-0.4860,-0.0983,0.0000,-0.3877,0.0000,-0.3877,0.5027,-0.8904,0.0000,-0.8904,-0.0518,-0.8386,3.4731,0.0079,0.8505,-5.1701,1185.5556,1185.5556,1185.5556 -1174.5000,1.0000,16807.1655,3.0685,1.9596,-0.3992,0.0000,1,603.4565,25.8795,583.3538,-100.5790,1.6354,36.8644,-6.3560,-0.0537,-1.2900,0.0000,0.0000,2.9791,-1.6803,-0.2188,0.0000,-1.4615,0.0000,-1.4615,0.3348,-1.7963,0.0000,-1.7963,-0.0302,-1.7661,0.6800,0.0024,0.5667,-3.0152,1026.9041,1026.9041,1026.9041 -1175.5000,1.0000,16807.4758,1.5075,0.2746,-0.4681,0.0000,1,601.0035,37.0522,585.7348,-100.8421,2.3320,36.8644,-6.3467,-0.0370,-0.6248,0.0000,0.0000,2.9938,-1.4140,-0.1029,0.0000,-1.3111,0.0000,-1.3111,0.1645,-1.4756,0.0000,-1.4756,-0.0174,-1.4582,0.0000,0.0004,0.2784,-1.7369,1135.4815,1135.4815,1135.4815 -1176.5000,1.0000,16807.4623,0.3420,-0.3714,-0.1794,0.0000,1,600.0000,47.0901,586.7144,-100.9497,2.9588,36.8644,-6.3429,0.0000,-0.0040,0.0000,0.0000,2.9627,-0.0713,-0.0192,0.0000,-0.0521,0.0000,-0.0521,0.0373,-0.0894,0.0000,-0.0894,-0.0015,-0.0879,0.0000,0.0000,0.0632,-0.1511,1234.1336,1234.1336,1234.1336 -1177.5000,1.0000,16807.2995,0.0095,-0.8009,-0.1193,0.0000,0,600.6600,47.7244,586.0697,-100.8789,3.0019,36.8644,-6.3454,0.0243,0.0000,0.0000,0.0000,2.9776,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0010,-0.0010,0.0000,-0.0010,0.0000,-0.0010,0.0000,0.0000,0.0018,-0.0028,1241.0328,1241.0328,1241.0328 -1178.5000,1.0000,16807.0773,0.0000,-0.7989,0.0006,0.0000,0,601.4725,47.4152,585.2780,-100.7918,2.9865,36.8644,-6.3485,0.0056,0.0000,0.0000,0.0000,2.9809,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1238.7136,1238.7136,1238.7136 -1179.5000,1.0000,16806.8554,0.0000,-0.7989,0.0000,0.0000,0,600.8125,47.8348,585.9210,-100.8626,3.0096,36.8644,-6.3460,-0.0300,0.0000,0.0000,0.0000,3.0396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1242.2691,1242.2691,1242.2691 -1180.5000,1.0000,16806.6335,0.0000,-0.7989,0.0000,0.0000,0,601.4230,46.7648,585.3262,-100.7971,2.9453,36.8644,-6.3483,0.0526,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.2163,1232.2163,1232.2163 -1181.5000,1.0000,16806.4116,0.0000,-0.7989,0.0000,0.0000,0,601.4230,44.8930,585.3262,-100.7971,2.8274,36.8644,-6.3483,-0.0526,0.0000,0.0000,0.0000,2.8800,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1213.6475,1213.6475,1213.6475 -1182.5000,1.0000,16806.1897,0.0000,-0.7989,0.0000,0.0000,0,600.6980,46.0420,586.0326,-100.8749,2.8963,36.8644,-6.3455,0.0257,0.0000,0.0000,0.0000,2.8705,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.3789,1224.3789,1224.3789 -1183.5000,1.0000,16805.9678,0.0000,-0.7989,0.0000,0.0000,0,600.6980,45.1554,586.0326,-100.8749,2.8405,36.8644,-6.3455,-0.0257,0.0000,0.0000,0.0000,2.8662,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.5836,1215.5836,1215.5836 -1184.5000,1.0000,16805.7459,0.0000,-0.7989,0.0000,0.0000,0,601.4230,46.2841,585.3262,-100.7971,2.9150,36.8644,-6.3483,0.0526,0.0000,0.0000,0.0000,2.8625,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.4472,1227.4472,1227.4472 -1185.5000,1.0000,16805.5240,0.0000,-0.7989,0.0000,0.0000,0,601.4230,45.0563,585.3262,-100.7971,2.8377,36.8644,-6.3483,-0.0526,0.0000,0.0000,0.0000,2.8902,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.2679,1215.2679,1215.2679 -1186.5000,1.0000,16805.3021,0.0000,-0.7989,0.0000,0.0000,0,601.5375,46.8053,585.2148,-100.7848,2.9484,36.8644,-6.3487,0.0568,0.0000,0.0000,0.0000,2.8916,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.7231,1232.7231,1232.7231 -1187.5000,1.0000,16805.0802,0.0000,-0.7989,0.0000,0.0000,0,601.5375,44.6140,585.2148,-100.7848,2.8104,36.8644,-6.3487,-0.0568,0.0000,0.0000,0.0000,2.8672,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1210.9850,1210.9850,1210.9850 -1188.5000,1.0000,16804.8583,0.0000,-0.7989,0.0000,0.0000,0,600.3165,46.0356,586.4051,-100.9158,2.8940,36.8644,-6.3441,0.0117,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.9647,1223.9647,1223.9647 -1189.5000,1.0000,16804.6364,0.0000,-0.7989,0.0000,0.0000,0,600.5950,63.3128,586.1331,-100.8859,3.9820,36.8644,-6.3451,-0.0014,0.0000,0.0000,0.0000,3.9834,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1395.6099,1395.6099,1395.6099 -1190.5000,1.0000,16804.4145,0.0000,-0.7989,0.0000,0.0000,0,600.2785,63.6800,586.4422,-100.9199,4.0030,36.8644,-6.3439,-0.0103,0.0000,0.0000,0.0000,4.0133,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1398.9617,1398.9617,1398.9617 -1191.5000,1.0000,16804.1926,0.0000,-0.7989,0.0000,0.0000,0,600.0000,62.5518,586.7144,-100.9497,3.9302,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9302,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1387.5138,1387.5138,1387.5138 -1192.5000,1.0000,16803.9707,0.0000,-0.7989,0.0000,0.0000,0,600.4690,63.4998,586.2561,-100.8994,3.9929,36.8644,-6.3447,0.0173,0.0000,0.0000,0.0000,3.9756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1397.3493,1397.3493,1397.3493 -1193.5000,1.0000,16803.7487,0.0000,-0.7989,0.0000,0.0000,0,600.4690,62.8545,586.2561,-100.8994,3.9524,36.8644,-6.3447,-0.0173,0.0000,0.0000,0.0000,3.9696,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1390.9482,1390.9482,1390.9482 -1194.5000,1.0000,16803.5268,0.0000,-0.7989,0.0000,0.0000,0,600.2785,63.1725,586.4422,-100.9199,3.9711,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,3.9608,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1393.9278,1393.9278,1393.9278 -1195.5000,1.0000,16803.3049,0.0000,-0.7989,0.0000,0.0000,0,600.4045,63.3942,586.3191,-100.9063,3.9859,36.8644,-6.3444,-0.0056,0.0000,0.0000,0.0000,3.9915,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1396.2430,1396.2430,1396.2430 -1196.5000,1.0000,16803.0830,0.0000,-0.7989,0.0000,0.0000,0,600.1260,63.4157,586.5912,-100.9362,3.9854,36.8644,-6.3433,-0.0046,0.0000,0.0000,0.0000,3.9900,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1396.1993,1396.1993,1396.1993 -1197.5000,1.0000,16802.8611,0.0000,-0.7989,0.0000,0.0000,0,600.7745,63.5015,585.9580,-100.8667,3.9951,36.8644,-6.3458,0.0286,0.0000,0.0000,0.0000,3.9665,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1397.6475,1397.6475,1397.6475 -1198.5000,1.0000,16802.6392,0.0000,-0.7989,0.0000,0.0000,0,600.7745,61.9712,585.9580,-100.8667,3.8988,36.8644,-6.3458,-0.0286,0.0000,0.0000,0.0000,3.9274,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1382.4673,1382.4673,1382.4673 -1199.5000,1.0000,16802.4173,0.0000,-0.7989,0.0000,0.0000,0,601.4230,63.8915,585.3262,-100.7971,4.0239,36.8644,-6.3483,0.0526,0.0000,0.0000,0.0000,3.9714,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1402.1133,1402.1133,1402.1133 -1200.5000,1.0000,16802.1954,0.0000,-0.7989,0.0000,0.0000,0,601.8540,63.2116,584.9070,-100.7509,3.9840,36.8644,-6.3499,-0.0367,0.0000,0.0000,0.0000,4.0206,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1395.7646,1395.7646,1395.7646 -1201.5000,1.0000,16801.9735,0.0000,-0.7989,0.0000,0.0000,0,602.2355,64.1655,584.5365,-100.7099,4.0467,36.8644,-6.3514,0.0508,0.0000,0.0000,0.0000,3.9959,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1405.5786,1405.5786,1405.5786 -1202.5000,1.0000,16801.7516,0.0000,-0.7989,0.0000,0.0000,0,602.0830,63.0284,584.6846,-100.7263,3.9739,36.8644,-6.3508,-0.0564,0.0000,0.0000,0.0000,4.0304,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.1578,1394.1578,1394.1578 -1203.5000,1.0000,16801.5297,0.0000,-0.7989,0.0000,0.0000,0,603.5325,65.5480,583.2803,-100.5708,4.1427,36.8644,-6.3563,0.1103,0.0000,0.0000,0.0000,4.0325,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1420.4856,1420.4856,1420.4856 -1204.5000,1.0000,16801.3078,0.0000,-0.7989,0.0000,0.0000,0,604.9440,61.7980,581.9194,-100.4194,3.9149,36.8644,-6.3615,-0.0581,0.0000,0.0000,0.0000,3.9730,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1384.5846,1384.5846,1384.5846 -1205.5000,1.0000,16801.0859,0.0000,-0.7989,0.0000,0.0000,0,604.1045,63.4599,582.7280,-100.5095,4.0146,36.8644,-6.3584,0.0269,0.0000,0.0000,0.0000,3.9877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1400.2988,1400.2988,1400.2988 -1206.5000,1.0000,16800.8640,0.0000,-0.7989,0.0000,0.0000,0,604.9055,63.5192,581.9564,-100.4236,4.0237,36.8644,-6.3614,0.0028,0.0000,0.0000,0.0000,4.0208,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1401.6239,1401.6239,1401.6239 -1207.5000,1.0000,16800.6421,0.0000,-0.7989,0.0000,0.0000,0,602.4910,61.6546,584.2886,-100.6825,3.8900,36.8644,-6.3523,-0.0922,0.0000,0.0000,0.0000,3.9821,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1380.9057,1380.9057,1380.9057 -1208.5000,1.0000,16800.4202,0.0000,-0.7989,0.0000,0.0000,0,600.6980,64.4011,586.0326,-100.8749,4.0511,36.8644,-6.3455,0.0257,0.0000,0.0000,0.0000,4.0254,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1406.5014,1406.5014,1406.5014 -1209.5000,1.0000,16800.1983,0.0000,-0.7989,0.0000,0.0000,0,602.3880,45.8039,584.3885,-100.6936,2.8894,36.8644,-6.3519,0.0367,0.0000,0.0000,0.0000,2.8527,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.5717,1223.5717,1223.5717 -1210.5000,1.0000,16799.9764,0.0000,-0.7989,0.0000,0.0000,0,601.6900,44.5298,585.0665,-100.7685,2.8058,36.8644,-6.3493,-0.0624,0.0000,0.0000,0.0000,2.8682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1210.2907,1210.2907,1210.2907 -1211.5000,1.0000,16799.7545,0.0000,-0.7989,0.0000,0.0000,0,600.4310,45.4572,586.2932,-100.9035,2.8582,36.8644,-6.3445,0.0159,0.0000,0.0000,0.0000,2.8423,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.3324,1218.3324,1218.3324 -1212.5000,1.0000,16799.5325,0.0000,-0.7989,0.0000,0.0000,0,600.4310,45.7856,586.2932,-100.9035,2.8789,36.8644,-6.3445,-0.0159,0.0000,0.0000,0.0000,2.8948,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.5899,1221.5899,1221.5899 -1213.5000,1.0000,16799.3106,0.0000,-0.7989,0.0000,0.0000,0,600.2785,46.0692,586.4422,-100.9199,2.8960,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.2624,1224.2624,1224.2624 -1214.5000,1.0000,16799.0887,0.0000,-0.7989,0.0000,0.0000,0,601.2055,46.6482,585.5379,-100.8204,2.9369,36.8644,-6.3475,0.0239,0.0000,0.0000,0.0000,2.9129,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1230.8591,1230.8591,1230.8591 -1215.5000,1.0000,16798.8668,0.0000,-0.7989,0.0000,0.0000,0,601.2820,45.4940,585.4635,-100.8122,2.8646,36.8644,-6.3478,-0.0211,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.4798,1219.4798,1219.4798 -1216.5000,1.0000,16798.6449,0.0000,-0.7989,0.0000,0.0000,0,600.3665,45.1705,586.3562,-100.9104,2.8399,36.8644,-6.3443,-0.0127,0.0000,0.0000,0.0000,2.8525,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.4286,1215.4286,1215.4286 -1217.5000,1.0000,16798.4230,0.0000,-0.7989,0.0000,0.0000,0,600.0115,45.3442,586.7031,-100.9485,2.8491,36.8644,-6.3429,-0.0004,0.0000,0.0000,0.0000,2.8495,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1216.8248,1216.8248,1216.8248 -1218.5000,1.0000,16798.2011,0.0000,-0.7989,0.0000,0.0000,0,600.1640,45.2985,586.5541,-100.9321,2.8470,36.8644,-6.3435,0.0060,0.0000,0.0000,0.0000,2.8409,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1216.5121,1216.5121,1216.5121 -1219.5000,1.0000,16797.9792,0.0000,-0.7989,0.0000,0.0000,0,600.4045,45.5681,586.3191,-100.9063,2.8651,36.8644,-6.3444,0.0028,0.0000,0.0000,0.0000,2.8622,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.4080,1219.4080,1219.4080 -1220.5000,1.0000,16797.7573,0.0000,-0.7989,0.0000,0.0000,0,601.3580,46.2253,585.3895,-100.8041,2.9110,36.8644,-6.3480,0.0324,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.8042,1226.8042,1226.8042 -1221.5000,1.0000,16797.5354,0.0000,-0.7989,0.0000,0.0000,0,602.1210,45.4322,584.6477,-100.7222,2.8647,36.8644,-6.3509,-0.0042,0.0000,0.0000,0.0000,2.8689,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.6387,1219.6387,1219.6387 -1222.5000,1.0000,16797.3135,0.0000,-0.7989,0.0000,0.0000,0,601.9305,45.6248,584.8327,-100.7427,2.8759,36.8644,-6.3502,-0.0028,0.0000,0.0000,0.0000,2.8787,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.3745,1221.3745,1221.3745 -1223.5000,1.0000,16797.0916,0.0000,-0.7989,0.0000,0.0000,0,602.0830,45.4157,584.6846,-100.7263,2.8635,36.8644,-6.3508,0.0085,0.0000,0.0000,0.0000,2.8550,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.4397,1219.4397,1219.4397 -1224.5000,1.0000,16796.8697,0.0000,-0.7989,0.0000,0.0000,0,601.1560,44.3401,585.5862,-100.8257,2.7913,36.8644,-6.3473,-0.0427,0.0000,0.0000,0.0000,2.8340,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1207.9172,1207.9172,1207.9172 -1225.5000,1.0000,16796.6478,0.0000,-0.7989,0.0000,0.0000,0,600.7360,45.6086,585.9956,-100.8708,2.8692,36.8644,-6.3457,0.0272,0.0000,0.0000,0.0000,2.8420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.1141,1220.1141,1220.1141 -1226.5000,1.0000,16796.4259,0.0000,-0.7989,0.0000,0.0000,0,601.2815,45.4186,585.4639,-100.8123,2.8598,36.8644,-6.3478,-0.0070,0.0000,0.0000,0.0000,2.8669,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.7319,1218.7319,1218.7319 -1227.5000,1.0000,16796.2040,0.0000,-0.7989,0.0000,0.0000,0,600.5455,45.4903,586.1815,-100.8912,2.8608,36.8644,-6.3449,-0.0201,0.0000,0.0000,0.0000,2.8810,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.7656,1218.7656,1218.7656 -1228.5000,1.0000,16795.9821,0.0000,-0.7989,0.0000,0.0000,0,600.0875,45.4323,586.6288,-100.9403,2.8550,36.8644,-6.3432,0.0032,0.0000,0.0000,0.0000,2.8518,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.7691,1217.7691,1217.7691 -1229.5000,1.0000,16795.7602,0.0000,-0.7989,0.0000,0.0000,0,601.0145,45.5099,585.7240,-100.8409,2.8643,36.8644,-6.3467,0.0310,0.0000,0.0000,0.0000,2.8333,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.3911,1219.3911,1219.3911 -1230.5000,1.0000,16795.5383,0.0000,-0.7989,0.0000,0.0000,0,602.9985,46.3681,583.7969,-100.6281,2.9280,36.8644,-6.3542,0.0424,0.0000,0.0000,0.0000,2.8856,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.7297,1229.7297,1229.7297 -1231.5000,1.0000,16795.3164,0.0000,-0.7989,0.0000,0.0000,0,604.0665,44.5065,582.7647,-100.5136,2.8154,36.8644,-6.3583,-0.0028,0.0000,0.0000,0.0000,2.8182,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1212.2459,1212.2459,1212.2459 -1232.5000,1.0000,16795.0944,0.0000,-0.7989,0.0000,0.0000,0,602.5025,44.7038,584.2775,-100.6813,2.8205,36.8644,-6.3524,-0.0550,0.0000,0.0000,0.0000,2.8756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1212.7638,1212.7638,1212.7638 -1233.5000,1.0000,16794.8725,0.0000,-0.7989,0.0000,0.0000,0,600.7095,45.3113,586.0214,-100.8736,2.8504,36.8644,-6.3456,-0.0113,0.0000,0.0000,0.0000,2.8616,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.1412,1217.1412,1217.1412 -1234.5000,1.0000,16794.6506,0.0000,-0.7989,0.0000,0.0000,0,600.8620,45.8006,585.8727,-100.8573,2.8819,36.8644,-6.3462,0.0169,0.0000,0.0000,0.0000,2.8650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.1350,1222.1350,1222.1350 -1235.5000,1.0000,16794.4287,0.0000,-0.7989,0.0000,0.0000,0,600.6600,44.6838,586.0697,-100.8789,2.8107,36.8644,-6.3454,-0.0243,0.0000,0.0000,0.0000,2.8350,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1210.8706,1210.8706,1210.8706 -1236.5000,1.0000,16794.2068,0.0000,-0.7989,0.0000,0.0000,0,600.2785,45.1678,586.4422,-100.9199,2.8393,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,2.8290,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.3212,1215.3212,1215.3212 -1237.5000,1.0000,16793.9849,0.0000,-0.7989,0.0000,0.0000,0,600.2785,45.1895,586.4422,-100.9199,2.8407,36.8644,-6.3439,-0.0103,0.0000,0.0000,0.0000,2.8509,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.5364,1215.5364,1215.5364 -1238.5000,1.0000,16793.7630,0.0000,-0.7989,0.0000,0.0000,0,600.0000,46.2911,586.7144,-100.9497,2.9086,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9086,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.2078,1226.2078,1226.2078 -1239.5000,1.0000,16793.5411,0.0000,-0.7989,0.0000,0.0000,0,600.0000,46.2663,586.7144,-100.9497,2.9070,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9070,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.9621,1225.9621,1225.9621 -1240.5000,1.0000,16793.3195,0.0000,-0.7970,0.0005,0.0000,0,600.0000,45.6934,586.7144,-100.9497,2.8710,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.2784,1220.2784,1220.2784 -1241.5000,1.0000,16793.0981,0.0000,-0.7970,0.0000,0.0000,0,601.3465,46.1659,585.4007,-100.8053,2.9072,36.8644,-6.3480,0.0497,0.0000,0.0000,0.0000,2.8575,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.2042,1226.2042,1226.2042 -1242.5000,1.0000,16792.8767,0.0000,-0.7970,0.0000,0.0000,0,602.6170,45.5085,584.1665,-100.6690,2.8719,36.8644,-6.3528,-0.0028,0.0000,0.0000,0.0000,2.8747,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.8517,1220.8517,1220.8517 -1243.5000,1.0000,16792.6553,0.0000,-0.7970,0.0000,0.0000,0,601.2705,45.2456,585.4746,-100.8135,2.8489,36.8644,-6.3477,-0.0469,0.0000,0.0000,0.0000,2.8958,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.0051,1217.0051,1217.0051 -1244.5000,1.0000,16792.4339,0.0000,-0.7970,0.0000,0.0000,0,600.0000,46.0363,586.7144,-100.9497,2.8925,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.6805,1223.6805,1223.6805 -1245.5000,1.0000,16792.2125,0.0000,-0.7970,0.0000,0.0000,0,600.0000,46.0735,586.7144,-100.9497,2.8949,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8949,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.0494,1224.0494,1224.0494 -1246.5000,1.0000,16791.9911,0.0000,-0.7970,0.0000,0.0000,0,600.3550,45.7485,586.3675,-100.9116,2.8762,36.8644,-6.3442,0.0131,0.0000,0.0000,0.0000,2.8631,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.1515,1221.1515,1221.1515 -1247.5000,1.0000,16791.7697,0.0000,-0.7970,0.0000,0.0000,0,601.8540,46.4040,584.9070,-100.7509,2.9247,36.8644,-6.3499,0.0423,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.0330,1229.0330,1229.0330 -1248.5000,1.0000,16791.5483,0.0000,-0.7970,0.0000,0.0000,0,601.4990,44.7057,585.2522,-100.7889,2.8160,36.8644,-6.3486,-0.0554,0.0000,0.0000,0.0000,2.8713,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1211.8593,1211.8593,1211.8593 -1249.5000,1.0000,16791.3269,0.0000,-0.7970,0.0000,0.0000,0,600.8125,46.0265,585.9210,-100.8626,2.8958,36.8644,-6.3460,0.0300,0.0000,0.0000,0.0000,2.8659,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.3299,1224.3299,1224.3299 -1250.5000,1.0000,16791.1055,0.0000,-0.7970,0.0000,0.0000,0,600.8125,43.7182,585.9210,-100.8626,2.7506,36.8644,-6.3460,-0.0300,0.0000,0.0000,0.0000,2.7806,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1201.4323,1201.4323,1201.4323 -1251.5000,1.0000,16790.8841,0.0000,-0.7970,0.0000,0.0000,0,600.1640,45.8760,586.5541,-100.9321,2.8833,36.8644,-6.3435,0.0060,0.0000,0.0000,0.0000,2.8772,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.2411,1222.2411,1222.2411 -1252.5000,1.0000,16790.6627,0.0000,-0.7970,0.0000,0.0000,0,600.1640,46.3239,586.5541,-100.9321,2.9114,36.8644,-6.3435,-0.0060,0.0000,0.0000,0.0000,2.9175,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.6837,1226.6837,1226.6837 -1253.5000,1.0000,16790.4413,0.0000,-0.7970,0.0000,0.0000,0,601.3465,46.9344,585.4007,-100.8053,2.9556,36.8644,-6.3480,0.0497,0.0000,0.0000,0.0000,2.9059,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.8284,1233.8284,1233.8284 -1254.5000,1.0000,16790.2199,0.0000,-0.7970,0.0000,0.0000,0,602.1210,45.5410,584.6477,-100.7222,2.8715,36.8644,-6.3509,-0.0212,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.7185,1220.7185,1220.7185 -1255.5000,1.0000,16789.9985,0.0000,-0.7970,0.0000,0.0000,0,601.0530,45.5871,585.6865,-100.8368,2.8693,36.8644,-6.3469,-0.0183,0.0000,0.0000,0.0000,2.8877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.1924,1220.1924,1220.1924 -1256.5000,1.0000,16789.7771,0.0000,-0.7970,0.0000,0.0000,0,601.0530,46.0252,585.6865,-100.8368,2.8969,36.8644,-6.3469,0.0183,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.5385,1224.5385,1224.5385 -1257.5000,1.0000,16789.5557,0.0000,-0.7970,0.0000,0.0000,0,600.7745,46.4900,585.9580,-100.8667,2.9248,36.8644,-6.3458,-0.0286,0.0000,0.0000,0.0000,2.9534,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.8936,1228.8936,1228.8936 -1258.5000,1.0000,16789.3343,0.0000,-0.7970,0.0000,0.0000,0,600.0495,46.1350,586.6660,-100.9444,2.8990,36.8644,-6.3430,0.0018,0.0000,0.0000,0.0000,2.8972,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.7047,1224.7047,1224.7047 -1259.5000,1.0000,16789.1129,0.0000,-0.7970,0.0000,0.0000,0,600.7475,46.8148,585.9844,-100.8695,2.9451,36.8644,-6.3457,0.0239,0.0000,0.0000,0.0000,2.9212,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.0901,1232.0901,1232.0901 -1260.5000,1.0000,16788.8916,0.0000,-0.7970,0.0000,0.0000,0,600.6980,49.1255,586.0326,-100.8749,3.0902,36.8644,-6.3455,-0.0257,0.0000,0.0000,0.0000,3.1160,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.9674,1254.9674,1254.9674 -1261.5000,1.0000,16788.6702,0.0000,-0.7970,0.0000,0.0000,0,602.3385,50.2704,584.4366,-100.6989,3.1709,36.8644,-6.3518,0.0865,0.0000,0.0000,0.0000,3.0844,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1267.8334,1267.8334,1267.8334 -1262.5000,1.0000,16788.4491,0.0000,-0.7943,0.0008,0.0000,0,602.3385,46.7759,584.4366,-100.6989,2.9505,36.8644,-6.3518,-0.0865,0.0000,0.0000,0.0000,3.0370,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.1681,1233.1681,1233.1681 -1263.5000,1.0000,16788.2288,0.0000,-0.7923,0.0006,0.0000,0,601.5375,49.2007,585.2148,-100.7848,3.0993,36.8644,-6.3487,0.0568,0.0000,0.0000,0.0000,3.0425,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.4859,1256.4859,1256.4859 -1264.5000,1.0000,16788.0087,0.0000,-0.7923,0.0000,0.0000,0,601.5375,47.8924,585.2148,-100.7848,3.0169,36.8644,-6.3487,-0.0568,0.0000,0.0000,0.0000,3.0737,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1243.5067,1243.5067,1243.5067 -1265.5000,1.0000,16787.7886,0.0000,-0.7923,0.0000,0.0000,0,601.2705,49.9490,585.4746,-100.8135,3.1450,36.8644,-6.3477,0.0469,0.0000,0.0000,0.0000,3.0981,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.6626,1263.6626,1263.6626 -1266.5000,1.0000,16787.5686,0.0000,-0.7923,0.0000,0.0000,0,601.2705,48.5369,585.4746,-100.8135,3.0561,36.8644,-6.3477,-0.0469,0.0000,0.0000,0.0000,3.1030,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.6552,1249.6552,1249.6552 -1267.5000,1.0000,16787.3485,0.0000,-0.7923,0.0000,0.0000,0,600.2785,49.3099,586.4422,-100.9199,3.0997,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,3.0894,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.4104,1256.4104,1256.4104 -1268.5000,1.0000,16787.1287,0.0000,-0.7903,0.0006,0.0000,0,600.2785,48.5095,586.4422,-100.9199,3.0494,36.8644,-6.3439,-0.0103,0.0000,0.0000,0.0000,3.0596,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1248.4710,1248.4710,1248.4710 -1269.5000,1.0000,16786.9092,0.0000,-0.7903,0.0000,0.0000,0,600.7745,48.5962,585.9580,-100.8667,3.0573,36.8644,-6.3458,0.0286,0.0000,0.0000,0.0000,3.0288,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.7867,1249.7867,1249.7867 -1270.5000,1.0000,16786.6897,0.0000,-0.7903,0.0000,0.0000,0,600.7745,48.5391,585.9580,-100.8667,3.0537,36.8644,-6.3458,-0.0286,0.0000,0.0000,0.0000,3.0823,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.2208,1249.2208,1249.2208 -1271.5000,1.0000,16786.4704,0.0000,-0.7883,0.0006,0.0000,0,600.3550,49.7306,586.3675,-100.9116,3.1265,36.8644,-6.3442,0.0131,0.0000,0.0000,0.0000,3.1134,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1260.6544,1260.6544,1260.6544 -1272.5000,1.0000,16786.2515,0.0000,-0.7883,0.0000,0.0000,0,600.9385,48.6817,585.7981,-100.8491,3.0635,36.8644,-6.3464,0.0084,0.0000,0.0000,0.0000,3.0551,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1250.7864,1250.7864,1250.7864 -1273.5000,1.0000,16786.0325,0.0000,-0.7883,0.0000,0.0000,0,603.0365,48.6737,583.7601,-100.6240,3.0737,36.8644,-6.3544,0.0692,0.0000,0.0000,0.0000,3.0045,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1252.6364,1252.6364,1252.6364 -1274.5000,1.0000,16785.8135,0.0000,-0.7883,0.0000,0.0000,0,602.4530,48.3958,584.3255,-100.6866,3.0532,36.8644,-6.3522,-0.0908,0.0000,0.0000,0.0000,3.1440,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.3433,1249.3433,1249.3433 -1275.5000,1.0000,16785.5946,0.0000,-0.7883,0.0000,0.0000,0,601.4990,50.3351,585.2522,-100.7889,3.1706,36.8644,-6.3486,0.0554,0.0000,0.0000,0.0000,3.1152,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1267.7037,1267.7037,1267.7037 -1276.5000,1.0000,16785.3756,0.0000,-0.7883,0.0000,0.0000,0,601.4990,47.3508,585.2522,-100.7889,2.9826,36.8644,-6.3486,-0.0554,0.0000,0.0000,0.0000,3.0379,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1238.0992,1238.0992,1238.0992 -1277.5000,1.0000,16785.1566,0.0000,-0.7883,0.0000,0.0000,0,601.4610,49.3597,585.2892,-100.7930,3.1089,36.8644,-6.3484,0.0540,0.0000,0.0000,0.0000,3.0549,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1257.9922,1257.9922,1257.9922 -1278.5000,1.0000,16784.9377,0.0000,-0.7883,0.0000,0.0000,0,601.4610,47.5124,585.2892,-100.7930,2.9926,36.8644,-6.3484,-0.0540,0.0000,0.0000,0.0000,3.0465,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1239.6676,1239.6676,1239.6676 -1279.5000,1.0000,16784.7187,0.0000,-0.7883,0.0000,0.0000,0,600.0000,49.2457,586.7144,-100.9497,3.0942,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0942,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1255.5171,1255.5171,1255.5171 -1280.5000,1.0000,16784.4997,0.0000,-0.7883,0.0000,0.0000,0,600.5835,49.6936,586.1444,-100.8871,3.1254,36.8644,-6.3451,0.0215,0.0000,0.0000,0.0000,3.1039,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1260.4976,1260.4976,1260.4976 -1281.5000,1.0000,16784.2808,0.0000,-0.7883,0.0000,0.0000,0,602.8455,50.7149,583.9450,-100.6445,3.2016,36.8644,-6.3537,0.0621,0.0000,0.0000,0.0000,3.1395,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1272.7096,1272.7096,1272.7096 -1282.5000,1.0000,16784.0618,0.0000,-0.7883,0.0000,0.0000,0,602.2620,46.9537,584.5108,-100.7071,2.9613,36.8644,-6.3515,-0.0837,0.0000,0.0000,0.0000,3.0450,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1234.8620,1234.8620,1234.8620 -1283.5000,1.0000,16783.8429,0.0000,-0.7883,0.0000,0.0000,0,600.0000,48.9716,586.7144,-100.9497,3.0770,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0770,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1252.7986,1252.7986,1252.7986 -1284.5000,1.0000,16783.6239,0.0000,-0.7883,0.0000,0.0000,0,600.4690,49.6140,586.2561,-100.8994,3.1198,36.8644,-6.3447,0.0173,0.0000,0.0000,0.0000,3.1025,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1259.6026,1259.6026,1259.6026 -1285.5000,1.0000,16783.4049,0.0000,-0.7883,0.0000,0.0000,0,600.4690,48.8482,586.2561,-100.8994,3.0716,36.8644,-6.3447,-0.0173,0.0000,0.0000,0.0000,3.0889,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1252.0061,1252.0061,1252.0061 -1286.5000,1.0000,16783.1860,0.0000,-0.7883,0.0000,0.0000,0,601.3085,48.8904,585.4376,-100.8094,3.0786,36.8644,-6.3479,0.0483,0.0000,0.0000,0.0000,3.0303,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1253.1964,1253.1964,1253.1964 -1287.5000,1.0000,16782.9670,0.0000,-0.7883,0.0000,0.0000,0,601.3085,47.4816,585.4376,-100.8094,2.9899,36.8644,-6.3479,-0.0483,0.0000,0.0000,0.0000,3.0382,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1239.2212,1239.2212,1239.2212 -1288.5000,1.0000,16782.7480,0.0000,-0.7883,0.0000,0.0000,0,600.9650,67.9734,585.7723,-100.8462,4.2778,36.8644,-6.3465,0.0356,0.0000,0.0000,0.0000,4.2421,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1442.1838,1442.1838,1442.1838 -1289.5000,1.0000,16782.5291,0.0000,-0.7883,0.0000,0.0000,0,601.6630,66.0428,585.0927,-100.7714,4.1611,36.8644,-6.3492,-0.0099,0.0000,0.0000,0.0000,4.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1423.6748,1423.6748,1423.6748 -1290.5000,1.0000,16782.3101,0.0000,-0.7883,0.0000,0.0000,0,600.6980,66.9133,586.0326,-100.8749,4.2092,36.8644,-6.3455,-0.0257,0.0000,0.0000,0.0000,4.2349,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1431.4219,1431.4219,1431.4219 -1291.5000,1.0000,16782.0911,0.0000,-0.7883,0.0000,0.0000,0,601.2320,66.9261,585.5121,-100.8176,4.2137,36.8644,-6.3476,0.0455,0.0000,0.0000,0.0000,4.1682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1432.0403,1432.0403,1432.0403 -1292.5000,1.0000,16781.8722,0.0000,-0.7883,0.0000,0.0000,0,601.5870,64.8289,585.1666,-100.7795,4.0841,36.8644,-6.3489,-0.0324,0.0000,0.0000,0.0000,4.1165,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1411.5622,1411.5622,1411.5622 -1293.5000,1.0000,16781.6532,0.0000,-0.7883,0.0000,0.0000,0,600.3550,65.9026,586.3675,-100.9116,4.1432,36.8644,-6.3442,-0.0131,0.0000,0.0000,0.0000,4.1563,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1421.0808,1421.0808,1421.0808 -1294.5000,1.0000,16781.4343,0.0000,-0.7883,0.0000,0.0000,0,600.5835,66.7704,586.1444,-100.8871,4.1994,36.8644,-6.3451,0.0215,0.0000,0.0000,0.0000,4.1779,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1429.8996,1429.8996,1429.8996 -1295.5000,1.0000,16781.2153,0.0000,-0.7883,0.0000,0.0000,0,600.8240,66.2901,585.9097,-100.8613,4.1708,36.8644,-6.3460,-0.0127,0.0000,0.0000,0.0000,4.1835,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1425.3555,1425.3555,1425.3555 -1296.5000,1.0000,16780.9963,0.0000,-0.7883,0.0000,0.0000,0,601.7015,67.2518,585.0553,-100.7672,4.2375,36.8644,-6.3493,0.0451,0.0000,0.0000,0.0000,4.1924,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1435.7030,1435.7030,1435.7030 -1297.5000,1.0000,16780.7774,0.0000,-0.7883,0.0000,0.0000,0,601.9685,66.3243,584.7958,-100.7386,4.1810,36.8644,-6.3504,-0.0352,0.0000,0.0000,0.0000,4.2162,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1426.7482,1426.7482,1426.7482 -1298.5000,1.0000,16780.5584,0.0000,-0.7883,0.0000,0.0000,0,601.0530,66.1919,585.6865,-100.8368,4.1663,36.8644,-6.3469,0.0014,0.0000,0.0000,0.0000,4.1649,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1424.5926,1424.5926,1424.5926 -1299.5000,1.0000,16780.3394,0.0000,-0.7883,0.0000,0.0000,0,601.1290,66.7724,585.6125,-100.8286,4.2033,36.8644,-6.3472,0.0014,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1430.4208,1430.4208,1430.4208 +time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h],FC-AAUX [g/h],FC-Final [g/h] +1.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,60.5128,586.7144,-100.9497,3.8021,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8021,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1367.2875,1367.2875,1367.2875,1367.2875,1367.2875 +2.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.6135,62.6789,585.1409,-100.7767,3.9488,36.8644,-6.3490,0.0596,0.0000,0.0000,0.0000,3.8892,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1390.2588,1390.2588,1390.2588,1390.2588,1390.2588 +3.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.6135,60.2335,585.1409,-100.7767,3.7948,36.8644,-6.3490,-0.0596,0.0000,0.0000,0.0000,3.8544,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1366.0012,1366.0012,1366.0012,1366.0012,1366.0012 +4.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.2345,586.7144,-100.9497,3.8475,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8475,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.4460,1374.4460,1374.4460,1374.4460,1374.4460 +5.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.8505,62.2204,585.8839,-100.8585,3.9150,36.8644,-6.3461,0.0314,0.0000,0.0000,0.0000,3.8836,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1385.0085,1385.0085,1385.0085,1385.0085,1385.0085 +6.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.3580,61.0428,585.3895,-100.8041,3.8441,36.8644,-6.3480,-0.0127,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1373.7938,1373.7938,1373.7938,1373.7938,1373.7938 +7.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.9385,61.8190,585.7981,-100.8491,3.8903,36.8644,-6.3464,-0.0028,0.0000,0.0000,0.0000,3.8931,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1381.1083,1381.1083,1381.1083,1381.1083,1381.1083 +8.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.4310,60.8884,586.2932,-100.9035,3.8285,36.8644,-6.3445,-0.0159,0.0000,0.0000,0.0000,3.8444,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1371.4098,1371.4098,1371.4098,1371.4098,1371.4098 +9.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.5755,61.6984,585.1778,-100.7807,3.8868,36.8644,-6.3489,0.0582,0.0000,0.0000,0.0000,3.8286,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1380.4975,1380.4975,1380.4975,1380.4975,1380.4975 +10.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,602.4260,60.7104,584.3517,-100.6895,3.8300,36.8644,-6.3521,-0.0268,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1371.4792,1371.4792,1371.4792,1371.4792,1371.4792 +11.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.3960,59.2719,585.3525,-100.8000,3.7328,36.8644,-6.3482,-0.0113,0.0000,0.0000,0.0000,3.7441,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1356.2616,1356.2616,1356.2616,1356.2616,1356.2616 +12.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.6715,61.2462,586.0585,-100.8777,3.8525,36.8644,-6.3454,-0.0155,0.0000,0.0000,0.0000,3.8680,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1375.1799,1375.1799,1375.1799,1375.1799,1375.1799 +13.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.3665,59.9275,586.3562,-100.9104,3.7677,36.8644,-6.3443,0.0042,0.0000,0.0000,0.0000,3.7634,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1361.8177,1361.8177,1361.8177,1361.8177,1361.8177 +14.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.7015,61.8198,585.0553,-100.7672,3.8953,36.8644,-6.3493,0.0451,0.0000,0.0000,0.0000,3.8502,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1381.8175,1381.8175,1381.8175,1381.8175,1381.8175 +15.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.4610,60.1117,585.2892,-100.7930,3.7861,36.8644,-6.3484,-0.0540,0.0000,0.0000,0.0000,3.8401,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1364.6518,1364.6518,1364.6518,1364.6518,1364.6518 +16.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.1175,60.3324,585.6237,-100.8299,3.7979,36.8644,-6.3471,0.0413,0.0000,0.0000,0.0000,3.7566,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1366.5251,1366.5251,1366.5251,1366.5251,1366.5251 +17.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,601.1175,59.9908,585.6237,-100.8299,3.7764,36.8644,-6.3471,-0.0413,0.0000,0.0000,0.0000,3.8176,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1363.1368,1363.1368,1363.1368,1363.1368,1363.1368 +18.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.8125,61.4573,585.9210,-100.8626,3.8667,36.8644,-6.3460,0.0300,0.0000,0.0000,0.0000,3.8367,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1377.4044,1377.4044,1377.4044,1377.4044,1377.4044 +19.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.8125,60.2364,585.9210,-100.8626,3.7899,36.8644,-6.3460,-0.0300,0.0000,0.0000,0.0000,3.8199,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1365.2930,1365.2930,1365.2930,1365.2930,1365.2930 +20.5000,1.0000,0.0458,0.1650,0.0000,0.0917,0.0000,1,600.0000,63.3902,586.7144,-100.9497,3.9829,36.8644,-6.3429,0.0000,0.1561,0.0000,0.0000,3.8268,0.0781,-0.0080,0.0000,0.0861,0.0000,0.0861,0.0180,0.0681,0.0000,0.0681,0.0004,0.0677,0.0000,0.0000,0.0305,0.0372,1395.8308,1395.8308,1395.8308,1395.8308,1395.8308 +21.5000,1.0000,0.4165,1.3345,0.3300,0.5581,0.0000,1,600.0000,136.7802,586.7144,-100.9497,8.5942,36.8644,-6.3429,0.0000,3.7844,0.0000,0.0000,4.8097,2.1592,-0.0956,0.0000,2.2548,0.0000,2.2548,0.1564,2.0984,0.0000,2.0984,0.0184,2.0800,0.0000,0.0003,0.2464,1.8333,2174.9844,2174.9844,2174.9844,2174.9844,2174.9844 +22.5000,1.0000,1.0732,2.3640,2.3390,0.0139,0.0000,1,600.0000,87.9891,586.7144,-100.9497,5.5285,36.8644,-6.3429,0.0000,0.6416,0.0000,0.0000,4.8870,0.6348,-0.1423,0.0000,0.7772,0.0000,0.7772,0.2579,0.5192,0.0000,0.5192,0.0008,0.5184,0.0000,0.0010,0.4366,0.0808,1639.8520,1639.8520,1639.8520,1639.8520,1639.8520 +23.5000,1.0000,1.9456,3.1405,2.3890,0.4175,0.0000,1,600.0000,153.5825,586.7144,-100.9497,9.6499,36.8644,-6.3429,0.0000,4.9147,0.0000,0.0000,4.7351,3.9658,-0.2282,0.0000,4.1940,0.0000,4.1940,0.3515,3.8425,0.0000,3.8425,0.0323,3.8102,0.0000,0.0026,0.5800,3.2276,2365.0178,2365.0178,2365.0178,2365.0178,2365.0178 +24.5000,1.0000,3.2883,4.8340,3.8920,0.5233,0.0000,2,600.0000,220.5516,586.7144,-100.9497,13.8577,36.8644,-6.3429,0.0000,8.9307,0.0000,0.0000,4.9270,7.4742,-0.2781,0.0000,7.7522,0.0000,7.7522,0.5604,7.1918,0.0000,7.1918,0.0624,7.1294,0.0000,0.0092,0.8927,6.2275,3156.1430,3156.1430,3156.1430,3156.1430,3156.1430 +25.5000,1.0000,4.8979,5.7945,5.7760,0.0103,0.0000,2,601.1940,107.9589,585.5491,-100.8217,6.7968,36.8644,-6.3474,0.0441,1.6636,0.0000,0.0000,5.0891,1.6616,-0.2041,0.0000,1.8657,0.0000,1.8657,0.6322,1.2334,0.0000,1.2334,0.0015,1.2320,0.0000,0.0153,1.0701,0.1466,1852.5192,1852.5192,1852.5192,1852.5192,1852.5192 +26.5000,1.0000,6.4654,5.6430,5.8130,-0.0944,0.0000,2,609.1785,86.2030,577.8744,-99.9652,5.4992,36.8644,-6.3771,0.2540,0.1292,0.0000,0.0000,5.1159,0.1347,-0.2121,0.0000,0.3469,0.0000,0.3469,0.6157,-0.2688,0.0000,-0.2688,-0.0131,-0.2557,0.0000,0.0141,1.0421,-1.3119,1630.5783,1630.5783,1630.5783,1630.5783,1630.5783 +27.5000,1.0000,7.9300,5.2725,5.4730,-0.1114,0.0000,2,611.0480,73.8802,576.1064,-99.7647,4.7275,36.8644,-6.3838,-0.1847,-0.0944,0.0000,0.0000,5.0065,-0.0973,-0.1976,0.0000,0.1003,0.0000,0.1003,0.5753,-0.4750,0.0000,-0.4750,-0.0145,-0.4605,0.0000,0.0115,0.9737,-1.4457,1510.0553,1510.0553,1510.0553,1510.0553,1510.0553 +28.5000,1.0000,9.2769,4.8490,5.0720,-0.1239,0.0000,2,604.8295,73.3179,582.0295,-100.4317,4.6438,36.8644,-6.3611,-0.0482,-0.2298,0.0000,0.0000,4.9218,-0.2404,-0.1803,0.0000,-0.0601,0.0000,-0.0601,0.5291,-0.5892,0.0000,-0.5892,-0.0148,-0.5744,0.0000,0.0090,0.8955,-1.4788,1498.7562,1498.7562,1498.7562,1498.7562,1498.7562 +29.5000,1.0000,10.5646,4.6355,4.6260,0.0053,0.0000,2,602.4260,98.4606,584.3517,-100.6895,6.2115,36.8644,-6.3521,-0.0409,1.2792,0.0000,0.0000,4.9732,1.2743,-0.1562,0.0000,1.4305,0.0000,1.4305,0.5058,0.9247,0.0000,0.9247,0.0006,0.9241,0.0000,0.0078,0.8561,0.0602,1745.9607,1745.9607,1745.9607,1745.9607,1745.9607 +30.5000,1.0000,11.8244,4.5355,4.6450,-0.0608,0.0000,2,600.6600,85.8976,586.0697,-100.8789,5.4030,36.8644,-6.3454,-0.0243,0.4828,0.0000,0.0000,4.9446,0.4942,-0.1596,0.0000,0.6538,0.0000,0.6538,0.4949,0.1589,0.0000,0.1589,-0.0068,0.1657,0.0000,0.0073,0.8376,-0.6792,1619.7113,1619.7113,1619.7113,1619.7113,1619.7113 +31.5000,1.0000,13.1656,4.8280,4.4260,0.2233,0.0000,2,600.0000,144.9725,586.7144,-100.9497,9.1089,36.8644,-6.3429,0.0000,4.2298,0.0000,0.0000,4.8791,3.9047,-0.2035,0.0000,4.1082,0.0000,4.1082,0.5268,3.5814,0.0000,3.5814,0.0266,3.5548,0.0000,0.0089,0.8916,2.6543,2267.6391,2267.6391,2267.6391,2267.6391,2267.6391 +32.5000,1.0000,14.7229,5.6065,5.2300,0.2092,0.0000,2,600.0000,151.0850,586.7144,-100.9497,9.4930,36.8644,-6.3429,0.0000,4.6292,0.0000,0.0000,4.8637,4.3379,-0.2388,0.0000,4.5767,0.0000,4.5767,0.6117,3.9650,0.0000,3.9650,0.0289,3.9361,0.0000,0.0139,1.0354,2.8868,2336.7715,2336.7715,2336.7715,2336.7715,2336.7715 +33.5000,1.0000,16.3857,5.9860,5.9830,0.0017,0.0000,2,610.1970,109.1217,576.9098,-99.8560,6.9728,36.8644,-6.3808,0.3821,1.5612,0.0000,0.0000,5.0296,1.5865,-0.2138,0.0000,1.8002,0.0000,1.8002,0.6531,1.1471,0.0000,1.1471,0.0002,1.1469,0.0000,0.0168,1.1055,0.0246,1892.0941,1892.0941,1892.0941,1892.0941,1892.0941 +34.5000,1.0000,18.0233,5.8955,5.9890,-0.0519,0.0000,2,616.9605,87.1871,570.5854,-99.1306,5.6330,36.8644,-6.4046,-0.1301,0.7612,0.0000,0.0000,5.0019,0.7691,-0.2175,0.0000,0.9867,0.0000,0.9867,0.6432,0.3434,0.0000,0.3434,-0.0076,0.3510,0.0000,0.0161,1.0888,-0.7539,1647.4998,1647.4998,1647.4998,1647.4998,1647.4998 +35.5000,1.0000,19.6322,5.7920,5.8020,-0.0056,0.0000,2,607.4615,96.5212,579.5077,-100.1494,6.1400,36.8644,-6.3708,-0.2263,1.4425,0.0000,0.0000,4.9238,1.4306,-0.2063,0.0000,1.6368,0.0000,1.6368,0.6320,1.0049,0.0000,1.0049,-0.0008,1.0057,0.0000,0.0153,1.0696,-0.0792,1732.3701,1732.3701,1732.3701,1732.3701,1732.3701 +36.5000,1.0000,21.2472,5.8140,5.7820,0.0178,0.0000,2,600.6980,106.1844,586.0326,-100.8749,6.6795,36.8644,-6.3455,-0.0257,1.7884,0.0000,0.0000,4.9168,1.7766,-0.2039,0.0000,1.9805,0.0000,1.9805,0.6344,1.3461,0.0000,1.3461,0.0025,1.3436,0.0000,0.0154,1.0737,0.2544,1830.9942,1830.9942,1830.9942,1830.9942,1830.9942 +37.5000,1.0000,22.9228,6.0320,5.8460,0.1033,0.0000,2,601.1560,129.4563,585.5862,-100.8257,8.1497,36.8644,-6.3473,0.0427,3.2005,0.0000,0.0000,4.9065,3.1107,-0.2283,0.0000,3.3391,0.0000,3.3391,0.6581,2.6809,0.0000,2.6809,0.0154,2.6656,0.0000,0.0172,1.1140,1.5344,2095.5435,2095.5435,2095.5435,2095.5435,2095.5435 +38.5000,1.0000,24.7068,6.4225,6.2180,0.1136,0.0000,2,620.5085,142.6667,567.3228,-98.7500,9.2704,36.8644,-6.4167,0.6934,3.4801,0.0000,0.0000,5.0969,3.4716,-0.2502,0.0000,3.7218,0.0000,3.7218,0.7007,3.0211,0.0000,3.0211,0.0180,3.0031,0.0000,0.0208,1.1861,1.7962,2301.7527,2301.7527,2301.7527,2301.7527,2301.7527 +39.5000,1.0000,26.5778,6.7355,6.6270,0.0603,0.0000,2,661.8220,128.8525,531.9083,-94.3188,8.9302,36.8644,-6.5368,0.9395,2.7146,0.0000,0.0000,5.2761,2.7649,-0.2473,0.0000,3.0122,0.0000,3.0122,0.7349,2.2773,0.0000,2.2773,0.0100,2.2673,0.0000,0.0240,1.2439,0.9994,2266.7690,2266.7690,2266.7690,2266.7690,2266.7690 +40.5000,1.0000,28.5218,6.9985,6.8440,0.0858,0.0000,2,694.2470,126.3174,507.0654,-90.8409,9.1834,36.8644,-6.6043,0.3968,3.3360,0.0000,0.0000,5.4506,3.3077,-0.2688,0.0000,3.5765,0.0000,3.5765,0.7636,2.8129,0.0000,2.8129,0.0148,2.7981,0.0000,0.0269,1.2924,1.4787,2333.2645,2333.2645,2333.2645,2333.2645,2333.2645 +41.5000,1.0000,30.5406,7.2675,7.1530,0.0636,0.0000,2,718.3565,106.1715,490.0473,-88.2549,7.9869,36.8644,-6.6391,0.6530,3.0263,0.0000,0.0000,4.3076,3.0407,-0.2739,0.0000,3.3146,0.0000,3.3146,0.7929,2.5217,0.0000,2.5217,0.0114,2.5103,0.0000,0.0301,1.3421,1.1380,2176.1758,2176.1758,2176.1758,2176.1758,2176.1758 +42.5000,1.0000,32.6031,7.4250,7.3820,0.0239,0.0000,2,745.7465,93.7624,472.0487,-85.3171,7.3223,36.8644,-6.6628,0.5765,2.3523,0.0000,0.0000,4.3935,2.3782,-0.2763,0.0000,2.6545,0.0000,2.6545,0.8101,1.8444,0.0000,1.8444,0.0044,1.8400,0.0000,0.0321,1.3712,0.4366,2099.7512,2099.7512,2099.7512,2099.7512,2099.7512 +43.5000,1.0000,34.6757,7.4615,7.4680,-0.0036,0.0000,2,765.5450,82.3425,459.8406,-83.1935,6.6012,36.8644,-6.6694,0.3390,1.8555,0.0000,0.0000,4.4067,1.8746,-0.2831,0.0000,2.1577,0.0000,2.1577,0.8141,1.3436,0.0000,1.3436,-0.0007,1.3442,0.0000,0.0326,1.3780,-0.0663,1998.5522,1998.5522,1998.5522,1998.5522,1998.5522 +44.5000,1.0000,36.7428,7.4415,7.4550,-0.0075,0.0000,2,768.1010,74.3077,458.3103,-82.9194,5.9770,36.8644,-6.6696,-0.2195,1.8046,0.0000,0.0000,4.3918,1.7970,-0.2828,0.0000,2.0798,0.0000,2.0798,0.8119,1.2678,0.0000,1.2678,-0.0014,1.2692,0.0000,0.0323,1.3743,-0.1374,1893.9685,1893.9685,1893.9685,1893.9685,1893.9685 +45.5000,1.0000,38.8010,7.4095,7.4280,-0.0103,0.0000,2,766.2320,77.9106,459.4283,-83.1198,6.2515,36.8644,-6.6695,0.1310,1.7270,0.0000,0.0000,4.3935,1.7376,-0.2817,0.0000,2.0194,0.0000,2.0194,0.8084,1.2109,0.0000,1.2109,-0.0019,1.2128,0.0000,0.0319,1.3684,-0.1875,1938.7444,1938.7444,1938.7444,1938.7444,1938.7444 +46.5000,1.0000,40.8528,7.3865,7.3910,-0.0025,0.0000,2,768.2540,77.5841,458.2191,-82.9030,6.2417,36.8644,-6.6697,-0.0360,1.8772,0.0000,0.0000,4.4005,1.8765,-0.2792,0.0000,2.1557,0.0000,2.1557,0.8059,1.3498,0.0000,1.3498,-0.0005,1.3503,0.0000,0.0316,1.3641,-0.0455,1940.1236,1940.1236,1940.1236,1940.1236,1940.1236 +47.5000,1.0000,42.9071,7.3955,7.3820,0.0075,0.0000,2,764.5155,78.5052,460.4598,-83.3039,6.2851,36.8644,-6.6693,-0.1397,2.0763,0.0000,0.0000,4.3485,2.0645,-0.2778,0.0000,2.3423,0.0000,2.3423,0.8069,1.5354,0.0000,1.5354,0.0014,1.5341,0.0000,0.0317,1.3658,0.1365,1942.0005,1942.0005,1942.0005,1942.0005,1942.0005 +48.5000,1.0000,44.9547,7.3715,7.4090,-0.0208,0.0000,2,762.7225,74.5322,461.5422,-83.4963,5.9530,36.8644,-6.6690,0.0554,1.5232,0.0000,0.0000,4.3744,1.5334,-0.2818,0.0000,1.8152,0.0000,1.8152,0.8043,1.0109,0.0000,1.0109,-0.0038,1.0147,0.0000,0.0314,1.3613,-0.3780,1881.3142,1881.3142,1881.3142,1881.3142,1881.3142 +49.5000,1.0000,46.9894,7.3250,7.3340,-0.0050,0.0000,2,758.8695,74.8707,463.8856,-83.9095,5.9499,36.8644,-6.6682,-0.2347,1.8249,0.0000,0.0000,4.3596,1.8150,-0.2767,0.0000,2.0917,0.0000,2.0917,0.7992,1.2925,0.0000,1.2925,-0.0009,1.2934,0.0000,0.0308,1.3527,-0.0902,1874.7277,1874.7277,1874.7277,1874.7277,1874.7277 +50.5000,1.0000,49.0206,7.3120,7.3160,-0.0022,0.0000,2,753.8340,78.2767,466.9843,-84.4496,6.1793,36.8644,-6.6666,0.0000,1.8618,0.0000,0.0000,4.3174,1.8628,-0.2756,0.0000,2.1384,0.0000,2.1384,0.7978,1.3406,0.0000,1.3406,-0.0004,1.3410,0.0000,0.0307,1.3503,-0.0400,1907.4627,1907.4627,1907.4627,1907.4627,1907.4627 +51.5000,1.0000,51.0408,7.2730,7.3080,-0.0194,0.0000,2,752.8420,73.7082,467.5996,-84.5560,5.8110,36.8644,-6.6662,-0.0459,1.5331,0.0000,0.0000,4.3237,1.5385,-0.2768,0.0000,1.8153,0.0000,1.8153,0.7935,1.0217,0.0000,1.0217,-0.0035,1.0252,0.0000,0.0302,1.3431,-0.3481,1840.8212,1840.8212,1840.8212,1840.8212,1840.8212 +52.5000,1.0000,52.9194,6.7630,7.2380,-0.2639,0.0000,2,747.1580,19.6180,471.1569,-85.1657,1.5350,36.8644,-6.6636,-0.2153,-2.5442,0.0000,0.0000,4.2945,-2.7192,-0.2932,0.0000,-2.4260,0.0000,-2.4260,0.7379,-3.1639,0.0000,-3.1639,-0.0440,-3.1199,0.0000,0.0244,1.2490,-4.3933,1096.9961,1096.9961,1096.9961,1096.9961,1096.9961 +53.5000,1.0000,54.6232,6.1335,6.2880,-0.0858,0.0000,2,706.2640,36.2023,498.4377,-89.5519,2.6775,36.8644,-6.6232,-1.5702,0.2852,0.0000,0.0000,3.9625,0.2776,-0.2335,0.0000,0.5111,0.0000,0.5111,0.6692,-0.1581,0.0000,-0.1581,-0.0130,-0.1451,0.0000,0.0181,1.1327,-1.2960,1223.8896,1223.8896,1223.8896,1223.8896,1223.8896 +54.5000,1.0000,56.2435,5.8330,5.9790,-0.0811,0.0000,2,642.4050,46.1117,547.9855,-96.4014,3.1020,36.8644,-6.4852,-1.0911,0.3403,0.0000,0.0000,3.8529,0.3340,-0.2189,0.0000,0.5529,0.0000,0.5529,0.6364,-0.0835,0.0000,-0.0835,-0.0117,-0.0719,0.0000,0.0156,1.0772,-1.1647,1263.4404,1263.4404,1263.4404,1263.4404,1263.4404 +55.5000,1.0000,57.8371,5.7370,5.6870,0.0278,0.0000,2,607.5380,86.1842,579.4348,-100.1412,5.4831,36.8644,-6.3711,-0.2690,1.9369,0.0000,0.0000,3.8153,1.8973,-0.1991,0.0000,2.0965,0.0000,2.0965,0.6260,1.4705,0.0000,1.4705,0.0039,1.4666,0.0000,0.0148,1.0595,0.3923,1628.8827,1628.8827,1628.8827,1628.8827,1628.8827 +56.5000,1.0000,59.4224,5.7070,5.7870,-0.0444,0.0000,2,600.2135,73.7342,586.5057,-100.9268,4.6345,36.8644,-6.3437,-0.0042,0.8408,0.0000,0.0000,3.7980,0.8526,-0.2080,0.0000,1.0606,0.0000,1.0606,0.6227,0.4379,0.0000,0.4379,-0.0063,0.4441,0.0000,0.0146,1.0539,-0.6244,1498.6397,1498.6397,1498.6397,1498.6397,1498.6397 +57.5000,1.0000,60.9322,5.4355,5.6270,-0.1064,0.0000,2,600.0495,59.2690,586.6660,-100.9444,3.7243,36.8644,-6.3430,-0.0018,-0.0315,0.0000,0.0000,3.7576,-0.0326,-0.2043,0.0000,0.1717,0.0000,0.1717,0.5931,-0.4214,0.0000,-0.4214,-0.0143,-0.4071,0.0000,0.0126,1.0038,-1.4235,1354.9937,1354.9937,1354.9937,1354.9937,1354.9937 +58.5000,1.0000,62.3318,5.0385,5.2440,-0.1142,0.0000,2,600.5075,61.2557,586.2185,-100.8953,3.8521,36.8644,-6.3448,0.0187,-0.1221,0.0000,0.0000,3.9555,-0.1274,-0.1875,0.0000,0.0601,0.0000,0.0601,0.5497,-0.4897,0.0000,-0.4897,-0.0142,-0.4755,0.0000,0.0101,0.9305,-1.4160,1375.1235,1375.1235,1375.1235,1375.1235,1375.1235 +59.5000,1.0000,63.5126,4.2510,4.8330,-0.3233,0.0000,2,601.0150,30.3885,585.7235,-100.8409,1.9126,36.8644,-6.3467,0.0000,-2.0177,0.0000,0.0000,3.9303,-2.3377,-0.1753,0.0000,-2.1624,0.0000,-2.1624,0.4638,-2.6262,0.0000,-2.6262,-0.0339,-2.5923,0.0000,0.0061,0.7851,-3.3835,1069.3876,1069.3876,1069.3876,1069.3876,1069.3876 +60.5000,1.0000,64.4635,3.4230,3.6690,-0.1367,0.0000,1,600.5075,56.9126,586.2185,-100.8953,3.5789,36.8644,-6.3448,-0.0187,-0.3615,0.0000,0.0000,3.9592,-0.3892,-0.2348,0.0000,-0.1543,0.0000,-0.1543,0.3735,-0.5278,0.0000,-0.5278,-0.0115,-0.5163,0.0000,0.0032,0.6321,-1.1516,1332.0399,1332.0399,1332.0399,1332.0399,1332.0399 +61.5000,1.0000,65.2910,2.9790,3.1770,-0.1100,0.0000,1,600.7360,58.4979,585.9956,-100.8708,3.6800,36.8644,-6.3457,0.0272,-0.1250,0.0000,0.0000,3.7779,-0.1340,-0.1966,0.0000,0.0625,0.0000,0.0625,0.3250,-0.2625,0.0000,-0.2625,-0.0081,-0.2544,0.0000,0.0021,0.5501,-0.8067,1347.9759,1347.9759,1347.9759,1347.9759,1347.9759 +62.5000,1.0000,66.0639,2.7825,2.7810,0.0008,0.0000,1,601.0145,69.7233,585.7240,-100.8409,4.3883,36.8644,-6.3467,-0.0169,0.6522,0.0000,0.0000,3.7530,0.6513,-0.1736,0.0000,0.8249,0.0000,0.8249,0.3036,0.5213,0.0000,0.5213,0.0001,0.5213,0.0000,0.0017,0.5139,0.0057,1459.5884,1459.5884,1459.5884,1459.5884,1459.5884 +63.5000,1.0000,66.8740,2.9165,2.7840,0.0736,0.0000,1,600.2785,78.5514,586.4422,-100.9199,4.9378,36.8644,-6.3439,-0.0103,1.2699,0.0000,0.0000,3.6782,1.2141,-0.1784,0.0000,1.3926,0.0000,1.3926,0.3182,1.0743,0.0000,1.0743,0.0053,1.0690,0.0000,0.0020,0.5386,0.5285,1546.4865,1546.4865,1546.4865,1546.4865,1546.4865 +64.5000,1.0000,67.7031,2.9845,3.0490,-0.0358,0.0000,1,613.5155,73.4555,573.7893,-99.5001,4.7193,36.8644,-6.3926,0.5092,0.4034,0.0000,0.0000,3.8066,0.4214,-0.1915,0.0000,0.6130,0.0000,0.6130,0.3256,0.2874,0.0000,0.2874,-0.0026,0.2900,0.0000,0.0021,0.5512,-0.2633,1508.1126,1508.1126,1508.1126,1508.1126,1508.1126 +65.5000,1.0000,68.6744,3.4970,2.9200,0.3206,0.0000,1,613.5155,115.8605,573.7893,-99.5001,7.4437,36.8644,-6.3926,-0.5092,4.2593,0.0000,0.0000,3.6936,3.5755,-0.2424,0.0000,3.8179,0.0000,3.8179,0.3816,3.4364,0.0000,3.4364,0.0276,3.4087,0.0000,0.0034,0.6458,2.7595,1978.0500,1978.0500,1978.0500,1978.0500,1978.0500 +66.5000,1.0000,70.0569,4.9770,4.0740,0.5017,0.0000,2,600.0000,198.3062,586.7144,-100.9497,12.4599,36.8644,-6.3429,0.0000,8.7758,0.0000,0.0000,3.6841,7.4281,-0.2818,0.0000,7.7099,0.0000,7.7099,0.5729,7.1370,0.0000,7.1370,0.0616,7.0754,0.0000,0.0100,0.9191,6.1463,2870.8430,2870.8430,2870.8430,2870.8430,2870.8430 +67.5000,1.0000,71.8329,6.3935,5.8800,0.2853,0.0000,2,613.0195,168.6014,574.2536,-99.5533,10.8234,36.8644,-6.3908,0.4901,6.4839,0.0000,0.0000,3.8494,6.1293,-0.3045,0.0000,6.4338,0.0000,6.4338,0.6976,5.7362,0.0000,5.7362,0.0450,5.6913,0.0000,0.0206,1.1807,4.4899,2573.0941,2573.0941,2573.0941,2573.0941,2573.0941 +68.5000,1.0000,73.9839,7.7435,6.9070,0.4647,0.0000,2,671.9690,246.3990,523.8763,-93.2304,17.3387,36.8644,-6.5605,1.8954,11.2418,0.0000,0.0000,4.2015,10.8393,-0.4557,0.0000,11.2950,0.0000,11.2950,0.8809,10.4141,0.0000,10.4141,0.0887,10.3254,0.0000,0.0369,1.4300,8.8585,3765.4284,3765.4284,3765.4284,3765.4284,3765.4284 +69.5000,1.0000,76.4307,8.8085,8.5800,0.1269,0.0000,2,807.6600,165.6823,457.0060,-78.9502,14.0131,38.6526,-6.6774,4.4521,4.6545,0.0000,0.0000,4.9065,5.0410,-0.3806,0.0000,5.4216,0.0000,5.4216,0.9611,4.4606,0.0000,4.4606,0.0276,4.4330,0.0000,0.0537,1.6267,2.7526,3226.9114,3226.9114,3226.9114,3226.9114,3226.9114 +70.5000,1.0000,79.1682,9.8550,9.0370,0.4544,0.0000,2,916.8765,214.5235,475.8404,-71.3819,20.5975,45.6879,-6.8537,1.0955,14.3617,0.0000,0.0000,5.1403,13.5424,-0.6060,0.0000,14.1484,0.0000,14.1484,1.1177,13.0307,0.0000,13.0307,0.1104,12.9203,0.0000,0.0756,1.8200,11.0247,4392.9936,4392.9936,4392.9936,4392.9936,4392.9936 +71.5000,1.0000,82.3100,11.3105,10.6730,0.3542,0.0000,2,1027.6570,225.9886,540.2924,-68.6066,24.3200,58.1441,-7.3832,5.7635,12.3604,0.0000,0.0000,6.1961,12.7407,-0.6619,0.0000,13.4027,0.0000,13.4027,1.2403,12.1624,0.0000,12.1624,0.0988,12.0636,0.0000,0.1139,2.0888,9.8609,5133.0874,5133.0874,5133.0874,5133.0874,5133.0874 +72.5000,1.0000,85.9635,13.1525,11.9480,0.6692,0.0000,2,1180.1325,302.4485,576.8801,-78.5651,37.3776,71.2927,-9.7093,4.4318,26.0194,0.0000,0.0000,6.9264,25.0716,-1.0199,0.0000,26.0915,0.0000,26.0915,1.5998,24.4917,0.0000,24.4917,0.2170,24.2747,0.0000,0.1801,2.4289,21.6657,7628.6440,7628.6440,7628.6440,7628.6440,7628.6440 +73.5000,1.0000,90.3151,15.6660,14.3570,0.7272,0.0000,2,1360.0745,357.5708,643.1623,-89.2440,50.9276,91.6035,-12.7107,9.9219,32.0307,0.0000,0.0000,8.9750,32.1426,-1.3216,0.0000,33.4642,0.0000,33.4642,1.9414,31.5228,0.0000,31.5228,0.2809,31.2419,0.0000,0.3039,2.8931,28.0449,10273.1862,10273.1862,10273.1862,10273.1862,10273.1862 +74.5000,1.0000,95.4446,18.4660,16.9750,0.8283,0.0000,2,1637.0640,408.5252,720.3486,-104.7934,70.0347,123.4915,-17.9650,15.9042,41.9497,0.0000,0.0000,12.1808,42.5665,-1.7331,0.0000,44.2996,0.0000,44.2996,2.3612,41.9384,0.0000,41.9384,0.3771,41.5613,0.0000,0.4975,3.4102,37.6537,14140.8199,14140.8199,14140.8199,14140.8199,14140.8199 +75.5000,1.0000,101.1586,20.5705,19.9570,0.3408,0.0000,2,1955.1765,280.9538,793.0691,-116.4269,57.5241,162.3774,-23.8379,19.2008,21.5968,0.0000,0.0000,16.7265,22.6866,-1.4805,0.0000,24.1671,0.0000,24.1671,2.2525,21.9145,0.0000,21.9145,0.1729,21.7417,0.0000,0.6838,3.7989,17.2590,12207.4486,12207.4486,12207.4486,12207.4486,12207.4486 +76.5000,1.0000,106.9885,20.9875,21.1840,-0.1092,0.0000,2,2012.9700,8.7337,793.1305,-119.1038,1.8410,167.1901,-25.1068,-12.6240,-0.0581,0.0000,0.0000,14.5231,-0.0557,-1.2506,0.0000,1.1949,0.0000,1.1949,2.2899,-1.0950,0.0000,-1.0950,-0.0565,-1.0385,0.0000,0.7257,3.8759,-5.6400,3751.2257,3751.2257,3751.2257,3751.2257,3751.2257 +77.5000,1.0000,112.7965,20.9090,20.7910,0.0656,0.0000,3,1595.2160,-69.0532,622.4845,-103.1897,-11.5354,103.9864,-17.2379,-30.9205,12.0398,0.0000,0.0000,7.3454,9.6034,-0.6649,0.0000,10.2682,0.0000,10.2682,2.2813,7.9869,0.0000,7.9869,0.0338,7.9531,0.0000,0.7175,3.8614,3.3742,700.4075,700.4075,700.4075,700.4075,700.4075 +78.5000,1.0000,118.9022,21.9805,21.0270,0.5297,0.0000,3,1294.9950,345.2551,482.5435,-85.3842,46.8206,65.4385,-11.5791,1.2257,36.2697,0.0000,0.0000,9.3252,35.1755,-1.2342,0.0000,36.4097,0.0000,36.4097,2.5657,33.8440,0.0000,33.8440,0.2871,33.5569,0.0000,0.8351,4.0593,28.6626,9482.8365,9482.8365,9482.8365,9482.8365,9482.8365 +79.5000,1.0000,125.6500,24.2920,22.9340,0.7544,0.0000,3,1373.7700,478.3757,671.1577,-90.0562,68.8195,96.5533,-12.9556,5.3456,53.0386,0.0000,0.0000,10.4353,52.5474,-1.6795,0.0000,54.2269,0.0000,54.2269,3.0454,51.1815,0.0000,51.1815,0.4518,50.7297,0.0000,1.1286,4.4861,45.1149,13641.0933,13641.0933,13641.0933,13641.0933,13641.0933 +80.5000,1.0000,133.1026,26.8295,25.6500,0.6553,0.0000,3,1515.9460,445.6348,738.5950,-98.4884,70.7443,117.2516,-15.6350,7.3371,51.2976,0.0000,0.0000,12.1095,51.6920,-1.7598,0.0000,53.4518,0.0000,53.4518,3.2669,50.1850,0.0000,50.1850,0.4335,49.7515,0.0000,1.5188,4.9547,43.2780,14114.9131,14114.9131,14114.9131,14114.9131,14114.9131 +81.5000,1.0000,141.2226,29.2320,28.0090,0.6794,0.0000,3,1681.7350,459.5806,758.3562,-106.3843,80.9371,133.5548,-18.7354,8.9826,57.7898,0.0000,0.0000,14.1648,58.3378,-1.9976,0.0000,60.3354,0.0000,60.3354,3.5909,56.7446,0.0000,56.7446,0.4897,56.2549,0.0000,1.9640,5.3984,48.8924,16225.6595,16225.6595,16225.6595,16225.6595,16225.6595 +82.5000,1.0000,150.1379,32.0950,30.4550,0.9111,0.0000,3,1847.5240,561.2329,788.9989,-112.3818,108.5830,152.6494,-21.7428,8.9420,83.5009,0.0000,0.0000,16.1401,82.8305,-2.6345,0.0000,85.4650,0.0000,85.4650,4.2309,81.2341,0.0000,81.2341,0.7210,80.5132,0.0000,2.6017,5.9272,71.9843,21503.9176,21503.9176,21503.9176,21503.9176,21503.9176 +83.5000,1.0000,160.0367,35.6355,33.7350,1.0558,0.0000,3,2039.4065,649.1884,813.7665,-121.1271,138.6447,173.7930,-25.8687,14.1610,105.1116,0.0000,0.0000,19.3720,105.3222,-3.2721,0.0000,108.5943,0.0000,108.5943,4.9031,103.6912,0.0000,103.6912,0.9276,102.7636,0.0000,3.5620,6.5810,92.6206,27508.5862,27508.5862,27508.5862,27508.5862,27508.5862 +84.5000,1.0000,170.8932,39.0835,37.5360,0.8597,0.0000,3,2272.5645,566.9350,764.8822,-137.5519,134.9205,182.0285,-32.7349,16.7596,96.0471,0.0000,0.0000,22.1139,97.2710,-3.2820,0.0000,100.5531,0.0000,100.5531,5.0993,95.4538,0.0000,95.4538,0.8284,94.6253,0.0000,4.6932,7.2178,82.7143,27466.4940,27466.4940,27466.4940,27466.4940,27466.4940 +85.5000,1.0000,182.1988,40.7000,40.6310,0.0383,0.0000,4,2446.3265,191.3664,677.2690,-145.8192,49.0240,173.5019,-37.3558,8.0634,19.6505,0.0000,0.0000,21.3100,20.0477,-1.0801,0.0000,21.1278,0.0000,21.1278,4.4407,16.6871,0.0000,16.6871,0.0385,16.6486,0.0000,5.2917,7.5163,3.8406,11685.3025,11685.3025,11685.3025,11685.3025,11685.3025 +86.5000,1.0000,193.4525,40.5135,40.7690,-0.1419,0.0000,4,2056.0005,-122.3971,789.3601,-122.3971,-26.3526,169.9523,-26.3526,-56.0597,18.3792,0.0000,0.0000,11.3280,14.5016,-0.9598,0.0000,15.4614,0.0000,15.4614,4.4203,11.0410,12.6377,-1.5967,-0.1418,-1.4549,0.0000,5.2195,7.4818,-14.1562,0.0000,0.0000,0.0000,0.0000,0.0000 +87.5000,1.0000,204.7665,40.7305,40.2580,0.2625,0.0000,4,1619.8595,310.0335,580.9141,-104.1807,52.5914,98.5412,-17.6723,0.7817,42.5929,0.0000,0.0000,9.2167,42.3087,-1.5446,0.0000,43.8534,0.0000,43.8534,4.4440,39.4094,0.0000,39.4094,0.2636,39.1458,0.0000,5.3043,7.5219,26.3195,10854.9459,10854.9459,10854.9459,10854.9459,10854.9459 +88.5000,1.0000,216.3314,41.6335,41.2030,0.2392,0.0000,4,1643.0915,298.5075,724.1018,-105.0081,51.3624,124.5919,-18.0681,1.5512,41.1503,0.0000,0.0000,8.6609,41.1103,-1.5429,0.0000,42.6532,0.0000,42.6532,4.5425,38.1107,0.0000,38.1107,0.2455,37.8652,0.0000,5.6648,7.6887,24.5117,10656.5963,10656.5963,10656.5963,10656.5963,10656.5963 +89.5000,1.0000,228.1392,42.5080,42.0640,0.2467,0.0000,4,1669.4515,301.4942,726.3191,-105.9468,52.7086,126.9784,-18.5221,1.1264,43.1475,0.0000,0.0000,8.4347,42.9825,-1.6048,0.0000,44.5873,0.0000,44.5873,4.6380,39.9494,0.0000,39.9494,0.2585,39.6909,0.0000,6.0293,7.8502,25.8113,10942.1455,10942.1455,10942.1455,10942.1455,10942.1455 +90.5000,1.0000,240.1806,43.3490,42.9520,0.2206,0.0000,4,1711.3375,294.1115,735.6454,-107.4385,52.7080,131.8356,-19.2541,3.2474,40.9475,0.0000,0.0000,8.5131,41.3085,-1.5923,0.0000,42.9008,0.0000,42.9008,4.7297,38.1710,0.0000,38.1710,0.2357,37.9353,0.0000,6.3942,8.0055,23.5357,10980.8062,10980.8062,10980.8062,10980.8062,10980.8062 +91.5000,1.0000,252.5203,44.4230,43.7460,0.3761,0.0000,4,1752.4225,379.3578,743.3610,-108.9017,69.6172,136.4166,-19.9849,1.0961,60.1896,0.0000,0.0000,8.3314,59.6307,-2.0030,0.0000,61.6337,0.0000,61.6337,5.0061,56.6276,0.0000,56.6276,0.4119,56.2156,0.0000,6.8823,8.2038,41.1295,14166.5970,14166.5970,14166.5970,14166.5970,14166.5970 +92.5000,1.0000,265.2561,45.8490,45.1000,0.4161,0.0000,4,1788.7390,415.8427,770.5080,-110.1950,77.8941,144.3287,-20.6413,2.8704,66.6394,0.0000,0.0000,8.3842,66.5262,-2.1859,0.0000,68.7121,0.0000,68.7121,5.2433,63.4688,0.0000,63.4688,0.4704,62.9984,0.0000,7.5669,8.4672,46.9644,15745.4034,15745.4034,15745.4034,15745.4034,15745.4034 +93.5000,1.0000,278.5144,47.7300,46.5980,0.6289,0.0000,4,1847.4480,557.4197,786.0257,-112.3789,107.8408,152.0679,-21.7413,3.6961,95.5740,0.0000,0.0000,8.5708,95.0061,-2.8325,0.0000,97.8386,0.0000,97.8386,5.8530,91.9856,0.0000,91.9856,0.7401,91.2455,0.0000,8.5394,8.8146,73.8915,21364.5840,21364.5840,21364.5840,21364.5840,21364.5840 +94.5000,1.0000,292.3449,49.7895,48.8620,0.5153,0.0000,4,1922.4080,493.6114,816.1737,-115.1956,99.3709,164.3073,-23.1905,5.0035,85.5874,0.0000,0.0000,8.7801,85.8746,-2.7024,0.0000,88.5770,0.0000,88.5770,5.9033,82.6737,0.0000,82.6737,0.6325,82.0411,0.0000,9.6911,9.1949,63.1551,19997.0630,19997.0630,19997.0630,19997.0630,19997.0630 +95.5000,1.0000,306.5069,50.9835,50.7170,0.1481,0.0000,4,2018.6160,270.4752,812.2496,-119.5359,57.1755,171.7006,-25.2686,6.6725,41.4333,0.0000,0.0000,9.0696,42.3170,-1.8307,0.0000,44.1477,0.0000,44.1477,5.5627,38.5850,0.0000,38.5850,0.1861,38.3989,0.0000,10.4019,9.4154,18.5816,12252.2023,12252.2023,12252.2023,12252.2023,12252.2023 +96.5000,1.0000,320.7618,51.3175,51.2500,0.0375,0.0000,5,1981.6510,137.3024,789.7279,-117.4217,28.4927,163.8828,-24.3671,-11.0488,31.2893,0.0000,0.0000,8.2522,29.8166,-0.6517,0.0000,30.4683,0.0000,30.4683,5.5991,24.8691,0.0000,24.8691,0.0474,24.8217,0.0000,10.6074,9.4771,4.7372,7051.3790,7051.3790,7051.3790,7051.3790,7051.3790 +97.5000,1.0000,335.2460,52.1430,51.3850,0.4211,0.0000,5,1644.2740,449.7547,683.7860,-105.0502,77.4423,117.7397,-18.0884,-24.8993,96.0139,0.0000,0.0000,6.3278,80.4456,-0.9198,0.0000,81.3654,0.0000,81.3654,6.0114,75.3540,0.0000,75.3540,0.5414,74.8127,0.0000,11.1299,9.6295,54.0533,15515.4455,15515.4455,15515.4455,15515.4455,15515.4455 +98.5000,1.0000,350.1404,53.6200,52.9010,0.3994,0.0000,5,1426.1460,594.3773,754.8336,-93.1625,88.7677,112.7311,-13.9134,2.4924,79.9461,0.0000,0.0000,6.3292,80.4625,-0.9424,0.0000,81.4049,0.0000,81.4049,6.1477,75.2572,0.0000,75.2572,0.5281,74.7291,0.0000,12.1023,9.9023,52.7245,17340.5015,17340.5015,17340.5015,17340.5015,17340.5015 +99.5000,1.0000,365.4440,55.0930,54.3390,0.4189,0.0000,5,1467.5745,611.4469,782.1153,-95.6196,93.9696,120.1986,-14.6952,1.1690,86.4684,0.0000,0.0000,6.3323,86.0549,-0.9936,0.0000,87.0484,0.0000,87.0484,6.3677,80.6807,0.0000,80.6807,0.5690,80.1118,0.0000,13.1275,10.1743,56.8100,18337.7126,18337.7126,18337.7126,18337.7126,18337.7126 +100.5000,1.0000,381.0646,56.2340,55.8470,0.2150,0.0000,5,1509.7660,430.6721,793.1779,-98.1219,68.0903,125.4033,-15.5133,2.7093,58.9308,0.0000,0.0000,6.4501,59.6609,-0.8783,0.0000,60.5392,0.0000,60.5392,6.1356,54.4036,0.0000,54.4036,0.2981,54.1055,0.0000,13.9582,10.3850,29.7623,13632.9236,13632.9236,13632.9236,13632.9236,13632.9236 +101.5000,1.0000,396.9343,57.1310,56.6210,0.2833,0.0000,5,1536.7745,483.1590,739.0081,-99.7237,77.7551,118.9291,-16.0486,-0.2088,71.5461,0.0000,0.0000,6.4178,70.8110,-0.9490,0.0000,71.7600,0.0000,71.7600,6.3256,65.4344,0.0000,65.4344,0.3991,65.0353,0.0000,14.6373,10.5507,39.8473,15431.9655,15431.9655,15431.9655,15431.9655,15431.9655 +102.5000,1.0000,413.0978,58.1885,57.6410,0.3042,0.0000,5,1556.4965,515.7902,760.5293,-100.8934,84.0717,123.9632,-16.4452,2.0966,75.3732,0.0000,0.0000,6.6019,75.7229,-0.9910,0.0000,76.7139,0.0000,76.7139,6.4971,70.2168,0.0000,70.2168,0.4364,69.7804,0.0000,15.4654,10.7460,43.5690,16653.5624,16653.5624,16653.5624,16653.5624,16653.5624 +103.5000,1.0000,429.5481,59.2210,58.7360,0.2694,0.0000,5,1592.3170,482.5629,775.3986,-103.0178,80.4659,129.2954,-17.1779,1.3579,72.4268,0.0000,0.0000,6.6813,72.4649,-0.9915,0.0000,73.4564,0.0000,73.4564,6.5431,66.9133,0.0000,66.9133,0.3934,66.5199,0.0000,16.3030,10.9367,39.2802,16066.7701,16066.7701,16066.7701,16066.7701,16066.7701 +104.5000,1.0000,446.2536,60.1400,59.7060,0.2411,0.0000,5,1618.6390,458.9311,769.9611,-104.1373,77.7904,130.5111,-17.6516,1.2362,69.7949,0.0000,0.0000,6.7594,69.8272,-0.9934,0.0000,70.8206,0.0000,70.8206,6.5880,64.2326,0.0000,64.2326,0.3575,63.8751,0.0000,17.0735,11.1064,35.6952,15575.1467,15575.1467,15575.1467,15575.1467,15575.1467 +105.5000,1.0000,463.1768,60.9235,60.5740,0.1942,0.0000,5,1639.7725,418.3332,766.3578,-104.8899,71.8347,131.5963,-18.0113,0.8758,64.1090,0.0000,0.0000,6.8499,64.0815,-0.9775,0.0000,65.0590,0.0000,65.0590,6.6472,58.4118,0.0000,58.4118,0.2916,58.1201,0.0000,17.7492,11.2511,29.1198,14476.8050,14476.8050,14476.8050,14476.8050,14476.8050 +106.5000,1.0000,480.2853,61.5905,61.2730,0.1764,0.0000,5,1663.4620,405.9385,758.2945,-105.7335,70.7134,132.0929,-18.4185,1.5315,62.2244,0.0000,0.0000,6.9575,62.4632,-0.9807,0.0000,63.4438,0.0000,63.4438,6.7200,56.7238,0.0000,56.7238,0.2678,56.4560,0.0000,18.3385,11.3742,26.7433,14297.3046,14297.3046,14297.3046,14297.3046,14297.3046 +107.5000,1.0000,497.6007,62.3355,61.9080,0.2375,0.0000,5,1680.2850,458.8183,758.1587,-106.3326,80.7332,133.4049,-18.7102,0.1889,73.5476,0.0000,0.0000,6.9967,73.1262,-1.0473,0.0000,74.1735,0.0000,74.1735,6.8400,67.3335,0.0000,67.3335,0.3650,66.9684,0.0000,19.0124,11.5118,36.4442,16185.1530,16185.1530,16185.1530,16185.1530,16185.1530 +108.5000,1.0000,515.1258,63.0905,62.7630,0.1819,0.0000,5,1697.2225,417.3814,774.8903,-106.9358,74.1823,137.7234,-19.0060,1.5745,65.5217,0.0000,0.0000,7.0861,65.7635,-1.0231,0.0000,66.7866,0.0000,66.7866,6.8837,59.9029,0.0000,59.9029,0.2830,59.6199,0.0000,19.7113,11.6513,28.2574,14986.9531,14986.9531,14986.9531,14986.9531,14986.9531 +109.5000,1.0000,532.8013,63.6315,63.4180,0.1186,0.0000,5,1719.8825,358.2075,767.4626,-107.7428,64.5152,138.2244,-19.4051,0.7978,56.6363,0.0000,0.0000,7.0811,56.6948,-0.9867,0.0000,57.6815,0.0000,57.6815,6.9427,50.7388,0.0000,50.7388,0.1861,50.5527,0.0000,20.2224,11.7512,18.5792,13182.4120,13182.4120,13182.4120,13182.4120,13182.4120 +110.5000,1.0000,550.5074,63.7420,63.8450,-0.0572,0.0000,5,1732.6240,201.9870,755.6760,-108.1966,36.6485,137.1098,-19.6312,0.5520,29.0020,0.0000,0.0000,7.0945,29.1359,-0.8494,0.0000,29.9853,0.0000,29.9853,6.9548,23.0306,0.0000,23.0306,-0.0899,23.1205,0.0000,20.3277,11.7716,-8.9788,7986.1851,7986.1851,7986.1851,7986.1851,7986.1851 +111.5000,1.0000,568.1028,63.3435,63.6390,-0.1642,0.0000,5,1728.6185,99.3073,716.6694,-108.0539,17.9767,129.7319,-19.5600,-0.9759,11.9557,0.0000,0.0000,6.9969,11.9478,-0.7557,0.0000,12.7035,0.0000,12.7035,6.9113,5.7922,0.0000,5.7922,-0.2564,6.0486,0.0000,19.9492,11.6980,-25.5986,4674.3805,4674.3805,4674.3805,4674.3805,4674.3805 +112.5000,1.0000,585.5314,62.7430,63.0480,-0.1694,0.0000,5,1717.9370,96.7541,687.6513,-107.6735,17.4062,123.7098,-19.3707,-0.1570,10.6056,0.0000,0.0000,6.9576,10.6482,-0.7387,0.0000,11.3869,0.0000,11.3869,6.8458,4.5412,0.0000,4.5412,-0.2621,4.8033,0.0000,19.3873,11.5871,-26.1711,4580.0631,4580.0631,4580.0631,4580.0631,4580.0631 +113.5000,1.0000,602.7953,62.1500,62.4380,-0.1600,0.0000,5,1702.2965,95.8462,682.0856,-107.1165,17.0859,121.5913,-19.0950,-1.4795,11.6870,0.0000,0.0000,6.8784,11.6438,-0.7336,0.0000,12.3774,0.0000,12.3774,6.7811,5.5963,0.0000,5.5963,-0.2452,5.8415,0.0000,18.8427,11.4776,-24.4788,4503.2592,4503.2592,4503.2592,4503.2592,4503.2592 +114.5000,1.0000,619.9197,61.6480,61.8620,-0.1189,0.0000,5,1683.2610,135.4490,675.9120,-106.4386,23.8757,119.1435,-18.7620,-0.5048,17.5132,0.0000,0.0000,6.8673,17.5232,-0.7547,0.0000,18.2779,0.0000,18.2779,6.7263,11.5516,0.0000,11.5516,-0.1807,11.7323,0.0000,18.3896,11.3849,-18.0422,5623.2875,5623.2875,5623.2875,5623.2875,5623.2875 +115.5000,1.0000,636.9240,61.2155,61.4340,-0.1214,0.0000,5,1672.5795,131.2560,683.4786,-106.0582,22.9898,119.7127,-18.5763,-0.5956,16.7686,0.0000,0.0000,6.8168,16.7703,-0.7435,0.0000,17.5138,0.0000,17.5138,6.6791,10.8347,0.0000,10.8347,-0.1832,11.0179,0.0000,18.0053,11.3050,-18.2924,5434.9478,5434.9478,5434.9478,5434.9478,5434.9478 +116.5000,1.0000,653.8208,60.8285,60.9970,-0.0936,0.0000,5,1657.7785,152.7221,678.1015,-105.5311,26.5129,117.7199,-18.3204,-0.9165,20.6773,0.0000,0.0000,6.7521,20.6222,-0.7565,0.0000,21.3786,0.0000,21.3786,6.6369,14.7417,0.0000,14.7417,-0.1404,14.8821,0.0000,17.6659,11.2335,-14.0173,6044.0846,6044.0846,6044.0846,6044.0846,6044.0846 +117.5000,1.0000,670.6156,60.4610,60.6600,-0.1106,0.0000,5,1645.7620,140.0500,680.8292,-105.1032,24.1368,117.3367,-18.1139,-0.3046,17.7290,0.0000,0.0000,6.7123,17.7550,-0.7358,0.0000,18.4908,0.0000,18.4908,6.5968,11.8940,0.0000,11.8940,-0.1648,12.0588,0.0000,17.3477,11.1657,-16.4545,5607.5247,5607.5247,5607.5247,5607.5247,5607.5247 +118.5000,1.0000,687.2608,59.9230,60.2620,-0.1883,0.0000,5,1636.8735,69.1513,674.5721,-104.7866,11.8534,115.6304,-17.9618,-0.5905,5.7558,0.0000,0.0000,6.6881,5.7678,-0.6663,0.0000,6.4340,0.0000,6.4340,6.5381,-0.1040,0.0000,-0.1040,-0.2782,0.1742,0.0000,16.8891,11.0663,-27.7811,3787.2928,3787.2928,3787.2928,3787.2928,3787.2928 +119.5000,1.0000,703.7406,59.3270,59.5840,-0.1428,0.0000,5,1628.4810,108.2009,651.0948,-104.4878,18.4519,111.0339,-17.8187,-0.2518,12.0367,0.0000,0.0000,6.6670,12.0704,-0.6882,0.0000,12.7586,0.0000,12.7586,6.4730,6.2855,0.0000,6.2855,-0.2088,6.4944,0.0000,16.3899,10.9562,-20.8517,4603.9484,4603.9484,4603.9484,4603.9484,4603.9484 +120.5000,1.0000,720.0758,58.8070,59.0700,-0.1461,0.0000,5,1611.8485,97.3298,658.0816,-103.8954,16.4285,111.0792,-17.5368,-1.3971,11.2491,0.0000,0.0000,6.5766,11.2006,-0.6752,0.0000,11.8759,0.0000,11.8759,6.4163,5.4595,0.0000,5.4595,-0.2118,5.6714,0.0000,15.9627,10.8602,-21.1515,4256.5355,4256.5355,4256.5355,4256.5355,4256.5355 +121.5000,1.0000,736.2521,58.2345,58.5440,-0.1719,0.0000,5,1589.9900,76.9515,647.9472,-102.8798,12.8127,107.8854,-17.1298,-0.7561,7.0656,0.0000,0.0000,6.5033,7.0687,-0.6450,0.0000,7.7137,0.0000,7.7137,6.3538,1.3598,0.0000,1.3598,-0.2469,1.6067,0.0000,15.5012,10.7545,-24.6489,3807.5277,3807.5277,3807.5277,3807.5277,3807.5277 +122.5000,1.0000,752.2811,57.7045,57.9250,-0.1225,0.0000,5,1572.2135,117.1771,635.2002,-101.8255,19.2922,104.5805,-16.7647,-0.9686,13.8241,0.0000,0.0000,6.4368,13.7886,-0.6703,0.0000,14.4589,0.0000,14.4589,6.2960,8.1628,0.0000,8.1628,-0.1743,8.3371,0.0000,15.0816,10.6566,-17.4010,4672.2515,4672.2515,4672.2515,4672.2515,4672.2515 +123.5000,1.0000,768.1989,57.3040,57.4840,-0.1000,0.0000,5,1563.7450,141.6865,645.2527,-101.3233,23.2019,105.6633,-16.5922,0.1502,16.6096,0.0000,0.0000,6.4421,16.6786,-0.6784,0.0000,17.3570,0.0000,17.3570,6.2523,11.1047,0.0000,11.1047,-0.1413,11.2459,0.0000,14.7696,10.5826,-14.1063,5348.1188,5348.1188,5348.1188,5348.1188,5348.1188 +124.5000,1.0000,784.0369,57.0170,57.1240,-0.0594,0.0000,5,1560.0825,172.0887,651.9488,-101.1060,28.1144,106.5098,-16.5178,-0.5007,22.2037,0.0000,0.0000,6.4115,22.1709,-0.7015,0.0000,22.8724,0.0000,22.8724,6.2210,16.6514,0.0000,16.6514,-0.0836,16.7349,0.0000,14.5487,10.5296,-8.3434,6238.6292,6238.6292,6238.6292,6238.6292,6238.6292 +125.5000,1.0000,799.7668,56.6275,56.9100,-0.1569,0.0000,5,1551.2320,87.2394,659.4044,-100.5811,14.1716,107.1167,-16.3389,-0.3452,8.1460,0.0000,0.0000,6.3708,8.1677,-0.6245,0.0000,8.7923,0.0000,8.7923,6.1785,2.6138,0.0000,2.6138,-0.2191,2.8329,0.0000,14.2529,10.4577,-21.8777,3881.2804,3881.2804,3881.2804,3881.2804,3881.2804 +126.5000,1.0000,815.3179,55.9840,56.3450,-0.2006,0.0000,5,1533.7225,41.4798,625.6230,-99.5427,6.6621,100.4820,-15.9877,-1.3078,1.7000,0.0000,0.0000,6.2700,1.6955,-0.6082,0.0000,2.3037,0.0000,2.3037,6.1083,-3.8046,0.0000,-3.8046,-0.2768,-3.5277,0.0000,13.7728,10.3389,-27.6394,2987.5160,2987.5160,2987.5160,2987.5160,2987.5160 +127.5000,1.0000,830.6318,55.1300,55.6230,-0.2739,0.0000,5,1509.4990,-22.4014,601.7737,-98.1060,-3.5411,95.1250,-15.5080,-0.9583,-8.7952,0.0000,0.0000,6.2124,-8.8138,-0.6204,0.0000,-8.1934,0.0000,-8.1934,6.0151,-14.2085,0.0000,-14.2085,-0.3723,-13.8362,0.0000,13.1525,10.1811,-37.1699,1666.3020,1666.3020,1666.3020,1666.3020,1666.3020 +128.5000,1.0000,845.6607,54.1040,54.6370,-0.2961,0.0000,5,1485.0845,-47.1502,570.4709,-96.6581,-7.3327,88.7183,-15.0320,-1.2838,-12.1134,0.0000,0.0000,6.0645,-12.1179,-0.6119,0.0000,-11.5060,0.0000,-11.5060,5.9032,-17.4092,0.0000,-17.4092,-0.3950,-17.0142,0.0000,12.4320,9.9917,-39.4379,1050.9715,1050.9715,1050.9715,1050.9715,1050.9715 +129.5000,1.0000,860.3788,52.9850,53.5710,-0.3256,0.0000,5,1454.2610,-77.4794,550.3249,-94.8300,-11.7993,83.8089,-14.4416,-1.4956,-16.2569,0.0000,0.0000,5.9532,-16.2494,-0.6043,0.0000,-15.6451,0.0000,-15.6451,5.7811,-21.4262,0.0000,-21.4262,-0.4253,-21.0009,0.0000,11.6768,9.7850,-42.4627,308.3585,308.3585,308.3585,308.3585,308.3585 +130.5000,1.0000,874.6990,51.5530,52.3990,-0.4700,0.0650,5,1422.5605,-92.9499,527.4719,-92.9499,-13.8468,78.5776,-13.8468,-1.3063,-18.3593,0.0000,0.0000,5.8189,-18.4694,-0.5872,0.0000,-17.8822,0.0000,-17.8822,5.6248,-23.5070,15.6499,-39.1569,-0.5974,-38.5595,0.8089,10.7570,9.5206,-59.6460,0.0000,0.0000,0.0000,0.0000,0.0000 +131.5000,1.0000,888.5231,49.7665,50.7070,-0.5225,0.0780,5,1380.7130,-90.4680,506.4063,-90.4680,-13.0806,73.2202,-13.0806,-2.2804,-16.4973,0.0000,0.0000,5.6971,-16.4875,-0.5547,0.0000,-15.9328,0.0000,-15.9328,5.4299,-21.3627,23.4835,-44.8463,-0.6411,-44.2052,0.9371,9.6778,9.1906,-64.0107,0.0000,0.0000,0.0000,0.0000,0.0000 +132.5000,1.0000,901.8917,48.1270,48.8260,-0.3883,0.0780,5,1331.8460,-87.5698,490.7352,-87.5698,-12.2134,68.4431,-12.2134,-1.7972,-15.9877,0.0000,0.0000,5.5715,-15.9557,-0.5287,0.0000,-15.4270,0.0000,-15.4270,5.2510,-20.6781,7.2443,-27.9223,-0.4608,-27.4616,0.9062,8.7512,8.8879,-46.0069,0.0000,0.0000,0.0000,0.0000,0.0000 +133.5000,1.0000,915.1421,47.7015,47.4280,0.1519,0.0130,5,1297.4365,332.4890,481.2712,-85.5290,45.1744,65.3890,-11.6206,-0.9909,40.6728,0.0000,0.0000,5.4924,40.0533,-0.6507,0.0000,40.7040,0.0000,40.7040,5.2046,35.4994,0.0000,35.4994,0.1787,35.3207,0.1497,8.5196,8.8093,17.8421,9176.7580,9176.7580,9176.7580,9176.7580,9176.7580 +134.5000,1.0000,928.4414,47.8775,47.9750,-0.0542,0.0000,5,1294.9185,161.3219,659.4065,-85.3797,21.8758,89.4179,-11.5778,0.7887,15.5504,0.0000,0.0000,5.5367,15.7015,-0.5302,0.0000,16.2317,0.0000,16.2317,5.2238,11.0079,0.0000,11.0079,-0.0639,11.0718,0.0000,8.6140,8.8418,-6.3840,4827.1577,4827.1577,4827.1577,4827.1577,4827.1577 +135.5000,1.0000,941.7108,47.7700,47.7800,-0.0056,0.0000,5,1302.6245,195.9089,588.1513,-85.8367,26.7240,80.2300,-11.7090,-0.1770,21.4048,0.0000,0.0000,5.4962,21.3729,-0.5574,0.0000,21.9303,0.0000,21.9303,5.2121,16.7182,0.0000,16.7182,-0.0065,16.7248,0.0000,8.5561,8.8219,-0.6533,5734.0538,5734.0538,5734.0538,5734.0538,5734.0538 +136.5000,1.0000,955.0010,47.8445,47.7600,0.0469,0.0000,5,1298.4285,243.1216,602.4181,-85.5879,33.0575,81.9115,-11.6375,-0.1582,27.7376,0.0000,0.0000,5.4781,27.6464,-0.5901,0.0000,28.2365,0.0000,28.2365,5.2202,23.0163,0.0000,23.0163,0.0554,22.9609,0.0000,8.5962,8.8357,5.5290,6912.3901,6912.3901,6912.3901,6912.3901,6912.3901 +137.5000,1.0000,968.3550,48.0745,47.9290,0.0808,0.0000,5,1299.1915,276.6392,622.1678,-85.6331,37.6370,84.6466,-11.6505,0.2191,31.9205,0.0000,0.0000,5.4975,31.8914,-0.6148,0.0000,32.5062,0.0000,32.5062,5.2453,27.2609,0.0000,27.2609,0.0958,27.1651,0.0000,8.7209,8.8782,9.5661,7768.4848,7768.4848,7768.4848,7768.4848,7768.4848 +138.5000,1.0000,981.8288,48.5055,48.2200,0.1586,0.0000,5,1311.6655,348.9638,637.7612,-86.3729,47.9327,87.6012,-11.8640,0.7836,41.6027,0.0000,0.0000,5.5464,41.6660,-0.6704,0.0000,42.3364,0.0000,42.3364,5.2923,37.0441,0.0000,37.0441,0.1897,36.8544,0.0000,8.9577,8.9578,18.9389,9697.4419,9697.4419,9697.4419,9697.4419,9697.4419 +139.5000,1.0000,995.4864,49.1675,48.7910,0.2092,0.0000,5,1327.1150,394.5648,670.1612,-87.2892,54.8347,93.1358,-12.1310,0.4663,48.7911,0.0000,0.0000,5.5773,48.6291,-0.7151,0.0000,49.3442,0.0000,49.3442,5.3646,43.9796,0.0000,43.9796,0.2536,43.7261,0.0000,9.3298,9.0800,25.3163,11008.7984,11008.7984,11008.7984,11008.7984,11008.7984 +140.5000,1.0000,1009.3704,49.9825,49.5440,0.2436,0.0000,5,1344.3195,430.4171,691.4761,-88.3096,60.5928,97.3438,-12.4319,0.9479,54.0181,0.0000,0.0000,5.6267,54.0057,-0.7541,0.0000,54.7598,0.0000,54.7598,5.4535,49.3063,0.0000,49.3063,0.3002,49.0061,0.0000,9.8016,9.2305,29.9740,12098.7932,12098.7932,12098.7932,12098.7932,12098.7932 +141.5000,1.0000,1023.5053,50.8855,50.4210,0.2581,0.0000,5,1369.4210,445.9610,708.9623,-89.7983,63.9532,101.6690,-12.8776,1.1453,57.1109,0.0000,0.0000,5.6970,57.1571,-0.7834,0.0000,57.9405,0.0000,57.9405,5.5520,52.3885,0.0000,52.3885,0.3237,52.0647,0.0000,10.3426,9.3973,32.3248,12730.8304,12730.8304,12730.8304,12730.8304,12730.8304 +142.5000,1.0000,1037.9613,52.0415,51.3500,0.3842,0.0000,5,1395.5140,565.2417,719.1643,-91.3458,82.6032,105.0971,-13.3491,1.0690,75.7419,0.0000,0.0000,5.7923,75.4168,-0.8929,0.0000,76.3097,0.0000,76.3097,5.9262,70.3835,0.0000,70.3835,0.4929,69.8905,0.0000,11.0646,9.6108,49.2151,16185.7887,16185.7887,16185.7887,16185.7887,16185.7887 +143.5000,1.0000,1052.8808,53.7105,52.7330,0.5431,0.0000,5,1431.3725,721.7077,767.8032,-93.4725,108.1789,115.0883,-14.0109,2.0555,100.1965,0.0000,0.0000,5.9268,100.0133,-1.0426,0.0000,101.0558,0.0000,101.0558,6.4508,94.6051,0.0000,94.6051,0.7191,93.8859,0.0000,12.1656,9.9190,71.8014,21081.1672,21081.1672,21081.1672,21081.1672,21081.1672 +144.5000,1.0000,1068.3340,55.6315,54.6880,0.5242,0.0000,5,1492.0270,720.8023,825.6957,-97.0698,112.6215,129.0106,-15.1666,3.4149,101.0696,0.0000,0.0000,8.1370,101.8666,-1.0819,0.0000,102.9486,0.0000,102.9486,6.6557,96.2929,0.0000,96.2929,0.7189,95.5740,0.0000,13.5176,10.2738,71.7826,21963.9826,21963.9826,21963.9826,21963.9826,21963.9826 +145.5000,1.0000,1084.1985,57.1120,56.5750,0.2983,0.0000,5,1543.0685,510.6181,831.4309,-100.0970,82.5107,134.3507,-16.1746,1.3050,72.9639,0.0000,0.0000,8.2417,72.9294,-0.9594,0.0000,73.8888,0.0000,73.8888,6.3558,67.5330,0.0000,67.5330,0.4201,67.1129,0.0000,14.6228,10.5472,41.9429,16346.6111,16346.6111,16346.6111,16346.6111,16346.6111 +146.5000,1.0000,1100.3442,58.1245,57.6490,0.2642,0.0000,5,1561.9135,482.2618,770.3986,-101.2146,78.8803,126.0089,-16.5550,0.4866,70.1092,0.0000,0.0000,8.2845,69.7662,-0.9598,0.0000,70.7260,0.0000,70.7260,6.4014,64.3246,0.0000,64.3246,0.3786,63.9460,0.0000,15.4141,10.7342,37.7978,15699.3581,15699.3581,15699.3581,15699.3581,15699.3581 +147.5000,1.0000,1116.7194,58.9510,58.6000,0.1950,0.0000,5,1584.4205,427.0185,764.9776,-102.5495,70.8510,126.9252,-17.0150,1.6963,60.7464,0.0000,0.0000,8.4082,61.0513,-0.9294,0.0000,61.9807,0.0000,61.9807,6.4320,55.5487,0.0000,55.5487,0.2834,55.2653,0.0000,16.0805,10.8868,28.2980,14209.7368,14209.7368,14209.7368,14209.7368,14209.7368 +148.5000,1.0000,1133.2300,59.4380,59.3020,0.0756,0.0000,5,1609.2545,316.7267,752.2135,-103.8030,53.3750,126.7636,-17.4930,0.7314,44.1551,0.0000,0.0000,8.4886,44.2569,-0.8526,0.0000,45.1095,0.0000,45.1095,6.4852,38.6243,0.0000,38.6243,0.1107,38.5136,0.0000,16.4818,10.9767,11.0550,10988.9787,10988.9787,10988.9787,10988.9787,10988.9787 +149.5000,1.0000,1149.8110,59.6915,59.5740,0.0653,0.0000,5,1615.0910,304.5643,721.3880,-104.0109,51.5115,122.0097,-17.5916,-0.1551,43.1938,0.0000,0.0000,8.4729,43.0672,-0.8508,0.0000,43.9180,0.0000,43.9180,6.5128,37.4052,0.0000,37.4052,0.0961,37.3091,0.0000,16.6936,11.0235,9.5920,10649.2329,10649.2329,10649.2329,10649.2329,10649.2329 +150.5000,1.0000,1166.4294,59.8265,59.8090,0.0097,0.0000,5,1621.0040,259.9951,718.9216,-104.2215,44.1345,122.0378,-17.6917,0.7443,34.8663,0.0000,0.0000,8.5239,35.0169,-0.8124,0.0000,35.8292,0.0000,35.8292,6.5275,29.3017,0.0000,29.3017,0.0143,29.2874,0.0000,16.8071,11.0485,1.4318,9248.7767,9248.7767,9248.7767,9248.7767,9248.7767 +151.5000,1.0000,1183.0211,59.7300,59.8440,-0.0633,0.0000,5,1623.5980,176.8894,706.3485,-104.3139,30.0752,120.0953,-17.7357,-0.4869,24.1390,0.0000,0.0000,6.4231,24.1124,-0.7557,0.0000,24.8681,0.0000,24.8681,6.5170,18.3511,0.0000,18.3511,-0.0933,18.4443,0.0000,16.7259,11.0307,-9.3122,6640.3591,6640.3591,6640.3591,6640.3591,6640.3591 +152.5000,1.0000,1199.5629,59.5505,59.6160,-0.0364,0.0000,5,1618.4860,202.3616,680.4947,-104.1318,34.2978,115.3353,-17.6490,-0.0228,27.8840,0.0000,0.0000,6.4365,27.9108,-0.7719,0.0000,28.6827,0.0000,28.6827,6.4974,22.1852,0.0000,22.1852,-0.0534,22.2387,0.0000,16.5755,10.9975,-5.3344,7425.6417,7425.6417,7425.6417,7425.6417,7425.6417 +153.5000,1.0000,1216.0650,59.4075,59.4850,-0.0431,0.0000,5,1613.8705,194.1032,687.0245,-103.9674,32.8042,116.1100,-17.5709,-0.4347,26.8239,0.0000,0.0000,6.4151,26.7859,-0.7638,0.0000,27.5498,0.0000,27.5498,6.4818,21.0679,0.0000,21.0679,-0.0631,21.1310,0.0000,16.4564,10.9711,-6.2965,7139.7699,7139.7699,7139.7699,7139.7699,7139.7699 +154.5000,1.0000,1232.4936,59.1430,59.3300,-0.1039,0.0000,5,1610.7425,142.8545,683.6796,-103.8560,24.0962,115.3207,-17.5181,0.1245,17.5536,0.0000,0.0000,6.4181,17.6231,-0.7132,0.0000,18.3362,0.0000,18.3362,6.4530,11.8833,0.0000,11.8833,-0.1515,12.0348,0.0000,16.2377,10.9222,-15.1252,5584.0775,5584.0775,5584.0775,5584.0775,5584.0775 +155.5000,1.0000,1248.8147,58.7560,58.9560,-0.1111,0.0000,5,1603.9140,130.0810,666.3030,-103.6129,21.8486,111.9132,-17.4030,-0.7966,16.2777,0.0000,0.0000,6.3675,16.2509,-0.6999,0.0000,16.9508,0.0000,16.9508,6.4107,10.5400,0.0000,10.5400,-0.1610,10.7010,0.0000,15.9211,10.8508,-16.0709,5181.8941,5181.8941,5181.8941,5181.8941,5181.8941 +156.5000,1.0000,1265.0128,58.3130,58.5560,-0.1350,0.0000,5,1589.3035,109.0840,657.9379,-102.8391,18.1550,109.5016,-17.1157,-0.6367,12.4480,0.0000,0.0000,6.3437,12.4488,-0.6734,0.0000,13.1222,0.0000,13.1222,6.3624,6.7598,0.0000,6.7598,-0.1941,6.9539,0.0000,15.5638,10.7690,-19.3789,4496.0249,4496.0249,4496.0249,4496.0249,4496.0249 +157.5000,1.0000,1281.0510,57.7375,58.0700,-0.1847,0.0000,5,1572.2895,61.8227,645.6361,-101.8300,10.1791,106.3038,-16.7663,-1.0129,4.9275,0.0000,0.0000,6.2645,4.9230,-0.6294,0.0000,5.5524,0.0000,5.5524,6.2996,-0.7472,0.0000,-0.7472,-0.2630,-0.4842,0.0000,15.1077,10.6627,-26.2547,3468.2586,3468.2586,3468.2586,3468.2586,3468.2586 +158.5000,1.0000,1296.8543,56.8920,57.4050,-0.2850,0.0000,5,1551.2320,-28.1677,623.0073,-100.5811,-4.5757,101.2042,-16.3389,-1.0066,-9.7756,0.0000,0.0000,6.2065,-9.7973,-0.6519,0.0000,-9.1455,0.0000,-9.1455,6.2074,-15.3528,0.0000,-15.3528,-0.3998,-14.9531,0.0000,14.4544,10.5065,-39.9140,1625.4226,1625.4226,1625.4226,1625.4226,1625.4226 +159.5000,1.0000,1312.3876,55.9200,56.3790,-0.2550,0.0000,5,1531.7770,-3.9704,585.5621,-99.4273,-0.6369,93.9284,-15.9489,-0.8361,-5.9115,0.0000,0.0000,6.1107,-5.9258,-0.6261,0.0000,-5.2997,0.0000,-5.2997,6.1013,-11.4010,0.0000,-11.4010,-0.3516,-11.0494,0.0000,13.7259,10.3270,-35.1024,2145.6661,2145.6661,2145.6661,2145.6661,2145.6661 +160.5000,1.0000,1327.6465,54.9320,55.4610,-0.2939,0.0000,5,1510.7960,-42.2308,586.2373,-98.1830,-6.6813,92.7487,-15.5335,-1.1220,-11.5944,0.0000,0.0000,6.0350,-11.6134,-0.6241,0.0000,-10.9893,0.0000,-10.9893,5.9935,-16.9829,0.0000,-16.9829,-0.3980,-16.5848,0.0000,13.0115,10.1446,-39.7409,1207.1594,1207.1594,1207.1594,1207.1594,1207.1594 +161.5000,1.0000,1342.5240,53.5590,54.4030,-0.4689,0.0440,5,1476.9205,-96.1739,560.2350,-96.1739,-14.8745,86.6475,-14.8745,-1.9757,-18.8089,0.0000,0.0000,5.9101,-18.8282,-0.6199,0.0000,-18.2083,0.0000,-18.2083,5.8437,-24.0521,15.8657,-39.9177,-0.6192,-39.2985,0.5689,12.0619,9.8910,-61.8204,0.0000,0.0000,0.0000,0.0000,0.0000 +162.5000,1.0000,1356.8608,51.6125,52.7150,-0.6125,0.2960,5,1435.4160,-93.7123,524.6597,-93.7123,-14.0865,78.8650,-14.0865,-1.7385,-18.1690,0.0000,0.0000,5.8210,-18.3105,-0.5878,0.0000,-17.7227,0.0000,-17.7227,5.6313,-23.3540,31.2294,-54.5834,-0.7794,-53.8040,3.6880,10.7963,9.5315,-77.8198,0.0000,0.0000,0.0000,0.0000,0.0000 +163.5000,1.0000,1370.6286,49.5640,50.5100,-0.5256,0.8280,5,1384.4130,-90.6874,507.1385,-90.6874,-13.1474,73.5226,-13.1474,-2.6594,-16.1064,0.0000,0.0000,5.6184,-16.0488,-0.5506,0.0000,-15.4982,0.0000,-15.4982,5.4078,-20.9060,15.2393,-36.1454,-0.6422,-35.5031,9.9068,9.5602,9.1529,-64.1231,0.0000,0.0000,0.0000,0.0000,0.0000 +164.5000,1.0000,1383.8258,47.5100,48.6180,-0.6156,0.9200,5,1327.2300,-87.2960,488.8897,-87.2960,-12.1330,67.9494,-12.1330,-2.1112,-15.5128,0.0000,0.0000,5.4909,-15.5732,-0.5185,0.0000,-15.0547,0.0000,-15.0547,5.1837,-20.2384,24.7276,-44.9660,-0.7210,-44.2450,10.5513,8.4217,8.7736,-71.9916,0.0000,0.0000,0.0000,0.0000,0.0000 +165.5000,1.0000,1396.4597,45.4820,46.4020,-0.5111,0.6230,5,1273.3655,-84.1014,473.2829,-84.1014,-11.2146,63.1106,-11.2146,-2.1866,-14.3593,0.0000,0.0000,5.3313,-14.3339,-0.4858,0.0000,-13.8481,0.0000,-13.8481,4.9624,-18.8106,16.3602,-35.1708,-0.5731,-34.5977,6.8402,7.3877,8.3992,-57.2248,0.0000,0.0000,0.0000,0.0000,0.0000 +166.5000,1.0000,1408.6978,44.0570,44.5620,-0.2806,0.2700,5,1218.9670,-43.3696,458.3220,-80.8752,-5.5361,58.5048,-10.3237,-1.9789,-8.7461,0.0000,0.0000,5.1889,-8.6556,-0.4513,0.0000,-8.2043,0.0000,-8.2043,4.8070,-13.0113,0.0000,-13.0113,-0.3047,-12.7065,2.8716,6.7129,8.1362,-30.4273,659.8497,659.8497,659.8497,659.8497,659.8497 +167.5000,1.0000,1420.7474,43.3785,43.5520,-0.0964,0.0350,5,1182.3455,105.7898,467.0308,-78.6972,13.0984,57.8254,-9.7439,-0.7396,8.7290,0.0000,0.0000,5.1089,8.6886,-0.4328,0.0000,9.1214,0.0000,9.1214,4.7329,4.3884,0.0000,4.3884,-0.1031,4.4915,0.3665,6.4068,8.0109,-10.2927,3142.3938,3142.3938,3142.3938,3142.3938,3142.3938 +168.5000,1.0000,1432.6825,42.9665,43.2050,-0.1325,0.0000,5,1170.6720,75.4604,533.3318,-78.0008,9.2509,65.3825,-9.5623,-0.1070,4.2707,0.0000,0.0000,5.0872,4.2890,-0.4051,0.0000,4.6941,0.0000,4.6941,4.6880,0.0061,0.0000,0.0061,-0.1404,0.1465,0.0000,6.2261,7.9348,-14.0144,2652.1377,2652.1377,2652.1377,2652.1377,2652.1377 +169.5000,1.0000,1444.5224,42.6235,42.7280,-0.0581,0.0000,5,1157.9690,134.5703,515.9830,-77.2430,16.3183,62.5693,-9.3667,-0.7975,12.0958,0.0000,0.0000,5.0200,12.0081,-0.4395,0.0000,12.4476,0.0000,12.4476,4.6506,7.7970,0.0000,7.7970,-0.0610,7.8580,0.0000,6.0780,7.8715,-6.0915,3676.8413,3676.8413,3676.8413,3676.8413,3676.8413 +170.5000,1.0000,1456.2682,42.2850,42.5190,-0.1300,0.0000,5,1148.3560,78.0154,541.2380,-76.6696,9.3818,65.0869,-9.2199,0.1130,4.2638,0.0000,0.0000,5.0050,4.2936,-0.3961,0.0000,4.6897,0.0000,4.6897,4.6136,0.0760,0.0000,0.0760,-0.1355,0.2116,0.0000,5.9345,7.8090,-13.5319,2678.2992,2678.2992,2678.2992,2678.2992,2678.2992 +171.5000,1.0000,1467.9221,41.9540,42.0510,-0.0539,0.0000,5,1146.4105,139.7816,513.8979,-76.5536,16.7810,61.6944,-9.1904,-0.2498,12.0786,0.0000,0.0000,4.9521,12.0692,-0.4311,0.0000,12.5002,0.0000,12.5002,4.5775,7.9227,0.0000,7.9227,-0.0557,7.9785,0.0000,5.7961,7.7479,-5.5655,3747.0234,3747.0234,3747.0234,3747.0234,3747.0234 +172.5000,1.0000,1479.5771,41.9580,41.8570,0.0561,0.0000,5,1139.2390,237.2703,541.4046,-76.1258,28.3065,64.5900,-9.0819,-0.2535,23.6207,0.0000,0.0000,4.9393,23.4891,-0.4888,0.0000,23.9779,0.0000,23.9779,4.5779,19.3999,0.0000,19.3999,0.0580,19.3419,0.0000,5.7977,7.7486,5.7955,5858.4934,5858.4934,5858.4934,5858.4934,5858.4934 +173.5000,1.0000,1491.2826,42.1400,42.0590,0.0450,0.0000,5,1139.1625,231.8841,586.7058,-76.1212,27.6621,69.9898,-9.0807,0.2482,22.4555,0.0000,0.0000,4.9584,22.4822,-0.4861,0.0000,22.9683,0.0000,22.9683,4.5978,18.3705,0.0000,18.3705,0.0468,18.3238,0.0000,5.8735,7.7822,4.6681,5731.8785,5731.8785,5731.8785,5731.8785,5731.8785 +174.5000,1.0000,1503.0157,42.2390,42.2210,0.0100,0.0000,5,1142.7100,199.4673,584.5805,-76.3328,23.8691,69.9534,-9.1343,0.0000,18.9130,0.0000,0.0000,4.9561,18.9050,-0.4693,0.0000,19.3743,0.0000,19.3743,4.6086,14.7657,0.0000,14.7657,0.0104,14.7552,0.0000,5.9150,7.8005,1.0398,5101.5691,5101.5691,5101.5691,5101.5691,5101.5691 +175.5000,1.0000,1514.8094,42.4575,42.2570,0.1114,0.0000,5,1146.3340,291.3791,570.2466,-76.5490,34.9783,68.4546,-9.1892,0.2551,29.7587,0.0000,0.0000,4.9645,29.7124,-0.5268,0.0000,30.2392,0.0000,30.2392,4.6324,25.6068,0.0000,25.6068,0.1166,25.4902,0.0000,6.0074,7.8409,11.6419,7169.3216,7169.3216,7169.3216,7169.3216,7169.3216 +176.5000,1.0000,1526.7340,42.9285,42.6580,0.1503,0.0000,5,1150.7590,327.9571,613.8107,-76.8130,39.5212,73.9686,-9.2565,0.0566,34.4970,0.0000,0.0000,4.9676,34.3049,-0.5562,0.0000,34.8611,0.0000,34.8611,4.6838,30.1772,0.0000,30.1772,0.1591,30.0182,0.0000,6.2096,7.9278,15.8807,7977.9019,7977.9019,7977.9019,7977.9019,7977.9019 +177.5000,1.0000,1538.8654,43.6730,43.1990,0.2633,0.0000,5,1162.3175,437.0451,632.0193,-77.5024,53.1961,76.9279,-9.4334,0.7679,47.4064,0.0000,0.0000,5.0218,47.3314,-0.6319,0.0000,47.9633,0.0000,47.9633,4.7651,43.1983,0.0000,43.1983,0.2835,42.9147,0.0000,6.5388,8.0653,28.3105,10596.3788,10596.3788,10596.3788,10596.3788,10596.3788 +178.5000,1.0000,1551.2269,44.5015,44.1470,0.1969,0.0000,5,1185.8165,379.0466,683.7782,-78.9042,47.0694,84.9105,-9.7982,0.9279,41.0573,0.0000,0.0000,5.0842,41.1705,-0.6119,0.0000,41.7824,0.0000,41.7824,4.8555,36.9270,0.0000,36.9270,0.2161,36.7109,0.0000,6.9177,8.2183,21.5748,9471.1200,9471.1200,9471.1200,9471.1200,9471.1200 +179.5000,1.0000,1563.7801,45.1915,44.8560,0.1864,0.0000,5,1212.7110,369.1629,661.9778,-80.5041,46.8818,84.0677,-10.2236,1.0540,40.6726,0.0000,0.0000,5.1552,40.8440,-0.6197,0.0000,41.4637,0.0000,41.4637,4.9307,36.5330,0.0000,36.5330,0.2077,36.3253,0.0000,7.2444,8.3458,20.7351,9432.4231,9432.4231,9432.4231,9432.4231,9432.4231 +180.5000,1.0000,1576.5504,45.9730,45.5270,0.2478,0.0000,5,1233.7685,423.4825,661.8433,-81.7530,54.7139,85.5101,-10.5625,0.5231,48.9837,0.0000,0.0000,5.2071,48.7846,-0.6706,0.0000,49.4551,0.0000,49.4551,5.0160,44.4391,0.0000,44.4391,0.2808,44.1583,0.0000,7.6271,8.4901,28.0411,10935.7513,10935.7513,10935.7513,10935.7513,10935.7513 +181.5000,1.0000,1589.5968,46.9670,46.4190,0.3044,0.0000,5,1254.9020,480.8346,688.5709,-83.0064,63.1879,90.4872,-10.9081,1.0966,56.8300,0.0000,0.0000,5.2614,56.8115,-0.7250,0.0000,57.5365,0.0000,57.5365,5.1784,52.3581,0.0000,52.3581,0.3525,52.0056,0.0000,8.1330,8.6736,35.1990,12569.2999,12569.2999,12569.2999,12569.2999,12569.2999 +182.5000,1.0000,1602.9404,48.0370,47.5150,0.2900,0.0000,5,1287.5945,469.9920,715.7149,-84.9453,63.3721,96.5045,-11.4537,1.4600,56.5508,0.0000,0.0000,5.3614,56.7451,-0.7398,0.0000,57.4849,0.0000,57.4849,5.2759,52.2089,0.0000,52.2089,0.3435,51.8655,0.0000,8.7014,8.8712,34.2928,12623.0398,12623.0398,12623.0398,12623.0398,12623.0398 +183.5000,1.0000,1616.5558,49.0155,48.5590,0.2536,0.0000,5,1314.9080,436.4493,715.9866,-86.5652,60.0977,98.5891,-11.9198,0.7146,53.9499,0.0000,0.0000,5.4332,53.8118,-0.7391,0.0000,54.5508,0.0000,54.5508,5.3480,49.2029,0.0000,49.2029,0.3065,48.8964,0.0000,9.2438,9.0520,30.6007,12003.9936,12003.9936,12003.9936,12003.9936,12003.9936 +184.5000,1.0000,1630.4485,50.0135,49.4720,0.3008,0.0000,5,1344.0910,484.2936,706.6787,-88.2960,68.1657,99.4671,-12.4279,1.6783,60.9400,0.0000,0.0000,5.5474,61.1992,-0.7909,0.0000,61.9902,0.0000,61.9902,5.5251,56.4650,0.0000,56.4650,0.3709,56.0941,0.0000,9.8203,9.2363,37.0376,13522.9653,13522.9653,13522.9653,13522.9653,13522.9653 +185.5000,1.0000,1644.5538,50.7790,50.5550,0.1244,0.0000,5,1363.9280,321.4854,729.9650,-89.4725,45.9178,104.2610,-12.7794,-0.0415,40.4025,0.0000,0.0000,5.5569,40.2104,-0.6962,0.0000,40.9066,0.0000,40.9066,5.5404,35.3662,0.0000,35.3662,0.1558,35.2104,0.0000,10.2771,9.3776,15.5557,9341.2928,9341.2928,9341.2928,9341.2928,9341.2928 +186.5000,1.0000,1658.7414,51.0755,51.0030,0.0403,0.0000,5,1374.4565,252.0374,668.7418,-90.0969,36.2764,96.2538,-12.9679,0.9305,29.7333,0.0000,0.0000,5.6126,29.9293,-0.6487,0.0000,30.5780,0.0000,30.5780,5.5727,25.0053,0.0000,25.0053,0.0507,24.9546,0.0000,10.4580,9.4324,5.0642,7553.4517,7553.4517,7553.4517,7553.4517,7553.4517 +187.5000,1.0000,1672.9671,51.2125,51.1480,0.0358,0.0000,5,1382.0095,241.2962,643.3287,-90.5449,34.9213,93.1049,-13.1040,-0.2946,29.6134,0.0000,0.0000,5.6025,29.5019,-0.6486,0.0000,30.1505,0.0000,30.1505,5.5877,24.5628,0.0000,24.5628,0.0452,24.5175,0.0000,10.5424,9.4577,4.5174,7310.6907,7310.6907,7310.6907,7310.6907,7310.6907 +188.5000,1.0000,1687.1739,51.1445,51.2770,-0.0736,0.0000,5,1383.7260,148.9157,639.9153,-90.6467,21.5784,92.7259,-13.1350,0.4409,15.4897,0.0000,0.0000,5.6479,15.5881,-0.5773,0.0000,16.1654,0.0000,16.1654,5.5803,10.5851,0.0000,10.5851,-0.0928,10.6779,0.0000,10.5005,9.4451,-9.2677,4875.8666,4875.8666,4875.8666,4875.8666,4875.8666 +189.5000,1.0000,1701.3215,50.9315,51.0120,-0.0447,0.0000,5,1384.9085,168.2428,603.9547,-90.7168,24.3998,87.5899,-13.1564,-0.3407,19.1027,0.0000,0.0000,5.6377,19.0776,-0.5917,0.0000,19.6694,0.0000,19.6694,5.5570,14.1123,0.0000,14.1123,-0.0562,14.1685,0.0000,10.3698,9.4058,-5.6071,5392.5043,5392.5043,5392.5043,5392.5043,5392.5043 +190.5000,1.0000,1715.4104,50.7200,50.8510,-0.0728,0.0000,5,1381.4370,145.3895,610.8819,-90.5109,21.0326,88.3725,-13.0937,0.0453,15.3485,0.0000,0.0000,5.6388,15.3942,-0.5700,0.0000,15.9642,0.0000,15.9642,5.5340,10.4302,0.0000,10.4302,-0.0910,10.5212,0.0000,10.2412,9.3667,-9.0867,4771.7387,4771.7387,4771.7387,4771.7387,4771.7387 +191.5000,1.0000,1729.4288,50.4660,50.5890,-0.0683,0.0000,5,1373.1590,143.7870,599.8952,-90.0200,20.6761,86.2631,-12.9446,-0.7431,15.8351,0.0000,0.0000,5.5841,15.7719,-0.5681,0.0000,16.3401,0.0000,16.3401,5.5062,10.8338,0.0000,10.8338,-0.0850,10.9189,0.0000,10.0881,9.3198,-8.4891,4689.9651,4689.9651,4689.9651,4689.9651,4689.9651 +192.5000,1.0000,1743.3447,50.0975,50.3430,-0.1364,0.0000,5,1361.2190,86.7581,596.3259,-89.3119,12.3671,85.0042,-12.7311,-0.2615,7.0610,0.0000,0.0000,5.5675,7.0795,-0.5188,0.0000,7.5983,0.0000,7.5983,5.4660,2.1323,0.0000,2.1323,-0.1685,2.3008,0.0000,9.8689,9.2518,-16.8199,3293.8003,3293.8003,3293.8003,3293.8003,3293.8003 +193.5000,1.0000,1757.0433,49.3150,49.8520,-0.2983,0.0000,5,1348.1345,-60.1795,569.6892,-88.5358,-8.4959,80.4266,-12.4992,-0.8243,-13.1701,0.0000,0.0000,5.4985,-13.2168,-0.5397,0.0000,-12.6771,0.0000,-12.6771,5.3807,-18.0577,0.0000,-18.0577,-0.3627,-17.6950,0.0000,9.4145,9.1073,-36.2168,534.1029,534.1029,534.1029,534.1029,534.1029 +194.5000,1.0000,1770.3235,47.8085,48.7780,-0.5386,0.0000,5,1318.7610,-86.7938,499.8658,-86.7938,-11.9862,69.0316,-11.9862,-1.5725,-15.8535,0.0000,0.0000,5.4398,-15.9434,-0.5239,0.0000,-15.4196,0.0000,-15.4196,5.2163,-20.6358,25.9780,-46.6139,-0.6349,-45.9790,0.0000,8.5803,8.8290,-63.3884,0.0000,0.0000,0.0000,0.0000,0.0000 +195.5000,1.0000,1783.1254,46.0870,46.8390,-0.4178,0.0720,5,1276.6460,-84.2960,474.8689,-84.2960,-11.2695,63.4853,-11.2695,-1.7795,-14.9456,0.0000,0.0000,5.4556,-14.9234,-0.4960,0.0000,-14.4273,0.0000,-14.4273,5.0285,-19.4558,11.4186,-30.8744,-0.4747,-30.3997,0.8011,7.6853,8.5111,-47.3972,0.0000,0.0000,0.0000,0.0000,0.0000 +196.5000,1.0000,1795.4679,44.4330,45.3350,-0.5011,0.0870,5,1230.8690,-81.5811,462.0032,-81.5811,-10.5155,59.5505,-10.5155,-1.7445,-13.9644,0.0000,0.0000,5.1934,-13.9865,-0.4699,0.0000,-13.5166,0.0000,-13.5166,4.8480,-18.3646,20.9684,-39.3330,-0.5490,-38.7841,0.9332,6.8882,8.2057,-54.8111,0.0000,0.0000,0.0000,0.0000,0.0000 +197.5000,1.0000,1807.4182,43.0210,43.5310,-0.2833,0.0870,5,1189.7460,-58.3633,451.1907,-79.1386,-7.2715,56.2138,-9.8599,-1.3184,-10.9930,0.0000,0.0000,5.0399,-10.9561,-0.4425,0.0000,-10.5136,0.0000,-10.5136,4.6939,-15.2075,0.0000,-15.2075,-0.3005,-14.9070,0.9035,6.2505,7.9449,-30.0060,313.3795,313.3795,313.3795,313.3795,313.3795 +198.5000,1.0000,1819.1750,42.3245,42.5110,-0.1036,0.0150,5,1158.9990,93.4398,453.1138,-77.3045,11.3408,54.9945,-9.3825,-0.9041,7.2717,0.0000,0.0000,4.9732,7.2239,-0.4114,0.0000,7.6353,0.0000,7.6353,4.6179,3.0174,0.0000,3.0174,-0.1081,3.1255,0.1533,5.9511,7.8163,-10.7951,2931.4437,2931.4437,2931.4437,2931.4437,2931.4437 +199.5000,1.0000,1830.8854,42.1575,42.1380,0.0108,0.0000,5,1143.7020,198.3018,520.9498,-76.3920,23.7502,62.3932,-9.1493,-0.1822,18.9849,0.0000,0.0000,4.9475,18.9331,-0.4684,0.0000,19.4015,0.0000,19.4015,4.5997,14.8018,0.0000,14.8018,0.0113,14.7905,0.0000,5.8808,7.7854,1.1243,5079.0537,5079.0537,5079.0537,5079.0537,5079.0537 +200.5000,1.0000,1842.6815,42.4660,42.1770,0.1606,0.0000,5,1145.5710,335.5977,569.6774,-76.5035,40.2596,68.3407,-9.1777,0.3140,34.9871,0.0000,0.0000,4.9585,34.8860,-0.5530,0.0000,35.4390,0.0000,35.4390,4.6334,30.8057,0.0000,30.8057,0.1681,30.6376,0.0000,6.0111,7.8424,16.7840,8118.8652,8118.8652,8118.8652,8118.8652,8118.8652 +201.5000,1.0000,1854.6392,43.0475,42.7550,0.1625,0.0000,5,1157.3965,340.4983,634.5612,-77.2089,41.2692,76.9103,-9.3579,0.5233,35.7509,0.0000,0.0000,4.9950,35.7355,-0.5650,0.0000,36.3004,0.0000,36.3004,4.6968,31.6036,0.0000,31.6036,0.1725,31.4312,0.0000,6.2614,7.9498,17.2199,8328.9091,8328.9091,8328.9091,8328.9091,8328.9091 +202.5000,1.0000,1866.8318,43.8935,43.3400,0.3075,0.0000,5,1175.8980,474.7901,639.3886,-78.3125,58.4655,78.7342,-9.6434,0.8044,52.6354,0.0000,0.0000,5.0257,52.4724,-0.6608,0.0000,53.1332,0.0000,53.1332,4.8299,48.3032,0.0000,48.3032,0.3328,47.9704,0.0000,6.6387,8.1060,33.2257,11648.5407,11648.5407,11648.5407,11648.5407,11648.5407 +203.5000,1.0000,1879.3800,45.1735,44.4470,0.4036,0.0000,5,1197.1080,571.3359,702.8314,-79.5778,71.6232,88.1075,-9.9759,0.7404,65.8067,0.0000,0.0000,5.0761,65.3100,-0.7430,0.0000,66.0530,0.0000,66.0530,5.1414,60.9116,0.0000,60.9116,0.4495,60.4621,0.0000,7.2373,8.3424,44.8824,14179.9605,14179.9605,14179.9605,14179.9605,14179.9605 +204.5000,1.0000,1892.3867,46.8240,45.9000,0.5133,0.0000,5,1233.9205,682.7535,746.4507,-81.7620,88.2226,96.4533,-10.5650,2.0264,81.0025,0.0000,0.0000,5.1937,81.1565,-0.8459,0.0000,82.0024,0.0000,82.0024,5.5322,76.4702,0.0000,76.4702,0.5926,75.8776,0.0000,8.0609,8.6472,59.1694,17221.0164,17221.0164,17221.0164,17221.0164,17221.0164 +205.5000,1.0000,1905.8867,48.6000,47.7480,0.4733,0.0000,5,1289.6540,646.0173,794.3950,-85.0675,87.2461,107.2848,-11.4886,2.2961,79.6090,0.0000,0.0000,5.3410,79.9962,-0.8653,0.0000,80.8615,0.0000,80.8615,5.6783,75.1832,0.0000,75.1832,0.5672,74.6161,0.0000,9.0127,8.9752,56.6282,17071.3647,17071.3647,17071.3647,17071.3647,17071.3647 +206.5000,1.0000,1919.8814,50.3810,49.4520,0.5161,0.0000,5,1340.9245,687.1247,785.4632,-88.1082,96.4869,110.2957,-12.3723,1.8346,89.1961,0.0000,0.0000,5.4563,89.0362,-0.9369,0.0000,89.9731,0.0000,89.9731,5.9786,83.9945,0.0000,83.9945,0.6411,83.3534,0.0000,10.0406,9.3041,64.0087,18808.7497,18808.7497,18808.7497,18808.7497,18808.7497 +207.5000,1.0000,1934.3225,51.9880,51.3100,0.3767,0.0000,5,1385.4050,562.4221,806.8583,-90.7463,81.5958,117.0584,-13.1654,1.8889,74.1190,0.0000,0.0000,5.5879,74.3373,-0.8866,0.0000,75.2239,0.0000,75.2239,5.9050,69.3189,0.0000,69.3189,0.4828,68.8361,0.0000,11.0305,9.6009,48.2047,15994.6288,15994.6288,15994.6288,15994.6288,15994.6288 +208.5000,1.0000,1949.1974,53.5495,52.6660,0.4908,0.0000,5,1425.3455,671.5509,765.3661,-93.1151,100.2369,114.2399,-13.8985,1.5527,92.9878,0.0000,0.0000,5.6965,92.6169,-1.0027,0.0000,93.6197,0.0000,93.6197,6.3244,87.2952,0.0000,87.2952,0.6480,86.6472,0.0000,12.0558,9.8893,64.7022,19520.9781,19520.9781,19520.9781,19520.9781,19520.9781 +209.5000,1.0000,1964.5696,55.3400,54.4330,0.5039,0.0000,5,1469.7870,691.8584,809.0442,-95.7508,106.4879,124.5246,-14.7376,2.4102,98.2021,0.0000,0.0000,5.8755,98.3739,-1.0597,0.0000,99.4336,0.0000,99.4336,6.5762,92.8575,0.0000,92.8575,0.6875,92.1699,0.0000,13.3059,10.2199,68.6441,20779.6619,20779.6619,20779.6619,20779.6619,20779.6619 +210.5000,1.0000,1980.3790,56.9140,56.2470,0.3706,0.0000,5,1520.3705,570.5600,819.9526,-98.7508,90.8405,130.5470,-15.7224,2.2297,82.5745,0.0000,0.0000,6.0363,82.8999,-1.0066,0.0000,83.9065,0.0000,83.9065,6.4879,77.4186,0.0000,77.4186,0.5200,76.8986,0.0000,14.4720,10.5106,51.9161,17805.1822,17805.1822,17805.1822,17805.1822,17805.1822 +211.5000,1.0000,1996.5469,58.2045,57.5810,0.3464,0.0000,5,1558.8235,561.0822,786.8780,-101.0314,91.5908,128.4497,-16.4923,1.3950,82.0354,0.0000,0.0000,8.1604,81.9247,-1.0225,0.0000,82.9472,0.0000,82.9472,6.5921,76.3552,0.0000,76.3552,0.4971,75.8581,0.0000,15.4786,10.7489,49.6306,18033.6776,18033.6776,18033.6776,18033.6776,18033.6776 +212.5000,1.0000,2013.0500,59.4110,58.8280,0.3239,0.0000,5,1596.8565,545.3395,789.6819,-103.2870,91.1930,132.0525,-17.2719,2.3006,80.5376,0.0000,0.0000,8.3548,80.9267,-1.0373,0.0000,81.9640,0.0000,81.9640,6.6882,75.2758,0.0000,75.2758,0.4744,74.8014,0.0000,16.4609,10.9717,47.3688,18082.7063,18082.7063,18082.7063,18082.7063,18082.7063 +213.5000,1.0000,2029.8431,60.4550,59.9940,0.2561,0.0000,5,1631.8760,481.6296,789.0371,-104.6087,82.3055,134.8383,-17.8765,1.1584,72.6898,0.0000,0.0000,8.4573,72.6507,-1.0129,0.0000,73.6637,0.0000,73.6637,6.6596,67.0041,0.0000,67.0041,0.3817,66.6224,0.0000,17.3433,11.1645,38.1145,16435.1626,16435.1626,16435.1626,16435.1626,16435.1626 +214.5000,1.0000,2046.7983,61.0390,60.9160,0.0683,0.0000,5,1650.7590,314.8166,774.5157,-105.2811,54.4214,133.8883,-18.1996,0.7425,45.1589,0.0000,0.0000,8.5200,45.2681,-0.8845,0.0000,46.1525,0.0000,46.1525,6.6598,39.4927,0.0000,39.4927,0.1028,39.3899,0.0000,17.8499,11.2724,10.2676,11226.2322,11226.2322,11226.2322,11226.2322,11226.2322 +215.5000,1.0000,2063.7832,61.1455,61.1620,-0.0092,0.0000,5,1659.9905,243.5613,729.7131,-105.6099,42.3392,126.8488,-18.3586,0.1945,33.6378,0.0000,0.0000,8.5069,33.6855,-0.8278,0.0000,34.5133,0.0000,34.5133,6.6715,27.8419,0.0000,27.8419,-0.0138,27.8557,0.0000,17.9434,11.2921,-1.3798,8939.0919,8939.0919,8939.0919,8939.0919,8939.0919 +216.5000,1.0000,2080.7190,60.9690,61.1290,-0.0889,0.0000,5,1657.7400,170.0598,709.6583,-105.5298,29.5221,123.1954,-18.3198,-0.4233,21.4601,0.0000,0.0000,8.4852,21.4626,-0.7631,0.0000,22.2257,0.0000,22.2257,6.6522,15.5735,0.0000,15.5735,-0.1336,15.7071,0.0000,17.7886,11.2595,-13.3409,6596.9577,6596.9577,6596.9577,6596.9577,6596.9577 +217.5000,1.0000,2097.5654,60.6470,60.8090,-0.0900,0.0000,5,1638.7425,163.1895,684.2073,-104.8532,28.0047,117.4159,-17.9937,-1.4934,21.1344,0.0000,0.0000,8.3638,20.9991,-0.7553,0.0000,21.7544,0.0000,21.7544,6.6171,15.1373,0.0000,15.1373,-0.1346,15.2719,0.0000,17.5082,11.2000,-13.4363,6280.7206,6280.7206,6280.7206,6280.7206,6280.7206 +218.5000,1.0000,2114.4208,60.6795,60.4850,0.1081,0.0000,5,1637.1405,339.6402,681.2411,-104.7961,58.2282,116.7926,-17.9664,1.3309,50.5134,0.0000,0.0000,6.3840,50.7591,-0.9062,0.0000,51.6653,0.0000,51.6653,6.6206,45.0446,0.0000,45.0446,0.1617,44.8830,0.0000,17.5364,11.2060,16.1406,11907.4375,11907.4375,11907.4375,11907.4375,11907.4375 +219.5000,1.0000,2131.4035,61.1375,60.8740,0.1464,0.0000,5,1654.3835,370.3121,735.1180,-105.4102,64.1553,127.3567,-18.2620,0.4069,57.3114,0.0000,0.0000,6.4370,57.2036,-0.9464,0.0000,58.1501,0.0000,58.1501,6.6706,51.4795,0.0000,51.4795,0.2207,51.2588,0.0000,17.9367,11.2906,22.0315,13039.5055,13039.5055,13039.5055,13039.5055,13039.5055 +220.5000,1.0000,2148.5292,61.6525,61.4010,0.1397,0.0000,5,1672.0840,369.2803,746.9700,-106.0406,64.6611,130.7946,-18.5677,1.4063,56.7377,0.0000,0.0000,6.5171,56.9700,-0.9540,0.0000,57.9239,0.0000,57.9239,6.7268,51.1972,0.0000,51.1972,0.2124,50.9848,0.0000,18.3937,11.3857,21.2053,13165.2078,13165.2078,13165.2078,13165.2078,13165.2078 +221.5000,1.0000,2165.7878,62.1310,61.9040,0.1261,0.0000,5,1686.6560,353.2591,749.5800,-106.5595,62.3948,132.3955,-18.8212,0.0908,55.7786,0.0000,0.0000,6.5254,55.6044,-0.9553,0.0000,56.5597,0.0000,56.5597,6.7790,49.7807,0.0000,49.7807,0.1932,49.5875,0.0000,18.8253,11.4741,19.2882,12764.2355,12764.2355,12764.2355,12764.2355,12764.2355 +222.5000,1.0000,2183.1571,62.5295,62.3580,0.0953,0.0000,5,1688.2960,328.9695,746.3416,-106.6179,58.1611,131.9517,-18.8498,0.0791,51.5493,0.0000,0.0000,6.5327,51.4315,-0.9410,0.0000,52.3725,0.0000,52.3725,6.8225,45.5501,0.0000,45.5501,0.1469,45.4032,0.0000,19.1897,11.5477,14.6658,11971.4334,11971.4334,11971.4334,11971.4334,11971.4334 +223.5000,1.0000,2200.6192,62.8635,62.7010,0.0903,0.0000,5,1696.8415,328.8474,741.2083,-106.9223,58.4338,131.7074,-18.9993,0.8110,51.0303,0.0000,0.0000,6.5926,51.1322,-0.9453,0.0000,52.0774,0.0000,52.0774,6.8589,45.2185,0.0000,45.2185,0.1399,45.0786,0.0000,19.4989,11.6093,13.9704,12044.6220,12044.6220,12044.6220,12044.6220,12044.6220 +224.5000,1.0000,2218.1510,63.1145,63.0260,0.0492,0.0000,5,1704.6620,289.6751,742.8302,-107.2008,51.7104,132.6039,-19.1366,0.0040,45.1338,0.0000,0.0000,6.5726,45.0716,-0.9190,0.0000,45.9906,0.0000,45.9906,6.8863,39.1043,0.0000,39.1043,0.0765,39.0278,0.0000,19.7333,11.6557,7.6389,10790.2070,10790.2070,10790.2070,10790.2070,10790.2070 +225.5000,1.0000,2235.7339,63.2985,63.2030,0.0531,0.0000,5,1706.4165,295.1188,733.3106,-107.2633,52.7364,131.0393,-19.1675,0.1799,45.9489,0.0000,0.0000,6.6076,45.9258,-0.9265,0.0000,46.8523,0.0000,46.8523,6.9064,39.9459,0.0000,39.9459,0.0828,39.8631,0.0000,19.9064,11.6897,8.2671,10983.6449,10983.6449,10983.6449,10983.6449,10983.6449 +226.5000,1.0000,2253.3782,63.5195,63.3940,0.0697,0.0000,5,1714.3130,312.3042,736.2222,-107.5445,56.0656,132.1684,-19.3066,0.6506,48.7635,0.0000,0.0000,6.6515,48.8428,-0.9451,0.0000,49.7878,0.0000,49.7878,6.9305,42.8573,0.0000,42.8573,0.1092,42.7482,0.0000,20.1156,11.7305,10.9020,11618.8692,11618.8692,11618.8692,11618.8692,11618.8692 +227.5000,1.0000,2271.0946,63.7790,63.6450,0.0744,0.0000,5,1725.7955,316.1508,742.9489,-107.9534,57.1363,134.2694,-19.5099,0.5620,49.9019,0.0000,0.0000,6.6725,49.9502,-0.9552,0.0000,50.9054,0.0000,50.9054,6.9588,43.9466,0.0000,43.9466,0.1171,43.8296,0.0000,20.3632,11.7784,11.6880,11823.5848,11823.5848,11823.5848,11823.5848,11823.5848 +228.5000,1.0000,2288.8799,64.0270,63.9130,0.0633,0.0000,5,1736.9725,306.8266,746.3601,-108.3514,55.8103,135.7594,-19.7086,0.6266,48.4640,0.0000,0.0000,6.7197,48.5414,-0.9524,0.0000,49.4938,0.0000,49.4938,6.9859,42.5080,0.0000,42.5080,0.1000,42.4080,0.0000,20.6016,11.8242,9.9822,11588.3289,11588.3289,11588.3289,11588.3289,11588.3289 +229.5000,1.0000,2306.7364,64.2835,64.1410,0.0792,0.0000,5,1747.4630,320.4426,746.4691,-108.7250,58.6390,136.5993,-19.8960,0.4954,51.3956,0.0000,0.0000,6.7480,51.4174,-0.9714,0.0000,52.3888,0.0000,52.3888,7.0138,45.3750,0.0000,45.3750,0.1255,45.2495,0.0000,20.8503,11.8716,12.5277,12111.2441,12111.2441,12111.2441,12111.2441,12111.2441 +230.5000,1.0000,2324.5765,64.2245,64.4260,-0.1119,0.0000,5,1747.3870,148.4428,750.1703,-108.7223,27.1629,137.2706,-19.8947,-0.5035,20.9594,0.0000,0.0000,6.7071,20.9689,-0.8166,0.0000,21.7855,0.0000,21.7855,7.0074,14.7781,0.0000,14.7781,-0.1773,14.9553,0.0000,20.7930,11.8607,-17.6983,6306.7127,6306.7127,6306.7127,6306.7127,6306.7127 +231.5000,1.0000,2342.3050,63.8225,64.0230,-0.1114,0.0000,5,1742.0465,149.3911,707.3288,-108.5321,27.2529,129.0356,-19.7992,-0.0694,20.6141,0.0000,0.0000,6.7082,20.6714,-0.8081,0.0000,21.4794,0.0000,21.4794,6.9635,14.5159,0.0000,14.5159,-0.1753,14.6912,0.0000,20.4050,11.7864,-17.5003,6316.2973,6316.2973,6316.2973,6316.2973,6316.2973 +232.5000,1.0000,2359.9178,63.4060,63.6220,-0.1200,0.0000,5,1731.0220,135.1084,704.3790,-108.1395,24.4914,127.6843,-19.6027,-1.1030,18.9753,0.0000,0.0000,6.6191,18.9260,-0.7920,0.0000,19.7180,0.0000,19.7180,6.9181,12.7999,0.0000,12.7999,-0.1876,12.9875,0.0000,20.0082,11.7095,-18.7301,5818.0130,5818.0130,5818.0130,5818.0130,5818.0130 +233.5000,1.0000,2377.3972,62.9260,63.1900,-0.1467,0.0000,5,1706.6835,108.9354,693.7280,-107.2728,19.4693,123.9855,-19.1722,-1.4634,14.3944,0.0000,0.0000,6.5383,14.3368,-0.7605,0.0000,15.0973,0.0000,15.0973,6.8657,8.2315,0.0000,8.2315,-0.2275,8.4591,0.0000,19.5573,11.6209,-22.7191,4888.9042,4888.9042,4888.9042,4888.9042,4888.9042 +234.5000,1.0000,2394.7310,62.4015,62.6620,-0.1447,0.0000,5,1690.7755,115.6868,681.7534,-106.7062,20.4832,120.7096,-18.8932,-0.2020,14.1574,0.0000,0.0000,6.5279,14.2004,-0.7508,0.0000,14.9511,0.0000,14.9511,6.8085,8.1427,0.0000,8.1427,-0.2227,8.3653,0.0000,19.0723,11.5240,-22.2310,5031.2732,5031.2732,5031.2732,5031.2732,5031.2732 +235.5000,1.0000,2411.9269,61.9055,62.1410,-0.1308,0.0000,5,1685.5495,124.9365,681.7931,-106.5201,22.0526,120.3435,-18.8019,-0.3396,15.8898,0.0000,0.0000,6.5023,15.9194,-0.7510,0.0000,16.6704,0.0000,16.6704,6.7544,9.9160,0.0000,9.9160,-0.1997,10.1157,0.0000,18.6211,11.4324,-19.9378,5299.6312,5299.6312,5299.6312,5299.6312,5299.6312 +236.5000,1.0000,2428.9733,61.3670,61.6700,-0.1683,0.0000,5,1673.0375,87.0954,680.7280,-106.0745,15.2591,119.2636,-18.5843,-0.9485,9.7791,0.0000,0.0000,6.4285,9.7734,-0.7108,0.0000,10.4841,0.0000,10.4841,6.6956,3.7885,0.0000,3.7885,-0.2547,4.0432,0.0000,18.1395,11.3330,-25.4293,4245.5328,4245.5328,4245.5328,4245.5328,4245.5328 +237.5000,1.0000,2445.8568,60.7805,61.0640,-0.1575,0.0000,5,1663.3100,99.4443,667.1237,-105.7281,17.3214,116.2005,-18.4159,-0.0507,10.9244,0.0000,0.0000,6.4476,10.9723,-0.7069,0.0000,11.6793,0.0000,11.6793,6.6316,5.0476,0.0000,5.0476,-0.2360,5.2836,0.0000,17.6244,11.2247,-23.5654,4454.9653,4454.9653,4454.9653,4454.9653,4454.9653 +238.5000,1.0000,2462.5774,60.1940,60.4970,-0.1683,0.0000,5,1650.1490,81.1436,666.6766,-105.2594,14.0219,115.2038,-18.1892,-1.2834,8.9471,0.0000,0.0000,6.3582,8.9233,-0.6867,0.0000,9.6101,0.0000,9.6101,6.5676,3.0424,0.0000,3.0424,-0.2498,3.2922,0.0000,17.1191,11.1163,-24.9432,4060.2072,4060.2072,4060.2072,4060.2072,4060.2072 +239.5000,1.0000,2479.1464,59.6485,59.8910,-0.1347,0.0000,5,1633.6690,113.6016,656.3674,-104.6725,19.4347,112.2896,-17.9071,-0.3827,13.4773,0.0000,0.0000,6.3401,13.5007,-0.7007,0.0000,14.2015,0.0000,14.2015,6.5081,7.6933,0.0000,7.6933,-0.1981,7.8915,0.0000,16.6578,11.0156,-19.7819,4781.0344,4781.0344,4781.0344,4781.0344,4781.0344 +240.5000,1.0000,2495.5782,59.1545,59.4060,-0.1397,0.0000,5,1621.6145,105.1728,662.4360,-104.2432,17.8599,112.4916,-17.7021,-0.8205,12.3994,0.0000,0.0000,6.2811,12.3890,-0.6869,0.0000,13.0760,0.0000,13.0760,6.4542,6.6218,0.0000,6.6218,-0.2038,6.8255,0.0000,16.2473,10.9244,-20.3462,4492.5477,4492.5477,4492.5477,4492.5477,4492.5477 +241.5000,1.0000,2511.8749,58.6680,58.9030,-0.1306,0.0000,5,1597.1620,107.7618,652.9391,-103.3052,18.0236,109.2070,-17.2782,-1.5902,13.4407,0.0000,0.0000,6.1732,13.3578,-0.6838,0.0000,14.0416,0.0000,14.0416,6.4011,7.6404,0.0000,7.6404,-0.1888,7.8293,0.0000,15.8497,10.8345,-18.8550,4490.5219,4490.5219,4490.5219,4490.5219,4490.5219 +242.5000,1.0000,2528.0753,58.3215,58.4330,-0.0619,0.0000,5,1584.0390,177.1244,649.0618,-102.5269,29.3814,107.6665,-17.0072,0.3006,22.9064,0.0000,0.0000,6.1744,22.9951,-0.7268,0.0000,23.7219,0.0000,23.7219,6.3633,17.3586,0.0000,17.3586,-0.0891,17.4476,0.0000,15.5704,10.7705,-8.8932,6500.1032,6500.1032,6500.1032,6500.1032,6500.1032 +243.5000,1.0000,2544.2506,58.2310,58.2100,0.0117,0.0000,5,1583.1615,237.4689,670.4500,-102.4748,39.3696,111.1528,-16.9891,-0.3857,33.6122,0.0000,0.0000,6.1431,33.5158,-0.7785,0.0000,34.2943,0.0000,34.2943,6.3535,27.9409,0.0000,27.9409,0.0167,27.9241,0.0000,15.4979,10.7538,1.6724,8319.9005,8319.9005,8319.9005,8319.9005,8319.9005 +244.5000,1.0000,2560.4542,58.3330,58.2520,0.0450,0.0000,5,1579.0795,269.8304,688.5480,-102.2327,44.6194,113.8589,-16.9053,-0.0111,38.4945,0.0000,0.0000,6.1360,38.4383,-0.8050,0.0000,39.2434,0.0000,39.2434,6.3646,32.8788,0.0000,32.8788,0.0647,32.8140,0.0000,15.5795,10.7727,6.4618,9308.7421,9308.7421,9308.7421,9308.7421,9308.7421 +245.5000,1.0000,2576.7071,58.5105,58.4140,0.0536,0.0000,5,1588.5785,281.7376,700.6879,-102.7961,46.8686,116.5633,-17.1007,0.9379,39.7209,0.0000,0.0000,6.2099,39.8955,-0.8153,0.0000,40.7107,0.0000,40.7107,6.3840,34.3268,0.0000,34.3268,0.0773,34.2494,0.0000,15.7222,10.8054,7.7218,9747.0547,9747.0547,9747.0547,9747.0547,9747.0547 +246.5000,1.0000,2593.0042,58.6695,58.6070,0.0347,0.0000,5,1592.8510,258.6691,705.8300,-103.0495,43.1468,117.7345,-17.1890,-0.5224,37.5123,0.0000,0.0000,6.1569,37.3468,-0.8050,0.0000,38.1518,0.0000,38.1518,6.4013,31.7505,0.0000,31.7505,0.0502,31.7003,0.0000,15.8507,10.8348,5.0147,9051.3988,9051.3988,9051.3988,9051.3988,9051.3988 +247.5000,1.0000,2609.2996,58.6635,58.7320,-0.0381,0.0000,5,1592.1260,199.7764,698.7034,-103.0065,33.3081,116.4927,-17.1740,0.4513,26.6694,0.0000,0.0000,6.1874,26.7780,-0.7515,0.0000,27.5295,0.0000,27.5295,6.4007,21.1289,0.0000,21.1289,-0.0550,21.1839,0.0000,15.8458,10.8337,-5.4956,7213.7904,7213.7904,7213.7904,7213.7904,7213.7904 +248.5000,1.0000,2625.5383,58.4595,58.5950,-0.0753,0.0000,5,1585.4885,158.6165,678.5411,-102.6128,26.3354,112.6595,-17.0370,-1.0957,21.2961,0.0000,0.0000,6.1350,21.1940,-0.7200,0.0000,21.9140,0.0000,21.9140,6.3784,15.5356,0.0000,15.5356,-0.1085,15.6441,0.0000,15.6812,10.7960,-10.8331,5954.3694,5954.3694,5954.3694,5954.3694,5954.3694 +249.5000,1.0000,2641.7006,58.1840,58.3240,-0.0778,0.0000,5,1573.5485,161.3181,661.9295,-101.9047,26.5823,109.0738,-16.7920,-0.0663,20.5493,0.0000,0.0000,6.0993,20.5899,-0.7124,0.0000,21.3023,0.0000,21.3023,6.3483,14.9540,0.0000,14.9540,-0.1116,15.0656,0.0000,15.4605,10.7451,-11.1401,5979.6108,5979.6108,5979.6108,5979.6108,5979.6108 +250.5000,1.0000,2657.7608,57.8170,58.0440,-0.1261,0.0000,5,1572.9765,117.8559,662.2499,-101.8708,19.4134,109.0869,-16.7803,0.0111,13.3036,0.0000,0.0000,6.0988,13.3570,-0.6699,0.0000,14.0269,0.0000,14.0269,6.3083,7.7186,0.0000,7.7186,-0.1798,7.8984,0.0000,15.1700,10.6774,-17.9489,4693.8182,4693.8182,4693.8182,4693.8182,4693.8182 +251.5000,1.0000,2673.6490,57.1975,57.5900,-0.2181,0.0000,5,1563.7445,30.4371,645.4926,-101.3232,4.9842,105.7026,-16.5922,-0.8976,-0.1512,0.0000,0.0000,6.0330,-0.1513,-0.6330,0.0000,0.4817,0.0000,0.4817,6.2407,-5.7590,0.0000,-5.7590,-0.3075,-5.4515,0.0000,14.6880,10.5630,-30.7025,2856.4379,2856.4379,2856.4379,2856.4379,2856.4379 +252.5000,1.0000,2689.3338,56.4650,56.8050,-0.1889,0.0000,5,1549.8205,56.3653,611.9682,-100.4974,9.1479,99.3205,-16.3104,-0.4357,3.5785,0.0000,0.0000,6.0050,3.5896,-0.6115,0.0000,4.2011,0.0000,4.2011,6.1608,-1.9597,0.0000,-1.9597,-0.2630,-1.6968,0.0000,14.1307,10.4277,-26.2552,3296.1769,3296.1769,3296.1769,3296.1769,3296.1769 +253.5000,1.0000,2704.8133,55.7265,56.1250,-0.2214,0.0000,5,1533.2265,21.5636,614.9241,-99.5133,3.4622,98.7317,-15.9778,-1.1314,-1.3315,0.0000,0.0000,5.9252,-1.3306,-0.6115,0.0000,-0.7191,0.0000,-0.7191,6.0802,-6.7993,0.0000,-6.7993,-0.3042,-6.4951,0.0000,13.5837,10.2913,-30.3701,2628.7097,2628.7097,2628.7097,2628.7097,2628.7097 +254.5000,1.0000,2720.0290,54.7765,55.3280,-0.3064,0.0000,5,1506.8665,-55.9411,593.8582,-97.9499,-8.8274,93.7101,-15.4564,-1.3273,-13.3524,0.0000,0.0000,5.8523,-13.3598,-0.6259,0.0000,-12.7339,0.0000,-12.7339,5.9765,-18.7104,0.0000,-18.7104,-0.4138,-18.2966,0.0000,12.9014,10.1159,-41.3139,878.8924,878.8924,878.8924,878.8924,878.8924 +255.5000,1.0000,2734.9399,53.6790,54.2250,-0.3033,0.0000,5,1476.6920,-57.3686,555.1631,-96.1603,-8.8714,85.8498,-14.8701,-1.4356,-13.1875,0.0000,0.0000,5.7517,-13.1802,-0.6077,0.0000,-12.5725,0.0000,-12.5725,5.8568,-18.4293,0.0000,-18.4293,-0.4014,-18.0278,0.0000,12.1414,9.9132,-40.0824,803.0938,803.0938,803.0938,803.0938,803.0938 +256.5000,1.0000,2749.5664,52.6555,53.1330,-0.2653,0.0000,5,1446.8225,-26.2325,543.8403,-94.3888,-3.9745,82.3977,-14.3009,-1.2473,-8.3855,0.0000,0.0000,5.6583,-8.3801,-0.5795,0.0000,-7.8006,0.0000,-7.8006,5.7451,-13.5458,0.0000,-13.5458,-0.3444,-13.2014,0.0000,11.4598,9.7242,-34.3854,1468.6805,1468.6805,1468.6805,1468.6805,1468.6805 +257.5000,1.0000,2763.9132,51.6485,52.1780,-0.2942,0.0000,5,1411.4595,-59.2093,543.6213,-92.2915,-8.7516,80.3514,-13.6414,-1.8484,-12.4213,0.0000,0.0000,5.5181,-12.3604,-0.5735,0.0000,-11.7868,0.0000,-11.7868,5.6353,-17.4221,0.0000,-17.4221,-0.3746,-17.0475,0.0000,10.8151,9.5382,-37.4008,661.3556,661.3556,661.3556,661.3556,661.3556 +258.5000,1.0000,2777.9938,50.6900,51.1190,-0.2383,0.0000,5,1378.9195,-6.7173,519.6759,-90.3616,-0.9700,75.0413,-13.0482,-0.9497,-5.4616,0.0000,0.0000,5.4414,-5.4634,-0.5415,0.0000,-4.9220,0.0000,-4.9220,5.5307,-10.4526,0.0000,-10.4526,-0.2979,-10.1548,0.0000,10.2237,9.3612,-29.7397,1748.7485,1748.7485,1748.7485,1748.7485,1748.7485 +259.5000,1.0000,2791.9110,50.1020,50.2610,-0.0883,0.0000,5,1367.2080,128.3705,537.2823,-89.6670,18.3793,76.9247,-12.8380,-0.0416,13.0013,0.0000,0.0000,5.4196,13.0379,-0.5490,0.0000,13.5869,0.0000,13.5869,5.4665,8.1204,0.0000,8.1204,-0.1091,8.2295,0.0000,9.8714,9.2526,-10.8945,4259.2430,4259.2430,4259.2430,4259.2430,4259.2430 +260.5000,1.0000,2805.8233,50.0845,49.9430,0.0786,0.0000,5,1365.1480,273.7952,590.7474,-89.5449,39.1412,84.4521,-12.8012,-0.1311,33.8451,0.0000,0.0000,5.4272,33.7111,-0.6531,0.0000,34.3642,0.0000,34.3642,5.4646,28.8996,0.0000,28.8996,0.0971,28.8025,0.0000,9.8611,9.2494,9.6921,8084.9777,8084.9777,8084.9777,8084.9777,8084.9777 +261.5000,1.0000,2819.8693,50.5655,50.2260,0.1886,0.0000,5,1361.4860,375.9833,648.3198,-89.3277,53.6056,92.4339,-12.7358,-0.1754,48.3806,0.0000,0.0000,5.4004,47.9839,-0.7323,0.0000,48.7162,0.0000,48.7162,5.5171,43.1991,0.0000,43.1991,0.2351,42.9639,0.0000,10.1483,9.3382,23.4774,10791.9953,10791.9953,10791.9953,10791.9953,10791.9953 +262.5000,1.0000,2834.1257,51.3230,50.9050,0.2322,0.0000,5,1370.1075,424.5504,689.6052,-89.8390,60.9134,98.9427,-12.8899,0.9019,54.5628,0.0000,0.0000,5.4486,54.5454,-0.7767,0.0000,55.3221,0.0000,55.3221,5.5997,49.7224,0.0000,49.7224,0.2938,49.4285,0.0000,10.6115,9.4781,29.3390,12166.8510,12166.8510,12166.8510,12166.8510,12166.8510 +263.5000,1.0000,2848.6128,52.1535,51.7410,0.2292,0.0000,5,1395.8955,424.4017,711.0887,-91.3684,62.0381,103.9454,-13.3560,1.2917,55.2214,0.0000,0.0000,5.5250,55.3795,-0.7934,0.0000,56.1729,0.0000,56.1729,5.6904,50.4825,0.0000,50.4825,0.2947,50.1879,0.0000,11.1350,9.6315,29.4215,12399.4014,12399.4014,12399.4014,12399.4014,12399.4014 +264.5000,1.0000,2863.3394,53.0160,52.5660,0.2500,0.0000,5,1423.5905,443.2441,715.6548,-93.0110,66.0780,106.6884,-13.8659,1.1039,59.3764,0.0000,0.0000,5.5977,59.3988,-0.8268,0.0000,60.2256,0.0000,60.2256,5.7845,54.4411,0.0000,54.4411,0.3268,54.1144,0.0000,11.6967,9.7907,32.6269,13152.4879,13152.4879,13152.4879,13152.4879,13152.4879 +265.5000,1.0000,2878.3026,53.8675,53.4660,0.2231,0.0000,5,1447.0130,420.7097,727.1910,-94.4001,63.7505,110.1919,-14.3045,0.9594,57.1399,0.0000,0.0000,5.6512,57.1403,-0.8285,0.0000,57.9688,0.0000,57.9688,5.8774,52.0914,0.0000,52.0914,0.2962,51.7952,0.0000,12.2692,9.9480,29.5780,12755.6478,12755.6478,12755.6478,12755.6478,12755.6478 +266.5000,1.0000,2893.4950,54.6925,54.2690,0.2353,0.0000,5,1470.3595,434.3329,723.2822,-95.7848,66.8767,111.3679,-14.7485,1.1333,60.0000,0.0000,0.0000,5.7434,60.0472,-0.8560,0.0000,60.9032,0.0000,60.9032,5.9674,54.9358,0.0000,54.9358,0.3173,54.6185,0.0000,12.8416,10.1004,31.6766,13336.7325,13336.7325,13336.7325,13336.7325,13336.7325 +267.5000,1.0000,2908.9304,55.5675,55.1160,0.2508,0.0000,5,1494.0490,450.3518,732.4386,-97.1897,70.4604,114.5947,-15.2060,1.0220,63.6119,0.0000,0.0000,5.8265,63.5696,-0.8875,0.0000,64.4571,0.0000,64.4571,6.0724,58.3847,0.0000,58.3847,0.3436,58.0411,0.0000,13.4680,10.2619,34.3112,14048.5199,14048.5199,14048.5199,14048.5199,14048.5199 +268.5000,1.0000,2924.5933,56.3865,56.0190,0.2042,0.0000,5,1518.6925,411.3786,742.3744,-98.6513,65.4245,118.0651,-15.6892,1.2595,58.2488,0.0000,0.0000,5.9162,58.3862,-0.8743,0.0000,59.2605,0.0000,59.2605,6.1522,53.1083,0.0000,53.1083,0.2838,52.8245,0.0000,14.0720,10.4132,28.3393,13157.5728,13157.5728,13157.5728,13157.5728,13157.5728 +269.5000,1.0000,2940.4704,57.1575,56.7540,0.2242,0.0000,5,1541.4665,429.3146,733.9791,-100.0020,69.3008,118.4804,-16.1425,0.8775,62.4638,0.0000,0.0000,5.9595,62.3990,-0.9069,0.0000,63.3059,0.0000,63.3059,6.2363,57.0696,0.0000,57.0696,0.3159,56.7537,0.0000,14.6572,10.5556,31.5409,13868.2541,13868.2541,13868.2541,13868.2541,13868.2541 +270.5000,1.0000,2956.5763,57.9810,57.5610,0.2333,0.0000,5,1560.4640,441.0012,743.9738,-101.1287,72.0646,121.5738,-16.5256,0.9322,65.1027,0.0000,0.0000,6.0297,65.0374,-0.9336,0.0000,65.9710,0.0000,65.9710,6.3262,59.6448,0.0000,59.6448,0.3336,59.3113,0.0000,15.3000,10.7077,33.3036,14371.8585,14371.8585,14371.8585,14371.8585,14371.8585 +271.5000,1.0000,2972.8925,58.7385,58.4010,0.1875,0.0000,5,1585.4890,403.6166,752.1289,-102.6129,67.0133,124.8775,-17.0370,1.4894,59.3975,0.0000,0.0000,6.1264,59.6279,-0.9187,0.0000,60.5466,0.0000,60.5466,6.4088,54.1378,0.0000,54.1378,0.2715,53.8662,0.0000,15.9072,10.8475,27.1115,13513.0597,13513.0597,13513.0597,13513.0597,13513.0597 +272.5000,1.0000,2989.3976,59.4185,59.0760,0.1903,0.0000,5,1607.8050,404.1928,745.1461,-103.7514,68.0535,125.4595,-17.4685,0.6930,61.1804,0.0000,0.0000,6.1801,61.0953,-0.9373,0.0000,62.0326,0.0000,62.0326,6.4830,55.5496,0.0000,55.5496,0.2787,55.2709,0.0000,16.4661,10.9731,27.8317,13738.7203,13738.7203,13738.7203,13738.7203,13738.7203 +273.5000,1.0000,3006.0619,59.9915,59.7610,0.1281,0.0000,5,1618.3720,350.5332,747.9091,-104.1277,59.4068,126.7523,-17.6471,0.3526,52.8539,0.0000,0.0000,6.2003,52.7670,-0.9048,0.0000,53.6718,0.0000,53.6718,6.5455,47.1262,0.0000,47.1262,0.1894,46.9368,0.0000,16.9468,11.0789,18.9111,12114.7693,12114.7693,12114.7693,12114.7693,12114.7693 +274.5000,1.0000,3022.8214,60.3340,60.2220,0.0622,0.0000,5,1631.9145,295.6935,734.1818,-104.6100,50.5322,125.4670,-17.8772,1.0016,43.2499,0.0000,0.0000,6.2806,43.4342,-0.8634,0.0000,44.2975,0.0000,44.2975,6.5829,37.7146,0.0000,37.7146,0.0926,37.6220,0.0000,17.2385,11.1422,9.2414,10482.4128,10482.4128,10482.4128,10482.4128,10482.4128 +275.5000,1.0000,3039.5625,60.2680,60.4460,-0.0989,0.0000,5,1639.6965,147.5404,720.0905,-104.8872,25.3340,123.6457,-18.0100,-0.2228,19.2981,0.0000,0.0000,6.2586,19.3292,-0.7405,0.0000,20.0697,0.0000,20.0697,6.5757,13.4940,0.0000,13.4940,-0.1469,13.6409,0.0000,17.1821,11.1300,-14.6711,5812.5533,5812.5533,5812.5533,5812.5533,5812.5533 +276.5000,1.0000,3056.1557,59.7355,60.0900,-0.1969,0.0000,5,1629.1675,57.0316,674.6992,-104.5122,9.7299,115.1077,-17.8304,-0.8321,4.3613,0.0000,0.0000,6.2007,4.3650,-0.6649,0.0000,5.0298,0.0000,5.0298,6.5176,-1.4878,0.0000,-1.4878,-0.2901,-1.1977,0.0000,16.7311,11.0317,-28.9605,3536.6834,3536.6834,3536.6834,3536.6834,3536.6834 +277.5000,1.0000,3072.5799,59.1270,59.3810,-0.1411,0.0000,5,1610.9710,102.9149,642.1199,-103.8642,17.3618,108.3259,-17.5219,-0.9774,12.1878,0.0000,0.0000,6.1515,12.1653,-0.6854,0.0000,12.8506,0.0000,12.8506,6.4512,6.3994,0.0000,6.3994,-0.2057,6.6051,0.0000,16.2247,10.9193,-20.5389,4392.5808,4392.5808,4392.5808,4392.5808,4392.5808 +278.5000,1.0000,3088.8790,58.6770,58.8730,-0.1089,0.0000,5,1593.9575,131.2243,650.9796,-103.1151,21.9038,108.6608,-17.2119,-0.6983,16.5284,0.0000,0.0000,6.0737,16.5096,-0.6999,0.0000,17.2095,0.0000,17.2095,6.4021,10.8073,0.0000,10.8073,-0.1575,10.9649,0.0000,15.8569,10.8362,-15.7283,5176.0077,5176.0077,5176.0077,5176.0077,5176.0077 +279.5000,1.0000,3105.1025,58.4045,58.4810,-0.0425,0.0000,5,1583.6195,190.8207,656.3241,-102.5020,31.6450,108.8423,-16.9985,-0.3116,25.8994,0.0000,0.0000,6.0573,25.8809,-0.7428,0.0000,26.6236,0.0000,26.6236,6.3724,20.2512,0.0000,20.2512,-0.0612,20.3124,0.0000,15.6369,10.7859,-6.1103,6906.9938,6906.9938,6906.9938,6906.9938,6906.9938 +280.5000,1.0000,3121.3111,58.3510,58.3280,0.0128,0.0000,5,1583.2760,242.0985,674.7980,-102.4816,40.1400,111.8817,-16.9915,0.2782,33.7607,0.0000,0.0000,6.1012,33.8084,-0.7819,0.0000,34.5903,0.0000,34.5903,6.3666,28.2237,0.0000,28.2237,0.0184,28.2053,0.0000,15.5939,10.7760,1.8354,8466.0933,8466.0933,8466.0933,8466.0933,8466.0933 +281.5000,1.0000,3137.5531,58.4710,58.3740,0.0539,0.0000,5,1582.3225,276.0395,690.7777,-102.4251,45.7399,114.4622,-16.9719,-0.3707,40.0506,0.0000,0.0000,6.0600,39.8878,-0.8146,0.0000,40.7024,0.0000,40.7024,6.3796,34.3228,0.0000,34.3228,0.0777,34.2451,0.0000,15.6904,10.7981,7.7566,9525.7247,9525.7247,9525.7247,9525.7247,9525.7247 +282.5000,1.0000,3153.8481,58.6620,58.5680,0.0522,0.0000,5,1585.1835,280.2687,702.0809,-102.5947,46.5246,116.5455,-17.0307,0.6498,39.7740,0.0000,0.0000,6.1007,39.8776,-0.8177,0.0000,40.6953,0.0000,40.6953,6.4005,34.2948,0.0000,34.2948,0.0755,34.2193,0.0000,15.8446,10.8334,7.5412,9677.9311,9677.9311,9677.9311,9677.9311,9677.9311 +283.5000,1.0000,3170.2106,58.9050,58.7560,0.0828,0.0000,5,1595.9030,318.1454,705.8369,-103.2305,53.1693,117.9613,-17.2521,0.3963,44.6253,0.0000,0.0000,8.1477,44.6255,-0.8456,0.0000,45.4711,0.0000,45.4711,6.4270,39.0441,0.0000,39.0441,0.1202,38.9239,0.0000,16.0424,10.8783,12.0031,10931.7807,10931.7807,10931.7807,10931.7807,10931.7807 +284.5000,1.0000,3186.6506,59.1840,59.0540,0.0722,0.0000,5,1601.4725,308.9518,719.1669,-103.5259,51.8130,120.6085,-17.3619,0.1500,43.4960,0.0000,0.0000,8.1670,43.4420,-0.8443,0.0000,44.2862,0.0000,44.2862,6.4574,37.8288,0.0000,37.8288,0.1054,37.7234,0.0000,16.2714,10.9298,10.5221,10689.3616,10689.3616,10689.3616,10689.3616,10689.3616 +285.5000,1.0000,3203.1683,59.4640,59.3140,0.0833,0.0000,5,1606.0500,320.8526,717.3106,-103.6889,53.9627,120.6410,-17.4389,0.3010,45.4628,0.0000,0.0000,8.1988,45.4346,-0.8590,0.0000,46.2936,0.0000,46.2936,6.4880,39.8056,0.0000,39.8056,0.1222,39.6834,0.0000,16.5035,10.9815,12.1984,11095.4648,11095.4648,11095.4648,11095.4648,11095.4648 +286.5000,1.0000,3219.7651,59.7485,59.6140,0.0747,0.0000,5,1609.0255,313.5610,721.6215,-103.7949,52.8340,121.5909,-17.4891,-0.0076,44.6381,0.0000,0.0000,8.2035,44.5357,-0.8591,0.0000,45.3949,0.0000,45.3949,6.5190,38.8758,0.0000,38.8758,0.1101,38.7658,0.0000,16.7415,11.0341,10.9902,10888.0315,10888.0315,10888.0315,10888.0315,10888.0315 +287.5000,1.0000,3236.4324,60.0020,59.8830,0.0661,0.0000,5,1610.1700,308.2827,719.7359,-103.8357,51.9816,121.3594,-17.5084,0.1207,43.6406,0.0000,0.0000,8.2203,43.5872,-0.8586,0.0000,44.4458,0.0000,44.4458,6.5467,37.8991,0.0000,37.8991,0.0978,37.8013,0.0000,16.9555,11.0809,9.7649,10730.6453,10730.6453,10730.6453,10730.6453,10730.6453 +288.5000,1.0000,3253.1751,60.2740,60.1210,0.0850,0.0000,5,1625.6200,330.0831,720.4293,-104.3859,56.1915,122.6419,-17.7701,1.4205,46.4656,0.0000,0.0000,8.3054,46.7537,-0.8791,0.0000,47.6328,0.0000,47.6328,6.5764,41.0564,0.0000,41.0564,0.1263,40.9301,0.0000,17.1871,11.1311,12.6118,11525.1476,11525.1476,11525.1476,11525.1476,11525.1476 +289.5000,1.0000,3270.0067,60.5935,60.4270,0.0925,0.0000,5,1649.7290,333.0121,731.1032,-105.2445,57.5309,126.3048,-18.1820,1.0010,48.1509,0.0000,0.0000,8.3790,48.3065,-0.8923,0.0000,49.1989,0.0000,49.1989,6.6112,42.5876,0.0000,42.5876,0.1382,42.4494,0.0000,17.4619,11.1901,13.7974,11789.6489,11789.6489,11789.6489,11789.6489,11789.6489 +290.5000,1.0000,3286.9343,60.9395,60.7600,0.0997,0.0000,5,1655.9850,323.0759,734.1958,-105.4673,56.0260,127.3201,-18.2895,-0.3685,50.1258,0.0000,0.0000,6.2688,49.8692,-0.9060,0.0000,50.7752,0.0000,50.7752,6.6490,44.1262,0.0000,44.1262,0.1498,43.9764,0.0000,17.7628,11.2540,14.9596,11522.7448,11522.7448,11522.7448,11522.7448,11522.7448 +291.5000,1.0000,3303.9783,61.3585,61.1190,0.1331,0.0000,5,1662.2415,360.4246,732.6503,-105.6901,62.7389,127.5321,-18.3974,1.0086,55.4022,0.0000,0.0000,6.3281,55.5148,-0.9416,0.0000,56.4565,0.0000,56.4565,6.6947,49.7618,0.0000,49.7618,0.2013,49.5605,0.0000,18.1318,11.3314,20.0973,12781.7799,12781.7799,12781.7799,12781.7799,12781.7799 +292.5000,1.0000,3321.1536,61.8310,61.5980,0.1294,0.0000,5,1676.1275,356.1882,745.2542,-106.1846,62.5195,130.8097,-18.6379,0.4123,55.7447,0.0000,0.0000,6.3625,55.6681,-0.9505,0.0000,56.6186,0.0000,56.6186,6.7463,49.8723,0.0000,49.8723,0.1973,49.6750,0.0000,18.5539,11.4187,19.7024,12766.4503,12766.4503,12766.4503,12766.4503,12766.4503 +293.5000,1.0000,3338.4890,62.4075,62.0640,0.1908,0.0000,5,1684.7105,414.0978,746.0473,-106.4902,73.0562,131.6195,-18.7873,0.4736,66.1939,0.0000,0.0000,6.3886,66.0105,-1.0126,0.0000,67.0230,0.0000,67.0230,6.8092,60.2139,0.0000,60.2139,0.2936,59.9202,0.0000,19.0781,11.5251,29.3170,14748.5280,14748.5280,14748.5280,14748.5280,14748.5280 +294.5000,1.0000,3356.0139,63.0895,62.7510,0.1881,0.0000,5,1706.5310,418.1543,764.4224,-107.2673,74.7273,136.6080,-19.1695,1.8071,66.4027,0.0000,0.0000,6.5176,66.7157,-1.0279,0.0000,67.7435,0.0000,67.7435,6.8836,60.8600,0.0000,60.8600,0.2925,60.5675,0.0000,19.7104,11.6511,29.2060,15098.4121,15098.4121,15098.4121,15098.4121,15098.4121 +295.5000,1.0000,3373.7039,63.6840,63.4280,0.1422,0.0000,5,1727.3595,373.2893,769.0335,-108.0091,67.5238,139.1094,-19.5376,0.3803,60.6118,0.0000,0.0000,6.5317,60.4944,-1.0068,0.0000,61.5012,0.0000,61.5012,6.9484,54.5527,0.0000,54.5527,0.2233,54.3294,0.0000,20.2726,11.7609,22.2960,13735.1959,13735.1959,13735.1959,13735.1959,13735.1959 +296.5000,1.0000,3391.5361,64.1960,63.9400,0.1422,0.0000,5,1735.4845,376.6043,760.1736,-108.2985,68.4439,138.1536,-19.6821,0.4838,61.3896,0.0000,0.0000,6.5705,61.3057,-1.0198,0.0000,62.3255,0.0000,62.3255,7.0043,55.3212,0.0000,55.3212,0.2251,55.0961,0.0000,20.7655,11.8554,22.4753,13922.5394,13922.5394,13922.5394,13922.5394,13922.5394 +297.5000,1.0000,3409.5179,64.7345,64.4520,0.1569,0.0000,5,1740.7490,391.8400,762.1327,-108.4859,71.4288,138.9298,-19.7760,0.0775,64.7798,0.0000,0.0000,6.5715,64.5252,-1.0456,0.0000,65.5707,0.0000,65.5707,7.0630,58.5077,0.0000,58.5077,0.2505,58.2572,0.0000,21.2925,11.9549,25.0098,14505.1424,14505.1424,14505.1424,14505.1424,14505.1424 +298.5000,1.0000,3427.6479,65.2680,65.0170,0.1394,0.0000,5,1756.0465,383.6346,768.0973,-109.0307,70.5476,141.2475,-20.0500,1.5715,62.3049,0.0000,0.0000,6.6712,62.5813,-1.0452,0.0000,63.6265,0.0000,63.6265,7.1213,56.5052,0.0000,56.5052,0.2244,56.2808,0.0000,21.8232,12.0534,22.4043,14348.7684,14348.7684,14348.7684,14348.7684,14348.7684 +299.5000,1.0000,3445.9250,65.7975,65.5190,0.1547,0.0000,5,1772.8315,393.5850,769.2925,-109.6285,73.0693,142.8195,-20.3526,0.2409,66.1255,0.0000,0.0000,6.7029,65.9290,-1.0715,0.0000,67.0005,0.0000,67.0005,7.1790,59.8215,0.0000,59.8215,0.2510,59.5705,0.0000,22.3587,12.1512,25.0606,14845.1141,14845.1141,14845.1141,14845.1141,14845.1141 +300.5000,1.0000,3464.3403,66.2950,66.0760,0.1217,0.0000,5,1791.7145,371.2138,774.9676,-110.3010,69.6501,145.4055,-20.6955,1.8343,60.9784,0.0000,0.0000,6.8374,61.3431,-1.0573,0.0000,62.4003,0.0000,62.4003,7.2333,55.1670,0.0000,55.1670,0.1989,54.9681,0.0000,22.8696,12.2430,19.8555,14220.6546,14220.6546,14220.6546,14220.6546,14220.6546 +301.5000,1.0000,3482.8915,66.7845,66.5140,0.1503,0.0000,5,1808.5375,390.6309,773.2510,-110.9168,73.9814,146.4457,-21.0065,0.0169,67.1247,0.0000,0.0000,6.8398,66.8595,-1.0939,0.0000,67.9535,0.0000,67.9535,7.2867,60.6668,0.0000,60.6668,0.2474,60.4193,0.0000,23.3800,12.3334,24.7058,15040.6918,15040.6918,15040.6918,15040.6918,15040.6918 +302.5000,1.0000,3501.5932,67.3260,67.0550,0.1506,0.0000,5,1817.2730,397.4172,778.9335,-111.2451,75.6302,148.2345,-21.1704,0.9579,67.7790,0.0000,0.0000,6.8934,67.8261,-1.1086,0.0000,68.9347,0.0000,68.9347,7.3458,61.5889,0.0000,61.5889,0.2499,61.3390,0.0000,23.9534,12.4334,24.9522,15367.0711,15367.0711,15367.0711,15367.0711,15367.0711 +303.5000,1.0000,3520.3918,67.6750,67.5970,0.0433,0.0000,5,1833.6385,302.8503,782.3619,-111.8600,58.1528,150.2277,-21.4792,0.8764,50.3178,0.0000,0.0000,6.9586,50.4732,-1.0273,0.0000,51.5006,0.0000,51.5006,7.3839,44.1167,0.0000,44.1167,0.0723,44.0444,0.0000,24.3274,12.4979,7.2190,12135.0596,12135.0596,12135.0596,12135.0596,12135.0596 +304.5000,1.0000,3539.1779,67.6300,67.7530,-0.0683,0.0000,5,1843.0995,200.9424,766.0667,-112.2155,38.7837,147.8577,-21.6586,0.1900,31.6390,0.0000,0.0000,6.9547,31.7255,-0.9318,0.0000,32.6573,0.0000,32.6573,7.3790,25.2783,0.0000,25.2783,-0.1139,25.3923,0.0000,24.2790,12.4896,-11.3763,8500.9173,8500.9173,8500.9173,8500.9173,8500.9173 +305.5000,1.0000,3557.8478,67.2115,67.5070,-0.1642,0.0000,5,1842.9085,113.8801,746.8645,-112.2084,21.9776,144.1366,-21.6550,-0.2116,15.2502,0.0000,0.0000,6.9390,15.3020,-0.8413,0.0000,16.1432,0.0000,16.1432,7.3333,8.8099,0.0000,8.8099,-0.2720,9.0820,0.0000,23.8314,12.4123,-27.1618,5612.1186,5612.1186,5612.1186,5612.1186,5612.1186 +306.5000,1.0000,3576.3178,66.4920,66.9160,-0.2356,0.0000,5,1827.6110,42.9257,725.9189,-111.6335,8.2154,138.9314,-21.3652,-1.5071,2.8800,0.0000,0.0000,6.8425,2.8772,-0.7896,0.0000,3.6668,0.0000,3.6668,7.2548,-3.5880,0.0000,-3.5880,-0.3862,-3.2018,0.0000,23.0747,12.2794,-38.5560,3864.0935,3864.0935,3864.0935,3864.0935,3864.0935 +307.5000,1.0000,3594.5663,65.6945,66.0680,-0.2075,0.0000,5,1800.9460,64.6451,702.9629,-110.6316,12.1917,132.5750,-20.8645,-1.4640,6.9016,0.0000,0.0000,6.7541,6.8901,-0.7715,0.0000,7.6616,0.0000,7.6616,7.1678,0.4938,0.0000,0.4938,-0.3361,0.8299,0.0000,22.2542,12.1321,-33.5565,4234.2421,4234.2421,4234.2421,4234.2421,4234.2421 +308.5000,1.0000,3612.5838,64.8630,65.3210,-0.2544,0.0000,5,1770.6190,18.3733,697.0180,-109.5497,3.4068,129.2402,-20.3126,-1.8583,-1.3320,0.0000,0.0000,6.5970,-1.3285,-0.7701,0.0000,-0.5585,0.0000,-0.5585,7.0771,-7.6355,0.0000,-7.6355,-0.4069,-7.2286,0.0000,21.4202,11.9786,-40.6274,3172.7326,3172.7326,3172.7326,3172.7326,3172.7326 +309.5000,1.0000,3630.3813,64.0710,64.4050,-0.1856,0.0000,5,1741.7030,79.1073,675.5636,-108.5199,14.4284,123.2165,-19.7930,-1.2649,9.1687,0.0000,0.0000,6.5246,9.1542,-0.7542,0.0000,9.9084,0.0000,9.9084,6.9907,2.9178,0.0000,2.9178,-0.2931,3.2109,0.0000,20.6446,11.8323,-29.2661,4305.8669,4305.8669,4305.8669,4305.8669,4305.8669 +310.5000,1.0000,3647.9919,63.3985,63.7370,-0.1881,0.0000,5,1728.5420,80.5313,686.0087,-108.0512,14.5772,124.1762,-19.5586,-0.1417,8.2082,0.0000,0.0000,6.5107,8.2459,-0.7379,0.0000,8.9838,0.0000,8.9838,6.9173,2.0665,0.0000,2.0665,-0.2939,2.3605,0.0000,20.0014,11.7081,-29.3491,4284.4823,4284.4823,4284.4823,4284.4823,4284.4823 +311.5000,1.0000,3665.4378,62.8050,63.0600,-0.1417,0.0000,5,1717.1360,113.5252,682.5831,-107.6450,20.4139,122.7408,-19.3565,-1.0620,15.0394,0.0000,0.0000,6.4365,15.0122,-0.7618,0.0000,15.7740,0.0000,15.7740,6.8525,8.9215,0.0000,8.9215,-0.2194,9.1408,0.0000,19.4447,11.5985,-21.9024,5075.7712,5075.7712,5075.7712,5075.7712,5075.7712 +312.5000,1.0000,3682.7606,62.3620,62.5500,-0.1044,0.0000,5,1695.2775,144.0935,684.4778,-106.8666,25.5808,121.5147,-18.9719,-1.2272,20.4621,0.0000,0.0000,6.3459,20.3812,-0.7813,0.0000,21.1626,0.0000,21.1626,6.8042,14.3584,0.0000,14.3584,-0.1606,14.5190,0.0000,19.0360,11.5167,-16.0337,5960.4498,5960.4498,5960.4498,5960.4498,5960.4498 +313.5000,1.0000,3700.0181,62.1270,62.1740,-0.0261,0.0000,5,1677.9205,216.3234,687.5740,-106.2484,38.0105,120.8146,-18.6691,-0.5739,32.2858,0.0000,0.0000,6.2986,32.2030,-0.8370,0.0000,33.0400,0.0000,33.0400,6.7785,26.2614,0.0000,26.2614,-0.0400,26.3014,0.0000,18.8214,11.4733,-3.9933,8167.8924,8167.8924,8167.8924,8167.8924,8167.8924 +314.5000,1.0000,3717.2422,62.0070,62.0800,-0.0406,0.0000,5,1680.5525,209.4712,707.5253,-106.3422,36.8642,124.5153,-18.7148,0.8464,29.6737,0.0000,0.0000,6.3441,29.8537,-0.8231,0.0000,30.6768,0.0000,30.6768,6.7655,23.9113,0.0000,23.9113,-0.0620,23.9733,0.0000,18.7126,11.4512,-6.1904,7966.1149,7966.1149,7966.1149,7966.1149,7966.1149 +315.5000,1.0000,3734.3943,61.7475,61.9340,-0.1036,0.0000,5,1686.0075,147.0515,706.9798,-106.5364,25.9632,124.8231,-18.8099,-0.2844,19.9159,0.0000,0.0000,6.3316,19.9437,-0.7686,0.0000,20.7123,0.0000,20.7123,6.7371,13.9752,0.0000,13.9752,-0.1577,14.1329,0.0000,18.4788,11.4032,-15.7491,6007.4410,6007.4410,6007.4410,6007.4410,6007.4410 +316.5000,1.0000,3751.4254,61.3120,61.5610,-0.1383,0.0000,5,1672.4270,111.1054,686.7324,-106.0528,19.4586,120.2717,-18.5737,-1.1127,14.3175,0.0000,0.0000,6.2538,14.2828,-0.7326,0.0000,15.0154,0.0000,15.0154,6.6896,8.3258,0.0000,8.3258,-0.2091,8.5349,0.0000,18.0907,11.3228,-20.8786,4825.1214,4825.1214,4825.1214,4825.1214,4825.1214 +317.5000,1.0000,3768.2953,60.7315,61.0630,-0.1842,0.0000,5,1643.8545,65.8872,668.4894,-105.0353,11.3421,115.0765,-18.0812,-1.7907,6.9667,0.0000,0.0000,6.1661,6.9293,-0.6857,0.0000,7.6150,0.0000,7.6150,6.6263,0.9887,0.0000,0.9887,-0.2758,1.2645,0.0000,17.5819,11.2156,-27.5330,3745.4299,3745.4299,3745.4299,3745.4299,3745.4299 +318.5000,1.0000,3784.9914,60.1060,60.4000,-0.1633,0.0000,5,1623.4075,90.8084,648.6947,-104.3071,15.4377,110.2799,-17.7325,-0.2700,9.5736,0.0000,0.0000,6.1341,9.6046,-0.6887,0.0000,10.2933,0.0000,10.2933,6.5580,3.7352,0.0000,3.7352,-0.2420,3.9773,0.0000,17.0441,11.1001,-24.1670,4165.5854,4165.5854,4165.5854,4165.5854,4165.5854 +319.5000,1.0000,3801.5214,59.5080,59.8120,-0.1689,0.0000,5,1620.7370,85.2312,655.1397,-104.2120,14.4657,111.1924,-17.6872,0.0038,8.3194,0.0000,0.0000,6.1425,8.3623,-0.6725,0.0000,9.0348,0.0000,9.0348,6.4928,2.5420,0.0000,2.5420,-0.2478,2.7898,0.0000,16.5405,10.9897,-24.7403,4049.3832,4049.3832,4049.3832,4049.3832,4049.3832 +320.5000,1.0000,3817.9307,59.0735,59.2040,-0.0725,0.0000,5,1611.5435,162.3283,650.8206,-103.8846,27.3946,109.8328,-17.5316,-0.9136,22.2303,0.0000,0.0000,6.0779,22.1519,-0.7349,0.0000,22.8868,0.0000,22.8868,6.4454,16.4414,0.0000,16.4414,-0.1056,16.5470,0.0000,16.1805,10.9094,-10.5429,6167.8219,6167.8219,6167.8219,6167.8219,6167.8219 +321.5000,1.0000,3834.3089,58.9615,58.9430,0.0103,0.0000,5,1595.7885,237.3865,670.2314,-103.2237,39.6698,112.0028,-17.2498,-0.6393,34.2744,0.0000,0.0000,6.0347,34.1236,-0.7935,0.0000,34.9171,0.0000,34.9171,6.4332,28.4840,0.0000,28.4840,0.0149,28.4690,0.0000,16.0885,10.8887,1.4918,8402.7980,8402.7980,8402.7980,8402.7980,8402.7980 +322.5000,1.0000,3850.7128,59.0540,58.9800,0.0411,0.0000,5,1593.1560,270.5646,692.4337,-103.0676,45.1396,115.5221,-17.1953,0.3807,38.6854,0.0000,0.0000,6.0735,38.7314,-0.8183,0.0000,39.5497,0.0000,39.5497,6.4433,33.1064,0.0000,33.1064,0.0599,33.0466,0.0000,16.1644,10.9058,5.9764,9427.0989,9427.0989,9427.0989,9427.0989,9427.0989 +323.5000,1.0000,3867.1817,59.2880,59.1280,0.0889,0.0000,5,1604.5240,314.3394,704.9031,-103.6346,52.8170,118.4416,-17.4132,0.7367,45.9294,0.0000,0.0000,6.1508,46.0192,-0.8590,0.0000,46.8782,0.0000,46.8782,6.4688,40.4095,0.0000,40.4095,0.1299,40.2795,0.0000,16.3574,10.9490,12.9731,10880.2199,10880.2199,10880.2199,10880.2199,10880.2199 +324.5000,1.0000,3883.7479,59.6385,59.4480,0.1058,0.0000,5,1613.5270,327.6798,720.1715,-103.9552,55.3675,121.6860,-17.5651,0.1512,49.0933,0.0000,0.0000,6.1229,48.9833,-0.8798,0.0000,49.8631,0.0000,49.8631,6.5070,43.3561,0.0000,43.3561,0.1556,43.2004,0.0000,16.6493,11.0138,15.5374,11363.1698,11363.1698,11363.1698,11363.1698,11363.1698 +325.5000,1.0000,3900.4121,59.9910,59.8290,0.0900,0.0000,5,1618.9440,316.4563,725.4575,-104.1481,53.6506,122.9907,-17.6568,0.3868,47.1324,0.0000,0.0000,6.1313,47.1184,-0.8762,0.0000,47.9947,0.0000,47.9947,6.5455,41.4492,0.0000,41.4492,0.1331,41.3161,0.0000,16.9462,11.0789,13.2910,11049.8741,11049.8741,11049.8741,11049.8741,11049.8741 +326.5000,1.0000,3917.1415,60.2260,60.1530,0.0406,0.0000,5,1628.5955,274.1043,723.7715,-104.4918,46.7474,123.4364,-17.8207,0.5761,39.9749,0.0000,0.0000,6.1964,40.0677,-0.8445,0.0000,40.9123,0.0000,40.9123,6.5711,34.3411,0.0000,34.3411,0.0602,34.2809,0.0000,17.1460,11.1223,6.0126,9736.2742,9736.2742,9736.2742,9736.2742,9736.2742 +327.5000,1.0000,3933.9035,60.3430,60.2990,0.0244,0.0000,5,1644.9990,260.5899,714.5889,-105.0760,44.8902,123.0979,-18.1008,1.0752,37.5906,0.0000,0.0000,6.2244,37.8063,-0.8351,0.0000,38.6413,0.0000,38.6413,6.5839,32.0574,0.0000,32.0574,0.0364,32.0211,0.0000,17.2461,11.1439,3.6311,9401.5310,9401.5310,9401.5310,9401.5310,9401.5310 +328.5000,1.0000,3950.6451,60.2700,60.3870,-0.0650,0.0000,5,1645.4950,171.9766,711.5631,-105.0937,29.6343,122.6136,-18.1093,-1.0254,24.4873,0.0000,0.0000,6.1724,24.3836,-0.7661,0.0000,25.1497,0.0000,25.1497,6.5759,18.5738,0.0000,18.5738,-0.0966,18.6704,0.0000,17.1837,11.1304,-9.6437,6595.5322,6595.5322,6595.5322,6595.5322,6595.5322 +329.5000,1.0000,3967.3133,60.0055,60.1530,-0.0819,0.0000,5,1635.5005,161.9394,683.6379,-104.7377,27.7352,117.0861,-17.9384,0.0153,21.5587,0.0000,0.0000,6.1612,21.6139,-0.7477,0.0000,22.3615,0.0000,22.3615,6.5471,15.8145,0.0000,15.8145,-0.1212,15.9357,0.0000,16.9585,11.0815,-12.1043,6229.5218,6229.5218,6229.5218,6229.5218,6229.5218 +330.5000,1.0000,3983.8744,59.6200,59.8580,-0.1322,0.0000,5,1617.8380,107.5925,676.1884,-104.1087,18.2283,114.5596,-17.6381,-1.7700,13.9456,0.0000,0.0000,6.0526,13.8473,-0.7020,0.0000,14.5493,0.0000,14.5493,6.5050,8.0443,0.0000,8.0443,-0.1944,8.2387,0.0000,16.6339,11.0103,-19.4055,4553.2200,4553.2200,4553.2200,4553.2200,4553.2200 +331.5000,1.0000,4000.3417,59.2820,59.3820,-0.0556,0.0000,5,1595.5595,182.3342,653.1091,-103.2101,30.4656,109.1258,-17.2450,-0.4374,24.8556,0.0000,0.0000,6.0473,24.8280,-0.7519,0.0000,25.5799,0.0000,25.5799,6.4681,19.1117,0.0000,19.1117,-0.0812,19.1929,0.0000,16.3524,10.9479,-8.1074,6709.0713,6709.0713,6709.0713,6709.0713,6709.0713 +332.5000,1.0000,4016.7701,59.1425,59.1820,-0.0219,0.0000,5,1604.9820,219.1962,678.1902,-103.6509,36.8410,113.9857,-17.4209,1.3687,29.3380,0.0000,0.0000,6.1344,29.6116,-0.7737,0.0000,30.3854,0.0000,30.3854,6.4529,23.9324,0.0000,23.9324,-0.0320,23.9644,0.0000,16.2372,10.9222,-3.1949,7885.4116,7885.4116,7885.4116,7885.4116,7885.4116 +333.5000,1.0000,4033.1999,59.1470,59.1030,0.0244,0.0000,5,1610.0560,248.1014,690.8266,-103.8316,41.8311,116.4766,-17.5065,-0.8713,36.6315,0.0000,0.0000,6.0709,36.4039,-0.8081,0.0000,37.2120,0.0000,37.2120,6.4534,30.7586,0.0000,30.7586,0.0356,30.7230,0.0000,16.2409,10.9230,3.5591,8819.2510,8819.2510,8819.2510,8819.2510,8819.2510 +334.5000,1.0000,4049.6654,59.2760,59.1910,0.0472,0.0000,5,1602.7315,274.7625,698.5411,-103.5707,46.1155,117.2415,-17.3831,0.1464,39.9136,0.0000,0.0000,6.0555,39.8934,-0.8279,0.0000,40.7213,0.0000,40.7213,6.4675,34.2538,0.0000,34.2538,0.0690,34.1848,0.0000,16.3474,10.9468,6.8906,9619.2468,9619.2468,9619.2468,9619.2468,9619.2468 +335.5000,1.0000,4066.2144,59.5765,59.3610,0.1197,0.0000,5,1603.9520,340.3328,706.5943,-103.6142,57.1642,118.6834,-17.4036,-0.0263,51.1382,0.0000,0.0000,6.0523,50.9454,-0.8887,0.0000,51.8340,0.0000,51.8340,6.5003,45.3338,0.0000,45.3338,0.1759,45.1579,0.0000,16.5975,11.0023,17.5582,11691.5365,11691.5365,11691.5365,11691.5365,11691.5365 +336.5000,1.0000,4082.8767,59.9840,59.7920,0.1067,0.0000,5,1614.7095,335.0095,728.1154,-103.9973,56.6474,123.1185,-17.5851,1.0932,49.4037,0.0000,0.0000,6.1506,49.5823,-0.8886,0.0000,50.4708,0.0000,50.4708,6.5447,43.9261,0.0000,43.9261,0.1577,43.7683,0.0000,16.9403,11.0776,15.7505,11601.5684,11601.5684,11601.5684,11601.5684,11601.5684 +337.5000,1.0000,4099.5715,60.1015,60.1760,-0.0414,0.0000,5,1629.0150,200.0893,729.0353,-104.5068,34.1332,124.3662,-17.8278,0.3282,27.6417,0.0000,0.0000,6.1633,27.7318,-0.7802,0.0000,28.5119,0.0000,28.5119,6.5575,21.9544,0.0000,21.9544,-0.0613,22.0157,0.0000,17.0399,11.0993,-6.1235,7408.0722,7408.0722,7408.0722,7408.0722,7408.0722 +338.5000,1.0000,4116.2239,59.9485,60.0270,-0.0436,0.0000,5,1627.8325,193.3213,689.6870,-104.4647,32.9547,117.5683,-17.8077,-0.4462,27.2857,0.0000,0.0000,6.1153,27.2465,-0.7752,0.0000,28.0217,0.0000,28.0217,6.5409,21.4808,0.0000,21.4808,-0.0645,21.5453,0.0000,16.9101,11.0710,-6.4358,7186.1732,7186.1732,7186.1732,7186.1732,7186.1732 +339.5000,1.0000,4132.7997,59.6730,59.8700,-0.1094,0.0000,5,1624.7805,137.8165,686.9694,-104.3560,23.4490,116.8855,-17.7558,0.1408,17.1793,0.0000,0.0000,6.1289,17.2512,-0.7201,0.0000,17.9713,0.0000,17.9713,6.5108,11.4605,0.0000,11.4605,-0.1610,11.6215,0.0000,16.6782,11.0201,-16.0768,5476.6522,5476.6522,5476.6522,5476.6522,5476.6522 +340.5000,1.0000,4149.2054,59.0605,59.4760,-0.2308,0.0000,5,1619.5925,25.8831,669.0083,-104.1712,4.3899,113.4660,-17.6678,-0.6564,-1.0385,0.0000,0.0000,6.0847,-1.0416,-0.6667,0.0000,-0.3749,0.0000,-0.3749,6.4440,-6.8188,0.0000,-6.8188,-0.3361,-6.4827,0.0000,16.1705,10.9070,-33.5602,2926.8424,2926.8424,2926.8424,2926.8424,2926.8424 +341.5000,1.0000,4165.3713,58.1970,58.6450,-0.2489,0.0000,5,1592.4695,-0.9732,626.2112,-103.0268,-0.1623,104.4289,-17.1811,-2.0071,-4.1256,0.0000,0.0000,5.9704,-4.1040,-0.6597,0.0000,-3.4443,0.0000,-3.4443,6.3498,-9.7941,0.0000,-9.7941,-0.3571,-9.4370,0.0000,15.4717,10.7475,-35.6562,2351.4558,2351.4558,2351.4558,2351.4558,2351.4558 +342.5000,1.0000,4181.2950,57.3255,57.7490,-0.2353,0.0000,5,1557.9460,12.2359,604.5280,-100.9793,1.9963,98.6274,-16.4745,-1.3394,-2.5511,0.0000,0.0000,5.8868,-2.5470,-0.6411,0.0000,-1.9059,0.0000,-1.9059,6.2547,-8.1605,0.0000,-8.1605,-0.3325,-7.8280,0.0000,14.7869,10.5866,-33.2015,2516.5557,2516.5557,2516.5557,2516.5557,2516.5557 +343.5000,1.0000,4197.0074,56.5645,56.9020,-0.1875,0.0000,5,1538.4145,56.6259,601.7692,-99.8210,9.1226,96.9465,-16.0814,-0.5226,3.8321,0.0000,0.0000,5.8131,3.8412,-0.6125,0.0000,4.4537,0.0000,4.4537,6.1716,-1.7179,0.0000,-1.7179,-0.2615,-1.4564,0.0000,14.2056,10.4461,-26.1081,3270.0502,3270.0502,3270.0502,3270.0502,3270.0502 +344.5000,1.0000,4212.5519,55.9605,56.2270,-0.1481,0.0000,5,1519.6460,84.9671,610.4353,-98.7078,13.5214,97.1428,-15.7081,-1.2353,9.0133,0.0000,0.0000,5.7434,8.9776,-0.6180,0.0000,9.5956,0.0000,9.5956,6.1057,3.4898,0.0000,3.4898,-0.2043,3.6941,0.0000,13.7552,10.3345,-20.3956,3740.9369,3740.9369,3740.9369,3740.9369,3740.9369 +345.5000,1.0000,4227.9335,55.3735,55.6940,-0.1781,0.0000,5,1501.8695,61.8990,614.5144,-97.6535,9.7352,96.6480,-15.3585,-0.4187,4.4770,0.0000,0.0000,5.6768,4.4895,-0.5913,0.0000,5.0807,0.0000,5.0807,6.0417,-0.9610,0.0000,-0.9610,-0.2431,-0.7179,0.0000,13.3270,10.2261,-24.2709,3282.8932,3282.8932,3282.8932,3282.8932,3282.8932 +346.5000,1.0000,4243.1456,54.7635,55.0530,-0.1608,0.0000,5,1491.0735,74.0082,602.7243,-97.0133,11.5560,94.1123,-15.1481,-0.5729,6.4872,0.0000,0.0000,5.6417,6.4943,-0.5866,0.0000,7.0809,0.0000,7.0809,5.9751,1.1057,0.0000,1.1057,-0.2172,1.3229,0.0000,12.8913,10.1135,-21.6819,3469.1393,3469.1393,3469.1393,3469.1393,3469.1393 +347.5000,1.0000,4258.1831,54.1350,54.4740,-0.1883,0.0000,5,1477.9125,47.7692,602.8929,-96.2327,7.3931,93.3077,-14.8936,-0.6267,2.4274,0.0000,0.0000,5.5924,2.4313,-0.5762,0.0000,3.0075,0.0000,3.0075,5.9066,-2.8990,0.0000,-2.8990,-0.2514,-2.6477,0.0000,12.4527,9.9974,-25.0977,2958.0106,2958.0106,2958.0106,2958.0106,2958.0106 +348.5000,1.0000,4273.0258,53.4340,53.7960,-0.2011,0.0000,5,1460.5175,32.5693,587.8170,-95.2010,4.9813,89.9037,-14.5605,-0.9409,0.3849,0.0000,0.0000,5.5373,0.3847,-0.5701,0.0000,0.9548,0.0000,0.9548,5.8301,-4.8753,0.0000,-4.8753,-0.2649,-4.6103,0.0000,11.9752,9.8679,-26.4535,2637.7747,2637.7747,2637.7747,2637.7747,2637.7747 +349.5000,1.0000,4287.6597,52.6820,53.0720,-0.2167,0.0000,5,1438.6590,16.3911,575.1790,-93.9047,2.4694,86.6542,-14.1473,-1.0044,-1.9911,0.0000,0.0000,5.4648,-1.9901,-0.5640,0.0000,-1.4260,0.0000,-1.4260,5.7480,-7.1741,0.0000,-7.1741,-0.2814,-6.8927,0.0000,11.4768,9.7291,-28.0985,2311.0319,2311.0319,2311.0319,2311.0319,2311.0319 +350.5000,1.0000,4302.0993,51.9825,52.2920,-0.1719,0.0000,5,1419.2420,55.4712,562.7793,-92.7531,8.2443,83.6418,-13.7852,-0.7015,3.5338,0.0000,0.0000,5.4120,3.5348,-0.5392,0.0000,4.0741,0.0000,4.0741,5.6717,-1.5976,0.0000,-1.5976,-0.2204,-1.3773,0.0000,11.0255,9.5999,-22.0026,2938.5421,2938.5421,2938.5421,2938.5421,2938.5421 +351.5000,1.0000,4316.3551,51.3210,51.6730,-0.1956,0.0000,5,1399.7485,31.1116,571.9884,-91.5970,4.5604,83.8428,-13.4264,-0.9838,0.1974,0.0000,0.0000,5.3468,0.1971,-0.5372,0.0000,0.7343,0.0000,0.7343,5.5995,-4.8652,0.0000,-4.8652,-0.2474,-4.6178,0.0000,10.6100,9.4777,-24.7055,2476.2859,2476.2859,2476.2859,2476.2859,2476.2859 +352.5000,1.0000,4330.4283,50.6635,50.9690,-0.1697,0.0000,5,1380.7890,54.2853,556.6384,-90.4725,7.8494,80.4876,-13.0820,-0.6372,3.1908,0.0000,0.0000,5.2959,3.1927,-0.5195,0.0000,3.7122,0.0000,3.7122,5.5278,-1.8156,0.0000,-1.8156,-0.2120,-1.6036,0.0000,10.2073,9.3563,-21.1672,2806.3039,2806.3039,2806.3039,2806.3039,2806.3039 +353.5000,1.0000,4344.2932,49.9135,50.3580,-0.2469,0.0000,5,1368.5820,-12.8569,562.2402,-89.7485,-1.8426,80.5789,-12.8625,-0.3943,-6.7168,0.0000,0.0000,5.2686,-6.7540,-0.5328,0.0000,-6.2212,0.0000,-6.2212,5.4460,-11.6672,0.0000,-11.6672,-0.3039,-11.3633,0.0000,9.7611,9.2178,-30.3422,1594.3315,1594.3315,1594.3315,1594.3315,1594.3315 +354.5000,1.0000,4357.9143,49.0360,49.4690,-0.2406,0.0000,5,1346.5325,-17.4787,528.3734,-88.4408,-2.4646,74.5052,-12.4709,-1.4353,-6.2106,0.0000,0.0000,5.1812,-6.1851,-0.5180,0.0000,-5.6671,0.0000,-5.6671,5.3502,-11.0173,0.0000,-11.0173,-0.2908,-10.7265,0.0000,9.2553,9.0557,-29.0375,1441.1353,1441.1353,1441.1353,1441.1353,1441.1353 +355.5000,1.0000,4371.2633,48.0565,48.6030,-0.3036,0.0000,5,1319.6765,-69.2131,518.2816,-86.8481,-9.5650,71.6246,-12.0021,-0.7698,-13.9103,0.0000,0.0000,5.1151,-13.9690,-0.5227,0.0000,-13.4463,0.0000,-13.4463,5.2433,-18.6897,0.0000,-18.6897,-0.3597,-18.3300,0.0000,8.7121,8.8748,-35.9169,290.6613,290.6613,290.6613,290.6613,290.6613 +356.5000,1.0000,4384.2306,46.6820,47.5100,-0.4600,0.0000,5,1294.4230,-85.3503,488.4989,-85.3503,-11.5694,66.2168,-11.5694,-1.2524,-15.3341,0.0000,0.0000,5.0171,-15.4209,-0.5059,0.0000,-14.9150,0.0000,-14.9150,5.0934,-20.0084,16.7740,-36.7823,-0.5294,-36.2529,0.0000,7.9872,8.6210,-52.8611,0.0000,0.0000,0.0000,0.0000,0.0000 +357.5000,1.0000,4396.7415,45.0395,45.8540,-0.4525,0.0000,5,1256.3900,-83.0947,469.4119,-83.0947,-10.9327,61.7600,-10.9327,-1.7189,-15.8979,0.0000,0.0000,6.6841,-15.9036,-0.4834,0.0000,-15.4202,0.0000,-15.4202,4.9142,-20.3344,14.8465,-35.1809,-0.5025,-34.6785,0.0000,7.1735,8.3177,-50.1697,0.0000,0.0000,0.0000,0.0000,0.0000 +358.5000,1.0000,4408.8847,43.7155,44.2250,-0.2831,0.0000,5,1212.1005,-55.0413,457.0978,-80.4679,-6.9864,58.0198,-10.2139,-1.6385,-11.8973,0.0000,0.0000,6.5493,-11.8190,-0.4544,0.0000,-11.3646,0.0000,-11.3646,4.7697,-16.1343,0.0000,-16.1343,-0.3051,-15.8292,0.0000,6.5581,8.0732,-30.4605,416.6504,416.6504,416.6504,416.6504,416.6504 +359.5000,1.0000,4420.7443,42.6945,43.2060,-0.2842,0.0000,5,1178.2635,-51.8797,460.3623,-78.4537,-6.4013,56.8029,-9.6802,-0.8557,-11.9297,0.0000,0.0000,6.3841,-11.9532,-0.4405,0.0000,-11.5127,0.0000,-11.5127,4.6583,-16.1710,0.0000,-16.1710,-0.2991,-15.8719,0.0000,6.1093,7.8846,-29.8658,426.7223,426.7223,426.7223,426.7223,426.7223 +360.5000,1.0000,4432.3179,41.6650,42.1830,-0.2878,0.0000,5,1148.0510,-61.5956,453.0091,-76.6514,-7.4052,54.4624,-9.2153,-1.2963,-12.3653,0.0000,0.0000,6.2564,-12.3204,-0.4272,0.0000,-11.8932,0.0000,-11.8932,4.5460,-16.4392,0.0000,-16.4392,-0.2956,-16.1436,0.0000,5.6780,7.6945,-29.5160,201.2225,201.2225,201.2225,201.2225,201.2225 +361.5000,1.0000,4443.5653,40.4905,41.1470,-0.3647,0.0000,5,1117.5330,-74.8310,439.5149,-74.8310,-8.7573,51.4355,-8.7573,-0.8325,-14.0992,0.0000,0.0000,6.1744,-14.1760,-0.4159,0.0000,-13.7601,0.0000,-13.7601,4.4178,-18.1779,5.8502,-24.0281,-0.3641,-23.6640,0.0000,5.2118,7.4776,-36.3534,0.0000,0.0000,0.0000,0.0000,0.0000 +362.5000,1.0000,4454.4458,39.1700,39.8340,-0.3689,0.0000,5,1094.1865,-73.3689,426.4912,-73.3689,-8.4068,48.8686,-8.4068,-0.7536,-13.7910,0.0000,0.0000,6.1378,-13.8850,-0.3977,0.0000,-13.4874,0.0000,-13.4874,4.2738,-17.7611,6.2125,-23.9737,-0.3562,-23.6174,0.0000,4.7184,7.2337,-35.5696,0.0000,0.0000,0.0000,0.0000,0.0000 +363.5000,1.0000,4465.1100,38.3910,38.5060,-0.0639,0.0000,5,1061.4555,125.4761,417.0965,-71.0260,13.9473,46.3625,-7.8949,-1.4025,9.4130,0.0000,0.0000,5.9368,9.2499,-0.3716,0.0000,9.6215,0.0000,9.6215,4.1888,5.4328,0.0000,5.4328,-0.0605,5.4932,0.0000,4.4412,7.0899,-6.0379,3372.4828,3372.4828,3372.4828,3372.4828,3372.4828 +364.5000,1.0000,4475.8390,38.6245,38.2760,0.1936,0.0000,5,1038.1475,369.1249,511.3401,-69.3575,40.1292,55.5901,-7.5402,-0.1143,34.3298,0.0000,0.0000,5.9138,33.9640,-0.4993,0.0000,34.4634,0.0000,34.4634,4.2142,30.2491,0.0000,30.2491,0.1844,30.0647,0.0000,4.5231,7.1330,18.4087,8110.3433,8110.3433,8110.3433,8110.3433,8110.3433 +365.5000,1.0000,4486.8428,39.6135,38.9730,0.3558,0.0000,5,1050.2405,528.3789,630.7080,-70.2232,58.1116,69.3659,-7.7232,0.8956,51.2078,0.0000,0.0000,6.0082,51.0593,-0.5980,0.0000,51.6573,0.0000,51.6573,4.4146,47.2427,0.0000,47.2427,0.3475,46.8952,0.0000,4.8804,7.3156,34.6992,11559.1031,11559.1031,11559.1031,11559.1031,11559.1031 +366.5000,1.0000,4498.1994,40.8840,40.2540,0.3500,0.0000,5,1078.8130,513.2544,708.4499,-72.2685,57.9839,80.0357,-8.1644,0.9730,52.5170,0.0000,0.0000,4.4938,52.4242,-0.6210,0.0000,53.0452,0.0000,53.0452,4.5521,48.4931,0.0000,48.4931,0.3528,48.1403,0.0000,5.3651,7.5503,35.2250,11542.0692,11542.0692,11542.0692,11542.0692,11542.0692 +367.5000,1.0000,4509.9781,42.4030,41.5140,0.4939,0.0000,5,1118.8300,651.6788,704.7586,-74.9083,76.3530,82.5721,-8.7765,1.7404,70.0008,0.0000,0.0000,4.6119,70.1156,-0.7301,0.0000,70.8457,0.0000,70.8457,4.9587,65.8870,0.0000,65.8870,0.5163,65.3707,0.0000,5.9868,7.8308,51.5531,14997.4695,14997.4695,14997.4695,14997.4695,14997.4695 +368.5000,1.0000,4522.2542,44.1940,43.2920,0.5011,0.0000,5,1165.1410,662.3710,771.5976,-77.6709,80.8181,94.1451,-9.4769,1.5012,74.5899,0.0000,0.0000,4.7269,74.4143,-0.7757,0.0000,75.1900,0.0000,75.1900,5.1884,70.0016,0.0000,70.0016,0.5460,69.4556,0.0000,6.7777,8.1615,54.5163,15859.0387,15859.0387,15859.0387,15859.0387,15859.0387 +369.5000,1.0000,4535.0042,45.9000,45.0960,0.4467,0.0000,5,1208.7055,616.2059,781.7130,-80.2666,77.9965,98.9456,-10.1598,1.6763,71.4795,0.0000,0.0000,4.8407,71.5615,-0.7846,0.0000,72.3461,0.0000,72.3461,5.3025,67.0436,0.0000,67.0436,0.5055,66.5381,0.0000,7.5925,8.4766,50.4691,15371.0860,15371.0860,15371.0860,15371.0860,15371.0860 +370.5000,1.0000,4548.1649,47.3785,46.7040,0.3747,0.0000,5,1257.2675,549.7658,765.4624,-83.1467,72.3826,100.7813,-10.9472,2.0058,65.4018,0.0000,0.0000,4.9750,65.8162,-0.7763,0.0000,66.5924,0.0000,66.5924,5.3520,61.2404,0.0000,61.2404,0.4377,60.8027,0.0000,8.3492,8.7496,43.7039,14294.7537,14294.7537,14294.7537,14294.7537,14294.7537 +371.5000,1.0000,4561.6540,48.5610,48.0530,0.2822,0.0000,5,1294.5375,462.2423,744.2965,-85.3571,62.6633,100.8995,-11.5713,0.8977,56.7053,0.0000,0.0000,5.0603,56.6077,-0.7466,0.0000,57.3544,0.0000,57.3544,5.3221,52.0322,0.0000,52.0322,0.3379,51.6943,0.0000,8.9892,8.9680,33.7371,12492.4480,12492.4480,12492.4480,12492.4480,12492.4480 +372.5000,1.0000,4575.4647,49.7185,49.0690,0.3608,0.0000,5,1322.1560,539.7712,713.8588,-86.9951,74.7345,98.8379,-12.0450,1.3257,68.2645,0.0000,0.0000,5.1443,68.2164,-0.8220,0.0000,69.0384,0.0000,69.0384,5.6037,63.4347,0.0000,63.4347,0.4423,62.9923,0.0000,9.6480,9.1818,44.1625,14739.1668,14739.1668,14739.1668,14739.1668,14739.1668 +373.5000,1.0000,4589.6267,50.9830,50.3680,0.3417,0.0000,5,1351.3005,526.3420,748.7373,-88.7236,74.4815,105.9522,-12.5551,1.0637,68.1789,0.0000,0.0000,5.2390,68.0052,-0.8396,0.0000,68.8448,0.0000,68.8448,5.7170,63.1278,0.0000,63.1278,0.4295,62.6983,0.0000,10.4028,9.4153,42.8802,14673.6069,14673.6069,14673.6069,14673.6069,14673.6069 +374.5000,1.0000,4604.1175,52.1670,51.5980,0.3161,0.0000,5,1382.3145,507.3946,747.3214,-90.5630,73.4482,108.1790,-13.1095,1.5447,66.5864,0.0000,0.0000,5.3172,66.7350,-0.8509,0.0000,67.5860,0.0000,67.5860,5.8069,61.7790,0.0000,61.7790,0.4066,61.3725,0.0000,11.1442,9.6340,40.5943,14486.8194,14486.8194,14486.8194,14486.8194,14486.8194 +375.5000,1.0000,4618.9306,53.3270,52.7360,0.3283,0.0000,5,1423.0565,519.7089,744.6663,-92.9793,77.4481,110.9718,-13.8560,1.9703,70.0374,0.0000,0.0000,5.4404,70.3672,-0.8869,0.0000,71.2541,0.0000,71.2541,5.9685,65.2856,0.0000,65.2856,0.4317,64.8539,0.0000,11.9043,9.8482,43.1014,15247.1432,15247.1432,15247.1432,15247.1432,15247.1432 +376.5000,1.0000,4634.0460,54.4155,53.9180,0.2764,0.0000,5,1459.3730,470.9882,755.2039,-95.1332,71.9789,115.4142,-14.5387,1.2342,65.1852,0.0000,0.0000,5.5595,65.2041,-0.8777,0.0000,66.0818,0.0000,66.0818,5.9909,60.0909,0.0000,60.0909,0.3708,59.7201,0.0000,12.6478,10.0492,37.0231,14269.2054,14269.2054,14269.2054,14269.2054,14269.2054 +377.5000,1.0000,4649.4588,55.4860,54.9130,0.3183,0.0000,5,1487.8690,512.7384,743.5624,-96.8232,79.8894,115.8539,-15.0860,1.3454,72.8750,0.0000,0.0000,5.6690,72.8439,-0.9330,0.0000,73.7770,0.0000,73.7770,6.2047,67.5722,0.0000,67.5722,0.4355,67.1368,0.0000,13.4093,10.2469,43.4805,15751.1644,15751.1644,15751.1644,15751.1644,15751.1644 +378.5000,1.0000,4665.1656,56.5445,56.0590,0.2697,0.0000,5,1512.0930,471.0865,762.4186,-98.2599,74.5947,120.7259,-15.5591,0.8821,68.0108,0.0000,0.0000,5.7018,67.8554,-0.9247,0.0000,68.7801,0.0000,68.7801,6.2270,62.5531,0.0000,62.5531,0.3760,62.1770,0.0000,14.1910,10.4424,37.5436,14810.5228,14810.5228,14810.5228,14810.5228,14810.5228 +379.5000,1.0000,4681.1300,57.4720,57.0300,0.2456,0.0000,5,1544.0605,454.5748,753.1408,-100.1558,73.5019,121.7781,-16.1946,2.1305,65.5105,0.0000,0.0000,5.8608,65.9566,-0.9300,0.0000,66.8865,0.0000,66.8865,6.2838,60.6027,0.0000,60.6027,0.3479,60.2548,0.0000,14.9007,10.6137,34.7404,14614.1463,14614.1463,14614.1463,14614.1463,14614.1463 +380.5000,1.0000,4697.3567,58.4160,57.9140,0.2789,0.0000,5,1572.2895,481.1326,753.4925,-101.8300,79.2184,124.0624,-16.7663,0.5562,72.7875,0.0000,0.0000,5.8747,72.4317,-0.9780,0.0000,73.4098,0.0000,73.4098,6.4684,66.9413,0.0000,66.9413,0.4017,66.5397,0.0000,15.6473,10.7880,40.1044,15785.6194,15785.6194,15785.6194,15785.6194,15785.6194 +381.5000,1.0000,4713.8075,59.2230,58.9180,0.1694,0.0000,5,1592.6605,389.3100,766.3390,-103.0382,64.9303,127.8123,-17.1850,1.4290,57.5057,0.0000,0.0000,5.9956,57.7359,-0.9171,0.0000,58.6530,0.0000,58.6530,6.4617,52.1913,0.0000,52.1913,0.2474,51.9438,0.0000,16.3040,10.9370,24.7028,13136.1688,13136.1688,13136.1688,13136.1688,13136.1688 +382.5000,1.0000,4730.3965,59.7205,59.5280,0.1069,0.0000,5,1617.0750,331.6008,742.2379,-104.0816,56.1532,125.6904,-17.6251,0.9736,49.1209,0.0000,0.0000,6.0586,49.2600,-0.8825,0.0000,50.1425,0.0000,50.1425,6.5160,43.6265,0.0000,43.6265,0.1575,43.4691,0.0000,16.7181,11.0289,15.7221,11511.5738,11511.5738,11511.5738,11511.5738,11511.5738 +383.5000,1.0000,4747.0217,59.8505,59.9130,-0.0347,0.0000,5,1633.4020,205.1050,728.7682,-104.6630,35.0831,124.6554,-17.9026,0.6543,28.3210,0.0000,0.0000,6.1078,28.4638,-0.7797,0.0000,29.2434,0.0000,29.2434,6.5302,22.7133,0.0000,22.7133,-0.0512,22.7645,0.0000,16.8273,11.0529,-5.1157,7588.0335,7588.0335,7588.0335,7588.0335,7588.0335 +384.5000,1.0000,4763.5779,59.6025,59.7880,-0.1031,0.0000,5,1627.5655,135.0075,691.2842,-104.4552,23.0104,117.8213,-17.8032,-1.2353,18.2160,0.0000,0.0000,6.0298,18.1341,-0.7234,0.0000,18.8574,0.0000,18.8574,6.5031,12.3543,0.0000,12.3543,-0.1514,12.5058,0.0000,16.6191,11.0071,-15.1205,5401.3232,5401.3232,5401.3232,5401.3232,5401.3232 +385.5000,1.0000,4780.0394,59.2615,59.4170,-0.0864,0.0000,5,1613.0695,154.2562,666.5920,-103.9389,26.0570,112.6009,-17.5574,-0.2116,20.2617,0.0000,0.0000,6.0069,20.2881,-0.7286,0.0000,21.0167,0.0000,21.0167,6.4659,14.5508,0.0000,14.5508,-0.1262,14.6770,0.0000,16.3355,10.9441,-12.6026,5931.5390,5931.5390,5931.5390,5931.5390,5931.5390 +386.5000,1.0000,4796.4703,59.1510,59.1060,0.0250,0.0000,5,1602.3115,249.3683,669.5135,-103.5558,41.8424,112.3401,-17.3760,-0.8483,36.7151,0.0000,0.0000,5.9756,36.4898,-0.8086,0.0000,37.2984,0.0000,37.2984,6.4538,30.8446,0.0000,30.8446,0.0365,30.8081,0.0000,16.2442,10.9237,3.6403,8819.4703,8819.4703,8819.4703,8819.4703,8819.4703 +387.5000,1.0000,4812.9461,59.3130,59.1960,0.0650,0.0000,5,1600.4425,293.1483,698.1600,-103.4892,49.1311,117.0102,-17.3446,0.6637,42.4518,0.0000,0.0000,6.0156,42.5470,-0.8419,0.0000,43.3888,0.0000,43.3888,6.4715,36.9173,0.0000,36.9173,0.0951,36.8223,0.0000,16.3781,10.9536,9.4906,10185.0494,10185.0494,10185.0494,10185.0494,10185.0494 +388.5000,1.0000,4829.5149,59.6475,59.4300,0.1208,0.0000,5,1611.4675,342.0017,713.2450,-103.8819,57.7136,120.3619,-17.5303,0.4228,51.2599,0.0000,0.0000,6.0309,51.2091,-0.8912,0.0000,52.1002,0.0000,52.1002,6.5080,45.5922,0.0000,45.5922,0.1777,45.4145,0.0000,16.6569,11.0154,17.7422,11797.6995,11797.6995,11797.6995,11797.6995,11797.6995 +389.5000,1.0000,4846.2054,60.0860,59.8650,0.1228,0.0000,5,1619.8595,345.7055,729.7322,-104.1807,58.6425,123.7854,-17.6723,0.4098,52.1773,0.0000,0.0000,6.0554,52.1183,-0.9031,0.0000,53.0214,0.0000,53.0214,6.5559,46.4655,0.0000,46.4655,0.1819,46.2836,0.0000,17.0269,11.0964,18.1603,11973.9746,11973.9746,11973.9746,11973.9746,11973.9746 +390.5000,1.0000,4863.0375,60.5955,60.3070,0.1603,0.0000,5,1638.5900,383.6422,733.7127,-104.8478,65.8302,125.8998,-17.9911,1.4703,58.2288,0.0000,0.0000,6.1312,58.4696,-0.9437,0.0000,59.4133,0.0000,59.4133,6.6114,52.8018,0.0000,52.8018,0.2395,52.5624,0.0000,17.4639,11.1905,23.9080,13339.9553,13339.9553,13339.9553,13339.9553,13339.9553 +391.5000,1.0000,4880.0536,61.2580,60.8840,0.2078,0.0000,5,1661.6315,424.1920,748.4165,-105.6683,73.8118,130.2287,-18.3869,0.8603,66.7580,0.0000,0.0000,6.1936,66.6895,-0.9964,0.0000,67.6859,0.0000,67.6859,6.6837,61.0021,0.0000,61.0021,0.3138,60.6883,0.0000,18.0433,11.3128,31.3322,14860.4877,14860.4877,14860.4877,14860.4877,14860.4877 +392.5000,1.0000,4897.2728,61.9890,61.6320,0.1983,0.0000,5,1674.9450,418.3263,762.4773,-106.1425,73.3744,133.7384,-18.6174,0.5023,66.6570,0.0000,0.0000,6.2151,66.4686,-1.0077,0.0000,67.4762,0.0000,67.4762,6.7635,60.7128,0.0000,60.7128,0.3031,60.4096,0.0000,18.6969,11.4478,30.2649,14794.5476,14794.5476,14794.5476,14794.5476,14794.5476 +393.5000,1.0000,4914.6793,62.6635,62.3460,0.1764,0.0000,5,1695.5825,404.9108,763.7639,-106.8774,71.8964,135.6147,-18.9773,1.6405,63.9284,0.0000,0.0000,6.3275,64.1971,-1.0078,0.0000,65.2049,0.0000,65.2049,6.8371,58.3678,0.0000,58.3678,0.2725,58.0953,0.0000,19.3137,11.5724,27.2092,14555.7417,14555.7417,14555.7417,14555.7417,14555.7417 +394.5000,1.0000,4932.2363,63.2050,62.9810,0.1244,0.0000,5,1703.4025,352.4833,762.3908,-107.1559,62.8759,135.9952,-19.1145,-0.8300,57.4320,0.0000,0.0000,6.2739,56.9626,-0.9806,0.0000,57.9432,0.0000,57.9432,6.8962,51.0471,0.0000,51.0471,0.1939,50.8532,0.0000,19.8185,11.6724,19.3623,12881.8333,12881.8333,12881.8333,12881.8333,12881.8333 +395.5000,1.0000,4949.8917,63.5595,63.4290,0.0725,0.0000,5,1710.3835,317.8767,750.1446,-107.4045,56.9352,134.3591,-19.2373,1.5667,49.0092,0.0000,0.0000,6.3594,49.3353,-0.9482,0.0000,50.2835,0.0000,50.2835,6.9348,43.3487,0.0000,43.3487,0.1136,43.2351,0.0000,20.1537,11.7379,11.3435,11777.8652,11777.8652,11777.8652,11777.8652,11777.8652 +396.5000,1.0000,4967.5843,63.6935,63.6900,0.0019,0.0000,5,1724.1930,247.4131,743.8835,-107.8963,44.6722,134.3134,-19.4814,-0.1171,38.4327,0.0000,0.0000,6.3566,38.4059,-0.8954,0.0000,39.3013,0.0000,39.3013,6.9495,32.3519,0.0000,32.3519,0.0031,32.3488,0.0000,20.2813,11.7626,0.3049,9466.9383,9466.9383,9466.9383,9466.9383,9466.9383 +397.5000,1.0000,4985.2856,63.7245,63.6970,0.0153,0.0000,5,1725.0325,260.6415,726.9644,-107.9262,47.0836,131.3225,-19.4963,0.2061,40.5178,0.0000,0.0000,6.3597,40.5460,-0.9067,0.0000,41.4527,0.0000,41.4527,6.9528,34.4999,0.0000,34.4999,0.0240,34.4759,0.0000,20.3110,11.7683,2.3966,9913.4655,9913.4655,9913.4655,9913.4655,9913.4655 +398.5000,1.0000,5003.0019,63.7790,63.7520,0.0150,0.0000,5,1724.9560,258.9335,730.3038,-107.9235,46.7730,131.9199,-19.4950,-0.2142,40.6359,0.0000,0.0000,6.3512,40.5711,-0.9078,0.0000,41.4789,0.0000,41.4789,6.9588,34.5201,0.0000,34.5201,0.0236,34.4966,0.0000,20.3631,11.7784,2.3550,9855.9587,9855.9587,9855.9587,9855.9587,9855.9587 +399.5000,1.0000,5020.7522,63.9010,63.8060,0.0528,0.0000,5,1722.3240,294.1631,729.3306,-107.8298,53.0557,131.5430,-19.4483,-0.0645,46.7836,0.0000,0.0000,6.3366,46.6976,-0.9409,0.0000,47.6385,0.0000,47.6385,6.9721,40.6664,0.0000,40.6664,0.0831,40.5833,0.0000,20.4802,11.8009,8.3021,11056.1388,11056.1388,11056.1388,11056.1388,11056.1388 +400.5000,1.0000,5038.5711,64.1480,63.9960,0.0844,0.0000,5,1732.9675,327.7397,740.1008,-108.2088,59.4769,134.3105,-19.6373,1.1976,51.8470,0.0000,0.0000,6.4323,52.0603,-0.9723,0.0000,53.0326,0.0000,53.0326,6.9991,46.0335,0.0000,46.0335,0.1336,45.9000,0.0000,20.7187,11.8465,13.3347,12256.8960,12256.8960,12256.8960,12256.8960,12256.8960 +401.5000,1.0000,5056.4913,64.5125,64.3000,0.1181,0.0000,5,1754.4060,356.1085,752.4748,-108.9723,65.4246,138.2454,-20.0205,1.0973,57.8095,0.0000,0.0000,6.5178,57.9542,-1.0085,0.0000,58.9627,0.0000,58.9627,7.0388,51.9238,0.0000,51.9238,0.1878,51.7361,0.0000,21.0740,11.9139,18.7482,13364.5093,13364.5093,13364.5093,13364.5093,13364.5093 +402.5000,1.0000,5074.5272,64.9295,64.7250,0.1136,0.0000,5,1757.9535,347.8256,760.6843,-109.0986,64.0321,140.0362,-20.0842,-0.7166,58.2883,0.0000,0.0000,6.4603,57.8859,-1.0155,0.0000,58.9014,0.0000,58.9014,7.0843,51.8170,0.0000,51.8170,0.1819,51.6352,0.0000,21.4853,11.9909,18.1590,13103.4123,13103.4123,13103.4123,13103.4123,13103.4123 +403.5000,1.0000,5092.6258,65.1550,65.1340,0.0117,0.0000,5,1758.1825,265.5083,758.9427,-109.1068,48.8844,139.7338,-20.0884,0.7414,41.6537,0.0000,0.0000,6.4894,41.8029,-0.9382,0.0000,42.7411,0.0000,42.7411,7.1089,35.6322,0.0000,35.6322,0.0187,35.6134,0.0000,21.7097,12.0325,1.8712,10278.7845,10278.7845,10278.7845,10278.7845,10278.7845 +404.5000,1.0000,5110.7747,65.3360,65.1760,0.0889,0.0000,5,1763.4090,330.4574,740.7223,-109.2929,61.0235,136.7846,-20.1824,-0.1776,54.7043,0.0000,0.0000,6.4968,54.5199,-1.0057,0.0000,55.5256,0.0000,55.5256,7.1287,48.3969,0.0000,48.3969,0.1432,48.2537,0.0000,21.8913,12.0659,14.2965,12550.9151,12550.9151,12550.9151,12550.9151,12550.9151 +405.5000,1.0000,5129.0471,65.7805,65.4960,0.1581,0.0000,5,1771.9160,399.0064,757.4605,-109.5959,74.0375,140.5503,-20.3360,1.1041,66.3504,0.0000,0.0000,6.5829,66.4430,-1.0738,0.0000,67.5168,0.0000,67.5168,7.1772,60.3397,0.0000,60.3397,0.2563,60.0833,0.0000,22.3414,12.1480,25.5939,15028.2165,15028.2165,15028.2165,15028.2165,15028.2165 +406.5000,1.0000,5147.4992,66.4275,66.0650,0.2014,0.0000,5,1793.1260,439.3531,776.2859,-110.3512,82.4998,145.7676,-20.7213,1.2182,74.6043,0.0000,0.0000,6.6773,74.6572,-1.1269,0.0000,75.7841,0.0000,75.7841,7.2478,68.5363,0.0000,68.5363,0.3298,68.2065,0.0000,23.0074,12.2675,32.9316,16625.9585,16625.9585,16625.9585,16625.9585,16625.9585 +407.5000,1.0000,5166.2142,67.3740,66.7900,0.3244,0.0000,5,1823.6820,555.0729,788.5826,-111.4859,106.0053,150.6000,-21.2911,2.1831,97.0122,0.0000,0.0000,6.8100,97.2066,-1.2579,0.0000,98.4645,0.0000,98.4645,7.6673,90.7971,0.0000,90.7971,0.5389,90.2582,0.0000,24.0060,12.4423,53.8099,21002.3148,21002.3148,21002.3148,21002.3148,21002.3148 +408.5000,1.0000,5185.2742,68.6160,67.9580,0.3656,0.0000,5,1848.7065,594.9207,813.4384,-112.4262,115.1743,157.4785,-21.7653,0.6280,107.6978,0.0000,0.0000,6.8486,106.9940,-1.3300,0.0000,108.3240,0.0000,108.3240,7.9293,100.3947,0.0000,100.3947,0.6184,99.7763,0.0000,25.3587,12.6717,61.7459,22741.7724,22741.7724,22741.7724,22741.7724,22741.7724 +409.5000,1.0000,5204.6701,69.8255,69.2740,0.3064,0.0000,5,1881.2465,553.0542,821.7904,-113.6489,108.9537,161.8957,-22.3893,3.1203,98.7889,0.0000,0.0000,7.0446,99.4219,-1.3142,0.0000,100.7361,0.0000,100.7361,7.9266,92.8095,0.0000,92.8095,0.5275,92.2820,0.0000,26.7227,12.8950,52.6643,21663.5399,21663.5399,21663.5399,21663.5399,21663.5399 +410.5000,1.0000,5224.3142,70.7185,70.3770,0.1897,0.0000,5,1913.4815,441.7574,816.8278,-114.8602,88.5190,163.6754,-23.0156,0.6142,80.8374,0.0000,0.0000,7.0675,80.6686,-1.2363,0.0000,81.9049,0.0000,81.9049,7.7262,74.1787,0.0000,74.1787,0.3308,73.8479,0.0000,27.7600,13.0600,33.0279,17918.8455,17918.8455,17918.8455,17918.8455,17918.8455 +411.5000,1.0000,5244.1690,71.4775,71.0600,0.2319,0.0000,5,1928.2065,485.6581,802.4685,-115.4135,98.0647,162.0355,-23.3044,1.1247,89.8022,0.0000,0.0000,7.1378,89.7205,-1.2963,0.0000,91.0168,0.0000,91.0168,7.9326,83.0842,0.0000,83.0842,0.4087,82.6754,0.0000,28.6638,13.2001,40.8115,19749.3203,19749.3203,19749.3203,19749.3203,19749.3203 +412.5000,1.0000,5264.0535,71.5840,71.8950,-0.1728,0.0000,5,1951.9340,131.4648,810.6465,-116.3051,26.8722,165.7010,-23.7735,1.7056,17.9245,0.0000,0.0000,7.2421,18.1339,-0.9368,0.0000,19.0707,0.0000,19.0707,7.8104,11.2603,0.0000,11.2603,-0.3049,11.5653,0.0000,28.7917,13.2198,-30.4462,6700.4842,6700.4842,6700.4842,6700.4842,6700.4842 +413.5000,1.0000,5283.7168,70.7880,71.2730,-0.2694,0.0000,6,1738.0790,-98.6425,705.8269,-108.3909,-17.9540,128.4684,-19.7283,-24.3450,0.6380,0.0000,0.0000,5.7529,0.5581,-0.6581,0.0000,1.2163,0.0000,1.2163,7.7235,-6.5073,0.0000,-6.5073,-0.4703,-6.0370,0.0000,27.8426,13.0728,-46.9524,97.2569,97.2569,97.2569,97.2569,97.2569 +414.5000,1.0000,5303.1031,69.7905,70.3030,-0.2847,0.0070,6,1446.5935,-21.1782,521.5291,-94.3752,-3.2082,79.0048,-14.2966,-5.6324,-2.8859,0.0000,0.0000,5.3101,-2.7799,-0.6779,0.0000,-2.1020,0.0000,-2.1020,7.6147,-9.7167,0.0000,-9.7167,-0.4899,-9.2267,0.1179,26.6823,12.8886,-48.9155,1579.7654,1579.7654,1579.7654,1579.7654,1579.7654 +415.5000,1.0000,5322.0626,68.2545,69.2780,-0.5686,0.0110,6,1363.7370,-89.4612,529.9264,-89.4612,-12.7760,75.6789,-12.7760,-1.6293,-16.4767,0.0000,0.0000,5.3301,-16.4889,-0.7925,0.0000,-15.6964,0.0000,-15.6964,7.4471,-23.1435,35.6019,-58.7453,-0.9569,-57.7885,0.1812,24.9633,12.6049,-95.5379,0.0000,0.0000,0.0000,0.0000,0.0000 +416.5000,1.0000,5340.6018,66.7410,67.2310,-0.2722,0.0110,6,1328.2215,7.7588,490.3441,-87.3548,1.0792,68.2025,-12.1503,-1.3100,-2.7036,0.0000,0.0000,5.0927,-2.6906,-0.6380,0.0000,-2.0526,0.0000,-2.0526,7.2820,-9.3346,0.0000,-9.3346,-0.4479,-8.8866,0.1772,23.3352,12.3254,-44.7245,1882.6304,1882.6304,1882.6304,1882.6304,1882.6304 +417.5000,1.0000,5358.9703,66.1265,66.2510,-0.0692,0.0020,6,1309.4530,251.7519,525.9865,-86.2417,34.5216,72.1262,-11.8259,-0.2178,29.7004,0.0000,0.0000,5.0390,29.6949,-1.0875,0.0000,30.7824,0.0000,30.7824,7.2149,23.5675,0.0000,23.5675,-0.1128,23.6803,0.0319,22.6955,12.2119,-11.2590,7186.9758,7186.9758,7186.9758,7186.9758,7186.9758 +418.5000,1.0000,5377.3413,66.1355,66.0020,0.0742,0.0000,6,1300.2980,423.1245,626.8427,-85.6988,57.6155,85.3552,-11.6693,-0.5148,53.1315,0.0000,0.0000,4.9988,52.7616,-1.5682,0.0000,54.3298,0.0000,54.3298,7.2159,47.1139,0.0000,47.1139,0.1209,46.9929,0.0000,22.7047,12.2136,12.0746,11531.4097,11531.4097,11531.4097,11531.4097,11531.4097 +419.5000,1.0000,5395.7854,66.3990,66.2690,0.0722,0.0000,6,1305.7530,427.4654,698.3798,-86.0223,58.4508,95.4952,-11.7625,0.9544,52.4599,0.0000,0.0000,5.0365,52.8347,-1.5725,0.0000,54.4072,0.0000,54.4072,7.2447,47.1626,0.0000,47.1626,0.1182,47.0443,0.0000,22.9772,12.2623,11.8049,11691.3260,11691.3260,11691.3260,11691.3260,11691.3260 +420.5000,1.0000,5414.3517,66.8385,66.5290,0.1719,0.0000,6,1311.8185,545.3501,701.0412,-86.3820,74.9165,96.3044,-11.8666,-0.4702,70.3538,0.0000,0.0000,5.0329,69.7180,-1.9290,0.0000,71.6470,0.0000,71.6470,7.2926,64.3544,0.0000,64.3544,0.2833,64.0710,0.0000,23.4369,12.3434,28.2907,14782.9143,14782.9143,14782.9143,14782.9143,14782.9143 +421.5000,1.0000,5433.1203,67.5670,67.1480,0.2328,0.0000,6,1315.1755,630.3970,750.8935,-86.5811,86.8213,103.4167,-11.9244,0.7425,81.0148,0.0000,0.0000,5.0640,81.0784,-2.1736,0.0000,83.2520,0.0000,83.2520,7.4569,75.7951,0.0000,75.7951,0.3878,75.4073,0.0000,24.2120,12.4780,38.7173,16991.6940,16991.6940,16991.6940,16991.6940,16991.6940 +422.5000,1.0000,5452.1615,68.5485,67.9860,0.3125,0.0000,6,1341.8020,730.1989,784.1465,-88.1603,102.6026,110.1829,-12.3877,1.4365,96.0250,0.0000,0.0000,5.1411,96.4808,-2.5052,0.0000,98.9861,0.0000,98.9861,7.7831,91.2030,0.0000,91.2030,0.5281,90.6749,0.0000,25.2833,12.6592,52.7324,19965.6937,19965.6937,19965.6937,19965.6937,19965.6937 +423.5000,1.0000,5471.5222,69.6985,69.1110,0.3264,0.0000,6,1370.8320,749.0584,825.4385,-89.8820,107.5297,118.4943,-12.9028,0.9763,101.3508,0.0000,0.0000,5.2026,101.3539,-2.6195,0.0000,103.9734,0.0000,103.9734,7.9635,96.0098,0.0000,96.0098,0.5609,95.4490,0.0000,26.5774,12.8716,56.0000,20911.9908,20911.9908,20911.9908,20911.9908,20911.9908 +424.5000,1.0000,5491.1635,70.7085,70.2860,0.2347,0.0000,6,1396.2765,653.8695,835.1102,-91.3910,95.6073,122.1079,-13.3630,1.1874,87.2318,0.0000,0.0000,7.1881,87.5736,-2.3437,0.0000,89.9173,0.0000,89.9173,7.8455,82.0718,0.0000,82.0718,0.4092,81.6626,0.0000,27.7486,13.0581,40.8559,18654.1768,18654.1768,18654.1768,18654.1768,18654.1768 +425.5000,1.0000,5511.0003,71.4125,71.1310,0.1564,0.0000,6,1405.7755,560.4722,802.5178,-91.9544,82.5085,118.1406,-13.5368,-0.3754,75.7688,0.0000,0.0000,7.1151,75.2378,-2.0946,0.0000,77.3325,0.0000,77.3325,7.7917,69.5408,0.0000,69.5408,0.2753,69.2655,0.0000,28.5851,13.1881,27.4922,16168.8986,16168.8986,16168.8986,16168.8986,16168.8986 +426.5000,1.0000,5530.9954,71.9825,71.6940,0.1603,0.0000,6,1414.6260,573.5240,767.9412,-92.4793,84.9614,113.7623,-13.6998,1.1466,76.5645,0.0000,0.0000,7.2503,76.9704,-2.1372,0.0000,79.1075,0.0000,79.1075,7.8539,71.2537,0.0000,71.2537,0.2844,70.9692,0.0000,29.2751,13.2934,28.4007,16617.6474,16617.6474,16617.6474,16617.6474,16617.6474 +427.5000,1.0000,5551.1831,72.6755,72.2710,0.2247,0.0000,6,1429.6560,651.9487,773.7720,-93.3707,97.6053,115.8439,-13.9788,0.1608,90.1893,0.0000,0.0000,7.2553,89.8050,-2.4125,0.0000,92.2174,0.0000,92.2174,8.0607,84.1567,0.0000,84.1567,0.4027,83.7541,0.0000,30.1293,13.4214,40.2034,19018.4037,19018.4037,19018.4037,19018.4037,19018.4037 +428.5000,1.0000,5571.5857,73.4495,73.0800,0.2053,0.0000,6,1440.8715,635.5724,804.7316,-94.0359,95.9001,121.4241,-14.1889,0.8304,87.7458,0.0000,0.0000,7.3239,87.8752,-2.3812,0.0000,90.2564,0.0000,90.2564,8.1024,82.1539,0.0000,82.1539,0.3717,81.7822,0.0000,31.1020,13.5643,37.1159,18692.4223,18692.4223,18692.4223,18692.4223,18692.4223 +429.5000,1.0000,5592.2053,74.2305,73.8190,0.2286,0.0000,6,1460.8225,666.5425,799.3058,-95.2191,101.9657,122.2754,-14.5663,0.9479,93.6004,0.0000,0.0000,7.4173,93.7577,-2.5128,0.0000,96.2705,0.0000,96.2705,8.2644,88.0061,0.0000,88.0061,0.4184,87.5877,0.0000,32.1049,13.7085,41.7743,19876.3502,19876.3502,19876.3502,19876.3502,19876.3502 +430.5000,1.0000,5613.0122,74.9050,74.6420,0.1461,0.0000,6,1480.1630,568.0621,812.3848,-96.3662,88.0509,125.9215,-14.9370,0.7975,79.7792,0.0000,0.0000,7.4742,79.9713,-2.2334,0.0000,82.2047,0.0000,82.2047,8.1727,74.0320,0.0000,74.0320,0.2698,73.7621,0.0000,32.9874,13.8331,26.9416,17248.9177,17248.9177,17248.9177,17248.9177,17248.9177 +431.5000,1.0000,5633.9549,75.3935,75.1680,0.1253,0.0000,6,1497.3675,543.5396,780.1596,-97.3865,85.2292,122.3321,-15.2706,0.7752,76.8884,0.0000,0.0000,7.5655,77.0908,-2.1791,0.0000,79.2699,0.0000,79.2699,8.2260,71.0439,0.0000,71.0439,0.2329,70.8110,0.0000,33.6369,13.9233,23.2508,16755.0471,16755.0471,16755.0471,16755.0471,16755.0471 +432.5000,1.0000,5654.9936,75.7395,75.6190,0.0669,0.0000,6,1496.6045,473.0889,773.8286,-97.3413,74.1444,121.2776,-15.2557,-0.8450,67.5080,0.0000,0.0000,7.4814,66.9867,-1.9727,0.0000,68.9594,0.0000,68.9594,8.2638,60.6957,0.0000,60.6957,0.1250,60.5706,0.0000,34.1020,13.9872,12.4815,14727.0018,14727.0018,14727.0018,14727.0018,14727.0018 +433.5000,1.0000,5676.1083,76.0130,75.8600,0.0850,0.0000,6,1498.3215,490.9481,749.0542,-97.4431,77.0317,117.5295,-15.2892,1.0039,70.4424,0.0000,0.0000,5.5853,70.8128,-2.0557,0.0000,72.8685,0.0000,72.8685,8.2936,64.5749,0.0000,64.5749,0.1593,64.4156,0.0000,34.4728,14.0377,15.9051,15256.8274,15256.8274,15256.8274,15256.8274,15256.8274 +434.5000,1.0000,5697.3244,76.3780,76.1660,0.1178,0.0000,6,1503.9675,527.9481,755.7741,-97.7780,83.1492,119.0307,-15.3996,-0.4862,78.0642,0.0000,0.0000,5.5713,77.5756,-2.2009,0.0000,79.7765,0.0000,79.7765,8.3334,71.4430,0.0000,71.4430,0.2218,71.2213,0.0000,34.9719,14.1051,22.1442,16385.3232,16385.3232,16385.3232,16385.3232,16385.3232 +435.5000,1.0000,5718.6929,76.9265,76.5900,0.1869,0.0000,6,1509.8040,620.3022,769.4683,-98.1241,98.0737,121.6578,-15.5140,1.0293,91.4018,0.0000,0.0000,5.6426,91.6729,-2.5011,0.0000,94.1740,0.0000,94.1740,8.4806,85.6933,0.0000,85.6933,0.3546,85.3388,0.0000,35.7312,14.2064,35.4012,19172.4415,19172.4415,19172.4415,19172.4415,19172.4415 +436.5000,1.0000,5740.2707,77.6800,77.2630,0.2317,0.0000,6,1527.6190,676.9828,801.6988,-99.1807,108.2982,128.2493,-15.8661,0.6299,101.9632,0.0000,0.0000,5.7051,101.8645,-2.7224,0.0000,104.5870,0.0000,104.5870,8.7061,95.8809,0.0000,95.8809,0.4437,95.4372,0.0000,36.7918,14.3456,44.2998,21160.2945,21160.2945,21160.2945,21160.2945,21160.2945 +437.5000,1.0000,5762.0479,78.3980,78.0970,0.1672,0.0000,6,1541.3900,603.0268,822.6075,-99.9974,97.3370,132.7804,-16.1410,0.6680,90.9287,0.0000,0.0000,5.7403,90.9956,-2.5046,0.0000,93.5002,0.0000,93.5002,8.6057,84.8945,0.0000,84.8945,0.3232,84.5713,0.0000,37.8209,14.4782,32.2722,19094.0033,19094.0033,19094.0033,19094.0033,19094.0033 +438.5000,1.0000,5783.9814,78.9605,78.6990,0.1453,0.0000,6,1557.4120,578.6428,799.8712,-100.9477,94.3719,130.4524,-16.4637,0.8574,87.6982,0.0000,0.0000,5.8163,87.9119,-2.4472,0.0000,90.3591,0.0000,90.3591,8.6152,81.7439,0.0000,81.7439,0.2828,81.4611,0.0000,38.6407,14.5821,28.2383,18562.2000,18562.2000,18562.2000,18562.2000,18562.2000 +439.5000,1.0000,5806.0382,79.4045,79.2220,0.1014,0.0000,6,1570.2680,526.1551,794.1226,-101.7101,86.5199,130.5840,-16.7250,0.3752,80.3311,0.0000,0.0000,5.8137,80.3455,-2.2950,0.0000,82.6404,0.0000,82.6404,8.6637,73.9768,0.0000,73.9768,0.1985,73.7783,0.0000,39.2960,14.6640,19.8182,17114.0590,17114.0590,17114.0590,17114.0590,17114.0590 +440.5000,1.0000,5828.1968,79.7710,79.5870,0.1022,0.0000,6,1575.9135,529.1951,779.0475,-102.0449,87.3327,128.5656,-16.8404,0.1698,81.3313,0.0000,0.0000,5.8316,81.2344,-2.3180,0.0000,83.5524,0.0000,83.5524,8.7036,74.8488,0.0000,74.8488,0.2010,74.6477,0.0000,39.8427,14.7317,20.0733,17280.5463,17280.5463,17280.5463,17280.5463,17280.5463 +441.5000,1.0000,5850.4464,80.0985,79.9550,0.0797,0.0000,6,1592.9275,505.5503,781.5424,-103.0540,84.3313,130.3699,-17.1905,1.4927,76.9016,0.0000,0.0000,5.9370,77.4995,-2.2442,0.0000,79.7436,0.0000,79.7436,8.7394,71.0043,0.0000,71.0043,0.1574,70.8468,0.0000,40.3353,14.7922,15.7193,16787.5486,16787.5486,16787.5486,16787.5486,16787.5486 +442.5000,1.0000,5872.7703,80.3660,80.2420,0.0689,0.0000,6,1598.8785,486.3606,776.3565,-103.4070,81.4334,129.9886,-17.3139,-0.9140,76.4641,0.0000,0.0000,5.8833,75.9018,-2.2142,0.0000,78.1160,0.0000,78.1160,8.7686,69.3474,0.0000,69.3474,0.1365,69.2109,0.0000,40.7407,14.8416,13.6286,16264.6137,16264.6137,16264.6137,16264.6137,16264.6137 +443.5000,1.0000,5895.1340,80.5095,80.4900,0.0108,0.0000,6,1596.9710,425.6253,770.8397,-103.2938,71.1792,128.9109,-17.2743,0.7258,64.5123,0.0000,0.0000,5.9411,64.7956,-1.9846,0.0000,66.7801,0.0000,66.7801,8.7842,57.9959,0.0000,57.9959,0.0215,57.9744,0.0000,40.9593,14.8681,2.1470,14313.2069,14313.2069,14313.2069,14313.2069,14313.2069 +444.5000,1.0000,5917.4907,80.4840,80.5290,-0.0250,0.0000,6,1601.0150,378.0408,752.2511,-103.5096,63.3815,126.1208,-17.3542,-0.3301,57.8145,0.0000,0.0000,5.8971,57.7255,-1.8370,0.0000,59.5625,0.0000,59.5625,8.7814,50.7811,0.0000,50.7811,-0.0496,50.8307,0.0000,40.9204,14.8634,-4.9531,12853.4088,12853.4088,12853.4088,12853.4088,12853.4088 +445.5000,1.0000,5939.8349,80.4390,80.4390,0.0000,0.0000,6,1592.7370,408.5756,736.7085,-103.0427,68.1468,122.8764,-17.1866,-0.4813,62.7404,0.0000,0.0000,5.8877,62.5465,-1.9368,0.0000,64.4834,0.0000,64.4834,8.7765,55.7069,0.0000,55.7069,0.0000,55.7069,0.0000,40.8518,14.8551,0.0000,13721.8767,13721.8767,13721.8767,13721.8767,13721.8767 +446.5000,1.0000,5962.1722,80.4145,80.4390,-0.0136,0.0000,6,1587.7395,395.0871,744.9777,-102.7463,65.6902,123.8657,-17.0834,-0.0075,59.8221,0.0000,0.0000,5.8756,59.8374,-1.8801,0.0000,61.7175,0.0000,61.7175,8.7739,52.9437,0.0000,52.9437,-0.0270,52.9707,0.0000,40.8145,14.8506,-2.6944,13274.8296,13274.8296,13274.8296,13274.8296,13274.8296 +447.5000,1.0000,5984.4785,80.3025,80.3900,-0.0486,0.0000,6,1588.9980,352.8803,740.5080,-102.8210,58.7191,123.2202,-17.1094,0.1303,52.6963,0.0000,0.0000,5.8926,52.7981,-1.7321,0.0000,54.5301,0.0000,54.5301,8.7616,45.7685,0.0000,45.7685,-0.0962,45.8647,0.0000,40.6442,14.8299,-9.6093,11961.6866,11961.6866,11961.6866,11961.6866,11961.6866 +448.5000,1.0000,6006.7265,80.0930,80.2150,-0.0678,0.0000,6,1584.2680,326.0123,726.5911,-102.5404,54.0868,120.5445,-17.0119,-0.5901,48.8282,0.0000,0.0000,5.8487,48.7154,-1.6444,0.0000,50.3599,0.0000,50.3599,8.7388,41.6211,0.0000,41.6211,-0.1338,41.7549,0.0000,40.3270,14.7912,-13.3632,11077.9248,11077.9248,11077.9248,11077.9248,11077.9248 +449.5000,1.0000,6028.8760,79.7380,79.9710,-0.1294,0.0000,6,1578.0120,253.5794,716.6599,-102.1694,41.9037,118.4274,-16.8834,-0.0185,36.0759,0.0000,0.0000,5.8464,36.1772,-1.3789,0.0000,37.5561,0.0000,37.5561,8.7000,28.8561,0.0000,28.8561,-0.2545,29.1106,0.0000,39.7934,14.7256,-25.4084,8791.0700,8791.0700,8791.0700,8791.0700,8791.0700 +450.5000,1.0000,6050.8672,79.1685,79.5050,-0.1869,0.0000,6,1571.9845,179.4177,691.8491,-101.8119,29.5353,113.8907,-16.7601,-0.5634,24.2705,0.0000,0.0000,5.8283,24.2836,-1.1241,0.0000,25.4077,0.0000,25.4077,8.6379,16.7698,0.0000,16.7698,-0.3649,17.1347,0.0000,38.9472,14.6205,-36.4329,6512.6255,6512.6255,6512.6255,6512.6255,6512.6255 +451.5000,1.0000,6072.6800,78.5260,78.8320,-0.1700,0.0000,6,1551.7665,192.2806,662.4259,-100.6128,31.2457,107.6446,-16.3496,-1.3705,26.8629,0.0000,0.0000,5.7533,26.7181,-1.1671,0.0000,27.8852,0.0000,27.8852,8.5678,19.3174,0.0000,19.3174,-0.3291,19.6465,0.0000,38.0065,14.5018,-32.8618,6802.7723,6802.7723,6802.7723,6802.7723,6802.7723 +452.5000,1.0000,6094.3104,77.8695,78.2200,-0.1947,0.0000,6,1536.0495,166.1298,661.9982,-99.6807,26.7228,106.4855,-16.0341,-0.1260,21.1171,0.0000,0.0000,5.7316,21.1942,-1.0441,0.0000,22.2382,0.0000,22.2382,8.4962,13.7421,0.0000,13.7421,-0.3738,14.1159,0.0000,37.0614,14.3806,-37.3261,5949.2430,5949.2430,5949.2430,5949.2430,5949.2430 +453.5000,1.0000,6115.7461,77.1685,77.5190,-0.1947,0.0000,6,1536.5070,162.5186,652.6735,-99.7078,26.1497,105.0169,-16.0433,0.1692,20.2454,0.0000,0.0000,5.7351,20.3615,-1.0183,0.0000,21.3798,0.0000,21.3798,8.4197,12.9601,0.0000,12.9601,-0.3705,13.3306,0.0000,36.0695,14.2511,-36.9900,5845.0836,5845.0836,5845.0836,5845.0836,5845.0836 +454.5000,1.0000,6137.0119,76.5570,76.8180,-0.1450,0.0000,6,1529.9075,211.3934,649.7429,-99.3164,33.8677,104.0963,-15.9116,-0.7885,28.9806,0.0000,0.0000,5.6756,28.9202,-1.1893,0.0000,30.1096,0.0000,30.1096,8.3530,21.7566,0.0000,21.7566,-0.2737,22.0303,0.0000,35.2185,14.1382,-27.3264,7265.3710,7265.3710,7265.3710,7265.3710,7265.3710 +455.5000,1.0000,6158.1343,76.0405,76.2960,-0.1419,0.0000,6,1512.8940,212.9261,662.1742,-98.3074,33.7339,104.9082,-15.5748,-0.8010,28.9001,0.0000,0.0000,5.6347,28.8323,-1.1814,0.0000,30.0137,0.0000,30.0137,8.2966,21.7171,0.0000,21.7171,-0.2661,21.9832,0.0000,34.5105,14.0428,-26.5701,7231.3032,7231.3032,7231.3032,7231.3032,7231.3032 +456.5000,1.0000,6179.1382,75.6140,75.7850,-0.0950,0.0000,6,1500.2675,268.5928,659.0889,-97.5585,42.1980,103.5479,-15.3272,-0.3690,36.9567,0.0000,0.0000,5.6103,36.9416,-1.3453,0.0000,38.2869,0.0000,38.2869,8.2501,30.0368,0.0000,30.0368,-0.1771,30.2139,0.0000,33.9328,13.9640,-17.6830,8802.6380,8802.6380,8802.6380,8802.6380,8802.6380 +457.5000,1.0000,6200.0521,75.2900,75.4430,-0.0850,0.0000,6,1485.4280,276.8950,675.2674,-96.6784,43.0720,105.0403,-15.0387,-0.9883,38.5384,0.0000,0.0000,5.5219,38.3353,-1.3705,0.0000,39.7058,0.0000,39.7058,8.2147,31.4911,0.0000,31.4911,-0.1578,31.6488,0.0000,33.4984,13.9042,-15.7538,8943.9379,8943.9379,8943.9379,8943.9379,8943.9379 +458.5000,1.0000,6220.9432,75.2080,75.1370,0.0394,0.0000,6,1479.4385,431.5786,676.2334,-96.3232,66.8629,104.7664,-14.9230,0.4401,60.8758,0.0000,0.0000,5.5470,61.0175,-1.8421,0.0000,62.8596,0.0000,62.8596,8.2058,54.6538,0.0000,54.6538,0.0731,54.5807,0.0000,33.3890,13.8891,7.3026,13354.8156,13354.8156,13354.8156,13354.8156,13354.8156 +459.5000,1.0000,6241.8778,75.3645,75.2790,0.0475,0.0000,6,1489.7000,440.1891,732.0518,-96.9318,68.6700,114.2008,-15.1215,0.4956,62.6026,0.0000,0.0000,5.5718,62.7590,-1.8802,0.0000,64.6393,0.0000,64.6393,8.2229,56.4164,0.0000,56.4164,0.0883,56.3281,0.0000,33.5979,13.9180,8.8123,13711.0130,13711.0130,13711.0130,13711.0130,13711.0130 +460.5000,1.0000,6262.8932,75.6555,75.4500,0.1142,0.0000,6,1502.7465,519.0302,737.1601,-97.7056,81.6784,116.0049,-15.3757,0.7041,75.3629,0.0000,0.0000,5.6113,75.5404,-2.1499,0.0000,77.6903,0.0000,77.6903,8.2546,69.4357,0.0000,69.4357,0.2130,69.2227,0.0000,33.9888,13.9717,21.2622,16114.2055,16114.2055,16114.2055,16114.2055,16114.2055 +461.5000,1.0000,6284.0143,76.0360,75.8610,0.0972,0.0000,6,1509.8040,498.7830,766.2454,-98.1241,78.8607,121.1482,-15.5140,-0.0530,73.3142,0.0000,0.0000,5.5996,73.1181,-2.1040,0.0000,75.2221,0.0000,75.2221,8.2961,66.9259,0.0000,66.9259,0.1823,66.7437,0.0000,34.5041,14.0420,18.1976,15610.7404,15610.7404,15610.7404,15610.7404,15610.7404 +462.5000,1.0000,6305.2275,76.3675,76.2110,0.0869,0.0000,6,1509.3465,490.7620,760.0515,-98.0970,77.5690,120.1325,-15.5051,0.0106,71.9622,0.0000,0.0000,5.5962,71.8205,-2.0808,0.0000,73.9013,0.0000,73.9013,8.3323,65.5690,0.0000,65.5690,0.1637,65.4053,0.0000,34.9573,14.1032,16.3448,15350.6085,15350.6085,15350.6085,15350.6085,15350.6085 +463.5000,1.0000,6326.5029,76.5915,76.5240,0.0375,0.0000,6,1510.7195,434.6253,757.2866,-98.1784,68.7587,119.8044,-15.5320,0.1168,63.0113,0.0000,0.0000,5.6306,63.0083,-1.8999,0.0000,64.9082,0.0000,64.9082,8.3567,56.5515,0.0000,56.5515,0.0708,56.4806,0.0000,35.2657,14.1446,7.0704,13754.3922,13754.3922,13754.3922,13754.3922,13754.3922 +464.5000,1.0000,6347.8650,76.9035,76.6590,0.1358,0.0000,6,1512.2070,554.8118,738.1401,-98.2666,87.8589,116.8904,-15.5613,0.0213,82.2136,0.0000,0.0000,5.6240,81.9654,-2.2986,0.0000,84.2640,0.0000,84.2640,8.3908,75.8732,0.0000,75.8732,0.2575,75.6157,0.0000,35.6988,14.2022,25.7147,17255.7076,17255.7076,17255.7076,17255.7076,17255.7076 +465.5000,1.0000,6369.3642,77.3970,77.1480,0.1383,0.0000,6,1523.8805,562.9153,779.9657,-98.9590,89.8303,124.4672,-15.7919,1.0710,83.0584,0.0000,0.0000,5.7009,83.4138,-2.3346,0.0000,85.7484,0.0000,85.7484,8.4446,77.3038,0.0000,77.3038,0.2640,77.0398,0.0000,36.3905,14.2933,26.3560,17626.4061,17626.4061,17626.4061,17626.4061,17626.4061 +466.5000,1.0000,6390.9842,77.8320,77.6460,0.1033,0.0000,6,1536.1260,519.6193,784.3322,-99.6852,83.5874,126.1698,-16.0356,0.0756,77.7949,0.0000,0.0000,5.7169,77.6499,-2.2198,0.0000,79.8697,0.0000,79.8697,8.4921,71.3776,0.0000,71.3776,0.1983,71.1793,0.0000,37.0073,14.3736,19.7983,16524.0413,16524.0413,16524.0413,16524.0413,16524.0413 +467.5000,1.0000,6412.6828,78.1150,78.0180,0.0539,0.0000,6,1542.5730,463.8949,771.5725,-100.0676,74.9366,124.6382,-16.1647,0.5348,68.6231,0.0000,0.0000,5.7786,68.7889,-2.0386,0.0000,70.8275,0.0000,70.8275,8.5230,62.3045,0.0000,62.3045,0.1038,62.2007,0.0000,37.4123,14.4259,10.3625,14888.3866,14888.3866,14888.3866,14888.3866,14888.3866 +468.5000,1.0000,6434.4357,78.3105,78.2120,0.0547,0.0000,6,1551.9570,463.6424,754.4835,-100.6241,75.3514,122.6191,-16.3535,0.3563,69.2237,0.0000,0.0000,5.7714,69.3033,-2.0517,0.0000,71.3549,0.0000,71.3549,8.5443,62.8106,0.0000,62.8106,0.1057,62.7050,0.0000,37.6939,14.4620,10.5490,14990.8178,14990.8178,14990.8178,14990.8178,14990.8178 +469.5000,1.0000,6456.2428,78.5055,78.4090,0.0536,0.0000,6,1550.3925,462.1229,755.1973,-100.5313,75.0288,122.6114,-16.3219,-0.5049,69.7711,0.0000,0.0000,5.7625,69.4472,-2.0570,0.0000,71.5042,0.0000,71.5042,8.5656,62.9386,0.0000,62.9386,0.1038,62.8348,0.0000,37.9762,14.4980,10.3606,14924.1427,14924.1427,14924.1427,14924.1427,14924.1427 +470.5000,1.0000,6478.1090,78.7185,78.6020,0.0647,0.0000,6,1551.4990,481.2179,754.6324,-100.5970,78.1847,122.6071,-16.3443,0.6106,71.7777,0.0000,0.0000,5.7964,71.9677,-2.1121,0.0000,74.0798,0.0000,74.0798,8.5888,65.4910,0.0000,65.4910,0.1256,65.3653,0.0000,38.2862,14.5374,12.5418,15543.6243,15543.6243,15543.6243,15543.6243,15543.6243 +471.5000,1.0000,6500.0221,78.8870,78.8350,0.0289,0.0000,6,1564.4695,437.1874,761.9939,-101.3662,71.6248,124.8381,-16.6069,0.6304,65.1669,0.0000,0.0000,5.8274,65.3972,-1.9773,0.0000,67.3744,0.0000,67.3744,8.6072,58.7672,0.0000,58.7672,0.0562,58.7110,0.0000,38.5325,14.5685,5.6100,14297.8785,14297.8785,14297.8785,14297.8785,14297.8785 +472.5000,1.0000,6521.9504,78.9420,78.9390,0.0017,0.0000,6,1567.0635,401.1638,749.2830,-101.5201,65.8320,122.9592,-16.6597,-0.3818,60.4164,0.0000,0.0000,5.7974,60.2612,-1.8709,0.0000,62.1321,0.0000,62.1321,8.6132,53.5189,0.0000,53.5189,0.0032,53.5157,0.0000,38.6132,14.5786,0.3239,13283.4298,13283.4298,13283.4298,13283.4298,13283.4298 +473.5000,1.0000,6543.8613,78.8790,78.9450,-0.0367,0.0000,6,1566.0715,358.4166,737.7540,-101.4612,58.7798,120.9906,-16.6395,0.2862,52.6444,0.0000,0.0000,5.8492,52.7886,-1.7145,0.0000,54.5031,0.0000,54.5031,8.6063,45.8968,0.0000,45.8968,-0.0713,45.9681,0.0000,38.5208,14.5670,-7.1197,11937.0470,11937.0470,11937.0470,11937.0470,11937.0470 +474.5000,1.0000,6565.7419,78.7705,78.8130,-0.0236,0.0000,6,1560.0440,369.3008,722.9334,-101.1038,60.3317,118.1038,-16.5171,-0.8625,55.4076,0.0000,0.0000,5.7866,55.1176,-1.7617,0.0000,56.8793,0.0000,56.8793,8.5945,48.2848,0.0000,48.2848,-0.0459,48.3307,0.0000,38.3620,14.5470,-4.5784,12226.3476,12226.3476,12226.3476,12226.3476,12226.3476 +475.5000,1.0000,6587.5874,78.6435,78.7280,-0.0469,0.0000,6,1552.4525,346.4057,724.9549,-100.6535,56.3160,117.8577,-16.3635,0.1346,50.3391,0.0000,0.0000,5.8423,50.4391,-1.6627,0.0000,52.1018,0.0000,52.1018,8.5806,43.5211,0.0000,43.5211,-0.0910,43.6122,0.0000,38.1768,14.5235,-9.0882,11444.6070,11444.6070,11444.6070,11444.6070,11444.6070 +476.5000,1.0000,6609.3964,78.5125,78.5590,-0.0258,0.0000,6,1553.8640,368.8103,717.0440,-100.7372,60.0129,116.6776,-16.3920,0.0000,54.2361,0.0000,0.0000,5.7768,54.2683,-1.7409,0.0000,56.0091,0.0000,56.0091,8.5663,47.4428,0.0000,47.4428,-0.0500,47.4928,0.0000,37.9863,14.4993,-4.9928,12157.5019,12157.5019,12157.5019,12157.5019,12157.5019 +477.5000,1.0000,6631.1881,78.4500,78.4660,-0.0089,0.0000,6,1555.2375,388.3677,724.7038,-100.8187,63.2512,118.0282,-16.4197,0.1312,57.3414,0.0000,0.0000,5.7786,57.4037,-1.8054,0.0000,59.2092,0.0000,59.2092,8.5595,50.6497,0.0000,50.6497,-0.0172,50.6669,0.0000,37.8957,14.4878,-1.7166,12782.8989,12782.8989,12782.8989,12782.8989,12782.8989 +478.5000,1.0000,6652.9928,78.4970,78.4340,0.0350,0.0000,6,1547.3030,439.4271,730.2114,-100.3481,71.2018,118.3185,-16.2597,-0.8845,66.3253,0.0000,0.0000,5.7610,65.8734,-1.9825,0.0000,67.8559,0.0000,67.8559,8.5646,59.2912,0.0000,59.2912,0.0677,59.2235,0.0000,37.9639,14.4965,6.7632,14208.3644,14208.3644,14208.3644,14208.3644,14208.3644 +479.5000,1.0000,6674.8617,78.7280,78.5600,0.0933,0.0000,6,1546.1965,517.5334,746.3618,-100.2825,83.7976,120.8489,-16.2375,0.7788,77.2273,0.0000,0.0000,5.7916,77.4716,-2.2269,0.0000,79.6985,0.0000,79.6985,8.5898,71.1086,0.0000,71.1086,0.1812,70.9275,0.0000,38.3002,14.5391,18.0882,16582.5202,16582.5202,16582.5202,16582.5202,16582.5202 +480.5000,1.0000,6696.8024,78.9865,78.8960,0.0503,0.0000,6,1552.5670,464.2283,772.4709,-100.6603,75.4763,125.5918,-16.3658,-0.1746,69.8516,0.0000,0.0000,5.7993,69.6894,-2.0679,0.0000,71.7573,0.0000,71.7573,8.6181,63.1392,0.0000,63.1392,0.0979,63.0413,0.0000,38.6785,14.5869,9.7759,15016.6048,15016.6048,15016.6048,15016.6048,15016.6048 +481.5000,1.0000,6718.7067,78.8555,79.0770,-0.1231,0.0000,6,1557.5645,260.0883,756.0406,-100.9567,42.4224,123.3161,-16.4668,0.6532,35.9001,0.0000,0.0000,5.8692,36.1590,-1.3677,0.0000,37.5268,0.0000,37.5268,8.6038,28.9230,0.0000,28.9230,-0.2392,29.1623,0.0000,38.4867,14.5627,-23.8870,8857.0840,8857.0840,8857.0840,8857.0840,8857.0840 +482.5000,1.0000,6740.5006,78.4580,78.6340,-0.0978,0.0000,6,1555.8860,279.5883,689.4139,-100.8572,45.5539,112.3276,-16.4329,-0.8128,40.5626,0.0000,0.0000,5.8042,40.4315,-1.4519,0.0000,41.8834,0.0000,41.8834,8.5604,33.3230,0.0000,33.3230,-0.1891,33.5122,0.0000,37.9075,14.4893,-18.8846,9458.2169,9458.2169,9458.2169,9458.2169,9458.2169 +483.5000,1.0000,6762.1860,78.0675,78.2820,-0.1192,0.0000,6,1538.6050,253.5769,692.3593,-99.8323,40.8569,111.5546,-16.0852,-0.8290,35.9046,0.0000,0.0000,5.7813,35.7982,-1.3507,0.0000,37.1489,0.0000,37.1489,8.5178,28.6311,0.0000,28.6311,-0.2294,28.8605,0.0000,37.3444,14.4171,-22.9010,8540.8589,8540.8589,8540.8589,8540.8589,8540.8589 +484.5000,1.0000,6783.7403,77.5955,77.8530,-0.1431,0.0000,6,1526.9320,225.8043,680.2009,-99.1400,36.1061,108.7641,-15.8525,-0.2718,30.5872,0.0000,0.0000,5.7908,30.6308,-1.2374,0.0000,31.8681,0.0000,31.8681,8.4663,23.4018,0.0000,23.4018,-0.2737,23.6755,0.0000,36.6712,14.3300,-27.3257,7673.5152,7673.5152,7673.5152,7673.5152,7673.5152 +485.5000,1.0000,6805.1547,77.0920,77.3380,-0.1367,0.0000,6,1520.4470,229.7446,668.6867,-98.7553,36.5801,106.4689,-15.7239,-0.3348,31.1460,0.0000,0.0000,5.7690,31.1720,-1.2426,0.0000,32.4146,0.0000,32.4146,8.4113,24.0033,0.0000,24.0033,-0.2598,24.2630,0.0000,35.9619,14.2370,-25.9359,7758.7946,7758.7946,7758.7946,7758.7946,7758.7946 +486.5000,1.0000,6826.4397,76.6260,76.8460,-0.1222,0.0000,6,1519.7605,246.0244,669.5570,-98.7146,39.1545,106.5593,-15.7103,0.2706,33.1005,0.0000,0.0000,5.7834,33.2592,-1.2806,0.0000,34.5397,0.0000,34.5397,8.3605,26.1792,0.0000,26.1792,-0.2309,26.4101,0.0000,35.3137,14.1509,-23.0545,8232.2818,8232.2818,8232.2818,8232.2818,8232.2818 +487.5000,1.0000,6847.6054,76.1965,76.4060,-0.1164,0.0000,6,1515.9460,245.2719,674.3147,-98.4884,38.9368,107.0471,-15.6350,-0.6250,33.8295,0.0000,0.0000,5.7324,33.7725,-1.2862,0.0000,35.0586,0.0000,35.0586,8.3136,26.7450,0.0000,26.7450,-0.2186,26.9637,0.0000,34.7232,14.0716,-21.8311,8192.5509,8192.5509,8192.5509,8192.5509,8192.5509 +488.5000,1.0000,6868.6724,75.8410,75.9870,-0.0811,0.0000,6,1502.7850,286.0291,671.1854,-97.7078,45.0128,105.6253,-15.3764,-0.5950,39.9121,0.0000,0.0000,5.6957,39.8175,-1.4079,0.0000,41.2254,0.0000,41.2254,8.2749,32.9505,0.0000,32.9505,-0.1517,33.1022,0.0000,34.2393,14.0060,-15.1431,9324.8539,9324.8539,9324.8539,9324.8539,9324.8539 +489.5000,1.0000,6889.6935,75.6760,75.6950,-0.0106,0.0000,6,1500.8775,372.7485,684.3357,-97.5947,58.5854,107.5581,-15.3391,0.4184,52.4186,0.0000,0.0000,5.7484,52.5904,-1.6720,0.0000,54.2624,0.0000,54.2624,8.2568,46.0056,0.0000,46.0056,-0.0197,46.0253,0.0000,34.0162,13.9755,-1.9664,11872.2929,11872.2929,11872.2929,11872.2929,11872.2929 +490.5000,1.0000,6910.7164,75.6825,75.6570,0.0142,0.0000,6,1501.4880,398.5914,714.6296,-97.6309,62.6727,112.3651,-15.3510,-0.3623,57.3269,0.0000,0.0000,5.7080,57.1577,-1.7673,0.0000,58.9249,0.0000,58.9249,8.2576,50.6674,0.0000,50.6674,0.0264,50.6409,0.0000,34.0249,13.9767,2.6393,12638.6824,12638.6824,12638.6824,12638.6824,12638.6824 +491.5000,1.0000,6931.7550,75.7390,75.7080,0.0172,0.0000,6,1497.5205,405.1550,723.3129,-97.3956,63.5364,113.4299,-15.2736,-0.0035,57.8387,0.0000,0.0000,5.7012,57.8136,-1.7816,0.0000,59.5952,0.0000,59.5952,8.2637,51.3315,0.0000,51.3315,0.0322,51.2993,0.0000,34.1012,13.9871,3.2110,12791.1593,12791.1593,12791.1593,12791.1593,12791.1593 +492.5000,1.0000,6952.7978,75.7540,75.7700,-0.0089,0.0000,6,1490.4250,373.4777,724.5645,-96.9748,58.2913,113.0878,-15.1355,-0.6459,53.2616,0.0000,0.0000,5.6756,53.0206,-1.6819,0.0000,54.7025,0.0000,54.7025,8.2654,46.4371,0.0000,46.4371,-0.0166,46.4537,0.0000,34.1215,13.9899,-1.6576,11802.9277,11802.9277,11802.9277,11802.9277,11802.9277 +493.5000,1.0000,6973.8246,75.6965,75.7380,-0.0231,0.0000,6,1491.0735,361.6123,712.7415,-97.0133,56.4639,111.2909,-15.1481,0.7056,50.0319,0.0000,0.0000,5.7264,50.3181,-1.6249,0.0000,51.9430,0.0000,51.9430,8.2591,43.6839,0.0000,43.6839,-0.0430,43.7269,0.0000,34.0438,13.9793,-4.2962,11458.7693,11458.7693,11458.7693,11458.7693,11458.7693 +494.5000,1.0000,6994.8164,75.5705,75.6550,-0.0469,0.0000,6,1498.9700,327.5312,709.5892,-97.4816,51.4132,111.3855,-15.3019,0.0176,45.6702,0.0000,0.0000,5.7254,45.7272,-1.5278,0.0000,47.2550,0.0000,47.2550,8.2453,39.0096,0.0000,39.0096,-0.0875,39.0971,0.0000,33.8741,13.9560,-8.7330,10523.7600,10523.7600,10523.7600,10523.7600,10523.7600 +495.5000,1.0000,7015.7806,75.4710,75.4860,-0.0083,0.0000,6,1498.3980,371.7401,698.2207,-97.4477,58.3304,109.5591,-15.2907,-0.0702,52.6938,0.0000,0.0000,5.7069,52.6774,-1.6714,0.0000,54.3489,0.0000,54.3489,8.2345,46.1144,0.0000,46.1144,-0.0155,46.1299,0.0000,33.7405,13.9376,-1.5482,11822.4071,11822.4071,11822.4071,11822.4071,11822.4071 +496.5000,1.0000,7036.7261,75.4040,75.4560,-0.0289,0.0000,6,1493.2860,346.5732,713.0873,-97.1445,54.1959,111.5101,-15.1911,-0.3988,48.9061,0.0000,0.0000,5.6887,48.7973,-1.5898,0.0000,50.3871,0.0000,50.3871,8.2272,42.1599,0.0000,42.1599,-0.0537,42.2136,0.0000,33.6507,13.9253,-5.3623,11034.8891,11034.8891,11034.8891,11034.8891,11034.8891 +497.5000,1.0000,7057.6585,75.3565,75.3520,0.0025,0.0000,6,1495.6510,386.8918,704.0728,-97.2847,60.5966,110.2748,-15.2371,0.6167,54.2460,0.0000,0.0000,5.7340,54.4862,-1.7078,0.0000,56.1940,0.0000,56.1940,8.2220,47.9720,0.0000,47.9720,0.0046,47.9674,0.0000,33.5871,13.9165,0.4638,12244.8621,12244.8621,12244.8621,12244.8621,12244.8621 +498.5000,1.0000,7078.5833,75.3295,75.3610,-0.0175,0.0000,6,1501.3730,358.9485,719.0899,-97.6241,56.4351,113.0578,-15.3488,-0.0915,50.7862,0.0000,0.0000,5.7404,50.7738,-1.6301,0.0000,52.4040,0.0000,52.4040,8.2190,44.1849,0.0000,44.1849,-0.0325,44.2174,0.0000,33.5511,13.9115,-3.2451,11468.6863,11468.6863,11468.6863,11468.6863,11468.6863 +499.5000,1.0000,7099.4967,75.2880,75.2980,-0.0056,0.0000,6,1489.4330,371.6846,708.3345,-96.9160,57.9728,110.4811,-15.1163,-1.0014,53.2847,0.0000,0.0000,5.6894,52.9001,-1.6739,0.0000,54.5740,0.0000,54.5740,8.2145,46.3595,0.0000,46.3595,-0.0103,46.3698,0.0000,33.4956,13.9038,-1.0296,11741.2492,11741.2492,11741.2492,11741.2492,11741.2492 +500.5000,1.0000,7120.4107,75.2905,75.2780,0.0069,0.0000,6,1475.0515,392.8046,710.2117,-96.0630,60.6754,109.7043,-14.8386,-0.3110,55.3342,0.0000,0.0000,5.6522,55.1962,-1.7218,0.0000,56.9180,0.0000,56.9180,8.2148,48.7032,0.0000,48.7032,0.0129,48.6903,0.0000,33.4990,13.9043,1.2871,12236.5138,12236.5138,12236.5138,12236.5138,12236.5138 +501.5000,1.0000,7141.3225,75.2825,75.3030,-0.0114,0.0000,6,1484.5500,387.4614,717.4618,-96.6264,60.2354,111.5378,-15.0217,1.1790,51.3604,0.0000,0.0000,7.6961,51.8219,-1.6514,0.0000,53.4733,0.0000,53.4733,8.2139,45.2594,0.0000,45.2594,-0.0211,45.2805,0.0000,33.4883,13.9028,-2.1106,12163.1963,12163.1963,12163.1963,12163.1963,12163.1963 +502.5000,1.0000,7162.2347,75.2840,75.2620,0.0122,0.0000,6,1491.4165,406.6623,717.1836,-97.0336,63.5128,112.0103,-15.1548,-0.5555,56.3993,0.0000,0.0000,7.6690,56.1536,-1.7417,0.0000,57.8952,0.0000,57.8952,8.2141,49.6811,0.0000,49.6811,0.0227,49.6585,0.0000,33.4903,13.9031,2.2651,12772.6133,12772.6133,12772.6133,12772.6133,12772.6133 +503.5000,1.0000,7183.1479,75.2875,75.3060,-0.0103,0.0000,6,1488.6320,384.2763,724.3425,-96.8685,59.9045,112.9172,-15.1007,0.2999,51.9062,0.0000,0.0000,7.6984,52.0334,-1.6559,0.0000,53.6893,0.0000,53.6893,8.2145,45.4748,0.0000,45.4748,-0.0191,45.4939,0.0000,33.4950,13.9037,-1.9048,12105.4740,12105.4740,12105.4740,12105.4740,12105.4740 +504.5000,1.0000,7204.0739,75.3335,75.2690,0.0358,0.0000,6,1486.3815,436.7383,715.8898,-96.7350,67.9798,111.4308,-15.0571,-0.5049,60.8440,0.0000,0.0000,7.6408,60.5657,-1.8342,0.0000,62.3998,0.0000,62.3998,8.2195,54.1804,0.0000,54.1804,0.0666,54.1138,0.0000,33.5564,13.9122,6.6451,13576.7387,13576.7387,13576.7387,13576.7387,13576.7387 +505.5000,1.0000,7225.0364,75.4650,75.3980,0.0372,0.0000,6,1482.6810,443.3848,734.0677,-96.5155,68.8426,113.9757,-14.9856,0.1667,61.0200,0.0000,0.0000,7.6558,61.0412,-1.8456,0.0000,62.8868,0.0000,62.8868,8.2338,54.6530,0.0000,54.6530,0.0693,54.5837,0.0000,33.7325,13.9365,6.9148,13727.5731,13727.5731,13727.5731,13727.5731,13727.5731 +506.5000,1.0000,7246.0231,75.5520,75.5320,0.0111,0.0000,6,1492.0270,412.8466,736.7187,-97.0698,64.5051,115.1084,-15.1666,0.6886,56.1150,0.0000,0.0000,7.7015,56.3827,-1.7496,0.0000,58.1323,0.0000,58.1323,8.2433,49.8890,0.0000,49.8890,0.0207,49.8683,0.0000,33.8492,13.9526,2.0665,12952.7755,12952.7755,12952.7755,12952.7755,12952.7755 +507.5000,1.0000,7267.0249,75.6065,75.5720,0.0192,0.0000,6,1494.3160,417.6367,727.1180,-97.2056,65.3536,113.7826,-15.2112,-0.4796,58.1844,0.0000,0.0000,7.6488,57.9545,-1.7830,0.0000,59.7374,0.0000,59.7374,8.2493,51.4882,0.0000,51.4882,0.0357,51.4525,0.0000,33.9225,13.9627,3.5673,13114.4092,13114.4092,13114.4092,13114.4092,13114.4092 +508.5000,1.0000,7288.0360,75.6400,75.6410,-0.0006,0.0000,6,1494.2015,398.4971,729.0194,-97.1988,62.3538,114.0714,-15.2089,0.4690,54.1900,0.0000,0.0000,7.6948,54.3761,-1.7088,0.0000,56.0849,0.0000,56.0849,8.2529,47.8320,0.0000,47.8320,-0.0010,47.8330,0.0000,33.9676,13.9688,-0.1034,12574.2482,12574.2482,12574.2482,12574.2482,12574.2482 +509.5000,1.0000,7309.0697,75.7215,75.6390,0.0458,0.0000,6,1498.6265,438.6223,722.7128,-97.4612,68.8355,113.4195,-15.2952,-0.0632,63.1592,0.0000,0.0000,5.7396,63.0615,-1.8907,0.0000,64.9523,0.0000,64.9523,8.2618,56.6904,0.0000,56.6904,0.0856,56.6049,0.0000,34.0776,13.9839,8.5434,13761.4737,13761.4737,13761.4737,13761.4737,13761.4737 +510.5000,1.0000,7330.1485,75.8835,75.8040,0.0442,0.0000,6,1495.3080,438.9026,736.9485,-97.2644,68.7270,115.3975,-15.2305,-0.2417,63.2083,0.0000,0.0000,5.7604,63.0310,-1.8920,0.0000,64.9230,0.0000,64.9230,8.2795,56.6435,0.0000,56.6435,0.0826,56.5609,0.0000,34.2968,14.0138,8.2503,13734.0599,13734.0599,13734.0599,13734.0599,13734.0599 +511.5000,1.0000,7351.2815,76.0790,75.9630,0.0644,0.0000,6,1502.1745,467.4284,737.2408,-97.6716,73.5299,115.9734,-15.3645,0.8762,66.8038,0.0000,0.0000,5.8499,67.1238,-1.9796,0.0000,69.1034,0.0000,69.1034,8.3008,60.8026,0.0000,60.8026,0.1209,60.6817,0.0000,34.5626,14.0499,12.0692,14619.9586,14619.9586,14619.9586,14619.9586,14619.9586 +512.5000,1.0000,7372.4574,76.2330,76.1950,0.0211,0.0000,6,1511.4440,411.8620,748.4987,-98.2214,65.1887,118.4709,-15.5463,-0.0213,59.3893,0.0000,0.0000,5.8206,59.3507,-1.8195,0.0000,61.1702,0.0000,61.1702,8.3176,52.8526,0.0000,52.8526,0.0397,52.8129,0.0000,34.7728,14.0783,3.9617,13108.7174,13108.7174,13108.7174,13108.7174,13108.7174 +513.5000,1.0000,7393.6597,76.3285,76.2710,0.0319,0.0000,6,1508.2395,425.6484,729.9613,-98.0313,67.2280,115.2919,-15.4833,-0.2756,61.6922,0.0000,0.0000,5.8113,61.5242,-1.8659,0.0000,63.3900,0.0000,63.3900,8.3280,55.0620,0.0000,55.0620,0.0601,55.0019,0.0000,34.9037,14.0960,6.0022,13475.8424,13475.8424,13475.8424,13475.8424,13475.8424 +514.5000,1.0000,7414.9028,76.4750,76.3860,0.0494,0.0000,6,1502.5940,449.6852,733.9469,-97.6965,70.7585,115.4875,-15.3727,-0.2464,65.2245,0.0000,0.0000,5.7805,65.0329,-1.9407,0.0000,66.9736,0.0000,66.9736,8.3440,58.6296,0.0000,58.6296,0.0932,58.5363,0.0000,35.1051,14.1230,9.3082,14115.4227,14115.4227,14115.4227,14115.4227,14115.4227 +515.5000,1.0000,7436.1814,76.6030,76.5640,0.0217,0.0000,6,1506.3325,420.2082,742.0576,-97.9182,66.2848,117.0542,-15.4459,0.5928,59.8499,0.0000,0.0000,5.8420,60.0740,-1.8389,0.0000,61.9129,0.0000,61.9129,8.3580,53.5549,0.0000,53.5549,0.0409,53.5140,0.0000,35.2816,14.1467,4.0857,13303.5392,13303.5392,13303.5392,13303.5392,13303.5392 +516.5000,1.0000,7457.4807,76.6775,76.6420,0.0197,0.0000,6,1512.3215,414.7235,732.7540,-98.2734,65.6797,116.0462,-15.5636,-0.0390,59.8806,0.0000,0.0000,5.8381,59.8363,-1.8349,0.0000,61.6711,0.0000,61.6711,8.3661,53.3050,0.0000,53.3050,0.0373,53.2677,0.0000,35.3846,14.1604,3.7227,13198.2620,13198.2620,13198.2620,13198.2620,13198.2620 +517.5000,1.0000,7478.7558,76.5905,76.7130,-0.0681,0.0000,6,1516.1745,311.0623,731.8143,-98.5019,49.3884,116.1927,-15.6395,0.3978,43.1252,0.0000,0.0000,5.8654,43.3160,-1.4896,0.0000,44.8057,0.0000,44.8057,8.3566,36.4491,0.0000,36.4491,-0.1285,36.5776,0.0000,35.2644,14.1444,-12.8312,10156.7296,10156.7296,10156.7296,10156.7296,10156.7296 +518.5000,1.0000,7499.9204,76.1925,76.4680,-0.1531,0.0000,6,1512.5125,202.3453,695.9309,-98.2848,32.0495,110.2284,-15.5673,-0.7370,27.0072,0.0000,0.0000,5.7793,26.9630,-1.1442,0.0000,28.1073,0.0000,28.1073,8.3132,19.7941,0.0000,19.7941,-0.2875,20.0816,0.0000,34.7179,14.0709,-28.7072,6919.7287,6919.7287,6919.7287,6919.7287,6919.7287 +519.5000,1.0000,7520.9318,75.6410,75.9170,-0.1533,0.0000,6,1496.1855,199.3642,654.4191,-97.3164,31.2364,102.5345,-15.2476,-0.7711,26.2836,0.0000,0.0000,5.7239,26.2319,-1.1225,0.0000,27.3544,0.0000,27.3544,8.2530,19.1014,0.0000,19.1014,-0.2860,19.3873,0.0000,33.9694,13.9690,-28.5511,6756.3536,6756.3536,6756.3536,6756.3536,6756.3536 +520.5000,1.0000,7541.7968,75.1140,75.3650,-0.1394,0.0000,6,1490.0055,217.6389,651.2020,-96.9499,33.9589,101.6090,-15.1274,0.2024,27.9977,0.0000,0.0000,5.7587,28.1333,-1.1559,0.0000,29.2892,0.0000,29.2892,8.1955,21.0937,0.0000,21.0937,-0.2582,21.3519,0.0000,33.2643,13.8717,-25.7841,7240.5045,7240.5045,7240.5045,7240.5045,7240.5045 +521.5000,1.0000,7562.5129,74.5780,74.8630,-0.1583,0.0000,6,1480.6210,185.4649,655.4043,-96.3933,28.7564,101.6206,-14.9458,-1.0545,24.1410,0.0000,0.0000,5.6699,24.0438,-1.0644,0.0000,25.1082,0.0000,25.1082,8.1370,16.9711,0.0000,16.9711,-0.2911,17.2623,0.0000,32.5574,13.7727,-29.0678,6286.8938,6286.8938,6286.8938,6286.8938,6286.8938 +522.5000,1.0000,7583.0910,74.0810,74.2930,-0.1178,0.0000,6,1462.0810,234.1539,639.2149,-95.2938,35.8510,97.8694,-14.5903,-0.6234,30.8403,0.0000,0.0000,5.6341,30.7819,-1.1990,0.0000,31.9810,0.0000,31.9810,8.0828,23.8981,0.0000,23.8981,-0.2151,24.1132,0.0000,31.9106,13.6809,-21.4783,7538.9516,7538.9516,7538.9516,7538.9516,7538.9516 +523.5000,1.0000,7603.5417,73.6225,73.8690,-0.1369,0.0000,6,1453.0400,211.3999,654.4016,-94.7576,32.1670,99.5751,-14.4185,-0.1872,26.7221,0.0000,0.0000,5.6322,26.7731,-1.1102,0.0000,27.8833,0.0000,27.8833,8.0328,19.8505,0.0000,19.8505,-0.2486,20.0991,0.0000,31.3219,13.5963,-24.8190,6874.2414,6874.2414,6874.2414,6874.2414,6874.2414 +524.5000,1.0000,7623.8622,73.1540,73.3760,-0.1233,0.0000,6,1447.5090,223.6565,644.3654,-94.4295,33.9025,97.6747,-14.3139,-0.3052,28.6238,0.0000,0.0000,5.5838,28.6429,-1.1438,0.0000,29.7866,0.0000,29.7866,7.9817,21.8050,0.0000,21.8050,-0.2224,22.0274,0.0000,30.7276,13.5097,-22.2100,7181.4321,7181.4321,7181.4321,7181.4321,7181.4321 +525.5000,1.0000,7644.0596,72.7105,72.9320,-0.1231,0.0000,6,1444.2665,222.4790,647.9792,-94.2372,33.6484,98.0025,-14.2527,0.0169,28.0690,0.0000,0.0000,5.5625,28.1585,-1.1286,0.0000,29.2871,0.0000,29.2871,7.9333,21.3538,0.0000,21.3538,-0.2206,21.5744,0.0000,30.1722,13.4278,-22.0256,7133.4642,7133.4642,7133.4642,7133.4642,7133.4642 +526.5000,1.0000,7664.1076,72.1730,72.4890,-0.1756,0.0000,6,1435.9885,153.4908,645.7684,-93.7463,23.0814,97.1083,-14.0972,-0.7468,18.3199,0.0000,0.0000,5.5083,18.2920,-0.9169,0.0000,19.2088,0.0000,19.2088,7.8746,11.3342,0.0000,11.3342,-0.3124,11.6466,0.0000,29.5083,13.3286,-31.1902,5183.3413,5183.3413,5183.3413,5183.3413,5183.3413 +527.5000,1.0000,7684.0169,71.6735,71.8570,-0.1019,0.0000,6,1424.3535,240.1444,616.7484,-93.0562,35.8194,91.9929,-13.8801,-0.2770,30.6107,0.0000,0.0000,5.4858,30.6210,-1.1681,0.0000,31.7891,0.0000,31.7891,7.8201,23.9689,0.0000,23.9689,-0.1801,24.1491,0.0000,28.8994,13.2363,-17.9867,7517.8254,7517.8254,7517.8254,7517.8254,7517.8254 +528.5000,1.0000,7703.8165,71.2785,71.4900,-0.1175,0.0000,6,1416.3425,219.0759,647.7140,-92.5811,32.4931,96.0683,-13.7315,-0.4214,27.4563,0.0000,0.0000,5.4582,27.4439,-1.0974,0.0000,28.5413,0.0000,28.5413,7.7770,20.7642,0.0000,20.7642,-0.2065,20.9707,0.0000,28.4243,13.1634,-20.6170,6904.1144,6904.1144,6904.1144,6904.1144,6904.1144 +529.5000,1.0000,7723.5100,70.8965,71.0670,-0.0947,0.0000,6,1401.3505,242.5713,636.4145,-91.6920,35.5971,93.3932,-13.4557,-0.8733,31.0859,0.0000,0.0000,5.3844,30.9352,-1.1658,0.0000,32.1011,0.0000,32.1011,7.7354,24.3657,0.0000,24.3657,-0.1656,24.5313,0.0000,27.9697,13.0928,-16.5313,7471.5231,7471.5231,7471.5231,7471.5231,7471.5231 +530.5000,1.0000,7743.1210,70.5995,70.7260,-0.0703,0.0000,6,1391.3175,275.4152,642.9616,-91.0969,40.1276,93.6785,-13.2727,0.0098,34.7167,0.0000,0.0000,5.4011,34.7818,-1.2426,0.0000,36.0245,0.0000,36.0245,7.7030,28.3215,0.0000,28.3215,-0.1223,28.4438,0.0000,27.6196,13.0380,-12.2137,8302.9194,8302.9194,8302.9194,8302.9194,8302.9194 +531.5000,1.0000,7762.6328,70.2425,70.4730,-0.1281,0.0000,6,1396.3530,206.0117,655.8294,-91.3956,30.1242,95.8991,-13.3644,0.4220,24.2854,0.0000,0.0000,5.4168,24.4513,-1.0234,0.0000,25.4747,0.0000,25.4747,7.6640,17.8106,0.0000,17.8106,-0.2218,18.0324,0.0000,27.2029,12.9721,-22.1425,6443.7232,6443.7232,6443.7232,6443.7232,6443.7232 +532.5000,1.0000,7782.0228,69.8040,70.0120,-0.1156,0.0000,6,1389.0670,209.9063,627.8706,-90.9635,30.5335,91.3318,-13.2318,-1.0413,26.2487,0.0000,0.0000,5.3262,26.0958,-1.0528,0.0000,27.1486,0.0000,27.1486,7.6162,19.5324,0.0000,19.5324,-0.1989,19.7313,0.0000,26.6966,12.8911,-19.8564,6503.4796,6503.4796,6503.4796,6503.4796,6503.4796 +533.5000,1.0000,7801.3038,69.4115,69.5960,-0.1025,0.0000,6,1372.8545,228.5543,626.0734,-90.0019,32.8581,90.0074,-12.9391,-0.3377,27.8732,0.0000,0.0000,5.3226,27.8660,-1.0853,0.0000,28.9513,0.0000,28.9513,7.5733,21.3779,0.0000,21.3779,-0.1754,21.5533,0.0000,26.2487,12.8186,-17.5140,6902.4288,6902.4288,6902.4288,6902.4288,6902.4288 +534.5000,1.0000,7820.4940,69.0850,69.2270,-0.0789,0.0000,6,1367.7805,255.9310,631.6629,-89.7010,36.6579,90.4754,-12.8482,-0.0898,31.4286,0.0000,0.0000,5.3191,31.4687,-1.1567,0.0000,32.6254,0.0000,32.6254,7.5377,25.0877,0.0000,25.0877,-0.1344,25.2221,0.0000,25.8800,12.7583,-13.4162,7615.3008,7615.3008,7615.3008,7615.3008,7615.3008 +535.5000,1.0000,7839.6407,68.9280,68.9430,-0.0083,0.0000,6,1365.2625,338.3203,641.8785,-89.5517,48.3696,91.7693,-12.8032,-0.1215,43.1641,0.0000,0.0000,5.3270,43.1277,-1.3979,0.0000,44.5256,0.0000,44.5256,7.5206,37.0050,0.0000,37.0050,-0.0142,37.0191,0.0000,25.7038,12.7293,-1.4140,9787.8755,9787.8755,9787.8755,9787.8755,9787.8755 +536.5000,1.0000,7858.7947,68.9545,68.9130,0.0231,0.0000,6,1361.8675,376.4977,674.3113,-89.3503,53.6940,96.1665,-12.7426,-0.1627,48.5336,0.0000,0.0000,5.3231,48.4351,-1.5088,0.0000,49.9439,0.0000,49.9439,7.5235,42.4204,0.0000,42.4204,0.0392,42.3812,0.0000,25.7335,12.7342,3.9135,10809.4210,10809.4210,10809.4210,10809.4210,10809.4210 +537.5000,1.0000,7878.0313,69.2515,68.9960,0.1419,0.0000,6,1361.6770,522.5272,689.2652,-89.3390,74.5095,98.2854,-12.7393,0.1468,69.0795,0.0000,0.0000,5.2833,68.9142,-1.9387,0.0000,70.8529,0.0000,70.8529,7.5559,63.2970,0.0000,63.2970,0.2424,63.0547,0.0000,26.0678,12.7890,24.1979,14674.5539,14674.5539,14674.5539,14674.5539,14674.5539 +538.5000,1.0000,7897.4072,69.7535,69.5070,0.1369,0.0000,6,1371.9005,520.6937,747.5656,-89.9454,74.8055,107.3991,-12.9220,0.7135,68.7559,0.0000,0.0000,5.3362,68.9367,-1.9447,0.0000,70.8814,0.0000,70.8814,7.6107,63.2707,0.0000,63.2707,0.2355,63.0352,0.0000,26.6388,12.8817,23.5147,14723.8651,14723.8651,14723.8651,14723.8651,14723.8651 +539.5000,1.0000,7916.9383,70.3120,70.0000,0.1733,0.0000,6,1383.0395,565.5974,748.1927,-90.6060,81.9164,108.3619,-13.1226,0.2268,76.3317,0.0000,0.0000,5.3578,76.1412,-2.1011,0.0000,78.2423,0.0000,78.2423,7.6716,70.5707,0.0000,70.5707,0.3005,70.2702,0.0000,27.2840,12.9849,30.0013,16053.9811,16053.9811,16053.9811,16053.9811,16053.9811 +540.5000,1.0000,7936.6279,70.8825,70.6240,0.1436,0.0000,6,1396.3530,534.2073,766.9751,-91.3956,78.1149,112.1515,-13.3644,0.9127,71.7801,0.0000,0.0000,5.4221,72.0644,-2.0225,0.0000,74.0870,0.0000,74.0870,7.7338,66.3531,0.0000,66.3531,0.2510,66.1022,0.0000,27.9533,13.0902,25.0586,15353.0284,15353.0284,15353.0284,15353.0284,15353.0284 +541.5000,1.0000,7956.4436,71.3365,71.1410,0.1086,0.0000,6,1406.5765,491.2496,756.6911,-92.0019,72.3593,111.4578,-13.5515,-0.0362,67.0002,0.0000,0.0000,5.3953,66.7972,-1.9179,0.0000,68.7151,0.0000,68.7151,7.7834,60.9317,0.0000,60.9317,0.1910,60.7407,0.0000,28.4937,13.1741,19.0728,14289.5611,14289.5611,14289.5611,14289.5611,14289.5611 +542.5000,1.0000,7976.3699,71.7345,71.5320,0.1125,0.0000,6,1405.9665,500.7043,741.6296,-91.9657,73.7199,109.1920,-13.5403,-0.0164,68.3635,0.0000,0.0000,5.3729,68.1618,-1.9509,0.0000,70.1127,0.0000,70.1127,7.8268,62.2859,0.0000,62.2859,0.1990,62.0869,0.0000,28.9733,13.2476,19.8660,14548.8375,14548.8375,14548.8375,14548.8375,14548.8375 +543.5000,1.0000,7996.3965,72.0960,71.9370,0.0883,0.0000,6,1417.2580,475.8942,745.2825,-92.6354,70.6298,110.6110,-13.7485,0.9993,64.1709,0.0000,0.0000,5.4595,64.5485,-1.8797,0.0000,66.4282,0.0000,66.4282,7.8662,58.5619,0.0000,58.5619,0.1570,58.4049,0.0000,29.4135,13.3143,15.6771,13972.3204,13972.3204,13972.3204,13972.3204,13972.3204 +544.5000,1.0000,8016.5044,72.3885,72.2550,0.0742,0.0000,6,1431.1055,455.4876,737.7340,-93.4567,68.2617,110.5605,-14.0059,0.2079,62.5586,0.0000,0.0000,5.4951,62.5467,-1.8413,0.0000,64.3880,0.0000,64.3880,7.8982,56.4899,0.0000,56.4899,0.1324,56.3575,0.0000,29.7729,13.3684,13.2162,13547.6371,13547.6371,13547.6371,13547.6371,13547.6371 +545.5000,1.0000,8036.6692,72.5930,72.5220,0.0394,0.0000,6,1436.6370,415.2008,732.0288,-93.7847,62.4646,110.1295,-14.1094,0.2793,56.6795,0.0000,0.0000,5.5058,56.7489,-1.7229,0.0000,58.4718,0.0000,58.4718,7.9205,50.5513,0.0000,50.5513,0.0706,50.4807,0.0000,30.0259,13.4061,7.0487,12515.8065,12515.8065,12515.8065,12515.8065,12515.8065 +546.5000,1.0000,8056.8768,72.7475,72.6640,0.0464,0.0000,6,1439.5740,423.1645,717.8094,-93.9589,63.7928,108.2111,-14.1645,-0.0202,58.3012,0.0000,0.0000,5.5118,58.2251,-1.7554,0.0000,59.9805,0.0000,59.9805,7.9373,52.0432,0.0000,52.0432,0.0832,51.9600,0.0000,30.2180,13.4347,8.3073,12755.5261,12755.5261,12755.5261,12755.5261,12755.5261 +547.5000,1.0000,8077.1051,72.8220,72.8310,-0.0050,0.0000,6,1439.5360,363.0831,721.0961,-93.9567,54.7340,108.7037,-14.1638,0.0169,49.2180,0.0000,0.0000,5.4991,49.2306,-1.5689,0.0000,50.7995,0.0000,50.7995,7.9455,42.8540,0.0000,42.8540,-0.0090,42.8630,0.0000,30.3109,13.4484,-0.8963,11045.0060,11045.0060,11045.0060,11045.0060,11045.0060 +548.5000,1.0000,8097.3328,72.8195,72.8130,0.0036,0.0000,6,1439.6890,373.2237,698.6781,-93.9657,56.2687,105.3354,-14.1666,-0.0034,50.7600,0.0000,0.0000,5.5120,50.7541,-1.6006,0.0000,52.3547,0.0000,52.3547,7.9452,44.4095,0.0000,44.4095,0.0065,44.4030,0.0000,30.3078,13.4480,0.6473,11345.4079,11345.4079,11345.4079,11345.4079,11345.4079 +549.5000,1.0000,8117.5588,72.8135,72.8260,-0.0069,0.0000,6,1441.9015,361.1711,702.6939,-94.0970,54.5352,106.1037,-14.2082,0.1993,48.7886,0.0000,0.0000,5.5474,48.8731,-1.5613,0.0000,50.4345,0.0000,50.4345,7.9445,42.4899,0.0000,42.4899,-0.0125,42.5024,0.0000,30.3003,13.4469,-1.2447,11009.6018,11009.6018,11009.6018,11009.6018,11009.6018 +550.5000,1.0000,8137.7303,72.6175,72.8010,-0.1019,0.0000,6,1441.9395,245.5058,698.4223,-94.0992,37.0713,105.4614,-14.2089,-0.1959,31.7495,0.0000,0.0000,5.5176,31.7811,-1.2030,0.0000,32.9841,0.0000,32.9841,7.9231,25.0610,0.0000,25.0610,-0.1825,25.2435,0.0000,30.0564,13.4107,-18.2236,7750.0282,7750.0282,7750.0282,7750.0282,7750.0282 +551.5000,1.0000,8157.7833,72.1910,72.4340,-0.1350,0.0000,6,1434.1575,202.5631,653.9750,-93.6377,30.4219,98.2170,-14.0629,-0.4905,25.4546,0.0000,0.0000,5.4578,25.4414,-1.0660,0.0000,26.5074,0.0000,26.5074,7.8766,18.6308,0.0000,18.6308,-0.2403,18.8711,0.0000,29.5301,13.3319,-23.9909,6540.9250,6540.9250,6540.9250,6540.9250,6540.9250 +552.5000,1.0000,8177.6522,71.5280,71.9480,-0.2333,0.0000,6,1423.4000,83.8347,635.2054,-92.9997,12.4962,94.6825,-13.8624,-0.4535,7.5392,0.0000,0.0000,5.4106,7.5561,-0.6859,0.0000,8.2420,0.0000,8.2420,7.8043,0.4377,0.0000,0.4377,-0.4115,0.8492,0.0000,28.7246,13.2095,-41.0849,3440.5727,3440.5727,3440.5727,3440.5727,3440.5727 +553.5000,1.0000,8197.2639,70.6020,71.1080,-0.2811,0.0000,6,1406.8820,18.4515,585.1328,-92.0200,2.7184,86.2066,-13.5572,-0.9789,-1.6594,0.0000,0.0000,5.3567,-1.6579,-0.6774,0.0000,-0.9805,0.0000,-0.9805,7.7032,-8.6837,0.0000,-8.6837,-0.4893,-8.1944,0.0000,27.6238,13.0384,-48.8567,2275.2283,2275.2283,2275.2283,2275.2283,2275.2283 +554.5000,1.0000,8216.5897,69.5730,70.0960,-0.2906,0.0000,6,1387.0070,3.5227,553.4899,-90.8413,0.5117,80.3928,-13.1944,-0.7278,-4.0697,0.0000,0.0000,5.3092,-4.0753,-0.6878,0.0000,-3.3875,0.0000,-3.3875,7.5910,-10.9785,0.0000,-10.9785,-0.4984,-10.4801,0.0000,26.4337,12.8484,-49.7622,1966.3452,1966.3452,1966.3452,1966.3452,1966.3452 +555.5000,1.0000,8235.6111,68.4770,69.0500,-0.3183,0.0000,6,1366.1405,-37.8790,541.0856,-89.6037,-5.4190,77.4087,-12.8189,-1.0337,-9.6106,0.0000,0.0000,5.2253,-9.6043,-0.7279,0.0000,-8.8764,0.0000,-8.8764,7.4714,-16.3478,0.0000,-16.3478,-0.5374,-15.8103,0.0000,25.2043,12.6460,-53.6607,1054.3167,1054.3167,1054.3167,1054.3167,1054.3167 +556.5000,1.0000,8254.2849,67.2255,67.9040,-0.3769,0.1170,6,1336.7285,-87.8594,514.8881,-87.8594,-12.2987,72.0750,-12.2987,-1.4030,-16.0137,0.0000,0.0000,5.1180,-15.9702,-0.7744,0.0000,-15.1958,0.0000,-15.1958,7.3348,-22.5306,2.3115,-24.8422,-0.6248,-24.2174,1.8988,23.8483,12.4149,-62.3793,0.0000,0.0000,0.0000,0.0000,0.0000 +557.5000,1.0000,8272.3428,65.0085,66.5470,-0.8547,0.8830,6,1305.6380,-86.0155,483.8491,-86.0155,-11.7606,66.1548,-11.7606,-1.1225,-15.8400,0.0000,0.0000,5.2019,-16.0500,-0.7473,0.0000,-15.3027,0.0000,-15.3027,7.0929,-22.3956,68.3174,-90.7130,-1.3699,-89.3431,13.8568,21.5757,12.0050,-136.7806,0.0000,0.0000,0.0000,0.0000,0.0000 +558.5000,1.0000,8289.4674,61.6485,63.4700,-1.0119,2.1760,6,1248.4930,-82.6263,466.1470,-82.6263,-10.8027,60.9449,-10.8027,-3.3080,-12.4519,0.0000,0.0000,4.9572,-12.3876,-0.6702,0.0000,-11.7175,0.0000,-11.7175,6.7263,-18.4438,74.5004,-92.9442,-1.5381,-91.4062,32.3764,18.4059,11.3823,-153.5707,0.0000,0.0000,0.0000,0.0000,0.0000 +559.5000,1.0000,8305.4026,57.3670,59.8270,-1.3667,3.5680,6,1182.5360,-78.7085,447.6594,-78.7085,-9.7469,55.4359,-9.7469,-1.6566,-12.9888,0.0000,0.0000,4.8986,-13.3090,-0.6284,0.0000,-12.6806,0.0000,-12.6806,6.2592,-18.9398,101.1776,-120.1174,-1.9330,-118.1844,49.3811,14.8455,10.5875,-192.9985,0.0000,0.0000,0.0000,0.0000,0.0000 +560.5000,1.0000,8320.2868,53.5830,54.9070,-0.7356,3.9140,6,1100.7860,-73.8320,424.5887,-73.8320,-8.5109,48.9441,-8.5109,-3.9842,-9.0810,0.0000,0.0000,4.5543,-8.8125,-0.5409,0.0000,-8.2716,0.0000,-8.2716,5.8463,-14.1179,11.3157,-25.4336,-0.9717,-24.4619,50.5901,12.0825,9.8879,-97.0223,0.0000,0.0000,0.0000,0.0000,0.0000 +561.5000,1.0000,8334.3475,50.6185,52.2590,-0.9114,3.8070,6,1031.3575,-68.8715,406.7925,-68.8715,-7.4384,43.9350,-7.4384,-0.6644,-11.2703,0.0000,0.0000,4.4964,-11.5293,-0.5346,0.0000,-10.9947,0.0000,-10.9947,5.5229,-16.5176,32.1660,-48.6835,-1.1374,-47.5461,46.4866,10.1905,9.3412,-113.5644,0.0000,0.0000,0.0000,0.0000,0.0000 +562.5000,1.0000,8347.5293,47.4545,48.9780,-0.8464,3.8070,6,988.0980,-67.3077,395.5448,-67.3077,-6.9646,40.9284,-6.9646,-1.9884,-9.2828,0.0000,0.0000,4.3067,-9.2727,-0.4784,0.0000,-8.7943,0.0000,-8.7943,5.1777,-13.9720,25.1565,-39.1285,-0.9903,-38.1382,43.5809,8.3963,8.7573,-98.8727,0.0000,0.0000,0.0000,0.0000,0.0000 +563.5000,1.0000,8359.8536,44.3675,45.9310,-0.8686,4.0940,6,922.4840,-71.0611,381.6095,-71.0611,-6.8647,36.8644,-6.8647,-1.8607,-9.1321,0.0000,0.0000,4.1281,-9.1286,-0.4447,0.0000,-8.6840,0.0000,-8.6840,4.8408,-13.5248,23.4305,-36.9553,-0.9502,-36.0052,43.8126,6.8635,8.1867,-94.8680,0.0000,0.0000,0.0000,0.0000,0.0000 +564.5000,1.0000,8371.2764,41.1220,42.8040,-0.9344,4.4270,6,858.4725,-75.3168,410.0640,-75.3168,-6.7709,36.8644,-6.7709,-1.6431,-9.0865,0.0000,0.0000,3.9587,-9.1300,-0.4118,0.0000,-8.7183,0.0000,-8.7183,4.4867,-13.2050,25.3766,-38.5816,-0.9474,-37.6342,43.9044,5.4671,7.5868,-94.5926,0.0000,0.0000,0.0000,0.0000,0.0000 +565.5000,1.0000,8381.6283,37.2670,39.4400,-1.2072,4.7270,6,735.1035,-86.4586,478.8831,-86.4586,-6.6556,36.8644,-6.6556,-4.1623,-5.8122,0.0000,0.0000,3.3190,-5.3980,-0.3375,0.0000,-5.0604,0.0000,-5.0604,4.0661,-9.1266,49.3020,-58.4285,-1.1092,-57.3193,42.4791,4.0762,6.8746,-110.7493,0.0000,0.0000,0.0000,0.0000,0.0000 +566.5000,1.0000,8390.8003,33.0190,35.0940,-1.1528,5.2320,5,788.0525,-80.7794,446.7071,-80.7794,-6.6663,36.8644,-6.6663,7.0246,-17.9370,0.0000,0.0000,4.2461,-22.6652,-0.3686,0.0000,-22.2966,0.0000,-22.2966,3.6026,-25.8992,18.1655,-44.0647,-0.9385,-43.1262,41.6474,2.8367,6.0895,-93.6998,0.0000,0.0000,0.0000,0.0000,0.0000 +567.5000,1.0000,8398.8894,29.1210,30.9440,-1.0128,6.0960,5,883.2685,-73.5437,398.5522,-73.5437,-6.8025,36.8644,-6.8025,-2.7086,-8.1728,0.0000,0.0000,4.0790,-8.2257,-0.2614,0.0000,-7.9643,0.0000,-7.9643,3.1773,-11.1417,12.0982,-23.2399,-0.7271,-22.5127,42.7756,1.9459,5.3680,-72.6022,0.0000,0.0000,0.0000,0.0000,0.0000 +568.5000,1.0000,8405.7664,24.7570,27.2980,-1.4117,7.3070,5,716.6665,-88.4362,491.2029,-88.4362,-6.6371,36.8644,-6.6371,-5.1346,-4.7937,0.0000,0.0000,3.2913,-4.4724,-0.2052,0.0000,-4.2672,0.0000,-4.2672,2.7012,-6.9684,30.6075,-37.5759,-0.8617,-36.7142,43.5543,1.2035,4.5598,-86.0319,0.0000,0.0000,0.0000,0.0000,0.0000 +569.5000,1.0000,8411.1613,19.4215,22.2160,-1.5525,8.5770,5,608.9380,-99.9910,578.1026,-99.9910,-6.3762,36.8644,-6.3762,0.3342,-9.9426,0.0000,0.0000,3.2322,-11.7841,-0.1831,0.0000,-11.6011,0.0000,-11.6011,2.1190,-13.7201,17.0207,-30.7408,-0.7434,-29.9974,40.0660,0.5869,3.5736,-74.2239,0.0000,0.0000,0.0000,0.0000,0.0000 +570.5000,1.0000,8415.1061,14.2015,16.6270,-1.3475,8.9400,5,640.4210,-87.9020,549.6832,-96.6142,-5.8951,36.8644,-6.4794,0.8867,-10.2534,0.0000,0.0000,3.4716,-12.8006,-0.1418,0.0000,-12.6588,0.0000,-12.6588,1.5495,-14.2083,0.0000,-14.2083,-0.4718,-13.7365,30.5276,0.2314,2.6122,-47.1077,0.0000,0.0000,0.0000,0.0000,0.0000 +571.5000,1.0000,8417.8833,9.9980,11.7760,-0.9878,8.5580,3,655.2985,29.1445,537.2035,-95.0185,2.0000,36.8644,-6.5204,-0.3086,-1.0025,0.0000,0.0000,3.3111,-1.2051,-0.2424,0.0000,-0.9627,0.0000,-0.9627,1.0909,-2.0536,0.0000,-2.0536,-0.2435,-1.8101,20.5803,0.0809,1.8397,-24.3109,1106.9876,1106.9876,1106.9876,1106.9876,1106.9876 +572.5000,1.0000,8419.7758,6.8130,8.2200,-0.7817,5.9460,3,628.4430,18.1526,560.1600,-97.8990,1.1946,36.8644,-6.4428,-0.7405,-1.3221,0.0000,0.0000,3.2573,-1.6153,-0.1618,0.0000,-1.4535,0.0000,-1.4535,0.7434,-2.1969,0.0000,-2.1969,-0.1313,-2.0656,9.7622,0.0259,1.2560,-13.1096,973.2412,973.2412,973.2412,973.2412,973.2412 +573.5000,1.0000,8421.1069,4.7920,5.4060,-0.3411,2.9840,3,605.5165,57.4372,581.3692,-100.3580,3.6421,36.8644,-6.3637,-0.1390,0.6244,0.0000,0.0000,3.1567,0.7117,-0.0908,0.0000,0.8025,0.0000,0.8025,0.5228,0.2796,0.0000,0.2796,-0.0403,0.3199,3.4504,0.0088,0.8846,-4.0239,1341.8521,1341.8521,1341.8521,1341.8521,1341.8521 +574.5000,1.0000,8422.1326,3.6925,4.1780,-0.2697,0.2580,1,600.8890,30.3346,585.8464,-100.8544,1.9088,36.8644,-6.3463,-0.0328,-1.2395,0.0000,0.0000,3.1811,-1.4250,-0.2675,0.0000,-1.1575,0.0000,-1.1575,0.4029,-1.5603,0.0000,-1.5603,-0.0246,-1.5358,0.2300,0.0040,0.6819,-2.4517,1068.7369,1068.7369,1068.7369,1068.7369,1068.7369 +575.5000,1.0000,8422.8453,2.5655,3.2070,-0.3564,0.0000,1,601.6900,49.5495,585.0665,-100.7685,3.1221,36.8644,-6.3493,0.0624,-1.2701,0.0000,0.0000,4.3297,-1.6983,-0.1801,0.0000,-1.5182,0.0000,-1.5182,0.2799,-1.7981,0.0000,-1.7981,-0.0225,-1.7755,0.0000,0.0014,0.4738,-2.2507,1260.0862,1260.0862,1260.0862,1260.0862,1260.0862 +576.5000,1.0000,8423.2317,1.3910,1.9240,-0.2961,0.0000,1,601.6900,60.1890,585.0665,-100.7685,3.7924,36.8644,-6.3493,-0.0624,-0.4352,0.0000,0.0000,4.2901,-0.7036,-0.0884,0.0000,-0.6152,0.0000,-0.6152,0.1518,-0.7670,0.0000,-0.7670,-0.0102,-0.7568,0.0000,0.0002,0.2569,-1.0139,1365.6292,1365.6292,1365.6292,1365.6292,1365.6292 +577.5000,1.0000,8423.3535,0.4385,0.8580,-0.2331,0.0000,1,601.0795,69.6144,585.6607,-100.8339,4.3819,36.8644,-6.3470,0.0398,-0.0065,0.0000,0.0000,4.3485,-0.1506,-0.0253,0.0000,-0.1253,0.0000,-0.1253,0.0478,-0.1731,0.0000,-0.1731,-0.0025,-0.1706,0.0000,0.0000,0.0810,-0.2516,1458.5676,1458.5676,1458.5676,1458.5676,1458.5676 +578.5000,1.0000,8423.2991,0.0095,0.0190,-0.1193,0.0000,0,602.3115,67.5626,584.4627,-100.7018,4.2614,36.8644,-6.3517,0.0056,0.0000,0.0000,0.0000,4.2558,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0010,-0.0010,0.0000,-0.0010,0.0000,-0.0010,0.0000,0.0000,0.0018,-0.0028,1439.3478,1439.3478,1439.3478,1439.3478,1439.3478 +579.5000,1.0000,8423.1851,0.0000,0.0000,0.0000,0.0000,0,601.2815,67.8685,585.4639,-100.8123,4.2734,36.8644,-6.3478,-0.0437,0.0000,0.0000,0.0000,4.3171,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1441.4346,1441.4346,1441.4346,1441.4346,1441.4346 +580.5000,1.0000,8423.0711,0.0000,0.0000,0.0000,0.0000,0,603.4560,71.2188,583.3543,-100.5790,4.5006,36.8644,-6.3560,0.1244,0.0000,0.0000,0.0000,4.3762,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1476.6704,1476.6704,1476.6704,1476.6704,1476.6704 +581.5000,1.0000,8422.9571,0.0000,0.0000,0.0000,0.0000,0,603.7230,65.8687,583.0963,-100.5504,4.1643,36.8644,-6.3570,-0.1146,0.0000,0.0000,0.0000,4.2789,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1423.8431,1423.8431,1423.8431,1423.8431,1423.8431 +582.5000,1.0000,8422.8431,0.0000,0.0000,0.0000,0.0000,0,601.5870,68.7474,585.1666,-100.7795,4.3310,36.8644,-6.3489,0.0352,0.0000,0.0000,0.0000,4.2957,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1450.4344,1450.4344,1450.4344,1450.4344,1450.4344 +583.5000,1.0000,8422.7290,0.0000,0.0000,0.0000,0.0000,0,601.5870,67.8461,585.1666,-100.7795,4.2742,36.8644,-6.3489,-0.0352,0.0000,0.0000,0.0000,4.3094,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1441.4936,1441.4936,1441.4936,1441.4936,1441.4936 +584.5000,1.0000,8422.6150,0.0000,0.0000,0.0000,0.0000,0,601.3960,51.7950,585.3525,-100.8000,3.2619,36.8644,-6.3482,0.0282,0.0000,0.0000,0.0000,3.2338,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1282.0905,1282.0905,1282.0905,1282.0905,1282.0905 +585.5000,1.0000,8422.5010,0.0000,0.0000,0.0000,0.0000,0,601.0795,50.9586,585.6607,-100.8339,3.2076,36.8644,-6.3470,-0.0398,0.0000,0.0000,0.0000,3.2474,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.5020,1273.5020,1273.5020,1273.5020,1273.5020 +586.5000,1.0000,8422.3870,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.0564,586.7144,-100.9497,4.3389,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3389,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1452.0394,1452.0394,1452.0394,1452.0394,1452.0394 +587.5000,1.0000,8422.2730,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.5274,586.7144,-100.9497,4.3057,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3057,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1446.7921,1446.7921,1446.7921,1446.7921,1446.7921 +588.5000,1.0000,8422.1590,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.6935,586.7144,-100.9497,4.3161,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3161,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1448.4392,1448.4392,1448.4392,1448.4392,1448.4392 +589.5000,1.0000,8422.0450,0.0000,0.0000,0.0000,0.0000,0,601.3085,70.1862,585.4376,-100.8094,4.4195,36.8644,-6.3479,0.0483,0.0000,0.0000,0.0000,4.3712,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1464.4513,1464.4513,1464.4513,1464.4513,1464.4513 +590.5000,1.0000,8421.9310,0.0000,0.0000,0.0000,0.0000,0,601.3200,67.3474,585.4265,-100.8081,4.2409,36.8644,-6.3479,-0.0479,0.0000,0.0000,0.0000,4.2888,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1436.3004,1436.3004,1436.3004,1436.3004,1436.3004 +591.5000,1.0000,8421.8169,0.0000,0.0000,0.0000,0.0000,0,601.3200,69.3755,585.4265,-100.8081,4.3686,36.8644,-6.3479,0.0479,0.0000,0.0000,0.0000,4.3207,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1456.4193,1456.4193,1456.4193,1456.4193,1456.4193 +592.5000,1.0000,8421.7029,0.0000,0.0000,0.0000,0.0000,0,601.3085,67.0214,585.4376,-100.8094,4.2203,36.8644,-6.3479,-0.0483,0.0000,0.0000,0.0000,4.2686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1433.0565,1433.0565,1433.0565,1433.0565,1433.0565 +593.5000,1.0000,8421.5889,0.0000,0.0000,0.0000,0.0000,0,601.4610,68.4621,585.2892,-100.7930,4.3121,36.8644,-6.3484,0.0540,0.0000,0.0000,0.0000,4.2581,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1447.4886,1447.4886,1447.4886,1447.4886,1447.4886 +594.5000,1.0000,8421.4749,0.0000,0.0000,0.0000,0.0000,0,602.3500,66.2788,584.4254,-100.6977,4.1807,36.8644,-6.3518,-0.0212,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1426.6478,1426.6478,1426.6478,1426.6478,1426.6478 +595.5000,1.0000,8421.3609,0.0000,0.0000,0.0000,0.0000,0,600.8890,65.5025,585.8464,-100.8544,4.1217,36.8644,-6.3463,-0.0328,0.0000,0.0000,0.0000,4.1545,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1417.6029,1417.6029,1417.6029,1417.6029,1417.6029 +596.5000,1.0000,8421.2469,0.0000,0.0000,0.0000,0.0000,0,600.5075,67.2570,586.2185,-100.8953,4.2295,36.8644,-6.3448,0.0187,0.0000,0.0000,0.0000,4.2107,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1434.6561,1434.6561,1434.6561,1434.6561,1434.6561 +597.5000,1.0000,8421.1329,0.0000,0.0000,0.0000,0.0000,0,601.0150,66.1231,585.7235,-100.8409,4.1617,36.8644,-6.3467,0.0000,0.0000,0.0000,0.0000,4.1617,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1423.8753,1423.8753,1423.8753,1423.8753,1423.8753 +598.5000,1.0000,8421.0189,0.0000,0.0000,0.0000,0.0000,0,600.5075,66.2228,586.2185,-100.8953,4.1644,36.8644,-6.3448,-0.0187,0.0000,0.0000,0.0000,4.1831,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1424.3970,1424.3970,1424.3970,1424.3970,1424.3970 +599.5000,1.0000,8420.9048,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.2156,586.7144,-100.9497,4.3489,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3489,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1453.6190,1453.6190,1453.6190,1453.6190,1453.6190 +600.5000,1.0000,8420.7908,0.0000,0.0000,0.0000,0.0000,0,600.2020,69.2632,586.5169,-100.9281,4.3534,36.8644,-6.3436,0.0074,0.0000,0.0000,0.0000,4.3460,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1454.2770,1454.2770,1454.2770,1454.2770,1454.2770 +601.5000,1.0000,8420.6768,0.0000,0.0000,0.0000,0.0000,0,600.2020,68.7236,586.5169,-100.9281,4.3195,36.8644,-6.3436,-0.0074,0.0000,0.0000,0.0000,4.3269,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1448.9240,1448.9240,1448.9240,1448.9240,1448.9240 +602.5000,1.0000,8420.5628,0.0000,0.0000,0.0000,0.0000,0,602.1475,71.1923,584.6219,-100.7194,4.4892,36.8644,-6.3510,0.0794,0.0000,0.0000,0.0000,4.4097,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1475.2033,1475.2033,1475.2033,1475.2033,1475.2033 +603.5000,1.0000,8420.4488,0.0000,0.0000,0.0000,0.0000,0,604.4860,51.8955,582.3603,-100.4686,3.2851,36.8644,-6.3598,0.0071,0.0000,0.0000,0.0000,3.2780,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1285.9301,1285.9301,1285.9301,1285.9301,1285.9301 +604.5000,1.0000,8420.3348,0.0000,0.0000,0.0000,0.0000,0,603.2275,49.0512,583.5752,-100.6035,3.0986,36.8644,-6.3551,-0.0537,0.0000,0.0000,0.0000,3.1523,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.5573,1256.5573,1256.5573,1256.5573,1256.5573 +605.5000,1.0000,8420.2208,0.0000,0.0000,0.0000,0.0000,0,601.1675,51.3345,585.5750,-100.8245,3.2317,36.8644,-6.3473,-0.0225,0.0000,0.0000,0.0000,3.2543,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1277.3121,1277.3121,1277.3121,1277.3121,1277.3121 +606.5000,1.0000,8420.1068,0.0000,0.0000,0.0000,0.0000,0,600.5570,50.3833,586.1702,-100.8900,3.1686,36.8644,-6.3450,0.0000,0.0000,0.0000,0.0000,3.1686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1267.3144,1267.3144,1267.3144,1267.3144,1267.3144 +607.5000,1.0000,8419.9931,0.0000,0.0000,0.0008,0.0000,0,600.3280,50.9089,586.3938,-100.9145,3.2005,36.8644,-6.3441,-0.0084,0.0000,0.0000,0.0000,3.2089,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1272.3185,1272.3185,1272.3185,1272.3185,1272.3185 +608.5000,1.0000,8419.8801,0.0000,0.0060,0.0005,0.0000,0,600.0495,50.6967,586.6660,-100.9444,3.1856,36.8644,-6.3430,-0.0018,0.0000,0.0000,0.0000,3.1875,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1269.9571,1269.9571,1269.9571,1269.9571,1269.9571 +609.5000,1.0000,8419.7678,0.0000,0.0040,0.0008,0.0000,0,601.5755,51.0045,585.1778,-100.7807,3.2131,36.8644,-6.3489,0.0582,0.0000,0.0000,0.0000,3.1549,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1274.4138,1274.4138,1274.4138,1274.4138,1274.4138 +610.5000,1.0000,8419.6562,0.0000,0.0030,0.0006,0.0000,0,602.7315,50.6891,584.0555,-100.6567,3.1994,36.8644,-6.3532,-0.0155,0.0000,0.0000,0.0000,3.2149,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1272.3486,1272.3486,1272.3486,1272.3486,1272.3486 +611.5000,1.0000,8419.5451,0.0000,0.0020,0.0006,0.0000,0,601.1560,49.5978,585.5862,-100.8257,3.1223,36.8644,-6.3473,-0.0427,0.0000,0.0000,0.0000,3.1650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1260.0741,1260.0741,1260.0741,1260.0741,1260.0741 +612.5000,1.0000,8419.4345,0.0000,0.0020,0.0003,0.0000,0,600.0000,50.0809,586.7144,-100.9497,3.1467,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1467,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.8022,1263.8022,1263.8022,1263.8022,1263.8022 +613.5000,1.0000,8419.3239,0.0000,0.0010,0.0000,0.0000,0,600.3550,50.6311,586.3675,-100.9116,3.1831,36.8644,-6.3442,0.0131,0.0000,0.0000,0.0000,3.1700,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1269.5868,1269.5868,1269.5868,1269.5868,1269.5868 +614.5000,1.0000,8419.2134,0.0000,0.0000,0.0000,0.0000,0,601.2055,50.6573,585.5379,-100.8204,3.1893,36.8644,-6.3475,0.0183,0.0000,0.0000,0.0000,3.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1270.6298,1270.6298,1270.6298,1270.6298,1270.6298 +615.5000,1.0000,8419.1029,0.0000,0.0000,0.0000,0.0000,0,600.8505,50.0835,585.8839,-100.8585,3.1513,36.8644,-6.3461,-0.0314,0.0000,0.0000,0.0000,3.1827,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1264.6108,1264.6108,1264.6108,1264.6108,1264.6108 +616.5000,1.0000,8418.9924,0.0000,0.0000,0.0000,0.0000,0,600.6220,51.1230,586.1068,-100.8830,3.2155,36.8644,-6.3452,0.0229,0.0000,0.0000,0.0000,3.1925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1274.7129,1274.7129,1274.7129,1274.7129,1274.7129 +617.5000,1.0000,8418.8819,0.0000,0.0000,0.0000,0.0000,0,600.9385,51.9128,585.7981,-100.8491,3.2669,36.8644,-6.3464,-0.0113,0.0000,0.0000,0.0000,3.2782,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1282.8387,1282.8387,1282.8387,1282.8387,1282.8387 +618.5000,1.0000,8418.7714,0.0000,0.0000,0.0000,0.0000,0,600.3165,49.7949,586.4051,-100.9158,3.1304,36.8644,-6.3441,-0.0117,0.0000,0.0000,0.0000,3.1420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1261.2564,1261.2564,1261.2564,1261.2564,1261.2564 +619.5000,1.0000,8418.6611,0.0000,0.0000,0.0005,0.0000,0,600.6220,49.7882,586.1068,-100.8830,3.1315,36.8644,-6.3452,0.0229,0.0000,0.0000,0.0000,3.1086,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1261.4716,1261.4716,1261.4716,1261.4716,1261.4716 +620.5000,1.0000,8418.5514,0.0000,0.0040,0.0006,0.0000,0,601.9305,49.0266,584.8327,-100.7427,3.0903,36.8644,-6.3502,0.0254,0.0000,0.0000,0.0000,3.0650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1255.1195,1255.1195,1255.1195,1255.1195,1255.1195 +621.5000,1.0000,8418.4629,0.0755,0.0020,0.0419,0.0000,1,601.3085,48.9042,585.4376,-100.8094,3.0794,36.8644,-6.3479,-0.0483,0.0528,0.0000,0.0000,3.0750,0.0263,-0.0037,0.0000,0.0301,0.0000,0.0301,0.0082,0.0218,0.0000,0.0218,0.0001,0.0217,0.0000,0.0000,0.0139,0.0078,1253.3336,1253.3336,1253.3336,1253.3336,1253.3336 +622.5000,1.0000,8418.6407,1.0340,0.1510,0.4906,0.0000,1,600.0000,91.8186,586.7144,-100.9497,5.7691,36.8644,-6.3429,0.0000,2.7842,0.0000,0.0000,2.9849,1.5017,-0.0691,0.0000,1.5708,0.0000,1.5708,0.1186,1.4523,0.0000,1.4523,0.0125,1.4397,0.0000,0.0002,0.1910,1.2486,1677.8407,1677.8407,1677.8407,1677.8407,1677.8407 +623.5000,1.0000,8419.4034,3.1400,1.9170,0.6794,0.0000,1,600.0000,180.1368,586.7144,-100.9497,11.3183,36.8644,-6.3429,0.0000,8.3358,0.0000,0.0000,2.9826,5.9992,-0.2705,0.0000,6.2697,0.0000,6.2697,0.3825,5.8871,0.0000,5.8871,0.0526,5.8345,0.0000,0.0028,0.5799,5.2519,2665.3473,2665.3473,2665.3473,2665.3473,2665.3473 +624.5000,1.0000,8420.5926,4.6750,4.3630,0.1733,0.0000,2,615.5375,128.1238,571.9044,-99.2832,8.2587,36.8644,-6.3997,0.5873,3.3421,0.0000,0.0000,4.3293,3.2121,-0.1841,0.0000,3.3962,0.0000,3.3962,0.5101,2.8862,0.0000,2.8862,0.0200,2.8662,0.0000,0.0081,0.8634,1.9948,2122.6825,2122.6825,2122.6825,2122.6825,2122.6825 +625.5000,1.0000,8421.9755,5.3725,4.9870,0.2142,0.0000,2,616.7695,129.0687,570.7621,-99.1510,8.3363,36.8644,-6.4040,-0.5418,4.6336,0.0000,0.0000,4.2446,4.2231,-0.2283,0.0000,4.4514,0.0000,4.4514,0.5862,3.8652,0.0000,3.8652,0.0284,3.8368,0.0000,0.0122,0.9922,2.8324,2136.9852,2136.9852,2136.9852,2136.9852,2136.9852 +626.5000,1.0000,8423.4247,5.6110,5.7580,-0.0817,0.0000,2,607.0420,56.7355,579.9082,-100.1944,3.6066,36.8644,-6.3693,0.1707,0.3036,0.0000,0.0000,3.1324,0.3141,-0.2089,0.0000,0.5230,0.0000,0.5230,0.6122,-0.0892,0.0000,-0.0892,-0.0113,-0.0779,0.0000,0.0139,1.0362,-1.1280,1336.2948,1336.2948,1336.2948,1336.2948,1336.2948 +627.5000,1.0000,8424.8137,5.3945,5.4640,-0.0386,0.0000,2,607.4620,77.3828,579.5073,-100.1494,4.9226,36.8644,-6.3708,-0.1551,0.8804,0.0000,0.0000,4.1973,0.8858,-0.1934,0.0000,1.0793,0.0000,1.0793,0.5886,0.4907,0.0000,0.4907,-0.0051,0.4958,0.0000,0.0123,0.9962,-0.5127,1541.5024,1541.5024,1541.5024,1541.5024,1541.5024 +628.5000,1.0000,8426.1598,5.2400,5.3250,-0.0472,0.0000,2,601.6520,76.7333,585.1034,-100.7725,4.8346,36.8644,-6.3492,-0.0610,0.7375,0.0000,0.0000,4.1581,0.7476,-0.1879,0.0000,0.9355,0.0000,0.9355,0.5717,0.3638,0.0000,0.3638,-0.0061,0.3699,0.0000,0.0113,0.9677,-0.6091,1529.7137,1529.7137,1529.7137,1529.7137,1529.7137 +629.5000,1.0000,8427.5335,5.3395,5.1550,0.1025,0.0000,2,600.3930,111.7278,586.3303,-100.9076,7.0247,36.8644,-6.3444,0.0145,2.8380,0.0000,0.0000,4.1722,2.7450,-0.1964,0.0000,2.9414,0.0000,2.9414,0.5826,2.3588,0.0000,2.3588,0.0135,2.3453,0.0000,0.0120,0.9861,1.3473,1892.7947,1892.7947,1892.7947,1892.7947,1892.7947 +630.5000,1.0000,8429.0338,5.7950,5.5240,0.1506,0.0000,2,600.3930,125.6947,586.3303,-100.9076,7.9028,36.8644,-6.3444,-0.0145,3.8293,0.0000,0.0000,4.0880,3.6558,-0.2312,0.0000,3.8870,0.0000,3.8870,0.6323,3.2547,0.0000,3.2547,0.0215,3.2332,0.0000,0.0153,1.0702,2.1477,2050.7602,2050.7602,2050.7602,2050.7602,2050.7602 +631.5000,1.0000,8430.5930,6.0070,6.0660,-0.0328,0.0000,2,609.1285,88.3607,577.9218,-99.9706,5.6363,36.8644,-6.3769,0.3415,1.0462,0.0000,0.0000,4.2486,1.0724,-0.2198,0.0000,1.2922,0.0000,1.2922,0.6554,0.6368,0.0000,0.6368,-0.0049,0.6417,0.0000,0.0170,1.1093,-0.4847,1651.9366,1651.9366,1651.9366,1651.9366,1651.9366 +632.5000,1.0000,8432.1548,6.0165,5.9480,0.0381,0.0000,2,612.6115,96.5541,574.6360,-99.5970,6.1942,36.8644,-6.3894,-0.2124,2.1888,0.0000,0.0000,4.2178,2.1442,-0.2097,0.0000,2.3539,0.0000,2.3539,0.6564,1.6975,0.0000,1.6975,0.0056,1.6918,0.0000,0.0171,1.1111,0.5636,1747.9451,1747.9451,1747.9451,1747.9451,1747.9451 +633.5000,1.0000,8433.8234,6.4010,6.0850,0.1756,0.0000,2,625.6200,145.4759,562.6876,-98.2017,9.5308,36.8644,-6.4337,0.7167,4.5098,0.0000,0.0000,4.3043,4.4258,-0.2693,0.0000,4.6951,0.0000,4.6951,0.6984,3.9967,0.0000,3.9967,0.0277,3.9690,0.0000,0.0206,1.1821,2.7663,2348.5274,2348.5274,2348.5274,2348.5274,2348.5274 +634.5000,1.0000,8435.5957,6.7745,6.7170,0.0319,0.0000,2,667.2005,110.7668,527.6205,-93.7419,7.7392,36.8644,-6.5497,0.9394,2.2505,0.0000,0.0000,4.5493,2.3082,-0.2445,0.0000,2.5527,0.0000,2.5527,0.7392,1.8135,0.0000,1.8135,0.0053,1.8082,0.0000,0.0244,1.2511,0.5327,2078.0059,2078.0059,2078.0059,2078.0059,2078.0059 +635.5000,1.0000,8437.4114,6.9305,6.8320,0.0547,0.0000,2,700.0455,90.9159,502.8654,-90.2189,6.6649,36.8644,-6.6138,0.4264,2.7507,0.0000,0.0000,3.4878,2.7506,-0.2546,0.0000,3.0051,0.0000,3.0051,0.7562,2.2490,0.0000,2.2490,0.0094,2.2396,0.0000,0.0261,1.2799,0.9336,1925.9099,1925.9099,1925.9099,1925.9099,1925.9099 +636.5000,1.0000,8439.2800,7.1210,7.0290,0.0511,0.0000,2,716.0295,103.7759,491.6398,-88.5045,7.7814,36.8644,-6.6363,0.2667,2.7752,0.0000,0.0000,4.7395,2.7630,-0.2623,0.0000,3.0253,0.0000,3.0253,0.7770,2.2483,0.0000,2.2483,0.0090,2.2394,0.0000,0.0283,1.3151,0.8960,2142.2520,2142.2520,2142.2520,2142.2520,2142.2520 +637.5000,1.0000,8441.2225,7.3870,7.2130,0.0967,0.0000,2,734.0350,118.3963,479.5802,-86.5733,9.1009,36.8644,-6.6547,0.5382,3.7116,0.0000,0.0000,4.8511,3.6851,-0.2921,0.0000,3.9773,0.0000,3.9773,0.8060,3.1713,0.0000,3.1713,0.0176,3.1537,0.0000,0.0317,1.3642,1.7578,2360.4553,2360.4553,2360.4553,2360.4553,2360.4553 +638.5000,1.0000,8443.2279,7.6135,7.5610,0.0292,0.0000,2,760.1280,102.0004,463.1176,-83.7745,8.1193,36.8644,-6.6685,0.6607,2.5099,0.0000,0.0000,4.9487,2.5392,-0.2843,0.0000,2.8235,0.0000,2.8235,0.8307,1.9928,0.0000,1.9928,0.0055,1.9873,0.0000,0.0346,1.4060,0.5466,2251.6004,2251.6004,2251.6004,2251.6004,2251.6004 +639.5000,1.0000,8445.2515,7.6790,7.6660,0.0072,0.0000,2,782.7495,92.3551,449.7335,-81.3482,7.5703,36.8644,-6.6681,0.4071,2.1185,0.0000,0.0000,5.0447,2.1378,-0.2916,0.0000,2.4294,0.0000,2.4294,0.8378,1.5916,0.0000,1.5916,0.0014,1.5902,0.0000,0.0355,1.4181,0.1365,2188.7237,2188.7237,2188.7237,2188.7237,2188.7237 +640.5000,1.0000,8447.2731,7.6715,7.6920,-0.0114,0.0000,2,788.5095,80.7084,446.4482,-80.7304,6.6643,36.8644,-6.6661,-0.1312,1.7786,0.0000,0.0000,5.0169,1.7772,-0.2948,0.0000,2.0720,0.0000,2.0720,0.8370,1.2349,0.0000,1.2349,-0.0022,1.2371,0.0000,0.0354,1.4167,-0.2151,2043.1573,2043.1573,2043.1573,2043.1573,2043.1573 +641.5000,1.0000,8449.2979,7.6835,7.6510,0.0181,0.0000,2,787.9755,90.7883,446.7507,-80.7876,7.4915,36.8644,-6.6663,0.1052,2.3515,0.0000,0.0000,5.0349,2.3480,-0.2898,0.0000,2.6378,0.0000,2.6378,0.8383,1.7995,0.0000,1.7995,0.0034,1.7961,0.0000,0.0356,1.4190,0.3415,2182.2047,2182.2047,2182.2047,2182.2047,2182.2047 +642.5000,1.0000,8451.3276,7.7010,7.7160,-0.0083,0.0000,2,793.4690,85.1936,443.6577,-80.1984,7.0789,36.8644,-6.6638,0.1617,1.8318,0.0000,0.0000,5.0854,1.8431,-0.2957,0.0000,2.1387,0.0000,2.1387,0.8402,1.2985,0.0000,1.2985,-0.0016,1.3001,0.0000,0.0358,1.4222,-0.1580,2120.2828,2120.2828,2120.2828,2120.2828,2120.2828 +643.5000,1.0000,8453.3489,7.6705,7.6860,-0.0086,0.0000,2,793.3930,80.9499,443.7002,-80.2066,6.7256,36.8644,-6.6639,-0.1654,1.8346,0.0000,0.0000,5.0564,1.8305,-0.2942,0.0000,2.1247,0.0000,2.1247,0.8369,1.2877,0.0000,1.2877,-0.0016,1.2894,0.0000,0.0354,1.4166,-0.1626,2060.8593,2060.8593,2060.8593,2060.8593,2060.8593 +644.5000,1.0000,8455.3650,7.6520,7.6550,-0.0017,0.0000,2,789.5780,84.4913,445.8440,-80.6158,6.9861,36.8644,-6.6657,-0.0204,1.9598,0.0000,0.0000,5.0467,1.9595,-0.2920,0.0000,2.2515,0.0000,2.2515,0.8349,1.4166,0.0000,1.4166,-0.0003,1.4169,0.0000,0.0352,1.4131,-0.0314,2099.0649,2099.0649,2099.0649,2099.0649,2099.0649 +645.5000,1.0000,8457.3726,7.6215,7.6490,-0.0153,0.0000,2,787.6325,80.2899,446.9453,-80.8244,6.6224,36.8644,-6.6665,-0.0738,1.6884,0.0000,0.0000,5.0077,1.6913,-0.2930,0.0000,1.9843,0.0000,1.9843,0.8316,1.1527,0.0000,1.1527,-0.0029,1.1556,0.0000,0.0347,1.4075,-0.2866,2034.7454,2034.7454,2034.7454,2034.7454,2034.7454 +646.5000,1.0000,8459.3698,7.5840,7.5940,-0.0056,0.0000,2,784.8480,83.0635,448.5310,-81.1231,6.8269,36.8644,-6.6674,-0.0607,1.8687,0.0000,0.0000,5.0189,1.8682,-0.2894,0.0000,2.1575,0.0000,2.1575,0.8275,1.3301,0.0000,1.3301,-0.0010,1.3311,0.0000,0.0342,1.4006,-0.1037,2065.2645,2065.2645,2065.2645,2065.2645,2065.2645 +647.5000,1.0000,8461.3683,7.5885,7.5740,0.0081,0.0000,2,783.2075,86.7969,449.4705,-81.2991,7.1188,36.8644,-6.6679,-0.0183,2.1337,0.0000,0.0000,5.0035,2.1286,-0.2871,0.0000,2.4157,0.0000,2.4157,0.8280,1.5877,0.0000,1.5877,0.0015,1.5862,0.0000,0.0343,1.4014,0.1505,2112.5309,2112.5309,2112.5309,2112.5309,2112.5309 +648.5000,1.0000,8463.3808,7.6390,7.6030,0.0200,0.0000,2,781.6815,89.4137,450.3479,-81.4627,7.3192,36.8644,-6.6683,-0.0549,2.3865,0.0000,0.0000,4.9877,2.3718,-0.2873,0.0000,2.6591,0.0000,2.6591,0.8335,1.8256,0.0000,1.8256,0.0038,1.8218,0.0000,0.0350,1.4107,0.3761,2144.5568,2144.5568,2144.5568,2144.5568,2144.5568 +649.5000,1.0000,8465.4213,7.7400,7.6750,0.0361,0.0000,2,786.7550,82.1042,447.4438,-80.9186,6.7645,36.8644,-6.6668,0.3004,2.7174,0.0000,0.0000,3.7466,2.7161,-0.2891,0.0000,3.0052,0.0000,3.0052,0.8445,2.1607,0.0000,2.1607,0.0069,2.1538,0.0000,0.0364,1.4294,0.6880,2057.4802,2057.4802,2057.4802,2057.4802,2057.4802 +650.5000,1.0000,8467.4708,7.7720,7.8050,-0.0183,0.0000,2,797.0550,67.5877,441.6617,-79.8138,5.6414,36.8644,-6.6618,0.1998,1.6493,0.0000,0.0000,3.7923,1.6648,-0.3011,0.0000,1.9659,0.0000,1.9659,0.8480,1.1179,0.0000,1.1179,-0.0035,1.1214,0.0000,0.0368,1.4353,-0.3508,1885.2048,1885.2048,1885.2048,1885.2048,1885.2048 +651.5000,1.0000,8469.5077,7.7270,7.7390,-0.0067,0.0000,2,798.8480,66.3327,440.6704,-79.6215,5.5491,36.8644,-6.6607,-0.1123,1.8841,0.0000,0.0000,3.7773,1.8816,-0.2966,0.0000,2.1782,0.0000,2.1782,0.8431,1.3351,0.0000,1.3351,-0.0013,1.3364,0.0000,0.0362,1.4270,-0.1268,1872.9599,1872.9599,1872.9599,1872.9599,1872.9599 +652.5000,1.0000,8471.5402,7.7110,7.7150,-0.0022,0.0000,2,796.4445,68.7966,442.0002,-79.8793,5.7379,36.8644,-6.6622,-0.0056,1.9630,0.0000,0.0000,3.7805,1.9638,-0.2950,0.0000,2.2587,0.0000,2.2587,0.8413,1.4174,0.0000,1.4174,-0.0004,1.4178,0.0000,0.0360,1.4240,-0.0422,1900.2773,1900.2773,1900.2773,1900.2773,1900.2773 +653.5000,1.0000,8473.5415,7.5985,7.7070,-0.0603,0.0000,2,793.9650,53.3774,443.3805,-80.1452,4.4380,36.8644,-6.6636,-0.1153,0.8183,0.0000,0.0000,3.7351,0.8276,-0.3003,0.0000,1.1280,0.0000,1.1280,0.8291,0.2989,0.0000,0.2989,-0.0113,0.3102,0.0000,0.0344,1.4033,-1.1275,1677.9027,1677.9027,1677.9027,1677.9027,1677.9027 +654.5000,1.0000,8475.3806,7.0150,7.4900,-0.2639,0.0000,2,781.9485,6.6062,450.1941,-81.4341,0.5410,36.8644,-6.6683,-0.4635,-2.6630,0.0000,0.0000,3.6674,-2.8211,-0.3066,0.0000,-2.5145,0.0000,-2.5145,0.7654,-3.2799,0.0000,-3.2799,-0.0456,-3.2343,0.0000,0.0272,1.2955,-4.5570,999.9265,999.9265,999.9265,999.9265,999.9265 +655.5000,1.0000,8476.9566,6.0675,6.5400,-0.2625,0.0000,2,723.2395,-16.4805,486.7387,-87.7312,-1.2482,36.8644,-6.6445,-2.1789,-2.3906,0.0000,0.0000,3.3213,-2.4167,-0.2568,0.0000,-2.1598,0.0000,-2.1598,0.6620,-2.8219,0.0000,-2.8219,-0.0393,-2.7826,0.0000,0.0176,1.1205,-3.9207,599.4793,599.4793,599.4793,599.4793,599.4793 +656.5000,1.0000,8478.4138,5.6400,5.5950,0.0250,0.0000,2,637.0910,50.9287,552.5563,-96.9714,3.3978,36.8644,-6.4695,-1.4512,1.9546,0.0000,0.0000,2.8944,1.8262,-0.1954,0.0000,2.0216,0.0000,2.0216,0.6154,1.4062,0.0000,1.4062,0.0035,1.4027,0.0000,0.0141,1.0416,0.3471,1306.3364,1306.3364,1306.3364,1306.3364,1306.3364 +657.5000,1.0000,8479.8737,5.6495,5.6850,-0.0197,0.0000,2,600.0000,65.9420,586.7144,-100.9497,4.1433,36.8644,-6.3429,0.0000,1.1873,0.0000,0.0000,2.9559,1.1948,-0.2020,0.0000,1.3969,0.0000,1.3969,0.6164,0.7804,0.0000,0.7804,-0.0027,0.7832,0.0000,0.0142,1.0433,-0.2743,1421.1447,1421.1447,1421.1447,1421.1447,1421.1447 +658.5000,1.0000,8481.2498,5.3480,5.6140,-0.1478,0.0000,2,609.3195,46.9202,577.7406,-99.9501,2.9939,36.8644,-6.3776,0.3487,-0.5500,0.0000,0.0000,3.1951,-0.5876,-0.2058,0.0000,-0.3818,0.0000,-0.3818,0.5835,-0.9653,0.0000,-0.9653,-0.0195,-0.9458,0.0000,0.0120,0.9876,-1.9455,1241.0226,1241.0226,1241.0226,1241.0226,1241.0226 +659.5000,1.0000,8482.4485,4.7095,5.0820,-0.2069,0.0000,2,609.3195,26.4308,577.7406,-99.9501,1.6865,36.8644,-6.3776,-0.3487,-1.1364,0.0000,0.0000,3.1717,-1.2152,-0.1838,0.0000,-1.0314,0.0000,-1.0314,0.5138,-1.5452,0.0000,-1.5452,-0.0240,-1.5212,0.0000,0.0082,0.8697,-2.3992,1037.7678,1037.7678,1037.7678,1037.7678,1037.7678 +660.5000,1.0000,8483.4934,4.1555,4.3370,-0.1008,0.0000,2,600.0000,50.8246,586.7144,-100.9497,3.1934,36.8644,-6.3429,0.0000,0.0350,0.0000,0.0000,3.1584,0.0366,-0.1481,0.0000,0.1847,0.0000,0.1847,0.4534,-0.2687,0.0000,-0.2687,-0.0103,-0.2584,0.0000,0.0056,0.7674,-1.0315,1271.1799,1271.1799,1271.1799,1271.1799,1271.1799 +661.5000,1.0000,8484.4291,3.7625,3.9740,-0.1175,0.0000,1,600.4310,46.5858,586.2932,-100.9035,2.9292,36.8644,-6.3445,0.0159,-0.2373,0.0000,0.0000,3.1506,-0.2516,-0.2620,0.0000,0.0104,0.0000,0.0104,0.4105,-0.4002,0.0000,-0.4002,-0.0109,-0.3893,0.0000,0.0042,0.6948,-1.0883,1229.5272,1229.5272,1229.5272,1229.5272,1229.5272 +662.5000,1.0000,8485.2496,3.3480,3.5510,-0.1128,0.0000,1,600.6330,47.2716,586.0961,-100.8818,2.9733,36.8644,-6.3453,-0.0084,-0.1681,0.0000,0.0000,3.1498,-0.1788,-0.2266,0.0000,0.0478,0.0000,0.0478,0.3653,-0.3175,0.0000,-0.3175,-0.0093,-0.3082,0.0000,0.0030,0.6183,-0.9295,1236.5170,1236.5170,1236.5170,1236.5170,1236.5170 +663.5000,1.0000,8485.9640,2.9660,3.1450,-0.0994,0.0000,1,601.4340,48.6225,585.3155,-100.7959,3.0623,36.8644,-6.3483,0.0380,-0.0513,0.0000,0.0000,3.0756,-0.0547,-0.1948,0.0000,0.1401,0.0000,0.1401,0.3236,-0.1835,0.0000,-0.1835,-0.0073,-0.1763,0.0000,0.0021,0.5477,-0.7261,1250.6541,1250.6541,1250.6541,1250.6541,1250.6541 +664.5000,1.0000,8486.6021,2.6910,2.7870,-0.0533,0.0000,1,601.9300,52.0080,584.8332,-100.7427,3.2783,36.8644,-6.3502,-0.0197,0.2557,0.0000,0.0000,3.0423,0.2649,-0.1704,0.0000,0.4353,0.0000,0.4353,0.2936,0.1417,0.0000,0.1417,-0.0035,0.1452,0.0000,0.0015,0.4970,-0.3533,1284.6954,1284.6954,1284.6954,1284.6954,1284.6954 +665.5000,1.0000,8487.2418,2.6970,2.5950,0.0567,0.0000,1,600.6980,64.1266,586.0326,-100.8749,4.0339,36.8644,-6.3455,-0.0257,1.0498,0.0000,0.0000,3.0099,1.0103,-0.1635,0.0000,1.1739,0.0000,1.1739,0.2943,0.8796,0.0000,0.8796,0.0038,0.8758,0.0000,0.0015,0.4981,0.3762,1403.7779,1403.7779,1403.7779,1403.7779,1403.7779 +666.5000,1.0000,8488.1490,3.6600,2.7990,0.4783,0.0000,2,600.0000,150.6584,586.7144,-100.9497,9.4661,36.8644,-6.3429,0.0000,6.4914,0.0000,0.0000,2.9747,5.2552,-0.1956,0.0000,5.4508,0.0000,5.4508,0.4180,5.0328,0.0000,5.0328,0.0432,4.9896,0.0000,0.0041,0.6759,4.3096,2331.9465,2331.9465,2331.9465,2331.9465,2331.9465 +667.5000,1.0000,8489.5864,5.5685,4.5210,0.5819,0.0000,2,600.0000,226.3082,586.7144,-100.9497,14.2194,36.8644,-6.3429,0.0000,11.1852,0.0000,0.0000,3.0342,9.4142,-0.3432,0.0000,9.7575,0.0000,9.7575,0.6580,9.0995,0.0000,9.0995,0.0799,9.0196,0.0000,0.0140,1.0284,7.9772,3230.6909,3230.6909,3230.6909,3230.6909,3230.6909 +668.5000,1.0000,8491.5704,7.5365,6.6160,0.5114,0.0000,2,654.4100,254.6806,537.9328,-95.1138,17.4532,36.8644,-6.5181,2.1866,11.8309,0.0000,0.0000,3.4357,11.4197,-0.4593,0.0000,11.8790,0.0000,11.8790,0.8706,11.0084,0.0000,11.0084,0.0950,10.9134,0.0000,0.0341,1.3918,9.4875,3805.6883,3805.6883,3805.6883,3805.6883,3805.6883 +669.5000,1.0000,8493.9794,9.0665,8.4570,0.3386,0.0000,2,804.6085,217.3709,456.8113,-79.1684,18.3153,38.4902,-6.6706,4.7331,9.4060,0.0000,0.0000,4.1763,9.8627,-0.4927,0.0000,10.3554,0.0000,10.3554,0.9892,9.3662,0.0000,9.3662,0.0757,9.2905,0.0000,0.0588,1.6744,7.5574,3963.5480,3963.5480,3963.5480,3963.5480,3963.5480 +670.5000,1.0000,8496.7447,10.3490,9.6760,0.3739,0.0000,2,951.9340,200.9648,509.9868,-69.3764,20.0334,50.8387,-6.9159,3.0128,12.2858,0.0000,0.0000,4.7348,12.1602,-0.6012,0.0000,12.7614,0.0000,12.7614,1.1423,11.6191,0.0000,11.6191,0.0954,11.5237,0.0000,0.0874,1.9112,9.5251,4314.8795,4314.8795,4314.8795,4314.8795,4314.8795 +671.5000,1.0000,8499.8829,11.6915,11.0220,0.3719,0.0000,2,1083.8865,215.6558,545.7369,-72.6316,24.4779,61.9435,-8.2440,5.3526,13.4696,0.0000,0.0000,5.6556,13.6853,-0.7017,0.0000,14.3870,0.0000,14.3870,1.2900,13.0970,0.0000,13.0970,0.1072,12.9898,0.0000,0.1258,2.1591,10.7048,5170.2973,5170.2973,5170.2973,5170.2973,5170.2973 +672.5000,1.0000,8503.4964,13.4025,12.3610,0.5786,0.0000,2,1239.1475,271.3414,586.0022,-82.0720,35.2101,76.0415,-10.6499,5.6955,22.9168,0.0000,0.0000,6.5978,22.5488,-0.9818,0.0000,23.5306,0.0000,23.5306,1.5844,21.9462,0.0000,21.9462,0.1912,21.7550,0.0000,0.1901,2.4751,19.0898,7234.0808,7234.0808,7234.0808,7234.0808,7234.0808 +673.5000,1.0000,8507.7029,15.5375,14.4440,0.6075,0.0000,2,1413.7485,299.3267,645.6948,-92.4273,44.3145,95.5934,-13.6836,8.6607,27.2722,0.0000,0.0000,8.3817,27.2768,-1.2118,0.0000,28.4886,0.0000,28.4886,1.8549,26.6337,0.0000,26.6337,0.2327,26.4010,0.0000,0.2959,2.8694,23.2357,9106.1504,9106.1504,9106.1504,9106.1504,9106.1504 +674.5000,1.0000,8512.6205,18.0975,16.6310,0.8147,0.0000,2,1636.3775,375.7702,708.9371,-104.7690,64.3924,121.4842,-17.9533,12.3477,41.3260,0.0000,0.0000,10.7187,41.0987,-1.6756,0.0000,42.7743,0.0000,42.7743,2.3044,40.4699,0.0000,40.4699,0.3635,40.1063,0.0000,0.4683,3.3422,36.2959,13058.2104,13058.2104,13058.2104,13058.2104,13058.2104 +675.5000,1.0000,8518.1341,20.2430,19.5640,0.3772,0.0000,2,1930.8005,287.1892,785.5973,-115.5110,58.0676,158.8422,-23.3555,20.3410,22.9096,0.0000,0.0000,14.8170,24.1356,-1.4847,0.0000,25.6203,0.0000,25.6203,2.2442,23.3760,0.0000,23.3760,0.1883,23.1878,0.0000,0.6518,3.7384,18.7976,12263.8890,12263.8890,12263.8890,12263.8890,12263.8890 +676.5000,1.0000,8523.8637,21.0205,20.9220,0.0547,0.0000,3,2002.2890,50.0384,793.4620,-118.2864,10.4920,166.3725,-24.8022,-12.3037,9.6302,0.0000,0.0000,13.1656,9.1062,-0.6583,0.0000,9.7645,0.0000,9.7645,2.2935,7.4710,0.0000,7.4710,0.0284,7.4426,0.0000,0.7290,3.8820,2.8316,4684.1190,4684.1190,4684.1190,4684.1190,4684.1190 +677.5000,1.0000,8529.7149,21.4585,21.1190,0.1886,0.0000,3,1616.2355,-8.4246,645.0570,-104.0517,-1.4259,109.1770,-17.6109,-28.3860,20.1417,0.0000,0.0000,6.8185,16.3194,-0.8234,0.0000,17.1428,0.0000,17.1428,2.3413,14.8015,0.0000,14.8015,0.0998,14.7017,0.0000,0.7757,3.9629,9.9631,2226.0453,2226.0453,2226.0453,2226.0453,2226.0453 +678.5000,1.0000,8536.0022,23.0280,21.7980,0.6833,0.0000,3,1345.9600,396.5670,529.3971,-88.4069,55.8956,74.6178,-12.4608,1.2991,47.5556,0.0000,0.0000,7.0408,45.6715,-1.4899,0.0000,47.1614,0.0000,47.1614,2.8232,44.3382,0.0000,44.3382,0.3880,43.9502,0.0000,0.9612,4.2527,38.7363,11225.4013,11225.4013,11225.4013,11225.4013,11225.4013 +679.5000,1.0000,8542.9344,25.3500,24.2580,0.6067,0.0000,3,1446.5170,402.5939,702.2403,-94.3707,60.9845,106.3746,-14.2952,7.5365,44.9896,0.0000,0.0000,8.4584,45.6613,-1.5761,0.0000,47.2374,0.0000,47.2374,3.0377,44.1997,0.0000,44.1997,0.3792,43.8205,0.0000,1.2810,4.6815,37.8580,12265.2005,12265.2005,12265.2005,12265.2005,12265.2005 +680.5000,1.0000,8550.5501,27.8105,26.4420,0.7603,0.0000,3,1594.0715,462.3840,732.4340,-103.1219,77.1861,122.2658,-17.2142,6.1393,61.4836,0.0000,0.0000,9.5632,60.9054,-1.9916,0.0000,62.8970,0.0000,62.8970,3.4987,59.3983,0.0000,59.3983,0.5213,58.8770,0.0000,1.6923,5.1359,52.0488,15446.5376,15446.5376,15446.5376,15446.5376,15446.5376 +681.5000,1.0000,8559.1112,31.2140,29.1790,1.1306,0.0000,3,1762.1880,653.5473,776.1833,-109.2494,120.6029,143.2337,-20.1604,11.4063,97.8707,0.0000,0.0000,11.3259,97.3762,-2.8977,0.0000,100.2739,0.0000,100.2739,4.3721,95.9018,0.0000,95.9018,0.8700,95.0318,0.0000,2.3972,5.7645,86.8702,23613.8711,23613.8711,23613.8711,23613.8711,23613.8711 +682.5000,1.0000,8568.4173,33.8960,33.2490,0.3594,0.0000,3,1994.3925,327.8728,824.9013,-117.9005,68.4770,172.2825,-24.6238,15.5304,39.7804,0.0000,0.0000,13.1661,41.5172,-1.8581,0.0000,43.3753,0.0000,43.3753,3.7650,39.6103,0.0000,39.6103,0.3004,39.3099,0.0000,3.0578,6.2598,29.9923,14339.3350,14339.3350,14339.3350,14339.3350,14339.3350 +683.5000,1.0000,8578.0906,35.2180,34.5430,0.3750,0.0000,4,1974.0600,202.8438,794.8796,-117.1365,41.9325,164.3200,-24.2148,-17.8370,49.8145,0.0000,0.0000,9.9549,45.2347,-1.4716,0.0000,46.7063,0.0000,46.7063,3.9364,42.7699,0.0000,42.7699,0.3256,42.4443,0.0000,3.4298,6.5039,32.5106,9304.4178,9304.4178,9304.4178,9304.4178,9304.4178 +684.5000,1.0000,8588.3023,37.1560,35.8930,0.7017,0.0000,4,1642.7485,462.8039,706.0782,-104.9959,79.6153,121.4654,-18.0623,-18.5802,90.9871,0.0000,0.0000,7.2085,78.1303,-2.2025,0.0000,80.3328,0.0000,80.3328,4.6189,75.7139,0.0000,75.7139,0.6428,75.0711,0.0000,4.0309,6.8618,64.1784,15924.0944,15924.0944,15924.0944,15924.0944,15924.0944 +685.5000,1.0000,8599.1492,39.4430,38.4190,0.5689,0.0000,4,1513.0085,518.0705,761.8596,-98.3142,82.0841,120.7105,-15.5771,5.0580,69.8253,0.0000,0.0000,7.2007,70.5071,-2.0996,0.0000,72.6067,0.0000,72.6067,4.7131,67.8936,0.0000,67.8936,0.5532,67.3403,0.0000,4.8196,7.2841,55.2366,16207.3585,16207.3585,16207.3585,16207.3585,16207.3585 +686.5000,1.0000,8610.4428,41.0510,40.4670,0.3244,0.0000,4,1606.2030,365.3153,772.4555,-103.6944,61.4465,129.9279,-17.4415,3.8230,48.4933,0.0000,0.0000,9.1302,48.9668,-1.6916,0.0000,50.6584,0.0000,50.6584,4.5317,46.1267,0.0000,46.1267,0.3284,45.7984,0.0000,5.4309,7.5811,32.7864,12491.3560,12491.3560,12491.3560,12491.3560,12491.3560 +687.5000,1.0000,8622.0181,42.0650,41.6350,0.2389,0.0000,4,1659.6860,300.3819,741.0777,-105.5991,52.2069,128.8007,-18.3533,1.5008,41.6763,0.0000,0.0000,9.0298,41.6207,-1.5648,0.0000,43.1855,0.0000,43.1855,4.5896,38.5958,0.0000,38.5958,0.2478,38.3481,0.0000,5.8428,7.7684,24.7369,10837.3309,10837.3309,10837.3309,10837.3309,10837.3309 +688.5000,1.0000,8633.7417,42.5990,42.4950,0.0578,0.0000,4,1687.8005,190.6475,730.7562,-106.6003,33.6962,129.1583,-18.8412,1.3878,23.3725,0.0000,0.0000,8.9358,23.5006,-1.2013,0.0000,24.7019,0.0000,24.7019,4.6479,20.0540,0.0000,20.0540,0.0607,19.9933,0.0000,6.0675,7.8670,6.0588,7407.3157,7407.3157,7407.3157,7407.3157,7407.3157 +689.5000,1.0000,8645.6244,43.1720,42.7030,0.2606,0.0000,4,1706.2635,307.8727,707.0272,-107.2578,55.0105,126.3313,-19.1648,0.5316,45.6532,0.0000,0.0000,8.8257,45.2969,-1.6706,0.0000,46.9675,0.0000,46.9675,4.7104,42.2571,0.0000,42.2571,0.2773,41.9797,0.0000,6.3164,7.9728,27.6906,11417.6687,11417.6687,11417.6687,11417.6687,11417.6687 +690.5000,1.0000,8657.7694,44.1160,43.6410,0.2639,0.0000,4,1728.6180,318.2300,741.9862,-108.0539,57.6061,134.3147,-19.5600,1.8345,46.9515,0.0000,0.0000,8.8202,46.9157,-1.7297,0.0000,48.6454,0.0000,48.6454,4.8134,43.8320,0.0000,43.8320,0.2870,43.5450,0.0000,6.7398,8.1471,28.6580,11911.6035,11911.6035,11911.6035,11911.6035,11911.6035 +691.5000,1.0000,8670.2275,45.2430,44.5910,0.3622,0.0000,4,1775.9210,384.4780,754.0090,-109.7385,71.5029,140.2261,-20.4085,3.2742,59.2832,0.0000,0.0000,8.9455,59.4289,-2.0213,0.0000,61.4502,0.0000,61.4502,5.0787,56.3715,0.0000,56.3715,0.4040,55.9675,0.0000,7.2703,8.3553,40.3418,14550.9986,14550.9986,14550.9986,14550.9986,14550.9986 +692.5000,1.0000,8683.0994,46.7330,45.8950,0.4656,0.0000,4,1830.7010,448.7769,777.8069,-111.7496,86.0353,149.1138,-21.4236,2.7834,74.1333,0.0000,0.0000,9.1186,73.8123,-2.3625,0.0000,76.1748,0.0000,76.1748,5.4365,70.7383,0.0000,70.7383,0.5364,70.2019,0.0000,8.0135,8.6304,53.5580,17310.0660,17310.0660,17310.0660,17310.0660,17310.0660 +693.5000,1.0000,8696.2618,47.7785,47.5710,0.1153,0.0000,4,1888.4565,239.9684,797.1900,-113.9198,47.4558,157.6513,-22.5286,3.8268,34.2657,0.0000,0.0000,9.3633,34.7137,-1.5778,0.0000,36.2915,0.0000,36.2915,5.2130,31.0785,0.0000,31.0785,0.1358,30.9427,0.0000,8.5608,8.8235,13.5584,10191.0695,10191.0695,10191.0695,10191.0695,10191.0695 +694.5000,1.0000,8709.6148,48.4650,47.9860,0.2661,0.0000,5,1800.5265,275.1130,747.2214,-110.6158,51.8727,140.8891,-20.8567,-13.3712,59.0075,0.0000,0.0000,6.2364,54.5057,-0.7346,0.0000,55.2404,0.0000,55.2404,5.2879,49.9525,0.0000,49.9525,0.3180,49.6345,0.0000,8.9359,8.9503,31.7483,10902.3740,10902.3740,10902.3740,10902.3740,10902.3740 +695.5000,1.0000,8723.3702,49.9135,48.9440,0.5386,0.0000,5,1507.8205,593.7273,700.6388,-98.0065,93.7487,110.6299,-15.4751,-15.9061,104.5197,0.0000,0.0000,5.1351,90.8477,-0.9392,0.0000,91.7869,0.0000,91.7869,5.9629,85.8240,0.0000,85.8240,0.6628,85.1612,0.0000,9.7640,9.2178,66.1794,18328.2477,18328.2477,18328.2477,18328.2477,18328.2477 +696.5000,1.0000,8737.6600,51.8370,50.8830,0.5300,0.0000,5,1373.2360,706.2314,800.6521,-90.0246,101.5596,115.1377,-12.9460,3.1366,93.2271,0.0000,0.0000,5.1958,94.0218,-0.9838,0.0000,95.0056,0.0000,95.0056,6.1879,88.8177,0.0000,88.8177,0.6774,88.1404,0.0000,10.9365,9.5730,67.6309,19794.7125,19794.7125,19794.7125,19794.7125,19794.7125 +697.5000,1.0000,8752.3632,53.3255,52.7910,0.2969,0.0000,5,1429.5415,486.9174,815.5743,-93.3639,72.8921,122.0925,-13.9767,1.6778,65.9420,0.0000,0.0000,5.2723,66.1604,-0.8657,0.0000,67.0261,0.0000,67.0261,5.9050,61.1212,0.0000,61.1212,0.3904,60.7308,0.0000,11.9031,9.8479,38.9798,14406.8182,14406.8182,14406.8182,14406.8182,14406.8182 +698.5000,1.0000,8767.3805,54.4565,53.8600,0.3314,0.0000,5,1461.0510,519.0889,744.3617,-95.2327,79.4211,113.8880,-14.5707,1.1124,72.9731,0.0000,0.0000,5.3355,72.7950,-0.9167,0.0000,73.7116,0.0000,73.7116,6.1092,67.6025,0.0000,67.6025,0.4449,67.1576,0.0000,12.6769,10.0568,44.4239,15636.0961,15636.0961,15636.0961,15636.0961,15636.0961 +699.5000,1.0000,8782.7359,55.6735,55.0530,0.3447,0.0000,5,1494.2775,537.0581,760.7193,-97.2033,84.0391,119.0376,-15.2104,1.9113,76.6593,0.0000,0.0000,5.4684,76.8711,-0.9563,0.0000,77.8274,0.0000,77.8274,6.2827,71.5447,0.0000,71.5447,0.4732,71.0715,0.0000,13.5460,10.2815,47.2440,16530.3451,16530.3451,16530.3451,16530.3451,16530.3451 +700.5000,1.0000,8798.4245,56.8730,56.2940,0.3217,0.0000,5,1522.2400,516.8511,771.7565,-98.8617,82.3905,123.0246,-15.7594,0.6669,76.2505,0.0000,0.0000,5.4731,75.8358,-0.9702,0.0000,76.8060,0.0000,76.8060,6.3776,70.4284,0.0000,70.4284,0.4510,69.9774,0.0000,14.4402,10.5030,45.0341,16280.9092,16280.9092,16280.9092,16280.9092,16280.9092 +701.5000,1.0000,8814.4280,58.0065,57.4520,0.3081,0.0000,5,1550.0115,512.7027,769.4845,-100.5088,83.2203,124.9003,-16.3143,1.9644,75.6750,0.0000,0.0000,5.5809,75.9564,-0.9892,0.0000,76.9456,0.0000,76.9456,6.4838,70.4618,0.0000,70.4618,0.4406,70.0212,0.0000,15.3208,10.7124,43.9881,16488.3463,16488.3463,16488.3463,16488.3463,16488.3463 +702.5000,1.0000,8830.7312,59.0855,58.5610,0.2914,0.0000,5,1584.8400,497.3109,773.2649,-102.5744,82.5357,128.3342,-17.0237,1.3812,75.4757,0.0000,0.0000,5.6789,75.4814,-1.0045,0.0000,76.4859,0.0000,76.4859,6.5761,69.9098,0.0000,69.9098,0.4245,69.4853,0.0000,16.1915,10.9116,42.3822,16447.1605,16447.1605,16447.1605,16447.1605,16447.1605 +703.5000,1.0000,8847.2908,60.0085,59.6100,0.2214,0.0000,5,1620.8135,437.0961,773.7045,-104.2147,74.1888,131.3218,-17.6885,2.1681,66.2002,0.0000,0.0000,5.8205,66.6473,-0.9752,0.0000,67.6225,0.0000,67.6225,6.5474,61.0751,0.0000,61.0751,0.3275,60.7475,0.0000,16.9617,11.0821,32.7038,14901.3269,14901.3269,14901.3269,14901.3269,14901.3269 +704.5000,1.0000,8864.0809,60.8385,60.4070,0.2397,0.0000,5,1643.7785,448.5219,760.5395,-105.0325,77.2068,130.9163,-18.0799,0.1194,71.2804,0.0000,0.0000,5.8070,70.8293,-1.0102,0.0000,71.8395,0.0000,71.8395,6.6675,65.1721,0.0000,65.1721,0.3596,64.8125,0.0000,17.6754,11.2354,35.9018,15471.8144,15471.8144,15471.8144,15471.8144,15471.8144 +705.5000,1.0000,8881.0739,61.5690,61.2700,0.1661,0.0000,5,1655.2990,390.6132,766.3739,-105.4428,67.7099,132.8452,-18.2777,1.0509,60.7793,0.0000,0.0000,5.8797,60.8633,-0.9722,0.0000,61.8355,0.0000,61.8355,6.7177,55.1179,0.0000,55.1179,0.2522,54.8657,0.0000,18.3192,11.3703,25.1762,13722.7909,13722.7909,13722.7909,13722.7909,13722.7909 +706.5000,1.0000,8898.2271,62.1455,61.8680,0.1542,0.0000,5,1680.9720,381.9033,753.5812,-106.3571,67.2268,132.6536,-18.7221,1.5830,59.6627,0.0000,0.0000,5.9811,59.9394,-0.9774,0.0000,60.9168,0.0000,60.9168,6.7806,54.1362,0.0000,54.1362,0.2362,53.9000,0.0000,18.8386,11.4767,23.5846,13665.2724,13665.2724,13665.2724,13665.2724,13665.2724 +707.5000,1.0000,8915.5637,62.8055,62.4230,0.2125,0.0000,5,1697.9855,430.6230,754.8651,-106.9630,76.5702,134.2245,-19.0194,0.1750,70.3968,0.0000,0.0000,5.9984,70.0399,-1.0398,0.0000,71.0796,0.0000,71.0796,6.8526,64.2270,0.0000,64.2270,0.3290,63.8980,0.0000,19.4455,11.5986,32.8538,15434.5719,15434.5719,15434.5719,15434.5719,15434.5719 +708.5000,1.0000,8933.1014,63.5300,63.1880,0.1900,0.0000,5,1713.7785,418.8607,770.2301,-107.5254,75.1714,138.2305,-19.2972,1.4855,67.5693,0.0000,0.0000,6.1167,67.7610,-1.0408,0.0000,68.8018,0.0000,68.8018,6.9316,61.8702,0.0000,61.8702,0.2976,61.5726,0.0000,20.1261,11.7324,29.7140,15184.7717,15184.7717,15184.7717,15184.7717,15184.7717 +709.5000,1.0000,8950.7943,64.0885,63.8720,0.1203,0.0000,5,1729.9915,353.8739,769.9319,-108.1028,64.1093,139.4842,-19.5844,0.2229,57.7801,0.0000,0.0000,6.1062,57.6555,-0.9995,0.0000,58.6550,0.0000,58.6550,6.9926,51.6624,0.0000,51.6624,0.1900,51.4724,0.0000,20.6612,11.8356,18.9756,13105.9500,13105.9500,13105.9500,13105.9500,13105.9500 +710.5000,1.0000,8968.5075,64.1615,64.3050,-0.0797,0.0000,5,1738.1935,179.5083,755.9541,-108.3949,32.6747,137.6012,-19.7304,0.6515,25.8735,0.0000,0.0000,6.1497,26.0225,-0.8410,0.0000,26.8636,0.0000,26.8636,7.0005,19.8630,0.0000,19.8630,-0.1261,19.9892,0.0000,20.7318,11.8490,-12.5917,7275.9295,7275.9295,7275.9295,7275.9295,7275.9295 +711.5000,1.0000,8986.1013,63.7315,64.0180,-0.1592,0.0000,5,1738.1935,101.6434,713.6650,-108.3949,18.5015,129.9036,-19.7304,-0.6515,13.0393,0.0000,0.0000,6.1136,13.0522,-0.7680,0.0000,13.8202,0.0000,13.8202,6.9536,6.8666,0.0000,6.8666,-0.2501,7.1167,0.0000,20.3181,11.7696,-24.9710,4778.2324,4778.2324,4778.2324,4778.2324,4778.2324 +712.5000,1.0000,9003.5295,63.1355,63.4450,-0.1719,0.0000,5,1719.7300,84.9976,688.9382,-107.7374,15.3072,124.0707,-19.4024,-1.3053,10.5898,0.0000,0.0000,6.0227,10.5655,-0.7451,0.0000,11.3106,0.0000,11.3106,6.8886,4.4220,0.0000,4.4220,-0.2676,4.6896,0.0000,19.7534,11.6596,-26.7234,4343.0557,4343.0557,4343.0557,4343.0557,4343.0557 +713.5000,1.0000,9020.7622,62.4320,62.8260,-0.2189,0.0000,5,1709.2010,50.0509,681.1384,-107.3624,8.9585,121.9150,-19.2165,0.1922,2.7286,0.0000,0.0000,6.0377,2.7488,-0.7161,0.0000,3.4649,0.0000,3.4649,6.8118,-3.3469,0.0000,-3.3469,-0.3369,-3.0100,0.0000,19.1007,11.5296,-33.6403,3633.3967,3633.3967,3633.3967,3633.3967,3633.3967 +714.5000,1.0000,9037.8206,61.8040,62.0380,-0.1300,0.0000,5,1689.0590,111.7711,665.2929,-106.6451,19.7698,117.6756,-18.8632,-2.2792,16.1099,0.0000,0.0000,5.9391,15.9608,-0.7494,0.0000,16.7102,0.0000,16.7102,6.7433,9.9669,0.0000,9.9669,-0.1981,10.1650,0.0000,18.5296,11.4137,-19.7783,4897.5884,4897.5884,4897.5884,4897.5884,4897.5884 +715.5000,1.0000,9054.7794,61.4460,61.5700,-0.0689,0.0000,5,1675.8220,180.4297,677.9201,-106.1737,31.6639,118.9693,-18.6326,0.8991,24.7684,0.0000,0.0000,5.9964,24.9479,-0.7887,0.0000,25.7366,0.0000,25.7366,6.7042,19.0324,0.0000,19.0324,-0.1044,19.1368,0.0000,18.2093,11.3476,-10.4201,7020.1586,7020.1586,7020.1586,7020.1586,7020.1586 +716.5000,1.0000,9071.6615,61.1695,61.3220,-0.0847,0.0000,5,1675.1355,155.6241,696.3819,-106.1493,27.2996,122.1592,-18.6207,-0.9693,22.3496,0.0000,0.0000,5.9192,22.2795,-0.7706,0.0000,23.0501,0.0000,23.0501,6.6741,16.3760,0.0000,16.3760,-0.1278,16.5037,0.0000,17.9646,11.2965,-12.7574,6225.3524,6225.3524,6225.3524,6225.3524,6225.3524 +717.5000,1.0000,9088.4316,60.7665,61.0170,-0.1392,0.0000,5,1657.1680,108.1374,684.9790,-105.5094,18.7660,118.8700,-18.3099,-0.8696,13.7320,0.0000,0.0000,5.9036,13.7177,-0.7205,0.0000,14.4383,0.0000,14.4383,6.6301,7.8082,0.0000,7.8082,-0.2085,8.0167,0.0000,17.6121,11.2221,-20.8175,4689.8354,4689.8354,4689.8354,4689.8354,4689.8354 +718.5000,1.0000,9105.0566,60.2440,60.5160,-0.1511,0.0000,5,1635.1185,93.4804,664.9204,-104.7241,16.0066,113.8538,-17.9318,-1.3560,11.5689,0.0000,0.0000,5.7937,11.5254,-0.7007,0.0000,12.2261,0.0000,12.2261,6.5731,5.6530,0.0000,5.6530,-0.2244,5.8774,0.0000,17.1617,11.1256,-22.4099,4253.1773,4253.1773,4253.1773,4253.1773,4253.1773 +719.5000,1.0000,9121.5257,59.6825,59.9720,-0.1608,0.0000,5,1618.8675,89.4002,655.6242,-104.1454,15.1558,111.1463,-17.6555,-0.2730,9.6415,0.0000,0.0000,5.7873,9.6721,-0.6820,0.0000,10.3541,0.0000,10.3541,6.5118,3.8422,0.0000,3.8422,-0.2367,4.0789,0.0000,16.6864,11.0219,-23.6294,4124.4169,4124.4169,4124.4169,4124.4169,4124.4169 +720.5000,1.0000,9137.8340,59.1040,59.3930,-0.1606,0.0000,5,1608.4155,84.5559,651.1930,-103.7732,14.2420,109.6823,-17.4788,-0.7611,9.3043,0.0000,0.0000,5.6988,9.3052,-0.6705,0.0000,9.9757,0.0000,9.9757,6.4487,3.5270,0.0000,3.5270,-0.2340,3.7610,0.0000,16.2059,10.9150,-23.3599,4002.5356,4002.5356,4002.5356,4002.5356,4002.5356 +721.5000,1.0000,9153.9693,58.4810,58.8150,-0.1856,0.0000,5,1590.7150,59.5627,644.0739,-102.9228,9.9219,107.2894,-17.1448,-0.9764,5.2612,0.0000,0.0000,5.6371,5.2582,-0.6412,0.0000,5.8994,0.0000,5.8994,6.3807,-0.4814,0.0000,-0.4814,-0.2675,-0.2138,0.0000,15.6989,10.8000,-26.7127,3482.6839,3482.6839,3482.6839,3482.6839,3482.6839 +722.5000,1.0000,9169.9427,57.8985,58.1470,-0.1381,0.0000,5,1573.5100,100.8355,630.0093,-101.9024,16.6154,103.8114,-16.7912,-0.6967,11.7107,0.0000,0.0000,5.6015,11.7072,-0.6629,0.0000,12.3702,0.0000,12.3702,6.3172,6.0530,0.0000,6.0530,-0.1971,6.2500,0.0000,15.2342,10.6924,-19.6766,4213.7904,4213.7904,4213.7904,4213.7904,4213.7904 +723.5000,1.0000,9185.7905,57.4460,57.6500,-0.1133,0.0000,5,1563.4775,123.2417,639.8654,-101.3074,20.1780,104.7632,-16.5868,-0.2710,14.8714,0.0000,0.0000,5.5776,14.8974,-0.6717,0.0000,15.5691,0.0000,15.5691,6.2678,9.3013,0.0000,9.3013,-0.1605,9.4618,0.0000,14.8798,10.6089,-16.0268,4816.8849,4816.8849,4816.8849,4816.8849,4816.8849 +724.5000,1.0000,9201.5244,57.0360,57.2420,-0.1144,0.0000,5,1549.3250,116.5933,642.7392,-100.4680,18.9167,104.2812,-16.3004,-1.0780,14.4814,0.0000,0.0000,5.5133,14.4276,-0.6627,0.0000,15.0903,0.0000,15.0903,6.2231,8.8672,0.0000,8.8672,-0.1609,9.0282,0.0000,14.5634,10.5331,-16.0684,4585.0042,4585.0042,4585.0042,4585.0042,4585.0042 +725.5000,1.0000,9217.1529,56.6565,56.8300,-0.0964,0.0000,5,1545.9680,141.0628,639.1729,-100.2689,22.8371,103.4779,-16.2329,0.7570,16.5371,0.0000,0.0000,5.5431,16.6734,-0.6680,0.0000,17.3414,0.0000,17.3414,6.1817,11.1597,0.0000,11.1597,-0.1346,11.2944,0.0000,14.2746,10.4631,-13.4433,5267.1185,5267.1185,5267.1185,5267.1185,5267.1185 +726.5000,1.0000,9232.6510,56.1875,56.4830,-0.1642,0.0000,5,1541.0470,69.1295,645.8297,-99.9771,11.1560,104.2227,-16.1341,-1.2202,6.9067,0.0000,0.0000,5.4696,6.8851,-0.6110,0.0000,7.4961,0.0000,7.4961,6.1305,1.3656,0.0000,1.3656,-0.2274,1.5930,0.0000,13.9233,10.3764,-22.7067,3509.1608,3509.1608,3509.1608,3509.1608,3509.1608 +727.5000,1.0000,9247.9442,55.4495,55.8920,-0.2458,0.0000,5,1516.8995,-3.0399,613.9454,-98.5449,-0.4829,97.5248,-15.6538,-1.0483,-4.8324,0.0000,0.0000,5.3978,-4.8351,-0.6157,0.0000,-4.2194,0.0000,-4.2194,6.0500,-10.2694,0.0000,-10.2694,-0.3361,-9.9333,0.0000,13.3823,10.2402,-33.5558,2134.0217,2134.0217,2134.0217,2134.0217,2134.0217 +728.5000,1.0000,9262.9839,54.5370,55.0070,-0.2611,0.0000,5,1492.5615,-20.0765,580.0959,-97.1015,-3.1380,90.6694,-15.1770,-1.1993,-7.2590,0.0000,0.0000,5.3204,-7.2580,-0.6068,0.0000,-6.6511,0.0000,-6.6511,5.9504,-12.6015,0.0000,-12.6015,-0.3511,-12.2504,0.0000,12.7326,10.0716,-35.0547,1690.5306,1690.5306,1690.5306,1690.5306,1690.5306 +729.5000,1.0000,9277.7610,53.5915,54.0670,-0.2642,0.0000,5,1465.1715,-26.3255,564.2915,-95.4771,-4.0392,86.5806,-14.6493,-1.2872,-7.9735,0.0000,0.0000,5.2215,-7.9663,-0.5934,0.0000,-7.3730,0.0000,-7.3730,5.8473,-13.2202,0.0000,-13.2202,-0.3490,-12.8712,0.0000,12.0818,9.8970,-34.8500,1507.7282,1507.7282,1507.7282,1507.7282,1507.7282 +730.5000,1.0000,9292.1538,52.2080,53.1160,-0.5044,0.0640,5,1436.6750,-93.7870,552.1168,-93.7870,-14.1101,83.0650,-14.1101,-1.2520,-17.9915,0.0000,0.0000,5.1334,-18.1291,-0.5967,0.0000,-17.5324,0.0000,-17.5324,5.6963,-23.2287,20.6304,-43.8591,-0.6493,-43.2098,0.8066,11.1726,9.6415,-64.8305,0.0000,0.0000,0.0000,0.0000,0.0000 +731.5000,1.0000,9306.0573,50.4465,51.3000,-0.4742,0.0780,5,1401.2740,-91.6874,513.4390,-91.6874,-13.4543,75.3426,-13.4543,-1.8252,-16.6655,0.0000,0.0000,5.0364,-16.6957,-0.5657,0.0000,-16.1300,0.0000,-16.1300,5.5041,-21.6341,17.4934,-39.1276,-0.5897,-38.5378,0.9499,10.0793,9.3162,-58.8832,0.0000,0.0000,0.0000,0.0000,0.0000 +732.5000,1.0000,9319.5257,48.8805,49.5930,-0.3958,0.0780,5,1342.7560,-88.2169,493.5659,-88.2169,-12.4044,69.4018,-12.4044,-3.0764,-14.1790,0.0000,0.0000,4.8510,-13.9890,-0.5351,0.0000,-13.4539,0.0000,-13.4539,5.3332,-18.7872,10.2033,-28.9905,-0.4770,-28.5135,0.9204,9.1687,9.0270,-47.6296,0.0000,0.0000,0.0000,0.0000,0.0000 +733.5000,1.0000,9332.7695,48.0715,48.1680,-0.0536,0.0070,5,1299.0770,149.0313,481.2459,-85.6263,20.2741,65.4682,-11.6485,-0.5083,16.0275,0.0000,0.0000,4.7549,15.9809,-0.5344,0.0000,16.5153,0.0000,16.5153,5.2450,11.2704,0.0000,11.2704,-0.0635,11.3339,0.0812,8.7192,8.8776,-6.3441,4536.2014,4536.2014,4536.2014,4536.2014,4536.2014 +734.5000,1.0000,9346.0021,48.0315,47.9750,0.0314,0.0000,5,1299.8395,229.5186,582.6775,-85.6716,31.2418,79.3134,-11.6615,0.5694,25.8611,0.0000,0.0000,4.8113,25.9725,-0.5843,0.0000,26.5568,0.0000,26.5568,5.2406,21.3162,0.0000,21.3162,0.0372,21.2790,0.0000,8.6974,8.8702,3.7113,6576.4073,6576.4073,6576.4073,6576.4073,6576.4073 +735.5000,1.0000,9359.2421,48.0580,48.0880,-0.0167,0.0000,5,1302.1665,181.3079,616.9588,-85.8096,24.7236,84.1301,-11.7012,-0.3844,20.3455,0.0000,0.0000,4.7625,20.2830,-0.5560,0.0000,20.8390,0.0000,20.8390,5.2435,15.5955,0.0000,15.5955,-0.0197,15.6152,0.0000,8.7118,8.8751,-1.9717,5363.5946,5363.5946,5363.5946,5363.5946,5363.5946 +736.5000,1.0000,9372.4957,48.1070,48.0280,0.0439,0.0000,5,1299.7250,238.6268,596.4330,-85.6648,32.4787,81.1786,-11.6596,0.1888,27.5229,0.0000,0.0000,4.7670,27.5278,-0.5932,0.0000,28.1211,0.0000,28.1211,5.2489,22.8722,0.0000,22.8722,0.0521,22.8201,0.0000,8.7385,8.8842,5.1975,6806.9022,6806.9022,6806.9022,6806.9022,6806.9022 +737.5000,1.0000,9385.8117,48.3315,48.1860,0.0808,0.0000,5,1306.8585,272.5951,621.4139,-86.0878,37.3057,85.0429,-11.7815,0.3827,32.1337,0.0000,0.0000,4.7893,32.1542,-0.6198,0.0000,32.7740,0.0000,32.7740,5.2733,27.5007,0.0000,27.5007,0.0963,27.4043,0.0000,8.8615,8.9256,9.6172,7703.8355,7703.8355,7703.8355,7703.8355,7703.8355 +738.5000,1.0000,9399.2306,48.7020,48.4770,0.1250,0.0000,5,1314.5265,312.3132,637.0902,-86.5426,42.9921,87.6999,-11.9132,0.2341,37.9481,0.0000,0.0000,4.8099,37.8569,-0.6539,0.0000,38.5109,0.0000,38.5109,5.3138,33.1971,0.0000,33.1971,0.1501,33.0470,0.0000,9.0669,8.9941,14.9860,8778.5499,8778.5499,8778.5499,8778.5499,8778.5499 +739.5000,1.0000,9412.8603,49.4610,48.9270,0.2967,0.0000,5,1326.3525,472.3092,655.4206,-87.2440,65.6015,91.0349,-12.1178,0.7271,60.0343,0.0000,0.0000,4.8402,59.7928,-0.7757,0.0000,60.5685,0.0000,60.5685,5.4530,55.1155,0.0000,55.1155,0.3618,54.7537,0.0000,9.4984,9.1342,36.1211,13036.9417,13036.9417,13036.9417,13036.9417,13036.9417 +740.5000,1.0000,9426.8300,50.6850,49.9950,0.3833,0.0000,5,1355.2680,558.8888,722.6689,-88.9589,79.3194,102.5636,-12.6253,1.6636,72.7104,0.0000,0.0000,4.9453,72.7918,-0.8594,0.0000,73.6512,0.0000,73.6512,5.7617,67.8895,0.0000,67.8895,0.4790,67.4105,0.0000,10.2219,9.3603,47.8283,15556.9805,15556.9805,15556.9805,15556.9805,15556.9805 +741.5000,1.0000,9441.1976,52.1175,51.3750,0.4125,0.0000,5,1393.6825,588.9966,760.1376,-91.2372,85.9618,110.9391,-13.3157,1.5770,79.3485,0.0000,0.0000,5.0363,79.2682,-0.9135,0.0000,80.1817,0.0000,80.1817,5.9913,74.1904,0.0000,74.1904,0.5300,73.6603,0.0000,11.1135,9.6248,52.9221,16809.7272,16809.7272,16809.7272,16809.7272,16809.7272 +742.5000,1.0000,9455.9504,53.5040,52.8600,0.3578,0.0000,5,1431.3345,542.8715,776.2364,-93.4703,81.3705,116.3493,-14.0102,1.6900,74.5341,0.0000,0.0000,5.1464,74.6369,-0.9112,0.0000,75.5481,0.0000,75.5481,6.0492,69.4989,0.0000,69.4989,0.4720,69.0270,0.0000,12.0235,9.8809,47.1226,15964.1843,15964.1843,15964.1843,15964.1843,15964.1843 +743.5000,1.0000,9471.0807,54.8630,54.1480,0.3972,0.0000,5,1470.8935,582.0590,764.6859,-95.8164,89.6555,117.7858,-14.7588,1.8366,82.5368,0.0000,0.0000,5.2821,82.6012,-0.9725,0.0000,83.5737,0.0000,83.5737,6.2944,77.2793,0.0000,77.2793,0.5373,76.7420,0.0000,12.9635,10.1318,53.6466,17537.5960,17537.5960,17537.5960,17537.5960,17537.5960 +744.5000,1.0000,9486.5833,56.2035,55.5780,0.3475,0.0000,5,1516.0220,539.1580,783.7443,-98.4929,85.5953,124.4253,-15.6365,2.3085,77.8538,0.0000,0.0000,5.4330,78.2562,-0.9717,0.0000,79.2280,0.0000,79.2280,6.3524,72.8756,0.0000,72.8756,0.4815,72.3940,0.0000,13.9365,10.3794,48.0781,16849.9372,16849.9372,16849.9372,16849.9372,16849.9372 +745.5000,1.0000,9502.4115,57.3755,56.8290,0.3036,0.0000,5,1546.8455,497.4937,775.8765,-100.3210,80.5867,125.6806,-16.2505,0.5726,74.5779,0.0000,0.0000,5.4362,74.1621,-0.9699,0.0000,75.1320,0.0000,75.1320,6.3987,68.7334,0.0000,68.7334,0.4295,68.3039,0.0000,14.8262,10.5958,42.8818,16005.7721,16005.7721,16005.7721,16005.7721,16005.7721 +746.5000,1.0000,9518.4995,58.3110,57.9220,0.2161,0.0000,5,1570.0010,426.0287,767.1336,-101.6943,70.0434,126.1245,-16.7196,1.6514,62.8314,0.0000,0.0000,5.5606,63.0960,-0.9292,0.0000,64.0251,0.0000,64.0251,6.3622,57.6629,0.0000,57.6629,0.3107,57.3523,0.0000,15.5626,10.7686,31.0211,14020.9702,14020.9702,14020.9702,14020.9702,14020.9702 +747.5000,1.0000,9534.7905,59.0415,58.7000,0.1897,0.0000,5,1588.4260,399.2734,748.6463,-102.7870,66.4150,124.5295,-17.0976,0.1265,60.7228,0.0000,0.0000,5.5657,60.4229,-0.9277,0.0000,61.3505,0.0000,61.3505,6.4419,54.9086,0.0000,54.9086,0.2762,54.6325,0.0000,16.1546,10.9035,27.5743,13412.0914,13412.0914,13412.0914,13412.0914,13412.0914 +748.5000,1.0000,9551.2181,59.5335,59.3830,0.0836,0.0000,5,1598.5350,310.3228,743.1920,-103.3866,51.9475,124.4090,-17.3067,0.8651,45.4314,0.0000,0.0000,5.6510,45.5667,-0.8608,0.0000,46.4274,0.0000,46.4274,6.4956,39.9319,0.0000,39.9319,0.1227,39.8091,0.0000,16.5614,10.9944,12.2533,10709.1529,10709.1529,10709.1529,10709.1529,10709.1529 +749.5000,1.0000,9567.7162,59.7870,59.6840,0.0572,0.0000,5,1611.6960,284.6288,718.3509,-103.8900,48.0386,121.2407,-17.5342,0.4304,41.9565,0.0000,0.0000,5.6517,41.9974,-0.8470,0.0000,42.8443,0.0000,42.8443,6.5232,36.3211,0.0000,36.3211,0.0843,36.2367,0.0000,16.7738,11.0412,8.4217,9974.9572,9974.9572,9974.9572,9974.9572,9974.9572 +750.5000,1.0000,9584.2251,59.8260,59.8900,-0.0356,0.0000,5,1624.6280,204.0263,713.3725,-104.3505,34.7111,121.3665,-17.7532,0.8563,28.1363,0.0000,0.0000,5.7185,28.3152,-0.7785,0.0000,29.0938,0.0000,29.0938,6.5275,22.5663,0.0000,22.5663,-0.0524,22.6187,0.0000,16.8067,11.0484,-5.2363,7509.3139,7509.3139,7509.3139,7509.3139,7509.3139 +751.5000,1.0000,9600.6830,59.6425,59.7620,-0.0664,0.0000,5,1618.6390,164.7339,688.7569,-104.1373,27.9230,116.7467,-17.6516,-1.4485,23.7446,0.0000,0.0000,5.6268,23.5781,-0.7515,0.0000,24.3297,0.0000,24.3297,6.5075,17.8222,0.0000,17.8222,-0.0976,17.9198,0.0000,16.6525,11.0145,-9.7472,6261.3424,6261.3424,6261.3424,6261.3424,6261.3424 +752.5000,1.0000,9617.1067,59.5195,59.5230,-0.0019,0.0000,5,1611.0095,232.1303,674.9351,-103.8655,39.1614,113.8646,-17.5226,0.6868,32.8076,0.0000,0.0000,5.6670,32.9509,-0.7968,0.0000,33.7477,0.0000,33.7477,6.4940,27.2537,0.0000,27.2537,-0.0029,27.2565,0.0000,16.5496,10.9918,-0.2849,8322.4728,8322.4728,8322.4728,8322.4728,8322.4728 +753.5000,1.0000,9633.5210,59.4855,59.5160,-0.0169,0.0000,5,1610.5895,212.1248,695.1196,-103.8506,35.7771,117.2392,-17.5155,-0.7282,30.8313,0.0000,0.0000,5.6740,30.7061,-0.7849,0.0000,31.4911,0.0000,31.4911,6.4903,25.0007,0.0000,25.0007,-0.0249,25.0256,0.0000,16.5213,10.9855,-2.4812,7691.9512,7691.9512,7691.9512,7691.9512,7691.9512 +754.5000,1.0000,9649.8746,59.2670,59.4550,-0.1044,0.0000,5,1606.8130,152.3530,688.2528,-103.7161,25.6357,115.8089,-17.4518,0.3539,17.5506,0.0000,0.0000,7.7312,17.6458,-0.7154,0.0000,18.3611,0.0000,18.3611,6.4665,11.8946,0.0000,11.8946,-0.1526,12.0472,0.0000,16.3401,10.9451,-15.2380,5855.5843,5855.5843,5855.5843,5855.5843,5855.5843 +755.5000,1.0000,9666.1267,58.9015,59.0790,-0.0986,0.0000,5,1600.2135,148.6590,668.2448,-103.4811,24.9114,111.9804,-17.3407,-1.0009,18.2518,0.0000,0.0000,7.6606,18.1904,-0.7121,0.0000,18.9025,0.0000,18.9025,6.4266,12.4759,0.0000,12.4759,-0.1432,12.6191,0.0000,16.0396,10.8777,-14.2982,5725.1259,5725.1259,5725.1259,5725.1259,5725.1259 +756.5000,1.0000,9682.2498,58.4370,58.7240,-0.1594,0.0000,5,1586.3660,97.7140,662.8530,-102.6649,16.2326,110.1157,-17.0551,-0.3568,8.9834,0.0000,0.0000,7.6060,9.0069,-0.6581,0.0000,9.6650,0.0000,9.6650,6.3759,3.2890,0.0000,3.2890,-0.2297,3.5188,0.0000,15.6634,10.7919,-22.9365,4186.8710,4186.8710,4186.8710,4186.8710,4186.8710 +757.5000,1.0000,9698.1529,57.6455,58.1500,-0.2803,0.0000,5,1576.1805,-11.5449,643.1292,-102.0608,-1.9056,106.1531,-16.8459,-0.6314,-8.8205,0.0000,0.0000,7.5463,-8.8615,-0.6622,0.0000,-8.1993,0.0000,-8.1993,6.2896,-14.4889,0.0000,-14.4889,-0.3983,-14.0906,0.0000,15.0363,10.6457,-39.7725,2068.6369,2068.6369,2068.6369,2068.6369,2068.6369 +758.5000,1.0000,9713.7647,56.5965,57.1410,-0.3025,0.0000,5,1558.7850,-36.0571,601.3553,-101.0291,-5.8858,98.1626,-16.4915,-1.0407,-12.3297,0.0000,0.0000,7.4847,-12.3627,-0.6533,0.0000,-11.7093,0.0000,-11.7093,6.1751,-17.8845,0.0000,-17.8845,-0.4221,-17.4624,0.0000,14.2305,10.4520,-42.1448,1458.5102,1458.5102,1458.5102,1458.5102,1458.5102 +759.5000,1.0000,9729.0810,55.5325,56.0520,-0.2886,0.0000,5,1529.9075,-31.9033,582.0812,-99.3164,-5.1113,93.2561,-15.9116,-1.6917,-10.7496,0.0000,0.0000,7.3300,-10.7234,-0.6317,0.0000,-10.0917,0.0000,-10.0917,6.0590,-16.1507,0.0000,-16.1507,-0.3952,-15.7556,0.0000,13.4428,10.2555,-39.4539,1490.6111,1490.6111,1490.6111,1490.6111,1490.6111 +760.5000,1.0000,9743.9942,54.0815,55.0130,-0.5175,0.0000,5,1491.5310,-97.0404,569.2549,-97.0404,-15.1570,88.9135,-15.1570,-1.8659,-20.4657,0.0000,0.0000,7.1746,-20.5400,-0.6341,0.0000,-19.9059,0.0000,-19.9059,5.9007,-25.8066,21.3720,-47.1786,-0.6900,-46.4886,0.0000,12.4190,9.9875,-68.8951,0.0000,0.0000,0.0000,0.0000,0.0000 +761.5000,1.0000,9758.4114,52.2960,53.1500,-0.4744,0.0470,5,1446.3645,-94.3617,528.2829,-94.3617,-14.2923,80.0153,-14.2923,-2.2024,-19.1280,0.0000,0.0000,7.0381,-19.1122,-0.6005,0.0000,-18.5117,0.0000,-18.5117,5.7059,-24.2176,15.9920,-40.2096,-0.6117,-39.5979,0.5934,11.2288,9.6578,-61.0778,0.0000,0.0000,0.0000,0.0000,0.0000 +762.5000,1.0000,9772.3603,50.6100,51.4420,-0.4622,0.3770,5,1395.8190,-91.3639,510.8865,-91.3639,-13.3546,74.6762,-13.3546,-2.2073,-16.0890,0.0000,0.0000,4.9416,-16.0562,-0.5666,0.0000,-15.4896,0.0000,-15.4896,5.5220,-21.0115,13.0214,-34.0329,-0.5768,-33.4562,4.6060,10.1774,9.3463,-57.5859,0.0000,0.0000,0.0000,0.0000,0.0000 +763.5000,1.0000,9785.8126,48.8225,49.7780,-0.5308,0.7880,5,1349.3170,-88.6060,496.2303,-88.6060,-12.5200,70.1174,-12.5200,-1.7196,-15.6755,0.0000,0.0000,4.8750,-15.7425,-0.5386,0.0000,-15.2039,0.0000,-15.2039,5.3269,-20.5309,16.4653,-36.9961,-0.6390,-36.3572,9.2872,9.1377,9.0160,-63.7981,0.0000,0.0000,0.0000,0.0000,0.0000 +764.5000,1.0000,9798.7283,46.8905,47.8670,-0.5425,0.9360,5,1299.8780,-85.6738,481.1658,-85.6738,-11.6622,65.4977,-11.6622,-2.2900,-14.0905,0.0000,0.0000,4.7184,-14.0726,-0.5057,0.0000,-13.5670,0.0000,-13.5670,5.1161,-18.6831,17.2146,-35.8977,-0.6272,-35.2705,10.5948,8.0957,8.6591,-62.6201,0.0000,0.0000,0.0000,0.0000,0.0000 +765.5000,1.0000,9811.1536,45.1250,45.9140,-0.4383,0.6230,5,1248.4170,-82.6218,466.4509,-82.6218,-10.8015,60.9810,-10.8015,-1.7460,-13.6419,0.0000,0.0000,4.5865,-13.6314,-0.4789,0.0000,-13.1525,0.0000,-13.1525,4.9235,-18.0760,8.7688,-26.8448,-0.4877,-26.3571,6.7865,7.2143,8.3333,-48.6913,0.0000,0.0000,0.0000,0.0000,0.0000 +766.5000,1.0000,9823.2116,43.8030,44.3360,-0.2961,0.2830,5,1210.1930,-54.6257,456.9501,-80.3548,-6.9228,57.9098,-10.1835,-1.1482,-10.2482,0.0000,0.0000,4.4736,-10.2420,-0.4517,0.0000,-9.7903,0.0000,-9.7903,4.7793,-14.5695,0.0000,-14.5695,-0.3198,-14.2497,2.9925,6.5976,8.0893,-31.9292,420.6399,420.6399,420.6399,420.6399,420.6399 +767.5000,1.0000,9835.0466,43.0000,43.2700,-0.1500,0.0600,5,1180.3615,51.9519,461.2738,-78.5788,6.4216,57.0168,-9.7129,-1.0425,3.0703,0.0000,0.0000,4.3938,3.0520,-0.4074,0.0000,3.4594,0.0000,3.4594,4.6916,-1.2322,0.0000,-1.2322,-0.1590,-1.0732,0.6228,6.2407,7.9410,-15.8778,2283.2887,2283.2887,2283.2887,2283.2887,2283.2887 +768.5000,1.0000,9846.7408,42.4930,42.7300,-0.1317,0.0000,5,1162.0890,68.1116,506.1620,-77.4888,8.2887,61.5967,-9.4299,-0.2777,4.1877,0.0000,0.0000,4.3787,4.1971,-0.3984,0.0000,4.5955,0.0000,4.5955,4.6363,-0.0408,0.0000,-0.0408,-0.1379,0.0971,0.0000,6.0225,7.8474,-13.7728,2529.2290,2529.2290,2529.2290,2529.2290,2529.2290 +769.5000,1.0000,9858.3594,42.2210,42.2560,-0.0194,0.0000,5,1151.2550,163.6969,510.7540,-76.8425,19.7352,61.5761,-9.2641,-0.4909,15.8993,0.0000,0.0000,4.3267,15.8166,-0.4535,0.0000,16.2700,0.0000,16.2700,4.6066,11.6634,0.0000,11.6634,-0.0202,11.6836,0.0000,5.9074,7.7972,-2.0209,4316.8523,4316.8523,4316.8523,4316.8523,4316.8523 +770.5000,1.0000,9869.9729,42.2025,42.1860,0.0092,0.0000,5,1138.9335,191.2371,552.9692,-76.1075,22.8086,65.9520,-9.0773,-0.3762,18.8882,0.0000,0.0000,4.2967,18.7916,-0.4683,0.0000,19.2599,0.0000,19.2599,4.6046,14.6552,0.0000,14.6552,0.0095,14.6457,0.0000,5.8996,7.7938,0.9523,4896.4394,4896.4394,4896.4394,4896.4394,4896.4394 +771.5000,1.0000,9881.5518,42.0780,42.2190,-0.0783,0.0000,5,1135.3860,117.4603,564.5560,-75.8959,13.9657,67.1242,-9.0238,0.1277,9.5465,0.0000,0.0000,4.2915,9.5941,-0.4202,0.0000,10.0143,0.0000,10.0143,4.5910,5.4232,0.0000,5.4232,-0.0813,5.5045,0.0000,5.8476,7.7708,-8.1139,3294.9796,3294.9796,3294.9796,3294.9796,3294.9796 +772.5000,1.0000,9893.0905,41.9335,41.9370,-0.0019,0.0000,5,1137.1025,182.4588,529.9254,-75.9983,21.7267,63.1020,-9.0497,-0.0080,17.4465,0.0000,0.0000,4.2881,17.4462,-0.4579,0.0000,17.9042,0.0000,17.9042,4.5753,13.3289,0.0000,13.3289,-0.0020,13.3309,0.0000,5.7875,7.7441,-0.2007,4687.0524,4687.0524,4687.0524,4687.0524,4687.0524 +773.5000,1.0000,9904.6487,42.0035,41.9300,0.0408,0.0000,5,1137.1405,220.6568,560.5366,-76.0006,26.2760,66.7493,-9.0502,0.0106,21.9748,0.0000,0.0000,4.2906,21.9394,-0.4816,0.0000,22.4209,0.0000,22.4209,4.5829,17.8380,0.0000,17.8380,0.0423,17.7957,0.0000,5.8166,7.7570,4.2221,5496.6937,5496.6937,5496.6937,5496.6937,5496.6937 +774.5000,1.0000,9916.2541,42.1735,42.0770,0.0536,0.0000,5,1135.6145,232.4793,578.2919,-75.9096,27.6467,68.7712,-9.0273,-0.1171,23.4960,0.0000,0.0000,4.2678,23.4077,-0.4912,0.0000,23.8989,0.0000,23.8989,4.6015,19.2974,0.0000,19.2974,0.0557,19.2417,0.0000,5.8875,7.7884,5.5658,5724.0154,5724.0154,5724.0154,5724.0154,5724.0154 +775.5000,1.0000,9927.9585,42.5300,42.2700,0.1444,0.0000,5,1139.0095,318.4173,584.0942,-76.1121,37.9798,69.6689,-9.0784,0.3549,33.3162,0.0000,0.0000,4.3087,33.2613,-0.5456,0.0000,33.8069,0.0000,33.8069,4.6404,29.1665,0.0000,29.1665,0.1515,29.0151,0.0000,6.0383,7.8542,15.1226,7700.2695,7700.2695,7700.2695,7700.2695,7700.2695 +776.5000,1.0000,9939.8503,43.2045,42.7900,0.2303,0.0000,5,1155.0695,399.1075,625.6835,-77.0701,48.2755,75.6818,-9.3223,0.7793,43.1587,0.0000,0.0000,4.3374,43.1552,-0.6045,0.0000,43.7598,0.0000,43.7598,4.7140,39.0458,0.0000,39.0458,0.2453,38.8005,0.0000,6.3305,7.9788,24.4912,9706.0226,9706.0226,9706.0226,9706.0226,9706.0226 +777.5000,1.0000,9951.9364,43.9040,43.6190,0.1583,0.0000,5,1173.3425,335.1368,665.4457,-78.1601,41.1790,81.7647,-9.6037,0.5250,36.2556,0.0000,0.0000,4.3983,36.2455,-0.5790,0.0000,36.8245,0.0000,36.8245,4.7903,32.0342,0.0000,32.0342,0.1714,31.8628,0.0000,6.6427,8.1080,17.1122,8327.1459,8327.1459,8327.1459,8327.1459,8327.1459 +778.5000,1.0000,9964.2106,44.5810,44.1890,0.2178,0.0000,5,1192.6070,391.0589,640.0975,-79.3093,48.8392,79.9415,-9.9049,0.8773,43.5121,0.0000,0.0000,4.4498,43.5661,-0.6251,0.0000,44.1912,0.0000,44.1912,4.8641,39.3270,0.0000,39.3270,0.2394,39.0877,0.0000,6.9549,8.2330,23.8997,9810.7445,9810.7445,9810.7445,9810.7445,9810.7445 +779.5000,1.0000,9976.7243,45.4435,44.9730,0.2614,0.0000,5,1214.4655,431.8630,668.2397,-80.6082,54.9237,84.9857,-10.2516,0.7369,49.6926,0.0000,0.0000,4.4942,49.5835,-0.6673,0.0000,50.2508,0.0000,50.2508,4.9582,45.2926,0.0000,45.2926,0.2929,44.9997,0.0000,7.3667,8.3923,29.2407,10975.8103,10975.8103,10975.8103,10975.8103,10975.8103 +780.5000,1.0000,9989.4950,46.3685,45.9140,0.2525,0.0000,5,1246.2805,427.6038,689.2682,-82.4951,55.8066,89.9565,-10.7664,1.6788,49.4941,0.0000,0.0000,4.6338,49.8764,-0.6816,0.0000,50.5579,0.0000,50.5579,5.0592,45.4988,0.0000,45.4988,0.2887,45.2101,0.0000,7.8257,8.5631,28.8213,11141.1709,11141.1709,11141.1709,11141.1709,11141.1709 +781.5000,1.0000,10002.5320,47.3270,46.8230,0.2800,0.0000,5,1282.0245,448.5808,692.3483,-84.6150,60.2234,92.9500,-11.3598,1.0872,54.4604,0.0000,0.0000,4.6758,54.4670,-0.7182,0.0000,55.1852,0.0000,55.1852,5.1762,50.0090,0.0000,50.0090,0.3267,49.6823,0.0000,8.3212,8.7401,32.6209,12007.5337,12007.5337,12007.5337,12007.5337,12007.5337 +782.5000,1.0000,10015.8677,48.4025,47.8310,0.3175,0.0000,5,1306.1340,486.0445,706.3831,-86.0449,66.4802,96.6177,-11.7690,0.8262,60.8895,0.0000,0.0000,4.7646,60.6535,-0.7648,0.0000,61.4183,0.0000,61.4183,5.3685,56.0498,0.0000,56.0498,0.3789,55.6709,0.0000,8.9017,8.9387,37.8304,13221.7480,13221.7480,13221.7480,13221.7480,13221.7480 +783.5000,1.0000,10029.4988,49.4660,48.9740,0.2733,0.0000,5,1336.3470,451.0201,725.1488,-87.8367,63.1166,101.4787,-12.2920,1.6342,56.6240,0.0000,0.0000,4.8585,56.9018,-0.7612,0.0000,57.6630,0.0000,57.6630,5.4099,52.2531,0.0000,52.2531,0.3334,51.9197,0.0000,9.5011,9.1351,33.2835,12567.5867,12567.5867,12567.5867,12567.5867,12567.5867 +784.5000,1.0000,10043.3947,50.4195,49.9580,0.2564,0.0000,5,1362.9360,433.9314,715.7923,-89.4137,61.9334,102.1624,-12.7617,0.5588,56.4804,0.0000,0.0000,4.8942,56.2423,-0.7718,0.0000,57.0141,0.0000,57.0141,5.5012,51.5130,0.0000,51.5130,0.3187,51.1942,0.0000,10.0610,9.3112,31.8220,12349.9521,12349.9521,12349.9521,12349.9521,12349.9521 +785.5000,1.0000,10057.5078,51.2010,50.8810,0.1778,0.0000,5,1374.8000,367.8180,712.8813,-90.1173,52.9543,102.6326,-12.9741,0.4380,47.5871,0.0000,0.0000,4.9291,47.4700,-0.7391,0.0000,48.2092,0.0000,48.2092,5.5864,42.6227,0.0000,42.6227,0.2244,42.3983,0.0000,10.5357,9.4556,22.4071,10681.3867,10681.3867,10681.3867,10681.3867,10681.3867 +786.5000,1.0000,10071.7236,51.5710,51.5210,0.0278,0.0000,5,1386.2825,235.7092,689.0784,-90.7983,34.2182,100.0343,-13.1813,0.5359,28.7248,0.0000,0.0000,4.9575,28.8272,-0.6505,0.0000,29.4778,0.0000,29.4778,5.6268,23.8510,0.0000,23.8510,0.0353,23.8156,0.0000,10.7653,9.5239,3.5264,7186.7049,7186.7049,7186.7049,7186.7049,7186.7049 +787.5000,1.0000,10085.9425,51.5820,51.6210,-0.0217,0.0000,5,1393.4540,188.7854,639.6225,-91.2236,27.5480,93.3351,-13.3116,0.0750,22.4974,0.0000,0.0000,4.9756,22.5286,-0.6189,0.0000,23.1474,0.0000,23.1474,5.6280,17.5194,0.0000,17.5194,-0.0276,17.5470,0.0000,10.7722,9.5259,-2.7512,5976.3267,5976.3267,5976.3267,5976.3267,5976.3267 +788.5000,1.0000,10100.1372,51.4950,51.5430,-0.0267,0.0000,5,1391.5465,182.1685,621.4228,-91.1105,26.5460,90.5552,-13.2768,-0.2380,21.8414,0.0000,0.0000,4.9426,21.8180,-0.6140,0.0000,22.4320,0.0000,22.4320,5.6185,16.8135,0.0000,16.8135,-0.0339,16.8473,0.0000,10.7178,9.5099,-3.3804,5792.2961,5792.2961,5792.2961,5792.2961,5792.2961 +789.5000,1.0000,10114.2875,51.3350,51.4470,-0.0622,0.0000,5,1386.0535,150.7687,617.6409,-90.7847,21.8837,89.6488,-13.1771,-0.2305,17.1659,0.0000,0.0000,4.9483,17.1698,-0.5881,0.0000,17.7579,0.0000,17.7579,5.6011,12.1568,0.0000,12.1568,-0.0788,12.2356,0.0000,10.6183,9.4803,-7.8630,4935.9399,4935.9399,4935.9399,4935.9399,4935.9399 +790.5000,1.0000,10128.3686,51.0860,51.2230,-0.0761,0.0000,5,1389.6010,142.0027,605.8104,-90.9951,20.6640,88.1567,-13.2415,0.5339,15.1219,0.0000,0.0000,5.0083,15.2308,-0.5746,0.0000,15.8054,0.0000,15.8054,5.5739,10.2315,0.0000,10.2315,-0.0959,10.3274,0.0000,10.4645,9.4343,-9.5715,4721.0530,4721.0530,4721.0530,4721.0530,4721.0530 +791.5000,1.0000,10142.3619,50.7700,50.9490,-0.0994,0.0000,5,1390.2875,113.8264,602.6858,-91.0358,16.5720,87.7454,-13.2540,-0.4755,12.0859,0.0000,0.0000,4.9617,12.0800,-0.5540,0.0000,12.6340,0.0000,12.6340,5.5394,7.0946,0.0000,7.0946,-0.1245,7.2191,0.0000,10.2716,9.3760,-12.4284,3979.3379,3979.3379,3979.3379,3979.3379,3979.3379 +792.5000,1.0000,10156.2015,50.2165,50.5910,-0.2081,0.0000,5,1379.9115,18.8014,589.1887,-90.4205,2.7169,85.1401,-13.0661,-0.4073,-1.8021,0.0000,0.0000,4.9262,-1.8093,-0.5251,0.0000,-1.2842,0.0000,-1.2842,5.4790,-6.7632,0.0000,-6.7632,-0.2576,-6.5056,0.0000,9.9397,9.2737,-25.7191,2195.1775,2195.1775,2195.1775,2195.1775,2195.1775 +793.5000,1.0000,10169.8105,49.3865,49.8420,-0.2531,0.0000,5,1362.6305,-26.6577,546.2062,-89.3956,-3.8039,77.9405,-12.7562,-1.0439,-7.6351,0.0000,0.0000,4.8751,-7.6356,-0.5269,0.0000,-7.1087,0.0000,-7.1087,5.3885,-12.4972,0.0000,-12.4972,-0.3081,-12.1890,0.0000,9.4552,9.1205,-30.7647,1291.9962,1291.9962,1291.9962,1291.9962,1291.9962 +794.5000,1.0000,10183.0362,48.0065,48.9310,-0.5136,0.0000,5,1326.0090,-87.2236,516.2378,-87.2236,-12.1118,71.6844,-12.1118,-1.9663,-14.9306,0.0000,0.0000,4.7851,-14.9466,-0.5243,0.0000,-14.4222,0.0000,-14.4222,5.2379,-19.6601,24.0916,-43.7518,-0.6079,-43.1438,0.0000,8.6870,8.8656,-60.6965,0.0000,0.0000,0.0000,0.0000,0.0000 +795.5000,1.0000,10195.7830,46.2825,47.0820,-0.4442,0.0760,5,1280.0035,-84.4951,475.6097,-84.4951,-11.3259,63.7515,-11.3259,-1.7182,-14.2724,0.0000,0.0000,4.6647,-14.2752,-0.4973,0.0000,-13.7780,0.0000,-13.7780,5.0498,-18.8278,15.1038,-33.9315,-0.5068,-33.4247,0.8491,7.7838,8.5472,-50.6048,0.0000,0.0000,0.0000,0.0000,0.0000 +796.5000,1.0000,10208.0880,44.6920,45.4830,-0.4394,0.0870,5,1237.3545,-81.9657,463.9338,-81.9657,-10.6207,60.1144,-10.6207,-1.5798,-13.5957,0.0000,0.0000,4.5547,-13.6081,-0.4727,0.0000,-13.1354,0.0000,-13.1354,4.8763,-18.0116,14.6180,-32.6297,-0.4842,-32.1455,0.9386,7.0087,8.2535,-48.3463,0.0000,0.0000,0.0000,0.0000,0.0000 +797.5000,1.0000,10219.9912,43.2455,43.9010,-0.3642,0.0870,5,1196.3075,-79.5300,453.0689,-79.5300,-9.9633,56.7591,-9.9633,-1.4882,-12.9406,0.0000,0.0000,4.4655,-12.9173,-0.4505,0.0000,-12.4667,0.0000,-12.4667,4.7184,-17.1852,6.7268,-23.9120,-0.3883,-23.5237,0.9083,6.3494,7.9864,-38.7677,0.0000,0.0000,0.0000,0.0000,0.0000 +798.5000,1.0000,10231.6515,42.3710,42.5900,-0.1217,0.0140,5,1163.6910,72.7341,444.4038,-77.5844,8.8635,54.1557,-9.4545,-0.8833,5.3714,0.0000,0.0000,4.3754,5.3420,-0.4025,0.0000,5.7445,0.0000,5.7445,4.6230,1.1215,0.0000,1.1215,-0.1271,1.2486,0.1432,5.9707,7.8249,-12.6902,2604.0540,2604.0540,2604.0540,2604.0540,2604.0540 +799.5000,1.0000,10243.2277,42.0685,42.1520,-0.0464,0.0000,5,1144.7700,140.4903,511.5134,-76.4557,16.8420,61.3202,-9.1655,-0.4612,12.9624,0.0000,0.0000,4.3408,12.9138,-0.4368,0.0000,13.3506,0.0000,13.3506,4.5900,8.7606,0.0000,8.7606,-0.0481,8.8087,0.0000,5.8436,7.7690,-4.8040,3756.2723,3756.2723,3756.2723,3756.2723,3756.2723 +800.5000,1.0000,10254.8523,42.2425,41.9850,0.1431,0.0000,5,1138.6285,313.2464,541.5365,-76.0893,37.3505,64.5711,-9.0727,0.0293,32.9999,0.0000,0.0000,4.3213,32.8121,-0.5396,0.0000,33.3517,0.0000,33.3517,4.6090,28.7427,0.0000,28.7427,0.1490,28.5937,0.0000,5.9166,7.8011,14.8759,7592.9073,7592.9073,7592.9073,7592.9073,7592.9073 +801.5000,1.0000,10266.7014,43.0510,42.5000,0.3061,0.0000,5,1148.3560,468.2826,622.8262,-76.6696,56.3136,74.8983,-9.2199,0.6564,51.3064,0.0000,0.0000,4.3508,51.0686,-0.6425,0.0000,51.7111,0.0000,51.7111,4.7312,46.9799,0.0000,46.9799,0.3249,46.6550,0.0000,6.2637,7.9505,32.4408,11211.1008,11211.1008,11211.1008,11211.1008,11211.1008 +802.5000,1.0000,10278.8855,44.2565,43.6020,0.3636,0.0000,5,1172.3505,528.2309,695.5329,-78.1009,64.8500,85.3894,-9.5883,1.0574,59.3865,0.0000,0.0000,4.4061,59.2542,-0.6999,0.0000,59.9541,0.0000,59.9541,4.9656,54.9885,0.0000,54.9885,0.3967,54.5917,0.0000,6.8051,8.1731,39.6135,12849.4597,12849.4597,12849.4597,12849.4597,12849.4597 +803.5000,1.0000,10291.4559,45.6475,44.9110,0.4092,0.0000,5,1207.3700,575.3208,725.1321,-80.1874,72.7410,91.6824,-10.1385,1.5076,66.7395,0.0000,0.0000,4.4939,66.7858,-0.7570,0.0000,67.5428,0.0000,67.5428,5.2073,62.3356,0.0000,62.3356,0.4605,61.8751,0.0000,7.4675,8.4300,45.9776,14386.0296,14386.0296,14386.0296,14386.0296,14386.0296 +804.5000,1.0000,10304.4645,47.2250,46.3840,0.4672,0.0000,5,1249.0655,633.0952,748.8259,-82.6603,82.8100,97.9478,-10.8121,1.6386,76.5743,0.0000,0.0000,4.5970,76.5213,-0.8282,0.0000,77.3494,0.0000,77.3494,5.4993,71.8501,0.0000,71.8501,0.5440,71.3061,0.0000,8.2692,8.7213,54.3156,16217.8810,16217.8810,16217.8810,16217.8810,16217.8810 +805.5000,1.0000,10317.9224,48.8425,48.0660,0.4314,0.0000,5,1293.5075,603.4685,776.9522,-85.2960,81.7433,105.2427,-11.5538,1.8333,75.1961,0.0000,0.0000,4.7139,75.3400,-0.8453,0.0000,76.1853,0.0000,76.1853,5.6304,70.5548,0.0000,70.5548,0.5195,70.0353,0.0000,9.1477,9.0200,51.8676,16050.8069,16050.8069,16050.8069,16050.8069,16050.8069 +806.5000,1.0000,10331.8311,50.4655,49.6190,0.4703,0.0000,5,1337.5300,642.8930,769.7224,-87.9069,90.0473,107.8118,-12.3128,1.7202,83.5012,0.0000,0.0000,4.8259,83.4095,-0.9097,0.0000,84.3193,0.0000,84.3193,5.9016,78.4177,0.0000,78.4177,0.5851,77.8326,0.0000,10.0906,9.3197,58.4223,17563.2165,17563.2165,17563.2165,17563.2165,17563.2165 +807.5000,1.0000,10346.2061,52.1440,51.3120,0.4622,0.0000,5,1379.0725,641.2589,789.9377,-90.3707,92.6081,114.0797,-13.0510,1.7446,85.9181,0.0000,0.0000,4.9454,85.8320,-0.9470,0.0000,86.7790,0.0000,86.7790,6.0927,80.6863,0.0000,80.6863,0.5942,80.0921,0.0000,11.1310,9.6297,59.3314,18051.6821,18051.6821,18051.6821,18051.6821,18051.6821 +808.5000,1.0000,10361.0336,53.7730,52.9760,0.4428,0.0000,5,1422.7510,628.1238,793.4601,-92.9612,93.5843,118.2177,-13.8503,2.0165,86.4947,0.0000,0.0000,5.0731,86.6140,-0.9759,0.0000,87.5898,0.0000,87.5898,6.2545,81.3353,0.0000,81.3353,0.5870,80.7483,0.0000,12.2067,9.9305,58.6110,18257.8307,18257.8307,18257.8307,18257.8307,18257.8307 +809.5000,1.0000,10376.2993,55.3505,54.5700,0.4336,0.0000,5,1469.1000,622.5832,793.4254,-95.7101,95.7806,122.0636,-14.7244,2.0994,88.4755,0.0000,0.0000,5.2057,88.6272,-1.0106,0.0000,89.6378,0.0000,89.6378,6.4302,83.2076,0.0000,83.2076,0.5917,82.6159,0.0000,13.3126,10.2219,59.0815,18672.2375,18672.2375,18672.2375,18672.2375,18672.2375 +810.5000,1.0000,10391.9843,56.8600,56.1310,0.4050,0.0000,5,1515.1445,598.8358,797.0317,-98.4409,95.0146,126.4615,-15.6192,2.1191,87.5221,0.0000,0.0000,5.3735,87.7131,-1.0300,0.0000,88.7431,0.0000,88.7431,6.5555,82.1876,0.0000,82.1876,0.5678,81.6198,0.0000,14.4312,10.5006,56.6880,18591.9843,18591.9843,18591.9843,18591.9843,18591.9843 +811.5000,1.0000,10408.0569,58.2555,57.5890,0.3703,0.0000,5,1557.8320,568.8790,795.2174,-100.9726,92.8045,129.7284,-16.4722,1.9050,85.4058,0.0000,0.0000,5.4937,85.5190,-1.0415,0.0000,86.5606,0.0000,86.5606,6.6509,79.9096,0.0000,79.9096,0.5318,79.3778,0.0000,15.5195,10.7584,53.0999,18263.1497,18263.1497,18263.1497,18263.1497,18263.1497 +812.5000,1.0000,10424.4618,59.4515,58.9220,0.2942,0.0000,5,1591.2110,501.0845,791.7133,-102.9522,83.4963,131.9242,-17.1551,1.3159,76.5998,0.0000,0.0000,5.5807,76.5661,-1.0160,0.0000,77.5821,0.0000,77.5821,6.6262,70.9559,0.0000,70.9559,0.4312,70.5247,0.0000,16.4943,10.9792,43.0512,16638.7750,16638.7750,16638.7750,16638.7750,16638.7750 +813.5000,1.0000,10441.1704,60.5450,59.9810,0.3133,0.0000,5,1622.9115,522.8796,775.4638,-104.2894,88.8639,131.7908,-17.7241,1.8173,81.3575,0.0000,0.0000,5.6891,81.5123,-1.0592,0.0000,82.5715,0.0000,82.5715,6.8015,75.7700,0.0000,75.7700,0.4677,75.3023,0.0000,17.4214,11.1812,46.6997,17665.8726,17665.8726,17665.8726,17665.8726,17665.8726 +814.5000,1.0000,10458.0362,61.1110,61.1090,0.0011,0.0000,5,1649.1190,240.9878,785.3431,-105.2227,41.6175,135.6251,-18.1715,0.8075,35.0322,0.0000,0.0000,5.7779,35.2004,-0.8349,0.0000,36.0352,0.0000,36.0352,6.6677,29.3675,0.0000,29.3675,0.0017,29.3659,0.0000,17.9130,11.2857,0.1671,8795.4261,8795.4261,8795.4261,8795.4261,8795.4261 +815.5000,1.0000,10474.8805,61.0335,61.1130,-0.0442,0.0000,5,1656.3670,195.5419,708.2086,-105.4809,33.9176,122.8419,-18.2961,-0.0737,28.2503,0.0000,0.0000,5.7410,28.2748,-0.7986,0.0000,29.0734,0.0000,29.0734,6.6592,22.4141,0.0000,22.4141,-0.0665,22.4806,0.0000,17.8450,11.2714,-6.6358,7402.8233,7402.8233,7402.8233,7402.8233,7402.8233 +816.5000,1.0000,10491.7018,60.9505,60.9540,-0.0019,0.0000,5,1642.1760,227.8339,692.4384,-104.9755,39.1802,119.0774,-18.0525,-1.3580,34.8386,0.0000,0.0000,5.6996,34.5549,-0.8289,0.0000,35.3838,0.0000,35.3838,6.6502,28.7336,0.0000,28.7336,-0.0029,28.7366,0.0000,17.7723,11.2561,-0.2917,8346.7824,8346.7824,8346.7824,8346.7824,8346.7824 +817.5000,1.0000,10508.5268,60.9640,60.9470,0.0094,0.0000,5,1648.2415,252.9248,702.5514,-105.1915,43.6557,121.2628,-18.1564,1.9770,35.8730,0.0000,0.0000,5.8057,36.2880,-0.8379,0.0000,37.1258,0.0000,37.1258,6.6517,30.4742,0.0000,30.4742,0.0142,30.4600,0.0000,17.7841,11.2585,1.4174,9168.2746,9168.2746,9168.2746,9168.2746,9168.2746 +818.5000,1.0000,10525.3932,61.1130,60.9810,0.0733,0.0000,5,1663.9965,296.9061,713.0103,-105.7526,51.7369,124.2444,-18.4277,-0.3859,46.3263,0.0000,0.0000,5.7965,46.1215,-0.8900,0.0000,47.0116,0.0000,47.0116,6.6679,40.3437,0.0000,40.3437,0.1105,40.2332,0.0000,17.9149,11.2861,11.0323,10752.6938,10752.6938,10752.6938,10752.6938,10752.6938 +819.5000,1.0000,10542.3448,61.4200,61.2450,0.0972,0.0000,5,1666.4380,324.2515,726.4137,-105.8395,56.5848,126.7657,-18.4699,0.6363,50.1175,0.0000,0.0000,5.8310,50.1616,-0.9156,0.0000,51.0772,0.0000,51.0772,6.7014,44.3758,0.0000,44.3758,0.1472,44.2286,0.0000,18.1863,11.3428,14.6996,11634.4645,11634.4645,11634.4645,11634.4645,11634.4645 +820.5000,1.0000,10559.3640,61.6630,61.5950,0.0378,0.0000,5,1679.2935,272.2150,736.1060,-106.2973,47.8704,129.4481,-18.6929,0.6845,41.3170,0.0000,0.0000,5.8690,41.4346,-0.8757,0.0000,42.3103,0.0000,42.3103,6.7279,35.5824,0.0000,35.5824,0.0574,35.5249,0.0000,18.4029,11.3876,5.7344,10036.0541,10036.0541,10036.0541,10036.0541,10036.0541 +821.5000,1.0000,10576.4536,61.9165,61.7310,0.1031,0.0000,5,1691.2335,328.6484,724.7982,-106.7226,58.2055,128.3658,-18.9012,0.5507,51.7464,0.0000,0.0000,5.9083,51.7536,-0.9321,0.0000,52.6857,0.0000,52.6857,6.7556,45.9302,0.0000,45.9302,0.1573,45.7729,0.0000,18.6309,11.4344,15.7075,11987.3106,11987.3106,11987.3106,11987.3106,11987.3106 +822.5000,1.0000,10593.6288,62.2250,62.1020,0.0683,0.0000,5,1692.1490,296.3292,740.5533,-106.7552,52.5100,131.2271,-18.9172,-0.4559,47.0653,0.0000,0.0000,5.9006,46.8506,-0.9127,0.0000,47.7633,0.0000,47.7633,6.7892,40.9740,0.0000,40.9740,0.1048,40.8692,0.0000,18.9107,11.4914,10.4671,10934.9619,10934.9619,10934.9619,10934.9619,10934.9619 +823.5000,1.0000,10610.8771,62.4880,62.3480,0.0778,0.0000,5,1689.2115,309.7323,731.4599,-106.6505,54.7897,129.3907,-18.8658,0.1504,48.7343,0.0000,0.0000,5.9051,48.6671,-0.9263,0.0000,49.5934,0.0000,49.5934,6.8179,42.7755,0.0000,42.7755,0.1198,42.6556,0.0000,19.1515,11.5400,11.9641,11342.0566,11342.0566,11342.0566,11342.0566,11342.0566 +824.5000,1.0000,10628.1941,62.7350,62.6280,0.0594,0.0000,5,1697.0700,296.3176,736.2198,-106.9304,52.6606,130.8386,-19.0033,0.6679,46.0689,0.0000,0.0000,5.9238,46.1641,-0.9180,0.0000,47.0821,0.0000,47.0821,6.8449,40.2372,0.0000,40.2372,0.0919,40.1452,0.0000,19.3795,11.5856,9.1802,10969.8098,10969.8098,10969.8098,10969.8098,10969.8098 +825.5000,1.0000,10645.5666,62.9350,62.8420,0.0517,0.0000,5,1701.9150,298.5732,733.8970,-107.1029,53.2130,130.7982,-19.0883,-0.1635,45.3311,0.0000,0.0000,8.0453,45.2226,-0.9166,0.0000,46.1393,0.0000,46.1393,6.8667,39.2726,0.0000,39.2726,0.0802,39.1924,0.0000,19.5654,11.6225,8.0045,11076.1611,11076.1611,11076.1611,11076.1611,11076.1611 +826.5000,1.0000,10662.9966,63.1420,63.0280,0.0633,0.0000,5,1711.5280,314.7512,736.4054,-107.4453,56.4131,131.9865,-19.2575,1.1748,47.0990,0.0000,0.0000,8.1394,47.3211,-0.9308,0.0000,48.2519,0.0000,48.2519,6.8893,41.3627,0.0000,41.3627,0.0986,41.2641,0.0000,19.7591,11.6608,9.8442,11681.6010,11681.6010,11681.6010,11681.6010,11681.6010 +827.5000,1.0000,10680.4960,63.3920,63.2560,0.0756,0.0000,5,1721.0650,320.1593,742.6198,-107.7849,57.7021,133.8420,-19.4260,-0.1733,49.7340,0.0000,0.0000,8.1415,49.5802,-0.9466,0.0000,50.5268,0.0000,50.5268,6.9166,43.6102,0.0000,43.6102,0.1181,43.4921,0.0000,19.9948,11.7069,11.7904,11925.2200,11925.2200,11925.2200,11925.2200,11925.2200 +828.5000,1.0000,10698.0693,63.6580,63.5280,0.0722,0.0000,5,1729.2290,322.9097,745.8007,-108.0757,58.4739,135.0529,-19.5708,1.0411,49.2513,0.0000,0.0000,8.1814,49.4296,-0.9504,0.0000,50.3801,0.0000,50.3801,6.9456,43.4345,0.0000,43.4345,0.1134,43.3211,0.0000,20.2475,11.7561,11.3176,12071.2886,12071.2886,12071.2886,12071.2886,12071.2886 +829.5000,1.0000,10715.7088,63.8960,63.7880,0.0600,0.0000,5,1738.3080,307.9502,748.3923,-108.3990,56.0578,136.2337,-19.7324,-0.0774,47.9333,0.0000,0.0000,8.2019,47.8324,-0.9465,0.0000,48.7790,0.0000,48.7790,6.9716,41.8074,0.0000,41.8074,0.0945,41.7129,0.0000,20.4754,11.8000,9.4374,11634.6250,11634.6250,11634.6250,11634.6250,11634.6250 +830.5000,1.0000,10733.3538,63.9160,64.0040,-0.0489,0.0000,5,1730.1060,210.2121,743.6907,-108.1069,38.0854,134.7391,-19.5864,-0.7944,30.7335,0.0000,0.0000,8.1464,30.6428,-0.8601,0.0000,31.5029,0.0000,31.5029,6.9737,24.5291,0.0000,24.5291,-0.0770,24.6062,0.0000,20.4946,11.8037,-7.6922,8249.6894,8249.6894,8249.6894,8249.6894,8249.6894 +831.5000,1.0000,10750.9335,63.6810,63.8280,-0.0817,0.0000,5,1722.5910,184.4589,717.2237,-107.8393,33.2744,129.3795,-19.4531,-0.0040,25.1613,0.0000,0.0000,8.1172,25.2189,-0.8286,0.0000,26.0475,0.0000,26.0475,6.9481,19.0994,0.0000,19.0994,-0.1282,19.2276,0.0000,20.2695,11.7603,-12.8022,7365.1648,7365.1648,7365.1648,7365.1648,7365.1648 +832.5000,1.0000,10768.4440,63.4320,63.5340,-0.0567,0.0000,5,1722.5530,193.1306,710.4791,-107.8379,34.8379,128.1600,-19.4524,0.0000,28.8416,0.0000,0.0000,5.9963,28.8881,-0.8428,0.0000,29.7308,0.0000,29.7308,6.9209,22.8099,0.0000,22.8099,-0.0886,22.8985,0.0000,20.0326,11.7143,-8.8484,7648.3794,7648.3794,7648.3794,7648.3794,7648.3794 +833.5000,1.0000,10785.8721,63.1350,63.3300,-0.1083,0.0000,5,1717.8225,144.2589,711.5034,-107.6695,25.9507,127.9923,-19.3687,-0.4990,20.4930,0.0000,0.0000,5.9567,20.4999,-0.7952,0.0000,21.2952,0.0000,21.2952,6.8885,14.4066,0.0000,14.4066,-0.1686,14.5753,0.0000,19.7527,11.6595,-16.8369,6058.8326,6058.8326,6058.8326,6058.8326,6058.8326 +834.5000,1.0000,10803.1753,62.6855,62.9400,-0.1414,0.0000,5,1704.8905,112.0037,695.3642,-107.2089,19.9967,124.1473,-19.1406,-0.8587,14.9653,0.0000,0.0000,5.8901,14.9540,-0.7595,0.0000,15.7135,0.0000,15.7135,6.8395,8.8740,0.0000,8.8740,-0.2185,9.0925,0.0000,19.3339,11.5765,-21.8178,4979.8441,4979.8441,4979.8441,4979.8441,4979.8441 +835.5000,1.0000,10820.3217,62.1210,62.4310,-0.1722,0.0000,5,1688.6400,83.4244,681.9358,-106.6302,14.7523,120.5894,-18.8558,-0.8347,9.7407,0.0000,0.0000,5.8463,9.7429,-0.7235,0.0000,10.4663,0.0000,10.4663,6.7779,3.6884,0.0000,3.6884,-0.2638,3.9522,0.0000,18.8164,11.4722,-26.3364,4222.1683,4222.1683,4222.1683,4222.1683,4222.1683 +836.5000,1.0000,10837.3047,61.5330,61.8110,-0.1544,0.0000,5,1674.8685,98.2073,669.7740,-106.1397,17.2248,117.4729,-18.6160,-0.5886,11.9977,0.0000,0.0000,5.8157,12.0110,-0.7249,0.0000,12.7358,0.0000,12.7358,6.7137,6.0221,0.0000,6.0221,-0.2343,6.2564,0.0000,18.2871,11.3636,-23.3943,4466.3735,4466.3735,4466.3735,4466.3735,4466.3735 +837.5000,1.0000,10854.1093,60.8905,61.2550,-0.2025,0.0000,5,1670.4050,58.1418,672.3502,-105.9808,10.1704,117.6105,-18.5386,0.1291,4.2380,0.0000,0.0000,5.8033,4.2667,-0.6852,0.0000,4.9519,0.0000,4.9519,6.6436,-1.6917,0.0000,-1.6917,-0.3040,-1.3877,0.0000,17.7205,11.2450,-30.3532,3676.6461,3676.6461,3676.6461,3676.6461,3676.6461 +838.5000,1.0000,10870.7511,60.3045,60.5260,-0.1231,0.0000,5,1651.4075,112.9056,655.2037,-105.3042,19.5253,113.3076,-18.2108,-2.0543,15.8933,0.0000,0.0000,5.6863,15.7562,-0.7231,0.0000,16.4793,0.0000,16.4793,6.5797,9.8996,0.0000,9.8996,-0.1830,10.0826,0.0000,17.2134,11.1367,-18.2675,4814.5398,4814.5398,4814.5398,4814.5398,4814.5398 +839.5000,1.0000,10887.2494,59.7880,60.0830,-0.1639,0.0000,5,1628.9765,86.2879,664.5648,-104.5054,14.7195,113.3655,-17.8272,-0.2175,9.2620,0.0000,0.0000,5.6751,9.2955,-0.6818,0.0000,9.9773,0.0000,9.9773,6.5233,3.4540,0.0000,3.4540,-0.2416,3.6955,0.0000,16.7750,11.0414,-24.1209,4095.0647,4095.0647,4095.0647,4095.0647,4095.0647 +840.5000,1.0000,10903.5818,59.1905,59.4930,-0.1681,0.0000,5,1616.2355,75.8586,652.5975,-104.0517,12.8392,110.4533,-17.6109,-1.0488,8.2793,0.0000,0.0000,5.6087,8.2674,-0.6667,0.0000,8.9342,0.0000,8.9342,6.4582,2.4760,0.0000,2.4760,-0.2452,2.7212,0.0000,16.2771,10.9310,-24.4869,3858.4882,3858.4882,3858.4882,3858.4882,3858.4882 +841.5000,1.0000,10919.7719,58.6785,58.8880,-0.1164,0.0000,5,1591.8215,118.0699,641.8124,-102.9884,19.6817,106.9870,-17.1677,-1.3537,15.5019,0.0000,0.0000,5.5334,15.4221,-0.6944,0.0000,16.1165,0.0000,16.1165,6.4023,9.7143,0.0000,9.7143,-0.1684,9.8826,0.0000,15.8582,10.8365,-16.8120,4773.4380,4773.4380,4773.4380,4773.4380,4773.4380 +842.5000,1.0000,10935.8805,58.3850,58.4690,-0.0467,0.0000,5,1576.6385,185.6301,649.9398,-102.0879,30.6485,107.3084,-16.8553,-0.1293,25.2452,0.0000,0.0000,5.5326,25.2602,-0.7393,0.0000,25.9995,0.0000,25.9995,6.3703,19.6292,0.0000,19.6292,-0.0672,19.6964,0.0000,15.6212,10.7823,-6.7071,6719.6614,6719.6614,6719.6614,6719.6614,6719.6614 +843.5000,1.0000,10951.9745,58.3325,58.3010,0.0175,0.0000,5,1578.1260,243.5752,671.5244,-102.1762,40.2535,110.9768,-16.8857,0.2736,34.4264,0.0000,0.0000,5.5535,34.4694,-0.7850,0.0000,35.2543,0.0000,35.2543,6.3645,28.8898,0.0000,28.8898,0.0252,28.8646,0.0000,15.5791,10.7726,2.5129,8477.6112,8477.6112,8477.6112,8477.6112,8477.6112 +844.5000,1.0000,10968.0923,58.4180,58.3640,0.0300,0.0000,5,1580.9490,253.3625,690.6777,-102.3436,41.9458,114.3462,-16.9437,0.0000,36.4050,0.0000,0.0000,5.5408,36.3714,-0.7960,0.0000,37.1673,0.0000,37.1673,6.3739,30.7935,0.0000,30.7935,0.0432,30.7503,0.0000,15.6477,10.7884,4.3142,8804.1412,8804.1412,8804.1412,8804.1412,8804.1412 +845.5000,1.0000,10984.2384,58.5200,58.4720,0.0267,0.0000,5,1582.2080,251.4723,694.2024,-102.4183,41.6661,115.0213,-16.9695,0.1223,36.0071,0.0000,0.0000,5.5366,36.0062,-0.7958,0.0000,36.8020,0.0000,36.8020,6.3850,30.4170,0.0000,30.4170,0.0385,30.3785,0.0000,15.7298,10.8072,3.8415,8753.2935,8753.2935,8753.2935,8753.2935,8753.2935 +846.5000,1.0000,11000.4073,58.6020,58.5680,0.0189,0.0000,5,1588.1970,246.0003,695.0276,-102.7735,40.9137,115.5939,-17.0928,0.4613,34.8890,0.0000,0.0000,5.5634,34.9726,-0.7919,0.0000,35.7645,0.0000,35.7645,6.3939,29.3706,0.0000,29.3706,0.0273,29.3433,0.0000,15.7960,10.8223,2.7249,8621.9631,8621.9631,8621.9631,8621.9631,8621.9631 +847.5000,1.0000,11016.5565,58.5310,58.6360,-0.0583,0.0000,5,1597.2380,177.0491,695.7173,-103.3097,29.6136,116.3673,-17.2798,0.4229,23.6050,0.0000,0.0000,5.5858,23.7112,-0.7339,0.0000,24.4451,0.0000,24.4451,6.3862,18.0589,0.0000,18.0589,-0.0842,18.1431,0.0000,15.7387,10.8092,-8.4049,6559.0990,6559.0990,6559.0990,6559.0990,6559.0990 +848.5000,1.0000,11032.6259,58.2440,58.4260,-0.1011,0.0000,5,1588.4260,129.9128,672.3292,-102.7870,21.6096,111.8350,-17.0976,-1.2801,17.3701,0.0000,0.0000,5.5196,17.2806,-0.6967,0.0000,17.9773,0.0000,17.9773,6.3549,11.6225,0.0000,11.6225,-0.1452,11.7676,0.0000,15.5085,10.7562,-14.4970,5111.1946,5111.1946,5111.1946,5111.1946,5111.1946 +849.5000,1.0000,11048.6039,57.9150,58.0620,-0.0817,0.0000,5,1575.3030,153.4494,653.2660,-102.0087,25.3138,107.7662,-16.8279,0.0000,19.7476,0.0000,0.0000,5.5662,19.7979,-0.7040,0.0000,20.5019,0.0000,20.5019,6.3190,14.1829,0.0000,14.1829,-0.1166,14.2995,0.0000,15.2471,10.6955,-11.6430,5752.8711,5752.8711,5752.8711,5752.8711,5752.8711 +850.5000,1.0000,11064.4492,57.4370,57.7680,-0.1839,0.0000,5,1570.3060,59.8016,659.0260,-101.7124,9.8339,108.3716,-16.7258,-0.4819,4.8494,0.0000,0.0000,5.4664,4.8620,-0.6245,0.0000,5.4865,0.0000,5.4865,6.2668,-0.7803,0.0000,-0.7803,-0.2604,-0.5199,0.0000,14.8731,10.6072,-26.0002,3424.1141,3424.1141,3424.1141,3424.1141,3424.1141 +851.5000,1.0000,11080.0873,56.6910,57.1060,-0.2306,0.0000,5,1550.6600,11.2147,622.1161,-100.5472,1.8211,101.0222,-16.3273,-1.3950,-2.1753,0.0000,0.0000,5.3914,-2.1707,-0.6296,0.0000,-1.5411,0.0000,-1.5411,6.1854,-7.7265,0.0000,-7.7265,-0.3222,-7.4043,0.0000,14.3013,10.4694,-32.1750,2481.8941,2481.8941,2481.8941,2481.8941,2481.8941 +852.5000,1.0000,11095.4684,55.7660,56.2760,-0.2833,0.0000,5,1526.2070,-34.4186,597.0422,-99.0970,-5.5009,95.4217,-15.8381,-0.9189,-9.8950,0.0000,0.0000,5.3130,-9.9222,-0.6335,0.0000,-9.2886,0.0000,-9.2886,6.0845,-15.3731,0.0000,-15.3731,-0.3896,-14.9836,0.0000,13.6131,10.2986,-38.8952,1423.7134,1423.7134,1423.7134,1423.7134,1423.7134 +853.5000,1.0000,11110.5706,54.7620,55.2560,-0.2744,0.0000,5,1502.0980,-32.3286,572.3204,-97.6671,-5.0853,90.0256,-15.3630,-1.3196,-9.0076,0.0000,0.0000,5.2419,-9.0030,-0.6148,0.0000,-8.3882,0.0000,-8.3882,5.9750,-14.3631,0.0000,-14.3631,-0.3705,-13.9926,0.0000,12.8909,10.1132,-36.9967,1418.4093,1418.4093,1418.4093,1418.4093,1418.4093 +854.5000,1.0000,11125.3838,53.7215,54.2680,-0.3036,0.0000,5,1474.7465,-59.6998,563.1494,-96.0449,-9.2197,86.9700,-14.8327,-1.1816,-13.1911,0.0000,0.0000,5.1529,-13.2088,-0.6085,0.0000,-12.6003,0.0000,-12.6003,5.8614,-18.4617,0.0000,-18.4617,-0.4021,-18.0596,0.0000,12.1703,9.9210,-40.1509,746.5099,746.5099,746.5099,746.5099,746.5099 +855.5000,1.0000,11139.9335,52.7730,53.1750,-0.2233,0.0000,5,1445.0295,4.9795,542.3211,-94.2825,0.7535,82.0657,-14.2671,-1.4793,-2.8422,0.0000,0.0000,5.0751,-2.8310,-0.5675,0.0000,-2.2635,0.0000,-2.2635,5.7580,-8.0214,0.0000,-8.0214,-0.2906,-7.7308,0.0000,11.5364,9.7459,-29.0131,2129.3646,2129.3646,2129.3646,2129.3646,2129.3646 +856.5000,1.0000,11154.2536,51.9465,52.3710,-0.2358,0.0000,5,1420.6150,-2.4414,558.8256,-92.8345,-0.3632,83.1345,-13.8107,-0.6756,-4.7416,0.0000,0.0000,5.0540,-4.7546,-0.5593,0.0000,-4.1953,0.0000,-4.1953,5.6678,-9.8630,0.0000,-9.8630,-0.3020,-9.5610,0.0000,11.0029,9.5932,-30.1572,1935.2728,1935.2728,1935.2728,1935.2728,1935.2728 +857.5000,1.0000,11168.3904,51.2865,51.5220,-0.1308,0.0000,5,1401.5410,84.8980,549.7955,-91.7033,12.4604,80.6930,-13.4592,-0.9752,8.4587,0.0000,0.0000,4.9768,8.4291,-0.5432,0.0000,8.9723,0.0000,8.9723,5.5958,3.3765,0.0000,3.3765,-0.1654,3.5420,0.0000,10.5884,9.4713,-16.5177,3404.1506,3404.1506,3404.1506,3404.1506,3404.1506 +858.5000,1.0000,11182.4142,50.8795,51.0510,-0.0953,0.0000,5,1385.2900,118.3976,579.3494,-90.7395,17.1756,84.0446,-13.1633,-0.4186,12.6765,0.0000,0.0000,4.9177,12.6742,-0.5586,0.0000,13.2328,0.0000,13.2328,5.5514,7.6815,0.0000,7.6815,-0.1195,7.8010,0.0000,10.3382,9.3962,-11.9334,4076.4142,4076.4142,4076.4142,4076.4142,4076.4142 +859.5000,1.0000,11196.3682,50.6285,50.7080,-0.0442,0.0000,5,1376.4780,163.0468,590.0261,-90.2168,23.5023,85.0490,-13.0043,-0.3289,18.9374,0.0000,0.0000,4.8938,18.9136,-0.5864,0.0000,19.5000,0.0000,19.5000,5.5240,13.9760,0.0000,13.9760,-0.0551,14.0312,0.0000,10.1858,9.3498,-5.5045,5214.9923,5214.9923,5214.9923,5214.9923,5214.9923 +860.5000,1.0000,11210.3371,50.6820,50.5490,0.0739,0.0000,5,1366.8650,268.1998,605.4228,-89.6467,38.3895,86.6589,-12.8318,-0.4803,33.9873,0.0000,0.0000,4.8825,33.7564,-0.6622,0.0000,34.4186,0.0000,34.4186,5.5298,28.8888,0.0000,28.8888,0.0923,28.7965,0.0000,10.2182,9.3597,9.2185,7943.7928,7943.7928,7943.7928,7943.7928,7943.7928 +861.5000,1.0000,11224.4086,51.0515,50.8150,0.1314,0.0000,5,1366.1020,327.0945,646.8350,-89.6015,46.7934,92.5348,-12.8182,0.4160,41.4539,0.0000,0.0000,4.9235,41.4125,-0.7063,0.0000,42.1188,0.0000,42.1188,5.5701,36.5487,0.0000,36.5487,0.1654,36.3833,0.0000,10.4435,9.4279,16.5119,9499.2649,9499.2649,9499.2649,9499.2649,9499.2649 +862.5000,1.0000,11238.6421,51.6345,51.2880,0.1925,0.0000,5,1379.7205,385.0322,671.7105,-90.4091,55.6310,97.0514,-13.0627,0.7337,49.9516,0.0000,0.0000,4.9456,49.9301,-0.7580,0.0000,50.6881,0.0000,50.6881,5.6337,45.0544,0.0000,45.0544,0.2451,44.8093,0.0000,10.8056,9.5356,24.4681,11197.2904,11197.2904,11197.2904,11197.2904,11197.2904 +863.5000,1.0000,11253.0737,52.3480,51.9810,0.2039,0.0000,5,1400.8925,398.0838,697.4193,-91.6648,58.3993,102.3122,-13.4473,1.0765,52.2947,0.0000,0.0000,5.0281,52.3945,-0.7812,0.0000,53.1758,0.0000,53.1758,5.7116,47.4642,0.0000,47.4642,0.2631,47.2010,0.0000,11.2598,9.6674,26.2738,11736.4235,11736.4235,11736.4235,11736.4235,11736.4235 +864.5000,1.0000,11267.7322,53.1645,52.7150,0.2497,0.0000,5,1425.8410,440.4576,706.5809,-93.1445,65.7664,105.5022,-13.9077,1.0889,59.5776,0.0000,0.0000,5.0999,59.5933,-0.8300,0.0000,60.4234,0.0000,60.4234,5.8007,54.6227,0.0000,54.6227,0.3273,54.2954,0.0000,11.7952,9.8182,32.6820,13097.6872,13097.6872,13097.6872,13097.6872,13097.6872 +865.5000,1.0000,11282.6443,54.0775,53.6140,0.2575,0.0000,5,1447.9665,449.9158,726.4880,-94.4567,68.2211,110.1579,-14.3225,0.8616,62.1941,0.0000,0.0000,5.1654,62.0782,-0.8566,0.0000,62.9348,0.0000,62.9348,5.9127,57.0221,0.0000,57.0221,0.3433,56.6788,0.0000,12.4135,9.9868,34.2786,13547.7044,13547.7044,13547.7044,13547.7044,13547.7044 +866.5000,1.0000,11297.8268,55.0510,54.5410,0.2833,0.0000,5,1471.0460,478.3316,733.8301,-95.8255,73.6858,113.0447,-14.7617,1.2096,67.2367,0.0000,0.0000,5.2395,67.2260,-0.8978,0.0000,68.1238,0.0000,68.1238,6.0800,62.0438,0.0000,62.0438,0.3846,61.6593,0.0000,13.0962,10.1666,38.3965,14604.1890,14604.1890,14604.1890,14604.1890,14604.1890 +867.5000,1.0000,11313.2633,55.9655,55.5610,0.2247,0.0000,5,1494.8500,426.9890,747.8302,-97.2372,66.8410,117.0656,-15.2215,0.9560,60.6076,0.0000,0.0000,5.2774,60.5919,-0.8787,0.0000,61.4707,0.0000,61.4707,6.1063,55.3644,0.0000,55.3644,0.3101,55.0543,0.0000,13.7592,10.3354,30.9596,13387.9639,13387.9639,13387.9639,13387.9639,13387.9639 +868.5000,1.0000,11328.9211,56.7620,56.3700,0.2178,0.0000,5,1520.4470,423.8428,734.7408,-98.7553,67.4846,116.9860,-15.7239,1.4177,60.6869,0.0000,0.0000,5.3800,60.8726,-0.8929,0.0000,61.7654,0.0000,61.7654,6.1932,55.5723,0.0000,55.5723,0.3048,55.2675,0.0000,14.3550,10.4825,30.4299,13529.7234,13529.7234,13529.7234,13529.7234,13529.7234 +869.5000,1.0000,11344.7749,57.4680,57.1540,0.1744,0.0000,5,1546.1585,384.2040,738.7420,-100.2802,62.2077,119.6122,-16.2367,0.9997,55.7522,0.0000,0.0000,5.4559,55.8268,-0.8788,0.0000,56.7055,0.0000,56.7055,6.2702,50.4353,0.0000,50.4353,0.2472,50.1882,0.0000,14.8971,10.6129,24.6781,12573.7495,12573.7495,12573.7495,12573.7495,12573.7495 +870.5000,1.0000,11360.8158,58.1410,57.7820,0.1994,0.0000,5,1564.4690,407.3521,730.3825,-101.3662,66.7368,119.6592,-16.6069,0.7477,60.4980,0.0000,0.0000,5.4912,60.4258,-0.9129,0.0000,61.3387,0.0000,61.3387,6.3436,54.9951,0.0000,54.9951,0.2859,54.7092,0.0000,15.4268,10.7372,28.5452,13438.2223,13438.2223,13438.2223,13438.2223,13438.2223 +871.5000,1.0000,11377.0638,58.8870,58.5000,0.2150,0.0000,5,1586.4420,425.4177,742.1395,-102.6694,70.6754,123.2930,-17.0566,1.3826,63.7142,0.0000,0.0000,5.5787,63.8644,-0.9425,0.0000,64.8069,0.0000,64.8069,6.4250,58.3819,0.0000,58.3819,0.3121,58.0697,0.0000,16.0283,10.8750,31.1664,14182.6884,14182.6884,14182.6884,14182.6884,14182.6884 +872.5000,1.0000,11393.4934,59.5405,59.2740,0.1481,0.0000,5,1599.4885,363.1752,751.1916,-103.4431,60.8311,125.8231,-17.3265,-0.1124,55.3544,0.0000,0.0000,5.5892,55.0683,-0.9089,0.0000,55.9772,0.0000,55.9772,6.4963,49.4808,0.0000,49.4808,0.2173,49.2635,0.0000,16.5675,10.9957,21.7003,12375.3828,12375.3828,12375.3828,12375.3828,12375.3828 +873.5000,1.0000,11410.0631,60.0450,59.8070,0.1322,0.0000,5,1613.5270,357.3543,734.5467,-103.9552,60.3815,124.1150,-17.5651,1.5045,53.1743,0.0000,0.0000,5.7027,53.4628,-0.9092,0.0000,54.3720,0.0000,54.3720,6.5514,47.8206,0.0000,47.8206,0.1957,47.6248,0.0000,16.9921,11.0888,19.5439,12294.0587,12294.0587,12294.0587,12294.0587,12294.0587 +874.5000,1.0000,11426.7130,60.3335,60.2830,0.0281,0.0000,5,1632.8680,259.7731,735.9781,-104.6440,44.4195,125.8475,-17.8934,0.4169,38.2686,0.0000,0.0000,5.7340,38.3339,-0.8376,0.0000,39.1715,0.0000,39.1715,6.5829,32.5887,0.0000,32.5887,0.0417,32.5469,0.0000,17.2380,11.1421,4.1668,9302.4282,9302.4282,9302.4282,9302.4282,9302.4282 +875.5000,1.0000,11443.3131,60.1545,60.3840,-0.1275,0.0000,5,1634.7755,119.1107,708.8288,-104.7119,20.3910,121.3467,-17.9260,-0.2259,14.9351,0.0000,0.0000,5.6817,14.9717,-0.7166,0.0000,15.6883,0.0000,15.6883,6.5633,9.1250,0.0000,9.1250,-0.1891,9.3141,0.0000,17.0853,11.1090,-18.8802,4948.8673,4948.8673,4948.8673,4948.8673,4948.8673 +876.5000,1.0000,11459.7446,59.5475,59.9250,-0.2097,0.0000,5,1621.5385,40.7197,664.1027,-104.2405,6.9145,112.7694,-17.7008,-1.0940,2.3518,0.0000,0.0000,5.6567,2.3508,-0.6667,0.0000,3.0175,0.0000,3.0175,6.4971,-3.4796,0.0000,-3.4796,-0.3079,-3.1717,0.0000,16.5737,10.9970,-30.7424,3210.7829,3210.7829,3210.7829,3210.7829,3210.7829 +877.5000,1.0000,11475.9880,58.8700,59.1700,-0.1667,0.0000,5,1603.6470,78.4843,634.7864,-103.6033,13.1801,106.6019,-17.3985,-0.6800,8.2463,0.0000,0.0000,5.6138,8.2529,-0.6614,0.0000,8.9142,0.0000,8.9142,6.4232,2.4910,0.0000,2.4910,-0.2419,2.7329,0.0000,16.0142,10.8718,-24.1531,3876.4067,3876.4067,3876.4067,3876.4067,3876.4067 +878.5000,1.0000,11492.1363,58.5280,58.5700,-0.0233,0.0000,5,1587.7010,202.0085,641.0652,-102.7440,33.5867,106.5858,-17.0826,-0.8815,28.9200,0.0000,0.0000,5.5482,28.7760,-0.7594,0.0000,29.5354,0.0000,29.5354,6.3859,23.1495,0.0000,23.1495,-0.0337,23.1832,0.0000,15.7363,10.8087,-3.3618,7258.7413,7258.7413,7258.7413,7258.7413,7258.7413 +879.5000,1.0000,11508.2779,58.5040,58.4860,0.0100,0.0000,5,1578.5455,236.7055,677.2918,-102.2010,39.1286,111.9596,-16.8943,-0.0111,33.5885,0.0000,0.0000,5.5511,33.5758,-0.7832,0.0000,34.3590,0.0000,34.3590,6.3832,27.9758,0.0000,27.9758,0.0144,27.9613,0.0000,15.7169,10.8042,1.4402,8264.6730,8264.6730,8264.6730,8264.6730,8264.6730 +880.5000,1.0000,11524.4402,58.5780,58.5220,0.0311,0.0000,5,1580.7580,256.6272,688.4777,-102.3323,42.4812,113.9682,-16.9397,0.2259,36.6978,0.0000,0.0000,5.5575,36.7167,-0.8003,0.0000,37.5170,0.0000,37.5170,6.3913,31.1257,0.0000,31.1257,0.0449,31.0808,0.0000,15.7767,10.8179,4.4862,8905.3932,8905.3932,8905.3932,8905.3932,8905.3932 +881.5000,1.0000,11540.6461,58.7355,58.6340,0.0564,0.0000,5,1581.1395,278.0912,694.9880,-102.3549,46.0454,115.0737,-16.9476,-0.1889,40.6924,0.0000,0.0000,5.5419,40.5722,-0.8224,0.0000,41.3946,0.0000,41.3946,6.4085,34.9861,0.0000,34.9861,0.0817,34.9044,0.0000,15.9043,10.8470,8.1531,9582.1588,9582.1588,9582.1588,9582.1588,9582.1588 +882.5000,1.0000,11556.9122,58.9520,58.8370,0.0639,0.0000,5,1586.0990,289.5052,702.8543,-102.6490,48.0856,116.7412,-17.0496,0.6726,41.8312,0.0000,0.0000,5.5818,41.9315,-0.8328,0.0000,42.7643,0.0000,42.7643,6.4321,36.3322,0.0000,36.3322,0.0929,36.2394,0.0000,16.0808,10.8870,9.2716,9974.2498,9974.2498,9974.2498,9974.2498,9974.2498 +883.5000,1.0000,11573.2381,59.1670,59.0670,0.0556,0.0000,5,1603.7235,282.7510,710.1635,-103.6061,47.4856,119.2659,-17.3998,1.0557,40.7775,0.0000,0.0000,5.6524,40.9808,-0.8316,0.0000,41.8123,0.0000,41.8123,6.4556,35.3567,0.0000,35.3567,0.0810,35.2757,0.0000,16.2574,10.9267,8.0916,9875.2349,9875.2349,9875.2349,9875.2349,9875.2349 +884.5000,1.0000,11589.6212,59.3735,59.2670,0.0592,0.0000,5,1607.0805,278.7346,709.5893,-103.7256,46.9091,119.4190,-17.4563,-0.7266,42.0340,0.0000,0.0000,5.6017,41.7665,-0.8389,0.0000,42.6054,0.0000,42.6054,6.4781,36.1273,0.0000,36.1273,0.0866,36.0407,0.0000,16.4282,10.9648,8.6477,9766.2348,9766.2348,9766.2348,9766.2348,9766.2348 +885.5000,1.0000,11606.0647,59.5905,59.4800,0.0614,0.0000,5,1608.7205,289.4279,708.8025,-103.7840,48.7584,119.4083,-17.4840,0.8894,42.2079,0.0000,0.0000,5.6611,42.3656,-0.8456,0.0000,43.2111,0.0000,43.2111,6.5018,36.7093,0.0000,36.7093,0.0902,36.6191,0.0000,16.6090,11.0049,9.0053,10110.4920,10110.4920,10110.4920,10110.4920,10110.4920 +886.5000,1.0000,11622.5665,59.8005,59.7010,0.0553,0.0000,5,1620.3935,280.8690,713.9633,-104.1997,47.6599,121.1504,-17.6814,0.2657,41.7273,0.0000,0.0000,5.6668,41.7266,-0.8458,0.0000,42.5725,0.0000,42.5725,6.5247,36.0478,0.0000,36.0478,0.0815,35.9663,0.0000,16.7852,11.0437,8.1374,9903.8933,9903.8933,9903.8933,9903.8933,9903.8933 +887.5000,1.0000,11639.1487,60.0900,59.9000,0.1056,0.0000,5,1623.9795,326.0709,712.6028,-104.3274,55.4525,121.1872,-17.7422,0.0913,49.6925,0.0000,0.0000,5.6687,49.5638,-0.8902,0.0000,50.4540,0.0000,50.4540,6.5563,43.8977,0.0000,43.8977,0.1564,43.7414,0.0000,17.0303,11.0971,15.6139,11387.5380,11387.5380,11387.5380,11387.5380,11387.5380 +888.5000,1.0000,11655.8350,60.4645,60.2800,0.1025,0.0000,5,1619.2110,324.4882,725.6436,-104.1576,55.0213,123.0426,-17.6613,-0.5652,49.9533,0.0000,0.0000,5.6332,49.6266,-0.8968,0.0000,50.5234,0.0000,50.5234,6.5972,43.9262,0.0000,43.9262,0.1528,43.7734,0.0000,17.3507,11.1663,15.2565,11303.7456,11303.7456,11303.7456,11303.7456,11303.7456 +889.5000,1.0000,11672.6380,60.8850,60.6490,0.1311,0.0000,5,1629.5110,360.6236,726.2802,-104.5244,61.5375,123.9339,-17.8363,1.5995,54.2009,0.0000,0.0000,5.7371,54.5212,-0.9286,0.0000,55.4498,0.0000,55.4498,6.6430,48.8068,0.0000,48.8068,0.1968,48.6100,0.0000,17.7153,11.2440,19.6507,12511.0599,12511.0599,12511.0599,12511.0599,12511.0599 +890.5000,1.0000,11689.5554,61.2965,61.1210,0.0975,0.0000,5,1653.0100,326.2435,740.3861,-105.3613,56.4737,128.1629,-18.2383,0.7629,49.9472,0.0000,0.0000,5.7636,50.0311,-0.9129,0.0000,50.9439,0.0000,50.9439,6.6879,44.2560,0.0000,44.2560,0.1473,44.1087,0.0000,18.0768,11.3199,14.7119,11600.8115,11600.8115,11600.8115,11600.8115,11600.8115 +891.5000,1.0000,11706.5816,61.6885,61.4720,0.1203,0.0000,5,1664.9500,346.2857,733.7719,-105.7865,60.3760,127.9355,-18.4442,0.4524,54.1029,0.0000,0.0000,5.8207,54.0570,-0.9399,0.0000,54.9968,0.0000,54.9968,6.7307,48.2661,0.0000,48.2661,0.1829,48.0832,0.0000,18.4259,11.3923,18.2650,12336.1486,12336.1486,12336.1486,12336.1486,12336.1486 +892.5000,1.0000,11723.7274,62.1190,61.9050,0.1189,0.0000,5,1674.5250,346.9241,741.3351,-106.1275,60.8352,129.9974,-18.6101,0.5296,54.4967,0.0000,0.0000,5.8089,54.4766,-0.9494,0.0000,55.4260,0.0000,55.4260,6.7777,48.6483,0.0000,48.6483,0.1821,48.4662,0.0000,18.8144,11.4718,18.1800,12443.9336,12443.9336,12443.9336,12443.9336,12443.9336 +893.5000,1.0000,11741.0184,62.6415,62.3330,0.1714,0.0000,5,1685.2445,396.2024,743.5382,-106.5093,69.9212,131.2184,-18.7966,0.5764,63.4887,0.0000,0.0000,5.8561,63.3863,-1.0033,0.0000,64.3897,0.0000,64.3897,6.8347,57.5550,0.0000,57.5550,0.2647,57.2903,0.0000,19.2934,11.5683,26.4286,14179.3394,14179.3394,14179.3394,14179.3394,14179.3394 +894.5000,1.0000,11758.5088,63.3595,62.9500,0.2275,0.0000,5,1705.1955,451.8216,759.7002,-107.2198,80.6807,135.6579,-19.1460,1.5060,73.2328,0.0000,0.0000,5.9420,73.3762,-1.0662,0.0000,74.4424,0.0000,74.4424,6.9381,67.5042,0.0000,67.5042,0.3554,67.1489,0.0000,19.9648,11.7009,35.4832,16204.5754,16204.5754,16204.5754,16204.5754,16204.5754 +895.5000,1.0000,11776.2160,64.1400,63.7690,0.2061,0.0000,5,1723.5445,432.1049,776.9352,-107.8732,77.9902,140.2284,-19.4699,0.4199,71.6022,0.0000,0.0000,5.9681,71.3543,-1.0696,0.0000,72.4239,0.0000,72.4239,6.9982,65.4257,0.0000,65.4257,0.3259,65.0998,0.0000,20.7115,11.8451,32.5432,15709.2490,15709.2490,15709.2490,15709.2490,15709.2490 +896.5000,1.0000,11794.1323,64.8925,64.5110,0.2119,0.0000,5,1751.2780,446.0252,776.0000,-108.8609,81.7981,142.3133,-19.9644,2.5560,73.0591,0.0000,0.0000,6.1830,73.6178,-1.0943,0.0000,74.7121,0.0000,74.7121,7.0830,67.6290,0.0000,67.6290,0.3391,67.2899,0.0000,21.4491,11.9840,33.8568,16412.1286,16412.1286,16412.1286,16412.1286,16412.1286 +897.5000,1.0000,11812.2448,65.5990,65.2740,0.1806,0.0000,5,1788.3955,412.8442,784.7373,-110.1828,77.3176,146.9659,-20.6351,1.4664,69.6162,0.0000,0.0000,6.2350,69.7902,-1.0875,0.0000,70.8776,0.0000,70.8776,7.1574,63.7203,0.0000,63.7203,0.2920,63.4283,0.0000,22.1571,12.1145,29.1566,15635.4515,15635.4515,15635.4515,15635.4515,15635.4515 +898.5000,1.0000,11830.5114,66.1540,65.9240,0.1278,0.0000,5,1811.1315,365.8230,781.9538,-111.0143,69.3824,148.3063,-21.0551,1.0438,62.0118,0.0000,0.0000,6.3268,62.1172,-1.0586,0.0000,63.1758,0.0000,63.1758,7.2179,55.9579,0.0000,55.9579,0.2084,55.7495,0.0000,22.7240,12.2170,20.8085,14185.8667,14185.8667,14185.8667,14185.8667,14185.8667 +899.5000,1.0000,11848.8981,66.5860,66.3840,0.1122,0.0000,5,1817.0445,349.2831,773.9623,-111.2365,66.4618,147.2699,-21.1661,-0.3874,60.5542,0.0000,0.0000,6.2949,60.2557,-1.0570,0.0000,61.3127,0.0000,61.3127,7.2651,54.0477,0.0000,54.0477,0.1842,53.8634,0.0000,23.1720,12.2968,18.3946,13647.2304,13647.2304,13647.2304,13647.2304,13647.2304 +900.5000,1.0000,11867.3750,66.9110,66.7880,0.0683,0.0000,5,1808.6140,313.8369,769.7399,-110.9197,59.4400,145.7869,-21.0079,-0.5508,53.7552,0.0000,0.0000,6.2355,53.5095,-1.0288,0.0000,54.5382,0.0000,54.5382,7.3005,47.2377,0.0000,47.2377,0.1127,47.1250,0.0000,23.5128,12.3568,11.2554,12335.0443,12335.0443,12335.0443,12335.0443,12335.0443 +901.5000,1.0000,11885.9443,67.2435,67.0340,0.1164,0.0000,5,1817.2735,365.7409,763.3017,-111.2451,69.6021,145.2597,-21.1704,1.5198,61.7320,0.0000,0.0000,6.3502,62.0015,-1.0777,0.0000,63.0792,0.0000,63.0792,7.3368,55.7424,0.0000,55.7424,0.1930,55.5494,0.0000,23.8653,12.4182,19.2660,14228.9143,14228.9143,14228.9143,14228.9143,14228.9143 +902.5000,1.0000,11904.6225,67.6355,67.4530,0.1014,0.0000,5,1833.4480,348.1746,776.1870,-111.8529,66.8489,149.0265,-21.4756,0.2878,60.2080,0.0000,0.0000,6.3531,60.1297,-1.0754,0.0000,61.2051,0.0000,61.2051,7.3796,53.8255,0.0000,53.8255,0.1691,53.6565,0.0000,24.2850,12.4906,16.8809,13730.8653,13730.8653,13730.8653,13730.8653,13730.8653 +903.5000,1.0000,11923.3618,67.8555,67.8180,0.0208,0.0000,5,1841.1920,279.1324,774.4110,-112.1439,53.8193,149.3135,-21.6224,0.5866,46.8532,0.0000,0.0000,6.3794,46.9593,-1.0129,0.0000,47.9722,0.0000,47.9722,7.4036,40.5686,0.0000,40.5686,0.0349,40.5338,0.0000,24.5226,12.5312,3.4800,11307.7463,11307.7463,11307.7463,11307.7463,11307.7463 +904.5000,1.0000,11942.0317,67.6055,67.8930,-0.1597,0.0000,5,1839.8565,114.1048,761.2037,-112.0937,21.9845,146.6606,-21.5970,-0.7371,16.4011,0.0000,0.0000,6.3205,16.4127,-0.8540,0.0000,17.2668,0.0000,17.2668,7.3763,9.8905,0.0000,9.8905,-0.2662,10.1567,0.0000,24.2530,12.4851,-26.5813,5605.6965,5605.6965,5605.6965,5605.6965,5605.6965 +905.5000,1.0000,11960.5563,67.0825,67.3180,-0.1308,0.0000,5,1831.8455,139.6788,727.1152,-111.7927,26.7946,139.4828,-21.4452,-0.1673,20.6583,0.0000,0.0000,6.3037,20.7142,-0.8663,0.0000,21.5805,0.0000,21.5805,7.3192,14.2613,0.0000,14.2613,-0.2164,14.4777,0.0000,23.6943,12.3885,-21.6051,6405.3268,6405.3268,6405.3268,6405.3268,6405.3268 +906.5000,1.0000,11978.9131,66.4785,66.8470,-0.2047,0.0000,5,1817.8835,67.3080,728.3685,-111.2680,12.8133,138.6583,-21.1819,-1.3926,7.9724,0.0000,0.0000,6.2335,7.9619,-0.7910,0.0000,8.7528,0.0000,8.7528,7.2533,1.4995,0.0000,1.4995,-0.3355,1.8350,0.0000,23.0605,12.2769,-33.5024,4340.6500,4340.6500,4340.6500,4340.6500,4340.6500 +907.5000,1.0000,11997.0903,65.8320,66.1100,-0.1544,0.0000,5,1792.4770,108.6344,705.2641,-110.3281,20.3915,132.3835,-20.7094,-1.4235,15.6838,0.0000,0.0000,6.1312,15.6367,-0.8181,0.0000,16.4548,0.0000,16.4548,7.1828,9.2721,0.0000,9.2721,-0.2507,9.5227,0.0000,22.3939,12.1575,-25.0287,5212.1893,5212.1893,5212.1893,5212.1893,5212.1893 +908.5000,1.0000,12015.0886,65.1880,65.5540,-0.2033,0.0000,5,1772.5260,78.9208,707.7272,-109.6176,14.6492,131.3673,-20.3471,-0.7640,7.1628,0.0000,0.0000,8.2504,7.1747,-0.7639,0.0000,7.9386,0.0000,7.9386,7.1125,0.8261,0.0000,0.8261,-0.3268,1.1529,0.0000,21.7434,12.0386,-32.6291,4421.2828,4421.2828,4421.2828,4421.2828,4421.2828 +909.5000,1.0000,12032.8933,64.4910,64.8220,-0.1839,0.0000,5,1758.0300,92.9705,695.8823,-109.1014,17.1159,128.1123,-20.0856,-0.8072,9.7407,0.0000,0.0000,8.1825,9.7493,-0.7646,0.0000,10.5139,0.0000,10.5139,7.0365,3.4774,0.0000,3.4774,-0.2924,3.7698,0.0000,21.0533,11.9099,-29.1933,4656.7141,4656.7141,4656.7141,4656.7141,4656.7141 +910.5000,1.0000,12050.5093,63.8115,64.1600,-0.1936,0.0000,5,1745.4795,83.5544,695.0325,-108.6544,15.2726,127.0423,-19.8605,-0.5438,7.6621,0.0000,0.0000,8.1543,7.6818,-0.7423,0.0000,8.4241,0.0000,8.4241,6.9623,1.4617,0.0000,1.4617,-0.3046,1.7663,0.0000,20.3949,11.7844,-30.4129,4412.7597,4412.7597,4412.7597,4412.7597,4412.7597 +911.5000,1.0000,12067.9389,63.1405,63.4630,-0.1792,0.0000,5,1723.1635,86.8910,685.4687,-107.8597,15.6794,123.6923,-19.4632,-1.8246,9.4881,0.0000,0.0000,8.0160,9.4413,-0.7395,0.0000,10.1808,0.0000,10.1808,6.8891,3.2917,0.0000,3.2917,-0.2789,3.5706,0.0000,19.7581,11.6605,-27.8480,4395.6316,4395.6316,4395.6316,4395.6316,4395.6316 +912.5000,1.0000,12085.2314,62.6470,62.8180,-0.0950,0.0000,5,1697.8715,164.5895,678.1859,-106.9589,29.2641,120.5819,-19.0174,-0.8393,22.1552,0.0000,0.0000,7.9482,22.1105,-0.7950,0.0000,22.9055,0.0000,22.9055,6.8353,16.0702,0.0000,16.0702,-0.1467,16.2169,0.0000,19.2981,11.5694,-14.6505,6627.5286,6627.5286,6627.5286,6627.5286,6627.5286 +913.5000,1.0000,12102.4484,62.3755,62.4760,-0.0558,0.0000,5,1690.8140,202.6793,696.5784,-106.7076,35.8867,123.3373,-18.8938,0.1030,27.8334,0.0000,0.0000,7.9504,27.8946,-0.8195,0.0000,28.7141,0.0000,28.7141,6.8057,21.9085,0.0000,21.9085,-0.0859,21.9943,0.0000,19.0482,11.5192,-8.5731,7805.2177,7805.2177,7805.2177,7805.2177,7805.2177 +914.5000,1.0000,12119.5977,62.1315,62.2750,-0.0797,0.0000,5,1689.3265,178.7547,706.2502,-106.6546,31.6228,124.9398,-18.8678,-0.2572,23.9477,0.0000,0.0000,7.9323,23.9679,-0.7955,0.0000,24.7634,0.0000,24.7634,6.7790,17.9843,0.0000,17.9843,-0.1221,18.1065,0.0000,18.8256,11.4742,-12.1933,7035.7337,7035.7337,7035.7337,7035.7337,7035.7337 +915.5000,1.0000,12136.6558,61.8030,61.9880,-0.1028,0.0000,5,1675.2120,152.9750,696.3358,-106.1520,26.8361,122.1567,-18.6220,-1.1970,20.2019,0.0000,0.0000,7.8311,20.1218,-0.7704,0.0000,20.8923,0.0000,20.8923,6.7432,14.1491,0.0000,14.1491,-0.1566,14.3057,0.0000,18.5286,11.4135,-15.6364,6141.2374,6141.2374,6141.2374,6141.2374,6141.2374 +916.5000,1.0000,12153.5999,61.3930,61.6180,-0.1250,0.0000,5,1666.8955,128.3121,686.6910,-105.8558,22.3978,119.8666,-18.4779,0.3397,16.2813,0.0000,0.0000,5.7767,16.3737,-0.7445,0.0000,17.1183,0.0000,17.1183,6.6985,10.4198,0.0000,10.4198,-0.1892,10.6090,0.0000,18.1624,11.3378,-18.8911,5321.8160,5321.8160,5321.8160,5321.8160,5321.8160 +917.5000,1.0000,12170.4209,60.9495,61.1680,-0.1214,0.0000,5,1655.4895,120.1081,676.5224,-105.4496,20.8222,117.2836,-18.2810,-1.4970,16.6330,0.0000,0.0000,5.6862,16.5444,-0.7379,0.0000,17.2823,0.0000,17.2823,6.6501,10.6322,0.0000,10.6322,-0.1824,10.8146,0.0000,17.7716,11.2559,-18.2129,5042.0252,5042.0252,5042.0252,5042.0252,5042.0252 +918.5000,1.0000,12187.0954,60.4220,60.7310,-0.1717,0.0000,5,1635.8820,80.1143,668.6481,-104.7513,13.7243,114.5455,-17.9449,-0.4906,8.5690,0.0000,0.0000,5.6459,8.5873,-0.6888,0.0000,9.2761,0.0000,9.2761,6.5925,2.6836,0.0000,2.6836,-0.2557,2.9394,0.0000,17.3144,11.1584,-25.5335,3996.6130,3996.6130,3996.6130,3996.6130,3996.6130 +919.5000,1.0000,12203.6330,59.9295,60.1130,-0.1019,0.0000,5,1626.6500,139.5626,653.8168,-104.4226,23.7734,111.3727,-17.7876,-0.4344,18.5720,0.0000,0.0000,5.6358,18.5793,-0.7311,0.0000,19.3103,0.0000,19.3103,6.5388,12.7715,0.0000,12.7715,-0.1506,12.9222,0.0000,16.8942,11.0675,-15.0395,5534.4922,5534.4922,5534.4922,5534.4922,5534.4922 +920.5000,1.0000,12220.0651,59.5495,59.7460,-0.1092,0.0000,5,1617.8380,131.8778,669.1454,-104.1087,22.3427,113.3663,-17.6381,-0.4434,17.1793,0.0000,0.0000,5.6068,17.1887,-0.7177,0.0000,17.9064,0.0000,17.9064,6.4973,11.4091,0.0000,11.4091,-0.1603,11.5693,0.0000,16.5749,10.9973,-16.0029,5278.1360,5278.1360,5278.1360,5278.1360,5278.1360 +921.5000,1.0000,12236.4237,59.2850,59.3530,-0.0378,0.0000,5,1605.1350,192.0668,663.3996,-103.6563,32.2844,111.5104,-17.4235,-0.8122,27.5481,0.0000,0.0000,5.5485,27.4382,-0.7651,0.0000,28.2033,0.0000,28.2033,6.4685,21.7348,0.0000,21.7348,-0.0552,21.7900,0.0000,16.3548,10.9485,-5.5133,7035.9060,7035.9060,7035.9060,7035.9060,7035.9060 +922.5000,1.0000,12252.7898,59.3120,59.2170,0.0528,0.0000,5,1603.0365,279.2753,681.0975,-103.5816,46.8818,114.3356,-17.3882,0.6046,40.6618,0.0000,0.0000,5.6154,40.7523,-0.8328,0.0000,41.5851,0.0000,41.5851,6.4714,35.1137,0.0000,35.1137,0.0772,35.0366,0.0000,16.3772,10.9535,7.7059,9762.5530,9762.5530,9762.5530,9762.5530,9762.5530 +923.5000,1.0000,12269.2302,59.5795,59.4070,0.0958,0.0000,5,1609.2925,315.7727,708.8445,-103.8044,53.2155,119.4578,-17.4936,0.0113,47.5625,0.0000,0.0000,5.6417,47.4285,-0.8709,0.0000,48.2995,0.0000,48.2995,6.5006,41.7989,0.0000,41.7989,0.1408,41.6581,0.0000,16.5999,11.0029,14.0554,10959.3231,10959.3231,10959.3231,10959.3231,10959.3231 +924.5000,1.0000,12285.7723,59.9455,59.7520,0.1075,0.0000,5,1613.3745,329.5769,720.8652,-103.9498,55.6827,121.7917,-17.5625,0.3931,49.6907,0.0000,0.0000,5.5989,49.6526,-0.8883,0.0000,50.5409,0.0000,50.5409,6.5405,44.0004,0.0000,44.0004,0.1589,43.8415,0.0000,16.9077,11.0705,15.8633,11421.5888,11421.5888,11421.5888,11421.5888,11421.5888 +925.5000,1.0000,12302.4211,60.3300,60.1390,0.1061,0.0000,5,1628.4430,331.8518,727.2827,-104.4864,56.5907,124.0236,-17.8181,1.1101,49.7981,0.0000,0.0000,5.6824,49.9794,-0.8963,0.0000,50.8757,0.0000,50.8757,6.5825,44.2933,0.0000,44.2933,0.1578,44.1354,0.0000,17.2352,11.1415,15.7588,11600.8424,11600.8424,11600.8424,11600.8424,11600.8424 +926.5000,1.0000,12319.1375,60.5730,60.5210,0.0289,0.0000,5,1642.4810,260.0450,730.7555,-104.9863,44.7278,125.6901,-18.0577,0.2962,38.7106,0.0000,0.0000,5.7210,38.7465,-0.8437,0.0000,39.5902,0.0000,39.5902,6.6090,32.9812,0.0000,32.9812,0.0431,32.9381,0.0000,17.4441,11.1863,4.3076,9365.2700,9365.2700,9365.2700,9365.2700,9365.2700 +927.5000,1.0000,12335.8624,60.6035,60.6250,-0.0119,0.0000,5,1642.5190,221.6433,710.7495,-104.9877,38.1236,122.2519,-18.0583,-0.2924,32.7076,0.0000,0.0000,5.7084,32.6615,-0.8135,0.0000,33.4749,0.0000,33.4749,6.6123,26.8626,0.0000,26.8626,-0.0178,26.8805,0.0000,17.4704,11.1920,-1.7819,8154.0895,8154.0895,8154.0895,8154.0895,8154.0895 +928.5000,1.0000,12352.5467,60.4575,60.5820,-0.0692,0.0000,5,1643.5875,174.1953,699.8288,-105.0257,29.9818,120.4518,-18.0766,0.4005,23.8352,0.0000,0.0000,5.7461,23.9421,-0.7670,0.0000,24.7090,0.0000,24.7090,6.5964,18.1127,0.0000,18.1127,-0.1031,18.2158,0.0000,17.3446,11.1650,-10.2938,6656.5614,6656.5614,6656.5614,6656.5614,6656.5614 +929.5000,1.0000,12369.1564,60.1890,60.3330,-0.0800,0.0000,5,1638.8190,156.9688,685.0071,-104.8559,26.9385,117.5587,-17.9950,-0.8792,22.1373,0.0000,0.0000,5.6804,22.0721,-0.7530,0.0000,22.8251,0.0000,22.8251,6.5671,16.2580,0.0000,16.2580,-0.1187,16.3767,0.0000,17.1145,11.1154,-11.8532,6091.3047,6091.3047,6091.3047,6091.3047,6091.3047 +930.5000,1.0000,12385.6817,59.8850,60.0450,-0.0889,0.0000,5,1631.7615,153.6399,678.1120,-104.6046,26.2536,115.8742,-17.8746,0.1682,20.3992,0.0000,0.0000,5.6862,20.4749,-0.7399,0.0000,21.2148,0.0000,21.2148,6.5339,14.6808,0.0000,14.6808,-0.1312,14.8121,0.0000,16.8565,11.0593,-13.1037,5970.3408,5970.3408,5970.3408,5970.3408,5970.3408 +931.5000,1.0000,12402.1275,59.5990,59.7250,-0.0700,0.0000,5,1616.1210,160.0584,673.1432,-104.0476,27.0883,113.9226,-17.6090,-1.7189,23.2047,0.0000,0.0000,5.6025,23.0046,-0.7479,0.0000,23.7525,0.0000,23.7525,6.5027,17.2498,0.0000,17.2498,-0.1029,17.3527,0.0000,16.6161,11.0065,-10.2699,6114.0744,6114.0744,6114.0744,6114.0744,6114.0744 +932.5000,1.0000,12418.5189,59.4030,59.4730,-0.0389,0.0000,5,1602.1210,198.1792,671.3624,-103.5490,33.2493,112.6370,-17.3728,0.3265,27.3049,0.0000,0.0000,5.6178,27.3938,-0.7668,0.0000,28.1606,0.0000,28.1606,6.4813,21.6793,0.0000,21.6793,-0.0570,21.7362,0.0000,16.4527,10.9703,-5.6867,7209.7532,7209.7532,7209.7532,7209.7532,7209.7532 +933.5000,1.0000,12434.9030,59.3770,59.3330,0.0244,0.0000,5,1605.3635,251.6640,683.3517,-103.6645,42.3081,114.8805,-17.4274,-0.0075,36.6994,0.0000,0.0000,5.6162,36.6705,-0.8133,0.0000,37.4838,0.0000,37.4838,6.4785,31.0053,0.0000,31.0053,0.0358,30.9695,0.0000,16.4311,10.9655,3.5730,8907.1752,8907.1752,8907.1752,8907.1752,8907.1752 +934.5000,1.0000,12451.3368,59.5555,59.4210,0.0747,0.0000,5,1601.5485,296.3050,699.2100,-103.5286,49.6944,117.2671,-17.3632,-0.3677,44.4898,0.0000,0.0000,5.5723,44.2859,-0.8547,0.0000,45.1406,0.0000,45.1406,6.4980,38.6426,0.0000,38.6426,0.1097,38.5329,0.0000,16.5798,10.9984,10.9547,10289.8541,10289.8541,10289.8541,10289.8541,10289.8541 +935.5000,1.0000,12467.8701,59.9140,59.6900,0.1244,0.0000,5,1608.7585,348.3178,713.8541,-103.7854,58.6807,120.2621,-17.4846,1.0817,51.9618,0.0000,0.0000,5.6372,52.1206,-0.9002,0.0000,53.0208,0.0000,53.0208,6.5371,46.4837,0.0000,46.4837,0.1838,46.2999,0.0000,16.8811,11.0646,18.3541,11976.4388,11976.4388,11976.4388,11976.4388,11976.4388 +936.5000,1.0000,12484.4909,60.2290,60.1380,0.0506,0.0000,5,1631.1515,282.2131,732.8329,-104.5829,48.2059,125.1780,-17.8642,1.1464,41.3341,0.0000,0.0000,5.7253,41.5614,-0.8521,0.0000,42.4135,0.0000,42.4135,6.5715,35.8420,0.0000,35.8420,0.0751,35.7670,0.0000,17.1486,11.1228,7.4956,10025.8936,10025.8936,10025.8936,10025.8936,10025.8936 +937.5000,1.0000,12501.1544,60.3825,60.3200,0.0347,0.0000,5,1641.1080,261.8735,716.3791,-104.9374,45.0046,123.1144,-18.0342,-0.1500,39.4651,0.0000,0.0000,5.6895,39.3885,-0.8437,0.0000,40.2323,0.0000,40.2323,6.5882,33.6440,0.0000,33.6440,0.0517,33.5924,0.0000,17.2800,11.1512,5.1612,9416.6201,9416.6201,9416.6201,9416.6201,9416.6201 +938.5000,1.0000,12517.8126,60.3635,60.4450,-0.0453,0.0000,5,1635.3475,190.8352,709.9338,-104.7323,32.6811,121.5784,-17.9357,-0.4291,27.4538,0.0000,0.0000,5.6564,27.4191,-0.7830,0.0000,28.2021,0.0000,28.2021,6.5861,21.6160,0.0000,21.6160,-0.0674,21.6833,0.0000,17.2637,11.1476,-6.7280,7145.2677,7145.2677,7145.2677,7145.2677,7145.2677 +939.5000,1.0000,12534.3929,60.0830,60.2820,-0.1106,0.0000,5,1624.2850,131.6343,686.3817,-104.3383,22.3903,116.7499,-17.7474,-0.6773,17.4477,0.0000,0.0000,5.6199,17.4325,-0.7278,0.0000,18.1603,0.0000,18.1603,6.5555,11.6048,0.0000,11.6048,-0.1638,11.7685,0.0000,17.0243,11.0958,-16.3516,5290.5972,5290.5972,5290.5972,5290.5972,5290.5972 +940.5000,1.0000,12550.8058,59.4805,59.8840,-0.2242,0.0000,5,1611.8490,30.7783,665.1707,-103.8954,5.1951,112.2758,-17.5368,-0.5589,0.1693,0.0000,0.0000,5.5847,0.1699,-0.6709,0.0000,0.8408,0.0000,0.8408,6.4898,-5.6490,0.0000,-5.6490,-0.3287,-5.3203,0.0000,16.5179,10.9846,-32.8227,2999.5614,2999.5614,2999.5614,2999.5614,2999.5614 +941.5000,1.0000,12566.9945,58.6735,59.0770,-0.2242,0.0000,5,1608.3390,33.0469,633.1128,-103.7704,5.5659,106.6319,-17.4775,0.2110,-0.2657,0.0000,0.0000,5.6207,-0.2679,-0.6582,0.0000,0.3903,0.0000,0.3903,6.4017,-6.0115,0.0000,-6.0115,-0.3243,-5.6872,0.0000,15.8547,10.8355,-32.3774,3033.4603,3033.4603,3033.4603,3033.4603,3033.4603 +942.5000,1.0000,12582.9831,57.9530,58.2700,-0.1761,0.0000,5,1591.0200,59.6085,627.8829,-102.9409,9.9314,104.6123,-17.1511,-1.9009,6.3339,0.0000,0.0000,5.4984,6.2908,-0.6364,0.0000,6.9273,0.0000,6.9273,6.3231,0.6041,0.0000,0.6041,-0.2516,0.8558,0.0000,15.2775,10.7025,-25.1242,3484.4869,3484.4869,3484.4869,3484.4869,3484.4869 +943.5000,1.0000,12598.7995,57.3330,57.6360,-0.1683,0.0000,5,1565.0035,72.1237,627.1318,-101.3979,11.8201,102.7786,-16.6178,-0.6306,7.0025,0.0000,0.0000,5.4483,7.0102,-0.6300,0.0000,7.6402,0.0000,7.6402,6.2555,1.3847,0.0000,1.3847,-0.2379,1.6227,0.0000,14.7923,10.5880,-23.7577,3639.5069,3639.5069,3639.5069,3639.5069,3639.5069 +944.5000,1.0000,12614.4424,56.7085,57.0300,-0.1786,0.0000,5,1557.2595,64.3488,628.3096,-100.9386,10.4937,102.4621,-16.4606,-0.1131,5.1539,0.0000,0.0000,5.4529,5.1793,-0.6116,0.0000,5.7909,0.0000,5.7909,6.1873,-0.3964,0.0000,-0.3964,-0.2497,-0.1467,0.0000,14.3143,10.4727,-24.9337,3469.3320,3469.3320,3469.3320,3469.3320,3469.3320 +945.5000,1.0000,12629.8930,56.0160,56.3870,-0.2061,0.0000,5,1536.1640,27.3901,618.7024,-99.6875,4.4062,99.5286,-16.0364,-1.8785,0.9425,0.0000,0.0000,5.3422,0.9364,-0.6107,0.0000,1.5471,0.0000,1.5471,6.1118,-4.5647,0.0000,-4.5647,-0.2847,-4.2800,0.0000,13.7964,10.3448,-28.4212,2739.9340,2739.9340,2739.9340,2739.9340,2739.9340 +946.5000,1.0000,12645.1291,55.2440,55.6450,-0.2228,0.0000,5,1505.0735,15.8477,595.3325,-97.8436,2.4978,93.8309,-15.4212,-1.0331,-1.7407,0.0000,0.0000,5.2716,-1.7404,-0.6046,0.0000,-1.1358,0.0000,-1.1358,6.0276,-7.1634,0.0000,-7.1634,-0.3034,-6.8599,0.0000,13.2339,10.2022,-30.2961,2462.9888,2462.9888,2462.9888,2462.9888,2462.9888 +947.5000,1.0000,12660.1312,54.4015,54.8430,-0.2453,0.0000,5,1482.6045,-6.2173,583.4633,-96.5110,-0.9653,90.5873,-14.9841,-1.0281,-5.1529,0.0000,0.0000,5.2157,-5.1555,-0.5994,0.0000,-4.5561,0.0000,-4.5561,5.9356,-10.4917,0.0000,-10.4917,-0.3290,-10.1628,0.0000,12.6378,10.0466,-32.8472,1990.7579,1990.7579,1990.7579,1990.7579,1990.7579 +948.5000,1.0000,12674.8873,53.5160,53.9600,-0.2467,0.0000,5,1459.0675,-10.6899,567.3463,-95.1150,-1.6333,86.6866,-14.5329,-1.0972,-5.6551,0.0000,0.0000,5.1190,-5.6546,-0.5864,0.0000,-5.0681,0.0000,-5.0681,5.8390,-10.9072,0.0000,-10.9072,-0.3255,-10.5817,0.0000,12.0307,9.8831,-32.4955,1839.2839,1839.2839,1839.2839,1839.2839,1839.2839 +949.5000,1.0000,12689.3792,52.5650,53.0720,-0.2817,0.0000,5,1434.5770,-43.7431,557.3960,-93.6626,-6.5715,83.7368,-14.0708,-1.0788,-10.5400,0.0000,0.0000,5.0473,-10.5518,-0.5835,0.0000,-9.9683,0.0000,-9.9683,5.7353,-15.7036,0.0000,-15.7036,-0.3650,-15.3386,0.0000,11.4010,9.7075,-36.4470,1054.6241,1054.6241,1054.6241,1054.6241,1054.6241 +950.5000,1.0000,12703.5995,51.5870,52.0580,-0.2617,0.0000,5,1409.0185,-29.7836,536.0282,-92.1467,-4.3946,79.0921,-13.5964,-1.1520,-8.1951,0.0000,0.0000,4.9524,-8.1924,-0.5622,0.0000,-7.6302,0.0000,-7.6302,5.6285,-13.2588,0.0000,-13.2588,-0.3328,-12.9260,0.0000,10.7763,9.5268,-33.2290,1305.5926,1305.5926,1305.5926,1305.5926,1305.5926 +951.5000,1.0000,12717.5652,50.6705,51.1160,-0.2475,0.0000,5,1386.8925,-16.9347,534.2447,-90.8345,-2.4595,77.5910,-13.1924,-0.7506,-6.6105,0.0000,0.0000,4.9016,-6.6268,-0.5441,0.0000,-6.0827,0.0000,-6.0827,5.5286,-11.6113,0.0000,-11.6113,-0.3092,-11.3021,0.0000,10.2120,9.3576,-30.8716,1548.8301,1548.8301,1548.8301,1548.8301,1548.8301 +952.5000,1.0000,12731.2778,49.7595,50.2250,-0.2586,0.0000,5,1366.5215,-30.4521,532.9115,-89.6263,-4.3578,76.2606,-12.8257,-0.9700,-8.2319,0.0000,0.0000,4.8441,-8.2394,-0.5341,0.0000,-7.7053,0.0000,-7.7053,5.4292,-13.1344,0.0000,-13.1344,-0.3173,-12.8171,0.0000,9.6711,9.1893,-31.6776,1218.8880,1218.8880,1218.8880,1218.8880,1218.8880 +953.5000,1.0000,12744.7281,48.8150,49.2940,-0.2661,0.0000,5,1337.6820,-43.0001,518.2957,-87.9159,-6.0235,72.6038,-12.3154,-1.4196,-9.3779,0.0000,0.0000,4.7740,-9.3485,-0.5225,0.0000,-8.8259,0.0000,-8.8259,5.3261,-14.1520,0.0000,-14.1520,-0.3203,-13.8318,0.0000,9.1309,9.0149,-31.9776,887.6184,887.6184,887.6184,887.6184,887.6184 +954.5000,1.0000,12757.8989,47.8090,48.3360,-0.2928,0.0000,5,1308.3085,-65.2709,503.9545,-86.1738,-8.9425,69.0447,-11.8063,-0.9716,-12.6715,0.0000,0.0000,4.7005,-12.6943,-0.5158,0.0000,-12.1785,0.0000,-12.1785,5.2163,-17.3948,0.0000,-17.3948,-0.3451,-17.0497,0.0000,8.5781,8.8291,-34.4570,348.5291,348.5291,348.5291,348.5291,348.5291 +955.5000,1.0000,12770.8240,46.9245,47.2820,-0.1986,0.0000,5,1285.5725,15.1485,487.5393,-84.8254,2.0394,65.6349,-11.4196,-0.8403,-1.7526,0.0000,0.0000,4.6323,-1.7514,-0.4755,0.0000,-1.2759,0.0000,-1.2759,5.1198,-6.3958,0.0000,-6.3958,-0.2298,-6.1660,0.0000,8.1103,8.6658,-22.9421,1894.6205,1894.6205,1894.6205,1894.6205,1894.6205 +956.5000,1.0000,12783.5254,46.1190,46.5670,-0.2489,0.0000,5,1257.4195,-34.8715,514.6827,-83.1557,-4.5918,67.7717,-10.9497,-1.3521,-7.8021,0.0000,0.0000,4.5624,-7.7690,-0.4787,0.0000,-7.2903,0.0000,-7.2903,5.0319,-12.3222,0.0000,-12.3222,-0.2830,-12.0392,0.0000,7.7000,8.5170,-28.2563,905.9027,905.9027,905.9027,905.9027,905.9027 +957.5000,1.0000,12795.9617,45.1645,45.6710,-0.2814,0.0000,5,1229.6100,-60.7563,484.5738,-81.5064,-7.8233,62.3959,-10.4951,-0.7778,-11.5388,0.0000,0.0000,4.4933,-11.5720,-0.4744,0.0000,-11.0976,0.0000,-11.0976,4.9278,-16.0254,0.0000,-16.0254,-0.3133,-15.7121,0.0000,7.2320,8.3408,-31.2848,333.0631,333.0631,333.0631,333.0631,333.0631 +958.5000,1.0000,12808.1511,44.2760,44.6580,-0.2122,0.0000,5,1211.0320,-1.2128,467.7548,-80.4046,-0.1538,59.3202,-10.1968,-0.6156,-3.9773,0.0000,0.0000,4.4391,-3.9845,-0.4428,0.0000,-3.5417,0.0000,-3.5417,4.8309,-8.3725,0.0000,-8.3725,-0.2317,-8.1408,0.0000,6.8132,8.1767,-23.1307,1467.2180,1467.2180,1467.2180,1467.2180,1467.2180 +959.5000,1.0000,12820.1104,43.4475,43.8940,-0.2481,0.0000,5,1194.2090,-33.5524,490.3047,-79.4048,-4.1960,61.3162,-9.9302,-0.6267,-8.0099,0.0000,0.0000,4.4406,-8.0351,-0.4412,0.0000,-7.5939,0.0000,-7.5939,4.7405,-12.3344,0.0000,-12.3344,-0.2657,-12.0687,0.0000,6.4380,8.0237,-26.5304,803.9183,803.9183,803.9183,803.9183,803.9183 +960.5000,1.0000,12831.7222,42.1965,43.0010,-0.4469,0.0000,5,1165.1790,-77.6731,466.7308,-77.6731,-9.4775,56.9492,-9.4775,-1.4658,-12.3750,0.0000,0.0000,4.3634,-12.3938,-0.4347,0.0000,-11.9591,0.0000,-11.9591,4.6040,-16.5630,16.6358,-33.1988,-0.4650,-32.7339,0.0000,5.8993,7.7927,-46.4258,0.0000,0.0000,0.0000,0.0000,0.0000 +961.5000,1.0000,12842.9647,40.8670,41.3920,-0.2917,0.0000,5,1123.1025,-75.1632,432.9119,-75.1632,-8.8400,50.9152,-8.8400,-1.4892,-11.6118,0.0000,0.0000,4.2609,-11.5367,-0.4145,0.0000,-11.1223,0.0000,-11.1223,4.4589,-15.5812,1.1495,-16.7307,-0.2939,-16.4368,0.0000,5.3580,7.5471,-29.3419,0.0000,0.0000,0.0000,0.0000,0.0000 +962.5000,1.0000,12853.9493,39.9385,40.3420,-0.2242,0.0000,5,1091.9360,-20.6138,425.3843,-73.2078,-2.3571,48.6415,-8.3711,-0.6421,-5.9058,0.0000,0.0000,4.1908,-5.9138,-0.3880,0.0000,-5.5258,0.0000,-5.5258,4.3576,-9.8834,0.0000,-9.8834,-0.2207,-9.6627,0.0000,5.0007,7.3757,-22.0390,888.7458,888.7458,888.7458,888.7458,888.7458 +963.5000,1.0000,12864.7137,39.1460,39.5350,-0.2161,0.0000,5,1073.7775,-14.4212,447.3317,-71.9080,-1.6216,50.3005,-8.0857,-0.5660,-5.1903,0.0000,0.0000,4.1347,-5.2005,-0.3758,0.0000,-4.8247,0.0000,-4.8247,4.2711,-9.0958,0.0000,-9.0958,-0.2086,-8.8873,0.0000,4.7089,7.2293,-20.8254,945.7750,945.7750,945.7750,945.7750,945.7750 +964.5000,1.0000,12875.3952,38.8475,38.7570,0.0503,0.0000,5,1056.0770,218.4259,445.4479,-70.6410,24.1562,49.2630,-7.8123,-0.5913,20.6627,0.0000,0.0000,4.0848,20.4367,-0.4338,0.0000,20.8705,0.0000,20.8705,4.2386,16.6319,0.0000,16.6319,0.0482,16.5837,0.0000,4.6015,7.1742,4.8080,5105.8162,5105.8162,5105.8162,5105.8162,5105.8162 +965.5000,1.0000,12886.2416,39.4410,38.9380,0.2794,0.0000,5,1056.8020,435.4417,559.9556,-70.6928,48.1895,61.9692,-7.8234,0.6387,43.3977,0.0000,0.0000,4.1530,43.2503,-0.5564,0.0000,43.8067,0.0000,43.8067,4.3033,39.5034,0.0000,39.5034,0.2717,39.2316,0.0000,4.8164,7.2838,27.1314,9649.2991,9649.2991,9649.2991,9649.2991,9649.2991 +966.5000,1.0000,12897.4122,40.6080,39.9440,0.3689,0.0000,5,1074.5405,525.1775,665.9498,-71.9626,59.0959,74.9364,-8.0976,0.5211,54.4075,0.0000,0.0000,4.1674,53.9255,-0.6251,0.0000,54.5506,0.0000,54.5506,4.5493,50.0013,0.0000,50.0013,0.3693,49.6320,0.0000,5.2573,7.4993,36.8754,11740.9377,11740.9377,11740.9377,11740.9377,11740.9377 +967.5000,1.0000,12909.0094,42.1440,41.2720,0.4844,0.0000,5,1101.9305,644.7176,710.7474,-73.9002,74.3965,82.0159,-8.5276,1.3191,68.8178,0.0000,0.0000,4.2595,68.6155,-0.7191,0.0000,69.3346,0.0000,69.3346,4.9122,64.4224,0.0000,64.4224,0.5034,63.9190,0.0000,5.8777,7.7830,50.2584,14624.9711,14624.9711,14624.9711,14624.9711,14624.9711 +968.5000,1.0000,12921.0969,43.9090,43.0160,0.4961,0.0000,5,1149.0045,659.5681,766.4398,-76.7083,79.3615,92.2207,-9.2298,1.9461,73.0344,0.0000,0.0000,4.3810,73.2968,-0.7662,0.0000,74.0630,0.0000,74.0630,5.1453,68.9177,0.0000,68.9177,0.5371,68.3806,0.0000,6.6474,8.1089,53.6243,15579.8730,15579.8730,15579.8730,15579.8730,15579.8730 +969.5000,1.0000,12933.6483,45.5790,44.8020,0.4317,0.0000,5,1202.8685,598.0694,777.4518,-79.9204,75.3353,97.9310,-10.0671,1.9415,68.9137,0.0000,0.0000,4.4800,69.2392,-0.7684,0.0000,70.0076,0.0000,70.0076,5.2379,64.7697,0.0000,64.7697,0.4851,64.2846,0.0000,7.4342,8.4173,48.4331,14886.3008,14886.3008,14886.3008,14886.3008,14886.3008 +970.5000,1.0000,12946.6307,47.1310,46.3560,0.4306,0.0000,5,1251.6210,596.8520,757.2369,-82.8118,78.2291,99.2506,-10.8541,1.7270,71.8889,0.0000,0.0000,4.6131,71.9956,-0.8040,0.0000,72.7996,0.0000,72.7996,5.4224,67.3772,0.0000,67.3772,0.5003,66.8769,0.0000,8.2196,8.7039,49.9534,15413.4357,15413.4357,15413.4357,15413.4357,15413.4357 +971.5000,1.0000,12960.0066,48.5470,47.9060,0.3561,0.0000,5,1290.0740,530.1769,762.9346,-85.0924,71.6249,103.0696,-11.4957,1.2663,65.6485,0.0000,0.0000,4.7101,65.5958,-0.7918,0.0000,66.3876,0.0000,66.3876,5.4563,60.9313,0.0000,60.9313,0.4262,60.5050,0.0000,8.9820,8.9654,42.5576,14177.7932,14177.7932,14177.7932,14177.7932,14177.7932 +972.5000,1.0000,12973.7492,49.8675,49.1880,0.3775,0.0000,5,1327.2680,553.7811,740.4847,-87.2983,76.9707,102.9208,-12.1337,1.7288,70.4027,0.0000,0.0000,4.8392,70.5662,-0.8361,0.0000,71.4023,0.0000,71.4023,5.6529,65.7494,0.0000,65.7494,0.4641,65.2853,0.0000,9.7352,9.2093,46.3408,15138.9307,15138.9307,15138.9307,15138.9307,15138.9307 +973.5000,1.0000,12987.8652,51.2115,50.5470,0.3692,0.0000,5,1368.6200,547.3714,754.4769,-89.7508,78.4501,108.1328,-12.8632,1.6929,71.8174,0.0000,0.0000,4.9398,71.9409,-0.8629,0.0000,72.8038,0.0000,72.8038,5.7974,67.0064,0.0000,67.0064,0.4661,66.5403,0.0000,10.5435,9.4575,46.5392,15395.8103,15395.8103,15395.8103,15395.8103,15395.8103 +974.5000,1.0000,13002.3156,52.4155,51.8760,0.2997,0.0000,5,1403.1815,484.8321,757.6233,-91.8006,71.2416,111.3258,-13.4893,1.2425,65.0031,0.0000,0.0000,4.9960,65.0020,-0.8459,0.0000,65.8480,0.0000,65.8480,5.8037,60.0443,0.0000,60.0443,0.3873,59.6570,0.0000,11.3041,9.6798,38.6730,14087.2658,14087.2658,14087.2658,14087.2658,14087.2658 +975.5000,1.0000,13017.0572,53.4640,52.9550,0.2828,0.0000,5,1430.9910,472.2754,739.2673,-93.4499,70.7719,110.7814,-14.0037,1.1767,64.5023,0.0000,0.0000,5.0929,64.4919,-0.8594,0.0000,65.3513,0.0000,65.3513,5.8926,59.4587,0.0000,59.4587,0.3727,59.0860,0.0000,11.9959,9.8735,37.2165,14002.9513,14002.9513,14002.9513,14002.9513,14002.9513 +976.5000,1.0000,13032.0654,54.4235,53.9730,0.2503,0.0000,5,1458.6100,445.3460,739.1820,-95.0879,68.0245,112.9066,-14.5242,1.2746,61.5581,0.0000,0.0000,5.1919,61.6483,-0.8598,0.0000,62.5081,0.0000,62.5081,5.9381,56.5700,0.0000,56.5700,0.3358,56.2342,0.0000,12.6532,10.0507,33.5303,13526.6644,13526.6644,13526.6644,13526.6644,13526.6644 +977.5000,1.0000,13047.3340,55.3610,54.8740,0.2706,0.0000,5,1482.7955,465.3817,734.1786,-96.5223,72.2635,114.0018,-14.9878,0.9066,66.1128,0.0000,0.0000,5.2441,65.9763,-0.8964,0.0000,66.8727,0.0000,66.8727,6.0897,60.7830,0.0000,60.7830,0.3693,60.4137,0.0000,13.3185,10.2238,36.8714,14358.7868,14358.7868,14358.7868,14358.7868,14358.7868 +978.5000,1.0000,13062.8757,56.3440,55.8480,0.2756,0.0000,5,1510.7575,475.0492,745.6834,-98.1807,75.1557,117.9717,-15.5328,1.6705,68.1300,0.0000,0.0000,5.3552,68.3404,-0.9239,0.0000,69.2643,0.0000,69.2643,6.2159,63.0484,0.0000,63.0484,0.3828,62.6656,0.0000,14.0407,10.4053,38.2196,14912.4620,14912.4620,14912.4620,14912.4620,14912.4620 +979.5000,1.0000,13078.6949,57.3430,56.8400,0.2794,0.0000,5,1536.5070,478.7407,753.7221,-99.7078,77.0306,121.2759,-16.0433,0.7307,70.8850,0.0000,0.0000,5.4150,70.6228,-0.9515,0.0000,71.5742,0.0000,71.5742,6.3423,65.2319,0.0000,65.2319,0.3951,64.8368,0.0000,14.8008,10.5898,39.4462,15288.4934,15288.4934,15288.4934,15288.4934,15288.4934 +980.5000,1.0000,13094.7668,58.2530,57.8460,0.2261,0.0000,5,1557.1450,435.7703,759.1243,-100.9318,71.0584,123.7857,-16.4583,1.2330,64.3612,0.0000,0.0000,5.4641,64.4439,-0.9350,0.0000,65.3790,0.0000,65.3790,6.3559,59.0231,0.0000,59.0231,0.3247,58.6984,0.0000,15.5163,10.7579,32.4242,14188.7659,14188.7659,14188.7659,14188.7659,14188.7659 +981.5000,1.0000,13111.0544,59.0295,58.6600,0.2053,0.0000,5,1589.2655,419.2710,750.6612,-102.8368,69.7782,124.9307,-17.1149,1.8765,62.3142,0.0000,0.0000,5.5875,62.6758,-0.9389,0.0000,63.6146,0.0000,63.6146,6.4406,57.1740,0.0000,57.1740,0.2988,56.8753,0.0000,16.1449,10.9013,29.8291,14020.7020,14020.7020,14020.7020,14020.7020,14020.7020 +982.5000,1.0000,13127.5190,59.6665,59.3990,0.1486,0.0000,5,1612.0395,363.9946,750.4819,-103.9022,61.4468,126.6906,-17.5400,0.3512,55.4621,0.0000,0.0000,5.6335,55.3361,-0.9123,0.0000,56.2484,0.0000,56.2484,6.5101,49.7383,0.0000,49.7383,0.2186,49.5197,0.0000,16.6729,11.0189,21.8279,12491.7125,12491.7125,12491.7125,12491.7125,12491.7125 +983.5000,1.0000,13144.0533,59.9175,59.9340,-0.0092,0.0000,5,1623.3310,227.1399,736.7264,-104.3044,38.6126,125.2397,-17.7312,0.7720,32.1584,0.0000,0.0000,5.6822,32.3208,-0.8003,0.0000,33.1210,0.0000,33.1210,6.5375,26.5836,0.0000,26.5836,-0.0135,26.5971,0.0000,16.8839,11.0653,-1.3521,8228.6845,8228.6845,8228.6845,8228.6845,8228.6845 +984.5000,1.0000,13160.5091,59.6350,59.9010,-0.1478,0.0000,5,1631.0750,100.6025,698.1286,-104.5801,17.1835,119.2444,-17.8629,0.0000,11.5127,0.0000,0.0000,5.6708,11.5643,-0.6907,0.0000,12.2550,0.0000,12.2550,6.5066,5.7483,0.0000,5.7483,-0.2173,5.9656,0.0000,16.6465,11.0131,-21.6940,4385.0753,4385.0753,4385.0753,4385.0753,4385.0753 +985.5000,1.0000,13176.8544,59.2370,59.3690,-0.0733,0.0000,5,1617.5710,156.9755,657.3572,-104.0992,26.5903,111.3508,-17.6335,-1.3414,22.3165,0.0000,0.0000,5.6153,22.1796,-0.7378,0.0000,22.9173,0.0000,22.9173,6.4632,16.4541,0.0000,16.4541,-0.1071,16.5612,0.0000,16.3152,10.9396,-10.6936,6026.4874,6026.4874,6026.4874,6026.4874,6026.4874 +986.5000,1.0000,13193.1584,59.0885,59.1050,-0.0092,0.0000,5,1603.0370,220.0939,670.6615,-103.5816,36.9471,112.5837,-17.3882,-0.1014,31.4347,0.0000,0.0000,5.6138,31.4232,-0.7820,0.0000,32.2052,0.0000,32.2052,6.4470,25.7582,0.0000,25.7582,-0.0134,25.7716,0.0000,16.1927,10.9122,-1.3333,7903.6698,7903.6698,7903.6698,7903.6698,7903.6698 +987.5000,1.0000,13209.4895,59.1860,59.0720,0.0633,0.0000,5,1605.9740,286.4170,690.2164,-103.6862,48.1688,116.0787,-17.4377,0.3912,42.1202,0.0000,0.0000,5.6574,42.1430,-0.8377,0.0000,42.9808,0.0000,42.9808,6.4577,36.5231,0.0000,36.5231,0.0924,36.4307,0.0000,16.2731,10.9302,9.2274,10001.8849,10001.8849,10001.8849,10001.8849,10001.8849 +988.5000,1.0000,13225.9174,59.5345,59.3000,0.1303,0.0000,5,1611.2000,345.9839,711.4699,-103.8723,58.3759,120.0424,-17.5258,0.1246,52.6066,0.0000,0.0000,5.6448,52.4411,-0.8955,0.0000,53.3366,0.0000,53.3366,6.4957,46.8409,0.0000,46.8409,0.1912,46.6497,0.0000,16.5624,10.9945,19.0927,11920.7066,11920.7066,11920.7066,11920.7066,11920.7066 +989.5000,1.0000,13242.4967,60.0795,59.7690,0.1725,0.0000,5,1620.3935,389.0098,730.9697,-104.1997,66.0100,124.0362,-17.6814,0.7896,59.5153,0.0000,0.0000,5.7051,59.4993,-0.9402,0.0000,60.4395,0.0000,60.4395,6.5551,53.8844,0.0000,53.8844,0.2555,53.6288,0.0000,17.0216,11.0952,25.5120,13353.9335,13353.9335,13353.9335,13353.9335,13353.9335 +990.5000,1.0000,13259.2555,60.7255,60.3900,0.1864,0.0000,5,1626.0395,402.2412,745.0047,-104.4008,68.4930,126.8583,-17.7772,-0.2285,63.0262,0.0000,0.0000,5.6953,62.5917,-0.9667,0.0000,63.5584,0.0000,63.5584,6.6256,56.9328,0.0000,56.9328,0.2791,56.6537,0.0000,17.5767,11.2145,27.8625,13841.5785,13841.5785,13841.5785,13841.5785,13841.5785 +991.5000,1.0000,13276.2028,61.4045,61.0610,0.1908,0.0000,5,1643.5875,416.8202,750.9395,-105.0257,71.7415,129.2488,-18.0766,2.0022,63.9485,0.0000,0.0000,5.7908,64.3602,-0.9871,0.0000,65.3473,0.0000,65.3473,6.6997,58.6476,0.0000,58.6476,0.2889,58.3587,0.0000,18.1729,11.3399,28.8459,14463.2409,14463.2409,14463.2409,14463.2409,14463.2409 +992.5000,1.0000,13293.3287,62.0470,61.7480,0.1661,0.0000,5,1681.0480,391.8762,759.8282,-106.3598,68.9855,133.7593,-18.7235,1.8194,61.2737,0.0000,0.0000,5.8924,61.6192,-0.9842,0.0000,62.6033,0.0000,62.6033,6.7698,55.8335,0.0000,55.8335,0.2541,55.5794,0.0000,18.7492,11.4585,25.3717,13997.5588,13997.5588,13997.5588,13997.5588,13997.5588 +993.5000,1.0000,13310.6166,62.6305,62.3460,0.1581,0.0000,5,1689.1735,377.5355,756.4677,-106.6492,66.7822,133.8114,-18.8652,-0.9853,61.9294,0.0000,0.0000,5.8381,61.3026,-0.9926,0.0000,62.2953,0.0000,62.2953,6.8335,55.4618,0.0000,55.4618,0.2441,55.2177,0.0000,19.2831,11.5663,24.3683,13594.1833,13594.1833,13594.1833,13594.1833,13594.1833 +994.5000,1.0000,13328.0569,63.1790,62.9150,0.1467,0.0000,5,1693.3320,380.7093,753.6288,-106.7973,67.5094,133.6375,-18.9379,1.4202,60.1636,0.0000,0.0000,5.9256,60.3964,-0.9975,0.0000,61.3940,0.0000,61.3940,6.8933,54.5006,0.0000,54.5006,0.2285,54.2722,0.0000,19.7941,11.6676,22.8104,13737.3069,13737.3069,13737.3069,13737.3069,13737.3069 +995.5000,1.0000,13345.6084,63.5795,63.4430,0.0758,0.0000,5,1717.9755,316.1804,757.8082,-107.6749,56.8827,136.3342,-19.3714,1.1591,49.6770,0.0000,0.0000,6.0466,49.8876,-0.9514,0.0000,50.8390,0.0000,50.8390,6.9370,43.9019,0.0000,43.9019,0.1189,43.7831,0.0000,20.1727,11.7416,11.8688,11772.2536,11772.2536,11772.2536,11772.2536,11772.2536 +996.5000,1.0000,13363.2063,63.7465,63.7160,0.0169,0.0000,5,1727.5505,270.4028,744.3841,-108.0159,48.9182,134.6655,-19.5410,-0.1497,40.8896,0.0000,0.0000,8.1784,40.8367,-0.9086,0.0000,41.7452,0.0000,41.7452,6.9552,34.7900,0.0000,34.7900,0.0266,34.7634,0.0000,20.3320,11.7724,2.6590,10251.7882,10251.7882,10251.7882,10251.7882,10251.7882 +997.5000,1.0000,13380.8221,63.8110,63.7770,0.0189,0.0000,5,1727.7030,273.9773,733.4036,-108.0213,49.5692,132.6908,-19.5437,0.1659,41.2102,0.0000,0.0000,8.1931,41.2255,-0.9117,0.0000,42.1372,0.0000,42.1372,6.9623,35.1749,0.0000,35.1749,0.0297,35.1452,0.0000,20.3938,11.7843,2.9671,10375.5275,10375.5275,10375.5275,10375.5275,10375.5275 +998.5000,1.0000,13398.4618,63.8970,63.8450,0.0289,0.0000,5,1731.5940,283.1974,735.0737,-108.1599,51.3528,133.2925,-19.6129,0.2475,42.8933,0.0000,0.0000,8.2120,42.9160,-0.9217,0.0000,43.8377,0.0000,43.8377,6.9717,36.8661,0.0000,36.8661,0.0455,36.8206,0.0000,20.4764,11.8002,4.5440,10728.8702,10728.8702,10728.8702,10728.8702,10728.8702 +999.5000,1.0000,13416.1372,64.0255,63.9490,0.0425,0.0000,5,1736.4770,295.4757,738.4586,-108.3338,53.7303,134.2839,-19.6998,0.2726,45.2270,0.0000,0.0000,8.2307,45.2396,-0.9357,0.0000,46.1753,0.0000,46.1753,6.9857,39.1896,0.0000,39.1896,0.0671,39.1225,0.0000,20.6002,11.8239,6.6984,11197.4201,11197.4201,11197.4201,11197.4201,11197.4201 +1000.5000,1.0000,13433.8670,64.2210,64.1020,0.0661,0.0000,5,1740.0630,316.5204,742.3409,-108.4615,57.6760,135.2686,-19.7637,0.1101,49.3154,0.0000,0.0000,8.2505,49.2534,-0.9594,0.0000,50.2128,0.0000,50.2128,7.0070,43.2057,0.0000,43.2057,0.1047,43.1011,0.0000,20.7895,11.8600,10.4516,11931.3233,11931.3233,11931.3233,11931.3233,11931.3233 +1001.5000,1.0000,13451.6777,64.5125,64.3400,0.0958,0.0000,5,1754.6350,348.0703,750.1945,-108.9805,63.9562,137.8445,-20.0246,1.4592,54.1353,0.0000,0.0000,8.3617,54.4076,-0.9905,0.0000,55.3982,0.0000,55.3982,7.0388,48.3593,0.0000,48.3593,0.1524,48.2069,0.0000,21.0739,11.9139,15.2191,13083.2303,13083.2303,13083.2303,13083.2303,13083.2303 +1002.5000,1.0000,13469.5824,64.8510,64.6850,0.0922,0.0000,5,1759.5175,336.9320,759.0583,-109.1543,62.0818,139.8612,-20.1124,-0.9357,54.7418,0.0000,0.0000,8.2757,54.3333,-0.9961,0.0000,55.3295,0.0000,55.3295,7.0758,48.2537,0.0000,48.2537,0.1475,48.1063,0.0000,21.4074,11.9764,14.7225,12740.1599,12740.1599,12740.1599,12740.1599,12740.1599 +1003.5000,1.0000,13487.5849,65.2030,65.0170,0.1033,0.0000,5,1758.3730,356.6726,756.4858,-109.1136,65.6764,139.2966,-20.0918,0.8115,56.5712,0.0000,0.0000,8.2938,56.6513,-1.0141,0.0000,57.6654,0.0000,57.6654,7.1142,50.5512,0.0000,50.5512,0.1661,50.3851,0.0000,21.7579,12.0414,16.5858,13418.8199,13418.8199,13418.8199,13418.8199,13418.8199 +1004.5000,1.0000,13505.6793,65.5340,65.3890,0.0806,0.0000,5,1767.9865,323.4925,762.5587,-109.4559,59.8924,141.1825,-20.2650,0.2278,53.5202,0.0000,0.0000,6.1444,53.4654,-1.0039,0.0000,54.4693,0.0000,54.4693,7.1503,47.3190,0.0000,47.3190,0.1302,47.1888,0.0000,22.0909,12.1025,12.9955,12349.9559,12349.9559,12349.9559,12349.9559,12349.9559 +1005.5000,1.0000,13523.9007,65.9910,65.6790,0.1733,0.0000,5,1778.3245,410.2597,757.2193,-109.8241,76.4009,141.0137,-20.4521,0.8998,69.2979,0.0000,0.0000,6.2032,69.2914,-1.0920,0.0000,70.3833,0.0000,70.3833,7.2001,63.1832,0.0000,63.1832,0.2820,62.9012,0.0000,22.5567,12.1869,28.1576,15459.4776,15459.4776,15459.4776,15459.4776,15459.4776 +1006.5000,1.0000,13542.3187,66.6990,66.3030,0.2200,0.0000,5,1796.8640,455.3606,779.5064,-110.4844,85.6839,146.6775,-20.7895,1.1366,78.2776,0.0000,0.0000,6.2697,78.2617,-1.1500,0.0000,79.4117,0.0000,79.4117,7.3195,72.0922,0.0000,72.0922,0.3618,71.7304,0.0000,23.2908,12.3177,36.1220,17233.6895,17233.6895,17233.6895,17233.6895,17233.6895 +1007.5000,1.0000,13561.0393,67.7880,67.0950,0.3850,0.0000,5,1818.6465,611.3114,791.6032,-111.2967,116.4232,150.7594,-21.1963,1.2824,108.8333,0.0000,0.0000,6.3075,108.4121,-1.3220,0.0000,109.7341,0.0000,109.7341,7.8744,101.8597,0.0000,101.8597,0.6435,101.2163,0.0000,24.4520,12.5188,64.2455,22913.1509,22913.1509,22913.1509,22913.1509,22913.1509 +1008.5000,1.0000,13580.1498,69.1920,68.4810,0.3950,0.0000,5,1854.6195,630.3596,823.4007,-112.6484,122.4255,159.9170,-21.8780,2.7893,113.1127,0.0000,0.0000,6.5234,113.4407,-1.3732,0.0000,114.8140,0.0000,114.8140,8.0796,106.7344,0.0000,106.7344,0.6738,106.0605,0.0000,26.0031,12.7781,67.2794,24063.1215,24063.1215,24063.1215,24063.1215,24063.1215 +1009.5000,1.0000,13599.5426,70.2080,69.9030,0.1694,0.0000,5,1885.7860,423.1302,827.9059,-113.8195,83.5594,163.4941,-22.4770,0.7731,76.2243,0.0000,0.0000,6.5619,76.1633,-1.2039,0.0000,77.3672,0.0000,77.3672,7.6602,69.7069,0.0000,69.7069,0.2933,69.4136,0.0000,27.1631,12.9657,29.2849,16917.7964,16917.7964,16917.7964,16917.7964,16917.7964 +1010.5000,1.0000,13619.1237,70.8860,70.5130,0.2072,0.0000,5,1909.7430,462.6210,797.1090,-114.7197,92.5186,159.4121,-22.9425,2.0267,83.7918,0.0000,0.0000,6.7001,84.1074,-1.2568,0.0000,85.3642,0.0000,85.3642,7.7935,77.5707,0.0000,77.5707,0.3622,77.2086,0.0000,27.9579,13.0909,36.1598,18672.5815,18672.5815,18672.5815,18672.5815,18672.5815 +1011.5000,1.0000,13638.8683,71.4745,71.2590,0.1197,0.0000,5,1931.4490,381.0153,805.5666,-115.5353,77.0645,162.9346,-23.3683,0.5249,69.7882,0.0000,0.0000,6.7515,69.7378,-1.1954,0.0000,70.9331,0.0000,70.9331,7.7984,63.1347,0.0000,63.1347,0.2110,62.9237,0.0000,28.6595,13.1996,21.0647,15778.1822,15778.1822,15778.1822,15778.1822,15778.1822 +1012.5000,1.0000,13658.6391,71.5690,71.6900,-0.0672,0.0000,5,1948.0430,219.6771,796.6556,-116.1589,44.8138,162.5166,-23.6962,1.4558,36.5160,0.0000,0.0000,6.8421,36.8063,-1.0308,0.0000,37.8371,0.0000,37.8371,7.8087,30.0284,0.0000,30.0284,-0.1186,30.1470,0.0000,28.7731,13.2170,-11.8431,9788.5638,9788.5638,9788.5638,9788.5638,9788.5638 +1013.5000,1.0000,13678.2423,70.9655,71.4480,-0.2681,0.0000,5,1828.4885,-42.1695,749.8587,-111.6665,-8.0746,143.5821,-21.3818,-14.7911,0.7754,0.0000,0.0000,5.9412,0.7244,-0.8801,0.0000,1.6045,0.0000,1.6045,7.7429,-6.1384,0.0000,-6.1384,-0.4690,-5.6694,0.0000,28.0526,13.1056,-46.8275,1804.2105,1804.2105,1804.2105,1804.2105,1804.2105 +1014.5000,1.0000,13697.5738,69.9875,70.4830,-0.2753,0.0070,6,1535.6680,-69.7816,579.7404,-99.6581,-11.2219,93.2308,-16.0265,-15.1925,-1.0827,0.0000,0.0000,5.0533,-0.9760,-0.6628,0.0000,-0.3133,0.0000,-0.3133,7.6362,-7.9495,0.0000,-7.9495,-0.4750,-7.4745,0.1183,26.9088,12.9250,-47.4265,609.9933,609.9933,609.9933,609.9933,609.9933 +1015.5000,1.0000,13716.5948,68.8695,69.4920,-0.3458,0.0110,6,1358.7015,-72.7308,505.6721,-89.1625,-10.3483,71.9485,-12.6863,-1.3241,-13.9742,0.0000,0.0000,4.9500,-13.9369,-0.7754,0.0000,-13.1615,0.0000,-13.1615,7.5142,-20.6757,0.0000,-20.6757,-0.5872,-20.0885,0.1829,25.6405,12.7185,-58.6304,273.3078,273.3078,273.3078,273.3078,273.3078 +1016.5000,1.0000,13735.2665,67.6120,68.2470,-0.3528,0.0110,6,1337.7205,-79.9425,500.8165,-87.9182,-11.1988,70.1573,-12.3161,-0.4199,-15.6884,0.0000,0.0000,4.9095,-15.7767,-0.7774,0.0000,-14.9993,0.0000,-14.9993,7.3770,-22.3763,0.0000,-22.3763,-0.5881,-21.7882,0.1795,24.2617,12.4863,-58.7157,81.6478,81.6478,81.6478,81.6478,81.6478 +1017.5000,1.0000,13753.6221,66.4745,66.9770,-0.2792,0.0040,6,1324.5595,-0.4532,493.7456,-87.1377,-0.0629,68.4862,-12.0867,-0.6548,-4.1324,0.0000,0.0000,4.7243,-4.1385,-0.6489,0.0000,-3.4896,0.0000,-3.4896,7.2529,-10.7425,0.0000,-10.7425,-0.4575,-10.2850,0.0642,23.0569,12.2762,-45.6823,1738.1876,1738.1876,1738.1876,1738.1876,1738.1876 +1018.5000,1.0000,13771.8494,66.0120,65.9720,0.0222,0.0000,6,1311.7035,354.6454,523.1585,-86.3752,48.7145,71.8617,-11.8646,-0.3872,44.4186,0.0000,0.0000,4.6831,44.2291,-1.3891,0.0000,45.6182,0.0000,45.6182,7.2024,38.4158,0.0000,38.4158,0.0362,38.3796,0.0000,22.5777,12.1908,3.6111,9843.0861,9843.0861,9843.0861,9843.0861,9843.0861 +1019.5000,1.0000,13790.1324,66.2130,66.0520,0.0894,0.0000,6,1306.6300,439.5313,671.1255,-86.0743,60.1411,91.8301,-11.7775,-0.0214,55.4851,0.0000,0.0000,4.6774,55.3392,-1.6227,0.0000,56.9619,0.0000,56.9619,7.2244,49.7376,0.0000,49.7376,0.1460,49.5915,0.0000,22.7847,12.2279,14.5789,12013.4005,12013.4005,12013.4005,12013.4005,12013.4005 +1020.5000,1.0000,13808.5662,66.7555,66.3740,0.2119,0.0000,6,1308.9570,592.7358,706.1520,-86.2123,81.2485,96.7948,-11.8174,0.2085,76.3840,0.0000,0.0000,4.6559,76.1005,-2.0611,0.0000,78.1616,0.0000,78.1616,7.3059,70.8557,0.0000,70.8557,0.3488,70.5068,0.0000,23.3500,12.3281,34.8288,15950.4231,15950.4231,15950.4231,15950.4231,15950.4231 +1021.5000,1.0000,13827.2464,67.6430,67.1370,0.2811,0.0000,6,1324.5595,684.3549,769.2591,-87.1377,94.9252,106.7020,-12.0867,1.0581,89.1011,0.0000,0.0000,4.7659,89.3081,-2.3459,0.0000,91.6540,0.0000,91.6540,7.5899,84.0642,0.0000,84.0642,0.4688,83.5953,0.0000,24.2943,12.4920,46.8091,18497.1889,18497.1889,18497.1889,18497.1889,18497.1889 +1022.5000,1.0000,13846.2070,68.6520,68.1490,0.2794,0.0000,6,1352.5980,683.6802,806.2885,-88.8006,96.8390,114.2057,-12.5780,1.2485,90.7496,0.0000,0.0000,4.8410,91.0906,-2.3941,0.0000,93.4847,0.0000,93.4847,7.7100,85.7746,0.0000,85.7746,0.4730,85.3016,0.0000,25.3977,12.6783,47.2256,18877.3292,18877.3292,18877.3292,18877.3292,18877.3292 +1023.5000,1.0000,13865.4951,69.8311,69.1550,0.3756,0.0000,6,1368.9250,809.6941,809.6941,-89.7689,116.0725,116.0725,-12.8687,0.1090,111.1113,0.0000,0.0000,4.8521,110.1501,-2.8042,0.0000,112.9543,0.0000,112.9543,8.1104,104.8439,0.0000,104.8439,0.6467,104.1972,0.0000,26.7300,12.8961,64.5711,22561.6628,22561.6628,22561.6628,22561.6628,22561.6628 +1024.5000,1.0000,13885.1000,70.9716,70.5990,0.2580,0.0000,6,1385.4810,675.5347,859.8662,-90.7508,98.0115,124.7556,-13.1668,1.2983,91.7794,0.0000,0.0000,4.9338,92.1870,-2.4428,0.0000,94.6298,0.0000,94.6298,7.9403,86.6894,0.0000,86.6894,0.4514,86.2380,0.0000,28.0598,13.1067,45.0716,19114.6577,19114.6577,19114.6577,19114.6577,19114.6577 +1025.5000,1.0000,13904.9036,71.6870,71.4360,0.1394,0.0000,6,1408.9420,530.7688,808.5027,-92.1422,78.3118,119.2898,-13.5950,0.7097,72.6160,0.0000,0.0000,4.9861,72.7839,-2.0466,0.0000,74.8305,0.0000,74.8305,7.8216,67.0089,0.0000,67.0089,0.2465,66.7625,0.0000,28.9159,13.2388,24.6077,15396.5653,15396.5653,15396.5653,15396.5653,15396.5653 +1026.5000,1.0000,13924.8845,72.3255,71.9380,0.2153,0.0000,6,1422.5990,624.6617,757.0493,-92.9522,93.0585,112.7808,-13.8475,0.4766,87.5308,0.0000,0.0000,5.0511,87.3982,-2.3583,0.0000,89.7566,0.0000,89.7566,7.9916,81.7649,0.0000,81.7649,0.3839,81.3810,0.0000,29.6960,13.3567,38.3283,18157.8058,18157.8058,18157.8058,18157.8058,18157.8058 +1027.5000,1.0000,13945.0784,73.0920,72.7130,0.2106,0.0000,6,1433.6995,624.4558,793.9108,-93.6105,93.7537,119.1951,-14.0544,0.4971,88.2134,0.0000,0.0000,5.0433,88.1039,-2.3818,0.0000,90.4857,0.0000,90.4857,8.0730,82.4127,0.0000,82.4127,0.3794,82.0333,0.0000,30.6501,13.4983,37.8849,18288.8368,18288.8368,18288.8368,18288.8368,18288.8368 +1028.5000,1.0000,13965.4941,73.8905,73.4710,0.2331,0.0000,6,1449.4925,657.4207,794.7360,-94.5472,99.7902,120.6334,-14.3514,0.9033,93.7279,0.0000,0.0000,5.1591,93.8512,-2.5108,0.0000,96.3620,0.0000,96.3620,8.2345,88.1275,0.0000,88.1275,0.4246,87.7029,0.0000,31.6658,13.6457,42.3914,19433.2592,19433.2592,19433.2592,19433.2592,19433.2592 +1029.5000,1.0000,13986.1306,74.6855,74.3100,0.2086,0.0000,6,1469.5200,630.0894,808.0109,-95.7350,96.9631,124.3430,-14.7324,0.8916,90.8787,0.0000,0.0000,5.1928,91.0320,-2.4613,0.0000,93.4933,0.0000,93.4933,8.2645,85.2287,0.0000,85.2287,0.3841,84.8446,0.0000,32.6987,13.7926,38.3533,18890.2158,18890.2158,18890.2158,18890.2158,18890.2158 +1030.5000,1.0000,14006.9526,75.3530,75.0610,0.1622,0.0000,6,1490.7680,575.0367,800.3752,-96.9951,89.7706,124.9489,-15.1422,1.0407,83.4828,0.0000,0.0000,5.2471,83.7947,-2.3183,0.0000,86.1130,0.0000,86.1130,8.2216,77.8914,0.0000,77.8914,0.3014,77.5900,0.0000,33.5830,13.9158,30.0912,17580.4766,17580.4766,17580.4766,17580.4766,17580.4766 +1031.5000,1.0000,14027.8921,75.7765,75.6450,0.0731,0.0000,6,1501.3730,467.5662,783.9909,-97.6241,73.5124,123.2617,-15.3488,-0.0703,68.3329,0.0000,0.0000,5.2498,68.1798,-1.9980,0.0000,70.1778,0.0000,70.1778,8.2678,61.9100,0.0000,61.9100,0.1365,61.7735,0.0000,34.1520,13.9940,13.6275,14616.9735,14616.9735,14616.9735,14616.9735,14616.9735 +1032.5000,1.0000,14048.8920,75.9935,75.9080,0.0475,0.0000,6,1505.0355,440.3521,748.0478,-97.8413,69.4026,117.8975,-15.4205,0.4090,63.7210,0.0000,0.0000,5.2725,63.8365,-1.9101,0.0000,65.7466,0.0000,65.7466,8.2915,57.4551,0.0000,57.4551,0.0890,57.3661,0.0000,34.4462,14.0341,8.8859,13869.2419,13869.2419,13869.2419,13869.2419,13869.2419 +1033.5000,1.0000,14069.9571,76.2285,76.0790,0.0831,0.0000,6,1503.7005,482.4431,738.8601,-97.7621,75.9689,116.3462,-15.3943,-0.5319,71.2559,0.0000,0.0000,5.2450,70.8440,-2.0589,0.0000,72.9028,0.0000,72.9028,8.3171,64.5857,0.0000,64.5857,0.1561,64.4296,0.0000,34.7668,14.0775,15.5853,15063.1797,15063.1797,15063.1797,15063.1797,15063.1797 +1034.5000,1.0000,14091.1059,76.5295,76.3780,0.0842,0.0000,6,1501.3735,490.8047,753.2874,-97.6241,77.1660,118.4345,-15.3488,0.3166,71.5782,0.0000,0.0000,5.2712,71.6001,-2.0782,0.0000,73.6783,0.0000,73.6783,8.3500,65.3284,0.0000,65.3284,0.1588,65.1695,0.0000,35.1803,14.1331,15.8562,15282.5270,15282.5270,15282.5270,15282.5270,15282.5270 +1035.5000,1.0000,14112.3999,77.0525,76.6810,0.2064,0.0000,6,1510.1855,642.4030,756.3776,-98.1468,101.5936,119.6183,-15.5215,0.4988,95.7641,0.0000,0.0000,5.3307,95.6440,-2.5853,0.0000,98.2293,0.0000,98.2293,8.5531,89.6763,0.0000,89.6763,0.3921,89.2842,0.0000,35.9072,14.2297,39.1473,19852.8250,19852.8250,19852.8250,19852.8250,19852.8250 +1036.5000,1.0000,14133.8767,77.7105,77.4240,0.1592,0.0000,6,1528.3435,588.5058,809.1397,-99.2237,94.1890,129.5010,-15.8805,1.1994,87.5935,0.0000,0.0000,5.3960,88.0015,-2.4340,0.0000,90.4355,0.0000,90.4355,8.4966,81.9389,0.0000,81.9389,0.3050,81.6340,0.0000,36.8346,14.3512,30.4482,18456.9652,18456.9652,18456.9652,18456.9652,18456.9652 +1037.5000,1.0000,14155.5178,78.3020,77.9970,0.1694,0.0000,6,1538.3000,601.4306,793.4329,-99.8142,96.8847,127.8144,-16.0791,-0.2667,91.7466,0.0000,0.0000,5.4048,91.2229,-2.5082,0.0000,93.7311,0.0000,93.7311,8.6004,85.1307,0.0000,85.1307,0.3271,84.8036,0.0000,37.6822,14.4604,32.6610,19001.3176,19001.3176,19001.3176,19001.3176,19001.3176 +1038.5000,1.0000,14177.3154,78.8655,78.6070,0.1436,0.0000,6,1544.9760,577.9478,798.9871,-100.2101,93.5059,129.2677,-16.2129,0.9012,87.1461,0.0000,0.0000,5.4585,87.3955,-2.4353,0.0000,89.8308,0.0000,89.8308,8.6048,81.2259,0.0000,81.2259,0.2792,80.9467,0.0000,38.5014,14.5645,27.8807,18363.6493,18363.6493,18363.6493,18363.6493,18363.6493 +1039.5000,1.0000,14199.2233,79.2625,79.1240,0.0769,0.0000,6,1563.0200,497.3250,792.2806,-101.2803,81.4017,129.6798,-16.5775,0.8202,75.0672,0.0000,0.0000,5.5142,75.3460,-2.1891,0.0000,77.5351,0.0000,77.5351,8.6482,68.8869,0.0000,68.8869,0.1504,68.7365,0.0000,39.0855,14.6378,15.0132,16190.7862,16190.7862,16190.7862,16190.7862,16190.7862 +1040.5000,1.0000,14221.2060,79.5315,79.4010,0.0725,0.0000,6,1573.8920,490.0662,768.9998,-101.9251,80.7715,126.7447,-16.7990,0.2249,75.0130,0.0000,0.0000,5.5336,75.0008,-2.1852,0.0000,77.1860,0.0000,77.1860,8.6775,68.5085,0.0000,68.5085,0.1422,68.3663,0.0000,39.4848,14.6875,14.1941,16088.2098,16088.2098,16088.2098,16088.2098,16088.2098 +1041.5000,1.0000,14243.2625,79.7975,79.6620,0.0753,0.0000,6,1577.8595,495.3474,768.0700,-102.1604,81.8478,126.9106,-16.8803,0.1590,76.1004,0.0000,0.0000,5.5884,76.0504,-2.2103,0.0000,78.2607,0.0000,78.2607,8.7065,69.5542,0.0000,69.5542,0.1481,69.4061,0.0000,39.8823,14.7366,14.7872,16302.6404,16302.6404,16302.6404,16302.6404,16302.6404 +1042.5000,1.0000,14265.3844,80.0330,79.9330,0.0556,0.0000,6,1577.4400,473.6188,770.1147,-102.1355,78.2367,127.2146,-16.8717,-0.1996,72.8469,0.0000,0.0000,5.5893,72.6610,-2.1426,0.0000,74.8036,0.0000,74.8036,8.7322,66.0714,0.0000,66.0714,0.1096,65.9617,0.0000,40.2364,14.7801,10.9453,15607.6027,15607.6027,15607.6027,15607.6027,15607.6027 +1043.5000,1.0000,14287.5533,80.2020,80.1330,0.0383,0.0000,6,1581.9795,456.6360,763.5385,-102.4047,75.6484,126.4912,-16.9648,0.6411,69.3870,0.0000,0.0000,5.6203,69.6165,-2.0812,0.0000,71.6977,0.0000,71.6977,8.7507,62.9471,0.0000,62.9471,0.0758,62.8713,0.0000,40.4918,14.8113,7.5682,15121.6573,15121.6573,15121.6573,15121.6573,15121.6573 +1044.5000,1.0000,14309.7608,80.3410,80.2710,0.0389,0.0000,6,1586.4425,454.9640,759.0281,-102.6694,75.5840,126.0988,-17.0567,-0.2081,70.1386,0.0000,0.0000,5.6536,69.9831,-2.0906,0.0000,72.0737,0.0000,72.0737,8.7658,63.3079,0.0000,63.3079,0.0770,63.2308,0.0000,40.7027,14.8370,7.6912,15121.0858,15121.0858,15121.0858,15121.0858,15121.0858 +1045.5000,1.0000,14331.9764,80.3700,80.4110,-0.0228,0.0000,6,1593.4615,384.7883,759.6194,-103.0857,64.2084,126.7553,-17.2016,0.8959,57.6054,0.0000,0.0000,5.7071,57.9659,-1.8406,0.0000,59.8065,0.0000,59.8065,8.7690,51.0375,0.0000,51.0375,-0.0451,51.0826,0.0000,40.7467,14.8424,-4.5065,13001.2509,13001.2509,13001.2509,13001.2509,13001.2509 +1046.5000,1.0000,14354.1850,80.3450,80.3290,0.0089,0.0000,6,1595.8650,415.4672,738.7149,-103.2282,69.4323,123.4530,-17.2514,-0.6617,64.4052,0.0000,0.0000,5.6888,64.1199,-1.9685,0.0000,66.0884,0.0000,66.0884,8.7663,57.3221,0.0000,57.3221,0.0176,57.3045,0.0000,40.7087,14.8377,1.7581,13977.5688,13977.5688,13977.5688,13977.5688,13977.5688 +1047.5000,1.0000,14376.3970,80.3575,80.3610,-0.0019,0.0000,6,1592.0120,407.3177,747.9406,-102.9997,67.9060,124.6930,-17.1716,0.2834,61.9066,0.0000,0.0000,5.7160,62.0220,-1.9249,0.0000,63.9469,0.0000,63.9469,8.7676,55.1793,0.0000,55.1793,-0.0039,55.1831,0.0000,40.7277,14.8400,-0.3846,13675.4822,13675.4822,13675.4822,13675.4822,13675.4822 +1048.5000,1.0000,14398.5916,80.2945,80.3540,-0.0331,0.0000,6,1586.7475,378.9453,744.3946,-102.6875,62.9670,123.6914,-17.0629,-0.7955,56.0741,0.0000,0.0000,7.6884,55.8270,-1.7951,0.0000,57.6221,0.0000,57.6221,8.7608,48.8613,0.0000,48.8613,-0.0654,48.9267,0.0000,40.6320,14.8284,-6.5337,12759.8794,12759.8794,12759.8794,12759.8794,12759.8794 +1049.5000,1.0000,14420.7255,80.0760,80.2350,-0.0883,0.0000,6,1580.8730,316.8568,734.1830,-102.3391,52.4552,121.5430,-16.9421,0.2222,44.5263,0.0000,0.0000,7.7067,44.6795,-1.5602,0.0000,46.2396,0.0000,46.2396,8.7369,37.5027,0.0000,37.5027,-0.1744,37.6771,0.0000,40.3014,14.7881,-17.4123,10765.6177,10765.6177,10765.6177,10765.6177,10765.6177 +1050.5000,1.0000,14442.7044,79.5180,79.9170,-0.2217,0.0000,6,1576.5625,151.6167,713.2514,-102.0834,25.0315,117.7558,-16.8537,-0.6390,17.9889,0.0000,0.0000,7.6816,18.0039,-0.9976,0.0000,19.0015,0.0000,19.0015,8.6760,10.3254,0.0000,10.3254,-0.4346,10.7600,0.0000,39.4655,14.6850,-43.3905,5704.0085,5704.0085,5704.0085,5704.0085,5704.0085 +1051.5000,1.0000,14464.4584,78.7085,79.1190,-0.2281,0.0000,6,1562.4475,138.7223,656.2604,-101.2463,22.6976,107.3767,-16.5658,-0.7211,15.8178,0.0000,0.0000,7.6010,15.8242,-0.9423,0.0000,16.7665,0.0000,16.7665,8.5877,8.1788,0.0000,8.1788,-0.4426,8.6214,0.0000,38.2726,14.5355,-44.1867,5253.6162,5253.6162,5253.6162,5253.6162,5253.6162 +1052.5000,1.0000,14485.9905,77.9095,78.2980,-0.2158,0.0000,6,1542.8395,146.5023,646.0431,-100.0834,23.6698,104.3784,-16.1701,-1.1457,17.2860,0.0000,0.0000,7.5295,17.2365,-0.9621,0.0000,18.1986,0.0000,18.1986,8.5005,9.6980,0.0000,9.6980,-0.4146,10.1126,0.0000,37.1187,14.3880,-41.3941,5411.3885,5411.3885,5411.3885,5411.3885,5411.3885 +1053.5000,1.0000,14507.3370,77.2415,77.5210,-0.1553,0.0000,6,1526.1310,218.4420,643.4842,-99.0924,34.9105,102.8391,-15.8366,-0.4326,27.8511,0.0000,0.0000,7.4921,27.8677,-1.1756,0.0000,29.0433,0.0000,29.0433,8.4277,20.6156,0.0000,20.6156,-0.2957,20.9113,0.0000,36.1717,14.2646,-29.5250,7454.2306,7454.2306,7454.2306,7454.2306,7454.2306 +1054.5000,1.0000,14528.5344,76.7045,76.9620,-0.1431,0.0000,6,1515.6405,229.3873,665.0511,-98.4703,36.4078,105.5552,-15.6290,-0.5468,29.4873,0.0000,0.0000,7.4673,29.4719,-1.2026,0.0000,30.6745,0.0000,30.6745,8.3691,22.3054,0.0000,22.3054,-0.2705,22.5760,0.0000,35.4224,14.1654,-27.0119,7726.0311,7726.0311,7726.0311,7726.0311,7726.0311 +1055.5000,1.0000,14549.5982,76.2240,76.4470,-0.1239,0.0000,6,1507.5915,238.2915,666.5830,-97.9929,37.6202,105.2365,-15.4706,-0.2013,32.3686,0.0000,0.0000,5.4528,32.4168,-1.2582,0.0000,33.6750,0.0000,33.6750,8.3166,25.3584,0.0000,25.3584,-0.2328,25.5912,0.0000,34.7608,14.0767,-23.2463,7949.3995,7949.3995,7949.3995,7949.3995,7949.3995 +1056.5000,1.0000,14570.5384,75.7785,76.0010,-0.1236,0.0000,6,1497.0245,233.8605,667.0959,-97.3662,36.6618,104.5793,-15.2639,-0.7716,31.9715,0.0000,0.0000,5.4619,31.8859,-1.2419,0.0000,33.1278,0.0000,33.1278,8.2680,24.8597,0.0000,24.8597,-0.2309,25.0907,0.0000,34.1549,13.9944,-23.0586,7763.9035,7763.9035,7763.9035,7763.9035,7763.9035 +1057.5000,1.0000,14591.4025,75.5050,75.5560,-0.0283,0.0000,6,1487.3350,349.1767,662.9802,-96.7915,54.3854,103.2614,-15.0756,-0.1185,49.0625,0.0000,0.0000,5.4414,49.0529,-1.5963,0.0000,50.6492,0.0000,50.6492,8.2382,42.4110,0.0000,42.4110,-0.0527,42.4638,0.0000,33.7861,13.9439,-5.2663,11058.8835,11058.8835,11058.8835,11058.8835,11058.8835 +1058.5000,1.0000,14612.2809,75.5560,75.4540,0.0567,0.0000,6,1483.0245,451.6999,702.8505,-96.5359,70.1499,109.1541,-14.9922,-0.2745,64.9920,0.0000,0.0000,5.4323,64.7725,-1.9244,0.0000,66.6969,0.0000,66.6969,8.2438,58.4532,0.0000,58.4532,0.1056,58.3476,0.0000,33.8547,13.9533,10.5396,13969.3882,13969.3882,13969.3882,13969.3882,13969.3882 +1059.5000,1.0000,14633.2146,75.7555,75.6580,0.0542,0.0000,6,1486.3435,453.1880,739.2942,-96.7327,70.5385,115.0708,-15.0564,0.5780,64.4658,0.0000,0.0000,5.4946,64.6573,-1.9244,0.0000,66.5817,0.0000,66.5817,8.2655,58.3161,0.0000,58.3161,0.1012,58.2150,0.0000,34.1235,13.9902,10.1013,14047.4515,14047.4515,14047.4515,14047.4515,14047.4515 +1060.5000,1.0000,14654.2053,75.9605,75.8530,0.0597,0.0000,6,1500.9920,458.5503,741.1792,-97.6015,72.0765,116.5012,-15.3413,0.7665,65.7700,0.0000,0.0000,5.5400,66.0409,-1.9556,0.0000,67.9965,0.0000,67.9965,8.2879,59.7086,0.0000,59.7086,0.1118,59.5968,0.0000,34.4013,14.0280,11.1674,14355.4606,14355.4606,14355.4606,14355.4606,14355.4606 +1061.5000,1.0000,14675.2552,76.1735,76.0680,0.0586,0.0000,6,1504.5015,454.2558,744.8382,-97.8096,71.5685,117.3500,-15.4100,-0.4441,66.5130,0.0000,0.0000,5.4995,66.2088,-1.9616,0.0000,68.1705,0.0000,68.1705,8.3111,59.8594,0.0000,59.8594,0.1101,59.7493,0.0000,34.6915,14.0674,10.9904,14262.8229,14262.8229,14262.8229,14262.8229,14262.8229 +1062.5000,1.0000,14696.3786,76.4385,76.2790,0.0886,0.0000,6,1510.2235,495.9030,744.1239,-98.1490,78.4272,117.6834,-15.5223,0.9765,71.9105,0.0000,0.0000,5.5402,72.2610,-2.0909,0.0000,74.3519,0.0000,74.3519,8.3400,66.0118,0.0000,66.0118,0.1670,65.8448,0.0000,35.0549,14.1163,16.6736,15524.2106,15524.2106,15524.2106,15524.2106,15524.2106 +1063.5000,1.0000,14717.5995,76.7890,76.5980,0.1061,0.0000,6,1515.8310,514.8420,759.4079,-98.4816,81.7247,120.5465,-15.6327,-0.4581,76.6192,0.0000,0.0000,5.5635,76.1810,-2.1767,0.0000,78.3577,0.0000,78.3577,8.3783,69.9794,0.0000,69.9794,0.2009,69.7785,0.0000,35.5394,14.1810,20.0581,16147.6308,16147.6308,16147.6308,16147.6308,16147.6308 +1064.5000,1.0000,14738.9124,77.1205,76.9800,0.0781,0.0000,6,1514.0765,488.0896,766.4921,-98.3775,77.3884,121.5302,-15.5981,0.2944,71.5219,0.0000,0.0000,5.5721,71.5412,-2.0840,0.0000,73.6252,0.0000,73.6252,8.4145,65.2107,0.0000,65.2107,0.1484,65.0623,0.0000,36.0016,14.2422,14.8185,15321.4072,15321.4072,15321.4072,15321.4072,15321.4072 +1065.5000,1.0000,14760.3057,77.4100,77.2610,0.0828,0.0000,6,1523.7660,495.1800,757.5977,-98.9522,79.0151,120.8886,-15.7896,0.6104,72.7940,0.0000,0.0000,5.6107,72.9651,-2.1171,0.0000,75.0822,0.0000,75.0822,8.4460,66.6362,0.0000,66.6362,0.1580,66.4782,0.0000,36.4086,14.2957,15.7739,15660.6437,15660.6437,15660.6437,15660.6437,15660.6437 +1066.5000,1.0000,14781.7972,77.7635,77.5590,0.1136,0.0000,6,1533.0355,532.2072,761.5738,-99.5019,85.4401,122.2624,-15.9740,0.2586,79.5312,0.0000,0.0000,5.6503,79.4648,-2.2568,0.0000,81.7215,0.0000,81.7215,8.4846,73.2369,0.0000,73.2369,0.2178,73.0191,0.0000,36.9098,14.3610,21.7483,16850.0726,16850.0726,16850.0726,16850.0726,16850.0726 +1067.5000,1.0000,14803.4019,78.1710,77.9680,0.1128,0.0000,6,1539.7495,534.4054,775.2914,-99.9001,86.1687,125.0097,-16.1081,0.3752,80.1043,0.0000,0.0000,5.6892,80.1027,-2.2750,0.0000,82.3777,0.0000,82.3777,8.5291,73.8486,0.0000,73.8486,0.2174,73.6312,0.0000,37.4931,14.4363,21.7019,16992.3831,16992.3831,16992.3831,16992.3831,16992.3831 +1068.5000,1.0000,14825.1091,78.5400,78.3740,0.0922,0.0000,6,1551.6515,511.7225,777.2339,-100.6060,83.1491,126.2916,-16.3473,0.7561,76.6668,0.0000,0.0000,5.7262,76.8963,-2.2126,0.0000,79.1089,0.0000,79.1089,8.5693,70.5396,0.0000,70.5396,0.1786,70.3610,0.0000,38.0264,14.5044,17.8302,16479.4299,16479.4299,16479.4299,16479.4299,16479.4299 +1069.5000,1.0000,14846.9061,78.8630,78.7060,0.0872,0.0000,6,1555.5045,505.0293,771.3130,-100.8345,82.2653,125.6407,-16.4251,-0.3899,76.9133,0.0000,0.0000,5.7419,76.5590,-2.2095,0.0000,78.7685,0.0000,78.7685,8.6046,70.1640,0.0000,70.1640,0.1696,69.9944,0.0000,38.4975,14.5640,16.9328,16332.0818,16332.0818,16332.0818,16332.0818,16332.0818 +1070.5000,1.0000,14868.7643,79.0835,79.0200,0.0353,0.0000,6,1556.2295,448.3271,769.5754,-100.8775,73.0630,125.4161,-16.4398,0.4594,66.8259,0.0000,0.0000,5.7777,66.9786,-2.0126,0.0000,68.9912,0.0000,68.9912,8.6286,60.3625,0.0000,60.3625,0.0688,60.2937,0.0000,38.8212,14.6048,6.8678,14554.6895,14554.6895,14554.6895,14554.6895,14554.6895 +1071.5000,1.0000,14890.6383,79.1405,79.1470,-0.0036,0.0000,6,1568.8945,400.4552,752.2958,-101.6287,65.7925,123.5979,-16.6970,0.7571,59.2837,0.0000,0.0000,5.7517,59.5855,-1.8593,0.0000,61.4448,0.0000,61.4448,8.6349,52.8099,0.0000,52.8099,-0.0070,52.8169,0.0000,38.9052,14.6153,-0.7035,13278.9751,13278.9751,13278.9751,13278.9751,13278.9751 +1072.5000,1.0000,14912.4891,79.0570,79.1340,-0.0428,0.0000,6,1569.6575,347.7476,738.1309,-101.6739,57.1607,121.3296,-16.7126,-0.6840,52.0861,0.0000,0.0000,5.7586,51.9012,-1.6982,0.0000,53.5994,0.0000,53.5994,8.6257,44.9736,0.0000,44.9736,-0.0834,45.0570,0.0000,38.7822,14.5999,-8.3251,11633.3801,11633.3801,11633.3801,11633.3801,11633.3801 +1073.5000,1.0000,14934.3105,78.9510,78.9800,-0.0161,0.0000,6,1564.6600,382.9831,720.4268,-101.3775,62.7521,118.0425,-16.6108,0.2016,56.7611,0.0000,0.0000,5.7894,56.8581,-1.8001,0.0000,58.6583,0.0000,58.6583,8.6142,50.0441,0.0000,50.0441,-0.0314,50.0754,0.0000,38.6264,14.5803,-3.1312,12695.4883,12695.4883,12695.4883,12695.4883,12695.4883 +1074.5000,1.0000,14956.1143,78.8875,78.9220,-0.0192,0.0000,6,1560.9980,376.6589,730.9884,-101.1603,61.5714,119.4927,-16.5364,-0.5522,56.3482,0.0000,0.0000,5.7754,56.1648,-1.7849,0.0000,57.9497,0.0000,57.9497,8.6072,49.3425,0.0000,49.3425,-0.0373,49.3797,0.0000,38.5332,14.5686,-3.7221,12465.4223,12465.4223,12465.4223,12465.4223,12465.4223 +1075.5000,1.0000,14977.8883,78.7805,78.8530,-0.0403,0.0000,6,1555.6955,354.0480,727.9051,-100.8459,57.6787,118.5845,-16.4290,0.0437,51.8731,0.0000,0.0000,5.7618,51.9362,-1.6955,0.0000,53.6317,0.0000,53.6317,8.5956,45.0361,0.0000,45.0361,-0.0782,45.1144,0.0000,38.3767,14.5488,-7.8111,11710.2515,11710.2515,11710.2515,11710.2515,11710.2515 +1076.5000,1.0000,14999.6380,78.6930,78.7080,-0.0083,0.0000,6,1552.6815,390.3017,719.6178,-100.6671,63.4617,117.0073,-16.3681,-0.3310,58.0368,0.0000,0.0000,5.7559,57.9180,-1.8191,0.0000,59.7371,0.0000,59.7371,8.5860,51.1511,0.0000,51.1511,-0.0162,51.1673,0.0000,38.2489,14.5327,-1.6143,12821.4584,12821.4584,12821.4584,12821.4584,12821.4584 +1077.5000,1.0000,15021.3806,78.6675,78.6780,-0.0058,0.0000,6,1550.3925,395.2078,731.0302,-100.5313,64.1646,118.6877,-16.3219,0.1126,58.3019,0.0000,0.0000,5.7502,58.3541,-1.8279,0.0000,60.1820,0.0000,60.1820,8.5832,51.5987,0.0000,51.5987,-0.0113,51.6100,0.0000,38.2117,14.5279,-1.1296,12955.5633,12955.5633,12955.5633,12955.5633,12955.5633 +1078.5000,1.0000,15043.1166,78.6435,78.6570,-0.0075,0.0000,6,1554.0930,392.6265,732.9209,-100.7508,63.8977,119.2787,-16.3966,0.2403,57.8906,0.0000,0.0000,5.7668,57.9943,-1.8201,0.0000,59.8144,0.0000,59.8144,8.5806,51.2338,0.0000,51.2338,-0.0145,51.2483,0.0000,38.1768,14.5235,-1.4520,12906.5971,12906.5971,12906.5971,12906.5971,12906.5971 +1079.5000,1.0000,15064.8813,78.7470,78.6300,0.0650,0.0000,6,1557.5645,478.1364,732.8255,-100.9567,77.9878,119.5295,-16.4668,0.0912,72.1370,0.0000,0.0000,5.7596,72.0741,-2.1147,0.0000,74.1887,0.0000,74.1887,8.5919,65.5968,0.0000,65.5968,0.1262,65.4706,0.0000,38.3278,14.5426,12.6002,15517.1471,15517.1471,15517.1471,15517.1471,15517.1471 +1080.5000,1.0000,15086.7137,78.9905,78.8640,0.0703,0.0000,6,1560.5780,486.7255,761.3033,-101.1354,79.5423,124.4147,-16.5279,0.1974,73.5652,0.0000,0.0000,5.7797,73.5445,-2.1483,0.0000,75.6928,0.0000,75.6928,8.6185,67.0743,0.0000,67.0743,0.1369,66.9374,0.0000,38.6845,14.5876,13.6654,15825.4060,15825.4060,15825.4060,15825.4060,15825.4060 +1081.5000,1.0000,15108.5613,79.0455,79.1170,-0.0397,0.0000,6,1559.8915,355.1780,764.3541,-101.0947,58.0188,124.8584,-16.5140,-0.2631,52.5159,0.0000,0.0000,5.7660,52.4709,-1.7099,0.0000,54.1808,0.0000,54.1808,8.6245,45.5563,0.0000,45.5563,-0.0774,45.6337,0.0000,38.7653,14.5977,-7.7293,11781.9962,11781.9962,11781.9962,11781.9962,11781.9962 +1082.5000,1.0000,15130.3589,78.8655,78.9740,-0.0603,0.0000,6,1559.1285,331.1563,721.2755,-101.0495,54.0684,117.7638,-16.4985,0.1899,48.1039,0.0000,0.0000,5.7746,48.2315,-1.6194,0.0000,49.8509,0.0000,49.8509,8.6048,41.2460,0.0000,41.2460,-0.1172,41.3632,0.0000,38.5011,14.5645,-11.7024,11040.0991,11040.0991,11040.0991,11040.0991,11040.0991 +1083.5000,1.0000,15152.0488,78.4775,78.7570,-0.1553,0.0000,6,1551.2700,211.1060,712.0806,-100.5834,34.2939,115.6765,-16.3396,-0.9376,29.5523,0.0000,0.0000,5.6792,29.4697,-1.2238,0.0000,30.6936,0.0000,30.6936,8.5625,22.1310,0.0000,22.1310,-0.3004,22.4315,0.0000,37.9360,14.4929,-29.9974,7356.0777,7356.0777,7356.0777,7356.0777,7356.0777 +1084.5000,1.0000,15173.5697,77.8695,78.1980,-0.1825,0.0000,6,1538.9105,179.2610,669.0301,-99.8504,28.8887,107.8171,-16.0913,-0.2379,23.4513,0.0000,0.0000,5.6753,23.5121,-1.0924,0.0000,24.6045,0.0000,24.6045,8.4962,16.1083,0.0000,16.1083,-0.3504,16.4587,0.0000,37.0613,14.3806,-34.9832,6354.4857,6354.4857,6354.4857,6354.4857,6354.4857 +1085.5000,1.0000,15194.8971,77.1725,77.5410,-0.2047,0.0000,6,1528.8015,146.4663,655.2508,-99.2508,23.4486,104.9029,-15.8896,-0.7127,18.4902,0.0000,0.0000,5.6712,18.4866,-0.9793,0.0000,19.4660,0.0000,19.4660,8.4201,11.0458,0.0000,11.0458,-0.3895,11.4353,0.0000,36.0752,14.2519,-38.8917,5366.9934,5366.9934,5366.9934,5366.9934,5366.9934 +1086.5000,1.0000,15216.0311,76.4765,76.8040,-0.1819,0.0000,6,1517.6625,171.5150,640.7393,-98.5902,27.2588,101.8322,-15.6689,-0.3306,21.8937,0.0000,0.0000,5.6956,21.9365,-1.0429,0.0000,22.9794,0.0000,22.9794,8.3442,14.6352,0.0000,14.6352,-0.3431,14.9783,0.0000,35.1077,14.1233,-34.2528,6041.4524,6041.4524,6041.4524,6041.4524,6041.4524 +1087.5000,1.0000,15237.0397,76.0250,76.1490,-0.0689,0.0000,6,1504.2345,300.1054,645.6280,-97.7938,47.2735,101.7013,-15.4048,-0.9127,42.5502,0.0000,0.0000,5.6361,42.3398,-1.4626,0.0000,43.8024,0.0000,43.8024,8.2949,35.5074,0.0000,35.5074,-0.1291,35.6366,0.0000,34.4891,14.0399,-12.8924,9752.7765,9752.7765,9752.7765,9752.7765,9752.7765 +1088.5000,1.0000,15257.9792,75.7760,75.9010,-0.0694,0.0000,6,1492.8280,302.7324,688.0592,-97.1173,47.3257,107.5633,-15.1822,-0.1399,41.8530,0.0000,0.0000,5.6126,41.8793,-1.4501,0.0000,43.3294,0.0000,43.3294,8.2678,35.0617,0.0000,35.0617,-0.1297,35.1914,0.0000,34.1513,13.9940,-12.9538,9746.7093,9746.7093,9746.7093,9746.7093,9746.7093 +1089.5000,1.0000,15278.8950,75.6910,75.6510,0.0222,0.0000,6,1493.0950,411.8000,688.2200,-97.1332,64.3876,107.6077,-15.1874,0.1644,58.6172,0.0000,0.0000,5.6060,58.6566,-1.7986,0.0000,60.4552,0.0000,60.4552,8.2585,52.1967,0.0000,52.1967,0.0415,52.1552,0.0000,34.0364,13.9783,4.1406,12934.2075,12934.2075,12934.2075,12934.2075,12934.2075 +1090.5000,1.0000,15299.8268,75.7485,75.7310,0.0097,0.0000,6,1502.2885,397.3532,727.6123,-97.6784,62.5113,114.4675,-15.3667,0.6827,56.1818,0.0000,0.0000,5.6468,56.4455,-1.7532,0.0000,58.1987,0.0000,58.1987,8.2648,49.9339,0.0000,49.9339,0.0182,49.9158,0.0000,34.1140,13.9889,1.8129,12607.4396,12607.4396,12607.4396,12607.4396,12607.4396 +1091.5000,1.0000,15320.7723,75.7980,75.7660,0.0178,0.0000,6,1505.4550,402.6356,723.7796,-97.8662,63.4759,114.1045,-15.4287,-0.3914,58.2012,0.0000,0.0000,5.6661,58.0130,-1.7865,0.0000,59.7995,0.0000,59.7995,8.2702,51.5293,0.0000,51.5293,0.0332,51.4961,0.0000,34.1810,13.9980,3.3171,12792.6684,12792.6684,12792.6684,12792.6684,12792.6684 +1092.5000,1.0000,15341.7261,75.8275,75.8300,-0.0014,0.0000,6,1505.1880,383.3600,725.8823,-97.8504,60.4263,114.4157,-15.4235,0.3667,54.3767,0.0000,0.0000,5.6829,54.5218,-1.7141,0.0000,56.2359,0.0000,56.2359,8.2734,47.9625,0.0000,47.9625,-0.0026,47.9651,0.0000,34.2209,14.0035,-0.2593,12214.4092,12214.4092,12214.4092,12214.4092,12214.4092 +1093.5000,1.0000,15362.6715,75.7975,75.8250,-0.0153,0.0000,6,1502.8225,363.2664,718.8749,-97.7101,57.1691,113.1331,-15.3771,-0.5844,52.1106,0.0000,0.0000,5.6430,51.9098,-1.6593,0.0000,53.5691,0.0000,53.5691,8.2701,45.2990,0.0000,45.2990,-0.0286,45.3275,0.0000,34.1803,13.9979,-2.8507,11605.8354,11605.8354,11605.8354,11605.8354,11605.8354 +1094.5000,1.0000,15383.5997,75.7355,75.7700,-0.0192,0.0000,6,1502.4410,362.8490,711.5995,-97.6874,57.0889,111.9597,-15.3697,0.5491,50.8708,0.0000,0.0000,5.6691,51.0955,-1.6416,0.0000,52.7372,0.0000,52.7372,8.2633,44.4738,0.0000,44.4738,-0.0358,44.5096,0.0000,34.0965,13.9865,-3.5733,11590.9416,11590.9416,11590.9416,11590.9416,11590.9416 +1095.5000,1.0000,15404.5091,75.6680,75.7010,-0.0183,0.0000,6,1500.6865,358.4297,711.2004,-97.5834,56.3278,111.7662,-15.3354,-0.7101,51.3860,0.0000,0.0000,5.6520,51.1444,-1.6418,0.0000,52.7862,0.0000,52.7862,8.2560,44.5303,0.0000,44.5303,-0.0342,44.5645,0.0000,34.0054,13.9740,-3.4149,11448.7398,11448.7398,11448.7398,11448.7398,11448.7398 +1096.5000,1.0000,15425.4011,75.6050,75.6350,-0.0167,0.0000,6,1493.5530,364.5534,708.6008,-97.1603,57.0178,110.8284,-15.1963,0.0525,51.3136,0.0000,0.0000,5.6518,51.3536,-1.6454,0.0000,52.9990,0.0000,52.9990,8.2491,44.7499,0.0000,44.7499,-0.0311,44.7810,0.0000,33.9205,13.9624,-3.1019,11567.4943,11567.4943,11567.4943,11567.4943,11567.4943 +1097.5000,1.0000,15446.2734,75.5345,75.5750,-0.0225,0.0000,6,1487.8310,355.4525,709.4669,-96.8210,55.3814,110.5387,-15.0852,-0.5751,50.3571,0.0000,0.0000,5.5994,50.1709,-1.6200,0.0000,51.7909,0.0000,51.7909,8.2414,43.5495,0.0000,43.5495,-0.0419,43.5914,0.0000,33.8257,13.9494,-4.1837,11248.3564,11248.3564,11248.3564,11248.3564,11248.3564 +1098.5000,1.0000,15467.1497,75.5485,75.4940,0.0303,0.0000,6,1491.0735,423.2622,706.1484,-97.0133,66.0902,110.2614,-15.1481,0.8732,59.5661,0.0000,0.0000,5.6509,59.9038,-1.8229,0.0000,61.7267,0.0000,61.7267,8.2429,53.4838,0.0000,53.4838,0.0564,53.4274,0.0000,33.8445,13.9519,5.6309,13240.8944,13240.8944,13240.8944,13240.8944,13240.8944 +1099.5000,1.0000,15488.0424,75.6080,75.6030,0.0028,0.0000,6,1496.9860,385.2282,730.9212,-97.3639,60.3899,114.5821,-15.2632,-0.3332,55.0759,0.0000,0.0000,5.6472,54.9389,-1.7202,0.0000,56.6591,0.0000,56.6591,8.2494,48.4097,0.0000,48.4097,0.0052,48.4045,0.0000,33.9246,13.9629,0.5170,12207.6463,12207.6463,12207.6463,12207.6463,12207.6463 +1100.5000,1.0000,15508.9394,75.6230,75.6130,0.0056,0.0000,6,1495.1170,391.0144,717.9349,-97.2531,61.2205,112.4058,-15.2267,0.1611,55.4169,0.0000,0.0000,5.6424,55.4746,-1.7315,0.0000,57.2061,0.0000,57.2061,8.2511,48.9550,0.0000,48.9550,0.0104,48.9447,0.0000,33.9447,13.9657,1.0342,12361.7021,12361.7021,12361.7021,12361.7021,12361.7021 +1101.5000,1.0000,15529.8465,75.6595,75.6330,0.0147,0.0000,6,1497.8255,401.2435,720.0927,-97.4137,62.9358,112.9479,-15.2795,0.0877,57.2061,0.0000,0.0000,5.6420,57.2225,-1.7684,0.0000,58.9909,0.0000,58.9909,8.2550,50.7358,0.0000,50.7358,0.0275,50.7084,0.0000,33.9939,13.9724,2.7420,12684.0762,12684.0762,12684.0762,12684.0762,12684.0762 +1102.5000,1.0000,15550.7645,75.6990,75.6860,0.0072,0.0000,6,1494.8120,391.7320,723.6319,-97.2350,61.3203,113.2747,-15.2208,-0.3642,56.0626,0.0000,0.0000,5.6218,55.9042,-1.7414,0.0000,57.6456,0.0000,57.6456,8.2594,49.3862,0.0000,49.3862,0.0135,49.3728,0.0000,34.0472,13.9797,1.3458,12380.1596,12380.1596,12380.1596,12380.1596,12380.1596 +1103.5000,1.0000,15571.6906,75.7280,75.7120,0.0089,0.0000,6,1494.7740,397.0043,719.9917,-97.2327,62.1440,112.7020,-15.2201,0.3607,56.1229,0.0000,0.0000,5.6605,56.2585,-1.7491,0.0000,58.0076,0.0000,58.0076,8.2625,49.7451,0.0000,49.7451,0.0166,49.7285,0.0000,34.0863,13.9851,1.6570,12535.3033,12535.3033,12535.3033,12535.3033,12535.3033 +1104.5000,1.0000,15592.6400,75.8120,75.7440,0.0378,0.0000,6,1493.5910,429.5587,721.7252,-97.1626,67.1866,112.8839,-15.1970,-0.4689,61.9966,0.0000,0.0000,5.6589,61.7290,-1.8640,0.0000,63.5931,0.0000,63.5931,8.2717,55.3214,0.0000,55.3214,0.0706,55.2508,0.0000,34.1999,14.0006,7.0502,13448.1139,13448.1139,13448.1139,13448.1139,13448.1139 +1105.5000,1.0000,15613.6118,75.8925,75.8800,0.0069,0.0000,6,1492.4845,397.3284,733.0100,-97.0969,62.0995,114.5640,-15.1755,0.3671,56.0251,0.0000,0.0000,5.7073,56.1662,-1.7491,0.0000,57.9153,0.0000,57.9153,8.2805,49.6348,0.0000,49.6348,0.0130,49.6218,0.0000,34.3090,14.0155,1.2974,12524.5527,12524.5527,12524.5527,12524.5527,12524.5527 +1106.5000,1.0000,15634.5956,75.9355,75.9050,0.0169,0.0000,6,1499.0080,408.1311,722.1841,-97.4838,64.0667,113.3654,-15.3026,0.2318,58.0113,0.0000,0.0000,5.8236,58.0854,-1.7896,0.0000,59.8750,0.0000,59.8750,8.2852,51.5898,0.0000,51.5898,0.0317,51.5581,0.0000,34.3673,14.0234,3.1674,12892.2807,12892.2807,12892.2807,12892.2807,12892.2807 +1107.5000,1.0000,15655.5860,75.9595,75.9660,-0.0036,0.0000,6,1498.6650,382.2046,726.5457,-97.4635,59.9831,114.0240,-15.2959,-0.2633,54.4213,0.0000,0.0000,5.8251,54.3221,-1.7115,0.0000,56.0335,0.0000,56.0335,8.2878,47.7457,0.0000,47.7457,-0.0068,47.7525,0.0000,34.3999,14.0278,-0.6752,12133.3709,12133.3709,12133.3709,12133.3709,12133.3709 +1108.5000,1.0000,15676.5867,75.9965,75.9530,0.0242,0.0000,6,1498.4360,418.0951,717.3914,-97.4499,65.6057,112.5701,-15.2914,0.2422,59.4524,0.0000,0.0000,5.9111,59.5228,-1.8202,0.0000,61.3430,0.0000,61.3430,8.2918,53.0512,0.0000,53.0512,0.0453,53.0059,0.0000,34.4502,14.0347,4.5211,13171.5392,13171.5392,13171.5392,13171.5392,13171.5392 +1109.5000,1.0000,15697.6071,76.0675,76.0400,0.0153,0.0000,6,1498.3215,406.3236,729.9551,-97.4431,63.7537,114.5328,-15.2892,-0.2527,58.1219,0.0000,0.0000,5.8845,57.9944,-1.7892,0.0000,59.7837,0.0000,59.7837,8.2996,51.4841,0.0000,51.4841,0.0287,51.4554,0.0000,34.5468,14.0478,2.8608,12833.1812,12833.1812,12833.1812,12833.1812,12833.1812 +1110.5000,1.0000,15718.6540,76.1630,76.0950,0.0378,0.0000,6,1500.6485,436.4369,726.0414,-97.5811,68.5850,114.0956,-15.3346,0.4676,62.1712,0.0000,0.0000,5.9462,62.3258,-1.8806,0.0000,64.2064,0.0000,64.2064,8.3100,55.8964,0.0000,55.8964,0.0709,55.8254,0.0000,34.6771,14.0654,7.0829,13719.1626,13719.1626,13719.1626,13719.1626,13719.1626 +1111.5000,1.0000,15739.7158,76.2165,76.2310,-0.0081,0.0000,6,1509.1170,380.2680,737.4979,-98.0834,60.0954,116.5500,-15.5005,0.3146,53.7777,0.0000,0.0000,6.0031,53.9090,-1.7059,0.0000,55.6149,0.0000,55.6149,8.3158,47.2990,0.0000,47.2990,-0.0151,47.3142,0.0000,34.7502,14.0753,-1.5114,12149.8241,12149.8241,12149.8241,12149.8241,12149.8241 +1112.5000,1.0000,15760.7803,76.2260,76.2020,0.0133,0.0000,6,1512.5505,403.2917,719.2812,-98.2870,63.8789,113.9298,-15.5681,0.0036,57.9118,0.0000,0.0000,5.9635,57.8951,-1.7891,0.0000,59.6841,0.0000,59.6841,8.3169,51.3673,0.0000,51.3673,0.0251,51.3422,0.0000,34.7632,14.0771,2.5019,12872.8354,12872.8354,12872.8354,12872.8354,12872.8354 +1113.5000,1.0000,15781.8607,76.2835,76.2500,0.0186,0.0000,6,1516.6325,410.6157,727.9628,-98.5291,65.2146,115.6161,-15.6485,0.3766,58.8396,0.0000,0.0000,5.9984,58.9705,-1.8121,0.0000,60.7827,0.0000,60.7827,8.3231,52.4595,0.0000,52.4595,0.0350,52.4245,0.0000,34.8420,14.0877,3.4949,13117.9055,13117.9055,13117.9055,13117.9055,13117.9055 +1114.5000,1.0000,15802.9617,76.3575,76.3170,0.0225,0.0000,6,1518.1585,413.1339,731.0091,-98.6196,65.6805,116.2167,-15.6787,-0.2347,59.9481,0.0000,0.0000,5.9671,59.8170,-1.8307,0.0000,61.6476,0.0000,61.6476,8.3312,53.3164,0.0000,53.3164,0.0424,53.2741,0.0000,34.9435,14.1013,4.2293,13203.2251,13203.2251,13203.2251,13203.2251,13203.2251 +1115.5000,1.0000,15824.0830,76.4310,76.3980,0.0183,0.0000,6,1516.0605,410.7150,731.8046,-98.4952,65.2057,116.1824,-15.6372,0.0391,59.1738,0.0000,0.0000,5.9929,59.1646,-1.8179,0.0000,60.9825,0.0000,60.9825,8.3392,52.6433,0.0000,52.6433,0.0345,52.6088,0.0000,35.0445,14.1149,3.4494,13115.8022,13115.8022,13115.8022,13115.8022,13115.8022 +1116.5000,1.0000,15845.2091,76.4480,76.4640,-0.0089,0.0000,6,1506.9810,376.9388,729.8767,-97.9567,59.4850,115.1823,-15.4586,-0.8791,54.4562,0.0000,0.0000,5.9078,54.1243,-1.7131,0.0000,55.8374,0.0000,55.8374,8.3411,47.4964,0.0000,47.4964,-0.0168,47.5131,0.0000,35.0679,14.1181,-1.6728,12037.1857,12037.1857,12037.1857,12037.1857,12037.1857 +1117.5000,1.0000,15866.3186,76.3880,76.4320,-0.0244,0.0000,6,1504.2725,364.6030,716.9565,-97.7961,57.4348,112.9400,-15.4055,0.6273,50.8750,0.0000,0.0000,5.9325,51.1341,-1.6501,0.0000,52.7843,0.0000,52.7843,8.3345,44.4497,0.0000,44.4497,-0.0460,44.4958,0.0000,34.9854,14.1070,-4.5966,11655.0681,11655.0681,11655.0681,11655.0681,11655.0681 +1118.5000,1.0000,15887.3621,76.1505,76.3440,-0.1075,0.0000,6,1504.9595,258.7664,712.5061,-97.8368,40.7813,112.2902,-15.4190,-0.5641,35.4136,0.0000,0.0000,5.9318,35.3599,-1.3187,0.0000,36.6785,0.0000,36.6785,8.3086,28.3699,0.0000,28.3699,-0.2018,28.5717,0.0000,34.6603,14.0631,-20.1516,8536.6915,8536.6915,8536.6915,8536.6915,8536.6915 +1119.5000,1.0000,15908.2689,75.6585,75.9570,-0.1658,0.0000,6,1498.0165,189.4788,674.3706,-97.4250,29.7239,105.7898,-15.2833,-0.0772,23.8689,0.0000,0.0000,5.9322,23.9500,-1.0752,0.0000,25.0252,0.0000,25.0252,8.2549,16.7702,0.0000,16.7702,-0.3093,17.0796,0.0000,33.9931,13.9723,-30.8858,6485.5512,6485.5512,6485.5512,6485.5512,6485.5512 +1120.5000,1.0000,15928.9977,75.0180,75.3600,-0.1900,0.0000,6,1490.1580,154.2730,647.8036,-96.9590,24.0741,101.0891,-15.1303,-0.6423,18.7807,0.0000,0.0000,5.9358,18.7778,-0.9599,0.0000,19.7377,0.0000,19.7377,8.1851,11.5526,0.0000,11.5526,-0.3514,11.9040,0.0000,33.1372,13.8540,-35.0872,5450.7980,5450.7980,5450.7980,5450.7980,5450.7980 +1121.5000,1.0000,15949.5868,74.5145,74.6760,-0.0897,0.0000,6,1472.5340,269.0638,630.5954,-95.9137,41.4906,97.2400,-14.7902,-0.9590,36.6056,0.0000,0.0000,5.8439,36.4209,-1.3216,0.0000,37.7425,0.0000,37.7425,8.1301,29.6124,0.0000,29.6124,-0.1648,29.7772,0.0000,32.4740,13.7610,-16.4577,8625.6730,8625.6730,8625.6730,8625.6730,8625.6730 +1122.5000,1.0000,15970.0736,74.1465,74.3530,-0.1147,0.0000,6,1463.1880,243.1472,669.7520,-95.3594,37.2561,102.6225,-14.6114,0.1131,31.3016,0.0000,0.0000,5.8414,31.4160,-1.2130,0.0000,32.6290,0.0000,32.6290,8.0900,24.5390,0.0000,24.5390,-0.2097,24.7488,0.0000,31.9953,13.6930,-20.9396,7802.3462,7802.3462,7802.3462,7802.3462,7802.3462 +1123.5000,1.0000,15990.4292,73.6745,73.9400,-0.1475,0.0000,6,1466.1250,200.4552,660.2313,-95.5336,30.7763,101.3668,-14.6675,0.1511,24.8229,0.0000,0.0000,5.8024,24.9412,-1.0727,0.0000,26.0138,0.0000,26.0138,8.0385,17.9754,0.0000,17.9754,-0.2679,18.2433,0.0000,31.3883,13.6059,-26.7509,6639.7635,6639.7635,6639.7635,6639.7635,6639.7635 +1124.5000,1.0000,16010.6467,73.1770,73.4090,-0.1289,0.0000,6,1456.3970,213.2347,642.8237,-94.9567,32.5212,98.0393,-14.4822,-1.0201,27.8106,0.0000,0.0000,5.7307,27.6806,-1.1240,0.0000,28.8046,0.0000,28.8046,7.9842,20.8204,0.0000,20.8204,-0.2325,21.0529,0.0000,30.7566,13.5140,-23.2177,6940.6903,6940.6903,6940.6903,6940.6903,6940.6903 +1125.5000,1.0000,16030.7406,72.7320,72.9450,-0.1183,0.0000,6,1440.2225,227.1720,643.7877,-93.9974,34.2620,97.0959,-14.1767,-0.4218,29.0319,0.0000,0.0000,5.6519,29.0207,-1.1468,0.0000,30.1675,0.0000,30.1675,7.9356,22.2319,0.0000,22.2319,-0.2122,22.4441,0.0000,30.1989,13.4318,-21.1866,7241.6674,7241.6674,7241.6674,7241.6674,7241.6674 +1126.5000,1.0000,16050.7112,72.2880,72.5190,-0.1283,0.0000,6,1432.4785,213.4914,646.6425,-93.5381,32.0256,97.0021,-14.0315,-0.2618,26.6969,0.0000,0.0000,5.5905,26.7268,-1.0939,0.0000,27.8208,0.0000,27.8208,7.8872,19.9336,0.0000,19.9336,-0.2287,20.1623,0.0000,29.6493,13.3498,-22.8368,6830.7296,6830.7296,6830.7296,6830.7296,6830.7296 +1127.5000,1.0000,16070.5798,71.9210,72.0570,-0.0756,0.0000,6,1422.9800,272.4116,639.2054,-92.9748,40.5932,95.2506,-13.8546,-0.5700,35.6409,0.0000,0.0000,5.5223,35.5448,-1.2735,0.0000,36.8182,0.0000,36.8182,7.8471,28.9711,0.0000,28.9711,-0.1340,29.1050,0.0000,29.1998,13.2820,-13.3768,8391.0359,8391.0359,8391.0359,8391.0359,8391.0359 +1128.5000,1.0000,16090.3730,71.6495,71.7850,-0.0753,0.0000,6,1412.4135,273.3041,659.4103,-92.3481,40.4238,97.5318,-13.6590,-0.3507,35.2797,0.0000,0.0000,5.4948,35.2454,-1.2641,0.0000,36.5095,0.0000,36.5095,7.8175,28.6920,0.0000,28.6920,-0.1330,28.8249,0.0000,28.8703,13.2319,-13.2773,8363.7050,8363.7050,8363.7050,8363.7050,8363.7050 +1129.5000,1.0000,16110.0806,71.3415,71.5140,-0.0958,0.0000,6,1408.2555,248.6491,658.3502,-92.1015,36.6688,97.0883,-13.5824,-0.0099,31.2087,0.0000,0.0000,5.4700,31.2818,-1.1781,0.0000,32.4599,0.0000,32.4599,7.7839,24.6760,0.0000,24.6760,-0.1686,24.8445,0.0000,28.4997,13.1750,-16.8302,7671.0299,7671.0299,7671.0299,7671.0299,7671.0299 +1130.5000,1.0000,16129.6748,70.9330,71.1690,-0.1311,0.0000,6,1408.2935,203.8433,648.5616,-92.1037,30.0620,95.6474,-13.5831,0.0132,24.6079,0.0000,0.0000,5.4409,24.6928,-1.0362,0.0000,25.7289,0.0000,25.7289,7.7394,17.9896,0.0000,17.9896,-0.2293,18.2189,0.0000,28.0131,13.0996,-22.8938,6449.3626,6449.3626,6449.3626,6449.3626,6449.3626 +1131.5000,1.0000,16149.1300,70.4330,70.6970,-0.1467,0.0000,6,1395.3995,176.8020,628.8795,-91.3390,25.8353,91.8956,-13.3470,-1.1180,21.5908,0.0000,0.0000,5.3625,21.4694,-0.9634,0.0000,22.4328,0.0000,22.4328,7.6848,14.7480,0.0000,14.7480,-0.2547,15.0027,0.0000,27.4249,13.0072,-25.4294,5668.7463,5668.7463,5668.7463,5668.7463,5668.7463 +1132.5000,1.0000,16168.4578,69.9740,70.1690,-0.1083,0.0000,6,1379.1485,225.7106,614.3375,-90.3752,32.5981,88.7251,-13.0524,-0.2714,27.5046,0.0000,0.0000,5.3649,27.5174,-1.0843,0.0000,28.6017,0.0000,28.6017,7.6347,20.9669,0.0000,20.9669,-0.1869,21.1538,0.0000,26.8921,12.9225,-18.6607,6866.6747,6866.6747,6866.6747,6866.6747,6866.6747 +1133.5000,1.0000,16187.6782,69.5875,69.7790,-0.1064,0.0000,6,1374.0750,226.0788,631.9793,-90.0743,32.5311,90.9373,-12.9610,-0.1577,27.3696,0.0000,0.0000,5.3192,27.4078,-1.0777,0.0000,28.4855,0.0000,28.4855,7.5925,20.8929,0.0000,20.8929,-0.1825,21.0755,0.0000,26.4489,12.8511,-18.2245,6843.0277,6843.0277,6843.0277,6843.0277,6843.0277 +1134.5000,1.0000,16206.7872,69.1865,69.3960,-0.1164,0.0000,6,1367.2465,210.6464,630.6648,-89.6693,30.1599,90.2971,-12.8387,-0.4164,25.2855,0.0000,0.0000,5.2908,25.2703,-1.0287,0.0000,26.2990,0.0000,26.2990,7.5488,18.7502,0.0000,18.7502,-0.1985,18.9487,0.0000,25.9943,12.7770,-19.8227,6418.4042,6418.4042,6418.4042,6418.4042,6418.4042 +1135.5000,1.0000,16225.8190,68.9085,68.9770,-0.0381,0.0000,6,1361.4100,303.6974,623.0449,-89.3232,43.2971,88.8253,-12.7345,-0.0733,38.0997,0.0000,0.0000,5.2707,38.1130,-1.2932,0.0000,39.4062,0.0000,39.4062,7.5185,31.8877,0.0000,31.8877,-0.0647,31.9524,0.0000,25.6820,12.7257,-6.4554,8869.3777,8869.3777,8869.3777,8869.3777,8869.3777 +1136.5000,1.0000,16244.8769,69.0025,68.8400,0.0903,0.0000,6,1355.6500,458.0766,659.3554,-88.9816,65.0301,93.6043,-12.6321,-0.4065,60.1589,0.0000,0.0000,5.2777,59.8014,-1.7461,0.0000,61.5475,0.0000,61.5475,7.5287,54.0187,0.0000,54.0187,0.1536,53.8652,0.0000,25.7874,12.7431,15.3347,12927.4093,12927.4093,12927.4093,12927.4093,12927.4093 +1137.5000,1.0000,16264.0361,69.3670,69.1650,0.1122,0.0000,6,1355.8025,491.1548,721.0527,-88.9906,69.7338,102.3746,-12.6348,0.4193,64.0413,0.0000,0.0000,5.2733,64.0925,-1.8395,0.0000,65.9320,0.0000,65.9320,7.5685,58.3635,0.0000,58.3635,0.1919,58.1716,0.0000,26.1983,12.8104,19.1629,13816.3204,13816.3204,13816.3204,13816.3204,13816.3204 +1138.5000,1.0000,16283.3225,69.8250,69.5690,0.1422,0.0000,6,1364.7290,529.1222,734.3563,-89.5200,75.6190,104.9499,-12.7937,0.3261,70.0151,0.0000,0.0000,5.2778,69.9582,-1.9668,0.0000,71.9250,0.0000,71.9250,7.6185,64.3066,0.0000,64.3066,0.2448,64.0617,0.0000,26.7208,12.8950,24.4460,14868.7613,14868.7613,14868.7613,14868.7613,14868.7613 +1139.5000,1.0000,16302.7632,70.3805,70.0810,0.1664,0.0000,6,1375.1050,561.7040,750.5606,-90.1354,80.8857,108.0812,-12.9796,0.5476,75.0425,0.0000,0.0000,5.2957,75.0769,-2.0796,0.0000,77.1565,0.0000,77.1565,7.6791,69.4774,0.0000,69.4774,0.2887,69.1887,0.0000,27.3638,12.9975,28.8274,15858.3372,15858.3372,15858.3372,15858.3372,15858.3372 +1140.5000,1.0000,16322.3565,70.9300,70.6800,0.1389,0.0000,6,1391.8900,530.3755,764.3832,-91.1309,77.3067,111.4153,-13.2831,0.8804,71.0591,0.0000,0.0000,5.3672,71.3335,-2.0078,0.0000,73.3413,0.0000,73.3413,7.7390,65.6023,0.0000,65.6023,0.2429,65.3594,0.0000,28.0096,13.0990,24.2508,15198.4237,15198.4237,15198.4237,15198.4237,15198.4237 +1141.5000,1.0000,16342.0612,71.3310,71.1800,0.0839,0.0000,6,1404.8220,463.1375,754.5962,-91.8979,68.1334,111.0106,-13.5193,0.2271,62.5078,0.0000,0.0000,5.3985,62.4926,-1.8282,0.0000,64.3208,0.0000,64.3208,7.7828,56.5380,0.0000,56.5380,0.1475,56.3905,0.0000,28.4871,13.1731,14.7303,13519.7511,13519.7511,13519.7511,13519.7511,13519.7511 +1142.5000,1.0000,16361.8683,71.6995,71.4820,0.1208,0.0000,6,1407.6830,510.1089,730.6147,-92.0675,75.1963,107.7015,-13.5719,0.0198,69.7560,0.0000,0.0000,5.4205,69.5563,-1.9795,0.0000,71.5358,0.0000,71.5358,7.8230,63.7128,0.0000,63.7128,0.2136,63.4992,0.0000,28.9310,13.2411,21.3271,14822.4104,14822.4104,14822.4104,14822.4104,14822.4104 +1143.5000,1.0000,16381.7644,72.0200,71.9170,0.0572,0.0000,6,1415.7320,450.4155,749.0699,-92.5449,66.7764,111.0534,-13.7203,0.6799,58.7227,0.0000,0.0000,7.3738,58.9628,-1.7625,0.0000,60.7252,0.0000,60.7252,7.8580,52.8673,0.0000,52.8673,0.1016,52.7657,0.0000,29.3205,13.3003,10.1449,13275.1895,13275.1895,13275.1895,13275.1895,13275.1895 +1144.5000,1.0000,16401.7407,72.3085,72.1230,0.1031,0.0000,6,1426.4895,503.5851,727.8370,-93.1829,75.2264,108.7255,-13.9198,0.2573,67.5354,0.0000,0.0000,7.4336,67.5013,-1.9436,0.0000,69.4450,0.0000,69.4450,7.8894,61.5555,0.0000,61.5555,0.1837,61.3718,0.0000,29.6744,13.3536,18.3438,14846.2079,14846.2079,14846.2079,14846.2079,14846.2079 +1145.5000,1.0000,16421.7976,72.5990,72.4940,0.0583,0.0000,6,1431.4870,451.5990,749.2844,-93.4793,67.6969,112.3214,-14.0130,0.1811,60.0988,0.0000,0.0000,7.4170,60.0984,-1.7927,0.0000,61.8911,0.0000,61.8911,7.9211,53.9700,0.0000,53.9700,0.1044,53.8656,0.0000,30.0333,13.4072,10.4250,13446.6909,13446.6909,13446.6909,13446.6909,13446.6909 +1146.5000,1.0000,16441.9184,72.8290,72.7040,0.0694,0.0000,6,1433.6235,466.0782,730.4818,-93.6060,69.9717,109.6663,-14.0529,0.0067,62.5500,0.0000,0.0000,7.4150,62.4461,-1.8443,0.0000,64.2904,0.0000,64.2904,7.9462,56.3442,0.0000,56.3442,0.1247,56.2195,0.0000,30.3197,13.4497,12.4501,13854.1184,13854.1184,13854.1184,13854.1184,13854.1184 +1147.5000,1.0000,16462.1045,73.0640,72.9540,0.0611,0.0000,6,1439.4220,458.8804,736.3933,-93.9499,69.1698,111.0009,-14.1616,0.5058,61.2054,0.0000,0.0000,7.4585,61.3563,-1.8243,0.0000,63.1806,0.0000,63.1806,7.9719,55.2087,0.0000,55.2087,0.1101,55.0987,0.0000,30.6141,13.4931,10.9914,13712.4334,13712.4334,13712.4334,13712.4334,13712.4334 +1148.5000,1.0000,16482.3201,73.1700,73.1740,-0.0022,0.0000,6,1440.3375,380.5266,734.4467,-94.0042,57.3955,110.7779,-14.1788,-0.4251,50.4108,0.0000,0.0000,7.4098,50.2454,-1.5940,0.0000,51.8394,0.0000,51.8394,7.9834,43.8559,0.0000,43.8559,-0.0040,43.8599,0.0000,30.7475,13.5127,-0.4003,11566.5241,11566.5241,11566.5241,11566.5241,11566.5241 +1149.5000,1.0000,16502.5278,73.1420,73.1660,-0.0133,0.0000,6,1437.9725,370.0783,705.1095,-93.8639,55.7279,106.1783,-14.1344,0.2156,48.1263,0.0000,0.0000,7.3860,48.2238,-1.5516,0.0000,49.7754,0.0000,49.7754,7.9804,41.7950,0.0000,41.7950,-0.0240,41.8191,0.0000,30.7122,13.5075,-2.4007,11237.4262,11237.4262,11237.4262,11237.4262,11237.4262 +1150.5000,1.0000,16522.6709,72.9090,73.1180,-0.1161,0.0000,6,1440.7570,245.4064,701.2453,-94.0291,37.0259,105.8009,-14.1867,0.0303,29.5378,0.0000,0.0000,7.4577,29.6298,-1.1615,0.0000,30.7913,0.0000,30.7913,7.9549,22.8363,0.0000,22.8363,-0.2087,23.0450,0.0000,30.4199,13.4645,-20.8393,7741.5356,7741.5356,7741.5356,7741.5356,7741.5356 +1151.5000,1.0000,16542.5937,72.1160,72.7000,-0.3244,0.0000,6,1431.1815,-12.0763,653.3432,-93.4612,-1.8099,97.9185,-14.0073,-0.8717,-8.3005,0.0000,0.0000,7.3624,-8.3103,-0.7625,0.0000,-7.5478,0.0000,-7.5478,7.8684,-15.4162,0.0000,-15.4162,-0.5769,-14.8394,0.0000,29.4398,13.3180,-57.5972,1746.2064,1746.2064,1746.2064,1746.2064,1746.2064 +1152.5000,1.0000,16562.2431,71.1320,71.5320,-0.2222,0.0000,6,1411.1540,92.4569,549.1373,-92.2734,13.6629,81.1491,-13.6358,-0.8760,9.1458,0.0000,0.0000,5.3931,9.1317,-0.7142,0.0000,9.8459,0.0000,9.8459,7.7611,2.0848,0.0000,2.0848,-0.3897,2.4746,0.0000,28.2501,13.1363,-38.9118,3558.3219,3558.3219,3558.3219,3558.3219,3558.3219 +1153.5000,1.0000,16581.6644,70.3105,70.7320,-0.2342,0.0000,6,1392.7670,75.2018,584.5171,-91.1829,10.9682,85.2519,-13.2990,-0.7080,6.3555,0.0000,0.0000,5.3207,6.3558,-0.6472,0.0000,7.0030,0.0000,7.0030,7.6714,-0.6684,0.0000,-0.6684,-0.4059,-0.2625,0.0000,27.2827,12.9846,-40.5298,3208.3214,3208.3214,3208.3214,3208.3214,3208.3214 +1154.5000,1.0000,16600.8684,69.5285,69.8890,-0.2003,0.0000,6,1377.7370,112.0785,573.3098,-90.2915,16.1703,82.7150,-13.0269,-0.5713,11.4388,0.0000,0.0000,5.3028,11.4420,-0.7444,0.0000,12.1864,0.0000,12.1864,7.5861,4.6003,0.0000,4.6003,-0.3433,4.9437,0.0000,26.3822,12.8402,-34.2787,3885.4014,3885.4014,3885.4014,3885.4014,3885.4014 +1155.5000,1.0000,16619.8202,68.6205,69.1680,-0.3042,0.0000,6,1370.9470,-12.2080,585.9434,-89.8888,-1.7526,84.1211,-12.9049,-0.0032,-7.0208,0.0000,0.0000,5.2714,-7.0771,-0.7050,0.0000,-6.3722,0.0000,-6.3722,7.4870,-13.8592,0.0000,-13.8592,-0.5146,-13.3446,0.0000,25.3630,12.6725,-51.3801,1613.9477,1613.9477,1613.9477,1613.9477,1613.9477 +1156.5000,1.0000,16638.3975,67.2725,68.0730,-0.4447,0.1560,6,1352.9415,-88.8209,530.6238,-88.8209,-12.5841,75.1786,-12.5841,-1.4928,-16.2602,0.0000,0.0000,5.1689,-16.2375,-0.7776,0.0000,-15.4599,0.0000,-15.4599,7.3400,-22.7999,12.7285,-35.5284,-0.7376,-34.7908,2.5334,23.8993,12.4236,-73.6471,0.0000,0.0000,0.0000,0.0000,0.0000 +1157.5000,1.0000,16656.4395,65.3450,66.4720,-0.6261,1.1190,6,1304.0745,-85.9227,482.4281,-85.9227,-11.7338,65.8815,-11.7338,-2.4746,-14.4451,0.0000,0.0000,5.1858,-14.3503,-0.7348,0.0000,-13.6155,0.0000,-13.6155,7.1297,-20.7451,29.3539,-50.0991,-1.0087,-49.0903,17.6508,21.9067,12.0669,-100.7147,0.0000,0.0000,0.0000,0.0000,0.0000 +1158.5000,1.0000,16673.7481,62.7050,64.2180,-0.8406,2.4470,6,1268.2540,-83.7983,472.8464,-83.7983,-11.1294,62.7993,-11.1294,-0.3833,-15.8706,0.0000,0.0000,5.1245,-16.1999,-0.7204,0.0000,-15.4796,0.0000,-15.4796,6.8416,-22.3212,40.7558,-63.0769,-1.2995,-61.7775,37.0302,19.3629,11.5766,-129.7472,0.0000,0.0000,0.0000,0.0000,0.0000 +1159.5000,1.0000,16690.0742,59.1680,61.1920,-1.1244,3.5840,6,1216.5640,-80.7327,457.8433,-80.7327,-10.2852,58.3284,-10.2852,-3.4941,-11.6051,0.0000,0.0000,4.8140,-11.5542,-0.6323,0.0000,-10.9219,0.0000,-10.9219,6.4557,-17.3776,69.6837,-87.0613,-1.6403,-85.4209,51.1595,16.2772,10.9199,-163.7775,0.0000,0.0000,0.0000,0.0000,0.0000 +1160.5000,1.0000,16705.3675,55.4500,57.1440,-0.9411,3.9170,6,1135.8435,-75.9232,433.8728,-75.9232,-9.0307,51.6071,-9.0307,-2.3682,-11.2738,0.0000,0.0000,4.6114,-11.2815,-0.5863,0.0000,-10.6952,0.0000,-10.6952,6.0500,-16.7452,36.9829,-53.7281,-1.2866,-52.4415,52.3929,13.3943,10.2324,-128.4611,0.0000,0.0000,0.0000,0.0000,0.0000 +1161.5000,1.0000,16719.6901,51.9555,53.7560,-1.0003,3.7790,6,1064.1640,-71.2198,415.2515,-71.2198,-7.9367,46.2752,-7.9367,-2.4656,-9.9476,0.0000,0.0000,4.4765,-9.9394,-0.5338,0.0000,-9.4056,0.0000,-9.4056,5.6688,-15.0744,46.1664,-61.2408,-1.2813,-59.9594,47.3640,11.0211,9.5881,-127.9326,0.0000,0.0000,0.0000,0.0000,0.0000 +1162.5000,1.0000,16733.1176,48.7330,50.1550,-0.7900,3.8250,6,985.8855,-67.4342,391.9250,-67.4342,-6.9620,40.4630,-6.9620,-2.4551,-8.7783,0.0000,0.0000,4.2713,-8.6702,-0.4861,0.0000,-8.1841,0.0000,-8.1841,5.3172,-13.5012,19.1686,-32.6698,-0.9492,-31.7206,44.9663,9.0918,8.9932,-94.7719,0.0000,0.0000,0.0000,0.0000,0.0000 +1163.5000,1.0000,16745.6626,45.5560,47.3110,-0.9750,4.0720,6,818.7610,-78.1564,429.9529,-78.1564,-6.7012,36.8644,-6.7012,-6.3642,-3.6285,0.0000,0.0000,3.2916,-3.1905,-0.3988,0.0000,-2.7917,0.0000,-2.7917,4.9705,-7.7622,42.0902,-49.8524,-1.0951,-48.7573,44.7449,7.4318,8.4061,-109.3401,0.0000,0.0000,0.0000,0.0000,0.0000 +1164.5000,1.0000,16757.2615,42.1500,43.8010,-0.9172,4.4050,5,920.0045,-71.2029,382.6379,-71.2029,-6.8599,36.8644,-6.8599,12.8713,-24.4432,0.0000,0.0000,4.7121,-31.7392,-0.5224,0.0000,-31.2168,0.0000,-31.2168,4.5989,-35.8157,1.8658,-37.6815,-0.9532,-36.7283,44.7788,5.8867,7.7765,-95.1703,0.0000,0.0000,0.0000,0.0000,0.0000 +1165.5000,1.0000,16767.7750,38.2425,40.4990,-1.2536,4.7670,5,1110.2465,-74.3963,439.4873,-74.3963,-8.6497,51.0969,-8.6497,-2.5619,-10.6148,0.0000,0.0000,4.5271,-10.8986,-0.3781,0.0000,-10.5205,0.0000,-10.5205,4.1726,-14.6930,49.0856,-63.7787,-1.1820,-62.5967,43.9591,4.4051,7.0544,-118.0153,0.0000,0.0000,0.0000,0.0000,0.0000 +1166.5000,1.0000,16777.0354,33.7315,35.9860,-1.2525,5.2400,5,1012.1690,-67.4979,399.9338,-67.4979,-7.1544,42.3906,-7.1544,-3.7607,-7.6080,0.0000,0.0000,4.2143,-7.6656,-0.3136,0.0000,-7.3520,0.0000,-7.3520,3.6804,-11.0324,42.1538,-53.1862,-1.0416,-52.1445,42.6110,3.0259,6.2208,-104.0022,0.0000,0.0000,0.0000,0.0000,0.0000 +1167.5000,1.0000,16784.9787,28.9900,31.4770,-1.3817,6.1120,5,888.3420,-73.1809,396.2760,-73.1809,-6.8078,36.8644,-6.8078,-3.4546,-7.1775,0.0000,0.0000,3.8243,-7.2913,-0.2576,0.0000,-7.0337,0.0000,-7.0337,3.1630,-10.1968,39.4270,-49.6238,-0.9875,-48.6362,42.6945,1.9264,5.3438,-98.6009,0.0000,0.0000,0.0000,0.0000,0.0000 +1168.5000,1.0000,16791.4895,23.8330,26.5030,-1.4833,7.1470,5,741.8935,-85.7304,474.5002,-85.7304,-6.6605,36.8644,-6.6605,-3.7871,-6.1029,0.0000,0.0000,3.2295,-6.1028,-0.1998,0.0000,-5.9029,0.0000,-5.9029,2.6004,-8.5033,32.9125,-41.4158,-0.8716,-40.5442,41.0153,1.0759,4.3902,-87.0255,0.0000,0.0000,0.0000,0.0000,0.0000 +1169.5000,1.0000,16796.4456,18.2360,21.1630,-1.6261,8.2720,5,639.3150,-96.7328,550.6341,-96.7328,-6.4762,36.8644,-6.4762,-0.7638,-8.7582,0.0000,0.0000,3.0458,-10.1152,-0.1650,0.0000,-9.9502,0.0000,-9.9502,1.9897,-11.9398,21.6525,-33.5924,-0.7311,-32.8613,36.2919,0.4883,3.3563,-72.9977,0.0000,0.0000,0.0000,0.0000,0.0000 +1170.5000,1.0000,16800.0204,13.2630,15.3090,-1.1367,8.9880,5,613.5655,-20.3758,573.7426,-99.4947,-1.3092,36.8644,-6.3928,-0.2372,-4.1424,0.0000,0.0000,3.0704,-4.8477,-0.1011,0.0000,-4.7467,0.0000,-4.7467,1.4471,-6.1937,0.0000,-6.1937,-0.3717,-5.8221,28.6621,0.1875,2.4395,-37.1111,432.1862,432.1862,432.1862,432.1862,432.1862 +1171.5000,1.0000,16802.5572,9.5265,11.2170,-0.9392,8.5680,3,609.0260,49.0461,578.0191,-99.9816,3.1280,36.8644,-6.3765,0.0656,0.0268,0.0000,0.0000,3.0356,0.0326,-0.2171,0.0000,0.2497,0.0000,0.2497,1.0394,-0.7897,0.0000,-0.7897,-0.2206,-0.5691,19.6324,0.0700,1.7529,-22.0245,1261.8416,1261.8416,1261.8416,1261.8416,1261.8416 +1172.5000,1.0000,16804.2899,6.6320,7.8360,-0.6689,6.4340,3,607.0425,60.5344,579.9077,-100.1944,3.8481,36.8644,-6.3693,-0.1394,0.8967,0.0000,0.0000,3.0908,1.0888,-0.1308,0.0000,1.2196,0.0000,1.2196,0.7236,0.4960,0.0000,0.4960,-0.1094,0.6054,10.2797,0.0236,1.2222,-10.9201,1373.9807,1373.9807,1373.9807,1373.9807,1373.9807 +1173.5000,1.0000,16805.4603,4.6075,5.4280,-0.4558,3.1240,3,604.1050,41.8124,582.7276,-100.5094,2.6451,36.8644,-6.3584,0.0297,-0.3989,0.0000,0.0000,3.0143,-0.4860,-0.0983,0.0000,-0.3877,0.0000,-0.3877,0.5027,-0.8904,0.0000,-0.8904,-0.0518,-0.8386,3.4731,0.0079,0.8505,-5.1701,1185.5556,1185.5556,1185.5556,1185.5556,1185.5556 +1174.5000,1.0000,16806.2033,3.0685,3.7870,-0.3992,0.9180,1,603.4565,25.8795,583.3538,-100.5790,1.6354,36.8644,-6.3560,-0.0537,-1.2900,0.0000,0.0000,2.9791,-1.6803,-0.2188,0.0000,-1.4615,0.0000,-1.4615,0.3348,-1.7963,0.0000,-1.7963,-0.0302,-1.7661,0.6800,0.0024,0.5667,-3.0152,1026.9041,1026.9041,1026.9041,1026.9041,1026.9041 +1175.5000,1.0000,16806.5126,1.5075,2.3500,-0.4681,0.0000,1,601.0035,37.0522,585.7348,-100.8421,2.3320,36.8644,-6.3467,-0.0370,-0.6248,0.0000,0.0000,2.9938,-1.4140,-0.1029,0.0000,-1.3111,0.0000,-1.3111,0.1645,-1.4756,0.0000,-1.4756,-0.0174,-1.4582,0.0000,0.0004,0.2784,-1.7369,1135.4815,1135.4815,1135.4815,1135.4815,1135.4815 +1176.5000,1.0000,16806.4981,0.3420,0.6650,-0.1794,0.0000,1,600.0000,47.0901,586.7144,-100.9497,2.9588,36.8644,-6.3429,0.0000,-0.0040,0.0000,0.0000,2.9627,-0.0713,-0.0192,0.0000,-0.0521,0.0000,-0.0521,0.0373,-0.0894,0.0000,-0.0894,-0.0015,-0.0879,0.0000,0.0000,0.0632,-0.1511,1234.1336,1234.1336,1234.1336,1234.1336,1234.1336 +1177.5000,1.0000,16806.3343,0.0095,0.0190,-0.1193,0.0000,0,600.6600,47.7244,586.0697,-100.8789,3.0019,36.8644,-6.3454,0.0243,0.0000,0.0000,0.0000,2.9776,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0010,-0.0010,0.0000,-0.0010,0.0000,-0.0010,0.0000,0.0000,0.0018,-0.0028,1241.0328,1241.0328,1241.0328,1241.0328,1241.0328 +1178.5000,1.0000,16806.1111,0.0000,0.0010,0.0006,0.0000,0,601.4725,47.4152,585.2780,-100.7918,2.9865,36.8644,-6.3485,0.0056,0.0000,0.0000,0.0000,2.9809,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1238.7136,1238.7136,1238.7136,1238.7136,1238.7136 +1179.5000,1.0000,16805.8882,0.0000,0.0020,0.0000,0.0000,0,600.8125,47.8348,585.9210,-100.8626,3.0096,36.8644,-6.3460,-0.0300,0.0000,0.0000,0.0000,3.0396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1242.2691,1242.2691,1242.2691,1242.2691,1242.2691 +1180.5000,1.0000,16805.6653,0.0000,0.0000,0.0000,0.0000,0,601.4230,46.7648,585.3262,-100.7971,2.9453,36.8644,-6.3483,0.0526,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.2163,1232.2163,1232.2163,1232.2163,1232.2163 +1181.5000,1.0000,16805.4424,0.0000,0.0000,0.0000,0.0000,0,601.4230,44.8930,585.3262,-100.7971,2.8274,36.8644,-6.3483,-0.0526,0.0000,0.0000,0.0000,2.8800,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1213.6475,1213.6475,1213.6475,1213.6475,1213.6475 +1182.5000,1.0000,16805.2195,0.0000,0.0000,0.0000,0.0000,0,600.6980,46.0420,586.0326,-100.8749,2.8963,36.8644,-6.3455,0.0257,0.0000,0.0000,0.0000,2.8705,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.3789,1224.3789,1224.3789,1224.3789,1224.3789 +1183.5000,1.0000,16804.9966,0.0000,0.0000,0.0000,0.0000,0,600.6980,45.1554,586.0326,-100.8749,2.8405,36.8644,-6.3455,-0.0257,0.0000,0.0000,0.0000,2.8662,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.5836,1215.5836,1215.5836,1215.5836,1215.5836 +1184.5000,1.0000,16804.7737,0.0000,0.0000,0.0000,0.0000,0,601.4230,46.2841,585.3262,-100.7971,2.9150,36.8644,-6.3483,0.0526,0.0000,0.0000,0.0000,2.8625,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.4472,1227.4472,1227.4472,1227.4472,1227.4472 +1185.5000,1.0000,16804.5508,0.0000,0.0000,0.0000,0.0000,0,601.4230,45.0563,585.3262,-100.7971,2.8377,36.8644,-6.3483,-0.0526,0.0000,0.0000,0.0000,2.8902,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.2679,1215.2679,1215.2679,1215.2679,1215.2679 +1186.5000,1.0000,16804.3278,0.0000,0.0000,0.0000,0.0000,0,601.5375,46.8053,585.2148,-100.7848,2.9484,36.8644,-6.3487,0.0568,0.0000,0.0000,0.0000,2.8916,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.7231,1232.7231,1232.7231,1232.7231,1232.7231 +1187.5000,1.0000,16804.1049,0.0000,0.0000,0.0000,0.0000,0,601.5375,44.6140,585.2148,-100.7848,2.8104,36.8644,-6.3487,-0.0568,0.0000,0.0000,0.0000,2.8672,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1210.9850,1210.9850,1210.9850,1210.9850,1210.9850 +1188.5000,1.0000,16803.8820,0.0000,0.0000,0.0000,0.0000,0,600.3165,46.0356,586.4051,-100.9158,2.8940,36.8644,-6.3441,0.0117,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.9647,1223.9647,1223.9647,1223.9647,1223.9647 +1189.5000,1.0000,16803.6591,0.0000,0.0000,0.0000,0.0000,0,600.5950,63.3128,586.1331,-100.8859,3.9820,36.8644,-6.3451,-0.0014,0.0000,0.0000,0.0000,3.9834,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1395.6099,1395.6099,1395.6099,1395.6099,1395.6099 +1190.5000,1.0000,16803.4362,0.0000,0.0000,0.0000,0.0000,0,600.2785,63.6800,586.4422,-100.9199,4.0030,36.8644,-6.3439,-0.0103,0.0000,0.0000,0.0000,4.0133,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1398.9617,1398.9617,1398.9617,1398.9617,1398.9617 +1191.5000,1.0000,16803.2133,0.0000,0.0000,0.0000,0.0000,0,600.0000,62.5518,586.7144,-100.9497,3.9302,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9302,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1387.5138,1387.5138,1387.5138,1387.5138,1387.5138 +1192.5000,1.0000,16802.9904,0.0000,0.0000,0.0000,0.0000,0,600.4690,63.4998,586.2561,-100.8994,3.9929,36.8644,-6.3447,0.0173,0.0000,0.0000,0.0000,3.9756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1397.3493,1397.3493,1397.3493,1397.3493,1397.3493 +1193.5000,1.0000,16802.7675,0.0000,0.0000,0.0000,0.0000,0,600.4690,62.8545,586.2561,-100.8994,3.9524,36.8644,-6.3447,-0.0173,0.0000,0.0000,0.0000,3.9696,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1390.9482,1390.9482,1390.9482,1390.9482,1390.9482 +1194.5000,1.0000,16802.5446,0.0000,0.0000,0.0000,0.0000,0,600.2785,63.1725,586.4422,-100.9199,3.9711,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,3.9608,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1393.9278,1393.9278,1393.9278,1393.9278,1393.9278 +1195.5000,1.0000,16802.3217,0.0000,0.0000,0.0000,0.0000,0,600.4045,63.3942,586.3191,-100.9063,3.9859,36.8644,-6.3444,-0.0056,0.0000,0.0000,0.0000,3.9915,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1396.2430,1396.2430,1396.2430,1396.2430,1396.2430 +1196.5000,1.0000,16802.0988,0.0000,0.0000,0.0000,0.0000,0,600.1260,63.4157,586.5912,-100.9362,3.9854,36.8644,-6.3433,-0.0046,0.0000,0.0000,0.0000,3.9900,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1396.1993,1396.1993,1396.1993,1396.1993,1396.1993 +1197.5000,1.0000,16801.8759,0.0000,0.0000,0.0000,0.0000,0,600.7745,63.5015,585.9580,-100.8667,3.9951,36.8644,-6.3458,0.0286,0.0000,0.0000,0.0000,3.9665,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1397.6475,1397.6475,1397.6475,1397.6475,1397.6475 +1198.5000,1.0000,16801.6530,0.0000,0.0000,0.0000,0.0000,0,600.7745,61.9712,585.9580,-100.8667,3.8988,36.8644,-6.3458,-0.0286,0.0000,0.0000,0.0000,3.9274,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1382.4673,1382.4673,1382.4673,1382.4673,1382.4673 +1199.5000,1.0000,16801.4301,0.0000,0.0000,0.0000,0.0000,0,601.4230,63.8915,585.3262,-100.7971,4.0239,36.8644,-6.3483,0.0526,0.0000,0.0000,0.0000,3.9714,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1402.1133,1402.1133,1402.1133,1402.1133,1402.1133 +1200.5000,1.0000,16801.2071,0.0000,0.0000,0.0000,0.0000,0,601.8540,63.2116,584.9070,-100.7509,3.9840,36.8644,-6.3499,-0.0367,0.0000,0.0000,0.0000,4.0206,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1395.7646,1395.7646,1395.7646,1395.7646,1395.7646 +1201.5000,1.0000,16800.9842,0.0000,0.0000,0.0000,0.0000,0,602.2355,64.1655,584.5365,-100.7099,4.0467,36.8644,-6.3514,0.0508,0.0000,0.0000,0.0000,3.9959,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1405.5786,1405.5786,1405.5786,1405.5786,1405.5786 +1202.5000,1.0000,16800.7613,0.0000,0.0000,0.0000,0.0000,0,602.0830,63.0284,584.6846,-100.7263,3.9739,36.8644,-6.3508,-0.0564,0.0000,0.0000,0.0000,4.0304,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.1578,1394.1578,1394.1578,1394.1578,1394.1578 +1203.5000,1.0000,16800.5384,0.0000,0.0000,0.0000,0.0000,0,603.5325,65.5480,583.2803,-100.5708,4.1427,36.8644,-6.3563,0.1103,0.0000,0.0000,0.0000,4.0325,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1420.4856,1420.4856,1420.4856,1420.4856,1420.4856 +1204.5000,1.0000,16800.3155,0.0000,0.0000,0.0000,0.0000,0,604.9440,61.7980,581.9194,-100.4194,3.9149,36.8644,-6.3615,-0.0581,0.0000,0.0000,0.0000,3.9730,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1384.5846,1384.5846,1384.5846,1384.5846,1384.5846 +1205.5000,1.0000,16800.0926,0.0000,0.0000,0.0000,0.0000,0,604.1045,63.4599,582.7280,-100.5095,4.0146,36.8644,-6.3584,0.0269,0.0000,0.0000,0.0000,3.9877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1400.2988,1400.2988,1400.2988,1400.2988,1400.2988 +1206.5000,1.0000,16799.8697,0.0000,0.0000,0.0000,0.0000,0,604.9055,63.5192,581.9564,-100.4236,4.0237,36.8644,-6.3614,0.0028,0.0000,0.0000,0.0000,4.0208,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1401.6239,1401.6239,1401.6239,1401.6239,1401.6239 +1207.5000,1.0000,16799.6468,0.0000,0.0000,0.0000,0.0000,0,602.4910,61.6546,584.2886,-100.6825,3.8900,36.8644,-6.3523,-0.0922,0.0000,0.0000,0.0000,3.9821,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1380.9057,1380.9057,1380.9057,1380.9057,1380.9057 +1208.5000,1.0000,16799.4239,0.0000,0.0000,0.0000,0.0000,0,600.6980,64.4011,586.0326,-100.8749,4.0511,36.8644,-6.3455,0.0257,0.0000,0.0000,0.0000,4.0254,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1406.5014,1406.5014,1406.5014,1406.5014,1406.5014 +1209.5000,1.0000,16799.2010,0.0000,0.0000,0.0000,0.0000,0,602.3880,45.8039,584.3885,-100.6936,2.8894,36.8644,-6.3519,0.0367,0.0000,0.0000,0.0000,2.8527,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.5717,1223.5717,1223.5717,1223.5717,1223.5717 +1210.5000,1.0000,16798.9781,0.0000,0.0000,0.0000,0.0000,0,601.6900,44.5298,585.0665,-100.7685,2.8058,36.8644,-6.3493,-0.0624,0.0000,0.0000,0.0000,2.8682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1210.2907,1210.2907,1210.2907,1210.2907,1210.2907 +1211.5000,1.0000,16798.7552,0.0000,0.0000,0.0000,0.0000,0,600.4310,45.4572,586.2932,-100.9035,2.8582,36.8644,-6.3445,0.0159,0.0000,0.0000,0.0000,2.8423,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.3324,1218.3324,1218.3324,1218.3324,1218.3324 +1212.5000,1.0000,16798.5323,0.0000,0.0000,0.0000,0.0000,0,600.4310,45.7856,586.2932,-100.9035,2.8789,36.8644,-6.3445,-0.0159,0.0000,0.0000,0.0000,2.8948,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.5899,1221.5899,1221.5899,1221.5899,1221.5899 +1213.5000,1.0000,16798.3094,0.0000,0.0000,0.0000,0.0000,0,600.2785,46.0692,586.4422,-100.9199,2.8960,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.2624,1224.2624,1224.2624,1224.2624,1224.2624 +1214.5000,1.0000,16798.0864,0.0000,0.0000,0.0000,0.0000,0,601.2055,46.6482,585.5379,-100.8204,2.9369,36.8644,-6.3475,0.0239,0.0000,0.0000,0.0000,2.9129,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1230.8591,1230.8591,1230.8591,1230.8591,1230.8591 +1215.5000,1.0000,16797.8635,0.0000,0.0000,0.0000,0.0000,0,601.2820,45.4940,585.4635,-100.8122,2.8646,36.8644,-6.3478,-0.0211,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.4798,1219.4798,1219.4798,1219.4798,1219.4798 +1216.5000,1.0000,16797.6406,0.0000,0.0000,0.0000,0.0000,0,600.3665,45.1705,586.3562,-100.9104,2.8399,36.8644,-6.3443,-0.0127,0.0000,0.0000,0.0000,2.8525,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.4286,1215.4286,1215.4286,1215.4286,1215.4286 +1217.5000,1.0000,16797.4177,0.0000,0.0000,0.0000,0.0000,0,600.0115,45.3442,586.7031,-100.9485,2.8491,36.8644,-6.3429,-0.0004,0.0000,0.0000,0.0000,2.8495,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1216.8248,1216.8248,1216.8248,1216.8248,1216.8248 +1218.5000,1.0000,16797.1948,0.0000,0.0000,0.0000,0.0000,0,600.1640,45.2985,586.5541,-100.9321,2.8470,36.8644,-6.3435,0.0060,0.0000,0.0000,0.0000,2.8409,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1216.5121,1216.5121,1216.5121,1216.5121,1216.5121 +1219.5000,1.0000,16796.9719,0.0000,0.0000,0.0000,0.0000,0,600.4045,45.5681,586.3191,-100.9063,2.8651,36.8644,-6.3444,0.0028,0.0000,0.0000,0.0000,2.8622,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.4080,1219.4080,1219.4080,1219.4080,1219.4080 +1220.5000,1.0000,16796.7490,0.0000,0.0000,0.0000,0.0000,0,601.3580,46.2253,585.3895,-100.8041,2.9110,36.8644,-6.3480,0.0324,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.8042,1226.8042,1226.8042,1226.8042,1226.8042 +1221.5000,1.0000,16796.5261,0.0000,0.0000,0.0000,0.0000,0,602.1210,45.4322,584.6477,-100.7222,2.8647,36.8644,-6.3509,-0.0042,0.0000,0.0000,0.0000,2.8689,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.6387,1219.6387,1219.6387,1219.6387,1219.6387 +1222.5000,1.0000,16796.3032,0.0000,0.0000,0.0000,0.0000,0,601.9305,45.6248,584.8327,-100.7427,2.8759,36.8644,-6.3502,-0.0028,0.0000,0.0000,0.0000,2.8787,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.3745,1221.3745,1221.3745,1221.3745,1221.3745 +1223.5000,1.0000,16796.0803,0.0000,0.0000,0.0000,0.0000,0,602.0830,45.4157,584.6846,-100.7263,2.8635,36.8644,-6.3508,0.0085,0.0000,0.0000,0.0000,2.8550,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.4397,1219.4397,1219.4397,1219.4397,1219.4397 +1224.5000,1.0000,16795.8574,0.0000,0.0000,0.0000,0.0000,0,601.1560,44.3401,585.5862,-100.8257,2.7913,36.8644,-6.3473,-0.0427,0.0000,0.0000,0.0000,2.8340,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1207.9172,1207.9172,1207.9172,1207.9172,1207.9172 +1225.5000,1.0000,16795.6345,0.0000,0.0000,0.0000,0.0000,0,600.7360,45.6086,585.9956,-100.8708,2.8692,36.8644,-6.3457,0.0272,0.0000,0.0000,0.0000,2.8420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.1141,1220.1141,1220.1141,1220.1141,1220.1141 +1226.5000,1.0000,16795.4116,0.0000,0.0000,0.0000,0.0000,0,601.2815,45.4186,585.4639,-100.8123,2.8598,36.8644,-6.3478,-0.0070,0.0000,0.0000,0.0000,2.8669,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.7319,1218.7319,1218.7319,1218.7319,1218.7319 +1227.5000,1.0000,16795.1887,0.0000,0.0000,0.0000,0.0000,0,600.5455,45.4903,586.1815,-100.8912,2.8608,36.8644,-6.3449,-0.0201,0.0000,0.0000,0.0000,2.8810,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.7656,1218.7656,1218.7656,1218.7656,1218.7656 +1228.5000,1.0000,16794.9657,0.0000,0.0000,0.0000,0.0000,0,600.0875,45.4323,586.6288,-100.9403,2.8550,36.8644,-6.3432,0.0032,0.0000,0.0000,0.0000,2.8518,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.7691,1217.7691,1217.7691,1217.7691,1217.7691 +1229.5000,1.0000,16794.7428,0.0000,0.0000,0.0000,0.0000,0,601.0145,45.5099,585.7240,-100.8409,2.8643,36.8644,-6.3467,0.0310,0.0000,0.0000,0.0000,2.8333,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.3911,1219.3911,1219.3911,1219.3911,1219.3911 +1230.5000,1.0000,16794.5199,0.0000,0.0000,0.0000,0.0000,0,602.9985,46.3681,583.7969,-100.6281,2.9280,36.8644,-6.3542,0.0424,0.0000,0.0000,0.0000,2.8856,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.7297,1229.7297,1229.7297,1229.7297,1229.7297 +1231.5000,1.0000,16794.2970,0.0000,0.0000,0.0000,0.0000,0,604.0665,44.5065,582.7647,-100.5136,2.8154,36.8644,-6.3583,-0.0028,0.0000,0.0000,0.0000,2.8182,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1212.2459,1212.2459,1212.2459,1212.2459,1212.2459 +1232.5000,1.0000,16794.0741,0.0000,0.0000,0.0000,0.0000,0,602.5025,44.7038,584.2775,-100.6813,2.8205,36.8644,-6.3524,-0.0550,0.0000,0.0000,0.0000,2.8756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1212.7638,1212.7638,1212.7638,1212.7638,1212.7638 +1233.5000,1.0000,16793.8512,0.0000,0.0000,0.0000,0.0000,0,600.7095,45.3113,586.0214,-100.8736,2.8504,36.8644,-6.3456,-0.0113,0.0000,0.0000,0.0000,2.8616,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.1412,1217.1412,1217.1412,1217.1412,1217.1412 +1234.5000,1.0000,16793.6283,0.0000,0.0000,0.0000,0.0000,0,600.8620,45.8006,585.8727,-100.8573,2.8819,36.8644,-6.3462,0.0169,0.0000,0.0000,0.0000,2.8650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.1350,1222.1350,1222.1350,1222.1350,1222.1350 +1235.5000,1.0000,16793.4054,0.0000,0.0000,0.0000,0.0000,0,600.6600,44.6838,586.0697,-100.8789,2.8107,36.8644,-6.3454,-0.0243,0.0000,0.0000,0.0000,2.8350,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1210.8706,1210.8706,1210.8706,1210.8706,1210.8706 +1236.5000,1.0000,16793.1825,0.0000,0.0000,0.0000,0.0000,0,600.2785,45.1678,586.4422,-100.9199,2.8393,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,2.8290,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.3212,1215.3212,1215.3212,1215.3212,1215.3212 +1237.5000,1.0000,16792.9596,0.0000,0.0000,0.0000,0.0000,0,600.2785,45.1895,586.4422,-100.9199,2.8407,36.8644,-6.3439,-0.0103,0.0000,0.0000,0.0000,2.8509,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.5364,1215.5364,1215.5364,1215.5364,1215.5364 +1238.5000,1.0000,16792.7367,0.0000,0.0000,0.0000,0.0000,0,600.0000,46.2911,586.7144,-100.9497,2.9086,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9086,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.2078,1226.2078,1226.2078,1226.2078,1226.2078 +1239.5000,1.0000,16792.5138,0.0000,0.0000,0.0000,0.0000,0,600.0000,46.2663,586.7144,-100.9497,2.9070,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9070,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.9621,1225.9621,1225.9621,1225.9621,1225.9621 +1240.5000,1.0000,16792.2911,0.0000,0.0000,0.0005,0.0000,0,600.0000,45.6934,586.7144,-100.9497,2.8710,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.2784,1220.2784,1220.2784,1220.2784,1220.2784 +1241.5000,1.0000,16792.0687,0.0000,0.0040,0.0000,0.0000,0,601.3465,46.1659,585.4007,-100.8053,2.9072,36.8644,-6.3480,0.0497,0.0000,0.0000,0.0000,2.8575,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.2042,1226.2042,1226.2042,1226.2042,1226.2042 +1242.5000,1.0000,16791.8463,0.0000,0.0000,0.0000,0.0000,0,602.6170,45.5085,584.1665,-100.6690,2.8719,36.8644,-6.3528,-0.0028,0.0000,0.0000,0.0000,2.8747,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.8517,1220.8517,1220.8517,1220.8517,1220.8517 +1243.5000,1.0000,16791.6239,0.0000,0.0000,0.0000,0.0000,0,601.2705,45.2456,585.4746,-100.8135,2.8489,36.8644,-6.3477,-0.0469,0.0000,0.0000,0.0000,2.8958,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.0051,1217.0051,1217.0051,1217.0051,1217.0051 +1244.5000,1.0000,16791.4015,0.0000,0.0000,0.0000,0.0000,0,600.0000,46.0363,586.7144,-100.9497,2.8925,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.6805,1223.6805,1223.6805,1223.6805,1223.6805 +1245.5000,1.0000,16791.1791,0.0000,0.0000,0.0000,0.0000,0,600.0000,46.0735,586.7144,-100.9497,2.8949,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8949,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.0494,1224.0494,1224.0494,1224.0494,1224.0494 +1246.5000,1.0000,16790.9567,0.0000,0.0000,0.0000,0.0000,0,600.3550,45.7485,586.3675,-100.9116,2.8762,36.8644,-6.3442,0.0131,0.0000,0.0000,0.0000,2.8631,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.1515,1221.1515,1221.1515,1221.1515,1221.1515 +1247.5000,1.0000,16790.7343,0.0000,0.0000,0.0000,0.0000,0,601.8540,46.4040,584.9070,-100.7509,2.9247,36.8644,-6.3499,0.0423,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.0330,1229.0330,1229.0330,1229.0330,1229.0330 +1248.5000,1.0000,16790.5119,0.0000,0.0000,0.0000,0.0000,0,601.4990,44.7057,585.2522,-100.7889,2.8160,36.8644,-6.3486,-0.0554,0.0000,0.0000,0.0000,2.8713,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1211.8593,1211.8593,1211.8593,1211.8593,1211.8593 +1249.5000,1.0000,16790.2895,0.0000,0.0000,0.0000,0.0000,0,600.8125,46.0265,585.9210,-100.8626,2.8958,36.8644,-6.3460,0.0300,0.0000,0.0000,0.0000,2.8659,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.3299,1224.3299,1224.3299,1224.3299,1224.3299 +1250.5000,1.0000,16790.0671,0.0000,0.0000,0.0000,0.0000,0,600.8125,43.7182,585.9210,-100.8626,2.7506,36.8644,-6.3460,-0.0300,0.0000,0.0000,0.0000,2.7806,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1201.4323,1201.4323,1201.4323,1201.4323,1201.4323 +1251.5000,1.0000,16789.8447,0.0000,0.0000,0.0000,0.0000,0,600.1640,45.8760,586.5541,-100.9321,2.8833,36.8644,-6.3435,0.0060,0.0000,0.0000,0.0000,2.8772,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.2411,1222.2411,1222.2411,1222.2411,1222.2411 +1252.5000,1.0000,16789.6223,0.0000,0.0000,0.0000,0.0000,0,600.1640,46.3239,586.5541,-100.9321,2.9114,36.8644,-6.3435,-0.0060,0.0000,0.0000,0.0000,2.9175,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.6837,1226.6837,1226.6837,1226.6837,1226.6837 +1253.5000,1.0000,16789.3999,0.0000,0.0000,0.0000,0.0000,0,601.3465,46.9344,585.4007,-100.8053,2.9556,36.8644,-6.3480,0.0497,0.0000,0.0000,0.0000,2.9059,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.8284,1233.8284,1233.8284,1233.8284,1233.8284 +1254.5000,1.0000,16789.1775,0.0000,0.0000,0.0000,0.0000,0,602.1210,45.5410,584.6477,-100.7222,2.8715,36.8644,-6.3509,-0.0212,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.7185,1220.7185,1220.7185,1220.7185,1220.7185 +1255.5000,1.0000,16788.9552,0.0000,0.0000,0.0000,0.0000,0,601.0530,45.5871,585.6865,-100.8368,2.8693,36.8644,-6.3469,-0.0183,0.0000,0.0000,0.0000,2.8877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.1924,1220.1924,1220.1924,1220.1924,1220.1924 +1256.5000,1.0000,16788.7328,0.0000,0.0000,0.0000,0.0000,0,601.0530,46.0252,585.6865,-100.8368,2.8969,36.8644,-6.3469,0.0183,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.5385,1224.5385,1224.5385,1224.5385,1224.5385 +1257.5000,1.0000,16788.5104,0.0000,0.0000,0.0000,0.0000,0,600.7745,46.4900,585.9580,-100.8667,2.9248,36.8644,-6.3458,-0.0286,0.0000,0.0000,0.0000,2.9534,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.8936,1228.8936,1228.8936,1228.8936,1228.8936 +1258.5000,1.0000,16788.2880,0.0000,0.0000,0.0000,0.0000,0,600.0495,46.1350,586.6660,-100.9444,2.8990,36.8644,-6.3430,0.0018,0.0000,0.0000,0.0000,2.8972,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.7047,1224.7047,1224.7047,1224.7047,1224.7047 +1259.5000,1.0000,16788.0656,0.0000,0.0000,0.0000,0.0000,0,600.7475,46.8148,585.9844,-100.8695,2.9451,36.8644,-6.3457,0.0239,0.0000,0.0000,0.0000,2.9212,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.0901,1232.0901,1232.0901,1232.0901,1232.0901 +1260.5000,1.0000,16787.8432,0.0000,0.0000,0.0000,0.0000,0,600.6980,49.1255,586.0326,-100.8749,3.0902,36.8644,-6.3455,-0.0257,0.0000,0.0000,0.0000,3.1160,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.9674,1254.9674,1254.9674,1254.9674,1254.9674 +1261.5000,1.0000,16787.6208,0.0000,0.0000,0.0000,0.0000,0,602.3385,50.2704,584.4366,-100.6989,3.1709,36.8644,-6.3518,0.0865,0.0000,0.0000,0.0000,3.0844,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1267.8334,1267.8334,1267.8334,1267.8334,1267.8334 +1262.5000,1.0000,16787.3988,0.0000,0.0000,0.0008,0.0000,0,602.3385,46.7759,584.4366,-100.6989,2.9505,36.8644,-6.3518,-0.0865,0.0000,0.0000,0.0000,3.0370,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.1681,1233.1681,1233.1681,1233.1681,1233.1681 +1263.5000,1.0000,16787.1774,0.0000,0.0060,0.0006,0.0000,0,601.5375,49.2007,585.2148,-100.7848,3.0993,36.8644,-6.3487,0.0568,0.0000,0.0000,0.0000,3.0425,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.4859,1256.4859,1256.4859,1256.4859,1256.4859 +1264.5000,1.0000,16786.9563,0.0000,0.0020,0.0000,0.0000,0,601.5375,47.8924,585.2148,-100.7848,3.0169,36.8644,-6.3487,-0.0568,0.0000,0.0000,0.0000,3.0737,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1243.5067,1243.5067,1243.5067,1243.5067,1243.5067 +1265.5000,1.0000,16786.7352,0.0000,0.0000,0.0000,0.0000,0,601.2705,49.9490,585.4746,-100.8135,3.1450,36.8644,-6.3477,0.0469,0.0000,0.0000,0.0000,3.0981,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.6626,1263.6626,1263.6626,1263.6626,1263.6626 +1266.5000,1.0000,16786.5142,0.0000,0.0000,0.0000,0.0000,0,601.2705,48.5369,585.4746,-100.8135,3.0561,36.8644,-6.3477,-0.0469,0.0000,0.0000,0.0000,3.1030,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.6552,1249.6552,1249.6552,1249.6552,1249.6552 +1267.5000,1.0000,16786.2931,0.0000,0.0000,0.0000,0.0000,0,600.2785,49.3099,586.4422,-100.9199,3.0997,36.8644,-6.3439,0.0103,0.0000,0.0000,0.0000,3.0894,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.4104,1256.4104,1256.4104,1256.4104,1256.4104 +1268.5000,1.0000,16786.0723,0.0000,0.0000,0.0006,0.0000,0,600.2785,48.5095,586.4422,-100.9199,3.0494,36.8644,-6.3439,-0.0103,0.0000,0.0000,0.0000,3.0596,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1248.4710,1248.4710,1248.4710,1248.4710,1248.4710 +1269.5000,1.0000,16785.8518,0.0000,0.0020,0.0000,0.0000,0,600.7745,48.5962,585.9580,-100.8667,3.0573,36.8644,-6.3458,0.0286,0.0000,0.0000,0.0000,3.0288,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.7867,1249.7867,1249.7867,1249.7867,1249.7867 +1270.5000,1.0000,16785.6312,0.0000,0.0000,0.0000,0.0000,0,600.7745,48.5391,585.9580,-100.8667,3.0537,36.8644,-6.3458,-0.0286,0.0000,0.0000,0.0000,3.0823,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.2208,1249.2208,1249.2208,1249.2208,1249.2208 +1271.5000,1.0000,16785.4110,0.0000,0.0000,0.0006,0.0000,0,600.3550,49.7306,586.3675,-100.9116,3.1265,36.8644,-6.3442,0.0131,0.0000,0.0000,0.0000,3.1134,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1260.6544,1260.6544,1260.6544,1260.6544,1260.6544 +1272.5000,1.0000,16785.1910,0.0000,0.0020,0.0000,0.0000,0,600.9385,48.6817,585.7981,-100.8491,3.0635,36.8644,-6.3464,0.0084,0.0000,0.0000,0.0000,3.0551,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1250.7864,1250.7864,1250.7864,1250.7864,1250.7864 +1273.5000,1.0000,16784.9711,0.0000,0.0000,0.0000,0.0000,0,603.0365,48.6737,583.7601,-100.6240,3.0737,36.8644,-6.3544,0.0692,0.0000,0.0000,0.0000,3.0045,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1252.6364,1252.6364,1252.6364,1252.6364,1252.6364 +1274.5000,1.0000,16784.7511,0.0000,0.0000,0.0000,0.0000,0,602.4530,48.3958,584.3255,-100.6866,3.0532,36.8644,-6.3522,-0.0908,0.0000,0.0000,0.0000,3.1440,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.3433,1249.3433,1249.3433,1249.3433,1249.3433 +1275.5000,1.0000,16784.5311,0.0000,0.0000,0.0000,0.0000,0,601.4990,50.3351,585.2522,-100.7889,3.1706,36.8644,-6.3486,0.0554,0.0000,0.0000,0.0000,3.1152,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1267.7037,1267.7037,1267.7037,1267.7037,1267.7037 +1276.5000,1.0000,16784.3112,0.0000,0.0000,0.0000,0.0000,0,601.4990,47.3508,585.2522,-100.7889,2.9826,36.8644,-6.3486,-0.0554,0.0000,0.0000,0.0000,3.0379,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1238.0992,1238.0992,1238.0992,1238.0992,1238.0992 +1277.5000,1.0000,16784.0912,0.0000,0.0000,0.0000,0.0000,0,601.4610,49.3597,585.2892,-100.7930,3.1089,36.8644,-6.3484,0.0540,0.0000,0.0000,0.0000,3.0549,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1257.9922,1257.9922,1257.9922,1257.9922,1257.9922 +1278.5000,1.0000,16783.8712,0.0000,0.0000,0.0000,0.0000,0,601.4610,47.5124,585.2892,-100.7930,2.9926,36.8644,-6.3484,-0.0540,0.0000,0.0000,0.0000,3.0465,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1239.6676,1239.6676,1239.6676,1239.6676,1239.6676 +1279.5000,1.0000,16783.6513,0.0000,0.0000,0.0000,0.0000,0,600.0000,49.2457,586.7144,-100.9497,3.0942,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0942,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1255.5171,1255.5171,1255.5171,1255.5171,1255.5171 +1280.5000,1.0000,16783.4313,0.0000,0.0000,0.0000,0.0000,0,600.5835,49.6936,586.1444,-100.8871,3.1254,36.8644,-6.3451,0.0215,0.0000,0.0000,0.0000,3.1039,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1260.4976,1260.4976,1260.4976,1260.4976,1260.4976 +1281.5000,1.0000,16783.2113,0.0000,0.0000,0.0000,0.0000,0,602.8455,50.7149,583.9450,-100.6445,3.2016,36.8644,-6.3537,0.0621,0.0000,0.0000,0.0000,3.1395,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1272.7096,1272.7096,1272.7096,1272.7096,1272.7096 +1282.5000,1.0000,16782.9914,0.0000,0.0000,0.0000,0.0000,0,602.2620,46.9537,584.5108,-100.7071,2.9613,36.8644,-6.3515,-0.0837,0.0000,0.0000,0.0000,3.0450,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1234.8620,1234.8620,1234.8620,1234.8620,1234.8620 +1283.5000,1.0000,16782.7714,0.0000,0.0000,0.0000,0.0000,0,600.0000,48.9716,586.7144,-100.9497,3.0770,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0770,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1252.7986,1252.7986,1252.7986,1252.7986,1252.7986 +1284.5000,1.0000,16782.5514,0.0000,0.0000,0.0000,0.0000,0,600.4690,49.6140,586.2561,-100.8994,3.1198,36.8644,-6.3447,0.0173,0.0000,0.0000,0.0000,3.1025,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1259.6026,1259.6026,1259.6026,1259.6026,1259.6026 +1285.5000,1.0000,16782.3315,0.0000,0.0000,0.0000,0.0000,0,600.4690,48.8482,586.2561,-100.8994,3.0716,36.8644,-6.3447,-0.0173,0.0000,0.0000,0.0000,3.0889,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1252.0061,1252.0061,1252.0061,1252.0061,1252.0061 +1286.5000,1.0000,16782.1115,0.0000,0.0000,0.0000,0.0000,0,601.3085,48.8904,585.4376,-100.8094,3.0786,36.8644,-6.3479,0.0483,0.0000,0.0000,0.0000,3.0303,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1253.1964,1253.1964,1253.1964,1253.1964,1253.1964 +1287.5000,1.0000,16781.8916,0.0000,0.0000,0.0000,0.0000,0,601.3085,47.4816,585.4376,-100.8094,2.9899,36.8644,-6.3479,-0.0483,0.0000,0.0000,0.0000,3.0382,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1239.2212,1239.2212,1239.2212,1239.2212,1239.2212 +1288.5000,1.0000,16781.6716,0.0000,0.0000,0.0000,0.0000,0,600.9650,67.9734,585.7723,-100.8462,4.2778,36.8644,-6.3465,0.0356,0.0000,0.0000,0.0000,4.2421,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1442.1838,1442.1838,1442.1838,1442.1838,1442.1838 +1289.5000,1.0000,16781.4516,0.0000,0.0000,0.0000,0.0000,0,601.6630,66.0428,585.0927,-100.7714,4.1611,36.8644,-6.3492,-0.0099,0.0000,0.0000,0.0000,4.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1423.6748,1423.6748,1423.6748,1423.6748,1423.6748 +1290.5000,1.0000,16781.2317,0.0000,0.0000,0.0000,0.0000,0,600.6980,66.9133,586.0326,-100.8749,4.2092,36.8644,-6.3455,-0.0257,0.0000,0.0000,0.0000,4.2349,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1431.4219,1431.4219,1431.4219,1431.4219,1431.4219 +1291.5000,1.0000,16781.0117,0.0000,0.0000,0.0000,0.0000,0,601.2320,66.9261,585.5121,-100.8176,4.2137,36.8644,-6.3476,0.0455,0.0000,0.0000,0.0000,4.1682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1432.0403,1432.0403,1432.0403,1432.0403,1432.0403 +1292.5000,1.0000,16780.7917,0.0000,0.0000,0.0000,0.0000,0,601.5870,64.8289,585.1666,-100.7795,4.0841,36.8644,-6.3489,-0.0324,0.0000,0.0000,0.0000,4.1165,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1411.5622,1411.5622,1411.5622,1411.5622,1411.5622 +1293.5000,1.0000,16780.5718,0.0000,0.0000,0.0000,0.0000,0,600.3550,65.9026,586.3675,-100.9116,4.1432,36.8644,-6.3442,-0.0131,0.0000,0.0000,0.0000,4.1563,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1421.0808,1421.0808,1421.0808,1421.0808,1421.0808 +1294.5000,1.0000,16780.3518,0.0000,0.0000,0.0000,0.0000,0,600.5835,66.7704,586.1444,-100.8871,4.1994,36.8644,-6.3451,0.0215,0.0000,0.0000,0.0000,4.1779,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1429.8996,1429.8996,1429.8996,1429.8996,1429.8996 +1295.5000,1.0000,16780.1318,0.0000,0.0000,0.0000,0.0000,0,600.8240,66.2901,585.9097,-100.8613,4.1708,36.8644,-6.3460,-0.0127,0.0000,0.0000,0.0000,4.1835,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1425.3555,1425.3555,1425.3555,1425.3555,1425.3555 +1296.5000,1.0000,16779.9119,0.0000,0.0000,0.0000,0.0000,0,601.7015,67.2518,585.0553,-100.7672,4.2375,36.8644,-6.3493,0.0451,0.0000,0.0000,0.0000,4.1924,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1435.7030,1435.7030,1435.7030,1435.7030,1435.7030 +1297.5000,1.0000,16779.6919,0.0000,0.0000,0.0000,0.0000,0,601.9685,66.3243,584.7958,-100.7386,4.1810,36.8644,-6.3504,-0.0352,0.0000,0.0000,0.0000,4.2162,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1426.7482,1426.7482,1426.7482,1426.7482,1426.7482 +1298.5000,1.0000,16779.4719,0.0000,0.0000,0.0000,0.0000,0,601.0530,66.1919,585.6865,-100.8368,4.1663,36.8644,-6.3469,0.0014,0.0000,0.0000,0.0000,4.1649,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1424.5926,1424.5926,1424.5926,1424.5926,1424.5926 +1299.5000,1.0000,16779.2520,0.0000,0.0000,0.0000,0.0000,0,601.1290,66.7724,585.6125,-100.8286,4.2033,36.8644,-6.3472,0.0014,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1430.4208,1430.4208,1430.4208,1430.4208,1430.4208 diff --git a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVair.vsum b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVair.vsum index 1b58cf8c4b96261d1217713a8c1b38fcb81239d6..52dc2878222bc866fba0dcd58bea0b5e13980191 100644 --- a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVair.vsum +++ b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVair.vsum @@ -1,2 +1,2 @@ Job [-],Input File [-],Cycle [-],Status,Mass [kg],Loading [kg],time [s],distance [km],speed [km/h],altitudeDelta [m],FC-Map [g/h],FC-Map [g/km],FC-AUXc [g/h],FC-AUXc [g/km],FC-WHTCc [g/h],FC-WHTCc [g/km],FC-AAUX [g/h],FC-AAUX [g/km],FC-Final [g/h],FC-Final [g/km],FC-Final [l/100km],FC-Final [l/100tkm],CO2 [g/km],CO2 [g/tkm],P_wheel_in_pos [kW],P_brake_loss [kW],P_eng_out_pos [kW],P_eng_out_neg [kW],E_aux_sum [kWh],E_air [kWh],E_roll [kWh],E_grad [kWh],E_inertia [kWh],E_brake [kWh],E_gbx_axl_loss [kWh],E_ret_loss [kWh],E_tc_loss [kWh],E_eng_out_pos [kWh],E_eng_out_neg [kWh],a [m/s^2],a_pos [m/s^2],a_neg [m/s^2],AccelerationTimeShare [%],DecelerationTimeShare [%],CruiseTimeShare [%],StopTimeShare [%] -22-0,MeasuredSpeedVair,MeasuredSpeedVair.vdri,Success,8862.0000,0.0000,1298.0000,16.8514,46.7374,,6300.2654,134.8014,6300.2654,134.8014,6300.2654,134.8014,6300.2654,134.8014,6300.2654,134.8014,16.2021,,425.9725,,20.1375,1.8191,36.0191,-8.8062,1.9832,2.2237,3.1116,0.3596,-0.0002,0.6559,2.1232,0.0000,0.0000,8.9748,-0.4721,0.0000,0.2920,-0.3219,23.5929,22.2051,0.0000,14.4838 +8-0,MeasuredSpeedVair,MeasuredSpeedVair.vdri,Success,8862.0000,0.0000,1298.0000,16.8538,46.7439,15.8669,6461.0083,138.2215,6461.0083,138.2215,6461.0083,138.2215,6461.0083,138.2215,6461.0083,138.2215,16.6132,,436.7799,,20.1558,2.7219,32.4860,-5.8559,1.9832,2.2247,3.1120,0.3596,0.0002,0.9814,2.1242,0.0000,0.0000,9.0149,-0.1659,0.0000,0.2945,-0.3220,23.2845,22.2051,0.0000,14.4838 diff --git a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairAux.vsum b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairAux.vsum index d38da713f7df8403696585f7dfe150901f44861d..eab283971d5329b89bba6ed3057f3fe1e3493f40 100644 --- a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairAux.vsum +++ b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairAux.vsum @@ -1,2 +1,2 @@ Job [-],Input File [-],Cycle [-],Status,Mass [kg],Loading [kg],time [s],distance [km],speed [km/h],altitudeDelta [m],FC-Map [g/h],FC-Map [g/km],FC-AUXc [g/h],FC-AUXc [g/km],FC-WHTCc [g/h],FC-WHTCc [g/km],FC-AAUX [g/h],FC-AAUX [g/km],FC-Final [g/h],FC-Final [g/km],FC-Final [l/100km],FC-Final [l/100tkm],CO2 [g/km],CO2 [g/tkm],P_wheel_in_pos [kW],P_brake_loss [kW],P_eng_out_pos [kW],P_eng_out_neg [kW],E_aux_ALT [kWh],E_aux_sum [kWh],E_air [kWh],E_roll [kWh],E_grad [kWh],E_inertia [kWh],E_brake [kWh],E_gbx_axl_loss [kWh],E_ret_loss [kWh],E_tc_loss [kWh],E_eng_out_pos [kWh],E_eng_out_neg [kWh],a [m/s^2],a_pos [m/s^2],a_neg [m/s^2],AccelerationTimeShare [%],DecelerationTimeShare [%],CruiseTimeShare [%],StopTimeShare [%] -0-0,MeasuredSpeedVairAux,MeasuredSpeedVairAux.vdri,Success,8862.0000,0.0000,1298.0000,16.8509,46.7360,,6468.1691,138.3981,6468.1691,138.3981,6468.1691,138.3981,6468.1691,138.3981,6468.1691,138.3981,16.6344,,437.3380,,20.1371,1.7457,36.0530,-9.2445,0.3794,2.3626,2.2237,3.1115,0.3596,-0.0002,0.6294,2.1232,0.0000,0.0000,8.9732,-0.4982,0.0000,0.2920,-0.3219,23.5929,22.2051,0.0000,14.4838 +5-0,MeasuredSpeedVairAux,MeasuredSpeedVairAux.vdri,Success,8862.0000,0.0000,1298.0000,16.8531,46.7422,15.8669,6636.1892,141.9744,6636.1892,141.9744,6636.1892,141.9744,6636.1892,141.9744,6636.1892,141.9744,17.0642,,448.6391,,20.1555,2.6978,32.5433,-6.0322,0.3809,2.3641,2.2247,3.1119,0.3596,0.0002,0.9727,2.1242,0.0000,0.0000,9.0127,-0.1743,0.0000,0.2946,-0.3220,23.2845,22.2051,0.0000,14.4838 diff --git a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairAux_MeasuredSpeedVairAux.vmod b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairAux_MeasuredSpeedVairAux.vmod index 0a5f00bb23a57ad4f3bf4d1bad508a522b6754b7..d4388d8e3aed708894e88bbcf0d76aff8139e0ce 100644 --- a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairAux_MeasuredSpeedVairAux.vmod +++ b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairAux_MeasuredSpeedVairAux.vmod @@ -1,1300 +1,1300 @@ -time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],P_aux_ALT,FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h] -1.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,622.2222,61.3666,565.7603,-98.5662,3.9986,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,4.8477,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0456,1396.2007,1396.2007,1396.2007 -2.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,78.5194,586.7144,-100.9497,4.9335,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9335,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1545.9126,1545.9126,1545.9126 -3.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,78.4776,586.7144,-100.9497,4.9309,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9309,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0765,1545.4974,1545.4974,1545.4974 -4.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,78.5386,586.7144,-100.9497,4.9347,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9347,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0873,1546.1031,1546.1031,1546.1031 -5.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,78.9424,586.7144,-100.9497,4.9601,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9601,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0765,1550.1085,1550.1085,1550.1085 -6.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,78.0033,586.7144,-100.9497,4.9011,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9011,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1540.7926,1540.7926,1540.7926 -7.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,78.9231,586.7144,-100.9497,4.9589,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9589,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1549.9172,1549.9172,1549.9172 -8.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,77.8058,586.7144,-100.9497,4.8887,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8887,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1538.8340,1538.8340,1538.8340 -9.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,76.6553,586.7144,-100.9497,4.8164,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8164,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1527.4203,1527.4203,1527.4203 -10.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,77.8312,586.7144,-100.9497,4.8903,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8903,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0335,1539.0850,1539.0850,1539.0850 -11.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,76.2098,586.7144,-100.9497,4.7884,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.7884,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1523.0015,1523.0015,1523.0015 -12.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,78.6943,586.7144,-100.9497,4.9445,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9445,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0765,1547.6475,1547.6475,1547.6475 -13.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,76.6885,586.7144,-100.9497,4.8185,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8185,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1527.7497,1527.7497,1527.7497 -14.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,78.9231,586.7144,-100.9497,4.9589,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9589,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.1087,1549.9171,1549.9171,1549.9171 -15.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,77.2026,586.7144,-100.9497,4.8508,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8508,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0107,1532.8493,1532.8493,1532.8493 -16.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,76.0610,586.7144,-100.9497,4.7791,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.7791,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1521.5253,1521.5253,1521.5253 -17.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,77.7215,586.7144,-100.9497,4.8834,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8834,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1537.9975,1537.9975,1537.9975 -18.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,77.8550,586.7144,-100.9497,4.8918,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8918,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1539.3220,1539.3220,1539.3220 -19.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,77.0680,586.7144,-100.9497,4.8423,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8423,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1531.5143,1531.5143,1531.5143 -20.5000,1.0000,0.0458,0.1650,0.3300,0.0917,0.0000,1,600.0000,75.7465,586.7144,-100.9497,4.7593,36.8644,-6.3429,0.0000,0.0000,-0.1144,0.1144,4.7593,0.1144,0.0078,0.0000,0.1065,0.0000,0.1065,0.0180,0.0885,0.0000,0.0885,0.0004,0.0882,0.0000,0.0205,0.0305,0.0372,0.9325,1518.4057,1518.4057,1518.4057 -21.5000,1.0000,0.4165,1.3345,2.3390,0.5581,0.0000,1,622.2222,165.8547,565.7603,-98.5662,10.8069,36.8644,-6.4225,0.8491,4.2270,1.7292,2.4978,5.7308,2.4978,0.0986,0.0000,2.3992,0.0000,2.3992,0.1586,2.2406,0.0000,2.2406,0.0184,2.2223,0.0000,0.1426,0.2464,1.8333,0.9211,2569.0389,2569.0389,2569.0389 -22.5000,1.0000,1.0732,2.3640,2.3890,0.0139,0.0000,1,644.4444,108.5994,546.2513,-96.1827,7.3289,36.8644,-6.4910,0.0000,1.4747,0.0154,1.4593,5.8542,1.4593,0.1369,0.0000,1.3224,0.0000,1.3224,0.2579,1.0644,0.0000,1.0644,0.0008,1.0636,0.0000,0.5462,0.4366,0.0808,0.9673,1986.7037,1986.7037,1986.7037 -23.5000,1.0000,1.9456,3.1405,3.8920,0.4175,0.0000,1,644.4444,178.5549,546.2513,-96.1827,12.0500,36.8644,-6.4910,0.0000,6.3941,1.2346,5.1595,5.6559,5.1595,0.2429,0.0000,4.9165,0.0000,4.9165,0.3623,4.5542,0.0000,4.5542,0.0323,4.5219,0.0000,0.7143,0.5800,3.2276,0.9208,2779.2684,2779.2684,2779.2684 -24.5000,1.0000,3.2883,4.8340,5.7760,0.5233,0.0000,1,746.3987,253.7221,498.0458,-85.2471,19.8316,38.9286,-6.6631,4.6733,9.3756,0.4573,8.9183,5.7828,8.9183,0.4301,0.0000,8.4882,0.0000,8.4882,0.5715,7.9167,0.0000,7.9167,0.0624,7.8544,0.0000,0.7341,0.8927,6.2275,0.8558,4246.5139,4246.5139,4246.5139 -25.5000,1.0000,4.8979,5.7945,5.8130,0.0103,0.0000,1,851.0702,104.3284,488.6855,-75.8461,9.2981,43.5535,-6.7597,0.1420,3.1395,0.0000,3.1395,6.0166,3.1395,0.4289,0.0000,2.7106,0.0000,2.7106,0.6322,2.0784,0.0000,2.0784,0.0015,2.0769,0.0000,0.8602,1.0701,0.1466,0.9275,2552.2075,2552.2075,2552.2075 -26.5000,1.0000,6.4654,5.6430,5.4730,-0.0944,0.0000,1,828.8186,74.2890,424.7354,-77.4372,6.4478,36.8644,-6.7211,-1.2709,1.6430,0.0000,1.6430,6.0757,1.6430,0.4280,0.0000,1.2150,0.0000,1.2150,0.6157,0.5993,0.0000,0.5993,-0.0131,0.6124,0.0000,0.8822,1.0421,-1.3119,0.9598,1995.2573,1995.2573,1995.2573 -27.5000,1.0000,7.9300,5.2725,5.0720,-0.1114,0.0000,1,774.4012,70.7374,454.5817,-82.2436,5.7365,36.8644,-6.6696,-1.4005,1.1762,0.0000,1.1762,5.9608,1.1762,0.3948,0.0000,0.7814,0.0000,0.7814,0.5753,0.2061,0.0000,0.2061,-0.0145,0.2206,0.0000,0.6926,0.9737,-1.4457,0.9542,1862.6543,1862.6543,1862.6543 -28.5000,1.0000,9.2769,4.8490,4.6260,-0.1239,0.0000,1,712.1994,71.5528,494.2838,-88.9153,5.3365,36.8644,-6.6314,-1.4325,0.9212,0.0000,0.9212,5.8479,0.9212,0.3555,0.0000,0.5657,0.0000,0.5657,0.5291,0.0366,0.0000,0.0366,-0.0148,0.0514,0.0000,0.6347,0.8955,-1.4788,0.9261,1691.4670,1691.4670,1691.4670 -29.5000,1.0000,10.5646,4.6355,4.6450,0.0053,0.0000,1,680.8415,121.6991,517.0493,-92.2787,8.6769,36.8644,-6.5792,0.0583,2.7342,0.0000,2.7342,5.8843,2.7342,0.3169,0.0000,2.4173,0.0000,2.4173,0.5058,1.9116,0.0000,1.9116,0.0006,1.9110,0.0000,0.9947,0.8561,0.0602,0.9111,2241.6871,2241.6871,2241.6871 -30.5000,1.0000,11.8244,4.5355,4.4260,-0.0608,0.0000,1,666.1540,100.5499,528.4494,-93.8541,7.0143,36.8644,-6.5472,-0.6579,1.8060,0.0000,1.8060,5.8662,1.8060,0.3167,0.0000,1.4893,0.0000,1.4893,0.4949,0.9944,0.0000,0.9944,-0.0068,1.0012,0.0000,0.8428,0.8376,-0.6792,0.9217,1959.3807,1959.3807,1959.3807 -31.5000,1.0000,13.1656,4.8280,5.2300,0.2233,0.0000,1,709.1150,182.8397,496.4337,-89.2461,13.5774,36.8644,-6.6273,2.5712,5.1655,0.0000,5.1655,5.8406,5.1655,0.3546,0.0000,4.8109,0.0000,4.8109,0.5268,4.2842,0.0000,4.2842,0.0266,4.2576,0.0000,0.7117,0.8916,2.6543,0.9615,3081.9884,3081.9884,3081.9884 -32.5000,1.0000,14.7229,5.6065,5.9830,0.2092,0.0000,1,823.4576,165.2812,490.1357,-77.8205,14.2526,42.2655,-6.7106,2.7964,5.6332,0.0000,5.6332,5.8230,5.6332,0.4240,0.0000,5.2092,0.0000,5.2092,0.6117,4.5975,0.0000,4.5975,0.0289,4.5686,0.0000,0.6464,1.0354,2.8868,0.9592,3267.9556,3267.9556,3267.9556 -33.5000,1.0000,16.3857,5.9860,5.9890,0.0017,0.0000,1,879.1969,98.3704,463.7782,-73.8349,9.0569,42.6997,-6.7979,0.0238,3.0498,0.0000,3.0498,5.9833,3.0498,0.4502,0.0000,2.5996,0.0000,2.5996,0.6531,1.9465,0.0000,1.9465,0.0002,1.9463,0.0000,0.8162,1.1055,0.0246,0.9537,2546.6610,2546.6610,2546.6610 -34.5000,1.0000,18.0233,5.8955,5.8020,-0.0519,0.0000,1,865.9047,81.2242,414.9650,-74.7853,7.3652,37.6279,-6.7813,-0.7303,2.1297,0.0000,2.1297,5.9657,2.1297,0.4497,0.0000,1.6800,0.0000,1.6800,0.6432,1.0368,0.0000,1.0368,-0.0076,1.0443,0.0000,0.7094,1.0888,-0.7539,0.9638,2177.4791,2177.4791,2177.4791 -35.5000,1.0000,19.6322,5.7920,5.7820,-0.0056,0.0000,1,850.7031,95.5452,413.8091,-75.8723,8.5117,36.8644,-6.7591,-0.0767,2.7140,0.0000,2.7140,5.8744,2.7140,0.4329,0.0000,2.2810,0.0000,2.2810,0.6320,1.6491,0.0000,1.6491,-0.0008,1.6499,0.0000,0.6594,1.0696,-0.0792,0.9507,2408.7607,2408.7607,2408.7607 -36.5000,1.0000,21.2472,5.8140,5.8460,0.0178,0.0000,1,853.9343,101.9888,423.4681,-75.6413,9.1202,37.8681,-6.7641,0.2465,3.0174,0.0000,3.0174,5.8563,3.0174,0.4322,0.0000,2.5852,0.0000,2.5852,0.6344,1.9508,0.0000,1.9508,0.0025,1.9483,0.0000,0.6202,1.0737,0.2544,0.9395,2530.0218,2530.0218,2530.0218 -37.5000,1.0000,22.9228,6.0320,6.2180,0.1033,0.0000,1,885.9532,127.4176,461.6244,-73.3517,11.8214,42.8280,-6.8053,1.4863,4.4626,0.0000,4.4626,5.8725,4.4626,0.4410,0.0000,4.0216,0.0000,4.0216,0.6581,3.3635,0.0000,3.3635,0.0154,3.3481,0.0000,0.6998,1.1140,1.5344,0.9660,2956.1903,2956.1903,2956.1903 -38.5000,1.0000,24.7068,6.4225,6.6270,0.1136,0.0000,1,943.3081,130.7655,499.7806,-69.8699,12.9174,49.3698,-6.9020,1.7400,5.1060,0.0000,5.1060,6.0715,5.1060,0.4822,0.0000,4.6238,0.0000,4.6238,0.7007,3.9230,0.0000,3.9230,0.0180,3.9050,0.0000,0.9227,1.1861,1.7962,0.9745,3174.3847,3174.3847,3174.3847 -39.5000,1.0000,26.5778,6.7355,6.8440,0.0603,0.0000,1,989.2801,112.4225,508.9135,-67.2400,11.6467,52.7220,-6.9659,0.9682,4.4285,0.0000,4.4285,6.2500,4.4285,0.5192,0.0000,3.9094,0.0000,3.9094,0.7349,3.1745,0.0000,3.1745,0.0100,3.1645,0.0000,0.9211,1.2439,0.9994,0.9739,3081.5975,3081.5975,3081.5975 -40.5000,1.0000,28.5218,6.9985,7.1530,0.0858,0.0000,1,1027.9084,120.4649,514.3755,-68.6246,12.9671,55.3686,-7.3869,1.4324,5.0779,0.0000,5.0779,6.4568,5.0779,0.5429,0.0000,4.5350,0.0000,4.5350,0.7636,3.7714,0.0000,3.7714,0.0148,3.7566,0.0000,0.9854,1.2924,1.4787,1.0062,3271.7842,3271.7842,3271.7842 -41.5000,1.0000,30.5406,7.2675,7.3820,0.0636,0.0000,1,1067.4179,100.2144,523.8141,-71.4528,11.2019,58.5518,-7.9870,1.1024,4.7995,0.0000,4.7995,5.3001,4.7995,0.5772,0.0000,4.2222,0.0000,4.2222,0.7929,3.4293,0.0000,3.4293,0.0114,3.4179,0.0000,0.9377,1.3421,1.1380,0.9925,2979.5277,2979.5277,2979.5277 -42.5000,1.0000,32.6031,7.4250,7.4680,0.0239,0.0000,1,1090.5508,85.0841,513.8262,-73.1087,9.7168,58.6801,-8.3492,0.4230,3.8908,0.0000,3.8908,5.4030,3.8908,0.6051,0.0000,3.2857,0.0000,3.2857,0.8101,2.4756,0.0000,2.4756,0.0044,2.4712,0.0000,0.6633,1.3712,0.4366,1.0095,2753.2529,2753.2529,2753.2529 -43.5000,1.0000,34.6757,7.4615,7.4550,-0.0036,0.0000,1,1095.9117,79.2542,503.7884,-73.4924,9.0955,57.8166,-8.4343,-0.0643,3.7654,0.0000,3.7654,5.3944,3.7654,0.6107,0.0000,3.1546,0.0000,3.1546,0.8141,2.3405,0.0000,2.3405,-0.0007,2.3412,0.0000,1.0295,1.3780,-0.0663,0.9877,2663.7186,2663.7186,2663.7186 -44.5000,1.0000,36.7428,7.4415,7.4280,-0.0075,0.0000,1,1092.9742,75.7751,499.8118,-73.2821,8.6729,57.2065,-8.3876,-0.1331,3.4156,0.0000,3.4156,5.3904,3.4156,0.6118,0.0000,2.8038,0.0000,2.8038,0.8119,1.9919,0.0000,1.9919,-0.0014,1.9932,0.0000,0.7564,1.3743,-0.1374,0.9985,2606.2686,2606.2686,2606.2686 -45.5000,1.0000,38.8010,7.4095,7.3910,-0.0103,0.0000,1,1088.2742,75.4206,496.4540,-72.9457,8.5952,56.5778,-8.3132,-0.1816,3.3628,0.0000,3.3628,5.4140,3.3628,0.6085,0.0000,2.7543,0.0000,2.7543,0.8084,1.9459,0.0000,1.9459,-0.0019,1.9477,0.0000,0.7668,1.3684,-0.1875,1.0205,2597.5323,2597.5323,2597.5323 -46.5000,1.0000,40.8528,7.3865,7.3820,-0.0025,0.0000,1,1084.8961,81.3109,496.7625,-72.7039,9.2377,56.4372,-8.2599,-0.0440,3.8731,0.0000,3.8731,5.4087,3.8731,0.6007,0.0000,3.2724,0.0000,3.2724,0.8059,2.4665,0.0000,2.4665,-0.0005,2.4670,0.0000,1.1483,1.3641,-0.0455,1.0082,2689.3284,2689.3284,2689.3284 -47.5000,1.0000,42.9071,7.3955,7.4090,0.0075,0.0000,1,1086.2180,83.2466,501.6053,-72.7985,9.4692,57.0568,-8.2807,0.1323,3.9569,0.0000,3.9569,5.3801,3.9569,0.6009,0.0000,3.3559,0.0000,3.3559,0.8069,2.5490,0.0000,2.5490,0.0014,2.5477,0.0000,1.0454,1.3658,0.1365,1.0316,2721.0890,2721.0890,2721.0890 -48.5000,1.0000,44.9547,7.3715,7.3340,-0.0208,0.0000,1,1082.6929,75.9529,496.6924,-72.5462,8.6115,56.3147,-8.2252,-0.3662,3.5841,0.0000,3.5841,5.3936,3.5841,0.6018,0.0000,2.9823,0.0000,2.9823,0.8043,2.1780,0.0000,2.1780,-0.0038,2.1818,0.0000,1.1985,1.3613,-0.3780,1.0192,2602.3725,2602.3725,2602.3725 -49.5000,1.0000,46.9894,7.3250,7.3160,-0.0050,0.0000,1,1075.8632,82.0147,494.3391,-72.0573,9.2401,55.6943,-8.1183,-0.0873,3.9618,0.0000,3.9618,5.3656,3.9618,0.5925,0.0000,3.3694,0.0000,3.3694,0.7992,2.5701,0.0000,2.5701,-0.0009,2.5711,0.0000,1.3085,1.3527,-0.0902,1.0060,2694.6448,2694.6448,2694.6448 -50.5000,1.0000,49.0206,7.3120,7.3080,-0.0022,0.0000,1,1073.9539,81.6577,497.1329,-71.9206,9.1836,55.9096,-8.0885,-0.0387,3.8878,0.0000,3.8878,5.3346,3.8878,0.5916,0.0000,3.2961,0.0000,3.2961,0.7978,2.4983,0.0000,2.4983,-0.0004,2.4987,0.0000,1.1884,1.3503,-0.0400,1.0171,2687.6967,2687.6967,2687.6967 -51.5000,1.0000,51.0408,7.2730,7.2380,-0.0194,0.0000,1,1068.2257,75.3754,492.5358,-71.5106,8.4318,55.0972,-7.9995,-0.3372,3.4411,0.0000,3.4411,5.3279,3.4411,0.5915,0.0000,2.8496,0.0000,2.8496,0.7935,2.0561,0.0000,2.0561,-0.0035,2.0596,0.0000,1.0646,1.3431,-0.3481,1.0042,2583.6788,2583.6788,2583.6788 -52.5000,1.0000,52.9194,6.7630,6.2880,-0.2639,0.0000,1,993.3192,0.9100,416.4335,-67.0090,0.0947,43.3175,-6.9703,-4.2558,-0.9420,0.0000,-0.9420,5.2924,-0.9420,0.5760,0.0000,-1.5180,0.0000,-1.5180,0.7379,-2.2559,0.0000,-2.2559,-0.0440,-2.2119,0.0000,0.9324,1.2490,-4.3933,0.9980,1016.8580,1016.8580,1016.8580 -53.5000,1.0000,54.6232,6.1335,5.9790,-0.0858,0.0000,1,900.8610,56.6881,390.7691,-72.2980,5.3478,36.8644,-6.8204,-1.2554,1.6732,0.0000,1.6732,4.9301,1.6732,0.4798,0.0000,1.1933,0.0000,1.1933,0.6692,0.5241,0.0000,0.5241,-0.0130,0.5371,0.0000,0.7004,1.1327,-1.2960,0.9676,1807.3359,1807.3359,1807.3359 -54.5000,1.0000,56.2435,5.8330,5.6870,-0.0811,0.0000,1,856.7249,60.5870,410.9004,-75.4417,5.4356,36.8644,-6.7683,-1.1282,1.7481,0.0000,1.7481,4.8157,1.7481,0.4469,0.0000,1.3012,0.0000,1.3012,0.6364,0.6648,0.0000,0.6648,-0.0117,0.6765,0.0000,0.7639,1.0772,-1.1647,0.9628,1811.7881,1811.7881,1811.7881 -55.5000,1.0000,57.8371,5.7370,5.7870,0.0278,0.0000,1,842.6249,97.6028,417.7762,-76.4500,8.6124,36.8644,-6.7459,0.3800,3.4788,0.0000,3.4788,4.7536,3.4788,0.4195,0.0000,3.0593,0.0000,3.0593,0.6260,2.4334,0.0000,2.4334,0.0039,2.4294,0.0000,0.9777,1.0595,0.3923,0.9383,2424.7200,2424.7200,2424.7200 -56.5000,1.0000,59.4224,5.7070,5.6270,-0.0444,0.0000,1,838.2186,75.9485,419.9723,-76.7650,6.6666,36.8644,-6.7383,-0.6048,2.5127,0.0000,2.5127,4.7588,2.5127,0.4260,0.0000,2.0867,0.0000,2.0867,0.6227,1.4640,0.0000,1.4640,-0.0063,1.4702,0.0000,1.0407,1.0539,-0.6244,0.9608,2020.9912,2020.9912,2020.9912 -57.5000,1.0000,60.9322,5.4355,5.2440,-0.1064,0.0000,1,798.3419,55.5423,440.9497,-79.6758,4.6435,36.8644,-6.6611,-1.3790,1.3198,0.0000,1.3198,4.7026,1.3198,0.4099,0.0000,0.9100,0.0000,0.9100,0.5931,0.3169,0.0000,0.3169,-0.0143,0.3312,0.0000,0.7509,1.0038,-1.4235,0.9450,1720.9483,1720.9483,1720.9483 -58.5000,1.0000,62.3318,5.0385,4.8330,-0.1142,0.0000,1,740.0323,61.2813,475.6936,-85.9300,4.7491,36.8644,-6.6592,-1.3717,1.2128,0.0000,1.2128,4.9079,1.2128,0.3711,0.0000,0.8417,0.0000,0.8417,0.5497,0.2920,0.0000,0.2920,-0.0142,0.3062,0.0000,0.7917,0.9305,-1.4160,0.9524,1629.8696,1629.8696,1629.8696 -59.5000,1.0000,63.5126,4.2510,3.6690,-0.3233,0.0000,1,677.1469,31.1000,519.8704,-92.6750,2.2053,36.8644,-6.5716,-1.3599,-1.2997,0.1334,-1.4331,4.8649,-1.4331,0.3227,0.0000,-1.7558,0.0000,-1.7558,0.4638,-2.2196,0.0000,-2.2196,-0.0339,-2.1857,0.0000,0.4128,0.7851,-3.3835,0.9346,1146.4868,1146.4868,1146.4868 -60.5000,1.0000,64.4635,3.4230,3.1770,-0.1367,0.0000,1,644.4444,74.3093,546.2513,-96.1827,5.0148,36.8644,-6.4910,0.0000,0.1239,-0.0096,0.1335,4.8910,0.1335,0.2343,0.0000,-0.1008,0.0000,-0.1008,0.3735,-0.4743,0.0000,-0.4743,-0.0115,-0.4628,0.0000,0.0567,0.6321,-1.1516,0.9318,1545.0372,1545.0372,1545.0372 -61.5000,1.0000,65.2910,2.9790,2.7810,-0.1100,0.0000,1,644.4444,73.5404,546.2513,-96.1827,4.9630,36.8644,-6.4910,0.0000,0.2417,-0.0172,0.2589,4.7213,0.2589,0.1966,0.0000,0.0623,0.0000,0.0623,0.3250,-0.2627,0.0000,-0.2627,-0.0081,-0.2546,0.0000,0.0019,0.5501,-0.8067,0.9434,1537.4093,1537.4093,1537.4093 -62.5000,1.0000,66.0639,2.7825,2.7840,0.0008,0.0000,1,644.4444,84.1970,546.2513,-96.1827,5.6821,36.8644,-6.4910,0.0000,0.9974,0.0005,0.9968,4.6848,0.9968,0.1736,0.0000,0.8232,0.0000,0.8232,0.3036,0.5196,0.0000,0.5196,0.0001,0.5196,0.0000,0.0000,0.5139,0.0057,0.9318,1668.9923,1668.9923,1668.9923 -63.5000,1.0000,66.8740,2.9165,3.0490,0.0736,0.0000,1,644.4444,92.2899,546.2513,-96.1827,6.2283,36.8644,-6.4910,0.0000,1.6403,0.0713,1.5691,4.5879,1.5691,0.1785,0.0000,1.3906,0.0000,1.3906,0.3182,1.0724,0.0000,1.0724,0.0053,1.0671,0.0000,0.0000,0.5386,0.5285,0.9097,1781.8880,1781.8880,1781.8880 -64.5000,1.0000,67.7031,2.9845,2.9200,-0.0358,0.0000,1,644.4444,81.5200,546.2513,-96.1827,5.5015,36.8644,-6.4910,0.0000,0.7851,-0.0173,0.8025,4.7163,0.8025,0.1916,0.0000,0.6109,0.0000,0.6109,0.3256,0.2853,0.0000,0.2853,-0.0026,0.2879,0.0000,0.0000,0.5512,-0.2633,0.9097,1631.6478,1631.6478,1631.6478 -65.5000,1.0000,68.6744,3.4970,4.0740,0.3206,0.0000,1,644.4444,138.4072,546.2513,-96.1827,9.3406,36.8644,-6.4910,0.0000,4.7262,0.6694,4.0568,4.6144,4.0568,0.2423,0.0000,3.8145,0.0000,3.8145,0.3816,3.4329,0.0000,3.4329,0.0276,3.4053,0.0000,0.0000,0.6458,2.7595,0.9208,2323.8294,2323.8294,2323.8294 -66.5000,1.0000,70.0569,4.9770,5.8800,0.5017,0.0000,1,754.0363,228.9884,490.4672,-84.4279,18.0815,38.7285,-6.6666,5.0748,8.3806,0.2560,8.1246,4.6261,8.1246,0.4249,0.0000,7.6997,0.0000,7.6997,0.5728,7.1270,0.0000,7.1270,0.0616,7.0654,0.0000,0.0000,0.9191,6.1463,0.9420,3875.8728,3875.8728,3875.8728 -67.5000,1.0000,71.8329,6.3935,6.9070,0.2853,0.0000,1,939.0487,163.7387,569.1074,-70.1135,16.1016,55.9643,-6.8948,4.3493,6.9293,0.0000,6.9293,4.8229,6.9293,0.5161,0.0000,6.4132,0.0000,6.4132,0.6976,5.7156,0.0000,5.7156,0.0450,5.6706,0.0000,0.0000,1.1807,4.4899,0.9735,3674.2918,3674.2918,3674.2918 -68.5000,1.0000,73.9839,7.7435,8.5800,0.4647,0.0000,1,1137.3306,216.5675,622.3259,-76.0119,25.7934,74.1196,-9.0531,8.5812,12.0016,0.0000,12.0016,5.2106,12.0016,0.7441,0.0000,11.2576,0.0000,11.2576,0.8803,10.3773,0.0000,10.3773,0.0887,10.2885,0.0000,0.0000,1.4300,8.8585,1.0091,5416.9887,5416.9887,5416.9887 -69.5000,1.0000,76.4307,8.8085,9.0370,0.1269,0.0000,1,1293.7531,108.7930,620.1580,-85.3106,14.7394,84.0199,-11.5580,2.6664,6.1252,0.0000,6.1252,5.9477,6.1252,0.7573,0.0000,5.3680,0.0000,5.3680,0.9611,4.4069,0.0000,4.4069,0.0276,4.3793,0.0000,0.0000,1.6267,2.7526,1.0412,3494.8128,3494.8128,3494.8128 -70.5000,1.0000,78.8819,8.8243,8.6116,-0.1182,0.0000,0,1184.9502,-33.8441,453.7510,-78.8525,-4.1996,56.3049,-9.7846,-10.3597,0.0000,0.0000,0.0000,6.1600,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9628,-0.9628,0.0000,-0.9628,-0.0257,-0.9371,0.0000,0.0000,1.6296,-2.5667,1.0197,787.3466,787.3466,787.3466 -71.5000,1.0000,81.7374,10.2798,11.9480,0.9268,0.0000,2,1020.0260,363.5341,406.9710,-68.0603,38.8316,43.4714,-7.2700,-1.4132,33.0674,0.0000,33.0674,7.1773,27.8213,0.8871,0.0000,26.9342,0.0000,26.9342,1.3485,25.5857,0.0000,25.5857,0.2349,25.3508,0.0000,0.0000,1.8984,23.4524,0.9812,7885.4373,7885.4373,7885.4373 -72.5000,1.0000,85.3909,13.1525,14.3570,0.6692,0.0000,2,1098.0221,362.1619,689.9332,-73.6435,41.6430,79.3317,-8.4679,6.7806,26.9248,0.0000,26.9248,7.9377,26.9248,1.0162,0.0000,25.9087,0.0000,25.9087,1.5971,24.3116,0.0000,24.3116,0.2170,24.0946,0.0000,0.0000,2.4289,21.6657,1.0113,8375.9604,8375.9604,8375.9604 -73.5000,1.0000,89.7425,15.6660,16.9750,0.7272,0.0000,2,1307.8589,388.8304,718.2049,-86.1472,53.2537,98.3644,-11.7986,8.7771,34.4709,0.0000,34.4709,10.0057,34.4709,1.3153,0.0000,33.1557,0.0000,33.1557,1.9367,31.2189,0.0000,31.2189,0.2809,30.9381,0.0000,0.0000,2.8931,28.0449,1.0307,10692.3525,10692.3525,10692.3525 -74.5000,1.0000,94.8720,18.4660,19.9570,0.8283,0.0000,2,1541.6139,437.2978,787.6288,-100.0107,70.5962,127.1528,-16.1455,11.7842,45.5173,0.0000,45.5173,13.2947,45.5173,1.7228,0.0000,43.7946,0.0000,43.7946,2.3536,41.4410,0.0000,41.4410,0.3771,41.0639,0.0000,0.0000,3.4102,37.6537,1.1138,14098.1681,14098.1681,14098.1681 -75.5000,1.0000,100.3565,19.7443,19.5316,-0.1182,0.0000,0,1528.6435,30.8298,670.5619,-99.2415,4.9352,107.3430,-15.8865,-12.9027,0.0000,0.0000,0.0000,17.8379,0.0000,0.0000,0.0000,0.0002,0.0000,0.0002,2.1543,-2.1541,0.0000,-2.1541,-0.0575,-2.0966,0.0000,0.0000,3.6463,-5.7429,1.1114,2784.8641,2784.8641,2784.8641 -76.5000,1.0000,105.9569,20.1613,20.7910,0.3498,0.0000,3,1217.5448,250.1481,404.3658,-80.7908,31.8941,51.5570,-10.3009,-12.9842,29.3157,0.0000,29.3157,15.5626,24.3733,0.9098,0.0000,23.4634,0.0000,23.4634,2.2044,21.2591,0.0000,21.2591,0.1739,21.0852,0.0000,0.0000,3.7233,17.3619,1.0395,6615.7537,6615.7537,6615.7537 -77.5000,1.0000,111.7649,20.9090,21.0270,0.0656,0.0000,3,1049.8157,172.1732,597.5492,-70.1927,18.9281,65.6924,-7.7167,0.3820,10.2009,0.0000,10.2009,8.3452,10.2009,0.6502,0.0000,9.5507,0.0000,9.5507,2.2813,7.2694,0.0000,7.2694,0.0338,7.2356,0.0000,0.0000,3.8614,3.3742,0.9998,4098.4703,4098.4703,4098.4703 -78.5000,1.0000,117.8706,21.9805,22.9340,0.5297,0.0000,3,1103.6144,435.8634,575.8317,-74.0007,50.3728,66.5490,-8.5523,3.2446,36.7788,0.0000,36.7788,10.3494,36.7788,1.2169,0.0000,35.5619,0.0000,35.5619,2.5530,33.0089,0.0000,33.0089,0.2871,32.7218,0.0000,0.0000,4.0593,28.6626,1.0242,10027.1863,10027.1863,10027.1863 -79.5000,1.0000,124.6184,24.2920,25.6500,0.7544,0.0000,3,1219.6720,558.3876,713.0563,-80.9170,71.3194,91.0742,-10.3350,5.1070,54.7371,0.0000,54.7371,11.4752,54.7371,1.6561,0.0000,53.0810,0.0000,53.0810,3.0282,50.0529,0.0000,50.0529,0.4518,49.6010,0.0000,0.0000,4.4861,45.1149,1.0399,14106.5608,14106.5608,14106.5608 -80.5000,1.0000,132.0710,26.8295,28.0090,0.6553,0.0000,3,1347.0768,508.4787,771.3964,-88.4731,71.7288,108.8175,-12.4805,4.8991,53.6383,0.0000,53.6383,13.1915,53.6383,1.7283,0.0000,51.9100,0.0000,51.9100,3.2438,48.6662,0.0000,48.6662,0.4335,48.2328,0.0000,0.0000,4.9547,43.2780,1.0819,14185.2974,14185.2974,14185.2974 -81.5000,1.0000,140.1910,29.2320,30.4550,0.6794,0.0000,3,1467.7035,527.5770,777.1521,-95.6272,81.0873,119.4464,-14.6977,5.5346,60.2985,0.0000,60.2985,15.2542,60.2985,1.9569,0.0000,58.3415,0.0000,58.3415,3.5610,54.7806,0.0000,54.7806,0.4897,54.2909,0.0000,0.0000,5.3984,48.8924,1.0894,15937.5114,15937.5114,15937.5114 -82.5000,1.0000,148.5917,30.2423,30.0296,-0.1182,0.0000,0,1434.1806,59.0774,716.8727,-93.6391,8.8727,107.6650,-14.0634,-8.3607,0.0000,0.0000,0.0000,17.2334,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.2997,-3.2997,0.0000,-3.2997,-0.0881,-3.2116,0.0000,0.0000,5.5850,-8.7966,1.0933,3033.9228,3033.9228,3033.9228 -83.5000,1.0000,157.1035,30.6424,31.2551,0.3404,0.0000,4,1176.9522,416.7274,416.7274,-78.3754,51.3617,51.3617,-9.6598,-11.7307,42.6769,0.0000,42.6769,20.4155,36.0705,1.1328,0.0000,34.9377,0.0000,34.9377,3.3433,31.5944,0.0000,31.5944,0.2572,31.3372,0.0000,0.0000,5.6589,25.6783,1.0435,10252.9713,10252.9713,10252.9713 -84.5000,1.0000,166.0374,32.1622,33.0693,0.5039,0.0000,4,1044.0995,698.8719,698.8719,-69.7836,76.4131,76.4131,-7.6300,1.8881,51.4126,0.0000,51.4126,23.1124,51.4126,1.4708,0.0000,49.9418,0.0000,49.9418,3.7042,46.2376,0.0000,46.2376,0.3996,45.8380,0.0000,0.0000,5.9396,39.8985,0.9985,15076.5663,15076.5663,15076.5663 -85.5000,1.0000,175.5520,34.2524,35.4355,0.6573,0.0000,4,1111.9549,800.7785,800.7785,-74.4982,93.2456,93.2456,-8.6748,2.6227,68.2982,0.0000,68.2982,22.3246,68.2982,1.8529,0.0000,66.4453,0.0000,66.4453,4.1438,62.3015,0.0000,62.3015,0.5551,61.7464,0.0000,0.0000,6.3256,55.4209,1.0146,18253.9270,18253.9270,18253.9270 -86.5000,1.0000,185.8143,36.9444,38.4533,0.8383,0.0000,4,1199.3471,850.9039,850.9039,-79.7113,106.8696,106.8696,-10.0114,3.6078,90.9112,0.0000,90.9112,12.3506,90.9112,2.3652,0.0000,88.5460,0.0000,88.5460,4.7227,83.8234,0.0000,83.8234,0.7636,83.0598,0.0000,0.0000,6.8227,76.2371,1.0226,20789.9083,20789.9083,20789.9083 -87.5000,1.0000,196.8777,39.8282,41.2030,0.7638,0.0000,4,1292.9630,769.6292,872.1993,-85.2637,104.2068,118.0947,-11.5446,3.5438,90.3919,0.0000,90.3919,10.2711,90.3919,2.4226,0.0000,87.9693,0.0000,87.9693,4.9790,82.9903,0.0000,82.9903,0.7500,82.2403,0.0000,0.0000,7.3553,74.8851,1.0544,20275.3262,20275.3262,20275.3262 -88.5000,1.0000,208.4426,41.6335,42.0640,0.2392,0.0000,4,1351.5703,348.3614,839.2835,-88.7396,49.3057,118.7889,-12.5599,1.1600,38.4157,0.0000,38.4157,9.7300,38.4157,1.4273,0.0000,36.9884,0.0000,36.9884,4.5425,32.4458,0.0000,32.4458,0.2455,32.2003,0.0000,0.0000,7.6887,24.5117,1.0692,9946.9937,9946.9937,9946.9937 -89.5000,1.0000,220.2503,42.5080,42.9520,0.2467,0.0000,4,1379.9596,351.1560,687.1379,-90.4233,50.7452,99.2976,-13.0670,1.2215,40.0397,0.0000,40.0397,9.4840,40.0397,1.4818,0.0000,38.5580,0.0000,38.5580,4.6380,33.9200,0.0000,33.9200,0.2585,33.6615,0.0000,0.0000,7.8502,25.8113,1.0493,10267.0667,10267.0667,10267.0667 -90.5000,1.0000,232.2917,43.3490,43.7460,0.2206,0.0000,4,1407.2615,330.1429,692.8378,-92.0425,48.6525,102.1022,-13.5641,1.1138,37.9684,0.0000,37.9684,9.5704,37.9684,1.4618,0.0000,36.5066,0.0000,36.5066,4.7297,31.7769,0.0000,31.7769,0.2357,31.5411,0.0000,0.0000,8.0055,23.5357,1.0572,9910.6376,9910.6376,9910.6376 -91.5000,1.0000,244.6315,44.4230,45.1000,0.3761,0.0000,4,1442.1273,449.4814,697.3863,-94.1104,67.8803,105.3187,-14.2125,1.9464,56.5069,0.0000,56.5069,9.4270,56.5069,1.8604,0.0000,54.6465,0.0000,54.6465,4.9013,49.7452,0.0000,49.7452,0.4119,49.3333,0.0000,0.0000,8.2038,41.1295,1.0956,13484.2557,13484.2557,13484.2557 -92.5000,1.0000,257.3673,45.8490,46.5980,0.4161,0.0000,4,1488.4203,479.6588,748.2988,-96.8559,74.7630,116.6351,-15.0966,2.2225,63.0591,0.0000,63.0591,9.4813,63.0591,2.0292,0.0000,61.0300,0.0000,61.0300,5.1281,55.9019,0.0000,55.9019,0.4704,55.4315,0.0000,0.0000,8.4672,46.9644,1.0971,14827.7577,14827.7577,14827.7577 -93.5000,1.0000,270.6256,47.7300,48.8620,0.6289,0.0000,4,1549.4842,647.1502,775.2900,-100.4775,105.0076,125.7998,-16.3036,3.4968,91.8247,0.0000,91.8247,9.6861,91.8247,2.6556,0.0000,89.1691,0.0000,89.1691,5.7230,83.4461,0.0000,83.4461,0.7401,82.7061,0.0000,0.0000,8.8146,73.8915,1.1153,20556.6327,20556.6327,20556.6327 -94.5000,1.0000,284.4560,49.7895,50.7170,0.5153,0.0000,4,1616.3428,556.1563,827.4153,-104.0555,94.1367,140.0508,-17.6127,2.9887,81.2399,0.0000,81.2399,9.9080,81.2399,2.5016,0.0000,78.7383,0.0000,78.7383,5.7558,72.9825,0.0000,72.9825,0.6325,72.3500,0.0000,0.0000,9.1949,63.1551,1.1280,18636.5951,18636.5951,18636.5951 -95.5000,1.0000,298.4850,50.5043,50.2916,-0.1182,0.0000,0,1643.9720,57.7370,792.8973,-105.0394,9.9398,136.5023,-18.0832,-0.2504,0.0000,0.0000,0.0000,10.1902,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.5104,-5.5104,0.0000,-5.5104,-0.1471,-5.3633,0.0000,0.0000,9.3269,-14.6902,1.1206,3587.9199,3587.9199,3587.9199 -96.5000,1.0000,312.6068,50.8383,51.3850,0.3037,0.0000,5,1384.3059,377.5691,416.8087,-90.6811,54.7340,60.4223,-13.1455,-21.8637,67.1399,0.0000,67.1399,9.4577,54.0847,0.7595,0.0000,53.3252,0.0000,53.3252,5.5469,47.7783,0.0000,47.7783,0.3807,47.3976,0.0000,0.0000,9.3886,38.0091,1.2055,11031.2023,11031.2023,11031.2023 -97.5000,1.0000,327.0909,52.1430,52.9010,0.4211,0.0000,5,1143.7471,664.2811,699.9182,-76.3947,79.5629,83.8312,-9.1500,1.1678,70.9291,0.0000,70.9291,7.4660,70.9291,0.8630,0.0000,70.0661,0.0000,70.0661,5.8419,64.2242,0.0000,64.2242,0.5414,63.6828,0.0000,0.0000,9.6295,54.0533,1.1382,15617.1964,15617.1964,15617.1964 -98.5000,1.0000,341.9854,53.6200,54.3390,0.3994,0.0000,5,1176.1448,638.1919,790.1845,-78.3273,78.6033,97.3235,-9.6472,1.1391,69.9989,0.0000,69.9989,7.4652,69.9989,0.8807,0.0000,69.1182,0.0000,69.1182,5.9634,63.1548,0.0000,63.1548,0.5281,62.6268,0.0000,0.0000,9.9023,52.7245,1.1361,15454.5469,15454.5469,15454.5469 -99.5000,1.0000,357.2890,55.0930,55.8470,0.4189,0.0000,5,1208.4548,658.7581,782.0741,-80.2517,83.3652,98.9708,-10.1558,1.2274,74.6476,0.0000,74.6476,7.4902,74.6476,0.9266,0.0000,73.7210,0.0000,73.7210,6.1678,67.5533,0.0000,67.5533,0.5690,66.9843,0.0000,0.0000,10.1743,56.8100,1.1579,16338.4074,16338.4074,16338.4074 -100.5000,1.0000,372.9095,56.2340,56.6210,0.2150,0.0000,5,1233.4824,430.9206,790.7847,-81.7361,55.6620,102.1456,-10.5578,0.6430,47.3892,0.0000,47.3892,7.6298,47.3892,0.8082,0.0000,46.5810,0.0000,46.5810,6.1356,40.4454,0.0000,40.4454,0.2981,40.1473,0.0000,0.0000,10.3850,29.7623,1.1797,11113.4883,11113.4883,11113.4883 -101.5000,1.0000,388.7793,57.1310,57.6410,0.2833,0.0000,5,1253.1580,505.5650,697.9005,-82.9030,66.3455,91.5858,-10.8794,0.8609,57.9055,0.0000,57.9055,7.5791,57.9055,0.8750,0.0000,57.0305,0.0000,57.0305,6.2334,50.7971,0.0000,50.7971,0.3991,50.3980,0.0000,0.0000,10.5507,39.8473,1.1613,13184.4435,13184.4435,13184.4435 -102.5000,1.0000,404.9427,58.1885,58.7360,0.3042,0.0000,5,1276.3540,529.3374,732.4763,-84.2787,70.7510,97.9024,-11.2646,0.9413,62.0127,0.0000,62.0127,7.7969,62.0127,0.9125,0.0000,61.1002,0.0000,61.1002,6.3488,54.7514,0.0000,54.7514,0.4364,54.3150,0.0000,0.0000,10.7460,43.5690,1.1951,13999.7397,13999.7397,13999.7397 -103.5000,1.0000,421.3930,59.2210,59.7060,0.2694,0.0000,5,1299.0017,489.7486,744.5626,-85.6219,66.6211,101.2837,-11.6472,0.8487,57.9809,0.0000,57.9809,7.7915,57.9809,0.9091,0.0000,57.0718,0.0000,57.0718,6.4615,50.6103,0.0000,50.6103,0.3934,50.2169,0.0000,0.0000,10.9367,39.2802,1.1102,13255.4745,13255.4745,13255.4745 -104.5000,1.0000,438.0986,60.1400,60.5740,0.2411,0.0000,5,1319.1598,458.5419,730.8564,-86.8174,63.3439,100.9620,-11.9931,0.7712,54.6283,0.0000,54.6283,7.9444,54.6283,0.9075,0.0000,53.7208,0.0000,53.7208,6.5617,47.1591,0.0000,47.1591,0.3575,46.8016,0.0000,0.0000,11.1064,35.6952,1.1851,12616.3879,12616.3879,12616.3879 -105.5000,1.0000,455.0218,60.9235,61.2730,0.1942,0.0000,5,1336.3458,406.2732,720.1699,-87.8367,56.8546,100.7819,-12.2920,0.6291,48.1981,0.0000,48.1981,8.0273,48.1981,0.8884,0.0000,47.3098,0.0000,47.3098,6.6472,40.6625,0.0000,40.6625,0.2916,40.3709,0.0000,0.0000,11.2511,29.1198,1.1775,11401.0244,11401.0244,11401.0244 -106.5000,1.0000,472.1302,61.5905,61.9080,0.1764,0.0000,5,1350.9763,386.8207,701.5558,-88.7044,54.7250,99.2518,-12.5494,0.5778,45.9939,0.0000,45.9939,8.1534,45.9939,0.8885,0.0000,45.1054,0.0000,45.1054,6.7200,38.3853,0.0000,38.3853,0.2678,38.1175,0.0000,0.0000,11.3742,26.7433,1.1958,11000.1711,11000.1711,11000.1711 -107.5000,1.0000,489.4457,62.3355,62.7630,0.2375,0.0000,5,1367.3177,454.3663,697.9181,-89.6736,65.0585,99.9315,-12.8399,0.7874,56.0738,0.0000,56.0738,8.1973,56.0738,0.9515,0.0000,55.1223,0.0000,55.1223,6.8013,48.3210,0.0000,48.3210,0.3650,47.9560,0.0000,0.0000,11.5118,36.4442,1.2006,12936.7233,12936.7233,12936.7233 -108.5000,1.0000,506.9708,63.0905,63.4180,0.1819,0.0000,5,1383.8785,393.6972,725.7016,-90.6557,57.0544,105.1683,-13.1378,0.6105,48.1523,0.0000,48.1523,8.2915,48.1523,0.9248,0.0000,47.2275,0.0000,47.2275,6.8837,40.3439,0.0000,40.3439,0.2830,40.0608,0.0000,0.1522,11.6513,28.2574,1.2054,11471.3843,11471.3843,11471.3843 -109.5000,1.0000,524.6462,63.6315,63.8450,0.1186,0.0000,5,1395.7452,323.1202,703.4957,-91.3595,47.2279,102.8244,-13.3533,0.4014,38.5086,0.0000,38.5086,8.3179,38.5086,0.8859,0.0000,37.6228,0.0000,37.6228,6.9427,30.6801,0.0000,30.6801,0.1861,30.4940,0.0000,0.1636,11.7512,18.5792,1.2368,9630.8035,9630.8035,9630.8035 -110.5000,1.0000,542.3523,63.7420,63.6390,-0.0572,0.0000,5,1398.1690,133.3470,673.5739,-91.5033,19.5241,98.6219,-13.3975,-0.1940,11.3997,0.0000,11.3997,8.3184,11.3997,0.7522,0.0000,10.6475,0.0000,10.6475,6.9548,3.6928,0.0000,3.6928,-0.0899,3.7827,0.0000,0.9899,11.7716,-8.9788,1.2239,4532.9800,4532.9800,4532.9800 -111.5000,1.0000,559.9477,63.3435,63.0480,-0.1642,0.0000,5,1389.4280,19.4925,595.1517,-90.9849,2.8362,86.5949,-13.2383,-0.5531,-4.8288,0.0000,-4.8288,8.2181,-4.8288,0.7550,0.0000,-5.5838,0.0000,-5.5838,6.9113,-12.4951,0.0000,-12.4951,-0.2564,-12.2387,0.0000,1.6619,11.6980,-25.5986,1.2211,2239.8377,2239.8377,2239.8377 -112.5000,1.0000,577.3764,62.7430,62.4380,-0.1694,0.0000,5,1376.2562,23.3242,545.9222,-90.2037,3.3615,78.6790,-13.0003,-0.5654,-4.2617,0.0000,-4.2617,8.1887,-4.2617,0.7428,0.0000,-5.0045,0.0000,-5.0045,6.8458,-11.8503,0.0000,-11.8503,-0.2621,-11.5882,0.0000,2.9959,11.5871,-26.1711,1.2311,2258.8884,2258.8884,2258.8884 -113.5000,1.0000,594.6402,62.1500,61.8620,-0.1600,0.0000,5,1363.2488,38.4248,543.8266,-89.4322,5.4855,77.6362,-12.7673,-0.5289,-2.0904,0.0000,-2.0904,8.1048,-2.0904,0.7268,0.0000,-2.8172,0.0000,-2.8172,6.7811,-9.5983,0.0000,-9.5983,-0.2452,-9.3531,0.0000,3.6482,11.4776,-24.4788,1.2264,2471.1842,2471.1842,2471.1842 -114.5000,1.0000,611.7647,61.6480,61.4340,-0.1189,0.0000,5,1352.2375,88.5545,547.8489,-88.7792,12.5398,77.5787,-12.5717,-0.3898,4.9789,0.0000,4.9789,7.9507,4.9789,0.7002,0.0000,4.2787,0.0000,4.2787,6.7263,-2.4475,0.0000,-2.4475,-0.1807,-2.2668,0.0000,4.3905,11.3849,-18.0422,1.0835,3292.4913,3292.4913,3292.4913 -115.5000,1.0000,628.7690,61.2155,60.9970,-0.1214,0.0000,5,1342.7507,77.6773,565.6772,-88.2165,10.9224,79.5413,-12.4044,-0.3952,3.2715,0.0000,3.2715,8.0461,3.2715,0.6968,0.0000,2.5747,0.0000,2.5747,6.6791,-4.1044,0.0000,-4.1044,-0.1832,-3.9212,0.0000,3.0662,11.3050,-18.2924,1.2293,3071.7668,3071.7668,3071.7668 -116.5000,1.0000,645.6658,60.8285,60.6600,-0.0936,0.0000,5,1334.2619,114.7154,559.5939,-87.7131,16.0285,78.1885,-12.2556,-0.3028,8.3887,0.0000,8.3887,7.9426,8.3887,0.6877,0.0000,7.7010,0.0000,7.7010,6.6369,1.0641,0.0000,1.0641,-0.1404,1.2045,0.0000,3.9883,11.2335,-14.0173,1.1905,3796.3697,3796.3697,3796.3697 -117.5000,1.0000,662.4605,60.4610,60.2620,-0.1106,0.0000,5,1326.2009,107.2935,572.3977,-87.2350,14.9009,79.4943,-12.1151,-0.3555,7.3437,0.0000,7.3437,7.9127,7.3437,0.6764,0.0000,6.6673,0.0000,6.6673,6.5968,0.0705,0.0000,0.0705,-0.1648,0.2353,0.0000,5.5242,11.1657,-16.4545,1.2003,3580.0326,3580.0326,3580.0326 -118.5000,1.0000,679.1058,59.9230,59.5840,-0.1883,0.0000,5,1314.4000,17.0775,564.3901,-86.5351,2.3506,77.6847,-11.9110,-0.6002,-4.9334,0.0000,-4.9334,7.8842,-4.9334,0.6947,0.0000,-5.6281,0.0000,-5.6281,6.5381,-12.1661,0.0000,-12.1661,-0.2782,-11.8879,0.0000,4.8269,11.0663,-27.7811,1.1961,1997.6097,1997.6097,1997.6097 -119.5000,1.0000,695.5855,59.3270,59.0700,-0.1428,0.0000,5,1301.3268,69.5522,523.7643,-85.7598,9.4782,71.3758,-11.6869,-0.4505,2.0576,0.0000,2.0576,7.8711,2.0576,0.6669,0.0000,1.3907,0.0000,1.3907,6.4730,-5.0824,0.0000,-5.0824,-0.2088,-4.8735,0.0000,5.0220,10.9562,-20.8517,1.2041,2812.7905,2812.7905,2812.7905 -120.5000,1.0000,711.9208,58.8070,58.5440,-0.1461,0.0000,5,1289.9207,67.5079,543.0430,-85.0833,9.1190,73.3543,-11.4931,-0.4570,1.7891,0.0000,1.7891,7.7869,1.7891,0.6586,0.0000,1.1304,0.0000,1.1304,6.4163,-5.2859,0.0000,-5.2859,-0.2118,-5.0740,0.0000,5.2173,10.8602,-21.1515,1.2103,2752.1890,2752.1890,2752.1890 -121.5000,1.0000,728.0970,58.2345,57.9250,-0.1719,0.0000,5,1277.3630,30.9957,538.2445,-84.3385,4.1461,71.9984,-11.2816,-0.5325,-2.9692,0.0000,-2.9692,7.6479,-2.9692,0.6608,0.0000,-3.6299,0.0000,-3.6299,6.3538,-9.9838,0.0000,-9.9838,-0.2469,-9.7369,0.0000,4.1575,10.7545,-24.6489,1.1446,2131.4085,2131.4085,2131.4085 -122.5000,1.0000,744.1261,57.7045,57.4840,-0.1225,0.0000,5,1265.7376,88.8195,520.5327,-83.6490,11.7728,68.9954,-11.0875,-0.3760,4.4922,0.0000,4.4922,7.6565,4.4922,0.6331,0.0000,3.8591,0.0000,3.8591,6.2960,-2.4369,0.0000,-2.4369,-0.1743,-2.2626,0.0000,4.4818,10.6566,-17.4010,1.2198,3039.2127,3039.2127,3039.2127 -123.5000,1.0000,760.0439,57.3040,57.1240,-0.1000,0.0000,5,1256.9527,115.1531,544.1439,-83.1280,15.1573,71.6245,-10.9420,-0.3048,7.8828,0.0000,7.8828,7.5793,7.8828,0.6276,0.0000,7.2551,0.0000,7.2551,6.2523,1.0028,0.0000,1.0028,-0.1413,1.1441,0.0000,4.6678,10.5826,-14.1063,1.1372,3547.0323,3547.0323,3547.0323 -124.5000,1.0000,775.8819,57.0170,56.9100,-0.0594,0.0000,5,1250.6574,157.9442,555.1308,-82.7547,20.6857,72.7047,-10.8383,-0.1803,13.2687,0.0000,13.2687,7.5973,13.2687,0.6500,0.0000,12.6187,0.0000,12.6187,6.2210,6.3977,0.0000,6.3977,-0.0836,6.4813,0.0000,4.2951,10.5296,-8.3434,1.1858,4534.2533,4534.2533,4534.2533 -125.5000,1.0000,791.6118,56.6275,56.3450,-0.1569,0.0000,5,1242.1138,45.3254,569.7436,-82.2480,5.8957,74.1087,-10.6983,-0.4727,-1.1725,0.0000,-1.1725,7.5408,-1.1725,0.6292,0.0000,-1.8017,0.0000,-1.8017,6.1785,-7.9802,0.0000,-7.9802,-0.2191,-7.7611,0.0000,3.6590,10.4577,-21.8777,1.1701,2281.7805,2281.7805,2281.7805 -126.5000,1.0000,807.1629,55.9840,55.6230,-0.2006,0.0000,5,1227.9987,11.6551,515.0647,-81.4108,1.4988,66.2351,-10.4691,-0.5972,-5.3517,0.0000,-5.3517,7.4477,-5.3517,0.6289,0.0000,-5.9806,0.0000,-5.9806,6.1083,-12.0889,0.0000,-12.0889,-0.2768,-11.8121,0.0000,5.4884,10.3389,-27.6394,1.1777,1713.7732,1713.7732,1713.7732 -127.5000,1.0000,822.4768,55.1300,54.6370,-0.2739,0.0000,5,1209.2664,-74.0442,493.0413,-80.2999,-9.3765,62.4358,-10.1687,-0.8031,-15.9955,0.0000,-15.9955,7.4220,-15.9955,0.6414,0.0000,-16.6369,0.0000,-16.6369,6.0151,-22.6520,0.0000,-22.6520,-0.3723,-22.2798,0.0000,4.7090,10.1811,-37.1699,1.2096,31.4311,31.4311,31.4311 -128.5000,1.0000,837.5057,54.1040,53.5710,-0.2961,0.0000,5,1186.7613,-78.9605,445.9826,-78.9606,-9.8130,55.4255,-9.8130,-0.8521,-16.1882,0.0000,-16.1882,7.2273,-16.1882,0.6252,0.0000,-16.8134,0.0000,-16.8134,5.9032,-22.7166,2.8728,-25.5894,-0.3950,-25.1944,0.0000,4.2518,9.9917,-39.4379,1.1628,0.0000,0.0000,0.0000 -129.5000,1.0000,852.2237,52.9850,52.3990,-0.3256,0.0000,5,1162.2162,-77.4960,435.3346,-77.4964,-9.4318,52.9833,-9.4319,-0.9174,-15.5890,0.0000,-15.5890,7.0746,-15.5890,0.6057,0.0000,-16.1946,0.0000,-16.1946,5.7811,-21.9757,7.5199,-29.4956,-0.4253,-29.0704,0.0000,3.6073,9.7850,-42.4627,1.1214,0.0000,0.0000,0.0000 -130.5000,1.0000,866.5440,51.5530,50.7070,-0.4700,0.0000,5,1130.8056,-75.6206,422.5350,-75.6227,-8.9548,50.0356,-8.9551,-1.2887,-14.5161,0.0000,-14.5161,6.8499,-14.5161,0.5803,0.0000,-15.0964,0.0000,-15.0964,5.6248,-20.7212,24.8711,-45.5923,-0.5974,-44.9949,0.8089,4.3216,9.5206,-59.6460,1.0310,0.0000,0.0000,0.0000 -131.5000,1.0000,880.3680,49.7665,48.8260,-0.5225,0.0000,5,1091.6190,-73.1831,409.9644,-73.1851,-8.3659,46.8647,-8.3661,-1.3830,-13.6435,0.0000,-13.6435,6.6606,-13.6435,0.5504,0.0000,-14.1939,0.0000,-14.1939,5.4299,-19.6238,28.3926,-48.0164,-0.6411,-47.3753,0.9371,6.5077,9.1906,-64.0107,0.9635,0.0000,0.0000,0.0000 -132.5000,1.0000,893.7366,48.1270,47.4280,-0.3883,0.0000,5,1055.6569,-70.6099,404.4088,-70.6109,-7.8058,44.7066,-7.8059,-0.9940,-13.3845,0.0000,-13.3845,6.5727,-13.3845,0.5249,0.0000,-13.9094,0.0000,-13.9094,5.2510,-19.1604,12.8280,-31.9884,-0.4608,-31.5276,0.9062,4.6851,8.8879,-46.0069,1.0012,0.0000,0.0000,0.0000 -133.5000,1.0000,906.9870,47.7015,47.9750,0.1519,0.0000,5,1046.3236,402.1666,419.1714,-69.9428,44.0657,45.9289,-7.6637,0.3855,37.2235,0.0000,37.2235,6.4567,37.2235,0.6301,0.0000,36.5934,0.0000,36.5934,5.2046,31.3888,0.0000,31.3888,0.1787,31.2101,0.1497,4.4090,8.8093,17.8421,0.9643,8911.3850,8911.3850,8911.3850 -134.5000,1.0000,920.2864,47.8775,47.7800,-0.0542,0.0000,5,1050.1841,159.5822,647.0491,-70.2191,17.5501,71.1592,-7.7224,-0.1379,11.1514,0.0000,11.1514,6.5366,11.1514,0.5022,0.0000,10.6492,0.0000,10.6492,5.2238,5.4254,0.0000,5.4254,-0.0639,5.4893,0.0000,3.0315,8.8418,-6.3840,0.9999,3900.9075,3900.9075,3900.9075 -135.5000,1.0000,933.5558,47.7700,47.7600,-0.0056,0.0000,5,1047.8262,212.4341,529.1009,-70.0503,23.3100,58.0572,-7.6865,-0.0141,16.8054,0.0000,16.8054,6.5187,16.8054,0.5289,0.0000,16.2765,0.0000,16.2765,5.2121,11.0644,0.0000,11.0644,-0.0065,11.0710,0.0000,2.9023,8.8219,-0.6533,1.0225,4952.5243,4952.5243,4952.5243 -136.5000,1.0000,946.8459,47.8445,47.9290,0.0469,0.0000,5,1049.4603,273.5166,556.5197,-70.1673,30.0593,61.1611,-7.7113,0.1195,23.4504,0.0000,23.4504,6.4894,23.4504,0.5632,0.0000,22.8872,0.0000,22.8872,5.2202,17.6670,0.0000,17.6670,0.0554,17.6116,0.0000,3.2470,8.8357,5.5290,1.0113,6162.2312,6162.2312,6162.2312 -137.5000,1.0000,960.2000,48.0745,48.2200,0.0808,0.0000,5,1054.5053,304.5192,587.9753,-70.5284,33.6273,64.9287,-7.7883,0.2067,26.9338,0.0000,26.9338,6.4868,26.9338,0.5839,0.0000,26.3499,0.0000,26.3499,5.2453,21.1046,0.0000,21.1046,0.0958,21.0088,0.0000,2.5645,8.8782,9.5661,0.9894,6898.7202,6898.7202,6898.7202 -138.5000,1.0000,973.6737,48.5055,48.7910,0.1586,0.0000,5,1063.9592,408.5790,606.2993,-71.2052,45.5229,67.5524,-7.9335,0.4092,38.5988,0.0000,38.5988,6.5149,38.5988,0.6483,0.0000,37.9505,0.0000,37.9505,5.2923,32.6581,0.0000,32.6581,0.1897,32.4684,0.0000,4.5718,8.9578,18.9389,0.9685,9176.8794,9176.8794,9176.8794 -139.5000,1.0000,987.3314,49.1675,49.5440,0.2092,0.0000,5,1078.4801,460.8223,659.3822,-72.2446,52.0444,74.4694,-8.1592,0.5470,44.9251,0.0000,44.9251,6.5723,44.9251,0.6894,0.0000,44.2357,0.0000,44.2357,5.3646,38.8712,0.0000,38.8712,0.2536,38.6176,0.0000,4.2213,9.0800,25.3163,0.9951,10320.4739,10320.4739,10320.4739 -140.5000,1.0000,1001.2154,49.9825,50.4210,0.2436,0.0000,5,1096.3569,495.3434,687.2481,-73.5243,56.8705,78.9031,-8.4413,0.6476,49.5969,0.0000,49.5969,6.6260,49.5969,0.7245,0.0000,48.8723,0.0000,48.8723,5.4535,43.4188,0.0000,43.4188,0.3002,43.1186,0.0000,3.9141,9.2305,29.9740,0.9993,11338.2027,11338.2027,11338.2027 -141.5000,1.0000,1015.3502,50.8855,51.3500,0.2581,0.0000,5,1116.1641,502.3591,706.1436,-74.7493,58.7180,82.5372,-8.7370,0.6984,51.3070,0.0000,51.3070,6.7126,51.3070,0.7463,0.0000,50.5607,0.0000,50.5607,5.5520,45.0087,0.0000,45.0087,0.3237,44.6849,0.0000,2.9628,9.3973,32.3248,1.0156,11700.1646,11700.1646,11700.1646 -142.5000,1.0000,1029.8062,52.0415,52.7330,0.3842,0.0000,5,1141.5207,646.1079,714.6309,-76.2619,77.2356,85.4268,-9.1163,1.0633,69.3699,0.0000,69.3699,6.8024,69.3699,0.8537,0.0000,68.5162,0.0000,68.5162,5.8093,62.7069,0.0000,62.7069,0.4929,62.2139,0.0000,3.3880,9.6108,49.2151,1.0101,15173.1460,15173.1460,15173.1460 -143.5000,1.0000,1044.6983,53.6116,54.4902,0.4881,0.0000,5,1175.9605,783.4778,783.4778,-78.3163,96.4824,96.4824,-9.6444,1.3918,88.1462,0.0000,88.1462,6.9448,88.1462,0.9713,0.0000,87.1749,0.0000,87.1749,6.2335,80.9414,0.0000,80.9414,0.6452,80.2962,0.0000,5.9777,9.9007,64.4178,1.0179,18811.2576,18811.2576,18811.2576 -144.5000,1.0000,1060.0892,55.4071,56.3240,0.5094,0.0000,5,1215.3443,844.8704,844.8704,-80.6603,107.5271,107.5271,-10.2657,1.5011,96.8370,0.0000,96.8370,9.1894,96.8370,1.0424,0.0000,95.7945,0.0000,95.7945,6.5277,89.2668,0.0000,89.2668,0.6958,88.5709,0.0000,8.8617,10.2323,69.4770,1.0524,20900.8325,20900.8325,20900.8325 -145.5000,1.0000,1075.9188,56.9865,57.6490,0.3681,0.0000,5,1249.9882,693.3204,871.1447,-82.7150,90.7546,114.0315,-10.8273,1.1155,80.3514,0.0000,80.3514,9.2876,80.3514,0.9849,0.0000,79.3665,0.0000,79.3665,6.4264,72.9401,0.0000,72.9401,0.5171,72.4230,0.0000,10.2669,10.5240,51.6321,1.0459,17716.3384,17716.3384,17716.3384 -146.5000,1.0000,1092.0645,58.1245,58.6000,0.2642,0.0000,5,1274.9502,578.9366,809.5708,-84.1954,77.2953,108.0878,-11.2411,0.8166,67.1433,0.0000,67.1433,9.3353,67.1433,0.9371,0.0000,66.2062,0.0000,66.2062,6.3418,59.8644,0.0000,59.8644,0.3786,59.4858,0.0000,10.9538,10.7342,37.7978,1.0508,15230.1068,15230.1068,15230.1068 -147.5000,1.0000,1108.4397,58.9510,59.3020,0.1950,0.0000,5,1293.0793,507.4639,763.6525,-85.2706,68.7162,103.4069,-11.5466,0.6114,58.6555,0.0000,58.6555,9.4493,58.6555,0.9081,0.0000,57.7474,0.0000,57.7474,6.4320,51.3154,0.0000,51.3154,0.2834,51.0319,0.0000,11.8472,10.8868,28.2980,1.0411,13641.3958,13641.3958,13641.3958 -148.5000,1.0000,1124.9503,59.4380,59.5740,0.0756,0.0000,5,1303.7616,399.4139,734.0782,-85.9042,54.5318,100.2234,-11.7285,0.2388,44.7479,0.0000,44.7479,9.5451,44.7479,0.8465,0.0000,43.9014,0.0000,43.9014,6.4852,37.4162,0.0000,37.4162,0.1107,37.3055,0.0000,15.2737,10.9767,11.0550,1.0565,10942.1069,10942.1069,10942.1069 -149.5000,1.0000,1141.5313,59.6915,59.8090,0.0653,0.0000,5,1309.3221,406.3135,690.4891,-86.2340,55.7104,94.6743,-11.8237,0.2072,45.9727,0.0000,45.9727,9.5305,45.9727,0.8568,0.0000,45.1159,0.0000,45.1159,6.5128,38.6031,0.0000,38.6031,0.0961,38.5070,0.0000,17.8915,11.0235,9.5920,1.0576,11170.4830,11170.4830,11170.4830 -150.5000,1.0000,1158.1497,59.8265,59.8440,0.0097,0.0000,5,1312.2833,328.0717,692.9409,-86.4096,45.0843,95.2253,-11.8746,0.0309,35.4577,0.0000,35.4577,9.5957,35.4577,0.8065,0.0000,34.6512,0.0000,34.6512,6.5275,28.1237,0.0000,28.1237,0.0143,28.1093,0.0000,15.6290,11.0485,1.4318,1.0718,9166.9158,9166.9158,9166.9158 -151.5000,1.0000,1174.7414,59.7300,59.6160,-0.0633,0.0000,5,1310.1666,250.7050,658.8243,-86.2840,34.3968,90.3909,-11.8382,-0.2012,27.1037,0.0000,27.1037,7.4943,27.1037,0.7631,0.0000,26.3406,0.0000,26.3406,6.5170,19.8236,0.0000,19.8236,-0.0933,19.9169,0.0000,18.1984,11.0307,-9.3122,1.0712,7163.7940,7163.7940,7163.7940 -152.5000,1.0000,1191.2832,59.5505,59.4850,-0.0364,0.0000,5,1306.2293,265.2986,626.3346,-86.0505,36.2897,85.6751,-11.7707,-0.1152,28.9114,0.0000,28.9114,7.4935,28.9114,0.7692,0.0000,28.1422,0.0000,28.1422,6.4974,21.6448,0.0000,21.6448,-0.0534,21.6982,0.0000,16.0351,10.9975,-5.3344,1.0570,7515.5831,7515.5831,7515.5831 -153.5000,1.0000,1207.7853,59.4075,59.3300,-0.0431,0.0000,5,1303.0926,259.9286,631.6150,-85.8645,35.4697,86.1899,-11.7170,-0.1360,28.1210,0.0000,28.1210,7.4848,28.1210,0.7629,0.0000,27.3581,0.0000,27.3581,6.4818,20.8763,0.0000,20.8763,-0.0631,20.9393,0.0000,16.2647,10.9711,-6.2965,1.0697,7364.3074,7364.3074,7364.3074 -154.5000,1.0000,1224.2139,59.1430,58.9560,-0.1039,0.0000,5,1297.2908,173.5847,626.9443,-85.5204,23.5818,85.1716,-11.6181,-0.3268,16.4352,0.0000,16.4352,7.4734,16.4352,0.7001,0.0000,15.7351,0.0000,15.7351,6.4530,9.2822,0.0000,9.2822,-0.1515,9.4336,0.0000,13.6366,10.9222,-15.1252,1.0553,5148.0424,5148.0424,5148.0424 -155.5000,1.0000,1240.5350,58.7560,58.5560,-0.1111,0.0000,5,1288.8020,156.7087,588.2372,-85.0170,21.1499,79.3903,-11.4741,-0.3472,14.0760,0.0000,14.0760,7.4211,14.0760,0.6820,0.0000,13.3940,0.0000,13.3940,6.4107,6.9833,0.0000,6.9833,-0.1610,7.1442,0.0000,12.3643,10.8508,-16.0709,1.0536,4681.9435,4681.9435,4681.9435 -156.5000,1.0000,1256.7331,58.3130,58.0700,-0.1350,0.0000,5,1279.0849,111.8160,578.2032,-84.4406,14.9772,77.4477,-11.3104,-0.4187,7.9872,0.0000,7.9872,7.4087,7.9872,0.6444,0.0000,7.3428,0.0000,7.3428,6.3624,0.9804,0.0000,0.9804,-0.1941,1.1745,0.0000,9.7844,10.7690,-19.3789,1.0650,3523.3084,3523.3084,3523.3084 -157.5000,1.0000,1272.7713,57.7375,57.4050,-0.1847,0.0000,5,1266.4614,78.5811,554.5370,-83.6920,10.4217,73.5446,-11.0995,-0.5672,3.6620,0.0000,3.6620,7.3270,3.6620,0.6357,0.0000,3.0262,0.0000,3.0262,6.2996,-3.2734,0.0000,-3.2734,-0.2630,-3.0104,0.0000,12.5815,10.6627,-26.2547,1.0625,2875.2852,2875.2852,2875.2852 -158.5000,1.0000,1288.5746,56.8920,56.3790,-0.2850,0.0000,5,1247.9155,-14.9694,532.9199,-82.5921,-1.9562,69.6427,-10.7932,-0.8623,-8.3592,0.0000,-8.3592,7.2654,-8.3592,0.6515,0.0000,-9.0108,0.0000,-9.0108,6.2074,-15.2182,0.0000,-15.2182,-0.3998,-14.8184,0.0000,14.5891,10.5065,-39.9140,1.0588,1278.1761,1278.1761,1278.1761 -159.5000,1.0000,1304.1079,55.9200,55.4610,-0.2550,0.0000,5,1226.5949,-58.7863,485.9978,-81.3276,-7.5510,62.4258,-10.4464,-0.7584,-13.9446,0.0000,-13.9446,7.1519,-13.9446,0.6493,0.0000,-14.5939,0.0000,-14.5939,6.1013,-20.6952,0.0000,-20.6952,-0.3516,-20.3436,0.0000,4.4317,10.3270,-35.1024,1.0413,370.2586,370.2586,370.2586 -160.5000,1.0000,1319.3668,54.9320,54.4030,-0.2939,0.0000,5,1204.9233,-80.0419,458.7246,-80.0423,-10.0996,57.8815,-10.0997,-0.8586,-16.3131,0.0000,-16.3131,7.0720,-16.3131,0.6390,0.0000,-16.9520,0.0000,-16.9520,5.9935,-22.9455,6.7532,-29.6988,-0.3980,-29.3007,0.0000,0.2956,10.1446,-39.7409,1.0370,0.0000,0.0000,0.0000 -161.5000,1.0000,1334.2443,53.5590,52.7150,-0.4689,0.0000,5,1174.8068,-78.2454,434.4510,-78.2475,-9.6262,53.4485,-9.6264,-1.3356,-15.2183,0.0000,-15.2183,6.9278,-15.2183,0.6139,0.0000,-15.8323,0.0000,-15.8323,5.8437,-21.6760,30.3036,-51.9796,-0.6192,-51.3605,0.5689,0.0000,9.8910,-61.8204,1.0177,0.0000,0.0000,0.0000 -162.5000,1.0000,1348.5811,51.6125,50.5100,-0.6125,0.0000,5,1132.1107,-75.6998,418.2630,-75.7005,-8.9745,49.5869,-8.9746,-1.6813,-14.1336,0.0000,-14.1336,6.8403,-14.1336,0.5803,0.0000,-14.7139,0.0000,-14.7139,5.6313,-20.3452,45.0345,-65.3797,-0.7794,-64.6003,3.6880,0.0000,9.5315,-77.8198,1.0194,0.0000,0.0000,0.0000 -163.5000,1.0000,1362.3489,49.5640,48.6180,-0.5256,0.0000,5,1087.1772,-72.8649,408.3074,-72.8672,-8.2956,46.4854,-8.2959,-1.3854,-13.5604,0.0000,-13.5604,6.6502,-13.5604,0.5471,0.0000,-14.1075,0.0000,-14.1075,5.4078,-19.5153,26.1903,-45.7056,-0.6422,-45.0634,9.9068,0.0000,9.1529,-64.1231,1.0318,0.0000,0.0000,0.0000 -164.5000,1.0000,1375.5461,47.5100,46.4020,-0.6156,0.0000,5,1042.1231,-69.6410,394.0137,-69.6421,-7.6000,42.9991,-7.6001,-1.5554,-12.5335,0.0000,-12.5335,6.4889,-12.5335,0.5135,0.0000,-13.0470,0.0000,-13.0470,5.1837,-18.2307,35.1570,-53.3878,-0.7210,-52.6667,10.5513,0.0000,8.7736,-71.9916,0.9980,0.0000,0.0000,0.0000 -165.5000,1.0000,1388.1800,45.4820,44.5620,-0.5111,0.0000,5,997.6393,-66.7596,381.2698,-66.7619,-6.9745,39.8322,-6.9748,-1.2363,-12.0685,0.0000,-12.0685,6.3303,-12.0685,0.4826,0.0000,-12.5511,0.0000,-12.5511,4.9624,-17.5135,25.0449,-42.5585,-0.5731,-41.9853,6.8402,0.0000,8.3992,-57.2248,0.9990,0.0000,0.0000,0.0000 -166.5000,1.0000,1400.4181,44.0570,43.5520,-0.2806,0.0000,5,966.3822,-68.5499,376.4366,-68.5499,-6.9372,38.0951,-6.9372,-0.6574,-12.4487,0.0000,-12.4487,6.1689,-12.4487,0.4631,0.0000,-12.9118,0.0000,-12.9118,4.8070,-17.7188,2.0054,-19.7242,-0.3047,-19.4194,2.8716,0.0000,8.1362,-30.4273,0.9800,0.0000,0.0000,0.0000 -167.5000,1.0000,1412.4677,43.3785,43.2050,-0.0964,0.0000,5,951.4994,90.2452,375.5896,-69.4013,8.9921,37.4240,-6.9152,-0.2224,3.1291,0.0000,3.1291,6.0854,3.1291,0.4146,0.0000,2.7146,0.0000,2.7146,4.7329,-2.0184,0.0000,-2.0184,-0.1031,-1.9153,0.3665,0.0000,8.0109,-10.2927,0.9765,2602.0154,2602.0154,2602.0154 -168.5000,1.0000,1424.4028,42.9665,42.7280,-0.1325,0.0000,5,942.4623,47.0763,453.5390,-69.9183,4.6462,44.7618,-6.9005,-0.3028,-1.1126,0.0000,-1.1126,6.0615,-1.1126,0.4194,0.0000,-1.5319,0.0000,-1.5319,4.6880,-6.2199,0.0000,-6.2199,-0.1404,-6.0796,0.0000,0.0000,7.9348,-14.0144,0.9743,1744.1044,1744.1044,1744.1044 -169.5000,1.0000,1436.2427,42.6235,42.5190,-0.0581,0.0000,5,934.9386,129.2212,430.1171,-70.3486,12.6516,42.1113,-6.8876,-0.1316,6.7786,0.0000,6.7786,6.0046,6.7786,0.4090,0.0000,6.3696,0.0000,6.3696,4.6506,1.7190,0.0000,1.7190,-0.0610,1.7800,0.0000,0.0000,7.8715,-6.0915,0.9846,3123.2909,3123.2909,3123.2909 -170.5000,1.0000,1447.9885,42.2850,42.0510,-0.1300,0.0000,5,927.5137,50.0374,467.6833,-70.7734,4.8601,45.4256,-6.8741,-0.2924,-0.8356,0.0000,-0.8356,5.9880,-0.8356,0.4092,0.0000,-1.2448,0.0000,-1.2448,4.6136,-5.8584,0.0000,-5.8584,-0.1355,-5.7229,0.0000,0.0000,7.8090,-13.5319,0.9831,1757.3350,1757.3350,1757.3350 -171.5000,1.0000,1459.6424,41.9540,41.8570,-0.0539,0.0000,5,920.2533,134.0646,425.4095,-71.1887,12.9196,40.9962,-6.8604,-0.1202,7.1061,0.0000,7.1061,5.9338,7.1061,0.4019,0.0000,6.7042,0.0000,6.7042,4.5775,2.1267,0.0000,2.1267,-0.0557,2.1824,0.0000,0.0000,7.7479,-5.5655,0.9816,3143.5659,3143.5659,3143.5659 -172.5000,1.0000,1471.2974,41.9580,42.0590,0.0561,0.0000,5,920.3410,256.0134,472.9317,-71.1837,24.6740,45.5802,-6.8605,0.1252,18.6398,0.0000,18.6398,5.9090,18.6398,0.4597,0.0000,18.1801,0.0000,18.1801,4.5779,13.6022,0.0000,13.6022,0.0580,13.5441,0.0000,0.0000,7.7486,5.7955,0.9697,5150.2552,5150.2552,5150.2552 -173.5000,1.0000,1483.0029,42.1400,42.2210,0.0450,0.0000,5,924.3331,243.6137,537.2954,-70.9553,23.5808,52.0080,-6.8682,0.1009,17.5514,0.0000,17.5514,5.9286,17.5514,0.4566,0.0000,17.0948,0.0000,17.0948,4.5978,12.4970,0.0000,12.4970,0.0468,12.4503,0.0000,0.0000,7.7822,4.6681,0.9702,4928.9394,4928.9394,4928.9394 -174.5000,1.0000,1494.7360,42.2390,42.2570,0.0100,0.0000,5,926.5047,204.8233,530.8098,-70.8311,19.8726,51.5009,-6.8723,0.0225,13.8989,0.0000,13.8989,5.9513,13.8989,0.4396,0.0000,13.4593,0.0000,13.4593,4.6086,8.8507,0.0000,8.8507,0.0104,8.8403,0.0000,0.0000,7.8005,1.0398,0.9952,4271.4344,4271.4344,4271.4344 -175.5000,1.0000,1506.5297,42.4575,42.6580,0.1114,0.0000,5,931.2974,317.0061,515.6233,-70.5569,30.9161,50.2863,-6.8811,0.2515,24.7284,0.0000,24.7284,5.9361,24.7284,0.4966,0.0000,24.2318,0.0000,24.2318,4.6324,19.5994,0.0000,19.5994,0.1166,19.4828,0.0000,0.0000,7.8409,11.6419,0.9717,6346.8672,6346.8672,6346.8672 -176.5000,1.0000,1518.4543,42.9285,43.1990,0.1503,0.0000,5,941.6287,359.6211,577.8855,-69.9659,35.4612,56.9836,-6.8991,0.3431,29.1764,0.0000,29.1764,5.9417,29.1764,0.5250,0.0000,28.6514,0.0000,28.6514,4.6838,23.9676,0.0000,23.9676,0.1591,23.8085,0.0000,0.0000,7.9278,15.8807,0.9741,7215.9345,7215.9345,7215.9345 -177.5000,1.0000,1530.5857,43.6730,44.1470,0.2633,0.0000,5,957.9592,484.8120,608.4154,-69.0318,48.6350,61.0346,-6.9251,0.6117,42.0235,0.0000,42.0235,5.9999,42.0235,0.5990,0.0000,41.4245,0.0000,41.4245,4.7651,36.6594,0.0000,36.6594,0.2835,36.3759,0.0000,0.0000,8.0653,28.3105,0.9780,9759.0560,9759.0560,9759.0560 -178.5000,1.0000,1542.9472,44.5015,44.8560,0.1969,0.0000,5,976.1322,410.7416,675.4455,-67.9922,41.9861,69.0443,-6.9502,0.4661,35.4419,0.0000,35.4419,6.0781,35.4419,0.5772,0.0000,34.8647,0.0000,34.8647,4.8555,30.0093,0.0000,30.0093,0.2161,29.7932,0.0000,0.0000,8.2183,21.5748,0.9939,8483.9234,8483.9234,8483.9234 -179.5000,1.0000,1555.5004,45.1915,45.5270,0.1864,0.0000,5,991.2672,398.8544,644.5743,-67.1264,41.4032,66.9102,-6.9681,0.4480,34.8026,0.0000,34.8026,6.1526,34.8026,0.5833,0.0000,34.2193,0.0000,34.2193,4.9307,29.2885,0.0000,29.2885,0.2077,29.0808,0.0000,0.0000,8.3458,20.7351,0.9975,8409.8708,8409.8708,8409.8708 -180.5000,1.0000,1568.2707,45.9730,46.4190,0.2478,0.0000,5,1008.4093,466.6148,642.9228,-67.2288,49.2747,67.8929,-7.0994,0.6058,42.4602,0.0000,42.4602,6.2086,42.4602,0.6322,0.0000,41.8280,0.0000,41.8280,5.0160,36.8120,0.0000,36.8120,0.2808,36.5311,0.0000,0.0000,8.4901,28.0411,1.0016,9881.0364,9881.0364,9881.0364 -181.5000,1.0000,1581.3171,46.9670,47.5150,0.3044,0.0000,5,1030.2125,528.8153,679.9247,-68.7895,57.0505,73.3527,-7.4213,0.7605,50.0335,0.0000,50.0335,6.2565,50.0335,0.6838,0.0000,49.3496,0.0000,49.3496,5.1245,44.2252,0.0000,44.2252,0.3525,43.8726,0.0000,0.0000,8.6736,35.1990,0.9952,11364.4852,11364.4852,11364.4852 -182.5000,1.0000,1594.6607,48.0370,48.5590,0.2900,0.0000,5,1053.6828,512.5840,712.7009,-70.4696,56.5592,78.6404,-7.7757,0.7409,49.4446,0.0000,49.4446,6.3737,49.4446,0.6959,0.0000,48.7487,0.0000,48.7487,5.2412,43.5075,0.0000,43.5075,0.3435,43.1641,0.0000,0.0000,8.8712,34.2928,1.0123,11273.1245,11273.1245,11273.1245 -183.5000,1.0000,1608.2761,49.0155,49.4720,0.2536,0.0000,5,1075.1460,471.6256,707.8554,-72.0060,53.0999,79.6967,-8.1071,0.6611,45.9997,0.0000,45.9997,6.4390,45.9997,0.6926,0.0000,45.3071,0.0000,45.3071,5.3480,39.9591,0.0000,39.9591,0.3065,39.6526,0.0000,0.0000,9.0520,30.6007,1.0058,10548.2544,10548.2544,10548.2544 -184.5000,1.0000,1622.1688,50.0135,50.5550,0.3008,0.0000,5,1097.0369,525.0407,692.8897,-73.5730,60.3174,79.6002,-8.4522,0.8002,52.8429,0.0000,52.8429,6.6744,52.8429,0.7412,0.0000,52.1016,0.0000,52.1016,5.4569,46.6448,0.0000,46.6448,0.3709,46.2738,0.0000,0.0000,9.2363,37.0376,1.1270,11966.7219,11966.7219,11966.7219 -185.5000,1.0000,1636.2740,50.7790,51.0030,0.1244,0.0000,5,1113.8280,328.3423,717.3683,-74.6099,38.2978,83.6737,-8.7025,0.3361,31.2740,0.0000,31.2740,6.6877,31.2740,0.6446,0.0000,30.6295,0.0000,30.6295,5.5404,25.0891,0.0000,25.0891,0.1558,24.9333,0.0000,0.0000,9.3776,15.5557,1.1308,7747.1053,7747.1053,7747.1053 -186.5000,1.0000,1650.4617,51.0755,51.1480,0.0403,0.0000,5,1120.3317,234.9034,626.0442,-74.9979,27.5591,73.4480,-8.7988,0.1094,20.7161,0.0000,20.7161,6.7335,20.7161,0.5961,0.0000,20.1200,0.0000,20.1200,5.5727,14.5473,0.0000,14.5473,0.0507,14.4965,0.0000,0.0000,9.4324,5.0642,1.1210,5705.2670,5705.2670,5705.2670 -187.5000,1.0000,1664.6874,51.2125,51.2770,0.0358,0.0000,5,1123.3368,229.8340,582.8952,-75.1772,27.0367,68.5692,-8.8435,0.0976,20.2036,0.0000,20.2036,6.7354,20.2036,0.5956,0.0000,19.6081,0.0000,19.6081,5.5877,14.0204,0.0000,14.0204,0.0452,13.9751,0.0000,0.0000,9.4577,4.5174,1.1329,5618.3136,5618.3136,5618.3136 -188.5000,1.0000,1678.8942,51.1445,51.0120,-0.0736,0.0000,5,1121.8452,108.6969,577.9265,-75.0882,12.7696,67.8944,-8.8213,-0.2002,6.1894,0.0000,6.1894,6.7805,6.1894,0.5245,0.0000,5.6649,0.0000,5.6649,5.5803,0.0846,0.0000,0.0846,-0.0928,0.1774,0.0000,0.0000,9.4451,-9.2677,1.1326,3148.4376,3148.4376,3148.4376 -189.5000,1.0000,1693.0418,50.9315,50.8510,-0.0447,0.0000,5,1117.1731,140.9289,520.1516,-74.8095,16.4873,60.8526,-8.7520,-0.1211,9.8392,0.0000,9.8392,6.7693,9.8392,0.5396,0.0000,9.2995,0.0000,9.2995,5.5570,3.7425,0.0000,3.7425,-0.0562,3.7987,0.0000,0.0000,9.4058,-5.6071,1.1315,3651.7416,3651.7416,3651.7416 -190.5000,1.0000,1707.1307,50.7200,50.5890,-0.0728,0.0000,5,1112.5339,110.1930,533.7602,-74.5327,12.8380,62.1853,-8.6834,-0.1963,6.2415,0.0000,6.2415,6.7928,6.2415,0.5185,0.0000,5.7230,0.0000,5.7230,5.5340,0.1890,0.0000,0.1890,-0.0910,0.2800,0.0000,0.0000,9.3667,-9.0867,1.1540,3165.8420,3165.8420,3165.8420 -191.5000,1.0000,1721.1490,50.4660,50.3430,-0.0683,0.0000,5,1106.9624,114.9303,517.8846,-74.2004,13.3228,60.0336,-8.6014,-0.1834,6.7694,0.0000,6.7694,6.7368,6.7694,0.5174,0.0000,6.2520,0.0000,6.2520,5.5062,0.7457,0.0000,0.7457,-0.0850,0.8307,0.0000,0.0000,9.3198,-8.4891,1.1527,3236.6159,3236.6159,3236.6159 -192.5000,1.0000,1735.0650,50.0975,49.8520,-0.1364,0.0000,5,1098.8794,39.2613,516.5116,-73.7049,4.5180,59.4373,-8.4815,-0.3634,-1.7449,0.0000,-1.7449,6.6262,-1.7449,0.5257,0.0000,-2.2706,0.0000,-2.2706,5.4660,-7.7366,0.0000,-7.7366,-0.1685,-7.5682,0.0000,0.0000,9.2518,-16.8199,1.0587,1990.0893,1990.0893,1990.0893 -193.5000,1.0000,1748.7636,49.3150,48.7780,-0.2983,0.0000,5,1081.7154,-72.4758,470.9290,-72.4762,-8.2098,53.3454,-8.2099,-0.7825,-14.0729,0.0000,-14.0729,6.6455,-14.0729,0.5446,0.0000,-14.6174,0.0000,-14.6174,5.3807,-19.9981,7.4742,-27.4723,-0.3627,-27.1095,0.0000,0.0000,9.1073,-36.2168,1.1470,0.0000,0.0000,0.0000 -194.5000,1.0000,1762.0438,47.8085,46.8390,-0.5386,0.0000,5,1048.6706,-70.1098,398.6526,-70.1108,-7.6992,43.7786,-7.6993,-1.3695,-12.8619,0.0000,-12.8619,6.5322,-12.8619,0.5188,0.0000,-13.3807,0.0000,-13.3807,5.2163,-18.5970,36.5972,-55.1942,-0.6349,-54.5593,0.0000,0.0000,8.8290,-63.3884,1.0924,0.0000,0.0000,0.0000 -195.5000,1.0000,1774.8457,46.0870,45.3350,-0.4178,0.0000,5,1010.9099,-67.4059,391.1320,-67.4078,-7.1357,41.4061,-7.1359,-1.0240,-12.6981,0.0000,-12.6981,6.5864,-12.6981,0.4929,0.0000,-13.1911,0.0000,-13.1911,5.0285,-18.2195,20.3402,-38.5598,-0.4747,-38.0851,0.8011,0.0000,8.5111,-47.3972,1.1308,0.0000,0.0000,0.0000 -196.5000,1.0000,1787.1882,44.4330,43.5310,-0.5011,0.0000,5,974.6297,-68.0766,372.0256,-68.0781,-6.9481,37.9700,-6.9483,-1.1842,-12.0807,0.0000,-12.0807,6.3168,-12.0807,0.4675,0.0000,-12.5482,0.0000,-12.5482,4.8480,-17.3962,28.8250,-46.2212,-0.5490,-45.6723,0.9332,0.0000,8.2057,-54.8111,1.1234,0.0000,0.0000,0.0000 -197.5000,1.0000,1799.1385,43.0210,42.5110,-0.2833,0.0000,5,943.6577,-69.8497,373.0470,-69.8499,-6.9025,36.8644,-6.9025,-0.6483,-12.3664,0.0000,-12.3664,6.1122,-12.3664,0.4483,0.0000,-12.8147,0.0000,-12.8147,4.6939,-17.5086,3.9494,-21.4580,-0.3005,-21.1575,0.9035,0.0000,7.9449,-30.0060,1.0723,0.0000,0.0000,0.0000 -198.5000,1.0000,1810.8953,42.3245,42.1380,-0.1036,0.0000,5,928.3801,81.4462,379.1859,-70.7238,7.9182,36.8644,-6.8758,-0.2332,2.1090,0.0000,2.1090,6.0424,2.1090,0.4024,0.0000,1.7066,0.0000,1.7066,4.6179,-2.9114,0.0000,-2.9114,-0.1081,-2.8032,0.1533,0.0223,7.8163,-10.7951,1.0693,2364.8070,2364.8070,2364.8070 -199.5000,1.0000,1822.6057,42.1575,42.1770,0.0108,0.0000,5,924.7170,207.5957,445.9307,-70.9334,20.1028,43.1822,-6.8689,0.0243,14.0501,0.0000,14.0501,6.0283,14.0501,0.4393,0.0000,13.6108,0.0000,13.6108,4.5997,9.0111,0.0000,9.0111,0.0113,8.9999,0.0000,0.0902,7.7854,1.1243,1.0808,4310.2752,4310.2752,4310.2752 -200.5000,1.0000,1834.4018,42.4660,42.7550,0.1606,0.0000,5,931.4839,378.0731,518.5462,-70.5463,36.8791,50.5815,-6.8814,0.3626,30.4758,0.0000,30.4758,6.0407,30.4758,0.5254,0.0000,29.9503,0.0000,29.9503,4.6334,25.3170,0.0000,25.3170,0.1681,25.1489,0.0000,0.5224,7.8424,16.7840,1.0822,7509.5363,7509.5363,7509.5363 -201.5000,1.0000,1846.3595,43.0475,43.3400,0.1625,0.0000,5,944.2390,395.0433,609.9795,-69.8166,39.0621,60.3151,-6.9035,0.3720,32.6103,0.0000,32.6103,6.0797,32.6103,0.5437,0.0000,32.0666,0.0000,32.0666,4.6968,27.3698,0.0000,27.3698,0.1725,27.1973,0.0000,2.0276,7.9498,17.2199,1.0847,7956.2408,7956.2408,7956.2408 -202.5000,1.0000,1858.5521,43.8935,44.4470,0.3075,0.0000,5,962.7958,560.3860,629.0555,-68.7551,56.5002,63.4237,-6.9321,0.7178,49.6464,0.0000,49.6464,6.1359,49.6464,0.6401,0.0000,49.0064,0.0000,49.0064,4.7891,44.2173,0.0000,44.2173,0.3328,43.8845,0.0000,2.5527,8.1060,33.2257,1.1102,11233.8050,11233.8050,11233.8050 -203.5000,1.0000,1870.8257,44.1849,43.9228,-0.1456,0.0000,0,974.9368,60.6130,708.4481,-68.0606,6.1883,72.3291,-6.9487,0.0000,0.0000,0.0000,0.0000,6.1883,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,4.8209,-4.8209,0.0000,-4.8209,-0.1586,-4.6623,0.0000,3.0143,8.1599,-15.8365,1.1122,2099.9709,2099.9709,2099.9709 -204.5000,1.0000,1883.2885,44.8661,45.8093,0.5240,0.0000,4,1231.0349,716.8613,716.8613,-81.5909,92.4132,92.4132,-10.5182,19.3607,66.6927,0.0000,66.6927,6.3598,78.9082,2.3200,0.0000,76.5882,0.0000,76.5882,5.2711,71.3171,0.0000,71.3171,0.5797,70.7374,0.0000,4.5753,8.2857,57.8765,1.1661,18021.7612,18021.7612,18021.7612 -205.5000,1.0000,1896.4274,47.3001,48.7909,0.8282,0.0000,4,1535.5296,815.6317,815.6317,-99.6499,131.1538,131.1538,-16.0237,4.5637,119.9985,0.0000,119.9985,6.5916,119.9985,3.2072,0.0000,116.7912,0.0000,116.7912,6.0978,110.6934,0.0000,110.6934,0.9659,109.7275,0.0000,4.5567,8.7352,96.4357,1.2507,25518.8967,25518.8967,25518.8967 -206.5000,1.0000,1910.3303,50.0505,51.3100,0.6997,0.0000,4,1624.8149,723.8428,875.0448,-104.3572,123.1620,148.8891,-17.7564,4.0799,112.4057,0.0000,112.4057,6.6764,112.4057,3.1324,0.0000,109.2733,0.0000,109.2733,6.2378,103.0355,0.0000,103.0355,0.8635,102.1721,0.0000,6.7160,9.2431,86.2130,1.2201,24067.1794,24067.1794,24067.1794 -207.5000,1.0000,1924.7714,51.9880,52.6660,0.3767,0.0000,4,1687.7139,482.6428,848.0965,-106.5972,85.3008,149.8900,-18.8397,2.2812,76.1236,0.0000,76.1236,6.8960,76.1236,2.4630,0.0000,73.6606,0.0000,73.6606,5.8816,67.7790,0.0000,67.7790,0.4828,67.2962,0.0000,9.4906,9.6009,48.2047,1.3081,17053.9835,17053.9835,17053.9835 -208.5000,1.0000,1939.3087,52.3343,52.0026,-0.1843,0.0000,0,1708.8495,38.5901,781.9478,-107.3499,6.9057,139.9298,-19.2103,-0.0918,0.0000,0.0000,0.0000,6.9975,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,5.7101,-5.7100,0.0000,-5.7100,-0.2378,-5.4722,0.0000,8.6045,9.6648,-23.7416,1.3010,3410.5246,3410.5246,3410.5246 -209.5000,1.0000,1953.8917,52.4986,52.9946,0.2756,0.0000,5,1435.2011,411.5178,411.5178,-93.6996,61.8486,61.8486,-14.0825,-24.0414,78.8352,0.0000,78.8352,7.0549,63.2542,0.8300,0.0000,62.4242,0.0000,62.4242,5.7600,56.6643,0.0000,56.6643,0.3567,56.3076,0.0000,10.9992,9.6952,35.6132,1.1793,12404.2557,12404.2557,12404.2557 -210.5000,1.0000,1968.7878,53.6260,54.2573,0.3507,0.0000,5,1176.2758,723.7691,723.7691,-78.3351,89.1534,89.1534,-9.6493,1.0004,80.9807,0.0000,80.9807,7.1724,80.9807,0.9357,0.0000,80.0450,0.0000,80.0450,6.1278,73.9171,0.0000,73.9171,0.4637,73.4534,0.0000,17.2481,9.9034,46.3019,1.1361,17390.7765,17390.7765,17390.7765 -211.5000,1.0000,1984.0677,55.0077,55.7580,0.4169,0.0000,5,1206.5834,819.4769,819.4769,-80.1407,103.5435,103.5435,-10.1260,1.2196,93.0190,0.0000,93.0190,9.3050,93.0190,1.0171,0.0000,92.0018,0.0000,92.0018,6.4342,85.5677,0.0000,85.5677,0.5654,85.0023,0.0000,18.3952,10.1586,56.4485,1.1445,20145.8711,20145.8711,20145.8711 -212.5000,1.0000,1999.7934,56.6125,57.4670,0.4747,0.0000,5,1241.7848,861.8669,861.8669,-82.2285,112.0767,112.0767,-10.6929,1.4293,101.0906,0.0000,101.0906,9.5569,101.0906,1.0827,0.0000,100.0079,0.0000,100.0079,6.7017,93.3062,0.0000,93.3062,0.6626,92.6436,0.0000,16.0343,10.4549,66.1544,1.2021,21741.1385,21741.1385,21741.1385 -213.5000,1.0000,2015.9995,58.3421,59.2172,0.4862,0.0000,5,1279.7229,880.1135,880.1135,-84.4785,117.9460,117.9460,-11.3212,1.5086,106.8093,0.0000,106.8093,9.6282,106.8093,1.1390,0.0000,105.6703,0.0000,105.6703,6.9455,98.7248,0.0000,98.7248,0.6993,98.0254,0.0000,17.4261,10.7743,69.8250,1.1709,22870.0741,22870.0741,22870.0741 -214.5000,1.0000,2032.7004,60.1233,61.0293,0.5034,0.0000,5,1318.7930,888.3778,888.3778,-86.7957,122.6882,122.6882,-11.9868,1.6096,111.3738,0.0000,111.3738,9.7050,111.3738,1.1909,0.0000,110.1828,0.0000,110.1828,7.1769,103.0059,0.0000,103.0059,0.7462,102.2598,0.0000,16.6563,11.1033,74.5002,1.1849,23754.3842,23754.3842,23754.3842 -215.5000,1.0000,2049.6669,61.0792,61.1290,0.0277,0.0000,5,1339.7603,429.7948,889.1745,-88.0392,60.2999,124.7506,-12.3518,0.0899,50.5246,0.0000,50.5246,9.6854,50.5246,0.9026,0.0000,49.6220,0.0000,49.6220,6.6642,42.9578,0.0000,42.9578,0.0417,42.9161,0.0000,27.4739,11.2798,4.1624,1.1785,12043.4961,12043.4961,12043.4961 -216.5000,1.0000,2066.6027,60.9690,60.8090,-0.0889,0.0000,5,1337.3438,301.5819,705.1522,-87.8959,42.2354,98.7540,-12.3095,-0.2882,32.8607,0.0000,32.8607,9.6630,32.8607,0.8124,0.0000,32.0483,0.0000,32.0483,6.6522,25.3961,0.0000,25.3961,-0.1336,25.5297,0.0000,27.6111,11.2595,-13.3409,1.1778,8655.4430,8655.4430,8655.4430 -217.5000,1.0000,2083.4491,60.6470,60.4850,-0.0900,0.0000,5,1330.2808,278.1615,651.4650,-87.4770,38.7497,90.7534,-12.1861,-0.2903,29.4151,0.0000,29.4151,9.6250,29.4151,0.7898,0.0000,28.6253,0.0000,28.6253,6.6171,22.0082,0.0000,22.0082,-0.1346,22.1428,0.0000,24.3791,11.2000,-13.4363,1.2612,7972.5272,7972.5272,7972.5272 -218.5000,1.0000,2100.3045,60.6795,60.8740,0.1081,0.0000,5,1330.9937,502.7898,645.9385,-87.5192,70.0795,90.0318,-12.1985,0.3487,62.2273,0.0000,62.2273,7.5035,62.2273,0.9544,0.0000,61.2728,0.0000,61.2728,6.6206,54.6522,0.0000,54.6522,0.1617,54.4906,0.0000,27.1440,11.2060,16.1406,1.1195,13892.2779,13892.2779,13892.2779 -219.5000,1.0000,2117.2872,61.1375,61.4010,0.1464,0.0000,5,1341.0398,571.5687,738.6621,-88.1151,80.2673,103.7328,-12.3743,0.4760,72.1487,0.0000,72.1487,7.6426,72.1487,1.0117,0.0000,71.1370,0.0000,71.1370,6.6844,64.4526,0.0000,64.4526,0.2207,64.2319,0.0000,30.9098,11.2906,22.0315,1.2057,15739.7654,15739.7654,15739.7654 -220.5000,1.0000,2134.4128,61.6525,61.9040,0.1397,0.0000,5,1352.3362,534.8803,767.3034,-88.7850,75.7478,108.6627,-12.5734,0.4581,67.6326,0.0000,67.6326,7.6570,67.6326,0.9978,0.0000,66.6349,0.0000,66.6349,6.7268,59.9081,0.0000,59.9081,0.2124,59.6957,0.0000,27.1047,11.3857,21.2053,1.1399,14897.8380,14897.8380,14897.8380 -221.5000,1.0000,2151.6715,62.1310,62.3580,0.1261,0.0000,5,1362.8320,520.3826,753.8420,-89.4075,74.2666,107.5849,-12.7598,0.4167,66.1675,0.0000,66.1675,7.6824,66.1675,0.9985,0.0000,65.1690,0.0000,65.1690,6.7790,58.3900,0.0000,58.3900,0.1932,58.1968,0.0000,27.4346,11.4741,19.2882,1.1570,14631.4382,14631.4382,14631.4382 -222.5000,1.0000,2169.0408,62.5295,62.7010,0.0953,0.0000,5,1371.5731,519.2155,748.8830,-89.9259,74.5753,107.5627,-12.9161,0.3169,66.5662,0.0000,66.5662,7.6923,66.5662,1.0073,0.0000,65.5589,0.0000,65.5589,6.8225,58.7364,0.0000,58.7364,0.1469,58.5895,0.0000,32.3761,11.5477,14.6658,1.1596,14683.6610,14683.6610,14683.6610 -223.5000,1.0000,2186.5028,62.8635,63.0260,0.0903,0.0000,5,1378.8993,470.3573,749.5071,-90.3604,67.9186,108.2273,-13.0479,0.3018,59.9048,0.0000,59.9048,7.7120,59.9048,0.9797,0.0000,58.9252,0.0000,58.9252,6.8589,52.0663,0.0000,52.0663,0.1399,51.9263,0.0000,26.3466,11.6093,13.9704,1.1194,13473.8163,13473.8163,13473.8163 -224.5000,1.0000,2204.0347,63.1145,63.2030,0.0492,0.0000,5,1384.4049,407.9249,730.5573,-90.6870,59.1387,105.9122,-13.1473,0.1650,51.3364,0.0000,51.3364,7.6373,51.3364,0.9411,0.0000,50.3953,0.0000,50.3953,6.8863,43.5090,0.0000,43.5090,0.0765,43.4325,0.0000,24.1379,11.6557,7.6389,1.0647,11855.9520,11855.9520,11855.9520 -225.5000,1.0000,2221.6176,63.2985,63.3940,0.0531,0.0000,5,1388.4409,459.4239,707.1077,-90.9263,66.7989,102.8115,-13.2204,0.1786,58.9187,0.0000,58.9187,7.7017,58.9187,0.9822,0.0000,57.9365,0.0000,57.9365,6.9064,51.0301,0.0000,51.0301,0.0828,50.9473,0.0000,30.9905,11.6897,8.2671,1.0940,13269.4970,13269.4970,13269.4970 -226.5000,1.0000,2239.2619,63.5195,63.6450,0.0697,0.0000,5,1393.2885,468.0167,728.1943,-91.2138,68.2859,106.2471,-13.3085,0.2355,60.3034,0.0000,60.3034,7.7470,60.3034,0.9929,0.0000,59.3105,0.0000,59.3105,6.9305,52.3800,0.0000,52.3800,0.1092,52.2708,0.0000,29.6383,11.7305,10.9020,1.0954,13545.2714,13545.2714,13545.2714 -227.5000,1.0000,2256.9783,63.7790,63.9130,0.0744,0.0000,5,1398.9806,447.8920,732.3914,-91.5514,65.6166,107.2960,-13.4124,0.2525,57.6086,0.0000,57.6086,7.7555,57.6086,0.9839,0.0000,56.6247,0.0000,56.6247,6.9588,49.6659,0.0000,49.6659,0.1171,49.5488,0.0000,26.0824,11.7784,11.6880,1.0830,13058.4321,13058.4321,13058.4321 -228.5000,1.0000,2274.7635,64.0270,64.1410,0.0633,0.0000,5,1404.4205,435.3663,725.3019,-91.8740,64.0296,106.6706,-13.5120,0.2157,56.0096,0.0000,56.0096,7.8043,56.0096,0.9802,0.0000,55.0294,0.0000,55.0294,6.9859,48.0435,0.0000,48.0435,0.1000,47.9435,0.0000,26.1372,11.8242,9.9822,1.0846,12771.0881,12771.0881,12771.0881 -229.5000,1.0000,2292.6201,64.2835,64.4260,0.0792,0.0000,5,1410.0467,481.3500,721.7633,-92.2077,71.0760,106.5754,-13.6154,0.2707,62.9570,0.0000,62.9570,7.8484,62.9570,1.0194,0.0000,61.9376,0.0000,61.9376,7.0138,54.9237,0.0000,54.9237,0.1255,54.7983,0.0000,30.3990,11.8716,12.5277,1.1003,14054.7349,14054.7349,14054.7349 -230.5000,1.0000,2310.4602,64.2245,64.0230,-0.1119,0.0000,5,1408.7526,229.0091,735.9281,-92.1310,33.7844,108.5672,-13.5916,-0.3824,26.4020,0.0000,26.4020,7.7647,26.4020,0.8356,0.0000,25.5664,0.0000,25.5664,7.0074,18.5590,0.0000,18.5590,-0.1773,18.7363,0.0000,24.5740,11.8607,-17.6983,1.0577,7137.8790,7137.8790,7137.8790 -231.5000,1.0000,2328.1887,63.8225,63.6220,-0.1114,0.0000,5,1399.9348,217.0027,636.8119,-91.6080,31.8128,93.3571,-13.4298,-0.3781,24.4135,0.0000,24.4135,7.7774,24.4135,0.8187,0.0000,23.5948,0.0000,23.5948,6.9635,16.6312,0.0000,16.6312,-0.1753,16.8065,0.0000,22.5203,11.7864,-17.5003,1.0692,6767.2292,6767.2292,6767.2292 -232.5000,1.0000,2345.8015,63.4060,63.1900,-0.1200,0.0000,5,1390.7989,252.6043,629.7330,-91.0662,36.7903,91.7169,-13.2633,-0.4047,29.4953,0.0000,29.4953,7.6997,29.4953,0.8369,0.0000,28.6584,0.0000,28.6584,6.9181,21.7403,0.0000,21.7403,-0.1876,21.9279,0.0000,28.9485,11.7095,-18.7301,1.0806,7677.4249,7677.4249,7677.4249 -233.5000,1.0000,2363.2809,62.9260,62.6620,-0.1467,0.0000,5,1380.2702,234.0389,640.8968,-90.4417,33.8284,92.6362,-13.0726,-0.4908,26.7174,0.0000,26.7174,7.6018,26.7174,0.8148,0.0000,25.9026,0.0000,25.9026,6.8657,19.0369,0.0000,19.0369,-0.2275,19.2644,0.0000,30.3627,11.6209,-22.7191,1.0634,7101.2363,7101.2363,7101.2363 -234.5000,1.0000,2380.6147,62.4015,62.1410,-0.1447,0.0000,5,1368.7654,232.8290,630.9754,-89.7594,33.3730,90.4420,-12.8658,-0.4803,26.2512,0.0000,26.2512,7.6020,26.2512,0.8035,0.0000,25.4477,0.0000,25.4477,6.8085,18.6392,0.0000,18.6392,-0.2227,18.8618,0.0000,29.5689,11.5240,-22.2310,1.0742,6991.8489,6991.8489,6991.8489 -235.5000,1.0000,2397.8106,61.9055,61.6700,-0.1308,0.0000,5,1357.8857,263.8939,628.3313,-89.1142,37.5250,89.3471,-12.6718,-0.4308,30.3824,0.0000,30.3824,7.5734,30.3824,0.8158,0.0000,29.5667,0.0000,29.5667,6.7544,22.8123,0.0000,22.8123,-0.1997,23.0120,0.0000,31.5173,11.4324,-19.9378,1.0710,7766.7481,7766.7481,7766.7481 -236.5000,1.0000,2414.8570,61.3670,61.0640,-0.1683,0.0000,5,1346.0738,226.4490,637.6539,-88.4136,31.9204,89.8840,-12.4628,-0.5494,24.9737,0.0000,24.9737,7.4961,24.9737,0.7797,0.0000,24.1940,0.0000,24.1940,6.6956,17.4984,0.0000,17.4984,-0.2547,17.7531,0.0000,31.8494,11.3330,-25.4293,1.0676,6718.8515,6718.8515,6718.8515 -237.5000,1.0000,2431.7405,60.7805,60.4970,-0.1575,0.0000,5,1333.2091,219.2969,619.7070,-87.6506,30.6168,86.5194,-12.2372,-0.5091,23.6145,0.0000,23.6145,7.5114,23.6145,0.7631,0.0000,22.8515,0.0000,22.8515,6.6316,16.2198,0.0000,16.2198,-0.2360,16.4558,0.0000,28.7965,11.2247,-23.5654,1.0638,6476.0243,6476.0243,6476.0243 -238.5000,1.0000,2448.4610,60.1940,59.8910,-0.1683,0.0000,5,1320.3443,183.7349,613.6161,-86.8877,25.4043,84.8423,-12.0136,-0.5389,18.5250,0.0000,18.5250,7.4183,18.5250,0.7279,0.0000,17.7971,0.0000,17.7971,6.5676,11.2295,0.0000,11.2295,-0.2498,11.4793,0.0000,25.3062,11.1163,-24.9432,1.0601,5494.7900,5494.7900,5494.7900 -239.5000,1.0000,2465.0301,59.6485,59.4060,-0.1347,0.0000,5,1308.3789,236.3980,596.6663,-86.1780,32.3896,81.7511,-11.8075,-0.4274,25.4195,0.0000,25.4195,7.3975,25.4195,0.7533,0.0000,24.6661,0.0000,24.6661,6.5081,18.1580,0.0000,18.1580,-0.1981,18.3561,0.0000,27.1224,11.0156,-19.7819,1.0574,6792.0294,6792.0294,6792.0294 -240.5000,1.0000,2481.4619,59.1545,58.9030,-0.1397,0.0000,5,1297.5431,227.8116,616.5150,-85.5354,30.9547,83.7711,-11.6224,-0.4396,24.0579,0.0000,24.0579,7.3364,24.0579,0.7384,0.0000,23.3195,0.0000,23.3195,6.4542,16.8652,0.0000,16.8652,-0.2038,17.0690,0.0000,26.4908,10.9244,-20.3462,1.0553,6517.7733,6517.7733,6517.7733 -241.5000,1.0000,2497.7585,58.6680,58.4330,-0.1306,0.0000,5,1286.8718,234.9724,610.7965,-84.9025,31.6651,82.3115,-11.4415,-0.4074,24.8328,0.0000,24.8328,7.2397,24.8328,0.7344,0.0000,24.0984,0.0000,24.0984,6.4011,17.6973,0.0000,17.6973,-0.1888,17.8861,0.0000,25.9065,10.8345,-18.8550,1.0665,6628.5149,6628.5149,6628.5149 -242.5000,1.0000,2513.9590,58.3215,58.2100,-0.0619,0.0000,5,1279.2714,308.0645,613.7080,-84.4517,41.2699,82.2154,-11.3136,-0.1921,34.2226,0.0000,34.2226,7.2394,34.2226,0.7757,0.0000,33.4469,0.0000,33.4469,6.3633,27.0836,0.0000,27.0836,-0.0891,27.1726,0.0000,25.2953,10.7705,-8.8932,1.0650,8420.9632,8420.9632,8420.9632 -243.5000,1.0000,2530.1342,58.2310,58.2520,0.0117,0.0000,5,1277.2863,370.0297,645.9859,-84.3340,49.4941,86.4052,-11.2803,0.0361,42.2502,0.0000,42.2502,7.2077,42.2502,0.8144,0.0000,41.4359,0.0000,41.4359,6.3535,35.0824,0.0000,35.0824,0.0167,35.0656,0.0000,22.6395,10.7538,1.6724,1.0646,9967.3564,9967.3564,9967.3564 -244.5000,1.0000,2546.3378,58.3330,58.4140,0.0450,0.0000,5,1279.5236,442.8688,673.1698,-84.4667,59.3406,90.1990,-11.3178,0.1396,51.9733,0.0000,51.9733,7.2277,51.9733,0.8646,0.0000,51.1087,0.0000,51.1087,6.3646,44.7441,0.0000,44.7441,0.0647,44.6794,0.0000,27.4449,10.7727,6.4618,1.0917,11832.8879,11832.8879,11832.8879 -245.5000,1.0000,2562.5908,58.5105,58.6070,0.0536,0.0000,5,1283.4170,418.5495,704.7417,-84.6976,56.2527,94.7167,-11.3833,0.1668,48.8368,0.0000,48.8368,7.2491,48.8368,0.8518,0.0000,47.9850,0.0000,47.9850,6.3840,41.6010,0.0000,41.6010,0.0773,41.5237,0.0000,22.9964,10.8054,7.7218,1.0392,11238.9460,11238.9460,11238.9460 -246.5000,1.0000,2578.8878,58.6695,58.7320,0.0347,0.0000,5,1286.9047,392.4013,694.5889,-84.9044,52.8817,93.6058,-11.4421,0.1083,45.5633,0.0000,45.5633,7.2101,45.5633,0.8380,0.0000,44.7252,0.0000,44.7252,6.4013,38.3239,0.0000,38.3239,0.0502,38.2737,0.0000,22.4242,10.8348,5.0147,1.0532,10621.0255,10621.0255,10621.0255 -247.5000,1.0000,2595.1833,58.6635,58.5950,-0.0381,0.0000,5,1286.7731,350.5507,682.3392,-84.8966,47.2369,91.9456,-11.4399,-0.1187,40.1284,0.0000,40.1284,7.2272,40.1284,0.8108,0.0000,39.3176,0.0000,39.3176,6.4007,32.9170,0.0000,32.9170,-0.0550,32.9720,0.0000,27.6339,10.8337,-5.4956,1.0398,9548.9562,9548.9562,9548.9562 -248.5000,1.0000,2611.4220,58.4595,58.3240,-0.0753,0.0000,5,1282.2984,297.7268,663.4003,-84.6312,39.9793,89.0827,-11.3644,-0.2340,33.0127,0.0000,33.0127,7.2007,33.0127,0.7719,0.0000,32.2408,0.0000,32.2408,6.3784,25.8625,0.0000,25.8625,-0.1085,25.9710,0.0000,26.0080,10.7960,-10.8331,1.0656,8191.3903,8191.3903,8191.3903 -249.5000,1.0000,2627.5842,58.1840,58.0440,-0.0778,0.0000,5,1276.2553,295.3373,639.6825,-84.2728,39.4716,85.4930,-11.2630,-0.2407,32.5619,0.0000,32.5619,7.1504,32.5619,0.7652,0.0000,31.7967,0.0000,31.7967,6.3483,25.4484,0.0000,25.4484,-0.1116,25.5600,0.0000,25.9549,10.7451,-11.1401,1.0511,8090.4754,8090.4754,8090.4754 -250.5000,1.0000,2643.6445,57.8170,57.5900,-0.1261,0.0000,5,1268.2052,213.6801,636.2276,-83.7954,28.3780,84.4949,-11.1285,-0.3878,21.6176,0.0000,21.6176,7.1483,21.6176,0.7045,0.0000,20.9130,0.0000,20.9130,6.3083,14.6047,0.0000,14.6047,-0.1798,14.7845,0.0000,22.0561,10.6774,-17.9489,1.0495,5999.2717,5999.2717,5999.2717 -251.5000,1.0000,2659.5327,57.1975,56.8050,-0.2181,0.0000,5,1254.6166,136.5384,596.0016,-82.9895,17.9388,78.3046,-10.9034,-0.6633,11.5224,0.0000,11.5224,7.0798,11.5224,0.6441,0.0000,10.8783,0.0000,10.8783,6.2407,4.6376,0.0000,4.6376,-0.3075,4.9451,0.0000,25.0846,10.5630,-30.7025,1.0468,4032.4556,4032.4556,4032.4556 -252.5000,1.0000,2675.2174,56.4650,56.1250,-0.1889,0.0000,5,1238.5494,179.5970,558.9888,-82.0366,23.2938,72.5012,-10.6402,-0.5672,16.8124,0.0000,16.8124,7.0487,16.8124,0.6589,0.0000,16.1534,0.0000,16.1534,6.1608,9.9927,0.0000,9.9927,-0.2630,10.2556,0.0000,26.0831,10.4277,-26.2552,1.0436,5024.4156,5024.4156,5024.4156 -253.5000,1.0000,2690.6970,55.7265,55.3280,-0.2214,0.0000,5,1222.3505,146.5734,574.0695,-81.0758,18.7620,73.4833,-10.3781,-0.6562,12.4525,0.0000,12.4525,6.9657,12.4525,0.6255,0.0000,11.8270,0.0000,11.8270,6.0802,5.7468,0.0000,5.7468,-0.3042,6.0510,0.0000,26.1298,10.2913,-30.3701,1.0404,4185.7438,4185.7438,4185.7438 -254.5000,1.0000,2705.9127,54.7765,54.2250,-0.3064,0.0000,5,1201.5124,33.1346,552.3920,-79.8400,4.1691,69.5031,-10.0456,-0.8926,-1.8136,0.0000,-1.8136,6.8752,-1.8136,0.6002,0.0000,-2.4138,0.0000,-2.4138,5.9765,-8.3903,0.0000,-8.3903,-0.4138,-7.9765,0.0000,23.2215,10.1159,-41.3139,1.0230,1999.1097,1999.1097,1999.1097 -255.5000,1.0000,2720.8235,53.6790,53.1330,-0.3033,0.0000,5,1177.4390,34.3561,493.3935,-78.4045,4.2361,60.8360,-9.6674,-0.8660,-1.6811,0.0000,-1.6811,6.7833,-1.6811,0.5820,0.0000,-2.2632,0.0000,-2.2632,5.8568,-8.1200,0.0000,-8.1200,-0.4014,-7.7185,0.0000,22.4507,9.9132,-40.0824,1.0315,2000.5464,2000.5464,2000.5464 -256.5000,1.0000,2735.4501,52.6555,52.1780,-0.2653,0.0000,5,1154.9887,15.8290,488.9303,-77.0653,1.9145,59.1362,-9.3211,-0.7429,-4.0143,0.0000,-4.0143,6.6717,-4.0143,0.5715,0.0000,-4.5857,0.0000,-4.5857,5.7451,-10.3309,0.0000,-10.3309,-0.3444,-9.9865,0.0000,14.6747,9.7242,-34.3854,1.0134,1668.1146,1668.1146,1668.1146 -257.5000,1.0000,2749.7969,51.6485,51.1190,-0.2942,0.0000,5,1132.9003,-70.0904,473.3935,-75.7476,-8.3153,56.1620,-8.9865,-0.8080,-14.0449,0.0000,-14.0449,6.5377,-14.0449,0.5806,0.0000,-14.6256,0.0000,-14.6256,5.6353,-20.2608,0.0000,-20.2608,-0.3746,-19.8862,0.0000,7.9763,9.5382,-37.4008,1.0196,17.2842,17.2842,17.2842 -258.5000,1.0000,2763.8774,50.6900,50.2610,-0.2383,0.0000,5,1111.8758,-48.0090,427.4206,-74.4935,-5.5899,49.7669,-8.6737,-0.6425,-11.4034,0.0000,-11.4034,6.4560,-11.4034,0.5590,0.0000,-11.9624,0.0000,-11.9624,5.5307,-17.4931,0.0000,-17.4931,-0.2979,-17.1952,0.0000,3.1833,9.3612,-29.7397,1.0146,424.5222,424.5222,424.5222 -259.5000,1.0000,2777.7947,50.1020,49.9430,-0.0883,0.0000,5,1098.9781,100.8961,438.8070,-73.7119,11.6116,50.5000,-8.4831,-0.2354,5.4158,0.0000,5.4158,6.4311,5.4158,0.5079,0.0000,4.9079,0.0000,4.9079,5.4665,-0.5586,0.0000,-0.5586,-0.1091,-0.4495,0.0000,1.1924,9.2526,-10.8945,1.0115,3010.9078,3010.9078,3010.9078 -260.5000,1.0000,2791.7070,50.0845,50.2260,0.0786,0.0000,5,1098.5943,281.5828,515.0301,-73.6844,32.3946,59.2514,-8.4770,0.2094,25.7350,0.0000,25.7350,6.4502,25.7350,0.6067,0.0000,25.1282,0.0000,25.1282,5.4646,19.6636,0.0000,19.6636,0.0971,19.5666,0.0000,0.6251,9.2494,9.6921,1.0230,6646.5301,6646.5301,6646.5301 -261.5000,1.0000,2805.7530,50.5655,50.9050,0.1886,0.0000,5,1109.1449,397.6114,604.9816,-74.3306,46.1823,70.2682,-8.6335,0.5072,39.2492,0.0000,39.2492,6.4259,39.2492,0.6813,0.0000,38.5679,0.0000,38.5679,5.5171,33.0508,0.0000,33.0508,0.2351,32.8156,0.0000,0.0000,9.3382,23.4774,1.0255,9307.8267,9307.8267,9307.8267 -262.5000,1.0000,2820.0094,51.3230,51.7410,0.2322,0.0000,5,1125.7606,445.8273,662.3111,-75.3217,52.5583,78.0794,-8.8796,0.6339,45.4340,0.0000,45.4340,6.4904,45.4340,0.7234,0.0000,44.7107,0.0000,44.7107,5.5997,39.1109,0.0000,39.1109,0.2938,38.8171,0.0000,0.0000,9.4781,29.3390,1.0418,10437.6651,10437.6651,10437.6651 -263.5000,1.0000,2834.4965,52.1535,52.5660,0.2292,0.0000,5,1143.9774,442.0684,687.1138,-76.4084,52.9585,82.3142,-9.1535,0.6357,45.7754,0.0000,45.7754,6.5475,45.7754,0.7374,0.0000,45.0379,0.0000,45.0379,5.6904,39.3476,0.0000,39.3476,0.2947,39.0529,0.0000,0.0000,9.6315,29.4215,1.0225,10531.7063,10531.7063,10531.7063 -264.5000,1.0000,2849.2231,53.0160,53.4660,0.2500,0.0000,5,1162.8962,465.1020,688.7608,-77.5370,56.6393,83.8761,-9.4423,0.7049,49.2969,0.0000,49.2969,6.6375,49.2969,0.7680,0.0000,48.5289,0.0000,48.5289,5.7845,42.7444,0.0000,42.7444,0.3268,42.4177,0.0000,0.0000,9.7907,32.6269,1.0397,11281.7950,11281.7950,11281.7950 -265.5000,1.0000,2864.1863,53.8675,54.2690,0.2231,0.0000,5,1181.5737,434.9128,701.5262,-78.6511,53.8135,86.8027,-9.7318,0.6390,46.4664,0.0000,46.4664,6.7081,46.4664,0.7668,0.0000,45.6996,0.0000,45.6996,5.8774,39.8223,0.0000,39.8223,0.2962,39.5260,0.0000,0.0000,9.9480,29.5780,1.0569,10740.3772,10740.3772,10740.3772 -266.5000,1.0000,2879.3787,54.6925,55.1160,0.2353,0.0000,5,1199.6699,448.2773,691.1559,-79.7306,56.3167,86.8293,-10.0165,0.6844,48.8530,0.0000,48.8530,6.7794,48.8530,0.7914,0.0000,48.0615,0.0000,48.0615,5.9674,42.0942,0.0000,42.0942,0.3173,41.7769,0.0000,0.0000,10.1004,31.6766,1.0360,11247.9237,11247.9237,11247.9237 -267.5000,1.0000,2894.8141,55.5675,56.0190,0.2508,0.0000,5,1218.8629,465.4293,699.8475,-80.8690,59.4069,89.3279,-10.3220,0.7413,51.7994,0.0000,51.7994,6.8663,51.7994,0.8198,0.0000,50.9796,0.0000,50.9796,6.0629,44.9167,0.0000,44.9167,0.3436,44.5731,0.0000,0.0000,10.2619,34.3112,1.0398,11825.9004,11825.9004,11825.9004 -268.5000,1.0000,2910.4770,56.3865,56.7540,0.2042,0.0000,5,1236.8275,413.7621,708.9447,-81.9344,53.5906,91.8227,-10.6122,0.6123,45.9921,0.0000,45.9921,6.9862,45.9921,0.8036,0.0000,45.1885,0.0000,45.1885,6.1522,39.0363,0.0000,39.0363,0.2838,38.7525,0.0000,0.0000,10.4132,28.3393,1.0700,10726.1409,10726.1409,10726.1409 -269.5000,1.0000,2926.3541,57.1575,57.5610,0.2242,0.0000,5,1253.7392,435.5420,689.7689,-82.9374,57.1829,90.5606,-10.8890,0.6814,49.4820,0.0000,49.4820,7.0195,49.4820,0.8333,0.0000,48.6487,0.0000,48.6487,6.2363,42.4123,0.0000,42.4123,0.3159,42.0964,0.0000,0.0000,10.5556,31.5409,1.0600,11396.3860,11396.3860,11396.3860 -270.5000,1.0000,2942.4599,57.9810,58.4010,0.2333,0.0000,5,1271.8026,445.3568,701.7662,-84.0087,59.3139,93.4632,-11.1885,0.7195,51.5278,0.0000,51.5278,7.0666,51.5278,0.8567,0.0000,50.6710,0.0000,50.6710,6.3262,44.3449,0.0000,44.3449,0.3336,44.0113,0.0000,0.0000,10.7077,33.3036,1.0369,11818.3011,11818.3011,11818.3011 -271.5000,1.0000,2958.7762,58.7385,59.0760,0.1875,0.0000,5,1288.4182,394.6240,707.5568,-84.9942,53.2438,95.4656,-11.4677,0.5857,45.4781,0.0000,45.4781,7.1799,45.4781,0.8387,0.0000,44.6394,0.0000,44.6394,6.4088,38.2306,0.0000,38.2306,0.2715,37.9590,0.0000,0.0000,10.8475,27.1115,1.0535,10690.6775,10690.6775,10690.6775 -272.5000,1.0000,2975.2813,59.4185,59.7610,0.1903,0.0000,5,1303.3339,397.4480,689.1232,-85.8788,54.2456,94.0549,-11.7212,0.6013,46.4211,0.0000,46.4211,7.2232,46.4211,0.8546,0.0000,45.5666,0.0000,45.5666,6.4830,39.0835,0.0000,39.0835,0.2787,38.8048,0.0000,0.0000,10.9731,27.8317,1.0431,10884.3395,10884.3395,10884.3395 -273.5000,1.0000,2991.9456,59.9915,60.2220,0.1281,0.0000,5,1315.9025,328.0995,691.2731,-86.6242,45.2124,95.2581,-11.9369,0.4086,37.5446,0.0000,37.5446,7.2592,37.5446,0.8196,0.0000,36.7250,0.0000,36.7250,6.5455,30.1795,0.0000,30.1795,0.1894,29.9901,0.0000,0.0000,11.0789,18.9111,1.0589,9191.6596,9191.6596,9191.6596 -274.5000,1.0000,3008.7051,60.3340,60.4460,0.0622,0.0000,5,1323.4152,255.2681,663.2064,-87.0698,35.3770,91.9123,-12.0668,0.1997,27.8358,0.0000,27.8358,7.3416,27.8358,0.7767,0.0000,27.0591,0.0000,27.0591,6.5829,20.4761,0.0000,20.4761,0.0926,20.3836,0.0000,0.0000,11.1422,9.2414,1.0610,7342.7123,7342.7123,7342.7123 -275.5000,1.0000,3025.4462,60.2680,60.0900,-0.0989,0.0000,5,1321.9675,76.2485,629.8395,-86.9839,10.5556,87.1925,-12.0417,-0.3170,3.5671,0.0000,3.5671,7.3054,3.5671,0.6795,0.0000,2.8877,0.0000,2.8877,6.5757,-3.6881,0.0000,-3.6881,-0.1469,-3.5411,0.0000,0.0000,11.1300,-14.6711,1.0468,2974.5970,2974.5970,2974.5970 -276.5000,1.0000,3042.0394,59.7355,59.3810,-0.1969,0.0000,5,1310.2872,-30.8846,549.9446,-86.2912,-4.2378,75.4595,-11.8403,-0.6257,-10.9946,0.0000,-10.9946,7.3826,-10.9946,0.7066,0.0000,-11.7012,0.0000,-11.7012,6.5176,-18.2188,0.0000,-18.2188,-0.2901,-17.9288,0.0000,0.0000,11.0317,-28.9605,1.1819,1068.5488,1068.5488,1068.5488 -277.5000,1.0000,3058.4635,59.1270,58.8730,-0.1411,0.0000,5,1296.9399,30.9157,502.0268,-85.4996,4.1988,68.1829,-11.6121,-0.4437,-2.6987,0.0000,-2.6987,7.3413,-2.6987,0.6754,0.0000,-3.3740,0.0000,-3.3740,6.4512,-9.8253,0.0000,-9.8253,-0.2057,-9.6196,0.0000,0.0000,10.9193,-20.5389,1.1898,2176.9015,2176.9015,2176.9015 -278.5000,1.0000,3074.7627,58.6770,58.4810,-0.1089,0.0000,5,1287.0692,66.2442,526.6144,-84.9142,8.9285,70.9779,-11.4449,-0.3398,2.0084,0.0000,2.0084,7.2599,2.0084,0.6559,0.0000,1.3525,0.0000,1.3525,6.4021,-5.0496,0.0000,-5.0496,-0.1575,-4.8921,0.0000,0.0000,10.8362,-15.7283,1.1862,2724.9262,2724.9262,2724.9262 -279.5000,1.0000,3090.9862,58.4045,58.3280,-0.0425,0.0000,5,1281.0920,139.8393,541.8929,-84.5597,18.7602,72.6980,-11.3442,-0.1320,11.6509,0.0000,11.6509,7.2413,11.6509,0.6642,0.0000,10.9867,0.0000,10.9867,6.3724,4.6143,0.0000,4.6143,-0.0612,4.6755,0.0000,0.0000,10.7859,-6.1103,1.1841,4219.6628,4219.6628,4219.6628 -280.5000,1.0000,3107.1948,58.3510,58.3740,0.0128,0.0000,5,1279.9184,201.4353,574.4221,-84.4901,26.9989,76.9914,-11.3244,0.0397,19.6999,0.0000,19.6999,7.2594,19.6999,0.7036,0.0000,18.9963,0.0000,18.9963,6.3666,12.6298,0.0000,12.6298,0.0184,12.6114,0.0000,0.0000,10.7760,1.8354,1.1582,5767.4320,5767.4320,5767.4320 -281.5000,1.0000,3123.4367,58.4710,58.5680,0.0539,0.0000,5,1282.5506,246.6100,602.1145,-84.6462,33.1218,80.8690,-11.3687,0.1676,25.7478,0.0000,25.7478,7.2064,25.7478,0.7357,0.0000,25.0120,0.0000,25.0120,6.3796,18.6324,0.0000,18.6324,0.0777,18.5547,0.0000,0.0000,10.7981,7.7566,1.1465,6895.2145,6895.2145,6895.2145 -282.5000,1.0000,3139.7317,58.6620,58.7560,0.0522,0.0000,5,1286.7402,245.4270,622.0272,-84.8947,33.0706,83.8164,-11.4393,0.1629,25.5887,0.0000,25.5887,7.3190,25.5887,0.7380,0.0000,24.8507,0.0000,24.8507,6.4005,18.4502,0.0000,18.4502,0.0755,18.3746,0.0000,0.0000,10.8334,7.5412,1.2182,6893.0819,6893.0819,6893.0819 -283.5000,1.0000,3156.0942,58.9050,59.0540,0.0828,0.0000,5,1292.0703,293.4761,623.2793,-85.2108,39.7089,84.3330,-11.5295,0.2593,30.1937,0.0000,30.1937,9.2559,30.1937,0.7650,0.0000,29.4287,0.0000,29.4287,6.4270,23.0017,0.0000,23.0017,0.1202,22.8814,0.0000,0.0000,10.8783,12.0031,1.1082,8148.5472,8148.5472,8148.5472 -284.5000,1.0000,3172.5342,59.1840,59.3140,0.0722,0.0000,5,1298.1901,282.0909,644.3772,-85.5737,38.3492,87.6006,-11.6334,0.2273,28.7773,0.0000,28.7773,9.3445,28.7773,0.7625,0.0000,28.0148,0.0000,28.0148,6.4574,21.5574,0.0000,21.5574,0.1054,21.4520,0.0000,0.0000,10.9298,10.5221,1.1775,7900.2347,7900.2347,7900.2347 -285.5000,1.0000,3189.0520,59.4640,59.6140,0.0833,0.0000,5,1304.3319,294.3729,641.0903,-85.9380,40.2082,87.5661,-11.7382,0.2635,30.5661,0.0000,30.5661,9.3785,30.5661,0.7760,0.0000,29.7901,0.0000,29.7901,6.4880,23.3021,0.0000,23.3021,0.1222,23.1799,0.0000,0.0000,10.9815,12.1984,1.1797,8244.7477,8244.7477,8244.7477 -286.5000,1.0000,3205.6488,59.7485,59.8830,0.0747,0.0000,5,1310.5723,284.9345,647.2243,-86.3081,39.1052,88.8269,-11.8452,0.2374,29.4284,0.0000,29.4284,9.4394,29.4284,0.7750,0.0000,28.6534,0.0000,28.6534,6.5190,22.1344,0.0000,22.1344,0.1101,22.0243,0.0000,0.0000,11.0341,10.9902,1.2359,8034.8109,8034.8109,8034.8109 -287.5000,1.0000,3222.3160,60.0020,60.1210,0.0661,0.0000,5,1316.1328,274.9256,644.2795,-86.6379,37.8917,88.7979,-11.9409,0.2110,28.2637,0.0000,28.2637,9.4170,28.2637,0.7734,0.0000,27.4903,0.0000,27.4903,6.5467,20.9436,0.0000,20.9436,0.0978,20.8458,0.0000,0.0000,11.0809,9.7649,1.1967,7807.1541,7807.1541,7807.1541 -288.5000,1.0000,3239.0588,60.2740,60.4270,0.0850,0.0000,5,1322.0991,296.4774,641.7790,-86.9917,41.0473,88.8542,-12.0440,0.2725,31.2384,0.0000,31.2384,9.5364,31.2384,0.7928,0.0000,30.4456,0.0000,30.4456,6.5764,23.8693,0.0000,23.8693,0.1263,23.7429,0.0000,0.0000,11.1311,12.6118,1.2310,8417.6756,8417.6756,8417.6756 -289.5000,1.0000,3255.8903,60.5935,60.7600,0.0925,0.0000,5,1329.1073,304.5900,652.1201,-87.4074,42.3940,90.7646,-12.1657,0.2981,32.5415,0.0000,32.5415,9.5544,32.5415,0.8046,0.0000,31.7369,0.0000,31.7369,6.6112,25.1257,0.0000,25.1257,0.1382,24.9875,0.0000,0.0000,11.1901,13.7974,1.1754,8677.7311,8677.7311,8677.7311 -290.5000,1.0000,3272.8180,60.9395,61.1190,0.0997,0.0000,5,1336.6967,297.6633,657.0554,-87.8575,41.6665,91.9737,-12.2982,0.3232,33.8292,0.0000,33.8292,7.5141,33.8292,0.8168,0.0000,33.0124,0.0000,33.0124,6.6490,26.3634,0.0000,26.3634,0.1498,26.2136,0.0000,0.0000,11.2540,14.9596,1.2453,8546.9456,8546.9456,8546.9456 -291.5000,1.0000,3289.8620,61.3585,61.5980,0.1331,0.0000,5,1345.8874,334.5912,656.7535,-88.4026,47.1576,92.5635,-12.4595,0.4342,39.1752,0.0000,39.1752,7.5482,39.1752,0.8505,0.0000,38.3246,0.0000,38.3246,6.6947,31.6299,0.0000,31.6299,0.2013,31.4287,0.0000,0.0000,11.3314,20.0973,1.2201,9556.8822,9556.8822,9556.8822 -292.5000,1.0000,3307.0373,61.8310,62.0640,0.1294,0.0000,5,1356.2516,338.4661,673.3837,-89.0172,48.0711,95.6382,-12.6428,0.4257,40.0718,0.0000,40.0718,7.5736,40.0718,0.8630,0.0000,39.2088,0.0000,39.2088,6.7463,32.4626,0.0000,32.4626,0.1973,32.2652,0.0000,1.1442,11.4187,19.7024,1.2111,9724.8580,9724.8580,9724.8580 -293.5000,1.0000,3324.3727,62.4075,62.7510,0.1908,0.0000,5,1368.8970,413.8219,678.5851,-89.7672,59.3216,97.2756,-12.8682,0.6334,51.0427,0.0000,51.0427,7.6455,51.0427,0.9276,0.0000,50.1151,0.0000,50.1151,6.8092,43.3059,0.0000,43.3059,0.2936,43.0123,0.0000,2.1701,11.5251,29.3170,1.2569,11876.7837,11876.7837,11876.7837 -294.5000,1.0000,3341.8976,63.0895,63.4280,0.1881,0.0000,5,1383.8566,422.6043,710.3679,-90.6544,61.2426,102.9445,-13.1374,0.6310,52.8604,0.0000,52.8604,7.7512,52.8604,0.9483,0.0000,51.9121,0.0000,51.9121,6.8836,45.0285,0.0000,45.0285,0.2925,44.7360,0.0000,3.8789,11.6511,29.2060,1.2336,12238.8541,12238.8541,12238.8541 -295.5000,1.0000,3359.5876,63.6840,63.9400,0.1422,0.0000,5,1396.8968,374.5383,715.1884,-91.4278,54.7885,104.6197,-13.3743,0.4817,46.5262,0.0000,46.5262,7.7805,46.5262,0.9269,0.0000,45.5994,0.0000,45.5994,6.9484,38.6509,0.0000,38.6509,0.2233,38.4276,0.0000,4.3708,11.7609,22.2960,1.2488,11055.6986,11055.6986,11055.6986 -296.5000,1.0000,3377.4198,64.1960,64.4520,0.1422,0.0000,5,1408.1274,381.4854,699.0829,-92.0939,56.2534,103.0859,-13.5801,0.4856,47.9843,0.0000,47.9843,7.7834,47.9843,0.9430,0.0000,47.0413,0.0000,47.0413,7.0043,40.0370,0.0000,40.0370,0.2251,39.8119,0.0000,5.4813,11.8554,22.4753,1.2130,11329.5585,11329.5585,11329.5585 -297.5000,1.0000,3395.4016,64.7345,65.0170,0.1569,0.0000,5,1419.9393,409.6312,704.2297,-92.7944,60.9104,104.7159,-13.7981,0.5403,52.5957,0.0000,52.5957,7.7743,52.5957,0.9755,0.0000,51.6203,0.0000,51.6203,7.0630,44.5572,0.0000,44.5572,0.2505,44.3067,0.0000,7.3420,11.9549,25.0098,1.2028,12218.2668,12218.2668,12218.2668 -298.5000,1.0000,3413.5316,65.2680,65.5190,0.1394,0.0000,5,1431.6416,402.7099,716.5186,-93.4885,60.3747,107.4213,-14.0159,0.4840,52.0010,0.0000,52.0010,7.8897,52.0010,0.9818,0.0000,51.0192,0.0000,51.0192,7.1213,43.8979,0.0000,43.8979,0.2244,43.6735,0.0000,9.2159,12.0534,22.4043,1.2185,12136.3674,12136.3674,12136.3674 -299.5000,1.0000,3431.8087,65.7975,66.0760,0.1547,0.0000,5,1443.2560,432.8606,716.4632,-94.1773,65.4214,108.2844,-14.2337,0.5414,56.9565,0.0000,56.9565,7.9235,56.9565,1.0159,0.0000,55.9405,0.0000,55.9405,7.1790,48.7615,0.0000,48.7615,0.2510,48.5105,0.0000,11.2987,12.1512,25.0606,1.2207,13048.3320,13048.3320,13048.3320 -300.5000,1.0000,3450.2240,66.2950,66.5140,0.1217,0.0000,5,1454.1686,398.9078,728.7788,-94.8245,60.7458,110.9786,-14.4399,0.4290,52.2566,0.0000,52.2566,8.0602,52.2566,1.0013,0.0000,51.2553,0.0000,51.2553,7.2333,44.0220,0.0000,44.0220,0.1989,43.8232,0.0000,11.7246,12.2430,19.8555,1.2227,12231.2667,12231.2667,12231.2667 -301.5000,1.0000,3468.7752,66.7845,67.0550,0.1503,0.0000,5,1464.9057,429.8381,719.1693,-95.4613,65.9391,110.3239,-14.6442,0.5338,57.3031,0.0000,57.3031,8.1022,57.3031,1.0352,0.0000,56.2679,0.0000,56.2679,7.2867,48.9812,0.0000,48.9812,0.2474,48.7338,0.0000,11.6945,12.3334,24.7058,1.2624,13159.2688,13159.2688,13159.2688 -302.5000,1.0000,3487.4769,67.3260,67.5970,0.1506,0.0000,5,1476.7834,439.6715,732.3146,-96.1657,67.9945,113.2513,-14.8719,0.5391,59.3726,0.0000,59.3726,8.0828,59.3726,1.0553,0.0000,58.3174,0.0000,58.3174,7.3458,50.9716,0.0000,50.9716,0.2499,50.7217,0.0000,13.3360,12.4334,24.9522,1.1894,13558.2381,13558.2381,13558.2381 -303.5000,1.0000,3506.2755,67.6750,67.7530,0.0433,0.0000,5,1484.4387,336.0776,735.2016,-96.6198,52.2433,114.2871,-15.0195,0.1560,43.9003,0.0000,43.9003,8.1870,43.9003,0.9842,0.0000,42.9161,0.0000,42.9161,7.3839,35.5322,0.0000,35.5322,0.0723,35.4599,0.0000,15.7430,12.4979,7.2190,1.2285,10646.9003,10646.9003,10646.9003 -304.5000,1.0000,3525.0616,67.6300,67.5070,-0.0683,0.0000,5,1483.4516,217.1497,696.3513,-96.5612,33.7335,108.1759,-15.0005,-0.2458,25.7461,0.0000,25.7461,8.2332,25.7461,0.8926,0.0000,24.8535,0.0000,24.8535,7.3790,17.4745,0.0000,17.4745,-0.1139,17.5884,0.0000,16.4752,12.4896,-11.3763,1.2785,7180.9599,7180.9599,7180.9599 -305.5000,1.0000,3543.7315,67.2115,66.9160,-0.1642,0.0000,5,1474.2719,119.1371,649.3652,-96.0168,18.3930,100.2525,-14.8236,-0.5868,10.7767,0.0000,10.7767,8.2032,10.7767,0.8102,0.0000,9.9664,0.0000,9.9664,7.3333,2.6331,0.0000,2.6331,-0.2720,2.9052,0.0000,17.6546,12.4123,-27.1618,1.2642,4391.0283,4391.0283,4391.0283 -306.5000,1.0000,3562.2015,66.4920,66.0680,-0.2356,0.0000,5,1458.4898,32.0238,607.2484,-95.0808,4.8911,92.7467,-14.5219,-0.8330,-2.3671,0.0000,-2.3671,8.0912,-2.3671,0.8067,0.0000,-3.1737,0.0000,-3.1737,7.2548,-10.4285,0.0000,-10.4285,-0.3862,-10.0424,0.0000,16.2342,12.2794,-38.5560,1.2487,2623.8665,2623.8665,2623.8665 -307.5000,1.0000,3580.4499,65.6945,65.3210,-0.2075,0.0000,5,1440.9968,65.3481,569.8819,-94.0433,9.8611,85.9957,-14.1912,-0.7250,2.5867,0.0000,2.5867,7.9994,2.5867,0.7795,0.0000,1.8072,0.0000,1.8072,7.1678,-5.3606,0.0000,-5.3606,-0.3361,-5.0245,0.0000,16.3998,12.1321,-33.5565,1.2453,3161.8723,3161.8723,3161.8723 -308.5000,1.0000,3598.4674,64.8630,64.4050,-0.2544,0.0000,5,1422.7580,7.8142,575.7794,-92.9616,1.1642,85.7859,-13.8504,-0.8778,-5.7589,0.0000,-5.7589,7.8009,-5.7589,0.7850,0.0000,-6.5439,0.0000,-6.5439,7.0771,-13.6209,0.0000,-13.6209,-0.4069,-13.2140,0.0000,15.4348,11.9786,-40.6274,1.2038,2128.1478,2128.1478,2128.1478 -309.5000,1.0000,3616.2649,64.0710,63.7370,-0.1856,0.0000,5,1405.3856,78.6477,549.8509,-91.9313,11.5747,80.9225,-13.5297,-0.6323,4.4848,0.0000,4.4848,7.7222,4.4848,0.7449,0.0000,3.7398,0.0000,3.7398,6.9907,-3.2508,0.0000,-3.2508,-0.2931,-2.9577,0.0000,14.4761,11.8323,-29.2661,1.1976,3305.4441,3305.4441,3305.4441 -310.5000,1.0000,3633.8756,63.3985,63.0600,-0.1881,0.0000,5,1390.6344,78.2280,573.3264,-91.0564,11.3921,83.4917,-13.2603,-0.6341,4.3222,0.0000,4.3222,7.7040,4.3222,0.7331,0.0000,3.5890,0.0000,3.5890,6.9173,-3.3282,0.0000,-3.3282,-0.2939,-3.0343,0.0000,14.6067,11.7081,-29.3491,1.1933,3252.6463,3252.6463,3252.6463 -311.5000,1.0000,3651.3215,62.8050,62.5500,-0.1417,0.0000,5,1377.6161,122.6577,570.6570,-90.2843,17.6950,82.3250,-13.0247,-0.4732,10.5141,0.0000,10.5141,7.6542,10.5141,0.7317,0.0000,9.7824,0.0000,9.7824,6.8525,2.9299,0.0000,2.9299,-0.2194,3.1492,0.0000,13.4531,11.5985,-21.9024,1.2177,4152.5219,4152.5219,4152.5219 -312.5000,1.0000,3668.6442,62.3620,62.1740,-0.1044,0.0000,5,1367.8990,164.5154,586.7459,-89.7080,23.5662,84.0490,-12.8503,-0.3464,16.3283,0.0000,16.3283,7.5843,16.3283,0.7532,0.0000,15.5751,0.0000,15.5751,6.8042,8.7709,0.0000,8.7709,-0.1606,8.9315,0.0000,13.4485,11.5167,-16.0337,1.2384,5212.9853,5212.9853,5212.9853 -313.5000,1.0000,3685.9017,62.1270,62.0800,-0.0261,0.0000,5,1362.7443,251.0631,604.1004,-89.4023,35.8283,86.2089,-12.7583,-0.0863,28.3612,0.0000,28.3612,7.5533,28.3612,0.8094,0.0000,27.5518,0.0000,27.5518,6.7785,20.7733,0.0000,20.7733,-0.0400,20.8133,0.0000,13.3333,11.4733,-3.9933,1.2547,7449.1117,7449.1117,7449.1117 -314.5000,1.0000,3703.1259,62.0070,61.9340,-0.0406,0.0000,5,1360.1121,241.9243,637.8153,-89.2462,34.4574,90.8444,-12.7114,-0.1337,27.0025,0.0000,27.0025,7.5887,27.0025,0.8006,0.0000,26.2019,0.0000,26.2019,6.7655,19.4364,0.0000,19.4364,-0.0620,19.4984,0.0000,14.2377,11.4512,-6.1904,1.2446,7182.4214,7182.4214,7182.4214 -315.5000,1.0000,3720.2780,61.7475,61.5610,-0.1036,0.0000,5,1354.4200,168.5634,631.5556,-88.9086,23.9081,89.5764,-12.6103,-0.3403,16.7199,0.0000,16.7199,7.5284,16.7199,0.7448,0.0000,15.9751,0.0000,15.9751,6.7371,9.2380,0.0000,9.2380,-0.1577,9.3957,0.0000,13.7416,11.4032,-15.7491,1.1968,5255.8548,5255.8548,5255.8548 -316.5000,1.0000,3737.3091,61.3120,61.0630,-0.1383,0.0000,5,1344.8674,116.5750,598.7191,-88.3421,16.4178,84.3201,-12.4416,-0.4511,9.5338,0.0000,9.5338,7.3351,9.5338,0.7015,0.0000,8.8322,0.0000,8.8322,6.6896,2.1426,0.0000,2.1426,-0.2091,2.3517,0.0000,11.9075,11.3228,-20.8786,1.0813,3881.3112,3881.3112,3881.3112 -317.5000,1.0000,3754.1790,60.7315,60.4000,-0.1842,0.0000,5,1332.1343,62.6923,572.9710,-87.5869,8.7456,79.9299,-12.2184,-0.5949,2.0968,0.0000,2.0968,7.2437,2.0968,0.6912,0.0000,1.4055,0.0000,1.4055,6.6263,-5.2208,0.0000,-5.2208,-0.2758,-4.9450,0.0000,11.3724,11.2156,-27.5330,1.0776,2781.5886,2781.5886,2781.5886 -318.5000,1.0000,3770.8751,60.1060,59.8120,-0.1633,0.0000,5,1318.4140,90.3790,547.3114,-86.7732,12.4781,75.5640,-11.9803,-0.5221,5.8466,0.0000,5.8466,7.1536,5.8466,0.6709,0.0000,5.1757,0.0000,5.1757,6.5580,-1.3823,0.0000,-1.3823,-0.2420,-1.1403,0.0000,11.9266,11.1001,-24.1670,1.0195,3202.7302,3202.7302,3202.7302 -319.5000,1.0000,3787.4051,59.5080,59.2040,-0.1689,0.0000,5,1305.2970,77.2123,555.4136,-85.9952,10.5542,75.9197,-11.7547,-0.5345,3.8624,0.0000,3.8624,7.2263,3.8624,0.6655,0.0000,3.1968,0.0000,3.1968,6.4928,-3.2960,0.0000,-3.2960,-0.2478,-3.0482,0.0000,10.7025,10.9897,-24.7403,1.0839,2947.0138,2947.0138,2947.0138 -320.5000,1.0000,3803.8144,59.0735,58.9430,-0.0725,0.0000,5,1295.7663,184.7507,549.7266,-85.4300,25.0693,74.5937,-11.5922,-0.2278,18.1375,0.0000,18.1375,7.1595,18.1375,0.7075,0.0000,17.4300,0.0000,17.4300,6.4454,10.9846,0.0000,10.9846,-0.1056,11.0902,0.0000,10.7237,10.9094,-10.5429,1.0816,5422.9476,5422.9476,5422.9476 -321.5000,1.0000,3820.1926,58.9615,58.9800,0.0103,0.0000,5,1293.3096,280.2663,596.6809,-85.2843,37.9579,80.8115,-11.5505,0.0322,30.8232,0.0000,30.8232,7.1025,30.8232,0.7691,0.0000,30.0541,0.0000,30.0541,6.4332,23.6209,0.0000,23.6209,0.0149,23.6060,0.0000,11.2255,10.8887,1.4918,1.0678,7821.4027,7821.4027,7821.4027 -322.5000,1.0000,3836.5965,59.0540,59.1280,0.0411,0.0000,5,1295.3386,306.5003,637.9125,-85.4046,41.5760,86.5313,-11.5849,0.1291,34.3718,0.0000,34.3718,7.0751,34.3718,0.7883,0.0000,33.5835,0.0000,33.5835,6.4433,27.1402,0.0000,27.1402,0.0599,27.0804,0.0000,10.1982,10.9058,5.9764,1.0016,8494.0013,8494.0013,8494.0013 -323.5000,1.0000,3853.0653,59.2880,59.4480,0.0889,0.0000,5,1300.4714,367.0208,650.7577,-85.7090,49.9827,88.6235,-11.6723,0.2803,42.5490,0.0000,42.5490,7.1534,42.5490,0.8331,0.0000,41.7160,0.0000,41.7160,6.4688,35.2472,0.0000,35.2472,0.1299,35.1173,0.0000,11.1951,10.9490,12.9731,1.0026,10085.1914,10085.1914,10085.1914 -324.5000,1.0000,3869.6316,59.6385,59.8290,0.1058,0.0000,5,1308.1595,390.6246,677.4901,-86.1650,53.5117,92.8095,-11.8038,0.3357,46.0090,0.0000,46.0090,7.1670,46.0090,0.8561,0.0000,45.1529,0.0000,45.1529,6.5070,38.6459,0.0000,38.6459,0.1556,38.4903,0.0000,11.9391,11.0138,15.5374,1.0441,10740.2616,10740.2616,10740.2616 -325.5000,1.0000,3886.2958,59.9910,60.1530,0.0900,0.0000,5,1315.8915,376.4653,688.2121,-86.6236,51.8769,94.8355,-11.9367,0.2872,44.4928,0.0000,44.4928,7.0970,44.4928,0.8543,0.0000,43.6384,0.0000,43.6384,6.5455,37.0929,0.0000,37.0929,0.1331,36.9598,0.0000,12.5899,11.0789,13.2910,0.9656,10429.2679,10429.2679,10429.2679 -326.5000,1.0000,3903.0252,60.2260,60.2990,0.0406,0.0000,5,1321.0462,319.5666,682.4460,-86.9293,44.2087,94.4093,-12.0258,0.1299,36.8221,0.0000,36.8221,7.2567,36.8221,0.8199,0.0000,36.0023,0.0000,36.0023,6.5711,29.4311,0.0000,29.4311,0.0602,29.3709,0.0000,12.2360,11.1223,6.0126,1.0603,9007.4564,9007.4564,9007.4564 -327.5000,1.0000,3919.7872,60.3430,60.3870,0.0244,0.0000,5,1323.6126,320.5629,659.3545,-87.0815,44.4327,91.3921,-12.0702,0.0784,37.0688,0.0000,37.0688,7.2855,37.0688,0.8230,0.0000,36.2458,0.0000,36.2458,6.5839,29.6619,0.0000,29.6619,0.0364,29.6255,0.0000,14.8505,11.1439,3.6311,1.0610,9049.9931,9049.9931,9049.9931 -328.5000,1.0000,3936.5288,60.2700,60.1530,-0.0650,0.0000,5,1322.0114,229.8067,657.8067,-86.9865,31.8146,91.0672,-12.0425,-0.2084,24.7901,0.0000,24.7901,7.2329,24.7901,0.7604,0.0000,24.0296,0.0000,24.0296,6.5759,17.4537,0.0000,17.4537,-0.0966,17.5503,0.0000,16.0636,11.1304,-9.6437,1.0605,6689.5673,6689.5673,6689.5673 -329.5000,1.0000,3953.1970,60.0055,59.8580,-0.0819,0.0000,5,1316.2096,220.6479,618.7224,-86.6424,30.4126,85.2805,-11.9422,-0.2615,23.4539,0.0000,23.4539,7.2202,23.4539,0.7494,0.0000,22.7046,0.0000,22.7046,6.5471,16.1575,0.0000,16.1575,-0.1212,16.2787,0.0000,17.3015,11.0815,-12.1043,1.0590,6429.4083,6429.4083,6429.4083 -330.5000,1.0000,3969.7581,59.6200,59.3820,-0.1322,0.0000,5,1307.7537,156.3797,612.0012,-86.1409,21.4158,83.8121,-11.7968,-0.4193,14.7251,0.0000,14.7251,7.1100,14.7251,0.6994,0.0000,14.0257,0.0000,14.0257,6.5050,7.5207,0.0000,7.5207,-0.1944,7.7151,0.0000,16.1103,11.0103,-19.4055,1.0573,4753.9097,4753.9097,4753.9097 -331.5000,1.0000,3986.2253,59.2820,59.1820,-0.0556,0.0000,5,1300.3398,242.9968,584.9085,-85.7012,33.0892,79.6477,-11.6700,-0.1752,26.1478,0.0000,26.1478,7.1165,26.1478,0.7510,0.0000,25.3969,0.0000,25.3969,6.4681,18.9288,0.0000,18.9288,-0.0812,19.0100,0.0000,16.1694,10.9479,-8.1074,1.0692,6921.3065,6921.3065,6921.3065 -332.5000,1.0000,4002.6538,59.1425,59.1030,-0.0219,0.0000,5,1297.2798,286.0666,621.4885,-85.5198,38.8624,84.4297,-11.6179,-0.0690,31.7551,0.0000,31.7551,7.1763,31.7551,0.7767,0.0000,30.9784,0.0000,30.9784,6.4529,24.5255,0.0000,24.5255,-0.0320,24.5575,0.0000,16.8302,10.9222,-3.1949,1.0419,7995.1159,7995.1159,7995.1159 -333.5000,1.0000,4019.0835,59.1470,59.1910,0.0244,0.0000,5,1297.3786,320.9731,640.5450,-85.5256,43.6078,87.0252,-11.6196,0.0769,36.3914,0.0000,36.3914,7.1395,36.3914,0.8000,0.0000,35.5915,0.0000,35.5915,6.4534,29.1381,0.0000,29.1381,0.0356,29.1024,0.0000,14.6203,10.9230,3.5591,1.0686,8881.5759,8881.5759,8881.5759 -334.5000,1.0000,4035.5491,59.2760,59.3610,0.0472,0.0000,5,1300.2081,366.9056,656.0373,-85.6934,49.9569,89.3244,-11.6678,0.1489,42.6967,0.0000,42.6967,7.1114,42.6967,0.8336,0.0000,41.8631,0.0000,41.8631,6.4675,35.3956,0.0000,35.3956,0.0690,35.3266,0.0000,17.4892,10.9468,6.8906,1.0558,10080.4960,10080.4960,10080.4960 -335.5000,1.0000,4052.0981,59.5765,59.7920,0.1197,0.0000,5,1306.7996,449.6518,677.6500,-86.0843,61.5338,92.7349,-11.7804,0.3793,54.0317,0.0000,54.0317,7.1227,54.0317,0.8952,0.0000,53.1365,0.0000,53.1365,6.5003,46.6363,0.0000,46.6363,0.1759,46.4604,0.0000,17.8999,11.0023,17.5582,1.0705,12278.6953,12278.6953,12278.6953 -336.5000,1.0000,4068.7603,59.9840,60.1760,0.1067,0.0000,5,1315.7380,427.7137,712.7346,-86.6145,58.9320,98.2032,-11.9341,0.3403,51.3683,0.0000,51.3683,7.2234,51.3683,0.8886,0.0000,50.4797,0.0000,50.4797,6.5447,43.9350,0.0000,43.9350,0.1577,43.7773,0.0000,16.9492,11.0776,15.7505,1.0728,11783.3695,11783.3695,11783.3695 -337.5000,1.0000,4085.4552,60.1015,60.0270,-0.0414,0.0000,5,1318.3153,272.4028,701.7163,-86.7673,37.6062,96.8745,-11.9785,-0.1323,30.5291,0.0000,30.5291,7.2094,30.5291,0.7863,0.0000,29.7428,0.0000,29.7428,6.5575,23.1852,0.0000,23.1852,-0.0613,23.2465,0.0000,18.2708,11.0993,-6.1235,1.0461,7753.4876,7753.4876,7753.4876 -338.5000,1.0000,4102.1076,59.9485,59.8700,-0.0436,0.0000,5,1314.9593,252.6734,637.0143,-86.5683,34.7937,87.7183,-11.9206,-0.1390,27.7587,0.0000,27.7587,7.1740,27.7587,0.7700,0.0000,26.9887,0.0000,26.9887,6.5409,20.4479,0.0000,20.4479,-0.0645,20.5123,0.0000,15.8772,11.0710,-6.4358,1.0587,7236.5835,7236.5835,7236.5835 -339.5000,1.0000,4118.6834,59.6730,59.4760,-0.1094,0.0000,5,1308.9163,184.1774,626.1449,-86.2099,25.2451,85.8253,-11.8167,-0.3473,18.4193,0.0000,18.4193,7.1731,18.4193,0.7187,0.0000,17.7006,0.0000,17.7006,6.5108,11.1898,0.0000,11.1898,-0.1610,11.3508,0.0000,16.4075,11.0201,-16.0768,1.0442,5460.2405,5460.2405,5460.2405 -340.5000,1.0000,4135.0891,59.0605,58.6450,-0.2308,0.0000,5,1295.4812,-18.6850,591.6434,-85.4131,-2.5349,80.2638,-11.5873,-0.7251,-8.9761,0.0000,-8.9761,7.1663,-8.9761,0.6899,0.0000,-9.6660,0.0000,-9.6660,6.4440,-16.1100,0.0000,-16.1100,-0.3361,-15.7738,0.0000,6.8794,10.9070,-33.5602,1.0816,1289.8998,1289.8998,1289.8998 -341.5000,1.0000,4151.2549,58.1970,57.7490,-0.2489,0.0000,5,1276.5405,-76.0046,498.4091,-84.2897,-10.1602,66.6268,-11.2678,-0.7704,-16.3847,0.0000,-16.3847,6.9949,-16.3847,0.6937,0.0000,-17.0784,0.0000,-17.0784,6.3498,-23.4281,0.0000,-23.4281,-0.3571,-23.0710,0.0000,1.8377,10.7475,-35.6562,1.0245,74.5923,74.5923,74.5923 -342.5000,1.0000,4167.1787,57.3255,56.9020,-0.2353,0.0000,5,1257.4243,-73.6505,467.9029,-83.1560,-9.6981,61.6121,-10.9497,-0.7173,-15.9282,0.0000,-15.9282,6.9475,-15.9282,0.6778,0.0000,-16.6060,0.0000,-16.6060,6.2547,-22.8607,0.0000,-22.8607,-0.3325,-22.5281,0.0000,0.0868,10.5866,-33.2015,1.0607,99.6876,99.6876,99.6876 -343.5000,1.0000,4182.8910,56.5645,56.2270,-0.1875,0.0000,5,1240.7319,-21.6333,465.3920,-82.1660,-2.8108,60.4680,-10.6758,-0.5641,-9.1039,0.0000,-9.1039,6.8572,-9.1039,0.6479,0.0000,-9.7518,0.0000,-9.7518,6.1716,-15.9235,0.0000,-15.9235,-0.2615,-15.6620,0.0000,0.0000,10.4461,-26.1081,1.0441,1132.2403,1132.2403,1132.2403 -344.5000,1.0000,4198.4356,55.9605,55.6940,-0.1481,0.0000,5,1227.4833,21.9532,486.1283,-81.3803,2.8219,62.4878,-10.4608,-0.4406,-3.5356,0.0000,-3.5356,6.7982,-3.5356,0.6240,0.0000,-4.1596,0.0000,-4.1596,6.1057,-10.2653,0.0000,-10.2653,-0.2043,-10.0610,0.0000,0.0000,10.3345,-20.3956,1.0548,1877.0111,1877.0111,1877.0111 -345.5000,1.0000,4213.8172,55.3735,55.0530,-0.1781,0.0000,5,1214.6075,-11.1409,501.6351,-80.6166,-1.4170,63.8047,-10.2539,-0.5244,-7.6217,0.0000,-7.6217,6.7291,-7.6217,0.6245,0.0000,-8.2462,0.0000,-8.2462,6.0417,-14.2879,0.0000,-14.2879,-0.2431,-14.0448,0.0000,0.0000,10.2261,-24.2709,1.0522,1280.7829,1280.7829,1280.7829 -346.5000,1.0000,4229.0292,54.7635,54.4740,-0.1608,0.0000,5,1201.2273,8.1157,483.3523,-79.8231,1.0209,60.8020,-10.0411,-0.4684,-5.2020,0.0000,-5.2020,6.6913,-5.2020,0.6084,0.0000,-5.8104,0.0000,-5.8104,5.9751,-11.7855,0.0000,-11.7855,-0.2172,-11.5684,0.0000,0.0000,10.1135,-21.6819,1.0496,1599.1895,1599.1895,1599.1895 -347.5000,1.0000,4244.0667,54.1350,53.7960,-0.1883,0.0000,5,1187.4413,-22.0461,487.5050,-79.0011,-2.7414,60.6205,-9.8237,-0.5422,-8.8379,0.0000,-8.8379,6.6387,-8.8379,0.6073,0.0000,-9.4452,0.0000,-9.4452,5.9066,-15.3517,0.0000,-15.3517,-0.2514,-15.1003,0.0000,0.0000,9.9974,-25.0977,1.0463,1021.0389,1021.0389,1021.0389 -348.5000,1.0000,4258.9095,53.4340,53.0720,-0.2011,0.0000,5,1172.0650,-36.1542,468.7276,-78.0839,-4.4375,57.5309,-9.5839,-0.5715,-10.4205,0.0000,-10.4205,6.5545,-10.4205,0.5999,0.0000,-11.0204,0.0000,-11.0204,5.8301,-16.8505,0.0000,-16.8505,-0.2649,-16.5856,0.0000,0.0000,9.8679,-26.4535,1.0172,727.0401,727.0401,727.0401 -349.5000,1.0000,4273.5434,52.6820,52.2920,-0.2167,0.0000,5,1155.5700,-53.1096,456.9114,-77.0999,-6.4268,55.2913,-9.3299,-0.6071,-12.3102,0.0000,-12.3102,6.4905,-12.3102,0.5926,0.0000,-12.9029,0.0000,-12.9029,5.7480,-18.6509,0.0000,-18.6509,-0.2814,-18.3695,0.0000,0.0000,9.7291,-28.0985,1.0256,376.0337,376.0337,376.0337 -350.5000,1.0000,4287.9830,51.9825,51.6730,-0.1719,0.0000,5,1140.2266,-3.4714,445.7030,-76.1847,-0.4145,53.2188,-9.0968,-0.4754,-6.3847,0.0000,-6.3847,6.4455,-6.3847,0.5667,0.0000,-6.9514,0.0000,-6.9514,5.6717,-12.6231,0.0000,-12.6231,-0.2204,-12.4027,0.0000,0.0000,9.5999,-22.0026,1.0336,1273.7897,1273.7897,1273.7897 -351.5000,1.0000,4302.2388,51.3210,50.9690,-0.1956,0.0000,5,1125.7167,-29.4305,464.7975,-75.3191,-3.4694,54.7926,-8.8790,-0.5338,-9.3121,0.0000,-9.3121,6.3765,-9.3121,0.5637,0.0000,-9.8757,0.0000,-9.8757,5.5995,-15.4753,0.0000,-15.4753,-0.2474,-15.2278,0.0000,0.0000,9.4777,-24.7055,1.0297,804.1614,804.1614,804.1614 -352.5000,1.0000,4316.3120,50.6635,50.3580,-0.1697,0.0000,5,1111.2945,-0.7351,449.0523,-74.4588,-0.0855,52.2582,-8.6651,-0.4573,-5.9501,0.0000,-5.9501,6.3219,-5.9501,0.5450,0.0000,-6.4951,0.0000,-6.4951,5.5278,-12.0229,0.0000,-12.0229,-0.2120,-11.8109,0.0000,0.0000,9.3563,-21.1672,1.0260,1250.7953,1250.7953,1250.7953 -353.5000,1.0000,4330.1769,49.9135,49.4690,-0.2469,0.0000,5,1094.8434,-73.4160,456.2281,-73.4160,-8.4173,52.3073,-8.4173,-0.6555,-14.0524,0.0000,-14.0524,6.2907,-14.0524,0.5537,0.0000,-14.6060,0.0000,-14.6060,5.4460,-20.0520,1.3763,-21.4283,-0.3039,-21.1244,0.0000,0.0000,9.2178,-30.3422,1.0221,0.0000,0.0000,0.0000 -354.5000,1.0000,4343.7980,49.0360,48.6030,-0.2406,0.0000,5,1075.5956,-72.0381,414.8839,-72.0381,-8.1141,46.7309,-8.1141,-0.6274,-13.6739,0.0000,-13.6739,6.1872,-13.6739,0.5393,0.0000,-14.2133,0.0000,-14.2133,5.3502,-19.5635,0.7091,-20.2726,-0.2908,-19.9818,0.0000,0.0000,9.0557,-29.0375,1.0060,0.0000,0.0000,0.0000 -355.5000,1.0000,4357.1470,48.0565,47.5100,-0.3036,0.0000,5,1054.1105,-70.4997,407.4083,-70.5002,-7.7822,44.9723,-7.7822,-0.7760,-13.1221,0.0000,-13.1221,6.1159,-13.1221,0.5232,0.0000,-13.6453,0.0000,-13.6453,5.2433,-18.8886,8.5132,-27.4018,-0.3597,-27.0421,0.0000,0.0000,8.8748,-35.9169,1.0009,0.0000,0.0000,0.0000 -356.5000,1.0000,4370.1142,46.6820,45.8540,-0.4600,0.0000,5,1023.9611,-68.3400,394.8955,-68.3420,-7.3280,42.3442,-7.3282,-1.1421,-12.2083,0.0000,-12.2083,6.0223,-12.2083,0.5004,0.0000,-12.7087,0.0000,-12.7087,5.0934,-17.8021,26.9675,-44.7696,-0.5294,-44.2401,0.0000,0.0000,8.6210,-52.8611,1.0052,0.0000,0.0000,0.0000 -357.5000,1.0000,4382.6252,45.0395,44.2250,-0.4525,0.0000,5,987.9331,-67.3148,379.6439,-67.3171,-6.9641,39.2765,-6.9644,-1.0839,-13.5494,0.0000,-13.5494,7.6692,-13.5494,0.4799,0.0000,-14.0293,0.0000,-14.0293,4.9142,-18.9435,23.4110,-42.3545,-0.5025,-41.8520,0.0000,0.0000,8.3177,-50.1697,0.9851,0.0000,0.0000,0.0000 -358.5000,1.0000,4394.7684,43.7155,43.2060,-0.2831,0.0000,5,958.8914,-68.9782,372.5753,-68.9784,-6.9264,37.4121,-6.9265,-0.6581,-13.7959,0.0000,-13.7959,7.5275,-13.7959,0.4616,0.0000,-14.2575,0.0000,-14.2575,4.7697,-19.0272,3.6652,-22.6924,-0.3051,-22.3873,0.0000,0.0000,8.0732,-30.4605,0.9782,0.0000,0.0000,0.0000 -359.5000,1.0000,4406.6280,42.6945,42.1830,-0.2842,0.0000,5,936.4960,-70.2593,375.8998,-70.2596,-6.8903,36.8644,-6.8903,-0.6453,-13.5787,0.0000,-13.5787,7.3336,-13.5787,0.4467,0.0000,-14.0254,0.0000,-14.0254,4.6583,-18.6837,3.5966,-22.2803,-0.2991,-21.9812,0.0000,0.0000,7.8846,-29.8658,0.9495,0.0000,0.0000,0.0000 -360.5000,1.0000,4418.2016,41.6650,41.1470,-0.2878,0.0000,5,913.9141,-71.5510,385.1879,-71.5513,-6.8478,36.8644,-6.8478,-0.6377,-13.5574,0.0000,-13.5574,7.3473,-13.5574,0.4325,0.0000,-13.9899,0.0000,-13.9899,4.5460,-18.5358,3.5813,-22.1171,-0.2956,-21.8215,0.0000,0.0000,7.6945,-29.5160,1.0909,0.0000,0.0000,0.0000 -361.5000,1.0000,4429.4490,40.4905,39.8340,-0.3647,0.0000,5,888.1517,-73.1932,396.3609,-73.1945,-6.8075,36.8644,-6.8076,-0.7854,-13.2822,0.0000,-13.2822,7.2602,-13.2822,0.4158,0.0000,-13.6980,0.0000,-13.6980,4.4178,-18.1159,11.1240,-29.2399,-0.3641,-28.8758,0.0000,0.0000,7.4776,-36.3534,1.0857,0.0000,0.0000,0.0000 -362.5000,1.0000,4440.3295,39.1700,38.5060,-0.3689,0.0000,5,859.1867,-75.2643,409.7231,-75.2657,-6.7718,36.8644,-6.7719,-0.7685,-13.2333,0.0000,-13.2333,7.2300,-13.2333,0.3980,0.0000,-13.6314,0.0000,-13.6314,4.2738,-17.9051,10.7869,-28.6921,-0.3562,-28.3358,0.0000,0.0000,7.2337,-35.5696,1.0922,0.0000,0.0000,0.0000 -363.5000,1.0000,4450.9937,38.3910,38.2760,-0.0639,0.0000,5,842.0995,139.4485,418.0369,-76.4875,12.2972,36.8644,-6.7450,-0.1304,5.5296,0.0000,5.5296,6.8981,5.5296,0.3493,0.0000,5.1803,0.0000,5.1803,4.1888,0.9915,0.0000,0.9915,-0.0605,1.0520,0.0000,0.0000,7.0899,-6.0379,0.9612,2984.9439,2984.9439,2984.9439 -364.5000,1.0000,4461.7227,38.6245,38.9730,0.1936,0.0000,5,847.2213,424.5578,446.2387,-76.1213,37.6671,39.5907,-6.7535,0.3977,30.4168,0.0000,30.4168,6.8525,30.4168,0.4766,0.0000,29.9403,0.0000,29.9403,4.2142,25.7260,0.0000,25.7260,0.1844,25.5417,0.0000,0.0000,7.1330,18.4087,0.9388,7673.6955,7673.6955,7673.6955 -365.5000,1.0000,4472.4895,38.7603,38.5476,-0.1182,0.0000,0,804.8023,53.2889,546.9054,-79.1545,4.4911,46.0925,-6.6710,-2.4743,0.0000,0.0000,0.0000,6.9654,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.2291,-4.2290,0.0000,-4.2290,-0.1129,-4.1161,0.0000,0.0000,7.1581,-11.2742,0.9572,1695.7008,1695.7008,1695.7008 -366.5000,1.0000,4483.4468,39.4464,40.3451,0.4993,0.0000,4,1032.2416,680.6959,680.6959,-68.9348,73.5806,73.5806,-7.4516,17.5911,50.4999,0.0000,50.4999,5.4895,62.6487,1.8585,0.0000,60.7902,0.0000,60.7902,4.5362,56.2540,0.0000,56.2540,0.4856,55.7684,0.0000,0.0000,7.2848,48.4837,0.9957,14512.5653,14512.5653,14512.5653 -367.5000,1.0000,4495.0590,41.8039,43.2626,0.8104,0.0000,4,1357.1005,770.8108,770.8108,-89.0676,109.5439,109.5439,-12.6579,3.9467,99.9146,0.0000,99.9146,5.6826,99.9146,2.6616,0.0000,97.2531,0.0000,97.2531,5.2997,91.9533,0.0000,91.9533,0.8353,91.1180,0.0000,0.0000,7.7201,83.3979,1.0708,21296.4906,21296.4906,21296.4906 -368.5000,1.0000,4507.3310,44.1793,45.0960,0.5093,0.0000,4,1434.2160,531.2511,848.8036,-93.6412,79.7890,127.4824,-14.0640,2.6211,71.3478,0.0000,71.3478,5.8202,71.3478,2.1508,0.0000,69.1969,0.0000,69.1969,5.0972,64.0998,0.0000,64.0998,0.5547,63.5450,0.0000,0.0000,8.1588,55.3862,1.0933,15679.5809,15679.5809,15679.5809 -369.5000,1.0000,4520.0810,45.9000,46.7040,0.4467,0.0000,4,1490.0759,481.1801,775.7286,-96.9541,75.0835,121.0450,-15.1288,2.3884,66.7422,0.0000,66.7422,5.9529,66.7422,2.1042,0.0000,64.6380,0.0000,64.6380,5.1869,59.4512,0.0000,59.4512,0.5055,58.9457,0.0000,0.0000,8.4766,50.4691,1.1123,14889.0083,14889.0083,14889.0083 -370.5000,1.0000,4533.2417,47.3785,48.0530,0.3747,0.0000,4,1538.0732,424.1076,766.2159,-99.8007,68.3096,123.4118,-16.0746,2.0682,60.1281,0.0000,60.1281,6.1132,60.1281,2.0120,0.0000,58.1161,0.0000,58.1161,5.2249,52.8912,0.0000,52.8912,0.4377,52.4535,0.0000,0.0000,8.7496,43.7039,1.1383,13689.7764,13689.7764,13689.7764 -371.5000,1.0000,4546.7309,48.5610,49.0690,0.2822,0.0000,4,1576.4614,351.1164,753.7627,-102.0774,57.9646,124.4362,-16.8516,1.5966,50.1873,0.0000,50.1873,6.1807,50.1873,1.8459,0.0000,48.3414,0.0000,48.3414,5.2984,43.0430,0.0000,43.0430,0.3379,42.7051,0.0000,0.0000,8.9680,33.7371,1.1204,11797.9123,11797.9123,11797.9123 -372.5000,1.0000,4560.3021,48.8563,48.6436,-0.1182,0.0000,0,1544.9580,10.6946,690.5596,-100.2090,1.7303,111.7240,-16.2126,-4.5536,0.0000,0.0000,0.0000,6.2839,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.3306,-5.3306,0.0000,-5.3306,-0.1423,-5.1883,0.0000,0.0000,9.0226,-14.2108,1.1396,2459.7805,2459.7805,2459.7805 -373.5000,1.0000,4573.9686,49.1995,49.7554,0.3088,0.0000,5,1294.1692,396.1470,396.1470,-85.3353,53.6878,53.6878,-11.5651,-16.1173,63.5115,0.0000,63.5115,6.2937,52.9610,0.7300,0.0000,52.2309,0.0000,52.2309,5.3681,46.8629,0.0000,46.8629,0.3746,46.4883,0.0000,0.0000,9.0859,37.4023,1.0546,10778.1886,10778.1886,10778.1886 -374.5000,1.0000,4588.0186,50.5799,51.4045,0.4581,0.0000,5,1109.4613,698.1527,698.1527,-74.3495,81.1131,81.1131,-8.6381,1.2323,73.5382,0.0000,73.5382,6.3427,73.5382,0.8530,0.0000,72.6852,0.0000,72.6852,5.7376,66.9476,0.0000,66.9476,0.5712,66.3764,0.0000,0.0000,9.3409,57.0355,1.0256,15932.0944,15932.0944,15932.0944 -375.5000,1.0000,4602.5737,52.3986,53.3927,0.5523,0.0000,5,1149.3529,803.5690,803.5690,-76.7291,96.7175,96.7175,-9.2351,1.5391,88.7141,0.0000,88.7141,6.4644,88.7141,0.9558,0.0000,87.7583,0.0000,87.7583,6.1308,81.6275,0.0000,81.6275,0.7135,80.9140,0.0000,0.0000,9.6767,71.2373,1.0239,18875.5708,18875.5708,18875.5708 -376.5000,1.0000,4617.6162,54.1528,54.9130,0.4223,0.0000,5,1187.8324,656.2883,850.9695,-79.0245,81.6354,105.8517,-9.8298,1.2163,73.8393,0.0000,73.8393,6.5798,73.8393,0.9080,0.0000,72.9312,0.0000,72.9312,6.0695,66.8617,0.0000,66.8617,0.5638,66.2978,0.0000,0.0000,10.0007,56.2972,1.0203,16023.0586,16023.0586,16023.0586 -377.5000,1.0000,4633.0290,55.4860,56.0590,0.3183,0.0000,5,1217.0752,539.3638,789.3879,-80.7630,68.7429,100.6089,-10.2934,0.9394,61.0818,0.0000,61.0818,6.7217,61.0818,0.8649,0.0000,60.2169,0.0000,60.2169,6.0540,54.1629,0.0000,54.1629,0.4355,53.7274,0.0000,0.0000,10.2469,43.4805,1.0527,13623.6467,13623.6467,13623.6467 -378.5000,1.0000,4648.7358,56.5445,57.0300,0.2697,0.0000,5,1240.2932,484.7031,741.6431,-82.1400,62.9548,96.3270,-10.6686,0.8111,55.3845,0.0000,55.3845,6.7591,55.3845,0.8531,0.0000,54.5315,0.0000,54.5315,6.1695,48.3620,0.0000,48.3620,0.3760,47.9860,0.0000,0.0000,10.4424,37.5436,1.0573,12519.8268,12519.8268,12519.8268 -379.5000,1.0000,4664.7002,57.4720,57.9140,0.2456,0.0000,5,1260.6377,458.1883,720.8748,-83.3466,60.4871,95.1653,-11.0029,0.7506,52.8277,0.0000,52.8277,6.9088,52.8277,0.8550,0.0000,51.9727,0.0000,51.9727,6.2706,45.7020,0.0000,45.7020,0.3479,45.3541,0.0000,0.0000,10.6137,34.7404,1.0480,12037.9324,12037.9324,12037.9324 -380.5000,1.0000,4680.9269,58.4160,58.9180,0.2789,0.0000,5,1281.3442,494.4520,713.2527,-84.5746,66.3466,95.7057,-11.3484,0.8665,58.5667,0.0000,58.5667,6.9135,58.5667,0.8989,0.0000,57.6677,0.0000,57.6677,6.3736,51.2941,0.0000,51.2941,0.4017,50.8924,0.0000,0.0000,10.7880,40.1044,1.0388,13196.3949,13196.3949,13196.3949 -381.5000,1.0000,4697.3777,59.2230,59.5280,0.1694,0.0000,5,1299.0456,373.3021,728.9009,-85.6245,50.7824,99.1566,-11.6480,0.5337,43.1841,0.0000,43.1841,7.0646,43.1841,0.8352,0.0000,42.3490,0.0000,42.3490,6.4617,35.8873,0.0000,35.8873,0.2474,35.6399,0.0000,0.0000,10.9370,24.7028,1.0689,10234.7448,10234.7448,10234.7448 -382.5000,1.0000,4713.9667,59.7205,59.9130,0.1069,0.0000,5,1309.9582,303.9283,680.0473,-86.2717,41.6924,93.2879,-11.8346,0.3397,34.2230,0.0000,34.2230,7.1298,34.2230,0.7985,0.0000,33.4245,0.0000,33.4245,6.5160,26.9085,0.0000,26.9085,0.1575,26.7510,0.0000,0.0000,11.0289,15.7221,1.0711,8533.6469,8533.6469,8533.6469 -383.5000,1.0000,4730.5919,59.8505,59.7880,-0.0347,0.0000,5,1312.8097,146.7918,649.3895,-86.4408,20.1805,89.2762,-11.8836,-0.1105,13.1113,0.0000,13.1113,7.1798,13.1113,0.6951,0.0000,12.4161,0.0000,12.4161,6.5302,5.8860,0.0000,5.8860,-0.0512,5.9372,0.0000,0.0000,11.0529,-5.1157,1.0719,4529.8205,4529.8205,4529.8205 -384.5000,1.0000,4747.1481,59.6025,59.4170,-0.1031,0.0000,5,1307.3699,70.7161,581.2416,-86.1182,9.6816,79.5763,-11.7902,-0.3267,2.9079,0.0000,2.9079,7.1004,2.9079,0.6695,0.0000,2.2383,0.0000,2.2383,6.5031,-4.2648,0.0000,-4.2648,-0.1514,-4.1134,0.0000,0.0000,11.0071,-15.1205,1.0706,2847.2746,2847.2746,2847.2746 -385.5000,1.0000,4763.6096,59.2615,59.1060,-0.0864,0.0000,5,1299.8901,89.2021,547.6323,-85.6746,12.1426,74.5460,-11.6624,-0.2723,5.3388,0.0000,5.3388,7.0760,5.3388,0.6576,0.0000,4.6812,0.0000,4.6812,6.4659,-1.7847,0.0000,-1.7847,-0.1262,-1.6585,0.0000,0.0000,10.9441,-12.6026,1.0691,3127.0266,3127.0266,3127.0266 -386.5000,1.0000,4780.0405,59.1510,59.1960,0.0250,0.0000,5,1297.4663,212.7333,557.6084,-85.5308,28.9041,75.7625,-11.6211,0.0786,21.7813,0.0000,21.7813,7.0442,21.7813,0.7270,0.0000,21.0543,0.0000,21.0543,6.4538,14.6004,0.0000,14.6004,0.0365,14.5640,0.0000,0.0000,10.9237,3.6403,1.0686,6134.4240,6134.4240,6134.4240 -387.5000,1.0000,4796.5163,59.3130,59.4300,0.0650,0.0000,5,1301.0197,257.3378,611.1671,-85.7416,35.0603,83.2669,-11.6816,0.2050,27.7704,0.0000,27.7704,7.0849,27.7704,0.7596,0.0000,27.0108,0.0000,27.0108,6.4715,20.5393,0.0000,20.5393,0.0951,20.4442,0.0000,0.0000,10.9536,9.4906,1.0693,7288.6606,7288.6606,7288.6606 -388.5000,1.0000,4813.0851,59.6475,59.8650,0.1208,0.0000,5,1308.3569,319.2146,632.4120,-86.1767,43.7359,86.6473,-11.8071,0.3833,36.2508,0.0000,36.2508,7.1017,36.2508,0.8075,0.0000,35.4434,0.0000,35.4434,6.5080,28.9353,0.0000,28.9353,0.1777,28.7576,0.0000,0.0000,11.0154,17.7422,1.0708,8914.1923,8914.1923,8914.1923 -389.5000,1.0000,4829.7756,60.0860,60.3070,0.1228,0.0000,5,1317.9753,321.2124,659.7197,-86.7472,44.3331,91.0532,-11.9727,0.3924,36.8119,0.0000,36.8119,7.1288,36.8119,0.8175,0.0000,35.9944,0.0000,35.9944,6.5559,29.4386,0.0000,29.4386,0.1819,29.2567,0.0000,0.0000,11.0964,18.1603,1.0735,9029.1822,9029.1822,9029.1822 -390.5000,1.0000,4846.6077,60.5955,60.8840,0.1603,0.0000,5,1329.1511,362.6350,663.4044,-87.4100,50.4746,92.3382,-12.1665,0.5165,42.8053,0.0000,42.8053,7.1527,42.8053,0.8559,0.0000,41.9494,0.0000,41.9494,6.6114,35.3379,0.0000,35.3379,0.2395,35.0985,0.0000,0.0000,11.1905,23.9080,1.0216,10163.3923,10163.3923,10163.3923 -391.5000,1.0000,4863.6238,61.2580,61.6320,0.2078,0.0000,5,1343.6830,415.5464,683.5877,-88.2718,58.4716,96.1877,-12.4207,0.6769,50.5483,0.0000,50.5483,7.2464,50.5483,0.9057,0.0000,49.6426,0.0000,49.6426,6.6837,42.9589,0.0000,42.9589,0.3138,42.6451,0.0000,0.0000,11.3128,31.3322,1.0528,11705.6570,11705.6570,11705.6570 -392.5000,1.0000,4880.8430,61.9890,62.3460,0.1983,0.0000,5,1359.7173,404.8599,707.0264,-89.2228,57.6477,100.6730,-12.7044,0.6539,49.6931,0.0000,49.6931,7.3007,49.6931,0.9137,0.0000,48.7794,0.0000,48.7794,6.7635,42.0159,0.0000,42.0159,0.3031,41.7128,0.0000,0.0000,11.4478,30.2649,1.0856,11564.4755,11564.4755,11564.4755 -393.5000,1.0000,4898.2495,62.6635,62.9810,0.1764,0.0000,5,1374.5123,380.6702,705.0246,-90.1003,54.7931,101.4803,-12.9689,0.5879,46.8019,0.0000,46.8019,7.4034,46.8019,0.9107,0.0000,45.8912,0.0000,45.8912,6.8371,39.0541,0.0000,39.0541,0.2725,38.7816,0.0000,0.0000,11.5724,27.2092,1.0759,11032.6146,11032.6146,11032.6146 -394.5000,1.0000,4915.8065,63.2050,63.4290,0.1244,0.0000,5,1386.3900,322.2941,696.8958,-90.8047,46.7914,101.1770,-13.1832,0.4183,39.0058,0.0000,39.0058,7.3673,39.0058,0.8810,0.0000,38.1248,0.0000,38.1248,6.8962,31.2286,0.0000,31.2286,0.1939,31.0347,0.0000,0.0000,11.6724,19.3623,1.0934,9527.8957,9527.8957,9527.8957 -395.5000,1.0000,4933.4619,63.5595,63.6900,0.0725,0.0000,5,1394.1659,264.9165,675.0144,-91.2659,38.6769,98.5499,-13.3245,0.2451,30.9768,0.0000,30.9768,7.4550,30.9768,0.8470,0.0000,30.1298,0.0000,30.1298,6.9348,23.1950,0.0000,23.1950,0.1136,23.0814,0.0000,0.0000,11.7379,11.3435,1.0957,8035.5345,8035.5345,8035.5345 -396.5000,1.0000,4951.1545,63.6935,63.6970,0.0019,0.0000,5,1397.1052,186.2212,652.1319,-91.4402,27.2450,95.4098,-13.3781,0.0066,19.8135,0.0000,19.8135,7.4249,19.8135,0.7935,0.0000,19.0200,0.0000,19.0200,6.9495,12.0705,0.0000,12.0705,0.0031,12.0675,0.0000,0.0000,11.7626,0.3049,1.0684,5925.9086,5925.9086,5925.9086 -397.5000,1.0000,4968.8558,63.7245,63.7520,0.0153,0.0000,5,1397.7852,201.0338,622.2415,-91.4805,29.4265,91.0811,-13.3905,0.0518,21.9465,0.0000,21.9465,7.4282,21.9465,0.8047,0.0000,21.1418,0.0000,21.1418,6.9528,14.1889,0.0000,14.1889,0.0240,14.1649,0.0000,0.0000,11.7683,2.3966,1.0686,6319.7051,6319.7051,6319.7051 -398.5000,1.0000,4986.5721,63.7790,63.8060,0.0150,0.0000,5,1398.9806,200.6289,628.2486,-91.5514,29.3923,92.0390,-13.4124,0.0509,21.9213,0.0000,21.9213,7.4201,21.9213,0.8055,0.0000,21.1158,0.0000,21.1158,6.9588,14.1570,0.0000,14.1570,0.0236,14.1334,0.0000,0.0000,11.7784,2.3550,1.0689,6315.1147,6315.1147,6315.1147 -399.5000,1.0000,5004.3224,63.9010,63.9960,0.0528,0.0000,5,1401.6567,242.6064,629.6303,-91.7101,35.6100,92.4179,-13.4613,0.1794,27.9963,0.0000,27.9963,7.4344,27.9963,0.8380,0.0000,27.1583,0.0000,27.1583,6.9721,20.1862,0.0000,20.1862,0.0831,20.1030,0.0000,0.0000,11.8009,8.3021,1.0979,7473.9782,7473.9782,7473.9782 -400.5000,1.0000,5022.1413,64.1480,64.3000,0.0844,0.0000,5,1407.0746,280.5985,647.6895,-92.0315,41.3458,95.4361,-13.5607,0.2881,33.5259,0.0000,33.5259,7.5317,33.5259,0.8699,0.0000,32.6561,0.0000,32.6561,6.9991,25.6570,0.0000,25.6570,0.1336,25.5234,0.0000,0.3422,11.8465,13.3347,1.0995,8536.5161,8536.5161,8536.5161 -401.5000,1.0000,5040.0615,64.5125,64.7250,0.1181,0.0000,5,1415.0698,325.2125,664.6265,-92.5056,48.1919,98.4882,-13.7080,0.4051,40.1672,0.0000,40.1672,7.6196,40.1672,0.9094,0.0000,39.2578,0.0000,39.2578,7.0388,32.2190,0.0000,32.2190,0.1878,32.0312,0.0000,1.3692,11.9139,18.7482,1.1018,9828.8303,9828.8303,9828.8303 -402.5000,1.0000,5058.0974,64.9295,65.1340,0.1136,0.0000,5,1424.2166,328.5127,683.2183,-93.0481,48.9956,101.8976,-13.8775,0.3923,41.0525,0.0000,41.0525,7.5507,41.0525,0.9211,0.0000,40.1314,0.0000,40.1314,7.0843,33.0471,0.0000,33.0471,0.1819,32.8652,0.0000,2.7153,11.9909,18.1590,1.0904,9982.7656,9982.7656,9982.7656 -403.5000,1.0000,5076.1960,65.1550,65.1760,0.0117,0.0000,5,1429.1629,223.4538,683.4329,-93.3415,33.4425,102.2836,-13.9696,0.0404,25.8068,0.0000,25.8068,7.5953,25.8068,0.8489,0.0000,24.9579,0.0000,24.9579,7.1089,17.8490,0.0000,17.8490,0.0187,17.8302,0.0000,3.9265,12.0325,1.8712,1.1059,7086.1929,7086.1929,7086.1929 -404.5000,1.0000,5094.3449,65.3360,65.4960,0.0889,0.0000,5,1433.1331,315.7348,646.9605,-93.5769,47.3846,97.0941,-14.0438,0.3089,39.4860,0.0000,39.4860,7.5898,39.4860,0.9204,0.0000,38.5655,0.0000,38.5655,7.1287,31.4369,0.0000,31.4369,0.1432,31.2937,0.0000,4.9313,12.0659,14.2965,1.0930,9692.6414,9692.6414,9692.6414 -405.5000,1.0000,5112.6173,65.7805,66.0650,0.1581,0.0000,5,1442.8832,409.1965,684.7193,-94.1552,61.8289,103.4600,-14.2267,0.5530,53.5832,0.0000,53.5832,7.6928,53.5832,0.9988,0.0000,52.5844,0.0000,52.5844,7.1772,45.4072,0.0000,45.4072,0.2563,45.1509,0.0000,7.4090,12.1480,25.5939,1.1099,12410.1152,12410.1152,12410.1152 -406.5000,1.0000,5131.0694,66.4275,66.7900,0.2014,0.0000,5,1457.0750,470.3848,722.2121,-94.9969,71.7735,110.1984,-14.4951,0.7115,63.2847,0.0000,63.2847,7.7773,63.2847,1.0587,0.0000,62.2259,0.0000,62.2259,7.2478,54.9782,0.0000,54.9782,0.3298,54.6483,0.0000,9.4492,12.2675,32.9316,1.1000,14227.3825,14227.3825,14227.3825 -407.5000,1.0000,5149.7844,67.3740,67.9580,0.3244,0.0000,5,1477.8363,645.9784,749.7055,-96.2282,99.9707,116.0234,-14.8921,1.1626,90.8759,0.0000,90.8759,7.9323,90.8759,1.2136,0.0000,89.6622,0.0000,89.6622,7.5353,82.1269,0.0000,82.1269,0.5389,81.5880,0.0000,15.3358,12.4423,53.8099,1.1223,19495.3631,19495.3631,19495.3631 -408.5000,1.0000,5168.8444,68.6160,69.2740,0.3656,0.0000,5,1505.0793,693.4374,813.7016,-97.8439,109.2937,128.2488,-15.4213,1.3340,100.0079,0.0000,100.0079,7.9518,100.0079,1.2818,0.0000,98.7261,0.0000,98.7261,7.7854,90.9407,0.0000,90.9407,0.6184,90.3223,0.0000,15.9048,12.6717,61.7459,1.1033,21338.8069,21338.8069,21338.8069 -409.5000,1.0000,5188.2403,69.8255,70.3770,0.3064,0.0000,5,1531.6095,601.2255,831.0502,-99.4174,96.4304,133.2920,-15.9455,1.1378,87.1110,0.0000,87.1110,8.1816,87.1110,1.2395,0.0000,85.8715,0.0000,85.8715,7.7037,78.1678,0.0000,78.1678,0.5275,77.6404,0.0000,12.0810,12.8950,52.6643,1.1370,18899.9134,18899.9134,18899.9134 -410.5000,1.0000,5207.8844,70.7185,71.0600,0.1897,0.0000,5,1551.1973,470.2718,801.9121,-100.5791,76.3914,130.2634,-16.3382,0.7136,67.4821,0.0000,67.4821,8.1957,67.4821,1.1580,0.0000,66.3242,0.0000,66.3242,7.7159,58.6082,0.0000,58.6082,0.3308,58.2774,0.0000,12.1896,13.0600,33.0279,1.1282,15192.4238,15192.4238,15192.4238 -411.5000,1.0000,5227.7392,71.4775,71.8950,0.2319,0.0000,5,1567.8458,503.7142,763.9850,-101.5665,82.7020,125.4344,-16.6756,0.8817,73.5386,0.0000,73.5386,8.2817,73.5386,1.2025,0.0000,72.3361,0.0000,72.3361,7.7988,64.5374,0.0000,64.5374,0.4087,64.1286,0.0000,10.1170,13.2001,40.8115,1.1439,16439.4762,16439.4762,16439.4762 -412.5000,1.0000,5247.6237,71.5840,71.2730,-0.1728,0.0000,0,1573.4233,48.7264,769.5093,-101.8973,8.0286,126.7909,-16.7895,-0.3459,0.0000,0.0000,0.0000,8.3745,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,7.8104,-7.8104,0.6361,-8.4465,-0.3049,-8.1415,0.0000,9.0849,13.2198,-30.4462,1.1324,3225.4209,3225.4209,3225.4209 -413.5000,1.0000,5267.2870,70.7880,70.3030,-0.2694,0.0000,6,1346.2399,-88.4235,419.6802,-88.4235,-12.4658,59.1656,-12.4658,-18.4861,-0.7861,0.0000,-0.7861,6.8064,-0.6600,0.6835,0.0000,-1.3435,0.0000,-1.3435,7.7235,-9.0670,13.5318,-22.5988,-0.4703,-22.1286,0.0000,11.7510,13.0728,-46.9524,1.0535,0.0000,0.0000,0.0000 -414.5000,1.0000,5286.6733,69.7905,69.2780,-0.2847,0.0000,6,1114.4528,-74.6472,412.0950,-74.6472,-8.7117,48.0936,-8.7117,-0.5601,-14.4884,0.0000,-14.4884,6.3368,-14.4884,0.8085,0.0000,-15.2970,0.0000,-15.2970,7.6147,-22.9117,0.8747,-23.7864,-0.4899,-23.2965,0.1179,12.6126,12.8886,-48.9155,1.0267,0.0000,0.0000,0.0000 -415.5000,1.0000,5305.6328,68.2545,67.2310,-0.5686,0.0000,6,1089.9251,-73.0639,413.4851,-73.0639,-8.3393,47.1938,-8.3393,-1.0939,-13.5850,0.0000,-13.5850,6.3394,-13.5850,0.7794,0.0000,-14.3644,0.0000,-14.3644,7.4471,-21.8115,52.7638,-74.5753,-0.9569,-73.6184,0.1812,9.1334,12.6049,-95.5379,1.0094,0.0000,0.0000,0.0000 -416.5000,1.0000,5324.1720,66.7410,66.2510,-0.2722,0.0000,6,1065.7567,-59.6610,413.1816,-71.3339,-6.6585,46.1135,-7.9613,-0.5121,-12.2428,0.0000,-12.2428,6.0964,-12.2428,0.7463,0.0000,-12.9891,0.0000,-12.9891,7.2820,-20.2711,0.0000,-20.2711,-0.4479,-19.8231,0.1772,12.3987,12.3254,-44.7245,1.0036,142.4839,142.4839,142.4839 -417.5000,1.0000,5342.5405,66.1265,66.0020,-0.0692,0.0000,6,1055.9441,237.3371,421.6234,-70.6314,26.2443,46.6224,-7.8103,-0.1289,20.3445,0.0000,20.3445,6.0287,20.3445,0.8570,0.0000,19.4875,0.0000,19.4875,7.2149,12.2726,0.0000,12.2726,-0.1128,12.3853,0.0319,11.4005,12.2119,-11.2590,0.9897,5477.6078,5477.6078,5477.6078 -418.5000,1.0000,5360.9115,66.1355,66.2690,0.0742,0.0000,6,1056.0878,455.3027,570.5110,-70.6417,50.3534,63.0947,-7.8125,0.1383,44.2034,0.0000,44.2034,6.0117,44.2034,1.3343,0.0000,42.8691,0.0000,42.8691,7.2159,35.6532,0.0000,35.6532,0.1209,35.5323,0.0000,11.2441,12.2136,12.0746,1.0129,10034.7238,10034.7238,10034.7238 -419.5000,1.0000,5379.3556,66.3990,66.5290,0.0722,0.0000,6,1060.2955,439.0596,677.1578,-70.9429,48.7505,75.1875,-7.8771,0.1352,42.5650,0.0000,42.5650,6.0504,42.5650,1.3042,0.0000,41.2607,0.0000,41.2607,7.2447,34.0161,0.0000,34.0161,0.1182,33.8978,0.0000,9.8307,12.2623,11.8049,1.0139,9748.1164,9748.1164,9748.1164 -420.5000,1.0000,5397.9219,66.8385,67.1480,0.1719,0.0000,6,1067.3137,590.3925,671.5378,-71.4453,65.9875,75.0570,-7.9854,0.3239,59.6151,0.0000,59.6151,6.0484,59.6151,1.6498,0.0000,57.9653,0.0000,57.9653,7.2926,50.6727,0.0000,50.6727,0.2833,50.3893,0.0000,9.7552,12.3434,28.2907,1.0155,13080.7022,13080.7022,13080.7022 -421.5000,1.0000,5416.6905,67.5670,67.9860,0.2328,0.0000,6,1078.9467,693.2812,745.9692,-72.2780,78.3318,84.2849,-8.1665,0.4433,71.7711,0.0000,71.7711,6.1173,71.7711,1.9005,0.0000,69.8706,0.0000,69.8706,7.3721,62.4985,0.0000,62.4985,0.3878,62.1108,0.0000,10.9155,12.4780,38.7173,1.0533,15413.9600,15413.9600,15413.9600 -422.5000,1.0000,5435.7298,68.5416,69.0973,0.3087,0.0000,6,1094.5101,796.7032,796.7032,-73.3921,91.3156,91.3156,-8.4120,0.5964,84.3943,0.0000,84.3943,6.3249,84.3943,2.1632,0.0000,82.2311,0.0000,82.2311,7.5311,74.7000,0.0000,74.7000,0.5216,74.1783,0.0000,9.4374,12.6579,52.0830,1.1839,17895.8274,17895.8274,17895.8274 -423.5000,1.0000,5455.0886,69.6916,70.2860,0.3302,0.0000,6,1112.8740,839.7325,845.9577,-74.5530,97.8623,98.5878,-8.6884,0.6487,90.8921,0.0000,90.8921,6.3216,90.8921,2.3054,0.0000,88.5867,0.0000,88.5867,7.7321,80.8546,0.0000,80.8546,0.5674,80.2872,0.0000,10.7675,12.8703,56.6494,1.1190,19067.3331,19067.3331,19067.3331 -424.5000,1.0000,5474.7299,70.7085,71.1310,0.2347,0.0000,6,1129.1119,701.1442,866.2848,-75.5217,82.9035,102.4298,-8.9297,0.4678,74.0898,0.0000,74.0898,8.3459,74.0898,1.9803,0.0000,72.1095,0.0000,72.1095,7.7149,64.3947,0.0000,64.3947,0.4092,63.9855,0.0000,10.0714,13.0581,40.8559,1.1578,16259.6035,16259.6035,16259.6035 -425.5000,1.0000,5494.5667,71.4125,71.6940,0.1564,0.0000,6,1140.3538,581.2690,803.3784,-76.1923,69.4137,95.9375,-9.0987,0.3148,60.8575,0.0000,60.8575,8.2415,60.8575,1.7232,0.0000,59.1342,0.0000,59.1342,7.7917,51.3426,0.0000,51.3426,0.2753,51.0672,0.0000,10.3869,13.1881,27.4922,1.1264,13737.6733,13737.6733,13737.6733 -426.5000,1.0000,5514.5618,71.9825,72.2710,0.1603,0.0000,6,1149.4559,598.0827,749.5358,-76.7352,71.9917,90.2222,-9.2367,0.3252,63.3922,0.0000,63.3922,8.2743,63.3922,1.7801,0.0000,61.6120,0.0000,61.6120,7.8539,53.7582,0.0000,53.7582,0.2844,53.4737,0.0000,11.7796,13.2934,28.4007,1.0240,14249.9995,14249.9995,14249.9995 -427.5000,1.0000,5534.7494,72.6755,73.0800,0.2247,0.0000,6,1160.5221,703.9080,759.0730,-77.3953,85.5456,92.2498,-9.4058,0.4603,76.8152,0.0000,76.8152,8.2702,76.8152,2.0562,0.0000,74.7590,0.0000,74.7590,7.9295,66.8295,0.0000,66.8295,0.4027,66.4268,0.0000,12.8020,13.4214,40.2034,1.0149,16734.7744,16734.7744,16734.7744 -428.5000,1.0000,5555.1521,73.4495,73.8190,0.2053,0.0000,6,1172.8817,673.2989,807.8646,-78.1326,82.6972,99.2251,-9.5966,0.4250,73.9310,0.0000,73.9310,8.3413,73.9310,2.0070,0.0000,71.9239,0.0000,71.9239,8.0139,63.9100,0.0000,63.9100,0.3717,63.5383,0.0000,12.8580,13.5643,37.1159,1.0173,16211.4579,16211.4579,16211.4579 -429.5000,1.0000,5575.7717,74.2305,74.6420,0.2286,0.0000,6,1185.3532,697.8352,795.5190,-78.8766,86.6222,98.7477,-9.7909,0.4783,77.6935,0.0000,77.6935,8.4504,77.6935,2.0910,0.0000,75.6025,0.0000,75.6025,8.0991,67.5033,0.0000,67.5033,0.4184,67.0849,0.0000,11.6021,13.7085,41.7743,1.0331,16937.2544,16937.2544,16937.2544 -430.5000,1.0000,5596.5786,74.9050,75.1680,0.1461,0.0000,6,1196.1239,568.6728,806.7751,-79.5191,71.2307,101.0549,-9.9604,0.3085,62.4127,0.0000,62.4127,8.5095,62.4127,1.7929,0.0000,60.6198,0.0000,60.6198,8.1727,52.4471,0.0000,52.4471,0.2698,52.1772,0.0000,11.4025,13.8331,26.9416,1.0353,14104.2992,14104.2992,14104.2992 -431.5000,1.0000,5617.5212,75.3935,75.6190,0.1253,0.0000,6,1203.9246,521.8916,750.0470,-79.9830,65.7973,94.5619,-10.0838,0.2662,56.9421,0.0000,56.9421,8.5890,56.9421,1.6890,0.0000,55.2531,0.0000,55.2531,8.2260,47.0271,0.0000,47.0271,0.2329,46.7942,0.0000,9.6201,13.9233,23.2508,1.0235,13069.3434,13069.3434,13069.3434 -432.5000,1.0000,5638.5600,75.7395,75.8600,0.0669,0.0000,6,1209.4497,435.7113,729.3324,-80.3107,55.1843,92.3723,-10.1716,0.1429,46.5354,0.0000,46.5354,8.5059,46.5354,1.4848,0.0000,45.0506,0.0000,45.0506,8.2638,36.7868,0.0000,36.7868,0.1250,36.6618,0.0000,10.1931,13.9872,12.4815,1.0246,11026.6821,11026.6821,11026.6821 -433.5000,1.0000,5659.6747,76.0130,76.1660,0.0850,0.0000,6,1213.8171,455.2691,691.9224,-80.5697,57.8695,87.9507,-10.2413,0.1821,51.0767,0.0000,51.0767,6.6107,51.0767,1.5787,0.0000,49.4980,0.0000,49.4980,8.2936,41.2044,0.0000,41.2044,0.1593,41.0451,0.0000,11.1022,14.0377,15.9051,1.0254,11537.2334,11537.2334,11537.2334 -434.5000,1.0000,5680.8908,76.3780,76.5900,0.1178,0.0000,6,1219.6456,510.2084,701.6719,-80.9154,65.1643,89.6182,-10.3346,0.2536,58.2996,0.0000,58.2996,6.6112,58.2996,1.7273,0.0000,56.5723,0.0000,56.5723,8.3334,48.2388,0.0000,48.2388,0.2218,48.0170,0.0000,11.7677,14.1051,22.1442,1.0399,12950.9512,12950.9512,12950.9512 -435.5000,1.0000,5702.2593,76.9265,77.2630,0.1869,0.0000,6,1228.4044,612.6191,727.5424,-81.4349,78.8062,93.5897,-10.4756,0.4054,71.7300,0.0000,71.7300,6.6709,71.7300,2.0022,0.0000,69.7278,0.0000,69.7278,8.3933,61.3345,0.0000,61.3345,0.3546,60.9799,0.0000,11.3723,14.2064,35.4012,1.0283,15514.6607,15514.6607,15514.6607 -436.5000,1.0000,5723.8371,77.6800,78.0970,0.2317,0.0000,6,1240.4366,708.2848,773.4711,-82.1485,92.0049,100.4725,-10.6709,0.5072,84.7352,0.0000,84.7352,6.7625,84.7352,2.2709,0.0000,82.4643,0.0000,82.4643,8.4755,73.9888,0.0000,73.9888,0.4437,73.5451,0.0000,14.8997,14.3456,44.2998,1.0573,17949.5098,17949.5098,17949.5098 -437.5000,1.0000,5745.6143,78.3980,78.6990,0.1672,0.0000,6,1251.9021,657.3278,814.9379,-82.8285,86.1749,106.8374,-10.8587,0.3695,79.0188,0.0000,79.0188,6.7866,79.0188,2.1649,0.0000,76.8539,0.0000,76.8539,8.5538,68.3001,0.0000,68.3001,0.3232,67.9769,0.0000,21.2265,14.4782,32.2722,1.0463,16827.2915,16827.2915,16827.2915 -438.5000,1.0000,5767.5478,78.9605,79.2220,0.1453,0.0000,6,1260.8844,655.3730,793.9327,-83.3612,86.5351,104.8305,-11.0070,0.3233,79.3608,0.0000,79.3608,6.8510,79.3608,2.1783,0.0000,77.1825,0.0000,77.1825,8.6152,68.5673,0.0000,68.5673,0.2828,68.2845,0.0000,25.4641,14.5821,28.2383,1.0347,16904.1026,16904.1026,16904.1026 -439.5000,1.0000,5789.6046,79.4045,79.5870,0.1014,0.0000,6,1267.9744,613.2536,793.4613,-83.7817,81.4290,105.3573,-11.1247,0.2269,74.3390,0.0000,74.3390,6.8631,74.3390,2.0830,0.0000,72.2559,0.0000,72.2559,8.6637,63.5923,0.0000,63.5923,0.1985,63.3938,0.0000,28.9115,14.6640,19.8182,1.0495,15981.8093,15981.8093,15981.8093 -440.5000,1.0000,5811.7632,79.7710,79.9550,0.1022,0.0000,6,1273.8269,616.0651,776.2284,-84.1288,82.1799,103.5449,-11.2223,0.2298,74.8366,0.0000,74.8366,7.1134,74.8366,2.0973,0.0000,72.7393,0.0000,72.7393,8.7036,64.0357,0.0000,64.0357,0.2010,63.8346,0.0000,29.0296,14.7317,20.0733,1.2818,16112.8636,16112.8636,16112.8636 -441.5000,1.0000,5834.0128,80.0985,80.2420,0.0797,0.0000,6,1279.0566,601.0160,777.7097,-84.4390,80.5016,104.1684,-11.3100,0.1800,73.3330,0.0000,73.3330,6.9886,73.3330,2.0711,0.0000,71.2619,0.0000,71.2619,8.7394,62.5225,0.0000,62.5225,0.1574,62.3651,0.0000,31.8536,14.7922,15.7193,1.0517,15829.5716,15829.5716,15829.5716 -442.5000,1.0000,5856.3367,80.3660,80.4900,0.0689,0.0000,6,1283.3282,598.1889,771.7490,-84.6923,80.3905,103.7152,-11.3818,0.1561,73.3120,0.0000,73.3120,6.9224,73.3120,2.0738,0.0000,71.2382,0.0000,71.2382,8.7686,62.4696,0.0000,62.4696,0.1365,62.3331,0.0000,33.8629,14.8416,13.6286,1.0392,15809.7612,15809.7612,15809.7612 -443.5000,1.0000,5878.7004,80.5095,80.5290,0.0108,0.0000,6,1285.6197,471.3953,770.3311,-84.8282,63.4638,103.7095,-11.4204,0.0246,56.4586,0.0000,56.4586,6.9807,56.4586,1.7384,0.0000,54.7201,0.0000,54.7201,8.7842,45.9359,0.0000,45.9359,0.0215,45.9144,0.0000,28.8993,14.8681,2.1470,1.0396,12639.3010,12639.3010,12639.3010 -444.5000,1.0000,5901.0571,80.4840,80.4390,-0.0250,0.0000,6,1285.2125,402.6931,716.2493,-84.8041,54.1973,96.3979,-11.4135,-0.0567,47.3174,0.0000,47.3174,6.9366,47.3174,1.5553,0.0000,45.7621,0.0000,45.7621,8.7814,36.9806,0.0000,36.9806,-0.0496,37.0302,0.0000,27.1199,14.8634,-4.9531,1.0395,10866.4196,10866.4196,10866.4196 -445.5000,1.0000,5923.4012,80.4390,80.4390,0.0000,0.0000,6,1284.4939,456.1646,687.2834,-84.7614,61.3596,92.4478,-11.4014,0.0000,54.3120,0.0000,54.3120,7.0476,54.3120,1.6947,0.0000,52.6173,0.0000,52.6173,8.7765,43.8408,0.0000,43.8408,0.0000,43.8408,0.0000,28.9857,14.8551,0.0000,1.1599,12230.6535,12230.6535,12230.6535 -446.5000,1.0000,5945.7386,80.4145,80.3900,-0.0136,0.0000,6,1284.1026,464.2881,709.7744,-84.7382,62.4332,95.4440,-11.3948,-0.0309,55.3906,0.0000,55.3906,7.0735,55.3906,1.7160,0.0000,53.6747,0.0000,53.6747,8.7739,44.9008,0.0000,44.9008,-0.0270,44.9278,0.0000,32.7716,14.8506,-2.6944,1.1979,12438.4075,12438.4075,12438.4075 -447.5000,1.0000,5968.0449,80.3025,80.2150,-0.0486,0.0000,6,1282.3142,420.8821,712.6710,-84.6322,56.5176,95.7000,-11.3647,-0.1100,49.5887,0.0000,49.5887,7.0389,49.5887,1.5986,0.0000,47.9901,0.0000,47.9901,8.7616,39.2284,0.0000,39.2284,-0.0962,39.3247,0.0000,34.1041,14.8299,-9.6093,1.1464,11288.4085,11288.4085,11288.4085 -448.5000,1.0000,5990.2929,80.0930,79.9710,-0.0678,0.0000,6,1278.9688,404.8701,693.5082,-84.4338,54.2256,92.8838,-11.3085,-0.1530,47.3847,0.0000,47.3847,6.9939,47.3847,1.5520,0.0000,45.8327,0.0000,45.8327,8.7388,37.0939,0.0000,37.0939,-0.1338,37.2277,0.0000,35.7998,14.7912,-13.3632,1.1452,10866.4503,10866.4503,10866.4503 -449.5000,1.0000,6012.4424,79.7380,79.5050,-0.1294,0.0000,6,1273.2999,303.1651,685.0911,-84.0976,40.4239,91.3498,-11.2135,-0.2909,33.6188,0.0000,33.6188,7.0961,33.6188,1.2726,0.0000,32.3462,0.0000,32.3462,8.7000,23.6462,0.0000,23.6462,-0.2545,23.9007,0.0000,34.5835,14.7256,-25.4084,1.2497,8264.5379,8264.5379,8264.5379 -450.5000,1.0000,6034.4336,79.1685,78.8320,-0.1869,0.0000,6,1264.2058,190.3781,638.7852,-83.5582,25.2037,84.5671,-11.0620,-0.4172,18.5915,0.0000,18.5915,7.0294,18.5915,0.9653,0.0000,17.6261,0.0000,17.6261,8.6379,8.9882,0.0000,8.9882,-0.3649,9.3531,0.0000,31.1656,14.6205,-36.4329,1.2010,5417.0772,5417.0772,5417.0772 -451.5000,1.0000,6056.2464,78.5260,78.2200,-0.1700,0.0000,6,1253.9460,191.8236,587.6091,-82.9497,25.1889,77.1607,-10.8924,-0.3763,18.7119,0.0000,18.7119,6.8533,18.7119,0.9603,0.0000,17.7517,0.0000,17.7517,8.5678,9.1839,0.0000,9.1839,-0.3291,9.5130,0.0000,27.8730,14.5018,-32.8618,1.1000,5405.4717,5405.4717,5405.4717 -452.5000,1.0000,6077.8768,77.8695,77.5190,-0.1947,0.0000,6,1243.4627,44.2931,585.5833,-82.3280,5.7676,76.2518,-10.7203,-0.4274,-0.7301,0.0000,-0.7301,6.9252,-0.7301,0.7810,0.0000,-1.5112,0.0000,-1.5112,8.4962,-10.0074,0.0000,-10.0074,-0.3738,-9.6335,0.0000,13.3120,14.3806,-37.3261,1.1936,2268.2317,2268.2317,2268.2317 -453.5000,1.0000,6099.3125,77.1685,76.8180,-0.1947,0.0000,6,1232.2687,-43.5598,517.1647,-81.6641,-5.6211,66.7364,-10.5382,-0.4235,-12.0992,0.0000,-12.0992,6.9016,-12.0992,0.8849,0.0000,-12.9841,0.0000,-12.9841,8.4197,-21.4038,0.0000,-21.4038,-0.3705,-21.0333,0.0000,1.7056,14.2511,-36.9900,1.1665,684.9939,684.9939,684.9939 -454.5000,1.0000,6120.5783,76.5570,76.2960,-0.1450,0.0000,6,1222.5040,17.3038,476.0644,-81.0849,2.2152,60.9459,-10.3805,-0.3129,-4.3104,0.0000,-4.3104,6.8386,-4.3104,0.7985,0.0000,-5.1089,0.0000,-5.1089,8.3530,-13.4619,0.0000,-13.4619,-0.2737,-13.1882,0.0000,0.0000,14.1382,-27.3264,1.1630,1792.0021,1792.0021,1792.0021 -455.5000,1.0000,6141.7007,76.0405,75.7850,-0.1419,0.0000,6,1214.2562,21.6622,501.3619,-80.5958,2.7545,63.7515,-10.2483,-0.3042,-3.7114,0.0000,-3.7114,6.7702,-3.7114,0.7853,0.0000,-4.4968,0.0000,-4.4968,8.2966,-12.7934,0.0000,-12.7934,-0.2661,-12.5273,0.0000,0.0000,14.0428,-26.5701,1.1355,1843.6646,1843.6646,1843.6646 -456.5000,1.0000,6162.7046,75.6140,75.4430,-0.0950,0.0000,6,1207.4456,91.8303,502.4670,-80.1919,11.6113,63.5336,-10.1397,-0.2025,5.0459,0.0000,5.0459,6.7679,5.0459,0.6919,0.0000,4.3541,0.0000,4.3541,8.2501,-3.8960,0.0000,-3.8960,-0.1771,-3.7189,0.0000,0.0000,13.9640,-17.6830,1.1576,2948.7687,2948.7687,2948.7687 -457.5000,1.0000,6183.6185,75.2900,75.1370,-0.0850,0.0000,6,1202.2718,106.2642,533.1644,-79.8850,13.3788,67.1263,-10.0577,-0.1804,6.8942,0.0000,6.8942,6.6650,6.8942,0.6869,0.0000,6.2073,0.0000,6.2073,8.2147,-2.0074,0.0000,-2.0074,-0.1578,-1.8496,0.0000,0.0000,13.9042,-15.7538,1.1431,3212.2553,3212.2553,3212.2553 -458.5000,1.0000,6204.5096,75.2080,75.2790,0.0394,0.0000,6,1200.9624,297.7011,541.5545,-79.8074,37.4402,68.1083,-10.0369,0.0836,30.6313,0.0000,30.6313,6.7253,30.6313,1.1607,0.0000,29.4706,0.0000,29.4706,8.2058,21.2648,0.0000,21.2648,0.0731,21.1917,0.0000,0.0000,13.8891,7.3026,1.1783,7651.6745,7651.6745,7651.6745 -459.5000,1.0000,6225.4442,75.3645,75.4500,0.0475,0.0000,6,1203.4615,309.8726,628.1840,-79.9556,39.0521,79.1676,-10.0765,0.1009,32.2359,0.0000,32.2359,6.7152,32.2359,1.1946,0.0000,31.0414,0.0000,31.0414,8.2229,22.8185,0.0000,22.8185,0.0883,22.7303,0.0000,0.0000,13.9180,8.8123,1.1434,7959.1211,7959.1211,7959.1211 -460.5000,1.0000,6246.4596,75.6555,75.8610,0.1142,0.0000,6,1208.1083,412.3724,635.3274,-80.2312,52.1704,80.3770,-10.1503,0.2435,45.1578,0.0000,45.1578,6.7691,45.1578,1.4563,0.0000,43.7015,0.0000,43.7015,8.2546,35.4469,0.0000,35.4469,0.2130,35.2339,0.0000,0.0000,13.9717,21.2622,1.1578,10450.0933,10450.0933,10450.0933 -461.5000,1.0000,6267.5807,76.0360,76.2110,0.0972,0.0000,6,1214.1844,386.2295,681.5131,-80.5915,49.1087,86.6538,-10.2471,0.2084,42.1177,0.0000,42.1177,6.7826,42.1177,1.3998,0.0000,40.7180,0.0000,40.7180,8.2961,32.4218,0.0000,32.4218,0.1823,32.2396,0.0000,0.0000,14.0420,18.1976,1.1830,9849.3290,9849.3290,9849.3290 -462.5000,1.0000,6288.7939,76.3675,76.5240,0.0869,0.0000,6,1219.4779,370.0504,670.6408,-80.9055,47.2567,85.6431,-10.3319,0.1872,40.3114,0.0000,40.3114,6.7581,40.3114,1.3674,0.0000,38.9440,0.0000,38.9440,8.3323,30.6117,0.0000,30.6117,0.1637,30.4480,0.0000,0.0000,14.1032,16.3448,1.1619,9498.6226,9498.6226,9498.6226 -463.5000,1.0000,6310.0693,76.5915,76.6590,0.0375,0.0000,6,1223.0549,294.5824,663.4566,-81.1176,37.7295,84.9742,-10.3894,0.0810,30.8227,0.0000,30.8227,6.8259,30.8227,1.1802,0.0000,29.6425,0.0000,29.6425,8.3567,21.2857,0.0000,21.2857,0.0708,21.2149,0.0000,0.0000,14.1446,7.0704,1.1953,7716.9934,7716.9934,7716.9934 -464.5000,1.0000,6331.4314,76.9035,77.1480,0.1358,0.0000,6,1228.0371,445.1152,632.4038,-81.4131,57.2417,81.3270,-10.4697,0.2944,50.1352,0.0000,50.1352,6.8120,50.1352,1.5700,0.0000,48.5652,0.0000,48.5652,8.3908,40.1744,0.0000,40.1744,0.2575,39.9169,0.0000,0.0000,14.2022,25.7147,1.1880,11411.3242,11411.3242,11411.3242 -465.5000,1.0000,6352.9306,77.3970,77.6460,0.1383,0.0000,6,1235.9176,448.9681,699.3967,-81.8805,58.1077,90.5194,-10.5974,0.3018,50.9499,0.0000,50.9499,6.8560,50.9499,1.5920,0.0000,49.3579,0.0000,49.3579,8.4446,40.9133,0.0000,40.9133,0.2640,40.6494,0.0000,0.0000,14.2933,26.3560,1.1551,11571.1527,11571.1527,11571.1527 -466.5000,1.0000,6374.5506,77.8320,78.0180,0.1033,0.0000,6,1242.8639,395.4819,701.6379,-82.2925,51.4729,91.3199,-10.7106,0.2267,44.3268,0.0000,44.3268,6.9194,44.3268,1.4645,0.0000,42.8623,0.0000,42.8623,8.4921,34.3702,0.0000,34.3702,0.1983,34.1719,0.0000,0.0000,14.3736,19.7983,1.2024,10328.1519,10328.1519,10328.1519 -467.5000,1.0000,6396.2492,78.1150,78.2120,0.0539,0.0000,6,1247.3830,319.8640,678.5662,-82.5605,41.7824,88.6381,-10.7845,0.1187,34.6902,0.0000,34.6902,6.9736,34.6902,1.2751,0.0000,33.4151,0.0000,33.4151,8.5230,24.8922,0.0000,24.8922,0.1038,24.7884,0.0000,0.0000,14.4259,10.3625,1.1950,8489.5323,8489.5323,8489.5323 -468.5000,1.0000,6418.0021,78.3105,78.4090,0.0547,0.0000,6,1250.5048,320.5020,646.3406,-82.7456,41.9706,84.6400,-10.8358,0.1208,34.9434,0.0000,34.9434,6.9064,34.9434,1.2824,0.0000,33.6610,0.0000,33.6610,8.5443,25.1167,0.0000,25.1167,0.1057,25.0111,0.0000,0.0000,14.4620,10.5490,1.1349,8525.5144,8525.5144,8525.5144 -469.5000,1.0000,6439.8092,78.5055,78.6020,0.0536,0.0000,6,1253.6187,318.7098,647.1527,-82.9303,41.8398,84.9573,-10.8870,0.1186,34.8099,0.0000,34.8099,6.9112,34.8099,1.2820,0.0000,33.5279,0.0000,33.5279,8.5656,24.9624,0.0000,24.9624,0.1038,24.8586,0.0000,0.0000,14.4980,10.3606,1.1488,8503.5815,8503.5815,8503.5815 -470.5000,1.0000,6461.6754,78.7185,78.8350,0.0647,0.0000,6,1257.0200,336.2544,647.1359,-83.1320,44.2628,85.1856,-10.9431,0.1436,37.1243,0.0000,37.1243,6.9949,37.1243,1.3307,0.0000,35.7936,0.0000,35.7936,8.5888,27.2048,0.0000,27.2048,0.1256,27.0791,0.0000,0.0000,14.5374,12.5418,1.1985,8943.9699,8943.9699,8943.9699 -471.5000,1.0000,6483.5885,78.8870,78.9390,0.0289,0.0000,6,1259.7107,281.3411,654.6885,-83.2916,37.1136,86.3643,-10.9875,0.0642,30.0328,0.0000,30.0328,7.0166,30.0328,1.1909,0.0000,28.8419,0.0000,28.8419,8.6072,20.2347,0.0000,20.2347,0.0562,20.1785,0.0000,0.0000,14.5685,5.6100,1.1891,7624.9243,7624.9243,7624.9243 -472.5000,1.0000,6505.5168,78.9420,78.9450,0.0017,0.0000,6,1260.5890,238.9351,630.7984,-83.3437,31.5415,83.2708,-11.0021,0.0037,24.6019,0.0000,24.6019,6.9359,24.6019,1.0829,0.0000,23.5190,0.0000,23.5190,8.6132,14.9058,0.0000,14.9058,0.0032,14.9025,0.0000,0.0000,14.5786,0.3239,1.1386,6555.0229,6555.0229,6555.0229 -473.5000,1.0000,6527.4276,78.8790,78.8130,-0.0367,0.0000,6,1259.5829,180.2797,611.7010,-83.2840,23.7795,80.6853,-10.9854,-0.0815,16.9107,0.0000,16.9107,6.9503,16.9107,0.9283,0.0000,15.9823,0.0000,15.9823,8.6063,7.3760,0.0000,7.3760,-0.0713,7.4473,0.0000,0.0000,14.5670,-7.1197,1.1011,5140.3079,5140.3079,5140.3079 -474.5000,1.0000,6549.3083,78.7705,78.7280,-0.0236,0.0000,6,1257.8503,200.5641,586.0993,-83.1813,26.4187,77.2020,-10.9568,-0.0524,19.4960,0.0000,19.4960,6.9751,19.4960,0.9788,0.0000,18.5172,0.0000,18.5172,8.5945,9.9228,0.0000,9.9228,-0.0459,9.9686,0.0000,0.0000,14.5470,-4.5784,1.1884,5643.5300,5643.5300,5643.5300 -475.5000,1.0000,6571.1537,78.6435,78.5590,-0.0469,0.0000,6,1255.8223,164.9792,594.1032,-83.0610,21.6963,78.1302,-10.9233,-0.1041,14.8085,0.0000,14.8085,6.9919,14.8085,0.8836,0.0000,13.9249,0.0000,13.9249,8.5806,5.3443,0.0000,5.3443,-0.0910,5.4353,0.0000,0.0000,14.5235,-9.0882,1.1496,4736.1818,4736.1818,4736.1818 -476.5000,1.0000,6592.9628,78.5125,78.4660,-0.0258,0.0000,6,1253.7305,197.0408,578.4919,-82.9369,25.8696,75.9504,-10.8888,-0.0572,18.9884,0.0000,18.9884,6.9383,18.9884,0.9656,0.0000,18.0228,0.0000,18.0228,8.5663,9.4565,0.0000,9.4565,-0.0500,9.5065,0.0000,0.0000,14.4993,-4.9928,1.1615,5536.2469,5536.2469,5536.2469 -477.5000,1.0000,6614.7544,78.4500,78.4340,-0.0089,0.0000,6,1252.7324,222.1093,592.5087,-82.8777,29.1376,77.7288,-10.8724,-0.0197,22.3455,0.0000,22.3455,6.8117,22.3455,1.0321,0.0000,21.3135,0.0000,21.3135,8.5595,12.7540,0.0000,12.7540,-0.0172,12.7712,0.0000,0.0000,14.4878,-1.7166,1.0331,6124.1143,6124.1143,6124.1143 -478.5000,1.0000,6636.5592,78.4970,78.5600,0.0350,0.0000,6,1253.4830,289.3754,604.2448,-82.9222,37.9847,79.3159,-10.8847,0.0774,31.0997,0.0000,31.0997,6.8076,31.0997,1.2077,0.0000,29.8920,0.0000,29.8920,8.5646,21.3274,0.0000,21.3274,0.0677,21.2596,0.0000,0.0000,14.4965,6.7632,1.0466,7787.4390,7787.4390,7787.4390 -479.5000,1.0000,6658.4281,78.7280,78.8960,0.0933,0.0000,6,1257.1717,379.0555,634.9187,-83.1410,49.9029,83.5875,-10.9456,0.2071,42.8436,0.0000,42.8436,6.8522,42.8436,1.4452,0.0000,41.3983,0.0000,41.3983,8.5898,32.8085,0.0000,32.8085,0.1812,32.6273,0.0000,0.0000,14.5391,18.0882,1.0607,10028.5596,10028.5596,10028.5596 -480.5000,1.0000,6680.3687,78.9865,79.0770,0.0503,0.0000,6,1261.2996,312.7071,673.6294,-83.3858,41.3033,88.9750,-11.0138,0.1119,34.3573,0.0000,34.3573,6.8341,34.3573,1.2785,0.0000,33.0787,0.0000,33.0787,8.6181,24.4607,0.0000,24.4607,0.0979,24.3628,0.0000,0.0000,14.5869,9.7759,1.0348,8411.8103,8411.8103,8411.8103 -481.5000,1.0000,6702.2731,78.8555,78.6340,-0.1231,0.0000,6,1259.2077,48.9865,642.3742,-83.2618,6.4595,84.7060,-10.9792,-0.2735,-0.1705,0.0000,-0.1705,6.9036,-0.1705,0.7894,0.0000,-0.9599,0.0000,-0.9599,8.6038,-9.5636,0.0000,-9.5636,-0.2392,-9.3244,0.0000,0.0000,14.5627,-23.8870,1.0344,2379.1076,2379.1076,2379.1076 -482.5000,1.0000,6724.0669,78.4580,78.2820,-0.0978,0.0000,6,1252.8602,86.4736,526.3018,-82.8853,11.3453,69.0504,-10.8745,-0.2162,4.7109,0.0000,4.7109,6.8506,4.7109,0.7349,0.0000,3.9760,0.0000,3.9760,8.5604,-4.5844,0.0000,-4.5844,-0.1891,-4.3953,0.0000,0.0000,14.4893,-18.8846,1.0465,2970.4789,2970.4789,2970.4789 -483.5000,1.0000,6745.7524,78.0675,77.8530,-0.1192,0.0000,6,1246.6245,54.5888,540.8227,-82.5155,7.1264,70.6024,-10.7721,-0.2622,0.5753,0.0000,0.5753,6.8132,0.5753,0.7708,0.0000,-0.1954,0.0000,-0.1954,8.5178,-8.7132,0.0000,-8.7132,-0.2294,-8.4839,0.0000,0.0000,14.4171,-22.9010,1.0319,2439.6791,2439.6791,2439.6791 -484.5000,1.0000,6767.3067,77.5955,77.3380,-0.1431,0.0000,6,1239.0873,19.2801,524.4056,-82.0685,2.5017,68.0452,-10.6490,-0.3129,-3.9932,0.0000,-3.9932,6.8079,-3.9932,0.8098,0.0000,-4.8031,0.0000,-4.8031,8.4663,-13.2694,0.0000,-13.2694,-0.2737,-12.9957,0.0000,0.0000,14.3300,-27.3257,1.0171,1859.5292,1859.5292,1859.5292 -485.5000,1.0000,6788.7211,77.0920,76.8460,-0.1367,0.0000,6,1231.0471,29.2485,506.7274,-81.5916,3.7706,65.3247,-10.5184,-0.2970,-2.7569,0.0000,-2.7569,6.8244,-2.7569,0.7904,0.0000,-3.5473,0.0000,-3.5473,8.4113,-11.9587,0.0000,-11.9587,-0.2598,-11.6989,0.0000,0.0000,14.2370,-25.9359,1.0555,2001.1788,2001.1788,2001.1788 -486.5000,1.0000,6810.0061,76.6260,76.4060,-0.1222,0.0000,6,1223.6058,51.0604,509.5257,-81.1503,6.5427,65.2884,-10.3982,-0.2640,-0.0174,0.0000,-0.0174,6.8241,-0.0174,0.7565,0.0000,-0.7740,0.0000,-0.7740,8.3605,-9.1345,0.0000,-9.1345,-0.2309,-8.9036,0.0000,0.0000,14.1509,-23.0545,1.0407,2333.1489,2333.1489,2333.1489 -487.5000,1.0000,6831.1718,76.1965,75.9870,-0.1164,0.0000,6,1216.7473,59.3080,517.6944,-80.7435,7.5569,65.9633,-10.2881,-0.2500,1.0751,0.0000,1.0751,6.7317,1.0751,0.7396,0.0000,0.3355,0.0000,0.3355,8.3136,-7.9781,0.0000,-7.9781,-0.2186,-7.7595,0.0000,0.0000,14.0716,-21.8311,0.9994,2449.8967,2449.8967,2449.8967 -488.5000,1.0000,6852.2387,75.8410,75.6950,-0.0811,0.0000,6,1211.0705,112.3013,520.6474,-80.4069,14.2424,66.0301,-10.1974,-0.1734,7.6952,0.0000,7.6952,6.7206,7.6952,0.7091,0.0000,6.9861,0.0000,6.9861,8.2749,-1.2888,0.0000,-1.2888,-0.1517,-1.1371,0.0000,0.0000,14.0060,-15.1431,1.0249,3371.8966,3371.8966,3371.8966 -489.5000,1.0000,6873.2599,75.6760,75.6570,-0.0106,0.0000,6,1208.4357,221.3729,545.1321,-80.2506,28.0141,68.9849,-10.1555,-0.0225,21.2241,0.0000,21.2241,6.8125,21.2241,0.9778,0.0000,20.2463,0.0000,20.2463,8.2568,11.9894,0.0000,11.9894,-0.0197,12.0091,0.0000,0.0000,13.9755,-1.9664,1.0641,5899.1175,5899.1175,5899.1175 -490.5000,1.0000,6894.2828,75.6825,75.7080,0.0142,0.0000,6,1208.5395,258.7657,594.4932,-80.2567,32.7489,75.2378,-10.1571,0.0302,25.9729,0.0000,25.9729,6.7458,25.9729,1.0729,0.0000,24.9000,0.0000,24.9000,8.2576,16.6424,0.0000,16.6424,0.0264,16.6160,0.0000,0.0000,13.9767,2.6393,1.0377,6775.3439,6775.3439,6775.3439 -491.5000,1.0000,6915.3214,75.7390,75.7700,0.0172,0.0000,6,1209.4417,263.3626,611.4356,-80.3103,33.3555,77.4398,-10.1715,0.0368,26.5796,0.0000,26.5796,6.7391,26.5796,1.0857,0.0000,25.4940,0.0000,25.4940,8.2637,17.2303,0.0000,17.2303,0.0322,17.1981,0.0000,0.0000,13.9871,3.2110,1.0379,6887.2339,6887.2339,6887.2339 -492.5000,1.0000,6936.3642,75.7540,75.7380,-0.0089,0.0000,6,1209.6812,223.2007,613.1604,-80.3245,28.2745,77.6736,-10.1753,-0.0190,21.5666,0.0000,21.5666,6.7269,21.5666,0.9856,0.0000,20.5810,0.0000,20.5810,8.2654,12.3157,0.0000,12.3157,-0.0166,12.3323,0.0000,0.0000,13.9899,-1.6576,1.0513,5947.7643,5947.7643,5947.7643 -493.5000,1.0000,6957.3910,75.6965,75.6550,-0.0231,0.0000,6,1208.7630,201.5910,594.7937,-80.2700,25.5177,75.2898,-10.1607,-0.0492,18.8293,0.0000,18.8293,6.7375,18.8293,0.9302,0.0000,17.8992,0.0000,17.8992,8.2591,9.6401,0.0000,9.6401,-0.0430,9.6831,0.0000,0.0000,13.9793,-4.2962,1.0111,5437.3597,5437.3597,5437.3597 -494.5000,1.0000,6978.3828,75.5705,75.4860,-0.0469,0.0000,6,1206.7510,165.2288,584.3243,-80.1507,20.8801,73.8414,-10.1287,-0.1000,14.2173,0.0000,14.2173,6.7627,14.2173,0.8365,0.0000,13.3808,0.0000,13.3808,8.2453,5.1355,0.0000,5.1355,-0.0875,5.2230,0.0000,0.0000,13.9560,-8.7330,1.0374,4576.7874,4576.7874,4576.7874 -495.5000,1.0000,6999.3469,75.4710,75.4560,-0.0083,0.0000,6,1205.1621,224.3778,568.2490,-80.0564,28.3174,71.7155,-10.1035,-0.0177,21.5913,0.0000,21.5913,6.7439,21.5913,0.9829,0.0000,20.6084,0.0000,20.6084,8.2345,12.3739,0.0000,12.3739,-0.0155,12.3894,0.0000,0.0000,13.9376,-1.5482,1.0370,5954.1378,5954.1378,5954.1378 -496.5000,1.0000,7020.2925,75.4040,75.3520,-0.0289,0.0000,6,1204.0922,198.5488,594.3149,-79.9930,25.0355,74.9385,-10.0865,-0.0614,18.3580,0.0000,18.3580,6.7388,18.3580,0.9174,0.0000,17.4406,0.0000,17.4406,8.2272,9.2134,0.0000,9.2134,-0.0537,9.2671,0.0000,0.7042,13.9253,-5.3623,1.0502,5341.5362,5341.5362,5341.5362 -497.5000,1.0000,7041.2249,75.3565,75.3610,0.0025,0.0000,6,1203.3337,261.2973,583.0337,-79.9480,32.9268,73.4697,-10.0745,0.0053,26.1375,0.0000,26.1375,6.7840,26.1375,1.0725,0.0000,25.0650,0.0000,25.0650,8.2220,16.8430,0.0000,16.8430,0.0046,16.8384,0.0000,2.4582,13.9165,0.4638,1.0500,6810.2177,6810.2177,6810.2177 -498.5000,1.0000,7062.1497,75.3295,75.2980,-0.0175,0.0000,6,1202.9026,248.4201,610.8890,-79.9224,31.2929,76.9523,-10.0676,-0.0372,24.5397,0.0000,24.5397,6.7903,24.5397,1.0402,0.0000,23.4995,0.0000,23.4995,8.2190,15.2805,0.0000,15.2805,-0.0325,15.3130,0.0000,4.6466,13.9115,-3.2451,1.0499,6506.6125,6506.6125,6506.6125 -499.5000,1.0000,7083.0631,75.2880,75.2780,-0.0056,0.0000,6,1202.2399,290.2695,605.1790,-79.8831,36.5444,76.1910,-10.0571,-0.0118,29.8437,0.0000,29.8437,6.7126,29.8437,1.1458,0.0000,28.6978,0.0000,28.6978,8.2145,20.4833,0.0000,20.4833,-0.0103,20.4936,0.0000,7.6194,13.9038,-1.0296,1.0231,7483.6177,7483.6177,7483.6177 -500.5000,1.0000,7103.9771,75.2905,75.3030,0.0069,0.0000,6,1202.2798,317.5639,624.2160,-79.8855,39.9821,78.5903,-10.0578,0.0147,33.3187,0.0000,33.3187,6.6487,33.3187,1.2154,0.0000,32.1033,0.0000,32.1033,8.2148,23.8885,0.0000,23.8885,0.0129,23.8756,0.0000,8.6842,13.9043,1.2871,0.9965,8134.3807,8134.3807,8134.3807 -501.5000,1.0000,7124.8889,75.2825,75.2620,-0.0114,0.0000,6,1202.1521,323.5106,636.2225,-79.8779,40.7264,80.0935,-10.0558,-0.0242,32.0314,0.0000,32.0314,8.7192,32.0314,1.1895,0.0000,30.8419,0.0000,30.8419,8.2139,22.6280,0.0000,22.6280,-0.0211,22.6491,0.0000,10.8569,13.9028,-2.1106,1.0231,8275.1194,8275.1194,8275.1194 -502.5000,1.0000,7145.8011,75.2840,75.3060,0.0122,0.0000,6,1202.1760,381.4477,639.2843,-79.8793,48.0211,80.4805,-10.0561,0.0259,39.2896,0.0000,39.2896,8.7055,39.2896,1.3347,0.0000,37.9549,0.0000,37.9549,8.2141,29.7408,0.0000,29.7408,0.0227,29.7182,0.0000,13.5500,13.9031,2.2651,1.0365,9654.7622,9654.7622,9654.7622 -503.5000,1.0000,7166.7143,75.2875,75.2690,-0.0103,0.0000,6,1202.2319,366.1520,665.0623,-79.8827,46.0976,83.7296,-10.0570,-0.0218,37.3846,0.0000,37.3846,8.7348,37.3846,1.2967,0.0000,36.0879,0.0000,36.0879,8.2145,27.8735,0.0000,27.8735,-0.0191,27.8925,0.0000,15.8936,13.9037,-1.9048,1.0365,9290.9424,9290.9424,9290.9424 -504.5000,1.0000,7187.6403,75.3335,75.3980,0.0358,0.0000,6,1202.9665,482.1506,658.9296,-79.9262,60.7386,83.0082,-10.0687,0.0761,51.9718,0.0000,51.9718,8.6907,51.9718,1.5889,0.0000,50.3829,0.0000,50.3829,8.2195,42.1634,0.0000,42.1634,0.0666,42.0968,0.0000,21.5394,13.9122,6.6451,1.0499,12096.7239,12096.7239,12096.7239 -505.5000,1.0000,7208.6028,75.4650,75.5320,0.0372,0.0000,6,1205.0663,467.0611,711.2095,-80.0508,58.9404,89.7505,-10.1019,0.0792,50.1817,0.0000,50.1817,8.6795,50.1817,1.5546,0.0000,48.6271,0.0000,48.6271,8.2338,40.3933,0.0000,40.3933,0.0693,40.3240,0.0000,19.4728,13.9365,6.9148,1.0237,11748.9787,11748.9787,11748.9787 -506.5000,1.0000,7229.5894,75.5520,75.5720,0.0111,0.0000,6,1206.4556,444.5016,704.3269,-80.1331,56.1582,88.9845,-10.1240,0.0237,47.3957,0.0000,47.3957,8.7388,47.3957,1.4999,0.0000,45.8959,0.0000,45.8959,8.2433,37.6526,0.0000,37.6526,0.0207,37.6319,0.0000,21.6128,13.9526,2.0665,1.0373,11214.3138,11214.3138,11214.3138 -507.5000,1.0000,7250.5912,75.6065,75.6410,0.0192,0.0000,6,1207.3259,515.2803,694.5166,-80.1848,65.1473,87.8083,-10.1378,0.0408,56.4335,0.0000,56.4335,8.6729,56.4335,1.6812,0.0000,54.7523,0.0000,54.7523,8.2493,46.5030,0.0000,46.5030,0.0357,46.4673,0.0000,28.9374,13.9627,3.5673,1.0241,12945.8058,12945.8058,12945.8058 -508.5000,1.0000,7271.6024,75.6400,75.6390,-0.0006,0.0000,6,1207.8608,540.9472,726.1423,-80.2165,68.4227,91.8475,-10.1463,-0.0012,59.7049,0.0000,59.7049,8.7190,59.7049,1.7470,0.0000,57.9578,0.0000,57.9578,8.2529,49.7049,0.0000,49.7049,-0.0010,49.7060,0.0000,35.8406,13.9688,-0.1034,1.0243,13566.8005,13566.8005,13566.8005 -509.5000,1.0000,7292.6361,75.7215,75.8040,0.0458,0.0000,6,1209.1623,619.3424,738.3452,-80.2937,78.4231,93.4916,-10.1670,0.0978,71.5745,0.0000,71.5745,6.7507,71.5745,1.9854,0.0000,69.5892,0.0000,69.5892,8.2618,61.3274,0.0000,61.3274,0.0856,61.2418,0.0000,38.7145,13.9839,8.5434,1.0112,15447.8226,15447.8226,15447.8226 -510.5000,1.0000,7313.7149,75.8835,75.9630,0.0442,0.0000,6,1211.7492,586.1141,773.3867,-80.4471,74.3744,98.1382,-10.2083,0.0945,67.4812,0.0000,67.4812,6.7987,67.4812,1.9053,0.0000,65.5759,0.0000,65.5759,8.2795,57.2964,0.0000,57.2964,0.0826,57.2138,0.0000,34.9496,14.0138,8.2503,1.0383,14689.9151,14689.9151,14689.9151 -511.5000,1.0000,7334.8479,76.0790,76.1950,0.0644,0.0000,6,1214.8710,611.2339,758.9968,-80.6323,77.7618,96.5603,-10.2581,0.1382,70.7081,0.0000,70.7081,6.9155,70.7081,1.9721,0.0000,68.7360,0.0000,68.7360,8.3008,60.4352,0.0000,60.4352,0.1209,60.3143,0.0000,34.1951,14.0499,12.0692,1.0656,15328.2565,15328.2565,15328.2565 -512.5000,1.0000,7356.0237,76.2330,76.2710,0.0211,0.0000,6,1217.3302,579.0195,769.9395,-80.7781,73.8125,98.1507,-10.2975,0.0454,66.8938,0.0000,66.8938,6.8734,66.8938,1.8975,0.0000,64.9962,0.0000,64.9962,8.3176,56.6786,0.0000,56.6786,0.0397,56.6389,0.0000,38.5988,14.0783,3.9617,1.0528,14577.2145,14577.2145,14577.2145 -513.5000,1.0000,7377.2261,76.3285,76.3860,0.0319,0.0000,6,1218.8552,619.9854,756.0811,-80.8685,79.1338,96.5048,-10.3219,0.0687,72.2140,0.0000,72.2140,6.8511,72.2140,2.0050,0.0000,70.2090,0.0000,70.2090,8.3280,61.8809,0.0000,61.8809,0.0601,61.8208,0.0000,41.7226,14.0960,6.0022,1.0398,15573.3705,15573.3705,15573.3705 -514.5000,1.0000,7398.4692,76.4750,76.5640,0.0494,0.0000,6,1221.1946,643.9260,774.5891,-81.0073,82.3473,99.0569,-10.3595,0.1066,75.3934,0.0000,75.3934,6.8473,75.3934,2.0703,0.0000,73.3231,0.0000,73.3231,8.3440,64.9791,0.0000,64.9791,0.0932,64.8858,0.0000,41.4546,14.1230,9.3082,1.0669,16145.9782,16145.9782,16145.9782 -515.5000,1.0000,7419.7478,76.6030,76.6420,0.0217,0.0000,6,1223.2385,614.4045,785.0662,-81.1285,78.7035,100.5648,-10.3923,0.0468,71.7607,0.0000,71.7607,6.8960,71.7607,1.9991,0.0000,69.7616,0.0000,69.7616,8.3580,61.4036,0.0000,61.4036,0.0409,61.3627,0.0000,43.1303,14.1467,4.0857,1.0539,15496.2706,15496.2706,15496.2706 -516.5000,1.0000,7441.0471,76.6775,76.7130,0.0197,0.0000,6,1224.4282,635.5445,772.2196,-81.1991,81.4907,99.0154,-10.4115,0.0426,74.5691,0.0000,74.5691,6.8790,74.5691,2.0561,0.0000,72.5130,0.0000,72.5130,8.3661,64.1469,0.0000,64.1469,0.0373,64.1096,0.0000,46.2265,14.1604,3.7227,1.0409,15991.8728,15991.8728,15991.8728 -517.5000,1.0000,7462.3222,76.5905,76.4680,-0.0681,0.0000,6,1223.0389,549.3877,780.8705,-81.1167,70.3636,100.0110,-10.3891,-0.1469,63.6312,0.0000,63.6312,6.8793,63.6312,1.8364,0.0000,61.7948,0.0000,61.7948,8.3566,53.4382,0.0000,53.4382,-0.1285,53.5667,0.0000,52.2535,14.1444,-12.8312,1.0139,13925.3881,13925.3881,13925.3881 -518.5000,1.0000,7483.4868,76.1925,75.9170,-0.1531,0.0000,6,1216.6834,378.4498,741.5339,-80.7397,48.2186,94.4794,-10.2871,-0.3287,41.7154,0.0000,41.7154,6.8319,41.7154,1.3935,0.0000,40.3219,0.0000,40.3219,8.3132,32.0087,0.0000,32.0087,-0.2875,32.2962,0.0000,46.9325,14.0709,-28.7072,1.0527,9680.0018,9680.0018,9680.0018 -519.5000,1.0000,7504.4982,75.6410,75.3650,-0.1533,0.0000,6,1207.8768,386.9014,663.5142,-80.2174,48.9386,83.9270,-10.1466,-0.3269,42.5041,0.0000,42.5041,6.7615,42.5041,1.4030,0.0000,41.1010,0.0000,41.1010,8.2530,32.8480,0.0000,32.8480,-0.2860,33.1339,0.0000,47.7160,13.9690,-28.5511,1.0376,9822.5820,9822.5820,9822.5820 -520.5000,1.0000,7525.3632,75.1140,74.8630,-0.1394,0.0000,6,1199.4614,437.0544,666.1479,-79.7182,54.8972,83.6730,-10.0132,-0.2952,48.3979,0.0000,48.3979,6.7946,48.3979,1.5150,0.0000,46.8829,0.0000,46.8829,8.1955,38.6874,0.0000,38.6874,-0.2582,38.9456,0.0000,50.8580,13.8717,-25.7841,1.0359,10973.9847,10973.9847,10973.9847 -521.5000,1.0000,7546.0793,74.5780,74.2930,-0.1583,0.0000,6,1190.9022,396.4838,687.3819,-79.2076,49.4459,85.7241,-9.8781,-0.3328,43.0879,0.0000,43.0879,6.6908,43.0879,1.4028,0.0000,41.6852,0.0000,41.6852,8.1370,33.5481,0.0000,33.5481,-0.2911,33.8392,0.0000,49.1343,13.7727,-29.0678,1.0209,9926.4523,9926.4523,9926.4523 -522.5000,1.0000,7566.6574,74.0810,73.8690,-0.1178,0.0000,6,1182.9659,428.3700,667.9863,-78.7342,53.0664,82.7501,-9.7536,-0.2459,46.6589,0.0000,46.6589,6.6535,46.6589,1.4686,0.0000,45.1903,0.0000,45.1903,8.0828,37.1075,0.0000,37.1075,-0.2151,37.3226,0.0000,45.1199,13.6809,-21.4783,1.0193,10596.0550,10596.0550,10596.0550 -523.5000,1.0000,7587.1081,73.6225,73.3760,-0.1369,0.0000,6,1175.6443,370.5624,681.0900,-78.2974,45.6211,83.8512,-9.6394,-0.2842,39.2552,0.0000,39.2552,6.6501,39.2552,1.3154,0.0000,37.9398,0.0000,37.9398,8.0328,29.9070,0.0000,29.9070,-0.2486,30.1556,0.0000,41.3783,13.5963,-24.8190,1.0179,9188.8013,9188.8013,9188.8013 -524.5000,1.0000,7607.4286,73.1540,72.9320,-0.1233,0.0000,6,1168.1630,374.4178,653.2745,-77.8511,45.8024,79.9149,-9.5235,-0.2543,39.4439,0.0000,39.4439,6.6128,39.4439,1.3140,0.0000,38.1299,0.0000,38.1299,7.9817,30.1482,0.0000,30.1482,-0.2224,30.3706,0.0000,39.0709,13.5097,-22.2100,1.0290,9221.5337,9221.5337,9221.5337 -525.5000,1.0000,7627.6260,72.7105,72.4890,-0.1231,0.0000,6,1161.0810,360.4009,653.7856,-77.4287,43.8205,79.4926,-9.4144,-0.2522,37.4951,0.0000,37.4951,6.5775,37.4951,1.2702,0.0000,36.2250,0.0000,36.2250,7.9333,28.2917,0.0000,28.2917,-0.2206,28.5123,0.0000,37.1100,13.4278,-22.0256,1.0150,8831.8795,8831.8795,8831.8795 -526.5000,1.0000,7647.6740,72.1730,71.8570,-0.1756,0.0000,6,1152.4979,235.6741,645.0635,-76.9167,28.4433,77.8523,-9.2830,-0.3571,22.2795,0.0000,22.2795,6.5210,22.2795,0.9600,0.0000,21.3196,0.0000,21.3196,7.8746,13.4449,0.0000,13.4449,-0.3124,13.7573,0.0000,31.6190,13.3286,-31.1902,1.0127,5902.5860,5902.5860,5902.5860 -527.5000,1.0000,7667.5833,71.6735,71.4900,-0.1019,0.0000,6,1144.5216,362.9223,586.0076,-76.4409,43.4977,70.2354,-9.1617,-0.2060,37.1589,0.0000,37.1589,6.5447,37.1589,1.2521,0.0000,35.9068,0.0000,35.9068,7.8201,28.0867,0.0000,28.0867,-0.1801,28.2668,0.0000,33.0172,13.2363,-17.9867,1.0590,8761.1768,8761.1768,8761.1768 -528.5000,1.0000,7687.3829,71.2785,71.0670,-0.1175,0.0000,6,1138.2140,364.1861,644.4201,-76.0646,43.4086,76.8107,-9.0664,-0.2361,37.1293,0.0000,37.1293,6.5154,37.1293,1.2472,0.0000,35.8821,0.0000,35.8821,7.7770,28.1050,0.0000,28.1050,-0.2065,28.3115,0.0000,35.7651,13.1634,-20.6170,1.0572,8741.4699,8741.4699,8741.4699 -529.5000,1.0000,7707.0764,70.8965,70.7260,-0.0947,0.0000,6,1132.1140,365.8908,644.3261,-75.7007,43.3781,76.3879,-8.9747,-0.1893,37.1515,0.0000,37.1515,6.4158,37.1515,1.2435,0.0000,35.9080,0.0000,35.9080,7.7354,28.1726,0.0000,28.1726,-0.1656,28.3382,0.0000,31.7766,13.0928,-16.5313,1.0314,8733.9003,8733.9003,8733.9003 -530.5000,1.0000,7726.6874,70.5995,70.4730,-0.0703,0.0000,6,1127.3714,442.7588,644.5330,-75.4178,52.2712,76.0923,-8.9037,-0.1399,46.0033,0.0000,46.0033,6.4078,46.0033,1.4173,0.0000,44.5859,0.0000,44.5859,7.7030,36.8830,0.0000,36.8830,-0.1223,37.0053,0.0000,36.1811,13.0380,-12.2137,1.0067,10379.7117,10379.7117,10379.7117 -531.5000,1.0000,7746.1992,70.2425,70.0120,-0.1281,0.0000,6,1121.6706,339.2047,679.4191,-75.0778,39.8433,79.8053,-8.8187,-0.2535,33.6863,0.0000,33.6863,6.4106,33.6863,1.1672,0.0000,32.5191,0.0000,32.5191,7.6640,24.8551,0.0000,24.8551,-0.2218,25.0769,0.0000,34.2474,12.9721,-22.1425,0.9938,8016.0533,8016.0533,8016.0533 -532.5000,1.0000,7765.5892,69.8040,69.5960,-0.1156,0.0000,6,1114.6684,367.7750,629.1796,-74.6601,42.9296,73.4427,-8.7149,-0.2274,36.8502,0.0000,36.8502,6.3067,36.8502,1.2257,0.0000,35.6245,0.0000,35.6245,7.6162,28.0083,0.0000,28.0083,-0.1989,28.2072,0.0000,35.1725,12.8911,-19.8564,0.9806,8641.0295,8641.0295,8641.0295 -533.5000,1.0000,7784.8701,69.4115,69.2270,-0.1025,0.0000,6,1108.4007,365.6804,641.9411,-74.2862,42.4451,74.5110,-8.6225,-0.2005,36.2053,0.0000,36.2053,6.4403,36.2053,1.2087,0.0000,34.9966,0.0000,34.9966,7.5733,27.4233,0.0000,27.4233,-0.1754,27.5987,0.0000,32.2940,12.8186,-17.5140,1.1178,8541.6741,8541.6741,8541.6741 -534.5000,1.0000,7804.0604,69.0850,68.9430,-0.0789,0.0000,6,1103.1870,410.9275,640.2990,-73.9752,47.4726,73.9708,-8.5460,-0.1536,41.1788,0.0000,41.1788,6.4474,41.1788,1.3047,0.0000,39.8741,0.0000,39.8741,7.5377,32.3364,0.0000,32.3364,-0.1344,32.4708,0.0000,33.1286,12.7583,-13.4162,1.1284,9532.8229,9532.8229,9532.8229 -535.5000,1.0000,7823.2071,68.9280,68.9130,-0.0083,0.0000,6,1100.6799,505.4832,662.3873,-73.8256,58.2635,76.3487,-8.5094,-0.0162,51.8248,0.0000,51.8248,6.4548,51.8248,1.5159,0.0000,50.3089,0.0000,50.3089,7.5206,42.7883,0.0000,42.7883,-0.0142,42.8025,0.0000,31.4872,12.7293,-1.4140,1.1278,11606.3258,11606.3258,11606.3258 -536.5000,1.0000,7842.3611,68.9545,68.9960,0.0231,0.0000,6,1101.1031,555.6353,707.7321,-73.8509,64.0688,81.6066,-8.5155,0.0448,57.6069,0.0000,57.6069,6.4171,57.6069,1.6318,0.0000,55.9751,0.0000,55.9751,7.5235,48.4516,0.0000,48.4516,0.0392,48.4124,0.0000,31.7647,12.7342,3.9135,1.0940,12652.3607,12652.3607,12652.3607 -537.5000,1.0000,7861.5918,69.2306,69.4652,0.1303,0.0000,6,1105.5117,732.9765,732.9765,-74.1139,84.8559,84.8559,-8.5801,0.2543,78.1894,0.0000,78.1894,6.4122,78.1894,2.0464,0.0000,76.1430,0.0000,76.1430,7.5536,68.5894,0.0000,68.5894,0.2224,68.3670,0.0000,33.3720,12.7852,22.2098,1.1289,16591.6089,16591.6089,16591.6089 -538.5000,1.0000,7880.9620,69.7326,70.0000,0.1486,0.0000,6,1113.5279,779.9484,816.9585,-74.5920,90.9485,95.2642,-8.6981,0.2920,84.3054,0.0000,84.3054,6.3511,84.3054,2.1741,0.0000,82.1313,0.0000,82.1313,7.6390,74.4922,0.0000,74.4922,0.2554,74.2368,0.0000,35.8561,12.8779,25.5028,1.0150,17783.3414,17783.3414,17783.3414 -539.5000,1.0000,7900.4931,70.3120,70.6240,0.1733,0.0000,6,1122.7804,823.4485,839.6120,-75.1440,96.8188,98.7193,-8.8352,0.3435,90.1003,0.0000,90.1003,6.3750,90.1003,2.2962,0.0000,87.8041,0.0000,87.8041,7.7774,80.0268,0.0000,80.0268,0.3005,79.7263,0.0000,36.7401,12.9849,30.0013,1.0172,18875.5405,18875.5405,18875.5405 -540.5000,1.0000,7920.1827,70.8825,71.1410,0.1436,0.0000,6,1131.8905,748.2197,860.0962,-75.6874,88.6874,101.9483,-8.9713,0.2869,81.9947,0.0000,81.9947,6.4058,81.9947,2.1402,0.0000,79.8544,0.0000,79.8544,7.7338,72.1206,0.0000,72.1206,0.2510,71.8696,0.0000,33.7208,13.0902,25.0586,0.9838,17303.5275,17303.5275,17303.5275 -541.5000,1.0000,7939.9984,71.3365,71.5320,0.1086,0.0000,6,1139.1402,716.6245,825.6336,-76.1199,85.4865,98.4902,-9.0804,0.2184,78.8395,0.0000,78.8395,6.4286,78.8395,2.0820,0.0000,76.7574,0.0000,76.7574,7.7834,68.9741,0.0000,68.9741,0.1910,68.7830,0.0000,36.5361,13.1741,19.0728,1.0333,16707.9396,16707.9396,16707.9396 -542.5000,1.0000,7959.9246,71.7345,71.9370,0.1125,0.0000,6,1145.4957,719.1380,811.7620,-76.4990,86.2649,97.3757,-9.1765,0.2275,79.6175,0.0000,79.6175,6.4200,79.6175,2.1019,0.0000,77.5155,0.0000,77.5155,7.8268,69.6887,0.0000,69.6887,0.1990,69.4898,0.0000,36.3762,13.2476,19.8660,1.0471,16843.7958,16843.7958,16843.7958 -543.5000,1.0000,7979.9513,72.0960,72.2550,0.0883,0.0000,6,1151.2683,709.8856,813.2120,-76.8433,85.5842,98.0413,-9.2643,0.1795,78.9584,0.0000,78.9584,6.4463,78.9584,2.0927,0.0000,76.8657,0.0000,76.8657,7.8662,68.9995,0.0000,68.9995,0.1570,68.8425,0.0000,39.8510,13.3143,15.6771,0.9867,16732.7951,16732.7951,16732.7951 -544.5000,1.0000,8000.0592,72.3885,72.5220,0.0742,0.0000,6,1155.9391,690.1054,809.4269,-77.1220,83.5370,97.9809,-9.3356,0.1513,76.8770,0.0000,76.8770,6.5087,76.8770,2.0543,0.0000,74.8227,0.0000,74.8227,7.8982,66.9245,0.0000,66.9245,0.1324,66.7922,0.0000,40.2076,13.3684,13.2162,1.0136,16368.6314,16368.6314,16368.6314 -545.5000,1.0000,8020.2239,72.5930,72.6640,0.0394,0.0000,6,1159.2047,625.4521,800.4621,-77.3168,75.9246,97.1694,-9.3856,0.0807,69.2753,0.0000,69.2753,6.5687,69.2753,1.9045,0.0000,67.3708,0.0000,67.3708,7.9205,59.4503,0.0000,59.4503,0.0706,59.3797,0.0000,38.9249,13.4061,7.0487,1.0629,14938.0974,14938.0974,14938.0974 -546.5000,1.0000,8040.4316,72.7475,72.8310,0.0464,0.0000,6,1161.6718,655.0964,771.1636,-77.4639,79.6925,93.8120,-9.4235,0.0951,73.0582,0.0000,73.0582,6.5391,73.0582,1.9818,0.0000,71.0764,0.0000,71.0764,7.9373,63.1391,0.0000,63.1391,0.0832,63.0559,0.0000,41.3139,13.4347,8.3073,1.0273,15646.8993,15646.8993,15646.8993 -547.5000,1.0000,8060.6599,72.8220,72.8130,-0.0050,0.0000,6,1162.8615,547.1423,784.5355,-77.5349,66.6280,95.5365,-9.4418,-0.0103,60.1116,0.0000,60.1116,6.5267,60.1116,1.7237,0.0000,58.3878,0.0000,58.3878,7.9455,50.4424,0.0000,50.4424,-0.0090,50.4514,0.0000,37.8993,13.4484,-0.8963,1.0276,13189.1822,13189.1822,13189.1822 -548.5000,1.0000,8080.8875,72.8195,72.8260,0.0036,0.0000,6,1162.8215,563.7938,735.0542,-77.5325,68.6534,89.5078,-9.4412,0.0074,62.1064,0.0000,62.1064,6.5396,62.1064,1.7636,0.0000,60.3428,0.0000,60.3428,7.9452,52.3976,0.0000,52.3976,0.0065,52.3911,0.0000,38.2959,13.4480,0.6473,1.0276,13588.0066,13588.0066,13588.0066 -549.5000,1.0000,8101.1135,72.8135,72.8010,-0.0069,0.0000,6,1162.7257,546.9898,742.5931,-77.5268,66.6017,90.4184,-9.4397,-0.0143,60.0410,0.0000,60.0410,6.5749,60.0410,1.7222,0.0000,58.3188,0.0000,58.3188,7.9445,50.3743,0.0000,50.3743,-0.0125,50.3867,0.0000,38.1846,13.4469,-1.2447,1.0276,13183.8964,13183.8964,13183.8964 -550.5000,1.0000,8121.2850,72.6175,72.4340,-0.1019,0.0000,6,1159.5959,420.5919,733.6152,-77.3401,51.0736,89.0848,-9.3916,-0.2087,44.7379,0.0000,44.7379,6.5444,44.7379,1.4140,0.0000,43.3239,0.0000,43.3239,7.9231,35.4007,0.0000,35.4007,-0.1825,35.5832,0.0000,40.3962,13.4107,-18.2236,1.0267,10170.2296,10170.2296,10170.2296 -551.5000,1.0000,8141.3381,72.1910,71.9480,-0.1350,0.0000,6,1152.7853,377.9073,673.7772,-76.9338,45.6207,81.3380,-9.2874,-0.2747,39.4007,0.0000,39.4007,6.4947,39.4007,1.3026,0.0000,38.0981,0.0000,38.0981,7.8766,30.2215,0.0000,30.2215,-0.2403,30.4618,0.0000,41.1208,13.3319,-23.9909,1.0370,9183.2128,9183.2128,9183.2128 -552.5000,1.0000,8161.2070,71.5280,71.1080,-0.2333,0.0000,6,1142.1982,244.5116,650.8991,-76.3023,29.2462,77.8545,-9.1266,-0.4704,23.2841,0.0000,23.2841,6.4326,23.2841,0.9730,0.0000,22.3111,0.0000,22.3111,7.8043,14.5068,0.0000,14.5068,-0.4115,14.9183,0.0000,42.7937,13.2095,-41.0849,1.0220,6046.2693,6046.2693,6046.2693 -553.5000,1.0000,8180.8187,70.6020,70.0960,-0.2811,0.0000,6,1127.4113,118.9622,584.1956,-75.4202,14.0449,68.9714,-8.9043,-0.5594,8.2409,0.0000,8.2409,6.3635,8.2409,0.6621,0.0000,7.5788,0.0000,7.5788,7.7032,-0.1245,0.0000,-0.1245,-0.4893,0.3649,0.0000,36.1831,13.0384,-48.8567,1.0067,3313.3499,3313.3499,3313.3499 -554.5000,1.0000,8200.1445,69.5730,69.0500,-0.2906,0.0000,6,1110.9796,145.9682,519.9124,-74.4400,16.9822,60.4874,-8.6605,-0.5698,11.2284,0.0000,11.2284,6.3236,11.2284,0.7108,0.0000,10.5175,0.0000,10.5175,7.5910,2.9266,0.0000,2.9266,-0.4984,3.4250,0.0000,40.3387,12.8484,-49.7622,1.0144,3737.4228,3737.4228,3737.4228 -555.5000,1.0000,8219.1659,68.4770,67.9040,-0.3183,0.0000,6,1093.4781,-30.9592,528.3510,-73.3182,-3.5451,60.5008,-8.3956,-0.6144,-9.1546,0.0000,-9.1546,6.2239,-9.1546,0.7380,0.0000,-9.8925,0.0000,-9.8925,7.4714,-17.3639,0.0000,-17.3639,-0.5374,-16.8265,0.0000,24.1882,12.6460,-53.6607,0.9986,727.1026,727.1026,727.1026 -556.5000,1.0000,8237.8396,67.2255,66.5470,-0.3769,0.0000,6,1073.4935,-71.8877,434.4368,-71.8877,-8.0813,48.8376,-8.0813,-0.7143,-13.4789,0.0000,-13.4789,6.1119,-13.4789,0.7649,0.0000,-14.2438,0.0000,-14.2438,7.3348,-21.5787,20.9793,-42.5579,-0.6248,-41.9332,1.8988,6.1325,12.4149,-62.3793,0.9939,0.0000,0.0000,0.0000 -557.5000,1.0000,8255.8975,65.0085,63.4700,-0.8547,0.0000,6,1038.0912,-69.3517,393.5176,-69.3535,-7.5391,42.7788,-7.5393,-1.5662,-12.1488,0.0000,-12.1488,6.1759,-12.1488,0.7232,0.0000,-12.8720,0.0000,-12.8720,7.0929,-19.9650,92.1565,-112.1215,-1.3699,-110.7516,13.8568,0.1672,12.0050,-136.7806,0.9739,0.0000,0.0000,0.0000 -558.5000,1.0000,8273.0221,61.6485,59.8270,-1.0119,0.0000,6,984.4369,-67.5127,366.7509,-67.5171,-6.9599,37.8083,-6.9603,-1.7584,-11.1314,0.0000,-11.1314,5.9299,-11.1314,0.6710,0.0000,-11.8024,0.0000,-11.8024,6.7263,-18.5287,92.8214,-111.3502,-1.5381,-109.8121,32.3764,0.0000,11.3823,-153.5707,0.9727,0.0000,0.0000,0.0000 -559.5000,1.0000,8288.9574,57.3670,54.9070,-1.3667,0.0000,6,916.0676,-71.4282,384.2824,-71.4282,-6.8521,36.8644,-6.8521,-2.2099,-10.4984,0.0000,-10.4984,5.8561,-10.4984,0.6128,0.0000,-11.1112,0.0000,-11.1112,6.2592,-17.3704,117.5925,-134.9629,-1.9330,-133.0299,49.3811,0.0000,10.5875,-192.9985,0.9576,0.0000,0.0000,0.0000 -560.5000,1.0000,8303.8416,53.5830,52.2590,-0.7356,0.0000,6,855.6426,-75.5191,411.4202,-75.5191,-6.7667,36.8644,-6.7667,-1.1109,-11.1728,0.0000,-11.1728,5.5170,-11.1728,0.5753,0.0000,-11.7481,0.0000,-11.7481,5.8463,-17.5944,19.9217,-37.5161,-0.9717,-36.5444,50.5901,0.0000,9.8879,-97.0223,0.9627,0.0000,0.0000,0.0000 -561.5000,1.0000,8317.9023,50.6185,48.9780,-0.9114,0.0000,6,808.3038,-78.9041,435.5152,-78.9041,-6.6789,36.8644,-6.6789,-1.3004,-10.8099,0.0000,-10.8099,5.4309,-10.8099,0.5381,0.0000,-11.3481,0.0000,-11.3481,5.5229,-16.8710,42.0031,-58.8740,-1.1374,-57.7366,46.4866,0.0000,9.3412,-113.5644,0.9346,0.0000,0.0000,0.0000 -562.5000,1.0000,8331.0841,47.4545,45.9310,-0.8464,0.0000,6,757.7794,-84.0234,464.5529,-84.0265,-6.6676,36.8644,-6.6679,-1.1321,-10.7369,0.0000,-10.7369,5.2014,-10.7369,0.5026,0.0000,-11.2395,0.0000,-11.2395,5.1777,-16.4171,31.1077,-47.5248,-0.9903,-46.5346,43.5809,0.0000,8.7573,-98.8727,0.8946,0.0000,0.0000,0.0000 -563.5000,1.0000,8343.4084,44.3675,42.8040,-0.8686,0.0000,6,708.4845,-89.3098,496.8756,-89.3138,-6.6261,36.8644,-6.6264,-1.0863,-10.5936,0.0000,-10.5936,5.0538,-10.5936,0.4682,0.0000,-11.0618,0.0000,-11.0618,4.8408,-15.9027,27.9161,-43.8188,-0.9502,-42.8686,43.8126,0.0000,8.1867,-94.8680,0.9257,0.0000,0.0000,0.0000 -564.5000,1.0000,8354.8312,41.1220,39.4400,-0.9344,0.0000,0,641.7588,47.9527,548.5373,-96.4707,3.2227,36.8644,-6.4833,-1.6458,0.0000,0.0000,0.0000,4.8684,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.4867,-4.4867,39.5620,-44.0487,-0.9474,-43.1013,43.9044,0.0000,7.5868,-94.5926,0.9097,1281.1087,1281.1087,1281.1087 -565.5000,1.0000,8365.1831,37.2670,35.0940,-1.2072,0.0000,5,684.8902,-91.8445,513.9928,-91.8445,-6.5872,36.8644,-6.5872,3.5705,-14.4120,0.0000,-14.4120,4.2544,-17.2014,0.3941,0.0000,-17.5954,0.0000,-17.5954,4.0661,-21.6615,40.8432,-62.5048,-1.1092,-61.3956,42.4791,0.0000,6.8746,-110.7493,0.9354,0.0000,0.0000,0.0000 -566.5000,1.0000,8374.3550,33.0190,30.9440,-1.1528,0.0000,5,724.2657,-87.6157,486.0490,-87.6211,-6.6452,36.8644,-6.6456,-2.0244,-9.8296,0.0000,-9.8296,5.2088,-9.8296,0.3120,0.0000,-10.1416,0.0000,-10.1416,3.6026,-13.7442,33.1572,-46.9014,-0.9385,-45.9629,41.6474,0.0000,6.0895,-93.6998,0.9627,0.0000,0.0000,0.0000 -567.5000,1.0000,8382.4442,29.1210,27.2980,-1.0128,0.0000,0,639.3755,51.7481,550.5820,-96.7263,3.4648,36.8644,-6.4763,-1.5461,0.0000,0.0000,0.0000,5.0109,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1773,-3.1773,22.0085,-25.1858,-0.7271,-24.4587,42.7756,0.0000,5.3680,-72.6022,0.9319,1316.5661,1316.5661,1316.5661 -568.5000,1.0000,8389.3212,24.7570,22.2160,-1.4117,0.0000,4,660.6049,-94.4493,532.8883,-94.4493,-6.5338,36.8644,-6.5338,2.4586,-13.2168,0.0000,-13.2168,4.2243,-16.0797,0.6222,0.0000,-16.7019,0.0000,-16.7019,2.7012,-19.4031,19.3763,-38.7794,-0.8617,-37.9178,43.5543,0.0000,4.5598,-86.0319,0.9330,0.0000,0.0000,0.0000 -569.5000,1.0000,8394.7160,19.4215,16.6270,-1.5525,0.0000,0,660.6049,24.3279,532.8883,-94.4493,1.6830,36.8644,-6.5338,-2.4586,0.0000,0.0000,0.0000,4.1416,0.0000,0.0000,0.0000,0.0004,0.0000,0.0004,2.1190,-2.1187,29.2090,-31.3277,-0.7434,-30.5843,40.0660,0.0000,3.5736,-74.2239,0.9094,1064.0894,1064.0894,1064.0894 -570.5000,1.0000,8398.6609,14.2015,11.7760,-1.3475,0.0000,2,791.5533,68.5807,543.9806,-80.4039,5.6847,45.0912,-6.6648,9.3114,-8.0425,0.0000,-8.0425,4.4159,-12.0462,0.8440,0.0000,-12.8902,0.0000,-12.8902,1.5495,-14.4397,0.0000,-14.4397,-0.4718,-13.9679,30.5276,0.0000,2.6122,-47.1077,0.9443,1882.9102,1882.9102,1882.9102 -571.5000,1.0000,8401.4381,9.9980,8.2200,-0.9878,0.0000,2,834.6721,-45.3128,421.7568,-77.0186,-3.9606,36.8644,-6.7319,-7.6084,-0.5891,0.0000,-0.5891,4.2369,-0.5891,0.4545,0.0000,-1.0436,0.0000,-1.0436,1.0909,-2.1345,0.0000,-2.1345,-0.2435,-1.8910,20.5803,0.0000,1.8397,-24.3109,0.9259,177.0354,177.0354,177.0354 -572.5000,1.0000,8403.3306,6.8130,5.4060,-0.7817,0.0000,0,643.1189,36.9153,547.3772,-96.3248,2.4861,36.8644,-6.4872,-1.7030,0.0000,0.0000,0.0000,4.1891,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.7434,-0.7434,1.4794,-2.2227,-0.1313,-2.0914,9.7622,0.0000,1.2560,-13.1096,0.9318,1172.8694,1172.8694,1172.8694 -573.5000,1.0000,8404.6617,4.7920,4.1780,-0.3411,0.0000,1,622.7276,92.6577,565.3011,-98.5120,6.0424,36.8644,-6.4242,0.8692,0.9602,-0.0240,0.9842,4.2131,1.1415,0.3478,0.0000,0.7937,0.0000,0.7937,0.5228,0.2708,0.0000,0.2708,-0.0403,0.3111,3.4504,0.0000,0.8846,-4.0239,1.0563,1723.2811,1723.2811,1723.2811 -574.5000,1.0000,8405.6874,3.6925,3.2070,-0.2697,0.0000,1,644.9499,51.2763,545.8233,-96.1284,3.4632,36.8644,-6.4924,-0.0200,-0.7770,0.1169,-0.8939,4.2602,-0.8939,0.2676,0.0000,-1.1615,0.0000,-1.1615,0.4029,-1.5644,0.0000,-1.5644,-0.0246,-1.5398,0.2300,0.0000,0.6819,-2.4517,1.0791,1317.0151,1317.0151,1317.0151 -575.5000,1.0000,8406.4000,2.5655,1.9240,-0.3564,0.0000,1,644.4444,64.9435,546.2513,-96.1827,4.3828,36.8644,-6.4910,0.0000,-1.0045,0.3349,-1.3394,5.3873,-1.3394,0.1802,0.0000,-1.5196,0.0000,-1.5196,0.2799,-1.7995,0.0000,-1.7995,-0.0225,-1.7770,0.0000,0.0000,0.4738,-2.2507,1.0576,1452.1285,1452.1285,1452.1285 -576.5000,1.0000,8406.7864,1.3910,0.8580,-0.2961,0.0000,1,644.4444,74.4238,546.2513,-96.1827,5.0226,36.8644,-6.4910,0.0000,-0.3251,0.2020,-0.5271,5.3477,-0.5271,0.0884,0.0000,-0.6154,0.0000,-0.6154,0.1518,-0.7672,0.0000,-0.7672,-0.0102,-0.7571,0.0000,0.0000,0.2569,-1.0139,1.0576,1546.1735,1546.1735,1546.1735 -577.5000,1.0000,8406.9082,0.4385,0.0190,-0.2331,0.0000,1,644.4444,81.1338,546.2513,-96.1827,5.4754,36.8644,-6.4910,0.0000,-0.0043,0.0956,-0.0999,5.4797,-0.0999,0.0253,0.0000,-0.1253,0.0000,-0.1253,0.0478,-0.1731,0.0000,-0.1731,-0.0025,-0.1706,0.0000,0.0000,0.0810,-0.2516,1.1312,1626.2611,1626.2611,1626.2611 -578.5000,1.0000,8406.9109,0.0095,0.0000,-0.0053,0.0000,0,644.4444,78.0829,546.2513,-96.1827,5.2695,36.8644,-6.4910,0.0000,0.0000,-0.0031,0.0031,5.2695,0.0031,0.0005,0.0000,0.0027,0.0000,0.0027,0.0010,0.0016,0.0000,0.0016,0.0000,0.0016,0.0000,0.0000,0.0018,-0.0001,1.0137,1583.7008,1583.7008,1583.7008 -579.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,622.2222,68.7627,565.7603,-98.5662,4.4805,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,5.3296,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0126,1469.5702,1469.5702,1469.5702 -580.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,86.2698,586.7144,-100.9497,5.4205,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.4205,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1622.7965,1622.7965,1622.7965 -581.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,85.2341,586.7144,-100.9497,5.3554,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3554,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0765,1612.5219,1612.5219,1612.5219 -582.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,85.3308,586.7144,-100.9497,5.3615,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3615,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1613.4811,1613.4811,1613.4811 -583.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,85.2073,586.7144,-100.9497,5.3537,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3537,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1612.2559,1612.2559,1612.2559 -584.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.2586,586.7144,-100.9497,4.2888,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2888,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1444.1252,1444.1252,1444.1252 -585.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.6469,586.7144,-100.9497,4.3132,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3132,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1447.9769,1447.9769,1447.9769 -586.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,85.5048,586.7144,-100.9497,5.3724,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3724,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0335,1615.2074,1615.2074,1615.2074 -587.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,84.9758,586.7144,-100.9497,5.3392,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3392,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0335,1609.9602,1609.9602,1609.9602 -588.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,84.4147,586.7144,-100.9497,5.3039,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3039,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1604.3937,1604.3937,1604.3937 -589.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,85.1156,586.7144,-100.9497,5.3480,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3480,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9767,1611.3464,1611.3464,1611.3464 -590.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,84.8786,586.7144,-100.9497,5.3331,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3331,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1608.9952,1608.9952,1608.9952 -591.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,84.8515,586.7144,-100.9497,5.3314,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3314,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0107,1608.7269,1608.7269,1608.7269 -592.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,84.8991,586.7144,-100.9497,5.3344,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.3344,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1609.1987,1609.1987,1609.1987 -593.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,84.0428,586.7144,-100.9497,5.2806,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.2806,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1600.7050,1600.7050,1600.7050 -594.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,84.1793,586.7144,-100.9497,5.2891,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.2891,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0873,1602.0586,1602.0586,1602.0586 -595.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,82.7424,586.7144,-100.9497,5.1989,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.1989,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1587.8048,1587.8048,1587.8048 -596.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,83.1017,586.7144,-100.9497,5.2214,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.2214,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0107,1591.3684,1591.3684,1591.3684 -597.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,83.1974,586.7144,-100.9497,5.2274,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.2274,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1592.3185,1592.3185,1592.3185 -598.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,83.5391,586.7144,-100.9497,5.2489,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.2489,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1595.7080,1595.7080,1595.7080 -599.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,86.0072,586.7144,-100.9497,5.4040,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.4040,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1620.1916,1620.1916,1620.1916 -600.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,86.3013,586.7144,-100.9497,5.4225,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.4225,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0765,1623.1092,1623.1092,1623.1092 -601.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,85.9985,586.7144,-100.9497,5.4034,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.4034,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0765,1620.1055,1620.1055,1620.1055 -602.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,87.1457,586.7144,-100.9497,5.4755,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.4755,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1631.4852,1631.4852,1631.4852 -603.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,67.8918,586.7144,-100.9497,4.2658,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2658,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1440.4870,1440.4870,1440.4870 -604.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,66.6181,586.7144,-100.9497,4.1857,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0335,1427.8511,1427.8511,1427.8511 -605.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.4138,586.7144,-100.9497,4.2986,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2986,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1445.6651,1445.6651,1445.6651 -606.5000,1.0000,8406.9109,0.0000,0.0000,0.0000,0.0000,0,600.0000,67.0508,586.7144,-100.9497,4.2129,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2129,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1432.1436,1432.1436,1432.1436 -607.5000,1.0000,8406.9117,0.0030,0.0060,0.0017,0.0000,1,600.0000,68.0336,586.7144,-100.9497,4.2747,36.8644,-6.3429,0.0000,0.0000,-0.0013,0.0013,4.2747,0.0013,0.0001,0.0000,0.0012,0.0000,0.0012,0.0003,0.0009,0.0000,0.0009,0.0000,0.0009,0.0000,0.0003,0.0006,0.0000,1.0658,1441.8931,1441.8931,1441.8931 -608.5000,1.0000,8406.9131,0.0050,0.0040,-0.0006,0.0000,1,622.2222,78.1884,565.7603,-98.5662,5.0947,36.8644,-6.4225,0.8491,0.0018,-0.0005,0.0023,4.2438,0.0023,0.0002,0.0000,0.0020,0.0000,0.0020,0.0005,0.0015,0.0000,0.0015,0.0000,0.0015,0.0000,0.0006,0.0009,0.0000,1.0563,1563.0729,1563.0729,1563.0729 -609.5000,1.0000,8406.9141,0.0020,0.0030,-0.0003,0.0000,1,644.4444,62.4204,546.2513,-96.1827,4.2125,36.8644,-6.4910,0.0000,0.0000,-0.0009,0.0009,4.2125,0.0009,0.0001,0.0000,0.0008,0.0000,0.0008,0.0002,0.0006,0.0000,0.0006,0.0000,0.0006,0.0000,0.0003,0.0004,0.0000,1.0576,1427.0994,1427.0994,1427.0994 -610.5000,1.0000,8406.9152,0.0000,0.0050,0.0006,0.0000,1,644.4444,63.4685,546.2513,-96.1827,4.2832,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2832,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1437.4969,1437.4969,1437.4969 -611.5000,1.0000,8406.9168,0.0000,0.0070,0.0006,0.0000,1,644.4444,62.5699,546.2513,-96.1827,4.2226,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2226,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0576,1428.5824,1428.5824,1428.5824 -612.5000,1.0000,8406.9189,0.0000,0.0080,0.0003,0.0000,1,644.4444,61.4846,546.2513,-96.1827,4.1494,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1494,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0027,1417.8161,1417.8161,1417.8161 -613.5000,1.0000,8406.9212,0.0000,0.0080,0.0000,0.0000,0,644.4444,62.6445,546.2513,-96.1827,4.2276,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2276,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0576,1429.3222,1429.3222,1429.3222 -614.5000,1.0000,8406.9234,0.0000,0.0080,0.0000,0.0000,0,622.2222,51.8452,565.7603,-98.5662,3.3782,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,4.2273,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0563,1301.7484,1301.7484,1301.7484 -615.5000,1.0000,8406.9256,0.0000,0.0080,0.0000,0.0000,0,600.0000,66.9268,586.7144,-100.9497,4.2051,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2051,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1430.9139,1430.9139,1430.9139 -616.5000,1.0000,8406.9278,0.0000,0.0080,0.0000,0.0000,0,600.0000,68.2858,586.7144,-100.9497,4.2905,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2905,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0980,1444.3955,1444.3955,1444.3955 -617.5000,1.0000,8406.9300,0.0000,0.0080,0.0000,0.0000,0,600.0000,69.1359,586.7144,-100.9497,4.3439,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3439,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1452.8281,1452.8281,1452.8281 -618.5000,1.0000,8406.9323,0.0000,0.0080,0.0000,0.0000,0,600.0000,66.9693,586.7144,-100.9497,4.2078,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2078,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1431.3354,1431.3354,1431.3354 -619.5000,1.0000,8406.9350,0.0020,0.0120,0.0011,0.0000,1,600.0000,66.4372,586.7144,-100.9497,4.1744,36.8644,-6.3429,0.0000,0.0000,-0.0010,0.0010,4.1744,0.0010,0.0001,0.0000,0.0009,0.0000,0.0009,0.0002,0.0006,0.0000,0.0006,0.0000,0.0006,0.0000,0.0003,0.0004,0.0000,1.0658,1426.0566,1426.0566,1426.0566 -620.5000,1.0000,8406.9381,0.0020,0.0100,-0.0006,0.0000,1,622.2222,74.3760,565.7603,-98.5662,4.8463,36.8644,-6.4225,0.8491,0.0000,-0.0010,0.0010,3.9971,0.0010,0.0001,0.0000,0.0009,0.0000,0.0009,0.0002,0.0007,0.0000,0.0007,0.0000,0.0007,0.0000,0.0004,0.0004,0.0000,0.9322,1525.2542,1525.2542,1525.2542 -621.5000,1.0000,8406.9618,0.0755,0.1610,0.0419,0.0000,1,644.4444,60.4520,546.2513,-96.1827,4.0797,36.8644,-6.4910,0.0000,0.0839,0.0420,0.0420,3.9958,0.0420,0.0036,0.0000,0.0383,0.0000,0.0383,0.0082,0.0301,0.0000,0.0301,0.0001,0.0300,0.0000,0.0083,0.0139,0.0078,0.9208,1407.5729,1407.5729,1407.5729 -622.5000,1.0000,8407.2518,1.0340,1.9270,0.4906,0.0000,1,644.4444,104.7713,546.2513,-96.1827,7.0706,36.8644,-6.4910,0.0000,3.2091,1.4782,1.7310,3.8615,1.7310,0.0709,0.0000,1.6601,0.0000,1.6601,0.1199,1.5402,0.0000,1.5402,0.0125,1.5277,0.0000,0.0881,0.1910,1.2486,0.8765,1943.4082,1943.4082,1943.4082 -623.5000,1.0000,8408.1268,3.1400,4.3730,0.6794,0.0000,1,645.9562,204.4586,544.9729,-96.0205,13.8305,36.8644,-6.4952,0.0600,9.8086,2.7329,7.0757,3.9619,7.0757,0.2812,0.0000,6.7944,0.0000,6.7944,0.3904,6.4040,0.0000,6.4040,0.0526,6.3514,0.0000,0.5197,0.5799,5.2519,0.9793,3123.0613,3123.0613,3123.0613 -624.5000,1.0000,8409.4282,4.6750,4.9970,0.1733,0.0000,1,689.9681,161.2409,510.2100,-91.2998,11.6502,36.8644,-6.5967,1.8008,4.5372,0.0219,4.5153,5.3122,4.5153,0.3304,0.0000,4.1849,0.0000,4.1849,0.5101,3.6748,0.0000,3.6748,0.0200,3.6548,0.0000,0.7967,0.8634,1.9948,0.9830,2726.6474,2726.6474,2726.6474 -625.5000,1.0000,8410.9234,5.3725,5.7680,0.2142,0.0000,1,789.0888,166.2306,465.9134,-80.6682,13.7362,38.4999,-6.6659,2.7438,5.7924,0.0000,5.7924,5.2001,5.7924,0.4086,0.0000,5.3838,0.0000,5.3838,0.5862,4.7976,0.0000,4.7976,0.0284,4.7692,0.0000,0.9446,0.9922,2.8324,0.9555,3170.0082,3170.0082,3170.0082 -626.5000,1.0000,8412.4848,5.6110,5.4740,-0.0817,0.0000,1,824.1186,54.7502,427.1577,-77.7733,4.7250,36.8644,-6.7120,-1.0927,1.7260,0.0000,1.7260,4.0917,1.7260,0.4239,0.0000,1.3021,0.0000,1.3021,0.6122,0.6899,0.0000,0.6899,-0.0113,0.7012,0.0000,0.7930,1.0362,-1.1280,0.9593,1721.3977,1721.3977,1721.3977 -627.5000,1.0000,8413.9860,5.3945,5.3350,-0.0386,0.0000,1,792.3200,81.5062,444.3011,-80.3217,6.7627,36.8644,-6.6644,-0.4967,2.1063,0.0000,2.1063,5.1531,2.1063,0.3978,0.0000,1.7084,0.0000,1.7084,0.5886,1.1198,0.0000,1.1198,-0.0051,1.1250,0.0000,0.6415,0.9962,-0.5127,0.9559,2065.4713,2065.4713,2065.4713 -628.5000,1.0000,8415.4443,5.2400,5.1650,-0.0472,0.0000,1,769.6278,81.5373,457.4012,-82.7556,6.5715,36.8644,-6.6697,-0.5901,2.0495,0.0000,2.0495,5.1121,2.0495,0.3828,0.0000,1.6667,0.0000,1.6667,0.5717,1.0950,0.0000,1.0950,-0.0061,1.1011,0.0000,0.7425,0.9677,-0.6091,0.9540,1999.3025,1999.3025,1999.3025 -629.5000,1.0000,8416.9303,5.3395,5.5340,0.1025,0.0000,1,784.2419,126.7583,448.8776,-81.1881,10.4101,36.8644,-6.6676,1.3051,3.9778,0.0000,3.9778,5.1272,3.9778,0.3735,0.0000,3.6043,0.0000,3.6043,0.5826,3.0217,0.0000,3.0217,0.0135,3.0082,0.0000,0.6749,0.9861,1.3473,0.9550,2635.6131,2635.6131,2635.6131 -630.5000,1.0000,8418.5428,5.7950,6.0760,0.1506,0.0000,1,851.1437,136.4747,467.1137,-75.8408,12.1642,41.6346,-6.7598,2.0805,5.0450,0.0000,5.0450,5.0387,5.0450,0.4276,0.0000,4.6174,0.0000,4.6174,0.6323,3.9851,0.0000,3.9851,0.0215,3.9636,0.0000,0.7457,1.0702,2.1477,0.9507,2972.5759,2972.5759,2972.5759 -631.5000,1.0000,8420.2142,6.0070,5.9580,-0.0328,0.0000,1,882.2813,74.0743,444.5937,-73.6143,6.8439,41.0770,-6.8014,-0.4695,2.1107,0.0000,2.1107,5.2027,2.1107,0.4618,0.0000,1.6489,0.0000,1.6489,0.6554,0.9935,0.0000,0.9935,-0.0049,0.9983,0.0000,0.3737,1.1093,-0.4847,0.9541,2087.7547,2087.7547,2087.7547 -632.5000,1.0000,8421.8882,6.0165,6.0950,0.0381,0.0000,1,883.6766,92.1839,432.1718,-73.5145,8.5305,39.9925,-6.8029,0.5460,2.8360,0.0000,2.8360,5.1485,2.8360,0.4556,0.0000,2.3804,0.0000,2.3804,0.6564,1.7240,0.0000,1.7240,0.0056,1.7184,0.0000,0.0436,1.1111,0.5636,0.9307,2440.6337,2440.6337,2440.6337 -633.5000,1.0000,8423.6691,6.4010,6.7270,0.1756,0.0000,1,940.1502,133.2522,496.6089,-70.0505,13.1190,48.8923,-6.8966,2.6797,5.1728,0.0000,5.1728,5.2665,5.1728,0.4817,0.0000,4.6911,0.0000,4.6911,0.6984,3.9927,0.0000,3.9927,0.0277,3.9650,0.0000,0.0167,1.1821,2.7663,0.9622,3200.0310,3200.0310,3200.0310 -634.5000,1.0000,8425.5537,6.7745,6.8420,0.0319,0.0000,1,995.0083,87.5042,505.7705,-66.9124,9.1177,52.6998,-6.9721,0.5160,3.0655,0.0000,3.0655,5.5361,3.0655,0.5372,0.0000,2.5283,0.0000,2.5283,0.7392,1.7891,0.0000,1.7891,0.0053,1.7838,0.0000,0.0000,1.2511,0.5327,0.9868,2676.7057,2676.7057,2676.7057 -635.5000,1.0000,8427.4816,6.9305,7.0390,0.0547,0.0000,1,1017.9208,83.6235,495.0774,-67.9096,8.9140,52.7735,-7.2389,0.9044,3.5295,0.0000,3.5295,4.4801,3.5295,0.5505,0.0000,2.9790,0.0000,2.9790,0.7562,2.2228,0.0000,2.2228,0.0094,2.2135,0.0000,0.0000,1.2799,0.9336,0.9923,2657.8954,2657.8954,2657.8954 -636.5000,1.0000,8429.4624,7.1210,7.2230,0.0511,0.0000,1,1045.9006,92.7990,499.3031,-69.9125,10.1639,54.6869,-7.6573,0.8679,3.5692,0.0000,3.5692,5.7268,3.5692,0.5723,0.0000,2.9970,0.0000,2.9970,0.7770,2.2200,0.0000,2.2200,0.0090,2.2110,0.0000,0.0000,1.3151,0.8960,0.9873,2847.1367,2847.1367,2847.1367 -637.5000,1.0000,8431.5171,7.3870,7.5710,0.0967,0.0000,1,1084.9695,106.5127,521.3618,-72.7092,12.1017,59.2359,-8.2610,1.7028,4.5397,0.0000,4.5397,5.8593,4.5397,0.5941,0.0000,3.9456,0.0000,3.9456,0.8060,3.1396,0.0000,3.1396,0.0176,3.1220,0.0000,0.0000,1.3642,1.7578,1.0082,3089.9689,3089.9689,3089.9689 -638.5000,1.0000,8433.6348,7.6135,7.6760,0.0292,0.0000,1,1118.2368,84.6761,523.9212,-74.8729,9.9157,61.3520,-8.7677,0.5295,3.4214,0.0000,3.4214,5.9648,3.4214,0.6326,0.0000,2.7888,0.0000,2.7888,0.8307,1.9581,0.0000,1.9581,0.0055,1.9527,0.0000,0.0000,1.4060,0.5466,1.0161,2764.8756,2764.8756,2764.8756 -639.5000,1.0000,8435.7706,7.6790,7.7020,0.0072,0.0000,1,1127.8572,77.9830,513.2493,-75.4468,9.2105,60.6193,-8.9109,0.1322,3.0382,0.0000,3.0382,6.0400,3.0382,0.6444,0.0000,2.3939,0.0000,2.3939,0.8378,1.5560,0.0000,1.5560,0.0014,1.5546,0.0000,0.0000,1.4181,0.1365,0.9953,2664.3553,2664.3553,2664.3553 -640.5000,1.0000,8437.9043,7.6715,7.6610,-0.0114,0.0000,1,1126.7556,72.1244,506.9112,-75.3811,8.5102,59.8123,-8.8945,-0.2083,2.6836,0.0000,2.6836,6.0350,2.6836,0.6470,0.0000,2.0365,0.0000,2.0365,0.8370,1.1995,0.0000,1.1995,-0.0022,1.2017,0.0000,0.0000,1.4167,-0.2151,1.0181,2570.1297,2570.1297,2570.1297 -641.5000,1.0000,8440.0414,7.6835,7.7260,0.0181,0.0000,1,1128.5181,81.3833,509.7083,-75.4862,9.6177,60.2364,-8.9208,0.3308,3.2451,0.0000,3.2451,6.0418,3.2451,0.6429,0.0000,2.6022,0.0000,2.6022,0.8383,1.7639,0.0000,1.7639,0.0034,1.7605,0.0000,0.0000,1.4190,0.3415,1.0070,2719.0565,2719.0565,2719.0565 -642.5000,1.0000,8442.1834,7.7010,7.6960,-0.0083,0.0000,1,1131.0884,73.3889,510.0097,-75.6396,8.6927,60.4093,-8.9593,-0.1530,2.7528,0.0000,2.7528,6.0929,2.7528,0.6499,0.0000,2.1029,0.0000,2.1029,0.8402,1.2626,0.0000,1.2626,-0.0016,1.2642,0.0000,0.0000,1.4222,-0.1580,1.0076,2593.1491,2593.1491,2593.1491 -643.5000,1.0000,8444.3168,7.6705,7.6650,-0.0086,0.0000,1,1126.6087,73.2429,505.2924,-75.3723,8.6411,59.6135,-8.8923,-0.1575,2.7356,0.0000,2.7356,6.0629,2.7356,0.6464,0.0000,2.0892,0.0000,2.0892,0.8369,1.2523,0.0000,1.2523,-0.0016,1.2540,0.0000,0.0000,1.4166,-0.1626,1.0065,2587.8849,2587.8849,2587.8849 -644.5000,1.0000,8446.4452,7.6520,7.6590,-0.0017,0.0000,1,1123.8915,75.4617,505.7171,-75.2103,8.8814,59.5197,-8.8518,-0.0304,2.8592,0.0000,2.8592,6.0526,2.8592,0.6429,0.0000,2.2163,0.0000,2.2163,0.8349,1.3814,0.0000,1.3814,-0.0003,1.3817,0.0000,0.0000,1.4131,-0.0314,1.0059,2621.5176,2621.5176,2621.5176 -645.5000,1.0000,8448.5650,7.6215,7.6040,-0.0153,0.0000,1,1119.4118,70.9298,503.3177,-74.9430,8.3147,59.0012,-8.7852,-0.2777,2.5914,0.0000,2.5914,6.0010,2.5914,0.6418,0.0000,1.9496,0.0000,1.9496,0.8316,1.1180,0.0000,1.1180,-0.0029,1.1209,0.0000,0.0000,1.4075,-0.2866,0.9932,2546.2537,2546.2537,2546.2537 -646.5000,1.0000,8450.6745,7.5840,7.5840,-0.0056,0.0000,1,1113.9040,74.6174,501.5336,-74.6145,8.7040,58.5028,-8.7036,-0.1005,2.7589,0.0000,2.7589,6.0455,2.7589,0.6356,0.0000,2.1233,0.0000,2.1233,0.8275,1.2958,0.0000,1.2958,-0.0010,1.2969,0.0000,0.0000,1.4006,-0.1037,1.0266,2601.5013,2601.5013,2601.5013 -647.5000,1.0000,8452.7852,7.5885,7.6130,0.0081,0.0000,1,1114.5649,78.7459,505.6675,-74.6539,9.1910,59.0200,-8.7134,0.1458,3.0150,0.0000,3.0150,6.0303,3.0150,0.6336,0.0000,2.3814,0.0000,2.3814,0.8280,1.5534,0.0000,1.5534,0.0015,1.5519,0.0000,0.0000,1.4014,0.1505,1.0268,2667.8252,2667.8252,2667.8252 -648.5000,1.0000,8454.9099,7.6390,7.6850,0.0200,0.0000,1,1121.9822,81.9644,511.3503,-75.0964,9.6303,60.0804,-8.8233,0.3643,3.2613,0.0000,3.2613,6.0046,3.2613,0.6373,0.0000,2.6241,0.0000,2.6241,0.8335,1.7906,0.0000,1.7906,0.0038,1.7868,0.0000,0.0000,1.4107,0.3761,1.0170,2724.0509,2724.0509,2724.0509 -649.5000,1.0000,8457.0627,7.7400,7.8150,0.0361,0.0000,1,1136.8166,76.0083,519.1780,-75.9813,9.0486,61.8067,-9.0454,0.6665,3.6149,0.0000,3.6149,4.7672,3.6149,0.6461,0.0000,2.9688,0.0000,2.9688,0.8445,2.1243,0.0000,2.1243,0.0069,2.1174,0.0000,0.0000,1.4294,0.6880,1.0206,2638.7073,2638.7073,2638.7073 -650.5000,1.0000,8459.2243,7.7720,7.7490,-0.0183,0.0000,1,1141.5166,59.1918,508.2716,-76.2616,7.0757,60.7584,-9.1163,-0.3398,2.5893,0.0000,2.5893,4.8262,2.5893,0.6603,0.0000,1.9290,0.0000,1.9290,0.8480,1.0810,0.0000,1.0810,-0.0035,1.0845,0.0000,0.0000,1.4353,-0.3508,1.0339,2373.3942,2373.3942,2373.3942 -651.5000,1.0000,8461.3735,7.7270,7.7250,-0.0067,0.0000,1,1134.9072,62.9489,501.0597,-75.8674,7.4813,59.5495,-9.0166,-0.1228,2.7947,0.0000,2.7947,4.8095,2.7947,0.6527,0.0000,2.1420,0.0000,2.1420,0.8431,1.2989,0.0000,1.2989,-0.0013,1.3002,0.0000,0.0000,1.4270,-0.1268,1.0321,2429.0291,2429.0291,2429.0291 -652.5000,1.0000,8463.5182,7.7110,7.7170,-0.0022,0.0000,1,1132.5572,64.2510,502.9186,-75.7272,7.6202,59.6467,-8.9813,-0.0409,2.8727,0.0000,2.8727,4.7884,2.8727,0.6500,0.0000,2.2228,0.0000,2.2228,0.8413,1.3814,0.0000,1.3814,-0.0004,1.3818,0.0000,0.0000,1.4240,-0.0422,1.0079,2448.2708,2448.2708,2448.2708 -653.5000,1.0000,8465.6317,7.5985,7.5000,-0.0603,0.0000,1,1116.0337,46.2006,489.5647,-74.7415,5.3995,57.2158,-8.7351,-1.0922,1.7411,0.0000,1.7411,4.7506,1.7411,0.6476,0.0000,1.0935,0.0000,1.0935,0.8291,0.2645,0.0000,0.2645,-0.0113,0.2758,0.0000,0.0000,1.4033,-1.1275,1.0156,2149.3633,2149.3633,2149.3633 -654.5000,1.0000,8467.5831,7.0150,6.5500,-0.2639,0.0000,1,1030.3318,-15.5577,416.4912,-68.7980,-1.6786,44.9378,-7.4230,-4.4143,-1.9269,0.0000,-1.9269,4.6626,-1.9269,0.6149,0.0000,-2.5417,0.0000,-2.5417,0.7654,-3.3071,0.0000,-3.3071,-0.0456,-3.2615,0.0000,0.0000,1.2955,-4.5570,0.9952,827.4862,827.4862,827.4862 -655.5000,1.0000,8469.2713,6.0675,5.6050,-0.2625,0.0000,1,891.1673,-12.6601,395.0197,-72.9789,-1.1815,36.8644,-6.8106,-3.7980,-1.6713,0.0000,-1.6713,4.2879,-1.6713,0.5061,0.0000,-2.1775,0.0000,-2.1775,0.6620,-2.8395,0.0000,-2.8395,-0.0393,-2.8002,0.0000,0.0000,1.1205,-3.9207,0.9665,757.1662,757.1662,757.1662 -656.5000,1.0000,8470.8407,5.6400,5.6950,0.0250,0.0000,1,828.3780,76.1547,424.9614,-77.4687,6.6062,36.8644,-6.7202,0.3362,2.4274,0.0000,2.4274,3.8426,2.4274,0.4199,0.0000,2.0075,0.0000,2.0075,0.6154,1.3921,0.0000,1.3921,0.0035,1.3887,0.0000,0.0000,1.0416,0.3471,0.9482,2021.1614,2021.1614,2021.1614 -657.5000,1.0000,8472.4128,5.6495,5.6240,-0.0197,0.0000,1,829.7733,62.8342,424.2468,-77.3689,5.4599,36.8644,-6.7229,-0.2657,1.8098,0.0000,1.8098,3.9158,1.8098,0.4271,0.0000,1.3827,0.0000,1.3827,0.6164,0.7663,0.0000,0.7663,-0.0027,0.7690,0.0000,0.0000,1.0433,-0.2743,0.9599,1835.7248,1835.7248,1835.7248 -658.5000,1.0000,8473.9012,5.3480,5.0920,-0.1478,0.0000,1,785.4903,27.7885,448.1642,-81.0542,2.2858,36.8644,-6.6672,-1.8846,0.0202,0.0000,0.0202,4.1502,0.0202,0.4140,0.0000,-0.3938,0.0000,-0.3938,0.5835,-0.9773,0.0000,-0.9773,-0.0195,-0.9579,0.0000,0.0000,0.9876,-1.9455,0.9551,1296.0640,1296.0640,1296.0640 -659.5000,1.0000,8475.2121,4.7095,4.3470,-0.2069,0.0000,1,696.8033,18.1053,505.2052,-90.5667,1.3211,36.8644,-6.6086,-2.1232,-0.6757,0.0058,-0.6815,4.1201,-0.6815,0.3581,0.0000,-1.0396,0.0000,-1.0396,0.5138,-1.5535,0.0000,-1.5535,-0.0240,-1.5294,0.0000,0.0000,0.8697,-2.3992,0.9484,1035.6632,1035.6632,1035.6632 -660.5000,1.0000,8476.3692,4.1555,3.9840,-0.1008,0.0000,1,645.8148,66.5655,545.0923,-96.0357,4.5018,36.8644,-6.4949,-0.0543,0.4542,-0.0197,0.4739,4.1019,0.4739,0.2949,0.0000,0.1790,0.0000,0.1790,0.4534,-0.2744,0.0000,-0.2744,-0.0103,-0.2641,0.0000,0.0000,0.7674,-1.0315,0.9435,1469.4794,1469.4794,1469.4794 -661.5000,1.0000,8477.4171,3.7625,3.5610,-0.1175,0.0000,1,644.4444,64.0794,546.2513,-96.1827,4.3245,36.8644,-6.4910,0.0000,0.2531,-0.0151,0.2682,4.0713,0.2682,0.2620,0.0000,0.0062,0.0000,0.0062,0.4105,-0.4043,0.0000,-0.4043,-0.0109,-0.3934,0.0000,0.0000,0.6948,-1.0883,0.9208,1443.5562,1443.5562,1443.5562 -662.5000,1.0000,8478.3499,3.3480,3.1550,-0.1128,0.0000,1,644.4444,64.2590,546.2513,-96.1827,4.3366,36.8644,-6.4910,0.0000,0.2550,-0.0165,0.2714,4.0816,0.2714,0.2266,0.0000,0.0448,0.0000,0.0448,0.3653,-0.3205,0.0000,-0.3205,-0.0093,-0.3112,0.0000,0.0000,0.6183,-0.9295,0.9318,1445.3378,1445.3378,1445.3378 -663.5000,1.0000,8479.1766,2.9660,2.7970,-0.0994,0.0000,1,644.4444,64.7168,546.2513,-96.1827,4.3675,36.8644,-6.4910,0.0000,0.3127,-0.0201,0.3328,4.0548,0.3328,0.1948,0.0000,0.1380,0.0000,0.1380,0.3236,-0.1856,0.0000,-0.1856,-0.0073,-0.1783,0.0000,0.0000,0.5477,-0.7261,0.9792,1449.8797,1449.8797,1449.8797 -664.5000,1.0000,8479.9268,2.6910,2.6050,-0.0533,0.0000,1,644.4444,67.3571,546.2513,-96.1827,4.5457,36.8644,-6.4910,0.0000,0.5826,-0.0216,0.6041,3.9631,0.6041,0.1704,0.0000,0.4337,0.0000,0.4337,0.2936,0.1401,0.0000,0.1401,-0.0035,0.1437,0.0000,0.0000,0.4970,-0.3533,0.9208,1476.0713,1476.0713,1476.0713 -665.5000,1.0000,8480.6788,2.6970,2.8090,0.0567,0.0000,1,644.4444,78.9502,546.2513,-96.1827,5.3280,36.8644,-6.4910,0.0000,1.3864,0.0505,1.3359,3.9417,1.3359,0.1635,0.0000,1.1723,0.0000,1.1723,0.2943,0.8781,0.0000,0.8781,0.0038,0.8743,0.0000,0.0000,0.4981,0.3762,0.9318,1595.8004,1595.8004,1595.8004 -666.5000,1.0000,8481.6982,3.6600,4.5310,0.4783,0.0000,1,654.2344,164.6065,538.0773,-95.1326,11.2774,36.8644,-6.5177,0.3933,6.9769,1.2442,5.7327,3.9071,5.7327,0.2860,0.0000,5.4467,0.0000,5.4467,0.4180,5.0287,0.0000,5.0287,0.0432,4.9856,0.0000,0.0000,0.6759,4.3096,0.9324,2648.8771,2648.8771,2648.8771 -667.5000,1.0000,8483.2478,5.5685,6.6260,0.5819,0.0000,1,817.8764,256.5960,571.4956,-78.2196,21.9769,48.9474,-6.6993,7.7275,10.2566,0.0000,10.2566,3.9928,10.2566,0.5134,0.0000,9.7432,0.0000,9.7432,0.6578,9.0854,0.0000,9.0854,0.0799,9.0055,0.0000,0.0000,1.0284,7.9772,0.9586,4676.9577,4676.9577,4676.9577 -668.5000,1.0000,8485.3441,7.5365,8.4670,0.5114,0.0000,1,1106.9274,226.2882,648.5901,-74.1983,26.2307,75.1827,-8.6009,9.1905,12.5796,0.0000,12.5796,4.4606,12.5796,0.7352,0.0000,11.8444,0.0000,11.8444,0.8701,10.9743,0.0000,10.9743,0.0950,10.8793,0.0000,0.0000,1.3918,9.4875,1.0250,5478.2643,5478.2643,5478.2643 -669.5000,1.0000,8487.8653,9.0665,9.6860,0.3386,0.0000,1,1331.6470,170.0257,666.0152,-87.5580,23.7100,92.8757,-12.2099,7.3208,11.1637,0.0000,11.1637,5.2256,11.1637,0.8671,0.0000,10.2966,0.0000,10.2966,0.9892,9.3074,0.0000,9.3074,0.0757,9.2317,0.0000,0.0000,1.6744,7.5574,1.0493,5186.1189,5186.1189,5186.1189 -670.5000,1.0000,8490.4968,9.4633,9.2606,-0.1182,0.0000,0,1303.5805,-26.5330,523.6240,-85.8934,-3.6220,71.4802,-11.7254,-9.4133,0.0000,0.0000,0.0000,5.7913,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0325,-1.0325,0.0000,-1.0325,-0.0276,-1.0050,0.0000,0.0000,1.7476,-2.7526,1.0565,1141.6492,1141.6492,1141.6492 -671.5000,1.0000,8493.5012,10.8058,12.3710,0.8640,0.0000,2,1108.9690,303.3259,399.6358,-74.3201,35.2255,46.4101,-8.6309,-5.2456,33.8132,0.0000,33.8132,6.6579,27.5060,0.9059,0.0000,26.6001,0.0000,26.6001,1.3918,25.2082,0.0000,25.2082,0.2302,24.9780,0.0000,0.0000,1.9956,22.9825,1.0023,7209.1639,7209.1639,7209.1639 -672.5000,1.0000,8497.2269,13.4025,14.4540,0.5786,0.0000,2,1118.8931,323.2973,667.7947,-74.9121,37.8808,78.2457,-8.7775,5.9744,24.3155,0.0000,24.3155,7.5909,24.3155,0.9779,0.0000,23.3376,0.0000,23.3376,1.5815,21.7561,0.0000,21.7561,0.1912,21.5649,0.0000,0.0000,2.4751,19.0898,0.9931,7675.7661,7675.7661,7675.7661 -673.5000,1.0000,8501.5456,15.5375,16.6410,0.6075,0.0000,2,1297.1312,339.4023,694.2993,-85.5109,46.1028,94.3103,-11.6154,7.2719,29.3940,0.0000,29.3940,9.4369,29.3940,1.2057,0.0000,28.1883,0.0000,28.1883,1.8504,26.3379,0.0000,26.3379,0.2327,26.1051,0.0000,0.0000,2.8694,23.2357,1.0552,9351.0928,9351.0928,9351.0928 -674.5000,1.0000,8506.5755,18.0975,19.5740,0.8147,0.0000,2,1510.8500,424.4081,769.1091,-98.1862,67.1481,121.6853,-15.5346,11.3593,43.9647,0.0000,43.9647,11.8241,43.9647,1.6659,0.0000,42.2989,0.0000,42.2989,2.2973,40.0016,0.0000,40.0016,0.3635,39.6380,0.0000,0.0000,3.3422,36.2959,1.1054,13462.9017,13462.9017,13462.9017 -675.5000,1.0000,8511.9536,19.3513,19.1486,-0.1182,0.0000,0,1507.5420,27.2935,666.6937,-97.9900,4.3088,105.2506,-15.4696,-11.6407,0.0000,0.0000,0.0000,15.9495,0.0000,0.0000,0.0000,0.0002,0.0000,0.0002,2.1114,-2.1111,0.0000,-2.1111,-0.0564,-2.0548,0.0000,0.0000,3.5737,-5.6285,1.1325,2674.0862,2674.0862,2674.0862 -676.5000,1.0000,8517.5478,20.1288,21.1290,0.5501,0.0000,3,1221.0822,344.7696,410.5913,-81.0006,44.0862,52.5029,-10.3577,-12.0522,41.9460,0.0000,41.9460,14.1924,34.7171,1.1157,0.0000,33.6014,0.0000,33.6014,2.3535,31.2480,0.0000,31.2480,0.2730,30.9750,0.0000,0.0000,3.7173,27.2577,1.0269,8907.3721,8907.3721,8907.3721 -677.5000,1.0000,8523.5112,21.4585,21.8080,0.1886,0.0000,3,1077.4054,231.5727,658.6166,-72.1677,26.1273,74.3088,-8.1424,1.1278,17.1746,0.0000,17.1746,7.8249,17.1746,0.8076,0.0000,16.3671,0.0000,16.3671,2.3413,14.0258,0.0000,14.0258,0.0998,13.9260,0.0000,0.0000,3.9629,9.9631,1.0064,5455.9623,5455.9623,5455.9623 -678.5000,1.0000,8529.9107,23.0280,24.2680,0.6833,0.0000,3,1156.2081,496.3344,620.1991,-77.1380,60.0951,75.0924,-9.3397,4.3850,47.6556,0.0000,47.6556,8.0545,47.6556,1.4700,0.0000,46.1856,0.0000,46.1856,2.8086,43.3770,0.0000,43.3770,0.3880,42.9890,0.0000,0.0000,4.2527,38.7363,1.0137,11970.2924,11970.2924,11970.2924 -679.5000,1.0000,8536.9551,25.3500,26.4520,0.6067,0.0000,3,1272.7929,459.6672,736.6982,-84.0675,61.2675,98.1920,-11.2051,4.2855,47.4864,0.0000,47.4864,9.4955,47.4864,1.5495,0.0000,45.9369,0.0000,45.9369,3.0182,42.9187,0.0000,42.9187,0.3792,42.5395,0.0000,0.0000,4.6815,37.8580,1.0371,12201.5629,12201.5629,12201.5629 -680.5000,1.0000,8544.6830,27.8105,29.1890,0.7603,0.0000,3,1396.3317,544.6771,752.2427,-91.3943,79.6446,109.9956,-13.3640,5.8919,63.1354,0.0000,63.1354,10.6173,63.1354,1.9565,0.0000,61.1789,0.0000,61.1789,3.4729,57.7060,0.0000,57.7060,0.5213,57.1847,0.0000,0.0000,5.1359,52.0488,1.0540,15636.9378,15636.9378,15636.9378 -681.5000,1.0000,8553.3564,31.2140,33.2590,1.1306,0.0000,3,1567.2173,749.2538,821.5392,-101.5292,122.9665,134.8299,-16.6628,9.8337,100.6882,0.0000,100.6882,12.4445,100.6882,2.8480,0.0000,97.8402,0.0000,97.8402,4.3356,93.5047,0.0000,93.5047,0.8700,92.6346,0.0000,0.0000,5.7645,86.8702,1.1187,23985.4136,23985.4136,23985.4136 -682.5000,1.0000,8562.5359,33.0363,32.8336,-0.1182,0.0000,0,1669.3922,81.9817,840.1072,-105.9447,14.3319,146.8661,-18.5211,0.0000,0.0000,0.0000,0.0000,14.3319,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,3.6045,-3.6045,0.0000,-3.6045,-0.0962,-3.5082,0.0000,0.0000,6.1010,-9.6092,1.1658,4135.3260,4135.3260,4135.3260 -683.5000,1.0000,8571.9351,33.8272,34.8407,0.5575,0.0000,4,1400.0605,428.1768,428.1768,-91.6155,62.7767,62.7767,-13.4321,-23.1569,74.9094,0.0000,74.9094,11.0242,58.7558,1.6529,0.0000,57.1030,0.0000,57.1030,3.9646,53.1384,0.0000,53.1384,0.4650,52.6734,0.0000,0.0000,6.2470,46.4264,1.0692,12539.5195,12539.5195,12539.5195 -684.5000,1.0000,8581.9844,36.1673,37.5139,0.7425,0.0000,4,1174.1190,743.6099,743.6099,-78.2064,91.4294,91.4294,-9.6158,3.1286,80.0748,0.0000,80.0748,8.2260,80.0748,2.1308,0.0000,77.9440,0.0000,77.9440,4.4922,73.4518,0.0000,73.4518,0.6621,72.7896,0.0000,0.0000,6.6792,66.1104,1.0176,17831.7777,17831.7777,17831.7777 -685.5000,1.0000,8592.8164,38.9855,40.4770,0.8231,0.0000,4,1265.6054,802.8119,831.4634,-83.6412,106.3998,110.1971,-11.0853,3.7381,94.4253,0.0000,94.4253,8.2364,94.4253,2.4830,0.0000,91.9422,0.0000,91.9422,4.9611,86.9811,0.0000,86.9811,0.7911,86.1900,0.0000,0.0000,7.1996,78.9903,1.0357,20688.7031,20688.7031,20688.7031 -686.5000,1.0000,8604.2223,41.0510,41.6450,0.3244,0.0000,4,1332.6603,419.0852,851.1294,-87.6181,58.4858,118.7801,-12.2276,1.5516,46.7545,0.0000,46.7545,10.1797,46.7545,1.5797,0.0000,45.1748,0.0000,45.1748,4.4790,40.6958,0.0000,40.6958,0.3284,40.3675,0.0000,0.0000,7.5811,32.7864,1.0496,11703.4490,11703.4490,11703.4490 -687.5000,1.0000,8615.9098,42.0650,42.5050,0.2389,0.0000,4,1365.5783,349.9775,710.8377,-89.5704,50.0478,101.6519,-12.8088,1.1706,38.7883,0.0000,38.7883,10.0889,38.7883,1.4456,0.0000,37.3427,0.0000,37.3427,4.5896,32.7531,0.0000,32.7531,0.2478,32.5053,0.0000,0.0000,7.7684,24.7369,1.0592,10111.3875,10111.3875,10111.3875 -688.5000,1.0000,8627.7456,42.5990,42.7130,0.0578,0.0000,4,1382.9138,207.0498,682.8850,-90.5985,29.9846,98.8943,-13.1203,0.2867,19.7119,0.0000,19.7119,9.9860,19.7119,1.0775,0.0000,18.6344,0.0000,18.6344,4.6479,13.9865,0.0000,13.9865,0.0607,13.9258,0.0000,0.0000,7.8670,6.0588,1.0501,6401.6630,6401.6630,6401.6630 -689.5000,1.0000,8639.7406,43.1720,43.6510,0.2606,0.0000,4,1401.5154,369.8452,639.6473,-91.7018,54.2808,93.8787,-13.4587,1.3104,43.0750,0.0000,43.0750,9.8954,43.0750,1.5594,0.0000,41.5157,0.0000,41.5157,4.7104,36.8052,0.0000,36.8052,0.2773,36.5279,0.0000,0.8646,7.9728,27.6906,1.0696,10963.5951,10963.5951,10963.5951 -690.5000,1.0000,8651.9978,44.1160,44.6010,0.2639,0.0000,4,1432.1610,367.4208,705.9244,-93.5193,55.1041,105.8714,-14.0256,1.3562,43.8491,0.0000,43.8491,9.8988,43.8491,1.5992,0.0000,42.2499,0.0000,42.2499,4.8134,37.4365,0.0000,37.4365,0.2870,37.1495,0.0000,0.3443,8.1471,28.6580,1.0786,11108.3309,11108.3309,11108.3309 -691.5000,1.0000,8664.5681,45.2430,45.9050,0.3622,0.0000,4,1468.7474,452.7119,715.5366,-95.6891,69.6302,110.0544,-14.7176,1.9091,57.7004,0.0000,57.7004,10.0207,57.7004,1.9058,0.0000,55.7945,0.0000,55.7945,4.9939,50.8007,0.0000,50.8007,0.4040,50.3966,0.0000,1.6995,8.3553,40.3418,1.0752,13845.8912,13845.8912,13845.8912 -692.5000,1.0000,8677.5523,46.7330,47.5810,0.4656,0.0000,4,1517.1180,531.7912,756.2771,-98.5579,84.4868,120.1514,-15.6581,2.5346,71.7119,0.0000,71.7119,10.2403,71.7119,2.2260,0.0000,69.4859,0.0000,69.4859,5.3361,64.1498,0.0000,64.1498,0.5364,63.6133,0.0000,1.4249,8.6304,53.5580,1.1218,16650.7473,16650.7473,16650.7473 -693.5000,1.0000,8690.8269,47.7785,47.9960,0.1153,0.0000,4,1551.0586,259.4202,777.4802,-100.5709,42.1367,126.2834,-16.3354,0.6416,31.0286,0.0000,31.0286,10.4664,31.0286,1.4410,0.0000,29.5876,0.0000,29.5876,5.2130,24.3746,0.0000,24.3746,0.1358,24.2388,0.0000,1.8570,8.8235,13.5584,1.1031,8792.0551,8792.0551,8792.0551 -694.5000,1.0000,8704.2921,48.4650,48.9540,0.2661,0.0000,4,1573.3449,366.9572,702.9543,-101.8926,60.4600,115.8190,-16.7879,1.5025,51.6264,0.0000,51.6264,7.3311,51.6264,1.8720,0.0000,49.7544,0.0000,49.7544,5.2879,44.4664,0.0000,44.4664,0.3180,44.1485,0.0000,3.4499,8.9503,31.7483,1.0948,12267.8789,12267.8789,12267.8789 -695.5000,1.0000,8718.1598,49.9135,50.8930,0.5386,0.0000,4,1620.3683,580.0104,752.8036,-104.1988,98.4188,127.7392,-17.6809,3.1319,89.0231,0.0000,89.0231,6.2638,89.0231,2.6608,0.0000,86.3623,0.0000,86.3623,5.8815,80.4808,0.0000,80.4808,0.6628,79.8179,0.0000,4.4208,9.2178,66.1794,1.1287,19424.6888,19424.6888,19424.6888 -696.5000,1.0000,8732.2206,50.6091,50.3451,-0.1522,0.0000,0,1651.8417,37.3760,801.2006,-105.3197,6.4653,138.5920,-18.2182,0.0000,0.0000,0.0000,0.0000,6.4653,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,5.5218,-5.5218,0.0000,-5.5218,-0.1899,-5.3319,0.0000,4.2813,9.3462,-18.9594,1.2695,3223.6458,3223.6458,3223.6458 -697.5000,1.0000,8746.3625,50.9008,51.4764,0.3142,0.0000,5,1390.3741,404.6959,404.6959,-91.0410,58.9236,58.9236,-13.2555,-22.3252,74.7691,0.0000,74.7691,6.4797,60.0411,0.7902,0.0000,59.2510,0.0000,59.2510,5.5655,53.6854,0.0000,53.6854,0.3944,53.2911,0.0000,4.5158,9.4001,39.3751,1.2073,11822.9278,11822.9278,11822.9278 -698.5000,1.0000,8760.8807,52.2553,53.0542,0.4383,0.0000,5,1146.2104,716.3578,716.3578,-76.5416,85.9851,85.9851,-9.1874,1.2180,78.2927,0.0000,78.2927,6.4744,78.2927,0.9015,0.0000,77.3911,0.0000,77.3911,5.9621,71.4290,0.0000,71.4290,0.5646,70.8644,0.0000,4.8374,9.6503,56.3767,1.1389,16796.8386,16796.8386,16796.8386 -699.5000,1.0000,8775.8846,54.0040,54.9739,0.5333,0.0000,5,1184.5686,814.8700,814.8700,-78.8298,101.0828,101.0828,-9.7787,1.5316,92.9334,0.0000,92.9334,6.6178,92.9334,1.0012,0.0000,91.9322,0.0000,91.9322,6.3409,85.5913,0.0000,85.5913,0.7100,84.8813,0.0000,4.0178,9.9732,70.8903,1.1493,19669.6995,19669.6995,19669.6995 -700.5000,1.0000,8791.4399,55.9892,57.0245,0.5696,0.0000,5,1228.1124,858.6580,858.6580,-81.4176,110.4300,110.4300,-10.4709,1.6962,102.1084,0.0000,102.1084,6.6254,102.1084,1.0779,0.0000,101.0305,0.0000,101.0305,6.6598,94.3707,0.0000,94.3707,0.7863,93.5844,0.0000,4.7373,10.3398,78.5073,1.1523,21439.1653,21439.1653,21439.1653 -701.5000,1.0000,8807.4948,57.7877,58.5710,0.4296,0.0000,5,1267.5634,691.1658,877.0640,-83.7573,91.7446,116.4205,-11.1179,1.3203,83.6896,0.0000,83.6896,6.7347,83.6896,1.0144,0.0000,82.6752,0.0000,82.6752,6.5497,76.1255,0.0000,76.1255,0.6121,75.5135,0.0000,3.7307,10.6720,61.1108,1.1538,17909.1382,17909.1382,17909.1382 -702.5000,1.0000,8823.9102,59.0855,59.6200,0.2914,0.0000,5,1296.0296,544.3904,809.9594,-85.4456,73.8846,109.9276,-11.5967,0.9157,66.1006,0.0000,66.1006,6.8684,66.1006,0.9475,0.0000,65.1531,0.0000,65.1531,6.4467,58.7064,0.0000,58.7064,0.4245,58.2819,0.0000,4.9881,10.9116,42.3822,1.1895,14603.1083,14603.1083,14603.1083 -703.5000,1.0000,8840.5820,60.0085,60.4170,0.2214,0.0000,5,1316.2754,460.4971,752.2548,-86.6463,63.4749,103.6908,-11.9433,0.7066,55.8044,0.0000,55.8044,6.9639,55.8044,0.9112,0.0000,54.8933,0.0000,54.8933,6.5474,48.3459,0.0000,48.3459,0.3275,48.0183,0.0000,4.2325,11.0821,32.7038,1.1434,12642.6399,12642.6399,12642.6399 -704.5000,1.0000,8857.4844,60.8385,61.2800,0.2397,0.0000,5,1334.4813,477.6861,721.5213,-87.7261,66.7550,100.8301,-12.2594,0.7757,58.9817,0.0000,58.9817,6.9976,58.9817,0.9409,0.0000,58.0409,0.0000,58.0409,6.6380,51.4029,0.0000,51.4029,0.3596,51.0433,0.0000,3.9062,11.2354,35.9018,1.1906,13256.0279,13256.0279,13256.0279 -705.5000,1.0000,8874.5897,61.5690,61.8780,0.1661,0.0000,5,1350.5047,394.6352,729.4811,-88.6764,55.8111,103.1665,-12.5410,0.5439,48.2200,0.0000,48.2200,7.0472,48.2200,0.8993,0.0000,47.3207,0.0000,47.3207,6.7177,40.6030,0.0000,40.6030,0.2522,40.3509,0.0000,3.8044,11.3703,25.1762,1.1675,11211.1865,11211.1865,11211.1865 -706.5000,1.0000,8891.8551,62.1455,62.4330,0.1542,0.0000,5,1363.1501,386.7042,698.7765,-89.4264,55.2015,99.7495,-12.7655,0.5095,47.5116,0.0000,47.5116,7.1804,47.5116,0.9055,0.0000,46.6061,0.0000,46.6061,6.7806,39.8255,0.0000,39.8255,0.2362,39.5893,0.0000,4.5279,11.4767,23.5846,1.1994,11101.2950,11101.2950,11101.2950 -707.5000,1.0000,8909.3038,62.8055,63.1980,0.2125,0.0000,5,1377.6271,447.8578,699.3677,-90.2850,64.6101,100.8941,-13.0249,0.7098,56.6601,0.0000,56.6601,7.2402,56.6601,0.9625,0.0000,55.6976,0.0000,55.6976,6.8526,48.8450,0.0000,48.8450,0.3290,48.5160,0.0000,4.0635,11.5986,32.8538,1.2419,12858.2865,12858.2865,12858.2865 -708.5000,1.0000,8926.9538,63.5300,63.8820,0.1900,0.0000,5,1393.5189,422.4693,725.0125,-91.2275,61.6505,105.8003,-13.3127,0.6420,53.5988,0.0000,53.5988,7.4097,53.5988,0.9596,0.0000,52.6392,0.0000,52.6392,6.9316,45.7076,0.0000,45.7076,0.2976,45.4100,0.0000,3.9635,11.7324,29.7140,1.2930,12325.3809,12325.3809,12325.3809 -709.5000,1.0000,8944.7590,64.0885,64.3150,0.1203,0.0000,5,1405.7694,344.7179,716.2642,-91.9540,50.7466,105.4426,-13.5367,0.4100,42.9693,0.0000,42.9693,7.3673,42.9693,0.9161,0.0000,42.0532,0.0000,42.0532,6.9926,35.0606,0.0000,35.0606,0.1900,34.8706,0.0000,4.0594,11.8356,18.9756,1.2611,10301.4463,10301.4463,10301.4463 -710.5000,1.0000,8962.5844,64.1615,64.0280,-0.0797,0.0000,5,1407.3707,121.3041,683.3296,-92.0490,17.8777,100.7088,-13.5661,-0.2720,10.7611,0.0000,10.7611,7.3887,10.7611,0.7563,0.0000,10.0048,0.0000,10.0048,7.0005,3.0043,0.0000,3.0043,-0.1261,3.1304,0.0000,3.8730,11.8490,-12.5917,1.2390,4245.6133,4245.6133,4245.6133 -711.5000,1.0000,8980.2904,63.7315,63.4550,-0.1592,0.0000,5,1397.9387,35.6696,592.8502,-91.4896,5.2217,86.7884,-13.3933,-0.5395,-1.5478,0.0000,-1.5478,7.3091,-1.5478,0.7538,0.0000,-2.3017,0.0000,-2.3017,6.9536,-9.2553,0.0000,-9.2553,-0.2501,-9.0052,0.0000,4.1962,11.7696,-24.9710,1.1954,2548.0670,2548.0670,2548.0670 -712.5000,1.0000,8997.8308,63.1355,62.8360,-0.1719,0.0000,5,1384.8656,23.8943,554.9242,-90.7143,3.4652,80.4767,-13.1556,-0.5774,-3.2000,0.0000,-3.2000,7.2425,-3.2000,0.7472,0.0000,-3.9472,0.0000,-3.9472,6.8886,-10.8357,0.0000,-10.8357,-0.2676,-10.5681,0.0000,4.4957,11.6596,-26.7234,1.2198,2299.0831,2299.0831,2299.0831 -713.5000,1.0000,9015.1758,62.4320,62.0480,-0.2189,0.0000,5,1369.4344,-21.4884,544.3153,-89.7991,-3.0816,78.0585,-12.8778,-0.7268,-9.6211,0.0000,-9.6211,7.2663,-9.6211,0.7506,0.0000,-10.3717,0.0000,-10.3717,6.8118,-17.1835,0.0000,-17.1835,-0.3369,-16.8466,0.0000,5.2641,11.5296,-33.6403,1.2286,1417.0887,1417.0887,1417.0887 -714.5000,1.0000,9032.3463,61.8040,61.5800,-0.1300,0.0000,5,1355.6594,64.3231,524.0771,-88.9821,9.1316,74.4002,-12.6323,-0.4273,2.4089,0.0000,2.4089,7.1500,2.4089,0.7094,0.0000,1.6995,0.0000,1.6995,6.7433,-5.0438,0.0000,-5.0438,-0.1981,-4.8457,0.0000,3.5189,11.4137,-19.7783,1.2109,2888.6883,2888.6883,2888.6883 -715.5000,1.0000,9049.4174,61.4460,61.3320,-0.0689,0.0000,5,1347.8067,134.5344,558.4716,-88.5164,18.9884,78.8238,-12.4934,-0.2251,11.9963,0.0000,11.9963,7.2172,11.9963,0.7161,0.0000,11.2802,0.0000,11.2802,6.7042,4.5760,0.0000,4.5760,-0.1044,4.6803,0.0000,3.7529,11.3476,-10.4201,1.2208,4345.4861,4345.4861,4345.4861 -716.5000,1.0000,9066.4118,61.1695,61.0270,-0.0847,0.0000,5,1341.7417,124.1566,585.1563,-88.1567,17.4449,82.2185,-12.3866,-0.2756,10.6363,0.0000,10.6363,7.0842,10.6363,0.7047,0.0000,9.9317,0.0000,9.9317,6.6741,3.2576,0.0000,3.2576,-0.1278,3.3853,0.0000,4.8462,11.2965,-12.7574,1.1649,4061.6321,4061.6321,4061.6321 -717.5000,1.0000,9083.2941,60.7665,60.5260,-0.1392,0.0000,5,1332.9020,67.2667,577.3332,-87.6324,9.3892,80.5848,-12.2318,-0.4498,2.7199,0.0000,2.7199,7.1191,2.7199,0.6903,0.0000,2.0296,0.0000,2.0296,6.6301,-4.6005,0.0000,-4.6005,-0.2085,-4.3920,0.0000,5.2034,11.2221,-20.8175,1.2155,2857.7580,2857.7580,2857.7580 -718.5000,1.0000,9100.0313,60.2440,59.9820,-0.1511,0.0000,5,1321.4410,61.4168,550.3323,-86.9527,8.4989,76.1555,-12.0326,-0.4842,1.9908,0.0000,1.9908,6.9923,1.9908,0.6830,0.0000,1.3078,0.0000,1.3078,6.5731,-5.2653,0.0000,-5.2653,-0.2244,-5.0409,0.0000,6.2434,11.1256,-22.4099,1.1986,2733.2564,2733.2564,2733.2564 -719.5000,1.0000,9116.6126,59.6825,59.4030,-0.1608,0.0000,5,1309.1246,46.3183,544.2991,-86.2222,6.3498,74.6186,-11.8203,-0.5105,-0.1211,0.0000,-0.1211,6.9815,-0.1211,0.6785,0.0000,-0.7996,0.0000,-0.7996,6.5118,-7.3115,0.0000,-7.3115,-0.2367,-7.0748,0.0000,5.5327,11.0219,-23.6294,1.1942,2457.0622,2457.0622,2457.0622 -720.5000,1.0000,9133.0331,59.1040,58.8250,-0.1606,0.0000,5,1296.4354,41.8108,534.4463,-85.4697,5.6763,72.5577,-11.6036,-0.5047,-0.7201,0.0000,-0.7201,6.9012,-0.7201,0.6700,0.0000,-1.3901,0.0000,-1.3901,6.4487,-7.8389,0.0000,-7.8389,-0.2340,-7.6049,0.0000,4.8400,10.9150,-23.3599,1.2023,2351.9793,2351.9793,2351.9793 -721.5000,1.0000,9149.2806,58.4810,58.1570,-0.1856,0.0000,5,1282.7700,10.2207,528.1747,-84.6592,1.3730,70.9504,-11.3724,-0.5771,-4.8947,0.0000,-4.8947,6.8448,-4.8947,0.6698,0.0000,-5.5645,0.0000,-5.5645,6.3807,-11.9452,0.0000,-11.9452,-0.2675,-11.6777,0.0000,4.2350,10.8000,-26.7127,1.2077,1809.7327,1809.7327,1809.7327 -722.5000,1.0000,9165.3663,57.8985,57.6600,-0.1381,0.0000,5,1269.9929,81.7604,512.2000,-83.9014,10.8736,68.1192,-11.1583,-0.4251,4.5171,0.0000,4.5171,6.7816,4.5171,0.6363,0.0000,3.8808,0.0000,3.8808,6.3172,-2.4364,0.0000,-2.4364,-0.1971,-2.2393,0.0000,6.7449,10.6924,-19.6766,1.1801,2935.1660,2935.1660,2935.1660 -723.5000,1.0000,9181.3263,57.4460,57.2520,-0.1133,0.0000,5,1260.0674,117.5509,541.5126,-83.3128,15.5113,71.4547,-10.9934,-0.3463,9.1655,0.0000,9.1655,6.6920,9.1655,0.6363,0.0000,8.5292,0.0000,8.5292,6.2678,2.2614,0.0000,2.2614,-0.1605,2.4219,0.0000,7.8399,10.6089,-16.0268,1.1144,3609.5298,3609.5298,3609.5298 -724.5000,1.0000,9197.1724,57.0360,56.8400,-0.1144,0.0000,5,1251.0742,110.2743,555.0042,-82.7794,14.4473,72.7123,-10.8451,-0.3472,8.1079,0.0000,8.1079,6.6866,8.1079,0.6245,0.0000,7.4834,0.0000,7.4834,6.2231,1.2603,0.0000,1.2603,-0.1609,1.4213,0.0000,6.9565,10.5331,-16.0684,1.1733,3420.9657,3420.9657,3420.9657 -725.5000,1.0000,9212.9131,56.6565,56.4930,-0.0964,0.0000,5,1242.7499,155.0573,550.2386,-82.2857,20.1792,71.6083,-10.7087,-0.2904,13.7151,0.0000,13.7151,6.7546,13.7151,0.6465,0.0000,13.0686,0.0000,13.0686,6.1817,6.8869,0.0000,6.8869,-0.1346,7.0216,0.0000,10.0018,10.4631,-13.4433,1.2115,4429.2883,4429.2883,4429.2883 -726.5000,1.0000,9228.5236,56.1875,55.9020,-0.1642,0.0000,5,1232.4625,101.1316,566.2321,-81.6756,13.0524,73.0797,-10.5413,-0.4906,6.8838,0.0000,6.8838,6.6592,6.8838,0.6049,0.0000,6.2789,0.0000,6.2789,6.1305,0.1484,0.0000,0.1484,-0.2274,0.3758,0.0000,12.7060,10.3764,-22.7067,1.1896,3166.5675,3166.5675,3166.5675 -727.5000,1.0000,9243.9290,55.4495,55.0170,-0.2458,0.0000,5,1216.2746,18.5029,536.4221,-80.7155,2.3567,68.3230,-10.2806,-0.7250,-3.4896,0.0000,-3.4896,6.5713,-3.4896,0.6154,0.0000,-4.1050,0.0000,-4.1050,6.0500,-10.1550,0.0000,-10.1550,-0.3361,-9.8189,0.0000,13.4967,10.2402,-33.5558,1.1735,1797.6224,1797.6224,1797.6224 -728.5000,1.0000,9259.0809,54.5370,54.0770,-0.2611,0.0000,5,1196.2591,1.0196,492.8584,-79.5271,0.1277,61.7413,-9.9625,-0.7574,-5.5768,0.0000,-5.5768,6.4619,-5.5768,0.6057,0.0000,-6.1825,0.0000,-6.1825,5.9504,-12.1329,0.0000,-12.1329,-0.3511,-11.7818,0.0000,13.2012,10.0716,-35.0547,1.1415,1478.0148,1478.0148,1478.0148 -729.5000,1.0000,9273.9702,53.5915,53.1260,-0.2642,0.0000,5,1175.5197,-10.4573,478.7841,-78.2900,-1.2873,58.9384,-9.6375,-0.7529,-6.7737,0.0000,-6.7737,6.2393,-6.7737,0.5934,0.0000,-7.3670,0.0000,-7.3670,5.8473,-13.2143,0.0000,-13.2143,-0.3490,-12.8653,0.0000,12.0877,9.8970,-34.8500,1.0179,1233.7251,1233.7251,1233.7251 -730.5000,1.0000,9288.4752,52.2080,51.3100,-0.5044,0.0000,5,1145.1729,-76.4778,458.3608,-76.4797,-9.1714,54.9676,-9.1716,-1.4007,-13.9391,0.0000,-13.9391,6.1684,-13.9391,0.5892,0.0000,-14.5283,0.0000,-14.5283,5.6963,-20.2246,24.3943,-44.6189,-0.6493,-43.9696,0.8066,10.4128,9.6415,-64.8305,1.0349,0.0000,0.0000,0.0000 -731.5000,1.0000,9302.4909,50.4465,49.6030,-0.4742,0.0000,5,1106.5347,-74.1737,415.4413,-74.1749,-8.5949,48.1397,-8.5951,-1.2722,-13.3493,0.0000,-13.3493,6.0266,-13.3493,0.5601,0.0000,-13.9095,0.0000,-13.9095,5.5041,-19.4136,17.0279,-36.4415,-0.5897,-35.8518,0.9499,12.7653,9.3162,-58.8832,0.9902,0.0000,0.0000,0.0000 -732.5000,1.0000,9316.0716,48.8805,48.1780,-0.3958,0.0000,5,1072.1848,-71.7935,408.6082,-71.7940,-8.0609,45.8781,-8.0610,-1.0290,-12.8177,0.0000,-12.8177,5.7858,-12.8177,0.5348,0.0000,-13.3525,0.0000,-13.3525,5.3332,-18.6858,9.1969,-27.8827,-0.4770,-27.4056,0.9204,10.2766,9.0270,-47.6296,0.9348,0.0000,0.0000,0.0000 -733.5000,1.0000,9329.4276,48.0715,47.9850,-0.0536,0.0000,5,1054.4395,217.0660,414.8088,-70.5237,23.9686,45.8035,-7.7873,-0.1371,18.3498,0.0000,18.3498,5.7558,18.3498,0.5409,0.0000,17.8089,0.0000,17.8089,5.2450,12.5639,0.0000,12.5639,-0.0635,12.6275,0.0812,10.0127,8.8776,-6.3441,1.0009,5072.0308,5072.0308,5072.0308 -734.5000,1.0000,9342.7724,48.0315,48.0980,0.0314,0.0000,5,1053.5621,339.1060,559.5455,-70.4609,37.4132,61.7340,-7.7739,0.0802,31.5556,0.0000,31.5556,5.7773,31.5556,0.6064,0.0000,30.9493,0.0000,30.9493,5.2406,25.7086,0.0000,25.7086,0.0372,25.6715,0.0000,13.0899,8.8702,3.7113,0.9660,7595.3830,7595.3830,7595.3830 -735.5000,1.0000,9356.1247,48.0580,48.0380,-0.0167,0.0000,5,1054.1434,261.4900,618.2527,-70.5025,28.8658,68.2487,-7.7827,-0.0426,23.1450,0.0000,23.1450,5.7634,23.1450,0.5647,0.0000,22.5803,0.0000,22.5803,5.2435,17.3368,0.0000,17.3368,-0.0197,17.3565,0.0000,10.4531,8.8751,-1.9717,1.0009,5945.4712,5945.4712,5945.4712 -736.5000,1.0000,9369.4905,48.1070,48.1960,0.0439,0.0000,5,1055.2182,329.8812,581.8052,-70.5795,36.4526,64.2907,-7.7992,0.1123,30.5721,0.0000,30.5721,5.7682,30.5721,0.6025,0.0000,29.9696,0.0000,29.9696,5.2489,24.7208,0.0000,24.7208,0.0521,24.6687,0.0000,10.5871,8.8842,5.1975,1.0011,7418.2027,7418.2027,7418.2027 -737.5000,1.0000,9382.9187,48.3315,48.4870,0.0808,0.0000,5,1060.1426,358.4738,616.5868,-70.9320,39.7970,68.4522,-7.8747,0.2078,33.8092,0.0000,33.8092,5.7800,33.8092,0.6219,0.0000,33.1873,0.0000,33.1873,5.2733,27.9140,0.0000,27.9140,0.0963,27.8177,0.0000,9.2748,8.9256,9.6172,0.9907,8029.1794,8029.1794,8029.1794 -738.5000,1.0000,9396.4498,48.7020,48.9370,0.1250,0.0000,5,1068.2694,418.6980,632.5620,-71.5137,46.8393,70.7640,-8.0002,0.3238,40.7014,0.0000,40.7014,5.8141,40.7014,0.6616,0.0000,40.0398,0.0000,40.0398,5.3138,34.7260,0.0000,34.7260,0.1501,34.5759,0.0000,10.5959,8.9941,14.9860,1.0042,9410.1514,9410.1514,9410.1514 -739.5000,1.0000,9410.1918,49.4610,50.0050,0.2967,0.0000,5,1084.9179,627.7278,667.0325,-72.7055,71.3176,75.7831,-8.2602,0.7804,64.6889,0.0000,64.6889,5.8483,64.6889,0.7925,0.0000,63.8964,0.0000,63.8964,5.5029,58.3935,0.0000,58.3935,0.3618,58.0317,0.0000,12.7764,9.1342,36.1211,1.0082,14079.4953,14079.4953,14079.4953 -740.5000,1.0000,9424.2737,50.6850,51.3850,0.3833,0.0000,5,1111.7661,675.5558,767.8630,-74.4869,78.6508,89.3976,-8.6721,1.0333,71.6692,0.0000,71.6692,5.9483,71.6692,0.8451,0.0000,70.8240,0.0000,70.8240,5.7193,65.1047,0.0000,65.1047,0.4790,64.6257,0.0000,7.4371,9.3603,47.8283,1.0030,15447.6328,15447.6328,15447.6328 -741.5000,1.0000,9438.7536,52.1175,52.8700,0.4125,0.0000,5,1143.1878,659.2691,792.3233,-76.3613,78.9240,94.8525,-9.1415,1.1434,71.7588,0.0000,71.7588,6.0218,71.7588,0.8668,0.0000,70.8920,0.0000,70.8920,5.8520,65.0400,0.0000,65.0400,0.5300,64.5100,0.0000,1.9631,9.6248,52.9221,0.9855,15495.4600,15495.4600,15495.4600 -742.5000,1.0000,9453.6186,53.5040,54.1580,0.3578,0.0000,5,1173.6004,582.4840,787.3430,-78.1755,71.5868,96.7638,-9.6077,1.0181,64.3918,0.0000,64.3918,6.1769,64.3918,0.8509,0.0000,63.5409,0.0000,63.5409,5.8691,57.6719,0.0000,57.6719,0.4720,57.1999,0.0000,0.1965,9.8809,47.1226,1.0305,14165.4361,14165.4361,14165.4361 -743.5000,1.0000,9468.8611,54.8630,55.5880,0.3972,0.0000,5,1203.4098,625.2701,757.5566,-79.9525,78.7970,95.4679,-10.0757,1.1590,71.3192,0.0000,71.3192,6.3188,71.3192,0.9064,0.0000,70.4128,0.0000,70.4128,6.0970,64.3158,0.0000,64.3158,0.5373,63.7785,0.0000,0.0000,10.1318,53.6466,1.0367,15517.1655,15517.1655,15517.1655 -744.5000,1.0000,9484.4759,56.2035,56.8390,0.3475,0.0000,5,1232.8134,569.3844,777.9416,-81.6964,73.5075,100.4322,-10.5470,1.0387,65.9799,0.0000,65.9799,6.4889,65.9799,0.9006,0.0000,65.0792,0.0000,65.0792,6.1402,58.9390,0.0000,58.9390,0.4815,58.4575,0.0000,0.0000,10.3794,48.0781,1.0558,14508.0153,14508.0153,14508.0153 -745.5000,1.0000,9500.4163,57.3755,57.9320,0.3036,0.0000,5,1258.5210,519.6482,756.6657,-83.2210,68.4855,99.7225,-10.9679,0.9265,61.0619,0.0000,61.0619,6.4971,61.0619,0.8947,0.0000,60.1673,0.0000,60.1673,6.2601,53.9072,0.0000,53.9072,0.4295,53.4777,0.0000,0.0000,10.5958,42.8818,1.0609,13577.3458,13577.3458,13577.3458 -746.5000,1.0000,9516.6166,58.3110,58.7100,0.2161,0.0000,5,1279.0410,422.4452,737.3114,-84.4380,56.5827,98.7561,-11.3097,0.6702,49.3135,0.0000,49.3135,6.5989,49.3135,0.8510,0.0000,48.4626,0.0000,48.4626,6.3622,42.1004,0.0000,42.1004,0.3107,41.7897,0.0000,0.0000,10.7686,31.0211,1.0383,11295.4793,11295.4793,11295.4793 -747.5000,1.0000,9533.0198,59.0415,59.3930,0.1897,0.0000,5,1295.0644,392.8065,699.1600,-85.3884,53.2720,94.8193,-11.5803,0.5957,46.0424,0.0000,46.0424,6.6338,46.0424,0.8465,0.0000,45.1959,0.0000,45.1959,6.4419,38.7540,0.0000,38.7540,0.2762,38.4778,0.0000,0.0000,10.9035,27.5743,1.0681,10700.2613,10700.2613,10700.2613 -748.5000,1.0000,9549.5597,59.5335,59.6940,0.0836,0.0000,5,1305.8564,275.0753,686.9220,-86.0284,37.6163,93.9359,-11.7643,0.2647,30.6436,0.0000,30.6436,6.7080,30.6436,0.7776,0.0000,29.8660,0.0000,29.8660,6.4956,23.3704,0.0000,23.3704,0.1227,23.2477,0.0000,0.0000,10.9944,12.2533,1.0569,7762.0383,7762.0383,7762.0383 -749.5000,1.0000,9566.1699,59.7870,59.9000,0.0572,0.0000,5,1311.4168,245.5730,639.0301,-86.3582,33.7249,87.7588,-11.8597,0.1820,26.8332,0.0000,26.8332,6.7097,26.8332,0.7627,0.0000,26.0705,0.0000,26.0705,6.5232,19.5472,0.0000,19.5472,0.0843,19.4629,0.0000,0.0000,11.0412,8.4217,1.0580,7039.4435,7039.4435,7039.4435 -750.5000,1.0000,9582.7911,59.8260,59.7720,-0.0356,0.0000,5,1312.2723,142.6622,625.0917,-86.4089,19.6048,85.9006,-11.8744,-0.1131,12.9812,0.0000,12.9812,6.7367,12.9812,0.6941,0.0000,12.2871,0.0000,12.2871,6.5275,5.7596,0.0000,5.7596,-0.0524,5.8121,0.0000,0.0000,11.0484,-5.2363,1.0182,4423.5820,4423.5820,4423.5820 -751.5000,1.0000,9599.3612,59.6425,59.5330,-0.0664,0.0000,5,1308.2473,107.8739,580.5755,-86.1702,14.7787,79.5385,-11.8053,-0.2106,8.3450,0.0000,8.3450,6.6443,8.3450,0.6679,0.0000,7.6771,0.0000,7.6771,6.5075,1.1697,0.0000,1.1697,-0.0976,1.2673,0.0000,0.0000,11.0145,-9.7472,1.0174,3530.4205,3530.4205,3530.4205 -752.5000,1.0000,9615.8972,59.5195,59.5260,-0.0019,0.0000,5,1305.5493,180.1498,566.8650,-86.0102,24.6295,77.5000,-11.7590,-0.0062,17.9117,0.0000,17.9117,6.7239,17.9117,0.7137,0.0000,17.1981,0.0000,17.1981,6.4940,10.7040,0.0000,10.7040,-0.0029,10.7069,0.0000,0.0000,10.9918,-0.2849,1.0569,5346.4500,5346.4500,5346.4500 -753.5000,1.0000,9632.4237,59.4855,59.4650,-0.0169,0.0000,5,1304.8035,163.3659,596.5948,-85.9660,22.3221,81.5179,-11.7463,-0.0536,15.6717,0.0000,15.6717,6.7041,15.6717,0.7019,0.0000,14.9698,0.0000,14.9698,6.4903,8.4794,0.0000,8.4794,-0.0249,8.5043,0.0000,0.0000,10.9855,-2.4812,1.0301,4919.8201,4919.8201,4919.8201 -754.5000,1.0000,9648.8895,59.2670,59.0890,-0.1044,0.0000,5,1300.0107,81.7546,586.4344,-85.6817,11.1298,79.8353,-11.6644,-0.3292,2.6854,0.0000,2.6854,8.7737,2.6854,0.6643,0.0000,2.0210,0.0000,2.0210,6.4665,-4.4455,0.0000,-4.4455,-0.1526,-4.2928,0.0000,0.0000,10.9451,-15.2380,1.0425,3006.8169,3006.8169,3006.8169 -755.5000,1.0000,9665.2538,58.9015,58.7340,-0.0986,0.0000,5,1291.9936,87.9397,549.9675,-85.2062,11.8980,74.4091,-11.5282,-0.3089,3.5188,0.0000,3.5188,8.6881,3.5188,0.6559,0.0000,2.8629,0.0000,2.8629,6.4266,-3.5638,0.0000,-3.5638,-0.1432,-3.4206,0.0000,0.0000,10.8777,-14.2982,1.0276,3087.7295,3087.7295,3087.7295 -756.5000,1.0000,9681.4891,58.4370,58.1600,-0.1594,0.0000,5,1281.8048,21.0161,548.5056,-84.6020,2.8210,73.6261,-11.3561,-0.4955,-5.3283,0.0000,-5.3283,8.6448,-5.3283,0.6701,0.0000,-5.9984,0.0000,-5.9984,6.3759,-12.3743,0.0000,-12.3743,-0.2297,-12.1446,0.0000,0.0000,10.7919,-22.9365,1.0389,1980.5546,1980.5546,1980.5546 -757.5000,1.0000,9697.5045,57.6455,57.1510,-0.2803,0.0000,5,1264.4434,-83.5721,511.6883,-83.5723,-11.0660,67.7538,-11.0660,-0.8593,-18.7884,0.0000,-18.7884,8.5818,-18.7884,0.6903,0.0000,-19.4788,0.0000,-19.4788,6.2896,-25.7683,3.7568,-29.5252,-0.3983,-29.1268,0.0000,0.0000,10.6457,-39.7725,1.0354,0.0000,0.0000,0.0000 -758.5000,1.0000,9713.2286,56.5965,56.0620,-0.3025,0.0000,5,1241.4338,-82.2071,457.8067,-82.2076,-10.6871,59.5161,-10.6872,-0.9105,-18.2922,0.0000,-18.2922,8.5156,-18.2922,0.6714,0.0000,-18.9636,0.0000,-18.9636,6.1751,-25.1387,6.9762,-32.1149,-0.4221,-31.6928,0.0000,0.0000,10.4520,-42.1448,1.0309,0.0000,0.0000,0.0000 -759.5000,1.0000,9728.6570,55.5325,55.0230,-0.2886,0.0000,5,1218.0952,-80.8232,451.9719,-80.8235,-10.3097,57.6529,-10.3097,-0.8524,-17.8002,0.0000,-17.8002,8.3429,-17.8002,0.6526,0.0000,-18.4527,0.0000,-18.4527,6.0590,-24.5118,5.0818,-29.5935,-0.3952,-29.1984,0.0000,0.0000,10.2555,-39.4539,1.0130,0.0000,0.0000,0.0000 -760.5000,1.0000,9743.6824,54.0815,53.1600,-0.5175,0.0000,5,1186.2677,-78.9299,436.1690,-78.9311,-9.8051,54.1834,-9.8053,-1.4885,-16.4979,0.0000,-16.4979,8.1813,-16.4979,0.6256,0.0000,-17.1235,0.0000,-17.1235,5.9007,-23.0242,36.5734,-59.5976,-0.6900,-58.9076,0.0000,0.0000,9.9875,-68.8951,1.0067,0.0000,0.0000,0.0000 -761.5000,1.0000,9758.2119,52.2960,51.4520,-0.4744,0.0000,5,1147.1031,-76.5929,426.2403,-76.5949,-9.2007,51.2018,-9.2009,-1.3196,-15.9306,0.0000,-15.9306,8.0495,-15.9306,0.5956,0.0000,-16.5262,0.0000,-16.5262,5.7059,-22.2321,29.2063,-51.4383,-0.6117,-50.8266,0.5934,0.0000,9.6578,-61.0778,1.0114,0.0000,0.0000,0.0000 -762.5000,1.0000,9772.2730,50.6100,49.7880,-0.4622,0.0000,5,1110.1210,-74.3868,416.8754,-74.3888,-8.6476,48.4624,-8.6478,-1.2442,-13.3592,0.0000,-13.3592,5.9558,-13.3592,0.5627,0.0000,-13.9219,0.0000,-13.9219,5.5220,-19.4439,24.7665,-44.2103,-0.5768,-43.6336,4.6060,0.0000,9.3463,-57.5859,1.0142,0.0000,0.0000,0.0000 -763.5000,1.0000,9785.8376,48.8225,47.8770,-0.5308,0.0000,5,1070.9125,-71.7008,404.1778,-71.7029,-8.0409,45.3268,-8.0412,-1.3784,-12.5309,0.0000,-12.5309,5.8683,-12.5309,0.5332,0.0000,-13.0641,0.0000,-13.0641,5.3269,-18.3910,27.7428,-46.1338,-0.6390,-45.4949,9.2872,0.0000,9.0160,-63.7981,0.9933,0.0000,0.0000,0.0000 -764.5000,1.0000,9798.8655,46.8905,45.9240,-0.5425,0.0000,5,1028.5345,-68.6672,392.8527,-68.6694,-7.3960,42.3133,-7.3962,-1.3529,-11.7562,0.0000,-11.7562,5.7131,-11.7562,0.5024,0.0000,-12.2586,0.0000,-12.2586,5.1161,-17.3747,26.6187,-43.9934,-0.6272,-43.3662,10.5948,0.0000,8.6591,-62.6201,0.9948,0.0000,0.0000,0.0000 -765.5000,1.0000,9811.4030,45.1250,44.3460,-0.4383,0.0000,5,989.8086,-67.2084,380.7877,-67.2098,-6.9663,39.4696,-6.9665,-1.0520,-11.4864,0.0000,-11.4864,5.5721,-11.4864,0.4760,0.0000,-11.9624,0.0000,-11.9624,4.9235,-16.8858,17.1732,-34.0591,-0.4877,-33.5714,6.7865,0.0000,8.3333,-48.6913,0.9856,0.0000,0.0000,0.0000 -766.5000,1.0000,9823.5733,43.8030,43.2800,-0.2961,0.0000,5,960.8107,-68.8686,373.0793,-68.8686,-6.9293,37.5377,-6.9293,-0.6898,-11.6802,0.0000,-11.6802,5.4408,-11.6802,0.4576,0.0000,-12.1378,0.0000,-12.1378,4.7793,-16.9170,4.2501,-21.1671,-0.3198,-20.8474,2.9925,0.0000,8.0893,-31.9292,0.9671,0.0000,0.0000,0.0000 -767.5000,1.0000,9835.5205,43.0000,42.7400,-0.1500,0.0000,5,943.1971,27.0015,373.2291,-69.8762,2.6670,36.8644,-6.9018,-0.3430,-2.3583,0.0000,-2.3583,5.3683,-2.3583,0.4230,0.0000,-2.7813,0.0000,-2.7813,4.6916,-7.4729,0.0000,-7.4729,-0.1590,-7.3139,0.6228,0.0000,7.9410,-15.8778,0.9745,1367.0508,1367.0508,1367.0508 -768.5000,1.0000,9847.3269,42.4930,42.2660,-0.1317,0.0000,5,932.0761,41.3755,415.8298,-70.5124,4.0385,40.5878,-6.8825,-0.2976,-1.0145,0.0000,-1.0145,5.3506,-1.0145,0.4125,0.0000,-1.4270,0.0000,-1.4270,4.6363,-6.0633,0.0000,-6.0633,-0.1379,-5.9254,0.0000,0.0000,7.8474,-13.7728,0.9719,1603.8743,1603.8743,1603.8743 -769.5000,1.0000,9859.0577,42.2210,42.1960,-0.0194,0.0000,5,926.1099,165.5179,424.5455,-70.8537,16.0523,41.1733,-6.8715,-0.0437,10.7864,0.0000,10.7864,5.3095,10.7864,0.4238,0.0000,10.3626,0.0000,10.3626,4.6066,5.7560,0.0000,5.7560,-0.0202,5.7762,0.0000,0.0000,7.7972,-2.0209,0.9828,3647.2527,3647.2527,3647.2527 -770.5000,1.0000,9870.7834,42.2025,42.2290,0.0092,0.0000,5,925.7041,196.7688,490.0446,-70.8769,19.0747,47.5047,-6.8708,0.0206,13.7988,0.0000,13.7988,5.2552,13.7988,0.4386,0.0000,13.3602,0.0000,13.3602,4.6046,8.7556,0.0000,8.7556,0.0095,8.7461,0.0000,0.0000,7.7938,0.9523,0.9586,4136.4800,4136.4800,4136.4800 -771.5000,1.0000,9882.4745,42.0780,41.9470,-0.0783,0.0000,5,922.9732,99.6748,502.6342,-71.0331,9.6339,48.5814,-6.8656,-0.1753,4.5595,0.0000,4.5595,5.2498,4.5595,0.3929,0.0000,4.1666,0.0000,4.1666,4.5910,-0.4244,0.0000,-0.4244,-0.0813,-0.3432,0.0000,0.0000,7.7708,-8.1139,0.9582,2700.0489,2700.0489,2700.0489 -772.5000,1.0000,9894.1255,41.9335,41.9400,-0.0019,0.0000,5,919.8036,184.6649,452.9446,-71.2144,17.7872,43.6283,-6.8595,-0.0043,12.5455,0.0000,12.5455,5.2461,12.5455,0.4289,0.0000,12.1166,0.0000,12.1166,4.5753,7.5414,0.0000,7.5414,-0.0020,7.5434,0.0000,0.0000,7.7441,-0.2007,0.9579,3921.2508,3921.2508,3921.2508 -773.5000,1.0000,9905.7959,42.0035,42.0870,0.0408,0.0000,5,921.3390,232.0085,499.1223,-71.1266,22.3847,48.1565,-6.8625,0.0912,17.0566,0.0000,17.0566,5.2369,17.0566,0.4523,0.0000,16.6043,0.0000,16.6043,4.5829,12.0214,0.0000,12.0214,0.0423,11.9791,0.0000,0.0000,7.7570,4.2221,0.9463,4704.8336,4704.8336,4704.8336 -774.5000,1.0000,9917.5136,42.1735,42.2800,0.0536,0.0000,5,925.0680,246.0063,525.4302,-70.9133,23.8313,50.8999,-6.8696,0.1202,18.4730,0.0000,18.4730,5.2381,18.4730,0.4616,0.0000,18.0114,0.0000,18.0114,4.6015,13.4099,0.0000,13.4099,0.0557,13.3542,0.0000,0.0000,7.7884,5.5658,0.9703,4980.2521,4980.2521,4980.2521 -775.5000,1.0000,9929.3302,42.5300,42.8000,0.1444,0.0000,5,932.8877,346.8026,538.2275,-70.4660,33.8798,52.5804,-6.8839,0.3267,28.2839,0.0000,28.2839,5.2691,28.2839,0.5153,0.0000,27.7686,0.0000,27.7686,4.6404,23.1283,0.0000,23.1283,0.1515,22.9768,0.0000,0.0000,7.8542,15.1226,0.9604,6885.6633,6885.6633,6885.6633 -776.5000,1.0000,9941.3343,43.2045,43.6290,0.2303,0.0000,5,947.6828,441.9105,597.1904,-69.6196,43.8557,59.2658,-6.9091,0.5291,38.0020,0.0000,38.0020,5.3246,38.0020,0.5727,0.0000,37.4293,0.0000,37.4293,4.7140,32.7153,0.0000,32.7153,0.2453,32.4700,0.0000,0.0000,7.9788,24.4912,0.9871,8813.1543,8813.1543,8813.1543 -777.5000,1.0000,9953.5326,43.9040,44.1990,0.1583,0.0000,5,963.0262,361.6803,648.5938,-68.7419,36.4747,65.4093,-6.9325,0.3697,30.7274,0.0000,30.7274,5.3775,30.7274,0.5456,0.0000,30.1818,0.0000,30.1818,4.7903,25.3916,0.0000,25.3916,0.1714,25.2202,0.0000,0.0000,8.1080,17.1122,0.9792,7428.9360,7428.9360,7428.9360 -778.5000,1.0000,9965.9190,44.5810,44.9830,0.2178,0.0000,5,977.8760,427.3677,615.9846,-67.8924,43.7637,63.0786,-6.9524,0.5164,37.8264,0.0000,37.8264,5.4210,37.8264,0.5902,0.0000,37.2362,0.0000,37.2362,4.8641,32.3721,0.0000,32.3721,0.2394,32.1327,0.0000,0.0000,8.2330,23.8997,0.9712,8824.0587,8824.0587,8824.0587 -779.5000,1.0000,9978.5449,45.4435,45.9240,0.2614,0.0000,5,996.7948,475.5429,655.0016,-66.8102,49.6391,68.3718,-6.9739,0.6317,43.5144,0.0000,43.5144,5.4930,43.5144,0.6303,0.0000,42.8841,0.0000,42.8841,4.9582,37.9259,0.0000,37.9259,0.2929,37.6330,0.0000,0.0000,8.3923,29.2407,0.9988,9958.8854,9958.8854,9958.8854 -780.5000,1.0000,9991.4279,46.3685,46.8330,0.2525,0.0000,5,1017.0845,465.7964,681.3403,-67.8498,49.6114,72.5688,-7.2266,0.6227,43.3745,0.0000,43.3745,5.6142,43.3745,0.6423,0.0000,42.7323,0.0000,42.7323,5.0592,37.6731,0.0000,37.6731,0.2887,37.3844,0.0000,0.0000,8.5631,28.8213,0.9805,9933.4141,9933.4141,9933.4141 -781.5000,1.0000,10004.5770,47.3270,47.8410,0.2800,0.0000,5,1038.1090,495.7567,680.3855,-69.3548,53.8940,73.9651,-7.5396,0.7048,47.5279,0.0000,47.5279,5.6613,47.5279,0.6763,0.0000,46.8515,0.0000,46.8515,5.1637,41.6878,0.0000,41.6878,0.3267,41.3611,0.0000,0.0000,8.7401,32.6209,0.9855,10756.4143,10756.4143,10756.4143 -782.5000,1.0000,10018.0249,48.4025,48.9840,0.3175,0.0000,5,1061.6999,537.1576,698.7700,-71.0435,59.7217,77.6899,-7.8987,0.8173,53.1487,0.0000,53.1487,5.7557,53.1487,0.7196,0.0000,52.4291,0.0000,52.4291,5.2811,47.1480,0.0000,47.1480,0.3789,46.7691,0.0000,0.0000,8.9387,37.8304,0.9911,11853.9147,11853.9147,11853.9147 -783.5000,1.0000,10031.7683,49.4660,49.9680,0.2733,0.0000,5,1085.0276,487.7949,720.9680,-72.7133,55.4251,81.9191,-8.2620,0.7191,48.8625,0.0000,48.8625,5.8435,48.8625,0.7134,0.0000,48.1491,0.0000,48.1491,5.3971,42.7520,0.0000,42.7520,0.3334,42.4186,0.0000,0.0000,9.1351,33.2835,0.9851,11040.2729,11040.2729,11040.2729 -784.5000,1.0000,10045.7765,50.4195,50.8910,0.2564,0.0000,5,1105.9424,469.3931,700.9204,-74.1396,54.3623,81.1764,-8.5864,0.6875,47.6744,0.0000,47.6744,6.0004,47.6744,0.7213,0.0000,46.9531,0.0000,46.9531,5.5012,41.4519,0.0000,41.4519,0.3187,41.1332,0.0000,0.0000,9.3112,31.8220,1.1062,10807.0766,10807.0766,10807.0766 -785.5000,1.0000,10060.0018,51.2010,51.5310,0.1778,0.0000,5,1123.0845,382.3993,693.8422,-75.1621,44.9737,81.6022,-8.8398,0.4841,38.3597,0.0000,38.3597,6.1299,38.3597,0.6862,0.0000,37.6735,0.0000,37.6735,5.5864,32.0871,0.0000,32.0871,0.2244,31.8626,0.0000,0.0000,9.4556,22.4071,1.2007,9055.6803,9055.6803,9055.6803 -786.5000,1.0000,10074.3298,51.5710,51.6310,0.0278,0.0000,5,1131.2004,215.0733,652.7814,-75.6462,25.4774,77.3278,-8.9610,0.0762,19.3088,0.0000,19.3088,6.0923,19.3088,0.5964,0.0000,18.7124,0.0000,18.7124,5.6268,13.0856,0.0000,13.0856,0.0353,13.0503,0.0000,0.0000,9.5239,3.5264,1.1348,5361.3301,5361.3301,5361.3301 -787.5000,1.0000,10088.6609,51.5820,51.5530,-0.0217,0.0000,5,1131.4417,160.1902,574.0776,-75.6606,18.9800,68.0192,-8.9646,-0.0594,12.9399,0.0000,12.9399,6.0995,12.9399,0.5647,0.0000,12.3752,0.0000,12.3752,5.6280,6.7472,0.0000,6.7472,-0.0276,6.7747,0.0000,0.0000,9.5259,-2.7512,1.1240,4151.5367,4151.5367,4151.5367 -788.5000,1.0000,10102.9679,51.4950,51.4570,-0.0267,0.0000,5,1129.5333,154.3432,547.7958,-75.5468,18.2564,64.7957,-8.9360,-0.0730,12.2743,0.0000,12.2743,6.0552,12.2743,0.5601,0.0000,11.7141,0.0000,11.7141,5.6185,6.0956,0.0000,6.0956,-0.0339,6.1295,0.0000,0.0000,9.5099,-3.3804,1.1126,4009.1237,4009.1237,4009.1237 -789.5000,1.0000,10117.2304,51.3350,51.2330,-0.0622,0.0000,5,1126.0238,114.9413,543.4283,-75.3374,13.5535,64.0794,-8.8836,-0.1699,7.6744,0.0000,7.6744,6.0491,7.6744,0.5347,0.0000,7.1396,0.0000,7.1396,5.6011,1.5386,0.0000,1.5386,-0.0788,1.6173,0.0000,0.0000,9.4803,-7.8630,1.1007,3249.2729,3249.2729,3249.2729 -790.5000,1.0000,10131.4237,51.0860,50.9590,-0.0761,0.0000,5,1120.5620,100.6307,523.1608,-75.0116,11.8085,61.3903,-8.8022,-0.2068,5.8629,0.0000,5.8629,6.1524,5.8629,0.5220,0.0000,5.3409,0.0000,5.3409,5.5739,-0.2330,0.0000,-0.2330,-0.0959,-0.1372,0.0000,0.0000,9.4343,-9.5715,1.1441,3020.8757,3020.8757,3020.8757 -791.5000,1.0000,10145.5293,50.7700,50.6010,-0.0994,0.0000,5,1113.6306,74.9966,514.1265,-74.5982,8.7460,59.9570,-8.6996,-0.2685,2.8870,0.0000,2.8870,6.1275,2.8870,0.5246,0.0000,2.3624,0.0000,2.3624,5.5394,-3.1770,0.0000,-3.1770,-0.1245,-3.0525,0.0000,0.0000,9.3760,-12.4284,1.1659,2607.3743,2607.3743,2607.3743 -792.5000,1.0000,10159.4811,50.2165,49.8520,-0.2081,0.0000,5,1101.4897,-45.0675,496.0426,-73.8739,-5.1984,57.2174,-8.5212,-0.5557,-10.6740,0.0000,-10.6740,6.0312,-10.6740,0.5499,0.0000,-11.2239,0.0000,-11.2239,5.4790,-16.7029,0.0000,-16.7029,-0.2576,-16.4453,0.0000,0.0000,9.2737,-25.7191,1.1050,469.8681,469.8681,469.8681 -793.5000,1.0000,10173.2023,49.3865,48.9410,-0.2531,0.0000,5,1083.2838,-72.5885,430.8799,-72.5885,-8.2345,48.8795,-8.2345,-0.6647,-13.5341,0.0000,-13.5341,5.9642,-13.5341,0.5443,0.0000,-14.0784,0.0000,-14.0784,5.3885,-19.4668,2.4856,-21.9524,-0.3081,-21.6443,0.0000,0.0000,9.1205,-30.7647,1.0891,0.0000,0.0000,0.0000 -794.5000,1.0000,10186.5402,48.0065,47.0920,-0.5136,0.0000,5,1053.0137,-70.4204,400.6423,-70.4217,-7.7654,44.1794,-7.7655,-1.3114,-12.3208,0.0000,-12.3208,5.8668,-12.3208,0.5204,0.0000,-12.8412,0.0000,-12.8412,5.2379,-18.0791,34.3597,-52.4388,-0.6079,-51.8309,0.0000,0.0000,8.8656,-60.6965,1.0816,0.0000,0.0000,0.0000 -795.5000,1.0000,10199.3993,46.2825,45.4930,-0.4442,0.0000,5,1015.1981,-67.7126,392.1366,-67.7147,-7.1986,41.6886,-7.1988,-1.0933,-11.8439,0.0000,-11.8439,5.7386,-11.8439,0.4937,0.0000,-12.3376,0.0000,-12.3376,5.0498,-17.3874,24.3279,-41.7153,-0.5068,-41.2085,0.8491,0.0000,8.5472,-50.6048,1.0739,0.0000,0.0000,0.0000 -796.5000,1.0000,10211.8165,44.6920,43.9110,-0.4394,0.0000,5,980.3108,-67.7510,376.8112,-67.7531,-6.9552,38.6827,-6.9554,-1.0445,-11.5785,0.0000,-11.5785,5.6678,-11.5785,0.4700,0.0000,-12.0484,0.0000,-12.0484,4.8763,-16.9247,22.7137,-39.6383,-0.4842,-39.1541,0.9386,0.0000,8.2535,-48.3463,1.1131,0.0000,0.0000,0.0000 -797.5000,1.0000,10223.8319,43.2455,42.6000,-0.3642,0.0000,5,948.5821,-69.5671,371.1104,-69.5682,-6.9105,36.8644,-6.9106,-0.8376,-11.5871,0.0000,-11.5871,5.5142,-11.5871,0.4495,0.0000,-12.0366,0.0000,-12.0366,4.7184,-16.7550,13.5064,-30.2614,-0.3883,-29.8731,0.9083,0.0000,7.9864,-38.7677,1.0488,0.0000,0.0000,0.0000 -798.5000,1.0000,10235.6044,42.3710,42.1620,-0.1217,0.0000,5,929.4001,55.3549,378.7697,-70.6655,5.3875,36.8644,-6.8776,-0.2742,0.1816,0.0000,0.1816,5.4801,0.1816,0.4079,0.0000,-0.2262,0.0000,-0.2262,4.6230,-4.8493,0.0000,-4.8493,-0.1271,-4.7222,0.1432,0.0000,7.8249,-12.6902,1.1047,1865.2785,1865.2785,1865.2785 -799.5000,1.0000,10247.2929,42.0685,41.9950,-0.0464,0.0000,5,922.7648,137.0544,429.5381,-71.0450,13.2438,41.5070,-6.8652,-0.1038,7.9144,0.0000,7.9144,5.4332,7.9144,0.4075,0.0000,7.5069,0.0000,7.5069,4.5900,2.9169,0.0000,2.9169,-0.0481,2.9650,0.0000,0.0000,7.7690,-4.8040,1.0924,3190.0018,3190.0018,3190.0018 -800.5000,1.0000,10259.0297,42.2425,42.5100,0.1431,0.0000,5,926.5815,346.8615,479.7513,-70.8267,33.6564,46.5509,-6.8724,0.3214,27.9449,0.0000,27.9449,5.3902,27.9449,0.5099,0.0000,27.4350,0.0000,27.4350,4.6090,22.8260,0.0000,22.8260,0.1490,22.6771,0.0000,0.0000,7.8011,14.8759,1.0689,6836.4078,6836.4078,6836.4078 -801.5000,1.0000,10270.9911,43.0510,43.6120,0.3061,0.0000,5,944.3158,527.6955,597.8476,-69.8122,52.1830,59.1203,-6.9036,0.7009,46.0242,0.0000,46.0242,5.4579,46.0242,0.6108,0.0000,45.4134,0.0000,45.4134,4.6972,40.7162,0.0000,40.7162,0.3249,40.3913,0.0000,0.0000,7.9505,32.4408,1.1072,10339.2210,10339.2210,10339.2210 -802.5000,1.0000,10283.2873,44.2565,44.9210,0.3636,0.0000,5,970.7582,590.7121,697.9007,-68.2996,60.0503,70.9469,-6.9432,0.8559,53.7106,0.0000,53.7106,5.4839,53.7106,0.6652,0.0000,53.0453,0.0000,53.0453,4.8620,48.1834,0.0000,48.1834,0.3967,47.7866,0.0000,0.0000,8.1731,39.6135,1.0778,11949.6003,11949.6003,11949.6003 -803.5000,1.0000,10295.9699,45.6475,46.3940,0.4092,0.0000,5,1001.2695,641.7062,736.0474,-66.7177,67.2846,77.1766,-6.9955,0.9934,60.6805,0.0000,60.6805,5.6108,60.6805,0.7189,0.0000,59.9616,0.0000,59.9616,5.0935,54.8681,0.0000,54.8681,0.4605,54.4076,0.0000,0.0000,8.4300,45.9776,1.1169,13357.5156,13357.5156,13357.5156 -804.5000,1.0000,10309.0908,47.2250,48.0760,0.4672,0.0000,5,1035.8717,706.1480,764.9834,-69.1946,76.6003,82.9825,-7.5060,1.1735,69.7402,0.0000,69.7402,5.6865,69.7402,0.7860,0.0000,68.9543,0.0000,68.9543,5.3734,63.5809,0.0000,63.5809,0.5440,63.0369,0.0000,0.0000,8.7213,54.3156,1.0895,15117.4560,15117.4560,15117.4560 -805.5000,1.0000,10322.6609,48.8425,49.6290,0.4314,0.0000,5,1071.3512,665.4011,798.4552,-71.7343,74.6524,89.5800,-8.0480,1.1206,67.6968,0.0000,67.6968,5.8350,67.6968,0.7986,0.0000,66.8982,0.0000,66.8982,5.4911,61.4071,0.0000,61.4071,0.5195,60.8876,0.0000,0.0000,9.0200,51.8676,1.1211,14676.9708,14676.9708,14676.9708 -806.5000,1.0000,10336.6819,50.4655,51.3220,0.4703,0.0000,5,1106.9515,707.7863,784.0640,-74.1997,82.0464,90.8885,-8.6012,1.2622,74.9333,0.0000,74.9333,5.8509,74.9333,0.8583,0.0000,74.0750,0.0000,74.0750,5.7479,68.3271,0.0000,68.3271,0.5851,67.7420,0.0000,0.0000,9.3197,58.4223,1.0250,16098.9496,16098.9496,16098.9496 -807.5000,1.0000,10351.1691,52.1440,52.9860,0.4622,0.0000,5,1143.7690,699.1882,806.3619,-76.3960,83.7454,96.5822,-9.1503,1.2819,76.3688,0.0000,76.3688,6.0948,76.3688,0.8902,0.0000,75.4785,0.0000,75.4785,5.9232,69.5553,0.0000,69.5553,0.5942,68.9611,0.0000,0.0000,9.6297,59.3314,1.1494,16413.3691,16413.3691,16413.3691 -808.5000,1.0000,10366.1088,53.7730,54.5800,0.4428,0.0000,5,1179.5009,676.9978,805.9127,-78.5275,83.6208,99.5439,-9.6995,1.2663,76.1108,0.0000,76.1108,6.2437,76.1108,0.9136,0.0000,75.1972,0.0000,75.1972,6.0686,69.1286,0.0000,69.1286,0.5870,68.5416,0.0000,0.0000,9.9305,58.6110,1.1705,16384.0917,16384.0917,16384.0917 -809.5000,1.0000,10381.4868,55.3505,56.1410,0.4336,0.0000,5,1214.1030,665.7930,799.0108,-80.5867,84.6493,101.5867,-10.2458,1.2765,77.0652,0.0000,77.0652,6.3076,77.0652,0.9427,0.0000,76.1225,0.0000,76.1225,6.2275,69.8951,0.0000,69.8951,0.5917,69.3033,0.0000,0.0000,10.2219,59.0815,1.1020,16563.4201,16563.4201,16563.4201 -810.5000,1.0000,10397.2840,56.8600,57.5990,0.4050,0.0000,5,1247.2136,634.1981,796.6752,-82.5504,82.8313,104.0521,-10.7817,1.2248,75.0485,0.0000,75.0485,6.5581,75.0485,0.9564,0.0000,74.0921,0.0000,74.0921,6.3357,67.7564,0.0000,67.7564,0.5678,67.1886,0.0000,0.0000,10.5006,56.6880,1.1846,16221.8413,16221.8413,16221.8413 -811.5000,1.0000,10413.4688,58.2555,58.9320,0.3703,0.0000,5,1277.8237,600.6120,786.0260,-84.3658,80.3699,105.1808,-11.2893,1.1472,72.5461,0.0000,72.5461,6.6766,72.5461,0.9662,0.0000,71.5798,0.0000,71.5798,6.4262,65.1536,0.0000,65.1536,0.5318,64.6218,0.0000,0.7635,10.7584,53.0999,1.1829,15806.2570,15806.2570,15806.2570 -812.5000,1.0000,10429.9859,59.4515,59.9910,0.2942,0.0000,5,1304.0577,522.8859,774.1767,-85.9217,71.4056,105.7220,-11.7335,0.9301,63.7025,0.0000,63.7025,6.7730,63.7025,0.9415,0.0000,62.7610,0.0000,62.7610,6.4866,56.2743,0.0000,56.2743,0.4312,55.8431,0.0000,1.8127,10.9792,43.0512,1.1924,14145.9808,14145.9808,14145.9808 -813.5000,1.0000,10446.8068,60.5450,61.1190,0.3133,0.0000,5,1328.0434,547.8979,746.3436,-87.3443,76.1975,103.7958,-12.1472,1.0090,68.2985,0.0000,68.2985,6.8900,68.2985,0.9826,0.0000,67.3159,0.0000,67.3159,6.6059,60.7100,0.0000,60.7100,0.4677,60.2423,0.0000,2.3614,11.1812,46.6997,1.2010,14998.3189,14998.3189,14998.3189 -814.5000,1.0000,10463.7848,61.1110,61.1230,0.0011,0.0000,5,1340.4585,202.8879,753.4084,-88.0806,28.4799,105.7578,-12.3641,0.0036,21.4802,0.0000,21.4802,6.9960,21.4802,0.7579,0.0000,20.7223,0.0000,20.7223,6.6677,14.0547,0.0000,14.0547,0.0017,14.0530,0.0000,2.6001,11.2857,0.1671,1.2182,6093.9074,6093.9074,6093.9074 -815.5000,1.0000,10480.7413,61.0335,60.9640,-0.0442,0.0000,5,1338.7586,155.1632,613.2691,-87.9798,21.7530,85.9769,-12.3343,-0.1434,14.9378,0.0000,14.9378,6.9586,14.9378,0.7239,0.0000,14.2139,0.0000,14.2139,6.6592,7.5547,0.0000,7.5547,-0.0665,7.6211,0.0000,2.9856,11.2714,-6.6358,1.2176,4834.1769,4834.1769,4834.1769 -816.5000,1.0000,10497.6748,60.9505,60.9570,-0.0019,0.0000,5,1336.9380,215.9821,594.3412,-87.8718,30.2383,83.2100,-12.3024,-0.0063,23.3674,0.0000,23.3674,6.8772,23.3674,0.7647,0.0000,22.6028,0.0000,22.6028,6.6502,15.9526,0.0000,15.9526,-0.0029,15.9555,0.0000,4.9912,11.2561,-0.2917,1.1776,6409.6100,6409.6100,6409.6100 -817.5000,1.0000,10514.6120,60.9640,60.9910,0.0094,0.0000,5,1337.2341,241.3759,619.4770,-87.8894,33.8010,86.7484,-12.3076,0.0306,26.8433,0.0000,26.8433,6.9271,26.8433,0.7823,0.0000,26.0611,0.0000,26.0611,6.6517,19.4094,0.0000,19.4094,0.0142,19.3952,0.0000,6.7193,11.2585,1.4174,1.1214,7055.7678,7055.7678,7055.7678 -818.5000,1.0000,10531.5906,61.1130,61.2550,0.0733,0.0000,5,1340.5024,316.0688,631.9179,-88.0832,44.3688,88.7068,-12.3649,0.2384,37.1285,0.0000,37.1285,7.0019,37.1285,0.8362,0.0000,36.2923,0.0000,36.2923,6.6679,29.6244,0.0000,29.6244,0.1105,29.5139,0.0000,7.1956,11.2861,11.0323,1.2055,9047.1360,9047.1360,9047.1360 -819.5000,1.0000,10548.6545,61.4200,61.6050,0.0972,0.0000,5,1347.2364,349.5136,663.8052,-88.4826,49.3102,93.6511,-12.4833,0.3176,41.9537,0.0000,41.9537,7.0388,41.9537,0.8655,0.0000,41.0883,0.0000,41.0883,6.7014,34.3869,0.0000,34.3869,0.1472,34.2397,0.0000,8.1973,11.3428,14.6996,1.2079,9947.7033,9947.7033,9947.7033 -820.5000,1.0000,10565.7859,61.6630,61.7410,0.0378,0.0000,5,1352.5666,293.4634,677.0387,-88.7987,41.5663,95.8961,-12.5775,0.1239,34.4476,0.0000,34.4476,6.9948,34.4476,0.8320,0.0000,33.6156,0.0000,33.6156,6.7279,26.8877,0.0000,26.8877,0.0574,26.8302,0.0000,9.7082,11.3876,5.7344,1.1258,8537.7875,8537.7875,8537.7875 -821.5000,1.0000,10582.9877,61.9165,62.1120,0.1031,0.0000,5,1358.1270,399.2015,657.1899,-89.1285,56.7755,93.4673,-12.6761,0.3394,49.3160,0.0000,49.3160,7.1201,49.3160,0.9106,0.0000,48.4054,0.0000,48.4054,6.7556,41.6498,0.0000,41.6498,0.1573,41.4925,0.0000,14.3506,11.4344,15.7075,1.2118,11402.1739,11402.1739,11402.1739 -822.5000,1.0000,10600.2752,62.2250,62.3580,0.0683,0.0000,5,1364.8939,368.7331,699.6358,-89.5298,52.7035,99.9999,-12.7966,0.2261,45.4474,0.0000,45.4474,7.0300,45.4474,0.8965,0.0000,44.5509,0.0000,44.5509,6.7892,37.7616,0.0000,37.7616,0.1048,37.6568,0.0000,15.6983,11.4914,10.4671,1.1294,10621.6758,10621.6758,10621.6758 -823.5000,1.0000,10617.6358,62.4880,62.6380,0.0778,0.0000,5,1370.6628,401.9006,688.9215,-89.8719,57.6870,98.8847,-12.8998,0.2585,50.4769,0.0000,50.4769,6.9516,50.4769,0.9261,0.0000,49.5507,0.0000,49.5507,6.8179,42.7328,0.0000,42.7328,0.1198,42.6130,0.0000,19.1088,11.5400,11.9641,1.0466,11581.1287,11581.1287,11581.1287 -824.5000,1.0000,10635.0649,62.7350,62.8520,0.0594,0.0000,5,1376.0807,400.4268,702.5929,-90.1933,57.7026,101.2456,-12.9971,0.1983,50.5324,0.0000,50.5324,6.9719,50.5324,0.9306,0.0000,49.6017,0.0000,49.6017,6.8449,42.7569,0.0000,42.7569,0.0919,42.6649,0.0000,21.8991,11.5856,9.1802,1.0481,11589.1386,11589.1386,11589.1386 -825.5000,1.0000,10652.5497,62.9350,63.0380,0.0517,0.0000,5,1380.4676,432.2780,702.7192,-90.4535,62.4911,101.5867,-13.0762,0.1729,53.1952,0.0000,53.1952,9.1229,53.1952,0.9473,0.0000,52.2479,0.0000,52.2479,6.8667,45.3812,0.0000,45.3812,0.0802,45.3010,0.0000,25.6740,11.6225,8.0045,1.0776,12466.7811,12466.7811,12466.7811 -826.5000,1.0000,10670.0919,63.1420,63.2660,0.0633,0.0000,5,1385.0081,458.0833,716.2027,-90.7227,66.4393,103.8764,-13.1582,0.2127,57.0225,0.0000,57.0225,9.2042,57.0225,0.9700,0.0000,56.0524,0.0000,56.0524,6.8893,49.1632,0.0000,49.1632,0.0986,49.0646,0.0000,27.5596,11.6608,9.8442,1.0648,13201.4999,13201.4999,13201.4999 -827.5000,1.0000,10687.7036,63.3920,63.5380,0.0756,0.0000,5,1390.4918,446.3617,727.2828,-91.0480,64.9956,105.9011,-13.2577,0.2547,55.5188,0.0000,55.5188,9.2220,55.5188,0.9668,0.0000,54.5520,0.0000,54.5520,6.9166,47.6355,0.0000,47.6355,0.1181,47.5174,0.0000,24.0200,11.7069,11.7904,1.0805,12938.1725,12938.1725,12938.1725 -828.5000,1.0000,10705.3891,63.6580,63.7980,0.0722,0.0000,5,1396.3265,489.3600,723.5513,-91.3940,71.5557,105.7998,-13.3639,0.2445,62.0475,0.0000,62.0475,9.2637,62.0475,1.0040,0.0000,61.0435,0.0000,61.0435,6.9456,54.0979,0.0000,54.0979,0.1134,53.9845,0.0000,30.9109,11.7561,11.3176,1.0822,14146.2552,14146.2552,14146.2552 -829.5000,1.0000,10723.1408,63.8960,64.0140,0.0600,0.0000,5,1401.5470,477.4959,740.7481,-91.7036,70.0819,108.7193,-13.4593,0.2039,60.6206,0.0000,60.6206,9.2575,60.6206,1.0010,0.0000,59.6196,0.0000,59.6196,6.9716,52.6480,0.0000,52.6480,0.0945,52.5535,0.0000,31.3160,11.8000,9.4374,1.0556,13875.9378,13875.9378,13875.9378 -830.5000,1.0000,10740.8980,63.9160,63.8380,-0.0489,0.0000,5,1401.9857,349.1885,734.5445,-91.7296,51.2663,107.8426,-13.4673,-0.1662,42.2304,0.0000,42.2304,9.2021,42.2304,0.9094,0.0000,41.3210,0.0000,41.3210,6.9737,34.3473,0.0000,34.3473,-0.0770,34.4243,0.0000,30.3128,11.8037,-7.6922,1.0557,10398.3676,10398.3676,10398.3676 -831.5000,1.0000,10758.5899,63.6810,63.5440,-0.0817,0.0000,5,1396.8310,317.9786,683.6120,-91.4239,46.5126,99.9959,-13.3731,-0.2766,37.6037,0.0000,37.6037,9.1854,37.6037,0.8822,0.0000,36.7215,0.0000,36.7215,6.9481,29.7734,0.0000,29.7734,-0.1282,29.9016,0.0000,30.9435,11.7603,-12.8022,1.0683,9498.6132,9498.6132,9498.6132 -832.5000,1.0000,10776.2127,63.4320,63.3400,-0.0567,0.0000,5,1391.3692,339.7385,670.9030,-91.1000,49.5012,97.7531,-13.2736,-0.1912,42.6294,0.0000,42.6294,7.0630,42.6294,0.9030,0.0000,41.7263,0.0000,41.7263,6.9209,34.8054,0.0000,34.8054,-0.0886,34.8940,0.0000,32.0281,11.7143,-8.8484,1.0667,10050.6386,10050.6386,10050.6386 -833.5000,1.0000,10793.7530,63.1350,62.9500,-0.1083,0.0000,5,1384.8546,322.5475,677.0923,-90.7136,46.7764,98.1930,-13.1554,-0.3638,40.1186,0.0000,40.1186,7.0215,40.1186,0.8854,0.0000,39.2332,0.0000,39.2332,6.8885,32.3447,0.0000,32.3447,-0.1686,32.5133,0.0000,37.6907,11.6595,-16.8369,1.0648,9521.7099,9521.7099,9521.7099 -834.5000,1.0000,10811.1684,62.6855,62.4410,-0.1414,0.0000,5,1374.9949,218.3450,667.8645,-90.1289,31.4393,96.1652,-12.9776,-0.4714,24.9728,0.0000,24.9728,6.9379,24.9728,0.8020,0.0000,24.1708,0.0000,24.1708,6.8395,17.3314,0.0000,17.3314,-0.2185,17.5499,0.0000,27.7912,11.5765,-21.8178,1.0478,6650.7552,6650.7552,6650.7552 -835.5000,1.0000,10828.4270,62.1210,61.8210,-0.1722,0.0000,5,1362.6127,218.5431,622.5980,-89.3945,31.1845,88.8400,-12.7559,-0.5690,24.8489,0.0000,24.8489,6.9046,24.8489,0.7918,0.0000,24.0571,0.0000,24.0571,6.7779,17.2792,0.0000,17.2792,-0.2638,17.5430,0.0000,32.4072,11.4722,-26.3364,1.0583,6596.8461,6596.8461,6596.8461 -836.5000,1.0000,10845.5223,61.5330,61.2650,-0.1544,0.0000,5,1349.7150,252.0616,620.2037,-88.6296,35.6268,87.6607,-12.5271,-0.5054,29.2480,0.0000,29.2480,6.8843,29.2480,0.8038,0.0000,28.4442,0.0000,28.4442,6.7137,21.7304,0.0000,21.7304,-0.2343,21.9647,0.0000,33.9954,11.3636,-23.3943,1.0686,7389.8278,7389.8278,7389.8278 -837.5000,1.0000,10862.4391,60.8905,60.5360,-0.2025,0.0000,5,1335.6219,264.8678,629.9061,-87.7937,37.0460,88.1024,-12.2794,-0.6558,30.8481,0.0000,30.8481,6.8537,30.8481,0.8011,0.0000,30.0470,0.0000,30.0470,6.6436,23.4034,0.0000,23.4034,-0.3040,23.7074,0.0000,42.8156,11.2450,-30.3532,1.0504,7645.4753,7645.4753,7645.4753 -838.5000,1.0000,10879.1931,60.3045,60.0930,-0.1231,0.0000,5,1322.7681,379.8427,634.3722,-87.0314,52.6158,87.8732,-12.0556,-0.3947,46.2772,0.0000,46.2772,6.7333,46.2772,0.8685,0.0000,45.4087,0.0000,45.4087,6.5797,38.8290,0.0000,38.8290,-0.1830,39.0120,0.0000,46.1428,11.1367,-18.2675,1.0470,10566.3924,10566.3924,10566.3924 -839.5000,1.0000,10895.8037,59.7880,59.5030,-0.1639,0.0000,5,1311.4388,304.6584,679.6382,-86.3595,41.8398,93.3371,-11.8601,-0.5211,35.6278,0.0000,35.6278,6.7331,35.6278,0.8067,0.0000,34.8212,0.0000,34.8212,6.5233,28.2978,0.0000,28.2978,-0.2416,28.5394,0.0000,41.6189,11.0414,-24.1209,1.0581,8562.1624,8562.1624,8562.1624 -840.5000,1.0000,10912.2483,59.1905,58.8980,-0.1681,0.0000,5,1298.3327,245.6251,645.4110,-85.5822,33.3955,87.7508,-11.6358,-0.5290,27.3004,0.0000,27.3004,6.6241,27.3004,0.7552,0.0000,26.5451,0.0000,26.5451,6.4582,20.0870,0.0000,20.0870,-0.2452,20.3322,0.0000,33.8881,10.9310,-24.4869,1.0155,6975.3170,6975.3170,6975.3170 -841.5000,1.0000,10928.5506,58.6785,58.4790,-0.1164,0.0000,5,1287.1021,262.4595,618.8993,-84.9161,35.3756,83.4184,-11.4454,-0.3632,29.1522,0.0000,29.1522,6.5867,29.1522,0.7561,0.0000,28.3960,0.0000,28.3960,6.4023,21.9937,0.0000,21.9937,-0.1684,22.1621,0.0000,28.1377,10.8365,-16.8120,1.0532,7327.9459,7327.9459,7327.9459 -842.5000,1.0000,10944.7715,58.3850,58.3110,-0.0467,0.0000,5,1280.6642,326.4842,626.0980,-84.5343,43.7851,83.9665,-11.3370,-0.1449,37.3587,0.0000,37.3587,6.5712,37.3587,0.7924,0.0000,36.5663,0.0000,36.5663,6.3703,30.1961,0.0000,30.1961,-0.0672,30.2633,0.0000,26.1881,10.7823,-6.7071,1.0386,8881.5374,8881.5374,8881.5374 -843.5000,1.0000,10960.9777,58.3325,58.3740,0.0175,0.0000,5,1279.5126,445.6847,654.3312,-84.4660,59.7174,87.6740,-11.3176,0.0543,53.0579,0.0000,53.0579,6.6053,53.0579,0.8700,0.0000,52.1878,0.0000,52.1878,6.3645,45.8233,0.0000,45.8233,0.0252,45.7981,0.0000,32.5126,10.7726,2.5129,1.0517,11906.1841,11906.1841,11906.1841 -844.5000,1.0000,10977.2077,58.4180,58.4820,0.0300,0.0000,5,1281.3881,484.4588,705.4371,-84.5772,65.0079,94.6602,-11.3491,0.0932,58.3217,0.0000,58.3217,6.5930,58.3217,0.8977,0.0000,57.4240,0.0000,57.4240,6.3739,51.0501,0.0000,51.0501,0.0432,51.0069,0.0000,35.9044,10.7884,4.3142,1.0521,12936.3245,12936.3245,12936.3245 -845.5000,1.0000,10993.4661,58.5200,58.5780,0.0267,0.0000,5,1283.6254,418.8073,722.1298,-84.7099,56.2965,97.0694,-11.3868,0.0830,49.6243,0.0000,49.6243,6.5892,49.6243,0.8559,0.0000,48.7684,0.0000,48.7684,6.3850,42.3834,0.0000,42.3834,0.0385,42.3449,0.0000,27.6962,10.8072,3.8415,1.0526,11247.8132,11247.8132,11247.8132 -846.5000,1.0000,11009.7472,58.6020,58.6460,0.0189,0.0000,5,1285.4241,360.6009,694.3605,-84.8166,48.5402,93.4674,-11.4171,0.0589,41.8784,0.0000,41.8784,6.6030,41.8784,0.8185,0.0000,41.0599,0.0000,41.0599,6.3939,34.6659,0.0000,34.6659,0.0273,34.6386,0.0000,21.0914,10.8223,2.7249,1.0396,9794.7566,9794.7566,9794.7566 -847.5000,1.0000,11026.0086,58.5310,58.4360,-0.0583,0.0000,5,1283.8667,311.8119,668.0109,-84.7242,41.9219,89.8115,-11.3909,-0.1816,35.4651,0.0000,35.4651,6.6384,35.4651,0.7853,0.0000,34.6798,0.0000,34.6798,6.3862,28.2936,0.0000,28.2936,-0.0842,28.3778,0.0000,25.9735,10.8092,-8.4049,1.0526,8540.7939,8540.7939,8540.7939 -848.5000,1.0000,11042.1902,58.2440,58.0720,-0.1011,0.0000,5,1277.5714,273.3192,645.4948,-84.3509,36.5665,86.3588,-11.2850,-0.3132,30.3221,0.0000,30.3221,6.5576,30.3221,0.7549,0.0000,29.5672,0.0000,29.5672,6.3549,23.2123,0.0000,23.2123,-0.1452,23.3575,0.0000,27.0983,10.7562,-14.4970,1.0380,7540.1994,7540.1994,7540.1994 -849.5000,1.0000,11058.2805,57.9150,57.7780,-0.0817,0.0000,5,1270.3549,298.9666,628.0145,-83.9229,39.7719,83.5455,-11.1644,-0.2515,33.4073,0.0000,33.4073,6.6161,33.4073,0.7651,0.0000,32.6422,0.0000,32.6422,6.3190,26.3233,0.0000,26.3233,-0.1166,26.4399,0.0000,27.3874,10.6955,-11.6430,1.0499,8143.3243,8143.3243,8143.3243 -850.5000,1.0000,11074.2380,57.4370,57.1160,-0.1839,0.0000,5,1259.8700,171.0085,635.1965,-83.3011,22.5617,83.8036,-10.9902,-0.5617,16.6358,0.0000,16.6358,6.4876,16.6358,0.6735,0.0000,15.9623,0.0000,15.9623,6.2668,9.6955,0.0000,9.6955,-0.2604,9.9559,0.0000,25.3489,10.6072,-26.0002,1.0212,4907.4652,4907.4652,4907.4652 -851.5000,1.0000,11089.9883,56.6910,56.2860,-0.2306,0.0000,5,1243.5066,107.7933,574.5241,-82.3306,14.0368,74.8144,-10.7211,-0.6951,8.3093,0.0000,8.3093,6.4227,8.3093,0.6200,0.0000,7.6893,0.0000,7.6893,6.1854,1.5038,0.0000,1.5038,-0.3222,1.8261,0.0000,23.5317,10.4694,-32.1750,1.0313,3345.9147,3345.9147,3345.9147 -852.5000,1.0000,11105.4816,55.7660,55.2660,-0.2833,0.0000,5,1223.2169,1.4667,540.2922,-81.1272,0.1879,69.2087,-10.3920,-0.8403,-5.3120,0.0000,-5.3120,6.3402,-5.3120,0.6252,0.0000,-5.9372,0.0000,-5.9372,6.0845,-12.0217,0.0000,-12.0217,-0.3896,-11.6322,0.0000,16.9645,10.2986,-38.8952,1.0273,1540.7894,1540.7894,1540.7894 -853.5000,1.0000,11120.6961,54.7620,54.2780,-0.2744,0.0000,5,1201.1944,25.1932,486.0157,-79.8211,3.1690,61.1353,-10.0406,-0.7993,-2.2965,0.0000,-2.2965,6.2648,-2.2965,0.6011,0.0000,-2.8976,0.0000,-2.8976,5.9750,-8.8726,0.0000,-8.8726,-0.3705,-8.5020,0.0000,18.3815,10.1132,-36.9967,1.0229,1871.6750,1871.6750,1871.6750 -854.5000,1.0000,11135.6215,53.7215,53.1850,-0.3036,0.0000,5,1178.3712,38.3652,489.8877,-78.4601,4.7342,60.4515,-9.6819,-0.8675,-0.5697,0.0000,-0.5697,6.1713,-0.5697,0.5799,0.0000,-1.1496,0.0000,-1.1496,5.8614,-7.0110,0.0000,-7.0110,-0.4021,-6.6089,0.0000,23.6209,9.9210,-40.1509,1.0184,2065.1418,2065.1418,2065.1418 -855.5000,1.0000,11150.2834,52.7730,52.3810,-0.2233,0.0000,5,1157.5660,129.6956,492.6174,-77.2190,15.7217,59.7151,-9.3605,-0.6268,10.2725,0.0000,10.2725,6.0761,10.2725,0.5692,0.0000,9.7032,0.0000,9.7032,5.7580,3.9453,0.0000,3.9453,-0.2906,4.2359,0.0000,23.5031,9.7459,-29.0131,1.0010,3563.1939,3563.1939,3563.1939 -856.5000,1.0000,11164.7158,51.9465,51.5320,-0.2358,0.0000,5,1139.4369,104.5671,531.2125,-76.1376,12.4771,63.3851,-9.0849,-0.6515,7.0651,0.0000,7.0651,6.0635,7.0651,0.5408,0.0000,6.5244,0.0000,6.5244,5.6678,0.8566,0.0000,0.8566,-0.3020,1.1586,0.0000,21.7226,9.5932,-30.1572,1.0096,3095.0810,3095.0810,3095.0810 -857.5000,1.0000,11178.9648,51.2865,51.0610,-0.1308,0.0000,5,1124.9599,222.7144,518.2434,-75.2740,26.2370,61.0519,-8.8677,-0.3569,20.6109,0.0000,20.6109,5.9829,20.6109,0.5987,0.0000,20.0122,0.0000,20.0122,5.5958,14.4164,0.0000,14.4164,-0.1654,14.5819,0.0000,21.6283,9.4713,-16.5177,1.0061,5485.0747,5485.0747,5485.0747 -858.5000,1.0000,11193.1008,50.8795,50.7180,-0.0953,0.0000,5,1116.0325,245.6858,573.5077,-74.7414,28.7135,67.0262,-8.7351,-0.2578,23.0380,0.0000,23.0380,5.9333,23.0380,0.6048,0.0000,22.4331,0.0000,22.4331,5.5514,16.8818,0.0000,16.8818,-0.1195,17.0013,0.0000,19.5385,9.3962,-11.9334,1.0156,5912.9814,5912.9814,5912.9814 -859.5000,1.0000,11207.1670,50.6285,50.5590,-0.0442,0.0000,5,1110.5268,342.2356,584.3271,-74.4130,39.8000,67.9538,-8.6538,-0.1189,34.0340,0.0000,34.0340,5.8849,34.0340,0.6561,0.0000,33.3779,0.0000,33.3779,5.5240,27.8539,0.0000,27.8539,-0.0551,27.9090,0.0000,24.0637,9.3498,-5.5045,0.9911,8008.9926,8008.9926,8008.9926 -860.5000,1.0000,11221.2481,50.6820,50.8250,0.0739,0.0000,5,1111.7003,468.7479,632.6336,-74.4830,54.5702,73.6493,-8.6711,0.1992,48.4855,0.0000,48.4855,5.8855,48.4855,0.7292,0.0000,47.7564,0.0000,47.7564,5.5298,42.2266,0.0000,42.2266,0.0923,42.1342,0.0000,23.5560,9.3597,9.2185,1.0030,10849.9489,10849.9489,10849.9489 -861.5000,1.0000,11235.4319,51.0515,51.2980,0.1314,0.0000,5,1119.8053,525.4119,693.8082,-74.9665,61.6128,81.3599,-8.7910,0.3567,55.3161,0.0000,55.3161,5.9400,55.3161,0.7688,0.0000,54.5473,0.0000,54.5473,5.5701,48.9772,0.0000,48.9772,0.1654,48.8118,0.0000,22.8720,9.4279,16.5119,1.0165,12205.5902,12205.5902,12205.5902 -862.5000,1.0000,11249.7776,51.6345,51.9910,0.1925,0.0000,5,1132.5933,578.8409,722.3884,-75.7293,68.6534,85.6788,-8.9819,0.5286,62.1712,0.0000,62.1712,5.9536,62.1712,0.8117,0.0000,61.3595,0.0000,61.3595,5.6646,55.6949,0.0000,55.6949,0.2451,55.4498,0.0000,21.4461,9.5356,24.4681,1.0079,13586.3974,13586.3974,13586.3974 -863.5000,1.0000,11264.3215,52.3480,52.7250,0.2039,0.0000,5,1148.2437,586.7338,748.5880,-76.6629,70.5511,90.0131,-9.2182,0.5676,63.9437,0.0000,63.9437,6.0398,63.9437,0.8312,0.0000,63.1125,0.0000,63.1125,5.7564,57.3561,0.0000,57.3561,0.2631,57.0929,0.0000,21.1517,9.6674,26.2738,1.0117,13963.3189,13963.3189,13963.3189 -864.5000,1.0000,11279.0922,53.1645,53.6240,0.2497,0.0000,5,1166.1535,635.9020,754.8015,-77.7313,77.6559,92.1758,-9.4925,0.7061,70.8473,0.0000,70.8473,6.1026,70.8473,0.8780,0.0000,69.9693,0.0000,69.9693,5.9343,64.0349,0.0000,64.0349,0.3273,63.7076,0.0000,21.2075,9.8182,32.6820,1.0027,15269.0544,15269.0544,15269.0544 -865.5000,1.0000,11294.1165,54.0775,54.5510,0.2575,0.0000,5,1186.1800,673.2547,778.8459,-78.9259,83.6293,96.7455,-9.8039,0.7406,76.7034,0.0000,76.7034,6.1853,76.7034,0.9212,0.0000,75.7822,0.0000,75.7822,6.1054,69.6768,0.0000,69.6768,0.3433,69.3335,0.0000,25.0681,9.9868,34.2786,1.0200,16387.8485,16387.8485,16387.8485 -866.5000,1.0000,11309.4112,55.0510,55.5710,0.2833,0.0000,5,1207.5335,679.7633,797.2887,-80.1971,85.9579,100.8192,-10.1411,0.8296,78.8513,0.0000,78.8513,6.2770,78.8513,0.9470,0.0000,77.9043,0.0000,77.9043,6.2267,71.6777,0.0000,71.6777,0.3846,71.2931,0.0000,22.7300,10.1666,38.3965,1.0375,16806.7874,16806.7874,16806.7874 -867.5000,1.0000,11324.9599,55.9655,56.3800,0.2247,0.0000,5,1227.5929,656.2635,800.7888,-81.3868,84.3648,102.9440,-10.4625,0.6689,77.3904,0.0000,77.3904,6.3055,77.3904,0.9540,0.0000,76.4364,0.0000,76.4364,6.2887,70.1478,0.0000,70.1478,0.3101,69.8377,0.0000,28.5426,10.3354,30.9596,1.0282,16500.4702,16500.4702,16500.4702 -868.5000,1.0000,11340.7299,56.7620,57.1640,0.2178,0.0000,5,1245.0640,616.1905,792.4446,-82.4229,80.3406,103.3211,-10.7465,0.6574,73.2450,0.0000,73.2450,6.4383,73.2450,0.9458,0.0000,72.2991,0.0000,72.2991,6.2998,65.9993,0.0000,65.9993,0.3048,65.6946,0.0000,24.7821,10.4825,30.4299,1.0583,15786.6767,15786.6767,15786.6767 -869.5000,1.0000,11356.6961,57.4680,57.7920,0.1744,0.0000,5,1260.5500,437.5947,776.2134,-83.3414,57.7645,102.4636,-11.0014,0.5332,50.7274,0.0000,50.7274,6.5039,50.7274,0.8445,0.0000,49.8829,0.0000,49.8829,6.2702,43.6127,0.0000,43.6127,0.2472,43.3656,0.0000,8.0745,10.6129,24.6781,1.0480,11503.5863,11503.5863,11503.5863 -870.5000,1.0000,11372.8491,58.1410,58.5100,0.1994,0.0000,5,1275.3121,409.8424,702.8948,-84.2169,54.7346,93.8719,-11.2472,0.6167,47.5758,0.0000,47.5758,6.5421,47.5758,0.8395,0.0000,46.7363,0.0000,46.7363,6.3436,40.3926,0.0000,40.3926,0.2859,40.1067,0.0000,0.8243,10.7372,28.5452,1.0509,10956.0163,10956.0163,10956.0163 -871.5000,1.0000,11389.2094,58.8870,59.2840,0.2150,0.0000,5,1291.6755,421.1564,693.9014,-85.1874,56.9673,93.8598,-11.5228,0.6734,49.6744,0.0000,49.6744,6.6195,49.6744,0.8621,0.0000,48.8123,0.0000,48.8123,6.4250,42.3873,0.0000,42.3873,0.3121,42.0751,0.0000,0.0337,10.8750,31.1664,1.0408,11391.8889,11391.8889,11391.8889 -872.5000,1.0000,11405.7512,59.5405,59.8170,0.1481,0.0000,5,1306.0099,346.1190,699.6506,-86.0375,47.3370,95.6877,-11.7669,0.4688,40.2353,0.0000,40.2353,6.6328,40.2353,0.8256,0.0000,39.4097,0.0000,39.4097,6.4963,32.9133,0.0000,32.9133,0.2173,32.6960,0.0000,0.0000,10.9957,21.7003,1.0437,9587.0909,9587.0909,9587.0909 -873.5000,1.0000,11422.4331,60.0450,60.2930,0.1322,0.0000,5,1317.0760,328.9815,670.6712,-86.6938,45.3744,92.5016,-11.9571,0.4222,38.2036,0.0000,38.2036,6.7485,38.2036,0.8238,0.0000,37.3798,0.0000,37.3798,6.5514,30.8284,0.0000,30.8284,0.1957,30.6327,0.0000,0.0000,11.0888,19.5439,1.0458,9222.0203,9222.0203,9222.0203 -874.5000,1.0000,11439.1952,60.3335,60.3940,0.0281,0.0000,5,1323.4042,213.3646,662.8967,-87.0691,29.5695,91.8686,-12.0666,0.0900,22.6845,0.0000,22.6845,6.7949,22.6845,0.7510,0.0000,21.9335,0.0000,21.9335,6.5829,15.3507,0.0000,15.3507,0.0417,15.3089,0.0000,0.0000,11.1421,4.1668,1.0609,6278.7321,6278.7321,6278.7321 -875.5000,1.0000,11455.9076,60.1545,59.9350,-0.1275,0.0000,5,1319.4779,40.5140,611.3202,-86.8363,5.5980,84.4694,-11.9986,-0.4079,-0.7088,0.0000,-0.7088,6.7147,-0.7088,0.6882,0.0000,-1.3970,0.0000,-1.3970,6.5633,-7.9603,0.0000,-7.9603,-0.1891,-7.7712,0.0000,0.0000,11.1090,-18.8802,1.0330,2389.9644,2389.9644,2389.9644 -876.5000,1.0000,11472.4513,59.5475,59.1800,-0.2097,0.0000,5,1306.1634,-49.6078,533.3294,-86.0466,-6.7854,72.9494,-11.7696,-0.6642,-12.8482,0.0000,-12.8482,6.7270,-12.8482,0.7080,0.0000,-13.5562,0.0000,-13.5562,6.4971,-20.0533,0.0000,-20.0533,-0.3079,-19.7454,0.0000,0.0000,10.9970,-30.7424,1.0703,668.6120,668.6120,668.6120 -877.5000,1.0000,11488.8069,58.8700,58.5800,-0.1667,0.0000,5,1291.3026,-1.9248,491.5771,-85.1653,-0.2603,66.4735,-11.5165,-0.5218,-6.4197,0.0000,-6.4197,6.6812,-6.4197,0.6802,0.0000,-7.0999,0.0000,-7.0999,6.4232,-13.5231,0.0000,-13.5231,-0.2419,-13.2812,0.0000,0.0000,10.8718,-24.1531,1.0674,1627.4776,1627.4776,1627.4776 -878.5000,1.0000,11505.0674,58.5280,58.4960,-0.0233,0.0000,5,1283.8009,156.3596,513.8731,-84.7203,21.0209,69.0847,-11.3897,-0.0726,14.4794,0.0000,14.4794,6.6141,14.4794,0.6803,0.0000,13.7991,0.0000,13.7991,6.3859,7.4132,0.0000,7.4132,-0.0337,7.4469,0.0000,0.0000,10.8087,-3.3618,1.0659,4649.6700,4649.6700,4649.6700 -879.5000,1.0000,11521.3213,58.5040,58.5320,0.0100,0.0000,5,1283.2745,193.5329,582.1726,-84.6891,26.0078,78.2348,-11.3809,0.0311,19.3464,0.0000,19.3464,6.6303,19.3464,0.7043,0.0000,18.6421,0.0000,18.6421,6.3832,12.2588,0.0000,12.2588,0.0144,12.2444,0.0000,0.0000,10.8042,1.4402,1.0791,5586.1976,5586.1976,5586.1976 -880.5000,1.0000,11537.5958,58.5780,58.6440,0.0311,0.0000,5,1284.8976,217.6714,598.7788,-84.7854,29.2886,80.5682,-11.4082,0.0969,22.4614,0.0000,22.4614,6.7303,22.4614,0.7210,0.0000,21.7404,0.0000,21.7404,6.3913,15.3490,0.0000,15.3490,0.0449,15.3041,0.0000,0.0000,10.8179,4.4862,1.1727,6176.0960,6176.0960,6176.0960 -881.5000,1.0000,11553.9140,58.7355,58.8470,0.0564,0.0000,5,1288.3524,245.4274,610.2738,-84.9903,33.1121,82.3357,-11.4665,0.1761,26.2327,0.0000,26.2327,6.7032,26.2327,0.7425,0.0000,25.4903,0.0000,25.4903,6.4085,19.0818,0.0000,19.0818,0.0817,19.0001,0.0000,0.0000,10.8470,8.1531,1.1613,6903.8292,6903.8292,6903.8292 -882.5000,1.0000,11570.2923,58.9520,59.0770,0.0639,0.0000,5,1293.1013,253.7000,623.0859,-85.2719,34.3543,84.3741,-11.5469,0.2003,27.4355,0.0000,27.4355,6.7185,27.4355,0.7520,0.0000,26.6835,0.0000,26.6835,6.4321,20.2514,0.0000,20.2514,0.0929,20.1585,0.0000,0.0000,10.8870,9.2716,1.1367,7145.4967,7145.4967,7145.4967 -883.5000,1.0000,11586.7304,59.1670,59.2770,0.0556,0.0000,5,1297.8173,244.9962,627.3476,-85.5516,33.2967,85.2610,-11.6271,0.1748,26.3048,0.0000,26.3048,6.8171,26.3048,0.7499,0.0000,25.5549,0.0000,25.5549,6.4556,19.0994,0.0000,19.0994,0.0810,19.0183,0.0000,0.0000,10.9267,8.0916,1.1647,6955.9170,6955.9170,6955.9170 -884.5000,1.0000,11603.2258,59.3735,59.4900,0.0592,0.0000,5,1302.3468,248.4831,624.7485,-85.8203,33.8885,85.2041,-11.7043,0.1868,26.9336,0.0000,26.9336,6.7681,26.9336,0.7564,0.0000,26.1772,0.0000,26.1772,6.4781,19.6991,0.0000,19.6991,0.0866,19.6125,0.0000,0.0000,10.9648,8.6477,1.1663,7070.1572,7070.1572,7070.1572 -885.5000,1.0000,11619.7815,59.5905,59.7110,0.0614,0.0000,5,1307.1066,251.3198,627.2433,-86.1026,34.4006,85.8570,-11.7857,0.1946,27.3642,0.0000,27.3642,6.8418,27.3642,0.7621,0.0000,26.6021,0.0000,26.6021,6.5018,20.1003,0.0000,20.1003,0.0902,20.0101,0.0000,0.0000,11.0049,9.0053,1.1807,7164.8371,7164.8371,7164.8371 -886.5000,1.0000,11636.3955,59.8005,59.9100,0.0553,0.0000,5,1311.7130,244.3252,629.2593,-86.3758,33.5611,86.4365,-11.8648,0.1758,26.5487,0.0000,26.5487,6.8365,26.5487,0.7615,0.0000,25.7873,0.0000,25.7873,6.5247,19.2626,0.0000,19.2626,0.0815,19.1811,0.0000,0.0000,11.0437,8.1374,1.1697,7009.1705,7009.1705,7009.1705 -887.5000,1.0000,11653.0899,60.0900,60.2900,0.1056,0.0000,5,1318.0631,299.7843,628.7967,-86.7524,41.3784,86.7911,-11.9742,0.3373,34.2284,0.0000,34.2284,6.8127,34.2284,0.8047,0.0000,33.4238,0.0000,33.4238,6.5563,26.8675,0.0000,26.8675,0.1564,26.7111,0.0000,0.0000,11.0971,15.6139,1.1439,8481.0566,8481.0566,8481.0566 -888.5000,1.0000,11669.8884,60.4645,60.6590,0.1025,0.0000,5,1326.2777,296.2505,653.0324,-87.2396,41.1455,90.6980,-12.1165,0.3296,33.9823,0.0000,33.9823,6.8335,33.9823,0.8096,0.0000,33.1727,0.0000,33.1727,6.5972,26.5756,0.0000,26.5756,0.1528,26.4228,0.0000,0.0000,11.1663,15.2565,1.2003,8439.2344,8439.2344,8439.2344 -889.5000,1.0000,11686.8037,60.8850,61.1310,0.1311,0.0000,5,1335.5013,328.6479,654.0271,-87.7866,45.9625,91.4679,-12.2772,0.4246,38.5741,0.0000,38.5741,6.9638,38.5741,0.8396,0.0000,37.7345,0.0000,37.7345,6.6430,31.0915,0.0000,31.0915,0.1968,30.8947,0.0000,0.0000,11.2440,19.6507,1.2267,9335.8282,9335.8282,9335.8282 -890.5000,1.0000,11703.8333,61.2965,61.4820,0.0975,0.0000,5,1344.5274,291.2003,668.1255,-88.3219,41.0006,94.0711,-12.4356,0.3179,33.6892,0.0000,33.6892,6.9935,33.6892,0.8221,0.0000,32.8672,0.0000,32.8672,6.6879,26.1792,0.0000,26.1792,0.1473,26.0319,0.0000,0.0000,11.3199,14.7119,1.2300,8422.6947,8422.6947,8422.6947 -891.5000,1.0000,11720.9718,61.6885,61.9150,0.1203,0.0000,5,1353.1259,316.1759,655.3984,-88.8319,44.8018,92.8693,-12.5874,0.3946,37.4182,0.0000,37.4182,6.9890,37.4182,0.8473,0.0000,36.5709,0.0000,36.5709,6.7307,29.8402,0.0000,29.8402,0.1829,29.6573,0.0000,0.0000,11.3923,18.2650,1.1683,9133.6960,9133.6960,9133.6960 -892.5000,1.0000,11738.2298,62.1190,62.3430,0.1189,0.0000,5,1362.5688,314.7048,667.1565,-89.3919,44.9046,95.1951,-12.7551,0.3928,37.4665,0.0000,37.4665,7.0453,37.4665,0.8548,0.0000,36.6116,0.0000,36.6116,6.7777,29.8340,0.0000,29.8340,0.1821,29.6519,0.0000,0.0000,11.4718,18.1800,1.2364,9158.7516,9158.7516,9158.7516 -893.5000,1.0000,11755.6330,62.6415,62.9600,0.1714,0.0000,5,1374.0298,372.7362,669.9575,-90.0716,53.6323,96.3989,-12.9602,0.5710,46.0027,0.0000,46.0027,7.0586,46.0027,0.9064,0.0000,45.0963,0.0000,45.0963,6.8347,38.2616,0.0000,38.2616,0.2647,37.9969,0.0000,0.0000,11.5683,26.4286,1.2026,10810.1352,10810.1352,10810.1352 -894.5000,1.0000,11773.2356,63.3595,63.7790,0.2275,0.0000,5,1389.7790,435.1733,696.4281,-91.0057,63.3340,101.3563,-13.2447,0.7666,55.4182,0.0000,55.4182,7.1491,55.4182,0.9657,0.0000,54.4525,0.0000,54.4525,6.9130,47.5395,0.0000,47.5395,0.3554,47.1841,0.0000,0.0000,11.7009,35.4832,1.2071,12631.3385,12631.3385,12631.3385 -895.5000,1.0000,11791.0551,64.1400,64.5210,0.2061,0.0000,5,1406.8991,401.3143,722.6227,-92.0210,59.1257,106.4641,-13.5575,0.7031,51.2156,0.0000,51.2156,7.2070,51.2156,0.9582,0.0000,50.2574,0.0000,50.2574,6.9982,43.2592,0.0000,43.2592,0.3259,42.9332,0.0000,-1.4550,11.8451,32.5432,1.2389,11879.4579,11879.4579,11879.4579 -896.5000,1.0000,11809.0836,64.8925,65.2840,0.2119,0.0000,5,1423.4050,414.8885,713.0603,-93.0000,61.8427,106.2878,-13.8624,0.7315,53.6737,0.0000,53.6737,7.4375,53.6737,0.9836,0.0000,52.6901,0.0000,52.6901,7.0803,45.6098,0.0000,45.6098,0.3391,45.2707,0.0000,-0.5701,11.9840,33.8568,1.2546,12390.0624,12390.0624,12390.0624 -897.5000,1.0000,11827.3083,65.5990,65.9340,0.1806,0.0000,5,1438.9020,385.9906,720.3089,-93.9191,58.1616,108.5372,-14.1519,0.6299,50.0768,0.0000,50.0768,7.4549,50.0768,0.9780,0.0000,49.0988,0.0000,49.0988,7.1574,41.9414,0.0000,41.9414,0.2920,41.6494,0.0000,0.3782,12.1145,29.1566,1.2199,11714.9222,11714.9222,11714.9222 -898.5000,1.0000,11845.6872,66.1540,66.3940,0.1278,0.0000,5,1451.0758,337.3484,711.1669,-94.6411,51.2622,108.0663,-14.3813,0.4496,43.2511,0.0000,43.2511,7.5616,43.2511,0.9537,0.0000,42.2974,0.0000,42.2974,7.2179,35.0794,0.0000,35.0794,0.2084,34.8710,0.0000,1.8455,12.2170,20.8085,1.2347,10411.2506,10411.2506,10411.2506 -899.5000,1.0000,11864.1861,66.5860,66.7980,0.1122,0.0000,5,1460.5516,318.1036,695.3334,-95.2031,48.6535,106.3503,-14.5612,0.3974,40.7497,0.0000,40.7497,7.5063,40.7497,0.9489,0.0000,39.8008,0.0000,39.8008,7.2651,32.5358,0.0000,32.5358,0.1842,32.3516,0.0000,1.6601,12.2968,18.3946,1.2114,9947.0168,9947.0168,9947.0168 -900.5000,1.0000,11882.7752,66.9110,67.0440,0.0683,0.0000,5,1467.6805,274.0887,689.0792,-95.6259,42.1261,105.9081,-14.6972,0.2432,34.4095,0.0000,34.4095,7.4734,34.4095,0.9230,0.0000,33.4865,0.0000,33.4865,7.3005,26.1860,0.0000,26.1860,0.1127,26.0733,0.0000,2.4611,12.3568,11.2554,1.2378,8739.3113,8739.3113,8739.3113 -901.5000,1.0000,11901.4568,67.2435,67.4630,0.1164,0.0000,5,1474.9738,339.0299,676.1688,-96.0584,52.3662,104.4403,-14.8371,0.4162,44.3730,0.0000,44.3730,7.5769,44.3730,0.9788,0.0000,43.3942,0.0000,43.3942,7.3368,36.0574,0.0000,36.0574,0.1930,35.8645,0.0000,4.1803,12.4182,19.2660,1.2267,10650.0103,10650.0103,10650.0103 -902.5000,1.0000,11920.2472,67.6355,67.8280,0.1014,0.0000,5,1483.5722,343.8238,700.7173,-96.5684,53.4162,108.8630,-15.0028,0.3647,45.4576,0.0000,45.4576,7.5939,45.4576,0.9913,0.0000,44.4663,0.0000,44.4663,7.3796,37.0867,0.0000,37.0867,0.1691,36.9177,0.0000,7.5462,12.4906,16.8809,1.2408,10867.6507,10867.6507,10867.6507 -903.5000,1.0000,11939.0987,67.8555,67.9030,0.0208,0.0000,5,1488.3979,283.4621,701.8336,-96.8546,44.1817,109.3911,-15.0962,0.0752,36.5104,0.0000,36.5104,7.5961,36.5104,0.9505,0.0000,35.5599,0.0000,35.5599,7.4036,28.1563,0.0000,28.1563,0.0349,28.1215,0.0000,12.1103,12.5312,3.4800,1.2167,9156.7155,9156.7155,9156.7155 -904.5000,1.0000,11957.8808,67.6055,67.3280,-0.1597,0.0000,5,1482.9142,102.8947,675.4450,-96.5293,15.9786,104.8901,-14.9901,-0.5743,8.9791,0.0000,8.9791,7.5737,8.9791,0.8083,0.0000,8.1708,0.0000,8.1708,7.3763,0.7945,0.0000,0.7945,-0.2662,1.0607,0.0000,15.1570,12.4851,-26.5813,1.2533,3987.7653,3987.7653,3987.7653 -905.5000,1.0000,11976.5176,67.0825,66.8570,-0.1308,0.0000,5,1471.4423,143.5032,607.7732,-95.8490,22.1123,93.6512,-14.7693,-0.4668,15.0744,0.0000,15.0744,7.5046,15.0744,0.8294,0.0000,14.2450,0.0000,14.2450,7.3192,6.9258,0.0000,6.9258,-0.2164,7.1422,0.0000,16.3588,12.3885,-21.6051,1.2009,5054.4921,5054.4921,5054.4921 -906.5000,1.0000,11994.9866,66.4785,66.1200,-0.2047,0.0000,5,1458.1937,59.1423,616.9923,-95.0632,9.0311,94.2158,-14.5163,-0.7238,2.2854,0.0000,2.2854,7.4696,2.2854,0.7948,0.0000,1.4906,0.0000,1.4906,7.2533,-5.7627,0.0000,-5.7627,-0.3355,-5.4272,0.0000,15.7983,12.2769,-33.5024,1.2361,3102.5234,3102.5234,3102.5234 -907.5000,1.0000,12013.2761,65.8320,65.5640,-0.1544,0.0000,5,1444.0128,97.7050,582.5342,-94.2222,14.7746,88.0889,-14.2480,-0.5407,7.9383,0.0000,7.9383,7.3771,7.9383,0.7715,0.0000,7.1668,0.0000,7.1668,7.1828,-0.0160,0.0000,-0.0160,-0.2507,0.2347,0.0000,13.1059,12.1575,-25.0287,1.2459,3752.1401,3752.1401,3752.1401 -908.5000,1.0000,12031.3866,65.1880,64.8320,-0.2033,0.0000,5,1429.8868,61.0260,591.6493,-93.3844,9.1379,88.5920,-13.9831,-0.7050,0.3492,0.0000,0.3492,9.4937,0.3492,0.7757,0.0000,-0.4265,0.0000,-0.4265,7.1125,-7.5391,0.0000,-7.5391,-0.3268,-7.2123,0.0000,13.3782,12.0386,-32.6291,1.2432,3057.7626,3057.7626,3057.7626 -909.5000,1.0000,12049.3036,64.4910,64.1700,-0.1839,0.0000,5,1414.5982,87.1102,573.5223,-92.4777,12.9042,84.9595,-13.6993,-0.6307,4.1246,0.0000,4.1246,9.4103,4.1246,0.7535,0.0000,3.3712,0.0000,3.3712,7.0365,-3.6653,0.0000,-3.6653,-0.2924,-3.3729,0.0000,13.9105,11.9099,-29.1933,1.2278,3472.7313,3472.7313,3472.7313 -910.5000,1.0000,12067.0318,63.8115,63.4730,-0.1936,0.0000,5,1399.6935,74.1708,579.1205,-91.5937,10.8716,84.8849,-13.4254,-0.6571,2.1643,0.0000,2.1643,9.3644,2.1643,0.7460,0.0000,1.4183,0.0000,1.4183,6.9623,-5.5440,0.0000,-5.5440,-0.3046,-5.2394,0.0000,13.3891,11.7844,-30.4129,1.2100,3215.4146,3215.4146,3215.4146 -911.5000,1.0000,12084.5736,63.1405,62.8280,-0.1792,0.0000,5,1384.9752,81.4152,570.1613,-90.7208,11.8080,82.6929,-13.1576,-0.6017,3.2161,0.0000,3.2161,9.1936,3.2161,0.7312,0.0000,2.4849,0.0000,2.4849,6.8891,-4.4043,0.0000,-4.4043,-0.2789,-4.1254,0.0000,12.0622,11.6605,-27.8480,1.1776,3287.1098,3287.1098,3287.1098 -912.5000,1.0000,12101.9783,62.6470,62.4860,-0.0950,0.0000,5,1374.1504,173.8663,572.1501,-90.0788,25.0195,82.3328,-12.9624,-0.3165,16.1575,0.0000,16.1575,9.1785,16.1575,0.7572,0.0000,15.4003,0.0000,15.4003,6.8353,8.5650,0.0000,8.5650,-0.1467,8.7117,0.0000,11.7929,11.5694,-14.6505,1.2303,5489.9797,5489.9797,5489.9797 -913.5000,1.0000,12119.3076,62.3755,62.2850,-0.0558,0.0000,5,1368.1951,202.5666,608.4997,-89.7256,29.0231,87.1841,-12.8556,-0.1852,20.0298,0.0000,20.0298,9.1785,20.0298,0.7720,0.0000,19.2579,0.0000,19.2579,6.8057,12.4522,0.0000,12.4522,-0.0859,12.5381,0.0000,9.5919,11.5192,-8.5731,1.2282,6217.7753,6217.7753,6217.7753 -914.5000,1.0000,12136.5691,62.1315,61.9980,-0.0797,0.0000,5,1362.8430,169.0652,618.1135,-89.4082,24.1284,88.2151,-12.7600,-0.2634,15.2462,0.0000,15.2462,9.1457,15.2462,0.7439,0.0000,14.5022,0.0000,14.5022,6.7790,7.7232,0.0000,7.7232,-0.1221,7.8453,0.0000,8.5645,11.4742,-12.1933,1.2134,5309.2157,5309.2157,5309.2157 -915.5000,1.0000,12153.7394,61.8030,61.6280,-0.1028,0.0000,5,1355.6374,164.4943,602.3349,-88.9808,23.3519,85.5087,-12.6319,-0.3378,14.9651,0.0000,14.9651,8.7247,14.9651,0.7370,0.0000,14.2281,0.0000,14.2281,6.7432,7.4849,0.0000,7.4849,-0.1566,7.6415,0.0000,11.8645,11.4135,-15.6364,0.8935,5154.0644,5154.0644,5154.0644 -916.5000,1.0000,12170.7958,61.3930,61.1780,-0.1250,0.0000,5,1346.6442,121.3459,597.7884,-88.4474,17.1122,84.3003,-12.4729,-0.4081,10.7453,0.0000,10.7453,6.7751,10.7453,0.7090,0.0000,10.0363,0.0000,10.0363,6.6985,3.3378,0.0000,3.3378,-0.1892,3.5270,0.0000,11.0804,11.3378,-18.8911,0.9984,4008.1824,4008.1824,4008.1824 -917.5000,1.0000,12187.7290,60.9495,60.7410,-0.1214,0.0000,5,1336.9161,127.7819,577.6864,-87.8705,17.8897,80.8770,-12.3020,-0.3935,11.6005,0.0000,11.6005,6.6827,11.6005,0.7058,0.0000,10.8947,0.0000,10.8947,6.6501,4.2446,0.0000,4.2446,-0.1824,4.4270,0.0000,11.3840,11.2559,-18.2129,0.9965,4135.9315,4135.9315,4135.9315 -918.5000,1.0000,12204.5156,60.4220,60.1230,-0.1717,0.0000,5,1325.3454,59.9522,576.2068,-87.1843,8.3208,79.9717,-12.1003,-0.5517,2.1509,0.0000,2.1509,6.7215,2.1509,0.6857,0.0000,1.4652,0.0000,1.4652,6.5925,-5.1273,0.0000,-5.1273,-0.2557,-4.8716,0.0000,9.5035,11.1584,-25.5335,1.0756,2719.6705,2719.6705,2719.6705 -919.5000,1.0000,12221.1655,59.9295,59.7560,-0.1019,0.0000,5,1314.5425,144.9724,546.6663,-86.5436,19.9567,75.2533,-11.9135,-0.3249,13.6004,0.0000,13.6004,6.6812,13.6004,0.6989,0.0000,12.9016,0.0000,12.9016,6.5388,6.3628,0.0000,6.3628,-0.1506,6.5134,0.0000,10.4854,11.0675,-15.0395,1.0453,4490.0650,4490.0650,4490.0650 -920.5000,1.0000,12237.7098,59.5495,59.3630,-0.1092,0.0000,5,1306.2073,145.5652,580.1731,-86.0492,19.9112,79.3594,-11.7703,-0.3457,13.6465,0.0000,13.6465,6.6105,13.6465,0.6928,0.0000,12.9537,0.0000,12.9537,6.4973,6.4563,0.0000,6.4563,-0.1603,6.6166,0.0000,11.6222,10.9973,-16.0029,1.0037,4475.1991,4475.1991,4475.1991 -921.5000,1.0000,12254.1806,59.2850,59.2270,-0.0378,0.0000,5,1300.4056,226.8773,580.7083,-85.7051,30.8957,79.0798,-11.6712,-0.1191,24.4504,0.0000,24.4504,6.5644,24.4504,0.7425,0.0000,23.7079,0.0000,23.7079,6.4685,17.2395,0.0000,17.2395,-0.0552,17.2947,0.0000,11.8595,10.9485,-5.5133,1.0159,6512.3451,6512.3451,6512.3451 -922.5000,1.0000,12270.6590,59.3120,59.4170,0.0528,0.0000,5,1300.9978,320.1527,617.0087,-85.7403,43.6177,84.0614,-11.6813,0.1665,36.8198,0.0000,36.8198,6.6314,36.8198,0.8048,0.0000,36.0150,0.0000,36.0150,6.4714,29.5436,0.0000,29.5436,0.0772,29.4664,0.0000,10.8070,10.9535,7.7059,1.0160,8889.3333,8889.3333,8889.3333 -923.5000,1.0000,12287.2116,59.5795,59.7620,0.0958,0.0000,5,1306.8654,370.2064,657.7536,-86.0882,50.6645,90.0166,-11.7816,0.3037,43.6619,0.0000,43.6619,6.6989,43.6619,0.8434,0.0000,42.8185,0.0000,42.8185,6.5006,36.3179,0.0000,36.3179,0.1408,36.1772,0.0000,11.1189,11.0029,14.0554,1.0571,10209.1678,10209.1678,10209.1678 -924.5000,1.0000,12303.8659,59.9455,60.1490,0.1075,0.0000,5,1314.8935,394.9196,679.9757,-86.5644,54.3786,93.6295,-11.9195,0.3427,47.4315,0.0000,47.4315,6.6044,47.4315,0.8683,0.0000,46.5632,0.0000,46.5632,6.5405,40.0227,0.0000,40.0227,0.1589,39.8638,0.0000,12.9300,11.0705,15.8633,1.0054,10913.8255,10913.8255,10913.8255 -925.5000,1.0000,12320.6270,60.3300,60.5310,0.1061,0.0000,5,1323.3274,388.4982,691.4959,-87.0646,53.8375,95.8265,-12.0653,0.3405,46.7675,0.0000,46.7675,6.7295,46.7675,0.8713,0.0000,45.8962,0.0000,45.8962,6.5825,39.3137,0.0000,39.3137,0.1578,39.1559,0.0000,12.2556,11.1415,15.7588,1.0471,10809.3863,10809.3863,10809.3863 -926.5000,1.0000,12337.4556,60.5730,60.6350,0.0289,0.0000,5,1328.6576,322.7100,688.4103,-87.3807,44.9008,95.7831,-12.1579,0.0931,38.0519,0.0000,38.0519,6.7558,38.0519,0.8318,0.0000,37.2202,0.0000,37.2202,6.6090,30.6112,0.0000,30.6112,0.0431,30.5680,0.0000,15.0740,11.1863,4.3076,1.0348,9138.4358,9138.4358,9138.4358 -927.5000,1.0000,12354.2927,60.6035,60.5920,-0.0119,0.0000,5,1329.3266,270.2656,661.0824,-87.4204,37.6228,92.0271,-12.1695,-0.0385,30.9180,0.0000,30.9180,6.7433,30.9180,0.7966,0.0000,30.1214,0.0000,30.1214,6.6123,23.5090,0.0000,23.5090,-0.0178,23.5269,0.0000,14.1169,11.1920,-1.7819,1.0349,7751.6381,7751.6381,7751.6381 -928.5000,1.0000,12371.0893,60.4575,60.3430,-0.0692,0.0000,5,1326.1241,219.0164,637.7875,-87.2304,30.4151,88.5704,-12.1138,-0.2224,23.8704,0.0000,23.8704,6.7671,23.8704,0.7590,0.0000,23.1115,0.0000,23.1115,6.5964,16.5151,0.0000,16.5151,-0.1031,16.6182,0.0000,15.7470,11.1650,-10.2938,1.0210,6435.1782,6435.1782,6435.1782 -929.5000,1.0000,12387.8112,60.1890,60.0550,-0.0800,0.0000,5,1320.2346,211.0080,615.1433,-86.8812,29.1728,85.0464,-12.0117,-0.2561,22.7020,0.0000,22.7020,6.7269,22.7020,0.7487,0.0000,21.9534,0.0000,21.9534,6.5671,15.3863,0.0000,15.3863,-0.1187,15.5050,0.0000,16.2428,11.1154,-11.8532,1.0465,6203.8098,6203.8098,6203.8098 -930.5000,1.0000,12404.4487,59.8850,59.7350,-0.0889,0.0000,5,1313.5664,187.9356,610.1454,-86.4857,25.8517,83.9294,-11.8967,-0.2831,19.4168,0.0000,19.4168,6.7181,19.4168,0.7272,0.0000,18.6896,0.0000,18.6896,6.5339,12.1556,0.0000,12.1556,-0.1312,12.2869,0.0000,14.3313,11.0593,-13.1037,1.0318,5573.5936,5573.5936,5573.5936 -931.5000,1.0000,12421.0068,59.5990,59.4830,-0.0700,0.0000,5,1307.2931,200.7770,599.4560,-86.1136,27.4862,82.0652,-11.7889,-0.2219,21.0618,0.0000,21.0618,6.6464,21.0618,0.7307,0.0000,20.3310,0.0000,20.3310,6.5027,13.8283,0.0000,13.8283,-0.1029,13.9312,0.0000,13.1946,11.0065,-10.2699,1.0439,5882.4419,5882.4419,5882.4419 -932.5000,1.0000,12437.5104,59.4030,59.3430,-0.0389,0.0000,5,1302.9939,234.0851,604.5480,-85.8586,31.9407,82.4901,-11.7153,-0.1229,25.4027,0.0000,25.4027,6.6609,25.4027,0.7492,0.0000,24.6535,0.0000,24.6535,6.4813,18.1722,0.0000,18.1722,-0.0570,18.2291,0.0000,12.9456,10.9703,-5.6867,1.0431,6707.6710,6707.6710,6707.6710 -933.5000,1.0000,12454.0068,59.3770,59.4310,0.0244,0.0000,5,1302.4236,306.5219,619.7424,-85.8248,41.8064,84.5263,-11.7056,0.0772,35.0567,0.0000,35.0567,6.6724,35.0567,0.7971,0.0000,34.2597,0.0000,34.2597,6.4785,27.7812,0.0000,27.7812,0.0358,27.7454,0.0000,13.2070,10.9655,3.5730,1.0563,8549.9877,8549.9877,8549.9877 -934.5000,1.0000,12470.5527,59.5555,59.7000,0.0747,0.0000,5,1306.3389,378.0076,651.6787,-86.0570,51.7113,89.1493,-11.7726,0.2367,44.8452,0.0000,44.8452,6.6294,44.8452,0.8489,0.0000,43.9963,0.0000,43.9963,6.4980,37.4983,0.0000,37.4983,0.1097,37.3886,0.0000,15.4354,10.9984,10.9547,1.0570,10405.3058,10405.3058,10405.3058 -935.5000,1.0000,12487.1983,59.9140,60.1480,0.1244,0.0000,5,1314.2026,455.7460,683.4784,-86.5234,62.7211,94.0623,-11.9076,0.3965,55.6421,0.0000,55.6421,6.6825,55.6421,0.9088,0.0000,54.7333,0.0000,54.7333,6.5371,48.1962,0.0000,48.1962,0.1838,48.0124,0.0000,18.5936,11.0646,18.3541,1.0453,12501.0136,12501.0136,12501.0136 -936.5000,1.0000,12503.9313,60.2290,60.3300,0.0506,0.0000,5,1321.1120,366.6758,715.1149,-86.9332,50.7283,98.9337,-12.0269,0.1619,43.7944,0.0000,43.7944,6.7720,43.7944,0.8548,0.0000,42.9396,0.0000,42.9396,6.5715,36.3682,0.0000,36.3682,0.0751,36.2931,0.0000,17.6747,11.1228,7.4956,1.0466,10213.4188,10213.4188,10213.4188 -937.5000,1.0000,12520.7070,60.3825,60.4550,0.0347,0.0000,5,1324.4790,341.2242,679.0836,-87.1329,47.3275,94.1883,-12.0853,0.1115,40.5058,0.0000,40.5058,6.7102,40.5058,0.8409,0.0000,39.6649,0.0000,39.6649,6.5882,33.0767,0.0000,33.0767,0.0517,33.0250,0.0000,16.7127,11.1512,5.1612,1.0207,9584.4688,9584.4688,9584.4688 -938.5000,1.0000,12537.4774,60.3635,60.2920,-0.0453,0.0000,5,1324.0623,233.2519,667.0914,-87.1082,32.3416,92.4959,-12.0780,-0.1454,25.7967,0.0000,25.7967,6.6903,25.7967,0.7670,0.0000,25.0297,0.0000,25.0297,6.5861,18.4436,0.0000,18.4436,-0.0674,18.5110,0.0000,14.0914,11.1476,-6.7280,1.0339,6786.8013,6786.8013,6786.8013 -939.5000,1.0000,12554.1699,60.0830,59.8940,-0.1106,0.0000,5,1317.9095,162.2965,619.8665,-86.7433,22.3987,85.5485,-11.9715,-0.3533,16.0994,0.0000,16.0994,6.6526,16.0994,0.7139,0.0000,15.3855,0.0000,15.3855,6.5555,8.8300,0.0000,8.8300,-0.1638,8.9937,0.0000,14.2495,11.0958,-16.3516,1.0327,4939.7259,4939.7259,4939.7259 -940.5000,1.0000,12570.6951,59.4805,59.0870,-0.2242,0.0000,5,1304.6938,24.0139,584.5388,-85.9595,3.2810,79.8639,-11.7444,-0.7091,-2.6247,0.0000,-2.6247,6.6148,-2.6247,0.6813,0.0000,-3.3060,0.0000,-3.3060,6.4898,-9.7957,0.0000,-9.7957,-0.3287,-9.4670,0.0000,12.3712,10.9846,-32.8227,1.0301,2084.7018,2084.7018,2084.7018 -941.5000,1.0000,12586.9961,58.6735,58.2800,-0.2242,0.0000,5,1286.9924,22.3431,520.6237,-84.9096,3.0113,70.1663,-11.4436,-0.6995,-2.9498,0.0000,-2.9498,6.6606,-2.9498,0.6682,0.0000,-3.6180,0.0000,-3.6180,6.4017,-10.0198,0.0000,-10.0198,-0.3243,-9.6955,0.0000,11.8464,10.8355,-32.3774,1.0399,2014.4232,2014.4232,2014.4232 -942.5000,1.0000,12603.0969,57.9530,57.6460,-0.1761,0.0000,5,1271.1884,72.7970,516.8354,-83.9723,9.6906,68.8004,-11.1783,-0.5428,3.6849,0.0000,3.6849,6.5485,3.6849,0.6393,0.0000,3.0456,0.0000,3.0456,6.3231,-3.2775,0.0000,-3.2775,-0.2516,-3.0259,0.0000,11.3958,10.7025,-25.1242,1.0501,2792.9964,2792.9964,2792.9964 -943.5000,1.0000,12619.0255,57.3330,57.0400,-0.1683,0.0000,5,1257.5888,107.0524,535.6264,-83.1658,14.0982,70.5390,-10.9525,-0.5133,8.1291,0.0000,8.1291,6.4823,8.1291,0.6293,0.0000,7.4998,0.0000,7.4998,6.2555,1.2443,0.0000,1.2443,-0.2379,1.4823,0.0000,14.6520,10.5880,-23.7577,1.0341,3362.5593,3362.5593,3362.5593 -944.5000,1.0000,12634.7806,56.7085,56.3970,-0.1786,0.0000,5,1243.8905,63.6955,547.2043,-82.3533,8.2970,71.2788,-10.7273,-0.5387,2.3514,0.0000,2.3514,6.4843,2.3514,0.6217,0.0000,1.7297,0.0000,1.7297,6.1873,-4.4577,0.0000,-4.4577,-0.2497,-4.2080,0.0000,10.2530,10.4727,-24.9337,1.0314,2580.4913,2580.4913,2580.4913 -945.5000,1.0000,12650.3434,56.0160,55.6550,-0.2061,0.0000,5,1228.7006,-36.9840,523.4075,-81.4525,-4.7587,67.3464,-10.4804,-0.6140,-10.5153,0.0000,-10.5153,6.3706,-10.5153,0.6423,0.0000,-11.1576,0.0000,-11.1576,6.1118,-17.2694,0.0000,-17.2694,-0.2847,-16.9847,0.0000,1.0917,10.3448,-28.4212,1.0284,805.8742,805.8742,805.8742 -946.5000,1.0000,12665.6918,55.2440,54.8530,-0.2228,0.0000,5,1211.7670,-63.7533,472.8193,-80.4482,-8.0900,59.9989,-10.2085,-0.6545,-13.7321,0.0000,-13.7321,6.2966,-13.7321,0.6376,0.0000,-14.3697,0.0000,-14.3697,6.0276,-20.3973,0.0000,-20.3973,-0.3034,-20.0939,0.0000,0.0000,10.2022,-30.2961,1.0250,245.5205,245.5205,245.5205 -947.5000,1.0000,12680.8061,54.4015,53.9700,-0.2453,0.0000,5,1193.2869,-79.3498,454.3019,-79.3498,-9.9156,56.7699,-9.9156,-0.7097,-15.4430,0.0000,-15.4430,6.2371,-15.4430,0.6281,0.0000,-16.0712,0.0000,-16.0712,5.9356,-22.0068,1.1228,-23.1296,-0.3290,-22.8006,0.0000,0.0000,10.0466,-32.8472,1.0214,0.0000,0.0000,0.0000 -948.5000,1.0000,12695.6744,53.5160,53.0820,-0.2467,0.0000,5,1173.8636,-78.1912,441.0401,-78.1912,-9.6118,54.2156,-9.6118,-0.7021,-15.0195,0.0000,-15.0195,6.1098,-15.0195,0.6128,0.0000,-15.6323,0.0000,-15.6323,5.8390,-21.4713,1.4666,-22.9379,-0.3255,-22.6124,0.0000,0.0000,9.8831,-32.4955,0.9908,0.0000,0.0000,0.0000 -949.5000,1.0000,12710.2786,52.5650,52.0680,-0.2817,0.0000,5,1153.0036,-76.9467,434.2870,-76.9468,-9.2907,52.4368,-9.2907,-0.7874,-14.5634,0.0000,-14.5634,6.0601,-14.5634,0.5964,0.0000,-15.1598,0.0000,-15.1598,5.7353,-20.8950,6.2095,-27.1045,-0.3650,-26.7395,0.0000,0.0000,9.7075,-36.4470,1.0128,0.0000,0.0000,0.0000 -950.5000,1.0000,12724.6111,51.5870,51.1260,-0.2617,0.0000,5,1131.5513,-75.6672,429.1008,-75.6672,-8.9662,50.8466,-8.9662,-0.7179,-14.1969,0.0000,-14.1969,5.9486,-14.1969,0.5800,0.0000,-14.7769,0.0000,-14.7769,5.6285,-20.4055,3.6295,-24.0350,-0.3328,-23.7022,0.0000,0.0000,9.5268,-33.2290,0.9961,0.0000,0.0000,0.0000 -951.5000,1.0000,12738.6890,50.6705,50.2350,-0.2475,0.0000,5,1111.4481,-74.4680,424.3536,-74.4680,-8.6674,49.3908,-8.6674,-0.6670,-13.9164,0.0000,-13.9164,5.9160,-13.9164,0.5650,0.0000,-14.4815,0.0000,-14.4815,5.5286,-20.0100,1.8132,-21.8232,-0.3092,-21.5140,0.0000,0.0000,9.3576,-30.8716,1.0145,0.0000,0.0000,0.0000 -952.5000,1.0000,12752.5138,49.7595,49.3040,-0.2586,0.0000,5,1091.4655,-73.1741,418.5782,-73.1741,-8.3637,47.8426,-8.3637,-0.6844,-13.5100,0.0000,-13.5100,5.8307,-13.5100,0.5500,0.0000,-14.0600,0.0000,-14.0600,5.4292,-19.4891,3.3164,-22.8055,-0.3173,-22.4883,0.0000,0.0000,9.1893,-31.6776,0.9866,0.0000,0.0000,0.0000 -953.5000,1.0000,12766.0763,48.8150,48.3460,-0.2661,0.0000,5,1070.7480,-71.6911,412.7969,-71.6911,-8.0386,46.2863,-8.0386,-0.6909,-13.1034,0.0000,-13.1034,5.7557,-13.1034,0.5345,0.0000,-13.6379,0.0000,-13.6379,5.3261,-18.9640,4.3189,-23.2829,-0.3203,-22.9627,0.0000,0.0000,9.0149,-31.9776,0.9817,0.0000,0.0000,0.0000 -954.5000,1.0000,12779.3594,47.8090,47.2920,-0.2928,0.0000,5,1048.6816,-70.1113,406.2936,-70.1116,-7.6995,44.6182,-7.6995,-0.7444,-12.6435,0.0000,-12.6435,5.6885,-12.6435,0.5183,0.0000,-13.1618,0.0000,-13.1618,5.2163,-18.3781,7.5948,-25.9729,-0.3451,-25.6278,0.0000,0.0000,8.8291,-34.4570,0.9880,0.0000,0.0000,0.0000 -955.5000,1.0000,12792.3968,46.9245,46.5770,-0.1986,0.0000,5,1029.2803,-34.9813,404.2656,-68.7228,-3.7705,43.5742,-7.4074,-0.4957,-8.8905,0.0000,-8.8905,5.6157,-8.8905,0.4957,0.0000,-9.3862,0.0000,-9.3862,5.1198,-14.5060,0.0000,-14.5060,-0.2298,-14.2763,0.0000,0.0000,8.6658,-22.9421,0.9834,514.9007,514.9007,514.9007 -956.5000,1.0000,12805.2104,46.1190,45.6810,-0.2489,0.0000,5,1011.6118,-67.4580,415.9646,-67.4580,-7.1462,44.0655,-7.1462,-0.6105,-12.0774,0.0000,-12.0774,5.5416,-12.0774,0.4919,0.0000,-12.5692,0.0000,-12.5692,5.0319,-17.6012,2.4210,-20.0222,-0.2830,-19.7392,0.0000,0.0000,8.5170,-28.2563,0.9792,0.0000,0.0000,0.0000 -957.5000,1.0000,12817.7588,45.1645,44.6680,-0.2814,0.0000,5,990.6750,-67.1601,388.1012,-67.1603,-6.9674,40.2629,-6.9674,-0.6759,-11.7706,0.0000,-11.7706,5.4791,-11.7706,0.4772,0.0000,-12.2479,0.0000,-12.2479,4.9278,-17.1757,6.0817,-23.2574,-0.3133,-22.9440,0.0000,0.0000,8.3408,-31.2848,0.9858,0.0000,0.0000,0.0000 -958.5000,1.0000,12830.0605,44.2760,43.9040,-0.2122,0.0000,5,971.1859,-49.2533,381.3796,-68.2751,-5.0092,38.7872,-6.9437,-0.4997,-9.8950,0.0000,-9.8950,5.3856,-9.8950,0.4598,0.0000,-10.3548,0.0000,-10.3548,4.8309,-15.1857,0.0000,-15.1857,-0.2317,-14.9540,0.0000,0.0000,8.1767,-23.1307,0.9464,201.1069,201.1069,201.1069 -959.5000,1.0000,12842.1320,43.4475,43.0110,-0.2481,0.0000,5,953.0129,-69.3147,380.9722,-69.3147,-6.9176,38.0207,-6.9176,-0.5732,-11.7268,0.0000,-11.7268,5.3824,-11.7268,0.4527,0.0000,-12.1795,0.0000,-12.1795,4.7405,-16.9199,1.8525,-18.7724,-0.2657,-18.5067,0.0000,0.0000,8.0237,-26.5304,0.9419,0.0000,0.0000,0.0000 -960.5000,1.0000,12853.8561,42.1965,41.4020,-0.4469,0.0000,5,925.5725,-70.8821,380.3361,-70.8844,-6.8703,36.8644,-6.8705,-1.0030,-11.3347,0.0000,-11.3347,5.4674,-11.3347,0.4342,0.0000,-11.7689,0.0000,-11.7689,4.6040,-16.3729,22.7252,-39.0981,-0.4650,-38.6331,0.0000,0.0000,7.7927,-46.4258,1.1041,0.0000,0.0000,0.0000 -961.5000,1.0000,12865.2108,40.8670,40.3520,-0.2917,0.0000,5,896.4101,-72.6037,392.7093,-72.6040,-6.8154,36.8644,-6.8155,-0.6339,-11.5175,0.0000,-11.5175,5.3360,-11.5175,0.4165,0.0000,-11.9340,0.0000,-11.9340,4.4589,-16.3929,5.6958,-22.0887,-0.2939,-21.7948,0.0000,0.0000,7.5471,-29.3419,1.0751,0.0000,0.0000,0.0000 -962.5000,1.0000,12876.3076,39.9385,39.5450,-0.2242,0.0000,5,876.0436,-59.3690,401.8392,-74.0603,-5.4465,36.8644,-6.7942,-0.4762,-10.1260,0.0000,-10.1260,5.1557,-10.1260,0.4005,0.0000,-10.5265,0.0000,-10.5265,4.3576,-14.8841,0.0000,-14.8841,-0.2207,-14.6634,0.0000,0.0000,7.3757,-22.0390,0.9649,0.0000,0.0000,0.0000 -963.5000,1.0000,12887.1843,39.1460,38.7670,-0.2161,0.0000,5,858.6603,-50.2822,409.9743,-75.3033,-4.5213,36.8644,-6.7712,-0.4499,-9.1461,0.0000,-9.1461,5.0747,-9.1461,0.3875,0.0000,-9.5336,0.0000,-9.5336,4.2711,-13.8047,0.0000,-13.8047,-0.2086,-13.5961,0.0000,0.0000,7.2293,-20.8254,0.9400,112.8039,112.8039,112.8039 -964.5000,1.0000,12897.9780,38.8475,38.9480,0.0503,0.0000,5,852.1128,244.5174,413.1245,-75.7715,21.8190,36.8644,-6.7613,0.1039,16.6796,0.0000,16.6796,5.0356,16.6796,0.4106,0.0000,16.2689,0.0000,16.2689,4.2386,12.0304,0.0000,12.0304,0.0482,11.9822,0.0000,0.0000,7.1742,4.8080,0.9508,4620.1453,4620.1453,4620.1453 -965.5000,1.0000,12908.7378,38.7253,38.5226,-0.1182,0.0000,0,764.5028,10.8142,460.4674,-83.3053,0.8658,36.8644,-6.6693,-4.2064,0.0000,0.0000,0.0000,5.0722,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.2252,-4.2252,0.0000,-4.2252,-0.1128,-4.1124,0.0000,0.0000,7.1516,-11.2640,0.9191,1025.6199,1025.6199,1025.6199 -966.5000,1.0000,12919.6815,39.3874,40.2722,0.4860,0.0000,4,990.9797,691.9836,691.9836,-67.1428,71.8107,71.8107,-6.9678,19.2352,47.4339,0.0000,47.4339,5.1417,61.2036,1.8282,0.0000,59.3754,0.0000,59.3754,4.5096,54.8658,0.0000,54.8658,0.4719,54.3939,0.0000,0.0000,7.2739,47.1200,0.9743,14223.2941,14223.2941,14223.2941 -967.5000,1.0000,12931.2507,41.6391,43.0260,0.7650,0.0000,4,1351.7513,732.2566,764.5714,-88.7503,103.6546,108.2290,-12.5631,3.7106,94.6435,0.0000,94.6435,5.3006,94.6435,2.5520,0.0000,92.0914,0.0000,92.0914,5.2072,86.8843,0.0000,86.8843,0.7853,86.0989,0.0000,0.0000,7.6897,78.4092,1.0410,20160.4831,20160.4831,20160.4831 -968.5000,1.0000,12943.4504,43.9090,44.8120,0.4961,0.0000,4,1425.4410,518.6175,835.0354,-93.1207,77.4150,124.6473,-13.9003,2.5377,69.4196,0.0000,69.4196,5.4576,69.4196,2.1053,0.0000,67.3144,0.0000,67.3144,5.0441,62.2703,0.0000,62.2703,0.5371,61.7332,0.0000,0.0000,8.1089,53.6243,1.0766,15242.9901,15242.9901,15242.9901 -969.5000,1.0000,12956.1141,45.5790,46.3660,0.4317,0.0000,4,1479.6551,467.0085,769.5646,-96.3361,72.3626,119.2434,-14.9272,2.2920,64.5112,0.0000,64.5112,5.5593,64.5112,2.0510,0.0000,62.4602,0.0000,62.4602,5.1247,57.3355,0.0000,57.3355,0.4851,56.8504,0.0000,0.0000,8.4173,48.4331,1.0793,14371.8388,14371.8388,14371.8388 -970.5000,1.0000,12969.2088,47.1310,47.9160,0.4306,0.0000,4,1530.0385,465.8141,761.8971,-99.3242,74.6352,122.0752,-15.9142,2.3640,66.5893,0.0000,66.5893,5.6819,66.5893,2.1344,0.0000,64.4549,0.0000,64.4549,5.2972,59.1576,0.0000,59.1576,0.5003,58.6573,0.0000,0.0000,8.7039,49.9534,1.0688,14814.7483,14814.7483,14814.7483 -971.5000,1.0000,12982.6968,48.5470,49.1980,0.3561,0.0000,4,1576.0069,406.7424,768.2198,-102.0505,67.1284,126.7863,-16.8423,2.0140,59.2965,0.0000,59.2965,5.8179,59.2965,2.0277,0.0000,57.2688,0.0000,57.2688,5.3195,51.9493,0.0000,51.9493,0.4262,51.5230,0.0000,0.0000,8.9654,42.5576,1.1078,13520.5612,13520.5612,13520.5612 -972.5000,1.0000,12996.3039,48.9753,48.7726,-0.1182,0.0000,0,1575.0476,23.3649,728.5989,-101.9936,3.8538,120.1741,-16.8227,-2.1055,0.0000,0.0000,0.0000,5.9593,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.3436,-5.3436,0.0000,-5.3436,-0.1427,-5.2009,0.0000,0.0000,9.0445,-14.2454,1.1202,2754.7410,2754.7410,2754.7410 -973.5000,1.0000,13010.0150,49.3502,49.9478,0.3264,0.0000,5,1324.3279,396.8090,396.8090,-87.1239,55.0308,55.0308,-12.0826,-18.6202,67.6500,0.0000,67.6500,6.0010,55.2962,0.7439,0.0000,54.5523,0.0000,54.5523,5.3845,49.1678,0.0000,49.1678,0.3972,48.7706,0.0000,0.0000,9.1138,39.6568,1.0612,11046.6736,11046.6736,11046.6736 -974.5000,1.0000,13024.1221,50.7756,51.6234,0.4654,0.0000,5,1113.7535,703.5170,703.5170,-74.6055,82.0526,82.0526,-8.7014,1.2569,74.7731,0.0000,74.7731,6.0226,74.7731,0.8620,0.0000,73.9111,0.0000,73.9111,5.7739,68.1371,0.0000,68.1371,0.5827,67.5545,0.0000,0.0000,9.3770,58.1775,1.0266,16102.9380,16102.9380,16102.9380 -975.5000,1.0000,13038.7407,52.6169,53.6304,0.5575,0.0000,5,1154.1425,806.3856,806.3856,-77.0148,97.4610,97.4610,-9.3081,1.5601,89.7827,0.0000,89.7827,6.1181,89.7827,0.9644,0.0000,88.8183,0.0000,88.8183,6.1667,82.6516,0.0000,82.6516,0.7232,81.9284,0.0000,0.0000,9.7170,72.2113,1.0252,19004.8679,19004.8679,19004.8679 -976.5000,1.0000,13053.8122,54.2472,54.8840,0.3482,0.0000,5,1189.9027,569.8043,851.7906,-79.1480,71.0012,106.1385,-9.8623,1.0046,63.7707,0.0000,63.7707,6.2259,63.7707,0.8591,0.0000,62.9115,0.0000,62.9115,5.9279,56.9836,0.0000,56.9836,0.4657,56.5179,0.0000,0.0000,10.0181,46.4998,1.0340,14056.8418,14056.8418,14056.8418 -977.5000,1.0000,13069.1930,55.3610,55.8580,0.2706,0.0000,5,1214.3333,482.4215,751.7255,-80.6004,61.3470,95.5929,-10.2495,0.7966,54.3340,0.0000,54.3340,6.2163,54.3340,0.8292,0.0000,53.5048,0.0000,53.5048,6.0403,47.4645,0.0000,47.4645,0.3693,47.0952,0.0000,0.0000,10.2238,36.8714,0.9722,12199.2214,12199.2214,12199.2214 -978.5000,1.0000,13084.8469,56.3440,56.8500,0.2756,0.0000,5,1235.8953,488.5730,717.0710,-81.8792,63.2324,92.8052,-10.5970,0.8257,56.0083,0.0000,56.0083,6.3984,56.0083,0.8530,0.0000,55.1553,0.0000,55.1553,6.1476,49.0077,0.0000,49.0077,0.3828,48.6249,0.0000,0.0000,10.4053,38.2196,1.0431,12575.4601,12575.4601,12575.4601 -979.5000,1.0000,13100.7783,57.3430,57.8560,0.2794,0.0000,5,1257.8081,492.4609,722.5999,-83.1788,64.8657,95.1790,-10.9561,0.8522,57.5643,0.0000,57.5643,6.4491,57.5643,0.8767,0.0000,56.6877,0.0000,56.6877,6.2566,50.4311,0.0000,50.4311,0.3951,50.0360,0.0000,0.0000,10.5898,39.4462,1.0341,12902.3025,12902.3025,12902.3025 -980.5000,1.0000,13116.9625,58.2530,58.6700,0.2261,0.0000,5,1277.7688,432.7795,726.0687,-84.3626,57.9092,97.1535,-11.2884,0.7005,50.7198,0.0000,50.7198,6.4889,50.7198,0.8571,0.0000,49.8627,0.0000,49.8627,6.3559,43.5068,0.0000,43.5068,0.3247,43.1821,0.0000,0.0000,10.7579,32.4242,1.0247,11551.8027,11551.8027,11551.8027 -981.5000,1.0000,13133.3623,59.0295,59.4090,0.2053,0.0000,5,1294.8012,410.1606,703.6113,-85.3727,55.6142,95.4035,-11.5758,0.6445,48.3275,0.0000,48.3275,6.6423,48.3275,0.8577,0.0000,47.4697,0.0000,47.4697,6.4406,41.0292,0.0000,41.0292,0.2988,40.7304,0.0000,0.0000,10.9013,29.8291,1.0548,11137.3918,11137.3918,11137.3918 -982.5000,1.0000,13149.9391,59.6665,59.9440,0.1486,0.0000,5,1308.7737,346.7722,695.6147,-86.2014,47.5267,95.3371,-11.8143,0.4716,40.4040,0.0000,40.4040,6.6510,40.4040,0.8285,0.0000,39.5755,0.0000,39.5755,6.5101,33.0654,0.0000,33.0654,0.2186,32.8468,0.0000,0.0000,11.0189,21.8279,1.0175,9622.1580,9622.1580,9622.1580 -983.5000,1.0000,13166.5857,59.9175,59.9110,-0.0092,0.0000,5,1314.2793,172.0390,667.8002,-86.5280,23.6779,91.9100,-11.9089,-0.0292,16.9526,0.0000,16.9526,6.7545,16.9526,0.7154,0.0000,16.2372,0.0000,16.2372,6.5375,9.6997,0.0000,9.6997,-0.0135,9.7132,0.0000,0.0000,11.0653,-1.3521,1.0724,5172.8257,5172.8257,5172.8257 -984.5000,1.0000,13183.1537,59.6350,59.3790,-0.1478,0.0000,5,1308.0827,18.4548,590.9920,-86.1604,2.5280,80.9553,-11.8024,-0.4687,-3.7049,0.0000,-3.7049,6.7016,-3.7049,0.6866,0.0000,-4.3915,0.0000,-4.3915,6.5066,-10.8982,0.0000,-10.8982,-0.2173,-10.6809,0.0000,0.0000,11.0131,-21.6940,1.0307,2003.5333,2003.5333,2003.5333 -985.5000,1.0000,13199.6112,59.2370,59.1150,-0.0733,0.0000,5,1299.3527,100.6693,525.6328,-85.6427,13.6979,71.5217,-11.6532,-0.2310,7.2579,0.0000,7.2579,6.6710,7.2579,0.6558,0.0000,6.6021,0.0000,6.6021,6.4632,0.1389,0.0000,0.1389,-0.1071,0.2460,0.0000,0.0000,10.9396,-10.6936,1.0557,3315.8709,3315.8709,3315.8709 -986.5000,1.0000,13216.0275,59.0885,59.0820,-0.0092,0.0000,5,1296.0954,171.9619,561.2487,-85.4495,23.3398,76.1765,-11.5978,-0.0288,16.7131,0.0000,16.7131,6.6555,16.7131,0.7006,0.0000,16.0125,0.0000,16.0125,6.4470,9.5655,0.0000,9.5655,-0.0134,9.5788,0.0000,0.0000,10.9122,-1.3333,1.0417,5101.4443,5101.4443,5101.4443 -987.5000,1.0000,13232.4708,59.1860,59.3100,0.0633,0.0000,5,1298.2340,252.7573,593.4685,-85.5763,34.3625,80.6825,-11.6342,0.1994,27.4637,0.0000,27.4637,6.6995,27.4637,0.7560,0.0000,26.7077,0.0000,26.7077,6.4577,20.2500,0.0000,20.2500,0.0924,20.1576,0.0000,0.0000,10.9302,9.2274,1.0421,7155.7461,7155.7461,7155.7461 -988.5000,1.0000,13249.0109,59.5345,59.7790,0.1303,0.0000,5,1305.8783,326.7790,630.1947,-86.0297,44.6874,86.1799,-11.7647,0.4125,37.5865,0.0000,37.5865,6.6884,37.5865,0.8123,0.0000,36.7742,0.0000,36.7742,6.4957,30.2785,0.0000,30.2785,0.1912,30.0873,0.0000,0.0000,10.9945,19.0927,1.0436,9091.3066,9091.3066,9091.3066 -989.5000,1.0000,13265.7025,60.0795,60.4000,0.1725,0.0000,5,1317.8328,373.6257,663.7192,-86.7387,51.5615,91.5953,-11.9702,0.5512,44.2726,0.0000,44.2726,6.7377,44.2726,0.8547,0.0000,43.4179,0.0000,43.4179,6.5551,36.8627,0.0000,36.8627,0.2555,36.6072,0.0000,0.0000,11.0952,25.5120,1.0327,10369.4902,10369.4902,10369.4902 -990.5000,1.0000,13282.5734,60.7255,61.0710,0.1864,0.0000,5,1332.0027,388.5151,685.4548,-87.5791,54.1928,95.6120,-12.2161,0.6020,46.8601,0.0000,46.8601,6.7308,46.8601,0.8784,0.0000,45.9817,0.0000,45.9817,6.6256,39.3561,0.0000,39.3561,0.2791,39.0770,0.0000,0.0000,11.2145,27.8625,1.0355,10884.1997,10884.1997,10884.1997 -991.5000,1.0000,13299.6330,61.4045,61.7580,0.1908,0.0000,5,1346.8964,393.5557,694.0723,-88.4624,55.5097,97.8966,-12.4773,0.6232,48.0702,0.0000,48.0702,6.8163,48.0702,0.8958,0.0000,47.1744,0.0000,47.1744,6.6997,40.4747,0.0000,40.4747,0.2889,40.1858,0.0000,0.0000,11.3399,28.8459,1.0255,11150.5560,11150.5560,11150.5560 -992.5000,1.0000,13316.8711,62.0470,62.3560,0.1661,0.0000,5,1360.9895,366.4570,698.0747,-89.2982,52.2284,99.4913,-12.7270,0.5482,44.7441,0.0000,44.7441,6.9361,44.7441,0.8900,0.0000,43.8541,0.0000,43.8541,6.7698,37.0843,0.0000,37.0843,0.2541,36.8302,0.0000,0.0000,11.4585,25.3717,1.0437,10525.5760,10525.5760,10525.5760 -993.5000,1.0000,13334.2712,62.6305,62.9250,0.1581,0.0000,5,1373.7885,356.8263,689.7037,-90.0573,51.3340,99.2227,-12.9559,0.5265,43.9078,0.0000,43.9078,6.8997,43.9078,0.8957,0.0000,43.0121,0.0000,43.0121,6.8335,36.1786,0.0000,36.1786,0.2441,35.9346,0.0000,0.0000,11.5663,24.3683,1.0616,10370.2259,10370.2259,10370.2259 -994.5000,1.0000,13351.8237,63.1790,63.4530,0.1467,0.0000,5,1385.8197,344.6019,688.0506,-90.7709,50.0096,99.8518,-13.1729,0.4928,42.4978,0.0000,42.4978,7.0189,42.4978,0.8980,0.0000,41.5998,0.0000,41.5998,6.8933,34.7065,0.0000,34.7065,0.2285,34.4780,0.0000,0.0000,11.6676,22.8104,1.0933,10136.9191,10136.9191,10136.9191 -995.5000,1.0000,13369.4875,63.5795,63.7260,0.0758,0.0000,5,1394.6046,266.1748,683.7040,-91.2919,38.8729,99.8499,-13.3325,0.2564,31.5163,0.0000,31.5163,7.1002,31.5163,0.8500,0.0000,30.6663,0.0000,30.6663,6.9370,23.7292,0.0000,23.7292,0.1189,23.6104,0.0000,0.0000,11.7416,11.8688,1.0535,8072.7626,8072.7626,8072.7626 -996.5000,1.0000,13387.1976,63.7465,63.7870,0.0169,0.0000,5,1398.2677,215.2904,653.1925,-91.5091,31.5242,95.6445,-13.3993,0.0574,22.2197,0.0000,22.2197,9.2471,22.2197,0.8064,0.0000,21.4132,0.0000,21.4132,6.9552,14.4580,0.0000,14.4580,0.0266,14.4314,0.0000,0.0000,11.7724,2.6590,1.0687,6709.4659,6709.4659,6709.4659 -997.5000,1.0000,13404.9257,63.8110,63.8550,0.0189,0.0000,5,1399.6825,217.5894,634.0269,-91.5930,31.8930,92.9321,-13.4252,0.0641,22.5526,0.0000,22.5526,9.2763,22.5526,0.8092,0.0000,21.7434,0.0000,21.7434,6.9623,14.7811,0.0000,14.7811,0.0297,14.7514,0.0000,0.0000,11.7843,2.9671,1.0832,6781.5559,6781.5559,6781.5559 -998.5000,1.0000,13422.6776,63.8970,63.9590,0.0289,0.0000,5,1401.5689,228.6544,635.5958,-91.7049,33.5601,93.2876,-13.4597,0.0982,24.1802,0.0000,24.1802,9.2817,24.1802,0.8188,0.0000,23.3614,0.0000,23.3614,6.9717,16.3897,0.0000,16.3897,0.0455,16.3442,0.0000,0.0000,11.8002,4.5440,1.0697,7093.0778,7093.0778,7093.0778 -999.5000,1.0000,13440.4652,64.0255,64.1120,0.0425,0.0000,5,1404.3876,243.6922,640.8226,-91.8721,35.8391,94.2439,-13.5114,0.1447,26.4073,0.0000,26.4073,9.2871,26.4073,0.8322,0.0000,25.5751,0.0000,25.5751,6.9857,18.5894,0.0000,18.5894,0.0671,18.5223,0.0000,0.0000,11.8239,6.6984,1.0564,7516.9420,7516.9420,7516.9420 -1000.5000,1.0000,13458.3072,64.2210,64.3500,0.0661,0.0000,5,1408.6758,269.9789,648.1010,-92.1264,39.8263,95.6054,-13.5901,0.2258,30.2782,0.0000,30.2782,9.3222,30.2782,0.8549,0.0000,29.4233,0.0000,29.4233,7.0070,22.4163,0.0000,22.4163,0.1047,22.3116,0.0000,0.0000,11.8600,10.4516,1.0717,8254.7488,8254.7488,8254.7488 -1001.5000,1.0000,13476.2301,64.5125,64.6950,0.0958,0.0000,5,1415.0698,303.4904,660.1785,-92.5056,44.9730,97.8291,-13.7080,0.3288,35.2089,0.0000,35.2089,9.4353,35.2089,0.8846,0.0000,34.3242,0.0000,34.3242,7.0388,27.2854,0.0000,27.2854,0.1524,27.1330,0.0000,0.0000,11.9139,15.2191,1.0736,9231.0381,9231.0381,9231.0381 -1002.5000,1.0000,13494.2470,64.8510,65.0270,0.0922,0.0000,5,1422.4947,298.5982,674.3224,-92.9460,44.4802,100.4493,-13.8455,0.3181,34.8106,0.0000,34.8106,9.3514,34.8106,0.8886,0.0000,33.9221,0.0000,33.9221,7.0758,26.8463,0.0000,26.8463,0.1475,26.6989,0.0000,0.0000,11.9764,14.7225,1.0758,9145.1687,9145.1687,9145.1687 -1003.5000,1.0000,13512.3618,65.2030,65.3990,0.1033,0.0000,5,1430.2158,310.8491,674.4277,-93.4039,46.5564,101.0103,-13.9893,0.3583,36.8122,0.0000,36.8122,9.3859,36.8122,0.9047,0.0000,35.9075,0.0000,35.9075,7.1142,28.7933,0.0000,28.7933,0.1661,28.6272,0.0000,0.0000,12.0414,16.5858,1.0921,9538.0549,9538.0549,9538.0549 -1004.5000,1.0000,13530.5684,65.5340,65.6890,0.0806,0.0000,5,1437.4762,270.8826,680.0667,-93.8345,40.7765,102.3719,-14.1251,0.2808,33.2713,0.0000,33.2713,7.2245,33.2713,0.8929,0.0000,32.3784,0.0000,32.3784,7.1503,25.2281,0.0000,25.2281,0.1302,25.0980,0.0000,0.0000,12.1025,12.9955,1.0801,8437.0290,8437.0290,8437.0290 -1005.5000,1.0000,13548.9020,65.9910,66.3130,0.1733,0.0000,5,1447.5004,373.8684,669.6946,-94.4290,56.6717,101.5136,-14.3137,0.6083,48.8053,0.0000,48.8053,7.2580,48.8053,0.9786,0.0000,47.8267,0.0000,47.8267,7.2001,40.6265,0.0000,40.6265,0.2820,40.3445,0.0000,0.0000,12.1869,28.1576,1.0549,11433.7067,11433.7067,11433.7067 -1006.5000,1.0000,13567.4323,66.6990,67.1050,0.2200,0.0000,5,1463.0303,425.8863,710.9988,-95.3501,65.2493,108.9308,-14.6084,0.7804,57.1115,0.0000,57.1115,7.3573,57.1115,1.0327,0.0000,56.0788,0.0000,56.0788,7.2774,48.8014,0.0000,48.8014,0.3618,48.4396,0.0000,0.0000,12.3177,36.1220,1.0877,13036.6085,13036.6085,13036.6085 -1007.5000,1.0000,13586.2651,67.7880,68.4910,0.3850,0.0000,5,1486.9173,609.5552,736.9678,-96.7668,94.9136,114.7530,-15.0675,1.3880,86.1070,0.0000,86.1070,7.4185,86.1070,1.1973,0.0000,84.9098,0.0000,84.9098,7.5020,77.4077,0.0000,77.4077,0.6435,76.7643,0.0000,0.0000,12.5188,64.2455,1.1111,18522.5797,18522.5797,18522.5797 -1008.5000,1.0000,13605.4879,69.1920,69.9130,0.3950,0.0000,5,1517.7138,621.2644,803.1262,-98.5932,98.7404,127.6445,-15.6699,1.4536,89.6555,0.0000,89.6555,7.6314,89.6555,1.2406,0.0000,88.4149,0.0000,88.4149,7.6836,80.7313,0.0000,80.7313,0.6738,80.0575,0.0000,0.0000,12.7781,67.2794,1.1079,19314.3056,19314.3056,19314.3056 -1009.5000,1.0000,13624.9929,70.2080,70.5230,0.1694,0.0000,5,1539.9996,369.4443,806.2643,-99.9150,59.5797,130.0249,-16.1131,0.6327,51.2715,0.0000,51.2715,7.6755,51.2715,1.0674,0.0000,50.2041,0.0000,50.2041,7.6602,42.5438,0.0000,42.5438,0.2933,42.2505,0.0000,0.0000,12.9657,29.2849,1.1135,12057.4642,12057.4642,12057.4642 -1010.5000,1.0000,13644.6862,70.8860,71.2690,0.2072,0.0000,5,1554.8714,411.8558,728.7874,-100.7970,67.0607,118.6653,-16.4123,0.7812,58.4631,0.0000,58.4631,7.8164,58.4631,1.1160,0.0000,57.3471,0.0000,57.3471,7.7342,49.6129,0.0000,49.6129,0.3622,49.2507,0.0000,0.0000,13.0909,36.1598,1.1163,13484.1871,13484.1871,13484.1871 -1011.5000,1.0000,13664.5430,71.4745,71.7000,0.1197,0.0000,5,1567.7800,314.6007,743.2016,-101.5626,51.6504,122.0170,-16.6743,0.4551,43.3250,0.0000,43.3250,7.8703,43.3250,1.0513,0.0000,42.2737,0.0000,42.2737,7.7984,34.4752,0.0000,34.4752,0.2110,34.2643,0.0000,0.0000,13.1996,21.0647,1.1188,10610.4456,10610.4456,10610.4456 -1012.5000,1.0000,13684.4006,71.4773,71.2746,-0.1182,0.0000,0,1493.5250,4.4560,651.8785,-97.1587,0.6969,101.9548,-15.1958,-7.2441,0.0000,0.0000,0.0000,7.9410,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,7.7987,-7.7986,0.0000,-7.7986,-0.2082,-7.5904,0.0000,0.0000,13.2001,-20.7905,1.0990,2229.0049,2229.0049,2229.0049 -1013.5000,1.0000,13704.0906,70.8738,70.4930,-0.2171,0.0000,6,1270.0270,-83.9034,420.5093,-83.9034,-11.1589,55.9264,-11.1589,-11.2713,-6.8653,0.0000,-6.8653,6.9777,-6.1179,0.7392,0.0000,-6.8571,0.0000,-6.8571,7.7329,-14.5899,10.5810,-25.1710,-0.3794,-24.7916,0.0000,0.0000,13.0886,-37.8802,1.0365,0.0000,0.0000,0.0000 -1014.5000,1.0000,13723.5343,69.9875,69.5020,-0.2753,0.0000,6,1117.5986,-74.8349,418.6842,-74.8349,-8.7583,49.0006,-8.7583,-0.5431,-14.2729,0.0000,-14.2729,6.0577,-14.2729,0.8090,0.0000,-15.0819,0.0000,-15.0819,7.6362,-22.7181,12.1401,-34.8582,-0.4750,-34.3832,0.1183,0.0000,12.9250,-47.4265,1.0044,0.0000,0.0000,0.0000 -1015.5000,1.0000,13742.6675,68.8695,68.2570,-0.3458,0.0000,6,1099.7458,-73.7669,421.1699,-73.7669,-8.4954,48.5041,-8.4954,-0.6713,-13.7857,0.0000,-13.7857,5.9616,-13.7857,0.7894,0.0000,-14.5751,0.0000,-14.5751,7.5142,-22.0893,24.2270,-46.3163,-0.5872,-45.7290,0.1829,0.0000,12.7185,-58.6304,1.0117,0.0000,0.0000,0.0000 -1016.5000,1.0000,13761.4514,67.6120,66.9870,-0.3528,0.0000,6,1079.6653,-72.3295,415.4332,-72.3295,-8.1777,46.9698,-8.1777,-0.6723,-13.4103,0.0000,-13.4103,5.9049,-13.4103,0.7693,0.0000,-14.1796,0.0000,-14.1796,7.3770,-21.5566,25.0814,-46.6380,-0.5881,-46.0499,0.1795,0.0000,12.4863,-58.7157,0.9954,0.0000,0.0000,0.0000 -1017.5000,1.0000,13779.9193,66.4745,65.9820,-0.2792,0.0000,6,1061.5011,-71.0292,412.3571,-71.0292,-7.8956,45.8377,-7.8956,-0.5231,-13.0878,0.0000,-13.0878,5.7153,-13.0878,0.7513,0.0000,-13.8392,0.0000,-13.8392,7.2529,-21.0921,12.7073,-33.7994,-0.4575,-33.3419,0.0642,0.0000,12.2762,-45.6823,0.9910,0.0000,0.0000,0.0000 -1018.5000,1.0000,13798.2587,66.0120,66.0620,0.0222,0.0000,6,1054.1157,268.8958,417.4222,-70.5006,29.6825,46.0779,-7.7823,0.0413,23.9688,0.0000,23.9688,5.6724,23.9688,0.9283,0.0000,23.0405,0.0000,23.0405,7.2024,15.8381,0.0000,15.8381,0.0362,15.8019,0.0000,0.0000,12.1908,3.6111,0.9893,6091.1743,6091.1743,6091.1743 -1019.5000,1.0000,13816.6540,66.2130,66.3840,0.0894,0.0000,6,1057.3253,371.8233,586.1357,-70.7303,41.1693,64.8986,-7.8315,0.1669,35.3349,0.0000,35.3349,5.6675,35.3349,1.1577,0.0000,34.1772,0.0000,34.1772,7.2244,26.9529,0.0000,26.9529,0.1460,26.8068,0.0000,0.0000,12.2279,14.5789,0.9901,8284.6958,8284.6958,8284.6958 -1020.5000,1.0000,13835.2000,66.7555,67.1470,0.2119,0.0000,6,1065.9883,558.9630,639.2068,-71.3504,62.3971,71.3547,-7.9649,0.3988,56.3734,0.0000,56.3734,5.6249,56.3734,1.5841,0.0000,54.7893,0.0000,54.7893,7.2836,47.5057,0.0000,47.5057,0.3488,47.1569,0.0000,0.0000,12.3281,34.8288,0.9690,12340.5694,12340.5694,12340.5694 -1021.5000,1.0000,13853.9925,67.6430,68.1590,0.2811,0.0000,6,1080.1604,665.8458,731.2649,-72.3649,75.3166,82.7164,-8.1855,0.5360,68.9961,0.0000,68.9961,5.7845,68.9961,1.8458,0.0000,67.1503,0.0000,67.1503,7.3804,59.7699,0.0000,59.7699,0.4688,59.3011,0.0000,0.0000,12.4920,46.8091,1.0186,14804.6222,14804.6222,14804.6222 -1022.5000,1.0000,13873.0653,68.6520,69.1650,0.2794,0.0000,6,1096.2726,665.4400,783.3276,-73.5183,76.3934,89.9271,-8.4400,0.5408,69.7387,0.0000,69.7387,6.1140,69.7387,1.8713,0.0000,67.8674,0.0000,67.8674,7.4905,60.3770,0.0000,60.3770,0.4730,59.9040,0.0000,0.0000,12.6783,47.2256,1.2730,15010.3093,15010.3093,15010.3093 -1023.5000,1.0000,13892.4570,69.8001,70.4552,0.3584,0.0000,6,1114.6062,785.4135,785.4135,-74.6564,91.6745,91.6745,-8.7140,0.7051,84.9295,0.0000,84.9295,6.0399,84.9295,2.1873,0.0000,82.7422,0.0000,82.7422,7.6544,75.0878,0.0000,75.0878,0.6168,74.4711,0.0000,0.0000,12.8904,61.5807,1.1878,17930.0937,17930.0937,17930.0937 -1024.5000,1.0000,13912.1655,70.9406,71.4460,0.2752,0.0000,6,1132.8183,656.9334,841.2875,-75.7428,77.9310,99.8006,-8.9852,0.5503,71.3117,0.0000,71.3117,6.0690,71.3117,1.9272,0.0000,69.3845,0.0000,69.3845,7.7402,61.6443,0.0000,61.6443,0.4814,61.1629,0.0000,0.0000,13.1010,48.0619,1.1353,15303.8791,15303.8791,15303.8791 -1025.5000,1.0000,13932.0813,71.6870,71.9480,0.1394,0.0000,6,1144.7372,448.5152,782.9127,-76.4537,53.7665,93.8529,-9.1650,0.2818,47.3711,0.0000,47.3711,6.1136,47.3711,1.4565,0.0000,45.9146,0.0000,45.9146,7.8216,38.0930,0.0000,38.0930,0.2465,37.8465,0.0000,0.0000,13.2388,24.6077,1.1276,10695.5684,10695.5684,10695.5684 -1026.5000,1.0000,13952.1745,72.3255,72.7230,0.2153,0.0000,6,1154.9331,568.0719,689.8622,-77.0619,68.7051,83.4349,-9.3202,0.4389,62.0848,0.0000,62.0848,6.1814,62.0848,1.7577,0.0000,60.3270,0.0000,60.3270,7.8913,52.4358,0.0000,52.4358,0.3839,52.0519,0.0000,0.3668,13.3567,38.3283,1.1303,13596.0114,13596.0114,13596.0114 -1027.5000,1.0000,13972.4806,73.0920,73.4810,0.2106,0.0000,6,1167.1730,569.8417,745.7047,-77.7921,69.6495,91.1446,-9.5082,0.4338,63.1562,0.0000,63.1562,6.0595,63.1562,1.7876,0.0000,61.3686,0.0000,61.3686,7.9749,53.3937,0.0000,53.3937,0.3794,53.0143,0.0000,1.6311,13.4983,37.8849,1.0162,13785.2069,13785.2069,13785.2069 -1028.5000,1.0000,13993.0085,73.8905,74.3200,0.2331,0.0000,6,1179.9238,624.2143,748.3438,-78.5527,77.1287,92.4664,-9.7061,0.4854,70.4656,0.0000,70.4656,6.1778,70.4656,1.9426,0.0000,68.5229,0.0000,68.5229,8.0620,60.4609,0.0000,60.4609,0.4246,60.0363,0.0000,3.9992,13.6457,42.3914,1.0187,15186.2691,15186.2691,15186.2691 -1029.5000,1.0000,14013.7573,74.6855,75.0710,0.2086,0.0000,6,1192.6188,615.8555,773.9174,-79.3100,76.9147,96.6551,-9.9051,0.4392,70.2615,0.0000,70.2615,6.2140,70.2615,1.9474,0.0000,68.3140,0.0000,68.3140,8.1488,60.1653,0.0000,60.1653,0.3841,59.7811,0.0000,7.6353,13.7926,38.3533,1.0212,15165.0417,15165.0417,15165.0417 -1030.5000,1.0000,14034.6914,75.3530,75.6550,0.1622,0.0000,6,1203.2778,534.5949,770.9402,-79.9447,67.3627,97.1438,-10.0736,0.3446,60.7877,0.0000,60.7877,6.2305,60.7877,1.7655,0.0000,59.0222,0.0000,59.0222,8.2216,50.8006,0.0000,50.8006,0.3014,50.4992,0.0000,6.4921,13.9158,30.0912,0.9834,13367.3136,13367.3136,13367.3136 -1031.5000,1.0000,14055.7432,75.7765,75.9180,0.0731,0.0000,6,1210.0405,393.0242,734.9142,-80.3458,49.8021,93.1248,-10.1810,0.1560,43.3849,0.0000,43.3849,6.2612,43.3849,1.4222,0.0000,41.9627,0.0000,41.9627,8.2678,33.6949,0.0000,33.6949,0.1365,33.5584,0.0000,5.9368,13.9940,13.6275,1.0114,9988.2309,9988.2309,9988.2309 -1032.5000,1.0000,14076.8553,75.9935,76.0890,0.0475,0.0000,6,1213.5057,367.7939,672.3869,-80.5513,46.7385,85.4456,-10.2363,0.1017,40.3389,0.0000,40.3389,6.2979,40.3389,1.3637,0.0000,38.9751,0.0000,38.9751,8.2915,30.6837,0.0000,30.6837,0.0890,30.5947,0.0000,7.6747,14.0341,8.8859,1.0254,9405.1212,9405.1212,9405.1212 -1033.5000,1.0000,14098.0327,76.2285,76.3880,0.0831,0.0000,6,1217.2583,421.4775,662.2584,-80.7738,53.7262,84.4187,-10.2963,0.1785,47.2766,0.0000,47.2766,6.2711,47.2766,1.5052,0.0000,45.7715,0.0000,45.7715,8.3171,37.4543,0.0000,37.4543,0.1561,37.2982,0.0000,7.6354,14.0775,15.5853,1.0261,10747.8453,10747.8453,10747.8453 -1034.5000,1.0000,14119.2937,76.5295,76.6910,0.0842,0.0000,6,1222.0648,432.0587,686.6724,-81.0589,55.2924,87.8764,-10.3735,0.1816,48.8126,0.0000,48.8126,6.2983,48.8126,1.5393,0.0000,47.2733,0.0000,47.2733,8.3500,38.9233,0.0000,38.9233,0.1588,38.7645,0.0000,8.7752,14.1331,15.8562,1.0271,11044.6880,11044.6880,11044.6880 -1035.5000,1.0000,14140.6999,77.0525,77.4340,0.2064,0.0000,6,1230.4164,610.0087,693.9104,-81.5542,78.5990,89.4096,-10.5082,0.4483,71.8046,0.0000,71.8046,6.3461,71.8046,2.0051,0.0000,69.7995,0.0000,69.7995,8.4070,61.3924,0.0000,61.3924,0.3921,61.0004,0.0000,7.6233,14.2297,39.1473,1.0154,15478.1626,15478.1626,15478.1626 -1036.5000,1.0000,14162.2889,77.7105,78.0070,0.1592,0.0000,6,1240.9237,564.2876,771.6750,-82.1774,73.3287,100.2786,-10.6789,0.3486,66.5799,0.0000,66.5799,6.4002,66.5799,1.9082,0.0000,64.6717,0.0000,64.6717,8.4788,56.1929,0.0000,56.1929,0.3050,55.8879,0.0000,11.0886,14.3512,30.4482,1.0041,14472.7138,14472.7138,14472.7138 -1037.5000,1.0000,14184.0423,78.3020,78.6170,0.1694,0.0000,6,1250.3691,562.9918,753.1503,-82.7376,73.7172,98.6163,-10.8335,0.3740,66.8925,0.0000,66.8925,6.4508,66.8925,1.9213,0.0000,64.9712,0.0000,64.9712,8.5434,56.4278,0.0000,56.4278,0.3271,56.1007,0.0000,8.9793,14.4604,32.6610,1.0460,14548.2058,14548.2058,14548.2058 -1038.5000,1.0000,14205.9521,78.8655,79.1340,0.1436,0.0000,6,1259.3674,515.1570,753.2480,-83.2712,67.9392,99.3388,-10.9819,0.3192,61.1404,0.0000,61.1404,6.4796,61.1404,1.8128,0.0000,59.3276,0.0000,59.3276,8.6048,50.7227,0.0000,50.7227,0.2792,50.4435,0.0000,7.9982,14.5645,27.8807,1.0211,13478.3556,13478.3556,13478.3556 -1039.5000,1.0000,14227.9723,79.2625,79.4110,0.0769,0.0000,6,1265.7069,422.6925,732.9186,-83.6472,56.0256,97.1443,-11.0870,0.1719,49.3304,0.0000,49.3304,6.5233,49.3304,1.5812,0.0000,47.7492,0.0000,47.7492,8.6482,39.1010,0.0000,39.1010,0.1504,38.9506,0.0000,9.2996,14.6378,15.0132,1.0090,11186.1773,11186.1773,11186.1773 -1040.5000,1.0000,14250.0671,79.5315,79.6720,0.0725,0.0000,6,1270.0024,421.4469,694.0857,-83.9020,56.0500,92.3095,-11.1585,0.1625,49.3307,0.0000,49.3307,6.5568,49.3307,1.5844,0.0000,47.7463,0.0000,47.7463,8.6775,39.0688,0.0000,39.0688,0.1422,38.9266,0.0000,10.0451,14.6875,14.1941,1.0232,11192.2635,11192.2635,11192.2635 -1041.5000,1.0000,14272.2359,79.7975,79.9430,0.0753,0.0000,6,1274.2500,409.2553,694.2389,-84.1539,54.6107,92.6387,-11.2294,0.1693,47.8289,0.0000,47.8289,6.6124,47.8289,1.5575,0.0000,46.2715,0.0000,46.2715,8.7065,37.5649,0.0000,37.5649,0.1481,37.4168,0.0000,7.8930,14.7366,14.7872,1.0241,10932.8329,10932.8329,10932.8329 -1042.5000,1.0000,14294.4701,80.0330,80.1430,0.0556,0.0000,6,1278.0106,409.5096,689.3591,-84.3769,54.8059,92.2590,-11.2924,0.1253,48.0665,0.0000,48.0665,6.6141,48.0665,1.5650,0.0000,46.5015,0.0000,46.5015,8.7322,37.7693,0.0000,37.7693,0.1096,37.6596,0.0000,11.9343,14.7801,10.9453,1.0248,10970.7334,10970.7334,10970.7334 -1043.5000,1.0000,14316.7512,80.2020,80.2810,0.0383,0.0000,6,1280.7093,365.3795,689.7539,-84.5370,49.0031,92.5067,-11.3377,0.0867,42.2842,0.0000,42.2842,6.6323,42.2842,1.4513,0.0000,40.8328,0.0000,40.8328,8.7507,32.0822,0.0000,32.0822,0.0758,32.0064,0.0000,9.6269,14.8113,7.5682,1.0120,9877.2481,9877.2481,9877.2481 -1044.5000,1.0000,14339.0709,80.3410,80.4210,0.0389,0.0000,6,1282.9290,354.0164,671.3855,-84.6686,47.5614,90.1993,-11.3751,0.0881,40.7806,0.0000,40.7806,6.6927,40.7806,1.4229,0.0000,39.3577,0.0000,39.3577,8.7658,30.5919,0.0000,30.5919,0.0770,30.5149,0.0000,7.9867,14.8370,7.6912,1.0391,9605.2004,9605.2004,9605.2004 -1045.5000,1.0000,14361.3987,80.3700,80.3390,-0.0228,0.0000,6,1283.3920,266.8188,665.8185,-84.6961,35.8595,89.4837,-11.3829,-0.0516,29.0702,0.0000,29.0702,6.8409,29.0702,1.1890,0.0000,27.8811,0.0000,27.8811,8.7690,19.1121,0.0000,19.1121,-0.0451,19.1573,0.0000,8.8214,14.8424,-4.5065,1.1338,7413.9215,7413.9215,7413.9215 -1046.5000,1.0000,14383.7195,80.3450,80.3710,0.0089,0.0000,6,1282.9928,298.8764,629.1564,-84.6724,40.1554,84.5301,-11.3761,0.0201,33.2387,0.0000,33.2387,6.8966,33.2387,1.2721,0.0000,31.9666,0.0000,31.9666,8.7663,23.2003,0.0000,23.2003,0.0176,23.1827,0.0000,6.5869,14.8377,1.7581,1.2078,8225.2032,8225.2032,8225.2032 -1047.5000,1.0000,14406.0438,80.3575,80.3640,-0.0019,0.0000,6,1283.1924,278.0318,642.6331,-84.6843,37.3607,86.3542,-11.3795,-0.0044,30.4770,0.0000,30.4770,6.8881,30.4770,1.2170,0.0000,29.2599,0.0000,29.2599,8.7676,20.4923,0.0000,20.4923,-0.0039,20.4962,0.0000,6.0407,14.8400,-0.3846,1.1721,7697.2884,7697.2884,7697.2884 -1048.5000,1.0000,14428.3506,80.2945,80.2450,-0.0331,0.0000,6,1282.1864,264.9330,633.1214,-84.6246,35.5726,85.0094,-11.3626,-0.0748,26.8000,0.0000,26.8000,8.8474,26.8000,1.1427,0.0000,25.6573,0.0000,25.6573,8.7608,16.8965,0.0000,16.8965,-0.0654,16.9620,0.0000,8.6673,14.8284,-6.5337,1.1590,7358.0114,7358.0114,7358.0114 -1049.5000,1.0000,14450.5967,80.0760,79.9270,-0.0883,0.0000,6,1278.6973,175.0812,626.0936,-84.4177,23.4442,83.8370,-11.3039,-0.1994,14.7410,0.0000,14.7410,8.9026,14.7410,0.8990,0.0000,13.8420,0.0000,13.8420,8.7369,5.1051,0.0000,5.1051,-0.1744,5.2795,0.0000,7.9037,14.7881,-17.4123,1.1959,5098.6426,5098.6426,5098.6426 -1050.5000,1.0000,14472.6878,79.5180,79.1290,-0.2217,0.0000,6,1269.7868,-44.0099,583.3718,-83.8892,-5.8521,77.5720,-11.1549,-0.4968,-14.2168,0.0000,-14.2168,8.8616,-14.2168,0.9392,0.0000,-15.1561,0.0000,-15.1561,8.6760,-23.8321,0.0000,-23.8321,-0.4346,-23.3975,0.0000,5.3080,14.6850,-43.3905,1.1800,731.3406,731.3406,731.3406 -1051.5000,1.0000,14494.5541,78.7085,78.3080,-0.2281,0.0000,6,1256.8603,-50.3561,483.9283,-83.1226,-6.6278,63.6937,-10.9404,-0.5060,-14.8981,0.0000,-14.8981,8.7763,-14.8981,0.9346,0.0000,-15.8327,0.0000,-15.8327,8.5877,-24.4204,0.0000,-24.4204,-0.4426,-23.9779,0.0000,5.6733,14.5355,-44.1867,1.1754,583.2770,583.2770,583.2770 -1052.5000,1.0000,14516.1984,77.9095,77.5310,-0.2158,0.0000,6,1244.1014,-27.6362,477.6882,-82.3658,-3.6005,62.2342,-10.7308,-0.4740,-11.8268,0.0000,-11.8268,8.7003,-11.8268,0.8926,0.0000,-12.7194,0.0000,-12.7194,8.5005,-21.2199,0.0000,-21.2199,-0.4146,-20.8053,0.0000,6.2008,14.3880,-41.3941,1.1708,1022.1351,1022.1351,1022.1351 -1053.5000,1.0000,14537.6571,77.2415,76.9720,-0.1553,0.0000,6,1233.4344,55.0280,486.0367,-81.7332,7.1077,62.7789,-10.5571,-0.3381,-1.2005,0.0000,-1.2005,8.6463,-1.2005,0.7769,0.0000,-1.9775,0.0000,-1.9775,8.4277,-10.4051,0.0000,-10.4051,-0.2957,-10.1094,0.0000,5.1510,14.2646,-29.5250,1.1542,2417.8000,2417.8000,2417.8000 -1054.5000,1.0000,14558.9667,76.7045,76.4570,-0.1431,0.0000,6,1224.8593,77.4737,521.0363,-81.2246,9.9373,66.8317,-10.4184,-0.3093,1.6519,0.0000,1.6519,8.5947,1.6519,0.7409,0.0000,0.9110,0.0000,0.9110,8.3691,-7.4581,0.0000,-7.4581,-0.2705,-7.1875,0.0000,5.6589,14.1654,-27.0119,1.1274,2757.9388,2757.9388,2757.9388 -1055.5000,1.0000,14580.1428,76.2240,76.0110,-0.1239,0.0000,6,1217.1864,107.0784,529.5825,-80.7696,13.6486,67.5024,-10.2952,-0.2662,7.2687,0.0000,7.2687,6.6460,7.2687,0.7049,0.0000,6.5638,0.0000,6.5638,8.3166,-1.7529,0.0000,-1.7529,-0.2328,-1.5200,0.0000,7.6495,14.0767,-23.2463,1.1932,3266.5964,3266.5964,3266.5964 -1056.5000,1.0000,14601.1952,75.7785,75.5660,-0.1236,0.0000,6,1210.0725,107.0993,541.2573,-80.3477,13.5715,68.5873,-10.1815,-0.2640,7.2502,0.0000,7.2502,6.5853,7.2502,0.6995,0.0000,6.5507,0.0000,6.5507,8.2680,-1.7174,0.0000,-1.7174,-0.2309,-1.4864,0.0000,7.5777,13.9944,-23.0586,1.1234,3250.0740,3250.0740,3250.0740 -1057.5000,1.0000,14622.1716,75.5050,75.4640,-0.0283,0.0000,6,1205.7051,244.5454,541.8993,-80.0886,30.8766,68.4208,-10.1121,-0.0603,24.3623,0.0000,24.3623,6.5745,24.3623,1.0387,0.0000,23.3237,0.0000,23.3237,8.2382,15.0855,0.0000,15.0855,-0.0527,15.1382,0.0000,6.4606,13.9439,-5.2663,1.1331,6429.0092,6429.0092,6429.0092 -1058.5000,1.0000,14643.1621,75.5560,75.6680,0.0567,0.0000,6,1206.5195,389.7747,605.1861,-80.1369,49.2466,76.4631,-10.1250,0.1207,42.5491,0.0000,42.5491,6.5768,42.5491,1.4030,0.0000,41.1461,0.0000,41.1461,8.2438,32.9024,0.0000,32.9024,0.1056,32.7968,0.0000,8.3039,13.9533,10.5396,1.1445,9881.9549,9881.9549,9881.9549 -1059.5000,1.0000,14664.2081,75.7555,75.8630,0.0542,0.0000,6,1209.7052,384.0531,670.5135,-80.3259,48.6519,84.9407,-10.1757,0.1157,41.8959,0.0000,41.8959,6.6403,41.8959,1.3922,0.0000,40.5037,0.0000,40.5037,8.2655,32.2382,0.0000,32.2382,0.1012,32.1370,0.0000,8.0456,13.9902,10.1013,1.1457,9766.9402,9766.9402,9766.9402 -1060.5000,1.0000,14685.3110,75.9605,76.0780,0.0597,0.0000,6,1212.9787,397.5352,668.5278,-80.5200,50.4960,84.9183,-10.2279,0.1279,43.6686,0.0000,43.6686,6.6996,43.6686,1.4299,0.0000,42.2386,0.0000,42.2386,8.2879,33.9507,0.0000,33.9507,0.1118,33.8389,0.0000,8.6434,14.0280,11.1674,1.1596,10128.4650,10128.4650,10128.4650 -1061.5000,1.0000,14706.4731,76.1735,76.2890,0.0586,0.0000,6,1216.3800,416.9320,675.0138,-80.7217,53.1084,85.9826,-10.2823,0.1258,46.3470,0.0000,46.3470,6.6355,46.3470,1.4859,0.0000,44.8611,0.0000,44.8611,8.3111,36.5499,0.0000,36.5499,0.1101,36.4399,0.0000,11.3821,14.0674,10.9904,1.1360,10630.3405,10630.3405,10630.3405 -1062.5000,1.0000,14727.7088,76.4385,76.6080,0.0886,0.0000,6,1220.6117,487.6506,684.6078,-80.9727,62.3325,87.5081,-10.3501,0.1909,55.4860,0.0000,55.4860,6.6556,55.4860,1.6717,0.0000,53.8143,0.0000,53.8143,8.3400,45.4743,0.0000,45.4743,0.1670,45.3073,0.0000,14.5174,14.1163,16.6736,1.1154,12394.1451,12394.1451,12394.1451 -1063.5000,1.0000,14749.0419,76.7890,76.9900,0.1061,0.0000,6,1226.2087,531.9800,716.6896,-81.3047,68.3106,92.0289,-10.4402,0.2297,61.3531,0.0000,61.3531,6.7279,61.3531,1.7931,0.0000,59.5600,0.0000,59.5600,8.3783,51.1817,0.0000,51.1817,0.2009,50.9808,0.0000,16.7417,14.1810,20.0581,1.1643,13540.5681,13540.5681,13540.5681 -1064.5000,1.0000,14770.4670,77.1205,77.2710,0.0781,0.0000,6,1231.5022,505.3653,736.4766,-81.6186,65.1732,94.9779,-10.5258,0.1697,58.2780,0.0000,58.2780,6.7256,58.2780,1.7354,0.0000,56.5426,0.0000,56.5426,8.4145,48.1282,0.0000,48.1282,0.1484,47.9797,0.0000,18.9190,14.2422,14.8185,1.1535,12956.8176,12956.8176,12956.8176 -1065.5000,1.0000,14791.9726,77.4100,77.5690,0.0828,0.0000,6,1236.1251,536.0385,725.5105,-81.8928,69.3884,93.9150,-10.6008,0.1806,62.4165,0.0000,62.4165,6.7913,62.4165,1.8215,0.0000,60.5950,0.0000,60.5950,8.4460,52.1490,0.0000,52.1490,0.1580,51.9910,0.0000,21.9213,14.2957,15.7739,1.1806,13739.9315,13739.9315,13739.9315 -1066.5000,1.0000,14813.5763,77.7635,77.9780,0.1136,0.0000,6,1241.7700,594.7162,739.8607,-82.2276,77.3356,96.2099,-10.6927,0.2490,70.2664,0.0000,70.2664,6.8202,70.2664,1.9825,0.0000,68.2839,0.0000,68.2839,8.4846,59.7993,0.0000,59.7993,0.2178,59.5814,0.0000,23.4721,14.3610,21.7483,1.1699,15247.0661,15247.0661,15247.0661 -1067.5000,1.0000,14835.2932,78.1710,78.3840,0.1128,0.0000,6,1248.2772,564.2530,765.8936,-82.6135,73.7588,100.1171,-10.7992,0.2485,66.6166,0.0000,66.6166,6.8936,66.6166,1.9142,0.0000,64.7024,0.0000,64.7024,8.5291,56.1733,0.0000,56.1733,0.2174,55.9560,0.0000,19.8178,14.4363,21.7019,1.2044,14555.9697,14555.9697,14555.9697 -1068.5000,1.0000,14857.1127,78.5400,78.7160,0.0922,0.0000,6,1254.1696,513.4910,753.0974,-82.9630,67.4400,98.9091,-10.8961,0.2042,60.3225,0.0000,60.3225,6.9133,60.3225,1.7926,0.0000,58.5299,0.0000,58.5299,8.5693,49.9606,0.0000,49.9606,0.1786,49.7820,0.0000,17.4474,14.5044,17.8302,1.1871,13384.9190,13384.9190,13384.9190 -1069.5000,1.0000,14879.0219,78.8630,79.0300,0.0872,0.0000,6,1259.3274,522.0954,731.7975,-83.2689,68.8521,96.5069,-10.9812,0.1939,61.7401,0.0000,61.7401,6.9181,61.7401,1.8247,0.0000,59.9153,0.0000,59.9153,8.6046,51.3107,0.0000,51.3107,0.1696,51.1412,0.0000,19.6443,14.5640,16.9328,1.1762,13644.3263,13644.3263,13644.3263 -1070.5000,1.0000,14900.9923,79.0835,79.1570,0.0353,0.0000,6,1262.8485,462.8796,735.4392,-83.4777,61.2136,97.2583,-11.0395,0.0786,54.1798,0.0000,54.1798,6.9552,54.1798,1.6761,0.0000,52.5037,0.0000,52.5037,8.6286,43.8750,0.0000,43.8750,0.0688,43.8063,0.0000,22.3337,14.6048,6.8678,1.1775,12182.9816,12182.9816,12182.9816 -1071.5000,1.0000,14922.9785,79.1405,79.1440,-0.0036,0.0000,6,1263.7587,390.4074,709.8214,-83.5317,51.6667,93.9381,-11.0546,-0.0081,44.7579,0.0000,44.7579,6.9168,44.7579,1.4883,0.0000,43.2696,0.0000,43.2696,8.6349,34.6347,0.0000,34.6347,-0.0070,34.6418,0.0000,20.7300,14.6153,-0.7035,1.1651,10374.6481,10374.6481,10374.6481 -1072.5000,1.0000,14944.9416,79.0570,78.9900,-0.0428,0.0000,6,1262.4253,323.2118,677.9393,-83.4526,42.7289,89.6242,-11.0325,-0.0953,35.8652,0.0000,35.8652,6.9590,35.8652,1.3095,0.0000,34.5557,0.0000,34.5557,8.6257,25.9300,0.0000,25.9300,-0.0834,26.0133,0.0000,19.7385,14.5999,-8.3251,1.2004,8669.4250,8669.4250,8669.4250 -1073.5000,1.0000,14966.8752,78.9510,78.9320,-0.0161,0.0000,6,1260.7327,372.2675,648.9606,-83.3522,49.1481,85.6781,-11.0045,-0.0359,42.2178,0.0000,42.2178,6.9661,42.2178,1.4353,0.0000,40.7825,0.0000,40.7825,8.6142,32.1683,0.0000,32.1683,-0.0314,32.1997,0.0000,20.7506,14.5803,-3.1312,1.1768,9884.9091,9884.9091,9884.9091 -1074.5000,1.0000,14988.7912,78.8875,78.8630,-0.0192,0.0000,6,1259.7187,372.9955,669.9706,-83.2921,49.2046,88.3808,-10.9877,-0.0426,42.3208,0.0000,42.3208,6.9264,42.3208,1.4366,0.0000,40.8842,0.0000,40.8842,8.6072,32.2769,0.0000,32.2769,-0.0373,32.3142,0.0000,21.4677,14.5686,-3.7221,1.1510,9894.9797,9894.9797,9894.9797 -1075.5000,1.0000,15010.6774,78.7805,78.7180,-0.0403,0.0000,6,1258.0100,330.7095,669.7577,-83.1907,43.5672,88.2329,-10.9594,-0.0894,36.7809,0.0000,36.7809,6.8757,36.7809,1.3246,0.0000,35.4563,0.0000,35.4563,8.5956,26.8607,0.0000,26.8607,-0.0782,26.9390,0.0000,20.2013,14.5488,-7.8111,1.1138,8818.5389,8818.5389,8818.5389 -1076.5000,1.0000,15032.5394,78.6930,78.6880,-0.0083,0.0000,6,1256.6128,381.9694,651.5947,-83.1079,50.2642,85.7448,-10.9363,-0.0185,43.3769,0.0000,43.3769,6.9058,43.3769,1.4555,0.0000,41.9214,0.0000,41.9214,8.5860,33.3354,0.0000,33.3354,-0.0162,33.3516,0.0000,20.4332,14.5327,-1.6143,1.1498,10098.4100,10098.4100,10098.4100 -1077.5000,1.0000,15054.3942,78.6675,78.6670,-0.0058,0.0000,6,1256.2056,379.4430,673.7644,-83.0837,49.9155,88.6334,-10.9296,-0.0129,43.1445,0.0000,43.1445,6.7840,43.1445,1.4506,0.0000,41.6939,0.0000,41.6939,8.5832,33.1107,0.0000,33.1107,-0.0113,33.1220,0.0000,19.7237,14.5279,-1.1296,1.0338,10030.3210,10030.3210,10030.3210 -1078.5000,1.0000,15076.2424,78.6435,78.6400,-0.0075,0.0000,6,1255.8223,290.7332,672.5735,-83.0610,38.2342,88.4497,-10.9233,-0.0166,31.5036,0.0000,31.5036,6.7472,31.5036,1.2175,0.0000,30.2861,0.0000,30.2861,8.5806,21.7055,0.0000,21.7055,-0.0145,21.7200,0.0000,8.6485,14.5235,-1.4520,0.9804,7837.4931,7837.4931,7837.4931 -1079.5000,1.0000,15098.1194,78.7470,78.8740,0.0650,0.0000,6,1257.4751,337.8165,635.2850,-83.1590,44.4845,83.6559,-10.9506,0.1443,37.4553,0.0000,37.4553,6.8849,37.4553,1.3377,0.0000,36.1176,0.0000,36.1176,8.5919,27.5257,0.0000,27.5257,0.1262,27.3995,0.0000,0.2567,14.5426,12.6002,1.1253,8984.1958,8984.1958,8984.1958 -1080.5000,1.0000,15120.0639,78.9905,79.1270,0.0703,0.0000,6,1261.3634,343.4390,656.1995,-83.3896,45.3647,86.6772,-11.0149,0.1565,38.3671,0.0000,38.3671,6.8412,38.3671,1.3588,0.0000,37.0083,0.0000,37.0083,8.6185,28.3899,0.0000,28.3899,0.1369,28.2530,0.0000,0.0000,14.5876,13.6654,1.0615,9152.5110,9152.5110,9152.5110 -1081.5000,1.0000,15142.0238,79.0455,78.9840,-0.0397,0.0000,6,1262.2417,174.3573,657.3126,-83.4417,23.0468,86.8847,-11.0295,-0.0885,16.3343,0.0000,16.3343,6.8010,16.3343,0.9188,0.0000,15.4155,0.0000,15.4155,8.6245,6.7910,0.0000,6.7910,-0.0774,6.8685,0.0000,0.0000,14.5977,-7.7293,1.0350,5003.1782,5003.1782,5003.1782 -1082.5000,1.0000,15163.9337,78.8655,78.7670,-0.0603,0.0000,6,1259.3674,142.9961,583.2675,-83.2712,18.8584,76.9217,-10.9819,-0.1340,12.1834,0.0000,12.1834,6.8090,12.1834,0.8336,0.0000,11.3498,0.0000,11.3498,8.6048,2.7449,0.0000,2.7449,-0.1172,2.8621,0.0000,0.0000,14.5645,-11.7024,1.0344,4197.5154,4197.5154,4197.5154 -1083.5000,1.0000,15185.7357,78.4775,78.2080,-0.1553,0.0000,6,1253.1716,-0.3094,566.6074,-82.9038,-0.0406,74.3569,-10.8796,-0.3435,-6.3962,0.0000,-6.3962,6.6991,-6.3962,0.8463,0.0000,-7.2425,0.0000,-7.2425,8.5625,-15.8050,0.0000,-15.8050,-0.3004,-15.5046,0.0000,0.0000,14.4929,-29.9974,1.0199,1576.3310,1576.3310,1576.3310 -1084.5000,1.0000,15207.3689,77.8695,77.5510,-0.1825,0.0000,6,1243.4627,-40.5076,500.4402,-82.3280,-5.2747,65.1649,-10.7203,-0.4006,-11.5674,0.0000,-11.5674,6.6933,-11.5674,0.8894,0.0000,-12.4568,0.0000,-12.4568,8.4962,-20.9530,0.0000,-20.9530,-0.3504,-20.6026,0.0000,0.0000,14.3806,-34.9832,1.0180,768.9850,768.9850,768.9850 -1085.5000,1.0000,15228.8085,77.1725,76.8140,-0.2047,0.0000,6,1232.3326,-73.2025,478.9917,-81.6679,-9.4468,61.8137,-10.5392,-0.4453,-15.6884,0.0000,-15.6884,6.6869,-15.6884,0.9209,0.0000,-16.6092,0.0000,-16.6092,8.4201,-25.0294,0.0000,-25.0294,-0.3895,-24.6398,0.0000,0.0000,14.2519,-38.8917,1.0158,77.7019,77.7019,77.7019 -1086.5000,1.0000,15250.0548,76.4765,76.1590,-0.1819,0.0000,6,1221.2185,-38.4547,461.5813,-81.0087,-4.9178,59.0296,-10.3599,-0.3922,-11.2615,0.0000,-11.2615,6.7359,-11.2615,0.8669,0.0000,-12.1283,0.0000,-12.1283,8.3442,-20.4725,0.0000,-20.4725,-0.3431,-20.1295,0.0000,0.0000,14.1233,-34.2528,1.0402,760.8710,760.8710,760.8710 -1087.5000,1.0000,15271.1756,76.0250,75.9110,-0.0689,0.0000,6,1214.0087,130.3591,477.5419,-80.5811,16.5726,60.7102,-10.2443,-0.1476,10.0721,0.0000,10.0721,6.6482,10.0721,0.7587,0.0000,9.3133,0.0000,9.3133,8.2949,1.0184,0.0000,1.0184,-0.1291,1.1475,0.0000,0.0000,14.0399,-12.8924,1.0121,3793.5254,3793.5254,3793.5254 -1088.5000,1.0000,15292.2273,75.7760,75.6610,-0.0694,0.0000,6,1210.0325,129.2688,552.6182,-80.3453,16.3802,70.0246,-10.1809,-0.1483,9.9312,0.0000,9.9312,6.5973,9.9312,0.7531,0.0000,9.1781,0.0000,9.1781,8.2678,0.9104,0.0000,0.9104,-0.1297,1.0401,0.0000,0.0000,13.9940,-12.9538,0.9847,3758.9883,3758.9883,3758.9883 -1089.5000,1.0000,15313.2553,75.6910,75.7410,0.0222,0.0000,6,1208.6752,270.3117,553.3660,-80.2648,34.2139,70.0407,-10.1593,0.0474,27.5228,0.0000,27.5228,6.6438,27.5228,1.1040,0.0000,26.4188,0.0000,26.4188,8.2585,18.1603,0.0000,18.1603,0.0415,18.1188,0.0000,0.0000,13.9783,4.1406,1.0377,7046.3867,7046.3867,7046.3867 -1090.5000,1.0000,15334.2994,75.7485,75.7760,0.0097,0.0000,6,1209.5934,251.3165,616.5139,-80.3192,31.8338,78.0928,-10.1739,0.0208,25.1417,0.0000,25.1417,6.6714,25.1417,1.0570,0.0000,24.0847,0.0000,24.0847,8.2648,15.8199,0.0000,15.8199,0.0182,15.8018,0.0000,0.0000,13.9889,1.8129,1.0246,6605.8254,6605.8254,6605.8254 -1091.5000,1.0000,15355.3571,75.7980,75.8400,0.0178,0.0000,6,1210.3838,264.0047,608.2926,-80.3661,33.4629,77.1018,-10.1865,0.0380,26.7074,0.0000,26.7074,6.7175,26.7074,1.0889,0.0000,25.6185,0.0000,25.6185,8.2702,17.3484,0.0000,17.3484,0.0332,17.3152,0.0000,0.0000,13.9980,3.3171,1.0514,6906.6893,6906.6893,6906.6893 -1092.5000,1.0000,15376.4231,75.8275,75.8350,-0.0014,0.0000,6,1210.8549,234.4012,613.7728,-80.3941,29.7222,77.8267,-10.1940,-0.0030,23.0307,0.0000,23.0307,6.6945,23.0307,1.0157,0.0000,22.0150,0.0000,22.0150,8.2734,13.7416,0.0000,13.7416,-0.0026,13.7442,0.0000,0.0000,14.0035,-0.2593,1.0115,6215.5852,6215.5852,6215.5852 -1093.5000,1.0000,15397.4807,75.7975,75.7800,-0.0153,0.0000,6,1210.3759,212.7992,600.2428,-80.3657,26.9723,76.0809,-10.1864,-0.0326,20.3506,0.0000,20.3506,6.6544,20.3506,0.9617,0.0000,19.3888,0.0000,19.3888,8.2701,11.1187,0.0000,11.1187,-0.0286,11.1473,0.0000,0.0000,13.9979,-2.8507,1.0114,5707.4191,5707.4191,5707.4191 -1094.5000,1.0000,15418.5212,75.7355,75.7110,-0.0192,0.0000,6,1209.3858,207.2892,590.3135,-80.3069,26.2525,74.7612,-10.1706,-0.0409,19.5864,0.0000,19.5864,6.7070,19.5864,0.9458,0.0000,18.6407,0.0000,18.6407,8.2633,10.3773,0.0000,10.3773,-0.0358,10.4131,0.0000,0.0000,13.9865,-3.5733,1.0379,5573.7337,5573.7337,5573.7337 -1095.5000,1.0000,15439.5428,75.6680,75.6450,-0.0183,0.0000,6,1208.3079,208.3703,587.6393,-80.2430,26.3659,74.3562,-10.1534,-0.0391,19.7287,0.0000,19.7287,6.6763,19.7287,0.9478,0.0000,18.7808,0.0000,18.7808,8.2560,10.5249,0.0000,10.5249,-0.0342,10.5591,0.0000,0.0000,13.9740,-3.4149,1.0243,5593.9969,5593.9969,5593.9969 -1096.5000,1.0000,15460.5470,75.6050,75.5850,-0.0167,0.0000,6,1207.3019,210.9660,587.9464,-80.1833,26.6721,74.3331,-10.1374,-0.0355,20.0317,0.0000,20.0317,6.6759,20.0317,0.9532,0.0000,19.0785,0.0000,19.0785,8.2491,10.8294,0.0000,10.8294,-0.0311,10.8605,0.0000,0.0000,13.9624,-3.1019,1.0241,5650.0692,5650.0692,5650.0692 -1097.5000,1.0000,15481.5316,75.5345,75.5040,-0.0225,0.0000,6,1206.1761,201.8590,588.7962,-80.1166,25.4969,74.3711,-10.1196,-0.0479,18.8948,0.0000,18.8948,6.6500,18.8948,0.9296,0.0000,17.9652,0.0000,17.9652,8.2414,9.7238,0.0000,9.7238,-0.0419,9.7657,0.0000,0.0000,13.9494,-4.1837,1.0506,5431.5046,5431.5046,5431.5046 -1098.5000,1.0000,15502.5201,75.5485,75.6130,0.0303,0.0000,6,1206.3997,282.7989,585.5661,-80.1298,35.7271,73.9768,-10.1231,0.0645,29.0144,0.0000,29.0144,6.6482,29.0144,1.1322,0.0000,27.8822,0.0000,27.8822,8.2429,19.6393,0.0000,19.6393,0.0564,19.5829,0.0000,0.0000,13.9519,5.6309,0.9973,7328.1640,7328.1640,7328.1640 -1099.5000,1.0000,15523.5251,75.6080,75.6230,0.0028,0.0000,6,1207.3498,240.8617,621.5902,-80.1862,30.4530,78.5898,-10.1382,0.0059,23.7624,0.0000,23.7624,6.6847,23.7624,1.0278,0.0000,22.7345,0.0000,22.7345,8.2494,14.4851,0.0000,14.4851,0.0052,14.4799,0.0000,0.0000,13.9629,0.5170,1.0375,6350.4524,6350.4524,6350.4524 -1100.5000,1.0000,15544.5342,75.6230,75.6430,0.0056,0.0000,6,1207.5894,244.9704,602.9038,-80.2004,30.9786,76.2423,-10.1420,0.0118,24.3001,0.0000,24.3001,6.6666,24.3001,1.0388,0.0000,23.2613,0.0000,23.2613,8.2511,15.0103,0.0000,15.0103,0.0104,14.9999,0.0000,0.0000,13.9657,1.0342,1.0242,6447.8012,6447.8012,6447.8012 -1101.5000,1.0000,15565.5535,75.6595,75.6960,0.0147,0.0000,6,1208.1722,259.0053,604.9893,-80.2350,32.7692,76.5429,-10.1513,0.0314,26.0715,0.0000,26.0715,6.6663,26.0715,1.0746,0.0000,24.9969,0.0000,24.9969,8.2550,16.7419,0.0000,16.7419,0.0275,16.7144,0.0000,0.0000,13.9724,2.7420,1.0243,6779.2316,6779.2316,6779.2316 -1102.5000,1.0000,15586.5838,75.6990,75.7220,0.0072,0.0000,6,1208.8030,247.4210,611.2778,-80.2724,31.3199,77.3789,-10.1613,0.0154,24.6449,0.0000,24.6449,6.6596,24.6449,1.0465,0.0000,23.5984,0.0000,23.5984,8.2594,15.3390,0.0000,15.3390,0.0135,15.3256,0.0000,0.0000,13.9797,1.3458,1.0378,6510.8860,6510.8860,6510.8860 -1103.5000,1.0000,15607.6221,75.7280,75.7540,0.0089,0.0000,6,1209.2660,250.0540,606.2090,-80.2998,31.6653,76.7667,-10.1687,0.0190,24.9747,0.0000,24.9747,6.6717,24.9747,1.0534,0.0000,23.9212,0.0000,23.9212,8.2625,15.6587,0.0000,15.6587,0.0166,15.6421,0.0000,0.0000,13.9851,1.6570,1.0112,6574.7222,6574.7222,6574.7222 -1104.5000,1.0000,15628.6838,75.8120,75.8900,0.0378,0.0000,6,1210.6074,294.5150,608.0630,-80.3794,37.3370,77.0869,-10.1901,0.0807,30.5592,0.0000,30.5592,6.6971,30.5592,1.1661,0.0000,29.3931,0.0000,29.3931,8.2717,21.1214,0.0000,21.1214,0.0706,21.0508,0.0000,0.0000,14.0006,7.0502,1.0381,7632.3820,7632.3820,7632.3820 -1105.5000,1.0000,15649.7678,75.8925,75.9150,0.0069,0.0000,6,1211.8929,247.4403,627.6937,-80.4556,31.4024,79.6601,-10.2106,0.0149,24.6552,0.0000,24.6552,6.7324,24.6552,1.0489,0.0000,23.6063,0.0000,23.6063,8.2805,15.3258,0.0000,15.3258,0.0130,15.3128,0.0000,0.0000,14.0155,1.2974,1.0250,6525.8299,6525.8299,6525.8299 -1106.5000,1.0000,15670.8638,75.9355,75.9760,0.0169,0.0000,6,1212.5795,263.6689,606.9698,-80.4963,33.4809,77.0737,-10.2215,0.0363,26.5959,0.0000,26.5959,6.8488,26.5959,1.0882,0.0000,25.5077,0.0000,25.5077,8.2852,17.2225,0.0000,17.2225,0.0317,17.1908,0.0000,0.0000,14.0234,3.1674,1.0252,6909.1235,6909.1235,6909.1235 -1107.5000,1.0000,15691.9664,75.9595,75.9630,-0.0036,0.0000,6,1212.9628,232.1322,613.9861,-80.5191,29.4857,77.9892,-10.2276,-0.0077,22.6431,0.0000,22.6431,6.8504,22.6431,1.0094,0.0000,21.6336,0.0000,21.6336,8.2878,13.3458,0.0000,13.3458,-0.0068,13.3526,0.0000,0.0000,14.0278,-0.6752,1.0253,6172.3320,6172.3320,6172.3320 -1108.5000,1.0000,15713.0794,75.9965,76.0500,0.0242,0.0000,6,1213.5536,275.3969,600.4399,-80.5541,34.9983,76.3057,-10.2371,0.0518,28.0100,0.0000,28.0100,6.9365,28.0100,1.1172,0.0000,26.8928,0.0000,26.8928,8.2918,18.6010,0.0000,18.6010,0.0453,18.5557,0.0000,0.0000,14.0347,4.5211,1.0254,7188.3628,7188.3628,7188.3628 -1109.5000,1.0000,15734.2120,76.0675,76.1050,0.0153,0.0000,6,1214.6874,261.2957,619.8018,-80.6214,33.2373,78.8399,-10.2552,0.0328,26.3210,0.0000,26.3210,6.8835,26.3210,1.0842,0.0000,25.2368,0.0000,25.2368,8.2996,16.9372,0.0000,16.9372,0.0287,16.9086,0.0000,0.0000,14.0478,2.8608,0.9989,6863.4286,6863.4286,6863.4286 -1110.5000,1.0000,15755.3712,76.1630,76.2410,0.0378,0.0000,6,1216.2124,296.4427,614.1335,-80.7118,37.7554,78.2169,-10.2796,0.0811,30.7021,0.0000,30.7021,6.9721,30.7021,1.1729,0.0000,29.5292,0.0000,29.5292,8.3100,21.2192,0.0000,21.2192,0.0709,21.1483,0.0000,0.0000,14.0654,7.0829,1.0259,7718.6539,7718.6539,7718.6539 -1111.5000,1.0000,15776.5452,76.2165,76.2120,-0.0081,0.0000,6,1217.0667,226.4386,629.2699,-80.7625,28.8598,80.2010,-10.2933,-0.0173,21.8613,0.0000,21.8613,7.0158,21.8613,0.9967,0.0000,20.8646,0.0000,20.8646,8.3158,12.5488,0.0000,12.5488,-0.0151,12.5639,0.0000,0.0000,14.0753,-1.5114,1.0127,6058.2348,6058.2348,6058.2348 -1112.5000,1.0000,15797.7219,76.2260,76.2600,0.0133,0.0000,6,1217.2184,258.9337,598.4661,-80.7715,33.0055,76.2846,-10.2957,0.0286,26.0005,0.0000,26.0005,6.9763,26.0005,1.0796,0.0000,24.9209,0.0000,24.9209,8.3169,16.6040,0.0000,16.6040,0.0251,16.5790,0.0000,0.0000,14.0771,2.5019,1.0128,6819.9818,6819.9818,6819.9818 -1113.5000,1.0000,15818.9145,76.2835,76.3270,0.0186,0.0000,6,1218.1366,267.5787,613.1717,-80.8259,34.1331,78.2180,-10.3104,0.0400,27.0418,0.0000,27.0418,7.0513,27.0418,1.1011,0.0000,25.9407,0.0000,25.9407,8.3231,17.6176,0.0000,17.6176,0.0350,17.5826,0.0000,0.0000,14.0877,3.4949,1.0529,7026.7538,7026.7538,7026.7538 -1114.5000,1.0000,15840.1277,76.3575,76.4080,0.0225,0.0000,6,1219.3182,273.1456,617.2894,-80.8960,34.8771,78.8197,-10.3293,0.0484,27.8217,0.0000,27.8217,7.0070,27.8217,1.1175,0.0000,26.7042,0.0000,26.7042,8.3312,18.3730,0.0000,18.3730,0.0424,18.3306,0.0000,0.0000,14.1013,4.2293,1.0398,7162.6715,7162.6715,7162.6715 -1115.5000,1.0000,15861.3613,76.4310,76.4740,0.0183,0.0000,6,1220.4919,266.8027,619.9172,-80.9656,34.0999,79.2314,-10.3482,0.0395,27.0408,0.0000,27.0408,7.0196,27.0408,1.1027,0.0000,25.9381,0.0000,25.9381,8.3392,17.5988,0.0000,17.5988,0.0345,17.5643,0.0000,0.0000,14.1149,3.4494,1.0267,7019.6255,7019.6255,7019.6255 -1116.5000,1.0000,15882.5996,76.4480,76.4420,-0.0089,0.0000,6,1220.7634,224.3659,616.7658,-80.9817,28.6825,78.8461,-10.3525,-0.0192,21.7670,0.0000,21.7670,6.9346,21.7670,0.9975,0.0000,20.7696,0.0000,20.7696,8.3411,12.4285,0.0000,12.4285,-0.0168,12.4453,0.0000,0.0000,14.1181,-1.6728,1.0268,6027.0297,6027.0297,6027.0297 -1117.5000,1.0000,15903.8213,76.3880,76.3540,-0.0244,0.0000,6,1219.8053,200.8401,597.4875,-80.9249,25.6549,76.3217,-10.3372,-0.0526,18.7350,0.0000,18.7350,6.9725,18.7350,0.9361,0.0000,17.7989,0.0000,17.7989,8.3345,9.4644,0.0000,9.4644,-0.0460,9.5104,0.0000,0.0000,14.1070,-4.5966,1.0399,5471.5613,5471.5613,5471.5613 -1118.5000,1.0000,15924.9770,76.1505,75.9670,-0.1075,0.0000,6,1216.0128,74.3479,584.9453,-80.7000,9.4675,74.4873,-10.2764,-0.2307,2.7406,0.0000,2.7406,6.9576,2.7406,0.7223,0.0000,2.0183,0.0000,2.0183,8.3086,-6.2904,0.0000,-6.2904,-0.2018,-6.0885,0.0000,0.0000,14.0631,-20.1516,1.0259,2688.3399,2688.3399,2688.3399 -1119.5000,1.0000,15945.9960,75.6585,75.3700,-0.1658,0.0000,6,1208.1562,-12.0721,525.2160,-80.2340,-1.5273,66.4492,-10.1510,-0.3537,-8.1436,0.0000,-8.1436,6.9699,-8.1436,0.8244,0.0000,-8.9679,0.0000,-8.9679,8.2549,-17.2229,0.0000,-17.2229,-0.3093,-16.9135,0.0000,0.0000,13.9723,-30.8858,1.0376,1248.5683,1248.5683,1248.5683 -1120.5000,1.0000,15966.8371,75.0180,74.6860,-0.1900,0.0000,6,1197.9284,-47.6993,482.5972,-79.6267,-5.9837,60.5403,-9.9889,-0.4018,-12.5401,0.0000,-12.5401,6.9581,-12.5401,0.8595,0.0000,-13.3996,0.0000,-13.3996,8.1851,-21.5846,0.0000,-21.5846,-0.3514,-21.2332,0.0000,0.0000,13.8540,-35.0872,1.0223,531.5711,531.5711,531.5711 -1121.5000,1.0000,15987.5384,74.5145,74.3630,-0.0897,0.0000,6,1189.8882,101.2204,465.9454,-79.1471,12.6126,58.0590,-9.8621,-0.1884,5.9364,0.0000,5.9364,6.8646,5.9364,0.6678,0.0000,5.2685,0.0000,5.2685,8.1301,-2.8616,0.0000,-2.8616,-0.1648,-2.6967,0.0000,0.0000,13.7610,-16.4577,1.0207,3075.5497,3075.5497,3075.5497 -1122.5000,1.0000,16008.1374,74.1465,73.9500,-0.1147,0.0000,6,1184.0118,64.1211,532.1712,-78.7966,7.9503,65.9836,-9.7699,-0.2398,1.3425,0.0000,1.3425,6.8477,1.3425,0.7087,0.0000,0.6337,0.0000,0.6337,8.0900,-7.4563,0.0000,-7.4563,-0.2097,-7.2465,0.0000,0.0000,13.6930,-20.9396,1.0062,2479.9010,2479.9010,2479.9010 -1123.5000,1.0000,16028.6053,73.6745,73.4190,-0.1475,0.0000,6,1176.4746,15.2176,512.5226,-78.3469,1.8748,63.1428,-9.6524,-0.3063,-4.6127,0.0000,-4.6127,6.7938,-4.6127,0.7618,0.0000,-5.3745,0.0000,-5.3745,8.0385,-13.4130,0.0000,-13.4130,-0.2679,-13.1450,0.0000,0.0000,13.6059,-26.7509,0.9914,1694.4634,1694.4634,1694.4634 -1124.5000,1.0000,16048.9351,73.1770,72.9550,-0.1289,0.0000,6,1168.5303,42.9073,488.0599,-77.8730,5.2505,59.7230,-9.5292,-0.2659,-1.2308,0.0000,-1.2308,6.7471,-1.2308,0.7213,0.0000,-1.9521,0.0000,-1.9521,7.9842,-9.9363,0.0000,-9.9363,-0.2325,-9.7037,0.0000,0.0000,13.5140,-23.2177,1.0165,2131.1883,2131.1883,2131.1883 -1125.5000,1.0000,16069.1412,72.7320,72.5290,-0.1183,0.0000,6,1161.4243,58.1776,499.2287,-77.4492,7.0758,60.7182,-9.4197,-0.2426,0.6649,0.0000,0.6649,6.6535,0.6649,0.6963,0.0000,-0.0314,0.0000,-0.0314,7.9356,-7.9670,0.0000,-7.9670,-0.2122,-7.7548,0.0000,0.0000,13.4318,-21.1866,1.0016,2370.2467,2370.2467,2370.2467 -1126.5000,1.0000,16089.2239,72.2880,72.0670,-0.1283,0.0000,6,1154.3343,42.9828,504.3079,-77.0262,5.1958,60.9615,-9.3111,-0.2615,-1.1204,0.0000,-1.1204,6.5777,-1.1204,0.7082,0.0000,-1.8285,0.0000,-1.8285,7.8872,-9.7157,0.0000,-9.7157,-0.2287,-9.4870,0.0000,0.0000,13.3498,-22.8368,0.9872,2123.0952,2123.0952,2123.0952 -1127.5000,1.0000,16109.2048,71.9210,71.7950,-0.0756,0.0000,6,1148.4738,121.7126,496.6459,-76.6766,14.6381,59.7306,-9.2217,-0.1532,8.2960,0.0000,8.2960,6.4953,8.2960,0.6775,0.0000,7.6184,0.0000,7.6184,7.8471,-0.2287,0.0000,-0.2287,-0.1340,-0.0947,0.0000,0.0000,13.2820,-13.3768,0.9731,3370.3554,3370.3554,3370.3554 -1128.5000,1.0000,16129.1102,71.6495,71.5240,-0.0753,0.0000,6,1144.1383,122.6191,532.4901,-76.4180,14.6915,63.7997,-9.1559,-0.1520,8.3141,0.0000,8.3141,6.5294,8.3141,0.6749,0.0000,7.6392,0.0000,7.6392,7.8175,-0.1784,0.0000,-0.1784,-0.1330,-0.0454,0.0000,0.0000,13.2319,-13.2773,1.0346,3381.7562,3381.7562,3381.7562 -1129.5000,1.0000,16148.9301,71.3415,71.1790,-0.0958,0.0000,6,1139.2200,91.4432,531.3797,-76.1246,10.9091,63.3930,-9.0816,-0.1927,4.5985,0.0000,4.5985,6.5033,4.5985,0.6383,0.0000,3.9602,0.0000,3.9602,7.7839,-3.8237,0.0000,-3.8237,-0.1686,-3.6551,0.0000,0.0000,13.1750,-16.8302,1.0333,2886.6232,2886.6232,2886.6232 -1130.5000,1.0000,16168.6364,70.9330,70.7070,-0.1311,0.0000,6,1132.6969,38.9567,514.4506,-75.7355,4.6209,61.0219,-8.9834,-0.2621,-1.5894,0.0000,-1.5894,6.4725,-1.5894,0.6947,0.0000,-2.2841,0.0000,-2.2841,7.7394,-10.0235,0.0000,-10.0235,-0.2293,-9.7942,0.0000,0.0000,13.0996,-22.8938,1.0315,2044.6662,2044.6662,2044.6662 -1131.5000,1.0000,16188.2039,70.4330,70.1790,-0.1467,0.0000,6,1124.7126,15.0864,487.1958,-75.2592,1.7769,57.3817,-8.8640,-0.2912,-4.2772,0.0000,-4.2772,6.3452,-4.2772,0.7149,0.0000,-4.9921,0.0000,-4.9921,7.6848,-12.6769,0.0000,-12.6769,-0.2547,-12.4222,0.0000,0.0000,13.0072,-25.4294,0.9827,1584.0268,1584.0268,1584.0268 -1132.5000,1.0000,16207.6439,69.9740,69.7890,-0.1083,0.0000,6,1117.3830,72.6087,474.6110,-74.8220,8.4961,55.5352,-8.7551,-0.2137,2.3521,0.0000,2.3521,6.3576,2.3521,0.6426,0.0000,1.7096,0.0000,1.7096,7.6347,-5.9251,0.0000,-5.9251,-0.1869,-5.7382,0.0000,0.0000,12.9225,-18.6607,0.9928,2571.7200,2571.7200,2571.7200 -1133.5000,1.0000,16226.9766,69.5875,69.4060,-0.1064,0.0000,6,1111.2112,76.6836,500.6356,-74.4538,8.9233,58.2568,-8.6639,-0.2087,2.6708,0.0000,2.6708,6.4612,2.6708,0.6343,0.0000,2.0366,0.0000,2.0366,7.5925,-5.5560,0.0000,-5.5560,-0.1825,-5.3735,0.0000,0.0000,12.8511,-18.2245,1.1419,2632.7130,2632.7130,2632.7130 -1134.5000,1.0000,16246.1978,69.1865,68.9870,-0.1164,0.0000,6,1104.8078,61.7432,500.8449,-74.0719,7.1434,57.9454,-8.5698,-0.2270,0.9508,0.0000,0.9508,6.4195,0.9508,0.6462,0.0000,0.3046,0.0000,0.3046,7.5488,-7.2442,0.0000,-7.2442,-0.1985,-7.0456,0.0000,0.0000,12.7770,-19.8227,1.1287,2390.0709,2390.0709,2390.0709 -1135.5000,1.0000,16265.3419,68.9085,68.8500,-0.0381,0.0000,6,1100.3685,180.6622,493.9834,-73.8071,20.8178,56.9219,-8.5048,-0.0739,14.4932,0.0000,14.4932,6.3985,14.4932,0.7691,0.0000,13.7241,0.0000,13.7241,7.5185,6.2057,0.0000,6.2057,-0.0647,6.2703,0.0000,0.0000,12.7257,-6.4554,1.1277,4488.5815,4488.5815,4488.5815 -1136.5000,1.0000,16284.5120,69.0025,69.1750,0.0903,0.0000,6,1101.8696,377.4189,553.4922,-73.8966,43.5494,63.8661,-8.5267,0.1756,36.9799,0.0000,36.9799,6.3940,36.9799,1.2198,0.0000,35.7600,0.0000,35.7600,7.5287,28.2313,0.0000,28.2313,0.1536,28.0777,0.0000,0.0000,12.7431,15.3347,1.1163,8769.6056,8769.6056,8769.6056 -1137.5000,1.0000,16303.7834,69.3670,69.5790,0.1122,0.0000,6,1107.6901,410.7766,648.1147,-74.2438,47.6489,75.1794,-8.6121,0.2194,41.0385,0.0000,41.0385,6.3909,41.0385,1.3049,0.0000,39.7337,0.0000,39.7337,7.5685,32.1652,0.0000,32.1652,0.1919,31.9733,0.0000,0.0000,12.8104,19.1629,1.1176,9565.4043,9565.4043,9565.4043 -1138.5000,1.0000,16323.1820,69.8250,70.0910,0.1422,0.0000,6,1115.0037,456.4126,665.3264,-74.6801,53.2921,77.6854,-8.7199,0.2799,46.6257,0.0000,46.6257,6.3864,46.6257,1.4215,0.0000,45.2042,0.0000,45.2042,7.6185,37.5858,0.0000,37.5858,0.2448,37.3409,0.0000,0.0000,12.8950,24.4460,1.1086,10584.7517,10584.7517,10584.7517 -1139.5000,1.0000,16342.7349,70.3805,70.6900,0.1664,0.0000,6,1123.8742,492.4481,688.2427,-75.2092,57.9571,81.0005,-8.8515,0.3301,51.3140,0.0000,51.3140,6.3131,51.3140,1.5212,0.0000,49.7928,0.0000,49.7928,7.6791,42.1137,0.0000,42.1137,0.2887,41.8250,0.0000,0.0000,12.9975,28.8274,1.0174,11547.6565,11547.6565,11547.6565 -1140.5000,1.0000,16362.4405,70.9300,71.1900,0.1389,0.0000,6,1132.6490,450.2901,705.9155,-75.7327,53.4092,83.7291,-8.9827,0.2777,46.7680,0.0000,46.7680,6.3636,46.7680,1.4362,0.0000,45.3318,0.0000,45.3318,7.7390,37.5927,0.0000,37.5927,0.2429,37.3499,0.0000,0.0000,13.0990,24.2508,0.9964,10615.7406,10615.7406,10615.7406 -1141.5000,1.0000,16382.2574,71.3310,71.4920,0.0839,0.0000,6,1139.0524,365.9050,686.7771,-76.1146,43.6456,81.9197,-9.0791,0.1687,37.0805,0.0000,37.0805,6.3965,37.0805,1.2468,0.0000,35.8337,0.0000,35.8337,7.7828,28.0509,0.0000,28.0509,0.1475,27.9034,0.0000,0.0000,13.1731,14.7303,0.9979,8789.0161,8789.0161,8789.0161 -1142.5000,1.0000,16402.1767,71.6995,71.9270,0.1208,0.0000,6,1144.9368,422.3977,649.2110,-76.4656,50.6444,77.8388,-9.1680,0.2442,43.9939,0.0000,43.9939,6.4063,43.9939,1.3891,0.0000,42.6048,0.0000,42.6048,7.8230,34.7818,0.0000,34.7818,0.2136,34.5682,0.0000,0.0000,13.2411,21.3271,0.9858,10088.2861,10088.2861,10088.2861 -1143.5000,1.0000,16422.1851,72.0200,72.1330,0.0572,0.0000,6,1150.0547,341.2258,675.3247,-76.7709,41.0950,81.3317,-9.2458,0.1162,32.5688,0.0000,32.5688,8.4100,32.5688,1.1641,0.0000,31.4048,0.0000,31.4048,7.8580,23.5468,0.0000,23.5468,0.1016,23.4452,0.0000,0.0000,13.3003,10.1449,1.0362,8288.2670,8288.2670,8288.2670 -1144.5000,1.0000,16442.2735,72.3085,72.5040,0.1031,0.0000,6,1154.6616,411.2466,639.4062,-77.0458,49.7262,77.3144,-9.3161,0.2100,41.1086,0.0000,41.1086,8.4076,41.1086,1.3380,0.0000,39.7706,0.0000,39.7706,7.8894,31.8811,0.0000,31.8811,0.1837,31.6974,0.0000,0.0000,13.3536,18.3438,0.9740,9945.4997,9945.4997,9945.4997 -1145.5000,1.0000,16462.4427,72.5990,72.7140,0.0583,0.0000,6,1159.3005,342.2413,671.7731,-77.3225,41.5487,81.5544,-9.3871,0.1194,33.0376,0.0000,33.0376,8.3917,33.0376,1.1798,0.0000,31.8578,0.0000,31.8578,7.9211,23.9367,0.0000,23.9367,0.1044,23.8323,0.0000,0.0000,13.4072,10.4250,0.9747,8385.4417,8385.4417,8385.4417 -1146.5000,1.0000,16482.6757,72.8290,72.9640,0.0694,0.0000,6,1162.9732,359.3929,640.9526,-77.5416,43.7691,78.0592,-9.4435,0.1426,35.1962,0.0000,35.1962,8.4304,35.1962,1.2255,0.0000,33.9707,0.0000,33.9707,7.9462,26.0245,0.0000,26.0245,0.1247,25.8998,0.0000,0.0000,13.4497,12.4501,1.0154,8822.8176,8822.8176,8822.8176 -1147.5000,1.0000,16502.9741,73.0640,73.1840,0.0611,0.0000,6,1166.7258,346.6475,649.3714,-77.7654,42.3531,79.3397,-9.5013,0.1259,33.7659,0.0000,33.7659,8.4613,33.7659,1.1995,0.0000,32.5665,0.0000,32.5665,7.9719,24.5946,0.0000,24.5946,0.1101,24.4845,0.0000,0.0000,13.4931,10.9914,1.0028,8548.9774,8548.9774,8548.9774 -1148.5000,1.0000,16523.3019,73.1700,73.1760,-0.0022,0.0000,6,1168.4185,249.1085,643.0208,-77.8664,30.4800,78.6778,-9.5275,-0.0046,22.0583,0.0000,22.0583,8.4263,22.0583,0.9665,0.0000,21.0918,0.0000,21.0918,7.9834,13.1084,0.0000,13.1084,-0.0040,13.1124,0.0000,0.0000,13.5127,-0.4003,1.0165,6315.0521,6315.0521,6315.0521 -1149.5000,1.0000,16543.6219,73.1420,73.1280,-0.0133,0.0000,6,1167.9714,231.7848,598.0451,-77.8397,28.3495,73.1467,-9.5205,-0.0275,19.9879,0.0000,19.9879,8.3891,19.9879,0.9248,0.0000,19.0632,0.0000,19.0632,7.9804,11.0828,0.0000,11.0828,-0.0240,11.1068,0.0000,0.0000,13.5075,-2.4007,1.0030,5906.5846,5906.5846,5906.5846 -1150.5000,1.0000,16563.8771,72.9090,72.7100,-0.1161,0.0000,6,1164.2507,76.2859,587.6994,-77.6178,9.3008,71.6523,-9.4632,-0.2386,1.0660,0.0000,1.0660,8.4734,1.0660,0.6947,0.0000,0.3714,0.0000,0.3714,7.9549,-7.5836,0.0000,-7.5836,-0.2087,-7.3749,0.0000,0.0000,13.4645,-20.8393,1.0156,2661.1079,2661.1079,2661.1079 -1151.5000,1.0000,16583.9121,72.1160,71.5420,-0.3244,0.0000,6,1151.5877,-76.8624,508.5122,-76.8624,-9.2691,61.3235,-9.2691,-0.6595,-16.9844,0.0000,-16.9844,8.3748,-16.9844,0.8645,0.0000,-17.8489,0.0000,-17.8489,7.8684,-25.7173,19.1387,-44.8560,-0.5769,-44.2791,0.0000,0.0000,13.3180,-57.5972,1.0124,0.0000,0.0000,0.0000 -1152.5000,1.0000,16603.6738,71.1320,70.7420,-0.2222,0.0000,6,1135.8746,-75.9251,433.3688,-75.9251,-9.0312,51.5486,-9.0312,-0.4456,-14.9874,0.0000,-14.9874,6.4018,-14.9874,0.8313,0.0000,-15.8188,0.0000,-15.8188,7.7611,-23.5798,2.5854,-26.1652,-0.3897,-25.7755,0.0000,0.0000,13.1363,-38.9118,1.0087,0.0000,0.0000,0.0000 -1153.5000,1.0000,16623.2073,70.3105,69.8990,-0.2342,0.0000,6,1122.7565,-75.1405,429.8410,-75.1425,-8.8346,50.5385,-8.8349,-0.4641,-14.7084,0.0000,-14.7084,6.3379,-14.7084,0.8176,0.0000,-15.5261,0.0000,-15.5261,7.6714,-23.1975,4.7536,-27.9511,-0.4059,-27.5452,0.0000,0.0000,12.9846,-40.5298,1.0172,0.0000,0.0000,0.0000 -1154.5000,1.0000,16642.5235,69.5285,69.1780,-0.2003,0.0000,6,1110.2690,-64.4088,427.3371,-74.3976,-7.4886,49.6852,-8.6500,-0.3925,-13.4015,0.0000,-13.4015,6.3054,-13.4015,0.7942,0.0000,-14.1958,0.0000,-14.1958,7.5861,-21.7819,0.0000,-21.7819,-0.3433,-21.4385,0.0000,0.0000,12.8402,-34.2787,1.0026,101.8550,101.8550,101.8550 -1155.5000,1.0000,16661.5876,68.6205,68.0830,-0.3042,0.0000,6,1095.7696,-73.4822,426.0376,-73.4822,-8.4320,48.8873,-8.4320,-0.5883,-14.1143,0.0000,-14.1143,6.2706,-14.1143,0.7894,0.0000,-14.9037,0.0000,-14.9037,7.4870,-22.3907,16.8314,-39.2222,-0.5146,-38.7076,0.0000,0.0000,12.6725,-51.3801,0.9992,0.0000,0.0000,0.0000 -1156.5000,1.0000,16680.2771,67.2725,66.4820,-0.4447,0.0000,6,1074.2440,-71.9414,412.0257,-71.9414,-8.0930,46.3507,-8.0930,-0.8433,-13.4128,0.0000,-13.4128,6.1630,-13.4128,0.7649,0.0000,-14.1776,0.0000,-14.1776,7.3400,-21.5176,37.9101,-59.4277,-0.7376,-58.6901,2.5334,0.0000,12.4236,-73.6471,0.9941,0.0000,0.0000,0.0000 -1157.5000,1.0000,16698.4313,65.3450,64.2280,-0.6261,0.0000,6,1043.4646,-69.7381,399.8067,-69.7381,-7.6204,43.6874,-7.6204,-1.1532,-12.6401,0.0000,-12.6401,6.1726,-12.6401,0.7324,0.0000,-13.3725,0.0000,-13.3725,7.1297,-20.5022,51.5036,-72.0058,-1.0087,-70.9971,17.6508,0.0000,12.0669,-100.7147,0.9868,0.0000,0.0000,0.0000 -1158.5000,1.0000,16715.8521,62.7050,61.2020,-0.8406,0.0000,6,1001.3077,-66.7204,379.4925,-66.7204,-6.9961,39.7923,-6.9961,-1.4857,-11.6002,0.0000,-11.6002,6.0897,-11.6002,0.6888,0.0000,-12.2890,0.0000,-12.2890,6.8416,-19.1306,66.6978,-85.8284,-1.2995,-84.5289,37.0302,-3.3886,11.5766,-129.7472,0.9652,0.0000,0.0000,0.0000 -1159.5000,1.0000,16732.2905,59.1680,57.1540,-1.1244,0.0000,6,944.8269,-69.7799,372.5853,-69.7830,-6.9042,36.8644,-6.9045,-1.8753,-10.8178,0.0000,-10.8178,5.7889,-10.8178,0.6376,0.0000,-11.4554,0.0000,-11.4554,6.4557,-17.9111,86.5678,-104.4789,-1.6403,-102.8386,51.1595,-1.1404,10.9199,-163.7775,0.9749,0.0000,0.0000,0.0000 -1160.5000,1.0000,16747.6960,55.4500,53.7660,-0.9411,0.0000,6,885.4559,-73.3873,397.5677,-73.3873,-6.8048,36.8644,-6.8048,-1.4709,-10.8997,0.0000,-10.8997,5.5658,-10.8997,0.5942,0.0000,-11.4939,0.0000,-11.4939,6.0500,-17.5439,49.6470,-67.1909,-1.2866,-65.9043,52.3929,-0.0685,10.2324,-128.4611,0.9544,0.0000,0.0000,0.0000 -1161.5000,1.0000,16762.1309,51.9555,50.1650,-1.0003,0.0000,6,829.6538,-77.3775,424.3079,-77.3775,-6.7226,36.8644,-6.7226,-1.4649,-10.6712,0.0000,-10.6712,5.4134,-10.6712,0.5518,0.0000,-11.2230,0.0000,-11.2230,5.6688,-16.8917,54.9879,-71.8796,-1.2813,-70.5983,47.3640,0.3823,9.5881,-127.9326,0.9369,0.0000,0.0000,0.0000 -1162.5000,1.0000,16775.6706,48.7330,47.3210,-0.7900,0.0000,6,778.1952,-81.8367,452.3655,-81.8367,-6.6691,36.8644,-6.6691,-1.0852,-10.7757,0.0000,-10.7757,5.1918,-10.7757,0.5169,0.0000,-11.2926,0.0000,-11.2926,5.3172,-16.6097,23.5613,-40.1710,-0.9492,-39.2218,44.9663,1.5905,8.9932,-94.7719,0.9204,0.0000,0.0000,0.0000 -1163.5000,1.0000,16788.3278,45.5560,43.8110,-0.9750,0.0000,6,727.4631,-87.2782,483.9127,-87.2782,-6.6488,36.8644,-6.6488,-1.2520,-9.6040,0.0000,-9.6040,4.2072,-9.6040,0.4709,0.0000,-10.0749,0.0000,-10.0749,4.9705,-15.0454,38.9469,-53.9923,-1.0951,-52.8972,44.7449,3.2919,8.4061,-109.3401,0.9156,0.0000,0.0000,0.0000 -1164.5000,1.0000,16800.0389,42.1500,40.5090,-0.9172,0.0000,0,649.7191,53.4681,541.8166,-95.6169,3.6379,36.8644,-6.5056,-1.9838,0.0000,0.0000,0.0000,5.6217,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.5989,-4.5989,33.2401,-37.8390,-0.9532,-36.8858,44.7788,5.7291,7.7765,-95.1703,0.9096,1343.1450,1343.1450,1343.1450 -1165.5000,1.0000,16810.6646,38.2425,35.9960,-1.2536,0.0000,5,694.6731,-90.7952,506.7543,-90.7952,-6.6050,36.8644,-6.6050,4.0388,-16.0952,0.0000,-16.0952,5.4514,-19.4355,0.4170,0.0000,-19.8525,0.0000,-19.8525,4.1726,-24.0251,36.7794,-60.8045,-1.1820,-59.6225,43.9591,7.3793,7.0544,-118.0153,0.9244,0.0000,0.0000,0.0000 -1166.5000,1.0000,16820.0373,33.7315,31.4870,-1.2525,0.0000,5,739.8942,-85.9448,475.7824,-85.9448,-6.6591,36.8644,-6.6591,-2.2470,-9.5671,0.0000,-9.5671,5.1549,-9.5671,0.3199,0.0000,-9.8870,0.0000,-9.8870,3.6804,-13.5674,35.8376,-49.4049,-1.0416,-48.3633,42.6110,6.8071,6.2208,-104.0022,0.9406,0.0000,0.0000,0.0000 -1167.5000,1.0000,16828.0928,28.9900,26.5130,-1.3817,0.0000,0,645.2211,43.8713,545.5938,-96.0994,2.9643,36.8644,-6.4932,-1.7918,0.0000,0.0000,0.0000,4.7561,0.0000,0.0000,0.0000,0.0004,0.0000,0.0004,3.1630,-3.1626,42.2676,-45.4302,-0.9875,-44.4427,42.6945,6.1199,5.3438,-98.6009,0.9318,1243.8069,1243.8069,1243.8069 -1168.5000,1.0000,16834.7159,23.8330,21.1730,-1.4833,0.0000,4,643.5128,-96.2826,547.0422,-96.2826,-6.4883,36.8644,-6.4883,1.7196,-12.3808,0.0000,-12.3808,4.1728,-14.8855,0.5823,0.0000,-15.4678,0.0000,-15.4678,2.6004,-18.0682,18.7078,-36.7760,-0.8716,-35.9044,41.0153,5.7157,4.3902,-87.0255,0.9433,0.0000,0.0000,0.0000 -1169.5000,1.0000,16839.7842,18.2360,15.3190,-1.6261,0.0000,0,643.5128,33.5084,547.0422,-96.2826,2.2581,36.8644,-6.4883,-1.7196,0.0000,0.0000,0.0000,3.9776,0.0000,0.0000,0.0000,0.0003,0.0000,0.0003,1.9897,-1.9894,27.0294,-29.0188,-0.7311,-28.2877,36.2919,5.0618,3.3563,-72.9977,0.9318,1139.4347,1139.4347,1139.4347 -1170.5000,1.0000,16843.4712,13.2630,11.2270,-1.1367,0.0000,2,768.2195,150.5806,512.0792,-82.9067,12.1139,41.1956,-6.6697,7.9361,0.1879,0.0000,0.1879,3.9899,0.2708,0.6550,0.0000,-0.3842,0.0000,-0.3842,1.4471,-1.8313,0.0000,-1.8313,-0.3717,-1.4596,28.6621,4.5499,2.4395,-37.1111,0.9195,2885.8455,2885.8455,2885.8455 -1171.5000,1.0000,16846.1202,9.5265,7.8460,-0.9392,0.0000,2,795.3095,8.0922,442.6310,-80.0010,0.6740,36.8644,-6.6629,-6.8929,3.6091,0.0000,3.6091,3.9577,3.6091,0.3849,0.0000,3.2242,0.0000,3.2242,1.0394,2.1848,0.0000,2.1848,-0.2206,2.4054,19.6324,3.0445,1.7529,-22.0245,0.9221,1050.1191,1050.1191,1050.1191 -1172.5000,1.0000,16847.8590,6.2497,4.6733,-0.8813,0.0000,0,627.0900,45.0377,561.3686,-98.0441,2.9576,36.8644,-6.4384,-1.0432,0.0000,0.0000,0.0000,4.0008,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,0.6819,-0.6818,0.0000,-0.6818,-0.1358,-0.5460,9.6870,2.1737,1.1518,-13.5585,0.9100,1238.6967,1238.6967,1238.6967 -1173.5000,1.0000,16849.0354,4.2252,3.7970,-0.2434,0.0000,1,622.2222,123.7974,565.7603,-98.5662,8.0665,36.8644,-6.4225,0.8491,3.1467,-0.2407,3.3874,4.0707,3.6362,0.2812,0.0000,3.3549,0.0000,3.3549,0.4610,2.8939,0.0000,2.8939,-0.0254,2.9193,3.1849,1.4863,0.7799,-2.5318,1.0563,2093.3712,2093.3712,2093.3712 -1174.5000,1.0000,16849.8906,3.0685,2.3600,-0.3992,0.0000,1,644.4444,58.5868,546.2513,-96.1827,3.9538,36.8644,-6.4910,0.0000,-0.1151,0.0352,-0.1503,4.0689,-0.1503,0.2079,0.0000,-0.3581,0.0000,-0.3581,0.3348,-0.6929,0.0000,-0.6929,-0.0302,-0.6627,0.6800,1.1058,0.5667,-3.0152,1.0898,1389.0702,1389.0702,1389.0702 -1175.5000,1.0000,16850.3121,1.5075,0.6750,-0.4681,0.0000,1,644.4444,55.8222,546.2513,-96.1827,3.7672,36.8644,-6.4910,0.0000,-0.2734,0.3463,-0.6197,4.0406,-0.6197,0.0971,0.0000,-0.7168,0.0000,-0.7168,0.1645,-0.8813,0.0000,-0.8813,-0.0174,-0.8639,0.0000,0.5947,0.2784,-1.7369,1.0468,1361.6454,1361.6454,1361.6454 -1176.5000,1.0000,16850.4099,0.3420,0.0290,-0.1794,0.0000,1,644.4444,59.5213,546.2513,-96.1827,4.0169,36.8644,-6.4910,0.0000,0.0073,-0.1249,0.1322,4.0095,0.1322,0.0175,0.0000,0.1147,0.0000,0.1147,0.0373,0.0774,0.0000,0.0774,-0.0015,0.0789,0.0000,0.1668,0.0632,-0.1511,1.0468,1398.3401,1398.3401,1398.3401 -1177.5000,1.0000,16850.4154,0.0095,0.0110,-0.0050,0.0000,1,644.4444,58.9787,546.2513,-96.1827,3.9802,36.8644,-6.4910,0.0000,0.0000,-0.0081,0.0081,3.9802,0.0081,0.0005,0.0000,0.0077,0.0000,0.0077,0.0010,0.0067,0.0000,0.0067,0.0000,0.0067,0.0000,0.0050,0.0018,-0.0001,1.0027,1392.9578,1392.9578,1392.9578 -1178.5000,1.0000,16850.4188,0.0000,0.0130,0.0006,0.0000,1,644.4444,58.5028,546.2513,-96.1827,3.9481,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9481,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9673,1388.2364,1388.2364,1388.2364 -1179.5000,1.0000,16850.4224,0.0000,0.0130,0.0000,0.0000,0,644.4444,60.2249,546.2513,-96.1827,4.0643,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0643,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0247,1405.3195,1405.3195,1405.3195 -1180.5000,1.0000,16850.4260,0.0000,0.0130,0.0000,0.0000,0,622.2222,48.0689,565.7603,-98.5662,3.1321,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.9813,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0885,1264.2879,1264.2879,1264.2879 -1181.5000,1.0000,16850.4296,0.0000,0.0130,0.0000,0.0000,0,600.0000,62.7984,586.7144,-100.9497,3.9457,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9457,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1389.9597,1389.9597,1389.9597 -1182.5000,1.0000,16850.4332,0.0000,0.0130,0.0000,0.0000,0,600.0000,62.1342,586.7144,-100.9497,3.9040,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9040,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0335,1383.3708,1383.3708,1383.3708 -1183.5000,1.0000,16850.4368,0.0000,0.0130,0.0000,0.0000,0,600.0000,61.7034,586.7144,-100.9497,3.8769,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8769,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0107,1379.0975,1379.0975,1379.0975 -1184.5000,1.0000,16850.4404,0.0000,0.0130,0.0000,0.0000,0,600.0000,62.0058,586.7144,-100.9497,3.8959,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8959,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0335,1382.0972,1382.0972,1382.0972 -1185.5000,1.0000,16850.4440,0.0000,0.0130,0.0000,0.0000,0,600.0000,61.3689,586.7144,-100.9497,3.8559,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8559,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9657,1375.7800,1375.7800,1375.7800 -1186.5000,1.0000,16850.4476,0.0000,0.0130,0.0000,0.0000,0,600.0000,62.2941,586.7144,-100.9497,3.9141,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9141,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0225,1384.9579,1384.9579,1384.9579 -1187.5000,1.0000,16850.4513,0.0000,0.0130,0.0000,0.0000,0,600.0000,62.4238,586.7144,-100.9497,3.9222,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9222,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1386.2443,1386.2443,1386.2443 -1188.5000,1.0000,16850.4549,0.0000,0.0130,0.0000,0.0000,0,600.0000,62.4950,586.7144,-100.9497,3.9267,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9267,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0443,1386.9500,1386.9500,1386.9500 -1189.5000,1.0000,16850.4585,0.0000,0.0130,0.0000,0.0000,0,600.0000,80.1894,586.7144,-100.9497,5.0385,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.0385,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1562.4792,1562.4792,1562.4792 -1190.5000,1.0000,16850.4621,0.0000,0.0130,0.0000,0.0000,0,600.0000,79.5942,586.7144,-100.9497,5.0010,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.0010,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1556.5741,1556.5741,1556.5741 -1191.5000,1.0000,16850.4657,0.0000,0.0130,0.0000,0.0000,0,600.0000,79.3434,586.7144,-100.9497,4.9853,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9853,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0550,1554.0863,1554.0863,1554.0863 -1192.5000,1.0000,16850.4693,0.0000,0.0130,0.0000,0.0000,0,600.0000,80.2366,586.7144,-100.9497,5.0414,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.0414,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0658,1562.9471,1562.9471,1562.9471 -1193.5000,1.0000,16850.4729,0.0000,0.0130,0.0000,0.0000,0,600.0000,78.0202,586.7144,-100.9497,4.9022,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9022,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1540.9605,1540.9605,1540.9605 -1194.5000,1.0000,16850.4765,0.0000,0.0130,0.0000,0.0000,0,600.0000,77.1759,586.7144,-100.9497,4.8491,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8491,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1532.5847,1532.5847,1532.5847 -1195.5000,1.0000,16850.4801,0.0000,0.0130,0.0000,0.0000,0,600.0000,79.0718,586.7144,-100.9497,4.9682,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9767,1551.3919,1551.3919,1551.3919 -1196.5000,1.0000,16850.4838,0.0000,0.0130,0.0000,0.0000,0,600.0000,78.5202,586.7144,-100.9497,4.9336,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9336,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1545.9204,1545.9204,1545.9204 -1197.5000,1.0000,16850.4874,0.0000,0.0130,0.0000,0.0000,0,600.0000,77.9700,586.7144,-100.9497,4.8990,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8990,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1540.4626,1540.4626,1540.4626 -1198.5000,1.0000,16850.4910,0.0000,0.0130,0.0000,0.0000,0,600.0000,77.1714,586.7144,-100.9497,4.8488,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8488,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1532.5403,1532.5403,1532.5403 -1199.5000,1.0000,16850.4946,0.0000,0.0130,0.0000,0.0000,0,600.0000,77.6960,586.7144,-100.9497,4.8818,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8818,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1537.7444,1537.7444,1537.7444 -1200.5000,1.0000,16850.4982,0.0000,0.0130,0.0000,0.0000,0,600.0000,78.8318,586.7144,-100.9497,4.9531,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9531,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1549.0111,1549.0111,1549.0111 -1201.5000,1.0000,16850.5018,0.0000,0.0130,0.0000,0.0000,0,600.0000,78.2615,586.7144,-100.9497,4.9173,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9173,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1543.3543,1543.3543,1543.3543 -1202.5000,1.0000,16850.5054,0.0000,0.0130,0.0000,0.0000,0,600.0000,79.1625,586.7144,-100.9497,4.9739,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9739,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1552.2919,1552.2919,1552.2919 -1203.5000,1.0000,16850.5090,0.0000,0.0130,0.0000,0.0000,0,600.0000,79.0200,586.7144,-100.9497,4.9650,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1550.8783,1550.8783,1550.8783 -1204.5000,1.0000,16850.5126,0.0000,0.0130,0.0000,0.0000,0,600.0000,77.3694,586.7144,-100.9497,4.8613,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8613,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1534.5041,1534.5041,1534.5041 -1205.5000,1.0000,16850.5163,0.0000,0.0130,0.0000,0.0000,0,600.0000,78.4836,586.7144,-100.9497,4.9313,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9313,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1545.5573,1545.5573,1545.5573 -1206.5000,1.0000,16850.5199,0.0000,0.0130,0.0000,0.0000,0,600.0000,78.1307,586.7144,-100.9497,4.9091,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9091,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1542.0570,1542.0570,1542.0570 -1207.5000,1.0000,16850.5235,0.0000,0.0130,0.0000,0.0000,0,600.0000,77.6909,586.7144,-100.9497,4.8815,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.8815,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1537.6935,1537.6935,1537.6935 -1208.5000,1.0000,16850.5271,0.0000,0.0130,0.0000,0.0000,0,600.0000,79.4355,586.7144,-100.9497,4.9911,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9911,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9657,1555.0006,1555.0006,1555.0006 -1209.5000,1.0000,16850.5307,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.4195,586.7144,-100.9497,3.7963,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7963,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1366.3611,1366.3611,1366.3611 -1210.5000,1.0000,16850.5343,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.3145,586.7144,-100.9497,3.7897,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7897,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1365.3199,1365.3199,1365.3199 -1211.5000,1.0000,16850.5379,0.0000,0.0130,0.0000,0.0000,0,600.0000,58.9228,586.7144,-100.9497,3.7022,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7022,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8599,1351.5141,1351.5141,1351.5141 -1212.5000,1.0000,16850.5415,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.2089,586.7144,-100.9497,3.7830,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7830,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1364.2719,1364.2719,1364.2719 -1213.5000,1.0000,16850.5451,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.5926,586.7144,-100.9497,3.8071,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8071,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1368.0781,1368.0781,1368.0781 -1214.5000,1.0000,16850.5488,0.0000,0.0130,0.0000,0.0000,0,600.0000,61.3782,586.7144,-100.9497,3.8565,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8565,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1375.8713,1375.8713,1375.8713 -1215.5000,1.0000,16850.5524,0.0000,0.0130,0.0000,0.0000,0,600.0000,61.2966,586.7144,-100.9497,3.8514,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8514,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9657,1375.0627,1375.0627,1375.0627 -1216.5000,1.0000,16850.5560,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.4170,586.7144,-100.9497,3.7961,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7961,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1366.3363,1366.3363,1366.3363 -1217.5000,1.0000,16850.5596,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.3691,586.7144,-100.9497,3.7931,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7931,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1365.8615,1365.8615,1365.8615 -1218.5000,1.0000,16850.5632,0.0000,0.0130,0.0000,0.0000,0,600.0000,59.5281,586.7144,-100.9497,3.7403,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7403,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1357.5187,1357.5187,1357.5187 -1219.5000,1.0000,16850.5668,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.0434,586.7144,-100.9497,3.7726,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7726,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1362.6301,1362.6301,1362.6301 -1220.5000,1.0000,16850.5704,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.4798,586.7144,-100.9497,3.8001,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8001,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1366.9600,1366.9600,1366.9600 -1221.5000,1.0000,16850.5740,0.0000,0.0130,0.0000,0.0000,0,600.0000,59.7973,586.7144,-100.9497,3.7572,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7572,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1360.1893,1360.1893,1360.1893 -1222.5000,1.0000,16850.5776,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.8340,586.7144,-100.9497,3.8223,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8223,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1370.4729,1370.4729,1370.4729 -1223.5000,1.0000,16850.5813,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.1040,586.7144,-100.9497,3.7764,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7764,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1363.2313,1363.2313,1363.2313 -1224.5000,1.0000,16850.5849,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.1221,586.7144,-100.9497,3.7776,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7776,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1363.4108,1363.4108,1363.4108 -1225.5000,1.0000,16850.5885,0.0000,0.0130,0.0000,0.0000,0,600.0000,59.8978,586.7144,-100.9497,3.7635,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7635,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1361.1858,1361.1858,1361.1858 -1226.5000,1.0000,16850.5921,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.4689,586.7144,-100.9497,3.7994,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7994,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1366.8517,1366.8517,1366.8517 -1227.5000,1.0000,16850.5957,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.5172,586.7144,-100.9497,3.8024,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8024,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1367.3310,1367.3310,1367.3310 -1228.5000,1.0000,16850.5993,0.0000,0.0130,0.0000,0.0000,0,600.0000,61.1088,586.7144,-100.9497,3.8396,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9878,1373.1997,1373.1997,1373.1997 -1229.5000,1.0000,16850.6029,0.0000,0.0130,0.0000,0.0000,0,600.0000,59.7591,586.7144,-100.9497,3.7548,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7548,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1359.8098,1359.8098,1359.8098 -1230.5000,1.0000,16850.6065,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.4147,586.7144,-100.9497,3.7960,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7960,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1366.3134,1366.3134,1366.3134 -1231.5000,1.0000,16850.6101,0.0000,0.0130,0.0000,0.0000,0,600.0000,59.5187,586.7144,-100.9497,3.7397,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7397,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1357.4258,1357.4258,1357.4258 -1232.5000,1.0000,16850.6138,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.2556,586.7144,-100.9497,3.7860,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7860,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1364.7354,1364.7354,1364.7354 -1233.5000,1.0000,16850.6174,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.0337,586.7144,-100.9497,3.7720,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7720,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1362.5342,1362.5342,1362.5342 -1234.5000,1.0000,16850.6210,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.4388,586.7144,-100.9497,3.7975,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7975,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1366.5524,1366.5524,1366.5524 -1235.5000,1.0000,16850.6246,0.0000,0.0130,0.0000,0.0000,0,600.0000,59.7858,586.7144,-100.9497,3.7565,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7565,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1360.0753,1360.0753,1360.0753 -1236.5000,1.0000,16850.6282,0.0000,0.0130,0.0000,0.0000,0,600.0000,59.6908,586.7144,-100.9497,3.7505,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7505,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1359.1327,1359.1327,1359.1327 -1237.5000,1.0000,16850.6318,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.2152,586.7144,-100.9497,3.7834,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7834,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1364.3351,1364.3351,1364.3351 -1238.5000,1.0000,16850.6354,0.0000,0.0130,0.0000,0.0000,0,600.0000,61.3084,586.7144,-100.9497,3.8521,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8521,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1375.1796,1375.1796,1375.1796 -1239.5000,1.0000,16850.6390,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.7557,586.7144,-100.9497,3.8174,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8174,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1369.6970,1369.6970,1369.6970 -1240.5000,1.0000,16850.6432,0.0020,0.0170,0.0011,0.0000,1,600.0000,60.8867,586.7144,-100.9497,3.8256,36.8644,-6.3429,0.0000,0.0000,-0.0007,0.0007,3.8256,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,0.9546,1370.9960,1370.9960,1370.9960 -1241.5000,1.0000,16850.6474,0.0020,0.0130,-0.0011,0.0000,0,622.2222,70.5128,565.7603,-98.5662,4.5945,36.8644,-6.4225,0.8491,0.0000,-0.0007,0.0007,3.7454,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,0.8879,1486.9316,1486.9316,1486.9316 -1242.5000,1.0000,16850.6510,0.0000,0.0130,0.0000,0.0000,0,622.2222,44.0616,565.7603,-98.5662,2.8710,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.7201,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8455,1224.5354,1224.5354,1224.5354 -1243.5000,1.0000,16850.6546,0.0000,0.0130,0.0000,0.0000,0,600.0000,61.1054,586.7144,-100.9497,3.8394,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8394,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1373.1651,1373.1651,1373.1651 -1244.5000,1.0000,16850.6582,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.3498,586.7144,-100.9497,3.7919,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7919,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1365.6695,1365.6695,1365.6695 -1245.5000,1.0000,16850.6618,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.5629,586.7144,-100.9497,3.8053,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8053,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1367.7842,1367.7842,1367.7842 -1246.5000,1.0000,16850.6654,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.2326,586.7144,-100.9497,3.7845,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7845,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1364.5077,1364.5077,1364.5077 -1247.5000,1.0000,16850.6690,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.3638,586.7144,-100.9497,3.7928,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1365.8089,1365.8089,1365.8089 -1248.5000,1.0000,16850.6726,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.3640,586.7144,-100.9497,3.7928,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1365.8110,1365.8110,1365.8110 -1249.5000,1.0000,16850.6763,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.4530,586.7144,-100.9497,3.7984,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7984,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1366.6936,1366.6936,1366.6936 -1250.5000,1.0000,16850.6799,0.0000,0.0130,0.0000,0.0000,0,600.0000,58.9199,586.7144,-100.9497,3.7020,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7020,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1351.4858,1351.4858,1351.4858 -1251.5000,1.0000,16850.6835,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.2818,586.7144,-100.9497,3.7876,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7876,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1364.9951,1364.9951,1364.9951 -1252.5000,1.0000,16850.6871,0.0000,0.0130,0.0000,0.0000,0,600.0000,61.0981,586.7144,-100.9497,3.8389,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8389,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1373.0934,1373.0934,1373.0934 -1253.5000,1.0000,16850.6907,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.5618,586.7144,-100.9497,3.8052,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8052,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1367.7728,1367.7728,1367.7728 -1254.5000,1.0000,16850.6943,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.1761,586.7144,-100.9497,3.7810,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7810,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1363.9467,1363.9467,1363.9467 -1255.5000,1.0000,16850.6979,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.7998,586.7144,-100.9497,3.8202,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8202,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1370.1338,1370.1338,1370.1338 -1256.5000,1.0000,16850.7015,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.6559,586.7144,-100.9497,3.8111,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8111,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1368.7065,1368.7065,1368.7065 -1257.5000,1.0000,16850.7051,0.0000,0.0130,0.0000,0.0000,0,600.0000,61.8461,586.7144,-100.9497,3.8859,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8859,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1380.5137,1380.5137,1380.5137 -1258.5000,1.0000,16850.7088,0.0000,0.0130,0.0000,0.0000,0,600.0000,61.1271,586.7144,-100.9497,3.8407,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8407,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9436,1373.3807,1373.3807,1373.3807 -1259.5000,1.0000,16850.7124,0.0000,0.0130,0.0000,0.0000,0,600.0000,60.6297,586.7144,-100.9497,3.8095,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8095,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1368.4469,1368.4469,1368.4469 -1260.5000,1.0000,16850.7160,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.9059,586.7144,-100.9497,4.0153,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0153,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1400.9465,1400.9465,1400.9465 -1261.5000,1.0000,16850.7196,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.4030,586.7144,-100.9497,3.9837,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9837,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1395.9577,1395.9577,1395.9577 -1262.5000,1.0000,16850.7240,0.0030,0.0190,0.0017,0.0000,1,600.0000,63.0003,586.7144,-100.9497,3.9584,36.8644,-6.3429,0.0000,0.0000,-0.0015,0.0015,3.9584,0.0015,0.0001,0.0000,0.0014,0.0000,0.0014,0.0003,0.0010,0.0000,0.0010,0.0000,0.0010,0.0000,0.0005,0.0006,0.0000,0.9215,1391.9628,1391.9628,1391.9628 -1263.5000,1.0000,16850.7288,0.0030,0.0150,-0.0011,0.0000,1,622.2222,73.8616,565.7603,-98.5662,4.8127,36.8644,-6.4225,0.8491,0.0000,-0.0014,0.0014,3.9636,0.0014,0.0001,0.0000,0.0013,0.0000,0.0013,0.0003,0.0009,0.0000,0.0009,0.0000,0.0009,0.0000,0.0004,0.0006,0.0000,0.9211,1520.1511,1520.1511,1520.1511 -1264.5000,1.0000,16850.7329,0.0000,0.0150,0.0000,0.0000,0,644.4444,59.1890,546.2513,-96.1827,3.9944,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9944,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1395.0434,1395.0434,1395.0434 -1265.5000,1.0000,16850.7371,0.0000,0.0150,0.0000,0.0000,0,622.2222,48.3122,565.7603,-98.5662,3.1480,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.9971,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8990,1266.7012,1266.7012,1266.7012 -1266.5000,1.0000,16850.7413,0.0000,0.0150,0.0000,0.0000,0,600.0000,64.0517,586.7144,-100.9497,4.0245,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0245,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1402.3932,1402.3932,1402.3932 -1267.5000,1.0000,16850.7454,0.0000,0.0150,0.0000,0.0000,0,600.0000,63.6588,586.7144,-100.9497,3.9998,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9998,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1398.4952,1398.4952,1398.4952 -1268.5000,1.0000,16850.7499,0.0000,0.0170,0.0006,0.0000,1,600.0000,63.0089,586.7144,-100.9497,3.9590,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9590,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1392.0480,1392.0480,1392.0480 -1269.5000,1.0000,16850.7546,0.0000,0.0170,0.0000,0.0000,0,622.2222,73.3112,565.7603,-98.5662,4.7769,36.8644,-6.4225,0.8491,0.0000,0.0000,0.0000,3.9277,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8990,1514.6918,1514.6918,1514.6918 -1270.5000,1.0000,16850.7593,0.0000,0.0170,0.0000,0.0000,0,622.2222,47.8999,565.7603,-98.5662,3.1211,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.9702,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8879,1262.6117,1262.6117,1262.6117 -1271.5000,1.0000,16850.7643,0.0000,0.0190,0.0006,0.0000,1,600.0000,63.8651,586.7144,-100.9497,4.0128,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0128,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1400.5423,1400.5423,1400.5423 -1272.5000,1.0000,16850.7696,0.0000,0.0190,0.0000,0.0000,0,622.2222,74.0552,565.7603,-98.5662,4.8254,36.8644,-6.4225,0.8491,0.0000,0.0000,0.0000,3.9762,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9211,1522.0720,1522.0720,1522.0720 -1273.5000,1.0000,16850.7749,0.0000,0.0190,0.0000,0.0000,0,622.2222,46.8754,565.7603,-98.5662,3.0544,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.9035,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8990,1252.4485,1252.4485,1252.4485 -1274.5000,1.0000,16850.7801,0.0000,0.0190,0.0000,0.0000,0,600.0000,64.5275,586.7144,-100.9497,4.0544,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0544,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1407.1125,1407.1125,1407.1125 -1275.5000,1.0000,16850.7854,0.0000,0.0190,0.0000,0.0000,0,600.0000,63.5132,586.7144,-100.9497,3.9907,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9907,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8755,1397.0509,1397.0509,1397.0509 -1276.5000,1.0000,16850.7907,0.0000,0.0190,0.0000,0.0000,0,600.0000,62.4878,586.7144,-100.9497,3.9262,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9262,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1386.8789,1386.8789,1386.8789 -1277.5000,1.0000,16850.7960,0.0000,0.0190,0.0000,0.0000,0,600.0000,63.8143,586.7144,-100.9497,4.0096,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0096,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9546,1400.0381,1400.0381,1400.0381 -1278.5000,1.0000,16850.8013,0.0000,0.0190,0.0000,0.0000,0,600.0000,63.1524,586.7144,-100.9497,3.9680,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9680,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1393.4717,1393.4717,1393.4717 -1279.5000,1.0000,16850.8065,0.0000,0.0190,0.0000,0.0000,0,600.0000,64.0870,586.7144,-100.9497,4.0267,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0267,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1402.7431,1402.7431,1402.7431 -1280.5000,1.0000,16850.8118,0.0000,0.0190,0.0000,0.0000,0,600.0000,64.2408,586.7144,-100.9497,4.0364,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0364,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1404.2683,1404.2683,1404.2683 -1281.5000,1.0000,16850.8171,0.0000,0.0190,0.0000,0.0000,0,600.0000,65.1597,586.7144,-100.9497,4.0941,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0941,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9546,1413.3845,1413.3845,1413.3845 -1282.5000,1.0000,16850.8224,0.0000,0.0190,0.0000,0.0000,0,600.0000,63.3036,586.7144,-100.9497,3.9775,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9775,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1394.9714,1394.9714,1394.9714 -1283.5000,1.0000,16850.8276,0.0000,0.0190,0.0000,0.0000,0,600.0000,63.1090,586.7144,-100.9497,3.9653,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9653,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1393.0417,1393.0417,1393.0417 -1284.5000,1.0000,16850.8329,0.0000,0.0190,0.0000,0.0000,0,600.0000,63.5150,586.7144,-100.9497,3.9908,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9908,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8883,1397.0685,1397.0685,1397.0685 -1285.5000,1.0000,16850.8382,0.0000,0.0190,0.0000,0.0000,0,600.0000,63.6511,586.7144,-100.9497,3.9993,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9993,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1398.4187,1398.4187,1398.4187 -1286.5000,1.0000,16850.8435,0.0000,0.0190,0.0000,0.0000,0,600.0000,62.1615,586.7144,-100.9497,3.9057,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9057,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8755,1383.6424,1383.6424,1383.6424 -1287.5000,1.0000,16850.8488,0.0000,0.0190,0.0000,0.0000,0,600.0000,62.8436,586.7144,-100.9497,3.9486,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9486,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1390.4081,1390.4081,1390.4081 -1288.5000,1.0000,16850.8540,0.0000,0.0190,0.0000,0.0000,0,600.0000,82.3572,586.7144,-100.9497,5.1747,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.1747,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9325,1583.9836,1583.9836,1583.9836 -1289.5000,1.0000,16850.8593,0.0000,0.0190,0.0000,0.0000,0,600.0000,81.0483,586.7144,-100.9497,5.0924,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.0924,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1570.9989,1570.9989,1570.9989 -1290.5000,1.0000,16850.8646,0.0000,0.0190,0.0000,0.0000,0,600.0000,81.8903,586.7144,-100.9497,5.1453,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.1453,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9104,1579.3521,1579.3521,1579.3521 -1291.5000,1.0000,16850.8699,0.0000,0.0190,0.0000,0.0000,0,600.0000,81.5329,586.7144,-100.9497,5.1229,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.1229,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9546,1575.8059,1575.8059,1575.8059 -1292.5000,1.0000,16850.8751,0.0000,0.0190,0.0000,0.0000,0,600.0000,80.1814,586.7144,-100.9497,5.0379,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.0379,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1562.3992,1562.3992,1562.3992 -1293.5000,1.0000,16850.8804,0.0000,0.0190,0.0000,0.0000,0,600.0000,80.4633,586.7144,-100.9497,5.0557,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.0557,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1565.1964,1565.1964,1565.1964 -1294.5000,1.0000,16850.8857,0.0000,0.0190,0.0000,0.0000,0,600.0000,79.5028,586.7144,-100.9497,4.9953,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.9953,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8174,1555.6677,1555.6677,1555.6677 -1295.5000,1.0000,16850.8910,0.0000,0.0190,0.0000,0.0000,0,600.0000,80.8959,586.7144,-100.9497,5.0828,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.0828,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1569.4877,1569.4877,1569.4877 -1296.5000,1.0000,16850.8963,0.0000,0.0190,0.0000,0.0000,0,600.0000,81.3901,586.7144,-100.9497,5.1139,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.1139,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1574.3899,1574.3899,1574.3899 -1297.5000,1.0000,16850.9015,0.0000,0.0190,0.0000,0.0000,0,600.0000,81.7683,586.7144,-100.9497,5.1377,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.1377,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9215,1578.1416,1578.1416,1578.1416 -1298.5000,1.0000,16850.9068,0.0000,0.0190,0.0000,0.0000,0,600.0000,80.5992,586.7144,-100.9497,5.0642,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.0642,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8993,1566.5438,1566.5438,1566.5438 -1299.5000,1.0000,16850.9121,0.0000,0.0190,0.0000,0.0000,0,600.0000,80.8093,586.7144,-100.9497,5.0774,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,5.0774,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8755,1568.6278,1568.6278,1568.6278 +time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],P_aux_ALT,FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h],FC-AAUX [g/h],FC-Final [g/h] +1.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,622.2222,87.4301,565.7603,-98.5662,5.6969,36.8644,-6.4225,0.8491,0.0000,0.0000,0.0000,4.8477,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0456,1654.7514,1654.7514,1654.7514,1654.7514,1654.7514 +2.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.1411,546.2513,-96.1827,4.9360,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9360,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0468,1533.4483,1533.4483,1533.4483,1533.4483,1533.4483 +3.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.1030,546.2513,-96.1827,4.9334,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9334,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0791,1533.0710,1533.0710,1533.0710,1533.0710,1533.0710 +4.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.1599,546.2513,-96.1827,4.9373,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9373,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0898,1533.6349,1533.6349,1533.6349,1533.6349,1533.6349 +5.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.5358,546.2513,-96.1827,4.9626,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9626,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0791,1537.3641,1537.3641,1537.3641,1537.3641,1537.3641 +6.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,72.6605,546.2513,-96.1827,4.9036,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9036,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0468,1528.6815,1528.6815,1528.6815,1528.6815,1528.6815 +7.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.5178,546.2513,-96.1827,4.9614,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9614,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1537.1859,1537.1859,1537.1859,1537.1859,1537.1859 +8.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,72.4767,546.2513,-96.1827,4.8912,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8912,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0468,1526.8579,1526.8579,1526.8579,1526.8579,1526.8579 +9.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,71.4177,546.2513,-96.1827,4.8197,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8197,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9911,1516.3522,1516.3522,1516.3522,1516.3522,1516.3522 +10.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,72.4974,546.2513,-96.1827,4.8926,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8926,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0358,1527.0627,1527.0627,1527.0627,1527.0627,1527.0627 +11.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,70.9908,546.2513,-96.1827,4.7909,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.7909,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0468,1512.1173,1512.1173,1512.1173,1512.1173,1512.1173 +12.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.3048,546.2513,-96.1827,4.9471,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9471,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0791,1535.0727,1535.0727,1535.0727,1535.0727,1535.0727 +13.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,71.4373,546.2513,-96.1827,4.8210,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8210,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0576,1516.5473,1516.5473,1516.5473,1516.5473,1516.5473 +14.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.5141,546.2513,-96.1827,4.9612,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9612,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.1110,1537.1490,1537.1490,1537.1490,1537.1490,1537.1490 +15.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,71.9230,546.2513,-96.1827,4.8538,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8538,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0137,1521.3646,1521.3646,1521.3646,1521.3646,1521.3646 +16.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,70.8493,546.2513,-96.1827,4.7813,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.7813,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0247,1510.7139,1510.7139,1510.7139,1510.7139,1510.7139 +17.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,72.3991,546.2513,-96.1827,4.8859,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8859,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1526.0883,1526.0883,1526.0883,1526.0883,1526.0883 +18.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,72.5234,546.2513,-96.1827,4.8943,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8943,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0576,1527.3214,1527.3214,1527.3214,1527.3214,1527.3214 +19.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,71.7868,546.2513,-96.1827,4.8446,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8446,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0247,1520.0141,1520.0141,1520.0141,1520.0141,1520.0141 +20.5000,1.0000,0.0458,0.1650,0.0000,0.0917,0.0000,1,644.4444,73.9012,546.2513,-96.1827,4.9873,36.8644,-6.4910,0.0000,0.2287,0.1144,0.1144,4.7586,0.1144,0.0078,0.0000,0.1065,0.0000,0.1065,0.0180,0.0885,0.0000,0.0885,0.0004,0.0882,0.0000,0.0205,0.0305,0.0372,0.9318,1540.9893,1540.9893,1540.9893,1540.9893,1540.9893 +21.5000,1.0000,0.4165,1.3345,0.3300,0.5581,0.0000,1,644.4444,149.7849,546.2513,-96.1827,10.1084,36.8644,-6.4910,0.0000,4.3779,1.8801,2.4978,5.7305,2.4978,0.0986,0.0000,2.3992,0.0000,2.3992,0.1586,2.2406,0.0000,2.2406,0.0184,2.2223,0.0000,0.1426,0.2464,1.8333,0.9208,2452.5122,2452.5122,2452.5122,2452.5122,2452.5122 +22.5000,1.0000,1.0732,2.3640,2.3390,0.0139,0.0000,1,644.4444,108.5994,546.2513,-96.1827,7.3289,36.8644,-6.4910,0.0000,1.4747,0.0154,1.4593,5.8542,1.4593,0.1369,0.0000,1.3224,0.0000,1.3224,0.2579,1.0644,0.0000,1.0644,0.0008,1.0636,0.0000,0.5462,0.4366,0.0808,0.9673,1986.7037,1986.7037,1986.7037,1986.7037,1986.7037 +23.5000,1.0000,1.9456,3.1405,2.3890,0.4175,0.0000,1,644.4444,178.5549,546.2513,-96.1827,12.0500,36.8644,-6.4910,0.0000,6.3941,1.2346,5.1595,5.6559,5.1595,0.2429,0.0000,4.9165,0.0000,4.9165,0.3623,4.5542,0.0000,4.5542,0.0323,4.5219,0.0000,0.7143,0.5800,3.2276,0.9208,2779.2684,2779.2684,2779.2684,2779.2684,2779.2684 +24.5000,1.0000,3.2883,4.8340,3.8920,0.5233,0.0000,1,746.3987,253.7221,471.6362,-85.2471,19.8316,36.8644,-6.6631,4.6733,9.3756,0.4573,8.9183,5.7828,8.9183,0.4301,0.0000,8.4882,0.0000,8.4882,0.5715,7.9167,0.0000,7.9167,0.0624,7.8544,0.0000,0.7341,0.8927,6.2275,0.8558,4246.5139,4246.5139,4246.5139,4246.5139,4246.5139 +25.5000,1.0000,4.8979,5.7945,5.7760,0.0103,0.0000,1,851.0702,104.3284,486.2545,-75.8461,9.2981,43.3369,-6.7597,0.1420,3.1395,0.0000,3.1395,6.0166,3.1395,0.4289,0.0000,2.7106,0.0000,2.7106,0.6322,2.0784,0.0000,2.0784,0.0015,2.0769,0.0000,0.8602,1.0701,0.1466,0.9275,2552.2075,2552.2075,2552.2075,2552.2075,2552.2075 +26.5000,1.0000,6.4654,5.6430,5.8130,-0.0944,0.0000,1,828.8186,74.2890,424.7354,-77.4372,6.4478,36.8644,-6.7211,-1.2709,1.6430,0.0000,1.6430,6.0757,1.6430,0.4280,0.0000,1.2150,0.0000,1.2150,0.6157,0.5993,0.0000,0.5993,-0.0131,0.6124,0.0000,0.8822,1.0421,-1.3119,0.9598,1995.2573,1995.2573,1995.2573,1995.2573,1995.2573 +27.5000,1.0000,7.9300,5.2725,5.4730,-0.1114,0.0000,1,774.4012,70.7374,454.5817,-82.2436,5.7365,36.8644,-6.6696,-1.4005,1.1762,0.0000,1.1762,5.9608,1.1762,0.3948,0.0000,0.7814,0.0000,0.7814,0.5753,0.2061,0.0000,0.2061,-0.0145,0.2206,0.0000,0.6926,0.9737,-1.4457,0.9542,1862.6543,1862.6543,1862.6543,1862.6543,1862.6543 +28.5000,1.0000,9.2769,4.8490,5.0720,-0.1239,0.0000,1,712.1994,71.5528,494.2838,-88.9153,5.3365,36.8644,-6.6314,-1.4325,0.9212,0.0000,0.9212,5.8479,0.9212,0.3555,0.0000,0.5657,0.0000,0.5657,0.5291,0.0366,0.0000,0.0366,-0.0148,0.0514,0.0000,0.6347,0.8955,-1.4788,0.9261,1691.4670,1691.4670,1691.4670,1691.4670,1691.4670 +29.5000,1.0000,10.5646,4.6355,4.6260,0.0053,0.0000,1,680.8415,121.6991,517.0493,-92.2787,8.6769,36.8644,-6.5792,0.0583,2.7342,0.0000,2.7342,5.8843,2.7342,0.3169,0.0000,2.4173,0.0000,2.4173,0.5058,1.9116,0.0000,1.9116,0.0006,1.9110,0.0000,0.9947,0.8561,0.0602,0.9111,2241.6871,2241.6871,2241.6871,2241.6871,2241.6871 +30.5000,1.0000,11.8244,4.5355,4.6450,-0.0608,0.0000,1,666.1540,100.5499,528.4494,-93.8541,7.0143,36.8644,-6.5472,-0.6579,1.8060,0.0000,1.8060,5.8662,1.8060,0.3167,0.0000,1.4893,0.0000,1.4893,0.4949,0.9944,0.0000,0.9944,-0.0068,1.0012,0.0000,0.8428,0.8376,-0.6792,0.9217,1959.3807,1959.3807,1959.3807,1959.3807,1959.3807 +31.5000,1.0000,13.1656,4.8280,4.4260,0.2233,0.0000,1,709.1150,182.8397,496.4337,-89.2461,13.5774,36.8644,-6.6273,2.5712,5.1655,0.0000,5.1655,5.8406,5.1655,0.3546,0.0000,4.8109,0.0000,4.8109,0.5268,4.2842,0.0000,4.2842,0.0266,4.2576,0.0000,0.7117,0.8916,2.6543,0.9615,3081.9884,3081.9884,3081.9884,3081.9884,3081.9884 +32.5000,1.0000,14.7229,5.6065,5.2300,0.2092,0.0000,1,823.4576,165.2812,438.2646,-77.8205,14.2526,37.7926,-6.7106,2.7964,5.6332,0.0000,5.6332,5.8230,5.6332,0.4240,0.0000,5.2092,0.0000,5.2092,0.6117,4.5975,0.0000,4.5975,0.0289,4.5686,0.0000,0.6464,1.0354,2.8868,0.9592,3267.9556,3267.9556,3267.9556,3267.9556,3267.9556 +33.5000,1.0000,16.3857,5.9860,5.9830,0.0017,0.0000,1,879.1969,98.3704,463.3719,-73.8349,9.0569,42.6623,-6.7979,0.0238,3.0498,0.0000,3.0498,5.9833,3.0498,0.4502,0.0000,2.5996,0.0000,2.5996,0.6531,1.9465,0.0000,1.9465,0.0002,1.9463,0.0000,0.8162,1.1055,0.0246,0.9537,2546.6610,2546.6610,2546.6610,2546.6610,2546.6610 +34.5000,1.0000,18.0233,5.8955,5.9890,-0.0519,0.0000,1,865.9047,81.2242,427.5316,-74.7853,7.3652,38.7674,-6.7813,-0.7303,2.1297,0.0000,2.1297,5.9657,2.1297,0.4497,0.0000,1.6800,0.0000,1.6800,0.6432,1.0368,0.0000,1.0368,-0.0076,1.0443,0.0000,0.7094,1.0888,-0.7539,0.9638,2177.4791,2177.4791,2177.4791,2177.4791,2177.4791 +35.5000,1.0000,19.6322,5.7920,5.8020,-0.0056,0.0000,1,850.7031,95.5452,413.8091,-75.8723,8.5117,36.8644,-6.7591,-0.0767,2.7140,0.0000,2.7140,5.8744,2.7140,0.4329,0.0000,2.2810,0.0000,2.2810,0.6320,1.6491,0.0000,1.6491,-0.0008,1.6499,0.0000,0.6594,1.0696,-0.0792,0.9507,2408.7607,2408.7607,2408.7607,2408.7607,2408.7607 +36.5000,1.0000,21.2472,5.8140,5.7820,0.0178,0.0000,1,853.9343,101.9888,419.1223,-75.6413,9.1202,37.4795,-6.7641,0.2465,3.0174,0.0000,3.0174,5.8563,3.0174,0.4322,0.0000,2.5852,0.0000,2.5852,0.6344,1.9508,0.0000,1.9508,0.0025,1.9483,0.0000,0.6202,1.0737,0.2544,0.9395,2530.0218,2530.0218,2530.0218,2530.0218,2530.0218 +37.5000,1.0000,22.9228,6.0320,5.8460,0.1033,0.0000,1,885.9532,127.4176,436.6934,-73.3517,11.8214,40.5150,-6.8053,1.4863,4.4626,0.0000,4.4626,5.8725,4.4626,0.4410,0.0000,4.0216,0.0000,4.0216,0.6581,3.3635,0.0000,3.3635,0.0154,3.3481,0.0000,0.6998,1.1140,1.5344,0.9660,2956.1903,2956.1903,2956.1903,2956.1903,2956.1903 +38.5000,1.0000,24.7068,6.4225,6.2180,0.1136,0.0000,1,943.3081,130.7655,473.2296,-69.8699,12.9174,46.7470,-6.9020,1.7400,5.1060,0.0000,5.1060,6.0715,5.1060,0.4822,0.0000,4.6238,0.0000,4.6238,0.7007,3.9230,0.0000,3.9230,0.0180,3.9050,0.0000,0.9227,1.1861,1.7962,0.9745,3174.3847,3174.3847,3174.3847,3174.3847,3174.3847 +39.5000,1.0000,26.5778,6.7355,6.6270,0.0603,0.0000,1,989.2801,112.4225,495.8470,-67.2400,11.6467,51.3683,-6.9659,0.9682,4.4285,0.0000,4.4285,6.2500,4.4285,0.5192,0.0000,3.9094,0.0000,3.9094,0.7349,3.1745,0.0000,3.1745,0.0100,3.1645,0.0000,0.9211,1.2439,0.9994,0.9739,3081.5975,3081.5975,3081.5975,3081.5975,3081.5975 +40.5000,1.0000,28.5218,6.9985,6.8440,0.0858,0.0000,1,1027.9084,120.4649,498.9191,-68.6246,12.9671,53.7048,-7.3869,1.4324,5.0779,0.0000,5.0779,6.4568,5.0779,0.5429,0.0000,4.5350,0.0000,4.5350,0.7636,3.7714,0.0000,3.7714,0.0148,3.7566,0.0000,0.9854,1.2924,1.4787,1.0062,3271.7842,3271.7842,3271.7842,3271.7842,3271.7842 +41.5000,1.0000,30.5406,7.2675,7.1530,0.0636,0.0000,1,1067.4179,100.2144,512.3765,-71.4528,11.2019,57.2733,-7.9870,1.1024,4.7995,0.0000,4.7995,5.3001,4.7995,0.5772,0.0000,4.2222,0.0000,4.2222,0.7929,3.4293,0.0000,3.4293,0.0114,3.4179,0.0000,0.9377,1.3421,1.1380,0.9925,2979.5277,2979.5277,2979.5277,2979.5277,2979.5277 +42.5000,1.0000,32.6031,7.4250,7.3820,0.0239,0.0000,1,1090.5508,85.0841,509.5113,-73.1087,9.7168,58.1873,-8.3492,0.4230,3.8908,0.0000,3.8908,5.4030,3.8908,0.6051,0.0000,3.2857,0.0000,3.2857,0.8101,2.4756,0.0000,2.4756,0.0044,2.4712,0.0000,0.6633,1.3712,0.4366,1.0095,2753.2529,2753.2529,2753.2529,2753.2529,2753.2529 +43.5000,1.0000,34.6757,7.4615,7.4680,-0.0036,0.0000,1,1095.9117,79.2542,504.4419,-73.4924,9.0955,57.8916,-8.4343,-0.0643,3.7654,0.0000,3.7654,5.3944,3.7654,0.6107,0.0000,3.1546,0.0000,3.1546,0.8141,2.3405,0.0000,2.3405,-0.0007,2.3412,0.0000,1.0295,1.3780,-0.0663,0.9877,2663.7186,2663.7186,2663.7186,2663.7186,2663.7186 +44.5000,1.0000,36.7428,7.4415,7.4550,-0.0075,0.0000,1,1092.9742,75.7751,501.1704,-73.2821,8.6729,57.3620,-8.3876,-0.1331,3.4156,0.0000,3.4156,5.3904,3.4156,0.6118,0.0000,2.8038,0.0000,2.8038,0.8119,1.9919,0.0000,1.9919,-0.0014,1.9932,0.0000,0.7564,1.3743,-0.1374,0.9985,2606.2686,2606.2686,2606.2686,2606.2686,2606.2686 +45.5000,1.0000,38.8010,7.4095,7.4280,-0.0103,0.0000,1,1088.2742,75.4206,498.3159,-72.9457,8.5952,56.7900,-8.3132,-0.1816,3.3628,0.0000,3.3628,5.4140,3.3628,0.6085,0.0000,2.7543,0.0000,2.7543,0.8084,1.9459,0.0000,1.9459,-0.0019,1.9477,0.0000,0.7668,1.3684,-0.1875,1.0205,2597.5323,2597.5323,2597.5323,2597.5323,2597.5323 +46.5000,1.0000,40.8528,7.3865,7.3910,-0.0025,0.0000,1,1084.8961,81.3109,497.2157,-72.7039,9.2377,56.4887,-8.2599,-0.0440,3.8731,0.0000,3.8731,5.4087,3.8731,0.6007,0.0000,3.2724,0.0000,3.2724,0.8059,2.4665,0.0000,2.4665,-0.0005,2.4670,0.0000,1.1483,1.3641,-0.0455,1.0082,2689.3284,2689.3284,2689.3284,2689.3284,2689.3284 +47.5000,1.0000,42.9071,7.3955,7.3820,0.0075,0.0000,1,1086.2180,83.2466,500.2462,-72.7985,9.4692,56.9022,-8.2807,0.1323,3.9569,0.0000,3.9569,5.3801,3.9569,0.6009,0.0000,3.3559,0.0000,3.3559,0.8069,2.5490,0.0000,2.5490,0.0014,2.5477,0.0000,1.0454,1.3658,0.1365,1.0316,2721.0890,2721.0890,2721.0890,2721.0890,2721.0890 +48.5000,1.0000,44.9547,7.3715,7.4090,-0.0208,0.0000,1,1082.6929,75.9529,500.4464,-72.5462,8.6115,56.7403,-8.2252,-0.3662,3.5841,0.0000,3.5841,5.3936,3.5841,0.6018,0.0000,2.9823,0.0000,2.9823,0.8043,2.1780,0.0000,2.1780,-0.0038,2.1818,0.0000,1.1985,1.3613,-0.3780,1.0192,2602.3725,2602.3725,2602.3725,2602.3725,2602.3725 +49.5000,1.0000,46.9894,7.3250,7.3340,-0.0050,0.0000,1,1075.8632,82.0147,495.2436,-72.0573,9.2401,55.7962,-8.1183,-0.0873,3.9618,0.0000,3.9618,5.3656,3.9618,0.5925,0.0000,3.3694,0.0000,3.3694,0.7992,2.5701,0.0000,2.5701,-0.0009,2.5711,0.0000,1.3085,1.3527,-0.0902,1.0060,2694.6448,2694.6448,2694.6448,2694.6448,2694.6448 +50.5000,1.0000,49.0206,7.3120,7.3160,-0.0022,0.0000,1,1073.9539,81.6577,497.5341,-71.9206,9.1836,55.9548,-8.0885,-0.0387,3.8878,0.0000,3.8878,5.3346,3.8878,0.5916,0.0000,3.2961,0.0000,3.2961,0.7978,2.4983,0.0000,2.4983,-0.0004,2.4987,0.0000,1.1884,1.3503,-0.0400,1.0171,2687.6967,2687.6967,2687.6967,2687.6967,2687.6967 +51.5000,1.0000,51.0408,7.2730,7.3080,-0.0194,0.0000,1,1068.2257,75.3754,496.0342,-71.5106,8.4318,55.4885,-7.9995,-0.3372,3.4411,0.0000,3.4411,5.3279,3.4411,0.5915,0.0000,2.8496,0.0000,2.8496,0.7935,2.0561,0.0000,2.0561,-0.0035,2.0596,0.0000,1.0646,1.3431,-0.3481,1.0042,2583.6788,2583.6788,2583.6788,2583.6788,2583.6788 +52.5000,1.0000,52.9194,6.7630,7.2380,-0.2639,0.0000,1,993.3192,0.9100,475.5566,-67.0090,0.0947,49.4675,-6.9703,-4.2558,-0.9420,0.0000,-0.9420,5.2924,-0.9420,0.5760,0.0000,-1.5180,0.0000,-1.5180,0.7379,-2.2559,0.0000,-2.2559,-0.0440,-2.2119,0.0000,0.9324,1.2490,-4.3933,0.9980,1016.8580,1016.8580,1016.8580,1016.8580,1016.8580 +53.5000,1.0000,54.6232,6.1335,6.2880,-0.0858,0.0000,1,900.8610,56.6881,392.8444,-72.2980,5.3478,37.0601,-6.8204,-1.2554,1.6732,0.0000,1.6732,4.9301,1.6732,0.4798,0.0000,1.1933,0.0000,1.1933,0.6692,0.5241,0.0000,0.5241,-0.0130,0.5371,0.0000,0.7004,1.1327,-1.2960,0.9676,1807.3359,1807.3359,1807.3359,1807.3359,1807.3359 +54.5000,1.0000,56.2435,5.8330,5.9790,-0.0811,0.0000,1,856.7249,60.5870,410.9004,-75.4417,5.4356,36.8644,-6.7683,-1.1282,1.7481,0.0000,1.7481,4.8157,1.7481,0.4469,0.0000,1.3012,0.0000,1.3012,0.6364,0.6648,0.0000,0.6648,-0.0117,0.6765,0.0000,0.7639,1.0772,-1.1647,0.9628,1811.7881,1811.7881,1811.7881,1811.7881,1811.7881 +55.5000,1.0000,57.8371,5.7370,5.6870,0.0278,0.0000,1,842.6249,97.6028,417.7762,-76.4500,8.6124,36.8644,-6.7459,0.3800,3.4788,0.0000,3.4788,4.7536,3.4788,0.4195,0.0000,3.0593,0.0000,3.0593,0.6260,2.4334,0.0000,2.4334,0.0039,2.4294,0.0000,0.9777,1.0595,0.3923,0.9383,2424.7200,2424.7200,2424.7200,2424.7200,2424.7200 +56.5000,1.0000,59.4224,5.7070,5.7870,-0.0444,0.0000,1,838.2186,75.9485,419.9723,-76.7650,6.6666,36.8644,-6.7383,-0.6048,2.5127,0.0000,2.5127,4.7588,2.5127,0.4260,0.0000,2.0867,0.0000,2.0867,0.6227,1.4640,0.0000,1.4640,-0.0063,1.4702,0.0000,1.0407,1.0539,-0.6244,0.9608,2020.9912,2020.9912,2020.9912,2020.9912,2020.9912 +57.5000,1.0000,60.9322,5.4355,5.6270,-0.1064,0.0000,1,798.3419,55.5423,440.9497,-79.6758,4.6435,36.8644,-6.6611,-1.3790,1.3198,0.0000,1.3198,4.7026,1.3198,0.4099,0.0000,0.9100,0.0000,0.9100,0.5931,0.3169,0.0000,0.3169,-0.0143,0.3312,0.0000,0.7509,1.0038,-1.4235,0.9450,1720.9483,1720.9483,1720.9483,1720.9483,1720.9483 +58.5000,1.0000,62.3318,5.0385,5.2440,-0.1142,0.0000,1,740.0323,61.2813,475.6936,-85.9300,4.7491,36.8644,-6.6592,-1.3717,1.2128,0.0000,1.2128,4.9079,1.2128,0.3711,0.0000,0.8417,0.0000,0.8417,0.5497,0.2920,0.0000,0.2920,-0.0142,0.3062,0.0000,0.7917,0.9305,-1.4160,0.9524,1629.8696,1629.8696,1629.8696,1629.8696,1629.8696 +59.5000,1.0000,63.5126,4.2510,4.8330,-0.3233,0.0000,1,677.1469,31.1000,519.8704,-92.6750,2.2053,36.8644,-6.5716,-1.3599,-1.2997,0.1334,-1.4331,4.8649,-1.4331,0.3227,0.0000,-1.7558,0.0000,-1.7558,0.4638,-2.2196,0.0000,-2.2196,-0.0339,-2.1857,0.0000,0.4128,0.7851,-3.3835,0.9346,1146.4868,1146.4868,1146.4868,1146.4868,1146.4868 +60.5000,1.0000,64.4635,3.4230,3.6690,-0.1367,0.0000,1,644.4444,74.3093,546.2513,-96.1827,5.0148,36.8644,-6.4910,0.0000,0.1239,-0.0096,0.1335,4.8910,0.1335,0.2343,0.0000,-0.1008,0.0000,-0.1008,0.3735,-0.4743,0.0000,-0.4743,-0.0115,-0.4628,0.0000,0.0567,0.6321,-1.1516,0.9318,1545.0372,1545.0372,1545.0372,1545.0372,1545.0372 +61.5000,1.0000,65.2910,2.9790,3.1770,-0.1100,0.0000,1,644.4444,73.5404,546.2513,-96.1827,4.9630,36.8644,-6.4910,0.0000,0.2417,-0.0172,0.2589,4.7213,0.2589,0.1966,0.0000,0.0623,0.0000,0.0623,0.3250,-0.2627,0.0000,-0.2627,-0.0081,-0.2546,0.0000,0.0019,0.5501,-0.8067,0.9434,1537.4093,1537.4093,1537.4093,1537.4093,1537.4093 +62.5000,1.0000,66.0639,2.7825,2.7810,0.0008,0.0000,1,644.4444,84.1970,546.2513,-96.1827,5.6821,36.8644,-6.4910,0.0000,0.9974,0.0005,0.9968,4.6848,0.9968,0.1736,0.0000,0.8232,0.0000,0.8232,0.3036,0.5196,0.0000,0.5196,0.0001,0.5196,0.0000,0.0000,0.5139,0.0057,0.9318,1668.9923,1668.9923,1668.9923,1668.9923,1668.9923 +63.5000,1.0000,66.8740,2.9165,2.7840,0.0736,0.0000,1,644.4444,92.2899,546.2513,-96.1827,6.2283,36.8644,-6.4910,0.0000,1.6403,0.0713,1.5691,4.5879,1.5691,0.1785,0.0000,1.3906,0.0000,1.3906,0.3182,1.0724,0.0000,1.0724,0.0053,1.0671,0.0000,0.0000,0.5386,0.5285,0.9097,1781.8880,1781.8880,1781.8880,1781.8880,1781.8880 +64.5000,1.0000,67.7031,2.9845,3.0490,-0.0358,0.0000,1,644.4444,81.5200,546.2513,-96.1827,5.5015,36.8644,-6.4910,0.0000,0.7851,-0.0173,0.8025,4.7163,0.8025,0.1916,0.0000,0.6109,0.0000,0.6109,0.3256,0.2853,0.0000,0.2853,-0.0026,0.2879,0.0000,0.0000,0.5512,-0.2633,0.9097,1631.6478,1631.6478,1631.6478,1631.6478,1631.6478 +65.5000,1.0000,68.6744,3.4970,2.9200,0.3206,0.0000,1,644.4444,138.4072,546.2513,-96.1827,9.3406,36.8644,-6.4910,0.0000,4.7262,0.6694,4.0568,4.6144,4.0568,0.2423,0.0000,3.8145,0.0000,3.8145,0.3816,3.4329,0.0000,3.4329,0.0276,3.4053,0.0000,0.0000,0.6458,2.7595,0.9208,2323.8294,2323.8294,2323.8294,2323.8294,2323.8294 +66.5000,1.0000,70.0569,4.9770,4.0740,0.5017,0.0000,1,754.0363,228.9884,466.8590,-84.4279,18.0815,36.8644,-6.6666,5.0748,8.3806,0.2560,8.1246,4.6261,8.1246,0.4249,0.0000,7.6997,0.0000,7.6997,0.5728,7.1270,0.0000,7.1270,0.0616,7.0654,0.0000,0.0000,0.9191,6.1463,0.9420,3875.8728,3875.8728,3875.8728,3875.8728,3875.8728 +67.5000,1.0000,71.8329,6.3935,5.8800,0.2853,0.0000,1,939.0487,163.7387,504.7328,-70.1135,16.1016,49.6339,-6.8948,4.3493,6.9293,0.0000,6.9293,4.8229,6.9293,0.5161,0.0000,6.4132,0.0000,6.4132,0.6976,5.7156,0.0000,5.7156,0.0450,5.6706,0.0000,0.0000,1.1807,4.4899,0.9735,3674.2918,3674.2918,3674.2918,3674.2918,3674.2918 +68.5000,1.0000,73.9839,7.7435,6.9070,0.4647,0.0000,1,1137.3306,216.5675,538.3892,-76.0119,25.7934,64.1227,-9.0531,8.5812,12.0016,0.0000,12.0016,5.2106,12.0016,0.7441,0.0000,11.2576,0.0000,11.2576,0.8803,10.3773,0.0000,10.3773,0.0887,10.2885,0.0000,0.0000,1.4300,8.8585,1.0091,5416.9887,5416.9887,5416.9887,5416.9887,5416.9887 +69.5000,1.0000,76.4307,8.8085,8.5800,0.1269,0.0000,1,1293.7531,108.7930,598.7628,-85.3106,14.7394,81.1213,-11.5580,2.6664,6.1252,0.0000,6.1252,5.9477,6.1252,0.7573,0.0000,5.3680,0.0000,5.3680,0.9611,4.4069,0.0000,4.4069,0.0276,4.3793,0.0000,0.0000,1.6267,2.7526,1.0412,3494.8128,3494.8128,3494.8128,3494.8128,3494.8128 +70.5000,1.0000,78.8819,8.8243,9.0370,-0.1182,0.0000,0,1184.9502,-33.8441,542.3947,-78.8525,-4.1996,67.3045,-9.7846,-10.3597,0.0000,0.0000,0.0000,6.1600,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9628,-0.9628,0.0000,-0.9628,-0.0257,-0.9371,0.0000,0.0000,1.6296,-2.5667,1.0197,787.3466,787.3466,787.3466,787.3466,787.3466 +71.5000,1.0000,81.7374,10.2798,10.6730,0.9268,0.0000,2,1020.0260,363.5342,423.2989,-68.0603,38.8316,45.2155,-7.2700,-1.4132,33.0674,0.0000,33.0674,7.1773,27.8213,0.8871,0.0000,26.9342,0.0000,26.9342,1.3485,25.5857,0.0000,25.5857,0.2349,25.3508,0.0000,0.0000,1.8984,23.4524,0.9812,7885.4385,7885.4385,7885.4385,7885.4385,7885.4385 +72.5000,1.0000,85.3909,13.1525,11.9480,0.6692,0.0000,2,1098.0221,362.1619,626.4734,-73.6435,41.6430,72.0348,-8.4679,6.7806,26.9248,0.0000,26.9248,7.9377,26.9248,1.0162,0.0000,25.9087,0.0000,25.9087,1.5971,24.3116,0.0000,24.3116,0.2170,24.0946,0.0000,0.0000,2.4289,21.6657,1.0113,8375.9604,8375.9604,8375.9604,8375.9604,8375.9604 +73.5000,1.0000,89.7425,15.6660,14.3570,0.7272,0.0000,2,1307.8589,388.8304,649.5760,-86.1472,53.2537,88.9651,-11.7986,8.7771,34.4709,0.0000,34.4709,10.0057,34.4709,1.3153,0.0000,33.1557,0.0000,33.1557,1.9367,31.2189,0.0000,31.2189,0.2809,30.9381,0.0000,0.0000,2.8931,28.0449,1.0307,10692.3525,10692.3525,10692.3525,10692.3525,10692.3525 +74.5000,1.0000,94.3987,16.7623,16.9750,-0.1182,0.0000,0,1299.3459,28.1033,684.7593,-85.6423,3.8239,93.1733,-11.6531,-9.3992,0.0000,0.0000,0.0000,13.2231,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.8289,-1.8289,0.0000,-1.8289,-0.0488,-1.7801,0.0000,0.0000,3.0956,-4.8757,1.0423,2137.1478,2137.1478,2137.1478,2137.1478,2137.1478 +75.5000,1.0000,99.3254,17.7360,19.9570,0.6591,0.0000,3,1065.8094,472.0538,472.0538,-71.3376,52.6865,52.6865,-7.9621,-7.5756,42.5436,0.0000,42.5436,17.7186,35.5459,1.0600,0.0000,34.4859,0.0000,34.4859,2.1469,32.3390,0.0000,32.3390,0.2882,32.0508,0.0000,0.0000,3.2754,28.7754,0.9921,10463.7672,10463.7672,10463.7672,10463.7672,10463.7672 +76.5000,1.0000,104.8411,19.8567,21.1840,0.5191,0.0000,3,996.9787,488.8826,691.3345,-66.7997,51.0410,72.1777,-6.9741,2.8722,32.6583,0.0000,32.6583,15.5104,32.6583,1.0660,0.0000,31.5924,0.0000,31.5924,2.2983,29.2940,0.0000,29.2940,0.2541,29.0399,0.0000,0.0000,3.6670,25.3729,0.9873,10223.3536,10223.3536,10223.3536,10223.3536,10223.3536 +77.5000,1.0000,110.6492,20.9090,20.7910,0.0656,0.0000,3,1049.8157,172.1732,679.5852,-70.1927,18.9281,74.7112,-7.7167,0.3820,10.2009,0.0000,10.2009,8.3452,10.2009,0.6502,0.0000,9.5507,0.0000,9.5507,2.2813,7.2694,0.0000,7.2694,0.0338,7.2356,0.0000,0.0000,3.8614,3.3742,0.9998,4098.4703,4098.4703,4098.4703,4098.4703,4098.4703 +78.5000,1.0000,116.7549,21.9805,21.0270,0.5297,0.0000,3,1103.6144,435.8634,544.2488,-74.0007,50.3728,62.8990,-8.5523,3.2446,36.7788,0.0000,36.7788,10.3494,36.7788,1.2169,0.0000,35.5619,0.0000,35.5619,2.5530,33.0089,0.0000,33.0089,0.2871,32.7218,0.0000,0.0000,4.0593,28.6626,1.0242,10027.1863,10027.1863,10027.1863,10027.1863,10027.1863 +79.5000,1.0000,123.5027,24.2920,22.9340,0.7544,0.0000,3,1219.6720,558.3876,673.6562,-80.9170,71.3194,86.0419,-10.3350,5.1070,54.7371,0.0000,54.7371,11.4752,54.7371,1.6561,0.0000,53.0810,0.0000,53.0810,3.0282,50.0529,0.0000,50.0529,0.4518,49.6010,0.0000,0.0000,4.4861,45.1149,1.0399,14106.5608,14106.5608,14106.5608,14106.5608,14106.5608 +80.5000,1.0000,130.9553,26.8295,25.6500,0.6553,0.0000,3,1347.0768,508.4787,739.0559,-88.4731,71.7288,104.2553,-12.4805,4.8991,53.6383,0.0000,53.6383,13.1915,53.6383,1.7283,0.0000,51.9100,0.0000,51.9100,3.2438,48.6662,0.0000,48.6662,0.4335,48.2328,0.0000,0.0000,4.9547,43.2780,1.0819,14185.2974,14185.2974,14185.2974,14185.2974,14185.2974 +81.5000,1.0000,139.0753,29.2320,28.0090,0.6794,0.0000,3,1467.7035,527.5770,741.8958,-95.6272,81.0873,114.0276,-14.6977,5.5346,60.2985,0.0000,60.2985,15.2542,60.2985,1.9569,0.0000,58.3415,0.0000,58.3415,3.5610,54.7806,0.0000,54.7806,0.4897,54.2909,0.0000,0.0000,5.3984,48.8924,1.0894,15937.5114,15937.5114,15937.5114,15937.5114,15937.5114 +82.5000,1.0000,147.4759,30.2423,30.4550,-0.1182,0.0000,0,1434.1806,59.0774,763.9679,-93.6391,8.8727,114.7381,-14.0634,-8.3607,0.0000,0.0000,0.0000,17.2334,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.2997,-3.2997,0.0000,-3.2997,-0.0881,-3.2116,0.0000,0.0000,5.5850,-8.7966,1.0933,3033.9228,3033.9228,3033.9228,3033.9228,3033.9228 +83.5000,1.0000,156.0541,30.8813,33.7350,0.4732,0.0000,4,1184.7095,520.7685,520.7685,-78.8382,64.6078,64.6078,-9.7809,-11.2436,55.4338,0.0000,55.4338,20.4176,46.9088,1.3544,0.0000,45.5544,0.0000,45.5544,3.5207,42.0337,0.0000,42.0337,0.3603,41.6734,0.0000,0.0000,5.7030,35.9704,1.0456,12818.6949,12818.6949,12818.6949,12818.6949,12818.6949 +84.5000,1.0000,165.1481,32.7384,37.5360,0.5585,0.0000,4,1062.8047,738.4670,738.4670,-71.1225,82.1889,82.1889,-7.9157,2.1302,56.9419,0.0000,56.9419,23.1168,56.9419,1.5934,0.0000,55.3485,0.0000,55.3485,3.8382,51.5102,0.0000,51.5102,0.4508,51.0594,0.0000,0.0000,6.0460,45.0134,1.0029,16133.4645,16133.4645,16133.4645,16133.4645,16133.4645 +85.5000,1.0000,174.8516,34.9325,40.6310,0.6604,0.0000,4,1134.0316,799.5886,799.5886,-75.8151,94.9556,94.9556,-9.0035,2.6874,69.9383,0.0000,69.9383,22.3299,69.9383,1.9006,0.0000,68.0377,0.0000,68.0377,4.2302,63.8075,0.0000,63.8075,0.5688,63.2388,0.0000,0.0000,6.4512,56.7876,1.0198,18562.0669,18562.0669,18562.0669,18562.0669,18562.0669 +86.5000,1.0000,185.2917,37.5845,40.7690,0.8130,0.0000,4,1220.1263,829.2671,829.2671,-80.9439,105.9566,105.9566,-10.3423,3.5596,90.0423,0.0000,90.0423,12.3547,90.0423,2.3625,0.0000,87.6798,0.0000,87.6798,4.7685,82.9113,0.0000,82.9113,0.7533,82.1580,0.0000,0.0000,6.9409,75.2171,1.0267,20599.8878,20599.8878,20599.8878,20599.8878,20599.8878 +87.5000,1.0000,196.4377,40.1254,40.2580,0.5986,0.0000,4,1302.6134,638.3152,847.3461,-85.8361,87.0722,115.5859,-11.7088,2.7983,74.0008,0.0000,74.0008,10.2730,74.0008,2.1019,0.0000,71.8989,0.0000,71.8989,4.7652,67.1337,0.0000,67.1337,0.5922,66.5414,0.0000,0.0000,7.4102,59.1313,1.0563,17050.7575,17050.7575,17050.7575,17050.7575,17050.7575 +88.5000,1.0000,208.0025,41.6335,41.2030,0.2392,0.0000,4,1351.5703,348.3614,783.9784,-88.7396,49.3057,110.9613,-12.5599,1.1600,38.4157,0.0000,38.4157,9.7300,38.4157,1.4273,0.0000,36.9884,0.0000,36.9884,4.5425,32.4458,0.0000,32.4458,0.2455,32.2003,0.0000,0.0000,7.6887,24.5117,1.0692,9946.9937,9946.9937,9946.9937,9946.9937,9946.9937 +89.5000,1.0000,219.8103,42.5080,42.0640,0.2467,0.0000,4,1379.9596,351.1560,678.5972,-90.4233,50.7452,98.0634,-13.0670,1.2215,40.0397,0.0000,40.0397,9.4840,40.0397,1.4818,0.0000,38.5580,0.0000,38.5580,4.6380,33.9200,0.0000,33.9200,0.2585,33.6615,0.0000,0.0000,7.8502,25.8113,1.0493,10267.0667,10267.0667,10267.0667,10267.0667,10267.0667 +90.5000,1.0000,231.8517,43.3490,42.9520,0.2206,0.0000,4,1407.2615,330.1429,685.1707,-92.0425,48.6525,100.9723,-13.5641,1.1138,37.9684,0.0000,37.9684,9.5704,37.9684,1.4618,0.0000,36.5066,0.0000,36.5066,4.7297,31.7769,0.0000,31.7769,0.2357,31.5411,0.0000,0.0000,8.0055,23.5357,1.0572,9910.6376,9910.6376,9910.6376,9910.6376,9910.6376 +91.5000,1.0000,244.1914,44.4230,43.7460,0.3761,0.0000,4,1442.1273,449.4814,683.9373,-94.1104,67.8803,103.2877,-14.2125,1.9464,56.5069,0.0000,56.5069,9.4270,56.5069,1.8604,0.0000,54.6465,0.0000,54.6465,4.9013,49.7452,0.0000,49.7452,0.4119,49.3333,0.0000,0.0000,8.2038,41.1295,1.0956,13484.2557,13484.2557,13484.2557,13484.2557,13484.2557 +92.5000,1.0000,256.9272,45.8490,45.1000,0.4161,0.0000,4,1488.4203,479.6588,734.2651,-96.8559,74.7630,114.4477,-15.0966,2.2225,63.0591,0.0000,63.0591,9.4813,63.0591,2.0292,0.0000,61.0300,0.0000,61.0300,5.1281,55.9019,0.0000,55.9019,0.4704,55.4315,0.0000,0.0000,8.4672,46.9644,1.0971,14827.7577,14827.7577,14827.7577,14827.7577,14827.7577 +93.5000,1.0000,270.1856,47.7300,46.5980,0.6289,0.0000,4,1549.4842,647.1502,753.9261,-100.4775,105.0076,122.3333,-16.3036,3.4968,91.8247,0.0000,91.8247,9.6861,91.8247,2.6556,0.0000,89.1691,0.0000,89.1691,5.7230,83.4461,0.0000,83.4461,0.7401,82.7061,0.0000,0.0000,8.8146,73.8915,1.1153,20556.6327,20556.6327,20556.6327,20556.6327,20556.6327 +94.5000,1.0000,284.0160,49.7895,48.8620,0.5153,0.0000,4,1616.3428,556.1563,813.6368,-104.0555,94.1367,137.7186,-17.6127,2.9887,81.2399,0.0000,81.2399,9.9080,81.2399,2.5016,0.0000,78.7383,0.0000,78.7383,5.7558,72.9825,0.0000,72.9825,0.6325,72.3500,0.0000,0.0000,9.1949,63.1551,1.1280,18636.5951,18636.5951,18636.5951,18636.5951,18636.5951 +95.5000,1.0000,298.0450,50.5043,50.7170,-0.1182,0.0000,0,1643.9720,57.7370,794.0973,-105.0394,9.9398,136.7089,-18.0832,-0.2504,0.0000,0.0000,0.0000,10.1902,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.5104,-5.5104,0.0000,-5.5104,-0.1471,-5.3633,0.0000,0.0000,9.3269,-14.6902,1.1206,3587.9199,3587.9199,3587.9199,3587.9199,3587.9199 +96.5000,1.0000,312.1667,50.8383,51.2500,0.3037,0.0000,5,1384.3059,377.5691,572.2582,-90.6811,54.7340,82.9569,-13.1455,-21.8637,67.1399,0.0000,67.1399,9.4577,54.0847,0.7595,0.0000,53.3252,0.0000,53.3252,5.5469,47.7783,0.0000,47.7783,0.3807,47.3976,0.0000,0.0000,9.3886,38.0091,1.2055,11031.2023,11031.2023,11031.2023,11031.2023,11031.2023 +97.5000,1.0000,326.6509,52.1430,51.3850,0.4211,0.0000,5,1143.7471,664.2811,690.4285,-76.3947,79.5629,82.6946,-9.1500,1.1678,70.9291,0.0000,70.9291,7.4660,70.9291,0.8630,0.0000,70.0661,0.0000,70.0661,5.8419,64.2242,0.0000,64.2242,0.5414,63.6828,0.0000,0.0000,9.6295,54.0533,1.1382,15617.1964,15617.1964,15617.1964,15617.1964,15617.1964 +98.5000,1.0000,341.5453,53.6200,52.9010,0.3994,0.0000,5,1176.1448,638.1919,782.0230,-78.3273,78.6033,96.3183,-9.6472,1.1391,69.9989,0.0000,69.9989,7.4652,69.9989,0.8807,0.0000,69.1182,0.0000,69.1182,5.9634,63.1548,0.0000,63.1548,0.5281,62.6268,0.0000,0.0000,9.9023,52.7245,1.1361,15454.5469,15454.5469,15454.5469,15454.5469,15454.5469 +99.5000,1.0000,356.8489,55.0930,54.3390,0.4189,0.0000,5,1208.4548,658.7581,773.8884,-80.2517,83.3652,97.9349,-10.1558,1.2274,74.6476,0.0000,74.6476,7.4902,74.6476,0.9266,0.0000,73.7210,0.0000,73.7210,6.1678,67.5533,0.0000,67.5533,0.5690,66.9843,0.0000,0.0000,10.1743,56.8100,1.1579,16338.4074,16338.4074,16338.4074,16338.4074,16338.4074 +100.5000,1.0000,372.4695,56.2340,55.8470,0.2150,0.0000,5,1233.4824,430.9206,786.6705,-81.7361,55.6620,101.6142,-10.5578,0.6430,47.3892,0.0000,47.3892,7.6298,47.3892,0.8082,0.0000,46.5810,0.0000,46.5810,6.1356,40.4454,0.0000,40.4454,0.2981,40.1473,0.0000,0.0000,10.3850,29.7623,1.1797,11113.4883,11113.4883,11113.4883,11113.4883,11113.4883 +101.5000,1.0000,388.3392,57.1310,56.6210,0.2833,0.0000,5,1253.1580,505.5650,691.7161,-82.9030,66.3455,90.7742,-10.8794,0.8609,57.9055,0.0000,57.9055,7.5791,57.9055,0.8750,0.0000,57.0305,0.0000,57.0305,6.2334,50.7971,0.0000,50.7971,0.3991,50.3980,0.0000,0.0000,10.5507,39.8473,1.1613,13184.4435,13184.4435,13184.4435,13184.4435,13184.4435 +102.5000,1.0000,404.5027,58.1885,57.6410,0.3042,0.0000,5,1276.3540,529.3374,726.0940,-84.2787,70.7510,97.0493,-11.2646,0.9413,62.0127,0.0000,62.0127,7.7969,62.0127,0.9125,0.0000,61.1002,0.0000,61.1002,6.3488,54.7514,0.0000,54.7514,0.4364,54.3150,0.0000,0.0000,10.7460,43.5690,1.1951,13999.7397,13999.7397,13999.7397,13999.7397,13999.7397 +103.5000,1.0000,420.9530,59.2210,58.7360,0.2694,0.0000,5,1299.0017,489.7486,738.9852,-85.6219,66.6211,100.5250,-11.6472,0.8487,57.9809,0.0000,57.9809,7.7915,57.9809,0.9091,0.0000,57.0718,0.0000,57.0718,6.4615,50.6103,0.0000,50.6103,0.3934,50.2169,0.0000,0.0000,10.9367,39.2802,1.1102,13255.4745,13255.4745,13255.4745,13255.4745,13255.4745 +104.5000,1.0000,437.6585,60.1400,59.7060,0.2411,0.0000,5,1319.1598,458.5419,725.7424,-86.8174,63.3439,100.2556,-11.9931,0.7712,54.6283,0.0000,54.6283,7.9444,54.6283,0.9075,0.0000,53.7208,0.0000,53.7208,6.5617,47.1591,0.0000,47.1591,0.3575,46.8016,0.0000,0.0000,11.1064,35.6952,1.1851,12616.3879,12616.3879,12616.3879,12616.3879,12616.3879 +105.5000,1.0000,454.5817,60.9235,60.5740,0.1942,0.0000,5,1336.3458,406.2732,715.9717,-87.8367,56.8546,100.1944,-12.2920,0.6291,48.1981,0.0000,48.1981,8.0273,48.1981,0.8884,0.0000,47.3098,0.0000,47.3098,6.6472,40.6625,0.0000,40.6625,0.2916,40.3709,0.0000,0.0000,11.2511,29.1198,1.1775,11401.0244,11401.0244,11401.0244,11401.0244,11401.0244 +106.5000,1.0000,471.6902,61.5905,61.2730,0.1764,0.0000,5,1350.9763,386.8207,697.6155,-88.7044,54.7250,98.6944,-12.5494,0.5778,45.9939,0.0000,45.9939,8.1534,45.9939,0.8885,0.0000,45.1054,0.0000,45.1054,6.7200,38.3853,0.0000,38.3853,0.2678,38.1175,0.0000,0.0000,11.3742,26.7433,1.1958,11000.1711,11000.1711,11000.1711,11000.1711,11000.1711 +107.5000,1.0000,489.0056,62.3355,61.9080,0.2375,0.0000,5,1367.3177,454.3663,692.5258,-89.6736,65.0585,99.1594,-12.8399,0.7874,56.0738,0.0000,56.0738,8.1973,56.0738,0.9515,0.0000,55.1223,0.0000,55.1223,6.8013,48.3210,0.0000,48.3210,0.3650,47.9560,0.0000,0.0000,11.5118,36.4442,1.2006,12936.7233,12936.7233,12936.7233,12936.7233,12936.7233 +108.5000,1.0000,506.5308,63.0905,62.7630,0.1819,0.0000,5,1383.8785,393.6972,721.7291,-90.6557,57.0544,104.5926,-13.1378,0.6105,48.1523,0.0000,48.1523,8.2915,48.1523,0.9248,0.0000,47.2275,0.0000,47.2275,6.8837,40.3439,0.0000,40.3439,0.2830,40.0608,0.0000,0.1522,11.6513,28.2574,1.2054,11471.3843,11471.3843,11471.3843,11471.3843,11471.3843 +109.5000,1.0000,524.2062,63.6315,63.4180,0.1186,0.0000,5,1395.7452,323.1202,700.8067,-91.3595,47.2279,102.4314,-13.3533,0.4014,38.5086,0.0000,38.5086,8.3179,38.5086,0.8859,0.0000,37.6228,0.0000,37.6228,6.9427,30.6801,0.0000,30.6801,0.1861,30.4940,0.0000,0.1636,11.7512,18.5792,1.2368,9630.8035,9630.8035,9630.8035,9630.8035,9630.8035 +110.5000,1.0000,541.9123,63.7420,63.8450,-0.0572,0.0000,5,1398.1690,133.3470,674.9210,-91.5033,19.5241,98.8192,-13.3975,-0.1940,11.3997,0.0000,11.3997,8.3184,11.3997,0.7522,0.0000,10.6475,0.0000,10.6475,6.9548,3.6928,0.0000,3.6928,-0.0899,3.7827,0.0000,0.9899,11.7716,-8.9788,1.2239,4532.9800,4532.9800,4532.9800,4532.9800,4532.9800 +111.5000,1.0000,559.5077,63.3435,63.6390,-0.1642,0.0000,5,1389.4280,19.4925,599.4259,-90.9849,2.8362,87.2168,-13.2383,-0.5531,-4.8288,0.0000,-4.8288,8.2181,-4.8288,0.7550,0.0000,-5.5838,0.0000,-5.5838,6.9113,-12.4951,0.0000,-12.4951,-0.2564,-12.2387,0.0000,1.6619,11.6980,-25.5986,1.2211,2239.8377,2239.8377,2239.8377,2239.8377,2239.8377 +112.5000,1.0000,576.9363,62.7430,63.0480,-0.1694,0.0000,5,1376.2562,23.3242,550.5791,-90.2037,3.3615,79.3501,-13.0003,-0.5654,-4.2617,0.0000,-4.2617,8.1887,-4.2617,0.7428,0.0000,-5.0045,0.0000,-5.0045,6.8458,-11.8503,0.0000,-11.8503,-0.2621,-11.5882,0.0000,2.9959,11.5871,-26.1711,1.2311,2258.8884,2258.8884,2258.8884,2258.8884,2258.8884 +113.5000,1.0000,594.2002,62.1500,62.4380,-0.1600,0.0000,5,1363.2488,38.4248,548.1966,-89.4322,5.4855,78.2600,-12.7673,-0.5289,-2.0904,0.0000,-2.0904,8.1048,-2.0904,0.7268,0.0000,-2.8172,0.0000,-2.8172,6.7811,-9.5983,0.0000,-9.5983,-0.2452,-9.3531,0.0000,3.6482,11.4776,-24.4788,1.2264,2471.1842,2471.1842,2471.1842,2471.1842,2471.1842 +114.5000,1.0000,611.3246,61.6480,61.8620,-0.1189,0.0000,5,1352.2375,88.5545,551.0628,-88.7792,12.5398,78.0338,-12.5717,-0.3898,4.9789,0.0000,4.9789,7.9507,4.9789,0.7002,0.0000,4.2787,0.0000,4.2787,6.7263,-2.4475,0.0000,-2.4475,-0.1807,-2.2668,0.0000,4.3905,11.3849,-18.0422,1.0835,3292.4913,3292.4913,3292.4913,3292.4913,3292.4913 +115.5000,1.0000,628.3289,61.2155,61.4340,-0.1214,0.0000,5,1342.7507,77.6773,568.8679,-88.2165,10.9224,79.9899,-12.4044,-0.3952,3.2715,0.0000,3.2715,8.0461,3.2715,0.6968,0.0000,2.5747,0.0000,2.5747,6.6791,-4.1044,0.0000,-4.1044,-0.1832,-3.9212,0.0000,3.0662,11.3050,-18.2924,1.2293,3071.7668,3071.7668,3071.7668,3071.7668,3071.7668 +116.5000,1.0000,645.2258,60.8285,60.9970,-0.0936,0.0000,5,1334.2619,114.7154,562.0631,-87.7131,16.0285,78.5335,-12.2556,-0.3028,8.3887,0.0000,8.3887,7.9426,8.3887,0.6877,0.0000,7.7010,0.0000,7.7010,6.6369,1.0641,0.0000,1.0641,-0.1404,1.2045,0.0000,3.9883,11.2335,-14.0173,1.1905,3796.3697,3796.3697,3796.3697,3796.3697,3796.3697 +117.5000,1.0000,662.0205,60.4610,60.6600,-0.1106,0.0000,5,1326.2009,107.2935,575.2525,-87.2350,14.9009,79.8907,-12.1151,-0.3555,7.3437,0.0000,7.3437,7.9127,7.3437,0.6764,0.0000,6.6673,0.0000,6.6673,6.5968,0.0705,0.0000,0.0705,-0.1648,0.2353,0.0000,5.5242,11.1657,-16.4545,1.2003,3580.0326,3580.0326,3580.0326,3580.0326,3580.0326 +118.5000,1.0000,678.6658,59.9230,60.2620,-0.1883,0.0000,5,1314.4000,17.0775,569.2471,-86.5351,2.3506,78.3532,-11.9110,-0.6002,-4.9334,0.0000,-4.9334,7.8842,-4.9334,0.6947,0.0000,-5.6281,0.0000,-5.6281,6.5381,-12.1661,0.0000,-12.1661,-0.2782,-11.8879,0.0000,4.8269,11.0663,-27.7811,1.1961,1997.6097,1997.6097,1997.6097,1997.6097,1997.6097 +119.5000,1.0000,695.1455,59.3270,59.5840,-0.1428,0.0000,5,1301.3268,69.5522,527.6016,-85.7598,9.4782,71.8987,-11.6869,-0.4505,2.0576,0.0000,2.0576,7.8711,2.0576,0.6669,0.0000,1.3907,0.0000,1.3907,6.4730,-5.0824,0.0000,-5.0824,-0.2088,-4.8735,0.0000,5.0220,10.9562,-20.8517,1.2041,2812.7905,2812.7905,2812.7905,2812.7905,2812.7905 +120.5000,1.0000,711.4808,58.8070,59.0700,-0.1461,0.0000,5,1289.9207,67.5079,546.8603,-85.0833,9.1190,73.8700,-11.4931,-0.4570,1.7891,0.0000,1.7891,7.7869,1.7891,0.6586,0.0000,1.1304,0.0000,1.1304,6.4163,-5.2859,0.0000,-5.2859,-0.2118,-5.0740,0.0000,5.2173,10.8602,-21.1515,1.2103,2752.1890,2752.1890,2752.1890,2752.1890,2752.1890 +121.5000,1.0000,727.6570,58.2345,58.5440,-0.1719,0.0000,5,1277.3630,30.9957,542.7244,-84.3385,4.1461,72.5976,-11.2816,-0.5325,-2.9692,0.0000,-2.9692,7.6479,-2.9692,0.6608,0.0000,-3.6299,0.0000,-3.6299,6.3538,-9.9838,0.0000,-9.9838,-0.2469,-9.7369,0.0000,4.1575,10.7545,-24.6489,1.1446,2131.4085,2131.4085,2131.4085,2131.4085,2131.4085 +122.5000,1.0000,743.6860,57.7045,57.9250,-0.1225,0.0000,5,1265.7376,88.8195,523.7738,-83.6490,11.7728,69.4250,-11.0875,-0.3760,4.4922,0.0000,4.4922,7.6565,4.4922,0.6331,0.0000,3.8591,0.0000,3.8591,6.2960,-2.4369,0.0000,-2.4369,-0.1743,-2.2626,0.0000,4.4818,10.6566,-17.4010,1.2198,3039.2127,3039.2127,3039.2127,3039.2127,3039.2127 +123.5000,1.0000,759.6038,57.3040,57.4840,-0.1000,0.0000,5,1256.9527,115.1531,546.7149,-83.1280,15.1573,71.9629,-10.9420,-0.3048,7.8828,0.0000,7.8828,7.5793,7.8828,0.6276,0.0000,7.2551,0.0000,7.2551,6.2523,1.0028,0.0000,1.0028,-0.1413,1.1441,0.0000,4.6678,10.5826,-14.1063,1.1372,3547.0323,3547.0323,3547.0323,3547.0323,3547.0323 +124.5000,1.0000,775.4419,57.0170,57.1240,-0.0594,0.0000,5,1250.6574,157.9442,556.6395,-82.7547,20.6857,72.9023,-10.8383,-0.1803,13.2687,0.0000,13.2687,7.5973,13.2687,0.6500,0.0000,12.6187,0.0000,12.6187,6.2210,6.3977,0.0000,6.3977,-0.0836,6.4813,0.0000,4.2951,10.5296,-8.3434,1.1858,4534.2533,4534.2533,4534.2533,4534.2533,4534.2533 +125.5000,1.0000,791.1717,56.6275,56.9100,-0.1569,0.0000,5,1242.1138,45.3254,573.6310,-82.2480,5.8957,74.6144,-10.6983,-0.4727,-1.1725,0.0000,-1.1725,7.5408,-1.1725,0.6292,0.0000,-1.8017,0.0000,-1.8017,6.1785,-7.9802,0.0000,-7.9802,-0.2191,-7.7611,0.0000,3.6590,10.4577,-21.8777,1.1701,2281.7805,2281.7805,2281.7805,2281.7805,2281.7805 +126.5000,1.0000,806.7228,55.9840,56.3450,-0.2006,0.0000,5,1227.9987,11.6551,520.2824,-81.4108,1.4988,66.9061,-10.4691,-0.5972,-5.3517,0.0000,-5.3517,7.4477,-5.3517,0.6289,0.0000,-5.9806,0.0000,-5.9806,6.1083,-12.0889,0.0000,-12.0889,-0.2768,-11.8121,0.0000,5.4884,10.3389,-27.6394,1.1777,1713.7732,1713.7732,1713.7732,1713.7732,1713.7732 +127.5000,1.0000,822.0367,55.1300,55.6230,-0.2739,0.0000,5,1209.2664,-74.0442,500.2819,-80.2999,-9.3765,63.3527,-10.1687,-0.8031,-15.9955,0.0000,-15.9955,7.4220,-15.9955,0.6414,0.0000,-16.6369,0.0000,-16.6369,6.0151,-22.6520,0.0000,-22.6520,-0.3723,-22.2798,0.0000,4.7090,10.1811,-37.1699,1.2096,31.4311,31.4311,31.4311,31.4311,31.4311 +128.5000,1.0000,837.0656,54.1040,54.6370,-0.2961,0.0000,5,1186.7613,55.9915,454.3426,-78.9606,6.9585,56.4645,-9.8130,-0.8521,0.5832,0.0000,0.5832,7.2273,0.5832,0.5832,0.0000,0.0000,0.0000,0.0000,5.9032,-5.9032,19.6862,-25.5894,-0.3950,-25.1944,0.0000,4.2518,9.9917,-39.4379,1.1628,2351.9538,2351.9538,2351.9538,2351.9538,2351.9538 +129.5000,1.0000,851.7837,52.9850,53.5710,-0.3256,0.0000,5,1162.2162,55.2346,508.2338,-77.4964,6.7224,61.8556,-9.4319,-0.9174,0.5653,0.0000,0.5653,7.0746,0.5653,0.5653,0.0000,0.0000,0.0000,0.0000,5.7811,-5.7811,23.7146,-29.4956,-0.4253,-29.0704,0.0000,3.6073,9.7850,-42.4627,1.1214,2323.7954,2323.7954,2323.7954,2323.7954,2323.7954 +130.5000,1.0000,866.1039,51.5530,52.3990,-0.4700,0.0650,5,1130.8056,51.5457,499.8942,-75.6227,6.1039,59.1963,-8.9551,-1.2887,0.5427,0.0000,0.5427,6.8499,0.5427,0.5427,0.0000,0.0000,0.0000,0.0000,5.6248,-5.6248,39.9674,-45.5923,-0.5974,-44.9949,0.8089,4.3216,9.5206,-59.6460,1.0310,2244.3470,2244.3470,2244.3470,2244.3470,2244.3470 +131.5000,1.0000,879.9280,49.7665,50.7070,-0.5225,0.0780,5,1091.6190,50.6729,488.2552,-73.1851,5.7926,55.8144,-8.3661,-1.3830,0.5150,0.0000,0.5150,6.6606,0.5150,0.5150,0.0000,0.0000,0.0000,0.0000,5.4299,-5.4299,42.5864,-48.0164,-0.6411,-47.3753,0.9371,6.5077,9.1906,-64.0107,0.9635,2193.1424,2193.1424,2193.1424,2193.1424,2193.1424 +132.5000,1.0000,893.2966,48.1270,48.8260,-0.3883,0.0780,5,1055.6569,54.8981,478.2593,-70.6109,6.0689,52.8707,-7.8059,-0.9940,0.4902,0.0000,0.4902,6.5727,0.4902,0.4902,0.0000,0.0000,0.0000,0.0000,5.2510,-5.2510,26.7374,-31.9884,-0.4608,-31.5276,0.9062,4.6851,8.8879,-46.0069,1.0012,2191.6262,2191.6262,2191.6262,2191.6262,2191.6262 +133.5000,1.0000,906.5470,47.7015,47.4280,0.1519,0.0130,5,1046.3236,402.1666,477.3167,-69.9428,44.0657,52.2999,-7.6637,0.3855,37.2235,0.0000,37.2235,6.4567,37.2235,0.6301,0.0000,36.5934,0.0000,36.5934,5.2046,31.3888,0.0000,31.3888,0.1787,31.2101,0.1497,4.4090,8.8093,17.8421,0.9643,8911.3850,8911.3850,8911.3850,8911.3850,8911.3850 +134.5000,1.0000,919.8463,47.8775,47.9750,-0.0542,0.0000,5,1050.1841,159.5822,648.3320,-70.2191,17.5501,71.3003,-7.7224,-0.1379,11.1514,0.0000,11.1514,6.5366,11.1514,0.5022,0.0000,10.6492,0.0000,10.6492,5.2238,5.4254,0.0000,5.4254,-0.0639,5.4893,0.0000,3.0315,8.8418,-6.3840,0.9999,3900.9075,3900.9075,3900.9075,3900.9075,3900.9075 +135.5000,1.0000,933.1158,47.7700,47.7800,-0.0056,0.0000,5,1047.8262,212.4341,529.2459,-70.0503,23.3100,58.0731,-7.6865,-0.0141,16.8054,0.0000,16.8054,6.5187,16.8054,0.5289,0.0000,16.2765,0.0000,16.2765,5.2121,11.0644,0.0000,11.0644,-0.0065,11.0710,0.0000,2.9023,8.8219,-0.6533,1.0225,4952.5243,4952.5243,4952.5243,4952.5243,4952.5243 +136.5000,1.0000,946.4059,47.8445,47.7600,0.0469,0.0000,5,1049.4603,273.5166,555.3173,-70.1673,30.0593,61.0289,-7.7113,0.1195,23.4504,0.0000,23.4504,6.4894,23.4504,0.5632,0.0000,22.8872,0.0000,22.8872,5.2202,17.6670,0.0000,17.6670,0.0554,17.6116,0.0000,3.2470,8.8357,5.5290,1.0113,6162.2312,6162.2312,6162.2312,6162.2312,6162.2312 +137.5000,1.0000,959.7599,48.0745,47.9290,0.0808,0.0000,5,1054.5053,304.5192,585.9511,-70.5284,33.6273,64.7051,-7.7883,0.2067,26.9338,0.0000,26.9338,6.4868,26.9338,0.5839,0.0000,26.3499,0.0000,26.3499,5.2453,21.1046,0.0000,21.1046,0.0958,21.0088,0.0000,2.5645,8.8782,9.5661,0.9894,6898.7202,6898.7202,6898.7202,6898.7202,6898.7202 +138.5000,1.0000,973.2337,48.5055,48.2200,0.1586,0.0000,5,1063.9592,408.5790,602.3649,-71.2052,45.5229,67.1140,-7.9335,0.4092,38.5988,0.0000,38.5988,6.5149,38.5988,0.6483,0.0000,37.9505,0.0000,37.9505,5.2923,32.6581,0.0000,32.6581,0.1897,32.4684,0.0000,4.5718,8.9578,18.9389,0.9685,9176.8794,9176.8794,9176.8794,9176.8794,9176.8794 +139.5000,1.0000,986.8913,49.1675,48.7910,0.2092,0.0000,5,1078.4801,460.8223,654.3986,-72.2446,52.0444,73.9066,-8.1592,0.5470,44.9251,0.0000,44.9251,6.5723,44.9251,0.6894,0.0000,44.2357,0.0000,44.2357,5.3646,38.8712,0.0000,38.8712,0.2536,38.6176,0.0000,4.2213,9.0800,25.3163,0.9951,10320.4739,10320.4739,10320.4739,10320.4739,10320.4739 +140.5000,1.0000,1000.7753,49.9825,49.5440,0.2436,0.0000,5,1096.3569,495.3434,681.6931,-73.5243,56.8705,78.2653,-8.4413,0.6476,49.5969,0.0000,49.5969,6.6260,49.5969,0.7245,0.0000,48.8723,0.0000,48.8723,5.4535,43.4188,0.0000,43.4188,0.3002,43.1186,0.0000,3.9141,9.2305,29.9740,0.9993,11338.2027,11338.2027,11338.2027,11338.2027,11338.2027 +141.5000,1.0000,1014.9102,50.8855,50.4210,0.2581,0.0000,5,1116.1641,502.3591,700.4337,-74.7493,58.7180,81.8698,-8.7370,0.6984,51.3070,0.0000,51.3070,6.7126,51.3070,0.7463,0.0000,50.5607,0.0000,50.5607,5.5520,45.0087,0.0000,45.0087,0.3237,44.6849,0.0000,2.9628,9.3973,32.3248,1.0156,11700.1646,11700.1646,11700.1646,11700.1646,11700.1646 +142.5000,1.0000,1029.3662,52.0415,51.3500,0.3842,0.0000,5,1141.5207,646.1079,706.1250,-76.2619,77.2356,84.4100,-9.1163,1.0633,69.3699,0.0000,69.3699,6.8024,69.3699,0.8537,0.0000,68.5162,0.0000,68.5162,5.8093,62.7069,0.0000,62.7069,0.4929,62.2139,0.0000,3.3880,9.6108,49.2151,1.0101,15173.1460,15173.1460,15173.1460,15173.1460,15173.1460 +143.5000,1.0000,1044.2538,53.5955,52.7330,0.4792,0.0000,5,1175.6081,773.4301,773.4301,-78.2953,95.2165,95.2165,-9.6389,1.3659,86.9059,0.0000,86.9059,6.9447,86.9059,0.9648,0.0000,85.9410,0.0000,85.9410,6.2135,79.7276,0.0000,79.7276,0.6332,79.0944,0.0000,5.9759,9.8978,63.2207,1.0179,18566.0923,18566.0923,18566.0923,18566.0923,18566.0923 +144.5000,1.0000,1059.6298,55.3536,54.6880,0.4975,0.0000,5,1214.1704,831.5448,831.5448,-80.5907,105.7289,105.7289,-10.2469,1.4646,95.0752,0.0000,95.0752,9.1891,95.0752,1.0328,0.0000,94.0424,0.0000,94.0424,6.4965,87.5458,0.0000,87.5458,0.6790,86.8669,0.0000,8.8531,10.2224,67.7913,1.0522,20559.5360,20559.5360,20559.5360,20559.5360,20559.5360 +145.5000,1.0000,1075.4490,56.9490,56.5750,0.3889,0.0000,5,1249.1668,716.8236,859.0788,-82.6663,93.7694,112.3782,-10.8138,1.1778,83.3042,0.0000,83.3042,9.2875,83.3042,0.9991,0.0000,82.3051,0.0000,82.3051,6.4671,75.8380,0.0000,75.8380,0.5460,75.2920,0.0000,10.2601,10.5171,54.5148,1.0457,18276.3385,18276.3385,18276.3385,18276.3385,18276.3385 +146.5000,1.0000,1091.5947,58.1245,57.6490,0.2642,0.0000,5,1274.9502,578.9366,814.3277,-84.1954,77.2953,108.7229,-11.2411,0.8166,67.1433,0.0000,67.1433,9.3353,67.1433,0.9371,0.0000,66.2062,0.0000,66.2062,6.3418,59.8644,0.0000,59.8644,0.3786,59.4858,0.0000,10.9538,10.7342,37.7978,1.0508,15230.1068,15230.1068,15230.1068,15230.1068,15230.1068 +147.5000,1.0000,1107.9700,58.9510,58.6000,0.1950,0.0000,5,1293.0793,507.4639,759.7488,-85.2706,68.7162,102.8783,-11.5466,0.6114,58.6555,0.0000,58.6555,9.4493,58.6555,0.9081,0.0000,57.7474,0.0000,57.7474,6.4320,51.3154,0.0000,51.3154,0.2834,51.0319,0.0000,11.8472,10.8868,28.2980,1.0411,13641.3958,13641.3958,13641.3958,13641.3958,13641.3958 +148.5000,1.0000,1124.4805,59.4380,59.3020,0.0756,0.0000,5,1303.7616,399.4139,732.5040,-85.9042,54.5318,100.0085,-11.7285,0.2388,44.7479,0.0000,44.7479,9.5451,44.7479,0.8465,0.0000,43.9014,0.0000,43.9014,6.4852,37.4162,0.0000,37.4162,0.1107,37.3055,0.0000,15.2737,10.9767,11.0550,1.0565,10942.1069,10942.1069,10942.1069,10942.1069,10942.1069 +149.5000,1.0000,1141.0615,59.6915,59.5740,0.0653,0.0000,5,1309.3221,406.3135,689.0405,-86.2340,55.7104,94.4756,-11.8237,0.2072,45.9727,0.0000,45.9727,9.5305,45.9727,0.8568,0.0000,45.1159,0.0000,45.1159,6.5128,38.6031,0.0000,38.6031,0.0961,38.5070,0.0000,17.8915,11.0235,9.5920,1.0576,11170.4830,11170.4830,11170.4830,11170.4830,11170.4830 +150.5000,1.0000,1157.6800,59.8265,59.8090,0.0097,0.0000,5,1312.2833,328.0717,692.7263,-86.4096,45.0843,95.1958,-11.8746,0.0309,35.4577,0.0000,35.4577,9.5957,35.4577,0.8065,0.0000,34.6512,0.0000,34.6512,6.5275,28.1237,0.0000,28.1237,0.0143,28.1093,0.0000,15.6290,11.0485,1.4318,1.0718,9166.9158,9166.9158,9166.9158,9166.9158,9166.9158 +151.5000,1.0000,1174.2716,59.7300,59.8440,-0.0633,0.0000,5,1310.1666,250.7050,660.2819,-86.2840,34.3968,90.5909,-11.8382,-0.2012,27.1037,0.0000,27.1037,7.4943,27.1037,0.7631,0.0000,26.3406,0.0000,26.3406,6.5170,19.8236,0.0000,19.8236,-0.0933,19.9169,0.0000,18.1984,11.0307,-9.3122,1.0712,7163.7940,7163.7940,7163.7940,7163.7940,7163.7940 +152.5000,1.0000,1190.8134,59.5505,59.6160,-0.0364,0.0000,5,1306.2293,265.2986,627.2077,-86.0505,36.2897,85.7945,-11.7707,-0.1152,28.9114,0.0000,28.9114,7.4935,28.9114,0.7692,0.0000,28.1422,0.0000,28.1422,6.4974,21.6448,0.0000,21.6448,-0.0534,21.6982,0.0000,16.0351,10.9975,-5.3344,1.0570,7515.5831,7515.5831,7515.5831,7515.5831,7515.5831 +153.5000,1.0000,1207.3155,59.4075,59.4850,-0.0431,0.0000,5,1303.0926,259.9286,632.6393,-85.8645,35.4697,86.3297,-11.7170,-0.1360,28.1210,0.0000,28.1210,7.4848,28.1210,0.7629,0.0000,27.3581,0.0000,27.3581,6.4818,20.8763,0.0000,20.8763,-0.0631,20.9393,0.0000,16.2647,10.9711,-6.2965,1.0697,7364.3074,7364.3074,7364.3074,7364.3074,7364.3074 +154.5000,1.0000,1223.7441,59.1430,59.3300,-0.1039,0.0000,5,1297.2908,173.5847,629.4164,-85.5204,23.5818,85.5075,-11.6181,-0.3268,16.4352,0.0000,16.4352,7.4734,16.4352,0.7001,0.0000,15.7351,0.0000,15.7351,6.4530,9.2822,0.0000,9.2822,-0.1515,9.4336,0.0000,13.6366,10.9222,-15.1252,1.0553,5148.0424,5148.0424,5148.0424,5148.0424,5148.0424 +155.5000,1.0000,1240.0652,58.7560,58.9560,-0.1111,0.0000,5,1288.8020,156.7087,590.9963,-85.0170,21.1499,79.7627,-11.4741,-0.3472,14.0760,0.0000,14.0760,7.4211,14.0760,0.6820,0.0000,13.3940,0.0000,13.3940,6.4107,6.9833,0.0000,6.9833,-0.1610,7.1442,0.0000,12.3643,10.8508,-16.0709,1.0536,4681.9435,4681.9435,4681.9435,4681.9435,4681.9435 +156.5000,1.0000,1256.2633,58.3130,58.5560,-0.1350,0.0000,5,1279.0849,111.8160,581.5750,-84.4406,14.9772,77.8993,-11.3104,-0.4187,7.9872,0.0000,7.9872,7.4087,7.9872,0.6444,0.0000,7.3428,0.0000,7.3428,6.3624,0.9804,0.0000,0.9804,-0.1941,1.1745,0.0000,9.7844,10.7690,-19.3789,1.0650,3523.3084,3523.3084,3523.3084,3523.3084,3523.3084 +157.5000,1.0000,1272.3015,57.7375,58.0700,-0.1847,0.0000,5,1266.4614,78.5811,559.2350,-83.6920,10.4217,74.1677,-11.0995,-0.5672,3.6620,0.0000,3.6620,7.3270,3.6620,0.6357,0.0000,3.0262,0.0000,3.0262,6.2996,-3.2734,0.0000,-3.2734,-0.2630,-3.0104,0.0000,12.5815,10.6627,-26.2547,1.0625,2875.2852,2875.2852,2875.2852,2875.2852,2875.2852 +158.5000,1.0000,1288.1048,56.8920,57.4050,-0.2850,0.0000,5,1247.9155,-14.9694,540.2380,-82.5921,-1.9562,70.5991,-10.7932,-0.8623,-8.3592,0.0000,-8.3592,7.2654,-8.3592,0.6515,0.0000,-9.0108,0.0000,-9.0108,6.2074,-15.2182,0.0000,-15.2182,-0.3998,-14.8184,0.0000,14.5891,10.5065,-39.9140,1.0588,1278.1761,1278.1761,1278.1761,1278.1761,1278.1761 +159.5000,1.0000,1303.6382,55.9200,56.3790,-0.2550,0.0000,5,1226.5949,-58.7863,492.8050,-81.3276,-7.5510,63.3002,-10.4464,-0.7584,-13.9446,0.0000,-13.9446,7.1519,-13.9446,0.6493,0.0000,-14.5939,0.0000,-14.5939,6.1013,-20.6952,0.0000,-20.6952,-0.3516,-20.3436,0.0000,4.4317,10.3270,-35.1024,1.0413,370.2586,370.2586,370.2586,370.2586,370.2586 +160.5000,1.0000,1318.8970,54.9320,55.4610,-0.2939,0.0000,5,1204.9233,53.9718,466.8689,-80.0423,6.8101,58.9092,-10.0997,-0.8586,0.5967,0.0000,0.5967,7.0720,0.5967,0.5967,0.0000,0.0000,0.0000,0.0000,5.9935,-5.9935,23.7052,-29.6988,-0.3980,-29.3007,0.0000,0.2956,10.1446,-39.7409,1.0370,2339.0734,2339.0734,2339.0734,2339.0734,2339.0734 +161.5000,1.0000,1333.7745,53.5590,54.4030,-0.4689,0.0440,5,1174.8068,50.1245,510.7355,-78.2475,6.1666,62.8335,-9.6264,-1.3356,0.5745,0.0000,0.5745,6.9278,0.5745,0.5745,0.0000,0.0000,0.0000,0.0000,5.8437,-5.8437,46.1359,-51.9796,-0.6192,-51.3605,0.5689,0.0000,9.8910,-61.8204,1.0177,2250.4859,2250.4859,2250.4859,2250.4859,2250.4859 +162.5000,1.0000,1348.1113,51.6125,52.7150,-0.6125,0.2960,5,1132.1107,48.1013,497.9892,-75.7005,5.7026,59.0388,-8.9746,-1.6813,0.5436,0.0000,0.5436,6.8403,0.5436,0.5436,0.0000,0.0000,0.0000,0.0000,5.6313,-5.6313,59.7484,-65.3797,-0.7794,-64.6003,3.6880,0.0000,9.5315,-77.8198,1.0194,2190.2295,2190.2295,2190.2295,2190.2295,2190.2295 +163.5000,1.0000,1361.8791,49.5640,50.5100,-0.5256,0.8280,5,1087.1772,50.7402,485.4665,-72.8672,5.7767,55.2698,-8.2959,-1.3854,0.5119,0.0000,0.5119,6.6502,0.5119,0.5119,0.0000,0.0000,0.0000,0.0000,5.4078,-5.4078,40.2978,-45.7056,-0.6422,-45.0634,9.9068,0.0000,9.1529,-64.1231,1.0318,2184.1991,2184.1991,2184.1991,2184.1991,2184.1991 +164.5000,1.0000,1375.0763,47.5100,48.6180,-0.6156,0.9200,5,1042.1231,49.6148,475.0257,-69.6421,5.4145,51.8400,-7.6001,-1.5554,0.4810,0.0000,0.4810,6.4889,0.4810,0.4810,0.0000,0.0000,0.0000,0.0000,5.1837,-5.1837,48.2041,-53.3878,-0.7210,-52.6667,10.5513,0.0000,8.7736,-71.9916,0.9980,2058.6742,2058.6742,2058.6742,2058.6742,2058.6742 +165.5000,1.0000,1387.7102,45.4820,46.4020,-0.5111,0.6230,5,997.6393,53.0784,462.7640,-66.7619,5.5452,48.3461,-6.9748,-1.2363,0.4513,0.0000,0.4513,6.3303,0.4513,0.4513,0.0000,0.0000,0.0000,0.0000,4.9624,-4.9624,37.5960,-42.5585,-0.5731,-41.9853,6.8402,0.0000,8.3992,-57.2248,0.9990,2021.3729,2021.3729,2021.3729,2021.3729,2021.3729 +166.5000,1.0000,1399.9483,44.0570,44.5620,-0.2806,0.2700,5,966.3822,58.7201,449.9353,-68.5499,5.9424,45.5331,-6.9372,-0.6574,0.4309,0.0000,0.4309,6.1689,0.4309,0.4309,0.0000,0.0000,0.0000,0.0000,4.8070,-4.8070,14.9172,-19.7242,-0.3047,-19.4194,2.8716,0.0000,8.1362,-30.4273,0.9800,2038.4482,2038.4482,2038.4482,2038.4482,2038.4482 +167.5000,1.0000,1411.9979,43.3785,43.5520,-0.0964,0.0350,5,951.4994,90.2452,445.7589,-69.4013,8.9921,44.4158,-6.9152,-0.2224,3.1291,0.0000,3.1291,6.0854,3.1291,0.4146,0.0000,2.7146,0.0000,2.7146,4.7329,-2.0184,0.0000,-2.0184,-0.1031,-1.9153,0.3665,0.0000,8.0109,-10.2927,0.9765,2602.0154,2602.0154,2602.0154,2602.0154,2602.0154 +168.5000,1.0000,1423.9330,42.9665,43.2050,-0.1325,0.0000,5,942.4623,47.0763,458.0687,-69.9183,4.6462,45.2088,-6.9005,-0.3028,-1.1126,0.0000,-1.1126,6.0615,-1.1126,0.4194,0.0000,-1.5319,0.0000,-1.5319,4.6880,-6.2199,0.0000,-6.2199,-0.1404,-6.0796,0.0000,0.0000,7.9348,-14.0144,0.9743,1744.1044,1744.1044,1744.1044,1744.1044,1744.1044 +169.5000,1.0000,1435.7729,42.6235,42.7280,-0.0581,0.0000,5,934.9386,129.2212,432.1218,-70.3486,12.6516,42.3076,-6.8876,-0.1316,6.7786,0.0000,6.7786,6.0046,6.7786,0.4090,0.0000,6.3696,0.0000,6.3696,4.6506,1.7190,0.0000,1.7190,-0.0610,1.7800,0.0000,0.0000,7.8715,-6.0915,0.9846,3123.2909,3123.2909,3123.2909,3123.2909,3123.2909 +170.5000,1.0000,1447.5187,42.2850,42.5190,-0.1300,0.0000,5,927.5137,50.0374,472.0510,-70.7734,4.8601,45.8498,-6.8741,-0.2924,-0.8356,0.0000,-0.8356,5.9880,-0.8356,0.4092,0.0000,-1.2448,0.0000,-1.2448,4.6136,-5.8584,0.0000,-5.8584,-0.1355,-5.7229,0.0000,0.0000,7.8090,-13.5319,0.9831,1757.3350,1757.3350,1757.3350,1757.3350,1757.3350 +171.5000,1.0000,1459.1726,41.9540,42.0510,-0.0539,0.0000,5,920.2533,134.0646,427.2562,-71.1887,12.9196,41.1741,-6.8604,-0.1202,7.1061,0.0000,7.1061,5.9338,7.1061,0.4019,0.0000,6.7042,0.0000,6.7042,4.5775,2.1267,0.0000,2.1267,-0.0557,2.1824,0.0000,0.0000,7.7479,-5.5655,0.9816,3143.5659,3143.5659,3143.5659,3143.5659,3143.5659 +172.5000,1.0000,1470.8276,41.9580,41.8570,0.0561,0.0000,5,920.3410,256.0134,471.0437,-71.1837,24.6740,45.3982,-6.8605,0.1252,18.6398,0.0000,18.6398,5.9090,18.6398,0.4597,0.0000,18.1801,0.0000,18.1801,4.5779,13.6022,0.0000,13.6022,0.0580,13.5441,0.0000,0.0000,7.7486,5.7955,0.9697,5150.2552,5150.2552,5150.2552,5150.2552,5150.2552 +173.5000,1.0000,1482.5332,42.1400,42.0590,0.0450,0.0000,5,924.3331,243.6137,535.8272,-70.9553,23.5808,51.8659,-6.8682,0.1009,17.5514,0.0000,17.5514,5.9286,17.5514,0.4566,0.0000,17.0948,0.0000,17.0948,4.5978,12.4970,0.0000,12.4970,0.0468,12.4503,0.0000,0.0000,7.7822,4.6681,0.9702,4928.9394,4928.9394,4928.9394,4928.9394,4928.9394 +174.5000,1.0000,1494.2662,42.2390,42.2210,0.0100,0.0000,5,926.5047,204.8233,530.4826,-70.8311,19.8726,51.4692,-6.8723,0.0225,13.8989,0.0000,13.8989,5.9513,13.8989,0.4396,0.0000,13.4593,0.0000,13.4593,4.6086,8.8507,0.0000,8.8507,0.0104,8.8403,0.0000,0.0000,7.8005,1.0398,0.9952,4271.4344,4271.4344,4271.4344,4271.4344,4271.4344 +175.5000,1.0000,1506.0600,42.4575,42.2570,0.1114,0.0000,5,931.2974,317.0061,511.9191,-70.5569,30.9161,49.9250,-6.8811,0.2515,24.7284,0.0000,24.7284,5.9361,24.7284,0.4966,0.0000,24.2318,0.0000,24.2318,4.6324,19.5994,0.0000,19.5994,0.1166,19.4828,0.0000,0.0000,7.8409,11.6419,0.9717,6346.8672,6346.8672,6346.8672,6346.8672,6346.8672 +176.5000,1.0000,1517.9845,42.9285,42.6580,0.1503,0.0000,5,941.6287,359.6211,573.0065,-69.9659,35.4612,56.5025,-6.8991,0.3431,29.1764,0.0000,29.1764,5.9417,29.1764,0.5250,0.0000,28.6514,0.0000,28.6514,4.6838,23.9676,0.0000,23.9676,0.1591,23.8085,0.0000,0.0000,7.9278,15.8807,0.9741,7215.9345,7215.9345,7215.9345,7215.9345,7215.9345 +177.5000,1.0000,1530.1159,43.6730,43.1990,0.2633,0.0000,5,957.9592,484.8120,599.8663,-69.0318,48.6350,60.1769,-6.9251,0.6117,42.0235,0.0000,42.0235,5.9999,42.0235,0.5990,0.0000,41.4245,0.0000,41.4245,4.7651,36.6594,0.0000,36.6594,0.2835,36.3759,0.0000,0.0000,8.0653,28.3105,0.9780,9759.0560,9759.0560,9759.0560,9759.0560,9759.0560 +178.5000,1.0000,1542.4775,44.5015,44.1470,0.1969,0.0000,5,976.1322,410.7416,669.2345,-67.9922,41.9861,68.4094,-6.9502,0.4661,35.4419,0.0000,35.4419,6.0781,35.4419,0.5772,0.0000,34.8647,0.0000,34.8647,4.8555,30.0093,0.0000,30.0093,0.2161,29.7932,0.0000,0.0000,8.2183,21.5748,0.9939,8483.9234,8483.9234,8483.9234,8483.9234,8483.9234 +179.5000,1.0000,1555.0307,45.1915,44.8560,0.1864,0.0000,5,991.2672,398.8544,638.5305,-67.1264,41.4032,66.2828,-6.9681,0.4480,34.8026,0.0000,34.8026,6.1526,34.8026,0.5833,0.0000,34.2193,0.0000,34.2193,4.9307,29.2885,0.0000,29.2885,0.2077,29.0808,0.0000,0.0000,8.3458,20.7351,0.9975,8409.8708,8409.8708,8409.8708,8409.8708,8409.8708 +180.5000,1.0000,1567.8009,45.9730,45.5270,0.2478,0.0000,5,1008.4093,466.6148,636.9931,-67.2288,49.2747,67.2667,-7.0994,0.6058,42.4602,0.0000,42.4602,6.2086,42.4602,0.6322,0.0000,41.8280,0.0000,41.8280,5.0160,36.8120,0.0000,36.8120,0.2808,36.5311,0.0000,0.0000,8.4901,28.0411,1.0016,9881.0364,9881.0364,9881.0364,9881.0364,9881.0364 +181.5000,1.0000,1580.8473,46.9670,46.4190,0.3044,0.0000,5,1030.2125,528.8153,672.8249,-68.7895,57.0505,72.5868,-7.4213,0.7605,50.0335,0.0000,50.0335,6.2565,50.0335,0.6838,0.0000,49.3496,0.0000,49.3496,5.1245,44.2252,0.0000,44.2252,0.3525,43.8726,0.0000,0.0000,8.6736,35.1990,0.9952,11364.4852,11364.4852,11364.4852,11364.4852,11364.4852 +182.5000,1.0000,1594.1909,48.0370,47.5150,0.2900,0.0000,5,1053.6828,512.5840,706.1170,-70.4696,56.5592,77.9139,-7.7757,0.7409,49.4446,0.0000,49.4446,6.3737,49.4446,0.6959,0.0000,48.7487,0.0000,48.7487,5.2412,43.5075,0.0000,43.5075,0.3435,43.1641,0.0000,0.0000,8.8712,34.2928,1.0123,11273.1245,11273.1245,11273.1245,11273.1245,11273.1245 +183.5000,1.0000,1607.8063,49.0155,48.5590,0.2536,0.0000,5,1075.1460,471.6256,702.0652,-72.0060,53.0999,79.0448,-8.1071,0.6611,45.9997,0.0000,45.9997,6.4390,45.9997,0.6926,0.0000,45.3071,0.0000,45.3071,5.3480,39.9591,0.0000,39.9591,0.3065,39.6526,0.0000,0.0000,9.0520,30.6007,1.0058,10548.2544,10548.2544,10548.2544,10548.2544,10548.2544 +184.5000,1.0000,1621.6990,50.0135,49.4720,0.3008,0.0000,5,1097.0369,525.0407,686.0832,-73.5730,60.3174,78.8182,-8.4522,0.8002,52.8429,0.0000,52.8429,6.6744,52.8429,0.7412,0.0000,52.1016,0.0000,52.1016,5.4569,46.6448,0.0000,46.6448,0.3709,46.2738,0.0000,0.0000,9.2363,37.0376,1.1270,11966.7219,11966.7219,11966.7219,11966.7219,11966.7219 +185.5000,1.0000,1635.8043,50.7790,50.5550,0.1244,0.0000,5,1113.8280,328.3423,714.6630,-74.6099,38.2978,83.3581,-8.7025,0.3361,31.2740,0.0000,31.2740,6.6877,31.2740,0.6446,0.0000,30.6295,0.0000,30.6295,5.5404,25.0891,0.0000,25.0891,0.1558,24.9333,0.0000,0.0000,9.3776,15.5557,1.1308,7747.1053,7747.1053,7747.1053,7747.1053,7747.1053 +186.5000,1.0000,1649.9919,51.0755,51.0030,0.0403,0.0000,5,1120.3317,234.9034,625.0887,-74.9979,27.5591,73.3359,-8.7988,0.1094,20.7161,0.0000,20.7161,6.7335,20.7161,0.5961,0.0000,20.1200,0.0000,20.1200,5.5727,14.5473,0.0000,14.5473,0.0507,14.4965,0.0000,0.0000,9.4324,5.0642,1.1210,5705.2670,5705.2670,5705.2670,5705.2670,5705.2670 +187.5000,1.0000,1664.2176,51.2125,51.1480,0.0358,0.0000,5,1123.3368,229.8340,582.0099,-75.1772,27.0367,68.4651,-8.8435,0.0976,20.2036,0.0000,20.2036,6.7354,20.2036,0.5956,0.0000,19.6081,0.0000,19.6081,5.5877,14.0204,0.0000,14.0204,0.0452,13.9751,0.0000,0.0000,9.4577,4.5174,1.1329,5618.3136,5618.3136,5618.3136,5618.3136,5618.3136 +188.5000,1.0000,1678.4244,51.1445,51.2770,-0.0736,0.0000,5,1121.8452,108.6969,579.7439,-75.0882,12.7696,68.1079,-8.8213,-0.2002,6.1894,0.0000,6.1894,6.7805,6.1894,0.5245,0.0000,5.6649,0.0000,5.6649,5.5803,0.0846,0.0000,0.0846,-0.0928,0.1774,0.0000,0.0000,9.4451,-9.2677,1.1326,3148.4376,3148.4376,3148.4376,3148.4376,3148.4376 +189.5000,1.0000,1692.5720,50.9315,51.0120,-0.0447,0.0000,5,1117.1731,140.9289,521.3132,-74.8095,16.4873,60.9885,-8.7520,-0.1211,9.8392,0.0000,9.8392,6.7693,9.8392,0.5396,0.0000,9.2995,0.0000,9.2995,5.5570,3.7425,0.0000,3.7425,-0.0562,3.7987,0.0000,0.0000,9.4058,-5.6071,1.1315,3651.7416,3651.7416,3651.7416,3651.7416,3651.7416 +190.5000,1.0000,1706.6609,50.7200,50.8510,-0.0728,0.0000,5,1112.5339,110.1930,535.6234,-74.5327,12.8380,62.4024,-8.6834,-0.1963,6.2415,0.0000,6.2415,6.7928,6.2415,0.5185,0.0000,5.7230,0.0000,5.7230,5.5340,0.1890,0.0000,0.1890,-0.0910,0.2800,0.0000,0.0000,9.3667,-9.0867,1.1540,3165.8420,3165.8420,3165.8420,3165.8420,3165.8420 +191.5000,1.0000,1720.6793,50.4660,50.5890,-0.0683,0.0000,5,1106.9624,114.9303,519.6550,-74.2004,13.3228,60.2388,-8.6014,-0.1834,6.7694,0.0000,6.7694,6.7368,6.7694,0.5174,0.0000,6.2520,0.0000,6.2520,5.5062,0.7457,0.0000,0.7457,-0.0850,0.8307,0.0000,0.0000,9.3198,-8.4891,1.1527,3236.6159,3236.6159,3236.6159,3236.6159,3236.6159 +192.5000,1.0000,1734.5952,50.0975,50.3430,-0.1364,0.0000,5,1098.8794,39.2613,520.1469,-73.7049,4.5180,59.8556,-8.4815,-0.3634,-1.7449,0.0000,-1.7449,6.6262,-1.7449,0.5257,0.0000,-2.2706,0.0000,-2.2706,5.4660,-7.7366,0.0000,-7.7366,-0.1685,-7.5682,0.0000,0.0000,9.2518,-16.8199,1.0587,1990.0893,1990.0893,1990.0893,1990.0893,1990.0893 +193.5000,1.0000,1748.2938,49.3150,49.8520,-0.2983,0.0000,5,1081.7154,56.2439,479.0605,-72.4762,6.3711,54.2665,-8.2099,-0.7825,0.5081,0.0000,0.5081,6.6455,0.5081,0.5081,0.0000,0.0000,0.0000,0.0000,5.3807,-5.3807,22.0916,-27.4723,-0.3627,-27.1095,0.0000,0.0000,9.1073,-36.2168,1.1470,2277.6118,2277.6118,2277.6118,2277.6118,2277.6118 +194.5000,1.0000,1761.5740,47.8085,48.7780,-0.5386,0.0000,5,1048.6706,51.4324,479.2160,-70.1108,5.6481,52.6258,-7.6993,-1.3695,0.4854,0.0000,0.4854,6.5322,0.4854,0.4854,0.0000,0.0000,0.0000,0.0000,5.2163,-5.2163,49.9779,-55.1942,-0.6349,-54.5593,0.0000,0.0000,8.8290,-63.3884,1.0924,2108.7739,2108.7739,2108.7739,2108.7739,2108.7739 +195.5000,1.0000,1774.3759,46.0870,46.8390,-0.4178,0.0720,5,1010.9099,56.8894,467.3406,-67.4078,6.0224,49.4737,-7.1359,-1.0240,0.4600,0.0000,0.4600,6.5864,0.4600,0.4600,0.0000,0.0000,0.0000,0.0000,5.0285,-5.0285,33.5313,-38.5598,-0.4747,-38.0851,0.8011,0.0000,8.5111,-47.3972,1.1308,2126.8368,2126.8368,2126.8368,2126.8368,2126.8368 +196.5000,1.0000,1786.7184,44.4330,45.3350,-0.5011,0.0870,5,974.6297,54.5627,455.8265,-68.0781,5.5688,46.5230,-6.9483,-1.1842,0.4362,0.0000,0.4362,6.3168,0.4362,0.4362,0.0000,0.0000,0.0000,0.0000,4.8480,-4.8480,41.3732,-46.2212,-0.5490,-45.6723,0.9332,0.0000,8.2057,-54.8111,1.1234,1982.5423,1982.5423,1982.5423,1982.5423,1982.5423 +197.5000,1.0000,1798.6687,43.0210,43.5310,-0.2833,0.0870,5,943.6577,59.5047,440.5855,-69.8499,5.8802,43.5385,-6.9025,-0.6483,0.4163,0.0000,0.4163,6.1122,0.4163,0.4163,0.0000,0.0000,0.0000,0.0000,4.6939,-4.6939,16.7641,-21.4580,-0.3005,-21.1575,0.9035,0.0000,7.9449,-30.0060,1.0723,1986.9782,1986.9782,1986.9782,1986.9782,1986.9782 +198.5000,1.0000,1810.4255,42.3245,42.5110,-0.1036,0.0150,5,928.3801,81.4462,436.0355,-70.7238,7.9182,42.3913,-6.8758,-0.2332,2.1090,0.0000,2.1090,6.0424,2.1090,0.4024,0.0000,1.7066,0.0000,1.7066,4.6179,-2.9114,0.0000,-2.9114,-0.1081,-2.8032,0.1533,0.0223,7.8163,-10.7951,1.0693,2364.8070,2364.8070,2364.8070,2364.8070,2364.8070 +199.5000,1.0000,1822.1359,42.1575,42.1380,0.0108,0.0000,5,924.7170,207.5957,445.5609,-70.9334,20.1028,43.1464,-6.8689,0.0243,14.0501,0.0000,14.0501,6.0283,14.0501,0.4393,0.0000,13.6108,0.0000,13.6108,4.5997,9.0111,0.0000,9.0111,0.0113,8.9999,0.0000,0.0902,7.7854,1.1243,1.0808,4310.2752,4310.2752,4310.2752,4310.2752,4310.2752 +200.5000,1.0000,1833.9320,42.4660,42.1770,0.1606,0.0000,5,931.4839,378.0731,513.2015,-70.5463,36.8791,50.0601,-6.8814,0.3626,30.4758,0.0000,30.4758,6.0407,30.4758,0.5254,0.0000,29.9503,0.0000,29.9503,4.6334,25.3170,0.0000,25.3170,0.1681,25.1489,0.0000,0.5224,7.8424,16.7840,1.0822,7509.5363,7509.5363,7509.5363,7509.5363,7509.5363 +201.5000,1.0000,1845.8897,43.0475,42.7550,0.1625,0.0000,5,944.2390,395.0433,604.7827,-69.8166,39.0621,59.8012,-6.9035,0.3720,32.6103,0.0000,32.6103,6.0797,32.6103,0.5437,0.0000,32.0666,0.0000,32.0666,4.6968,27.3698,0.0000,27.3698,0.1725,27.1973,0.0000,2.0276,7.9498,17.2199,1.0847,7956.2408,7956.2408,7956.2408,7956.2408,7956.2408 +202.5000,1.0000,1858.0823,43.8935,43.3400,0.3075,0.0000,5,962.7958,560.3860,619.1321,-68.7551,56.5002,62.4232,-6.9321,0.7178,49.6464,0.0000,49.6464,6.1359,49.6464,0.6401,0.0000,49.0064,0.0000,49.0064,4.7891,44.2173,0.0000,44.2173,0.3328,43.8845,0.0000,2.5527,8.1060,33.2257,1.1102,11233.8050,11233.8050,11233.8050,11233.8050,11233.8050 +203.5000,1.0000,1870.3559,44.1849,44.4470,-0.1456,0.0000,0,974.9368,60.6130,708.4481,-68.0606,6.1883,72.3291,-6.9487,0.0000,0.0000,0.0000,0.0000,6.1883,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.8209,-4.8209,0.0000,-4.8209,-0.1586,-4.6623,0.0000,3.0143,8.1599,-15.8365,1.1122,2099.9709,2099.9709,2099.9709,2099.9709,2099.9709 +204.5000,1.0000,1882.6930,44.4134,45.9000,0.2725,0.0000,4,1216.3382,518.5552,518.5552,-80.7193,66.0508,66.0508,-10.2816,18.0318,41.6645,0.0000,41.6645,6.3545,49.3880,1.7177,0.0000,47.6702,0.0000,47.6702,4.8459,42.8244,0.0000,42.8244,0.2984,42.5260,0.0000,4.5291,8.2021,29.7948,1.1608,13117.0725,13117.0725,13117.0725,13117.0725,13117.0725 +205.5000,1.0000,1895.5265,46.2006,47.7480,0.7204,0.0000,4,1499.8341,731.0851,731.0851,-97.5328,114.8259,114.8259,-15.3187,3.8772,104.3638,0.0000,104.3638,6.5849,104.3638,2.8647,0.0000,101.4991,0.0000,101.4991,5.7674,95.7317,0.0000,95.7317,0.8206,94.9112,0.0000,4.4508,8.5321,81.9283,1.2439,22405.4910,22405.4910,22405.4910,22405.4910,22405.4910 +206.5000,1.0000,1909.1385,49.0034,49.4520,0.8368,0.0000,4,1590.8241,833.0685,833.0685,-102.9293,138.7815,138.7815,-17.1471,4.7768,127.3375,0.0000,127.3375,6.6672,127.3375,3.4013,0.0000,123.9361,0.0000,123.9361,6.3615,117.5746,0.0000,117.5746,1.0109,116.5637,0.0000,6.5755,9.0497,100.9385,1.2109,26957.9998,26957.9998,26957.9998,26957.9998,26957.9998 +207.5000,1.0000,1923.4685,51.5878,51.3100,0.5990,0.0000,4,1674.7219,658.9675,864.4642,-106.1345,115.5674,151.6067,-18.6135,3.5998,105.0756,0.0000,105.0756,6.8919,105.0756,3.0303,0.0000,102.0453,0.0000,102.0453,6.2706,95.7747,0.0000,95.7747,0.7619,95.0129,0.0000,9.4176,9.5270,76.0683,1.3040,22663.7276,22663.7276,22663.7276,22663.7276,22663.7276 +208.5000,1.0000,1938.3433,53.5495,52.6660,0.4908,0.0000,4,1738.4057,567.0731,825.1745,-108.4025,103.2331,150.2192,-19.7342,3.0620,93.1691,0.0000,93.1691,7.0020,93.1691,2.8504,0.0000,90.3187,0.0000,90.3187,6.2749,84.0437,0.0000,84.0437,0.6480,83.3957,0.0000,8.8043,9.8893,64.7022,1.3055,20403.6596,20403.6596,20403.6596,20403.6596,20403.6596 +209.5000,1.0000,1953.7155,55.3400,54.4330,0.5039,0.0000,4,1796.5316,590.7356,810.1810,-110.4725,111.1365,152.4213,-20.7835,3.2485,100.7529,0.0000,100.7529,7.1351,100.7529,3.0568,0.0000,97.6961,0.0000,97.6961,6.5501,91.1460,0.0000,91.1460,0.6875,90.4585,0.0000,11.5945,10.2199,68.6441,1.2595,21908.7912,21908.7912,21908.7912,21908.7912,21908.7912 +210.5000,1.0000,1969.5250,56.9140,56.2470,0.3706,0.0000,4,1847.6292,519.3772,818.4290,-112.3857,100.4908,158.3523,-21.7448,2.4569,90.7035,0.0000,90.7035,7.3304,90.7035,2.9050,0.0000,87.7986,0.0000,87.7986,6.5463,81.2523,0.0000,81.2523,0.5200,80.7323,0.0000,18.3057,10.5106,51.9161,1.2940,20056.1893,20056.1893,20056.1893,20056.1893,20056.1893 +211.5000,1.0000,1985.6929,58.2045,57.5810,0.3464,0.0000,4,1889.5234,514.1451,809.3967,-113.9599,101.7341,160.1557,-22.5493,2.3487,89.9242,0.0000,89.9242,9.4612,89.9242,2.9306,0.0000,86.9937,0.0000,86.9937,6.6528,80.3409,0.0000,80.3409,0.4971,79.8438,0.0000,19.4643,10.7489,49.6306,1.3007,20364.2940,20364.2940,20364.2940,20364.2940,20364.2940 +212.5000,1.0000,2002.1960,59.4110,58.8280,0.3239,0.0000,4,1928.6906,481.1205,811.9560,-115.4317,97.1729,163.9924,-23.3140,2.2417,85.2110,0.0000,85.2110,9.7202,85.2110,2.8754,0.0000,82.3356,0.0000,82.3356,6.6937,75.6419,0.0000,75.6419,0.4744,75.1674,0.0000,16.8269,10.9717,47.3688,1.3654,19575.6686,19575.6686,19575.6686,19575.6686,19575.6686 +213.5000,1.0000,2018.9890,60.4550,59.9940,0.2561,0.0000,4,1962.5826,431.6463,810.7298,-116.7052,88.7125,166.6221,-23.9854,1.8037,77.1367,0.0000,77.1367,9.7720,77.1367,2.7483,0.0000,74.3884,0.0000,74.3884,6.6705,67.7180,0.0000,67.7180,0.3817,67.3362,0.0000,18.0572,11.1645,38.1145,1.3147,18018.8911,18018.8911,18018.8911,18018.8911,18018.8911 +214.5000,1.0000,2035.7953,60.5027,60.9160,-0.2296,0.0000,0,1929.1876,20.2894,802.6889,-115.4504,4.0989,162.1625,-23.3237,-5.7294,0.0000,0.0000,0.0000,9.8284,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,6.6013,-6.6013,0.0000,-6.6013,-0.3425,-6.2589,0.0000,16.7614,11.1734,-34.1937,1.3083,3731.9659,3731.9659,3731.9659,3731.9659,3731.9659 +215.5000,1.0000,2052.6312,60.6092,61.1620,0.2888,0.0000,5,1610.8401,545.6594,631.9240,-103.8595,92.0455,106.5972,-17.5197,-26.7079,109.0035,0.0000,109.0035,9.7500,89.9624,1.0919,0.0000,88.8704,0.0000,88.8704,6.9019,81.9686,0.0000,81.9686,0.4315,81.5371,0.0000,27.2625,11.1930,43.0815,1.2430,18251.0057,18251.0057,18251.0057,18251.0057,18251.0057 +216.5000,1.0000,2069.5671,60.9690,61.1290,-0.0889,0.0000,5,1337.3438,301.5819,799.8347,-87.8959,42.2354,112.0139,-12.3095,-0.2882,32.8607,0.0000,32.8607,9.6630,32.8607,0.8124,0.0000,32.0483,0.0000,32.0483,6.6522,25.3961,0.0000,25.3961,-0.1336,25.5297,0.0000,27.6111,11.2595,-13.3409,1.1778,8655.4430,8655.4430,8655.4430,8655.4430,8655.4430 +217.5000,1.0000,2086.4135,60.6470,60.8090,-0.0900,0.0000,5,1330.2808,278.1615,653.5726,-87.4770,38.7497,91.0470,-12.1861,-0.2903,29.4151,0.0000,29.4151,9.6250,29.4151,0.7898,0.0000,28.6253,0.0000,28.6253,6.6171,22.0082,0.0000,22.0082,-0.1346,22.1428,0.0000,24.3791,11.2000,-13.4363,1.2612,7972.5272,7972.5272,7972.5272,7972.5272,7972.5272 +218.5000,1.0000,2103.2689,60.6795,60.4850,0.1081,0.0000,5,1330.9937,502.7898,643.3613,-87.5192,70.0795,89.6726,-12.1985,0.3487,62.2273,0.0000,62.2273,7.5035,62.2273,0.9544,0.0000,61.2728,0.0000,61.2728,6.6206,54.6522,0.0000,54.6522,0.1617,54.4906,0.0000,27.1440,11.2060,16.1406,1.1195,13892.2779,13892.2779,13892.2779,13892.2779,13892.2779 +219.5000,1.0000,2120.2515,61.1375,60.8740,0.1464,0.0000,5,1341.0398,571.5687,735.5879,-88.1151,80.2673,103.3011,-12.3743,0.4760,72.1487,0.0000,72.1487,7.6426,72.1487,1.0117,0.0000,71.1370,0.0000,71.1370,6.6844,64.4526,0.0000,64.4526,0.2207,64.2319,0.0000,30.9098,11.2906,22.0315,1.2057,15739.7654,15739.7654,15739.7654,15739.7654,15739.7654 +220.5000,1.0000,2137.3772,61.6525,61.4010,0.1397,0.0000,5,1352.3362,534.8803,764.4922,-88.7850,75.7478,108.2646,-12.5734,0.4581,67.6326,0.0000,67.6326,7.6570,67.6326,0.9978,0.0000,66.6349,0.0000,66.6349,6.7268,59.9081,0.0000,59.9081,0.2124,59.6957,0.0000,27.1047,11.3857,21.2053,1.1399,14897.8380,14897.8380,14897.8380,14897.8380,14897.8380 +221.5000,1.0000,2154.6358,62.1310,61.9040,0.1261,0.0000,5,1362.8320,520.3826,751.2415,-89.4075,74.2666,107.2138,-12.7598,0.4167,66.1675,0.0000,66.1675,7.6824,66.1675,0.9985,0.0000,65.1690,0.0000,65.1690,6.7790,58.3900,0.0000,58.3900,0.1932,58.1968,0.0000,27.4346,11.4741,19.2882,1.1570,14631.4382,14631.4382,14631.4382,14631.4382,14631.4382 +222.5000,1.0000,2172.0051,62.5295,62.3580,0.0953,0.0000,5,1371.5731,519.2155,746.8997,-89.9259,74.5753,107.2778,-12.9161,0.3169,66.5662,0.0000,66.5662,7.6923,66.5662,1.0073,0.0000,65.5589,0.0000,65.5589,6.8225,58.7364,0.0000,58.7364,0.1469,58.5895,0.0000,32.3761,11.5477,14.6658,1.1596,14683.6610,14683.6610,14683.6610,14683.6610,14683.6610 +223.5000,1.0000,2189.4672,62.8635,62.7010,0.0903,0.0000,5,1378.8993,470.3573,747.6255,-90.3604,67.9186,107.9556,-13.0479,0.3018,59.9048,0.0000,59.9048,7.7120,59.9048,0.9797,0.0000,58.9252,0.0000,58.9252,6.8589,52.0663,0.0000,52.0663,0.1399,51.9263,0.0000,26.3466,11.6093,13.9704,1.1194,13473.8163,13473.8163,13473.8163,13473.8163,13473.8163 +224.5000,1.0000,2206.9990,63.1145,63.0260,0.0492,0.0000,5,1384.4049,407.9249,729.5001,-90.6870,59.1387,105.7589,-13.1473,0.1650,51.3364,0.0000,51.3364,7.6373,51.3364,0.9411,0.0000,50.3953,0.0000,50.3953,6.8863,43.5090,0.0000,43.5090,0.0765,43.4325,0.0000,24.1379,11.6557,7.6389,1.0647,11855.9520,11855.9520,11855.9520,11855.9520,11855.9520 +225.5000,1.0000,2224.5819,63.2985,63.2030,0.0531,0.0000,5,1388.4409,459.4239,705.9206,-90.9263,66.7989,102.6389,-13.2204,0.1786,58.9187,0.0000,58.9187,7.7017,58.9187,0.9822,0.0000,57.9365,0.0000,57.9365,6.9064,51.0301,0.0000,51.0301,0.0828,50.9473,0.0000,30.9905,11.6897,8.2671,1.0940,13269.4970,13269.4970,13269.4970,13269.4970,13269.4970 +226.5000,1.0000,2242.2262,63.5195,63.3940,0.0697,0.0000,5,1393.2885,468.0167,726.6817,-91.2138,68.2859,106.0264,-13.3085,0.2355,60.3034,0.0000,60.3034,7.7470,60.3034,0.9929,0.0000,59.3105,0.0000,59.3105,6.9305,52.3800,0.0000,52.3800,0.1092,52.2708,0.0000,29.6383,11.7305,10.9020,1.0954,13545.2714,13545.2714,13545.2714,13545.2714,13545.2714 +227.5000,1.0000,2259.9426,63.7790,63.6450,0.0744,0.0000,5,1398.9806,447.8920,730.7831,-91.5514,65.6166,107.0604,-13.4124,0.2525,57.6086,0.0000,57.6086,7.7555,57.6086,0.9839,0.0000,56.6247,0.0000,56.6247,6.9588,49.6659,0.0000,49.6659,0.1171,49.5488,0.0000,26.0824,11.7784,11.6880,1.0830,13058.4321,13058.4321,13058.4321,13058.4321,13058.4321 +228.5000,1.0000,2277.7279,64.0270,63.9130,0.0633,0.0000,5,1404.4205,435.3663,723.9148,-91.8740,64.0296,106.4666,-13.5120,0.2157,56.0096,0.0000,56.0096,7.8043,56.0096,0.9802,0.0000,55.0294,0.0000,55.0294,6.9859,48.0435,0.0000,48.0435,0.1000,47.9435,0.0000,26.1372,11.8242,9.9822,1.0846,12771.0881,12771.0881,12771.0881,12771.0881,12771.0881 +229.5000,1.0000,2295.5844,64.2835,64.1410,0.0792,0.0000,5,1410.0467,481.3500,720.0127,-92.2077,71.0760,106.3169,-13.6154,0.2707,62.9570,0.0000,62.9570,7.8484,62.9570,1.0194,0.0000,61.9376,0.0000,61.9376,7.0138,54.9237,0.0000,54.9237,0.1255,54.7983,0.0000,30.3990,11.8716,12.5277,1.1003,14054.7349,14054.7349,14054.7349,14054.7349,14054.7349 +230.5000,1.0000,2313.4246,64.2245,64.4260,-0.1119,0.0000,5,1408.7526,229.0091,738.3164,-92.1310,33.7844,108.9196,-13.5916,-0.3824,26.4020,0.0000,26.4020,7.7647,26.4020,0.8356,0.0000,25.5664,0.0000,25.5664,7.0074,18.5590,0.0000,18.5590,-0.1773,18.7363,0.0000,24.5740,11.8607,-17.6983,1.0577,7137.8790,7137.8790,7137.8790,7137.8790,7137.8790 +231.5000,1.0000,2331.1530,63.8225,64.0230,-0.1114,0.0000,5,1399.9348,217.0027,639.5756,-91.6080,31.8128,93.7623,-13.4298,-0.3781,24.4135,0.0000,24.4135,7.7774,24.4135,0.8187,0.0000,23.5948,0.0000,23.5948,6.9635,16.6312,0.0000,16.6312,-0.1753,16.8065,0.0000,22.5203,11.7864,-17.5003,1.0692,6767.2292,6767.2292,6767.2292,6767.2292,6767.2292 +232.5000,1.0000,2348.7658,63.4060,63.6220,-0.1200,0.0000,5,1390.7989,252.6043,632.7218,-91.0662,36.7903,92.1522,-13.2633,-0.4047,29.4953,0.0000,29.4953,7.6997,29.4953,0.8369,0.0000,28.6584,0.0000,28.6584,6.9181,21.7403,0.0000,21.7403,-0.1876,21.9279,0.0000,28.9485,11.7095,-18.7301,1.0806,7677.4249,7677.4249,7677.4249,7677.4249,7677.4249 +233.5000,1.0000,2366.2453,62.9260,63.1900,-0.1467,0.0000,5,1380.2702,234.0389,644.4641,-90.4417,33.8284,93.1519,-13.0726,-0.4908,26.7174,0.0000,26.7174,7.6018,26.7174,0.8148,0.0000,25.9026,0.0000,25.9026,6.8657,19.0369,0.0000,19.0369,-0.2275,19.2644,0.0000,30.3627,11.6209,-22.7191,1.0634,7101.2363,7101.2363,7101.2363,7101.2363,7101.2363 +234.5000,1.0000,2383.5790,62.4015,62.6620,-0.1447,0.0000,5,1368.7654,232.8290,634.5211,-89.7594,33.3730,90.9502,-12.8658,-0.4803,26.2512,0.0000,26.2512,7.6020,26.2512,0.8035,0.0000,25.4477,0.0000,25.4477,6.8085,18.6392,0.0000,18.6392,-0.2227,18.8618,0.0000,29.5689,11.5240,-22.2310,1.0742,6991.8489,6991.8489,6991.8489,6991.8489,6991.8489 +235.5000,1.0000,2400.7750,61.9055,62.1410,-0.1308,0.0000,5,1357.8857,263.8939,631.5308,-89.1142,37.5250,89.8021,-12.6718,-0.4308,30.3824,0.0000,30.3824,7.5734,30.3824,0.8158,0.0000,29.5667,0.0000,29.5667,6.7544,22.8123,0.0000,22.8123,-0.1997,23.0120,0.0000,31.5173,11.4324,-19.9378,1.0710,7766.7481,7766.7481,7766.7481,7766.7481,7766.7481 +236.5000,1.0000,2417.8214,61.3670,61.6700,-0.1683,0.0000,5,1346.0738,226.4490,641.6847,-88.4136,31.9204,90.4522,-12.4628,-0.5494,24.9737,0.0000,24.9737,7.4961,24.9737,0.7797,0.0000,24.1940,0.0000,24.1940,6.6956,17.4984,0.0000,17.4984,-0.2547,17.7531,0.0000,31.8494,11.3330,-25.4293,1.0676,6718.8515,6718.8515,6718.8515,6718.8515,6718.8515 +237.5000,1.0000,2434.7049,60.7805,61.0640,-0.1575,0.0000,5,1333.2091,219.2969,623.5454,-87.6506,30.6168,87.0552,-12.2372,-0.5091,23.6145,0.0000,23.6145,7.5114,23.6145,0.7631,0.0000,22.8515,0.0000,22.8515,6.6316,16.2198,0.0000,16.2198,-0.2360,16.4558,0.0000,28.7965,11.2247,-23.5654,1.0638,6476.0243,6476.0243,6476.0243,6476.0243,6476.0243 +238.5000,1.0000,2451.4254,60.1940,60.4970,-0.1683,0.0000,5,1320.3443,183.7349,617.7209,-86.8877,25.4043,85.4099,-12.0136,-0.5389,18.5250,0.0000,18.5250,7.4183,18.5250,0.7279,0.0000,17.7971,0.0000,17.7971,6.5676,11.2295,0.0000,11.2295,-0.2498,11.4793,0.0000,25.3062,11.1163,-24.9432,1.0601,5494.7900,5494.7900,5494.7900,5494.7900,5494.7900 +239.5000,1.0000,2467.9944,59.6485,59.8910,-0.1347,0.0000,5,1308.3789,236.3980,600.0068,-86.1780,32.3896,82.2088,-11.8075,-0.4274,25.4195,0.0000,25.4195,7.3975,25.4195,0.7533,0.0000,24.6661,0.0000,24.6661,6.5081,18.1580,0.0000,18.1580,-0.1981,18.3561,0.0000,27.1224,11.0156,-19.7819,1.0574,6792.0294,6792.0294,6792.0294,6792.0294,6792.0294 +240.5000,1.0000,2484.4262,59.1545,59.4060,-0.1397,0.0000,5,1297.5431,227.8116,619.8773,-85.5354,30.9547,84.2279,-11.6224,-0.4396,24.0579,0.0000,24.0579,7.3364,24.0579,0.7384,0.0000,23.3195,0.0000,23.3195,6.4542,16.8652,0.0000,16.8652,-0.2038,17.0690,0.0000,26.4908,10.9244,-20.3462,1.0553,6517.7733,6517.7733,6517.7733,6517.7733,6517.7733 +241.5000,1.0000,2500.7229,58.6680,58.9030,-0.1306,0.0000,5,1286.8718,234.9724,613.9464,-84.9025,31.6651,82.7360,-11.4415,-0.4074,24.8328,0.0000,24.8328,7.2397,24.8328,0.7344,0.0000,24.0984,0.0000,24.0984,6.4011,17.6973,0.0000,17.6973,-0.1888,17.8861,0.0000,25.9065,10.8345,-18.8550,1.0665,6628.5149,6628.5149,6628.5149,6628.5149,6628.5149 +242.5000,1.0000,2516.9233,58.3215,58.4330,-0.0619,0.0000,5,1279.2714,308.0645,615.1974,-84.4517,41.2699,82.4149,-11.3136,-0.1921,34.2226,0.0000,34.2226,7.2394,34.2226,0.7757,0.0000,33.4469,0.0000,33.4469,6.3633,27.0836,0.0000,27.0836,-0.0891,27.1726,0.0000,25.2953,10.7705,-8.8932,1.0650,8420.9632,8420.9632,8420.9632,8420.9632,8420.9632 +243.5000,1.0000,2533.0986,58.2310,58.2100,0.0117,0.0000,5,1277.2863,370.0297,645.7155,-84.3340,49.4941,86.3690,-11.2803,0.0361,42.2502,0.0000,42.2502,7.2077,42.2502,0.8144,0.0000,41.4359,0.0000,41.4359,6.3535,35.0824,0.0000,35.0824,0.0167,35.0656,0.0000,22.6395,10.7538,1.6724,1.0646,9967.3564,9967.3564,9967.3564,9967.3564,9967.3564 +244.5000,1.0000,2549.3022,58.3330,58.2520,0.0450,0.0000,5,1279.5236,442.8688,672.1596,-84.4667,59.3406,90.0636,-11.3178,0.1396,51.9733,0.0000,51.9733,7.2277,51.9733,0.8646,0.0000,51.1087,0.0000,51.1087,6.3646,44.7441,0.0000,44.7441,0.0647,44.6794,0.0000,27.4449,10.7727,6.4618,1.0917,11832.8879,11832.8879,11832.8879,11832.8879,11832.8879 +245.5000,1.0000,2565.5551,58.5105,58.4140,0.0536,0.0000,5,1283.4170,418.5495,703.5856,-84.6976,56.2527,94.5613,-11.3833,0.1668,48.8368,0.0000,48.8368,7.2491,48.8368,0.8518,0.0000,47.9850,0.0000,47.9850,6.3840,41.6010,0.0000,41.6010,0.0773,41.5237,0.0000,22.9964,10.8054,7.7218,1.0392,11238.9460,11238.9460,11238.9460,11238.9460,11238.9460 +246.5000,1.0000,2581.8522,58.6695,58.6070,0.0347,0.0000,5,1286.9047,392.4013,693.8297,-84.9044,52.8817,93.5035,-11.4421,0.1083,45.5633,0.0000,45.5633,7.2101,45.5633,0.8380,0.0000,44.7252,0.0000,44.7252,6.4013,38.3239,0.0000,38.3239,0.0502,38.2737,0.0000,22.4242,10.8348,5.0147,1.0532,10621.0255,10621.0255,10621.0255,10621.0255,10621.0255 +247.5000,1.0000,2598.1476,58.6635,58.7320,-0.0381,0.0000,5,1286.7731,350.5507,683.1818,-84.8966,47.2369,92.0591,-11.4399,-0.1187,40.1284,0.0000,40.1284,7.2272,40.1284,0.8108,0.0000,39.3176,0.0000,39.3176,6.4007,32.9170,0.0000,32.9170,-0.0550,32.9720,0.0000,27.6339,10.8337,-5.4956,1.0398,9548.9562,9548.9562,9548.9562,9548.9562,9548.9562 +248.5000,1.0000,2614.3864,58.4595,58.5950,-0.0753,0.0000,5,1282.2984,297.7268,665.1030,-84.6312,39.9793,89.3113,-11.3644,-0.2340,33.0127,0.0000,33.0127,7.2007,33.0127,0.7719,0.0000,32.2408,0.0000,32.2408,6.3784,25.8625,0.0000,25.8625,-0.1085,25.9710,0.0000,26.0080,10.7960,-10.8331,1.0656,8191.3903,8191.3903,8191.3903,8191.3903,8191.3903 +249.5000,1.0000,2630.5486,58.1840,58.3240,-0.0778,0.0000,5,1276.2553,295.3373,641.4907,-84.2728,39.4716,85.7347,-11.2630,-0.2407,32.5619,0.0000,32.5619,7.1504,32.5619,0.7652,0.0000,31.7967,0.0000,31.7967,6.3483,25.4484,0.0000,25.4484,-0.1116,25.5600,0.0000,25.9549,10.7451,-11.1401,1.0511,8090.4754,8090.4754,8090.4754,8090.4754,8090.4754 +250.5000,1.0000,2646.6089,57.8170,58.0440,-0.1261,0.0000,5,1268.2052,213.6801,639.1558,-83.7954,28.3780,84.8838,-11.1285,-0.3878,21.6176,0.0000,21.6176,7.1483,21.6176,0.7045,0.0000,20.9130,0.0000,20.9130,6.3083,14.6047,0.0000,14.6047,-0.1798,14.7845,0.0000,22.0561,10.6774,-17.9489,1.0495,5999.2717,5999.2717,5999.2717,5999.2717,5999.2717 +251.5000,1.0000,2662.4971,57.1975,57.5900,-0.2181,0.0000,5,1254.6166,136.5384,601.2588,-82.9895,17.9388,78.9953,-10.9034,-0.6633,11.5224,0.0000,11.5224,7.0798,11.5224,0.6441,0.0000,10.8783,0.0000,10.8783,6.2407,4.6376,0.0000,4.6376,-0.3075,4.9451,0.0000,25.0846,10.5630,-30.7025,1.0468,4032.4556,4032.4556,4032.4556,4032.4556,4032.4556 +252.5000,1.0000,2678.1818,56.4650,56.8050,-0.1889,0.0000,5,1238.5494,179.5970,563.7079,-82.0366,23.2938,73.1132,-10.6402,-0.5672,16.8124,0.0000,16.8124,7.0487,16.8124,0.6589,0.0000,16.1534,0.0000,16.1534,6.1608,9.9927,0.0000,9.9927,-0.2630,10.2556,0.0000,26.0831,10.4277,-26.2552,1.0436,5024.4156,5024.4156,5024.4156,5024.4156,5024.4156 +253.5000,1.0000,2693.6614,55.7265,56.1250,-0.2214,0.0000,5,1222.3505,146.5734,579.4684,-81.0758,18.7620,74.1744,-10.3781,-0.6562,12.4525,0.0000,12.4525,6.9657,12.4525,0.6255,0.0000,11.8270,0.0000,11.8270,6.0802,5.7468,0.0000,5.7468,-0.3042,6.0510,0.0000,26.1298,10.2913,-30.3701,1.0404,4185.7438,4185.7438,4185.7438,4185.7438,4185.7438 +254.5000,1.0000,2708.8771,54.7765,55.3280,-0.3064,0.0000,5,1201.5124,33.1346,560.2465,-79.8400,4.1691,70.4914,-10.0456,-0.8926,-1.8136,0.0000,-1.8136,6.8752,-1.8136,0.6002,0.0000,-2.4138,0.0000,-2.4138,5.9765,-8.3903,0.0000,-8.3903,-0.4138,-7.9765,0.0000,23.2215,10.1159,-41.3139,1.0230,1999.1097,1999.1097,1999.1097,1999.1097,1999.1097 +255.5000,1.0000,2723.7879,53.6790,54.2250,-0.3033,0.0000,5,1177.4390,34.3561,501.5653,-78.4045,4.2361,61.8436,-9.6674,-0.8660,-1.6811,0.0000,-1.6811,6.7833,-1.6811,0.5820,0.0000,-2.2632,0.0000,-2.2632,5.8568,-8.1200,0.0000,-8.1200,-0.4014,-7.7185,0.0000,22.4507,9.9132,-40.0824,1.0315,2000.5464,2000.5464,2000.5464,2000.5464,2000.5464 +256.5000,1.0000,2738.4144,52.6555,53.1330,-0.2653,0.0000,5,1154.9887,15.8290,496.0446,-77.0653,1.9145,59.9967,-9.3211,-0.7429,-4.0143,0.0000,-4.0143,6.6717,-4.0143,0.5715,0.0000,-4.5857,0.0000,-4.5857,5.7451,-10.3309,0.0000,-10.3309,-0.3444,-9.9865,0.0000,14.6747,9.7242,-34.3854,1.0134,1668.1146,1668.1146,1668.1146,1668.1146,1668.1146 +257.5000,1.0000,2752.7612,51.6485,52.1780,-0.2942,0.0000,5,1132.9003,-70.0904,481.3037,-75.7476,-8.3153,57.1005,-8.9865,-0.8080,-14.0449,0.0000,-14.0449,6.5377,-14.0449,0.5806,0.0000,-14.6256,0.0000,-14.6256,5.6353,-20.2608,0.0000,-20.2608,-0.3746,-19.8862,0.0000,7.9763,9.5382,-37.4008,1.0196,17.2842,17.2842,17.2842,17.2842,17.2842 +258.5000,1.0000,2766.8418,50.6900,51.1190,-0.2383,0.0000,5,1111.8758,-48.0090,434.0325,-74.4935,-5.5899,50.5367,-8.6737,-0.6425,-11.4034,0.0000,-11.4034,6.4560,-11.4034,0.5590,0.0000,-11.9624,0.0000,-11.9624,5.5307,-17.4931,0.0000,-17.4931,-0.2979,-17.1952,0.0000,3.1833,9.3612,-29.7397,1.0146,424.5222,424.5222,424.5222,424.5222,424.5222 +259.5000,1.0000,2780.7590,50.1020,50.2610,-0.0883,0.0000,5,1098.9781,100.8961,441.3148,-73.7119,11.6116,50.7886,-8.4831,-0.2354,5.4158,0.0000,5.4158,6.4311,5.4158,0.5079,0.0000,4.9079,0.0000,4.9079,5.4665,-0.5586,0.0000,-0.5586,-0.1091,-0.4495,0.0000,1.1924,9.2526,-10.8945,1.0115,3010.9078,3010.9078,3010.9078,3010.9078,3010.9078 +260.5000,1.0000,2794.6714,50.0845,49.9430,0.0786,0.0000,5,1098.5943,281.5828,512.9502,-73.6844,32.3946,59.0121,-8.4770,0.2094,25.7350,0.0000,25.7350,6.4502,25.7350,0.6067,0.0000,25.1282,0.0000,25.1282,5.4646,19.6636,0.0000,19.6636,0.0971,19.5666,0.0000,0.6251,9.2494,9.6921,1.0230,6646.5301,6646.5301,6646.5301,6646.5301,6646.5301 +261.5000,1.0000,2808.7174,50.5655,50.2260,0.1886,0.0000,5,1109.1449,397.6114,600.4013,-74.3306,46.1823,69.7362,-8.6335,0.5072,39.2492,0.0000,39.2492,6.4259,39.2492,0.6813,0.0000,38.5679,0.0000,38.5679,5.5171,33.0508,0.0000,33.0508,0.2351,32.8156,0.0000,0.0000,9.3382,23.4774,1.0255,9307.8267,9307.8267,9307.8267,9307.8267,9307.8267 +262.5000,1.0000,2822.9737,51.3230,50.9050,0.2322,0.0000,5,1125.7606,445.8273,656.9398,-75.3217,52.5583,77.4462,-8.8796,0.6339,45.4340,0.0000,45.4340,6.4904,45.4340,0.7234,0.0000,44.7107,0.0000,44.7107,5.5997,39.1109,0.0000,39.1109,0.2938,38.8171,0.0000,0.0000,9.4781,29.3390,1.0418,10437.6651,10437.6651,10437.6651,10437.6651,10437.6651 +263.5000,1.0000,2837.4608,52.1535,51.7410,0.2292,0.0000,5,1143.9774,442.0684,681.9256,-76.4084,52.9585,81.6927,-9.1535,0.6357,45.7754,0.0000,45.7754,6.5475,45.7754,0.7374,0.0000,45.0379,0.0000,45.0379,5.6904,39.3476,0.0000,39.3476,0.2947,39.0529,0.0000,0.0000,9.6315,29.4215,1.0225,10531.7063,10531.7063,10531.7063,10531.7063,10531.7063 +264.5000,1.0000,2852.1875,53.0160,52.5660,0.2500,0.0000,5,1162.8962,465.1020,683.0815,-77.5370,56.6393,83.1844,-9.4423,0.7049,49.2969,0.0000,49.2969,6.6375,49.2969,0.7680,0.0000,48.5289,0.0000,48.5289,5.7845,42.7444,0.0000,42.7444,0.3268,42.4177,0.0000,0.0000,9.7907,32.6269,1.0397,11281.7950,11281.7950,11281.7950,11281.7950,11281.7950 +265.5000,1.0000,2867.1507,53.8675,53.4660,0.2231,0.0000,5,1181.5737,434.9128,696.5123,-78.6511,53.8135,86.1823,-9.7318,0.6390,46.4664,0.0000,46.4664,6.7081,46.4664,0.7668,0.0000,45.6996,0.0000,45.6996,5.8774,39.8223,0.0000,39.8223,0.2962,39.5260,0.0000,0.0000,9.9480,29.5780,1.0569,10740.3772,10740.3772,10740.3772,10740.3772,10740.3772 +266.5000,1.0000,2882.3430,54.6925,54.2690,0.2353,0.0000,5,1199.6699,448.2773,686.0404,-79.7306,56.3167,86.1867,-10.0165,0.6844,48.8530,0.0000,48.8530,6.7794,48.8530,0.7914,0.0000,48.0615,0.0000,48.0615,5.9674,42.0942,0.0000,42.0942,0.3173,41.7769,0.0000,0.0000,10.1004,31.6766,1.0360,11247.9237,11247.9237,11247.9237,11247.9237,11247.9237 +267.5000,1.0000,2897.7785,55.5675,55.1160,0.2508,0.0000,5,1218.8629,465.4293,694.4373,-80.8690,59.4069,88.6373,-10.3220,0.7413,51.7994,0.0000,51.7994,6.8663,51.7994,0.8198,0.0000,50.9796,0.0000,50.9796,6.0629,44.9167,0.0000,44.9167,0.3436,44.5731,0.0000,0.0000,10.2619,34.3112,1.0398,11825.9004,11825.9004,11825.9004,11825.9004,11825.9004 +268.5000,1.0000,2913.4414,56.3865,56.0190,0.2042,0.0000,5,1236.8275,413.7621,704.5846,-81.9344,53.5906,91.2580,-10.6122,0.6123,45.9921,0.0000,45.9921,6.9862,45.9921,0.8036,0.0000,45.1885,0.0000,45.1885,6.1522,39.0363,0.0000,39.0363,0.2838,38.7525,0.0000,0.0000,10.4132,28.3393,1.0700,10726.1409,10726.1409,10726.1409,10726.1409,10726.1409 +269.5000,1.0000,2929.3185,57.1575,56.7540,0.2242,0.0000,5,1253.7392,435.5420,684.8383,-82.9374,57.1829,89.9133,-10.8890,0.6814,49.4820,0.0000,49.4820,7.0195,49.4820,0.8333,0.0000,48.6487,0.0000,48.6487,6.2363,42.4123,0.0000,42.4123,0.3159,42.0964,0.0000,0.0000,10.5556,31.5409,1.0600,11396.3860,11396.3860,11396.3860,11396.3860,11396.3860 +270.5000,1.0000,2945.4243,57.9810,57.5610,0.2333,0.0000,5,1271.8026,445.3568,696.6855,-84.0087,59.3139,92.7866,-11.1885,0.7195,51.5278,0.0000,51.5278,7.0666,51.5278,0.8567,0.0000,50.6710,0.0000,50.6710,6.3262,44.3449,0.0000,44.3449,0.3336,44.0113,0.0000,0.0000,10.7077,33.3036,1.0369,11818.3011,11818.3011,11818.3011,11818.3011,11818.3011 +271.5000,1.0000,2961.7405,58.7385,58.4010,0.1875,0.0000,5,1288.4182,394.6240,703.4955,-84.9942,53.2438,94.9176,-11.4677,0.5857,45.4781,0.0000,45.4781,7.1799,45.4781,0.8387,0.0000,44.6394,0.0000,44.6394,6.4088,38.2306,0.0000,38.2306,0.2715,37.9590,0.0000,0.0000,10.8475,27.1115,1.0535,10690.6775,10690.6775,10690.6775,10690.6775,10690.6775 +272.5000,1.0000,2978.2457,59.4185,59.0760,0.1903,0.0000,5,1303.3339,397.4480,684.8748,-85.8788,54.2456,93.4750,-11.7212,0.6013,46.4211,0.0000,46.4211,7.2232,46.4211,0.8546,0.0000,45.5666,0.0000,45.5666,6.4830,39.0835,0.0000,39.0835,0.2787,38.8048,0.0000,0.0000,10.9731,27.8317,1.0431,10884.3395,10884.3395,10884.3395,10884.3395,10884.3395 +273.5000,1.0000,2994.9100,59.9915,59.7610,0.1281,0.0000,5,1315.9025,328.0995,688.4183,-86.6242,45.2124,94.8647,-11.9369,0.4086,37.5446,0.0000,37.5446,7.2592,37.5446,0.8196,0.0000,36.7250,0.0000,36.7250,6.5455,30.1795,0.0000,30.1795,0.1894,29.9901,0.0000,0.0000,11.0789,18.9111,1.0589,9191.6596,9191.6596,9191.6596,9191.6596,9191.6596 +274.5000,1.0000,3011.6694,60.3340,60.2220,0.0622,0.0000,5,1323.4152,255.2681,661.7652,-87.0698,35.3770,91.7125,-12.0668,0.1997,27.8358,0.0000,27.8358,7.3416,27.8358,0.7767,0.0000,27.0591,0.0000,27.0591,6.5829,20.4761,0.0000,20.4761,0.0926,20.3836,0.0000,0.0000,11.1422,9.2414,1.0610,7342.7123,7342.7123,7342.7123,7342.7123,7342.7123 +275.5000,1.0000,3028.4105,60.2680,60.4460,-0.0989,0.0000,5,1321.9675,76.2485,632.2118,-86.9839,10.5556,87.5209,-12.0417,-0.3170,3.5671,0.0000,3.5671,7.3054,3.5671,0.6795,0.0000,2.8877,0.0000,2.8877,6.5757,-3.6881,0.0000,-3.6881,-0.1469,-3.5411,0.0000,0.0000,11.1300,-14.6711,1.0468,2974.5970,2974.5970,2974.5970,2974.5970,2974.5970 +276.5000,1.0000,3045.0037,59.7355,60.0900,-0.1969,0.0000,5,1310.2872,-30.8846,555.0958,-86.2912,-4.2378,76.1663,-11.8403,-0.6257,-10.9946,0.0000,-10.9946,7.3826,-10.9946,0.7066,0.0000,-11.7012,0.0000,-11.7012,6.5176,-18.2188,0.0000,-18.2188,-0.2901,-17.9288,0.0000,0.0000,11.0317,-28.9605,1.1819,1068.5488,1068.5488,1068.5488,1068.5488,1068.5488 +277.5000,1.0000,3061.4279,59.1270,59.3810,-0.1411,0.0000,5,1296.9399,30.9157,505.9007,-85.4996,4.1988,68.7090,-11.6121,-0.4437,-2.6987,0.0000,-2.6987,7.3413,-2.6987,0.6754,0.0000,-3.3740,0.0000,-3.3740,6.4512,-9.8253,0.0000,-9.8253,-0.2057,-9.6196,0.0000,0.0000,10.9193,-20.5389,1.1898,2176.9015,2176.9015,2176.9015,2176.9015,2176.9015 +278.5000,1.0000,3077.7271,58.6770,58.8730,-0.1089,0.0000,5,1287.0692,66.2442,529.5123,-84.9142,8.9285,71.3685,-11.4449,-0.3398,2.0084,0.0000,2.0084,7.2599,2.0084,0.6559,0.0000,1.3525,0.0000,1.3525,6.4021,-5.0496,0.0000,-5.0496,-0.1575,-4.8921,0.0000,0.0000,10.8362,-15.7283,1.1862,2724.9262,2724.9262,2724.9262,2724.9262,2724.9262 +279.5000,1.0000,3093.9505,58.4045,58.4810,-0.0425,0.0000,5,1281.0920,139.8393,543.0051,-84.5597,18.7602,72.8472,-11.3442,-0.1320,11.6509,0.0000,11.6509,7.2413,11.6509,0.6642,0.0000,10.9867,0.0000,10.9867,6.3724,4.6143,0.0000,4.6143,-0.0612,4.6755,0.0000,0.0000,10.7859,-6.1103,1.1841,4219.6628,4219.6628,4219.6628,4219.6628,4219.6628 +280.5000,1.0000,3110.1592,58.3510,58.3280,0.0128,0.0000,5,1279.9184,201.4353,574.0991,-84.4901,26.9989,76.9481,-11.3244,0.0397,19.6999,0.0000,19.6999,7.2594,19.6999,0.7036,0.0000,18.9963,0.0000,18.9963,6.3666,12.6298,0.0000,12.6298,0.0184,12.6114,0.0000,0.0000,10.7760,1.8354,1.1582,5767.4320,5767.4320,5767.4320,5767.4320,5767.4320 +281.5000,1.0000,3126.4011,58.4710,58.3740,0.0539,0.0000,5,1282.5506,246.6100,600.7911,-84.6462,33.1218,80.6913,-11.3687,0.1676,25.7478,0.0000,25.7478,7.2064,25.7478,0.7357,0.0000,25.0120,0.0000,25.0120,6.3796,18.6324,0.0000,18.6324,0.0777,18.5547,0.0000,0.0000,10.7981,7.7566,1.1465,6895.2145,6895.2145,6895.2145,6895.2145,6895.2145 +282.5000,1.0000,3142.6961,58.6620,58.5680,0.0522,0.0000,5,1286.7402,245.4270,620.7730,-84.8947,33.0706,83.6474,-11.4393,0.1629,25.5887,0.0000,25.5887,7.3190,25.5887,0.7380,0.0000,24.8507,0.0000,24.8507,6.4005,18.4502,0.0000,18.4502,0.0755,18.3746,0.0000,0.0000,10.8334,7.5412,1.2182,6893.0819,6893.0819,6893.0819,6893.0819,6893.0819 +283.5000,1.0000,3159.0586,58.9050,58.7560,0.0828,0.0000,5,1292.0703,293.4761,621.2864,-85.2108,39.7089,84.0633,-11.5295,0.2593,30.1937,0.0000,30.1937,9.2559,30.1937,0.7650,0.0000,29.4287,0.0000,29.4287,6.4270,23.0017,0.0000,23.0017,0.1202,22.8814,0.0000,0.0000,10.8783,12.0031,1.1082,8148.5472,8148.5472,8148.5472,8148.5472,8148.5472 +284.5000,1.0000,3175.4986,59.1840,59.0540,0.0722,0.0000,5,1298.1901,282.0909,642.6802,-85.5737,38.3492,87.3699,-11.6334,0.2273,28.7773,0.0000,28.7773,9.3445,28.7773,0.7625,0.0000,28.0148,0.0000,28.0148,6.4574,21.5574,0.0000,21.5574,0.1054,21.4520,0.0000,0.0000,10.9298,10.5221,1.1775,7900.2347,7900.2347,7900.2347,7900.2347,7900.2347 +285.5000,1.0000,3192.0164,59.4640,59.3140,0.0833,0.0000,5,1304.3319,294.3729,639.1176,-85.9380,40.2082,87.2966,-11.7382,0.2635,30.5661,0.0000,30.5661,9.3785,30.5661,0.7760,0.0000,29.7901,0.0000,29.7901,6.4880,23.3021,0.0000,23.3021,0.1222,23.1799,0.0000,0.0000,10.9815,12.1984,1.1797,8244.7477,8244.7477,8244.7477,8244.7477,8244.7477 +286.5000,1.0000,3208.6132,59.7485,59.6140,0.0747,0.0000,5,1310.5723,284.9345,645.4653,-86.3081,39.1052,88.5855,-11.8452,0.2374,29.4284,0.0000,29.4284,9.4394,29.4284,0.7750,0.0000,28.6534,0.0000,28.6534,6.5190,22.1344,0.0000,22.1344,0.1101,22.0243,0.0000,0.0000,11.0341,10.9902,1.2359,8034.8109,8034.8109,8034.8109,8034.8109,8034.8109 +287.5000,1.0000,3225.2804,60.0020,59.8830,0.0661,0.0000,5,1316.1328,274.9256,642.7140,-86.6379,37.8917,88.5821,-11.9409,0.2110,28.2637,0.0000,28.2637,9.4170,28.2637,0.7734,0.0000,27.4903,0.0000,27.4903,6.5467,20.9436,0.0000,20.9436,0.0978,20.8458,0.0000,0.0000,11.0809,9.7649,1.1967,7807.1541,7807.1541,7807.1541,7807.1541,7807.1541 +288.5000,1.0000,3242.0232,60.2740,60.1210,0.0850,0.0000,5,1322.0991,296.4774,639.7518,-86.9917,41.0473,88.5736,-12.0440,0.2725,31.2384,0.0000,31.2384,9.5364,31.2384,0.7928,0.0000,30.4456,0.0000,30.4456,6.5764,23.8693,0.0000,23.8693,0.1263,23.7429,0.0000,0.0000,11.1311,12.6118,1.2310,8417.6756,8417.6756,8417.6756,8417.6756,8417.6756 +289.5000,1.0000,3258.8547,60.5935,60.4270,0.0925,0.0000,5,1329.1073,304.5900,649.9360,-87.4074,42.3940,90.4606,-12.1657,0.2981,32.5415,0.0000,32.5415,9.5544,32.5415,0.8046,0.0000,31.7369,0.0000,31.7369,6.6112,25.1257,0.0000,25.1257,0.1382,24.9875,0.0000,0.0000,11.1901,13.7974,1.1754,8677.7311,8677.7311,8677.7311,8677.7311,8677.7311 +290.5000,1.0000,3275.7824,60.9395,60.7600,0.0997,0.0000,5,1336.6967,297.6633,654.7070,-87.8575,41.6665,91.6449,-12.2982,0.3232,33.8292,0.0000,33.8292,7.5141,33.8292,0.8168,0.0000,33.0124,0.0000,33.0124,6.6490,26.3634,0.0000,26.3634,0.1498,26.2136,0.0000,0.0000,11.2540,14.9596,1.2453,8546.9456,8546.9456,8546.9456,8546.9456,8546.9456 +291.5000,1.0000,3292.8264,61.3585,61.1190,0.1331,0.0000,5,1345.8874,334.5912,653.5989,-88.4026,47.1576,92.1189,-12.4595,0.4342,39.1752,0.0000,39.1752,7.5482,39.1752,0.8505,0.0000,38.3246,0.0000,38.3246,6.6947,31.6299,0.0000,31.6299,0.2013,31.4287,0.0000,0.0000,11.3314,20.0973,1.2201,9556.8822,9556.8822,9556.8822,9556.8822,9556.8822 +292.5000,1.0000,3310.0017,61.8310,61.5980,0.1294,0.0000,5,1356.2516,338.4661,670.3709,-89.0172,48.0711,95.2103,-12.6428,0.4257,40.0718,0.0000,40.0718,7.5736,40.0718,0.8630,0.0000,39.2088,0.0000,39.2088,6.7463,32.4626,0.0000,32.4626,0.1973,32.2652,0.0000,1.1442,11.4187,19.7024,1.2111,9724.8580,9724.8580,9724.8580,9724.8580,9724.8580 +293.5000,1.0000,3327.3371,62.4075,62.0640,0.1908,0.0000,5,1368.8970,413.8219,674.1336,-89.7672,59.3216,96.6374,-12.8682,0.6334,51.0427,0.0000,51.0427,7.6455,51.0427,0.9276,0.0000,50.1151,0.0000,50.1151,6.8092,43.3059,0.0000,43.3059,0.2936,43.0123,0.0000,2.1701,11.5251,29.3170,1.2569,11876.7837,11876.7837,11876.7837,11876.7837,11876.7837 +294.5000,1.0000,3344.8619,63.0895,62.7510,0.1881,0.0000,5,1383.8566,422.6043,706.1585,-90.6544,61.2426,102.3345,-13.1374,0.6310,52.8604,0.0000,52.8604,7.7512,52.8604,0.9483,0.0000,51.9121,0.0000,51.9121,6.8836,45.0285,0.0000,45.0285,0.2925,44.7360,0.0000,3.8789,11.6511,29.2060,1.2336,12238.8541,12238.8541,12238.8541,12238.8541,12238.8541 +295.5000,1.0000,3362.5519,63.6840,63.4280,0.1422,0.0000,5,1396.8968,374.5383,712.0179,-91.4278,54.7885,104.1559,-13.3743,0.4817,46.5262,0.0000,46.5262,7.7805,46.5262,0.9269,0.0000,45.5994,0.0000,45.5994,6.9484,38.6509,0.0000,38.6509,0.2233,38.4276,0.0000,4.3708,11.7609,22.2960,1.2488,11055.6986,11055.6986,11055.6986,11055.6986,11055.6986 +296.5000,1.0000,3380.3842,64.1960,63.9400,0.1422,0.0000,5,1408.1274,381.4854,695.8099,-92.0939,56.2534,102.6033,-13.5801,0.4856,47.9843,0.0000,47.9843,7.7834,47.9843,0.9430,0.0000,47.0413,0.0000,47.0413,7.0043,40.0370,0.0000,40.0370,0.2251,39.8119,0.0000,5.4813,11.8554,22.4753,1.2130,11329.5585,11329.5585,11329.5585,11329.5585,11329.5585 +297.5000,1.0000,3398.3660,64.7345,64.4520,0.1569,0.0000,5,1419.9393,409.6312,700.6214,-92.7944,60.9104,104.1794,-13.7981,0.5403,52.5957,0.0000,52.5957,7.7743,52.5957,0.9755,0.0000,51.6203,0.0000,51.6203,7.0630,44.5572,0.0000,44.5572,0.2505,44.3067,0.0000,7.3420,11.9549,25.0098,1.2028,12218.2668,12218.2668,12218.2668,12218.2668,12218.2668 +298.5000,1.0000,3416.4960,65.2680,65.0170,0.1394,0.0000,5,1431.6416,402.7099,713.3608,-93.4885,60.3747,106.9479,-14.0159,0.4840,52.0010,0.0000,52.0010,7.8897,52.0010,0.9818,0.0000,51.0192,0.0000,51.0192,7.1213,43.8979,0.0000,43.8979,0.2244,43.6735,0.0000,9.2159,12.0534,22.4043,1.2185,12136.3674,12136.3674,12136.3674,12136.3674,12136.3674 +299.5000,1.0000,3434.7730,65.7975,65.5190,0.1547,0.0000,5,1443.2560,432.8606,712.9326,-94.1773,65.4214,107.7508,-14.2337,0.5414,56.9565,0.0000,56.9565,7.9235,56.9565,1.0159,0.0000,55.9405,0.0000,55.9405,7.1790,48.7615,0.0000,48.7615,0.2510,48.5105,0.0000,11.2987,12.1512,25.0606,1.2207,13048.3320,13048.3320,13048.3320,13048.3320,13048.3320 +300.5000,1.0000,3453.1883,66.2950,66.0760,0.1217,0.0000,5,1454.1686,398.9078,726.0510,-94.8245,60.7458,110.5632,-14.4399,0.4290,52.2566,0.0000,52.2566,8.0602,52.2566,1.0013,0.0000,51.2553,0.0000,51.2553,7.2333,44.0220,0.0000,44.0220,0.1989,43.8232,0.0000,11.7246,12.2430,19.8555,1.2227,12231.2667,12231.2667,12231.2667,12231.2667,12231.2667 +301.5000,1.0000,3471.7396,66.7845,66.5140,0.1503,0.0000,5,1464.9057,429.8381,715.7128,-95.4613,65.9391,109.7936,-14.6442,0.5338,57.3031,0.0000,57.3031,8.1022,57.3031,1.0352,0.0000,56.2679,0.0000,56.2679,7.2867,48.9812,0.0000,48.9812,0.2474,48.7338,0.0000,11.6945,12.3334,24.7058,1.2624,13159.2688,13159.2688,13159.2688,13159.2688,13159.2688 +302.5000,1.0000,3490.4412,67.3260,67.0550,0.1506,0.0000,5,1476.7834,439.6715,728.9096,-96.1657,67.9945,112.7247,-14.8719,0.5391,59.3726,0.0000,59.3726,8.0828,59.3726,1.0553,0.0000,58.3174,0.0000,58.3174,7.3458,50.9716,0.0000,50.9716,0.2499,50.7217,0.0000,13.3360,12.4334,24.9522,1.1894,13558.2381,13558.2381,13558.2381,13558.2381,13558.2381 +303.5000,1.0000,3509.2399,67.6750,67.5970,0.0433,0.0000,5,1484.4387,336.0776,734.2292,-96.6198,52.2433,114.1360,-15.0195,0.1560,43.9003,0.0000,43.9003,8.1870,43.9003,0.9842,0.0000,42.9161,0.0000,42.9161,7.3839,35.5322,0.0000,35.5322,0.0723,35.4599,0.0000,15.7430,12.4979,7.2190,1.2285,10646.9003,10646.9003,10646.9003,10646.9003,10646.9003 +304.5000,1.0000,3528.0260,67.6300,67.7530,-0.0683,0.0000,5,1483.4516,217.1497,697.9856,-96.5612,33.7335,108.4298,-15.0005,-0.2458,25.7461,0.0000,25.7461,8.2332,25.7461,0.8926,0.0000,24.8535,0.0000,24.8535,7.3790,17.4745,0.0000,17.4745,-0.1139,17.5884,0.0000,16.4752,12.4896,-11.3763,1.2785,7180.9599,7180.9599,7180.9599,7180.9599,7180.9599 +305.5000,1.0000,3546.6958,67.2115,67.5070,-0.1642,0.0000,5,1474.2719,119.1371,653.5629,-96.0168,18.3930,100.9006,-14.8236,-0.5868,10.7767,0.0000,10.7767,8.2032,10.7767,0.8102,0.0000,9.9664,0.0000,9.9664,7.3333,2.6331,0.0000,2.6331,-0.2720,2.9052,0.0000,17.6546,12.4123,-27.1618,1.2642,4391.0283,4391.0283,4391.0283,4391.0283,4391.0283 +306.5000,1.0000,3565.1658,66.4920,66.9160,-0.2356,0.0000,5,1458.4898,32.0238,613.5703,-95.0808,4.8911,93.7122,-14.5219,-0.8330,-2.3671,0.0000,-2.3671,8.0912,-2.3671,0.8067,0.0000,-3.1737,0.0000,-3.1737,7.2548,-10.4285,0.0000,-10.4285,-0.3862,-10.0424,0.0000,16.2342,12.2794,-38.5560,1.2487,2623.8665,2623.8665,2623.8665,2623.8665,2623.8665 +307.5000,1.0000,3583.4143,65.6945,66.0680,-0.2075,0.0000,5,1440.9968,65.3481,575.6832,-94.0433,9.8611,86.8711,-14.1912,-0.7250,2.5867,0.0000,2.5867,7.9994,2.5867,0.7795,0.0000,1.8072,0.0000,1.8072,7.1678,-5.3606,0.0000,-5.3606,-0.3361,-5.0245,0.0000,16.3998,12.1321,-33.5565,1.2453,3161.8723,3161.8723,3161.8723,3161.8723,3161.8723 +308.5000,1.0000,3601.4318,64.8630,65.3210,-0.2544,0.0000,5,1422.7580,7.8142,582.7126,-92.9616,1.1642,86.8189,-13.8504,-0.8778,-5.7589,0.0000,-5.7589,7.8009,-5.7589,0.7850,0.0000,-6.5439,0.0000,-6.5439,7.0771,-13.6209,0.0000,-13.6209,-0.4069,-13.2140,0.0000,15.4348,11.9786,-40.6274,1.2038,2128.1478,2128.1478,2128.1478,2128.1478,2128.1478 +309.5000,1.0000,3619.2293,64.0710,64.4050,-0.1856,0.0000,5,1405.3856,78.6477,555.0340,-91.9313,11.5747,81.6853,-13.5297,-0.6323,4.4848,0.0000,4.4848,7.7222,4.4848,0.7449,0.0000,3.7398,0.0000,3.7398,6.9907,-3.2508,0.0000,-3.2508,-0.2931,-2.9577,0.0000,14.4761,11.8323,-29.2661,1.1976,3305.4441,3305.4441,3305.4441,3305.4441,3305.4441 +310.5000,1.0000,3636.8400,63.3985,63.7370,-0.1881,0.0000,5,1390.6344,78.2280,578.3641,-91.0564,11.3921,84.2254,-13.2603,-0.6341,4.3222,0.0000,4.3222,7.7040,4.3222,0.7331,0.0000,3.5890,0.0000,3.5890,6.9173,-3.3282,0.0000,-3.3282,-0.2939,-3.0343,0.0000,14.6067,11.7081,-29.3491,1.1933,3252.6463,3252.6463,3252.6463,3252.6463,3252.6463 +311.5000,1.0000,3654.2858,62.8050,63.0600,-0.1417,0.0000,5,1377.6161,122.6577,574.4400,-90.2843,17.6950,82.8708,-13.0247,-0.4732,10.5141,0.0000,10.5141,7.6542,10.5141,0.7317,0.0000,9.7824,0.0000,9.7824,6.8525,2.9299,0.0000,2.9299,-0.2194,3.1492,0.0000,13.4531,11.5985,-21.9024,1.2177,4152.5219,4152.5219,4152.5219,4152.5219,4152.5219 +312.5000,1.0000,3671.6086,62.3620,62.5500,-0.1044,0.0000,5,1367.8990,164.5154,589.4653,-89.7080,23.5662,84.4386,-12.8503,-0.3464,16.3283,0.0000,16.3283,7.5843,16.3283,0.7532,0.0000,15.5751,0.0000,15.5751,6.8042,8.7709,0.0000,8.7709,-0.1606,8.9315,0.0000,13.4485,11.5167,-16.0337,1.2384,5212.9853,5212.9853,5212.9853,5212.9853,5212.9853 +313.5000,1.0000,3688.8661,62.1270,62.1740,-0.0261,0.0000,5,1362.7443,251.0631,604.7657,-89.4023,35.8283,86.3038,-12.7583,-0.0863,28.3612,0.0000,28.3612,7.5533,28.3612,0.8094,0.0000,27.5518,0.0000,27.5518,6.7785,20.7733,0.0000,20.7733,-0.0400,20.8133,0.0000,13.3333,11.4733,-3.9933,1.2547,7449.1117,7449.1117,7449.1117,7449.1117,7449.1117 +314.5000,1.0000,3706.0903,62.0070,62.0800,-0.0406,0.0000,5,1360.1121,241.9243,638.8004,-89.2462,34.4574,90.9847,-12.7114,-0.1337,27.0025,0.0000,27.0025,7.5887,27.0025,0.8006,0.0000,26.2019,0.0000,26.2019,6.7655,19.4364,0.0000,19.4364,-0.0620,19.4984,0.0000,14.2377,11.4512,-6.1904,1.2446,7182.4214,7182.4214,7182.4214,7182.4214,7182.4214 +315.5000,1.0000,3723.2424,61.7475,61.9340,-0.1036,0.0000,5,1354.4200,168.5634,634.0772,-88.9086,23.9081,89.9340,-12.6103,-0.3403,16.7199,0.0000,16.7199,7.5284,16.7199,0.7448,0.0000,15.9751,0.0000,15.9751,6.7371,9.2380,0.0000,9.2380,-0.1577,9.3957,0.0000,13.7416,11.4032,-15.7491,1.1968,5255.8548,5255.8548,5255.8548,5255.8548,5255.8548 +316.5000,1.0000,3740.2735,61.3120,61.5610,-0.1383,0.0000,5,1344.8674,116.5750,602.2089,-88.3421,16.4178,84.8116,-12.4416,-0.4511,9.5338,0.0000,9.5338,7.3351,9.5338,0.7015,0.0000,8.8322,0.0000,8.8322,6.6896,2.1426,0.0000,2.1426,-0.2091,2.3517,0.0000,11.9075,11.3228,-20.8786,1.0813,3881.3112,3881.3112,3881.3112,3881.3112,3881.3112 +317.5000,1.0000,3757.1433,60.7315,61.0630,-0.1842,0.0000,5,1332.1343,62.6923,577.7217,-87.5869,8.7456,80.5926,-12.2184,-0.5949,2.0968,0.0000,2.0968,7.2437,2.0968,0.6912,0.0000,1.4055,0.0000,1.4055,6.6263,-5.2208,0.0000,-5.2208,-0.2758,-4.9450,0.0000,11.3724,11.2156,-27.5330,1.0776,2781.5886,2781.5886,2781.5886,2781.5886,2781.5886 +318.5000,1.0000,3773.8394,60.1060,60.4000,-0.1633,0.0000,5,1318.4140,90.3790,551.6248,-86.7732,12.4781,76.1595,-11.9803,-0.5221,5.8466,0.0000,5.8466,7.1536,5.8466,0.6709,0.0000,5.1757,0.0000,5.1757,6.5580,-1.3823,0.0000,-1.3823,-0.2420,-1.1403,0.0000,11.9266,11.1001,-24.1670,1.0195,3202.7302,3202.7302,3202.7302,3202.7302,3202.7302 +319.5000,1.0000,3790.3694,59.5080,59.8120,-0.1689,0.0000,5,1305.2970,77.2123,559.7969,-85.9952,10.5542,76.5188,-11.7547,-0.5345,3.8624,0.0000,3.8624,7.2263,3.8624,0.6655,0.0000,3.1968,0.0000,3.1968,6.4928,-3.2960,0.0000,-3.2960,-0.2478,-3.0482,0.0000,10.7025,10.9897,-24.7403,1.0839,2947.0138,2947.0138,2947.0138,2947.0138,2947.0138 +320.5000,1.0000,3806.7787,59.0735,59.2040,-0.0725,0.0000,5,1295.7663,184.7507,551.6197,-85.4300,25.0693,74.8506,-11.5922,-0.2278,18.1375,0.0000,18.1375,7.1595,18.1375,0.7075,0.0000,17.4300,0.0000,17.4300,6.4454,10.9846,0.0000,10.9846,-0.1056,11.0902,0.0000,10.7237,10.9094,-10.5429,1.0816,5422.9476,5422.9476,5422.9476,5422.9476,5422.9476 +321.5000,1.0000,3823.1569,58.9615,58.9430,0.0103,0.0000,5,1293.3096,280.2663,596.4261,-85.2843,37.9579,80.7770,-11.5505,0.0322,30.8232,0.0000,30.8232,7.1025,30.8232,0.7691,0.0000,30.0541,0.0000,30.0541,6.4332,23.6209,0.0000,23.6209,0.0149,23.6060,0.0000,11.2255,10.8887,1.4918,1.0678,7821.4027,7821.4027,7821.4027,7821.4027,7821.4027 +322.5000,1.0000,3839.5608,59.0540,58.9800,0.0411,0.0000,5,1295.3386,306.5003,636.9413,-85.4046,41.5760,86.3995,-11.5849,0.1291,34.3718,0.0000,34.3718,7.0751,34.3718,0.7883,0.0000,33.5835,0.0000,33.5835,6.4433,27.1402,0.0000,27.1402,0.0599,27.0804,0.0000,10.1982,10.9058,5.9764,1.0016,8494.0013,8494.0013,8494.0013,8494.0013,8494.0013 +323.5000,1.0000,3856.0297,59.2880,59.1280,0.0889,0.0000,5,1300.4714,367.0208,648.6824,-85.7090,49.9827,88.3408,-11.6723,0.2803,42.5490,0.0000,42.5490,7.1534,42.5490,0.8331,0.0000,41.7160,0.0000,41.7160,6.4688,35.2472,0.0000,35.2472,0.1299,35.1173,0.0000,11.1951,10.9490,12.9731,1.0026,10085.1914,10085.1914,10085.1914,10085.1914,10085.1914 +324.5000,1.0000,3872.5960,59.6385,59.4480,0.1058,0.0000,5,1308.1595,390.6246,675.0956,-86.1650,53.5117,92.4814,-11.8038,0.3357,46.0090,0.0000,46.0090,7.1670,46.0090,0.8561,0.0000,45.1529,0.0000,45.1529,6.5070,38.6459,0.0000,38.6459,0.1556,38.4903,0.0000,11.9391,11.0138,15.5374,1.0441,10740.2616,10740.2616,10740.2616,10740.2616,10740.2616 +325.5000,1.0000,3889.2601,59.9910,59.8290,0.0900,0.0000,5,1315.8915,376.4653,686.2011,-86.6236,51.8769,94.5584,-11.9367,0.2872,44.4928,0.0000,44.4928,7.0970,44.4928,0.8543,0.0000,43.6384,0.0000,43.6384,6.5455,37.0929,0.0000,37.0929,0.1331,36.9598,0.0000,12.5899,11.0789,13.2910,0.9656,10429.2679,10429.2679,10429.2679,10429.2679,10429.2679 +326.5000,1.0000,3905.9896,60.2260,60.1530,0.0406,0.0000,5,1321.0462,319.5666,681.5331,-86.9293,44.2087,94.2830,-12.0258,0.1299,36.8221,0.0000,36.8221,7.2567,36.8221,0.8199,0.0000,36.0023,0.0000,36.0023,6.5711,29.4311,0.0000,29.4311,0.0602,29.3709,0.0000,12.2360,11.1223,6.0126,1.0603,9007.4564,9007.4564,9007.4564,9007.4564,9007.4564 +327.5000,1.0000,3922.7515,60.3430,60.2990,0.0244,0.0000,5,1323.6126,320.5629,658.7865,-87.0815,44.4327,91.3133,-12.0702,0.0784,37.0688,0.0000,37.0688,7.2855,37.0688,0.8230,0.0000,36.2458,0.0000,36.2458,6.5839,29.6619,0.0000,29.6619,0.0364,29.6255,0.0000,14.8505,11.1439,3.6311,1.0610,9049.9931,9049.9931,9049.9931,9049.9931,9049.9931 +328.5000,1.0000,3939.4932,60.2700,60.3870,-0.0650,0.0000,5,1322.0114,229.8067,659.3123,-86.9865,31.8146,91.2757,-12.0425,-0.2084,24.7901,0.0000,24.7901,7.2329,24.7901,0.7604,0.0000,24.0296,0.0000,24.0296,6.5759,17.4537,0.0000,17.4537,-0.0966,17.5503,0.0000,16.0636,11.1304,-9.6437,1.0605,6689.5673,6689.5673,6689.5673,6689.5673,6689.5673 +329.5000,1.0000,3956.1614,60.0055,60.1530,-0.0819,0.0000,5,1316.2096,220.6479,620.7125,-86.6424,30.4126,85.5548,-11.9422,-0.2615,23.4539,0.0000,23.4539,7.2202,23.4539,0.7494,0.0000,22.7046,0.0000,22.7046,6.5471,16.1575,0.0000,16.1575,-0.1212,16.2787,0.0000,17.3015,11.0815,-12.1043,1.0590,6429.4083,6429.4083,6429.4083,6429.4083,6429.4083 +330.5000,1.0000,3972.7225,59.6200,59.8580,-0.1322,0.0000,5,1307.7537,156.3797,615.2177,-86.1409,21.4158,84.2526,-11.7968,-0.4193,14.7251,0.0000,14.7251,7.1100,14.7251,0.6994,0.0000,14.0257,0.0000,14.0257,6.5050,7.5207,0.0000,7.5207,-0.1944,7.7151,0.0000,16.1103,11.0103,-19.4055,1.0573,4753.9097,4753.9097,4753.9097,4753.9097,4753.9097 +331.5000,1.0000,3989.1897,59.2820,59.3820,-0.0556,0.0000,5,1300.3398,242.9968,586.3056,-85.7012,33.0892,79.8380,-11.6700,-0.1752,26.1478,0.0000,26.1478,7.1165,26.1478,0.7510,0.0000,25.3969,0.0000,25.3969,6.4681,18.9288,0.0000,18.9288,-0.0812,19.0100,0.0000,16.1694,10.9479,-8.1074,1.0692,6921.3065,6921.3065,6921.3065,6921.3065,6921.3065 +332.5000,1.0000,4005.6182,59.1425,59.1820,-0.0219,0.0000,5,1297.2798,286.0666,622.0164,-85.5198,38.8624,84.5014,-11.6179,-0.0690,31.7551,0.0000,31.7551,7.1763,31.7551,0.7767,0.0000,30.9784,0.0000,30.9784,6.4529,24.5255,0.0000,24.5255,-0.0320,24.5575,0.0000,16.8302,10.9222,-3.1949,1.0419,7995.1159,7995.1159,7995.1159,7995.1159,7995.1159 +333.5000,1.0000,4022.0479,59.1470,59.1030,0.0244,0.0000,5,1297.3786,320.9731,639.9695,-85.5256,43.6078,86.9470,-11.6196,0.0769,36.3914,0.0000,36.3914,7.1395,36.3914,0.8000,0.0000,35.5915,0.0000,35.5915,6.4534,29.1381,0.0000,29.1381,0.0356,29.1024,0.0000,14.6203,10.9230,3.5591,1.0686,8881.5759,8881.5759,8881.5759,8881.5759,8881.5759 +334.5000,1.0000,4038.5135,59.2760,59.1910,0.0472,0.0000,5,1300.2081,366.9056,654.9448,-85.6934,49.9569,89.1756,-11.6678,0.1489,42.6967,0.0000,42.6967,7.1114,42.6967,0.8336,0.0000,41.8631,0.0000,41.8631,6.4675,35.3956,0.0000,35.3956,0.0690,35.3266,0.0000,17.4892,10.9468,6.8906,1.0558,10080.4960,10080.4960,10080.4960,10080.4960,10080.4960 +335.5000,1.0000,4055.0625,59.5765,59.3610,0.1197,0.0000,5,1306.7996,449.6518,674.9413,-86.0843,61.5338,92.3642,-11.7804,0.3793,54.0317,0.0000,54.0317,7.1227,54.0317,0.8952,0.0000,53.1365,0.0000,53.1365,6.5003,46.6363,0.0000,46.6363,0.1759,46.4604,0.0000,17.8999,11.0023,17.5582,1.0705,12278.6953,12278.6953,12278.6953,12278.6953,12278.6953 +336.5000,1.0000,4071.7247,59.9840,59.7920,0.1067,0.0000,5,1315.7380,427.7137,710.4305,-86.6145,58.9320,97.8858,-11.9341,0.3403,51.3683,0.0000,51.3683,7.2234,51.3683,0.8886,0.0000,50.4797,0.0000,50.4797,6.5447,43.9350,0.0000,43.9350,0.1577,43.7773,0.0000,16.9492,11.0776,15.7505,1.0728,11783.3695,11783.3695,11783.3695,11783.3695,11783.3695 +337.5000,1.0000,4088.4196,60.1015,60.1760,-0.0414,0.0000,5,1318.3153,272.4028,702.6183,-86.7673,37.6062,96.9990,-11.9785,-0.1323,30.5291,0.0000,30.5291,7.2094,30.5291,0.7863,0.0000,29.7428,0.0000,29.7428,6.5575,23.1852,0.0000,23.1852,-0.0613,23.2465,0.0000,18.2708,11.0993,-6.1235,1.0461,7753.4876,7753.4876,7753.4876,7753.4876,7753.4876 +338.5000,1.0000,4105.0719,59.9485,60.0270,-0.0436,0.0000,5,1314.9593,252.6734,638.0503,-86.5683,34.7937,87.8609,-11.9206,-0.1390,27.7587,0.0000,27.7587,7.1740,27.7587,0.7700,0.0000,26.9887,0.0000,26.9887,6.5409,20.4479,0.0000,20.4479,-0.0645,20.5123,0.0000,15.8772,11.0710,-6.4358,1.0587,7236.5835,7236.5835,7236.5835,7236.5835,7236.5835 +339.5000,1.0000,4121.6478,59.6730,59.8700,-0.1094,0.0000,5,1308.9163,184.1774,628.7650,-86.2099,25.2451,86.1844,-11.8167,-0.3473,18.4193,0.0000,18.4193,7.1731,18.4193,0.7187,0.0000,17.7006,0.0000,17.7006,6.5108,11.1898,0.0000,11.1898,-0.1610,11.3508,0.0000,16.4075,11.0201,-16.0768,1.0442,5460.2405,5460.2405,5460.2405,5460.2405,5460.2405 +340.5000,1.0000,4138.0535,59.0605,59.4760,-0.2308,0.0000,5,1295.4812,-18.6850,597.3367,-85.4131,-2.5349,81.0362,-11.5873,-0.7251,-8.9761,0.0000,-8.9761,7.1663,-8.9761,0.6899,0.0000,-9.6660,0.0000,-9.6660,6.4440,-16.1100,0.0000,-16.1100,-0.3361,-15.7738,0.0000,6.8794,10.9070,-33.5602,1.0816,1289.8998,1289.8998,1289.8998,1289.8998,1289.8998 +341.5000,1.0000,4154.2193,58.1970,58.6450,-0.2489,0.0000,5,1276.5405,-76.0046,505.1489,-84.2897,-10.1602,67.5278,-11.2678,-0.7704,-16.3847,0.0000,-16.3847,6.9949,-16.3847,0.6937,0.0000,-17.0784,0.0000,-17.0784,6.3498,-23.4281,0.0000,-23.4281,-0.3571,-23.0710,0.0000,1.8377,10.7475,-35.6562,1.0245,74.5923,74.5923,74.5923,74.5923,74.5923 +342.5000,1.0000,4170.1430,57.3255,57.7490,-0.2353,0.0000,5,1257.4243,-73.6505,474.4089,-83.1560,-9.6981,62.4688,-10.9497,-0.7173,-15.9282,0.0000,-15.9282,6.9475,-15.9282,0.6778,0.0000,-16.6060,0.0000,-16.6060,6.2547,-22.8607,0.0000,-22.8607,-0.3325,-22.5281,0.0000,0.0868,10.5866,-33.2015,1.0607,99.6876,99.6876,99.6876,99.6876,99.6876 +343.5000,1.0000,4185.8554,56.5645,56.9020,-0.1875,0.0000,5,1240.7319,-21.6333,470.5531,-82.1660,-2.8108,61.1386,-10.6758,-0.5641,-9.1039,0.0000,-9.1039,6.8572,-9.1039,0.6479,0.0000,-9.7518,0.0000,-9.7518,6.1716,-15.9235,0.0000,-15.9235,-0.2615,-15.6620,0.0000,0.0000,10.4461,-26.1081,1.0441,1132.2403,1132.2403,1132.2403,1132.2403,1132.2403 +344.5000,1.0000,4201.4000,55.9605,56.2270,-0.1481,0.0000,5,1227.4833,21.9532,490.1016,-81.3803,2.8219,62.9985,-10.4608,-0.4406,-3.5356,0.0000,-3.5356,6.7982,-3.5356,0.6240,0.0000,-4.1596,0.0000,-4.1596,6.1057,-10.2653,0.0000,-10.2653,-0.2043,-10.0610,0.0000,0.0000,10.3345,-20.3956,1.0548,1877.0111,1877.0111,1877.0111,1877.0111,1877.0111 +345.5000,1.0000,4216.7815,55.3735,55.6940,-0.1781,0.0000,5,1214.6075,-11.1409,506.3061,-80.6166,-1.4170,64.3988,-10.2539,-0.5244,-7.6217,0.0000,-7.6217,6.7291,-7.6217,0.6245,0.0000,-8.2462,0.0000,-8.2462,6.0417,-14.2879,0.0000,-14.2879,-0.2431,-14.0448,0.0000,0.0000,10.2261,-24.2709,1.0522,1280.7829,1280.7829,1280.7829,1280.7829,1280.7829 +346.5000,1.0000,4231.9936,54.7635,55.0530,-0.1608,0.0000,5,1201.2273,8.1157,487.7709,-79.8231,1.0209,61.3578,-10.0411,-0.4684,-5.2020,0.0000,-5.2020,6.6913,-5.2020,0.6084,0.0000,-5.8104,0.0000,-5.8104,5.9751,-11.7855,0.0000,-11.7855,-0.2172,-11.5684,0.0000,0.0000,10.1135,-21.6819,1.0496,1599.1895,1599.1895,1599.1895,1599.1895,1599.1895 +347.5000,1.0000,4247.0311,54.1350,54.4740,-0.1883,0.0000,5,1187.4413,-22.0461,492.6576,-79.0011,-2.7414,61.2613,-9.8237,-0.5422,-8.8379,0.0000,-8.8379,6.6387,-8.8379,0.6073,0.0000,-9.4452,0.0000,-9.4452,5.9066,-15.3517,0.0000,-15.3517,-0.2514,-15.1003,0.0000,0.0000,9.9974,-25.0977,1.0463,1021.0389,1021.0389,1021.0389,1021.0389,1021.0389 +348.5000,1.0000,4261.8739,53.4340,53.7960,-0.2011,0.0000,5,1172.0650,-36.1542,474.2763,-78.0839,-4.4375,58.2119,-9.5839,-0.5715,-10.4205,0.0000,-10.4205,6.5545,-10.4205,0.5999,0.0000,-11.0204,0.0000,-11.0204,5.8301,-16.8505,0.0000,-16.8505,-0.2649,-16.5856,0.0000,0.0000,9.8679,-26.4535,1.0172,727.0401,727.0401,727.0401,727.0401,727.0401 +349.5000,1.0000,4276.5078,52.6820,53.0720,-0.2167,0.0000,5,1155.5700,-53.1096,462.8986,-77.0999,-6.4268,56.0158,-9.3299,-0.6071,-12.3102,0.0000,-12.3102,6.4905,-12.3102,0.5926,0.0000,-12.9029,0.0000,-12.9029,5.7480,-18.6509,0.0000,-18.6509,-0.2814,-18.3695,0.0000,0.0000,9.7291,-28.0985,1.0256,376.0337,376.0337,376.0337,376.0337,376.0337 +350.5000,1.0000,4290.9474,51.9825,52.2920,-0.1719,0.0000,5,1140.2266,-3.4714,450.4748,-76.1847,-0.4145,53.7886,-9.0968,-0.4754,-6.3847,0.0000,-6.3847,6.4455,-6.3847,0.5667,0.0000,-6.9514,0.0000,-6.9514,5.6717,-12.6231,0.0000,-12.6231,-0.2204,-12.4027,0.0000,0.0000,9.5999,-22.0026,1.0336,1273.7897,1273.7897,1273.7897,1273.7897,1273.7897 +351.5000,1.0000,4305.2032,51.3210,51.6730,-0.1956,0.0000,5,1125.7167,-29.4305,470.1010,-75.3191,-3.4694,55.4178,-8.8790,-0.5338,-9.3121,0.0000,-9.3121,6.3765,-9.3121,0.5637,0.0000,-9.8757,0.0000,-9.8757,5.5995,-15.4753,0.0000,-15.4753,-0.2474,-15.2278,0.0000,0.0000,9.4777,-24.7055,1.0297,804.1614,804.1614,804.1614,804.1614,804.1614 +352.5000,1.0000,4319.2764,50.6635,50.9690,-0.1697,0.0000,5,1111.2945,-0.7351,453.6929,-74.4588,-0.0855,52.7983,-8.6651,-0.4573,-5.9501,0.0000,-5.9501,6.3219,-5.9501,0.5450,0.0000,-6.4951,0.0000,-6.4951,5.5278,-12.0229,0.0000,-12.0229,-0.2120,-11.8109,0.0000,0.0000,9.3563,-21.1672,1.0260,1250.7953,1250.7953,1250.7953,1250.7953,1250.7953 +353.5000,1.0000,4333.1412,49.9135,50.3580,-0.2469,0.0000,5,1094.8434,53.6613,463.0863,-73.4160,6.1524,53.0937,-8.4173,-0.6555,0.5173,0.0000,0.5173,6.2907,0.5173,0.5173,0.0000,0.0000,0.0000,0.0000,5.4460,-5.4460,15.9823,-21.4283,-0.3039,-21.1244,0.0000,0.0000,9.2178,-30.3422,1.0221,2254.5564,2254.5564,2254.5564,2254.5564,2254.5564 +354.5000,1.0000,4346.7624,49.0360,49.4690,-0.2406,0.0000,5,1075.5956,53.8346,484.5748,-72.0381,6.0637,54.5806,-8.1141,-0.6274,0.5039,0.0000,0.5039,6.1872,0.5039,0.5039,0.0000,0.0000,0.0000,0.0000,5.3502,-5.3502,14.9224,-20.2726,-0.2908,-19.9818,0.0000,0.0000,9.0557,-29.0375,1.0060,2217.1023,2217.1023,2217.1023,2217.1023,2217.1023 +355.5000,1.0000,4360.1114,48.0565,48.6030,-0.3036,0.0000,5,1054.1105,52.8060,479.1019,-70.5002,5.8291,52.8862,-7.7822,-0.7760,0.4891,0.0000,0.4891,6.1159,0.4891,0.4891,0.0000,0.0000,0.0000,0.0000,5.2433,-5.2433,22.1585,-27.4018,-0.3597,-27.0421,0.0000,0.0000,8.8748,-35.9169,1.0009,2147.7681,2147.7681,2147.7681,2147.7681,2147.7681 +356.5000,1.0000,4373.0786,46.6820,47.5100,-0.4600,0.0000,5,1023.9611,49.8839,471.1152,-68.3420,5.3490,50.5172,-7.3282,-1.1421,0.4688,0.0000,0.4688,6.0223,0.4688,0.4688,0.0000,0.0000,0.0000,0.0000,5.0934,-5.0934,39.6762,-44.7696,-0.5294,-44.2401,0.0000,0.0000,8.6210,-52.8611,1.0052,2021.9950,2021.9950,2021.9950,2021.9950,2021.9950 +357.5000,1.0000,4385.5896,45.0395,45.8540,-0.4525,0.0000,5,987.9331,67.9534,458.1996,-67.3171,7.0302,47.4036,-6.9644,-1.0839,0.4449,0.0000,0.4449,7.6692,0.4449,0.4449,0.0000,0.0000,0.0000,0.0000,4.9142,-4.9142,37.4403,-42.3545,-0.5025,-41.8520,0.0000,0.0000,8.3177,-50.1697,0.9851,2279.4272,2279.4272,2279.4272,2279.4272,2279.4272 +358.5000,1.0000,4397.7328,43.7155,44.2250,-0.2831,0.0000,5,958.8914,72.6535,454.3911,-68.9784,7.2955,45.6276,-6.9265,-0.6581,0.4261,0.0000,0.4261,7.5275,0.4261,0.4261,0.0000,0.0000,0.0000,0.0000,4.7697,-4.7697,17.9227,-22.6924,-0.3051,-22.3873,0.0000,0.0000,8.0732,-30.4605,0.9782,2284.8584,2284.8584,2284.8584,2284.8584,2284.8584 +359.5000,1.0000,4409.5924,42.6945,43.2060,-0.2842,0.0000,5,936.4960,72.3989,446.8028,-70.2596,7.1001,43.8178,-6.8903,-0.6453,0.4118,0.0000,0.4118,7.3336,0.4118,0.4118,0.0000,0.0000,0.0000,0.0000,4.6583,-4.6583,17.6220,-22.2803,-0.2991,-21.9812,0.0000,0.0000,7.8846,-29.8658,0.9495,2214.3354,2214.3354,2214.3354,2214.3354,2214.3354 +360.5000,1.0000,4421.1660,41.6650,42.1830,-0.2878,0.0000,5,913.9141,74.2616,436.9773,-71.5513,7.1072,41.8209,-6.8478,-0.6377,0.3976,0.0000,0.3976,7.3473,0.3976,0.3976,0.0000,0.0000,0.0000,0.0000,4.5460,-4.5460,17.5712,-22.1171,-0.2956,-21.8215,0.0000,0.0000,7.6945,-29.5160,1.0909,2184.0460,2184.0460,2184.0460,2184.0460,2184.0460 +361.5000,1.0000,4432.4133,40.4905,41.1470,-0.3647,0.0000,5,888.1517,73.7190,426.1951,-73.1945,6.8564,39.6391,-6.8076,-0.7854,0.3816,0.0000,0.3816,7.2602,0.3816,0.3816,0.0000,0.0000,0.0000,0.0000,4.4178,-4.4178,24.8220,-29.2399,-0.3641,-28.8758,0.0000,0.0000,7.4776,-36.3534,1.0857,2098.1133,2098.1133,2098.1133,2098.1133,2098.1133 +362.5000,1.0000,4443.2939,39.1700,39.8340,-0.3689,0.0000,5,859.1867,75.8616,411.5190,-75.2657,6.8256,37.0259,-6.7719,-0.7685,0.3640,0.0000,0.3640,7.2300,0.3640,0.3640,0.0000,0.0000,0.0000,0.0000,4.2738,-4.2738,24.4183,-28.6921,-0.3562,-28.3358,0.0000,0.0000,7.2337,-35.5696,1.0922,2054.5113,2054.5113,2054.5113,2054.5113,2054.5113 +363.5000,1.0000,4453.9580,38.3910,38.5060,-0.0639,0.0000,5,842.0995,139.4485,418.0369,-76.4875,12.2972,36.8644,-6.7450,-0.1304,5.5296,0.0000,5.5296,6.8981,5.5296,0.3493,0.0000,5.1803,0.0000,5.1803,4.1888,0.9915,0.0000,0.9915,-0.0605,1.0520,0.0000,0.0000,7.0899,-6.0379,0.9612,2984.9439,2984.9439,2984.9439,2984.9439,2984.9439 +364.5000,1.0000,4464.6871,38.6245,38.2760,0.1936,0.0000,5,847.2213,424.5578,439.2490,-76.1213,37.6671,38.9705,-6.7535,0.3977,30.4168,0.0000,30.4168,6.8525,30.4168,0.4766,0.0000,29.9403,0.0000,29.9403,4.2142,25.7260,0.0000,25.7260,0.1844,25.5417,0.0000,0.0000,7.1330,18.4087,0.9388,7673.6955,7673.6955,7673.6955,7673.6955,7673.6955 +365.5000,1.0000,4475.4538,38.7603,38.9730,-0.1182,0.0000,0,804.8023,53.2889,588.2489,-79.1545,4.4911,49.5769,-6.6710,-2.4743,0.0000,0.0000,0.0000,6.9654,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.2291,-4.2291,0.0000,-4.2291,-0.1129,-4.1161,0.0000,0.0000,7.1581,-11.2742,0.9572,1695.7008,1695.7008,1695.7008,1695.7008,1695.7008 +366.5000,1.0000,4486.2724,38.9468,40.2540,0.2218,0.0000,4,1016.0239,463.0371,463.0371,-67.7739,49.2661,49.2661,-7.2110,16.3028,27.4776,0.0000,27.4776,5.4857,34.1934,1.2775,0.0000,32.9159,0.0000,32.9159,4.2494,28.6665,0.0000,28.6665,0.2129,28.4536,0.0000,0.0000,7.1925,21.2611,0.9918,9870.7086,9870.7086,9870.7086,9870.7086,9870.7086 +367.5000,1.0000,4497.5449,40.5811,41.5140,0.6862,0.0000,4,1317.4059,673.4738,673.4738,-86.7134,92.9114,92.9114,-11.9628,3.2440,83.9963,0.0000,83.9963,5.6711,83.9963,2.3129,0.0000,81.6834,0.0000,81.6834,4.9539,76.7295,0.0000,76.7295,0.6865,76.0430,0.0000,0.0000,7.4943,68.5486,1.0592,18113.2919,18113.2919,18113.2919,18113.2919,18113.2919 +368.5000,1.0000,4509.5815,43.3318,43.2920,0.8420,0.0000,4,1406.7045,795.3848,795.3848,-92.0095,117.1679,117.1679,-13.5539,4.2504,107.1055,0.0000,107.1055,5.8121,107.1055,2.8441,0.0000,104.2614,0.0000,104.2614,5.5453,98.7161,0.0000,98.7161,0.8995,97.8166,0.0000,0.0000,8.0023,89.8143,1.0853,22800.0158,22800.0158,22800.0158,22800.0158,22800.0158 +369.5000,1.0000,4522.2970,45.7757,45.0960,0.5157,0.0000,4,1486.0412,535.9455,846.7575,-96.7148,83.4027,131.7706,-15.0506,2.7501,74.7011,0.0000,74.7011,5.9514,74.7011,2.2600,0.0000,72.4411,0.0000,72.4411,5.2925,67.1486,0.0000,67.1486,0.5820,66.5666,0.0000,0.0000,8.4536,58.1129,1.1108,16396.7577,16396.7577,16396.7577,16396.7577,16396.7577 +370.5000,1.0000,4535.4577,47.3785,46.7040,0.3747,0.0000,4,1538.0732,424.1076,770.9943,-99.8007,68.3096,124.1815,-16.0746,2.0682,60.1281,0.0000,60.1281,6.1132,60.1281,2.0120,0.0000,58.1161,0.0000,58.1161,5.2249,52.8912,0.0000,52.8912,0.4377,52.4535,0.0000,0.0000,8.7496,43.7039,1.1383,13689.7764,13689.7764,13689.7764,13689.7764,13689.7764 +371.5000,1.0000,4548.9469,48.5610,48.0530,0.2822,0.0000,4,1576.4614,351.1164,743.8778,-102.0774,57.9646,122.8043,-16.8516,1.5966,50.1873,0.0000,50.1873,6.1807,50.1873,1.8459,0.0000,48.3414,0.0000,48.3414,5.2984,43.0430,0.0000,43.0430,0.3379,42.7051,0.0000,0.0000,8.9680,33.7371,1.1204,11797.9123,11797.9123,11797.9123,11797.9123,11797.9123 +372.5000,1.0000,4562.7576,49.7185,49.0690,0.3608,0.0000,4,1614.0379,412.5625,729.4665,-103.9734,69.7320,123.2956,-17.5738,2.0899,61.3451,0.0000,61.3451,6.2969,61.3451,2.1017,0.0000,59.2434,0.0000,59.2434,5.4568,53.7866,0.0000,53.7866,0.4423,53.3443,0.0000,0.0000,9.1818,44.1625,1.1526,14060.8889,14060.8889,14060.8889,14060.8889,14060.8889 +373.5000,1.0000,4576.9195,50.9830,50.3680,0.3417,0.0000,4,1655.0880,397.0857,754.0929,-105.4353,68.8231,130.6997,-18.2741,2.0293,60.4070,0.0000,60.4070,6.3868,60.4070,2.1193,0.0000,58.2877,0.0000,58.2877,5.5626,52.7250,0.0000,52.7250,0.4295,52.2955,0.0000,0.0000,9.4153,42.8802,1.1478,13936.0953,13936.0953,13936.0953,13936.0953,13936.0953 +374.5000,1.0000,4591.4103,52.1670,51.5980,0.3161,0.0000,4,1693.5248,376.9639,756.7193,-106.8042,66.8528,134.2008,-18.9412,1.9211,58.4413,0.0000,58.4413,6.4905,58.4413,2.1146,0.0000,56.3266,0.0000,56.3266,5.6918,50.6348,0.0000,50.6348,0.4066,50.2282,0.0000,0.0000,9.6340,40.5943,1.1733,13614.5126,13614.5126,13614.5126,13614.5126,13614.5126 +375.5000,1.0000,4606.2234,53.3270,52.7360,0.3283,0.0000,4,1731.1825,386.4536,758.6668,-108.1452,70.0598,137.5379,-19.6055,2.0397,61.4082,0.0000,61.4082,6.6119,61.4082,2.2085,0.0000,59.1997,0.0000,59.1997,5.8184,53.3813,0.0000,53.3813,0.4317,52.9496,0.0000,0.0000,9.8482,43.1014,1.1715,14232.2896,14232.2896,14232.2896,14232.2896,14232.2896 +376.5000,1.0000,4621.1415,53.7053,53.9180,-0.1182,0.0000,0,1711.5801,14.6966,760.6521,-107.4472,2.6342,136.3364,-19.2584,-4.0770,0.0000,0.0000,0.0000,6.7112,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.8597,-5.8597,0.0000,-5.8597,-0.1565,-5.7032,0.0000,0.0000,9.9180,-15.6213,1.1517,2954.5068,2954.5068,2954.5068,2954.5068,2954.5068 +377.5000,1.0000,4636.2422,54.3624,54.9130,0.4832,0.0000,5,1442.1487,570.4780,570.4780,-94.1116,86.1544,86.1544,-14.2129,-20.4266,99.8023,0.0000,99.8023,6.7787,82.5207,0.9547,0.0000,81.5660,0.0000,81.5660,6.2183,75.3477,0.0000,75.3477,0.6476,74.7001,0.0000,0.0000,10.0394,64.6607,1.1097,16849.7551,16849.7551,16849.7551,16849.7551,16849.7551 +378.5000,1.0000,4651.8342,56.1310,56.0590,0.4994,0.0000,5,1231.2241,742.8295,796.5990,-81.6021,95.7756,102.7083,-10.5212,1.4909,87.5273,0.0000,87.5273,6.7573,87.5273,1.0072,0.0000,86.5201,0.0000,86.5201,6.4551,80.0650,0.0000,80.0650,0.6911,79.3738,0.0000,0.0000,10.3660,69.0078,1.0555,18644.2877,18644.2877,18644.2877,18644.2877,18644.2877 +379.5000,1.0000,4667.7986,57.4720,57.0300,0.2456,0.0000,5,1260.6377,458.1883,823.5053,-83.3466,60.4871,108.7140,-11.0029,0.7506,52.8277,0.0000,52.8277,6.9088,52.8277,0.8550,0.0000,51.9727,0.0000,51.9727,6.2706,45.7020,0.0000,45.7020,0.3479,45.3541,0.0000,0.0000,10.6137,34.7404,1.0480,12037.9324,12037.9324,12037.9324,12037.9324,12037.9324 +380.5000,1.0000,4684.0253,58.4160,57.9140,0.2789,0.0000,5,1281.3442,494.4520,707.2432,-84.5746,66.3466,94.8993,-11.3484,0.8665,58.5667,0.0000,58.5667,6.9135,58.5667,0.8989,0.0000,57.6677,0.0000,57.6677,6.3736,51.2941,0.0000,51.2941,0.4017,50.8924,0.0000,0.0000,10.7880,40.1044,1.0388,13196.3949,13196.3949,13196.3949,13196.3949,13196.3949 +381.5000,1.0000,4700.4761,59.2230,58.9180,0.1694,0.0000,5,1299.0456,373.3021,725.3313,-85.6245,50.7824,98.6710,-11.6480,0.5337,43.1841,0.0000,43.1841,7.0646,43.1841,0.8352,0.0000,42.3490,0.0000,42.3490,6.4617,35.8873,0.0000,35.8873,0.2474,35.6399,0.0000,0.0000,10.9370,24.7028,1.0689,10234.7448,10234.7448,10234.7448,10234.7448,10234.7448 +382.5000,1.0000,4717.0651,59.7205,59.5280,0.1069,0.0000,5,1309.9582,303.9283,677.6342,-86.2717,41.6924,92.9568,-11.8346,0.3397,34.2230,0.0000,34.2230,7.1298,34.2230,0.7985,0.0000,33.4245,0.0000,33.4245,6.5160,26.9085,0.0000,26.9085,0.1575,26.7510,0.0000,0.0000,11.0289,15.7221,1.0711,8533.6469,8533.6469,8533.6469,8533.6469,8533.6469 +383.5000,1.0000,4733.6903,59.8505,59.9130,-0.0347,0.0000,5,1312.8097,146.7918,650.2008,-86.4408,20.1805,89.3877,-11.8836,-0.1105,13.1113,0.0000,13.1113,7.1798,13.1113,0.6951,0.0000,12.4161,0.0000,12.4161,6.5302,5.8860,0.0000,5.8860,-0.0512,5.9372,0.0000,0.0000,11.0529,-5.1157,1.0719,4529.8205,4529.8205,4529.8205,4529.8205,4529.8205 +384.5000,1.0000,4750.2465,59.6025,59.7880,-0.1031,0.0000,5,1307.3699,70.7161,583.8478,-86.1182,9.6816,79.9331,-11.7902,-0.3267,2.9079,0.0000,2.9079,7.1004,2.9079,0.6695,0.0000,2.2383,0.0000,2.2383,6.5031,-4.2648,0.0000,-4.2648,-0.1514,-4.1134,0.0000,0.0000,11.0071,-15.1205,1.0706,2847.2746,2847.2746,2847.2746,2847.2746,2847.2746 +385.5000,1.0000,4766.7080,59.2615,59.4170,-0.0864,0.0000,5,1299.8901,89.2021,549.8971,-85.6746,12.1426,74.8543,-11.6624,-0.2723,5.3388,0.0000,5.3388,7.0760,5.3388,0.6576,0.0000,4.6812,0.0000,4.6812,6.4659,-1.7847,0.0000,-1.7847,-0.1262,-1.6585,0.0000,0.0000,10.9441,-12.6026,1.0691,3127.0266,3127.0266,3127.0266,3127.0266,3127.0266 +386.5000,1.0000,4783.1389,59.1510,59.1060,0.0250,0.0000,5,1297.4663,212.7333,556.9577,-85.5308,28.9041,75.6740,-11.6211,0.0786,21.7813,0.0000,21.7813,7.0442,21.7813,0.7270,0.0000,21.0543,0.0000,21.0543,6.4538,14.6004,0.0000,14.6004,0.0365,14.5640,0.0000,0.0000,10.9237,3.6403,1.0686,6134.4240,6134.4240,6134.4240,6134.4240,6134.4240 +387.5000,1.0000,4799.6147,59.3130,59.1960,0.0650,0.0000,5,1301.0197,257.3378,609.5734,-85.7416,35.0603,83.0498,-11.6816,0.2050,27.7704,0.0000,27.7704,7.0849,27.7704,0.7596,0.0000,27.0108,0.0000,27.0108,6.4715,20.5393,0.0000,20.5393,0.0951,20.4442,0.0000,0.0000,10.9536,9.4906,1.0693,7288.6606,7288.6606,7288.6606,7288.6606,7288.6606 +388.5000,1.0000,4816.1835,59.6475,59.4300,0.1208,0.0000,5,1308.3569,319.2146,629.5086,-86.1767,43.7359,86.2495,-11.8071,0.3833,36.2508,0.0000,36.2508,7.1017,36.2508,0.8075,0.0000,35.4434,0.0000,35.4434,6.5080,28.9353,0.0000,28.9353,0.1777,28.7576,0.0000,0.0000,11.0154,17.7422,1.0708,8914.1923,8914.1923,8914.1923,8914.1923,8914.1923 +389.5000,1.0000,4832.8740,60.0860,59.8650,0.1228,0.0000,5,1317.9753,321.2124,656.8602,-86.7472,44.3331,90.6586,-11.9727,0.3924,36.8119,0.0000,36.8119,7.1288,36.8119,0.8175,0.0000,35.9944,0.0000,35.9944,6.5559,29.4386,0.0000,29.4386,0.1819,29.2567,0.0000,0.0000,11.0964,18.1603,1.0735,9029.1822,9029.1822,9029.1822,9029.1822,9029.1822 +390.5000,1.0000,4849.7061,60.5955,60.3070,0.1603,0.0000,5,1329.1511,362.6350,659.6638,-87.4100,50.4746,91.8175,-12.1665,0.5165,42.8053,0.0000,42.8053,7.1527,42.8053,0.8559,0.0000,41.9494,0.0000,41.9494,6.6114,35.3379,0.0000,35.3379,0.2395,35.0985,0.0000,0.0000,11.1905,23.9080,1.0216,10163.3923,10163.3923,10163.3923,10163.3923,10163.3923 +391.5000,1.0000,4866.7222,61.2580,60.8840,0.2078,0.0000,5,1343.6830,415.5464,678.8300,-88.2718,58.4716,95.5183,-12.4207,0.6769,50.5483,0.0000,50.5483,7.2464,50.5483,0.9057,0.0000,49.6426,0.0000,49.6426,6.6837,42.9589,0.0000,42.9589,0.3138,42.6451,0.0000,0.0000,11.3128,31.3322,1.0528,11705.6570,11705.6570,11705.6570,11705.6570,11705.6570 +392.5000,1.0000,4883.9414,61.9890,61.6320,0.1983,0.0000,5,1359.7173,404.8599,702.6102,-89.2228,57.6477,100.0442,-12.7044,0.6539,49.6931,0.0000,49.6931,7.3007,49.6931,0.9137,0.0000,48.7794,0.0000,48.7794,6.7635,42.0159,0.0000,42.0159,0.3031,41.7128,0.0000,0.0000,11.4478,30.2649,1.0856,11564.4755,11564.4755,11564.4755,11564.4755,11564.4755 +393.5000,1.0000,4901.3479,62.6635,62.3460,0.1764,0.0000,5,1374.5123,380.6702,701.0634,-90.1003,54.7931,100.9101,-12.9689,0.5879,46.8019,0.0000,46.8019,7.4034,46.8019,0.9107,0.0000,45.8912,0.0000,45.8912,6.8371,39.0541,0.0000,39.0541,0.2725,38.7816,0.0000,0.0000,11.5724,27.2092,1.0759,11032.6146,11032.6146,11032.6146,11032.6146,11032.6146 +394.5000,1.0000,4918.9048,63.2050,62.9810,0.1244,0.0000,5,1386.3900,322.2941,694.0577,-90.8047,46.7914,100.7650,-13.1832,0.4183,39.0058,0.0000,39.0058,7.3673,39.0058,0.8810,0.0000,38.1248,0.0000,38.1248,6.8962,31.2286,0.0000,31.2286,0.1939,31.0347,0.0000,0.0000,11.6724,19.3623,1.0934,9527.8957,9527.8957,9527.8957,9527.8957,9527.8957 +395.5000,1.0000,4936.5603,63.5595,63.4290,0.0725,0.0000,5,1394.1659,264.9165,673.3025,-91.2659,38.6769,98.2999,-13.3245,0.2451,30.9768,0.0000,30.9768,7.4550,30.9768,0.8470,0.0000,30.1298,0.0000,30.1298,6.9348,23.1950,0.0000,23.1950,0.1136,23.0814,0.0000,0.0000,11.7379,11.3435,1.0957,8035.5345,8035.5345,8035.5345,8035.5345,8035.5345 +396.5000,1.0000,4954.2529,63.6935,63.6900,0.0019,0.0000,5,1397.1052,186.2212,652.0844,-91.4402,27.2450,95.4029,-13.3781,0.0066,19.8135,0.0000,19.8135,7.4249,19.8135,0.7935,0.0000,19.0200,0.0000,19.0200,6.9495,12.0705,0.0000,12.0705,0.0031,12.0675,0.0000,0.0000,11.7626,0.3049,1.0684,5925.9086,5925.9086,5925.9086,5925.9086,5925.9086 +397.5000,1.0000,4971.9542,63.7245,63.6970,0.0153,0.0000,5,1397.7852,201.0338,621.8522,-91.4805,29.4265,91.0241,-13.3905,0.0518,21.9465,0.0000,21.9465,7.4282,21.9465,0.8047,0.0000,21.1418,0.0000,21.1418,6.9528,14.1889,0.0000,14.1889,0.0240,14.1649,0.0000,0.0000,11.7683,2.3966,1.0686,6319.7051,6319.7051,6319.7051,6319.7051,6319.7051 +398.5000,1.0000,4989.6705,63.7790,63.7520,0.0150,0.0000,5,1398.9806,200.6289,627.8693,-91.5514,29.3923,91.9834,-13.4124,0.0509,21.9213,0.0000,21.9213,7.4201,21.9213,0.8055,0.0000,21.1158,0.0000,21.1158,6.9588,14.1570,0.0000,14.1570,0.0236,14.1334,0.0000,0.0000,11.7784,2.3550,1.0689,6315.1147,6315.1147,6315.1147,6315.1147,6315.1147 +399.5000,1.0000,5007.4208,63.9010,63.8060,0.0528,0.0000,5,1401.6567,242.6064,628.2931,-91.7101,35.6100,92.2216,-13.4613,0.1794,27.9963,0.0000,27.9963,7.4344,27.9963,0.8380,0.0000,27.1583,0.0000,27.1583,6.9721,20.1862,0.0000,20.1862,0.0831,20.1030,0.0000,0.0000,11.8009,8.3021,1.0979,7473.9782,7473.9782,7473.9782,7473.9782,7473.9782 +400.5000,1.0000,5025.2397,64.1480,63.9960,0.0844,0.0000,5,1407.0746,280.5985,645.5942,-92.0315,41.3458,95.1273,-13.5607,0.2881,33.5259,0.0000,33.5259,7.5317,33.5259,0.8699,0.0000,32.6561,0.0000,32.6561,6.9991,25.6570,0.0000,25.6570,0.1336,25.5234,0.0000,0.3422,11.8465,13.3347,1.0995,8536.5161,8536.5161,8536.5161,8536.5161,8536.5161 +401.5000,1.0000,5043.1598,64.5125,64.3000,0.1181,0.0000,5,1415.0698,325.2125,661.7508,-92.5056,48.1919,98.0620,-13.7080,0.4051,40.1672,0.0000,40.1672,7.6196,40.1672,0.9094,0.0000,39.2578,0.0000,39.2578,7.0388,32.2190,0.0000,32.2190,0.1878,32.0312,0.0000,1.3692,11.9139,18.7482,1.1018,9828.8303,9828.8303,9828.8303,9828.8303,9828.8303 +402.5000,1.0000,5061.1958,64.9295,64.7250,0.1136,0.0000,5,1424.2166,328.5127,680.5158,-93.0481,48.9956,101.4946,-13.8775,0.3923,41.0525,0.0000,41.0525,7.5507,41.0525,0.9211,0.0000,40.1314,0.0000,40.1314,7.0843,33.0471,0.0000,33.0471,0.1819,32.8652,0.0000,2.7153,11.9909,18.1590,1.0904,9982.7656,9982.7656,9982.7656,9982.7656,9982.7656 +403.5000,1.0000,5079.2944,65.1550,65.1340,0.0117,0.0000,5,1429.1629,223.4538,683.1563,-93.3415,33.4425,102.2423,-13.9696,0.0404,25.8068,0.0000,25.8068,7.5953,25.8068,0.8489,0.0000,24.9579,0.0000,24.9579,7.1089,17.8490,0.0000,17.8490,0.0187,17.8302,0.0000,3.9265,12.0325,1.8712,1.1059,7086.1929,7086.1929,7086.1929,7086.1929,7086.1929 +404.5000,1.0000,5097.4433,65.3360,65.1760,0.0889,0.0000,5,1433.1331,315.7348,644.7126,-93.5769,47.3846,96.7568,-14.0438,0.3089,39.4860,0.0000,39.4860,7.5898,39.4860,0.9204,0.0000,38.5655,0.0000,38.5655,7.1287,31.4369,0.0000,31.4369,0.1432,31.2937,0.0000,4.9313,12.0659,14.2965,1.0930,9692.6414,9692.6414,9692.6414,9692.6414,9692.6414 +405.5000,1.0000,5115.7157,65.7805,65.4960,0.1581,0.0000,5,1442.8832,409.1965,680.9136,-94.1552,61.8289,102.8849,-14.2267,0.5530,53.5832,0.0000,53.5832,7.6928,53.5832,0.9988,0.0000,52.5844,0.0000,52.5844,7.1772,45.4072,0.0000,45.4072,0.2563,45.1509,0.0000,7.4090,12.1480,25.5939,1.1099,12410.1152,12410.1152,12410.1152,12410.1152,12410.1152 +406.5000,1.0000,5134.1678,66.4275,66.0650,0.2014,0.0000,5,1457.0750,470.3848,717.6123,-94.9969,71.7735,109.4965,-14.4951,0.7115,63.2847,0.0000,63.2847,7.7773,63.2847,1.0587,0.0000,62.2259,0.0000,62.2259,7.2478,54.9782,0.0000,54.9782,0.3298,54.6483,0.0000,9.4492,12.2675,32.9316,1.1000,14227.3825,14227.3825,14227.3825,14227.3825,14227.3825 +407.5000,1.0000,5152.8828,67.3740,66.7900,0.3244,0.0000,5,1477.8363,645.9784,742.5218,-96.2282,99.9707,114.9117,-14.8921,1.1626,90.8759,0.0000,90.8759,7.9323,90.8759,1.2136,0.0000,89.6622,0.0000,89.6622,7.5353,82.1269,0.0000,82.1269,0.5389,81.5880,0.0000,15.3358,12.4423,53.8099,1.1223,19495.3631,19495.3631,19495.3631,19495.3631,19495.3631 +408.5000,1.0000,5171.9428,68.6160,67.9580,0.3656,0.0000,5,1505.0793,693.4374,806.5203,-97.8439,109.2937,127.1169,-15.4213,1.3340,100.0079,0.0000,100.0079,7.9518,100.0079,1.2818,0.0000,98.7261,0.0000,98.7261,7.7854,90.9407,0.0000,90.9407,0.6184,90.3223,0.0000,15.9048,12.6717,61.7459,1.1033,21338.8069,21338.8069,21338.8069,21338.8069,21338.8069 +409.5000,1.0000,5191.3387,69.8255,69.2740,0.3064,0.0000,5,1531.6095,601.2255,825.2434,-99.4174,96.4304,132.3606,-15.9455,1.1378,87.1110,0.0000,87.1110,8.1816,87.1110,1.2395,0.0000,85.8715,0.0000,85.8715,7.7037,78.1678,0.0000,78.1678,0.5275,77.6404,0.0000,12.0810,12.8950,52.6643,1.1370,18899.9134,18899.9134,18899.9134,18899.9134,18899.9134 +410.5000,1.0000,5210.9828,70.7185,70.3770,0.1897,0.0000,5,1551.1973,470.2718,798.0420,-100.5791,76.3914,129.6347,-16.3382,0.7136,67.4821,0.0000,67.4821,8.1957,67.4821,1.1580,0.0000,66.3242,0.0000,66.3242,7.7159,58.6082,0.0000,58.6082,0.3308,58.2774,0.0000,12.1896,13.0600,33.0279,1.1282,15192.4238,15192.4238,15192.4238,15192.4238,15192.4238 +411.5000,1.0000,5230.8376,71.4775,71.0600,0.2319,0.0000,5,1567.8458,503.7142,758.7342,-101.5665,82.7020,124.5723,-16.6756,0.8817,73.5386,0.0000,73.5386,8.2817,73.5386,1.2025,0.0000,72.3361,0.0000,72.3361,7.7988,64.5374,0.0000,64.5374,0.4087,64.1286,0.0000,10.1170,13.2001,40.8115,1.1439,16439.4762,16439.4762,16439.4762,16439.4762,16439.4762 +412.5000,1.0000,5250.7221,71.5840,71.8950,-0.1728,0.0000,5,1570.1819,48.5183,771.2859,-101.7050,7.9778,126.8218,-16.7233,-0.6578,0.2617,0.0000,0.2617,8.3739,0.2617,0.8978,0.0000,-0.6361,0.0000,-0.6361,7.8104,-8.4465,0.0000,-8.4465,-0.3049,-8.1415,0.0000,9.0849,13.2198,-30.4462,1.1318,3211.4908,3211.4908,3211.4908,3211.4908,3211.4908 +413.5000,1.0000,5270.3854,70.7880,71.2730,-0.2694,0.0000,5,1552.7217,-49.8347,619.0483,-100.6695,-8.1031,100.6576,-16.3689,-1.0144,-13.9576,0.0000,-13.9576,6.8689,-13.9576,0.9177,0.0000,-14.8753,0.0000,-14.8753,7.7235,-22.5988,0.0000,-22.5988,-0.4703,-22.1286,0.0000,11.7510,13.0728,-46.9524,1.1159,1117.4611,1117.4611,1117.4611,1117.4611,1117.4611 +414.5000,1.0000,5289.7717,69.7905,70.3030,-0.2847,0.0070,5,1530.8418,-61.6303,577.7674,-99.3718,-9.8799,92.6215,-15.9302,-1.0568,-15.2701,0.0000,-15.2701,6.4470,-15.2701,0.9016,0.0000,-16.1717,0.0000,-16.1717,7.6147,-23.7864,0.0000,-23.7864,-0.4899,-23.2965,0.1179,12.6126,12.8886,-48.9155,1.1369,800.0343,800.0343,800.0343,800.0343,800.0343 +415.5000,1.0000,5308.7312,68.2545,69.2780,-0.5686,0.0110,5,1497.1499,33.2484,560.6518,-97.3736,5.2127,87.8996,-15.2664,-2.0641,0.8319,0.0000,0.8319,6.4449,0.8319,0.8319,0.0000,0.0000,0.0000,0.0000,7.4471,-7.4471,67.1282,-74.5753,-0.9569,-73.6184,0.1812,9.1334,12.6049,-95.5379,1.1149,2755.5051,2755.5051,2755.5051,2755.5051,2755.5051 +416.5000,1.0000,5327.2704,66.7410,67.2310,-0.2722,0.0110,5,1463.9515,-45.1667,583.6990,-95.4047,-6.9243,89.4838,-14.6260,-0.9663,-12.1533,0.0000,-12.1533,6.1953,-12.1533,0.8358,0.0000,-12.9891,0.0000,-12.9891,7.2820,-20.2711,0.0000,-20.2711,-0.4479,-19.8231,0.1772,12.3987,12.3254,-44.7245,1.1026,1072.5700,1072.5700,1072.5700,1072.5700,1072.5700 +417.5000,1.0000,5345.6389,66.1265,66.2510,-0.0692,0.0020,5,1450.4726,172.5276,549.9300,-94.6053,26.2058,83.5306,-14.3699,-0.2433,20.3261,0.0000,20.3261,6.1229,20.3261,0.8386,0.0000,19.4875,0.0000,19.4875,7.2149,12.2726,0.0000,12.2726,-0.1128,12.3853,0.0319,11.4005,12.2119,-11.2590,1.0839,5773.3415,5773.3415,5773.3415,5773.3415,5773.3415 +418.5000,1.0000,5364.0098,66.1355,66.0020,0.0742,0.0000,5,1450.6700,330.4329,630.5160,-94.6170,50.1973,95.7841,-14.3736,0.2609,43.8254,0.0000,43.8254,6.1111,43.8254,0.9563,0.0000,42.8691,0.0000,42.8691,7.2159,35.6532,0.0000,35.6532,0.1209,35.5323,0.0000,11.2441,12.2136,12.0746,1.1122,10218.1374,10218.1374,10218.1374,10218.1374,10218.1374 +419.5000,1.0000,5382.4540,66.3990,66.2690,0.0722,0.0000,5,1456.4498,318.7764,689.5698,-94.9598,48.6195,105.1725,-14.4832,0.2550,42.2136,0.0000,42.2136,6.1508,42.2136,0.9529,0.0000,41.2607,0.0000,41.2607,7.2447,34.0161,0.0000,34.0161,0.1182,33.8978,0.0000,9.8307,12.2623,11.8049,1.1144,9937.2315,9937.2315,9937.2315,9937.2315,9937.2315 +420.5000,1.0000,5401.0203,66.8385,66.5290,0.1719,0.0000,5,1466.0902,428.4026,687.1206,-95.5316,65.7721,105.4927,-14.6668,0.6112,59.0100,0.0000,59.0100,6.1508,59.0100,1.0447,0.0000,57.9653,0.0000,57.9653,7.2926,50.6727,0.0000,50.6727,0.2833,50.3893,0.0000,9.7552,12.3434,28.2907,1.1179,13131.2615,13131.2615,13131.2615,13131.2615,13131.2615 +421.5000,1.0000,5419.7889,67.5670,67.1480,0.2328,0.0000,5,1482.0697,502.9194,728.9413,-96.4793,78.0541,113.1331,-14.9738,0.8365,70.9883,0.0000,70.9883,6.2293,70.9883,1.1177,0.0000,69.8706,0.0000,69.8706,7.3721,62.4985,0.0000,62.4985,0.3878,62.1108,0.0000,10.9155,12.4780,38.7173,1.1653,15421.7383,15421.7383,15421.7383,15421.7383,15421.7383 +422.5000,1.0000,5438.8301,68.5485,67.9860,0.3125,0.0000,5,1503.5987,582.3108,758.0219,-97.7561,91.6886,119.3555,-15.3923,1.1393,84.1009,0.0000,84.1009,6.4484,84.1009,1.2010,0.0000,82.8999,0.0000,82.8999,7.5418,75.3581,0.0000,75.3581,0.5281,74.8300,0.0000,9.4384,12.6592,52.7324,1.3073,17946.0842,17946.0842,17946.0842,17946.0842,17946.0842 +423.5000,1.0000,5458.1908,69.6985,69.1110,0.3264,0.0000,5,1528.8238,604.7587,788.1612,-99.2522,96.8207,126.1831,-15.8901,1.2099,89.1713,0.0000,89.1713,6.4395,89.1713,1.2475,0.0000,87.9238,0.0000,87.9238,7.7228,80.2010,0.0000,80.2010,0.5609,79.6402,0.0000,10.7686,12.8716,56.0000,1.2369,18968.2036,18968.2036,18968.2036,18968.2036,18968.2036 +424.5000,1.0000,5477.8321,70.7085,70.2860,0.2347,0.0000,5,1550.9779,508.8483,798.8344,-100.5661,82.6461,129.7451,-16.3337,0.8827,73.2964,0.0000,73.2964,8.4671,73.2964,1.1868,0.0000,72.1095,0.0000,72.1095,7.7149,64.3947,0.0000,64.3947,0.4092,63.9855,0.0000,10.0714,13.0581,40.8559,1.2789,16388.7530,16388.7530,16388.7530,16388.7530,16388.7530 +425.5000,1.0000,5497.6689,71.4125,71.1310,0.1564,0.0000,5,1566.4200,421.9959,770.9403,-101.4819,69.2222,126.4613,-16.6466,0.5940,60.2691,0.0000,60.2691,8.3591,60.2691,1.1349,0.0000,59.1342,0.0000,59.1342,7.7917,51.3426,0.0000,51.3426,0.2753,51.0672,0.0000,10.3869,13.1881,27.4922,1.2440,13874.4964,13874.4964,13874.4964,13874.4964,13874.4964 +426.5000,1.0000,5517.6640,71.9825,71.6940,0.1603,0.0000,5,1578.9229,434.0488,745.9346,-102.2234,71.7675,123.3361,-16.9021,0.6136,62.7702,0.0000,62.7702,8.3838,62.7702,1.1581,0.0000,61.6120,0.0000,61.6120,7.8539,53.7582,0.0000,53.7582,0.2844,53.4737,0.0000,11.7796,13.2934,28.4007,1.1334,14368.3111,14368.3111,14368.3111,14368.3111,14368.3111 +427.5000,1.0000,5537.8517,72.6755,72.2710,0.2247,0.0000,5,1594.1237,510.6384,752.5657,-103.1250,85.2441,125.6305,-17.2153,0.8686,75.9964,0.0000,75.9964,8.3791,75.9964,1.2374,0.0000,74.7590,0.0000,74.7590,7.9295,66.8295,0.0000,66.8295,0.4027,66.4268,0.0000,12.8020,13.4214,40.2034,1.1238,16959.7824,16959.7824,16959.7824,16959.7824,16959.7824 +428.5000,1.0000,5558.2543,73.4495,73.0800,0.2053,0.0000,5,1611.1013,488.4875,778.2920,-103.8688,82.4147,131.3088,-17.5241,0.8019,73.1620,0.0000,73.1620,8.4509,73.1620,1.2381,0.0000,71.9239,0.0000,71.9239,8.0139,63.9100,0.0000,63.9100,0.3717,63.5383,0.0000,12.8580,13.5643,37.1159,1.1270,16445.7187,16445.7187,16445.7187,16445.7187,16445.7187 +429.5000,1.0000,5578.8739,74.2305,73.8190,0.2286,0.0000,5,1628.2323,506.3498,773.7498,-104.4789,86.3367,131.9306,-17.8145,0.9025,76.8742,0.0000,76.8742,8.5601,76.8742,1.2717,0.0000,75.6025,0.0000,75.6025,8.0991,67.5033,0.0000,67.5033,0.4184,67.0849,0.0000,11.6021,13.7085,41.7743,1.1428,17205.2436,17205.2436,17205.2436,17205.2436,17205.2436 +430.5000,1.0000,5599.5181,74.3191,74.6420,-0.1794,0.0000,0,1632.1783,47.4402,780.6630,-104.6194,8.1085,133.4319,-17.8817,-0.5092,0.0000,0.0000,0.0000,8.6177,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,8.1088,-8.1088,0.0000,-8.1088,-0.3287,-7.7801,0.0000,11.3133,13.7249,-32.8184,1.1435,3363.7953,3363.7953,3363.7953,3363.7953,3363.7953 +431.5000,1.0000,5620.1983,74.4487,75.1680,0.2514,0.0000,6,1411.5808,575.0099,575.0099,-92.2987,84.9982,84.9982,-13.6436,-18.6824,95.0425,0.0000,95.0425,8.6381,80.0451,2.1405,0.0000,77.9047,0.0000,77.9047,8.1229,69.7817,0.0000,69.7817,0.4614,69.3203,0.0000,9.4996,13.7488,46.0719,1.0726,16625.4524,16625.4524,16625.4524,16625.4524,16625.4524 +432.5000,1.0000,5641.1373,75.3806,75.6190,0.2663,0.0000,6,1203.7187,741.8720,797.4753,-79.9708,93.5153,100.5243,-10.0806,0.5659,84.4446,0.0000,84.4446,8.5048,84.4446,2.2389,0.0000,82.2057,0.0000,82.2057,8.2246,73.9811,0.0000,73.9811,0.4950,73.4861,0.0000,10.1448,13.9209,49.4203,1.0234,18233.8823,18233.8823,18233.8823,18233.8823,18233.8823 +433.5000,1.0000,5662.2521,76.0130,75.8600,0.0850,0.0000,6,1213.8171,455.2691,825.6332,-80.5697,57.8695,104.9468,-10.2413,0.1821,51.0767,0.0000,51.0767,6.6107,51.0767,1.5787,0.0000,49.4980,0.0000,49.4980,8.2936,41.2044,0.0000,41.2044,0.1593,41.0451,0.0000,11.1022,14.0377,15.9051,1.0254,11537.2334,11537.2334,11537.2334,11537.2334,11537.2334 +434.5000,1.0000,5683.4682,76.3780,76.1660,0.1178,0.0000,6,1219.6456,510.2084,699.8407,-80.9154,65.1643,89.3844,-10.3346,0.2536,58.2996,0.0000,58.2996,6.6112,58.2996,1.7273,0.0000,56.5723,0.0000,56.5723,8.3334,48.2388,0.0000,48.2388,0.2218,48.0170,0.0000,11.7677,14.1051,22.1442,1.0399,12950.9512,12950.9512,12950.9512,12950.9512,12950.9512 +435.5000,1.0000,5704.8366,76.9265,76.5900,0.1869,0.0000,6,1228.4044,612.6191,724.7181,-81.4349,78.8062,93.2264,-10.4756,0.4054,71.7300,0.0000,71.7300,6.6709,71.7300,2.0022,0.0000,69.7278,0.0000,69.7278,8.3933,61.3345,0.0000,61.3345,0.3546,60.9799,0.0000,11.3723,14.2064,35.4012,1.0283,15514.6607,15514.6607,15514.6607,15514.6607,15514.6607 +436.5000,1.0000,5726.4144,77.6800,77.2630,0.2317,0.0000,6,1240.4366,708.2848,770.1703,-82.1485,92.0049,100.0438,-10.6709,0.5072,84.7352,0.0000,84.7352,6.7625,84.7352,2.2709,0.0000,82.4643,0.0000,82.4643,8.4755,73.9888,0.0000,73.9888,0.4437,73.5451,0.0000,14.8997,14.3456,44.2998,1.0573,17949.5098,17949.5098,17949.5098,17949.5098,17949.5098 +437.5000,1.0000,5748.1916,78.3980,78.0970,0.1672,0.0000,6,1251.9021,657.3278,812.6987,-82.8285,86.1749,106.5439,-10.8587,0.3695,79.0188,0.0000,79.0188,6.7866,79.0188,2.1649,0.0000,76.8539,0.0000,76.8539,8.5538,68.3001,0.0000,68.3001,0.3232,67.9769,0.0000,21.2265,14.4782,32.2722,1.0463,16827.2915,16827.2915,16827.2915,16827.2915,16827.2915 +438.5000,1.0000,5770.1251,78.9605,78.6990,0.1453,0.0000,6,1260.8844,655.3730,791.9262,-83.3612,86.5351,104.5655,-11.0070,0.3233,79.3608,0.0000,79.3608,6.8510,79.3608,2.1783,0.0000,77.1825,0.0000,77.1825,8.6152,68.5673,0.0000,68.5673,0.2828,68.2845,0.0000,25.4641,14.5821,28.2383,1.0347,16904.1026,16904.1026,16904.1026,16904.1026,16904.1026 +439.5000,1.0000,5792.1819,79.4045,79.2220,0.1014,0.0000,6,1267.9744,613.2536,792.0615,-83.7817,81.4290,105.1715,-11.1247,0.2269,74.3390,0.0000,74.3390,6.8631,74.3390,2.0830,0.0000,72.2559,0.0000,72.2559,8.6637,63.5923,0.0000,63.5923,0.1985,63.3938,0.0000,28.9115,14.6640,19.8182,1.0495,15981.8093,15981.8093,15981.8093,15981.8093,15981.8093 +440.5000,1.0000,5814.3405,79.7710,79.5870,0.1022,0.0000,6,1273.8269,616.0651,774.7795,-84.1288,82.1799,103.3516,-11.2223,0.2298,74.8366,0.0000,74.8366,7.1134,74.8366,2.0973,0.0000,72.7393,0.0000,72.7393,8.7036,64.0357,0.0000,64.0357,0.2010,63.8346,0.0000,29.0296,14.7317,20.0733,1.2818,16112.8636,16112.8636,16112.8636,16112.8636,16112.8636 +441.5000,1.0000,5836.5901,80.0985,79.9550,0.0797,0.0000,6,1279.0566,601.0160,776.5825,-84.4390,80.5016,104.0174,-11.3100,0.1800,73.3330,0.0000,73.3330,6.9886,73.3330,2.0711,0.0000,71.2619,0.0000,71.2619,8.7394,62.5225,0.0000,62.5225,0.1574,62.3651,0.0000,31.8536,14.7922,15.7193,1.0517,15829.5716,15829.5716,15829.5716,15829.5716,15829.5716 +442.5000,1.0000,5858.9140,80.3660,80.2420,0.0689,0.0000,6,1283.3282,598.1889,770.7660,-84.6923,80.3905,103.5831,-11.3818,0.1561,73.3120,0.0000,73.3120,6.9224,73.3120,2.0738,0.0000,71.2382,0.0000,71.2382,8.7686,62.4696,0.0000,62.4696,0.1365,62.3331,0.0000,33.8629,14.8416,13.6286,1.0392,15809.7612,15809.7612,15809.7612,15809.7612,15809.7612 +443.5000,1.0000,5881.2777,80.5095,80.4900,0.0108,0.0000,6,1285.6197,471.3953,770.1765,-84.8282,63.4638,103.6887,-11.4204,0.0246,56.4586,0.0000,56.4586,6.9807,56.4586,1.7384,0.0000,54.7201,0.0000,54.7201,8.7842,45.9359,0.0000,45.9359,0.0215,45.9144,0.0000,28.8993,14.8681,2.1470,1.0396,12639.3010,12639.3010,12639.3010,12639.3010,12639.3010 +444.5000,1.0000,5903.6344,80.4840,80.5290,-0.0250,0.0000,6,1285.2125,402.6931,716.6345,-84.8041,54.1973,96.4498,-11.4135,-0.0567,47.3174,0.0000,47.3174,6.9366,47.3174,1.5553,0.0000,45.7621,0.0000,45.7621,8.7814,36.9806,0.0000,36.9806,-0.0496,37.0302,0.0000,27.1199,14.8634,-4.9531,1.0395,10866.4196,10866.4196,10866.4196,10866.4196,10866.4196 +445.5000,1.0000,5925.9786,80.4390,80.4390,0.0000,0.0000,6,1284.4939,456.1646,687.2834,-84.7614,61.3596,92.4478,-11.4014,0.0000,54.3120,0.0000,54.3120,7.0476,54.3120,1.6947,0.0000,52.6173,0.0000,52.6173,8.7765,43.8408,0.0000,43.8408,0.0000,43.8408,0.0000,28.9857,14.8551,0.0000,1.1599,12230.6535,12230.6535,12230.6535,12230.6535,12230.6535 +446.5000,1.0000,5948.3159,80.4145,80.4390,-0.0136,0.0000,6,1284.1026,464.2881,709.9860,-84.7382,62.4332,95.4725,-11.3948,-0.0309,55.3906,0.0000,55.3906,7.0735,55.3906,1.7160,0.0000,53.6747,0.0000,53.6747,8.7739,44.9008,0.0000,44.9008,-0.0270,44.9278,0.0000,32.7716,14.8506,-2.6944,1.1979,12438.4075,12438.4075,12438.4075,12438.4075,12438.4075 +447.5000,1.0000,5970.6222,80.3025,80.3900,-0.0486,0.0000,6,1282.3142,420.8821,713.4223,-84.6322,56.5176,95.8009,-11.3647,-0.1100,49.5887,0.0000,49.5887,7.0389,49.5887,1.5986,0.0000,47.9901,0.0000,47.9901,8.7616,39.2284,0.0000,39.2284,-0.0962,39.3247,0.0000,34.1041,14.8299,-9.6093,1.1464,11288.4085,11288.4085,11288.4085,11288.4085,11288.4085 +448.5000,1.0000,5992.8702,80.0930,80.2150,-0.0678,0.0000,6,1278.9688,404.8701,694.5815,-84.4338,54.2256,93.0276,-11.3085,-0.1530,47.3847,0.0000,47.3847,6.9939,47.3847,1.5520,0.0000,45.8327,0.0000,45.8327,8.7388,37.0939,0.0000,37.0939,-0.1338,37.2277,0.0000,35.7998,14.7912,-13.3632,1.1452,10866.4503,10866.4503,10866.4503,10866.4503,10866.4503 +449.5000,1.0000,6015.0197,79.7380,79.9710,-0.1294,0.0000,6,1273.2999,303.1651,687.1554,-84.0976,40.4239,91.6251,-11.2135,-0.2909,33.6188,0.0000,33.6188,7.0961,33.6188,1.2726,0.0000,32.3462,0.0000,32.3462,8.7000,23.6462,0.0000,23.6462,-0.2545,23.9007,0.0000,34.5835,14.7256,-25.4084,1.2497,8264.5379,8264.5379,8264.5379,8264.5379,8264.5379 +450.5000,1.0000,6037.0109,79.1685,79.5050,-0.1869,0.0000,6,1264.2058,190.3781,641.9293,-83.5582,25.2037,84.9833,-11.0620,-0.4172,18.5915,0.0000,18.5915,7.0294,18.5915,0.9653,0.0000,17.6261,0.0000,17.6261,8.6379,8.9882,0.0000,8.9882,-0.3649,9.3531,0.0000,31.1656,14.6205,-36.4329,1.2010,5417.0772,5417.0772,5417.0772,5417.0772,5417.0772 +451.5000,1.0000,6058.8237,78.5260,78.8320,-0.1700,0.0000,6,1253.9460,191.8236,590.6343,-82.9497,25.1889,77.5579,-10.8924,-0.3763,18.7119,0.0000,18.7119,6.8533,18.7119,0.9603,0.0000,17.7517,0.0000,17.7517,8.5678,9.1839,0.0000,9.1839,-0.3291,9.5130,0.0000,27.8730,14.5018,-32.8618,1.1000,5405.4717,5405.4717,5405.4717,5405.4717,5405.4717 +452.5000,1.0000,6080.4541,77.8695,78.2200,-0.1947,0.0000,6,1243.4627,44.2931,589.0383,-82.3280,5.7676,76.7017,-10.7203,-0.4274,-0.7301,0.0000,-0.7301,6.9252,-0.7301,0.7810,0.0000,-1.5112,0.0000,-1.5112,8.4962,-10.0074,0.0000,-10.0074,-0.3738,-9.6335,0.0000,13.3120,14.3806,-37.3261,1.1936,2268.2317,2268.2317,2268.2317,2268.2317,2268.2317 +453.5000,1.0000,6101.8898,77.1685,77.5190,-0.1947,0.0000,6,1232.2687,-43.5598,520.8623,-81.6641,-5.6211,67.2136,-10.5382,-0.4235,-12.0992,0.0000,-12.0992,6.9016,-12.0992,0.8849,0.0000,-12.9841,0.0000,-12.9841,8.4197,-21.4038,0.0000,-21.4038,-0.3705,-21.0333,0.0000,1.7056,14.2511,-36.9900,1.1665,684.9939,684.9939,684.9939,684.9939,684.9939 +454.5000,1.0000,6123.1557,76.5570,76.8180,-0.1450,0.0000,6,1222.5040,17.3038,478.9238,-81.0849,2.2152,61.3120,-10.3805,-0.3129,-4.3104,0.0000,-4.3104,6.8386,-4.3104,0.7985,0.0000,-5.1089,0.0000,-5.1089,8.3530,-13.4619,0.0000,-13.4619,-0.2737,-13.1882,0.0000,0.0000,14.1382,-27.3264,1.1630,1792.0021,1792.0021,1792.0021,1792.0021,1792.0021 +455.5000,1.0000,6144.2780,76.0405,76.2960,-0.1419,0.0000,6,1214.2562,21.6622,504.0823,-80.5958,2.7545,64.0974,-10.2483,-0.3042,-3.7114,0.0000,-3.7114,6.7702,-3.7114,0.7853,0.0000,-4.4968,0.0000,-4.4968,8.2966,-12.7934,0.0000,-12.7934,-0.2661,-12.5273,0.0000,0.0000,14.0428,-26.5701,1.1355,1843.6646,1843.6646,1843.6646,1843.6646,1843.6646 +456.5000,1.0000,6165.2819,75.6140,75.7850,-0.0950,0.0000,6,1207.4456,91.8303,504.2830,-80.1919,11.6113,63.7633,-10.1397,-0.2025,5.0459,0.0000,5.0459,6.7679,5.0459,0.6919,0.0000,4.3541,0.0000,4.3541,8.2501,-3.8960,0.0000,-3.8960,-0.1771,-3.7189,0.0000,0.0000,13.9640,-17.6830,1.1576,2948.7687,2948.7687,2948.7687,2948.7687,2948.7687 +457.5000,1.0000,6186.1958,75.2900,75.4430,-0.0850,0.0000,6,1202.2718,106.2642,534.7429,-79.8850,13.3788,67.3250,-10.0577,-0.1804,6.8942,0.0000,6.8942,6.6650,6.8942,0.6869,0.0000,6.2073,0.0000,6.2073,8.2147,-2.0074,0.0000,-2.0074,-0.1578,-1.8496,0.0000,0.0000,13.9042,-15.7538,1.1431,3212.2553,3212.2553,3212.2553,3212.2553,3212.2553 +458.5000,1.0000,6207.0869,75.2080,75.1370,0.0394,0.0000,6,1200.9624,297.7011,540.8278,-79.8074,37.4402,68.0169,-10.0369,0.0836,30.6313,0.0000,30.6313,6.7253,30.6313,1.1607,0.0000,29.4706,0.0000,29.4706,8.2058,21.2648,0.0000,21.2648,0.0731,21.1917,0.0000,0.0000,13.8891,7.3026,1.1783,7651.6745,7651.6745,7651.6745,7651.6745,7651.6745 +459.5000,1.0000,6228.0215,75.3645,75.2790,0.0475,0.0000,6,1203.4615,309.8726,627.3843,-79.9556,39.0521,79.0669,-10.0765,0.1009,32.2359,0.0000,32.2359,6.7152,32.2359,1.1946,0.0000,31.0414,0.0000,31.0414,8.2229,22.8185,0.0000,22.8185,0.0883,22.7303,0.0000,0.0000,13.9180,8.8123,1.1434,7959.1211,7959.1211,7959.1211,7959.1211,7959.1211 +460.5000,1.0000,6249.0369,75.6555,75.4500,0.1142,0.0000,6,1208.1083,412.3724,633.4139,-80.2312,52.1704,80.1350,-10.1503,0.2435,45.1578,0.0000,45.1578,6.7691,45.1578,1.4563,0.0000,43.7015,0.0000,43.7015,8.2546,35.4469,0.0000,35.4469,0.2130,35.2339,0.0000,0.0000,13.9717,21.2622,1.1578,10450.0933,10450.0933,10450.0933,10450.0933,10450.0933 +461.5000,1.0000,6270.1580,76.0360,75.8610,0.0972,0.0000,6,1214.1844,386.2295,679.9669,-80.5915,49.1087,86.4572,-10.2471,0.2084,42.1177,0.0000,42.1177,6.7826,42.1177,1.3998,0.0000,40.7180,0.0000,40.7180,8.2961,32.4218,0.0000,32.4218,0.1823,32.2396,0.0000,0.0000,14.0420,18.1976,1.1830,9849.3290,9849.3290,9849.3290,9849.3290,9849.3290 +462.5000,1.0000,6291.3712,76.3675,76.2110,0.0869,0.0000,6,1219.4779,370.0504,669.2389,-80.9055,47.2567,85.4641,-10.3319,0.1872,40.3114,0.0000,40.3114,6.7581,40.3114,1.3674,0.0000,38.9440,0.0000,38.9440,8.3323,30.6117,0.0000,30.6117,0.1637,30.4480,0.0000,0.0000,14.1032,16.3448,1.1619,9498.6226,9498.6226,9498.6226,9498.6226,9498.6226 +463.5000,1.0000,6312.6466,76.5915,76.5240,0.0375,0.0000,6,1223.0549,294.5824,662.8473,-81.1176,37.7295,84.8962,-10.3894,0.0810,30.8227,0.0000,30.8227,6.8259,30.8227,1.1802,0.0000,29.6425,0.0000,29.6425,8.3567,21.2857,0.0000,21.2857,0.0708,21.2149,0.0000,0.0000,14.1446,7.0704,1.1953,7716.9934,7716.9934,7716.9934,7716.9934,7716.9934 +464.5000,1.0000,6334.0087,76.9035,76.6590,0.1358,0.0000,6,1228.0371,445.1152,630.1043,-81.4131,57.2417,81.0313,-10.4697,0.2944,50.1352,0.0000,50.1352,6.8120,50.1352,1.5700,0.0000,48.5652,0.0000,48.5652,8.3908,40.1744,0.0000,40.1744,0.2575,39.9169,0.0000,0.0000,14.2022,25.7147,1.1880,11411.3242,11411.3242,11411.3242,11411.3242,11411.3242 +465.5000,1.0000,6355.5079,77.3970,77.1480,0.1383,0.0000,6,1235.9176,448.9681,697.2312,-81.8805,58.1077,90.2391,-10.5974,0.3018,50.9499,0.0000,50.9499,6.8560,50.9499,1.5920,0.0000,49.3579,0.0000,49.3579,8.4446,40.9133,0.0000,40.9133,0.2640,40.6494,0.0000,0.0000,14.2933,26.3560,1.1551,11571.1527,11571.1527,11571.1527,11571.1527,11571.1527 +466.5000,1.0000,6377.1279,77.8320,77.6460,0.1033,0.0000,6,1242.8639,395.4819,700.0243,-82.2925,51.4729,91.1098,-10.7106,0.2267,44.3268,0.0000,44.3268,6.9194,44.3268,1.4645,0.0000,42.8623,0.0000,42.8623,8.4921,34.3702,0.0000,34.3702,0.1983,34.1719,0.0000,0.0000,14.3736,19.7983,1.2024,10328.1519,10328.1519,10328.1519,10328.1519,10328.1519 +467.5000,1.0000,6398.8265,78.1150,78.0180,0.0539,0.0000,6,1247.3830,319.8640,677.7004,-82.5605,41.7824,88.5251,-10.7845,0.1187,34.6902,0.0000,34.6902,6.9736,34.6902,1.2751,0.0000,33.4151,0.0000,33.4151,8.5230,24.8922,0.0000,24.8922,0.1038,24.7884,0.0000,0.0000,14.4259,10.3625,1.1950,8489.5323,8489.5323,8489.5323,8489.5323,8489.5323 +468.5000,1.0000,6420.5794,78.3105,78.2120,0.0547,0.0000,6,1250.5048,320.5020,645.4252,-82.7456,41.9706,84.5201,-10.8358,0.1208,34.9434,0.0000,34.9434,6.9064,34.9434,1.2824,0.0000,33.6610,0.0000,33.6610,8.5443,25.1167,0.0000,25.1167,0.1057,25.0111,0.0000,0.0000,14.4620,10.5490,1.1349,8525.5144,8525.5144,8525.5144,8525.5144,8525.5144 +469.5000,1.0000,6442.3865,78.5055,78.4090,0.0536,0.0000,6,1253.6187,318.7098,646.2558,-82.9303,41.8398,84.8396,-10.8870,0.1186,34.8099,0.0000,34.8099,6.9112,34.8099,1.2820,0.0000,33.5279,0.0000,33.5279,8.5656,24.9624,0.0000,24.9624,0.1038,24.8586,0.0000,0.0000,14.4980,10.3606,1.1488,8503.5815,8503.5815,8503.5815,8503.5815,8503.5815 +470.5000,1.0000,6464.2527,78.7185,78.6020,0.0647,0.0000,6,1257.0200,336.2544,646.0514,-83.1320,44.2628,85.0429,-10.9431,0.1436,37.1243,0.0000,37.1243,6.9949,37.1243,1.3307,0.0000,35.7936,0.0000,35.7936,8.5888,27.2048,0.0000,27.2048,0.1256,27.0791,0.0000,0.0000,14.5374,12.5418,1.1985,8943.9699,8943.9699,8943.9699,8943.9699,8943.9699 +471.5000,1.0000,6486.1658,78.8870,78.8350,0.0289,0.0000,6,1259.7107,281.3411,654.2090,-83.2916,37.1136,86.3010,-10.9875,0.0642,30.0328,0.0000,30.0328,7.0166,30.0328,1.1909,0.0000,28.8419,0.0000,28.8419,8.6072,20.2347,0.0000,20.2347,0.0562,20.1785,0.0000,0.0000,14.5685,5.6100,1.1891,7624.9243,7624.9243,7624.9243,7624.9243,7624.9243 +472.5000,1.0000,6508.0941,78.9420,78.9390,0.0017,0.0000,6,1260.5890,238.9351,630.7699,-83.3437,31.5415,83.2670,-11.0021,0.0037,24.6019,0.0000,24.6019,6.9359,24.6019,1.0829,0.0000,23.5190,0.0000,23.5190,8.6132,14.9058,0.0000,14.9058,0.0032,14.9025,0.0000,0.0000,14.5786,0.3239,1.1386,6555.0229,6555.0229,6555.0229,6555.0229,6555.0229 +473.5000,1.0000,6530.0050,78.8790,78.9450,-0.0367,0.0000,6,1259.5829,180.2797,612.3402,-83.2840,23.7795,80.7696,-10.9854,-0.0815,16.9107,0.0000,16.9107,6.9503,16.9107,0.9283,0.0000,15.9823,0.0000,15.9823,8.6063,7.3760,0.0000,7.3760,-0.0713,7.4473,0.0000,0.0000,14.5670,-7.1197,1.1011,5140.3079,5140.3079,5140.3079,5140.3079,5140.3079 +474.5000,1.0000,6551.8857,78.7705,78.8130,-0.0236,0.0000,6,1257.8503,200.5641,586.5231,-83.1813,26.4187,77.2579,-10.9568,-0.0524,19.4960,0.0000,19.4960,6.9751,19.4960,0.9788,0.0000,18.5172,0.0000,18.5172,8.5945,9.9228,0.0000,9.9228,-0.0459,9.9686,0.0000,0.0000,14.5470,-4.5784,1.1884,5643.5300,5643.5300,5643.5300,5643.5300,5643.5300 +475.5000,1.0000,6573.7311,78.6435,78.7280,-0.0469,0.0000,6,1255.8223,164.9792,594.9367,-83.0610,21.6963,78.2398,-10.9233,-0.1041,14.8085,0.0000,14.8085,6.9919,14.8085,0.8836,0.0000,13.9249,0.0000,13.9249,8.5806,5.3443,0.0000,5.3443,-0.0910,5.4353,0.0000,0.0000,14.5235,-9.0882,1.1496,4736.1818,4736.1818,4736.1818,4736.1818,4736.1818 +476.5000,1.0000,6595.5401,78.5125,78.5590,-0.0258,0.0000,6,1253.7305,197.0408,578.9587,-82.9369,25.8696,76.0117,-10.8888,-0.0572,18.9884,0.0000,18.9884,6.9383,18.9884,0.9656,0.0000,18.0228,0.0000,18.0228,8.5663,9.4565,0.0000,9.4565,-0.0500,9.5065,0.0000,0.0000,14.4993,-4.9928,1.1615,5536.2469,5536.2469,5536.2469,5536.2469,5536.2469 +477.5000,1.0000,6617.3318,78.4500,78.4660,-0.0089,0.0000,6,1252.7324,222.1093,592.6669,-82.8777,29.1376,77.7495,-10.8724,-0.0197,22.3455,0.0000,22.3455,6.8117,22.3455,1.0321,0.0000,21.3135,0.0000,21.3135,8.5595,12.7540,0.0000,12.7540,-0.0172,12.7712,0.0000,0.0000,14.4878,-1.7166,1.0331,6124.1143,6124.1143,6124.1143,6124.1143,6124.1143 +478.5000,1.0000,6639.1365,78.4970,78.4340,0.0350,0.0000,6,1253.4830,289.3754,603.6294,-82.9222,37.9847,79.2351,-10.8847,0.0774,31.0997,0.0000,31.0997,6.8076,31.0997,1.2077,0.0000,29.8920,0.0000,29.8920,8.5646,21.3274,0.0000,21.3274,0.0677,21.2596,0.0000,0.0000,14.4965,6.7632,1.0466,7787.4390,7787.4390,7787.4390,7787.4390,7787.4390 +479.5000,1.0000,6661.0054,78.7280,78.5600,0.0933,0.0000,6,1257.1717,379.0555,633.3300,-83.1410,49.9029,83.3783,-10.9456,0.2071,42.8436,0.0000,42.8436,6.8522,42.8436,1.4452,0.0000,41.3983,0.0000,41.3983,8.5898,32.8085,0.0000,32.8085,0.1812,32.6273,0.0000,0.0000,14.5391,18.0882,1.0607,10028.5596,10028.5596,10028.5596,10028.5596,10028.5596 +480.5000,1.0000,6682.9461,78.9865,78.8960,0.0503,0.0000,6,1261.2996,312.7071,672.8135,-83.3858,41.3033,88.8672,-11.0138,0.1119,34.3573,0.0000,34.3573,6.8341,34.3573,1.2785,0.0000,33.0787,0.0000,33.0787,8.6181,24.4607,0.0000,24.4607,0.0979,24.3628,0.0000,0.0000,14.5869,9.7759,1.0348,8411.8103,8411.8103,8411.8103,8411.8103,8411.8103 +481.5000,1.0000,6704.8504,78.8555,79.0770,-0.1231,0.0000,6,1259.2077,48.9865,644.4358,-83.2618,6.4595,84.9778,-10.9792,-0.2735,-0.1705,0.0000,-0.1705,6.9036,-0.1705,0.7894,0.0000,-0.9599,0.0000,-0.9599,8.6038,-9.5636,0.0000,-9.5636,-0.2392,-9.3244,0.0000,0.0000,14.5627,-23.8870,1.0344,2379.1076,2379.1076,2379.1076,2379.1076,2379.1076 +482.5000,1.0000,6726.6443,78.4580,78.6340,-0.0978,0.0000,6,1252.8602,86.4736,528.1658,-82.8853,11.3453,69.2949,-10.8745,-0.2162,4.7109,0.0000,4.7109,6.8506,4.7109,0.7349,0.0000,3.9760,0.0000,3.9760,8.5604,-4.5844,0.0000,-4.5844,-0.1891,-4.3953,0.0000,0.0000,14.4893,-18.8846,1.0465,2970.4789,2970.4789,2970.4789,2970.4789,2970.4789 +483.5000,1.0000,6748.3297,78.0675,78.2820,-0.1192,0.0000,6,1246.6245,54.5888,543.0514,-82.5155,7.1264,70.8933,-10.7721,-0.2622,0.5753,0.0000,0.5753,6.8132,0.5753,0.7708,0.0000,-0.1954,0.0000,-0.1954,8.5178,-8.7132,0.0000,-8.7132,-0.2294,-8.4839,0.0000,0.0000,14.4171,-22.9010,1.0319,2439.6791,2439.6791,2439.6791,2439.6791,2439.6791 +484.5000,1.0000,6769.8840,77.5955,77.8530,-0.1431,0.0000,6,1239.0873,19.2801,527.1155,-82.0685,2.5017,68.3969,-10.6490,-0.3129,-3.9932,0.0000,-3.9932,6.8079,-3.9932,0.8098,0.0000,-4.8031,0.0000,-4.8031,8.4663,-13.2694,0.0000,-13.2694,-0.2737,-12.9957,0.0000,0.0000,14.3300,-27.3257,1.0171,1859.5292,1859.5292,1859.5292,1859.5292,1859.5292 +485.5000,1.0000,6791.2984,77.0920,77.3380,-0.1367,0.0000,6,1231.0471,29.2485,509.3539,-81.5916,3.7706,65.6633,-10.5184,-0.2970,-2.7569,0.0000,-2.7569,6.8244,-2.7569,0.7904,0.0000,-3.5473,0.0000,-3.5473,8.4113,-11.9587,0.0000,-11.9587,-0.2598,-11.6989,0.0000,0.0000,14.2370,-25.9359,1.0555,2001.1788,2001.1788,2001.1788,2001.1788,2001.1788 +486.5000,1.0000,6812.5834,76.6260,76.8460,-0.1222,0.0000,6,1223.6058,51.0604,511.8609,-81.1503,6.5427,65.5877,-10.3982,-0.2640,-0.0174,0.0000,-0.0174,6.8241,-0.0174,0.7565,0.0000,-0.7740,0.0000,-0.7740,8.3605,-9.1345,0.0000,-9.1345,-0.2309,-8.9036,0.0000,0.0000,14.1509,-23.0545,1.0407,2333.1489,2333.1489,2333.1489,2333.1489,2333.1489 +487.5000,1.0000,6833.7491,76.1965,76.4060,-0.1164,0.0000,6,1216.7473,59.3080,519.8936,-80.7435,7.5569,66.2435,-10.2881,-0.2500,1.0751,0.0000,1.0751,6.7317,1.0751,0.7396,0.0000,0.3355,0.0000,0.3355,8.3136,-7.9781,0.0000,-7.9781,-0.2186,-7.7595,0.0000,0.0000,14.0716,-21.8311,0.9994,2449.8967,2449.8967,2449.8967,2449.8967,2449.8967 +488.5000,1.0000,6854.8161,75.8410,75.9870,-0.0811,0.0000,6,1211.0705,112.3013,522.1735,-80.4069,14.2424,66.2236,-10.1974,-0.1734,7.6952,0.0000,7.6952,6.7206,7.6952,0.7091,0.0000,6.9861,0.0000,6.9861,8.2749,-1.2888,0.0000,-1.2888,-0.1517,-1.1371,0.0000,0.0000,14.0060,-15.1431,1.0249,3371.8966,3371.8966,3371.8966,3371.8966,3371.8966 +489.5000,1.0000,6875.8372,75.6760,75.6950,-0.0106,0.0000,6,1208.4357,221.3729,545.3261,-80.2506,28.0141,69.0094,-10.1555,-0.0225,21.2241,0.0000,21.2241,6.8125,21.2241,0.9778,0.0000,20.2463,0.0000,20.2463,8.2568,11.9894,0.0000,11.9894,-0.0197,12.0091,0.0000,0.0000,13.9755,-1.9664,1.0641,5899.1175,5899.1175,5899.1175,5899.1175,5899.1175 +490.5000,1.0000,6896.8601,75.6825,75.6570,0.0142,0.0000,6,1208.5395,258.7657,594.2457,-80.2567,32.7489,75.2065,-10.1571,0.0302,25.9729,0.0000,25.9729,6.7458,25.9729,1.0729,0.0000,24.9000,0.0000,24.9000,8.2576,16.6424,0.0000,16.6424,0.0264,16.6160,0.0000,0.0000,13.9767,2.6393,1.0377,6775.3439,6775.3439,6775.3439,6775.3439,6775.3439 +491.5000,1.0000,6917.8987,75.7390,75.7080,0.0172,0.0000,6,1209.4417,263.3626,611.1401,-80.3103,33.3555,77.4024,-10.1715,0.0368,26.5796,0.0000,26.5796,6.7391,26.5796,1.0857,0.0000,25.4940,0.0000,25.4940,8.2637,17.2303,0.0000,17.2303,0.0322,17.1981,0.0000,0.0000,13.9871,3.2110,1.0379,6887.2339,6887.2339,6887.2339,6887.2339,6887.2339 +492.5000,1.0000,6938.9415,75.7540,75.7700,-0.0089,0.0000,6,1209.6812,223.2007,613.3125,-80.3245,28.2745,77.6929,-10.1753,-0.0190,21.5666,0.0000,21.5666,6.7269,21.5666,0.9856,0.0000,20.5810,0.0000,20.5810,8.2654,12.3157,0.0000,12.3157,-0.0166,12.3323,0.0000,0.0000,13.9899,-1.6576,1.0513,5947.7643,5947.7643,5947.7643,5947.7643,5947.7643 +493.5000,1.0000,6959.9683,75.6965,75.7380,-0.0231,0.0000,6,1208.7630,201.5910,595.1959,-80.2700,25.5177,75.3407,-10.1607,-0.0492,18.8293,0.0000,18.8293,6.7375,18.8293,0.9302,0.0000,17.8992,0.0000,17.8992,8.2591,9.6401,0.0000,9.6401,-0.0430,9.6831,0.0000,0.0000,13.9793,-4.2962,1.0111,5437.3597,5437.3597,5437.3597,5437.3597,5437.3597 +494.5000,1.0000,6980.9601,75.5705,75.6550,-0.0469,0.0000,6,1206.7510,165.2288,585.1512,-80.1507,20.8801,73.9459,-10.1287,-0.1000,14.2173,0.0000,14.2173,6.7627,14.2173,0.8365,0.0000,13.3808,0.0000,13.3808,8.2453,5.1355,0.0000,5.1355,-0.0875,5.2230,0.0000,0.0000,13.9560,-8.7330,1.0374,4576.7874,4576.7874,4576.7874,4576.7874,4576.7874 +495.5000,1.0000,7001.9243,75.4710,75.4860,-0.0083,0.0000,6,1205.1621,224.3778,568.3983,-80.0564,28.3174,71.7343,-10.1035,-0.0177,21.5913,0.0000,21.5913,6.7439,21.5913,0.9829,0.0000,20.6084,0.0000,20.6084,8.2345,12.3739,0.0000,12.3739,-0.0155,12.3894,0.0000,0.0000,13.9376,-1.5482,1.0370,5954.1378,5954.1378,5954.1378,5954.1378,5954.1378 +496.5000,1.0000,7022.8698,75.4040,75.4560,-0.0289,0.0000,6,1204.0922,198.5488,594.8183,-79.9930,25.0355,75.0020,-10.0865,-0.0614,18.3580,0.0000,18.3580,6.7388,18.3580,0.9174,0.0000,17.4406,0.0000,17.4406,8.2272,9.2134,0.0000,9.2134,-0.0537,9.2671,0.0000,0.7042,13.9253,-5.3623,1.0502,5341.5362,5341.5362,5341.5362,5341.5362,5341.5362 +497.5000,1.0000,7043.8022,75.3565,75.3520,0.0025,0.0000,6,1203.3337,261.2973,582.9896,-79.9480,32.9268,73.4642,-10.0745,0.0053,26.1375,0.0000,26.1375,6.7840,26.1375,1.0725,0.0000,25.0650,0.0000,25.0650,8.2220,16.8430,0.0000,16.8430,0.0046,16.8384,0.0000,2.4582,13.9165,0.4638,1.0500,6810.2177,6810.2177,6810.2177,6810.2177,6810.2177 +498.5000,1.0000,7064.7271,75.3295,75.3610,-0.0175,0.0000,6,1202.9026,248.4201,611.1885,-79.9224,31.2929,76.9900,-10.0676,-0.0372,24.5397,0.0000,24.5397,6.7903,24.5397,1.0402,0.0000,23.4995,0.0000,23.4995,8.2190,15.2805,0.0000,15.2805,-0.0325,15.3130,0.0000,4.6466,13.9115,-3.2451,1.0499,6506.6125,6506.6125,6506.6125,6506.6125,6506.6125 +499.5000,1.0000,7085.6404,75.2880,75.2980,-0.0056,0.0000,6,1202.2399,290.2695,605.2747,-79.8831,36.5444,76.2030,-10.0571,-0.0118,29.8437,0.0000,29.8437,6.7126,29.8437,1.1458,0.0000,28.6978,0.0000,28.6978,8.2145,20.4833,0.0000,20.4833,-0.0103,20.4936,0.0000,7.6194,13.9038,-1.0296,1.0231,7483.6177,7483.6177,7483.6177,7483.6177,7483.6177 +500.5000,1.0000,7106.5544,75.2905,75.2780,0.0069,0.0000,6,1202.2798,317.5639,624.0988,-79.8855,39.9821,78.5756,-10.0578,0.0147,33.3187,0.0000,33.3187,6.6487,33.3187,1.2154,0.0000,32.1033,0.0000,32.1033,8.2148,23.8885,0.0000,23.8885,0.0129,23.8756,0.0000,8.6842,13.9043,1.2871,0.9965,8134.3807,8134.3807,8134.3807,8134.3807,8134.3807 +501.5000,1.0000,7127.4662,75.2825,75.3030,-0.0114,0.0000,6,1202.1521,323.5106,636.4121,-79.8779,40.7264,80.1173,-10.0558,-0.0242,32.0314,0.0000,32.0314,8.7192,32.0314,1.1895,0.0000,30.8419,0.0000,30.8419,8.2139,22.6280,0.0000,22.6280,-0.0211,22.6491,0.0000,10.8569,13.9028,-2.1106,1.0231,8275.1194,8275.1194,8275.1194,8275.1194,8275.1194 +502.5000,1.0000,7148.3784,75.2840,75.2620,0.0122,0.0000,6,1202.1760,381.4477,639.0813,-79.8793,48.0211,80.4550,-10.0561,0.0259,39.2896,0.0000,39.2896,8.7055,39.2896,1.3347,0.0000,37.9549,0.0000,37.9549,8.2141,29.7408,0.0000,29.7408,0.0227,29.7182,0.0000,13.5500,13.9031,2.2651,1.0365,9654.7622,9654.7622,9654.7622,9654.7622,9654.7622 +503.5000,1.0000,7169.2916,75.2875,75.3060,-0.0103,0.0000,6,1202.2319,366.1520,665.2279,-79.8827,46.0976,83.7505,-10.0570,-0.0218,37.3846,0.0000,37.3846,8.7348,37.3846,1.2967,0.0000,36.0879,0.0000,36.0879,8.2145,27.8735,0.0000,27.8735,-0.0191,27.8925,0.0000,15.8936,13.9037,-1.9048,1.0365,9290.9424,9290.9424,9290.9424,9290.9424,9290.9424 +504.5000,1.0000,7190.2176,75.3335,75.2690,0.0358,0.0000,6,1202.9665,482.1506,658.3472,-79.9262,60.7386,82.9349,-10.0687,0.0761,51.9718,0.0000,51.9718,8.6907,51.9718,1.5889,0.0000,50.3829,0.0000,50.3829,8.2195,42.1634,0.0000,42.1634,0.0666,42.0968,0.0000,21.5394,13.9122,6.6451,1.0499,12096.7239,12096.7239,12096.7239,12096.7239,12096.7239 +505.5000,1.0000,7211.1801,75.4650,75.3980,0.0372,0.0000,6,1205.0663,467.0611,710.6404,-80.0508,58.9404,89.6787,-10.1019,0.0792,50.1817,0.0000,50.1817,8.6795,50.1817,1.5546,0.0000,48.6271,0.0000,48.6271,8.2338,40.3933,0.0000,40.3933,0.0693,40.3240,0.0000,19.4728,13.9365,6.9148,1.0237,11748.9787,11748.9787,11748.9787,11748.9787,11748.9787 +506.5000,1.0000,7232.1668,75.5520,75.5320,0.0111,0.0000,6,1206.4556,444.5016,704.1557,-80.1331,56.1582,88.9628,-10.1240,0.0237,47.3957,0.0000,47.3957,8.7388,47.3957,1.4999,0.0000,45.8959,0.0000,45.8959,8.2433,37.6526,0.0000,37.6526,0.0207,37.6319,0.0000,21.6128,13.9526,2.0665,1.0373,11214.3138,11214.3138,11214.3138,11214.3138,11214.3138 +507.5000,1.0000,7253.1686,75.6065,75.5720,0.0192,0.0000,6,1207.3259,515.2803,694.2177,-80.1848,65.1473,87.7705,-10.1378,0.0408,56.4335,0.0000,56.4335,8.6729,56.4335,1.6812,0.0000,54.7523,0.0000,54.7523,8.2493,46.5030,0.0000,46.5030,0.0357,46.4673,0.0000,28.9374,13.9627,3.5673,1.0241,12945.8058,12945.8058,12945.8058,12945.8058,12945.8058 +508.5000,1.0000,7274.1797,75.6400,75.6410,-0.0006,0.0000,6,1207.8608,540.9472,726.1506,-80.2165,68.4227,91.8485,-10.1463,-0.0012,59.7049,0.0000,59.7049,8.7190,59.7049,1.7470,0.0000,57.9578,0.0000,57.9578,8.2529,49.7049,0.0000,49.7049,-0.0010,49.7060,0.0000,35.8406,13.9688,-0.1034,1.0243,13566.8005,13566.8005,13566.8005,13566.8005,13566.8005 +509.5000,1.0000,7295.2134,75.7215,75.6390,0.0458,0.0000,6,1209.1623,619.3424,737.6672,-80.2937,78.4231,93.4058,-10.1670,0.0978,71.5745,0.0000,71.5745,6.7507,71.5745,1.9854,0.0000,69.5892,0.0000,69.5892,8.2618,61.3274,0.0000,61.3274,0.0856,61.2418,0.0000,38.7145,13.9839,8.5434,1.0112,15447.8226,15447.8226,15447.8226,15447.8226,15447.8226 +510.5000,1.0000,7316.2922,75.8835,75.8040,0.0442,0.0000,6,1211.7492,586.1141,772.7624,-80.4471,74.3744,98.0590,-10.2083,0.0945,67.4812,0.0000,67.4812,6.7987,67.4812,1.9053,0.0000,65.5759,0.0000,65.5759,8.2795,57.2964,0.0000,57.2964,0.0826,57.2138,0.0000,34.9496,14.0138,8.2503,1.0383,14689.9151,14689.9151,14689.9151,14689.9151,14689.9151 +511.5000,1.0000,7337.4252,76.0790,75.9630,0.0644,0.0000,6,1214.8710,611.2339,758.0675,-80.6323,77.7618,96.4421,-10.2581,0.1382,70.7081,0.0000,70.7081,6.9155,70.7081,1.9721,0.0000,68.7360,0.0000,68.7360,8.3008,60.4352,0.0000,60.4352,0.1209,60.3143,0.0000,34.1951,14.0499,12.0692,1.0656,15328.2565,15328.2565,15328.2565,15328.2565,15328.2565 +512.5000,1.0000,7358.6011,76.2330,76.1950,0.0211,0.0000,6,1217.3302,579.0195,769.6399,-80.7781,73.8125,98.1125,-10.2975,0.0454,66.8938,0.0000,66.8938,6.8734,66.8938,1.8975,0.0000,64.9962,0.0000,64.9962,8.3176,56.6786,0.0000,56.6786,0.0397,56.6389,0.0000,38.5988,14.0783,3.9617,1.0528,14577.2145,14577.2145,14577.2145,14577.2145,14577.2145 +513.5000,1.0000,7379.8034,76.3285,76.2710,0.0319,0.0000,6,1218.8552,619.9854,755.6191,-80.8685,79.1338,96.4459,-10.3219,0.0687,72.2140,0.0000,72.2140,6.8511,72.2140,2.0050,0.0000,70.2090,0.0000,70.2090,8.3280,61.8809,0.0000,61.8809,0.0601,61.8208,0.0000,41.7226,14.0960,6.0022,1.0398,15573.3705,15573.3705,15573.3705,15573.3705,15573.3705 +514.5000,1.0000,7401.0465,76.4750,76.3860,0.0494,0.0000,6,1221.1946,643.9260,773.8910,-81.0073,82.3473,98.9676,-10.3595,0.1066,75.3934,0.0000,75.3934,6.8473,75.3934,2.0703,0.0000,73.3231,0.0000,73.3231,8.3440,64.9791,0.0000,64.9791,0.0932,64.8858,0.0000,41.4546,14.1230,9.3082,1.0669,16145.9782,16145.9782,16145.9782,16145.9782,16145.9782 +515.5000,1.0000,7422.3251,76.6030,76.5640,0.0217,0.0000,6,1223.2385,614.4045,784.7649,-81.1285,78.7035,100.5262,-10.3923,0.0468,71.7607,0.0000,71.7607,6.8960,71.7607,1.9991,0.0000,69.7616,0.0000,69.7616,8.3580,61.4036,0.0000,61.4036,0.0409,61.3627,0.0000,43.1303,14.1467,4.0857,1.0539,15496.2706,15496.2706,15496.2706,15496.2706,15496.2706 +516.5000,1.0000,7443.6244,76.6775,76.6420,0.0197,0.0000,6,1224.4282,635.5445,771.9405,-81.1991,81.4907,98.9796,-10.4115,0.0426,74.5691,0.0000,74.5691,6.8790,74.5691,2.0561,0.0000,72.5130,0.0000,72.5130,8.3661,64.1469,0.0000,64.1469,0.0373,64.1096,0.0000,46.2265,14.1604,3.7227,1.0409,15991.8728,15991.8728,15991.8728,15991.8728,15991.8728 +517.5000,1.0000,7464.8996,76.5905,76.7130,-0.0681,0.0000,6,1223.0389,549.3877,781.8194,-81.1167,70.3636,100.1326,-10.3891,-0.1469,63.6312,0.0000,63.6312,6.8793,63.6312,1.8364,0.0000,61.7948,0.0000,61.7948,8.3566,53.4382,0.0000,53.4382,-0.1285,53.5667,0.0000,52.2535,14.1444,-12.8312,1.0139,13925.3881,13925.3881,13925.3881,13925.3881,13925.3881 +518.5000,1.0000,7486.0641,76.1925,76.4680,-0.1531,0.0000,6,1216.6834,378.4498,743.7753,-80.7397,48.2186,94.7650,-10.2871,-0.3287,41.7154,0.0000,41.7154,6.8319,41.7154,1.3935,0.0000,40.3219,0.0000,40.3219,8.3132,32.0087,0.0000,32.0087,-0.2875,32.2962,0.0000,46.9325,14.0709,-28.7072,1.0527,9680.0018,9680.0018,9680.0018,9680.0018,9680.0018 +519.5000,1.0000,7507.0755,75.6410,75.9170,-0.1533,0.0000,6,1207.8768,386.9014,665.9805,-80.2174,48.9386,84.2389,-10.1466,-0.3269,42.5041,0.0000,42.5041,6.7615,42.5041,1.4030,0.0000,41.1010,0.0000,41.1010,8.2530,32.8480,0.0000,32.8480,-0.2860,33.1339,0.0000,47.7160,13.9690,-28.5511,1.0376,9822.5820,9822.5820,9822.5820,9822.5820,9822.5820 +520.5000,1.0000,7527.9405,75.1140,75.3650,-0.1394,0.0000,6,1199.4614,437.0544,668.4961,-79.7182,54.8972,83.9680,-10.0132,-0.2952,48.3979,0.0000,48.3979,6.7946,48.3979,1.5150,0.0000,46.8829,0.0000,46.8829,8.1955,38.6874,0.0000,38.6874,-0.2582,38.9456,0.0000,50.8580,13.8717,-25.7841,1.0359,10973.9847,10973.9847,10973.9847,10973.9847,10973.9847 +521.5000,1.0000,7548.6566,74.5780,74.8630,-0.1583,0.0000,6,1190.9022,396.4838,689.9785,-79.2076,49.4459,86.0479,-9.8781,-0.3328,43.0879,0.0000,43.0879,6.6908,43.0879,1.4028,0.0000,41.6852,0.0000,41.6852,8.1370,33.5481,0.0000,33.5481,-0.2911,33.8392,0.0000,49.1343,13.7727,-29.0678,1.0209,9926.4523,9926.4523,9926.4523,9926.4523,9926.4523 +522.5000,1.0000,7569.2347,74.0810,74.2930,-0.1178,0.0000,6,1182.9659,428.3700,669.9573,-78.7342,53.0664,82.9942,-9.7536,-0.2459,46.6589,0.0000,46.6589,6.6535,46.6589,1.4686,0.0000,45.1903,0.0000,45.1903,8.0828,37.1075,0.0000,37.1075,-0.2151,37.3226,0.0000,45.1199,13.6809,-21.4783,1.0193,10596.0550,10596.0550,10596.0550,10596.0550,10596.0550 +523.5000,1.0000,7589.6854,73.6225,73.8690,-0.1369,0.0000,6,1175.6443,370.5624,683.3438,-78.2974,45.6211,84.1286,-9.6394,-0.2842,39.2552,0.0000,39.2552,6.6501,39.2552,1.3154,0.0000,37.9398,0.0000,37.9398,8.0328,29.9070,0.0000,29.9070,-0.2486,30.1556,0.0000,41.3783,13.5963,-24.8190,1.0179,9188.8013,9188.8013,9188.8013,9188.8013,9188.8013 +524.5000,1.0000,7610.0059,73.1540,73.3760,-0.1233,0.0000,6,1168.1630,374.4178,655.3616,-77.8511,45.8024,80.1702,-9.5235,-0.2543,39.4439,0.0000,39.4439,6.6128,39.4439,1.3140,0.0000,38.1299,0.0000,38.1299,7.9817,30.1482,0.0000,30.1482,-0.2224,30.3706,0.0000,39.0709,13.5097,-22.2100,1.0290,9221.5337,9221.5337,9221.5337,9221.5337,9221.5337 +525.5000,1.0000,7630.2033,72.7105,72.9320,-0.1231,0.0000,6,1161.0810,360.4009,655.8628,-77.4287,43.8205,79.7451,-9.4144,-0.2522,37.4951,0.0000,37.4951,6.5775,37.4951,1.2702,0.0000,36.2250,0.0000,36.2250,7.9333,28.2917,0.0000,28.2917,-0.2206,28.5123,0.0000,37.1100,13.4278,-22.0256,1.0150,8831.8795,8831.8795,8831.8795,8831.8795,8831.8795 +526.5000,1.0000,7650.2514,72.1730,72.4890,-0.1756,0.0000,6,1152.4979,235.6741,648.0413,-76.9167,28.4433,78.2116,-9.2830,-0.3571,22.2795,0.0000,22.2795,6.5210,22.2795,0.9600,0.0000,21.3196,0.0000,21.3196,7.8746,13.4449,0.0000,13.4449,-0.3124,13.7573,0.0000,31.6190,13.3286,-31.1902,1.0127,5902.5860,5902.5860,5902.5860,5902.5860,5902.5860 +527.5000,1.0000,7670.1607,71.6735,71.8570,-0.1019,0.0000,6,1144.5216,362.9223,587.8390,-76.4409,43.4977,70.4549,-9.1617,-0.2060,37.1589,0.0000,37.1589,6.5447,37.1589,1.2521,0.0000,35.9068,0.0000,35.9068,7.8201,28.0867,0.0000,28.0867,-0.1801,28.2668,0.0000,33.0172,13.2363,-17.9867,1.0590,8761.1768,8761.1768,8761.1768,8761.1768,8761.1768 +528.5000,1.0000,7689.9602,71.2785,71.4900,-0.1175,0.0000,6,1138.2140,364.1861,646.4111,-76.0646,43.4086,77.0480,-9.0664,-0.2361,37.1293,0.0000,37.1293,6.5154,37.1293,1.2472,0.0000,35.8821,0.0000,35.8821,7.7770,28.1050,0.0000,28.1050,-0.2065,28.3115,0.0000,35.7651,13.1634,-20.6170,1.0572,8741.4699,8741.4699,8741.4699,8741.4699,8741.4699 +529.5000,1.0000,7709.6537,70.8965,71.0670,-0.0947,0.0000,6,1132.1140,365.8908,645.9302,-75.7007,43.3781,76.5781,-8.9747,-0.1893,37.1515,0.0000,37.1515,6.4158,37.1515,1.2435,0.0000,35.9080,0.0000,35.9080,7.7354,28.1726,0.0000,28.1726,-0.1656,28.3382,0.0000,31.7766,13.0928,-16.5313,1.0314,8733.9003,8733.9003,8733.9003,8733.9003,8733.9003 +530.5000,1.0000,7729.2647,70.5995,70.7260,-0.0703,0.0000,6,1127.3714,442.7588,645.7226,-75.4178,52.2712,76.2327,-8.9037,-0.1399,46.0033,0.0000,46.0033,6.4078,46.0033,1.4173,0.0000,44.5859,0.0000,44.5859,7.7030,36.8830,0.0000,36.8830,-0.1223,37.0053,0.0000,36.1811,13.0380,-12.2137,1.0067,10379.7117,10379.7117,10379.7117,10379.7117,10379.7117 +531.5000,1.0000,7748.7765,70.2425,70.4730,-0.1281,0.0000,6,1121.6706,339.2047,681.5072,-75.0778,39.8433,80.0506,-8.8187,-0.2535,33.6863,0.0000,33.6863,6.4106,33.6863,1.1672,0.0000,32.5191,0.0000,32.5191,7.6640,24.8551,0.0000,24.8551,-0.2218,25.0769,0.0000,34.2474,12.9721,-22.1425,0.9938,8016.0533,8016.0533,8016.0533,8016.0533,8016.0533 +532.5000,1.0000,7768.1665,69.8040,70.0120,-0.1156,0.0000,6,1114.6684,367.7750,631.1560,-74.6601,42.9296,73.6735,-8.7149,-0.2274,36.8502,0.0000,36.8502,6.3067,36.8502,1.2257,0.0000,35.6245,0.0000,35.6245,7.6162,28.0083,0.0000,28.0083,-0.1989,28.2072,0.0000,35.1725,12.8911,-19.8564,0.9806,8641.0295,8641.0295,8641.0295,8641.0295,8641.0295 +533.5000,1.0000,7787.4475,69.4115,69.5960,-0.1025,0.0000,6,1108.4007,365.6804,643.6718,-74.2862,42.4451,74.7119,-8.6225,-0.2005,36.2053,0.0000,36.2053,6.4403,36.2053,1.2087,0.0000,34.9966,0.0000,34.9966,7.5733,27.4233,0.0000,27.4233,-0.1754,27.5987,0.0000,32.2940,12.8186,-17.5140,1.1178,8541.6741,8541.6741,8541.6741,8541.6741,8541.6741 +534.5000,1.0000,7806.6377,69.0850,69.2270,-0.0789,0.0000,6,1103.1870,410.9275,641.6328,-73.9752,47.4726,74.1249,-8.5460,-0.1536,41.1788,0.0000,41.1788,6.4474,41.1788,1.3047,0.0000,39.8741,0.0000,39.8741,7.5377,32.3364,0.0000,32.3364,-0.1344,32.4708,0.0000,33.1286,12.7583,-13.4162,1.1284,9532.8229,9532.8229,9532.8229,9532.8229,9532.8229 +535.5000,1.0000,7825.7844,68.9280,68.9430,-0.0083,0.0000,6,1100.6799,505.4832,662.5255,-73.8256,58.2635,76.3646,-8.5094,-0.0162,51.8248,0.0000,51.8248,6.4548,51.8248,1.5159,0.0000,50.3089,0.0000,50.3089,7.5206,42.7883,0.0000,42.7883,-0.0142,42.8025,0.0000,31.4872,12.7293,-1.4140,1.1278,11606.3258,11606.3258,11606.3258,11606.3258,11606.3258 +536.5000,1.0000,7844.9384,68.9545,68.9130,0.0231,0.0000,6,1101.1031,555.6353,707.3658,-73.8509,64.0688,81.5644,-8.5155,0.0448,57.6069,0.0000,57.6069,6.4171,57.6069,1.6318,0.0000,55.9751,0.0000,55.9751,7.5235,48.4516,0.0000,48.4516,0.0392,48.4124,0.0000,31.7647,12.7342,3.9135,1.0940,12652.3607,12652.3607,12652.3607,12652.3607,12652.3607 +537.5000,1.0000,7864.1685,69.2282,68.9960,0.1290,0.0000,6,1105.4738,730.9555,730.9555,-74.1116,84.6190,84.6190,-8.5795,0.2517,77.9552,0.0000,77.9552,6.4121,77.9552,2.0417,0.0000,75.9134,0.0000,75.9134,7.5533,68.3601,0.0000,68.3601,0.2202,68.1399,0.0000,33.3709,12.7847,21.9843,1.1289,16550.0369,16550.0369,16550.0369,16550.0369,16550.0369 +538.5000,1.0000,7883.5380,69.7302,69.5070,0.1499,0.0000,6,1113.4900,782.0033,813.8909,-74.5898,91.1850,94.9033,-8.6975,0.2946,84.5393,0.0000,84.5393,6.3511,84.5393,2.1787,0.0000,82.3606,0.0000,82.3606,7.6422,74.7183,0.0000,74.7183,0.2577,74.4606,0.0000,35.8549,12.8774,25.7283,1.0150,17831.8190,17831.8190,17831.8190,17831.8190,17831.8190 +539.5000,1.0000,7903.0691,70.3120,70.0000,0.1733,0.0000,6,1122.7804,823.4485,838.1668,-75.1440,96.8188,98.5494,-8.8352,0.3435,90.1003,0.0000,90.1003,6.3750,90.1003,2.2962,0.0000,87.8041,0.0000,87.8041,7.7774,80.0268,0.0000,80.0268,0.3005,79.7263,0.0000,36.7401,12.9849,30.0013,1.0172,18875.5405,18875.5405,18875.5405,18875.5405,18875.5405 +540.5000,1.0000,7922.7587,70.8825,70.6240,0.1436,0.0000,6,1131.8905,748.2197,858.1620,-75.6874,88.6874,101.7190,-8.9713,0.2869,81.9947,0.0000,81.9947,6.4058,81.9947,2.1402,0.0000,79.8544,0.0000,79.8544,7.7338,72.1206,0.0000,72.1206,0.2510,71.8696,0.0000,33.7208,13.0902,25.0586,0.9838,17303.5275,17303.5275,17303.5275,17303.5275,17303.5275 +541.5000,1.0000,7942.5744,71.3365,71.1410,0.1086,0.0000,6,1139.1402,716.6245,824.1106,-76.1199,85.4865,98.3085,-9.0804,0.2184,78.8395,0.0000,78.8395,6.4286,78.8395,2.0820,0.0000,76.7574,0.0000,76.7574,7.7834,68.9741,0.0000,68.9741,0.1910,68.7830,0.0000,36.5361,13.1741,19.0728,1.0333,16707.9396,16707.9396,16707.9396,16707.9396,16707.9396 +542.5000,1.0000,7962.5006,71.7345,71.5320,0.1125,0.0000,6,1145.4957,719.1380,810.1580,-76.4990,86.2649,97.1833,-9.1765,0.2275,79.6175,0.0000,79.6175,6.4200,79.6175,2.1019,0.0000,77.5155,0.0000,77.5155,7.8268,69.6887,0.0000,69.6887,0.1990,69.4898,0.0000,36.3762,13.2476,19.8660,1.0471,16843.7958,16843.7958,16843.7958,16843.7958,16843.7958 +543.5000,1.0000,7982.5273,72.0960,71.9370,0.0883,0.0000,6,1151.2683,709.8856,811.9558,-76.8433,85.5842,97.8898,-9.2643,0.1795,78.9584,0.0000,78.9584,6.4463,78.9584,2.0927,0.0000,76.8657,0.0000,76.8657,7.8662,68.9995,0.0000,68.9995,0.1570,68.8425,0.0000,39.8510,13.3143,15.6771,0.9867,16732.7951,16732.7951,16732.7951,16732.7951,16732.7951 +544.5000,1.0000,8002.6352,72.3885,72.2550,0.0742,0.0000,6,1155.9391,690.1054,808.3678,-77.1220,83.5370,97.8526,-9.3356,0.1513,76.8770,0.0000,76.8770,6.5087,76.8770,2.0543,0.0000,74.8227,0.0000,74.8227,7.8982,66.9245,0.0000,66.9245,0.1324,66.7922,0.0000,40.2076,13.3684,13.2162,1.0136,16368.6314,16368.6314,16368.6314,16368.6314,16368.6314 +545.5000,1.0000,8022.7999,72.5930,72.5220,0.0394,0.0000,6,1159.2047,625.4521,799.8932,-77.3168,75.9246,97.1003,-9.3856,0.0807,69.2753,0.0000,69.2753,6.5687,69.2753,1.9045,0.0000,67.3708,0.0000,67.3708,7.9205,59.4503,0.0000,59.4503,0.0706,59.3797,0.0000,38.9249,13.4061,7.0487,1.0629,14938.0974,14938.0974,14938.0974,14938.0974,14938.0974 +546.5000,1.0000,8043.0076,72.7475,72.6640,0.0464,0.0000,6,1161.6718,655.0964,770.4707,-77.4639,79.6925,93.7278,-9.4235,0.0951,73.0582,0.0000,73.0582,6.5391,73.0582,1.9818,0.0000,71.0764,0.0000,71.0764,7.9373,63.1391,0.0000,63.1391,0.0832,63.0559,0.0000,41.3139,13.4347,8.3073,1.0273,15646.8993,15646.8993,15646.8993,15646.8993,15646.8993 +547.5000,1.0000,8063.2359,72.8220,72.8310,-0.0050,0.0000,6,1162.8615,547.1423,784.6089,-77.5349,66.6280,95.5454,-9.4418,-0.0103,60.1116,0.0000,60.1116,6.5267,60.1116,1.7237,0.0000,58.3878,0.0000,58.3878,7.9455,50.4424,0.0000,50.4424,-0.0090,50.4514,0.0000,37.8993,13.4484,-0.8963,1.0276,13189.1822,13189.1822,13189.1822,13189.1822,13189.1822 +548.5000,1.0000,8083.4636,72.8195,72.8130,0.0036,0.0000,6,1162.8215,563.7938,734.9981,-77.5325,68.6534,89.5010,-9.4412,0.0074,62.1064,0.0000,62.1064,6.5396,62.1064,1.7636,0.0000,60.3428,0.0000,60.3428,7.9452,52.3976,0.0000,52.3976,0.0065,52.3911,0.0000,38.2959,13.4480,0.6473,1.0276,13588.0066,13588.0066,13588.0066,13588.0066,13588.0066 +549.5000,1.0000,8103.6895,72.8135,72.8260,-0.0069,0.0000,6,1162.7257,546.9898,742.7001,-77.5268,66.6017,90.4314,-9.4397,-0.0143,60.0410,0.0000,60.0410,6.5749,60.0410,1.7222,0.0000,58.3188,0.0000,58.3188,7.9445,50.3743,0.0000,50.3743,-0.0125,50.3867,0.0000,38.1846,13.4469,-1.2447,1.0276,13183.8964,13183.8964,13183.8964,13183.8964,13183.8964 +550.5000,1.0000,8123.8611,72.6175,72.8010,-0.1019,0.0000,6,1159.5959,420.5919,735.1961,-77.3401,51.0736,89.2768,-9.3916,-0.2087,44.7379,0.0000,44.7379,6.5444,44.7379,1.4140,0.0000,43.3239,0.0000,43.3239,7.9231,35.4007,0.0000,35.4007,-0.1825,35.5832,0.0000,40.3962,13.4107,-18.2236,1.0267,10170.2296,10170.2296,10170.2296,10170.2296,10170.2296 +551.5000,1.0000,8143.9141,72.1910,72.4340,-0.1350,0.0000,6,1152.7853,377.9073,676.0042,-76.9338,45.6207,81.6068,-9.2874,-0.2747,39.4007,0.0000,39.4007,6.4947,39.4007,1.3026,0.0000,38.0981,0.0000,38.0981,7.8766,30.2215,0.0000,30.2215,-0.2403,30.4618,0.0000,41.1208,13.3319,-23.9909,1.0370,9183.2128,9183.2128,9183.2128,9183.2128,9183.2128 +552.5000,1.0000,8163.7830,71.5280,71.9480,-0.2333,0.0000,6,1142.1982,244.5116,654.8165,-76.3023,29.2462,78.3231,-9.1266,-0.4704,23.2841,0.0000,23.2841,6.4326,23.2841,0.9730,0.0000,22.3111,0.0000,22.3111,7.8043,14.5068,0.0000,14.5068,-0.4115,14.9183,0.0000,42.7937,13.2095,-41.0849,1.0220,6046.2693,6046.2693,6046.2693,6046.2693,6046.2693 +553.5000,1.0000,8183.3947,70.6020,71.1080,-0.2811,0.0000,6,1127.4113,118.9622,589.1989,-75.4202,14.0449,69.5621,-8.9043,-0.5594,8.2409,0.0000,8.2409,6.3635,8.2409,0.6621,0.0000,7.5788,0.0000,7.5788,7.7032,-0.1245,0.0000,-0.1245,-0.4893,0.3649,0.0000,36.1831,13.0384,-48.8567,1.0067,3313.3499,3313.3499,3313.3499,3313.3499,3313.3499 +554.5000,1.0000,8202.7205,69.5730,70.0960,-0.2906,0.0000,6,1110.9796,145.9682,525.3568,-74.4400,16.9822,61.1208,-8.6605,-0.5698,11.2284,0.0000,11.2284,6.3236,11.2284,0.7108,0.0000,10.5175,0.0000,10.5175,7.5910,2.9266,0.0000,2.9266,-0.4984,3.4250,0.0000,40.3387,12.8484,-49.7622,1.0144,3737.4228,3737.4228,3737.4228,3737.4228,3737.4228 +555.5000,1.0000,8221.7419,68.4770,69.0500,-0.3183,0.0000,6,1093.4781,-30.9592,534.4316,-73.3182,-3.5451,61.1971,-8.3956,-0.6144,-9.1546,0.0000,-9.1546,6.2239,-9.1546,0.7380,0.0000,-9.8925,0.0000,-9.8925,7.4714,-17.3639,0.0000,-17.3639,-0.5374,-16.8265,0.0000,24.1882,12.6460,-53.6607,0.9986,727.1026,727.1026,727.1026,727.1026,727.1026 +556.5000,1.0000,8240.4156,67.2255,67.9040,-0.3769,0.1170,6,1073.4935,53.5644,442.1079,-71.8877,6.0215,49.7000,-8.0813,-0.7143,0.6239,0.0000,0.6239,6.1119,0.6239,0.6239,0.0000,0.0000,0.0000,0.0000,7.3348,-7.3348,35.2231,-42.5579,-0.6248,-41.9332,1.8988,6.1325,12.4149,-62.3793,0.9939,2207.0533,2207.0533,2207.0533,2207.0533,2207.0533 +557.5000,1.0000,8258.4736,65.0085,66.5470,-0.8547,0.8830,6,1038.0912,47.8846,475.2101,-69.3535,5.2055,51.6595,-7.5393,-1.5662,0.5958,0.0000,0.5958,6.1759,0.5958,0.5958,0.0000,0.0000,0.0000,0.0000,7.0929,-7.0929,105.0285,-112.1215,-1.3699,-110.7516,13.8568,0.1672,12.0050,-136.7806,0.9739,2016.0574,2016.0574,2016.0574,2016.0574,2016.0574 +558.5000,1.0000,8275.5981,61.6485,63.4700,-1.0119,2.1760,6,984.4369,45.8399,455.9736,-67.5171,4.7256,47.0063,-6.9603,-1.7584,0.5542,0.0000,0.5542,5.9299,0.5542,0.5542,0.0000,0.0000,0.0000,0.0000,6.7263,-6.7263,104.6238,-111.3502,-1.5381,-109.8121,32.3764,0.0000,11.3823,-153.5707,0.9727,1843.2765,1843.2765,1843.2765,1843.2765,1843.2765 +559.5000,1.0000,8291.5334,57.3670,59.8270,-1.3667,3.5680,6,916.0676,43.2506,424.8303,-71.4282,4.1490,40.7541,-6.8521,-2.2099,0.5028,0.0000,0.5028,5.8561,0.5028,0.5028,0.0000,0.0000,0.0000,0.0000,6.2592,-6.2592,128.7037,-134.9629,-1.9330,-133.0299,49.3811,0.0000,10.5875,-192.9985,0.9576,1593.0844,1593.0844,1593.0844,1593.0844,1593.0844 +560.5000,1.0000,8306.4176,53.5830,54.9070,-0.7356,3.9140,6,855.6426,54.2962,411.4202,-75.5191,4.8651,36.8644,-6.7667,-1.1109,0.4590,0.0000,0.4590,5.5170,0.4590,0.4590,0.0000,0.0000,0.0000,0.0000,5.8463,-5.8463,31.6698,-37.5161,-0.9717,-36.5444,50.5901,0.0000,9.8879,-97.0223,0.9627,1723.7338,1723.7338,1723.7338,1723.7338,1723.7338 +561.5000,1.0000,8320.4783,50.6185,52.2590,-0.9114,3.8070,6,808.3038,53.8289,435.5152,-78.9041,4.5564,36.8644,-6.6789,-1.3004,0.4258,0.0000,0.4258,5.4309,0.4258,0.4258,0.0000,0.0000,0.0000,0.0000,5.5229,-5.5229,53.3511,-58.8740,-1.1374,-57.7366,46.4866,0.0000,9.3412,-113.5644,0.9346,1704.1963,1704.1963,1704.1963,1704.1963,1704.1963 +562.5000,1.0000,8333.6601,47.4545,48.9780,-0.8464,3.8070,6,757.7794,56.2103,464.5529,-84.0265,4.4605,36.8644,-6.6679,-1.1321,0.3913,0.0000,0.3913,5.2014,0.3913,0.3913,0.0000,0.0000,0.0000,0.0000,5.1777,-5.1777,42.3472,-47.5248,-0.9903,-46.5346,43.5809,0.0000,8.7573,-98.8727,0.8946,1611.2157,1611.2157,1611.2157,1611.2157,1611.2157 +563.5000,1.0000,8345.9844,44.3675,45.9310,-0.8686,4.0940,6,708.4845,58.3110,496.8756,-89.3138,4.3262,36.8644,-6.6264,-1.0863,0.3587,0.0000,0.3587,5.0538,0.3587,0.3587,0.0000,0.0000,0.0000,0.0000,4.8408,-4.8408,38.9779,-43.8188,-0.9502,-42.8686,43.8126,0.0000,8.1867,-94.8680,0.9257,1495.8397,1495.8397,1495.8397,1495.8397,1495.8397 +564.5000,1.0000,8357.4072,41.1220,42.8040,-0.9344,4.4270,0,641.7588,47.9527,548.5373,-96.4707,3.2227,36.8644,-6.4833,-1.6458,0.0000,0.0000,0.0000,4.8684,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.4867,-4.4867,39.5620,-44.0487,-0.9474,-43.1013,43.9044,0.0000,7.5868,-94.5926,0.9097,1281.1087,1281.1087,1281.1087,1281.1087,1281.1087 +565.5000,1.0000,8367.7591,37.2670,39.4400,-1.2072,4.7270,5,684.8902,113.0635,513.9928,-91.8445,8.1091,36.8644,-6.5872,3.5705,0.2843,0.0000,0.2843,4.2544,0.3393,0.3393,0.0000,0.0000,0.0000,0.0000,4.0661,-4.0661,58.4386,-62.5048,-1.1092,-61.3956,42.4791,0.0000,6.8746,-110.7493,0.9354,2155.9007,2155.9007,2155.9007,2155.9007,2155.9007 +566.5000,1.0000,8376.9311,33.0190,35.0940,-1.1528,5.2320,5,724.2657,45.7652,486.0490,-87.6211,3.4711,36.8644,-6.6456,-2.0244,0.2867,0.0000,0.2867,5.2088,0.2867,0.2867,0.0000,0.0000,0.0000,0.0000,3.6026,-3.6026,43.2988,-46.9014,-0.9385,-45.9629,41.6474,0.0000,6.0895,-93.6998,0.9627,1367.1444,1367.1444,1367.1444,1367.1444,1367.1444 +567.5000,1.0000,8385.0202,29.1210,30.9440,-1.0128,6.0960,0,639.3755,51.7481,550.5820,-96.7263,3.4648,36.8644,-6.4763,-1.5461,0.0000,0.0000,0.0000,5.0109,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1773,-3.1773,22.0085,-25.1858,-0.7271,-24.4587,42.7756,0.0000,5.3680,-72.6022,0.9319,1316.5661,1316.5661,1316.5661,1316.5661,1316.5661 +568.5000,1.0000,8391.8972,24.7570,27.2980,-1.4117,7.3070,4,660.6049,101.6261,532.8883,-94.4493,7.0303,36.8644,-6.5338,2.4586,0.3474,0.0000,0.3474,4.2243,0.4226,0.4226,0.0000,0.0000,0.0000,0.0000,2.7012,-2.7012,36.0782,-38.7794,-0.8617,-37.9178,43.5543,0.0000,4.5598,-86.0319,0.9330,1955.2664,1955.2664,1955.2664,1955.2664,1955.2664 +569.5000,1.0000,8397.2920,19.4215,22.2160,-1.5525,8.5770,0,660.6049,24.3279,532.8883,-94.4493,1.6830,36.8644,-6.5338,-2.4586,0.0000,0.0000,0.0000,4.1416,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,2.1190,-2.1190,29.2086,-31.3277,-0.7434,-30.5843,40.0660,0.0000,3.5736,-74.2239,0.9094,1064.0894,1064.0894,1064.0894,1064.0894,1064.0894 +570.5000,1.0000,8401.2369,14.2015,16.6270,-1.3475,8.9400,2,791.5533,68.5807,444.7315,-80.4039,5.6847,36.8644,-6.6648,9.3114,-8.0425,0.0000,-8.0425,4.4159,-12.0462,0.8440,0.0000,-12.8902,0.0000,-12.8902,1.5495,-14.4397,0.0000,-14.4397,-0.4718,-13.9679,30.5276,0.0000,2.6122,-47.1077,0.9443,1882.9102,1882.9102,1882.9102,1882.9102,1882.9102 +571.5000,1.0000,8404.0141,9.9980,11.7760,-0.9878,8.5580,2,834.6721,-45.3128,421.7568,-77.0186,-3.9606,36.8644,-6.7319,-7.6084,-0.5891,0.0000,-0.5891,4.2369,-0.5891,0.4545,0.0000,-1.0436,0.0000,-1.0436,1.0909,-2.1345,0.0000,-2.1345,-0.2435,-1.8910,20.5803,0.0000,1.8397,-24.3109,0.9259,177.0354,177.0354,177.0354,177.0354,177.0354 +572.5000,1.0000,8405.9066,6.8130,8.2200,-0.7817,5.9460,0,643.1189,36.9153,547.3772,-96.3248,2.4861,36.8644,-6.4872,-1.7030,0.0000,0.0000,0.0000,4.1891,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.7434,-0.7434,1.4794,-2.2227,-0.1313,-2.0914,9.7622,0.0000,1.2560,-13.1096,0.9318,1172.8694,1172.8694,1172.8694,1172.8694,1172.8694 +573.5000,1.0000,8407.2377,4.7920,5.4060,-0.3411,2.9840,1,622.7276,92.6577,565.3011,-98.5120,6.0424,36.8644,-6.4242,0.8692,0.9602,-0.0240,0.9842,4.2131,1.1415,0.3478,0.0000,0.7937,0.0000,0.7937,0.5228,0.2708,0.0000,0.2708,-0.0403,0.3111,3.4504,0.0000,0.8846,-4.0239,1.0563,1723.2811,1723.2811,1723.2811,1723.2811,1723.2811 +574.5000,1.0000,8408.2634,3.6925,4.1780,-0.2697,0.2580,1,644.9499,51.2763,545.8233,-96.1284,3.4632,36.8644,-6.4924,-0.0200,-0.7770,0.1169,-0.8939,4.2602,-0.8939,0.2676,0.0000,-1.1615,0.0000,-1.1615,0.4029,-1.5644,0.0000,-1.5644,-0.0246,-1.5398,0.2300,0.0000,0.6819,-2.4517,1.0791,1317.0151,1317.0151,1317.0151,1317.0151,1317.0151 +575.5000,1.0000,8408.9761,2.5655,3.2070,-0.3564,0.0000,1,644.4444,64.9435,546.2513,-96.1827,4.3828,36.8644,-6.4910,0.0000,-1.0045,0.3349,-1.3394,5.3873,-1.3394,0.1802,0.0000,-1.5196,0.0000,-1.5196,0.2799,-1.7995,0.0000,-1.7995,-0.0225,-1.7770,0.0000,0.0000,0.4738,-2.2507,1.0576,1452.1285,1452.1285,1452.1285,1452.1285,1452.1285 +576.5000,1.0000,8409.3624,1.3910,1.9240,-0.2961,0.0000,1,644.4444,74.4238,546.2513,-96.1827,5.0226,36.8644,-6.4910,0.0000,-0.3251,0.2020,-0.5271,5.3477,-0.5271,0.0884,0.0000,-0.6154,0.0000,-0.6154,0.1518,-0.7672,0.0000,-0.7672,-0.0102,-0.7571,0.0000,0.0000,0.2569,-1.0139,1.0576,1546.1735,1546.1735,1546.1735,1546.1735,1546.1735 +577.5000,1.0000,8409.4842,0.4385,0.8580,-0.2331,0.0000,0,644.4444,81.1338,546.2513,-96.1827,5.4754,36.8644,-6.4910,0.0000,-0.0043,0.0956,-0.0999,5.4797,-0.0999,0.0253,0.0000,-0.1253,0.0000,-0.1253,0.0478,-0.1731,0.0000,-0.1731,-0.0025,-0.1706,0.0000,0.0000,0.0810,-0.2516,1.1312,1626.2611,1626.2611,1626.2611,1626.2611,1626.2611 +578.5000,1.0000,8409.4869,0.0095,0.0190,-0.0053,0.0000,0,644.4444,78.1295,546.2513,-96.1827,5.2727,36.8644,-6.4910,0.0000,0.0031,0.0000,0.0031,5.2695,0.0031,0.0005,0.0000,0.0027,0.0000,0.0027,0.0010,0.0016,0.0000,0.0016,0.0000,0.0016,0.0000,0.0000,0.0018,-0.0001,1.0137,1584.3506,1584.3506,1584.3506,1584.3506,1584.3506 +579.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,78.9909,546.2513,-96.1827,5.3308,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.3308,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0137,1596.3676,1596.3676,1596.3676,1596.3676,1596.3676 +580.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,80.3570,546.2513,-96.1827,5.4230,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.4230,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0468,1615.4240,1615.4240,1615.4240,1615.4240,1615.4240 +581.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,79.3936,546.2513,-96.1827,5.3580,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.3580,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0791,1601.9848,1601.9848,1601.9848,1601.9848,1601.9848 +582.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,79.4836,546.2513,-96.1827,5.3640,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.3640,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1603.2405,1603.2405,1603.2405,1603.2405,1603.2405 +583.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,79.3677,546.2513,-96.1827,5.3562,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.3562,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0468,1601.6236,1601.6236,1601.6236,1601.6236,1601.6236 +584.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.5888,546.2513,-96.1827,4.2914,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2914,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0576,1438.6899,1438.6899,1438.6899,1438.6899,1438.6899 +585.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.9503,546.2513,-96.1827,4.3158,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3158,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1442.2761,1442.2761,1442.2761,1442.2761,1442.2761 +586.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,79.6418,546.2513,-96.1827,5.3747,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.3747,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0358,1605.4471,1605.4471,1605.4471,1605.4471,1605.4471 +587.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,79.1493,546.2513,-96.1827,5.3415,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.3415,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0358,1598.5771,1598.5771,1598.5771,1598.5771,1598.5771 +588.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,78.6419,546.2513,-96.1827,5.3072,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.3072,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9911,1591.4996,1591.4996,1591.4996,1591.4996,1591.4996 +589.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,79.2817,546.2513,-96.1827,5.3504,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.3504,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9792,1600.4241,1600.4241,1600.4241,1600.4241,1600.4241 +590.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,79.0617,546.2513,-96.1827,5.3356,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.3356,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0468,1597.3545,1597.3545,1597.3545,1597.3545,1597.3545 +591.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,79.0444,546.2513,-96.1827,5.3344,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.3344,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0137,1597.1137,1597.1137,1597.1137,1597.1137,1597.1137 +592.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,79.0817,546.2513,-96.1827,5.3369,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.3369,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1597.6337,1597.6337,1597.6337,1597.6337,1597.6337 +593.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,78.2807,546.2513,-96.1827,5.2829,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.2829,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0247,1586.4595,1586.4595,1586.4595,1586.4595,1586.4595 +594.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,78.4115,546.2513,-96.1827,5.2917,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.2917,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0898,1588.2855,1588.2855,1588.2855,1588.2855,1588.2855 +595.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,77.0728,546.2513,-96.1827,5.2013,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.2013,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0468,1572.4514,1572.4514,1572.4514,1572.4514,1572.4514 +596.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,77.4152,546.2513,-96.1827,5.2244,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.2244,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0137,1575.8479,1575.8479,1575.8479,1575.8479,1575.8479 +597.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,77.4974,546.2513,-96.1827,5.2300,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.2300,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1576.6630,1576.6630,1576.6630,1576.6630,1576.6630 +598.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,77.8155,546.2513,-96.1827,5.2515,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.2515,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1579.9708,1579.9708,1579.9708,1579.9708,1579.9708 +599.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,80.1134,546.2513,-96.1827,5.4065,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.4065,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0576,1612.0264,1612.0264,1612.0264,1612.0264,1612.0264 +600.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,80.3872,546.2513,-96.1827,5.4250,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.4250,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0791,1615.8463,1615.8463,1615.8463,1615.8463,1615.8463 +601.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,80.1053,546.2513,-96.1827,5.4060,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.4060,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0791,1611.9136,1611.9136,1611.9136,1611.9136,1611.9136 +602.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,81.1734,546.2513,-96.1827,5.4781,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.4781,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1626.8127,1626.8127,1626.8127,1626.8127,1626.8127 +603.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.2586,546.2513,-96.1827,4.2691,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2691,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9911,1435.4143,1435.4143,1435.4143,1435.4143,1435.4143 +604.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.0576,546.2513,-96.1827,4.1880,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1880,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0358,1423.5001,1423.5001,1423.5001,1423.5001,1423.5001 +605.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.7324,546.2513,-96.1827,4.3011,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3011,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0468,1440.1145,1440.1145,1440.1145,1440.1145,1440.1145 +606.5000,1.0000,8409.4869,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.4634,546.2513,-96.1827,4.2154,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2154,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0468,1427.5255,1427.5255,1427.5255,1427.5255,1427.5255 +607.5000,1.0000,8409.4877,0.0030,0.0000,0.0017,0.0000,0,644.4444,63.4188,546.2513,-96.1827,4.2799,36.8644,-6.4910,0.0000,0.0027,0.0013,0.0013,4.2772,0.0013,0.0001,0.0000,0.0012,0.0000,0.0012,0.0003,0.0009,0.0000,0.0009,0.0000,0.0009,0.0000,0.0003,0.0006,0.0000,1.0683,1437.0039,1437.0039,1437.0039,1437.0039,1437.0039 +608.5000,1.0000,8409.4891,0.0050,0.0060,-0.0006,0.0000,0,644.4444,62.9296,546.2513,-96.1827,4.2469,36.8644,-6.4910,0.0000,0.0018,-0.0005,0.0023,4.2450,0.0023,0.0002,0.0000,0.0020,0.0000,0.0020,0.0005,0.0015,0.0000,0.0015,0.0000,0.0015,0.0000,0.0006,0.0009,0.0000,1.0576,1432.1503,1432.1503,1432.1503,1432.1503,1432.1503 +609.5000,1.0000,8409.4901,0.0020,0.0040,-0.0003,0.0000,0,644.4444,62.4343,546.2513,-96.1827,4.2134,36.8644,-6.4910,0.0000,0.0009,0.0000,0.0009,4.2125,0.0009,0.0001,0.0000,0.0008,0.0000,0.0008,0.0002,0.0006,0.0000,0.0006,0.0000,0.0006,0.0000,0.0003,0.0004,0.0000,1.0576,1427.2370,1427.2370,1427.2370,1427.2370,1427.2370 +610.5000,1.0000,8409.4912,0.0000,0.0030,0.0006,0.0000,0,644.4444,63.4685,546.2513,-96.1827,4.2832,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2832,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1437.4969,1437.4969,1437.4969,1437.4969,1437.4969 +611.5000,1.0000,8409.4929,0.0000,0.0020,0.0006,0.0000,0,644.4444,62.5699,546.2513,-96.1827,4.2226,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2226,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0576,1428.5824,1428.5824,1428.5824,1428.5824,1428.5824 +612.5000,1.0000,8409.4949,0.0000,0.0020,0.0003,0.0000,0,644.4444,61.4846,546.2513,-96.1827,4.1494,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1494,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0027,1417.8161,1417.8161,1417.8161,1417.8161,1417.8161 +613.5000,1.0000,8409.4972,0.0000,0.0010,0.0000,0.0000,0,644.4444,62.6445,546.2513,-96.1827,4.2276,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2276,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0576,1429.3222,1429.3222,1429.3222,1429.3222,1429.3222 +614.5000,1.0000,8409.4994,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.6587,546.2513,-96.1827,4.2286,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2286,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0576,1429.4629,1429.4629,1429.4629,1429.4629,1429.4629 +615.5000,1.0000,8409.5016,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.3450,546.2513,-96.1827,4.2074,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2074,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0247,1426.3516,1426.3516,1426.3516,1426.3516,1426.3516 +616.5000,1.0000,8409.5038,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.6142,546.2513,-96.1827,4.2931,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2931,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.1005,1438.9417,1438.9417,1438.9417,1438.9417,1438.9417 +617.5000,1.0000,8409.5061,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.4056,546.2513,-96.1827,4.3465,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3465,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1446.7927,1446.7927,1446.7927,1446.7927,1446.7927 +618.5000,1.0000,8409.5083,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.3884,546.2513,-96.1827,4.2104,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2104,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1426.7822,1426.7822,1426.7822,1426.7822,1426.7822 +619.5000,1.0000,8409.5111,0.0020,0.0000,0.0011,0.0000,0,644.4444,61.9213,546.2513,-96.1827,4.1788,36.8644,-6.4910,0.0000,0.0019,0.0010,0.0010,4.1769,0.0010,0.0001,0.0000,0.0009,0.0000,0.0009,0.0002,0.0006,0.0000,0.0006,0.0000,0.0006,0.0000,0.0003,0.0004,0.0000,1.0683,1422.1480,1422.1480,1422.1480,1422.1480,1422.1480 +620.5000,1.0000,8409.5141,0.0020,0.0040,-0.0006,0.0000,0,644.4444,59.2390,546.2513,-96.1827,3.9978,36.8644,-6.4910,0.0000,0.0010,0.0000,0.0010,3.9968,0.0010,0.0001,0.0000,0.0009,0.0000,0.0009,0.0002,0.0007,0.0000,0.0007,0.0000,0.0007,0.0000,0.0004,0.0004,0.0000,0.9318,1395.5398,1395.5398,1395.5398,1395.5398,1395.5398 +621.5000,1.0000,8409.5379,0.0755,0.0020,0.0419,0.0000,1,644.4444,60.4520,546.2513,-96.1827,4.0797,36.8644,-6.4910,0.0000,0.0839,0.0420,0.0420,3.9958,0.0420,0.0036,0.0000,0.0383,0.0000,0.0383,0.0082,0.0301,0.0000,0.0301,0.0001,0.0300,0.0000,0.0083,0.0139,0.0078,0.9208,1407.5729,1407.5729,1407.5729,1407.5729,1407.5729 +622.5000,1.0000,8409.8279,1.0340,0.1510,0.4906,0.0000,1,644.4444,104.7713,546.2513,-96.1827,7.0706,36.8644,-6.4910,0.0000,3.2091,1.4782,1.7310,3.8615,1.7310,0.0709,0.0000,1.6601,0.0000,1.6601,0.1199,1.5402,0.0000,1.5402,0.0125,1.5277,0.0000,0.0881,0.1910,1.2486,0.8765,1943.4082,1943.4082,1943.4082,1943.4082,1943.4082 +623.5000,1.0000,8410.7029,3.1400,1.9170,0.6794,0.0000,1,645.9562,204.4586,544.9729,-96.0205,13.8305,36.8644,-6.4952,0.0600,9.8086,2.7329,7.0757,3.9619,7.0757,0.2812,0.0000,6.7944,0.0000,6.7944,0.3904,6.4040,0.0000,6.4040,0.0526,6.3514,0.0000,0.5197,0.5799,5.2519,0.9793,3123.0613,3123.0613,3123.0613,3123.0613,3123.0613 +624.5000,1.0000,8412.0042,4.6750,4.3630,0.1733,0.0000,1,689.9681,161.2409,510.2100,-91.2998,11.6502,36.8644,-6.5967,1.8008,4.5372,0.0219,4.5153,5.3122,4.5153,0.3304,0.0000,4.1849,0.0000,4.1849,0.5101,3.6748,0.0000,3.6748,0.0200,3.6548,0.0000,0.7967,0.8634,1.9948,0.9830,2726.6474,2726.6474,2726.6474,2726.6474,2726.6474 +625.5000,1.0000,8413.4994,5.3725,4.9870,0.2142,0.0000,1,789.0888,166.2306,446.1204,-80.6682,13.7362,36.8644,-6.6659,2.7438,5.7924,0.0000,5.7924,5.2001,5.7924,0.4086,0.0000,5.3838,0.0000,5.3838,0.5862,4.7976,0.0000,4.7976,0.0284,4.7692,0.0000,0.9446,0.9922,2.8324,0.9555,3170.0082,3170.0082,3170.0082,3170.0082,3170.0082 +626.5000,1.0000,8415.0608,5.6110,5.7580,-0.0817,0.0000,1,824.1186,54.7502,439.5033,-77.7733,4.7250,37.9298,-6.7120,-1.0927,1.7260,0.0000,1.7260,4.0917,1.7260,0.4239,0.0000,1.3021,0.0000,1.3021,0.6122,0.6899,0.0000,0.6899,-0.0113,0.7012,0.0000,0.7930,1.0362,-1.1280,0.9593,1721.3977,1721.3977,1721.3977,1721.3977,1721.3977 +627.5000,1.0000,8416.5620,5.3945,5.4640,-0.0386,0.0000,1,792.3200,81.5062,444.3011,-80.3217,6.7627,36.8644,-6.6644,-0.4967,2.1063,0.0000,2.1063,5.1531,2.1063,0.3978,0.0000,1.7084,0.0000,1.7084,0.5886,1.1198,0.0000,1.1198,-0.0051,1.1250,0.0000,0.6415,0.9962,-0.5127,0.9559,2065.4713,2065.4713,2065.4713,2065.4713,2065.4713 +628.5000,1.0000,8418.0204,5.2400,5.3250,-0.0472,0.0000,1,769.6278,81.5373,457.4012,-82.7556,6.5715,36.8644,-6.6697,-0.5901,2.0495,0.0000,2.0495,5.1121,2.0495,0.3828,0.0000,1.6667,0.0000,1.6667,0.5717,1.0950,0.0000,1.0950,-0.0061,1.1011,0.0000,0.7425,0.9677,-0.6091,0.9540,1999.3025,1999.3025,1999.3025,1999.3025,1999.3025 +629.5000,1.0000,8419.5063,5.3395,5.1550,0.1025,0.0000,1,784.2419,126.7583,448.8776,-81.1881,10.4101,36.8644,-6.6676,1.3051,3.9778,0.0000,3.9778,5.1272,3.9778,0.3735,0.0000,3.6043,0.0000,3.6043,0.5826,3.0217,0.0000,3.0217,0.0135,3.0082,0.0000,0.6749,0.9861,1.3473,0.9550,2635.6131,2635.6131,2635.6131,2635.6131,2635.6131 +630.5000,1.0000,8421.1188,5.7950,5.5240,0.1506,0.0000,1,851.1437,136.4747,429.3880,-75.8408,12.1642,38.2720,-6.7598,2.0805,5.0450,0.0000,5.0450,5.0387,5.0450,0.4276,0.0000,4.6174,0.0000,4.6174,0.6323,3.9851,0.0000,3.9851,0.0215,3.9636,0.0000,0.7457,1.0702,2.1477,0.9507,2972.5759,2972.5759,2972.5759,2972.5759,2972.5759 +631.5000,1.0000,8422.7902,6.0070,6.0660,-0.0328,0.0000,1,882.2813,74.0743,452.5776,-73.6143,6.8439,41.8147,-6.8014,-0.4695,2.1107,0.0000,2.1107,5.2027,2.1107,0.4618,0.0000,1.6489,0.0000,1.6489,0.6554,0.9935,0.0000,0.9935,-0.0049,0.9983,0.0000,0.3737,1.1093,-0.4847,0.9541,2087.7547,2087.7547,2087.7547,2087.7547,2087.7547 +632.5000,1.0000,8424.4642,6.0165,5.9480,0.0381,0.0000,1,883.6766,92.1839,422.6141,-73.5145,8.5305,39.1080,-6.8029,0.5460,2.8360,0.0000,2.8360,5.1485,2.8360,0.4556,0.0000,2.3804,0.0000,2.3804,0.6564,1.7240,0.0000,1.7240,0.0056,1.7184,0.0000,0.0436,1.1111,0.5636,0.9307,2440.6337,2440.6337,2440.6337,2440.6337,2440.6337 +633.5000,1.0000,8426.2451,6.4010,6.0850,0.1756,0.0000,1,940.1502,133.2522,454.7519,-70.0505,13.1190,44.7714,-6.8966,2.6797,5.1728,0.0000,5.1728,5.2665,5.1728,0.4817,0.0000,4.6911,0.0000,4.6911,0.6984,3.9927,0.0000,3.9927,0.0277,3.9650,0.0000,0.0167,1.1821,2.7663,0.9622,3200.0310,3200.0310,3200.0310,3200.0310,3200.0310 +634.5000,1.0000,8428.1297,6.7745,6.7170,0.0319,0.0000,1,995.0083,87.5042,499.0180,-66.9124,9.1177,51.9962,-6.9721,0.5160,3.0655,0.0000,3.0655,5.5361,3.0655,0.5372,0.0000,2.5283,0.0000,2.5283,0.7392,1.7891,0.0000,1.7891,0.0053,1.7838,0.0000,0.0000,1.2511,0.5327,0.9868,2676.7057,2676.7057,2676.7057,2676.7057,2676.7057 +635.5000,1.0000,8430.0576,6.9305,6.8320,0.0547,0.0000,1,1017.9208,83.6235,485.1963,-67.9096,8.9140,51.7202,-7.2389,0.9044,3.5295,0.0000,3.5295,4.4801,3.5295,0.5505,0.0000,2.9790,0.0000,2.9790,0.7562,2.2228,0.0000,2.2228,0.0094,2.2135,0.0000,0.0000,1.2799,0.9336,0.9923,2657.8954,2657.8954,2657.8954,2657.8954,2657.8954 +636.5000,1.0000,8432.0384,7.1210,7.0290,0.0511,0.0000,1,1045.9006,92.7990,490.0373,-69.9125,10.1639,53.6720,-7.6573,0.8679,3.5692,0.0000,3.5692,5.7268,3.5692,0.5723,0.0000,2.9970,0.0000,2.9970,0.7770,2.2200,0.0000,2.2200,0.0090,2.2110,0.0000,0.0000,1.3151,0.8960,0.9873,2847.1367,2847.1367,2847.1367,2847.1367,2847.1367 +637.5000,1.0000,8434.0931,7.3870,7.2130,0.0967,0.0000,1,1084.9695,106.5127,503.9080,-72.7092,12.1017,57.2529,-8.2610,1.7028,4.5397,0.0000,4.5397,5.8593,4.5397,0.5941,0.0000,3.9456,0.0000,3.9456,0.8060,3.1396,0.0000,3.1396,0.0176,3.1220,0.0000,0.0000,1.3642,1.7578,1.0082,3089.9689,3089.9689,3089.9689,3089.9689,3089.9689 +638.5000,1.0000,8436.2108,7.6135,7.5610,0.0292,0.0000,1,1118.2368,84.6761,518.8099,-74.8729,9.9157,60.7534,-8.7677,0.5295,3.4214,0.0000,3.4214,5.9648,3.4214,0.6326,0.0000,2.7888,0.0000,2.7888,0.8307,1.9581,0.0000,1.9581,0.0055,1.9527,0.0000,0.0000,1.4060,0.5466,1.0161,2764.8756,2764.8756,2764.8756,2764.8756,2764.8756 +639.5000,1.0000,8438.3466,7.6790,7.6660,0.0072,0.0000,1,1127.8572,77.9830,511.9757,-75.4468,9.2105,60.4689,-8.9109,0.1322,3.0382,0.0000,3.0382,6.0400,3.0382,0.6444,0.0000,2.3939,0.0000,2.3939,0.8378,1.5560,0.0000,1.5560,0.0014,1.5546,0.0000,0.0000,1.4181,0.1365,0.9953,2664.3553,2664.3553,2664.3553,2664.3553,2664.3553 +640.5000,1.0000,8440.4804,7.6715,7.6920,-0.0114,0.0000,1,1126.7556,72.1244,508.9186,-75.3811,8.5102,60.0491,-8.8945,-0.2083,2.6836,0.0000,2.6836,6.0350,2.6836,0.6470,0.0000,2.0365,0.0000,2.0365,0.8370,1.1995,0.0000,1.1995,-0.0022,1.2017,0.0000,0.0000,1.4167,-0.2151,1.0181,2570.1297,2570.1297,2570.1297,2570.1297,2570.1297 +641.5000,1.0000,8442.6174,7.6835,7.6510,0.0181,0.0000,1,1128.5181,81.3833,506.5036,-75.4862,9.6177,59.8577,-8.9208,0.3308,3.2451,0.0000,3.2451,6.0418,3.2451,0.6429,0.0000,2.6022,0.0000,2.6022,0.8383,1.7639,0.0000,1.7639,0.0034,1.7605,0.0000,0.0000,1.4190,0.3415,1.0070,2719.0565,2719.0565,2719.0565,2719.0565,2719.0565 +642.5000,1.0000,8444.7594,7.7010,7.7160,-0.0083,0.0000,1,1131.0884,73.3889,511.4783,-75.6396,8.6927,60.5832,-8.9593,-0.1530,2.7528,0.0000,2.7528,6.0929,2.7528,0.6499,0.0000,2.1029,0.0000,2.1029,0.8402,1.2626,0.0000,1.2626,-0.0016,1.2642,0.0000,0.0000,1.4222,-0.1580,1.0076,2593.1491,2593.1491,2593.1491,2593.1491,2593.1491 +643.5000,1.0000,8446.8929,7.6705,7.6860,-0.0086,0.0000,1,1126.6087,73.2429,506.8135,-75.3723,8.6411,59.7929,-8.8923,-0.1575,2.7356,0.0000,2.7356,6.0629,2.7356,0.6464,0.0000,2.0892,0.0000,2.0892,0.8369,1.2523,0.0000,1.2523,-0.0016,1.2540,0.0000,0.0000,1.4166,-0.1626,1.0065,2587.8849,2587.8849,2587.8849,2587.8849,2587.8849 +644.5000,1.0000,8449.0212,7.6520,7.6550,-0.0017,0.0000,1,1123.8915,75.4617,506.0117,-75.2103,8.8814,59.5544,-8.8518,-0.0304,2.8592,0.0000,2.8592,6.0526,2.8592,0.6429,0.0000,2.2163,0.0000,2.2163,0.8349,1.3814,0.0000,1.3814,-0.0003,1.3817,0.0000,0.0000,1.4131,-0.0314,1.0059,2621.5176,2621.5176,2621.5176,2621.5176,2621.5176 +645.5000,1.0000,8451.1411,7.6215,7.6490,-0.0153,0.0000,1,1119.4118,70.9298,506.0086,-74.9430,8.3147,59.3166,-8.7852,-0.2777,2.5914,0.0000,2.5914,6.0010,2.5914,0.6418,0.0000,1.9496,0.0000,1.9496,0.8316,1.1180,0.0000,1.1180,-0.0029,1.1209,0.0000,0.0000,1.4075,-0.2866,0.9932,2546.2537,2546.2537,2546.2537,2546.2537,2546.2537 +646.5000,1.0000,8453.2505,7.5840,7.5940,-0.0056,0.0000,1,1113.9040,74.6174,502.5144,-74.6145,8.7040,58.6172,-8.7036,-0.1005,2.7589,0.0000,2.7589,6.0455,2.7589,0.6356,0.0000,2.1233,0.0000,2.1233,0.8275,1.2958,0.0000,1.2958,-0.0010,1.2969,0.0000,0.0000,1.4006,-0.1037,1.0266,2601.5013,2601.5013,2601.5013,2601.5013,2601.5013 +647.5000,1.0000,8455.3612,7.5885,7.5740,0.0081,0.0000,1,1114.5649,78.7459,504.2444,-74.6539,9.1910,58.8539,-8.7134,0.1458,3.0150,0.0000,3.0150,6.0303,3.0150,0.6336,0.0000,2.3814,0.0000,2.3814,0.8280,1.5534,0.0000,1.5534,0.0015,1.5519,0.0000,0.0000,1.4014,0.1505,1.0268,2667.8252,2667.8252,2667.8252,2667.8252,2667.8252 +648.5000,1.0000,8457.4859,7.6390,7.6030,0.0200,0.0000,1,1121.9822,81.9644,507.8121,-75.0964,9.6303,59.6647,-8.8233,0.3643,3.2613,0.0000,3.2613,6.0046,3.2613,0.6373,0.0000,2.6241,0.0000,2.6241,0.8335,1.7906,0.0000,1.7906,0.0038,1.7868,0.0000,0.0000,1.4107,0.3761,1.0170,2724.0509,2724.0509,2724.0509,2724.0509,2724.0509 +649.5000,1.0000,8459.6387,7.7400,7.6750,0.0361,0.0000,1,1136.8166,76.0083,512.7663,-75.9813,9.0486,61.0434,-9.0454,0.6665,3.6149,0.0000,3.6149,4.7672,3.6149,0.6461,0.0000,2.9688,0.0000,2.9688,0.8445,2.1243,0.0000,2.1243,0.0069,2.1174,0.0000,0.0000,1.4294,0.6880,1.0206,2638.7073,2638.7073,2638.7073,2638.7073,2638.7073 +650.5000,1.0000,8461.8004,7.7720,7.8050,-0.0183,0.0000,1,1141.5166,59.1918,511.5110,-76.2616,7.0757,61.1457,-9.1163,-0.3398,2.5893,0.0000,2.5893,4.8262,2.5893,0.6603,0.0000,1.9290,0.0000,1.9290,0.8480,1.0810,0.0000,1.0810,-0.0035,1.0845,0.0000,0.0000,1.4353,-0.3508,1.0339,2373.3942,2373.3942,2373.3942,2373.3942,2373.3942 +651.5000,1.0000,8463.9495,7.7270,7.7390,-0.0067,0.0000,1,1134.9072,62.9489,502.2460,-75.8674,7.4813,59.6905,-9.0166,-0.1228,2.7947,0.0000,2.7947,4.8095,2.7947,0.6527,0.0000,2.1420,0.0000,2.1420,0.8431,1.2989,0.0000,1.2989,-0.0013,1.3002,0.0000,0.0000,1.4270,-0.1268,1.0321,2429.0291,2429.0291,2429.0291,2429.0291,2429.0291 +652.5000,1.0000,8466.0942,7.7110,7.7150,-0.0022,0.0000,1,1132.5572,64.2510,503.3136,-75.7272,7.6202,59.6936,-8.9813,-0.0409,2.8727,0.0000,2.8727,4.7884,2.8727,0.6500,0.0000,2.2228,0.0000,2.2228,0.8413,1.3814,0.0000,1.3814,-0.0004,1.3818,0.0000,0.0000,1.4240,-0.0422,1.0079,2448.2708,2448.2708,2448.2708,2448.2708,2448.2708 +653.5000,1.0000,8468.2077,7.5985,7.7070,-0.0603,0.0000,1,1116.0337,46.2006,500.1534,-74.7415,5.3995,58.4533,-8.7351,-1.0922,1.7411,0.0000,1.7411,4.7506,1.7411,0.6476,0.0000,1.0935,0.0000,1.0935,0.8291,0.2645,0.0000,0.2645,-0.0113,0.2758,0.0000,0.0000,1.4033,-1.1275,1.0156,2149.3633,2149.3633,2149.3633,2149.3633,2149.3633 +654.5000,1.0000,8470.1591,7.0150,7.4900,-0.2639,0.0000,1,1030.3318,-15.5577,470.5783,-68.7980,-1.6786,50.7736,-7.4230,-4.4143,-1.9269,0.0000,-1.9269,4.6626,-1.9269,0.6149,0.0000,-2.5417,0.0000,-2.5417,0.7654,-3.3071,0.0000,-3.3071,-0.0456,-3.2615,0.0000,0.0000,1.2955,-4.5570,0.9952,827.4862,827.4862,827.4862,827.4862,827.4862 +655.5000,1.0000,8471.8473,6.0675,6.5400,-0.2625,0.0000,1,891.1673,-12.6601,395.0197,-72.9789,-1.1815,36.8644,-6.8106,-3.7980,-1.6713,0.0000,-1.6713,4.2879,-1.6713,0.5061,0.0000,-2.1775,0.0000,-2.1775,0.6620,-2.8395,0.0000,-2.8395,-0.0393,-2.8002,0.0000,0.0000,1.1205,-3.9207,0.9665,757.1662,757.1662,757.1662,757.1662,757.1662 +656.5000,1.0000,8473.4167,5.6400,5.5950,0.0250,0.0000,1,828.3780,76.1547,424.9614,-77.4687,6.6062,36.8644,-6.7202,0.3362,2.4274,0.0000,2.4274,3.8426,2.4274,0.4199,0.0000,2.0075,0.0000,2.0075,0.6154,1.3921,0.0000,1.3921,0.0035,1.3887,0.0000,0.0000,1.0416,0.3471,0.9482,2021.1614,2021.1614,2021.1614,2021.1614,2021.1614 +657.5000,1.0000,8474.9888,5.6495,5.6850,-0.0197,0.0000,1,829.7733,62.8342,424.2468,-77.3689,5.4599,36.8644,-6.7229,-0.2657,1.8098,0.0000,1.8098,3.9158,1.8098,0.4271,0.0000,1.3827,0.0000,1.3827,0.6164,0.7663,0.0000,0.7663,-0.0027,0.7690,0.0000,0.0000,1.0433,-0.2743,0.9599,1835.7248,1835.7248,1835.7248,1835.7248,1835.7248 +658.5000,1.0000,8476.4772,5.3480,5.6140,-0.1478,0.0000,1,785.4903,27.7885,448.1642,-81.0542,2.2858,36.8644,-6.6672,-1.8846,0.0202,0.0000,0.0202,4.1502,0.0202,0.4140,0.0000,-0.3938,0.0000,-0.3938,0.5835,-0.9773,0.0000,-0.9773,-0.0195,-0.9579,0.0000,0.0000,0.9876,-1.9455,0.9551,1296.0640,1296.0640,1296.0640,1296.0640,1296.0640 +659.5000,1.0000,8477.7881,4.7095,5.0820,-0.2069,0.0000,1,696.8033,18.1053,505.2052,-90.5667,1.3211,36.8644,-6.6086,-2.1232,-0.6757,0.0058,-0.6815,4.1201,-0.6815,0.3581,0.0000,-1.0396,0.0000,-1.0396,0.5138,-1.5535,0.0000,-1.5535,-0.0240,-1.5294,0.0000,0.0000,0.8697,-2.3992,0.9484,1035.6632,1035.6632,1035.6632,1035.6632,1035.6632 +660.5000,1.0000,8478.9452,4.1555,4.3370,-0.1008,0.0000,1,645.8148,66.5655,545.0923,-96.0357,4.5018,36.8644,-6.4949,-0.0543,0.4542,-0.0197,0.4739,4.1019,0.4739,0.2949,0.0000,0.1790,0.0000,0.1790,0.4534,-0.2744,0.0000,-0.2744,-0.0103,-0.2641,0.0000,0.0000,0.7674,-1.0315,0.9435,1469.4794,1469.4794,1469.4794,1469.4794,1469.4794 +661.5000,1.0000,8479.9931,3.7625,3.9740,-0.1175,0.0000,1,644.4444,64.0794,546.2513,-96.1827,4.3245,36.8644,-6.4910,0.0000,0.2531,-0.0151,0.2682,4.0713,0.2682,0.2620,0.0000,0.0062,0.0000,0.0062,0.4105,-0.4043,0.0000,-0.4043,-0.0109,-0.3934,0.0000,0.0000,0.6948,-1.0883,0.9208,1443.5562,1443.5562,1443.5562,1443.5562,1443.5562 +662.5000,1.0000,8480.9259,3.3480,3.5510,-0.1128,0.0000,1,644.4444,64.2590,546.2513,-96.1827,4.3366,36.8644,-6.4910,0.0000,0.2550,-0.0165,0.2714,4.0816,0.2714,0.2266,0.0000,0.0448,0.0000,0.0448,0.3653,-0.3205,0.0000,-0.3205,-0.0093,-0.3112,0.0000,0.0000,0.6183,-0.9295,0.9318,1445.3378,1445.3378,1445.3378,1445.3378,1445.3378 +663.5000,1.0000,8481.7526,2.9660,3.1450,-0.0994,0.0000,1,644.4444,64.7168,546.2513,-96.1827,4.3675,36.8644,-6.4910,0.0000,0.3127,-0.0201,0.3328,4.0548,0.3328,0.1948,0.0000,0.1380,0.0000,0.1380,0.3236,-0.1856,0.0000,-0.1856,-0.0073,-0.1783,0.0000,0.0000,0.5477,-0.7261,0.9792,1449.8797,1449.8797,1449.8797,1449.8797,1449.8797 +664.5000,1.0000,8482.5029,2.6910,2.7870,-0.0533,0.0000,1,644.4444,67.3571,546.2513,-96.1827,4.5457,36.8644,-6.4910,0.0000,0.5826,-0.0216,0.6041,3.9631,0.6041,0.1704,0.0000,0.4337,0.0000,0.4337,0.2936,0.1401,0.0000,0.1401,-0.0035,0.1437,0.0000,0.0000,0.4970,-0.3533,0.9208,1476.0713,1476.0713,1476.0713,1476.0713,1476.0713 +665.5000,1.0000,8483.2548,2.6970,2.5950,0.0567,0.0000,1,644.4444,78.9502,546.2513,-96.1827,5.3280,36.8644,-6.4910,0.0000,1.3864,0.0505,1.3359,3.9417,1.3359,0.1635,0.0000,1.1723,0.0000,1.1723,0.2943,0.8781,0.0000,0.8781,0.0038,0.8743,0.0000,0.0000,0.4981,0.3762,0.9318,1595.8004,1595.8004,1595.8004,1595.8004,1595.8004 +666.5000,1.0000,8484.2742,3.6600,2.7990,0.4783,0.0000,1,654.2344,164.6065,538.0773,-95.1326,11.2774,36.8644,-6.5177,0.3933,6.9769,1.2442,5.7327,3.9071,5.7327,0.2860,0.0000,5.4467,0.0000,5.4467,0.4180,5.0287,0.0000,5.0287,0.0432,4.9856,0.0000,0.0000,0.6759,4.3096,0.9324,2648.8771,2648.8771,2648.8771,2648.8771,2648.8771 +667.5000,1.0000,8485.8238,5.5685,4.5210,0.5819,0.0000,1,817.8764,256.5960,430.4179,-78.2196,21.9769,36.8644,-6.6993,7.7275,10.2566,0.0000,10.2566,3.9928,10.2566,0.5134,0.0000,9.7432,0.0000,9.7432,0.6578,9.0854,0.0000,9.0854,0.0799,9.0055,0.0000,0.0000,1.0284,7.9772,0.9586,4676.9577,4676.9577,4676.9577,4676.9577,4676.9577 +668.5000,1.0000,8487.9201,7.5365,6.6160,0.5114,0.0000,1,1106.9274,226.2882,557.3115,-74.1983,26.2307,64.6020,-8.6009,9.1905,12.5796,0.0000,12.5796,4.4606,12.5796,0.7352,0.0000,11.8444,0.0000,11.8444,0.8701,10.9743,0.0000,10.9743,0.0950,10.8793,0.0000,0.0000,1.3918,9.4875,1.0250,5478.2643,5478.2643,5478.2643,5478.2643,5478.2643 +669.5000,1.0000,8490.4413,9.0665,8.4570,0.3386,0.0000,1,1331.6470,170.0257,606.5381,-87.5580,23.7100,84.5816,-12.2099,7.3208,11.1637,0.0000,11.1637,5.2256,11.1637,0.8671,0.0000,10.2966,0.0000,10.2966,0.9892,9.3074,0.0000,9.3074,0.0757,9.2317,0.0000,0.0000,1.6744,7.5574,1.0493,5186.1189,5186.1189,5186.1189,5186.1189,5186.1189 +670.5000,1.0000,8493.0728,9.4633,9.6760,-0.1182,0.0000,0,1303.5805,-26.5330,593.9748,-85.8934,-3.6220,81.0839,-11.7254,-9.4133,0.0000,0.0000,0.0000,5.7913,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0325,-1.0325,0.0000,-1.0325,-0.0276,-1.0050,0.0000,0.0000,1.7476,-2.7526,1.0565,1141.6492,1141.6492,1141.6492,1141.6492,1141.6492 +671.5000,1.0000,8496.0772,10.8058,11.0220,0.8640,0.0000,2,1108.9690,303.3259,452.3996,-74.3201,35.2255,52.5376,-8.6309,-5.2456,33.8132,0.0000,33.8132,6.6579,27.5060,0.9059,0.0000,26.6001,0.0000,26.6001,1.3918,25.2082,0.0000,25.2082,0.2302,24.9780,0.0000,0.0000,1.9956,22.9825,1.0023,7209.1642,7209.1642,7209.1642,7209.1642,7209.1642 +672.5000,1.0000,8499.8029,13.4025,12.3610,0.5786,0.0000,2,1118.8931,323.2973,612.5863,-74.9121,37.8808,71.7769,-8.7775,5.9744,24.3155,0.0000,24.3155,7.5909,24.3155,0.9779,0.0000,23.3376,0.0000,23.3376,1.5815,21.7561,0.0000,21.7561,0.1912,21.5649,0.0000,0.0000,2.4751,19.0898,0.9931,7675.7661,7675.7661,7675.7661,7675.7661,7675.7661 +673.5000,1.0000,8504.1216,15.5375,14.4440,0.6075,0.0000,2,1297.1312,339.4023,636.8927,-85.5109,46.1028,86.5125,-11.6154,7.2719,29.3940,0.0000,29.3940,9.4369,29.3940,1.2057,0.0000,28.1883,0.0000,28.1883,1.8504,26.3379,0.0000,26.3379,0.2327,26.1051,0.0000,0.0000,2.8694,23.2357,1.0552,9351.0928,9351.0928,9351.0928,9351.0928,9351.0928 +674.5000,1.0000,8508.6851,16.4183,16.6310,-0.1182,0.0000,0,1269.0992,18.4765,660.7432,-83.8484,2.4555,87.8126,-11.1434,-9.2995,0.0000,0.0000,0.0000,11.7550,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.7914,-1.7914,0.0000,-1.7914,-0.0478,-1.7435,0.0000,0.0000,3.0321,-4.7756,1.0364,1911.8307,1911.8307,1911.8307,1911.8307,1911.8307 +675.5000,1.0000,8513.5161,17.3817,19.5640,0.6534,0.0000,3,1040.7716,459.6369,459.6369,-69.5454,50.0955,50.0955,-7.5797,-6.9671,41.2364,0.0000,41.2364,15.8262,34.5778,1.0304,0.0000,33.5474,0.0000,33.5474,2.1002,31.4471,0.0000,31.4471,0.2800,31.1671,0.0000,0.0000,3.2100,27.9571,1.0092,9999.1414,9999.1414,9999.1414,9999.1414,9999.1414 +676.5000,1.0000,8519.0295,19.8384,20.9220,0.7114,0.0000,3,996.0626,580.3164,678.6812,-66.8521,60.5313,70.7915,-6.9732,3.9330,42.4572,0.0000,42.4572,14.1411,42.4572,1.2614,0.0000,41.1959,0.0000,41.1959,2.4407,38.7552,0.0000,38.7552,0.3480,38.4072,0.0000,0.0000,3.6637,34.7435,0.9755,12054.7917,12054.7917,12054.7917,12054.7917,12054.7917 +677.5000,1.0000,8524.9930,21.4585,21.1190,0.1886,0.0000,3,1077.4054,231.5727,718.9812,-72.1677,26.1273,81.1195,-8.1424,1.1278,17.1746,0.0000,17.1746,7.8249,17.1746,0.8076,0.0000,16.3671,0.0000,16.3671,2.3413,14.0258,0.0000,14.0258,0.0998,13.9260,0.0000,0.0000,3.9629,9.9631,1.0064,5455.9623,5455.9623,5455.9623,5455.9623,5455.9623 +678.5000,1.0000,8531.3925,23.0280,21.7980,0.6833,0.0000,3,1156.2081,496.3344,580.3039,-77.1380,60.0951,70.2619,-9.3397,4.3850,47.6556,0.0000,47.6556,8.0545,47.6556,1.4700,0.0000,46.1856,0.0000,46.1856,2.8086,43.3770,0.0000,43.3770,0.3880,42.9890,0.0000,0.0000,4.2527,38.7363,1.0137,11970.2924,11970.2924,11970.2924,11970.2924,11970.2924 +679.5000,1.0000,8538.4369,25.3500,24.2580,0.6067,0.0000,3,1272.7929,459.6672,706.0810,-84.0675,61.2675,94.1111,-11.2051,4.2855,47.4864,0.0000,47.4864,9.4955,47.4864,1.5495,0.0000,45.9369,0.0000,45.9369,3.0182,42.9187,0.0000,42.9187,0.3792,42.5395,0.0000,0.0000,4.6815,37.8580,1.0371,12201.5629,12201.5629,12201.5629,12201.5629,12201.5629 +680.5000,1.0000,8546.1648,27.8105,26.4420,0.7603,0.0000,3,1396.3317,544.6771,712.0541,-91.3943,79.6446,104.1191,-13.3640,5.8919,63.1354,0.0000,63.1354,10.6173,63.1354,1.9565,0.0000,61.1789,0.0000,61.1789,3.4729,57.7060,0.0000,57.7060,0.5213,57.1847,0.0000,0.0000,5.1359,52.0488,1.0540,15636.9378,15636.9378,15636.9378,15636.9378,15636.9378 +681.5000,1.0000,8554.8382,31.2140,29.1790,1.1306,0.0000,3,1567.2173,749.2538,765.0825,-101.5292,122.9665,125.5643,-16.6628,9.8337,100.6882,0.0000,100.6882,12.4445,100.6882,2.8480,0.0000,97.8402,0.0000,97.8402,4.3356,93.5047,0.0000,93.5047,0.8700,92.6346,0.0000,0.0000,5.7645,86.8702,1.1187,23985.4136,23985.4136,23985.4136,23985.4136,23985.4136 +682.5000,1.0000,8564.0177,33.0363,33.2490,-0.1182,0.0000,0,1669.3922,81.9817,840.1072,-105.9447,14.3319,146.8661,-18.5211,0.0000,0.0000,0.0000,0.0000,14.3319,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.6045,-3.6045,0.0000,-3.6045,-0.0962,-3.5083,0.0000,0.0000,6.1010,-9.6093,1.1658,4135.3260,4135.3260,4135.3260,4135.3260,4135.3260 +683.5000,1.0000,8573.5203,34.1993,34.5430,0.7643,0.0000,4,1412.1410,591.3018,591.3018,-92.3319,87.4412,87.4412,-13.6540,-22.3090,98.7225,0.0000,98.7225,11.0277,77.6160,2.0381,0.0000,75.5779,0.0000,75.5779,4.2759,71.3020,0.0000,71.3020,0.6444,70.6576,0.0000,0.0000,6.3158,64.3418,1.0727,17079.2782,17079.2782,17079.2782,17079.2782,17079.2782 +684.5000,1.0000,8583.8000,36.9970,35.8930,0.7900,0.0000,4,1201.0530,779.7861,806.7480,-79.8127,98.0768,101.4679,-10.0384,3.4049,86.4405,0.0000,86.4405,8.2314,86.4405,2.2769,0.0000,84.1636,0.0000,84.1636,4.6618,79.5018,0.0000,79.5018,0.7206,78.7812,0.0000,0.0000,6.8324,71.9488,1.0229,19101.3308,19101.3308,19101.3308,19101.3308,19101.3308 +685.5000,1.0000,8594.7592,39.4430,38.4190,0.5689,0.0000,4,1280.4589,600.8437,827.1091,-84.5221,80.5667,110.9065,-11.3335,2.6140,69.7134,0.0000,69.7134,8.2393,69.7134,1.9997,0.0000,67.7137,0.0000,67.7137,4.6397,63.0739,0.0000,63.0739,0.5532,62.5207,0.0000,0.0000,7.2841,55.2366,1.0386,15841.6872,15841.6872,15841.6872,15841.6872,15841.6872 +686.5000,1.0000,8606.1650,41.0510,40.4670,0.3244,0.0000,4,1332.6603,419.0852,766.6265,-87.6181,58.4858,106.9872,-12.2276,1.5516,46.7545,0.0000,46.7545,10.1797,46.7545,1.5797,0.0000,45.1748,0.0000,45.1748,4.4790,40.6958,0.0000,40.6958,0.3284,40.3675,0.0000,0.0000,7.5811,32.7864,1.0496,11703.4490,11703.4490,11703.4490,11703.4490,11703.4490 +687.5000,1.0000,8617.8525,42.0650,41.6350,0.2389,0.0000,4,1365.5783,349.9775,702.9219,-89.5704,50.0478,100.5200,-12.8088,1.1706,38.7883,0.0000,38.7883,10.0889,38.7883,1.4456,0.0000,37.3427,0.0000,37.3427,4.5896,32.7531,0.0000,32.7531,0.2478,32.5053,0.0000,0.0000,7.7684,24.7369,1.0592,10111.3875,10111.3875,10111.3875,10111.3875,10111.3875 +688.5000,1.0000,8629.6883,42.5990,42.4950,0.0578,0.0000,4,1382.9138,207.0498,680.9005,-90.5985,29.9846,98.6069,-13.1203,0.2867,19.7119,0.0000,19.7119,9.9860,19.7119,1.0775,0.0000,18.6344,0.0000,18.6344,4.6479,13.9865,0.0000,13.9865,0.0607,13.9258,0.0000,0.0000,7.8670,6.0588,1.0501,6401.6630,6401.6630,6401.6630,6401.6630,6401.6630 +689.5000,1.0000,8641.6833,43.1720,42.7030,0.2606,0.0000,4,1401.5154,369.8452,629.8280,-91.7018,54.2808,92.4376,-13.4587,1.3104,43.0750,0.0000,43.0750,9.8954,43.0750,1.5594,0.0000,41.5157,0.0000,41.5157,4.7104,36.8052,0.0000,36.8052,0.2773,36.5279,0.0000,0.8646,7.9728,27.6906,1.0696,10963.5951,10963.5951,10963.5951,10963.5951,10963.5951 +690.5000,1.0000,8653.9406,44.1160,43.6410,0.2639,0.0000,4,1432.1610,367.4208,696.7767,-93.5193,55.1041,104.4995,-14.0256,1.3562,43.8491,0.0000,43.8491,9.8988,43.8491,1.5992,0.0000,42.2499,0.0000,42.2499,4.8134,37.4365,0.0000,37.4365,0.2870,37.1495,0.0000,0.3443,8.1471,28.6580,1.0786,11108.3309,11108.3309,11108.3309,11108.3309,11108.3309 +691.5000,1.0000,8666.5108,45.2430,44.5910,0.3622,0.0000,4,1468.7474,452.7119,702.7783,-95.6891,69.6302,108.0921,-14.7176,1.9091,57.7004,0.0000,57.7004,10.0207,57.7004,1.9058,0.0000,55.7945,0.0000,55.7945,4.9939,50.8007,0.0000,50.8007,0.4040,50.3966,0.0000,1.6995,8.3553,40.3418,1.0752,13845.8912,13845.8912,13845.8912,13845.8912,13845.8912 +692.5000,1.0000,8679.4950,46.7330,45.8950,0.4656,0.0000,4,1517.1180,531.7912,740.4505,-98.5579,84.4868,117.6370,-15.6581,2.5346,71.7119,0.0000,71.7119,10.2403,71.7119,2.2260,0.0000,69.4859,0.0000,69.4859,5.3361,64.1498,0.0000,64.1498,0.5364,63.6133,0.0000,1.4249,8.6304,53.5580,1.1218,16650.7473,16650.7473,16650.7473,16650.7473,16650.7473 +693.5000,1.0000,8692.7696,47.7785,47.5710,0.1153,0.0000,4,1551.0586,259.4202,773.7963,-100.5709,42.1367,125.6850,-16.3354,0.6416,31.0286,0.0000,31.0286,10.4664,31.0286,1.4410,0.0000,29.5876,0.0000,29.5876,5.2130,24.3746,0.0000,24.3746,0.1358,24.2388,0.0000,1.8570,8.8235,13.5584,1.1031,8792.0551,8792.0551,8792.0551,8792.0551,8792.0551 +694.5000,1.0000,8706.2349,48.4650,47.9860,0.2661,0.0000,4,1573.3449,366.9572,692.6017,-101.8926,60.4600,114.1133,-16.7879,1.5025,51.6264,0.0000,51.6264,7.3311,51.6264,1.8720,0.0000,49.7544,0.0000,49.7544,5.2879,44.4664,0.0000,44.4664,0.3180,44.1485,0.0000,3.4499,8.9503,31.7483,1.0948,12267.8789,12267.8789,12267.8789,12267.8789,12267.8789 +695.5000,1.0000,8720.1025,49.9135,48.9440,0.5386,0.0000,4,1620.3683,580.0104,734.6519,-104.1988,98.4188,124.6591,-17.6809,3.1319,89.0231,0.0000,89.0231,6.2638,89.0231,2.6608,0.0000,86.3623,0.0000,86.3623,5.8815,80.4808,0.0000,80.4808,0.6628,79.8179,0.0000,4.4208,9.2178,66.1794,1.1287,19424.6888,19424.6888,19424.6888,19424.6888,19424.6888 +696.5000,1.0000,8734.1633,50.6091,50.8830,-0.1522,0.0000,0,1651.8417,37.3760,801.2006,-105.3197,6.4653,138.5920,-18.2182,0.0000,0.0000,0.0000,0.0000,6.4653,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.5218,-5.5218,0.0000,-5.5218,-0.1899,-5.3320,0.0000,4.2813,9.3462,-18.9595,1.2695,3223.6458,3223.6458,3223.6458,3223.6458,3223.6458 +697.5000,1.0000,8748.3769,51.1589,52.7910,0.4576,0.0000,5,1396.0349,566.2059,566.2059,-91.3767,82.7750,82.7750,-13.3586,-21.9308,98.2245,0.0000,98.2245,6.4813,78.9547,0.8885,0.0000,78.0662,0.0000,78.0662,5.8715,72.1947,0.0000,72.1947,0.5772,71.6175,0.0000,4.5387,9.4478,57.6310,1.2090,16217.8642,16217.8642,16217.8642,16217.8642,16217.8642 +698.5000,1.0000,8763.0744,52.9008,53.8600,0.5101,0.0000,5,1160.3688,796.7698,796.7698,-77.3862,96.8183,96.8183,-9.4035,1.4352,88.9049,0.0000,88.9049,6.4782,88.9049,0.9643,0.0000,87.9406,0.0000,87.9406,6.1797,81.7609,0.0000,81.7609,0.6653,81.0956,0.0000,4.8972,9.7695,66.4290,1.1427,18892.8686,18892.8686,18892.8686,18892.8686,18892.8686 +699.5000,1.0000,8778.3050,54.8202,55.0530,0.5562,0.0000,5,1202.4703,840.0582,840.0582,-79.8968,105.7821,105.7821,-10.0608,1.6217,97.5362,0.0000,97.5362,6.6242,97.5362,1.0368,0.0000,96.4994,0.0000,96.4994,6.4844,90.0150,0.0000,90.0150,0.7518,89.2632,0.0000,4.0785,10.1239,75.0608,1.1558,20578.0063,20578.0063,20578.0063,20578.0063,20578.0063 +700.5000,1.0000,8794.0401,56.6367,56.2940,0.4530,0.0000,5,1242.3151,726.6021,861.0287,-82.2599,94.5273,112.0155,-10.7016,1.3644,86.5323,0.0000,86.5323,6.6305,86.5323,1.0103,0.0000,85.5221,0.0000,85.5221,6.4866,79.0354,0.0000,79.0354,0.6325,78.4029,0.0000,4.7921,10.4594,63.1514,1.1574,18413.2120,18413.2120,18413.2120,18413.2120,18413.2120 +701.5000,1.0000,8810.1558,58.0065,57.4520,0.3081,0.0000,5,1272.3619,554.1200,817.2297,-84.0419,73.8317,108.8889,-11.1979,0.9504,66.1450,0.0000,66.1450,6.7364,66.1450,0.9302,0.0000,65.2148,0.0000,65.2148,6.3290,58.8858,0.0000,58.8858,0.4406,58.4452,0.0000,3.7448,10.7124,43.9881,1.1555,14576.8558,14576.8558,14576.8558,14576.8558,14576.8558 +702.5000,1.0000,8826.5713,59.0855,58.5610,0.2914,0.0000,5,1296.0296,544.3904,748.7229,-85.4456,73.8846,101.6166,-11.5967,0.9157,66.1006,0.0000,66.1006,6.8684,66.1006,0.9475,0.0000,65.1531,0.0000,65.1531,6.4467,58.7064,0.0000,58.7064,0.4245,58.2819,0.0000,4.9881,10.9116,42.3822,1.1895,14603.1083,14603.1083,14603.1083,14603.1083,14603.1083 +703.5000,1.0000,8843.2431,60.0085,59.6100,0.2214,0.0000,5,1316.2754,460.4971,747.7163,-86.6463,63.4749,103.0652,-11.9433,0.7066,55.8044,0.0000,55.8044,6.9639,55.8044,0.9112,0.0000,54.8933,0.0000,54.8933,6.5474,48.3459,0.0000,48.3459,0.3275,48.0183,0.0000,4.2325,11.0821,32.7038,1.1434,12642.6399,12642.6399,12642.6399,12642.6399,12642.6399 +704.5000,1.0000,8860.1454,60.8385,60.4070,0.2397,0.0000,5,1334.4813,477.6861,716.3394,-87.7261,66.7550,100.1060,-12.2594,0.7757,58.9817,0.0000,58.9817,6.9976,58.9817,0.9409,0.0000,58.0409,0.0000,58.0409,6.6380,51.4029,0.0000,51.4029,0.3596,51.0433,0.0000,3.9062,11.2354,35.9018,1.1906,13256.0279,13256.0279,13256.0279,13256.0279,13256.0279 +705.5000,1.0000,8877.2507,61.5690,61.2700,0.1661,0.0000,5,1350.5047,394.6352,725.9272,-88.6764,55.8111,102.6639,-12.5410,0.5439,48.2200,0.0000,48.2200,7.0472,48.2200,0.8993,0.0000,47.3207,0.0000,47.3207,6.7177,40.6030,0.0000,40.6030,0.2522,40.3509,0.0000,3.8044,11.3703,25.1762,1.1675,11211.1865,11211.1865,11211.1865,11211.1865,11211.1865 +706.5000,1.0000,8894.5161,62.1455,61.8680,0.1542,0.0000,5,1363.1501,386.7042,695.3038,-89.4264,55.2015,99.2537,-12.7655,0.5095,47.5116,0.0000,47.5116,7.1804,47.5116,0.9055,0.0000,46.6061,0.0000,46.6061,6.7806,39.8255,0.0000,39.8255,0.2362,39.5893,0.0000,4.5279,11.4767,23.5846,1.1994,11101.2950,11101.2950,11101.2950,11101.2950,11101.2950 +707.5000,1.0000,8911.9649,62.8055,62.4230,0.2125,0.0000,5,1377.6271,447.8578,694.5366,-90.2850,64.6101,100.1972,-13.0249,0.7098,56.6601,0.0000,56.6601,7.2402,56.6601,0.9625,0.0000,55.6976,0.0000,55.6976,6.8526,48.8450,0.0000,48.8450,0.3290,48.5160,0.0000,4.0635,11.5986,32.8538,1.2419,12858.2865,12858.2865,12858.2865,12858.2865,12858.2865 +708.5000,1.0000,8929.6149,63.5300,63.1880,0.1900,0.0000,5,1393.5189,422.4693,720.8395,-91.2275,61.6505,105.1913,-13.3127,0.6420,53.5988,0.0000,53.5988,7.4097,53.5988,0.9596,0.0000,52.6392,0.0000,52.6392,6.9316,45.7076,0.0000,45.7076,0.2976,45.4100,0.0000,3.9635,11.7324,29.7140,1.2930,12325.3809,12325.3809,12325.3809,12325.3809,12325.3809 +709.5000,1.0000,8947.4200,64.0885,63.8720,0.1203,0.0000,5,1405.7694,344.7179,713.5793,-91.9540,50.7466,105.0473,-13.5367,0.4100,42.9693,0.0000,42.9693,7.3673,42.9693,0.9161,0.0000,42.0532,0.0000,42.0532,6.9926,35.0606,0.0000,35.0606,0.1900,34.8706,0.0000,4.0594,11.8356,18.9756,1.2611,10301.4463,10301.4463,10301.4463,10301.4463,10301.4463 +710.5000,1.0000,8965.2454,64.1615,64.3050,-0.0797,0.0000,5,1407.3707,121.3041,685.1855,-92.0490,17.8777,100.9823,-13.5661,-0.2720,10.7611,0.0000,10.7611,7.3887,10.7611,0.7563,0.0000,10.0048,0.0000,10.0048,7.0005,3.0043,0.0000,3.0043,-0.1261,3.1304,0.0000,3.8730,11.8490,-12.5917,1.2390,4245.6133,4245.6133,4245.6133,4245.6133,4245.6133 +711.5000,1.0000,8982.9514,63.7315,64.0180,-0.1592,0.0000,5,1397.9387,35.6696,597.0330,-91.4896,5.2217,87.4007,-13.3933,-0.5395,-1.5478,0.0000,-1.5478,7.3091,-1.5478,0.7538,0.0000,-2.3017,0.0000,-2.3017,6.9536,-9.2553,0.0000,-9.2553,-0.2501,-9.0052,0.0000,4.1962,11.7696,-24.9710,1.1954,2548.0670,2548.0670,2548.0670,2548.0670,2548.0670 +712.5000,1.0000,9000.4918,63.1355,63.4450,-0.1719,0.0000,5,1384.8656,23.8943,559.6255,-90.7143,3.4652,81.1585,-13.1556,-0.5774,-3.2000,0.0000,-3.2000,7.2425,-3.2000,0.7472,0.0000,-3.9472,0.0000,-3.9472,6.8886,-10.8357,0.0000,-10.8357,-0.2676,-10.5681,0.0000,4.4957,11.6596,-26.7234,1.2198,2299.0831,2299.0831,2299.0831,2299.0831,2299.0831 +713.5000,1.0000,9017.8368,62.4320,62.8260,-0.2189,0.0000,5,1369.4344,-21.4884,550.2971,-89.7991,-3.0816,78.9164,-12.8778,-0.7268,-9.6211,0.0000,-9.6211,7.2663,-9.6211,0.7506,0.0000,-10.3717,0.0000,-10.3717,6.8118,-17.1835,0.0000,-17.1835,-0.3369,-16.8466,0.0000,5.2641,11.5296,-33.6403,1.2286,1417.0887,1417.0887,1417.0887,1417.0887,1417.0887 +714.5000,1.0000,9035.0074,61.8040,62.0380,-0.1300,0.0000,5,1355.6594,64.3231,527.6995,-88.9821,9.1316,74.9145,-12.6323,-0.4273,2.4089,0.0000,2.4089,7.1500,2.4089,0.7094,0.0000,1.6995,0.0000,1.6995,6.7433,-5.0438,0.0000,-5.0438,-0.1981,-4.8457,0.0000,3.5189,11.4137,-19.7783,1.2109,2888.6883,2888.6883,2888.6883,2888.6883,2888.6883 +715.5000,1.0000,9052.0785,61.4460,61.5700,-0.0689,0.0000,5,1347.8067,134.5344,560.3094,-88.5164,18.9884,79.0832,-12.4934,-0.2251,11.9963,0.0000,11.9963,7.2172,11.9963,0.7161,0.0000,11.2802,0.0000,11.2802,6.7042,4.5760,0.0000,4.5760,-0.1044,4.6803,0.0000,3.7529,11.3476,-10.4201,1.2208,4345.4861,4345.4861,4345.4861,4345.4861,4345.4861 +716.5000,1.0000,9069.0728,61.1695,61.3220,-0.0847,0.0000,5,1341.7417,124.1566,587.3329,-88.1567,17.4449,82.5243,-12.3866,-0.2756,10.6363,0.0000,10.6363,7.0842,10.6363,0.7047,0.0000,9.9317,0.0000,9.9317,6.6741,3.2576,0.0000,3.2576,-0.1278,3.3853,0.0000,4.8462,11.2965,-12.7574,1.1649,4061.6321,4061.6321,4061.6321,4061.6321,4061.6321 +717.5000,1.0000,9085.9551,60.7665,61.0170,-0.1392,0.0000,5,1332.9020,67.2667,580.9140,-87.6324,9.3892,81.0847,-12.2318,-0.4498,2.7199,0.0000,2.7199,7.1191,2.7199,0.6903,0.0000,2.0296,0.0000,2.0296,6.6301,-4.6005,0.0000,-4.6005,-0.2085,-4.3920,0.0000,5.2034,11.2221,-20.8175,1.2155,2857.7580,2857.7580,2857.7580,2857.7580,2857.7580 +718.5000,1.0000,9102.6924,60.2440,60.5160,-0.1511,0.0000,5,1321.4410,61.4168,554.3186,-86.9527,8.4989,76.7072,-12.0326,-0.4842,1.9908,0.0000,1.9908,6.9923,1.9908,0.6830,0.0000,1.3078,0.0000,1.3078,6.5731,-5.2653,0.0000,-5.2653,-0.2244,-5.0409,0.0000,6.2434,11.1256,-22.4099,1.1986,2733.2564,2733.2564,2733.2564,2733.2564,2733.2564 +719.5000,1.0000,9119.2736,59.6825,59.9720,-0.1608,0.0000,5,1309.1246,46.3183,548.5382,-86.2222,6.3498,75.1998,-11.8203,-0.5105,-0.1211,0.0000,-0.1211,6.9815,-0.1211,0.6785,0.0000,-0.7996,0.0000,-0.7996,6.5118,-7.3115,0.0000,-7.3115,-0.2367,-7.0748,0.0000,5.5327,11.0219,-23.6294,1.1942,2457.0622,2457.0622,2457.0622,2457.0622,2457.0622 +720.5000,1.0000,9135.6942,59.1040,59.3930,-0.1606,0.0000,5,1296.4354,41.8108,538.6942,-85.4697,5.6763,73.1344,-11.6036,-0.5047,-0.7201,0.0000,-0.7201,6.9012,-0.7201,0.6700,0.0000,-1.3901,0.0000,-1.3901,6.4487,-7.8389,0.0000,-7.8389,-0.2340,-7.6049,0.0000,4.8400,10.9150,-23.3599,1.2023,2351.9793,2351.9793,2351.9793,2351.9793,2351.9793 +721.5000,1.0000,9151.9417,58.4810,58.8150,-0.1856,0.0000,5,1282.7700,10.2207,533.0740,-84.6592,1.3730,71.6086,-11.3724,-0.5771,-4.8947,0.0000,-4.8947,6.8448,-4.8947,0.6698,0.0000,-5.5645,0.0000,-5.5645,6.3807,-11.9452,0.0000,-11.9452,-0.2675,-11.6777,0.0000,4.2350,10.8000,-26.7127,1.2077,1809.7327,1809.7327,1809.7327,1809.7327,1809.7327 +722.5000,1.0000,9168.0274,57.8985,58.1470,-0.1381,0.0000,5,1269.9929,81.7604,515.8908,-83.9014,10.8736,68.6101,-11.1583,-0.4251,4.5171,0.0000,4.5171,6.7816,4.5171,0.6363,0.0000,3.8808,0.0000,3.8808,6.3172,-2.4364,0.0000,-2.4364,-0.1971,-2.2393,0.0000,6.7449,10.6924,-19.6766,1.1801,2935.1660,2935.1660,2935.1660,2935.1660,2935.1660 +723.5000,1.0000,9183.9874,57.4460,57.6500,-0.1133,0.0000,5,1260.0674,117.5509,544.4372,-83.3128,15.5113,71.8406,-10.9934,-0.3463,9.1655,0.0000,9.1655,6.6920,9.1655,0.6363,0.0000,8.5292,0.0000,8.5292,6.2678,2.2614,0.0000,2.2614,-0.1605,2.4219,0.0000,7.8399,10.6089,-16.0268,1.1144,3609.5298,3609.5298,3609.5298,3609.5298,3609.5298 +724.5000,1.0000,9199.8335,57.0360,57.2420,-0.1144,0.0000,5,1251.0742,110.2743,557.9020,-82.7794,14.4473,73.0920,-10.8451,-0.3472,8.1079,0.0000,8.1079,6.6866,8.1079,0.6245,0.0000,7.4834,0.0000,7.4834,6.2231,1.2603,0.0000,1.2603,-0.1609,1.4213,0.0000,6.9565,10.5331,-16.0684,1.1733,3420.9657,3420.9657,3420.9657,3420.9657,3420.9657 +725.5000,1.0000,9215.5742,56.6565,56.8300,-0.0964,0.0000,5,1242.7499,155.0573,552.6846,-82.2857,20.1792,71.9266,-10.7087,-0.2904,13.7151,0.0000,13.7151,6.7546,13.7151,0.6465,0.0000,13.0686,0.0000,13.0686,6.1817,6.8869,0.0000,6.8869,-0.1346,7.0216,0.0000,10.0018,10.4631,-13.4433,1.2115,4429.2883,4429.2883,4429.2883,4429.2883,4429.2883 +726.5000,1.0000,9231.1846,56.1875,56.4830,-0.1642,0.0000,5,1232.4625,101.1316,570.2962,-81.6756,13.0524,73.6042,-10.5413,-0.4906,6.8838,0.0000,6.8838,6.6592,6.8838,0.6049,0.0000,6.2789,0.0000,6.2789,6.1305,0.1484,0.0000,0.1484,-0.2274,0.3758,0.0000,12.7060,10.3764,-22.7067,1.1896,3166.5675,3166.5675,3166.5675,3166.5675,3166.5675 +727.5000,1.0000,9246.5900,55.4495,55.8920,-0.2458,0.0000,5,1216.2746,18.5029,542.6355,-80.7155,2.3567,69.1144,-10.2806,-0.7250,-3.4896,0.0000,-3.4896,6.5713,-3.4896,0.6154,0.0000,-4.1050,0.0000,-4.1050,6.0500,-10.1550,0.0000,-10.1550,-0.3361,-9.8189,0.0000,13.4967,10.2402,-33.5558,1.1735,1797.6224,1797.6224,1797.6224,1797.6224,1797.6224 +728.5000,1.0000,9261.7420,54.5370,55.0070,-0.2611,0.0000,5,1196.2591,1.0196,499.9752,-79.5271,0.1277,62.6329,-9.9625,-0.7574,-5.5768,0.0000,-5.5768,6.4619,-5.5768,0.6057,0.0000,-6.1825,0.0000,-6.1825,5.9504,-12.1329,0.0000,-12.1329,-0.3511,-11.7818,0.0000,13.2012,10.0716,-35.0547,1.1415,1478.0148,1478.0148,1478.0148,1478.0148,1478.0148 +729.5000,1.0000,9276.6313,53.5915,54.0670,-0.2642,0.0000,5,1175.5197,-10.4573,486.0001,-78.2900,-1.2873,59.8267,-9.6375,-0.7529,-6.7737,0.0000,-6.7737,6.2393,-6.7737,0.5934,0.0000,-7.3670,0.0000,-7.3670,5.8473,-13.2143,0.0000,-13.2143,-0.3490,-12.8653,0.0000,12.0877,9.8970,-34.8500,1.0179,1233.7251,1233.7251,1233.7251,1233.7251,1233.7251 +730.5000,1.0000,9291.1363,52.2080,53.1160,-0.5044,0.0640,5,1145.1729,44.3674,472.0431,-76.4797,5.3206,56.6085,-9.1716,-1.4007,0.5530,0.0000,0.5530,6.1684,0.5530,0.5530,0.0000,0.0000,0.0000,0.0000,5.6963,-5.6963,38.9226,-44.6189,-0.6493,-43.9696,0.8066,10.4128,9.6415,-64.8305,1.0349,2139.1926,2139.1926,2139.1926,2139.1926,2139.1926 +731.5000,1.0000,9305.1520,50.4465,51.3000,-0.4742,0.0780,5,1106.5347,45.5644,488.5768,-74.1749,5.2798,56.6143,-8.5951,-1.2722,0.5255,0.0000,0.5255,6.0266,0.5255,0.5255,0.0000,0.0000,0.0000,0.0000,5.5041,-5.5041,30.9374,-36.4415,-0.5897,-35.8518,0.9499,12.7653,9.3162,-58.8832,0.9902,2129.1336,2129.1336,2129.1336,2129.1336,2129.1336 +732.5000,1.0000,9318.7326,48.8805,49.5930,-0.3958,0.0780,5,1072.1848,46.8327,479.9758,-71.7940,5.2583,53.8912,-8.0610,-1.0290,0.5015,0.0000,0.5015,5.7858,0.5015,0.5015,0.0000,0.0000,0.0000,0.0000,5.3332,-5.3332,22.5494,-27.8827,-0.4770,-27.4056,0.9204,10.2766,9.0270,-47.6296,0.9348,2074.3827,2074.3827,2074.3827,2074.3827,2074.3827 +733.5000,1.0000,9332.0886,48.0715,48.1680,-0.0536,0.0070,5,1054.4395,217.0660,475.5952,-70.5237,23.9686,52.5155,-7.7873,-0.1371,18.3498,0.0000,18.3498,5.7558,18.3498,0.5409,0.0000,17.8089,0.0000,17.8089,5.2450,12.5639,0.0000,12.5639,-0.0635,12.6275,0.0812,10.0127,8.8776,-6.3441,1.0009,5072.0308,5072.0308,5072.0308,5072.0308,5072.0308 +734.5000,1.0000,9345.4335,48.0315,47.9750,0.0314,0.0000,5,1053.5621,339.1060,558.7432,-70.4609,37.4132,61.6454,-7.7739,0.0802,31.5556,0.0000,31.5556,5.7773,31.5556,0.6064,0.0000,30.9493,0.0000,30.9493,5.2406,25.7086,0.0000,25.7086,0.0372,25.6715,0.0000,13.0899,8.8702,3.7113,0.9660,7595.3830,7595.3830,7595.3830,7595.3830,7595.3830 +735.5000,1.0000,9358.7857,48.0580,48.0880,-0.0167,0.0000,5,1054.1434,261.4900,618.6581,-70.5025,28.8658,68.2934,-7.7827,-0.0426,23.1450,0.0000,23.1450,5.7634,23.1450,0.5647,0.0000,22.5803,0.0000,22.5803,5.2435,17.3368,0.0000,17.3368,-0.0197,17.3565,0.0000,10.4531,8.8751,-1.9717,1.0009,5945.4712,5945.4712,5945.4712,5945.4712,5945.4712 +736.5000,1.0000,9372.1515,48.1070,48.0280,0.0439,0.0000,5,1055.2182,329.8812,580.7021,-70.5795,36.4526,64.1689,-7.7992,0.1123,30.5721,0.0000,30.5721,5.7682,30.5721,0.6025,0.0000,29.9696,0.0000,29.9696,5.2489,24.7208,0.0000,24.7208,0.0521,24.6687,0.0000,10.5871,8.8842,5.1975,1.0011,7418.2027,7418.2027,7418.2027,7418.2027,7418.2027 +737.5000,1.0000,9385.5797,48.3315,48.1860,0.0808,0.0000,5,1060.1426,358.4738,614.6073,-70.9320,39.7970,68.2324,-7.8747,0.2078,33.8092,0.0000,33.8092,5.7800,33.8092,0.6219,0.0000,33.1873,0.0000,33.1873,5.2733,27.9140,0.0000,27.9140,0.0963,27.8177,0.0000,9.2748,8.9256,9.6172,0.9907,8029.1794,8029.1794,8029.1794,8029.1794,8029.1794 +738.5000,1.0000,9399.1108,48.7020,48.4770,0.1250,0.0000,5,1068.2694,418.6980,629.5309,-71.5137,46.8393,70.4249,-8.0002,0.3238,40.7014,0.0000,40.7014,5.8141,40.7014,0.6616,0.0000,40.0398,0.0000,40.0398,5.3138,34.7260,0.0000,34.7260,0.1501,34.5759,0.0000,10.5959,8.9941,14.9860,1.0042,9410.1514,9410.1514,9410.1514,9410.1514,9410.1514 +739.5000,1.0000,9412.8528,49.4610,48.9270,0.2967,0.0000,5,1084.9179,627.7278,659.9756,-72.7055,71.3176,74.9814,-8.2602,0.7804,64.6889,0.0000,64.6889,5.8483,64.6889,0.7925,0.0000,63.8964,0.0000,63.8964,5.5029,58.3935,0.0000,58.3935,0.3618,58.0317,0.0000,12.7764,9.1342,36.1211,1.0082,14079.4953,14079.4953,14079.4953,14079.4953,14079.4953 +740.5000,1.0000,9426.9347,50.6850,49.9950,0.3833,0.0000,5,1111.7661,675.5558,759.8701,-74.4869,78.6508,88.4670,-8.6721,1.0333,71.6692,0.0000,71.6692,5.9483,71.6692,0.8451,0.0000,70.8240,0.0000,70.8240,5.7193,65.1047,0.0000,65.1047,0.4790,64.6257,0.0000,7.4371,9.3603,47.8283,1.0030,15447.6328,15447.6328,15447.6328,15447.6328,15447.6328 +741.5000,1.0000,9441.4146,52.1175,51.3750,0.4125,0.0000,5,1143.1878,659.2691,783.9320,-76.3613,78.9240,93.8479,-9.1415,1.1434,71.7588,0.0000,71.7588,6.0218,71.7588,0.8668,0.0000,70.8920,0.0000,70.8920,5.8520,65.0400,0.0000,65.0400,0.5300,64.5100,0.0000,1.9631,9.6248,52.9221,0.9855,15495.4600,15495.4600,15495.4600,15495.4600,15495.4600 +742.5000,1.0000,9456.2796,53.5040,52.8600,0.3578,0.0000,5,1173.6004,582.4840,780.0240,-78.1755,71.5868,95.8643,-9.6077,1.0181,64.3918,0.0000,64.3918,6.1769,64.3918,0.8509,0.0000,63.5409,0.0000,63.5409,5.8691,57.6719,0.0000,57.6719,0.4720,57.1999,0.0000,0.1965,9.8809,47.1226,1.0305,14165.4361,14165.4361,14165.4361,14165.4361,14165.4361 +743.5000,1.0000,9471.5221,54.8630,54.1480,0.3972,0.0000,5,1203.4098,625.2701,749.5501,-79.9525,78.7970,94.4589,-10.0757,1.1590,71.3192,0.0000,71.3192,6.3188,71.3192,0.9064,0.0000,70.4128,0.0000,70.4128,6.0970,64.3158,0.0000,64.3158,0.5373,63.7785,0.0000,0.0000,10.1318,53.6466,1.0367,15517.1655,15517.1655,15517.1655,15517.1655,15517.1655 +744.5000,1.0000,9487.1370,56.2035,55.5780,0.3475,0.0000,5,1232.8134,569.3844,771.1278,-81.6964,73.5075,99.5525,-10.5470,1.0387,65.9799,0.0000,65.9799,6.4889,65.9799,0.9006,0.0000,65.0792,0.0000,65.0792,6.1402,58.9390,0.0000,58.9390,0.4815,58.4575,0.0000,0.0000,10.3794,48.0781,1.0558,14508.0153,14508.0153,14508.0153,14508.0153,14508.0153 +745.5000,1.0000,9503.0774,57.3755,56.8290,0.3036,0.0000,5,1258.5210,519.6482,750.5287,-83.2210,68.4855,98.9137,-10.9679,0.9265,61.0619,0.0000,61.0619,6.4971,61.0619,0.8947,0.0000,60.1673,0.0000,60.1673,6.2601,53.9072,0.0000,53.9072,0.4295,53.4777,0.0000,0.0000,10.5958,42.8818,1.0609,13577.3458,13577.3458,13577.3458,13577.3458,13577.3458 +746.5000,1.0000,9519.2776,58.3110,57.9220,0.2161,0.0000,5,1279.0410,422.4452,732.8247,-84.4380,56.5827,98.1552,-11.3097,0.6702,49.3135,0.0000,49.3135,6.5989,49.3135,0.8510,0.0000,48.4626,0.0000,48.4626,6.3622,42.1004,0.0000,42.1004,0.3107,41.7897,0.0000,0.0000,10.7686,31.0211,1.0383,11295.4793,11295.4793,11295.4793,11295.4793,11295.4793 +747.5000,1.0000,9535.6808,59.0415,58.7000,0.1897,0.0000,5,1295.0644,392.8065,694.9938,-85.3884,53.2720,94.2542,-11.5803,0.5957,46.0424,0.0000,46.0424,6.6338,46.0424,0.8465,0.0000,45.1959,0.0000,45.1959,6.4419,38.7540,0.0000,38.7540,0.2762,38.4778,0.0000,0.0000,10.9035,27.5743,1.0681,10700.2613,10700.2613,10700.2613,10700.2613,10700.2613 +748.5000,1.0000,9552.2207,59.5335,59.3830,0.0836,0.0000,5,1305.8564,275.0753,685.0581,-86.0284,37.6163,93.6810,-11.7643,0.2647,30.6436,0.0000,30.6436,6.7080,30.6436,0.7776,0.0000,29.8660,0.0000,29.8660,6.4956,23.3704,0.0000,23.3704,0.1227,23.2477,0.0000,0.0000,10.9944,12.2533,1.0569,7762.0383,7762.0383,7762.0383,7762.0383,7762.0383 +749.5000,1.0000,9568.8310,59.7870,59.6840,0.0572,0.0000,5,1311.4168,245.5730,637.6693,-86.3582,33.7249,87.5719,-11.8597,0.1820,26.8332,0.0000,26.8332,6.7097,26.8332,0.7627,0.0000,26.0705,0.0000,26.0705,6.5232,19.5472,0.0000,19.5472,0.0843,19.4629,0.0000,0.0000,11.0412,8.4217,1.0580,7039.4435,7039.4435,7039.4435,7039.4435,7039.4435 +750.5000,1.0000,9585.4521,59.8260,59.8900,-0.0356,0.0000,5,1312.2723,142.6622,625.9487,-86.4089,19.6048,86.0184,-11.8744,-0.1131,12.9812,0.0000,12.9812,6.7367,12.9812,0.6941,0.0000,12.2871,0.0000,12.2871,6.5275,5.7596,0.0000,5.7596,-0.0524,5.8121,0.0000,0.0000,11.0484,-5.2363,1.0182,4423.5820,4423.5820,4423.5820,4423.5820,4423.5820 +751.5000,1.0000,9602.0222,59.6425,59.7620,-0.0664,0.0000,5,1308.2473,107.8739,582.2598,-86.1702,14.7787,79.7692,-11.8053,-0.2106,8.3450,0.0000,8.3450,6.6443,8.3450,0.6679,0.0000,7.6771,0.0000,7.6771,6.5075,1.1697,0.0000,1.1697,-0.0976,1.2673,0.0000,0.0000,11.0145,-9.7472,1.0174,3530.4205,3530.4205,3530.4205,3530.4205,3530.4205 +752.5000,1.0000,9618.5582,59.5195,59.5230,-0.0019,0.0000,5,1305.5493,180.1498,566.9152,-86.0102,24.6295,77.5068,-11.7590,-0.0062,17.9117,0.0000,17.9117,6.7239,17.9117,0.7137,0.0000,17.1981,0.0000,17.1981,6.4940,10.7040,0.0000,10.7040,-0.0029,10.7069,0.0000,0.0000,10.9918,-0.2849,1.0569,5346.4500,5346.4500,5346.4500,5346.4500,5346.4500 +753.5000,1.0000,9635.0847,59.4855,59.5160,-0.0169,0.0000,5,1304.8035,163.3659,597.0168,-85.9660,22.3221,81.5756,-11.7463,-0.0536,15.6717,0.0000,15.6717,6.7041,15.6717,0.7019,0.0000,14.9698,0.0000,14.9698,6.4903,8.4794,0.0000,8.4794,-0.0249,8.5043,0.0000,0.0000,10.9855,-2.4812,1.0301,4919.8201,4919.8201,4919.8201,4919.8201,4919.8201 +754.5000,1.0000,9651.5506,59.2670,59.4550,-0.1044,0.0000,5,1300.0107,81.7546,589.0491,-85.6817,11.1298,80.1913,-11.6644,-0.3292,2.6854,0.0000,2.6854,8.7737,2.6854,0.6643,0.0000,2.0210,0.0000,2.0210,6.4665,-4.4455,0.0000,-4.4455,-0.1526,-4.2928,0.0000,0.0000,10.9451,-15.2380,1.0425,3006.8169,3006.8169,3006.8169,3006.8169,3006.8169 +755.5000,1.0000,9667.9149,58.9015,59.0790,-0.0986,0.0000,5,1291.9936,87.9397,552.5329,-85.2062,11.8980,74.7562,-11.5282,-0.3089,3.5188,0.0000,3.5188,8.6881,3.5188,0.6559,0.0000,2.8629,0.0000,2.8629,6.4266,-3.5638,0.0000,-3.5638,-0.1432,-3.4206,0.0000,0.0000,10.8777,-14.2982,1.0276,3087.7295,3087.7295,3087.7295,3087.7295,3087.7295 +756.5000,1.0000,9684.1501,58.4370,58.7240,-0.1594,0.0000,5,1281.8048,21.0161,552.6251,-84.6020,2.8210,74.1790,-11.3561,-0.4955,-5.3283,0.0000,-5.3283,8.6448,-5.3283,0.6701,0.0000,-5.9984,0.0000,-5.9984,6.3759,-12.3743,0.0000,-12.3743,-0.2297,-12.1446,0.0000,0.0000,10.7919,-22.9365,1.0389,1980.5546,1980.5546,1980.5546,1980.5546,1980.5546 +757.5000,1.0000,9700.1656,57.6455,58.1500,-0.2803,0.0000,5,1264.4434,63.1680,519.1113,-83.5723,8.3642,68.7367,-11.0660,-0.8593,0.6417,0.0000,0.6417,8.5818,0.6417,0.6417,0.0000,0.0000,0.0000,0.0000,6.2896,-6.2896,23.2356,-29.5252,-0.3983,-29.1268,0.0000,0.0000,10.6457,-39.7725,1.0354,2621.0781,2621.0781,2621.0781,2621.0781,2621.0781 +758.5000,1.0000,9715.8896,56.5965,57.1410,-0.3025,0.0000,5,1241.4338,63.3000,531.8536,-82.2076,8.2292,69.1424,-10.6872,-0.9105,0.6241,0.0000,0.6241,8.5156,0.6241,0.6241,0.0000,0.0000,0.0000,0.0000,6.1751,-6.1751,25.9398,-32.1149,-0.4221,-31.6928,0.0000,0.0000,10.4520,-42.1448,1.0309,2568.2214,2568.2214,2568.2214,2568.2214,2568.2214 +759.5000,1.0000,9731.3181,55.5325,56.0520,-0.2886,0.0000,5,1218.0952,63.4770,526.1098,-80.8235,8.0970,67.1098,-10.3097,-0.8524,0.6065,0.0000,0.6065,8.3429,0.6065,0.6065,0.0000,0.0000,0.0000,0.0000,6.0590,-6.0590,23.5345,-29.5935,-0.3952,-29.1984,0.0000,0.0000,10.2555,-39.4539,1.0130,2519.3593,2519.3593,2519.3593,2519.3593,2519.3593 +760.5000,1.0000,9746.3435,54.0815,55.0130,-0.5175,0.0000,5,1186.2677,58.5683,518.2931,-78.9311,7.2757,64.3853,-9.8053,-1.4885,0.5829,0.0000,0.5829,8.1813,0.5829,0.5829,0.0000,0.0000,0.0000,0.0000,5.9007,-5.9007,53.6969,-59.5976,-0.6900,-58.9076,0.0000,0.0000,9.9875,-68.8951,1.0067,2392.7559,2392.7559,2392.7559,2392.7559,2392.7559 +761.5000,1.0000,9760.8729,52.2960,53.1500,-0.4744,0.0470,5,1147.1031,60.6394,505.8666,-76.5949,7.2843,60.7669,-9.2009,-1.3196,0.5543,0.0000,0.5543,8.0495,0.5543,0.5543,0.0000,0.0000,0.0000,0.0000,5.7059,-5.7059,45.7324,-51.4383,-0.6117,-50.8266,0.5934,0.0000,9.6578,-61.0778,1.0114,2400.1578,2400.1578,2400.1578,2400.1578,2400.1578 +762.5000,1.0000,9774.9340,50.6100,51.4420,-0.4622,0.3770,5,1110.1210,45.0714,497.4683,-74.3888,5.2396,57.8315,-8.6478,-1.2442,0.5280,0.0000,0.5280,5.9558,0.5280,0.5280,0.0000,0.0000,0.0000,0.0000,5.5220,-5.5220,38.6884,-44.2103,-0.5768,-43.6336,4.6060,0.0000,9.3463,-57.5859,1.0142,2127.4686,2127.4686,2127.4686,2127.4686,2127.4686 +763.5000,1.0000,9788.4986,48.8225,49.7780,-0.5308,0.7880,5,1070.9125,44.5010,479.4906,-71.7029,4.9906,53.7728,-8.0412,-1.3784,0.5006,0.0000,0.5006,5.8683,0.5006,0.5006,0.0000,0.0000,0.0000,0.0000,5.3269,-5.3269,40.8069,-46.1338,-0.6390,-45.4949,9.2872,0.0000,9.0160,-63.7981,0.9933,2026.5420,2026.5420,2026.5420,2026.5420,2026.5420 +764.5000,1.0000,9801.5265,46.8905,47.8670,-0.5425,0.9360,5,1028.5345,44.8624,468.2749,-68.6694,4.8320,50.4369,-7.3962,-1.3529,0.4718,0.0000,0.4718,5.7131,0.4718,0.4718,0.0000,0.0000,0.0000,0.0000,5.1161,-5.1161,38.8773,-43.9934,-0.6272,-43.3662,10.5948,0.0000,8.6591,-62.6201,0.9948,1935.8216,1935.8216,1935.8216,1935.8216,1935.8216 +765.5000,1.0000,9814.0640,45.1250,45.9140,-0.4383,0.6230,5,989.8086,47.9120,456.4871,-67.2098,4.9662,47.3160,-6.9665,-1.0520,0.4461,0.0000,0.4461,5.5721,0.4461,0.4461,0.0000,0.0000,0.0000,0.0000,4.9235,-4.9235,29.1356,-34.0591,-0.4877,-33.5714,6.7865,0.0000,8.3333,-48.6913,0.9856,1898.9245,1898.9245,1898.9245,1898.9245,1898.9245 +766.5000,1.0000,9826.2343,43.8030,44.3360,-0.2961,0.2830,5,960.8107,51.4654,444.6306,-68.8686,5.1782,44.7369,-6.9293,-0.6898,0.4273,0.0000,0.4273,5.4408,0.4273,0.4273,0.0000,0.0000,0.0000,0.0000,4.7793,-4.7793,16.3879,-21.1671,-0.3198,-20.8474,2.9925,0.0000,8.0893,-31.9292,0.9671,1882.3994,1882.3994,1882.3994,1882.3994,1882.3994 +767.5000,1.0000,9838.1815,43.0000,43.2700,-0.1500,0.0600,5,943.1971,27.0015,438.3477,-69.8762,2.6670,43.2962,-6.9018,-0.3430,-2.3583,0.0000,-2.3583,5.3683,-2.3583,0.4230,0.0000,-2.7813,0.0000,-2.7813,4.6916,-7.4729,0.0000,-7.4729,-0.1590,-7.3139,0.6228,0.0000,7.9410,-15.8778,0.9745,1367.0508,1367.0508,1367.0508,1367.0508,1367.0508 +768.5000,1.0000,9849.9879,42.4930,42.7300,-0.1317,0.0000,5,932.0761,41.3755,420.3834,-70.5124,4.0385,41.0323,-6.8825,-0.2976,-1.0145,0.0000,-1.0145,5.3506,-1.0145,0.4125,0.0000,-1.4270,0.0000,-1.4270,4.6363,-6.0633,0.0000,-6.0633,-0.1379,-5.9254,0.0000,0.0000,7.8474,-13.7728,0.9719,1603.8743,1603.8743,1603.8743,1603.8743,1603.8743 +769.5000,1.0000,9861.7188,42.2210,42.2560,-0.0194,0.0000,5,926.1099,165.5179,425.2159,-70.8537,16.0523,41.2383,-6.8715,-0.0437,10.7864,0.0000,10.7864,5.3095,10.7864,0.4238,0.0000,10.3626,0.0000,10.3626,4.6066,5.7560,0.0000,5.7560,-0.0202,5.7762,0.0000,0.0000,7.7972,-2.0209,0.9828,3647.2527,3647.2527,3647.2527,3647.2527,3647.2527 +770.5000,1.0000,9873.4445,42.2025,42.1860,0.0092,0.0000,5,925.7041,196.7688,489.7384,-70.8769,19.0747,47.4750,-6.8708,0.0206,13.7988,0.0000,13.7988,5.2552,13.7988,0.4386,0.0000,13.3602,0.0000,13.3602,4.6046,8.7556,0.0000,8.7556,0.0095,8.7461,0.0000,0.0000,7.7938,0.9523,0.9586,4136.4800,4136.4800,4136.4800,4136.4800,4136.4800 +771.5000,1.0000,9885.1356,42.0780,42.2190,-0.0783,0.0000,5,922.9732,99.6748,505.2183,-71.0331,9.6339,48.8311,-6.8656,-0.1753,4.5595,0.0000,4.5595,5.2498,4.5595,0.3929,0.0000,4.1666,0.0000,4.1666,4.5910,-0.4244,0.0000,-0.4244,-0.0813,-0.3432,0.0000,0.0000,7.7708,-8.1139,0.9582,2700.0489,2700.0489,2700.0489,2700.0489,2700.0489 +772.5000,1.0000,9896.7865,41.9335,41.9370,-0.0019,0.0000,5,919.8036,184.6649,453.0104,-71.2144,17.7872,43.6347,-6.8595,-0.0043,12.5455,0.0000,12.5455,5.2461,12.5455,0.4289,0.0000,12.1166,0.0000,12.1166,4.5753,7.5414,0.0000,7.5414,-0.0020,7.5434,0.0000,0.0000,7.7441,-0.2007,0.9579,3921.2508,3921.2508,3921.2508,3921.2508,3921.2508 +773.5000,1.0000,9908.4570,42.0035,41.9300,0.0408,0.0000,5,921.3390,232.0085,497.7665,-71.1266,22.3847,48.0257,-6.8625,0.0912,17.0566,0.0000,17.0566,5.2369,17.0566,0.4523,0.0000,16.6043,0.0000,16.6043,4.5829,12.0214,0.0000,12.0214,0.0423,11.9791,0.0000,0.0000,7.7570,4.2221,0.9463,4704.8336,4704.8336,4704.8336,4704.8336,4704.8336 +774.5000,1.0000,9920.1746,42.1735,42.0770,0.0536,0.0000,5,925.0680,246.0063,523.6687,-70.9133,23.8313,50.7293,-6.8696,0.1202,18.4730,0.0000,18.4730,5.2381,18.4730,0.4616,0.0000,18.0114,0.0000,18.0114,4.6015,13.4099,0.0000,13.4099,0.0557,13.3542,0.0000,0.0000,7.7884,5.5658,0.9703,4980.2521,4980.2521,4980.2521,4980.2521,4980.2521 +775.5000,1.0000,9931.9913,42.5300,42.2700,0.1444,0.0000,5,932.8877,346.8026,533.4674,-70.4660,33.8798,52.1154,-6.8839,0.3267,28.2839,0.0000,28.2839,5.2691,28.2839,0.5153,0.0000,27.7686,0.0000,27.7686,4.6404,23.1283,0.0000,23.1283,0.1515,22.9768,0.0000,0.0000,7.8542,15.1226,0.9604,6885.6633,6885.6633,6885.6633,6885.6633,6885.6633 +776.5000,1.0000,9943.9953,43.2045,42.7900,0.2303,0.0000,5,947.6828,441.9105,589.7324,-69.6196,43.8557,58.5257,-6.9091,0.5291,38.0020,0.0000,38.0020,5.3246,38.0020,0.5727,0.0000,37.4293,0.0000,37.4293,4.7140,32.7153,0.0000,32.7153,0.2453,32.4700,0.0000,0.0000,7.9788,24.4912,0.9871,8813.1543,8813.1543,8813.1543,8813.1543,8813.1543 +777.5000,1.0000,9956.1936,43.9040,43.6190,0.1583,0.0000,5,963.0262,361.6803,643.5771,-68.7419,36.4747,64.9034,-6.9325,0.3697,30.7274,0.0000,30.7274,5.3775,30.7274,0.5456,0.0000,30.1818,0.0000,30.1818,4.7903,25.3916,0.0000,25.3916,0.1714,25.2202,0.0000,0.0000,8.1080,17.1122,0.9792,7428.9360,7428.9360,7428.9360,7428.9360,7428.9360 +778.5000,1.0000,9968.5800,44.5810,44.1890,0.2178,0.0000,5,977.8760,427.3677,608.8632,-67.8924,43.7637,62.3494,-6.9524,0.5164,37.8264,0.0000,37.8264,5.4210,37.8264,0.5902,0.0000,37.2362,0.0000,37.2362,4.8641,32.3721,0.0000,32.3721,0.2394,32.1327,0.0000,0.0000,8.2330,23.8997,0.9712,8824.0587,8824.0587,8824.0587,8824.0587,8824.0587 +779.5000,1.0000,9981.2060,45.4435,44.9730,0.2614,0.0000,5,996.7948,475.5429,648.1055,-66.8102,49.6391,67.6519,-6.9739,0.6317,43.5144,0.0000,43.5144,5.4930,43.5144,0.6303,0.0000,42.8841,0.0000,42.8841,4.9582,37.9259,0.0000,37.9259,0.2929,37.6330,0.0000,0.0000,8.3923,29.2407,0.9988,9958.8854,9958.8854,9958.8854,9958.8854,9958.8854 +780.5000,1.0000,9994.0889,46.3685,45.9140,0.2525,0.0000,5,1017.0845,465.7964,675.4790,-67.8498,49.6114,71.9445,-7.2266,0.6227,43.3745,0.0000,43.3745,5.6142,43.3745,0.6423,0.0000,42.7323,0.0000,42.7323,5.0592,37.6731,0.0000,37.6731,0.2887,37.3844,0.0000,0.0000,8.5631,28.8213,0.9805,9933.4141,9933.4141,9933.4141,9933.4141,9933.4141 +781.5000,1.0000,10007.2381,47.3270,46.8230,0.2800,0.0000,5,1038.1090,495.7567,673.8593,-69.3548,53.8940,73.2556,-7.5396,0.7048,47.5279,0.0000,47.5279,5.6613,47.5279,0.6763,0.0000,46.8515,0.0000,46.8515,5.1637,41.6878,0.0000,41.6878,0.3267,41.3611,0.0000,0.0000,8.7401,32.6209,0.9855,10756.4143,10756.4143,10756.4143,10756.4143,10756.4143 +782.5000,1.0000,10020.6860,48.4025,47.8310,0.3175,0.0000,5,1061.6999,537.1576,691.4546,-71.0435,59.7217,76.8766,-7.8987,0.8173,53.1487,0.0000,53.1487,5.7557,53.1487,0.7196,0.0000,52.4291,0.0000,52.4291,5.2811,47.1480,0.0000,47.1480,0.3789,46.7691,0.0000,0.0000,8.9387,37.8304,0.9911,11853.9147,11853.9147,11853.9147,11853.9147,11853.9147 +783.5000,1.0000,10034.4293,49.4660,48.9740,0.2733,0.0000,5,1085.0276,487.7949,714.7892,-72.7133,55.4251,81.2171,-8.2620,0.7191,48.8625,0.0000,48.8625,5.8435,48.8625,0.7134,0.0000,48.1491,0.0000,48.1491,5.3971,42.7520,0.0000,42.7520,0.3334,42.4186,0.0000,0.0000,9.1351,33.2835,0.9851,11040.2729,11040.2729,11040.2729,11040.2729,11040.2729 +784.5000,1.0000,10048.4375,50.4195,49.9580,0.2564,0.0000,5,1105.9424,469.3931,695.2254,-74.1396,54.3623,80.5168,-8.5864,0.6875,47.6744,0.0000,47.6744,6.0004,47.6744,0.7213,0.0000,46.9531,0.0000,46.9531,5.5012,41.4519,0.0000,41.4519,0.3187,41.1332,0.0000,0.0000,9.3112,31.8220,1.1062,10807.0766,10807.0766,10807.0766,10807.0766,10807.0766 +785.5000,1.0000,10062.6628,51.2010,50.8810,0.1778,0.0000,5,1123.0845,382.3993,689.8694,-75.1621,44.9737,81.1349,-8.8398,0.4841,38.3597,0.0000,38.3597,6.1299,38.3597,0.6862,0.0000,37.6735,0.0000,37.6735,5.5864,32.0871,0.0000,32.0871,0.2244,31.8626,0.0000,0.0000,9.4556,22.4071,1.2007,9055.6803,9055.6803,9055.6803,9055.6803,9055.6803 +786.5000,1.0000,10076.9908,51.5710,51.5210,0.0278,0.0000,5,1131.2004,215.0733,652.1379,-75.6462,25.4774,77.2516,-8.9610,0.0762,19.3088,0.0000,19.3088,6.0923,19.3088,0.5964,0.0000,18.7124,0.0000,18.7124,5.6268,13.0856,0.0000,13.0856,0.0353,13.0503,0.0000,0.0000,9.5239,3.5264,1.1348,5361.3301,5361.3301,5361.3301,5361.3301,5361.3301 +787.5000,1.0000,10091.3220,51.5820,51.6210,-0.0217,0.0000,5,1131.4417,160.1902,574.6172,-75.6606,18.9800,68.0831,-8.9646,-0.0594,12.9399,0.0000,12.9399,6.0995,12.9399,0.5647,0.0000,12.3752,0.0000,12.3752,5.6280,6.7472,0.0000,6.7472,-0.0276,6.7747,0.0000,0.0000,9.5259,-2.7512,1.1240,4151.5367,4151.5367,4151.5367,4151.5367,4151.5367 +788.5000,1.0000,10105.6289,51.4950,51.5430,-0.0267,0.0000,5,1129.5333,154.3432,548.4753,-75.5468,18.2564,64.8761,-8.9360,-0.0730,12.2743,0.0000,12.2743,6.0552,12.2743,0.5601,0.0000,11.7141,0.0000,11.7141,5.6185,6.0956,0.0000,6.0956,-0.0339,6.1295,0.0000,0.0000,9.5099,-3.3804,1.1126,4009.1237,4009.1237,4009.1237,4009.1237,4009.1237 +789.5000,1.0000,10119.8914,51.3350,51.4470,-0.0622,0.0000,5,1126.0238,114.9413,545.0156,-75.3374,13.5535,64.2666,-8.8836,-0.1699,7.6744,0.0000,7.6744,6.0491,7.6744,0.5347,0.0000,7.1396,0.0000,7.1396,5.6011,1.5386,0.0000,1.5386,-0.0788,1.6173,0.0000,0.0000,9.4803,-7.8630,1.1007,3249.2729,3249.2729,3249.2729,3249.2729,3249.2729 +790.5000,1.0000,10134.0847,51.0860,51.2230,-0.0761,0.0000,5,1120.5620,100.6307,525.1322,-75.0116,11.8085,61.6216,-8.8022,-0.2068,5.8629,0.0000,5.8629,6.1524,5.8629,0.5220,0.0000,5.3409,0.0000,5.3409,5.5739,-0.2330,0.0000,-0.2330,-0.0959,-0.1372,0.0000,0.0000,9.4343,-9.5715,1.1441,3020.8757,3020.8757,3020.8757,3020.8757,3020.8757 +791.5000,1.0000,10148.1903,50.7700,50.9490,-0.0994,0.0000,5,1113.6306,74.9966,516.7134,-74.5982,8.7460,60.2587,-8.6996,-0.2685,2.8870,0.0000,2.8870,6.1275,2.8870,0.5246,0.0000,2.3624,0.0000,2.3624,5.5394,-3.1770,0.0000,-3.1770,-0.1245,-3.0525,0.0000,0.0000,9.3760,-12.4284,1.1659,2607.3743,2607.3743,2607.3743,2607.3743,2607.3743 +792.5000,1.0000,10162.1421,50.2165,50.5910,-0.2081,0.0000,5,1101.4897,-45.0675,501.6353,-73.8739,-5.1984,57.8625,-8.5212,-0.5557,-10.6740,0.0000,-10.6740,6.0312,-10.6740,0.5499,0.0000,-11.2239,0.0000,-11.2239,5.4790,-16.7029,0.0000,-16.7029,-0.2576,-16.4453,0.0000,0.0000,9.2737,-25.7191,1.1050,469.8681,469.8681,469.8681,469.8681,469.8681 +793.5000,1.0000,10175.8633,49.3865,49.8420,-0.2531,0.0000,5,1083.2838,51.2050,438.0074,-72.5885,5.8088,49.6881,-8.2345,-0.6647,0.5092,0.0000,0.5092,5.9642,0.5092,0.5092,0.0000,0.0000,0.0000,0.0000,5.3885,-5.3885,16.5640,-21.9524,-0.3081,-21.6443,0.0000,0.0000,9.1205,-30.7647,1.0891,2184.1770,2184.1770,2184.1770,2184.1770,2184.1770 +794.5000,1.0000,10189.2013,48.0065,48.9310,-0.5136,0.0000,5,1053.0137,45.7400,477.7092,-70.4217,5.0438,52.6776,-7.7655,-1.3114,0.4884,0.0000,0.4884,5.8668,0.4884,0.4884,0.0000,0.0000,0.0000,0.0000,5.2379,-5.2379,47.2009,-52.4388,-0.6079,-51.8309,0.0000,0.0000,8.8656,-60.6965,1.0816,2009.1500,2009.1500,2009.1500,2009.1500,2009.1500 +795.5000,1.0000,10202.0603,46.2825,47.0820,-0.4442,0.0760,5,1015.1981,48.0495,465.4502,-67.7147,5.1082,49.4826,-7.1988,-1.0933,0.4629,0.0000,0.4629,5.7386,0.4629,0.4629,0.0000,0.0000,0.0000,0.0000,5.0498,-5.0498,36.6655,-41.7153,-0.5068,-41.2085,0.8491,0.0000,8.5472,-50.6048,1.0739,1966.4644,1966.4644,1966.4644,1966.4644,1966.4644 +796.5000,1.0000,10214.4775,44.6920,45.4830,-0.4394,0.0870,5,980.3108,49.3210,453.7030,-67.7531,5.0632,46.5762,-6.9554,-1.0445,0.4399,0.0000,0.4399,5.6678,0.4399,0.4399,0.0000,0.0000,0.0000,0.0000,4.8763,-4.8763,34.7621,-39.6383,-0.4842,-39.1541,0.9386,0.0000,8.2535,-48.3463,1.1131,1898.2335,1898.2335,1898.2335,1898.2335,1898.2335 +797.5000,1.0000,10226.4929,43.2455,43.9010,-0.3642,0.0870,5,948.5821,51.3022,439.9848,-69.5682,5.0961,43.7060,-6.9106,-0.8376,0.4195,0.0000,0.4195,5.5142,0.4195,0.4195,0.0000,0.0000,0.0000,0.0000,4.7184,-4.7184,25.5430,-30.2614,-0.3883,-29.8731,0.9083,0.0000,7.9864,-38.7677,1.0488,1843.4259,1843.4259,1843.4259,1843.4259,1843.4259 +798.5000,1.0000,10238.2654,42.3710,42.5900,-0.1217,0.0140,5,929.4001,55.3549,432.2458,-70.6655,5.3875,42.0690,-6.8776,-0.2742,0.1816,0.0000,0.1816,5.4801,0.1816,0.4079,0.0000,-0.2262,0.0000,-0.2262,4.6230,-4.8493,0.0000,-4.8493,-0.1271,-4.7222,0.1432,0.0000,7.8249,-12.6902,1.1047,1865.2785,1865.2785,1865.2785,1865.2785,1865.2785 +799.5000,1.0000,10249.9539,42.0685,42.1520,-0.0464,0.0000,5,922.7648,137.0544,431.1279,-71.0450,13.2438,41.6606,-6.8652,-0.1038,7.9144,0.0000,7.9144,5.4332,7.9144,0.4075,0.0000,7.5069,0.0000,7.5069,4.5900,2.9169,0.0000,2.9169,-0.0481,2.9650,0.0000,0.0000,7.7690,-4.8040,1.0924,3190.0018,3190.0018,3190.0018,3190.0018,3190.0018 +800.5000,1.0000,10261.6907,42.2425,41.9850,0.1431,0.0000,5,926.5815,346.8615,474.9138,-70.8267,33.6564,46.0815,-6.8724,0.3214,27.9449,0.0000,27.9449,5.3902,27.9449,0.5099,0.0000,27.4350,0.0000,27.4350,4.6090,22.8260,0.0000,22.8260,0.1490,22.6771,0.0000,0.0000,7.8011,14.8759,1.0689,6836.4078,6836.4078,6836.4078,6836.4078,6836.4078 +801.5000,1.0000,10273.6521,43.0510,42.5000,0.3061,0.0000,5,944.3158,527.6955,587.9219,-69.8122,52.1830,58.1387,-6.9036,0.7009,46.0242,0.0000,46.0242,5.4579,46.0242,0.6108,0.0000,45.4134,0.0000,45.4134,4.6972,40.7162,0.0000,40.7162,0.3249,40.3913,0.0000,0.0000,7.9505,32.4408,1.1072,10339.2210,10339.2210,10339.2210,10339.2210,10339.2210 +802.5000,1.0000,10285.9483,44.2565,43.6020,0.3636,0.0000,5,970.7582,590.7121,686.5271,-68.2996,60.0503,69.7907,-6.9432,0.8559,53.7106,0.0000,53.7106,5.4839,53.7106,0.6652,0.0000,53.0453,0.0000,53.0453,4.8620,48.1834,0.0000,48.1834,0.3967,47.7866,0.0000,0.0000,8.1731,39.6135,1.0778,11949.6003,11949.6003,11949.6003,11949.6003,11949.6003 +803.5000,1.0000,10298.6310,45.6475,44.9110,0.4092,0.0000,5,1001.2695,641.7062,726.9254,-66.7177,67.2846,76.2201,-6.9955,0.9934,60.6805,0.0000,60.6805,5.6108,60.6805,0.7189,0.0000,59.9616,0.0000,59.9616,5.0935,54.8681,0.0000,54.8681,0.4605,54.4076,0.0000,0.0000,8.4300,45.9776,1.1169,13357.5156,13357.5156,13357.5156,13357.5156,13357.5156 +804.5000,1.0000,10311.7518,47.2250,46.3840,0.4672,0.0000,5,1035.8717,706.1480,754.8047,-69.1946,76.6003,81.8784,-7.5060,1.1735,69.7402,0.0000,69.7402,5.6865,69.7402,0.7860,0.0000,68.9543,0.0000,68.9543,5.3734,63.5809,0.0000,63.5809,0.5440,63.0369,0.0000,0.0000,8.7213,54.3156,1.0895,15117.4560,15117.4560,15117.4560,15117.4560,15117.4560 +805.5000,1.0000,10325.3220,48.8425,48.0660,0.4314,0.0000,5,1071.3512,665.4011,789.3619,-71.7343,74.6524,88.5598,-8.0480,1.1206,67.6968,0.0000,67.6968,5.8350,67.6968,0.7986,0.0000,66.8982,0.0000,66.8982,5.4911,61.4071,0.0000,61.4071,0.5195,60.8876,0.0000,0.0000,9.0200,51.8676,1.1211,14676.9708,14676.9708,14676.9708,14676.9708,14676.9708 +806.5000,1.0000,10339.3429,50.4655,49.6190,0.4703,0.0000,5,1106.9515,707.7863,774.3924,-74.1997,82.0464,89.7673,-8.6012,1.2622,74.9333,0.0000,74.9333,5.8509,74.9333,0.8583,0.0000,74.0750,0.0000,74.0750,5.7479,68.3271,0.0000,68.3271,0.5851,67.7420,0.0000,0.0000,9.3197,58.4223,1.0250,16098.9496,16098.9496,16098.9496,16098.9496,16098.9496 +807.5000,1.0000,10353.8301,52.1440,51.3120,0.4622,0.0000,5,1143.7690,699.1882,797.0909,-76.3960,83.7454,95.4717,-9.1503,1.2819,76.3688,0.0000,76.3688,6.0948,76.3688,0.8902,0.0000,75.4785,0.0000,75.4785,5.9232,69.5553,0.0000,69.5553,0.5942,68.9611,0.0000,0.0000,9.6297,59.3314,1.1494,16413.3691,16413.3691,16413.3691,16413.3691,16413.3691 +808.5000,1.0000,10368.7699,53.7730,52.9760,0.4428,0.0000,5,1179.5009,676.9978,797.0182,-78.5275,83.6208,98.4453,-9.6995,1.2663,76.1108,0.0000,76.1108,6.2437,76.1108,0.9136,0.0000,75.1972,0.0000,75.1972,6.0686,69.1286,0.0000,69.1286,0.5870,68.5416,0.0000,0.0000,9.9305,58.6110,1.1705,16384.0917,16384.0917,16384.0917,16384.0917,16384.0917 +809.5000,1.0000,10384.1478,55.3505,54.5700,0.4336,0.0000,5,1214.1030,665.7930,790.7244,-80.5867,84.6493,100.5332,-10.2458,1.2765,77.0652,0.0000,77.0652,6.3076,77.0652,0.9427,0.0000,76.1225,0.0000,76.1225,6.2275,69.8951,0.0000,69.8951,0.5917,69.3033,0.0000,0.0000,10.2219,59.0815,1.1020,16563.4201,16563.4201,16563.4201,16563.4201,16563.4201 +810.5000,1.0000,10399.9450,56.8600,56.1310,0.4050,0.0000,5,1247.2136,634.1981,788.9144,-82.5504,82.8313,103.0385,-10.7817,1.2248,75.0485,0.0000,75.0485,6.5581,75.0485,0.9564,0.0000,74.0921,0.0000,74.0921,6.3357,67.7564,0.0000,67.7564,0.5678,67.1886,0.0000,0.0000,10.5006,56.6880,1.1846,16221.8413,16221.8413,16221.8413,16221.8413,16221.8413 +811.5000,1.0000,10416.1299,58.2555,57.5890,0.3703,0.0000,5,1277.8237,600.6120,778.8111,-84.3658,80.3699,104.2153,-11.2893,1.1472,72.5461,0.0000,72.5461,6.6766,72.5461,0.9662,0.0000,71.5798,0.0000,71.5798,6.4262,65.1536,0.0000,65.1536,0.5318,64.6218,0.0000,0.7635,10.7584,53.0999,1.1829,15806.2570,15806.2570,15806.2570,15806.2570,15806.2570 +812.5000,1.0000,10432.6470,59.4515,58.9220,0.2942,0.0000,5,1304.0577,522.8859,768.3395,-85.9217,71.4056,104.9249,-11.7335,0.9301,63.7025,0.0000,63.7025,6.7730,63.7025,0.9415,0.0000,62.7610,0.0000,62.7610,6.4866,56.2743,0.0000,56.2743,0.4312,55.8431,0.0000,1.8127,10.9792,43.0512,1.1924,14145.9808,14145.9808,14145.9808,14145.9808,14145.9808 +813.5000,1.0000,10449.4678,60.5450,59.9810,0.3133,0.0000,5,1328.0434,547.8979,739.8086,-87.3443,76.1975,102.8869,-12.1472,1.0090,68.2985,0.0000,68.2985,6.8900,68.2985,0.9826,0.0000,67.3159,0.0000,67.3159,6.6059,60.7100,0.0000,60.7100,0.4677,60.2423,0.0000,2.3614,11.1812,46.6997,1.2010,14998.3189,14998.3189,14998.3189,14998.3189,14998.3189 +814.5000,1.0000,10466.4458,61.1110,61.1090,0.0011,0.0000,5,1340.4585,202.8879,753.3858,-88.0806,28.4799,105.7546,-12.3641,0.0036,21.4802,0.0000,21.4802,6.9960,21.4802,0.7579,0.0000,20.7223,0.0000,20.7223,6.6677,14.0547,0.0000,14.0547,0.0017,14.0530,0.0000,2.6001,11.2857,0.1671,1.2182,6093.9074,6093.9074,6093.9074,6093.9074,6093.9074 +815.5000,1.0000,10483.4024,61.0335,61.1130,-0.0442,0.0000,5,1338.7586,155.1632,614.3643,-87.9798,21.7530,86.1305,-12.3343,-0.1434,14.9378,0.0000,14.9378,6.9586,14.9378,0.7239,0.0000,14.2139,0.0000,14.2139,6.6592,7.5547,0.0000,7.5547,-0.0665,7.6211,0.0000,2.9856,11.2714,-6.6358,1.2176,4834.1769,4834.1769,4834.1769,4834.1769,4834.1769 +816.5000,1.0000,10500.3358,60.9505,60.9540,-0.0019,0.0000,5,1336.9380,215.9821,594.3906,-87.8718,30.2383,83.2170,-12.3024,-0.0063,23.3674,0.0000,23.3674,6.8772,23.3674,0.7647,0.0000,22.6028,0.0000,22.6028,6.6502,15.9526,0.0000,15.9526,-0.0029,15.9555,0.0000,4.9912,11.2561,-0.2917,1.1776,6409.6100,6409.6100,6409.6100,6409.6100,6409.6100 +817.5000,1.0000,10517.2731,60.9640,60.9470,0.0094,0.0000,5,1337.2341,241.3759,619.2442,-87.8894,33.8010,86.7158,-12.3076,0.0306,26.8433,0.0000,26.8433,6.9271,26.8433,0.7823,0.0000,26.0611,0.0000,26.0611,6.6517,19.4094,0.0000,19.4094,0.0142,19.3952,0.0000,6.7193,11.2585,1.4174,1.1214,7055.7678,7055.7678,7055.7678,7055.7678,7055.7678 +818.5000,1.0000,10534.2517,61.1130,60.9810,0.0733,0.0000,5,1340.5024,316.0688,630.1304,-88.0832,44.3688,88.4559,-12.3649,0.2384,37.1285,0.0000,37.1285,7.0019,37.1285,0.8362,0.0000,36.2923,0.0000,36.2923,6.6679,29.6244,0.0000,29.6244,0.1105,29.5139,0.0000,7.1956,11.2861,11.0323,1.2055,9047.1360,9047.1360,9047.1360,9047.1360,9047.1360 +819.5000,1.0000,10551.3156,61.4200,61.2450,0.0972,0.0000,5,1347.2364,349.5136,661.5256,-88.4826,49.3102,93.3295,-12.4833,0.3176,41.9537,0.0000,41.9537,7.0388,41.9537,0.8655,0.0000,41.0883,0.0000,41.0883,6.7014,34.3869,0.0000,34.3869,0.1472,34.2397,0.0000,8.1973,11.3428,14.6996,1.2079,9947.7033,9947.7033,9947.7033,9947.7033,9947.7033 +820.5000,1.0000,10568.4470,61.6630,61.5950,0.0378,0.0000,5,1352.5666,293.4634,676.1700,-88.7987,41.5663,95.7730,-12.5775,0.1239,34.4476,0.0000,34.4476,6.9948,34.4476,0.8320,0.0000,33.6156,0.0000,33.6156,6.7279,26.8877,0.0000,26.8877,0.0574,26.8302,0.0000,9.7082,11.3876,5.7344,1.1258,8537.7875,8537.7875,8537.7875,8537.7875,8537.7875 +821.5000,1.0000,10585.6488,61.9165,61.7310,0.1031,0.0000,5,1358.1270,399.2015,654.7366,-89.1285,56.7755,93.1184,-12.6761,0.3394,49.3160,0.0000,49.3160,7.1201,49.3160,0.9106,0.0000,48.4054,0.0000,48.4054,6.7556,41.6498,0.0000,41.6498,0.1573,41.4925,0.0000,14.3506,11.4344,15.7075,1.2118,11402.1739,11402.1739,11402.1739,11402.1739,11402.1739 +822.5000,1.0000,10602.9363,62.2250,62.1020,0.0683,0.0000,5,1364.8939,368.7331,698.1047,-89.5298,52.7035,99.7811,-12.7966,0.2261,45.4474,0.0000,45.4474,7.0300,45.4474,0.8965,0.0000,44.5509,0.0000,44.5509,6.7892,37.7616,0.0000,37.7616,0.1048,37.6568,0.0000,15.6983,11.4914,10.4671,1.1294,10621.6758,10621.6758,10621.6758,10621.6758,10621.6758 +823.5000,1.0000,10620.2968,62.4880,62.3480,0.0778,0.0000,5,1370.6628,401.9006,687.1447,-89.8719,57.6870,98.6296,-12.8998,0.2585,50.4769,0.0000,50.4769,6.9516,50.4769,0.9261,0.0000,49.5507,0.0000,49.5507,6.8179,42.7328,0.0000,42.7328,0.1198,42.6130,0.0000,19.1088,11.5400,11.9641,1.0466,11581.1287,11581.1287,11581.1287,11581.1287,11581.1287 +824.5000,1.0000,10637.7260,62.7350,62.6280,0.0594,0.0000,5,1376.0807,400.4268,701.2607,-90.1933,57.7026,101.0537,-12.9971,0.1983,50.5324,0.0000,50.5324,6.9719,50.5324,0.9306,0.0000,49.6017,0.0000,49.6017,6.8449,42.7569,0.0000,42.7569,0.0919,42.6649,0.0000,21.8991,11.5856,9.1802,1.0481,11589.1386,11589.1386,11589.1386,11589.1386,11589.1386 +825.5000,1.0000,10655.2107,62.9350,62.8420,0.0517,0.0000,5,1380.4676,432.2780,701.5598,-90.4535,62.4911,101.4190,-13.0762,0.1729,53.1952,0.0000,53.1952,9.1229,53.1952,0.9473,0.0000,52.2479,0.0000,52.2479,6.8667,45.3812,0.0000,45.3812,0.0802,45.3010,0.0000,25.6740,11.6225,8.0045,1.0776,12466.7811,12466.7811,12466.7811,12466.7811,12466.7811 +826.5000,1.0000,10672.7529,63.1420,63.0280,0.0633,0.0000,5,1385.0081,458.0833,714.8074,-90.7227,66.4393,103.6740,-13.1582,0.2127,57.0225,0.0000,57.0225,9.2042,57.0225,0.9700,0.0000,56.0524,0.0000,56.0524,6.8893,49.1632,0.0000,49.1632,0.0986,49.0646,0.0000,27.5596,11.6608,9.8442,1.0648,13201.4999,13201.4999,13201.4999,13201.4999,13201.4999 +827.5000,1.0000,10690.3646,63.3920,63.2560,0.0756,0.0000,5,1390.4918,446.3617,725.6427,-91.0480,64.9956,105.6623,-13.2577,0.2547,55.5188,0.0000,55.5188,9.2220,55.5188,0.9668,0.0000,54.5520,0.0000,54.5520,6.9166,47.6355,0.0000,47.6355,0.1181,47.5174,0.0000,24.0200,11.7069,11.7904,1.0805,12938.1725,12938.1725,12938.1725,12938.1725,12938.1725 +828.5000,1.0000,10708.0501,63.6580,63.5280,0.0722,0.0000,5,1396.3265,489.3600,721.9700,-91.3940,71.5557,105.5686,-13.3639,0.2445,62.0475,0.0000,62.0475,9.2637,62.0475,1.0040,0.0000,61.0435,0.0000,61.0435,6.9456,54.0979,0.0000,54.0979,0.1134,53.9845,0.0000,30.9109,11.7561,11.3176,1.0822,14146.2552,14146.2552,14146.2552,14146.2552,14146.2552 +829.5000,1.0000,10725.8018,63.8960,63.7880,0.0600,0.0000,5,1401.5470,477.4959,739.4697,-91.7036,70.0819,108.5317,-13.4593,0.2039,60.6206,0.0000,60.6206,9.2575,60.6206,1.0010,0.0000,59.6196,0.0000,59.6196,6.9716,52.6480,0.0000,52.6480,0.0945,52.5535,0.0000,31.3160,11.8000,9.4374,1.0556,13875.9378,13875.9378,13875.9378,13875.9378,13875.9378 +830.5000,1.0000,10743.5590,63.9160,64.0040,-0.0489,0.0000,5,1401.9857,349.1885,735.5908,-91.7296,51.2663,107.9962,-13.4673,-0.1662,42.2304,0.0000,42.2304,9.2021,42.2304,0.9094,0.0000,41.3210,0.0000,41.3210,6.9737,34.3473,0.0000,34.3473,-0.0770,34.4243,0.0000,30.3128,11.8037,-7.6922,1.0557,10398.3676,10398.3676,10398.3676,10398.3676,10398.3676 +831.5000,1.0000,10761.2510,63.6810,63.8280,-0.0817,0.0000,5,1396.8310,317.9786,685.5011,-91.4239,46.5126,100.2722,-13.3731,-0.2766,37.6037,0.0000,37.6037,9.1854,37.6037,0.8822,0.0000,36.7215,0.0000,36.7215,6.9481,29.7734,0.0000,29.7734,-0.1282,29.9016,0.0000,30.9435,11.7603,-12.8022,1.0683,9498.6132,9498.6132,9498.6132,9498.6132,9498.6132 +832.5000,1.0000,10778.8738,63.4320,63.5340,-0.0567,0.0000,5,1391.3692,339.7385,672.2374,-91.1000,49.5012,97.9476,-13.2736,-0.1912,42.6294,0.0000,42.6294,7.0630,42.6294,0.9030,0.0000,41.7263,0.0000,41.7263,6.9209,34.8054,0.0000,34.8054,-0.0886,34.8940,0.0000,32.0281,11.7143,-8.8484,1.0667,10050.6386,10050.6386,10050.6386,10050.6386,10050.6386 +833.5000,1.0000,10796.4140,63.1350,63.3300,-0.1083,0.0000,5,1384.8546,322.5475,679.6034,-90.7136,46.7764,98.5572,-13.1554,-0.3638,40.1186,0.0000,40.1186,7.0215,40.1186,0.8854,0.0000,39.2332,0.0000,39.2332,6.8885,32.3447,0.0000,32.3447,-0.1686,32.5133,0.0000,37.6907,11.6595,-16.8369,1.0648,9521.7099,9521.7099,9521.7099,9521.7099,9521.7099 +834.5000,1.0000,10813.8295,62.6855,62.9400,-0.1414,0.0000,5,1374.9949,218.3450,671.1636,-90.1289,31.4393,96.6403,-12.9776,-0.4714,24.9728,0.0000,24.9728,6.9379,24.9728,0.8020,0.0000,24.1708,0.0000,24.1708,6.8395,17.3314,0.0000,17.3314,-0.2185,17.5499,0.0000,27.7912,11.5765,-21.8178,1.0478,6650.7552,6650.7552,6650.7552,6650.7552,6650.7552 +835.5000,1.0000,10831.0881,62.1210,62.4310,-0.1722,0.0000,5,1362.6127,218.5431,626.8443,-89.3945,31.1845,89.4460,-12.7559,-0.5690,24.8489,0.0000,24.8489,6.9046,24.8489,0.7918,0.0000,24.0571,0.0000,24.0571,6.7779,17.2792,0.0000,17.2792,-0.2638,17.5430,0.0000,32.4072,11.4722,-26.3364,1.0583,6596.8461,6596.8461,6596.8461,6596.8461,6596.8461 +836.5000,1.0000,10848.1833,61.5330,61.8110,-0.1544,0.0000,5,1349.7150,252.0616,623.9997,-88.6296,35.6268,88.1973,-12.5271,-0.5054,29.2480,0.0000,29.2480,6.8843,29.2480,0.8038,0.0000,28.4442,0.0000,28.4442,6.7137,21.7304,0.0000,21.7304,-0.2343,21.9647,0.0000,33.9954,11.3636,-23.3943,1.0686,7389.8278,7389.8278,7389.8278,7389.8278,7389.8278 +837.5000,1.0000,10865.1001,60.8905,61.2550,-0.2025,0.0000,5,1335.6219,264.8678,634.7703,-87.7937,37.0460,88.7828,-12.2794,-0.6558,30.8481,0.0000,30.8481,6.8537,30.8481,0.8011,0.0000,30.0470,0.0000,30.0470,6.6436,23.4034,0.0000,23.4034,-0.3040,23.7074,0.0000,42.8156,11.2450,-30.3532,1.0504,7645.4753,7645.4753,7645.4753,7645.4753,7645.4753 +838.5000,1.0000,10881.8542,60.3045,60.5260,-0.1231,0.0000,5,1322.7681,379.8427,637.3043,-87.0314,52.6158,88.2794,-12.0556,-0.3947,46.2772,0.0000,46.2772,6.7333,46.2772,0.8685,0.0000,45.4087,0.0000,45.4087,6.5797,38.8290,0.0000,38.8290,-0.1830,39.0120,0.0000,46.1428,11.1367,-18.2675,1.0470,10566.3924,10566.3924,10566.3924,10566.3924,10566.3924 +839.5000,1.0000,10898.4647,59.7880,60.0830,-0.1639,0.0000,5,1311.4388,304.6584,683.2888,-86.3595,41.8398,93.8385,-11.8601,-0.5211,35.6278,0.0000,35.6278,6.7331,35.6278,0.8067,0.0000,34.8212,0.0000,34.8212,6.5233,28.2978,0.0000,28.2978,-0.2416,28.5394,0.0000,41.6189,11.0414,-24.1209,1.0581,8562.1624,8562.1624,8562.1624,8562.1624,8562.1624 +840.5000,1.0000,10914.9093,59.1905,59.4930,-0.1681,0.0000,5,1298.3327,245.6251,649.3067,-85.5822,33.3955,88.2804,-11.6358,-0.5290,27.3004,0.0000,27.3004,6.6241,27.3004,0.7552,0.0000,26.5451,0.0000,26.5451,6.4582,20.0870,0.0000,20.0870,-0.2452,20.3322,0.0000,33.8881,10.9310,-24.4869,1.0155,6975.3170,6975.3170,6975.3170,6975.3170,6975.3170 +841.5000,1.0000,10931.2117,58.6785,58.8880,-0.1164,0.0000,5,1287.1021,262.4595,621.6822,-84.9161,35.3756,83.7934,-11.4454,-0.3632,29.1522,0.0000,29.1522,6.5867,29.1522,0.7561,0.0000,28.3960,0.0000,28.3960,6.4023,21.9937,0.0000,21.9937,-0.1684,22.1621,0.0000,28.1377,10.8365,-16.8120,1.0532,7327.9459,7327.9459,7327.9459,7327.9459,7327.9459 +842.5000,1.0000,10947.4325,58.3850,58.4690,-0.0467,0.0000,5,1280.6642,326.4842,627.2048,-84.5343,43.7851,84.1150,-11.3370,-0.1449,37.3587,0.0000,37.3587,6.5712,37.3587,0.7924,0.0000,36.5663,0.0000,36.5663,6.3703,30.1961,0.0000,30.1961,-0.0672,30.2633,0.0000,26.1881,10.7823,-6.7071,1.0386,8881.5374,8881.5374,8881.5374,8881.5374,8881.5374 +843.5000,1.0000,10963.6388,58.3325,58.3010,0.0175,0.0000,5,1279.5126,445.6847,653.9294,-84.4660,59.7174,87.6202,-11.3176,0.0543,53.0579,0.0000,53.0579,6.6053,53.0579,0.8700,0.0000,52.1878,0.0000,52.1878,6.3645,45.8233,0.0000,45.8233,0.0252,45.7981,0.0000,32.5126,10.7726,2.5129,1.0517,11906.1841,11906.1841,11906.1841,11906.1841,11906.1841 +844.5000,1.0000,10979.8688,58.4180,58.3640,0.0300,0.0000,5,1281.3881,484.4588,704.7919,-84.5772,65.0079,94.5737,-11.3491,0.0932,58.3217,0.0000,58.3217,6.5930,58.3217,0.8977,0.0000,57.4240,0.0000,57.4240,6.3739,51.0501,0.0000,51.0501,0.0432,51.0069,0.0000,35.9044,10.7884,4.3142,1.0521,12936.3245,12936.3245,12936.3245,12936.3245,12936.3245 +845.5000,1.0000,10996.1271,58.5200,58.4720,0.0267,0.0000,5,1283.6254,418.8073,721.5690,-84.7099,56.2965,96.9940,-11.3868,0.0830,49.6243,0.0000,49.6243,6.5892,49.6243,0.8559,0.0000,48.7684,0.0000,48.7684,6.3850,42.3834,0.0000,42.3834,0.0385,42.3449,0.0000,27.6962,10.8072,3.8415,1.0526,11247.8132,11247.8132,11247.8132,11247.8132,11247.8132 +846.5000,1.0000,11012.4082,58.6020,58.5680,0.0189,0.0000,5,1285.4241,360.6009,693.9479,-84.8166,48.5402,93.4118,-11.4171,0.0589,41.8784,0.0000,41.8784,6.6030,41.8784,0.8185,0.0000,41.0599,0.0000,41.0599,6.3939,34.6659,0.0000,34.6659,0.0273,34.6386,0.0000,21.0914,10.8223,2.7249,1.0396,9794.7566,9794.7566,9794.7566,9794.7566,9794.7566 +847.5000,1.0000,11028.6696,58.5310,58.6360,-0.0583,0.0000,5,1283.8667,311.8119,669.3243,-84.7242,41.9219,89.9881,-11.3909,-0.1816,35.4651,0.0000,35.4651,6.6384,35.4651,0.7853,0.0000,34.6798,0.0000,34.6798,6.3862,28.2936,0.0000,28.2936,-0.0842,28.3778,0.0000,25.9735,10.8092,-8.4049,1.0526,8540.7939,8540.7939,8540.7939,8540.7939,8540.7939 +848.5000,1.0000,11044.8513,58.2440,58.4260,-0.1011,0.0000,5,1277.5714,273.3192,647.8270,-84.3509,36.5665,86.6708,-11.2850,-0.3132,30.3221,0.0000,30.3221,6.5576,30.3221,0.7549,0.0000,29.5672,0.0000,29.5672,6.3549,23.2123,0.0000,23.2123,-0.1452,23.3575,0.0000,27.0983,10.7562,-14.4970,1.0380,7540.1994,7540.1994,7540.1994,7540.1994,7540.1994 +849.5000,1.0000,11060.9415,57.9150,58.0620,-0.0817,0.0000,5,1270.3549,298.9666,629.9355,-83.9229,39.7719,83.8011,-11.1644,-0.2515,33.4073,0.0000,33.4073,6.6161,33.4073,0.7651,0.0000,32.6422,0.0000,32.6422,6.3190,26.3233,0.0000,26.3233,-0.1166,26.4399,0.0000,27.3874,10.6955,-11.6430,1.0499,8143.3243,8143.3243,8143.3243,8143.3243,8143.3243 +850.5000,1.0000,11076.8990,57.4370,57.7680,-0.1839,0.0000,5,1259.8700,171.0085,639.4466,-83.3011,22.5617,84.3643,-10.9902,-0.5617,16.6358,0.0000,16.6358,6.4876,16.6358,0.6735,0.0000,15.9623,0.0000,15.9623,6.2668,9.6955,0.0000,9.6955,-0.2604,9.9559,0.0000,25.3489,10.6072,-26.0002,1.0212,4907.4652,4907.4652,4907.4652,4907.4652,4907.4652 +851.5000,1.0000,11092.6493,56.6910,57.1060,-0.2306,0.0000,5,1243.5066,107.7933,580.1886,-82.3306,14.0368,75.5520,-10.7211,-0.6951,8.3093,0.0000,8.3093,6.4227,8.3093,0.6200,0.0000,7.6893,0.0000,7.6893,6.1854,1.5038,0.0000,1.5038,-0.3222,1.8261,0.0000,23.5317,10.4694,-32.1750,1.0313,3345.9147,3345.9147,3345.9147,3345.9147,3345.9147 +852.5000,1.0000,11108.1426,55.7660,56.2760,-0.2833,0.0000,5,1223.2169,1.4667,547.4333,-81.1272,0.1879,70.1235,-10.3920,-0.8403,-5.3120,0.0000,-5.3120,6.3402,-5.3120,0.6252,0.0000,-5.9372,0.0000,-5.9372,6.0845,-12.0217,0.0000,-12.0217,-0.3896,-11.6322,0.0000,16.9645,10.2986,-38.8952,1.0273,1540.7894,1540.7894,1540.7894,1540.7894,1540.7894 +853.5000,1.0000,11123.3571,54.7620,55.2560,-0.2744,0.0000,5,1201.1944,25.1932,493.5229,-79.8211,3.1690,62.0796,-10.0406,-0.7993,-2.2965,0.0000,-2.2965,6.2648,-2.2965,0.6011,0.0000,-2.8976,0.0000,-2.8976,5.9750,-8.8726,0.0000,-8.8726,-0.3705,-8.5020,0.0000,18.3815,10.1132,-36.9967,1.0229,1871.6750,1871.6750,1871.6750,1871.6750,1871.6750 +854.5000,1.0000,11138.2825,53.7215,54.2680,-0.3036,0.0000,5,1178.3712,38.3652,498.0962,-78.4601,4.7342,61.4644,-9.6819,-0.8675,-0.5697,0.0000,-0.5697,6.1713,-0.5697,0.5799,0.0000,-1.1496,0.0000,-1.1496,5.8614,-7.0110,0.0000,-7.0110,-0.4021,-6.6089,0.0000,23.6209,9.9210,-40.1509,1.0184,2065.1418,2065.1418,2065.1418,2065.1418,2065.1418 +855.5000,1.0000,11152.9445,52.7730,53.1750,-0.2233,0.0000,5,1157.5660,129.6956,498.6055,-77.2190,15.7217,60.4410,-9.3605,-0.6268,10.2725,0.0000,10.2725,6.0761,10.2725,0.5692,0.0000,9.7032,0.0000,9.7032,5.7580,3.9453,0.0000,3.9453,-0.2906,4.2359,0.0000,23.5031,9.7459,-29.0131,1.0010,3563.1939,3563.1939,3563.1939,3563.1939,3563.1939 +856.5000,1.0000,11167.3768,51.9465,52.3710,-0.2358,0.0000,5,1139.4369,104.5671,537.2763,-76.1376,12.4771,64.1086,-9.0849,-0.6515,7.0651,0.0000,7.0651,6.0635,7.0651,0.5408,0.0000,6.5244,0.0000,6.5244,5.6678,0.8566,0.0000,0.8566,-0.3020,1.1586,0.0000,21.7226,9.5932,-30.1572,1.0096,3095.0810,3095.0810,3095.0810,3095.0810,3095.0810 +857.5000,1.0000,11181.6258,51.2865,51.5220,-0.1308,0.0000,5,1124.9599,222.7144,521.6437,-75.2740,26.2370,61.4525,-8.8677,-0.3569,20.6109,0.0000,20.6109,5.9829,20.6109,0.5987,0.0000,20.0122,0.0000,20.0122,5.5958,14.4164,0.0000,14.4164,-0.1654,14.5819,0.0000,21.6283,9.4713,-16.5177,1.0061,5485.0747,5485.0747,5485.0747,5485.0747,5485.0747 +858.5000,1.0000,11195.7618,50.8795,51.0510,-0.0953,0.0000,5,1116.0325,245.6858,575.8633,-74.7414,28.7135,67.3015,-8.7351,-0.2578,23.0380,0.0000,23.0380,5.9333,23.0380,0.6048,0.0000,22.4331,0.0000,22.4331,5.5514,16.8818,0.0000,16.8818,-0.1195,17.0013,0.0000,19.5385,9.3962,-11.9334,1.0156,5912.9814,5912.9814,5912.9814,5912.9814,5912.9814 +859.5000,1.0000,11209.8281,50.6285,50.7080,-0.0442,0.0000,5,1110.5268,342.2356,585.4093,-74.4130,39.8000,68.0796,-8.6538,-0.1189,34.0340,0.0000,34.0340,5.8849,34.0340,0.6561,0.0000,33.3779,0.0000,33.3779,5.5240,27.8539,0.0000,27.8539,-0.0551,27.9090,0.0000,24.0637,9.3498,-5.5045,0.9911,8008.9926,8008.9926,8008.9926,8008.9926,8008.9926 +860.5000,1.0000,11223.9092,50.6820,50.5490,0.0739,0.0000,5,1111.7003,468.7479,630.8924,-74.4830,54.5702,73.4466,-8.6711,0.1992,48.4855,0.0000,48.4855,5.8855,48.4855,0.7292,0.0000,47.7564,0.0000,47.7564,5.5298,42.2266,0.0000,42.2266,0.0923,42.1342,0.0000,23.5560,9.3597,9.2185,1.0030,10849.9489,10849.9489,10849.9489,10849.9489,10849.9489 +861.5000,1.0000,11238.0929,51.0515,50.8150,0.1314,0.0000,5,1119.8053,525.4119,690.8795,-74.9665,61.6128,81.0165,-8.7910,0.3567,55.3161,0.0000,55.3161,5.9400,55.3161,0.7688,0.0000,54.5473,0.0000,54.5473,5.5701,48.9772,0.0000,48.9772,0.1654,48.8118,0.0000,22.8720,9.4279,16.5119,1.0165,12205.5902,12205.5902,12205.5902,12205.5902,12205.5902 +862.5000,1.0000,11252.4386,51.6345,51.2880,0.1925,0.0000,5,1132.5933,578.8409,718.2033,-75.7293,68.6534,85.1824,-8.9819,0.5286,62.1712,0.0000,62.1712,5.9536,62.1712,0.8117,0.0000,61.3595,0.0000,61.3595,5.6646,55.6949,0.0000,55.6949,0.2451,55.4498,0.0000,21.4461,9.5356,24.4681,1.0079,13586.3974,13586.3974,13586.3974,13586.3974,13586.3974 +863.5000,1.0000,11266.9825,52.3480,51.9810,0.2039,0.0000,5,1148.2437,586.7338,744.2688,-76.6629,70.5511,89.4937,-9.2182,0.5676,63.9437,0.0000,63.9437,6.0398,63.9437,0.8312,0.0000,63.1125,0.0000,63.1125,5.7564,57.3561,0.0000,57.3561,0.2631,57.0929,0.0000,21.1517,9.6674,26.2738,1.0117,13963.3189,13963.3189,13963.3189,13963.3189,13963.3189 +864.5000,1.0000,11281.7532,53.1645,52.7150,0.2497,0.0000,5,1166.1535,635.9020,749.5249,-77.7313,77.6559,91.5315,-9.4925,0.7061,70.8473,0.0000,70.8473,6.1026,70.8473,0.8780,0.0000,69.9693,0.0000,69.9693,5.9343,64.0349,0.0000,64.0349,0.3273,63.7076,0.0000,21.2075,9.8182,32.6820,1.0027,15269.0544,15269.0544,15269.0544,15269.0544,15269.0544 +865.5000,1.0000,11296.7775,54.0775,53.6140,0.2575,0.0000,5,1186.1800,673.2547,773.5412,-78.9259,83.6293,96.0866,-9.8039,0.7406,76.7034,0.0000,76.7034,6.1853,76.7034,0.9212,0.0000,75.7822,0.0000,75.7822,6.1054,69.6768,0.0000,69.6768,0.3433,69.3335,0.0000,25.0681,9.9868,34.2786,1.0200,16387.8485,16387.8485,16387.8485,16387.8485,16387.8485 +866.5000,1.0000,11312.0722,55.0510,54.5410,0.2833,0.0000,5,1207.5335,679.7633,791.8995,-80.1971,85.9579,100.1378,-10.1411,0.8296,78.8513,0.0000,78.8513,6.2770,78.8513,0.9470,0.0000,77.9043,0.0000,77.9043,6.2267,71.6777,0.0000,71.6777,0.3846,71.2931,0.0000,22.7300,10.1666,38.3965,1.0375,16806.7874,16806.7874,16806.7874,16806.7874,16806.7874 +867.5000,1.0000,11327.6210,55.9655,55.5610,0.2247,0.0000,5,1227.5929,656.2635,796.5476,-81.3868,84.3648,102.3988,-10.4625,0.6689,77.3904,0.0000,77.3904,6.3055,77.3904,0.9540,0.0000,76.4364,0.0000,76.4364,6.2887,70.1478,0.0000,70.1478,0.3101,69.8377,0.0000,28.5426,10.3354,30.9596,1.0282,16500.4702,16500.4702,16500.4702,16500.4702,16500.4702 +868.5000,1.0000,11343.3910,56.7620,56.3700,0.2178,0.0000,5,1245.0640,616.1905,788.2846,-82.4229,80.3406,102.7788,-10.7465,0.6574,73.2450,0.0000,73.2450,6.4383,73.2450,0.9458,0.0000,72.2991,0.0000,72.2991,6.2998,65.9993,0.0000,65.9993,0.3048,65.6946,0.0000,24.7821,10.4825,30.4299,1.0583,15786.6767,15786.6767,15786.6767,15786.6767,15786.6767 +869.5000,1.0000,11359.3571,57.4680,57.1540,0.1744,0.0000,5,1260.5500,437.5947,772.8052,-83.3414,57.7645,102.0138,-11.0014,0.5332,50.7274,0.0000,50.7274,6.5039,50.7274,0.8445,0.0000,49.8829,0.0000,49.8829,6.2702,43.6127,0.0000,43.6127,0.2472,43.3656,0.0000,8.0745,10.6129,24.6781,1.0480,11503.5863,11503.5863,11503.5863,11503.5863,11503.5863 +870.5000,1.0000,11375.5101,58.1410,57.7820,0.1994,0.0000,5,1275.3121,409.8424,698.5616,-84.2169,54.7346,93.2932,-11.2472,0.6167,47.5758,0.0000,47.5758,6.5421,47.5758,0.8395,0.0000,46.7363,0.0000,46.7363,6.3436,40.3926,0.0000,40.3926,0.2859,40.1067,0.0000,0.8243,10.7372,28.5452,1.0509,10956.0163,10956.0163,10956.0163,10956.0163,10956.0163 +871.5000,1.0000,11391.8704,58.8870,58.5000,0.2150,0.0000,5,1291.6755,421.1564,689.1454,-85.1874,56.9673,93.2165,-11.5228,0.6734,49.6744,0.0000,49.6744,6.6195,49.6744,0.8621,0.0000,48.8123,0.0000,48.8123,6.4250,42.3873,0.0000,42.3873,0.3121,42.0751,0.0000,0.0337,10.8750,31.1664,1.0408,11391.8889,11391.8889,11391.8889,11391.8889,11391.8889 +872.5000,1.0000,11408.4122,59.5405,59.2740,0.1481,0.0000,5,1306.0099,346.1190,696.3966,-86.0375,47.3370,95.2427,-11.7669,0.4688,40.2353,0.0000,40.2353,6.6328,40.2353,0.8256,0.0000,39.4097,0.0000,39.4097,6.4963,32.9133,0.0000,32.9133,0.2173,32.6960,0.0000,0.0000,10.9957,21.7003,1.0437,9587.0909,9587.0909,9587.0909,9587.0909,9587.0909 +873.5000,1.0000,11425.0942,60.0450,59.8070,0.1322,0.0000,5,1317.0760,328.9815,667.6366,-86.6938,45.3744,92.0830,-11.9571,0.4222,38.2036,0.0000,38.2036,6.7485,38.2036,0.8238,0.0000,37.3798,0.0000,37.3798,6.5514,30.8284,0.0000,30.8284,0.1957,30.6327,0.0000,0.0000,11.0888,19.5439,1.0458,9222.0203,9222.0203,9222.0203,9222.0203,9222.0203 +874.5000,1.0000,11441.8563,60.3335,60.2830,0.0281,0.0000,5,1323.4042,213.3646,662.2478,-87.0691,29.5695,91.7786,-12.0666,0.0900,22.6845,0.0000,22.6845,6.7949,22.6845,0.7510,0.0000,21.9335,0.0000,21.9335,6.5829,15.3507,0.0000,15.3507,0.0417,15.3089,0.0000,0.0000,11.1421,4.1668,1.0609,6278.7321,6278.7321,6278.7321,6278.7321,6278.7321 +875.5000,1.0000,11458.5686,60.1545,60.3840,-0.1275,0.0000,5,1319.4779,40.5140,614.4436,-86.8363,5.5980,84.9010,-11.9986,-0.4079,-0.7088,0.0000,-0.7088,6.7147,-0.7088,0.6882,0.0000,-1.3970,0.0000,-1.3970,6.5633,-7.9603,0.0000,-7.9603,-0.1891,-7.7712,0.0000,0.0000,11.1090,-18.8802,1.0330,2389.9644,2389.9644,2389.9644,2389.9644,2389.9644 +876.5000,1.0000,11475.1124,59.5475,59.9250,-0.2097,0.0000,5,1306.1634,-49.6078,538.9029,-86.0466,-6.7854,73.7117,-11.7696,-0.6642,-12.8482,0.0000,-12.8482,6.7270,-12.8482,0.7080,0.0000,-13.5562,0.0000,-13.5562,6.4971,-20.0533,0.0000,-20.0533,-0.3079,-19.7454,0.0000,0.0000,10.9970,-30.7424,1.0703,668.6120,668.6120,668.6120,668.6120,668.6120 +877.5000,1.0000,11491.4679,58.8700,59.1700,-0.1667,0.0000,5,1291.3026,-1.9248,496.1821,-85.1653,-0.2603,67.0962,-11.5165,-0.5218,-6.4197,0.0000,-6.4197,6.6812,-6.4197,0.6802,0.0000,-7.0999,0.0000,-7.0999,6.4232,-13.5231,0.0000,-13.5231,-0.2419,-13.2812,0.0000,0.0000,10.8718,-24.1531,1.0674,1627.4776,1627.4776,1627.4776,1627.4776,1627.4776 +878.5000,1.0000,11507.7285,58.5280,58.5700,-0.0233,0.0000,5,1283.8009,156.3596,514.5043,-84.7203,21.0209,69.1696,-11.3897,-0.0726,14.4794,0.0000,14.4794,6.6141,14.4794,0.6803,0.0000,13.7991,0.0000,13.7991,6.3859,7.4132,0.0000,7.4132,-0.0337,7.4469,0.0000,0.0000,10.8087,-3.3618,1.0659,4649.6700,4649.6700,4649.6700,4649.6700,4649.6700 +879.5000,1.0000,11523.9824,58.5040,58.4860,0.0100,0.0000,5,1283.2745,193.5329,581.9217,-84.6891,26.0078,78.2011,-11.3809,0.0311,19.3464,0.0000,19.3464,6.6303,19.3464,0.7043,0.0000,18.6421,0.0000,18.6421,6.3832,12.2588,0.0000,12.2588,0.0144,12.2444,0.0000,0.0000,10.8042,1.4402,1.0791,5586.1976,5586.1976,5586.1976,5586.1976,5586.1976 +880.5000,1.0000,11540.2568,58.5780,58.5220,0.0311,0.0000,5,1284.8976,217.6714,598.0118,-84.7854,29.2886,80.4650,-11.4082,0.0969,22.4614,0.0000,22.4614,6.7303,22.4614,0.7210,0.0000,21.7404,0.0000,21.7404,6.3913,15.3490,0.0000,15.3490,0.0449,15.3041,0.0000,0.0000,10.8179,4.4862,1.1727,6176.0960,6176.0960,6176.0960,6176.0960,6176.0960 +881.5000,1.0000,11556.5750,58.7355,58.6340,0.0564,0.0000,5,1288.3524,245.4274,608.8987,-84.9903,33.1121,82.1501,-11.4665,0.1761,26.2327,0.0000,26.2327,6.7032,26.2327,0.7425,0.0000,25.4903,0.0000,25.4903,6.4085,19.0818,0.0000,19.0818,0.0817,19.0001,0.0000,0.0000,10.8470,8.1531,1.1613,6903.8292,6903.8292,6903.8292,6903.8292,6903.8292 +882.5000,1.0000,11572.9533,58.9520,58.8370,0.0639,0.0000,5,1293.1013,253.7000,621.5482,-85.2719,34.3543,84.1659,-11.5469,0.2003,27.4355,0.0000,27.4355,6.7185,27.4355,0.7520,0.0000,26.6835,0.0000,26.6835,6.4321,20.2514,0.0000,20.2514,0.0929,20.1585,0.0000,0.0000,10.8870,9.2716,1.1367,7145.4967,7145.4967,7145.4967,7145.4967,7145.4967 +883.5000,1.0000,11589.3914,59.1670,59.0670,0.0556,0.0000,5,1297.8173,244.9962,626.0152,-85.5516,33.2967,85.0799,-11.6271,0.1748,26.3048,0.0000,26.3048,6.8171,26.3048,0.7499,0.0000,25.5549,0.0000,25.5549,6.4556,19.0994,0.0000,19.0994,0.0810,19.0183,0.0000,0.0000,10.9267,8.0916,1.1647,6955.9170,6955.9170,6955.9170,6955.9170,6955.9170 +884.5000,1.0000,11605.8868,59.3735,59.2670,0.0592,0.0000,5,1302.3468,248.4831,623.3216,-85.8203,33.8885,85.0095,-11.7043,0.1868,26.9336,0.0000,26.9336,6.7681,26.9336,0.7564,0.0000,26.1772,0.0000,26.1772,6.4781,19.6991,0.0000,19.6991,0.0866,19.6125,0.0000,0.0000,10.9648,8.6477,1.1663,7070.1572,7070.1572,7070.1572,7070.1572,7070.1572 +885.5000,1.0000,11622.4425,59.5905,59.4800,0.0614,0.0000,5,1307.1066,251.3198,625.7640,-86.1026,34.4006,85.6545,-11.7857,0.1946,27.3642,0.0000,27.3642,6.8418,27.3642,0.7621,0.0000,26.6021,0.0000,26.6021,6.5018,20.1003,0.0000,20.1003,0.0902,20.0101,0.0000,0.0000,11.0049,9.0053,1.1807,7164.8371,7164.8371,7164.8371,7164.8371,7164.8371 +886.5000,1.0000,11639.0565,59.8005,59.7010,0.0553,0.0000,5,1311.7130,244.3252,627.9282,-86.3758,33.5611,86.2536,-11.8648,0.1758,26.5487,0.0000,26.5487,6.8365,26.5487,0.7615,0.0000,25.7873,0.0000,25.7873,6.5247,19.2626,0.0000,19.2626,0.0815,19.1811,0.0000,0.0000,11.0437,8.1374,1.1697,7009.1705,7009.1705,7009.1705,7009.1705,7009.1705 +887.5000,1.0000,11655.7510,60.0900,59.9000,0.1056,0.0000,5,1318.0631,299.7843,626.2386,-86.7524,41.3784,86.4380,-11.9742,0.3373,34.2284,0.0000,34.2284,6.8127,34.2284,0.8047,0.0000,33.4238,0.0000,33.4238,6.5563,26.8675,0.0000,26.8675,0.1564,26.7111,0.0000,0.0000,11.0971,15.6139,1.1439,8481.0566,8481.0566,8481.0566,8481.0566,8481.0566 +888.5000,1.0000,11672.5495,60.4645,60.2800,0.1025,0.0000,5,1326.2777,296.2505,650.6171,-87.2396,41.1455,90.3626,-12.1165,0.3296,33.9823,0.0000,33.9823,6.8335,33.9823,0.8096,0.0000,33.1727,0.0000,33.1727,6.5972,26.5756,0.0000,26.5756,0.1528,26.4228,0.0000,0.0000,11.1663,15.2565,1.2003,8439.2344,8439.2344,8439.2344,8439.2344,8439.2344 +889.5000,1.0000,11689.4647,60.8850,60.6490,0.1311,0.0000,5,1335.5013,328.6479,650.9233,-87.7866,45.9625,91.0338,-12.2772,0.4246,38.5741,0.0000,38.5741,6.9638,38.5741,0.8396,0.0000,37.7345,0.0000,37.7345,6.6430,31.0915,0.0000,31.0915,0.1968,30.8947,0.0000,0.0000,11.2440,19.6507,1.2267,9335.8282,9335.8282,9335.8282,9335.8282,9335.8282 +890.5000,1.0000,11706.4943,61.2965,61.1210,0.0975,0.0000,5,1344.5274,291.2003,665.8562,-88.3219,41.0006,93.7516,-12.4356,0.3179,33.6892,0.0000,33.6892,6.9935,33.6892,0.8221,0.0000,32.8672,0.0000,32.8672,6.6879,26.1792,0.0000,26.1792,0.1473,26.0319,0.0000,0.0000,11.3199,14.7119,1.2300,8422.6947,8422.6947,8422.6947,8422.6947,8422.6947 +891.5000,1.0000,11723.6328,61.6885,61.4720,0.1203,0.0000,5,1353.1259,316.1759,652.5327,-88.8319,44.8018,92.4632,-12.5874,0.3946,37.4182,0.0000,37.4182,6.9890,37.4182,0.8473,0.0000,36.5709,0.0000,36.5709,6.7307,29.8402,0.0000,29.8402,0.1829,29.6573,0.0000,0.0000,11.3923,18.2650,1.1683,9133.6960,9133.6960,9133.6960,9133.6960,9133.6960 +892.5000,1.0000,11740.8908,62.1190,61.9050,0.1189,0.0000,5,1362.5688,314.7048,664.3572,-89.3919,44.9046,94.7957,-12.7551,0.3928,37.4665,0.0000,37.4665,7.0453,37.4665,0.8548,0.0000,36.6116,0.0000,36.6116,6.7777,29.8340,0.0000,29.8340,0.1821,29.6519,0.0000,0.0000,11.4718,18.1800,1.2364,9158.7516,9158.7516,9158.7516,9158.7516,9158.7516 +893.5000,1.0000,11758.2940,62.6415,62.3330,0.1714,0.0000,5,1374.0298,372.7362,665.9020,-90.0716,53.6323,95.8153,-12.9602,0.5710,46.0027,0.0000,46.0027,7.0586,46.0027,0.9064,0.0000,45.0963,0.0000,45.0963,6.8347,38.2616,0.0000,38.2616,0.2647,37.9969,0.0000,0.0000,11.5683,26.4286,1.2026,10810.1352,10810.1352,10810.1352,10810.1352,10810.1352 +894.5000,1.0000,11775.8967,63.3595,62.9500,0.2275,0.0000,5,1389.7790,435.1733,691.1958,-91.0057,63.3340,100.5948,-13.2447,0.7666,55.4182,0.0000,55.4182,7.1491,55.4182,0.9657,0.0000,54.4525,0.0000,54.4525,6.9130,47.5395,0.0000,47.5395,0.3554,47.1841,0.0000,0.0000,11.7009,35.4832,1.2071,12631.3385,12631.3385,12631.3385,12631.3385,12631.3385 +895.5000,1.0000,11793.7161,64.1400,63.7690,0.2061,0.0000,5,1406.8991,401.3143,718.0444,-92.0210,59.1257,105.7896,-13.5575,0.7031,51.2156,0.0000,51.2156,7.2070,51.2156,0.9582,0.0000,50.2574,0.0000,50.2574,6.9982,43.2592,0.0000,43.2592,0.3259,42.9332,0.0000,-1.4550,11.8451,32.5432,1.2389,11879.4579,11879.4579,11879.4579,11879.4579,11879.4579 +896.5000,1.0000,11811.7446,64.8925,64.5110,0.2119,0.0000,5,1423.4050,414.8885,708.2332,-93.0000,61.8427,105.5683,-13.8624,0.7315,53.6737,0.0000,53.6737,7.4375,53.6737,0.9836,0.0000,52.6901,0.0000,52.6901,7.0803,45.6098,0.0000,45.6098,0.3391,45.2707,0.0000,-0.5701,11.9840,33.8568,1.2546,12390.0624,12390.0624,12390.0624,12390.0624,12390.0624 +897.5000,1.0000,11829.9693,65.5990,65.2740,0.1806,0.0000,5,1438.9020,385.9906,716.2200,-93.9191,58.1616,107.9211,-14.1519,0.6299,50.0768,0.0000,50.0768,7.4549,50.0768,0.9780,0.0000,49.0988,0.0000,49.0988,7.1574,41.9414,0.0000,41.9414,0.2920,41.6494,0.0000,0.3782,12.1145,29.1566,1.2199,11714.9222,11714.9222,11714.9222,11714.9222,11714.9222 +898.5000,1.0000,11848.3482,66.1540,65.9240,0.1278,0.0000,5,1451.0758,337.3484,708.2154,-94.6411,51.2622,107.6178,-14.3813,0.4496,43.2511,0.0000,43.2511,7.5616,43.2511,0.9537,0.0000,42.2974,0.0000,42.2974,7.2179,35.0794,0.0000,35.0794,0.2084,34.8710,0.0000,1.8455,12.2170,20.8085,1.2347,10411.2506,10411.2506,10411.2506,10411.2506,10411.2506 +899.5000,1.0000,11866.8471,66.5860,66.3840,0.1122,0.0000,5,1460.5516,318.1036,692.6556,-95.2031,48.6535,105.9407,-14.5612,0.3974,40.7497,0.0000,40.7497,7.5063,40.7497,0.9489,0.0000,39.8008,0.0000,39.8008,7.2651,32.5358,0.0000,32.5358,0.1842,32.3516,0.0000,1.6601,12.2968,18.3946,1.2114,9947.0168,9947.0168,9947.0168,9947.0168,9947.0168 +900.5000,1.0000,11885.4363,66.9110,66.7880,0.0683,0.0000,5,1467.6805,274.0887,687.4276,-95.6259,42.1261,105.6543,-14.6972,0.2432,34.4095,0.0000,34.4095,7.4734,34.4095,0.9230,0.0000,33.4865,0.0000,33.4865,7.3005,26.1860,0.0000,26.1860,0.1127,26.0733,0.0000,2.4611,12.3568,11.2554,1.2378,8739.3113,8739.3113,8739.3113,8739.3113,8739.3113 +901.5000,1.0000,11904.1178,67.2435,67.0340,0.1164,0.0000,5,1474.9738,339.0299,673.2690,-96.0584,52.3662,103.9924,-14.8371,0.4162,44.3730,0.0000,44.3730,7.5769,44.3730,0.9788,0.0000,43.3942,0.0000,43.3942,7.3368,36.0574,0.0000,36.0574,0.1930,35.8645,0.0000,4.1803,12.4182,19.2660,1.2267,10650.0103,10650.0103,10650.0103,10650.0103,10650.0103 +902.5000,1.0000,11922.9082,67.6355,67.4530,0.1014,0.0000,5,1483.5722,343.8238,698.2842,-96.5684,53.4162,108.4850,-15.0028,0.3647,45.4576,0.0000,45.4576,7.5939,45.4576,0.9913,0.0000,44.4663,0.0000,44.4663,7.3796,37.0867,0.0000,37.0867,0.1691,36.9177,0.0000,7.5462,12.4906,16.8809,1.2408,10867.6507,10867.6507,10867.6507,10867.6507,10867.6507 +903.5000,1.0000,11941.7597,67.8555,67.8180,0.0208,0.0000,5,1488.3979,283.4621,701.3356,-96.8546,44.1817,109.3134,-15.0962,0.0752,36.5104,0.0000,36.5104,7.5961,36.5104,0.9505,0.0000,35.5599,0.0000,35.5599,7.4036,28.1563,0.0000,28.1563,0.0349,28.1215,0.0000,12.1103,12.5312,3.4800,1.2167,9156.7155,9156.7155,9156.7155,9156.7155,9156.7155 +904.5000,1.0000,11960.5418,67.6055,67.8930,-0.1597,0.0000,5,1482.9142,102.8947,679.3822,-96.5293,15.9786,105.5015,-14.9901,-0.5743,8.9791,0.0000,8.9791,7.5737,8.9791,0.8083,0.0000,8.1708,0.0000,8.1708,7.3763,0.7945,0.0000,0.7945,-0.2662,1.0607,0.0000,15.1570,12.4851,-26.5813,1.2533,3987.7653,3987.7653,3987.7653,3987.7653,3987.7653 +905.5000,1.0000,11979.1786,67.0825,67.3180,-0.1308,0.0000,5,1471.4423,143.5032,611.3433,-95.8490,22.1123,94.2013,-14.7693,-0.4668,15.0744,0.0000,15.0744,7.5046,15.0744,0.8294,0.0000,14.2450,0.0000,14.2450,7.3192,6.9258,0.0000,6.9258,-0.2164,7.1422,0.0000,16.3588,12.3885,-21.6051,1.2009,5054.4921,5054.4921,5054.4921,5054.4921,5054.4921 +906.5000,1.0000,11997.6476,66.4785,66.8470,-0.2047,0.0000,5,1458.1937,59.1423,622.4160,-95.0632,9.0311,95.0440,-14.5163,-0.7238,2.2854,0.0000,2.2854,7.4696,2.2854,0.7948,0.0000,1.4906,0.0000,1.4906,7.2533,-5.7627,0.0000,-5.7627,-0.3355,-5.4272,0.0000,15.7983,12.2769,-33.5024,1.2361,3102.5234,3102.5234,3102.5234,3102.5234,3102.5234 +907.5000,1.0000,12015.9371,65.8320,66.1100,-0.1544,0.0000,5,1444.0128,97.7050,586.8008,-94.2222,14.7746,88.7341,-14.2480,-0.5407,7.9383,0.0000,7.9383,7.3771,7.9383,0.7715,0.0000,7.1668,0.0000,7.1668,7.1828,-0.0160,0.0000,-0.0160,-0.2507,0.2347,0.0000,13.1059,12.1575,-25.0287,1.2459,3752.1401,3752.1401,3752.1401,3752.1401,3752.1401 +908.5000,1.0000,12034.0476,65.1880,65.5540,-0.2033,0.0000,5,1429.8868,61.0260,597.1160,-93.3844,9.1379,89.4106,-13.9831,-0.7050,0.3492,0.0000,0.3492,9.4937,0.3492,0.7757,0.0000,-0.4265,0.0000,-0.4265,7.1125,-7.5391,0.0000,-7.5391,-0.3268,-7.2123,0.0000,13.3782,12.0386,-32.6291,1.2432,3057.7626,3057.7626,3057.7626,3057.7626,3057.7626 +909.5000,1.0000,12051.9646,64.4910,64.8220,-0.1839,0.0000,5,1414.5982,87.1102,578.5372,-92.4777,12.9042,85.7024,-13.6993,-0.6307,4.1246,0.0000,4.1246,9.4103,4.1246,0.7535,0.0000,3.3712,0.0000,3.3712,7.0365,-3.6653,0.0000,-3.6653,-0.2924,-3.3729,0.0000,13.9105,11.9099,-29.1933,1.2278,3472.7313,3472.7313,3472.7313,3472.7313,3472.7313 +910.5000,1.0000,12069.6928,63.8115,64.1600,-0.1936,0.0000,5,1399.6935,74.1708,584.2997,-91.5937,10.8716,85.6441,-13.4254,-0.6571,2.1643,0.0000,2.1643,9.3644,2.1643,0.7460,0.0000,1.4183,0.0000,1.4183,6.9623,-5.5440,0.0000,-5.5440,-0.3046,-5.2394,0.0000,13.3891,11.7844,-30.4129,1.2100,3215.4146,3215.4146,3215.4146,3215.4146,3215.4146 +911.5000,1.0000,12087.2346,63.1405,63.4630,-0.1792,0.0000,5,1384.9752,81.4152,574.9636,-90.7208,11.8080,83.3894,-13.1576,-0.6017,3.2161,0.0000,3.2161,9.1936,3.2161,0.7312,0.0000,2.4849,0.0000,2.4849,6.8891,-4.4043,0.0000,-4.4043,-0.2789,-4.1254,0.0000,12.0622,11.6605,-27.8480,1.1776,3287.1098,3287.1098,3287.1098,3287.1098,3287.1098 +912.5000,1.0000,12104.6393,62.6470,62.8180,-0.0950,0.0000,5,1374.1504,173.8663,574.6826,-90.0788,25.0195,82.6972,-12.9624,-0.3165,16.1575,0.0000,16.1575,9.1785,16.1575,0.7572,0.0000,15.4003,0.0000,15.4003,6.8353,8.5650,0.0000,8.5650,-0.1467,8.7117,0.0000,11.7929,11.5694,-14.6505,1.2303,5489.9797,5489.9797,5489.9797,5489.9797,5489.9797 +913.5000,1.0000,12121.9686,62.3755,62.4760,-0.0558,0.0000,5,1368.1951,202.5666,609.9165,-89.7256,29.0231,87.3870,-12.8556,-0.1852,20.0298,0.0000,20.0298,9.1785,20.0298,0.7720,0.0000,19.2579,0.0000,19.2579,6.8057,12.4522,0.0000,12.4522,-0.0859,12.5381,0.0000,9.5919,11.5192,-8.5731,1.2282,6217.7753,6217.7753,6217.7753,6217.7753,6217.7753 +914.5000,1.0000,12139.2301,62.1315,62.2750,-0.0797,0.0000,5,1362.8430,169.0652,620.1014,-89.4082,24.1284,88.4988,-12.7600,-0.2634,15.2462,0.0000,15.2462,9.1457,15.2462,0.7439,0.0000,14.5022,0.0000,14.5022,6.7790,7.7232,0.0000,7.7232,-0.1221,7.8453,0.0000,8.5645,11.4742,-12.1933,1.2134,5309.2157,5309.2157,5309.2157,5309.2157,5309.2157 +915.5000,1.0000,12156.4004,61.8030,61.9880,-0.1028,0.0000,5,1355.6374,164.4943,604.9373,-88.9808,23.3519,85.8781,-12.6319,-0.3378,14.9651,0.0000,14.9651,8.7247,14.9651,0.7370,0.0000,14.2281,0.0000,14.2281,6.7432,7.4849,0.0000,7.4849,-0.1566,7.6415,0.0000,11.8645,11.4135,-15.6364,0.8935,5154.0644,5154.0644,5154.0644,5154.0644,5154.0644 +916.5000,1.0000,12173.4568,61.3930,61.6180,-0.1250,0.0000,5,1346.6442,121.3459,600.9512,-88.4474,17.1122,84.7463,-12.4729,-0.4081,10.7453,0.0000,10.7453,6.7751,10.7453,0.7090,0.0000,10.0363,0.0000,10.0363,6.6985,3.3378,0.0000,3.3378,-0.1892,3.5270,0.0000,11.0804,11.3378,-18.8911,0.9984,4008.1824,4008.1824,4008.1824,4008.1824,4008.1824 +917.5000,1.0000,12190.3900,60.9495,61.1680,-0.1214,0.0000,5,1336.9161,127.7819,580.8189,-87.8705,17.8897,81.3155,-12.3020,-0.3935,11.6005,0.0000,11.6005,6.6827,11.6005,0.7058,0.0000,10.8947,0.0000,10.8947,6.6501,4.2446,0.0000,4.2446,-0.1824,4.4270,0.0000,11.3840,11.2559,-18.2129,0.9965,4135.9315,4135.9315,4135.9315,4135.9315,4135.9315 +918.5000,1.0000,12207.1767,60.4220,60.7310,-0.1717,0.0000,5,1325.3454,59.9522,580.6030,-87.1843,8.3208,80.5818,-12.1003,-0.5517,2.1509,0.0000,2.1509,6.7215,2.1509,0.6857,0.0000,1.4652,0.0000,1.4652,6.5925,-5.1273,0.0000,-5.1273,-0.2557,-4.8716,0.0000,9.5035,11.1584,-25.5335,1.0756,2719.6705,2719.6705,2719.6705,2719.6705,2719.6705 +919.5000,1.0000,12223.8265,59.9295,60.1130,-0.1019,0.0000,5,1314.5425,144.9724,549.3627,-86.5436,19.9567,75.6245,-11.9135,-0.3249,13.6004,0.0000,13.6004,6.6812,13.6004,0.6989,0.0000,12.9016,0.0000,12.9016,6.5388,6.3628,0.0000,6.3628,-0.1506,6.5134,0.0000,10.4854,11.0675,-15.0395,1.0453,4490.0650,4490.0650,4490.0650,4490.0650,4490.0650 +920.5000,1.0000,12240.3708,59.5495,59.7460,-0.1092,0.0000,5,1306.2073,145.5652,582.9348,-86.0492,19.9112,79.7372,-11.7703,-0.3457,13.6465,0.0000,13.6465,6.6105,13.6465,0.6928,0.0000,12.9537,0.0000,12.9537,6.4973,6.4563,0.0000,6.4563,-0.1603,6.6166,0.0000,11.6222,10.9973,-16.0029,1.0037,4475.1991,4475.1991,4475.1991,4475.1991,4475.1991 +921.5000,1.0000,12256.8417,59.2850,59.3530,-0.0378,0.0000,5,1300.4056,226.8773,581.6639,-85.7051,30.8957,79.2099,-11.6712,-0.1191,24.4504,0.0000,24.4504,6.5644,24.4504,0.7425,0.0000,23.7079,0.0000,23.7079,6.4685,17.2395,0.0000,17.2395,-0.0552,17.2947,0.0000,11.8595,10.9485,-5.5133,1.0159,6512.3451,6512.3451,6512.3451,6512.3451,6512.3451 +922.5000,1.0000,12273.3200,59.3120,59.2170,0.0528,0.0000,5,1300.9978,320.1527,615.7248,-85.7403,43.6177,83.8864,-11.6813,0.1665,36.8198,0.0000,36.8198,6.6314,36.8198,0.8048,0.0000,36.0150,0.0000,36.0150,6.4714,29.5436,0.0000,29.5436,0.0772,29.4664,0.0000,10.8070,10.9535,7.7059,1.0160,8889.3333,8889.3333,8889.3333,8889.3333,8889.3333 +923.5000,1.0000,12289.8726,59.5795,59.4070,0.0958,0.0000,5,1306.8654,370.2064,655.5297,-86.0882,50.6645,89.7123,-11.7816,0.3037,43.6619,0.0000,43.6619,6.6989,43.6619,0.8434,0.0000,42.8185,0.0000,42.8185,6.5006,36.3179,0.0000,36.3179,0.1408,36.1772,0.0000,11.1189,11.0029,14.0554,1.0571,10209.1678,10209.1678,10209.1678,10209.1678,10209.1678 +924.5000,1.0000,12306.5270,59.9455,59.7520,0.1075,0.0000,5,1314.8935,394.9196,677.5449,-86.5644,54.3786,93.2948,-11.9195,0.3427,47.4315,0.0000,47.4315,6.6044,47.4315,0.8683,0.0000,46.5632,0.0000,46.5632,6.5405,40.0227,0.0000,40.0227,0.1589,39.8638,0.0000,12.9300,11.0705,15.8633,1.0054,10913.8255,10913.8255,10913.8255,10913.8255,10913.8255 +925.5000,1.0000,12323.2881,60.3300,60.1390,0.1061,0.0000,5,1323.3274,388.4982,689.1270,-87.0646,53.8375,95.4982,-12.0653,0.3405,46.7675,0.0000,46.7675,6.7295,46.7675,0.8713,0.0000,45.8962,0.0000,45.8962,6.5825,39.3137,0.0000,39.3137,0.1578,39.1559,0.0000,12.2556,11.1415,15.7588,1.0471,10809.3863,10809.3863,10809.3863,10809.3863,10809.3863 +926.5000,1.0000,12340.1167,60.5730,60.5210,0.0289,0.0000,5,1328.6576,322.7100,687.7638,-87.3807,44.9008,95.6932,-12.1579,0.0931,38.0519,0.0000,38.0519,6.7558,38.0519,0.8318,0.0000,37.2202,0.0000,37.2202,6.6090,30.6112,0.0000,30.6112,0.0431,30.5680,0.0000,15.0740,11.1863,4.3076,1.0348,9138.4358,9138.4358,9138.4358,9138.4358,9138.4358 +927.5000,1.0000,12356.9538,60.6035,60.6250,-0.0119,0.0000,5,1329.3266,270.2656,661.3595,-87.4204,37.6228,92.0657,-12.1695,-0.0385,30.9180,0.0000,30.9180,6.7433,30.9180,0.7966,0.0000,30.1214,0.0000,30.1214,6.6123,23.5090,0.0000,23.5090,-0.0178,23.5269,0.0000,14.1169,11.1920,-1.7819,1.0349,7751.6381,7751.6381,7751.6381,7751.6381,7751.6381 +928.5000,1.0000,12373.7503,60.4575,60.5820,-0.0692,0.0000,5,1326.1241,219.0164,639.4355,-87.2304,30.4151,88.7993,-12.1138,-0.2224,23.8704,0.0000,23.8704,6.7671,23.8704,0.7590,0.0000,23.1115,0.0000,23.1115,6.5964,16.5151,0.0000,16.5151,-0.1031,16.6182,0.0000,15.7470,11.1650,-10.2938,1.0210,6435.1782,6435.1782,6435.1782,6435.1782,6435.1782 +929.5000,1.0000,12390.4722,60.1890,60.3330,-0.0800,0.0000,5,1320.2346,211.0080,617.0992,-86.8812,29.1728,85.3168,-12.0117,-0.2561,22.7020,0.0000,22.7020,6.7269,22.7020,0.7487,0.0000,21.9534,0.0000,21.9534,6.5671,15.3863,0.0000,15.3863,-0.1187,15.5050,0.0000,16.2428,11.1154,-11.8532,1.0465,6203.8098,6203.8098,6203.8098,6203.8098,6203.8098 +930.5000,1.0000,12407.1097,59.8850,60.0450,-0.0889,0.0000,5,1313.5664,187.9356,612.3239,-86.4857,25.8517,84.2290,-11.8967,-0.2831,19.4168,0.0000,19.4168,6.7181,19.4168,0.7272,0.0000,18.6896,0.0000,18.6896,6.5339,12.1556,0.0000,12.1556,-0.1312,12.2869,0.0000,14.3313,11.0593,-13.1037,1.0318,5573.5936,5573.5936,5573.5936,5573.5936,5573.5936 +931.5000,1.0000,12423.6678,59.5990,59.7250,-0.0700,0.0000,5,1307.2931,200.7770,601.1906,-86.1136,27.4862,82.3026,-11.7889,-0.2219,21.0618,0.0000,21.0618,6.6464,21.0618,0.7307,0.0000,20.3310,0.0000,20.3310,6.5027,13.8283,0.0000,13.8283,-0.1029,13.9312,0.0000,13.1946,11.0065,-10.2699,1.0439,5882.4419,5882.4419,5882.4419,5882.4419,5882.4419 +932.5000,1.0000,12440.1714,59.4030,59.4730,-0.0389,0.0000,5,1302.9939,234.0851,605.5051,-85.8586,31.9407,82.6207,-11.7153,-0.1229,25.4027,0.0000,25.4027,6.6609,25.4027,0.7492,0.0000,24.6535,0.0000,24.6535,6.4813,18.1722,0.0000,18.1722,-0.0570,18.2291,0.0000,12.9456,10.9703,-5.6867,1.0431,6707.6710,6707.6710,6707.6710,6707.6710,6707.6710 +933.5000,1.0000,12456.6678,59.3770,59.3330,0.0244,0.0000,5,1302.4236,306.5219,619.1503,-85.8248,41.8064,84.4456,-11.7056,0.0772,35.0567,0.0000,35.0567,6.6724,35.0567,0.7971,0.0000,34.2597,0.0000,34.2597,6.4785,27.7812,0.0000,27.7812,0.0358,27.7454,0.0000,13.2070,10.9655,3.5730,1.0563,8549.9877,8549.9877,8549.9877,8549.9877,8549.9877 +934.5000,1.0000,12473.2138,59.5555,59.4210,0.0747,0.0000,5,1306.3389,378.0076,649.9332,-86.0570,51.7113,88.9105,-11.7726,0.2367,44.8452,0.0000,44.8452,6.6294,44.8452,0.8489,0.0000,43.9963,0.0000,43.9963,6.4980,37.4983,0.0000,37.4983,0.1097,37.3886,0.0000,15.4354,10.9984,10.9547,1.0570,10405.3058,10405.3058,10405.3058,10405.3058,10405.3058 +935.5000,1.0000,12489.8593,59.9140,59.6900,0.1244,0.0000,5,1314.2026,455.7460,680.6763,-86.5234,62.7211,93.6767,-11.9076,0.3965,55.6421,0.0000,55.6421,6.6825,55.6421,0.9088,0.0000,54.7333,0.0000,54.7333,6.5371,48.1962,0.0000,48.1962,0.1838,48.0124,0.0000,18.5936,11.0646,18.3541,1.0453,12501.0136,12501.0136,12501.0136,12501.0136,12501.0136 +936.5000,1.0000,12506.5924,60.2290,60.1380,0.0506,0.0000,5,1321.1120,366.6758,714.0279,-86.9332,50.7283,98.7833,-12.0269,0.1619,43.7944,0.0000,43.7944,6.7720,43.7944,0.8548,0.0000,42.9396,0.0000,42.9396,6.5715,36.3682,0.0000,36.3682,0.0751,36.2931,0.0000,17.6747,11.1228,7.4956,1.0466,10213.4188,10213.4188,10213.4188,10213.4188,10213.4188 +937.5000,1.0000,12523.3681,60.3825,60.3200,0.0347,0.0000,5,1324.4790,341.2242,678.2974,-87.1329,47.3275,94.0793,-12.0853,0.1115,40.5058,0.0000,40.5058,6.7102,40.5058,0.8409,0.0000,39.6649,0.0000,39.6649,6.5882,33.0767,0.0000,33.0767,0.0517,33.0250,0.0000,16.7127,11.1512,5.1612,1.0207,9584.4688,9584.4688,9584.4688,9584.4688,9584.4688 +938.5000,1.0000,12540.1385,60.3635,60.4450,-0.0453,0.0000,5,1324.0623,233.2519,668.1291,-87.1082,32.3416,92.6398,-12.0780,-0.1454,25.7967,0.0000,25.7967,6.6903,25.7967,0.7670,0.0000,25.0297,0.0000,25.0297,6.5861,18.4436,0.0000,18.4436,-0.0674,18.5110,0.0000,14.0914,11.1476,-6.7280,1.0339,6786.8013,6786.8013,6786.8013,6786.8013,6786.8013 +939.5000,1.0000,12556.8310,60.0830,60.2820,-0.1106,0.0000,5,1317.9095,162.2965,622.5459,-86.7433,22.3987,85.9183,-11.9715,-0.3533,16.0994,0.0000,16.0994,6.6526,16.0994,0.7139,0.0000,15.3855,0.0000,15.3855,6.5555,8.8300,0.0000,8.8300,-0.1638,8.9937,0.0000,14.2495,11.0958,-16.3516,1.0327,4939.7259,4939.7259,4939.7259,4939.7259,4939.7259 +940.5000,1.0000,12573.3561,59.4805,59.8840,-0.2242,0.0000,5,1304.6938,24.0139,590.1428,-85.9595,3.2810,80.6296,-11.7444,-0.7091,-2.6247,0.0000,-2.6247,6.6148,-2.6247,0.6813,0.0000,-3.3060,0.0000,-3.3060,6.4898,-9.7957,0.0000,-9.7957,-0.3287,-9.4670,0.0000,12.3712,10.9846,-32.8227,1.0301,2084.7018,2084.7018,2084.7018,2084.7018,2084.7018 +941.5000,1.0000,12589.6571,58.6735,59.0770,-0.2242,0.0000,5,1286.9924,22.3431,526.5943,-84.9096,3.0113,70.9710,-11.4436,-0.6995,-2.9498,0.0000,-2.9498,6.6606,-2.9498,0.6682,0.0000,-3.6180,0.0000,-3.6180,6.4017,-10.0198,0.0000,-10.0198,-0.3243,-9.6955,0.0000,11.8464,10.8355,-32.3774,1.0399,2014.4232,2014.4232,2014.4232,2014.4232,2014.4232 +942.5000,1.0000,12605.7579,57.9530,58.2700,-0.1761,0.0000,5,1271.1884,72.7970,521.5149,-83.9723,9.6906,69.4233,-11.1783,-0.5428,3.6849,0.0000,3.6849,6.5485,3.6849,0.6393,0.0000,3.0456,0.0000,3.0456,6.3231,-3.2775,0.0000,-3.2775,-0.2516,-3.0259,0.0000,11.3958,10.7025,-25.1242,1.0501,2792.9964,2792.9964,2792.9964,2792.9964,2792.9964 +943.5000,1.0000,12621.6865,57.3330,57.6360,-0.1683,0.0000,5,1257.5888,107.0524,539.9810,-83.1658,14.0982,71.1125,-10.9525,-0.5133,8.1291,0.0000,8.1291,6.4823,8.1291,0.6293,0.0000,7.4998,0.0000,7.4998,6.2555,1.2443,0.0000,1.2443,-0.2379,1.4823,0.0000,14.6520,10.5880,-23.7577,1.0341,3362.5593,3362.5593,3362.5593,3362.5593,3362.5593 +944.5000,1.0000,12637.4417,56.7085,57.0300,-0.1786,0.0000,5,1243.8905,63.6955,551.7361,-82.3533,8.2970,71.8691,-10.7273,-0.5387,2.3514,0.0000,2.3514,6.4843,2.3514,0.6217,0.0000,1.7297,0.0000,1.7297,6.1873,-4.4577,0.0000,-4.4577,-0.2497,-4.2080,0.0000,10.2530,10.4727,-24.9337,1.0314,2580.4913,2580.4913,2580.4913,2580.4913,2580.4913 +945.5000,1.0000,12653.0045,56.0160,56.3870,-0.2061,0.0000,5,1228.7006,-36.9840,528.7248,-81.4525,-4.7587,68.0306,-10.4804,-0.6140,-10.5153,0.0000,-10.5153,6.3706,-10.5153,0.6423,0.0000,-11.1576,0.0000,-11.1576,6.1118,-17.2694,0.0000,-17.2694,-0.2847,-16.9847,0.0000,1.0917,10.3448,-28.4212,1.0284,805.8742,805.8742,805.8742,805.8742,805.8742 +946.5000,1.0000,12668.3528,55.2440,55.6450,-0.2228,0.0000,5,1211.7670,-63.7533,478.8085,-80.4482,-8.0900,60.7589,-10.2085,-0.6545,-13.7321,0.0000,-13.7321,6.2966,-13.7321,0.6376,0.0000,-14.3697,0.0000,-14.3697,6.0276,-20.3973,0.0000,-20.3973,-0.3034,-20.0939,0.0000,0.0000,10.2022,-30.2961,1.0250,245.5205,245.5205,245.5205,245.5205,245.5205 +947.5000,1.0000,12683.4671,54.4015,54.8430,-0.2453,0.0000,5,1193.2869,48.9392,461.2169,-79.3498,6.1155,57.6340,-9.9156,-0.7097,0.5881,0.0000,0.5881,6.2371,0.5881,0.5881,0.0000,0.0000,0.0000,0.0000,5.9356,-5.9356,17.1939,-23.1296,-0.3290,-22.8006,0.0000,0.0000,10.0466,-32.8472,1.0214,2243.6726,2243.6726,2243.6726,2243.6726,2243.6726 +948.5000,1.0000,12698.3354,53.5160,53.9600,-0.2467,0.0000,5,1173.8636,48.6590,507.9083,-78.1912,5.9815,62.4355,-9.6118,-0.7021,0.5738,0.0000,0.5738,6.1098,0.5738,0.5738,0.0000,0.0000,0.0000,0.0000,5.8390,-5.8390,17.0989,-22.9379,-0.3255,-22.6124,0.0000,0.0000,9.8831,-32.4955,0.9908,2226.4778,2226.4778,2226.4778,2226.4778,2226.4778 +949.5000,1.0000,12712.9396,52.5650,53.0720,-0.2817,0.0000,5,1153.0036,48.2951,502.2663,-76.9468,5.8313,60.6448,-9.2907,-0.7874,0.5586,0.0000,0.5586,6.0601,0.5586,0.5586,0.0000,0.0000,0.0000,0.0000,5.7353,-5.7353,21.3693,-27.1045,-0.3650,-26.7395,0.0000,0.0000,9.7075,-36.4470,1.0128,2207.0075,2207.0075,2207.0075,2207.0075,2207.0075 +950.5000,1.0000,12727.2721,51.5870,52.0580,-0.2617,0.0000,5,1131.5513,48.7260,496.5243,-75.6672,5.7738,58.8360,-8.9662,-0.7179,0.5432,0.0000,0.5432,5.9486,0.5432,0.5432,0.0000,0.0000,0.0000,0.0000,5.6285,-5.6285,18.4065,-24.0350,-0.3328,-23.7022,0.0000,0.0000,9.5268,-33.2290,0.9961,2199.8326,2199.8326,2199.8326,2199.8326,2199.8326 +951.5000,1.0000,12741.3500,50.6705,51.1160,-0.2475,0.0000,5,1111.4481,49.6430,491.5795,-74.4680,5.7780,57.2152,-8.6674,-0.6670,0.5289,0.0000,0.5289,5.9160,0.5289,0.5289,0.0000,0.0000,0.0000,0.0000,5.5286,-5.5286,16.2947,-21.8232,-0.3092,-21.5140,0.0000,0.0000,9.3576,-30.8716,1.0145,2201.3008,2201.3008,2201.3008,2201.3008,2201.3008 +952.5000,1.0000,12755.1749,49.7595,50.2250,-0.2586,0.0000,5,1091.4655,49.5305,486.8436,-73.1741,5.6612,55.6453,-8.3637,-0.6844,0.5149,0.0000,0.5149,5.8307,0.5149,0.5149,0.0000,0.0000,0.0000,0.0000,5.4292,-5.4292,17.3764,-22.8055,-0.3173,-22.4883,0.0000,0.0000,9.1893,-31.6776,0.9866,2170.7862,2170.7862,2170.7862,2170.7862,2170.7862 +953.5000,1.0000,12768.7374,48.8150,49.2940,-0.2661,0.0000,5,1070.7480,49.6334,481.2823,-71.6911,5.5653,53.9654,-8.0386,-0.6909,0.5005,0.0000,0.5005,5.7557,0.5005,0.5005,0.0000,0.0000,0.0000,0.0000,5.3261,-5.3261,17.9568,-23.2829,-0.3203,-22.9627,0.0000,0.0000,9.0149,-31.9776,0.9817,2125.0127,2125.0127,2125.0127,2125.0127,2125.0127 +954.5000,1.0000,12782.0204,47.8090,48.3360,-0.2928,0.0000,5,1048.6816,49.4412,475.6026,-70.1116,5.4295,52.2296,-7.6995,-0.7444,0.4854,0.0000,0.4854,5.6885,0.4854,0.4854,0.0000,0.0000,0.0000,0.0000,5.2163,-5.2163,20.7566,-25.9729,-0.3451,-25.6278,0.0000,0.0000,8.8291,-34.4570,0.9880,2070.4485,2070.4485,2070.4485,2070.4485,2070.4485 +955.5000,1.0000,12795.0578,46.9245,47.2820,-0.1986,0.0000,5,1029.2803,-34.9813,470.4748,-68.7228,-3.7705,50.7106,-7.4074,-0.4957,-8.8905,0.0000,-8.8905,5.6157,-8.8905,0.4957,0.0000,-9.3862,0.0000,-9.3862,5.1198,-14.5060,0.0000,-14.5060,-0.2298,-14.2763,0.0000,0.0000,8.6658,-22.9421,0.9834,514.9007,514.9007,514.9007,514.9007,514.9007 +956.5000,1.0000,12807.8714,46.1190,46.5670,-0.2489,0.0000,5,1011.6118,50.8957,422.8715,-67.4580,5.3917,44.7972,-7.1462,-0.6105,0.4605,0.0000,0.4605,5.5416,0.4605,0.4605,0.0000,0.0000,0.0000,0.0000,5.0319,-5.0319,14.9903,-20.0222,-0.2830,-19.7392,0.0000,0.0000,8.5170,-28.2563,0.9792,2013.0171,2013.0171,2013.0171,2013.0171,2013.0171 +957.5000,1.0000,12820.4199,45.1645,45.6710,-0.2814,0.0000,5,990.6750,50.6049,459.6031,-67.1603,5.2499,47.6807,-6.9674,-0.6759,0.4467,0.0000,0.4467,5.4791,0.4467,0.4467,0.0000,0.0000,0.0000,0.0000,4.9278,-4.9278,18.3296,-23.2574,-0.3133,-22.9440,0.0000,0.0000,8.3408,-31.2848,0.9858,1953.3282,1953.3282,1953.3282,1953.3282,1953.3282 +958.5000,1.0000,12832.7215,44.2760,44.6580,-0.2122,0.0000,5,971.1859,-49.2533,450.4860,-68.2751,-5.0092,45.8155,-6.9437,-0.4997,-9.8950,0.0000,-9.8950,5.3856,-9.8950,0.4598,0.0000,-10.3548,0.0000,-10.3548,4.8309,-15.1857,0.0000,-15.1857,-0.2317,-14.9540,0.0000,0.0000,8.1767,-23.1307,0.9464,201.1069,201.1069,201.1069,201.1069,201.1069 +959.5000,1.0000,12844.7931,43.4475,43.8940,-0.2481,0.0000,5,953.0129,52.4205,389.7831,-69.3147,5.2315,38.9001,-6.9176,-0.5732,0.4223,0.0000,0.4223,5.3824,0.4223,0.4223,0.0000,0.0000,0.0000,0.0000,4.7405,-4.7405,14.0319,-18.7724,-0.2657,-18.5067,0.0000,0.0000,8.0237,-26.5304,0.9419,1877.9475,1877.9475,1877.9475,1877.9475,1877.9475 +960.5000,1.0000,12856.5171,42.1965,43.0010,-0.4469,0.0000,5,925.5725,50.2372,431.4184,-70.8844,4.8693,41.8155,-6.8705,-1.0030,0.4049,0.0000,0.4049,5.4674,0.4049,0.4049,0.0000,0.0000,0.0000,0.0000,4.6040,-4.6040,34.4941,-39.0981,-0.4650,-38.6331,0.0000,0.0000,7.7927,-46.4258,1.1041,1755.4966,1755.4966,1755.4966,1755.4966,1755.4966 +961.5000,1.0000,12867.8718,40.8670,41.3920,-0.2917,0.0000,5,896.4101,54.2101,417.4467,-72.6040,5.0888,39.1865,-6.8155,-0.6339,0.3867,0.0000,0.3867,5.3360,0.3867,0.3867,0.0000,0.0000,0.0000,0.0000,4.4589,-4.4589,17.6298,-22.0887,-0.2939,-21.7948,0.0000,0.0000,7.5471,-29.3419,1.0751,1746.5677,1746.5677,1746.5677,1746.5677,1746.5677 +962.5000,1.0000,12878.9686,39.9385,40.3420,-0.2242,0.0000,5,876.0436,-59.3690,408.8991,-74.0603,-5.4465,37.5120,-6.7942,-0.4762,-10.1260,0.0000,-10.1260,5.1557,-10.1260,0.4005,0.0000,-10.5265,0.0000,-10.5265,4.3576,-14.8841,0.0000,-14.8841,-0.2207,-14.6634,0.0000,0.0000,7.3757,-22.0390,0.9649,0.0000,0.0000,0.0000,0.0000,0.0000 +963.5000,1.0000,12889.8453,39.1460,39.5350,-0.2161,0.0000,5,858.6603,-50.2822,409.9743,-75.3033,-4.5213,36.8644,-6.7712,-0.4499,-9.1461,0.0000,-9.1461,5.0747,-9.1461,0.3875,0.0000,-9.5336,0.0000,-9.5336,4.2711,-13.8047,0.0000,-13.8047,-0.2086,-13.5961,0.0000,0.0000,7.2293,-20.8254,0.9400,112.8039,112.8039,112.8039,112.8039,112.8039 +964.5000,1.0000,12900.6390,38.8475,38.7570,0.0503,0.0000,5,852.1128,244.5174,413.1245,-75.7715,21.8190,36.8644,-6.7613,0.1039,16.6796,0.0000,16.6796,5.0356,16.6796,0.4106,0.0000,16.2689,0.0000,16.2689,4.2386,12.0304,0.0000,12.0304,0.0482,11.9822,0.0000,0.0000,7.1742,4.8080,0.9508,4620.1453,4620.1453,4620.1453,4620.1453,4620.1453 +965.5000,1.0000,12911.3988,38.7253,38.9380,-0.1182,0.0000,0,764.5028,10.8142,473.9081,-83.3053,0.8658,37.9404,-6.6693,-4.2064,0.0000,0.0000,0.0000,5.0722,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.2252,-4.2252,0.0000,-4.2252,-0.1128,-4.1124,0.0000,0.0000,7.1516,-11.2640,0.9191,1025.6199,1025.6199,1025.6199,1025.6199,1025.6199 +966.5000,1.0000,12922.1742,38.7814,39.9440,0.1493,0.0000,4,971.3061,428.4891,428.4891,-68.2682,43.5837,43.5837,-6.9439,17.6798,20.7670,0.0000,20.7670,5.1370,26.9176,1.1280,0.0000,25.7895,0.0000,25.7895,4.2314,21.5582,0.0000,21.5582,0.1428,21.4154,0.0000,0.0000,7.1620,14.2534,0.9696,8781.4585,8781.4585,8781.4585,8781.4585,8781.4585 +967.5000,1.0000,12933.3575,40.2498,41.2720,0.6665,0.0000,4,1306.6507,655.4076,655.4076,-86.0755,89.6808,89.6808,-11.7779,3.1251,81.2657,0.0000,81.2657,5.2900,81.2657,2.2502,0.0000,79.0154,0.0000,79.0154,4.8834,74.1321,0.0000,74.1321,0.6614,73.4707,0.0000,0.0000,7.4331,66.0375,1.0305,17531.5426,17531.5426,17531.5426,17531.5426,17531.5426 +968.5000,1.0000,12945.2916,42.9527,43.0160,0.8351,0.0000,4,1394.3959,787.7646,787.7646,-91.2795,115.0300,115.0300,-13.3287,4.1787,105.4027,0.0000,105.4027,5.4486,105.4027,2.8003,0.0000,102.6024,0.0000,102.6024,5.4855,97.1169,0.0000,97.1169,0.8844,96.2325,0.0000,0.0000,7.9323,88.3002,1.0676,22391.0149,22391.0149,22391.0149,22391.0149,22391.0149 +969.5000,1.0000,12957.9071,45.4059,44.8020,0.5278,0.0000,4,1474.0371,543.2582,843.3035,-96.0029,83.8578,130.1730,-14.8191,2.7919,75.5087,0.0000,75.5087,5.5572,75.5087,2.2663,0.0000,73.2423,0.0000,73.2423,5.2705,67.9718,0.0000,67.9718,0.5909,67.3809,0.0000,0.0000,8.3854,58.9956,1.0772,16459.2804,16459.2804,16459.2804,16459.2804,16459.2804 +970.5000,1.0000,12971.0018,47.1310,46.3560,0.4306,0.0000,4,1530.0385,465.8141,771.6320,-99.3242,74.6352,123.6349,-15.9142,2.3640,66.5893,0.0000,66.5893,5.6819,66.5893,2.1344,0.0000,64.4549,0.0000,64.4549,5.2972,59.1576,0.0000,59.1576,0.5003,58.6573,0.0000,0.0000,8.7039,49.9534,1.0688,14814.7483,14814.7483,14814.7483,14814.7483,14814.7483 +971.5000,1.0000,12984.4899,48.5470,47.9060,0.3561,0.0000,4,1576.0069,406.7424,756.0600,-102.0505,67.1284,124.7794,-16.8423,2.0140,59.2965,0.0000,59.2965,5.8179,59.2965,2.0277,0.0000,57.2688,0.0000,57.2688,5.3195,51.9493,0.0000,51.9493,0.4262,51.5230,0.0000,0.0000,8.9654,42.5576,1.1078,13520.5612,13520.5612,13520.5612,13520.5612,13520.5612 +972.5000,1.0000,12998.3448,49.8675,49.1880,0.3775,0.0000,4,1618.8750,423.7172,746.3110,-104.1457,71.8320,126.5207,-17.6556,2.1930,63.6714,0.0000,63.6714,5.9676,63.6714,2.1525,0.0000,61.5189,0.0000,61.5189,5.5046,56.0142,0.0000,56.0142,0.4641,55.5501,0.0000,0.0000,9.2093,46.3408,1.1284,14458.8867,14458.8867,14458.8867,14458.8867,14458.8867 +973.5000,1.0000,13012.5730,51.2115,50.5470,0.3692,0.0000,4,1662.5059,416.9838,758.2028,-105.6995,72.5957,132.0010,-18.4020,2.2024,64.3035,0.0000,64.3035,6.0898,64.3035,2.2039,0.0000,62.0997,0.0000,62.0997,5.6368,56.4628,0.0000,56.4628,0.4661,55.9967,0.0000,0.0000,9.4575,46.5392,1.1500,14639.4597,14639.4597,14639.4597,14639.4597,14639.4597 +974.5000,1.0000,13027.1356,52.4155,51.8760,0.2997,0.0000,4,1701.5920,362.2262,763.2256,-107.0914,64.5452,135.9994,-19.0827,1.8302,56.5432,0.0000,56.5432,6.1719,56.5432,2.0840,0.0000,54.4591,0.0000,54.4591,5.7189,48.7402,0.0000,48.7402,0.3873,48.3529,0.0000,0.0000,9.6798,38.6730,1.1759,13193.6712,13193.6712,13193.6712,13193.6712,13193.6712 +975.5000,1.0000,13041.9895,53.4640,52.9550,0.2828,0.0000,4,1735.6300,348.9060,756.1599,-108.3036,63.4153,137.4356,-19.6847,1.7612,55.3884,0.0000,55.3884,6.2657,55.3884,2.0923,0.0000,53.2961,0.0000,53.2961,5.8333,47.4628,0.0000,47.4628,0.3727,47.0900,0.0000,0.0000,9.8735,37.2165,1.1729,12978.4881,12978.4881,12978.4881,12978.4881,12978.4881 +976.5000,1.0000,13056.9257,53.7603,53.9730,-0.1182,0.0000,0,1701.0286,5.6884,749.6154,-107.0714,1.0133,133.5300,-19.0728,-5.3406,0.0000,0.0000,0.0000,6.3539,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.8657,-5.8657,0.0000,-5.8657,-0.1566,-5.7091,0.0000,0.0000,9.9282,-15.6373,1.1620,2753.7460,2753.7460,2753.7460,2753.7460,2753.7460 +977.5000,1.0000,13072.0392,54.3987,54.8740,0.4728,0.0000,5,1430.8992,562.8093,562.8093,-93.4444,84.3333,84.3333,-14.0020,-19.2445,97.3118,0.0000,97.3118,6.2660,81.1483,0.9484,0.0000,80.1999,0.0000,80.1999,6.2012,73.9987,0.0000,73.9987,0.6342,73.3646,0.0000,0.0000,10.0461,63.3185,1.0219,16500.6470,16500.6470,16500.6470,16500.6470,16500.6470 +978.5000,1.0000,13087.6100,56.0449,55.8480,0.4417,0.0000,5,1229.3350,675.0364,790.6539,-81.4901,86.9013,101.7854,-10.4907,1.3166,79.1876,0.0000,79.1876,6.3971,79.1876,0.9642,0.0000,78.2234,0.0000,78.2234,6.3228,71.9006,0.0000,71.9006,0.6103,71.2903,0.0000,0.0000,10.3501,60.9401,1.0418,16960.0064,16960.0064,16960.0064,16960.0064,16960.0064 +979.5000,1.0000,13103.5414,57.3430,56.8400,0.2794,0.0000,5,1257.8081,492.4609,794.7834,-83.1788,64.8657,104.6868,-10.9561,0.8522,57.5643,0.0000,57.5643,6.4491,57.5643,0.8767,0.0000,56.6877,0.0000,56.6877,6.2566,50.4311,0.0000,50.4311,0.3951,50.0360,0.0000,0.0000,10.5898,39.4462,1.0341,12902.3025,12902.3025,12902.3025,12902.3025,12902.3025 +980.5000,1.0000,13119.7256,58.2530,57.8460,0.2261,0.0000,5,1277.7688,432.7795,721.2990,-84.3626,57.9092,96.5153,-11.2884,0.7005,50.7198,0.0000,50.7198,6.4889,50.7198,0.8571,0.0000,49.8627,0.0000,49.8627,6.3559,43.5068,0.0000,43.5068,0.3247,43.1821,0.0000,0.0000,10.7579,32.4242,1.0247,11551.8027,11551.8027,11551.8027,11551.8027,11551.8027 +981.5000,1.0000,13136.1255,59.0295,58.6600,0.2053,0.0000,5,1294.8012,410.1606,699.1277,-85.3727,55.6142,94.7956,-11.5758,0.6445,48.3275,0.0000,48.3275,6.6423,48.3275,0.8577,0.0000,47.4697,0.0000,47.4697,6.4406,41.0292,0.0000,41.0292,0.2988,40.7304,0.0000,0.0000,10.9013,29.8291,1.0548,11137.3918,11137.3918,11137.3918,11137.3918,11137.3918 +982.5000,1.0000,13152.7023,59.6665,59.3990,0.1486,0.0000,5,1308.7737,346.7722,692.3267,-86.2014,47.5267,94.8865,-11.8143,0.4716,40.4040,0.0000,40.4040,6.6510,40.4040,0.8285,0.0000,39.5755,0.0000,39.5755,6.5101,33.0654,0.0000,33.0654,0.2186,32.8468,0.0000,0.0000,11.0189,21.8279,1.0175,9622.1580,9622.1580,9622.1580,9622.1580,9622.1580 +983.5000,1.0000,13169.3488,59.9175,59.9340,-0.0092,0.0000,5,1314.2793,172.0390,668.0096,-86.5280,23.6779,91.9388,-11.9089,-0.0292,16.9526,0.0000,16.9526,6.7545,16.9526,0.7154,0.0000,16.2372,0.0000,16.2372,6.5375,9.6997,0.0000,9.6997,-0.0135,9.7132,0.0000,0.0000,11.0653,-1.3521,1.0724,5172.8257,5172.8257,5172.8257,5172.8257,5172.8257 +984.5000,1.0000,13185.9168,59.6350,59.9010,-0.1478,0.0000,5,1308.0827,18.4548,594.6786,-86.1604,2.5280,81.4603,-11.8024,-0.4687,-3.7049,0.0000,-3.7049,6.7016,-3.7049,0.6866,0.0000,-4.3915,0.0000,-4.3915,6.5066,-10.8982,0.0000,-10.8982,-0.2173,-10.6809,0.0000,0.0000,11.0131,-21.6940,1.0307,2003.5333,2003.5333,2003.5333,2003.5333,2003.5333 +985.5000,1.0000,13202.3743,59.2370,59.3690,-0.0733,0.0000,5,1299.3527,100.6693,527.6042,-85.6427,13.6979,71.7900,-11.6532,-0.2310,7.2579,0.0000,7.2579,6.6710,7.2579,0.6558,0.0000,6.6021,0.0000,6.6021,6.4632,0.1389,0.0000,0.1389,-0.1071,0.2460,0.0000,0.0000,10.9396,-10.6936,1.0557,3315.8709,3315.8709,3315.8709,3315.8709,3315.8709 +986.5000,1.0000,13218.7906,59.0885,59.1050,-0.0092,0.0000,5,1296.0954,171.9619,561.4857,-85.4495,23.3398,76.2087,-11.5978,-0.0288,16.7131,0.0000,16.7131,6.6555,16.7131,0.7006,0.0000,16.0125,0.0000,16.0125,6.4470,9.5655,0.0000,9.5655,-0.0134,9.5788,0.0000,0.0000,10.9122,-1.3333,1.0417,5101.4443,5101.4443,5101.4443,5101.4443,5101.4443 +987.5000,1.0000,13235.2339,59.1860,59.0720,0.0633,0.0000,5,1298.2340,252.7573,591.8842,-85.5763,34.3625,80.4671,-11.6342,0.1994,27.4637,0.0000,27.4637,6.6995,27.4637,0.7560,0.0000,26.7077,0.0000,26.7077,6.4577,20.2500,0.0000,20.2500,0.0924,20.1576,0.0000,0.0000,10.9302,9.2274,1.0421,7155.7461,7155.7461,7155.7461,7155.7461,7155.7461 +988.5000,1.0000,13251.7741,59.5345,59.3000,0.1303,0.0000,5,1305.8783,326.7790,627.0577,-86.0297,44.6874,85.7509,-11.7647,0.4125,37.5865,0.0000,37.5865,6.6884,37.5865,0.8123,0.0000,36.7742,0.0000,36.7742,6.4957,30.2785,0.0000,30.2785,0.1912,30.0873,0.0000,0.0000,10.9945,19.0927,1.0436,9091.3066,9091.3066,9091.3066,9091.3066,9091.3066 +989.5000,1.0000,13268.4656,60.0795,59.7690,0.1725,0.0000,5,1317.8328,373.6257,659.7129,-86.7387,51.5615,91.0424,-11.9702,0.5512,44.2726,0.0000,44.2726,6.7377,44.2726,0.8547,0.0000,43.4179,0.0000,43.4179,6.5551,36.8627,0.0000,36.8627,0.2555,36.6072,0.0000,0.0000,11.0952,25.5120,1.0327,10369.4902,10369.4902,10369.4902,10369.4902,10369.4902 +990.5000,1.0000,13285.3366,60.7255,60.3900,0.1864,0.0000,5,1332.0027,388.5151,681.2250,-87.5791,54.1928,95.0220,-12.2161,0.6020,46.8601,0.0000,46.8601,6.7308,46.8601,0.8784,0.0000,45.9817,0.0000,45.9817,6.6256,39.3561,0.0000,39.3561,0.2791,39.0770,0.0000,0.0000,11.2145,27.8625,1.0355,10884.1997,10884.1997,10884.1997,10884.1997,10884.1997 +991.5000,1.0000,13302.3961,61.4045,61.0610,0.1908,0.0000,5,1346.8964,393.5557,689.7663,-88.4624,55.5097,97.2892,-12.4773,0.6232,48.0702,0.0000,48.0702,6.8163,48.0702,0.8958,0.0000,47.1744,0.0000,47.1744,6.6997,40.4747,0.0000,40.4747,0.2889,40.1858,0.0000,0.0000,11.3399,28.8459,1.0255,11150.5560,11150.5560,11150.5560,11150.5560,11150.5560 +992.5000,1.0000,13319.6342,62.0470,61.7480,0.1661,0.0000,5,1360.9895,366.4570,694.3303,-89.2982,52.2284,98.9577,-12.7270,0.5482,44.7441,0.0000,44.7441,6.9361,44.7441,0.8900,0.0000,43.8541,0.0000,43.8541,6.7698,37.0843,0.0000,37.0843,0.2541,36.8302,0.0000,0.0000,11.4585,25.3717,1.0437,10525.5760,10525.5760,10525.5760,10525.5760,10525.5760 +993.5000,1.0000,13337.0343,62.6305,62.3460,0.1581,0.0000,5,1373.7885,356.8263,686.0752,-90.0573,51.3340,98.7007,-12.9559,0.5265,43.9078,0.0000,43.9078,6.8997,43.9078,0.8957,0.0000,43.0121,0.0000,43.0121,6.8335,36.1786,0.0000,36.1786,0.2441,35.9346,0.0000,0.0000,11.5663,24.3683,1.0616,10370.2259,10370.2259,10370.2259,10370.2259,10370.2259 +994.5000,1.0000,13354.5868,63.1790,62.9150,0.1467,0.0000,5,1385.8197,344.6019,684.6564,-90.7709,50.0096,99.3592,-13.1729,0.4928,42.4978,0.0000,42.4978,7.0189,42.4978,0.8980,0.0000,41.5998,0.0000,41.5998,6.8933,34.7065,0.0000,34.7065,0.2285,34.4780,0.0000,0.0000,11.6676,22.8104,1.0933,10136.9191,10136.9191,10136.9191,10136.9191,10136.9191 +995.5000,1.0000,13372.2506,63.5795,63.4430,0.0758,0.0000,5,1394.6046,266.1748,681.9362,-91.2919,38.8729,99.5918,-13.3325,0.2564,31.5163,0.0000,31.5163,7.1002,31.5163,0.8500,0.0000,30.6663,0.0000,30.6663,6.9370,23.7292,0.0000,23.7292,0.1189,23.6104,0.0000,0.0000,11.7416,11.8688,1.0535,8072.7626,8072.7626,8072.7626,8072.7626,8072.7626 +996.5000,1.0000,13389.9607,63.7465,63.7160,0.0169,0.0000,5,1398.2677,215.2904,652.7795,-91.5091,31.5242,95.5841,-13.3993,0.0574,22.2197,0.0000,22.2197,9.2471,22.2197,0.8064,0.0000,21.4132,0.0000,21.4132,6.9552,14.4580,0.0000,14.4580,0.0266,14.4314,0.0000,0.0000,11.7724,2.6590,1.0687,6709.4659,6709.4659,6709.4659,6709.4659,6709.4659 +997.5000,1.0000,13407.6888,63.8110,63.7770,0.0189,0.0000,5,1399.6825,217.5894,633.5529,-91.5930,31.8930,92.8626,-13.4252,0.0641,22.5526,0.0000,22.5526,9.2763,22.5526,0.8092,0.0000,21.7434,0.0000,21.7434,6.9623,14.7811,0.0000,14.7811,0.0297,14.7514,0.0000,0.0000,11.7843,2.9671,1.0832,6781.5559,6781.5559,6781.5559,6781.5559,6781.5559 +998.5000,1.0000,13425.4407,63.8970,63.8450,0.0289,0.0000,5,1401.5689,228.6544,634.8711,-91.7049,33.5601,93.1813,-13.4597,0.0982,24.1802,0.0000,24.1802,9.2817,24.1802,0.8188,0.0000,23.3614,0.0000,23.3614,6.9717,16.3897,0.0000,16.3897,0.0455,16.3442,0.0000,0.0000,11.8002,4.5440,1.0697,7093.0778,7093.0778,7093.0778,7093.0778,7093.0778 +999.5000,1.0000,13443.2284,64.0255,63.9490,0.0425,0.0000,5,1404.3876,243.6922,639.7618,-91.8721,35.8391,94.0879,-13.5114,0.1447,26.4073,0.0000,26.4073,9.2871,26.4073,0.8322,0.0000,25.5751,0.0000,25.5751,6.9857,18.5894,0.0000,18.5894,0.0671,18.5223,0.0000,0.0000,11.8239,6.6984,1.0564,7516.9420,7516.9420,7516.9420,7516.9420,7516.9420 +1000.5000,1.0000,13461.0703,64.2210,64.1020,0.0661,0.0000,5,1408.6758,269.9789,646.4617,-92.1264,39.8263,95.3636,-13.5901,0.2258,30.2782,0.0000,30.2782,9.3222,30.2782,0.8549,0.0000,29.4233,0.0000,29.4233,7.0070,22.4163,0.0000,22.4163,0.1047,22.3116,0.0000,0.0000,11.8600,10.4516,1.0717,8254.7488,8254.7488,8254.7488,8254.7488,8254.7488 +1001.5000,1.0000,13478.9932,64.5125,64.3400,0.0958,0.0000,5,1415.0698,303.4904,657.8313,-92.5056,44.9730,97.4812,-13.7080,0.3288,35.2089,0.0000,35.2089,9.4353,35.2089,0.8846,0.0000,34.3242,0.0000,34.3242,7.0388,27.2854,0.0000,27.2854,0.1524,27.1330,0.0000,0.0000,11.9139,15.2191,1.0736,9231.0381,9231.0381,9231.0381,9231.0381,9231.0381 +1002.5000,1.0000,13497.0102,64.8510,64.6850,0.0922,0.0000,5,1422.4947,298.5982,672.1027,-92.9460,44.4802,100.1186,-13.8455,0.3181,34.8106,0.0000,34.8106,9.3514,34.8106,0.8886,0.0000,33.9221,0.0000,33.9221,7.0758,26.8463,0.0000,26.8463,0.1475,26.6989,0.0000,0.0000,11.9764,14.7225,1.0758,9145.1687,9145.1687,9145.1687,9145.1687,9145.1687 +1003.5000,1.0000,13515.1249,65.2030,65.0170,0.1033,0.0000,5,1430.2158,310.8491,671.9269,-93.4039,46.5564,100.6357,-13.9893,0.3583,36.8122,0.0000,36.8122,9.3859,36.8122,0.9047,0.0000,35.9075,0.0000,35.9075,7.1142,28.7933,0.0000,28.7933,0.1661,28.6272,0.0000,0.0000,12.0414,16.5858,1.0921,9538.0549,9538.0549,9538.0549,9538.0549,9538.0549 +1004.5000,1.0000,13533.3316,65.5340,65.3890,0.0806,0.0000,5,1437.4762,270.8826,678.1284,-93.8345,40.7765,102.0801,-14.1251,0.2808,33.2713,0.0000,33.2713,7.2245,33.2713,0.8929,0.0000,32.3784,0.0000,32.3784,7.1503,25.2281,0.0000,25.2281,0.1302,25.0980,0.0000,0.0000,12.1025,12.9955,1.0801,8437.0290,8437.0290,8437.0290,8437.0290,8437.0290 +1005.5000,1.0000,13551.6652,65.9910,65.6790,0.1733,0.0000,5,1447.5004,373.8684,665.3999,-94.4290,56.6717,100.8626,-14.3137,0.6083,48.8053,0.0000,48.8053,7.2580,48.8053,0.9786,0.0000,47.8267,0.0000,47.8267,7.2001,40.6265,0.0000,40.6265,0.2820,40.3445,0.0000,0.0000,12.1869,28.1576,1.0549,11433.7067,11433.7067,11433.7067,11433.7067,11433.7067 +1006.5000,1.0000,13570.1955,66.6990,66.3030,0.2200,0.0000,5,1463.0303,425.8863,705.8472,-95.3501,65.2493,108.1416,-14.6084,0.7804,57.1115,0.0000,57.1115,7.3573,57.1115,1.0327,0.0000,56.0788,0.0000,56.0788,7.2774,48.8014,0.0000,48.8014,0.3618,48.4396,0.0000,0.0000,12.3177,36.1220,1.0877,13036.6085,13036.6085,13036.6085,13036.6085,13036.6085 +1007.5000,1.0000,13589.0282,67.7880,67.0950,0.3850,0.0000,5,1486.9173,609.5552,728.1464,-96.7668,94.9136,113.3794,-15.0675,1.3880,86.1070,0.0000,86.1070,7.4185,86.1070,1.1973,0.0000,84.9098,0.0000,84.9098,7.5020,77.4077,0.0000,77.4077,0.6435,76.7643,0.0000,0.0000,12.5188,64.2455,1.1111,18522.5797,18522.5797,18522.5797,18522.5797,18522.5797 +1008.5000,1.0000,13608.2510,69.1920,68.4810,0.3950,0.0000,5,1517.7138,621.2644,795.1108,-98.5932,98.7404,126.3706,-15.6699,1.4536,89.6555,0.0000,89.6555,7.6314,89.6555,1.2406,0.0000,88.4149,0.0000,88.4149,7.6836,80.7313,0.0000,80.7313,0.6738,80.0575,0.0000,0.0000,12.7781,67.2794,1.1079,19314.3056,19314.3056,19314.3056,19314.3056,19314.3056 +1009.5000,1.0000,13627.7560,70.2080,69.9030,0.1694,0.0000,5,1539.9996,369.4443,802.8692,-99.9150,59.5797,129.4774,-16.1131,0.6327,51.2715,0.0000,51.2715,7.6755,51.2715,1.0674,0.0000,50.2041,0.0000,50.2041,7.6602,42.5438,0.0000,42.5438,0.2933,42.2505,0.0000,0.0000,12.9657,29.2849,1.1135,12057.4642,12057.4642,12057.4642,12057.4642,12057.4642 +1010.5000,1.0000,13647.4493,70.8860,70.5130,0.2072,0.0000,5,1554.8714,411.8558,723.7787,-100.7970,67.0607,117.8498,-16.4123,0.7812,58.4631,0.0000,58.4631,7.8164,58.4631,1.1160,0.0000,57.3471,0.0000,57.3471,7.7342,49.6129,0.0000,49.6129,0.3622,49.2507,0.0000,0.0000,13.0909,36.1598,1.1163,13484.1871,13484.1871,13484.1871,13484.1871,13484.1871 +1011.5000,1.0000,13667.3061,71.4745,71.2590,0.1197,0.0000,5,1567.7800,314.6007,740.3852,-101.5626,51.6504,121.5546,-16.6743,0.4551,43.3250,0.0000,43.3250,7.8703,43.3250,1.0513,0.0000,42.2737,0.0000,42.2737,7.7984,34.4752,0.0000,34.4752,0.2110,34.2643,0.0000,0.0000,13.1996,21.0647,1.1188,10610.4456,10610.4456,10610.4456,10610.4456,10610.4456 +1012.5000,1.0000,13687.1892,71.5690,71.6900,-0.0672,0.0000,5,1569.8528,107.3979,710.4654,-101.6855,17.6556,116.7967,-16.7165,-0.2559,9.9502,0.0000,9.9502,7.9613,9.9502,0.8862,0.0000,9.0640,0.0000,9.0640,7.8087,1.2553,0.0000,1.2553,-0.1186,1.3739,0.0000,0.0000,13.2170,-11.8431,1.1192,4388.2048,4388.2048,4388.2048,4388.2048,4388.2048 +1013.5000,1.0000,13706.9046,70.9655,71.4480,-0.2681,0.0000,5,1556.6152,42.5146,639.8196,-100.9004,6.9302,104.2959,-16.4476,-1.0117,0.8841,0.0000,0.8841,7.0579,0.8841,0.8841,0.0000,0.0000,0.0000,0.0000,7.7429,-7.7429,26.4481,-34.1910,-0.4690,-33.7220,0.0000,0.0000,13.1056,-46.8275,1.1167,3057.3804,3057.3804,3057.3804,3057.3804,3057.3804 +1014.5000,1.0000,13726.3484,69.9875,70.4830,-0.2753,0.0070,5,1535.1629,37.3620,610.9238,-99.6281,6.0064,98.2133,-16.0164,-1.0247,0.8651,0.0000,0.8651,6.1660,0.8651,0.8651,0.0000,0.0000,0.0000,0.0000,7.6362,-7.6362,27.2221,-34.8582,-0.4750,-34.3832,0.1183,0.0000,12.9250,-47.4265,1.1126,2916.7867,2916.7867,2916.7867,2916.7867,2916.7867 +1015.5000,1.0000,13745.4816,68.8695,69.4920,-0.3458,0.0110,5,1510.6398,35.6950,600.7156,-98.1737,5.6467,95.0295,-15.5305,-1.2667,0.8436,0.0000,0.8436,6.0698,0.8436,0.8436,0.0000,0.0000,0.0000,0.0000,7.5142,-7.5142,38.8021,-46.3163,-0.5872,-45.7290,0.1829,0.0000,12.7185,-58.6304,1.1199,2831.9152,2831.9152,2831.9152,2831.9152,2831.9152 +1016.5000,1.0000,13764.2655,67.6120,68.2470,-0.3528,0.0110,5,1483.0568,35.7735,590.8519,-96.5378,5.5558,91.7625,-14.9928,-1.2686,0.8197,0.0000,0.8197,6.0046,0.8197,0.8197,0.0000,0.0000,0.0000,0.0000,7.3770,-7.3770,39.2610,-46.6380,-0.5881,-46.0499,0.1795,0.0000,12.4863,-58.7157,1.0951,2758.1539,2758.1539,2758.1539,2758.1539,2758.1539 +1017.5000,1.0000,13782.7334,66.4745,66.9770,-0.2792,0.0040,5,1458.1059,36.8183,582.6653,-95.0580,5.6219,88.9686,-14.5146,-0.9870,0.7984,0.0000,0.7984,5.8104,0.7984,0.7984,0.0000,0.0000,0.0000,0.0000,7.2529,-7.2529,26.5465,-33.7994,-0.4575,-33.3419,0.0642,0.0000,12.2762,-45.6823,1.0862,2705.3266,2705.3266,2705.3266,2705.3266,2705.3266 +1018.5000,1.0000,13801.0728,66.0120,65.9720,0.0222,0.0000,5,1447.9611,196.1298,579.6476,-94.4563,29.7392,87.8920,-14.3224,0.0780,23.8949,0.0000,23.8949,5.7663,23.8949,0.8544,0.0000,23.0405,0.0000,23.0405,7.2024,15.8381,0.0000,15.8381,0.0362,15.8019,0.0000,0.0000,12.1908,3.6111,1.0832,6429.0039,6429.0039,6429.0039,6429.0039,6429.0039 +1019.5000,1.0000,13819.4681,66.2130,66.0520,0.0894,0.0000,5,1452.3700,270.6789,639.4652,-94.7178,41.1680,97.2574,-14.4058,0.3150,35.0912,0.0000,35.0912,5.7619,35.0912,0.9140,0.0000,34.1772,0.0000,34.1772,7.2244,26.9529,0.0000,26.9529,0.1460,26.8068,0.0000,0.0000,12.2279,14.5789,1.0845,8533.8301,8533.8301,8533.8301,8533.8301,8533.8301 +1020.5000,1.0000,13838.0141,66.7555,66.3740,0.2119,0.0000,5,1464.2696,406.1921,669.1703,-95.4236,62.2847,102.6092,-14.6321,0.7525,55.8165,0.0000,55.8165,5.7157,55.8165,1.0273,0.0000,54.7893,0.0000,54.7893,7.2836,47.5057,0.0000,47.5057,0.3488,47.1569,0.0000,0.0000,12.3281,34.8288,1.0598,12519.2066,12519.2066,12519.2066,12519.2066,12519.2066 +1021.5000,1.0000,13856.8066,67.6430,67.1370,0.2811,0.0000,5,1483.7368,483.7111,721.0723,-96.5781,75.1574,112.0377,-15.0060,1.0113,68.2557,0.0000,68.2557,5.8904,68.2557,1.1054,0.0000,67.1503,0.0000,67.1503,7.3804,59.7699,0.0000,59.7699,0.4688,59.3011,0.0000,0.0000,12.4920,46.8091,1.1245,14893.7938,14893.7938,14893.7938,14893.7938,14893.7938 +1022.5000,1.0000,13875.8793,68.6520,68.1490,0.2794,0.0000,5,1505.8690,483.5923,751.7303,-97.8907,76.2597,118.5435,-15.4368,1.0203,68.9948,0.0000,68.9948,6.2446,68.9948,1.1274,0.0000,67.8674,0.0000,67.8674,7.4905,60.3770,0.0000,60.3770,0.4730,59.9040,0.0000,0.0000,12.6783,47.2256,1.4036,15114.8487,15114.8487,15114.8487,15114.8487,15114.8487 +1023.5000,1.0000,13895.2924,69.8770,69.1550,0.4011,0.0000,5,1532.7391,618.5867,755.7679,-99.4844,99.2882,121.3068,-15.9680,1.4907,91.6312,0.0000,91.6312,6.1663,91.6312,1.2631,0.0000,90.3681,0.0000,90.3681,7.7758,82.5923,0.0000,82.5923,0.6910,81.9012,0.0000,0.0000,12.9046,68.9967,1.3142,19446.1884,19446.1884,19446.1884,19446.1884,19446.1884 +1024.5000,1.0000,13915.0223,71.0175,70.5990,0.2325,0.0000,5,1557.7558,429.8778,803.7820,-100.9681,70.1250,131.1192,-16.4707,0.8782,63.0582,0.0000,63.0582,6.1886,63.0582,1.1414,0.0000,61.9168,0.0000,61.9168,7.7486,54.1682,0.0000,54.1682,0.4071,53.7612,0.0000,0.0000,13.1152,40.6460,1.2549,14025.2891,14025.2891,14025.2891,14025.2891,14025.2891 +1025.5000,1.0000,13934.9381,71.6870,71.4360,0.1394,0.0000,5,1572.4411,326.4255,746.9291,-101.8390,53.7511,122.9936,-16.7694,0.5317,46.9882,0.0000,46.9882,6.2312,46.9882,1.0737,0.0000,45.9146,0.0000,45.9146,7.8216,38.0930,0.0000,38.0930,0.2465,37.8465,0.0000,0.0000,13.2388,24.6077,1.2451,10990.7135,10990.7135,10990.7135,10990.7135,10990.7135 +1026.5000,1.0000,13955.0313,72.3255,71.9380,0.2153,0.0000,5,1586.4465,413.0052,717.5307,-102.6696,68.6135,119.2050,-17.0567,0.8281,61.4853,0.0000,61.4853,6.3002,61.4853,1.1582,0.0000,60.3270,0.0000,60.3270,7.8913,52.4358,0.0000,52.4358,0.3839,52.0519,0.0000,0.3668,13.3567,38.3283,1.2491,13790.2305,13790.2305,13790.2305,13790.2305,13790.2305 +1027.5000,1.0000,13975.3374,73.0920,72.7130,0.2106,0.0000,5,1603.2596,414.1570,747.6993,-103.5896,69.5340,125.5334,-17.3920,0.8185,62.5467,0.0000,62.5467,6.1688,62.5467,1.1781,0.0000,61.3686,0.0000,61.3686,7.9749,53.3937,0.0000,53.3937,0.3794,53.0143,0.0000,1.6311,13.4983,37.8849,1.1255,14014.0915,14014.0915,14014.0915,14014.0915,14014.0915 +1028.5000,1.0000,13995.8653,73.8905,73.4710,0.2331,0.0000,5,1620.7745,453.4111,750.7310,-104.2133,76.9562,127.4194,-17.6878,0.9159,69.7524,0.0000,69.7524,6.2879,69.7524,1.2295,0.0000,68.5229,0.0000,68.5229,8.0620,60.4609,0.0000,60.4609,0.4246,60.0363,0.0000,3.9992,13.6457,42.3914,1.1288,15419.1388,15419.1388,15419.1388,15419.1388,15419.1388 +1029.5000,1.0000,14016.4301,74.0233,74.3100,-0.1593,0.0000,0,1625.3066,34.4084,764.0914,-104.3747,5.8564,130.0497,-17.7648,-0.4661,0.0000,0.0000,0.0000,6.3224,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,8.0765,-8.0765,0.0000,-8.0765,-0.2907,-7.7858,0.0000,7.5676,13.6703,-29.0237,1.1297,3101.4878,3101.4878,3101.4878,3101.4878,3101.4878 +1030.5000,1.0000,14037.0518,74.2281,75.0610,0.2730,0.0000,6,1406.9000,567.7787,567.7787,-92.0211,83.6510,83.6510,-13.5575,-18.4667,95.8416,0.0000,95.8416,6.2760,80.7466,2.1520,0.0000,78.5946,0.0000,78.5946,8.0989,70.4957,0.0000,70.4957,0.4997,69.9960,0.0000,6.3952,13.7081,49.8927,1.0289,16379.2056,16379.2056,16379.2056,16379.2056,16379.2056 +1031.5000,1.0000,14057.9751,75.3138,75.6450,0.3301,0.0000,6,1202.6517,788.0570,792.8500,-79.9075,99.2490,99.8526,-10.0637,0.7008,92.2885,0.0000,92.2885,6.2597,92.2885,2.3950,0.0000,89.8934,0.0000,89.8934,8.2683,81.6252,0.0000,81.6252,0.6130,81.0122,0.0000,5.9006,13.9086,61.2030,1.0099,19321.2833,19321.2833,19321.2833,19321.2833,19321.2833 +1032.5000,1.0000,14079.0872,75.9935,75.9080,0.0475,0.0000,6,1213.5057,367.7939,845.9128,-80.5513,46.7385,107.4969,-10.2363,0.1017,40.3389,0.0000,40.3389,6.2979,40.3389,1.3637,0.0000,38.9751,0.0000,38.9751,8.2915,30.6837,0.0000,30.6837,0.0890,30.5947,0.0000,7.6747,14.0341,8.8859,1.0254,9405.1212,9405.1212,9405.1212,9405.1212,9405.1212 +1033.5000,1.0000,14100.2645,76.2285,76.0790,0.0831,0.0000,6,1217.2583,421.4775,660.9068,-80.7738,53.7262,84.2464,-10.2963,0.1785,47.2766,0.0000,47.2766,6.2711,47.2766,1.5052,0.0000,45.7715,0.0000,45.7715,8.3171,37.4543,0.0000,37.4543,0.1561,37.2982,0.0000,7.6354,14.0775,15.5853,1.0261,10747.8453,10747.8453,10747.8453,10747.8453,10747.8453 +1034.5000,1.0000,14121.5255,76.5295,76.3780,0.0842,0.0000,6,1222.0648,432.0587,685.3404,-81.0589,55.2924,87.7060,-10.3735,0.1816,48.8126,0.0000,48.8126,6.2983,48.8126,1.5393,0.0000,47.2733,0.0000,47.2733,8.3500,38.9233,0.0000,38.9233,0.1588,38.7645,0.0000,8.7752,14.1331,15.8562,1.0271,11044.6880,11044.6880,11044.6880,11044.6880,11044.6880 +1035.5000,1.0000,14142.9317,77.0525,76.6810,0.2064,0.0000,6,1230.4164,610.0087,690.6535,-81.5542,78.5990,88.9899,-10.5082,0.4483,71.8046,0.0000,71.8046,6.3461,71.8046,2.0051,0.0000,69.7995,0.0000,69.7995,8.4070,61.3924,0.0000,61.3924,0.3921,61.0004,0.0000,7.6233,14.2297,39.1473,1.0154,15478.1626,15478.1626,15478.1626,15478.1626,15478.1626 +1036.5000,1.0000,14164.5208,77.7105,77.4240,0.1592,0.0000,6,1240.9237,564.2876,769.4072,-82.1774,73.3287,99.9839,-10.6789,0.3486,66.5799,0.0000,66.5799,6.4002,66.5799,1.9082,0.0000,64.6717,0.0000,64.6717,8.4788,56.1929,0.0000,56.1929,0.3050,55.8879,0.0000,11.0886,14.3512,30.4482,1.0041,14472.7138,14472.7138,14472.7138,14472.7138,14472.7138 +1037.5000,1.0000,14186.2741,78.3020,77.9970,0.1694,0.0000,6,1250.3691,562.9918,750.6698,-82.7376,73.7172,98.2915,-10.8335,0.3740,66.8925,0.0000,66.8925,6.4508,66.8925,1.9213,0.0000,64.9712,0.0000,64.9712,8.5434,56.4278,0.0000,56.4278,0.3271,56.1007,0.0000,8.9793,14.4604,32.6610,1.0460,14548.2058,14548.2058,14548.2058,14548.2058,14548.2058 +1038.5000,1.0000,14208.1840,78.8655,78.6070,0.1436,0.0000,6,1259.3674,515.1570,751.1451,-83.2712,67.9392,99.0615,-10.9819,0.3192,61.1404,0.0000,61.1404,6.4796,61.1404,1.8128,0.0000,59.3276,0.0000,59.3276,8.6048,50.7227,0.0000,50.7227,0.2792,50.4435,0.0000,7.9982,14.5645,27.8807,1.0211,13478.3556,13478.3556,13478.3556,13478.3556,13478.3556 +1039.5000,1.0000,14230.2041,79.2625,79.1240,0.0769,0.0000,6,1265.7069,422.6925,731.7612,-83.6472,56.0256,96.9909,-11.0870,0.1719,49.3304,0.0000,49.3304,6.5233,49.3304,1.5812,0.0000,47.7492,0.0000,47.7492,8.6482,39.1010,0.0000,39.1010,0.1504,38.9506,0.0000,9.2996,14.6378,15.0132,1.0090,11186.1773,11186.1773,11186.1773,11186.1773,11186.1773 +1040.5000,1.0000,14252.2990,79.5315,79.4010,0.0725,0.0000,6,1270.0024,421.4469,692.9357,-83.9020,56.0500,92.1565,-11.1585,0.1625,49.3307,0.0000,49.3307,6.5568,49.3307,1.5844,0.0000,47.7463,0.0000,47.7463,8.6775,39.0688,0.0000,39.0688,0.1422,38.9266,0.0000,10.0451,14.6875,14.1941,1.0232,11192.2635,11192.2635,11192.2635,11192.2635,11192.2635 +1041.5000,1.0000,14274.4677,79.7975,79.6620,0.0753,0.0000,6,1274.2500,409.2553,693.0435,-84.1539,54.6107,92.4791,-11.2294,0.1693,47.8289,0.0000,47.8289,6.6124,47.8289,1.5575,0.0000,46.2715,0.0000,46.2715,8.7065,37.5649,0.0000,37.5649,0.1481,37.4168,0.0000,7.8930,14.7366,14.7872,1.0241,10932.8329,10932.8329,10932.8329,10932.8329,10932.8329 +1042.5000,1.0000,14296.7019,80.0330,79.9330,0.0556,0.0000,6,1278.0106,409.5096,688.4708,-84.3769,54.8059,92.1401,-11.2924,0.1253,48.0665,0.0000,48.0665,6.6141,48.0665,1.5650,0.0000,46.5015,0.0000,46.5015,8.7322,37.7693,0.0000,37.7693,0.1096,37.6596,0.0000,11.9343,14.7801,10.9453,1.0248,10970.7334,10970.7334,10970.7334,10970.7334,10970.7334 +1043.5000,1.0000,14318.9830,80.2020,80.1330,0.0383,0.0000,6,1280.7093,365.3795,689.1412,-84.5370,49.0031,92.4246,-11.3377,0.0867,42.2842,0.0000,42.2842,6.6323,42.2842,1.4513,0.0000,40.8328,0.0000,40.8328,8.7507,32.0822,0.0000,32.0822,0.0758,32.0064,0.0000,9.6269,14.8113,7.5682,1.0120,9877.2481,9877.2481,9877.2481,9877.2481,9877.2481 +1044.5000,1.0000,14341.3027,80.3410,80.2710,0.0389,0.0000,6,1282.9290,354.0164,670.7483,-84.6686,47.5614,90.1137,-11.3751,0.0881,40.7806,0.0000,40.7806,6.6927,40.7806,1.4229,0.0000,39.3577,0.0000,39.3577,8.7658,30.5919,0.0000,30.5919,0.0770,30.5149,0.0000,7.9867,14.8370,7.6912,1.0391,9605.2004,9605.2004,9605.2004,9605.2004,9605.2004 +1045.5000,1.0000,14363.6305,80.3700,80.4110,-0.0228,0.0000,6,1283.3920,266.8188,666.1936,-84.6961,35.8595,89.5341,-11.3829,-0.0516,29.0702,0.0000,29.0702,6.8409,29.0702,1.1890,0.0000,27.8811,0.0000,27.8811,8.7690,19.1121,0.0000,19.1121,-0.0451,19.1573,0.0000,8.8214,14.8424,-4.5065,1.1338,7413.9215,7413.9215,7413.9215,7413.9215,7413.9215 +1046.5000,1.0000,14385.9513,80.3450,80.3290,0.0089,0.0000,6,1282.9928,298.8764,629.0030,-84.6724,40.1554,84.5095,-11.3761,0.0201,33.2387,0.0000,33.2387,6.8966,33.2387,1.2721,0.0000,31.9666,0.0000,31.9666,8.7663,23.2003,0.0000,23.2003,0.0176,23.1827,0.0000,6.5869,14.8377,1.7581,1.2078,8225.2032,8225.2032,8225.2032,8225.2032,8225.2032 +1047.5000,1.0000,14408.2756,80.3575,80.3610,-0.0019,0.0000,6,1283.1924,278.0318,642.6661,-84.6843,37.3607,86.3586,-11.3795,-0.0044,30.4770,0.0000,30.4770,6.8881,30.4770,1.2170,0.0000,29.2599,0.0000,29.2599,8.7676,20.4923,0.0000,20.4923,-0.0039,20.4962,0.0000,6.0407,14.8400,-0.3846,1.1721,7697.2884,7697.2884,7697.2884,7697.2884,7697.2884 +1048.5000,1.0000,14430.5824,80.2945,80.3540,-0.0331,0.0000,6,1282.1864,264.9330,633.6882,-84.6246,35.5726,85.0855,-11.3626,-0.0748,26.8000,0.0000,26.8000,8.8474,26.8000,1.1427,0.0000,25.6573,0.0000,25.6573,8.7608,16.8965,0.0000,16.8965,-0.0654,16.9620,0.0000,8.6673,14.8284,-6.5337,1.1590,7358.0114,7358.0114,7358.0114,7358.0114,7358.0114 +1049.5000,1.0000,14452.8286,80.0760,80.2350,-0.0883,0.0000,6,1278.6973,175.0812,627.6162,-84.4177,23.4442,84.0409,-11.3039,-0.1994,14.7410,0.0000,14.7410,8.9026,14.7410,0.8990,0.0000,13.8420,0.0000,13.8420,8.7369,5.1051,0.0000,5.1051,-0.1744,5.2795,0.0000,7.9037,14.7881,-17.4123,1.1959,5098.6426,5098.6426,5098.6426,5098.6426,5098.6426 +1050.5000,1.0000,14474.9197,79.5180,79.9170,-0.2217,0.0000,6,1269.7868,-44.0099,587.3558,-83.8892,-5.8521,78.1017,-11.1549,-0.4968,-14.2168,0.0000,-14.2168,8.8616,-14.2168,0.9392,0.0000,-15.1561,0.0000,-15.1561,8.6760,-23.8321,0.0000,-23.8321,-0.4346,-23.3975,0.0000,5.3080,14.6850,-43.3905,1.1800,731.3406,731.3406,731.3406,731.3406,731.3406 +1051.5000,1.0000,14496.7859,78.7085,79.1190,-0.2281,0.0000,6,1256.8603,-50.3561,488.4595,-83.1226,-6.6278,64.2901,-10.9404,-0.5060,-14.8981,0.0000,-14.8981,8.7763,-14.8981,0.9346,0.0000,-15.8327,0.0000,-15.8327,8.5877,-24.4204,0.0000,-24.4204,-0.4426,-23.9779,0.0000,5.6733,14.5355,-44.1867,1.1754,583.2770,583.2770,583.2770,583.2770,583.2770 +1052.5000,1.0000,14518.4302,77.9095,78.2980,-0.2158,0.0000,6,1244.1014,-27.6362,481.9752,-82.3658,-3.6005,62.7927,-10.7308,-0.4740,-11.8268,0.0000,-11.8268,8.7003,-11.8268,0.8926,0.0000,-12.7194,0.0000,-12.7194,8.5005,-21.2199,0.0000,-21.2199,-0.4146,-20.8053,0.0000,6.2008,14.3880,-41.3941,1.1708,1022.1351,1022.1351,1022.1351,1022.1351,1022.1351 +1053.5000,1.0000,14539.8890,77.2415,77.5210,-0.1553,0.0000,6,1233.4344,55.0280,489.0848,-81.7332,7.1077,63.1726,-10.5571,-0.3381,-1.2005,0.0000,-1.2005,8.6463,-1.2005,0.7769,0.0000,-1.9775,0.0000,-1.9775,8.4277,-10.4051,0.0000,-10.4051,-0.2957,-10.1094,0.0000,5.1510,14.2646,-29.5250,1.1542,2417.8000,2417.8000,2417.8000,2417.8000,2417.8000 +1054.5000,1.0000,14561.1986,76.7045,76.9620,-0.1431,0.0000,6,1224.8593,77.4737,523.7376,-81.2246,9.9373,67.1782,-10.4184,-0.3093,1.6519,0.0000,1.6519,8.5947,1.6519,0.7409,0.0000,0.9110,0.0000,0.9110,8.3691,-7.4581,0.0000,-7.4581,-0.2705,-7.1875,0.0000,5.6589,14.1654,-27.0119,1.1274,2757.9388,2757.9388,2757.9388,2757.9388,2757.9388 +1055.5000,1.0000,14582.3747,76.2240,76.4470,-0.1239,0.0000,6,1217.1864,107.0784,531.8954,-80.7696,13.6486,67.7972,-10.2952,-0.2662,7.2687,0.0000,7.2687,6.6460,7.2687,0.7049,0.0000,6.5638,0.0000,6.5638,8.3166,-1.7529,0.0000,-1.7529,-0.2328,-1.5200,0.0000,7.6495,14.0767,-23.2463,1.1932,3266.5964,3266.5964,3266.5964,3266.5964,3266.5964 +1056.5000,1.0000,14603.4270,75.7785,76.0010,-0.1236,0.0000,6,1210.0725,107.0993,543.5311,-80.3477,13.5715,68.8754,-10.1815,-0.2640,7.2502,0.0000,7.2502,6.5853,7.2502,0.6995,0.0000,6.5507,0.0000,6.5507,8.2680,-1.7174,0.0000,-1.7174,-0.2309,-1.4864,0.0000,7.5777,13.9944,-23.0586,1.1234,3250.0740,3250.0740,3250.0740,3250.0740,3250.0740 +1057.5000,1.0000,14624.4034,75.5050,75.5560,-0.0283,0.0000,6,1205.7051,244.5454,542.4209,-80.0886,30.8766,68.4867,-10.1121,-0.0603,24.3623,0.0000,24.3623,6.5745,24.3623,1.0387,0.0000,23.3237,0.0000,23.3237,8.2382,15.0855,0.0000,15.0855,-0.0527,15.1382,0.0000,6.4606,13.9439,-5.2663,1.1331,6429.0092,6429.0092,6429.0092,6429.0092,6429.0092 +1058.5000,1.0000,14645.3940,75.5560,75.4540,0.0567,0.0000,6,1206.5195,389.7747,604.2066,-80.1369,49.2466,76.3393,-10.1250,0.1207,42.5491,0.0000,42.5491,6.5768,42.5491,1.4030,0.0000,41.1461,0.0000,41.1461,8.2438,32.9024,0.0000,32.9024,0.1056,32.7968,0.0000,8.3039,13.9533,10.5396,1.1445,9881.9549,9881.9549,9881.9549,9881.9549,9881.9549 +1059.5000,1.0000,14666.4399,75.7555,75.6580,0.0542,0.0000,6,1209.7052,384.0531,669.6429,-80.3259,48.6519,84.8304,-10.1757,0.1157,41.8959,0.0000,41.8959,6.6403,41.8959,1.3922,0.0000,40.5037,0.0000,40.5037,8.2655,32.2382,0.0000,32.2382,0.1012,32.1370,0.0000,8.0456,13.9902,10.1013,1.1457,9766.9402,9766.9402,9766.9402,9766.9402,9766.9402 +1060.5000,1.0000,14687.5429,75.9605,75.8530,0.0597,0.0000,6,1212.9787,397.5352,667.5648,-80.5200,50.4960,84.7960,-10.2279,0.1279,43.6686,0.0000,43.6686,6.6996,43.6686,1.4299,0.0000,42.2386,0.0000,42.2386,8.2879,33.9507,0.0000,33.9507,0.1118,33.8389,0.0000,8.6434,14.0280,11.1674,1.1596,10128.4650,10128.4650,10128.4650,10128.4650,10128.4650 +1061.5000,1.0000,14708.7049,76.1735,76.0680,0.0586,0.0000,6,1216.3800,416.9320,674.0753,-80.7217,53.1084,85.8630,-10.2823,0.1258,46.3470,0.0000,46.3470,6.6355,46.3470,1.4859,0.0000,44.8611,0.0000,44.8611,8.3111,36.5499,0.0000,36.5499,0.1101,36.4399,0.0000,11.3821,14.0674,10.9904,1.1360,10630.3405,10630.3405,10630.3405,10630.3405,10630.3405 +1062.5000,1.0000,14729.9406,76.4385,76.2790,0.0886,0.0000,6,1220.6117,487.6506,683.2023,-80.9727,62.3325,87.3284,-10.3501,0.1909,55.4860,0.0000,55.4860,6.6556,55.4860,1.6717,0.0000,53.8143,0.0000,53.8143,8.3400,45.4743,0.0000,45.4743,0.1670,45.3073,0.0000,14.5174,14.1163,16.6736,1.1154,12394.1451,12394.1451,12394.1451,12394.1451,12394.1451 +1063.5000,1.0000,14751.2737,76.7890,76.5980,0.1061,0.0000,6,1226.2087,531.9800,715.0693,-81.3047,68.3106,91.8208,-10.4402,0.2297,61.3531,0.0000,61.3531,6.7279,61.3531,1.7931,0.0000,59.5600,0.0000,59.5600,8.3783,51.1817,0.0000,51.1817,0.2009,50.9808,0.0000,16.7417,14.1810,20.0581,1.1643,13540.5681,13540.5681,13540.5681,13540.5681,13540.5681 +1064.5000,1.0000,14772.6988,77.1205,76.9800,0.0781,0.0000,6,1231.5022,505.3653,735.3148,-81.6186,65.1732,94.8281,-10.5258,0.1697,58.2780,0.0000,58.2780,6.7256,58.2780,1.7354,0.0000,56.5426,0.0000,56.5426,8.4145,48.1282,0.0000,48.1282,0.1484,47.9797,0.0000,18.9190,14.2422,14.8185,1.1535,12956.8176,12956.8176,12956.8176,12956.8176,12956.8176 +1065.5000,1.0000,14794.2044,77.4100,77.2610,0.0828,0.0000,6,1236.1251,536.0385,724.2596,-81.8928,69.3884,93.7530,-10.6008,0.1806,62.4165,0.0000,62.4165,6.7913,62.4165,1.8215,0.0000,60.5950,0.0000,60.5950,8.4460,52.1490,0.0000,52.1490,0.1580,51.9910,0.0000,21.9213,14.2957,15.7739,1.1806,13739.9315,13739.9315,13739.9315,13739.9315,13739.9315 +1066.5000,1.0000,14815.8081,77.7635,77.5590,0.1136,0.0000,6,1241.7700,594.7162,738.1727,-82.2276,77.3356,95.9904,-10.6927,0.2490,70.2664,0.0000,70.2664,6.8202,70.2664,1.9825,0.0000,68.2839,0.0000,68.2839,8.4846,59.7993,0.0000,59.7993,0.2178,59.5814,0.0000,23.4721,14.3610,21.7483,1.1699,15247.0661,15247.0661,15247.0661,15247.0661,15247.0661 +1067.5000,1.0000,14837.5251,78.1710,77.9680,0.1128,0.0000,6,1248.2772,564.2530,764.2753,-82.6135,73.7588,99.9055,-10.7992,0.2485,66.6166,0.0000,66.6166,6.8936,66.6166,1.9142,0.0000,64.7024,0.0000,64.7024,8.5291,56.1733,0.0000,56.1733,0.2174,55.9560,0.0000,19.8178,14.4363,21.7019,1.2044,14555.9697,14555.9697,14555.9697,14555.9697,14555.9697 +1068.5000,1.0000,14859.3445,78.5400,78.3740,0.0922,0.0000,6,1254.1696,513.4910,751.7503,-82.9630,67.4400,98.7321,-10.8961,0.2042,60.3225,0.0000,60.3225,6.9133,60.3225,1.7926,0.0000,58.5299,0.0000,58.5299,8.5693,49.9606,0.0000,49.9606,0.1786,49.7820,0.0000,17.4474,14.5044,17.8302,1.1871,13384.9190,13384.9190,13384.9190,13384.9190,13384.9190 +1069.5000,1.0000,14881.2537,78.8630,78.7060,0.0872,0.0000,6,1259.3274,522.0954,730.4846,-83.2689,68.8521,96.3337,-10.9812,0.1939,61.7401,0.0000,61.7401,6.9181,61.7401,1.8247,0.0000,59.9153,0.0000,59.9153,8.6046,51.3107,0.0000,51.3107,0.1696,51.1412,0.0000,19.6443,14.5640,16.9328,1.1762,13644.3263,13644.3263,13644.3263,13644.3263,13644.3263 +1070.5000,1.0000,14903.2241,79.0835,79.0200,0.0353,0.0000,6,1262.8485,462.8796,734.9114,-83.4777,61.2136,97.1885,-11.0395,0.0786,54.1798,0.0000,54.1798,6.9552,54.1798,1.6761,0.0000,52.5037,0.0000,52.5037,8.6286,43.8750,0.0000,43.8750,0.0688,43.8063,0.0000,22.3337,14.6048,6.8678,1.1775,12182.9816,12182.9816,12182.9816,12182.9816,12182.9816 +1071.5000,1.0000,14925.2104,79.1405,79.1470,-0.0036,0.0000,6,1263.7587,390.4074,709.8772,-83.5317,51.6667,93.9455,-11.0546,-0.0081,44.7579,0.0000,44.7579,6.9168,44.7579,1.4883,0.0000,43.2696,0.0000,43.2696,8.6349,34.6347,0.0000,34.6347,-0.0070,34.6418,0.0000,20.7300,14.6153,-0.7035,1.1651,10374.6481,10374.6481,10374.6481,10374.6481,10374.6481 +1072.5000,1.0000,14947.1734,79.0570,79.1340,-0.0428,0.0000,6,1262.4253,323.2118,678.6277,-83.4526,42.7289,89.7152,-11.0325,-0.0953,35.8652,0.0000,35.8652,6.9590,35.8652,1.3095,0.0000,34.5557,0.0000,34.5557,8.6257,25.9300,0.0000,25.9300,-0.0834,26.0133,0.0000,19.7385,14.5999,-8.3251,1.2004,8669.4250,8669.4250,8669.4250,8669.4250,8669.4250 +1073.5000,1.0000,14969.1070,78.9510,78.9800,-0.0161,0.0000,6,1260.7327,372.2675,649.2295,-83.3522,49.1481,85.7136,-11.0045,-0.0359,42.2178,0.0000,42.2178,6.9661,42.2178,1.4353,0.0000,40.7825,0.0000,40.7825,8.6142,32.1683,0.0000,32.1683,-0.0314,32.1997,0.0000,20.7506,14.5803,-3.1312,1.1768,9884.9091,9884.9091,9884.9091,9884.9091,9884.9091 +1074.5000,1.0000,14991.0230,78.8875,78.9220,-0.0192,0.0000,6,1259.7187,372.9955,670.2821,-83.2921,49.2046,88.4219,-10.9877,-0.0426,42.3208,0.0000,42.3208,6.9264,42.3208,1.4366,0.0000,40.8842,0.0000,40.8842,8.6072,32.2769,0.0000,32.2769,-0.0373,32.3142,0.0000,21.4677,14.5686,-3.7221,1.1510,9894.9797,9894.9797,9894.9797,9894.9797,9894.9797 +1075.5000,1.0000,15012.9092,78.7805,78.8530,-0.0403,0.0000,6,1258.0100,330.7095,670.4118,-83.1907,43.5672,88.3191,-10.9594,-0.0894,36.7809,0.0000,36.7809,6.8757,36.7809,1.3246,0.0000,35.4563,0.0000,35.4563,8.5956,26.8607,0.0000,26.8607,-0.0782,26.9390,0.0000,20.2013,14.5488,-7.8111,1.1138,8818.5389,8818.5389,8818.5389,8818.5389,8818.5389 +1076.5000,1.0000,15034.7712,78.6930,78.7080,-0.0083,0.0000,6,1256.6128,381.9694,651.7332,-83.1079,50.2642,85.7630,-10.9363,-0.0185,43.3769,0.0000,43.3769,6.9058,43.3769,1.4555,0.0000,41.9214,0.0000,41.9214,8.5860,33.3354,0.0000,33.3354,-0.0162,33.3516,0.0000,20.4332,14.5327,-1.6143,1.1498,10098.4100,10098.4100,10098.4100,10098.4100,10098.4100 +1077.5000,1.0000,15056.6261,78.6675,78.6780,-0.0058,0.0000,6,1256.2056,379.4430,673.8587,-83.0837,49.9155,88.6458,-10.9296,-0.0129,43.1445,0.0000,43.1445,6.7840,43.1445,1.4506,0.0000,41.6939,0.0000,41.6939,8.5832,33.1107,0.0000,33.1107,-0.0113,33.1220,0.0000,19.7237,14.5279,-1.1296,1.0338,10030.3210,10030.3210,10030.3210,10030.3210,10030.3210 +1078.5000,1.0000,15078.4742,78.6435,78.6570,-0.0075,0.0000,6,1255.8223,290.7332,672.6950,-83.0610,38.2342,88.4657,-10.9233,-0.0166,31.5036,0.0000,31.5036,6.7472,31.5036,1.2175,0.0000,30.2861,0.0000,30.2861,8.5806,21.7055,0.0000,21.7055,-0.0145,21.7200,0.0000,8.6485,14.5235,-1.4520,0.9804,7837.4931,7837.4931,7837.4931,7837.4931,7837.4931 +1079.5000,1.0000,15100.3512,78.7470,78.6300,0.0650,0.0000,6,1257.4751,337.8165,634.1800,-83.1590,44.4845,83.5104,-10.9506,0.1443,37.4553,0.0000,37.4553,6.8849,37.4553,1.3377,0.0000,36.1176,0.0000,36.1176,8.5919,27.5257,0.0000,27.5257,0.1262,27.3995,0.0000,0.2567,14.5426,12.6002,1.1253,8984.1958,8984.1958,8984.1958,8984.1958,8984.1958 +1080.5000,1.0000,15122.2958,78.9905,78.8640,0.0703,0.0000,6,1261.3634,343.4390,655.0330,-83.3896,45.3647,86.5231,-11.0149,0.1565,38.3671,0.0000,38.3671,6.8412,38.3671,1.3588,0.0000,37.0083,0.0000,37.0083,8.6185,28.3899,0.0000,28.3899,0.1369,28.2530,0.0000,0.0000,14.5876,13.6654,1.0615,9152.5110,9152.5110,9152.5110,9152.5110,9152.5110 +1081.5000,1.0000,15144.2556,79.0455,79.1170,-0.0397,0.0000,6,1262.2417,174.3573,657.9687,-83.4417,23.0468,86.9714,-11.0295,-0.0885,16.3343,0.0000,16.3343,6.8010,16.3343,0.9188,0.0000,15.4155,0.0000,15.4155,8.6245,6.7910,0.0000,6.7910,-0.0774,6.8685,0.0000,0.0000,14.5977,-7.7293,1.0350,5003.1782,5003.1782,5003.1782,5003.1782,5003.1782 +1082.5000,1.0000,15166.1655,78.8655,78.9740,-0.0603,0.0000,6,1259.3674,142.9961,584.3521,-83.2712,18.8584,77.0647,-10.9819,-0.1340,12.1834,0.0000,12.1834,6.8090,12.1834,0.8336,0.0000,11.3498,0.0000,11.3498,8.6048,2.7449,0.0000,2.7449,-0.1172,2.8621,0.0000,0.0000,14.5645,-11.7024,1.0344,4197.5154,4197.5154,4197.5154,4197.5154,4197.5154 +1083.5000,1.0000,15187.9676,78.4775,78.7570,-0.1553,0.0000,6,1253.1716,-0.3094,569.4365,-82.9038,-0.0406,74.7282,-10.8796,-0.3435,-6.3962,0.0000,-6.3962,6.6991,-6.3962,0.8463,0.0000,-7.2425,0.0000,-7.2425,8.5625,-15.8050,0.0000,-15.8050,-0.3004,-15.5046,0.0000,0.0000,14.4929,-29.9974,1.0199,1576.3310,1576.3310,1576.3310,1576.3310,1576.3310 +1084.5000,1.0000,15209.6008,77.8695,78.1980,-0.1825,0.0000,6,1243.4627,-40.5076,503.9861,-82.3280,-5.2747,65.6266,-10.7203,-0.4006,-11.5674,0.0000,-11.5674,6.6933,-11.5674,0.8894,0.0000,-12.4568,0.0000,-12.4568,8.4962,-20.9530,0.0000,-20.9530,-0.3504,-20.6026,0.0000,0.0000,14.3806,-34.9832,1.0180,768.9850,768.9850,768.9850,768.9850,768.9850 +1085.5000,1.0000,15231.0404,77.1725,77.5410,-0.2047,0.0000,6,1232.3326,-73.2025,483.0292,-81.6679,-9.4468,62.3347,-10.5392,-0.4453,-15.6884,0.0000,-15.6884,6.6869,-15.6884,0.9209,0.0000,-16.6092,0.0000,-16.6092,8.4201,-25.0294,0.0000,-25.0294,-0.3895,-24.6398,0.0000,0.0000,14.2519,-38.8917,1.0158,77.7019,77.7019,77.7019,77.7019,77.7019 +1086.5000,1.0000,15252.2866,76.4765,76.8040,-0.1819,0.0000,6,1221.2185,-38.4547,465.2125,-81.0087,-4.9178,59.4940,-10.3599,-0.3922,-11.2615,0.0000,-11.2615,6.7359,-11.2615,0.8669,0.0000,-12.1283,0.0000,-12.1283,8.3442,-20.4725,0.0000,-20.4725,-0.3431,-20.1295,0.0000,0.0000,14.1233,-34.2528,1.0402,760.8710,760.8710,760.8710,760.8710,760.8710 +1087.5000,1.0000,15273.4074,76.0250,76.1490,-0.0689,0.0000,6,1214.0087,130.3591,478.8962,-80.5811,16.5726,60.8824,-10.2443,-0.1476,10.0721,0.0000,10.0721,6.6482,10.0721,0.7587,0.0000,9.3133,0.0000,9.3133,8.2949,1.0184,0.0000,1.0184,-0.1291,1.1475,0.0000,0.0000,14.0399,-12.8924,1.0121,3793.5254,3793.5254,3793.5254,3793.5254,3793.5254 +1088.5000,1.0000,15294.4591,75.7760,75.9010,-0.0694,0.0000,6,1210.0325,129.2688,553.8831,-80.3453,16.3802,70.1849,-10.1809,-0.1483,9.9312,0.0000,9.9312,6.5973,9.9312,0.7531,0.0000,9.1781,0.0000,9.1781,8.2678,0.9104,0.0000,0.9104,-0.1297,1.0401,0.0000,0.0000,13.9940,-12.9538,0.9847,3758.9883,3758.9883,3758.9883,3758.9883,3758.9883 +1089.5000,1.0000,15315.4872,75.6910,75.6510,0.0222,0.0000,6,1208.6752,270.3117,552.9605,-80.2648,34.2139,69.9894,-10.1593,0.0474,27.5228,0.0000,27.5228,6.6438,27.5228,1.1040,0.0000,26.4188,0.0000,26.4188,8.2585,18.1603,0.0000,18.1603,0.0415,18.1188,0.0000,0.0000,13.9783,4.1406,1.0377,7046.3867,7046.3867,7046.3867,7046.3867,7046.3867 +1090.5000,1.0000,15336.5312,75.7485,75.7310,0.0097,0.0000,6,1209.5934,251.3165,616.3480,-80.3192,31.8338,78.0718,-10.1739,0.0208,25.1417,0.0000,25.1417,6.6714,25.1417,1.0570,0.0000,24.0847,0.0000,24.0847,8.2648,15.8199,0.0000,15.8199,0.0182,15.8018,0.0000,0.0000,13.9889,1.8129,1.0246,6605.8254,6605.8254,6605.8254,6605.8254,6605.8254 +1091.5000,1.0000,15357.5890,75.7980,75.7660,0.0178,0.0000,6,1210.3838,264.0047,607.9864,-80.3661,33.4629,77.0629,-10.1865,0.0380,26.7074,0.0000,26.7074,6.7175,26.7074,1.0889,0.0000,25.6185,0.0000,25.6185,8.2702,17.3484,0.0000,17.3484,0.0332,17.3152,0.0000,0.0000,13.9980,3.3171,1.0514,6906.6893,6906.6893,6906.6893,6906.6893,6906.6893 +1092.5000,1.0000,15378.6549,75.8275,75.8300,-0.0014,0.0000,6,1210.8549,234.4012,613.7966,-80.3941,29.7222,77.8297,-10.1940,-0.0030,23.0307,0.0000,23.0307,6.6945,23.0307,1.0157,0.0000,22.0150,0.0000,22.0150,8.2734,13.7416,0.0000,13.7416,-0.0026,13.7442,0.0000,0.0000,14.0035,-0.2593,1.0115,6215.5852,6215.5852,6215.5852,6215.5852,6215.5852 +1093.5000,1.0000,15399.7126,75.7975,75.8250,-0.0153,0.0000,6,1210.3759,212.7992,600.5079,-80.3657,26.9723,76.1145,-10.1864,-0.0326,20.3506,0.0000,20.3506,6.6544,20.3506,0.9617,0.0000,19.3888,0.0000,19.3888,8.2701,11.1187,0.0000,11.1187,-0.0286,11.1473,0.0000,0.0000,13.9979,-2.8507,1.0114,5707.4191,5707.4191,5707.4191,5707.4191,5707.4191 +1094.5000,1.0000,15420.7530,75.7355,75.7700,-0.0192,0.0000,6,1209.3858,207.2892,590.6496,-80.3069,26.2525,74.8038,-10.1706,-0.0409,19.5864,0.0000,19.5864,6.7070,19.5864,0.9458,0.0000,18.6407,0.0000,18.6407,8.2633,10.3773,0.0000,10.3773,-0.0358,10.4131,0.0000,0.0000,13.9865,-3.5733,1.0379,5573.7337,5573.7337,5573.7337,5573.7337,5573.7337 +1095.5000,1.0000,15441.7747,75.6680,75.7010,-0.0183,0.0000,6,1208.3079,208.3703,587.9616,-80.2430,26.3659,74.3970,-10.1534,-0.0391,19.7287,0.0000,19.7287,6.6763,19.7287,0.9478,0.0000,18.7808,0.0000,18.7808,8.2560,10.5249,0.0000,10.5249,-0.0342,10.5591,0.0000,0.0000,13.9740,-3.4149,1.0243,5593.9969,5593.9969,5593.9969,5593.9969,5593.9969 +1096.5000,1.0000,15462.7788,75.6050,75.6350,-0.0167,0.0000,6,1207.3019,210.9660,588.2392,-80.1833,26.6721,74.3701,-10.1374,-0.0355,20.0317,0.0000,20.0317,6.6759,20.0317,0.9532,0.0000,19.0785,0.0000,19.0785,8.2491,10.8294,0.0000,10.8294,-0.0311,10.8605,0.0000,0.0000,13.9624,-3.1019,1.0241,5650.0692,5650.0692,5650.0692,5650.0692,5650.0692 +1097.5000,1.0000,15483.7634,75.5345,75.5750,-0.0225,0.0000,6,1206.1761,201.8590,589.1909,-80.1166,25.4969,74.4210,-10.1196,-0.0479,18.8948,0.0000,18.8948,6.6500,18.8948,0.9296,0.0000,17.9652,0.0000,17.9652,8.2414,9.7238,0.0000,9.7238,-0.0419,9.7657,0.0000,0.0000,13.9494,-4.1837,1.0506,5431.5046,5431.5046,5431.5046,5431.5046,5431.5046 +1098.5000,1.0000,15504.7519,75.5485,75.4940,0.0303,0.0000,6,1206.3997,282.7989,585.0322,-80.1298,35.7271,73.9094,-10.1231,0.0645,29.0144,0.0000,29.0144,6.6482,29.0144,1.1322,0.0000,27.8822,0.0000,27.8822,8.2429,19.6393,0.0000,19.6393,0.0564,19.5829,0.0000,0.0000,13.9519,5.6309,0.9973,7328.1640,7328.1640,7328.1640,7328.1640,7328.1640 +1099.5000,1.0000,15525.7569,75.6080,75.6030,0.0028,0.0000,6,1207.3498,240.8617,621.5431,-80.1862,30.4530,78.5838,-10.1382,0.0059,23.7624,0.0000,23.7624,6.6847,23.7624,1.0278,0.0000,22.7345,0.0000,22.7345,8.2494,14.4851,0.0000,14.4851,0.0052,14.4799,0.0000,0.0000,13.9629,0.5170,1.0375,6350.4524,6350.4524,6350.4524,6350.4524,6350.4524 +1100.5000,1.0000,15546.7661,75.6230,75.6130,0.0056,0.0000,6,1207.5894,244.9704,602.8076,-80.2004,30.9786,76.2301,-10.1420,0.0118,24.3001,0.0000,24.3001,6.6666,24.3001,1.0388,0.0000,23.2613,0.0000,23.2613,8.2511,15.0103,0.0000,15.0103,0.0104,14.9999,0.0000,0.0000,13.9657,1.0342,1.0242,6447.8012,6447.8012,6447.8012,6447.8012,6447.8012 +1101.5000,1.0000,15567.7854,75.6595,75.6330,0.0147,0.0000,6,1208.1722,259.0053,604.7350,-80.2350,32.7692,76.5108,-10.1513,0.0314,26.0715,0.0000,26.0715,6.6663,26.0715,1.0746,0.0000,24.9969,0.0000,24.9969,8.2550,16.7419,0.0000,16.7419,0.0275,16.7144,0.0000,0.0000,13.9724,2.7420,1.0243,6779.2316,6779.2316,6779.2316,6779.2316,6779.2316 +1102.5000,1.0000,15588.8156,75.6990,75.6860,0.0072,0.0000,6,1208.8030,247.4210,611.1540,-80.2724,31.3199,77.3633,-10.1613,0.0154,24.6449,0.0000,24.6449,6.6596,24.6449,1.0465,0.0000,23.5984,0.0000,23.5984,8.2594,15.3390,0.0000,15.3390,0.0135,15.3256,0.0000,0.0000,13.9797,1.3458,1.0378,6510.8860,6510.8860,6510.8860,6510.8860,6510.8860 +1103.5000,1.0000,15609.8540,75.7280,75.7120,0.0089,0.0000,6,1209.2660,250.0540,606.0557,-80.2998,31.6653,76.7473,-10.1687,0.0190,24.9747,0.0000,24.9747,6.6717,24.9747,1.0534,0.0000,23.9212,0.0000,23.9212,8.2625,15.6587,0.0000,15.6587,0.0166,15.6421,0.0000,0.0000,13.9851,1.6570,1.0112,6574.7222,6574.7222,6574.7222,6574.7222,6574.7222 +1104.5000,1.0000,15630.9156,75.8120,75.7440,0.0378,0.0000,6,1210.6074,294.5150,607.4116,-80.3794,37.3370,77.0043,-10.1901,0.0807,30.5592,0.0000,30.5592,6.6971,30.5592,1.1661,0.0000,29.3931,0.0000,29.3931,8.2717,21.1214,0.0000,21.1214,0.0706,21.0508,0.0000,0.0000,14.0006,7.0502,1.0381,7632.3820,7632.3820,7632.3820,7632.3820,7632.3820 +1105.5000,1.0000,15651.9997,75.8925,75.8800,0.0069,0.0000,6,1211.8929,247.4403,627.5767,-80.4556,31.4024,79.6452,-10.2106,0.0149,24.6552,0.0000,24.6552,6.7324,24.6552,1.0489,0.0000,23.6063,0.0000,23.6063,8.2805,15.3258,0.0000,15.3258,0.0130,15.3128,0.0000,0.0000,14.0155,1.2974,1.0250,6525.8299,6525.8299,6525.8299,6525.8299,6525.8299 +1106.5000,1.0000,15673.0956,75.9355,75.9050,0.0169,0.0000,6,1212.5795,263.6689,606.6773,-80.4963,33.4809,77.0365,-10.2215,0.0363,26.5959,0.0000,26.5959,6.8488,26.5959,1.0882,0.0000,25.5077,0.0000,25.5077,8.2852,17.2225,0.0000,17.2225,0.0317,17.1908,0.0000,0.0000,14.0234,3.1674,1.0252,6909.1235,6909.1235,6909.1235,6909.1235,6909.1235 +1107.5000,1.0000,15694.1983,75.9595,75.9660,-0.0036,0.0000,6,1212.9628,232.1322,614.0479,-80.5191,29.4857,77.9971,-10.2276,-0.0077,22.6431,0.0000,22.6431,6.8504,22.6431,1.0094,0.0000,21.6336,0.0000,21.6336,8.2878,13.3458,0.0000,13.3458,-0.0068,13.3526,0.0000,0.0000,14.0278,-0.6752,1.0253,6172.3320,6172.3320,6172.3320,6172.3320,6172.3320 +1108.5000,1.0000,15715.3112,75.9965,75.9530,0.0242,0.0000,6,1213.5536,275.3969,600.0195,-80.5541,34.9983,76.2523,-10.2371,0.0518,28.0100,0.0000,28.0100,6.9365,28.0100,1.1172,0.0000,26.8928,0.0000,26.8928,8.2918,18.6010,0.0000,18.6010,0.0453,18.5557,0.0000,0.0000,14.0347,4.5211,1.0254,7188.3628,7188.3628,7188.3628,7188.3628,7188.3628 +1109.5000,1.0000,15736.4438,76.0675,76.0400,0.0153,0.0000,6,1214.6874,261.2957,619.5416,-80.6214,33.2373,78.8068,-10.2552,0.0328,26.3210,0.0000,26.3210,6.8835,26.3210,1.0842,0.0000,25.2368,0.0000,25.2368,8.2996,16.9372,0.0000,16.9372,0.0287,16.9086,0.0000,0.0000,14.0478,2.8608,0.9989,6863.4286,6863.4286,6863.4286,6863.4286,6863.4286 +1110.5000,1.0000,15757.6030,76.1630,76.0950,0.0378,0.0000,6,1216.2124,296.4427,613.4854,-80.7118,37.7554,78.1344,-10.2796,0.0811,30.7021,0.0000,30.7021,6.9721,30.7021,1.1729,0.0000,29.5292,0.0000,29.5292,8.3100,21.2192,0.0000,21.2192,0.0709,21.1483,0.0000,0.0000,14.0654,7.0829,1.0259,7718.6539,7718.6539,7718.6539,7718.6539,7718.6539 +1111.5000,1.0000,15778.7770,76.2165,76.2310,-0.0081,0.0000,6,1217.0667,226.4386,629.4057,-80.7625,28.8598,80.2183,-10.2933,-0.0173,21.8613,0.0000,21.8613,7.0158,21.8613,0.9967,0.0000,20.8646,0.0000,20.8646,8.3158,12.5488,0.0000,12.5488,-0.0151,12.5639,0.0000,0.0000,14.0753,-1.5114,1.0127,6058.2348,6058.2348,6058.2348,6058.2348,6058.2348 +1112.5000,1.0000,15799.9537,76.2260,76.2020,0.0133,0.0000,6,1217.2184,258.9337,598.2335,-80.7715,33.0055,76.2549,-10.2957,0.0286,26.0005,0.0000,26.0005,6.9763,26.0005,1.0796,0.0000,24.9209,0.0000,24.9209,8.3169,16.6040,0.0000,16.6040,0.0251,16.5790,0.0000,0.0000,14.0771,2.5019,1.0128,6819.9818,6819.9818,6819.9818,6819.9818,6819.9818 +1113.5000,1.0000,15821.1463,76.2835,76.2500,0.0186,0.0000,6,1218.1366,267.5787,612.8521,-80.8259,34.1331,78.1772,-10.3104,0.0400,27.0418,0.0000,27.0418,7.0513,27.0418,1.1011,0.0000,25.9407,0.0000,25.9407,8.3231,17.6176,0.0000,17.6176,0.0350,17.5826,0.0000,0.0000,14.0877,3.4949,1.0529,7026.7538,7026.7538,7026.7538,7026.7538,7026.7538 +1114.5000,1.0000,15842.3595,76.3575,76.3170,0.0225,0.0000,6,1219.3182,273.1456,616.9045,-80.8960,34.8771,78.7705,-10.3293,0.0484,27.8217,0.0000,27.8217,7.0070,27.8217,1.1175,0.0000,26.7042,0.0000,26.7042,8.3312,18.3730,0.0000,18.3730,0.0424,18.3306,0.0000,0.0000,14.1013,4.2293,1.0398,7162.6715,7162.6715,7162.6715,7162.6715,7162.6715 +1115.5000,1.0000,15863.5931,76.4310,76.3980,0.0183,0.0000,6,1220.4919,266.8027,619.6044,-80.9656,34.0999,79.1914,-10.3482,0.0395,27.0408,0.0000,27.0408,7.0196,27.0408,1.1027,0.0000,25.9381,0.0000,25.9381,8.3392,17.5988,0.0000,17.5988,0.0345,17.5643,0.0000,0.0000,14.1149,3.4494,1.0267,7019.6255,7019.6255,7019.6255,7019.6255,7019.6255 +1116.5000,1.0000,15884.8315,76.4480,76.4640,-0.0089,0.0000,6,1220.7634,224.3659,616.9179,-80.9817,28.6825,78.8656,-10.3525,-0.0192,21.7670,0.0000,21.7670,6.9346,21.7670,0.9975,0.0000,20.7696,0.0000,20.7696,8.3411,12.4285,0.0000,12.4285,-0.0168,12.4453,0.0000,0.0000,14.1181,-1.6728,1.0268,6027.0297,6027.0297,6027.0297,6027.0297,6027.0297 +1117.5000,1.0000,15906.0531,76.3880,76.4320,-0.0244,0.0000,6,1219.8053,200.8401,597.9143,-80.9249,25.6549,76.3762,-10.3372,-0.0526,18.7350,0.0000,18.7350,6.9725,18.7350,0.9361,0.0000,17.7989,0.0000,17.7989,8.3345,9.4644,0.0000,9.4644,-0.0460,9.5104,0.0000,0.0000,14.1070,-4.5966,1.0399,5471.5613,5471.5613,5471.5613,5471.5613,5471.5613 +1118.5000,1.0000,15927.2088,76.1505,76.3440,-0.1075,0.0000,6,1216.0128,74.3479,586.8399,-80.7000,9.4675,74.7285,-10.2764,-0.2307,2.7406,0.0000,2.7406,6.9576,2.7406,0.7223,0.0000,2.0183,0.0000,2.0183,8.3086,-6.2904,0.0000,-6.2904,-0.2018,-6.0885,0.0000,0.0000,14.0631,-20.1516,1.0259,2688.3399,2688.3399,2688.3399,2688.3399,2688.3399 +1119.5000,1.0000,15948.2279,75.6585,75.9570,-0.1658,0.0000,6,1208.1562,-12.0721,528.3094,-80.2340,-1.5273,66.8406,-10.1510,-0.3537,-8.1436,0.0000,-8.1436,6.9699,-8.1436,0.8244,0.0000,-8.9679,0.0000,-8.9679,8.2549,-17.2229,0.0000,-17.2229,-0.3093,-16.9135,0.0000,0.0000,13.9723,-30.8858,1.0376,1248.5683,1248.5683,1248.5683,1248.5683,1248.5683 +1120.5000,1.0000,15969.0690,75.0180,75.3600,-0.1900,0.0000,6,1197.9284,-47.6993,486.4278,-79.6267,-5.9837,61.0208,-9.9889,-0.4018,-12.5401,0.0000,-12.5401,6.9581,-12.5401,0.8595,0.0000,-13.3996,0.0000,-13.3996,8.1851,-21.5846,0.0000,-21.5846,-0.3514,-21.2332,0.0000,0.0000,13.8540,-35.0872,1.0223,531.5711,531.5711,531.5711,531.5711,531.5711 +1121.5000,1.0000,15989.7702,74.5145,74.6760,-0.0897,0.0000,6,1189.8882,101.2204,467.7799,-79.1471,12.6126,58.2876,-9.8621,-0.1884,5.9364,0.0000,5.9364,6.8646,5.9364,0.6678,0.0000,5.2685,0.0000,5.2685,8.1301,-2.8616,0.0000,-2.8616,-0.1648,-2.6967,0.0000,0.0000,13.7610,-16.4577,1.0207,3075.5497,3075.5497,3075.5497,3075.5497,3075.5497 +1122.5000,1.0000,16010.3692,74.1465,74.3530,-0.1147,0.0000,6,1184.0118,64.1211,534.3714,-78.7966,7.9503,66.2564,-9.7699,-0.2398,1.3425,0.0000,1.3425,6.8477,1.3425,0.7087,0.0000,0.6337,0.0000,0.6337,8.0900,-7.4563,0.0000,-7.4563,-0.2097,-7.2465,0.0000,0.0000,13.6930,-20.9396,1.0062,2479.9010,2479.9010,2479.9010,2479.9010,2479.9010 +1123.5000,1.0000,16030.8372,73.6745,73.9400,-0.1475,0.0000,6,1176.4746,15.2176,515.3901,-78.3469,1.8748,63.4961,-9.6524,-0.3063,-4.6127,0.0000,-4.6127,6.7938,-4.6127,0.7618,0.0000,-5.3745,0.0000,-5.3745,8.0385,-13.4130,0.0000,-13.4130,-0.2679,-13.1450,0.0000,0.0000,13.6059,-26.7509,0.9914,1694.4634,1694.4634,1694.4634,1694.4634,1694.4634 +1124.5000,1.0000,16051.1669,73.1770,73.4090,-0.1289,0.0000,6,1168.5303,42.9073,490.6133,-77.8730,5.2505,60.0355,-9.5292,-0.2659,-1.2308,0.0000,-1.2308,6.7471,-1.2308,0.7213,0.0000,-1.9521,0.0000,-1.9521,7.9842,-9.9363,0.0000,-9.9363,-0.2325,-9.7037,0.0000,0.0000,13.5140,-23.2177,1.0165,2131.1883,2131.1883,2131.1883,2131.1883,2131.1883 +1125.5000,1.0000,16071.3730,72.7320,72.9450,-0.1183,0.0000,6,1161.4243,58.1776,501.5433,-77.4492,7.0758,60.9997,-9.4197,-0.2426,0.6649,0.0000,0.6649,6.6535,0.6649,0.6963,0.0000,-0.0314,0.0000,-0.0314,7.9356,-7.9670,0.0000,-7.9670,-0.2122,-7.7548,0.0000,0.0000,13.4318,-21.1866,1.0016,2370.2467,2370.2467,2370.2467,2370.2467,2370.2467 +1126.5000,1.0000,16091.4558,72.2880,72.5190,-0.1283,0.0000,6,1154.3343,42.9828,506.7982,-77.0262,5.1958,61.2626,-9.3111,-0.2615,-1.1204,0.0000,-1.1204,6.5777,-1.1204,0.7082,0.0000,-1.8285,0.0000,-1.8285,7.8872,-9.7157,0.0000,-9.7157,-0.2287,-9.4870,0.0000,0.0000,13.3498,-22.8368,0.9872,2123.0952,2123.0952,2123.0952,2123.0952,2123.0952 +1127.5000,1.0000,16111.4366,71.9210,72.0570,-0.0756,0.0000,6,1148.4738,121.7126,498.1208,-76.6766,14.6381,59.9079,-9.2217,-0.1532,8.2960,0.0000,8.2960,6.4953,8.2960,0.6775,0.0000,7.6184,0.0000,7.6184,7.8471,-0.2287,0.0000,-0.2287,-0.1340,-0.0947,0.0000,0.0000,13.2820,-13.3768,0.9731,3370.3554,3370.3554,3370.3554,3370.3554,3370.3554 +1128.5000,1.0000,16131.3420,71.6495,71.7850,-0.0753,0.0000,6,1144.1383,122.6191,533.9114,-76.4180,14.6915,63.9700,-9.1559,-0.1520,8.3141,0.0000,8.3141,6.5294,8.3141,0.6749,0.0000,7.6392,0.0000,7.6392,7.8175,-0.1784,0.0000,-0.1784,-0.1330,-0.0454,0.0000,0.0000,13.2319,-13.2773,1.0346,3381.7562,3381.7562,3381.7562,3381.7562,3381.7562 +1129.5000,1.0000,16151.1619,71.3415,71.5140,-0.0958,0.0000,6,1139.2200,91.4432,533.1863,-76.1246,10.9091,63.6085,-9.0816,-0.1927,4.5985,0.0000,4.5985,6.5033,4.5985,0.6383,0.0000,3.9602,0.0000,3.9602,7.7839,-3.8237,0.0000,-3.8237,-0.1686,-3.6551,0.0000,0.0000,13.1750,-16.8302,1.0333,2886.6232,2886.6232,2886.6232,2886.6232,2886.6232 +1130.5000,1.0000,16170.8683,70.9330,71.1690,-0.1311,0.0000,6,1132.6969,38.9567,516.9503,-75.7355,4.6209,61.3184,-8.9834,-0.2621,-1.5894,0.0000,-1.5894,6.4725,-1.5894,0.6947,0.0000,-2.2841,0.0000,-2.2841,7.7394,-10.0235,0.0000,-10.0235,-0.2293,-9.7942,0.0000,0.0000,13.0996,-22.8938,1.0315,2044.6662,2044.6662,2044.6662,2044.6662,2044.6662 +1131.5000,1.0000,16190.4358,70.4330,70.6970,-0.1467,0.0000,6,1124.7126,15.0864,490.0479,-75.2592,1.7769,57.7177,-8.8640,-0.2912,-4.2772,0.0000,-4.2772,6.3452,-4.2772,0.7149,0.0000,-4.9921,0.0000,-4.9921,7.6848,-12.6769,0.0000,-12.6769,-0.2547,-12.4222,0.0000,0.0000,13.0072,-25.4294,0.9827,1584.0268,1584.0268,1584.0268,1584.0268,1584.0268 +1132.5000,1.0000,16209.8758,69.9740,70.1690,-0.1083,0.0000,6,1117.3830,72.6087,476.7363,-74.8220,8.4961,55.7839,-8.7551,-0.2137,2.3521,0.0000,2.3521,6.3576,2.3521,0.6426,0.0000,1.7096,0.0000,1.7096,7.6347,-5.9251,0.0000,-5.9251,-0.1869,-5.7382,0.0000,0.0000,12.9225,-18.6607,0.9928,2571.7200,2571.7200,2571.7200,2571.7200,2571.7200 +1133.5000,1.0000,16229.2084,69.5875,69.7790,-0.1064,0.0000,6,1111.2112,76.6836,502.6736,-74.4538,8.9233,58.4940,-8.6639,-0.2087,2.6708,0.0000,2.6708,6.4612,2.6708,0.6343,0.0000,2.0366,0.0000,2.0366,7.5925,-5.5560,0.0000,-5.5560,-0.1825,-5.3735,0.0000,0.0000,12.8511,-18.2245,1.1419,2632.7130,2632.7130,2632.7130,2632.7130,2632.7130 +1134.5000,1.0000,16248.4297,69.1865,69.3960,-0.1164,0.0000,6,1104.8078,61.7432,503.0686,-74.0719,7.1434,58.2026,-8.5698,-0.2270,0.9508,0.0000,0.9508,6.4195,0.9508,0.6462,0.0000,0.3046,0.0000,0.3046,7.5488,-7.2442,0.0000,-7.2442,-0.1985,-7.0456,0.0000,0.0000,12.7770,-19.8227,1.1287,2390.0709,2390.0709,2390.0709,2390.0709,2390.0709 +1135.5000,1.0000,16267.5737,68.9085,68.9770,-0.0381,0.0000,6,1100.3685,180.6622,494.7312,-73.8071,20.8178,57.0080,-8.5048,-0.0739,14.4932,0.0000,14.4932,6.3985,14.4932,0.7691,0.0000,13.7241,0.0000,13.7241,7.5185,6.2057,0.0000,6.2057,-0.0647,6.2703,0.0000,0.0000,12.7257,-6.4554,1.1277,4488.5815,4488.5815,4488.5815,4488.5815,4488.5815 +1136.5000,1.0000,16286.7438,69.0025,68.8400,0.0903,0.0000,6,1101.8696,377.4189,551.8336,-73.8966,43.5494,63.6747,-8.5267,0.1756,36.9799,0.0000,36.9799,6.3940,36.9799,1.2198,0.0000,35.7600,0.0000,35.7600,7.5287,28.2313,0.0000,28.2313,0.1536,28.0777,0.0000,0.0000,12.7431,15.3347,1.1163,8769.6056,8769.6056,8769.6056,8769.6056,8769.6056 +1137.5000,1.0000,16306.0152,69.3670,69.1650,0.1122,0.0000,6,1107.6901,410.7766,646.2183,-74.2438,47.6489,74.9594,-8.6121,0.2194,41.0385,0.0000,41.0385,6.3909,41.0385,1.3049,0.0000,39.7337,0.0000,39.7337,7.5685,32.1652,0.0000,32.1652,0.1919,31.9733,0.0000,0.0000,12.8104,19.1629,1.1176,9565.4043,9565.4043,9565.4043,9565.4043,9565.4043 +1138.5000,1.0000,16325.4138,69.8250,69.5690,0.1422,0.0000,6,1115.0037,456.4126,662.9571,-74.6801,53.2921,77.4088,-8.7199,0.2799,46.6257,0.0000,46.6257,6.3864,46.6257,1.4215,0.0000,45.2042,0.0000,45.2042,7.6185,37.5858,0.0000,37.5858,0.2448,37.3409,0.0000,0.0000,12.8950,24.4460,1.1086,10584.7517,10584.7517,10584.7517,10584.7517,10584.7517 +1139.5000,1.0000,16344.9667,70.3805,70.0810,0.1664,0.0000,6,1123.8742,492.4481,685.5269,-75.2092,57.9571,80.6809,-8.8515,0.3301,51.3140,0.0000,51.3140,6.3131,51.3140,1.5212,0.0000,49.7928,0.0000,49.7928,7.6791,42.1137,0.0000,42.1137,0.2887,41.8250,0.0000,0.0000,12.9975,28.8274,1.0174,11547.6565,11547.6565,11547.6565,11547.6565,11547.6565 +1140.5000,1.0000,16364.6723,70.9300,70.6800,0.1389,0.0000,6,1132.6490,450.2901,703.6881,-75.7327,53.4092,83.4650,-8.9827,0.2777,46.7680,0.0000,46.7680,6.3636,46.7680,1.4362,0.0000,45.3318,0.0000,45.3318,7.7390,37.5927,0.0000,37.5927,0.2429,37.3499,0.0000,0.0000,13.0990,24.2508,0.9964,10615.7406,10615.7406,10615.7406,10615.7406,10615.7406 +1141.5000,1.0000,16384.4892,71.3310,71.1800,0.0839,0.0000,6,1139.0524,365.9050,685.4058,-76.1146,43.6456,81.7561,-9.0791,0.1687,37.0805,0.0000,37.0805,6.3965,37.0805,1.2468,0.0000,35.8337,0.0000,35.8337,7.7828,28.0509,0.0000,28.0509,0.1475,27.9034,0.0000,0.0000,13.1731,14.7303,0.9979,8789.0161,8789.0161,8789.0161,8789.0161,8789.0161 +1142.5000,1.0000,16404.4086,71.6995,71.4820,0.1208,0.0000,6,1144.9368,422.3977,647.1540,-76.4656,50.6444,77.5921,-9.1680,0.2442,43.9939,0.0000,43.9939,6.4063,43.9939,1.3891,0.0000,42.6048,0.0000,42.6048,7.8230,34.7818,0.0000,34.7818,0.2136,34.5682,0.0000,0.0000,13.2411,21.3271,0.9858,10088.2861,10088.2861,10088.2861,10088.2861,10088.2861 +1143.5000,1.0000,16424.4169,72.0200,71.9170,0.0572,0.0000,6,1150.0547,341.2258,674.3768,-76.7709,41.0950,81.2175,-9.2458,0.1162,32.5688,0.0000,32.5688,8.4100,32.5688,1.1641,0.0000,31.4048,0.0000,31.4048,7.8580,23.5468,0.0000,23.5468,0.1016,23.4452,0.0000,0.0000,13.3003,10.1449,1.0362,8288.2670,8288.2670,8288.2670,8288.2670,8288.2670 +1144.5000,1.0000,16444.5054,72.3085,72.1230,0.1031,0.0000,6,1154.6616,411.2466,637.6309,-77.0458,49.7262,77.0997,-9.3161,0.2100,41.1086,0.0000,41.1086,8.4076,41.1086,1.3380,0.0000,39.7706,0.0000,39.7706,7.8894,31.8811,0.0000,31.8811,0.1837,31.6974,0.0000,0.0000,13.3536,18.3438,0.9740,9945.4997,9945.4997,9945.4997,9945.4997,9945.4997 +1145.5000,1.0000,16464.6745,72.5990,72.4940,0.0583,0.0000,6,1159.3005,342.2413,670.8012,-77.3225,41.5487,81.4364,-9.3871,0.1194,33.0376,0.0000,33.0376,8.3917,33.0376,1.1798,0.0000,31.8578,0.0000,31.8578,7.9211,23.9367,0.0000,23.9367,0.1044,23.8323,0.0000,0.0000,13.4072,10.4250,0.9747,8385.4417,8385.4417,8385.4417,8385.4417,8385.4417 +1146.5000,1.0000,16484.9076,72.8290,72.7040,0.0694,0.0000,6,1162.9732,359.3929,639.7567,-77.5416,43.7691,77.9136,-9.4435,0.1426,35.1962,0.0000,35.1962,8.4304,35.1962,1.2255,0.0000,33.9707,0.0000,33.9707,7.9462,26.0245,0.0000,26.0245,0.1247,25.8998,0.0000,0.0000,13.4497,12.4501,1.0154,8822.8176,8822.8176,8822.8176,8822.8176,8822.8176 +1147.5000,1.0000,16505.2059,73.0640,72.9540,0.0611,0.0000,6,1166.7258,346.6475,648.3272,-77.7654,42.3531,79.2121,-9.5013,0.1259,33.7659,0.0000,33.7659,8.4613,33.7659,1.1995,0.0000,32.5665,0.0000,32.5665,7.9719,24.5946,0.0000,24.5946,0.1101,24.4845,0.0000,0.0000,13.4931,10.9914,1.0028,8548.9774,8548.9774,8548.9774,8548.9774,8548.9774 +1148.5000,1.0000,16525.5337,73.1700,73.1740,-0.0022,0.0000,6,1168.4185,249.1085,643.0589,-77.8664,30.4800,78.6824,-9.5275,-0.0046,22.0583,0.0000,22.0583,8.4263,22.0583,0.9665,0.0000,21.0918,0.0000,21.0918,7.9834,13.1084,0.0000,13.1084,-0.0040,13.1124,0.0000,0.0000,13.5127,-0.4003,1.0165,6315.0521,6315.0521,6315.0521,6315.0521,6315.0521 +1149.5000,1.0000,16545.8537,73.1420,73.1660,-0.0133,0.0000,6,1167.9714,231.7848,598.2844,-77.8397,28.3495,73.1760,-9.5205,-0.0275,19.9879,0.0000,19.9879,8.3891,19.9879,0.9248,0.0000,19.0632,0.0000,19.0632,7.9804,11.0828,0.0000,11.0828,-0.0240,11.1068,0.0000,0.0000,13.5075,-2.4007,1.0030,5906.5846,5906.5846,5906.5846,5906.5846,5906.5846 +1150.5000,1.0000,16566.1090,72.9090,73.1180,-0.1161,0.0000,6,1164.2507,76.2859,589.7949,-77.6178,9.3008,71.9078,-9.4632,-0.2386,1.0660,0.0000,1.0660,8.4734,1.0660,0.6947,0.0000,0.3714,0.0000,0.3714,7.9549,-7.5836,0.0000,-7.5836,-0.2087,-7.3749,0.0000,0.0000,13.4645,-20.8393,1.0156,2661.1079,2661.1079,2661.1079,2661.1079,2661.1079 +1151.5000,1.0000,16586.1440,72.1160,72.7000,-0.3244,0.0000,6,1151.5877,69.6806,514.7378,-76.8624,8.4031,62.0743,-9.2691,-0.6595,0.6878,0.0000,0.6878,8.3748,0.6878,0.6878,0.0000,0.0000,0.0000,0.0000,7.8684,-7.8684,36.9876,-44.8560,-0.5769,-44.2791,0.0000,0.0000,13.3180,-57.5972,1.0124,2547.3919,2547.3919,2547.3919,2547.3919,2547.3919 +1152.5000,1.0000,16605.9056,71.1320,71.5320,-0.2222,0.0000,6,1135.8746,55.7465,507.7136,-75.9251,6.6310,60.3918,-9.0312,-0.4456,0.6747,0.0000,0.6747,6.4018,0.6747,0.6747,0.0000,0.0000,0.0000,0.0000,7.7611,-7.7611,18.4042,-26.1652,-0.3897,-25.7755,0.0000,0.0000,13.1363,-38.9118,1.0087,2314.7128,2314.7128,2314.7128,2314.7128,2314.7128 +1153.5000,1.0000,16625.4391,70.3105,70.7320,-0.2342,0.0000,6,1122.7565,55.6047,497.6691,-75.1425,6.5377,58.5133,-8.8349,-0.4641,0.6639,0.0000,0.6639,6.3379,0.6639,0.6639,0.0000,0.0000,0.0000,0.0000,7.6714,-7.6714,20.2797,-27.9511,-0.4059,-27.5452,0.0000,0.0000,12.9846,-40.5298,1.0172,2303.8572,2303.8572,2303.8572,2303.8572,2303.8572 +1154.5000,1.0000,16644.7554,69.5285,69.8890,-0.2003,0.0000,6,1110.2690,-64.4088,494.4395,-74.3976,-7.4886,57.4870,-8.6500,-0.3925,-13.4015,0.0000,-13.4015,6.3054,-13.4015,0.7942,0.0000,-14.1958,0.0000,-14.1958,7.5861,-21.7819,0.0000,-21.7819,-0.3433,-21.4385,0.0000,0.0000,12.8402,-34.2787,1.0026,101.8550,101.8550,101.8550,101.8550,101.8550 +1155.5000,1.0000,16663.8194,68.6205,69.1680,-0.3042,0.0000,6,1095.7696,55.1129,432.3395,-73.4822,6.3241,49.6104,-8.4320,-0.5883,0.6419,0.0000,0.6419,6.2706,0.6419,0.6419,0.0000,0.0000,0.0000,0.0000,7.4870,-7.4870,31.7351,-39.2222,-0.5146,-38.7076,0.0000,0.0000,12.6725,-51.3801,0.9992,2278.3315,2278.3315,2278.3315,2278.3315,2278.3315 +1156.5000,1.0000,16682.5090,67.2725,68.0730,-0.4447,0.1560,6,1074.2440,52.8403,484.9935,-71.9414,5.9443,54.5591,-8.0930,-0.8433,0.6245,0.0000,0.6245,6.1630,0.6245,0.6245,0.0000,0.0000,0.0000,0.0000,7.3400,-7.3400,52.0878,-59.4277,-0.7376,-58.6901,2.5334,0.0000,12.4236,-73.6471,0.9941,2194.8375,2194.8375,2194.8375,2194.8375,2194.8375 +1157.5000,1.0000,16700.6631,65.3450,66.4720,-0.6261,1.1190,6,1043.4646,51.4262,476.0942,-69.7381,5.6194,52.0235,-7.6204,-1.1532,0.6000,0.0000,0.6000,6.1726,0.6000,0.6000,0.0000,0.0000,0.0000,0.0000,7.1297,-7.1297,64.8761,-72.0058,-1.0087,-70.9971,17.6508,0.0000,12.0669,-100.7147,0.9868,2096.6540,2096.6540,2096.6540,2096.6540,2096.6540 +1158.5000,1.0000,16718.0840,62.7050,64.2180,-0.8406,2.4470,6,1001.3077,49.3168,465.0783,-66.7204,5.1712,48.7666,-6.9961,-1.4857,0.5671,0.0000,0.5671,6.0897,0.5671,0.5671,0.0000,0.0000,0.0000,0.0000,6.8416,-6.8416,78.9868,-85.8284,-1.2995,-84.5289,37.0302,-3.3886,11.5766,-129.7472,0.9652,1958.8560,1958.8560,1958.8560,1958.8560,1958.8560 +1159.5000,1.0000,16734.5223,59.1680,61.1920,-1.1244,3.5840,6,944.8269,44.8525,438.9860,-69.7830,4.4378,43.4342,-6.9045,-1.8753,0.5242,0.0000,0.5242,5.7889,0.5242,0.5242,0.0000,0.0000,0.0000,0.0000,6.4557,-6.4557,98.0232,-104.4789,-1.6403,-102.8386,51.1595,-1.1404,10.9199,-163.7775,0.9749,1708.2012,1708.2012,1708.2012,1708.2012,1708.2012 +1160.5000,1.0000,16749.9279,55.4500,57.1440,-0.9411,3.9170,6,885.4559,49.3427,409.6639,-73.3873,4.5753,37.9860,-6.8048,-1.4709,0.4804,0.0000,0.4804,5.5658,0.4804,0.4804,0.0000,0.0000,0.0000,0.0000,6.0500,-6.0500,61.1409,-67.1909,-1.2866,-65.9043,52.3929,-0.0685,10.2324,-128.4611,0.9544,1662.8316,1662.8316,1662.8316,1662.8316,1662.8316 +1161.5000,1.0000,16764.3627,51.9555,53.7560,-1.0003,3.7790,6,829.6538,50.5197,424.3079,-77.3775,4.3892,36.8644,-6.7226,-1.4649,0.4407,0.0000,0.4407,5.4134,0.4407,0.4407,0.0000,0.0000,0.0000,0.0000,5.6688,-5.6688,66.2109,-71.8796,-1.2813,-70.5983,47.3640,0.3823,9.5881,-127.9326,0.9369,1663.9039,1663.9039,1663.9039,1663.9039,1663.9039 +1162.5000,1.0000,16777.9024,48.7330,50.1550,-0.7900,3.8250,6,778.1952,55.3637,452.3655,-81.8367,4.5117,36.8644,-6.6691,-1.0852,0.4051,0.0000,0.4051,5.1918,0.4051,0.4051,0.0000,0.0000,0.0000,0.0000,5.3172,-5.3172,34.8539,-40.1710,-0.9492,-39.2218,44.9663,1.5905,8.9932,-94.7719,0.9204,1659.3258,1659.3258,1659.3258,1659.3258,1659.3258 +1163.5000,1.0000,16790.5597,45.5560,47.3110,-0.9750,4.0720,6,727.4631,43.6643,483.9127,-87.2782,3.3263,36.8644,-6.6488,-1.2520,0.3711,0.0000,0.3711,4.2072,0.3711,0.3711,0.0000,0.0000,0.0000,0.0000,4.9705,-4.9705,49.0218,-53.9923,-1.0951,-52.8972,44.7449,3.2919,8.4061,-109.3401,0.9156,1347.2205,1347.2205,1347.2205,1347.2205,1347.2205 +1164.5000,1.0000,16802.2708,42.1500,43.8010,-0.9172,4.4050,0,649.7191,53.4681,541.8166,-95.6169,3.6379,36.8644,-6.5056,-1.9838,0.0000,0.0000,0.0000,5.6217,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.5989,-4.5989,33.2401,-37.8390,-0.9532,-36.8858,44.7788,5.7291,7.7765,-95.1703,0.9096,1343.1450,1343.1450,1343.1450,1343.1450,1343.1450 +1165.5000,1.0000,16812.8965,38.2425,40.4990,-1.2536,4.7670,5,694.6731,134.4630,506.7543,-90.7952,9.7816,36.8644,-6.6050,4.0388,0.2914,0.0000,0.2914,5.4514,0.3519,0.3519,0.0000,0.0000,0.0000,0.0000,4.1726,-4.1726,56.6319,-60.8045,-1.1820,-59.6225,43.9591,7.3793,7.0544,-118.0153,0.9244,2426.6421,2426.6421,2426.6421,2426.6421,2426.6421 +1166.5000,1.0000,16822.2691,33.7315,35.9860,-1.2525,5.2400,5,739.8942,41.3413,475.7824,-85.9448,3.2032,36.8644,-6.6591,-2.2470,0.2952,0.0000,0.2952,5.1549,0.2952,0.2952,0.0000,0.0000,0.0000,0.0000,3.6804,-3.6804,45.7246,-49.4049,-1.0416,-48.3633,42.6110,6.8071,6.2208,-104.0022,0.9406,1351.3009,1351.3009,1351.3009,1351.3009,1351.3009 +1167.5000,1.0000,16830.3247,28.9900,31.4770,-1.3817,6.1120,0,645.2211,43.8713,545.5938,-96.0994,2.9643,36.8644,-6.4932,-1.7918,0.0000,0.0000,0.0000,4.7561,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1630,-3.1630,42.2672,-45.4302,-0.9875,-44.4427,42.6945,6.1199,5.3438,-98.6009,0.9318,1243.8069,1243.8069,1243.8069,1243.8069,1243.8069 +1168.5000,1.0000,16836.9477,23.8330,26.5030,-1.4833,7.1470,4,643.5128,92.4018,547.0422,-96.2826,6.2268,36.8644,-6.4883,1.7196,0.3344,0.0000,0.3344,4.1728,0.4021,0.4021,0.0000,0.0000,0.0000,0.0000,2.6004,-2.6004,34.1756,-36.7760,-0.8716,-35.9044,41.0153,5.7157,4.3902,-87.0255,0.9433,1780.7151,1780.7151,1780.7151,1780.7151,1780.7151 +1169.5000,1.0000,16842.0161,18.2360,21.1630,-1.6261,8.2720,0,643.5128,33.5084,547.0422,-96.2826,2.2581,36.8644,-6.4883,-1.7196,0.0000,0.0000,0.0000,3.9776,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.9897,-1.9897,27.0291,-29.0188,-0.7311,-28.2877,36.2919,5.0618,3.3563,-72.9977,0.9318,1139.4347,1139.4347,1139.4347,1139.4347,1139.4347 +1170.5000,1.0000,16845.7030,13.2630,15.3090,-1.1367,8.9880,2,768.2195,150.5806,458.2396,-82.9067,12.1139,36.8644,-6.6697,7.9361,0.1879,0.0000,0.1879,3.9899,0.2708,0.6550,0.0000,-0.3842,0.0000,-0.3842,1.4471,-1.8313,0.0000,-1.8313,-0.3717,-1.4596,28.6621,4.5499,2.4395,-37.1111,0.9195,2885.8455,2885.8455,2885.8455,2885.8455,2885.8455 +1171.5000,1.0000,16848.3520,9.5265,11.2170,-0.9392,8.5680,2,795.3095,8.0922,442.6310,-80.0010,0.6740,36.8644,-6.6629,-6.8929,3.6091,0.0000,3.6091,3.9577,3.6091,0.3849,0.0000,3.2242,0.0000,3.2242,1.0394,2.1848,0.0000,2.1848,-0.2206,2.4054,19.6324,3.0445,1.7529,-22.0245,0.9221,1050.1191,1050.1191,1050.1191,1050.1191,1050.1191 +1172.5000,1.0000,16850.0908,6.2496,7.8360,-0.8813,6.4340,0,627.0900,45.0377,561.3686,-98.0441,2.9576,36.8644,-6.4384,-1.0432,0.0000,0.0000,0.0000,4.0008,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.6819,-0.6819,0.0000,-0.6819,-0.1358,-0.5461,9.6870,2.1737,1.1518,-13.5586,0.9100,1238.6967,1238.6967,1238.6967,1238.6967,1238.6967 +1173.5000,1.0000,16851.2672,4.2251,5.4280,-0.2434,3.1240,1,622.2222,123.7984,565.7603,-98.5662,8.0666,36.8644,-6.4225,0.8491,3.1468,-0.2407,3.3874,4.0707,3.6362,0.2812,0.0000,3.3550,0.0000,3.3550,0.4610,2.8940,0.0000,2.8940,-0.0254,2.9193,3.1849,1.4863,0.7799,-2.5317,1.0563,2093.3816,2093.3816,2093.3816,2093.3816,2093.3816 +1174.5000,1.0000,16852.1224,3.0685,3.7870,-0.3992,0.9180,1,644.4444,58.5868,546.2513,-96.1827,3.9538,36.8644,-6.4910,0.0000,-0.1151,0.0352,-0.1503,4.0689,-0.1503,0.2079,0.0000,-0.3581,0.0000,-0.3581,0.3348,-0.6929,0.0000,-0.6929,-0.0302,-0.6627,0.6800,1.1058,0.5667,-3.0152,1.0898,1389.0702,1389.0702,1389.0702,1389.0702,1389.0702 +1175.5000,1.0000,16852.5439,1.5075,2.3500,-0.4681,0.0000,1,644.4444,55.8222,546.2513,-96.1827,3.7672,36.8644,-6.4910,0.0000,-0.2734,0.3463,-0.6197,4.0406,-0.6197,0.0971,0.0000,-0.7168,0.0000,-0.7168,0.1645,-0.8813,0.0000,-0.8813,-0.0174,-0.8639,0.0000,0.5947,0.2784,-1.7369,1.0468,1361.6454,1361.6454,1361.6454,1361.6454,1361.6454 +1176.5000,1.0000,16852.6417,0.3420,0.6650,-0.1794,0.0000,0,644.4444,59.5213,546.2513,-96.1827,4.0169,36.8644,-6.4910,0.0000,0.0073,-0.1249,0.1322,4.0095,0.1322,0.0175,0.0000,0.1147,0.0000,0.1147,0.0373,0.0774,0.0000,0.0774,-0.0015,0.0789,0.0000,0.1668,0.0632,-0.1511,1.0468,1398.3401,1398.3401,1398.3401,1398.3401,1398.3401 +1177.5000,1.0000,16852.6472,0.0095,0.0190,-0.0050,0.0000,0,644.4444,59.0994,546.2513,-96.1827,3.9884,36.8644,-6.4910,0.0000,0.0081,0.0000,0.0081,3.9802,0.0081,0.0005,0.0000,0.0077,0.0000,0.0077,0.0010,0.0067,0.0000,0.0067,0.0000,0.0067,0.0000,0.0050,0.0018,-0.0001,1.0027,1394.1549,1394.1549,1394.1549,1394.1549,1394.1549 +1178.5000,1.0000,16852.6506,0.0000,0.0010,0.0006,0.0000,0,644.4444,58.5028,546.2513,-96.1827,3.9481,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9481,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9673,1388.2364,1388.2364,1388.2364,1388.2364,1388.2364 +1179.5000,1.0000,16852.6542,0.0000,0.0020,0.0000,0.0000,0,644.4444,60.2249,546.2513,-96.1827,4.0643,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0643,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0247,1405.3195,1405.3195,1405.3195,1405.3195,1405.3195 +1180.5000,1.0000,16852.6578,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.0126,546.2513,-96.1827,3.9825,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9825,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0898,1393.2941,1393.2941,1393.2941,1393.2941,1393.2941 +1181.5000,1.0000,16852.6614,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.5052,546.2513,-96.1827,3.9483,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9483,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1388.2600,1388.2600,1388.2600,1388.2600,1388.2600 +1182.5000,1.0000,16852.6650,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.8829,546.2513,-96.1827,3.9063,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9063,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0358,1382.0874,1382.0874,1382.0874,1382.0874,1382.0874 +1183.5000,1.0000,16852.6686,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.4927,546.2513,-96.1827,3.8800,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8800,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0137,1378.2163,1378.2163,1378.2163,1378.2163,1378.2163 +1184.5000,1.0000,16852.6722,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.7634,546.2513,-96.1827,3.8982,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8982,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0358,1380.9016,1380.9016,1380.9016,1380.9016,1380.9016 +1185.5000,1.0000,16852.6759,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.1600,546.2513,-96.1827,3.8575,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8575,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9673,1374.9158,1374.9158,1374.9158,1374.9158,1374.9158 +1186.5000,1.0000,16852.6795,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.0319,546.2513,-96.1827,3.9163,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9163,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0247,1383.5650,1383.5650,1383.5650,1383.5650,1383.5650 +1187.5000,1.0000,16852.6831,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.1564,546.2513,-96.1827,3.9247,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9247,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0576,1384.8008,1384.8008,1384.8008,1384.8008,1384.8008 +1188.5000,1.0000,16852.6867,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.2218,546.2513,-96.1827,3.9292,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9292,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0468,1385.4487,1385.4487,1385.4487,1385.4487,1385.4487 +1189.5000,1.0000,16852.6903,0.0000,0.0000,0.0000,0.0000,0,644.4444,74.6968,546.2513,-96.1827,5.0410,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.0410,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0576,1548.8816,1548.8816,1548.8816,1548.8816,1548.8816 +1190.5000,1.0000,16852.6939,0.0000,0.0000,0.0000,0.0000,0,644.4444,74.1539,546.2513,-96.1827,5.0044,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.0044,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9911,1543.4953,1543.4953,1543.4953,1543.4953,1543.4953 +1191.5000,1.0000,16852.6975,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.9091,546.2513,-96.1827,4.9878,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9878,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0576,1541.0676,1541.0676,1541.0676,1541.0676,1541.0676 +1192.5000,1.0000,16852.7011,0.0000,0.0000,0.0000,0.0000,0,644.4444,74.7408,546.2513,-96.1827,5.0440,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.0440,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0683,1549.3172,1549.3172,1549.3172,1549.3172,1549.3172 +1193.5000,1.0000,16852.7047,0.0000,0.0000,0.0000,0.0000,0,644.4444,72.6292,546.2513,-96.1827,4.9015,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9015,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1528.3704,1528.3704,1528.3704,1528.3704,1528.3704 +1194.5000,1.0000,16852.7084,0.0000,0.0000,0.0000,0.0000,0,644.4444,71.8431,546.2513,-96.1827,4.8484,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8484,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8876,1520.5723,1520.5723,1520.5723,1520.5723,1520.5723 +1195.5000,1.0000,16852.7120,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.6547,546.2513,-96.1827,4.9707,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9707,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9792,1538.5435,1538.5435,1538.5435,1538.5435,1538.5435 +1196.5000,1.0000,16852.7156,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.1028,546.2513,-96.1827,4.9334,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9334,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9434,1533.0683,1533.0683,1533.0683,1533.0683,1533.0683 +1197.5000,1.0000,16852.7192,0.0000,0.0000,0.0000,0.0000,0,644.4444,72.5825,546.2513,-96.1827,4.8983,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8983,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1527.9069,1527.9069,1527.9069,1527.9069,1527.9069 +1198.5000,1.0000,16852.7228,0.0000,0.0000,0.0000,0.0000,0,644.4444,71.8389,546.2513,-96.1827,4.8481,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8481,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1520.5310,1520.5310,1520.5310,1520.5310,1520.5310 +1199.5000,1.0000,16852.7264,0.0000,0.0000,0.0000,0.0000,0,644.4444,72.3273,546.2513,-96.1827,4.8811,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8811,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1525.3761,1525.3761,1525.3761,1525.3761,1525.3761 +1200.5000,1.0000,16852.7300,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.3848,546.2513,-96.1827,4.9524,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9524,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1535.8659,1535.8659,1535.8659,1535.8659,1535.8659 +1201.5000,1.0000,16852.7336,0.0000,0.0000,0.0000,0.0000,0,644.4444,72.8539,546.2513,-96.1827,4.9166,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9166,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1530.5991,1530.5991,1530.5991,1530.5991,1530.5991 +1202.5000,1.0000,16852.7372,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.7008,546.2513,-96.1827,4.9738,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9738,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9434,1539.0005,1539.0005,1539.0005,1539.0005,1539.0005 +1203.5000,1.0000,16852.7409,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.5600,546.2513,-96.1827,4.9643,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9643,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1537.6042,1537.6042,1537.6042,1537.6042,1537.6042 +1204.5000,1.0000,16852.7445,0.0000,0.0000,0.0000,0.0000,0,644.4444,72.0232,546.2513,-96.1827,4.8606,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8606,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8876,1522.3593,1522.3593,1522.3593,1522.3593,1522.3593 +1205.5000,1.0000,16852.7481,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.0687,546.2513,-96.1827,4.9311,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9311,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9434,1532.7303,1532.7303,1532.7303,1532.7303,1532.7303 +1206.5000,1.0000,16852.7517,0.0000,0.0000,0.0000,0.0000,0,644.4444,72.7321,546.2513,-96.1827,4.9084,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9084,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8876,1529.3913,1529.3913,1529.3913,1529.3913,1529.3913 +1207.5000,1.0000,16852.7553,0.0000,0.0000,0.0000,0.0000,0,644.4444,72.3226,546.2513,-96.1827,4.8808,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.8808,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1525.3288,1525.3288,1525.3288,1525.3288,1525.3288 +1208.5000,1.0000,16852.7589,0.0000,0.0000,0.0000,0.0000,0,644.4444,73.9806,546.2513,-96.1827,4.9927,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.9927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9673,1541.7763,1541.7763,1541.7763,1541.7763,1541.7763 +1209.5000,1.0000,16852.7625,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.2504,546.2513,-96.1827,3.7961,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7961,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9434,1365.8925,1365.8925,1365.8925,1365.8925,1365.8925 +1210.5000,1.0000,16852.7661,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.1446,546.2513,-96.1827,3.7890,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7890,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1364.8430,1364.8430,1364.8430,1364.8430,1364.8430 +1211.5000,1.0000,16852.7697,0.0000,0.0000,0.0000,0.0000,0,644.4444,54.8930,546.2513,-96.1827,3.7045,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7045,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8622,1352.4279,1352.4279,1352.4279,1352.4279,1352.4279 +1212.5000,1.0000,16852.7734,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.0462,546.2513,-96.1827,3.7823,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7823,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8876,1363.8673,1363.8673,1363.8673,1363.8673,1363.8673 +1213.5000,1.0000,16852.7770,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.4034,546.2513,-96.1827,3.8064,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8064,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1367.4110,1367.4110,1367.4110,1367.4110,1367.4110 +1214.5000,1.0000,16852.7806,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.1429,546.2513,-96.1827,3.8564,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8564,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9434,1374.7468,1374.7468,1374.7468,1374.7468,1374.7468 +1215.5000,1.0000,16852.7842,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.0927,546.2513,-96.1827,3.8530,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8530,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9673,1374.2480,1374.2480,1374.2480,1374.2480,1374.2480 +1216.5000,1.0000,16852.7878,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.2480,546.2513,-96.1827,3.7960,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7960,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9434,1365.8694,1365.8694,1365.8694,1365.8694,1365.8694 +1217.5000,1.0000,16852.7914,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.2035,546.2513,-96.1827,3.7930,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7930,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9434,1365.4273,1365.4273,1365.4273,1365.4273,1365.4273 +1218.5000,1.0000,16852.7950,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.4124,546.2513,-96.1827,3.7396,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1357.5798,1357.5798,1357.5798,1357.5798,1357.5798 +1219.5000,1.0000,16852.7986,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.8921,546.2513,-96.1827,3.7719,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7719,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1362.3387,1362.3387,1362.3387,1362.3387,1362.3387 +1220.5000,1.0000,16852.8022,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.2985,546.2513,-96.1827,3.7994,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7994,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1366.3699,1366.3699,1366.3699,1366.3699,1366.3699 +1221.5000,1.0000,16852.8059,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.6630,546.2513,-96.1827,3.7565,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7565,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8876,1360.0662,1360.0662,1360.0662,1360.0662,1360.0662 +1222.5000,1.0000,16852.8095,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.6363,546.2513,-96.1827,3.8222,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8222,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9434,1369.7207,1369.7207,1369.7207,1369.7207,1369.7207 +1223.5000,1.0000,16852.8131,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.9485,546.2513,-96.1827,3.7757,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7757,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1362.8984,1362.8984,1362.8984,1362.8984,1362.8984 +1224.5000,1.0000,16852.8167,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.9735,546.2513,-96.1827,3.7774,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7774,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9434,1363.1456,1363.1456,1363.1456,1363.1456,1363.1456 +1225.5000,1.0000,16852.8203,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.7566,546.2513,-96.1827,3.7628,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7628,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1360.9940,1360.9940,1360.9940,1360.9940,1360.9940 +1226.5000,1.0000,16852.8239,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.2883,546.2513,-96.1827,3.7987,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7987,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1366.2691,1366.2691,1366.2691,1366.2691,1366.2691 +1227.5000,1.0000,16852.8275,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.3333,546.2513,-96.1827,3.8017,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8017,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1366.7153,1366.7153,1366.7153,1366.7153,1366.7153 +1228.5000,1.0000,16852.8311,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.9434,546.2513,-96.1827,3.8429,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8429,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9911,1372.7675,1372.7675,1372.7675,1372.7675,1372.7675 +1229.5000,1.0000,16852.8347,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.6274,546.2513,-96.1827,3.7541,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7541,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1359.7129,1359.7129,1359.7129,1359.7129,1359.7129 +1230.5000,1.0000,16852.8384,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.2378,546.2513,-96.1827,3.7953,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7953,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1365.7679,1365.7679,1365.7679,1365.7679,1365.7679 +1231.5000,1.0000,16852.8420,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.4037,546.2513,-96.1827,3.7390,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7390,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1357.4933,1357.4933,1357.4933,1357.4933,1357.4933 +1232.5000,1.0000,16852.8456,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.0897,546.2513,-96.1827,3.7853,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7853,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1364.2988,1364.2988,1364.2988,1364.2988,1364.2988 +1233.5000,1.0000,16852.8492,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.8831,546.2513,-96.1827,3.7713,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7713,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1362.2494,1362.2494,1362.2494,1362.2494,1362.2494 +1234.5000,1.0000,16852.8528,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.2602,546.2513,-96.1827,3.7968,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7968,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1365.9905,1365.9905,1365.9905,1365.9905,1365.9905 +1235.5000,1.0000,16852.8564,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.6523,546.2513,-96.1827,3.7558,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7558,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1359.9601,1359.9601,1359.9601,1359.9601,1359.9601 +1236.5000,1.0000,16852.8600,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.5639,546.2513,-96.1827,3.7498,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7498,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1359.0825,1359.0825,1359.0825,1359.0825,1359.0825 +1237.5000,1.0000,16852.8636,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.0521,546.2513,-96.1827,3.7827,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7827,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1363.9260,1363.9260,1363.9260,1363.9260,1363.9260 +1238.5000,1.0000,16852.8672,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.0780,546.2513,-96.1827,3.8520,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8520,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9434,1374.1028,1374.1028,1374.1028,1374.1028,1374.1028 +1239.5000,1.0000,16852.8709,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.5554,546.2513,-96.1827,3.8167,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8167,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1368.9182,1368.9182,1368.9182,1368.9182,1368.9182 +1240.5000,1.0000,16852.8750,0.0020,0.0000,0.0011,0.0000,0,644.4444,56.7187,546.2513,-96.1827,3.8277,36.8644,-6.4910,0.0000,0.0014,0.0007,0.0007,3.8263,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,0.9553,1370.5385,1370.5385,1370.5385,1370.5385,1370.5385 +1241.5000,1.0000,16852.8792,0.0020,0.0040,-0.0011,0.0000,0,644.4444,55.5039,546.2513,-96.1827,3.7457,36.8644,-6.4910,0.0000,0.0007,0.0000,0.0007,3.7451,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,0.8876,1358.4873,1358.4873,1358.4873,1358.4873,1358.4873 +1242.5000,1.0000,16852.8828,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.1421,546.2513,-96.1827,3.7213,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7213,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8467,1354.8982,1354.8982,1354.8982,1354.8982,1354.8982 +1243.5000,1.0000,16852.8864,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.8889,546.2513,-96.1827,3.8392,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8392,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9434,1372.2272,1372.2272,1372.2272,1372.2272,1372.2272 +1244.5000,1.0000,16852.8900,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.1774,546.2513,-96.1827,3.7912,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7912,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1365.1685,1365.1685,1365.1685,1365.1685,1365.1685 +1245.5000,1.0000,16852.8936,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.3759,546.2513,-96.1827,3.8046,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8046,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1367.1374,1367.1374,1367.1374,1367.1374,1367.1374 +1246.5000,1.0000,16852.8972,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.0683,546.2513,-96.1827,3.7838,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7838,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1364.0868,1364.0868,1364.0868,1364.0868,1364.0868 +1247.5000,1.0000,16852.9009,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.1905,546.2513,-96.1827,3.7921,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7921,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1365.2982,1365.2982,1365.2982,1365.2982,1365.2982 +1248.5000,1.0000,16852.9045,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.1907,546.2513,-96.1827,3.7921,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7921,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1365.3002,1365.3002,1365.3002,1365.3002,1365.3002 +1249.5000,1.0000,16852.9081,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.2735,546.2513,-96.1827,3.7977,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7977,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1366.1219,1366.1219,1366.1219,1366.1219,1366.1219 +1250.5000,1.0000,16852.9117,0.0000,0.0000,0.0000,0.0000,0,644.4444,54.8462,546.2513,-96.1827,3.7014,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7014,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1351.9629,1351.9629,1351.9629,1351.9629,1351.9629 +1251.5000,1.0000,16852.9153,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.1141,546.2513,-96.1827,3.7869,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7869,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1364.5406,1364.5406,1364.5406,1364.5406,1364.5406 +1252.5000,1.0000,16852.9189,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.8741,546.2513,-96.1827,3.8382,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8382,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1372.0804,1372.0804,1372.0804,1372.0804,1372.0804 +1253.5000,1.0000,16852.9225,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.3748,546.2513,-96.1827,3.8045,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8045,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1367.1267,1367.1267,1367.1267,1367.1267,1367.1267 +1254.5000,1.0000,16852.9261,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.0157,546.2513,-96.1827,3.7803,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7803,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8876,1363.5645,1363.5645,1363.5645,1363.5645,1363.5645 +1255.5000,1.0000,16852.9297,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.5964,546.2513,-96.1827,3.8195,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8195,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1369.3248,1369.3248,1369.3248,1369.3248,1369.3248 +1256.5000,1.0000,16852.9334,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.4624,546.2513,-96.1827,3.8104,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8104,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1367.9960,1367.9960,1367.9960,1367.9960,1367.9960 +1257.5000,1.0000,16852.9370,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.5706,546.2513,-96.1827,3.8852,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8852,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1378.9889,1378.9889,1378.9889,1378.9889,1378.9889 +1258.5000,1.0000,16852.9406,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.9092,546.2513,-96.1827,3.8406,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8406,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9434,1372.4279,1372.4279,1372.4279,1372.4279,1372.4279 +1259.5000,1.0000,16852.9442,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.4380,546.2513,-96.1827,3.8088,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8088,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8876,1367.7543,1367.7543,1367.7543,1367.7543,1367.7543 +1260.5000,1.0000,16852.9478,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.4883,546.2513,-96.1827,4.0146,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0146,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1398.0125,1398.0125,1398.0125,1398.0125,1398.0125 +1261.5000,1.0000,16852.9514,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.0200,546.2513,-96.1827,3.9830,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9830,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1393.3678,1393.3678,1393.3678,1393.3678,1393.3678 +1262.5000,1.0000,16852.9559,0.0030,0.0000,0.0017,0.0000,0,644.4444,58.6898,546.2513,-96.1827,3.9607,36.8644,-6.4910,0.0000,0.0030,0.0015,0.0015,3.9577,0.0015,0.0001,0.0000,0.0014,0.0000,0.0014,0.0003,0.0010,0.0000,0.0010,0.0000,0.0010,0.0000,0.0005,0.0006,0.0000,0.9208,1390.0914,1390.0914,1390.0914,1390.0914,1390.0914 +1263.5000,1.0000,16852.9606,0.0030,0.0060,-0.0011,0.0000,0,644.4444,58.7481,546.2513,-96.1827,3.9647,36.8644,-6.4910,0.0000,0.0014,0.0000,0.0014,3.9633,0.0014,0.0001,0.0000,0.0013,0.0000,0.0013,0.0003,0.0009,0.0000,0.0009,0.0000,0.0009,0.0000,0.0004,0.0006,0.0000,0.9208,1390.6699,1390.6699,1390.6699,1390.6699,1390.6699 +1264.5000,1.0000,16852.9647,0.0000,0.0020,0.0000,0.0000,0,644.4444,59.1890,546.2513,-96.1827,3.9944,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9944,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1395.0434,1395.0434,1395.0434,1395.0434,1395.0434 +1265.5000,1.0000,16852.9689,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.2235,546.2513,-96.1827,3.9968,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9968,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1395.3859,1395.3859,1395.3859,1395.3859,1395.3859 +1266.5000,1.0000,16852.9731,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.6241,546.2513,-96.1827,4.0238,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0238,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1399.3595,1399.3595,1399.3595,1399.3595,1399.3595 +1267.5000,1.0000,16852.9772,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.2582,546.2513,-96.1827,3.9991,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9991,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1395.7303,1395.7303,1395.7303,1395.7303,1395.7303 +1268.5000,1.0000,16852.9817,0.0000,0.0000,0.0006,0.0000,0,644.4444,58.6531,546.2513,-96.1827,3.9583,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9583,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1389.7278,1389.7278,1389.7278,1389.7278,1389.7278 +1269.5000,1.0000,16852.9864,0.0000,0.0020,0.0000,0.0000,0,644.4444,58.1957,546.2513,-96.1827,3.9274,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9274,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1385.1899,1385.1899,1385.1899,1385.1899,1385.1899 +1270.5000,1.0000,16852.9911,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.8255,546.2513,-96.1827,3.9699,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9699,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8876,1391.4375,1391.4375,1391.4375,1391.4375,1391.4375 +1271.5000,1.0000,16852.9961,0.0000,0.0000,0.0006,0.0000,0,644.4444,59.4503,546.2513,-96.1827,4.0121,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0121,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1397.6362,1397.6362,1397.6362,1397.6362,1397.6362 +1272.5000,1.0000,16853.0014,0.0000,0.0020,0.0000,0.0000,0,644.4444,58.9140,546.2513,-96.1827,3.9759,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9759,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1392.3157,1392.3157,1392.3157,1392.3157,1392.3157 +1273.5000,1.0000,16853.0067,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.8363,546.2513,-96.1827,3.9031,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9031,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1381.6247,1381.6247,1381.6247,1381.6247,1381.6247 +1274.5000,1.0000,16853.0120,0.0000,0.0000,0.0000,0.0000,0,644.4444,60.0670,546.2513,-96.1827,4.0537,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0537,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1403.7534,1403.7534,1403.7534,1403.7534,1403.7534 +1275.5000,1.0000,16853.0172,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.1486,546.2513,-96.1827,3.9917,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9917,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8765,1394.6431,1394.6431,1394.6431,1394.6431,1394.6431 +1276.5000,1.0000,16853.0225,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.1680,546.2513,-96.1827,3.9255,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9255,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8876,1384.9151,1384.9151,1384.9151,1384.9151,1384.9151 +1277.5000,1.0000,16853.0278,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.4239,546.2513,-96.1827,4.0103,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0103,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9553,1397.3739,1397.3739,1397.3739,1397.3739,1397.3739 +1278.5000,1.0000,16853.0331,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.7867,546.2513,-96.1827,3.9673,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9673,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1391.0533,1391.0533,1391.0533,1391.0533,1391.0533 +1279.5000,1.0000,16853.0384,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.6569,546.2513,-96.1827,4.0260,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0260,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1399.6852,1399.6852,1399.6852,1399.6852,1399.6852 +1280.5000,1.0000,16853.0436,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.8000,546.2513,-96.1827,4.0357,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0357,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1401.1053,1401.1053,1401.1053,1401.1053,1401.1053 +1281.5000,1.0000,16853.0489,0.0000,0.0000,0.0000,0.0000,0,644.4444,60.6765,546.2513,-96.1827,4.0948,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0948,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9553,1409.7998,1409.7998,1409.7998,1409.7998,1409.7998 +1282.5000,1.0000,16853.0542,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.9275,546.2513,-96.1827,3.9768,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9768,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1392.4496,1392.4496,1392.4496,1392.4496,1392.4496 +1283.5000,1.0000,16853.0595,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.7464,546.2513,-96.1827,3.9646,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9646,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8876,1390.6530,1390.6530,1390.6530,1390.6530,1390.6530 +1284.5000,1.0000,16853.0647,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.1243,546.2513,-96.1827,3.9901,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9901,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8876,1394.4020,1394.4020,1394.4020,1394.4020,1394.4020 +1285.5000,1.0000,16853.0700,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.2510,546.2513,-96.1827,3.9986,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9986,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1395.6591,1395.6591,1395.6591,1395.6591,1395.6591 +1286.5000,1.0000,16853.0753,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.8902,546.2513,-96.1827,3.9068,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9068,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8765,1382.1593,1382.1593,1382.1593,1382.1593,1382.1593 +1287.5000,1.0000,16853.0806,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.4992,546.2513,-96.1827,3.9479,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9479,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1388.2009,1388.2009,1388.2009,1388.2009,1388.2009 +1288.5000,1.0000,16853.0859,0.0000,0.0000,0.0000,0.0000,0,644.4444,76.6671,546.2513,-96.1827,5.1740,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.1740,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9318,1568.4264,1568.4264,1568.4264,1568.4264,1568.4264 +1289.5000,1.0000,16853.0911,0.0000,0.0000,0.0000,0.0000,0,644.4444,75.4484,546.2513,-96.1827,5.0917,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.0917,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1556.3372,1556.3372,1556.3372,1556.3372,1556.3372 +1290.5000,1.0000,16853.0964,0.0000,0.0000,0.0000,0.0000,0,644.4444,76.2324,546.2513,-96.1827,5.1446,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.1446,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9097,1564.1143,1564.1143,1564.1143,1564.1143,1564.1143 +1291.5000,1.0000,16853.1017,0.0000,0.0000,0.0000,0.0000,0,644.4444,75.9205,546.2513,-96.1827,5.1236,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.1236,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9553,1561.0198,1561.0198,1561.0198,1561.0198,1561.0198 +1292.5000,1.0000,16853.1070,0.0000,0.0000,0.0000,0.0000,0,644.4444,74.6413,546.2513,-96.1827,5.0372,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.0372,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1548.3306,1548.3306,1548.3306,1548.3306,1548.3306 +1293.5000,1.0000,16853.1122,0.0000,0.0000,0.0000,0.0000,0,644.4444,74.9038,546.2513,-96.1827,5.0550,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.0550,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1550.9349,1550.9349,1550.9349,1550.9349,1550.9349 +1294.5000,1.0000,16853.1175,0.0000,0.0000,0.0000,0.0000,0,644.4444,74.1028,546.2513,-96.1827,5.0009,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.0009,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8230,1542.9889,1542.9889,1542.9889,1542.9889,1542.9889 +1295.5000,1.0000,16853.1228,0.0000,0.0000,0.0000,0.0000,0,644.4444,75.3066,546.2513,-96.1827,5.0821,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.0821,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1554.9302,1554.9302,1554.9302,1554.9302,1554.9302 +1296.5000,1.0000,16853.1281,0.0000,0.0000,0.0000,0.0000,0,644.4444,75.7667,546.2513,-96.1827,5.1132,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.1132,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1559.4944,1559.4944,1559.4944,1559.4944,1559.4944 +1297.5000,1.0000,16853.1334,0.0000,0.0000,0.0000,0.0000,0,644.4444,76.1188,546.2513,-96.1827,5.1370,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.1370,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9208,1562.9873,1562.9873,1562.9873,1562.9873,1562.9873 +1298.5000,1.0000,16853.1386,0.0000,0.0000,0.0000,0.0000,0,644.4444,75.0303,546.2513,-96.1827,5.0635,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.0635,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8986,1552.1894,1552.1894,1552.1894,1552.1894,1552.1894 +1299.5000,1.0000,16853.1439,0.0000,0.0000,0.0000,0.0000,0,644.4444,75.2518,546.2513,-96.1827,5.0785,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,5.0785,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.8765,1554.3871,1554.3871,1554.3871,1554.3871,1554.3871 diff --git a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairBack.vsum b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairBack.vsum index 7cb9c1147efac6e3df4fa091c7bba73284686f38..37f0df3746846219f5394e1ebe3393d339e7c012 100644 --- a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairBack.vsum +++ b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairBack.vsum @@ -1,2 +1,2 @@ Job [-],Input File [-],Cycle [-],Status,Mass [kg],Loading [kg],time [s],distance [km],speed [km/h],altitudeDelta [m],FC-Map [g/h],FC-Map [g/km],FC-AUXc [g/h],FC-AUXc [g/km],FC-WHTCc [g/h],FC-WHTCc [g/km],FC-AAUX [g/h],FC-AAUX [g/km],FC-Final [g/h],FC-Final [g/km],FC-Final [l/100km],FC-Final [l/100tkm],CO2 [g/km],CO2 [g/tkm],P_wheel_in_pos [kW],P_brake_loss [kW],P_eng_out_pos [kW],P_eng_out_neg [kW],E_aux_sum [kWh],E_air [kWh],E_roll [kWh],E_grad [kWh],E_inertia [kWh],E_brake [kWh],E_gbx_axl_loss [kWh],E_ret_loss [kWh],E_tc_loss [kWh],E_eng_out_pos [kWh],E_eng_out_neg [kWh],a [m/s^2],a_pos [m/s^2],a_neg [m/s^2],AccelerationTimeShare [%],DecelerationTimeShare [%],CruiseTimeShare [%],StopTimeShare [%] -14-0,MeasuredSpeedVairBack,MeasuredSpeedVairBack.vdri,Success,8862.0000,0.0000,1298.0000,16.8586,46.7574,,4856.7669,103.8716,4856.7669,103.8716,4856.7669,103.8716,4856.7669,103.8716,4856.7669,103.8716,12.4846,,328.2342,,13.7545,2.4128,29.6019,-9.0517,1.9832,-0.8572,3.1129,0.3598,-0.0002,0.8699,2.0922,0.0000,0.0000,6.3891,-0.7820,0.0000,0.2923,-0.3220,23.5158,22.2051,0.0000,14.4838 +3-0,MeasuredSpeedVairBack,MeasuredSpeedVairBack.vdri,Success,8862.0000,0.0000,1298.0000,16.8577,46.7548,15.8669,5108.3426,109.2581,5108.3426,109.2581,5108.3426,109.2581,5108.3426,109.2581,5108.3426,109.2581,13.1320,,345.2557,,13.7666,3.7817,24.9900,-6.4149,1.9832,-0.8571,3.1128,0.3598,0.0002,1.3635,2.0923,0.0000,0.0000,6.4280,-0.3154,0.0000,0.2937,-0.3220,23.4387,22.2051,0.0000,14.4838 diff --git a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairBack_MeasuredSpeedVairBack.vmod b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairBack_MeasuredSpeedVairBack.vmod index fab49ebdc23978a8644b68cae7669eaebb02fb8a..8ab29641f1e91f004586c0b0effbdc6cb0acdb6d 100644 --- a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairBack_MeasuredSpeedVairBack.vmod +++ b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairBack_MeasuredSpeedVairBack.vmod @@ -1,1300 +1,1300 @@ -time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h] -1.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,622.2222,45.3199,565.7603,-98.5662,2.9530,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.8021,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1237.0177,1237.0177,1237.0177 -2.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.8987,586.7144,-100.9497,3.8892,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8892,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1381.0348,1381.0348,1381.0348 -3.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.3443,586.7144,-100.9497,3.8544,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8544,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1375.5352,1375.5352,1375.5352 -4.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.2345,586.7144,-100.9497,3.8475,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8475,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.4460,1374.4460,1374.4460 -5.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.8091,586.7144,-100.9497,3.8836,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8836,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1380.1463,1380.1463,1380.1463 -6.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.3826,586.7144,-100.9497,3.8568,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1375.9149,1375.9149,1375.9149 -7.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.9607,586.7144,-100.9497,3.8931,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8931,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1381.6498,1381.6498,1381.6498 -8.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.1851,586.7144,-100.9497,3.8444,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8444,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1373.9562,1373.9562,1373.9562 -9.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,60.9341,586.7144,-100.9497,3.8286,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8286,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1371.4658,1371.4658,1371.4658 -10.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.3828,586.7144,-100.9497,3.8568,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1375.9170,1375.9170,1375.9170 -11.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,59.5891,586.7144,-100.9497,3.7441,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7441,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1358.1238,1358.1238,1358.1238 -12.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.5610,586.7144,-100.9497,3.8680,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8680,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1377.6852,1377.6852,1377.6852 -13.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,59.8969,586.7144,-100.9497,3.7634,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7634,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1361.1772,1361.1772,1361.1772 -14.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.2773,586.7144,-100.9497,3.8502,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8502,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.8709,1374.8709,1374.8709 -15.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.1169,586.7144,-100.9497,3.8401,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8401,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1373.2796,1373.2796,1373.2796 -16.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,59.7882,586.7144,-100.9497,3.7566,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7566,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1360.0986,1360.0986,1360.0986 -17.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,60.7591,586.7144,-100.9497,3.8176,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8176,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1369.7301,1369.7301,1369.7301 -18.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.0634,586.7144,-100.9497,3.8367,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8367,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1372.7494,1372.7494,1372.7494 -19.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,60.7951,586.7144,-100.9497,3.8199,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8199,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1370.0877,1370.0877,1370.0877 -20.5000,1.0000,0.0458,0.1650,0.3300,0.0917,0.0000,1,600.0000,60.9052,586.7144,-100.9497,3.8268,36.8644,-6.3429,0.0000,0.0000,-0.0858,0.0858,3.8268,0.0858,0.0081,0.0000,0.0777,0.0000,0.0777,0.0180,0.0597,0.0000,0.0597,0.0004,0.0593,0.0000,-0.0084,0.0305,0.0372,1371.1797,1371.1797,1371.1797 -21.5000,1.0000,0.4165,1.3345,2.3390,0.5581,0.0000,1,622.2222,146.0572,565.7603,-98.5662,9.5169,36.8644,-6.4225,0.8491,3.8581,1.5783,2.2798,4.8097,2.2798,0.0942,0.0000,2.1856,0.0000,2.1856,0.1554,2.0302,0.0000,2.0302,0.0184,2.0119,0.0000,-0.0679,0.2464,1.8333,2345.1288,2345.1288,2345.1288 -22.5000,1.0000,1.0732,2.3640,2.3890,0.0139,0.0000,1,644.4444,84.3861,546.2513,-96.1827,5.6949,36.8644,-6.4910,0.0000,0.8079,0.0085,0.7995,4.8870,0.7995,0.1435,0.0000,0.6559,0.0000,0.6559,0.2579,0.3980,0.0000,0.3980,0.0008,0.3972,0.0000,-0.1202,0.4366,0.0808,1671.6304,1671.6304,1671.6304 -23.5000,1.0000,1.9456,3.1405,3.8920,0.4175,0.0000,1,644.4444,148.2849,546.2513,-96.1827,10.0072,36.8644,-6.4910,0.0000,5.2720,1.0180,4.2541,4.7351,4.2541,0.2248,0.0000,4.0292,0.0000,4.0292,0.3490,3.6802,0.0000,3.6802,0.0323,3.6479,0.0000,-0.1597,0.5800,3.2276,2435.5463,2435.5463,2435.5463 -24.5000,1.0000,3.2883,4.8340,5.7760,0.5233,0.0000,1,746.3987,229.1197,483.9643,-85.2471,17.9086,37.8280,-6.6631,4.6733,8.3083,0.4052,7.9031,4.9270,7.9031,0.4098,0.0000,7.4933,0.0000,7.4933,0.5565,6.9368,0.0000,6.9368,0.0624,6.8744,0.0000,-0.2458,0.8927,6.2275,3834.4236,3834.4236,3834.4236 -25.5000,1.0000,4.8979,5.7945,5.8130,0.0103,0.0000,1,851.0702,81.0922,477.0849,-75.8461,7.2273,42.5196,-6.7597,0.1420,1.9961,0.0000,1.9961,5.0891,1.9961,0.4404,0.0000,1.5558,0.0000,1.5558,0.6322,0.9235,0.0000,0.9235,0.0015,0.9221,0.0000,-0.2946,1.0701,0.1466,2131.4723,2131.4723,2131.4723 -26.5000,1.0000,6.4654,5.6430,5.4730,-0.0944,0.0000,1,828.8186,49.8932,424.7354,-77.4372,4.3304,36.8644,-6.7211,-1.2709,0.4854,0.0000,0.4854,5.1159,0.4854,0.4396,0.0000,0.0458,0.0000,0.0458,0.6157,-0.5699,0.0000,-0.5699,-0.0131,-0.5568,0.0000,-0.2869,1.0421,-1.3119,1654.9346,1654.9346,1654.9346 -27.5000,1.0000,7.9300,5.2725,5.0720,-0.1114,0.0000,1,774.4012,47.2412,454.5817,-82.2436,3.8310,36.8644,-6.6696,-1.4005,0.2250,0.0000,0.2250,5.0065,0.2250,0.4043,0.0000,-0.1793,0.0000,-0.1793,0.5753,-0.7546,0.0000,-0.7546,-0.0145,-0.7401,0.0000,-0.2681,0.9737,-1.4457,1534.8824,1534.8824,1534.8824 -28.5000,1.0000,9.2769,4.8490,4.6260,-0.1239,0.0000,1,712.1994,47.4365,494.2838,-88.9153,3.5379,36.8644,-6.6314,-1.4325,0.0486,0.0000,0.0486,4.9218,0.0486,0.3642,0.0000,-0.3156,0.0000,-0.3156,0.5291,-0.8447,0.0000,-0.8447,-0.0148,-0.8299,0.0000,-0.2466,0.8955,-1.4788,1355.0442,1355.0442,1355.0442 -29.5000,1.0000,10.5646,4.6355,4.6450,0.0053,0.0000,1,680.8415,91.8337,517.0493,-92.2787,6.5475,36.8644,-6.5792,0.0583,1.5160,0.0000,1.5160,4.9732,1.5160,0.3291,0.0000,1.1869,0.0000,1.1869,0.5058,0.6812,0.0000,0.6812,0.0006,0.6806,0.0000,-0.2357,0.8561,0.0602,1882.3505,1882.3505,1882.3505 -30.5000,1.0000,11.8244,4.5355,4.4260,-0.0608,0.0000,1,666.1540,72.1023,528.4494,-93.8541,5.0298,36.8644,-6.5472,-0.6579,0.7432,0.0000,0.7432,4.9446,0.7432,0.3273,0.0000,0.4158,0.0000,0.4158,0.4949,-0.0790,0.0000,-0.0790,-0.0068,-0.0722,0.0000,-0.2306,0.8376,-0.6792,1563.9890,1563.9890,1563.9890 -31.5000,1.0000,13.1656,4.8280,5.2300,0.2233,0.0000,1,709.1150,156.7385,496.4337,-89.2461,11.6391,36.8644,-6.6273,2.5712,4.1888,0.0000,4.1888,4.8791,4.1888,0.3351,0.0000,3.8538,0.0000,3.8538,0.5268,3.3270,0.0000,3.3270,0.0266,3.3004,0.0000,-0.2455,0.8916,2.6543,2740.8466,2740.8466,2740.8466 -32.5000,1.0000,14.7229,5.6065,5.9830,0.2092,0.0000,1,823.4576,143.1348,478.1707,-77.8205,12.3428,41.2338,-6.7106,2.7964,4.6827,0.0000,4.6827,4.8637,4.6827,0.4050,0.0000,4.2777,0.0000,4.2777,0.6117,3.6660,0.0000,3.6660,0.0289,3.6371,0.0000,-0.2851,1.0354,2.8868,2978.5031,2978.5031,2978.5031 -33.5000,1.0000,16.3857,5.9860,5.9890,0.0017,0.0000,1,879.1969,75.9604,452.7405,-73.8349,6.9936,41.6835,-6.7979,0.0238,1.9403,0.0000,1.9403,5.0296,1.9403,0.4613,0.0000,1.4790,0.0000,1.4790,0.6531,0.8259,0.0000,0.8259,0.0002,0.8256,0.0000,-0.3044,1.1055,0.0246,2115.0449,2115.0449,2115.0449 -34.5000,1.0000,18.0233,5.8955,5.8020,-0.0519,0.0000,1,865.9047,59.5757,406.5443,-74.7853,5.4022,36.8644,-6.7813,-0.7303,1.1305,0.0000,1.1305,5.0019,1.1305,0.4597,0.0000,0.6708,0.0000,0.6708,0.6432,0.0276,0.0000,0.0276,-0.0076,0.0351,0.0000,-0.2998,1.0888,-0.7539,1800.2051,1800.2051,1800.2051 -35.5000,1.0000,19.6322,5.7920,5.7820,-0.0056,0.0000,1,850.7031,74.2714,413.8091,-75.8723,6.6165,36.8644,-6.7591,-0.0767,1.7694,0.0000,1.7694,4.9238,1.7694,0.4424,0.0000,1.3271,0.0000,1.3271,0.6320,0.6951,0.0000,0.6951,-0.0008,0.6959,0.0000,-0.2945,1.0696,-0.0792,2001.0293,2001.0293,2001.0293 -36.5000,1.0000,21.2472,5.8140,5.8460,0.0178,0.0000,1,853.9343,81.3430,412.2432,-75.6413,7.2740,36.8644,-6.7641,0.2465,2.1107,0.0000,2.1107,4.9168,2.1107,0.4413,0.0000,1.6694,0.0000,1.6694,0.6344,1.0350,0.0000,1.0350,0.0025,1.0325,0.0000,-0.2956,1.0737,0.2544,2144.6930,2144.6930,2144.6930 -37.5000,1.0000,22.9228,6.0320,6.2180,0.1033,0.0000,1,885.9532,106.2644,451.1816,-73.3517,9.8589,41.8592,-6.8053,1.4863,3.4661,0.0000,3.4661,4.9065,3.4661,0.4510,0.0000,3.0151,0.0000,3.0151,0.6581,2.3570,0.0000,2.3570,0.0154,2.3416,0.0000,-0.3067,1.1140,1.5344,2679.7188,2679.7188,2679.7188 -38.5000,1.0000,24.7068,6.4225,6.6270,0.1136,0.0000,1,943.3081,108.3279,489.6274,-69.8699,10.7010,48.3669,-6.9020,1.7400,3.8641,0.0000,3.8641,5.0969,3.8641,0.4896,0.0000,3.3744,0.0000,3.3744,0.7007,2.6737,0.0000,2.6737,0.0180,2.6557,0.0000,-0.3266,1.1861,1.7962,2874.7379,2874.7379,2874.7379 -39.5000,1.0000,26.5778,6.7355,6.8440,0.0603,0.0000,1,989.2801,90.9449,498.1417,-67.2400,9.4216,51.6061,-6.9659,0.9682,3.1774,0.0000,3.1774,5.2761,3.1774,0.5317,0.0000,2.6457,0.0000,2.6457,0.7349,1.9108,0.0000,1.9108,0.0100,1.9008,0.0000,-0.3425,1.2439,0.9994,2726.1902,2726.1902,2726.1902 -40.5000,1.0000,28.5218,6.9985,7.1530,0.0858,0.0000,1,1027.9084,98.7806,504.1998,-68.6246,10.6330,54.2732,-7.3869,1.4324,3.7499,0.0000,3.7499,5.4506,3.7499,0.5562,0.0000,3.1937,0.0000,3.1937,0.7636,2.4301,0.0000,2.4301,0.0148,2.4153,0.0000,-0.3559,1.2924,1.4787,2930.8187,2930.8187,2930.8187 -41.5000,1.0000,30.5406,7.2675,7.3820,0.0636,0.0000,1,1067.4179,79.7563,513.7141,-71.4528,8.9151,57.4228,-7.9870,1.1024,3.5051,0.0000,3.5051,4.3076,3.5051,0.5902,0.0000,2.9149,0.0000,2.9149,0.7929,2.1220,0.0000,2.1220,0.0114,2.1106,0.0000,-0.3695,1.3421,1.1380,2653.0691,2653.0691,2653.0691 -42.5000,1.0000,32.6031,7.4250,7.4680,0.0239,0.0000,1,1090.5508,67.2202,504.2071,-73.1087,7.6767,57.5816,-8.3492,0.4230,2.8602,0.0000,2.8602,4.3935,2.8602,0.6154,0.0000,2.2448,0.0000,2.2448,0.8101,1.4347,0.0000,1.4347,0.0044,1.4303,0.0000,-0.3776,1.3712,0.4366,2468.1446,2468.1446,2468.1446 -43.5000,1.0000,34.6757,7.4615,7.4550,-0.0036,0.0000,1,1095.9117,58.4927,495.2401,-73.4924,6.7128,56.8355,-8.4343,-0.0643,2.3704,0.0000,2.3704,4.4067,2.3704,0.6247,0.0000,1.7457,0.0000,1.7457,0.8141,0.9315,0.0000,0.9315,-0.0007,0.9322,0.0000,-0.3794,1.3780,-0.0663,2332.3658,2332.3658,2332.3658 -44.5000,1.0000,36.7428,7.4415,7.4280,-0.0075,0.0000,1,1092.9742,57.2348,489.7797,-73.2821,6.5509,56.0582,-8.3876,-0.1331,2.2921,0.0000,2.2921,4.3918,2.2921,0.6231,0.0000,1.6690,0.0000,1.6690,0.8119,0.8571,0.0000,0.8571,-0.0014,0.8585,0.0000,-0.3784,1.3743,-0.1374,2310.3650,2310.3650,2310.3650 -45.5000,1.0000,38.8010,7.4095,7.3910,-0.0103,0.0000,1,1088.2742,56.5302,487.4541,-72.9457,6.4424,55.5521,-8.3132,-0.1816,2.2305,0.0000,2.2305,4.3935,2.2305,0.6199,0.0000,1.6107,0.0000,1.6107,0.8084,0.8022,0.0000,0.8022,-0.0019,0.8041,0.0000,-0.3768,1.3684,-0.1875,2296.0420,2296.0420,2296.0420 -46.5000,1.0000,40.8528,7.3865,7.3820,-0.0025,0.0000,1,1084.8961,59.1562,487.5972,-72.7039,6.7207,55.3959,-8.2599,-0.0440,2.3643,0.0000,2.3643,4.4005,2.3643,0.6158,0.0000,1.7485,0.0000,1.7485,0.8059,0.9426,0.0000,0.9426,-0.0005,0.9430,0.0000,-0.3756,1.3641,-0.0455,2335.7402,2335.7402,2335.7402 -47.5000,1.0000,42.9071,7.3955,7.4090,0.0075,0.0000,1,1086.2180,61.8052,490.9255,-72.7985,7.0302,55.8420,-8.2807,0.1323,2.5495,0.0000,2.5495,4.3485,2.5495,0.6150,0.0000,1.9345,0.0000,1.9345,0.8069,1.1276,0.0000,1.1276,0.0014,1.1262,0.0000,-0.3761,1.3658,0.1365,2378.8838,2378.8838,2378.8838 -48.5000,1.0000,44.9547,7.3715,7.3340,-0.0208,0.0000,1,1082.6929,53.2240,486.2486,-72.5462,6.0345,55.1305,-8.2252,-0.3662,2.0263,0.0000,2.0263,4.3744,2.0263,0.6174,0.0000,1.4090,0.0000,1.4090,0.8043,0.6047,0.0000,0.6047,-0.0038,0.6085,0.0000,-0.3748,1.3613,-0.3780,2221.7013,2221.7013,2221.7013 -49.5000,1.0000,46.9894,7.3250,7.3160,-0.0050,0.0000,1,1075.8632,58.3131,483.2185,-72.0573,6.5698,54.4414,-8.1183,-0.0873,2.2975,0.0000,2.2975,4.3596,2.2975,0.6091,0.0000,1.6884,0.0000,1.6884,0.7992,0.8892,0.0000,0.8892,-0.0009,0.8901,0.0000,-0.3725,1.3527,-0.0902,2303.9760,2303.9760,2303.9760 -50.5000,1.0000,49.0206,7.3120,7.3080,-0.0022,0.0000,1,1073.9539,58.8784,485.5819,-71.9206,6.6217,54.6106,-8.0885,-0.0387,2.3430,0.0000,2.3430,4.3174,2.3430,0.6071,0.0000,1.7359,0.0000,1.7359,0.7978,0.9381,0.0000,0.9381,-0.0004,0.9385,0.0000,-0.3718,1.3503,-0.0400,2310.4619,2310.4619,2310.4619 -51.5000,1.0000,51.0408,7.2730,7.2380,-0.0194,0.0000,1,1068.2257,53.7028,481.3343,-71.5106,6.0074,53.8441,-7.9995,-0.3372,2.0209,0.0000,2.0209,4.3237,2.0209,0.6057,0.0000,1.4152,0.0000,1.4152,0.7935,0.6217,0.0000,0.6217,-0.0035,0.6252,0.0000,-0.3698,1.3431,-0.3481,2197.5767,2197.5767,2197.5767 -52.5000,1.0000,52.9194,6.7630,6.2880,-0.2639,0.0000,1,993.3192,-20.8326,404.2562,-67.0090,-2.1670,42.0508,-6.9703,-4.2558,-2.2057,0.0000,-2.2057,4.2945,-2.2057,0.5886,0.0000,-2.7943,0.0000,-2.7943,0.7379,-3.5322,0.0000,-3.5322,-0.0440,-3.4882,0.0000,-0.3439,1.2490,-4.3933,669.0728,669.0728,669.0728 -53.5000,1.0000,54.6232,6.1335,5.9790,-0.0858,0.0000,1,900.8610,35.8077,390.7691,-72.2980,3.3780,36.8644,-6.8204,-1.2554,0.6709,0.0000,0.6709,3.9625,0.6709,0.4899,0.0000,0.1811,0.0000,0.1811,0.6692,-0.4881,0.0000,-0.4881,-0.0130,-0.4751,0.0000,-0.3119,1.1327,-1.2960,1478.2542,1478.2542,1478.2542 -54.5000,1.0000,56.2435,5.8330,5.6870,-0.0811,0.0000,1,856.7249,38.1512,410.9004,-75.4417,3.4228,36.8644,-6.7683,-1.1282,0.6981,0.0000,0.6981,3.8529,0.6981,0.4574,0.0000,0.2407,0.0000,0.2407,0.6364,-0.3957,0.0000,-0.3957,-0.0117,-0.3841,0.0000,-0.2966,1.0772,-1.1647,1498.8083,1498.8083,1498.8083 -55.5000,1.0000,57.8371,5.7370,5.7870,0.0278,0.0000,1,842.6249,72.7261,417.7762,-76.4500,6.4173,36.8644,-6.7459,0.3800,2.2220,0.0000,2.2220,3.8153,2.2220,0.4321,0.0000,1.7899,0.0000,1.7899,0.6260,1.1640,0.0000,1.1640,0.0039,1.1601,0.0000,-0.2917,1.0595,0.3923,1977.2511,1977.2511,1977.2511 -56.5000,1.0000,59.4224,5.7070,5.6270,-0.0444,0.0000,1,838.2186,49.9908,419.9723,-76.7650,4.3881,36.8644,-6.7383,-0.6048,1.1950,0.0000,1.1950,3.7980,1.1950,0.4392,0.0000,0.7558,0.0000,0.7558,0.6227,0.1331,0.0000,0.1331,-0.0063,0.1394,0.0000,-0.2902,1.0539,-0.6244,1658.8814,1658.8814,1658.8814 -57.5000,1.0000,60.9322,5.4355,5.2440,-0.1064,0.0000,1,798.3419,32.0727,440.9497,-79.6758,2.6814,36.8644,-6.6611,-1.3790,0.3027,0.0000,0.3027,3.7576,0.3027,0.4201,0.0000,-0.1173,0.0000,-0.1173,0.5931,-0.7104,0.0000,-0.7104,-0.0143,-0.6961,0.0000,-0.2764,1.0038,-1.4235,1393.5483,1393.5483,1393.5483 -58.5000,1.0000,62.3318,5.0385,4.8330,-0.1142,0.0000,1,740.0323,35.6028,475.6936,-85.9300,2.7591,36.8644,-6.6592,-1.3717,0.1753,0.0000,0.1753,3.9555,0.1753,0.3815,0.0000,-0.2062,0.0000,-0.2062,0.5497,-0.7559,0.0000,-0.7559,-0.0142,-0.7417,0.0000,-0.2562,0.9305,-1.4160,1271.6546,1271.6546,1271.6546 -59.5000,1.0000,63.5126,4.2510,3.6690,-0.3233,0.0000,1,677.1469,9.9560,519.8704,-92.6750,0.7060,36.8644,-6.5716,-1.3599,-1.8644,0.1914,-2.0558,3.9303,-2.0558,0.3289,0.0000,-2.3847,0.0000,-2.3847,0.4638,-2.8485,0.0000,-2.8485,-0.0339,-2.8146,0.0000,-0.2162,0.7851,-3.3835,936.7386,936.7386,936.7386 -60.5000,1.0000,64.4635,3.4230,3.1770,-0.1367,0.0000,1,644.4444,57.3600,546.2513,-96.1827,3.8710,36.8644,-6.4910,0.0000,-0.0882,0.0068,-0.0950,3.9592,-0.0950,0.2366,0.0000,-0.3316,0.0000,-0.3316,0.3735,-0.7050,0.0000,-0.7050,-0.0115,-0.6935,0.0000,-0.1741,0.6321,-1.1516,1376.9002,1376.9002,1376.9002 -61.5000,1.0000,65.2910,2.9790,2.7810,-0.1100,0.0000,1,644.4444,57.4604,546.2513,-96.1827,3.8778,36.8644,-6.4910,0.0000,0.0999,-0.0071,0.1070,3.7779,0.1070,0.1981,0.0000,-0.0910,0.0000,-0.0910,0.3250,-0.4161,0.0000,-0.4161,-0.0081,-0.4080,0.0000,-0.1515,0.5501,-0.8067,1377.8959,1377.8959,1377.8959 -62.5000,1.0000,66.0639,2.7825,2.7840,0.0008,0.0000,1,644.4444,68.3126,546.2513,-96.1827,4.6101,36.8644,-6.4910,0.0000,0.8572,0.0005,0.8567,3.7530,0.8567,0.1750,0.0000,0.6817,0.0000,0.6817,0.3036,0.3781,0.0000,0.3781,0.0001,0.3781,0.0000,-0.1415,0.5139,0.0057,1485.5497,1485.5497,1485.5497 -63.5000,1.0000,66.8740,2.9165,3.0490,0.0736,0.0000,1,644.4444,76.5354,546.2513,-96.1827,5.1651,36.8644,-6.4910,0.0000,1.4868,0.0646,1.4222,3.6782,1.4222,0.1799,0.0000,1.2423,0.0000,1.2423,0.3182,0.9241,0.0000,0.9241,0.0053,0.9188,0.0000,-0.1483,0.5386,0.5285,1567.1203,1567.1203,1567.1203 -64.5000,1.0000,67.7031,2.9845,2.9200,-0.0358,0.0000,1,644.4444,65.8618,546.2513,-96.1827,4.4448,36.8644,-6.4910,0.0000,0.6381,-0.0141,0.6522,3.8066,0.6522,0.1931,0.0000,0.4591,0.0000,0.4591,0.3256,0.1335,0.0000,0.1335,-0.0026,0.1361,0.0000,-0.1518,0.5512,-0.2633,1461.2375,1461.2375,1461.2375 -65.5000,1.0000,68.6744,3.4970,4.0740,0.3206,0.0000,1,644.4444,121.6312,546.2513,-96.1827,8.2084,36.8644,-6.4910,0.0000,4.5148,0.6394,3.8754,3.6936,3.8754,0.2387,0.0000,3.6367,0.0000,3.6367,0.3816,3.2551,0.0000,3.2551,0.0276,3.2275,0.0000,-0.1778,0.6458,2.7595,2134.0929,2134.0929,2134.0929 -66.5000,1.0000,70.0569,4.9770,5.8800,0.5017,0.0000,1,754.0363,213.6341,482.7884,-84.4279,16.8691,38.1222,-6.6666,5.0748,8.1102,0.2478,7.8624,3.6841,7.8624,0.4196,0.0000,7.4428,0.0000,7.4428,0.5689,6.8739,0.0000,6.8739,0.0616,6.8123,0.0000,-0.2531,0.9191,6.1463,3654.2104,3654.2104,3654.2104 -67.5000,1.0000,71.8329,6.3935,6.9070,0.2853,0.0000,1,939.0487,150.4653,562.9277,-70.1135,14.7963,55.3566,-6.8948,4.3493,6.5976,0.0000,6.5976,3.8494,6.5976,0.5095,0.0000,6.0881,0.0000,6.0881,0.6976,5.3905,0.0000,5.3905,0.0450,5.3455,0.0000,-0.3251,1.1807,4.4899,3465.7664,3465.7664,3465.7664 -68.5000,1.0000,73.9839,7.7435,8.5800,0.4647,0.0000,1,1137.3306,204.6703,617.5711,-76.0119,24.3764,73.5533,-9.0531,8.5812,11.5937,0.0000,11.5937,4.2015,11.5937,0.7359,0.0000,10.8578,0.0000,10.8578,0.8743,9.9835,0.0000,9.9835,0.0887,9.8948,0.0000,-0.3938,1.4300,8.8585,5182.7327,5182.7327,5182.7327 -69.5000,1.0000,76.4307,8.8085,9.0370,0.1269,0.0000,1,1293.7531,97.8343,615.8440,-85.3106,13.2547,83.4355,-11.5580,2.6664,5.6818,0.0000,5.6818,4.9065,5.6818,0.7617,0.0000,4.9201,0.0000,4.9201,0.9611,3.9590,0.0000,3.9590,0.0276,3.9314,0.0000,-0.4479,1.6267,2.7526,3252.0285,3252.0285,3252.0285 -70.5000,1.0000,78.8921,8.8611,8.6853,-0.0977,0.0000,0,1193.2536,-37.4808,454.5371,-79.3478,-4.6835,56.7977,-9.9151,-9.8238,0.0000,0.0000,0.0000,5.1403,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9668,-0.9668,0.0000,-0.9668,-0.0213,-0.9455,0.0000,-0.4506,1.6364,-2.1313,725.9580,725.9580,725.9580 -71.5000,1.0000,81.7578,10.3166,11.9480,0.9063,0.0000,2,1028.3294,336.9658,401.4143,-68.6547,36.2866,43.2269,-7.3932,-1.9491,32.0396,0.0000,32.0396,6.1961,26.8346,0.8691,0.0000,25.9655,0.0000,25.9655,1.3374,24.6281,0.0000,24.6281,0.2305,24.3976,0.0000,-0.5246,1.9052,23.0170,7396.8589,7396.8589,7396.8589 -72.5000,1.0000,85.4113,13.1525,14.3570,0.6692,0.0000,2,1098.0221,347.3415,679.9230,-73.6435,39.9389,78.1807,-8.4679,6.7806,26.2320,0.0000,26.2320,6.9264,26.2320,1.0023,0.0000,25.2297,0.0000,25.2297,1.5869,23.6428,0.0000,23.6428,0.2170,23.4258,0.0000,-0.6688,2.4289,21.6657,8035.8519,8035.8519,8035.8519 -73.5000,1.0000,89.7630,15.6660,16.9750,0.7272,0.0000,2,1307.8589,375.2793,713.4581,-86.1472,51.3977,97.7143,-11.7986,8.7771,33.6457,0.0000,33.6457,8.9750,33.6457,1.2988,0.0000,32.3469,0.0000,32.3469,1.9246,30.4223,0.0000,30.4223,0.2809,30.1415,0.0000,-0.7966,2.8931,28.0449,10345.5800,10345.5800,10345.5800 -74.5000,1.0000,94.8924,18.4660,19.9570,0.8283,0.0000,2,1541.6139,424.3727,784.4171,-100.0107,68.5096,126.6343,-16.1455,11.7842,44.5446,0.0000,44.5446,12.1808,44.5446,1.7033,0.0000,42.8413,0.0000,42.8413,2.3393,40.5020,0.0000,40.5020,0.3771,40.1249,0.0000,-0.9390,3.4102,37.6537,13727.9946,13727.9946,13727.9946 -75.5000,1.0000,100.3872,19.7811,19.6053,-0.0977,0.0000,0,1534.6620,27.0067,668.8356,-99.5984,4.3402,107.4882,-16.0064,-12.3863,0.0000,0.0000,0.0000,16.7265,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,2.1583,-2.1581,0.0000,-2.1581,-0.0477,-2.1105,0.0000,-1.0059,3.6531,-4.7577,2729.6830,2729.6830,2729.6830 -76.5000,1.0000,105.9978,20.1981,20.7910,0.3294,0.0000,3,1223.5633,218.1281,400.0831,-81.1478,27.9490,51.2631,-10.3976,-13.5006,26.9265,0.0000,26.9265,14.5231,22.3174,0.8699,0.0000,21.4476,0.0000,21.4476,2.2038,19.2438,0.0000,19.2438,0.1640,19.0798,0.0000,-1.0271,3.7301,16.3767,5894.0724,5894.0724,5894.0724 -77.5000,1.0000,111.8058,20.9090,21.0270,0.0656,0.0000,3,1049.8157,153.2100,579.9301,-70.1927,16.8434,63.7554,-7.7167,0.3820,9.1160,0.0000,9.1160,7.3454,9.1160,0.6285,0.0000,8.4875,0.0000,8.4875,2.2813,6.2062,0.0000,6.2062,0.0338,6.1724,0.0000,-1.0632,3.8614,3.3742,3800.5587,3800.5587,3800.5587 -78.5000,1.0000,117.9115,21.9805,22.9340,0.5297,0.0000,3,1103.6144,416.9827,567.4324,-74.0007,48.1908,65.5783,-8.5523,3.2446,35.6210,0.0000,35.6210,9.3252,35.6210,1.1938,0.0000,34.4272,0.0000,34.4272,2.5360,31.8912,0.0000,31.8912,0.2871,31.6041,0.0000,-1.1177,4.0593,28.6626,9655.4259,9655.4259,9655.4259 -79.5000,1.0000,124.6593,24.2920,25.6500,0.7544,0.0000,3,1219.6720,540.2269,705.7918,-80.9170,68.9998,90.1464,-10.3350,5.1070,53.4575,0.0000,53.4575,10.4353,53.4575,1.6305,0.0000,51.8270,0.0000,51.8270,3.0094,48.8176,0.0000,48.8176,0.4518,48.3658,0.0000,-1.2352,4.4861,45.1149,13671.0665,13671.0665,13671.0665 -80.5000,1.0000,132.1119,26.8295,28.0090,0.6553,0.0000,3,1347.0768,490.7901,765.0594,-88.4731,69.2336,107.9235,-12.4805,4.8991,52.2250,0.0000,52.2250,12.1095,52.2250,1.7001,0.0000,50.5249,0.0000,50.5249,3.2230,47.3019,0.0000,47.3019,0.4335,46.8685,0.0000,-1.3643,4.9547,43.2780,13725.1247,13725.1247,13725.1247 -81.5000,1.0000,140.2319,29.2320,30.4550,0.6794,0.0000,3,1467.7035,510.4702,771.6533,-95.6272,78.4580,118.6012,-14.6977,5.5346,58.7586,0.0000,58.7586,14.1648,58.7586,1.9261,0.0000,56.8324,0.0000,56.8324,3.5383,53.2941,0.0000,53.2941,0.4897,52.8044,0.0000,-1.4864,5.3984,48.8924,15473.2347,15473.2347,15473.2347 -82.5000,1.0000,148.6428,30.2791,30.1033,-0.0977,0.0000,0,1439.1507,54.3414,712.0129,-93.9338,8.1897,107.3057,-14.1565,-7.9505,0.0000,0.0000,0.0000,16.1401,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.3037,-3.3037,0.0000,-3.3037,-0.0729,-3.2307,0.0000,-1.5397,5.5918,-7.2829,2963.7399,2963.7399,2963.7399 -83.5000,1.0000,157.1910,30.7734,31.4436,0.3723,0.0000,4,1184.9811,414.7165,414.7165,-78.8544,51.4626,51.4626,-9.7851,-11.9498,44.0403,0.0000,44.0403,19.3720,37.1288,1.1567,0.0000,35.9721,0.0000,35.9721,3.3671,32.6050,0.0000,32.6050,0.2825,32.3226,0.0000,-1.5648,5.6831,28.2043,10285.8413,10285.8413,10285.8413 -84.5000,1.0000,166.1945,32.4128,33.3820,0.5384,0.0000,4,1052.2335,700.0227,700.0227,-70.3658,77.1352,77.1352,-7.7536,2.0331,52.9882,0.0000,52.9882,22.1139,52.9882,1.5075,0.0000,51.4807,0.0000,51.4807,3.7503,47.7304,0.0000,47.7304,0.4303,47.3001,0.0000,-1.6482,5.9858,42.9624,15211.2558,15211.2558,15211.2558 -85.5000,1.0000,175.8136,34.6285,35.8751,0.6925,0.0000,4,1124.1648,802.5187,802.5187,-75.2265,94.4743,94.4743,-8.8558,2.7937,70.3705,0.0000,70.3705,21.3100,70.3705,1.9025,0.0000,68.4680,0.0000,68.4680,4.2087,64.2593,0.0000,64.2593,0.5913,63.6681,0.0000,-1.7608,6.3950,59.0339,18473.6329,18473.6329,18473.6329 -86.5000,1.0000,186.2146,37.4438,39.0125,0.8715,0.0000,4,1215.5580,852.4095,852.4095,-80.6730,108.5057,108.5057,-10.2691,3.8015,93.3762,0.0000,93.3762,11.3280,93.3762,2.4259,0.0000,90.9503,0.0000,90.9503,4.8046,86.1457,0.0000,86.1457,0.8045,85.3411,0.0000,-1.9040,6.9149,80.3302,21086.7047,21086.7047,21086.7047 -87.5000,1.0000,197.3557,40.1078,41.2030,0.6085,0.0000,4,1302.0392,622.8860,871.0281,-85.8020,84.9300,118.7640,-11.6990,2.8430,72.8703,0.0000,72.8703,9.2167,72.8703,2.0789,0.0000,70.7914,0.0000,70.7914,4.7470,66.0444,0.0000,66.0444,0.6017,65.4427,0.0000,-2.0395,7.4069,60.0753,16651.5738,16651.5738,16651.5738 -88.5000,1.0000,208.9205,41.6335,42.0640,0.2392,0.0000,4,1351.5703,325.5444,784.8548,-88.7396,46.0763,111.0853,-12.5599,1.1600,36.2555,0.0000,36.2555,8.6609,36.2555,1.3841,0.0000,34.8713,0.0000,34.8713,4.5425,30.3288,0.0000,30.3288,0.2455,30.0833,0.0000,-2.1170,7.6887,24.5117,9363.1086,9363.1086,9363.1086 -89.5000,1.0000,220.7283,42.5080,42.9520,0.2467,0.0000,4,1379.9596,328.6322,678.4310,-90.4233,47.4903,98.0394,-13.0670,1.2215,37.8341,0.0000,37.8341,8.4347,37.8341,1.4377,0.0000,36.3965,0.0000,36.3965,4.6380,31.7585,0.0000,31.7585,0.2585,31.5000,0.0000,-2.1615,7.8502,25.8113,9647.2111,9647.2111,9647.2111 -90.5000,1.0000,232.7697,43.3490,43.7460,0.2206,0.0000,4,1407.2615,307.7059,684.4358,-92.0425,45.3460,100.8640,-13.5641,1.1138,35.7191,0.0000,35.7191,8.5131,35.7191,1.4168,0.0000,34.3023,0.0000,34.3023,4.7297,29.5726,0.0000,29.5726,0.2357,29.3369,0.0000,-2.2043,8.0055,23.5357,9293.1710,9293.1710,9293.1710 -91.5000,1.0000,245.1094,44.4230,45.1000,0.3761,0.0000,4,1442.1273,426.7315,689.4137,-94.1104,64.4446,104.1147,-14.2125,1.9464,54.1668,0.0000,54.1668,8.3314,54.1668,1.8136,0.0000,52.3533,0.0000,52.3533,4.8669,47.4864,0.0000,47.4864,0.4119,47.0744,0.0000,-2.2589,8.2038,41.1295,12873.8738,12873.8738,12873.8738 -92.5000,1.0000,257.8453,45.8490,46.5980,0.4161,0.0000,4,1488.4203,457.1250,740.6883,-96.8559,71.2507,115.4489,-15.0966,2.2225,60.6439,0.0000,60.6439,8.3842,60.6439,1.9808,0.0000,58.6631,0.0000,58.6631,5.0926,53.5705,0.0000,53.5705,0.4704,53.1001,0.0000,-2.3314,8.4672,46.9644,14182.3878,14182.3878,14182.3878 -93.5000,1.0000,271.1036,47.7300,48.8620,0.6289,0.0000,4,1549.4842,624.7812,768.4731,-100.4775,101.3780,124.6937,-16.3036,3.4968,89.3104,0.0000,89.3104,8.5708,89.3104,2.6053,0.0000,86.7051,0.0000,86.7051,5.6860,81.0191,0.0000,81.0191,0.7401,80.2790,0.0000,-2.4271,8.8146,73.8915,19873.4835,19873.4835,19873.4835 -94.5000,1.0000,284.9340,49.7895,50.7170,0.5153,0.0000,4,1616.3428,533.9970,821.2317,-104.0555,90.3859,139.0042,-17.6127,2.9887,78.6171,0.0000,78.6171,8.7801,78.6171,2.4492,0.0000,76.1679,0.0000,76.1679,5.7172,70.4507,0.0000,70.4507,0.6325,69.8182,0.0000,-2.5318,9.1949,63.1551,17944.3381,17944.3381,17944.3381 -95.5000,1.0000,298.9732,50.5411,50.3653,-0.0977,0.0000,0,1645.7861,52.2333,787.4887,-105.1040,9.0022,135.7208,-18.1143,-0.0674,0.0000,0.0000,0.0000,9.0696,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.5144,-5.5144,0.0000,-5.5144,-0.1218,-5.3927,0.0000,-2.5700,9.3337,-12.1564,3487.9740,3487.9740,3487.9740 -96.5000,1.0000,313.1052,50.8751,51.3850,0.2833,0.0000,5,1386.1200,323.6190,413.2126,-90.7887,46.9746,59.9795,-13.1784,-22.0468,60.7692,0.0000,60.7692,8.2522,48.9240,0.7342,0.0000,48.1898,0.0000,48.1898,5.5509,42.6389,0.0000,42.6389,0.3553,42.2836,0.0000,-2.5870,9.3954,35.4753,9562.0434,9562.0434,9562.0434 -97.5000,1.0000,327.5894,52.1430,52.9010,0.4211,0.0000,5,1143.7471,632.1907,669.9132,-76.3947,75.7193,80.2375,-9.1500,1.1678,68.2237,0.0000,68.2237,6.3278,68.2237,0.8495,0.0000,67.3742,0.0000,67.3742,5.8015,61.5727,0.0000,61.5727,0.5414,61.0313,0.0000,-2.6515,9.6295,54.0533,14885.5352,14885.5352,14885.5352 -98.5000,1.0000,342.4838,53.6200,54.3390,0.3994,0.0000,5,1176.1448,606.3807,776.0103,-78.3273,74.6852,95.5778,-9.6472,1.1391,67.2169,0.0000,67.2169,6.3292,67.2169,0.8668,0.0000,66.3502,0.0000,66.3502,5.9219,60.4283,0.0000,60.4283,0.5281,59.9002,0.0000,-2.7266,9.9023,52.7245,14744.2284,14744.2284,14744.2284 -99.5000,1.0000,357.7874,55.0930,55.8470,0.4189,0.0000,5,1208.4548,627.0206,768.3115,-80.2517,79.3489,97.2291,-10.1558,1.2274,71.7892,0.0000,71.7892,6.3323,71.7892,0.9123,0.0000,70.8769,0.0000,70.8769,6.1251,64.7518,0.0000,64.7518,0.5690,64.1828,0.0000,-2.8015,10.1743,56.8100,15614.7934,15614.7934,15614.7934 -100.5000,1.0000,373.4080,56.2340,56.6210,0.2150,0.0000,5,1233.4824,399.5394,777.1215,-81.7361,51.6085,100.3808,-10.5578,0.6430,44.5153,0.0000,44.5153,6.4501,44.5153,0.7938,0.0000,43.7215,0.0000,43.7215,6.1356,37.5859,0.0000,37.5859,0.2981,37.2879,0.0000,-2.8595,10.3850,29.7623,10352.8049,10352.8049,10352.8049 -101.5000,1.0000,389.2777,57.1310,57.6410,0.2833,0.0000,5,1253.1580,474.4670,684.5388,-82.9030,62.2645,89.8323,-10.8794,0.8609,54.9858,0.0000,54.9858,6.4178,54.9858,0.8604,0.0000,54.1254,0.0000,54.1254,6.2334,47.8920,0.0000,47.8920,0.3991,47.4929,0.0000,-2.9051,10.5507,39.8473,12385.3503,12385.3503,12385.3503 -102.5000,1.0000,405.4412,58.1885,58.7360,0.3042,0.0000,5,1276.3540,498.1475,719.4981,-84.2787,66.5821,96.1677,-11.2646,0.9413,59.0390,0.0000,59.0390,6.6019,59.0390,0.8976,0.0000,58.1413,0.0000,58.1413,6.3488,51.7925,0.0000,51.7925,0.4364,51.3562,0.0000,-2.9589,10.7460,43.5690,13241.3890,13241.3890,13241.3890 -103.5000,1.0000,421.8914,59.2210,59.7060,0.2694,0.0000,5,1299.0017,459.3387,731.7450,-85.6219,62.4844,99.5401,-11.6472,0.8487,54.9544,0.0000,54.9544,6.6813,54.9544,0.8940,0.0000,54.0604,0.0000,54.0604,6.4615,47.5989,0.0000,47.5989,0.3934,47.2055,0.0000,-3.0114,10.9367,39.2802,12462.6884,12462.6884,12462.6884 -104.5000,1.0000,438.5970,60.1400,60.5740,0.2411,0.0000,5,1319.1598,427.7147,718.5183,-86.8174,59.0854,99.2576,-11.9931,0.7712,51.5548,0.0000,51.5548,6.7594,51.5548,0.8921,0.0000,50.6627,0.0000,50.6627,6.5617,44.1010,0.0000,44.1010,0.3575,43.7435,0.0000,-3.0581,11.1064,35.6952,11812.7228,11812.7228,11812.7228 -105.5000,1.0000,455.5202,60.9235,61.2730,0.1942,0.0000,5,1336.3458,375.6106,707.7869,-87.8367,52.5636,99.0490,-12.2920,0.6291,45.0846,0.0000,45.0846,6.8499,45.0846,0.8728,0.0000,44.2118,0.0000,44.2118,6.6472,37.5646,0.0000,37.5646,0.2916,37.2730,0.0000,-3.0979,11.2511,29.1198,10566.2876,10566.2876,10566.2876 -106.5000,1.0000,472.6287,61.5905,61.9080,0.1764,0.0000,5,1350.9763,356.1195,689.3561,-88.7044,50.3816,97.5259,-12.5494,0.5778,42.8463,0.0000,42.8463,6.9575,42.8463,0.8728,0.0000,41.9735,0.0000,41.9735,6.7200,35.2535,0.0000,35.2535,0.2678,34.9856,0.0000,-3.1319,11.3742,26.7433,10155.2747,10155.2747,10155.2747 -107.5000,1.0000,489.9441,62.3355,62.7630,0.2375,0.0000,5,1367.3177,423.7329,685.9120,-89.6736,60.6723,98.2124,-12.8399,0.7874,52.8882,0.0000,52.8882,6.9967,52.8882,0.9356,0.0000,51.9526,0.0000,51.9526,6.8013,45.1513,0.0000,45.1513,0.3650,44.7863,0.0000,-3.1697,11.5118,36.4442,12121.6292,12121.6292,12121.6292 -108.5000,1.0000,507.4692,63.0905,63.4180,0.1819,0.0000,5,1383.8785,362.0752,713.8739,-90.6557,52.4717,103.4542,-13.1378,0.6105,44.7751,0.0000,44.7751,7.0861,44.7751,0.9079,0.0000,43.8672,0.0000,43.8672,6.8837,36.9835,0.0000,36.9835,0.2830,36.7005,0.0000,-3.2081,11.6513,28.2574,10601.1471,10601.1471,10601.1471 -109.5000,1.0000,525.1446,63.6315,63.8450,0.1186,0.0000,5,1395.7452,291.2846,691.3472,-91.3595,42.5748,101.0488,-13.3533,0.4014,35.0923,0.0000,35.0923,7.0811,35.0923,0.8688,0.0000,34.2235,0.0000,34.2235,6.9427,27.2808,0.0000,27.2808,0.1861,27.0947,0.0000,-3.2356,11.7512,18.5792,8765.0791,8765.0791,8765.0791 -110.5000,1.0000,542.8508,63.7420,63.6390,-0.0572,0.0000,5,1398.1690,95.9535,661.2090,-91.5033,14.0491,96.8115,-13.3975,-0.1940,7.1486,0.0000,7.1486,7.0945,7.1486,0.7323,0.0000,6.4163,0.0000,6.4163,6.9548,-0.5384,0.0000,-0.5384,-0.0899,-0.4485,0.0000,-3.2413,11.7716,-8.9788,3583.9660,3583.9660,3583.9660 -111.5000,1.0000,560.4462,63.3435,63.0480,-0.1642,0.0000,5,1389.4280,-22.3758,580.3402,-90.9849,-3.2557,84.4398,-13.2383,-0.5531,-9.6995,0.0000,-9.6995,6.9969,-9.6995,0.7672,0.0000,-10.4667,0.0000,-10.4667,6.9113,-17.3780,0.0000,-17.3780,-0.2564,-17.1216,0.0000,-3.2210,11.6980,-25.5986,1432.6134,1432.6134,1432.6134 -112.5000,1.0000,577.8748,62.7430,62.4380,-0.1694,0.0000,5,1376.2562,-28.0350,529.0885,-90.2037,-4.0404,76.2529,-13.0003,-0.5654,-10.4326,0.0000,-10.4326,6.9576,-10.4326,0.7582,0.0000,-11.1908,0.0000,-11.1908,6.8458,-18.0366,0.0000,-18.0366,-0.2621,-17.7745,0.0000,-3.1905,11.5871,-26.1711,1287.3028,1287.3028,1287.3028 -113.5000,1.0000,595.1387,62.1500,61.8620,-0.1600,0.0000,5,1363.2488,-17.7388,522.9537,-89.4322,-2.5324,74.6564,-12.7673,-0.5289,-8.8819,0.0000,-8.8819,6.8784,-8.8819,0.7437,0.0000,-9.6257,0.0000,-9.6257,6.7811,-16.4067,0.0000,-16.4067,-0.2452,-16.1615,0.0000,-3.1603,11.4776,-24.4788,1479.0236,1479.0236,1479.0236 -114.5000,1.0000,612.2631,61.6480,61.4340,-0.1189,0.0000,5,1352.2375,27.8935,524.8755,-88.7792,3.9499,74.3255,-12.5717,-0.3898,-2.5276,0.0000,-2.5276,6.8673,-2.5276,0.7189,0.0000,-3.2465,0.0000,-3.2465,6.7263,-9.9728,0.0000,-9.9728,-0.1807,-9.7921,0.0000,-3.1348,11.3849,-18.0422,2270.6117,2270.6117,2270.6117 -115.5000,1.0000,629.2674,61.2155,60.9970,-0.1214,0.0000,5,1342.7507,25.1011,540.6948,-88.2165,3.5295,76.0285,-12.4044,-0.3952,-2.8920,0.0000,-2.8920,6.8168,-2.8920,0.7122,0.0000,-3.6043,0.0000,-3.6043,6.6791,-10.2834,0.0000,-10.2834,-0.1832,-10.1001,0.0000,-3.1128,11.3050,-18.2924,2200.8603,2200.8603,2200.8603 -116.5000,1.0000,646.1642,60.8285,60.6600,-0.0936,0.0000,5,1334.2619,55.5650,537.8264,-87.7131,7.7637,75.1470,-12.2556,-0.3028,1.3145,0.0000,1.3145,6.7521,1.3145,0.6949,0.0000,0.6196,0.0000,0.6196,6.6369,-6.0173,0.0000,-6.0173,-0.1404,-5.8769,0.0000,-3.0931,11.2335,-14.0173,2671.7802,2671.7802,2671.7802 -117.5000,1.0000,662.9589,60.4610,60.2620,-0.1106,0.0000,5,1326.2009,36.8691,547.7443,-87.2350,5.1204,76.0704,-12.1151,-0.3555,-1.2365,0.0000,-1.2365,6.7123,-1.2365,0.6948,0.0000,-1.9313,0.0000,-1.9313,6.5968,-8.5281,0.0000,-8.5281,-0.1648,-8.3633,0.0000,-3.0744,11.1657,-16.4545,2348.4024,2348.4024,2348.4024 -118.5000,1.0000,679.6042,59.9230,59.5840,-0.1883,0.0000,5,1314.4000,-48.6752,534.6096,-86.5351,-6.6998,73.5856,-11.9110,-0.6002,-12.7877,0.0000,-12.7877,6.6881,-12.7877,0.7143,0.0000,-13.5021,0.0000,-13.5021,6.5381,-20.0401,0.0000,-20.0401,-0.2782,-19.7619,0.0000,-3.0471,11.0663,-27.7811,709.3334,709.3334,709.3334 -119.5000,1.0000,696.0839,59.3270,59.0700,-0.1428,0.0000,5,1301.3268,1.8744,495.6895,-85.7598,0.2554,67.5499,-11.6869,-0.4505,-5.9611,0.0000,-5.9611,6.6670,-5.9611,0.6870,0.0000,-6.6481,0.0000,-6.6481,6.4730,-13.1211,0.0000,-13.1211,-0.2088,-12.9123,0.0000,-3.0168,10.9562,-20.8517,1717.7636,1717.7636,1717.7636 -120.5000,1.0000,712.4192,58.8070,58.5440,-0.1461,0.0000,5,1289.9207,-2.0612,513.9306,-85.0833,-0.2784,69.4218,-11.4931,-0.4570,-6.3981,0.0000,-6.3981,6.5766,-6.3981,0.6791,0.0000,-7.0772,0.0000,-7.0772,6.4163,-13.4935,0.0000,-13.4935,-0.2118,-13.2816,0.0000,-2.9903,10.8602,-21.1515,1621.8101,1621.8101,1621.8101 -121.5000,1.0000,728.5955,58.2345,57.9250,-0.1719,0.0000,5,1277.3630,-30.6465,507.9903,-84.3385,-4.0994,67.9514,-11.2816,-0.5325,-10.0702,0.0000,-10.0702,6.5033,-10.0702,0.6785,0.0000,-10.7487,0.0000,-10.7487,6.3538,-17.1025,0.0000,-17.1025,-0.2469,-16.8556,0.0000,-2.9612,10.7545,-24.6489,1018.6171,1018.6171,1018.6171 -122.5000,1.0000,744.6245,57.7045,57.4840,-0.1225,0.0000,5,1265.7376,23.8064,493.5565,-83.6490,3.1555,65.4198,-11.0875,-0.3760,-2.9054,0.0000,-2.9054,6.4368,-2.9054,0.6516,0.0000,-3.5570,0.0000,-3.5570,6.2960,-9.8530,0.0000,-9.8530,-0.1743,-9.6787,0.0000,-2.9343,10.6566,-17.4010,1989.6008,1989.6008,1989.6008 -123.5000,1.0000,760.5423,57.3040,57.1240,-0.1000,0.0000,5,1256.9527,48.9834,515.5957,-83.1280,6.4476,67.8667,-10.9420,-0.3048,0.3102,0.0000,0.3102,6.4421,0.3102,0.6368,0.0000,-0.3266,0.0000,-0.3266,6.2523,-6.5789,0.0000,-6.5789,-0.1413,-6.4376,0.0000,-2.9139,10.5826,-14.1063,2373.6680,2373.6680,2373.6680 -124.5000,1.0000,776.3803,57.0170,56.9100,-0.0594,0.0000,5,1250.6574,93.7109,526.0358,-82.7547,12.2732,68.8941,-10.8383,-0.1803,6.0420,0.0000,6.0420,6.4115,6.0420,0.6176,0.0000,5.4243,0.0000,5.4243,6.2210,-0.7967,0.0000,-0.7967,-0.0836,-0.7131,0.0000,-2.8993,10.5296,-8.3434,3082.3133,3082.3133,3082.3133 -125.5000,1.0000,792.1102,56.6275,56.3450,-0.1569,0.0000,5,1242.1138,-13.8118,541.2056,-82.2480,-1.7966,70.3967,-10.6983,-0.4727,-7.6947,0.0000,-7.6947,6.3708,-7.6947,0.6455,0.0000,-8.3401,0.0000,-8.3401,6.1785,-14.5187,0.0000,-14.5187,-0.2191,-14.2995,0.0000,-2.8795,10.4577,-21.8777,1288.2272,1288.2272,1288.2272 -126.5000,1.0000,807.6613,55.9840,55.6230,-0.2006,0.0000,5,1227.9987,-62.1580,488.3876,-81.4108,-7.9933,62.8046,-10.4691,-0.5972,-13.6661,0.0000,-13.6661,6.2700,-13.6661,0.6497,0.0000,-14.3158,0.0000,-14.3158,6.1083,-20.4241,0.0000,-20.4241,-0.2768,-20.1473,0.0000,-2.8468,10.3389,-27.6394,301.9125,301.9125,301.9125 -127.5000,1.0000,822.9752,55.1300,54.6370,-0.2739,0.0000,5,1209.2664,-80.2995,459.1373,-80.2999,-10.1687,58.1424,-10.1687,-0.8031,-15.5780,0.0000,-15.5780,6.2124,-15.5780,0.6404,0.0000,-16.2184,0.0000,-16.2184,6.0151,-22.2335,7.9309,-30.1644,-0.3723,-29.7921,0.0000,-2.8033,10.1811,-37.1699,0.0000,0.0000,0.0000 -128.5000,1.0000,838.0041,54.1040,53.5710,-0.2961,0.0000,5,1186.7613,-78.9599,443.0568,-78.9606,-9.8129,55.0619,-9.8130,-0.8521,-15.0253,0.0000,-15.0253,6.0645,-15.0253,0.6223,0.0000,-15.6476,0.0000,-15.6476,5.9032,-21.5508,11.0416,-32.5923,-0.3950,-32.1974,0.0000,-2.7512,9.9917,-39.4379,0.0000,0.0000,0.0000 -129.5000,1.0000,852.7221,52.9850,52.3990,-0.3256,0.0000,5,1162.2162,-77.4954,435.3349,-77.4964,-9.4317,52.9833,-9.4319,-0.9174,-14.4675,0.0000,-14.4675,5.9532,-14.4675,0.6029,0.0000,-15.0704,0.0000,-15.0704,5.7811,-20.8514,14.9458,-35.7972,-0.4253,-35.3719,0.0000,-2.6943,9.7850,-42.4627,0.0000,0.0000,0.0000 -130.5000,1.0000,867.0424,51.5530,50.7070,-0.4700,0.0000,5,1130.8056,-75.6210,422.5353,-75.6227,-8.9549,50.0356,-8.9551,-1.2887,-13.4851,0.0000,-13.4851,5.8189,-13.4851,0.5777,0.0000,-14.0628,0.0000,-14.0628,5.6248,-19.6877,32.8476,-52.5353,-0.5974,-51.9379,0.8089,-2.6215,9.5206,-59.6460,0.0000,0.0000,0.0000 -131.5000,1.0000,880.8664,49.7665,48.8260,-0.5225,0.0000,5,1091.6190,-73.1841,409.9642,-73.1851,-8.3660,46.8647,-8.3661,-1.3830,-12.6801,0.0000,-12.6801,5.6971,-12.6801,0.5480,0.0000,-13.2281,0.0000,-13.2281,5.4299,-18.6580,38.3967,-57.0547,-0.6411,-56.4136,0.9371,-2.5306,9.1906,-64.0107,0.0000,0.0000,0.0000 -132.5000,1.0000,894.2351,48.1270,47.4280,-0.3883,0.0000,5,1055.6569,-70.6092,404.4083,-70.6109,-7.8057,44.7066,-7.8059,-0.9940,-12.3832,0.0000,-12.3832,5.5715,-12.3832,0.5224,0.0000,-12.9056,0.0000,-12.9056,5.2510,-18.1566,20.9642,-39.1208,-0.4608,-38.6600,0.9062,-2.4472,8.8879,-46.0069,0.0000,0.0000,0.0000 -133.5000,1.0000,907.4855,47.7015,47.9750,0.1519,0.0000,5,1046.3236,330.6761,419.1718,-69.9428,36.2324,45.9290,-7.6637,0.3855,30.3545,0.0000,30.3545,5.4924,30.3545,0.5957,0.0000,29.7588,0.0000,29.7588,5.2046,24.5542,0.0000,24.5542,0.1787,24.3755,0.1497,-2.4256,8.8093,17.8421,7379.6905,7379.6905,7379.6905 -134.5000,1.0000,920.7848,47.8775,47.7800,-0.0542,0.0000,5,1050.1841,100.5373,611.9393,-70.2191,11.0566,67.2980,-7.7224,-0.1379,5.6578,0.0000,5.6578,5.5367,5.6578,0.4747,0.0000,5.1831,0.0000,5.1831,5.2238,-0.0407,0.0000,-0.0407,-0.0639,0.0232,0.0000,-2.4346,8.8418,-6.3840,2973.3117,2973.3117,2973.3117 -135.5000,1.0000,934.0542,47.7700,47.7600,-0.0056,0.0000,5,1047.8262,154.2843,499.9243,-70.0503,16.9293,54.8557,-7.6865,-0.0141,11.4472,0.0000,11.4472,5.4962,11.4472,0.5022,0.0000,10.9451,0.0000,10.9451,5.2121,5.7330,0.0000,5.7330,-0.0065,5.7396,0.0000,-2.4291,8.8219,-0.6533,3816.1329,3816.1329,3816.1329 -136.5000,1.0000,947.3444,47.8445,47.9290,0.0469,0.0000,5,1049.4603,212.3726,527.9486,-70.1673,23.3396,58.0211,-7.7113,0.1195,17.7421,0.0000,17.7421,5.4781,17.7421,0.5347,0.0000,17.2074,0.0000,17.2074,5.2202,11.9872,0.0000,11.9872,0.0554,11.9318,0.0000,-2.4329,8.8357,5.5290,4958.3065,4958.3065,4958.3065 -137.5000,1.0000,960.6984,48.0745,48.2200,0.0808,0.0000,5,1054.5053,249.9707,558.1284,-70.5284,27.6036,61.6327,-7.7883,0.2067,21.8995,0.0000,21.8995,5.4975,21.8995,0.5587,0.0000,21.3408,0.0000,21.3408,5.2453,16.0955,0.0000,16.0955,0.0958,15.9997,0.0000,-2.4446,8.8782,9.5661,5720.2058,5720.2058,5720.2058 -138.5000,1.0000,974.1721,48.5055,48.7910,0.1586,0.0000,5,1063.9592,336.3985,579.9543,-71.2052,37.4807,64.6171,-7.9335,0.4092,31.5251,0.0000,31.5251,5.5464,31.5251,0.6129,0.0000,30.9122,0.0000,30.9122,5.2923,25.6198,0.0000,25.6198,0.1897,25.4301,0.0000,-2.4665,8.9578,18.9389,7604.2835,7604.2835,7604.2835 -139.5000,1.0000,987.8298,49.1675,49.5440,0.2092,0.0000,5,1078.4801,392.1979,624.9867,-72.2446,44.2941,70.5848,-8.1592,0.5470,38.1699,0.0000,38.1699,5.5773,38.1699,0.6556,0.0000,37.5143,0.0000,37.5143,5.3646,32.1497,0.0000,32.1497,0.2536,31.8962,0.0000,-2.5001,9.0800,25.3163,8936.8332,8936.8332,8936.8332 -140.5000,1.0000,1001.7138,49.9825,50.4210,0.2436,0.0000,5,1096.3569,430.1271,654.9827,-73.5243,49.3830,75.1987,-8.4413,0.6476,43.1087,0.0000,43.1087,5.6267,43.1087,0.6921,0.0000,42.4166,0.0000,42.4166,5.4535,36.9631,0.0000,36.9631,0.3002,36.6629,0.0000,-2.5416,9.2305,29.9740,9856.9414,9856.9414,9856.9414 -141.5000,1.0000,1015.8487,50.8855,51.3500,0.2581,0.0000,5,1116.1641,445.9462,675.8751,-74.7493,52.1242,78.9993,-8.7370,0.6984,45.7288,0.0000,45.7288,5.6970,45.7288,0.7184,0.0000,45.0104,0.0000,45.0104,5.5520,39.4584,0.0000,39.4584,0.3237,39.1346,0.0000,-2.5875,9.3973,32.3248,10343.0441,10343.0441,10343.0441 -142.5000,1.0000,1030.3046,52.0415,52.7330,0.3842,0.0000,5,1141.5207,586.1526,689.0266,-76.2619,70.0685,82.3661,-9.1163,1.0633,63.2129,0.0000,63.2129,5.7923,63.2129,0.8229,0.0000,62.3900,0.0000,62.3900,5.7174,56.6725,0.0000,56.6725,0.4929,56.1796,0.0000,-2.6463,9.6108,49.2151,13868.7725,13868.7725,13868.7725 -143.5000,1.0000,1045.2211,53.6993,54.6656,0.5368,0.0000,5,1177.8844,757.9663,757.9663,-78.4310,93.4934,93.4934,-9.6743,1.5332,86.0334,0.0000,86.0334,5.9268,86.0334,0.9621,0.0000,85.0714,0.0000,85.0714,6.2100,78.8614,0.0000,78.8614,0.7107,78.1506,0.0000,-2.7306,9.9169,70.9643,18231.3770,18231.3770,18231.3770 -144.5000,1.0000,1060.6712,55.6203,56.5750,0.5304,0.0000,5,1220.0212,766.4164,833.8731,-80.9377,97.9176,106.5359,-10.3406,1.5690,88.2117,0.0000,88.2117,8.1370,88.2117,1.0026,0.0000,87.2090,0.0000,87.2090,6.4185,80.7905,0.0000,80.7905,0.7273,80.0631,0.0000,-2.8283,10.2717,72.6197,19049.4567,19049.4567,19049.4567 -145.5000,1.0000,1076.5356,57.1120,57.6490,0.2983,0.0000,5,1252.7412,505.0509,837.5475,-82.8783,66.2560,109.8751,-10.8725,0.9062,57.1081,0.0000,57.1081,8.2417,57.1081,0.8707,0.0000,56.2374,0.0000,56.2374,6.2314,50.0060,0.0000,50.0060,0.4201,49.5859,0.0000,-2.9041,10.5472,41.9429,13167.8276,13167.8276,13167.8276 -146.5000,1.0000,1092.6813,58.1245,58.6000,0.2642,0.0000,5,1274.9502,466.3614,731.4024,-84.1954,62.2651,97.6513,-11.2411,0.8166,53.1640,0.0000,53.1640,8.2845,53.1640,0.8672,0.0000,52.2968,0.0000,52.2968,6.3418,45.9549,0.0000,45.9549,0.3786,45.5763,0.0000,-2.9556,10.7342,37.7978,12398.2805,12398.2805,12398.2805 -147.5000,1.0000,1109.0566,58.9510,59.3020,0.1950,0.0000,5,1293.0793,389.5966,716.9117,-85.2706,52.7556,97.0777,-11.5466,0.6114,43.7360,0.0000,43.7360,8.4082,43.7360,0.8335,0.0000,42.9025,0.0000,42.9025,6.4320,36.4705,0.0000,36.4705,0.2834,36.1871,0.0000,-2.9976,10.8868,28.2980,10601.3660,10601.3660,10601.3660 -148.5000,1.0000,1125.5672,59.4380,59.5740,0.0756,0.0000,5,1303.7616,256.9934,685.0753,-85.9042,35.0872,93.5331,-11.7285,0.2388,26.3598,0.0000,26.3598,8.4886,26.3598,0.7546,0.0000,25.6052,0.0000,25.6052,6.4852,19.1201,0.0000,19.1201,0.1107,19.0094,0.0000,-3.0224,10.9767,11.0550,7292.9684,7292.9684,7292.9684 -149.5000,1.0000,1142.1481,59.6915,59.8090,0.0653,0.0000,5,1309.3221,245.2073,631.2793,-86.2340,33.6208,86.5559,-11.8237,0.2072,24.9407,0.0000,24.9407,8.4729,24.9407,0.7516,0.0000,24.1891,0.0000,24.1891,6.5128,17.6763,0.0000,17.6763,0.0961,17.5802,0.0000,-3.0353,11.0235,9.5920,7020.1862,7020.1862,7020.1862 -150.5000,1.0000,1158.7666,59.8265,59.8440,0.0097,0.0000,5,1312.2833,183.7221,625.8689,-86.4096,25.2474,86.0081,-11.8746,0.0309,16.6926,0.0000,16.6926,8.5239,16.6926,0.7126,0.0000,15.9800,0.0000,15.9800,6.5275,9.4525,0.0000,9.4525,0.0143,9.4381,0.0000,-3.0422,11.0485,1.4318,5460.7932,5460.7932,5460.7932 -151.5000,1.0000,1175.3583,59.7300,59.6160,-0.0633,0.0000,5,1310.1666,87.4011,598.2610,-86.2840,11.9915,82.0816,-11.8382,-0.2012,5.7695,0.0000,5.7695,6.4231,5.7695,0.6646,0.0000,5.1049,0.0000,5.1049,6.5170,-1.4121,0.0000,-1.4121,-0.0933,-1.3188,0.0000,-3.0372,11.0307,-9.3122,3124.4809,3124.4809,3124.4809 -152.5000,1.0000,1191.9001,59.5505,59.4850,-0.0364,0.0000,5,1306.2293,117.5076,557.5714,-86.0505,16.0736,76.2691,-11.7707,-0.1152,9.7524,0.0000,9.7524,6.4365,9.7524,0.6734,0.0000,9.0790,0.0000,9.0790,6.4974,2.5816,0.0000,2.5816,-0.0534,2.6350,0.0000,-3.0281,10.9975,-5.3344,3766.5439,3766.5439,3766.5439 -153.5000,1.0000,1208.4022,59.4075,59.3300,-0.0431,0.0000,5,1303.0926,110.0510,569.2596,-85.8645,15.0175,77.6809,-11.7170,-0.1360,8.7385,0.0000,8.7385,6.4151,8.7385,0.6660,0.0000,8.0725,0.0000,8.0725,6.4818,1.5907,0.0000,1.5907,-0.0631,1.6537,0.0000,-3.0208,10.9711,-6.2965,3566.9609,3566.9609,3566.9609 -154.5000,1.0000,1224.8308,59.1430,58.9560,-0.1039,0.0000,5,1297.2908,43.0756,563.1834,-85.5204,5.8519,76.5096,-11.6181,-0.3268,-0.2394,0.0000,-0.2394,6.4181,-0.2394,0.6695,0.0000,-0.9089,0.0000,-0.9089,6.4530,-7.3619,0.0000,-7.3619,-0.1515,-7.2104,0.0000,-3.0074,10.9222,-15.1252,2374.4888,2374.4888,2374.4888 -155.5000,1.0000,1241.1519,58.7560,58.5560,-0.1111,0.0000,5,1288.8020,35.0298,532.2338,-85.0170,4.7277,71.8319,-11.4741,-0.3472,-1.2925,0.0000,-1.2925,6.3675,-1.2925,0.6655,0.0000,-1.9580,0.0000,-1.9580,6.4107,-8.3688,0.0000,-8.3688,-0.1610,-8.2078,0.0000,-2.9877,10.8508,-16.0709,2224.0192,2224.0192,2224.0192 -156.5000,1.0000,1257.3499,58.3130,58.0700,-0.1350,0.0000,5,1279.0849,8.8453,525.5262,-84.4406,1.1848,70.3918,-11.3104,-0.4187,-4.7403,0.0000,-4.7403,6.3437,-4.7403,0.6665,0.0000,-5.4068,0.0000,-5.4068,6.3624,-11.7692,0.0000,-11.7692,-0.1941,-11.5751,0.0000,-2.9652,10.7690,-19.3789,1779.7856,1779.7856,1779.7856 -157.5000,1.0000,1273.3881,57.7375,57.4050,-0.1847,0.0000,5,1266.4614,-46.1422,509.3839,-83.6920,-6.1195,67.5563,-11.0995,-0.5672,-11.8168,0.0000,-11.8168,6.2645,-11.8168,0.6744,0.0000,-12.4912,0.0000,-12.4912,6.2996,-18.7909,0.0000,-18.7909,-0.2630,-18.5279,0.0000,-2.9359,10.6627,-26.2547,682.8617,682.8617,682.8617 -158.5000,1.0000,1289.1915,56.8920,56.3790,-0.2850,0.0000,5,1247.9155,-82.5916,477.0961,-82.5921,-10.7932,62.3476,-10.7932,-0.8623,-16.1374,0.0000,-16.1374,6.2065,-16.1374,0.6710,0.0000,-16.8084,0.0000,-16.8084,6.2074,-23.0157,9.6844,-32.7002,-0.3998,-32.3004,0.0000,-2.8929,10.5065,-39.9140,0.0000,0.0000,0.0000 -159.5000,1.0000,1304.7248,55.9200,55.4610,-0.2550,0.0000,5,1226.5949,-81.3274,455.2433,-81.3276,-10.4464,58.4754,-10.4464,-0.7584,-15.7987,0.0000,-15.7987,6.1107,-15.7987,0.6540,0.0000,-16.4526,0.0000,-16.4526,6.1013,-22.5539,5.4165,-27.9704,-0.3516,-27.6189,0.0000,-2.8435,10.3270,-35.1024,0.0000,0.0000,0.0000 -160.5000,1.0000,1319.9837,54.9320,54.4030,-0.2939,0.0000,5,1204.9233,-80.0417,448.3115,-80.0423,-10.0996,56.5676,-10.0997,-0.8586,-15.2760,0.0000,-15.2760,6.0350,-15.2760,0.6364,0.0000,-15.9124,0.0000,-15.9124,5.9935,-21.9059,10.8817,-32.7876,-0.3980,-32.3896,0.0000,-2.7933,10.1446,-39.7409,0.0000,0.0000,0.0000 -161.5000,1.0000,1334.8612,53.5590,52.7150,-0.4689,0.0000,5,1174.8068,-78.2458,434.4512,-78.2475,-9.6262,53.4486,-9.6264,-1.3356,-14.2006,0.0000,-14.2006,5.9101,-14.2006,0.6114,0.0000,-14.8120,0.0000,-14.8120,5.8437,-20.6558,34.0473,-54.7031,-0.6192,-54.0839,0.5689,-2.7235,9.8910,-61.8204,0.0000,0.0000,0.0000 -162.5000,1.0000,1349.1980,51.6125,50.5100,-0.6125,0.0000,5,1132.1107,-75.6986,418.2628,-75.7005,-8.9744,49.5869,-8.9746,-1.6813,-13.1141,0.0000,-13.1141,5.8210,-13.1141,0.5777,0.0000,-13.6918,0.0000,-13.6918,5.6313,-19.3231,48.6810,-68.0042,-0.7794,-67.2248,3.6880,-2.6245,9.5315,-77.8198,0.0000,0.0000,0.0000 -163.5000,1.0000,1362.9658,49.5640,48.6180,-0.5256,0.0000,5,1087.1772,-72.8652,408.3080,-72.8672,-8.2956,46.4854,-8.2959,-1.3854,-12.5286,0.0000,-12.5286,5.6184,-12.5286,0.5445,0.0000,-13.0731,0.0000,-13.0731,5.4078,-18.4810,29.7449,-48.2259,-0.6422,-47.5837,9.9068,-2.5203,9.1529,-64.1231,0.0000,0.0000,0.0000 -164.5000,1.0000,1376.1630,47.5100,46.4020,-0.6156,0.0000,5,1042.1231,-69.6412,394.0135,-69.6421,-7.6000,42.9990,-7.6001,-1.5554,-11.5355,0.0000,-11.5355,5.4909,-11.5355,0.5110,0.0000,-12.0465,0.0000,-12.0465,5.1837,-17.2303,38.5734,-55.8036,-0.7210,-55.0826,10.5513,-2.4159,8.7736,-71.9916,0.0000,0.0000,0.0000 -165.5000,1.0000,1388.7969,45.4820,44.5620,-0.5111,0.0000,5,997.6393,-66.7600,381.2697,-66.7619,-6.9746,39.8322,-6.9748,-1.2363,-11.0696,0.0000,-11.0696,5.3313,-11.0696,0.4801,0.0000,-11.5496,0.0000,-11.5496,4.9624,-16.5121,28.3591,-44.8712,-0.5731,-44.2981,6.8402,-2.3127,8.3992,-57.2248,0.0000,0.0000,0.0000 -166.5000,1.0000,1401.0349,44.0570,43.5520,-0.2806,0.0000,5,966.3822,-68.5498,376.4364,-68.5499,-6.9372,38.0951,-6.9372,-0.6574,-11.4687,0.0000,-11.4687,5.1889,-11.4687,0.4606,0.0000,-11.9294,0.0000,-11.9294,4.8070,-16.7363,5.2281,-21.9645,-0.3047,-21.6597,2.8716,-2.2403,8.1362,-30.4273,0.0000,0.0000,0.0000 -167.5000,1.0000,1413.0845,43.3785,43.2050,-0.0964,0.0000,5,951.4994,58.3630,375.5897,-69.4013,5.8153,37.4241,-6.9152,-0.2224,0.9288,0.0000,0.9288,5.1089,0.9288,0.4201,0.0000,0.5088,0.0000,0.5088,4.7329,-4.2241,0.0000,-4.2241,-0.1031,-4.1211,0.3665,-2.2058,8.0109,-10.2927,1987.9653,1987.9653,1987.9653 -168.5000,1.0000,1425.0197,42.9665,42.7280,-0.1325,0.0000,5,942.4623,15.1220,436.8209,-69.9183,1.4925,43.1118,-6.9005,-0.3028,-3.2919,0.0000,-3.2919,5.0872,-3.2919,0.4248,0.0000,-3.7168,0.0000,-3.7168,4.6880,-8.4048,0.0000,-8.4048,-0.1404,-8.2644,0.0000,-2.1848,7.9348,-14.0144,1201.1284,1201.1284,1201.1284 -169.5000,1.0000,1436.8595,42.6235,42.5190,-0.0581,0.0000,5,934.9386,96.9389,413.3533,-70.3486,9.4909,40.4700,-6.8876,-0.1316,4.6025,0.0000,4.6025,5.0200,4.6025,0.4003,0.0000,4.2022,0.0000,4.2022,4.6506,-0.4484,0.0000,-0.4484,-0.0610,-0.3874,0.0000,-2.1674,7.8715,-6.0915,2682.4125,2682.4125,2682.4125 -170.5000,1.0000,1448.6054,42.2850,42.0510,-0.1300,0.0000,5,927.5137,17.8338,450.6730,-70.7734,1.7322,43.7734,-6.8741,-0.2924,-2.9804,0.0000,-2.9804,5.0050,-2.9804,0.4146,0.0000,-3.3950,0.0000,-3.3950,4.6136,-8.0086,0.0000,-8.0086,-0.1355,-7.8731,0.0000,-2.1502,7.8090,-13.5319,1234.8484,1234.8484,1234.8484 -171.5000,1.0000,1460.2593,41.9540,41.8570,-0.0539,0.0000,5,920.2533,101.6299,408.4118,-71.1887,9.7939,39.3581,-6.8604,-0.1202,4.9620,0.0000,4.9620,4.9521,4.9620,0.3912,0.0000,4.5708,0.0000,4.5708,4.5775,-0.0067,0.0000,-0.0067,-0.0557,0.0491,0.0000,-2.1333,7.7479,-5.5655,2719.6448,2719.6448,2719.6448 -172.5000,1.0000,1471.9143,41.9580,42.0590,0.0561,0.0000,5,920.3410,223.7034,455.9797,-71.1837,21.5601,43.9464,-6.8605,0.1252,16.4955,0.0000,16.4955,4.9393,16.4955,0.4489,0.0000,16.0466,0.0000,16.0466,4.5779,11.4686,0.0000,11.4686,0.0580,11.4106,0.0000,-2.1335,7.7486,5.7955,4561.4810,4561.4810,4561.4810 -173.5000,1.0000,1483.6198,42.1400,42.2210,0.0450,0.0000,5,924.3331,211.3424,520.5055,-70.9553,20.4571,50.3828,-6.8682,0.1009,15.3978,0.0000,15.3978,4.9584,15.3978,0.4458,0.0000,14.9520,0.0000,14.9520,4.5978,10.3542,0.0000,10.3542,0.0468,10.3075,0.0000,-2.1428,7.7822,4.6681,4371.4018,4371.4018,4371.4018 -174.5000,1.0000,1495.3529,42.2390,42.2570,0.0100,0.0000,5,926.5047,172.3177,514.0126,-70.8311,16.7188,49.8712,-6.8723,0.0225,11.7403,0.0000,11.7403,4.9561,11.7403,0.4288,0.0000,11.3115,0.0000,11.3115,4.6086,6.7029,0.0000,6.7029,0.0104,6.6924,0.0000,-2.1478,7.8005,1.0398,3755.7561,3755.7561,3755.7561 -175.5000,1.0000,1507.1466,42.4575,42.6580,0.1114,0.0000,5,931.2974,284.7941,498.8159,-70.5569,27.7746,48.6471,-6.8811,0.2515,22.5586,0.0000,22.5586,4.9645,22.5586,0.4857,0.0000,22.0729,0.0000,22.0729,4.6324,17.4404,0.0000,17.4404,0.1166,17.3238,0.0000,-2.1589,7.8409,11.6419,5779.6173,5779.6173,5779.6173 -176.5000,1.0000,1519.0712,42.9285,43.1990,0.1503,0.0000,5,941.6287,327.4936,561.4135,-69.9659,32.2932,55.3594,-6.8991,0.3431,26.9825,0.0000,26.9825,4.9676,26.9825,0.5140,0.0000,26.4685,0.0000,26.4685,4.6838,21.7847,0.0000,21.7847,0.1591,21.6256,0.0000,-2.1829,7.9278,15.8807,6571.1399,6571.1399,6571.1399 -177.5000,1.0000,1531.2026,43.6730,44.1470,0.2633,0.0000,5,957.9592,452.8142,592.2394,-69.0318,45.4251,59.4118,-6.9251,0.6117,39.7916,0.0000,39.7916,5.0218,39.7916,0.5879,0.0000,39.2037,0.0000,39.2037,4.7651,34.4386,0.0000,34.4386,0.2835,34.1551,0.0000,-2.2208,8.0653,28.3105,9129.0193,9129.0193,9129.0193 -178.5000,1.0000,1543.5641,44.5015,44.8560,0.1969,0.0000,5,976.1322,378.7700,659.4754,-67.9922,38.7180,67.4118,-6.9502,0.4661,33.1676,0.0000,33.1676,5.0842,33.1676,0.5658,0.0000,32.6018,0.0000,32.6018,4.8555,27.7464,0.0000,27.7464,0.2161,27.5303,0.0000,-2.2629,8.2183,21.5748,7880.8772,7880.8772,7880.8772 -179.5000,1.0000,1556.1173,45.1915,45.5270,0.1864,0.0000,5,991.2672,366.9967,628.6733,-67.1264,38.0962,65.2596,-6.9681,0.4480,32.4930,0.0000,32.4930,5.1552,32.4930,0.5717,0.0000,31.9213,0.0000,31.9213,4.9307,26.9905,0.0000,26.9905,0.2077,26.7829,0.0000,-2.2980,8.3458,20.7351,7762.8401,7762.8401,7762.8401 -180.5000,1.0000,1568.8876,45.9730,46.4190,0.2478,0.0000,5,1008.4093,434.8818,627.2547,-67.2288,45.9237,66.2383,-7.0994,0.6058,40.1108,0.0000,40.1108,5.2071,40.1108,0.6205,0.0000,39.4903,0.0000,39.4903,5.0160,34.4743,0.0000,34.4743,0.2808,34.1934,0.0000,-2.3377,8.4901,28.0411,9256.2147,9256.2147,9256.2147 -181.5000,1.0000,1581.9340,46.9670,47.5150,0.3044,0.0000,5,1030.2125,497.3422,664.5686,-68.7895,53.6551,71.6960,-7.4213,0.7605,47.6332,0.0000,47.6332,5.2614,47.6332,0.6718,0.0000,46.9614,0.0000,46.9614,5.1245,41.8369,0.0000,41.8369,0.3525,41.4844,0.0000,-2.3883,8.6736,35.1990,10714.5862,10714.5862,10714.5862 -182.5000,1.0000,1595.2776,48.0370,48.5590,0.2900,0.0000,5,1053.6828,481.1612,697.6658,-70.4696,53.0920,76.9814,-7.7757,0.7409,46.9897,0.0000,46.9897,5.3614,46.9897,0.6836,0.0000,46.3061,0.0000,46.3061,5.2412,41.0649,0.0000,41.0649,0.3435,40.7214,0.0000,-2.4427,8.8712,34.2928,10561.1401,10561.1401,10561.1401 -183.5000,1.0000,1608.8930,49.0155,49.4720,0.2536,0.0000,5,1075.1460,440.4432,692.9677,-72.0060,49.5891,78.0206,-8.1071,0.6611,43.4947,0.0000,43.4947,5.4332,43.4947,0.6801,0.0000,42.8147,0.0000,42.8147,5.3480,37.4667,0.0000,37.4667,0.3065,37.1602,0.0000,-2.4924,9.0520,30.6007,9892.6042,9892.6042,9892.6042 -184.5000,1.0000,1622.7856,50.0135,50.5550,0.3008,0.0000,5,1097.0369,492.9824,678.3068,-73.5730,56.6345,77.9249,-8.4522,0.8002,50.2869,0.0000,50.2869,5.5474,50.2869,0.7284,0.0000,49.5585,0.0000,49.5585,5.4569,44.1016,0.0000,44.1016,0.3709,43.7307,0.0000,-2.5432,9.2363,37.0376,11287.9294,11287.9294,11287.9294 -185.5000,1.0000,1636.8909,50.7790,51.0030,0.1244,0.0000,5,1113.8280,296.3991,702.3841,-74.6099,34.5719,81.9259,-8.7025,0.3361,28.6790,0.0000,28.6790,5.5569,28.6790,0.6316,0.0000,28.0474,0.0000,28.0474,5.5404,22.5070,0.0000,22.5070,0.1558,22.3512,0.0000,-2.5821,9.3776,15.5557,7087.1401,7087.1401,7087.1401 -186.5000,1.0000,1651.0786,51.0755,51.1480,0.0403,0.0000,5,1120.3317,203.1001,611.0004,-74.9979,23.8279,71.6831,-8.7988,0.1094,18.1059,0.0000,18.1059,5.6126,18.1059,0.5831,0.0000,17.5228,0.0000,17.5228,5.5727,11.9501,0.0000,11.9501,0.0507,11.8994,0.0000,-2.5972,9.4324,5.0642,5079.0598,5079.0598,5079.0598 -187.5000,1.0000,1665.3043,51.2125,51.2770,0.0358,0.0000,5,1123.3368,197.9545,567.8943,-75.1772,23.2865,66.8046,-8.8435,0.0976,17.5864,0.0000,17.5864,5.6025,17.5864,0.5825,0.0000,17.0039,0.0000,17.0039,5.5877,11.4162,0.0000,11.4162,0.0452,11.3710,0.0000,-2.6041,9.4577,4.5174,4983.9160,4983.9160,4983.9160 -188.5000,1.0000,1679.5111,51.1445,51.0120,-0.0736,0.0000,5,1121.8452,76.9538,562.7793,-75.0882,9.0405,66.1149,-8.8213,-0.2002,3.5928,0.0000,3.5928,5.6479,3.5928,0.5286,0.0000,3.0642,0.0000,3.0642,5.5803,-2.5161,0.0000,-2.5161,-0.0928,-2.4232,0.0000,-2.6007,9.4451,-9.2677,2643.9917,2643.9917,2643.9917 -189.5000,1.0000,1693.6587,50.9315,50.8510,-0.0447,0.0000,5,1117.1731,109.0082,504.9961,-74.8095,12.7529,59.0795,-8.7520,-0.1211,7.2363,0.0000,7.2363,5.6377,7.2363,0.5266,0.0000,6.7097,0.0000,6.7097,5.5570,1.1527,0.0000,1.1527,-0.0562,1.2088,0.0000,-2.5898,9.4058,-5.6071,3150.2675,3150.2675,3150.2675 -190.5000,1.0000,1707.7476,50.7200,50.5890,-0.0728,0.0000,5,1112.5339,78.1790,518.4709,-74.5327,9.1082,60.4041,-8.6834,-0.1963,3.6657,0.0000,3.6657,5.6388,3.6657,0.5218,0.0000,3.1439,0.0000,3.1439,5.5340,-2.3901,0.0000,-2.3901,-0.0910,-2.2991,0.0000,-2.5791,9.3667,-9.0867,2657.4457,2657.4457,2657.4457 -191.5000,1.0000,1721.7659,50.4660,50.3430,-0.0683,0.0000,5,1106.9624,82.8413,502.4913,-74.2004,9.6030,58.2492,-8.6014,-0.1834,4.2023,0.0000,4.2023,5.5841,4.2023,0.5166,0.0000,3.6858,0.0000,3.6858,5.5062,-1.8205,0.0000,-1.8205,-0.0850,-1.7354,0.0000,-2.5662,9.3198,-8.4891,2728.2071,2728.2071,2728.2071 -192.5000,1.0000,1735.6819,50.0975,49.8520,-0.1364,0.0000,5,1098.8794,7.9788,500.9548,-73.7049,0.9182,57.6471,-8.4815,-0.3634,-4.2859,0.0000,-4.2859,5.5675,-4.2859,0.5321,0.0000,-4.8180,0.0000,-4.8180,5.4660,-10.2841,0.0000,-10.2841,-0.1685,-10.1156,0.0000,-2.5474,9.2518,-16.8199,1387.5897,1387.5897,1387.5897 -193.5000,1.0000,1749.3805,49.3150,48.7780,-0.2983,0.0000,5,1081.7154,-72.4756,455.4410,-72.4762,-8.2098,51.5910,-8.2099,-0.7825,-12.9259,0.0000,-12.9259,5.4985,-12.9259,0.5417,0.0000,-13.4676,0.0000,-13.4676,5.3807,-18.8482,11.1317,-29.9799,-0.3627,-29.6172,0.0000,-2.5076,9.1073,-36.2168,0.0000,0.0000,0.0000 -194.5000,1.0000,1762.6606,47.8085,46.8390,-0.5386,0.0000,5,1048.6706,-70.1100,398.6527,-70.1108,-7.6992,43.7787,-7.6993,-1.3695,-11.7695,0.0000,-11.7695,5.4398,-11.7695,0.5161,0.0000,-12.2856,0.0000,-12.2856,5.2163,-17.5019,40.1234,-57.6252,-0.6349,-56.9904,0.0000,-2.4310,8.8290,-63.3884,0.0000,0.0000,0.0000 -195.5000,1.0000,1775.4626,46.0870,45.3350,-0.4178,0.0000,5,1010.9099,-67.4057,391.1319,-67.4078,-7.1357,41.4061,-7.1359,-1.0240,-11.5673,0.0000,-11.5673,5.4556,-11.5673,0.4901,0.0000,-12.0574,0.0000,-12.0574,5.0285,-17.0858,23.8174,-40.9033,-0.4747,-40.4286,0.8011,-2.3435,8.5111,-47.3972,0.0000,0.0000,0.0000 -196.5000,1.0000,1787.8051,44.4330,43.5310,-0.5011,0.0000,5,974.6297,-68.0769,372.0257,-68.0781,-6.9481,37.9701,-6.9483,-1.1842,-10.9574,0.0000,-10.9574,5.1934,-10.9574,0.4647,0.0000,-11.4221,0.0000,-11.4221,4.8480,-16.2701,32.2106,-48.4806,-0.5490,-47.9317,0.9332,-2.2594,8.2057,-54.8111,0.0000,0.0000,0.0000 -197.5000,1.0000,1799.7554,43.0210,42.5110,-0.2833,0.0000,5,943.6577,-69.8495,373.0470,-69.8499,-6.9025,36.8644,-6.9025,-0.6483,-11.2941,0.0000,-11.2941,5.0399,-11.2941,0.4456,0.0000,-11.7397,0.0000,-11.7397,4.6939,-16.4336,7.2120,-23.6456,-0.3005,-23.3451,0.9035,-2.1876,7.9449,-30.0060,0.0000,0.0000,0.0000 -198.5000,1.0000,1811.5122,42.3245,42.1380,-0.1036,0.0000,5,928.3801,48.1367,379.1859,-70.7238,4.6798,36.8644,-6.8758,-0.2332,-0.0601,0.0000,-0.0601,4.9732,-0.0601,0.4078,0.0000,-0.4679,0.0000,-0.4679,4.6179,-5.0859,0.0000,-5.0859,-0.1081,-4.9778,0.1533,-2.1522,7.8163,-10.7951,1723.2660,1723.2660,1723.2660 -199.5000,1.0000,1823.2226,42.1575,42.1770,0.0108,0.0000,5,924.7170,173.2502,428.4702,-70.9334,16.7769,41.4914,-6.8689,0.0243,11.8051,0.0000,11.8051,4.9475,11.8051,0.4281,0.0000,11.3770,0.0000,11.3770,4.5997,6.7773,0.0000,6.7773,0.0113,6.7660,0.0000,-2.1437,7.7854,1.1243,3762.8078,3762.8078,3762.8078 -200.5000,1.0000,1835.0187,42.4660,42.7550,0.1606,0.0000,5,931.4839,339.3479,500.8417,-70.5463,33.1016,48.8545,-6.8814,0.3626,27.7805,0.0000,27.7805,4.9585,27.7805,0.5119,0.0000,27.2685,0.0000,27.2685,4.6334,22.6352,0.0000,22.6352,0.1681,22.4671,0.0000,-2.1594,7.8424,16.7840,6723.0270,6723.0270,6723.0270 -201.5000,1.0000,1846.9763,43.0475,43.3400,0.1625,0.0000,5,944.2390,341.2160,590.2548,-69.8166,33.7396,58.3647,-6.9035,0.3720,28.3726,0.0000,28.3726,4.9950,28.3726,0.5225,0.0000,27.8500,0.0000,27.8500,4.6968,23.1532,0.0000,23.1532,0.1725,22.9808,0.0000,-2.1889,7.9498,17.2199,6863.0085,6863.0085,6863.0085 -202.5000,1.0000,1859.1690,43.8935,44.4470,0.3075,0.0000,5,962.7958,501.6805,602.0966,-68.7551,50.5813,60.7056,-6.9321,0.7178,44.8377,0.0000,44.8377,5.0257,44.8377,0.6160,0.0000,44.2217,0.0000,44.2217,4.7891,39.4326,0.0000,39.4326,0.3328,39.0998,0.0000,-2.2320,8.1060,33.2257,10130.9326,10130.9326,10130.9326 -203.5000,1.0000,1871.7172,45.1735,45.9000,0.4036,0.0000,5,990.8724,608.2424,691.7845,-67.1490,63.1136,71.7823,-6.9676,0.9697,57.0678,0.0000,57.0678,5.0761,57.0678,0.6944,0.0000,56.3735,0.0000,56.3735,4.9962,51.3773,0.0000,51.3773,0.4495,50.9278,0.0000,-2.2971,8.3424,44.8824,12538.5552,12538.5552,12538.5552 -204.5000,1.0000,1884.7238,46.8240,47.7480,0.5133,0.0000,5,1027.0758,731.4036,748.5048,-68.5650,78.6662,80.5055,-7.3745,1.2784,72.1942,0.0000,72.1942,5.1937,72.1942,0.7927,0.0000,71.4015,0.0000,71.4015,5.3732,66.0283,0.0000,66.0283,0.5926,65.4357,0.0000,-2.3810,8.6472,59.1694,15513.3118,15513.3118,15513.3118 -205.5000,1.0000,1898.2238,48.6000,49.4520,0.4733,0.0000,5,1066.0321,685.9328,809.4071,-71.3536,76.5738,90.3579,-7.9655,1.2235,70.0094,0.0000,70.0094,5.3410,70.0094,0.8067,0.0000,69.2027,0.0000,69.2027,5.5034,63.6993,0.0000,63.6993,0.5672,63.1321,0.0000,-2.4713,8.9752,56.6282,15074.1345,15074.1345,15074.1345 -206.5000,1.0000,1912.2186,50.3810,51.3100,0.5161,0.0000,5,1105.0980,733.5507,793.2050,-74.0892,84.8906,91.7941,-8.5740,1.3829,78.0514,0.0000,78.0514,5.4563,78.0514,0.8726,0.0000,77.1788,0.0000,77.1788,5.7867,71.3921,0.0000,71.3921,0.6411,70.7510,0.0000,-2.5619,9.3041,64.0087,16597.7568,16597.7568,16597.7568 -207.5000,1.0000,1926.6597,51.9880,52.6660,0.3767,0.0000,5,1140.3472,576.0316,816.3600,-76.1919,68.7879,97.4872,-9.0986,1.0415,62.1585,0.0000,62.1585,5.5879,62.1585,0.8169,0.0000,61.3416,0.0000,61.3416,5.6968,55.6448,0.0000,55.6448,0.4828,55.1620,0.0000,-2.6436,9.6009,48.2047,13612.0002,13612.0002,13612.0002 -208.5000,1.0000,1941.5345,53.5495,54.4330,0.4908,0.0000,5,1174.5984,704.3495,752.5682,-78.2350,86.6376,92.5686,-9.6232,1.3979,79.5432,0.0000,79.5432,5.6965,79.5432,0.9273,0.0000,78.6159,0.0000,78.6159,6.0994,72.5165,0.0000,72.5165,0.6480,71.8684,0.0000,-2.7230,9.8893,64.7022,16931.5240,16931.5240,16931.5240 -209.5000,1.0000,1956.9068,55.3400,56.2470,0.5039,0.0000,5,1213.8727,719.0590,810.8944,-80.5730,91.4042,103.0780,-10.2422,1.4831,84.0456,0.0000,84.0456,5.8755,84.0456,0.9774,0.0000,83.0682,0.0000,83.0682,6.3307,76.7375,0.0000,76.7375,0.6875,76.0500,0.0000,-2.8140,10.2199,68.6441,17832.4054,17832.4054,17832.4054 -210.5000,1.0000,1972.7162,56.9140,57.5810,0.3706,0.0000,5,1248.3981,568.7360,818.2059,-82.6207,74.3520,106.9656,-10.8012,1.1217,67.1940,0.0000,67.1940,6.0363,67.1940,0.9180,0.0000,66.2760,0.0000,66.2760,6.2234,60.0526,0.0000,60.0526,0.5200,59.5326,0.0000,-2.8941,10.5106,51.9161,14670.0089,14670.0089,14670.0089 -211.5000,1.0000,1988.8841,58.2045,58.8280,0.3464,0.0000,5,1276.7050,556.7015,758.7718,-84.2995,74.4289,101.4449,-11.2705,1.0723,65.1962,0.0000,65.1962,8.1604,65.1962,0.9287,0.0000,64.2675,0.0000,64.2675,6.3506,57.9170,0.0000,57.9170,0.4971,57.4199,0.0000,-2.9597,10.7489,49.6306,14691.4142,14691.4142,14691.4142 -212.5000,1.0000,2005.3872,59.4110,59.9940,0.3239,0.0000,5,1303.1693,531.9413,756.7301,-85.8690,72.5927,103.2691,-11.7183,1.0234,63.2145,0.0000,63.2145,8.3548,63.2145,0.9384,0.0000,62.2761,0.0000,62.2761,6.4822,55.7939,0.0000,55.7939,0.4744,55.3195,0.0000,-3.0210,10.9717,47.3688,14365.2541,14365.2541,14365.2541 -213.5000,1.0000,2022.1802,60.4550,60.9160,0.2561,0.0000,5,1326.0693,456.3658,748.7061,-87.2272,63.3735,103.9696,-12.1129,0.8235,54.0928,0.0000,54.0928,8.4573,54.0928,0.9100,0.0000,53.1828,0.0000,53.1828,6.5961,46.5866,0.0000,46.5866,0.3817,46.2049,0.0000,-3.0741,11.1645,38.1145,12618.8697,12618.8697,12618.8697 -214.5000,1.0000,2039.1355,61.0390,61.1620,0.0683,0.0000,5,1338.8792,247.6332,717.5586,-87.9869,34.7199,100.6068,-12.3364,0.2218,25.9781,0.0000,25.9781,8.5200,25.9781,0.7792,0.0000,25.1989,0.0000,25.1989,6.6598,18.5390,0.0000,18.5390,0.1028,18.4362,0.0000,-3.1038,11.2724,10.2676,7222.4718,7222.4718,7222.4718 -215.5000,1.0000,2056.1204,61.1455,61.1290,-0.0092,0.0000,5,1341.2153,161.3353,632.6809,-88.1255,22.6598,88.8611,-12.3774,-0.0298,14.1827,0.0000,14.1827,8.5069,14.1827,0.7220,0.0000,13.4607,0.0000,13.4607,6.6715,6.7893,0.0000,6.7893,-0.0138,6.8031,0.0000,-3.1092,11.2921,-1.3798,5001.8906,5001.8906,5001.8906 -216.5000,1.0000,2073.0562,60.9690,60.8090,-0.0889,0.0000,5,1337.3438,73.0432,594.8714,-87.8959,10.2294,83.3095,-12.3095,-0.2882,2.0324,0.0000,2.0324,8.4852,2.0324,0.6956,0.0000,1.3369,0.0000,1.3369,6.6522,-5.3153,0.0000,-5.3153,-0.1336,-5.1817,0.0000,-3.1003,11.2595,-13.3409,2972.8423,2972.8423,2972.8423 -217.5000,1.0000,2089.9026,60.6470,60.4850,-0.0900,0.0000,5,1330.2808,71.2538,556.6540,-87.4770,9.9261,77.5456,-12.1861,-0.2903,1.8526,0.0000,1.8526,8.3638,1.8526,0.6904,0.0000,1.1623,0.0000,1.1623,6.6171,-5.4548,0.0000,-5.4548,-0.1346,-5.3202,0.0000,-3.0839,11.2000,-13.4363,2916.8336,2916.8336,2916.8336 -218.5000,1.0000,2106.7580,60.6795,60.8740,0.1081,0.0000,5,1330.9937,276.7840,561.1839,-87.5192,38.5785,78.2186,-12.1985,0.3487,31.8458,0.0000,31.8458,6.3840,31.8458,0.8025,0.0000,31.0433,0.0000,31.0433,6.6206,24.4227,0.0000,24.4227,0.1617,24.2610,0.0000,-3.0855,11.2060,16.1406,7939.6982,7939.6982,7939.6982 -219.5000,1.0000,2123.7406,61.1375,61.4010,0.1464,0.0000,5,1341.0398,319.4269,647.5949,-88.1151,44.8582,90.9439,-12.3743,0.4760,37.9452,0.0000,37.9452,6.4370,37.9452,0.8407,0.0000,37.1046,0.0000,37.1046,6.6706,30.4340,0.0000,30.4340,0.2207,30.2133,0.0000,-3.1088,11.2906,22.0315,9136.6395,9136.6395,9136.6395 -220.5000,1.0000,2140.8663,61.6525,61.9040,0.1397,0.0000,5,1352.3362,312.2259,666.7252,-88.7850,44.2163,94.4192,-12.5734,0.4581,37.2410,0.0000,37.2410,6.5171,37.2410,0.8458,0.0000,36.3952,0.0000,36.3952,6.7268,29.6684,0.0000,29.6684,0.2124,29.4560,0.0000,-3.1350,11.3857,21.2053,9027.3730,9027.3730,9027.3730 -221.5000,1.0000,2158.1249,62.1310,62.3580,0.1261,0.0000,5,1362.8320,296.8281,665.7191,-89.4075,42.3620,95.0084,-12.7598,0.4167,35.4198,0.0000,35.4198,6.5254,35.4198,0.8448,0.0000,34.5751,0.0000,34.5751,6.7790,27.7961,0.0000,27.7961,0.1932,27.6029,0.0000,-3.1593,11.4741,19.2882,8697.7075,8697.7075,8697.7075 -222.5000,1.0000,2175.4943,62.5295,62.7010,0.0953,0.0000,5,1371.5731,262.3491,660.8612,-89.9259,37.6814,94.9200,-12.9161,0.3169,30.8318,0.0000,30.8318,6.5327,30.8318,0.8286,0.0000,30.0032,0.0000,30.0032,6.8225,23.1807,0.0000,23.1807,0.1469,23.0339,0.0000,-3.1796,11.5477,14.6658,7815.5056,7815.5056,7815.5056 -223.5000,1.0000,2192.9563,62.8635,63.0260,0.0903,0.0000,5,1378.8993,256.9812,648.8935,-90.3604,37.1076,93.6989,-13.0479,0.3018,30.2132,0.0000,30.2132,6.5926,30.2132,0.8312,0.0000,29.3820,0.0000,29.3820,6.8589,22.5231,0.0000,22.5231,0.1399,22.3831,0.0000,-3.1966,11.6093,13.9704,7717.7684,7717.7684,7717.7684 -224.5000,1.0000,2210.4881,63.1145,63.2030,0.0492,0.0000,5,1384.4049,210.9981,647.1543,-90.6870,30.5894,93.8209,-13.1473,0.1650,23.8517,0.0000,23.8517,6.5726,23.8517,0.8037,0.0000,23.0480,0.0000,23.0480,6.8863,16.1617,0.0000,16.1617,0.0765,16.0852,0.0000,-3.2093,11.6557,7.6389,6509.0094,6509.0094,6509.0094 -225.5000,1.0000,2228.0711,63.2985,63.3940,0.0531,0.0000,5,1388.4409,215.4360,630.3399,-90.9263,31.3238,91.6497,-13.2204,0.1786,24.5375,0.0000,24.5375,6.6076,24.5375,0.8103,0.0000,23.7272,0.0000,23.7272,6.9064,16.8209,0.0000,16.8209,0.0828,16.7381,0.0000,-3.2187,11.6897,8.2671,6648.1864,6648.1864,6648.1864 -226.5000,1.0000,2245.7154,63.5195,63.6450,0.0697,0.0000,5,1393.2885,234.1051,633.6067,-91.2138,34.1571,92.4463,-13.3085,0.2355,27.2700,0.0000,27.2700,6.6515,27.2700,0.8278,0.0000,26.4422,0.0000,26.4422,6.9305,19.5118,0.0000,19.5118,0.1092,19.4026,0.0000,-3.2299,11.7305,10.9020,7189.4817,7189.4817,7189.4817 -227.5000,1.0000,2263.4318,63.7790,63.9130,0.0744,0.0000,5,1398.9806,239.3203,642.2488,-91.5514,35.0606,94.0900,-13.4124,0.2525,28.1356,0.0000,28.1356,6.6725,28.1356,0.8366,0.0000,27.2991,0.0000,27.2991,6.9588,20.3403,0.0000,20.3403,0.1171,20.2232,0.0000,-3.2431,11.7784,11.6880,7369.4951,7369.4951,7369.4951 -228.5000,1.0000,2281.2170,64.0270,64.1410,0.0633,0.0000,5,1404.4205,227.1315,645.2790,-91.8740,33.4044,94.9015,-13.5120,0.2157,26.4690,0.0000,26.4690,6.7197,26.4690,0.8325,0.0000,25.6364,0.0000,25.6364,6.9859,18.6506,0.0000,18.6506,0.1000,18.5506,0.0000,-3.2557,11.8242,9.9822,7065.4926,7065.4926,7065.4926 -229.5000,1.0000,2299.0736,64.2835,64.4260,0.0792,0.0000,5,1410.0467,244.7431,642.3434,-92.2077,36.1387,94.8483,-13.6154,0.2707,29.1200,0.0000,29.1200,6.7480,29.1200,0.8502,0.0000,28.2698,0.0000,28.2698,7.0138,21.2559,0.0000,21.2559,0.1255,21.1305,0.0000,-3.2688,11.8716,12.5277,7573.2738,7573.2738,7573.2738 -230.5000,1.0000,2316.9137,64.2245,64.0230,-0.1119,0.0000,5,1408.7526,32.6323,644.4935,-92.1310,4.8141,95.0784,-13.5916,-0.3824,-1.5106,0.0000,-1.5106,6.7071,-1.5106,0.7627,0.0000,-2.2733,0.0000,-2.2733,7.0074,-9.2807,0.0000,-9.2807,-0.1773,-9.1035,0.0000,-3.2658,11.8607,-17.6983,2522.9032,2522.9032,2522.9032 -231.5000,1.0000,2334.6422,63.8225,63.6220,-0.1114,0.0000,5,1399.9348,33.5219,559.8997,-91.6080,4.9143,82.0818,-13.4298,-0.3781,-1.4158,0.0000,-1.4158,6.7082,-1.4158,0.7551,0.0000,-2.1709,0.0000,-2.1709,6.9635,-9.1345,0.0000,-9.1345,-0.1753,-8.9592,0.0000,-3.2453,11.7864,-17.5003,2518.3374,2518.3374,2518.3374 -232.5000,1.0000,2352.2549,63.4060,63.1900,-0.1200,0.0000,5,1390.7989,23.6955,557.2375,-91.0662,3.4511,81.1584,-13.2633,-0.4047,-2.7633,0.0000,-2.7633,6.6191,-2.7633,0.7510,0.0000,-3.5143,0.0000,-3.5143,6.9181,-10.4324,0.0000,-10.4324,-0.1876,-10.2448,0.0000,-3.2242,11.7095,-18.7301,2316.9126,2316.9126,2316.9126 -233.5000,1.0000,2369.7344,62.9260,62.6620,-0.1467,0.0000,5,1380.2702,-5.9473,549.4286,-90.4417,-0.8596,79.4153,-13.0726,-0.4908,-6.9071,0.0000,-6.9071,6.5383,-6.9071,0.7527,0.0000,-7.6598,0.0000,-7.6598,6.8657,-14.5255,0.0000,-14.5255,-0.2275,-14.2980,0.0000,-3.1998,11.6209,-22.7191,1768.2555,1768.2555,1768.2555 -234.5000,1.0000,2387.0681,62.4015,62.1410,-0.1447,0.0000,5,1368.7654,-3.5183,534.0568,-89.7594,-0.5043,76.5500,-12.8658,-0.4803,-6.5519,0.0000,-6.5519,6.5279,-6.5519,0.7424,0.0000,-7.2943,0.0000,-7.2943,6.8085,-14.1028,0.0000,-14.1028,-0.2227,-13.8801,0.0000,-3.1731,11.5240,-22.2310,1788.9566,1788.9566,1788.9566 -235.5000,1.0000,2404.2641,61.9055,61.6700,-0.1308,0.0000,5,1357.8857,11.9634,532.0831,-89.1142,1.7012,75.6609,-12.6718,-0.4308,-4.3704,0.0000,-4.3704,6.5023,-4.3704,0.7281,0.0000,-5.0985,0.0000,-5.0985,6.7544,-11.8529,0.0000,-11.8529,-0.1997,-11.6532,0.0000,-3.1479,11.4324,-19.9378,2027.4911,2027.4911,2027.4911 -236.5000,1.0000,2421.3105,61.3670,61.0640,-0.1683,0.0000,5,1346.0738,-29.5402,533.8479,-88.4136,-4.1640,75.2515,-12.4628,-0.5494,-10.0431,0.0000,-10.0431,6.4285,-10.0431,0.7328,0.0000,-10.7759,0.0000,-10.7759,6.6956,-17.4715,0.0000,-17.4715,-0.2547,-17.2168,0.0000,-3.1205,11.3330,-25.4293,1189.1860,1189.1860,1189.1860 -237.5000,1.0000,2438.1940,60.7805,60.4970,-0.1575,0.0000,5,1333.2091,-17.0411,513.0719,-87.6506,-2.3792,71.6317,-12.2372,-0.5091,-8.3176,0.0000,-8.3176,6.4476,-8.3176,0.7181,0.0000,-9.0358,0.0000,-9.0358,6.6316,-15.6674,0.0000,-15.6674,-0.2360,-15.4314,0.0000,-3.0907,11.2247,-23.5654,1415.7242,1415.7242,1415.7242 -238.5000,1.0000,2454.9145,60.1940,59.8910,-0.1683,0.0000,5,1320.3443,-29.2108,514.1199,-86.8877,-4.0389,71.0854,-12.0136,-0.5389,-9.8582,0.0000,-9.8582,6.3582,-9.8582,0.7117,0.0000,-10.5699,0.0000,-10.5699,6.5676,-17.1375,0.0000,-17.1375,-0.2498,-16.8877,0.0000,-3.0608,11.1163,-24.9432,1129.3955,1129.3955,1129.3955 -239.5000,1.0000,2471.4836,59.6485,59.4060,-0.1347,0.0000,5,1308.3789,8.1227,506.3322,-86.1780,1.1129,69.3742,-11.8075,-0.4274,-4.7998,0.0000,-4.7998,6.3401,-4.7998,0.6896,0.0000,-5.4894,0.0000,-5.4894,6.5081,-11.9975,0.0000,-11.9975,-0.1981,-11.7994,0.0000,-3.0331,11.0156,-19.7819,1837.1267,1837.1267,1837.1267 -240.5000,1.0000,2487.9154,59.1545,58.9030,-0.1397,0.0000,5,1297.5431,2.5390,518.9420,-85.5354,0.3450,70.5130,-11.6224,-0.4396,-5.4965,0.0000,-5.4965,6.2811,-5.4965,0.6828,0.0000,-6.1793,0.0000,-6.1793,6.4542,-12.6336,0.0000,-12.6336,-0.2038,-12.4298,0.0000,-3.0080,10.9244,-20.3462,1719.2087,1719.2087,1719.2087 -241.5000,1.0000,2504.2120,58.6680,58.4330,-0.1306,0.0000,5,1286.8718,12.2102,513.7717,-84.9025,1.6455,69.2363,-11.4415,-0.4074,-4.1204,0.0000,-4.1204,6.1732,-4.1204,0.6710,0.0000,-4.7914,0.0000,-4.7914,6.4011,-11.1925,0.0000,-11.1925,-0.1888,-11.0037,0.0000,-2.9832,10.8345,-18.8550,1850.3864,1850.3864,1850.3864 -242.5000,1.0000,2520.4124,58.3215,58.2100,-0.0619,0.0000,5,1279.2714,88.1457,517.6439,-84.4517,11.8084,69.3462,-11.3136,-0.1921,5.8262,0.0000,5.8262,6.1744,5.8262,0.6402,0.0000,5.1859,0.0000,5.1859,6.3633,-1.1774,0.0000,-1.1774,-0.0891,-1.0883,0.0000,-2.9656,10.7705,-8.8932,3060.6553,3060.6553,3060.6553 -243.5000,1.0000,2536.5877,58.2310,58.2520,0.0117,0.0000,5,1277.2863,169.7132,551.6252,-84.3340,22.7003,73.7838,-11.2803,0.0361,16.5211,0.0000,16.5211,6.1431,16.5211,0.6857,0.0000,15.8354,0.0000,15.8354,6.3535,9.4819,0.0000,9.4819,0.0167,9.4652,0.0000,-2.9610,10.7538,1.6724,4956.4279,4956.4279,4956.4279 -244.5000,1.0000,2552.7913,58.3330,58.4140,0.0450,0.0000,5,1279.5236,206.6177,587.7265,-84.4667,27.6850,78.7503,-11.3178,0.1396,21.4094,0.0000,21.4094,6.1360,21.4094,0.7118,0.0000,20.6976,0.0000,20.6976,6.3646,14.3330,0.0000,14.3330,0.0647,14.2683,0.0000,-2.9662,10.7727,6.4618,5886.9522,5886.9522,5886.9522 -245.5000,1.0000,2569.0443,58.5105,58.6070,0.0536,0.0000,5,1283.4170,216.6034,604.4149,-84.6976,29.1113,81.2328,-11.3833,0.1668,22.7346,0.0000,22.7346,6.2099,22.7346,0.7213,0.0000,22.0133,0.0000,22.0133,6.3840,15.6293,0.0000,15.6293,0.0773,15.5520,0.0000,-2.9752,10.8054,7.7218,6139.1187,6139.1187,6139.1187 -246.5000,1.0000,2585.3413,58.6695,58.7320,0.0347,0.0000,5,1286.9047,195.1061,608.9770,-84.9044,26.2933,82.0684,-11.4421,0.1083,20.0281,0.0000,20.0281,6.1569,20.0281,0.7104,0.0000,19.3178,0.0000,19.3178,6.4013,12.9165,0.0000,12.9165,0.0502,12.8662,0.0000,-2.9833,10.8348,5.0147,5642.9637,5642.9637,5642.9637 -247.5000,1.0000,2601.6368,58.6635,58.5950,-0.0381,0.0000,5,1286.7731,114.4800,598.2755,-84.8966,15.4262,80.6180,-11.4399,-0.1187,9.3576,0.0000,9.3576,6.1874,9.3576,0.6569,0.0000,8.7007,0.0000,8.7007,6.4007,2.3000,0.0000,2.3000,-0.0550,2.3551,0.0000,-2.9830,10.8337,-5.4956,3605.7308,3605.7308,3605.7308 -248.5000,1.0000,2617.8755,58.4595,58.3240,-0.0753,0.0000,5,1282.2984,73.0449,562.0310,-84.6312,9.8086,75.4706,-11.3644,-0.2340,3.9076,0.0000,3.9076,6.1350,3.9076,0.6474,0.0000,3.2602,0.0000,3.2602,6.3784,-3.1182,0.0000,-3.1182,-0.1085,-3.0097,0.0000,-2.9726,10.7960,-10.8331,2823.5593,2823.5593,2823.5593 -249.5000,1.0000,2634.0377,58.1840,58.0440,-0.0778,0.0000,5,1276.2553,70.2243,542.6498,-84.2728,9.3854,72.5247,-11.2630,-0.2407,3.5268,0.0000,3.5268,6.0993,3.5268,0.6437,0.0000,2.8832,0.0000,2.8832,6.3483,-3.4651,0.0000,-3.4651,-0.1116,-3.3536,0.0000,-2.9586,10.7451,-11.1401,2763.4801,2763.4801,2763.4801 -250.5000,1.0000,2650.0980,57.8170,57.5900,-0.1261,0.0000,5,1268.2052,17.1889,538.1520,-83.7954,2.2828,71.4699,-11.1285,-0.3878,-3.4282,0.0000,-3.4282,6.0988,-3.4282,0.6548,0.0000,-4.0830,0.0000,-4.0830,6.3083,-10.3913,0.0000,-10.3913,-0.1798,-10.2115,0.0000,-2.9400,10.6774,-17.9489,1889.3401,1889.3401,1889.3401 -251.5000,1.0000,2665.9862,57.1975,56.8050,-0.2181,0.0000,5,1254.6166,-82.9895,508.9664,-82.9895,-10.9034,66.8696,-10.9034,-0.6633,-16.2735,0.0000,-16.2735,6.0330,-16.2735,0.6765,0.0000,-16.9499,0.0000,-16.9499,6.2407,-23.1906,0.1649,-23.3555,-0.3075,-23.0480,0.0000,-2.9085,10.5630,-30.7025,0.0000,0.0000,0.0000 -252.5000,1.0000,2681.6709,56.4650,56.1250,-0.1889,0.0000,5,1238.5494,-51.7285,460.5432,-82.0366,-6.7092,59.7327,-10.6402,-0.5672,-12.1470,0.0000,-12.1470,6.0050,-12.1470,0.6539,0.0000,-12.8009,0.0000,-12.8009,6.1608,-18.9617,0.0000,-18.9617,-0.2630,-18.6987,0.0000,-2.8712,10.4277,-26.2552,531.9046,531.9046,531.9046 -253.5000,1.0000,2697.1505,55.7265,55.3280,-0.2214,0.0000,5,1222.3505,-81.0758,469.0884,-81.0758,-10.3781,60.0453,-10.3781,-0.6562,-15.6471,0.0000,-15.6471,5.9252,-15.6471,0.6504,0.0000,-16.2975,0.0000,-16.2975,6.0802,-22.3777,0.8390,-23.2167,-0.3042,-22.9125,0.0000,-2.8337,10.2913,-30.3701,0.0000,0.0000,0.0000 -254.5000,1.0000,2712.3662,54.7765,54.2250,-0.3064,0.0000,5,1201.5124,-79.8392,447.0326,-79.8400,-10.0455,56.2466,-10.0456,-0.8926,-15.0052,0.0000,-15.0052,5.8523,-15.0052,0.6332,0.0000,-15.6384,0.0000,-15.6384,5.9765,-21.6149,12.7823,-34.3972,-0.4138,-33.9834,0.0000,-2.7854,10.1159,-41.3139,0.0000,0.0000,0.0000 -255.5000,1.0000,2727.2770,53.6790,53.1330,-0.3033,0.0000,5,1177.4390,-78.4038,440.1636,-78.4045,-9.6673,54.2727,-9.6674,-0.8660,-14.5530,0.0000,-14.5530,5.7517,-14.5530,0.6142,0.0000,-15.1672,0.0000,-15.1672,5.8568,-21.0240,12.2762,-33.3002,-0.4014,-32.8988,0.0000,-2.7296,9.9132,-40.0824,0.0000,0.0000,0.0000 -256.5000,1.0000,2741.9036,52.6555,52.1780,-0.2653,0.0000,5,1154.9887,-77.0650,435.1842,-77.0653,-9.3210,52.6356,-9.3211,-0.7429,-14.2365,0.0000,-14.2365,5.6583,-14.2365,0.5970,0.0000,-14.8335,0.0000,-14.8335,5.7451,-20.5786,7.1045,-27.6831,-0.3444,-27.3387,0.0000,-2.6775,9.7242,-34.3854,0.0000,0.0000,0.0000 -257.5000,1.0000,2756.2504,51.6485,51.1190,-0.2942,0.0000,5,1132.9003,-75.7471,428.5150,-75.7476,-8.9864,50.8377,-8.9865,-0.8080,-13.6965,0.0000,-13.6965,5.5181,-13.6965,0.5798,0.0000,-14.2762,0.0000,-14.2762,5.6353,-19.9115,10.9520,-30.8635,-0.3746,-30.4889,0.0000,-2.6263,9.5382,-37.4008,0.0000,0.0000,0.0000 -258.5000,1.0000,2770.3309,50.6900,50.2610,-0.2383,0.0000,5,1111.8758,-74.4935,424.6604,-74.4935,-8.6737,49.4455,-8.6737,-0.6425,-13.4725,0.0000,-13.4725,5.4414,-13.4725,0.5642,0.0000,-14.0368,0.0000,-14.0368,5.5307,-19.5674,3.6865,-23.2539,-0.2979,-22.9561,0.0000,-2.5776,9.3612,-29.7397,0.0000,0.0000,0.0000 -259.5000,1.0000,2784.2481,50.1020,49.9430,-0.0883,0.0000,5,1098.9781,59.6891,425.9255,-73.7119,6.8693,49.0175,-8.4831,-0.2354,1.6850,0.0000,1.6850,5.4196,1.6850,0.5172,0.0000,1.1678,0.0000,1.1678,5.4665,-4.2987,0.0000,-4.2987,-0.1091,-4.1896,0.0000,-2.5477,9.2526,-10.8945,2353.4681,2353.4681,2353.4681 -260.5000,1.0000,2798.1605,50.0845,50.2260,0.0786,0.0000,5,1098.5943,244.9812,495.2809,-73.6844,28.1837,56.9794,-8.4770,0.2094,22.5471,0.0000,22.5471,5.4272,22.5471,0.5908,0.0000,21.9563,0.0000,21.9563,5.4646,16.4917,0.0000,16.4917,0.0971,16.3947,0.0000,-2.5468,9.2494,9.6921,5810.6625,5810.6625,5810.6625 -261.5000,1.0000,2812.2065,50.5655,50.9050,0.1886,0.0000,5,1109.1449,366.5339,587.7562,-74.3306,42.5727,68.2675,-8.6335,0.5072,36.6650,0.0000,36.6650,5.4004,36.6650,0.6684,0.0000,35.9966,0.0000,35.9966,5.5171,30.4795,0.0000,30.4795,0.2351,30.2444,0.0000,-2.5712,9.3382,23.4774,8567.8708,8567.8708,8567.8708 -262.5000,1.0000,2826.4629,51.3230,51.7410,0.2322,0.0000,5,1125.7606,414.7419,647.9148,-75.3217,48.8937,76.3823,-8.8796,0.6339,42.8112,0.0000,42.8112,5.4486,42.8112,0.7103,0.0000,42.1009,0.0000,42.1009,5.5997,36.5012,0.0000,36.5012,0.2938,36.2073,0.0000,-2.6098,9.4781,29.3390,9786.1468,9786.1468,9786.1468 -263.5000,1.0000,2840.9499,52.1535,52.5660,0.2292,0.0000,5,1143.9774,411.2846,672.8831,-76.4084,49.2707,80.6094,-9.1535,0.6357,43.1101,0.0000,43.1101,5.5250,43.1101,0.7241,0.0000,42.3860,0.0000,42.3860,5.6904,36.6956,0.0000,36.6956,0.2947,36.4009,0.0000,-2.6520,9.6315,29.4215,9861.8960,9861.8960,9861.8960 -264.5000,1.0000,2855.6766,53.0160,53.4660,0.2500,0.0000,5,1162.8962,434.3157,674.8406,-77.5370,52.8902,82.1809,-9.4423,0.7049,46.5875,0.0000,46.5875,5.5977,46.5875,0.7545,0.0000,45.8331,0.0000,45.8331,5.7845,40.0486,0.0000,40.0486,0.3268,39.7218,0.0000,-2.6958,9.7907,32.6269,10536.1512,10536.1512,10536.1512 -265.5000,1.0000,2870.6398,53.8675,54.2690,0.2231,0.0000,5,1181.5737,404.1229,687.7506,-78.6511,50.0038,85.0982,-9.7318,0.6390,43.7135,0.0000,43.7135,5.6512,43.7135,0.7530,0.0000,42.9605,0.0000,42.9605,5.8774,37.0831,0.0000,37.0831,0.2962,36.7869,0.0000,-2.7391,9.9480,29.5780,10017.7033,10017.7033,10017.7033 -266.5000,1.0000,2885.8322,54.6925,55.1160,0.2353,0.0000,5,1199.6699,417.7826,677.5320,-79.7306,52.4857,85.1178,-10.0165,0.6844,46.0579,0.0000,46.0579,5.7434,46.0579,0.7774,0.0000,45.2805,0.0000,45.2805,5.9674,39.3131,0.0000,39.3131,0.3173,38.9958,0.0000,-2.7811,10.1004,31.6766,10509.3410,10509.3410,10509.3410 -267.5000,1.0000,2901.2676,55.5675,56.0190,0.2508,0.0000,5,1218.8629,435.0347,686.5393,-80.8690,55.5274,87.6292,-10.3220,0.7413,48.9596,0.0000,48.9596,5.8265,48.9596,0.8056,0.0000,48.1540,0.0000,48.1540,6.0629,42.0912,0.0000,42.0912,0.3436,41.7475,0.0000,-2.8256,10.2619,34.3112,11089.7428,11089.7428,11089.7428 -268.5000,1.0000,2916.9305,56.3865,56.7540,0.2042,0.0000,5,1236.8275,383.2525,695.8090,-81.9344,49.6390,90.1214,-10.6122,0.6123,43.1105,0.0000,43.1105,5.9162,43.1105,0.7892,0.0000,42.3213,0.0000,42.3213,6.1522,36.1691,0.0000,36.1691,0.2838,35.8853,0.0000,-2.8672,10.4132,28.3393,9964.2564,9964.2564,9964.2564 -269.5000,1.0000,2932.8076,57.1575,57.5610,0.2242,0.0000,5,1253.7392,405.2200,676.7328,-82.9374,53.2018,88.8491,-10.8890,0.6814,46.5609,0.0000,46.5609,5.9595,46.5609,0.8187,0.0000,45.7422,0.0000,45.7422,6.2363,39.5059,0.0000,39.5059,0.3159,39.1900,0.0000,-2.9064,10.5556,31.5409,10661.9864,10661.9864,10661.9864 -270.5000,1.0000,2948.9134,57.9810,58.4010,0.2333,0.0000,5,1271.8026,415.3228,688.9913,-84.0087,55.3139,91.7618,-11.1885,0.7195,48.5646,0.0000,48.5646,6.0297,48.5646,0.8419,0.0000,47.7227,0.0000,47.7227,6.3262,41.3965,0.0000,41.3965,0.3336,41.0630,0.0000,-2.9483,10.7077,33.3036,11059.1321,11059.1321,11059.1321 -271.5000,1.0000,2965.2297,58.7385,59.0760,0.1875,0.0000,5,1288.4182,364.5672,695.0255,-84.9942,49.1884,93.7748,-11.4677,0.5857,42.4763,0.0000,42.4763,6.1264,42.4763,0.8237,0.0000,41.6526,0.0000,41.6526,6.4088,35.2437,0.0000,35.2437,0.2715,34.9722,0.0000,-2.9868,10.8475,27.1115,9921.5253,9921.5253,9921.5253 -272.5000,1.0000,2981.7348,59.4185,59.7610,0.1903,0.0000,5,1303.3339,367.5566,676.7077,-85.8788,50.1659,92.3603,-11.7212,0.6013,43.3845,0.0000,43.3845,6.1801,43.3845,0.8394,0.0000,42.5451,0.0000,42.5451,6.4830,36.0621,0.0000,36.0621,0.2787,35.7834,0.0000,-3.0214,10.9731,27.8317,10117.9112,10117.9112,10117.9112 -273.5000,1.0000,2998.3991,59.9915,60.2220,0.1281,0.0000,5,1315.9025,298.1664,678.9997,-86.6242,41.0876,93.5668,-11.9369,0.4086,34.4788,0.0000,34.4788,6.2003,34.4788,0.8043,0.0000,33.6745,0.0000,33.6745,6.5455,27.1289,0.0000,27.1289,0.1894,26.9395,0.0000,-3.0505,11.0789,18.9111,8422.5915,8422.5915,8422.5915 -274.5000,1.0000,3015.1586,60.3340,60.4460,0.0622,0.0000,5,1323.4152,225.3641,650.9158,-87.0698,31.2327,90.2089,-12.0668,0.1997,24.7524,0.0000,24.7524,6.2806,24.7524,0.7613,0.0000,23.9911,0.0000,23.9911,6.5829,17.4082,0.0000,17.4082,0.0926,17.3156,0.0000,-3.0680,11.1422,9.2414,6583.4496,6583.4496,6583.4496 -275.5000,1.0000,3031.8997,60.2680,60.0900,-0.0989,0.0000,5,1321.9675,46.6048,617.4006,-86.9839,6.4518,85.4705,-12.0417,-0.3170,0.5101,0.0000,0.5101,6.2586,0.5101,0.6871,0.0000,-0.1769,0.0000,-0.1769,6.5757,-6.7527,0.0000,-6.7527,-0.1469,-6.6057,0.0000,-3.0646,11.1300,-14.6711,2494.9608,2494.9608,2494.9608 -276.5000,1.0000,3048.4929,59.7355,59.3810,-0.1969,0.0000,5,1310.2872,-61.5802,537.3669,-86.2912,-8.4496,73.7337,-11.8403,-0.6257,-14.0246,0.0000,-14.0246,6.2007,-14.0246,0.7142,0.0000,-14.7388,0.0000,-14.7388,6.5176,-21.2564,0.0000,-21.2564,-0.2901,-20.9663,0.0000,-3.0375,11.0317,-28.9605,430.3843,430.3843,430.3843 -277.5000,1.0000,3064.9170,59.1270,58.8730,-0.1411,0.0000,5,1296.9399,0.0732,488.8747,-85.4996,0.0099,66.3966,-11.6121,-0.4437,-5.6978,0.0000,-5.6978,6.1515,-5.6978,0.6829,0.0000,-6.3806,0.0000,-6.3806,6.4512,-12.8319,0.0000,-12.8319,-0.2057,-12.6261,0.0000,-3.0066,10.9193,-20.5389,1678.5276,1678.5276,1678.5276 -278.5000,1.0000,3081.2162,58.6770,58.4810,-0.1089,0.0000,5,1287.0692,35.3609,513.3490,-84.9142,4.7660,69.1900,-11.4449,-0.3398,-0.9679,0.0000,-0.9679,6.0737,-0.9679,0.6633,0.0000,-1.6312,0.0000,-1.6312,6.4021,-8.0333,0.0000,-8.0333,-0.1575,-7.8758,0.0000,-2.9837,10.8362,-15.7283,2225.2347,2225.2347,2225.2347 -279.5000,1.0000,3097.4397,58.4045,58.3280,-0.0425,0.0000,5,1281.0920,108.7646,528.6168,-84.5597,14.5914,70.9169,-11.3442,-0.1320,8.6661,0.0000,8.6661,6.0573,8.6661,0.6493,0.0000,8.0169,0.0000,8.0169,6.3724,1.6445,0.0000,1.6445,-0.0612,1.7057,0.0000,-2.9698,10.7859,-6.1103,3458.0445,3458.0445,3458.0445 -280.5000,1.0000,3113.6483,58.3510,58.3740,0.0128,0.0000,5,1279.9184,170.5453,561.1235,-84.4901,22.8587,75.2089,-11.3244,0.0397,16.7179,0.0000,16.7179,6.1012,16.7179,0.6886,0.0000,16.0292,0.0000,16.0292,6.3666,9.6627,0.0000,9.6627,0.0184,9.6443,0.0000,-2.9671,10.7760,1.8354,4989.7922,4989.7922,4989.7922 -281.5000,1.0000,3129.8902,58.4710,58.5680,0.0539,0.0000,5,1282.5506,215.8254,588.9754,-84.6462,28.9872,79.1043,-11.3687,0.1676,22.7596,0.0000,22.7596,6.0600,22.7596,0.7208,0.0000,22.0388,0.0000,22.0388,6.3796,15.6592,0.0000,15.6592,0.0777,15.5815,0.0000,-2.9732,10.7981,7.7566,6116.7925,6116.7925,6116.7925 -282.5000,1.0000,3146.1852,58.6620,58.7560,0.0522,0.0000,5,1286.7402,214.1376,608.9889,-84.8947,28.8544,82.0595,-11.4393,0.1629,22.5908,0.0000,22.5908,6.1007,22.5908,0.7231,0.0000,21.8677,0.0000,21.8677,6.4005,15.4672,0.0000,15.4672,0.0755,15.3917,0.0000,-2.9829,10.8334,7.5412,6098.6425,6098.6425,6098.6425 -283.5000,1.0000,3162.5477,58.9050,59.0540,0.0828,0.0000,5,1292.0703,263.0374,610.1034,-85.2108,35.5903,82.5502,-11.5295,0.2593,27.1833,0.0000,27.1833,8.1477,27.1833,0.7500,0.0000,26.4334,0.0000,26.4334,6.4270,20.0064,0.0000,20.0064,0.1202,19.8861,0.0000,-2.9953,10.8783,12.0031,7375.7077,7375.7077,7375.7077 -284.5000,1.0000,3178.9877,59.1840,59.3140,0.0722,0.0000,5,1298.1901,251.1807,631.6224,-85.5737,34.1470,85.8666,-11.6334,0.2273,25.7527,0.0000,25.7527,8.1670,25.7527,0.7474,0.0000,25.0053,0.0000,25.0053,6.4574,18.5479,0.0000,18.5479,0.1054,18.4425,0.0000,-3.0095,10.9298,10.5221,7115.4236,7115.4236,7115.4236 -285.5000,1.0000,3195.5055,59.4640,59.6140,0.0833,0.0000,5,1304.3319,263.4873,628.2031,-85.9380,35.9895,85.8058,-11.7382,0.2635,27.5272,0.0000,27.5272,8.1988,27.5272,0.7608,0.0000,26.7664,0.0000,26.7664,6.4880,20.2784,0.0000,20.2784,0.1222,20.1562,0.0000,-3.0237,10.9815,12.1984,7460.5612,7460.5612,7460.5612 -286.5000,1.0000,3212.1023,59.7485,59.8830,0.0747,0.0000,5,1310.5723,253.6808,634.4067,-86.3081,34.8159,87.0678,-11.8452,0.2374,26.3750,0.0000,26.3750,8.2035,26.3750,0.7598,0.0000,25.6152,0.0000,25.6152,6.5190,19.0962,0.0000,19.0962,0.1101,18.9861,0.0000,-3.0382,11.0341,10.9902,7241.2787,7241.2787,7241.2787 -287.5000,1.0000,3228.7695,60.0020,60.1210,0.0661,0.0000,5,1316.1328,243.9943,631.3551,-86.6379,33.6285,87.0166,-11.9409,0.2110,25.1973,0.0000,25.1973,8.2203,25.1973,0.7580,0.0000,24.4392,0.0000,24.4392,6.5467,17.8925,0.0000,17.8925,0.0978,17.7947,0.0000,-3.0511,11.0809,9.7649,7021.8086,7021.8086,7021.8086 -288.5000,1.0000,3245.5123,60.2740,60.4270,0.0850,0.0000,5,1322.0991,265.3378,629.0594,-86.9917,36.7360,87.0932,-12.0440,0.2725,28.1581,0.0000,28.1581,8.3054,28.1581,0.7773,0.0000,27.3807,0.0000,27.3807,6.5764,20.8044,0.0000,20.8044,0.1263,20.6780,0.0000,-3.0649,11.1311,12.6118,7592.1174,7592.1174,7592.1174 -289.5000,1.0000,3262.3438,60.5935,60.7600,0.0925,0.0000,5,1329.1073,273.8968,639.3993,-87.4074,38.1220,88.9940,-12.1657,0.2981,29.4449,0.0000,29.4449,8.3790,29.4449,0.7891,0.0000,28.6558,0.0000,28.6558,6.6112,22.0445,0.0000,22.0445,0.1382,21.9064,0.0000,-3.0812,11.1901,13.7974,7848.4392,7848.4392,7848.4392 -290.5000,1.0000,3279.2715,60.9395,61.1190,0.0997,0.0000,5,1336.6967,266.5184,644.6020,-87.8575,37.3069,90.2305,-12.2982,0.3232,30.7149,0.0000,30.7149,6.2688,30.7149,0.8012,0.0000,29.9137,0.0000,29.9137,6.6490,23.2647,0.0000,23.2647,0.1498,23.1149,0.0000,-3.0988,11.2540,14.9596,7697.6237,7697.6237,7697.6237 -291.5000,1.0000,3296.3155,61.3585,61.5980,0.1331,0.0000,5,1345.8874,303.6857,644.2405,-88.4026,42.8018,90.7999,-12.4595,0.4342,36.0394,0.0000,36.0394,6.3281,36.0394,0.8348,0.0000,35.2046,0.0000,35.2046,6.6947,28.5099,0.0000,28.5099,0.2013,28.3086,0.0000,-3.1201,11.3314,20.0973,8766.0088,8766.0088,8766.0088 -292.5000,1.0000,3313.4908,61.8310,62.0640,0.1294,0.0000,5,1356.2516,299.5932,661.0834,-89.0172,42.5501,93.8912,-12.6428,0.4257,35.7620,0.0000,35.7620,6.3625,35.7620,0.8414,0.0000,34.9205,0.0000,34.9205,6.7463,28.1743,0.0000,28.1743,0.1973,27.9770,0.0000,-3.1441,11.4187,19.7024,8729.4185,8729.4185,8729.4185 -293.5000,1.0000,3330.8262,62.4075,62.7510,0.1908,0.0000,5,1368.8970,367.5905,663.3382,-89.7672,52.6943,95.0899,-12.8682,0.6334,45.6723,0.0000,45.6723,6.3886,45.6723,0.9007,0.0000,44.7716,0.0000,44.7716,6.8092,37.9624,0.0000,37.9624,0.2936,37.6688,0.0000,-3.1734,11.5251,29.3170,10624.5389,10624.5389,10624.5389 -294.5000,1.0000,3348.3511,63.0895,63.4280,0.1881,0.0000,5,1383.8566,364.9422,692.5004,-90.6544,52.8864,100.3552,-13.1374,0.6310,45.7378,0.0000,45.7378,6.5176,45.7378,0.9127,0.0000,44.8251,0.0000,44.8251,6.8836,37.9415,0.0000,37.9415,0.2925,37.6490,0.0000,-3.2081,11.6511,29.2060,10679.8604,10679.8604,10679.8604 -295.5000,1.0000,3366.0411,63.6840,63.9400,0.1422,0.0000,5,1396.8968,313.7236,693.0967,-91.4278,45.8923,101.3880,-13.3743,0.4817,38.8789,0.0000,38.8789,6.5317,38.8789,0.8886,0.0000,37.9903,0.0000,37.9903,6.9484,31.0419,0.0000,31.0419,0.2233,30.8186,0.0000,-3.2383,11.7609,22.2960,9382.0785,9382.0785,9382.0785 -296.5000,1.0000,3383.8733,64.1960,64.4520,0.1422,0.0000,5,1408.1274,313.6527,675.9936,-92.0939,46.2508,99.6812,-13.5801,0.4856,39.1948,0.0000,39.1948,6.5705,39.1948,0.8991,0.0000,38.2957,0.0000,38.2957,7.0043,31.2914,0.0000,31.2914,0.2251,31.0663,0.0000,-3.2643,11.8554,22.4753,9462.8009,9462.8009,9462.8009 -297.5000,1.0000,3401.8551,64.7345,65.0170,0.1569,0.0000,5,1419.9393,329.6693,678.7865,-92.7944,49.0204,100.9326,-13.7981,0.5403,41.9085,0.0000,41.9085,6.5715,41.9085,0.9220,0.0000,40.9865,0.0000,40.9865,7.0630,33.9235,0.0000,33.9235,0.2505,33.6730,0.0000,-3.2917,11.9549,25.0098,9985.0810,9985.0810,9985.0810 -298.5000,1.0000,3419.9851,65.2680,65.5190,0.1394,0.0000,5,1431.6416,310.5533,686.8413,-93.4885,46.5585,102.9720,-14.0159,0.4840,39.4033,0.0000,39.4033,6.6712,39.4033,0.9188,0.0000,38.4844,0.0000,38.4844,7.1213,31.3632,0.0000,31.3632,0.2244,31.1388,0.0000,-3.3189,12.0534,22.4043,9539.7544,9539.7544,9539.7544 -299.5000,1.0000,3438.2622,65.7975,66.0760,0.1547,0.0000,5,1443.2560,327.4016,682.6693,-94.1773,49.4826,103.1769,-14.2337,0.5414,42.2383,0.0000,42.2383,6.7029,42.2383,0.9423,0.0000,41.2960,0.0000,41.2960,7.1790,34.1170,0.0000,34.1170,0.2510,33.8660,0.0000,-3.3458,12.1512,25.0606,10083.5596,10083.5596,10083.5596 -300.5000,1.0000,3456.6774,66.2950,66.5140,0.1217,0.0000,5,1454.1686,291.2493,690.4626,-94.8245,44.3515,105.1438,-14.4399,0.4290,37.0851,0.0000,37.0851,6.8374,37.0851,0.9254,0.0000,36.1597,0.0000,36.1597,7.2333,28.9264,0.0000,28.9264,0.1989,28.7275,0.0000,-3.3711,12.2430,19.8555,9148.5425,9148.5425,9148.5425 -301.5000,1.0000,3475.2287,66.7845,67.0550,0.1503,0.0000,5,1464.9057,322.7442,680.5274,-95.4613,49.5104,104.3960,-14.6442,0.5338,42.1369,0.0000,42.1369,6.8398,42.1369,0.9594,0.0000,41.1775,0.0000,41.1775,7.2867,33.8908,0.0000,33.8908,0.2474,33.6433,0.0000,-3.3960,12.3334,24.7058,10104.7686,10104.7686,10104.7686 -302.5000,1.0000,3493.9304,67.3260,67.5970,0.1506,0.0000,5,1476.7834,323.0643,694.3872,-96.1657,49.9614,107.3859,-14.8719,0.5391,42.5289,0.0000,42.5289,6.8934,42.5289,0.9710,0.0000,41.5579,0.0000,41.5579,7.3458,34.2121,0.0000,34.2121,0.2499,33.9621,0.0000,-3.4235,12.4334,24.9522,10195.5343,10195.5343,10195.5343 -303.5000,1.0000,3512.7290,67.6750,67.7530,0.0433,0.0000,5,1484.4387,204.1440,693.9383,-96.6198,31.7342,107.8727,-15.0195,0.1560,24.6197,0.0000,24.6197,6.9586,24.6197,0.8878,0.0000,23.7319,0.0000,23.7319,7.3839,16.3480,0.0000,16.3480,0.0723,16.2757,0.0000,-3.4412,12.4979,7.2190,6829.9127,6829.9127,6829.9127 -304.5000,1.0000,3531.5151,67.6300,67.5070,-0.0683,0.0000,5,1483.4516,80.1824,649.1163,-96.5612,12.4561,100.8381,-15.0005,-0.2458,5.7471,0.0000,5.7471,6.9547,5.7471,0.8078,0.0000,4.9394,0.0000,4.9394,7.3790,-2.4396,0.0000,-2.4396,-0.1139,-2.3257,0.0000,-3.4390,12.4896,-11.3763,3556.9341,3556.9341,3556.9341 -305.5000,1.0000,3550.1849,67.2115,66.9160,-0.1642,0.0000,0,1315.4006,-46.5936,460.4061,-86.5945,-6.4182,63.4202,-11.9283,-13.3572,0.0000,0.0000,0.0000,6.9390,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,7.3333,-7.3333,11.1059,-18.4392,-0.2720,-18.1671,0.0000,-3.4177,12.4123,-27.1618,755.2018,755.2018,755.2018 -306.5000,1.0000,3568.6549,66.4920,66.0680,-0.2356,0.0000,6,1102.5288,-73.9359,405.5540,-73.9359,-8.5364,46.8239,-8.5364,-3.2174,-12.1615,0.0000,-12.1615,6.8425,-11.7120,0.7378,0.0000,-12.4499,0.0000,-12.4499,7.2548,-19.7047,10.3392,-30.0438,-0.3862,-29.6577,0.0000,-3.3811,12.2794,-38.5560,0.0000,0.0000,0.0000 -307.5000,1.0000,3586.9034,65.6945,65.3210,-0.2075,0.0000,6,1049.0456,-70.1369,408.1607,-70.1376,-7.7049,44.8388,-7.7050,-0.3842,-14.0748,0.0000,-14.0748,6.7541,-14.0748,0.7512,0.0000,-14.8260,0.0000,-14.8260,7.1678,-21.9938,3.1072,-25.1010,-0.3361,-24.7649,0.0000,-3.3405,12.1321,-33.5565,0.0000,0.0000,0.0000 -308.5000,1.0000,3604.9209,64.8630,64.4050,-0.2544,0.0000,6,1035.7678,-69.1872,406.6838,-69.1872,-7.5044,44.1111,-7.5044,-0.4652,-13.6363,0.0000,-13.6363,6.5970,-13.6363,0.7363,0.0000,-14.3725,0.0000,-14.3725,7.0771,-21.4496,10.9044,-32.3540,-0.4069,-31.9471,0.0000,-3.2983,11.9786,-40.6274,0.0000,0.0000,0.0000 -309.5000,1.0000,3622.7184,64.0710,63.7370,-0.1856,0.0000,6,1023.1207,-66.1005,405.0041,-68.2819,-7.0821,43.3925,-7.3158,-0.3351,-13.2716,0.0000,-13.2716,6.5246,-13.2716,0.7226,0.0000,-13.9942,0.0000,-13.9942,6.9907,-20.9849,0.0000,-20.9849,-0.2931,-20.6917,0.0000,-3.2580,11.8323,-29.2661,0.0000,0.0000,0.0000 -310.5000,1.0000,3640.3291,63.3985,63.0600,-0.1881,0.0000,6,1012.3819,-67.5131,403.5717,-67.5131,-7.1575,42.7852,-7.1575,-0.3361,-13.3322,0.0000,-13.3322,6.5107,-13.3322,0.7148,0.0000,-14.0469,0.0000,-14.0469,6.9173,-20.9642,0.1945,-21.1587,-0.2939,-20.8647,0.0000,-3.2238,11.7081,-29.3491,0.0000,0.0000,0.0000 -311.5000,1.0000,3657.7749,62.8050,62.5500,-0.1417,0.0000,6,1002.9045,-0.4028,400.9553,-66.8347,-0.0423,42.1099,-7.0192,-0.2508,-6.2280,0.0000,-6.2280,6.4365,-6.2280,0.6363,0.0000,-6.8643,0.0000,-6.8643,6.8525,-13.7168,0.0000,-13.7168,-0.2194,-13.4975,0.0000,-3.1936,11.5985,-21.9024,1006.2625,1006.2625,1006.2625 -312.5000,1.0000,3675.0977,62.3620,62.1740,-0.1044,0.0000,6,995.8305,54.5730,432.7654,-66.8653,5.6910,45.1301,-6.9729,-0.1836,-0.4713,0.0000,-0.4713,6.3459,-0.4713,0.5732,0.0000,-1.0445,0.0000,-1.0445,6.8042,-7.8487,0.0000,-7.8487,-0.1606,-7.6881,0.0000,-3.1711,11.5167,-16.0337,2044.8583,2044.8583,2044.8583 -313.5000,1.0000,3692.3552,62.1270,62.0800,-0.0261,0.0000,6,992.0779,172.8379,461.0003,-67.0800,17.9562,47.8934,-6.9690,-0.0457,11.7033,0.0000,11.7033,6.2986,11.7033,0.6438,0.0000,11.0594,0.0000,11.0594,6.7785,4.2809,0.0000,4.2809,-0.0400,4.3209,0.0000,-3.1591,11.4733,-3.9933,4042.6139,4042.6139,4042.6139 -314.5000,1.0000,3709.5794,62.0070,61.9340,-0.0406,0.0000,6,990.1616,151.2313,519.8101,-67.1896,15.6811,53.8988,-6.9669,-0.0709,9.4079,0.0000,9.4079,6.3441,9.4079,0.5967,0.0000,8.8112,0.0000,8.8112,6.7655,2.0457,0.0000,2.0457,-0.0620,2.1077,0.0000,-3.1530,11.4512,-6.1904,3695.0303,3695.0303,3695.0303 -315.5000,1.0000,3726.7315,61.7475,61.5610,-0.1036,0.0000,6,986.0178,56.2617,505.6086,-67.4267,5.8093,52.2069,-6.9622,-0.1803,-0.3419,0.0000,-0.3419,6.3316,-0.3419,0.5643,0.0000,-0.9063,0.0000,-0.9063,6.7371,-7.6434,0.0000,-7.6434,-0.1577,-7.4857,0.0000,-3.1398,11.4032,-15.7491,2048.6318,2048.6318,2048.6318 -316.5000,1.0000,3743.7626,61.3120,61.0630,-0.1383,0.0000,6,979.0635,4.2241,453.1069,-67.8245,0.4331,46.4558,-6.9539,-0.2391,-5.5816,0.0000,-5.5816,6.2538,-5.5816,0.6114,0.0000,-6.1930,0.0000,-6.1930,6.6896,-12.8826,0.0000,-12.8826,-0.2091,-12.6735,0.0000,-3.1177,11.3228,-20.8786,1059.1680,1059.1680,1059.1680 -317.5000,1.0000,3760.6324,60.7315,60.4000,-0.1842,0.0000,6,969.7937,-64.3186,420.8596,-68.3548,-6.5320,42.7411,-6.9419,-0.3153,-12.3828,0.0000,-12.3828,6.1661,-12.3828,0.6723,0.0000,-13.0551,0.0000,-13.0551,6.6263,-19.6814,0.0000,-19.6814,-0.2758,-19.4056,0.0000,-3.0882,11.2156,-27.5330,0.0000,0.0000,0.0000 -318.5000,1.0000,3777.3286,60.1060,59.8120,-0.1633,0.0000,6,959.8054,-33.0043,381.1086,-68.9261,-3.3173,38.3054,-6.9278,-0.2767,-9.1747,0.0000,-9.1747,6.1341,-9.1747,0.6325,0.0000,-9.8072,0.0000,-9.8072,6.5580,-16.3653,0.0000,-16.3653,-0.2420,-16.1232,0.0000,-3.0564,11.1001,-24.1670,453.3062,453.3062,453.3062 -319.5000,1.0000,3793.8586,59.5080,59.2040,-0.1689,0.0000,6,950.2562,-40.5978,392.8343,-69.4724,-4.0399,39.0912,-6.9132,-0.2833,-9.8991,0.0000,-9.8991,6.1425,-9.8991,0.6325,0.0000,-10.5316,0.0000,-10.5316,6.4928,-17.0244,0.0000,-17.0244,-0.2478,-16.7766,0.0000,-3.0260,10.9897,-24.7403,325.9506,325.9506,325.9506 -320.5000,1.0000,3810.2679,59.0735,58.9430,-0.0725,0.0000,6,943.3179,102.7093,388.1872,-69.8693,10.1460,38.3467,-6.9020,-0.1207,4.1888,0.0000,4.1888,6.0779,4.1888,0.4864,0.0000,3.7024,0.0000,3.7024,6.4454,-2.7429,0.0000,-2.7429,-0.1056,-2.6373,0.0000,-3.0039,10.9094,-10.5429,2801.3319,2801.3319,2801.3319 -321.5000,1.0000,3826.6461,58.9615,58.9800,0.0103,0.0000,6,941.5294,229.1355,464.0345,-69.9716,22.5920,45.7523,-6.8990,0.0171,16.5403,0.0000,16.5403,6.0347,16.5403,0.7098,0.0000,15.8304,0.0000,15.8304,6.4332,9.3973,0.0000,9.3973,0.0149,9.3823,0.0000,-2.9982,10.8887,1.4918,4742.5199,4742.5199,4742.5199 -322.5000,1.0000,3843.0499,59.0540,59.1280,0.0411,0.0000,6,943.0065,276.7353,530.6176,-69.8871,27.3280,52.3992,-6.9015,0.0684,21.1861,0.0000,21.1861,6.0735,21.1861,0.8036,0.0000,20.3824,0.0000,20.3824,6.4433,13.9392,0.0000,13.9392,0.0599,13.8793,0.0000,-3.0029,10.9058,5.9764,5687.9147,5687.9147,5687.9147 -323.5000,1.0000,3859.5188,59.2880,59.4480,0.0889,0.0000,6,946.7432,350.5729,557.4946,-69.6734,34.7568,55.2715,-6.9076,0.1485,28.4574,0.0000,28.4574,6.1508,28.4574,0.9513,0.0000,27.5061,0.0000,27.5061,6.4688,21.0373,0.0000,21.0373,0.1299,20.9073,0.0000,-3.0148,10.9490,12.9731,7073.0818,7073.0818,7073.0818 -324.5000,1.0000,3876.0851,59.6385,59.8290,0.1058,0.0000,6,952.3401,375.9330,597.6569,-69.3532,37.4914,59.6036,-6.9165,0.1779,31.1905,0.0000,31.1905,6.1229,31.1905,1.0093,0.0000,30.1812,0.0000,30.1812,6.5070,23.6742,0.0000,23.6742,0.1556,23.5186,0.0000,-3.0326,11.0138,15.5374,7632.9200,7632.9200,7632.9200 -325.5000,1.0000,3892.7493,59.9910,60.1530,0.0900,0.0000,6,957.9690,351.3785,612.3845,-69.0312,35.2497,61.4334,-6.9251,0.1522,28.9662,0.0000,28.9662,6.1313,28.9662,0.9682,0.0000,27.9979,0.0000,27.9979,6.5455,21.4525,0.0000,21.4525,0.1331,21.3193,0.0000,-3.0505,11.0789,13.2910,7179.2489,7179.2489,7179.2489 -326.5000,1.0000,3909.4787,60.2260,60.2990,0.0406,0.0000,6,961.7216,275.9445,600.4595,-68.8165,27.7907,60.4730,-6.9306,0.0688,21.5254,0.0000,21.5254,6.1964,21.5254,0.8217,0.0000,20.7038,0.0000,20.7038,6.5711,14.1326,0.0000,14.1326,0.0602,14.0724,0.0000,-3.0625,11.1223,6.0126,5779.3952,5779.3952,5779.3952 -327.5000,1.0000,3926.2406,60.3430,60.3870,0.0244,0.0000,6,963.5900,251.3917,562.5122,-68.7096,25.3672,56.7614,-6.9333,0.0416,19.1011,0.0000,19.1011,6.2244,19.1011,0.7743,0.0000,18.3268,0.0000,18.3268,6.5839,11.7429,0.0000,11.7429,0.0364,11.7065,0.0000,-3.0684,11.1439,3.6311,5306.6366,5306.6366,5306.6366 -328.5000,1.0000,3942.9823,60.2700,60.1530,-0.0650,0.0000,6,962.4243,113.7362,547.7119,-68.7763,11.4629,55.2010,-6.9316,-0.1104,5.4009,0.0000,5.4009,6.1724,5.4009,0.4996,0.0000,4.9013,0.0000,4.9013,6.5759,-1.6746,0.0000,-1.6746,-0.0966,-1.5780,0.0000,-3.0647,11.1304,-9.6437,3001.4349,3001.4349,3001.4349 -329.5000,1.0000,3959.6505,60.0055,59.8580,-0.0819,0.0000,6,958.2006,88.5500,474.7945,-69.0179,8.8853,47.6421,-6.9254,-0.1386,2.8628,0.0000,2.8628,6.1612,2.8628,0.5109,0.0000,2.3518,0.0000,2.3518,6.5471,-4.1953,0.0000,-4.1953,-0.1212,-4.0740,0.0000,-3.0513,11.0815,-12.1043,2588.9998,2588.9998,2588.9998 -330.5000,1.0000,3976.2116,59.6200,59.3820,-0.1322,0.0000,6,952.0447,12.9841,457.9036,-69.3701,1.2945,45.6520,-6.9161,-0.2222,-4.5360,0.0000,-4.5360,6.0526,-4.5360,0.5802,0.0000,-5.1162,0.0000,-5.1162,6.5050,-11.6212,0.0000,-11.6212,-0.1944,-11.4269,0.0000,-3.0317,11.0103,-19.4055,1173.9400,1173.9400,1173.9400 -331.5000,1.0000,3992.6788,59.2820,59.1820,-0.0556,0.0000,6,946.6473,127.9517,418.0963,-69.6788,12.6842,41.4470,-6.9075,-0.0928,6.7297,0.0000,6.7297,6.0473,6.7297,0.5167,0.0000,6.2130,0.0000,6.2130,6.4681,-0.2551,0.0000,-0.2551,-0.0812,-0.1739,0.0000,-3.0145,10.9479,-8.1074,3144.3727,3144.3727,3144.3727 -332.5000,1.0000,4009.1073,59.1425,59.1030,-0.0219,0.0000,6,944.4197,180.5319,477.6056,-69.8063,17.8545,47.2349,-6.9038,-0.0366,11.7567,0.0000,11.7567,6.1344,11.7567,0.6159,0.0000,11.1408,0.0000,11.1408,6.4529,4.6879,0.0000,4.6879,-0.0320,4.7199,0.0000,-3.0074,10.9222,-3.1949,3960.9398,3960.9398,3960.9398 -333.5000,1.0000,4025.5370,59.1470,59.1910,0.0244,0.0000,6,944.4916,251.0475,505.8362,-69.8022,24.8303,50.0307,-6.9039,0.0408,18.7187,0.0000,18.7187,6.0709,18.7187,0.7552,0.0000,17.9636,0.0000,17.9636,6.4534,11.5101,0.0000,11.5101,0.0356,11.4745,0.0000,-3.0076,10.9230,3.5591,5190.6168,5190.6168,5190.6168 -334.5000,1.0000,4042.0026,59.2760,59.3610,0.0472,0.0000,6,946.5515,285.7054,543.4260,-69.6843,28.3199,53.8658,-6.9073,0.0789,22.1854,0.0000,22.1854,6.0555,22.1854,0.8257,0.0000,21.3597,0.0000,21.3597,6.4675,14.8922,0.0000,14.8922,0.0690,14.8232,0.0000,-3.0142,10.9468,6.8906,5884.8133,5884.8133,5884.8133 -335.5000,1.0000,4058.5516,59.5765,59.7920,0.1197,0.0000,6,951.3501,396.5920,564.4964,-69.4098,39.5105,56.2380,-6.9150,0.2010,33.2572,0.0000,33.2572,6.0523,33.2572,1.0501,0.0000,32.2071,0.0000,32.2071,6.5003,25.7069,0.0000,25.7069,0.1759,25.5310,0.0000,-3.0294,11.0023,17.5582,8044.5845,8044.5845,8044.5845 -336.5000,1.0000,4075.2138,59.9840,60.1760,0.1067,0.0000,6,957.8573,377.1445,623.1011,-69.0376,37.8301,62.5011,-6.9249,0.1803,31.4992,0.0000,31.4992,6.1506,31.4992,1.0188,0.0000,30.4803,0.0000,30.4803,6.5447,23.9356,0.0000,23.9356,0.1577,23.7779,0.0000,-3.0502,11.0776,15.7505,7701.6634,7701.6634,7701.6634 -337.5000,1.0000,4091.9087,60.1015,60.0270,-0.0414,0.0000,6,959.7336,150.0327,611.3603,-68.9303,15.0788,61.4436,-6.9277,-0.0701,8.9856,0.0000,8.9856,6.1633,8.9856,0.5697,0.0000,8.4159,0.0000,8.4159,6.5575,1.8583,0.0000,1.8583,-0.0613,1.9196,0.0000,-3.0561,11.0993,-6.1235,3546.8820,3546.8820,3546.8820 -338.5000,1.0000,4108.5611,59.9485,59.8700,-0.0436,0.0000,6,957.2904,146.2962,493.9913,-69.0700,14.6658,49.5212,-6.9241,-0.0737,8.6242,0.0000,8.6242,6.1153,8.6242,0.5610,0.0000,8.0632,0.0000,8.0632,6.5409,1.5224,0.0000,1.5224,-0.0645,1.5868,0.0000,-3.0484,11.0710,-6.4358,3477.7979,3477.7979,3477.7979 -339.5000,1.0000,4125.1369,59.6730,59.4760,-0.1094,0.0000,6,952.8910,47.6114,488.7232,-69.3217,4.7510,48.7680,-6.9174,-0.1841,-1.1938,0.0000,-1.1938,6.1289,-1.1938,0.5475,0.0000,-1.7413,0.0000,-1.7413,6.5108,-8.2521,0.0000,-8.2521,-0.1610,-8.0911,0.0000,-3.0343,11.0201,-16.0768,1784.9663,1784.9663,1784.9663 -340.5000,1.0000,4141.5426,59.0605,58.6450,-0.2308,0.0000,6,943.1103,-69.8812,430.2654,-69.8812,-6.9016,42.4940,-6.9016,-0.3843,-12.6021,0.0000,-12.6021,6.0847,-12.6021,0.6541,0.0000,-13.2562,0.0000,-13.2562,6.4440,-19.7002,6.2923,-25.9925,-0.3361,-25.6564,0.0000,-3.0032,10.9070,-33.5602,0.0000,0.0000,0.0000 -341.5000,1.0000,4157.7084,58.1970,57.7490,-0.2489,0.0000,6,929.3215,-70.6700,378.8018,-70.6700,-6.8775,36.8644,-6.8775,-0.4083,-12.4396,0.0000,-12.4396,5.9704,-12.4396,0.6421,0.0000,-13.0817,0.0000,-13.0817,6.3498,-19.4315,8.7936,-28.2251,-0.3571,-27.8680,0.0000,-2.9593,10.7475,-35.6562,0.0000,0.0000,0.0000 -342.5000,1.0000,4173.6322,57.3255,56.9020,-0.2353,0.0000,6,915.4049,-71.4661,384.5606,-71.4661,-6.8508,36.8644,-6.8508,-0.3802,-12.3574,0.0000,-12.3574,5.8868,-12.3574,0.6309,0.0000,-12.9883,0.0000,-12.9883,6.2547,-19.2430,6.6194,-25.8624,-0.3325,-25.5299,0.0000,-2.9150,10.5866,-33.2015,0.0000,0.0000,0.0000 -343.5000,1.0000,4189.3445,56.5645,56.2270,-0.1875,0.0000,6,903.2528,-68.6716,389.7343,-72.1612,-6.4955,36.8644,-6.8256,-0.2989,-12.0097,0.0000,-12.0097,5.8131,-12.0097,0.6184,0.0000,-12.6281,0.0000,-12.6281,6.1716,-18.7998,0.0000,-18.7998,-0.2615,-18.5383,0.0000,-2.8763,10.4461,-26.1081,0.0000,0.0000,0.0000 -344.5000,1.0000,4204.8891,55.9605,55.6940,-0.1481,0.0000,6,893.6078,-10.0407,393.9409,-72.8044,-0.9396,36.8644,-6.8129,-0.2335,-6.4494,0.0000,-6.4494,5.7434,-6.4494,0.5557,0.0000,-7.0051,0.0000,-7.0051,6.1057,-13.1109,0.0000,-13.1109,-0.2043,-12.9066,0.0000,-2.8456,10.3345,-20.3956,803.1294,803.1294,803.1294 -345.5000,1.0000,4220.2706,55.3735,55.0530,-0.1781,0.0000,6,884.2343,-54.7961,398.1169,-73.4746,-5.0739,36.8644,-6.8035,-0.2779,-10.4729,0.0000,-10.4729,5.6768,-10.4729,0.5891,0.0000,-11.0620,0.0000,-11.0620,6.0417,-17.1036,0.0000,-17.1036,-0.2431,-16.8606,0.0000,-2.8157,10.2261,-24.2709,57.0587,57.0587,57.0587 -346.5000,1.0000,4235.4827,54.7635,54.4740,-0.1608,0.0000,6,874.4935,-28.8724,402.5515,-74.1712,-2.6440,36.8644,-6.7924,-0.2483,-8.0375,0.0000,-8.0375,5.6417,-8.0375,0.5576,0.0000,-8.5951,0.0000,-8.5951,5.9751,-14.5703,0.0000,-14.5703,-0.2172,-14.3531,0.0000,-2.7847,10.1135,-21.6819,472.2552,472.2552,472.2552 -347.5000,1.0000,4250.5202,54.1350,53.7960,-0.1883,0.0000,6,864.4572,-69.6689,407.2250,-74.8888,-6.3068,36.8644,-6.7794,-0.2874,-11.6118,0.0000,-11.6118,5.5924,-11.6118,0.5861,0.0000,-12.1979,0.0000,-12.1979,5.9066,-18.1045,0.0000,-18.1045,-0.2514,-17.8531,0.0000,-2.7527,9.9974,-25.0977,0.0000,0.0000,0.0000 -348.5000,1.0000,4265.3630,53.4340,53.0720,-0.2011,0.0000,6,853.2633,-75.6893,412.5674,-75.6893,-6.7631,36.8644,-6.7631,-0.3029,-11.9975,0.0000,-11.9975,5.5373,-11.9975,0.5819,0.0000,-12.5794,0.0000,-12.5794,5.8301,-18.4095,1.1581,-19.5676,-0.2649,-19.3027,0.0000,-2.7171,9.8679,-26.4535,0.0000,0.0000,0.0000 -349.5000,1.0000,4279.9969,52.6820,52.2920,-0.2167,0.0000,6,841.2549,-76.5448,418.4565,-76.5479,-6.7433,36.8644,-6.7436,-0.3217,-11.8864,0.0000,-11.8864,5.4648,-11.8864,0.5722,0.0000,-12.4586,0.0000,-12.4586,5.7480,-18.2066,3.1232,-21.3297,-0.2814,-21.0483,0.0000,-2.6789,9.7291,-28.0985,0.0000,0.0000,0.0000 -350.5000,1.0000,4294.4365,51.9825,51.6730,-0.1719,0.0000,6,830.0849,-44.8508,424.0875,-77.3467,-3.8987,36.8644,-6.7235,-0.2519,-9.0587,0.0000,-9.0587,5.4120,-9.0587,0.5360,0.0000,-9.5947,0.0000,-9.5947,5.6717,-15.2664,0.0000,-15.2664,-0.2204,-15.0460,0.0000,-2.6433,9.5999,-22.0026,183.7623,183.7623,183.7623 -351.5000,1.0000,4308.6923,51.3210,50.9690,-0.1956,0.0000,6,819.5217,-78.1020,429.5537,-78.1020,-6.7027,36.8644,-6.7027,-0.2829,-11.7666,0.0000,-11.7666,5.3468,-11.7666,0.5556,0.0000,-12.3222,0.0000,-12.3222,5.5995,-17.9217,0.1632,-18.0849,-0.2474,-17.8375,0.0000,-2.6097,9.4777,-24.7055,0.0000,0.0000,0.0000 -352.5000,1.0000,4322.7655,50.6635,50.3580,-0.1697,0.0000,6,809.0224,-41.3326,435.1284,-78.8528,-3.5017,36.8644,-6.6805,-0.2424,-8.5552,0.0000,-8.5552,5.2959,-8.5552,0.5161,0.0000,-9.0713,0.0000,-9.0713,5.5278,-14.5991,0.0000,-14.5991,-0.2120,-14.3871,0.0000,-2.5762,9.3563,-21.1672,238.8031,238.8031,238.8031 -353.5000,1.0000,4336.6304,49.9135,49.4690,-0.2469,0.0000,6,797.0460,-79.8148,441.6666,-79.8148,-6.6619,36.8644,-6.6619,-0.3474,-11.5830,0.0000,-11.5830,5.2686,-11.5830,0.5380,0.0000,-12.1210,0.0000,-12.1210,5.4460,-17.5670,6.3994,-23.9663,-0.3039,-23.6625,0.0000,-2.5381,9.2178,-30.3422,0.0000,0.0000,0.0000 -354.5000,1.0000,4350.2515,49.0360,48.6030,-0.2406,0.0000,6,783.0336,-81.3177,449.5703,-81.3177,-6.6680,36.8644,-6.6680,-0.3325,-11.5167,0.0000,-11.5167,5.1812,-11.5167,0.5277,0.0000,-12.0444,0.0000,-12.0444,5.3502,-17.3946,5.3715,-22.7661,-0.2908,-22.4753,0.0000,-2.4935,9.0557,-29.0375,0.0000,0.0000,0.0000 -355.5000,1.0000,4363.6005,48.0565,47.5100,-0.3036,0.0000,6,767.3924,-82.9954,458.7335,-82.9954,-6.6696,36.8644,-6.6696,-0.4113,-11.3734,0.0000,-11.3734,5.1151,-11.3734,0.5155,0.0000,-11.8889,0.0000,-11.8889,5.2433,-17.1322,12.7132,-29.8455,-0.3597,-29.4857,0.0000,-2.4437,8.8748,-35.9169,0.0000,0.0000,0.0000 -356.5000,1.0000,4376.5677,46.6820,45.8540,-0.4600,0.0000,6,745.4437,-85.3471,472.2404,-85.3496,-6.6624,36.8644,-6.6626,-0.6053,-11.0742,0.0000,-11.0742,5.0171,-11.0742,0.4976,0.0000,-11.5718,0.0000,-11.5718,5.0934,-16.6652,30.4781,-47.1433,-0.5294,-46.6139,0.0000,-2.3738,8.6210,-52.8611,0.0000,0.0000,0.0000 -357.5000,1.0000,4389.0787,45.0395,44.2250,-0.4525,0.0000,6,719.2153,-88.1628,489.4621,-88.1628,-6.6401,36.8644,-6.6401,-0.5745,-12.7497,0.0000,-12.7497,6.6841,-12.7497,0.5114,0.0000,-13.2611,0.0000,-13.2611,4.9142,-18.1752,26.4695,-44.6447,-0.5025,-44.1422,0.0000,-2.2902,8.3177,-50.1697,0.0000,0.0000,0.0000 -358.5000,1.0000,4401.2219,43.7155,43.2060,-0.2831,0.0000,6,698.0730,-90.4305,504.2863,-90.4305,-6.6107,36.8644,-6.6107,-0.3488,-12.8112,0.0000,-12.8112,6.5493,-12.8112,0.5020,0.0000,-13.3132,0.0000,-13.3132,4.7697,-18.0829,6.8324,-24.9153,-0.3051,-24.6102,0.0000,-2.2229,8.0732,-30.4605,0.0000,0.0000,0.0000 -359.5000,1.0000,4413.0815,42.6945,42.1830,-0.2842,0.0000,6,681.7691,-92.1792,516.3458,-92.1792,-6.5811,36.8644,-6.5811,-0.3420,-12.6232,0.0000,-12.6232,6.3841,-12.6232,0.4902,0.0000,-13.1134,0.0000,-13.1134,4.6583,-17.7718,6.6796,-24.4513,-0.2991,-24.1522,0.0000,-2.1710,7.8846,-29.8658,0.0000,0.0000,0.0000 -360.5000,1.0000,4424.6551,41.6650,41.1470,-0.2878,0.0000,6,665.3295,-93.9425,529.1042,-93.9425,-6.5453,36.8644,-6.5453,-0.3380,-12.4637,0.0000,-12.4637,6.2564,-12.4637,0.4790,0.0000,-12.9427,0.0000,-12.9427,4.5460,-17.4887,6.7471,-24.2358,-0.2956,-23.9402,0.0000,-2.1186,7.6945,-29.5160,0.0000,0.0000,0.0000 -361.5000,1.0000,4435.9024,40.4905,39.8340,-0.3647,0.0000,0,628.5289,77.0787,560.0835,-97.8897,5.0733,36.8644,-6.4430,-1.1012,0.0000,0.0000,0.0000,6.1744,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.4178,-4.4178,26.8810,-31.2988,-0.3641,-30.9347,0.0000,-2.0589,7.4776,-36.3534,1557.8668,1557.8668,1557.8668 -362.5000,1.0000,4446.7830,39.1700,38.5060,-0.3689,0.0000,5,722.3110,-87.8308,487.3643,-87.8308,-6.6435,36.8644,-6.6435,5.4254,-18.2068,0.0000,-18.2068,6.1378,-21.6569,0.4395,0.0000,-22.0964,0.0000,-22.0964,4.2738,-26.3702,4.3137,-30.6838,-0.3562,-30.3276,0.0000,-1.9918,7.2337,-35.5696,0.0000,0.0000,0.0000 -363.5000,1.0000,4457.4472,38.3910,38.2760,-0.0639,0.0000,5,842.0995,106.3710,418.0369,-76.4875,9.3803,36.8644,-6.7450,-0.1304,3.5739,0.0000,3.5739,5.9368,3.5739,0.3458,0.0000,3.2281,0.0000,3.2281,4.1888,-0.9606,0.0000,-0.9606,-0.0605,-0.9002,0.0000,-1.9522,7.0899,-6.0379,2552.6209,2552.6209,2552.6209 -364.5000,1.0000,4468.1762,38.6245,38.9730,0.1936,0.0000,5,847.2213,391.7279,428.5696,-76.1213,34.7544,38.0230,-6.7535,0.3977,28.4429,0.0000,28.4429,5.9138,28.4429,0.4667,0.0000,27.9762,0.0000,27.9762,4.2142,23.7620,0.0000,23.7620,0.1844,23.5776,0.0000,-1.9640,7.1330,18.4087,7112.7645,7112.7645,7112.7645 -365.5000,1.0000,4479.1799,39.6135,40.2540,0.3558,0.0000,5,868.9148,571.3757,592.1155,-74.5701,51.9909,53.8781,-6.7853,0.7497,45.2330,0.0000,45.2330,6.0082,45.2330,0.5629,0.0000,44.6701,0.0000,44.6701,4.3221,40.3480,0.0000,40.3480,0.3475,40.0005,0.0000,-2.0143,7.3156,34.6992,10283.1332,10283.1332,10283.1332 -366.5000,1.0000,4490.3128,40.0781,39.9023,-0.0977,0.0000,0,882.9641,48.6011,681.7573,-73.5655,4.4938,63.0379,-6.8021,0.0000,0.0000,0.0000,0.0000,4.4938,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.3728,-4.3728,0.0000,-4.3728,-0.0965,-4.2763,0.0000,-2.0380,7.4014,-9.6397,1651.8010,1651.8010,1651.8010 -367.5000,1.0000,4501.6704,40.8875,41.8728,0.5474,0.0000,4,1121.1507,667.1529,667.1529,-75.0468,78.3282,78.3282,-8.8110,16.3994,57.3170,0.0000,57.3170,4.6119,67.8587,1.9977,0.0000,65.8610,0.0000,65.8610,4.7447,61.1163,0.0000,61.1163,0.5518,60.5645,0.0000,-2.0791,7.5509,55.0927,15381.2373,15381.2373,15381.2373 -368.5000,1.0000,4513.7301,43.4151,44.9573,0.8568,0.0000,4,1409.4057,784.2160,784.2160,-92.1697,115.7445,115.7445,-13.6036,4.3336,106.6842,0.0000,106.6842,4.7269,106.6842,2.8378,0.0000,103.8464,0.0000,103.8464,5.5467,98.2997,0.0000,98.2997,0.9171,97.3826,0.0000,-2.2076,8.0177,91.5725,22520.5668,22520.5668,22520.5668 -369.5000,1.0000,4526.4609,45.8307,46.7040,0.4852,0.0000,4,1487.8254,489.0993,856.2644,-96.8206,76.2040,133.4100,-15.0851,2.5904,68.7729,0.0000,68.7729,4.8407,68.7729,2.1429,0.0000,66.6300,0.0000,66.6300,5.2104,61.4196,0.0000,61.4196,0.5482,60.8713,0.0000,-2.3305,8.4638,54.7380,15091.7778,15091.7778,15091.7778 -370.5000,1.0000,4539.6216,47.3785,48.0530,0.3747,0.0000,4,1538.0732,401.5453,768.4839,-99.8007,64.6756,123.7771,-16.0746,2.0682,57.6323,0.0000,57.6323,4.9750,57.6323,1.9621,0.0000,55.6703,0.0000,55.6703,5.1882,50.4821,0.0000,50.4821,0.4377,50.0443,0.0000,-2.4092,8.7496,43.7039,13043.5903,13043.5903,13043.5903 -371.5000,1.0000,4553.1107,48.5610,49.0690,0.2822,0.0000,4,1576.4614,329.0666,746.8937,-102.0774,54.3245,123.3022,-16.8516,1.5966,47.6676,0.0000,47.6676,5.0603,47.6676,1.7955,0.0000,45.8721,0.0000,45.8721,5.2984,40.5737,0.0000,40.5737,0.3379,40.2358,0.0000,-2.4693,8.9680,33.7371,11106.2094,11106.2094,11106.2094 -372.5000,1.0000,4566.6922,48.8931,48.7173,-0.0977,0.0000,0,1547.3970,5.0312,684.4397,-100.3537,0.8153,110.9087,-16.2616,-4.3290,0.0000,0.0000,0.0000,5.1443,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.3346,-5.3346,0.0000,-5.3346,-0.1178,-5.2168,0.0000,-2.4862,9.0294,-11.7600,2363.5301,2363.5301,2363.5301 -373.5000,1.0000,4580.3921,49.3197,49.9221,0.3347,0.0000,5,1298.4369,393.7734,393.7734,-85.5884,53.5422,53.5422,-11.6376,-16.2191,64.5222,0.0000,64.5222,5.2390,53.7580,0.7358,0.0000,53.0222,0.0000,53.0222,5.3812,47.6410,0.0000,47.6410,0.4070,47.2341,0.0000,-2.5079,9.1081,40.6338,10753.4691,10753.4691,10753.4691 -374.5000,1.0000,4594.5023,50.7968,51.6714,0.4859,0.0000,5,1114.2180,697.9490,697.9490,-74.6332,81.4371,81.4371,-8.7083,1.3128,74.8072,0.0000,74.8072,5.3172,74.8072,0.8625,0.0000,73.9447,0.0000,73.9447,5.7764,68.1683,0.0000,68.1683,0.6086,67.5598,0.0000,-2.5830,9.3809,60.7619,15990.9048,15990.9048,15990.9048 -375.5000,1.0000,4609.1458,52.7165,53.7616,0.5806,0.0000,5,1156.3267,804.1350,804.1350,-77.1451,97.3729,97.3729,-9.3415,1.6278,90.3048,0.0000,90.3048,5.4404,90.3048,0.9685,0.0000,89.3363,0.0000,89.3363,6.1837,83.1526,0.0000,83.1526,0.7546,82.3980,0.0000,-2.6806,9.7354,75.3432,18992.4141,18992.4141,18992.4141 -376.5000,1.0000,4624.2395,54.3373,54.9130,0.3198,0.0000,5,1191.8782,510.5480,850.4468,-79.2658,63.7231,106.1470,-9.8934,0.9243,57.2393,0.0000,57.2393,5.5595,57.2393,0.8279,0.0000,56.4114,0.0000,56.4114,5.9286,50.4828,0.0000,50.4828,0.4285,50.0543,0.0000,-2.7630,10.0348,42.7826,12659.5616,12659.5616,12659.5616 -377.5000,1.0000,4639.6522,55.4860,56.0590,0.3183,0.0000,5,1217.0752,508.8554,727.1094,-80.7630,64.8545,92.6714,-10.2934,0.9394,58.2461,0.0000,58.2461,5.6690,58.2461,0.8507,0.0000,57.3954,0.0000,57.3954,6.0540,51.3415,0.0000,51.3415,0.4355,50.9060,0.0000,-2.8214,10.2469,43.4805,12892.0558,12892.0558,12892.0558 -378.5000,1.0000,4655.3590,56.5445,57.0300,0.2697,0.0000,5,1240.2932,454.3140,728.5696,-82.1400,59.0078,94.6290,-10.6686,0.8111,52.4948,0.0000,52.4948,5.7018,52.4948,0.8386,0.0000,51.6562,0.0000,51.6562,6.1695,45.4868,0.0000,45.4868,0.3760,45.1107,0.0000,-2.8753,10.4424,37.5436,11737.5598,11737.5598,11737.5598 -379.5000,1.0000,4671.3235,57.4720,57.9140,0.2456,0.0000,5,1260.6377,428.0011,707.9968,-83.3466,56.5020,93.4653,-11.0029,0.7506,49.8906,0.0000,49.8906,5.8608,49.8906,0.8404,0.0000,49.0503,0.0000,49.0503,6.2706,42.7796,0.0000,42.7796,0.3479,42.4317,0.0000,-2.9224,10.6137,34.7404,11271.9697,11271.9697,11271.9697 -380.5000,1.0000,4687.5502,58.4160,58.9180,0.2789,0.0000,5,1281.3442,464.4619,700.6663,-84.5746,62.3224,94.0168,-11.3484,0.8665,55.5813,0.0000,55.5813,5.8747,55.5813,0.8840,0.0000,54.6973,0.0000,54.6973,6.3736,48.3236,0.0000,48.3236,0.4017,47.9220,0.0000,-2.9704,10.7880,40.1044,12414.5528,12414.5528,12414.5528 -381.5000,1.0000,4704.0010,59.2230,59.5280,0.1694,0.0000,5,1299.0456,343.1958,716.4913,-85.6245,46.6869,97.4684,-11.6480,0.5337,40.1575,0.0000,40.1575,5.9956,40.1575,0.8200,0.0000,39.3375,0.0000,39.3375,6.4617,32.8758,0.0000,32.8758,0.2474,32.6284,0.0000,-3.0115,10.9370,24.7028,9464.3249,9464.3249,9464.3249 -382.5000,1.0000,4720.5900,59.7205,59.9130,0.1069,0.0000,5,1309.9582,273.8715,667.6044,-86.2717,37.5693,91.5810,-11.8346,0.3397,31.1710,0.0000,31.1710,6.0586,31.1710,0.7833,0.0000,30.3877,0.0000,30.3877,6.5160,23.8717,0.0000,23.8717,0.1575,23.7142,0.0000,-3.0368,11.0289,15.7221,7750.9986,7750.9986,7750.9986 -383.5000,1.0000,4737.2152,59.8505,59.7880,-0.0347,0.0000,5,1312.8097,116.7460,636.8632,-86.4408,16.0499,87.5541,-11.8836,-0.1105,10.0526,0.0000,10.0526,6.1078,10.0526,0.6798,0.0000,9.3728,0.0000,9.3728,6.5302,2.8426,0.0000,2.8426,-0.0512,2.8938,0.0000,-3.0434,11.0529,-5.1157,3770.8622,3770.8622,3770.8622 -384.5000,1.0000,4753.7714,59.6025,59.4170,-0.1031,0.0000,5,1307.3699,40.8143,568.5611,-86.1182,5.5878,77.8402,-11.7902,-0.3267,-0.1154,0.0000,-0.1154,6.0298,-0.1154,0.6771,0.0000,-0.7925,0.0000,-0.7925,6.5031,-7.2956,0.0000,-7.2956,-0.1514,-7.1441,0.0000,-3.0308,11.0071,-15.1205,2363.4631,2363.4631,2363.4631 -385.5000,1.0000,4770.2329,59.2615,59.1060,-0.0864,0.0000,5,1299.8901,59.2661,534.9268,-85.6746,8.0675,72.8165,-11.6624,-0.2723,2.3329,0.0000,2.3329,6.0069,2.3329,0.6651,0.0000,1.6678,0.0000,1.6678,6.4659,-4.7981,0.0000,-4.7981,-0.1262,-4.6719,0.0000,-3.0134,10.9441,-12.6026,2642.6628,2642.6628,2642.6628 -386.5000,1.0000,4786.6638,59.1510,59.1960,0.0250,0.0000,5,1297.4663,182.6197,544.9565,-85.5308,24.8126,74.0434,-11.6211,0.0786,18.7583,0.0000,18.7583,5.9756,18.7583,0.7119,0.0000,18.0465,0.0000,18.0465,6.4538,11.5926,0.0000,11.5926,0.0365,11.5562,0.0000,-3.0078,10.9237,3.6403,5377.0917,5377.0917,5377.0917 -387.5000,1.0000,4803.1396,59.3130,59.4300,0.0650,0.0000,5,1301.0197,227.2406,598.5480,-85.7416,30.9598,81.5477,-11.6816,0.2050,24.7392,0.0000,24.7392,6.0156,24.7392,0.7444,0.0000,23.9947,0.0000,23.9947,6.4715,17.5232,0.0000,17.5232,0.0951,17.4282,0.0000,-3.0160,10.9536,9.4906,6524.4920,6524.4920,6524.4920 -388.5000,1.0000,4819.7083,59.6475,59.8650,0.1208,0.0000,5,1308.3569,289.1508,619.9284,-86.1767,39.6168,84.9369,-11.8071,0.3833,33.2025,0.0000,33.2025,6.0309,33.2025,0.7922,0.0000,32.4103,0.0000,32.4103,6.5080,25.9023,0.0000,25.9023,0.1777,25.7246,0.0000,-3.0331,11.0154,17.7422,8131.3186,8131.3186,8131.3186 -389.5000,1.0000,4836.3989,60.0860,60.3070,0.1228,0.0000,5,1317.9753,291.1862,647.3656,-86.7472,40.1890,89.3481,-11.9727,0.3924,33.7412,0.0000,33.7412,6.0554,33.7412,0.8022,0.0000,32.9391,0.0000,32.9391,6.5559,26.3832,0.0000,26.3832,0.1819,26.2013,0.0000,-3.0554,11.0964,18.1603,8246.0041,8246.0041,8246.0041 -390.5000,1.0000,4853.2310,60.5955,60.8840,0.1603,0.0000,5,1329.1511,333.0469,651.2039,-87.4100,46.3563,90.6400,-12.1665,0.5165,39.7086,0.0000,39.7086,6.1312,39.7086,0.8404,0.0000,38.8681,0.0000,38.8681,6.6114,32.2567,0.0000,32.2567,0.2395,32.0172,0.0000,-3.0813,11.1905,23.9080,9406.2335,9406.2335,9406.2335 -391.5000,1.0000,4870.2471,61.2580,61.6320,0.2078,0.0000,5,1343.6830,385.8160,671.7553,-88.2718,54.2882,94.5228,-12.4207,0.6769,47.4177,0.0000,47.4177,6.1936,47.4177,0.8901,0.0000,46.5277,0.0000,46.5277,6.6837,39.8439,0.0000,39.8439,0.3138,39.5301,0.0000,-3.1149,11.3128,31.3322,10910.0185,10910.0185,10910.0185 -392.5000,1.0000,4887.4663,61.9890,62.3460,0.1983,0.0000,5,1359.7173,374.9869,695.3055,-89.2228,53.3941,99.0040,-12.7044,0.6539,46.5252,0.0000,46.5252,6.2151,46.5252,0.8979,0.0000,45.6273,0.0000,45.6273,6.7635,38.8638,0.0000,38.8638,0.3031,38.5606,0.0000,-3.1521,11.4478,30.2649,10749.4177,10749.4177,10749.4177 -393.5000,1.0000,4904.8728,62.6635,62.9810,0.1764,0.0000,5,1374.5123,350.9472,693.3774,-90.1003,50.5148,99.8038,-12.9689,0.5879,43.5995,0.0000,43.5995,6.3275,43.5995,0.8947,0.0000,42.7047,0.0000,42.7047,6.8371,35.8677,0.0000,35.8677,0.2725,35.5951,0.0000,-3.1864,11.5724,27.2092,10214.6376,10214.6376,10214.6376 -394.5000,1.0000,4922.4297,63.2050,63.4290,0.1244,0.0000,5,1386.3900,292.5142,685.3827,-90.8047,42.4679,99.5055,-13.1832,0.4183,35.7757,0.0000,35.7757,6.2739,35.7757,0.8649,0.0000,34.9108,0.0000,34.9108,6.8962,28.0146,0.0000,28.0146,0.1939,27.8207,0.0000,-3.2140,11.6724,19.3623,8736.4911,8736.4911,8736.4911 -395.5000,1.0000,4940.0852,63.5595,63.6900,0.0725,0.0000,5,1394.1659,235.1630,663.5042,-91.2659,34.3330,96.8694,-13.3245,0.2451,27.7286,0.0000,27.7286,6.3594,27.7286,0.8307,0.0000,26.8979,0.0000,26.8979,6.9348,19.9630,0.0000,19.9630,0.1136,19.8494,0.0000,-3.2320,11.7379,11.3435,7224.1580,7224.1580,7224.1580 -396.5000,1.0000,4957.7778,63.6935,63.6970,0.0019,0.0000,5,1397.1052,156.6703,640.5933,-91.4402,22.9216,93.7217,-13.3781,0.0066,16.5584,0.0000,16.5584,6.3566,16.5584,0.7772,0.0000,15.7812,0.0000,15.7812,6.9495,8.8318,0.0000,8.8318,0.0031,8.8287,0.0000,-3.2388,11.7626,0.3049,5144.5838,5144.5838,5144.5838 -397.5000,1.0000,4975.4790,63.7245,63.7520,0.0153,0.0000,5,1397.7852,171.4851,610.7755,-91.4805,25.1013,89.4027,-13.3905,0.0518,18.6898,0.0000,18.6898,6.3597,18.6898,0.7884,0.0000,17.9014,0.0000,17.9014,6.9528,10.9486,0.0000,10.9486,0.0240,10.9246,0.0000,-3.2404,11.7683,2.3966,5539.5239,5539.5239,5539.5239 -398.5000,1.0000,4993.1954,63.7790,63.8060,0.0150,0.0000,5,1398.9806,171.0841,616.8001,-91.5514,25.0640,90.3618,-13.4124,0.0509,18.6619,0.0000,18.6619,6.3512,18.6619,0.7892,0.0000,17.8727,0.0000,17.8727,6.9588,10.9139,0.0000,10.9139,0.0236,10.8903,0.0000,-3.2431,11.7784,2.3550,5534.6102,5534.6102,5534.6102 -399.5000,1.0000,5010.9457,63.9010,63.9960,0.0528,0.0000,5,1401.6567,212.8782,618.2390,-91.7101,31.2465,90.7458,-13.4613,0.1794,24.7306,0.0000,24.7306,6.3366,24.7306,0.8216,0.0000,23.9089,0.0000,23.9089,6.9721,16.9368,0.0000,16.9368,0.0831,16.8537,0.0000,-3.2493,11.8009,8.3021,6663.2894,6663.2894,6663.2894 -400.5000,1.0000,5028.7646,64.1480,64.3000,0.0844,0.0000,5,1407.0746,248.5544,636.3203,-92.0315,36.6241,93.7608,-13.5607,0.2881,29.9037,0.0000,29.9037,6.4323,29.9037,0.8518,0.0000,29.0520,0.0000,29.0520,6.9991,22.0529,0.0000,22.0529,0.1336,21.9194,0.0000,-3.2619,11.8465,13.3347,7662.6718,7662.6718,7662.6718 -401.5000,1.0000,5046.6847,64.5125,64.7250,0.1181,0.0000,5,1415.0698,286.2429,652.5007,-92.5056,42.4171,96.6913,-13.7080,0.4051,35.4943,0.0000,35.4943,6.5178,35.4943,0.8861,0.0000,34.6082,0.0000,34.6082,7.0388,27.5694,0.0000,27.5694,0.1878,27.3816,0.0000,-3.2804,11.9139,18.7482,8732.1744,8732.1744,8732.1744 -402.5000,1.0000,5064.7207,64.9295,65.1340,0.1136,0.0000,5,1424.2166,280.6558,668.6096,-93.0481,41.8580,99.7188,-13.8775,0.3923,35.0053,0.0000,35.0053,6.4603,35.0053,0.8909,0.0000,34.1144,0.0000,34.1144,7.0843,27.0301,0.0000,27.0301,0.1819,26.8482,0.0000,-3.3016,11.9909,18.1590,8631.6959,8631.6959,8631.6959 -403.5000,1.0000,5082.8193,65.1550,65.1760,0.0117,0.0000,5,1429.1629,167.4483,665.4550,-93.3415,25.0606,99.5931,-13.9696,0.0404,18.5308,0.0000,18.5308,6.4894,18.5308,0.8125,0.0000,17.7183,0.0000,17.7183,7.1089,10.6094,0.0000,10.6094,0.0187,10.5906,0.0000,-3.3131,12.0325,1.8712,5531.6963,5531.6963,5531.6963 -404.5000,1.0000,5100.9682,65.3360,65.4960,0.0889,0.0000,5,1433.1331,253.1804,626.0508,-93.5769,37.9966,93.9560,-14.0438,0.3089,31.1909,0.0000,31.1909,6.4968,31.1909,0.8790,0.0000,30.3120,0.0000,30.3120,7.1287,23.1833,0.0000,23.1833,0.1432,23.0401,0.0000,-3.3223,12.0659,14.2965,7916.2509,7916.2509,7916.2509 -405.5000,1.0000,5119.2406,65.7805,66.0650,0.1581,0.0000,5,1442.8832,330.3219,661.7452,-94.1552,49.9111,99.9886,-14.2267,0.5530,42.7752,0.0000,42.7752,6.5829,42.7752,0.9447,0.0000,41.8305,0.0000,41.8305,7.1772,34.6533,0.0000,34.6533,0.2563,34.3970,0.0000,-3.3449,12.1480,25.5939,10161.3512,10161.3512,10161.3512 -406.5000,1.0000,5137.6927,66.4275,66.7900,0.2014,0.0000,5,1457.0750,378.6880,693.7979,-94.9969,57.7819,105.8628,-14.4951,0.7115,50.3932,0.0000,50.3932,6.6773,50.3932,0.9943,0.0000,49.3989,0.0000,49.3989,7.2478,42.1511,0.0000,42.1511,0.3298,41.8213,0.0000,-3.3778,12.2675,32.9316,11660.7635,11660.7635,11660.7635 -407.5000,1.0000,5156.4077,67.3740,67.9580,0.3244,0.0000,5,1477.8363,515.6883,717.7048,-96.2282,79.8072,111.0710,-14.8921,1.1626,71.8346,0.0000,71.8346,6.8100,71.8346,1.1184,0.0000,70.7162,0.0000,70.7162,7.3510,63.3652,0.0000,63.3652,0.5389,62.8262,0.0000,-3.4259,12.4423,53.8099,15723.0727,15723.0727,15723.0727 -408.5000,1.0000,5175.4677,68.6160,69.2740,0.3656,0.0000,5,1505.0793,560.8876,769.8768,-97.8439,88.4024,121.3415,-15.4213,1.3340,80.2198,0.0000,80.2198,6.8486,80.2198,1.1829,0.0000,79.0369,0.0000,79.0369,7.4900,71.5469,0.0000,71.5469,0.6184,70.9285,0.0000,-3.4891,12.6717,61.7459,17346.7370,17346.7370,17346.7370 -409.5000,1.0000,5194.8636,69.8255,70.3770,0.3064,0.0000,5,1531.6095,495.6528,787.7073,-99.4174,79.4976,126.3402,-15.9455,1.1378,71.3153,0.0000,71.3153,7.0446,71.3153,1.1605,0.0000,70.1547,0.0000,70.1547,7.6185,62.5362,0.0000,62.5362,0.5275,62.0087,0.0000,-3.5506,12.8950,52.6643,15767.9762,15767.9762,15767.9762 -410.5000,1.0000,5214.5077,70.7185,71.0600,0.1897,0.0000,5,1551.1973,365.6606,767.8712,-100.5791,59.3983,124.7338,-16.3382,0.7136,51.6172,0.0000,51.6172,7.0675,51.6172,1.0786,0.0000,50.5386,0.0000,50.5386,7.7159,42.8226,0.0000,42.8226,0.3308,42.4918,0.0000,-3.5960,13.0600,33.0279,12035.6310,12035.6310,12035.6310 -411.5000,1.0000,5234.3625,71.4775,71.8950,0.2319,0.0000,5,1567.8458,412.5693,730.9825,-101.5665,67.7374,120.0159,-16.6756,0.8817,59.7179,0.0000,59.7179,7.1378,59.7179,1.1334,0.0000,58.5845,0.0000,58.5845,7.7988,50.7858,0.0000,50.7858,0.4087,50.3770,0.0000,-3.6346,13.2001,40.8115,13616.8498,13616.8498,13616.8498 -412.5000,1.0000,5254.2470,71.5840,71.2730,-0.1728,0.0000,0,1546.4930,26.8263,721.7282,-100.3001,4.3445,116.8827,-16.2434,-2.8976,0.0000,0.0000,0.0000,7.2421,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,7.8104,-7.8104,13.3610,-21.1714,-0.3049,-20.8664,0.0000,-3.6400,13.2198,-30.4462,2752.9455,2752.9455,2752.9455 -413.5000,1.0000,5273.9103,70.7880,70.3030,-0.2694,0.0000,6,1319.3096,-86.8263,415.6203,-86.8263,-11.9957,57.4212,-11.9957,-15.9344,-1.8142,0.0000,-1.8142,5.7529,-1.5544,0.6924,0.0000,-2.2468,0.0000,-2.2468,7.7235,-9.9704,27.9791,-37.9494,-0.4703,-37.4792,0.0000,-3.5995,13.0728,-46.9524,0.0000,0.0000,0.0000 -414.5000,1.0000,5293.2965,69.7905,69.2780,-0.2847,0.0000,6,1114.4528,-74.6472,414.0197,-74.6472,-8.7117,48.3183,-8.7117,-0.5601,-13.4617,0.0000,-13.4617,5.3101,-13.4617,0.7983,0.0000,-14.2600,0.0000,-14.2600,7.6147,-21.8747,18.0731,-39.9478,-0.4899,-39.4579,0.1179,-3.5488,12.8886,-48.9155,0.0000,0.0000,0.0000 -415.5000,1.0000,5312.2561,68.2545,67.2310,-0.5686,0.0000,6,1089.9251,-73.0639,413.4851,-73.0639,-8.3393,47.1938,-8.3393,-1.0939,-12.5754,0.0000,-12.5754,5.3301,-12.5754,0.7693,0.0000,-13.3446,0.0000,-13.3446,7.4471,-20.7917,66.3876,-87.1794,-0.9569,-86.2225,0.1812,-3.4707,12.6049,-95.5379,0.0000,0.0000,0.0000 -416.5000,1.0000,5330.7953,66.7410,66.2510,-0.2722,0.0000,6,1065.7567,-71.3339,413.1816,-71.3339,-7.9613,46.1135,-7.9613,-0.5121,-12.5419,0.0000,-12.5419,5.0927,-12.5419,0.7493,0.0000,-13.2912,0.0000,-13.2912,7.2820,-20.5732,15.4904,-36.0636,-0.4479,-35.6156,0.1772,-3.3938,12.3254,-44.7245,0.0000,0.0000,0.0000 -417.5000,1.0000,5349.1638,66.1265,66.0020,-0.0692,0.0000,6,1055.9441,92.2212,415.8337,-70.6314,10.1977,45.9821,-7.8103,-0.1289,5.2876,0.0000,5.2876,5.0390,5.2876,0.5631,0.0000,4.7245,0.0000,4.7245,7.2149,-2.4905,0.0000,-2.4905,-0.1128,-2.3777,0.0319,-3.3625,12.2119,-11.2590,2844.4933,2844.4933,2844.4933 -418.5000,1.0000,5367.5347,66.1355,66.2690,0.0742,0.0000,6,1056.0878,311.3695,499.3624,-70.6417,34.4354,55.2261,-7.8125,0.1383,29.2983,0.0000,29.2983,4.9988,29.2983,1.0362,0.0000,28.2621,0.0000,28.2621,7.2159,21.0462,0.0000,21.0462,0.1209,20.9252,0.0000,-3.3630,12.2136,12.0746,7047.5729,7047.5729,7047.5729 -419.5000,1.0000,5385.9789,66.3990,66.5290,0.0722,0.0000,6,1060.2955,308.5547,607.0106,-70.9429,34.2600,67.3987,-7.8771,0.1352,29.0884,0.0000,29.0884,5.0365,29.0884,1.0347,0.0000,28.0537,0.0000,28.0537,7.2447,20.8090,0.0000,20.8090,0.1182,20.6908,0.0000,-3.3764,12.2623,11.8049,7016.2621,7016.2621,7016.2621 -420.5000,1.0000,5404.5452,66.8385,67.1480,0.1719,0.0000,6,1067.3137,461.2161,608.4294,-71.4453,51.5496,68.0034,-7.9854,0.3239,46.1927,0.0000,46.1927,5.0329,46.1927,1.3814,0.0000,44.8114,0.0000,44.8114,7.2926,37.5188,0.0000,37.5188,0.2833,37.2354,0.0000,-3.3987,12.3434,28.2907,10239.7871,10239.7871,10239.7871 -421.5000,1.0000,5423.3138,67.5670,67.9860,0.2328,0.0000,6,1078.9467,554.3498,684.2100,-72.2780,62.6343,77.3069,-8.1665,0.4433,57.1270,0.0000,57.1270,5.0640,57.1270,1.6076,0.0000,55.5194,0.0000,55.5194,7.3721,48.1473,0.0000,48.1473,0.3878,47.7595,0.0000,-3.4358,12.4780,38.7173,12378.4865,12378.4865,12378.4865 -422.5000,1.0000,5442.3550,68.5485,69.1110,0.3125,0.0000,6,1094.6199,676.7091,731.1955,-73.3999,77.5700,83.8157,-8.4137,0.6038,71.8251,0.0000,71.8251,5.1411,71.8251,1.9119,0.0000,69.9132,0.0000,69.9132,7.4792,62.4341,0.0000,62.4341,0.5281,61.9059,0.0000,-3.4857,12.6592,52.7324,15245.1964,15245.1964,15245.1964 -423.5000,1.0000,5461.7157,69.6985,70.2860,0.3264,0.0000,6,1112.9837,697.8404,790.0216,-74.5596,81.3343,92.0781,-8.6900,0.6412,75.4904,0.0000,75.4904,5.2026,75.4904,1.9974,0.0000,73.4930,0.0000,73.4930,7.6047,65.8883,0.0000,65.8883,0.5609,65.3274,0.0000,-3.5441,12.8716,56.0000,15971.9644,15971.9644,15971.9644 -424.5000,1.0000,5481.3570,70.7085,71.1310,0.2347,0.0000,6,1129.1119,573.4074,800.5967,-75.5217,67.7999,94.6628,-8.9297,0.4678,60.1439,0.0000,60.1439,7.1881,60.1439,1.7013,0.0000,58.4426,0.0000,58.4426,7.7149,50.7277,0.0000,50.7277,0.4092,50.3185,0.0000,-3.5955,13.0581,40.8559,13414.3613,13414.3613,13414.3613 -425.5000,1.0000,5501.1938,71.4125,71.6940,0.1564,0.0000,6,1140.3538,452.0530,744.2549,-76.1923,53.9831,88.8771,-9.0987,0.3148,46.5532,0.0000,46.5532,7.1151,46.5532,1.4371,0.0000,45.1160,0.0000,45.1160,7.7917,37.3244,0.0000,37.3244,0.2753,37.0490,0.0000,-3.6313,13.1881,27.4922,10736.7183,10736.7183,10736.7183 -426.5000,1.0000,5521.1889,71.9825,72.2710,0.1603,0.0000,6,1149.4559,458.6887,689.9372,-76.7352,55.2127,83.0482,-9.2367,0.3252,47.6372,0.0000,47.6372,7.2503,47.6372,1.4650,0.0000,46.1721,0.0000,46.1721,7.8539,38.3183,0.0000,38.3183,0.2844,38.0338,0.0000,-3.6603,13.2934,28.4007,10989.9120,10989.9120,10989.9120 -427.5000,1.0000,5541.3765,72.6755,73.0800,0.2247,0.0000,6,1160.5221,557.0377,695.3832,-77.3953,67.6966,84.5096,-9.4058,0.4603,59.9809,0.0000,59.9809,7.2553,59.9809,1.7195,0.0000,58.2614,0.0000,58.2614,7.9295,50.3320,0.0000,50.3320,0.4027,49.9293,0.0000,-3.6955,13.4214,40.2034,13398.4244,13398.4244,13398.4244 -428.5000,1.0000,5561.7792,73.4495,73.8190,0.2053,0.0000,6,1172.8817,527.1638,741.3118,-78.1326,64.7483,91.0508,-9.5966,0.4250,56.9994,0.0000,56.9994,7.3239,56.9994,1.6684,0.0000,55.3310,0.0000,55.3310,8.0139,47.3171,0.0000,47.3171,0.3717,46.9453,0.0000,-3.7349,13.5643,37.1159,12830.2389,12830.2389,12830.2389 -429.5000,1.0000,5582.3988,74.2305,74.6420,0.2286,0.0000,6,1185.3532,563.1081,729.8423,-78.8766,69.8985,90.5952,-9.7909,0.4783,62.0029,0.0000,62.0029,7.4173,62.0029,1.7772,0.0000,60.2257,0.0000,60.2257,8.0991,52.1266,0.0000,52.1266,0.4184,51.7082,0.0000,-3.7746,13.7085,41.7743,13841.7162,13841.7162,13841.7162 -430.5000,1.0000,5603.2057,74.9050,75.1680,0.1461,0.0000,6,1196.1239,436.4884,746.4571,-79.5191,54.6736,93.4996,-9.9604,0.3085,46.8908,0.0000,46.8908,7.4742,46.8908,1.4825,0.0000,45.4084,0.0000,45.4084,8.1727,37.2356,0.0000,37.2356,0.2698,36.9658,0.0000,-3.8089,13.8331,26.9416,10926.3681,10926.3681,10926.3681 -431.5000,1.0000,5624.1483,75.3935,75.6190,0.1253,0.0000,6,1203.9246,404.8822,690.9923,-79.9830,51.0454,87.1166,-10.0838,0.2662,43.2137,0.0000,43.2137,7.5655,43.2137,1.4144,0.0000,41.7992,0.0000,41.7992,8.2260,33.5732,0.0000,33.5732,0.2329,33.3403,0.0000,-3.8337,13.9233,23.2508,10233.3710,10233.3710,10233.3710 -432.5000,1.0000,5645.1871,75.7395,75.8600,0.0669,0.0000,6,1209.4497,314.4696,677.0881,-80.3107,39.8286,85.7554,-10.1716,0.1429,32.2043,0.0000,32.2043,7.4814,32.2043,1.1982,0.0000,31.0062,0.0000,31.0062,8.2638,22.7424,0.0000,22.7424,0.1250,22.6174,0.0000,-3.8513,13.9872,12.4815,8108.4562,8108.4562,8108.4562 -433.5000,1.0000,5666.3018,76.0130,76.1660,0.0850,0.0000,6,1213.8171,327.0472,637.9094,-80.5697,41.5712,81.0851,-10.2413,0.1821,35.8037,0.0000,35.8037,5.5853,35.8037,1.2732,0.0000,34.5305,0.0000,34.5305,8.2936,26.2369,0.0000,26.2369,0.1593,26.0776,0.0000,-3.8652,14.0377,15.9051,8437.0150,8437.0150,8437.0150 -434.5000,1.0000,5687.5179,76.3780,76.5900,0.1178,0.0000,6,1219.6456,377.0213,644.8727,-80.9154,48.1535,82.3638,-10.3346,0.2536,42.3287,0.0000,42.3287,5.5713,42.3287,1.4079,0.0000,40.9208,0.0000,40.9208,8.3334,32.5874,0.0000,32.5874,0.2218,32.3656,0.0000,-3.8838,14.1051,22.1442,9665.7173,9665.7173,9665.7173 -435.5000,1.0000,5708.8864,76.9265,77.2630,0.1869,0.0000,6,1228.4044,483.3865,669.1074,-81.4349,62.1820,86.0728,-10.4756,0.4054,56.1340,0.0000,56.1340,5.6426,56.1340,1.6903,0.0000,54.4438,0.0000,54.4438,8.3933,46.0505,0.0000,46.0505,0.3546,45.6959,0.0000,-3.9117,14.2064,35.4012,12363.1658,12363.1658,12363.1658 -436.5000,1.0000,5730.4642,77.6800,78.0970,0.2317,0.0000,6,1240.4366,552.0725,717.4329,-82.1485,71.7132,93.1933,-10.6709,0.5072,65.5008,0.0000,65.5008,5.7051,65.5008,1.8863,0.0000,63.6146,0.0000,63.6146,8.4755,55.1391,0.0000,55.1391,0.4437,54.6954,0.0000,-3.9500,14.3456,44.2998,14168.7911,14168.7911,14168.7911 -437.5000,1.0000,5752.2414,78.3980,78.6990,0.1672,0.0000,6,1251.9021,453.1013,747.6183,-82.8285,59.4011,98.0119,-10.8587,0.3695,53.2913,0.0000,53.2913,5.7403,53.2913,1.6504,0.0000,51.6409,0.0000,51.6409,8.5538,43.0871,0.0000,43.0871,0.3232,42.7638,0.0000,-3.9865,14.4782,32.2722,11815.4244,11815.4244,11815.4244 -438.5000,1.0000,5774.1749,78.9605,79.2220,0.1453,0.0000,6,1260.8844,419.7193,706.2629,-83.3612,55.4195,93.2546,-11.0070,0.3233,49.2799,0.0000,49.2799,5.8163,49.2799,1.5767,0.0000,47.7033,0.0000,47.7033,8.6152,39.0880,0.0000,39.0880,0.2828,38.8052,0.0000,-4.0151,14.5821,28.2383,11073.4664,11073.4664,11073.4664 -439.5000,1.0000,5796.2317,79.4045,79.5870,0.1014,0.0000,6,1267.9744,352.1406,692.5685,-83.7817,46.7579,91.9606,-11.1247,0.2269,40.7173,0.0000,40.7173,5.8137,40.7173,1.4106,0.0000,39.3067,0.0000,39.3067,8.6637,30.6431,0.0000,30.6431,0.1985,30.4446,0.0000,-4.0377,14.6640,19.8182,9430.9823,9430.9823,9430.9823 -440.5000,1.0000,5818.3903,79.7710,79.9550,0.1022,0.0000,6,1273.8269,353.3644,664.8003,-84.1288,47.1370,88.6809,-11.2223,0.2298,41.0755,0.0000,41.0755,5.8316,41.0755,1.4221,0.0000,39.6534,0.0000,39.6534,8.7036,30.9498,0.0000,30.9498,0.2010,30.7487,0.0000,-4.0563,14.7317,20.0733,9511.6935,9511.6935,9511.6935 -441.5000,1.0000,5840.6399,80.0985,80.2420,0.0797,0.0000,6,1279.0566,319.4670,665.9236,-84.4390,42.7902,89.1955,-11.3100,0.1800,36.6732,0.0000,36.6732,5.9370,36.6732,1.3379,0.0000,35.3353,0.0000,35.3353,8.7394,26.5960,0.0000,26.5960,0.1574,26.4385,0.0000,-4.0730,14.7922,15.7193,8691.0255,8691.0255,8691.0255 -442.5000,1.0000,5862.9638,80.3660,80.4900,0.0689,0.0000,6,1283.3282,302.3097,652.2013,-84.6923,40.6273,87.6492,-11.3818,0.1561,34.5880,0.0000,34.5880,5.8833,34.5880,1.2993,0.0000,33.2887,0.0000,33.2887,8.7686,24.5201,0.0000,24.5201,0.1365,24.3836,0.0000,-4.0866,14.8416,13.6286,8310.9587,8310.9587,8310.9587 -443.5000,1.0000,5885.3275,80.5095,80.5290,0.0108,0.0000,6,1285.6197,213.6062,644.5619,-84.8282,28.7578,86.7772,-11.4204,0.0246,22.7921,0.0000,22.7921,5.9411,22.7921,1.0651,0.0000,21.7270,0.0000,21.7270,8.7842,12.9428,0.0000,12.9428,0.0215,12.9213,0.0000,-4.0939,14.8681,2.1470,6079.2133,6079.2133,6079.2133 -444.5000,1.0000,5907.6842,80.4840,80.4390,-0.0250,0.0000,6,1285.2125,158.3231,606.3236,-84.8041,21.3083,81.6034,-11.4135,-0.0567,15.4679,0.0000,15.4679,5.8971,15.4679,0.9183,0.0000,14.5495,0.0000,14.5495,8.7814,5.7681,0.0000,5.7681,-0.0496,5.8177,0.0000,-4.0926,14.8634,-4.9531,4705.8881,4705.8881,4705.8881 -445.5000,1.0000,5930.0283,80.4390,80.4390,0.0000,0.0000,6,1284.4939,196.6270,583.0546,-84.7614,26.4487,78.4278,-11.4014,0.0000,20.5610,0.0000,20.5610,5.8877,20.5610,1.0197,0.0000,19.5413,0.0000,19.5413,8.7765,10.7648,0.0000,10.7648,0.0000,10.7648,0.0000,-4.0903,14.8551,0.0000,5670.0754,5670.0754,5670.0754 -446.5000,1.0000,5952.3657,80.4145,80.3900,-0.0136,0.0000,6,1284.1026,175.6698,599.0404,-84.7382,23.6225,80.5535,-11.3948,-0.0309,17.7777,0.0000,17.7777,5.8756,17.7777,0.9637,0.0000,16.8140,0.0000,16.8140,8.7739,8.0402,0.0000,8.0402,-0.0270,8.0672,0.0000,-4.0890,14.8506,-2.6944,5138.8609,5138.8609,5138.8609 -447.5000,1.0000,5974.6720,80.3025,80.2150,-0.0486,0.0000,6,1282.3142,122.1621,589.1408,-84.6322,16.4044,79.1120,-11.3647,-0.1100,10.6218,0.0000,10.6218,5.8926,10.6218,0.8193,0.0000,9.8026,0.0000,9.8026,8.7616,1.0409,0.0000,1.0409,-0.0962,1.1372,0.0000,-4.0834,14.8299,-9.6093,3778.8690,3778.8690,3778.8690 -448.5000,1.0000,5996.9200,80.0930,79.9710,-0.0678,0.0000,6,1278.9688,92.5404,565.1323,-84.4338,12.3942,75.6900,-11.3085,-0.1530,6.6985,0.0000,6.6985,5.8487,6.6985,0.7383,0.0000,5.9602,0.0000,5.9602,8.7388,-2.7786,0.0000,-2.7786,-0.1338,-2.6447,0.0000,-4.0727,14.7912,-13.3632,3131.0387,3131.0387,3131.0387 -449.5000,1.0000,6019.0695,79.7380,79.5050,-0.1294,0.0000,6,1273.2999,0.8858,549.8917,-84.0976,0.1181,73.3224,-11.2135,-0.2909,-5.4373,0.0000,-5.4373,5.8464,-5.4373,0.8546,0.0000,-6.2919,0.0000,-6.2919,8.7000,-14.9919,0.0000,-14.9919,-0.2545,-14.7375,0.0000,-4.0546,14.7256,-25.4084,1640.1974,1640.1974,1640.1974 -450.5000,1.0000,6041.0607,79.1685,78.8320,-0.1869,0.0000,6,1264.2058,-83.5582,506.5671,-83.5582,-11.0620,67.0631,-11.0620,-0.4172,-16.4732,0.0000,-16.4732,5.8283,-16.4732,0.9568,0.0000,-17.4300,0.0000,-17.4300,8.6379,-26.0679,0.1351,-26.2031,-0.3649,-25.8382,0.0000,-4.0257,14.6205,-36.4329,0.0000,0.0000,0.0000 -451.5000,1.0000,6062.8735,78.5260,78.2200,-0.1700,0.0000,6,1253.9460,-59.5705,466.8443,-82.9497,-7.8224,61.3027,-10.8924,-0.3763,-13.1994,0.0000,-13.1994,5.7533,-13.1994,0.9150,0.0000,-14.1143,0.0000,-14.1143,8.5678,-22.6822,0.0000,-22.6822,-0.3291,-22.3530,0.0000,-3.9930,14.5018,-32.8618,388.0730,388.0730,388.0730 -452.5000,1.0000,6084.5039,77.8695,77.5190,-0.1947,0.0000,6,1243.4627,-82.3280,473.8688,-82.3280,-10.7203,61.7049,-10.7203,-0.4274,-16.0245,0.0000,-16.0245,5.7316,-16.0245,0.9340,0.0000,-16.9585,0.0000,-16.9585,8.4962,-25.4547,1.8243,-27.2790,-0.3738,-26.9051,0.0000,-3.9596,14.3806,-37.3261,0.0000,0.0000,0.0000 -453.5000,1.0000,6105.9396,77.1685,76.8180,-0.1947,0.0000,6,1232.2687,-81.6641,460.4317,-81.6641,-10.5382,59.4154,-10.5382,-0.4235,-15.8498,0.0000,-15.8498,5.7351,-15.8498,0.9224,0.0000,-16.7722,0.0000,-16.7722,8.4197,-25.1919,1.8415,-27.0334,-0.3705,-26.6629,0.0000,-3.9240,14.2511,-36.9900,0.0000,0.0000,0.0000 -454.5000,1.0000,6127.2054,76.5570,76.2960,-0.1450,0.0000,6,1222.5040,-21.8880,458.9152,-81.0849,-2.8021,58.7505,-10.3805,-0.3129,-8.1648,0.0000,-8.1648,5.6756,-8.1648,0.8370,0.0000,-9.0018,0.0000,-9.0018,8.3530,-17.3548,0.0000,-17.3548,-0.2737,-17.0811,0.0000,-3.8929,14.1382,-27.3264,1087.7047,1087.7047,1087.7047 -455.5000,1.0000,6148.3278,76.0405,75.7850,-0.1419,0.0000,6,1214.2562,-17.3747,483.6493,-80.5958,-2.2093,61.4992,-10.2483,-0.3042,-7.5398,0.0000,-7.5398,5.6347,-7.5398,0.8236,0.0000,-8.3634,0.0000,-8.3634,8.2966,-16.6600,0.0000,-16.6600,-0.2661,-16.3939,0.0000,-3.8666,14.0428,-26.5701,1158.0865,1158.0865,1158.0865 -456.5000,1.0000,6169.3317,75.6140,75.4430,-0.0950,0.0000,6,1207.4456,52.5681,484.7819,-80.1919,6.6469,61.2975,-10.1397,-0.2025,1.2390,0.0000,1.2390,5.6103,1.2390,0.7299,0.0000,0.5091,0.0000,0.5091,8.2501,-7.7410,0.0000,-7.7410,-0.1771,-7.5639,0.0000,-3.8449,13.9640,-17.6830,2322.1441,2322.1441,2322.1441 -457.5000,1.0000,6190.2456,75.2900,75.1370,-0.0850,0.0000,6,1202.2718,66.9360,515.3448,-79.8850,8.4274,64.8827,-10.0577,-0.1804,3.0859,0.0000,3.0859,5.5219,3.0859,0.7070,0.0000,2.3789,0.0000,2.3789,8.2147,-5.8359,0.0000,-5.8359,-0.1578,-5.6781,0.0000,-3.8285,13.9042,-15.7538,2540.2291,2540.2291,2540.2291 -458.5000,1.0000,6211.1367,75.2080,75.2790,0.0394,0.0000,6,1200.9624,257.3033,523.7881,-79.8074,32.3596,65.8739,-10.0369,0.0836,26.7290,0.0000,26.7290,5.5470,26.7290,1.0826,0.0000,25.6463,0.0000,25.6463,8.2058,17.4405,0.0000,17.4405,0.0731,17.3674,0.0000,-3.8243,13.8891,7.3026,6705.5565,6705.5565,6705.5565 -459.5000,1.0000,6232.0713,75.3645,75.4500,0.0475,0.0000,6,1203.4615,269.7706,610.0241,-79.9556,33.9982,76.8790,-10.0765,0.1009,28.3255,0.0000,28.3255,5.5718,28.3255,1.1163,0.0000,27.2091,0.0000,27.2091,8.2229,18.9863,0.0000,18.9863,0.0883,18.8980,0.0000,-3.8323,13.9180,8.8123,7009.2623,7009.2623,7009.2623 -460.5000,1.0000,6253.0867,75.6555,75.8610,0.1142,0.0000,6,1208.1083,372.1917,617.4092,-80.2312,47.0870,78.1102,-10.1503,0.2435,41.2322,0.0000,41.2322,5.6113,41.2322,1.3778,0.0000,39.8545,0.0000,39.8545,8.2546,31.5998,0.0000,31.5998,0.2130,31.3869,0.0000,-3.8471,13.9717,21.2622,9473.8851,9473.8851,9473.8851 -461.5000,1.0000,6274.2078,76.0360,76.2110,0.0972,0.0000,6,1214.1844,345.8962,663.6464,-80.5915,43.9804,84.3820,-10.2471,0.2084,38.1724,0.0000,38.1724,5.5996,38.1724,1.3209,0.0000,36.8516,0.0000,36.8516,8.2961,28.5554,0.0000,28.5554,0.1823,28.3732,0.0000,-3.8664,14.0420,18.1976,8888.2571,8888.2571,8888.2571 -462.5000,1.0000,6295.4210,76.3675,76.5240,0.0869,0.0000,6,1219.4779,329.9229,652.7537,-80.9055,42.1323,83.3589,-10.3319,0.1872,36.3489,0.0000,36.3489,5.5962,36.3489,1.2882,0.0000,35.0607,0.0000,35.0607,8.3323,26.7284,0.0000,26.7284,0.1637,26.5647,0.0000,-3.8833,14.1032,16.3448,8543.1884,8543.1884,8543.1884 -463.5000,1.0000,6316.6964,76.5915,76.6590,0.0375,0.0000,6,1223.0549,254.2208,645.6611,-81.1176,32.5601,82.6950,-10.3894,0.0810,26.8485,0.0000,26.8485,5.6306,26.8485,1.1007,0.0000,25.7478,0.0000,25.7478,8.3567,17.3911,0.0000,17.3911,0.0708,17.3203,0.0000,-3.8946,14.1446,7.0704,6736.9781,6736.9781,6736.9781 -464.5000,1.0000,6338.0585,76.9035,77.1480,0.1358,0.0000,6,1228.0371,404.8481,614.6185,-81.4131,52.0634,79.0398,-10.4697,0.2944,46.1449,0.0000,46.1449,5.6240,46.1449,1.4902,0.0000,44.6547,0.0000,44.6547,8.3908,36.2639,0.0000,36.2639,0.2575,36.0064,0.0000,-3.9105,14.2022,25.7147,10436.0551,10436.0551,10436.0551 -465.5000,1.0000,6359.5577,77.3970,77.6460,0.1383,0.0000,6,1235.9176,409.0143,681.7901,-81.8805,52.9367,88.2407,-10.5974,0.3018,46.9340,0.0000,46.9340,5.7009,46.9340,1.5117,0.0000,45.4223,0.0000,45.4223,8.4446,36.9777,0.0000,36.9777,0.2640,36.7137,0.0000,-3.9356,14.2933,26.3560,10603.4697,10603.4697,10603.4697 -466.5000,1.0000,6381.1777,77.8320,78.0180,0.1033,0.0000,6,1242.8639,355.2142,684.2259,-82.2925,46.2320,89.0536,-10.7106,0.2267,40.2884,0.0000,40.2884,5.7169,40.2884,1.3838,0.0000,38.9046,0.0000,38.9046,8.4921,30.4125,0.0000,30.4125,0.1983,30.2142,0.0000,-3.9577,14.3736,19.7983,9301.1228,9301.1228,9301.1228 -467.5000,1.0000,6402.8763,78.1150,78.2120,0.0539,0.0000,6,1247.3830,279.6869,661.0205,-82.5605,36.5343,86.3462,-10.7845,0.1187,30.6370,0.0000,30.6370,5.7786,30.6370,1.1940,0.0000,29.4430,0.0000,29.4430,8.5230,20.9200,0.0000,20.9200,0.1038,20.8163,0.0000,-3.9721,14.4259,10.3625,7500.8199,7500.8199,7500.8199 -468.5000,1.0000,6424.6292,78.3105,78.4090,0.0547,0.0000,6,1250.5048,280.8063,628.8530,-82.7456,36.7723,82.3499,-10.8358,0.1208,30.8801,0.0000,30.8801,5.7714,30.8801,1.2011,0.0000,29.6789,0.0000,29.6789,8.5443,21.1346,0.0000,21.1346,0.1057,21.0290,0.0000,-3.9821,14.4620,10.5490,7550.0341,7550.0341,7550.0341 -469.5000,1.0000,6446.4363,78.5055,78.6020,0.0536,0.0000,6,1253.6187,278.9303,629.9118,-82.9303,36.6176,82.6940,-10.8870,0.1186,30.7365,0.0000,30.7365,5.7625,30.7365,1.2005,0.0000,29.5360,0.0000,29.5360,8.5656,20.9704,0.0000,20.9704,0.1038,20.8666,0.0000,-3.9920,14.4980,10.3606,7523.1398,7523.1398,7523.1398 -470.5000,1.0000,6468.3025,78.7185,78.8350,0.0647,0.0000,6,1257.0200,296.1210,629.9078,-83.1320,38.9798,82.9178,-10.9431,0.1436,33.0398,0.0000,33.0398,5.7964,33.0398,1.2491,0.0000,31.7908,0.0000,31.7908,8.5888,23.2020,0.0000,23.2020,0.1256,23.0763,0.0000,-4.0028,14.5374,12.5418,7982.2659,7982.2659,7982.2659 -471.5000,1.0000,6490.2156,78.8870,78.9390,0.0289,0.0000,6,1259.7107,241.2981,637.3177,-83.2916,31.8312,84.0728,-10.9875,0.0642,25.9395,0.0000,25.9395,5.8274,25.9395,1.1090,0.0000,24.8305,0.0000,24.8305,8.6072,16.2233,0.0000,16.2233,0.0562,16.1671,0.0000,-4.0114,14.5685,5.6100,6608.2315,6608.2315,6608.2315 -472.5000,1.0000,6512.1439,78.9420,78.9450,0.0017,0.0000,6,1260.5890,199.2813,613.4428,-83.3437,26.3068,80.9797,-11.0021,0.0037,20.5058,0.0000,20.5058,5.7974,20.5058,1.0010,0.0000,19.5048,0.0000,19.5048,8.6132,10.8916,0.0000,10.8916,0.0032,10.8883,0.0000,-4.0142,14.5786,0.3239,5625.0070,5625.0070,5625.0070 -473.5000,1.0000,6534.0547,78.8790,78.8130,-0.0367,0.0000,6,1259.5829,140.9028,594.4627,-83.2840,18.5855,78.4115,-10.9854,-0.0815,12.8178,0.0000,12.8178,5.8492,12.8178,0.8465,0.0000,11.9713,0.0000,11.9713,8.6063,3.3650,0.0000,3.3650,-0.0713,3.4363,0.0000,-4.0110,14.5670,-7.1197,4145.6487,4145.6487,4145.6487 -474.5000,1.0000,6555.9354,78.7705,78.7280,-0.0236,0.0000,6,1257.8503,160.5128,568.9551,-83.1813,21.1430,74.9438,-10.9568,-0.0524,15.4088,0.0000,15.4088,5.7866,15.4088,0.8970,0.0000,14.5118,0.0000,14.5118,8.5945,5.9173,0.0000,5.9173,-0.0459,5.9632,0.0000,-4.0055,14.5470,-4.5784,4632.8725,4632.8725,4632.8725 -475.5000,1.0000,6577.7808,78.6435,78.5590,-0.0469,0.0000,6,1255.8223,125.2090,576.6279,-83.0610,16.4662,75.8320,-10.9233,-0.1041,10.7279,0.0000,10.7279,5.8423,10.7279,0.8019,0.0000,9.9260,0.0000,9.9260,8.5806,1.3453,0.0000,1.3453,-0.0910,1.4364,0.0000,-3.9990,14.5235,-9.0882,3775.2134,3775.2134,3775.2134 -476.5000,1.0000,6599.5899,78.5125,78.4660,-0.0258,0.0000,6,1253.7305,157.1649,561.1203,-82.9369,20.6342,73.6697,-10.8888,-0.0572,14.9146,0.0000,14.9146,5.7768,14.9146,0.8842,0.0000,14.0305,0.0000,14.0305,8.5663,5.4641,0.0000,5.4641,-0.0500,5.5141,0.0000,-3.9923,14.4993,-4.9928,4528.9812,4528.9812,4528.9812 -477.5000,1.0000,6621.3815,78.4500,78.4340,-0.0089,0.0000,6,1252.7324,183.2050,575.0998,-82.8777,24.0339,75.4450,-10.8724,-0.0197,18.2750,0.0000,18.2750,5.7786,18.2750,0.9506,0.0000,17.3243,0.0000,17.3243,8.5595,8.7648,0.0000,8.7648,-0.0172,8.7820,0.0000,-3.9892,14.4878,-1.7166,5182.0744,5182.0744,5182.0744 -478.5000,1.0000,6643.1863,78.4970,78.5600,0.0350,0.0000,6,1253.4830,250.3733,587.3078,-82.9222,32.8651,77.0926,-10.8847,0.0774,27.0267,0.0000,27.0267,5.7610,27.0267,1.1262,0.0000,25.9005,0.0000,25.9005,8.5646,17.3358,0.0000,17.3358,0.0677,17.2681,0.0000,-3.9915,14.4965,6.7632,6797.1735,6797.1735,6797.1735 -479.5000,1.0000,6665.0552,78.7280,78.8960,0.0933,0.0000,6,1257.1717,339.9699,618.0428,-83.1410,44.7573,81.3658,-10.9456,0.2071,38.7586,0.0000,38.7586,5.7916,38.7586,1.3635,0.0000,37.3950,0.0000,37.3950,8.5898,28.8052,0.0000,28.8052,0.1812,28.6240,0.0000,-4.0033,14.5391,18.0882,9033.4479,9033.4479,9033.4479 -480.5000,1.0000,6686.9958,78.9865,79.0770,0.0503,0.0000,6,1261.2996,273.8435,656.7579,-83.3858,36.1701,86.7465,-11.0138,0.1119,30.2589,0.0000,30.2589,5.7993,30.2589,1.1966,0.0000,29.0623,0.0000,29.0623,8.6181,20.4443,0.0000,20.4443,0.0979,20.3464,0.0000,-4.0164,14.5869,9.7759,7445.1416,7445.1416,7445.1416 -481.5000,1.0000,6708.9002,78.8555,78.6340,-0.1231,0.0000,6,1259.2077,11.0347,625.4307,-83.2618,1.4551,82.4717,-10.9792,-0.2735,-4.1406,0.0000,-4.1406,5.8692,-4.1406,0.8291,0.0000,-4.9696,0.0000,-4.9696,8.6038,-13.5734,0.0000,-13.5734,-0.2392,-13.3342,0.0000,-4.0098,14.5627,-23.8870,1771.5943,1771.5943,1771.5943 -482.5000,1.0000,6730.6940,78.4580,78.2820,-0.0978,0.0000,6,1252.8602,48.3901,509.6339,-82.8853,6.3487,66.8636,-10.8745,-0.2162,0.7608,0.0000,0.7608,5.8042,0.7608,0.7744,0.0000,-0.0136,0.0000,-0.0136,8.5604,-8.5740,0.0000,-8.5740,-0.1891,-8.3849,0.0000,-3.9896,14.4893,-18.8846,2354.2870,2354.2870,2354.2870 -483.5000,1.0000,6752.3795,78.0675,77.8530,-0.1192,0.0000,6,1246.6245,16.5769,524.0184,-82.5155,2.1640,68.4086,-10.7721,-0.2622,-3.3551,0.0000,-3.3551,5.7813,-3.3551,0.8101,0.0000,-4.1651,0.0000,-4.1651,8.5178,-12.6829,0.0000,-12.6829,-0.2294,-12.4536,0.0000,-3.9697,14.4171,-22.9010,1832.7419,1832.7419,1832.7419 -484.5000,1.0000,6773.9338,77.5955,77.3380,-0.1431,0.0000,6,1239.0873,-18.6658,507.5199,-82.0685,-2.4220,65.8542,-10.6490,-0.3129,-7.8999,0.0000,-7.8999,5.7908,-7.8999,0.8489,0.0000,-8.7488,0.0000,-8.7488,8.4663,-17.2151,0.0000,-17.2151,-0.2737,-16.9414,0.0000,-3.9457,14.3300,-27.3257,1186.7167,1186.7167,1186.7167 -485.5000,1.0000,6795.3482,77.0920,76.8460,-0.1367,0.0000,6,1231.0471,-9.0463,489.7738,-81.5916,-1.1662,63.1392,-10.5184,-0.2970,-6.6382,0.0000,-6.6382,5.7690,-6.6382,0.8292,0.0000,-7.4674,0.0000,-7.4674,8.4113,-15.8788,0.0000,-15.8788,-0.2598,-15.6190,0.0000,-3.9201,14.2370,-25.9359,1357.4266,1357.4266,1357.4266 -486.5000,1.0000,6816.6332,76.6260,76.4060,-0.1222,0.0000,6,1223.6058,12.8313,492.3434,-81.1503,1.6441,63.0868,-10.3982,-0.2640,-3.8753,0.0000,-3.8753,5.7834,-3.8753,0.7951,0.0000,-4.6704,0.0000,-4.6704,8.3605,-13.0309,0.0000,-13.0309,-0.2309,-12.8000,0.0000,-3.8964,14.1509,-23.0545,1723.0121,1723.0121,1723.0121 -487.5000,1.0000,6837.7989,76.1965,75.9870,-0.1164,0.0000,6,1216.7473,21.3575,500.4731,-80.7435,2.7213,63.7690,-10.2881,-0.2500,-2.7611,0.0000,-2.7611,5.7324,-2.7611,0.7780,0.0000,-3.5391,0.0000,-3.5391,8.3136,-11.8527,0.0000,-11.8527,-0.2186,-11.6341,0.0000,-3.8746,14.0716,-21.8311,1844.2066,1844.2066,1844.2066 -488.5000,1.0000,6858.8658,75.8410,75.6950,-0.0811,0.0000,6,1211.0705,73.7956,503.5156,-80.4069,9.3590,63.8574,-10.1974,-0.1734,3.8367,0.0000,3.8367,5.6957,3.8367,0.7071,0.0000,3.1296,0.0000,3.1296,8.2749,-5.1453,0.0000,-5.1453,-0.1517,-4.9936,0.0000,-3.8565,14.0060,-15.1431,2668.8010,2668.8010,2668.8010 -489.5000,1.0000,6879.8870,75.6760,75.6570,-0.0106,0.0000,6,1208.4357,181.9350,527.7862,-80.2506,23.0233,66.7898,-10.1555,-0.0225,17.2975,0.0000,17.2975,5.7484,17.2975,0.8993,0.0000,16.3982,0.0000,16.3982,8.2568,8.1413,0.0000,8.1413,-0.0197,8.1610,0.0000,-3.8481,13.9755,-1.9664,4964.3897,4964.3897,4964.3897 -490.5000,1.0000,6900.9099,75.6825,75.7080,0.0142,0.0000,6,1208.5395,219.5372,576.7769,-80.2567,27.7842,72.9957,-10.1571,0.0302,22.0459,0.0000,22.0459,5.7080,22.0459,0.9943,0.0000,21.0516,0.0000,21.0516,8.2576,12.7940,0.0000,12.7940,0.0264,12.7676,0.0000,-3.8484,13.9767,2.6393,5856.6124,5856.6124,5856.6124 -491.5000,1.0000,6921.9485,75.7390,75.7700,0.0172,0.0000,6,1209.4417,224.1388,593.8365,-80.3103,28.3877,75.2108,-10.1715,0.0368,22.6497,0.0000,22.6497,5.7012,22.6497,1.0071,0.0000,21.6427,0.0000,21.6427,8.2637,13.3790,0.0000,13.3790,0.0322,13.3468,0.0000,-3.8513,13.9871,3.2110,5968.6127,5968.6127,5968.6127 -492.5000,1.0000,6942.9913,75.7540,75.7380,-0.0089,0.0000,6,1209.6812,183.8729,595.5478,-80.3245,23.2926,75.4425,-10.1753,-0.0190,17.6359,0.0000,17.6359,5.6756,17.6359,0.9070,0.0000,16.7290,0.0000,16.7290,8.2654,8.4636,0.0000,8.4636,-0.0166,8.4802,0.0000,-3.8521,13.9899,-1.6576,5011.8599,5011.8599,5011.8599 -493.5000,1.0000,6964.0181,75.6965,75.6550,-0.0231,0.0000,6,1208.7630,162.5742,577.1023,-80.2700,20.5789,73.0504,-10.1607,-0.0492,14.9016,0.0000,14.9016,5.7264,14.9016,0.8516,0.0000,14.0500,0.0000,14.0500,8.2591,5.7909,0.0000,5.7909,-0.0430,5.8340,0.0000,-3.8491,13.9793,-4.2962,4520.6474,4520.6474,4520.6474 -494.5000,1.0000,6985.0099,75.5705,75.4860,-0.0469,0.0000,6,1206.7510,125.9909,566.7259,-80.1507,15.9216,71.6175,-10.1287,-0.1000,10.2962,0.0000,10.2962,5.7254,10.2962,0.7581,0.0000,9.5381,0.0000,9.5381,8.2453,1.2928,0.0000,1.2928,-0.0875,1.3802,0.0000,-3.8427,13.9560,-8.7330,3675.8862,3675.8862,3675.8862 -495.5000,1.0000,7005.9740,75.4710,75.4560,-0.0083,0.0000,6,1205.1621,185.1316,550.5516,-80.0564,23.3644,69.4820,-10.1035,-0.0177,17.6753,0.0000,17.6753,5.7069,17.6753,0.9045,0.0000,16.7707,0.0000,16.7707,8.2345,8.5362,0.0000,8.5362,-0.0155,8.5518,0.0000,-3.8377,13.9376,-1.5482,5029.9586,5029.9586,5029.9586 -496.5000,1.0000,7026.9196,75.4040,75.3520,-0.0289,0.0000,6,1204.0922,153.4925,576.6024,-79.9930,19.3542,72.7051,-10.0865,-0.0614,13.7269,0.0000,13.7269,5.6887,13.7269,0.8248,0.0000,12.9021,0.0000,12.9021,8.2272,4.6749,0.0000,4.6749,-0.0537,4.7286,0.0000,-3.8343,13.9253,-5.3623,4300.9681,4300.9681,4300.9681 -497.5000,1.0000,7047.8520,75.3565,75.3610,0.0025,0.0000,6,1203.3337,202.0304,562.7061,-79.9480,25.4584,70.9082,-10.0745,0.0053,19.7192,0.0000,19.7192,5.7340,19.7192,0.9441,0.0000,18.7750,0.0000,18.7750,8.2220,10.5530,0.0000,10.5530,0.0046,10.5484,0.0000,-3.8318,13.9165,0.4638,5422.1878,5422.1878,5422.1878 -498.5000,1.0000,7068.7768,75.3295,75.2980,-0.0175,0.0000,6,1202.9026,171.4163,584.1400,-79.9224,21.5929,73.5827,-10.0676,-0.0372,15.8897,0.0000,15.8897,5.7404,15.8897,0.8672,0.0000,15.0224,0.0000,15.0224,8.2190,6.8034,0.0000,6.8034,-0.0325,6.8359,0.0000,-3.8305,13.9115,-3.2451,4709.6551,4709.6551,4709.6551 -499.5000,1.0000,7089.6902,75.2880,75.2780,-0.0056,0.0000,6,1202.2399,189.3583,570.4109,-79.8831,23.8399,71.8137,-10.0571,-0.0118,18.1623,0.0000,18.1623,5.6894,18.1623,0.9122,0.0000,17.2500,0.0000,17.2500,8.2145,9.0355,0.0000,9.0355,-0.0103,9.0458,0.0000,-3.8284,13.9038,-1.0296,5120.0210,5120.0210,5120.0210 -500.5000,1.0000,7110.6042,75.2905,75.3030,0.0069,0.0000,6,1202.2798,208.2366,578.6918,-79.8855,26.2175,72.8587,-10.0578,0.0147,20.5506,0.0000,20.5506,5.6522,20.5506,0.9600,0.0000,19.5906,0.0000,19.5906,8.2148,11.3758,0.0000,11.3758,0.0129,11.3629,0.0000,-3.8285,13.9043,1.2871,5562.5932,5562.5932,5562.5932 -501.5000,1.0000,7131.5160,75.2825,75.2620,-0.0114,0.0000,6,1202.1521,196.3527,586.8738,-79.8779,24.7187,73.8810,-10.0558,-0.0242,17.0468,0.0000,17.0468,7.6961,17.0468,0.8898,0.0000,16.1569,0.0000,16.1569,8.2139,7.9430,0.0000,7.9430,-0.0211,7.9641,0.0000,-3.8281,13.9028,-2.1106,5280.4012,5280.4012,5280.4012 -502.5000,1.0000,7152.4282,75.2840,75.3060,0.0122,0.0000,6,1202.1760,232.3570,581.9204,-79.8793,29.2518,73.2589,-10.0561,0.0259,21.5568,0.0000,21.5568,7.6690,21.5568,0.9801,0.0000,20.5768,0.0000,20.5768,8.2141,12.3627,0.0000,12.3627,0.0227,12.3400,0.0000,-3.8282,13.9031,2.2651,6127.0059,6127.0059,6127.0059 -503.5000,1.0000,7173.3414,75.2875,75.2690,-0.0103,0.0000,6,1202.2319,198.0714,597.7801,-79.8827,24.9367,75.2590,-10.0570,-0.0218,17.2601,0.0000,17.2601,7.6984,17.2601,0.8942,0.0000,16.3660,0.0000,16.3660,8.2145,8.1515,0.0000,8.1515,-0.0191,8.1706,0.0000,-3.8283,13.9037,-1.9048,5320.7521,5320.7521,5320.7521 -504.5000,1.0000,7194.2674,75.3335,75.3980,0.0358,0.0000,6,1202.9665,268.3149,583.2213,-79.9262,33.8008,73.4709,-10.0687,0.0761,26.0839,0.0000,26.0839,7.6408,26.0839,1.0712,0.0000,25.0127,0.0000,25.0127,8.2195,16.7933,0.0000,16.7933,0.0666,16.7267,0.0000,-3.8307,13.9122,6.6451,6972.8470,6972.8470,6972.8470 -505.5000,1.0000,7215.2299,75.4650,75.5320,0.0372,0.0000,6,1205.0663,270.4630,615.1341,-80.0508,34.1309,77.6264,-10.1019,0.0792,26.3959,0.0000,26.3959,7.6558,26.3959,1.0789,0.0000,25.3170,0.0000,25.3170,8.2338,17.0832,0.0000,17.0832,0.0693,17.0139,0.0000,-3.8374,13.9365,6.9148,7033.0052,7033.0052,7033.0052 -506.5000,1.0000,7236.2165,75.5520,75.5720,0.0111,0.0000,6,1206.4556,230.7022,615.9806,-80.1331,29.1469,77.8228,-10.1240,0.0237,21.4217,0.0000,21.4217,7.7015,21.4217,0.9804,0.0000,20.4413,0.0000,20.4413,8.2433,12.1980,0.0000,12.1980,0.0207,12.1773,0.0000,-3.8418,13.9526,2.0665,6108.3216,6108.3216,6108.3216 -507.5000,1.0000,7257.2183,75.6065,75.6410,0.0192,0.0000,6,1207.3259,242.6006,598.4679,-80.1848,30.6722,75.6648,-10.1378,0.0408,22.9826,0.0000,22.9826,7.6488,22.9826,1.0122,0.0000,21.9703,0.0000,21.9703,8.2493,13.7211,0.0000,13.7211,0.0357,13.6854,0.0000,-3.8446,13.9627,3.5673,6391.0654,6391.0654,6391.0654 -508.5000,1.0000,7278.2295,75.6400,75.6390,-0.0006,0.0000,6,1207.8608,212.6838,603.6052,-80.2165,26.9017,76.3481,-10.1463,-0.0012,19.2081,0.0000,19.2081,7.6948,19.2081,0.9371,0.0000,18.2710,0.0000,18.2710,8.2529,10.0181,0.0000,10.0181,-0.0010,10.0191,0.0000,-3.8463,13.9688,-0.1034,5692.9216,5692.9216,5692.9216 -509.5000,1.0000,7299.2632,75.7215,75.8040,0.0458,0.0000,6,1209.1623,268.3420,591.1765,-80.2937,33.9783,74.8566,-10.1670,0.0978,28.1409,0.0000,28.1409,5.7396,28.1409,1.1167,0.0000,27.0242,0.0000,27.0242,8.2618,18.7624,0.0000,18.7624,0.0856,18.6769,0.0000,-3.8504,13.9839,8.5434,7002.5397,7002.5397,7002.5397 -510.5000,1.0000,7320.3420,75.8835,75.9630,0.0442,0.0000,6,1211.7492,265.8577,616.4524,-80.4471,33.7358,78.2242,-10.2083,0.0945,27.8809,0.0000,27.8809,5.7604,27.8809,1.1133,0.0000,26.7676,0.0000,26.7676,8.2795,18.4881,0.0000,18.4881,0.0826,18.4055,0.0000,-3.8586,14.0138,8.2503,6956.4912,6956.4912,6956.4912 -511.5000,1.0000,7341.4750,76.0790,76.1950,0.0644,0.0000,6,1214.8710,297.5580,616.2194,-80.6323,37.8556,78.3960,-10.2581,0.1382,31.8675,0.0000,31.8675,5.8499,31.8675,1.1953,0.0000,30.6723,0.0000,30.6723,8.3008,22.3714,0.0000,22.3714,0.1209,22.2506,0.0000,-3.8686,14.0499,12.0692,7738.0382,7738.0382,7738.0382 -512.5000,1.0000,7362.6508,76.2330,76.2710,0.0211,0.0000,6,1217.3302,230.7657,630.1310,-80.7781,29.4177,80.3282,-10.2975,0.0454,23.5517,0.0000,23.5517,5.8206,23.5517,1.0307,0.0000,22.5209,0.0000,22.5209,8.3176,14.2033,0.0000,14.2033,0.0397,14.1636,0.0000,-3.8764,14.0783,3.9617,6160.8104,6160.8104,6160.8104 -513.5000,1.0000,7383.8532,76.3285,76.3860,0.0319,0.0000,6,1218.8552,247.2574,600.9302,-80.8685,31.5595,76.7017,-10.3219,0.0687,25.6794,0.0000,25.6794,5.8113,25.6794,1.0743,0.0000,24.6051,0.0000,24.6051,8.3280,16.2770,0.0000,16.2770,0.0601,16.2169,0.0000,-3.8813,14.0960,6.0022,6554.1990,6554.1990,6554.1990 -514.5000,1.0000,7405.0963,76.4750,76.5640,0.0494,0.0000,6,1221.1946,273.7791,608.9587,-81.0073,35.0117,77.8756,-10.3595,0.1066,29.1247,0.0000,29.1247,5.7805,29.1247,1.1449,0.0000,27.9798,0.0000,27.9798,8.3440,19.6358,0.0000,19.6358,0.0932,19.5425,0.0000,-3.8887,14.1230,9.3082,7186.3097,7186.3097,7186.3097 -515.5000,1.0000,7426.3749,76.6030,76.6420,0.0217,0.0000,6,1223.2385,231.5763,620.6792,-81.1285,29.6643,79.5073,-10.3923,0.0468,23.7755,0.0000,23.7755,5.8420,23.7755,1.0394,0.0000,22.7361,0.0000,22.7361,8.3580,14.3781,0.0000,14.3781,0.0409,14.3372,0.0000,-3.8952,14.1467,4.0857,6207.5067,6207.5067,6207.5067 -516.5000,1.0000,7447.6742,76.6775,76.7130,0.0197,0.0000,6,1224.4282,228.5208,602.2106,-81.1991,29.3014,77.2165,-10.4115,0.0426,23.4206,0.0000,23.4206,5.8381,23.4206,1.0331,0.0000,22.3875,0.0000,22.3875,8.3661,14.0214,0.0000,14.0214,0.0373,13.9841,0.0000,-3.8990,14.1604,3.7227,6141.5248,6141.5248,6141.5248 -517.5000,1.0000,7468.9493,76.5905,76.4680,-0.0681,0.0000,6,1223.0389,94.1439,599.2617,-81.1167,12.0576,76.7512,-10.3891,-0.1469,6.3391,0.0000,6.3391,5.8654,6.3391,0.6925,0.0000,5.6467,0.0000,5.6467,8.3566,-2.7100,0.0000,-2.7100,-0.1285,-2.5814,0.0000,-3.8946,14.1444,-12.8312,3023.3114,3023.3114,3023.3114 -518.5000,1.0000,7490.1139,76.1925,75.9170,-0.1531,0.0000,6,1216.6834,-32.8679,536.3920,-80.7397,-4.1877,68.3421,-10.2871,-0.3287,-9.6383,0.0000,-9.6383,5.7793,-9.6383,0.8467,0.0000,-10.4850,0.0000,-10.4850,8.3132,-18.7982,0.0000,-18.7982,-0.2875,-18.5107,0.0000,-3.8744,14.0709,-28.7072,860.3067,860.3067,860.3067 -519.5000,1.0000,7511.1253,75.6410,75.3650,-0.1533,0.0000,6,1207.8768,-33.4058,476.7163,-80.2174,-4.2255,60.2992,-10.1466,-0.3269,-9.6224,0.0000,-9.6224,5.7239,-9.6224,0.8389,0.0000,-10.4613,0.0000,-10.4613,8.2530,-18.7144,0.0000,-18.7144,-0.2860,-18.4284,0.0000,-3.8463,13.9690,-28.5511,830.6754,830.6754,830.6754 -520.5000,1.0000,7531.9903,75.1140,74.8630,-0.1394,0.0000,6,1199.4614,-12.1477,474.3348,-79.7182,-1.5258,59.5799,-10.0132,-0.2952,-6.9893,0.0000,-6.9893,5.7587,-6.9893,0.8053,0.0000,-7.7946,0.0000,-7.7946,8.1955,-15.9901,0.0000,-15.9901,-0.2582,-15.7319,0.0000,-3.8195,13.8717,-25.7841,1228.7588,1228.7588,1228.7588 -521.5000,1.0000,7552.7064,74.5780,74.2930,-0.1583,0.0000,6,1190.9022,-40.6718,481.1620,-79.2076,-5.0722,60.0062,-9.8781,-0.3328,-10.4093,0.0000,-10.4093,5.6699,-10.4093,0.8322,0.0000,-11.2414,0.0000,-11.2414,8.1370,-19.3785,0.0000,-19.3785,-0.2911,-19.0874,0.0000,-3.7923,13.7727,-29.0678,660.7825,660.7825,660.7825 -522.5000,1.0000,7573.2845,74.0810,73.8690,-0.1178,0.0000,6,1182.9659,19.7149,466.5409,-78.7342,2.4423,57.7950,-9.7536,-0.2459,-2.9459,0.0000,-2.9459,5.6341,-2.9459,0.7507,0.0000,-3.6966,0.0000,-3.6966,8.0828,-11.7795,0.0000,-11.7795,-0.2151,-11.5643,0.0000,-3.7670,13.6809,-21.4783,1770.4929,1770.4929,1770.4929 -523.5000,1.0000,7593.7352,73.6225,73.3760,-0.1369,0.0000,6,1175.6443,-8.5706,491.9498,-78.2974,-1.0552,60.5655,-9.6394,-0.2842,-6.4032,0.0000,-6.4032,5.6322,-6.4032,0.7790,0.0000,-7.1822,0.0000,-7.1822,8.0328,-15.2150,0.0000,-15.2150,-0.2486,-14.9664,0.0000,-3.7437,13.5963,-24.8190,1270.7754,1270.7754,1270.7754 -524.5000,1.0000,7614.0557,73.1540,72.9320,-0.1233,0.0000,6,1168.1630,11.5788,477.0058,-77.8511,1.4164,58.3520,-9.5235,-0.2543,-3.9131,0.0000,-3.9131,5.5838,-3.9131,0.7478,0.0000,-4.6608,0.0000,-4.6608,7.9817,-12.6425,0.0000,-12.6425,-0.2224,-12.4201,0.0000,-3.7199,13.5097,-22.2100,1616.6237,1616.6237,1616.6237 -525.5000,1.0000,7634.2531,72.7105,72.4890,-0.1231,0.0000,6,1161.0810,12.0819,484.4213,-77.4287,1.4690,58.8999,-9.4144,-0.2522,-3.8413,0.0000,-3.8413,5.5625,-3.8413,0.7411,0.0000,-4.5824,0.0000,-4.5824,7.9333,-12.5157,0.0000,-12.5157,-0.2206,-12.2951,0.0000,-3.6973,13.4278,-22.0256,1609.9887,1609.9887,1609.9887 -526.5000,1.0000,7654.3011,72.1730,71.8570,-0.1756,0.0000,6,1152.4979,-66.2147,481.2767,-76.9167,-7.9914,58.0849,-9.2830,-0.3571,-13.1425,0.0000,-13.1425,5.5083,-13.1425,0.8268,0.0000,-13.9694,0.0000,-13.9694,7.8746,-21.8440,0.0000,-21.8440,-0.3124,-21.5316,0.0000,-3.6700,13.3286,-31.1902,116.0912,116.0912,116.0912 -527.5000,1.0000,7674.2104,71.6735,71.4900,-0.1019,0.0000,6,1144.5216,43.5046,443.6303,-76.4409,5.2142,53.1709,-9.1617,-0.2060,-0.0656,0.0000,-0.0656,5.4858,-0.0656,0.6894,0.0000,-0.7549,0.0000,-0.7549,7.8201,-8.5751,0.0000,-8.5751,-0.1801,-8.3949,0.0000,-3.6446,13.2363,-17.9867,2124.9958,2124.9958,2124.9958 -528.5000,1.0000,7694.0100,71.2785,71.0670,-0.1175,0.0000,6,1138.2140,20.3526,493.3959,-76.0646,2.4259,58.8096,-9.0664,-0.2361,-2.7962,0.0000,-2.7962,5.4582,-2.7962,0.7114,0.0000,-3.5076,0.0000,-3.5076,7.7770,-11.2846,0.0000,-11.2846,-0.2065,-11.0781,0.0000,-3.6245,13.1634,-20.6170,1716.5742,1716.5742,1716.5742 -529.5000,1.0000,7713.7035,70.8965,70.7260,-0.0947,0.0000,6,1132.1140,53.8811,481.2707,-75.7007,6.3879,57.0569,-8.9747,-0.1893,1.1927,0.0000,1.1927,5.3844,1.1927,0.6664,0.0000,0.5263,0.0000,0.5263,7.7354,-7.2091,0.0000,-7.2091,-0.1656,-7.0435,0.0000,-3.6051,13.0928,-16.5313,2282.4774,2282.4774,2282.4774 -530.5000,1.0000,7733.3145,70.5995,70.4730,-0.0703,0.0000,6,1127.3714,90.6012,496.4005,-75.4178,10.6962,58.6041,-8.9037,-0.1399,5.4349,0.0000,5.4349,5.4011,5.4349,0.6200,0.0000,4.8149,0.0000,4.8149,7.7030,-2.8880,0.0000,-2.8880,-0.1223,-2.7657,0.0000,-3.5900,13.0380,-12.2137,2865.4238,2865.4238,2865.4238 -531.5000,1.0000,7752.8263,70.2425,70.0120,-0.1281,0.0000,6,1121.6706,4.9266,511.3782,-75.0778,0.5787,60.0670,-8.8187,-0.2535,-4.5846,0.0000,-4.5846,5.4168,-4.5846,0.7155,0.0000,-5.3001,0.0000,-5.3001,7.6640,-12.9641,0.0000,-12.9641,-0.2218,-12.7423,0.0000,-3.5718,12.9721,-22.1425,1381.3370,1381.3370,1381.3370 -532.5000,1.0000,7772.2163,69.8040,69.5960,-0.1156,0.0000,6,1114.6684,23.0381,468.8822,-74.6601,2.6892,54.7316,-8.7149,-0.2274,-2.4096,0.0000,-2.4096,5.3262,-2.4096,0.6879,0.0000,-3.0975,0.0000,-3.0975,7.6162,-10.7137,0.0000,-10.7137,-0.1989,-10.5148,0.0000,-3.5495,12.8911,-19.8564,1714.0253,1714.0253,1714.0253 -533.5000,1.0000,7791.4972,69.4115,69.2270,-0.1025,0.0000,6,1108.4007,42.6922,476.1884,-74.2862,4.9553,55.2719,-8.6225,-0.2005,-0.1667,0.0000,-0.1667,5.3226,-0.1667,0.6603,0.0000,-0.8270,0.0000,-0.8270,7.5733,-8.4003,0.0000,-8.4003,-0.1754,-8.2249,0.0000,-3.5295,12.8186,-17.5140,2078.1154,2078.1154,2078.1154 -534.5000,1.0000,7810.6875,69.0850,68.9430,-0.0789,0.0000,6,1103.1870,78.0250,484.7572,-73.9752,9.0139,56.0018,-8.5460,-0.1536,3.8484,0.0000,3.8484,5.3191,3.8484,0.6159,0.0000,3.2325,0.0000,3.2325,7.5377,-4.3052,0.0000,-4.3052,-0.1344,-4.1708,0.0000,-3.5129,12.7583,-13.4162,2648.8665,2648.8665,2648.8665 -535.5000,1.0000,7829.8342,68.9280,68.9130,-0.0083,0.0000,6,1100.6799,185.9177,502.4196,-73.8256,21.4294,57.9104,-8.5094,-0.0162,16.1186,0.0000,16.1186,5.3270,16.1186,0.8018,0.0000,15.3168,0.0000,15.3168,7.5206,7.7962,0.0000,7.7962,-0.0142,7.8104,0.0000,-3.5050,12.7293,-1.4140,4610.5809,4610.5809,4610.5809 -536.5000,1.0000,7848.9882,68.9545,68.9960,0.0231,0.0000,6,1101.1031,234.0183,554.6927,-73.8509,26.9840,63.9601,-8.5155,0.0448,21.6161,0.0000,21.6161,5.3231,21.6161,0.9120,0.0000,20.7041,0.0000,20.7041,7.5235,13.1806,0.0000,13.1806,0.0392,13.1414,0.0000,-3.5063,12.7342,3.9135,5605.5414,5605.5414,5605.5414 -537.5000,1.0000,7868.2247,69.2515,69.5070,0.1419,0.0000,6,1105.8458,415.8658,580.3901,-74.1338,48.1589,67.2114,-8.5850,0.2771,42.5985,0.0000,42.5985,5.2833,42.5985,1.3348,0.0000,41.2637,0.0000,41.2637,7.5559,33.7078,0.0000,33.7078,0.2424,33.4655,0.0000,-3.5214,12.7890,24.1979,9651.0506,9651.0506,9651.0506 -538.5000,1.0000,7887.6007,69.7535,70.0000,0.1369,0.0000,6,1113.8620,408.3370,667.3329,-74.6120,47.6298,77.8399,-8.7030,0.2693,42.0244,0.0000,42.0244,5.3362,42.0244,1.3287,0.0000,40.6957,0.0000,40.6957,7.6107,33.0850,0.0000,33.0850,0.2355,32.8495,0.0000,-3.5469,12.8817,23.5147,9566.0963,9566.0963,9566.0963 -539.5000,1.0000,7907.1318,70.3120,70.6240,0.1733,0.0000,6,1122.7804,463.9977,665.6672,-75.1440,54.5556,78.2673,-8.8352,0.3435,48.8542,0.0000,48.8542,5.3578,48.8542,1.4713,0.0000,47.3830,0.0000,47.3830,7.6716,39.7114,0.0000,39.7114,0.3005,39.4109,0.0000,-3.5753,12.9849,30.0013,10847.4737,10847.4737,10847.4737 -540.5000,1.0000,7926.8214,70.8825,71.1410,0.1436,0.0000,6,1131.8905,418.5963,692.5558,-75.6874,49.6168,82.0895,-8.9713,0.2869,43.9078,0.0000,43.9078,5.4221,43.9078,1.3785,0.0000,42.5293,0.0000,42.5293,7.7338,34.7954,0.0000,34.7954,0.2510,34.5445,0.0000,-3.6043,13.0902,25.0586,9910.4371,9910.4371,9910.4371 -541.5000,1.0000,7946.6371,71.3365,71.5320,0.1086,0.0000,6,1139.1402,364.4044,672.2949,-76.1199,43.4700,80.1984,-9.0804,0.2184,37.8563,0.0000,37.8563,5.3953,37.8563,1.2624,0.0000,36.5939,0.0000,36.5939,7.7834,28.8105,0.0000,28.8105,0.1910,28.6195,0.0000,-3.6274,13.1741,19.0728,8753.9807,8753.9807,8753.9807 -542.5000,1.0000,7966.5633,71.7345,71.9370,0.1125,0.0000,6,1145.4957,369.9450,648.4008,-76.4990,44.3771,77.7796,-9.1765,0.2275,38.7768,0.0000,38.7768,5.3729,38.7768,1.2851,0.0000,37.4917,0.0000,37.4917,7.8268,29.6649,0.0000,29.6649,0.1990,29.4659,0.0000,-3.6477,13.2476,19.8660,8936.0797,8936.0797,8936.0797 -543.5000,1.0000,7986.5900,72.0960,72.2550,0.0883,0.0000,6,1151.2683,333.3781,651.6566,-76.8433,40.1922,78.5641,-9.2643,0.1795,34.5532,0.0000,34.5532,5.4595,34.5532,1.2046,0.0000,33.3486,0.0000,33.3486,7.8662,25.4824,0.0000,25.4824,0.1570,25.3254,0.0000,-3.6661,13.3143,15.6771,8110.9955,8110.9955,8110.9955 -544.5000,1.0000,8006.6979,72.3885,72.5220,0.0742,0.0000,6,1155.9391,311.7665,635.5088,-77.1220,37.7392,76.9281,-9.3356,0.1513,32.0928,0.0000,32.0928,5.4951,32.0928,1.1586,0.0000,30.9342,0.0000,30.9342,7.8982,23.0360,0.0000,23.0360,0.1324,22.9037,0.0000,-3.6809,13.3684,13.2162,7669.2231,7669.2231,7669.2231 -545.5000,1.0000,8026.8627,72.5930,72.6640,0.0394,0.0000,6,1159.2047,258.4677,625.7220,-77.3168,31.3758,75.9574,-9.3856,0.0807,25.7893,0.0000,25.7893,5.5058,25.7893,1.0348,0.0000,24.7546,0.0000,24.7546,7.9205,16.8341,0.0000,16.8341,0.0706,16.7635,0.0000,-3.6913,13.4061,7.0487,6477.6259,6477.6259,6477.6259 -546.5000,1.0000,8047.0703,72.7475,72.8310,0.0464,0.0000,6,1161.6718,269.0795,601.8232,-77.4639,32.7335,73.2118,-9.4235,0.0951,27.1265,0.0000,27.1265,5.5118,27.1265,1.0632,0.0000,26.0633,0.0000,26.0633,7.9373,18.1260,0.0000,18.1260,0.0832,18.0428,0.0000,-3.6992,13.4347,8.3073,6741.3147,6741.3147,6741.3147 -547.5000,1.0000,8067.2986,72.8220,72.8130,-0.0050,0.0000,6,1162.8615,190.0986,606.1853,-77.5349,23.1492,73.8180,-9.4418,-0.0103,17.6603,0.0000,17.6603,5.4991,17.6603,0.8747,0.0000,16.7856,0.0000,16.7856,7.9455,8.8402,0.0000,8.8402,-0.0090,8.8491,0.0000,-3.7030,13.4484,-0.8963,4972.7109,4972.7109,4972.7109 -548.5000,1.0000,8087.5263,72.8195,72.8260,0.0036,0.0000,6,1162.8215,203.4156,569.9366,-77.5325,24.7700,69.4014,-9.4412,0.0074,19.2506,0.0000,19.2506,5.5120,19.2506,0.9065,0.0000,18.3441,0.0000,18.3441,7.9452,10.3989,0.0000,10.3989,0.0065,10.3924,0.0000,-3.7028,13.4480,0.6473,5267.1290,5267.1290,5267.1290 -549.5000,1.0000,8107.7522,72.8135,72.8010,-0.0069,0.0000,6,1162.7257,187.5169,575.8850,-77.5268,22.8321,70.1200,-9.4397,-0.0143,17.2990,0.0000,17.2990,5.5474,17.2990,0.8674,0.0000,16.4316,0.0000,16.4316,7.9445,8.4871,0.0000,8.4871,-0.0125,8.4996,0.0000,-3.7025,13.4469,-1.2447,4912.8547,4912.8547,4912.8547 -550.5000,1.0000,8127.9238,72.6175,72.4340,-0.1019,0.0000,6,1159.5959,43.2019,566.3010,-77.3401,5.2461,68.7674,-9.3916,-0.2087,-0.0629,0.0000,-0.0629,5.5176,-0.0629,0.7020,0.0000,-0.7649,0.0000,-0.7649,7.9231,-8.6880,0.0000,-8.6880,-0.1825,-8.5055,0.0000,-3.6926,13.4107,-18.2236,2130.0372,2130.0372,2130.0372 -551.5000,1.0000,8147.9768,72.1910,71.9480,-0.1350,0.0000,6,1152.7853,-6.2580,496.7442,-76.9338,-0.7555,59.9667,-9.2874,-0.2747,-5.9385,0.0000,-5.9385,5.4578,-5.9385,0.7550,0.0000,-6.6935,0.0000,-6.6935,7.8766,-14.5701,0.0000,-14.5701,-0.2403,-14.3299,0.0000,-3.6709,13.3319,-23.9909,1258.2415,1258.2415,1258.2415 -552.5000,1.0000,8167.8457,71.5280,71.1080,-0.2333,0.0000,6,1142.1982,-76.3023,468.6575,-76.3023,-9.1266,56.0565,-9.1266,-0.4704,-14.0667,0.0000,-14.0667,5.4106,-14.0667,0.8274,0.0000,-14.8941,0.0000,-14.8941,7.8043,-22.6984,9.2257,-31.9241,-0.4115,-31.5126,0.0000,-3.6372,13.2095,-41.0849,0.0000,0.0000,0.0000 -553.5000,1.0000,8187.4574,70.6020,70.0960,-0.2811,0.0000,6,1127.4113,-75.4202,430.0046,-75.4202,-8.9043,50.7673,-8.9043,-0.5594,-13.7016,0.0000,-13.7016,5.3567,-13.7016,0.8114,0.0000,-14.5130,0.0000,-14.5130,7.7032,-22.2163,17.6814,-39.8977,-0.4893,-39.4084,0.0000,-3.5901,13.0384,-48.8567,0.0000,0.0000,0.0000 -554.5000,1.0000,8206.7832,69.5730,69.0500,-0.2906,0.0000,6,1110.9796,-74.4400,425.4548,-74.4400,-8.6605,49.4981,-8.6605,-0.5698,-13.3999,0.0000,-13.3999,5.3092,-13.3999,0.7948,0.0000,-14.1947,0.0000,-14.1947,7.5910,-21.7856,19.1643,-40.9499,-0.4984,-40.4515,0.0000,-3.5378,12.8484,-49.7622,0.0000,0.0000,0.0000 -555.5000,1.0000,8225.8046,68.4770,67.9040,-0.3183,0.0000,6,1093.4781,-73.3182,420.0439,-73.3182,-8.3956,48.0987,-8.3956,-0.6144,-13.0064,0.0000,-13.0064,5.2253,-13.0064,0.7765,0.0000,-13.7829,0.0000,-13.7829,7.4714,-21.2543,23.7799,-45.0341,-0.5374,-44.4967,0.0000,-3.4820,12.6460,-53.6607,0.0000,0.0000,0.0000 -556.5000,1.0000,8244.4783,67.2255,66.5470,-0.3769,0.0000,6,1073.4935,-71.8877,413.3278,-71.8877,-8.0813,46.4646,-8.0813,-0.7143,-12.4850,0.0000,-12.4850,5.1180,-12.4850,0.7550,0.0000,-13.2400,0.0000,-13.2400,7.3348,-20.5748,31.5340,-52.1088,-0.6248,-51.4841,1.8988,-3.4184,12.4149,-62.3793,0.0000,0.0000,0.0000 -557.5000,1.0000,8262.5363,65.0085,63.4700,-0.8547,0.0000,6,1038.0912,-69.3500,393.5176,-69.3535,-7.5389,42.7788,-7.5393,-1.5662,-11.1747,0.0000,-11.1747,5.2019,-11.1747,0.7135,0.0000,-11.8882,0.0000,-11.8882,7.0929,-18.9811,96.6132,-115.5943,-1.3699,-114.2244,13.8568,-3.3057,12.0050,-136.7806,0.0000,0.0000,0.0000 -558.5000,1.0000,8279.6608,61.6485,59.8270,-1.0119,0.0000,6,984.4369,-67.5171,366.7518,-67.5171,-6.9603,37.8084,-6.9603,-1.7584,-10.1591,0.0000,-10.1591,4.9572,-10.1591,0.6613,0.0000,-10.8204,0.0000,-10.8204,6.7263,-17.5467,96.9383,-114.4850,-1.5381,-112.9469,32.3764,-3.1348,11.3823,-153.5707,0.0000,0.0000,0.0000 -559.5000,1.0000,8295.5961,57.3670,54.9070,-1.3667,0.0000,6,916.0676,-71.4282,384.2824,-71.4282,-6.8521,36.8644,-6.8521,-2.2099,-9.5408,0.0000,-9.5408,4.8986,-9.5408,0.6032,0.0000,-10.1441,0.0000,-10.1441,6.2592,-16.4032,121.4767,-137.8800,-1.9330,-135.9470,49.3811,-2.9171,10.5875,-192.9985,0.0000,0.0000,0.0000 -560.5000,1.0000,8310.4803,53.5830,52.2590,-0.7356,0.0000,6,855.6426,-75.5191,411.4202,-75.5191,-6.7667,36.8644,-6.7667,-1.1109,-10.2101,0.0000,-10.2101,4.5543,-10.2101,0.5657,0.0000,-10.7758,0.0000,-10.7758,5.8463,-16.6221,23.6187,-40.2408,-0.9717,-39.2691,50.5901,-2.7247,9.8879,-97.0223,0.0000,0.0000,0.0000 -561.5000,1.0000,8324.5410,50.6185,48.9780,-0.9114,0.0000,6,808.3038,-78.9041,435.5152,-78.9041,-6.6789,36.8644,-6.6789,-1.3004,-9.8749,0.0000,-9.8749,4.4964,-9.8749,0.5288,0.0000,-10.4037,0.0000,-10.4037,5.5229,-15.9265,45.5214,-61.4479,-1.1374,-60.3105,46.4866,-2.5739,9.3412,-113.5644,0.0000,0.0000,0.0000 -562.5000,1.0000,8337.7228,47.4545,45.9310,-0.8464,0.0000,6,757.7794,-84.0265,464.5529,-84.0265,-6.6679,36.8644,-6.6679,-1.1321,-9.8425,0.0000,-9.8425,4.3067,-9.8425,0.4936,0.0000,-10.3361,0.0000,-10.3361,5.1777,-15.5138,34.4241,-49.9379,-0.9903,-48.9476,43.5809,-2.4130,8.7573,-98.8727,0.0000,0.0000,0.0000 -563.5000,1.0000,8350.0471,44.3675,42.8040,-0.8686,0.0000,6,708.4845,-89.3131,496.8756,-89.3138,-6.6263,36.8644,-6.6264,-1.0863,-9.6682,0.0000,-9.6682,4.1281,-9.6682,0.4589,0.0000,-10.1271,0.0000,-10.1271,4.8408,-14.9680,31.1069,-46.0749,-0.9502,-45.1247,43.8126,-2.2561,8.1867,-94.8680,0.0000,0.0000,0.0000 -564.5000,1.0000,8361.4699,41.1220,39.4400,-0.9344,0.0000,0,641.7588,34.4158,548.5373,-96.4707,2.3129,36.8644,-6.4833,-1.6458,0.0000,0.0000,0.0000,3.9587,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.4867,-4.4867,41.6530,-46.1398,-0.9474,-45.1924,43.9044,-2.0910,7.5868,-94.5926,1146.8232,1146.8232,1146.8232 -565.5000,1.0000,8371.8218,37.2670,35.0940,-1.2072,0.0000,5,684.8902,-91.8445,513.9928,-91.8445,-6.5872,36.8644,-6.5872,3.5705,-13.4767,0.0000,-13.4767,3.3190,-16.0850,0.3885,0.0000,-16.4734,0.0000,-16.4734,4.0661,-20.5396,43.8602,-64.3998,-1.1092,-63.2906,42.4791,-1.8950,6.8746,-110.7493,0.0000,0.0000,0.0000 -566.5000,1.0000,8380.9938,33.0190,30.9440,-1.1528,0.0000,5,724.2657,-87.6211,486.0490,-87.6211,-6.6456,36.8644,-6.6456,-2.0244,-8.8673,0.0000,-8.8673,4.2461,-8.8673,0.3095,0.0000,-9.1769,0.0000,-9.1769,3.6026,-12.7795,35.8009,-48.5804,-0.9385,-47.6420,41.6474,-1.6790,6.0895,-93.6998,0.0000,0.0000,0.0000 -567.5000,1.0000,8389.0829,29.1210,27.2980,-1.0128,0.0000,0,639.3755,37.8299,550.5820,-96.7263,2.5329,36.8644,-6.4763,-1.5461,0.0000,0.0000,0.0000,4.0790,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1773,-3.1773,23.4893,-26.6666,-0.7271,-25.9395,42.7756,-1.4808,5.3680,-72.6022,1178.4984,1178.4984,1178.4984 -568.5000,1.0000,8395.9599,24.7570,22.2160,-1.4117,0.0000,4,660.6049,-94.4493,532.8883,-94.4493,-6.5338,36.8644,-6.5338,2.4586,-12.2838,0.0000,-12.2838,3.2913,-14.9446,0.5995,0.0000,-15.5441,0.0000,-15.5441,2.7012,-18.2452,21.7931,-40.0383,-0.8617,-39.1766,43.5543,-1.2589,4.5598,-86.0319,0.0000,0.0000,0.0000 -569.5000,1.0000,8401.3547,19.4215,16.6270,-1.5525,0.0000,0,660.6049,11.1815,532.8883,-94.4493,0.7735,36.8644,-6.5338,-2.4586,0.0000,0.0000,0.0000,3.2322,0.0000,0.0000,0.0000,0.0005,0.0000,0.0005,2.1190,-2.1186,30.1967,-32.3152,-0.7434,-31.5719,40.0660,-0.9876,3.5736,-74.2239,933.6772,933.6772,933.6772 -570.5000,1.0000,8405.2996,14.2015,11.7760,-1.3475,0.0000,2,791.5533,51.4303,538.3988,-80.4039,4.2631,44.6286,-6.6648,9.3114,-8.5199,0.0000,-8.5199,3.4716,-12.7612,0.8511,0.0000,-13.6123,0.0000,-13.6123,1.5495,-15.1618,0.0000,-15.1618,-0.4718,-14.6900,30.5276,-0.7221,2.6122,-47.1077,1643.6614,1643.6614,1643.6614 -571.5000,1.0000,8408.0768,9.9980,8.2200,-0.9878,0.0000,2,834.6721,-61.6643,421.7568,-77.0186,-5.3899,36.8644,-6.7319,-7.6084,-1.0925,0.0000,-1.0925,3.3111,-1.0925,0.4596,0.0000,-1.5520,0.0000,-1.5520,1.0909,-2.6429,0.0000,-2.6429,-0.2435,-2.3994,20.5803,-0.5084,1.8397,-24.3109,0.0000,0.0000,0.0000 -572.5000,1.0000,8409.9693,6.8130,5.4060,-0.7817,0.0000,0,643.1189,23.0791,547.3772,-96.3248,1.5543,36.8644,-6.4872,-1.7030,0.0000,0.0000,0.0000,3.2573,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.7434,-0.7434,1.8258,-2.5692,-0.1313,-2.4379,9.7622,-0.3464,1.2560,-13.1096,1035.6140,1035.6140,1035.6140 -573.5000,1.0000,8411.3004,4.7920,4.1780,-0.3411,0.0000,1,622.7276,73.3470,565.3011,-98.5120,4.7831,36.8644,-6.4242,0.8692,0.7572,-0.0189,0.7761,3.1567,0.9002,0.3502,0.0000,0.5500,0.0000,0.5500,0.5228,0.0272,0.0000,0.0272,-0.0403,0.0675,3.4504,-0.2437,0.8846,-4.0239,1515.5119,1515.5119,1515.5119 -574.5000,1.0000,8412.3261,3.6925,3.2070,-0.2697,0.0000,1,644.9499,32.9065,545.8233,-96.1284,2.2225,36.8644,-6.4924,-0.0200,-0.9386,0.1412,-1.0798,3.1811,-1.0798,0.2694,0.0000,-1.3492,0.0000,-1.3492,0.4029,-1.7521,0.0000,-1.7521,-0.0246,-1.7276,0.2300,-0.1878,0.6819,-2.4517,1134.7867,1134.7867,1134.7867 -575.5000,1.0000,8413.0388,2.5655,1.9240,-0.3564,0.0000,1,644.4444,47.8369,546.2513,-96.1827,3.2283,36.8644,-6.4910,0.0000,-1.1014,0.3672,-1.4686,4.3297,-1.4686,0.1814,0.0000,-1.6500,0.0000,-1.6500,0.2799,-1.9300,0.0000,-1.9300,-0.0225,-1.9074,0.0000,-0.1305,0.4738,-2.2507,1282.4309,1282.4309,1282.4309 -576.5000,1.0000,8413.4252,1.3910,0.8580,-0.2961,0.0000,1,644.4444,58.1125,546.2513,-96.1827,3.9218,36.8644,-6.4910,0.0000,-0.3683,0.2288,-0.5971,4.2901,-0.5971,0.0891,0.0000,-0.6862,0.0000,-0.6862,0.1518,-0.8379,0.0000,-0.8379,-0.0102,-0.8278,0.0000,-0.0707,0.2569,-1.0139,1384.3649,1384.3649,1384.3649 -577.5000,1.0000,8413.5470,0.4385,0.0190,-0.2331,0.0000,1,644.4444,64.3577,546.2513,-96.1827,4.3432,36.8644,-6.4910,0.0000,-0.0053,0.1167,-0.1220,4.3485,-0.1220,0.0256,0.0000,-0.1476,0.0000,-0.1476,0.0478,-0.1954,0.0000,-0.1954,-0.0025,-0.1929,0.0000,-0.0223,0.0810,-0.2516,1446.3172,1446.3172,1446.3172 -578.5000,1.0000,8413.5496,0.0095,0.0000,-0.0053,0.0000,0,644.4444,63.0619,546.2513,-96.1827,4.2558,36.8644,-6.4910,0.0000,0.0000,-0.0027,0.0027,4.2558,0.0027,0.0005,0.0000,0.0022,0.0000,0.0022,0.0010,0.0011,0.0000,0.0011,0.0000,0.0011,0.0000,-0.0005,0.0018,-0.0001,1433.4627,1433.4627,1433.4627 -579.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,622.2222,53.2227,565.7603,-98.5662,3.4679,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,4.3171,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1315.4140,1315.4140,1315.4140 -580.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.6491,586.7144,-100.9497,4.3762,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3762,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1457.9188,1457.9188,1457.9188 -581.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.1008,586.7144,-100.9497,4.2789,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2789,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1442.5597,1442.5597,1442.5597 -582.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.3683,586.7144,-100.9497,4.2957,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2957,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1445.2137,1445.2137,1445.2137 -583.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.5865,586.7144,-100.9497,4.3094,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3094,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1447.3782,1447.3782,1447.3782 -584.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,51.4670,586.7144,-100.9497,3.2338,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.2338,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1277.5526,1277.5526,1277.5526 -585.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,51.6844,586.7144,-100.9497,3.2474,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.2474,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1279.7096,1279.7096,1279.7096 -586.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.0564,586.7144,-100.9497,4.3389,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3389,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1452.0394,1452.0394,1452.0394 -587.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.5274,586.7144,-100.9497,4.3057,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3057,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1446.7921,1446.7921,1446.7921 -588.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.6935,586.7144,-100.9497,4.3161,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3161,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1448.4392,1448.4392,1448.4392 -589.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.5703,586.7144,-100.9497,4.3712,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3712,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1457.1372,1457.1372,1457.1372 -590.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.2578,586.7144,-100.9497,4.2888,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2888,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1444.1175,1444.1175,1444.1175 -591.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.7658,586.7144,-100.9497,4.3207,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3207,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1449.1572,1449.1572,1449.1572 -592.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,67.9366,586.7144,-100.9497,4.2686,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1440.9313,1440.9313,1440.9313 -593.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,67.7700,586.7144,-100.9497,4.2581,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2581,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1439.2783,1439.2783,1439.2783 -594.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,66.8752,586.7144,-100.9497,4.2019,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1430.4016,1430.4016,1430.4016 -595.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,66.1217,586.7144,-100.9497,4.1545,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1545,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1422.9271,1422.9271,1422.9271 -596.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,67.0160,586.7144,-100.9497,4.2107,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2107,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1431.7987,1431.7987,1431.7987 -597.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,66.2350,586.7144,-100.9497,4.1617,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1617,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1424.0511,1424.0511,1424.0511 -598.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,66.5767,586.7144,-100.9497,4.1831,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1831,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1427.4406,1427.4406,1427.4406 -599.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.2156,586.7144,-100.9497,4.3489,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3489,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1453.6190,1453.6190,1453.6190 -600.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.1680,586.7144,-100.9497,4.3460,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3460,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1453.1469,1453.1469,1453.1469 -601.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.8652,586.7144,-100.9497,4.3269,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3269,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1450.1432,1450.1432,1450.1432 -602.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,70.1832,586.7144,-100.9497,4.4097,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.4097,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1463.2178,1463.2178,1463.2178 -603.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,52.1706,586.7144,-100.9497,3.2780,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.2780,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1284.5325,1284.5325,1284.5325 -604.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,50.1697,586.7144,-100.9497,3.1523,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1523,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1264.6831,1264.6831,1264.6831 -605.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,51.7931,586.7144,-100.9497,3.2543,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.2543,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1280.7874,1280.7874,1280.7874 -606.5000,1.0000,8413.5496,0.0000,0.0000,0.0000,0.0000,0,600.0000,50.4300,586.7144,-100.9497,3.1686,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1267.2659,1267.2659,1267.2659 -607.5000,1.0000,8413.5504,0.0030,0.0060,0.0017,0.0000,1,600.0000,51.0711,586.7144,-100.9497,3.2089,36.8644,-6.3429,0.0000,0.0000,-0.0009,0.0009,3.2089,0.0009,0.0002,0.0000,0.0007,0.0000,0.0007,0.0003,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,-0.0002,0.0006,0.0000,1273.6257,1273.6257,1273.6257 -608.5000,1.0000,8413.5518,0.0050,0.0040,-0.0006,0.0000,1,622.2222,61.9673,565.7603,-98.5662,4.0377,36.8644,-6.4225,0.8491,0.0011,-0.0003,0.0015,3.1875,0.0015,0.0003,0.0000,0.0012,0.0000,0.0012,0.0005,0.0007,0.0000,0.0007,0.0000,0.0007,0.0000,-0.0003,0.0009,0.0000,1402.1598,1402.1598,1402.1598 -609.5000,1.0000,8413.5528,0.0020,0.0030,-0.0003,0.0000,1,644.4444,46.7491,546.2513,-96.1827,3.1549,36.8644,-6.4910,0.0000,0.0000,-0.0006,0.0006,3.1549,0.0006,0.0001,0.0000,0.0005,0.0000,0.0005,0.0002,0.0003,0.0000,0.0003,0.0000,0.0003,0.0000,-0.0001,0.0004,0.0000,1271.6404,1271.6404,1271.6404 -610.5000,1.0000,8413.5539,0.0000,0.0050,0.0006,0.0000,1,644.4444,47.6382,546.2513,-96.1827,3.2149,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2149,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1280.4599,1280.4599,1280.4599 -611.5000,1.0000,8413.5556,0.0000,0.0070,0.0006,0.0000,1,644.4444,46.8986,546.2513,-96.1827,3.1650,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.1235,1273.1235,1273.1235 -612.5000,1.0000,8413.5577,0.0000,0.0080,0.0003,0.0000,1,644.4444,46.6270,546.2513,-96.1827,3.1467,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1467,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1270.4289,1270.4289,1270.4289 -613.5000,1.0000,8413.5599,0.0000,0.0080,0.0000,0.0000,0,644.4444,46.9732,546.2513,-96.1827,3.1700,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1700,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.8633,1273.8633,1273.8633 -614.5000,1.0000,8413.5621,0.0000,0.0080,0.0000,0.0000,0,622.2222,35.6337,565.7603,-98.5662,2.3219,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1140.9311,1140.9311,1140.9311 -615.5000,1.0000,8413.5643,0.0000,0.0080,0.0000,0.0000,0,600.0000,50.6540,586.7144,-100.9497,3.1827,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1827,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1269.4873,1269.4873,1269.4873 -616.5000,1.0000,8413.5665,0.0000,0.0080,0.0000,0.0000,0,600.0000,50.8109,586.7144,-100.9497,3.1925,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1271.0442,1271.0442,1271.0442 -617.5000,1.0000,8413.5688,0.0000,0.0080,0.0000,0.0000,0,600.0000,52.1735,586.7144,-100.9497,3.2782,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.2782,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1284.5608,1284.5608,1284.5608 -618.5000,1.0000,8413.5710,0.0000,0.0080,0.0000,0.0000,0,600.0000,50.0069,586.7144,-100.9497,3.1420,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.0680,1263.0680,1263.0680 -619.5000,1.0000,8413.5738,0.0020,0.0120,0.0011,0.0000,1,600.0000,49.4747,586.7144,-100.9497,3.1086,36.8644,-6.3429,0.0000,0.0000,-0.0006,0.0006,3.1086,0.0006,0.0001,0.0000,0.0005,0.0000,0.0005,0.0002,0.0003,0.0000,0.0003,0.0000,0.0003,0.0000,-0.0001,0.0004,0.0000,1257.7892,1257.7892,1257.7892 -620.5000,1.0000,8413.5768,0.0020,0.0100,-0.0006,0.0000,1,622.2222,60.0700,565.7603,-98.5662,3.9141,36.8644,-6.4225,0.8491,0.0000,-0.0006,0.0006,3.0650,0.0006,0.0001,0.0000,0.0005,0.0000,0.0005,0.0002,0.0003,0.0000,0.0003,0.0000,0.0003,0.0000,-0.0001,0.0004,0.0000,1383.3393,1383.3393,1383.3393 -621.5000,1.0000,8413.6006,0.0755,0.1610,0.0419,0.0000,1,644.4444,46.4534,546.2513,-96.1827,3.1350,36.8644,-6.4910,0.0000,0.0600,0.0300,0.0300,3.0750,0.0300,0.0038,0.0000,0.0262,0.0000,0.0262,0.0082,0.0180,0.0000,0.0180,0.0001,0.0179,0.0000,-0.0038,0.0139,0.0078,1268.7070,1268.7070,1268.7070 -622.5000,1.0000,8413.8906,1.0340,1.9270,0.4906,0.0000,1,644.4444,87.7806,546.2513,-96.1827,5.9240,36.8644,-6.4910,0.0000,2.9390,1.3538,1.5853,2.9849,1.5853,0.0680,0.0000,1.5173,0.0000,1.5173,0.1178,1.3995,0.0000,1.3995,0.0125,1.3870,0.0000,-0.0526,0.1910,1.2486,1718.9838,1718.9838,1718.9838 -623.5000,1.0000,8414.7656,3.1400,4.3730,0.6794,0.0000,1,645.9562,175.5588,544.9729,-96.0205,11.8756,36.8644,-6.4952,0.0600,8.8330,2.4611,6.3719,2.9826,6.3719,0.2672,0.0000,6.1047,0.0000,6.1047,0.3801,5.7247,0.0000,5.7247,0.0526,5.6721,0.0000,-0.1597,0.5799,5.2519,2748.4518,2748.4518,2748.4518 -624.5000,1.0000,8416.0670,4.6750,4.9970,0.1733,0.0000,1,689.9681,133.0132,510.2100,-91.2998,9.6106,36.8644,-6.5967,1.8008,3.4806,0.0168,3.4638,4.3293,3.4638,0.3134,0.0000,3.1505,0.0000,3.1505,0.5101,2.6404,0.0000,2.6404,0.0200,2.6204,0.0000,-0.2377,0.8634,1.9948,2396.4360,2396.4360,2396.4360 -625.5000,1.0000,8417.5621,5.3725,5.7680,0.2142,0.0000,1,789.0888,139.6288,452.6014,-80.6682,11.5380,37.3999,-6.6659,2.7438,4.5497,0.0000,4.5497,4.2446,4.5497,0.3837,0.0000,4.1659,0.0000,4.1659,0.5862,3.5798,0.0000,3.5798,0.0284,3.5514,0.0000,-0.2732,0.9922,2.8324,2822.3217,2822.3217,2822.3217 -626.5000,1.0000,8419.1235,5.6110,5.4740,-0.0817,0.0000,1,824.1186,31.2631,427.1577,-77.7733,2.6980,36.8644,-6.7120,-1.0927,0.6584,0.0000,0.6584,3.1324,0.6584,0.4346,0.0000,0.2238,0.0000,0.2238,0.6122,-0.3884,0.0000,-0.3884,-0.0113,-0.3771,0.0000,-0.2853,1.0362,-1.1280,1393.7525,1393.7525,1393.7525 -627.5000,1.0000,8420.6247,5.3945,5.3350,-0.0386,0.0000,1,792.3200,59.0578,444.3011,-80.3217,4.9001,36.8644,-6.6644,-0.4967,1.1995,0.0000,1.1995,4.1973,1.1995,0.4069,0.0000,0.7926,0.0000,0.7926,0.5886,0.2041,0.0000,0.2041,-0.0051,0.2092,0.0000,-0.2743,0.9962,-0.5127,1752.3149,1752.3149,1752.3149 -628.5000,1.0000,8422.0831,5.2400,5.1650,-0.0472,0.0000,1,769.6278,57.3055,457.4012,-82.7556,4.6185,36.8644,-6.6697,-0.5901,1.0505,0.0000,1.0505,4.1581,1.0505,0.3928,0.0000,0.6577,0.0000,0.6577,0.5717,0.0860,0.0000,0.0860,-0.0061,0.0921,0.0000,-0.2665,0.9677,-0.6091,1661.2691,1661.2691,1661.2691 -629.5000,1.0000,8423.5690,5.3395,5.5340,0.1025,0.0000,1,784.2419,103.7203,448.8776,-81.1881,8.5181,36.8644,-6.6676,1.3051,3.0408,0.0000,3.0408,4.1722,3.0408,0.3829,0.0000,2.6579,0.0000,2.6579,0.5826,2.0753,0.0000,2.0753,0.0135,2.0618,0.0000,-0.2715,0.9861,1.3473,2341.8264,2341.8264,2341.8264 -630.5000,1.0000,8425.1815,5.7950,6.0760,0.1506,0.0000,1,851.1437,114.0556,455.8700,-75.8408,10.1660,40.6324,-6.7598,2.0805,3.9975,0.0000,3.9975,4.0880,3.9975,0.4204,0.0000,3.5770,0.0000,3.5770,0.6323,2.9448,0.0000,2.9448,0.0215,2.9232,0.0000,-0.2947,1.0702,2.1477,2679.5582,2679.5582,2679.5582 -631.5000,1.0000,8426.8529,6.0070,5.9580,-0.0328,0.0000,1,882.2813,56.4702,433.0567,-73.6143,5.2174,40.0111,-6.8014,-0.4695,1.4383,0.0000,1.4383,4.2486,1.4383,0.4685,0.0000,0.9698,0.0000,0.9698,0.6554,0.3143,0.0000,0.3143,-0.0049,0.3192,0.0000,-0.3055,1.1093,-0.4847,1761.3868,1761.3868,1761.3868 -632.5000,1.0000,8428.5270,6.0165,6.0950,0.0381,0.0000,1,883.6766,78.3860,422.8727,-73.5145,7.2537,39.1320,-6.8029,0.5460,2.4899,0.0000,2.4899,4.2178,2.4899,0.4590,0.0000,2.0309,0.0000,2.0309,0.6564,1.3744,0.0000,1.3744,0.0056,1.3688,0.0000,-0.3059,1.1111,0.5636,2174.8864,2174.8864,2174.8864 -633.5000,1.0000,8430.3078,6.4010,6.7270,0.1756,0.0000,1,940.1502,119.9623,490.0214,-70.0505,11.8106,48.2437,-6.8966,2.6797,4.8266,0.0000,4.8266,4.3043,4.8266,0.4776,0.0000,4.3490,0.0000,4.3490,0.6984,3.6506,0.0000,3.6506,0.0277,3.6229,0.0000,-0.3255,1.1821,2.7663,3017.5475,3017.5475,3017.5475 -634.5000,1.0000,8432.1924,6.7745,6.8420,0.0319,0.0000,1,995.0083,74.7602,499.4429,-66.9124,7.7898,52.0405,-6.9721,0.5160,2.7245,0.0000,2.7245,4.5493,2.7245,0.5406,0.0000,2.1838,0.0000,2.1838,0.7392,1.4447,0.0000,1.4447,0.0053,1.4393,0.0000,-0.3445,1.2511,0.5327,2431.2566,2431.2566,2431.2566 -635.5000,1.0000,8434.1203,6.9305,7.0390,0.0547,0.0000,1,1017.9208,71.0416,488.8884,-67.9096,7.5728,52.1138,-7.2389,0.9044,3.1806,0.0000,3.1806,3.4878,3.1806,0.5540,0.0000,2.6266,0.0000,2.6266,0.7562,1.8704,0.0000,1.8704,0.0094,1.8611,0.0000,-0.3524,1.2799,0.9336,2415.5688,2415.5688,2415.5688 -636.5000,1.0000,8436.1011,7.1210,7.2230,0.0511,0.0000,1,1045.9006,80.5110,493.3023,-69.9125,8.8181,54.0297,-7.6573,0.8679,3.2107,0.0000,3.2107,4.7395,3.2107,0.5759,0.0000,2.6349,0.0000,2.6349,0.7770,1.8579,0.0000,1.8579,0.0090,1.8489,0.0000,-0.3621,1.3151,0.8960,2651.0206,2651.0206,2651.0206 -637.5000,1.0000,8438.1558,7.3870,7.5710,0.0967,0.0000,1,1084.9695,94.3659,515.7143,-72.7092,10.7216,58.5943,-8.2610,1.7028,4.1678,0.0000,4.1678,4.8511,4.1678,0.5978,0.0000,3.5700,0.0000,3.5700,0.8060,2.7640,0.0000,2.7640,0.0176,2.7464,0.0000,-0.3756,1.3642,1.7578,2897.7347,2897.7347,2897.7347 -638.5000,1.0000,8440.2735,7.6135,7.6760,0.0292,0.0000,1,1118.2368,72.7258,518.3512,-74.8729,8.5163,60.6997,-8.7677,0.5295,3.0381,0.0000,3.0381,4.9487,3.0381,0.6364,0.0000,2.4017,0.0000,2.4017,0.8307,1.5710,0.0000,1.5710,0.0055,1.5655,0.0000,-0.3871,1.4060,0.5466,2574.1496,2574.1496,2574.1496 -639.5000,1.0000,8442.4093,7.6790,7.7020,0.0072,0.0000,1,1127.8572,66.2831,507.6618,-75.4468,7.8286,59.9594,-8.9109,0.1322,2.6516,0.0000,2.6516,5.0447,2.6516,0.6483,0.0000,2.0034,0.0000,2.0034,0.8378,1.1655,0.0000,1.1655,0.0014,1.1642,0.0000,-0.3905,1.4181,0.1365,2477.6255,2477.6255,2477.6255 -640.5000,1.0000,8444.5431,7.6715,7.6610,-0.0114,0.0000,1,1126.7556,60.2226,501.3692,-75.3811,7.1059,59.1583,-8.8945,-0.2083,2.2973,0.0000,2.2973,5.0169,2.2973,0.6509,0.0000,1.6464,0.0000,1.6464,0.8370,0.8094,0.0000,0.8094,-0.0022,0.8116,0.0000,-0.3901,1.4167,-0.2151,2380.1770,2380.1770,2380.1770 -641.5000,1.0000,8446.6802,7.6835,7.7260,0.0181,0.0000,1,1128.5181,69.5892,504.1157,-75.4862,8.2239,59.5755,-8.9208,0.3308,2.8582,0.0000,2.8582,5.0349,2.8582,0.6467,0.0000,2.2115,0.0000,2.2115,0.8383,1.3732,0.0000,1.3732,0.0034,1.3698,0.0000,-0.3907,1.4190,0.3415,2530.8230,2530.8230,2530.8230 -642.5000,1.0000,8448.8221,7.7010,7.6960,-0.0083,0.0000,1,1131.0884,61.6090,504.4576,-75.6396,7.2974,59.7516,-8.9593,-0.1530,2.3651,0.0000,2.3651,5.0854,2.3651,0.6538,0.0000,1.7113,0.0000,1.7113,0.8402,0.8710,0.0000,0.8710,-0.0016,0.8726,0.0000,-0.3916,1.4222,-0.1580,2405.1424,2405.1424,2405.1424 -643.5000,1.0000,8450.9556,7.6705,7.6650,-0.0086,0.0000,1,1126.6087,61.4382,499.6977,-75.3723,7.2484,58.9534,-8.8923,-0.1575,2.3494,0.0000,2.3494,5.0564,2.3494,0.6502,0.0000,1.6992,0.0000,1.6992,0.8369,0.8623,0.0000,0.8623,-0.0016,0.8639,0.0000,-0.3900,1.4166,-0.1626,2399.4823,2399.4823,2399.4823 -644.5000,1.0000,8453.0839,7.6520,7.6590,-0.0017,0.0000,1,1123.8915,63.6419,500.1165,-75.2103,7.4902,58.8605,-8.8518,-0.0304,2.4740,0.0000,2.4740,5.0467,2.4740,0.6467,0.0000,1.8272,0.0000,1.8272,0.8349,0.9923,0.0000,0.9923,-0.0003,0.9926,0.0000,-0.3891,1.4131,-0.0314,2432.8733,2432.8733,2432.8733 -645.5000,1.0000,8455.2038,7.6215,7.6040,-0.0153,0.0000,1,1119.4118,59.1834,497.6753,-74.9430,6.9378,58.3398,-8.7852,-0.2777,2.2077,0.0000,2.2077,5.0077,2.2077,0.6457,0.0000,1.5620,0.0000,1.5620,0.8316,0.7304,0.0000,0.7304,-0.0029,0.7333,0.0000,-0.3876,1.4075,-0.2866,2358.7823,2358.7823,2358.7823 -646.5000,1.0000,8457.3132,7.5840,7.5840,-0.0056,0.0000,1,1113.9040,62.5432,495.9118,-74.6145,7.2955,57.8470,-8.7036,-0.1005,2.3771,0.0000,2.3771,5.0189,2.3771,0.6394,0.0000,1.7377,0.0000,1.7377,0.8275,0.9102,0.0000,0.9102,-0.0010,0.9112,0.0000,-0.3856,1.4006,-0.1037,2408.7963,2408.7963,2408.7963 -647.5000,1.0000,8459.4239,7.5885,7.6130,0.0081,0.0000,1,1114.5649,66.6756,499.9343,-74.6539,7.7822,58.3508,-8.7134,0.1458,2.6329,0.0000,2.6329,5.0035,2.6329,0.6374,0.0000,1.9955,0.0000,1.9955,0.8280,1.1675,0.0000,1.1675,0.0015,1.1660,0.0000,-0.3859,1.4014,0.1505,2475.1820,2475.1820,2475.1820 -648.5000,1.0000,8461.5486,7.6390,7.6850,0.0200,0.0000,1,1121.9822,70.0356,505.6876,-75.0964,8.2287,59.4151,-8.8233,0.3643,2.8768,0.0000,2.8768,4.9877,2.8768,0.6411,0.0000,2.2356,0.0000,2.2356,0.8335,1.4022,0.0000,1.4022,0.0038,1.3984,0.0000,-0.3884,1.4107,0.3761,2533.6663,2533.6663,2533.6663 -649.5000,1.0000,8463.7014,7.7400,7.8150,0.0361,0.0000,1,1136.8166,64.1623,513.6794,-75.9813,7.6383,61.1521,-9.0454,0.6665,3.2252,0.0000,3.2252,3.7466,3.2252,0.6500,0.0000,2.5752,0.0000,2.5752,0.8445,1.7307,0.0000,1.7307,0.0069,1.7238,0.0000,-0.3936,1.4294,0.6880,2449.6452,2449.6452,2449.6452 -650.5000,1.0000,8465.8631,7.7720,7.7490,-0.0183,0.0000,1,1141.5166,47.2692,502.7304,-76.2616,5.6505,60.0961,-9.1163,-0.3398,2.1980,0.0000,2.1980,3.7923,2.1980,0.6642,0.0000,1.5338,0.0000,1.5338,0.8480,0.6858,0.0000,0.6858,-0.0035,0.6893,0.0000,-0.3952,1.4353,-0.3508,2183.1095,2183.1095,2183.1095 -651.5000,1.0000,8468.0122,7.7270,7.7250,-0.0067,0.0000,1,1134.9072,50.9910,495.4154,-75.8674,6.0601,58.8787,-9.0166,-0.1228,2.4057,0.0000,2.4057,3.7773,2.4057,0.6566,0.0000,1.7491,0.0000,1.7491,0.8431,0.9060,0.0000,0.9060,-0.0013,0.9073,0.0000,-0.3929,1.4270,-0.1268,2238.1804,2238.1804,2238.1804 -652.5000,1.0000,8470.1570,7.7110,7.7170,-0.0022,0.0000,1,1132.5572,52.4792,497.2749,-75.7272,6.2241,58.9774,-8.9813,-0.0409,2.4845,0.0000,2.4845,3.7805,2.4845,0.6538,0.0000,1.8307,0.0000,1.8307,0.8413,0.9893,0.0000,0.9893,-0.0004,0.9897,0.0000,-0.3921,1.4240,-0.0422,2260.3932,2260.3932,2260.3932 -653.5000,1.0000,8472.2704,7.5985,7.5000,-0.0603,0.0000,1,1116.0337,34.2377,483.8363,-74.7415,4.0014,56.5463,-8.7351,-1.0922,1.3585,0.0000,1.3585,3.7351,1.3585,0.6514,0.0000,0.7071,0.0000,0.7071,0.8291,-0.1219,0.0000,-0.1219,-0.0113,-0.1106,0.0000,-0.3864,1.4033,-1.1275,1932.8753,1932.8753,1932.8753 -654.5000,1.0000,8474.2218,7.0150,6.5500,-0.2639,0.0000,1,1030.3318,-28.0547,409.8304,-68.7980,-3.0270,44.2191,-7.4230,-4.4143,-2.2801,0.0000,-2.2801,3.6674,-2.2801,0.6184,0.0000,-2.8985,0.0000,-2.8985,0.7654,-3.6638,0.0000,-3.6638,-0.0456,-3.6182,0.0000,-0.3567,1.2955,-4.5570,627.9302,627.9302,627.9302 -655.5000,1.0000,8475.9100,6.0675,5.6050,-0.2625,0.0000,1,891.1673,-26.2905,395.0197,-72.9789,-2.4535,36.8644,-6.8106,-3.7980,-1.9768,0.0000,-1.9768,3.3213,-1.9768,0.5092,0.0000,-2.4860,0.0000,-2.4860,0.6620,-3.1480,0.0000,-3.1480,-0.0393,-3.1088,0.0000,-0.3085,1.1205,-3.9207,521.4847,521.4847,521.4847 -656.5000,1.0000,8477.4795,5.6400,5.6950,0.0250,0.0000,1,828.3780,61.9502,424.9614,-77.4687,5.3740,36.8644,-6.7202,0.3362,2.1434,0.0000,2.1434,2.8944,2.1434,0.4227,0.0000,1.7207,0.0000,1.7207,0.6154,1.1053,0.0000,1.1053,0.0035,1.1019,0.0000,-0.2868,1.0416,0.3471,1823.0092,1823.0092,1823.0092 -657.5000,1.0000,8479.0515,5.6495,5.6240,-0.0197,0.0000,1,829.7733,48.5140,424.2468,-77.3689,4.2156,36.8644,-6.7229,-0.2657,1.5253,0.0000,1.5253,2.9559,1.5253,0.4299,0.0000,1.0954,0.0000,1.0954,0.6164,0.4790,0.0000,0.4790,-0.0027,0.4818,0.0000,-0.2873,1.0433,-0.2743,1635.9574,1635.9574,1635.9574 -658.5000,1.0000,8480.5399,5.3480,5.0920,-0.1478,0.0000,1,785.4903,12.9037,448.1642,-81.0542,1.0614,36.8644,-6.6672,-1.8846,-0.2491,0.0000,-0.2491,3.1951,-0.2491,0.4167,0.0000,-0.6658,0.0000,-0.6658,0.5835,-1.2493,0.0000,-1.2493,-0.0195,-1.2298,0.0000,-0.2719,0.9876,-1.9455,1088.4212,1088.4212,1088.4212 -659.5000,1.0000,8481.8508,4.7095,4.3470,-0.2069,0.0000,1,696.8033,1.8859,505.2052,-90.5667,0.1376,36.8644,-6.6086,-2.1232,-0.9108,0.0078,-0.9186,3.1717,-0.9186,0.3605,0.0000,-1.2791,0.0000,-1.2791,0.5138,-1.7929,0.0000,-1.7929,-0.0240,-1.7689,0.0000,-0.2395,0.8697,-2.3992,874.7670,874.7670,874.7670 -660.5000,1.0000,8483.0079,4.1555,3.9840,-0.1008,0.0000,1,645.8148,49.6491,545.0923,-96.0357,3.3577,36.8644,-6.4949,-0.0543,0.2537,-0.0110,0.2647,3.1584,0.2647,0.2970,0.0000,-0.0323,0.0000,-0.0323,0.4534,-0.4857,0.0000,-0.4857,-0.0103,-0.4754,0.0000,-0.2113,0.7674,-1.0315,1301.6691,1301.6691,1301.6691 -661.5000,1.0000,8484.0558,3.7625,3.5610,-0.1175,0.0000,1,644.4444,47.7866,546.2513,-96.1827,3.2249,36.8644,-6.4910,0.0000,0.0743,-0.0044,0.0788,3.1506,0.0788,0.2639,0.0000,-0.1851,0.0000,-0.1851,0.4105,-0.5957,0.0000,-0.5957,-0.0109,-0.5848,0.0000,-0.1913,0.6948,-1.0883,1281.9317,1281.9317,1281.9317 -662.5000,1.0000,8484.9886,3.3480,3.1550,-0.1128,0.0000,1,644.4444,48.1053,546.2513,-96.1827,3.2464,36.8644,-6.4910,0.0000,0.0966,-0.0062,0.1029,3.1498,0.1029,0.2283,0.0000,-0.1254,0.0000,-0.1254,0.3653,-0.4907,0.0000,-0.4907,-0.0093,-0.4814,0.0000,-0.1702,0.6183,-0.9295,1285.0930,1285.0930,1285.0930 -663.5000,1.0000,8485.8153,2.9660,2.7970,-0.0994,0.0000,1,644.4444,48.1283,546.2513,-96.1827,3.2480,36.8644,-6.4910,0.0000,0.1724,-0.0111,0.1835,3.0756,0.1835,0.1963,0.0000,-0.0128,0.0000,-0.0128,0.3236,-0.3364,0.0000,-0.3364,-0.0073,-0.3291,0.0000,-0.1508,0.5477,-0.7261,1285.3215,1285.3215,1285.3215 -664.5000,1.0000,8486.5656,2.6910,2.6050,-0.0533,0.0000,1,644.4444,51.7775,546.2513,-96.1827,3.4943,36.8644,-6.4910,0.0000,0.4519,-0.0167,0.4686,3.0423,0.4686,0.1717,0.0000,0.2969,0.0000,0.2969,0.2936,0.0033,0.0000,0.0033,-0.0035,0.0068,0.0000,-0.1368,0.4970,-0.3533,1321.5217,1321.5217,1321.5217 -665.5000,1.0000,8487.3175,2.6970,2.8090,0.0567,0.0000,1,644.4444,63.0547,546.2513,-96.1827,4.2553,36.8644,-6.4910,0.0000,1.2455,0.0454,1.2001,3.0099,1.2001,0.1649,0.0000,1.0352,0.0000,1.0352,0.2943,0.7409,0.0000,0.7409,0.0038,0.7371,0.0000,-0.1371,0.4981,0.3762,1433.3911,1433.3911,1433.3911 -666.5000,1.0000,8488.3370,3.6600,4.5310,0.4783,0.0000,1,654.2344,147.5717,538.0773,-95.1326,10.1103,36.8644,-6.5177,0.3933,6.7423,1.2024,5.5399,2.9747,5.5399,0.2822,0.0000,5.2578,0.0000,5.2578,0.4151,4.8426,0.0000,4.8426,0.0432,4.7994,0.0000,-0.1861,0.6759,4.3096,2456.2140,2456.2140,2456.2140 -667.5000,1.0000,8489.8865,5.5685,6.6260,0.5819,0.0000,1,817.8764,241.9785,564.5266,-78.2196,20.7249,48.3505,-6.6993,7.7275,9.9633,0.0000,9.9633,3.0342,9.9633,0.5075,0.0000,9.4557,0.0000,9.4557,0.6535,8.8023,0.0000,8.8023,0.0799,8.7224,0.0000,-0.2832,1.0284,7.9772,4432.1149,4432.1149,4432.1149 -668.5000,1.0000,8491.9828,7.5365,8.4670,0.5114,0.0000,1,1106.9274,214.0212,643.8447,-74.1983,24.8087,74.6326,-8.6009,9.1905,12.1826,0.0000,12.1826,3.4357,12.1826,0.7272,0.0000,11.4554,0.0000,11.4554,0.8643,10.5911,0.0000,10.5911,0.0950,10.4960,0.0000,-0.3832,1.3918,9.4875,5236.7271,5236.7271,5236.7271 -669.5000,1.0000,8494.5040,9.0665,9.6860,0.3386,0.0000,1,1331.6470,159.1279,662.1400,-87.5580,22.1903,92.3353,-12.2099,7.3208,10.6933,0.0000,10.6933,4.1763,10.6933,0.8577,0.0000,9.8356,0.0000,9.8356,0.9892,8.8464,0.0000,8.8464,0.0757,8.7707,0.0000,-0.4610,1.6744,7.5574,4908.8667,4908.8667,4908.8667 -670.5000,1.0000,8497.1457,9.5001,9.3343,-0.0977,0.0000,0,1311.7105,-29.7196,524.8677,-86.3756,-4.0823,72.0969,-11.8647,-8.8171,0.0000,0.0000,0.0000,4.7348,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0365,-1.0365,0.0000,-1.0365,-0.0229,-1.0137,0.0000,-0.4831,1.7544,-2.2850,1096.4564,1096.4564,1096.4564 -671.5000,1.0000,8500.1604,10.8426,12.3710,0.8435,0.0000,2,1117.0991,277.5280,394.7720,-74.8051,32.4659,46.1813,-8.7509,-5.8418,32.6521,0.0000,32.6521,5.6556,26.4579,0.8867,0.0000,25.5712,0.0000,25.5712,1.3798,24.1914,0.0000,24.1914,0.2255,23.9659,0.0000,-0.5513,2.0024,22.5149,6665.2791,6665.2791,6665.2791 -672.5000,1.0000,8503.8861,13.4025,14.4540,0.5786,0.0000,2,1118.8931,308.7959,657.1922,-74.9121,36.1817,77.0033,-8.7775,5.9744,23.6095,0.0000,23.6095,6.5978,23.6095,0.9638,0.0000,22.6457,0.0000,22.6457,1.5711,21.0746,0.0000,21.0746,0.1912,20.8834,0.0000,-0.6815,2.4751,19.0898,7381.2427,7381.2427,7381.2427 -673.5000,1.0000,8508.2048,15.5375,16.6410,0.6075,0.0000,2,1297.1312,325.6084,689.3996,-85.5109,44.2291,93.6448,-11.6154,7.2719,28.5755,0.0000,28.5755,8.3817,28.5755,1.1893,0.0000,27.3862,0.0000,27.3862,1.8384,25.5478,0.0000,25.5478,0.2327,25.3151,0.0000,-0.7901,2.8694,23.2357,8998.1063,8998.1063,8998.1063 -674.5000,1.0000,8513.2347,18.0975,19.5740,0.8147,0.0000,2,1510.8500,411.3960,765.6237,-98.1862,65.0894,121.1338,-15.5346,11.3593,43.0114,0.0000,43.0114,10.7187,43.0114,1.6468,0.0000,41.3646,0.0000,41.3646,2.2833,39.0813,0.0000,39.0813,0.3635,38.7178,0.0000,-0.9203,3.3422,36.2959,13090.2349,13090.2349,13090.2349 -675.5000,1.0000,8518.6230,19.3881,19.2223,-0.0977,0.0000,0,1513.9385,23.4745,665.2315,-98.3693,3.7216,105.4653,-15.5954,-11.0954,0.0000,0.0000,0.0000,14.8170,0.0000,0.0000,0.0000,0.0002,0.0000,0.0002,2.1154,-2.1152,0.0000,-2.1152,-0.0467,-2.0685,0.0000,-0.9859,3.5805,-4.6631,2619.8238,2619.8238,2619.8238 -676.5000,1.0000,8524.2274,20.1656,21.1290,0.5296,0.0000,3,1227.4787,312.4180,406.2142,-81.3800,40.1586,52.2153,-10.4607,-12.5975,39.5906,0.0000,39.5906,13.1656,32.6565,1.0756,0.0000,31.5808,0.0000,31.5808,2.3265,29.2543,0.0000,29.2543,0.2633,28.9910,0.0000,-1.0254,3.7241,26.2923,8179.6805,8179.6805,8179.6805 -677.5000,1.0000,8530.1908,21.4585,21.8080,0.1886,0.0000,3,1077.4054,212.7844,641.8722,-72.1677,24.0075,72.4196,-8.1424,1.1278,16.0612,0.0000,16.0612,6.8185,16.0612,0.7853,0.0000,15.2759,0.0000,15.2759,2.3413,12.9346,0.0000,12.9346,0.0998,12.8348,0.0000,-1.0912,3.9629,9.9631,5086.0193,5086.0193,5086.0193 -678.5000,1.0000,8536.5903,23.0280,24.2680,0.6833,0.0000,3,1156.2081,477.9433,612.3800,-77.1380,57.8683,74.1456,-9.3397,4.3850,46.4425,0.0000,46.4425,7.0408,46.4425,1.4458,0.0000,44.9968,0.0000,44.9968,2.7908,42.2060,0.0000,42.2060,0.3880,41.8180,0.0000,-1.1710,4.2527,38.7363,11524.8618,11524.8618,11524.8618 -679.5000,1.0000,8543.6347,25.3500,26.4520,0.6067,0.0000,3,1272.7929,441.8675,729.8090,-84.0675,58.8950,97.2737,-11.2051,4.2855,46.1510,0.0000,46.1510,8.4584,46.1510,1.5228,0.0000,44.6282,0.0000,44.6282,2.9986,41.6296,0.0000,41.6296,0.3792,41.2505,0.0000,-1.2890,4.6815,37.8580,11737.5247,11737.5247,11737.5247 -680.5000,1.0000,8551.3627,27.8105,29.1890,0.7603,0.0000,3,1396.3317,527.4498,746.3404,-91.3943,77.1256,109.1325,-13.3640,5.8919,61.6704,0.0000,61.6704,9.5632,61.6704,1.9272,0.0000,59.7432,0.0000,59.7432,3.4514,56.2918,0.0000,56.2918,0.5213,55.7705,0.0000,-1.4142,5.1359,52.0488,15169.3895,15169.3895,15169.3895 -681.5000,1.0000,8560.0360,31.2140,33.2590,1.1306,0.0000,3,1567.2173,732.4186,817.2748,-101.5292,120.2035,134.1300,-16.6628,9.8337,99.0439,0.0000,99.0439,11.3259,99.0439,2.8151,0.0000,96.2288,0.0000,96.2288,4.3114,91.9174,0.0000,91.9174,0.8700,91.0474,0.0000,-1.5872,5.7645,86.8702,23455.5512,23455.5512,23455.5512 -682.5000,1.0000,8569.2257,33.0731,32.9073,-0.0977,0.0000,0,1669.3922,75.3132,835.7161,-105.9447,13.1661,146.0985,-18.5211,0.0000,0.0000,0.0000,0.0000,13.1661,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,3.6085,-3.6085,0.0000,-3.6085,-0.0797,-3.5288,0.0000,-1.6818,6.1078,-7.9548,4006.1563,4006.1563,4006.1563 -683.5000,1.0000,8578.6584,33.9475,35.0077,0.5835,0.0000,4,1402.7705,426.4978,426.4978,-91.7762,62.6516,62.6516,-13.4817,-22.9682,75.6649,0.0000,75.6649,9.9549,59.4444,1.6692,0.0000,57.7752,0.0000,57.7752,3.9857,53.7894,0.0000,53.7894,0.4883,53.3011,0.0000,-1.7262,6.2693,48.7580,12518.5092,12518.5092,12518.5092 -684.5000,1.0000,8588.7692,36.3889,37.7902,0.7729,0.0000,4,1181.3132,743.5385,743.5385,-78.6356,91.9808,91.9808,-9.7278,3.2765,81.4959,0.0000,81.4959,7.2085,81.4959,2.1642,0.0000,79.3317,0.0000,79.3317,4.5334,74.7983,0.0000,74.7983,0.6934,74.1048,0.0000,-1.8504,6.7201,69.2351,17938.8138,17938.8138,17938.8138 -685.5000,1.0000,8599.6396,39.1236,40.4770,0.7463,0.0000,4,1270.0896,718.5493,830.2563,-83.9072,95.5695,110.4270,-11.1599,3.4016,84.9672,0.0000,84.9672,7.2007,84.9672,2.2972,0.0000,82.6700,0.0000,82.6700,4.8347,77.8353,0.0000,77.8353,0.7199,77.1154,0.0000,-1.9894,7.2252,71.8796,18612.3327,18612.3327,18612.3327 -686.5000,1.0000,8611.0455,41.0510,41.6450,0.3244,0.0000,4,1332.6603,396.3016,819.7485,-87.6181,55.3062,114.4007,-12.2276,1.5516,44.6245,0.0000,44.6245,9.1302,44.6245,1.5371,0.0000,43.0874,0.0000,43.0874,4.4790,38.6084,0.0000,38.6084,0.3284,38.2800,0.0000,-2.0874,7.5811,32.7864,11104.1182,11104.1182,11104.1182 -687.5000,1.0000,8622.7330,42.0650,42.5050,0.2389,0.0000,4,1365.5783,327.3081,702.0594,-89.5704,46.8060,100.3966,-12.8088,1.1706,36.6056,0.0000,36.6056,9.0298,36.6056,1.4019,0.0000,35.2037,0.0000,35.2037,4.5896,30.6141,0.0000,30.6141,0.2478,30.3663,0.0000,-2.1390,7.7684,24.7369,9501.2532,9501.2532,9501.2532 -688.5000,1.0000,8634.5688,42.5990,42.7130,0.0578,0.0000,4,1382.9138,184.5355,674.0998,-90.5985,26.7241,97.6221,-13.1203,0.2867,17.5016,0.0000,17.5016,8.9358,17.5016,1.0333,0.0000,16.4682,0.0000,16.4682,4.6479,11.8204,0.0000,11.8204,0.0607,11.7597,0.0000,-2.1661,7.8670,6.0588,5813.7881,5813.7881,5813.7881 -689.5000,1.0000,8646.5638,43.1720,43.6510,0.2606,0.0000,4,1401.5154,341.2833,631.1690,-91.7018,50.0889,92.6344,-13.4587,1.3104,39.9528,0.0000,39.9528,8.8257,39.9528,1.4969,0.0000,38.4558,0.0000,38.4558,4.7104,33.7454,0.0000,33.7454,0.2773,33.4681,0.0000,-2.1953,7.9728,27.6906,10177.5724,10177.5724,10177.5724 -690.5000,1.0000,8658.8210,44.1160,44.6010,0.2639,0.0000,4,1432.1610,342.6234,695.5731,-93.5193,51.3851,104.3190,-14.0256,1.3562,41.2087,0.0000,41.2087,8.8202,41.2087,1.5464,0.0000,39.6623,0.0000,39.6623,4.8134,34.8489,0.0000,34.8489,0.2870,34.5619,0.0000,-2.2433,8.1471,28.6580,10425.9062,10425.9062,10425.9062 -691.5000,1.0000,8671.3913,45.2430,45.9050,0.3622,0.0000,4,1468.7474,418.8018,706.9712,-95.6891,64.4146,108.7370,-14.7176,1.9091,53.5600,0.0000,53.5600,8.9455,53.5600,1.8230,0.0000,51.7369,0.0000,51.7369,4.9364,46.8006,0.0000,46.8006,0.4040,46.3965,0.0000,-2.3006,8.3553,40.3418,12897.2405,12897.2405,12897.2405 -692.5000,1.0000,8684.3755,46.7330,47.5810,0.4656,0.0000,4,1517.1180,499.9438,745.3613,-98.5579,79.4272,118.4172,-15.6581,2.5346,67.7740,0.0000,67.7740,9.1186,67.7740,2.1473,0.0000,65.6267,0.0000,65.6267,5.2782,60.3485,0.0000,60.3485,0.5364,59.8121,0.0000,-2.3764,8.6304,53.5580,15733.6936,15733.6936,15733.6936 -693.5000,1.0000,8697.6501,47.7785,47.9960,0.1153,0.0000,4,1551.0586,225.7000,767.2960,-100.5709,36.6597,124.6292,-16.3354,0.6416,26.6547,0.0000,26.6547,9.3633,26.6547,1.3535,0.0000,25.3012,0.0000,25.3012,5.2130,20.0881,0.0000,20.0881,0.1358,19.9524,0.0000,-2.4295,8.8235,13.5584,7782.4081,7782.4081,7782.4081 -694.5000,1.0000,8711.1153,48.4650,48.9540,0.2661,0.0000,4,1573.3449,323.6836,692.5232,-101.8926,53.3302,114.1003,-16.7879,1.5025,45.5914,0.0000,45.5914,6.2364,45.5914,1.7513,0.0000,43.8400,0.0000,43.8400,5.2879,38.5521,0.0000,38.5521,0.3180,38.2342,0.0000,-2.4644,8.9503,31.7483,10915.9752,10915.9752,10915.9752 -695.5000,1.0000,8724.9830,49.9135,50.8930,0.5386,0.0000,4,1620.3683,530.8736,740.7902,-104.1988,90.0811,125.7007,-17.6809,3.1319,81.8141,0.0000,81.8141,5.1351,81.8141,2.5167,0.0000,79.2974,0.0000,79.2974,5.7755,73.5219,0.0000,73.5219,0.6628,72.8591,0.0000,-2.5381,9.2178,66.1794,17888.9517,17888.9517,17888.9517 -696.5000,1.0000,8739.0711,50.7071,50.5413,-0.0977,0.0000,0,1651.8417,30.0368,787.4195,-105.3197,5.1958,136.2082,-18.2182,0.0000,0.0000,0.0000,0.0000,5.1958,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,5.5325,-5.5325,0.0000,-5.5325,-0.1222,-5.4103,0.0000,-2.5784,9.3644,-12.1962,3085.5970,3085.5970,3085.5970 -697.5000,1.0000,8753.2979,51.2066,51.8920,0.3752,0.0000,5,1394.9315,404.2938,404.2938,-91.3113,59.0580,59.0580,-13.3385,-22.0079,75.7936,0.0000,75.7936,5.2723,61.0295,0.7996,0.0000,60.2299,0.0000,60.2299,5.6083,54.6215,0.0000,54.6215,0.4737,54.1478,0.0000,-2.6038,9.4566,47.2951,11851.5036,11851.5036,11851.5036 -698.5000,1.0000,8767.9647,52.7906,53.7092,0.5048,0.0000,5,1157.9514,717.7310,717.7310,-77.2420,87.0323,87.0323,-9.3664,1.4172,80.2796,0.0000,80.2796,5.3355,80.2796,0.9195,0.0000,79.3601,0.0000,79.3601,6.0408,73.3193,0.0000,73.3193,0.6570,72.6623,0.0000,-2.6844,9.7491,65.5975,16981.3667,16981.3667,16981.3667 -699.5000,1.0000,8783.1803,54.7660,55.8427,0.5927,0.0000,5,1201.2813,816.3785,816.3785,-79.8263,102.6987,102.6987,-10.0420,1.7262,95.5040,0.0000,95.5040,5.4684,95.5040,1.0258,0.0000,94.4782,0.0000,94.4782,6.4491,88.0291,0.0000,88.0291,0.8002,87.2289,0.0000,-2.7848,10.1139,79.8998,19985.8979,19985.8979,19985.8979 -700.5000,1.0000,8798.9170,56.6424,57.4620,0.4498,0.0000,5,1242.4401,653.9617,858.4493,-82.2673,85.0857,111.6911,-10.7036,1.3550,78.2575,0.0000,78.2575,5.4731,78.2575,0.9690,0.0000,77.2886,0.0000,77.2886,6.3636,70.9249,0.0000,70.9249,0.6281,70.2968,0.0000,-2.8802,10.4604,62.7166,16617.8405,16617.8405,16617.8405 -701.5000,1.0000,8815.0327,58.0065,58.5710,0.3081,0.0000,5,1272.3619,494.9525,792.6736,-84.0419,65.9482,105.6170,-11.1979,0.9504,59.4169,0.0000,59.4169,5.5809,59.4169,0.8966,0.0000,58.5204,0.0000,58.5204,6.3290,52.1914,0.0000,52.1914,0.4406,51.7508,0.0000,-2.9496,10.7124,43.9881,13117.0158,13117.0158,13117.0158 -702.5000,1.0000,8831.4481,59.0855,59.6200,0.2914,0.0000,5,1296.0296,476.4403,730.3337,-85.4456,64.6624,99.1208,-11.5967,0.9157,58.0678,0.0000,58.0678,5.6789,58.0678,0.9073,0.0000,57.1605,0.0000,57.1605,6.4467,50.7138,0.0000,50.7138,0.4245,50.2893,0.0000,-3.0045,10.9116,42.3822,12877.9421,12877.9421,12877.9421 -703.5000,1.0000,8848.1200,60.0085,60.4170,0.2214,0.0000,5,1316.2754,399.0934,724.6077,-86.6463,55.0110,99.8800,-11.9433,0.7066,48.4840,0.0000,48.4840,5.8205,48.4840,0.8746,0.0000,47.6094,0.0000,47.6094,6.5474,41.0620,0.0000,41.0620,0.3275,40.7344,0.0000,-3.0514,11.0821,32.7038,11040.5299,11040.5299,11040.5299 -704.5000,1.0000,8865.0223,60.8385,61.2800,0.2397,0.0000,5,1334.4813,418.8256,696.8741,-87.7261,58.5294,97.3858,-12.2594,0.7757,51.9468,0.0000,51.9468,5.8070,51.9468,0.9057,0.0000,51.0411,0.0000,51.0411,6.6380,44.4031,0.0000,44.4031,0.3596,44.0435,0.0000,-3.0936,11.2354,35.9018,11712.2873,11712.2873,11712.2873 -705.5000,1.0000,8882.1276,61.5690,61.8780,0.1661,0.0000,5,1350.5047,337.0957,706.0694,-88.6764,47.6736,99.8555,-12.5410,0.5439,41.2500,0.0000,41.2500,5.8797,41.2500,0.8644,0.0000,40.3855,0.0000,40.3855,6.7177,33.6679,0.0000,33.6679,0.2522,33.4157,0.0000,-3.1308,11.3703,25.1762,9651.6297,9651.6297,9651.6297 -706.5000,1.0000,8899.3930,62.1455,62.4330,0.1542,0.0000,5,1363.1501,324.1748,676.0673,-89.4264,46.2755,96.5078,-12.7655,0.5095,39.7849,0.0000,39.7849,5.9811,39.7849,0.8669,0.0000,38.9181,0.0000,38.9181,6.7806,32.1375,0.0000,32.1375,0.2362,31.9013,0.0000,-3.1601,11.4767,23.5846,9404.9496,9404.9496,9404.9496 -707.5000,1.0000,8916.8418,62.8055,63.1980,0.2125,0.0000,5,1377.6271,388.6922,675.0798,-90.2850,56.0746,97.3902,-13.0249,0.7098,49.3664,0.0000,49.3664,5.9984,49.3664,0.9260,0.0000,48.4404,0.0000,48.4404,6.8526,41.5879,0.0000,41.5879,0.3290,41.2588,0.0000,-3.1936,11.5986,32.8538,11280.0727,11280.0727,11280.0727 -708.5000,1.0000,8934.4918,63.5300,63.8820,0.1900,0.0000,5,1393.5189,364.0627,702.3611,-91.2275,53.1273,102.4948,-13.3127,0.6420,46.3686,0.0000,46.3686,6.1167,46.3686,0.9234,0.0000,45.4452,0.0000,45.4452,6.9316,38.5136,0.0000,38.5136,0.2976,38.2160,0.0000,-3.2305,11.7324,29.7140,10738.4616,10738.4616,10738.4616 -709.5000,1.0000,8952.2969,64.0885,64.3150,0.1203,0.0000,5,1405.7694,286.1887,694.0387,-91.9540,42.1304,102.1707,-13.5367,0.4100,35.6142,0.0000,35.6142,6.1062,35.6142,0.8793,0.0000,34.7349,0.0000,34.7349,6.9926,27.7423,0.0000,27.7423,0.1900,27.5523,0.0000,-3.2589,11.8356,18.9756,8682.5776,8682.5776,8682.5776 -710.5000,1.0000,8970.1223,64.1615,64.0280,-0.0797,0.0000,5,1407.3707,64.4292,660.7557,-92.0490,9.4955,97.3819,-13.5661,-0.2720,3.6179,0.0000,3.6179,6.1497,3.6179,0.7487,0.0000,2.8692,0.0000,2.8692,7.0005,-4.1313,0.0000,-4.1313,-0.1261,-4.0052,0.0000,-3.2626,11.8490,-12.5917,3065.7591,3065.7591,3065.7591 -711.5000,1.0000,8987.8283,63.7315,63.4550,-0.1592,0.0000,5,1397.9387,-23.1711,570.4865,-91.4896,-3.3921,83.5145,-13.3933,-0.5395,-8.9662,0.0000,-8.9662,6.1136,-8.9662,0.7724,0.0000,-9.7386,0.0000,-9.7386,6.9536,-16.6922,0.0000,-16.6922,-0.2501,-16.4421,0.0000,-3.2407,11.7696,-24.9710,1428.2072,1428.2072,1428.2072 -712.5000,1.0000,9005.3687,63.1355,62.8360,-0.1719,0.0000,5,1384.8656,-37.5216,531.4441,-90.7143,-5.4415,77.0715,-13.1556,-0.5774,-10.8869,0.0000,-10.8869,6.0227,-10.8869,0.7664,0.0000,-11.6533,0.0000,-11.6533,6.8886,-18.5419,0.0000,-18.5419,-0.2676,-18.2742,0.0000,-3.2104,11.6596,-26.7234,1091.1487,1091.1487,1091.1487 -713.5000,1.0000,9022.7137,62.4320,62.0480,-0.2189,0.0000,5,1369.4344,-88.7534,519.3941,-89.7991,-12.7278,74.4847,-12.8778,-0.7268,-18.0388,0.0000,-18.0388,6.0377,-18.0388,0.7717,0.0000,-18.8104,0.0000,-18.8104,6.8118,-25.6222,0.0000,-25.6222,-0.3369,-25.2853,0.0000,-3.1746,11.5296,-33.6403,0.0000,0.0000,0.0000 -714.5000,1.0000,9039.8843,61.8040,61.5800,-0.1300,0.0000,5,1355.6594,8.9856,496.5759,-88.9821,1.2756,70.4961,-12.6323,-0.4273,-4.2362,0.0000,-4.2362,5.9391,-4.2362,0.7260,0.0000,-4.9621,0.0000,-4.9621,6.7433,-11.7054,0.0000,-11.7054,-0.1981,-11.5073,0.0000,-3.1427,11.4137,-19.7783,1973.5449,1973.5449,1973.5449 -715.5000,1.0000,9056.9554,61.4460,61.3320,-0.0689,0.0000,5,1347.8067,77.0177,535.8422,-88.5164,10.8704,75.6298,-12.4934,-0.2251,5.0991,0.0000,5.0991,5.9964,5.0991,0.6963,0.0000,4.4028,0.0000,4.4028,6.7042,-2.3014,0.0000,-2.3014,-0.1044,-2.1971,0.0000,-3.1245,11.3476,-10.4201,3078.5415,3078.5415,3078.5415 -716.5000,1.0000,9073.9497,61.1695,61.0270,-0.0847,0.0000,5,1341.7417,59.1861,561.5371,-88.1567,8.3161,78.8998,-12.3866,-0.2756,2.6725,0.0000,2.6725,5.9192,2.6725,0.6975,0.0000,1.9750,0.0000,1.9750,6.6741,-4.6991,0.0000,-4.6991,-0.1278,-4.5713,0.0000,-3.1104,11.2965,-12.7574,2750.6614,2750.6614,2750.6614 -717.5000,1.0000,9090.8320,60.7665,60.5260,-0.1392,0.0000,5,1332.9020,-0.7091,550.3589,-87.6324,-0.0990,76.8197,-12.2318,-0.4498,-5.5528,0.0000,-5.5528,5.9036,-5.5528,0.7110,0.0000,-6.2638,0.0000,-6.2638,6.6301,-12.8939,0.0000,-12.8939,-0.2085,-12.6854,0.0000,-3.0900,11.2221,-20.8175,1754.4741,1754.4741,1754.4741 -718.5000,1.0000,9107.5693,60.2440,59.9820,-0.1511,0.0000,5,1321.4410,-14.3322,521.7851,-86.9527,-1.9833,72.2051,-12.0326,-0.4842,-7.2928,0.0000,-7.2928,5.7937,-7.2928,0.7062,0.0000,-7.9990,0.0000,-7.9990,6.5731,-14.5721,0.0000,-14.5721,-0.2244,-14.3477,0.0000,-3.0634,11.1256,-22.4099,1441.5644,1441.5644,1441.5644 -719.5000,1.0000,9124.1505,59.6825,59.4030,-0.1608,0.0000,5,1309.1246,-24.7317,512.1501,-86.2222,-3.3905,70.2113,-11.8203,-0.5105,-8.6673,0.0000,-8.6673,5.7873,-8.6673,0.6999,0.0000,-9.3672,0.0000,-9.3672,6.5118,-15.8790,0.0000,-15.8790,-0.2367,-15.6423,0.0000,-3.0348,11.0219,-23.6294,1193.4583,1193.4583,1193.4583 -720.5000,1.0000,9140.5711,59.1040,58.8250,-0.1606,0.0000,5,1296.4354,-24.6889,503.9897,-85.4697,-3.3518,68.4229,-11.6036,-0.5047,-8.5460,0.0000,-8.5460,5.6988,-8.5460,0.6896,0.0000,-9.2355,0.0000,-9.2355,6.4487,-15.6843,0.0000,-15.6843,-0.2340,-15.4503,0.0000,-3.0054,10.9150,-23.3599,1166.2687,1166.2687,1166.2687 -721.5000,1.0000,9156.8186,58.4810,58.1570,-0.1856,0.0000,5,1282.7700,-52.3003,499.3340,-84.6592,-7.0256,67.0762,-11.3724,-0.5771,-12.0855,0.0000,-12.0855,5.6371,-12.0855,0.6878,0.0000,-12.7733,0.0000,-12.7733,6.3807,-19.1540,0.0000,-19.1540,-0.2675,-18.8865,0.0000,-2.9737,10.8000,-26.7127,575.1776,575.1776,575.1776 -722.5000,1.0000,9172.9043,57.8985,57.6600,-0.1381,0.0000,5,1269.9929,0.2155,484.8865,-83.9014,0.0287,64.4867,-11.1583,-0.4251,-5.1477,0.0000,-5.1477,5.6015,-5.1477,0.6605,0.0000,-5.8082,0.0000,-5.8082,6.3172,-12.1254,0.0000,-12.1254,-0.1971,-11.9283,0.0000,-2.9441,10.6924,-19.6766,1622.3239,1622.3239,1622.3239 -723.5000,1.0000,9188.8643,57.4460,57.2520,-0.1133,0.0000,5,1260.0674,27.6123,505.7386,-83.3128,3.6436,66.7342,-10.9934,-0.3463,-1.5878,0.0000,-1.5878,5.5776,-1.5878,0.6439,0.0000,-2.2318,0.0000,-2.2318,6.2678,-8.4996,0.0000,-8.4996,-0.1605,-8.3390,0.0000,-2.9211,10.6089,-16.0268,2038.0385,2038.0385,2038.0385 -724.5000,1.0000,9204.7104,57.0360,56.8400,-0.1144,0.0000,5,1251.0742,26.1818,515.3248,-82.7794,3.4301,67.5138,-10.8451,-0.3472,-1.7360,0.0000,-1.7360,5.5133,-1.7360,0.6374,0.0000,-2.3734,0.0000,-2.3734,6.2231,-8.5965,0.0000,-8.5965,-0.1609,-8.4355,0.0000,-2.9003,10.5331,-16.0684,1995.6926,1995.6926,1995.6926 -725.5000,1.0000,9220.4511,56.6565,56.4930,-0.0964,0.0000,5,1242.7499,46.5893,512.9614,-82.2857,6.0632,66.7570,-10.7087,-0.2904,0.8105,0.0000,0.8105,5.5431,0.8105,0.6247,0.0000,0.1858,0.0000,0.1858,6.1817,-5.9959,0.0000,-5.9959,-0.1346,-5.8612,0.0000,-2.8810,10.4631,-13.4433,2303.3330,2303.3330,2303.3330 -726.5000,1.0000,9236.0615,56.1875,55.9020,-0.1642,0.0000,5,1232.4625,-28.3954,517.6456,-81.6756,-3.6648,66.8090,-10.5413,-0.4906,-8.6438,0.0000,-8.6438,5.4696,-8.6438,0.6405,0.0000,-9.2843,0.0000,-9.2843,6.1305,-15.4148,0.0000,-15.4148,-0.2274,-15.1874,0.0000,-2.8571,10.3764,-22.7067,982.0294,982.0294,982.0294 -727.5000,1.0000,9251.4669,55.4495,55.0170,-0.2458,0.0000,5,1216.2746,-80.7155,477.3653,-80.7155,-10.2806,60.8010,-10.2806,-0.7250,-14.9534,0.0000,-14.9534,5.3978,-14.9534,0.6441,0.0000,-15.5975,0.0000,-15.5975,6.0500,-21.6474,4.8239,-26.4713,-0.3361,-26.1352,0.0000,-2.8196,10.2402,-33.5558,0.0000,0.0000,0.0000 -728.5000,1.0000,9266.6188,54.5370,54.0770,-0.2611,0.0000,5,1196.2591,-79.5269,446.8659,-79.5271,-9.9625,55.9798,-9.9625,-0.7574,-14.5255,0.0000,-14.5255,5.3204,-14.5255,0.6280,0.0000,-15.1536,0.0000,-15.1536,5.9504,-21.1040,7.0033,-28.1073,-0.3511,-27.7562,0.0000,-2.7732,10.0716,-35.0547,0.0000,0.0000,0.0000 -729.5000,1.0000,9281.5081,53.5915,53.1260,-0.2642,0.0000,5,1175.5197,-78.2898,440.9286,-78.2900,-9.6375,54.2784,-9.6375,-0.7529,-14.1060,0.0000,-14.1060,5.2215,-14.1060,0.6117,0.0000,-14.7177,0.0000,-14.7177,5.8473,-20.5650,7.4622,-28.0272,-0.3490,-27.6781,0.0000,-2.7251,9.8970,-34.8500,0.0000,0.0000,0.0000 -730.5000,1.0000,9296.0131,52.2080,51.3100,-0.5044,0.0000,5,1145.1729,-76.4785,425.4394,-76.4797,-9.1715,51.0196,-9.1716,-1.4007,-12.9043,0.0000,-12.9043,5.1334,-12.9043,0.5866,0.0000,-13.4908,0.0000,-13.4908,5.6963,-19.1872,38.4993,-57.6865,-0.6493,-57.0372,0.8066,-2.6548,9.6415,-64.8305,0.0000,0.0000,0.0000 -731.5000,1.0000,9310.0288,50.4465,49.6030,-0.4742,0.0000,5,1106.5347,-74.1733,415.4409,-74.1749,-8.5949,48.1397,-8.5951,-1.2722,-12.3591,0.0000,-12.3591,5.0364,-12.3591,0.5577,0.0000,-12.9168,0.0000,-12.9168,5.5041,-18.4209,33.3511,-51.7720,-0.5897,-51.1823,0.9499,-2.5652,9.3162,-58.8832,0.0000,0.0000,0.0000 -732.5000,1.0000,9323.6095,48.8805,48.1780,-0.3958,0.0000,5,1072.1848,-71.7922,408.6084,-71.7940,-8.0608,45.8781,-8.0610,-1.0290,-11.8827,0.0000,-11.8827,4.8510,-11.8827,0.5325,0.0000,-12.4152,0.0000,-12.4152,5.3332,-17.7484,22.8964,-40.6448,-0.4770,-40.1678,0.9204,-2.4856,9.0270,-47.6296,0.0000,0.0000,0.0000 -733.5000,1.0000,9336.9655,48.0715,47.9850,-0.0536,0.0000,5,1054.4395,94.6189,414.8094,-70.5237,10.4479,45.8035,-7.7873,-0.1371,5.8301,0.0000,5.8301,4.7549,5.8301,0.4783,0.0000,5.3517,0.0000,5.3517,5.2450,0.1068,0.0000,0.1068,-0.0635,0.1703,0.0812,-2.4444,8.8776,-6.3441,2881.7760,2881.7760,2881.7760 -734.5000,1.0000,9350.3104,48.0315,48.0980,0.0314,0.0000,5,1053.5621,188.8608,499.3469,-70.4609,20.8368,55.0923,-7.7739,0.0802,15.9453,0.0000,15.9453,4.8113,15.9453,0.5283,0.0000,15.4170,0.0000,15.4170,5.2406,10.1764,0.0000,10.1764,0.0372,10.1392,0.0000,-2.4424,8.8702,3.7113,4476.4907,4476.4907,4476.4907 -735.5000,1.0000,9363.6626,48.0580,48.0380,-0.0167,0.0000,5,1054.1434,135.0059,544.4399,-70.5025,14.9033,60.1005,-7.7827,-0.0426,10.1833,0.0000,10.1833,4.7625,10.1833,0.4999,0.0000,9.6834,0.0000,9.6834,5.2435,4.4399,0.0000,4.4399,-0.0197,4.4597,0.0000,-2.4437,8.8751,-1.9717,3517.4064,3517.4064,3517.4064 -736.5000,1.0000,9377.0284,48.1070,48.1960,0.0439,0.0000,5,1055.2182,202.2829,519.8056,-70.5795,22.3527,57.4397,-7.7992,0.1123,17.4734,0.0000,17.4734,4.7670,17.4734,0.5370,0.0000,16.9363,0.0000,16.9363,5.2489,11.6875,0.0000,11.6875,0.0521,11.6354,0.0000,-2.4462,8.8842,5.1975,4784.2839,4784.2839,4784.2839 -737.5000,1.0000,9390.4566,48.3315,48.4870,0.0808,0.0000,5,1060.1426,243.3382,554.4741,-70.9320,27.0149,61.5565,-7.8747,0.2078,22.0178,0.0000,22.0178,4.7893,22.0178,0.5629,0.0000,21.4549,0.0000,21.4549,5.2733,16.1815,0.0000,16.1815,0.0963,16.0852,0.0000,-2.4576,8.9256,9.6172,5613.7397,5613.7397,5613.7397 -738.5000,1.0000,9403.9877,48.7020,48.9370,0.1250,0.0000,5,1068.2694,292.2800,576.9714,-71.5137,32.6970,64.5452,-8.0002,0.3238,27.5634,0.0000,27.5634,4.8099,27.5634,0.5959,0.0000,26.9675,0.0000,26.9675,5.3138,21.6537,0.0000,21.6537,0.1501,21.5036,0.0000,-2.4765,8.9941,14.9860,6710.7139,6710.7139,6710.7139 -739.5000,1.0000,9417.7297,49.4610,50.0050,0.2967,0.0000,5,1084.9179,482.6434,607.2288,-72.7055,54.8342,68.9887,-8.2602,0.7804,49.2137,0.0000,49.2137,4.8402,49.2137,0.7151,0.0000,48.4986,0.0000,48.4986,5.3966,43.1020,0.0000,43.1020,0.3618,42.7402,0.0000,-2.5151,9.1342,36.1211,10914.3882,10914.3882,10914.3882 -740.5000,1.0000,9431.8116,50.6850,51.3850,0.3833,0.0000,5,1111.7661,579.1754,700.9857,-74.4869,67.4298,81.6115,-8.6721,1.0333,61.4512,0.0000,61.4512,4.9453,61.4512,0.7941,0.0000,60.6571,0.0000,60.6571,5.5668,55.0903,0.0000,55.0903,0.4790,54.6113,0.0000,-2.5773,9.3603,47.8283,13344.7017,13344.7017,13344.7017 -741.5000,1.0000,9446.2915,52.1175,52.8700,0.4125,0.0000,5,1143.1878,611.7180,748.8875,-76.3613,73.2314,89.6526,-9.1415,1.1434,67.0517,0.0000,67.0517,5.0363,67.0517,0.8433,0.0000,66.2085,0.0000,66.2085,5.7817,60.4268,0.0000,60.4268,0.5300,59.8967,0.0000,-2.6502,9.6248,52.9221,14456.3527,14456.3527,14456.3527 -742.5000,1.0000,9461.1565,53.5040,54.1580,0.3578,0.0000,5,1173.6004,549.9874,766.2489,-78.1755,67.5930,94.1713,-9.6077,1.0181,61.4285,0.0000,61.4285,5.1464,61.4285,0.8361,0.0000,60.5924,0.0000,60.5924,5.8377,54.7547,0.0000,54.7547,0.4720,54.2828,0.0000,-2.7207,9.8809,47.1226,13386.1654,13386.1654,13386.1654 -743.5000,1.0000,9476.3990,54.8630,55.5880,0.3972,0.0000,5,1203.4098,594.4563,743.4135,-79.9525,74.9138,93.6855,-10.0757,1.1590,68.4727,0.0000,68.4727,5.2821,68.4727,0.8922,0.0000,67.5805,0.0000,67.5805,6.0545,61.5260,0.0000,61.5260,0.5373,60.9887,0.0000,-2.7898,10.1318,53.6466,14804.1482,14804.1482,14804.1482 -744.5000,1.0000,9492.0138,56.2035,56.8390,0.3475,0.0000,5,1232.8134,538.8956,764.7658,-81.6964,69.5714,98.7312,-10.5470,1.0387,63.0996,0.0000,63.0996,5.4330,63.0996,0.8862,0.0000,62.2134,0.0000,62.2134,6.1322,56.0811,0.0000,56.0811,0.4815,55.5996,0.0000,-2.8579,10.3794,48.0781,13774.3655,13774.3655,13774.3655 -745.5000,1.0000,9507.9543,57.3755,57.9320,0.3036,0.0000,5,1258.5210,489.3497,743.8035,-83.2210,64.4924,98.0274,-10.9679,0.9265,58.1298,0.0000,58.1298,5.4362,58.1298,0.8800,0.0000,57.2498,0.0000,57.2498,6.2601,50.9896,0.0000,50.9896,0.4295,50.5602,0.0000,-2.9175,10.5958,42.8818,12828.5280,12828.5280,12828.5280 -746.5000,1.0000,9524.1545,58.3110,58.7100,0.2161,0.0000,5,1279.0410,392.4446,724.6320,-84.4380,52.5644,97.0578,-11.3097,0.6702,46.3335,0.0000,46.3335,5.5606,46.3335,0.8361,0.0000,45.4975,0.0000,45.4975,6.3622,39.1353,0.0000,39.1353,0.3107,38.8246,0.0000,-2.9651,10.7686,31.0211,10555.7630,10555.7630,10555.7630 -747.5000,1.0000,9540.5577,59.0415,59.3930,0.1897,0.0000,5,1295.0644,362.6818,686.7000,-85.3884,49.1865,93.1294,-11.5803,0.5957,43.0251,0.0000,43.0251,5.5657,43.0251,0.8314,0.0000,42.1937,0.0000,42.1937,6.4419,35.7518,0.0000,35.7518,0.2762,35.4756,0.0000,-3.0022,10.9035,27.5743,9929.3718,9929.3718,9929.3718 -748.5000,1.0000,9557.0976,59.5335,59.6940,0.0836,0.0000,5,1305.8564,245.0976,674.4220,-86.0284,33.5168,92.2265,-11.7643,0.2647,27.6011,0.0000,27.6011,5.6510,27.6011,0.7623,0.0000,26.8388,0.0000,26.8388,6.4956,20.3432,0.0000,20.3432,0.1227,20.2205,0.0000,-3.0273,10.9944,12.2533,7000.9049,7000.9049,7000.9049 -749.5000,1.0000,9573.7079,59.7870,59.9000,0.0572,0.0000,5,1311.4168,215.6201,626.5843,-86.3582,29.6114,86.0496,-11.8597,0.1820,23.7777,0.0000,23.7777,5.6517,23.7777,0.7474,0.0000,23.0303,0.0000,23.0303,6.5232,16.5071,0.0000,16.5071,0.0843,16.4228,0.0000,-3.0401,11.0412,8.4217,6278.9390,6278.9390,6278.9390 -750.5000,1.0000,9590.3290,59.8260,59.7720,-0.0356,0.0000,5,1312.2723,113.0040,612.5841,-86.4089,15.5291,84.1818,-11.8744,-0.1131,9.9237,0.0000,9.9237,5.7185,9.9237,0.6788,0.0000,9.2450,0.0000,9.2450,6.5275,2.7175,0.0000,2.7175,-0.0524,2.7699,0.0000,-3.0421,11.0484,-5.2363,3674.4159,3674.4159,3674.4159 -751.5000,1.0000,9606.8991,59.6425,59.5330,-0.0664,0.0000,5,1308.2473,78.2835,568.0944,-86.1702,10.7248,77.8285,-11.8053,-0.2106,5.3086,0.0000,5.3086,5.6268,5.3086,0.6642,0.0000,4.6443,0.0000,4.6443,6.5075,-1.8631,0.0000,-1.8631,-0.0976,-1.7655,0.0000,-3.0328,11.0145,-9.7472,2971.9881,2971.9881,2971.9881 -752.5000,1.0000,9623.4351,59.5195,59.5260,-0.0019,0.0000,5,1305.5493,150.1707,554.4235,-86.0102,20.5309,75.7990,-11.7590,-0.0062,14.8700,0.0000,14.8700,5.6670,14.8700,0.6985,0.0000,14.1715,0.0000,14.1715,6.4940,7.6775,0.0000,7.6775,-0.0029,7.6803,0.0000,-3.0265,10.9918,-0.2849,4589.1790,4589.1790,4589.1790 -753.5000,1.0000,9639.9616,59.4855,59.4650,-0.0169,0.0000,5,1304.8035,133.5786,583.9958,-85.9660,18.2520,79.7964,-11.7463,-0.0536,12.6316,0.0000,12.6316,5.6740,12.6316,0.6867,0.0000,11.9449,0.0000,11.9449,6.4903,5.4546,0.0000,5.4546,-0.0249,5.4795,0.0000,-3.0248,10.9855,-2.4812,4167.3917,4167.3917,4167.3917 -754.5000,1.0000,9656.4275,59.2670,59.0890,-0.1044,0.0000,5,1300.0107,52.0150,573.7979,-85.6817,7.0812,78.1150,-11.6644,-0.3292,-0.3208,0.0000,-0.3208,7.7312,-0.3208,0.6718,0.0000,-0.9927,0.0000,-0.9927,6.4665,-7.4592,0.0000,-7.4592,-0.1526,-7.3065,0.0000,-3.0137,10.9451,-15.2380,2525.6301,2525.6301,2525.6301 -755.5000,1.0000,9672.7918,58.9015,58.7340,-0.0986,0.0000,5,1291.9936,58.2628,537.2455,-85.2062,7.8828,72.6878,-11.5282,-0.3089,0.5312,0.0000,0.5312,7.6606,0.5312,0.6634,0.0000,-0.1323,0.0000,-0.1323,6.4266,-6.5589,0.0000,-6.5589,-0.1432,-6.4157,0.0000,-2.9951,10.8777,-14.2982,2607.5567,2607.5567,2607.5567 -756.5000,1.0000,9689.0270,58.4370,58.1600,-0.1594,0.0000,5,1281.8048,-8.8054,535.6698,-84.6020,-1.1820,71.9031,-11.3561,-0.4955,-8.2924,0.0000,-8.2924,7.6060,-8.2924,0.6775,0.0000,-8.9699,0.0000,-8.9699,6.3759,-15.3458,0.0000,-15.3458,-0.2297,-15.1161,0.0000,-2.9715,10.7919,-22.9365,1472.2824,1472.2824,1472.2824 -757.5000,1.0000,9705.0425,57.6455,57.1510,-0.2803,0.0000,5,1264.4434,-83.5718,498.5090,-83.5723,-11.0659,66.0087,-11.0660,-0.8593,-17.7530,0.0000,-17.7530,7.5463,-17.7530,0.6877,0.0000,-18.4407,0.0000,-18.4407,6.2896,-24.7303,7.7262,-32.4564,-0.3983,-32.0581,0.0000,-2.9313,10.6457,-39.7725,0.0000,0.0000,0.0000 -758.5000,1.0000,9720.7665,56.5965,56.0620,-0.3025,0.0000,5,1241.4338,-82.2069,457.8068,-82.2076,-10.6871,59.5161,-10.6872,-0.9105,-17.2613,0.0000,-17.2613,7.4847,-17.2613,0.6689,0.0000,-17.9301,0.0000,-17.9301,6.1751,-24.1052,10.8876,-34.9929,-0.4221,-34.5708,0.0000,-2.8779,10.4520,-42.1448,0.0000,0.0000,0.0000 -759.5000,1.0000,9736.1950,55.5325,55.0230,-0.2886,0.0000,5,1218.0952,-80.8229,451.9720,-80.8235,-10.3097,57.6529,-10.3097,-0.8524,-16.7872,0.0000,-16.7872,7.3300,-16.7872,0.6500,0.0000,-17.4372,0.0000,-17.4372,6.0590,-23.4963,8.9211,-32.4173,-0.3952,-32.0222,0.0000,-2.8238,10.2555,-39.4539,0.0000,0.0000,0.0000 -760.5000,1.0000,9751.2204,54.0815,53.1600,-0.5175,0.0000,5,1186.2677,-78.9301,436.1691,-78.9311,-9.8051,54.1834,-9.8053,-1.4885,-15.4913,0.0000,-15.4913,7.1746,-15.4913,0.6231,0.0000,-16.1144,0.0000,-16.1144,5.9007,-22.0151,40.3325,-62.3476,-0.6900,-61.6576,0.0000,-2.7500,9.9875,-68.8951,0.0000,0.0000,0.0000 -761.5000,1.0000,9765.7498,52.2960,51.4520,-0.4744,0.0000,5,1147.1031,-76.5933,426.2402,-76.5949,-9.2007,51.2018,-9.2009,-1.3196,-14.9193,0.0000,-14.9193,7.0381,-14.9193,0.5930,0.0000,-15.5123,0.0000,-15.5123,5.7059,-21.2182,32.8794,-54.0976,-0.6117,-53.4859,0.5934,-2.6592,9.6578,-61.0778,0.0000,0.0000,0.0000 -762.5000,1.0000,9779.8109,50.6100,49.7880,-0.4622,0.0000,5,1110.1210,-74.3865,416.8752,-74.3888,-8.6476,48.4624,-8.6478,-1.2442,-12.3450,0.0000,-12.3450,4.9416,-12.3450,0.5602,0.0000,-12.9052,0.0000,-12.9052,5.5220,-18.4272,28.3567,-46.7838,-0.5768,-46.2071,4.6060,-2.5735,9.3463,-57.5859,0.0000,0.0000,0.0000 -763.5000,1.0000,9793.3755,48.8225,47.8770,-0.5308,0.0000,5,1070.9125,-71.7011,404.1779,-71.7029,-8.0410,45.3268,-8.0412,-1.3784,-11.5376,0.0000,-11.5376,4.8750,-11.5376,0.5307,0.0000,-12.0684,0.0000,-12.0684,5.3269,-17.3953,31.2211,-48.6164,-0.6390,-47.9775,9.2872,-2.4826,9.0160,-63.7981,0.0000,0.0000,0.0000 -764.5000,1.0000,9806.4034,46.8905,45.9240,-0.5425,0.0000,5,1028.5345,-68.6676,392.8525,-68.6694,-7.3960,42.3133,-7.3962,-1.3529,-10.7615,0.0000,-10.7615,4.7184,-10.7615,0.4999,0.0000,-11.2614,0.0000,-11.2614,5.1161,-16.3775,30.0002,-46.3777,-0.6272,-45.7506,10.5948,-2.3844,8.6591,-62.6201,0.0000,0.0000,0.0000 -765.5000,1.0000,9818.9409,45.1250,44.3460,-0.4383,0.0000,5,989.8086,-67.2082,380.7875,-67.2098,-6.9663,39.4696,-6.9665,-1.0520,-10.5008,0.0000,-10.5008,4.5865,-10.5008,0.4735,0.0000,-10.9743,0.0000,-10.9743,4.9235,-15.8978,20.4559,-36.3537,-0.4877,-35.8660,6.7865,-2.2946,8.3333,-48.6913,0.0000,0.0000,0.0000 -766.5000,1.0000,9831.1112,43.8030,43.2800,-0.2961,0.0000,5,960.8107,-68.8684,373.0794,-68.8686,-6.9293,37.5377,-6.9293,-0.6898,-10.7131,0.0000,-10.7131,4.4736,-10.7131,0.4551,0.0000,-11.1682,0.0000,-11.1682,4.7793,-15.9475,7.4470,-23.3945,-0.3198,-23.0747,2.9925,-2.2274,8.0893,-31.9292,0.0000,0.0000,0.0000 -767.5000,1.0000,9843.0584,43.0000,42.7400,-0.1500,0.0000,5,943.1971,-4.9469,373.2291,-69.8762,-0.4886,36.8644,-6.9018,-0.3430,-4.5394,0.0000,-4.5394,4.3938,-4.5394,0.4284,0.0000,-4.9678,0.0000,-4.9678,4.6916,-9.6594,0.0000,-9.6594,-0.1590,-9.5004,0.6228,-2.1865,7.9410,-15.8778,904.8429,904.8429,904.8429 -768.5000,1.0000,9854.8648,42.4930,42.2660,-0.1317,0.0000,5,932.0761,9.3364,398.9624,-70.5124,0.9113,38.9414,-6.8825,-0.2976,-3.1699,0.0000,-3.1699,4.3787,-3.1699,0.4179,0.0000,-3.5878,0.0000,-3.5878,4.6363,-8.2241,0.0000,-8.2241,-0.1379,-8.0862,0.0000,-2.1608,7.8474,-13.7728,1117.5631,1117.5631,1117.5631 -769.5000,1.0000,9866.5956,42.2210,42.1960,-0.0194,0.0000,5,926.1099,133.1355,407.7109,-70.8537,12.9117,39.5406,-6.8715,-0.0437,8.6287,0.0000,8.6287,4.3267,8.6287,0.4130,0.0000,8.2157,0.0000,8.2157,4.6066,3.6091,0.0000,3.6091,-0.0202,3.6293,0.0000,-2.1469,7.7972,-2.0209,3148.5824,3148.5824,3148.5824 -770.5000,1.0000,9878.3213,42.2025,42.2290,0.0092,0.0000,5,925.7041,164.6317,473.1364,-70.8769,15.9593,45.8656,-6.8708,0.0206,11.6421,0.0000,11.6421,4.2967,11.6421,0.4278,0.0000,11.2143,0.0000,11.2143,4.6046,6.6096,0.0000,6.6096,0.0095,6.6001,0.0000,-2.1460,7.7938,0.9523,3631.6065,3631.6065,3631.6065 -771.5000,1.0000,9890.0125,42.0780,41.9470,-0.0783,0.0000,5,922.9732,67.6785,485.7672,-71.0331,6.5414,46.9511,-6.8656,-0.1753,2.4252,0.0000,2.4252,4.2915,2.4252,0.3982,0.0000,2.0270,0.0000,2.0270,4.5910,-2.5641,0.0000,-2.5641,-0.0813,-2.4828,0.0000,-2.1397,7.7708,-8.1139,2083.8002,2083.8002,2083.8002 -772.5000,1.0000,9901.6634,41.9335,41.9400,-0.0019,0.0000,5,919.8036,152.4713,436.1421,-71.2144,14.6863,42.0099,-6.8595,-0.0043,10.4025,0.0000,10.4025,4.2881,10.4025,0.4182,0.0000,9.9843,0.0000,9.9843,4.5753,5.4090,0.0000,5.4090,-0.0020,5.4111,0.0000,-2.1323,7.7441,-0.2007,3415.4886,3415.4886,3415.4886 -773.5000,1.0000,9913.3338,42.0035,42.0870,0.0408,0.0000,5,921.3390,199.9522,482.3255,-71.1266,19.2919,46.5359,-6.8625,0.0912,14.9100,0.0000,14.9100,4.2906,14.9100,0.4416,0.0000,14.4685,0.0000,14.4685,4.5829,9.8855,0.0000,9.8855,0.0423,9.8433,0.0000,-2.1359,7.7570,4.2221,4167.9402,4167.9402,4167.9402 -774.5000,1.0000,9925.0515,42.1735,42.2800,0.0536,0.0000,5,925.0680,213.7414,508.7751,-70.9133,20.7058,49.2865,-6.8696,0.1202,16.3177,0.0000,16.3177,4.2678,16.3177,0.4508,0.0000,15.8669,0.0000,15.8669,4.6015,11.2654,0.0000,11.2654,0.0557,11.2096,0.0000,-2.1445,7.7884,5.5658,4414.7079,4414.7079,4414.7079 -775.5000,1.0000,9936.8681,42.5300,42.8000,0.1444,0.0000,5,932.8877,314.7232,521.6199,-70.4660,30.7459,50.9580,-6.8839,0.3267,26.1104,0.0000,26.1104,4.3087,26.1104,0.5044,0.0000,25.6060,0.0000,25.6060,4.6404,20.9656,0.0000,20.9656,0.1515,20.8142,0.0000,-2.1626,7.8542,15.1226,6320.0078,6320.0078,6320.0078 -776.5000,1.0000,9948.8722,43.2045,43.6290,0.2303,0.0000,5,947.6828,409.7150,580.9301,-69.6196,40.6606,57.6521,-6.9091,0.5291,35.7940,0.0000,35.7940,4.3374,35.7940,0.5617,0.0000,35.2323,0.0000,35.2323,4.7140,30.5184,0.0000,30.5184,0.2453,30.2731,0.0000,-2.1969,7.9788,24.4912,8239.9022,8239.9022,8239.9022 -777.5000,1.0000,9961.0705,43.9040,44.1990,0.1583,0.0000,5,963.0262,329.7219,632.3721,-68.7419,33.2517,63.7734,-6.9325,0.3697,28.4837,0.0000,28.4837,4.3983,28.4837,0.5344,0.0000,27.9493,0.0000,27.9493,4.7903,23.1591,0.0000,23.1591,0.1714,22.9877,0.0000,-2.2325,8.1080,17.1122,6779.8602,6779.8602,6779.8602 -778.5000,1.0000,9973.4569,44.5810,44.9830,0.2178,0.0000,5,977.8760,395.6351,599.9975,-67.8924,40.5142,61.4415,-6.9524,0.5164,35.5481,0.0000,35.5481,4.4498,35.5481,0.5788,0.0000,34.9693,0.0000,34.9693,4.8641,30.1052,0.0000,30.1052,0.2394,29.8658,0.0000,-2.2669,8.2330,23.8997,8237.3578,8237.3578,8237.3578 -779.5000,1.0000,9986.0829,45.4435,45.9240,0.2614,0.0000,5,996.7948,443.7259,639.3427,-66.8102,46.3179,66.7372,-6.9739,0.6317,41.1920,0.0000,41.1920,4.4942,41.1920,0.6187,0.0000,40.5733,0.0000,40.5733,4.9582,35.6151,0.0000,35.6151,0.2929,35.3222,0.0000,-2.3108,8.3923,29.2407,9332.4081,9332.4081,9332.4081 -780.5000,1.0000,9998.9658,46.3685,46.8330,0.2525,0.0000,5,1017.0845,434.3421,665.8069,-67.8498,46.2613,70.9143,-7.2266,0.6227,41.0048,0.0000,41.0048,4.6338,41.0048,0.6304,0.0000,40.3744,0.0000,40.3744,5.0592,35.3153,0.0000,35.3153,0.2887,35.0266,0.0000,-2.3578,8.5631,28.8213,9314.0778,9314.0778,9314.0778 -781.5000,1.0000,10012.1150,47.3270,47.8410,0.2800,0.0000,5,1038.1090,464.4428,665.2036,-69.3548,50.4898,72.3146,-7.5396,0.7048,45.1092,0.0000,45.1092,4.6758,45.1092,0.6642,0.0000,44.4450,0.0000,44.4450,5.1637,39.2812,0.0000,39.2812,0.3267,38.9545,0.0000,-2.4066,8.7401,32.6209,10072.7497,10072.7497,10072.7497 -782.5000,1.0000,10025.5629,48.4025,48.9840,0.3175,0.0000,5,1061.6999,505.9948,683.8816,-71.0435,56.2570,76.0346,-7.8987,0.8173,50.6751,0.0000,50.6751,4.7646,50.6751,0.7072,0.0000,49.9679,0.0000,49.9679,5.2811,44.6868,0.0000,44.6868,0.3789,44.3079,0.0000,-2.4612,8.9387,37.8304,11220.6859,11220.6859,11220.6859 -783.5000,1.0000,10039.3062,49.4660,49.9680,0.2733,0.0000,5,1085.0276,456.8767,706.3117,-72.7133,51.9121,80.2538,-8.2620,0.7191,46.3345,0.0000,46.3345,4.8585,46.3345,0.7008,0.0000,45.6338,0.0000,45.6338,5.3971,40.2366,0.0000,40.2366,0.3334,39.9033,0.0000,-2.5153,9.1351,33.2835,10294.1952,10294.1952,10294.1952 -784.5000,1.0000,10053.3144,50.4195,50.8910,0.2564,0.0000,5,1105.9424,437.5932,686.5036,-74.1396,50.6794,79.5067,-8.5864,0.6875,45.0977,0.0000,45.0977,4.8942,45.0977,0.7084,0.0000,44.3893,0.0000,44.3893,5.5012,38.8881,0.0000,38.8881,0.3187,38.5694,0.0000,-2.5638,9.3112,31.8220,10079.6259,10079.6259,10079.6259 -785.5000,1.0000,10067.5397,51.2010,51.5310,0.1778,0.0000,5,1123.0845,349.9411,679.0776,-75.1621,41.1563,79.8657,-8.8398,0.4841,35.7430,0.0000,35.7430,4.9291,35.7430,0.6731,0.0000,35.0699,0.0000,35.0699,5.5864,29.4835,0.0000,29.4835,0.2244,29.2591,0.0000,-2.6036,9.4556,22.4071,8282.8507,8282.8507,8282.8507 -786.5000,1.0000,10081.8677,51.5710,51.6310,0.0278,0.0000,5,1131.2004,183.2449,637.6066,-75.6462,21.7070,75.5303,-8.9610,0.0762,16.6733,0.0000,16.6733,4.9575,16.6733,0.5832,0.0000,16.0901,0.0000,16.0901,5.6268,10.4632,0.0000,10.4632,0.0353,10.4279,0.0000,-2.6224,9.5239,3.5264,4679.8403,4679.8403,4679.8403 -787.5000,1.0000,10096.1988,51.5820,51.5530,-0.0217,0.0000,5,1131.4417,128.4553,559.0781,-75.6606,15.2199,66.2420,-8.9646,-0.0594,10.3038,0.0000,10.3038,4.9756,10.3038,0.5516,0.0000,9.7523,0.0000,9.7523,5.6280,4.1243,0.0000,4.1243,-0.0276,4.1518,0.0000,-2.6229,9.5259,-2.7512,3465.1276,3465.1276,3465.1276 -788.5000,1.0000,10110.5058,51.4950,51.4570,-0.0267,0.0000,5,1129.5333,122.6889,532.7938,-75.5468,14.5122,63.0212,-8.9360,-0.0730,9.6426,0.0000,9.6426,4.9426,9.6426,0.5470,0.0000,9.0956,0.0000,9.0956,5.6185,3.4771,0.0000,3.4771,-0.0339,3.5110,0.0000,-2.6185,9.5099,-3.3804,3373.2872,3373.2872,3373.2872 -789.5000,1.0000,10124.7683,51.3350,51.2330,-0.0622,0.0000,5,1126.0238,83.4118,528.4008,-75.3374,9.8357,62.3074,-8.8836,-0.1699,5.0572,0.0000,5.0572,4.9483,5.0572,0.5280,0.0000,4.5292,0.0000,4.5292,5.6011,-1.0718,0.0000,-1.0718,-0.0788,-0.9931,0.0000,-2.6104,9.4803,-7.8630,2749.7973,2749.7973,2749.7973 -790.5000,1.0000,10138.9616,51.0860,50.9590,-0.0761,0.0000,5,1120.5620,68.7989,508.1152,-75.0116,8.0732,59.6248,-8.8022,-0.2068,3.2717,0.0000,3.2717,5.0083,3.2717,0.5285,0.0000,2.7432,0.0000,2.7432,5.5739,-2.8307,0.0000,-2.8307,-0.0959,-2.7349,0.0000,-2.5977,9.4343,-9.5715,2512.9982,2512.9982,2512.9982 -791.5000,1.0000,10153.0672,50.7700,50.6010,-0.0994,0.0000,5,1113.6306,42.9174,498.8490,-74.5982,5.0050,58.1753,-8.6996,-0.2685,0.3118,0.0000,0.3118,4.9617,0.3118,0.5310,0.0000,-0.2192,0.0000,-0.2192,5.5394,-5.7586,0.0000,-5.7586,-0.1245,-5.6341,0.0000,-2.5816,9.3760,-12.4284,2094.5070,2094.5070,2094.5070 -792.5000,1.0000,10167.0190,50.2165,49.8520,-0.2081,0.0000,5,1101.4897,-73.8739,480.4321,-73.8739,-8.5212,55.4168,-8.5212,-0.5557,-12.8918,0.0000,-12.8918,4.9262,-12.8918,0.5554,0.0000,-13.4472,0.0000,-13.4472,5.4790,-18.9262,0.3302,-19.2564,-0.2576,-18.9988,0.0000,-2.5535,9.2737,-25.7191,0.0000,0.0000,0.0000 -793.5000,1.0000,10180.7402,49.3865,48.9410,-0.2531,0.0000,5,1083.2838,-72.5884,416.6299,-72.5885,-8.2345,47.2630,-8.2345,-0.6647,-12.4449,0.0000,-12.4449,4.8751,-12.4449,0.5416,0.0000,-12.9865,0.0000,-12.9865,5.3885,-18.3750,6.0887,-24.4637,-0.3081,-24.1556,0.0000,-2.5113,9.1205,-30.7647,0.0000,0.0000,0.0000 -794.5000,1.0000,10194.0781,48.0065,47.0920,-0.5136,0.0000,5,1053.0137,-70.4207,400.6424,-70.4217,-7.7654,44.1794,-7.7655,-1.3114,-11.2392,0.0000,-11.2392,4.7851,-11.2392,0.5177,0.0000,-11.7569,0.0000,-11.7569,5.2379,-16.9948,37.8852,-54.8799,-0.6079,-54.2720,0.0000,-2.4411,8.8656,-60.6965,0.0000,0.0000,0.0000 -795.5000,1.0000,10206.9372,46.2825,45.4930,-0.4442,0.0000,5,1015.1981,-67.7127,392.1365,-67.7147,-7.1986,41.6885,-7.1988,-1.0933,-10.7700,0.0000,-10.7700,4.6647,-10.7700,0.4910,0.0000,-11.2610,0.0000,-11.2610,5.0498,-16.3108,27.7580,-44.0687,-0.5068,-43.5619,0.8491,-2.3534,8.5472,-50.6048,0.0000,0.0000,0.0000 -796.5000,1.0000,10219.3544,44.6920,43.9110,-0.4394,0.0000,5,980.3108,-67.7510,376.8112,-67.7531,-6.9552,38.6826,-6.9554,-1.0445,-10.4654,0.0000,-10.4654,4.5547,-10.4654,0.4672,0.0000,-10.9326,0.0000,-10.9326,4.8763,-15.8088,26.1021,-41.9109,-0.4842,-41.4267,0.9386,-2.2726,8.2535,-48.3463,0.0000,0.0000,0.0000 -797.5000,1.0000,10231.3698,43.2455,42.6000,-0.3642,0.0000,5,948.5821,-69.5668,371.1104,-69.5682,-6.9104,36.8644,-6.9106,-0.8376,-10.5383,0.0000,-10.5383,4.4655,-10.5383,0.4469,0.0000,-10.9852,0.0000,-10.9852,4.7184,-15.7036,16.7568,-32.4604,-0.3883,-32.0721,0.9083,-2.1990,7.9864,-38.7677,0.0000,0.0000,0.0000 -798.5000,1.0000,10243.1423,42.3710,42.1620,-0.1217,0.0000,5,929.4001,21.9224,378.7697,-70.6655,2.1336,36.8644,-6.8776,-0.2742,-1.9676,0.0000,-1.9676,4.3754,-1.9676,0.4132,0.0000,-2.3808,0.0000,-2.3808,4.6230,-7.0038,0.0000,-7.0038,-0.1271,-6.8767,0.1432,-2.1545,7.8249,-12.6902,1292.4018,1292.4018,1292.4018 -799.5000,1.0000,10254.8308,42.0685,41.9950,-0.0464,0.0000,5,922.7648,103.5012,411.9250,-71.0450,10.0015,39.8050,-6.8652,-0.1038,5.7645,0.0000,5.7645,4.3408,5.7645,0.3967,0.0000,5.3678,0.0000,5.3678,4.5900,0.7778,0.0000,0.7778,-0.0481,0.8259,0.0000,-2.1392,7.7690,-4.8040,2751.4611,2751.4611,2751.4611 -800.5000,1.0000,10266.5676,42.2425,42.5100,0.1431,0.0000,5,926.5815,313.5969,462.3580,-70.8267,30.4287,44.8632,-6.8724,0.3214,25.7861,0.0000,25.7861,4.3213,25.7861,0.4991,0.0000,25.2870,0.0000,25.2870,4.6090,20.6780,0.0000,20.6780,0.1490,20.5290,0.0000,-2.1480,7.8011,14.8759,6266.1969,6266.1969,6266.1969 -801.5000,1.0000,10278.5290,43.0510,43.6120,0.3061,0.0000,5,944.3158,494.2509,581.0381,-69.8122,48.8757,57.4580,-6.9036,0.7009,43.8241,0.0000,43.8241,4.3508,43.8241,0.5998,0.0000,43.2242,0.0000,43.2242,4.6972,38.5270,0.0000,38.5270,0.3249,38.2021,0.0000,-2.1891,7.9505,32.4408,9810.5897,9810.5897,9810.5897 -802.5000,1.0000,10290.8252,44.2565,44.9210,0.3636,0.0000,5,970.7582,557.5326,681.3645,-68.2996,56.6774,69.2659,-6.9432,0.8559,51.4154,0.0000,51.4154,4.4061,51.4154,0.6538,0.0000,50.7617,0.0000,50.7617,4.8287,45.9329,0.0000,45.9329,0.3967,45.5362,0.0000,-2.2504,8.1731,39.6135,11275.3941,11275.3941,11275.3941 -803.5000,1.0000,10303.5079,45.6475,46.3940,0.4092,0.0000,5,1001.2695,608.4669,719.9468,-66.7177,63.7994,75.4884,-6.9955,0.9934,58.3121,0.0000,58.3121,4.4939,58.3121,0.7070,0.0000,57.6051,0.0000,57.6051,5.0582,52.5469,0.0000,52.5469,0.4605,52.0864,0.0000,-2.3212,8.4300,45.9776,12689.4069,12689.4069,12689.4069 -804.5000,1.0000,10316.6287,47.2250,48.0760,0.4672,0.0000,5,1035.8717,673.5170,749.1971,-69.1946,73.0606,81.2701,-7.5060,1.1735,67.2900,0.0000,67.2900,4.5970,67.2900,0.7737,0.0000,66.5163,0.0000,66.5163,5.3368,61.1795,0.0000,61.1795,0.5440,60.6355,0.0000,-2.4014,8.7213,54.3156,14411.7933,14411.7933,14411.7933 -805.5000,1.0000,10330.1988,48.8425,49.6290,0.4314,0.0000,5,1071.3512,632.8210,783.2292,-71.7343,70.9972,87.8718,-8.0480,1.1206,65.1627,0.0000,65.1627,4.7139,65.1627,0.7859,0.0000,64.3768,0.0000,64.3768,5.4533,58.9235,0.0000,58.9235,0.5195,58.4040,0.0000,-2.4836,9.0200,51.8676,14019.2043,14019.2043,14019.2043 -806.5000,1.0000,10344.2198,50.4655,51.3220,0.4703,0.0000,5,1106.9515,676.3569,769.1576,-74.1997,78.4031,89.1605,-8.6012,1.2622,72.3150,0.0000,72.3150,4.8259,72.3150,0.8452,0.0000,71.4698,0.0000,71.4698,5.7088,65.7610,0.0000,65.7610,0.5851,65.1758,0.0000,-2.5662,9.3197,58.4223,15401.6707,15401.6707,15401.6707 -807.5000,1.0000,10358.7070,52.1440,52.9860,0.4622,0.0000,5,1143.7690,667.0048,792.2878,-76.3960,79.8906,94.8964,-9.1503,1.2819,73.6633,0.0000,73.6633,4.9454,73.6633,0.8767,0.0000,72.7866,0.0000,72.7866,5.8828,66.9038,0.0000,66.9038,0.5942,66.3096,0.0000,-2.6515,9.6297,59.3314,15679.5879,15679.5879,15679.5879 -808.5000,1.0000,10373.6468,53.7730,54.5800,0.4428,0.0000,5,1179.5009,644.9336,791.7833,-78.5275,79.6603,97.7987,-9.6995,1.2663,73.3209,0.0000,73.3209,5.0731,73.3209,0.8996,0.0000,72.4213,0.0000,72.4213,6.0270,66.3943,0.0000,66.3943,0.5870,65.8072,0.0000,-2.7343,9.9305,58.6110,15653.0286,15653.0286,15653.0286 -809.5000,1.0000,10389.0247,55.3505,56.1410,0.4336,0.0000,5,1214.1030,634.5383,785.2218,-80.5867,80.6756,99.8335,-10.2458,1.2765,74.1934,0.0000,74.1934,5.2057,74.1934,0.9283,0.0000,73.2651,0.0000,73.2651,6.1846,67.0805,0.0000,67.0805,0.5917,66.4888,0.0000,-2.8146,10.2219,59.0815,15850.8128,15850.8128,15850.8128 -810.5000,1.0000,10404.8219,56.8600,57.5990,0.4050,0.0000,5,1247.2136,602.5408,783.5033,-82.5504,78.6966,102.3317,-10.7817,1.2248,72.0984,0.0000,72.0984,5.3735,72.0984,0.9416,0.0000,71.1568,0.0000,71.1568,6.2917,64.8651,0.0000,64.8651,0.5678,64.2973,0.0000,-2.8913,10.5006,56.6880,15500.0548,15500.0548,15500.0548 -811.5000,1.0000,10421.0068,58.2555,58.9320,0.3703,0.0000,5,1277.8237,563.3629,772.9322,-84.3658,75.3855,103.4287,-11.2893,1.1472,68.7445,0.0000,68.7445,5.4937,68.7445,0.9472,0.0000,67.7973,0.0000,67.7973,6.3695,61.4278,0.0000,61.4278,0.5318,60.8960,0.0000,-2.9623,10.7584,53.0999,14871.6130,14871.6130,14871.6130 -812.5000,1.0000,10437.5238,59.4515,59.9910,0.2942,0.0000,5,1304.0577,478.5654,758.9824,-85.9217,65.3532,103.6471,-11.7335,0.9301,58.8424,0.0000,58.8424,5.5807,58.8424,0.9172,0.0000,57.9252,0.0000,57.9252,6.4866,51.4385,0.0000,51.4385,0.4312,51.0074,0.0000,-3.0231,10.9792,43.0512,13008.9736,13008.9736,13008.9736 -813.5000,1.0000,10454.3447,60.5450,61.1190,0.3133,0.0000,5,1328.0434,499.9487,728.5818,-87.3443,69.5291,101.3256,-12.1472,1.0090,62.8311,0.0000,62.8311,5.6891,62.8311,0.9552,0.0000,61.8758,0.0000,61.8758,6.6059,55.2699,0.0000,55.2699,0.4677,54.8022,0.0000,-3.0787,11.1812,46.6997,13793.2701,13793.2701,13793.2701 -814.5000,1.0000,10471.3227,61.1110,61.1230,0.0011,0.0000,5,1340.4585,153.3450,734.0217,-88.0806,21.5254,103.0364,-12.3641,0.0036,15.7440,0.0000,15.7440,5.7779,15.7440,0.7292,0.0000,15.0147,0.0000,15.0147,6.6677,8.3470,0.0000,8.3470,0.0017,8.3454,0.0000,-3.1075,11.2857,0.1671,4794.3367,4794.3367,4794.3367 -815.5000,1.0000,10488.2793,61.0335,60.9640,-0.0442,0.0000,5,1338.7586,102.8270,592.9673,-87.9798,14.4158,83.1307,-12.3343,-0.1434,8.8181,0.0000,8.8181,5.7410,8.8181,0.6933,0.0000,8.1248,0.0000,8.1248,6.6592,1.4656,0.0000,1.4656,-0.0665,1.5321,0.0000,-3.1035,11.2714,-6.6358,3512.1659,3512.1659,3512.1659 -816.5000,1.0000,10505.2127,60.9505,60.9570,-0.0019,0.0000,5,1336.9380,149.4925,572.8901,-87.8718,20.9295,80.2068,-12.3024,-0.0063,15.2363,0.0000,15.2363,5.6996,15.2363,0.7240,0.0000,14.5123,0.0000,14.5123,6.6502,7.8621,0.0000,7.8621,-0.0029,7.8650,0.0000,-3.0993,11.2561,-0.2917,4684.4190,4684.4190,4684.4190 -817.5000,1.0000,10522.1500,60.9640,60.9910,0.0094,0.0000,5,1337.2341,162.8954,592.2845,-87.8894,22.8110,82.9405,-12.3076,0.0306,16.9747,0.0000,16.9747,5.8057,16.9747,0.7329,0.0000,16.2418,0.0000,16.2418,6.6517,9.5901,0.0000,9.5901,0.0142,9.5759,0.0000,-3.1000,11.2585,1.4174,5024.1878,5024.1878,5024.1878 -818.5000,1.0000,10539.1286,61.1130,61.2550,0.0733,0.0000,5,1340.5024,233.7161,600.0439,-88.0832,32.8084,84.2324,-12.3649,0.2384,26.7735,0.0000,26.7735,5.7965,26.7735,0.7844,0.0000,25.9891,0.0000,25.9891,6.6679,19.3212,0.0000,19.3212,0.1105,19.2107,0.0000,-3.1076,11.2861,11.0323,6876.8424,6876.8424,6876.8424 -819.5000,1.0000,10556.1925,61.4200,61.6050,0.0972,0.0000,5,1347.2364,260.3083,630.6559,-88.4826,36.7249,88.9744,-12.4833,0.3176,30.5763,0.0000,30.5763,5.8310,30.5763,0.8086,0.0000,29.7678,0.0000,29.7678,6.7014,23.0664,0.0000,23.0664,0.1472,22.9191,0.0000,-3.1232,11.3428,14.6996,7598.2556,7598.2556,7598.2556 -820.5000,1.0000,10573.3238,61.6630,61.7410,0.0378,0.0000,5,1352.5666,194.3809,641.1824,-88.7987,27.5322,90.8174,-12.5775,0.1239,21.5393,0.0000,21.5393,5.8690,21.5393,0.7675,0.0000,20.7719,0.0000,20.7719,6.7279,14.0440,0.0000,14.0440,0.0574,13.9865,0.0000,-3.1355,11.3876,5.7344,5929.6472,5929.6472,5929.6472 -821.5000,1.0000,10590.5256,61.9165,62.1120,0.1031,0.0000,5,1358.1270,267.0234,617.6426,-89.1285,37.9768,87.8428,-12.6761,0.3394,31.7291,0.0000,31.7291,5.9083,31.7291,0.8227,0.0000,30.9064,0.0000,30.9064,6.7556,24.1508,0.0000,24.1508,0.1573,23.9935,0.0000,-3.1484,11.4344,15.7075,7853.6909,7853.6909,7853.6909 -822.5000,1.0000,10607.8131,62.2250,62.3580,0.0683,0.0000,5,1364.8939,228.2000,647.1674,-89.5298,32.6169,92.5005,-12.7966,0.2261,26.4902,0.0000,26.4902,5.9006,26.4902,0.8017,0.0000,25.6885,0.0000,25.6885,6.7892,18.8992,0.0000,18.8992,0.1048,18.7944,0.0000,-3.1641,11.4914,10.4671,6852.8920,6852.8920,6852.8920 -823.5000,1.0000,10625.1737,62.4880,62.6380,0.0778,0.0000,5,1370.6628,238.5620,633.3904,-89.8719,34.2421,90.9140,-12.8998,0.2585,28.0785,0.0000,28.0785,5.9051,28.0785,0.8141,0.0000,27.2644,0.0000,27.2644,6.8179,20.4465,0.0000,20.4465,0.1198,20.3266,0.0000,-3.1775,11.5400,11.9641,7160.7875,7160.7875,7160.7875 -824.5000,1.0000,10642.6029,62.7350,62.8520,0.0594,0.0000,5,1376.0807,218.1722,638.2969,-90.1933,31.4392,91.9804,-12.9971,0.1983,25.3171,0.0000,25.3171,5.9238,25.3171,0.8045,0.0000,24.5125,0.0000,24.5125,6.8449,17.6677,0.0000,17.6677,0.0919,17.5757,0.0000,-3.1901,11.5856,9.1802,6651.5353,6651.5353,6651.5353 -825.5000,1.0000,10660.0876,62.9350,63.0380,0.0517,0.0000,5,1380.4676,224.0845,631.1802,-90.4535,32.3942,91.2448,-13.0762,0.1729,24.1759,0.0000,24.1759,8.0453,24.1759,0.8022,0.0000,23.3736,0.0000,23.3736,6.8667,16.5069,0.0000,16.5069,0.0802,16.4268,0.0000,-3.2002,11.6225,8.0045,6831.0892,6831.0892,6831.0892 -826.5000,1.0000,10677.6298,63.1420,63.2660,0.0633,0.0000,5,1385.0081,237.5213,634.8528,-90.7227,34.4495,92.0776,-13.1582,0.2127,26.0975,0.0000,26.0975,8.1394,26.0975,0.8154,0.0000,25.2821,0.0000,25.2821,6.8893,18.3928,0.0000,18.3928,0.0986,18.2942,0.0000,-3.2107,11.6608,9.8442,7227.6590,7227.6590,7227.6590 -827.5000,1.0000,10695.2415,63.3920,63.5380,0.0756,0.0000,5,1390.4918,250.9046,641.6179,-91.0480,36.5347,93.4272,-13.2577,0.2547,28.1385,0.0000,28.1385,8.1415,28.1385,0.8299,0.0000,27.3086,0.0000,27.3086,6.9166,20.3920,0.0000,20.3920,0.1181,20.2739,0.0000,-3.2235,11.7069,11.7904,7629.0331,7629.0331,7629.0331 -828.5000,1.0000,10712.9270,63.6580,63.7980,0.0722,0.0000,5,1396.3265,247.2524,648.0469,-91.3940,36.1540,94.7593,-13.3639,0.2445,27.7280,0.0000,27.7280,8.1814,27.7280,0.8324,0.0000,26.8956,0.0000,26.8956,6.9456,19.9500,0.0000,19.9500,0.1134,19.8366,0.0000,-3.2370,11.7561,11.3176,7568.1803,7568.1803,7568.1803 -829.5000,1.0000,10730.6787,63.8960,64.0140,0.0600,0.0000,5,1401.5470,233.6146,647.5861,-91.7036,34.2875,95.0460,-13.4593,0.2039,25.8818,0.0000,25.8818,8.2019,25.8818,0.8273,0.0000,25.0544,0.0000,25.0544,6.9716,18.0829,0.0000,18.0829,0.0945,17.9884,0.0000,-3.2491,11.8000,9.4374,7228.2356,7228.2356,7228.2356 -830.5000,1.0000,10748.4359,63.9160,63.8380,-0.0489,0.0000,5,1401.9857,112.2434,640.0442,-91.7296,16.4791,93.9685,-13.4673,-0.1662,8.4989,0.0000,8.4989,8.1464,8.4989,0.7407,0.0000,7.7581,0.0000,7.7581,6.9737,0.7844,0.0000,0.7844,-0.0770,0.8614,0.0000,-3.2501,11.8037,-7.6922,3989.7319,3989.7319,3989.7319 -831.5000,1.0000,10766.1279,63.6810,63.5440,-0.0817,0.0000,5,1396.8310,76.0294,590.8896,-91.4239,11.1213,86.4329,-13.3731,-0.2766,3.2807,0.0000,3.2807,8.1172,3.2807,0.7408,0.0000,2.5399,0.0000,2.5399,6.9481,-4.4082,0.0000,-4.4082,-0.1282,-4.2800,0.0000,-3.2382,11.7603,-12.8022,3237.0793,3237.0793,3237.0793 -832.5000,1.0000,10783.7506,63.4320,63.3400,-0.0567,0.0000,5,1391.3692,89.2524,575.8182,-91.1000,13.0044,83.8989,-13.2736,-0.1912,7.1993,0.0000,7.1993,5.9963,7.1993,0.7265,0.0000,6.4727,0.0000,6.4727,6.9209,-0.4482,0.0000,-0.4482,-0.0886,-0.3596,0.0000,-3.2255,11.7143,-8.8484,3444.5657,3444.5657,3444.5657 -833.5000,1.0000,10801.2909,63.1350,62.9500,-0.1083,0.0000,5,1384.8546,32.1785,577.8244,-90.7136,4.6666,83.7970,-13.1554,-0.3638,-0.9264,0.0000,-0.9264,5.9567,-0.9264,0.7415,0.0000,-1.6679,0.0000,-1.6679,6.8885,-8.5564,0.0000,-8.5564,-0.1686,-8.3878,0.0000,-3.2104,11.6595,-16.8369,2441.2838,2441.2838,2441.2838 -834.5000,1.0000,10818.7063,62.6855,62.4410,-0.1414,0.0000,5,1374.9949,-4.4657,551.3797,-90.1289,-0.6430,79.3927,-12.9776,-0.4714,-6.0617,0.0000,-6.0617,5.8901,-6.0617,0.7463,0.0000,-6.8079,0.0000,-6.8079,6.8395,-13.6474,0.0000,-13.6474,-0.2185,-13.4289,0.0000,-3.1875,11.5765,-21.8178,1785.3953,1785.3953,1785.3953 -835.5000,1.0000,10835.9650,62.1210,61.8210,-0.1722,0.0000,5,1362.6127,-38.4304,532.0010,-89.3945,-5.4837,75.9125,-12.7559,-0.5690,-10.7610,0.0000,-10.7610,5.8463,-10.7610,0.7479,0.0000,-11.5089,0.0000,-11.5089,6.7779,-18.2868,0.0000,-18.2868,-0.2638,-18.0230,0.0000,-3.1588,11.4722,-26.3364,1036.6899,1036.6899,1036.6899 -836.5000,1.0000,10853.0602,61.5330,61.2650,-0.1544,0.0000,5,1349.7150,-18.6743,514.6011,-88.6296,-2.6395,72.7347,-12.5271,-0.5054,-7.9497,0.0000,-7.9497,5.8157,-7.9497,0.7305,0.0000,-8.6802,0.0000,-8.6802,6.7137,-15.3939,0.0000,-15.3939,-0.2343,-15.1596,0.0000,-3.1289,11.3636,-23.3943,1424.5210,1424.5210,1424.5210 -837.5000,1.0000,10869.9770,60.8905,60.5360,-0.2025,0.0000,5,1335.6219,-71.3557,517.0847,-87.7937,-9.9802,72.3226,-12.2794,-0.6558,-15.1277,0.0000,-15.1277,5.8033,-15.1277,0.7371,0.0000,-15.8648,0.0000,-15.8648,6.6436,-22.5084,0.0000,-22.5084,-0.3040,-22.2044,0.0000,-3.0963,11.2450,-30.3532,267.9969,267.9969,267.9969 -838.5000,1.0000,10886.7311,60.3045,60.0930,-0.1231,0.0000,5,1322.7681,15.7948,493.2944,-87.0314,2.1879,68.3311,-12.0556,-0.3947,-3.1037,0.0000,-3.1037,5.6863,-3.1037,0.6968,0.0000,-3.8005,0.0000,-3.8005,6.5797,-10.3802,0.0000,-10.3802,-0.1830,-10.1973,0.0000,-3.0665,11.1367,-18.2675,1998.5297,1998.5297,1998.5297 -839.5000,1.0000,10903.3416,59.7880,59.5030,-0.1639,0.0000,5,1311.4388,-28.9888,525.5078,-86.3595,-3.9811,72.1698,-11.8601,-0.5211,-9.1351,0.0000,-9.1351,5.6751,-9.1351,0.7029,0.0000,-9.8379,0.0000,-9.8379,6.5233,-16.3613,0.0000,-16.3613,-0.2416,-16.1197,0.0000,-3.0402,11.0414,-24.1209,1110.9449,1110.9449,1110.9449 -840.5000,1.0000,10919.7862,59.1905,58.8980,-0.1681,0.0000,5,1298.3327,-33.6812,502.5164,-85.5822,-4.5793,68.3227,-11.6358,-0.5290,-9.6590,0.0000,-9.6590,5.6087,-9.6590,0.6939,0.0000,-10.3528,0.0000,-10.3528,6.4582,-16.8110,0.0000,-16.8110,-0.2452,-16.5657,0.0000,-3.0098,10.9310,-24.4869,981.6833,981.6833,981.6833 -841.5000,1.0000,10936.0886,58.6785,58.4790,-0.1164,0.0000,5,1287.1021,23.0801,498.6206,-84.9161,3.1108,67.2066,-11.4454,-0.3632,-2.0594,0.0000,-2.0594,5.5334,-2.0594,0.6661,0.0000,-2.7254,0.0000,-2.7254,6.4023,-9.1277,0.0000,-9.1277,-0.1684,-8.9593,0.0000,-2.9838,10.8365,-16.8120,2026.6098,2026.6098,2026.6098 -842.5000,1.0000,10952.3094,58.3850,58.3110,-0.0467,0.0000,5,1280.6642,100.2375,523.1124,-84.5343,13.4429,70.1550,-11.3370,-0.1449,8.0552,0.0000,8.0552,5.5326,8.0552,0.6459,0.0000,7.4094,0.0000,7.4094,6.3703,1.0391,0.0000,1.0391,-0.0672,1.1063,0.0000,-2.9689,10.7823,-6.7071,3261.2406,3261.2406,3261.2406 -843.5000,1.0000,10968.5156,58.3325,58.3740,0.0175,0.0000,5,1279.5126,171.7182,557.4935,-84.4660,23.0086,74.6987,-11.3176,0.0543,17.4008,0.0000,17.4008,5.5535,17.4008,0.6918,0.0000,16.7090,0.0000,16.7090,6.3645,10.3445,0.0000,10.3445,0.0252,10.3193,0.0000,-2.9662,10.7726,2.5129,5017.5162,5017.5162,5017.5162 -844.5000,1.0000,10984.7456,58.4180,58.4820,0.0300,0.0000,5,1281.3881,185.4545,588.6553,-84.5772,24.8855,78.9897,-11.3491,0.0932,19.2515,0.0000,19.2515,5.5408,19.2515,0.7024,0.0000,18.5491,0.0000,18.5491,6.3739,12.1752,0.0000,12.1752,0.0432,12.1320,0.0000,-2.9705,10.7884,4.3142,5373.2905,5373.2905,5373.2905 -845.5000,1.0000,11001.0040,58.5200,58.5780,0.0267,0.0000,5,1283.6254,181.6522,594.9091,-84.7099,24.4179,79.9682,-11.3868,0.0830,18.7982,0.0000,18.7982,5.5366,18.7982,0.7018,0.0000,18.0965,0.0000,18.0965,6.3850,11.7115,0.0000,11.7115,0.0385,11.6730,0.0000,-2.9757,10.8072,3.8415,5287.7370,5287.7370,5287.7370 -846.5000,1.0000,11017.2851,58.6020,58.6460,0.0189,0.0000,5,1285.4241,173.1558,593.5323,-84.8166,23.3084,79.8950,-11.4171,0.0589,17.6861,0.0000,17.6861,5.5634,17.6861,0.6976,0.0000,16.9886,0.0000,16.9886,6.3939,10.5946,0.0000,10.5946,0.0273,10.5673,0.0000,-2.9799,10.8223,2.7249,5081.5541,5081.5541,5081.5541 -847.5000,1.0000,11033.5465,58.5310,58.4360,-0.0583,0.0000,5,1283.8667,87.5945,587.8361,-84.7242,11.7768,79.0323,-11.3909,-0.1816,6.3725,0.0000,6.3725,5.5858,6.3725,0.6425,0.0000,5.7301,0.0000,5.7301,6.3862,-0.6561,0.0000,-0.6561,-0.0842,-0.5719,0.0000,-2.9763,10.8092,-8.4049,3062.7210,3062.7210,3062.7210 -848.5000,1.0000,11049.7281,58.2440,58.0720,-0.1011,0.0000,5,1277.5714,40.1136,548.6719,-84.3509,5.3667,73.4051,-11.2850,-0.3132,0.1603,0.0000,0.1603,5.5196,0.1603,0.6531,0.0000,-0.4928,0.0000,-0.4928,6.3549,-6.8477,0.0000,-6.8477,-0.1452,-6.7025,0.0000,-2.9617,10.7562,-14.4970,2279.4336,2279.4336,2279.4336 -849.5000,1.0000,11065.8184,57.9150,57.7780,-0.0817,0.0000,5,1270.3549,62.1288,526.7640,-83.9229,8.2651,70.0761,-11.1644,-0.2515,2.9504,0.0000,2.9504,5.5662,2.9504,0.6405,0.0000,2.3099,0.0000,2.3099,6.3190,-4.0091,0.0000,-4.0091,-0.1166,-3.8925,0.0000,-2.9450,10.6955,-11.6430,2618.3918,2618.3918,2618.3918 -850.5000,1.0000,11081.7759,57.4370,57.1160,-0.1839,0.0000,5,1259.8700,-51.0382,531.0309,-83.3011,-6.7336,70.0606,-10.9902,-0.5617,-11.6383,0.0000,-11.6383,5.4664,-11.6383,0.6689,0.0000,-12.3072,0.0000,-12.3072,6.2668,-18.5740,0.0000,-18.5740,-0.2604,-18.3136,0.0000,-2.9206,10.6072,-26.0002,572.8517,572.8517,572.8517 -851.5000,1.0000,11097.5262,56.6910,56.2860,-0.2306,0.0000,5,1243.5066,-82.3306,475.1541,-82.3306,-10.7211,61.8744,-10.7211,-0.6951,-15.4173,0.0000,-15.4173,5.3914,-15.4173,0.6658,0.0000,-16.0831,0.0000,-16.0831,6.1854,-22.2686,2.6420,-24.9106,-0.3222,-24.5883,0.0000,-2.8827,10.4694,-32.1750,0.0000,0.0000,0.0000 -852.5000,1.0000,11113.0195,55.7660,55.2660,-0.2833,0.0000,5,1223.2169,-81.1268,453.6357,-81.1272,-10.3919,58.1085,-10.3920,-0.8403,-14.8646,0.0000,-14.8646,5.3130,-14.8646,0.6491,0.0000,-15.5136,0.0000,-15.5136,6.0845,-21.5981,10.2237,-31.8219,-0.3896,-31.4323,0.0000,-2.8357,10.2986,-38.8952,0.0000,0.0000,0.0000 -853.5000,1.0000,11128.2340,54.7620,54.2780,-0.2744,0.0000,5,1201.1944,-79.8208,447.7758,-79.8211,-10.0406,56.3252,-10.0406,-0.7993,-14.4831,0.0000,-14.4831,5.2419,-14.4831,0.6316,0.0000,-15.1147,0.0000,-15.1147,5.9750,-21.0897,8.9490,-30.0387,-0.3705,-29.6681,0.0000,-2.7846,10.1132,-36.9967,0.0000,0.0000,0.0000 -854.5000,1.0000,11143.1594,53.7215,53.1850,-0.3036,0.0000,5,1178.3712,-78.4594,440.4881,-78.4601,-9.6818,54.3557,-9.6819,-0.8675,-13.9672,0.0000,-13.9672,5.1529,-13.9672,0.6134,0.0000,-14.5807,0.0000,-14.5807,5.8614,-20.4421,12.9216,-33.3637,-0.4021,-32.9616,0.0000,-2.7317,9.9210,-40.1509,0.0000,0.0000,0.0000 -855.5000,1.0000,11157.8213,52.7730,52.3810,-0.2233,0.0000,5,1157.5660,-77.2190,437.1527,-77.2190,-9.3605,52.9917,-9.3605,-0.6268,-13.8088,0.0000,-13.8088,5.0751,-13.8088,0.5978,0.0000,-14.4066,0.0000,-14.4066,5.7580,-20.1645,2.0768,-22.2413,-0.2906,-21.9507,0.0000,-2.6835,9.7459,-29.0131,0.0000,0.0000,0.0000 -856.5000,1.0000,11172.2537,51.9465,51.5320,-0.2358,0.0000,5,1139.4369,-76.1376,432.1027,-76.1376,-9.0849,51.5592,-9.0849,-0.6515,-13.4873,0.0000,-13.4873,5.0540,-13.4873,0.5839,0.0000,-14.0712,0.0000,-14.0712,5.6678,-19.7390,3.7685,-23.5074,-0.3020,-23.2054,0.0000,-2.6415,9.5932,-30.1572,0.0000,0.0000,0.0000 -857.5000,1.0000,11186.5027,51.2865,51.0610,-0.1308,0.0000,5,1124.9599,8.0218,431.4363,-75.2740,0.9450,50.8256,-8.8677,-0.3569,-3.6749,0.0000,-3.6749,4.9768,-3.6749,0.5490,0.0000,-4.2240,0.0000,-4.2240,5.5958,-9.8197,0.0000,-9.8197,-0.1654,-9.6543,0.0000,-2.6079,9.4713,-16.5177,1448.5325,1448.5325,1448.5325 -858.5000,1.0000,11200.6387,50.8795,50.7180,-0.0953,0.0000,5,1116.0325,47.0498,470.4331,-74.7414,5.4987,54.9798,-8.7351,-0.2578,0.8388,0.0000,0.8388,4.9177,0.8388,0.5314,0.0000,0.3074,0.0000,0.3074,5.5514,-5.2439,0.0000,-5.2439,-0.1195,-5.1244,0.0000,-2.5872,9.3962,-11.9334,2162.9160,2162.9160,2162.9160 -859.5000,1.0000,11214.7050,50.6285,50.5590,-0.0442,0.0000,5,1110.5268,103.5035,489.0637,-74.4130,12.0368,56.8752,-8.6538,-0.1189,7.2620,0.0000,7.2620,4.8938,7.2620,0.5223,0.0000,6.7397,0.0000,6.7397,5.5240,1.2157,0.0000,1.2157,-0.0551,1.2709,0.0000,-2.5744,9.3498,-5.5045,3059.4347,3059.4347,3059.4347 -860.5000,1.0000,11228.7861,50.6820,50.8250,0.0739,0.0000,5,1111.7003,234.5258,519.1968,-74.4830,27.3028,60.4433,-8.6711,0.1992,22.2211,0.0000,22.2211,4.8825,22.2211,0.5979,0.0000,21.6232,0.0000,21.6232,5.5298,16.0934,0.0000,16.0934,0.0923,16.0011,0.0000,-2.5772,9.3597,9.2185,5660.8904,5660.8904,5660.8904 -861.5000,1.0000,11242.9698,51.0515,51.2980,0.1314,0.0000,5,1119.8053,298.4712,583.8516,-74.9665,35.0004,68.4658,-8.7910,0.3567,29.7202,0.0000,29.7202,4.9235,29.7202,0.6408,0.0000,29.0794,0.0000,29.0794,5.5701,23.5092,0.0000,23.5092,0.1654,23.3439,0.0000,-2.5959,9.4279,16.5119,7172.3996,7172.3996,7172.3996 -862.5000,1.0000,11257.3155,51.6345,51.9910,0.1925,0.0000,5,1132.5933,366.1039,617.2132,-75.7293,43.4217,73.2045,-8.9819,0.5286,37.9474,0.0000,37.9474,4.9456,37.9474,0.6906,0.0000,37.2569,0.0000,37.2569,5.6337,31.6232,0.0000,31.6232,0.2451,31.3781,0.0000,-2.6256,9.5356,24.4681,8742.7585,8742.7585,8742.7585 -863.5000,1.0000,11271.8594,52.3480,52.7250,0.2039,0.0000,5,1148.2437,378.9060,651.1619,-76.6629,45.5611,78.2982,-9.2182,0.5676,39.9653,0.0000,39.9653,5.0281,39.9653,0.7113,0.0000,39.2540,0.0000,39.2540,5.7116,33.5425,0.0000,33.5425,0.2631,33.2793,0.0000,-2.6619,9.6674,26.2738,9171.1366,9171.1366,9171.1366 -864.5000,1.0000,11286.6301,53.1645,53.6240,0.2497,0.0000,5,1166.1535,429.8082,660.9243,-77.7313,52.4879,80.7116,-9.4925,0.7061,46.6819,0.0000,46.6819,5.0999,46.6819,0.7572,0.0000,45.9247,0.0000,45.9247,5.8007,40.1241,0.0000,40.1241,0.3273,39.7967,0.0000,-2.7034,9.8182,32.6820,10460.0741,10460.0741,10460.0741 -865.5000,1.0000,11301.6544,54.0775,54.5510,0.2575,0.0000,5,1186.1800,438.3116,687.0766,-78.9259,54.4455,85.3462,-9.8039,0.7406,48.5395,0.0000,48.5395,5.1654,48.5395,0.7804,0.0000,47.7592,0.0000,47.7592,5.9003,41.8589,0.0000,41.8589,0.3433,41.5156,0.0000,-2.7498,9.9868,34.2786,10869.4950,10869.4950,10869.4950 -866.5000,1.0000,11316.9491,55.0510,55.5710,0.2833,0.0000,5,1207.5335,466.9057,694.2692,-80.1971,59.0414,87.7922,-10.1411,0.8296,52.9724,0.0000,52.9724,5.2395,52.9724,0.8176,0.0000,52.1548,0.0000,52.1548,6.0065,46.1483,0.0000,46.1483,0.3846,45.7638,0.0000,-2.7993,10.1666,38.3965,11766.0383,11766.0383,11766.0383 -867.5000,1.0000,11332.4979,55.9655,56.3800,0.2247,0.0000,5,1227.5929,401.4458,708.4344,-81.3868,51.6072,91.0715,-10.4625,0.6689,45.6609,0.0000,45.6609,5.2774,45.6609,0.7953,0.0000,44.8656,0.0000,44.8656,6.1063,38.7593,0.0000,38.7593,0.3101,38.4492,0.0000,-2.8458,10.3354,30.9596,10349.9015,10349.9015,10349.9015 -868.5000,1.0000,11348.2679,56.7620,57.1640,0.2178,0.0000,5,1245.0640,393.9763,682.9367,-82.4229,51.3677,89.0432,-10.7465,0.6574,45.3303,0.0000,45.3303,5.3800,45.3303,0.8062,0.0000,44.5241,0.0000,44.5241,6.1932,38.3309,0.0000,38.3309,0.3048,38.0261,0.0000,-2.8863,10.4825,30.4299,10308.1935,10308.1935,10308.1935 -869.5000,1.0000,11364.2340,57.4680,57.7920,0.1744,0.0000,5,1260.5500,345.9312,681.4795,-83.3414,45.6645,89.9583,-11.0014,0.5332,39.6754,0.0000,39.6754,5.4559,39.6754,0.7892,0.0000,38.8862,0.0000,38.8862,6.2702,32.6160,0.0000,32.6160,0.2472,32.3688,0.0000,-2.9222,10.6129,24.6781,9209.4225,9209.4225,9209.4225 -870.5000,1.0000,11380.3870,58.1410,58.5100,0.1994,0.0000,5,1275.3121,373.5217,664.2353,-84.2169,49.8840,88.7089,-11.2472,0.6167,43.7761,0.0000,43.7761,5.4912,43.7761,0.8205,0.0000,42.9555,0.0000,42.9555,6.3436,36.6119,0.0000,36.6119,0.2859,36.3260,0.0000,-2.9564,10.7372,28.5452,10040.0547,10040.0547,10040.0547 -871.5000,1.0000,11396.7473,58.8870,59.2840,0.2150,0.0000,5,1291.6755,390.9628,678.7934,-85.1874,52.8832,91.8163,-11.5228,0.6734,46.6311,0.0000,46.6311,5.5787,46.6311,0.8469,0.0000,45.7842,0.0000,45.7842,6.4250,39.3592,0.0000,39.3592,0.3121,39.0470,0.0000,-2.9944,10.8750,31.1664,10624.4789,10624.4789,10624.4789 -872.5000,1.0000,11413.2891,59.5405,59.8170,0.1481,0.0000,5,1306.0099,316.2395,687.1823,-86.0375,43.2505,93.9825,-11.7669,0.4688,37.1925,0.0000,37.1925,5.5892,37.1925,0.8104,0.0000,36.3821,0.0000,36.3821,6.4963,29.8857,0.0000,29.8857,0.2173,29.6684,0.0000,-3.0276,10.9957,21.7003,8822.4733,8822.4733,8822.4733 -873.5000,1.0000,11429.9711,60.0450,60.2930,0.1322,0.0000,5,1317.0760,299.1502,658.4013,-86.6938,41.2600,90.8093,-11.9571,0.4222,35.1350,0.0000,35.1350,5.7027,35.1350,0.8084,0.0000,34.3266,0.0000,34.3266,6.5514,27.7752,0.0000,27.7752,0.1957,27.5794,0.0000,-3.0533,11.0888,19.5439,8457.2099,8457.2099,8457.2099 -874.5000,1.0000,11446.7331,60.3335,60.3940,0.0281,0.0000,5,1323.4042,183.4606,650.6236,-87.0691,25.4252,90.1677,-12.0666,0.0900,19.6012,0.0000,19.6012,5.7340,19.6012,0.7356,0.0000,18.8656,0.0000,18.8656,6.5829,12.2827,0.0000,12.2827,0.0417,12.2410,0.0000,-3.0679,11.1421,4.1668,5502.1019,5502.1019,5502.1019 -875.5000,1.0000,11463.4455,60.1545,59.9350,-0.1275,0.0000,5,1319.4779,10.9560,598.8225,-86.8363,1.5138,82.7425,-11.9986,-0.4079,-3.7600,0.0000,-3.7600,5.6817,-3.7600,0.6958,0.0000,-4.4558,0.0000,-4.4558,6.5633,-11.0191,0.0000,-11.0191,-0.1891,-10.8300,0.0000,-3.0588,11.1090,-18.8802,1911.7151,1911.7151,1911.7151 -876.5000,1.0000,11479.9893,59.5475,59.1800,-0.2097,0.0000,5,1306.1634,-79.5151,520.7279,-86.0466,-10.8762,71.2257,-11.7696,-0.6642,-15.8686,0.0000,-15.8686,5.6567,-15.8686,0.7155,0.0000,-16.5842,0.0000,-16.5842,6.4971,-23.0813,0.0000,-23.0813,-0.3079,-22.7734,0.0000,-3.0280,10.9970,-30.7424,42.3129,42.3129,42.3129 -877.5000,1.0000,11496.3448,58.8700,58.5800,-0.1667,0.0000,5,1291.3026,-31.9004,478.6836,-85.1653,-4.3137,64.7299,-11.5165,-0.5218,-9.4058,0.0000,-9.4058,5.6138,-9.4058,0.6877,0.0000,-10.0935,0.0000,-10.0935,6.4232,-16.5166,0.0000,-16.5166,-0.2419,-16.2747,0.0000,-2.9935,10.8718,-24.1531,1009.9368,1009.9368,1009.9368 -878.5000,1.0000,11512.6054,58.5280,58.4960,-0.0233,0.0000,5,1283.8009,126.1824,501.0050,-84.7203,16.9639,67.3548,-11.3897,-0.0726,11.4883,0.0000,11.4883,5.5482,11.4883,0.6654,0.0000,10.8230,0.0000,10.8230,6.3859,4.4371,0.0000,4.4371,-0.0337,4.4708,0.0000,-2.9761,10.8087,-3.3618,3887.3945,3887.3945,3887.3945 -879.5000,1.0000,11528.8593,58.5040,58.5320,0.0100,0.0000,5,1283.2745,163.2540,569.2955,-84.6891,21.9388,76.5043,-11.3809,0.0311,16.3565,0.0000,16.3565,5.5511,16.3565,0.6893,0.0000,15.6672,0.0000,15.6672,6.3832,9.2839,0.0000,9.2839,0.0144,9.2695,0.0000,-2.9749,10.8042,1.4402,4821.3542,4821.3542,4821.3542 -880.5000,1.0000,11545.1337,58.5780,58.6440,0.0311,0.0000,5,1284.8976,186.7071,585.9034,-84.7854,25.1222,78.8357,-11.4082,0.0969,19.4678,0.0000,19.4678,5.5575,19.4678,0.7061,0.0000,18.7617,0.0000,18.7617,6.3913,12.3704,0.0000,12.3704,0.0449,12.3254,0.0000,-2.9787,10.8179,4.4862,5421.3925,5421.3925,5421.3925 -881.5000,1.0000,11561.4519,58.7355,58.8470,0.0564,0.0000,5,1288.3524,214.5715,597.1692,-84.9903,28.9491,80.5676,-11.4665,0.1761,23.2310,0.0000,23.2310,5.5419,23.2310,0.7275,0.0000,22.5036,0.0000,22.5036,6.4085,16.0951,0.0000,16.0951,0.0817,16.0134,0.0000,-2.9867,10.8470,8.1531,6120.3977,6120.3977,6120.3977 -882.5000,1.0000,11577.8302,58.9520,59.0770,0.0639,0.0000,5,1293.1013,223.0574,610.0895,-85.2719,30.2049,82.6142,-11.5469,0.2003,24.4228,0.0000,24.4228,5.5818,24.4228,0.7369,0.0000,23.6858,0.0000,23.6858,6.4321,17.2537,0.0000,17.2537,0.0929,17.1609,0.0000,-2.9977,10.8870,9.2716,6367.4815,6367.4815,6367.4815 -883.5000,1.0000,11594.2683,59.1670,59.2770,0.0556,0.0000,5,1297.8173,214.1780,614.4834,-85.5516,29.1083,83.5127,-11.6271,0.1748,23.2811,0.0000,23.2811,5.6524,23.2811,0.7347,0.0000,22.5463,0.0000,22.5463,6.4556,16.0907,0.0000,16.0907,0.0810,16.0097,0.0000,-3.0086,10.9267,8.0916,6173.4427,6173.4427,6173.4427 -884.5000,1.0000,11610.7637,59.3735,59.4900,0.0592,0.0000,5,1302.3468,217.6828,611.8546,-85.8203,29.6879,83.4456,-11.7043,0.1868,23.8993,0.0000,23.8993,5.6017,23.8993,0.7412,0.0000,23.1581,0.0000,23.1581,6.4781,16.6800,0.0000,16.6800,0.0866,16.5934,0.0000,-3.0191,10.9648,8.6477,6288.1361,6288.1361,6288.1361 -885.5000,1.0000,11627.3194,59.5905,59.7110,0.0614,0.0000,5,1307.1066,220.4452,614.4070,-86.1026,30.1745,84.1000,-11.7857,0.1946,24.3189,0.0000,24.3189,5.6611,24.3189,0.7469,0.0000,23.5720,0.0000,23.5720,6.5018,17.0702,0.0000,17.0702,0.0902,16.9800,0.0000,-3.0302,11.0049,9.0053,6380.9308,6380.9308,6380.9308 -886.5000,1.0000,11643.9334,59.8005,59.9100,0.0553,0.0000,5,1311.7130,213.5614,616.4340,-86.3758,29.3353,84.6748,-11.8648,0.1758,23.4926,0.0000,23.4926,5.6668,23.4926,0.7462,0.0000,22.7464,0.0000,22.7464,6.5247,16.2217,0.0000,16.2217,0.0815,16.1402,0.0000,-3.0408,11.0437,8.1374,6228.0766,6228.0766,6228.0766 -887.5000,1.0000,11660.6279,60.0900,60.2900,0.1056,0.0000,5,1318.0631,269.2479,616.1174,-86.7524,37.1635,85.0410,-11.9742,0.3373,31.1575,0.0000,31.1575,5.6687,31.1575,0.7893,0.0000,30.3682,0.0000,30.3682,6.5563,23.8119,0.0000,23.8119,0.1564,23.6555,0.0000,-3.0556,11.0971,15.6139,7672.1848,7672.1848,7672.1848 -888.5000,1.0000,11677.4263,60.4645,60.6590,0.1025,0.0000,5,1326.2777,265.3593,640.5451,-87.2396,36.8551,88.9637,-12.1165,0.3296,30.8923,0.0000,30.8923,5.6332,30.8923,0.7942,0.0000,30.0981,0.0000,30.0981,6.5972,23.5010,0.0000,23.5010,0.1528,23.3482,0.0000,-3.0746,11.1663,15.2565,7612.5546,7612.5546,7612.5546 -889.5000,1.0000,11694.3416,60.8850,61.1310,0.1311,0.0000,5,1335.5013,297.6280,641.5093,-87.7866,41.6243,89.7172,-12.2772,0.4246,35.4626,0.0000,35.4626,5.7371,35.4626,0.8240,0.0000,34.6386,0.0000,34.6386,6.6430,27.9955,0.0000,27.9955,0.1968,27.7987,0.0000,-3.0960,11.2440,19.6507,8538.0433,8538.0433,8538.0433 -890.5000,1.0000,11711.3712,61.2965,61.4820,0.0975,0.0000,5,1344.5274,260.2162,655.6326,-88.3219,36.6381,92.3121,-12.4356,0.3179,30.5566,0.0000,30.5566,5.7636,30.5566,0.8064,0.0000,29.7503,0.0000,29.7503,6.6879,23.0623,0.0000,23.0623,0.1473,22.9150,0.0000,-3.1169,11.3199,14.7119,7577.7577,7577.7577,7577.7577 -891.5000,1.0000,11728.5097,61.6885,61.9150,0.1203,0.0000,5,1353.1259,285.6826,643.0143,-88.8319,40.4809,91.1145,-12.5874,0.3946,34.2656,0.0000,34.2656,5.8207,34.2656,0.8315,0.0000,33.4341,0.0000,33.4341,6.7307,26.7034,0.0000,26.7034,0.1829,26.5205,0.0000,-3.1368,11.3923,18.2650,8329.3195,8329.3195,8329.3195 -892.5000,1.0000,11745.7677,62.1190,62.3430,0.1189,0.0000,5,1362.5688,283.7908,655.0727,-89.3919,40.4935,93.4709,-12.7551,0.3928,34.2919,0.0000,34.2919,5.8089,34.2919,0.8389,0.0000,33.4529,0.0000,33.4529,6.7777,26.6752,0.0000,26.6752,0.1821,26.4932,0.0000,-3.1587,11.4718,18.1800,8340.4315,8340.4315,8340.4315 -893.5000,1.0000,11763.1709,62.6415,62.9600,0.1714,0.0000,5,1374.0298,342.1301,657.8677,-90.0716,49.2284,94.6593,-12.9602,0.5710,42.8014,0.0000,42.8014,5.8561,42.8014,0.8904,0.0000,41.9110,0.0000,41.9110,6.8347,35.0763,0.0000,35.0763,0.2647,34.8116,0.0000,-3.1853,11.5683,26.4286,9967.8551,9967.8551,9967.8551 -894.5000,1.0000,11780.7736,63.3595,63.7790,0.2275,0.0000,5,1389.7790,404.6304,684.6856,-91.0057,58.8888,99.6473,-13.2447,0.7666,52.1802,0.0000,52.1802,5.9420,52.1802,0.9495,0.0000,51.2307,0.0000,51.2307,6.9130,44.3177,0.0000,44.3177,0.3554,43.9623,0.0000,-3.2218,11.7009,35.4832,11816.1194,11816.1194,11816.1194 -895.5000,1.0000,11798.5930,64.1400,64.5210,0.2061,0.0000,5,1406.8991,380.5820,711.0897,-92.0210,56.0712,104.7649,-13.5575,0.7031,49.4000,0.0000,49.4000,5.9681,49.4000,0.9491,0.0000,48.4508,0.0000,48.4508,6.9982,41.4527,0.0000,41.4527,0.3259,41.1267,0.0000,-3.2615,11.8451,32.5432,11296.2205,11296.2205,11296.2205 -896.5000,1.0000,11816.6215,64.8925,65.2840,0.2119,0.0000,5,1423.4050,388.0673,705.3518,-93.0000,57.8448,105.1388,-13.8624,0.7315,50.9303,0.0000,50.9303,6.1830,50.9303,0.9699,0.0000,49.9604,0.0000,49.9604,7.0803,42.8802,0.0000,42.8802,0.3391,42.5411,0.0000,-3.2998,11.9840,33.8568,11638.7076,11638.7076,11638.7076 -897.5000,1.0000,11834.8462,65.5990,65.9340,0.1806,0.0000,5,1438.9020,353.1236,710.4677,-93.9191,53.2092,107.0543,-14.1519,0.6299,46.3442,0.0000,46.3442,6.2350,46.3442,0.9594,0.0000,45.3848,0.0000,45.3848,7.1574,38.2275,0.0000,38.2275,0.2920,37.9355,0.0000,-3.3357,12.1145,29.1566,10761.3846,10761.3846,10761.3846 -898.5000,1.0000,11853.2251,66.1540,66.3940,0.1278,0.0000,5,1451.0758,294.7682,699.2011,-94.6411,44.7919,106.2480,-14.3813,0.4496,38.0155,0.0000,38.0155,6.3268,38.0155,0.9275,0.0000,37.0879,0.0000,37.0879,7.2179,29.8700,0.0000,29.8700,0.2084,29.6616,0.0000,-3.3639,12.2170,20.8085,9230.2364,9230.2364,9230.2364 -899.5000,1.0000,11871.7240,66.5860,66.7980,0.1122,0.0000,5,1460.5516,277.0258,679.9430,-95.2031,42.3707,103.9963,-14.5612,0.3974,35.6784,0.0000,35.6784,6.2949,35.6784,0.9235,0.0000,34.7548,0.0000,34.7548,7.2651,27.4898,0.0000,27.4898,0.1842,27.3055,0.0000,-3.3859,12.2968,18.3946,8776.1228,8776.1228,8776.1228 -900.5000,1.0000,11890.3131,66.9110,67.0440,0.0683,0.0000,5,1467.6805,227.6927,674.2912,-95.6259,34.9953,103.6353,-14.6972,0.2432,28.5166,0.0000,28.5166,6.2355,28.5166,0.8935,0.0000,27.6230,0.0000,27.6230,7.3005,20.3225,0.0000,20.3225,0.1127,20.2098,0.0000,-3.4024,12.3568,11.2554,7390.1381,7390.1381,7390.1381 -901.5000,1.0000,11908.9947,67.2435,67.4630,0.1164,0.0000,5,1474.9738,281.6394,659.6302,-96.0584,43.5017,101.8857,-14.8371,0.4162,36.7352,0.0000,36.7352,6.3502,36.7352,0.9406,0.0000,35.7946,0.0000,35.7946,7.3368,28.4578,0.0000,28.4578,0.1930,28.2649,0.0000,-3.4193,12.4182,19.2660,9010.7210,9010.7210,9010.7210 -902.5000,1.0000,11927.7851,67.6355,67.8280,0.1014,0.0000,5,1483.5722,264.7715,680.4533,-96.5684,41.1347,105.7148,-15.0028,0.3647,34.4169,0.0000,34.4169,6.3531,34.4169,0.9361,0.0000,33.4809,0.0000,33.4809,7.3796,26.1013,0.0000,26.1013,0.1691,25.9322,0.0000,-3.4392,12.4906,16.8809,8576.1580,8576.1580,8576.1580 -903.5000,1.0000,11946.6366,67.8555,67.9030,0.0208,0.0000,5,1488.3979,175.3195,673.8996,-96.8546,27.3261,105.0371,-15.0962,0.0752,20.8715,0.0000,20.8715,6.3794,20.8715,0.8723,0.0000,19.9992,0.0000,19.9992,7.4036,12.5956,0.0000,12.5956,0.0349,12.5608,0.0000,-3.4504,12.5312,3.4800,6037.8072,6037.8072,6037.8072 -904.5000,1.0000,11965.4187,67.6055,67.3280,-0.1597,0.0000,0,1370.8766,-25.3731,545.9029,-89.8846,-3.6425,78.3686,-12.9036,-9.9630,0.0000,0.0000,0.0000,6.3205,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,7.3763,-7.3763,10.4239,-17.8002,-0.2662,-17.5340,0.0000,-3.4377,12.4851,-26.5813,1337.7604,1337.7604,1337.7604 -905.5000,1.0000,11984.0555,67.0825,66.8570,-0.1308,0.0000,6,1159.9910,-45.5947,404.7790,-77.3637,-5.5386,49.1701,-9.3977,-6.5923,-5.2500,0.0000,-5.2500,6.3037,-4.8481,0.6768,0.0000,-5.5249,0.0000,-5.5249,7.3192,-12.8442,0.0000,-12.8442,-0.2164,-12.6278,0.0000,-3.4111,12.3885,-21.6051,528.2139,528.2139,528.2139 -906.5000,1.0000,12002.5245,66.4785,66.1200,-0.2047,0.0000,6,1061.5650,-71.0336,425.5665,-71.0338,-7.8966,47.3089,-7.8966,-0.3836,-13.7465,0.0000,-13.7465,6.2335,-13.7465,0.7580,0.0000,-14.5045,0.0000,-14.5045,7.2533,-21.7578,3.1836,-24.9414,-0.3355,-24.6058,0.0000,-3.3804,12.2769,-33.5024,0.0000,0.0000,0.0000 -907.5000,1.0000,12020.8140,65.8320,65.5640,-0.1544,0.0000,6,1051.2413,-24.9247,412.8393,-70.2948,-2.7439,45.4477,-7.7385,-0.2866,-8.5885,0.0000,-8.5885,6.1312,-8.5885,0.6981,0.0000,-9.2866,0.0000,-9.2866,7.1828,-16.4694,0.0000,-16.4694,-0.2507,-16.2187,0.0000,-3.3475,12.1575,-25.0287,726.1066,726.1066,726.1066 -908.5000,1.0000,12038.9245,65.1880,64.8320,-0.2033,0.0000,6,1040.9576,-69.5587,431.9708,-69.5587,-7.5825,47.0886,-7.5825,-0.3736,-15.4593,0.0000,-15.4593,8.2504,-15.4593,0.7586,0.0000,-16.2179,0.0000,-16.2179,7.1125,-23.3305,0.9016,-24.2321,-0.3268,-23.9053,0.0000,-3.3148,12.0386,-32.6291,0.0000,0.0000,0.0000 -909.5000,1.0000,12056.8415,64.4910,64.1700,-0.1839,0.0000,6,1029.8275,-48.6298,406.8005,-68.7619,-5.2444,43.8707,-7.4155,-0.3343,-13.0926,0.0000,-13.0926,8.1825,-13.0926,0.7261,0.0000,-13.8187,0.0000,-13.8187,7.0365,-20.8552,0.0000,-20.8552,-0.2924,-20.5628,0.0000,-3.2793,11.9099,-29.1933,298.2197,298.2197,298.2197 -910.5000,1.0000,12074.5697,63.8115,63.4730,-0.1936,0.0000,6,1018.9769,-62.5829,414.1523,-67.9852,-6.6780,44.1929,-7.2545,-0.3482,-14.4841,0.0000,-14.4841,8.1543,-14.4841,0.7315,0.0000,-15.2156,0.0000,-15.2156,6.9623,-22.1779,0.0000,-22.1779,-0.3046,-21.8733,0.0000,-3.2448,11.7844,-30.4129,30.4292,30.4292,30.4292 -911.5000,1.0000,12092.1115,63.1405,62.8280,-0.1792,0.0000,6,1008.2620,-41.5946,404.3998,-67.2182,-4.3918,42.6985,-7.0972,-0.3189,-12.0889,0.0000,-12.0889,8.0160,-12.0889,0.6991,0.0000,-12.7880,0.0000,-12.7880,6.8891,-19.6771,0.0000,-19.6771,-0.2789,-19.3982,0.0000,-3.2107,11.6605,-27.8480,360.8503,360.8503,360.8503 -912.5000,1.0000,12109.5162,62.6470,62.4860,-0.0950,0.0000,6,1000.3815,83.6627,414.2069,-66.6541,8.7645,43.3922,-6.9827,-0.1678,0.9840,0.0000,0.9840,7.9482,0.9840,0.5622,0.0000,0.4218,0.0000,0.4218,6.8353,-6.4135,0.0000,-6.4135,-0.1467,-6.2667,0.0000,-3.1856,11.5694,-14.6505,2618.2230,2618.2230,2618.2230 -913.5000,1.0000,12126.8455,62.3755,62.2850,-0.0558,0.0000,6,996.0460,142.8449,476.8704,-66.8530,14.8995,49.7403,-6.9731,-0.0982,7.0473,0.0000,7.0473,7.9504,7.0473,0.5532,0.0000,6.4942,0.0000,6.4942,6.8057,-0.3115,0.0000,-0.3115,-0.0859,-0.2256,0.0000,-3.1718,11.5192,-8.5731,3588.2897,3588.2897,3588.2897 -914.5000,1.0000,12144.1070,62.1315,61.9980,-0.0797,0.0000,6,992.1497,106.8711,504.5970,-67.0759,11.1037,52.4265,-6.9690,-0.1396,3.3110,0.0000,3.3110,7.9323,3.3110,0.5326,0.0000,2.7784,0.0000,2.7784,6.7790,-4.0006,0.0000,-4.0006,-0.1221,-3.8785,0.0000,-3.1594,11.4742,-12.1933,3006.5814,3006.5814,3006.5814 -915.5000,1.0000,12161.2773,61.8030,61.6280,-0.1028,0.0000,6,986.9040,71.9588,483.4217,-67.3760,7.4368,49.9608,-6.9632,-0.1790,-0.2153,0.0000,-0.2153,7.8311,-0.2153,0.5638,0.0000,-0.7790,0.0000,-0.7790,6.7432,-7.5222,0.0000,-7.5222,-0.1566,-7.3656,0.0000,-3.1427,11.4135,-15.6364,2353.5562,2353.5562,2353.5562 -916.5000,1.0000,12178.3337,61.3930,61.1780,-0.1250,0.0000,6,980.3569,19.3525,462.0871,-67.7505,1.9868,47.4391,-6.9555,-0.2163,-3.5736,0.0000,-3.5736,5.7767,-3.5736,0.5923,0.0000,-4.1659,0.0000,-4.1659,6.6985,-10.8644,0.0000,-10.8644,-0.1892,-10.6752,0.0000,-3.1218,11.3378,-18.8911,1321.1757,1321.1757,1321.1757 -917.5000,1.0000,12195.2669,60.9495,60.7410,-0.1214,0.0000,6,973.2749,24.2367,431.8866,-68.1556,2.4702,44.0184,-6.9465,-0.2085,-3.0074,0.0000,-3.0074,5.6862,-3.0074,0.5812,0.0000,-3.5886,0.0000,-3.5886,6.6501,-10.2387,0.0000,-10.2387,-0.1824,-10.0563,0.0000,-3.0993,11.2559,-18.2129,1394.4941,1394.4941,1394.4941 -918.5000,1.0000,12212.0536,60.4220,60.1230,-0.1717,0.0000,6,964.8515,-50.5538,429.2778,-68.6375,-5.1079,43.3738,-6.9351,-0.2924,-10.4614,0.0000,-10.4614,5.6459,-10.4614,0.6493,0.0000,-11.1107,0.0000,-11.1107,6.5925,-17.7032,0.0000,-17.7032,-0.2557,-17.4475,0.0000,-3.0724,11.1584,-25.5335,176.2932,176.2932,176.2932 -919.5000,1.0000,12228.7034,59.9295,59.7560,-0.1019,0.0000,6,956.9870,53.6040,388.5995,-69.0874,5.3720,38.9437,-6.9236,-0.1722,-0.0917,0.0000,-0.0917,5.6358,-0.0917,0.5396,0.0000,-0.6312,0.0000,-0.6312,6.5388,-7.1700,0.0000,-7.1700,-0.1506,-7.0194,0.0000,-3.0474,11.0675,-15.0395,1912.3856,1912.3856,1912.3856 -920.5000,1.0000,12245.2477,59.5495,59.3630,-0.1092,0.0000,6,950.9189,42.9053,439.8028,-69.4345,4.2725,43.7956,-6.9143,-0.1832,-1.1510,0.0000,-1.1510,5.6068,-1.1510,0.5455,0.0000,-1.6966,0.0000,-1.6966,6.4973,-8.1939,0.0000,-8.1939,-0.1603,-8.0336,0.0000,-3.0281,10.9973,-16.0029,1688.5490,1688.5490,1688.5490 -921.5000,1.0000,12261.7186,59.2850,59.2270,-0.0378,0.0000,6,946.6952,150.1891,434.1157,-69.6761,14.8894,43.0372,-6.9075,-0.0631,9.4040,0.0000,9.4040,5.5485,9.4040,0.5702,0.0000,8.8338,0.0000,8.8338,6.4685,2.3653,0.0000,2.3653,-0.0552,2.4206,0.0000,-3.0146,10.9485,-5.5133,3493.9259,3493.9259,3493.9259 -922.5000,1.0000,12278.1969,59.3120,59.4170,0.0528,0.0000,6,947.1264,289.7544,491.9140,-69.6514,28.7387,48.7894,-6.9082,0.0882,23.0350,0.0000,23.0350,5.6154,23.0350,0.8431,0.0000,22.1919,0.0000,22.1919,6.4714,15.7205,0.0000,15.7205,0.0772,15.6434,0.0000,-3.0160,10.9535,7.7059,5967.8264,5967.8264,5967.8264 -923.5000,1.0000,12294.7495,59.5795,59.7620,0.0958,0.0000,6,951.3980,355.8216,566.1029,-69.4071,35.4506,56.4009,-6.9150,0.1609,29.6479,0.0000,29.6479,5.6417,29.6479,0.9779,0.0000,28.6700,0.0000,28.6700,6.5006,22.1694,0.0000,22.1694,0.1408,22.0286,0.0000,-3.0296,11.0029,14.0554,7216.9204,7216.9204,7216.9204 -924.5000,1.0000,12311.4038,59.9455,60.1490,0.1075,0.0000,6,957.2425,372.9580,602.2011,-69.0728,37.3861,60.3660,-6.9240,0.1816,31.6056,0.0000,31.6056,5.5989,31.6056,1.0206,0.0000,30.5850,0.0000,30.5850,6.5405,24.0445,0.0000,24.0445,0.1589,23.8856,0.0000,-3.0482,11.0705,15.8633,7611.7166,7611.7166,7611.7166 -925.5000,1.0000,12328.1650,60.3300,60.5310,0.1061,0.0000,6,963.3824,371.3117,613.1886,-68.7215,37.4598,61.8616,-6.9330,0.1804,31.5970,0.0000,31.5970,5.6824,31.5970,1.0241,0.0000,30.5728,0.0000,30.5728,6.5825,23.9903,0.0000,23.9903,0.1578,23.8325,0.0000,-3.0678,11.1415,15.7588,7627.3990,7627.3990,7627.3990 -926.5000,1.0000,12344.9936,60.5730,60.6350,0.0289,0.0000,6,967.2627,253.0125,612.4555,-68.4995,25.6280,62.0365,-6.9384,0.0493,19.8577,0.0000,19.8577,5.7210,19.8577,0.7917,0.0000,19.0660,0.0000,19.0660,6.6090,12.4570,0.0000,12.4570,0.0431,12.4139,0.0000,-3.0801,11.1863,4.3076,5359.5591,5359.5591,5359.5591 -927.5000,1.0000,12361.8306,60.6035,60.5920,-0.0119,0.0000,6,967.7498,190.2208,551.7589,-68.4717,19.2775,55.9166,-6.9391,-0.0204,13.5895,0.0000,13.5895,5.7084,13.5895,0.6666,0.0000,12.9228,0.0000,12.9228,6.6123,6.3105,0.0000,6.3105,-0.0178,6.3284,0.0000,-3.0817,11.1920,-1.7819,4212.3047,4212.3047,4212.3047 -928.5000,1.0000,12378.6272,60.4575,60.3430,-0.0692,0.0000,6,965.4184,103.0255,517.4974,-68.6051,10.4157,52.3181,-6.9359,-0.1179,4.7874,0.0000,4.7874,5.7461,4.7874,0.4972,0.0000,4.2902,0.0000,4.2902,6.5964,-2.3061,0.0000,-2.3061,-0.1031,-2.2030,0.0000,-3.0742,11.1650,-10.2938,2870.2188,2870.2188,2870.2188 -929.5000,1.0000,12395.3491,60.1890,60.0550,-0.0800,0.0000,6,961.1308,86.4872,470.5836,-68.8503,8.7049,47.3640,-6.9297,-0.1357,3.1602,0.0000,3.1602,5.6804,3.1602,0.5102,0.0000,2.6500,0.0000,2.6500,6.5671,-3.9171,0.0000,-3.9171,-0.1187,-3.7984,0.0000,-3.0606,11.1154,-11.8532,2557.8563,2557.8563,2557.8563 -930.5000,1.0000,12411.9866,59.8850,59.7350,-0.0889,0.0000,6,956.2764,73.5871,459.7059,-69.1280,7.3691,46.0354,-6.9226,-0.1500,1.8329,0.0000,1.8329,5.6862,1.8329,0.5198,0.0000,1.3131,0.0000,1.3131,6.5339,-5.2208,0.0000,-5.2208,-0.1312,-5.0896,0.0000,-3.0451,11.0593,-13.1037,2295.1769,2295.1769,2295.1769 -931.5000,1.0000,12428.5447,59.5990,59.4830,-0.0700,0.0000,6,951.7094,101.1349,451.4707,-69.3893,10.0794,44.9948,-6.9155,-0.1176,4.5945,0.0000,4.5945,5.6025,4.5945,0.4887,0.0000,4.1058,0.0000,4.1058,6.5027,-2.3969,0.0000,-2.3969,-0.1029,-2.2940,0.0000,-3.0306,11.0065,-10.2699,2805.3416,2805.3416,2805.3416 -932.5000,1.0000,12445.0483,59.4030,59.3430,-0.0389,0.0000,6,948.5795,149.0747,465.1097,-69.5683,14.8083,46.2017,-6.9106,-0.0651,9.2557,0.0000,9.2557,5.6178,9.2557,0.5684,0.0000,8.6873,0.0000,8.6873,6.4813,2.2060,0.0000,2.2060,-0.0570,2.2629,0.0000,-3.0206,10.9703,-5.6867,3484.4268,3484.4268,3484.4268 -933.5000,1.0000,12461.5447,59.3770,59.4310,0.0244,0.0000,6,948.1644,246.2379,491.1457,-69.5921,24.4493,48.7666,-6.9099,0.0409,18.7923,0.0000,18.7923,5.6162,18.7923,0.7588,0.0000,18.0334,0.0000,18.0334,6.4785,11.5549,0.0000,11.5549,0.0358,11.5191,0.0000,-3.0193,10.9655,3.5730,5116.9235,5116.9235,5116.9235 -934.5000,1.0000,12478.0906,59.5555,59.7000,0.0747,0.0000,6,951.0147,322.7618,543.2949,-69.4290,32.1439,54.1068,-6.9144,0.1254,26.4461,0.0000,26.4461,5.5723,26.4461,0.9136,0.0000,25.5325,0.0000,25.5325,6.4980,19.0345,0.0000,19.0345,0.1097,18.9248,0.0000,-3.0284,10.9984,10.9547,6550.3027,6550.3027,6550.3027 -935.5000,1.0000,12494.7362,59.9140,60.1480,0.1244,0.0000,6,956.7395,399.3617,585.5371,-69.1015,40.0119,58.6647,-6.9232,0.2102,34.1645,0.0000,34.1645,5.6372,34.1645,1.0715,0.0000,33.0930,0.0000,33.0930,6.5371,26.5560,0.0000,26.5560,0.1838,26.3721,0.0000,-3.0466,11.0646,18.3541,8143.9524,8143.9524,8143.9524 -936.5000,1.0000,12511.4693,60.2290,60.3300,0.0506,0.0000,6,961.7696,286.6045,624.9805,-68.8138,28.8657,62.9457,-6.9307,0.0858,23.0546,0.0000,23.0546,5.7253,23.0546,0.8523,0.0000,22.2023,0.0000,22.2023,6.5715,15.6308,0.0000,15.6308,0.0751,15.5557,0.0000,-3.0626,11.1228,7.4956,5989.5649,5989.5649,5989.5649 -937.5000,1.0000,12528.2450,60.3825,60.4550,0.0347,0.0000,6,964.2207,261.8215,568.3804,-68.6736,26.4369,57.3911,-6.9342,0.0591,20.6883,0.0000,20.6883,5.6895,20.6883,0.8065,0.0000,19.8818,0.0000,19.8818,6.5882,13.2936,0.0000,13.2936,0.0517,13.2419,0.0000,-3.0704,11.1512,5.1612,5515.6078,5515.6078,5515.6078 -938.5000,1.0000,12545.0154,60.3635,60.2920,-0.0453,0.0000,6,963.9173,138.7873,554.0329,-68.6909,14.0093,55.9247,-6.9337,-0.0770,8.4300,0.0000,8.4300,5.6564,8.4300,0.5611,0.0000,7.8689,0.0000,7.8689,6.5861,1.2828,0.0000,1.2828,-0.0674,1.3501,0.0000,-3.0695,11.1476,-6.7280,3387.9963,3387.9963,3387.9963 -939.5000,1.0000,12561.7079,60.0830,59.8940,-0.1106,0.0000,6,959.4381,40.4851,487.5955,-68.9472,4.0676,48.9898,-6.9273,-0.1872,-1.3651,0.0000,-1.3651,5.6199,-1.3651,0.5542,0.0000,-1.9192,0.0000,-1.9192,6.5555,-8.4748,0.0000,-8.4748,-0.1638,-8.3110,0.0000,-3.0552,11.0958,-16.3516,1666.8966,1666.8966,1666.8966 -940.5000,1.0000,12578.2330,59.4805,59.0870,-0.2242,0.0000,6,949.8171,-69.4929,429.6629,-69.4975,-6.9121,42.7363,-6.9125,-0.3758,-12.1210,0.0000,-12.1210,5.5847,-12.1210,0.6544,0.0000,-12.7754,0.0000,-12.7754,6.4898,-19.2652,5.9263,-25.1915,-0.3287,-24.8627,0.0000,-3.0246,10.9846,-32.8227,0.0000,0.0000,0.0000 -941.5000,1.0000,12594.5340,58.6735,58.2800,-0.2242,0.0000,6,936.9305,-70.2300,375.7255,-70.2347,-6.8906,36.8644,-6.8911,-0.3707,-12.1406,0.0000,-12.1406,5.6207,-12.1406,0.6449,0.0000,-12.7855,0.0000,-12.7855,6.4017,-19.1872,5.6625,-24.8497,-0.3243,-24.5254,0.0000,-2.9835,10.8355,-32.3774,0.0000,0.0000,0.0000 -942.5000,1.0000,12610.6348,57.9530,57.6460,-0.1761,0.0000,6,925.4251,-56.3898,380.3967,-70.8929,-5.4648,36.8644,-6.8702,-0.2877,-10.6755,0.0000,-10.6755,5.4984,-10.6755,0.6216,0.0000,-11.2971,0.0000,-11.2971,6.3231,-17.6202,0.0000,-17.6202,-0.2516,-17.3686,0.0000,-2.9469,10.7025,-25.1242,57.9194,57.9194,57.9194 -943.5000,1.0000,12626.5634,57.3330,57.0400,-0.1683,0.0000,6,915.5246,-44.7382,384.5103,-71.4592,-4.2892,36.8644,-6.8510,-0.2720,-9.4654,0.0000,-9.4654,5.4483,-9.4654,0.6021,0.0000,-10.0675,0.0000,-10.0675,6.2555,-16.3230,0.0000,-16.3230,-0.2379,-16.0851,0.0000,-2.9154,10.5880,-23.7577,237.6527,237.6527,237.6527 -944.5000,1.0000,12642.3186,56.7085,56.3970,-0.1786,0.0000,6,905.5523,-59.3859,388.7447,-72.0297,-5.6315,36.8644,-6.8305,-0.2855,-10.7990,0.0000,-10.7990,5.4529,-10.7990,0.6080,0.0000,-11.4070,0.0000,-11.4070,6.1873,-17.5943,0.0000,-17.5943,-0.2497,-17.3446,0.0000,-2.8836,10.4727,-24.9337,0.0000,0.0000,0.0000 -945.5000,1.0000,12657.8813,56.0160,55.6550,-0.2061,0.0000,6,894.4941,-72.7405,393.5506,-72.7410,-6.8137,36.8644,-6.8137,-0.3254,-11.8305,0.0000,-11.8305,5.3422,-11.8305,0.6102,0.0000,-12.4407,0.0000,-12.4407,6.1118,-18.5525,2.6570,-21.2095,-0.2847,-20.9248,0.0000,-2.8484,10.3448,-28.4212,0.0000,0.0000,0.0000 -946.5000,1.0000,12673.2297,55.2440,54.8530,-0.2228,0.0000,6,882.1664,-73.6181,399.0502,-73.6225,-6.8009,36.8644,-6.8013,-0.3469,-11.7256,0.0000,-11.7256,5.2716,-11.7256,0.6001,0.0000,-12.3257,0.0000,-12.3257,6.0276,-18.3532,4.8532,-23.2064,-0.3034,-22.9030,0.0000,-2.8091,10.2022,-30.2961,0.0000,0.0000,0.0000 -947.5000,1.0000,12688.3440,54.4015,53.9700,-0.2453,0.0000,6,868.7129,-74.5845,405.2301,-74.5845,-6.7851,36.8644,-6.7851,-0.3761,-11.6247,0.0000,-11.6247,5.2157,-11.6247,0.5893,0.0000,-12.2140,0.0000,-12.2140,5.9356,-18.1496,7.7463,-25.8959,-0.3290,-25.5669,0.0000,-2.7663,10.0466,-32.8472,0.0000,0.0000,0.0000 -948.5000,1.0000,12703.2123,53.5160,53.0820,-0.2467,0.0000,6,854.5727,-75.5956,411.9353,-75.5956,-6.7651,36.8644,-6.7651,-0.3721,-11.5120,0.0000,-11.5120,5.1190,-11.5120,0.5780,0.0000,-12.0900,0.0000,-12.0900,5.8390,-17.9290,7.7302,-25.6592,-0.3255,-25.3337,0.0000,-2.7213,9.8831,-32.4955,0.0000,0.0000,0.0000 -949.5000,1.0000,12717.8165,52.5650,52.0680,-0.2817,0.0000,6,839.3866,-76.6815,419.3880,-76.6815,-6.7403,36.8644,-6.7403,-0.4173,-11.3703,0.0000,-11.3703,5.0473,-11.3703,0.5657,0.0000,-11.9360,0.0000,-11.9360,5.7353,-17.6712,12.1062,-29.7775,-0.3650,-29.4124,0.0000,-2.6729,9.7075,-36.4470,0.0000,0.0000,0.0000 -950.5000,1.0000,12732.1490,51.5870,51.1260,-0.2617,0.0000,6,823.7694,-77.7983,427.3388,-77.7983,-6.7113,36.8644,-6.7113,-0.3805,-11.2832,0.0000,-11.2832,4.9524,-11.2832,0.5537,0.0000,-11.8369,0.0000,-11.8369,5.6285,-17.4655,9.1927,-26.6582,-0.3328,-26.3254,0.0000,-2.6232,9.5268,-33.2290,0.0000,0.0000,0.0000 -951.5000,1.0000,12746.2269,50.6705,50.2350,-0.2475,0.0000,6,809.1342,-78.8448,435.0683,-78.8448,-6.6807,36.8644,-6.6807,-0.3535,-11.2288,0.0000,-11.2288,4.9016,-11.2288,0.5429,0.0000,-11.7717,0.0000,-11.7717,5.5286,-17.3002,7.0996,-24.3998,-0.3092,-24.0906,0.0000,-2.5766,9.3576,-30.8716,0.0000,0.0000,0.0000 -952.5000,1.0000,12760.0518,49.7595,49.3040,-0.2586,0.0000,6,794.5869,-80.0785,443.0335,-80.0785,-6.6632,36.8644,-6.6632,-0.3627,-11.1447,0.0000,-11.1447,4.8441,-11.1447,0.5319,0.0000,-11.6766,0.0000,-11.6766,5.4292,-17.1057,8.2300,-25.3358,-0.3173,-25.0185,0.0000,-2.5303,9.1893,-31.6776,0.0000,0.0000,0.0000 -953.5000,1.0000,12773.6143,48.8150,48.3460,-0.2661,0.0000,6,779.5046,-81.6962,451.6056,-81.6962,-6.6688,36.8644,-6.6688,-0.3662,-11.0766,0.0000,-11.0766,4.7740,-11.0766,0.5208,0.0000,-11.5975,0.0000,-11.5975,5.3261,-16.9236,8.8416,-25.7651,-0.3203,-25.4449,0.0000,-2.4822,9.0149,-31.9776,0.0000,0.0000,0.0000 -954.5000,1.0000,12786.8973,47.8090,47.2920,-0.2928,0.0000,6,763.4402,-83.4193,461.1083,-83.4193,-6.6691,36.8644,-6.6691,-0.3945,-10.9751,0.0000,-10.9751,4.7005,-10.9751,0.5088,0.0000,-11.4839,0.0000,-11.4839,5.2163,-16.7003,11.7037,-28.4040,-0.3451,-28.0589,0.0000,-2.4311,8.8291,-34.4570,0.0000,0.0000,0.0000 -955.5000,1.0000,12799.9347,46.9245,46.5770,-0.1986,0.0000,6,749.3160,-84.9342,469.7999,-84.9342,-6.6646,36.8644,-6.6646,-0.2627,-11.0342,0.0000,-11.0342,4.6323,-11.0342,0.4998,0.0000,-11.5340,0.0000,-11.5340,5.1198,-16.6539,0.2383,-16.8921,-0.2298,-16.6624,0.0000,-2.3861,8.6658,-22.9421,0.0000,0.0000,0.0000 -956.5000,1.0000,12812.7483,46.1190,45.6810,-0.2489,0.0000,6,736.4534,-86.3139,478.0053,-86.3139,-6.6566,36.8644,-6.6566,-0.3235,-10.8955,0.0000,-10.8955,4.5624,-10.8955,0.4898,0.0000,-11.3853,0.0000,-11.3853,5.0319,-16.4173,5.9501,-22.3674,-0.2830,-22.0844,0.0000,-2.3451,8.5170,-28.2563,0.0000,0.0000,0.0000 -957.5000,1.0000,12825.2968,45.1645,44.6680,-0.2814,0.0000,6,721.2114,-87.9487,488.1074,-87.9487,-6.6423,36.8644,-6.6423,-0.3582,-10.7775,0.0000,-10.7775,4.4933,-10.7775,0.4785,0.0000,-11.2559,0.0000,-11.2559,4.9278,-16.1837,9.3703,-25.5540,-0.3133,-25.2406,0.0000,-2.2966,8.3408,-31.2848,0.0000,0.0000,0.0000 -958.5000,1.0000,12837.5984,44.2760,43.9040,-0.2122,0.0000,6,707.0233,-89.4681,497.9024,-89.4705,-6.6242,36.8644,-6.6243,-0.2649,-10.7984,0.0000,-10.7984,4.4391,-10.7984,0.4693,0.0000,-11.2677,0.0000,-11.2677,4.8309,-16.0986,1.3385,-17.4371,-0.2317,-17.2054,0.0000,-2.2514,8.1767,-23.1307,0.0000,0.0000,0.0000 -959.5000,1.0000,12849.6700,43.4475,43.0110,-0.2481,0.0000,6,693.7934,-90.8895,507.3969,-90.8895,-6.6035,36.8644,-6.6035,-0.3038,-10.7403,0.0000,-10.7403,4.4406,-10.7403,0.4600,0.0000,-11.2003,0.0000,-11.2003,4.7405,-15.9408,5.0409,-20.9817,-0.2657,-20.7160,0.0000,-2.2093,8.0237,-26.5304,0.0000,0.0000,0.0000 -960.5000,1.0000,12861.3940,42.1965,41.4020,-0.4469,0.0000,6,673.8167,-93.0322,522.4397,-93.0322,-6.5645,36.8644,-6.5645,-0.5316,-10.3963,0.0000,-10.3963,4.3634,-10.3963,0.4437,0.0000,-10.8400,0.0000,-10.8400,4.6040,-15.4439,25.7999,-41.2438,-0.4650,-40.7788,0.0000,-2.1457,7.7927,-46.4258,0.0000,0.0000,0.0000 -961.5000,1.0000,12872.7487,40.8670,40.3520,-0.2917,0.0000,0,630.4850,46.6583,558.3457,-97.6799,3.0806,36.8644,-6.4492,-1.1803,0.0000,0.0000,0.0000,4.2609,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.4589,-4.4589,19.7078,-24.1668,-0.2939,-23.8729,0.0000,-2.0781,7.5471,-29.3419,1257.8962,1257.8962,1257.8962 -962.5000,1.0000,12883.8455,39.9385,39.5450,-0.2242,0.0000,5,733.5965,0.4365,479.8669,-86.6203,0.0335,36.8644,-6.6543,6.0186,-10.1759,0.0000,-10.1759,4.1908,-12.1518,0.4056,0.0000,-12.5573,0.0000,-12.5573,4.3576,-16.9149,0.0000,-16.9149,-0.2207,-16.6942,0.0000,-2.0309,7.3757,-22.0390,894.2390,894.2390,894.2390 -963.5000,1.0000,12894.7222,39.1460,38.7670,-0.2161,0.0000,5,858.6603,-75.3033,409.9743,-75.3033,-6.7712,36.8644,-6.7712,-0.4499,-10.4559,0.0000,-10.4559,4.1347,-10.4559,0.3908,0.0000,-10.8467,0.0000,-10.8467,4.2711,-15.1178,0.6774,-15.7953,-0.2086,-15.5867,0.0000,-1.9906,7.2293,-20.8254,0.0000,0.0000,0.0000 -964.5000,1.0000,12905.5159,38.8475,38.9480,0.0503,0.0000,5,852.1128,211.6134,413.1245,-75.7715,18.8829,36.8644,-6.7613,0.1039,14.6943,0.0000,14.6943,4.0848,14.6943,0.4007,0.0000,14.2936,0.0000,14.2936,4.2386,10.0550,0.0000,10.0550,0.0482,10.0068,0.0000,-1.9754,7.1742,4.8080,4069.0033,4069.0033,4069.0033 -965.5000,1.0000,12916.4745,39.4410,39.9540,0.2794,0.0000,5,865.1311,466.3104,495.3081,-74.8406,42.2460,44.8731,-6.7803,0.5862,37.5068,0.0000,37.5068,4.1530,37.5068,0.5221,0.0000,36.9847,0.0000,36.9847,4.3033,32.6814,0.0000,32.6814,0.2717,32.4096,0.0000,-2.0056,7.2838,27.1314,8485.0148,8485.0148,8485.0148 -966.5000,1.0000,12927.5240,39.7681,39.6023,-0.0977,0.0000,0,876.1643,45.4200,624.7610,-74.0517,4.1674,57.3229,-6.7944,0.0000,0.0000,0.0000,0.0000,4.1674,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.3390,-4.3390,0.0000,-4.3390,-0.0958,-4.2432,0.0000,-2.0222,7.3442,-9.5652,1605.5544,1605.5544,1605.5544 -967.5000,1.0000,12938.7978,40.5755,41.5687,0.5462,0.0000,4,1112.6532,662.5596,662.5596,-74.5399,77.1993,77.1993,-8.6851,16.1590,56.7807,0.0000,56.7807,4.2595,67.2203,1.9773,0.0000,65.2430,0.0000,65.2430,4.7067,60.5363,0.0000,60.5363,0.5464,59.9899,0.0000,-2.0632,7.4933,54.5598,15163.1526,15163.1526,15163.1526 -968.5000,1.0000,12950.7726,43.0995,44.6502,0.8560,0.0000,4,1399.1602,781.3887,781.3887,-91.5621,114.4888,114.4888,-13.4156,4.2977,105.8102,0.0000,105.8102,4.3810,105.8102,2.8122,0.0000,102.9980,0.0000,102.9980,5.5050,97.4930,0.0000,97.4930,0.9096,96.5835,0.0000,-2.1916,7.9594,90.8157,22290.5571,22290.5571,22290.5571 -969.5000,1.0000,12963.4137,45.4981,46.3660,0.4766,0.0000,4,1477.0288,480.1860,854.4364,-96.1803,74.2723,132.1592,-14.8766,2.5262,67.2661,0.0000,67.2661,4.4800,67.2661,2.1039,0.0000,65.1622,0.0000,65.1622,5.1578,60.0044,0.0000,60.0044,0.5346,59.4698,0.0000,-2.3136,8.4024,53.3809,14721.1960,14721.1960,14721.1960 -970.5000,1.0000,12976.5085,47.1310,47.9160,0.4306,0.0000,4,1530.0385,443.6481,765.8069,-99.3242,71.0836,122.7016,-15.9142,2.3640,64.1066,0.0000,64.1066,4.6131,64.1066,2.0848,0.0000,62.0218,0.0000,62.0218,5.2607,56.7611,0.0000,56.7611,0.5003,56.2607,0.0000,-2.3966,8.7039,49.9534,14179.9150,14179.9150,14179.9150 -971.5000,1.0000,12989.9965,48.5470,49.1980,0.3561,0.0000,4,1576.0069,384.6268,761.5407,-102.0505,63.4784,125.6840,-16.8423,2.0140,56.7544,0.0000,56.7544,4.7101,56.7544,1.9769,0.0000,54.7775,0.0000,54.7775,5.2969,49.4807,0.0000,49.4807,0.4262,49.0544,0.0000,-2.4686,8.9654,42.5576,12845.2034,12845.2034,12845.2034 -972.5000,1.0000,13003.6138,49.0121,48.8463,-0.0977,0.0000,0,1577.2074,17.7999,722.8889,-102.1217,2.9399,119.3958,-16.8669,-1.8992,0.0000,0.0000,0.0000,4.8392,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.3476,-5.3476,0.0000,-5.3476,-0.1181,-5.2295,0.0000,-2.4922,9.0513,-11.7886,2659.6316,2659.6316,2659.6316 -973.5000,1.0000,13017.3583,49.4701,50.1140,0.3521,0.0000,5,1328.3100,394.5702,394.5702,-87.3601,54.8848,54.8848,-12.1518,-18.7037,68.6488,0.0000,68.6488,4.9398,56.0803,0.7495,0.0000,55.3307,0.0000,55.3307,5.3976,49.9331,0.0000,49.9331,0.4295,49.5036,0.0000,-2.5155,9.1359,42.8833,11019.1893,11019.1893,11019.1893 -974.5000,1.0000,13031.5254,50.9918,51.8896,0.4932,0.0000,5,1118.4954,703.2900,703.2900,-74.8884,82.3753,82.3753,-8.7716,1.3376,76.0417,0.0000,76.0417,4.9960,76.0417,0.8715,0.0000,75.1702,0.0000,75.1702,5.8127,69.3575,0.0000,69.3575,0.6201,68.7374,0.0000,-2.5929,9.4169,61.9134,16161.5815,16161.5815,16161.5815 -975.5000,1.0000,13046.2299,52.9263,53.9830,0.5815,0.0000,5,1160.9287,802.1337,806.8747,-77.4196,97.5171,98.0935,-9.4121,1.6368,90.7874,0.0000,90.7874,5.0929,90.7874,0.9741,0.0000,89.8133,0.0000,89.8133,6.2101,83.6032,0.0000,83.6032,0.7588,82.8444,0.0000,-2.6913,9.7742,75.7615,19021.5437,19021.5437,19021.5437 -976.5000,1.0000,13061.3504,54.4235,54.8840,0.2503,0.0000,5,1193.7695,430.2504,849.2341,-79.3786,53.7861,106.1638,-9.9232,0.7244,47.8698,0.0000,47.8698,5.1919,47.8698,0.7824,0.0000,47.0875,0.0000,47.0875,5.9380,41.1494,0.0000,41.1494,0.3358,40.8136,0.0000,-2.7674,10.0507,33.5303,10751.3625,10751.3625,10751.3625 -977.5000,1.0000,13076.7312,55.3610,55.8580,0.2706,0.0000,5,1214.3333,452.5275,691.5489,-80.6004,57.5455,87.9406,-10.2495,0.7966,51.5048,0.0000,51.5048,5.2441,51.5048,0.8151,0.0000,50.6897,0.0000,50.6897,6.0403,44.6494,0.0000,44.6494,0.3693,44.2801,0.0000,-2.8151,10.2238,36.8714,11475.1898,11475.1898,11475.1898 -978.5000,1.0000,13092.3851,56.3440,56.8500,0.2756,0.0000,5,1235.8953,458.2646,704.2068,-81.8792,59.3098,91.1403,-10.5970,0.8257,53.1288,0.0000,53.1288,5.3552,53.1288,0.8386,0.0000,52.2902,0.0000,52.2902,6.1476,46.1427,0.0000,46.1427,0.3828,45.7599,0.0000,-2.8651,10.4053,38.2196,11796.1252,11796.1252,11796.1252 -979.5000,1.0000,13108.3165,57.3430,57.8560,0.2794,0.0000,5,1257.8081,462.3613,709.7591,-83.1788,60.9010,93.4876,-10.9561,0.8522,54.6338,0.0000,54.6338,5.4150,54.6338,0.8620,0.0000,53.7718,0.0000,53.7718,6.2566,47.5152,0.0000,47.5152,0.3951,47.1202,0.0000,-2.9159,10.5898,39.4462,12117.6047,12117.6047,12117.6047 -980.5000,1.0000,13124.5006,58.2530,58.6700,0.2261,0.0000,5,1277.7688,402.8726,713.4588,-84.3626,53.9074,95.4662,-11.2884,0.7005,47.7428,0.0000,47.7428,5.4641,47.7428,0.8422,0.0000,46.9006,0.0000,46.9006,6.3559,40.5447,0.0000,40.5447,0.3247,40.2200,0.0000,-2.9621,10.7579,32.4242,10807.9428,10807.9428,10807.9428 -981.5000,1.0000,13140.9005,59.0295,59.4090,0.2053,0.0000,5,1294.8012,380.1331,691.2033,-85.3727,51.5427,93.7211,-11.5758,0.6445,45.3107,0.0000,45.3107,5.5875,45.3107,0.8426,0.0000,44.4681,0.0000,44.4681,6.4406,38.0275,0.0000,38.0275,0.2988,37.7288,0.0000,-3.0016,10.9013,29.8291,10373.7272,10373.7272,10373.7272 -982.5000,1.0000,13157.4773,59.6665,59.9440,0.1486,0.0000,5,1308.7737,317.0992,683.2381,-86.2014,43.4599,93.6408,-11.8143,0.4716,37.3548,0.0000,37.3548,5.6335,37.3548,0.8133,0.0000,36.5415,0.0000,36.5415,6.5101,30.0314,0.0000,30.0314,0.2186,29.8128,0.0000,-3.0340,11.0189,21.8279,8862.8269,8862.8269,8862.8269 -983.5000,1.0000,13174.1238,59.9175,59.9110,-0.0092,0.0000,5,1314.2793,141.9988,655.4826,-86.5280,19.5434,90.2147,-11.9089,-0.0292,13.8905,0.0000,13.8905,5.6822,13.8905,0.7001,0.0000,13.1904,0.0000,13.1904,6.5375,6.6529,0.0000,6.6529,-0.0135,6.6664,0.0000,-3.0468,11.0653,-1.3521,4414.0089,4414.0089,4414.0089 -984.5000,1.0000,13190.6919,59.6350,59.3790,-0.1478,0.0000,5,1308.0827,-11.1519,578.2964,-86.1604,-1.5276,79.2163,-11.8024,-0.4687,-6.7297,0.0000,-6.7297,5.6708,-6.7297,0.6942,0.0000,-7.4239,0.0000,-7.4239,6.5066,-13.9306,0.0000,-13.9306,-0.2173,-13.7133,0.0000,-3.0324,11.0131,-21.6940,1473.0847,1473.0847,1473.0847 -985.5000,1.0000,13207.1494,59.2370,59.1150,-0.0733,0.0000,5,1299.3527,70.8038,513.0404,-85.6427,9.6341,69.8083,-11.6532,-0.2310,4.2498,0.0000,4.2498,5.6153,4.2498,0.6599,0.0000,3.5900,0.0000,3.5900,6.4632,-2.8733,0.0000,-2.8733,-0.1071,-2.7662,0.0000,-3.0122,10.9396,-10.6936,2828.0592,2828.0592,2828.0592 -986.5000,1.0000,13223.5656,59.0885,59.0820,-0.0092,0.0000,5,1296.0954,142.0384,548.5924,-85.4495,19.2784,74.4587,-11.5978,-0.0288,13.6934,0.0000,13.6934,5.6138,13.6934,0.6855,0.0000,13.0079,0.0000,13.0079,6.4470,6.5609,0.0000,6.5609,-0.0134,6.5742,0.0000,-3.0046,10.9122,-1.3333,4345.5771,4345.5771,4345.5771 -987.5000,1.0000,13240.0090,59.1860,59.3100,0.0633,0.0000,5,1298.2340,222.8433,580.8880,-85.5763,30.2957,78.9722,-11.6342,0.1994,24.4389,0.0000,24.4389,5.6574,24.4389,0.7408,0.0000,23.6981,0.0000,23.6981,6.4577,17.2404,0.0000,17.2404,0.0924,17.1480,0.0000,-3.0096,10.9302,9.2274,6396.2309,6396.2309,6396.2309 -988.5000,1.0000,13256.5491,59.5345,59.7790,0.1303,0.0000,5,1305.8783,296.8989,617.7699,-86.0297,40.6013,84.4808,-11.7647,0.4125,34.5440,0.0000,34.5440,5.6448,34.5440,0.7971,0.0000,33.7469,0.0000,33.7469,6.4957,27.2512,0.0000,27.2512,0.1912,27.0600,0.0000,-3.0273,10.9945,19.0927,8321.4643,8321.4643,8321.4643 -989.5000,1.0000,13273.2406,60.0795,60.4000,0.1725,0.0000,5,1317.8328,343.8942,651.4802,-86.7387,47.4585,89.9063,-11.9702,0.5512,41.2022,0.0000,41.2022,5.7051,41.2022,0.8393,0.0000,40.3629,0.0000,40.3629,6.5551,33.8077,0.0000,33.8077,0.2555,33.5522,0.0000,-3.0550,11.0952,25.5120,9608.6618,9608.6618,9608.6618 -990.5000,1.0000,13290.1116,60.7255,61.0710,0.1864,0.0000,5,1332.0027,358.8432,673.4393,-87.5791,50.0540,93.9360,-12.2161,0.6020,43.7567,0.0000,43.7567,5.6953,43.7567,0.8628,0.0000,42.8938,0.0000,42.8938,6.6256,36.2682,0.0000,36.2682,0.2791,35.9891,0.0000,-3.0879,11.2145,27.8625,10085.2951,10085.2951,10085.2951 -991.5000,1.0000,13307.1712,61.4045,61.7580,0.1908,0.0000,5,1346.8964,364.0363,682.2345,-88.4624,51.3461,96.2269,-12.4773,0.6232,44.9321,0.0000,44.9321,5.7908,44.9321,0.8801,0.0000,44.0520,0.0000,44.0520,6.6997,37.3523,0.0000,37.3523,0.2889,37.0634,0.0000,-3.1224,11.3399,28.8459,10338.1822,10338.1822,10338.1822 -992.5000,1.0000,13324.4092,62.0470,62.3560,0.1661,0.0000,5,1360.9895,336.8851,686.4200,-89.2982,48.0137,97.8303,-12.7270,0.5482,41.5732,0.0000,41.5732,5.8924,41.5732,0.8741,0.0000,40.6991,0.0000,40.6991,6.7698,33.9292,0.0000,33.9292,0.2541,33.6751,0.0000,-3.1551,11.4585,25.3717,9715.8608,9715.8608,9715.8608 -993.5000,1.0000,13341.8094,62.6305,62.9250,0.1581,0.0000,5,1373.7885,327.1987,678.1423,-90.0573,47.0717,97.5594,-12.9559,0.5265,40.7071,0.0000,40.7071,5.8381,40.7071,0.8797,0.0000,39.8274,0.0000,39.8274,6.8335,32.9939,0.0000,32.9939,0.2441,32.7498,0.0000,-3.1847,11.5663,24.3683,9554.8768,9554.8768,9554.8768 -994.5000,1.0000,13359.3619,63.1790,63.4530,0.1467,0.0000,5,1385.8197,314.8200,676.5789,-90.7709,45.6875,98.1870,-13.1729,0.4928,39.2691,0.0000,39.2691,5.9256,39.2691,0.8819,0.0000,38.3872,0.0000,38.3872,6.8933,31.4939,0.0000,31.4939,0.2285,31.2654,0.0000,-3.2126,11.6676,22.8104,9317.3222,9317.3222,9317.3222 -995.5000,1.0000,13377.0256,63.5795,63.7260,0.0758,0.0000,5,1394.6046,236.7123,672.2073,-91.2919,34.5701,98.1709,-13.3325,0.2564,28.2670,0.0000,28.2670,6.0466,28.2670,0.8338,0.0000,27.4333,0.0000,27.4333,6.9370,20.4962,0.0000,20.4962,0.1189,20.3774,0.0000,-3.2330,11.7416,11.8688,7269.3205,7269.3205,7269.3205 -996.5000,1.0000,13394.7358,63.7465,63.7870,0.0169,0.0000,5,1398.2677,185.7433,641.7910,-91.5091,27.1977,93.9750,-13.3993,0.0574,18.9619,0.0000,18.9619,8.1784,18.9619,0.7901,0.0000,18.1718,0.0000,18.1718,6.9552,11.2165,0.0000,11.2165,0.0266,11.1899,0.0000,-3.2415,11.7724,2.6590,5918.8060,5918.8060,5918.8060 -997.5000,1.0000,13412.4638,63.8110,63.8550,0.0189,0.0000,5,1399.6825,187.9507,622.5897,-91.5930,27.5488,91.2557,-13.4252,0.0641,19.2915,0.0000,19.2915,8.1931,19.2915,0.7929,0.0000,18.4986,0.0000,18.4986,6.9623,11.5364,0.0000,11.5364,0.0297,11.5066,0.0000,-3.2448,11.7843,2.9671,5983.9063,5983.9063,5983.9063 -998.5000,1.0000,13430.2158,63.8970,63.9590,0.0289,0.0000,5,1401.5689,199.1179,624.1510,-91.7049,29.2249,91.6079,-13.4597,0.0982,20.9147,0.0000,20.9147,8.2120,20.9147,0.8025,0.0000,20.1123,0.0000,20.1123,6.9717,13.1406,0.0000,13.1406,0.0455,13.0951,0.0000,-3.2491,11.8002,4.5440,6286.7095,6286.7095,6286.7095 -999.5000,1.0000,13448.0034,64.0255,64.1120,0.0425,0.0000,5,1404.3876,214.2606,629.4600,-91.8721,31.5107,92.5729,-13.5114,0.1447,23.1352,0.0000,23.1352,8.2307,23.1352,0.8158,0.0000,22.3194,0.0000,22.3194,6.9857,15.3337,0.0000,15.3337,0.0671,15.2667,0.0000,-3.2557,11.8239,6.6984,6714.3409,6714.3409,6714.3409 -1000.5000,1.0000,13465.8454,64.2210,64.3500,0.0661,0.0000,5,1408.6758,240.4651,636.8453,-92.1264,35.4725,93.9450,-13.5901,0.2258,26.9962,0.0000,26.9962,8.2505,26.9962,0.8385,0.0000,26.1577,0.0000,26.1577,7.0070,19.1506,0.0000,19.1506,0.1047,19.0460,0.0000,-3.2656,11.8600,10.4516,7449.9083,7449.9083,7449.9083 -1001.5000,1.0000,13483.7683,64.5125,64.6950,0.0958,0.0000,5,1415.0698,273.9969,648.9882,-92.5056,40.6024,96.1708,-13.7080,0.3288,31.9120,0.0000,31.9120,8.3617,31.9120,0.8682,0.0000,31.0438,0.0000,31.0438,7.0388,24.0050,0.0000,24.0050,0.1524,23.8526,0.0000,-3.2804,11.9139,15.2191,8395.5866,8395.5866,8395.5866 -1002.5000,1.0000,13501.7852,64.8510,65.0270,0.0922,0.0000,5,1422.4947,269.1279,663.2252,-92.9460,40.0902,98.7962,-13.8455,0.3181,31.4964,0.0000,31.4964,8.2757,31.4964,0.8720,0.0000,30.6244,0.0000,30.6244,7.0758,23.5487,0.0000,23.5487,0.1475,23.4012,0.0000,-3.2976,11.9764,14.7225,8299.1179,8299.1179,8299.1179 -1003.5000,1.0000,13519.8999,65.2030,65.3990,0.1033,0.0000,5,1430.2158,281.3086,663.4286,-93.4039,42.1321,99.3629,-13.9893,0.3583,33.4800,0.0000,33.4800,8.2938,33.4800,0.8881,0.0000,32.5919,0.0000,32.5919,7.1142,25.4778,0.0000,25.4778,0.1661,25.3117,0.0000,-3.3155,12.0414,16.5858,8692.2059,8692.2059,8692.2059 -1004.5000,1.0000,13538.1066,65.5340,65.6890,0.0806,0.0000,5,1437.4762,241.4586,669.1065,-93.8345,36.3473,100.7220,-14.1251,0.2808,29.9221,0.0000,29.9221,6.1444,29.9221,0.8761,0.0000,29.0460,0.0000,29.0460,7.1503,21.8957,0.0000,21.8957,0.1302,21.7656,0.0000,-3.3324,12.1025,12.9955,7617.8343,7617.8343,7617.8343 -1005.5000,1.0000,13556.4402,65.9910,66.3130,0.1733,0.0000,5,1447.5004,344.6606,658.9470,-94.4290,52.2443,99.8844,-14.3137,0.6083,45.4328,0.0000,45.4328,6.2032,45.4328,0.9617,0.0000,44.4711,0.0000,44.4711,7.2001,37.2709,0.0000,37.2709,0.2820,36.9889,0.0000,-3.3556,12.1869,28.1576,10587.8137,10587.8137,10587.8137 -1006.5000,1.0000,13574.9705,66.6990,67.1050,0.2200,0.0000,5,1463.0303,396.5385,700.5596,-95.3501,60.7529,107.3315,-14.6084,0.7804,53.7028,0.0000,53.7028,6.2697,53.7028,1.0157,0.0000,52.6872,0.0000,52.6872,7.2774,45.4098,0.0000,45.4098,0.3618,45.0480,0.0000,-3.3916,12.3177,36.1220,12239.9996,12239.9996,12239.9996 -1007.5000,1.0000,13593.8033,67.7880,68.4910,0.3850,0.0000,5,1486.9173,579.8322,726.8765,-96.7668,90.2854,113.1817,-15.0675,1.3880,82.5900,0.0000,82.5900,6.3075,82.5900,1.1797,0.0000,81.4103,0.0000,81.4103,7.4495,73.9607,0.0000,73.9607,0.6435,73.3173,0.0000,-3.4470,12.5188,64.2455,17671.0588,17671.0588,17671.0588 -1008.5000,1.0000,13613.0261,69.1920,69.9130,0.3950,0.0000,5,1517.7138,591.7060,793.3127,-98.5932,94.0426,126.0849,-15.6699,1.4536,86.0656,0.0000,86.0656,6.5234,86.0656,1.2226,0.0000,84.8429,0.0000,84.8429,7.6300,77.2129,0.0000,77.2129,0.6738,76.5391,0.0000,-3.5184,12.7781,67.2794,18405.7866,18405.7866,18405.7866 -1009.5000,1.0000,13632.5311,70.2080,70.5230,0.1694,0.0000,5,1539.9996,340.2909,796.6066,-99.9150,54.8782,128.4674,-16.1131,0.6327,47.6835,0.0000,47.6835,6.5619,47.6835,1.0495,0.0000,46.6340,0.0000,46.6340,7.6602,38.9738,0.0000,38.9738,0.2933,38.6805,0.0000,-3.5701,12.9657,29.2849,11179.9746,11179.9746,11179.9746 -1010.5000,1.0000,13652.2244,70.8860,71.2690,0.2072,0.0000,5,1554.8714,382.7511,719.4106,-100.7970,62.3217,117.1386,-16.4123,0.7812,54.8404,0.0000,54.8404,6.7001,54.8404,1.0979,0.0000,53.7425,0.0000,53.7425,7.7342,46.0083,0.0000,46.0083,0.3622,45.6462,0.0000,-3.6045,13.0909,36.1598,12603.5402,12603.5402,12603.5402 -1011.5000,1.0000,13672.0812,71.4745,71.7000,0.1197,0.0000,5,1567.7800,285.5376,733.9426,-101.5626,46.8789,120.4969,-16.6743,0.4551,39.6723,0.0000,39.6723,6.7515,39.6723,1.0331,0.0000,38.6392,0.0000,38.6392,7.7984,30.8408,0.0000,30.8408,0.2110,30.6298,0.0000,-3.6345,13.1996,21.0647,9725.6080,9725.6080,9725.6080 -1012.5000,1.0000,13691.9490,71.5141,71.3483,-0.0977,0.0000,0,1492.7671,-2.9929,639.6727,-97.1137,-0.4679,99.9950,-15.1810,-7.3099,0.0000,0.0000,0.0000,6.8421,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,7.8028,-7.8027,0.0000,-7.8027,-0.1723,-7.6304,0.0000,-3.6365,13.2069,-17.2008,2084.7168,2084.7168,2084.7168 -1013.5000,1.0000,13711.6492,70.9106,70.4930,-0.2376,0.0000,6,1269.2691,-83.8585,416.6178,-83.8585,-11.1463,55.3758,-11.1463,-11.2055,-5.8820,0.0000,-5.8820,5.9412,-5.2474,0.7310,0.0000,-5.9784,0.0000,-5.9784,7.7369,-13.7153,18.6802,-32.3955,-0.4153,-31.9802,0.0000,-3.6058,13.0954,-41.4698,0.0000,0.0000,0.0000 -1014.5000,1.0000,13731.0929,69.9875,69.5020,-0.2753,0.0000,6,1117.5986,-74.8349,418.7357,-74.8349,-8.7583,49.0066,-8.7583,-0.5431,-13.2686,0.0000,-13.2686,5.0533,-13.2686,0.7989,0.0000,-14.0675,0.0000,-14.0675,7.6362,-21.7037,16.7134,-38.4171,-0.4750,-37.9421,0.1183,-3.5588,12.9250,-47.4265,0.0000,0.0000,0.0000 -1015.5000,1.0000,13750.2261,68.8695,68.2570,-0.3458,0.0000,6,1099.7458,-73.7669,421.1699,-73.7669,-8.4954,48.5041,-8.4954,-0.6713,-12.7740,0.0000,-12.7740,4.9500,-12.7740,0.7793,0.0000,-13.5533,0.0000,-13.5533,7.5142,-21.0675,28.7508,-49.8182,-0.5872,-49.2310,0.1829,-3.5020,12.7185,-58.6304,0.0000,0.0000,0.0000 -1016.5000,1.0000,13769.0100,67.6120,66.9870,-0.3528,0.0000,6,1079.6653,-72.3295,415.4332,-72.3295,-8.1777,46.9698,-8.1777,-0.6723,-12.4150,0.0000,-12.4150,4.9095,-12.4150,0.7593,0.0000,-13.1743,0.0000,-13.1743,7.3770,-20.5513,29.5247,-50.0760,-0.5881,-49.4879,0.1795,-3.4380,12.4863,-58.7157,0.0000,0.0000,0.0000 -1017.5000,1.0000,13787.4779,66.4745,65.9820,-0.2792,0.0000,6,1061.5011,-71.0292,412.3571,-71.0292,-7.8956,45.8377,-7.8956,-0.5231,-12.0968,0.0000,-12.0968,4.7243,-12.0968,0.7414,0.0000,-12.8382,0.0000,-12.8382,7.2529,-20.0911,17.0885,-37.1796,-0.4575,-36.7221,0.0642,-3.3802,12.2762,-45.6823,0.0000,0.0000,0.0000 -1018.5000,1.0000,13805.8174,66.0120,66.0620,0.0222,0.0000,6,1054.1157,228.9048,417.4222,-70.5006,25.2681,46.0779,-7.7823,0.0413,20.5436,0.0000,20.5436,4.6831,20.5436,0.8598,0.0000,19.6838,0.0000,19.6838,7.2024,12.4814,0.0000,12.4814,0.0362,12.4452,0.0000,-3.3567,12.1908,3.6111,5303.7500,5303.7500,5303.7500 -1019.5000,1.0000,13824.2127,66.2130,66.3840,0.0894,0.0000,6,1057.3253,331.8525,566.6023,-70.7303,36.7437,62.7358,-7.8315,0.1669,31.8993,0.0000,31.8993,4.6774,31.8993,1.0890,0.0000,30.8103,0.0000,30.8103,7.2244,23.5860,0.0000,23.5860,0.1460,23.4399,0.0000,-3.3669,12.2279,14.5789,7471.1890,7471.1890,7471.1890 -1020.5000,1.0000,13842.7586,66.7555,67.1470,0.2119,0.0000,6,1065.9883,519.2537,619.9065,-71.3504,57.9643,69.2002,-7.9649,0.3988,52.9096,0.0000,52.9096,4.6559,52.9096,1.5148,0.0000,51.3948,0.0000,51.3948,7.2836,44.1112,0.0000,44.1112,0.3488,43.7624,0.0000,-3.3945,12.3281,34.8288,11533.6754,11533.6754,11533.6754 -1021.5000,1.0000,13861.5511,67.6430,68.1590,0.2811,0.0000,6,1080.1604,625.8117,712.3513,-72.3649,70.7881,80.5770,-8.1855,0.5360,65.4863,0.0000,65.4863,4.7659,65.4863,1.7756,0.0000,63.7107,0.0000,63.7107,7.3804,56.3303,0.0000,56.3303,0.4688,55.8614,0.0000,-3.4396,12.4920,46.8091,13983.9387,13983.9387,13983.9387 -1022.5000,1.0000,13880.6239,68.6520,69.1650,0.2794,0.0000,6,1096.2726,623.3222,764.4564,-73.5183,71.5583,87.7607,-8.4400,0.5408,66.1765,0.0000,66.1765,4.8410,66.1765,1.8000,0.0000,64.3765,0.0000,64.3765,7.4905,56.8860,0.0000,56.8860,0.4730,56.4130,0.0000,-3.4909,12.6783,47.2256,14127.0842,14127.0842,14127.0842 -1023.5000,1.0000,13900.0227,69.8258,70.5067,0.3727,0.0000,6,1115.0170,765.9765,765.9765,-74.6809,89.4387,89.4387,-8.7201,0.7335,83.8532,0.0000,83.8532,4.8521,83.8532,2.1660,0.0000,81.6871,0.0000,81.6871,7.6409,74.0462,0.0000,74.0462,0.6416,73.4046,0.0000,-3.5506,12.8951,64.0601,17472.3413,17472.3413,17472.3413 -1024.5000,1.0000,13919.7384,70.9663,71.4460,0.2609,0.0000,6,1133.2292,594.3953,832.1543,-75.7673,70.5378,98.7530,-8.9914,0.5219,65.0821,0.0000,65.0821,4.9338,65.0821,1.8029,0.0000,63.2792,0.0000,63.2792,7.7430,55.5362,0.0000,55.5362,0.4565,55.0797,0.0000,-3.6086,13.1057,45.5826,13967.0165,13967.0165,13967.0165 -1025.5000,1.0000,13939.6542,71.6870,71.9480,0.1394,0.0000,6,1144.7372,408.0802,754.1489,-76.4537,48.9193,90.4048,-9.1650,0.2818,43.6514,0.0000,43.6514,4.9861,43.6514,1.3821,0.0000,42.2693,0.0000,42.2693,7.8216,34.4477,0.0000,34.4477,0.2465,34.2013,0.0000,-3.6453,13.2388,24.6077,9804.7984,9804.7984,9804.7984 -1026.5000,1.0000,13959.7474,72.3255,72.7230,0.2153,0.0000,6,1154.9331,524.6023,671.3082,-77.0619,63.4477,81.1909,-9.3202,0.4389,57.9577,0.0000,57.9577,5.0511,57.9577,1.6752,0.0000,56.2825,0.0000,56.2825,7.8913,48.3912,0.0000,48.3912,0.3839,48.0073,0.0000,-3.6777,13.3567,38.3283,12553.6102,12553.6102,12553.6102 -1027.5000,1.0000,13980.0535,73.0920,73.4810,0.2106,0.0000,6,1167.1730,516.8811,725.9381,-77.7921,63.1763,88.7286,-9.5082,0.4338,57.6993,0.0000,57.6993,5.0433,57.6993,1.6785,0.0000,56.0208,0.0000,56.0208,7.9749,48.0459,0.0000,48.0459,0.3794,47.6665,0.0000,-3.7167,13.4983,37.8849,12515.2129,12515.2129,12515.2129 -1028.5000,1.0000,14000.5814,73.8905,74.3200,0.2331,0.0000,6,1179.9238,551.9137,724.4691,-78.5527,68.1952,89.5164,-9.7061,0.4854,62.5507,0.0000,62.5507,5.1591,62.5507,1.7843,0.0000,60.7664,0.0000,60.7664,8.0620,52.7044,0.0000,52.7044,0.4246,52.2798,0.0000,-3.7573,13.6457,42.3914,13508.1775,13508.1775,13508.1775 -1029.5000,1.0000,14021.3302,74.6855,75.0710,0.2086,0.0000,6,1192.6188,514.2663,741.5662,-79.3100,64.2271,92.6148,-9.9051,0.4392,58.5952,0.0000,58.5952,5.1928,58.5952,1.7141,0.0000,56.8811,0.0000,56.8811,8.1488,48.7323,0.0000,48.7323,0.3841,48.3482,0.0000,-3.7977,13.7926,38.3533,12757.6068,12757.6068,12757.6068 -1030.5000,1.0000,14042.2644,75.3530,75.6550,0.1622,0.0000,6,1203.2778,443.1883,725.6751,-79.9447,55.8448,91.4401,-10.0736,0.3446,50.2532,0.0000,50.2532,5.2471,50.2532,1.5548,0.0000,48.6984,0.0000,48.6984,8.2216,40.4768,0.0000,40.4768,0.3014,40.1754,0.0000,-3.8317,13.9158,30.0912,11155.6849,11155.6849,11155.6849 -1031.5000,1.0000,14063.3162,75.7765,75.9180,0.0731,0.0000,6,1210.0405,306.2059,694.1637,-80.3458,38.8009,87.9611,-10.1810,0.1560,33.3951,0.0000,33.3951,5.2498,33.3951,1.2224,0.0000,32.1727,0.0000,32.1727,8.2678,23.9049,0.0000,23.9049,0.1365,23.7684,0.0000,-3.8532,13.9940,13.6275,7915.6323,7915.6323,7915.6323 -1032.5000,1.0000,14084.4283,75.9935,76.0890,0.0475,0.0000,6,1213.5057,267.0702,633.6451,-80.5513,33.9387,80.5224,-10.2363,0.1017,28.5645,0.0000,28.5645,5.2725,28.5645,1.1282,0.0000,27.4362,0.0000,27.4362,8.2915,19.1447,0.0000,19.1447,0.0890,19.0557,0.0000,-3.8642,14.0341,8.8859,6993.1249,6993.1249,6993.1249 -1033.5000,1.0000,14105.6056,76.2285,76.3880,0.0831,0.0000,6,1217.2583,321.2772,617.4633,-80.7738,40.9535,78.7087,-10.2963,0.1785,35.5301,0.0000,35.5301,5.2450,35.5301,1.2702,0.0000,34.2599,0.0000,34.2599,8.3171,25.9427,0.0000,25.9427,0.1561,25.7866,0.0000,-3.8762,14.0775,15.5853,8322.5496,8322.5496,8322.5496 -1034.5000,1.0000,14126.8666,76.5295,76.6910,0.0842,0.0000,6,1222.0648,323.0348,642.2914,-81.0589,41.3402,82.1968,-10.3735,0.1816,35.8874,0.0000,35.8874,5.2712,35.8874,1.2808,0.0000,34.6066,0.0000,34.6066,8.3500,26.2566,0.0000,26.2566,0.1588,26.0978,0.0000,-3.8915,14.1331,15.8562,8396.4093,8396.4093,8396.4093 -1035.5000,1.0000,14148.2728,77.0525,77.4340,0.2064,0.0000,6,1230.4164,510.7270,646.1441,-81.5542,65.8066,83.2550,-10.5082,0.4483,60.0276,0.0000,60.0276,5.3307,60.0276,1.7696,0.0000,58.2581,0.0000,58.2581,8.4070,49.8510,0.0000,49.8510,0.3921,49.4589,0.0000,-3.9181,14.2297,39.1473,13074.2187,13074.2187,13074.2187 -1036.5000,1.0000,14169.8619,77.7105,78.0070,0.1592,0.0000,6,1240.9237,438.4599,728.5228,-82.1774,56.9775,94.6710,-10.6789,0.3486,51.2328,0.0000,51.2328,5.3960,51.2328,1.6012,0.0000,49.6316,0.0000,49.6316,8.4788,41.1528,0.0000,41.1528,0.3050,40.8478,0.0000,-3.9515,14.3512,30.4482,11358.8954,11358.8954,11358.8954 -1037.5000,1.0000,14191.6152,78.3020,78.6170,0.1694,0.0000,6,1250.3691,453.9986,698.7809,-82.7376,59.4458,91.4972,-10.8335,0.3740,53.6671,0.0000,53.6671,5.4048,53.6671,1.6568,0.0000,52.0103,0.0000,52.0103,8.5434,43.4669,0.0000,43.4669,0.3271,43.1398,0.0000,-3.9816,14.4604,32.6610,11823.0419,11823.0419,11823.0419 -1038.5000,1.0000,14213.5251,78.8655,79.1340,0.1436,0.0000,6,1259.3674,414.5001,706.4083,-83.2712,54.6645,93.1616,-10.9819,0.3192,48.8868,0.0000,48.8868,5.4585,48.8868,1.5677,0.0000,47.3191,0.0000,47.3191,8.6048,38.7142,0.0000,38.7142,0.2792,38.4350,0.0000,-4.0103,14.5645,27.8807,10934.2537,10934.2537,10934.2537 -1039.5000,1.0000,14235.5452,79.2625,79.4110,0.0769,0.0000,6,1265.7069,312.4568,689.7056,-83.6472,41.4144,91.4167,-11.0870,0.1719,35.7283,0.0000,35.7283,5.5142,35.7283,1.3092,0.0000,34.4191,0.0000,34.4191,8.6482,25.7710,0.0000,25.7710,0.1504,25.6206,0.0000,-4.0305,14.6378,15.0132,8435.2051,8435.2051,8435.2051 -1040.5000,1.0000,14257.6401,79.5315,79.6720,0.0725,0.0000,6,1270.0024,305.6527,646.8255,-83.9020,40.6501,86.0241,-11.1585,0.1625,34.9539,0.0000,34.9539,5.5336,34.9539,1.2968,0.0000,33.6571,0.0000,33.6571,8.6775,24.9796,0.0000,24.9796,0.1422,24.8374,0.0000,-4.0441,14.6875,14.1941,8301.8067,8301.8067,8301.8067 -1041.5000,1.0000,14279.8088,79.7975,79.9430,0.0753,0.0000,6,1274.2500,310.1940,644.7493,-84.1539,41.3920,86.0348,-11.2294,0.1693,35.6343,0.0000,35.6343,5.5884,35.6343,1.3136,0.0000,34.3208,0.0000,34.3208,8.7065,25.6142,0.0000,25.6142,0.1481,25.4661,0.0000,-4.0577,14.7366,14.7872,8438.2246,8438.2246,8438.2246 -1042.5000,1.0000,14302.0430,80.0330,80.1430,0.0556,0.0000,6,1278.0106,279.8306,647.1033,-84.3769,37.4506,86.6038,-11.2924,0.1253,31.7359,0.0000,31.7359,5.5893,31.7359,1.2384,0.0000,30.4976,0.0000,30.4976,8.7322,21.7653,0.0000,21.7653,0.1096,21.6557,0.0000,-4.0696,14.7801,10.9453,7708.4508,7708.4508,7708.4508 -1043.5000,1.0000,14324.3241,80.2020,80.2810,0.0383,0.0000,6,1280.7093,253.5596,634.4811,-84.5370,34.0063,85.0938,-11.3377,0.0867,28.2994,0.0000,28.2994,5.6203,28.2994,1.1716,0.0000,27.1277,0.0000,27.1277,8.7507,18.3771,0.0000,18.3771,0.0758,18.3013,0.0000,-4.0782,14.8113,7.5682,7059.4015,7059.4015,7059.4015 -1044.5000,1.0000,14346.6438,80.3410,80.4210,0.0389,0.0000,6,1282.9290,254.5919,623.7854,-84.6686,34.2039,83.8043,-11.3751,0.0881,28.4622,0.0000,28.4622,5.6536,28.4622,1.1765,0.0000,27.2857,0.0000,27.2857,8.7658,18.5199,0.0000,18.5199,0.0770,18.4428,0.0000,-4.0853,14.8370,7.6912,7100.3960,7100.3960,7100.3960 -1045.5000,1.0000,14368.9716,80.3700,80.3390,-0.0228,0.0000,6,1283.3920,160.3769,623.3958,-84.6961,21.5541,83.7822,-11.3829,-0.0516,15.8986,0.0000,15.8986,5.7071,15.8986,0.9256,0.0000,14.9730,0.0000,14.9730,8.7690,6.2040,0.0000,6.2040,-0.0451,6.2491,0.0000,-4.0868,14.8424,-4.5065,4749.2293,4749.2293,4749.2293 -1046.5000,1.0000,14391.2924,80.3450,80.3710,0.0089,0.0000,6,1282.9928,208.8309,583.7262,-84.6724,28.0574,78.4263,-11.3761,0.0201,22.3485,0.0000,22.3485,5.6888,22.3485,1.0543,0.0000,21.2942,0.0000,21.2942,8.7663,12.5279,0.0000,12.5279,0.0176,12.5103,0.0000,-4.0855,14.8377,1.7581,5955.0550,5955.0550,5955.0550 -1047.5000,1.0000,14413.6167,80.3575,80.3640,-0.0019,0.0000,6,1283.1924,192.4084,604.2158,-84.6843,25.8550,81.1919,-11.3795,-0.0044,20.1434,0.0000,20.1434,5.7160,20.1434,1.0103,0.0000,19.1330,0.0000,19.1330,8.7676,10.3654,0.0000,10.3654,-0.0039,10.3693,0.0000,-4.0861,14.8400,-0.3846,5557.4091,5557.4091,5557.4091 -1048.5000,1.0000,14435.9235,80.2945,80.2450,-0.0331,0.0000,6,1282.1864,159.4036,596.5050,-84.6246,21.4032,80.0929,-11.3626,-0.0748,13.7896,0.0000,13.7896,7.6884,13.7896,0.8825,0.0000,12.9071,0.0000,12.9071,8.7608,4.1463,0.0000,4.1463,-0.0654,4.2118,0.0000,-4.0829,14.8284,-6.5337,4718.9895,4718.9895,4718.9895 -1049.5000,1.0000,14458.1696,80.0760,79.9270,-0.0883,0.0000,6,1278.6973,75.8174,580.7083,-84.4177,10.1523,77.7597,-11.3039,-0.1994,2.6450,0.0000,2.6450,7.7067,2.6450,0.7786,0.0000,1.8665,0.0000,1.8665,8.7369,-6.8705,0.0000,-6.8705,-0.1744,-6.6961,0.0000,-4.0718,14.7881,-17.4123,2859.8123,2859.8123,2859.8123 -1050.5000,1.0000,14480.2608,79.5180,79.1290,-0.2217,0.0000,6,1269.7868,-83.8892,540.1024,-83.8892,-11.1549,71.8184,-11.1549,-0.4968,-18.3396,0.0000,-18.3396,7.6816,-18.3396,0.9805,0.0000,-19.3201,0.0000,-19.3201,8.6760,-27.9961,5.1874,-33.1836,-0.4346,-32.7490,0.0000,-4.0435,14.6850,-43.3905,0.0000,0.0000,0.0000 -1051.5000,1.0000,14502.1270,78.7085,78.3080,-0.2281,0.0000,6,1256.8603,-83.1226,466.3262,-83.1226,-10.9404,61.3770,-10.9404,-0.5060,-18.0354,0.0000,-18.0354,7.6010,-18.0354,0.9659,0.0000,-19.0014,0.0000,-19.0014,8.5877,-27.5891,6.5069,-34.0960,-0.4426,-33.6535,0.0000,-4.0023,14.5355,-44.1867,0.0000,0.0000,0.0000 -1052.5000,1.0000,14523.7713,77.9095,77.5310,-0.2158,0.0000,6,1244.1014,-82.3631,463.1014,-82.3658,-10.7304,60.3338,-10.7308,-0.4740,-17.7859,0.0000,-17.7859,7.5295,-17.7859,0.9522,0.0000,-18.7381,0.0000,-18.7381,8.5005,-27.2386,4.1437,-31.3824,-0.4146,-30.9678,0.0000,-3.9617,14.3880,-41.3941,0.0000,0.0000,0.0000 -1053.5000,1.0000,14545.2301,77.2415,76.9720,-0.1553,0.0000,6,1233.4344,-23.4993,461.5647,-81.7332,-3.0353,59.6180,-10.5571,-0.3381,-10.1893,0.0000,-10.1893,7.4921,-10.1893,0.8668,0.0000,-11.0561,0.0000,-11.0561,8.4277,-19.4838,0.0000,-19.4838,-0.2957,-19.1881,0.0000,-3.9277,14.2646,-29.5250,1079.9069,1079.9069,1079.9069 -1054.5000,1.0000,14566.5396,76.7045,76.4570,-0.1431,0.0000,6,1224.8593,-5.1046,485.7853,-81.2246,-0.6548,62.3102,-10.4184,-0.3093,-7.8127,0.0000,-7.8127,7.4673,-7.8127,0.8356,0.0000,-8.6483,0.0000,-8.6483,8.3691,-17.0174,0.0000,-17.0174,-0.2705,-16.7469,0.0000,-3.9004,14.1654,-27.0119,1421.0983,1421.0983,1421.0983 -1055.5000,1.0000,14587.7158,76.2240,76.0110,-0.1239,0.0000,6,1217.1864,7.9819,492.3639,-80.7696,1.0174,62.7584,-10.2952,-0.2662,-4.1693,0.0000,-4.1693,5.4528,-4.1693,0.7925,0.0000,-4.9617,0.0000,-4.9617,8.3166,-13.2784,0.0000,-13.2784,-0.2328,-13.0455,0.0000,-3.8760,14.0767,-23.2463,1631.6853,1631.6853,1631.6853 -1056.5000,1.0000,14608.7681,75.7785,75.5660,-0.1236,0.0000,6,1210.0725,8.7045,496.4048,-80.3477,1.1030,62.9037,-10.1815,-0.2640,-4.0949,0.0000,-4.0949,5.4619,-4.0949,0.7855,0.0000,-4.8804,0.0000,-4.8804,8.2680,-13.1484,0.0000,-13.1484,-0.2309,-12.9175,0.0000,-3.8533,13.9944,-23.0586,1627.7818,1627.7818,1627.7818 -1057.5000,1.0000,14629.7445,75.5050,75.4640,-0.0283,0.0000,6,1205.7051,152.3291,497.4175,-80.0886,19.2332,62.8045,-10.1121,-0.0603,13.8522,0.0000,13.8522,5.4414,13.8522,0.8285,0.0000,13.0237,0.0000,13.0237,8.2382,4.7855,0.0000,4.7855,-0.0527,4.8382,0.0000,-3.8394,13.9439,-5.2663,4278.1114,4278.1114,4278.1114 -1058.5000,1.0000,14650.7351,75.5560,75.6680,0.0567,0.0000,6,1206.5195,282.6228,563.7636,-80.1369,35.7084,71.2295,-10.1250,0.1207,30.1554,0.0000,30.1554,5.4323,30.1554,1.1551,0.0000,29.0003,0.0000,29.0003,8.2438,20.7565,0.0000,20.7565,0.1056,20.6510,0.0000,-3.8420,13.9533,10.5396,7324.6031,7324.6031,7324.6031 -1059.5000,1.0000,14671.7810,75.7555,75.8630,0.0542,0.0000,6,1209.7052,279.1729,622.5741,-80.3259,35.3656,78.8677,-10.1757,0.1157,29.7553,0.0000,29.7553,5.4946,29.7553,1.1494,0.0000,28.6060,0.0000,28.6060,8.2655,20.3405,0.0000,20.3405,0.1012,20.2393,0.0000,-3.8521,13.9902,10.1013,7258.7462,7258.7462,7258.7462 -1060.5000,1.0000,14692.8839,75.9605,76.0780,0.0597,0.0000,6,1212.9787,287.9423,621.7134,-80.5200,36.5752,78.9718,-10.2279,0.1279,30.9073,0.0000,30.9073,5.5400,30.9073,1.1747,0.0000,29.7326,0.0000,29.7326,8.2879,21.4447,0.0000,21.4447,0.1118,21.3329,0.0000,-3.8626,14.0280,11.1674,7481.2934,7481.2934,7481.2934 -1061.5000,1.0000,14714.0460,76.1735,76.2890,0.0586,0.0000,6,1216.3800,285.8046,626.2093,-80.7217,36.4055,79.7659,-10.2823,0.1258,30.7802,0.0000,30.7802,5.4995,30.7802,1.1746,0.0000,29.6056,0.0000,29.6056,8.3111,21.2944,0.0000,21.2944,0.1101,21.1844,0.0000,-3.8734,14.0674,10.9904,7449.6706,7449.6706,7449.6706 -1062.5000,1.0000,14735.2817,76.4385,76.6080,0.0886,0.0000,6,1220.6117,332.0033,626.4500,-80.9727,42.4374,80.0742,-10.3501,0.1909,36.7062,0.0000,36.7062,5.5402,36.7062,1.2961,0.0000,35.4101,0.0000,35.4101,8.3400,27.0700,0.0000,27.0700,0.1670,26.9030,0.0000,-3.8869,14.1163,16.6736,8600.2715,8600.2715,8600.2715 -1063.5000,1.0000,14756.6148,76.7890,76.9900,0.1061,0.0000,6,1226.2087,358.8438,648.0142,-81.3047,46.0785,83.2104,-10.4402,0.2297,40.2853,0.0000,40.2853,5.5635,40.2853,1.3717,0.0000,38.9136,0.0000,38.9136,8.3783,30.5353,0.0000,30.5353,0.2009,30.3344,0.0000,-3.9047,14.1810,20.0581,9276.6218,9276.6218,9276.6218 -1064.5000,1.0000,14778.0399,77.1205,77.2710,0.0781,0.0000,6,1231.5022,315.6961,660.2960,-81.6186,40.7130,85.1535,-10.5258,0.1697,34.9713,0.0000,34.9713,5.5721,34.9713,1.2692,0.0000,33.7020,0.0000,33.7020,8.4145,25.2876,0.0000,25.2876,0.1484,25.1392,0.0000,-3.9215,14.2422,14.8185,8284.5291,8284.5291,8284.5291 -1065.5000,1.0000,14799.5455,77.4100,77.5690,0.0828,0.0000,6,1236.1251,323.0867,642.2790,-81.8928,41.8225,83.1409,-10.6008,0.1806,36.0312,0.0000,36.0312,5.6107,36.0312,1.2938,0.0000,34.7374,0.0000,34.7374,8.4460,26.2914,0.0000,26.2914,0.1580,26.1334,0.0000,-3.9363,14.2957,15.7739,8491.2869,8491.2869,8491.2869 -1066.5000,1.0000,14821.1492,77.7635,77.9780,0.1136,0.0000,6,1241.7700,370.5044,646.9067,-82.2276,48.1796,84.1224,-10.6927,0.2490,42.2803,0.0000,42.2803,5.6503,42.2803,1.4228,0.0000,40.8575,0.0000,40.8575,8.4846,32.3729,0.0000,32.3729,0.2178,32.1551,0.0000,-3.9542,14.3610,21.7483,9679.7460,9679.7460,9679.7460 -1067.5000,1.0000,14842.8662,78.1710,78.3840,0.1128,0.0000,6,1248.2772,369.3108,668.5305,-82.6135,48.2760,87.3898,-10.7992,0.2485,42.3383,0.0000,42.3383,5.6892,42.3383,1.4287,0.0000,40.9096,0.0000,40.9096,8.5291,32.3806,0.0000,32.3806,0.2174,32.1632,0.0000,-3.9750,14.4363,21.7019,9704.1233,9704.1233,9704.1233 -1068.5000,1.0000,14864.6856,78.5400,78.7160,0.0922,0.0000,6,1254.1696,337.8669,668.7158,-82.9630,44.3742,87.8267,-10.8961,0.2042,38.4438,0.0000,38.4438,5.7262,38.4438,1.3551,0.0000,37.0888,0.0000,37.0888,8.5693,28.5194,0.0000,28.5194,0.1786,28.3408,0.0000,-3.9937,14.5044,17.8302,8963.3809,8963.3809,8963.3809 -1069.5000,1.0000,14886.5948,78.8630,79.0300,0.0872,0.0000,6,1259.3274,330.1474,656.0017,-83.2689,43.5387,86.5112,-10.9812,0.1939,37.6029,0.0000,37.6029,5.7419,37.6029,1.3420,0.0000,36.2609,0.0000,36.2609,8.6046,27.6563,0.0000,27.6563,0.1696,27.4867,0.0000,-4.0102,14.5640,16.9328,8813.9297,8813.9297,8813.9297 -1070.5000,1.0000,14908.5652,79.0835,79.1570,0.0353,0.0000,6,1262.8485,250.6190,652.6095,-83.4777,33.1432,86.3045,-11.0395,0.0786,27.2869,0.0000,27.2869,5.7777,27.2869,1.1383,0.0000,26.1486,0.0000,26.1486,8.6286,17.5200,0.0000,17.5200,0.0688,17.4512,0.0000,-4.0214,14.6048,6.8678,6865.7863,6865.7863,6865.7863 -1071.5000,1.0000,14930.5514,79.1405,79.1440,-0.0036,0.0000,6,1263.7587,190.7362,618.0228,-83.5317,25.2421,81.7895,-11.0546,-0.0081,19.4985,0.0000,19.4985,5.7517,19.4985,0.9832,0.0000,18.5153,0.0000,18.5153,8.6349,9.8805,0.0000,9.8805,-0.0070,9.8875,0.0000,-4.0243,14.6153,-0.7035,5424.0240,5424.0240,5424.0240 -1072.5000,1.0000,14952.5145,79.0570,78.9900,-0.0428,0.0000,6,1262.4253,130.7484,591.2801,-83.4526,17.2851,78.1677,-11.0325,-0.0953,11.6218,0.0000,11.6218,5.7586,11.6218,0.8246,0.0000,10.7972,0.0000,10.7972,8.6257,2.1714,0.0000,2.1714,-0.0834,2.2548,0.0000,-4.0200,14.5999,-8.3251,3918.1804,3918.1804,3918.1804 -1073.5000,1.0000,14974.4481,78.9510,78.9320,-0.0161,0.0000,6,1260.7327,171.9442,565.3508,-83.3522,22.7007,74.6397,-11.0045,-0.0359,16.9472,0.0000,16.9472,5.7894,16.9472,0.9299,0.0000,16.0173,0.0000,16.0173,8.6142,7.4031,0.0000,7.4031,-0.0314,7.4345,0.0000,-4.0146,14.5803,-3.1312,4935.1477,4935.1477,4935.1477 -1074.5000,1.0000,14996.3641,78.8875,78.8630,-0.0192,0.0000,6,1259.7187,167.1846,582.9249,-83.2921,22.0546,76.8980,-10.9877,-0.0426,16.3217,0.0000,16.3217,5.7754,16.3217,0.9167,0.0000,15.4051,0.0000,15.4051,8.6072,6.7978,0.0000,6.7978,-0.0373,6.8351,0.0000,-4.0114,14.5686,-3.7221,4810.1634,4810.1634,4810.1634 -1075.5000,1.0000,15018.2503,78.7805,78.7180,-0.0403,0.0000,6,1258.0100,134.7522,580.1315,-83.1907,17.7521,76.4257,-10.9594,-0.0894,12.0796,0.0000,12.0796,5.7618,12.0796,0.8306,0.0000,11.2491,0.0000,11.2491,8.5956,2.6535,0.0000,2.6535,-0.0782,2.7317,0.0000,-4.0060,14.5488,-7.8111,3999.5544,3999.5544,3999.5544 -1076.5000,1.0000,15040.1123,78.6930,78.6880,-0.0083,0.0000,6,1256.6128,183.7568,566.2516,-83.1079,24.1810,74.5143,-10.9363,-0.0185,18.4435,0.0000,18.4435,5.7559,18.4435,0.9568,0.0000,17.4867,0.0000,17.4867,8.5860,8.9007,0.0000,8.9007,-0.0162,8.9168,0.0000,-4.0015,14.5327,-1.6143,5214.2118,5214.2118,5214.2118 -1077.5000,1.0000,15061.9671,78.6675,78.6670,-0.0058,0.0000,6,1256.2056,187.5619,587.4866,-83.0837,24.6737,77.2836,-10.9296,-0.0129,18.9364,0.0000,18.9364,5.7502,18.9364,0.9664,0.0000,17.9700,0.0000,17.9700,8.5832,9.3868,0.0000,9.3868,-0.0113,9.3981,0.0000,-4.0002,14.5279,-1.1296,5308.4170,5308.4170,5308.4170 -1078.5000,1.0000,15083.8153,78.6435,78.6400,-0.0075,0.0000,6,1255.8223,185.1439,589.0279,-83.0610,24.3482,77.4627,-10.9233,-0.0166,18.5980,0.0000,18.5980,5.7668,18.5980,0.9594,0.0000,17.6386,0.0000,17.6386,8.5806,9.0580,0.0000,9.0580,-0.0145,9.0726,0.0000,-3.9990,14.5235,-1.4520,5245.5413,5245.5413,5245.5413 -1079.5000,1.0000,15105.6923,78.7470,78.8740,0.0650,0.0000,6,1257.4751,296.2525,589.5066,-83.1590,39.0113,77.6277,-10.9506,0.1443,33.1074,0.0000,33.1074,5.7596,33.1074,1.2507,0.0000,31.8567,0.0000,31.8567,8.5919,23.2647,0.0000,23.2647,0.1262,23.1385,0.0000,-4.0043,14.5426,12.6002,7988.6355,7988.6355,7988.6355 -1080.5000,1.0000,15127.6369,78.9905,79.1270,0.0703,0.0000,6,1261.3634,304.3739,638.2629,-83.3896,40.2047,84.3079,-11.0149,0.1565,34.2685,0.0000,34.2685,5.7797,34.2685,1.2768,0.0000,32.9917,0.0000,32.9917,8.6185,24.3732,0.0000,24.3732,0.1369,24.2363,0.0000,-4.0166,14.5876,13.6654,8213.8235,8213.8235,8213.8235 -1081.5000,1.0000,15149.5967,79.0455,78.9840,-0.0397,0.0000,6,1262.2417,135.4981,640.3865,-83.4417,17.9104,84.6473,-11.0295,-0.0885,12.2328,0.0000,12.2328,5.7660,12.2328,0.8367,0.0000,11.3961,0.0000,11.3961,8.6245,2.7716,0.0000,2.7716,-0.0774,2.8490,0.0000,-4.0194,14.5977,-7.7293,4026.7950,4026.7950,4026.7950 -1082.5000,1.0000,15171.5066,78.8655,78.7670,-0.0603,0.0000,6,1259.3674,104.1234,566.3389,-83.2712,13.7319,74.6891,-10.9819,-0.1340,8.0913,0.0000,8.0913,5.7746,8.0913,0.7518,0.0000,7.3395,0.0000,7.3395,8.6048,-1.2653,0.0000,-1.2653,-0.1172,-1.1481,0.0000,-4.0103,14.5645,-11.7024,3299.5624,3299.5624,3299.5624 -1083.5000,1.0000,15193.3087,78.4775,78.2080,-0.1553,0.0000,6,1253.1716,-38.1883,549.5212,-82.9038,-5.0115,72.1147,-10.8796,-0.3435,-10.3472,0.0000,-10.3472,5.6792,-10.3472,0.8858,0.0000,-11.2330,0.0000,-11.2330,8.5625,-19.7955,0.0000,-19.7955,-0.3004,-19.4951,0.0000,-3.9906,14.4929,-29.9974,831.6458,831.6458,831.6458 -1084.5000,1.0000,15214.9419,77.8695,77.5510,-0.1825,0.0000,6,1243.4627,-78.4325,483.6220,-82.3280,-10.2131,62.9749,-10.7203,-0.4006,-15.4878,0.0000,-15.4878,5.6753,-15.4878,0.9286,0.0000,-16.4165,0.0000,-16.4165,8.4962,-24.9126,0.0000,-24.9126,-0.3504,-24.5623,0.0000,-3.9596,14.3806,-34.9832,0.0000,0.0000,0.0000 -1085.5000,1.0000,15236.3814,77.1725,76.8140,-0.2047,0.0000,6,1232.3326,-81.6677,461.9977,-81.6679,-10.5392,59.6206,-10.5392,-0.4453,-15.7650,0.0000,-15.7650,5.6712,-15.7650,0.9216,0.0000,-16.6867,0.0000,-16.6867,8.4201,-25.1068,3.8468,-28.9535,-0.3895,-28.5640,0.0000,-3.9242,14.2519,-38.8917,0.0000,0.0000,0.0000 -1086.5000,1.0000,15257.6277,76.4765,76.1590,-0.1819,0.0000,6,1221.2185,-76.6960,457.7613,-81.0087,-9.8083,58.5411,-10.3599,-0.3922,-15.1118,0.0000,-15.1118,5.6956,-15.1118,0.9054,0.0000,-16.0171,0.0000,-16.0171,8.3442,-24.3613,0.0000,-24.3613,-0.3431,-24.0183,0.0000,-3.8888,14.1233,-34.2528,0.0000,0.0000,0.0000 -1087.5000,1.0000,15278.7485,76.0250,75.9110,-0.0689,0.0000,6,1214.0087,91.4222,460.2944,-80.5811,11.6226,58.5175,-10.2443,-0.1476,6.1341,0.0000,6.1341,5.6361,6.1341,0.6867,0.0000,5.4475,0.0000,5.4475,8.2949,-2.8475,0.0000,-2.8475,-0.1291,-2.7183,0.0000,-3.8658,14.0399,-12.8924,2957.6922,2957.6922,2957.6922 -1088.5000,1.0000,15299.8002,75.7760,75.6610,-0.0694,0.0000,6,1210.0325,90.5476,535.0576,-80.3453,11.4737,67.7995,-10.1809,-0.1483,6.0094,0.0000,6.0094,5.6126,6.0094,0.6845,0.0000,5.3250,0.0000,5.3250,8.2678,-2.9428,0.0000,-2.9428,-0.1297,-2.8131,0.0000,-3.8532,13.9940,-12.9538,2934.0372,2934.0372,2934.0372 -1089.5000,1.0000,15320.8283,75.6910,75.7410,0.0222,0.0000,6,1208.6752,231.0839,535.9549,-80.2648,29.2488,67.8370,-10.1593,0.0474,23.5954,0.0000,23.5954,5.6060,23.5954,1.0254,0.0000,22.5699,0.0000,22.5699,8.2585,14.3114,0.0000,14.3114,0.0415,14.2700,0.0000,-3.8489,13.9783,4.1406,6127.6718,6127.6718,6127.6718 -1090.5000,1.0000,15341.8723,75.7485,75.7760,0.0097,0.0000,6,1209.5934,212.1987,598.9145,-80.3192,26.8789,75.8635,-10.1739,0.0208,21.2113,0.0000,21.2113,5.6468,21.2113,0.9784,0.0000,20.2329,0.0000,20.2329,8.2648,11.9681,0.0000,11.9681,0.0182,11.9500,0.0000,-3.8518,13.9889,1.8129,5689.6869,5689.6869,5689.6869 -1091.5000,1.0000,15362.9301,75.7980,75.8400,0.0178,0.0000,6,1210.3838,224.6806,590.7525,-80.3661,28.4785,74.8785,-10.1865,0.0380,22.7745,0.0000,22.7745,5.6661,22.7745,1.0102,0.0000,21.7642,0.0000,21.7642,8.2702,13.4941,0.0000,13.4941,0.0332,13.4609,0.0000,-3.8543,13.9980,3.3171,5985.7204,5985.7204,5985.7204 -1092.5000,1.0000,15383.9960,75.8275,75.8350,-0.0014,0.0000,6,1210.8549,195.3949,596.1346,-80.3941,24.7762,75.5901,-10.1940,-0.0030,19.0962,0.0000,19.0962,5.6829,19.0962,0.9370,0.0000,18.1592,0.0000,18.1592,8.2734,9.8858,0.0000,9.8858,-0.0026,9.8884,0.0000,-3.8558,14.0035,-0.2593,5293.5856,5293.5856,5293.5856 -1093.5000,1.0000,15405.0537,75.7975,75.7800,-0.0153,0.0000,6,1210.3759,173.7905,582.7233,-80.3657,22.0280,73.8603,-10.1864,-0.0326,16.4176,0.0000,16.4176,5.6430,16.4176,0.8831,0.0000,15.5346,0.0000,15.5346,8.2701,7.2644,0.0000,7.2644,-0.0286,7.2930,0.0000,-3.8543,13.9979,-2.8507,4782.0283,4782.0283,4782.0283 -1094.5000,1.0000,15426.0941,75.7355,75.7110,-0.0192,0.0000,6,1209.3858,168.0652,572.7730,-80.3069,21.2849,72.5397,-10.1706,-0.0409,15.6567,0.0000,15.6567,5.6691,15.6567,0.8672,0.0000,14.7896,0.0000,14.7896,8.2633,6.5262,0.0000,6.5262,-0.0358,6.5620,0.0000,-3.8511,13.9865,-3.5733,4648.2083,4648.2083,4648.2083 -1095.5000,1.0000,15447.1158,75.6680,75.6450,-0.0183,0.0000,6,1208.3079,169.2459,569.9885,-80.2430,21.4153,72.1228,-10.1534,-0.0391,15.8025,0.0000,15.8025,5.6520,15.8025,0.8693,0.0000,14.9332,0.0000,14.9332,8.2560,6.6772,0.0000,6.6772,-0.0342,6.7114,0.0000,-3.8477,13.9740,-3.4149,4672.7426,4672.7426,4672.7426 -1096.5000,1.0000,15468.1199,75.6050,75.5850,-0.0167,0.0000,6,1207.3019,171.8364,570.3305,-80.1833,21.7250,72.1060,-10.1374,-0.0355,16.1087,0.0000,16.1087,5.6518,16.1087,0.8747,0.0000,15.2340,0.0000,15.2340,8.2491,6.9849,0.0000,6.9849,-0.0311,7.0160,0.0000,-3.8445,13.9624,-3.1019,4729.8159,4729.8159,4729.8159 -1097.5000,1.0000,15489.1045,75.5345,75.5040,-0.0225,0.0000,6,1206.1761,162.5126,571.1614,-80.1166,20.5270,72.1437,-10.1196,-0.0479,14.9756,0.0000,14.9756,5.5994,14.9756,0.8513,0.0000,14.1243,0.0000,14.1243,8.2414,5.8829,0.0000,5.8829,-0.0419,5.9248,0.0000,-3.8409,13.9494,-4.1837,4513.0513,4513.0513,4513.0513 -1098.5000,1.0000,15510.0930,75.5485,75.6130,0.0303,0.0000,6,1206.3997,243.8756,567.8734,-80.1298,30.8098,71.7417,-10.1231,0.0645,25.0944,0.0000,25.0944,5.6509,25.0944,1.0538,0.0000,24.0406,0.0000,24.0406,8.2429,15.7976,0.0000,15.7976,0.0564,15.7412,0.0000,-3.8416,13.9519,5.6309,6416.5817,6416.5817,6416.5817 -1099.5000,1.0000,15531.0980,75.6080,75.6230,0.0028,0.0000,6,1207.3498,201.6270,604.1001,-80.1862,25.4924,76.3784,-10.1382,0.0059,19.8393,0.0000,19.8393,5.6472,19.8393,0.9494,0.0000,18.8899,0.0000,18.8899,8.2494,10.6405,0.0000,10.6405,0.0052,10.6353,0.0000,-3.8446,13.9629,0.5170,5431.5753,5431.5753,5431.5753 -1100.5000,1.0000,15552.1071,75.6230,75.6430,0.0056,0.0000,6,1207.5894,205.8423,585.2670,-80.2004,26.0305,74.0120,-10.1420,0.0118,20.3762,0.0000,20.3762,5.6424,20.3762,0.9603,0.0000,19.4159,0.0000,19.4159,8.2511,11.1649,0.0000,11.1649,0.0104,11.1545,0.0000,-3.8454,13.9657,1.0342,5531.4217,5531.4217,5531.4217 -1101.5000,1.0000,15573.1264,75.6595,75.6960,0.0147,0.0000,6,1208.1722,219.8802,587.4151,-80.2350,27.8191,74.3195,-10.1513,0.0314,22.1458,0.0000,22.1458,5.6420,22.1458,0.9961,0.0000,21.1497,0.0000,21.1497,8.2550,12.8946,0.0000,12.8946,0.0275,12.8672,0.0000,-3.8473,13.9724,2.7420,5862.9223,5862.9223,5862.9223 -1102.5000,1.0000,15594.1567,75.6990,75.7220,0.0072,0.0000,6,1208.8030,208.1939,593.7105,-80.2724,26.3543,75.1552,-10.1613,0.0154,20.7171,0.0000,20.7171,5.6218,20.7171,0.9680,0.0000,19.7491,0.0000,19.7491,8.2594,11.4898,0.0000,11.4898,0.0135,11.4763,0.0000,-3.8493,13.9797,1.3458,5592.1867,5592.1867,5592.1867 -1103.5000,1.0000,15615.1951,75.7280,75.7540,0.0089,0.0000,6,1209.2660,211.0397,588.5993,-80.2998,26.7248,74.5367,-10.1687,0.0190,21.0454,0.0000,21.0454,5.6605,21.0454,0.9748,0.0000,20.0705,0.0000,20.0705,8.2625,11.8080,0.0000,11.8080,0.0166,11.7914,0.0000,-3.8507,13.9851,1.6570,5661.0085,5661.0085,5661.0085 -1104.5000,1.0000,15636.2567,75.8120,75.8900,0.0378,0.0000,6,1210.6074,255.2973,590.5863,-80.3794,32.3652,74.8713,-10.1901,0.0807,26.6255,0.0000,26.6255,5.6589,26.6255,1.0874,0.0000,25.5381,0.0000,25.5381,8.2717,17.2664,0.0000,17.2664,0.0706,17.1958,0.0000,-3.8550,14.0006,7.0502,6703.8118,6703.8118,6703.8118 -1105.5000,1.0000,15657.3408,75.8925,75.9150,0.0069,0.0000,6,1211.8929,208.3343,610.1297,-80.4556,26.4395,77.4310,-10.2106,0.0149,20.7174,0.0000,20.7174,5.7073,20.7174,0.9702,0.0000,19.7472,0.0000,19.7472,8.2805,11.4667,0.0000,11.4667,0.0130,11.4537,0.0000,-3.8591,14.0155,1.2974,5609.9670,5609.9670,5609.9670 -1106.5000,1.0000,15678.4367,75.9355,75.9760,0.0169,0.0000,6,1212.5795,224.5664,589.4584,-80.4963,28.5157,74.8500,-10.2215,0.0363,22.6558,0.0000,22.6558,5.8236,22.6558,1.0094,0.0000,21.6464,0.0000,21.6464,8.2852,13.3612,0.0000,13.3612,0.0317,13.3295,0.0000,-3.8613,14.0234,3.1674,5993.3426,5993.3426,5993.3426 -1107.5000,1.0000,15699.5394,75.9595,75.9630,-0.0036,0.0000,6,1212.9628,193.0317,596.4694,-80.5191,24.5191,75.7642,-10.2276,-0.0077,18.7017,0.0000,18.7017,5.8251,18.7017,0.9306,0.0000,17.7711,0.0000,17.7711,8.2878,9.4833,0.0000,9.4833,-0.0068,9.4901,0.0000,-3.8625,14.0278,-0.6752,5243.7752,5243.7752,5243.7752 -1108.5000,1.0000,15720.6523,75.9965,76.0500,0.0242,0.0000,6,1213.5536,236.2994,582.9431,-80.5541,30.0296,74.0822,-10.2371,0.0518,24.0668,0.0000,24.0668,5.9111,24.0668,1.0383,0.0000,23.0284,0.0000,23.0284,8.2918,14.7366,0.0000,14.7366,0.0453,14.6913,0.0000,-3.8644,14.0347,4.5211,6272.6982,6272.6982,6272.6982 -1109.5000,1.0000,15741.7849,76.0675,76.1050,0.0153,0.0000,6,1214.6874,222.4134,602.3242,-80.6214,28.2914,76.6167,-10.2552,0.0328,22.3741,0.0000,22.3741,5.8845,22.3741,1.0053,0.0000,21.3688,0.0000,21.3688,8.2996,13.0692,0.0000,13.0692,0.0287,13.0406,0.0000,-3.8680,14.0478,2.8608,5952.8061,5952.8061,5952.8061 -1110.5000,1.0000,15762.9441,76.1630,76.2410,0.0378,0.0000,6,1216.2124,257.3586,596.7827,-80.7118,32.7776,76.0071,-10.2796,0.0811,26.7502,0.0000,26.7502,5.9462,26.7502,1.0939,0.0000,25.6564,0.0000,25.6564,8.3100,17.3464,0.0000,17.3464,0.0709,17.2754,0.0000,-3.8729,14.0654,7.0829,6778.3754,6778.3754,6778.3754 -1111.5000,1.0000,15784.1181,76.2165,76.2120,-0.0081,0.0000,6,1217.0667,187.4634,611.8141,-80.7625,23.8924,77.9763,-10.2933,-0.0173,17.9066,0.0000,17.9066,6.0031,17.9066,0.9176,0.0000,16.9890,0.0000,16.9890,8.3158,8.6732,0.0000,8.6732,-0.0151,8.6883,0.0000,-3.8756,14.0753,-1.5114,5122.3691,5122.3691,5122.3691 -1112.5000,1.0000,15805.2948,76.2260,76.2600,0.0133,0.0000,6,1217.2184,219.9593,581.0576,-80.7715,28.0375,74.0656,-10.2957,0.0286,22.0453,0.0000,22.0453,5.9635,22.0453,1.0005,0.0000,21.0448,0.0000,21.0448,8.3169,12.7280,0.0000,12.7280,0.0251,12.7029,0.0000,-3.8761,14.0771,2.5019,5907.2011,5907.2011,5907.2011 -1113.5000,1.0000,15826.4874,76.2835,76.3270,0.0186,0.0000,6,1218.1366,228.2955,595.7869,-80.8259,29.1220,76.0003,-10.3104,0.0400,23.0836,0.0000,23.0836,5.9984,23.0836,1.0219,0.0000,22.0617,0.0000,22.0617,8.3231,13.7386,0.0000,13.7386,0.0350,13.7036,0.0000,-3.8790,14.0877,3.4949,6106.7400,6106.7400,6106.7400 -1114.5000,1.0000,15847.7006,76.3575,76.4080,0.0225,0.0000,6,1219.3182,233.9729,599.7856,-80.8960,29.8752,76.5846,-10.3293,0.0484,23.8597,0.0000,23.8597,5.9671,23.8597,1.0383,0.0000,22.8214,0.0000,22.8214,8.3312,14.4902,0.0000,14.4902,0.0424,14.4478,0.0000,-3.8827,14.1013,4.2293,6245.2468,6245.2468,6245.2468 -1115.5000,1.0000,15868.9342,76.4310,76.4740,0.0183,0.0000,6,1220.4919,227.7403,602.4747,-80.9656,29.1074,77.0021,-10.3482,0.0395,23.0750,0.0000,23.0750,5.9929,23.0750,1.0234,0.0000,22.0516,0.0000,22.0516,8.3392,13.7123,0.0000,13.7123,0.0345,13.6778,0.0000,-3.8865,14.1149,3.4494,6104.7839,6104.7839,6104.7839 -1116.5000,1.0000,15890.1726,76.4480,76.4420,-0.0089,0.0000,6,1220.7634,185.3049,599.3537,-80.9817,23.6890,76.6202,-10.3525,-0.0192,17.8004,0.0000,17.8004,5.9078,17.8004,0.9181,0.0000,16.8822,0.0000,16.8822,8.3411,8.5412,0.0000,8.5412,-0.0168,8.5579,0.0000,-3.8874,14.1181,-1.6728,5085.1811,5085.1811,5085.1811 -1117.5000,1.0000,15911.3942,76.3880,76.3540,-0.0244,0.0000,6,1219.8053,161.6699,580.0422,-80.9249,20.6513,74.0933,-10.3372,-0.0526,14.7715,0.0000,14.7715,5.9325,14.7715,0.8569,0.0000,13.9146,0.0000,13.9146,8.3345,5.5801,0.0000,5.5801,-0.0460,5.6261,0.0000,-3.8843,14.1070,-4.5966,4526.2747,4526.2747,4526.2747 -1118.5000,1.0000,15932.5499,76.1505,75.9670,-0.1075,0.0000,6,1216.0128,36.1845,567.3387,-80.7000,4.6078,72.2452,-10.2764,-0.2307,-1.0933,0.0000,-1.0933,5.9318,-1.0933,0.7607,0.0000,-1.8540,0.0000,-1.8540,8.3086,-10.1626,0.0000,-10.1626,-0.2018,-9.9608,0.0000,-3.8722,14.0631,-20.1516,2079.2521,2079.2521,2079.2521 -1119.5000,1.0000,15953.5689,75.6585,75.3700,-0.1658,0.0000,6,1208.1562,-50.3810,507.8969,-80.2340,-6.3741,64.2580,-10.1510,-0.3537,-11.9527,0.0000,-11.9527,5.9322,-11.9527,0.8625,0.0000,-12.8151,0.0000,-12.8151,8.2549,-21.0701,0.0000,-21.0701,-0.3093,-20.7607,0.0000,-3.8472,13.9723,-30.8858,499.2472,499.2472,499.2472 -1120.5000,1.0000,15974.4101,75.0180,74.6860,-0.1900,0.0000,6,1197.9284,-79.6267,465.0547,-79.6267,-9.9889,58.3396,-9.9889,-0.4018,-15.5230,0.0000,-15.5230,5.9358,-15.5230,0.8893,0.0000,-16.4123,0.0000,-16.4123,8.1851,-24.5974,0.8019,-25.3993,-0.3514,-25.0478,0.0000,-3.8146,13.8540,-35.0872,0.0000,0.0000,0.0000 -1121.5000,1.0000,15995.1113,74.5145,74.3630,-0.0897,0.0000,6,1189.8882,62.9216,451.3032,-79.1471,7.8403,56.2345,-9.8621,-0.1884,2.1848,0.0000,2.1848,5.8439,2.1848,0.7053,0.0000,1.4795,0.0000,1.4795,8.1301,-6.6506,0.0000,-6.6506,-0.1648,-6.4858,0.0000,-3.7890,13.7610,-16.4577,2464.6055,2464.6055,2464.6055 -1122.5000,1.0000,16015.7103,74.1465,73.9500,-0.1147,0.0000,6,1184.0118,25.8985,514.5658,-78.7966,3.2111,63.8007,-9.7699,-0.2398,-2.3905,0.0000,-2.3905,5.8414,-2.3905,0.7461,0.0000,-3.1366,0.0000,-3.1366,8.0900,-11.2266,0.0000,-11.2266,-0.2097,-11.0169,0.0000,-3.7703,13.6930,-20.9396,1869.8674,1869.8674,1869.8674 -1123.5000,1.0000,16036.1783,73.6745,73.4190,-0.1475,0.0000,6,1176.4746,-22.9368,494.8343,-78.3469,-2.8258,60.9637,-9.6524,-0.3063,-8.3219,0.0000,-8.3219,5.8024,-8.3219,0.7989,0.0000,-9.1208,0.0000,-9.1208,8.0385,-17.1593,0.0000,-17.1593,-0.2679,-16.8914,0.0000,-3.7463,13.6059,-26.7509,990.7469,990.7469,990.7469 -1124.5000,1.0000,16056.5080,73.1770,72.9550,-0.1289,0.0000,6,1168.5303,4.4933,470.3162,-77.8730,0.5498,57.5518,-9.5292,-0.2659,-4.9150,0.0000,-4.9150,5.7307,-4.9150,0.7581,0.0000,-5.6731,0.0000,-5.6731,7.9842,-13.6573,0.0000,-13.6573,-0.2325,-13.4247,0.0000,-3.7210,13.5140,-23.2177,1481.0029,1481.0029,1481.0029 -1125.5000,1.0000,16076.7141,72.7320,72.5290,-0.1183,0.0000,6,1161.4243,19.8352,481.3028,-77.4492,2.4124,58.5380,-9.4197,-0.2426,-2.9969,0.0000,-2.9969,5.6519,-2.9969,0.7329,0.0000,-3.7298,0.0000,-3.7298,7.9356,-11.6654,0.0000,-11.6654,-0.2122,-11.4532,0.0000,-3.6984,13.4318,-21.1866,1758.3034,1758.3034,1758.3034 -1126.5000,1.0000,16096.7969,72.2880,72.0670,-0.1283,0.0000,6,1154.3343,4.7087,486.3360,-77.0262,0.5692,58.7891,-9.3111,-0.2615,-4.7598,0.0000,-4.7598,5.5905,-4.7598,0.7446,0.0000,-5.5043,0.0000,-5.5043,7.8872,-13.3915,0.0000,-13.3915,-0.2287,-13.1628,0.0000,-3.6758,13.3498,-22.8368,1452.4299,1452.4299,1452.4299 -1127.5000,1.0000,16116.7777,71.9210,71.7950,-0.0756,0.0000,6,1148.4738,82.9508,478.6783,-76.6766,9.9763,57.5696,-9.2217,-0.1532,4.6072,0.0000,4.6072,5.5223,4.6072,0.6459,0.0000,3.9613,0.0000,3.9613,7.8471,-3.8859,0.0000,-3.8859,-0.1340,-3.7519,0.0000,-3.6572,13.2820,-13.3768,2757.1454,2757.1454,2757.1454 -1128.5000,1.0000,16136.6831,71.6495,71.5240,-0.0753,0.0000,6,1144.1383,83.3004,514.2710,-76.4180,9.9805,61.6168,-9.1559,-0.1520,4.6378,0.0000,4.6378,5.4948,4.6378,0.6420,0.0000,3.9958,0.0000,3.9958,7.8175,-3.8217,0.0000,-3.8217,-0.1330,-3.6887,0.0000,-3.6433,13.2319,-13.2773,2759.8844,2759.8844,2759.8844 -1129.5000,1.0000,16156.5030,71.3415,71.1790,-0.0958,0.0000,6,1139.2200,52.6744,512.8296,-76.1246,6.2840,61.1800,-9.0816,-0.1927,1.0067,0.0000,1.0067,5.4700,1.0067,0.6742,0.0000,0.3325,0.0000,0.3325,7.7839,-7.4514,0.0000,-7.4514,-0.1686,-7.2828,0.0000,-3.6277,13.1750,-16.8302,2267.8723,2267.8723,2267.8723 -1130.5000,1.0000,16176.2094,70.9330,70.7070,-0.1311,0.0000,6,1132.6969,0.1529,496.0536,-75.7355,0.0181,58.8398,-8.9834,-0.2621,-5.1606,0.0000,-5.1606,5.4409,-5.1606,0.7304,0.0000,-5.8910,0.0000,-5.8910,7.7394,-13.6304,0.0000,-13.6304,-0.2293,-13.4011,0.0000,-3.6069,13.0996,-22.8938,1314.8108,1314.8108,1314.8108 -1131.5000,1.0000,16195.7769,70.4330,70.1790,-0.1467,0.0000,6,1124.7126,-23.3643,468.6688,-75.2592,-2.7518,55.1996,-8.8640,-0.2912,-7.8232,0.0000,-7.8232,5.3625,-7.8232,0.7504,0.0000,-8.5736,0.0000,-8.5736,7.6848,-16.2584,0.0000,-16.2584,-0.2547,-16.0037,0.0000,-3.5815,13.0072,-25.4294,920.3747,920.3747,920.3747 -1132.5000,1.0000,16215.2169,69.9740,69.7890,-0.1083,0.0000,6,1117.3830,34.0170,456.1977,-74.8220,3.9804,53.3806,-8.7551,-0.2137,-1.1708,0.0000,-1.1708,5.3649,-1.1708,0.6778,0.0000,-1.8486,0.0000,-1.8486,7.6347,-9.4833,0.0000,-9.4833,-0.1869,-9.2964,0.0000,-3.5582,12.9225,-18.6607,1931.7361,1931.7361,1931.7361 -1133.5000,1.0000,16234.5495,69.5875,69.4060,-0.1064,0.0000,6,1111.2112,36.7628,482.1100,-74.4538,4.2779,56.1011,-8.6639,-0.2087,-0.8326,0.0000,-0.8326,5.3192,-0.8326,0.6693,0.0000,-1.5019,0.0000,-1.5019,7.5925,-9.0945,0.0000,-9.0945,-0.1825,-8.9120,0.0000,-3.5385,12.8511,-18.2245,1970.3942,1970.3942,1970.3942 -1134.5000,1.0000,16253.7708,69.1865,68.9870,-0.1164,0.0000,6,1104.8078,21.8799,481.6056,-74.0719,2.5314,55.7195,-8.5698,-0.2270,-2.5325,0.0000,-2.5325,5.2908,-2.5325,0.6810,0.0000,-3.2135,0.0000,-3.2135,7.5488,-10.7623,0.0000,-10.7623,-0.1985,-10.5637,0.0000,-3.5181,12.7770,-19.8227,1668.9883,1668.9883,1668.9883 -1135.5000,1.0000,16272.9148,68.9085,68.8500,-0.0381,0.0000,6,1100.3685,139.8466,474.7822,-73.8071,16.1146,54.7093,-8.5048,-0.0739,10.9177,0.0000,10.9177,5.2707,10.9177,0.6976,0.0000,10.2202,0.0000,10.2202,7.5185,2.7017,0.0000,2.7017,-0.0647,2.7664,0.0000,-3.5040,12.7257,-6.4554,3623.7318,3623.7318,3623.7318 -1136.5000,1.0000,16292.0849,69.0025,69.1750,0.0903,0.0000,6,1101.8696,336.7156,533.9940,-73.8966,38.8528,61.6162,-8.5267,0.1756,33.3995,0.0000,33.3995,5.2777,33.3995,1.1482,0.0000,32.2513,0.0000,32.2513,7.5287,24.7226,0.0000,24.7226,0.1536,24.5690,0.0000,-3.5088,12.7431,15.3347,7843.6831,7843.6831,7843.6831 -1137.5000,1.0000,16311.3563,69.3670,69.5790,0.1122,0.0000,6,1107.6901,370.1127,628.8152,-74.2438,42.9320,72.9407,-8.6121,0.2194,37.4393,0.0000,37.4393,5.2733,37.4393,1.2329,0.0000,36.2064,0.0000,36.2064,7.5685,28.6379,0.0000,28.6379,0.1919,28.4460,0.0000,-3.5273,12.8104,19.1629,8641.5958,8641.5958,8641.5958 -1138.5000,1.0000,16330.7549,69.8250,70.0910,0.1422,0.0000,6,1115.0037,415.8889,646.1593,-74.6801,48.5604,75.4474,-8.7199,0.2799,43.0027,0.0000,43.0027,5.2778,43.0027,1.3490,0.0000,41.6537,0.0000,41.6537,7.6185,34.0352,0.0000,34.0352,0.2448,33.7904,0.0000,-3.5506,12.8950,24.4460,9723.8076,9723.8076,9723.8076 -1139.5000,1.0000,16350.3078,70.3805,70.6900,0.1664,0.0000,6,1123.8742,452.7744,669.2711,-75.2092,53.2878,78.7677,-8.8515,0.3301,47.6621,0.0000,47.6621,5.2957,47.6621,1.4482,0.0000,46.2139,0.0000,46.2139,7.6791,38.5349,0.0000,38.5349,0.2887,38.2461,0.0000,-3.5788,12.9975,28.8274,10586.7577,10586.7577,10586.7577 -1140.5000,1.0000,16370.0134,70.9300,71.1900,0.1389,0.0000,6,1132.6490,410.8607,687.4246,-75.7327,48.7325,81.5359,-8.9827,0.2777,43.0876,0.0000,43.0876,5.3672,43.0876,1.3626,0.0000,41.7250,0.0000,41.7250,7.7390,33.9860,0.0000,33.9860,0.2429,33.7431,0.0000,-3.6068,13.0990,24.2508,9764.1098,9764.1098,9764.1098 -1141.5000,1.0000,16389.8303,71.3310,71.4920,0.0839,0.0000,6,1139.0524,326.5100,668.4124,-76.1146,38.9465,79.7291,-9.0791,0.1687,33.3793,0.0000,33.3793,5.3985,33.3793,1.1728,0.0000,32.2065,0.0000,32.2065,7.7828,24.4238,0.0000,24.4238,0.1475,24.2762,0.0000,-3.6272,13.1731,14.7303,7864.8943,7864.8943,7864.8943 -1142.5000,1.0000,16409.7496,71.6995,71.9270,0.1208,0.0000,6,1144.9368,383.1468,630.9285,-76.4656,45.9383,75.6467,-9.1680,0.2442,40.2736,0.0000,40.2736,5.4205,40.2736,1.3147,0.0000,38.9589,0.0000,38.9589,7.8230,31.1359,0.0000,31.1359,0.2136,30.9223,0.0000,-3.6459,13.2411,21.3271,9246.0019,9246.0019,9246.0019 -1143.5000,1.0000,16429.7580,72.0200,72.1330,0.0572,0.0000,6,1150.0547,301.5925,657.1320,-76.7709,36.3218,79.1407,-9.2458,0.1162,28.8319,0.0000,28.8319,7.3738,28.8319,1.0893,0.0000,27.7426,0.0000,27.7426,7.8580,19.8846,0.0000,19.8846,0.1016,19.7830,0.0000,-3.6622,13.3003,10.1449,7426.4304,7426.4304,7426.4304 -1144.5000,1.0000,16449.8464,72.3085,72.5040,0.1031,0.0000,6,1154.6616,372.1625,621.0927,-77.0458,45.0004,75.1000,-9.3161,0.2100,37.3567,0.0000,37.3567,7.4336,37.3567,1.2630,0.0000,36.0937,0.0000,36.0937,7.8894,28.2043,0.0000,28.2043,0.1837,28.0206,0.0000,-3.6769,13.3536,18.3438,9061.2415,9061.2415,9061.2415 -1145.5000,1.0000,16470.0156,72.5990,72.7140,0.0583,0.0000,6,1159.3005,303.1835,653.7501,-77.3225,36.8070,79.3663,-9.3871,0.1194,29.2706,0.0000,29.2706,7.4170,29.2706,1.1045,0.0000,28.1662,0.0000,28.1662,7.9211,20.2450,0.0000,20.2450,0.1044,20.1406,0.0000,-3.6916,13.4072,10.4250,7515.5576,7515.5576,7515.5576 -1146.5000,1.0000,16490.2487,72.8290,72.9640,0.0694,0.0000,6,1162.9732,320.0265,622.9700,-77.5416,38.9748,75.8692,-9.4435,0.1426,31.4173,0.0000,31.4173,7.4150,31.4173,1.1499,0.0000,30.2674,0.0000,30.2674,7.9462,22.3211,0.0000,22.3211,0.1247,22.1964,0.0000,-3.7033,13.4497,12.4501,7885.5042,7885.5042,7885.5042 -1147.5000,1.0000,16510.5470,73.0640,73.1840,0.0611,0.0000,6,1166.7258,307.4109,631.2866,-77.7654,37.5592,77.1301,-9.5013,0.1259,29.9748,0.0000,29.9748,7.4585,29.9748,1.1237,0.0000,28.8512,0.0000,28.8512,7.9719,20.8793,0.0000,20.8793,0.1101,20.7692,0.0000,-3.7153,13.4931,10.9914,7647.0460,7647.0460,7647.0460 -1148.5000,1.0000,16530.8748,73.1700,73.1760,-0.0022,0.0000,6,1168.4185,209.7722,624.9622,-77.8664,25.6670,76.4682,-9.5275,-0.0046,18.2617,0.0000,18.2617,7.4098,18.2617,0.8906,0.0000,17.3712,0.0000,17.3712,7.9834,9.3877,0.0000,9.3877,-0.0040,9.3918,0.0000,-3.7207,13.5127,-0.4003,5416.2450,5416.2450,5416.2450 -1149.5000,1.0000,16551.1948,73.1420,73.1280,-0.0133,0.0000,6,1167.9714,192.5550,579.8989,-77.8397,23.5513,70.9272,-9.5205,-0.0275,16.1928,0.0000,16.1928,7.3860,16.1928,0.8489,0.0000,15.3439,0.0000,15.3439,7.9804,7.3635,0.0000,7.3635,-0.0240,7.3876,0.0000,-3.7192,13.5075,-2.4007,5050.9798,5050.9798,5050.9798 -1150.5000,1.0000,16571.4501,72.9090,72.7100,-0.1161,0.0000,6,1164.2507,37.8483,569.4778,-77.6178,4.6145,69.4308,-9.4632,-0.2386,-2.6046,0.0000,-2.6046,7.4577,-2.6046,0.7314,0.0000,-3.3360,0.0000,-3.3360,7.9549,-11.2910,0.0000,-11.2910,-0.2087,-11.0823,0.0000,-3.7074,13.4645,-20.8393,2047.6431,2047.6431,2047.6431 -1151.5000,1.0000,16591.4851,72.1160,71.5420,-0.3244,0.0000,6,1151.5877,-76.8624,490.3188,-76.8624,-9.2691,59.1295,-9.2691,-0.6595,-15.9720,0.0000,-15.9720,7.3624,-15.9720,0.8544,0.0000,-16.8263,0.0000,-16.8263,7.8684,-24.6948,23.8283,-48.5231,-0.5769,-47.9462,0.0000,-3.6671,13.3180,-57.5972,0.0000,0.0000,0.0000 -1152.5000,1.0000,16611.2467,71.1320,70.7420,-0.2222,0.0000,6,1135.8746,-75.9211,433.3688,-75.9251,-9.0307,51.5486,-9.0312,-0.4456,-13.9782,0.0000,-13.9782,5.3931,-13.9782,0.8212,0.0000,-14.7995,0.0000,-14.7995,7.7611,-22.5605,7.2217,-29.7823,-0.3897,-29.3926,0.0000,-3.6170,13.1363,-38.9118,0.0000,0.0000,0.0000 -1153.5000,1.0000,16630.7802,70.3105,69.8990,-0.2342,0.0000,6,1122.7565,-75.1425,429.8429,-75.1425,-8.8349,50.5387,-8.8349,-0.4641,-13.6915,0.0000,-13.6915,5.3207,-13.6915,0.8075,0.0000,-14.4990,0.0000,-14.4990,7.6714,-22.1704,9.3560,-31.5264,-0.4059,-31.1205,0.0000,-3.5753,12.9846,-40.5298,0.0000,0.0000,0.0000 -1154.5000,1.0000,16650.0964,69.5285,69.1780,-0.2003,0.0000,6,1110.2690,-74.3976,427.3361,-74.3976,-8.6500,49.6851,-8.6500,-0.3925,-13.5603,0.0000,-13.5603,5.3028,-13.5603,0.7958,0.0000,-14.3561,0.0000,-14.3561,7.5861,-21.9422,3.3752,-25.3174,-0.3433,-24.9740,0.0000,-3.5355,12.8402,-34.2787,0.0000,0.0000,0.0000 -1155.5000,1.0000,16669.1605,68.6205,68.0830,-0.3042,0.0000,6,1095.7696,-73.4822,421.1497,-73.4822,-8.4320,48.3264,-8.4320,-0.5883,-13.1151,0.0000,-13.1151,5.2714,-13.1151,0.7794,0.0000,-13.8945,0.0000,-13.8945,7.4870,-21.3816,21.3299,-42.7115,-0.5146,-42.1969,0.0000,-3.4893,12.6725,-51.3801,0.0000,0.0000,0.0000 -1156.5000,1.0000,16687.8501,67.2725,66.4820,-0.4447,0.0000,6,1074.2440,-71.9414,412.0257,-71.9414,-8.0930,46.3507,-8.0930,-0.8433,-12.4187,0.0000,-12.4187,5.1689,-12.4187,0.7549,0.0000,-13.1736,0.0000,-13.1736,7.3400,-20.5136,42.3349,-62.8485,-0.7376,-62.1109,2.5334,-3.4208,12.4236,-73.6471,0.0000,0.0000,0.0000 -1157.5000,1.0000,16706.0042,65.3450,64.2280,-0.6261,0.0000,6,1043.4646,-69.7381,399.8067,-69.7381,-7.6204,43.6874,-7.6204,-1.1532,-11.6530,0.0000,-11.6530,5.1858,-11.6530,0.7226,0.0000,-12.3756,0.0000,-12.3756,7.1297,-19.5052,55.8233,-75.3285,-1.0087,-74.3198,17.6508,-3.3228,12.0669,-100.7147,0.0000,0.0000,0.0000 -1158.5000,1.0000,16723.4251,62.7050,61.2020,-0.8406,0.0000,6,1001.3077,-66.7204,379.4925,-66.7204,-6.9961,39.7923,-6.9961,-1.4857,-10.6350,0.0000,-10.6350,5.1245,-10.6350,0.6791,0.0000,-11.3141,0.0000,-11.3141,6.8416,-18.1557,67.4726,-85.6284,-1.2995,-84.3289,37.0302,-3.1885,11.5766,-129.7472,0.0000,0.0000,0.0000 -1159.5000,1.0000,16739.8634,59.1680,57.1540,-1.1244,0.0000,6,944.8269,-69.7789,372.5853,-69.7830,-6.9041,36.8644,-6.9045,-1.8753,-9.8428,0.0000,-9.8428,4.8140,-9.8428,0.6278,0.0000,-10.4706,0.0000,-10.4706,6.4557,-16.9263,89.4208,-106.3471,-1.6403,-104.7068,51.1595,-3.0087,10.9199,-163.7775,0.0000,0.0000,0.0000 -1160.5000,1.0000,16755.2689,55.4500,53.7660,-0.9411,0.0000,6,885.4559,-73.3873,397.5677,-73.3873,-6.8048,36.8644,-6.8048,-1.4709,-9.9452,0.0000,-9.9452,4.6114,-9.9452,0.5847,0.0000,-10.5299,0.0000,-10.5299,6.0500,-16.5800,53.3621,-69.9421,-1.2866,-68.6555,52.3929,-2.8196,10.2324,-128.4611,0.0000,0.0000,0.0000 -1161.5000,1.0000,16769.7038,51.9555,50.1650,-1.0003,0.0000,6,829.6538,-77.3775,424.3079,-77.3775,-6.7226,36.8644,-6.7226,-1.4649,-9.7343,0.0000,-9.7343,4.4765,-9.7343,0.5424,0.0000,-10.2767,0.0000,-10.2767,5.6688,-15.9455,58.9583,-74.9038,-1.2813,-73.6225,47.3640,-2.6419,9.5881,-127.9326,0.0000,0.0000,0.0000 -1162.5000,1.0000,16783.2435,48.7330,47.3210,-0.7900,0.0000,6,778.1952,-81.8367,452.3655,-81.8367,-6.6691,36.8644,-6.6691,-1.0852,-9.8552,0.0000,-9.8552,4.2713,-9.8552,0.5077,0.0000,-10.3629,0.0000,-10.3629,5.3172,-15.6801,28.5595,-44.2396,-0.9492,-43.2904,44.9663,-2.4781,8.9932,-94.7719,0.0000,0.0000,0.0000 -1163.5000,1.0000,16795.9008,45.5560,43.8110,-0.9750,0.0000,6,727.4631,-87.2782,483.9127,-87.2782,-6.6488,36.8644,-6.6488,-1.2520,-8.6884,0.0000,-8.6884,3.2916,-8.6884,0.4617,0.0000,-9.1502,0.0000,-9.1502,4.9705,-14.1207,45.4800,-59.6007,-1.0951,-58.5056,44.7449,-2.3165,8.4061,-109.3401,0.0000,0.0000,0.0000 -1164.5000,1.0000,16807.6119,42.1500,40.5090,-0.9172,0.0000,0,649.7191,40.0989,541.8166,-95.6169,2.7283,36.8644,-6.5056,-1.9838,0.0000,0.0000,0.0000,4.7121,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.5989,-4.5989,41.1126,-45.7115,-0.9532,-44.7583,44.7788,-2.1433,7.7765,-95.1703,1210.5229,1210.5229,1210.5229 -1165.5000,1.0000,16818.2376,38.2425,35.9960,-1.2536,0.0000,5,694.6731,-90.7952,506.7543,-90.7952,-6.6050,36.8644,-6.6050,4.0388,-15.1708,0.0000,-15.1708,4.5271,-18.3193,0.4114,0.0000,-18.7307,0.0000,-18.7307,4.1726,-22.9033,47.2251,-70.1284,-1.1820,-68.9464,43.9591,-1.9446,7.0544,-118.0153,0.0000,0.0000,0.0000 -1166.5000,1.0000,16827.6102,33.7315,31.4870,-1.2525,0.0000,5,739.8942,-85.9448,475.7824,-85.9448,-6.6591,36.8644,-6.6591,-2.2470,-8.6265,0.0000,-8.6265,4.2143,-8.6265,0.3175,0.0000,-8.9440,0.0000,-8.9440,3.6804,-12.6244,45.3029,-57.9273,-1.0416,-56.8856,42.6110,-1.7152,6.2208,-104.0022,0.0000,0.0000,0.0000 -1167.5000,1.0000,16835.6658,28.9900,26.5130,-1.3817,0.0000,0,645.2211,30.0807,545.5938,-96.0994,2.0325,36.8644,-6.4932,-1.7918,0.0000,0.0000,0.0000,3.8243,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1630,-3.1630,49.8612,-53.0243,-0.9875,-52.0367,42.6945,-1.4741,5.3438,-98.6009,1107.0035,1107.0035,1107.0035 -1168.5000,1.0000,16842.2888,23.8330,21.1730,-1.4833,0.0000,4,643.5128,-96.2826,547.0422,-96.2826,-6.4883,36.8644,-6.4883,1.7196,-11.4374,0.0000,-11.4374,3.2295,-13.7514,0.5596,0.0000,-14.3109,0.0000,-14.3109,2.6004,-16.9113,26.7923,-43.7036,-0.8716,-42.8320,41.0153,-1.2119,4.3902,-87.0255,0.0000,0.0000,0.0000 -1169.5000,1.0000,16847.3571,18.2360,15.3190,-1.6261,0.0000,0,643.5128,19.6807,547.0422,-96.2826,1.3263,36.8644,-6.4883,-1.7196,0.0000,0.0000,0.0000,3.0458,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.9897,-1.9897,33.0183,-35.0079,-0.7311,-34.2768,36.2919,-0.9273,3.3563,-72.9977,1002.2642,1002.2642,1002.2642 -1170.5000,1.0000,16851.0441,13.2630,11.2270,-1.1367,0.0000,2,768.2195,94.5403,506.0611,-82.9067,7.6056,40.7115,-6.6697,7.9361,-3.4009,0.0000,-3.4009,3.0704,-4.9018,0.7067,0.0000,-5.6085,0.0000,-5.6085,1.4471,-7.0556,0.0000,-7.0556,-0.3717,-6.6840,28.6621,-0.6744,2.4395,-37.1111,2176.5620,2176.5620,2176.5620 -1171.5000,1.0000,16853.6931,9.5265,7.8460,-0.9392,0.0000,2,795.3095,-44.9317,442.6310,-80.0010,-3.7421,36.8644,-6.6629,-6.8929,0.1151,0.0000,0.1151,3.0356,0.1151,0.4198,0.0000,-0.3047,0.0000,-0.3047,1.0394,-1.3441,0.0000,-1.3441,-0.2206,-1.1235,19.6324,-0.4844,1.7529,-22.0245,170.0346,170.0346,170.0346 -1172.5000,1.0000,16855.5121,6.5383,5.2505,-0.7210,0.0000,0,627.0900,31.1807,561.3686,-98.0441,2.0476,36.8644,-6.4384,-1.0432,0.0000,0.0000,0.0000,3.0908,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.7134,-0.7134,0.0000,-0.7134,-0.1162,-0.5972,10.1343,-0.3325,1.2050,-11.6040,1101.2353,1101.2353,1101.2353 -1173.5000,1.0000,16856.7687,4.5138,3.7970,-0.4038,0.0000,1,622.2222,62.9870,565.7603,-98.5662,4.1042,36.8644,-6.4225,0.8491,0.2407,-0.0184,0.2591,3.0143,0.2971,0.3298,0.0000,-0.0326,0.0000,-0.0326,0.4925,-0.5251,0.0000,-0.5251,-0.0449,-0.4802,3.4024,-0.2295,0.8332,-4.4863,1412.2758,1412.2758,1412.2758 -1174.5000,1.0000,16857.6238,3.0685,2.3600,-0.3992,0.0000,1,644.4444,28.2610,546.2513,-96.1827,1.9072,36.8644,-6.4910,0.0000,-1.0719,0.3277,-1.3996,2.9791,-1.3996,0.2204,0.0000,-1.6199,0.0000,-1.6199,0.3348,-1.9547,0.0000,-1.9547,-0.0302,-1.9245,0.6800,-0.1560,0.5667,-3.0152,1088.2375,1088.2375,1088.2375 -1175.5000,1.0000,16858.0453,1.5075,0.6750,-0.4681,0.0000,1,644.4444,35.9662,546.2513,-96.1827,2.4272,36.8644,-6.4910,0.0000,-0.5666,0.7178,-1.2844,2.9938,-1.2844,0.1037,0.0000,-1.3881,0.0000,-1.3881,0.1645,-1.5526,0.0000,-1.5526,-0.0174,-1.5352,0.0000,-0.0767,0.2784,-1.7369,1164.6735,1164.6735,1164.6735 -1176.5000,1.0000,16858.1431,0.3420,0.0290,-0.1794,0.0000,1,644.4444,43.8599,546.2513,-96.1827,2.9599,36.8644,-6.4910,0.0000,-0.0028,0.0474,-0.0502,2.9627,-0.0502,0.0193,0.0000,-0.0695,0.0000,-0.0695,0.0373,-0.1068,0.0000,-0.1068,-0.0015,-0.1053,0.0000,-0.0174,0.0632,-0.1511,1242.9786,1242.9786,1242.9786 -1177.5000,1.0000,16858.1487,0.0095,0.0110,-0.0050,0.0000,1,644.4444,44.1211,546.2513,-96.1827,2.9776,36.8644,-6.4910,0.0000,0.0000,-0.0027,0.0027,2.9776,0.0027,0.0005,0.0000,0.0022,0.0000,0.0022,0.0010,0.0012,0.0000,0.0012,0.0000,0.0012,0.0000,-0.0005,0.0018,-0.0001,1245.5707,1245.5707,1245.5707 -1178.5000,1.0000,16858.1520,0.0000,0.0130,0.0006,0.0000,1,644.4444,44.1701,546.2513,-96.1827,2.9809,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9809,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1246.0560,1246.0560,1246.0560 -1179.5000,1.0000,16858.1556,0.0000,0.0130,0.0000,0.0000,0,644.4444,45.0404,546.2513,-96.1827,3.0396,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.6897,1254.6897,1254.6897 -1180.5000,1.0000,16858.1592,0.0000,0.0130,0.0000,0.0000,0,622.2222,31.3632,565.7603,-98.5662,2.0436,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1098.5676,1098.5676,1098.5676 -1181.5000,1.0000,16858.1628,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8359,586.7144,-100.9497,2.8800,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8800,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.6923,1221.6923,1221.6923 -1182.5000,1.0000,16858.1665,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6858,586.7144,-100.9497,2.8705,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8705,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.2028,1220.2028,1220.2028 -1183.5000,1.0000,16858.1701,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6177,586.7144,-100.9497,2.8662,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8662,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.5278,1219.5278,1219.5278 -1184.5000,1.0000,16858.1737,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.5574,586.7144,-100.9497,2.8625,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8625,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.9292,1218.9292,1218.9292 -1185.5000,1.0000,16858.1773,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.9997,586.7144,-100.9497,2.8902,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8902,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.3166,1223.3166,1223.3166 -1186.5000,1.0000,16858.1809,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0213,586.7144,-100.9497,2.8916,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8916,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.5312,1223.5312,1223.5312 -1187.5000,1.0000,16858.1845,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6322,586.7144,-100.9497,2.8672,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8672,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.6717,1219.6717,1219.6717 -1188.5000,1.0000,16858.1881,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8742,586.7144,-100.9497,2.8824,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.0723,1222.0723,1222.0723 -1189.5000,1.0000,16858.1917,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.3978,586.7144,-100.9497,3.9834,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9834,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1395.9066,1395.9066,1395.9066 -1190.5000,1.0000,16858.1953,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.8729,586.7144,-100.9497,4.0133,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0133,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1400.6196,1400.6196,1400.6196 -1191.5000,1.0000,16858.1990,0.0000,0.0130,0.0000,0.0000,0,600.0000,62.5518,586.7144,-100.9497,3.9302,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9302,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1387.5138,1387.5138,1387.5138 -1192.5000,1.0000,16858.2026,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.2742,586.7144,-100.9497,3.9756,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.6797,1394.6797,1394.6797 -1193.5000,1.0000,16858.2062,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.1789,586.7144,-100.9497,3.9696,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9696,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1393.7346,1393.7346,1393.7346 -1194.5000,1.0000,16858.2098,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.0385,586.7144,-100.9497,3.9608,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9608,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1392.3415,1392.3415,1392.3415 -1195.5000,1.0000,16858.2134,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.5265,586.7144,-100.9497,3.9915,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9915,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1397.1826,1397.1826,1397.1826 -1196.5000,1.0000,16858.2170,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.5029,586.7144,-100.9497,3.9900,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9900,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1396.9486,1396.9486,1396.9486 -1197.5000,1.0000,16858.2206,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.1287,586.7144,-100.9497,3.9665,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9665,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1393.2367,1393.2367,1393.2367 -1198.5000,1.0000,16858.2242,0.0000,0.0130,0.0000,0.0000,0,600.0000,62.5060,586.7144,-100.9497,3.9274,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9274,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1387.0597,1387.0597,1387.0597 -1199.5000,1.0000,16858.2278,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.2066,586.7144,-100.9497,3.9714,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9714,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.0096,1394.0096,1394.0096 -1200.5000,1.0000,16858.2315,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.9904,586.7144,-100.9497,4.0206,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0206,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1401.7852,1401.7852,1401.7852 -1201.5000,1.0000,16858.2351,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.5961,586.7144,-100.9497,3.9959,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9959,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1397.8736,1397.8736,1397.8736 -1202.5000,1.0000,16858.2387,0.0000,0.0130,0.0000,0.0000,0,600.0000,64.1452,586.7144,-100.9497,4.0304,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0304,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1403.3202,1403.3202,1403.3202 -1203.5000,1.0000,16858.2423,0.0000,0.0130,0.0000,0.0000,0,600.0000,64.1787,586.7144,-100.9497,4.0325,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0325,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1403.6524,1403.6524,1403.6524 -1204.5000,1.0000,16858.2459,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.2319,586.7144,-100.9497,3.9730,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9730,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.2609,1394.2609,1394.2609 -1205.5000,1.0000,16858.2495,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.4663,586.7144,-100.9497,3.9877,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1396.5856,1396.5856,1396.5856 -1206.5000,1.0000,16858.2531,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.9933,586.7144,-100.9497,4.0208,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0208,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1401.8138,1401.8138,1401.8138 -1207.5000,1.0000,16858.2567,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.3775,586.7144,-100.9497,3.9821,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9821,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1395.7045,1395.7045,1395.7045 -1208.5000,1.0000,16858.2603,0.0000,0.0130,0.0000,0.0000,0,600.0000,64.0662,586.7144,-100.9497,4.0254,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0254,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1402.5372,1402.5372,1402.5372 -1209.5000,1.0000,16858.2640,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.4022,586.7144,-100.9497,2.8527,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8527,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.3894,1217.3894,1217.3894 -1210.5000,1.0000,16858.2676,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6491,586.7144,-100.9497,2.8682,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.8392,1219.8392,1219.8392 -1211.5000,1.0000,16858.2712,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.2370,586.7144,-100.9497,2.8423,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8423,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.7507,1215.7507,1215.7507 -1212.5000,1.0000,16858.2748,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0714,586.7144,-100.9497,2.8948,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8948,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.0287,1224.0287,1224.0287 -1213.5000,1.0000,16858.2784,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.9272,586.7144,-100.9497,2.8857,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.5974,1222.5974,1222.5974 -1214.5000,1.0000,16858.2820,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.3608,586.7144,-100.9497,2.9129,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9129,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.8996,1226.8996,1226.8996 -1215.5000,1.0000,16858.2856,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.9273,586.7144,-100.9497,2.8857,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.5993,1222.5993,1222.5993 -1216.5000,1.0000,16858.2892,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.3997,586.7144,-100.9497,2.8525,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8525,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.3646,1217.3646,1217.3646 -1217.5000,1.0000,16858.2928,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.3518,586.7144,-100.9497,2.8495,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8495,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1216.8897,1216.8897,1216.8897 -1218.5000,1.0000,16858.2965,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.2147,586.7144,-100.9497,2.8409,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8409,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.5297,1215.5297,1215.5297 -1219.5000,1.0000,16858.3001,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.5540,586.7144,-100.9497,2.8622,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8622,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.8952,1218.8952,1218.8952 -1220.5000,1.0000,16858.3037,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8144,586.7144,-100.9497,2.8786,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.4793,1221.4793,1221.4793 -1221.5000,1.0000,16858.3073,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6599,586.7144,-100.9497,2.8689,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8689,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.9461,1219.9461,1219.9461 -1222.5000,1.0000,16858.3109,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8166,586.7144,-100.9497,2.8787,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8787,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.5011,1221.5011,1221.5011 -1223.5000,1.0000,16858.3145,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.4386,586.7144,-100.9497,2.8550,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8550,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.7506,1217.7506,1217.7506 -1224.5000,1.0000,16858.3181,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.1047,586.7144,-100.9497,2.8340,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8340,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1214.4390,1214.4390,1214.4390 -1225.5000,1.0000,16858.3217,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.2324,586.7144,-100.9497,2.8420,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.7051,1215.7051,1215.7051 -1226.5000,1.0000,16858.3253,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6276,586.7144,-100.9497,2.8669,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8669,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.6258,1219.6258,1219.6258 -1227.5000,1.0000,16858.3290,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8518,586.7144,-100.9497,2.8810,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8810,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.8503,1221.8503,1221.8503 -1228.5000,1.0000,16858.3326,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.3876,586.7144,-100.9497,2.8518,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8518,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.2452,1217.2452,1217.2452 -1229.5000,1.0000,16858.3362,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.0937,586.7144,-100.9497,2.8333,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8333,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1214.3292,1214.3292,1214.3292 -1230.5000,1.0000,16858.3398,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.9253,586.7144,-100.9497,2.8856,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8856,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.5785,1222.5785,1222.5785 -1231.5000,1.0000,16858.3434,0.0000,0.0130,0.0000,0.0000,0,600.0000,44.8533,586.7144,-100.9497,2.8182,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8182,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1211.9451,1211.9451,1211.9451 -1232.5000,1.0000,16858.3470,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.7662,586.7144,-100.9497,2.8756,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.0006,1221.0006,1221.0006 -1233.5000,1.0000,16858.3506,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.5443,586.7144,-100.9497,2.8616,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8616,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.7993,1218.7993,1218.7993 -1234.5000,1.0000,16858.3542,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.5974,586.7144,-100.9497,2.8650,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.3265,1219.3265,1219.3265 -1235.5000,1.0000,16858.3578,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.1204,586.7144,-100.9497,2.8350,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8350,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1214.5947,1214.5947,1214.5947 -1236.5000,1.0000,16858.3615,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.0254,586.7144,-100.9497,2.8290,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8290,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1213.6520,1213.6520,1213.6520 -1237.5000,1.0000,16858.3651,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.3739,586.7144,-100.9497,2.8509,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8509,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.1091,1217.1091,1217.1091 -1238.5000,1.0000,16858.3687,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.2911,586.7144,-100.9497,2.9086,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9086,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.2078,1226.2078,1226.2078 -1239.5000,1.0000,16858.3723,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.2663,586.7144,-100.9497,2.9070,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9070,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.9621,1225.9621,1225.9621 -1240.5000,1.0000,16858.3765,0.0020,0.0170,0.0011,0.0000,1,600.0000,45.6934,586.7144,-100.9497,2.8710,36.8644,-6.3429,0.0000,0.0000,-0.0006,0.0006,2.8710,0.0006,0.0001,0.0000,0.0005,0.0000,0.0005,0.0002,0.0003,0.0000,0.0003,0.0000,0.0003,0.0000,-0.0001,0.0004,0.0000,1220.2784,1220.2784,1220.2784 -1241.5000,1.0000,16858.3806,0.0020,0.0130,-0.0011,0.0000,0,622.2222,56.8856,565.7603,-98.5662,3.7066,36.8644,-6.4225,0.8491,0.0000,-0.0006,0.0006,2.8575,0.0006,0.0001,0.0000,0.0005,0.0000,0.0005,0.0002,0.0003,0.0000,0.0003,0.0000,0.0003,0.0000,-0.0001,0.0004,0.0000,1351.7501,1351.7501,1351.7501 -1242.5000,1.0000,16858.3842,0.0000,0.0130,0.0000,0.0000,0,622.2222,31.0859,565.7603,-98.5662,2.0255,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,2.8747,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1095.8170,1095.8170,1095.8170 -1243.5000,1.0000,16858.3878,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0880,586.7144,-100.9497,2.8958,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8958,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.1933,1224.1933,1224.1933 -1244.5000,1.0000,16858.3915,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0363,586.7144,-100.9497,2.8925,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.6805,1223.6805,1223.6805 -1245.5000,1.0000,16858.3951,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0735,586.7144,-100.9497,2.8949,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8949,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.0494,1224.0494,1224.0494 -1246.5000,1.0000,16858.3987,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.5672,586.7144,-100.9497,2.8631,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8631,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.0270,1219.0270,1219.0270 -1247.5000,1.0000,16858.4023,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8744,586.7144,-100.9497,2.8824,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.0740,1222.0740,1222.0740 -1248.5000,1.0000,16858.4059,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6986,586.7144,-100.9497,2.8713,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8713,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.3303,1220.3303,1220.3303 -1249.5000,1.0000,16858.4095,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6117,586.7144,-100.9497,2.8659,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8659,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.4677,1219.4677,1219.4677 -1250.5000,1.0000,16858.4131,0.0000,0.0130,0.0000,0.0000,0,600.0000,44.2545,586.7144,-100.9497,2.7806,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.7806,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1206.0051,1206.0051,1206.0051 -1251.5000,1.0000,16858.4167,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.7924,586.7144,-100.9497,2.8772,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8772,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.2603,1221.2603,1221.2603 -1252.5000,1.0000,16858.4203,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.4327,586.7144,-100.9497,2.9175,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9175,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.6127,1227.6127,1227.6127 -1253.5000,1.0000,16858.4240,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.2484,586.7144,-100.9497,2.9059,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9059,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.7838,1225.7838,1225.7838 -1254.5000,1.0000,16858.4276,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0387,586.7144,-100.9497,2.8927,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.7035,1223.7035,1223.7035 -1255.5000,1.0000,16858.4312,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.9584,586.7144,-100.9497,2.8877,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.9078,1222.9078,1222.9078 -1256.5000,1.0000,16858.4348,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8146,586.7144,-100.9497,2.8786,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.4806,1221.4806,1221.4806 -1257.5000,1.0000,16858.4384,0.0000,0.0130,0.0000,0.0000,0,600.0000,47.0048,586.7144,-100.9497,2.9534,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9534,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.2877,1233.2877,1233.2877 -1258.5000,1.0000,16858.4420,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.1098,586.7144,-100.9497,2.8972,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8972,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.4089,1224.4089,1224.4089 -1259.5000,1.0000,16858.4456,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.4923,586.7144,-100.9497,2.9212,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9212,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.2037,1228.2037,1228.2037 -1260.5000,1.0000,16858.4492,0.0000,0.0130,0.0000,0.0000,0,600.0000,49.5925,586.7144,-100.9497,3.1160,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1160,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1258.9575,1258.9575,1258.9575 -1261.5000,1.0000,16858.4528,0.0000,0.0130,0.0000,0.0000,0,600.0000,49.0896,586.7144,-100.9497,3.0844,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0844,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1253.9686,1253.9686,1253.9686 -1262.5000,1.0000,16858.4573,0.0030,0.0190,0.0017,0.0000,1,600.0000,48.3349,586.7144,-100.9497,3.0370,36.8644,-6.3429,0.0000,0.0000,-0.0009,0.0009,3.0370,0.0009,0.0002,0.0000,0.0007,0.0000,0.0007,0.0003,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,-0.0002,0.0006,0.0000,1246.4821,1246.4821,1246.4821 -1263.5000,1.0000,16858.4620,0.0030,0.0150,-0.0011,0.0000,1,622.2222,59.7253,565.7603,-98.5662,3.8916,36.8644,-6.4225,0.8491,0.0000,-0.0009,0.0009,3.0425,0.0009,0.0002,0.0000,0.0007,0.0000,0.0007,0.0003,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,-0.0002,0.0006,0.0000,1379.9192,1379.9192,1379.9192 -1264.5000,1.0000,16858.4662,0.0000,0.0150,0.0000,0.0000,0,644.4444,45.5453,546.2513,-96.1827,3.0737,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0737,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1259.6983,1259.6983,1259.6983 -1265.5000,1.0000,16858.4703,0.0000,0.0150,0.0000,0.0000,0,622.2222,34.5153,565.7603,-98.5662,2.2490,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.0981,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1129.8362,1129.8362,1129.8362 -1266.5000,1.0000,16858.4745,0.0000,0.0150,0.0000,0.0000,0,600.0000,49.3863,586.7144,-100.9497,3.1030,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1030,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.9125,1256.9125,1256.9125 -1267.5000,1.0000,16858.4787,0.0000,0.0150,0.0000,0.0000,0,600.0000,49.1694,586.7144,-100.9497,3.0894,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0894,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.7603,1254.7603,1254.7603 -1268.5000,1.0000,16858.4831,0.0000,0.0170,0.0006,0.0000,1,600.0000,48.6955,586.7144,-100.9497,3.0596,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0596,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1250.0590,1250.0590,1250.0590 -1269.5000,1.0000,16858.4878,0.0000,0.0170,0.0000,0.0000,0,622.2222,59.5144,565.7603,-98.5662,3.8779,36.8644,-6.4225,0.8491,0.0000,0.0000,0.0000,3.0288,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1377.8268,1377.8268,1377.8268 -1270.5000,1.0000,16858.4926,0.0000,0.0170,0.0000,0.0000,0,622.2222,34.2728,565.7603,-98.5662,2.2332,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.0823,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1127.4302,1127.4302,1127.4302 -1271.5000,1.0000,16858.4976,0.0000,0.0190,0.0006,0.0000,1,600.0000,49.5517,586.7144,-100.9497,3.1134,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1134,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1258.5533,1258.5533,1258.5533 -1272.5000,1.0000,16858.5028,0.0000,0.0190,0.0000,0.0000,0,622.2222,59.9189,565.7603,-98.5662,3.9043,36.8644,-6.4225,0.8491,0.0000,0.0000,0.0000,3.0551,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1381.8401,1381.8401,1381.8401 -1273.5000,1.0000,16858.5081,0.0000,0.0190,0.0000,0.0000,0,622.2222,33.0785,565.7603,-98.5662,2.1554,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.0045,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1115.5835,1115.5835,1115.5835 -1274.5000,1.0000,16858.5134,0.0000,0.0190,0.0000,0.0000,0,600.0000,50.0381,586.7144,-100.9497,3.1440,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1440,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.3777,1263.3777,1263.3777 -1275.5000,1.0000,16858.5187,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.5796,586.7144,-100.9497,3.1152,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1152,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1258.8301,1258.8301,1258.8301 -1276.5000,1.0000,16858.5240,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.3504,586.7144,-100.9497,3.0379,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0379,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1246.6357,1246.6357,1246.6357 -1277.5000,1.0000,16858.5292,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.6210,586.7144,-100.9497,3.0549,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0549,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.3205,1249.3205,1249.3205 -1278.5000,1.0000,16858.5345,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.4870,586.7144,-100.9497,3.0465,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0465,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1247.9910,1247.9910,1247.9910 -1279.5000,1.0000,16858.5398,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.2457,586.7144,-100.9497,3.0942,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0942,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1255.5171,1255.5171,1255.5171 -1280.5000,1.0000,16858.5451,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.3994,586.7144,-100.9497,3.1039,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1039,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1257.0424,1257.0424,1257.0424 -1281.5000,1.0000,16858.5503,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.9664,586.7144,-100.9497,3.1395,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1395,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1262.6669,1262.6669,1262.6669 -1282.5000,1.0000,16858.5556,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.4622,586.7144,-100.9497,3.0450,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0450,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1247.7455,1247.7455,1247.7455 -1283.5000,1.0000,16858.5609,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.9716,586.7144,-100.9497,3.0770,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0770,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1252.7986,1252.7986,1252.7986 -1284.5000,1.0000,16858.5662,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.3776,586.7144,-100.9497,3.1025,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1025,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.8253,1256.8253,1256.8253 -1285.5000,1.0000,16858.5715,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.1617,586.7144,-100.9497,3.0889,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0889,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.6839,1254.6839,1254.6839 -1286.5000,1.0000,16858.5767,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.2280,586.7144,-100.9497,3.0303,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0303,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1245.4216,1245.4216,1245.4216 -1287.5000,1.0000,16858.5820,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.3542,586.7144,-100.9497,3.0382,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0382,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1246.6732,1246.6732,1246.6732 -1288.5000,1.0000,16858.5873,0.0000,0.0190,0.0000,0.0000,0,600.0000,67.5159,586.7144,-100.9497,4.2421,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2421,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1436.7576,1436.7576,1436.7576 -1289.5000,1.0000,16858.5926,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.3829,586.7144,-100.9497,4.1710,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1425.5182,1425.5182,1425.5182 -1290.5000,1.0000,16858.5978,0.0000,0.0190,0.0000,0.0000,0,600.0000,67.4009,586.7144,-100.9497,4.2349,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2349,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1435.6172,1435.6172,1435.6172 -1291.5000,1.0000,16858.6031,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.3396,586.7144,-100.9497,4.1682,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1425.0883,1425.0883,1425.0883 -1292.5000,1.0000,16858.6084,0.0000,0.0190,0.0000,0.0000,0,600.0000,65.5160,586.7144,-100.9497,4.1165,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1165,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1416.9186,1416.9186,1416.9186 -1293.5000,1.0000,16858.6137,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.1499,586.7144,-100.9497,4.1563,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1563,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1423.2074,1423.2074,1423.2074 -1294.5000,1.0000,16858.6190,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.4929,586.7144,-100.9497,4.1779,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1779,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1426.6091,1426.6091,1426.6091 -1295.5000,1.0000,16858.6242,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.5825,586.7144,-100.9497,4.1835,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1835,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1427.4987,1427.4987,1427.4987 -1296.5000,1.0000,16858.6295,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.7247,586.7144,-100.9497,4.1924,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1924,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1428.9092,1428.9092,1428.9092 -1297.5000,1.0000,16858.6348,0.0000,0.0190,0.0000,0.0000,0,600.0000,67.1029,586.7144,-100.9497,4.2162,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2162,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1432.6609,1432.6609,1432.6609 -1298.5000,1.0000,16858.6401,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.2858,586.7144,-100.9497,4.1649,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1649,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1424.5548,1424.5548,1424.5548 -1299.5000,1.0000,16858.6453,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.8757,586.7144,-100.9497,4.2019,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1430.4070,1430.4070,1430.4070 +time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h],FC-AAUX [g/h],FC-Final [g/h] +1.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,622.2222,71.3835,565.7603,-98.5662,4.6513,36.8644,-6.4225,0.8491,0.0000,0.0000,0.0000,3.8021,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1495.5684,1495.5684,1495.5684,1495.5684,1495.5684 +2.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.6298,546.2513,-96.1827,3.8892,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8892,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1379.5765,1379.5765,1379.5765,1379.5765,1379.5765 +3.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.1136,546.2513,-96.1827,3.8544,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8544,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.4561,1374.4561,1374.4561,1374.4561,1374.4561 +4.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.0114,546.2513,-96.1827,3.8475,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8475,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1373.4421,1373.4421,1373.4421,1373.4421,1373.4421 +5.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.5464,546.2513,-96.1827,3.8836,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8836,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1378.7492,1378.7492,1378.7492,1378.7492,1378.7492 +6.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.1493,546.2513,-96.1827,3.8568,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.8097,1374.8097,1374.8097,1374.8097,1374.8097 +7.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.6875,546.2513,-96.1827,3.8931,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8931,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1380.1490,1380.1490,1380.1490,1380.1490,1380.1490 +8.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.9654,546.2513,-96.1827,3.8444,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8444,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1372.9861,1372.9861,1372.9861,1372.9861,1372.9861 +9.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.7317,546.2513,-96.1827,3.8286,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8286,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1370.6674,1370.6674,1370.6674,1370.6674,1370.6674 +10.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.1495,546.2513,-96.1827,3.8568,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.8116,1374.8116,1374.8116,1374.8116,1374.8116 +11.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.4795,546.2513,-96.1827,3.7441,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7441,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1358.2455,1358.2455,1358.2455,1358.2455,1358.2455 +12.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.3154,546.2513,-96.1827,3.8680,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8680,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1376.4579,1376.4579,1376.4579,1376.4579,1376.4579 +13.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.7661,546.2513,-96.1827,3.7634,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7634,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1361.0883,1361.0883,1361.0883,1361.0883,1361.0883 +14.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.0513,546.2513,-96.1827,3.8502,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8502,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1373.8377,1373.8377,1373.8377,1373.8377,1373.8377 +15.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.9019,546.2513,-96.1827,3.8401,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8401,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1372.3561,1372.3561,1372.3561,1372.3561,1372.3561 +16.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.6648,546.2513,-96.1827,3.7566,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7566,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1360.0842,1360.0842,1360.0842,1360.0842,1360.0842 +17.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.5688,546.2513,-96.1827,3.8176,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8176,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1369.0514,1369.0514,1369.0514,1369.0514,1369.0514 +18.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.8522,546.2513,-96.1827,3.8367,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8367,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1371.8625,1371.8625,1371.8625,1371.8625,1371.8625 +19.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.6024,546.2513,-96.1827,3.8199,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8199,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1369.3843,1369.3843,1369.3843,1369.3843,1369.3843 +20.5000,1.0000,0.0458,0.1650,0.0000,0.0917,0.0000,1,644.4444,59.2472,546.2513,-96.1827,3.9984,36.8644,-6.4910,0.0000,0.1716,0.0858,0.0858,3.8268,0.0858,0.0081,0.0000,0.0777,0.0000,0.0777,0.0180,0.0597,0.0000,0.0597,0.0004,0.0593,0.0000,-0.0084,0.0305,0.0372,1395.6208,1395.6208,1395.6208,1395.6208,1395.6208 +21.5000,1.0000,0.4165,1.3345,0.3300,0.5581,0.0000,1,644.4444,130.4800,546.2513,-96.1827,8.8056,36.8644,-6.4910,0.0000,3.9959,1.7161,2.2798,4.8097,2.2798,0.0942,0.0000,2.1856,0.0000,2.1856,0.1554,2.0302,0.0000,2.0302,0.0184,2.0119,0.0000,-0.0679,0.2464,1.8333,2234.1736,2234.1736,2234.1736,2234.1736,2234.1736 +22.5000,1.0000,1.0732,2.3640,2.3390,0.0139,0.0000,1,644.4444,84.3861,546.2513,-96.1827,5.6949,36.8644,-6.4910,0.0000,0.8079,0.0085,0.7995,4.8870,0.7995,0.1435,0.0000,0.6559,0.0000,0.6559,0.2579,0.3980,0.0000,0.3980,0.0008,0.3972,0.0000,-0.1202,0.4366,0.0808,1671.6304,1671.6304,1671.6304,1671.6304,1671.6304 +23.5000,1.0000,1.9456,3.1405,2.3890,0.4175,0.0000,1,644.4444,148.2849,546.2513,-96.1827,10.0072,36.8644,-6.4910,0.0000,5.2720,1.0180,4.2541,4.7351,4.2541,0.2248,0.0000,4.0292,0.0000,4.0292,0.3490,3.6802,0.0000,3.6802,0.0323,3.6479,0.0000,-0.1597,0.5800,3.2276,2435.5463,2435.5463,2435.5463,2435.5463,2435.5463 +24.5000,1.0000,3.2883,4.8340,3.8920,0.5233,0.0000,1,746.3987,229.1197,471.6362,-85.2471,17.9086,36.8644,-6.6631,4.6733,8.3083,0.4052,7.9031,4.9270,7.9031,0.4098,0.0000,7.4933,0.0000,7.4933,0.5565,6.9368,0.0000,6.9368,0.0624,6.8744,0.0000,-0.2458,0.8927,6.2275,3834.4236,3834.4236,3834.4236,3834.4236,3834.4236 +25.5000,1.0000,4.8979,5.7945,5.7760,0.0103,0.0000,1,851.0702,81.0922,474.6415,-75.8461,7.2273,42.3019,-6.7597,0.1420,1.9961,0.0000,1.9961,5.0891,1.9961,0.4404,0.0000,1.5558,0.0000,1.5558,0.6322,0.9235,0.0000,0.9235,0.0015,0.9221,0.0000,-0.2946,1.0701,0.1466,2131.4723,2131.4723,2131.4723,2131.4723,2131.4723 +26.5000,1.0000,6.4654,5.6430,5.8130,-0.0944,0.0000,1,828.8186,49.8932,424.7354,-77.4372,4.3304,36.8644,-6.7211,-1.2709,0.4854,0.0000,0.4854,5.1159,0.4854,0.4396,0.0000,0.0458,0.0000,0.0458,0.6157,-0.5699,0.0000,-0.5699,-0.0131,-0.5568,0.0000,-0.2869,1.0421,-1.3119,1654.9346,1654.9346,1654.9346,1654.9346,1654.9346 +27.5000,1.0000,7.9300,5.2725,5.4730,-0.1114,0.0000,1,774.4012,47.2412,454.5817,-82.2436,3.8310,36.8644,-6.6696,-1.4005,0.2250,0.0000,0.2250,5.0065,0.2250,0.4043,0.0000,-0.1793,0.0000,-0.1793,0.5753,-0.7546,0.0000,-0.7546,-0.0145,-0.7401,0.0000,-0.2681,0.9737,-1.4457,1534.8824,1534.8824,1534.8824,1534.8824,1534.8824 +28.5000,1.0000,9.2769,4.8490,5.0720,-0.1239,0.0000,1,712.1994,47.4365,494.2838,-88.9153,3.5379,36.8644,-6.6314,-1.4325,0.0486,0.0000,0.0486,4.9218,0.0486,0.3642,0.0000,-0.3156,0.0000,-0.3156,0.5291,-0.8447,0.0000,-0.8447,-0.0148,-0.8299,0.0000,-0.2466,0.8955,-1.4788,1355.0442,1355.0442,1355.0442,1355.0442,1355.0442 +29.5000,1.0000,10.5646,4.6355,4.6260,0.0053,0.0000,1,680.8415,91.8337,517.0493,-92.2787,6.5475,36.8644,-6.5792,0.0583,1.5160,0.0000,1.5160,4.9732,1.5160,0.3291,0.0000,1.1869,0.0000,1.1869,0.5058,0.6812,0.0000,0.6812,0.0006,0.6806,0.0000,-0.2357,0.8561,0.0602,1882.3505,1882.3505,1882.3505,1882.3505,1882.3505 +30.5000,1.0000,11.8244,4.5355,4.6450,-0.0608,0.0000,1,666.1540,72.1023,528.4494,-93.8541,5.0298,36.8644,-6.5472,-0.6579,0.7432,0.0000,0.7432,4.9446,0.7432,0.3273,0.0000,0.4158,0.0000,0.4158,0.4949,-0.0790,0.0000,-0.0790,-0.0068,-0.0722,0.0000,-0.2306,0.8376,-0.6792,1563.9890,1563.9890,1563.9890,1563.9890,1563.9890 +31.5000,1.0000,13.1656,4.8280,4.4260,0.2233,0.0000,1,709.1150,156.7385,496.4337,-89.2461,11.6391,36.8644,-6.6273,2.5712,4.1888,0.0000,4.1888,4.8791,4.1888,0.3351,0.0000,3.8538,0.0000,3.8538,0.5268,3.3270,0.0000,3.3270,0.0266,3.3004,0.0000,-0.2455,0.8916,2.6543,2740.8466,2740.8466,2740.8466,2740.8466,2740.8466 +32.5000,1.0000,14.7229,5.6065,5.2300,0.2092,0.0000,1,823.4576,143.1348,427.5006,-77.8205,12.3428,36.8644,-6.7106,2.7964,4.6827,0.0000,4.6827,4.8637,4.6827,0.4050,0.0000,4.2777,0.0000,4.2777,0.6117,3.6660,0.0000,3.6660,0.0289,3.6371,0.0000,-0.2851,1.0354,2.8868,2978.5031,2978.5031,2978.5031,2978.5031,2978.5031 +33.5000,1.0000,16.3857,5.9860,5.9830,0.0017,0.0000,1,879.1969,75.9604,452.3323,-73.8349,6.9936,41.6459,-6.7979,0.0238,1.9403,0.0000,1.9403,5.0296,1.9403,0.4613,0.0000,1.4790,0.0000,1.4790,0.6531,0.8259,0.0000,0.8259,0.0002,0.8256,0.0000,-0.3044,1.1055,0.0246,2115.0449,2115.0449,2115.0449,2115.0449,2115.0449 +34.5000,1.0000,18.0233,5.8955,5.9890,-0.0519,0.0000,1,865.9047,59.5757,415.3564,-74.7853,5.4022,37.6634,-6.7813,-0.7303,1.1305,0.0000,1.1305,5.0019,1.1305,0.4597,0.0000,0.6708,0.0000,0.6708,0.6432,0.0276,0.0000,0.0276,-0.0076,0.0351,0.0000,-0.2998,1.0888,-0.7539,1800.2051,1800.2051,1800.2051,1800.2051,1800.2051 +35.5000,1.0000,19.6322,5.7920,5.8020,-0.0056,0.0000,1,850.7031,74.2714,413.8091,-75.8723,6.6165,36.8644,-6.7591,-0.0767,1.7694,0.0000,1.7694,4.9238,1.7694,0.4424,0.0000,1.3271,0.0000,1.3271,0.6320,0.6951,0.0000,0.6951,-0.0008,0.6959,0.0000,-0.2945,1.0696,-0.0792,2001.0293,2001.0293,2001.0293,2001.0293,2001.0293 +36.5000,1.0000,21.2472,5.8140,5.7820,0.0178,0.0000,1,853.9343,81.3430,412.2432,-75.6413,7.2740,36.8644,-6.7641,0.2465,2.1107,0.0000,2.1107,4.9168,2.1107,0.4413,0.0000,1.6694,0.0000,1.6694,0.6344,1.0350,0.0000,1.0350,0.0025,1.0325,0.0000,-0.2956,1.0737,0.2544,2144.6930,2144.6930,2144.6930,2144.6930,2144.6930 +37.5000,1.0000,22.9228,6.0320,5.8460,0.1033,0.0000,1,885.9532,106.2644,426.1312,-73.3517,9.8589,39.5351,-6.8053,1.4863,3.4661,0.0000,3.4661,4.9065,3.4661,0.4510,0.0000,3.0151,0.0000,3.0151,0.6581,2.3570,0.0000,2.3570,0.0154,2.3416,0.0000,-0.3067,1.1140,1.5344,2679.7188,2679.7188,2679.7188,2679.7188,2679.7188 +38.5000,1.0000,24.7068,6.4225,6.2180,0.1136,0.0000,1,943.3081,108.3279,462.9384,-69.8699,10.7010,45.7304,-6.9020,1.7400,3.8641,0.0000,3.8641,5.0969,3.8641,0.4896,0.0000,3.3744,0.0000,3.3744,0.7007,2.6737,0.0000,2.6737,0.0180,2.6557,0.0000,-0.3266,1.1861,1.7962,2874.7379,2874.7379,2874.7379,2874.7379,2874.7379 +39.5000,1.0000,26.5778,6.7355,6.6270,0.0603,0.0000,1,989.2801,90.9449,484.9935,-67.2400,9.4216,50.2440,-6.9659,0.9682,3.1774,0.0000,3.1774,5.2761,3.1774,0.5317,0.0000,2.6457,0.0000,2.6457,0.7349,1.9108,0.0000,1.9108,0.0100,1.9008,0.0000,-0.3425,1.2439,0.9994,2726.1902,2726.1902,2726.1902,2726.1902,2726.1902 +40.5000,1.0000,28.5218,6.9985,6.8440,0.0858,0.0000,1,1027.9084,98.7806,488.6265,-68.6246,10.6330,52.5969,-7.3869,1.4324,3.7499,0.0000,3.7499,5.4506,3.7499,0.5562,0.0000,3.1937,0.0000,3.1937,0.7636,2.4301,0.0000,2.4301,0.0148,2.4153,0.0000,-0.3559,1.2924,1.4787,2930.8187,2930.8187,2930.8187,2930.8187,2930.8187 +41.5000,1.0000,30.5406,7.2675,7.1530,0.0636,0.0000,1,1067.4179,79.7563,502.1860,-71.4528,8.9151,56.1342,-7.9870,1.1024,3.5051,0.0000,3.5051,4.3076,3.5051,0.5902,0.0000,2.9149,0.0000,2.9149,0.7929,2.1220,0.0000,2.1220,0.0114,2.1106,0.0000,-0.3695,1.3421,1.1380,2653.0691,2653.0691,2653.0691,2653.0691,2653.0691 +42.5000,1.0000,32.6031,7.4250,7.3820,0.0239,0.0000,1,1090.5508,67.2202,499.8591,-73.1087,7.6767,57.0850,-8.3492,0.4230,2.8602,0.0000,2.8602,4.3935,2.8602,0.6154,0.0000,2.2448,0.0000,2.2448,0.8101,1.4347,0.0000,1.4347,0.0044,1.4303,0.0000,-0.3776,1.3712,0.4366,2468.1446,2468.1446,2468.1446,2468.1446,2468.1446 +43.5000,1.0000,34.6757,7.4615,7.4680,-0.0036,0.0000,1,1095.9117,58.4927,495.8981,-73.4924,6.7128,56.9111,-8.4343,-0.0643,2.3704,0.0000,2.3704,4.4067,2.3704,0.6247,0.0000,1.7457,0.0000,1.7457,0.8141,0.9315,0.0000,0.9315,-0.0007,0.9322,0.0000,-0.3794,1.3780,-0.0663,2332.3658,2332.3658,2332.3658,2332.3658,2332.3658 +44.5000,1.0000,36.7428,7.4415,7.4550,-0.0075,0.0000,1,1092.9742,57.2348,491.1491,-73.2821,6.5509,56.2150,-8.3876,-0.1331,2.2921,0.0000,2.2921,4.3918,2.2921,0.6231,0.0000,1.6690,0.0000,1.6690,0.8119,0.8571,0.0000,0.8571,-0.0014,0.8585,0.0000,-0.3784,1.3743,-0.1374,2310.3650,2310.3650,2310.3650,2310.3650,2310.3650 +45.5000,1.0000,38.8010,7.4095,7.4280,-0.0103,0.0000,1,1088.2742,56.5302,489.3292,-72.9457,6.4424,55.7658,-8.3132,-0.1816,2.2305,0.0000,2.2305,4.3935,2.2305,0.6199,0.0000,1.6107,0.0000,1.6107,0.8084,0.8022,0.0000,0.8022,-0.0019,0.8041,0.0000,-0.3768,1.3684,-0.1875,2296.0420,2296.0420,2296.0420,2296.0420,2296.0420 +46.5000,1.0000,40.8528,7.3865,7.3910,-0.0025,0.0000,1,1084.8961,59.1562,488.0537,-72.7039,6.7207,55.4478,-8.2599,-0.0440,2.3643,0.0000,2.3643,4.4005,2.3643,0.6158,0.0000,1.7485,0.0000,1.7485,0.8059,0.9426,0.0000,0.9426,-0.0005,0.9430,0.0000,-0.3756,1.3641,-0.0455,2335.7402,2335.7402,2335.7402,2335.7402,2335.7402 +47.5000,1.0000,42.9071,7.3955,7.3820,0.0075,0.0000,1,1086.2180,61.8052,489.5549,-72.7985,7.0302,55.6861,-8.2807,0.1323,2.5495,0.0000,2.5495,4.3485,2.5495,0.6150,0.0000,1.9345,0.0000,1.9345,0.8069,1.1276,0.0000,1.1276,0.0014,1.1262,0.0000,-0.3761,1.3658,0.1365,2378.8838,2378.8838,2378.8838,2378.8838,2378.8838 +48.5000,1.0000,44.9547,7.3715,7.4090,-0.0208,0.0000,1,1082.6929,53.2240,490.0333,-72.5462,6.0345,55.5597,-8.2252,-0.3662,2.0263,0.0000,2.0263,4.3744,2.0263,0.6174,0.0000,1.4090,0.0000,1.4090,0.8043,0.6047,0.0000,0.6047,-0.0038,0.6085,0.0000,-0.3748,1.3613,-0.3780,2221.7013,2221.7013,2221.7013,2221.7013,2221.7013 +49.5000,1.0000,46.9894,7.3250,7.3340,-0.0050,0.0000,1,1075.8632,58.3131,484.1308,-72.0573,6.5698,54.5442,-8.1183,-0.0873,2.2975,0.0000,2.2975,4.3596,2.2975,0.6091,0.0000,1.6884,0.0000,1.6884,0.7992,0.8892,0.0000,0.8892,-0.0009,0.8901,0.0000,-0.3725,1.3527,-0.0902,2303.9760,2303.9760,2303.9760,2303.9760,2303.9760 +50.5000,1.0000,49.0206,7.3120,7.3160,-0.0022,0.0000,1,1073.9539,58.8784,485.9867,-71.9206,6.6217,54.6561,-8.0885,-0.0387,2.3430,0.0000,2.3430,4.3174,2.3430,0.6071,0.0000,1.7359,0.0000,1.7359,0.7978,0.9381,0.0000,0.9381,-0.0004,0.9385,0.0000,-0.3718,1.3503,-0.0400,2310.4619,2310.4619,2310.4619,2310.4619,2310.4619 +51.5000,1.0000,51.0408,7.2730,7.3080,-0.0194,0.0000,1,1068.2257,53.7028,484.8628,-71.5106,6.0074,54.2389,-7.9995,-0.3372,2.0209,0.0000,2.0209,4.3237,2.0209,0.6057,0.0000,1.4152,0.0000,1.4152,0.7935,0.6217,0.0000,0.6217,-0.0035,0.6252,0.0000,-0.3698,1.3431,-0.3481,2197.5767,2197.5767,2197.5767,2197.5767,2197.5767 +52.5000,1.0000,52.9194,6.7630,7.2380,-0.2639,0.0000,1,993.3192,-20.8326,463.7556,-67.0090,-2.1670,48.2399,-6.9703,-4.2558,-2.2057,0.0000,-2.2057,4.2945,-2.2057,0.5886,0.0000,-2.7943,0.0000,-2.7943,0.7379,-3.5322,0.0000,-3.5322,-0.0440,-3.4882,0.0000,-0.3439,1.2490,-4.3933,669.0728,669.0728,669.0728,669.0728,669.0728 +53.5000,1.0000,54.6232,6.1335,6.2880,-0.0858,0.0000,1,900.8610,35.8077,390.7691,-72.2980,3.3780,36.8644,-6.8204,-1.2554,0.6709,0.0000,0.6709,3.9625,0.6709,0.4899,0.0000,0.1811,0.0000,0.1811,0.6692,-0.4881,0.0000,-0.4881,-0.0130,-0.4751,0.0000,-0.3119,1.1327,-1.2960,1478.2542,1478.2542,1478.2542,1478.2542,1478.2542 +54.5000,1.0000,56.2435,5.8330,5.9790,-0.0811,0.0000,1,856.7249,38.1512,410.9004,-75.4417,3.4228,36.8644,-6.7683,-1.1282,0.6981,0.0000,0.6981,3.8529,0.6981,0.4574,0.0000,0.2407,0.0000,0.2407,0.6364,-0.3957,0.0000,-0.3957,-0.0117,-0.3841,0.0000,-0.2966,1.0772,-1.1647,1498.8083,1498.8083,1498.8083,1498.8083,1498.8083 +55.5000,1.0000,57.8371,5.7370,5.6870,0.0278,0.0000,1,842.6249,72.7261,417.7762,-76.4500,6.4173,36.8644,-6.7459,0.3800,2.2220,0.0000,2.2220,3.8153,2.2220,0.4321,0.0000,1.7899,0.0000,1.7899,0.6260,1.1640,0.0000,1.1640,0.0039,1.1601,0.0000,-0.2917,1.0595,0.3923,1977.2511,1977.2511,1977.2511,1977.2511,1977.2511 +56.5000,1.0000,59.4224,5.7070,5.7870,-0.0444,0.0000,1,838.2186,49.9908,419.9723,-76.7650,4.3881,36.8644,-6.7383,-0.6048,1.1950,0.0000,1.1950,3.7980,1.1950,0.4392,0.0000,0.7558,0.0000,0.7558,0.6227,0.1331,0.0000,0.1331,-0.0063,0.1394,0.0000,-0.2902,1.0539,-0.6244,1658.8814,1658.8814,1658.8814,1658.8814,1658.8814 +57.5000,1.0000,60.9322,5.4355,5.6270,-0.1064,0.0000,1,798.3419,32.0727,440.9497,-79.6758,2.6814,36.8644,-6.6611,-1.3790,0.3027,0.0000,0.3027,3.7576,0.3027,0.4201,0.0000,-0.1173,0.0000,-0.1173,0.5931,-0.7104,0.0000,-0.7104,-0.0143,-0.6961,0.0000,-0.2764,1.0038,-1.4235,1393.5483,1393.5483,1393.5483,1393.5483,1393.5483 +58.5000,1.0000,62.3318,5.0385,5.2440,-0.1142,0.0000,1,740.0323,35.6028,475.6936,-85.9300,2.7591,36.8644,-6.6592,-1.3717,0.1753,0.0000,0.1753,3.9555,0.1753,0.3815,0.0000,-0.2062,0.0000,-0.2062,0.5497,-0.7559,0.0000,-0.7559,-0.0142,-0.7417,0.0000,-0.2562,0.9305,-1.4160,1271.6546,1271.6546,1271.6546,1271.6546,1271.6546 +59.5000,1.0000,63.5126,4.2510,4.8330,-0.3233,0.0000,1,677.1469,9.9560,519.8704,-92.6750,0.7060,36.8644,-6.5716,-1.3599,-1.8644,0.1914,-2.0558,3.9303,-2.0558,0.3289,0.0000,-2.3847,0.0000,-2.3847,0.4638,-2.8485,0.0000,-2.8485,-0.0339,-2.8146,0.0000,-0.2162,0.7851,-3.3835,936.7386,936.7386,936.7386,936.7386,936.7386 +60.5000,1.0000,64.4635,3.4230,3.6690,-0.1367,0.0000,1,644.4444,57.3600,546.2513,-96.1827,3.8710,36.8644,-6.4910,0.0000,-0.0882,0.0068,-0.0950,3.9592,-0.0950,0.2366,0.0000,-0.3316,0.0000,-0.3316,0.3735,-0.7050,0.0000,-0.7050,-0.0115,-0.6935,0.0000,-0.1741,0.6321,-1.1516,1376.9002,1376.9002,1376.9002,1376.9002,1376.9002 +61.5000,1.0000,65.2910,2.9790,3.1770,-0.1100,0.0000,1,644.4444,57.4604,546.2513,-96.1827,3.8778,36.8644,-6.4910,0.0000,0.0999,-0.0071,0.1070,3.7779,0.1070,0.1981,0.0000,-0.0910,0.0000,-0.0910,0.3250,-0.4161,0.0000,-0.4161,-0.0081,-0.4080,0.0000,-0.1515,0.5501,-0.8067,1377.8959,1377.8959,1377.8959,1377.8959,1377.8959 +62.5000,1.0000,66.0639,2.7825,2.7810,0.0008,0.0000,1,644.4444,68.3126,546.2513,-96.1827,4.6101,36.8644,-6.4910,0.0000,0.8572,0.0005,0.8567,3.7530,0.8567,0.1750,0.0000,0.6817,0.0000,0.6817,0.3036,0.3781,0.0000,0.3781,0.0001,0.3781,0.0000,-0.1415,0.5139,0.0057,1485.5497,1485.5497,1485.5497,1485.5497,1485.5497 +63.5000,1.0000,66.8740,2.9165,2.7840,0.0736,0.0000,1,644.4444,76.5354,546.2513,-96.1827,5.1651,36.8644,-6.4910,0.0000,1.4868,0.0646,1.4222,3.6782,1.4222,0.1799,0.0000,1.2423,0.0000,1.2423,0.3182,0.9241,0.0000,0.9241,0.0053,0.9188,0.0000,-0.1483,0.5386,0.5285,1567.1203,1567.1203,1567.1203,1567.1203,1567.1203 +64.5000,1.0000,67.7031,2.9845,3.0490,-0.0358,0.0000,1,644.4444,65.8618,546.2513,-96.1827,4.4448,36.8644,-6.4910,0.0000,0.6381,-0.0141,0.6522,3.8066,0.6522,0.1931,0.0000,0.4591,0.0000,0.4591,0.3256,0.1335,0.0000,0.1335,-0.0026,0.1361,0.0000,-0.1518,0.5512,-0.2633,1461.2375,1461.2375,1461.2375,1461.2375,1461.2375 +65.5000,1.0000,68.6744,3.4970,2.9200,0.3206,0.0000,1,644.4444,121.6312,546.2513,-96.1827,8.2084,36.8644,-6.4910,0.0000,4.5148,0.6394,3.8754,3.6936,3.8754,0.2387,0.0000,3.6367,0.0000,3.6367,0.3816,3.2551,0.0000,3.2551,0.0276,3.2275,0.0000,-0.1778,0.6458,2.7595,2134.0929,2134.0929,2134.0929,2134.0929,2134.0929 +66.5000,1.0000,70.0569,4.9770,4.0740,0.5017,0.0000,1,754.0363,213.6341,466.8590,-84.4279,16.8691,36.8644,-6.6666,5.0748,8.1102,0.2478,7.8624,3.6841,7.8624,0.4196,0.0000,7.4428,0.0000,7.4428,0.5689,6.8739,0.0000,6.8739,0.0616,6.8123,0.0000,-0.2531,0.9191,6.1463,3654.2104,3654.2104,3654.2104,3654.2104,3654.2104 +67.5000,1.0000,71.8329,6.3935,5.8800,0.2853,0.0000,1,939.0487,150.4653,498.3343,-70.1135,14.7963,49.0047,-6.8948,4.3493,6.5976,0.0000,6.5976,3.8494,6.5976,0.5095,0.0000,6.0881,0.0000,6.0881,0.6976,5.3905,0.0000,5.3905,0.0450,5.3455,0.0000,-0.3251,1.1807,4.4899,3465.7664,3465.7664,3465.7664,3465.7664,3465.7664 +68.5000,1.0000,73.9839,7.7435,6.9070,0.4647,0.0000,1,1137.3306,204.6703,533.2435,-76.0119,24.3764,63.5098,-9.0531,8.5812,11.5937,0.0000,11.5937,4.2015,11.5937,0.7359,0.0000,10.8578,0.0000,10.8578,0.8743,9.9835,0.0000,9.9835,0.0887,9.8948,0.0000,-0.3938,1.4300,8.8585,5182.7327,5182.7327,5182.7327,5182.7327,5182.7327 +69.5000,1.0000,76.4307,8.8085,8.5800,0.1269,0.0000,1,1293.7531,97.8343,594.3351,-85.3106,13.2547,80.5214,-11.5580,2.6664,5.6818,0.0000,5.6818,4.9065,5.6818,0.7617,0.0000,4.9201,0.0000,4.9201,0.9611,3.9590,0.0000,3.9590,0.0276,3.9314,0.0000,-0.4479,1.6267,2.7526,3252.0285,3252.0285,3252.0285,3252.0285,3252.0285 +70.5000,1.0000,78.8921,8.8611,9.0370,-0.0977,0.0000,0,1193.2536,-37.4808,538.7258,-79.3478,-4.6835,67.3177,-9.9151,-9.8238,0.0000,0.0000,0.0000,5.1403,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9668,-0.9668,0.0000,-0.9668,-0.0213,-0.9455,0.0000,-0.4506,1.6364,-2.1313,725.9580,725.9580,725.9580,725.9580,725.9580 +71.5000,1.0000,81.7578,10.3166,10.6730,0.9063,0.0000,2,1028.3294,336.9658,423.5041,-68.6547,36.2866,45.6056,-7.3932,-1.9491,32.0396,0.0000,32.0396,6.1961,26.8346,0.8691,0.0000,25.9655,0.0000,25.9655,1.3374,24.6281,0.0000,24.6281,0.2305,24.3976,0.0000,-0.5246,1.9052,23.0170,7396.8598,7396.8598,7396.8598,7396.8598,7396.8598 +72.5000,1.0000,85.4113,13.1525,11.9480,0.6692,0.0000,2,1098.0221,347.3415,615.8480,-73.6435,39.9389,70.8130,-8.4679,6.7806,26.2320,0.0000,26.2320,6.9264,26.2320,1.0023,0.0000,25.2297,0.0000,25.2297,1.5869,23.6428,0.0000,23.6428,0.2170,23.4258,0.0000,-0.6688,2.4289,21.6657,8035.8519,8035.8519,8035.8519,8035.8519,8035.8519 +73.5000,1.0000,89.7630,15.6660,14.3570,0.7272,0.0000,2,1307.8589,375.2793,644.3648,-86.1472,51.3977,88.2513,-11.7986,8.7771,33.6457,0.0000,33.6457,8.9750,33.6457,1.2988,0.0000,32.3469,0.0000,32.3469,1.9246,30.4223,0.0000,30.4223,0.2809,30.1415,0.0000,-0.7966,2.8931,28.0449,10345.5800,10345.5800,10345.5800,10345.5800,10345.5800 +74.5000,1.0000,94.4294,16.7991,16.9750,-0.0977,0.0000,0,1306.3577,24.0743,679.3332,-86.0581,3.2934,92.9338,-11.7729,-8.8874,0.0000,0.0000,0.0000,12.1808,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.8329,-1.8329,0.0000,-1.8329,-0.0405,-1.7924,0.0000,-0.8542,3.1024,-4.0406,2089.9882,2089.9882,2089.9882,2089.9882,2089.9882 +75.5000,1.0000,99.3993,17.8916,19.9570,0.7046,0.0000,3,1078.7872,473.0657,473.0657,-72.2666,53.4424,53.4424,-8.1640,-7.7372,44.4531,0.0000,44.4531,16.7265,37.0165,1.0939,0.0000,35.9226,0.0000,35.9226,2.1827,33.7398,0.0000,33.7398,0.3108,33.4290,0.0000,-0.9098,3.3041,31.0346,10620.1288,10620.1288,10620.1288,10620.1288,10620.1288 +76.5000,1.0000,104.9480,19.9755,21.1840,0.4531,0.0000,3,1002.9448,432.7547,694.9368,-66.8376,45.4514,72.9879,-7.0198,2.5220,28.4063,0.0000,28.4063,14.5231,28.4063,0.9847,0.0000,27.4217,0.0000,27.4217,2.2467,25.1750,0.0000,25.1750,0.2231,24.9519,0.0000,-1.0157,3.6890,22.2786,9171.1899,9171.1899,9171.1899,9171.1899,9171.1899 +77.5000,1.0000,110.7561,20.9090,20.7910,0.0656,0.0000,3,1049.8157,153.2100,654.5458,-70.1927,16.8434,71.9584,-7.7167,0.3820,9.1160,0.0000,9.1160,7.3454,9.1160,0.6285,0.0000,8.4875,0.0000,8.4875,2.2813,6.2062,0.0000,6.2062,0.0338,6.1724,0.0000,-1.0632,3.8614,3.3742,3800.5587,3800.5587,3800.5587,3800.5587,3800.5587 +78.5000,1.0000,116.8618,21.9805,21.0270,0.5297,0.0000,3,1103.6144,416.9827,535.6156,-74.0007,48.1908,61.9012,-8.5523,3.2446,35.6210,0.0000,35.6210,9.3252,35.6210,1.1938,0.0000,34.4272,0.0000,34.4272,2.5360,31.8912,0.0000,31.8912,0.2871,31.6041,0.0000,-1.1177,4.0593,28.6626,9655.4259,9655.4259,9655.4259,9655.4259,9655.4259 +79.5000,1.0000,123.6096,24.2920,22.9340,0.7544,0.0000,3,1219.6720,540.2269,666.0350,-80.9170,68.9998,85.0685,-10.3350,5.1070,53.4575,0.0000,53.4575,10.4353,53.4575,1.6305,0.0000,51.8270,0.0000,51.8270,3.0094,48.8176,0.0000,48.8176,0.4518,48.3658,0.0000,-1.2352,4.4861,45.1149,13671.0665,13671.0665,13671.0665,13671.0665,13671.0665 +80.5000,1.0000,131.0622,26.8295,25.6500,0.6553,0.0000,3,1347.0768,490.7901,732.3817,-88.4731,69.2336,103.3138,-12.4805,4.8991,52.2250,0.0000,52.2250,12.1095,52.2250,1.7001,0.0000,50.5249,0.0000,50.5249,3.2230,47.3019,0.0000,47.3019,0.4335,46.8685,0.0000,-1.3643,4.9547,43.2780,13725.1247,13725.1247,13725.1247,13725.1247,13725.1247 +81.5000,1.0000,139.1822,29.2320,28.0090,0.6794,0.0000,3,1467.7035,510.4702,736.0062,-95.6272,78.4580,113.1223,-14.6977,5.5346,58.7586,0.0000,58.7586,14.1648,58.7586,1.9261,0.0000,56.8324,0.0000,56.8324,3.5383,53.2941,0.0000,53.2941,0.4897,52.8044,0.0000,-1.4864,5.3984,48.8924,15473.2347,15473.2347,15473.2347,15473.2347,15473.2347 +82.5000,1.0000,147.5931,30.2791,30.4550,-0.0977,0.0000,0,1439.1507,54.3414,757.4122,-93.9338,8.1897,114.1477,-14.1565,-7.9505,0.0000,0.0000,0.0000,16.1401,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.3037,-3.3037,0.0000,-3.3037,-0.0729,-3.2307,0.0000,-1.5397,5.5918,-7.2829,2963.7399,2963.7399,2963.7399,2963.7399,2963.7399 +83.5000,1.0000,156.2085,31.0155,33.7350,0.5068,0.0000,4,1192.8415,520.2298,520.2298,-79.3233,64.9840,64.9840,-9.9086,-11.4533,57.0652,0.0000,57.0652,19.3720,48.1686,1.3823,0.0000,46.7863,0.0000,46.7863,3.5515,43.2347,0.0000,43.2347,0.3876,42.8472,0.0000,-1.5771,5.7278,38.6965,12903.2808,12903.2808,12903.2808,12903.2808,12903.2808 +84.5000,1.0000,165.3734,32.9935,37.5360,0.5920,0.0000,4,1071.0861,738.9735,738.9735,-71.7153,82.8861,82.8861,-8.0439,2.2756,58.4966,0.0000,58.4966,22.1139,58.4966,1.6299,0.0000,56.8668,0.0000,56.8668,3.8845,52.9823,0.0000,52.9823,0.4816,52.5007,0.0000,-1.6777,6.0931,48.0853,16254.2308,16254.2308,16254.2308,16254.2308,16254.2308 +85.5000,1.0000,175.1810,35.3076,40.6310,0.6935,0.0000,4,1146.2088,799.8879,799.8879,-76.5415,96.0111,96.0111,-9.1873,2.8527,71.8484,0.0000,71.8484,21.3100,71.8484,1.9470,0.0000,69.9014,0.0000,69.9014,4.2926,65.6088,0.0000,65.6088,0.6037,65.0050,0.0000,-1.7954,6.5204,60.2800,18753.2719,18753.2719,18753.2719,18753.2719,18753.2719 +86.5000,1.0000,185.7576,38.0756,40.7690,0.8442,0.0000,4,1236.0678,829.3758,829.3758,-81.8894,107.3550,107.3550,-10.5998,3.7447,92.2823,0.0000,92.2823,11.3280,92.2823,2.4187,0.0000,89.8636,0.0000,89.8636,4.8464,85.0172,0.0000,85.0172,0.7925,84.2247,0.0000,-1.9361,7.0316,79.1292,20858.0607,20858.0607,20858.0607,20858.0607,20858.0607 +87.5000,1.0000,196.9796,40.3991,40.2580,0.4466,0.0000,4,1311.4973,494.2388,849.7506,-86.3630,67.8786,116.7045,-11.8611,2.1019,56.5600,0.0000,56.5600,9.2167,56.5600,1.7598,0.0000,54.8002,0.0000,54.8002,4.5339,50.2663,0.0000,50.2663,0.4448,49.8215,0.0000,-2.0543,7.4607,44.4151,13485.6973,13485.6973,13485.6973,13485.6973,13485.6973 +88.5000,1.0000,208.5444,41.6335,41.2030,0.2392,0.0000,4,1351.5703,325.5444,729.1404,-88.7396,46.0763,103.1997,-12.5599,1.1600,36.2555,0.0000,36.2555,8.6609,36.2555,1.3841,0.0000,34.8713,0.0000,34.8713,4.5425,30.3288,0.0000,30.3288,0.2455,30.0833,0.0000,-2.1170,7.6887,24.5117,9363.1086,9363.1086,9363.1086,9363.1086,9363.1086 +89.5000,1.0000,220.3522,42.5080,42.0640,0.2467,0.0000,4,1379.9596,328.6322,669.7776,-90.4233,47.4903,96.7889,-13.0670,1.2215,37.8341,0.0000,37.8341,8.4347,37.8341,1.4377,0.0000,36.3965,0.0000,36.3965,4.6380,31.7585,0.0000,31.7585,0.2585,31.5000,0.0000,-2.1615,7.8502,25.8113,9647.2111,9647.2111,9647.2111,9647.2111,9647.2111 +90.5000,1.0000,232.3936,43.3490,42.9520,0.2206,0.0000,4,1407.2615,307.7059,676.6663,-92.0425,45.3460,99.7190,-13.5641,1.1138,35.7191,0.0000,35.7191,8.5131,35.7191,1.4168,0.0000,34.3023,0.0000,34.3023,4.7297,29.5726,0.0000,29.5726,0.2357,29.3369,0.0000,-2.2043,8.0055,23.5357,9293.1710,9293.1710,9293.1710,9293.1710,9293.1710 +91.5000,1.0000,244.7333,44.4230,43.7460,0.3761,0.0000,4,1442.1273,426.7315,675.7845,-94.1104,64.4446,102.0564,-14.2125,1.9464,54.1668,0.0000,54.1668,8.3314,54.1668,1.8136,0.0000,52.3533,0.0000,52.3533,4.8669,47.4864,0.0000,47.4864,0.4119,47.0744,0.0000,-2.2589,8.2038,41.1295,12873.8738,12873.8738,12873.8738,12873.8738,12873.8738 +92.5000,1.0000,257.4691,45.8490,45.1000,0.4161,0.0000,4,1488.4203,457.1250,726.4440,-96.8559,71.2507,113.2286,-15.0966,2.2225,60.6439,0.0000,60.6439,8.3842,60.6439,1.9808,0.0000,58.6631,0.0000,58.6631,5.0926,53.5705,0.0000,53.5705,0.4704,53.1001,0.0000,-2.3314,8.4672,46.9644,14182.3878,14182.3878,14182.3878,14182.3878,14182.3878 +93.5000,1.0000,270.7275,47.7300,46.5980,0.6289,0.0000,4,1549.4842,624.7812,746.7747,-100.4775,101.3780,121.1729,-16.3036,3.4968,89.3104,0.0000,89.3104,8.5708,89.3104,2.6053,0.0000,86.7051,0.0000,86.7051,5.6860,81.0191,0.0000,81.0191,0.7401,80.2790,0.0000,-2.4271,8.8146,73.8915,19873.4835,19873.4835,19873.4835,19873.4835,19873.4835 +94.5000,1.0000,284.5579,49.7895,48.8620,0.5153,0.0000,4,1616.3428,533.9970,807.1641,-104.0555,90.3859,136.6230,-17.6127,2.9887,78.6171,0.0000,78.6171,8.7801,78.6171,2.4492,0.0000,76.1679,0.0000,76.1679,5.7172,70.4507,0.0000,70.4507,0.6325,69.8182,0.0000,-2.5318,9.1949,63.1551,17944.3381,17944.3381,17944.3381,17944.3381,17944.3381 +95.5000,1.0000,298.5971,50.5411,50.7170,-0.0977,0.0000,0,1645.7861,52.2333,787.8183,-105.1040,9.0022,135.7776,-18.1143,-0.0674,0.0000,0.0000,0.0000,9.0696,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.5144,-5.5144,0.0000,-5.5144,-0.1218,-5.3927,0.0000,-2.5700,9.3337,-12.1564,3487.9740,3487.9740,3487.9740,3487.9740,3487.9740 +96.5000,1.0000,312.7291,50.8751,51.2500,0.2833,0.0000,5,1386.1200,323.6190,570.2137,-90.7887,46.9746,82.7689,-13.1784,-22.0468,60.7692,0.0000,60.7692,8.2522,48.9240,0.7342,0.0000,48.1898,0.0000,48.1898,5.5509,42.6389,0.0000,42.6389,0.3553,42.2836,0.0000,-2.5870,9.3954,35.4753,9562.0434,9562.0434,9562.0434,9562.0434,9562.0434 +97.5000,1.0000,327.2132,52.1430,51.3850,0.4211,0.0000,5,1143.7471,632.1907,660.1249,-76.3947,75.7193,79.0651,-9.1500,1.1678,68.2237,0.0000,68.2237,6.3278,68.2237,0.8495,0.0000,67.3742,0.0000,67.3742,5.8015,61.5727,0.0000,61.5727,0.5414,61.0313,0.0000,-2.6515,9.6295,54.0533,14885.5352,14885.5352,14885.5352,14885.5352,14885.5352 +98.5000,1.0000,342.1077,53.6200,52.9010,0.3994,0.0000,5,1176.1448,606.3807,767.7081,-78.3273,74.6852,94.5552,-9.6472,1.1391,67.2169,0.0000,67.2169,6.3292,67.2169,0.8668,0.0000,66.3502,0.0000,66.3502,5.9219,60.4283,0.0000,60.4283,0.5281,59.9002,0.0000,-2.7266,9.9023,52.7245,14744.2284,14744.2284,14744.2284,14744.2284,14744.2284 +99.5000,1.0000,357.4113,55.0930,54.3390,0.4189,0.0000,5,1208.4548,627.0206,759.9746,-80.2517,79.3489,96.1741,-10.1558,1.2274,71.7892,0.0000,71.7892,6.3323,71.7892,0.9123,0.0000,70.8769,0.0000,70.8769,6.1251,64.7518,0.0000,64.7518,0.5690,64.1828,0.0000,-2.8015,10.1743,56.8100,15614.7934,15614.7934,15614.7934,15614.7934,15614.7934 +100.5000,1.0000,373.0319,56.2340,55.8470,0.2150,0.0000,5,1233.4824,399.5394,772.9277,-81.7361,51.6085,99.8391,-10.5578,0.6430,44.5153,0.0000,44.5153,6.4501,44.5153,0.7938,0.0000,43.7215,0.0000,43.7215,6.1356,37.5859,0.0000,37.5859,0.2981,37.2879,0.0000,-2.8595,10.3850,29.7623,10352.8049,10352.8049,10352.8049,10352.8049,10352.8049 +101.5000,1.0000,388.9016,57.1310,56.6210,0.2833,0.0000,5,1253.1580,474.4670,678.2481,-82.9030,62.2645,89.0068,-10.8794,0.8609,54.9858,0.0000,54.9858,6.4178,54.9858,0.8604,0.0000,54.1254,0.0000,54.1254,6.2334,47.8920,0.0000,47.8920,0.3991,47.4929,0.0000,-2.9051,10.5507,39.8473,12385.3503,12385.3503,12385.3503,12385.3503,12385.3503 +102.5000,1.0000,405.0651,58.1885,57.6410,0.3042,0.0000,5,1276.3540,498.1475,713.0003,-84.2787,66.5821,95.2992,-11.2646,0.9413,59.0390,0.0000,59.0390,6.6019,59.0390,0.8976,0.0000,58.1413,0.0000,58.1413,6.3488,51.7925,0.0000,51.7925,0.4364,51.3562,0.0000,-2.9589,10.7460,43.5690,13241.3890,13241.3890,13241.3890,13241.3890,13241.3890 +103.5000,1.0000,421.5153,59.2210,58.7360,0.2694,0.0000,5,1299.0017,459.3387,726.0627,-85.6219,62.4844,98.7671,-11.6472,0.8487,54.9544,0.0000,54.9544,6.6813,54.9544,0.8940,0.0000,54.0604,0.0000,54.0604,6.4615,47.5989,0.0000,47.5989,0.3934,47.2055,0.0000,-3.0114,10.9367,39.2802,12462.6884,12462.6884,12462.6884,12462.6884,12462.6884 +104.5000,1.0000,438.2209,60.1400,59.7060,0.2411,0.0000,5,1319.1598,427.7147,713.3107,-86.8174,59.0854,98.5382,-11.9931,0.7712,51.5548,0.0000,51.5548,6.7594,51.5548,0.8921,0.0000,50.6627,0.0000,50.6627,6.5617,44.1010,0.0000,44.1010,0.3575,43.7435,0.0000,-3.0581,11.1064,35.6952,11812.7228,11812.7228,11812.7228,11812.7228,11812.7228 +105.5000,1.0000,455.1441,60.9235,60.5740,0.1942,0.0000,5,1336.3458,375.6106,703.5108,-87.8367,52.5636,98.4506,-12.2920,0.6291,45.0846,0.0000,45.0846,6.8499,45.0846,0.8728,0.0000,44.2118,0.0000,44.2118,6.6472,37.5646,0.0000,37.5646,0.2916,37.2730,0.0000,-3.0979,11.2511,29.1198,10566.2876,10566.2876,10566.2876,10566.2876,10566.2876 +106.5000,1.0000,472.2526,61.5905,61.2730,0.1764,0.0000,5,1350.9763,356.1195,685.3443,-88.7044,50.3816,96.9583,-12.5494,0.5778,42.8463,0.0000,42.8463,6.9575,42.8463,0.8728,0.0000,41.9735,0.0000,41.9735,6.7200,35.2535,0.0000,35.2535,0.2678,34.9856,0.0000,-3.1319,11.3742,26.7433,10155.2747,10155.2747,10155.2747,10155.2747,10155.2747 +107.5000,1.0000,489.5680,62.3355,61.9080,0.2375,0.0000,5,1367.3177,423.7329,680.4217,-89.6736,60.6723,97.4263,-12.8399,0.7874,52.8882,0.0000,52.8882,6.9967,52.8882,0.9356,0.0000,51.9526,0.0000,51.9526,6.8013,45.1513,0.0000,45.1513,0.3650,44.7863,0.0000,-3.1697,11.5118,36.4442,12121.6292,12121.6292,12121.6292,12121.6292,12121.6292 +108.5000,1.0000,507.0931,63.0905,62.7630,0.1819,0.0000,5,1383.8785,362.0752,709.8253,-90.6557,52.4717,102.8675,-13.1378,0.6105,44.7751,0.0000,44.7751,7.0861,44.7751,0.9079,0.0000,43.8672,0.0000,43.8672,6.8837,36.9835,0.0000,36.9835,0.2830,36.7005,0.0000,-3.2081,11.6513,28.2574,10601.1471,10601.1471,10601.1471,10601.1471,10601.1471 +109.5000,1.0000,524.7685,63.6315,63.4180,0.1186,0.0000,5,1395.7452,291.2846,688.6062,-91.3595,42.5748,100.6481,-13.3533,0.4014,35.0923,0.0000,35.0923,7.0811,35.0923,0.8688,0.0000,34.2235,0.0000,34.2235,6.9427,27.2808,0.0000,27.2808,0.1861,27.0947,0.0000,-3.2356,11.7512,18.5792,8765.0791,8765.0791,8765.0791,8765.0791,8765.0791 +110.5000,1.0000,542.4746,63.7420,63.8450,-0.0572,0.0000,5,1398.1690,95.9535,662.5815,-91.5033,14.0491,97.0125,-13.3975,-0.1940,7.1486,0.0000,7.1486,7.0945,7.1486,0.7323,0.0000,6.4163,0.0000,6.4163,6.9548,-0.5384,0.0000,-0.5384,-0.0899,-0.4485,0.0000,-3.2413,11.7716,-8.9788,3583.9660,3583.9660,3583.9660,3583.9660,3583.9660 +111.5000,1.0000,560.0701,63.3435,63.6390,-0.1642,0.0000,5,1389.4280,-22.3758,584.6997,-90.9849,-3.2557,85.0741,-13.2383,-0.5531,-9.6995,0.0000,-9.6995,6.9969,-9.6995,0.7672,0.0000,-10.4667,0.0000,-10.4667,6.9113,-17.3780,0.0000,-17.3780,-0.2564,-17.1216,0.0000,-3.2210,11.6980,-25.5986,1432.6134,1432.6134,1432.6134,1432.6134,1432.6134 +112.5000,1.0000,577.4987,62.7430,63.0480,-0.1694,0.0000,5,1376.2562,-28.0350,533.8429,-90.2037,-4.0404,76.9381,-13.0003,-0.5654,-10.4326,0.0000,-10.4326,6.9576,-10.4326,0.7582,0.0000,-11.1908,0.0000,-11.1908,6.8458,-18.0366,0.0000,-18.0366,-0.2621,-17.7745,0.0000,-3.1905,11.5871,-26.1711,1287.3028,1287.3028,1287.3028,1287.3028,1287.3028 +113.5000,1.0000,594.7626,62.1500,62.4380,-0.1600,0.0000,5,1363.2488,-17.7388,527.4353,-89.4322,-2.5324,75.2962,-12.7673,-0.5289,-8.8819,0.0000,-8.8819,6.8784,-8.8819,0.7437,0.0000,-9.6257,0.0000,-9.6257,6.7811,-16.4067,0.0000,-16.4067,-0.2452,-16.1615,0.0000,-3.1603,11.4776,-24.4788,1479.0236,1479.0236,1479.0236,1479.0236,1479.0236 +114.5000,1.0000,611.8870,61.6480,61.8620,-0.1189,0.0000,5,1352.2375,27.8935,528.1791,-88.7792,3.9499,74.7933,-12.5717,-0.3898,-2.5276,0.0000,-2.5276,6.8673,-2.5276,0.7189,0.0000,-3.2465,0.0000,-3.2465,6.7263,-9.9728,0.0000,-9.9728,-0.1807,-9.7921,0.0000,-3.1348,11.3849,-18.0422,2270.6117,2270.6117,2270.6117,2270.6117,2270.6117 +115.5000,1.0000,628.8913,61.2155,61.4340,-0.1214,0.0000,5,1342.7507,25.1011,543.9832,-88.2165,3.5295,76.4908,-12.4044,-0.3952,-2.8920,0.0000,-2.8920,6.8168,-2.8920,0.7122,0.0000,-3.6043,0.0000,-3.6043,6.6791,-10.2834,0.0000,-10.2834,-0.1832,-10.1001,0.0000,-3.1128,11.3050,-18.2924,2200.8603,2200.8603,2200.8603,2200.8603,2200.8603 +116.5000,1.0000,645.7881,60.8285,60.9970,-0.0936,0.0000,5,1334.2619,55.5650,540.3604,-87.7131,7.7637,75.5011,-12.2556,-0.3028,1.3145,0.0000,1.3145,6.7521,1.3145,0.6949,0.0000,0.6196,0.0000,0.6196,6.6369,-6.0173,0.0000,-6.0173,-0.1404,-5.8769,0.0000,-3.0931,11.2335,-14.0173,2671.7802,2671.7802,2671.7802,2671.7802,2671.7802 +117.5000,1.0000,662.5828,60.4610,60.6600,-0.1106,0.0000,5,1326.2009,36.8691,550.6844,-87.2350,5.1204,76.4787,-12.1151,-0.3555,-1.2365,0.0000,-1.2365,6.7123,-1.2365,0.6948,0.0000,-1.9313,0.0000,-1.9313,6.5968,-8.5281,0.0000,-8.5281,-0.1648,-8.3633,0.0000,-3.0744,11.1657,-16.4545,2348.4024,2348.4024,2348.4024,2348.4024,2348.4024 +118.5000,1.0000,679.2281,59.9230,60.2620,-0.1883,0.0000,5,1314.4000,-48.6752,539.6378,-86.5351,-6.6998,74.2777,-11.9110,-0.6002,-12.7877,0.0000,-12.7877,6.6881,-12.7877,0.7143,0.0000,-13.5021,0.0000,-13.5021,6.5381,-20.0401,0.0000,-20.0401,-0.2782,-19.7619,0.0000,-3.0471,11.0663,-27.7811,709.3334,709.3334,709.3334,709.3334,709.3334 +119.5000,1.0000,695.7078,59.3270,59.5840,-0.1428,0.0000,5,1301.3268,1.8744,499.6466,-85.7598,0.2554,68.0892,-11.6869,-0.4505,-5.9611,0.0000,-5.9611,6.6670,-5.9611,0.6870,0.0000,-6.6481,0.0000,-6.6481,6.4730,-13.1211,0.0000,-13.1211,-0.2088,-12.9123,0.0000,-3.0168,10.9562,-20.8517,1717.7636,1717.7636,1717.7636,1717.7636,1717.7636 +120.5000,1.0000,712.0431,58.8070,59.0700,-0.1461,0.0000,5,1289.9207,-2.0612,517.8727,-85.0833,-0.2784,69.9543,-11.4931,-0.4570,-6.3981,0.0000,-6.3981,6.5766,-6.3981,0.6791,0.0000,-7.0772,0.0000,-7.0772,6.4163,-13.4935,0.0000,-13.4935,-0.2118,-13.2816,0.0000,-2.9903,10.8602,-21.1515,1621.8101,1621.8101,1621.8101,1621.8101,1621.8101 +121.5000,1.0000,728.2194,58.2345,58.5440,-0.1719,0.0000,5,1277.3630,-30.6465,512.6192,-84.3385,-4.0994,68.5706,-11.2816,-0.5325,-10.0702,0.0000,-10.0702,6.5033,-10.0702,0.6785,0.0000,-10.7487,0.0000,-10.7487,6.3538,-17.1025,0.0000,-17.1025,-0.2469,-16.8556,0.0000,-2.9612,10.7545,-24.6489,1018.6171,1018.6171,1018.6171,1018.6171,1018.6171 +122.5000,1.0000,744.2484,57.7045,57.9250,-0.1225,0.0000,5,1265.7376,23.8064,496.8906,-83.6490,3.1555,65.8617,-11.0875,-0.3760,-2.9054,0.0000,-2.9054,6.4368,-2.9054,0.6516,0.0000,-3.5570,0.0000,-3.5570,6.2960,-9.8530,0.0000,-9.8530,-0.1743,-9.6787,0.0000,-2.9343,10.6566,-17.4010,1989.6008,1989.6008,1989.6008,1989.6008,1989.6008 +123.5000,1.0000,760.1662,57.3040,57.4840,-0.1000,0.0000,5,1256.9527,48.9834,518.2459,-83.1280,6.4476,68.2156,-10.9420,-0.3048,0.3102,0.0000,0.3102,6.4421,0.3102,0.6368,0.0000,-0.3266,0.0000,-0.3266,6.2523,-6.5789,0.0000,-6.5789,-0.1413,-6.4376,0.0000,-2.9139,10.5826,-14.1063,2373.6680,2373.6680,2373.6680,2373.6680,2373.6680 +124.5000,1.0000,776.0042,57.0170,57.1240,-0.0594,0.0000,5,1250.6574,93.7109,527.5921,-82.7547,12.2732,69.0980,-10.8383,-0.1803,6.0420,0.0000,6.0420,6.4115,6.0420,0.6176,0.0000,5.4243,0.0000,5.4243,6.2210,-0.7967,0.0000,-0.7967,-0.0836,-0.7131,0.0000,-2.8993,10.5296,-8.3434,3082.3133,3082.3133,3082.3133,3082.3133,3082.3133 +125.5000,1.0000,791.7341,56.6275,56.9100,-0.1569,0.0000,5,1242.1138,-13.8118,545.2139,-82.2480,-1.7966,70.9181,-10.6983,-0.4727,-7.6947,0.0000,-7.6947,6.3708,-7.6947,0.6455,0.0000,-8.3401,0.0000,-8.3401,6.1785,-14.5187,0.0000,-14.5187,-0.2191,-14.2995,0.0000,-2.8795,10.4577,-21.8777,1288.2272,1288.2272,1288.2272,1288.2272,1288.2272 +126.5000,1.0000,807.2852,55.9840,56.3450,-0.2006,0.0000,5,1227.9987,-62.1580,493.7461,-81.4108,-7.9933,63.4936,-10.4691,-0.5972,-13.6661,0.0000,-13.6661,6.2700,-13.6661,0.6497,0.0000,-14.3158,0.0000,-14.3158,6.1083,-20.4241,0.0000,-20.4241,-0.2768,-20.1473,0.0000,-2.8468,10.3389,-27.6394,301.9125,301.9125,301.9125,301.9125,301.9125 +127.5000,1.0000,822.5991,55.1300,55.6230,-0.2739,0.0000,5,1209.2664,47.4540,466.6141,-80.2999,6.0093,59.0892,-10.1687,-0.8031,0.5999,0.0000,0.5999,6.2124,0.5999,0.5999,0.0000,0.0000,0.0000,0.0000,6.0151,-6.0151,24.1493,-30.1644,-0.3723,-29.7921,0.0000,-2.8033,10.1811,-37.1699,2244.4735,2244.4735,2244.4735,2244.4735,2244.4735 +128.5000,1.0000,837.6280,54.1040,54.6370,-0.2961,0.0000,5,1186.7613,46.6347,510.7576,-78.9606,5.7956,63.4756,-9.8130,-0.8521,0.5832,0.0000,0.5832,6.0645,0.5832,0.5832,0.0000,0.0000,0.0000,0.0000,5.9032,-5.9032,26.6892,-32.5923,-0.3950,-32.1974,0.0000,-2.7512,9.9917,-39.4379,2202.6188,2202.6188,2202.6188,2202.6188,2202.6188 +129.5000,1.0000,852.3460,52.9850,53.5710,-0.3256,0.0000,5,1162.2162,46.0207,503.8135,-77.4964,5.6010,61.3176,-9.4319,-0.9174,0.5653,0.0000,0.5653,5.9532,0.5653,0.5653,0.0000,0.0000,0.0000,0.0000,5.7811,-5.7811,30.0161,-35.7972,-0.4253,-35.3719,0.0000,-2.6943,9.7850,-42.4627,2176.7425,2176.7425,2176.7425,2176.7425,2176.7425 +130.5000,1.0000,866.6663,51.5530,52.3990,-0.4700,0.0650,5,1130.8056,42.8389,495.4311,-75.6227,5.0729,58.6678,-8.9551,-1.2887,0.5427,0.0000,0.5427,5.8189,0.5427,0.5427,0.0000,0.0000,0.0000,0.0000,5.6248,-5.6248,46.9105,-52.5353,-0.5974,-51.9379,0.8089,-2.6215,9.5206,-59.6460,2105.3872,2105.3872,2105.3872,2105.3872,2105.3872 +131.5000,1.0000,880.4903,49.7665,50.7070,-0.5225,0.0780,5,1091.6190,42.2443,483.9102,-73.1851,4.8291,55.3177,-8.3661,-1.3830,0.5150,0.0000,0.5150,5.6971,0.5150,0.5150,0.0000,0.0000,0.0000,0.0000,5.4299,-5.4299,51.6248,-57.0547,-0.6411,-56.4136,0.9371,-2.5306,9.1906,-64.0107,2030.8069,2030.8069,2030.8069,2030.8069,2030.8069 +132.5000,1.0000,893.8589,48.1270,48.8260,-0.3883,0.0780,5,1055.6569,45.8412,473.9798,-70.6109,5.0677,52.3976,-7.8059,-0.9940,0.4902,0.0000,0.4902,5.5715,0.4902,0.4902,0.0000,0.0000,0.0000,0.0000,5.2510,-5.2510,33.8698,-39.1208,-0.4608,-38.6600,0.9062,-2.4472,8.8879,-46.0069,2017.1911,2017.1911,2017.1911,2017.1911,2017.1911 +133.5000,1.0000,907.1094,47.7015,47.4280,0.1519,0.0130,5,1046.3236,330.6761,472.8086,-69.9428,36.2324,51.8060,-7.6637,0.3855,30.3545,0.0000,30.3545,5.4924,30.3545,0.5957,0.0000,29.7588,0.0000,29.7588,5.2046,24.5542,0.0000,24.5542,0.1787,24.3755,0.1497,-2.4256,8.8093,17.8421,7379.6905,7379.6905,7379.6905,7379.6905,7379.6905 +134.5000,1.0000,920.4087,47.8775,47.9750,-0.0542,0.0000,5,1050.1841,100.5373,613.2605,-70.2191,11.0566,67.4433,-7.7224,-0.1379,5.6578,0.0000,5.6578,5.5367,5.6578,0.4747,0.0000,5.1831,0.0000,5.1831,5.2238,-0.0407,0.0000,-0.0407,-0.0639,0.0232,0.0000,-2.4346,8.8418,-6.3840,2973.3117,2973.3117,2973.3117,2973.3117,2973.3117 +135.5000,1.0000,933.6781,47.7700,47.7800,-0.0056,0.0000,5,1047.8262,154.2843,500.0725,-70.0503,16.9293,54.8720,-7.6865,-0.0141,11.4472,0.0000,11.4472,5.4962,11.4472,0.5022,0.0000,10.9451,0.0000,10.9451,5.2121,5.7330,0.0000,5.7330,-0.0065,5.7396,0.0000,-2.4291,8.8219,-0.6533,3816.1329,3816.1329,3816.1329,3816.1329,3816.1329 +136.5000,1.0000,946.9682,47.8445,47.7600,0.0469,0.0000,5,1049.4603,212.3726,526.7192,-70.1673,23.3396,57.8860,-7.7113,0.1195,17.7421,0.0000,17.7421,5.4781,17.7421,0.5347,0.0000,17.2074,0.0000,17.2074,5.2202,11.9872,0.0000,11.9872,0.0554,11.9318,0.0000,-2.4329,8.8357,5.5290,4958.3065,4958.3065,4958.3065,4958.3065,4958.3065 +137.5000,1.0000,960.3223,48.0745,47.9290,0.0808,0.0000,5,1054.5053,249.9707,556.0550,-70.5284,27.6036,61.4038,-7.7883,0.2067,21.8995,0.0000,21.8995,5.4975,21.8995,0.5587,0.0000,21.3408,0.0000,21.3408,5.2453,16.0955,0.0000,16.0955,0.0958,15.9997,0.0000,-2.4446,8.8782,9.5661,5720.2058,5720.2058,5720.2058,5720.2058,5720.2058 +138.5000,1.0000,973.7960,48.5055,48.2200,0.1586,0.0000,5,1063.9592,336.3985,575.9333,-71.2052,37.4807,64.1691,-7.9335,0.4092,31.5251,0.0000,31.5251,5.5464,31.5251,0.6129,0.0000,30.9122,0.0000,30.9122,5.2923,25.6198,0.0000,25.6198,0.1897,25.4301,0.0000,-2.4665,8.9578,18.9389,7604.2835,7604.2835,7604.2835,7604.2835,7604.2835 +139.5000,1.0000,987.4537,49.1675,48.7910,0.2092,0.0000,5,1078.4801,392.1979,619.8505,-72.2446,44.2941,70.0048,-8.1592,0.5470,38.1699,0.0000,38.1699,5.5773,38.1699,0.6556,0.0000,37.5143,0.0000,37.5143,5.3646,32.1497,0.0000,32.1497,0.2536,31.8962,0.0000,-2.5001,9.0800,25.3163,8936.8332,8936.8332,8936.8332,8936.8332,8936.8332 +140.5000,1.0000,1001.3377,49.9825,49.5440,0.2436,0.0000,5,1096.3569,430.1271,649.2562,-73.5243,49.3830,74.5413,-8.4413,0.6476,43.1087,0.0000,43.1087,5.6267,43.1087,0.6921,0.0000,42.4166,0.0000,42.4166,5.4535,36.9631,0.0000,36.9631,0.3002,36.6629,0.0000,-2.5416,9.2305,29.9740,9856.9414,9856.9414,9856.9414,9856.9414,9856.9414 +141.5000,1.0000,1015.4726,50.8855,50.4210,0.2581,0.0000,5,1116.1641,445.9462,669.9896,-74.7493,52.1242,78.3114,-8.7370,0.6984,45.7288,0.0000,45.7288,5.6970,45.7288,0.7184,0.0000,45.0104,0.0000,45.0104,5.5520,39.4584,0.0000,39.4584,0.3237,39.1346,0.0000,-2.5875,9.3973,32.3248,10343.0441,10343.0441,10343.0441,10343.0441,10343.0441 +142.5000,1.0000,1029.9285,52.0415,51.3500,0.3842,0.0000,5,1141.5207,586.1526,680.2894,-76.2619,70.0685,81.3216,-9.1163,1.0633,63.2129,0.0000,63.2129,5.7923,63.2129,0.8229,0.0000,62.3900,0.0000,62.3900,5.7174,56.6725,0.0000,56.6725,0.4929,56.1796,0.0000,-2.6463,9.6108,49.2151,13868.7725,13868.7725,13868.7725,13868.7725,13868.7725 +143.5000,1.0000,1044.8399,53.6810,52.7330,0.5267,0.0000,5,1177.4834,746.5292,746.5292,-78.4071,92.0514,92.0514,-9.6680,1.5037,84.6208,0.0000,84.6208,5.9268,84.6208,0.9547,0.0000,83.6661,0.0000,83.6661,6.1872,77.4789,0.0000,77.4789,0.6971,76.7818,0.0000,-2.7297,9.9136,69.5979,17952.3125,17952.3125,17952.3125,17952.3125,17952.3125 +144.5000,1.0000,1060.2849,55.6020,54.6880,0.5405,0.0000,5,1219.6201,777.8893,819.2371,-80.9139,99.3507,104.6316,-10.3342,1.5985,89.6153,0.0000,89.6153,8.1370,89.6153,1.0094,0.0000,88.6059,0.0000,88.6059,6.4378,82.1681,0.0000,82.1681,0.7410,81.4271,0.0000,-2.8273,10.2683,73.9861,19317.6664,19317.6664,19317.6664,19317.6664,19317.6664 +145.5000,1.0000,1076.1494,57.1120,56.5750,0.2983,0.0000,5,1252.7412,505.0509,836.9662,-82.8783,66.2560,109.7989,-10.8725,0.9062,57.1081,0.0000,57.1081,8.2417,57.1081,0.8707,0.0000,56.2374,0.0000,56.2374,6.2314,50.0060,0.0000,50.0060,0.4201,49.5859,0.0000,-2.9041,10.5472,41.9429,13167.8276,13167.8276,13167.8276,13167.8276,13167.8276 +146.5000,1.0000,1092.2951,58.1245,57.6490,0.2642,0.0000,5,1274.9502,466.3614,725.8642,-84.1954,62.2651,96.9119,-11.2411,0.8166,53.1640,0.0000,53.1640,8.2845,53.1640,0.8672,0.0000,52.2968,0.0000,52.2968,6.3418,45.9549,0.0000,45.9549,0.3786,45.5763,0.0000,-2.9556,10.7342,37.7978,12398.2805,12398.2805,12398.2805,12398.2805,12398.2805 +147.5000,1.0000,1108.6703,58.9510,58.6000,0.1950,0.0000,5,1293.0793,389.5966,712.7349,-85.2706,52.7556,96.5121,-11.5466,0.6114,43.7360,0.0000,43.7360,8.4082,43.7360,0.8335,0.0000,42.9025,0.0000,42.9025,6.4320,36.4705,0.0000,36.4705,0.2834,36.1871,0.0000,-2.9976,10.8868,28.2980,10601.3660,10601.3660,10601.3660,10601.3660,10601.3660 +148.5000,1.0000,1125.1809,59.4380,59.3020,0.0756,0.0000,5,1303.7616,256.9934,683.3888,-85.9042,35.0872,93.3028,-11.7285,0.2388,26.3598,0.0000,26.3598,8.4886,26.3598,0.7546,0.0000,25.6052,0.0000,25.6052,6.4852,19.1201,0.0000,19.1201,0.1107,19.0094,0.0000,-3.0224,10.9767,11.0550,7292.9684,7292.9684,7292.9684,7292.9684,7292.9684 +149.5000,1.0000,1141.7619,59.6915,59.5740,0.0653,0.0000,5,1309.3221,245.2073,629.7123,-86.2340,33.6208,86.3410,-11.8237,0.2072,24.9407,0.0000,24.9407,8.4729,24.9407,0.7516,0.0000,24.1891,0.0000,24.1891,6.5128,17.6763,0.0000,17.6763,0.0961,17.5802,0.0000,-3.0353,11.0235,9.5920,7020.1862,7020.1862,7020.1862,7020.1862,7020.1862 +150.5000,1.0000,1158.3803,59.8265,59.8090,0.0097,0.0000,5,1312.2833,183.7221,625.6342,-86.4096,25.2474,85.9759,-11.8746,0.0309,16.6926,0.0000,16.6926,8.5239,16.6926,0.7126,0.0000,15.9800,0.0000,15.9800,6.5275,9.4525,0.0000,9.4525,0.0143,9.4381,0.0000,-3.0422,11.0485,1.4318,5460.7932,5460.7932,5460.7932,5460.7932,5460.7932 +151.5000,1.0000,1174.9720,59.7300,59.8440,-0.0633,0.0000,5,1310.1666,87.4011,599.8355,-86.2840,11.9915,82.2976,-11.8382,-0.2012,5.7695,0.0000,5.7695,6.4231,5.7695,0.6646,0.0000,5.1049,0.0000,5.1049,6.5170,-1.4121,0.0000,-1.4121,-0.0933,-1.3188,0.0000,-3.0372,11.0307,-9.3122,3124.4809,3124.4809,3124.4809,3124.4809,3124.4809 +152.5000,1.0000,1191.5138,59.5505,59.6160,-0.0364,0.0000,5,1306.2293,117.5076,558.5203,-86.0505,16.0736,76.3989,-11.7707,-0.1152,9.7524,0.0000,9.7524,6.4365,9.7524,0.6734,0.0000,9.0790,0.0000,9.0790,6.4974,2.5816,0.0000,2.5816,-0.0534,2.6350,0.0000,-3.0281,10.9975,-5.3344,3766.5439,3766.5439,3766.5439,3766.5439,3766.5439 +153.5000,1.0000,1208.0159,59.4075,59.4850,-0.0431,0.0000,5,1303.0926,110.0510,570.3648,-85.8645,15.0175,77.8317,-11.7170,-0.1360,8.7385,0.0000,8.7385,6.4151,8.7385,0.6660,0.0000,8.0725,0.0000,8.0725,6.4818,1.5907,0.0000,1.5907,-0.0631,1.6537,0.0000,-3.0208,10.9711,-6.2965,3566.9609,3566.9609,3566.9609,3566.9609,3566.9609 +154.5000,1.0000,1224.4445,59.1430,59.3300,-0.1039,0.0000,5,1297.2908,43.0756,565.8525,-85.5204,5.8519,76.8722,-11.6181,-0.3268,-0.2394,0.0000,-0.2394,6.4181,-0.2394,0.6695,0.0000,-0.9089,0.0000,-0.9089,6.4530,-7.3619,0.0000,-7.3619,-0.1515,-7.2104,0.0000,-3.0074,10.9222,-15.1252,2374.4888,2374.4888,2374.4888,2374.4888,2374.4888 +155.5000,1.0000,1240.7656,58.7560,58.9560,-0.1111,0.0000,5,1288.8020,35.0298,535.1752,-85.0170,4.7277,72.2289,-11.4741,-0.3472,-1.2925,0.0000,-1.2925,6.3675,-1.2925,0.6655,0.0000,-1.9580,0.0000,-1.9580,6.4107,-8.3688,0.0000,-8.3688,-0.1610,-8.2078,0.0000,-2.9877,10.8508,-16.0709,2224.0192,2224.0192,2224.0192,2224.0192,2224.0192 +156.5000,1.0000,1256.9637,58.3130,58.5560,-0.1350,0.0000,5,1279.0849,8.8453,529.1026,-84.4406,1.1848,70.8709,-11.3104,-0.4187,-4.7403,0.0000,-4.7403,6.3437,-4.7403,0.6665,0.0000,-5.4068,0.0000,-5.4068,6.3624,-11.7692,0.0000,-11.7692,-0.1941,-11.5751,0.0000,-2.9652,10.7690,-19.3789,1779.7856,1779.7856,1779.7856,1779.7856,1779.7856 +157.5000,1.0000,1273.0019,57.7375,58.0700,-0.1847,0.0000,5,1266.4614,-46.1422,514.3162,-83.6920,-6.1195,68.2104,-11.0995,-0.5672,-11.8168,0.0000,-11.8168,6.2645,-11.8168,0.6744,0.0000,-12.4912,0.0000,-12.4912,6.2996,-18.7909,0.0000,-18.7909,-0.2630,-18.5279,0.0000,-2.9359,10.6627,-26.2547,682.8617,682.8617,682.8617,682.8617,682.8617 +158.5000,1.0000,1288.8052,56.8920,57.4050,-0.2850,0.0000,5,1247.9155,45.7087,484.8454,-82.5921,5.9733,63.3603,-10.7932,-0.8623,0.6291,0.0000,0.6291,6.2065,0.6291,0.6291,0.0000,0.0000,0.0000,0.0000,6.2074,-6.2074,26.4928,-32.7002,-0.3998,-32.3004,0.0000,-2.8929,10.5065,-39.9140,2300.4878,2300.4878,2300.4878,2300.4878,2300.4878 +159.5000,1.0000,1304.3385,55.9200,56.3790,-0.2550,0.0000,5,1226.5949,46.4403,520.2170,-81.3276,5.9652,66.8212,-10.4464,-0.7584,0.6129,0.0000,0.6129,6.1107,0.6129,0.6129,0.0000,0.0000,0.0000,0.0000,6.1013,-6.1013,21.8691,-27.9704,-0.3516,-27.6189,0.0000,-2.8435,10.3270,-35.1024,2265.8980,2265.8980,2265.8980,2265.8980,2265.8980 +160.5000,1.0000,1319.5974,54.9320,55.4610,-0.2939,0.0000,5,1204.9233,45.7533,515.1190,-80.0423,5.7731,64.9973,-10.0997,-0.8586,0.5967,0.0000,0.5967,6.0350,0.5967,0.5967,0.0000,0.0000,0.0000,0.0000,5.9935,-5.9935,26.7941,-32.7876,-0.3980,-32.3896,0.0000,-2.7933,10.1446,-39.7409,2207.9069,2207.9069,2207.9069,2207.9069,2207.9069 +161.5000,1.0000,1334.4749,53.5590,54.4030,-0.4689,0.0440,5,1174.8068,41.8521,506.8658,-78.2475,5.1489,62.3574,-9.6264,-1.3356,0.5745,0.0000,0.5745,5.9101,0.5745,0.5745,0.0000,0.0000,0.0000,0.0000,5.8437,-5.8437,48.8594,-54.7031,-0.6192,-54.0839,0.5689,-2.7235,9.8910,-61.8204,2118.4581,2118.4581,2118.4581,2118.4581,2118.4581 +162.5000,1.0000,1348.8117,51.6125,52.7150,-0.6125,0.2960,5,1132.1107,39.5029,493.9464,-75.7005,4.6832,58.5595,-8.9746,-1.6813,0.5436,0.0000,0.5436,5.8210,0.5436,0.5436,0.0000,0.0000,0.0000,0.0000,5.6313,-5.6313,62.3728,-68.0042,-0.7794,-67.2248,3.6880,-2.6245,9.5315,-77.8198,2052.9992,2052.9992,2052.9992,2052.9992,2052.9992 +163.5000,1.0000,1362.5795,49.5640,50.5100,-0.5256,0.8280,5,1087.1772,41.6771,481.1427,-72.8672,4.7449,54.7776,-8.2959,-1.3854,0.5119,0.0000,0.5119,5.6184,0.5119,0.5119,0.0000,0.0000,0.0000,0.0000,5.4078,-5.4078,42.8181,-48.2259,-0.6422,-47.5837,9.9068,-2.5203,9.1529,-64.1231,2009.6450,2009.6450,2009.6450,2009.6450,2009.6450 +164.5000,1.0000,1375.7767,47.5100,48.6180,-0.6156,0.9200,5,1042.1231,40.4697,470.3511,-69.6421,4.4165,51.3298,-7.6001,-1.5554,0.4810,0.0000,0.4810,5.4909,0.4810,0.4810,0.0000,0.0000,0.0000,0.0000,5.1837,-5.1837,50.6199,-55.8036,-0.7210,-55.0826,10.5513,-2.4159,8.7736,-71.9916,1882.5409,1882.5409,1882.5409,1882.5409,1882.5409 +165.5000,1.0000,1388.4106,45.4820,46.4020,-0.5111,0.6230,5,997.6393,43.5161,457.9370,-66.7619,4.5462,47.8418,-6.9748,-1.2363,0.4513,0.0000,0.4513,5.3313,0.4513,0.4513,0.0000,0.0000,0.0000,0.0000,4.9624,-4.9624,39.9088,-44.8712,-0.5731,-44.2981,6.8402,-2.3127,8.3992,-57.2248,1837.2033,1837.2033,1837.2033,1837.2033,1837.2033 +166.5000,1.0000,1400.6487,44.0570,44.5620,-0.2806,0.2700,5,966.3822,49.0360,444.8743,-68.5499,4.9624,45.0210,-6.9372,-0.6574,0.4309,0.0000,0.4309,5.1889,0.4309,0.4309,0.0000,0.0000,0.0000,0.0000,4.8070,-4.8070,17.1575,-21.9645,-0.3047,-21.6597,2.8716,-2.2403,8.1362,-30.4273,1851.9339,1851.9339,1851.9339,1851.9339,1851.9339 +167.5000,1.0000,1412.6983,43.3785,43.5520,-0.0964,0.0350,5,951.4994,58.3630,440.6825,-69.4013,5.8153,43.9099,-6.9152,-0.2224,0.9288,0.0000,0.9288,5.1089,0.9288,0.4201,0.0000,0.5088,0.0000,0.5088,4.7329,-4.2241,0.0000,-4.2241,-0.1031,-4.1211,0.3665,-2.2058,8.0109,-10.2927,1987.9653,1987.9653,1987.9653,1987.9653,1987.9653 +168.5000,1.0000,1424.6334,42.9665,43.2050,-0.1325,0.0000,5,942.4623,15.1220,441.3889,-69.9183,1.4925,43.5626,-6.9005,-0.3028,-3.2919,0.0000,-3.2919,5.0872,-3.2919,0.4248,0.0000,-3.7168,0.0000,-3.7168,4.6880,-8.4048,0.0000,-8.4048,-0.1404,-8.2644,0.0000,-2.1848,7.9348,-14.0144,1201.1284,1201.1284,1201.1284,1201.1284,1201.1284 +169.5000,1.0000,1436.4733,42.6235,42.7280,-0.0581,0.0000,5,934.9386,96.9389,415.3747,-70.3486,9.4909,40.6679,-6.8876,-0.1316,4.6025,0.0000,4.6025,5.0200,4.6025,0.4003,0.0000,4.2022,0.0000,4.2022,4.6506,-0.4484,0.0000,-0.4484,-0.0610,-0.3874,0.0000,-2.1674,7.8715,-6.0915,2682.4125,2682.4125,2682.4125,2682.4125,2682.4125 +170.5000,1.0000,1448.2191,42.2850,42.5190,-0.1300,0.0000,5,927.5137,17.8338,455.0782,-70.7734,1.7322,44.2013,-6.8741,-0.2924,-2.9804,0.0000,-2.9804,5.0050,-2.9804,0.4146,0.0000,-3.3950,0.0000,-3.3950,4.6136,-8.0086,0.0000,-8.0086,-0.1355,-7.8731,0.0000,-2.1502,7.8090,-13.5319,1234.8484,1234.8484,1234.8484,1234.8484,1234.8484 +171.5000,1.0000,1459.8730,41.9540,42.0510,-0.0539,0.0000,5,920.2533,101.6299,410.2739,-71.1887,9.7939,39.5376,-6.8604,-0.1202,4.9620,0.0000,4.9620,4.9521,4.9620,0.3912,0.0000,4.5708,0.0000,4.5708,4.5775,-0.0067,0.0000,-0.0067,-0.0557,0.0491,0.0000,-2.1333,7.7479,-5.5655,2719.6448,2719.6448,2719.6448,2719.6448,2719.6448 +172.5000,1.0000,1471.5280,41.9580,41.8570,0.0561,0.0000,5,920.3410,223.7034,454.0757,-71.1837,21.5601,43.7629,-6.8605,0.1252,16.4955,0.0000,16.4955,4.9393,16.4955,0.4489,0.0000,16.0466,0.0000,16.0466,4.5779,11.4686,0.0000,11.4686,0.0580,11.4106,0.0000,-2.1335,7.7486,5.7955,4561.4810,4561.4810,4561.4810,4561.4810,4561.4810 +173.5000,1.0000,1483.2335,42.1400,42.0590,0.0450,0.0000,5,924.3331,211.3424,519.0245,-70.9553,20.4571,50.2395,-6.8682,0.1009,15.3978,0.0000,15.3978,4.9584,15.3978,0.4458,0.0000,14.9520,0.0000,14.9520,4.5978,10.3542,0.0000,10.3542,0.0468,10.3075,0.0000,-2.1428,7.7822,4.6681,4371.4018,4371.4018,4371.4018,4371.4018,4371.4018 +174.5000,1.0000,1494.9666,42.2390,42.2210,0.0100,0.0000,5,926.5047,172.3177,513.6824,-70.8311,16.7188,49.8392,-6.8723,0.0225,11.7403,0.0000,11.7403,4.9561,11.7403,0.4288,0.0000,11.3115,0.0000,11.3115,4.6086,6.7029,0.0000,6.7029,0.0104,6.6924,0.0000,-2.1478,7.8005,1.0398,3755.7561,3755.7561,3755.7561,3755.7561,3755.7561 +175.5000,1.0000,1506.7603,42.4575,42.2570,0.1114,0.0000,5,931.2974,284.7941,495.0794,-70.5569,27.7746,48.2827,-6.8811,0.2515,22.5586,0.0000,22.5586,4.9645,22.5586,0.4857,0.0000,22.0729,0.0000,22.0729,4.6324,17.4404,0.0000,17.4404,0.1166,17.3238,0.0000,-2.1589,7.8409,11.6419,5779.6173,5779.6173,5779.6173,5779.6173,5779.6173 +176.5000,1.0000,1518.6849,42.9285,42.6580,0.1503,0.0000,5,941.6287,327.4936,556.4913,-69.9659,32.2932,54.8740,-6.8991,0.3431,26.9825,0.0000,26.9825,4.9676,26.9825,0.5140,0.0000,26.4685,0.0000,26.4685,4.6838,21.7847,0.0000,21.7847,0.1591,21.6256,0.0000,-2.1829,7.9278,15.8807,6571.1399,6571.1399,6571.1399,6571.1399,6571.1399 +177.5000,1.0000,1530.8163,43.6730,43.1990,0.2633,0.0000,5,957.9592,452.8142,583.6140,-69.0318,45.4251,58.5466,-6.9251,0.6117,39.7916,0.0000,39.7916,5.0218,39.7916,0.5879,0.0000,39.2037,0.0000,39.2037,4.7651,34.4386,0.0000,34.4386,0.2835,34.1551,0.0000,-2.2208,8.0653,28.3105,9129.0193,9129.0193,9129.0193,9129.0193,9129.0193 +178.5000,1.0000,1543.1778,44.5015,44.1470,0.1969,0.0000,5,976.1322,378.7700,653.2068,-67.9922,38.7180,66.7710,-6.9502,0.4661,33.1676,0.0000,33.1676,5.0842,33.1676,0.5658,0.0000,32.6018,0.0000,32.6018,4.8555,27.7464,0.0000,27.7464,0.2161,27.5303,0.0000,-2.2629,8.2183,21.5748,7880.8772,7880.8772,7880.8772,7880.8772,7880.8772 +179.5000,1.0000,1555.7310,45.1915,44.8560,0.1864,0.0000,5,991.2672,366.9967,622.5741,-67.1264,38.0962,64.6265,-6.9681,0.4480,32.4930,0.0000,32.4930,5.1552,32.4930,0.5717,0.0000,31.9213,0.0000,31.9213,4.9307,26.9905,0.0000,26.9905,0.2077,26.7829,0.0000,-2.2980,8.3458,20.7351,7762.8401,7762.8401,7762.8401,7762.8401,7762.8401 +180.5000,1.0000,1568.5013,45.9730,45.5270,0.2478,0.0000,5,1008.4093,434.8818,621.2505,-67.2288,45.9237,65.6043,-7.0994,0.6058,40.1108,0.0000,40.1108,5.2071,40.1108,0.6205,0.0000,39.4903,0.0000,39.4903,5.0160,34.4743,0.0000,34.4743,0.2808,34.1934,0.0000,-2.3377,8.4901,28.0411,9256.2147,9256.2147,9256.2147,9256.2147,9256.2147 +181.5000,1.0000,1581.5477,46.9670,46.4190,0.3044,0.0000,5,1030.2125,497.3422,657.3760,-68.7895,53.6551,70.9201,-7.4213,0.7605,47.6332,0.0000,47.6332,5.2614,47.6332,0.6718,0.0000,46.9614,0.0000,46.9614,5.1245,41.8369,0.0000,41.8369,0.3525,41.4844,0.0000,-2.3883,8.6736,35.1990,10714.5862,10714.5862,10714.5862,10714.5862,10714.5862 +182.5000,1.0000,1594.8913,48.0370,47.5150,0.2900,0.0000,5,1053.6828,481.1612,690.9924,-70.4696,53.0920,76.2451,-7.7757,0.7409,46.9897,0.0000,46.9897,5.3614,46.9897,0.6836,0.0000,46.3061,0.0000,46.3061,5.2412,41.0649,0.0000,41.0649,0.3435,40.7214,0.0000,-2.4427,8.8712,34.2928,10561.1401,10561.1401,10561.1401,10561.1401,10561.1401 +183.5000,1.0000,1608.5067,49.0155,48.5590,0.2536,0.0000,5,1075.1460,440.4432,687.0977,-72.0060,49.5891,77.3597,-8.1071,0.6611,43.4947,0.0000,43.4947,5.4332,43.4947,0.6801,0.0000,42.8147,0.0000,42.8147,5.3480,37.4667,0.0000,37.4667,0.3065,37.1602,0.0000,-2.4924,9.0520,30.6007,9892.6042,9892.6042,9892.6042,9892.6042,9892.6042 +184.5000,1.0000,1622.3994,50.0135,49.4720,0.3008,0.0000,5,1097.0369,492.9824,671.4043,-73.5730,56.6345,77.1319,-8.4522,0.8002,50.2869,0.0000,50.2869,5.5474,50.2869,0.7284,0.0000,49.5585,0.0000,49.5585,5.4569,44.1016,0.0000,44.1016,0.3709,43.7307,0.0000,-2.5432,9.2363,37.0376,11287.9294,11287.9294,11287.9294,11287.9294,11287.9294 +185.5000,1.0000,1636.5046,50.7790,50.5550,0.1244,0.0000,5,1113.8280,296.3991,699.6372,-74.6099,34.5719,81.6055,-8.7025,0.3361,28.6790,0.0000,28.6790,5.5569,28.6790,0.6316,0.0000,28.0474,0.0000,28.0474,5.5404,22.5070,0.0000,22.5070,0.1558,22.3512,0.0000,-2.5821,9.3776,15.5557,7087.1401,7087.1401,7087.1401,7087.1401,7087.1401 +186.5000,1.0000,1650.6923,51.0755,51.0030,0.0403,0.0000,5,1120.3317,203.1001,610.0313,-74.9979,23.8279,71.5694,-8.7988,0.1094,18.1059,0.0000,18.1059,5.6126,18.1059,0.5831,0.0000,17.5228,0.0000,17.5228,5.5727,11.9501,0.0000,11.9501,0.0507,11.8994,0.0000,-2.5972,9.4324,5.0642,5079.0598,5079.0598,5079.0598,5079.0598,5079.0598 +187.5000,1.0000,1664.9180,51.2125,51.1480,0.0358,0.0000,5,1123.3368,197.9545,566.9969,-75.1772,23.2865,66.6990,-8.8435,0.0976,17.5864,0.0000,17.5864,5.6025,17.5864,0.5825,0.0000,17.0039,0.0000,17.0039,5.5877,11.4162,0.0000,11.4162,0.0452,11.3710,0.0000,-2.6041,9.4577,4.5174,4983.9160,4983.9160,4983.9160,4983.9160,4983.9160 +188.5000,1.0000,1679.1248,51.1445,51.2770,-0.0736,0.0000,5,1121.8452,76.9538,564.6217,-75.0882,9.0405,66.3314,-8.8213,-0.2002,3.5928,0.0000,3.5928,5.6479,3.5928,0.5286,0.0000,3.0642,0.0000,3.0642,5.5803,-2.5161,0.0000,-2.5161,-0.0928,-2.4232,0.0000,-2.6007,9.4451,-9.2677,2643.9917,2643.9917,2643.9917,2643.9917,2643.9917 +189.5000,1.0000,1693.2724,50.9315,51.0120,-0.0447,0.0000,5,1117.1731,109.0082,506.1727,-74.8095,12.7529,59.2172,-8.7520,-0.1211,7.2363,0.0000,7.2363,5.6377,7.2363,0.5266,0.0000,6.7097,0.0000,6.7097,5.5570,1.1527,0.0000,1.1527,-0.0562,1.2088,0.0000,-2.5898,9.4058,-5.6071,3150.2675,3150.2675,3150.2675,3150.2675,3150.2675 +190.5000,1.0000,1707.3613,50.7200,50.8510,-0.0728,0.0000,5,1112.5339,78.1790,520.3586,-74.5327,9.1082,60.6240,-8.6834,-0.1963,3.6657,0.0000,3.6657,5.6388,3.6657,0.5218,0.0000,3.1439,0.0000,3.1439,5.5340,-2.3901,0.0000,-2.3901,-0.0910,-2.2991,0.0000,-2.5791,9.3667,-9.0867,2657.4457,2657.4457,2657.4457,2657.4457,2657.4457 +191.5000,1.0000,1721.3796,50.4660,50.5890,-0.0683,0.0000,5,1106.9624,82.8413,504.2847,-74.2004,9.6030,58.4571,-8.6014,-0.1834,4.2023,0.0000,4.2023,5.5841,4.2023,0.5166,0.0000,3.6858,0.0000,3.6858,5.5062,-1.8205,0.0000,-1.8205,-0.0850,-1.7354,0.0000,-2.5662,9.3198,-8.4891,2728.2071,2728.2071,2728.2071,2728.2071,2728.2071 +192.5000,1.0000,1735.2956,50.0975,50.3430,-0.1364,0.0000,5,1098.8794,7.9788,504.6359,-73.7049,0.9182,58.0707,-8.4815,-0.3634,-4.2859,0.0000,-4.2859,5.5675,-4.2859,0.5321,0.0000,-4.8180,0.0000,-4.8180,5.4660,-10.2841,0.0000,-10.2841,-0.1685,-10.1156,0.0000,-2.5474,9.2518,-16.8199,1387.5897,1387.5897,1387.5897,1387.5897,1387.5897 +193.5000,1.0000,1748.9942,49.3150,49.8520,-0.2983,0.0000,5,1081.7154,46.1185,463.6691,-72.4762,5.2242,52.5230,-8.2099,-0.7825,0.5081,0.0000,0.5081,5.4985,0.5081,0.5081,0.0000,0.0000,0.0000,0.0000,5.3807,-5.3807,24.5993,-29.9799,-0.3627,-29.6172,0.0000,-2.5076,9.1073,-36.2168,2082.5966,2082.5966,2082.5966,2082.5966,2082.5966 +194.5000,1.0000,1762.2744,47.8085,48.7780,-0.5386,0.0000,5,1048.6706,41.4848,474.0693,-70.1108,4.5557,52.0606,-7.6993,-1.3695,0.4854,0.0000,0.4854,5.4398,0.4854,0.4854,0.0000,0.0000,0.0000,0.0000,5.2163,-5.2163,52.4090,-57.6252,-0.6349,-56.9904,0.0000,-2.4310,8.8290,-63.3884,1917.1826,1917.1826,1917.1826,1917.1826,1917.1826 +195.5000,1.0000,1775.0763,46.0870,46.8390,-0.4178,0.0720,5,1010.9099,46.2073,462.1594,-67.4078,4.8916,48.9252,-7.1359,-1.0240,0.4600,0.0000,0.4600,5.4556,0.4600,0.4600,0.0000,0.0000,0.0000,0.0000,5.0285,-5.0285,35.8748,-40.9033,-0.4747,-40.4286,0.8011,-2.3435,8.5111,-47.3972,1921.0993,1921.0993,1921.0993,1921.0993,1921.0993 +196.5000,1.0000,1787.4188,44.4330,45.3350,-0.5011,0.0870,5,974.6297,43.5562,450.1674,-68.0781,4.4455,45.9454,-6.9483,-1.1842,0.4362,0.0000,0.4362,5.1934,0.4362,0.4362,0.0000,0.0000,0.0000,0.0000,4.8480,-4.8480,43.6326,-48.4806,-0.5490,-47.9317,0.9332,-2.2594,8.2057,-54.8111,1770.5566,1770.5566,1770.5566,1770.5566,1770.5566 +197.5000,1.0000,1799.3691,43.0210,43.5310,-0.2833,0.0870,5,943.6577,48.6533,434.6979,-69.8499,4.8079,42.9567,-6.9025,-0.6483,0.4163,0.0000,0.4163,5.0399,0.4163,0.4163,0.0000,0.0000,0.0000,0.0000,4.6939,-4.6939,18.9517,-23.6456,-0.3005,-23.3451,0.9035,-2.1876,7.9449,-30.0060,1777.9794,1777.9794,1777.9794,1777.9794,1777.9794 +198.5000,1.0000,1811.1259,42.3245,42.5110,-0.1036,0.0150,5,928.3801,48.1367,430.2846,-70.7238,4.6798,41.8322,-6.8758,-0.2332,-0.0601,0.0000,-0.0601,4.9732,-0.0601,0.4078,0.0000,-0.4679,0.0000,-0.4679,4.6179,-5.0859,0.0000,-5.0859,-0.1081,-4.9778,0.1533,-2.1522,7.8163,-10.7951,1723.2660,1723.2660,1723.2660,1723.2660,1723.2660 +199.5000,1.0000,1822.8363,42.1575,42.1380,0.0108,0.0000,5,924.7170,173.2502,428.0973,-70.9334,16.7769,41.4553,-6.8689,0.0243,11.8051,0.0000,11.8051,4.9475,11.8051,0.4281,0.0000,11.3770,0.0000,11.3770,4.5997,6.7773,0.0000,6.7773,0.0113,6.7660,0.0000,-2.1437,7.7854,1.1243,3762.8078,3762.8078,3762.8078,3762.8078,3762.8078 +200.5000,1.0000,1834.6324,42.4660,42.1770,0.1606,0.0000,5,931.4839,339.3479,495.4480,-70.5463,33.1016,48.3284,-6.8814,0.3626,27.7805,0.0000,27.7805,4.9585,27.7805,0.5119,0.0000,27.2685,0.0000,27.2685,4.6334,22.6352,0.0000,22.6352,0.1681,22.4671,0.0000,-2.1594,7.8424,16.7840,6723.0270,6723.0270,6723.0270,6723.0270,6723.0270 +201.5000,1.0000,1846.5901,43.0475,42.7550,0.1625,0.0000,5,944.2390,341.2160,585.0018,-69.8166,33.7396,57.8453,-6.9035,0.3720,28.3726,0.0000,28.3726,4.9950,28.3726,0.5225,0.0000,27.8500,0.0000,27.8500,4.6968,23.1532,0.0000,23.1532,0.1725,22.9808,0.0000,-2.1889,7.9498,17.2199,6863.0085,6863.0085,6863.0085,6863.0085,6863.0085 +202.5000,1.0000,1858.7827,43.8935,43.3400,0.3075,0.0000,5,962.7958,501.6805,592.0235,-68.7551,50.5813,59.6900,-6.9321,0.7178,44.8377,0.0000,44.8377,5.0257,44.8377,0.6160,0.0000,44.2217,0.0000,44.2217,4.7891,39.4326,0.0000,39.4326,0.3328,39.0998,0.0000,-2.2320,8.1060,33.2257,10130.9326,10130.9326,10130.9326,10130.9326,10130.9326 +203.5000,1.0000,1871.3309,45.1735,44.4470,0.4036,0.0000,5,990.8724,608.2424,680.4522,-67.1490,63.1136,70.6064,-6.9676,0.9697,57.0678,0.0000,57.0678,5.0761,57.0678,0.6944,0.0000,56.3735,0.0000,56.3735,4.9962,51.3773,0.0000,51.3773,0.4495,50.9278,0.0000,-2.2971,8.3424,44.8824,12538.5552,12538.5552,12538.5552,12538.5552,12538.5552 +204.5000,1.0000,1884.3376,46.8240,45.9000,0.5133,0.0000,5,1027.0758,731.4036,737.1321,-68.5650,78.6662,79.2823,-7.3745,1.2784,72.1942,0.0000,72.1942,5.1937,72.1942,0.7927,0.0000,71.4015,0.0000,71.4015,5.3732,66.0283,0.0000,66.0283,0.5926,65.4357,0.0000,-2.3810,8.6472,59.1694,15513.3118,15513.3118,15513.3118,15513.3118,15513.3118 +205.5000,1.0000,1897.8376,48.6000,47.7480,0.4733,0.0000,5,1066.0321,685.9328,799.5215,-71.3536,76.5738,89.2543,-7.9655,1.2235,70.0094,0.0000,70.0094,5.3410,70.0094,0.8067,0.0000,69.2027,0.0000,69.2027,5.5034,63.6993,0.0000,63.6993,0.5672,63.1321,0.0000,-2.4713,8.9752,56.6282,15074.1345,15074.1345,15074.1345,15074.1345,15074.1345 +206.5000,1.0000,1911.8323,50.3810,49.4520,0.5161,0.0000,5,1105.0980,733.5507,782.6746,-74.0892,84.8906,90.5755,-8.5740,1.3829,78.0514,0.0000,78.0514,5.4563,78.0514,0.8726,0.0000,77.1788,0.0000,77.1788,5.7867,71.3921,0.0000,71.3921,0.6411,70.7510,0.0000,-2.5619,9.3041,64.0087,16597.7568,16597.7568,16597.7568,16597.7568,16597.7568 +207.5000,1.0000,1926.2734,51.9880,51.3100,0.3767,0.0000,5,1140.3472,576.0316,808.9236,-76.1919,68.7879,96.5991,-9.0986,1.0415,62.1585,0.0000,62.1585,5.5879,62.1585,0.8169,0.0000,61.3416,0.0000,61.3416,5.6968,55.6448,0.0000,55.6448,0.4828,55.1620,0.0000,-2.6436,9.6009,48.2047,13612.0002,13612.0002,13612.0002,13612.0002,13612.0002 +208.5000,1.0000,1941.1483,53.5495,52.6660,0.4908,0.0000,5,1174.5984,704.3495,742.0377,-78.2350,86.6376,91.2733,-9.6232,1.3979,79.5432,0.0000,79.5432,5.6965,79.5432,0.9273,0.0000,78.6159,0.0000,78.6159,6.0994,72.5165,0.0000,72.5165,0.6480,71.8684,0.0000,-2.7230,9.8893,64.7022,16931.5240,16931.5240,16931.5240,16931.5240,16931.5240 +209.5000,1.0000,1956.5205,55.3400,54.4330,0.5039,0.0000,5,1213.8727,719.0590,801.3917,-80.5730,91.4042,101.8701,-10.2422,1.4831,84.0456,0.0000,84.0456,5.8755,84.0456,0.9774,0.0000,83.0682,0.0000,83.0682,6.3307,76.7375,0.0000,76.7375,0.6875,76.0500,0.0000,-2.8140,10.2199,68.6441,17832.4054,17832.4054,17832.4054,17832.4054,17832.4054 +210.5000,1.0000,1972.3299,56.9140,56.2470,0.3706,0.0000,5,1248.3981,568.7360,811.3399,-82.6207,74.3520,106.0680,-10.8012,1.1217,67.1940,0.0000,67.1940,6.0363,67.1940,0.9180,0.0000,66.2760,0.0000,66.2760,6.2234,60.0526,0.0000,60.0526,0.5200,59.5326,0.0000,-2.8941,10.5106,51.9161,14670.0089,14670.0089,14670.0089,14670.0089,14670.0089 +211.5000,1.0000,1988.4978,58.2045,57.5810,0.3464,0.0000,5,1276.7050,556.7015,751.7545,-84.2995,74.4289,100.5067,-11.2705,1.0723,65.1962,0.0000,65.1962,8.1604,65.1962,0.9287,0.0000,64.2675,0.0000,64.2675,6.3506,57.9170,0.0000,57.9170,0.4971,57.4199,0.0000,-2.9597,10.7489,49.6306,14691.4142,14691.4142,14691.4142,14691.4142,14691.4142 +212.5000,1.0000,2005.0009,59.4110,58.8280,0.3239,0.0000,5,1303.1693,531.9413,750.1206,-85.8690,72.5927,102.3671,-11.7183,1.0234,63.2145,0.0000,63.2145,8.3548,63.2145,0.9384,0.0000,62.2761,0.0000,62.2761,6.4822,55.7939,0.0000,55.7939,0.4744,55.3195,0.0000,-3.0210,10.9717,47.3688,14365.2541,14365.2541,14365.2541,14365.2541,14365.2541 +213.5000,1.0000,2021.7940,60.4550,59.9940,0.2561,0.0000,5,1326.0693,456.3658,743.4034,-87.2272,63.3735,103.2332,-12.1129,0.8235,54.0928,0.0000,54.0928,8.4573,54.0928,0.9100,0.0000,53.1828,0.0000,53.1828,6.5961,46.5866,0.0000,46.5866,0.3817,46.2049,0.0000,-3.0741,11.1645,38.1145,12618.8697,12618.8697,12618.8697,12618.8697,12618.8697 +214.5000,1.0000,2038.7492,61.0390,60.9160,0.0683,0.0000,5,1338.8792,247.6332,716.0841,-87.9869,34.7199,100.4001,-12.3364,0.2218,25.9781,0.0000,25.9781,8.5200,25.9781,0.7792,0.0000,25.1989,0.0000,25.1989,6.6598,18.5390,0.0000,18.5390,0.1028,18.4362,0.0000,-3.1038,11.2724,10.2676,7222.4718,7222.4718,7222.4718,7222.4718,7222.4718 +215.5000,1.0000,2055.7341,61.1455,61.1620,-0.0092,0.0000,5,1341.2153,161.3353,632.9032,-88.1255,22.6598,88.8924,-12.3774,-0.0298,14.1827,0.0000,14.1827,8.5069,14.1827,0.7220,0.0000,13.4607,0.0000,13.4607,6.6715,6.7893,0.0000,6.7893,-0.0138,6.8031,0.0000,-3.1092,11.2921,-1.3798,5001.8906,5001.8906,5001.8906,5001.8906,5001.8906 +216.5000,1.0000,2072.6699,60.9690,61.1290,-0.0889,0.0000,5,1337.3438,73.0432,597.1210,-87.8959,10.2294,83.6246,-12.3095,-0.2882,2.0324,0.0000,2.0324,8.4852,2.0324,0.6956,0.0000,1.3369,0.0000,1.3369,6.6522,-5.3153,0.0000,-5.3153,-0.1336,-5.1817,0.0000,-3.1003,11.2595,-13.3409,2972.8423,2972.8423,2972.8423,2972.8423,2972.8423 +217.5000,1.0000,2089.5163,60.6470,60.8090,-0.0900,0.0000,5,1330.2808,71.2538,559.0310,-87.4770,9.9261,77.8767,-12.1861,-0.2903,1.8526,0.0000,1.8526,8.3638,1.8526,0.6904,0.0000,1.1623,0.0000,1.1623,6.6171,-5.4548,0.0000,-5.4548,-0.1346,-5.3202,0.0000,-3.0839,11.2000,-13.4363,2916.8336,2916.8336,2916.8336,2916.8336,2916.8336 +218.5000,1.0000,2106.3717,60.6795,60.4850,0.1081,0.0000,5,1330.9937,276.7840,558.3143,-87.5192,38.5785,77.8186,-12.1985,0.3487,31.8458,0.0000,31.8458,6.3840,31.8458,0.8025,0.0000,31.0433,0.0000,31.0433,6.6206,24.4227,0.0000,24.4227,0.1617,24.2610,0.0000,-3.0855,11.2060,16.1406,7939.6982,7939.6982,7939.6982,7939.6982,7939.6982 +219.5000,1.0000,2123.3544,61.1375,60.8740,0.1464,0.0000,5,1341.0398,319.4269,644.0864,-88.1151,44.8582,90.4512,-12.3743,0.4760,37.9452,0.0000,37.9452,6.4370,37.9452,0.8407,0.0000,37.1046,0.0000,37.1046,6.6706,30.4340,0.0000,30.4340,0.2207,30.2133,0.0000,-3.1088,11.2906,22.0315,9136.6395,9136.6395,9136.6395,9136.6395,9136.6395 +220.5000,1.0000,2140.4801,61.6525,61.4010,0.1397,0.0000,5,1352.3362,312.2259,663.4467,-88.7850,44.2163,93.9549,-12.5734,0.4581,37.2410,0.0000,37.2410,6.5171,37.2410,0.8458,0.0000,36.3952,0.0000,36.3952,6.7268,29.6684,0.0000,29.6684,0.2124,29.4560,0.0000,-3.1350,11.3857,21.2053,9027.3730,9027.3730,9027.3730,9027.3730,9027.3730 +221.5000,1.0000,2157.7387,62.1310,61.9040,0.1261,0.0000,5,1362.8320,296.8281,662.7420,-89.4075,42.3620,94.5835,-12.7598,0.4167,35.4198,0.0000,35.4198,6.5254,35.4198,0.8448,0.0000,34.5751,0.0000,34.5751,6.7790,27.7961,0.0000,27.7961,0.1932,27.6029,0.0000,-3.1593,11.4741,19.2882,8697.7075,8697.7075,8697.7075,8697.7075,8697.7075 +222.5000,1.0000,2175.1080,62.5295,62.3580,0.0953,0.0000,5,1371.5731,262.3491,658.5895,-89.9259,37.6814,94.5937,-12.9161,0.3169,30.8318,0.0000,30.8318,6.5327,30.8318,0.8286,0.0000,30.0032,0.0000,30.0032,6.8225,23.1807,0.0000,23.1807,0.1469,23.0339,0.0000,-3.1796,11.5477,14.6658,7815.5056,7815.5056,7815.5056,7815.5056,7815.5056 +223.5000,1.0000,2192.5701,62.8635,62.7010,0.0903,0.0000,5,1378.8993,256.9812,646.6952,-90.3604,37.1076,93.3815,-13.0479,0.3018,30.2132,0.0000,30.2132,6.5926,30.2132,0.8312,0.0000,29.3820,0.0000,29.3820,6.8589,22.5231,0.0000,22.5231,0.1399,22.3831,0.0000,-3.1966,11.6093,13.9704,7717.7684,7717.7684,7717.7684,7717.7684,7717.7684 +224.5000,1.0000,2210.1019,63.1145,63.0260,0.0492,0.0000,5,1384.4049,210.9981,645.9530,-90.6870,30.5894,93.6467,-13.1473,0.1650,23.8517,0.0000,23.8517,6.5726,23.8517,0.8037,0.0000,23.0480,0.0000,23.0480,6.8863,16.1617,0.0000,16.1617,0.0765,16.0852,0.0000,-3.2093,11.6557,7.6389,6509.0094,6509.0094,6509.0094,6509.0094,6509.0094 +225.5000,1.0000,2227.6848,63.2985,63.2030,0.0531,0.0000,5,1388.4409,215.4360,629.0085,-90.9263,31.3238,91.4561,-13.2204,0.1786,24.5375,0.0000,24.5375,6.6076,24.5375,0.8103,0.0000,23.7272,0.0000,23.7272,6.9064,16.8209,0.0000,16.8209,0.0828,16.7381,0.0000,-3.2187,11.6897,8.2671,6648.1864,6648.1864,6648.1864,6648.1864,6648.1864 +226.5000,1.0000,2245.3291,63.5195,63.3940,0.0697,0.0000,5,1393.2885,234.1051,631.8581,-91.2138,34.1571,92.1911,-13.3085,0.2355,27.2700,0.0000,27.2700,6.6515,27.2700,0.8278,0.0000,26.4422,0.0000,26.4422,6.9305,19.5118,0.0000,19.5118,0.1092,19.4026,0.0000,-3.2299,11.7305,10.9020,7189.4817,7189.4817,7189.4817,7189.4817,7189.4817 +227.5000,1.0000,2263.0455,63.7790,63.6450,0.0744,0.0000,5,1398.9806,239.3203,640.3976,-91.5514,35.0606,93.8188,-13.4124,0.2525,28.1356,0.0000,28.1356,6.6725,28.1356,0.8366,0.0000,27.2991,0.0000,27.2991,6.9588,20.3403,0.0000,20.3403,0.1171,20.2232,0.0000,-3.2431,11.7784,11.6880,7369.4951,7369.4951,7369.4951,7369.4951,7369.4951 +228.5000,1.0000,2280.8308,64.0270,63.9130,0.0633,0.0000,5,1404.4205,227.1315,643.7065,-91.8740,33.4044,94.6703,-13.5120,0.2157,26.4690,0.0000,26.4690,6.7197,26.4690,0.8325,0.0000,25.6364,0.0000,25.6364,6.9859,18.6506,0.0000,18.6506,0.1000,18.5506,0.0000,-3.2557,11.8242,9.9822,7065.4926,7065.4926,7065.4926,7065.4926,7065.4926 +229.5000,1.0000,2298.6873,64.2835,64.1410,0.0792,0.0000,5,1410.0467,244.7431,640.3602,-92.2077,36.1387,94.5554,-13.6154,0.2707,29.1200,0.0000,29.1200,6.7480,29.1200,0.8502,0.0000,28.2698,0.0000,28.2698,7.0138,21.2559,0.0000,21.2559,0.1255,21.1305,0.0000,-3.2688,11.8716,12.5277,7573.2738,7573.2738,7573.2738,7573.2738,7573.2738 +230.5000,1.0000,2316.5274,64.2245,64.4260,-0.1119,0.0000,5,1408.7526,32.6323,647.2555,-92.1310,4.8141,95.4859,-13.5916,-0.3824,-1.5106,0.0000,-1.5106,6.7071,-1.5106,0.7627,0.0000,-2.2733,0.0000,-2.2733,7.0074,-9.2807,0.0000,-9.2807,-0.1773,-9.1035,0.0000,-3.2658,11.8607,-17.6983,2522.9032,2522.9032,2522.9032,2522.9032,2522.9032 +231.5000,1.0000,2334.2559,63.8225,64.0230,-0.1114,0.0000,5,1399.9348,33.5219,562.9708,-91.6080,4.9143,82.5320,-13.4298,-0.3781,-1.4158,0.0000,-1.4158,6.7082,-1.4158,0.7551,0.0000,-2.1709,0.0000,-2.1709,6.9635,-9.1345,0.0000,-9.1345,-0.1753,-8.9592,0.0000,-3.2453,11.7864,-17.5003,2518.3374,2518.3374,2518.3374,2518.3374,2518.3374 +232.5000,1.0000,2351.8687,63.4060,63.6220,-0.1200,0.0000,5,1390.7989,23.6955,560.5330,-91.0662,3.4511,81.6383,-13.2633,-0.4047,-2.7633,0.0000,-2.7633,6.6191,-2.7633,0.7510,0.0000,-3.5143,0.0000,-3.5143,6.9181,-10.4324,0.0000,-10.4324,-0.1876,-10.2448,0.0000,-3.2242,11.7095,-18.7301,2316.9126,2316.9126,2316.9126,2316.9126,2316.9126 +233.5000,1.0000,2369.3481,62.9260,63.1900,-0.1467,0.0000,5,1380.2702,-5.9473,553.4588,-90.4417,-0.8596,79.9978,-13.0726,-0.4908,-6.9071,0.0000,-6.9071,6.5383,-6.9071,0.7527,0.0000,-7.6598,0.0000,-7.6598,6.8657,-14.5255,0.0000,-14.5255,-0.2275,-14.2980,0.0000,-3.1998,11.6209,-22.7191,1768.2555,1768.2555,1768.2555,1768.2555,1768.2555 +234.5000,1.0000,2386.6819,62.4015,62.6620,-0.1447,0.0000,5,1368.7654,-3.5183,538.0761,-89.7594,-0.5043,77.1261,-12.8658,-0.4803,-6.5519,0.0000,-6.5519,6.5279,-6.5519,0.7424,0.0000,-7.2943,0.0000,-7.2943,6.8085,-14.1028,0.0000,-14.1028,-0.2227,-13.8801,0.0000,-3.1731,11.5240,-22.2310,1788.9566,1788.9566,1788.9566,1788.9566,1788.9566 +235.5000,1.0000,2403.8778,61.9055,62.1410,-0.1308,0.0000,5,1357.8857,11.9634,535.6997,-89.1142,1.7012,76.1751,-12.6718,-0.4308,-4.3704,0.0000,-4.3704,6.5023,-4.3704,0.7281,0.0000,-5.0985,0.0000,-5.0985,6.7544,-11.8529,0.0000,-11.8529,-0.1997,-11.6532,0.0000,-3.1479,11.4324,-19.9378,2027.4911,2027.4911,2027.4911,2027.4911,2027.4911 +236.5000,1.0000,2420.9242,61.3670,61.6700,-0.1683,0.0000,5,1346.0738,-29.5402,538.4440,-88.4136,-4.1640,75.8993,-12.4628,-0.5494,-10.0431,0.0000,-10.0431,6.4285,-10.0431,0.7328,0.0000,-10.7759,0.0000,-10.7759,6.6956,-17.4715,0.0000,-17.4715,-0.2547,-17.2168,0.0000,-3.1205,11.3330,-25.4293,1189.1860,1189.1860,1189.1860,1189.1860,1189.1860 +237.5000,1.0000,2437.8077,60.7805,61.0640,-0.1575,0.0000,5,1333.2091,-17.0411,517.4413,-87.6506,-2.3792,72.2417,-12.2372,-0.5091,-8.3176,0.0000,-8.3176,6.4476,-8.3176,0.7181,0.0000,-9.0358,0.0000,-9.0358,6.6316,-15.6674,0.0000,-15.6674,-0.2360,-15.4314,0.0000,-3.0907,11.2247,-23.5654,1415.7242,1415.7242,1415.7242,1415.7242,1415.7242 +238.5000,1.0000,2454.5283,60.1940,60.4970,-0.1683,0.0000,5,1320.3443,-29.2108,518.7419,-86.8877,-4.0389,71.7244,-12.0136,-0.5389,-9.8582,0.0000,-9.8582,6.3582,-9.8582,0.7117,0.0000,-10.5699,0.0000,-10.5699,6.5676,-17.1375,0.0000,-17.1375,-0.2498,-16.8877,0.0000,-3.0608,11.1163,-24.9432,1129.3955,1129.3955,1129.3955,1129.3955,1129.3955 +239.5000,1.0000,2471.0973,59.6485,59.8910,-0.1347,0.0000,5,1308.3789,8.1227,510.0412,-86.1780,1.1129,69.8823,-11.8075,-0.4274,-4.7998,0.0000,-4.7998,6.3401,-4.7998,0.6896,0.0000,-5.4894,0.0000,-5.4894,6.5081,-11.9975,0.0000,-11.9975,-0.1981,-11.7994,0.0000,-3.0331,11.0156,-19.7819,1837.1267,1837.1267,1837.1267,1837.1267,1837.1267 +240.5000,1.0000,2487.5291,59.1545,59.4060,-0.1397,0.0000,5,1297.5431,2.5390,522.7093,-85.5354,0.3450,71.0249,-11.6224,-0.4396,-5.4965,0.0000,-5.4965,6.2811,-5.4965,0.6828,0.0000,-6.1793,0.0000,-6.1793,6.4542,-12.6336,0.0000,-12.6336,-0.2038,-12.4298,0.0000,-3.0080,10.9244,-20.3462,1719.2087,1719.2087,1719.2087,1719.2087,1719.2087 +241.5000,1.0000,2503.8258,58.6680,58.9030,-0.1306,0.0000,5,1286.8718,12.2102,517.2911,-84.9025,1.6455,69.7106,-11.4415,-0.4074,-4.1204,0.0000,-4.1204,6.1732,-4.1204,0.6710,0.0000,-4.7914,0.0000,-4.7914,6.4011,-11.1925,0.0000,-11.1925,-0.1888,-11.0037,0.0000,-2.9832,10.8345,-18.8550,1850.3864,1850.3864,1850.3864,1850.3864,1850.3864 +242.5000,1.0000,2520.0262,58.3215,58.4330,-0.0619,0.0000,5,1279.2714,88.1457,519.3052,-84.4517,11.8084,69.5687,-11.3136,-0.1921,5.8262,0.0000,5.8262,6.1744,5.8262,0.6402,0.0000,5.1859,0.0000,5.1859,6.3633,-1.1774,0.0000,-1.1774,-0.0891,-1.0883,0.0000,-2.9656,10.7705,-8.8932,3060.6553,3060.6553,3060.6553,3060.6553,3060.6553 +243.5000,1.0000,2536.2015,58.2310,58.2100,0.0117,0.0000,5,1277.2863,169.7132,551.3230,-84.3340,22.7003,73.7434,-11.2803,0.0361,16.5211,0.0000,16.5211,6.1431,16.5211,0.6857,0.0000,15.8354,0.0000,15.8354,6.3535,9.4819,0.0000,9.4819,0.0167,9.4652,0.0000,-2.9610,10.7538,1.6724,4956.4279,4956.4279,4956.4279,4956.4279,4956.4279 +244.5000,1.0000,2552.4051,58.3330,58.2520,0.0450,0.0000,5,1279.5236,206.6177,586.6046,-84.4667,27.6850,78.6000,-11.3178,0.1396,21.4094,0.0000,21.4094,6.1360,21.4094,0.7118,0.0000,20.6976,0.0000,20.6976,6.3646,14.3330,0.0000,14.3330,0.0647,14.2683,0.0000,-2.9662,10.7727,6.4618,5886.9522,5886.9522,5886.9522,5886.9522,5886.9522 +245.5000,1.0000,2568.6580,58.5105,58.4140,0.0536,0.0000,5,1283.4170,216.6034,603.1015,-84.6976,29.1113,81.0563,-11.3833,0.1668,22.7346,0.0000,22.7346,6.2099,22.7346,0.7213,0.0000,22.0133,0.0000,22.0133,6.3840,15.6293,0.0000,15.6293,0.0773,15.5520,0.0000,-2.9752,10.8054,7.7218,6139.1187,6139.1187,6139.1187,6139.1187,6139.1187 +246.5000,1.0000,2584.9551,58.6695,58.6070,0.0347,0.0000,5,1286.9047,195.1061,608.1305,-84.9044,26.2933,81.9543,-11.4421,0.1083,20.0281,0.0000,20.0281,6.1569,20.0281,0.7104,0.0000,19.3178,0.0000,19.3178,6.4013,12.9165,0.0000,12.9165,0.0502,12.8662,0.0000,-2.9833,10.8348,5.0147,5642.9637,5642.9637,5642.9637,5642.9637,5642.9637 +247.5000,1.0000,2601.2505,58.6635,58.7320,-0.0381,0.0000,5,1286.7731,114.4800,599.2119,-84.8966,15.4262,80.7441,-11.4399,-0.1187,9.3576,0.0000,9.3576,6.1874,9.3576,0.6569,0.0000,8.7007,0.0000,8.7007,6.4007,2.3000,0.0000,2.3000,-0.0550,2.3551,0.0000,-2.9830,10.8337,-5.4956,3605.7308,3605.7308,3605.7308,3605.7308,3605.7308 +248.5000,1.0000,2617.4892,58.4595,58.5950,-0.0753,0.0000,5,1282.2984,73.0449,563.9551,-84.6312,9.8086,75.7290,-11.3644,-0.2340,3.9076,0.0000,3.9076,6.1350,3.9076,0.6474,0.0000,3.2602,0.0000,3.2602,6.3784,-3.1182,0.0000,-3.1182,-0.1085,-3.0097,0.0000,-2.9726,10.7960,-10.8331,2823.5593,2823.5593,2823.5593,2823.5593,2823.5593 +249.5000,1.0000,2633.6515,58.1840,58.3240,-0.0778,0.0000,5,1276.2553,70.2243,544.6746,-84.2728,9.3854,72.7953,-11.2630,-0.2407,3.5268,0.0000,3.5268,6.0993,3.5268,0.6437,0.0000,2.8832,0.0000,2.8832,6.3483,-3.4651,0.0000,-3.4651,-0.1116,-3.3536,0.0000,-2.9586,10.7451,-11.1401,2763.4801,2763.4801,2763.4801,2763.4801,2763.4801 +250.5000,1.0000,2649.7117,57.8170,58.0440,-0.1261,0.0000,5,1268.2052,17.1889,541.4297,-83.7954,2.2828,71.9052,-11.1285,-0.3878,-3.4282,0.0000,-3.4282,6.0988,-3.4282,0.6548,0.0000,-4.0830,0.0000,-4.0830,6.3083,-10.3913,0.0000,-10.3913,-0.1798,-10.2115,0.0000,-2.9400,10.6774,-17.9489,1889.3401,1889.3401,1889.3401,1889.3401,1889.3401 +251.5000,1.0000,2665.5999,57.1975,57.5900,-0.2181,0.0000,5,1254.6166,45.6971,514.7453,-82.9895,6.0038,67.6289,-10.9034,-0.6633,0.6342,0.0000,0.6342,6.0330,0.6342,0.6342,0.0000,0.0000,0.0000,0.0000,6.2407,-6.2407,17.1148,-23.3555,-0.3075,-23.0480,0.0000,-2.9085,10.5630,-30.7025,2314.9127,2314.9127,2314.9127,2314.9127,2314.9127 +252.5000,1.0000,2681.2846,56.4650,56.8050,-0.1889,0.0000,5,1238.5494,-51.7285,523.1770,-82.0366,-6.7092,67.8564,-10.6402,-0.5672,-12.1470,0.0000,-12.1470,6.0050,-12.1470,0.6539,0.0000,-12.8009,0.0000,-12.8009,6.1608,-18.9617,0.0000,-18.9617,-0.2630,-18.6987,0.0000,-2.8712,10.4277,-26.2552,531.9046,531.9046,531.9046,531.9046,531.9046 +253.5000,1.0000,2696.7642,55.7265,56.1250,-0.2214,0.0000,5,1222.3505,45.9265,475.0930,-81.0758,5.8788,60.8139,-10.3781,-0.6562,0.6097,0.0000,0.6097,5.9252,0.6097,0.6097,0.0000,0.0000,0.0000,0.0000,6.0802,-6.0802,17.1365,-23.2167,-0.3042,-22.9125,0.0000,-2.8337,10.2913,-30.3701,2248.4875,2248.4875,2248.4875,2248.4875,2248.4875 +254.5000,1.0000,2711.9799,54.7765,55.3280,-0.3064,0.0000,5,1201.5124,44.1402,514.0237,-79.8400,5.5538,64.6755,-10.0456,-0.8926,0.5942,0.0000,0.5942,5.8523,0.5942,0.5942,0.0000,0.0000,0.0000,0.0000,5.9765,-5.9765,28.4207,-34.3972,-0.4138,-33.9834,0.0000,-2.7854,10.1159,-41.3139,2174.7602,2174.7602,2174.7602,2174.7602,2174.7602 +255.5000,1.0000,2726.8908,53.6790,54.2250,-0.3033,0.0000,5,1177.4390,44.2991,506.7129,-78.4045,5.4621,62.4783,-9.6674,-0.8660,0.5764,0.0000,0.5764,5.7517,0.5764,0.5764,0.0000,0.0000,0.0000,0.0000,5.8568,-5.8568,27.4434,-33.3002,-0.4014,-32.8988,0.0000,-2.7296,9.9132,-40.0824,2159.2365,2159.2365,2159.2365,2159.2365,2159.2365 +256.5000,1.0000,2741.5173,52.6555,53.1330,-0.2653,0.0000,5,1154.9887,45.2704,500.7544,-77.0653,5.4755,60.5663,-9.3211,-0.7429,0.5600,0.0000,0.5600,5.6583,0.5600,0.5600,0.0000,0.0000,0.0000,0.0000,5.7451,-5.7451,21.9380,-27.6831,-0.3444,-27.3387,0.0000,-2.6775,9.7242,-34.3854,2160.0333,2160.0333,2160.0333,2160.0333,2160.0333 +257.5000,1.0000,2755.8641,51.6485,52.1780,-0.2942,0.0000,5,1132.9003,44.2880,495.4330,-75.7476,5.2542,58.7767,-8.9865,-0.8080,0.5441,0.0000,0.5441,5.5181,0.5441,0.5441,0.0000,0.0000,0.0000,0.0000,5.6353,-5.6353,25.2282,-30.8635,-0.3746,-30.4889,0.0000,-2.6263,9.5382,-37.4008,2129.8863,2129.8863,2129.8863,2129.8863,2129.8863 +258.5000,1.0000,2769.9446,50.6900,51.1190,-0.2383,0.0000,5,1111.8758,45.7599,489.5525,-74.4935,5.3281,57.0012,-8.6737,-0.6425,0.5292,0.0000,0.5292,5.4414,0.5292,0.5292,0.0000,0.0000,0.0000,0.0000,5.5307,-5.5307,17.7232,-23.2539,-0.2979,-22.9561,0.0000,-2.5776,9.3612,-29.7397,2139.6074,2139.6074,2139.6074,2139.6074,2139.6074 +259.5000,1.0000,2783.8619,50.1020,50.2610,-0.0883,0.0000,5,1098.9781,59.6891,486.8348,-73.7119,6.8693,56.0273,-8.4831,-0.2354,1.6850,0.0000,1.6850,5.4196,1.6850,0.5172,0.0000,1.1678,0.0000,1.1678,5.4665,-4.2987,0.0000,-4.2987,-0.1091,-4.1896,0.0000,-2.5477,9.2526,-10.8945,2353.4681,2353.4681,2353.4681,2353.4681,2353.4681 +260.5000,1.0000,2797.7742,50.0845,49.9430,0.0786,0.0000,5,1098.5943,244.9812,493.1673,-73.6844,28.1837,56.7362,-8.4770,0.2094,22.5471,0.0000,22.5471,5.4272,22.5471,0.5908,0.0000,21.9563,0.0000,21.9563,5.4646,16.4917,0.0000,16.4917,0.0971,16.3947,0.0000,-2.5468,9.2494,9.6921,5810.6625,5810.6625,5810.6625,5810.6625,5810.6625 +261.5000,1.0000,2811.8202,50.5655,50.2260,0.1886,0.0000,5,1109.1449,366.5339,583.1039,-74.3306,42.5727,67.7272,-8.6335,0.5072,36.6650,0.0000,36.6650,5.4004,36.6650,0.6684,0.0000,35.9966,0.0000,35.9966,5.5171,30.4795,0.0000,30.4795,0.2351,30.2444,0.0000,-2.5712,9.3382,23.4774,8567.8708,8567.8708,8567.8708,8567.8708,8567.8708 +262.5000,1.0000,2826.0766,51.3230,50.9050,0.2322,0.0000,5,1125.7606,414.7419,642.4672,-75.3217,48.8937,75.7401,-8.8796,0.6339,42.8112,0.0000,42.8112,5.4486,42.8112,0.7103,0.0000,42.1009,0.0000,42.1009,5.5997,36.5012,0.0000,36.5012,0.2938,36.2073,0.0000,-2.6098,9.4781,29.3390,9786.1468,9786.1468,9786.1468,9786.1468,9786.1468 +263.5000,1.0000,2840.5637,52.1535,51.7410,0.2292,0.0000,5,1143.9774,411.2846,667.6184,-76.4084,49.2707,79.9787,-9.1535,0.6357,43.1101,0.0000,43.1101,5.5250,43.1101,0.7241,0.0000,42.3860,0.0000,42.3860,5.6904,36.6956,0.0000,36.6956,0.2947,36.4009,0.0000,-2.6520,9.6315,29.4215,9861.8960,9861.8960,9861.8960,9861.8960,9861.8960 +264.5000,1.0000,2855.2903,53.0160,52.5660,0.2500,0.0000,5,1162.8962,434.3157,669.0771,-77.5370,52.8902,81.4790,-9.4423,0.7049,46.5875,0.0000,46.5875,5.5977,46.5875,0.7545,0.0000,45.8331,0.0000,45.8331,5.7845,40.0486,0.0000,40.0486,0.3268,39.7218,0.0000,-2.6958,9.7907,32.6269,10536.1512,10536.1512,10536.1512,10536.1512,10536.1512 +265.5000,1.0000,2870.2535,53.8675,53.4660,0.2231,0.0000,5,1181.5737,404.1229,682.6602,-78.6511,50.0038,84.4683,-9.7318,0.6390,43.7135,0.0000,43.7135,5.6512,43.7135,0.7530,0.0000,42.9605,0.0000,42.9605,5.8774,37.0831,0.0000,37.0831,0.2962,36.7869,0.0000,-2.7391,9.9480,29.5780,10017.7033,10017.7033,10017.7033,10017.7033,10017.7033 +266.5000,1.0000,2885.4459,54.6925,54.2690,0.2353,0.0000,5,1199.6699,417.7826,672.3344,-79.7306,52.4857,84.4648,-10.0165,0.6844,46.0579,0.0000,46.0579,5.7434,46.0579,0.7774,0.0000,45.2805,0.0000,45.2805,5.9674,39.3131,0.0000,39.3131,0.3173,38.9958,0.0000,-2.7811,10.1004,31.6766,10509.3410,10509.3410,10509.3410,10509.3410,10509.3410 +267.5000,1.0000,2900.8813,55.5675,55.1160,0.2508,0.0000,5,1218.8629,435.0347,681.0407,-80.8690,55.5274,86.9274,-10.3220,0.7413,48.9596,0.0000,48.9596,5.8265,48.9596,0.8056,0.0000,48.1540,0.0000,48.1540,6.0629,42.0912,0.0000,42.0912,0.3436,41.7475,0.0000,-2.8256,10.2619,34.3112,11089.7428,11089.7428,11089.7428,11089.7428,11089.7428 +268.5000,1.0000,2916.5442,56.3865,56.0190,0.2042,0.0000,5,1236.8275,383.2525,691.3760,-81.9344,49.6390,89.5472,-10.6122,0.6123,43.1105,0.0000,43.1105,5.9162,43.1105,0.7892,0.0000,42.3213,0.0000,42.3213,6.1522,36.1691,0.0000,36.1691,0.2838,35.8853,0.0000,-2.8672,10.4132,28.3393,9964.2564,9964.2564,9964.2564,9964.2564,9964.2564 +269.5000,1.0000,2932.4213,57.1575,56.7540,0.2242,0.0000,5,1253.7392,405.2200,671.7204,-82.9374,53.2018,88.1910,-10.8890,0.6814,46.5609,0.0000,46.5609,5.9595,46.5609,0.8187,0.0000,45.7422,0.0000,45.7422,6.2363,39.5059,0.0000,39.5059,0.3159,39.1900,0.0000,-2.9064,10.5556,31.5409,10661.9864,10661.9864,10661.9864,10661.9864,10661.9864 +270.5000,1.0000,2948.5271,57.9810,57.5610,0.2333,0.0000,5,1271.8026,415.3228,683.8244,-84.0087,55.3139,91.0737,-11.1885,0.7195,48.5646,0.0000,48.5646,6.0297,48.5646,0.8419,0.0000,47.7227,0.0000,47.7227,6.3262,41.3965,0.0000,41.3965,0.3336,41.0630,0.0000,-2.9483,10.7077,33.3036,11059.1321,11059.1321,11059.1321,11059.1321,11059.1321 +271.5000,1.0000,2964.8434,58.7385,58.4010,0.1875,0.0000,5,1288.4182,364.5672,690.8944,-84.9942,49.1884,93.2174,-11.4677,0.5857,42.4763,0.0000,42.4763,6.1264,42.4763,0.8237,0.0000,41.6526,0.0000,41.6526,6.4088,35.2437,0.0000,35.2437,0.2715,34.9722,0.0000,-2.9868,10.8475,27.1115,9921.5253,9921.5253,9921.5253,9921.5253,9921.5253 +272.5000,1.0000,2981.3485,59.4185,59.0760,0.1903,0.0000,5,1303.3339,367.5566,672.3871,-85.8788,50.1659,91.7706,-11.7212,0.6013,43.3845,0.0000,43.3845,6.1801,43.3845,0.8394,0.0000,42.5451,0.0000,42.5451,6.4830,36.0621,0.0000,36.0621,0.2787,35.7834,0.0000,-3.0214,10.9731,27.8317,10117.9112,10117.9112,10117.9112,10117.9112,10117.9112 +273.5000,1.0000,2998.0128,59.9915,59.7610,0.1281,0.0000,5,1315.9025,298.1664,676.0960,-86.6242,41.0876,93.1667,-11.9369,0.4086,34.4788,0.0000,34.4788,6.2003,34.4788,0.8043,0.0000,33.6745,0.0000,33.6745,6.5455,27.1289,0.0000,27.1289,0.1894,26.9395,0.0000,-3.0505,11.0789,18.9111,8422.5915,8422.5915,8422.5915,8422.5915,8422.5915 +274.5000,1.0000,3014.7723,60.3340,60.2220,0.0622,0.0000,5,1323.4152,225.3641,649.4505,-87.0698,31.2327,90.0059,-12.0668,0.1997,24.7524,0.0000,24.7524,6.2806,24.7524,0.7613,0.0000,23.9911,0.0000,23.9911,6.5829,17.4082,0.0000,17.4082,0.0926,17.3156,0.0000,-3.0680,11.1422,9.2414,6583.4496,6583.4496,6583.4496,6583.4496,6583.4496 +275.5000,1.0000,3031.5134,60.2680,60.4460,-0.0989,0.0000,5,1321.9675,46.6048,619.8111,-86.9839,6.4518,85.8042,-12.0417,-0.3170,0.5101,0.0000,0.5101,6.2586,0.5101,0.6871,0.0000,-0.1769,0.0000,-0.1769,6.5757,-6.7527,0.0000,-6.7527,-0.1469,-6.6057,0.0000,-3.0646,11.1300,-14.6711,2494.9608,2494.9608,2494.9608,2494.9608,2494.9608 +276.5000,1.0000,3048.1066,59.7355,60.0900,-0.1969,0.0000,5,1310.2872,-61.5802,542.5932,-86.2912,-8.4496,74.4508,-11.8403,-0.6257,-14.0246,0.0000,-14.0246,6.2007,-14.0246,0.7142,0.0000,-14.7388,0.0000,-14.7388,6.5176,-21.2564,0.0000,-21.2564,-0.2901,-20.9663,0.0000,-3.0375,11.0317,-28.9605,430.3843,430.3843,430.3843,430.3843,430.3843 +277.5000,1.0000,3064.5308,59.1270,59.3810,-0.1411,0.0000,5,1296.9399,0.0732,492.8037,-85.4996,0.0099,66.9302,-11.6121,-0.4437,-5.6978,0.0000,-5.6978,6.1515,-5.6978,0.6829,0.0000,-6.3806,0.0000,-6.3806,6.4512,-12.8319,0.0000,-12.8319,-0.2057,-12.6261,0.0000,-3.0066,10.9193,-20.5389,1678.5276,1678.5276,1678.5276,1678.5276,1678.5276 +278.5000,1.0000,3080.8299,58.6770,58.8730,-0.1089,0.0000,5,1287.0692,35.3609,516.2892,-84.9142,4.7660,69.5863,-11.4449,-0.3398,-0.9679,0.0000,-0.9679,6.0737,-0.9679,0.6633,0.0000,-1.6312,0.0000,-1.6312,6.4021,-8.0333,0.0000,-8.0333,-0.1575,-7.8758,0.0000,-2.9837,10.8362,-15.7283,2225.2347,2225.2347,2225.2347,2225.2347,2225.2347 +279.5000,1.0000,3097.0534,58.4045,58.4810,-0.0425,0.0000,5,1281.0920,108.7646,529.7454,-84.5597,14.5914,71.0683,-11.3442,-0.1320,8.6661,0.0000,8.6661,6.0573,8.6661,0.6493,0.0000,8.0169,0.0000,8.0169,6.3724,1.6445,0.0000,1.6445,-0.0612,1.7057,0.0000,-2.9698,10.7859,-6.1103,3458.0445,3458.0445,3458.0445,3458.0445,3458.0445 +280.5000,1.0000,3113.2620,58.3510,58.3280,0.0128,0.0000,5,1279.9184,170.5453,560.7955,-84.4901,22.8587,75.1650,-11.3244,0.0397,16.7179,0.0000,16.7179,6.1012,16.7179,0.6886,0.0000,16.0292,0.0000,16.0292,6.3666,9.6627,0.0000,9.6627,0.0184,9.6443,0.0000,-2.9671,10.7760,1.8354,4989.7922,4989.7922,4989.7922,4989.7922,4989.7922 +281.5000,1.0000,3129.5040,58.4710,58.3740,0.0539,0.0000,5,1282.5506,215.8254,587.6314,-84.6462,28.9872,78.9238,-11.3687,0.1676,22.7596,0.0000,22.7596,6.0600,22.7596,0.7208,0.0000,22.0388,0.0000,22.0388,6.3796,15.6592,0.0000,15.6592,0.0777,15.5815,0.0000,-2.9732,10.7981,7.7566,6116.7925,6116.7925,6116.7925,6116.7925,6116.7925 +282.5000,1.0000,3145.7990,58.6620,58.5680,0.0522,0.0000,5,1286.7402,214.1376,607.7146,-84.8947,28.8544,81.8878,-11.4393,0.1629,22.5908,0.0000,22.5908,6.1007,22.5908,0.7231,0.0000,21.8677,0.0000,21.8677,6.4005,15.4672,0.0000,15.4672,0.0755,15.3917,0.0000,-2.9829,10.8334,7.5412,6098.6425,6098.6425,6098.6425,6098.6425,6098.6425 +283.5000,1.0000,3162.1615,58.9050,58.7560,0.0828,0.0000,5,1292.0703,263.0374,608.0780,-85.2108,35.5903,82.2762,-11.5295,0.2593,27.1833,0.0000,27.1833,8.1477,27.1833,0.7500,0.0000,26.4334,0.0000,26.4334,6.4270,20.0064,0.0000,20.0064,0.1202,19.8861,0.0000,-2.9953,10.8783,12.0031,7375.7077,7375.7077,7375.7077,7375.7077,7375.7077 +284.5000,1.0000,3178.6015,59.1840,59.0540,0.0722,0.0000,5,1298.1901,251.1807,629.8978,-85.5737,34.1470,85.6322,-11.6334,0.2273,25.7527,0.0000,25.7527,8.1670,25.7527,0.7474,0.0000,25.0053,0.0000,25.0053,6.4574,18.5479,0.0000,18.5479,0.1054,18.4425,0.0000,-3.0095,10.9298,10.5221,7115.4236,7115.4236,7115.4236,7115.4236,7115.4236 +285.5000,1.0000,3195.1192,59.4640,59.3140,0.0833,0.0000,5,1304.3319,263.4873,626.1978,-85.9380,35.9895,85.5319,-11.7382,0.2635,27.5272,0.0000,27.5272,8.1988,27.5272,0.7608,0.0000,26.7664,0.0000,26.7664,6.4880,20.2784,0.0000,20.2784,0.1222,20.1562,0.0000,-3.0237,10.9815,12.1984,7460.5612,7460.5612,7460.5612,7460.5612,7460.5612 +286.5000,1.0000,3211.7160,59.7485,59.6140,0.0747,0.0000,5,1310.5723,253.6808,632.6183,-86.3081,34.8159,86.8223,-11.8452,0.2374,26.3750,0.0000,26.3750,8.2035,26.3750,0.7598,0.0000,25.6152,0.0000,25.6152,6.5190,19.0962,0.0000,19.0962,0.1101,18.9861,0.0000,-3.0382,11.0341,10.9902,7241.2787,7241.2787,7241.2787,7241.2787,7241.2787 +287.5000,1.0000,3228.3833,60.0020,59.8830,0.0661,0.0000,5,1316.1328,243.9943,629.7631,-86.6379,33.6285,86.7972,-11.9409,0.2110,25.1973,0.0000,25.1973,8.2203,25.1973,0.7580,0.0000,24.4392,0.0000,24.4392,6.5467,17.8925,0.0000,17.8925,0.0978,17.7947,0.0000,-3.0511,11.0809,9.7649,7021.8086,7021.8086,7021.8086,7021.8086,7021.8086 +288.5000,1.0000,3245.1260,60.2740,60.1210,0.0850,0.0000,5,1322.0991,265.3378,626.9983,-86.9917,36.7360,86.8078,-12.0440,0.2725,28.1581,0.0000,28.1581,8.3054,28.1581,0.7773,0.0000,27.3807,0.0000,27.3807,6.5764,20.8044,0.0000,20.8044,0.1263,20.6780,0.0000,-3.0649,11.1311,12.6118,7592.1174,7592.1174,7592.1174,7592.1174,7592.1174 +289.5000,1.0000,3261.9576,60.5935,60.4270,0.0925,0.0000,5,1329.1073,273.8968,637.1778,-87.4074,38.1220,88.6848,-12.1657,0.2981,29.4449,0.0000,29.4449,8.3790,29.4449,0.7891,0.0000,28.6558,0.0000,28.6558,6.6112,22.0445,0.0000,22.0445,0.1382,21.9064,0.0000,-3.0812,11.1901,13.7974,7848.4392,7848.4392,7848.4392,7848.4392,7848.4392 +290.5000,1.0000,3278.8852,60.9395,60.7600,0.0997,0.0000,5,1336.6967,266.5184,642.2136,-87.8575,37.3069,89.8961,-12.2982,0.3232,30.7149,0.0000,30.7149,6.2688,30.7149,0.8012,0.0000,29.9137,0.0000,29.9137,6.6490,23.2647,0.0000,23.2647,0.1498,23.1149,0.0000,-3.0988,11.2540,14.9596,7697.6237,7697.6237,7697.6237,7697.6237,7697.6237 +291.5000,1.0000,3295.9292,61.3585,61.1190,0.1331,0.0000,5,1345.8874,303.6857,641.0312,-88.4026,42.8018,90.3476,-12.4595,0.4342,36.0394,0.0000,36.0394,6.3281,36.0394,0.8348,0.0000,35.2046,0.0000,35.2046,6.6947,28.5099,0.0000,28.5099,0.2013,28.3086,0.0000,-3.1201,11.3314,20.0973,8766.0088,8766.0088,8766.0088,8766.0088,8766.0088 +292.5000,1.0000,3313.1045,61.8310,61.5980,0.1294,0.0000,5,1356.2516,299.5932,658.0173,-89.0172,42.5501,93.4558,-12.6428,0.4257,35.7620,0.0000,35.7620,6.3625,35.7620,0.8414,0.0000,34.9205,0.0000,34.9205,6.7463,28.1743,0.0000,28.1743,0.1973,27.9770,0.0000,-3.1441,11.4187,19.7024,8729.4185,8729.4185,8729.4185,8729.4185,8729.4185 +293.5000,1.0000,3330.4399,62.4075,62.0640,0.1908,0.0000,5,1368.8970,367.5905,658.7866,-89.7672,52.6943,94.4374,-12.8682,0.6334,45.6723,0.0000,45.6723,6.3886,45.6723,0.9007,0.0000,44.7716,0.0000,44.7716,6.8092,37.9624,0.0000,37.9624,0.2936,37.6688,0.0000,-3.1734,11.5251,29.3170,10624.5389,10624.5389,10624.5389,10624.5389,10624.5389 +294.5000,1.0000,3347.9648,63.0895,62.7510,0.1881,0.0000,5,1383.8566,364.9422,688.1721,-90.6544,52.8864,99.7279,-13.1374,0.6310,45.7378,0.0000,45.7378,6.5176,45.7378,0.9127,0.0000,44.8251,0.0000,44.8251,6.8836,37.9415,0.0000,37.9415,0.2925,37.6490,0.0000,-3.2081,11.6511,29.2060,10679.8604,10679.8604,10679.8604,10679.8604,10679.8604 +295.5000,1.0000,3365.6548,63.6840,63.4280,0.1422,0.0000,5,1396.8968,313.7236,689.8125,-91.4278,45.8923,100.9076,-13.3743,0.4817,38.8789,0.0000,38.8789,6.5317,38.8789,0.8886,0.0000,37.9903,0.0000,37.9903,6.9484,31.0419,0.0000,31.0419,0.2233,30.8186,0.0000,-3.2383,11.7609,22.2960,9382.0785,9382.0785,9382.0785,9382.0785,9382.0785 +296.5000,1.0000,3383.4870,64.1960,63.9400,0.1422,0.0000,5,1408.1274,313.6527,672.5992,-92.0939,46.2508,99.1806,-13.5801,0.4856,39.1948,0.0000,39.1948,6.5705,39.1948,0.8991,0.0000,38.2957,0.0000,38.2957,7.0043,31.2914,0.0000,31.2914,0.2251,31.0663,0.0000,-3.2643,11.8554,22.4753,9462.8009,9462.8009,9462.8009,9462.8009,9462.8009 +297.5000,1.0000,3401.4688,64.7345,64.4520,0.1569,0.0000,5,1419.9393,329.6693,675.0268,-92.7944,49.0204,100.3736,-13.7981,0.5403,41.9085,0.0000,41.9085,6.5715,41.9085,0.9220,0.0000,40.9865,0.0000,40.9865,7.0630,33.9235,0.0000,33.9235,0.2505,33.6730,0.0000,-3.2917,11.9549,25.0098,9985.0810,9985.0810,9985.0810,9985.0810,9985.0810 +298.5000,1.0000,3419.5988,65.2680,65.0170,0.1394,0.0000,5,1431.6416,310.5533,683.5231,-93.4885,46.5585,102.4746,-14.0159,0.4840,39.4033,0.0000,39.4033,6.6712,39.4033,0.9188,0.0000,38.4844,0.0000,38.4844,7.1213,31.3632,0.0000,31.3632,0.2244,31.1388,0.0000,-3.3189,12.0534,22.4043,9539.7544,9539.7544,9539.7544,9539.7544,9539.7544 +299.5000,1.0000,3437.8759,65.7975,65.5190,0.1547,0.0000,5,1443.2560,327.4016,678.9312,-94.1773,49.4826,102.6119,-14.2337,0.5414,42.2383,0.0000,42.2383,6.7029,42.2383,0.9423,0.0000,41.2960,0.0000,41.2960,7.1790,34.1170,0.0000,34.1170,0.2510,33.8660,0.0000,-3.3458,12.1512,25.0606,10083.5596,10083.5596,10083.5596,10083.5596,10083.5596 +300.5000,1.0000,3456.2912,66.2950,66.0760,0.1217,0.0000,5,1454.1686,291.2493,687.5459,-94.8245,44.3515,104.6996,-14.4399,0.4290,37.0851,0.0000,37.0851,6.8374,37.0851,0.9254,0.0000,36.1597,0.0000,36.1597,7.2333,28.9264,0.0000,28.9264,0.1989,28.7275,0.0000,-3.3711,12.2430,19.8555,9148.5425,9148.5425,9148.5425,9148.5425,9148.5425 +301.5000,1.0000,3474.8424,66.7845,66.5140,0.1503,0.0000,5,1464.9057,322.7442,676.8300,-95.4613,49.5104,103.8288,-14.6442,0.5338,42.1369,0.0000,42.1369,6.8398,42.1369,0.9594,0.0000,41.1775,0.0000,41.1775,7.2867,33.8908,0.0000,33.8908,0.2474,33.6433,0.0000,-3.3960,12.3334,24.7058,10104.7686,10104.7686,10104.7686,10104.7686,10104.7686 +302.5000,1.0000,3493.5441,67.3260,67.0550,0.1506,0.0000,5,1476.7834,323.0643,690.7394,-96.1657,49.9614,106.8217,-14.8719,0.5391,42.5289,0.0000,42.5289,6.8934,42.5289,0.9710,0.0000,41.5579,0.0000,41.5579,7.3458,34.2121,0.0000,34.2121,0.2499,33.9621,0.0000,-3.4235,12.4334,24.9522,10195.5343,10195.5343,10195.5343,10195.5343,10195.5343 +303.5000,1.0000,3512.3427,67.6750,67.5970,0.0433,0.0000,5,1484.4387,204.1440,692.8891,-96.6198,31.7342,107.7096,-15.0195,0.1560,24.6197,0.0000,24.6197,6.9586,24.6197,0.8878,0.0000,23.7319,0.0000,23.7319,7.3839,16.3480,0.0000,16.3480,0.0723,16.2757,0.0000,-3.4412,12.4979,7.2190,6829.9127,6829.9127,6829.9127,6829.9127,6829.9127 +304.5000,1.0000,3531.1288,67.6300,67.7530,-0.0683,0.0000,5,1483.4516,80.1824,650.8879,-96.5612,12.4561,101.1133,-15.0005,-0.2458,5.7471,0.0000,5.7471,6.9547,5.7471,0.8078,0.0000,4.9394,0.0000,4.9394,7.3790,-2.4396,0.0000,-2.4396,-0.1139,-2.3257,0.0000,-3.4390,12.4896,-11.3763,3556.9341,3556.9341,3556.9341,3556.9341,3556.9341 +305.5000,1.0000,3549.7987,67.2115,67.5070,-0.1642,0.0000,5,1474.2719,-25.3508,603.9105,-96.0168,-3.9138,93.2350,-14.8236,-0.5868,-10.2660,0.0000,-10.2660,6.9390,-10.2660,0.8399,0.0000,-11.1059,0.0000,-11.1059,7.3333,-18.4392,0.0000,-18.4392,-0.2720,-18.1671,0.0000,-3.4177,12.4123,-27.1618,1546.3253,1546.3253,1546.3253,1546.3253,1546.3253 +306.5000,1.0000,3568.2687,66.4920,66.9160,-0.2356,0.0000,5,1458.4898,44.5762,560.0780,-95.0808,6.8082,85.5422,-14.5219,-0.8330,0.7988,0.0000,0.7988,6.8425,0.7988,0.7988,0.0000,0.0000,0.0000,0.0000,7.2548,-7.2548,22.7890,-30.0438,-0.3862,-29.6577,0.0000,-3.3811,12.2794,-38.5560,2841.8131,2841.8131,2841.8131,2841.8131,2841.8131 +307.5000,1.0000,3586.5171,65.6945,66.0680,-0.2075,0.0000,5,1440.9968,-73.3953,580.4193,-94.0433,-11.0754,87.5858,-14.1912,-0.7250,-17.1045,0.0000,-17.1045,6.7541,-17.1045,0.8287,0.0000,-17.9332,0.0000,-17.9332,7.1678,-25.1010,0.0000,-25.1010,-0.3361,-24.7649,0.0000,-3.3405,12.1321,-33.5565,388.0681,388.0681,388.0681,388.0681,388.0681 +308.5000,1.0000,3604.5346,64.8630,65.3210,-0.2544,0.0000,5,1422.7580,43.5460,529.3898,-92.9616,6.4880,78.8743,-13.8504,-0.8778,0.7687,0.0000,0.7687,6.5970,0.7687,0.7687,0.0000,0.0000,0.0000,0.0000,7.0771,-7.0771,25.2769,-32.3540,-0.4069,-31.9471,0.0000,-3.2983,11.9786,-40.6274,2741.6622,2741.6622,2741.6622,2741.6622,2741.6622 +309.5000,1.0000,3622.3321,64.0710,64.4050,-0.1856,0.0000,5,1405.3856,-49.6885,568.9865,-91.9313,-7.3127,83.7387,-13.5297,-0.6323,-13.2051,0.0000,-13.2051,6.5246,-13.2051,0.7891,0.0000,-13.9942,0.0000,-13.9942,6.9907,-20.9849,0.0000,-20.9849,-0.2931,-20.6917,0.0000,-3.2580,11.8323,-29.2661,857.9641,857.9641,857.9641,857.9641,857.9641 +310.5000,1.0000,3639.9428,63.3985,63.7370,-0.1881,0.0000,5,1390.6344,-52.1001,527.6613,-91.0564,-7.5872,76.8417,-13.2603,-0.6341,-13.4638,0.0000,-13.4638,6.5107,-13.4638,0.7776,0.0000,-14.2414,0.0000,-14.2414,6.9173,-21.1587,0.0000,-21.1587,-0.2939,-20.8647,0.0000,-3.2238,11.7081,-29.3491,778.1775,778.1775,778.1775,778.1775,778.1775 +311.5000,1.0000,3657.3887,62.8050,63.0600,-0.1417,0.0000,5,1377.6161,-1.0571,522.4116,-90.2843,-0.1525,75.3650,-13.0247,-0.4732,-6.1158,0.0000,-6.1158,6.4365,-6.1158,0.7485,0.0000,-6.8643,0.0000,-6.8643,6.8525,-13.7168,0.0000,-13.7168,-0.2194,-13.4975,0.0000,-3.1936,11.5985,-21.9024,1863.0488,1863.0488,1863.0488,1863.0488,1863.0488 +312.5000,1.0000,3674.7115,62.3620,62.5500,-0.1044,0.0000,5,1367.8990,39.6597,539.7743,-89.7080,5.6811,77.3205,-12.8503,-0.3464,-0.3184,0.0000,-0.3184,6.3459,-0.3184,0.7261,0.0000,-1.0445,0.0000,-1.0445,6.8042,-7.8487,0.0000,-7.8487,-0.1606,-7.6881,0.0000,-3.1711,11.5167,-16.0337,2509.0355,2509.0355,2509.0355,2509.0355,2509.0355 +313.5000,1.0000,3691.9690,62.1270,62.1740,-0.0261,0.0000,5,1362.7443,126.1213,554.5606,-89.4023,17.9983,79.1393,-12.7583,-0.0863,11.7860,0.0000,11.7860,6.2986,11.7860,0.7265,0.0000,11.0594,0.0000,11.0594,6.7785,4.2809,0.0000,4.2809,-0.0400,4.3209,0.0000,-3.1591,11.4733,-3.9933,4186.4498,4186.4498,4186.4498,4186.4498,4186.4498 +314.5000,1.0000,3709.1931,62.0070,62.0800,-0.0406,0.0000,5,1360.1121,110.4726,588.5408,-89.2462,15.7347,83.8262,-12.7114,-0.1337,9.5244,0.0000,9.5244,6.3441,9.5244,0.7132,0.0000,8.8112,0.0000,8.8112,6.7655,2.0457,0.0000,2.0457,-0.0620,2.1077,0.0000,-3.1530,11.4512,-6.1904,3781.7403,3781.7403,3781.7403,3781.7403,3781.7403 +315.5000,1.0000,3726.3452,61.7475,61.9340,-0.1036,0.0000,5,1354.4200,40.8922,580.8241,-88.9086,5.7999,82.3809,-12.6103,-0.3403,-0.1914,0.0000,-0.1914,6.3316,-0.1914,0.7149,0.0000,-0.9063,0.0000,-0.9063,6.7371,-7.6434,0.0000,-7.6434,-0.1577,-7.4857,0.0000,-3.1398,11.4032,-15.7491,2486.5840,2486.5840,2486.5840,2486.5840,2486.5840 +316.5000,1.0000,3743.3763,61.3120,61.5610,-0.1383,0.0000,5,1344.8674,2.3436,549.9241,-88.3421,0.3301,77.4481,-12.4416,-0.4511,-5.4726,0.0000,-5.4726,6.2538,-5.4726,0.7204,0.0000,-6.1930,0.0000,-6.1930,6.6896,-12.8826,0.0000,-12.8826,-0.2091,-12.6735,0.0000,-3.1177,11.3228,-20.8786,1838.1266,1838.1266,1838.1266,1838.1266,1838.1266 +317.5000,1.0000,3760.2462,60.7315,61.0630,-0.1842,0.0000,5,1332.1343,-48.4336,530.3375,-87.5869,-6.7565,73.9825,-12.2184,-0.5949,-12.3278,0.0000,-12.3278,6.1661,-12.3278,0.7273,0.0000,-13.0551,0.0000,-13.0551,6.6263,-19.6814,0.0000,-19.6814,-0.2758,-19.4056,0.0000,-3.0882,11.2156,-27.5330,760.2878,760.2878,760.2878,760.2878,760.2878 +318.5000,1.0000,3776.9423,60.1060,60.4000,-0.1633,0.0000,5,1318.4140,-25.2559,504.9836,-86.7732,-3.4869,69.7201,-11.9803,-0.5221,-9.0989,0.0000,-9.0989,6.1341,-9.0989,0.7083,0.0000,-9.8072,0.0000,-9.8072,6.5580,-16.3653,0.0000,-16.3653,-0.2420,-16.1232,0.0000,-3.0564,11.1001,-24.1670,1206.6201,1206.6201,1206.6201,1206.6201,1206.6201 +319.5000,1.0000,3793.4723,59.5080,59.8120,-0.1689,0.0000,5,1305.2970,-30.9013,510.7834,-85.9952,-4.2239,69.8192,-11.7547,-0.5345,-9.8319,0.0000,-9.8319,6.1425,-9.8319,0.6998,0.0000,-10.5316,0.0000,-10.5316,6.4928,-17.0244,0.0000,-17.0244,-0.2478,-16.7766,0.0000,-3.0260,10.9897,-24.7403,1055.2783,1055.2783,1055.2783,1055.2783,1055.2783 +320.5000,1.0000,3809.8816,59.0735,59.2040,-0.0725,0.0000,5,1295.7663,75.2392,505.5835,-85.4300,10.2094,68.6038,-11.5922,-0.2278,4.3592,0.0000,4.3592,6.0779,4.3592,0.6568,0.0000,3.7024,0.0000,3.7024,6.4454,-2.7429,0.0000,-2.7429,-0.1056,-2.6373,0.0000,-3.0039,10.9094,-10.5429,2891.2518,2891.2518,2891.2518,2891.2518,2891.2518 +321.5000,1.0000,3826.2598,58.9615,58.9430,0.0103,0.0000,5,1293.3096,166.8323,549.9612,-85.2843,22.5949,74.4840,-11.5505,0.0322,16.5280,0.0000,16.5280,6.0347,16.5280,0.6976,0.0000,15.8304,0.0000,15.8304,6.4332,9.3973,0.0000,9.3973,0.0149,9.3823,0.0000,-2.9982,10.8887,1.4918,4958.8063,4958.8063,4958.8063,4958.8063,4958.8063 +322.5000,1.0000,3842.6637,59.0540,58.9800,0.0411,0.0000,5,1295.3386,201.3089,589.0520,-85.4046,27.3071,79.9035,-11.5849,0.1291,21.1044,0.0000,21.1044,6.0735,21.1044,0.7220,0.0000,20.3824,0.0000,20.3824,6.4433,13.9392,0.0000,13.9392,0.0599,13.8793,0.0000,-3.0029,10.9058,5.9764,5836.7935,5836.7935,5836.7935,5836.7935,5836.7935 +323.5000,1.0000,3859.1326,59.2880,59.1280,0.0889,0.0000,5,1300.4714,254.7919,604.5508,-85.7090,34.6988,82.3308,-11.6723,0.2803,28.2677,0.0000,28.2677,6.1508,28.2677,0.7617,0.0000,27.5061,0.0000,27.5061,6.4688,21.0373,0.0000,21.0373,0.1299,20.9073,0.0000,-3.0148,10.9490,12.9731,7221.4100,7221.4100,7221.4100,7221.4100,7221.4100 +324.5000,1.0000,3875.6988,59.6385,59.4480,0.1058,0.0000,5,1308.1595,273.1633,628.3789,-86.1650,37.4207,86.0817,-11.8038,0.3357,30.9621,0.0000,30.9621,6.1229,30.9621,0.7809,0.0000,30.1812,0.0000,30.1812,6.5070,23.6742,0.0000,23.6742,0.1556,23.5186,0.0000,-3.0326,11.0138,15.5374,7724.4564,7724.4564,7724.4564,7724.4564,7724.4564 +325.5000,1.0000,3892.3630,59.9910,59.8290,0.0900,0.0000,5,1315.8915,255.3861,637.5993,-86.6236,35.1922,87.8611,-11.9367,0.2872,28.7737,0.0000,28.7737,6.1313,28.7737,0.7757,0.0000,27.9979,0.0000,27.9979,6.5455,21.4525,0.0000,21.4525,0.1331,21.3193,0.0000,-3.0505,11.0789,13.2910,7309.8962,7309.8962,7309.8962,7309.8962,7309.8962 +326.5000,1.0000,3909.0924,60.2260,60.1530,0.0406,0.0000,5,1321.0462,200.7601,631.5377,-86.9293,27.7731,87.3667,-12.0258,0.1299,21.4468,0.0000,21.4468,6.1964,21.4468,0.7430,0.0000,20.7038,0.0000,20.7038,6.5711,14.1326,0.0000,14.1326,0.0602,14.0724,0.0000,-3.0625,11.1223,6.0126,5947.4790,5947.4790,5947.4790,5947.4790,5947.4790 +327.5000,1.0000,3925.8544,60.3430,60.2990,0.0244,0.0000,5,1323.6126,182.9809,609.7327,-87.0815,25.3627,84.5141,-12.0702,0.0784,19.0598,0.0000,19.0598,6.2244,19.0598,0.7330,0.0000,18.3268,0.0000,18.3268,6.5839,11.7429,0.0000,11.7429,0.0364,11.7065,0.0000,-3.0684,11.1439,3.6311,5490.4116,5490.4116,5490.4116,5490.4116,5490.4116 +328.5000,1.0000,3942.5960,60.2700,60.3870,-0.0650,0.0000,5,1322.0114,83.3555,602.2546,-86.9865,11.5398,83.3766,-12.0425,-0.2084,5.5758,0.0000,5.5758,6.1724,5.5758,0.6745,0.0000,4.9013,0.0000,4.9013,6.5759,-1.6746,0.0000,-1.6746,-0.0966,-1.5780,0.0000,-3.0647,11.1304,-9.6437,3095.0143,3095.0143,3095.0143,3095.0143,3095.0143 +329.5000,1.0000,3959.2642,60.0055,60.1530,-0.0819,0.0000,5,1316.2096,64.7718,559.5038,-86.6424,8.9277,77.1182,-11.9422,-0.2615,3.0280,0.0000,3.0280,6.1612,3.0280,0.6762,0.0000,2.3518,0.0000,2.3518,6.5471,-4.1953,0.0000,-4.1953,-0.1212,-4.0740,0.0000,-3.0513,11.0815,-12.1043,2773.9911,2773.9911,2773.9911,2773.9911,2773.9911 +330.5000,1.0000,3975.8253,59.6200,59.8580,-0.1322,0.0000,5,1307.7537,8.8017,549.5061,-86.1409,1.2054,75.2536,-11.7968,-0.4193,-4.4280,0.0000,-4.4280,6.0526,-4.4280,0.6882,0.0000,-5.1162,0.0000,-5.1162,6.5050,-11.6212,0.0000,-11.6212,-0.1944,-11.4269,0.0000,-3.0317,11.0103,-19.4055,1846.4933,1846.4933,1846.4933,1846.4933,1846.4933 +331.5000,1.0000,3992.2926,59.2820,59.3820,-0.0556,0.0000,5,1300.3398,93.5567,523.7852,-85.7012,12.7397,71.3245,-11.6700,-0.1752,6.8676,0.0000,6.8676,6.0473,6.8676,0.6546,0.0000,6.2130,0.0000,6.2130,6.4681,-0.2551,0.0000,-0.2551,-0.0812,-0.1739,0.0000,-3.0145,10.9479,-8.1074,3198.6274,3198.6274,3198.6274,3198.6274,3198.6274 +332.5000,1.0000,4008.7210,59.1425,59.1820,-0.0219,0.0000,5,1297.2798,131.6384,558.7709,-85.5198,17.8832,75.9095,-11.6179,-0.0690,11.8178,0.0000,11.8178,6.1344,11.8178,0.6770,0.0000,11.1408,0.0000,11.1408,6.4529,4.6879,0.0000,4.6879,-0.0320,4.7199,0.0000,-3.0074,10.9222,-3.1949,4088.4280,4088.4280,4088.4280,4088.4280,4088.4280 +333.5000,1.0000,4025.1508,59.1470,59.1030,0.0244,0.0000,5,1297.3786,182.7062,574.7765,-85.5256,24.8227,78.0898,-11.6196,0.0769,18.6749,0.0000,18.6749,6.0709,18.6749,0.7114,0.0000,17.9636,0.0000,17.9636,6.4534,11.5101,0.0000,11.5101,0.0356,11.4745,0.0000,-3.0076,10.9230,3.5591,5378.8651,5378.8651,5378.8651,5378.8651,5378.8651 +334.5000,1.0000,4041.6163,59.2760,59.1910,0.0472,0.0000,5,1300.2081,207.8084,596.8221,-85.6934,28.2947,81.2618,-11.6678,0.1489,22.0903,0.0000,22.0903,6.0555,22.0903,0.7306,0.0000,21.3597,0.0000,21.3597,6.4675,14.8922,0.0000,14.8922,0.0690,14.8232,0.0000,-3.0142,10.9468,6.8906,6027.2458,6027.2458,6027.2458,6027.2458,6027.2458 +335.5000,1.0000,4058.1653,59.5765,59.3610,0.1197,0.0000,5,1306.7996,288.1217,608.5900,-86.0843,39.4288,83.2842,-11.7804,0.3793,32.9972,0.0000,32.9972,6.0523,32.9972,0.7900,0.0000,32.2071,0.0000,32.2071,6.5003,25.7069,0.0000,25.7069,0.1759,25.5310,0.0000,-3.0294,11.0023,17.5582,8097.7769,8097.7769,8097.7769,8097.7769,8097.7769 +336.5000,1.0000,4074.8276,59.9840,59.7920,0.1067,0.0000,5,1315.7380,274.0475,643.6480,-86.6145,37.7593,88.6842,-11.9341,0.3403,31.2684,0.0000,31.2684,6.1506,31.2684,0.7881,0.0000,30.4803,0.0000,30.4803,6.5447,23.9356,0.0000,23.9356,0.1577,23.7779,0.0000,-3.0502,11.0776,15.7505,7782.9787,7782.9787,7782.9787,7782.9787,7782.9787 +337.5000,1.0000,4091.5224,60.1015,60.1760,-0.0414,0.0000,5,1318.3153,109.5665,638.9064,-86.7673,15.1261,88.2034,-11.9785,-0.1323,9.0950,0.0000,9.0950,6.1633,9.0950,0.6792,0.0000,8.4159,0.0000,8.4159,6.5575,1.8583,0.0000,1.8583,-0.0613,1.9196,0.0000,-3.0561,11.0993,-6.1235,3609.2185,3609.2185,3609.2185,3609.2185,3609.2185 +338.5000,1.0000,4108.1748,59.9485,60.0270,-0.0436,0.0000,5,1314.9593,106.8560,570.0529,-86.5683,14.7143,78.4976,-11.9206,-0.1390,8.7381,0.0000,8.7381,6.1153,8.7381,0.6749,0.0000,8.0632,0.0000,8.0632,6.5409,1.5224,0.0000,1.5224,-0.0645,1.5868,0.0000,-3.0484,11.0710,-6.4358,3528.7381,3528.7381,3528.7381,3528.7381,3528.7381 +339.5000,1.0000,4124.7506,59.6730,59.8700,-0.1094,0.0000,5,1308.9163,34.4420,567.4618,-86.2099,4.7209,77.7816,-11.8167,-0.3473,-1.0606,0.0000,-1.0606,6.1289,-1.0606,0.6807,0.0000,-1.7413,0.0000,-1.7413,6.5108,-8.2521,0.0000,-8.2521,-0.1610,-8.0911,0.0000,-3.0343,11.0201,-16.0768,2264.3643,2264.3643,2264.3643,2264.3643,2264.3643 +340.5000,1.0000,4141.1563,59.0605,59.4760,-0.2308,0.0000,5,1295.4812,44.4152,533.3728,-85.4131,6.0255,72.3587,-11.5873,-0.7251,0.6658,0.0000,0.6658,6.0847,0.6658,0.6658,0.0000,0.0000,0.0000,0.0000,6.4440,-6.4440,19.5486,-25.9925,-0.3361,-25.6564,0.0000,-3.0032,10.9070,-33.5602,2391.8384,2391.8384,2391.8384,2391.8384,2391.8384 +341.5000,1.0000,4157.3221,58.1970,58.6450,-0.2489,0.0000,5,1276.5405,43.7696,532.6067,-84.2897,5.8511,71.1983,-11.2678,-0.7704,0.6511,0.0000,0.6511,5.9704,0.6511,0.6511,0.0000,0.0000,0.0000,0.0000,6.3498,-6.3498,21.8753,-28.2251,-0.3571,-27.8680,0.0000,-2.9593,10.7475,-35.6562,2336.1238,2336.1238,2336.1238,2336.1238,2336.1238 +342.5000,1.0000,4173.2459,57.3255,57.7490,-0.2353,0.0000,5,1257.4243,44.0911,527.2677,-83.1560,5.8058,69.4291,-10.9497,-0.7173,0.6363,0.0000,0.6363,5.8868,0.6363,0.6363,0.0000,0.0000,0.0000,0.0000,6.2547,-6.2547,19.6078,-25.8624,-0.3325,-25.5299,0.0000,-2.9150,10.5866,-33.2015,2295.6376,2295.6376,2295.6376,2295.6376,2295.6376 +343.5000,1.0000,4188.9583,56.5645,56.9020,-0.1875,0.0000,5,1240.7319,-51.7512,523.0325,-82.1660,-6.7240,67.9572,-10.6758,-0.5641,-11.9730,0.0000,-11.9730,5.8131,-11.9730,0.6551,0.0000,-12.6281,0.0000,-12.6281,6.1716,-18.7998,0.0000,-18.7998,-0.2615,-18.5383,0.0000,-2.8763,10.4461,-26.1081,534.1550,534.1550,534.1550,534.1550,534.1550 +344.5000,1.0000,4204.5028,55.9605,56.2270,-0.1481,0.0000,5,1227.4833,-8.3347,476.5917,-81.3803,-1.0714,61.2619,-10.4608,-0.4406,-6.3741,0.0000,-6.3741,5.7434,-6.3741,0.6311,0.0000,-7.0051,0.0000,-7.0051,6.1057,-13.1109,0.0000,-13.1109,-0.2043,-12.9066,0.0000,-2.8456,10.3345,-20.3956,1363.6111,1363.6111,1363.6111,1363.6111,1363.6111 +345.5000,1.0000,4219.8844,55.3735,55.6940,-0.1781,0.0000,5,1214.6075,-41.4957,492.6057,-80.6166,-5.2780,62.6562,-10.2539,-0.5244,-10.4304,0.0000,-10.4304,5.6768,-10.4304,0.6315,0.0000,-11.0620,0.0000,-11.0620,6.0417,-17.1036,0.0000,-17.1036,-0.2431,-16.8606,0.0000,-2.8157,10.2261,-24.2709,687.0415,687.0415,687.0415,687.0415,687.0415 +346.5000,1.0000,4235.0965,54.7635,55.0530,-0.1608,0.0000,5,1201.2273,-22.3103,473.9127,-79.8231,-2.8065,59.6145,-10.0411,-0.4684,-7.9797,0.0000,-7.9797,5.6417,-7.9797,0.6154,0.0000,-8.5951,0.0000,-8.5951,5.9751,-14.5703,0.0000,-14.5703,-0.2172,-14.3531,0.0000,-2.7847,10.1135,-21.6819,1033.2733,1033.2733,1033.2733,1033.2733,1033.2733 +347.5000,1.0000,4250.1340,54.1350,54.4740,-0.1883,0.0000,5,1187.4413,-52.5428,478.6379,-79.0011,-6.5336,59.5179,-9.8237,-0.5422,-11.5837,0.0000,-11.5837,5.5924,-11.5837,0.6142,0.0000,-12.1979,0.0000,-12.1979,5.9066,-18.1045,0.0000,-18.1045,-0.2514,-17.8531,0.0000,-2.7527,9.9974,-25.0977,424.5233,424.5233,424.5233,424.5233,424.5233 +348.5000,1.0000,4264.9767,53.4340,53.7960,-0.2011,0.0000,5,1172.0650,-66.5236,460.0678,-78.0839,-8.1650,56.4680,-9.5839,-0.5715,-13.1308,0.0000,-13.1308,5.5373,-13.1308,0.6067,0.0000,-13.7375,0.0000,-13.7375,5.8301,-19.5676,0.0000,-19.5676,-0.2649,-19.3027,0.0000,-2.7171,9.8679,-26.4535,133.0133,133.0133,133.0133,133.0133,133.0133 +349.5000,1.0000,4279.6106,52.6820,53.0720,-0.2167,0.0000,5,1155.5700,44.7747,448.5908,-77.0999,5.4182,54.2844,-9.3299,-0.6071,0.5605,0.0000,0.5605,5.4648,0.5605,0.5605,0.0000,0.0000,0.0000,0.0000,5.7480,-5.7480,15.5817,-21.3297,-0.2814,-21.0483,0.0000,-2.6789,9.7291,-28.0985,2152.5018,2152.5018,2152.5018,2152.5018,2152.5018 +350.5000,1.0000,4294.0502,51.9825,52.2920,-0.1719,0.0000,5,1140.2266,-34.2097,496.9737,-76.1847,-4.0848,59.3408,-9.0968,-0.4754,-9.0214,0.0000,-9.0214,5.4120,-9.0214,0.5733,0.0000,-9.5947,0.0000,-9.5947,5.6717,-15.2664,0.0000,-15.2664,-0.2204,-15.0460,0.0000,-2.6433,9.5999,-22.0026,727.7084,727.7084,727.7084,727.7084,727.7084 +351.5000,1.0000,4308.3060,51.3210,51.6730,-0.1956,0.0000,5,1125.7167,-60.2470,455.3844,-75.3191,-7.1022,53.6829,-8.8790,-0.5338,-11.9152,0.0000,-11.9152,5.3468,-11.9152,0.5702,0.0000,-12.4854,0.0000,-12.4854,5.5995,-18.0849,0.0000,-18.0849,-0.2474,-17.8375,0.0000,-2.6097,9.4777,-24.7055,201.3893,201.3893,201.3893,201.3893,201.3893 +352.5000,1.0000,4322.3792,50.6635,50.9690,-0.1697,0.0000,5,1111.2945,-31.6335,438.8166,-74.4588,-3.6813,51.0671,-8.6651,-0.4573,-8.5199,0.0000,-8.5199,5.2959,-8.5199,0.5514,0.0000,-9.0713,0.0000,-9.0713,5.5278,-14.5991,0.0000,-14.5991,-0.2120,-14.3871,0.0000,-2.5762,9.3563,-21.1672,744.1438,744.1438,744.1438,744.1438,744.1438 +353.5000,1.0000,4336.2441,49.9135,50.3580,-0.2469,0.0000,5,1094.8434,44.7466,448.0038,-73.4160,5.1303,51.3644,-8.4173,-0.6555,0.5173,0.0000,0.5173,5.2686,0.5173,0.5173,0.0000,0.0000,0.0000,0.0000,5.4460,-5.4460,18.5204,-23.9663,-0.3039,-23.6625,0.0000,-2.5381,9.2178,-30.3422,2086.4339,2086.4339,2086.4339,2086.4339,2086.4339 +354.5000,1.0000,4349.8652,49.0360,49.4690,-0.2406,0.0000,5,1075.5956,44.9036,480.1656,-72.0381,5.0578,54.0840,-8.1141,-0.6274,0.5039,0.0000,0.5039,5.1812,0.5039,0.5039,0.0000,0.0000,0.0000,0.0000,5.3502,-5.3502,17.4159,-22.7661,-0.2908,-22.4753,0.0000,-2.4935,9.0557,-29.0375,2045.0910,2045.0910,2045.0910,2045.0910,2045.0910 +355.5000,1.0000,4363.2142,48.0565,48.6030,-0.3036,0.0000,5,1054.1105,43.7392,474.6238,-70.5002,4.8282,52.3919,-7.7822,-0.7760,0.4891,0.0000,0.4891,5.1151,0.4891,0.4891,0.0000,0.0000,0.0000,0.0000,5.2433,-5.2433,24.6021,-29.8455,-0.3597,-29.4857,0.0000,-2.4437,8.8748,-35.9169,1973.1411,1973.1411,1973.1411,1973.1411,1973.1411 +356.5000,1.0000,4376.1815,46.6820,47.5100,-0.4600,0.0000,5,1023.9611,40.5092,466.4585,-68.3420,4.3438,50.0179,-7.3282,-1.1421,0.4688,0.0000,0.4688,5.0171,0.4688,0.4688,0.0000,0.0000,0.0000,0.0000,5.0934,-5.0934,42.0499,-47.1433,-0.5294,-46.6139,0.0000,-2.3738,8.6210,-52.8611,1841.4368,1841.4368,1841.4368,1841.4368,1841.4368 +357.5000,1.0000,4388.6924,45.0395,45.8540,-0.4525,0.0000,5,987.9331,58.4312,453.2673,-67.3171,6.0451,46.8933,-6.9644,-1.0839,0.4449,0.0000,0.4449,6.6841,0.4449,0.4449,0.0000,0.0000,0.0000,0.0000,4.9142,-4.9142,39.7306,-44.6447,-0.5025,-44.1422,0.0000,-2.2902,8.3177,-50.1697,2096.0287,2096.0287,2096.0287,2096.0287,2096.0287 +358.5000,1.0000,4400.8356,43.7155,44.2250,-0.2831,0.0000,5,958.8914,62.9115,449.3443,-68.9784,6.3173,45.1209,-6.9265,-0.6581,0.4261,0.0000,0.4261,6.5493,0.4261,0.4261,0.0000,0.0000,0.0000,0.0000,4.7697,-4.7697,20.1456,-24.9153,-0.3051,-24.6102,0.0000,-2.2229,8.0732,-30.4605,2097.2283,2097.2283,2097.2283,2097.2283,2097.2283 +359.5000,1.0000,4412.6952,42.6945,43.2060,-0.2842,0.0000,5,936.4960,62.7169,441.6202,-70.2596,6.1506,43.3095,-6.8903,-0.6453,0.4118,0.0000,0.4118,6.3841,0.4118,0.4118,0.0000,0.0000,0.0000,0.0000,4.6583,-4.6583,19.7930,-24.4513,-0.2991,-24.1522,0.0000,-2.1710,7.8846,-29.8658,2027.8617,2027.8617,2027.8617,2027.8617,2027.8617 +360.5000,1.0000,4424.2688,41.6650,42.1830,-0.2878,0.0000,5,913.9141,62.8628,431.7724,-71.5513,6.0163,41.3227,-6.8478,-0.6377,0.3976,0.0000,0.3976,6.2564,0.3976,0.3976,0.0000,0.0000,0.0000,0.0000,4.5460,-4.5460,19.6898,-24.2358,-0.2956,-23.9402,0.0000,-2.1186,7.6945,-29.5160,1964.5057,1964.5057,1964.5057,1964.5057,1964.5057 +361.5000,1.0000,4435.5162,40.4905,41.1470,-0.3647,0.0000,5,888.1517,62.0454,419.9751,-73.1945,5.7707,39.0606,-6.8076,-0.7854,0.3816,0.0000,0.3816,6.1744,0.3816,0.3816,0.0000,0.0000,0.0000,0.0000,4.4178,-4.4178,26.8810,-31.2988,-0.3641,-30.9347,0.0000,-2.0589,7.4776,-36.3534,1873.2787,1873.2787,1873.2787,1873.2787,1873.2787 +362.5000,1.0000,4446.3967,39.1700,39.8340,-0.3689,0.0000,5,859.1867,63.7226,409.7231,-75.2657,5.7334,36.8644,-6.7719,-0.7685,0.3640,0.0000,0.3640,6.1378,0.3640,0.3640,0.0000,0.0000,0.0000,0.0000,4.2738,-4.2738,26.4101,-30.6838,-0.3562,-30.3276,0.0000,-1.9918,7.2337,-35.5696,1856.2072,1856.2072,1856.2072,1856.2072,1856.2072 +363.5000,1.0000,4457.0609,38.3910,38.5060,-0.0639,0.0000,5,842.0995,106.3710,418.0369,-76.4875,9.3803,36.8644,-6.7450,-0.1304,3.5739,0.0000,3.5739,5.9368,3.5739,0.3458,0.0000,3.2281,0.0000,3.2281,4.1888,-0.9606,0.0000,-0.9606,-0.0605,-0.9002,0.0000,-1.9522,7.0899,-6.0379,2552.6209,2552.6209,2552.6209,2552.6209,2552.6209 +364.5000,1.0000,4467.7899,38.6245,38.2760,0.1936,0.0000,5,847.2213,391.7279,421.5271,-76.1213,34.7544,37.3982,-6.7535,0.3977,28.4429,0.0000,28.4429,5.9138,28.4429,0.4667,0.0000,27.9762,0.0000,27.9762,4.2142,23.7620,0.0000,23.7620,0.1844,23.5776,0.0000,-1.9640,7.1330,18.4087,7112.7645,7112.7645,7112.7645,7112.7645,7112.7645 +365.5000,1.0000,4478.5669,38.7971,38.9730,-0.0977,0.0000,0,809.2682,44.1568,569.8851,-78.8352,3.7421,48.2957,-6.6810,-2.2661,0.0000,0.0000,0.0000,6.0082,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.2331,-4.2331,0.0000,-4.2331,-0.0935,-4.1396,0.0000,-1.9728,7.1649,-9.3317,1569.5358,1569.5358,1569.5358,1569.5358,1569.5358 +366.5000,1.0000,4489.4220,39.0783,40.2540,0.2539,0.0000,4,1023.5622,461.3097,461.3097,-68.3135,49.4465,49.4465,-7.3223,16.3362,28.6164,0.0000,28.6164,4.4938,35.4676,1.3061,0.0000,34.1615,0.0000,34.1615,4.2637,29.8978,0.0000,29.8978,0.2446,29.6532,0.0000,-1.9871,7.2168,24.4235,9896.2122,9896.2122,9896.2122,9896.2122,9896.2122 +367.5000,1.0000,4500.7625,40.8259,41.5140,0.7170,0.0000,4,1325.3527,674.5354,674.5354,-87.1847,93.6192,93.6192,-12.1004,3.4102,85.5971,0.0000,85.5971,4.6119,85.5971,2.3510,0.0000,83.2461,0.0000,83.2461,4.9998,78.2464,0.0000,78.2464,0.7217,77.5246,0.0000,-2.0760,7.5395,72.0611,18230.4245,18230.4245,18230.4245,18230.4245,18230.4245 +368.5000,1.0000,4512.8754,43.6063,43.2920,0.8276,0.0000,4,1415.6135,760.9597,796.5482,-92.5379,112.8067,118.0825,-13.7181,4.2043,103.8756,0.0000,103.8756,4.7269,103.8756,2.7865,0.0000,101.0890,0.0000,101.0890,5.5229,95.5661,0.0000,95.5661,0.8898,94.6763,0.0000,-2.2174,8.0530,88.8407,21956.5041,21956.5041,21956.5041,21956.5041,21956.5041 +369.5000,1.0000,4525.6254,45.9000,45.0960,0.4467,0.0000,4,1490.0759,458.5567,836.3643,-96.9541,71.5534,130.5066,-15.1288,2.3884,64.3243,0.0000,64.3243,4.8407,64.3243,2.0558,0.0000,62.2685,0.0000,62.2685,5.1513,57.1172,0.0000,57.1172,0.5055,56.6117,0.0000,-2.3340,8.4766,50.4691,14241.0757,14241.0757,14241.0757,14241.0757,14241.0757 +370.5000,1.0000,4538.7860,47.3785,46.7040,0.3747,0.0000,4,1538.0732,401.5453,746.3444,-99.8007,64.6756,120.2112,-16.0746,2.0682,57.6323,0.0000,57.6323,4.9750,57.6323,1.9621,0.0000,55.6703,0.0000,55.6703,5.1882,50.4821,0.0000,50.4821,0.4377,50.0443,0.0000,-2.4092,8.7496,43.7039,13043.5903,13043.5903,13043.5903,13043.5903,13043.5903 +371.5000,1.0000,4552.2752,48.5610,48.0530,0.2822,0.0000,4,1576.4614,329.0666,736.8536,-102.0774,54.3245,121.6447,-16.8516,1.5966,47.6676,0.0000,47.6676,5.0603,47.6676,1.7955,0.0000,45.8721,0.0000,45.8721,5.2984,40.5737,0.0000,40.5737,0.3379,40.2358,0.0000,-2.4693,8.9680,33.7371,11106.2094,11106.2094,11106.2094,11106.2094,11106.2094 +372.5000,1.0000,4566.0859,49.7185,49.0690,0.3608,0.0000,4,1614.0379,390.2864,722.9440,-103.9734,65.9668,122.1932,-17.5738,2.0899,58.7326,0.0000,58.7326,5.1443,58.7326,2.0495,0.0000,56.6831,0.0000,56.6831,5.4247,51.2584,0.0000,51.2584,0.4423,50.8161,0.0000,-2.5282,9.1818,44.1625,13338.9241,13338.9241,13338.9241,13338.9241,13338.9241 +373.5000,1.0000,4580.2479,50.9830,50.3680,0.3417,0.0000,4,1655.0880,375.2002,747.9141,-105.4353,65.0299,129.6288,-18.2741,2.0293,57.7616,0.0000,57.7616,5.2390,57.7616,2.0664,0.0000,55.6952,0.0000,55.6952,5.5626,50.1325,0.0000,50.1325,0.4295,49.7031,0.0000,-2.5925,9.4153,42.8802,13208.4025,13208.4025,13208.4025,13208.4025,13208.4025 +374.5000,1.0000,4594.7387,52.1670,51.5980,0.3161,0.0000,4,1693.5248,355.0848,751.0191,-106.8042,62.9727,133.1899,-18.9412,1.9211,55.7345,0.0000,55.7345,5.3172,55.7345,2.0605,0.0000,53.6740,0.0000,53.6740,5.6918,47.9821,0.0000,47.9821,0.4066,47.5756,0.0000,-2.6527,9.6340,40.5943,12887.0356,12887.0356,12887.0356,12887.0356,12887.0356 +375.5000,1.0000,4609.5517,53.3270,52.7360,0.3283,0.0000,4,1731.1825,364.7288,753.3518,-108.1452,66.1213,136.5744,-19.6055,2.0397,58.6412,0.0000,58.6412,5.4404,58.6412,2.1532,0.0000,56.4880,0.0000,56.4880,5.8184,50.6696,0.0000,50.6696,0.4317,50.2379,0.0000,-2.7117,9.8482,43.1014,13474.8451,13474.8451,13474.8451,13474.8451,13474.8451 +376.5000,1.0000,4624.4801,53.7421,53.9180,-0.0977,0.0000,0,1713.2472,9.2185,755.2076,-107.5065,1.6539,135.4924,-19.2878,-3.9056,0.0000,0.0000,0.0000,5.5595,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.8637,-5.8637,0.0000,-5.8637,-0.1295,-5.7342,0.0000,-2.7328,9.9248,-12.9263,2852.5487,2852.5487,2852.5487,2852.5487,2852.5487 +377.5000,1.0000,4639.6142,54.4827,54.9130,0.5091,0.0000,5,1445.6475,569.2027,569.2027,-94.3191,86.1704,86.1704,-14.2788,-20.4615,100.9629,0.0000,100.9629,5.6690,83.4626,0.9612,0.0000,82.5013,0.0000,82.5013,6.2434,76.2579,0.0000,76.2579,0.6839,75.5741,0.0000,-2.7704,10.0616,68.2829,16856.1803,16856.1803,16856.1803,16856.1803,16856.1803 +378.5000,1.0000,4655.2293,56.2145,56.0590,0.4530,0.0000,5,1233.0558,659.6829,796.3413,-81.7108,85.1817,102.8278,-10.5509,1.3544,78.1255,0.0000,78.1255,5.7018,78.1255,0.9615,0.0000,77.1640,0.0000,77.1640,6.3225,70.8415,0.0000,70.8415,0.6279,70.2136,0.0000,-2.8585,10.3814,62.6907,16640.9277,16640.9277,16640.9277,16640.9277,16640.9277 +379.5000,1.0000,4671.1938,57.4720,57.0300,0.2456,0.0000,5,1260.6377,428.0011,788.6998,-83.3466,56.5020,104.1192,-11.0029,0.7506,49.8906,0.0000,49.8906,5.8608,49.8906,0.8404,0.0000,49.0503,0.0000,49.0503,6.2706,42.7796,0.0000,42.7796,0.3479,42.4317,0.0000,-2.9224,10.6137,34.7404,11271.9697,11271.9697,11271.9697,11271.9697,11271.9697 +380.5000,1.0000,4687.4205,58.4160,57.9140,0.2789,0.0000,5,1281.3442,464.4619,694.5534,-84.5746,62.3224,93.1966,-11.3484,0.8665,55.5813,0.0000,55.5813,5.8747,55.5813,0.8840,0.0000,54.6973,0.0000,54.6973,6.3736,48.3236,0.0000,48.3236,0.4017,47.9220,0.0000,-2.9704,10.7880,40.1044,12414.5528,12414.5528,12414.5528,12414.5528,12414.5528 +381.5000,1.0000,4703.8713,59.2230,58.9180,0.1694,0.0000,5,1299.0456,343.1958,712.8581,-85.6245,46.6869,96.9742,-11.6480,0.5337,40.1575,0.0000,40.1575,5.9956,40.1575,0.8200,0.0000,39.3375,0.0000,39.3375,6.4617,32.8758,0.0000,32.8758,0.2474,32.6284,0.0000,-3.0115,10.9370,24.7028,9464.3249,9464.3249,9464.3249,9464.3249,9464.3249 +382.5000,1.0000,4720.4603,59.7205,59.5280,0.1069,0.0000,5,1309.9582,273.8715,665.1503,-86.2717,37.5693,91.2443,-11.8346,0.3397,31.1710,0.0000,31.1710,6.0586,31.1710,0.7833,0.0000,30.3877,0.0000,30.3877,6.5160,23.8717,0.0000,23.8717,0.1575,23.7142,0.0000,-3.0368,11.0289,15.7221,7750.9986,7750.9986,7750.9986,7750.9986,7750.9986 +383.5000,1.0000,4737.0855,59.8505,59.9130,-0.0347,0.0000,5,1312.8097,116.7460,637.6878,-86.4408,16.0499,87.6675,-11.8836,-0.1105,10.0526,0.0000,10.0526,6.1078,10.0526,0.6798,0.0000,9.3728,0.0000,9.3728,6.5302,2.8426,0.0000,2.8426,-0.0512,2.8938,0.0000,-3.0434,11.0529,-5.1157,3770.8622,3770.8622,3770.8622,3770.8622,3770.8622 +384.5000,1.0000,4753.6417,59.6025,59.7880,-0.1031,0.0000,5,1307.3699,40.8143,571.2069,-86.1182,5.5878,78.2025,-11.7902,-0.3267,-0.1154,0.0000,-0.1154,6.0298,-0.1154,0.6771,0.0000,-0.7925,0.0000,-0.7925,6.5031,-7.2956,0.0000,-7.2956,-0.1514,-7.1441,0.0000,-3.0308,11.0071,-15.1205,2363.4631,2363.4631,2363.4631,2363.4631,2363.4631 +385.5000,1.0000,4770.1032,59.2615,59.4170,-0.0864,0.0000,5,1299.8901,59.2661,537.2244,-85.6746,8.0675,73.1292,-11.6624,-0.2723,2.3329,0.0000,2.3329,6.0069,2.3329,0.6651,0.0000,1.6678,0.0000,1.6678,6.4659,-4.7981,0.0000,-4.7981,-0.1262,-4.6719,0.0000,-3.0134,10.9441,-12.6026,2642.6628,2642.6628,2642.6628,2642.6628,2642.6628 +386.5000,1.0000,4786.5341,59.1510,59.1060,0.0250,0.0000,5,1297.4663,182.6197,544.2962,-85.5308,24.8126,73.9537,-11.6211,0.0786,18.7583,0.0000,18.7583,5.9756,18.7583,0.7119,0.0000,18.0465,0.0000,18.0465,6.4538,11.5926,0.0000,11.5926,0.0365,11.5562,0.0000,-3.0078,10.9237,3.6403,5377.0917,5377.0917,5377.0917,5377.0917,5377.0917 +387.5000,1.0000,4803.0099,59.3130,59.1960,0.0650,0.0000,5,1301.0197,227.2406,596.9295,-85.7416,30.9598,81.3272,-11.6816,0.2050,24.7392,0.0000,24.7392,6.0156,24.7392,0.7444,0.0000,23.9947,0.0000,23.9947,6.4715,17.5232,0.0000,17.5232,0.0951,17.4282,0.0000,-3.0160,10.9536,9.4906,6524.4920,6524.4920,6524.4920,6524.4920,6524.4920 +388.5000,1.0000,4819.5786,59.6475,59.4300,0.1208,0.0000,5,1308.3569,289.1508,616.9788,-86.1767,39.6168,84.5328,-11.8071,0.3833,33.2025,0.0000,33.2025,6.0309,33.2025,0.7922,0.0000,32.4103,0.0000,32.4103,6.5080,25.9023,0.0000,25.9023,0.1777,25.7246,0.0000,-3.0331,11.0154,17.7422,8131.3186,8131.3186,8131.3186,8131.3186,8131.3186 +389.5000,1.0000,4836.2692,60.0860,59.8650,0.1228,0.0000,5,1317.9753,291.1862,644.4588,-86.7472,40.1890,88.9469,-11.9727,0.3924,33.7412,0.0000,33.7412,6.0554,33.7412,0.8022,0.0000,32.9391,0.0000,32.9391,6.5559,26.3832,0.0000,26.3832,0.1819,26.2013,0.0000,-3.0554,11.0964,18.1603,8246.0041,8246.0041,8246.0041,8246.0041,8246.0041 +390.5000,1.0000,4853.1013,60.5955,60.3070,0.1603,0.0000,5,1329.1511,333.0469,647.4010,-87.4100,46.3563,90.1107,-12.1665,0.5165,39.7086,0.0000,39.7086,6.1312,39.7086,0.8404,0.0000,38.8681,0.0000,38.8681,6.6114,32.2567,0.0000,32.2567,0.2395,32.0172,0.0000,-3.0813,11.1905,23.9080,9406.2335,9406.2335,9406.2335,9406.2335,9406.2335 +391.5000,1.0000,4870.1174,61.2580,60.8840,0.2078,0.0000,5,1343.6830,385.8160,666.9168,-88.2718,54.2882,93.8420,-12.4207,0.6769,47.4177,0.0000,47.4177,6.1936,47.4177,0.8901,0.0000,46.5277,0.0000,46.5277,6.6837,39.8439,0.0000,39.8439,0.3138,39.5301,0.0000,-3.1149,11.3128,31.3322,10910.0185,10910.0185,10910.0185,10910.0185,10910.0185 +392.5000,1.0000,4887.3366,61.9890,61.6320,0.1983,0.0000,5,1359.7173,374.9869,690.8107,-89.2228,53.3941,98.3640,-12.7044,0.6539,46.5252,0.0000,46.5252,6.2151,46.5252,0.8979,0.0000,45.6273,0.0000,45.6273,6.7635,38.8638,0.0000,38.8638,0.3031,38.5606,0.0000,-3.1521,11.4478,30.2649,10749.4177,10749.4177,10749.4177,10749.4177,10749.4177 +393.5000,1.0000,4904.7431,62.6635,62.3460,0.1764,0.0000,5,1374.5123,350.9472,689.3449,-90.1003,50.5148,99.2233,-12.9689,0.5879,43.5995,0.0000,43.5995,6.3275,43.5995,0.8947,0.0000,42.7047,0.0000,42.7047,6.8371,35.8677,0.0000,35.8677,0.2725,35.5951,0.0000,-3.1864,11.5724,27.2092,10214.6376,10214.6376,10214.6376,10214.6376,10214.6376 +394.5000,1.0000,4922.3000,63.2050,62.9810,0.1244,0.0000,5,1386.3900,292.5142,682.4938,-90.8047,42.4679,99.0861,-13.1832,0.4183,35.7757,0.0000,35.7757,6.2739,35.7757,0.8649,0.0000,34.9108,0.0000,34.9108,6.8962,28.0146,0.0000,28.0146,0.1939,27.8207,0.0000,-3.2140,11.6724,19.3623,8736.4911,8736.4911,8736.4911,8736.4911,8736.4911 +395.5000,1.0000,4939.9555,63.5595,63.4290,0.0725,0.0000,5,1394.1659,235.1630,661.7623,-91.2659,34.3330,96.6151,-13.3245,0.2451,27.7286,0.0000,27.7286,6.3594,27.7286,0.8307,0.0000,26.8979,0.0000,26.8979,6.9348,19.9630,0.0000,19.9630,0.1136,19.8494,0.0000,-3.2320,11.7379,11.3435,7224.1580,7224.1580,7224.1580,7224.1580,7224.1580 +396.5000,1.0000,4957.6481,63.6935,63.6900,0.0019,0.0000,5,1397.1052,156.6703,640.5451,-91.4402,22.9216,93.7146,-13.3781,0.0066,16.5584,0.0000,16.5584,6.3566,16.5584,0.7772,0.0000,15.7812,0.0000,15.7812,6.9495,8.8318,0.0000,8.8318,0.0031,8.8287,0.0000,-3.2388,11.7626,0.3049,5144.5838,5144.5838,5144.5838,5144.5838,5144.5838 +397.5000,1.0000,4975.3493,63.7245,63.6970,0.0153,0.0000,5,1397.7852,171.4851,610.3799,-91.4805,25.1013,89.3448,-13.3905,0.0518,18.6898,0.0000,18.6898,6.3597,18.6898,0.7884,0.0000,17.9014,0.0000,17.9014,6.9528,10.9486,0.0000,10.9486,0.0240,10.9246,0.0000,-3.2404,11.7683,2.3966,5539.5239,5539.5239,5539.5239,5539.5239,5539.5239 +398.5000,1.0000,4993.0657,63.7790,63.7520,0.0150,0.0000,5,1398.9806,171.0841,616.4146,-91.5514,25.0640,90.3053,-13.4124,0.0509,18.6619,0.0000,18.6619,6.3512,18.6619,0.7892,0.0000,17.8727,0.0000,17.8727,6.9588,10.9139,0.0000,10.9139,0.0236,10.8903,0.0000,-3.2431,11.7784,2.3550,5534.6102,5534.6102,5534.6102,5534.6102,5534.6102 +399.5000,1.0000,5010.8160,63.9010,63.8060,0.0528,0.0000,5,1401.6567,212.8782,616.8799,-91.7101,31.2465,90.5463,-13.4613,0.1794,24.7306,0.0000,24.7306,6.3366,24.7306,0.8216,0.0000,23.9089,0.0000,23.9089,6.9721,16.9368,0.0000,16.9368,0.0831,16.8537,0.0000,-3.2493,11.8009,8.3021,6663.2894,6663.2894,6663.2894,6663.2894,6663.2894 +400.5000,1.0000,5028.6349,64.1480,63.9960,0.0844,0.0000,5,1407.0746,248.5544,634.1897,-92.0315,36.6241,93.4469,-13.5607,0.2881,29.9037,0.0000,29.9037,6.4323,29.9037,0.8518,0.0000,29.0520,0.0000,29.0520,6.9991,22.0529,0.0000,22.0529,0.1336,21.9194,0.0000,-3.2619,11.8465,13.3347,7662.6718,7662.6718,7662.6718,7662.6718,7662.6718 +401.5000,1.0000,5046.5550,64.5125,64.3000,0.1181,0.0000,5,1415.0698,286.2429,649.5714,-92.5056,42.4171,96.2572,-13.7080,0.4051,35.4943,0.0000,35.4943,6.5178,35.4943,0.8861,0.0000,34.6082,0.0000,34.6082,7.0388,27.5694,0.0000,27.5694,0.1878,27.3816,0.0000,-3.2804,11.9139,18.7482,8732.1744,8732.1744,8732.1744,8732.1744,8732.1744 +402.5000,1.0000,5064.5910,64.9295,64.7250,0.1136,0.0000,5,1424.2166,280.6558,665.8437,-93.0481,41.8580,99.3063,-13.8775,0.3923,35.0053,0.0000,35.0053,6.4603,35.0053,0.8909,0.0000,34.1144,0.0000,34.1144,7.0843,27.0301,0.0000,27.0301,0.1819,26.8482,0.0000,-3.3016,11.9909,18.1590,8631.6959,8631.6959,8631.6959,8631.6959,8631.6959 +403.5000,1.0000,5082.6896,65.1550,65.1340,0.0117,0.0000,5,1429.1629,167.4483,665.1704,-93.3415,25.0606,99.5505,-13.9696,0.0404,18.5308,0.0000,18.5308,6.4894,18.5308,0.8125,0.0000,17.7183,0.0000,17.7183,7.1089,10.6094,0.0000,10.6094,0.0187,10.5906,0.0000,-3.3131,12.0325,1.8712,5531.6963,5531.6963,5531.6963,5531.6963,5531.6963 +404.5000,1.0000,5100.8385,65.3360,65.1760,0.0889,0.0000,5,1433.1331,253.1804,623.7309,-93.5769,37.9966,93.6079,-14.0438,0.3089,31.1909,0.0000,31.1909,6.4968,31.1909,0.8790,0.0000,30.3120,0.0000,30.3120,7.1287,23.1833,0.0000,23.1833,0.1432,23.0401,0.0000,-3.3223,12.0659,14.2965,7916.2509,7916.2509,7916.2509,7916.2509,7916.2509 +405.5000,1.0000,5119.1109,65.7805,65.4960,0.1581,0.0000,5,1442.8832,330.3219,657.7954,-94.1552,49.9111,99.3918,-14.2267,0.5530,42.7752,0.0000,42.7752,6.5829,42.7752,0.9447,0.0000,41.8305,0.0000,41.8305,7.1772,34.6533,0.0000,34.6533,0.2563,34.3970,0.0000,-3.3449,12.1480,25.5939,10161.3512,10161.3512,10161.3512,10161.3512,10161.3512 +406.5000,1.0000,5137.5630,66.4275,66.0650,0.2014,0.0000,5,1457.0750,378.6880,688.9637,-94.9969,57.7819,105.1252,-14.4951,0.7115,50.3932,0.0000,50.3932,6.6773,50.3932,0.9943,0.0000,49.3989,0.0000,49.3989,7.2478,42.1511,0.0000,42.1511,0.3298,41.8213,0.0000,-3.3778,12.2675,32.9316,11660.7635,11660.7635,11660.7635,11660.7635,11660.7635 +407.5000,1.0000,5156.2780,67.3740,66.7900,0.3244,0.0000,5,1477.8363,515.6883,710.0738,-96.2282,79.8072,109.8901,-14.8921,1.1626,71.8346,0.0000,71.8346,6.8100,71.8346,1.1184,0.0000,70.7162,0.0000,70.7162,7.3510,63.3652,0.0000,63.3652,0.5389,62.8262,0.0000,-3.4259,12.4423,53.8099,15723.0727,15723.0727,15723.0727,15723.0727,15723.0727 +408.5000,1.0000,5175.3380,68.6160,67.9580,0.3656,0.0000,5,1505.0793,560.8876,761.9615,-97.8439,88.4024,120.0939,-15.4213,1.3340,80.2198,0.0000,80.2198,6.8486,80.2198,1.1829,0.0000,79.0369,0.0000,79.0369,7.4900,71.5469,0.0000,71.5469,0.6184,70.9285,0.0000,-3.4891,12.6717,61.7459,17346.7370,17346.7370,17346.7370,17346.7370,17346.7370 +409.5000,1.0000,5194.7339,69.8255,69.2740,0.3064,0.0000,5,1531.6095,495.6528,781.2578,-99.4174,79.4976,125.3058,-15.9455,1.1378,71.3153,0.0000,71.3153,7.0446,71.3153,1.1605,0.0000,70.1547,0.0000,70.1547,7.6185,62.5362,0.0000,62.5362,0.5275,62.0087,0.0000,-3.5506,12.8950,52.6643,15767.9762,15767.9762,15767.9762,15767.9762,15767.9762 +410.5000,1.0000,5214.3780,70.7185,70.3770,0.1897,0.0000,5,1551.1973,365.6606,763.6771,-100.5791,59.3983,124.0525,-16.3382,0.7136,51.6172,0.0000,51.6172,7.0675,51.6172,1.0786,0.0000,50.5386,0.0000,50.5386,7.7159,42.8226,0.0000,42.8226,0.3308,42.4918,0.0000,-3.5960,13.0600,33.0279,12035.6310,12035.6310,12035.6310,12035.6310,12035.6310 +411.5000,1.0000,5234.2328,71.4775,71.0600,0.2319,0.0000,5,1567.8458,412.5693,725.3314,-101.5665,67.7374,119.0881,-16.6756,0.8817,59.7179,0.0000,59.7179,7.1378,59.7179,1.1334,0.0000,58.5845,0.0000,58.5845,7.7988,50.7858,0.0000,50.7858,0.4087,50.3770,0.0000,-3.6346,13.2001,40.8115,13616.8498,13616.8498,13616.8498,13616.8498,13616.8498 +412.5000,1.0000,5254.1173,71.5840,71.8950,-0.1728,0.0000,5,1570.1819,-35.5603,742.0038,-101.7050,-5.8471,122.0070,-16.7233,-0.6578,-12.4315,0.0000,-12.4315,7.2421,-12.4315,0.9295,0.0000,-13.3610,0.0000,-13.3610,7.8104,-21.1714,0.0000,-21.1714,-0.3049,-20.8664,0.0000,-3.6400,13.2198,-30.4462,1487.0267,1487.0267,1487.0267,1487.0267,1487.0267 +413.5000,1.0000,5273.7806,70.7880,71.2730,-0.2694,0.0000,5,1552.7217,34.5579,591.0718,-100.6695,5.6191,96.1087,-16.3689,-1.0144,0.8806,0.0000,0.8806,5.7529,0.8806,0.8806,0.0000,0.0000,0.0000,0.0000,7.7235,-7.7235,30.2259,-37.9494,-0.4703,-37.4792,0.0000,-3.5995,13.0728,-46.9524,2905.7561,2905.7561,2905.7561,2905.7561,2905.7561 +414.5000,1.0000,5293.1668,69.7905,70.3030,-0.2847,0.0070,5,1530.8418,31.9042,606.7000,-99.3718,5.1145,97.2597,-15.9302,-1.0568,0.8613,0.0000,0.8613,5.3101,0.8613,0.8613,0.0000,0.0000,0.0000,0.0000,7.6147,-7.6147,32.3331,-39.9478,-0.4899,-39.4579,0.1179,-3.5488,12.8886,-48.9155,2809.0848,2809.0848,2809.0848,2809.0848,2809.0848 +415.5000,1.0000,5312.1264,68.2545,69.2780,-0.5686,0.0110,5,1497.1499,26.1373,594.2612,-97.3736,4.0978,93.1690,-15.2664,-2.0641,0.8319,0.0000,0.8319,5.3301,0.8319,0.8319,0.0000,0.0000,0.0000,0.0000,7.4471,-7.4471,79.7322,-87.1794,-0.9569,-86.2225,0.1812,-3.4707,12.6049,-95.5379,2627.7906,2627.7906,2627.7906,2627.7906,2627.7906 +416.5000,1.0000,5330.6656,66.7410,67.2310,-0.2722,0.0110,5,1463.9515,32.1573,581.0504,-95.4047,4.9299,89.0777,-14.6260,-0.9663,0.8034,0.0000,0.8034,5.0927,0.8034,0.8034,0.0000,0.0000,0.0000,0.0000,7.2820,-7.2820,28.7816,-36.0636,-0.4479,-35.6156,0.1772,-3.3938,12.3254,-44.7245,2638.3927,2638.3927,2638.3927,2638.3927,2638.3927 +417.5000,1.0000,5349.0341,66.1265,66.2510,-0.0692,0.0020,5,1450.4726,67.8132,578.7482,-94.6053,10.3004,87.9079,-14.3699,-0.2433,5.5046,0.0000,5.5046,5.0390,5.5046,0.7802,0.0000,4.7245,0.0000,4.7245,7.2149,-2.4905,0.0000,-2.4905,-0.1128,-2.3777,0.0319,-3.3625,12.2119,-11.2590,3234.8575,3234.8575,3234.8575,3234.8575,3234.8575 +418.5000,1.0000,5367.4050,66.1355,66.0020,0.0742,0.0000,5,1450.6700,226.4747,591.8620,-94.6170,34.4046,89.9120,-14.3736,0.2609,29.1449,0.0000,29.1449,4.9988,29.1449,0.8829,0.0000,28.2621,0.0000,28.2621,7.2159,21.0462,0.0000,21.0462,0.1209,20.9252,0.0000,-3.3630,12.2136,12.0746,7273.7422,7273.7422,7273.7422,7273.7422,7273.7422 +419.5000,1.0000,5385.8492,66.3990,66.2690,0.0722,0.0000,5,1456.4498,224.4421,651.5661,-94.9598,34.2317,99.3762,-14.4832,0.2550,28.9402,0.0000,28.9402,5.0365,28.9402,0.8865,0.0000,28.0537,0.0000,28.0537,7.2447,20.8090,0.0000,20.8090,0.1182,20.6908,0.0000,-3.3764,12.2623,11.8049,7246.5767,7246.5767,7246.5767,7246.5767,7246.5767 +420.5000,1.0000,5404.4155,66.8385,66.5290,0.1719,0.0000,5,1466.0902,335.0133,653.0662,-95.5316,51.4341,100.2643,-14.6668,0.6112,45.7900,0.0000,45.7900,5.0329,45.7900,0.9786,0.0000,44.8114,0.0000,44.8114,7.2926,37.5188,0.0000,37.5188,0.2833,37.2354,0.0000,-3.3987,12.3434,28.2907,10452.7619,10452.7619,10452.7619,10452.7619,10452.7619 +421.5000,1.0000,5423.1841,67.5670,67.1480,0.2328,0.0000,5,1482.0697,402.4784,695.9352,-96.4793,62.4654,108.0105,-14.9738,0.8365,56.5650,0.0000,56.5650,5.0640,56.5650,1.0456,0.0000,55.5194,0.0000,55.5194,7.3721,48.1473,0.0000,48.1473,0.3878,47.7595,0.0000,-3.4358,12.4780,38.7173,12577.4531,12577.4531,12577.4531,12577.4531,12577.4531 +422.5000,1.0000,5442.2253,68.5485,67.9860,0.3125,0.0000,5,1503.5987,491.1159,723.4812,-97.7561,77.3294,113.9168,-15.3923,1.1393,71.0490,0.0000,71.0490,5.1411,71.0490,1.1358,0.0000,69.9132,0.0000,69.9132,7.4792,62.4341,0.0000,62.4341,0.5281,61.9059,0.0000,-3.4857,12.6592,52.7324,15310.6880,15310.6880,15310.6880,15310.6880,15310.6880 +423.5000,1.0000,5461.5860,69.6985,69.1110,0.3264,0.0000,5,1528.8238,506.4426,757.7724,-99.2522,81.0805,121.3179,-15.8901,1.2099,74.6679,0.0000,74.6679,5.2026,74.6679,1.1750,0.0000,73.4930,0.0000,73.4930,7.6047,65.8883,0.0000,65.8883,0.5609,65.3274,0.0000,-3.5441,12.8716,56.0000,16058.7374,16058.7374,16058.7374,16058.7374,16058.7374 +424.5000,1.0000,5481.2273,70.7085,70.2860,0.2347,0.0000,5,1550.9779,416.4044,766.8765,-100.5661,67.6316,124.5546,-16.3337,0.8827,59.5608,0.0000,59.5608,7.1881,59.5608,1.1182,0.0000,58.4426,0.0000,58.4426,7.7149,50.7277,0.0000,50.7277,0.4092,50.3185,0.0000,-3.5955,13.0581,40.8559,13580.7820,13580.7820,13580.7820,13580.7820,13580.7820 +425.5000,1.0000,5501.0641,71.4125,71.1310,0.1564,0.0000,5,1566.4200,328.5245,741.3451,-101.4819,53.8896,121.6066,-16.6466,0.5940,46.1805,0.0000,46.1805,7.1151,46.1805,1.0644,0.0000,45.1160,0.0000,45.1160,7.7917,37.3244,0.0000,37.3244,0.2753,37.0490,0.0000,-3.6313,13.1881,27.4922,11011.8505,11011.8505,11011.8505,11011.8505,11011.8505 +426.5000,1.0000,5521.0592,71.9825,71.6940,0.1603,0.0000,5,1578.9229,333.3443,716.4415,-102.2234,55.1166,118.4596,-16.9021,0.6136,47.2527,0.0000,47.2527,7.2503,47.2527,1.0806,0.0000,46.1721,0.0000,46.1721,7.8539,38.3183,0.0000,38.3183,0.2844,38.0338,0.0000,-3.6603,13.2934,28.4007,11261.6945,11261.6945,11261.6945,11261.6945,11261.6945 +427.5000,1.0000,5541.2468,72.6755,72.2710,0.2247,0.0000,5,1594.1237,404.5847,721.4916,-103.1250,67.5398,120.4431,-17.2153,0.8686,59.4159,0.0000,59.4159,7.2553,59.4159,1.1545,0.0000,58.2614,0.0000,58.2614,7.9295,50.3320,0.0000,50.3320,0.4027,49.9293,0.0000,-3.6955,13.4214,40.2034,13615.4749,13615.4749,13615.4749,13615.4749,13615.4749 +428.5000,1.0000,5561.4980,72.9041,73.0800,-0.0977,0.0000,0,1567.6495,23.8849,741.3114,-101.5548,3.9210,121.6966,-16.6716,-3.4029,0.0000,0.0000,0.0000,7.3239,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,7.9544,-7.9544,0.0000,-7.9544,-0.1756,-7.7788,0.0000,-3.7071,13.4636,-17.5352,2747.5082,2747.5082,2747.5082,2747.5082,2747.5082 +429.5000,1.0000,5581.8474,73.2579,73.8190,0.2942,0.0000,6,1355.2905,547.4722,547.4722,-88.9602,77.7004,77.7004,-12.6257,-14.7326,85.0157,0.0000,85.0157,7.4173,73.3815,1.9939,0.0000,71.3875,0.0000,71.3875,7.9930,63.3945,0.0000,63.3945,0.5314,62.8631,0.0000,-3.7251,13.5289,53.0593,15247.3909,15247.3909,15247.3909,15247.3909,15247.3909 +430.5000,1.0000,5602.5266,74.4453,74.6420,0.3655,0.0000,6,1188.7830,773.3593,773.3593,-79.0812,96.2748,96.2748,-9.8447,0.7669,88.0337,0.0000,88.0337,7.4742,88.0337,2.3002,0.0000,85.7335,0.0000,85.7335,8.1261,77.6074,0.0000,77.6074,0.6708,76.9366,0.0000,-3.7855,13.7482,66.9739,18763.5415,18763.5415,18763.5415,18763.5415,18763.5415 +431.5000,1.0000,5623.4603,75.3611,75.1680,0.1433,0.0000,6,1203.4065,432.5568,837.8792,-79.9523,54.5110,105.5899,-10.0756,0.3044,46.6411,0.0000,46.6411,7.5655,46.6411,1.4826,0.0000,45.1585,0.0000,45.1585,8.2225,36.9360,0.0000,36.9360,0.2663,36.6697,0.0000,-3.8321,13.9173,26.5845,10899.2770,10899.2770,10899.2770,10899.2770,10899.2770 +432.5000,1.0000,5644.4990,75.7395,75.6190,0.0669,0.0000,6,1209.4497,314.4696,688.3089,-80.3107,39.8286,87.1766,-10.1716,0.1429,32.2043,0.0000,32.2043,7.4814,32.2043,1.1982,0.0000,31.0062,0.0000,31.0062,8.2638,22.7424,0.0000,22.7424,0.1250,22.6174,0.0000,-3.8513,13.9872,12.4815,8108.4562,8108.4562,8108.4562,8108.4562,8108.4562 +433.5000,1.0000,5665.6137,76.0130,75.8600,0.0850,0.0000,6,1213.8171,327.0472,636.4880,-80.5697,41.5712,80.9044,-10.2413,0.1821,35.8037,0.0000,35.8037,5.5853,35.8037,1.2732,0.0000,34.5305,0.0000,34.5305,8.2936,26.2369,0.0000,26.2369,0.1593,26.0776,0.0000,-3.8652,14.0377,15.9051,8437.0150,8437.0150,8437.0150,8437.0150,8437.0150 +434.5000,1.0000,5686.8298,76.3780,76.1660,0.1178,0.0000,6,1219.6456,377.0213,642.9134,-80.9154,48.1535,82.1135,-10.3346,0.2536,42.3287,0.0000,42.3287,5.5713,42.3287,1.4079,0.0000,40.9208,0.0000,40.9208,8.3334,32.5874,0.0000,32.5874,0.2218,32.3656,0.0000,-3.8838,14.1051,22.1442,9665.7173,9665.7173,9665.7173,9665.7173,9665.7173 +435.5000,1.0000,5708.1983,76.9265,76.5900,0.1869,0.0000,6,1228.4044,483.3865,666.0704,-81.4349,62.1820,85.6821,-10.4756,0.4054,56.1340,0.0000,56.1340,5.6426,56.1340,1.6903,0.0000,54.4438,0.0000,54.4438,8.3933,46.0505,0.0000,46.0505,0.3546,45.6959,0.0000,-3.9117,14.2064,35.4012,12363.1658,12363.1658,12363.1658,12363.1658,12363.1658 +436.5000,1.0000,5729.7761,77.6800,77.2630,0.2317,0.0000,6,1240.4366,552.0725,713.8738,-82.1485,71.7132,92.7309,-10.6709,0.5072,65.5008,0.0000,65.5008,5.7051,65.5008,1.8863,0.0000,63.6146,0.0000,63.6146,8.4755,55.1391,0.0000,55.1391,0.4437,54.6954,0.0000,-3.9500,14.3456,44.2998,14168.7911,14168.7911,14168.7911,14168.7911,14168.7911 +437.5000,1.0000,5751.5533,78.3980,78.0970,0.1672,0.0000,6,1251.9021,453.1013,745.1513,-82.8285,59.4011,97.6885,-10.8587,0.3695,53.2913,0.0000,53.2913,5.7403,53.2913,1.6504,0.0000,51.6409,0.0000,51.6409,8.5538,43.0871,0.0000,43.0871,0.3232,42.7638,0.0000,-3.9865,14.4782,32.2722,11815.4244,11815.4244,11815.4244,11815.4244,11815.4244 +438.5000,1.0000,5773.4868,78.9605,78.6990,0.1453,0.0000,6,1260.8844,419.7193,703.9948,-83.3612,55.4195,92.9551,-11.0070,0.3233,49.2799,0.0000,49.2799,5.8163,49.2799,1.5767,0.0000,47.7033,0.0000,47.7033,8.6152,39.0880,0.0000,39.0880,0.2828,38.8052,0.0000,-4.0151,14.5821,28.2383,11073.4664,11073.4664,11073.4664,11073.4664,11073.4664 +439.5000,1.0000,5795.5436,79.4045,79.2220,0.1014,0.0000,6,1267.9744,352.1406,690.9564,-83.7817,46.7579,91.7465,-11.1247,0.2269,40.7173,0.0000,40.7173,5.8137,40.7173,1.4106,0.0000,39.3067,0.0000,39.3067,8.6637,30.6431,0.0000,30.6431,0.1985,30.4446,0.0000,-4.0377,14.6640,19.8182,9430.9823,9430.9823,9430.9823,9430.9823,9430.9823 +440.5000,1.0000,5817.7022,79.7710,79.5870,0.1022,0.0000,6,1273.8269,353.3644,663.1126,-84.1288,47.1370,88.4558,-11.2223,0.2298,41.0755,0.0000,41.0755,5.8316,41.0755,1.4221,0.0000,39.6534,0.0000,39.6534,8.7036,30.9498,0.0000,30.9498,0.2010,30.7487,0.0000,-4.0563,14.7317,20.0733,9511.6935,9511.6935,9511.6935,9511.6935,9511.6935 +441.5000,1.0000,5839.9518,80.0985,79.9550,0.0797,0.0000,6,1279.0566,319.4670,664.6079,-84.4390,42.7902,89.0192,-11.3100,0.1800,36.6732,0.0000,36.6732,5.9370,36.6732,1.3379,0.0000,35.3353,0.0000,35.3353,8.7394,26.5960,0.0000,26.5960,0.1574,26.4385,0.0000,-4.0730,14.7922,15.7193,8691.0255,8691.0255,8691.0255,8691.0255,8691.0255 +442.5000,1.0000,5862.2757,80.3660,80.2420,0.0689,0.0000,6,1283.3282,302.3097,651.0429,-84.6923,40.6273,87.4935,-11.3818,0.1561,34.5880,0.0000,34.5880,5.8833,34.5880,1.2993,0.0000,33.2887,0.0000,33.2887,8.7686,24.5201,0.0000,24.5201,0.1365,24.3836,0.0000,-4.0866,14.8416,13.6286,8310.9587,8310.9587,8310.9587,8310.9587,8310.9587 +443.5000,1.0000,5884.6394,80.5095,80.4900,0.0108,0.0000,6,1285.6197,213.6062,644.3782,-84.8282,28.7578,86.7525,-11.4204,0.0246,22.7921,0.0000,22.7921,5.9411,22.7921,1.0651,0.0000,21.7270,0.0000,21.7270,8.7842,12.9428,0.0000,12.9428,0.0215,12.9213,0.0000,-4.0939,14.8681,2.1470,6079.2133,6079.2133,6079.2133,6079.2133,6079.2133 +444.5000,1.0000,5906.9961,80.4840,80.5290,-0.0250,0.0000,6,1285.2125,158.3231,606.7673,-84.8041,21.3083,81.6631,-11.4135,-0.0567,15.4679,0.0000,15.4679,5.8971,15.4679,0.9183,0.0000,14.5495,0.0000,14.5495,8.7814,5.7681,0.0000,5.7681,-0.0496,5.8177,0.0000,-4.0926,14.8634,-4.9531,4705.8881,4705.8881,4705.8881,4705.8881,4705.8881 +445.5000,1.0000,5929.3403,80.4390,80.4390,0.0000,0.0000,6,1284.4939,196.6270,583.0546,-84.7614,26.4487,78.4278,-11.4014,0.0000,20.5610,0.0000,20.5610,5.8877,20.5610,1.0197,0.0000,19.5413,0.0000,19.5413,8.7765,10.7648,0.0000,10.7648,0.0000,10.7648,0.0000,-4.0903,14.8551,0.0000,5670.0754,5670.0754,5670.0754,5670.0754,5670.0754 +446.5000,1.0000,5951.6776,80.4145,80.4390,-0.0136,0.0000,6,1284.1026,175.6698,599.2840,-84.7382,23.6225,80.5863,-11.3948,-0.0309,17.7777,0.0000,17.7777,5.8756,17.7777,0.9637,0.0000,16.8140,0.0000,16.8140,8.7739,8.0402,0.0000,8.0402,-0.0270,8.0672,0.0000,-4.0890,14.8506,-2.6944,5138.8609,5138.8609,5138.8609,5138.8609,5138.8609 +447.5000,1.0000,5973.9839,80.3025,80.3900,-0.0486,0.0000,6,1282.3142,122.1621,590.0192,-84.6322,16.4044,79.2299,-11.3647,-0.1100,10.6218,0.0000,10.6218,5.8926,10.6218,0.8193,0.0000,9.8026,0.0000,9.8026,8.7616,1.0409,0.0000,1.0409,-0.0962,1.1372,0.0000,-4.0834,14.8299,-9.6093,3778.8690,3778.8690,3778.8690,3778.8690,3778.8690 +448.5000,1.0000,5996.2319,80.0930,80.2150,-0.0678,0.0000,6,1278.9688,92.5404,566.3885,-84.4338,12.3942,75.8583,-11.3085,-0.1530,6.6985,0.0000,6.6985,5.8487,6.6985,0.7383,0.0000,5.9602,0.0000,5.9602,8.7388,-2.7786,0.0000,-2.7786,-0.1338,-2.6447,0.0000,-4.0727,14.7912,-13.3632,3131.0387,3131.0387,3131.0387,3131.0387,3131.0387 +449.5000,1.0000,6018.3814,79.7380,79.9710,-0.1294,0.0000,6,1273.2999,0.8858,552.3198,-84.0976,0.1181,73.6461,-11.2135,-0.2909,-5.4373,0.0000,-5.4373,5.8464,-5.4373,0.8546,0.0000,-6.2919,0.0000,-6.2919,8.7000,-14.9919,0.0000,-14.9919,-0.2545,-14.7375,0.0000,-4.0546,14.7256,-25.4084,1640.1974,1640.1974,1640.1974,1640.1974,1640.1974 +450.5000,1.0000,6040.3726,79.1685,79.5050,-0.1869,0.0000,6,1264.2058,46.7975,510.2159,-83.5582,6.1954,67.5461,-11.0620,-0.4172,0.7842,0.0000,0.7842,5.8283,0.7842,0.7842,0.0000,0.0000,0.0000,0.0000,8.6379,-8.6379,17.5651,-26.2031,-0.3649,-25.8382,0.0000,-4.0257,14.6205,-36.4329,2355.6360,2355.6360,2355.6360,2355.6360,2355.6360 +451.5000,1.0000,6062.1854,78.5260,78.8320,-0.1700,0.0000,6,1253.9460,-59.5705,527.5529,-82.9497,-7.8224,69.2745,-10.8924,-0.3763,-13.1994,0.0000,-13.1994,5.7533,-13.1994,0.9150,0.0000,-14.1143,0.0000,-14.1143,8.5678,-22.6822,0.0000,-22.6822,-0.3291,-22.3530,0.0000,-3.9930,14.5018,-32.8618,388.0730,388.0730,388.0730,388.0730,388.0730 +452.5000,1.0000,6083.8158,77.8695,78.2200,-0.1947,0.0000,6,1243.4627,46.6173,477.7527,-82.3280,6.0703,62.2106,-10.7203,-0.4274,0.7661,0.0000,0.7661,5.7316,0.7661,0.7661,0.0000,0.0000,0.0000,0.0000,8.4962,-8.4962,18.7828,-27.2790,-0.3738,-26.9051,0.0000,-3.9596,14.3806,-37.3261,2305.3266,2305.3266,2305.3266,2305.3266,2305.3266 +453.5000,1.0000,6105.2515,77.1685,77.5190,-0.1947,0.0000,6,1232.2687,47.0227,521.8998,-81.6641,6.0679,67.3475,-10.5382,-0.4235,0.7564,0.0000,0.7564,5.7351,0.7564,0.7564,0.0000,0.0000,0.0000,0.0000,8.4197,-8.4197,18.6137,-27.0334,-0.3705,-26.6629,0.0000,-3.9240,14.2511,-36.9900,2287.5050,2287.5050,2287.5050,2287.5050,2287.5050 +454.5000,1.0000,6126.5173,76.5570,76.8180,-0.1450,0.0000,6,1222.5040,-21.8880,519.5786,-81.0849,-2.8021,66.5166,-10.3805,-0.3129,-8.1648,0.0000,-8.1648,5.6756,-8.1648,0.8370,0.0000,-9.0018,0.0000,-9.0018,8.3530,-17.3548,0.0000,-17.3548,-0.2737,-17.0811,0.0000,-3.8929,14.1382,-27.3264,1087.7047,1087.7047,1087.7047,1087.7047,1087.7047 +455.5000,1.0000,6147.6397,76.0405,76.2960,-0.1419,0.0000,6,1214.2562,-17.3747,486.4171,-80.5958,-2.2093,61.8511,-10.2483,-0.3042,-7.5398,0.0000,-7.5398,5.6347,-7.5398,0.8236,0.0000,-8.3634,0.0000,-8.3634,8.2966,-16.6600,0.0000,-16.6600,-0.2661,-16.3939,0.0000,-3.8666,14.0428,-26.5701,1158.0865,1158.0865,1158.0865,1158.0865,1158.0865 +456.5000,1.0000,6168.6436,75.6140,75.7850,-0.0950,0.0000,6,1207.4456,52.5681,486.6292,-80.1919,6.6469,61.5311,-10.1397,-0.2025,1.2390,0.0000,1.2390,5.6103,1.2390,0.7299,0.0000,0.5091,0.0000,0.5091,8.2501,-7.7410,0.0000,-7.7410,-0.1771,-7.5639,0.0000,-3.8449,13.9640,-17.6830,2322.1441,2322.1441,2322.1441,2322.1441,2322.1441 +457.5000,1.0000,6189.5575,75.2900,75.4430,-0.0850,0.0000,6,1202.2718,66.9360,516.9513,-79.8850,8.4274,65.0850,-10.0577,-0.1804,3.0859,0.0000,3.0859,5.5219,3.0859,0.7070,0.0000,2.3789,0.0000,2.3789,8.2147,-5.8359,0.0000,-5.8359,-0.1578,-5.6781,0.0000,-3.8285,13.9042,-15.7538,2540.2291,2540.2291,2540.2291,2540.2291,2540.2291 +458.5000,1.0000,6210.4486,75.2080,75.1370,0.0394,0.0000,6,1200.9624,257.3033,523.0484,-79.8074,32.3596,65.7809,-10.0369,0.0836,26.7290,0.0000,26.7290,5.5470,26.7290,1.0826,0.0000,25.6463,0.0000,25.6463,8.2058,17.4405,0.0000,17.4405,0.0731,17.3674,0.0000,-3.8243,13.8891,7.3026,6705.5565,6705.5565,6705.5565,6705.5565,6705.5565 +459.5000,1.0000,6231.3832,75.3645,75.2790,0.0475,0.0000,6,1203.4615,269.7706,609.2084,-79.9556,33.9982,76.7762,-10.0765,0.1009,28.3255,0.0000,28.3255,5.5718,28.3255,1.1163,0.0000,27.2091,0.0000,27.2091,8.2229,18.9863,0.0000,18.9863,0.0883,18.8980,0.0000,-3.8323,13.9180,8.8123,7009.2623,7009.2623,7009.2623,7009.2623,7009.2623 +460.5000,1.0000,6252.3986,75.6555,75.4500,0.1142,0.0000,6,1208.1083,372.1917,615.4572,-80.2312,47.0870,77.8632,-10.1503,0.2435,41.2322,0.0000,41.2322,5.6113,41.2322,1.3778,0.0000,39.8545,0.0000,39.8545,8.2546,31.5998,0.0000,31.5998,0.2130,31.3869,0.0000,-3.8471,13.9717,21.2622,9473.8851,9473.8851,9473.8851,9473.8851,9473.8851 +461.5000,1.0000,6273.5197,76.0360,75.8610,0.0972,0.0000,6,1214.1844,345.8962,662.0673,-80.5915,43.9804,84.1813,-10.2471,0.2084,38.1724,0.0000,38.1724,5.5996,38.1724,1.3209,0.0000,36.8516,0.0000,36.8516,8.2961,28.5554,0.0000,28.5554,0.1823,28.3732,0.0000,-3.8664,14.0420,18.1976,8888.2571,8888.2571,8888.2571,8888.2571,8888.2571 +462.5000,1.0000,6294.7329,76.3675,76.2110,0.0869,0.0000,6,1219.4779,329.9229,651.3220,-80.9055,42.1323,83.1761,-10.3319,0.1872,36.3489,0.0000,36.3489,5.5962,36.3489,1.2882,0.0000,35.0607,0.0000,35.0607,8.3323,26.7284,0.0000,26.7284,0.1637,26.5647,0.0000,-3.8833,14.1032,16.3448,8543.1884,8543.1884,8543.1884,8543.1884,8543.1884 +463.5000,1.0000,6316.0083,76.5915,76.5240,0.0375,0.0000,6,1223.0549,254.2208,645.0390,-81.1176,32.5601,82.6153,-10.3894,0.0810,26.8485,0.0000,26.8485,5.6306,26.8485,1.1007,0.0000,25.7478,0.0000,25.7478,8.3567,17.3911,0.0000,17.3911,0.0708,17.3203,0.0000,-3.8946,14.1446,7.0704,6736.9781,6736.9781,6736.9781,6736.9781,6736.9781 +464.5000,1.0000,6337.3704,76.9035,76.6590,0.1358,0.0000,6,1228.0371,404.8481,612.2721,-81.4131,52.0634,78.7380,-10.4697,0.2944,46.1449,0.0000,46.1449,5.6240,46.1449,1.4902,0.0000,44.6547,0.0000,44.6547,8.3908,36.2639,0.0000,36.2639,0.2575,36.0064,0.0000,-3.9105,14.2022,25.7147,10436.0551,10436.0551,10436.0551,10436.0551,10436.0551 +465.5000,1.0000,6358.8696,77.3970,77.1480,0.1383,0.0000,6,1235.9176,409.0143,679.5766,-81.8805,52.9367,87.9542,-10.5974,0.3018,46.9340,0.0000,46.9340,5.7009,46.9340,1.5117,0.0000,45.4223,0.0000,45.4223,8.4446,36.9777,0.0000,36.9777,0.2640,36.7137,0.0000,-3.9356,14.2933,26.3560,10603.4697,10603.4697,10603.4697,10603.4697,10603.4697 +466.5000,1.0000,6380.4896,77.8320,77.6460,0.1033,0.0000,6,1242.8639,355.2142,682.5765,-82.2925,46.2320,88.8390,-10.7106,0.2267,40.2884,0.0000,40.2884,5.7169,40.2884,1.3838,0.0000,38.9046,0.0000,38.9046,8.4921,30.4125,0.0000,30.4125,0.1983,30.2142,0.0000,-3.9577,14.3736,19.7983,9301.1228,9301.1228,9301.1228,9301.1228,9301.1228 +467.5000,1.0000,6402.1882,78.1150,78.0180,0.0539,0.0000,6,1247.3830,279.6869,660.1358,-82.5605,36.5343,86.2307,-10.7845,0.1187,30.6370,0.0000,30.6370,5.7786,30.6370,1.1940,0.0000,29.4430,0.0000,29.4430,8.5230,20.9200,0.0000,20.9200,0.1038,20.8163,0.0000,-3.9721,14.4259,10.3625,7500.8199,7500.8199,7500.8199,7500.8199,7500.8199 +468.5000,1.0000,6423.9411,78.3105,78.2120,0.0547,0.0000,6,1250.5048,280.8063,627.9183,-82.7456,36.7723,82.2275,-10.8358,0.1208,30.8801,0.0000,30.8801,5.7714,30.8801,1.2011,0.0000,29.6789,0.0000,29.6789,8.5443,21.1346,0.0000,21.1346,0.1057,21.0290,0.0000,-3.9821,14.4620,10.5490,7550.0341,7550.0341,7550.0341,7550.0341,7550.0341 +469.5000,1.0000,6445.7482,78.5055,78.4090,0.0536,0.0000,6,1253.6187,278.9303,628.9963,-82.9303,36.6176,82.5738,-10.8870,0.1186,30.7365,0.0000,30.7365,5.7625,30.7365,1.2005,0.0000,29.5360,0.0000,29.5360,8.5656,20.9704,0.0000,20.9704,0.1038,20.8666,0.0000,-3.9920,14.4980,10.3606,7523.1398,7523.1398,7523.1398,7523.1398,7523.1398 +470.5000,1.0000,6467.6144,78.7185,78.6020,0.0647,0.0000,6,1257.0200,296.1210,628.8006,-83.1320,38.9798,82.7721,-10.9431,0.1436,33.0398,0.0000,33.0398,5.7964,33.0398,1.2491,0.0000,31.7908,0.0000,31.7908,8.5888,23.2020,0.0000,23.2020,0.1256,23.0763,0.0000,-4.0028,14.5374,12.5418,7982.2659,7982.2659,7982.2659,7982.2659,7982.2659 +471.5000,1.0000,6489.5275,78.8870,78.8350,0.0289,0.0000,6,1259.7107,241.2981,636.8280,-83.2916,31.8312,84.0082,-10.9875,0.0642,25.9395,0.0000,25.9395,5.8274,25.9395,1.1090,0.0000,24.8305,0.0000,24.8305,8.6072,16.2233,0.0000,16.2233,0.0562,16.1671,0.0000,-4.0114,14.5685,5.6100,6608.2315,6608.2315,6608.2315,6608.2315,6608.2315 +472.5000,1.0000,6511.4558,78.9420,78.9390,0.0017,0.0000,6,1260.5890,199.2813,613.4138,-83.3437,26.3068,80.9759,-11.0021,0.0037,20.5058,0.0000,20.5058,5.7974,20.5058,1.0010,0.0000,19.5048,0.0000,19.5048,8.6132,10.8916,0.0000,10.8916,0.0032,10.8883,0.0000,-4.0142,14.5786,0.3239,5625.0070,5625.0070,5625.0070,5625.0070,5625.0070 +473.5000,1.0000,6533.3667,78.8790,78.9450,-0.0367,0.0000,6,1259.5829,140.9028,595.1148,-83.2840,18.5855,78.4976,-10.9854,-0.0815,12.8178,0.0000,12.8178,5.8492,12.8178,0.8465,0.0000,11.9713,0.0000,11.9713,8.6063,3.3650,0.0000,3.3650,-0.0713,3.4363,0.0000,-4.0110,14.5670,-7.1197,4145.6487,4145.6487,4145.6487,4145.6487,4145.6487 +474.5000,1.0000,6555.2473,78.7705,78.8130,-0.0236,0.0000,6,1257.8503,160.5128,569.3871,-83.1813,21.1430,75.0007,-10.9568,-0.0524,15.4088,0.0000,15.4088,5.7866,15.4088,0.8970,0.0000,14.5118,0.0000,14.5118,8.5945,5.9173,0.0000,5.9173,-0.0459,5.9632,0.0000,-4.0055,14.5470,-4.5784,4632.8725,4632.8725,4632.8725,4632.8725,4632.8725 +475.5000,1.0000,6577.0928,78.6435,78.7280,-0.0469,0.0000,6,1255.8223,125.2090,577.4780,-83.0610,16.4662,75.9438,-10.9233,-0.1041,10.7279,0.0000,10.7279,5.8423,10.7279,0.8019,0.0000,9.9260,0.0000,9.9260,8.5806,1.3453,0.0000,1.3453,-0.0910,1.4364,0.0000,-3.9990,14.5235,-9.0882,3775.2134,3775.2134,3775.2134,3775.2134,3775.2134 +476.5000,1.0000,6598.9018,78.5125,78.5590,-0.0258,0.0000,6,1253.7305,157.1649,561.5961,-82.9369,20.6342,73.7321,-10.8888,-0.0572,14.9146,0.0000,14.9146,5.7768,14.9146,0.8842,0.0000,14.0305,0.0000,14.0305,8.5663,5.4641,0.0000,5.4641,-0.0500,5.5141,0.0000,-3.9923,14.4993,-4.9928,4528.9812,4528.9812,4528.9812,4528.9812,4528.9812 +477.5000,1.0000,6620.6935,78.4500,78.4660,-0.0089,0.0000,6,1252.7324,183.2050,575.2611,-82.8777,24.0339,75.4661,-10.8724,-0.0197,18.2750,0.0000,18.2750,5.7786,18.2750,0.9506,0.0000,17.3243,0.0000,17.3243,8.5595,8.7648,0.0000,8.7648,-0.0172,8.7820,0.0000,-3.9892,14.4878,-1.7166,5182.0744,5182.0744,5182.0744,5182.0744,5182.0744 +478.5000,1.0000,6642.4982,78.4970,78.4340,0.0350,0.0000,6,1253.4830,250.3733,586.6803,-82.9222,32.8651,77.0103,-10.8847,0.0774,27.0267,0.0000,27.0267,5.7610,27.0267,1.1262,0.0000,25.9005,0.0000,25.9005,8.5646,17.3358,0.0000,17.3358,0.0677,17.2681,0.0000,-3.9915,14.4965,6.7632,6797.1735,6797.1735,6797.1735,6797.1735,6797.1735 +479.5000,1.0000,6664.3671,78.7280,78.5600,0.0933,0.0000,6,1257.1717,339.9699,616.4220,-83.1410,44.7573,81.1524,-10.9456,0.2071,38.7586,0.0000,38.7586,5.7916,38.7586,1.3635,0.0000,37.3950,0.0000,37.3950,8.5898,28.8052,0.0000,28.8052,0.1812,28.6240,0.0000,-4.0033,14.5391,18.0882,9033.4479,9033.4479,9033.4479,9033.4479,9033.4479 +480.5000,1.0000,6686.3078,78.9865,78.8960,0.0503,0.0000,6,1261.2996,273.8435,655.9246,-83.3858,36.1701,86.6365,-11.0138,0.1119,30.2589,0.0000,30.2589,5.7993,30.2589,1.1966,0.0000,29.0623,0.0000,29.0623,8.6181,20.4443,0.0000,20.4443,0.0979,20.3464,0.0000,-4.0164,14.5869,9.7759,7445.1416,7445.1416,7445.1416,7445.1416,7445.1416 +481.5000,1.0000,6708.2121,78.8555,79.0770,-0.1231,0.0000,6,1259.2077,11.0347,627.5346,-83.2618,1.4551,82.7492,-10.9792,-0.2735,-4.1406,0.0000,-4.1406,5.8692,-4.1406,0.8291,0.0000,-4.9696,0.0000,-4.9696,8.6038,-13.5734,0.0000,-13.5734,-0.2392,-13.3342,0.0000,-4.0098,14.5627,-23.8870,1771.5943,1771.5943,1771.5943,1771.5943,1771.5943 +482.5000,1.0000,6730.0060,78.4580,78.6340,-0.0978,0.0000,6,1252.8602,48.3901,511.5307,-82.8853,6.3487,67.1124,-10.8745,-0.2162,0.7608,0.0000,0.7608,5.8042,0.7608,0.7744,0.0000,-0.0136,0.0000,-0.0136,8.5604,-8.5740,0.0000,-8.5740,-0.1891,-8.3849,0.0000,-3.9896,14.4893,-18.8846,2354.2870,2354.2870,2354.2870,2354.2870,2354.2870 +483.5000,1.0000,6751.6914,78.0675,78.2820,-0.1192,0.0000,6,1246.6245,16.5769,526.2868,-82.5155,2.1640,68.7048,-10.7721,-0.2622,-3.3551,0.0000,-3.3551,5.7813,-3.3551,0.8101,0.0000,-4.1651,0.0000,-4.1651,8.5178,-12.6829,0.0000,-12.6829,-0.2294,-12.4536,0.0000,-3.9697,14.4171,-22.9010,1832.7419,1832.7419,1832.7419,1832.7419,1832.7419 +484.5000,1.0000,6773.2457,77.5955,77.8530,-0.1431,0.0000,6,1239.0873,-18.6658,510.2772,-82.0685,-2.4220,66.2120,-10.6490,-0.3129,-7.8999,0.0000,-7.8999,5.7908,-7.8999,0.8489,0.0000,-8.7488,0.0000,-8.7488,8.4663,-17.2151,0.0000,-17.2151,-0.2737,-16.9414,0.0000,-3.9457,14.3300,-27.3257,1186.7167,1186.7167,1186.7167,1186.7167,1186.7167 +485.5000,1.0000,6794.6601,77.0920,77.3380,-0.1367,0.0000,6,1231.0471,-9.0463,492.4451,-81.5916,-1.1662,63.4835,-10.5184,-0.2970,-6.6382,0.0000,-6.6382,5.7690,-6.6382,0.8292,0.0000,-7.4674,0.0000,-7.4674,8.4113,-15.8788,0.0000,-15.8788,-0.2598,-15.6190,0.0000,-3.9201,14.2370,-25.9359,1357.4266,1357.4266,1357.4266,1357.4266,1357.4266 +486.5000,1.0000,6815.9451,76.6260,76.8460,-0.1222,0.0000,6,1223.6058,12.8313,494.7187,-81.1503,1.6441,63.3911,-10.3982,-0.2640,-3.8753,0.0000,-3.8753,5.7834,-3.8753,0.7951,0.0000,-4.6704,0.0000,-4.6704,8.3605,-13.0309,0.0000,-13.0309,-0.2309,-12.8000,0.0000,-3.8964,14.1509,-23.0545,1723.0121,1723.0121,1723.0121,1723.0121,1723.0121 +487.5000,1.0000,6837.1108,76.1965,76.4060,-0.1164,0.0000,6,1216.7473,21.3575,502.7102,-80.7435,2.7213,64.0541,-10.2881,-0.2500,-2.7611,0.0000,-2.7611,5.7324,-2.7611,0.7780,0.0000,-3.5391,0.0000,-3.5391,8.3136,-11.8527,0.0000,-11.8527,-0.2186,-11.6341,0.0000,-3.8746,14.0716,-21.8311,1844.2066,1844.2066,1844.2066,1844.2066,1844.2066 +488.5000,1.0000,6858.1778,75.8410,75.9870,-0.0811,0.0000,6,1211.0705,73.7956,505.0678,-80.4069,9.3590,64.0542,-10.1974,-0.1734,3.8367,0.0000,3.8367,5.6957,3.8367,0.7071,0.0000,3.1296,0.0000,3.1296,8.2749,-5.1453,0.0000,-5.1453,-0.1517,-4.9936,0.0000,-3.8565,14.0060,-15.1431,2668.8010,2668.8010,2668.8010,2668.8010,2668.8010 +489.5000,1.0000,6879.1989,75.6760,75.6950,-0.0106,0.0000,6,1208.4357,181.9350,527.9836,-80.2506,23.0233,66.8148,-10.1555,-0.0225,17.2975,0.0000,17.2975,5.7484,17.2975,0.8993,0.0000,16.3982,0.0000,16.3982,8.2568,8.1413,0.0000,8.1413,-0.0197,8.1610,0.0000,-3.8481,13.9755,-1.9664,4964.3897,4964.3897,4964.3897,4964.3897,4964.3897 +490.5000,1.0000,6900.2218,75.6825,75.6570,0.0142,0.0000,6,1208.5395,219.5372,576.5247,-80.2567,27.7842,72.9638,-10.1571,0.0302,22.0459,0.0000,22.0459,5.7080,22.0459,0.9943,0.0000,21.0516,0.0000,21.0516,8.2576,12.7940,0.0000,12.7940,0.0264,12.7676,0.0000,-3.8484,13.9767,2.6393,5856.6124,5856.6124,5856.6124,5856.6124,5856.6124 +491.5000,1.0000,6921.2604,75.7390,75.7080,0.0172,0.0000,6,1209.4417,224.1388,593.5352,-80.3103,28.3877,75.1727,-10.1715,0.0368,22.6497,0.0000,22.6497,5.7012,22.6497,1.0071,0.0000,21.6427,0.0000,21.6427,8.2637,13.3790,0.0000,13.3790,0.0322,13.3468,0.0000,-3.8513,13.9871,3.2110,5968.6127,5968.6127,5968.6127,5968.6127,5968.6127 +492.5000,1.0000,6942.3032,75.7540,75.7700,-0.0089,0.0000,6,1209.6812,183.8729,595.7028,-80.3245,23.2926,75.4622,-10.1753,-0.0190,17.6359,0.0000,17.6359,5.6756,17.6359,0.9070,0.0000,16.7290,0.0000,16.7290,8.2654,8.4636,0.0000,8.4636,-0.0166,8.4802,0.0000,-3.8521,13.9899,-1.6576,5011.8599,5011.8599,5011.8599,5011.8599,5011.8599 +493.5000,1.0000,6963.3300,75.6965,75.7380,-0.0231,0.0000,6,1208.7630,162.5742,577.5121,-80.2700,20.5789,73.1023,-10.1607,-0.0492,14.9016,0.0000,14.9016,5.7264,14.9016,0.8516,0.0000,14.0500,0.0000,14.0500,8.2591,5.7909,0.0000,5.7909,-0.0430,5.8340,0.0000,-3.8491,13.9793,-4.2962,4520.6474,4520.6474,4520.6474,4520.6474,4520.6474 +494.5000,1.0000,6984.3218,75.5705,75.6550,-0.0469,0.0000,6,1206.7510,125.9909,567.5683,-80.1507,15.9216,71.7240,-10.1287,-0.1000,10.2962,0.0000,10.2962,5.7254,10.2962,0.7581,0.0000,9.5381,0.0000,9.5381,8.2453,1.2928,0.0000,1.2928,-0.0875,1.3802,0.0000,-3.8427,13.9560,-8.7330,3675.8862,3675.8862,3675.8862,3675.8862,3675.8862 +495.5000,1.0000,7005.2860,75.4710,75.4860,-0.0083,0.0000,6,1205.1621,185.1316,550.7037,-80.0564,23.3644,69.5012,-10.1035,-0.0177,17.6753,0.0000,17.6753,5.7069,17.6753,0.9045,0.0000,16.7707,0.0000,16.7707,8.2345,8.5362,0.0000,8.5362,-0.0155,8.5518,0.0000,-3.8377,13.9376,-1.5482,5029.9586,5029.9586,5029.9586,5029.9586,5029.9586 +496.5000,1.0000,7026.2315,75.4040,75.4560,-0.0289,0.0000,6,1204.0922,153.4925,577.1152,-79.9930,19.3542,72.7698,-10.0865,-0.0614,13.7269,0.0000,13.7269,5.6887,13.7269,0.8248,0.0000,12.9021,0.0000,12.9021,8.2272,4.6749,0.0000,4.6749,-0.0537,4.7286,0.0000,-3.8343,13.9253,-5.3623,4300.9681,4300.9681,4300.9681,4300.9681,4300.9681 +497.5000,1.0000,7047.1639,75.3565,75.3520,0.0025,0.0000,6,1203.3337,202.0304,562.6610,-79.9480,25.4584,70.9025,-10.0745,0.0053,19.7192,0.0000,19.7192,5.7340,19.7192,0.9441,0.0000,18.7750,0.0000,18.7750,8.2220,10.5530,0.0000,10.5530,0.0046,10.5484,0.0000,-3.8318,13.9165,0.4638,5422.1878,5422.1878,5422.1878,5422.1878,5422.1878 +498.5000,1.0000,7068.0887,75.3295,75.3610,-0.0175,0.0000,6,1202.9026,171.4163,584.4482,-79.9224,21.5929,73.6216,-10.0676,-0.0372,15.8897,0.0000,15.8897,5.7404,15.8897,0.8672,0.0000,15.0224,0.0000,15.0224,8.2190,6.8034,0.0000,6.8034,-0.0325,6.8359,0.0000,-3.8305,13.9115,-3.2451,4709.6551,4709.6551,4709.6551,4709.6551,4709.6551 +499.5000,1.0000,7089.0021,75.2880,75.2980,-0.0056,0.0000,6,1202.2399,189.3583,570.5102,-79.8831,23.8399,71.8262,-10.0571,-0.0118,18.1623,0.0000,18.1623,5.6894,18.1623,0.9122,0.0000,17.2500,0.0000,17.2500,8.2145,9.0355,0.0000,9.0355,-0.0103,9.0458,0.0000,-3.8284,13.9038,-1.0296,5120.0210,5120.0210,5120.0210,5120.0210,5120.0210 +500.5000,1.0000,7109.9161,75.2905,75.2780,0.0069,0.0000,6,1202.2798,208.2366,578.5687,-79.8855,26.2175,72.8432,-10.0578,0.0147,20.5506,0.0000,20.5506,5.6522,20.5506,0.9600,0.0000,19.5906,0.0000,19.5906,8.2148,11.3758,0.0000,11.3758,0.0129,11.3629,0.0000,-3.8285,13.9043,1.2871,5562.5932,5562.5932,5562.5932,5562.5932,5562.5932 +501.5000,1.0000,7130.8279,75.2825,75.3030,-0.0114,0.0000,6,1202.1521,196.3527,587.0738,-79.8779,24.7187,73.9062,-10.0558,-0.0242,17.0468,0.0000,17.0468,7.6961,17.0468,0.8898,0.0000,16.1569,0.0000,16.1569,8.2139,7.9430,0.0000,7.9430,-0.0211,7.9641,0.0000,-3.8281,13.9028,-2.1106,5280.4012,5280.4012,5280.4012,5280.4012,5280.4012 +502.5000,1.0000,7151.7401,75.2840,75.2620,0.0122,0.0000,6,1202.1760,232.3570,581.7044,-79.8793,29.2518,73.2317,-10.0561,0.0259,21.5568,0.0000,21.5568,7.6690,21.5568,0.9801,0.0000,20.5768,0.0000,20.5768,8.2141,12.3627,0.0000,12.3627,0.0227,12.3400,0.0000,-3.8282,13.9031,2.2651,6127.0059,6127.0059,6127.0059,6127.0059,6127.0059 +503.5000,1.0000,7172.6533,75.2875,75.3060,-0.0103,0.0000,6,1202.2319,198.0714,597.9585,-79.8827,24.9367,75.2814,-10.0570,-0.0218,17.2601,0.0000,17.2601,7.6984,17.2601,0.8942,0.0000,16.3660,0.0000,16.3660,8.2145,8.1515,0.0000,8.1515,-0.0191,8.1706,0.0000,-3.8283,13.9037,-1.9048,5320.7521,5320.7521,5320.7521,5320.7521,5320.7521 +504.5000,1.0000,7193.5793,75.3335,75.2690,0.0358,0.0000,6,1202.9665,268.3149,582.5884,-79.9262,33.8008,73.3912,-10.0687,0.0761,26.0839,0.0000,26.0839,7.6408,26.0839,1.0712,0.0000,25.0127,0.0000,25.0127,8.2195,16.7933,0.0000,16.7933,0.0666,16.7267,0.0000,-3.8307,13.9122,6.6451,6972.8470,6972.8470,6972.8470,6972.8470,6972.8470 +505.5000,1.0000,7214.5418,75.4650,75.3980,0.0372,0.0000,6,1205.0663,270.4630,614.4983,-80.0508,34.1309,77.5462,-10.1019,0.0792,26.3959,0.0000,26.3959,7.6558,26.3959,1.0789,0.0000,25.3170,0.0000,25.3170,8.2338,17.0832,0.0000,17.0832,0.0693,17.0139,0.0000,-3.8374,13.9365,6.9148,7033.0052,7033.0052,7033.0052,7033.0052,7033.0052 +506.5000,1.0000,7235.5285,75.5520,75.5320,0.0111,0.0000,6,1206.4556,230.7022,615.7911,-80.1331,29.1469,77.7989,-10.1240,0.0237,21.4217,0.0000,21.4217,7.7015,21.4217,0.9804,0.0000,20.4413,0.0000,20.4413,8.2433,12.1980,0.0000,12.1980,0.0207,12.1773,0.0000,-3.8418,13.9526,2.0665,6108.3216,6108.3216,6108.3216,6108.3216,6108.3216 +507.5000,1.0000,7256.5303,75.6065,75.5720,0.0192,0.0000,6,1207.3259,242.6006,598.1346,-80.1848,30.6722,75.6227,-10.1378,0.0408,22.9826,0.0000,22.9826,7.6488,22.9826,1.0122,0.0000,21.9703,0.0000,21.9703,8.2493,13.7211,0.0000,13.7211,0.0357,13.6854,0.0000,-3.8446,13.9627,3.5673,6391.0654,6391.0654,6391.0654,6391.0654,6391.0654 +508.5000,1.0000,7277.5414,75.6400,75.6410,-0.0006,0.0000,6,1207.8608,212.6838,603.6148,-80.2165,26.9017,76.3494,-10.1463,-0.0012,19.2081,0.0000,19.2081,7.6948,19.2081,0.9371,0.0000,18.2710,0.0000,18.2710,8.2529,10.0181,0.0000,10.0181,-0.0010,10.0191,0.0000,-3.8463,13.9688,-0.1034,5692.9216,5692.9216,5692.9216,5692.9216,5692.9216 +509.5000,1.0000,7298.5751,75.7215,75.6390,0.0458,0.0000,6,1209.1623,268.3420,590.3718,-80.2937,33.9783,74.7548,-10.1670,0.0978,28.1409,0.0000,28.1409,5.7396,28.1409,1.1167,0.0000,27.0242,0.0000,27.0242,8.2618,18.7624,0.0000,18.7624,0.0856,18.6769,0.0000,-3.8504,13.9839,8.5434,7002.5397,7002.5397,7002.5397,7002.5397,7002.5397 +510.5000,1.0000,7319.6539,75.8835,75.8040,0.0442,0.0000,6,1211.7492,265.8577,615.6974,-80.4471,33.7358,78.1284,-10.2083,0.0945,27.8809,0.0000,27.8809,5.7604,27.8809,1.1133,0.0000,26.7676,0.0000,26.7676,8.2795,18.4881,0.0000,18.4881,0.0826,18.4055,0.0000,-3.8586,14.0138,8.2503,6956.4912,6956.4912,6956.4912,6956.4912,6956.4912 +511.5000,1.0000,7340.7869,76.0790,75.9630,0.0644,0.0000,6,1214.8710,297.5580,615.1157,-80.6323,37.8556,78.2556,-10.2581,0.1382,31.8675,0.0000,31.8675,5.8499,31.8675,1.1953,0.0000,30.6723,0.0000,30.6723,8.3008,22.3714,0.0000,22.3714,0.1209,22.2506,0.0000,-3.8686,14.0499,12.0692,7738.0382,7738.0382,7738.0382,7738.0382,7738.0382 +512.5000,1.0000,7361.9628,76.2330,76.1950,0.0211,0.0000,6,1217.3302,230.7657,629.7753,-80.7781,29.4177,80.2828,-10.2975,0.0454,23.5517,0.0000,23.5517,5.8206,23.5517,1.0307,0.0000,22.5209,0.0000,22.5209,8.3176,14.2033,0.0000,14.2033,0.0397,14.1636,0.0000,-3.8764,14.0783,3.9617,6160.8104,6160.8104,6160.8104,6160.8104,6160.8104 +513.5000,1.0000,7383.1651,76.3285,76.2710,0.0319,0.0000,6,1218.8552,247.2574,600.3737,-80.8685,31.5595,76.6306,-10.3219,0.0687,25.6794,0.0000,25.6794,5.8113,25.6794,1.0743,0.0000,24.6051,0.0000,24.6051,8.3280,16.2770,0.0000,16.2770,0.0601,16.2169,0.0000,-3.8813,14.0960,6.0022,6554.1990,6554.1990,6554.1990,6554.1990,6554.1990 +514.5000,1.0000,7404.4082,76.4750,76.3860,0.0494,0.0000,6,1221.1946,273.7791,608.1037,-81.0073,35.0117,77.7662,-10.3595,0.1066,29.1247,0.0000,29.1247,5.7805,29.1247,1.1449,0.0000,27.9798,0.0000,27.9798,8.3440,19.6358,0.0000,19.6358,0.0932,19.5425,0.0000,-3.8887,14.1230,9.3082,7186.3097,7186.3097,7186.3097,7186.3097,7186.3097 +515.5000,1.0000,7425.6868,76.6030,76.5640,0.0217,0.0000,6,1223.2385,231.5763,620.3095,-81.1285,29.6643,79.4599,-10.3923,0.0468,23.7755,0.0000,23.7755,5.8420,23.7755,1.0394,0.0000,22.7361,0.0000,22.7361,8.3580,14.3781,0.0000,14.3781,0.0409,14.3372,0.0000,-3.8952,14.1467,4.0857,6207.5067,6207.5067,6207.5067,6207.5067,6207.5067 +516.5000,1.0000,7446.9861,76.6775,76.6420,0.0197,0.0000,6,1224.4282,228.5208,601.8670,-81.1991,29.3014,77.1725,-10.4115,0.0426,23.4206,0.0000,23.4206,5.8381,23.4206,1.0331,0.0000,22.3875,0.0000,22.3875,8.3661,14.0214,0.0000,14.0214,0.0373,13.9841,0.0000,-3.8990,14.1604,3.7227,6141.5248,6141.5248,6141.5248,6141.5248,6141.5248 +517.5000,1.0000,7468.2612,76.5905,76.7130,-0.0681,0.0000,6,1223.0389,94.1439,600.4471,-81.1167,12.0576,76.9031,-10.3891,-0.1469,6.3391,0.0000,6.3391,5.8654,6.3391,0.6925,0.0000,5.6467,0.0000,5.6467,8.3566,-2.7100,0.0000,-2.7100,-0.1285,-2.5814,0.0000,-3.8946,14.1444,-12.8312,3023.3114,3023.3114,3023.3114,3023.3114,3023.3114 +518.5000,1.0000,7489.4258,76.1925,76.4680,-0.1531,0.0000,6,1216.6834,-32.8679,539.2263,-80.7397,-4.1877,68.7033,-10.2871,-0.3287,-9.6383,0.0000,-9.6383,5.7793,-9.6383,0.8467,0.0000,-10.4850,0.0000,-10.4850,8.3132,-18.7982,0.0000,-18.7982,-0.2875,-18.5107,0.0000,-3.8744,14.0709,-28.7072,860.3067,860.3067,860.3067,860.3067,860.3067 +519.5000,1.0000,7510.4372,75.6410,75.9170,-0.1533,0.0000,6,1207.8768,-33.4058,479.7158,-80.2174,-4.2255,60.6786,-10.1466,-0.3269,-9.6224,0.0000,-9.6224,5.7239,-9.6224,0.8389,0.0000,-10.4613,0.0000,-10.4613,8.2530,-18.7144,0.0000,-18.7144,-0.2860,-18.4284,0.0000,-3.8463,13.9690,-28.5511,830.6754,830.6754,830.6754,830.6754,830.6754 +520.5000,1.0000,7531.3022,75.1140,75.3650,-0.1394,0.0000,6,1199.4614,-12.1477,477.1744,-79.7182,-1.5258,59.9366,-10.0132,-0.2952,-6.9893,0.0000,-6.9893,5.7587,-6.9893,0.8053,0.0000,-7.7946,0.0000,-7.7946,8.1955,-15.9901,0.0000,-15.9901,-0.2582,-15.7319,0.0000,-3.8195,13.8717,-25.7841,1228.7588,1228.7588,1228.7588,1228.7588,1228.7588 +521.5000,1.0000,7552.0183,74.5780,74.8630,-0.1583,0.0000,6,1190.9022,-40.6718,484.3500,-79.2076,-5.0722,60.4038,-9.8781,-0.3328,-10.4093,0.0000,-10.4093,5.6699,-10.4093,0.8322,0.0000,-11.2414,0.0000,-11.2414,8.1370,-19.3785,0.0000,-19.3785,-0.2911,-19.0874,0.0000,-3.7923,13.7727,-29.0678,660.7825,660.7825,660.7825,660.7825,660.7825 +522.5000,1.0000,7572.5964,74.0810,74.2930,-0.1178,0.0000,6,1182.9659,19.7149,468.9368,-78.7342,2.4423,58.0918,-9.7536,-0.2459,-2.9459,0.0000,-2.9459,5.6341,-2.9459,0.7507,0.0000,-3.6966,0.0000,-3.6966,8.0828,-11.7795,0.0000,-11.7795,-0.2151,-11.5643,0.0000,-3.7670,13.6809,-21.4783,1770.4929,1770.4929,1770.4929,1770.4929,1770.4929 +523.5000,1.0000,7593.0471,73.6225,73.8690,-0.1369,0.0000,6,1175.6443,-8.5706,494.6618,-78.2974,-1.0552,60.8994,-9.6394,-0.2842,-6.4032,0.0000,-6.4032,5.6322,-6.4032,0.7790,0.0000,-7.1822,0.0000,-7.1822,8.0328,-15.2150,0.0000,-15.2150,-0.2486,-14.9664,0.0000,-3.7437,13.5963,-24.8190,1270.7754,1270.7754,1270.7754,1270.7754,1270.7754 +524.5000,1.0000,7613.3676,73.1540,73.3760,-0.1233,0.0000,6,1168.1630,11.5788,479.4730,-77.8511,1.4164,58.6538,-9.5235,-0.2543,-3.9131,0.0000,-3.9131,5.5838,-3.9131,0.7478,0.0000,-4.6608,0.0000,-4.6608,7.9817,-12.6425,0.0000,-12.6425,-0.2224,-12.4201,0.0000,-3.7199,13.5097,-22.2100,1616.6237,1616.6237,1616.6237,1616.6237,1616.6237 +525.5000,1.0000,7633.5650,72.7105,72.9320,-0.1231,0.0000,6,1161.0810,12.0819,486.8589,-77.4287,1.4690,59.1963,-9.4144,-0.2522,-3.8413,0.0000,-3.8413,5.5625,-3.8413,0.7411,0.0000,-4.5824,0.0000,-4.5824,7.9333,-12.5157,0.0000,-12.5157,-0.2206,-12.2951,0.0000,-3.6973,13.4278,-22.0256,1609.9887,1609.9887,1609.9887,1609.9887,1609.9887 +526.5000,1.0000,7653.6130,72.1730,72.4890,-0.1756,0.0000,6,1152.4979,-66.2147,484.7444,-76.9167,-7.9914,58.5035,-9.2830,-0.3571,-13.1425,0.0000,-13.1425,5.5083,-13.1425,0.8268,0.0000,-13.9694,0.0000,-13.9694,7.8746,-21.8440,0.0000,-21.8440,-0.3124,-21.5316,0.0000,-3.6700,13.3286,-31.1902,116.0912,116.0912,116.0912,116.0912,116.0912 +527.5000,1.0000,7673.5223,71.6735,71.8570,-0.1019,0.0000,6,1144.5216,43.5046,445.7065,-76.4409,5.2142,53.4197,-9.1617,-0.2060,-0.0656,0.0000,-0.0656,5.4858,-0.0656,0.6894,0.0000,-0.7549,0.0000,-0.7549,7.8201,-8.5751,0.0000,-8.5751,-0.1801,-8.3949,0.0000,-3.6446,13.2363,-17.9867,2124.9958,2124.9958,2124.9958,2124.9958,2124.9958 +528.5000,1.0000,7693.3219,71.2785,71.4900,-0.1175,0.0000,6,1138.2140,20.3526,495.6832,-76.0646,2.4259,59.0822,-9.0664,-0.2361,-2.7962,0.0000,-2.7962,5.4582,-2.7962,0.7114,0.0000,-3.5076,0.0000,-3.5076,7.7770,-11.2846,0.0000,-11.2846,-0.2065,-11.0781,0.0000,-3.6245,13.1634,-20.6170,1716.5742,1716.5742,1716.5742,1716.5742,1716.5742 +529.5000,1.0000,7713.0154,70.8965,71.0670,-0.0947,0.0000,6,1132.1140,53.8811,483.1304,-75.7007,6.3879,57.2774,-8.9747,-0.1893,1.1927,0.0000,1.1927,5.3844,1.1927,0.6664,0.0000,0.5263,0.0000,0.5263,7.7354,-7.2091,0.0000,-7.2091,-0.1656,-7.0435,0.0000,-3.6051,13.0928,-16.5313,2282.4774,2282.4774,2282.4774,2282.4774,2282.4774 +530.5000,1.0000,7732.6264,70.5995,70.7260,-0.0703,0.0000,6,1127.3714,90.6012,497.7612,-75.4178,10.6962,58.7647,-8.9037,-0.1399,5.4349,0.0000,5.4349,5.4011,5.4349,0.6200,0.0000,4.8149,0.0000,4.8149,7.7030,-2.8880,0.0000,-2.8880,-0.1223,-2.7657,0.0000,-3.5900,13.0380,-12.2137,2865.4238,2865.4238,2865.4238,2865.4238,2865.4238 +531.5000,1.0000,7752.1382,70.2425,70.4730,-0.1281,0.0000,6,1121.6706,4.9266,513.8165,-75.0778,0.5787,60.3534,-8.8187,-0.2535,-4.5846,0.0000,-4.5846,5.4168,-4.5846,0.7155,0.0000,-5.3001,0.0000,-5.3001,7.6640,-12.9641,0.0000,-12.9641,-0.2218,-12.7423,0.0000,-3.5718,12.9721,-22.1425,1381.3370,1381.3370,1381.3370,1381.3370,1381.3370 +532.5000,1.0000,7771.5282,69.8040,70.0120,-0.1156,0.0000,6,1114.6684,23.0381,471.1571,-74.6601,2.6892,54.9971,-8.7149,-0.2274,-2.4096,0.0000,-2.4096,5.3262,-2.4096,0.6879,0.0000,-3.0975,0.0000,-3.0975,7.6162,-10.7137,0.0000,-10.7137,-0.1989,-10.5148,0.0000,-3.5495,12.8911,-19.8564,1714.0253,1714.0253,1714.0253,1714.0253,1714.0253 +533.5000,1.0000,7790.8092,69.4115,69.5960,-0.1025,0.0000,6,1108.4007,42.6922,478.1903,-74.2862,4.9553,55.5042,-8.6225,-0.2005,-0.1667,0.0000,-0.1667,5.3226,-0.1667,0.6603,0.0000,-0.8270,0.0000,-0.8270,7.5733,-8.4003,0.0000,-8.4003,-0.1754,-8.2249,0.0000,-3.5295,12.8186,-17.5140,2078.1154,2078.1154,2078.1154,2078.1154,2078.1154 +534.5000,1.0000,7809.9994,69.0850,69.2270,-0.0789,0.0000,6,1103.1870,78.0250,486.2855,-73.9752,9.0139,56.1784,-8.5460,-0.1536,3.8484,0.0000,3.8484,5.3191,3.8484,0.6159,0.0000,3.2325,0.0000,3.2325,7.5377,-4.3052,0.0000,-4.3052,-0.1344,-4.1708,0.0000,-3.5129,12.7583,-13.4162,2648.8665,2648.8665,2648.8665,2648.8665,2648.8665 +535.5000,1.0000,7829.1461,68.9280,68.9430,-0.0083,0.0000,6,1100.6799,185.9177,502.5789,-73.8256,21.4294,57.9287,-8.5094,-0.0162,16.1186,0.0000,16.1186,5.3270,16.1186,0.8018,0.0000,15.3168,0.0000,15.3168,7.5206,7.7962,0.0000,7.7962,-0.0142,7.8104,0.0000,-3.5050,12.7293,-1.4140,4610.5809,4610.5809,4610.5809,4610.5809,4610.5809 +536.5000,1.0000,7848.3001,68.9545,68.9130,0.0231,0.0000,6,1101.1031,234.0183,554.2706,-73.8509,26.9840,63.9114,-8.5155,0.0448,21.6161,0.0000,21.6161,5.3231,21.6161,0.9120,0.0000,20.7041,0.0000,20.7041,7.5235,13.1806,0.0000,13.1806,0.0392,13.1414,0.0000,-3.5063,12.7342,3.9135,5605.5414,5605.5414,5605.5414,5605.5414,5605.5414 +537.5000,1.0000,7867.5367,69.2515,68.9960,0.1419,0.0000,6,1105.8458,415.8658,577.8360,-74.1338,48.1589,66.9157,-8.5850,0.2771,42.5985,0.0000,42.5985,5.2833,42.5985,1.3348,0.0000,41.2637,0.0000,41.2637,7.5559,33.7078,0.0000,33.7078,0.2424,33.4655,0.0000,-3.5214,12.7890,24.1979,9651.0506,9651.0506,9651.0506,9651.0506,9651.0506 +538.5000,1.0000,7886.9126,69.7535,69.5070,0.1369,0.0000,6,1113.8620,408.3370,665.0569,-74.6120,47.6298,77.5745,-8.7030,0.2693,42.0244,0.0000,42.0244,5.3362,42.0244,1.3287,0.0000,40.6957,0.0000,40.6957,7.6107,33.0850,0.0000,33.0850,0.2355,32.8495,0.0000,-3.5469,12.8817,23.5147,9566.0963,9566.0963,9566.0963,9566.0963,9566.0963 +539.5000,1.0000,7906.4437,70.3120,70.0000,0.1733,0.0000,6,1122.7804,463.9977,662.7735,-75.1440,54.5556,77.9271,-8.8352,0.3435,48.8542,0.0000,48.8542,5.3578,48.8542,1.4713,0.0000,47.3830,0.0000,47.3830,7.6716,39.7114,0.0000,39.7114,0.3005,39.4109,0.0000,-3.5753,12.9849,30.0013,10847.4737,10847.4737,10847.4737,10847.4737,10847.4737 +540.5000,1.0000,7926.1333,70.8825,70.6240,0.1436,0.0000,6,1131.8905,418.5963,690.2206,-75.6874,49.6168,81.8127,-8.9713,0.2869,43.9078,0.0000,43.9078,5.4221,43.9078,1.3785,0.0000,42.5293,0.0000,42.5293,7.7338,34.7954,0.0000,34.7954,0.2510,34.5445,0.0000,-3.6043,13.0902,25.0586,9910.4371,9910.4371,9910.4371,9910.4371,9910.4371 +541.5000,1.0000,7945.9490,71.3365,71.1410,0.1086,0.0000,6,1139.1402,364.4044,670.4915,-76.1199,43.4700,79.9833,-9.0804,0.2184,37.8563,0.0000,37.8563,5.3953,37.8563,1.2624,0.0000,36.5939,0.0000,36.5939,7.7834,28.8105,0.0000,28.8105,0.1910,28.6195,0.0000,-3.6274,13.1741,19.0728,8753.9807,8753.9807,8753.9807,8753.9807,8753.9807 +542.5000,1.0000,7965.8753,71.7345,71.5320,0.1125,0.0000,6,1145.4957,369.9450,646.4843,-76.4990,44.3771,77.5497,-9.1765,0.2275,38.7768,0.0000,38.7768,5.3729,38.7768,1.2851,0.0000,37.4917,0.0000,37.4917,7.8268,29.6649,0.0000,29.6649,0.1990,29.4659,0.0000,-3.6477,13.2476,19.8660,8936.0797,8936.0797,8936.0797,8936.0797,8936.0797 +543.5000,1.0000,7985.9019,72.0960,71.9370,0.0883,0.0000,6,1151.2683,333.3781,650.1557,-76.8433,40.1922,78.3831,-9.2643,0.1795,34.5532,0.0000,34.5532,5.4595,34.5532,1.2046,0.0000,33.3486,0.0000,33.3486,7.8662,25.4824,0.0000,25.4824,0.1570,25.3254,0.0000,-3.6661,13.3143,15.6771,8110.9955,8110.9955,8110.9955,8110.9955,8110.9955 +544.5000,1.0000,8006.0098,72.3885,72.2550,0.0742,0.0000,6,1155.9391,311.7665,634.2270,-77.1220,37.7392,76.7730,-9.3356,0.1513,32.0928,0.0000,32.0928,5.4951,32.0928,1.1586,0.0000,30.9342,0.0000,30.9342,7.8982,23.0360,0.0000,23.0360,0.1324,22.9037,0.0000,-3.6809,13.3684,13.2162,7669.2231,7669.2231,7669.2231,7669.2231,7669.2231 +545.5000,1.0000,8026.1746,72.5930,72.5220,0.0394,0.0000,6,1159.2047,258.4677,625.0338,-77.3168,31.3758,75.8739,-9.3856,0.0807,25.7893,0.0000,25.7893,5.5058,25.7893,1.0348,0.0000,24.7546,0.0000,24.7546,7.9205,16.8341,0.0000,16.8341,0.0706,16.7635,0.0000,-3.6913,13.4061,7.0487,6477.6259,6477.6259,6477.6259,6477.6259,6477.6259 +546.5000,1.0000,8046.3822,72.7475,72.6640,0.0464,0.0000,6,1161.6718,269.0795,600.9937,-77.4639,32.7335,73.1109,-9.4235,0.0951,27.1265,0.0000,27.1265,5.5118,27.1265,1.0632,0.0000,26.0633,0.0000,26.0633,7.9373,18.1260,0.0000,18.1260,0.0832,18.0428,0.0000,-3.6992,13.4347,8.3073,6741.3147,6741.3147,6741.3147,6741.3147,6741.3147 +547.5000,1.0000,8066.6105,72.8220,72.8310,-0.0050,0.0000,6,1162.8615,190.0986,606.2742,-77.5349,23.1492,73.8288,-9.4418,-0.0103,17.6603,0.0000,17.6603,5.4991,17.6603,0.8747,0.0000,16.7856,0.0000,16.7856,7.9455,8.8402,0.0000,8.8402,-0.0090,8.8491,0.0000,-3.7030,13.4484,-0.8963,4972.7109,4972.7109,4972.7109,4972.7109,4972.7109 +548.5000,1.0000,8086.8382,72.8195,72.8130,0.0036,0.0000,6,1162.8215,203.4156,569.8700,-77.5325,24.7700,69.3933,-9.4412,0.0074,19.2506,0.0000,19.2506,5.5120,19.2506,0.9065,0.0000,18.3441,0.0000,18.3441,7.9452,10.3989,0.0000,10.3989,0.0065,10.3924,0.0000,-3.7028,13.4480,0.6473,5267.1290,5267.1290,5267.1290,5267.1290,5267.1290 +549.5000,1.0000,8107.0642,72.8135,72.8260,-0.0069,0.0000,6,1162.7257,187.5169,576.0122,-77.5268,22.8321,70.1354,-9.4397,-0.0143,17.2990,0.0000,17.2990,5.5474,17.2990,0.8674,0.0000,16.4316,0.0000,16.4316,7.9445,8.4871,0.0000,8.4871,-0.0125,8.4996,0.0000,-3.7025,13.4469,-1.2447,4912.8547,4912.8547,4912.8547,4912.8547,4912.8547 +550.5000,1.0000,8127.2357,72.6175,72.8010,-0.1019,0.0000,6,1159.5959,43.2019,568.1764,-77.3401,5.2461,68.9951,-9.3916,-0.2087,-0.0629,0.0000,-0.0629,5.5176,-0.0629,0.7020,0.0000,-0.7649,0.0000,-0.7649,7.9231,-8.6880,0.0000,-8.6880,-0.1825,-8.5055,0.0000,-3.6926,13.4107,-18.2236,2130.0372,2130.0372,2130.0372,2130.0372,2130.0372 +551.5000,1.0000,8147.2887,72.1910,72.4340,-0.1350,0.0000,6,1152.7853,-6.2580,499.3790,-76.9338,-0.7555,60.2847,-9.2874,-0.2747,-5.9385,0.0000,-5.9385,5.4578,-5.9385,0.7550,0.0000,-6.6935,0.0000,-6.6935,7.8766,-14.5701,0.0000,-14.5701,-0.2403,-14.3299,0.0000,-3.6709,13.3319,-23.9909,1258.2415,1258.2415,1258.2415,1258.2415,1258.2415 +552.5000,1.0000,8167.1576,71.5280,71.9480,-0.2333,0.0000,6,1142.1982,46.9864,473.2866,-76.3023,5.6201,56.6102,-9.1266,-0.4704,0.6800,0.0000,0.6800,5.4106,0.6800,0.6800,0.0000,0.0000,0.0000,0.0000,7.8043,-7.8043,24.1198,-31.9241,-0.4115,-31.5126,0.0000,-3.6372,13.2095,-41.0849,2179.0423,2179.0423,2179.0423,2179.0423,2179.0423 +553.5000,1.0000,8186.7693,70.6020,71.1080,-0.2811,0.0000,6,1127.4113,46.2895,494.6995,-75.4202,5.4650,58.4053,-8.9043,-0.5594,0.6677,0.0000,0.6677,5.3567,0.6677,0.6677,0.0000,0.0000,0.0000,0.0000,7.7032,-7.7032,32.1944,-39.8977,-0.4893,-39.4084,0.0000,-3.5901,13.0384,-48.8567,2158.2355,2158.2355,2158.2355,2158.2355,2158.2355 +554.5000,1.0000,8206.0951,69.5730,70.0960,-0.2906,0.0000,6,1110.9796,46.3606,490.2060,-74.4400,5.3937,57.0313,-8.6605,-0.5698,0.6542,0.0000,0.6542,5.3092,0.6542,0.6542,0.0000,0.0000,0.0000,0.0000,7.5910,-7.5910,33.3589,-40.9499,-0.4984,-40.4515,0.0000,-3.5378,12.8484,-49.7622,2148.6075,2148.6075,2148.6075,2148.6075,2148.6075 +555.5000,1.0000,8225.1165,68.4770,69.0500,-0.3183,0.0000,6,1093.4781,45.8554,485.7268,-73.3182,5.2508,55.6200,-8.3956,-0.6144,0.6400,0.0000,0.6400,5.2253,0.6400,0.6400,0.0000,0.0000,0.0000,0.0000,7.4714,-7.4714,37.5627,-45.0341,-0.5374,-44.4967,0.0000,-3.4820,12.6460,-53.6607,2104.6412,2104.6412,2104.6412,2104.6412,2104.6412 +556.5000,1.0000,8243.7903,67.2255,67.9040,-0.3769,0.1170,6,1073.4935,44.7232,480.1703,-71.8877,5.0276,53.9788,-8.0813,-0.7143,0.6239,0.0000,0.6239,5.1180,0.6239,0.6239,0.0000,0.0000,0.0000,0.0000,7.3348,-7.3348,44.7740,-52.1088,-0.6248,-51.4841,1.8988,-3.4184,12.4149,-62.3793,2036.7708,2036.7708,2036.7708,2036.7708,2036.7708 +557.5000,1.0000,8261.8482,65.0085,66.5470,-0.8547,0.8830,6,1038.0912,38.9255,470.6807,-69.3535,4.2315,51.1671,-7.5393,-1.5662,0.5958,0.0000,0.5958,5.2019,0.5958,0.5958,0.0000,0.0000,0.0000,0.0000,7.0929,-7.0929,108.5014,-115.5943,-1.3699,-114.2244,13.8568,-3.3057,12.0050,-136.7806,1843.5060,1843.5060,1843.5060,1843.5060,1843.5060 +558.5000,1.0000,8278.9728,61.6485,63.4700,-1.0119,2.1760,6,984.4369,36.4040,451.1702,-67.5171,3.7529,46.5111,-6.9603,-1.7584,0.5542,0.0000,0.5542,4.9572,0.5542,0.5542,0.0000,0.0000,0.0000,0.0000,6.7263,-6.7263,107.7586,-114.4850,-1.5381,-112.9469,32.3764,-3.1348,11.3823,-153.5707,1661.5417,1661.5417,1661.5417,1661.5417,1661.5417 +559.5000,1.0000,8294.9080,57.3670,59.8270,-1.3667,3.5680,6,916.0676,33.2688,419.5153,-71.4282,3.1915,40.2443,-6.8521,-2.2099,0.5028,0.0000,0.5028,4.8986,0.5028,0.5028,0.0000,0.0000,0.0000,0.0000,6.2592,-6.2592,131.6208,-137.8800,-1.9330,-135.9470,49.3811,-2.9171,10.5875,-192.9985,1447.0186,1447.0186,1447.0186,1447.0186,1447.0186 +560.5000,1.0000,8309.7922,53.5830,54.9070,-0.7356,3.9140,6,855.6426,43.5520,411.4202,-75.5191,3.9024,36.8644,-6.7667,-1.1109,0.4590,0.0000,0.4590,4.5543,0.4590,0.4590,0.0000,0.0000,0.0000,0.0000,5.8463,-5.8463,34.3945,-40.2408,-0.9717,-39.2691,50.5901,-2.7247,9.8879,-97.0223,1573.8527,1573.8527,1573.8527,1573.8527,1573.8527 +561.5000,1.0000,8323.8529,50.6185,52.2590,-0.9114,3.8070,6,808.3038,42.7878,435.5152,-78.9041,3.6218,36.8644,-6.6789,-1.3004,0.4258,0.0000,0.4258,4.4964,0.4258,0.4258,0.0000,0.0000,0.0000,0.0000,5.5229,-5.5229,55.9251,-61.4479,-1.1374,-60.3105,46.4866,-2.5739,9.3412,-113.5644,1550.1735,1550.1735,1550.1735,1550.1735,1550.1735 +562.5000,1.0000,8337.0347,47.4545,48.9780,-0.8464,3.8070,6,757.7794,44.9362,464.5529,-84.0265,3.5659,36.8644,-6.6679,-1.1321,0.3913,0.0000,0.3913,4.3067,0.3913,0.3913,0.0000,0.0000,0.0000,0.0000,5.1777,-5.1777,44.7602,-49.9379,-0.9903,-48.9476,43.5809,-2.4130,8.7573,-98.8727,1453.9427,1453.9427,1453.9427,1453.9427,1453.9427 +563.5000,1.0000,8349.3590,44.3675,45.9310,-0.8686,4.0940,6,708.4845,45.8340,496.8756,-89.3138,3.4005,36.8644,-6.6264,-1.0863,0.3587,0.0000,0.3587,4.1281,0.3587,0.3587,0.0000,0.0000,0.0000,0.0000,4.8408,-4.8408,41.2340,-46.0749,-0.9502,-45.1247,43.8126,-2.2561,8.1867,-94.8680,1321.7855,1321.7855,1321.7855,1321.7855,1321.7855 +564.5000,1.0000,8360.7818,41.1220,42.8040,-0.9344,4.4270,0,641.7588,34.4158,548.5373,-96.4707,2.3129,36.8644,-6.4833,-1.6458,0.0000,0.0000,0.0000,3.9587,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.4867,-4.4867,41.6530,-46.1398,-0.9474,-45.1924,43.9044,-2.0910,7.5868,-94.5926,1146.8232,1146.8232,1146.8232,1146.8232,1146.8232 +565.5000,1.0000,8371.1337,37.2670,39.4400,-1.2072,4.7270,5,684.8902,100.0219,513.9928,-91.8445,7.1737,36.8644,-6.5872,3.5705,0.2843,0.0000,0.2843,3.3190,0.3393,0.3393,0.0000,0.0000,0.0000,0.0000,4.0661,-4.0661,60.3337,-64.3998,-1.1092,-63.2906,42.4791,-1.8950,6.8746,-110.7493,2008.4008,2008.4008,2008.4008,2008.4008,2008.4008 +566.5000,1.0000,8380.3057,33.0190,35.0940,-1.1528,5.2320,5,724.2657,33.0726,486.0490,-87.6211,2.5084,36.8644,-6.6456,-2.0244,0.2867,0.0000,0.2867,4.2461,0.2867,0.2867,0.0000,0.0000,0.0000,0.0000,3.6026,-3.6026,44.9778,-48.5804,-0.9385,-47.6420,41.6474,-1.6790,6.0895,-93.6998,1209.4048,1209.4048,1209.4048,1209.4048,1209.4048 +567.5000,1.0000,8388.3948,29.1210,30.9440,-1.0128,6.0960,0,639.3755,37.8299,550.5820,-96.7263,2.5329,36.8644,-6.4763,-1.5461,0.0000,0.0000,0.0000,4.0790,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1773,-3.1773,23.4893,-26.6666,-0.7271,-25.9395,42.7756,-1.4808,5.3680,-72.6022,1178.4984,1178.4984,1178.4984,1178.4984,1178.4984 +568.5000,1.0000,8395.2718,24.7570,27.2980,-1.4117,7.3070,4,660.6049,88.1387,532.8883,-94.4493,6.0973,36.8644,-6.5338,2.4586,0.3474,0.0000,0.3474,3.2913,0.4226,0.4226,0.0000,0.0000,0.0000,0.0000,2.7012,-2.7012,37.3371,-40.0383,-0.8617,-39.1766,43.5543,-1.2589,4.5598,-86.0319,1771.4098,1771.4098,1771.4098,1771.4098,1771.4098 +569.5000,1.0000,8400.6667,19.4215,22.2160,-1.5525,8.5770,0,660.6049,11.1815,532.8883,-94.4493,0.7735,36.8644,-6.5338,-2.4586,0.0000,0.0000,0.0000,3.2322,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,2.1190,-2.1190,30.1962,-32.3152,-0.7434,-31.5719,40.0660,-0.9876,3.5736,-74.2239,933.6772,933.6772,933.6772,933.6772,933.6772 +570.5000,1.0000,8404.6115,14.2015,16.6270,-1.3475,8.9400,2,791.5533,51.4303,444.7315,-80.4039,4.2631,36.8644,-6.6648,9.3114,-8.5199,0.0000,-8.5199,3.4716,-12.7612,0.8511,0.0000,-13.6123,0.0000,-13.6123,1.5495,-15.1618,0.0000,-15.1618,-0.4718,-14.6900,30.5276,-0.7221,2.6122,-47.1077,1643.6614,1643.6614,1643.6614,1643.6614,1643.6614 +571.5000,1.0000,8407.3887,9.9980,11.7760,-0.9878,8.5580,2,834.6721,-61.6643,421.7568,-77.0186,-5.3899,36.8644,-6.7319,-7.6084,-1.0925,0.0000,-1.0925,3.3111,-1.0925,0.4596,0.0000,-1.5520,0.0000,-1.5520,1.0909,-2.6429,0.0000,-2.6429,-0.2435,-2.3994,20.5803,-0.5084,1.8397,-24.3109,0.0000,0.0000,0.0000,0.0000,0.0000 +572.5000,1.0000,8409.2812,6.8130,8.2200,-0.7817,5.9460,0,643.1189,23.0791,547.3772,-96.3248,1.5543,36.8644,-6.4872,-1.7030,0.0000,0.0000,0.0000,3.2573,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.7434,-0.7434,1.8258,-2.5692,-0.1313,-2.4379,9.7622,-0.3464,1.2560,-13.1096,1035.6140,1035.6140,1035.6140,1035.6140,1035.6140 +573.5000,1.0000,8410.6123,4.7920,5.4060,-0.3411,2.9840,1,622.7276,73.3470,565.3011,-98.5120,4.7831,36.8644,-6.4242,0.8692,0.7572,-0.0189,0.7761,3.1567,0.9002,0.3502,0.0000,0.5500,0.0000,0.5500,0.5228,0.0272,0.0000,0.0272,-0.0403,0.0675,3.4504,-0.2437,0.8846,-4.0239,1515.5119,1515.5119,1515.5119,1515.5119,1515.5119 +574.5000,1.0000,8411.6380,3.6925,4.1780,-0.2697,0.2580,1,644.9499,32.9065,545.8233,-96.1284,2.2225,36.8644,-6.4924,-0.0200,-0.9386,0.1412,-1.0798,3.1811,-1.0798,0.2694,0.0000,-1.3492,0.0000,-1.3492,0.4029,-1.7521,0.0000,-1.7521,-0.0246,-1.7276,0.2300,-0.1878,0.6819,-2.4517,1134.7867,1134.7867,1134.7867,1134.7867,1134.7867 +575.5000,1.0000,8412.3507,2.5655,3.2070,-0.3564,0.0000,1,644.4444,47.8369,546.2513,-96.1827,3.2283,36.8644,-6.4910,0.0000,-1.1014,0.3672,-1.4686,4.3297,-1.4686,0.1814,0.0000,-1.6500,0.0000,-1.6500,0.2799,-1.9300,0.0000,-1.9300,-0.0225,-1.9074,0.0000,-0.1305,0.4738,-2.2507,1282.4309,1282.4309,1282.4309,1282.4309,1282.4309 +576.5000,1.0000,8412.7371,1.3910,1.9240,-0.2961,0.0000,1,644.4444,58.1125,546.2513,-96.1827,3.9218,36.8644,-6.4910,0.0000,-0.3683,0.2288,-0.5971,4.2901,-0.5971,0.0891,0.0000,-0.6862,0.0000,-0.6862,0.1518,-0.8379,0.0000,-0.8379,-0.0102,-0.8278,0.0000,-0.0707,0.2569,-1.0139,1384.3649,1384.3649,1384.3649,1384.3649,1384.3649 +577.5000,1.0000,8412.8589,0.4385,0.8580,-0.2331,0.0000,0,644.4444,64.3577,546.2513,-96.1827,4.3432,36.8644,-6.4910,0.0000,-0.0053,0.1167,-0.1220,4.3485,-0.1220,0.0256,0.0000,-0.1476,0.0000,-0.1476,0.0478,-0.1954,0.0000,-0.1954,-0.0025,-0.1929,0.0000,-0.0223,0.0810,-0.2516,1446.3172,1446.3172,1446.3172,1446.3172,1446.3172 +578.5000,1.0000,8412.8615,0.0095,0.0190,-0.0053,0.0000,0,644.4444,63.1014,546.2513,-96.1827,4.2585,36.8644,-6.4910,0.0000,0.0027,0.0000,0.0027,4.2558,0.0027,0.0005,0.0000,0.0022,0.0000,0.0022,0.0010,0.0011,0.0000,0.0011,0.0000,0.0011,0.0000,-0.0005,0.0018,-0.0001,1433.8545,1433.8545,1433.8545,1433.8545,1433.8545 +579.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.9699,546.2513,-96.1827,4.3171,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3171,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1442.4702,1442.4702,1442.4702,1442.4702,1442.4702 +580.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.8457,546.2513,-96.1827,4.3762,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3762,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1451.1581,1451.1581,1451.1581,1451.1581,1451.1581 +581.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.4042,546.2513,-96.1827,4.2789,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2789,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1436.8583,1436.8583,1436.8583,1436.8583,1436.8583 +582.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.6533,546.2513,-96.1827,4.2957,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2957,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1439.3292,1439.3292,1439.3292,1439.3292,1439.3292 +583.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.8564,546.2513,-96.1827,4.3094,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3094,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1441.3445,1441.3445,1441.3445,1441.3445,1441.3445 +584.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,47.9175,546.2513,-96.1827,3.2338,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2338,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1283.2310,1283.2310,1283.2310,1283.2310,1283.2310 +585.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,48.1200,546.2513,-96.1827,3.2474,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2474,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1285.2392,1285.2392,1285.2392,1285.2392,1285.2392 +586.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.2939,546.2513,-96.1827,4.3389,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3389,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1445.6842,1445.6842,1445.6842,1445.6842,1445.6842 +587.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.8014,546.2513,-96.1827,4.3057,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3057,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1440.7988,1440.7988,1440.7988,1440.7988,1440.7988 +588.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.9560,546.2513,-96.1827,4.3161,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3161,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1442.3323,1442.3323,1442.3323,1442.3323,1442.3323 +589.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.7723,546.2513,-96.1827,4.3712,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3712,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1450.4304,1450.4304,1450.4304,1450.4304,1450.4304 +590.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.5504,546.2513,-96.1827,4.2888,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2888,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1438.3086,1438.3086,1438.3086,1438.3086,1438.3086 +591.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.0234,546.2513,-96.1827,4.3207,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3207,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1443.0008,1443.0008,1443.0008,1443.0008,1443.0008 +592.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.2513,546.2513,-96.1827,4.2686,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1435.3421,1435.3421,1435.3421,1435.3421,1435.3421 +593.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.0962,546.2513,-96.1827,4.2581,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2581,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1433.8032,1433.8032,1433.8032,1433.8032,1433.8032 +594.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.2631,546.2513,-96.1827,4.2019,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1425.5386,1425.5386,1425.5386,1425.5386,1425.5386 +595.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.5616,546.2513,-96.1827,4.1545,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1545,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1418.5796,1418.5796,1418.5796,1418.5796,1418.5796 +596.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.3942,546.2513,-96.1827,4.2107,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2107,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1426.8394,1426.8394,1426.8394,1426.8394,1426.8394 +597.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.6671,546.2513,-96.1827,4.1617,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1617,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1419.6261,1419.6261,1419.6261,1419.6261,1419.6261 +598.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.9852,546.2513,-96.1827,4.1831,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1831,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1422.7818,1422.7818,1422.7818,1422.7818,1422.7818 +599.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.4421,546.2513,-96.1827,4.3489,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3489,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1447.1549,1447.1549,1447.1549,1447.1549,1447.1549 +600.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.3978,546.2513,-96.1827,4.3460,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3460,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1446.7154,1446.7154,1446.7154,1446.7154,1446.7154 +601.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.1159,546.2513,-96.1827,4.3269,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3269,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1443.9188,1443.9188,1443.9188,1443.9188,1443.9188 +602.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,65.3430,546.2513,-96.1827,4.4097,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.4097,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1456.0916,1456.0916,1456.0916,1456.0916,1456.0916 +603.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,48.5726,546.2513,-96.1827,3.2780,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2780,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1289.7295,1289.7295,1289.7295,1289.7295,1289.7295 +604.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.7097,546.2513,-96.1827,3.1523,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1523,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1271.2490,1271.2490,1271.2490,1271.2490,1271.2490 +605.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,48.2211,546.2513,-96.1827,3.2543,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2543,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1286.2426,1286.2426,1286.2426,1286.2426,1286.2426 +606.5000,1.0000,8412.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.9521,546.2513,-96.1827,3.1686,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.6537,1273.6537,1273.6537,1273.6537,1273.6537 +607.5000,1.0000,8412.8623,0.0030,0.0000,0.0017,0.0000,0,644.4444,47.5755,546.2513,-96.1827,3.2107,36.8644,-6.4910,0.0000,0.0018,0.0009,0.0009,3.2089,0.0009,0.0002,0.0000,0.0007,0.0000,0.0007,0.0003,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,-0.0002,0.0006,0.0000,1279.8374,1279.8374,1279.8374,1279.8374,1279.8374 +608.5000,1.0000,8412.8637,0.0050,0.0060,-0.0006,0.0000,0,644.4444,47.2486,546.2513,-96.1827,3.1886,36.8644,-6.4910,0.0000,0.0012,-0.0003,0.0015,3.1875,0.0015,0.0003,0.0000,0.0012,0.0000,0.0012,0.0005,0.0007,0.0000,0.0007,0.0000,0.0007,0.0000,-0.0003,0.0009,0.0000,1276.5954,1276.5954,1276.5954,1276.5954,1276.5954 +609.5000,1.0000,8412.8647,0.0020,0.0040,-0.0003,0.0000,0,644.4444,46.7578,546.2513,-96.1827,3.1555,36.8644,-6.4910,0.0000,0.0006,0.0000,0.0006,3.1549,0.0006,0.0001,0.0000,0.0005,0.0000,0.0005,0.0002,0.0003,0.0000,0.0003,0.0000,0.0003,0.0000,-0.0001,0.0004,0.0000,1271.7265,1271.7265,1271.7265,1271.7265,1271.7265 +610.5000,1.0000,8412.8658,0.0000,0.0030,0.0006,0.0000,0,644.4444,47.6382,546.2513,-96.1827,3.2149,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2149,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1280.4599,1280.4599,1280.4599,1280.4599,1280.4599 +611.5000,1.0000,8412.8675,0.0000,0.0020,0.0006,0.0000,0,644.4444,46.8986,546.2513,-96.1827,3.1650,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.1235,1273.1235,1273.1235,1273.1235,1273.1235 +612.5000,1.0000,8412.8696,0.0000,0.0020,0.0003,0.0000,0,644.4444,46.6270,546.2513,-96.1827,3.1467,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1467,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1270.4289,1270.4289,1270.4289,1270.4289,1270.4289 +613.5000,1.0000,8412.8718,0.0000,0.0010,0.0000,0.0000,0,644.4444,46.9732,546.2513,-96.1827,3.1700,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1700,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.8633,1273.8633,1273.8633,1273.8633,1273.8633 +614.5000,1.0000,8412.8740,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.9874,546.2513,-96.1827,3.1710,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1274.0039,1274.0039,1274.0039,1274.0039,1274.0039 +615.5000,1.0000,8412.8762,0.0000,0.0000,0.0000,0.0000,0,644.4444,47.1606,546.2513,-96.1827,3.1827,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1827,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1275.7219,1275.7219,1275.7219,1275.7219,1275.7219 +616.5000,1.0000,8412.8785,0.0000,0.0000,0.0000,0.0000,0,644.4444,47.3067,546.2513,-96.1827,3.1925,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1277.1714,1277.1714,1277.1714,1277.1714,1277.1714 +617.5000,1.0000,8412.8807,0.0000,0.0000,0.0000,0.0000,0,644.4444,48.5753,546.2513,-96.1827,3.2782,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2782,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1289.7558,1289.7558,1289.7558,1289.7558,1289.7558 +618.5000,1.0000,8412.8829,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.5581,546.2513,-96.1827,3.1420,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1269.7453,1269.7453,1269.7453,1269.7453,1269.7453 +619.5000,1.0000,8412.8857,0.0020,0.0000,0.0011,0.0000,0,644.4444,46.0802,546.2513,-96.1827,3.1098,36.8644,-6.4910,0.0000,0.0012,0.0006,0.0006,3.1086,0.0006,0.0001,0.0000,0.0005,0.0000,0.0005,0.0002,0.0003,0.0000,0.0003,0.0000,0.0003,0.0000,-0.0001,0.0004,0.0000,1265.0048,1265.0048,1265.0048,1265.0048,1265.0048 +620.5000,1.0000,8412.8887,0.0020,0.0040,-0.0006,0.0000,0,644.4444,45.4249,546.2513,-96.1827,3.0655,36.8644,-6.4910,0.0000,0.0006,0.0000,0.0006,3.0650,0.0006,0.0001,0.0000,0.0005,0.0000,0.0005,0.0002,0.0003,0.0000,0.0003,0.0000,0.0003,0.0000,-0.0001,0.0004,0.0000,1258.5040,1258.5040,1258.5040,1258.5040,1258.5040 +621.5000,1.0000,8412.9125,0.0755,0.0020,0.0419,0.0000,1,644.4444,46.4534,546.2513,-96.1827,3.1350,36.8644,-6.4910,0.0000,0.0600,0.0300,0.0300,3.0750,0.0300,0.0038,0.0000,0.0262,0.0000,0.0262,0.0082,0.0180,0.0000,0.0180,0.0001,0.0179,0.0000,-0.0038,0.0139,0.0078,1268.7070,1268.7070,1268.7070,1268.7070,1268.7070 +622.5000,1.0000,8413.2025,1.0340,0.1510,0.4906,0.0000,1,644.4444,87.7806,546.2513,-96.1827,5.9240,36.8644,-6.4910,0.0000,2.9390,1.3538,1.5853,2.9849,1.5853,0.0680,0.0000,1.5173,0.0000,1.5173,0.1178,1.3995,0.0000,1.3995,0.0125,1.3870,0.0000,-0.0526,0.1910,1.2486,1718.9838,1718.9838,1718.9838,1718.9838,1718.9838 +623.5000,1.0000,8414.0775,3.1400,1.9170,0.6794,0.0000,1,645.9562,175.5588,544.9729,-96.0205,11.8756,36.8644,-6.4952,0.0600,8.8330,2.4611,6.3719,2.9826,6.3719,0.2672,0.0000,6.1047,0.0000,6.1047,0.3801,5.7247,0.0000,5.7247,0.0526,5.6721,0.0000,-0.1597,0.5799,5.2519,2748.4518,2748.4518,2748.4518,2748.4518,2748.4518 +624.5000,1.0000,8415.3789,4.6750,4.3630,0.1733,0.0000,1,689.9681,133.0132,510.2100,-91.2998,9.6106,36.8644,-6.5967,1.8008,3.4806,0.0168,3.4638,4.3293,3.4638,0.3134,0.0000,3.1505,0.0000,3.1505,0.5101,2.6404,0.0000,2.6404,0.0200,2.6204,0.0000,-0.2377,0.8634,1.9948,2396.4360,2396.4360,2396.4360,2396.4360,2396.4360 +625.5000,1.0000,8416.8740,5.3725,4.9870,0.2142,0.0000,1,789.0888,139.6288,446.1204,-80.6682,11.5380,36.8644,-6.6659,2.7438,4.5497,0.0000,4.5497,4.2446,4.5497,0.3837,0.0000,4.1659,0.0000,4.1659,0.5862,3.5798,0.0000,3.5798,0.0284,3.5514,0.0000,-0.2732,0.9922,2.8324,2822.3217,2822.3217,2822.3217,2822.3217,2822.3217 +626.5000,1.0000,8418.4354,5.6110,5.7580,-0.0817,0.0000,1,824.1186,31.2631,427.1577,-77.7733,2.6980,36.8644,-6.7120,-1.0927,0.6584,0.0000,0.6584,3.1324,0.6584,0.4346,0.0000,0.2238,0.0000,0.2238,0.6122,-0.3884,0.0000,-0.3884,-0.0113,-0.3771,0.0000,-0.2853,1.0362,-1.1280,1393.7525,1393.7525,1393.7525,1393.7525,1393.7525 +627.5000,1.0000,8419.9367,5.3945,5.4640,-0.0386,0.0000,1,792.3200,59.0578,444.3011,-80.3217,4.9001,36.8644,-6.6644,-0.4967,1.1995,0.0000,1.1995,4.1973,1.1995,0.4069,0.0000,0.7926,0.0000,0.7926,0.5886,0.2041,0.0000,0.2041,-0.0051,0.2092,0.0000,-0.2743,0.9962,-0.5127,1752.3149,1752.3149,1752.3149,1752.3149,1752.3149 +628.5000,1.0000,8421.3950,5.2400,5.3250,-0.0472,0.0000,1,769.6278,57.3055,457.4012,-82.7556,4.6185,36.8644,-6.6697,-0.5901,1.0505,0.0000,1.0505,4.1581,1.0505,0.3928,0.0000,0.6577,0.0000,0.6577,0.5717,0.0860,0.0000,0.0860,-0.0061,0.0921,0.0000,-0.2665,0.9677,-0.6091,1661.2691,1661.2691,1661.2691,1661.2691,1661.2691 +629.5000,1.0000,8422.8810,5.3395,5.1550,0.1025,0.0000,1,784.2419,103.7203,448.8776,-81.1881,8.5181,36.8644,-6.6676,1.3051,3.0408,0.0000,3.0408,4.1722,3.0408,0.3829,0.0000,2.6579,0.0000,2.6579,0.5826,2.0753,0.0000,2.0753,0.0135,2.0618,0.0000,-0.2715,0.9861,1.3473,2341.8264,2341.8264,2341.8264,2341.8264,2341.8264 +630.5000,1.0000,8424.4935,5.7950,5.5240,0.1506,0.0000,1,851.1437,114.0556,417.9635,-75.8408,10.1660,37.2537,-6.7598,2.0805,3.9975,0.0000,3.9975,4.0880,3.9975,0.4204,0.0000,3.5770,0.0000,3.5770,0.6323,2.9448,0.0000,2.9448,0.0215,2.9232,0.0000,-0.2947,1.0702,2.1477,2679.5582,2679.5582,2679.5582,2679.5582,2679.5582 +631.5000,1.0000,8426.1648,6.0070,6.0660,-0.0328,0.0000,1,882.2813,56.4702,441.0810,-73.6143,5.2174,40.7525,-6.8014,-0.4695,1.4383,0.0000,1.4383,4.2486,1.4383,0.4685,0.0000,0.9698,0.0000,0.9698,0.6554,0.3143,0.0000,0.3143,-0.0049,0.3192,0.0000,-0.3055,1.1093,-0.4847,1761.3868,1761.3868,1761.3868,1761.3868,1761.3868 +632.5000,1.0000,8427.8389,6.0165,5.9480,0.0381,0.0000,1,883.6766,78.3860,413.2765,-73.5145,7.2537,38.2439,-6.8029,0.5460,2.4899,0.0000,2.4899,4.2178,2.4899,0.4590,0.0000,2.0309,0.0000,2.0309,0.6564,1.3744,0.0000,1.3744,0.0056,1.3688,0.0000,-0.3059,1.1111,0.5636,2174.8864,2174.8864,2174.8864,2174.8864,2174.8864 +633.5000,1.0000,8429.6197,6.4010,6.0850,0.1756,0.0000,1,940.1502,119.9623,448.0245,-70.0505,11.8106,44.1090,-6.8966,2.6797,4.8266,0.0000,4.8266,4.3043,4.8266,0.4776,0.0000,4.3490,0.0000,4.3490,0.6984,3.6506,0.0000,3.6506,0.0277,3.6229,0.0000,-0.3255,1.1821,2.7663,3017.5475,3017.5475,3017.5475,3017.5475,3017.5475 +634.5000,1.0000,8431.5043,6.7745,6.7170,0.0319,0.0000,1,995.0083,74.7602,492.6650,-66.9124,7.7898,51.3342,-6.9721,0.5160,2.7245,0.0000,2.7245,4.5493,2.7245,0.5406,0.0000,2.1838,0.0000,2.1838,0.7392,1.4447,0.0000,1.4447,0.0053,1.4393,0.0000,-0.3445,1.2511,0.5327,2431.2566,2431.2566,2431.2566,2431.2566,2431.2566 +635.5000,1.0000,8433.4322,6.9305,6.8320,0.0547,0.0000,1,1017.9208,71.0416,478.9629,-67.9096,7.5728,51.0557,-7.2389,0.9044,3.1806,0.0000,3.1806,3.4878,3.1806,0.5540,0.0000,2.6266,0.0000,2.6266,0.7562,1.8704,0.0000,1.8704,0.0094,1.8611,0.0000,-0.3524,1.2799,0.9336,2415.5688,2415.5688,2415.5688,2415.5688,2415.5688 +636.5000,1.0000,8435.4130,7.1210,7.0290,0.0511,0.0000,1,1045.9006,80.5110,483.9947,-69.9125,8.8181,53.0102,-7.6573,0.8679,3.2107,0.0000,3.2107,4.7395,3.2107,0.5759,0.0000,2.6349,0.0000,2.6349,0.7770,1.8579,0.0000,1.8579,0.0090,1.8489,0.0000,-0.3621,1.3151,0.8960,2651.0206,2651.0206,2651.0206,2651.0206,2651.0206 +637.5000,1.0000,8437.4678,7.3870,7.2130,0.0967,0.0000,1,1084.9695,94.3659,498.1808,-72.7092,10.7216,56.6022,-8.2610,1.7028,4.1678,0.0000,4.1678,4.8511,4.1678,0.5978,0.0000,3.5700,0.0000,3.5700,0.8060,2.7640,0.0000,2.7640,0.0176,2.7464,0.0000,-0.3756,1.3642,1.7578,2897.7347,2897.7347,2897.7347,2897.7347,2897.7347 +638.5000,1.0000,8439.5854,7.6135,7.5610,0.0292,0.0000,1,1118.2368,72.7258,513.2154,-74.8729,8.5163,60.0983,-8.7677,0.5295,3.0381,0.0000,3.0381,4.9487,3.0381,0.6364,0.0000,2.4017,0.0000,2.4017,0.8307,1.5710,0.0000,1.5710,0.0055,1.5655,0.0000,-0.3871,1.4060,0.5466,2574.1496,2574.1496,2574.1496,2574.1496,2574.1496 +639.5000,1.0000,8441.7212,7.6790,7.6660,0.0072,0.0000,1,1127.8572,66.2831,506.3821,-75.4468,7.8286,59.8082,-8.9109,0.1322,2.6516,0.0000,2.6516,5.0447,2.6516,0.6483,0.0000,2.0034,0.0000,2.0034,0.8378,1.1655,0.0000,1.1655,0.0014,1.1642,0.0000,-0.3905,1.4181,0.1365,2477.6255,2477.6255,2477.6255,2477.6255,2477.6255 +640.5000,1.0000,8443.8550,7.6715,7.6920,-0.0114,0.0000,1,1126.7556,60.2226,503.3862,-75.3811,7.1059,59.3963,-8.8945,-0.2083,2.2973,0.0000,2.2973,5.0169,2.2973,0.6509,0.0000,1.6464,0.0000,1.6464,0.8370,0.8094,0.0000,0.8094,-0.0022,0.8116,0.0000,-0.3901,1.4167,-0.2151,2380.1770,2380.1770,2380.1770,2380.1770,2380.1770 +641.5000,1.0000,8445.9921,7.6835,7.6510,0.0181,0.0000,1,1128.5181,69.5892,500.8957,-75.4862,8.2239,59.1949,-8.9208,0.3308,2.8582,0.0000,2.8582,5.0349,2.8582,0.6467,0.0000,2.2115,0.0000,2.2115,0.8383,1.3732,0.0000,1.3732,0.0034,1.3698,0.0000,-0.3907,1.4190,0.3415,2530.8230,2530.8230,2530.8230,2530.8230,2530.8230 +642.5000,1.0000,8448.1340,7.7010,7.7160,-0.0083,0.0000,1,1131.0884,61.6090,505.9333,-75.6396,7.2974,59.9264,-8.9593,-0.1530,2.3651,0.0000,2.3651,5.0854,2.3651,0.6538,0.0000,1.7113,0.0000,1.7113,0.8402,0.8710,0.0000,0.8710,-0.0016,0.8726,0.0000,-0.3916,1.4222,-0.1580,2405.1424,2405.1424,2405.1424,2405.1424,2405.1424 +643.5000,1.0000,8450.2675,7.6705,7.6860,-0.0086,0.0000,1,1126.6087,61.4382,501.2261,-75.3723,7.2484,59.1337,-8.8923,-0.1575,2.3494,0.0000,2.3494,5.0564,2.3494,0.6502,0.0000,1.6992,0.0000,1.6992,0.8369,0.8623,0.0000,0.8623,-0.0016,0.8639,0.0000,-0.3900,1.4166,-0.1626,2399.4823,2399.4823,2399.4823,2399.4823,2399.4823 +644.5000,1.0000,8452.3958,7.6520,7.6550,-0.0017,0.0000,1,1123.8915,63.6419,500.4125,-75.2103,7.4902,58.8954,-8.8518,-0.0304,2.4740,0.0000,2.4740,5.0467,2.4740,0.6467,0.0000,1.8272,0.0000,1.8272,0.8349,0.9923,0.0000,0.9923,-0.0003,0.9926,0.0000,-0.3891,1.4131,-0.0314,2432.8733,2432.8733,2432.8733,2432.8733,2432.8733 +645.5000,1.0000,8454.5157,7.6215,7.6490,-0.0153,0.0000,1,1119.4118,59.1834,500.3790,-74.9430,6.9378,58.6567,-8.7852,-0.2777,2.2077,0.0000,2.2077,5.0077,2.2077,0.6457,0.0000,1.5620,0.0000,1.5620,0.8316,0.7304,0.0000,0.7304,-0.0029,0.7333,0.0000,-0.3876,1.4075,-0.2866,2358.7823,2358.7823,2358.7823,2358.7823,2358.7823 +646.5000,1.0000,8456.6251,7.5840,7.5940,-0.0056,0.0000,1,1113.9040,62.5432,496.8972,-74.6145,7.2955,57.9619,-8.7036,-0.1005,2.3771,0.0000,2.3771,5.0189,2.3771,0.6394,0.0000,1.7377,0.0000,1.7377,0.8275,0.9102,0.0000,0.9102,-0.0010,0.9112,0.0000,-0.3856,1.4006,-0.1037,2408.7963,2408.7963,2408.7963,2408.7963,2408.7963 +647.5000,1.0000,8458.7358,7.5885,7.5740,0.0081,0.0000,1,1114.5649,66.6756,498.5043,-74.6539,7.7822,58.1839,-8.7134,0.1458,2.6329,0.0000,2.6329,5.0035,2.6329,0.6374,0.0000,1.9955,0.0000,1.9955,0.8280,1.1675,0.0000,1.1675,0.0015,1.1660,0.0000,-0.3859,1.4014,0.1505,2475.1820,2475.1820,2475.1820,2475.1820,2475.1820 +648.5000,1.0000,8460.8605,7.6390,7.6030,0.0200,0.0000,1,1121.9822,70.0356,502.1323,-75.0964,8.2287,58.9974,-8.8233,0.3643,2.8768,0.0000,2.8768,4.9877,2.8768,0.6411,0.0000,2.2356,0.0000,2.2356,0.8335,1.4022,0.0000,1.4022,0.0038,1.3984,0.0000,-0.3884,1.4107,0.3761,2533.6663,2533.6663,2533.6663,2533.6663,2533.6663 +649.5000,1.0000,8463.0133,7.7400,7.6750,0.0361,0.0000,1,1136.8166,64.1623,507.2369,-75.9813,7.6383,60.3851,-9.0454,0.6665,3.2252,0.0000,3.2252,3.7466,3.2252,0.6500,0.0000,2.5752,0.0000,2.5752,0.8445,1.7307,0.0000,1.7307,0.0069,1.7238,0.0000,-0.3936,1.4294,0.6880,2449.6452,2449.6452,2449.6452,2449.6452,2449.6452 +650.5000,1.0000,8465.1750,7.7720,7.8050,-0.0183,0.0000,1,1141.5166,47.2692,505.9855,-76.2616,5.6505,60.4852,-9.1163,-0.3398,2.1980,0.0000,2.1980,3.7923,2.1980,0.6642,0.0000,1.5338,0.0000,1.5338,0.8480,0.6858,0.0000,0.6858,-0.0035,0.6893,0.0000,-0.3952,1.4353,-0.3508,2183.1095,2183.1095,2183.1095,2183.1095,2183.1095 +651.5000,1.0000,8467.3242,7.7270,7.7390,-0.0067,0.0000,1,1134.9072,50.9910,496.6076,-75.8674,6.0601,59.0204,-9.0166,-0.1228,2.4057,0.0000,2.4057,3.7773,2.4057,0.6566,0.0000,1.7491,0.0000,1.7491,0.8431,0.9060,0.0000,0.9060,-0.0013,0.9073,0.0000,-0.3929,1.4270,-0.1268,2238.1804,2238.1804,2238.1804,2238.1804,2238.1804 +652.5000,1.0000,8469.4689,7.7110,7.7150,-0.0022,0.0000,1,1132.5572,52.4792,497.6718,-75.7272,6.2241,59.0244,-8.9813,-0.0409,2.4845,0.0000,2.4845,3.7805,2.4845,0.6538,0.0000,1.8307,0.0000,1.8307,0.8413,0.9893,0.0000,0.9893,-0.0004,0.9897,0.0000,-0.3921,1.4240,-0.0422,2260.3932,2260.3932,2260.3932,2260.3932,2260.3932 +653.5000,1.0000,8471.5823,7.5985,7.7070,-0.0603,0.0000,1,1116.0337,34.2377,494.4756,-74.7415,4.0014,57.7897,-8.7351,-1.0922,1.3585,0.0000,1.3585,3.7351,1.3585,0.6514,0.0000,0.7071,0.0000,0.7071,0.8291,-0.1219,0.0000,-0.1219,-0.0113,-0.1106,0.0000,-0.3864,1.4033,-1.1275,1932.8753,1932.8753,1932.8753,1932.8753,1932.8753 +654.5000,1.0000,8473.5337,7.0150,7.4900,-0.2639,0.0000,1,1030.3318,-28.0547,464.1338,-68.7980,-3.0270,50.0782,-7.4230,-4.4143,-2.2801,0.0000,-2.2801,3.6674,-2.2801,0.6184,0.0000,-2.8985,0.0000,-2.8985,0.7654,-3.6638,0.0000,-3.6638,-0.0456,-3.6182,0.0000,-0.3567,1.2955,-4.5570,627.9302,627.9302,627.9302,627.9302,627.9302 +655.5000,1.0000,8475.2219,6.0675,6.5400,-0.2625,0.0000,1,891.1673,-26.2905,395.0197,-72.9789,-2.4535,36.8644,-6.8106,-3.7980,-1.9768,0.0000,-1.9768,3.3213,-1.9768,0.5092,0.0000,-2.4860,0.0000,-2.4860,0.6620,-3.1480,0.0000,-3.1480,-0.0393,-3.1088,0.0000,-0.3085,1.1205,-3.9207,521.4847,521.4847,521.4847,521.4847,521.4847 +656.5000,1.0000,8476.7914,5.6400,5.5950,0.0250,0.0000,1,828.3780,61.9502,424.9614,-77.4687,5.3740,36.8644,-6.7202,0.3362,2.1434,0.0000,2.1434,2.8944,2.1434,0.4227,0.0000,1.7207,0.0000,1.7207,0.6154,1.1053,0.0000,1.1053,0.0035,1.1019,0.0000,-0.2868,1.0416,0.3471,1823.0092,1823.0092,1823.0092,1823.0092,1823.0092 +657.5000,1.0000,8478.3635,5.6495,5.6850,-0.0197,0.0000,1,829.7733,48.5140,424.2468,-77.3689,4.2156,36.8644,-6.7229,-0.2657,1.5253,0.0000,1.5253,2.9559,1.5253,0.4299,0.0000,1.0954,0.0000,1.0954,0.6164,0.4790,0.0000,0.4790,-0.0027,0.4818,0.0000,-0.2873,1.0433,-0.2743,1635.9574,1635.9574,1635.9574,1635.9574,1635.9574 +658.5000,1.0000,8479.8518,5.3480,5.6140,-0.1478,0.0000,1,785.4903,12.9037,448.1642,-81.0542,1.0614,36.8644,-6.6672,-1.8846,-0.2491,0.0000,-0.2491,3.1951,-0.2491,0.4167,0.0000,-0.6658,0.0000,-0.6658,0.5835,-1.2493,0.0000,-1.2493,-0.0195,-1.2298,0.0000,-0.2719,0.9876,-1.9455,1088.4212,1088.4212,1088.4212,1088.4212,1088.4212 +659.5000,1.0000,8481.1628,4.7095,5.0820,-0.2069,0.0000,1,696.8033,1.8859,505.2052,-90.5667,0.1376,36.8644,-6.6086,-2.1232,-0.9108,0.0078,-0.9186,3.1717,-0.9186,0.3605,0.0000,-1.2791,0.0000,-1.2791,0.5138,-1.7929,0.0000,-1.7929,-0.0240,-1.7689,0.0000,-0.2395,0.8697,-2.3992,874.7670,874.7670,874.7670,874.7670,874.7670 +660.5000,1.0000,8482.3198,4.1555,4.3370,-0.1008,0.0000,1,645.8148,49.6491,545.0923,-96.0357,3.3577,36.8644,-6.4949,-0.0543,0.2537,-0.0110,0.2647,3.1584,0.2647,0.2970,0.0000,-0.0323,0.0000,-0.0323,0.4534,-0.4857,0.0000,-0.4857,-0.0103,-0.4754,0.0000,-0.2113,0.7674,-1.0315,1301.6691,1301.6691,1301.6691,1301.6691,1301.6691 +661.5000,1.0000,8483.3678,3.7625,3.9740,-0.1175,0.0000,1,644.4444,47.7866,546.2513,-96.1827,3.2249,36.8644,-6.4910,0.0000,0.0743,-0.0044,0.0788,3.1506,0.0788,0.2639,0.0000,-0.1851,0.0000,-0.1851,0.4105,-0.5957,0.0000,-0.5957,-0.0109,-0.5848,0.0000,-0.1913,0.6948,-1.0883,1281.9317,1281.9317,1281.9317,1281.9317,1281.9317 +662.5000,1.0000,8484.3005,3.3480,3.5510,-0.1128,0.0000,1,644.4444,48.1053,546.2513,-96.1827,3.2464,36.8644,-6.4910,0.0000,0.0966,-0.0062,0.1029,3.1498,0.1029,0.2283,0.0000,-0.1254,0.0000,-0.1254,0.3653,-0.4907,0.0000,-0.4907,-0.0093,-0.4814,0.0000,-0.1702,0.6183,-0.9295,1285.0930,1285.0930,1285.0930,1285.0930,1285.0930 +663.5000,1.0000,8485.1272,2.9660,3.1450,-0.0994,0.0000,1,644.4444,48.1283,546.2513,-96.1827,3.2480,36.8644,-6.4910,0.0000,0.1724,-0.0111,0.1835,3.0756,0.1835,0.1963,0.0000,-0.0128,0.0000,-0.0128,0.3236,-0.3364,0.0000,-0.3364,-0.0073,-0.3291,0.0000,-0.1508,0.5477,-0.7261,1285.3215,1285.3215,1285.3215,1285.3215,1285.3215 +664.5000,1.0000,8485.8775,2.6910,2.7870,-0.0533,0.0000,1,644.4444,51.7775,546.2513,-96.1827,3.4943,36.8644,-6.4910,0.0000,0.4519,-0.0167,0.4686,3.0423,0.4686,0.1717,0.0000,0.2969,0.0000,0.2969,0.2936,0.0033,0.0000,0.0033,-0.0035,0.0068,0.0000,-0.1368,0.4970,-0.3533,1321.5217,1321.5217,1321.5217,1321.5217,1321.5217 +665.5000,1.0000,8486.6294,2.6970,2.5950,0.0567,0.0000,1,644.4444,63.0547,546.2513,-96.1827,4.2553,36.8644,-6.4910,0.0000,1.2455,0.0454,1.2001,3.0099,1.2001,0.1649,0.0000,1.0352,0.0000,1.0352,0.2943,0.7409,0.0000,0.7409,0.0038,0.7371,0.0000,-0.1371,0.4981,0.3762,1433.3911,1433.3911,1433.3911,1433.3911,1433.3911 +666.5000,1.0000,8487.6489,3.6600,2.7990,0.4783,0.0000,1,654.2344,147.5717,538.0773,-95.1326,10.1103,36.8644,-6.5177,0.3933,6.7423,1.2024,5.5399,2.9747,5.5399,0.2822,0.0000,5.2578,0.0000,5.2578,0.4151,4.8426,0.0000,4.8426,0.0432,4.7994,0.0000,-0.1861,0.6759,4.3096,2456.2140,2456.2140,2456.2140,2456.2140,2456.2140 +667.5000,1.0000,8489.1985,5.5685,4.5210,0.5819,0.0000,1,817.8764,241.9785,430.4179,-78.2196,20.7249,36.8644,-6.6993,7.7275,9.9633,0.0000,9.9633,3.0342,9.9633,0.5075,0.0000,9.4557,0.0000,9.4557,0.6535,8.8023,0.0000,8.8023,0.0799,8.7224,0.0000,-0.2832,1.0284,7.9772,4432.1149,4432.1149,4432.1149,4432.1149,4432.1149 +668.5000,1.0000,8491.2947,7.5365,6.6160,0.5114,0.0000,1,1106.9274,214.0212,552.1520,-74.1983,24.8087,64.0039,-8.6009,9.1905,12.1826,0.0000,12.1826,3.4357,12.1826,0.7272,0.0000,11.4554,0.0000,11.4554,0.8643,10.5911,0.0000,10.5911,0.0950,10.4960,0.0000,-0.3832,1.3918,9.4875,5236.7271,5236.7271,5236.7271,5236.7271,5236.7271 +669.5000,1.0000,8493.8160,9.0665,8.4570,0.3386,0.0000,1,1331.6470,159.1279,602.3468,-87.5580,22.1903,83.9971,-12.2099,7.3208,10.6933,0.0000,10.6933,4.1763,10.6933,0.8577,0.0000,9.8356,0.0000,9.8356,0.9892,8.8464,0.0000,8.8464,0.0757,8.7707,0.0000,-0.4610,1.6744,7.5574,4908.8667,4908.8667,4908.8667,4908.8667,4908.8667 +670.5000,1.0000,8496.4577,9.5001,9.6760,-0.0977,0.0000,0,1311.7105,-29.7196,590.8092,-86.3756,-4.0823,81.1547,-11.8647,-8.8171,0.0000,0.0000,0.0000,4.7348,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0365,-1.0365,0.0000,-1.0365,-0.0229,-1.0137,0.0000,-0.4831,1.7544,-2.2850,1096.4564,1096.4564,1096.4564,1096.4564,1096.4564 +671.5000,1.0000,8499.4723,10.8426,11.0220,0.8435,0.0000,2,1117.0991,277.5280,452.8723,-74.8051,32.4659,52.9781,-8.7509,-5.8418,32.6521,0.0000,32.6521,5.6556,26.4579,0.8867,0.0000,25.5712,0.0000,25.5712,1.3798,24.1914,0.0000,24.1914,0.2255,23.9659,0.0000,-0.5513,2.0024,22.5149,6665.2791,6665.2791,6665.2791,6665.2791,6665.2791 +672.5000,1.0000,8503.1980,13.4025,12.3610,0.5786,0.0000,2,1118.8931,308.7959,601.4101,-74.9121,36.1817,70.4673,-8.7775,5.9744,23.6095,0.0000,23.6095,6.5978,23.6095,0.9638,0.0000,22.6457,0.0000,22.6457,1.5711,21.0746,0.0000,21.0746,0.1912,20.8834,0.0000,-0.6815,2.4751,19.0898,7381.2427,7381.2427,7381.2427,7381.2427,7381.2427 +673.5000,1.0000,8507.5167,15.5375,14.4440,0.6075,0.0000,2,1297.1312,325.6084,631.6106,-85.5109,44.2291,85.7950,-11.6154,7.2719,28.5755,0.0000,28.5755,8.3817,28.5755,1.1893,0.0000,27.3862,0.0000,27.3862,1.8384,25.5478,0.0000,25.5478,0.2327,25.3151,0.0000,-0.7901,2.8694,23.2357,8998.1063,8998.1063,8998.1063,8998.1063,8998.1063 +674.5000,1.0000,8512.0904,16.4551,16.6310,-0.0977,0.0000,0,1276.1056,14.3445,655.1179,-84.2640,1.9169,87.5457,-11.2605,-8.8018,0.0000,0.0000,0.0000,10.7187,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.7954,-1.7954,0.0000,-1.7954,-0.0396,-1.7557,0.0000,-0.8367,3.0389,-3.9579,1861.0873,1861.0873,1861.0873,1861.0873,1861.0873 +675.5000,1.0000,8516.9648,17.5378,19.5640,0.6992,0.0000,3,1053.7684,460.5528,460.5528,-70.4757,50.8222,50.8222,-7.7770,-7.1198,43.1250,0.0000,43.1250,14.8170,36.0363,1.0641,0.0000,34.9722,0.0000,34.9722,2.1360,32.8362,0.0000,32.8362,0.3023,32.5339,0.0000,-0.8918,3.2388,30.1869,10119.7872,10119.7872,10119.7872,10119.7872,10119.7872 +676.5000,1.0000,8522.5114,19.9577,20.9220,0.6452,0.0000,3,1002.0530,524.2195,682.4518,-66.7738,55.0088,71.6129,-7.0069,3.5880,38.2553,0.0000,38.2553,13.1656,38.2553,1.1811,0.0000,37.0742,0.0000,37.0742,2.3898,34.6843,0.0000,34.6843,0.3175,34.3669,0.0000,-1.0148,3.6857,31.6960,10984.9992,10984.9992,10984.9992,10984.9992,10984.9992 +677.5000,1.0000,8528.4748,21.4585,21.1190,0.1886,0.0000,3,1077.4054,212.7844,695.2201,-72.1677,24.0075,78.4386,-8.1424,1.1278,16.0612,0.0000,16.0612,6.8185,16.0612,0.7853,0.0000,15.2759,0.0000,15.2759,2.3413,12.9346,0.0000,12.9346,0.0998,12.8348,0.0000,-1.0912,3.9629,9.9631,5086.0193,5086.0193,5086.0193,5086.0193,5086.0193 +678.5000,1.0000,8534.8743,23.0280,21.7980,0.6833,0.0000,3,1156.2081,477.9433,572.1747,-77.1380,57.8683,69.2777,-9.3397,4.3850,46.4425,0.0000,46.4425,7.0408,46.4425,1.4458,0.0000,44.9968,0.0000,44.9968,2.7908,42.2060,0.0000,42.2060,0.3880,41.8180,0.0000,-1.1710,4.2527,38.7363,11524.8618,11524.8618,11524.8618,11524.8618,11524.8618 +679.5000,1.0000,8541.9187,25.3500,24.2580,0.6067,0.0000,3,1272.7929,441.8675,698.8980,-84.0675,58.8950,93.1537,-11.2051,4.2855,46.1510,0.0000,46.1510,8.4584,46.1510,1.5228,0.0000,44.6282,0.0000,44.6282,2.9986,41.6296,0.0000,41.6296,0.3792,41.2505,0.0000,-1.2890,4.6815,37.8580,11737.5247,11737.5247,11737.5247,11737.5247,11737.5247 +680.5000,1.0000,8549.6466,27.8105,26.4420,0.7603,0.0000,3,1396.3317,527.4498,705.7439,-91.3943,77.1256,103.1963,-13.3640,5.8919,61.6704,0.0000,61.6704,9.5632,61.6704,1.9272,0.0000,59.7432,0.0000,59.7432,3.4514,56.2918,0.0000,56.2918,0.5213,55.7705,0.0000,-1.4142,5.1359,52.0488,15169.3895,15169.3895,15169.3895,15169.3895,15169.3895 +681.5000,1.0000,8558.3200,31.2140,29.1790,1.1306,0.0000,3,1567.2173,732.4186,760.1249,-101.5292,120.2035,124.7506,-16.6628,9.8337,99.0439,0.0000,99.0439,11.3259,99.0439,2.8151,0.0000,96.2288,0.0000,96.2288,4.3114,91.9174,0.0000,91.9174,0.8700,91.0474,0.0000,-1.5872,5.7645,86.8702,23455.5512,23455.5512,23455.5512,23455.5512,23455.5512 +682.5000,1.0000,8567.5097,33.0731,33.2490,-0.0977,0.0000,0,1669.3922,75.3132,835.7161,-105.9447,13.1661,146.0985,-18.5211,0.0000,0.0000,0.0000,0.0000,13.1661,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.6085,-3.6085,0.0000,-3.6085,-0.0797,-3.5289,0.0000,-1.6818,6.1078,-7.9549,4006.1563,4006.1563,4006.1563,4006.1563,4006.1563 +683.5000,1.0000,8577.0453,34.3181,34.5430,0.7893,0.0000,4,1414.8012,588.9903,588.9903,-92.4897,87.2634,87.2634,-13.7031,-22.1199,99.4284,0.0000,99.4284,9.9549,78.2949,2.0543,0.0000,76.2407,0.0000,76.2407,4.2968,71.9439,0.0000,71.9439,0.6679,71.2760,0.0000,-1.7451,6.3377,66.6834,17045.5301,17045.5301,17045.5301,17045.5301,17045.5301 +684.5000,1.0000,8587.3478,37.0789,35.8930,0.7445,0.0000,4,1203.7133,719.9844,805.5772,-79.9705,90.7559,101.5451,-10.0805,3.2158,80.3316,0.0000,80.3316,7.2085,80.3316,2.1566,0.0000,78.1750,0.0000,78.1750,4.5795,73.5955,0.0000,73.5955,0.6806,72.9149,0.0000,-1.8855,6.8476,67.9528,17711.3473,17711.3473,17711.3473,17711.3473,17711.3473 +685.5000,1.0000,8598.3070,39.4430,38.4190,0.5689,0.0000,4,1280.4589,577.6028,803.7658,-84.5221,77.4504,107.7764,-11.3335,2.6140,67.6356,0.0000,67.6356,7.2007,67.6356,1.9582,0.0000,65.6775,0.0000,65.6775,4.6092,61.0683,0.0000,61.0683,0.5532,60.5150,0.0000,-2.0057,7.2841,55.2366,15259.6085,15259.6085,15259.6085,15259.6085,15259.6085 +686.5000,1.0000,8609.7128,41.0510,40.4670,0.3244,0.0000,4,1332.6603,396.3016,757.4551,-87.6181,55.3062,105.7073,-12.2276,1.5516,44.6245,0.0000,44.6245,9.1302,44.6245,1.5371,0.0000,43.0874,0.0000,43.0874,4.4790,38.6084,0.0000,38.6084,0.3284,38.2800,0.0000,-2.0874,7.5811,32.7864,11104.1182,11104.1182,11104.1182,11104.1182,11104.1182 +687.5000,1.0000,8621.4003,42.0650,41.6350,0.2389,0.0000,4,1365.5783,327.3081,694.0366,-89.5704,46.8060,99.2493,-12.8088,1.1706,36.6056,0.0000,36.6056,9.0298,36.6056,1.4019,0.0000,35.2037,0.0000,35.2037,4.5896,30.6141,0.0000,30.6141,0.2478,30.3663,0.0000,-2.1390,7.7684,24.7369,9501.2532,9501.2532,9501.2532,9501.2532,9501.2532 +688.5000,1.0000,8633.2361,42.5990,42.4950,0.0578,0.0000,4,1382.9138,184.5355,672.0889,-90.5985,26.7241,97.3308,-13.1203,0.2867,17.5016,0.0000,17.5016,8.9358,17.5016,1.0333,0.0000,16.4682,0.0000,16.4682,4.6479,11.8204,0.0000,11.8204,0.0607,11.7597,0.0000,-2.1661,7.8670,6.0588,5813.7881,5813.7881,5813.7881,5813.7881,5813.7881 +689.5000,1.0000,8645.2311,43.1720,42.7030,0.2606,0.0000,4,1401.5154,341.2833,621.2287,-91.7018,50.0889,91.1755,-13.4587,1.3104,39.9528,0.0000,39.9528,8.8257,39.9528,1.4969,0.0000,38.4558,0.0000,38.4558,4.7104,33.7454,0.0000,33.7454,0.2773,33.4681,0.0000,-2.1953,7.9728,27.6906,10177.5724,10177.5724,10177.5724,10177.5724,10177.5724 +690.5000,1.0000,8657.4883,44.1160,43.6410,0.2639,0.0000,4,1432.1610,342.6234,686.2663,-93.5193,51.3851,102.9232,-14.0256,1.3562,41.2087,0.0000,41.2087,8.8202,41.2087,1.5464,0.0000,39.6623,0.0000,39.6623,4.8134,34.8489,0.0000,34.8489,0.2870,34.5619,0.0000,-2.2433,8.1471,28.6580,10425.9062,10425.9062,10425.9062,10425.9062,10425.9062 +691.5000,1.0000,8670.0586,45.2430,44.5910,0.3622,0.0000,4,1468.7474,418.8018,694.0161,-95.6891,64.4146,106.7444,-14.7176,1.9091,53.5600,0.0000,53.5600,8.9455,53.5600,1.8230,0.0000,51.7369,0.0000,51.7369,4.9364,46.8006,0.0000,46.8006,0.4040,46.3965,0.0000,-2.3006,8.3553,40.3418,12897.2405,12897.2405,12897.2405,12897.2405,12897.2405 +692.5000,1.0000,8683.0428,46.7330,45.8950,0.4656,0.0000,4,1517.1180,499.9438,729.1730,-98.5579,79.4272,115.8453,-15.6581,2.5346,67.7740,0.0000,67.7740,9.1186,67.7740,2.1473,0.0000,65.6267,0.0000,65.6267,5.2782,60.3485,0.0000,60.3485,0.5364,59.8121,0.0000,-2.3764,8.6304,53.5580,15733.6936,15733.6936,15733.6936,15733.6936,15733.6936 +693.5000,1.0000,8696.3174,47.7785,47.5710,0.1153,0.0000,4,1551.0586,225.7000,763.5250,-100.5709,36.6597,124.0167,-16.3354,0.6416,26.6547,0.0000,26.6547,9.3633,26.6547,1.3535,0.0000,25.3012,0.0000,25.3012,5.2130,20.0881,0.0000,20.0881,0.1358,19.9524,0.0000,-2.4295,8.8235,13.5584,7782.4081,7782.4081,7782.4081,7782.4081,7782.4081 +694.5000,1.0000,8709.7826,48.4650,47.9860,0.2661,0.0000,4,1573.3449,323.6836,681.9503,-101.8926,53.3302,112.3583,-16.7879,1.5025,45.5914,0.0000,45.5914,6.2364,45.5914,1.7513,0.0000,43.8400,0.0000,43.8400,5.2879,38.5521,0.0000,38.5521,0.3180,38.2342,0.0000,-2.4644,8.9503,31.7483,10915.9752,10915.9752,10915.9752,10915.9752,10915.9752 +695.5000,1.0000,8723.6503,49.9135,48.9440,0.5386,0.0000,4,1620.3683,530.8736,722.0439,-104.1988,90.0811,122.5197,-17.6809,3.1319,81.8141,0.0000,81.8141,5.1351,81.8141,2.5167,0.0000,79.2974,0.0000,79.2974,5.7755,73.5219,0.0000,73.5219,0.6628,72.8591,0.0000,-2.5381,9.2178,66.1794,17888.9517,17888.9517,17888.9517,17888.9517,17888.9517 +696.5000,1.0000,8737.7384,50.7071,50.8830,-0.0977,0.0000,0,1651.8417,30.0368,787.4195,-105.3197,5.1958,136.2082,-18.2182,0.0000,0.0000,0.0000,0.0000,5.1958,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.5325,-5.5325,0.0000,-5.5325,-0.1222,-5.4104,0.0000,-2.5784,9.3644,-12.1963,3085.5970,3085.5970,3085.5970,3085.5970,3085.5970 +697.5000,1.0000,8752.0362,51.4620,52.7910,0.5171,0.0000,5,1400.5339,564.1577,564.1577,-91.6435,82.7414,82.7414,-13.4408,-21.6145,99.0835,0.0000,99.0835,5.2723,79.8599,0.8976,0.0000,78.9623,0.0000,78.9623,5.9128,73.0495,0.0000,73.0495,0.6561,72.3935,0.0000,-2.6168,9.5038,65.5065,16212.9428,16212.9428,16212.9428,16212.9428,16212.9428 +698.5000,1.0000,8766.8792,53.4249,53.8600,0.5734,0.0000,5,1171.8649,794.5938,794.5938,-78.0720,97.5105,97.5105,-9.5808,1.6292,90.5458,0.0000,90.5458,5.3355,90.5458,0.9804,0.0000,89.5653,0.0000,89.5653,6.2522,83.3131,0.0000,83.3131,0.7553,82.5579,0.0000,-2.7166,9.8663,75.4083,19014.6921,19014.6921,19014.6921,19014.6921,19014.6921 +699.5000,1.0000,8782.2640,55.3755,55.0530,0.5103,0.0000,5,1214.6511,723.0435,839.5054,-80.6192,91.9697,106.7834,-10.2546,1.5029,84.9984,0.0000,84.9984,5.4684,84.9984,0.9828,0.0000,84.0156,0.0000,84.0156,6.3482,77.6675,0.0000,77.6675,0.6967,76.9708,0.0000,-2.8158,10.2265,69.5601,17938.4827,17938.4827,17938.4827,17938.4827,17938.4827 +700.5000,1.0000,8798.0649,56.8730,56.2940,0.3217,0.0000,5,1247.4988,510.0352,813.4007,-82.5673,66.6299,106.2608,-10.7864,0.9730,60.1838,0.0000,60.1838,5.4731,60.1838,0.8823,0.0000,59.3015,0.0000,59.3015,6.2053,53.0962,0.0000,53.0962,0.4510,52.6452,0.0000,-2.8920,10.5030,45.0341,13233.4057,13233.4057,13233.4057,13233.4057,13233.4057 +701.5000,1.0000,8814.1806,58.0065,57.4520,0.3081,0.0000,5,1272.3619,494.9525,727.1800,-84.0419,65.9482,96.8905,-11.1979,0.9504,59.4169,0.0000,59.4169,5.5809,59.4169,0.8966,0.0000,58.5204,0.0000,58.5204,6.3290,52.1914,0.0000,52.1914,0.4406,51.7508,0.0000,-2.9496,10.7124,43.9881,13117.0158,13117.0158,13117.0158,13117.0158,13117.0158 +702.5000,1.0000,8830.5960,59.0855,58.5610,0.2914,0.0000,5,1296.0296,476.4403,724.1741,-85.4456,64.6624,98.2848,-11.5967,0.9157,58.0678,0.0000,58.0678,5.6789,58.0678,0.9073,0.0000,57.1605,0.0000,57.1605,6.4467,50.7138,0.0000,50.7138,0.4245,50.2893,0.0000,-3.0045,10.9116,42.3822,12877.9421,12877.9421,12877.9421,12877.9421,12877.9421 +703.5000,1.0000,8847.2678,60.0085,59.6100,0.2214,0.0000,5,1316.2754,399.0934,719.8778,-86.6463,55.0110,99.2280,-11.9433,0.7066,48.4840,0.0000,48.4840,5.8205,48.4840,0.8746,0.0000,47.6094,0.0000,47.6094,6.5474,41.0620,0.0000,41.0620,0.3275,40.7344,0.0000,-3.0514,11.0821,32.7038,11040.5299,11040.5299,11040.5299,11040.5299,11040.5299 +704.5000,1.0000,8864.1701,60.8385,60.4070,0.2397,0.0000,5,1334.4813,418.8256,691.5010,-87.7261,58.5294,96.6349,-12.2594,0.7757,51.9468,0.0000,51.9468,5.8070,51.9468,0.9057,0.0000,51.0411,0.0000,51.0411,6.6380,44.4031,0.0000,44.4031,0.3596,44.0435,0.0000,-3.0936,11.2354,35.9018,11712.2873,11712.2873,11712.2873,11712.2873,11712.2873 +705.5000,1.0000,8881.2754,61.5690,61.2700,0.1661,0.0000,5,1350.5047,337.0957,702.3865,-88.6764,47.6736,99.3347,-12.5410,0.5439,41.2500,0.0000,41.2500,5.8797,41.2500,0.8644,0.0000,40.3855,0.0000,40.3855,6.7177,33.6679,0.0000,33.6679,0.2522,33.4157,0.0000,-3.1308,11.3703,25.1762,9651.6297,9651.6297,9651.6297,9651.6297,9651.6297 +706.5000,1.0000,8898.5408,62.1455,61.8680,0.1542,0.0000,5,1363.1501,324.1748,672.4758,-89.4264,46.2755,95.9951,-12.7655,0.5095,39.7849,0.0000,39.7849,5.9811,39.7849,0.8669,0.0000,38.9181,0.0000,38.9181,6.7806,32.1375,0.0000,32.1375,0.2362,31.9013,0.0000,-3.1601,11.4767,23.5846,9404.9496,9404.9496,9404.9496,9404.9496,9404.9496 +707.5000,1.0000,8915.9896,62.8055,62.4230,0.2125,0.0000,5,1377.6271,388.6922,670.0680,-90.2850,56.0746,96.6672,-13.0249,0.7098,49.3664,0.0000,49.3664,5.9984,49.3664,0.9260,0.0000,48.4404,0.0000,48.4404,6.8526,41.5879,0.0000,41.5879,0.3290,41.2588,0.0000,-3.1936,11.5986,32.8538,11280.0727,11280.0727,11280.0727,11280.0727,11280.0727 +708.5000,1.0000,8933.6396,63.5300,63.1880,0.1900,0.0000,5,1393.5189,364.0627,698.0329,-91.2275,53.1273,101.8632,-13.3127,0.6420,46.3686,0.0000,46.3686,6.1167,46.3686,0.9234,0.0000,45.4452,0.0000,45.4452,6.9316,38.5136,0.0000,38.5136,0.2976,38.2160,0.0000,-3.2305,11.7324,29.7140,10738.4616,10738.4616,10738.4616,10738.4616,10738.4616 +709.5000,1.0000,8951.4447,64.0885,63.8720,0.1203,0.0000,5,1405.7694,286.1887,691.2555,-91.9540,42.1304,101.7610,-13.5367,0.4100,35.6142,0.0000,35.6142,6.1062,35.6142,0.8793,0.0000,34.7349,0.0000,34.7349,6.9926,27.7423,0.0000,27.7423,0.1900,27.5523,0.0000,-3.2589,11.8356,18.9756,8682.5776,8682.5776,8682.5776,8682.5776,8682.5776 +710.5000,1.0000,8969.2701,64.1615,64.3050,-0.0797,0.0000,5,1407.3707,64.4292,662.6773,-92.0490,9.4955,97.6651,-13.5661,-0.2720,3.6179,0.0000,3.6179,6.1497,3.6179,0.7487,0.0000,2.8692,0.0000,2.8692,7.0005,-4.1313,0.0000,-4.1313,-0.1261,-4.0052,0.0000,-3.2626,11.8490,-12.5917,3065.7591,3065.7591,3065.7591,3065.7591,3065.7591 +711.5000,1.0000,8986.9761,63.7315,64.0180,-0.1592,0.0000,5,1397.9387,-23.1711,574.7962,-91.4896,-3.3921,84.1455,-13.3933,-0.5395,-8.9662,0.0000,-8.9662,6.1136,-8.9662,0.7724,0.0000,-9.7386,0.0000,-9.7386,6.9536,-16.6922,0.0000,-16.6922,-0.2501,-16.4421,0.0000,-3.2407,11.7696,-24.9710,1428.2072,1428.2072,1428.2072,1428.2072,1428.2072 +712.5000,1.0000,9004.5165,63.1355,63.4450,-0.1719,0.0000,5,1384.8656,-37.5216,536.2858,-90.7143,-5.4415,77.7737,-13.1556,-0.5774,-10.8869,0.0000,-10.8869,6.0227,-10.8869,0.7664,0.0000,-11.6533,0.0000,-11.6533,6.8886,-18.5419,0.0000,-18.5419,-0.2676,-18.2742,0.0000,-3.2104,11.6596,-26.7234,1091.1487,1091.1487,1091.1487,1091.1487,1091.1487 +713.5000,1.0000,9021.8615,62.4320,62.8260,-0.2189,0.0000,5,1369.4344,-88.7534,525.5596,-89.7991,-12.7278,75.3688,-12.8778,-0.7268,-18.0388,0.0000,-18.0388,6.0377,-18.0388,0.7717,0.0000,-18.8104,0.0000,-18.8104,6.8118,-25.6222,0.0000,-25.6222,-0.3369,-25.2853,0.0000,-3.1746,11.5296,-33.6403,0.0000,0.0000,0.0000,0.0000,0.0000 +714.5000,1.0000,9039.0321,61.8040,62.0380,-0.1300,0.0000,5,1355.6594,8.9856,500.3162,-88.9821,1.2756,71.0271,-12.6323,-0.4273,-4.2362,0.0000,-4.2362,5.9391,-4.2362,0.7260,0.0000,-4.9621,0.0000,-4.9621,6.7433,-11.7054,0.0000,-11.7054,-0.1981,-11.5073,0.0000,-3.1427,11.4137,-19.7783,1973.5449,1973.5449,1973.5449,1973.5449,1973.5449 +715.5000,1.0000,9056.1032,61.4460,61.5700,-0.0689,0.0000,5,1347.8067,77.0177,537.7309,-88.5164,10.8704,75.8964,-12.4934,-0.2251,5.0991,0.0000,5.0991,5.9964,5.0991,0.6963,0.0000,4.4028,0.0000,4.4028,6.7042,-2.3014,0.0000,-2.3014,-0.1044,-2.1971,0.0000,-3.1245,11.3476,-10.4201,3078.5415,3078.5415,3078.5415,3078.5415,3078.5415 +716.5000,1.0000,9073.0975,61.1695,61.3220,-0.0847,0.0000,5,1341.7417,59.1861,563.7782,-88.1567,8.3161,79.2147,-12.3866,-0.2756,2.6725,0.0000,2.6725,5.9192,2.6725,0.6975,0.0000,1.9750,0.0000,1.9750,6.6741,-4.6991,0.0000,-4.6991,-0.1278,-4.5713,0.0000,-3.1104,11.2965,-12.7574,2750.6614,2750.6614,2750.6614,2750.6614,2750.6614 +717.5000,1.0000,9089.9799,60.7665,61.0170,-0.1392,0.0000,5,1332.9020,-0.7091,554.0585,-87.6324,-0.0990,77.3361,-12.2318,-0.4498,-5.5528,0.0000,-5.5528,5.9036,-5.5528,0.7110,0.0000,-6.2638,0.0000,-6.2638,6.6301,-12.8939,0.0000,-12.8939,-0.2085,-12.6854,0.0000,-3.0900,11.2221,-20.8175,1754.4741,1754.4741,1754.4741,1754.4741,1754.4741 +718.5000,1.0000,9106.7171,60.2440,60.5160,-0.1511,0.0000,5,1321.4410,-14.3322,525.9050,-86.9527,-1.9833,72.7752,-12.0326,-0.4842,-7.2928,0.0000,-7.2928,5.7937,-7.2928,0.7062,0.0000,-7.9990,0.0000,-7.9990,6.5731,-14.5721,0.0000,-14.5721,-0.2244,-14.3477,0.0000,-3.0634,11.1256,-22.4099,1441.5644,1441.5644,1441.5644,1441.5644,1441.5644 +719.5000,1.0000,9123.2983,59.6825,59.9720,-0.1608,0.0000,5,1309.1246,-24.7317,516.5458,-86.2222,-3.3905,70.8139,-11.8203,-0.5105,-8.6673,0.0000,-8.6673,5.7873,-8.6673,0.6999,0.0000,-9.3672,0.0000,-9.3672,6.5118,-15.8790,0.0000,-15.8790,-0.2367,-15.6423,0.0000,-3.0348,11.0219,-23.6294,1193.4583,1193.4583,1193.4583,1193.4583,1193.4583 +720.5000,1.0000,9139.7189,59.1040,59.3930,-0.1606,0.0000,5,1296.4354,-24.6889,508.3824,-85.4697,-3.3518,69.0192,-11.6036,-0.5047,-8.5460,0.0000,-8.5460,5.6988,-8.5460,0.6896,0.0000,-9.2355,0.0000,-9.2355,6.4487,-15.6843,0.0000,-15.6843,-0.2340,-15.4503,0.0000,-3.0054,10.9150,-23.3599,1166.2687,1166.2687,1166.2687,1166.2687,1166.2687 +721.5000,1.0000,9155.9664,58.4810,58.8150,-0.1856,0.0000,5,1282.7700,-52.3003,504.3878,-84.6592,-7.0256,67.7551,-11.3724,-0.5771,-12.0855,0.0000,-12.0855,5.6371,-12.0855,0.6878,0.0000,-12.7733,0.0000,-12.7733,6.3807,-19.1540,0.0000,-19.1540,-0.2675,-18.8865,0.0000,-2.9737,10.8000,-26.7127,575.1776,575.1776,575.1776,575.1776,575.1776 +722.5000,1.0000,9172.0521,57.8985,58.1470,-0.1381,0.0000,5,1269.9929,0.2155,488.6842,-83.9014,0.0287,64.9917,-11.1583,-0.4251,-5.1477,0.0000,-5.1477,5.6015,-5.1477,0.6605,0.0000,-5.8082,0.0000,-5.8082,6.3172,-12.1254,0.0000,-12.1254,-0.1971,-11.9283,0.0000,-2.9441,10.6924,-19.6766,1622.3239,1622.3239,1622.3239,1622.3239,1622.3239 +723.5000,1.0000,9188.0121,57.4460,57.6500,-0.1133,0.0000,5,1260.0674,27.6123,508.7763,-83.3128,3.6436,67.1350,-10.9934,-0.3463,-1.5878,0.0000,-1.5878,5.5776,-1.5878,0.6439,0.0000,-2.2318,0.0000,-2.2318,6.2678,-8.4996,0.0000,-8.4996,-0.1605,-8.3390,0.0000,-2.9211,10.6089,-16.0268,2038.0385,2038.0385,2038.0385,2038.0385,2038.0385 +724.5000,1.0000,9203.8582,57.0360,57.2420,-0.1144,0.0000,5,1251.0742,26.1818,518.3473,-82.7794,3.4301,67.9098,-10.8451,-0.3472,-1.7360,0.0000,-1.7360,5.5133,-1.7360,0.6374,0.0000,-2.3734,0.0000,-2.3734,6.2231,-8.5965,0.0000,-8.5965,-0.1609,-8.4355,0.0000,-2.9003,10.5331,-16.0684,1995.6926,1995.6926,1995.6926,1995.6926,1995.6926 +725.5000,1.0000,9219.5989,56.6565,56.8300,-0.0964,0.0000,5,1242.7499,46.5893,515.5047,-82.2857,6.0632,67.0880,-10.7087,-0.2904,0.8105,0.0000,0.8105,5.5431,0.8105,0.6247,0.0000,0.1858,0.0000,0.1858,6.1817,-5.9959,0.0000,-5.9959,-0.1346,-5.8612,0.0000,-2.8810,10.4631,-13.4433,2303.3330,2303.3330,2303.3330,2303.3330,2303.3330 +726.5000,1.0000,9235.2093,56.1875,56.4830,-0.1642,0.0000,5,1232.4625,-28.3954,521.9216,-81.6756,-3.6648,67.3609,-10.5413,-0.4906,-8.6438,0.0000,-8.6438,5.4696,-8.6438,0.6405,0.0000,-9.2843,0.0000,-9.2843,6.1305,-15.4148,0.0000,-15.4148,-0.2274,-15.1874,0.0000,-2.8571,10.3764,-22.7067,982.0294,982.0294,982.0294,982.0294,982.0294 +727.5000,1.0000,9250.6147,55.4495,55.8920,-0.2458,0.0000,5,1216.2746,41.4390,483.9528,-80.7155,5.2780,61.6401,-10.2806,-0.7250,0.6052,0.0000,0.6052,5.3978,0.6052,0.6052,0.0000,0.0000,0.0000,0.0000,6.0500,-6.0500,20.4213,-26.4713,-0.3361,-26.1352,0.0000,-2.8196,10.2402,-33.5558,2163.6824,2163.6824,2163.6824,2163.6824,2163.6824 +728.5000,1.0000,9265.7667,54.5370,55.0070,-0.2611,0.0000,5,1196.2591,41.1369,510.5380,-79.5271,5.1533,63.9561,-9.9625,-0.7574,0.5903,0.0000,0.5903,5.3204,0.5903,0.5903,0.0000,0.0000,0.0000,0.0000,5.9504,-5.9504,22.1569,-28.1073,-0.3511,-27.7562,0.0000,-2.7732,10.0716,-35.0547,2121.0940,2121.0940,2121.0940,2121.0940,2121.0940 +729.5000,1.0000,9280.6560,53.5915,54.0670,-0.2642,0.0000,5,1175.5197,40.9709,504.7343,-78.2900,5.0435,62.1329,-9.6375,-0.7529,0.5750,0.0000,0.5750,5.2215,0.5750,0.5750,0.0000,0.0000,0.0000,0.0000,5.8473,-5.8473,22.1799,-28.0272,-0.3490,-27.6781,0.0000,-2.7251,9.8970,-34.8500,2104.8607,2104.8607,2104.8607,2104.8607,2104.8607 +730.5000,1.0000,9295.1610,52.2080,53.1160,-0.5044,0.0640,5,1145.1729,35.7375,496.7161,-76.4797,4.2857,59.5673,-9.1716,-1.4007,0.5530,0.0000,0.5530,5.1334,0.5530,0.5530,0.0000,0.0000,0.0000,0.0000,5.6963,-5.6963,51.9902,-57.6865,-0.6493,-57.0372,0.8066,-2.6548,9.6415,-64.8305,2001.4593,2001.4593,2001.4593,2001.4593,2001.4593 +731.5000,1.0000,9309.1767,50.4465,51.3000,-0.4742,0.0780,5,1106.5347,37.0192,484.3092,-74.1749,4.2896,56.1198,-8.5951,-1.2722,0.5255,0.0000,0.5255,5.0364,0.5255,0.5255,0.0000,0.0000,0.0000,0.0000,5.5041,-5.5041,46.2679,-51.7720,-0.5897,-51.1823,0.9499,-2.5652,9.3162,-58.8832,1964.5529,1964.5529,1964.5529,1964.5529,1964.5529 +732.5000,1.0000,9322.7574,48.8805,49.5930,-0.3958,0.0780,5,1072.1848,38.5066,475.6828,-71.7940,4.3235,53.4092,-8.0610,-1.0290,0.5015,0.0000,0.5015,4.8510,0.5015,0.5015,0.0000,0.0000,0.0000,0.0000,5.3332,-5.3332,35.3116,-40.6448,-0.4770,-40.1678,0.9204,-2.4856,9.0270,-47.6296,1914.0223,1914.0223,1914.0223,1914.0223,1914.0223 +733.5000,1.0000,9336.1133,48.0715,48.1680,-0.0536,0.0070,5,1054.4395,94.6189,471.4356,-70.5237,10.4479,52.0562,-7.7873,-0.1371,5.8301,0.0000,5.8301,4.7549,5.8301,0.4783,0.0000,5.3517,0.0000,5.3517,5.2450,0.1068,0.0000,0.1068,-0.0635,0.1703,0.0812,-2.4444,8.8776,-6.3441,2881.7760,2881.7760,2881.7760,2881.7760,2881.7760 +734.5000,1.0000,9349.4582,48.0315,47.9750,0.0314,0.0000,5,1053.5621,188.8608,498.5061,-70.4609,20.8368,54.9996,-7.7739,0.0802,15.9453,0.0000,15.9453,4.8113,15.9453,0.5283,0.0000,15.4170,0.0000,15.4170,5.2406,10.1764,0.0000,10.1764,0.0372,10.1392,0.0000,-2.4424,8.8702,3.7113,4476.4907,4476.4907,4476.4907,4476.4907,4476.4907 +735.5000,1.0000,9362.8104,48.0580,48.0880,-0.0167,0.0000,5,1054.1434,135.0059,544.8702,-70.5025,14.9033,60.1480,-7.7827,-0.0426,10.1833,0.0000,10.1833,4.7625,10.1833,0.4999,0.0000,9.6834,0.0000,9.6834,5.2435,4.4399,0.0000,4.4399,-0.0197,4.4597,0.0000,-2.4437,8.8751,-1.9717,3517.4064,3517.4064,3517.4064,3517.4064,3517.4064 +736.5000,1.0000,9376.1763,48.1070,48.0280,0.0439,0.0000,5,1055.2182,202.2829,518.6471,-70.5795,22.3527,57.3116,-7.7992,0.1123,17.4734,0.0000,17.4734,4.7670,17.4734,0.5370,0.0000,16.9363,0.0000,16.9363,5.2489,11.6875,0.0000,11.6875,0.0521,11.6354,0.0000,-2.4462,8.8842,5.1975,4784.2839,4784.2839,4784.2839,4784.2839,4784.2839 +737.5000,1.0000,9389.6045,48.3315,48.1860,0.0808,0.0000,5,1060.1426,243.3382,552.3914,-70.9320,27.0149,61.3253,-7.8747,0.2078,22.0178,0.0000,22.0178,4.7893,22.0178,0.5629,0.0000,21.4549,0.0000,21.4549,5.2733,16.1815,0.0000,16.1815,0.0963,16.0852,0.0000,-2.4576,8.9256,9.6172,5613.7397,5613.7397,5613.7397,5613.7397,5613.7397 +738.5000,1.0000,9403.1356,48.7020,48.4770,0.1250,0.0000,5,1068.2694,292.2800,573.7957,-71.5137,32.6970,64.1899,-8.0002,0.3238,27.5634,0.0000,27.5634,4.8099,27.5634,0.5959,0.0000,26.9675,0.0000,26.9675,5.3138,21.6537,0.0000,21.6537,0.1501,21.5036,0.0000,-2.4765,8.9941,14.9860,6710.7139,6710.7139,6710.7139,6710.7139,6710.7139 +739.5000,1.0000,9416.8775,49.4610,48.9270,0.2967,0.0000,5,1084.9179,482.6434,599.7906,-72.7055,54.8342,68.1436,-8.2602,0.7804,49.2137,0.0000,49.2137,4.8402,49.2137,0.7151,0.0000,48.4986,0.0000,48.4986,5.3966,43.1020,0.0000,43.1020,0.3618,42.7402,0.0000,-2.5151,9.1342,36.1211,10914.3882,10914.3882,10914.3882,10914.3882,10914.3882 +740.5000,1.0000,9430.9595,50.6850,49.9950,0.3833,0.0000,5,1111.7661,579.1754,692.4172,-74.4869,67.4298,80.6139,-8.6721,1.0333,61.4512,0.0000,61.4512,4.9453,61.4512,0.7941,0.0000,60.6571,0.0000,60.6571,5.5668,55.0903,0.0000,55.0903,0.4790,54.6113,0.0000,-2.5773,9.3603,47.8283,13344.7017,13344.7017,13344.7017,13344.7017,13344.7017 +741.5000,1.0000,9445.4393,52.1175,51.3750,0.4125,0.0000,5,1143.1878,611.7180,740.0733,-76.3613,73.2314,88.5974,-9.1415,1.1434,67.0517,0.0000,67.0517,5.0363,67.0517,0.8433,0.0000,66.2085,0.0000,66.2085,5.7817,60.4268,0.0000,60.4268,0.5300,59.8967,0.0000,-2.6502,9.6248,52.9221,14456.3527,14456.3527,14456.3527,14456.3527,14456.3527 +742.5000,1.0000,9460.3043,53.5040,52.8600,0.3578,0.0000,5,1173.6004,549.9874,758.7434,-78.1755,67.5930,93.2489,-9.6077,1.0181,61.4285,0.0000,61.4285,5.1464,61.4285,0.8361,0.0000,60.5924,0.0000,60.5924,5.8377,54.7547,0.0000,54.7547,0.4720,54.2828,0.0000,-2.7207,9.8809,47.1226,13386.1654,13386.1654,13386.1654,13386.1654,13386.1654 +743.5000,1.0000,9475.5468,54.8630,54.1480,0.3972,0.0000,5,1203.4098,594.4563,735.2610,-79.9525,74.9138,92.6582,-10.0757,1.1590,68.4727,0.0000,68.4727,5.2821,68.4727,0.8922,0.0000,67.5805,0.0000,67.5805,6.0545,61.5260,0.0000,61.5260,0.5373,60.9887,0.0000,-2.7898,10.1318,53.6466,14804.1482,14804.1482,14804.1482,14804.1482,14804.1482 +744.5000,1.0000,9491.1617,56.2035,55.5780,0.3475,0.0000,5,1232.8134,538.8956,757.8275,-81.6964,69.5714,97.8355,-10.5470,1.0387,63.0996,0.0000,63.0996,5.4330,63.0996,0.8862,0.0000,62.2134,0.0000,62.2134,6.1322,56.0811,0.0000,56.0811,0.4815,55.5996,0.0000,-2.8579,10.3794,48.0781,13774.3655,13774.3655,13774.3655,13774.3655,13774.3655 +745.5000,1.0000,9507.1021,57.3755,56.8290,0.3036,0.0000,5,1258.5210,489.3497,737.5556,-83.2210,64.4924,97.2039,-10.9679,0.9265,58.1298,0.0000,58.1298,5.4362,58.1298,0.8800,0.0000,57.2498,0.0000,57.2498,6.2601,50.9896,0.0000,50.9896,0.4295,50.5602,0.0000,-2.9175,10.5958,42.8818,12828.5280,12828.5280,12828.5280,12828.5280,12828.5280 +746.5000,1.0000,9523.3024,58.3110,57.9220,0.2161,0.0000,5,1279.0410,392.4446,720.0650,-84.4380,52.5644,96.4461,-11.3097,0.6702,46.3335,0.0000,46.3335,5.5606,46.3335,0.8361,0.0000,45.4975,0.0000,45.4975,6.3622,39.1353,0.0000,39.1353,0.3107,38.8246,0.0000,-2.9651,10.7686,31.0211,10555.7630,10555.7630,10555.7630,10555.7630,10555.7630 +747.5000,1.0000,9539.7056,59.0415,58.7000,0.1897,0.0000,5,1295.0644,362.6818,682.4627,-85.3884,49.1865,92.5548,-11.5803,0.5957,43.0251,0.0000,43.0251,5.5657,43.0251,0.8314,0.0000,42.1937,0.0000,42.1937,6.4419,35.7518,0.0000,35.7518,0.2762,35.4756,0.0000,-3.0022,10.9035,27.5743,9929.3718,9929.3718,9929.3718,9929.3718,9929.3718 +748.5000,1.0000,9556.2454,59.5335,59.3830,0.0836,0.0000,5,1305.8564,245.0976,672.5262,-86.0284,33.5168,91.9673,-11.7643,0.2647,27.6011,0.0000,27.6011,5.6510,27.6011,0.7623,0.0000,26.8388,0.0000,26.8388,6.4956,20.3432,0.0000,20.3432,0.1227,20.2205,0.0000,-3.0273,10.9944,12.2533,7000.9049,7000.9049,7000.9049,7000.9049,7000.9049 +749.5000,1.0000,9572.8557,59.7870,59.6840,0.0572,0.0000,5,1311.4168,215.6201,625.2017,-86.3582,29.6114,85.8597,-11.8597,0.1820,23.7777,0.0000,23.7777,5.6517,23.7777,0.7474,0.0000,23.0303,0.0000,23.0303,6.5232,16.5071,0.0000,16.5071,0.0843,16.4228,0.0000,-3.0401,11.0412,8.4217,6278.9390,6278.9390,6278.9390,6278.9390,6278.9390 +750.5000,1.0000,9589.4768,59.8260,59.8900,-0.0356,0.0000,5,1312.2723,113.0040,613.4547,-86.4089,15.5291,84.3015,-11.8744,-0.1131,9.9237,0.0000,9.9237,5.7185,9.9237,0.6788,0.0000,9.2450,0.0000,9.2450,6.5275,2.7175,0.0000,2.7175,-0.0524,2.7699,0.0000,-3.0421,11.0484,-5.2363,3674.4159,3674.4159,3674.4159,3674.4159,3674.4159 +751.5000,1.0000,9606.0470,59.6425,59.7620,-0.0664,0.0000,5,1308.2473,78.2835,569.8038,-86.1702,10.7248,78.0627,-11.8053,-0.2106,5.3086,0.0000,5.3086,5.6268,5.3086,0.6642,0.0000,4.6443,0.0000,4.6443,6.5075,-1.8631,0.0000,-1.8631,-0.0976,-1.7655,0.0000,-3.0328,11.0145,-9.7472,2971.9881,2971.9881,2971.9881,2971.9881,2971.9881 +752.5000,1.0000,9622.5829,59.5195,59.5230,-0.0019,0.0000,5,1305.5493,150.1707,554.4745,-86.0102,20.5309,75.8060,-11.7590,-0.0062,14.8700,0.0000,14.8700,5.6670,14.8700,0.6985,0.0000,14.1715,0.0000,14.1715,6.4940,7.6775,0.0000,7.6775,-0.0029,7.6803,0.0000,-3.0265,10.9918,-0.2849,4589.1790,4589.1790,4589.1790,4589.1790,4589.1790 +753.5000,1.0000,9639.1095,59.4855,59.5160,-0.0169,0.0000,5,1304.8035,133.5786,584.4242,-85.9660,18.2520,79.8550,-11.7463,-0.0536,12.6316,0.0000,12.6316,5.6740,12.6316,0.6867,0.0000,11.9449,0.0000,11.9449,6.4903,5.4546,0.0000,5.4546,-0.0249,5.4795,0.0000,-3.0248,10.9855,-2.4812,4167.3917,4167.3917,4167.3917,4167.3917,4167.3917 +754.5000,1.0000,9655.5753,59.2670,59.4550,-0.1044,0.0000,5,1300.0107,52.0150,576.4520,-85.6817,7.0812,78.4763,-11.6644,-0.3292,-0.3208,0.0000,-0.3208,7.7312,-0.3208,0.6718,0.0000,-0.9927,0.0000,-0.9927,6.4665,-7.4592,0.0000,-7.4592,-0.1526,-7.3065,0.0000,-3.0137,10.9451,-15.2380,2525.6301,2525.6301,2525.6301,2525.6301,2525.6301 +755.5000,1.0000,9671.9396,58.9015,59.0790,-0.0986,0.0000,5,1291.9936,58.2628,539.8478,-85.2062,7.8828,73.0399,-11.5282,-0.3089,0.5312,0.0000,0.5312,7.6606,0.5312,0.6634,0.0000,-0.1323,0.0000,-0.1323,6.4266,-6.5589,0.0000,-6.5589,-0.1432,-6.4157,0.0000,-2.9951,10.8777,-14.2982,2607.5567,2607.5567,2607.5567,2607.5567,2607.5567 +756.5000,1.0000,9688.1749,58.4370,58.7240,-0.1594,0.0000,5,1281.8048,-8.8054,539.8484,-84.6020,-1.1820,72.4640,-11.3561,-0.4955,-8.2924,0.0000,-8.2924,7.6060,-8.2924,0.6775,0.0000,-8.9699,0.0000,-8.9699,6.3759,-15.3458,0.0000,-15.3458,-0.2297,-15.1161,0.0000,-2.9715,10.7919,-22.9365,1472.2824,1472.2824,1472.2824,1472.2824,1472.2824 +757.5000,1.0000,9704.1903,57.6455,58.1500,-0.2803,0.0000,5,1264.4434,55.3482,506.0350,-83.5723,7.3288,67.0052,-11.0660,-0.8593,0.6417,0.0000,0.6417,7.5463,0.6417,0.6417,0.0000,0.0000,0.0000,0.0000,6.2896,-6.2896,26.1669,-32.4564,-0.3983,-32.0581,0.0000,-2.9313,10.6457,-39.7725,2494.5540,2494.5540,2494.5540,2494.5540,2494.5540 +758.5000,1.0000,9719.9143,56.5965,57.1410,-0.3025,0.0000,5,1241.4338,55.3703,528.3524,-82.2076,7.1983,68.6872,-10.6872,-0.9105,0.6241,0.0000,0.6241,7.4847,0.6241,0.6241,0.0000,0.0000,0.0000,0.0000,6.1751,-6.1751,28.8177,-34.9929,-0.4221,-34.5708,0.0000,-2.8779,10.4520,-42.1448,2440.6213,2440.6213,2440.6213,2440.6213,2440.6213 +759.5000,1.0000,9735.3428,55.5325,56.0520,-0.2886,0.0000,5,1218.0952,55.5359,522.5008,-80.8235,7.0841,66.6495,-10.3097,-0.8524,0.6065,0.0000,0.6065,7.3300,0.6065,0.6065,0.0000,0.0000,0.0000,0.0000,6.0590,-6.0590,26.3583,-32.4173,-0.3952,-32.0222,0.0000,-2.8238,10.2555,-39.4539,2392.6200,2392.6200,2392.6200,2392.6200,2392.6200 +760.5000,1.0000,9750.3682,54.0815,55.0130,-0.5175,0.0000,5,1186.2677,50.4649,514.5762,-78.9311,6.2690,63.9236,-9.8053,-1.4885,0.5829,0.0000,0.5829,7.1746,0.5829,0.5829,0.0000,0.0000,0.0000,0.0000,5.9007,-5.9007,56.4469,-62.3476,-0.6900,-61.6576,0.0000,-2.7500,9.9875,-68.8951,2263.4244,2263.4244,2263.4244,2263.4244,2263.4244 +761.5000,1.0000,9764.8976,52.2960,53.1500,-0.4744,0.0470,5,1147.1031,52.2200,501.9544,-76.5949,6.2729,60.2970,-9.2009,-1.3196,0.5543,0.0000,0.5543,7.0381,0.5543,0.5543,0.0000,0.0000,0.0000,0.0000,5.7059,-5.7059,48.3917,-54.0976,-0.6117,-53.4859,0.5934,-2.6592,9.6578,-61.0778,2265.7834,2265.7834,2265.7834,2265.7834,2265.7834 +762.5000,1.0000,9778.9588,50.6100,51.4420,-0.4622,0.3770,5,1110.1210,36.3476,493.3196,-74.3888,4.2255,57.3492,-8.6478,-1.2442,0.5280,0.0000,0.5280,4.9416,0.5280,0.5280,0.0000,0.0000,0.0000,0.0000,5.5220,-5.5220,41.2619,-46.7838,-0.5768,-46.2071,4.6060,-2.5735,9.3463,-57.5859,1959.8838,1959.8838,1959.8838,1959.8838,1959.8838 +763.5000,1.0000,9792.5233,48.8225,49.7780,-0.5308,0.7880,5,1070.9125,35.6439,475.0856,-71.7029,3.9973,53.2788,-8.0412,-1.3784,0.5006,0.0000,0.5006,4.8750,0.5006,0.5006,0.0000,0.0000,0.0000,0.0000,5.3269,-5.3269,43.2895,-48.6164,-0.6390,-47.9775,9.2872,-2.4826,9.0160,-63.7981,1855.9544,1855.9544,1855.9544,1855.9544,1855.9544 +764.5000,1.0000,9805.5513,46.8905,47.8670,-0.5425,0.9360,5,1028.5345,35.6265,463.6843,-68.6694,3.8373,49.9425,-7.3962,-1.3529,0.4718,0.0000,0.4718,4.7184,0.4718,0.4718,0.0000,0.0000,0.0000,0.0000,5.1161,-5.1161,41.2616,-46.3777,-0.6272,-45.7506,10.5948,-2.3844,8.6591,-62.6201,1757.9384,1757.9384,1757.9384,1757.9384,1757.9384 +765.5000,1.0000,9818.0888,45.1250,45.9140,-0.4383,0.6230,5,989.8086,38.4035,451.6197,-67.2098,3.9806,46.8115,-6.9665,-1.0520,0.4461,0.0000,0.4461,4.5865,0.4461,0.4461,0.0000,0.0000,0.0000,0.0000,4.9235,-4.9235,31.4302,-36.3537,-0.4877,-35.8660,6.7865,-2.2946,8.3333,-48.6913,1715.7907,1715.7907,1715.7907,1715.7907,1715.7907 +766.5000,1.0000,9830.2590,43.8030,44.3360,-0.2961,0.2830,5,960.8107,41.8533,439.5959,-68.8686,4.2111,44.2303,-6.9293,-0.6898,0.4273,0.0000,0.4273,4.4736,0.4273,0.4273,0.0000,0.0000,0.0000,0.0000,4.7793,-4.7793,18.6153,-23.3945,-0.3198,-23.0747,2.9925,-2.2274,8.0893,-31.9292,1697.2701,1697.2701,1697.2701,1697.2701,1697.2701 +767.5000,1.0000,9842.2063,43.0000,43.2700,-0.1500,0.0600,5,943.1971,-4.9469,433.2753,-69.8762,-0.4886,42.7952,-6.9018,-0.3430,-4.5394,0.0000,-4.5394,4.3938,-4.5394,0.4284,0.0000,-4.9678,0.0000,-4.9678,4.6916,-9.6594,0.0000,-9.6594,-0.1590,-9.5004,0.6228,-2.1865,7.9410,-15.8778,904.8429,904.8429,904.8429,904.8429,904.8429 +768.5000,1.0000,9854.0126,42.4930,42.7300,-0.1317,0.0000,5,932.0761,9.3364,403.5539,-70.5124,0.9113,39.3896,-6.8825,-0.2976,-3.1699,0.0000,-3.1699,4.3787,-3.1699,0.4179,0.0000,-3.5878,0.0000,-3.5878,4.6363,-8.2241,0.0000,-8.2241,-0.1379,-8.0862,0.0000,-2.1608,7.8474,-13.7728,1117.5631,1117.5631,1117.5631,1117.5631,1117.5631 +769.5000,1.0000,9865.7435,42.2210,42.2560,-0.0194,0.0000,5,926.1099,133.1355,408.3869,-70.8537,12.9117,39.6062,-6.8715,-0.0437,8.6287,0.0000,8.6287,4.3267,8.6287,0.4130,0.0000,8.2157,0.0000,8.2157,4.6066,3.6091,0.0000,3.6091,-0.0202,3.6293,0.0000,-2.1469,7.7972,-2.0209,3148.5824,3148.5824,3148.5824,3148.5824,3148.5824 +770.5000,1.0000,9877.4692,42.2025,42.1860,0.0092,0.0000,5,925.7041,164.6317,472.8276,-70.8769,15.9593,45.8357,-6.8708,0.0206,11.6421,0.0000,11.6421,4.2967,11.6421,0.4278,0.0000,11.2143,0.0000,11.2143,4.6046,6.6096,0.0000,6.6096,0.0095,6.6001,0.0000,-2.1460,7.7938,0.9523,3631.6065,3631.6065,3631.6065,3631.6065,3631.6065 +771.5000,1.0000,9889.1603,42.0780,42.2190,-0.0783,0.0000,5,922.9732,67.6785,488.3735,-71.0331,6.5414,47.2030,-6.8656,-0.1753,2.4252,0.0000,2.4252,4.2915,2.4252,0.3982,0.0000,2.0270,0.0000,2.0270,4.5910,-2.5641,0.0000,-2.5641,-0.0813,-2.4828,0.0000,-2.1397,7.7708,-8.1139,2083.8002,2083.8002,2083.8002,2083.8002,2083.8002 +772.5000,1.0000,9900.8113,41.9335,41.9370,-0.0019,0.0000,5,919.8036,152.4713,436.2086,-71.2144,14.6863,42.0163,-6.8595,-0.0043,10.4025,0.0000,10.4025,4.2881,10.4025,0.4182,0.0000,9.9843,0.0000,9.9843,4.5753,5.4090,0.0000,5.4090,-0.0020,5.4111,0.0000,-2.1323,7.7441,-0.2007,3415.4886,3415.4886,3415.4886,3415.4886,3415.4886 +773.5000,1.0000,9912.4817,42.0035,41.9300,0.0408,0.0000,5,921.3390,199.9522,480.9582,-71.1266,19.2919,46.4040,-6.8625,0.0912,14.9100,0.0000,14.9100,4.2906,14.9100,0.4416,0.0000,14.4685,0.0000,14.4685,4.5829,9.8855,0.0000,9.8855,0.0423,9.8433,0.0000,-2.1359,7.7570,4.2221,4167.9402,4167.9402,4167.9402,4167.9402,4167.9402 +774.5000,1.0000,9924.1993,42.1735,42.0770,0.0536,0.0000,5,925.0680,213.7414,506.9984,-70.9133,20.7058,49.1144,-6.8696,0.1202,16.3177,0.0000,16.3177,4.2678,16.3177,0.4508,0.0000,15.8669,0.0000,15.8669,4.6015,11.2654,0.0000,11.2654,0.0557,11.2096,0.0000,-2.1445,7.7884,5.5658,4414.7079,4414.7079,4414.7079,4414.7079,4414.7079 +775.5000,1.0000,9936.0160,42.5300,42.2700,0.1444,0.0000,5,932.8877,314.7232,516.8183,-70.4660,30.7459,50.4889,-6.8839,0.3267,26.1104,0.0000,26.1104,4.3087,26.1104,0.5044,0.0000,25.6060,0.0000,25.6060,4.6404,20.9656,0.0000,20.9656,0.1515,20.8142,0.0000,-2.1626,7.8542,15.1226,6320.0078,6320.0078,6320.0078,6320.0078,6320.0078 +776.5000,1.0000,9948.0200,43.2045,42.7900,0.2303,0.0000,5,947.6828,409.7150,573.4061,-69.6196,40.6606,56.9055,-6.9091,0.5291,35.7940,0.0000,35.7940,4.3374,35.7940,0.5617,0.0000,35.2323,0.0000,35.2323,4.7140,30.5184,0.0000,30.5184,0.2453,30.2731,0.0000,-2.1969,7.9788,24.4912,8239.9022,8239.9022,8239.9022,8239.9022,8239.9022 +777.5000,1.0000,9960.2183,43.9040,43.6190,0.1583,0.0000,5,963.0262,329.7219,627.3092,-68.7419,33.2517,63.2628,-6.9325,0.3697,28.4837,0.0000,28.4837,4.3983,28.4837,0.5344,0.0000,27.9493,0.0000,27.9493,4.7903,23.1591,0.0000,23.1591,0.1714,22.9877,0.0000,-2.2325,8.1080,17.1122,6779.8602,6779.8602,6779.8602,6779.8602,6779.8602 +778.5000,1.0000,9972.6047,44.5810,44.1890,0.2178,0.0000,5,977.8760,395.6351,592.8122,-67.8924,40.5142,60.7057,-6.9524,0.5164,35.5481,0.0000,35.5481,4.4498,35.5481,0.5788,0.0000,34.9693,0.0000,34.9693,4.8641,30.1052,0.0000,30.1052,0.2394,29.8658,0.0000,-2.2669,8.2330,23.8997,8237.3578,8237.3578,8237.3578,8237.3578,8237.3578 +779.5000,1.0000,9985.2307,45.4435,44.9730,0.2614,0.0000,5,996.7948,443.7259,632.3693,-66.8102,46.3179,66.0093,-6.9739,0.6317,41.1920,0.0000,41.1920,4.4942,41.1920,0.6187,0.0000,40.5733,0.0000,40.5733,4.9582,35.6151,0.0000,35.6151,0.2929,35.3222,0.0000,-2.3108,8.3923,29.2407,9332.4081,9332.4081,9332.4081,9332.4081,9332.4081 +780.5000,1.0000,9998.1136,46.3685,45.9140,0.2525,0.0000,5,1017.0845,434.3421,659.8694,-67.8498,46.2613,70.2819,-7.2266,0.6227,41.0048,0.0000,41.0048,4.6338,41.0048,0.6304,0.0000,40.3744,0.0000,40.3744,5.0592,35.3153,0.0000,35.3153,0.2887,35.0266,0.0000,-2.3578,8.5631,28.8213,9314.0778,9314.0778,9314.0778,9314.0778,9314.0778 +781.5000,1.0000,10011.2628,47.3270,46.8230,0.2800,0.0000,5,1038.1090,464.4428,658.5922,-69.3548,50.4898,71.5959,-7.5396,0.7048,45.1092,0.0000,45.1092,4.6758,45.1092,0.6642,0.0000,44.4450,0.0000,44.4450,5.1637,39.2812,0.0000,39.2812,0.3267,38.9545,0.0000,-2.4066,8.7401,32.6209,10072.7497,10072.7497,10072.7497,10072.7497,10072.7497 +782.5000,1.0000,10024.7107,48.4025,47.8310,0.3175,0.0000,5,1061.6999,505.9948,676.4679,-71.0435,56.2570,75.2103,-7.8987,0.8173,50.6751,0.0000,50.6751,4.7646,50.6751,0.7072,0.0000,49.9679,0.0000,49.9679,5.2811,44.6868,0.0000,44.6868,0.3789,44.3079,0.0000,-2.4612,8.9387,37.8304,11220.6859,11220.6859,11220.6859,11220.6859,11220.6859 +783.5000,1.0000,10038.4540,49.4660,48.9740,0.2733,0.0000,5,1085.0276,456.8767,700.0469,-72.7133,51.9121,79.5420,-8.2620,0.7191,46.3345,0.0000,46.3345,4.8585,46.3345,0.7008,0.0000,45.6338,0.0000,45.6338,5.3971,40.2366,0.0000,40.2366,0.3334,39.9033,0.0000,-2.5153,9.1351,33.2835,10294.1952,10294.1952,10294.1952,10294.1952,10294.1952 +784.5000,1.0000,10052.4622,50.4195,49.9580,0.2564,0.0000,5,1105.9424,437.5932,680.7267,-74.1396,50.6794,78.8377,-8.5864,0.6875,45.0977,0.0000,45.0977,4.8942,45.0977,0.7084,0.0000,44.3893,0.0000,44.3893,5.5012,38.8881,0.0000,38.8881,0.3187,38.5694,0.0000,-2.5638,9.3112,31.8220,10079.6259,10079.6259,10079.6259,10079.6259,10079.6259 +785.5000,1.0000,10066.6875,51.2010,50.8810,0.1778,0.0000,5,1123.0845,349.9411,675.0453,-75.1621,41.1563,79.3915,-8.8398,0.4841,35.7430,0.0000,35.7430,4.9291,35.7430,0.6731,0.0000,35.0699,0.0000,35.0699,5.5864,29.4835,0.0000,29.4835,0.2244,29.2591,0.0000,-2.6036,9.4556,22.4071,8282.8507,8282.8507,8282.8507,8282.8507,8282.8507 +786.5000,1.0000,10081.0156,51.5710,51.5210,0.0278,0.0000,5,1131.2004,183.2449,636.9535,-75.6462,21.7070,75.4529,-8.9610,0.0762,16.6733,0.0000,16.6733,4.9575,16.6733,0.5832,0.0000,16.0901,0.0000,16.0901,5.6268,10.4632,0.0000,10.4632,0.0353,10.4279,0.0000,-2.6224,9.5239,3.5264,4679.8403,4679.8403,4679.8403,4679.8403,4679.8403 +787.5000,1.0000,10095.3467,51.5820,51.6210,-0.0217,0.0000,5,1131.4417,128.4553,559.6251,-75.6606,15.2199,66.3068,-8.9646,-0.0594,10.3038,0.0000,10.3038,4.9756,10.3038,0.5516,0.0000,9.7523,0.0000,9.7523,5.6280,4.1243,0.0000,4.1243,-0.0276,4.1518,0.0000,-2.6229,9.5259,-2.7512,3465.1276,3465.1276,3465.1276,3465.1276,3465.1276 +788.5000,1.0000,10109.6536,51.4950,51.5430,-0.0267,0.0000,5,1129.5333,122.6889,533.4824,-75.5468,14.5122,63.1027,-8.9360,-0.0730,9.6426,0.0000,9.6426,4.9426,9.6426,0.5470,0.0000,9.0956,0.0000,9.0956,5.6185,3.4771,0.0000,3.4771,-0.0339,3.5110,0.0000,-2.6185,9.5099,-3.3804,3373.2872,3373.2872,3373.2872,3373.2872,3373.2872 +789.5000,1.0000,10123.9161,51.3350,51.4470,-0.0622,0.0000,5,1126.0238,83.4118,530.0092,-75.3374,9.8357,62.4971,-8.8836,-0.1699,5.0572,0.0000,5.0572,4.9483,5.0572,0.5280,0.0000,4.5292,0.0000,4.5292,5.6011,-1.0718,0.0000,-1.0718,-0.0788,-0.9931,0.0000,-2.6104,9.4803,-7.8630,2749.7973,2749.7973,2749.7973,2749.7973,2749.7973 +790.5000,1.0000,10138.1095,51.0860,51.2230,-0.0761,0.0000,5,1120.5620,68.7989,510.1121,-75.0116,8.0732,59.8591,-8.8022,-0.2068,3.2717,0.0000,3.2717,5.0083,3.2717,0.5285,0.0000,2.7432,0.0000,2.7432,5.5739,-2.8307,0.0000,-2.8307,-0.0959,-2.7349,0.0000,-2.5977,9.4343,-9.5715,2512.9982,2512.9982,2512.9982,2512.9982,2512.9982 +791.5000,1.0000,10152.2150,50.7700,50.9490,-0.0994,0.0000,5,1113.6306,42.9174,501.4694,-74.5982,5.0050,58.4809,-8.6996,-0.2685,0.3118,0.0000,0.3118,4.9617,0.3118,0.5310,0.0000,-0.2192,0.0000,-0.2192,5.5394,-5.7586,0.0000,-5.7586,-0.1245,-5.6341,0.0000,-2.5816,9.3760,-12.4284,2094.5070,2094.5070,2094.5070,2094.5070,2094.5070 +792.5000,1.0000,10166.1668,50.2165,50.5910,-0.2081,0.0000,5,1101.4897,42.4151,486.0950,-73.8739,4.8925,56.0700,-8.5212,-0.5557,0.5219,0.0000,0.5219,4.9262,0.5219,0.5219,0.0000,0.0000,0.0000,0.0000,5.4790,-5.4790,13.7774,-19.2564,-0.2576,-18.9988,0.0000,-2.5535,9.2737,-25.7191,2056.8480,2056.8480,2056.8480,2056.8480,2056.8480 +793.5000,1.0000,10179.8881,49.3865,49.8420,-0.2531,0.0000,5,1083.2838,41.6040,481.0538,-72.5885,4.7196,54.5713,-8.2345,-0.6647,0.5092,0.0000,0.5092,4.8751,0.5092,0.5092,0.0000,0.0000,0.0000,0.0000,5.3885,-5.3885,19.0752,-24.4637,-0.3081,-24.1556,0.0000,-2.5113,9.1205,-30.7647,1999.2616,1999.2616,1999.2616,1999.2616,1999.2616 +794.5000,1.0000,10193.2260,48.0065,48.9310,-0.5136,0.0000,5,1053.0137,35.9311,472.8530,-70.4217,3.9622,52.1421,-7.7655,-1.3114,0.4884,0.0000,0.4884,4.7851,0.4884,0.4884,0.0000,0.0000,0.0000,0.0000,5.2379,-5.2379,49.6420,-54.8799,-0.6079,-54.2720,0.0000,-2.4411,8.8656,-60.6965,1820.2296,1820.2296,1820.2296,1820.2296,1820.2296 +795.5000,1.0000,10206.0850,46.2825,47.0820,-0.4442,0.0760,5,1015.1981,37.9478,460.3524,-67.7147,4.0343,48.9407,-7.1988,-1.0933,0.4629,0.0000,0.4629,4.6647,0.4629,0.4629,0.0000,0.0000,0.0000,0.0000,5.0498,-5.0498,39.0190,-44.0687,-0.5068,-43.5619,0.8491,-2.3534,8.5472,-50.6048,1771.9070,1771.9070,1771.9070,1771.9070,1771.9070 +796.5000,1.0000,10218.5022,44.6920,45.4830,-0.4394,0.0870,5,980.3108,38.4785,448.3739,-67.7531,3.9501,46.0291,-6.9554,-1.0445,0.4399,0.0000,0.4399,4.5547,0.4399,0.4399,0.0000,0.0000,0.0000,0.0000,4.8763,-4.8763,37.0347,-41.9109,-0.4842,-41.4267,0.9386,-2.2726,8.2535,-48.3463,1689.4066,1689.4066,1689.4066,1689.4066,1689.4066 +797.5000,1.0000,10230.5176,43.2455,43.9010,-0.3642,0.0870,5,948.5821,40.7445,434.1939,-69.5682,4.0474,43.1308,-6.9106,-0.8376,0.4195,0.0000,0.4195,4.4655,0.4195,0.4195,0.0000,0.0000,0.0000,0.0000,4.7184,-4.7184,27.7420,-32.4604,-0.3883,-32.0721,0.9083,-2.1990,7.9864,-38.7677,1640.0844,1640.0844,1640.0844,1640.0844,1640.0844 +798.5000,1.0000,10242.2901,42.3710,42.5900,-0.1217,0.0140,5,929.4001,21.9224,426.6300,-70.6655,2.1336,41.5224,-6.8776,-0.2742,-1.9676,0.0000,-1.9676,4.3754,-1.9676,0.4132,0.0000,-2.3808,0.0000,-2.3808,4.6230,-7.0038,0.0000,-7.0038,-0.1271,-6.8767,0.1432,-2.1545,7.8249,-12.6902,1292.4018,1292.4018,1292.4018,1292.4018,1292.4018 +799.5000,1.0000,10253.9786,42.0685,42.1520,-0.0464,0.0000,5,922.7648,103.5012,413.5286,-71.0450,10.0015,39.9600,-6.8652,-0.1038,5.7645,0.0000,5.7645,4.3408,5.7645,0.3967,0.0000,5.3678,0.0000,5.3678,4.5900,0.7778,0.0000,0.7778,-0.0481,0.8259,0.0000,-2.1392,7.7690,-4.8040,2751.4611,2751.4611,2751.4611,2751.4611,2751.4611 +800.5000,1.0000,10265.7154,42.2425,41.9850,0.1431,0.0000,5,926.5815,313.5969,457.4780,-70.8267,30.4287,44.3897,-6.8724,0.3214,25.7861,0.0000,25.7861,4.3213,25.7861,0.4991,0.0000,25.2870,0.0000,25.2870,4.6090,20.6780,0.0000,20.6780,0.1490,20.5290,0.0000,-2.1480,7.8011,14.8759,6266.1969,6266.1969,6266.1969,6266.1969,6266.1969 +801.5000,1.0000,10277.6768,43.0510,42.5000,0.3061,0.0000,5,944.3158,494.2509,571.0217,-69.8122,48.8757,56.4675,-6.9036,0.7009,43.8241,0.0000,43.8241,4.3508,43.8241,0.5998,0.0000,43.2242,0.0000,43.2242,4.6972,38.5270,0.0000,38.5270,0.3249,38.2021,0.0000,-2.1891,7.9505,32.4408,9810.5897,9810.5897,9810.5897,9810.5897,9810.5897 +802.5000,1.0000,10289.9731,44.2565,43.6020,0.3636,0.0000,5,970.7582,557.5326,669.8809,-68.2996,56.6774,68.0985,-6.9432,0.8559,51.4154,0.0000,51.4154,4.4061,51.4154,0.6538,0.0000,50.7617,0.0000,50.7617,4.8287,45.9329,0.0000,45.9329,0.3967,45.5362,0.0000,-2.2504,8.1731,39.6135,11275.3941,11275.3941,11275.3941,11275.3941,11275.3941 +803.5000,1.0000,10302.6557,45.6475,44.9110,0.4092,0.0000,5,1001.2695,608.4669,710.6989,-66.7177,63.7994,74.5187,-6.9955,0.9934,58.3121,0.0000,58.3121,4.4939,58.3121,0.7070,0.0000,57.6051,0.0000,57.6051,5.0582,52.5469,0.0000,52.5469,0.4605,52.0864,0.0000,-2.3212,8.4300,45.9776,12689.4069,12689.4069,12689.4069,12689.4069,12689.4069 +804.5000,1.0000,10315.7765,47.2250,46.3840,0.4672,0.0000,5,1035.8717,673.5170,738.8699,-69.1946,73.0606,80.1498,-7.5060,1.1735,67.2900,0.0000,67.2900,4.5970,67.2900,0.7737,0.0000,66.5163,0.0000,66.5163,5.3368,61.1795,0.0000,61.1795,0.5440,60.6355,0.0000,-2.4014,8.7213,54.3156,14411.7933,14411.7933,14411.7933,14411.7933,14411.7933 +805.5000,1.0000,10329.3467,48.8425,48.0660,0.4314,0.0000,5,1071.3512,632.8210,773.9967,-71.7343,70.9972,86.8360,-8.0480,1.1206,65.1627,0.0000,65.1627,4.7139,65.1627,0.7859,0.0000,64.3768,0.0000,64.3768,5.4533,58.9235,0.0000,58.9235,0.5195,58.4040,0.0000,-2.4836,9.0200,51.8676,14019.2043,14019.2043,14019.2043,14019.2043,14019.2043 +806.5000,1.0000,10343.3676,50.4655,49.6190,0.4703,0.0000,5,1106.9515,676.3569,759.3292,-74.1997,78.4031,88.0212,-8.6012,1.2622,72.3150,0.0000,72.3150,4.8259,72.3150,0.8452,0.0000,71.4698,0.0000,71.4698,5.7088,65.7610,0.0000,65.7610,0.5851,65.1758,0.0000,-2.5662,9.3197,58.4223,15401.6707,15401.6707,15401.6707,15401.6707,15401.6707 +807.5000,1.0000,10357.8549,52.1440,51.3120,0.4622,0.0000,5,1143.7690,667.0048,782.8628,-76.3960,79.8906,93.7676,-9.1503,1.2819,73.6633,0.0000,73.6633,4.9454,73.6633,0.8767,0.0000,72.7866,0.0000,72.7866,5.8828,66.9038,0.0000,66.9038,0.5942,66.3096,0.0000,-2.6515,9.6297,59.3314,15679.5879,15679.5879,15679.5879,15679.5879,15679.5879 +808.5000,1.0000,10372.7946,53.7730,52.9760,0.4428,0.0000,5,1179.5009,644.9336,782.7322,-78.5275,79.6603,96.6808,-9.6995,1.2663,73.3209,0.0000,73.3209,5.0731,73.3209,0.8996,0.0000,72.4213,0.0000,72.4213,6.0270,66.3943,0.0000,66.3943,0.5870,65.8072,0.0000,-2.7343,9.9305,58.6110,15653.0286,15653.0286,15653.0286,15653.0286,15653.0286 +809.5000,1.0000,10388.1725,55.3505,54.5700,0.4336,0.0000,5,1214.1030,634.5383,776.7771,-80.5867,80.6756,98.7599,-10.2458,1.2765,74.1934,0.0000,74.1934,5.2057,74.1934,0.9283,0.0000,73.2651,0.0000,73.2651,6.1846,67.0805,0.0000,67.0805,0.5917,66.4888,0.0000,-2.8146,10.2219,59.0815,15850.8128,15850.8128,15850.8128,15850.8128,15850.8128 +810.5000,1.0000,10403.9697,56.8600,56.1310,0.4050,0.0000,5,1247.2136,602.5408,775.5933,-82.5504,78.6966,101.2986,-10.7817,1.2248,72.0984,0.0000,72.0984,5.3735,72.0984,0.9416,0.0000,71.1568,0.0000,71.1568,6.2917,64.8651,0.0000,64.8651,0.5678,64.2973,0.0000,-2.8913,10.5006,56.6880,15500.0548,15500.0548,15500.0548,15500.0548,15500.0548 +811.5000,1.0000,10420.1546,58.2555,57.5890,0.3703,0.0000,5,1277.8237,563.3629,765.5746,-84.3658,75.3855,102.4441,-11.2893,1.1472,68.7445,0.0000,68.7445,5.4937,68.7445,0.9472,0.0000,67.7973,0.0000,67.7973,6.3695,61.4278,0.0000,61.4278,0.5318,60.8960,0.0000,-2.9623,10.7584,53.0999,14871.6130,14871.6130,14871.6130,14871.6130,14871.6130 +812.5000,1.0000,10436.6717,59.4515,58.9220,0.2942,0.0000,5,1304.0577,478.5654,753.0079,-85.9217,65.3532,102.8312,-11.7335,0.9301,58.8424,0.0000,58.8424,5.5807,58.8424,0.9172,0.0000,57.9252,0.0000,57.9252,6.4866,51.4385,0.0000,51.4385,0.4312,51.0074,0.0000,-3.0231,10.9792,43.0512,13008.9736,13008.9736,13008.9736,13008.9736,13008.9736 +813.5000,1.0000,10453.4925,60.5450,59.9810,0.3133,0.0000,5,1328.0434,499.9487,721.8682,-87.3443,69.5291,100.3919,-12.1472,1.0090,62.8311,0.0000,62.8311,5.6891,62.8311,0.9552,0.0000,61.8758,0.0000,61.8758,6.6059,55.2699,0.0000,55.2699,0.4677,54.8022,0.0000,-3.0787,11.1812,46.6997,13793.2701,13793.2701,13793.2701,13793.2701,13793.2701 +814.5000,1.0000,10470.4706,61.1110,61.1090,0.0011,0.0000,5,1340.4585,153.3450,733.9984,-88.0806,21.5254,103.0332,-12.3641,0.0036,15.7440,0.0000,15.7440,5.7779,15.7440,0.7292,0.0000,15.0147,0.0000,15.0147,6.6677,8.3470,0.0000,8.3470,0.0017,8.3454,0.0000,-3.1075,11.2857,0.1671,4794.3367,4794.3367,4794.3367,4794.3367,4794.3367 +815.5000,1.0000,10487.4271,61.0335,61.1130,-0.0442,0.0000,5,1338.7586,102.8270,594.0913,-87.9798,14.4158,83.2883,-12.3343,-0.1434,8.8181,0.0000,8.8181,5.7410,8.8181,0.6933,0.0000,8.1248,0.0000,8.1248,6.6592,1.4656,0.0000,1.4656,-0.0665,1.5321,0.0000,-3.1035,11.2714,-6.6358,3512.1659,3512.1659,3512.1659,3512.1659,3512.1659 +816.5000,1.0000,10504.3606,60.9505,60.9540,-0.0019,0.0000,5,1336.9380,149.4925,572.9409,-87.8718,20.9295,80.2139,-12.3024,-0.0063,15.2363,0.0000,15.2363,5.6996,15.2363,0.7240,0.0000,14.5123,0.0000,14.5123,6.6502,7.8621,0.0000,7.8621,-0.0029,7.8650,0.0000,-3.0993,11.2561,-0.2917,4684.4190,4684.4190,4684.4190,4684.4190,4684.4190 +817.5000,1.0000,10521.2978,60.9640,60.9470,0.0094,0.0000,5,1337.2341,162.8954,592.0435,-87.8894,22.8110,82.9067,-12.3076,0.0306,16.9747,0.0000,16.9747,5.8057,16.9747,0.7329,0.0000,16.2418,0.0000,16.2418,6.6517,9.5901,0.0000,9.5901,0.0142,9.5759,0.0000,-3.1000,11.2585,1.4174,5024.1878,5024.1878,5024.1878,5024.1878,5024.1878 +818.5000,1.0000,10538.2764,61.1130,60.9810,0.0733,0.0000,5,1340.5024,233.7161,598.1807,-88.0832,32.8084,83.9709,-12.3649,0.2384,26.7735,0.0000,26.7735,5.7965,26.7735,0.7844,0.0000,25.9891,0.0000,25.9891,6.6679,19.3212,0.0000,19.3212,0.1105,19.2107,0.0000,-3.1076,11.2861,11.0323,6876.8424,6876.8424,6876.8424,6876.8424,6876.8424 +819.5000,1.0000,10555.3403,61.4200,61.2450,0.0972,0.0000,5,1347.2364,260.3083,628.2703,-88.4826,36.7249,88.6378,-12.4833,0.3176,30.5763,0.0000,30.5763,5.8310,30.5763,0.8086,0.0000,29.7678,0.0000,29.7678,6.7014,23.0664,0.0000,23.0664,0.1472,22.9191,0.0000,-3.1232,11.3428,14.6996,7598.2556,7598.2556,7598.2556,7598.2556,7598.2556 +820.5000,1.0000,10572.4717,61.6630,61.5950,0.0378,0.0000,5,1352.5666,194.3809,640.2688,-88.7987,27.5322,90.6880,-12.5775,0.1239,21.5393,0.0000,21.5393,5.8690,21.5393,0.7675,0.0000,20.7719,0.0000,20.7719,6.7279,14.0440,0.0000,14.0440,0.0574,13.9865,0.0000,-3.1355,11.3876,5.7344,5929.6472,5929.6472,5929.6472,5929.6472,5929.6472 +821.5000,1.0000,10589.6735,61.9165,61.7310,0.1031,0.0000,5,1358.1270,267.0234,615.0525,-89.1285,37.9768,87.4744,-12.6761,0.3394,31.7291,0.0000,31.7291,5.9083,31.7291,0.8227,0.0000,30.9064,0.0000,30.9064,6.7556,24.1508,0.0000,24.1508,0.1573,23.9935,0.0000,-3.1484,11.4344,15.7075,7853.6909,7853.6909,7853.6909,7853.6909,7853.6909 +822.5000,1.0000,10606.9610,62.2250,62.1020,0.0683,0.0000,5,1364.8939,228.2000,645.5147,-89.5298,32.6169,92.2643,-12.7966,0.2261,26.4902,0.0000,26.4902,5.9006,26.4902,0.8017,0.0000,25.6885,0.0000,25.6885,6.7892,18.8992,0.0000,18.8992,0.1048,18.7944,0.0000,-3.1641,11.4914,10.4671,6852.8920,6852.8920,6852.8920,6852.8920,6852.8920 +823.5000,1.0000,10624.3215,62.4880,62.3480,0.0778,0.0000,5,1370.6628,238.5620,631.4654,-89.8719,34.2421,90.6377,-12.8998,0.2585,28.0785,0.0000,28.0785,5.9051,28.0785,0.8141,0.0000,27.2644,0.0000,27.2644,6.8179,20.4465,0.0000,20.4465,0.1198,20.3266,0.0000,-3.1775,11.5400,11.9641,7160.7875,7160.7875,7160.7875,7160.7875,7160.7875 +824.5000,1.0000,10641.7507,62.7350,62.6280,0.0594,0.0000,5,1376.0807,218.1722,636.8325,-90.1933,31.4392,91.7694,-12.9971,0.1983,25.3171,0.0000,25.3171,5.9238,25.3171,0.8045,0.0000,24.5125,0.0000,24.5125,6.8449,17.6677,0.0000,17.6677,0.0919,17.5757,0.0000,-3.1901,11.5856,9.1802,6651.5353,6651.5353,6651.5353,6651.5353,6651.5353 +825.5000,1.0000,10659.2354,62.9350,62.8420,0.0517,0.0000,5,1380.4676,224.0845,629.8918,-90.4535,32.3942,91.0586,-13.0762,0.1729,24.1759,0.0000,24.1759,8.0453,24.1759,0.8022,0.0000,23.3736,0.0000,23.3736,6.8667,16.5069,0.0000,16.5069,0.0802,16.4268,0.0000,-3.2002,11.6225,8.0045,6831.0892,6831.0892,6831.0892,6831.0892,6831.0892 +826.5000,1.0000,10676.7776,63.1420,63.0280,0.0633,0.0000,5,1385.0081,237.5213,633.2760,-90.7227,34.4495,91.8489,-13.1582,0.2127,26.0975,0.0000,26.0975,8.1394,26.0975,0.8154,0.0000,25.2821,0.0000,25.2821,6.8893,18.3928,0.0000,18.3928,0.0986,18.2942,0.0000,-3.2107,11.6608,9.8442,7227.6590,7227.6590,7227.6590,7227.6590,7227.6590 +827.5000,1.0000,10694.3893,63.3920,63.2560,0.0756,0.0000,5,1390.4918,250.9046,639.7472,-91.0480,36.5347,93.1549,-13.2577,0.2547,28.1385,0.0000,28.1385,8.1415,28.1385,0.8299,0.0000,27.3086,0.0000,27.3086,6.9166,20.3920,0.0000,20.3920,0.1181,20.2739,0.0000,-3.2235,11.7069,11.7904,7629.0331,7629.0331,7629.0331,7629.0331,7629.0331 +828.5000,1.0000,10712.0749,63.6580,63.5280,0.0722,0.0000,5,1396.3265,247.2524,646.2693,-91.3940,36.1540,94.4994,-13.3639,0.2445,27.7280,0.0000,27.7280,8.1814,27.7280,0.8324,0.0000,26.8956,0.0000,26.8956,6.9456,19.9500,0.0000,19.9500,0.1134,19.8366,0.0000,-3.2370,11.7561,11.3176,7568.1803,7568.1803,7568.1803,7568.1803,7568.1803 +829.5000,1.0000,10729.8265,63.8960,63.7880,0.0600,0.0000,5,1401.5470,233.6146,646.1045,-91.7036,34.2875,94.8285,-13.4593,0.2039,25.8818,0.0000,25.8818,8.2019,25.8818,0.8273,0.0000,25.0544,0.0000,25.0544,6.9716,18.0829,0.0000,18.0829,0.0945,17.9884,0.0000,-3.2491,11.8000,9.4374,7228.2356,7228.2356,7228.2356,7228.2356,7228.2356 +830.5000,1.0000,10747.5838,63.9160,64.0040,-0.0489,0.0000,5,1401.9857,112.2434,641.2575,-91.7296,16.4791,94.1466,-13.4673,-0.1662,8.4989,0.0000,8.4989,8.1464,8.4989,0.7407,0.0000,7.7581,0.0000,7.7581,6.9737,0.7844,0.0000,0.7844,-0.0770,0.8614,0.0000,-3.2501,11.8037,-7.6922,3989.7319,3989.7319,3989.7319,3989.7319,3989.7319 +831.5000,1.0000,10765.2757,63.6810,63.8280,-0.0817,0.0000,5,1396.8310,76.0294,593.0494,-91.4239,11.1213,86.7488,-13.3731,-0.2766,3.2807,0.0000,3.2807,8.1172,3.2807,0.7408,0.0000,2.5399,0.0000,2.5399,6.9481,-4.4082,0.0000,-4.4082,-0.1282,-4.2800,0.0000,-3.2382,11.7603,-12.8022,3237.0793,3237.0793,3237.0793,3237.0793,3237.0793 +832.5000,1.0000,10782.8985,63.4320,63.5340,-0.0567,0.0000,5,1391.3692,89.2524,577.3434,-91.1000,13.0044,84.1211,-13.2736,-0.1912,7.1993,0.0000,7.1993,5.9963,7.1993,0.7265,0.0000,6.4727,0.0000,6.4727,6.9209,-0.4482,0.0000,-0.4482,-0.0886,-0.3596,0.0000,-3.2255,11.7143,-8.8484,3444.5657,3444.5657,3444.5657,3444.5657,3444.5657 +833.5000,1.0000,10800.4388,63.1350,63.3300,-0.1083,0.0000,5,1384.8546,32.1785,580.7105,-90.7136,4.6666,84.2156,-13.1554,-0.3638,-0.9264,0.0000,-0.9264,5.9567,-0.9264,0.7415,0.0000,-1.6679,0.0000,-1.6679,6.8885,-8.5564,0.0000,-8.5564,-0.1686,-8.3878,0.0000,-3.2104,11.6595,-16.8369,2441.2838,2441.2838,2441.2838,2441.2838,2441.2838 +834.5000,1.0000,10817.8542,62.6855,62.9400,-0.1414,0.0000,5,1374.9949,-4.4657,555.2416,-90.1289,-0.6430,79.9488,-12.9776,-0.4714,-6.0617,0.0000,-6.0617,5.8901,-6.0617,0.7463,0.0000,-6.8079,0.0000,-6.8079,6.8395,-13.6474,0.0000,-13.6474,-0.2185,-13.4289,0.0000,-3.1875,11.5765,-21.8178,1785.3953,1785.3953,1785.3953,1785.3953,1785.3953 +835.5000,1.0000,10835.1128,62.1210,62.4310,-0.1722,0.0000,5,1362.6127,-38.4304,536.7675,-89.3945,-5.4837,76.5927,-12.7559,-0.5690,-10.7610,0.0000,-10.7610,5.8463,-10.7610,0.7479,0.0000,-11.5089,0.0000,-11.5089,6.7779,-18.2868,0.0000,-18.2868,-0.2638,-18.0230,0.0000,-3.1588,11.4722,-26.3364,1036.6899,1036.6899,1036.6899,1036.6899,1036.6899 +836.5000,1.0000,10852.2081,61.5330,61.8110,-0.1544,0.0000,5,1349.7150,-18.6743,518.9285,-88.6296,-2.6395,73.3463,-12.5271,-0.5054,-7.9497,0.0000,-7.9497,5.8157,-7.9497,0.7305,0.0000,-8.6802,0.0000,-8.6802,6.7137,-15.3939,0.0000,-15.3939,-0.2343,-15.1596,0.0000,-3.1289,11.3636,-23.3943,1424.5210,1424.5210,1424.5210,1424.5210,1424.5210 +837.5000,1.0000,10869.1249,60.8905,61.2550,-0.2025,0.0000,5,1335.6219,-71.3557,522.6727,-87.7937,-9.9802,73.1041,-12.2794,-0.6558,-15.1277,0.0000,-15.1277,5.8033,-15.1277,0.7371,0.0000,-15.8648,0.0000,-15.8648,6.6436,-22.5084,0.0000,-22.5084,-0.3040,-22.2044,0.0000,-3.0963,11.2450,-30.3532,267.9969,267.9969,267.9969,267.9969,267.9969 +838.5000,1.0000,10885.8789,60.3045,60.5260,-0.1231,0.0000,5,1322.7681,15.7948,496.7662,-87.0314,2.1879,68.8120,-12.0556,-0.3947,-3.1037,0.0000,-3.1037,5.6863,-3.1037,0.6968,0.0000,-3.8005,0.0000,-3.8005,6.5797,-10.3802,0.0000,-10.3802,-0.1830,-10.1973,0.0000,-3.0665,11.1367,-18.2675,1998.5297,1998.5297,1998.5297,1998.5297,1998.5297 +839.5000,1.0000,10902.4895,59.7880,60.0830,-0.1639,0.0000,5,1311.4388,-28.9888,529.9263,-86.3595,-3.9811,72.7767,-11.8601,-0.5211,-9.1351,0.0000,-9.1351,5.6751,-9.1351,0.7029,0.0000,-9.8379,0.0000,-9.8379,6.5233,-16.3613,0.0000,-16.3613,-0.2416,-16.1197,0.0000,-3.0402,11.0414,-24.1209,1110.9449,1110.9449,1110.9449,1110.9449,1110.9449 +840.5000,1.0000,10918.9340,59.1905,59.4930,-0.1681,0.0000,5,1298.3327,-33.6812,507.1253,-85.5822,-4.5793,68.9493,-11.6358,-0.5290,-9.6590,0.0000,-9.6590,5.6087,-9.6590,0.6939,0.0000,-10.3528,0.0000,-10.3528,6.4582,-16.8110,0.0000,-16.8110,-0.2452,-16.5657,0.0000,-3.0098,10.9310,-24.4869,981.6833,981.6833,981.6833,981.6833,981.6833 +841.5000,1.0000,10935.2364,58.6785,58.8880,-0.1164,0.0000,5,1287.1021,23.0801,501.8122,-84.9161,3.1108,67.6368,-11.4454,-0.3632,-2.0594,0.0000,-2.0594,5.5334,-2.0594,0.6661,0.0000,-2.7254,0.0000,-2.7254,6.4023,-9.1277,0.0000,-9.1277,-0.1684,-8.9593,0.0000,-2.9838,10.8365,-16.8120,2026.6098,2026.6098,2026.6098,2026.6098,2026.6098 +842.5000,1.0000,10951.4572,58.3850,58.4690,-0.0467,0.0000,5,1280.6642,100.2375,524.3584,-84.5343,13.4429,70.3222,-11.3370,-0.1449,8.0552,0.0000,8.0552,5.5326,8.0552,0.6459,0.0000,7.4094,0.0000,7.4094,6.3703,1.0391,0.0000,1.0391,-0.0672,1.1063,0.0000,-2.9689,10.7823,-6.7071,3261.2406,3261.2406,3261.2406,3261.2406,3261.2406 +843.5000,1.0000,10967.6635,58.3325,58.3010,0.0175,0.0000,5,1279.5126,171.7182,557.0425,-84.4660,23.0086,74.6383,-11.3176,0.0543,17.4008,0.0000,17.4008,5.5535,17.4008,0.6918,0.0000,16.7090,0.0000,16.7090,6.3645,10.3445,0.0000,10.3445,0.0252,10.3193,0.0000,-2.9662,10.7726,2.5129,5017.5162,5017.5162,5017.5162,5017.5162,5017.5162 +844.5000,1.0000,10983.8935,58.4180,58.3640,0.0300,0.0000,5,1281.3881,185.4545,587.9081,-84.5772,24.8855,78.8894,-11.3491,0.0932,19.2515,0.0000,19.2515,5.5408,19.2515,0.7024,0.0000,18.5491,0.0000,18.5491,6.3739,12.1752,0.0000,12.1752,0.0432,12.1320,0.0000,-2.9705,10.7884,4.3142,5373.2905,5373.2905,5373.2905,5373.2905,5373.2905 +845.5000,1.0000,11000.1518,58.5200,58.4720,0.0267,0.0000,5,1283.6254,181.6522,594.2492,-84.7099,24.4179,79.8795,-11.3868,0.0830,18.7982,0.0000,18.7982,5.5366,18.7982,0.7018,0.0000,18.0965,0.0000,18.0965,6.3850,11.7115,0.0000,11.7115,0.0385,11.6730,0.0000,-2.9757,10.8072,3.8415,5287.7370,5287.7370,5287.7370,5287.7370,5287.7370 +846.5000,1.0000,11016.4329,58.6020,58.5680,0.0189,0.0000,5,1285.4241,173.1558,593.0639,-84.8166,23.3084,79.8319,-11.4171,0.0589,17.6861,0.0000,17.6861,5.5634,17.6861,0.6976,0.0000,16.9886,0.0000,16.9886,6.3939,10.5946,0.0000,10.5946,0.0273,10.5673,0.0000,-2.9799,10.8223,2.7249,5081.5541,5081.5541,5081.5541,5081.5541,5081.5541 +847.5000,1.0000,11032.6943,58.5310,58.6360,-0.0583,0.0000,5,1283.8667,87.5945,589.2857,-84.7242,11.7768,79.2272,-11.3909,-0.1816,6.3725,0.0000,6.3725,5.5858,6.3725,0.6425,0.0000,5.7301,0.0000,5.7301,6.3862,-0.6561,0.0000,-0.6561,-0.0842,-0.5719,0.0000,-2.9763,10.8092,-8.4049,3062.7210,3062.7210,3062.7210,3062.7210,3062.7210 +848.5000,1.0000,11048.8760,58.2440,58.4260,-0.1011,0.0000,5,1277.5714,40.1136,551.2855,-84.3509,5.3667,73.7548,-11.2850,-0.3132,0.1603,0.0000,0.1603,5.5196,0.1603,0.6531,0.0000,-0.4928,0.0000,-0.4928,6.3549,-6.8477,0.0000,-6.8477,-0.1452,-6.7025,0.0000,-2.9617,10.7562,-14.4970,2279.4336,2279.4336,2279.4336,2279.4336,2279.4336 +849.5000,1.0000,11064.9663,57.9150,58.0620,-0.0817,0.0000,5,1270.3549,62.1288,528.9200,-83.9229,8.2651,70.3629,-11.1644,-0.2515,2.9504,0.0000,2.9504,5.5662,2.9504,0.6405,0.0000,2.3099,0.0000,2.3099,6.3190,-4.0091,0.0000,-4.0091,-0.1166,-3.8925,0.0000,-2.9450,10.6955,-11.6430,2618.3918,2618.3918,2618.3918,2618.3918,2618.3918 +850.5000,1.0000,11080.9238,57.4370,57.7680,-0.1839,0.0000,5,1259.8700,-51.0382,535.8132,-83.3011,-6.7336,70.6916,-10.9902,-0.5617,-11.6383,0.0000,-11.6383,5.4664,-11.6383,0.6689,0.0000,-12.3072,0.0000,-12.3072,6.2668,-18.5740,0.0000,-18.5740,-0.2604,-18.3136,0.0000,-2.9206,10.6072,-26.0002,572.8517,572.8517,572.8517,572.8517,572.8517 +851.5000,1.0000,11096.6740,56.6910,57.1060,-0.2306,0.0000,5,1243.5066,40.8691,481.4365,-82.3306,5.3220,62.6925,-10.7211,-0.6951,0.6257,0.0000,0.6257,5.3914,0.6257,0.6257,0.0000,0.0000,0.0000,0.0000,6.1854,-6.1854,18.7251,-24.9106,-0.3222,-24.5883,0.0000,-2.8827,10.4694,-32.1750,2213.6809,2213.6809,2213.6809,2213.6809,2213.6809 +852.5000,1.0000,11112.1674,55.7660,56.2760,-0.2833,0.0000,5,1223.2169,39.6815,517.1548,-81.1272,5.0830,66.2449,-10.3920,-0.8403,0.6104,0.0000,0.6104,5.3130,0.6104,0.6104,0.0000,0.0000,0.0000,0.0000,6.0845,-6.0845,25.7374,-31.8219,-0.3896,-31.4323,0.0000,-2.8357,10.2986,-38.8952,2150.6972,2150.6972,2150.6972,2150.6972,2150.6972 +853.5000,1.0000,11127.3818,54.7620,55.2560,-0.2744,0.0000,5,1201.1944,40.0391,511.0940,-79.8211,5.0365,64.2899,-10.0406,-0.7993,0.5939,0.0000,0.5939,5.2419,0.5939,0.5939,0.0000,0.0000,0.0000,0.0000,5.9750,-5.9750,24.0637,-30.0387,-0.3705,-29.6681,0.0000,-2.7846,10.1132,-36.9967,2108.6164,2108.6164,2108.6164,2108.6164,2108.6164 +854.5000,1.0000,11142.3072,53.7215,54.2680,-0.3036,0.0000,5,1178.3712,39.4049,505.0286,-78.4601,4.8625,62.3199,-9.6819,-0.8675,0.5771,0.0000,0.5771,5.1529,0.5771,0.5771,0.0000,0.0000,0.0000,0.0000,5.8614,-5.8614,27.5023,-33.3637,-0.4021,-32.9616,0.0000,-2.7317,9.9210,-40.1509,2081.7359,2081.7359,2081.7359,2081.7359,2081.7359 +855.5000,1.0000,11156.9692,52.7730,53.1750,-0.2233,0.0000,5,1157.5660,41.3312,499.0965,-77.2190,5.0102,60.5005,-9.3605,-0.6268,0.5619,0.0000,0.5619,5.0751,0.5619,0.5619,0.0000,0.0000,0.0000,0.0000,5.7580,-5.7580,16.4834,-22.2413,-0.2906,-21.9507,0.0000,-2.6835,9.7459,-29.0131,2098.8518,2098.8518,2098.8518,2098.8518,2098.8518 +856.5000,1.0000,11171.4015,51.9465,52.3710,-0.2358,0.0000,5,1139.4369,41.4949,495.1786,-76.1376,4.9512,59.0855,-9.0849,-0.6515,0.5488,0.0000,0.5488,5.0540,0.5488,0.5488,0.0000,0.0000,0.0000,0.0000,5.6678,-5.6678,17.8397,-23.5074,-0.3020,-23.2054,0.0000,-2.6415,9.5932,-30.1572,2089.5899,2089.5899,2089.5899,2089.5899,2089.5899 +857.5000,1.0000,11185.6506,51.2865,51.5220,-0.1308,0.0000,5,1124.9599,8.0218,491.4339,-75.2740,0.9450,57.8936,-8.8677,-0.3569,-3.6749,0.0000,-3.6749,4.9768,-3.6749,0.5490,0.0000,-4.2240,0.0000,-4.2240,5.5958,-9.8197,0.0000,-9.8197,-0.1654,-9.6543,0.0000,-2.6079,9.4713,-16.5177,1448.5325,1448.5325,1448.5325,1448.5325,1448.5325 +858.5000,1.0000,11199.7865,50.8795,51.0510,-0.0953,0.0000,5,1116.0325,47.0498,473.0064,-74.7414,5.4987,55.2806,-8.7351,-0.2578,0.8388,0.0000,0.8388,4.9177,0.8388,0.5314,0.0000,0.3074,0.0000,0.3074,5.5514,-5.2439,0.0000,-5.2439,-0.1195,-5.1244,0.0000,-2.5872,9.3962,-11.9334,2162.9160,2162.9160,2162.9160,2162.9160,2162.9160 +859.5000,1.0000,11213.8528,50.6285,50.7080,-0.0442,0.0000,5,1110.5268,103.5035,490.2386,-74.4130,12.0368,57.0118,-8.6538,-0.1189,7.2620,0.0000,7.2620,4.8938,7.2620,0.5223,0.0000,6.7397,0.0000,6.7397,5.5240,1.2157,0.0000,1.2157,-0.0551,1.2709,0.0000,-2.5744,9.3498,-5.5045,3059.4347,3059.4347,3059.4347,3059.4347,3059.4347 +860.5000,1.0000,11227.9339,50.6820,50.5490,0.0739,0.0000,5,1111.7003,234.5258,517.2697,-74.4830,27.3028,60.2190,-8.6711,0.1992,22.2211,0.0000,22.2211,4.8825,22.2211,0.5979,0.0000,21.6232,0.0000,21.6232,5.5298,16.0934,0.0000,16.0934,0.0923,16.0011,0.0000,-2.5772,9.3597,9.2185,5660.8904,5660.8904,5660.8904,5660.8904,5660.8904 +861.5000,1.0000,11242.1176,51.0515,50.8150,0.1314,0.0000,5,1119.8053,298.4712,580.5979,-74.9665,35.0004,68.0842,-8.7910,0.3567,29.7202,0.0000,29.7202,4.9235,29.7202,0.6408,0.0000,29.0794,0.0000,29.0794,5.5701,23.5092,0.0000,23.5092,0.1654,23.3439,0.0000,-2.5959,9.4279,16.5119,7172.3996,7172.3996,7172.3996,7172.3996,7172.3996 +862.5000,1.0000,11256.4633,51.6345,51.2880,0.1925,0.0000,5,1132.5933,366.1039,612.5624,-75.7293,43.4217,72.6529,-8.9819,0.5286,37.9474,0.0000,37.9474,4.9456,37.9474,0.6906,0.0000,37.2569,0.0000,37.2569,5.6337,31.6232,0.0000,31.6232,0.2451,31.3781,0.0000,-2.6256,9.5356,24.4681,8742.7585,8742.7585,8742.7585,8742.7585,8742.7585 +863.5000,1.0000,11271.0072,52.3480,51.9810,0.2039,0.0000,5,1148.2437,378.9060,646.3742,-76.6629,45.5611,77.7225,-9.2182,0.5676,39.9653,0.0000,39.9653,5.0281,39.9653,0.7113,0.0000,39.2540,0.0000,39.2540,5.7116,33.5425,0.0000,33.5425,0.2631,33.2793,0.0000,-2.6619,9.6674,26.2738,9171.1366,9171.1366,9171.1366,9171.1366,9171.1366 +864.5000,1.0000,11285.7779,53.1645,52.7150,0.2497,0.0000,5,1166.1535,429.8082,655.0780,-77.7313,52.4879,79.9977,-9.4925,0.7061,46.6819,0.0000,46.6819,5.0999,46.6819,0.7572,0.0000,45.9247,0.0000,45.9247,5.8007,40.1241,0.0000,40.1241,0.3273,39.7967,0.0000,-2.7034,9.8182,32.6820,10460.0741,10460.0741,10460.0741,10460.0741,10460.0741 +865.5000,1.0000,11300.8022,54.0775,53.6140,0.2575,0.0000,5,1186.1800,438.3116,681.1787,-78.9259,54.4455,84.6136,-9.8039,0.7406,48.5395,0.0000,48.5395,5.1654,48.5395,0.7804,0.0000,47.7592,0.0000,47.7592,5.9003,41.8589,0.0000,41.8589,0.3433,41.5156,0.0000,-2.7498,9.9868,34.2786,10869.4950,10869.4950,10869.4950,10869.4950,10869.4950 +866.5000,1.0000,11316.0970,55.0510,54.5410,0.2833,0.0000,5,1207.5335,466.9057,688.1205,-80.1971,59.0414,87.0146,-10.1411,0.8296,52.9724,0.0000,52.9724,5.2395,52.9724,0.8176,0.0000,52.1548,0.0000,52.1548,6.0065,46.1483,0.0000,46.1483,0.3846,45.7638,0.0000,-2.7993,10.1666,38.3965,11766.0383,11766.0383,11766.0383,11766.0383,11766.0383 +867.5000,1.0000,11331.6457,55.9655,55.5610,0.2247,0.0000,5,1227.5929,401.4458,703.6365,-81.3868,51.6072,90.4547,-10.4625,0.6689,45.6609,0.0000,45.6609,5.2774,45.6609,0.7953,0.0000,44.8656,0.0000,44.8656,6.1063,38.7593,0.0000,38.7593,0.3101,38.4492,0.0000,-2.8458,10.3354,30.9596,10349.9015,10349.9015,10349.9015,10349.9015,10349.9015 +868.5000,1.0000,11347.4157,56.7620,56.3700,0.2178,0.0000,5,1245.0640,393.9763,678.1182,-82.4229,51.3677,88.4149,-10.7465,0.6574,45.3303,0.0000,45.3303,5.3800,45.3303,0.8062,0.0000,44.5241,0.0000,44.5241,6.1932,38.3309,0.0000,38.3309,0.3048,38.0261,0.0000,-2.8863,10.4825,30.4299,10308.1935,10308.1935,10308.1935,10308.1935,10308.1935 +869.5000,1.0000,11363.3818,57.4680,57.1540,0.1744,0.0000,5,1260.5500,345.9312,677.6037,-83.3414,45.6645,89.4467,-11.0014,0.5332,39.6754,0.0000,39.6754,5.4559,39.6754,0.7892,0.0000,38.8862,0.0000,38.8862,6.2702,32.6160,0.0000,32.6160,0.2472,32.3688,0.0000,-2.9222,10.6129,24.6781,9209.4225,9209.4225,9209.4225,9209.4225,9209.4225 +870.5000,1.0000,11379.5349,58.1410,57.7820,0.1994,0.0000,5,1275.3121,373.5217,659.6780,-84.2169,49.8840,88.1002,-11.2472,0.6167,43.7761,0.0000,43.7761,5.4912,43.7761,0.8205,0.0000,42.9555,0.0000,42.9555,6.3436,36.6119,0.0000,36.6119,0.2859,36.3260,0.0000,-2.9564,10.7372,28.5452,10040.0547,10040.0547,10040.0547,10040.0547,10040.0547 +871.5000,1.0000,11395.8951,58.8870,58.5000,0.2150,0.0000,5,1291.6755,390.9628,673.9402,-85.1874,52.8832,91.1598,-11.5228,0.6734,46.6311,0.0000,46.6311,5.5787,46.6311,0.8469,0.0000,45.7842,0.0000,45.7842,6.4250,39.3592,0.0000,39.3592,0.3121,39.0470,0.0000,-2.9944,10.8750,31.1664,10624.4789,10624.4789,10624.4789,10624.4789,10624.4789 +872.5000,1.0000,11412.4370,59.5405,59.2740,0.1481,0.0000,5,1306.0099,316.2395,683.8718,-86.0375,43.2505,93.5298,-11.7669,0.4688,37.1925,0.0000,37.1925,5.5892,37.1925,0.8104,0.0000,36.3821,0.0000,36.3821,6.4963,29.8857,0.0000,29.8857,0.2173,29.6684,0.0000,-3.0276,10.9957,21.7003,8822.4733,8822.4733,8822.4733,8822.4733,8822.4733 +873.5000,1.0000,11429.1189,60.0450,59.8070,0.1322,0.0000,5,1317.0760,299.1502,655.3162,-86.6938,41.2600,90.3837,-11.9571,0.4222,35.1350,0.0000,35.1350,5.7027,35.1350,0.8084,0.0000,34.3266,0.0000,34.3266,6.5514,27.7752,0.0000,27.7752,0.1957,27.5794,0.0000,-3.0533,11.0888,19.5439,8457.2099,8457.2099,8457.2099,8457.2099,8457.2099 +874.5000,1.0000,11445.8810,60.3335,60.2830,0.0281,0.0000,5,1323.4042,183.4606,649.9639,-87.0691,25.4252,90.0763,-12.0666,0.0900,19.6012,0.0000,19.6012,5.7340,19.6012,0.7356,0.0000,18.8656,0.0000,18.8656,6.5829,12.2827,0.0000,12.2827,0.0417,12.2410,0.0000,-3.0679,11.1421,4.1668,5502.1019,5502.1019,5502.1019,5502.1019,5502.1019 +875.5000,1.0000,11462.5933,60.1545,60.3840,-0.1275,0.0000,5,1319.4779,10.9560,601.9951,-86.8363,1.5138,83.1809,-11.9986,-0.4079,-3.7600,0.0000,-3.7600,5.6817,-3.7600,0.6958,0.0000,-4.4558,0.0000,-4.4558,6.5633,-11.0191,0.0000,-11.0191,-0.1891,-10.8300,0.0000,-3.0588,11.1090,-18.8802,1911.7151,1911.7151,1911.7151,1911.7151,1911.7151 +876.5000,1.0000,11479.1371,59.5475,59.9250,-0.2097,0.0000,5,1306.1634,-79.5151,526.3808,-86.0466,-10.8762,71.9990,-11.7696,-0.6642,-15.8686,0.0000,-15.8686,5.6567,-15.8686,0.7155,0.0000,-16.5842,0.0000,-16.5842,6.4971,-23.0813,0.0000,-23.0813,-0.3079,-22.7734,0.0000,-3.0280,10.9970,-30.7424,42.3129,42.3129,42.3129,42.3129,42.3129 +877.5000,1.0000,11495.4926,58.8700,59.1700,-0.1667,0.0000,5,1291.3026,-31.9004,483.3517,-85.1653,-4.3137,65.3612,-11.5165,-0.5218,-9.4058,0.0000,-9.4058,5.6138,-9.4058,0.6877,0.0000,-10.0935,0.0000,-10.0935,6.4232,-16.5166,0.0000,-16.5166,-0.2419,-16.2747,0.0000,-2.9935,10.8718,-24.1531,1009.9368,1009.9368,1009.9368,1009.9368,1009.9368 +878.5000,1.0000,11511.7532,58.5280,58.5700,-0.0233,0.0000,5,1283.8009,126.1824,501.6449,-84.7203,16.9639,67.4408,-11.3897,-0.0726,11.4883,0.0000,11.4883,5.5482,11.4883,0.6654,0.0000,10.8230,0.0000,10.8230,6.3859,4.4371,0.0000,4.4371,-0.0337,4.4708,0.0000,-2.9761,10.8087,-3.3618,3887.3945,3887.3945,3887.3945,3887.3945,3887.3945 +879.5000,1.0000,11528.0071,58.5040,58.4860,0.0100,0.0000,5,1283.2745,163.2540,569.0408,-84.6891,21.9388,76.4701,-11.3809,0.0311,16.3565,0.0000,16.3565,5.5511,16.3565,0.6893,0.0000,15.6672,0.0000,15.6672,6.3832,9.2839,0.0000,9.2839,0.0144,9.2695,0.0000,-2.9749,10.8042,1.4402,4821.3542,4821.3542,4821.3542,4821.3542,4821.3542 +880.5000,1.0000,11544.2815,58.5780,58.5220,0.0311,0.0000,5,1284.8976,186.7071,585.1246,-84.7854,25.1222,78.7310,-11.4082,0.0969,19.4678,0.0000,19.4678,5.5575,19.4678,0.7061,0.0000,18.7617,0.0000,18.7617,6.3913,12.3704,0.0000,12.3704,0.0449,12.3254,0.0000,-2.9787,10.8179,4.4862,5421.3925,5421.3925,5421.3925,5421.3925,5421.3925 +881.5000,1.0000,11560.5997,58.7355,58.6340,0.0564,0.0000,5,1288.3524,214.5715,595.7723,-84.9903,28.9491,80.3792,-11.4665,0.1761,23.2310,0.0000,23.2310,5.5419,23.2310,0.7275,0.0000,22.5036,0.0000,22.5036,6.4085,16.0951,0.0000,16.0951,0.0817,16.0134,0.0000,-2.9867,10.8470,8.1531,6120.3977,6120.3977,6120.3977,6120.3977,6120.3977 +882.5000,1.0000,11576.9781,58.9520,58.8370,0.0639,0.0000,5,1293.1013,223.0574,608.5270,-85.2719,30.2049,82.4026,-11.5469,0.2003,24.4228,0.0000,24.4228,5.5818,24.4228,0.7369,0.0000,23.6858,0.0000,23.6858,6.4321,17.2537,0.0000,17.2537,0.0929,17.1609,0.0000,-2.9977,10.8870,9.2716,6367.4815,6367.4815,6367.4815,6367.4815,6367.4815 +883.5000,1.0000,11593.4161,59.1670,59.0670,0.0556,0.0000,5,1297.8173,214.1780,613.1295,-85.5516,29.1083,83.3287,-11.6271,0.1748,23.2811,0.0000,23.2811,5.6524,23.2811,0.7347,0.0000,22.5463,0.0000,22.5463,6.4556,16.0907,0.0000,16.0907,0.0810,16.0097,0.0000,-3.0086,10.9267,8.0916,6173.4427,6173.4427,6173.4427,6173.4427,6173.4427 +884.5000,1.0000,11609.9115,59.3735,59.2670,0.0592,0.0000,5,1302.3468,217.6828,610.4046,-85.8203,29.6879,83.2479,-11.7043,0.1868,23.8993,0.0000,23.8993,5.6017,23.8993,0.7412,0.0000,23.1581,0.0000,23.1581,6.4781,16.6800,0.0000,16.6800,0.0866,16.5934,0.0000,-3.0191,10.9648,8.6477,6288.1361,6288.1361,6288.1361,6288.1361,6288.1361 +885.5000,1.0000,11626.4672,59.5905,59.4800,0.0614,0.0000,5,1307.1066,220.4452,612.9037,-86.1026,30.1745,83.8942,-11.7857,0.1946,24.3189,0.0000,24.3189,5.6611,24.3189,0.7469,0.0000,23.5720,0.0000,23.5720,6.5018,17.0702,0.0000,17.0702,0.0902,16.9800,0.0000,-3.0302,11.0049,9.0053,6380.9308,6380.9308,6380.9308,6380.9308,6380.9308 +886.5000,1.0000,11643.0813,59.8005,59.7010,0.0553,0.0000,5,1311.7130,213.5614,615.0810,-86.3758,29.3353,84.4889,-11.8648,0.1758,23.4926,0.0000,23.4926,5.6668,23.4926,0.7462,0.0000,22.7464,0.0000,22.7464,6.5247,16.2217,0.0000,16.2217,0.0815,16.1402,0.0000,-3.0408,11.0437,8.1374,6228.0766,6228.0766,6228.0766,6228.0766,6228.0766 +887.5000,1.0000,11659.7757,60.0900,59.9000,0.1056,0.0000,5,1318.0631,269.2479,613.5176,-86.7524,37.1635,84.6821,-11.9742,0.3373,31.1575,0.0000,31.1575,5.6687,31.1575,0.7893,0.0000,30.3682,0.0000,30.3682,6.5563,23.8119,0.0000,23.8119,0.1564,23.6555,0.0000,-3.0556,11.0971,15.6139,7672.1848,7672.1848,7672.1848,7672.1848,7672.1848 +888.5000,1.0000,11676.5742,60.4645,60.2800,0.1025,0.0000,5,1326.2777,265.3593,638.0893,-87.2396,36.8551,88.6226,-12.1165,0.3296,30.8923,0.0000,30.8923,5.6332,30.8923,0.7942,0.0000,30.0981,0.0000,30.0981,6.5972,23.5010,0.0000,23.5010,0.1528,23.3482,0.0000,-3.0746,11.1663,15.2565,7612.5546,7612.5546,7612.5546,7612.5546,7612.5546 +889.5000,1.0000,11693.4895,60.8850,60.6490,0.1311,0.0000,5,1335.5013,297.6280,638.3526,-87.7866,41.6243,89.2758,-12.2772,0.4246,35.4626,0.0000,35.4626,5.7371,35.4626,0.8240,0.0000,34.6386,0.0000,34.6386,6.6430,27.9955,0.0000,27.9955,0.1968,27.7987,0.0000,-3.0960,11.2440,19.6507,8538.0433,8538.0433,8538.0433,8538.0433,8538.0433 +890.5000,1.0000,11710.5190,61.2965,61.1210,0.0975,0.0000,5,1344.5274,260.2162,653.3235,-88.3219,36.6381,91.9870,-12.4356,0.3179,30.5566,0.0000,30.5566,5.7636,30.5566,0.8064,0.0000,29.7503,0.0000,29.7503,6.6879,23.0623,0.0000,23.0623,0.1473,22.9150,0.0000,-3.1169,11.3199,14.7119,7577.7577,7577.7577,7577.7577,7577.7577,7577.7577 +891.5000,1.0000,11727.6575,61.6885,61.4720,0.1203,0.0000,5,1353.1259,285.6826,640.0990,-88.8319,40.4809,90.7014,-12.5874,0.3946,34.2656,0.0000,34.2656,5.8207,34.2656,0.8315,0.0000,33.4341,0.0000,33.4341,6.7307,26.7034,0.0000,26.7034,0.1829,26.5205,0.0000,-3.1368,11.3923,18.2650,8329.3195,8329.3195,8329.3195,8329.3195,8329.3195 +892.5000,1.0000,11744.9156,62.1190,61.9050,0.1189,0.0000,5,1362.5688,283.7908,652.2247,-89.3919,40.4935,93.0646,-12.7551,0.3928,34.2919,0.0000,34.2919,5.8089,34.2919,0.8389,0.0000,33.4529,0.0000,33.4529,6.7777,26.6752,0.0000,26.6752,0.1821,26.4932,0.0000,-3.1587,11.4718,18.1800,8340.4315,8340.4315,8340.4315,8340.4315,8340.4315 +893.5000,1.0000,11762.3188,62.6415,62.3330,0.1714,0.0000,5,1374.0298,342.1301,653.7403,-90.0716,49.2284,94.0654,-12.9602,0.5710,42.8014,0.0000,42.8014,5.8561,42.8014,0.8904,0.0000,41.9110,0.0000,41.9110,6.8347,35.0763,0.0000,35.0763,0.2647,34.8116,0.0000,-3.1853,11.5683,26.4286,9967.8551,9967.8551,9967.8551,9967.8551,9967.8551 +894.5000,1.0000,11779.9214,63.3595,62.9500,0.2275,0.0000,5,1389.7790,404.6304,679.3574,-91.0057,58.8888,98.8719,-13.2447,0.7666,52.1802,0.0000,52.1802,5.9420,52.1802,0.9495,0.0000,51.2307,0.0000,51.2307,6.9130,44.3177,0.0000,44.3177,0.3554,43.9623,0.0000,-3.2218,11.7009,35.4832,11816.1194,11816.1194,11816.1194,11816.1194,11816.1194 +895.5000,1.0000,11797.7408,64.1400,63.7690,0.2061,0.0000,5,1406.8991,380.5820,706.4233,-92.0210,56.0712,104.0774,-13.5575,0.7031,49.4000,0.0000,49.4000,5.9681,49.4000,0.9491,0.0000,48.4508,0.0000,48.4508,6.9982,41.4527,0.0000,41.4527,0.3259,41.1267,0.0000,-3.2615,11.8451,32.5432,11296.2205,11296.2205,11296.2205,11296.2205,11296.2205 +896.5000,1.0000,11815.7693,64.8925,64.5110,0.2119,0.0000,5,1423.4050,388.0673,700.4622,-93.0000,57.8448,104.4099,-13.8624,0.7315,50.9303,0.0000,50.9303,6.1830,50.9303,0.9699,0.0000,49.9604,0.0000,49.9604,7.0803,42.8802,0.0000,42.8802,0.3391,42.5411,0.0000,-3.2998,11.9840,33.8568,11638.7076,11638.7076,11638.7076,11638.7076,11638.7076 +897.5000,1.0000,11833.9940,65.5990,65.2740,0.1806,0.0000,5,1438.9020,353.1236,706.3087,-93.9191,53.2092,106.4276,-14.1519,0.6299,46.3442,0.0000,46.3442,6.2350,46.3442,0.9594,0.0000,45.3848,0.0000,45.3848,7.1574,38.2275,0.0000,38.2275,0.2920,37.9355,0.0000,-3.3357,12.1145,29.1566,10761.3846,10761.3846,10761.3846,10761.3846,10761.3846 +898.5000,1.0000,11852.3729,66.1540,65.9240,0.1278,0.0000,5,1451.0758,294.7682,696.1880,-94.6411,44.7919,105.7902,-14.3813,0.4496,38.0155,0.0000,38.0155,6.3268,38.0155,0.9275,0.0000,37.0879,0.0000,37.0879,7.2179,29.8700,0.0000,29.8700,0.2084,29.6616,0.0000,-3.3639,12.2170,20.8085,9230.2364,9230.2364,9230.2364,9230.2364,9230.2364 +899.5000,1.0000,11870.8718,66.5860,66.3840,0.1122,0.0000,5,1460.5516,277.0258,677.1944,-95.2031,42.3707,103.5759,-14.5612,0.3974,35.6784,0.0000,35.6784,6.2949,35.6784,0.9235,0.0000,34.7548,0.0000,34.7548,7.2651,27.4898,0.0000,27.4898,0.1842,27.3055,0.0000,-3.3859,12.2968,18.3946,8776.1228,8776.1228,8776.1228,8776.1228,8776.1228 +900.5000,1.0000,11889.4610,66.9110,66.7880,0.0683,0.0000,5,1467.6805,227.6927,672.5977,-95.6259,34.9953,103.3750,-14.6972,0.2432,28.5166,0.0000,28.5166,6.2355,28.5166,0.8935,0.0000,27.6230,0.0000,27.6230,7.3005,20.3225,0.0000,20.3225,0.1127,20.2098,0.0000,-3.4024,12.3568,11.2554,7390.1381,7390.1381,7390.1381,7390.1381,7390.1381 +901.5000,1.0000,11908.1425,67.2435,67.0340,0.1164,0.0000,5,1474.9738,281.6394,656.6490,-96.0584,43.5017,101.4253,-14.8371,0.4162,36.7352,0.0000,36.7352,6.3502,36.7352,0.9406,0.0000,35.7946,0.0000,35.7946,7.3368,28.4578,0.0000,28.4578,0.1930,28.2649,0.0000,-3.4193,12.4182,19.2660,9010.7210,9010.7210,9010.7210,9010.7210,9010.7210 +902.5000,1.0000,11926.9329,67.6355,67.4530,0.1014,0.0000,5,1483.5722,264.7715,677.9319,-96.5684,41.1347,105.3230,-15.0028,0.3647,34.4169,0.0000,34.4169,6.3531,34.4169,0.9361,0.0000,33.4809,0.0000,33.4809,7.3796,26.1013,0.0000,26.1013,0.1691,25.9322,0.0000,-3.4392,12.4906,16.8809,8576.1580,8576.1580,8576.1580,8576.1580,8576.1580 +903.5000,1.0000,11945.7845,67.8555,67.8180,0.0208,0.0000,5,1488.3979,175.3195,673.3765,-96.8546,27.3261,104.9556,-15.0962,0.0752,20.8715,0.0000,20.8715,6.3794,20.8715,0.8723,0.0000,19.9992,0.0000,19.9992,7.4036,12.5956,0.0000,12.5956,0.0349,12.5608,0.0000,-3.4504,12.5312,3.4800,6037.8072,6037.8072,6037.8072,6037.8072,6037.8072 +904.5000,1.0000,11964.5665,67.6055,67.8930,-0.1597,0.0000,5,1482.9142,-24.6771,640.6379,-96.5293,-3.8321,99.4849,-14.9901,-0.5743,-9.5783,0.0000,-9.5783,6.3205,-9.5783,0.8456,0.0000,-10.4239,0.0000,-10.4239,7.3763,-17.8002,0.0000,-17.8002,-0.2662,-17.5340,0.0000,-3.4377,12.4851,-26.5813,1572.0917,1572.0917,1572.0917,1572.0917,1572.0917 +905.5000,1.0000,11983.2033,67.0825,67.3180,-0.1308,0.0000,5,1471.4423,7.3694,564.8858,-95.8490,1.1355,87.0427,-14.7693,-0.4668,-4.7014,0.0000,-4.7014,6.3037,-4.7014,0.8236,0.0000,-5.5249,0.0000,-5.5249,7.3192,-12.8442,0.0000,-12.8442,-0.2164,-12.6278,0.0000,-3.4111,12.3885,-21.6051,2229.5638,2229.5638,2229.5638,2229.5638,2229.5638 +906.5000,1.0000,12001.6724,66.4785,66.8470,-0.2047,0.0000,5,1458.1937,-74.2346,572.0877,-95.0632,-11.3357,87.3588,-14.5163,-0.7238,-16.8454,0.0000,-16.8454,6.2335,-16.8454,0.8426,0.0000,-17.6880,0.0000,-17.6880,7.2533,-24.9414,0.0000,-24.9414,-0.3355,-24.6058,0.0000,-3.3804,12.2769,-33.5024,388.5472,388.5472,388.5472,388.5472,388.5472 +907.5000,1.0000,12019.9618,65.8320,66.1100,-0.1544,0.0000,5,1444.0128,-19.0884,536.7424,-94.2222,-2.8865,81.1644,-14.2480,-0.5407,-8.4769,0.0000,-8.4769,6.1312,-8.4769,0.8097,0.0000,-9.2866,0.0000,-9.2866,7.1828,-16.4694,0.0000,-16.4694,-0.2507,-16.2187,0.0000,-3.3475,12.1575,-25.0287,1620.1257,1620.1257,1620.1257,1620.1257,1620.1257 +908.5000,1.0000,12038.0724,65.1880,65.5540,-0.2033,0.0000,5,1429.8868,-58.4809,552.6658,-93.3844,-8.7568,82.7547,-13.9831,-0.7050,-16.3023,0.0000,-16.3023,8.2504,-16.3023,0.8173,0.0000,-17.1196,0.0000,-17.1196,7.1125,-24.2321,0.0000,-24.2321,-0.3268,-23.9053,0.0000,-3.3148,12.0386,-32.6291,718.7144,718.7144,718.7144,718.7144,718.7144 +909.5000,1.0000,12055.9893,64.4910,64.8220,-0.1839,0.0000,5,1414.5982,-36.9297,532.3425,-92.4777,-5.4706,78.8593,-13.6993,-0.6307,-13.0224,0.0000,-13.0224,8.1825,-13.0224,0.7963,0.0000,-13.8187,0.0000,-13.8187,7.0365,-20.8552,0.0000,-20.8552,-0.2924,-20.5628,0.0000,-3.2793,11.9099,-29.1933,1160.3089,1160.3089,1160.3089,1160.3089,1160.3089 +910.5000,1.0000,12073.7175,63.8115,64.1600,-0.1936,0.0000,5,1399.6935,-47.2853,535.6930,-91.5937,-6.9309,78.5195,-13.4254,-0.6571,-14.4281,0.0000,-14.4281,8.1543,-14.4281,0.7875,0.0000,-15.2156,0.0000,-15.2156,6.9623,-22.1779,0.0000,-22.1779,-0.3046,-21.8733,0.0000,-3.2448,11.7844,-30.4129,898.4884,898.4884,898.4884,898.4884,898.4884 +911.5000,1.0000,12091.2593,63.1405,63.4630,-0.1792,0.0000,5,1384.9752,-31.7466,526.7348,-90.7208,-4.6043,76.3946,-13.1576,-0.6017,-12.0187,0.0000,-12.0187,8.0160,-12.0187,0.7693,0.0000,-12.7880,0.0000,-12.7880,6.8891,-19.6771,0.0000,-19.6771,-0.2789,-19.3982,0.0000,-3.2107,11.6605,-27.8480,1218.8280,1218.8280,1218.8280,1218.8280,1218.8280 +912.5000,1.0000,12108.6640,62.6470,62.8180,-0.0950,0.0000,5,1374.1504,61.0214,529.4408,-90.0788,8.7810,76.1869,-12.9624,-0.3165,1.1493,0.0000,1.1493,7.9482,1.1493,0.7275,0.0000,0.4218,0.0000,0.4218,6.8353,-6.4135,0.0000,-6.4135,-0.1467,-6.2667,0.0000,-3.1856,11.5694,-14.6505,2898.1958,2898.1958,2898.1958,2898.1958,2898.1958 +913.5000,1.0000,12125.9933,62.3755,62.4760,-0.0558,0.0000,5,1368.1951,104.4629,564.7268,-89.7256,14.9671,80.9124,-12.8556,-0.1852,7.2020,0.0000,7.2020,7.9504,7.2020,0.7078,0.0000,6.4942,0.0000,6.4942,6.8057,-0.3115,0.0000,-0.3115,-0.0859,-0.2256,0.0000,-3.1718,11.5192,-8.5731,3658.8724,3658.8724,3658.8724,3658.8724,3658.8724 +914.5000,1.0000,12143.2549,62.1315,62.2750,-0.0797,0.0000,5,1362.8430,78.1953,580.6511,-89.4082,11.1598,82.8685,-12.7600,-0.2634,3.4909,0.0000,3.4909,7.9323,3.4909,0.7125,0.0000,2.7784,0.0000,2.7784,6.7790,-4.0006,0.0000,-4.0006,-0.1221,-3.8785,0.0000,-3.1594,11.4742,-12.1933,3152.5910,3152.5910,3152.5910,3152.5910,3152.5910 +915.5000,1.0000,12160.4251,61.8030,61.9880,-0.1028,0.0000,5,1355.6374,52.3367,568.1214,-88.9808,7.4298,80.6517,-12.6319,-0.3378,-0.0635,0.0000,-0.0635,7.8311,-0.0635,0.7155,0.0000,-0.7790,0.0000,-0.7790,6.7432,-7.5222,0.0000,-7.5222,-0.1566,-7.3656,0.0000,-3.1427,11.4135,-15.6364,2682.8023,2682.8023,2682.8023,2682.8023,2682.8023 +916.5000,1.0000,12177.4815,61.3930,61.6180,-0.1250,0.0000,5,1346.6442,13.6108,555.1063,-88.4474,1.9194,78.2812,-12.4729,-0.4081,-3.4492,0.0000,-3.4492,5.7767,-3.4492,0.7167,0.0000,-4.1659,0.0000,-4.1659,6.6985,-10.8644,0.0000,-10.8644,-0.1892,-10.6752,0.0000,-3.1218,11.3378,-18.8911,2025.0317,2025.0317,2025.0317,2025.0317,2025.0317 +917.5000,1.0000,12194.4147,60.9495,61.1680,-0.1214,0.0000,5,1336.9161,17.2256,536.4027,-87.8705,2.4116,75.0972,-12.3020,-0.3935,-2.8811,0.0000,-2.8811,5.6862,-2.8811,0.7075,0.0000,-3.5886,0.0000,-3.5886,6.6501,-10.2387,0.0000,-10.2387,-0.1824,-10.0563,0.0000,-3.0993,11.2559,-18.2129,2058.3235,2058.3235,2058.3235,2058.3235,2058.3235 +918.5000,1.0000,12211.2014,60.4220,60.7310,-0.1717,0.0000,5,1325.3454,-38.1830,534.5311,-87.1843,-5.2994,74.1875,-12.1003,-0.5517,-10.3937,0.0000,-10.3937,5.6459,-10.3937,0.7170,0.0000,-11.1107,0.0000,-11.1107,6.5925,-17.7032,0.0000,-17.7032,-0.2557,-17.4475,0.0000,-3.0724,11.1584,-25.5335,955.8164,955.8164,955.8164,955.8164,955.8164 +919.5000,1.0000,12227.8513,59.9295,60.1130,-0.1019,0.0000,5,1314.5425,38.9516,508.1383,-86.5436,5.3620,69.9496,-11.9135,-0.3249,0.0511,0.0000,0.0511,5.6358,0.0511,0.6824,0.0000,-0.6312,0.0000,-0.6312,6.5388,-7.1700,0.0000,-7.1700,-0.1506,-7.0194,0.0000,-3.0474,11.0675,-15.0395,2351.9027,2351.9027,2351.9027,2351.9027,2351.9027 +920.5000,1.0000,12244.3956,59.5495,59.7460,-0.1092,0.0000,5,1306.2073,31.0187,538.1909,-86.0492,4.2429,73.6168,-11.7703,-0.3457,-1.0181,0.0000,-1.0181,5.6068,-1.0181,0.6784,0.0000,-1.6966,0.0000,-1.6966,6.4973,-8.1939,0.0000,-8.1939,-0.1603,-8.0336,0.0000,-3.0281,10.9973,-16.0029,2201.9590,2201.9590,2201.9590,2201.9590,2201.9590 +921.5000,1.0000,12260.8664,59.2850,59.3530,-0.0378,0.0000,5,1300.4056,109.6430,533.1994,-85.7051,14.9310,72.6101,-11.6712,-0.1191,9.5016,0.0000,9.5016,5.5485,9.5016,0.6678,0.0000,8.8338,0.0000,8.8338,6.4685,2.3653,0.0000,2.3653,-0.0552,2.4206,0.0000,-3.0146,10.9485,-5.5133,3547.0353,3547.0353,3547.0353,3547.0353,3547.0353 +922.5000,1.0000,12277.3447,59.3120,59.2170,0.0528,0.0000,5,1300.9978,210.7247,566.3881,-85.7403,28.7092,77.1648,-11.6813,0.1665,22.9273,0.0000,22.9273,5.6154,22.9273,0.7353,0.0000,22.1919,0.0000,22.1919,6.4714,15.7205,0.0000,15.7205,0.0772,15.6434,0.0000,-3.0160,10.9535,7.7059,6105.0508,6105.0508,6105.0508,6105.0508,6105.0508 +923.5000,1.0000,12293.8974,59.5795,59.4070,0.0958,0.0000,5,1306.8654,258.5787,609.8699,-86.0882,35.3877,83.4635,-11.7816,0.3037,29.4423,0.0000,29.4423,5.6417,29.4423,0.7723,0.0000,28.6700,0.0000,28.6700,6.5006,22.1694,0.0000,22.1694,0.1408,22.0286,0.0000,-3.0296,11.0029,14.0554,7347.9931,7347.9931,7347.9931,7347.9931,7347.9931 +924.5000,1.0000,12310.5517,59.9455,59.7520,0.1075,0.0000,5,1314.8935,270.9941,631.3315,-86.5644,37.3146,86.9314,-11.9195,0.3427,31.3730,0.0000,31.3730,5.5989,31.3730,0.7880,0.0000,30.5850,0.0000,30.5850,6.5405,24.0445,0.0000,24.0445,0.1589,23.8856,0.0000,-3.0482,11.0705,15.8633,7701.4336,7701.4336,7701.4336,7701.4336,7701.4336 +925.5000,1.0000,12327.3128,60.3300,60.1390,0.1061,0.0000,5,1323.3274,269.8114,638.1754,-87.0646,37.3901,88.4374,-12.0653,0.3405,31.3671,0.0000,31.3671,5.6824,31.3671,0.7943,0.0000,30.5728,0.0000,30.5728,6.5825,23.9903,0.0000,23.9903,0.1578,23.8325,0.0000,-3.0678,11.1415,15.7588,7711.5489,7711.5489,7711.5489,7711.5489,7711.5489 +926.5000,1.0000,12344.1414,60.5730,60.5210,0.0289,0.0000,5,1328.6576,184.1399,639.0574,-87.3807,25.6206,88.9163,-12.1579,0.0931,19.8066,0.0000,19.8066,5.7210,19.8066,0.7406,0.0000,19.0660,0.0000,19.0660,6.6090,12.4570,0.0000,12.4570,0.0431,12.4139,0.0000,-3.0801,11.1863,4.3076,5545.0690,5545.0690,5545.0690,5545.0690,5545.0690 +927.5000,1.0000,12360.9785,60.6035,60.6250,-0.0119,0.0000,5,1329.3266,138.6637,604.3237,-87.4204,19.3029,84.1259,-12.1695,-0.0385,13.6330,0.0000,13.6330,5.7084,13.6330,0.7102,0.0000,12.9228,0.0000,12.9228,6.6123,6.3105,0.0000,6.3105,-0.0178,6.3284,0.0000,-3.0817,11.1920,-1.7819,4383.6332,4383.6332,4383.6332,4383.6332,4383.6332 +928.5000,1.0000,12377.7750,60.4575,60.5820,-0.0692,0.0000,5,1326.1241,75.5608,584.9705,-87.2304,10.4932,81.2357,-12.1138,-0.2224,4.9695,0.0000,4.9695,5.7461,4.9695,0.6793,0.0000,4.2902,0.0000,4.2902,6.5964,-2.3061,0.0000,-2.3061,-0.1031,-2.2030,0.0000,-3.0742,11.1650,-10.2938,2975.9033,2975.9033,2975.9033,2975.9033,2975.9033 +929.5000,1.0000,12394.4970,60.1890,60.3330,-0.0800,0.0000,5,1320.2346,63.3106,557.3288,-86.8812,8.7530,77.0533,-12.0117,-0.2561,3.3287,0.0000,3.3287,5.6804,3.3287,0.6787,0.0000,2.6500,0.0000,2.6500,6.5671,-3.9171,0.0000,-3.9171,-0.1187,-3.7984,0.0000,-3.0606,11.1154,-11.8532,2760.7740,2760.7740,2760.7740,2760.7740,2760.7740 +930.5000,1.0000,12411.1345,59.8850,60.0450,-0.0889,0.0000,5,1313.5664,53.7451,550.4257,-86.4857,7.3930,75.7146,-11.8967,-0.2831,1.9898,0.0000,1.9898,5.6862,1.9898,0.6767,0.0000,1.3131,0.0000,1.3131,6.5339,-5.2208,0.0000,-5.2208,-0.1312,-5.0896,0.0000,-3.0451,11.0593,-13.1037,2588.7334,2588.7334,2588.7334,2588.7334,2588.7334 +931.5000,1.0000,12427.6925,59.5990,59.7250,-0.0700,0.0000,5,1307.2931,74.1511,544.6945,-86.1136,10.1512,74.5684,-11.7889,-0.2219,4.7707,0.0000,4.7707,5.6025,4.7707,0.6648,0.0000,4.1058,0.0000,4.1058,6.5027,-2.3969,0.0000,-2.3969,-0.1029,-2.2940,0.0000,-3.0306,11.0065,-10.2699,2902.6536,2902.6536,2902.6536,2902.6536,2902.6536 +932.5000,1.0000,12444.1961,59.4030,59.4730,-0.0389,0.0000,5,1302.9939,108.8405,552.0974,-85.8586,14.8512,75.3332,-11.7153,-0.1229,9.3563,0.0000,9.3563,5.6178,9.3563,0.6690,0.0000,8.6873,0.0000,8.6873,6.4813,2.2060,0.0000,2.2060,-0.0570,2.2629,0.0000,-3.0206,10.9703,-5.6867,3536.0303,3536.0303,3536.0303,3536.0303,3536.0303 +933.5000,1.0000,12460.6925,59.3770,59.3330,0.0244,0.0000,5,1302.4236,179.2095,566.4529,-85.8248,24.4423,77.2582,-11.7056,0.0772,18.7489,0.0000,18.7489,5.6162,18.7489,0.7155,0.0000,18.0334,0.0000,18.0334,6.4785,11.5549,0.0000,11.5549,0.0358,11.5191,0.0000,-3.0193,10.9655,3.5730,5311.5076,5311.5076,5311.5076,5311.5076,5311.5076 +934.5000,1.0000,12477.2385,59.5555,59.4210,0.0747,0.0000,5,1306.3389,234.6325,596.7096,-86.0570,32.0976,81.6296,-11.7726,0.2367,26.2886,0.0000,26.2886,5.5723,26.2886,0.7561,0.0000,25.5325,0.0000,25.5325,6.4980,19.0345,0.0000,19.0345,0.1097,18.9248,0.0000,-3.0284,10.9984,10.9547,6737.4922,6737.4922,6737.4922,6737.4922,6737.4922 +935.5000,1.0000,12493.8840,59.9140,59.6900,0.1244,0.0000,5,1314.2026,290.1177,621.2802,-86.5234,39.9269,85.5024,-11.9076,0.3965,33.8931,0.0000,33.8931,5.6372,33.8931,0.8001,0.0000,33.0930,0.0000,33.0930,6.5371,26.5560,0.0000,26.5560,0.1838,26.3721,0.0000,-3.0466,11.0646,18.3541,8191.8136,8191.8136,8191.8136,8191.8136,8191.8136 +936.5000,1.0000,12510.6171,60.2290,60.1380,0.0506,0.0000,5,1321.1120,208.4630,645.7323,-86.9332,28.8401,89.3348,-12.0269,0.1619,22.9528,0.0000,22.9528,5.7253,22.9528,0.7506,0.0000,22.2023,0.0000,22.2023,6.5715,15.6308,0.0000,15.6308,0.0751,15.5557,0.0000,-3.0626,11.1228,7.4956,6143.3680,6143.3680,6143.3680,6143.3680,6143.3680 +937.5000,1.0000,12527.3928,60.3825,60.3200,0.0347,0.0000,5,1324.4790,190.5154,613.0576,-87.1329,26.4243,85.0305,-12.0853,0.1115,20.6233,0.0000,20.6233,5.6895,20.6233,0.7415,0.0000,19.8818,0.0000,19.8818,6.5882,13.2936,0.0000,13.2936,0.0517,13.2419,0.0000,-3.0704,11.1512,5.1612,5693.7460,5693.7460,5693.7460,5693.7460,5693.7460 +938.5000,1.0000,12544.1632,60.3635,60.4450,-0.0453,0.0000,5,1324.0623,101.4075,605.7849,-87.1082,14.0607,83.9954,-12.0780,-0.1454,8.5497,0.0000,8.5497,5.6564,8.5497,0.6808,0.0000,7.8689,0.0000,7.8689,6.5861,1.2828,0.0000,1.2828,-0.0674,1.3501,0.0000,-3.0695,11.1476,-6.7280,3423.6961,3423.6961,3423.6961,3423.6961,3423.6961 +939.5000,1.0000,12560.8557,60.0830,60.2820,-0.1106,0.0000,5,1317.9095,29.2414,567.5012,-86.7433,4.0356,78.3215,-11.9715,-0.3533,-1.2310,0.0000,-1.2310,5.6199,-1.2310,0.6882,0.0000,-1.9192,0.0000,-1.9192,6.5555,-8.4748,0.0000,-8.4748,-0.1638,-8.3110,0.0000,-3.0552,11.0958,-16.3516,2203.5123,2203.5123,2203.5123,2203.5123,2203.5123 +940.5000,1.0000,12577.3808,59.4805,59.8840,-0.2242,0.0000,5,1304.6938,40.6112,533.7149,-85.9595,5.5486,72.9200,-11.7444,-0.7091,0.6730,0.0000,0.6730,5.5847,0.6730,0.6730,0.0000,0.0000,0.0000,0.0000,6.4898,-6.4898,18.7017,-25.1915,-0.3287,-24.8627,0.0000,-3.0246,10.9846,-32.8227,2353.2457,2353.2457,2353.2457,2353.2457,2353.2457 +941.5000,1.0000,12593.6818,58.6735,59.0770,-0.2242,0.0000,5,1286.9924,41.4055,533.7534,-84.9096,5.5804,71.9358,-11.4436,-0.6995,0.6592,0.0000,0.6592,5.6207,0.6592,0.6592,0.0000,0.0000,0.0000,0.0000,6.4017,-6.4017,18.4479,-24.8497,-0.3243,-24.5254,0.0000,-2.9835,10.8355,-32.3774,2322.8524,2322.8524,2322.8524,2322.8524,2322.8524 +942.5000,1.0000,12609.7826,57.9530,58.2700,-0.1761,0.0000,5,1271.1884,-42.5663,529.8223,-83.9723,-5.6664,70.5292,-11.1783,-0.5428,-10.6220,0.0000,-10.6220,5.4984,-10.6220,0.6751,0.0000,-11.2971,0.0000,-11.2971,6.3231,-17.6202,0.0000,-17.6202,-0.2516,-17.3686,0.0000,-2.9469,10.7025,-25.1242,763.1022,763.1022,763.1022,763.1022,763.1022 +943.5000,1.0000,12625.7113,57.3330,57.6360,-0.1683,0.0000,5,1257.5888,-33.9496,489.2947,-83.1658,-4.4710,64.4374,-10.9525,-0.5133,-9.4059,0.0000,-9.4059,5.4483,-9.4059,0.6616,0.0000,-10.0675,0.0000,-10.0675,6.2555,-16.3230,0.0000,-16.3230,-0.2379,-16.0851,0.0000,-2.9154,10.5880,-23.7577,925.2802,925.2802,925.2802,925.2802,925.2802 +944.5000,1.0000,12641.4664,56.7085,57.0300,-0.1786,0.0000,5,1243.8905,-44.8202,489.1769,-82.3533,-5.8383,63.7201,-10.7273,-0.5387,-10.7525,0.0000,-10.7525,5.4529,-10.7525,0.6545,0.0000,-11.4070,0.0000,-11.4070,6.1873,-17.5943,0.0000,-17.5943,-0.2497,-17.3446,0.0000,-2.8836,10.4727,-24.9337,682.1910,682.1910,682.1910,682.1910,682.1910 +945.5000,1.0000,12657.0292,56.0160,56.3870,-0.2061,0.0000,5,1228.7006,-75.5220,480.0125,-81.4525,-9.7174,61.7628,-10.4804,-0.6140,-14.4455,0.0000,-14.4455,5.3422,-14.4455,0.6522,0.0000,-15.0977,0.0000,-15.0977,6.1118,-21.2095,0.0000,-21.2095,-0.2847,-20.9248,0.0000,-2.8484,10.3448,-28.4212,24.9491,24.9491,24.9491,24.9491,24.9491 +946.5000,1.0000,12672.3775,55.2440,55.6450,-0.2228,0.0000,5,1211.7670,41.1270,461.2853,-80.4482,5.2188,58.5352,-10.2085,-0.6545,0.6018,0.0000,0.6018,5.2716,0.6018,0.6018,0.0000,0.0000,0.0000,0.0000,6.0276,-6.0276,17.1789,-23.2064,-0.3034,-22.9030,0.0000,-2.8091,10.2022,-30.2961,2148.9212,2148.9212,2148.9212,2148.9212,2148.9212 +947.5000,1.0000,12687.4918,54.4015,54.8430,-0.2453,0.0000,5,1193.2869,40.7657,509.5497,-79.3498,5.0941,63.6737,-9.9156,-0.7097,0.5881,0.0000,0.5881,5.2157,0.5881,0.5881,0.0000,0.0000,0.0000,0.0000,5.9356,-5.9356,19.9602,-25.8959,-0.3290,-25.5669,0.0000,-2.7663,10.0466,-32.8472,2113.2230,2113.2230,2113.2230,2113.2230,2113.2230 +948.5000,1.0000,12702.3601,53.5160,53.9600,-0.2467,0.0000,5,1173.8636,40.5990,504.0916,-78.1912,4.9907,61.9663,-9.6118,-0.7021,0.5738,0.0000,0.5738,5.1190,0.5738,0.5738,0.0000,0.0000,0.0000,0.0000,5.8390,-5.8390,19.8201,-25.6592,-0.3255,-25.3337,0.0000,-2.7213,9.8831,-32.4955,2097.8399,2097.8399,2097.8399,2097.8399,2097.8399 +949.5000,1.0000,12716.9643,52.5650,53.0720,-0.2817,0.0000,5,1153.0036,39.9068,498.4489,-76.9468,4.8184,60.1838,-9.2907,-0.7874,0.5586,0.0000,0.5586,5.0473,0.5586,0.5586,0.0000,0.0000,0.0000,0.0000,5.7353,-5.7353,24.0422,-29.7775,-0.3650,-29.4124,0.0000,-2.6729,9.7075,-36.4470,2073.1303,2073.1303,2073.1303,2073.1303,2073.1303 +950.5000,1.0000,12731.2968,51.5870,52.0580,-0.2617,0.0000,5,1131.5513,40.3195,492.4977,-75.6672,4.7777,58.3589,-8.9662,-0.7179,0.5432,0.0000,0.5432,4.9524,0.5432,0.5432,0.0000,0.0000,0.0000,0.0000,5.6285,-5.6285,21.0296,-26.6582,-0.3328,-26.3254,0.0000,-2.6232,9.5268,-33.2290,2065.6658,2065.6658,2065.6658,2065.6658,2065.6658 +951.5000,1.0000,12745.3747,50.6705,51.1160,-0.2475,0.0000,5,1111.4481,40.9269,487.5012,-74.4680,4.7635,56.7405,-8.6674,-0.6670,0.5289,0.0000,0.5289,4.9016,0.5289,0.5289,0.0000,0.0000,0.0000,0.0000,5.5286,-5.5286,18.8713,-24.3998,-0.3092,-24.0906,0.0000,-2.5766,9.3576,-30.8716,2051.1404,2051.1404,2051.1404,2051.1404,2051.1404 +952.5000,1.0000,12759.1996,49.7595,50.2250,-0.2586,0.0000,5,1091.4655,40.8987,482.5674,-73.1741,4.6746,55.1565,-8.3637,-0.6844,0.5149,0.0000,0.5149,4.8441,0.5149,0.5149,0.0000,0.0000,0.0000,0.0000,5.4292,-5.4292,19.9066,-25.3358,-0.3173,-25.0185,0.0000,-2.5303,9.1893,-31.6776,2004.5364,2004.5364,2004.5364,2004.5364,2004.5364 +953.5000,1.0000,12772.7621,48.8150,49.2940,-0.2661,0.0000,5,1070.7480,40.8784,476.9958,-71.6911,4.5836,53.4848,-8.0386,-0.6909,0.5005,0.0000,0.5005,4.7740,0.5005,0.5005,0.0000,0.0000,0.0000,0.0000,5.3261,-5.3261,20.4390,-25.7651,-0.3203,-25.4449,0.0000,-2.4822,9.0149,-31.9776,1956.3915,1956.3915,1956.3915,1956.3915,1956.3915 +954.5000,1.0000,12786.0451,47.8090,48.3360,-0.2928,0.0000,5,1048.6816,40.4444,471.1977,-70.1116,4.4415,51.7458,-7.6995,-0.7444,0.4854,0.0000,0.4854,4.7005,0.4854,0.4854,0.0000,0.0000,0.0000,0.0000,5.2163,-5.2163,23.1877,-28.4040,-0.3451,-28.0589,0.0000,-2.4311,8.8291,-34.4570,1897.1707,1897.1707,1897.1707,1897.1707,1897.1707 +955.5000,1.0000,12799.0825,46.9245,47.2820,-0.1986,0.0000,5,1029.2803,-66.1870,465.9136,-68.7228,-7.1340,50.2190,-7.4074,-0.4957,-11.2706,0.0000,-11.2706,4.6323,-11.2706,0.5017,0.0000,-11.7723,0.0000,-11.7723,5.1198,-16.8921,0.0000,-16.8921,-0.2298,-16.6624,0.0000,-2.3861,8.6658,-22.9421,0.0000,0.0000,0.0000,0.0000,0.0000 +956.5000,1.0000,12811.8961,46.1190,46.5670,-0.2489,0.0000,5,1011.6118,41.6524,406.9351,-67.4580,4.4125,43.1090,-7.1462,-0.6105,0.4605,0.0000,0.4605,4.5624,0.4605,0.4605,0.0000,0.0000,0.0000,0.0000,5.0319,-5.0319,17.3354,-22.3674,-0.2830,-22.0844,0.0000,-2.3451,8.5170,-28.2563,1834.9906,1834.9906,1834.9906,1834.9906,1834.9906 +957.5000,1.0000,12824.4446,45.1645,45.6710,-0.2814,0.0000,5,990.6750,41.1027,454.8181,-67.1603,4.2641,47.1843,-6.9674,-0.6759,0.4467,0.0000,0.4467,4.4933,0.4467,0.4467,0.0000,0.0000,0.0000,0.0000,4.9278,-4.9278,20.6262,-25.5540,-0.3133,-25.2406,0.0000,-2.2966,8.3408,-31.2848,1770.3163,1770.3163,1770.3163,1770.3163,1770.3163 +958.5000,1.0000,12836.7463,44.2760,44.6580,-0.2122,0.0000,5,971.1859,43.0017,445.5275,-68.2751,4.3734,45.3112,-6.9437,-0.4997,0.4340,0.0000,0.4340,4.4391,0.4340,0.4340,0.0000,0.0000,0.0000,0.0000,4.8309,-4.8309,12.6062,-17.4371,-0.2317,-17.2054,0.0000,-2.2514,8.1767,-23.1307,1749.7876,1749.7876,1749.7876,1749.7876,1749.7876 +959.5000,1.0000,12848.8178,43.4475,43.8940,-0.2481,0.0000,5,953.0129,42.9830,438.2739,-69.3147,4.2897,43.7394,-6.9176,-0.5732,0.4223,0.0000,0.4223,4.4406,0.4223,0.4223,0.0000,0.0000,0.0000,0.0000,4.7405,-4.7405,16.2412,-20.9817,-0.2657,-20.7160,0.0000,-2.2093,8.0237,-26.5304,1696.1812,1696.1812,1696.1812,1696.1812,1696.1812 +960.5000,1.0000,12860.5418,42.1965,43.0010,-0.4469,0.0000,5,925.5725,38.8463,426.3458,-70.8844,3.7652,41.3239,-6.8705,-1.0030,0.4049,0.0000,0.4049,4.3634,0.4049,0.4049,0.0000,0.0000,0.0000,0.0000,4.6040,-4.6040,36.6398,-41.2438,-0.4650,-40.7788,0.0000,-2.1457,7.7927,-46.4258,1536.1075,1536.1075,1536.1075,1536.1075,1536.1075 +961.5000,1.0000,12871.8965,40.8670,41.3920,-0.2917,0.0000,5,896.4101,42.7571,411.2308,-72.6040,4.0137,38.6030,-6.8155,-0.6339,0.3867,0.0000,0.3867,4.2609,0.3867,0.3867,0.0000,0.0000,0.0000,0.0000,4.4589,-4.4589,19.7078,-24.1668,-0.2939,-23.8729,0.0000,-2.0781,7.5471,-29.3419,1573.9750,1573.9750,1573.9750,1573.9750,1573.9750 +962.5000,1.0000,12882.9933,39.9385,40.3420,-0.2242,0.0000,5,876.0436,44.5705,402.6538,-74.0603,4.0889,36.9391,-6.7942,-0.4762,0.3742,0.0000,0.3742,4.1908,0.3742,0.3742,0.0000,0.0000,0.0000,0.0000,4.3576,-4.3576,12.5573,-16.9149,-0.2207,-16.6942,0.0000,-2.0309,7.3757,-22.0390,1593.6708,1593.6708,1593.6708,1593.6708,1593.6708 +963.5000,1.0000,12893.8700,39.1460,39.5350,-0.2161,0.0000,5,858.6603,45.0235,409.9743,-75.3033,4.0485,36.8644,-6.7712,-0.4499,0.3637,0.0000,0.3637,4.1347,0.3637,0.3637,0.0000,0.0000,0.0000,0.0000,4.2711,-4.2711,11.5241,-15.7953,-0.2086,-15.5867,0.0000,-1.9906,7.2293,-20.8254,1595.2098,1595.2098,1595.2098,1595.2098,1595.2098 +964.5000,1.0000,12904.6638,38.8475,38.7570,0.0503,0.0000,5,852.1128,211.6134,413.1245,-75.7715,18.8829,36.8644,-6.7613,0.1039,14.6943,0.0000,14.6943,4.0848,14.6943,0.4007,0.0000,14.2936,0.0000,14.2936,4.2386,10.0550,0.0000,10.0550,0.0482,10.0068,0.0000,-1.9754,7.1742,4.8080,4069.0033,4069.0033,4069.0033,4069.0033,4069.0033 +965.5000,1.0000,12915.4338,38.7621,38.9380,-0.0977,0.0000,0,768.1970,1.2504,458.2531,-82.9091,0.1006,36.8644,-6.6697,-4.0524,0.0000,0.0000,0.0000,4.1530,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.2293,-4.2293,0.0000,-4.2293,-0.0934,-4.1359,0.0000,-1.9710,7.1584,-9.3232,934.1453,934.1453,934.1453,934.1453,934.1453 +966.5000,1.0000,12926.2462,38.9147,39.9440,0.1825,0.0000,4,978.1329,427.8316,427.8316,-67.8777,43.8227,43.8227,-6.9527,17.7703,21.8850,0.0000,21.8850,4.1674,28.2656,1.1582,0.0000,27.1075,0.0000,27.1075,4.2459,22.8616,0.0000,22.8616,0.1751,22.6865,0.0000,-1.9788,7.1866,17.4787,8835.7217,8835.7217,8835.7217,8835.7217,8835.7217 +967.5000,1.0000,12937.4986,40.4988,41.2720,0.6976,0.0000,4,1314.7331,656.8340,656.8340,-86.5549,90.4319,90.4319,-11.9167,3.2912,82.8812,0.0000,82.8812,4.2595,82.8812,2.2886,0.0000,80.5926,0.0000,80.5926,4.9299,75.6627,0.0000,75.6627,0.6965,74.9661,0.0000,-2.0593,7.4791,69.5463,17659.4991,17659.4991,17659.4991,17659.4991,17659.4991 +968.5000,1.0000,12949.5231,43.2782,43.0160,0.8465,0.0000,4,1404.9638,773.8102,789.0174,-91.9063,113.8487,116.0861,-13.5219,4.2680,105.1997,0.0000,105.1997,4.3810,105.1997,2.8046,0.0000,102.3951,0.0000,102.3951,5.5123,96.8828,0.0000,96.8828,0.9033,95.9795,0.0000,-2.2007,7.9924,90.1877,22163.3560,22163.3560,22163.3560,22163.3560,22163.3560 +969.5000,1.0000,12962.1868,45.5790,44.8020,0.4317,0.0000,4,1479.6551,444.5479,839.8895,-96.3361,68.8823,130.1401,-14.9272,2.2920,62.1102,0.0000,62.1102,4.4800,62.1102,2.0030,0.0000,60.1073,0.0000,60.1073,5.0894,55.0179,0.0000,55.0179,0.4851,54.5328,0.0000,-2.3177,8.4173,48.4331,13728.5674,13728.5674,13728.5674,13728.5674,13728.5674 +970.5000,1.0000,12975.2815,47.1310,46.3560,0.4306,0.0000,4,1530.0385,443.6481,740.0102,-99.3242,71.0836,118.5683,-15.9142,2.3640,64.1066,0.0000,64.1066,4.6131,64.1066,2.0848,0.0000,62.0218,0.0000,62.0218,5.2607,56.7611,0.0000,56.7611,0.5003,56.2607,0.0000,-2.3966,8.7039,49.9534,14179.9150,14179.9150,14179.9150,14179.9150,14179.9150 +971.5000,1.0000,12988.7695,48.5470,47.9060,0.3561,0.0000,4,1576.0069,384.6268,749.1891,-102.0505,63.4784,123.6455,-16.8423,2.0140,56.7544,0.0000,56.7544,4.7101,56.7544,1.9769,0.0000,54.7775,0.0000,54.7775,5.2969,49.4807,0.0000,49.4807,0.4262,49.0544,0.0000,-2.4686,8.9654,42.5576,12845.2034,12845.2034,12845.2034,12845.2034,12845.2034 +972.5000,1.0000,13002.6244,49.8675,49.1880,0.3775,0.0000,4,1618.8750,401.5654,739.8364,-104.1457,68.0767,125.4231,-17.6556,2.1930,61.0445,0.0000,61.0445,4.8392,61.0445,2.1000,0.0000,58.9445,0.0000,58.9445,5.4660,53.4785,0.0000,53.4785,0.4641,53.0144,0.0000,-2.5357,9.2093,46.3408,13755.3483,13755.3483,13755.3483,13755.3483,13755.3483 +973.5000,1.0000,13016.8526,51.2115,50.5470,0.3692,0.0000,4,1662.5059,394.8831,752.1411,-105.6995,68.7481,130.9457,-18.4020,2.2024,61.6058,0.0000,61.6058,4.9398,61.6058,2.1499,0.0000,59.4559,0.0000,59.4559,5.5972,53.8588,0.0000,53.8588,0.4661,53.3926,0.0000,-2.6041,9.4575,46.5392,13929.9173,13929.9173,13929.9173,13929.9173,13929.9173 +974.5000,1.0000,13031.4152,52.4155,51.8760,0.2997,0.0000,4,1701.5920,340.3644,757.5539,-107.0914,60.6496,134.9888,-19.0827,1.8302,53.8235,0.0000,53.8235,4.9960,53.8235,2.0296,0.0000,51.7938,0.0000,51.7938,5.7189,46.0749,0.0000,46.0749,0.3873,45.6875,0.0000,-2.6653,9.6798,38.6730,12466.7660,12466.7660,12466.7660,12466.7660,12466.7660 +975.5000,1.0000,13046.2691,53.4640,52.9550,0.2828,0.0000,4,1735.6300,327.1901,750.8843,-108.3036,59.4684,136.4768,-19.6847,1.7612,52.6142,0.0000,52.6142,5.0929,52.6142,2.0368,0.0000,50.5775,0.0000,50.5775,5.8333,44.7441,0.0000,44.7441,0.3727,44.3714,0.0000,-2.7186,9.8735,37.2165,12256.4355,12256.4355,12256.4355,12256.4355,12256.4355 +976.5000,1.0000,13061.2155,53.7971,53.9730,-0.0977,0.0000,0,1702.8064,0.1771,744.0601,-107.1347,0.0316,132.6789,-19.1040,-5.1603,0.0000,0.0000,0.0000,5.1919,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.8697,-5.8697,0.0000,-5.8697,-0.1296,-5.7401,0.0000,-2.7356,9.9350,-12.9395,2651.4176,2651.4176,2651.4176,2651.4176,2651.4176 +977.5000,1.0000,13076.3623,54.5183,54.8740,0.4984,0.0000,5,1434.4920,561.5256,561.5256,-93.6575,84.3522,84.3522,-14.0692,-19.2895,98.3976,0.0000,98.3976,5.2441,82.0281,0.9546,0.0000,81.0735,0.0000,81.0735,6.2253,74.8482,0.0000,74.8482,0.6699,74.1784,0.0000,-2.7722,10.0682,66.8824,16504.1782,16504.1782,16504.1782,16504.1782,16504.1782 +978.5000,1.0000,13091.9561,56.1277,55.8480,0.3957,0.0000,5,1231.1501,592.4631,790.4235,-81.5977,76.3837,101.9059,-10.5200,1.1813,69.8472,0.0000,69.8472,5.3552,69.8472,0.9188,0.0000,68.9284,0.0000,68.9284,6.1910,62.7374,0.0000,62.7374,0.5476,62.1898,0.0000,-2.8541,10.3654,54.6785,15068.9543,15068.9543,15068.9543,15068.9543,15068.9543 +979.5000,1.0000,13107.8875,57.3430,56.8400,0.2794,0.0000,5,1257.8081,462.3613,760.0814,-83.1788,60.9010,100.1159,-10.9561,0.8522,54.6338,0.0000,54.6338,5.4150,54.6338,0.8620,0.0000,53.7718,0.0000,53.7718,6.2566,47.5152,0.0000,47.5152,0.3951,47.1202,0.0000,-2.9159,10.5898,39.4462,12117.6047,12117.6047,12117.6047,12117.6047,12117.6047 +980.5000,1.0000,13124.0716,58.2530,57.8460,0.2261,0.0000,5,1277.7688,402.8726,708.6058,-84.3626,53.9074,94.8169,-11.2884,0.7005,47.7428,0.0000,47.7428,5.4641,47.7428,0.8422,0.0000,46.9006,0.0000,46.9006,6.3559,40.5447,0.0000,40.5447,0.3247,40.2200,0.0000,-2.9621,10.7579,32.4242,10807.9428,10807.9428,10807.9428,10807.9428,10807.9428 +981.5000,1.0000,13140.4715,59.0295,58.6600,0.2053,0.0000,5,1294.8012,380.1331,686.6431,-85.3727,51.5427,93.1028,-11.5758,0.6445,45.3107,0.0000,45.3107,5.5875,45.3107,0.8426,0.0000,44.4681,0.0000,44.4681,6.4406,38.0275,0.0000,38.0275,0.2988,37.7288,0.0000,-3.0016,10.9013,29.8291,10373.7272,10373.7272,10373.7272,10373.7272,10373.7272 +982.5000,1.0000,13157.0483,59.6665,59.3990,0.1486,0.0000,5,1308.7737,317.0992,679.8936,-86.2014,43.4599,93.1825,-11.8143,0.4716,37.3548,0.0000,37.3548,5.6335,37.3548,0.8133,0.0000,36.5415,0.0000,36.5415,6.5101,30.0314,0.0000,30.0314,0.2186,29.8128,0.0000,-3.0340,11.0189,21.8279,8862.8269,8862.8269,8862.8269,8862.8269,8862.8269 +983.5000,1.0000,13173.6948,59.9175,59.9340,-0.0092,0.0000,5,1314.2793,141.9988,655.6955,-86.5280,19.5434,90.2440,-11.9089,-0.0292,13.8905,0.0000,13.8905,5.6822,13.8905,0.7001,0.0000,13.1904,0.0000,13.1904,6.5375,6.6529,0.0000,6.6529,-0.0135,6.6664,0.0000,-3.0468,11.0653,-1.3521,4414.0089,4414.0089,4414.0089,4414.0089,4414.0089 +984.5000,1.0000,13190.2629,59.6350,59.9010,-0.1478,0.0000,5,1308.0827,-11.1519,582.0397,-86.1604,-1.5276,79.7290,-11.8024,-0.4687,-6.7297,0.0000,-6.7297,5.6708,-6.7297,0.6942,0.0000,-7.4239,0.0000,-7.4239,6.5066,-13.9306,0.0000,-13.9306,-0.2173,-13.7133,0.0000,-3.0324,11.0131,-21.6940,1473.0847,1473.0847,1473.0847,1473.0847,1473.0847 +985.5000,1.0000,13206.7204,59.2370,59.3690,-0.0733,0.0000,5,1299.3527,70.8038,515.0394,-85.6427,9.6341,70.0803,-11.6532,-0.2310,4.2498,0.0000,4.2498,5.6153,4.2498,0.6599,0.0000,3.5900,0.0000,3.5900,6.4632,-2.8733,0.0000,-2.8733,-0.1071,-2.7662,0.0000,-3.0122,10.9396,-10.6936,2828.0592,2828.0592,2828.0592,2828.0592,2828.0592 +986.5000,1.0000,13223.1366,59.0885,59.1050,-0.0092,0.0000,5,1296.0954,142.0384,548.8329,-85.4495,19.2784,74.4913,-11.5978,-0.0288,13.6934,0.0000,13.6934,5.6138,13.6934,0.6855,0.0000,13.0079,0.0000,13.0079,6.4470,6.5609,0.0000,6.5609,-0.0134,6.5742,0.0000,-3.0046,10.9122,-1.3333,4345.5771,4345.5771,4345.5771,4345.5771,4345.5771 +987.5000,1.0000,13239.5800,59.1860,59.0720,0.0633,0.0000,5,1298.2340,222.8433,579.2798,-85.5763,30.2957,78.7535,-11.6342,0.1994,24.4389,0.0000,24.4389,5.6574,24.4389,0.7408,0.0000,23.6981,0.0000,23.6981,6.4577,17.2404,0.0000,17.2404,0.0924,17.1480,0.0000,-3.0096,10.9302,9.2274,6396.2309,6396.2309,6396.2309,6396.2309,6396.2309 +988.5000,1.0000,13256.1201,59.5345,59.3000,0.1303,0.0000,5,1305.8783,296.8989,614.5835,-86.0297,40.6013,84.0451,-11.7647,0.4125,34.5440,0.0000,34.5440,5.6448,34.5440,0.7971,0.0000,33.7469,0.0000,33.7469,6.4957,27.2512,0.0000,27.2512,0.1912,27.0600,0.0000,-3.0273,10.9945,19.0927,8321.4643,8321.4643,8321.4643,8321.4643,8321.4643 +989.5000,1.0000,13272.8116,60.0795,59.7690,0.1725,0.0000,5,1317.8328,343.8942,647.4079,-86.7387,47.4585,89.3443,-11.9702,0.5512,41.2022,0.0000,41.2022,5.7051,41.2022,0.8393,0.0000,40.3629,0.0000,40.3629,6.5551,33.8077,0.0000,33.8077,0.2555,33.5522,0.0000,-3.0550,11.0952,25.5120,9608.6618,9608.6618,9608.6618,9608.6618,9608.6618 +990.5000,1.0000,13289.6826,60.7255,60.3900,0.1864,0.0000,5,1332.0027,358.8432,669.1376,-87.5791,50.0540,93.3360,-12.2161,0.6020,43.7567,0.0000,43.7567,5.6953,43.7567,0.8628,0.0000,42.8938,0.0000,42.8938,6.6256,36.2682,0.0000,36.2682,0.2791,35.9891,0.0000,-3.0879,11.2145,27.8625,10085.2951,10085.2951,10085.2951,10085.2951,10085.2951 +991.5000,1.0000,13306.7422,61.4045,61.0610,0.1908,0.0000,5,1346.8964,364.0363,677.8539,-88.4624,51.3461,95.6090,-12.4773,0.6232,44.9321,0.0000,44.9321,5.7908,44.9321,0.8801,0.0000,44.0520,0.0000,44.0520,6.6997,37.3523,0.0000,37.3523,0.2889,37.0634,0.0000,-3.1224,11.3399,28.8459,10338.1822,10338.1822,10338.1822,10338.1822,10338.1822 +992.5000,1.0000,13323.9803,62.0470,61.7480,0.1661,0.0000,5,1360.9895,336.8851,682.6101,-89.2982,48.0137,97.2873,-12.7270,0.5482,41.5732,0.0000,41.5732,5.8924,41.5732,0.8741,0.0000,40.6991,0.0000,40.6991,6.7698,33.9292,0.0000,33.9292,0.2541,33.6751,0.0000,-3.1551,11.4585,25.3717,9715.8608,9715.8608,9715.8608,9715.8608,9715.8608 +993.5000,1.0000,13341.3804,62.6305,62.3460,0.1581,0.0000,5,1373.7885,327.1987,674.4505,-90.0573,47.0717,97.0283,-12.9559,0.5265,40.7071,0.0000,40.7071,5.8381,40.7071,0.8797,0.0000,39.8274,0.0000,39.8274,6.8335,32.9939,0.0000,32.9939,0.2441,32.7498,0.0000,-3.1847,11.5663,24.3683,9554.8768,9554.8768,9554.8768,9554.8768,9554.8768 +994.5000,1.0000,13358.9329,63.1790,62.9150,0.1467,0.0000,5,1385.8197,314.8200,673.1251,-90.7709,45.6875,97.6857,-13.1729,0.4928,39.2691,0.0000,39.2691,5.9256,39.2691,0.8819,0.0000,38.3872,0.0000,38.3872,6.8933,31.4939,0.0000,31.4939,0.2285,31.2654,0.0000,-3.2126,11.6676,22.8104,9317.3222,9317.3222,9317.3222,9317.3222,9317.3222 +995.5000,1.0000,13376.5966,63.5795,63.4430,0.0758,0.0000,5,1394.6046,236.7123,670.4082,-91.2919,34.5701,97.9082,-13.3325,0.2564,28.2670,0.0000,28.2670,6.0466,28.2670,0.8338,0.0000,27.4333,0.0000,27.4333,6.9370,20.4962,0.0000,20.4962,0.1189,20.3774,0.0000,-3.2330,11.7416,11.8688,7269.3205,7269.3205,7269.3205,7269.3205,7269.3205 +996.5000,1.0000,13394.3068,63.7465,63.7160,0.0169,0.0000,5,1398.2677,185.7433,641.3709,-91.5091,27.1977,93.9135,-13.3993,0.0574,18.9619,0.0000,18.9619,8.1784,18.9619,0.7901,0.0000,18.1718,0.0000,18.1718,6.9552,11.2165,0.0000,11.2165,0.0266,11.1899,0.0000,-3.2415,11.7724,2.6590,5918.8060,5918.8060,5918.8060,5918.8060,5918.8060 +997.5000,1.0000,13412.0348,63.8110,63.7770,0.0189,0.0000,5,1399.6825,187.9507,622.1079,-91.5930,27.5488,91.1851,-13.4252,0.0641,19.2915,0.0000,19.2915,8.1931,19.2915,0.7929,0.0000,18.4986,0.0000,18.4986,6.9623,11.5364,0.0000,11.5364,0.0297,11.5066,0.0000,-3.2448,11.7843,2.9671,5983.9063,5983.9063,5983.9063,5983.9063,5983.9063 +998.5000,1.0000,13429.7868,63.8970,63.8450,0.0289,0.0000,5,1401.5689,199.1179,623.4143,-91.7049,29.2249,91.4997,-13.4597,0.0982,20.9147,0.0000,20.9147,8.2120,20.9147,0.8025,0.0000,20.1123,0.0000,20.1123,6.9717,13.1406,0.0000,13.1406,0.0455,13.0951,0.0000,-3.2491,11.8002,4.5440,6286.7095,6286.7095,6286.7095,6286.7095,6286.7095 +999.5000,1.0000,13447.5744,64.0255,63.9490,0.0425,0.0000,5,1404.3876,214.2606,628.3816,-91.8721,31.5107,92.4143,-13.5114,0.1447,23.1352,0.0000,23.1352,8.2307,23.1352,0.8158,0.0000,22.3194,0.0000,22.3194,6.9857,15.3337,0.0000,15.3337,0.0671,15.2667,0.0000,-3.2557,11.8239,6.6984,6714.3409,6714.3409,6714.3409,6714.3409,6714.3409 +1000.5000,1.0000,13465.4164,64.2210,64.1020,0.0661,0.0000,5,1408.6758,240.4651,635.1786,-92.1264,35.4725,93.6991,-13.5901,0.2258,26.9962,0.0000,26.9962,8.2505,26.9962,0.8385,0.0000,26.1577,0.0000,26.1577,7.0070,19.1506,0.0000,19.1506,0.1047,19.0460,0.0000,-3.2656,11.8600,10.4516,7449.9083,7449.9083,7449.9083,7449.9083,7449.9083 +1001.5000,1.0000,13483.3393,64.5125,64.3400,0.0958,0.0000,5,1415.0698,273.9969,646.6008,-92.5056,40.6024,95.8170,-13.7080,0.3288,31.9120,0.0000,31.9120,8.3617,31.9120,0.8682,0.0000,31.0438,0.0000,31.0438,7.0388,24.0050,0.0000,24.0050,0.1524,23.8526,0.0000,-3.2804,11.9139,15.2191,8395.5866,8395.5866,8395.5866,8395.5866,8395.5866 +1002.5000,1.0000,13501.3562,64.8510,64.6850,0.0922,0.0000,5,1422.4947,269.1279,660.9666,-92.9460,40.0902,98.4598,-13.8455,0.3181,31.4964,0.0000,31.4964,8.2757,31.4964,0.8720,0.0000,30.6244,0.0000,30.6244,7.0758,23.5487,0.0000,23.5487,0.1475,23.4012,0.0000,-3.2976,11.9764,14.7225,8299.1179,8299.1179,8299.1179,8299.1179,8299.1179 +1003.5000,1.0000,13519.4710,65.2030,65.0170,0.1033,0.0000,5,1430.2158,281.3086,660.8841,-93.4039,42.1321,98.9818,-13.9893,0.3583,33.4800,0.0000,33.4800,8.2938,33.4800,0.8881,0.0000,32.5919,0.0000,32.5919,7.1142,25.4778,0.0000,25.4778,0.1661,25.3117,0.0000,-3.3155,12.0414,16.5858,8692.2059,8692.2059,8692.2059,8692.2059,8692.2059 +1004.5000,1.0000,13537.6776,65.5340,65.3890,0.0806,0.0000,5,1437.4762,241.4586,667.1337,-93.8345,36.3473,100.4251,-14.1251,0.2808,29.9221,0.0000,29.9221,6.1444,29.9221,0.8761,0.0000,29.0460,0.0000,29.0460,7.1503,21.8957,0.0000,21.8957,0.1302,21.7656,0.0000,-3.3324,12.1025,12.9955,7617.8343,7617.8343,7617.8343,7617.8343,7617.8343 +1005.5000,1.0000,13556.0112,65.9910,65.6790,0.1733,0.0000,5,1447.5004,344.6606,654.5776,-94.4290,52.2443,99.2221,-14.3137,0.6083,45.4328,0.0000,45.4328,6.2032,45.4328,0.9617,0.0000,44.4711,0.0000,44.4711,7.2001,37.2709,0.0000,37.2709,0.2820,36.9889,0.0000,-3.3556,12.1869,28.1576,10587.8137,10587.8137,10587.8137,10587.8137,10587.8137 +1006.5000,1.0000,13574.5415,66.6990,66.3030,0.2200,0.0000,5,1463.0303,396.5385,695.3127,-95.3501,60.7529,106.5276,-14.6084,0.7804,53.7028,0.0000,53.7028,6.2697,53.7028,1.0157,0.0000,52.6872,0.0000,52.6872,7.2774,45.4098,0.0000,45.4098,0.3618,45.0480,0.0000,-3.3916,12.3177,36.1220,12239.9996,12239.9996,12239.9996,12239.9996,12239.9996 +1007.5000,1.0000,13593.3743,67.7880,67.0950,0.3850,0.0000,5,1486.9173,579.8322,717.8836,-96.7668,90.2854,111.7814,-15.0675,1.3880,82.5900,0.0000,82.5900,6.3075,82.5900,1.1797,0.0000,81.4103,0.0000,81.4103,7.4495,73.9607,0.0000,73.9607,0.6435,73.3173,0.0000,-3.4470,12.5188,64.2455,17671.0588,17671.0588,17671.0588,17671.0588,17671.0588 +1008.5000,1.0000,13612.5971,69.1920,68.4810,0.3950,0.0000,5,1517.7138,591.7060,785.1144,-98.5932,94.0426,124.7819,-15.6699,1.4536,86.0656,0.0000,86.0656,6.5234,86.0656,1.2226,0.0000,84.8429,0.0000,84.8429,7.6300,77.2129,0.0000,77.2129,0.6738,76.5391,0.0000,-3.5184,12.7781,67.2794,18405.7866,18405.7866,18405.7866,18405.7866,18405.7866 +1009.5000,1.0000,13632.1021,70.2080,69.9030,0.1694,0.0000,5,1539.9996,340.2909,793.1315,-99.9150,54.8782,127.9070,-16.1131,0.6327,47.6835,0.0000,47.6835,6.5619,47.6835,1.0495,0.0000,46.6340,0.0000,46.6340,7.6602,38.9738,0.0000,38.9738,0.2933,38.6805,0.0000,-3.5701,12.9657,29.2849,11179.9746,11179.9746,11179.9746,11179.9746,11179.9746 +1010.5000,1.0000,13651.7954,70.8860,70.5130,0.2072,0.0000,5,1554.8714,382.7511,714.3035,-100.7970,62.3217,116.3070,-16.4123,0.7812,54.8404,0.0000,54.8404,6.7001,54.8404,1.0979,0.0000,53.7425,0.0000,53.7425,7.7342,46.0083,0.0000,46.0083,0.3622,45.6462,0.0000,-3.6045,13.0909,36.1598,12603.5402,12603.5402,12603.5402,12603.5402,12603.5402 +1011.5000,1.0000,13671.6522,71.4745,71.2590,0.1197,0.0000,5,1567.7800,285.5376,731.0687,-101.5626,46.8789,120.0251,-16.6743,0.4551,39.6723,0.0000,39.6723,6.7515,39.6723,1.0331,0.0000,38.6392,0.0000,38.6392,7.7984,30.8408,0.0000,30.8408,0.2110,30.6298,0.0000,-3.6345,13.1996,21.0647,9725.6080,9725.6080,9725.6080,9725.6080,9725.6080 +1012.5000,1.0000,13691.5353,71.5690,71.6900,-0.0672,0.0000,5,1569.8528,78.4291,701.1228,-101.6855,12.8933,115.2608,-16.7165,-0.2559,6.3071,0.0000,6.3071,6.8421,6.3071,0.8824,0.0000,5.4248,0.0000,5.4248,7.8087,-2.3840,0.0000,-2.3840,-0.1186,-2.2654,0.0000,-3.6393,13.2170,-11.8431,3773.0967,3773.0967,3773.0967,3773.0967,3773.0967 +1013.5000,1.0000,13711.2507,70.9655,71.4480,-0.2681,0.0000,5,1556.6152,35.6642,630.2538,-100.9004,5.8136,102.7366,-16.4476,-1.0117,0.8841,0.0000,0.8841,5.9412,0.8841,0.8841,0.0000,0.0000,0.0000,0.0000,7.7429,-7.7429,30.0566,-37.7995,-0.4690,-37.3305,0.0000,-3.6086,13.1056,-46.8275,2934.3466,2934.3466,2934.3466,2934.3466,2934.3466 +1014.5000,1.0000,13730.6944,69.9875,70.4830,-0.2753,0.0070,5,1535.1629,30.4411,608.5881,-99.6281,4.8938,97.8378,-16.0164,-1.0247,0.8651,0.0000,0.8651,5.0533,0.8651,0.8651,0.0000,0.0000,0.0000,0.0000,7.6362,-7.6362,30.7809,-38.4171,-0.4750,-37.9421,0.1183,-3.5588,12.9250,-47.4265,2792.4865,2792.4865,2792.4865,2792.4865,2792.4865 +1015.5000,1.0000,13749.8276,68.8695,69.4920,-0.3458,0.0110,5,1510.6398,28.6158,598.2813,-98.1737,4.5268,94.6444,-15.5305,-1.2667,0.8436,0.0000,0.8436,4.9500,0.8436,0.8436,0.0000,0.0000,0.0000,0.0000,7.5142,-7.5142,42.3040,-49.8182,-0.5872,-49.2310,0.1829,-3.5020,12.7185,-58.6304,2704.7733,2704.7733,2704.7733,2704.7733,2704.7733 +1016.5000,1.0000,13768.6115,67.6120,68.2470,-0.3528,0.0110,5,1483.0568,28.7223,588.2784,-96.5378,4.4607,91.3628,-14.9928,-1.2686,0.8197,0.0000,0.8197,4.9095,0.8197,0.8197,0.0000,0.0000,0.0000,0.0000,7.3770,-7.3770,42.6990,-50.0760,-0.5881,-49.4879,0.1795,-3.4380,12.4863,-58.7157,2631.5148,2631.5148,2631.5148,2631.5148,2631.5148 +1017.5000,1.0000,13787.0794,66.4745,66.9770,-0.2792,0.0040,5,1458.1059,29.7049,580.0376,-95.0580,4.5357,88.5674,-14.5146,-0.9870,0.7984,0.0000,0.7984,4.7243,0.7984,0.7984,0.0000,0.0000,0.0000,0.0000,7.2529,-7.2529,29.9267,-37.1796,-0.4575,-36.7221,0.0642,-3.3802,12.2762,-45.6823,2583.1901,2583.1901,2583.1901,2583.1901,2583.1901 +1018.5000,1.0000,13805.4189,66.0120,65.9720,0.0222,0.0000,5,1447.9611,166.7376,576.9958,-94.4563,25.2824,87.4899,-14.3224,0.0780,20.5214,0.0000,20.5214,4.6831,20.5214,0.8376,0.0000,19.6838,0.0000,19.6838,7.2024,12.4814,0.0000,12.4814,0.0362,12.4452,0.0000,-3.3567,12.1908,3.6111,5597.2031,5597.2031,5597.2031,5597.2031,5597.2031 +1019.5000,1.0000,13823.8141,66.2130,66.0520,0.0894,0.0000,5,1452.3700,241.2998,628.6654,-94.7178,36.6997,95.6149,-14.4058,0.3150,31.7074,0.0000,31.7074,4.6774,31.7074,0.8970,0.0000,30.8103,0.0000,30.8103,7.2244,23.5860,0.0000,23.5860,0.1460,23.4399,0.0000,-3.3669,12.2279,14.5789,7686.3359,7686.3359,7686.3359,7686.3359,7686.3359 +1020.5000,1.0000,13842.3601,66.7555,66.3740,0.2119,0.0000,5,1464.2696,377.0322,658.5611,-95.4236,57.8133,100.9824,-14.6321,0.7525,52.4050,0.0000,52.4050,4.6559,52.4050,1.0102,0.0000,51.3948,0.0000,51.3948,7.2836,44.1112,0.0000,44.1112,0.3488,43.7624,0.0000,-3.3945,12.3281,34.8288,11675.7513,11675.7513,11675.7513,11675.7513,11675.7513 +1021.5000,1.0000,13861.1526,67.6430,67.1370,0.2811,0.0000,5,1483.7368,454.2254,710.8093,-96.5781,70.5760,110.4431,-15.0060,1.0113,64.7988,0.0000,64.7988,4.7659,64.7988,1.0881,0.0000,63.7107,0.0000,63.7107,7.3804,56.3303,0.0000,56.3303,0.4688,55.8614,0.0000,-3.4396,12.4920,46.8091,14049.3244,14049.3244,14049.3244,14049.3244,14049.3244 +1022.5000,1.0000,13880.2254,68.6520,68.1490,0.2794,0.0000,5,1505.8690,452.4430,741.6204,-97.8907,71.3476,116.9493,-15.4368,1.0203,65.4864,0.0000,65.4864,4.8410,65.4864,1.1099,0.0000,64.3765,0.0000,64.3765,7.4905,56.8860,0.0000,56.8860,0.4730,56.4130,0.0000,-3.4909,12.6783,47.2256,14222.7331,14222.7331,14222.7331,14222.7331,14222.7331 +1023.5000,1.0000,13899.6385,69.8770,69.1550,0.4011,0.0000,5,1532.7391,587.8117,745.4475,-99.4844,94.3485,119.6503,-15.9680,1.4907,88.0057,0.0000,88.0057,4.8521,88.0057,1.2449,0.0000,86.7608,0.0000,86.7608,7.7217,79.0391,0.0000,79.0391,0.6910,78.3480,0.0000,-3.5532,12.9046,68.9967,18497.7876,18497.7876,18497.7876,18497.7876,18497.7876 +1024.5000,1.0000,13919.3683,71.0175,70.5990,0.2325,0.0000,5,1557.7558,399.9367,793.8817,-100.9681,65.2408,129.5042,-16.4707,0.8782,59.4289,0.0000,59.4289,4.9338,59.4289,1.1233,0.0000,58.3056,0.0000,58.3056,7.7486,50.5570,0.0000,50.5570,0.4071,50.1499,0.0000,-3.6112,13.1152,40.6460,13167.6031,13167.6031,13167.6031,13167.6031,13167.6031 +1025.5000,1.0000,13939.2841,71.6870,71.4360,0.1394,0.0000,5,1572.4411,296.6155,737.4138,-101.8390,48.8424,121.4267,-16.7694,0.5317,43.3247,0.0000,43.3247,4.9861,43.3247,1.0553,0.0000,42.2693,0.0000,42.2693,7.8216,34.4477,0.0000,34.4477,0.2465,34.2013,0.0000,-3.6453,13.2388,24.6077,10105.1203,10105.1203,10105.1203,10105.1203,10105.1203 +1026.5000,1.0000,13959.3773,72.3255,71.9380,0.2153,0.0000,5,1586.4465,381.0191,708.2283,-102.6696,63.2996,117.6596,-17.0567,0.8281,57.4204,0.0000,57.4204,5.0511,57.4204,1.1379,0.0000,56.2825,0.0000,56.2825,7.8913,48.3912,0.0000,48.3912,0.3839,48.0073,0.0000,-3.6777,13.3567,38.3283,12822.3309,12822.3309,12822.3309,12822.3309,12822.3309 +1027.5000,1.0000,13979.6835,73.0920,72.7130,0.2106,0.0000,5,1603.2596,375.4408,737.9642,-103.5896,63.0339,123.8990,-17.3920,0.8185,57.1721,0.0000,57.1721,5.0433,57.1721,1.1513,0.0000,56.0208,0.0000,56.0208,7.9749,48.0459,0.0000,48.0459,0.3794,47.6665,0.0000,-3.7167,13.4983,37.8849,12787.9150,12787.9150,12787.9150,12787.9150,12787.9150 +1028.5000,1.0000,14000.0460,73.2951,73.4710,-0.0977,0.0000,0,1585.8104,15.9584,735.0292,-102.6319,2.6501,122.0631,-17.0436,-2.5089,0.0000,0.0000,0.0000,5.1591,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,7.9971,-7.9971,0.0000,-7.9971,-0.1766,-7.8205,0.0000,-3.7270,13.5358,-17.6293,2647.3321,2647.3321,2647.3321,2647.3321,2647.3321 +1029.5000,1.0000,14020.5146,73.6770,74.3100,0.3099,0.0000,6,1372.7342,549.0156,549.0156,-89.9948,78.9223,78.9223,-12.9370,-15.7907,89.5202,0.0000,89.5202,5.1928,76.7241,2.0654,0.0000,74.6587,0.0000,74.6587,8.0387,66.6199,0.0000,66.6199,0.5628,66.0571,0.0000,-3.7464,13.6063,56.1972,15487.0901,15487.0901,15487.0901,15487.0901,15487.0901 +1030.5000,1.0000,14041.3278,74.9175,75.0610,0.3793,0.0000,6,1196.3236,776.8085,776.8085,-79.5310,97.3176,97.3176,-9.9635,0.8010,91.2695,0.0000,91.2695,5.2471,91.2695,2.3702,0.0000,88.8993,0.0000,88.8993,8.2169,80.6823,0.0000,80.6823,0.7006,79.9817,0.0000,-3.8095,13.8354,69.9558,18959.8507,18959.8507,18959.8507,18959.8507,18959.8507 +1031.5000,1.0000,14062.3734,75.7541,75.6450,0.0855,0.0000,6,1209.6835,325.2708,840.0425,-80.3246,41.2046,106.4147,-10.1753,0.1825,35.7722,0.0000,35.7722,5.2498,35.7722,1.2697,0.0000,34.5026,0.0000,34.5026,8.2654,26.2372,0.0000,26.2372,0.1596,26.0775,0.0000,-3.8521,13.9899,15.9397,8367.1894,8367.1894,8367.1894,8367.1894,8367.1894 +1032.5000,1.0000,14083.4855,75.9935,75.9080,0.0475,0.0000,6,1213.5057,267.0702,641.3204,-80.5513,33.9387,81.4977,-10.2363,0.1017,28.5645,0.0000,28.5645,5.2725,28.5645,1.1282,0.0000,27.4362,0.0000,27.4362,8.2915,19.1447,0.0000,19.1447,0.0890,19.0557,0.0000,-3.8642,14.0341,8.8859,6993.1249,6993.1249,6993.1249,6993.1249,6993.1249 +1033.5000,1.0000,14104.6628,76.2285,76.0790,0.0831,0.0000,6,1217.2583,321.2772,616.0408,-80.7738,40.9535,78.5273,-10.2963,0.1785,35.5301,0.0000,35.5301,5.2450,35.5301,1.2702,0.0000,34.2599,0.0000,34.2599,8.3171,25.9427,0.0000,25.9427,0.1561,25.7866,0.0000,-3.8762,14.0775,15.5853,8322.5496,8322.5496,8322.5496,8322.5496,8322.5496 +1034.5000,1.0000,14125.9238,76.5295,76.3780,0.0842,0.0000,6,1222.0648,323.0348,640.8877,-81.0589,41.3402,82.0172,-10.3735,0.1816,35.8874,0.0000,35.8874,5.2712,35.8874,1.2808,0.0000,34.6066,0.0000,34.6066,8.3500,26.2566,0.0000,26.2566,0.1588,26.0978,0.0000,-3.8915,14.1331,15.8562,8396.4093,8396.4093,8396.4093,8396.4093,8396.4093 +1035.5000,1.0000,14147.3301,77.0525,76.6810,0.2064,0.0000,6,1230.4164,510.7270,642.6944,-81.5542,65.8066,82.8105,-10.5082,0.4483,60.0276,0.0000,60.0276,5.3307,60.0276,1.7696,0.0000,58.2581,0.0000,58.2581,8.4070,49.8510,0.0000,49.8510,0.3921,49.4589,0.0000,-3.9181,14.2297,39.1473,13074.2187,13074.2187,13074.2187,13074.2187,13074.2187 +1036.5000,1.0000,14168.9191,77.7105,77.4240,0.1592,0.0000,6,1240.9237,438.4599,726.1186,-82.1774,56.9775,94.3586,-10.6789,0.3486,51.2328,0.0000,51.2328,5.3960,51.2328,1.6012,0.0000,49.6316,0.0000,49.6316,8.4788,41.1528,0.0000,41.1528,0.3050,40.8478,0.0000,-3.9515,14.3512,30.4482,11358.8954,11358.8954,11358.8954,11358.8954,11358.8954 +1037.5000,1.0000,14190.6724,78.3020,77.9970,0.1694,0.0000,6,1250.3691,453.9986,696.1143,-82.7376,59.4458,91.1481,-10.8335,0.3740,53.6671,0.0000,53.6671,5.4048,53.6671,1.6568,0.0000,52.0103,0.0000,52.0103,8.5434,43.4669,0.0000,43.4669,0.3271,43.1398,0.0000,-3.9816,14.4604,32.6610,11823.0419,11823.0419,11823.0419,11823.0419,11823.0419 +1038.5000,1.0000,14212.5823,78.8655,78.6070,0.1436,0.0000,6,1259.3674,414.5001,704.1676,-83.2712,54.6645,92.8661,-10.9819,0.3192,48.8868,0.0000,48.8868,5.4585,48.8868,1.5677,0.0000,47.3191,0.0000,47.3191,8.6048,38.7142,0.0000,38.7142,0.2792,38.4350,0.0000,-4.0103,14.5645,27.8807,10934.2537,10934.2537,10934.2537,10934.2537,10934.2537 +1039.5000,1.0000,14234.6024,79.2625,79.1240,0.0769,0.0000,6,1265.7069,312.4568,688.4795,-83.6472,41.4144,91.2542,-11.0870,0.1719,35.7283,0.0000,35.7283,5.5142,35.7283,1.3092,0.0000,34.4191,0.0000,34.4191,8.6482,25.7710,0.0000,25.7710,0.1504,25.6206,0.0000,-4.0305,14.6378,15.0132,8435.2051,8435.2051,8435.2051,8435.2051,8435.2051 +1040.5000,1.0000,14256.6973,79.5315,79.4010,0.0725,0.0000,6,1270.0024,305.6527,645.6043,-83.9020,40.6501,85.8617,-11.1585,0.1625,34.9539,0.0000,34.9539,5.5336,34.9539,1.2968,0.0000,33.6571,0.0000,33.6571,8.6775,24.9796,0.0000,24.9796,0.1422,24.8374,0.0000,-4.0441,14.6875,14.1941,8301.8067,8301.8067,8301.8067,8301.8067,8301.8067 +1041.5000,1.0000,14278.8660,79.7975,79.6620,0.0753,0.0000,6,1274.2500,310.1940,643.4758,-84.1539,41.3920,85.8649,-11.2294,0.1693,35.6343,0.0000,35.6343,5.5884,35.6343,1.3136,0.0000,34.3208,0.0000,34.3208,8.7065,25.6142,0.0000,25.6142,0.1481,25.4661,0.0000,-4.0577,14.7366,14.7872,8438.2246,8438.2246,8438.2246,8438.2246,8438.2246 +1042.5000,1.0000,14301.1002,80.0330,79.9330,0.0556,0.0000,6,1278.0106,279.8306,646.1656,-84.3769,37.4506,86.4783,-11.2924,0.1253,31.7359,0.0000,31.7359,5.5893,31.7359,1.2384,0.0000,30.4976,0.0000,30.4976,8.7322,21.7653,0.0000,21.7653,0.1096,21.6557,0.0000,-4.0696,14.7801,10.9453,7708.4508,7708.4508,7708.4508,7708.4508,7708.4508 +1043.5000,1.0000,14323.3813,80.2020,80.1330,0.0383,0.0000,6,1280.7093,253.5596,633.8235,-84.5370,34.0063,85.0056,-11.3377,0.0867,28.2994,0.0000,28.2994,5.6203,28.2994,1.1716,0.0000,27.1277,0.0000,27.1277,8.7507,18.3771,0.0000,18.3771,0.0758,18.3013,0.0000,-4.0782,14.8113,7.5682,7059.4015,7059.4015,7059.4015,7059.4015,7059.4015 +1044.5000,1.0000,14345.7010,80.3410,80.2710,0.0389,0.0000,6,1282.9290,254.5919,623.1088,-84.6686,34.2039,83.7134,-11.3751,0.0881,28.4622,0.0000,28.4622,5.6536,28.4622,1.1765,0.0000,27.2857,0.0000,27.2857,8.7658,18.5199,0.0000,18.5199,0.0770,18.4428,0.0000,-4.0853,14.8370,7.6912,7100.3960,7100.3960,7100.3960,7100.3960,7100.3960 +1045.5000,1.0000,14368.0288,80.3700,80.4110,-0.0228,0.0000,6,1283.3920,160.3769,623.7915,-84.6961,21.5541,83.8354,-11.3829,-0.0516,15.8986,0.0000,15.8986,5.7071,15.8986,0.9256,0.0000,14.9730,0.0000,14.9730,8.7690,6.2040,0.0000,6.2040,-0.0451,6.2491,0.0000,-4.0868,14.8424,-4.5065,4749.2293,4749.2293,4749.2293,4749.2293,4749.2293 +1046.5000,1.0000,14390.3496,80.3450,80.3290,0.0089,0.0000,6,1282.9928,208.8309,583.5641,-84.6724,28.0574,78.4046,-11.3761,0.0201,22.3485,0.0000,22.3485,5.6888,22.3485,1.0543,0.0000,21.2942,0.0000,21.2942,8.7663,12.5279,0.0000,12.5279,0.0176,12.5103,0.0000,-4.0855,14.8377,1.7581,5955.0550,5955.0550,5955.0550,5955.0550,5955.0550 +1047.5000,1.0000,14412.6739,80.3575,80.3610,-0.0019,0.0000,6,1283.1924,192.4084,604.2504,-84.6843,25.8550,81.1965,-11.3795,-0.0044,20.1434,0.0000,20.1434,5.7160,20.1434,1.0103,0.0000,19.1330,0.0000,19.1330,8.7676,10.3654,0.0000,10.3654,-0.0039,10.3693,0.0000,-4.0861,14.8400,-0.3846,5557.4091,5557.4091,5557.4091,5557.4091,5557.4091 +1048.5000,1.0000,14434.9807,80.2945,80.3540,-0.0331,0.0000,6,1282.1864,159.4036,597.0975,-84.6246,21.4032,80.1724,-11.3626,-0.0748,13.7896,0.0000,13.7896,7.6884,13.7896,0.8825,0.0000,12.9071,0.0000,12.9071,8.7608,4.1463,0.0000,4.1463,-0.0654,4.2118,0.0000,-4.0829,14.8284,-6.5337,4718.9895,4718.9895,4718.9895,4718.9895,4718.9895 +1049.5000,1.0000,14457.2269,80.0760,80.2350,-0.0883,0.0000,6,1278.6973,75.8174,582.3151,-84.4177,10.1523,77.9748,-11.3039,-0.1994,2.6450,0.0000,2.6450,7.7067,2.6450,0.7786,0.0000,1.8665,0.0000,1.8665,8.7369,-6.8705,0.0000,-6.8705,-0.1744,-6.6961,0.0000,-4.0718,14.7881,-17.4123,2859.8123,2859.8123,2859.8123,2859.8123,2859.8123 +1050.5000,1.0000,14479.3180,79.5180,79.9170,-0.2217,0.0000,6,1269.7868,59.9670,544.2838,-83.8892,7.9739,72.3744,-11.1549,-0.4968,0.7892,0.0000,0.7892,7.6816,0.7892,0.7892,0.0000,0.0000,0.0000,0.0000,8.6760,-8.6760,24.5075,-33.1836,-0.4346,-32.7490,0.0000,-4.0435,14.6850,-43.3905,2582.0564,2582.0564,2582.0564,2582.0564,2582.0564 +1051.5000,1.0000,14501.1842,78.7085,79.1190,-0.2281,0.0000,6,1256.8603,59.8155,534.1426,-83.1226,7.8728,70.3028,-10.9404,-0.5060,0.7778,0.0000,0.7778,7.6010,0.7778,0.7778,0.0000,0.0000,0.0000,0.0000,8.5877,-8.5877,25.5083,-34.0960,-0.4426,-33.6535,0.0000,-4.0023,14.5355,-44.1867,2548.7105,2548.7105,2548.7105,2548.7105,2548.7105 +1052.5000,1.0000,14522.8285,77.9095,78.2980,-0.2158,0.0000,6,1244.1014,60.0402,530.8119,-82.3658,7.8222,69.1552,-10.7308,-0.4740,0.7666,0.0000,0.7666,7.5295,0.7666,0.7666,0.0000,0.0000,0.0000,0.0000,8.5005,-8.5005,22.8818,-31.3824,-0.4146,-30.9678,0.0000,-3.9617,14.3880,-41.3941,2521.8527,2521.8527,2521.8527,2521.8527,2521.8527 +1053.5000,1.0000,14544.2873,77.2415,77.5210,-0.1553,0.0000,6,1233.4344,-23.4993,528.1727,-81.7332,-3.0353,68.2214,-10.5571,-0.3381,-10.1893,0.0000,-10.1893,7.4921,-10.1893,0.8668,0.0000,-11.0561,0.0000,-11.0561,8.4277,-19.4838,0.0000,-19.4838,-0.2957,-19.1881,0.0000,-3.9277,14.2646,-29.5250,1079.9069,1079.9069,1079.9069,1079.9069,1079.9069 +1054.5000,1.0000,14565.5969,76.7045,76.9620,-0.1431,0.0000,6,1224.8593,-5.1046,488.5832,-81.2246,-0.6548,62.6691,-10.4184,-0.3093,-7.8127,0.0000,-7.8127,7.4673,-7.8127,0.8356,0.0000,-8.6483,0.0000,-8.6483,8.3691,-17.0174,0.0000,-17.0174,-0.2705,-16.7469,0.0000,-3.9004,14.1654,-27.0119,1421.0983,1421.0983,1421.0983,1421.0983,1421.0983 +1055.5000,1.0000,14586.7730,76.2240,76.4470,-0.1239,0.0000,6,1217.1864,7.9819,494.7640,-80.7696,1.0174,63.0643,-10.2952,-0.2662,-4.1693,0.0000,-4.1693,5.4528,-4.1693,0.7925,0.0000,-4.9617,0.0000,-4.9617,8.3166,-13.2784,0.0000,-13.2784,-0.2328,-13.0455,0.0000,-3.8760,14.0767,-23.2463,1631.6853,1631.6853,1631.6853,1631.6853,1631.6853 +1056.5000,1.0000,14607.8253,75.7785,76.0010,-0.1236,0.0000,6,1210.0725,8.7045,498.7824,-80.3477,1.1030,63.2050,-10.1815,-0.2640,-4.0949,0.0000,-4.0949,5.4619,-4.0949,0.7855,0.0000,-4.8804,0.0000,-4.8804,8.2680,-13.1484,0.0000,-13.1484,-0.2309,-12.9175,0.0000,-3.8533,13.9944,-23.0586,1627.7818,1627.7818,1627.7818,1627.7818,1627.7818 +1057.5000,1.0000,14628.8017,75.5050,75.5560,-0.0283,0.0000,6,1205.7051,152.3291,497.9626,-80.0886,19.2332,62.8733,-10.1121,-0.0603,13.8522,0.0000,13.8522,5.4414,13.8522,0.8285,0.0000,13.0237,0.0000,13.0237,8.2382,4.7855,0.0000,4.7855,-0.0527,4.8382,0.0000,-3.8394,13.9439,-5.2663,4278.1114,4278.1114,4278.1114,4278.1114,4278.1114 +1058.5000,1.0000,14649.7923,75.5560,75.4540,0.0567,0.0000,6,1206.5195,282.6228,562.7403,-80.1369,35.7084,71.1002,-10.1250,0.1207,30.1554,0.0000,30.1554,5.4323,30.1554,1.1551,0.0000,29.0003,0.0000,29.0003,8.2438,20.7565,0.0000,20.7565,0.1056,20.6510,0.0000,-3.8420,13.9533,10.5396,7324.6031,7324.6031,7324.6031,7324.6031,7324.6031 +1059.5000,1.0000,14670.8382,75.7555,75.6580,0.0542,0.0000,6,1209.7052,279.1729,621.6547,-80.3259,35.3656,78.7512,-10.1757,0.1157,29.7553,0.0000,29.7553,5.4946,29.7553,1.1494,0.0000,28.6060,0.0000,28.6060,8.2655,20.3405,0.0000,20.3405,0.1012,20.2393,0.0000,-3.8521,13.9902,10.1013,7258.7462,7258.7462,7258.7462,7258.7462,7258.7462 +1060.5000,1.0000,14691.9412,75.9605,75.8530,0.0597,0.0000,6,1212.9787,287.9423,620.6975,-80.5200,36.5752,78.8428,-10.2279,0.1279,30.9073,0.0000,30.9073,5.5400,30.9073,1.1747,0.0000,29.7326,0.0000,29.7326,8.2879,21.4447,0.0000,21.4447,0.1118,21.3329,0.0000,-3.8626,14.0280,11.1674,7481.2934,7481.2934,7481.2934,7481.2934,7481.2934 +1061.5000,1.0000,14713.1032,76.1735,76.0680,0.0586,0.0000,6,1216.3800,285.8046,625.2164,-80.7217,36.4055,79.6394,-10.2823,0.1258,30.7802,0.0000,30.7802,5.4995,30.7802,1.1746,0.0000,29.6056,0.0000,29.6056,8.3111,21.2944,0.0000,21.2944,0.1101,21.1844,0.0000,-3.8734,14.0674,10.9904,7449.6706,7449.6706,7449.6706,7449.6706,7449.6706 +1062.5000,1.0000,14734.3389,76.4385,76.2790,0.0886,0.0000,6,1220.6117,332.0033,624.9457,-80.9727,42.4374,79.8819,-10.3501,0.1909,36.7062,0.0000,36.7062,5.5402,36.7062,1.2961,0.0000,35.4101,0.0000,35.4101,8.3400,27.0700,0.0000,27.0700,0.1670,26.9030,0.0000,-3.8869,14.1163,16.6736,8600.2715,8600.2715,8600.2715,8600.2715,8600.2715 +1063.5000,1.0000,14755.6720,76.7890,76.5980,0.1061,0.0000,6,1226.2087,358.8438,646.2529,-81.3047,46.0785,82.9842,-10.4402,0.2297,40.2853,0.0000,40.2853,5.5635,40.2853,1.3717,0.0000,38.9136,0.0000,38.9136,8.3783,30.5353,0.0000,30.5353,0.2009,30.3344,0.0000,-3.9047,14.1810,20.0581,9276.6218,9276.6218,9276.6218,9276.6218,9276.6218 +1064.5000,1.0000,14777.0971,77.1205,76.9800,0.0781,0.0000,6,1231.5022,315.6961,659.0182,-81.6186,40.7130,84.9887,-10.5258,0.1697,34.9713,0.0000,34.9713,5.5721,34.9713,1.2692,0.0000,33.7020,0.0000,33.7020,8.4145,25.2876,0.0000,25.2876,0.1484,25.1392,0.0000,-3.9215,14.2422,14.8185,8284.5291,8284.5291,8284.5291,8284.5291,8284.5291 +1065.5000,1.0000,14798.6027,77.4100,77.2610,0.0828,0.0000,6,1236.1251,323.0867,640.8927,-81.8928,41.8225,82.9615,-10.6008,0.1806,36.0312,0.0000,36.0312,5.6107,36.0312,1.2938,0.0000,34.7374,0.0000,34.7374,8.4460,26.2914,0.0000,26.2914,0.1580,26.1334,0.0000,-3.9363,14.2957,15.7739,8491.2869,8491.2869,8491.2869,8491.2869,8491.2869 +1066.5000,1.0000,14820.2064,77.7635,77.5590,0.1136,0.0000,6,1241.7700,370.5044,645.0089,-82.2276,48.1796,83.8756,-10.6927,0.2490,42.2803,0.0000,42.2803,5.6503,42.2803,1.4228,0.0000,40.8575,0.0000,40.8575,8.4846,32.3729,0.0000,32.3729,0.2178,32.1551,0.0000,-3.9542,14.3610,21.7483,9679.7460,9679.7460,9679.7460,9679.7460,9679.7460 +1067.5000,1.0000,14841.9234,78.1710,77.9680,0.1128,0.0000,6,1248.2772,369.3108,666.6917,-82.6135,48.2760,87.1495,-10.7992,0.2485,42.3383,0.0000,42.3383,5.6892,42.3383,1.4287,0.0000,40.9096,0.0000,40.9096,8.5291,32.3806,0.0000,32.3806,0.2174,32.1632,0.0000,-3.9750,14.4363,21.7019,9704.1233,9704.1233,9704.1233,9704.1233,9704.1233 +1068.5000,1.0000,14863.7428,78.5400,78.3740,0.0922,0.0000,6,1254.1696,337.8669,667.2109,-82.9630,44.3742,87.6290,-10.8961,0.2042,38.4438,0.0000,38.4438,5.7262,38.4438,1.3551,0.0000,37.0888,0.0000,37.0888,8.5693,28.5194,0.0000,28.5194,0.1786,28.3408,0.0000,-3.9937,14.5044,17.8302,8963.3809,8963.3809,8963.3809,8963.3809,8963.3809 +1069.5000,1.0000,14885.6520,78.8630,78.7060,0.0872,0.0000,6,1259.3274,330.1474,654.5537,-83.2689,43.5387,86.3202,-10.9812,0.1939,37.6029,0.0000,37.6029,5.7419,37.6029,1.3420,0.0000,36.2609,0.0000,36.2609,8.6046,27.6563,0.0000,27.6563,0.1696,27.4867,0.0000,-4.0102,14.5640,16.9328,8813.9297,8813.9297,8813.9297,8813.9297,8813.9297 +1070.5000,1.0000,14907.6224,79.0835,79.0200,0.0353,0.0000,6,1262.8485,250.6190,652.0218,-83.4777,33.1432,86.2267,-11.0395,0.0786,27.2869,0.0000,27.2869,5.7777,27.2869,1.1383,0.0000,26.1486,0.0000,26.1486,8.6286,17.5200,0.0000,17.5200,0.0688,17.4512,0.0000,-4.0214,14.6048,6.8678,6865.7863,6865.7863,6865.7863,6865.7863,6865.7863 +1071.5000,1.0000,14929.6087,79.1405,79.1470,-0.0036,0.0000,6,1263.7587,190.7362,618.0855,-83.5317,25.2421,81.7977,-11.0546,-0.0081,19.4985,0.0000,19.4985,5.7517,19.4985,0.9832,0.0000,18.5153,0.0000,18.5153,8.6349,9.8805,0.0000,9.8805,-0.0070,9.8875,0.0000,-4.0243,14.6153,-0.7035,5424.0240,5424.0240,5424.0240,5424.0240,5424.0240 +1072.5000,1.0000,14951.5717,79.0570,79.1340,-0.0428,0.0000,6,1262.4253,130.7484,592.0443,-83.4526,17.2851,78.2688,-11.0325,-0.0953,11.6218,0.0000,11.6218,5.7586,11.6218,0.8246,0.0000,10.7972,0.0000,10.7972,8.6257,2.1714,0.0000,2.1714,-0.0834,2.2548,0.0000,-4.0200,14.5999,-8.3251,3918.1804,3918.1804,3918.1804,3918.1804,3918.1804 +1073.5000,1.0000,14973.5053,78.9510,78.9800,-0.0161,0.0000,6,1260.7327,171.9442,565.6472,-83.3522,22.7007,74.6788,-11.0045,-0.0359,16.9472,0.0000,16.9472,5.7894,16.9472,0.9299,0.0000,16.0173,0.0000,16.0173,8.6142,7.4031,0.0000,7.4031,-0.0314,7.4345,0.0000,-4.0146,14.5803,-3.1312,4935.1477,4935.1477,4935.1477,4935.1477,4935.1477 +1074.5000,1.0000,14995.4213,78.8875,78.9220,-0.0192,0.0000,6,1259.7187,167.1846,583.2705,-83.2921,22.0546,76.9435,-10.9877,-0.0426,16.3217,0.0000,16.3217,5.7754,16.3217,0.9167,0.0000,15.4051,0.0000,15.4051,8.6072,6.7978,0.0000,6.7978,-0.0373,6.8351,0.0000,-4.0114,14.5686,-3.7221,4810.1634,4810.1634,4810.1634,4810.1634,4810.1634 +1075.5000,1.0000,15017.3076,78.7805,78.8530,-0.0403,0.0000,6,1258.0100,134.7522,580.8589,-83.1907,17.7521,76.5215,-10.9594,-0.0894,12.0796,0.0000,12.0796,5.7618,12.0796,0.8306,0.0000,11.2491,0.0000,11.2491,8.5956,2.6535,0.0000,2.6535,-0.0782,2.7317,0.0000,-4.0060,14.5488,-7.8111,3999.5544,3999.5544,3999.5544,3999.5544,3999.5544 +1076.5000,1.0000,15039.1695,78.6930,78.7080,-0.0083,0.0000,6,1256.6128,183.7568,566.4046,-83.1079,24.1810,74.5344,-10.9363,-0.0185,18.4435,0.0000,18.4435,5.7559,18.4435,0.9568,0.0000,17.4867,0.0000,17.4867,8.5860,8.9007,0.0000,8.9007,-0.0162,8.9168,0.0000,-4.0015,14.5327,-1.6143,5214.2118,5214.2118,5214.2118,5214.2118,5214.2118 +1077.5000,1.0000,15061.0244,78.6675,78.6780,-0.0058,0.0000,6,1256.2056,187.5619,587.5911,-83.0837,24.6737,77.2973,-10.9296,-0.0129,18.9364,0.0000,18.9364,5.7502,18.9364,0.9664,0.0000,17.9700,0.0000,17.9700,8.5832,9.3868,0.0000,9.3868,-0.0113,9.3981,0.0000,-4.0002,14.5279,-1.1296,5308.4170,5308.4170,5308.4170,5308.4170,5308.4170 +1078.5000,1.0000,15082.8726,78.6435,78.6570,-0.0075,0.0000,6,1255.8223,185.1439,589.1620,-83.0610,24.3482,77.4803,-10.9233,-0.0166,18.5980,0.0000,18.5980,5.7668,18.5980,0.9594,0.0000,17.6386,0.0000,17.6386,8.5806,9.0580,0.0000,9.0580,-0.0145,9.0726,0.0000,-3.9990,14.5235,-1.4520,5245.5413,5245.5413,5245.5413,5245.5413,5245.5413 +1079.5000,1.0000,15104.7495,78.7470,78.6300,0.0650,0.0000,6,1257.4751,296.2525,588.3410,-83.1590,39.0113,77.4742,-10.9506,0.1443,33.1074,0.0000,33.1074,5.7596,33.1074,1.2507,0.0000,31.8567,0.0000,31.8567,8.5919,23.2647,0.0000,23.2647,0.1262,23.1385,0.0000,-4.0043,14.5426,12.6002,7988.6355,7988.6355,7988.6355,7988.6355,7988.6355 +1080.5000,1.0000,15126.6941,78.9905,78.8640,0.0703,0.0000,6,1261.3634,304.3739,637.0705,-83.3896,40.2047,84.1504,-11.0149,0.1565,34.2685,0.0000,34.2685,5.7797,34.2685,1.2768,0.0000,32.9917,0.0000,32.9917,8.6185,24.3732,0.0000,24.3732,0.1369,24.2363,0.0000,-4.0166,14.5876,13.6654,8213.8235,8213.8235,8213.8235,8213.8235,8213.8235 +1081.5000,1.0000,15148.6539,79.0455,79.1170,-0.0397,0.0000,6,1262.2417,135.4981,641.0563,-83.4417,17.9104,84.7359,-11.0295,-0.0885,12.2328,0.0000,12.2328,5.7660,12.2328,0.8367,0.0000,11.3961,0.0000,11.3961,8.6245,2.7716,0.0000,2.7716,-0.0774,2.8490,0.0000,-4.0194,14.5977,-7.7293,4026.7950,4026.7950,4026.7950,4026.7950,4026.7950 +1082.5000,1.0000,15170.5638,78.8655,78.9740,-0.0603,0.0000,6,1259.3674,104.1234,567.4443,-83.2712,13.7319,74.8349,-10.9819,-0.1340,8.0913,0.0000,8.0913,5.7746,8.0913,0.7518,0.0000,7.3395,0.0000,7.3395,8.6048,-1.2653,0.0000,-1.2653,-0.1172,-1.1481,0.0000,-4.0103,14.5645,-11.7024,3299.5624,3299.5624,3299.5624,3299.5624,3299.5624 +1083.5000,1.0000,15192.3659,78.4775,78.7570,-0.1553,0.0000,6,1253.1716,-38.1883,552.4036,-82.9038,-5.0115,72.4929,-10.8796,-0.3435,-10.3472,0.0000,-10.3472,5.6792,-10.3472,0.8858,0.0000,-11.2330,0.0000,-11.2330,8.5625,-19.7955,0.0000,-19.7955,-0.3004,-19.4951,0.0000,-3.9906,14.4929,-29.9974,831.6458,831.6458,831.6458,831.6458,831.6458 +1084.5000,1.0000,15213.9991,77.8695,78.1980,-0.1825,0.0000,6,1243.4627,-78.4325,487.2285,-82.3280,-10.2131,63.4445,-10.7203,-0.4006,-15.4878,0.0000,-15.4878,5.6753,-15.4878,0.9286,0.0000,-16.4165,0.0000,-16.4165,8.4962,-24.9126,0.0000,-24.9126,-0.3504,-24.5623,0.0000,-3.9596,14.3806,-34.9832,0.0000,0.0000,0.0000,0.0000,0.0000 +1085.5000,1.0000,15235.4387,77.1725,77.5410,-0.2047,0.0000,6,1232.3326,46.3563,466.1025,-81.6679,5.9823,60.1503,-10.5392,-0.4453,0.7564,0.0000,0.7564,5.6712,0.7564,0.7564,0.0000,0.0000,0.0000,0.0000,8.4201,-8.4201,20.5334,-28.9535,-0.3895,-28.5640,0.0000,-3.9242,14.2519,-38.8917,2277.0084,2277.0084,2277.0084,2277.0084,2277.0084 +1086.5000,1.0000,15256.6849,76.4765,76.8040,-0.1819,0.0000,6,1221.2185,-76.6960,518.9777,-81.0087,-9.8083,66.3698,-10.3599,-0.3922,-15.1118,0.0000,-15.1118,5.6956,-15.1118,0.9054,0.0000,-16.0171,0.0000,-16.0171,8.3442,-24.3613,0.0000,-24.3613,-0.3431,-24.0183,0.0000,-3.8888,14.1233,-34.2528,0.0000,0.0000,0.0000,0.0000,0.0000 +1087.5000,1.0000,15277.8057,76.0250,76.1490,-0.0689,0.0000,6,1214.0087,91.4222,461.6712,-80.5811,11.6226,58.6926,-10.2443,-0.1476,6.1341,0.0000,6.1341,5.6361,6.1341,0.6867,0.0000,5.4475,0.0000,5.4475,8.2949,-2.8475,0.0000,-2.8475,-0.1291,-2.7183,0.0000,-3.8658,14.0399,-12.8924,2957.6922,2957.6922,2957.6922,2957.6922,2957.6922 +1088.5000,1.0000,15298.8574,75.7760,75.9010,-0.0694,0.0000,6,1210.0325,90.5476,536.3454,-80.3453,11.4737,67.9626,-10.1809,-0.1483,6.0094,0.0000,6.0094,5.6126,6.0094,0.6845,0.0000,5.3250,0.0000,5.3250,8.2678,-2.9428,0.0000,-2.9428,-0.1297,-2.8131,0.0000,-3.8532,13.9940,-12.9538,2934.0372,2934.0372,2934.0372,2934.0372,2934.0372 +1089.5000,1.0000,15319.8855,75.6910,75.6510,0.0222,0.0000,6,1208.6752,231.0839,535.5421,-80.2648,29.2488,67.7847,-10.1593,0.0474,23.5954,0.0000,23.5954,5.6060,23.5954,1.0254,0.0000,22.5699,0.0000,22.5699,8.2585,14.3114,0.0000,14.3114,0.0415,14.2700,0.0000,-3.8489,13.9783,4.1406,6127.6718,6127.6718,6127.6718,6127.6718,6127.6718 +1090.5000,1.0000,15340.9295,75.7485,75.7310,0.0097,0.0000,6,1209.5934,212.1987,598.7454,-80.3192,26.8789,75.8421,-10.1739,0.0208,21.2113,0.0000,21.2113,5.6468,21.2113,0.9784,0.0000,20.2329,0.0000,20.2329,8.2648,11.9681,0.0000,11.9681,0.0182,11.9500,0.0000,-3.8518,13.9889,1.8129,5689.6869,5689.6869,5689.6869,5689.6869,5689.6869 +1091.5000,1.0000,15361.9873,75.7980,75.7660,0.0178,0.0000,6,1210.3838,224.6806,590.4404,-80.3661,28.4785,74.8390,-10.1865,0.0380,22.7745,0.0000,22.7745,5.6661,22.7745,1.0102,0.0000,21.7642,0.0000,21.7642,8.2702,13.4941,0.0000,13.4941,0.0332,13.4609,0.0000,-3.8543,13.9980,3.3171,5985.7204,5985.7204,5985.7204,5985.7204,5985.7204 +1092.5000,1.0000,15383.0532,75.8275,75.8300,-0.0014,0.0000,6,1210.8549,195.3949,596.1588,-80.3941,24.7762,75.5932,-10.1940,-0.0030,19.0962,0.0000,19.0962,5.6829,19.0962,0.9370,0.0000,18.1592,0.0000,18.1592,8.2734,9.8858,0.0000,9.8858,-0.0026,9.8884,0.0000,-3.8558,14.0035,-0.2593,5293.5856,5293.5856,5293.5856,5293.5856,5293.5856 +1093.5000,1.0000,15404.1109,75.7975,75.8250,-0.0153,0.0000,6,1210.3759,173.7905,582.9935,-80.3657,22.0280,73.8946,-10.1864,-0.0326,16.4176,0.0000,16.4176,5.6430,16.4176,0.8831,0.0000,15.5346,0.0000,15.5346,8.2701,7.2644,0.0000,7.2644,-0.0286,7.2930,0.0000,-3.8543,13.9979,-2.8507,4782.0283,4782.0283,4782.0283,4782.0283,4782.0283 +1094.5000,1.0000,15425.1513,75.7355,75.7700,-0.0192,0.0000,6,1209.3858,168.0652,573.1154,-80.3069,21.2849,72.5831,-10.1706,-0.0409,15.6567,0.0000,15.6567,5.6691,15.6567,0.8672,0.0000,14.7896,0.0000,14.7896,8.2633,6.5262,0.0000,6.5262,-0.0358,6.5620,0.0000,-3.8511,13.9865,-3.5733,4648.2083,4648.2083,4648.2083,4648.2083,4648.2083 +1095.5000,1.0000,15446.1730,75.6680,75.7010,-0.0183,0.0000,6,1208.3079,169.2459,570.3168,-80.2430,21.4153,72.1643,-10.1534,-0.0391,15.8025,0.0000,15.8025,5.6520,15.8025,0.8693,0.0000,14.9332,0.0000,14.9332,8.2560,6.6772,0.0000,6.6772,-0.0342,6.7114,0.0000,-3.8477,13.9740,-3.4149,4672.7426,4672.7426,4672.7426,4672.7426,4672.7426 +1096.5000,1.0000,15467.1771,75.6050,75.6350,-0.0167,0.0000,6,1207.3019,171.8364,570.6288,-80.1833,21.7250,72.1437,-10.1374,-0.0355,16.1087,0.0000,16.1087,5.6518,16.1087,0.8747,0.0000,15.2340,0.0000,15.2340,8.2491,6.9849,0.0000,6.9849,-0.0311,7.0160,0.0000,-3.8445,13.9624,-3.1019,4729.8159,4729.8159,4729.8159,4729.8159,4729.8159 +1097.5000,1.0000,15488.1617,75.5345,75.5750,-0.0225,0.0000,6,1206.1761,162.5126,571.5635,-80.1166,20.5270,72.1945,-10.1196,-0.0479,14.9756,0.0000,14.9756,5.5994,14.9756,0.8513,0.0000,14.1243,0.0000,14.1243,8.2414,5.8829,0.0000,5.8829,-0.0419,5.9248,0.0000,-3.8409,13.9494,-4.1837,4513.0513,4513.0513,4513.0513,4513.0513,4513.0513 +1098.5000,1.0000,15509.1502,75.5485,75.4940,0.0303,0.0000,6,1206.3997,243.8756,567.3295,-80.1298,30.8098,71.6729,-10.1231,0.0645,25.0944,0.0000,25.0944,5.6509,25.0944,1.0538,0.0000,24.0406,0.0000,24.0406,8.2429,15.7976,0.0000,15.7976,0.0564,15.7412,0.0000,-3.8416,13.9519,5.6309,6416.5817,6416.5817,6416.5817,6416.5817,6416.5817 +1099.5000,1.0000,15530.1552,75.6080,75.6030,0.0028,0.0000,6,1207.3498,201.6270,604.0521,-80.1862,25.4924,76.3724,-10.1382,0.0059,19.8393,0.0000,19.8393,5.6472,19.8393,0.9494,0.0000,18.8899,0.0000,18.8899,8.2494,10.6405,0.0000,10.6405,0.0052,10.6353,0.0000,-3.8446,13.9629,0.5170,5431.5753,5431.5753,5431.5753,5431.5753,5431.5753 +1100.5000,1.0000,15551.1644,75.6230,75.6130,0.0056,0.0000,6,1207.5894,205.8423,585.1691,-80.2004,26.0305,73.9996,-10.1420,0.0118,20.3762,0.0000,20.3762,5.6424,20.3762,0.9603,0.0000,19.4159,0.0000,19.4159,8.2511,11.1649,0.0000,11.1649,0.0104,11.1545,0.0000,-3.8454,13.9657,1.0342,5531.4217,5531.4217,5531.4217,5531.4217,5531.4217 +1101.5000,1.0000,15572.1837,75.6595,75.6330,0.0147,0.0000,6,1208.1722,219.8802,587.1560,-80.2350,27.8191,74.2867,-10.1513,0.0314,22.1458,0.0000,22.1458,5.6420,22.1458,0.9961,0.0000,21.1497,0.0000,21.1497,8.2550,12.8946,0.0000,12.8946,0.0275,12.8672,0.0000,-3.8473,13.9724,2.7420,5862.9223,5862.9223,5862.9223,5862.9223,5862.9223 +1102.5000,1.0000,15593.2139,75.6990,75.6860,0.0072,0.0000,6,1208.8030,208.1939,593.5842,-80.2724,26.3543,75.1392,-10.1613,0.0154,20.7171,0.0000,20.7171,5.6218,20.7171,0.9680,0.0000,19.7491,0.0000,19.7491,8.2594,11.4898,0.0000,11.4898,0.0135,11.4763,0.0000,-3.8493,13.9797,1.3458,5592.1867,5592.1867,5592.1867,5592.1867,5592.1867 +1103.5000,1.0000,15614.2523,75.7280,75.7120,0.0089,0.0000,6,1209.2660,211.0397,588.4430,-80.2998,26.7248,74.5169,-10.1687,0.0190,21.0454,0.0000,21.0454,5.6605,21.0454,0.9748,0.0000,20.0705,0.0000,20.0705,8.2625,11.8080,0.0000,11.8080,0.0166,11.7914,0.0000,-3.8507,13.9851,1.6570,5661.0085,5661.0085,5661.0085,5661.0085,5661.0085 +1104.5000,1.0000,15635.3139,75.8120,75.7440,0.0378,0.0000,6,1210.6074,255.2973,589.9225,-80.3794,32.3652,74.7871,-10.1901,0.0807,26.6255,0.0000,26.6255,5.6589,26.6255,1.0874,0.0000,25.5381,0.0000,25.5381,8.2717,17.2664,0.0000,17.2664,0.0706,17.1958,0.0000,-3.8550,14.0006,7.0502,6703.8118,6703.8118,6703.8118,6703.8118,6703.8118 +1105.5000,1.0000,15656.3980,75.8925,75.8800,0.0069,0.0000,6,1211.8929,208.3343,610.0103,-80.4556,26.4395,77.4159,-10.2106,0.0149,20.7174,0.0000,20.7174,5.7073,20.7174,0.9702,0.0000,19.7472,0.0000,19.7472,8.2805,11.4667,0.0000,11.4667,0.0130,11.4537,0.0000,-3.8591,14.0155,1.2974,5609.9670,5609.9670,5609.9670,5609.9670,5609.9670 +1106.5000,1.0000,15677.4939,75.9355,75.9050,0.0169,0.0000,6,1212.5795,224.5664,589.1603,-80.4963,28.5157,74.8122,-10.2215,0.0363,22.6558,0.0000,22.6558,5.8236,22.6558,1.0094,0.0000,21.6464,0.0000,21.6464,8.2852,13.3612,0.0000,13.3612,0.0317,13.3295,0.0000,-3.8613,14.0234,3.1674,5993.3426,5993.3426,5993.3426,5993.3426,5993.3426 +1107.5000,1.0000,15698.5966,75.9595,75.9660,-0.0036,0.0000,6,1212.9628,193.0317,596.5324,-80.5191,24.5191,75.7722,-10.2276,-0.0077,18.7017,0.0000,18.7017,5.8251,18.7017,0.9306,0.0000,17.7711,0.0000,17.7711,8.2878,9.4833,0.0000,9.4833,-0.0068,9.4901,0.0000,-3.8625,14.0278,-0.6752,5243.7752,5243.7752,5243.7752,5243.7752,5243.7752 +1108.5000,1.0000,15719.7095,75.9965,75.9530,0.0242,0.0000,6,1213.5536,236.2994,582.5147,-80.5541,30.0296,74.0277,-10.2371,0.0518,24.0668,0.0000,24.0668,5.9111,24.0668,1.0383,0.0000,23.0284,0.0000,23.0284,8.2918,14.7366,0.0000,14.7366,0.0453,14.6913,0.0000,-3.8644,14.0347,4.5211,6272.6982,6272.6982,6272.6982,6272.6982,6272.6982 +1109.5000,1.0000,15740.8421,76.0675,76.0400,0.0153,0.0000,6,1214.6874,222.4134,602.0590,-80.6214,28.2914,76.5830,-10.2552,0.0328,22.3741,0.0000,22.3741,5.8845,22.3741,1.0053,0.0000,21.3688,0.0000,21.3688,8.2996,13.0692,0.0000,13.0692,0.0287,13.0406,0.0000,-3.8680,14.0478,2.8608,5952.8061,5952.8061,5952.8061,5952.8061,5952.8061 +1110.5000,1.0000,15762.0013,76.1630,76.0950,0.0378,0.0000,6,1216.2124,257.3586,596.1221,-80.7118,32.7776,75.9230,-10.2796,0.0811,26.7502,0.0000,26.7502,5.9462,26.7502,1.0939,0.0000,25.6564,0.0000,25.6564,8.3100,17.3464,0.0000,17.3464,0.0709,17.2754,0.0000,-3.8729,14.0654,7.0829,6778.3754,6778.3754,6778.3754,6778.3754,6778.3754 +1111.5000,1.0000,15783.1753,76.2165,76.2310,-0.0081,0.0000,6,1217.0667,187.4634,611.9525,-80.7625,23.8924,77.9939,-10.2933,-0.0173,17.9066,0.0000,17.9066,6.0031,17.9066,0.9176,0.0000,16.9890,0.0000,16.9890,8.3158,8.6732,0.0000,8.6732,-0.0151,8.6883,0.0000,-3.8756,14.0753,-1.5114,5122.3691,5122.3691,5122.3691,5122.3691,5122.3691 +1112.5000,1.0000,15804.3520,76.2260,76.2020,0.0133,0.0000,6,1217.2184,219.9593,580.8206,-80.7715,28.0375,74.0353,-10.2957,0.0286,22.0453,0.0000,22.0453,5.9635,22.0453,1.0005,0.0000,21.0448,0.0000,21.0448,8.3169,12.7280,0.0000,12.7280,0.0251,12.7029,0.0000,-3.8761,14.0771,2.5019,5907.2011,5907.2011,5907.2011,5907.2011,5907.2011 +1113.5000,1.0000,15825.5446,76.2835,76.2500,0.0186,0.0000,6,1218.1366,228.2955,595.4611,-80.8259,29.1220,75.9588,-10.3104,0.0400,23.0836,0.0000,23.0836,5.9984,23.0836,1.0219,0.0000,22.0617,0.0000,22.0617,8.3231,13.7386,0.0000,13.7386,0.0350,13.7036,0.0000,-3.8790,14.0877,3.4949,6106.7400,6106.7400,6106.7400,6106.7400,6106.7400 +1114.5000,1.0000,15846.7578,76.3575,76.3170,0.0225,0.0000,6,1219.3182,233.9729,599.3932,-80.8960,29.8752,76.5345,-10.3293,0.0484,23.8597,0.0000,23.8597,5.9671,23.8597,1.0383,0.0000,22.8214,0.0000,22.8214,8.3312,14.4902,0.0000,14.4902,0.0424,14.4478,0.0000,-3.8827,14.1013,4.2293,6245.2468,6245.2468,6245.2468,6245.2468,6245.2468 +1115.5000,1.0000,15867.9914,76.4310,76.3980,0.0183,0.0000,6,1220.4919,227.7403,602.1558,-80.9656,29.1074,76.9613,-10.3482,0.0395,23.0750,0.0000,23.0750,5.9929,23.0750,1.0234,0.0000,22.0516,0.0000,22.0516,8.3392,13.7123,0.0000,13.7123,0.0345,13.6778,0.0000,-3.8865,14.1149,3.4494,6104.7839,6104.7839,6104.7839,6104.7839,6104.7839 +1116.5000,1.0000,15889.2298,76.4480,76.4640,-0.0089,0.0000,6,1220.7634,185.3049,599.5087,-80.9817,23.6890,76.6400,-10.3525,-0.0192,17.8004,0.0000,17.8004,5.9078,17.8004,0.9181,0.0000,16.8822,0.0000,16.8822,8.3411,8.5412,0.0000,8.5412,-0.0168,8.5579,0.0000,-3.8874,14.1181,-1.6728,5085.1811,5085.1811,5085.1811,5085.1811,5085.1811 +1117.5000,1.0000,15910.4514,76.3880,76.4320,-0.0244,0.0000,6,1219.8053,161.6699,580.4771,-80.9249,20.6513,74.1488,-10.3372,-0.0526,14.7715,0.0000,14.7715,5.9325,14.7715,0.8569,0.0000,13.9146,0.0000,13.9146,8.3345,5.5801,0.0000,5.5801,-0.0460,5.6261,0.0000,-3.8843,14.1070,-4.5966,4526.2747,4526.2747,4526.2747,4526.2747,4526.2747 +1118.5000,1.0000,15931.6071,76.1505,76.3440,-0.1075,0.0000,6,1216.0128,36.1845,569.2691,-80.7000,4.6078,72.4910,-10.2764,-0.2307,-1.0933,0.0000,-1.0933,5.9318,-1.0933,0.7607,0.0000,-1.8540,0.0000,-1.8540,8.3086,-10.1626,0.0000,-10.1626,-0.2018,-9.9608,0.0000,-3.8722,14.0631,-20.1516,2079.2521,2079.2521,2079.2521,2079.2521,2079.2521 +1119.5000,1.0000,15952.6262,75.6585,75.9570,-0.1658,0.0000,6,1208.1562,-50.3810,511.0438,-80.2340,-6.3741,64.6562,-10.1510,-0.3537,-11.9527,0.0000,-11.9527,5.9322,-11.9527,0.8625,0.0000,-12.8151,0.0000,-12.8151,8.2549,-21.0701,0.0000,-21.0701,-0.3093,-20.7607,0.0000,-3.8472,13.9723,-30.8858,499.2472,499.2472,499.2472,499.2472,499.2472 +1120.5000,1.0000,15973.4673,75.0180,75.3600,-0.1900,0.0000,6,1197.9284,49.9087,468.9463,-79.6267,6.2609,58.8278,-9.9889,-0.4018,0.7268,0.0000,0.7268,5.9358,0.7268,0.7268,0.0000,0.0000,0.0000,0.0000,8.1851,-8.1851,17.2142,-25.3993,-0.3514,-25.0478,0.0000,-3.8146,13.8540,-35.0872,2262.1856,2262.1856,2262.1856,2262.1856,2262.1856 +1121.5000,1.0000,15994.1685,74.5145,74.6760,-0.0897,0.0000,6,1189.8882,62.9216,512.4709,-79.1471,7.8403,63.8563,-9.8621,-0.1884,2.1848,0.0000,2.1848,5.8439,2.1848,0.7053,0.0000,1.4795,0.0000,1.4795,8.1301,-6.6506,0.0000,-6.6506,-0.1648,-6.4858,0.0000,-3.7890,13.7610,-16.4577,2464.6055,2464.6055,2464.6055,2464.6055,2464.6055 +1122.5000,1.0000,16014.7676,74.1465,74.3530,-0.1147,0.0000,6,1184.0118,25.8985,516.8022,-78.7966,3.2111,64.0780,-9.7699,-0.2398,-2.3905,0.0000,-2.3905,5.8414,-2.3905,0.7461,0.0000,-3.1366,0.0000,-3.1366,8.0900,-11.2266,0.0000,-11.2266,-0.2097,-11.0169,0.0000,-3.7703,13.6930,-20.9396,1869.8674,1869.8674,1869.8674,1869.8674,1869.8674 +1123.5000,1.0000,16035.2355,73.6745,73.9400,-0.1475,0.0000,6,1176.4746,-22.9368,497.7480,-78.3469,-2.8258,61.3226,-9.6524,-0.3063,-8.3219,0.0000,-8.3219,5.8024,-8.3219,0.7989,0.0000,-9.1208,0.0000,-9.1208,8.0385,-17.1593,0.0000,-17.1593,-0.2679,-16.8914,0.0000,-3.7463,13.6059,-26.7509,990.7469,990.7469,990.7469,990.7469,990.7469 +1124.5000,1.0000,16055.5652,73.1770,73.4090,-0.1289,0.0000,6,1168.5303,4.4933,472.9096,-77.8730,0.5498,57.8691,-9.5292,-0.2659,-4.9150,0.0000,-4.9150,5.7307,-4.9150,0.7581,0.0000,-5.6731,0.0000,-5.6731,7.9842,-13.6573,0.0000,-13.6573,-0.2325,-13.4247,0.0000,-3.7210,13.5140,-23.2177,1481.0029,1481.0029,1481.0029,1481.0029,1481.0029 +1125.5000,1.0000,16075.7713,72.7320,72.9450,-0.1183,0.0000,6,1161.4243,19.8352,483.6541,-77.4492,2.4124,58.8240,-9.4197,-0.2426,-2.9969,0.0000,-2.9969,5.6519,-2.9969,0.7329,0.0000,-3.7298,0.0000,-3.7298,7.9356,-11.6654,0.0000,-11.6654,-0.2122,-11.4532,0.0000,-3.6984,13.4318,-21.1866,1758.3034,1758.3034,1758.3034,1758.3034,1758.3034 +1126.5000,1.0000,16095.8541,72.2880,72.5190,-0.1283,0.0000,6,1154.3343,4.7087,488.8658,-77.0262,0.5692,59.0949,-9.3111,-0.2615,-4.7598,0.0000,-4.7598,5.5905,-4.7598,0.7446,0.0000,-5.5043,0.0000,-5.5043,7.8872,-13.3915,0.0000,-13.3915,-0.2287,-13.1628,0.0000,-3.6758,13.3498,-22.8368,1452.4299,1452.4299,1452.4299,1452.4299,1452.4299 +1127.5000,1.0000,16115.8349,71.9210,72.0570,-0.0756,0.0000,6,1148.4738,82.9508,480.1763,-76.6766,9.9763,57.7498,-9.2217,-0.1532,4.6072,0.0000,4.6072,5.5223,4.6072,0.6459,0.0000,3.9613,0.0000,3.9613,7.8471,-3.8859,0.0000,-3.8859,-0.1340,-3.7519,0.0000,-3.6572,13.2820,-13.3768,2757.1454,2757.1454,2757.1454,2757.1454,2757.1454 +1128.5000,1.0000,16135.7403,71.6495,71.7850,-0.0753,0.0000,6,1144.1383,83.3004,515.7154,-76.4180,9.9805,61.7899,-9.1559,-0.1520,4.6378,0.0000,4.6378,5.4948,4.6378,0.6420,0.0000,3.9958,0.0000,3.9958,7.8175,-3.8217,0.0000,-3.8217,-0.1330,-3.6887,0.0000,-3.6433,13.2319,-13.2773,2759.8844,2759.8844,2759.8844,2759.8844,2759.8844 +1129.5000,1.0000,16155.5602,71.3415,71.5140,-0.0958,0.0000,6,1139.2200,52.6744,514.6660,-76.1246,6.2840,61.3991,-9.0816,-0.1927,1.0067,0.0000,1.0067,5.4700,1.0067,0.6742,0.0000,0.3325,0.0000,0.3325,7.7839,-7.4514,0.0000,-7.4514,-0.1686,-7.2828,0.0000,-3.6277,13.1750,-16.8302,2267.8723,2267.8723,2267.8723,2267.8723,2267.8723 +1130.5000,1.0000,16175.2666,70.9330,71.1690,-0.1311,0.0000,6,1132.6969,0.1529,498.5933,-75.7355,0.0181,59.1410,-8.9834,-0.2621,-5.1606,0.0000,-5.1606,5.4409,-5.1606,0.7304,0.0000,-5.8910,0.0000,-5.8910,7.7394,-13.6304,0.0000,-13.6304,-0.2293,-13.4011,0.0000,-3.6069,13.0996,-22.8938,1314.8108,1314.8108,1314.8108,1314.8108,1314.8108 +1131.5000,1.0000,16194.8341,70.4330,70.6970,-0.1467,0.0000,6,1124.7126,-23.3643,471.5652,-75.2592,-2.7518,55.5408,-8.8640,-0.2912,-7.8232,0.0000,-7.8232,5.3625,-7.8232,0.7504,0.0000,-8.5736,0.0000,-8.5736,7.6848,-16.2584,0.0000,-16.2584,-0.2547,-16.0037,0.0000,-3.5815,13.0072,-25.4294,920.3747,920.3747,920.3747,920.3747,920.3747 +1132.5000,1.0000,16214.2741,69.9740,70.1690,-0.1083,0.0000,6,1117.3830,34.0170,458.3553,-74.8220,3.9804,53.6331,-8.7551,-0.2137,-1.1708,0.0000,-1.1708,5.3649,-1.1708,0.6778,0.0000,-1.8486,0.0000,-1.8486,7.6347,-9.4833,0.0000,-9.4833,-0.1869,-9.2964,0.0000,-3.5582,12.9225,-18.6607,1931.7361,1931.7361,1931.7361,1931.7361,1931.7361 +1133.5000,1.0000,16233.6067,69.5875,69.7790,-0.1064,0.0000,6,1111.2112,36.7628,484.1797,-74.4538,4.2779,56.3419,-8.6639,-0.2087,-0.8326,0.0000,-0.8326,5.3192,-0.8326,0.6693,0.0000,-1.5019,0.0000,-1.5019,7.5925,-9.0945,0.0000,-9.0945,-0.1825,-8.9120,0.0000,-3.5385,12.8511,-18.2245,1970.3942,1970.3942,1970.3942,1970.3942,1970.3942 +1134.5000,1.0000,16252.8280,69.1865,69.3960,-0.1164,0.0000,6,1104.8078,21.8799,483.8647,-74.0719,2.5314,55.9808,-8.5698,-0.2270,-2.5325,0.0000,-2.5325,5.2908,-2.5325,0.6810,0.0000,-3.2135,0.0000,-3.2135,7.5488,-10.7623,0.0000,-10.7623,-0.1985,-10.5637,0.0000,-3.5181,12.7770,-19.8227,1668.9883,1668.9883,1668.9883,1668.9883,1668.9883 +1135.5000,1.0000,16271.9720,68.9085,68.9770,-0.0381,0.0000,6,1100.3685,139.8466,475.5416,-73.8071,16.1146,54.7968,-8.5048,-0.0739,10.9177,0.0000,10.9177,5.2707,10.9177,0.6976,0.0000,10.2202,0.0000,10.2202,7.5185,2.7017,0.0000,2.7017,-0.0647,2.7664,0.0000,-3.5040,12.7257,-6.4554,3623.7318,3623.7318,3623.7318,3623.7318,3623.7318 +1136.5000,1.0000,16291.1421,69.0025,68.8400,0.0903,0.0000,6,1101.8696,336.7156,532.3073,-73.8966,38.8528,61.4216,-8.5267,0.1756,33.3995,0.0000,33.3995,5.2777,33.3995,1.1482,0.0000,32.2513,0.0000,32.2513,7.5287,24.7226,0.0000,24.7226,0.1536,24.5690,0.0000,-3.5088,12.7431,15.3347,7843.6831,7843.6831,7843.6831,7843.6831,7843.6831 +1137.5000,1.0000,16310.4135,69.3670,69.1650,0.1122,0.0000,6,1107.6901,370.1127,626.8841,-74.2438,42.9320,72.7167,-8.6121,0.2194,37.4393,0.0000,37.4393,5.2733,37.4393,1.2329,0.0000,36.2064,0.0000,36.2064,7.5685,28.6379,0.0000,28.6379,0.1919,28.4460,0.0000,-3.5273,12.8104,19.1629,8641.5958,8641.5958,8641.5958,8641.5958,8641.5958 +1138.5000,1.0000,16329.8121,69.8250,69.5690,0.1422,0.0000,6,1115.0037,415.8889,643.7457,-74.6801,48.5604,75.1656,-8.7199,0.2799,43.0027,0.0000,43.0027,5.2778,43.0027,1.3490,0.0000,41.6537,0.0000,41.6537,7.6185,34.0352,0.0000,34.0352,0.2448,33.7904,0.0000,-3.5506,12.8950,24.4460,9723.8076,9723.8076,9723.8076,9723.8076,9723.8076 +1139.5000,1.0000,16349.3651,70.3805,70.0810,0.1664,0.0000,6,1123.8742,452.7744,666.5033,-75.2092,53.2878,78.4420,-8.8515,0.3301,47.6621,0.0000,47.6621,5.2957,47.6621,1.4482,0.0000,46.2139,0.0000,46.2139,7.6791,38.5349,0.0000,38.5349,0.2887,38.2461,0.0000,-3.5788,12.9975,28.8274,10586.7577,10586.7577,10586.7577,10586.7577,10586.7577 +1140.5000,1.0000,16369.0706,70.9300,70.6800,0.1389,0.0000,6,1132.6490,410.8607,685.1543,-75.7327,48.7325,81.2667,-8.9827,0.2777,43.0876,0.0000,43.0876,5.3672,43.0876,1.3626,0.0000,41.7250,0.0000,41.7250,7.7390,33.9860,0.0000,33.9860,0.2429,33.7431,0.0000,-3.6068,13.0990,24.2508,9764.1098,9764.1098,9764.1098,9764.1098,9764.1098 +1141.5000,1.0000,16388.8876,71.3310,71.1800,0.0839,0.0000,6,1139.0524,326.5100,667.0152,-76.1146,38.9465,79.5624,-9.0791,0.1687,33.3793,0.0000,33.3793,5.3985,33.3793,1.1728,0.0000,32.2065,0.0000,32.2065,7.7828,24.4238,0.0000,24.4238,0.1475,24.2762,0.0000,-3.6272,13.1731,14.7303,7864.8943,7864.8943,7864.8943,7864.8943,7864.8943 +1142.5000,1.0000,16408.8069,71.6995,71.4820,0.1208,0.0000,6,1144.9368,383.1468,628.8339,-76.4656,45.9383,75.3956,-9.1680,0.2442,40.2736,0.0000,40.2736,5.4205,40.2736,1.3147,0.0000,38.9589,0.0000,38.9589,7.8230,31.1359,0.0000,31.1359,0.2136,30.9223,0.0000,-3.6459,13.2411,21.3271,9246.0019,9246.0019,9246.0019,9246.0019,9246.0019 +1143.5000,1.0000,16428.8152,72.0200,71.9170,0.0572,0.0000,6,1150.0547,301.5925,656.1663,-76.7709,36.3218,79.0244,-9.2458,0.1162,28.8319,0.0000,28.8319,7.3738,28.8319,1.0893,0.0000,27.7426,0.0000,27.7426,7.8580,19.8846,0.0000,19.8846,0.1016,19.7830,0.0000,-3.6622,13.3003,10.1449,7426.4304,7426.4304,7426.4304,7426.4304,7426.4304 +1144.5000,1.0000,16448.9037,72.3085,72.1230,0.1031,0.0000,6,1154.6616,372.1625,619.2850,-77.0458,45.0004,74.8814,-9.3161,0.2100,37.3567,0.0000,37.3567,7.4336,37.3567,1.2630,0.0000,36.0937,0.0000,36.0937,7.8894,28.2043,0.0000,28.2043,0.1837,28.0206,0.0000,-3.6769,13.3536,18.3438,9061.2415,9061.2415,9061.2415,9061.2415,9061.2415 +1145.5000,1.0000,16469.0728,72.5990,72.4940,0.0583,0.0000,6,1159.3005,303.1835,652.7599,-77.3225,36.8070,79.2461,-9.3871,0.1194,29.2706,0.0000,29.2706,7.4170,29.2706,1.1045,0.0000,28.1662,0.0000,28.1662,7.9211,20.2450,0.0000,20.2450,0.1044,20.1406,0.0000,-3.6916,13.4072,10.4250,7515.5576,7515.5576,7515.5576,7515.5576,7515.5576 +1146.5000,1.0000,16489.3059,72.8290,72.7040,0.0694,0.0000,6,1162.9732,320.0265,621.7523,-77.5416,38.9748,75.7209,-9.4435,0.1426,31.4173,0.0000,31.4173,7.4150,31.4173,1.1499,0.0000,30.2674,0.0000,30.2674,7.9462,22.3211,0.0000,22.3211,0.1247,22.1964,0.0000,-3.7033,13.4497,12.4501,7885.5042,7885.5042,7885.5042,7885.5042,7885.5042 +1147.5000,1.0000,16509.6042,73.0640,72.9540,0.0611,0.0000,6,1166.7258,307.4109,630.2229,-77.7654,37.5592,77.0002,-9.5013,0.1259,29.9748,0.0000,29.9748,7.4585,29.9748,1.1237,0.0000,28.8512,0.0000,28.8512,7.9719,20.8793,0.0000,20.8793,0.1101,20.7692,0.0000,-3.7153,13.4931,10.9914,7647.0460,7647.0460,7647.0460,7647.0460,7647.0460 +1148.5000,1.0000,16529.9320,73.1700,73.1740,-0.0022,0.0000,6,1168.4185,209.7722,625.0010,-77.8664,25.6670,76.4729,-9.5275,-0.0046,18.2617,0.0000,18.2617,7.4098,18.2617,0.8906,0.0000,17.3712,0.0000,17.3712,7.9834,9.3877,0.0000,9.3877,-0.0040,9.3918,0.0000,-3.7207,13.5127,-0.4003,5416.2450,5416.2450,5416.2450,5416.2450,5416.2450 +1149.5000,1.0000,16550.2520,73.1420,73.1660,-0.0133,0.0000,6,1167.9714,192.5550,580.1425,-77.8397,23.5513,70.9570,-9.5205,-0.0275,16.1928,0.0000,16.1928,7.3860,16.1928,0.8489,0.0000,15.3439,0.0000,15.3439,7.9804,7.3635,0.0000,7.3635,-0.0240,7.3876,0.0000,-3.7192,13.5075,-2.4007,5050.9798,5050.9798,5050.9798,5050.9798,5050.9798 +1150.5000,1.0000,16570.5073,72.9090,73.1180,-0.1161,0.0000,6,1164.2507,37.8483,571.6100,-77.6178,4.6145,69.6907,-9.4632,-0.2386,-2.6046,0.0000,-2.6046,7.4577,-2.6046,0.7314,0.0000,-3.3360,0.0000,-3.3360,7.9549,-11.2910,0.0000,-11.2910,-0.2087,-11.0823,0.0000,-3.7074,13.4645,-20.8393,2047.6431,2047.6431,2047.6431,2047.6431,2047.6431 +1151.5000,1.0000,16590.5423,72.1160,72.7000,-0.3244,0.0000,6,1151.5877,61.2851,496.6444,-76.8624,7.3906,59.8923,-9.2691,-0.6595,0.6878,0.0000,0.6878,7.3624,0.6878,0.6878,0.0000,0.0000,0.0000,0.0000,7.8684,-7.8684,40.6546,-48.5231,-0.5769,-47.9462,0.0000,-3.6671,13.3180,-57.5972,2413.3998,2413.3998,2413.3998,2413.3998,2413.3998 +1152.5000,1.0000,16610.3039,71.1320,71.5320,-0.2222,0.0000,6,1135.8746,47.2663,503.7138,-75.9251,5.6223,59.9160,-9.0312,-0.4456,0.6747,0.0000,0.6747,5.3931,0.6747,0.6747,0.0000,0.0000,0.0000,0.0000,7.7611,-7.7611,22.0212,-29.7823,-0.3897,-29.3926,0.0000,-3.6170,13.1363,-38.9118,2179.3678,2179.3678,2179.3678,2179.3678,2179.3678 +1153.5000,1.0000,16629.8374,70.3105,70.7320,-0.2342,0.0000,6,1122.7565,46.9536,493.6069,-75.1425,5.5206,58.0357,-8.8349,-0.4641,0.6639,0.0000,0.6639,5.3207,0.6639,0.6639,0.0000,0.0000,0.0000,0.0000,7.6714,-7.6714,23.8550,-31.5264,-0.4059,-31.1205,0.0000,-3.5753,12.9846,-40.5298,2165.7851,2165.7851,2165.7851,2165.7851,2165.7851 +1154.5000,1.0000,16649.1537,69.5285,69.8890,-0.2003,0.0000,6,1110.2690,47.8548,490.2680,-74.3976,5.5639,57.0020,-8.6500,-0.3925,0.6537,0.0000,0.6537,5.3028,0.6537,0.6537,0.0000,0.0000,0.0000,0.0000,7.5861,-7.5861,17.7313,-25.3174,-0.3433,-24.9740,0.0000,-3.5355,12.8402,-34.2787,2171.9894,2171.9894,2171.9894,2171.9894,2171.9894 +1155.5000,1.0000,16668.2177,68.6205,69.1680,-0.3042,0.0000,6,1095.7696,46.4053,487.0145,-73.4822,5.3249,55.8843,-8.4320,-0.5883,0.6419,0.0000,0.6419,5.2714,0.6419,0.6419,0.0000,0.0000,0.0000,0.0000,7.4870,-7.4870,35.2245,-42.7115,-0.5146,-42.1969,0.0000,-3.4893,12.6725,-51.3801,2120.5151,2120.5151,2120.5151,2120.5151,2120.5151 +1156.5000,1.0000,16686.9073,67.2725,68.0730,-0.4447,0.1560,6,1074.2440,44.0037,480.6745,-71.9414,4.9502,54.0733,-8.0930,-0.8433,0.6245,0.0000,0.6245,5.1689,0.6245,0.6245,0.0000,0.0000,0.0000,0.0000,7.3400,-7.3400,55.5085,-62.8485,-0.7376,-62.1109,2.5334,-3.4208,12.4236,-73.6471,2024.6434,2024.6434,2024.6434,2024.6434,2024.6434 +1157.5000,1.0000,16705.0614,65.3450,66.4720,-0.6261,1.1190,6,1043.4646,42.3958,471.5994,-69.7381,4.6326,51.5323,-7.6204,-1.1532,0.6000,0.0000,0.6000,5.1858,0.6000,0.6000,0.0000,0.0000,0.0000,0.0000,7.1297,-7.1297,68.1989,-75.3285,-1.0087,-74.3198,17.6508,-3.3228,12.0669,-100.7147,1922.7284,1922.7284,1922.7284,1922.7284,1922.7284 +1158.5000,1.0000,16722.4823,62.7050,64.2180,-0.8406,2.4470,6,1001.3077,40.1120,460.3315,-66.7204,4.2060,48.2688,-6.9961,-1.4857,0.5671,0.0000,0.5671,5.1245,0.5671,0.5671,0.0000,0.0000,0.0000,0.0000,6.8416,-6.8416,78.7868,-85.6284,-1.2995,-84.3289,37.0302,-3.1885,11.5766,-129.7472,1781.5708,1781.5708,1781.5708,1781.5708,1781.5708 +1159.5000,1.0000,16738.9206,59.1680,61.1920,-1.1244,3.5840,6,944.8269,34.9992,433.9362,-69.7830,3.4629,42.9345,-6.9045,-1.8753,0.5242,0.0000,0.5242,4.8140,0.5242,0.5242,0.0000,0.0000,0.0000,0.0000,6.4557,-6.4557,99.8914,-106.3471,-1.6403,-104.7068,51.1595,-3.0087,10.9199,-163.7775,1518.4282,1518.4282,1518.4282,1518.4282,1518.4282 +1160.5000,1.0000,16754.3262,55.4500,57.1440,-0.9411,3.9170,6,885.4559,39.0496,404.0824,-73.3873,3.6209,37.4684,-6.8048,-1.4709,0.4804,0.0000,0.4804,4.6114,0.4804,0.4804,0.0000,0.0000,0.0000,0.0000,6.0500,-6.0500,63.8920,-69.9421,-1.2866,-68.6555,52.3929,-2.8196,10.2324,-128.4611,1519.2429,1519.2429,1519.2429,1519.2429,1519.2429 +1161.5000,1.0000,16768.7610,51.9555,53.7560,-1.0003,3.7790,6,829.6538,39.7361,424.3079,-77.3775,3.4523,36.8644,-6.7226,-1.4649,0.4407,0.0000,0.4407,4.4765,0.4407,0.4407,0.0000,0.0000,0.0000,0.0000,5.6688,-5.6688,69.2351,-74.9038,-1.2813,-73.6225,47.3640,-2.6419,9.5881,-127.9326,1513.4739,1513.4739,1513.4739,1513.4739,1513.4739 +1162.5000,1.0000,16782.3007,48.7330,50.1550,-0.7900,3.8250,6,778.1952,44.0688,452.3655,-81.8367,3.5913,36.8644,-6.6691,-1.0852,0.4051,0.0000,0.4051,4.2713,0.4051,0.4051,0.0000,0.0000,0.0000,0.0000,5.3172,-5.3172,38.9225,-44.2396,-0.9492,-43.2904,44.9663,-2.4781,8.9932,-94.7719,1501.7630,1501.7630,1501.7630,1501.7630,1501.7630 +1163.5000,1.0000,16794.9580,45.5560,47.3110,-0.9750,4.0720,6,727.4631,31.6454,483.9127,-87.2782,2.4107,36.8644,-6.6488,-1.2520,0.3711,0.0000,0.3711,3.2916,0.3711,0.3711,0.0000,0.0000,0.0000,0.0000,4.9705,-4.9705,54.6302,-59.6007,-1.0951,-58.5056,44.7449,-2.3165,8.4061,-109.3401,1198.1888,1198.1888,1198.1888,1198.1888,1198.1888 +1164.5000,1.0000,16806.6691,42.1500,43.8010,-0.9172,4.4050,0,649.7191,40.0989,541.8166,-95.6169,2.7283,36.8644,-6.5056,-1.9838,0.0000,0.0000,0.0000,4.7121,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.5989,-4.5989,41.1126,-45.7115,-0.9532,-44.7583,44.7788,-2.1433,7.7765,-95.1703,1210.5229,1210.5229,1210.5229,1210.5229,1210.5229 +1165.5000,1.0000,16817.2948,38.2425,40.4990,-1.2536,4.7670,5,694.6731,121.7561,506.7543,-90.7952,8.8573,36.8644,-6.6050,4.0388,0.2914,0.0000,0.2914,4.5271,0.3519,0.3519,0.0000,0.0000,0.0000,0.0000,4.1726,-4.1726,65.9559,-70.1284,-1.1820,-68.9464,43.9591,-1.9446,7.0544,-118.0153,2282.9269,2282.9269,2282.9269,2282.9269,2282.9269 +1166.5000,1.0000,16826.6674,33.7315,35.9860,-1.2525,5.2400,5,739.8942,29.2014,475.7824,-85.9448,2.2626,36.8644,-6.6591,-2.2470,0.2952,0.0000,0.2952,4.2143,0.2952,0.2952,0.0000,0.0000,0.0000,0.0000,3.6804,-3.6804,54.2469,-57.9273,-1.0416,-56.8856,42.6110,-1.7152,6.2208,-104.0022,1185.3805,1185.3805,1185.3805,1185.3805,1185.3805 +1167.5000,1.0000,16834.7230,28.9900,31.4770,-1.3817,6.1120,0,645.2211,30.0807,545.5938,-96.0994,2.0325,36.8644,-6.4932,-1.7918,0.0000,0.0000,0.0000,3.8243,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1630,-3.1630,49.8612,-53.0243,-0.9875,-52.0367,42.6945,-1.4741,5.3438,-98.6009,1107.0035,1107.0035,1107.0035,1107.0035,1107.0035 +1168.5000,1.0000,16841.3460,23.8330,26.5030,-1.4833,7.1470,4,643.5128,78.4035,547.0422,-96.2826,5.2835,36.8644,-6.4883,1.7196,0.3344,0.0000,0.3344,3.2295,0.4021,0.4021,0.0000,0.0000,0.0000,0.0000,2.6004,-2.6004,41.1032,-43.7036,-0.8716,-42.8320,41.0153,-1.2119,4.3902,-87.0255,1585.4386,1585.4386,1585.4386,1585.4386,1585.4386 +1169.5000,1.0000,16846.4144,18.2360,21.1630,-1.6261,8.2720,0,643.5128,19.6807,547.0422,-96.2826,1.3263,36.8644,-6.4883,-1.7196,0.0000,0.0000,0.0000,3.0458,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.9897,-1.9897,33.0183,-35.0079,-0.7311,-34.2768,36.2919,-0.9273,3.3563,-72.9977,1002.2642,1002.2642,1002.2642,1002.2642,1002.2642 +1170.5000,1.0000,16850.1013,13.2630,15.3090,-1.1367,8.9880,2,768.2195,94.5403,458.2396,-82.9067,7.6056,36.8644,-6.6697,7.9361,-3.4009,0.0000,-3.4009,3.0704,-4.9018,0.7067,0.0000,-5.6085,0.0000,-5.6085,1.4471,-7.0556,0.0000,-7.0556,-0.3717,-6.6840,28.6621,-0.6744,2.4395,-37.1111,2176.5620,2176.5620,2176.5620,2176.5620,2176.5620 +1171.5000,1.0000,16852.7503,9.5265,11.2170,-0.9392,8.5680,2,795.3095,-44.9317,442.6310,-80.0010,-3.7421,36.8644,-6.6629,-6.8929,0.1151,0.0000,0.1151,3.0356,0.1151,0.4198,0.0000,-0.3047,0.0000,-0.3047,1.0394,-1.3441,0.0000,-1.3441,-0.2206,-1.1235,19.6324,-0.4844,1.7529,-22.0245,170.0346,170.0346,170.0346,170.0346,170.0346 +1172.5000,1.0000,16854.5693,6.5383,7.8360,-0.7210,6.4340,0,627.0900,31.1807,561.3686,-98.0441,2.0476,36.8644,-6.4384,-1.0432,0.0000,0.0000,0.0000,3.0908,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.7134,-0.7134,0.0000,-0.7134,-0.1162,-0.5972,10.1343,-0.3325,1.2050,-11.6040,1101.2353,1101.2353,1101.2353,1101.2353,1101.2353 +1173.5000,1.0000,16855.8259,4.5138,5.4280,-0.4038,3.1240,1,622.2222,62.9870,565.7603,-98.5662,4.1042,36.8644,-6.4225,0.8491,0.2407,-0.0184,0.2591,3.0143,0.2971,0.3298,0.0000,-0.0326,0.0000,-0.0326,0.4925,-0.5251,0.0000,-0.5251,-0.0449,-0.4802,3.4024,-0.2295,0.8332,-4.4863,1412.2758,1412.2758,1412.2758,1412.2758,1412.2758 +1174.5000,1.0000,16856.6810,3.0685,3.7870,-0.3992,0.9180,1,644.4444,28.2610,546.2513,-96.1827,1.9072,36.8644,-6.4910,0.0000,-1.0719,0.3277,-1.3996,2.9791,-1.3996,0.2204,0.0000,-1.6199,0.0000,-1.6199,0.3348,-1.9547,0.0000,-1.9547,-0.0302,-1.9245,0.6800,-0.1560,0.5667,-3.0152,1088.2375,1088.2375,1088.2375,1088.2375,1088.2375 +1175.5000,1.0000,16857.1026,1.5075,2.3500,-0.4681,0.0000,1,644.4444,35.9662,546.2513,-96.1827,2.4272,36.8644,-6.4910,0.0000,-0.5666,0.7178,-1.2844,2.9938,-1.2844,0.1037,0.0000,-1.3881,0.0000,-1.3881,0.1645,-1.5526,0.0000,-1.5526,-0.0174,-1.5352,0.0000,-0.0767,0.2784,-1.7369,1164.6735,1164.6735,1164.6735,1164.6735,1164.6735 +1176.5000,1.0000,16857.2003,0.3420,0.6650,-0.1794,0.0000,0,644.4444,43.8599,546.2513,-96.1827,2.9599,36.8644,-6.4910,0.0000,-0.0028,0.0474,-0.0502,2.9627,-0.0502,0.0193,0.0000,-0.0695,0.0000,-0.0695,0.0373,-0.1068,0.0000,-0.1068,-0.0015,-0.1053,0.0000,-0.0174,0.0632,-0.1511,1242.9786,1242.9786,1242.9786,1242.9786,1242.9786 +1177.5000,1.0000,16857.2059,0.0095,0.0190,-0.0050,0.0000,0,644.4444,44.1607,546.2513,-96.1827,2.9802,36.8644,-6.4910,0.0000,0.0027,0.0000,0.0027,2.9776,0.0027,0.0005,0.0000,0.0022,0.0000,0.0022,0.0010,0.0012,0.0000,0.0012,0.0000,0.0012,0.0000,-0.0005,0.0018,-0.0001,1245.9634,1245.9634,1245.9634,1245.9634,1245.9634 +1178.5000,1.0000,16857.2092,0.0000,0.0010,0.0006,0.0000,0,644.4444,44.1701,546.2513,-96.1827,2.9809,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9809,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1246.0560,1246.0560,1246.0560,1246.0560,1246.0560 +1179.5000,1.0000,16857.2128,0.0000,0.0020,0.0000,0.0000,0,644.4444,45.0404,546.2513,-96.1827,3.0396,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.6897,1254.6897,1254.6897,1254.6897,1254.6897 +1180.5000,1.0000,16857.2164,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8642,546.2513,-96.1827,2.8927,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.1013,1233.1013,1233.1013,1233.1013,1233.1013 +1181.5000,1.0000,16857.2201,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6748,546.2513,-96.1827,2.8800,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8800,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.2231,1231.2231,1231.2231,1231.2231,1231.2231 +1182.5000,1.0000,16857.2237,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.5350,546.2513,-96.1827,2.8705,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8705,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.8363,1229.8363,1229.8363,1229.8363,1229.8363 +1183.5000,1.0000,16857.2273,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4717,546.2513,-96.1827,2.8662,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8662,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.2079,1229.2079,1229.2079,1229.2079,1229.2079 +1184.5000,1.0000,16857.2309,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4155,546.2513,-96.1827,2.8625,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8625,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.6505,1228.6505,1228.6505,1228.6505,1228.6505 +1185.5000,1.0000,16857.2345,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8273,546.2513,-96.1827,2.8902,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8902,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.7353,1232.7353,1232.7353,1232.7353,1232.7353 +1186.5000,1.0000,16857.2381,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8474,546.2513,-96.1827,2.8916,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8916,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.9352,1232.9352,1232.9352,1232.9352,1232.9352 +1187.5000,1.0000,16857.2417,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4852,546.2513,-96.1827,2.8672,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8672,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.3418,1229.3418,1229.3418,1229.3418,1229.3418 +1188.5000,1.0000,16857.2453,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7105,546.2513,-96.1827,2.8824,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.5769,1231.5769,1231.5769,1231.5769,1231.5769 +1189.5000,1.0000,16857.2489,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.0256,546.2513,-96.1827,3.9834,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9834,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1393.4227,1393.4227,1393.4227,1393.4227,1393.4227 +1190.5000,1.0000,16857.2526,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.4679,546.2513,-96.1827,4.0133,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0133,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1397.8106,1397.8106,1397.8106,1397.8106,1397.8106 +1191.5000,1.0000,16857.2562,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.2379,546.2513,-96.1827,3.9302,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9302,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1385.6086,1385.6086,1385.6086,1385.6086,1385.6086 +1192.5000,1.0000,16857.2598,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.9104,546.2513,-96.1827,3.9756,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1392.2803,1392.2803,1392.2803,1392.2803,1392.2803 +1193.5000,1.0000,16857.2634,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.8217,546.2513,-96.1827,3.9696,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9696,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1391.4004,1391.4004,1391.4004,1391.4004,1391.4004 +1194.5000,1.0000,16857.2670,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.6910,546.2513,-96.1827,3.9608,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9608,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1390.1034,1390.1034,1390.1034,1390.1034,1390.1034 +1195.5000,1.0000,16857.2706,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.1453,546.2513,-96.1827,3.9915,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9915,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.6106,1394.6106,1394.6106,1394.6106,1394.6106 +1196.5000,1.0000,16857.2742,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.1234,546.2513,-96.1827,3.9900,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9900,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.3928,1394.3928,1394.3928,1394.3928,1394.3928 +1197.5000,1.0000,16857.2778,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.7750,546.2513,-96.1827,3.9665,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9665,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1390.9369,1390.9369,1390.9369,1390.9369,1390.9369 +1198.5000,1.0000,16857.2814,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.1953,546.2513,-96.1827,3.9274,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9274,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1385.1858,1385.1858,1385.1858,1385.1858,1385.1858 +1199.5000,1.0000,16857.2851,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.8475,546.2513,-96.1827,3.9714,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9714,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1391.6564,1391.6564,1391.6564,1391.6564,1391.6564 +1200.5000,1.0000,16857.2887,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.5773,546.2513,-96.1827,4.0206,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0206,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1398.8958,1398.8958,1398.8958,1398.8958,1398.8958 +1201.5000,1.0000,16857.2923,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.2102,546.2513,-96.1827,3.9959,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9959,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1395.2539,1395.2539,1395.2539,1395.2539,1395.2539 +1202.5000,1.0000,16857.2959,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.7214,546.2513,-96.1827,4.0304,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0304,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1400.3249,1400.3249,1400.3249,1400.3249,1400.3249 +1203.5000,1.0000,16857.2995,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.7526,546.2513,-96.1827,4.0325,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0325,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1400.6342,1400.6342,1400.6342,1400.6342,1400.6342 +1204.5000,1.0000,16857.3031,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.8711,546.2513,-96.1827,3.9730,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9730,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1391.8904,1391.8904,1391.8904,1391.8904,1391.8904 +1205.5000,1.0000,16857.3067,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.0893,546.2513,-96.1827,3.9877,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.0547,1394.0547,1394.0547,1394.0547,1394.0547 +1206.5000,1.0000,16857.3103,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.5800,546.2513,-96.1827,4.0208,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0208,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1398.9224,1398.9224,1398.9224,1398.9224,1398.9224 +1207.5000,1.0000,16857.3139,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.0066,546.2513,-96.1827,3.9821,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9821,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1393.2345,1393.2345,1393.2345,1393.2345,1393.2345 +1208.5000,1.0000,16857.3176,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.6479,546.2513,-96.1827,4.0254,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0254,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1399.5959,1399.5959,1399.5959,1399.5959,1399.5959 +1209.5000,1.0000,16857.3212,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.2710,546.2513,-96.1827,2.8527,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8527,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.2169,1227.2169,1227.2169,1227.2169,1227.2169 +1210.5000,1.0000,16857.3248,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.5009,546.2513,-96.1827,2.8682,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.4978,1229.4978,1229.4978,1229.4978,1229.4978 +1211.5000,1.0000,16857.3284,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.1172,546.2513,-96.1827,2.8423,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8423,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.6913,1225.6913,1225.6913,1225.6913,1225.6913 +1212.5000,1.0000,16857.3320,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8941,546.2513,-96.1827,2.8948,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8948,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.3984,1233.3984,1233.3984,1233.3984,1233.3984 +1213.5000,1.0000,16857.3356,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7598,546.2513,-96.1827,2.8857,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.0658,1232.0658,1232.0658,1232.0658,1232.0658 +1214.5000,1.0000,16857.3392,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.1635,546.2513,-96.1827,2.9129,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9129,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1236.0713,1236.0713,1236.0713,1236.0713,1236.0713 +1215.5000,1.0000,16857.3428,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7599,546.2513,-96.1827,2.8857,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.0675,1232.0675,1232.0675,1232.0675,1232.0675 +1216.5000,1.0000,16857.3464,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.2686,546.2513,-96.1827,2.8525,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8525,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.1938,1227.1938,1227.1938,1227.1938,1227.1938 +1217.5000,1.0000,16857.3501,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.2241,546.2513,-96.1827,2.8495,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8495,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.7517,1226.7517,1226.7517,1226.7517,1226.7517 +1218.5000,1.0000,16857.3537,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.0964,546.2513,-96.1827,2.8409,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8409,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.4855,1225.4855,1225.4855,1225.4855,1225.4855 +1219.5000,1.0000,16857.3573,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4123,546.2513,-96.1827,2.8622,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8622,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.6189,1228.6189,1228.6189,1228.6189,1228.6189 +1220.5000,1.0000,16857.3609,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6548,546.2513,-96.1827,2.8786,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.0248,1231.0248,1231.0248,1231.0248,1231.0248 +1221.5000,1.0000,16857.3645,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.5109,546.2513,-96.1827,2.8689,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8689,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.5973,1229.5973,1229.5973,1229.5973,1229.5973 +1222.5000,1.0000,16857.3681,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6569,546.2513,-96.1827,2.8787,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8787,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.0451,1231.0451,1231.0451,1231.0451,1231.0451 +1223.5000,1.0000,16857.3717,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.3049,546.2513,-96.1827,2.8550,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8550,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.5533,1227.5533,1227.5533,1227.5533,1227.5533 +1224.5000,1.0000,16857.3753,0.0000,0.0000,0.0000,0.0000,0,644.4444,41.9941,546.2513,-96.1827,2.8340,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8340,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.4701,1224.4701,1224.4701,1224.4701,1224.4701 +1225.5000,1.0000,16857.3789,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.1129,546.2513,-96.1827,2.8420,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.6488,1225.6488,1225.6488,1225.6488,1225.6488 +1226.5000,1.0000,16857.3826,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4809,546.2513,-96.1827,2.8669,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8669,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.2991,1229.2991,1229.2991,1229.2991,1229.2991 +1227.5000,1.0000,16857.3862,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6896,546.2513,-96.1827,2.8810,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8810,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.3702,1231.3702,1231.3702,1231.3702,1231.3702 +1228.5000,1.0000,16857.3898,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.2574,546.2513,-96.1827,2.8518,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8518,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.0827,1227.0827,1227.0827,1227.0827,1227.0827 +1229.5000,1.0000,16857.3934,0.0000,0.0000,0.0000,0.0000,0,644.4444,41.9838,546.2513,-96.1827,2.8333,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8333,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.3678,1224.3678,1224.3678,1224.3678,1224.3678 +1230.5000,1.0000,16857.3970,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7580,546.2513,-96.1827,2.8856,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8856,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.0482,1232.0482,1232.0482,1232.0482,1232.0482 +1231.5000,1.0000,16857.4006,0.0000,0.0000,0.0000,0.0000,0,644.4444,41.7600,546.2513,-96.1827,2.8182,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8182,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.1481,1222.1481,1222.1481,1222.1481,1222.1481 +1232.5000,1.0000,16857.4042,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6099,546.2513,-96.1827,2.8756,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1230.5791,1230.5791,1230.5791,1230.5791,1230.5791 +1233.5000,1.0000,16857.4078,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4033,546.2513,-96.1827,2.8616,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8616,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.5297,1228.5297,1228.5297,1228.5297,1228.5297 +1234.5000,1.0000,16857.4114,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4528,546.2513,-96.1827,2.8650,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.0205,1229.0205,1229.0205,1229.0205,1229.0205 +1235.5000,1.0000,16857.4151,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.0087,546.2513,-96.1827,2.8350,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8350,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.6150,1224.6150,1224.6150,1224.6150,1224.6150 +1236.5000,1.0000,16857.4187,0.0000,0.0000,0.0000,0.0000,0,644.4444,41.9202,546.2513,-96.1827,2.8290,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8290,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.7373,1223.7373,1223.7373,1223.7373,1223.7373 +1237.5000,1.0000,16857.4223,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.2447,546.2513,-96.1827,2.8509,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8509,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.9560,1226.9560,1226.9560,1226.9560,1226.9560 +1238.5000,1.0000,16857.4259,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.0986,546.2513,-96.1827,2.9086,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9086,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1235.4272,1235.4272,1235.4272,1235.4272,1235.4272 +1239.5000,1.0000,16857.4295,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.0756,546.2513,-96.1827,2.9070,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9070,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1235.1984,1235.1984,1235.1984,1235.1984,1235.1984 +1240.5000,1.0000,16857.4337,0.0020,0.0000,0.0011,0.0000,0,644.4444,42.5597,546.2513,-96.1827,2.8722,36.8644,-6.4910,0.0000,0.0012,0.0006,0.0006,2.8710,0.0006,0.0001,0.0000,0.0005,0.0000,0.0005,0.0002,0.0003,0.0000,0.0003,0.0000,0.0003,0.0000,-0.0001,0.0004,0.0000,1230.0809,1230.0809,1230.0809,1230.0809,1230.0809 +1241.5000,1.0000,16857.4378,0.0020,0.0040,-0.0011,0.0000,0,644.4444,42.3503,546.2513,-96.1827,2.8581,36.8644,-6.4910,0.0000,0.0006,0.0000,0.0006,2.8575,0.0006,0.0001,0.0000,0.0005,0.0000,0.0005,0.0002,0.0003,0.0000,0.0003,0.0000,0.0003,0.0000,-0.0001,0.0004,0.0000,1228.0036,1228.0036,1228.0036,1228.0036,1228.0036 +1242.5000,1.0000,16857.4414,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.5964,546.2513,-96.1827,2.8747,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8747,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1230.4455,1230.4455,1230.4455,1230.4455,1230.4455 +1243.5000,1.0000,16857.4451,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.9096,546.2513,-96.1827,2.8958,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8958,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.5516,1233.5516,1233.5516,1233.5516,1233.5516 +1244.5000,1.0000,16857.4487,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8614,546.2513,-96.1827,2.8925,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.0742,1233.0742,1233.0742,1233.0742,1233.0742 +1245.5000,1.0000,16857.4523,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8960,546.2513,-96.1827,2.8949,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8949,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.4176,1233.4176,1233.4176,1233.4176,1233.4176 +1246.5000,1.0000,16857.4559,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4247,546.2513,-96.1827,2.8631,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8631,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.7416,1228.7416,1228.7416,1228.7416,1228.7416 +1247.5000,1.0000,16857.4595,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7106,546.2513,-96.1827,2.8824,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.5785,1231.5785,1231.5785,1231.5785,1231.5785 +1248.5000,1.0000,16857.4631,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.5470,546.2513,-96.1827,2.8713,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8713,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.9550,1229.9550,1229.9550,1229.9550,1229.9550 +1249.5000,1.0000,16857.4667,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4660,546.2513,-96.1827,2.8659,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8659,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.1519,1229.1519,1229.1519,1229.1519,1229.1519 +1250.5000,1.0000,16857.4703,0.0000,0.0000,0.0000,0.0000,0,644.4444,41.2025,546.2513,-96.1827,2.7806,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.7806,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1216.6178,1216.6178,1216.6178,1216.6178,1216.6178 +1251.5000,1.0000,16857.4739,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6343,546.2513,-96.1827,2.8772,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8772,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1230.8209,1230.8209,1230.8209,1230.8209,1230.8209 +1252.5000,1.0000,16857.4776,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.2305,546.2513,-96.1827,2.9175,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9175,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1236.7352,1236.7352,1236.7352,1236.7352,1236.7352 +1253.5000,1.0000,16857.4812,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.0588,546.2513,-96.1827,2.9059,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9059,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1235.0325,1235.0325,1235.0325,1235.0325,1235.0325 +1254.5000,1.0000,16857.4848,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8636,546.2513,-96.1827,2.8927,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.0956,1233.0956,1233.0956,1233.0956,1233.0956 +1255.5000,1.0000,16857.4884,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7889,546.2513,-96.1827,2.8877,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.3548,1232.3548,1232.3548,1232.3548,1232.3548 +1256.5000,1.0000,16857.4920,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6549,546.2513,-96.1827,2.8786,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.0260,1231.0260,1231.0260,1231.0260,1231.0260 +1257.5000,1.0000,16857.4956,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.7631,546.2513,-96.1827,2.9534,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9534,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1242.0188,1242.0188,1242.0188,1242.0188,1242.0188 +1258.5000,1.0000,16857.4992,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.9298,546.2513,-96.1827,2.8972,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8972,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.7524,1233.7524,1233.7524,1233.7524,1233.7524 +1259.5000,1.0000,16857.5028,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.2859,546.2513,-96.1827,2.9212,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9212,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1237.2854,1237.2854,1237.2854,1237.2854,1237.2854 +1260.5000,1.0000,16857.5064,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.1723,546.2513,-96.1827,3.1160,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1160,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1265.9182,1265.9182,1265.9182,1265.9182,1265.9182 +1261.5000,1.0000,16857.5101,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.7041,546.2513,-96.1827,3.0844,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0844,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1261.2735,1261.2735,1261.2735,1261.2735,1261.2735 +1262.5000,1.0000,16857.5145,0.0030,0.0000,0.0017,0.0000,0,644.4444,45.0279,546.2513,-96.1827,3.0388,36.8644,-6.4910,0.0000,0.0018,0.0009,0.0009,3.0370,0.0009,0.0002,0.0000,0.0007,0.0000,0.0007,0.0003,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,-0.0002,0.0006,0.0000,1254.5658,1254.5658,1254.5658,1254.5658,1254.5658 +1263.5000,1.0000,16857.5192,0.0030,0.0060,-0.0011,0.0000,0,644.4444,45.0963,546.2513,-96.1827,3.0434,36.8644,-6.4910,0.0000,0.0009,0.0000,0.0009,3.0425,0.0009,0.0002,0.0000,0.0007,0.0000,0.0007,0.0003,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,-0.0002,0.0006,0.0000,1255.2441,1255.2441,1255.2441,1255.2441,1255.2441 +1264.5000,1.0000,16857.5234,0.0000,0.0020,0.0000,0.0000,0,644.4444,45.5453,546.2513,-96.1827,3.0737,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0737,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1259.6983,1259.6983,1259.6983,1259.6983,1259.6983 +1265.5000,1.0000,16857.5276,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.9075,546.2513,-96.1827,3.0981,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0981,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.2916,1263.2916,1263.2916,1263.2916,1263.2916 +1266.5000,1.0000,16857.5317,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.9804,546.2513,-96.1827,3.1030,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1030,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1264.0144,1264.0144,1264.0144,1264.0144,1264.0144 +1267.5000,1.0000,16857.5359,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.7784,546.2513,-96.1827,3.0894,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0894,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1262.0106,1262.0106,1262.0106,1262.0106,1262.0106 +1268.5000,1.0000,16857.5403,0.0000,0.0000,0.0006,0.0000,0,644.4444,45.3372,546.2513,-96.1827,3.0596,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0596,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1257.6335,1257.6335,1257.6335,1257.6335,1257.6335 +1269.5000,1.0000,16857.5451,0.0000,0.0020,0.0000,0.0000,0,644.4444,44.8797,546.2513,-96.1827,3.0288,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0288,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1253.0956,1253.0956,1253.0956,1253.0956,1253.0956 +1270.5000,1.0000,16857.5498,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.6734,546.2513,-96.1827,3.0823,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0823,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1260.9686,1260.9686,1260.9686,1260.9686,1260.9686 +1271.5000,1.0000,16857.5548,0.0000,0.0000,0.0006,0.0000,0,644.4444,46.1344,546.2513,-96.1827,3.1134,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1134,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1265.5419,1265.5419,1265.5419,1265.5419,1265.5419 +1272.5000,1.0000,16857.5601,0.0000,0.0020,0.0000,0.0000,0,644.4444,45.2703,546.2513,-96.1827,3.0551,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0551,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.9706,1256.9706,1256.9706,1256.9706,1256.9706 +1273.5000,1.0000,16857.5653,0.0000,0.0000,0.0000,0.0000,0,644.4444,44.5203,546.2513,-96.1827,3.0045,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0045,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.5304,1249.5304,1249.5304,1249.5304,1249.5304 +1274.5000,1.0000,16857.5706,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.5872,546.2513,-96.1827,3.1440,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1440,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1270.0336,1270.0336,1270.0336,1270.0336,1270.0336 +1275.5000,1.0000,16857.5759,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.1604,546.2513,-96.1827,3.1152,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1152,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1265.7997,1265.7997,1265.7997,1265.7997,1265.7997 +1276.5000,1.0000,16857.5812,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.0159,546.2513,-96.1827,3.0379,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0379,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.4462,1254.4462,1254.4462,1254.4462,1254.4462 +1277.5000,1.0000,16857.5864,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.2678,546.2513,-96.1827,3.0549,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0549,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.9459,1256.9459,1256.9459,1256.9459,1256.9459 +1278.5000,1.0000,16857.5917,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.1431,546.2513,-96.1827,3.0465,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0465,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1255.7081,1255.7081,1255.7081,1255.7081,1255.7081 +1279.5000,1.0000,16857.5970,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.8494,546.2513,-96.1827,3.0942,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0942,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1262.7152,1262.7152,1262.7152,1262.7152,1262.7152 +1280.5000,1.0000,16857.6023,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.9926,546.2513,-96.1827,3.1039,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1039,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1264.1353,1264.1353,1264.1353,1264.1353,1264.1353 +1281.5000,1.0000,16857.6076,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.5205,546.2513,-96.1827,3.1395,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1395,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1269.3718,1269.3718,1269.3718,1269.3718,1269.3718 +1282.5000,1.0000,16857.6128,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.1200,546.2513,-96.1827,3.0450,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0450,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1255.4795,1255.4795,1255.4795,1255.4795,1255.4795 +1283.5000,1.0000,16857.6181,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.5943,546.2513,-96.1827,3.0770,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0770,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1260.1841,1260.1841,1260.1841,1260.1841,1260.1841 +1284.5000,1.0000,16857.6234,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.9722,546.2513,-96.1827,3.1025,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1025,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.9332,1263.9332,1263.9332,1263.9332,1263.9332 +1285.5000,1.0000,16857.6287,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.7712,546.2513,-96.1827,3.0889,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0889,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1261.9394,1261.9394,1261.9394,1261.9394,1261.9394 +1286.5000,1.0000,16857.6339,0.0000,0.0000,0.0000,0.0000,0,644.4444,44.9019,546.2513,-96.1827,3.0303,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0303,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1253.3159,1253.3159,1253.3159,1253.3159,1253.3159 +1287.5000,1.0000,16857.6392,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.0194,546.2513,-96.1827,3.0382,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0382,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.4812,1254.4812,1254.4812,1254.4812,1254.4812 +1288.5000,1.0000,16857.6445,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.8596,546.2513,-96.1827,4.2421,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2421,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1431.4564,1431.4564,1431.4564,1431.4564,1431.4564 +1289.5000,1.0000,16857.6498,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.8048,546.2513,-96.1827,4.1710,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1420.9921,1420.9921,1420.9921,1420.9921,1420.9921 +1290.5000,1.0000,16857.6551,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.7526,546.2513,-96.1827,4.2349,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2349,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1430.3946,1430.3946,1430.3946,1430.3946,1430.3946 +1291.5000,1.0000,16857.6603,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.7644,546.2513,-96.1827,4.1682,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1420.5918,1420.5918,1420.5918,1420.5918,1420.5918 +1292.5000,1.0000,16857.6656,0.0000,0.0000,0.0000,0.0000,0,644.4444,60.9976,546.2513,-96.1827,4.1165,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1165,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1412.9855,1412.9855,1412.9855,1412.9855,1412.9855 +1293.5000,1.0000,16857.6709,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.5879,546.2513,-96.1827,4.1563,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1563,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1418.8406,1418.8406,1418.8406,1418.8406,1418.8406 +1294.5000,1.0000,16857.6762,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.9071,546.2513,-96.1827,4.1779,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1779,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1422.0077,1422.0077,1422.0077,1422.0077,1422.0077 +1295.5000,1.0000,16857.6814,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.9906,546.2513,-96.1827,4.1835,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1835,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1422.8359,1422.8359,1422.8359,1422.8359,1422.8359 +1296.5000,1.0000,16857.6867,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.1230,546.2513,-96.1827,4.1924,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1924,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1424.1492,1424.1492,1424.1492,1424.1492,1424.1492 +1297.5000,1.0000,16857.6920,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.4751,546.2513,-96.1827,4.2162,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2162,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1427.6421,1427.6421,1427.6421,1427.6421,1427.6421 +1298.5000,1.0000,16857.6973,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.7143,546.2513,-96.1827,4.1649,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1649,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1420.0951,1420.0951,1420.0951,1420.0951,1420.0951 +1299.5000,1.0000,16857.7026,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.2636,546.2513,-96.1827,4.2019,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1425.5437,1425.5437,1425.5437,1425.5437,1425.5437 diff --git a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairFront.vsum b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairFront.vsum index 9ef26db487f129ba3cc55f9d8c2b119f06fc6cc5..a43cef6e6388ab1074ceafed9f863000e526ef1c 100644 --- a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairFront.vsum +++ b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairFront.vsum @@ -1,2 +1,2 @@ Job [-],Input File [-],Cycle [-],Status,Mass [kg],Loading [kg],time [s],distance [km],speed [km/h],altitudeDelta [m],FC-Map [g/h],FC-Map [g/km],FC-AUXc [g/h],FC-AUXc [g/km],FC-WHTCc [g/h],FC-WHTCc [g/km],FC-AAUX [g/h],FC-AAUX [g/km],FC-Final [g/h],FC-Final [g/km],FC-Final [l/100km],FC-Final [l/100tkm],CO2 [g/km],CO2 [g/tkm],P_wheel_in_pos [kW],P_brake_loss [kW],P_eng_out_pos [kW],P_eng_out_neg [kW],E_aux_sum [kWh],E_air [kWh],E_roll [kWh],E_grad [kWh],E_inertia [kWh],E_brake [kWh],E_gbx_axl_loss [kWh],E_ret_loss [kWh],E_tc_loss [kWh],E_eng_out_pos [kWh],E_eng_out_neg [kWh],a [m/s^2],a_pos [m/s^2],a_neg [m/s^2],AccelerationTimeShare [%],DecelerationTimeShare [%],CruiseTimeShare [%],StopTimeShare [%] -27-0,MeasuredSpeedVairFront,MeasuredSpeedVairFront.vdri,Success,8862.0000,0.0000,1298.0000,16.8563,46.7509,,5451.4678,116.6067,5451.4678,116.6067,5451.4678,116.6067,5451.4678,116.6067,5451.4678,116.6067,14.0152,,368.4770,,16.2774,1.9487,31.6045,-8.7574,1.9832,0.5292,3.1125,0.3597,-0.0002,0.7026,2.1030,0.0000,0.0000,7.4271,-0.5887,0.0000,0.2924,-0.3219,23.5158,22.2051,0.0000,14.4838 +2-0,MeasuredSpeedVairFront,MeasuredSpeedVairFront.vdri,Success,8862.0000,0.0000,1298.0000,16.8561,46.7505,15.8669,5656.4951,120.9934,5656.4951,120.9934,5656.4951,120.9934,5656.4951,120.9934,5656.4951,120.9934,14.5425,,382.3391,,16.2923,3.0190,27.7836,-5.9916,1.9832,0.5291,3.1125,0.3597,0.0002,1.0885,2.1025,0.0000,0.0000,7.4630,-0.2263,0.0000,0.2929,-0.3215,23.5929,22.2822,0.0000,14.4838 diff --git a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairFront_MeasuredSpeedVairFront.vmod b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairFront_MeasuredSpeedVairFront.vmod index 113d653fa253147e3167fc863e0727e88b83a0de..fdd3df0364ae59c081118c080e4bcbf490e58a98 100644 --- a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairFront_MeasuredSpeedVairFront.vmod +++ b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairFront_MeasuredSpeedVairFront.vmod @@ -1,1300 +1,1300 @@ -time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h] -1.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,622.2222,45.3199,565.7603,-98.5662,2.9530,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.8021,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1237.0177,1237.0177,1237.0177 -2.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.8987,586.7144,-100.9497,3.8892,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8892,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1381.0348,1381.0348,1381.0348 -3.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.3443,586.7144,-100.9497,3.8544,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8544,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1375.5352,1375.5352,1375.5352 -4.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.2345,586.7144,-100.9497,3.8475,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8475,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.4460,1374.4460,1374.4460 -5.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.8091,586.7144,-100.9497,3.8836,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8836,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1380.1463,1380.1463,1380.1463 -6.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.3826,586.7144,-100.9497,3.8568,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1375.9149,1375.9149,1375.9149 -7.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.9607,586.7144,-100.9497,3.8931,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8931,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1381.6498,1381.6498,1381.6498 -8.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.1851,586.7144,-100.9497,3.8444,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8444,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1373.9562,1373.9562,1373.9562 -9.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,60.9341,586.7144,-100.9497,3.8286,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8286,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1371.4658,1371.4658,1371.4658 -10.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.3828,586.7144,-100.9497,3.8568,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1375.9170,1375.9170,1375.9170 -11.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,59.5891,586.7144,-100.9497,3.7441,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7441,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1358.1238,1358.1238,1358.1238 -12.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.5610,586.7144,-100.9497,3.8680,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8680,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1377.6852,1377.6852,1377.6852 -13.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,59.8969,586.7144,-100.9497,3.7634,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7634,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1361.1772,1361.1772,1361.1772 -14.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.2773,586.7144,-100.9497,3.8502,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8502,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.8709,1374.8709,1374.8709 -15.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.1169,586.7144,-100.9497,3.8401,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8401,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1373.2796,1373.2796,1373.2796 -16.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,59.7882,586.7144,-100.9497,3.7566,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7566,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1360.0986,1360.0986,1360.0986 -17.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,60.7591,586.7144,-100.9497,3.8176,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8176,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1369.7301,1369.7301,1369.7301 -18.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.0634,586.7144,-100.9497,3.8367,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8367,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1372.7494,1372.7494,1372.7494 -19.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,60.7951,586.7144,-100.9497,3.8199,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8199,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1370.0877,1370.0877,1370.0877 -20.5000,1.0000,0.0458,0.1650,0.3300,0.0917,0.0000,1,600.0000,60.9052,586.7144,-100.9497,3.8268,36.8644,-6.3429,0.0000,0.0000,-0.0992,0.0992,3.8268,0.0992,0.0080,0.0000,0.0913,0.0000,0.0913,0.0180,0.0733,0.0000,0.0733,0.0004,0.0729,0.0000,0.0052,0.0305,0.0372,1371.1797,1371.1797,1371.1797 -21.5000,1.0000,0.4165,1.3345,2.3390,0.5581,0.0000,1,622.2222,149.0102,565.7603,-98.5662,9.7093,36.8644,-6.4225,0.8491,4.0505,1.6570,2.3935,4.8097,2.3935,0.0965,0.0000,2.2970,0.0000,2.2970,0.1571,2.1400,0.0000,2.1400,0.0184,2.1216,0.0000,0.0419,0.2464,1.8333,2378.5274,2378.5274,2378.5274 -22.5000,1.0000,1.0732,2.3640,2.3890,0.0139,0.0000,1,644.4444,87.2687,546.2513,-96.1827,5.8894,36.8644,-6.4910,0.0000,1.0025,0.0105,0.9920,4.8870,0.9920,0.1416,0.0000,0.8504,0.0000,0.8504,0.2579,0.5924,0.0000,0.5924,0.0008,0.5916,0.0000,0.0742,0.4366,0.0808,1711.8434,1711.8434,1711.8434 -23.5000,1.0000,1.9456,3.1405,3.8920,0.4175,0.0000,1,644.4444,153.1986,546.2513,-96.1827,10.3388,36.8644,-6.4910,0.0000,5.6036,1.0820,4.5216,4.7351,4.5216,0.2302,0.0000,4.2915,0.0000,4.2915,0.3529,3.9385,0.0000,3.9385,0.0323,3.9062,0.0000,0.0986,0.5800,3.2276,2491.1201,2491.1201,2491.1201 -24.5000,1.0000,3.2883,4.8340,5.7760,0.5233,0.0000,1,746.3987,234.6592,486.2502,-85.2471,18.3416,38.0066,-6.6631,4.6733,8.7413,0.4263,8.3150,4.9270,8.3150,0.4180,0.0000,7.8970,0.0000,7.8970,0.5626,7.3344,0.0000,7.3344,0.0624,7.2720,0.0000,0.1518,0.8927,6.2275,3927.2104,3927.2104,3927.2104 -25.5000,1.0000,4.8979,5.7945,5.8130,0.0103,0.0000,1,851.0702,86.3866,479.6969,-75.8461,7.6991,42.7524,-6.7597,0.1420,2.4680,0.0000,2.4680,5.0891,2.4680,0.4357,0.0000,2.0323,0.0000,2.0323,0.6322,1.4001,0.0000,1.4001,0.0015,1.3986,0.0000,0.1819,1.0701,0.1466,2233.4413,2233.4413,2233.4413 -26.5000,1.0000,6.4654,5.6430,5.4730,-0.0944,0.0000,1,828.8186,55.1875,424.7354,-77.4372,4.7899,36.8644,-6.7211,-1.2709,0.9449,0.0000,0.9449,5.1159,0.9449,0.4350,0.0000,0.5099,0.0000,0.5099,0.6157,-0.1058,0.0000,-0.1058,-0.0131,-0.0927,0.0000,0.1772,1.0421,-1.3119,1728.7907,1728.7907,1728.7907 -27.5000,1.0000,7.9300,5.2725,5.0720,-0.1114,0.0000,1,774.4012,52.5355,454.5817,-82.2436,4.2604,36.8644,-6.6696,-1.4005,0.6543,0.0000,0.6543,5.0065,0.6543,0.4000,0.0000,0.2543,0.0000,0.2543,0.5753,-0.3210,0.0000,-0.3210,-0.0145,-0.3065,0.0000,0.1655,0.9737,-1.4457,1608.7384,1608.7384,1608.7384 -28.5000,1.0000,9.2769,4.8490,4.6260,-0.1239,0.0000,1,712.1994,52.7308,494.2838,-88.9153,3.9327,36.8644,-6.6314,-1.4325,0.4434,0.0000,0.4434,4.9218,0.4434,0.3603,0.0000,0.0832,0.0000,0.0832,0.5291,-0.4459,0.0000,-0.4459,-0.0148,-0.4311,0.0000,0.1522,0.8955,-1.4788,1428.9003,1428.9003,1428.9003 -29.5000,1.0000,10.5646,4.6355,4.6450,0.0053,0.0000,1,680.8415,97.1281,517.0493,-92.2787,6.9250,36.8644,-6.5792,0.0583,1.8935,0.0000,1.8935,4.9732,1.8935,0.3253,0.0000,1.5682,0.0000,1.5682,0.5058,1.0624,0.0000,1.0624,0.0006,1.0618,0.0000,0.1455,0.8561,0.0602,1956.2066,1956.2066,1956.2066 -30.5000,1.0000,11.8244,4.5355,4.4260,-0.0608,0.0000,1,666.1540,77.3966,528.4494,-93.8541,5.3991,36.8644,-6.5472,-0.6579,1.1125,0.0000,1.1125,4.9446,1.1125,0.3236,0.0000,0.7888,0.0000,0.7888,0.4949,0.2940,0.0000,0.2940,-0.0068,0.3008,0.0000,0.1424,0.8376,-0.6792,1637.8451,1637.8451,1637.8451 -31.5000,1.0000,13.1656,4.8280,5.2300,0.2233,0.0000,1,709.1150,162.1950,496.4337,-89.2461,12.0443,36.8644,-6.6273,2.5712,4.5940,0.0000,4.5940,4.8791,4.5940,0.3432,0.0000,4.2508,0.0000,4.2508,0.5268,3.7241,0.0000,3.7241,0.0266,3.6975,0.0000,0.1516,0.8916,2.6543,2812.1620,2812.1620,2812.1620 -32.5000,1.0000,14.7229,5.6065,5.9830,0.2092,0.0000,1,823.4576,148.5912,480.6720,-77.8205,12.8134,41.4494,-6.7106,2.7964,5.1532,0.0000,5.1532,4.8637,5.1532,0.4144,0.0000,4.7388,0.0000,4.7388,0.6117,4.1271,0.0000,4.1271,0.0289,4.0982,0.0000,0.1760,1.0354,2.8868,3049.8184,3049.8184,3049.8184 -33.5000,1.0000,16.3857,5.9860,5.9890,0.0017,0.0000,1,879.1969,81.2548,455.4600,-73.8349,7.4811,41.9339,-6.7979,0.0238,2.4277,0.0000,2.4277,5.0296,2.4277,0.4564,0.0000,1.9713,0.0000,1.9713,0.6531,1.3182,0.0000,1.3182,0.0002,1.3180,0.0000,0.1879,1.1055,0.0246,2217.0139,2217.0139,2217.0139 -34.5000,1.0000,18.0233,5.8955,5.8020,-0.0519,0.0000,1,865.9047,64.8701,406.5443,-74.7853,5.8822,36.8644,-6.7813,-0.7303,1.6106,0.0000,1.6106,5.0019,1.6106,0.4549,0.0000,1.1557,0.0000,1.1557,0.6432,0.5124,0.0000,0.5124,-0.0076,0.5200,0.0000,0.1851,1.0888,-0.7539,1874.0612,1874.0612,1874.0612 -35.5000,1.0000,19.6322,5.7920,5.7820,-0.0056,0.0000,1,850.7031,79.5657,413.8091,-75.8723,7.0881,36.8644,-6.7591,-0.0767,2.2411,0.0000,2.2411,4.9238,2.2411,0.4377,0.0000,1.8034,0.0000,1.8034,0.6320,1.1715,0.0000,1.1715,-0.0008,1.1723,0.0000,0.1818,1.0696,-0.0792,2100.9961,2100.9961,2100.9961 -36.5000,1.0000,21.2472,5.8140,5.8460,0.0178,0.0000,1,853.9343,86.6373,414.9256,-75.6413,7.7474,37.1042,-6.7641,0.2465,2.5841,0.0000,2.5841,4.9168,2.5841,0.4366,0.0000,2.1476,0.0000,2.1476,0.6344,1.5132,0.0000,1.5132,0.0025,1.5107,0.0000,0.1825,1.0737,0.2544,2246.6620,2246.6620,2246.6620 -37.5000,1.0000,22.9228,6.0320,6.2180,0.1033,0.0000,1,885.9532,111.5588,453.8595,-73.3517,10.3501,42.1076,-6.8053,1.4863,3.9573,0.0000,3.9573,4.9065,3.9573,0.4460,0.0000,3.5112,0.0000,3.5112,0.6581,2.8531,0.0000,2.8531,0.0154,2.8377,0.0000,0.1894,1.1140,1.5344,2748.9158,2748.9158,2748.9158 -38.5000,1.0000,24.7068,6.4225,6.6270,0.1136,0.0000,1,943.3081,113.6222,492.1686,-69.8699,11.2239,48.6179,-6.9020,1.7400,4.3870,0.0000,4.3870,5.0969,4.3870,0.4844,0.0000,3.9026,0.0000,3.9026,0.7007,3.2019,0.0000,3.2019,0.0180,3.1839,0.0000,0.2016,1.1861,1.7962,2943.9349,2943.9349,2943.9349 -39.5000,1.0000,26.5778,6.7355,6.8440,0.0603,0.0000,1,989.2801,96.2393,500.6834,-67.2400,9.9701,51.8694,-6.9659,0.9682,3.7259,0.0000,3.7259,5.2761,3.7259,0.5262,0.0000,3.1997,0.0000,3.1997,0.7349,2.4648,0.0000,2.4648,0.0100,2.4548,0.0000,0.2115,1.2439,0.9994,2828.1592,2828.1592,2828.1592 -40.5000,1.0000,28.5218,6.9985,7.1530,0.0858,0.0000,1,1027.9084,104.0750,506.7082,-68.6246,11.2029,54.5432,-7.3869,1.4324,4.3198,0.0000,4.3198,5.4506,4.3198,0.5505,0.0000,3.7693,0.0000,3.7693,0.7636,3.0057,0.0000,3.0057,0.0148,2.9909,0.0000,0.2197,1.2924,1.4787,3014.2976,3014.2976,3014.2976 -41.5000,1.0000,30.5406,7.2675,7.3820,0.0636,0.0000,1,1067.4179,85.0506,516.1801,-71.4528,9.5069,57.6985,-7.9870,1.1024,4.0969,0.0000,4.0969,4.3076,4.0969,0.5843,0.0000,3.5126,0.0000,3.5126,0.7929,2.7197,0.0000,2.7197,0.0114,2.7083,0.0000,0.2282,1.3421,1.1380,2737.5668,2737.5668,2737.5668 -42.5000,1.0000,32.6031,7.4250,7.4680,0.0239,0.0000,1,1090.5508,72.5145,506.6964,-73.1087,8.2813,57.8659,-8.3492,0.4230,3.4648,0.0000,3.4648,4.3935,3.4648,0.6094,0.0000,2.8555,0.0000,2.8555,0.8101,2.0453,0.0000,2.0453,0.0044,2.0410,0.0000,0.2331,1.3712,0.4366,2552.6423,2552.6423,2552.6423 -43.5000,1.0000,34.6757,7.4615,7.4550,-0.0036,0.0000,1,1095.9117,63.7871,497.7735,-73.4924,7.3204,57.1263,-8.4343,-0.0643,2.9780,0.0000,2.9780,4.4067,2.9780,0.6186,0.0000,2.3593,0.0000,2.3593,0.8141,1.5452,0.0000,1.5452,-0.0007,1.5459,0.0000,0.2343,1.3780,-0.0663,2416.8635,2416.8635,2416.8635 -44.5000,1.0000,36.7428,7.4415,7.4280,-0.0075,0.0000,1,1092.9742,62.5291,492.3379,-73.2821,7.1568,56.3510,-8.3876,-0.1331,2.8981,0.0000,2.8981,4.3918,2.8981,0.6170,0.0000,2.2811,0.0000,2.2811,0.8119,1.4691,0.0000,1.4691,-0.0014,1.4705,0.0000,0.2336,1.3743,-0.1374,2394.8628,2394.8628,2394.8628 -45.5000,1.0000,38.8010,7.4095,7.3910,-0.0103,0.0000,1,1088.2742,61.8246,490.0241,-72.9457,7.0458,55.8450,-8.3132,-0.1816,2.8339,0.0000,2.8339,4.3935,2.8339,0.6138,0.0000,2.2201,0.0000,2.2201,0.8084,1.4116,0.0000,1.4116,-0.0019,1.4135,0.0000,0.2326,1.3684,-0.1875,2380.5397,2380.5397,2380.5397 -46.5000,1.0000,40.8528,7.3865,7.3820,-0.0025,0.0000,1,1084.8961,64.4506,490.1660,-72.7039,7.3222,55.6878,-8.2599,-0.0440,2.9658,0.0000,2.9658,4.4005,2.9658,0.6098,0.0000,2.3560,0.0000,2.3560,0.8059,1.5501,0.0000,1.5501,-0.0005,1.5506,0.0000,0.2319,1.3641,-0.0455,2420.2379,2420.2379,2420.2379 -47.5000,1.0000,42.9071,7.3955,7.4090,0.0075,0.0000,1,1086.2180,67.0995,493.4777,-72.7985,7.6325,56.1323,-8.2807,0.1323,3.1517,0.0000,3.1517,4.3485,3.1517,0.6090,0.0000,2.5428,0.0000,2.5428,0.8069,1.7359,0.0000,1.7359,0.0014,1.7345,0.0000,0.2322,1.3658,0.1365,2463.3815,2463.3815,2463.3815 -48.5000,1.0000,44.9547,7.3715,7.3340,-0.0208,0.0000,1,1082.6929,58.5183,488.8274,-72.5462,6.6348,55.4229,-8.2252,-0.3662,2.6266,0.0000,2.6266,4.3744,2.6266,0.6113,0.0000,2.0152,0.0000,2.0152,0.8043,1.2109,0.0000,1.2109,-0.0038,1.2147,0.0000,0.2314,1.3613,-0.3780,2323.6704,2323.6704,2323.6704 -49.5000,1.0000,46.9894,7.3250,7.3160,-0.0050,0.0000,1,1075.8632,63.6075,485.8088,-72.0573,7.1663,54.7332,-8.1183,-0.0873,2.8940,0.0000,2.8940,4.3596,2.8940,0.6031,0.0000,2.2909,0.0000,2.2909,0.7992,1.4917,0.0000,1.4917,-0.0009,1.4926,0.0000,0.2300,1.3527,-0.0902,2400.8660,2400.8660,2400.8660 -50.5000,1.0000,49.0206,7.3120,7.3080,-0.0022,0.0000,1,1073.9539,64.1728,488.1621,-71.9206,7.2171,54.9008,-8.0885,-0.0387,2.9384,0.0000,2.9384,4.3174,2.9384,0.6011,0.0000,2.3373,0.0000,2.3373,0.7978,1.5395,0.0000,1.5395,-0.0004,1.5399,0.0000,0.2296,1.3503,-0.0400,2408.6370,2408.6370,2408.6370 -51.5000,1.0000,51.0408,7.2730,7.2380,-0.0194,0.0000,1,1068.2257,58.9972,483.9377,-71.5106,6.5997,54.1354,-7.9995,-0.3372,2.6132,0.0000,2.6132,4.3237,2.6132,0.5998,0.0000,2.0134,0.0000,2.0134,0.7935,1.2199,0.0000,1.2199,-0.0035,1.2234,0.0000,0.2283,1.3431,-0.3481,2299.5458,2299.5458,2299.5458 -52.5000,1.0000,52.9194,6.7630,6.2880,-0.2639,0.0000,1,993.3192,-15.5382,407.2310,-67.0090,-1.6163,42.3602,-6.9703,-4.2558,-1.6550,0.0000,-1.6550,4.2945,-1.6550,0.5831,0.0000,-2.2381,0.0000,-2.2381,0.7379,-2.9760,0.0000,-2.9760,-0.0440,-2.9320,0.0000,0.2123,1.2490,-4.3933,753.6142,753.6142,753.6142 -53.5000,1.0000,54.6232,6.1335,5.9790,-0.0858,0.0000,1,900.8610,41.1020,390.7691,-72.2980,3.8775,36.8644,-6.8204,-1.2554,1.1704,0.0000,1.1704,3.9625,1.1704,0.4849,0.0000,0.6855,0.0000,0.6855,0.6692,0.0163,0.0000,0.0163,-0.0130,0.0293,0.0000,0.1926,1.1327,-1.2960,1552.1102,1552.1102,1552.1102 -54.5000,1.0000,56.2435,5.8330,5.6870,-0.0811,0.0000,1,856.7249,43.4455,410.9004,-75.4417,3.8978,36.8644,-6.7683,-1.1282,1.1731,0.0000,1.1731,3.8529,1.1731,0.4527,0.0000,0.7204,0.0000,0.7204,0.6364,0.0840,0.0000,0.0840,-0.0117,0.0957,0.0000,0.1831,1.0772,-1.1647,1572.6644,1572.6644,1572.6644 -55.5000,1.0000,57.8371,5.7370,5.7870,0.0278,0.0000,1,842.6249,78.0205,417.7762,-76.4500,6.8845,36.8644,-6.7459,0.3800,2.6892,0.0000,2.6892,3.8153,2.6892,0.4274,0.0000,2.2618,0.0000,2.2618,0.6260,1.6358,0.0000,1.6358,0.0039,1.6319,0.0000,0.1801,1.0595,0.3923,2051.1071,2051.1071,2051.1071 -56.5000,1.0000,59.4224,5.7070,5.6270,-0.0444,0.0000,1,838.2186,55.2851,419.9723,-76.7650,4.8528,36.8644,-6.7383,-0.6048,1.6597,0.0000,1.6597,3.7980,1.6597,0.4346,0.0000,1.2252,0.0000,1.2252,0.6227,0.6025,0.0000,0.6025,-0.0063,0.6087,0.0000,0.1792,1.0539,-0.6244,1732.7374,1732.7374,1732.7374 -57.5000,1.0000,60.9322,5.4355,5.2440,-0.1064,0.0000,1,798.3419,37.3671,440.9497,-79.6758,3.1240,36.8644,-6.6611,-1.3790,0.7454,0.0000,0.7454,3.7576,0.7454,0.4156,0.0000,0.3297,0.0000,0.3297,0.5931,-0.2633,0.0000,-0.2633,-0.0143,-0.2491,0.0000,0.1707,1.0038,-1.4235,1467.4044,1467.4044,1467.4044 -58.5000,1.0000,62.3318,5.0385,4.8330,-0.1142,0.0000,1,740.0323,40.8972,475.6936,-85.9300,3.1694,36.8644,-6.6592,-1.3717,0.5856,0.0000,0.5856,3.9555,0.5856,0.3774,0.0000,0.2082,0.0000,0.2082,0.5497,-0.3415,0.0000,-0.3415,-0.0142,-0.3273,0.0000,0.1582,0.9305,-1.4160,1345.5107,1345.5107,1345.5107 -59.5000,1.0000,63.5126,4.2510,3.6690,-0.3233,0.0000,1,677.1469,14.3831,519.8704,-92.6750,1.0199,36.8644,-6.5716,-1.3599,-1.5504,0.1592,-1.7096,3.9303,-1.7096,0.3255,0.0000,-2.0351,0.0000,-2.0351,0.4638,-2.4989,0.0000,-2.4989,-0.0339,-2.4650,0.0000,0.1335,0.7851,-3.3835,980.6558,980.6558,980.6558 -60.5000,1.0000,64.4635,3.4230,3.1770,-0.1367,0.0000,1,644.4444,61.1935,546.2513,-96.1827,4.1297,36.8644,-6.4910,0.0000,0.1705,-0.0132,0.1837,3.9592,0.1837,0.2338,0.0000,-0.0500,0.0000,-0.0500,0.3735,-0.4235,0.0000,-0.4235,-0.0115,-0.4120,0.0000,0.1075,0.6321,-1.1516,1414.9284,1414.9284,1414.9284 -61.5000,1.0000,65.2910,2.9790,2.7810,-0.1100,0.0000,1,644.4444,60.8160,546.2513,-96.1827,4.1042,36.8644,-6.4910,0.0000,0.3264,-0.0232,0.3496,3.7779,0.3496,0.1956,0.0000,0.1540,0.0000,0.1540,0.3250,-0.1711,0.0000,-0.1711,-0.0081,-0.1630,0.0000,0.0935,0.5501,-0.8067,1411.1840,1411.1840,1411.1840 -62.5000,1.0000,66.0639,2.7825,2.7840,0.0008,0.0000,1,644.4444,71.6719,546.2513,-96.1827,4.8369,36.8644,-6.4910,0.0000,1.0839,0.0006,1.0833,3.7530,1.0833,0.1727,0.0000,0.9106,0.0000,0.9106,0.3036,0.6070,0.0000,0.6070,0.0001,0.6069,0.0000,0.0874,0.5139,0.0057,1518.8737,1518.8737,1518.8737 -63.5000,1.0000,66.8740,2.9165,3.0490,0.0736,0.0000,1,644.4444,80.2145,546.2513,-96.1827,5.4134,36.8644,-6.4910,0.0000,1.7351,0.0754,1.6597,3.6782,1.6597,0.1776,0.0000,1.4822,0.0000,1.4822,0.3182,1.1640,0.0000,1.1640,0.0053,1.1587,0.0000,0.0916,0.5386,0.5285,1613.4361,1613.4361,1613.4361 -64.5000,1.0000,67.7031,2.9845,2.9200,-0.0358,0.0000,1,644.4444,69.3851,546.2513,-96.1827,4.6825,36.8644,-6.4910,0.0000,0.8759,-0.0193,0.8952,3.8066,0.8952,0.1906,0.0000,0.7046,0.0000,0.7046,0.3256,0.3790,0.0000,0.3790,-0.0026,0.3816,0.0000,0.0937,0.5512,-0.2633,1496.1893,1496.1893,1496.1893 -65.5000,1.0000,68.6744,3.4970,4.0740,0.3206,0.0000,1,644.4444,126.6975,546.2513,-96.1827,8.5503,36.8644,-6.4910,0.0000,4.8567,0.6879,4.1688,3.6936,4.1688,0.2446,0.0000,3.9243,0.0000,3.9243,0.3816,3.5427,0.0000,3.5427,0.0276,3.5151,0.0000,0.1098,0.6458,2.7595,2191.3929,2191.3929,2191.3929 -66.5000,1.0000,70.0569,4.9770,5.8800,0.5017,0.0000,1,754.0363,219.1736,485.1074,-84.4279,17.3065,38.3053,-6.6666,5.0748,8.5476,0.2611,8.2865,3.6841,8.2865,0.4281,0.0000,7.8584,0.0000,7.8584,0.5752,7.2832,0.0000,7.2832,0.0616,7.2217,0.0000,0.1563,0.9191,6.1463,3725.9471,3725.9471,3725.9471 -67.5000,1.0000,71.8329,6.3935,6.9070,0.2853,0.0000,1,939.0487,155.9217,565.1572,-70.1135,15.3329,55.5758,-6.8948,4.3493,7.1341,0.0000,7.1341,3.8494,7.1341,0.5202,0.0000,6.6139,0.0000,6.6139,0.6976,5.9163,0.0000,5.9163,0.0450,5.8713,0.0000,0.2007,1.1807,4.4899,3551.4867,3551.4867,3551.4867 -68.5000,1.0000,73.9839,7.7435,8.5800,0.4647,0.0000,1,1137.3306,210.2098,619.5257,-76.0119,25.0362,73.7861,-9.0531,8.5812,12.2535,0.0000,12.2535,4.2015,12.2535,0.7491,0.0000,11.5044,0.0000,11.5044,0.8840,10.6204,0.0000,10.6204,0.0887,10.5316,0.0000,0.2431,1.4300,8.8585,5291.8056,5291.8056,5291.8056 -69.5000,1.0000,76.4307,8.8085,9.0370,0.1269,0.0000,1,1293.7531,103.1286,617.8527,-85.3106,13.9720,83.7076,-11.5580,2.6664,6.3991,0.0000,6.3991,4.9065,6.3991,0.7545,0.0000,5.6445,0.0000,5.6445,0.9611,4.6834,0.0000,4.6834,0.0276,4.6559,0.0000,0.2765,1.6267,2.7526,3358.9029,3358.9029,3358.9029 -70.5000,1.0000,78.8756,8.8016,8.5662,-0.1308,0.0000,0,1195.4535,-36.2664,459.1290,-79.4791,-4.5401,57.4773,-9.9498,-9.6804,0.0000,0.0000,0.0000,5.1403,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9603,-0.9603,0.0000,-0.9603,-0.0284,-0.9319,0.0000,0.2763,1.6254,-2.8337,752.2939,752.2939,752.2939 -71.5000,1.0000,81.7248,10.2571,11.9480,0.9394,0.0000,2,1030.5293,355.0344,401.2288,-68.8122,38.3142,43.2993,-7.4260,-2.0925,34.2105,0.0000,34.2105,6.1961,28.4266,0.8981,0.0000,27.5285,0.0000,27.5285,1.3554,26.1732,0.0000,26.1732,0.2376,25.9356,0.0000,0.3220,1.8942,23.7194,7777.3508,7777.3508,7777.3508 -72.5000,1.0000,85.3782,13.1525,14.3570,0.6692,0.0000,2,1098.0221,357.0873,687.8981,-73.6435,41.0595,79.0977,-8.4679,6.7806,27.3526,0.0000,27.3526,6.9264,27.3526,1.0247,0.0000,26.3279,0.0000,26.3279,1.6034,24.7245,0.0000,24.7245,0.2170,24.5075,0.0000,0.4129,2.4289,21.6657,8255.1335,8255.1335,8255.1335 -73.5000,1.0000,89.7299,15.6660,16.9750,0.7272,0.0000,2,1307.8589,385.0251,716.5796,-86.1472,52.7325,98.1418,-11.7986,8.7771,34.9805,0.0000,34.9805,8.9750,34.9805,1.3255,0.0000,33.6550,0.0000,33.6550,1.9442,31.7108,0.0000,31.7108,0.2809,31.4299,0.0000,0.4918,2.8931,28.0449,10594.9752,10594.9752,10594.9752 -74.5000,1.0000,94.8594,18.4660,19.9570,0.8283,0.0000,2,1541.6139,434.1185,786.7269,-100.0107,70.0830,127.0072,-16.1455,11.7842,46.1179,0.0000,46.1179,12.1808,46.1179,1.7348,0.0000,44.3832,0.0000,44.3832,2.3624,42.0207,0.0000,42.0207,0.3771,41.6436,0.0000,0.5798,3.4102,37.6537,14007.1145,14007.1145,14007.1145 -75.5000,1.0000,100.3376,19.7216,19.4862,-0.1308,0.0000,0,1538.5063,29.0010,674.7619,-99.8264,4.6724,108.7122,-16.0832,-12.0541,0.0000,0.0000,0.0000,16.7265,0.0000,0.0000,0.0000,0.0002,0.0000,0.0002,2.1518,-2.1516,0.0000,-2.1516,-0.0636,-2.0880,0.0000,0.6192,3.6421,-6.3493,2774.1130,2774.1130,2774.1130 -76.5000,1.0000,105.9316,20.1386,20.7910,0.3624,0.0000,3,1227.4077,247.6653,400.1066,-81.3758,31.8334,51.4272,-10.4595,-13.8328,31.1430,0.0000,31.1430,14.5231,25.6555,0.9348,0.0000,24.7207,0.0000,24.7207,2.2212,22.4996,0.0000,22.4996,0.1800,22.3196,0.0000,0.6323,3.7191,17.9683,6603.8632,6603.8632,6603.8632 -77.5000,1.0000,111.7397,20.9090,21.0270,0.0656,0.0000,3,1049.8157,169.1716,597.2778,-70.1927,18.5981,65.6626,-7.7167,0.3820,10.8708,0.0000,10.8708,7.3454,10.8708,0.6636,0.0000,10.2072,0.0000,10.2072,2.2813,7.9258,0.0000,7.9258,0.0338,7.8920,0.0000,0.6565,3.8614,3.3742,4051.3158,4051.3158,4051.3158 -78.5000,1.0000,117.8454,21.9805,22.9340,0.5297,0.0000,3,1103.6144,433.1874,574.5023,-74.0007,50.0636,66.3954,-8.5523,3.2446,37.4937,0.0000,37.4937,9.3252,37.4937,1.2312,0.0000,36.2625,0.0000,36.2625,2.5635,33.6990,0.0000,33.6990,0.2871,33.4119,0.0000,0.6901,4.0593,28.6626,9974.4963,9974.4963,9974.4963 -79.5000,1.0000,124.5932,24.2920,25.6500,0.7544,0.0000,3,1219.6720,556.4316,712.0267,-80.9170,71.0695,90.9427,-10.3350,5.1070,55.5272,0.0000,55.5272,10.4353,55.5272,1.6719,0.0000,53.8553,0.0000,53.8553,3.0398,50.8155,0.0000,50.8155,0.4518,50.3637,0.0000,0.7627,4.4861,45.1149,14059.6550,14059.6550,14059.6550 -80.5000,1.0000,132.0458,26.8295,28.0090,0.6553,0.0000,3,1347.0768,506.9948,770.7139,-88.4731,71.5195,108.7212,-12.4805,4.8991,54.5109,0.0000,54.5109,12.1095,54.5109,1.7458,0.0000,52.7651,0.0000,52.7651,3.2566,49.5085,0.0000,49.5085,0.4335,49.0751,0.0000,0.8423,4.9547,43.2780,14148.0054,14148.0054,14148.0054 -81.5000,1.0000,140.1658,29.2320,30.4550,0.6794,0.0000,3,1467.7035,526.6749,776.6908,-95.6272,80.9486,119.3755,-14.6977,5.5346,61.2492,0.0000,61.2492,14.1648,61.2492,1.9760,0.0000,59.2733,0.0000,59.2733,3.5749,55.6983,0.0000,55.6983,0.4897,55.2086,0.0000,0.9178,5.3984,48.8924,15913.0300,15913.0300,15913.0300 -82.5000,1.0000,148.5601,30.2196,29.9842,-0.1308,0.0000,0,1445.7814,57.7387,721.7189,-94.3271,8.7418,109.2696,-14.2813,-7.3984,0.0000,0.0000,0.0000,16.1401,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.2972,-3.2972,0.0000,-3.2972,-0.0974,-3.1998,0.0000,0.9488,5.5808,-9.7293,3039.7057,3039.7057,3039.7057 -83.5000,1.0000,157.0609,30.6028,31.2215,0.3437,0.0000,4,1188.0070,411.6901,411.6901,-79.0349,51.2175,51.2175,-9.8326,-12.7271,44.5725,0.0000,44.5725,19.3720,37.2739,1.1561,0.0000,36.1178,0.0000,36.1178,3.3536,32.7642,0.0000,32.7642,0.2593,32.5049,0.0000,0.9608,5.6516,25.8925,10243.2863,10243.2863,10243.2863 -84.5000,1.0000,165.9847,32.1257,33.0299,0.5023,0.0000,4,1042.9128,698.2510,698.2510,-69.6986,76.2585,76.2585,-7.6120,1.8799,52.2647,0.0000,52.2647,22.1139,52.2647,1.4871,0.0000,50.7776,0.0000,50.7776,3.7134,47.0642,0.0000,47.0642,0.3979,46.6663,0.0000,1.0086,5.9328,39.7249,15046.5790,15046.5790,15046.5790 -85.5000,1.0000,175.4874,34.2096,35.3893,0.6554,0.0000,4,1110.5628,800.3586,800.3586,-74.4152,93.0800,93.0800,-8.6543,2.6119,69.1581,0.0000,69.1581,21.3100,69.1581,1.8692,0.0000,67.2889,0.0000,67.2889,4.1525,63.1364,0.0000,63.1364,0.5528,62.5836,0.0000,1.0740,6.3177,55.1919,18224.4019,18224.4019,18224.4019 -86.5000,1.0000,185.7357,36.8940,38.3988,0.8360,0.0000,4,1197.7105,850.6380,850.6380,-79.6137,106.6904,106.6904,-9.9855,3.5931,91.7693,0.0000,91.7693,11.3280,91.7693,2.3812,0.0000,89.3881,0.0000,89.3881,4.7307,84.6575,0.0000,84.6575,0.7604,83.8971,0.0000,1.1583,6.8134,75.9253,20755.9891,20755.9891,20755.9891 -87.5000,1.0000,196.7915,39.8009,41.2030,0.7789,0.0000,4,1292.0779,783.4489,872.2551,-85.2112,106.0054,118.0214,-11.5296,3.6117,93.1770,0.0000,93.1770,9.2167,93.1770,2.4776,0.0000,90.6994,0.0000,90.6994,5.0174,85.6820,0.0000,85.6820,0.7644,84.9176,0.0000,1.2496,7.3502,76.3178,20617.8239,20617.8239,20617.8239 -88.5000,1.0000,208.3564,41.6335,42.0640,0.2392,0.0000,4,1351.5703,350.2310,844.3618,-88.7396,49.5703,119.5077,-12.5599,1.1600,39.7495,0.0000,39.7495,8.6609,39.7495,1.4540,0.0000,38.2955,0.0000,38.2955,4.5425,33.7530,0.0000,33.7530,0.2455,33.5075,0.0000,1.3071,7.6887,24.5117,9998.3149,9998.3149,9998.3149 -89.5000,1.0000,220.1641,42.5080,42.9520,0.2467,0.0000,4,1379.9596,353.3188,687.8514,-90.4233,51.0578,99.4007,-13.0670,1.2215,41.4016,0.0000,41.4016,8.4347,41.4016,1.5090,0.0000,39.8925,0.0000,39.8925,4.6380,35.2546,0.0000,35.2546,0.2585,34.9961,0.0000,1.3346,7.8502,25.8113,10326.5860,10326.5860,10326.5860 -90.5000,1.0000,232.2055,43.3490,43.7460,0.2206,0.0000,4,1407.2615,332.3925,693.6446,-92.0425,48.9840,102.2211,-13.5641,1.1138,39.3571,0.0000,39.3571,8.5131,39.3571,1.4896,0.0000,37.8676,0.0000,37.8676,4.7297,33.1378,0.0000,33.1378,0.2357,32.9021,0.0000,1.3610,8.0055,23.5357,9972.5459,9972.5459,9972.5459 -91.5000,1.0000,244.5453,44.4230,45.1000,0.3761,0.0000,4,1442.1273,451.7940,698.1856,-94.1104,68.2296,105.4394,-14.2125,1.9464,57.9518,0.0000,57.9518,8.3314,57.9518,1.8893,0.0000,56.0625,0.0000,56.0625,4.9225,51.1399,0.0000,51.1399,0.4119,50.7280,0.0000,1.3947,8.2038,41.1295,13546.3014,13546.3014,13546.3014 -92.5000,1.0000,257.2811,45.8490,46.5980,0.4161,0.0000,4,1488.4203,482.1875,749.0725,-96.8559,75.1571,116.7557,-15.0966,2.2225,64.5503,0.0000,64.5503,8.3842,64.5503,2.0590,0.0000,62.4914,0.0000,62.4914,5.1500,57.3414,0.0000,57.3414,0.4704,56.8710,0.0000,1.4395,8.4672,46.9644,14900.1785,14900.1785,14900.1785 -93.5000,1.0000,270.5394,47.7300,48.8620,0.6289,0.0000,4,1549.4842,649.8438,776.0549,-100.4775,105.4447,125.9239,-16.3036,3.4968,93.3771,0.0000,93.3771,8.5708,93.3771,2.6866,0.0000,90.6905,0.0000,90.6905,5.7458,84.9447,0.0000,84.9447,0.7401,84.2046,0.0000,1.4985,8.8146,73.8915,20638.8930,20638.8930,20638.8930 -94.5000,1.0000,284.3698,49.7895,50.7170,0.5153,0.0000,4,1616.3428,559.0595,828.1599,-104.0555,94.6281,140.1768,-17.6127,2.9887,82.8593,0.0000,82.8593,8.7801,82.8593,2.5340,0.0000,80.3253,0.0000,80.3253,5.7796,74.5457,0.0000,74.5457,0.6325,73.9132,0.0000,1.5632,9.1949,63.1551,18727.2914,18727.2914,18727.2914 -95.5000,1.0000,298.3925,50.4816,50.2462,-0.1308,0.0000,0,1646.4527,52.6029,794.9240,-105.1278,9.0696,137.0577,-18.1257,0.0000,0.0000,0.0000,0.0000,9.0696,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.5079,-5.5079,0.0000,-5.5079,-0.1628,-5.3452,0.0000,1.5849,9.3227,-16.2528,3496.5925,3496.5925,3496.5925 -96.5000,1.0000,312.5079,50.8156,51.3850,0.3163,0.0000,5,1386.7866,395.1689,413.2330,-90.8282,57.3880,60.0113,-13.1904,-22.1141,71.2499,0.0000,71.2499,8.2522,57.2672,0.7751,0.0000,56.4921,0.0000,56.4921,5.5444,50.9477,0.0000,50.9477,0.3963,50.5514,0.0000,1.5954,9.3844,39.5716,11536.8085,11536.8085,11536.8085 -97.5000,1.0000,326.9921,52.1430,52.9010,0.4211,0.0000,5,1143.7471,668.7241,710.1811,-76.3947,80.0950,85.0605,-9.1500,1.1678,72.5995,0.0000,72.5995,6.3278,72.5995,0.8714,0.0000,71.7281,0.0000,71.7281,5.8668,65.8612,0.0000,65.8612,0.5414,65.3199,0.0000,1.6371,9.6295,54.0533,15718.4956,15718.4956,15718.4956 -98.5000,1.0000,341.8866,53.6200,54.3390,0.3994,0.0000,5,1176.1448,642.9140,792.1469,-78.3273,79.1849,97.5652,-9.6472,1.1391,71.7166,0.0000,71.7166,6.3292,71.7166,0.8893,0.0000,70.8273,0.0000,70.8273,5.9890,64.8383,0.0000,64.8383,0.5281,64.3102,0.0000,1.6834,9.9023,52.7245,15562.2123,15562.2123,15562.2123 -99.5000,1.0000,357.1902,55.0930,55.8470,0.4189,0.0000,5,1208.4548,663.5540,784.1170,-80.2517,83.9722,99.2293,-10.1558,1.2274,76.4125,0.0000,76.4125,6.3323,76.4125,0.9354,0.0000,75.4771,0.0000,75.4771,6.1941,69.2829,0.0000,69.2829,0.5690,68.7140,0.0000,1.7297,10.1743,56.8100,16447.7539,16447.7539,16447.7539 -100.5000,1.0000,372.8107,56.2340,56.6210,0.2150,0.0000,5,1233.4824,435.5247,792.8494,-81.7361,56.2567,102.4123,-10.5578,0.6430,49.1636,0.0000,49.1636,6.4501,49.1636,0.8170,0.0000,48.3465,0.0000,48.3465,6.1356,42.2109,0.0000,42.2109,0.2981,41.9129,0.0000,1.7655,10.3850,29.7623,11225.0012,11225.0012,11225.0012 -101.5000,1.0000,388.6804,57.1310,57.6410,0.2833,0.0000,5,1253.1580,510.4524,699.8609,-82.9030,66.9869,91.8430,-10.8794,0.8609,59.7082,0.0000,59.7082,6.4178,59.7082,0.8840,0.0000,58.8242,0.0000,58.8242,6.2334,52.5907,0.0000,52.5907,0.3991,52.1916,0.0000,1.7937,10.5507,39.8473,13301.6430,13301.6430,13301.6430 -102.5000,1.0000,404.8439,58.1885,58.7360,0.3042,0.0000,5,1276.3540,534.1329,734.5160,-84.2787,71.3919,98.1750,-11.2646,0.9413,63.8488,0.0000,63.8488,6.6019,63.8488,0.9217,0.0000,62.9271,0.0000,62.9271,6.3488,56.5783,0.0000,56.5783,0.4364,56.1419,0.0000,1.8269,10.7460,43.5690,14120.2494,14120.2494,14120.2494 -103.5000,1.0000,421.2942,59.2210,59.7060,0.2694,0.0000,5,1299.0017,495.3241,746.5333,-85.6219,67.3795,101.5518,-11.6472,0.8487,59.8495,0.0000,59.8495,6.6813,59.8495,0.9185,0.0000,58.9311,0.0000,58.9311,6.4615,52.4696,0.0000,52.4696,0.3934,52.0762,0.0000,1.8593,10.9367,39.2802,13400.8266,13400.8266,13400.8266 -104.5000,1.0000,437.9998,60.1400,60.5740,0.2411,0.0000,5,1319.1598,463.7001,733.1185,-86.8174,64.0565,101.2745,-11.9931,0.7712,56.5259,0.0000,56.5259,6.7594,56.5259,0.9170,0.0000,55.6090,0.0000,55.6090,6.5617,49.0472,0.0000,49.0472,0.3575,48.6897,0.0000,1.8881,11.1064,35.6952,12750.8609,12750.8609,12750.8609 -105.5000,1.0000,454.9229,60.9235,61.2730,0.1942,0.0000,5,1336.3458,411.5960,722.2419,-87.8367,57.5995,101.0718,-12.2920,0.6291,50.1205,0.0000,50.1205,6.8499,50.1205,0.8980,0.0000,49.2225,0.0000,49.2225,6.6472,42.5753,0.0000,42.5753,0.2916,42.2836,0.0000,1.9127,11.2511,29.1198,11539.7903,11539.7903,11539.7903 -106.5000,1.0000,472.0314,61.5905,61.9080,0.1764,0.0000,5,1350.9763,392.1048,703.6736,-88.7044,55.4726,99.5514,-12.5494,0.5778,47.9373,0.0000,47.9373,6.9575,47.9373,0.8982,0.0000,47.0390,0.0000,47.0390,6.7200,40.3190,0.0000,40.3190,0.2678,40.0512,0.0000,1.9337,11.3742,26.7433,11145.5916,11145.5916,11145.5916 -107.5000,1.0000,489.3468,62.3355,62.7630,0.2375,0.0000,5,1367.3177,459.7182,699.9845,-89.6736,65.8248,100.2274,-12.8399,0.7874,58.0407,0.0000,58.0407,6.9967,58.0407,0.9614,0.0000,57.0794,0.0000,57.0794,6.8013,50.2781,0.0000,50.2781,0.3650,49.9131,0.0000,1.9571,11.5118,36.4442,13080.3147,13080.3147,13080.3147 -108.5000,1.0000,506.8720,63.0905,63.4180,0.1819,0.0000,5,1383.8785,398.0605,727.7680,-90.6557,57.6867,105.4677,-13.1378,0.6105,49.9901,0.0000,49.9901,7.0861,49.9901,0.9340,0.0000,49.0561,0.0000,49.0561,6.8837,42.1724,0.0000,42.1724,0.2830,41.8894,0.0000,1.9808,11.6513,28.2574,11591.4641,11591.4641,11591.4641 -109.5000,1.0000,524.5474,63.6315,63.8450,0.1186,0.0000,5,1395.7452,327.2699,705.1720,-91.3595,47.8345,103.0694,-13.3533,0.4014,40.3520,0.0000,40.3520,7.0811,40.3520,0.8951,0.0000,39.4569,0.0000,39.4569,6.9427,32.5142,0.0000,32.5142,0.1861,32.3281,0.0000,1.9978,11.7512,18.5792,9745.0055,9745.0055,9745.0055 -110.5000,1.0000,542.2535,63.7420,63.6390,-0.0572,0.0000,5,1398.1690,131.9299,675.1857,-91.5033,19.3166,98.8579,-13.3975,-0.1940,12.4161,0.0000,12.4161,7.0945,12.4161,0.7573,0.0000,11.6588,0.0000,11.6588,6.9548,4.7040,0.0000,4.7040,-0.0899,4.7940,0.0000,2.0012,11.7716,-8.9788,4495.5123,4495.5123,4495.5123 -111.5000,1.0000,559.8489,63.3435,63.0480,-0.1642,0.0000,5,1389.4280,13.3404,594.5904,-90.9849,1.9410,86.5132,-13.2383,-0.5531,-4.5028,0.0000,-4.5028,6.9969,-4.5028,0.7542,0.0000,-5.2570,0.0000,-5.2570,6.9113,-12.1683,0.0000,-12.1683,-0.2564,-11.9119,0.0000,1.9887,11.6980,-25.5986,2134.2063,2134.2063,2134.2063 -112.5000,1.0000,577.2775,62.7430,62.4380,-0.1694,0.0000,5,1376.2562,7.6812,543.4487,-90.2037,1.1070,78.3225,-13.0003,-0.5654,-5.2852,0.0000,-5.2852,6.9576,-5.2852,0.7453,0.0000,-6.0305,0.0000,-6.0305,6.8458,-12.8763,0.0000,-12.8763,-0.2621,-12.6141,0.0000,1.9699,11.5871,-26.1711,2005.7847,2005.7847,2005.7847 -113.5000,1.0000,594.5414,62.1500,61.8620,-0.1600,0.0000,5,1363.2488,17.9774,537.4691,-89.4322,2.5664,76.7286,-12.7673,-0.5289,-3.7831,0.0000,-3.7831,6.8784,-3.7831,0.7310,0.0000,-4.5141,0.0000,-4.5141,6.7811,-11.2952,0.0000,-11.2952,-0.2452,-11.0500,0.0000,1.9512,11.4776,-24.4788,2138.6885,2138.6885,2138.6885 -114.5000,1.0000,611.6659,61.6480,61.4340,-0.1189,0.0000,5,1352.2375,63.6096,539.4850,-88.7792,9.0075,76.3943,-12.5717,-0.3898,2.5300,0.0000,2.5300,6.8673,2.5300,0.7063,0.0000,1.8237,0.0000,1.8237,6.7263,-4.9026,0.0000,-4.9026,-0.1807,-4.7219,0.0000,1.9355,11.3849,-18.0422,2864.1874,2864.1874,2864.1874 -115.5000,1.0000,628.6702,61.2155,60.9970,-0.1214,0.0000,5,1342.7507,60.8172,555.4040,-88.2165,8.5517,78.0968,-12.4044,-0.3952,2.1301,0.0000,2.1301,6.8168,2.1301,0.6997,0.0000,1.4304,0.0000,1.4304,6.6791,-5.2487,0.0000,-5.2487,-0.1832,-5.0655,0.0000,1.9219,11.3050,-18.2924,2782.2797,2782.2797,2782.2797 -116.5000,1.0000,645.5670,60.8285,60.6600,-0.0936,0.0000,5,1334.2619,91.2811,552.6135,-87.7131,12.7541,77.2131,-12.2556,-0.3028,6.3049,0.0000,6.3049,6.7521,6.3049,0.6824,0.0000,5.6225,0.0000,5.6225,6.6369,-1.0144,0.0000,-1.0144,-0.1404,-0.8740,0.0000,1.9098,11.2335,-14.0173,3274.9549,3274.9549,3274.9549 -117.5000,1.0000,662.3617,60.4610,60.2620,-0.1106,0.0000,5,1326.2009,72.5852,562.6305,-87.2350,10.0806,78.1378,-12.1151,-0.3555,3.7238,0.0000,3.7238,6.7123,3.7238,0.6824,0.0000,3.0413,0.0000,3.0413,6.5968,-3.5554,0.0000,-3.5554,-0.1648,-3.3906,0.0000,1.8982,11.1657,-16.4545,2926.2895,2926.2895,2926.2895 -118.5000,1.0000,679.0070,59.9230,59.5840,-0.1883,0.0000,5,1314.4000,-12.9590,549.7129,-86.5351,-1.7837,75.6645,-11.9110,-0.6002,-7.8716,0.0000,-7.8716,6.6881,-7.8716,0.7020,0.0000,-8.5737,0.0000,-8.5737,6.5381,-15.1118,0.0000,-15.1118,-0.2782,-14.8335,0.0000,1.8813,11.0663,-27.7811,1451.8763,1451.8763,1451.8763 -119.5000,1.0000,695.4867,59.3270,59.0700,-0.1428,0.0000,5,1301.3268,37.5905,510.9394,-85.7598,5.1226,69.6281,-11.6869,-0.4505,-1.0939,0.0000,-1.0939,6.6670,-1.0939,0.6748,0.0000,-1.7687,0.0000,-1.7687,6.4730,-8.2417,0.0000,-8.2417,-0.2088,-8.0329,0.0000,1.8626,10.9562,-20.8517,2295.6507,2295.6507,2295.6507 -120.5000,1.0000,711.8220,58.8070,58.5440,-0.1461,0.0000,5,1289.9207,33.6549,529.2943,-85.0833,4.5461,71.4972,-11.4931,-0.4570,-1.5735,0.0000,-1.5735,6.5766,-1.5735,0.6670,0.0000,-2.2406,0.0000,-2.2406,6.4163,-8.6569,0.0000,-8.6569,-0.2118,-8.4450,0.0000,1.8463,10.8602,-21.1515,2204.4468,2204.4468,2204.4468 -121.5000,1.0000,727.9982,58.2345,57.9250,-0.1719,0.0000,5,1277.3630,5.0696,523.5225,-84.3385,0.6781,70.0291,-11.2816,-0.5325,-5.2926,0.0000,-5.2926,6.5033,-5.2926,0.6666,0.0000,-5.9592,0.0000,-5.9592,6.3538,-12.3130,0.0000,-12.3130,-0.2469,-12.0661,0.0000,1.8283,10.7545,-24.6489,1715.7885,1715.7885,1715.7885 -122.5000,1.0000,744.0273,57.7045,57.4840,-0.1225,0.0000,5,1265.7376,59.5225,509.1868,-83.6490,7.8896,67.4916,-11.0875,-0.3760,1.8287,0.0000,1.8287,6.4368,1.8287,0.6398,0.0000,1.1890,0.0000,1.1890,6.2960,-5.1070,0.0000,-5.1070,-0.1743,-4.9328,0.0000,1.8117,10.6566,-17.4010,2565.1876,2565.1876,2565.1876 -123.5000,1.0000,759.9450,57.3040,57.1240,-0.1000,0.0000,5,1256.9527,84.6995,531.2792,-83.1280,11.1488,69.9311,-10.9420,-0.3048,5.0115,0.0000,5.0115,6.4421,5.0115,0.6250,0.0000,4.3864,0.0000,4.3864,6.2523,-1.8659,0.0000,-1.8659,-0.1413,-1.7246,0.0000,1.7991,10.5826,-14.1063,2951.5551,2951.5551,2951.5551 -124.5000,1.0000,775.7831,57.0170,56.9100,-0.0594,0.0000,5,1250.6574,129.6671,541.7403,-82.7547,16.9823,70.9509,-10.8383,-0.1803,10.7511,0.0000,10.7511,6.4115,10.7511,0.6374,0.0000,10.1137,0.0000,10.1137,6.2210,3.8927,0.0000,3.8927,-0.0836,3.9763,0.0000,1.7901,10.5296,-8.3434,3865.2276,3865.2276,3865.2276 -125.5000,1.0000,791.5129,56.6275,56.3450,-0.1569,0.0000,5,1242.1138,21.9043,557.1804,-82.2480,2.8492,72.4746,-10.6983,-0.4727,-3.0489,0.0000,-3.0489,6.3708,-3.0489,0.6338,0.0000,-3.6828,0.0000,-3.6828,6.1785,-9.8613,0.0000,-9.8613,-0.2191,-9.6422,0.0000,1.7779,10.4577,-21.8777,1907.9794,1907.9794,1907.9794 -126.5000,1.0000,807.0641,55.9840,55.6230,-0.2006,0.0000,5,1227.9987,-26.4419,504.4993,-81.4108,-3.4003,64.8765,-10.4691,-0.5972,-9.0732,0.0000,-9.0732,6.2700,-9.0732,0.6382,0.0000,-9.7114,0.0000,-9.7114,6.1083,-15.8197,0.0000,-15.8197,-0.2768,-15.5428,0.0000,1.7577,10.3389,-27.6394,1010.5543,1010.5543,1010.5543 -127.5000,1.0000,822.3779,55.1300,54.6370,-0.2739,0.0000,5,1209.2664,-80.2999,475.5425,-80.2999,-10.1687,60.2199,-10.1687,-0.8031,-15.5781,0.0000,-15.5781,6.2124,-15.5781,0.6404,0.0000,-16.2184,0.0000,-16.2184,6.0151,-22.2336,3.3967,-25.6302,-0.3723,-25.2579,0.0000,1.7308,10.1811,-37.1699,0.0000,0.0000,0.0000 -128.5000,1.0000,837.4068,54.1040,53.5710,-0.2961,0.0000,5,1186.7613,-78.9603,443.0566,-78.9606,-9.8130,55.0619,-9.8130,-0.8521,-15.0254,0.0000,-15.0254,6.0645,-15.0254,0.6223,0.0000,-15.6476,0.0000,-15.6476,5.9032,-21.5508,6.5917,-28.1425,-0.3950,-27.7476,0.0000,1.6986,9.9917,-39.4379,0.0000,0.0000,0.0000 -129.5000,1.0000,852.1249,52.9850,52.3990,-0.3256,0.0000,5,1162.2162,-77.4958,435.3347,-77.4964,-9.4318,52.9833,-9.4319,-0.9174,-14.4676,0.0000,-14.4676,5.9532,-14.4676,0.6029,0.0000,-15.0704,0.0000,-15.0704,5.7811,-20.8515,10.5879,-31.4394,-0.4253,-31.0141,0.0000,1.6635,9.7850,-42.4627,0.0000,0.0000,0.0000 -130.5000,1.0000,866.4452,51.5530,50.7070,-0.4700,0.0000,5,1130.8056,-75.6205,422.5350,-75.6227,-8.9548,50.0356,-8.9551,-1.2887,-13.4850,0.0000,-13.4850,5.8189,-13.4850,0.5777,0.0000,-14.0628,0.0000,-14.0628,5.6248,-19.6876,28.6077,-48.2953,-0.5974,-47.6979,0.8089,1.6185,9.5206,-59.6460,0.0000,0.0000,0.0000 -131.5000,1.0000,880.2692,49.7665,48.8260,-0.5225,0.0000,5,1091.6190,-73.1837,409.9645,-73.1851,-8.3659,46.8647,-8.3661,-1.3830,-12.6800,0.0000,-12.6800,5.6971,-12.6800,0.5480,0.0000,-13.2280,0.0000,-13.2280,5.4299,-18.6580,34.3037,-52.9616,-0.6411,-52.3205,0.9371,1.5625,9.1906,-64.0107,0.0000,0.0000,0.0000 -132.5000,1.0000,893.6378,48.1270,47.4280,-0.3883,0.0000,5,1055.6569,-70.6096,404.4085,-70.6109,-7.8058,44.7066,-7.8059,-0.9940,-12.3832,0.0000,-12.3832,5.5715,-12.3832,0.5224,0.0000,-12.9056,0.0000,-12.9056,5.2510,-18.1566,17.0059,-35.1626,-0.4608,-34.7018,0.9062,1.5110,8.8879,-46.0069,0.0000,0.0000,0.0000 -133.5000,1.0000,906.8882,47.7015,47.9750,0.1519,0.0000,5,1046.3236,366.6615,419.1716,-69.9428,40.1754,45.9289,-7.6637,0.3855,34.2975,0.0000,34.2975,5.4924,34.2975,0.6154,0.0000,33.6820,0.0000,33.6820,5.2046,28.4774,0.0000,28.4774,0.1787,28.2987,0.1497,1.4976,8.8093,17.8421,8110.5530,8110.5530,8110.5530 -134.5000,1.0000,920.1875,47.8775,47.7800,-0.0542,0.0000,5,1050.1841,136.5227,629.6121,-70.2191,15.0141,69.2416,-7.7224,-0.1379,9.6153,0.0000,9.6153,5.5367,9.6153,0.4945,0.0000,9.1208,0.0000,9.1208,5.2238,3.8970,0.0000,3.8970,-0.0639,3.9609,0.0000,1.5031,8.8418,-6.3840,3538.6416,3538.6416,3538.6416 -135.5000,1.0000,933.4570,47.7700,47.7600,-0.0056,0.0000,5,1047.8262,190.2697,517.7062,-70.0503,20.8779,56.8069,-7.6865,-0.0141,15.3958,0.0000,15.3958,5.4962,15.3958,0.5219,0.0000,14.8740,0.0000,14.8740,5.2121,9.6619,0.0000,9.6619,-0.0065,9.6684,0.0000,1.4998,8.8219,-0.6533,4484.2877,4484.2877,4484.2877 -136.5000,1.0000,946.7471,47.8445,47.9290,0.0469,0.0000,5,1049.4603,248.3580,545.6295,-70.1673,27.2943,59.9643,-7.7113,0.1195,21.6968,0.0000,21.6968,5.4781,21.6968,0.5544,0.0000,21.1424,0.0000,21.1424,5.2202,15.9222,0.0000,15.9222,0.0554,15.8668,0.0000,1.5021,8.8357,5.5290,5666.8581,5666.8581,5666.8581 -137.5000,1.0000,960.1011,48.0745,48.2200,0.0808,0.0000,5,1054.5053,285.9561,575.6943,-70.5284,31.5774,63.5725,-7.7883,0.2067,25.8733,0.0000,25.8733,5.4975,25.8733,0.5786,0.0000,25.2947,0.0000,25.2947,5.2453,20.0494,0.0000,20.0494,0.0958,19.9536,0.0000,1.5093,8.8782,9.5661,6478.0259,6478.0259,6478.0259 -138.5000,1.0000,973.5749,48.5055,48.7910,0.1586,0.0000,5,1063.9592,372.3839,597.3340,-71.2052,41.4901,66.5535,-7.9335,0.4092,35.5345,0.0000,35.5345,5.5464,35.5345,0.6330,0.0000,34.9015,0.0000,34.9015,5.2923,29.6092,0.0000,29.6092,0.1897,29.4195,0.0000,1.5229,8.9578,18.9389,8350.4182,8350.4182,8350.4182 -139.5000,1.0000,987.2325,49.1675,49.5440,0.2092,0.0000,5,1078.4801,428.1833,642.1345,-72.2446,48.3582,72.5215,-8.1592,0.5470,42.2340,0.0000,42.2340,5.5773,42.2340,0.6760,0.0000,41.5581,0.0000,41.5581,5.3646,36.1935,0.0000,36.1935,0.2536,35.9399,0.0000,1.5437,9.0800,25.3163,9677.5292,9677.5292,9677.5292 -140.5000,1.0000,1001.1166,49.9825,50.4210,0.2436,0.0000,5,1096.3569,466.1125,671.9021,-73.5243,53.5145,77.1412,-8.4413,0.6476,47.2402,0.0000,47.2402,5.6267,47.2402,0.7128,0.0000,46.5274,0.0000,46.5274,5.4535,41.0739,0.0000,41.0739,0.3002,40.7737,0.0000,1.5692,9.2305,29.9740,10630.2311,10630.2311,10630.2311 -141.5000,1.0000,1015.2514,50.8855,51.3500,0.2581,0.0000,5,1116.1641,481.9316,692.5768,-74.7493,56.3303,80.9514,-8.7370,0.6984,49.9349,0.0000,49.9349,5.6970,49.9349,0.7394,0.0000,49.1955,0.0000,49.1955,5.5520,43.6435,0.0000,43.6435,0.3237,43.3197,0.0000,1.5976,9.3973,32.3248,11214.6093,11214.6093,11214.6093 -142.5000,1.0000,1029.7074,52.0415,52.7330,0.3842,0.0000,5,1141.5207,622.6859,705.3594,-76.2619,74.4357,84.3185,-9.1163,1.0633,67.5801,0.0000,67.5801,5.7923,67.5801,0.8448,0.0000,66.7353,0.0000,66.7353,5.7826,60.9527,0.0000,60.9527,0.4929,60.4598,0.0000,1.6339,9.6108,49.2151,14656.8208,14656.8208,14656.8208 -143.5000,1.0000,1044.6146,53.6660,54.5990,0.5183,0.0000,5,1177.1540,773.6692,773.6692,-78.3875,95.3712,95.3712,-9.6629,1.4794,87.9650,0.0000,87.9650,5.9268,87.9650,0.9712,0.0000,86.9938,0.0000,86.9938,6.2358,80.7580,0.0000,80.7580,0.6858,80.0722,0.0000,1.6849,9.9108,68.4765,18595.1675,18595.1675,18595.1675 -144.5000,1.0000,1060.0555,55.5870,56.5750,0.5489,0.0000,5,1219.2908,823.8444,840.8394,-80.8944,105.1916,107.3616,-10.3289,1.6227,95.4319,0.0000,95.4319,8.1370,95.4319,1.0382,0.0000,94.3937,0.0000,94.3937,6.5233,87.8704,0.0000,87.8704,0.7522,87.1182,0.0000,1.7452,10.2655,75.1075,20455.2669,20455.2669,20455.2669 -145.5000,1.0000,1075.9199,57.1120,57.6490,0.2983,0.0000,5,1252.7412,541.0363,861.5301,-82.8783,70.9768,113.0213,-10.8725,0.9062,61.8289,0.0000,61.8289,8.2417,61.8289,0.8943,0.0000,60.9346,0.0000,60.9346,6.2314,54.7032,0.0000,54.7032,0.4201,54.2831,0.0000,1.7931,10.5472,41.9429,14030.7564,14030.7564,14030.7564 -146.5000,1.0000,1092.0656,58.1245,58.6000,0.2642,0.0000,5,1274.9502,502.3468,746.4652,-84.1954,67.0696,99.6624,-11.2411,0.8166,57.9685,0.0000,57.9685,8.2845,57.9685,0.8912,0.0000,57.0772,0.0000,57.0772,6.3418,50.7354,0.0000,50.7354,0.3786,50.3568,0.0000,1.8249,10.7342,37.7978,13331.5139,13331.5139,13331.5139 -147.5000,1.0000,1108.4409,58.9510,59.3020,0.1950,0.0000,5,1293.0793,425.5819,731.8527,-85.2706,57.6285,99.1009,-11.5466,0.6114,48.6088,0.0000,48.6088,8.4082,48.6088,0.8579,0.0000,47.7510,0.0000,47.7510,6.4320,41.3190,0.0000,41.3190,0.2834,41.0356,0.0000,1.8508,10.8868,28.2980,11521.7072,11521.7072,11521.7072 -148.5000,1.0000,1124.9514,59.4380,59.5740,0.0756,0.0000,5,1303.7616,292.9788,700.0361,-85.9042,40.0003,95.5756,-11.7285,0.2388,31.2729,0.0000,31.2729,8.4886,31.2729,0.7791,0.0000,30.4937,0.0000,30.4937,6.4852,24.0086,0.0000,24.0086,0.1107,23.8979,0.0000,1.8661,10.9767,11.0550,8206.6366,8206.6366,8206.6366 -149.5000,1.0000,1141.5324,59.6915,59.8090,0.0653,0.0000,5,1309.3221,281.1926,646.2398,-86.2340,38.5549,88.6072,-11.8237,0.2072,29.8748,0.0000,29.8748,8.4729,29.8748,0.7763,0.0000,29.0984,0.0000,29.0984,6.5128,22.5856,0.0000,22.5856,0.0961,22.4896,0.0000,1.8741,11.0235,9.5920,7933.8543,7933.8543,7933.8543 -150.5000,1.0000,1158.1509,59.8265,59.8440,0.0097,0.0000,5,1312.2833,219.7074,640.8503,-86.4096,30.1926,88.0669,-11.8746,0.0309,21.6378,0.0000,21.6378,8.5239,21.6378,0.7374,0.0000,20.9005,0.0000,20.9005,6.5275,14.3729,0.0000,14.3729,0.0143,14.3586,0.0000,1.8783,11.0485,1.4318,6386.8394,6386.8394,6386.8394 -151.5000,1.0000,1174.7425,59.7300,59.6160,-0.0633,0.0000,5,1310.1666,123.3265,613.3590,-86.2840,16.9204,84.1531,-11.8382,-0.2012,10.6985,0.0000,10.6985,6.4231,10.6985,0.6811,0.0000,10.0174,0.0000,10.0174,6.5170,3.5004,0.0000,3.5004,-0.0933,3.5937,0.0000,1.8753,11.0307,-9.3122,3927.6242,3927.6242,3927.6242 -152.5000,1.0000,1191.2843,59.5505,59.4850,-0.0364,0.0000,5,1306.2293,153.4930,572.6987,-86.0505,20.9960,78.3383,-11.7707,-0.1152,14.6748,0.0000,14.6748,6.4365,14.6748,0.6980,0.0000,13.9768,0.0000,13.9768,6.4974,7.4793,0.0000,7.4793,-0.0534,7.5328,0.0000,1.8696,10.9975,-5.3344,4675.5339,4675.5339,4675.5339 -153.5000,1.0000,1207.7864,59.4075,59.3300,-0.0431,0.0000,5,1303.0926,146.0364,584.4424,-85.8645,19.9281,79.7527,-11.7170,-0.1360,13.6490,0.0000,13.6490,6.4151,13.6490,0.6905,0.0000,12.9585,0.0000,12.9585,6.4818,6.4767,0.0000,6.4767,-0.0631,6.5397,0.0000,1.8651,10.9711,-6.2965,4475.9509,4475.9509,4475.9509 -154.5000,1.0000,1224.2150,59.1430,58.9560,-0.1039,0.0000,5,1297.2908,78.7918,578.4923,-85.5204,10.7040,78.5893,-11.6181,-0.3268,4.6127,0.0000,4.6127,6.4181,4.6127,0.6574,0.0000,3.9554,0.0000,3.9554,6.4530,-2.4976,0.0000,-2.4976,-0.1515,-2.3461,0.0000,1.8568,10.9222,-15.1252,2952.3759,2952.3759,2952.3759 -155.5000,1.0000,1240.5361,58.7560,58.5560,-0.1111,0.0000,5,1288.8020,70.7459,547.5601,-85.0170,9.5481,73.9004,-11.4741,-0.3472,3.5278,0.0000,3.5278,6.3675,3.5278,0.6534,0.0000,2.8744,0.0000,2.8744,6.4107,-3.5363,0.0000,-3.5363,-0.1610,-3.3754,0.0000,1.8447,10.8508,-16.0709,2801.9063,2801.9063,2801.9063 -156.5000,1.0000,1256.7342,58.3130,58.0700,-0.1350,0.0000,5,1279.0849,44.5615,540.9884,-84.4406,5.9688,72.4629,-11.3104,-0.4187,0.0438,0.0000,0.0438,6.3437,0.0438,0.6546,0.0000,-0.6108,0.0000,-0.6108,6.3624,-6.9732,0.0000,-6.9732,-0.1941,-6.7791,0.0000,1.8308,10.7690,-19.3789,2355.0174,2355.0174,2355.0174 -157.5000,1.0000,1272.7724,57.7375,57.4050,-0.1847,0.0000,5,1266.4614,-10.4261,525.0456,-83.6920,-1.3827,69.6334,-11.0995,-0.5672,-7.0800,0.0000,-7.0800,6.2645,-7.0800,0.6626,0.0000,-7.7426,0.0000,-7.7426,6.2996,-14.0422,0.0000,-14.0422,-0.2630,-13.7793,0.0000,1.8127,10.6627,-26.2547,1407.2875,1407.2875,1407.2875 -158.5000,1.0000,1288.5757,56.8920,56.3790,-0.2850,0.0000,5,1247.9155,-82.5920,493.0819,-82.5921,-10.7932,64.4366,-10.7932,-0.8623,-16.1374,0.0000,-16.1374,6.2065,-16.1374,0.6710,0.0000,-16.8084,0.0000,-16.8084,6.2074,-23.0158,5.0053,-28.0211,-0.3998,-27.6213,0.0000,1.7862,10.5065,-39.9140,0.0000,0.0000,0.0000 -159.5000,1.0000,1304.1091,55.9200,55.4610,-0.2550,0.0000,5,1226.5949,-81.3276,455.2431,-81.3276,-10.4464,58.4754,-10.4464,-0.7584,-15.7987,0.0000,-15.7987,6.1107,-15.7987,0.6540,0.0000,-16.4526,0.0000,-16.4526,6.1013,-22.5540,0.8173,-23.3713,-0.3516,-23.0197,0.0000,1.7557,10.3270,-35.1024,0.0000,0.0000,0.0000 -160.5000,1.0000,1319.3680,54.9320,54.4030,-0.2939,0.0000,5,1204.9233,-80.0421,448.3114,-80.0423,-10.0997,56.5676,-10.0997,-0.8586,-15.2761,0.0000,-15.2761,6.0350,-15.2761,0.6364,0.0000,-15.9125,0.0000,-15.9125,5.9935,-21.9060,6.3638,-28.2697,-0.3980,-27.8717,0.0000,1.7246,10.1446,-39.7409,0.0000,0.0000,0.0000 -161.5000,1.0000,1334.2455,53.5590,52.7150,-0.4689,0.0000,5,1174.8068,-78.2452,434.4510,-78.2475,-9.6262,53.4485,-9.6264,-1.3356,-14.2006,0.0000,-14.2006,5.9101,-14.2006,0.6114,0.0000,-14.8120,0.0000,-14.8120,5.8437,-20.6557,29.6424,-50.2981,-0.6192,-49.6789,0.5689,1.6815,9.8910,-61.8204,0.0000,0.0000,0.0000 -162.5000,1.0000,1348.5823,51.6125,50.5100,-0.6125,0.0000,5,1132.1107,-75.6999,418.2631,-75.7005,-8.9746,49.5869,-8.9746,-1.6813,-13.1142,0.0000,-13.1142,5.8210,-13.1142,0.5777,0.0000,-13.6919,0.0000,-13.6919,5.6313,-19.3233,44.4360,-63.7593,-0.7794,-62.9799,3.6880,1.6204,9.5315,-77.8198,0.0000,0.0000,0.0000 -163.5000,1.0000,1362.3500,49.5640,48.6180,-0.5256,0.0000,5,1087.1772,-72.8651,408.3073,-72.8672,-8.2956,46.4854,-8.2959,-1.3854,-12.5286,0.0000,-12.5286,5.6184,-12.5286,0.5445,0.0000,-13.0731,0.0000,-13.0731,5.4078,-18.4809,25.6686,-44.1495,-0.6422,-43.5073,9.9068,1.5561,9.1529,-64.1231,0.0000,0.0000,0.0000 -164.5000,1.0000,1375.5473,47.5100,46.4020,-0.6156,0.0000,5,1042.1231,-69.6409,394.0136,-69.6421,-7.6000,42.9991,-7.6001,-1.5554,-11.5355,0.0000,-11.5355,5.4909,-11.5355,0.5110,0.0000,-12.0465,0.0000,-12.0465,5.1837,-17.2302,34.6659,-51.8962,-0.7210,-51.1751,10.5513,1.4916,8.7736,-71.9916,0.0000,0.0000,0.0000 -165.5000,1.0000,1388.1811,45.4820,44.5620,-0.5111,0.0000,5,997.6393,-66.7597,381.2699,-66.7619,-6.9746,39.8322,-6.9748,-1.2363,-11.0695,0.0000,-11.0695,5.3313,-11.0695,0.4801,0.0000,-11.5496,0.0000,-11.5496,4.9624,-16.5120,24.6185,-41.1305,-0.5731,-40.5574,6.8402,1.4279,8.3992,-57.2248,0.0000,0.0000,0.0000 -166.5000,1.0000,1400.4192,44.0570,43.5520,-0.2806,0.0000,5,966.3822,-68.5499,376.4366,-68.5499,-6.9372,38.0951,-6.9372,-0.6574,-11.4687,0.0000,-11.4687,5.1889,-11.4687,0.4606,0.0000,-11.9294,0.0000,-11.9294,4.8070,-16.7363,1.6047,-18.3410,-0.3047,-18.0362,2.8716,1.3832,8.1362,-30.4273,0.0000,0.0000,0.0000 -167.5000,1.0000,1412.4688,43.3785,43.2050,-0.0964,0.0000,5,951.4994,94.0792,375.5896,-69.4013,9.3741,37.4240,-6.9152,-0.2224,4.4876,0.0000,4.4876,5.1089,4.4876,0.4112,0.0000,4.0765,0.0000,4.0765,4.7329,-0.6565,0.0000,-0.6565,-0.1031,-0.5534,0.3665,1.3619,8.0109,-10.2927,2675.8581,2675.8581,2675.8581 -168.5000,1.0000,1424.4039,42.9665,42.7280,-0.1325,0.0000,5,942.4623,50.8381,455.5494,-69.9183,5.0174,44.9602,-6.9005,-0.3028,0.2330,0.0000,0.2330,5.0872,0.2330,0.4160,0.0000,-0.1830,0.0000,-0.1830,4.6880,-4.8710,0.0000,-4.8710,-0.1404,-4.7306,0.0000,1.3490,7.9348,-14.0144,1816.5561,1816.5561,1816.5561 -169.5000,1.0000,1436.2438,42.6235,42.5190,-0.0581,0.0000,5,934.9386,132.9017,432.0906,-70.3486,13.0119,42.3045,-6.8876,-0.1316,8.1235,0.0000,8.1235,5.0200,8.1235,0.4157,0.0000,7.7078,0.0000,7.7078,4.6506,3.0572,0.0000,3.0572,-0.0610,3.1182,0.0000,1.3382,7.8715,-6.0915,3172.3742,3172.3742,3172.3742 -170.5000,1.0000,1447.9896,42.2850,42.0510,-0.1300,0.0000,5,927.5137,53.5500,469.6226,-70.7734,5.2013,45.6140,-6.8741,-0.2924,0.4886,0.0000,0.4886,5.0050,0.4886,0.4059,0.0000,0.0828,0.0000,0.0828,4.6136,-4.5309,0.0000,-4.5309,-0.1355,-4.3953,0.0000,1.3276,7.8090,-13.5319,1824.9877,1824.9877,1824.9877 -171.5000,1.0000,1459.6435,41.9540,41.8570,-0.0539,0.0000,5,920.2533,137.6153,427.2636,-71.1887,13.2618,41.1748,-6.8604,-0.1202,8.4299,0.0000,8.4299,4.9521,8.4299,0.4086,0.0000,8.0213,0.0000,8.0213,4.5775,3.4438,0.0000,3.4438,-0.0557,3.4996,0.0000,1.3172,7.7479,-5.5655,3189.9734,3189.9734,3189.9734 -172.5000,1.0000,1471.2985,41.9580,42.0590,0.0561,0.0000,5,920.3410,259.6887,474.7875,-71.1837,25.0283,45.7590,-6.8605,0.1252,19.9637,0.0000,19.9637,4.9393,19.9637,0.4663,0.0000,19.4974,0.0000,19.4974,4.5779,14.9195,0.0000,14.9195,0.0580,14.8614,0.0000,1.3173,7.7486,5.7955,5222.6218,5222.6218,5222.6218 -173.5000,1.0000,1483.0041,42.1400,42.2210,0.0450,0.0000,5,924.3331,247.3278,539.2052,-70.9553,23.9403,52.1929,-6.8682,0.1009,18.8811,0.0000,18.8811,4.9584,18.8811,0.4632,0.0000,18.4179,0.0000,18.4179,4.5978,13.8200,0.0000,13.8200,0.0468,13.7733,0.0000,1.3230,7.7822,4.6681,5002.0700,5002.0700,5002.0700 -174.5000,1.0000,1494.7371,42.2390,42.2570,0.0100,0.0000,5,926.5047,208.3031,532.7430,-70.8311,20.2103,51.6885,-6.8723,0.0225,15.2317,0.0000,15.2317,4.9561,15.2317,0.4463,0.0000,14.7854,0.0000,14.7854,4.6086,10.1768,0.0000,10.1768,0.0104,10.1664,0.0000,1.3261,7.8005,1.0398,4329.7212,4329.7212,4329.7212 -175.5000,1.0000,1506.5309,42.4575,42.6580,0.1114,0.0000,5,931.2974,320.7795,517.4226,-70.5569,31.2841,50.4618,-6.8811,0.2515,26.0681,0.0000,26.0681,4.9645,26.0681,0.5033,0.0000,25.5648,0.0000,25.5648,4.6324,20.9324,0.0000,20.9324,0.1166,20.8158,0.0000,1.3330,7.8409,11.6419,6406.2978,6406.2978,6406.2978 -176.5000,1.0000,1518.4555,42.9285,43.1990,0.1503,0.0000,5,941.6287,363.4789,579.8150,-69.9659,35.8416,57.1739,-6.8991,0.3431,30.5309,0.0000,30.5309,4.9676,30.5309,0.5317,0.0000,29.9992,0.0000,29.9992,4.6838,25.3154,0.0000,25.3154,0.1591,25.1563,0.0000,1.3478,7.9278,15.8807,7294.2865,7294.2865,7294.2865 -177.5000,1.0000,1530.5868,43.6730,44.1470,0.2633,0.0000,5,957.9592,488.7995,610.3577,-69.0318,49.0350,61.2294,-6.9251,0.6117,43.4015,0.0000,43.4015,5.0218,43.4015,0.6059,0.0000,42.7956,0.0000,42.7956,4.7651,38.0306,0.0000,38.0306,0.2835,37.7470,0.0000,1.3711,8.0653,28.3105,9837.5709,9837.5709,9837.5709 -178.5000,1.0000,1542.9484,44.5015,44.8560,0.1969,0.0000,5,976.1322,414.7554,677.4357,-67.9922,42.3964,69.2477,-6.9502,0.4661,36.8461,0.0000,36.8461,5.0842,36.8461,0.5842,0.0000,36.2619,0.0000,36.2619,4.8555,31.4064,0.0000,31.4064,0.2161,31.1903,0.0000,1.3972,8.2183,21.5748,8558.5553,8558.5553,8558.5553 -179.5000,1.0000,1555.5016,45.1915,45.5270,0.1864,0.0000,5,991.2672,402.9820,646.5706,-67.1264,41.8317,67.1174,-6.9681,0.4480,36.2285,0.0000,36.2285,5.1552,36.2285,0.5904,0.0000,35.6381,0.0000,35.6381,4.9307,30.7073,0.0000,30.7073,0.2077,30.4997,0.0000,1.4188,8.3458,20.7351,8480.8501,8480.8501,8480.8501 -180.5000,1.0000,1568.2718,45.9730,46.4190,0.2478,0.0000,5,1008.4093,470.8672,644.9528,-67.2288,49.7238,68.1073,-7.0994,0.6058,43.9108,0.0000,43.9108,5.2071,43.9108,0.6395,0.0000,43.2714,0.0000,43.2714,5.0160,38.2553,0.0000,38.2553,0.2808,37.9745,0.0000,1.4434,8.4901,28.0411,9964.7663,9964.7663,9964.7663 -181.5000,1.0000,1581.3182,46.9670,47.5150,0.3044,0.0000,5,1030.2125,533.3275,681.9825,-68.7895,57.5373,73.5747,-7.4213,0.7605,51.5154,0.0000,51.5154,5.2614,51.5154,0.6912,0.0000,50.8242,0.0000,50.8242,5.1245,45.6997,0.0000,45.6997,0.3525,45.3472,0.0000,1.4746,8.6736,35.1990,11456.1741,11456.1741,11456.1741 -182.5000,1.0000,1594.6618,48.0370,48.5590,0.2900,0.0000,5,1053.6828,517.1465,714.8564,-70.4696,57.0627,78.8783,-7.7757,0.7409,50.9604,0.0000,50.9604,5.3614,50.9604,0.7035,0.0000,50.2569,0.0000,50.2569,5.2412,45.0157,0.0000,45.0157,0.3435,44.6722,0.0000,1.5082,8.8712,34.2928,11365.8340,11365.8340,11365.8340 -183.5000,1.0000,1608.2773,49.0155,49.4720,0.2536,0.0000,5,1075.1460,476.4286,710.0170,-72.0060,53.6406,79.9401,-8.1071,0.6611,47.5463,0.0000,47.5463,5.4332,47.5463,0.7003,0.0000,46.8460,0.0000,46.8460,5.3480,41.4980,0.0000,41.4980,0.3065,41.1915,0.0000,1.5389,9.0520,30.6007,10664.5828,10664.5828,10664.5828 -184.5000,1.0000,1622.1699,50.0135,50.5550,0.3008,0.0000,5,1097.0369,528.9678,695.1359,-73.5730,60.7686,79.8582,-8.4522,0.8002,54.4210,0.0000,54.4210,5.5474,54.4210,0.7491,0.0000,53.6719,0.0000,53.6719,5.4569,48.2150,0.0000,48.2150,0.3709,47.8440,0.0000,1.5702,9.2363,37.0376,12046.5203,12046.5203,12046.5203 -185.5000,1.0000,1636.2752,50.7790,51.0030,0.1244,0.0000,5,1113.8280,332.3845,719.2039,-74.6099,38.7693,83.8878,-8.7025,0.3361,32.8763,0.0000,32.8763,5.5569,32.8763,0.6526,0.0000,32.2237,0.0000,32.2237,5.5404,26.6833,0.0000,26.6833,0.1558,26.5275,0.0000,1.5942,9.3776,15.5557,7829.2014,7829.2014,7829.2014 -186.5000,1.0000,1650.4628,51.0755,51.1480,0.0403,0.0000,5,1120.3317,239.0854,627.9479,-74.9979,28.0497,73.6714,-8.7988,0.1094,22.3277,0.0000,22.3277,5.6126,22.3277,0.6042,0.0000,21.7236,0.0000,21.7236,5.5727,16.1508,0.0000,16.1508,0.0507,16.1001,0.0000,1.6036,9.4324,5.0642,5787.6114,5787.6114,5787.6114 -187.5000,1.0000,1664.6885,51.2125,51.2770,0.0358,0.0000,5,1123.3368,233.9398,584.8678,-75.1772,27.5196,68.8012,-8.8435,0.0976,21.8196,0.0000,21.8196,5.6025,21.8196,0.6037,0.0000,21.2159,0.0000,21.2159,5.5877,15.6282,0.0000,15.6282,0.0452,15.5830,0.0000,1.6079,9.4577,4.5174,5699.1565,5699.1565,5699.1565 -188.5000,1.0000,1678.8953,51.1445,51.0120,-0.0736,0.0000,5,1121.8452,112.7928,579.8773,-75.0882,13.2508,68.1236,-8.8213,-0.2002,7.8032,0.0000,7.8032,5.6479,7.8032,0.5326,0.0000,7.2706,0.0000,7.2706,5.5803,1.6903,0.0000,1.6903,-0.0928,1.7832,0.0000,1.6057,9.4451,-9.2677,3212.7838,3212.7838,3212.7838 -189.5000,1.0000,1693.0430,50.9315,50.8510,-0.0447,0.0000,5,1117.1731,144.9936,522.1071,-74.8095,16.9628,61.0814,-8.7520,-0.1211,11.4462,0.0000,11.4462,5.6377,11.4462,0.5477,0.0000,10.8986,0.0000,10.8986,5.5570,5.3416,0.0000,5.3416,-0.0562,5.3977,0.0000,1.5990,9.4058,-5.6071,3741.5532,3741.5532,3741.5532 -190.5000,1.0000,1707.1318,50.7200,50.5890,-0.0728,0.0000,5,1112.5339,114.0246,535.7071,-74.5327,13.2844,62.4122,-8.6834,-0.1963,7.8419,0.0000,7.8419,5.6388,7.8419,0.5265,0.0000,7.3153,0.0000,7.3153,5.5340,1.7814,0.0000,1.7814,-0.0910,1.8724,0.0000,1.5924,9.3667,-9.0867,3226.0359,3226.0359,3226.0359 -191.5000,1.0000,1721.1502,50.4660,50.3430,-0.0683,0.0000,5,1106.9624,118.7230,519.7269,-74.2004,13.7625,60.2472,-8.6014,-0.1834,8.3618,0.0000,8.3618,5.5841,8.3618,0.5254,0.0000,7.8364,0.0000,7.8364,5.5062,2.3301,0.0000,2.3301,-0.0850,2.4152,0.0000,1.5844,9.3198,-8.4891,3296.1987,3296.1987,3296.1987 -192.5000,1.0000,1735.0661,50.0975,49.8520,-0.1364,0.0000,5,1098.8794,43.6950,518.3503,-73.7049,5.0282,59.6488,-8.4815,-0.3634,-0.1759,0.0000,-0.1759,5.5675,-0.1759,0.5218,0.0000,-0.6977,0.0000,-0.6977,5.4660,-6.1638,0.0000,-6.1638,-0.1685,-5.9953,0.0000,1.5728,9.2518,-16.8199,2075.4825,2075.4825,2075.4825 -193.5000,1.0000,1748.7648,49.3150,48.7780,-0.2983,0.0000,5,1081.7154,-72.4760,473.1241,-72.4762,-8.2099,53.5941,-8.2099,-0.7825,-12.9259,0.0000,-12.9259,5.4985,-12.9259,0.5417,0.0000,-13.4676,0.0000,-13.4676,5.3807,-18.8483,7.0757,-25.9240,-0.3627,-25.5613,0.0000,1.5483,9.1073,-36.2168,0.0000,0.0000,0.0000 -194.5000,1.0000,1762.0449,47.8085,46.8390,-0.5386,0.0000,5,1048.6706,-70.1097,398.6525,-70.1108,-7.6992,43.7786,-7.6993,-1.3695,-11.7695,0.0000,-11.7695,5.4398,-11.7695,0.5161,0.0000,-12.2856,0.0000,-12.2856,5.2163,-17.5018,36.1914,-53.6932,-0.6349,-53.0584,0.0000,1.5010,8.8290,-63.3884,0.0000,0.0000,0.0000 -195.5000,1.0000,1774.8468,46.0870,45.3350,-0.4178,0.0000,5,1010.9099,-67.4061,391.1320,-67.4078,-7.1358,41.4061,-7.1359,-1.0240,-11.5673,0.0000,-11.5673,5.4556,-11.5673,0.4901,0.0000,-12.0574,0.0000,-12.0574,5.0285,-17.0859,20.0269,-37.1128,-0.4747,-36.6381,0.8011,1.4469,8.5111,-47.3972,0.0000,0.0000,0.0000 -196.5000,1.0000,1787.1893,44.4330,43.5310,-0.5011,0.0000,5,974.6297,-68.0764,372.0255,-68.0781,-6.9481,37.9700,-6.9483,-1.1842,-10.9573,0.0000,-10.9573,5.1934,-10.9573,0.4647,0.0000,-11.4220,0.0000,-11.4220,4.8480,-16.2700,28.5562,-44.8262,-0.5490,-44.2773,0.9332,1.3950,8.2057,-54.8111,0.0000,0.0000,0.0000 -197.5000,1.0000,1799.1396,43.0210,42.5110,-0.2833,0.0000,5,943.6577,-69.8499,373.0470,-69.8499,-6.9025,36.8644,-6.9025,-0.6483,-11.2941,0.0000,-11.2941,5.0399,-11.2941,0.4456,0.0000,-11.7397,0.0000,-11.7397,4.6939,-16.4336,3.6737,-20.1073,-0.3005,-19.8068,0.9035,1.3507,7.9449,-30.0060,0.0000,0.0000,0.0000 -198.5000,1.0000,1810.8964,42.3245,42.1380,-0.1036,0.0000,5,928.3801,83.8528,379.1859,-70.7238,8.1521,36.8644,-6.8758,-0.2332,3.4122,0.0000,3.4122,4.9732,3.4122,0.3991,0.0000,3.0131,0.0000,3.0131,4.6179,-1.6049,0.0000,-1.6049,-0.1081,-1.4968,0.1533,1.3288,7.8163,-10.7951,2411.1588,2411.1588,2411.1588 -199.5000,1.0000,1822.6068,42.1575,42.1770,0.0108,0.0000,5,924.7170,209.2355,447.1922,-70.9334,20.2616,43.3044,-6.8689,0.0243,15.2897,0.0000,15.2897,4.9475,15.2897,0.4455,0.0000,14.8442,0.0000,14.8442,4.5997,10.2445,0.0000,10.2445,0.0113,10.2333,0.0000,1.3236,7.7854,1.1243,4337.7426,4337.7426,4337.7426 -200.5000,1.0000,1834.4030,42.4660,42.7550,0.1606,0.0000,5,931.4839,375.3333,519.3916,-70.5463,36.6118,50.6639,-6.8814,0.3626,31.2907,0.0000,31.2907,4.9585,31.2907,0.5295,0.0000,30.7612,0.0000,30.7612,4.6334,26.1278,0.0000,26.1278,0.1681,25.9597,0.0000,1.3333,7.8424,16.7840,7453.8895,7453.8895,7453.8895 -201.5000,1.0000,1846.3606,43.0475,43.3400,0.1625,0.0000,5,944.2390,377.2013,608.5839,-69.8166,37.2978,60.1771,-6.9035,0.3720,31.9308,0.0000,31.9308,4.9950,31.9308,0.5403,0.0000,31.3905,0.0000,31.3905,4.6968,26.6937,0.0000,26.6937,0.1725,26.5212,0.0000,1.3515,7.9498,17.2199,7593.8710,7593.8710,7593.8710 -202.5000,1.0000,1858.5532,43.8935,44.4470,0.3075,0.0000,5,962.7958,537.6659,620.1196,-68.7551,54.2095,62.5228,-6.9321,0.7178,48.4659,0.0000,48.4659,5.0257,48.4659,0.6342,0.0000,47.8317,0.0000,47.8317,4.7891,43.0426,0.0000,43.0426,0.3328,42.7098,0.0000,1.3781,8.1060,33.2257,10772.1322,10772.1322,10772.1322 -203.5000,1.0000,1871.1014,45.1735,45.9000,0.4036,0.0000,5,990.8724,644.7758,709.3753,-67.1490,66.9045,73.6076,-6.9676,0.9697,60.8587,0.0000,60.8587,5.0761,60.8587,0.7133,0.0000,60.1453,0.0000,60.1453,5.0527,55.0926,0.0000,55.0926,0.4495,54.6431,0.0000,1.4183,8.3424,44.8824,13272.8756,13272.8756,13272.8756 -204.5000,1.0000,1884.1072,46.8207,47.7414,0.5115,0.0000,5,1027.0029,765.8573,765.8573,-68.5598,82.3660,82.3660,-7.3734,1.2737,75.8987,0.0000,75.8987,5.1937,75.8987,0.8111,0.0000,75.0875,0.0000,75.0875,5.4282,69.6593,0.0000,69.6593,0.5904,69.0689,0.0000,1.4700,8.6466,58.9523,16212.4388,16212.4388,16212.4388 -205.5000,1.0000,1897.6062,48.5967,49.4520,0.4752,0.0000,5,1065.9591,724.5521,825.4896,-71.3483,80.8796,92.1469,-7.9644,1.2281,74.3104,0.0000,74.3104,5.3410,74.3104,0.8282,0.0000,73.4823,0.0000,73.4823,5.5673,67.9150,0.0000,67.9150,0.5693,67.3456,0.0000,1.5257,8.9746,56.8453,15892.7935,15892.7935,15892.7935 -206.5000,1.0000,1911.6010,50.3810,51.3100,0.5161,0.0000,5,1105.0980,770.0840,810.7942,-74.0892,89.1184,93.8296,-8.5740,1.3829,82.2792,0.0000,82.2792,5.4563,82.2792,0.8938,0.0000,81.3855,0.0000,81.3855,5.8498,75.5357,0.0000,75.5357,0.6411,74.8946,0.0000,1.5817,9.3041,64.0087,17420.4618,17420.4618,17420.4618 -207.5000,1.0000,1926.0421,51.9880,52.6660,0.3767,0.0000,5,1140.3472,612.5649,832.8084,-76.1919,73.1506,99.4514,-9.0986,1.0415,66.5212,0.0000,66.5212,5.5879,66.5212,0.8387,0.0000,65.6825,0.0000,65.6825,5.7619,59.9206,0.0000,59.9206,0.4828,59.4378,0.0000,1.6322,9.6009,48.2047,14439.3181,14439.3181,14439.3181 -208.5000,1.0000,1940.9169,53.5495,54.4330,0.4908,0.0000,5,1174.5984,740.8828,768.6569,-78.2350,91.1313,94.5476,-9.6232,1.3979,84.0369,0.0000,84.0369,5.6965,84.0369,0.9498,0.0000,83.0871,0.0000,83.0871,6.1665,76.9207,0.0000,76.9207,0.6480,76.2726,0.0000,1.6812,9.8893,64.7022,17773.9280,17773.9280,17773.9280 -209.5000,1.0000,1956.2892,55.3400,56.2470,0.5039,0.0000,5,1213.8727,755.5924,826.5160,-80.5730,96.0482,105.0638,-10.2422,1.4831,88.6896,0.0000,88.6896,5.8755,88.6896,1.0007,0.0000,87.6890,0.0000,87.6890,6.4000,81.2890,0.0000,81.2890,0.6875,80.6015,0.0000,1.7374,10.2199,68.6441,18704.4565,18704.4565,18704.4565 -210.5000,1.0000,1972.0986,56.9140,57.5810,0.3706,0.0000,5,1248.3981,605.2693,833.5868,-82.6207,79.1280,108.9764,-10.8012,1.1217,71.9700,0.0000,71.9700,6.0363,71.9700,0.9418,0.0000,71.0282,0.0000,71.0282,6.2947,64.7335,0.0000,64.7335,0.5200,64.2135,0.0000,1.7869,10.5106,51.9161,15575.8146,15575.8146,15575.8146 -211.5000,1.0000,1988.2665,58.2045,58.8280,0.3464,0.0000,5,1276.7050,592.9395,773.9334,-84.2995,79.2738,103.4720,-11.2705,1.0723,70.0411,0.0000,70.0411,8.1604,70.0411,0.9529,0.0000,69.0882,0.0000,69.0882,6.3842,62.7040,0.0000,62.7040,0.4971,62.2069,0.0000,1.8274,10.7489,49.6306,15602.0736,15602.0736,15602.0736 -212.5000,1.0000,2004.7696,59.4110,59.9940,0.3239,0.0000,5,1303.1693,567.9266,771.5058,-85.8690,77.5036,105.2855,-11.7183,1.0234,68.1254,0.0000,68.1254,8.3548,68.1254,0.9630,0.0000,67.1624,0.0000,67.1624,6.4822,60.6802,0.0000,60.6802,0.4744,60.2058,0.0000,1.8653,10.9717,47.3688,15269.5660,15269.5660,15269.5660 -213.5000,1.0000,2021.5626,60.4550,60.9160,0.2561,0.0000,5,1326.0693,492.3511,763.1890,-87.2272,68.3707,105.9807,-12.1129,0.8235,59.0899,0.0000,59.0899,8.4573,59.0899,0.9350,0.0000,58.1549,0.0000,58.1549,6.5961,51.5588,0.0000,51.5588,0.3817,51.1770,0.0000,1.8980,11.1645,38.1145,13571.0073,13571.0073,13571.0073 -214.5000,1.0000,2038.5179,61.0390,61.1620,0.0683,0.0000,5,1338.8792,283.6185,732.0909,-87.9869,39.7653,102.6443,-12.3364,0.2218,31.0235,0.0000,31.0235,8.5200,31.0235,0.8044,0.0000,30.2190,0.0000,30.2190,6.6598,23.5592,0.0000,23.5592,0.1028,23.4564,0.0000,1.9164,11.2724,10.2676,8178.4357,8178.4357,8178.4357 -215.5000,1.0000,2055.5028,61.1455,61.1290,-0.0092,0.0000,5,1341.2153,197.3207,647.3367,-88.1255,27.7140,90.9196,-12.3774,-0.0298,19.2369,0.0000,19.2369,8.5069,19.2369,0.7473,0.0000,18.4896,0.0000,18.4896,6.6715,11.8182,0.0000,11.8182,-0.0138,11.8320,0.0000,1.9197,11.2921,-1.3798,5953.3433,5953.3433,5953.3433 -216.5000,1.0000,2072.4386,60.9690,60.8090,-0.0889,0.0000,5,1337.3438,108.7610,609.6796,-87.8959,15.2316,85.3834,-12.3095,-0.2882,7.0346,0.0000,7.0346,8.4852,7.0346,0.6833,0.0000,6.3513,0.0000,6.3513,6.6522,-0.3009,0.0000,-0.3009,-0.1336,-0.1673,0.0000,1.9142,11.2595,-13.3409,3656.9948,3656.9948,3656.9948 -217.5000,1.0000,2089.2850,60.6470,60.4850,-0.0900,0.0000,5,1330.2808,106.9700,571.4719,-87.4770,14.9016,79.6098,-12.1861,-0.2903,6.8281,0.0000,6.8281,8.3638,6.8281,0.6779,0.0000,6.1502,0.0000,6.1502,6.6171,-0.4669,0.0000,-0.4669,-0.1346,-0.3323,0.0000,1.9041,11.2000,-13.4363,3586.4667,3586.4667,3586.4667 -218.5000,1.0000,2106.1404,60.6795,60.8740,0.1081,0.0000,5,1330.9937,312.7694,575.8141,-87.5192,43.5942,80.2577,-12.1985,0.3487,36.8615,0.0000,36.8615,6.3840,36.8615,0.8276,0.0000,36.0339,0.0000,36.0339,6.6206,29.4133,0.0000,29.4133,0.1617,29.2516,0.0000,1.9051,11.2060,16.1406,8899.5662,8899.5662,8899.5662 -219.5000,1.0000,2123.1230,61.1375,61.4010,0.1464,0.0000,5,1341.0398,355.4123,662.0949,-88.1151,49.9117,92.9802,-12.3743,0.4760,42.9988,0.0000,42.9988,6.4370,42.9988,0.8659,0.0000,42.1328,0.0000,42.1328,6.6706,35.4622,0.0000,35.4622,0.2207,35.2416,0.0000,1.9195,11.2906,22.0315,10057.5047,10057.5047,10057.5047 -220.5000,1.0000,2140.2487,61.6525,61.9040,0.1397,0.0000,5,1352.3362,348.2112,681.0796,-88.7850,49.3124,96.4520,-12.5734,0.4581,42.3371,0.0000,42.3371,6.5171,42.3371,0.8713,0.0000,41.4658,0.0000,41.4658,6.7268,34.7390,0.0000,34.7390,0.2124,34.5267,0.0000,1.9356,11.3857,21.2053,9949.2948,9949.2948,9949.2948 -221.5000,1.0000,2157.5074,62.1310,62.3580,0.1261,0.0000,5,1362.8320,332.8135,679.9615,-89.4075,47.4976,97.0410,-12.7598,0.4167,40.5555,0.0000,40.5555,6.5254,40.5555,0.8705,0.0000,39.6850,0.0000,39.6850,6.7790,32.9061,0.0000,32.9061,0.1932,32.7129,0.0000,1.9506,11.4741,19.2882,9623.9014,9623.9014,9623.9014 -222.5000,1.0000,2174.8767,62.5295,62.7010,0.0953,0.0000,5,1371.5731,298.3345,675.0300,-89.9259,42.8500,96.9551,-12.9161,0.3169,36.0004,0.0000,36.0004,6.5327,36.0004,0.8545,0.0000,35.1460,0.0000,35.1460,6.8225,28.3235,0.0000,28.3235,0.1469,28.1766,0.0000,1.9632,11.5477,14.6658,8796.8261,8796.8261,8796.8261 -223.5000,1.0000,2192.3387,62.8635,63.0260,0.0903,0.0000,5,1378.8993,292.9665,662.9888,-90.3604,42.3038,95.7343,-13.0479,0.3018,35.4094,0.0000,35.4094,6.5926,35.4094,0.8572,0.0000,34.5522,0.0000,34.5522,6.8589,27.6933,0.0000,27.6933,0.1399,27.5534,0.0000,1.9736,11.6093,13.9704,8699.0889,8699.0889,8699.0889 -224.5000,1.0000,2209.8705,63.1145,63.2030,0.0492,0.0000,5,1384.4049,246.9835,661.2200,-90.6870,35.8063,95.8601,-13.1473,0.1650,29.0687,0.0000,29.0687,6.5726,29.0687,0.8298,0.0000,28.2389,0.0000,28.2389,6.8863,21.3526,0.0000,21.3526,0.0765,21.2761,0.0000,1.9815,11.6557,7.6389,7481.6877,7481.6877,7481.6877 -225.5000,1.0000,2227.4535,63.2985,63.3940,0.0531,0.0000,5,1388.4409,251.4213,644.3680,-90.9263,36.5560,93.6893,-13.2204,0.1786,29.7697,0.0000,29.7697,6.6076,29.7697,0.8364,0.0000,28.9332,0.0000,28.9332,6.9064,22.0269,0.0000,22.0269,0.0828,21.9441,0.0000,1.9873,11.6897,8.2671,7629.5070,7629.5070,7629.5070 -226.5000,1.0000,2245.0978,63.5195,63.6450,0.0697,0.0000,5,1393.2885,270.0904,647.5573,-91.2138,39.4075,94.4817,-13.3085,0.2355,32.5204,0.0000,32.5204,6.6515,32.5204,0.8540,0.0000,31.6664,0.0000,31.6664,6.9305,24.7359,0.0000,24.7359,0.1092,24.6268,0.0000,1.9942,11.7305,10.9020,8170.8023,8170.8023,8170.8023 -227.5000,1.0000,2262.8142,63.7790,63.9130,0.0744,0.0000,5,1398.9806,275.3056,656.1165,-91.5514,40.3325,96.1217,-13.4124,0.2525,33.4075,0.0000,33.4075,6.6725,33.4075,0.8629,0.0000,32.5446,0.0000,32.5446,6.9588,25.5858,0.0000,25.5858,0.1171,25.4688,0.0000,2.0024,11.7784,11.6880,8350.8157,8350.8157,8350.8157 -228.5000,1.0000,2280.5994,64.0270,64.1410,0.0633,0.0000,5,1404.4205,263.1169,659.0855,-91.8740,38.6967,96.9321,-13.5120,0.2157,31.7613,0.0000,31.7613,6.7197,31.7613,0.8590,0.0000,30.9024,0.0000,30.9024,6.9859,23.9165,0.0000,23.9165,0.1000,23.8165,0.0000,2.0102,11.8242,9.9822,8046.8132,8046.8132,8046.8132 -229.5000,1.0000,2298.4560,64.2835,64.4260,0.0792,0.0000,5,1410.0467,280.7285,656.0680,-92.2077,41.4523,96.8748,-13.6154,0.2707,34.4336,0.0000,34.4336,6.7480,34.4336,0.8768,0.0000,33.5568,0.0000,33.5568,7.0138,26.5430,0.0000,26.5430,0.1255,26.4175,0.0000,2.0182,11.8716,12.5277,8554.5944,8554.5944,8554.5944 -230.5000,1.0000,2316.2961,64.2245,64.0230,-0.1119,0.0000,5,1408.7526,68.3485,658.3998,-92.1310,10.0831,97.1299,-13.5916,-0.3824,3.7584,0.0000,3.7584,6.7071,3.7584,0.7495,0.0000,3.0089,0.0000,3.0089,7.0074,-3.9985,0.0000,-3.9985,-0.1773,-3.8213,0.0000,2.0164,11.8607,-17.6983,3136.1492,3136.1492,3136.1492 -231.5000,1.0000,2334.0246,63.8225,63.6220,-0.1114,0.0000,5,1399.9348,69.2380,573.8881,-91.6080,10.1504,84.1325,-13.4298,-0.3781,3.8202,0.0000,3.8202,6.7082,3.8202,0.7421,0.0000,3.0782,0.0000,3.0782,6.9635,-3.8854,0.0000,-3.8854,-0.1753,-3.7101,0.0000,2.0038,11.7864,-17.5003,3131.5834,3131.5834,3131.5834 -232.5000,1.0000,2351.6374,63.4060,63.1900,-0.1200,0.0000,5,1390.7989,59.4117,571.3494,-91.0662,8.6530,83.2137,-13.2633,-0.4047,2.4385,0.0000,2.4385,6.6191,2.4385,0.7380,0.0000,1.7006,0.0000,1.7006,6.9181,-5.2175,0.0000,-5.2175,-0.1876,-5.0299,0.0000,1.9907,11.7095,-18.7301,2930.1587,2930.1587,2930.1587 -233.5000,1.0000,2369.1168,62.9260,62.6620,-0.1467,0.0000,5,1380.2702,29.7689,563.7002,-90.4417,4.3028,81.4781,-13.0726,-0.4908,-1.7446,0.0000,-1.7446,6.5383,-1.7446,0.7398,0.0000,-2.4844,0.0000,-2.4844,6.8657,-9.3501,0.0000,-9.3501,-0.2275,-9.1226,0.0000,1.9756,11.6209,-22.7191,2383.4989,2383.4989,2383.4989 -234.5000,1.0000,2386.4505,62.4015,62.1410,-0.1447,0.0000,5,1368.7654,32.1978,548.4808,-89.7594,4.6151,78.6175,-12.8658,-0.4803,-1.4324,0.0000,-1.4324,6.5279,-1.4324,0.7296,0.0000,-2.1620,0.0000,-2.1620,6.8085,-8.9705,0.0000,-8.9705,-0.2227,-8.7479,0.0000,1.9591,11.5240,-22.2310,2384.0171,2384.0171,2384.0171 -235.5000,1.0000,2403.6465,61.9055,61.6700,-0.1308,0.0000,5,1357.8857,47.6795,546.6279,-89.1142,6.7799,77.7291,-12.6718,-0.4308,0.7083,0.0000,0.7083,6.5023,0.7083,0.7154,0.0000,-0.0071,0.0000,-0.0071,6.7544,-6.7615,0.0000,-6.7615,-0.1997,-6.5618,0.0000,1.9436,11.4324,-19.9378,2610.8878,2610.8878,2610.8878 -236.5000,1.0000,2420.6929,61.3670,61.0640,-0.1683,0.0000,5,1346.0738,6.1759,548.5645,-88.4136,0.8706,77.3259,-12.4628,-0.5494,-5.0085,0.0000,-5.0085,6.4285,-5.0085,0.7202,0.0000,-5.7287,0.0000,-5.7287,6.6956,-12.4243,0.0000,-12.4243,-0.2547,-12.1697,0.0000,1.9267,11.3330,-25.4293,1903.2573,1903.2573,1903.2573 -237.5000,1.0000,2437.5764,60.7805,60.4970,-0.1575,0.0000,5,1333.2091,18.6750,527.9498,-87.6506,2.6073,73.7088,-12.2372,-0.5091,-3.3312,0.0000,-3.3312,6.4476,-3.3312,0.7057,0.0000,-4.0368,0.0000,-4.0368,6.6316,-10.6685,0.0000,-10.6685,-0.2360,-10.4325,0.0000,1.9082,11.2247,-23.5654,2072.1730,2072.1730,2072.1730 -238.5000,1.0000,2454.2969,60.1940,59.8910,-0.1683,0.0000,5,1320.3443,6.5053,529.1561,-86.8877,0.8995,73.1644,-12.0136,-0.5389,-4.9198,0.0000,-4.9198,6.3582,-4.9198,0.6994,0.0000,-5.6192,0.0000,-5.6192,6.5676,-12.1869,0.0000,-12.1869,-0.2498,-11.9370,0.0000,1.8898,11.1163,-24.9432,1841.9480,1841.9480,1841.9480 -239.5000,1.0000,2470.8660,59.6485,59.4060,-0.1347,0.0000,5,1308.3789,43.8388,521.4834,-86.1780,6.0065,71.4501,-11.8075,-0.4274,0.0938,0.0000,0.0938,6.3401,0.0938,0.6774,0.0000,-0.5836,0.0000,-0.5836,6.5081,-7.0917,0.0000,-7.0917,-0.1981,-6.8936,0.0000,1.8727,11.0156,-19.7819,2415.0138,2415.0138,2415.0138 -240.5000,1.0000,2487.2978,59.1545,58.9030,-0.1397,0.0000,5,1297.5431,38.2551,534.2083,-85.5354,5.1980,72.5874,-11.6224,-0.4396,-0.6435,0.0000,-0.6435,6.2811,-0.6435,0.6707,0.0000,-1.3141,0.0000,-1.3141,6.4542,-7.7684,0.0000,-7.7684,-0.2038,-7.5646,0.0000,1.8572,10.9244,-20.3462,2297.0958,2297.0958,2297.0958 -241.5000,1.0000,2503.5944,58.6680,58.4330,-0.1306,0.0000,5,1286.8718,47.9263,529.1546,-84.9025,6.4586,71.3094,-11.4415,-0.4074,0.6928,0.0000,0.6928,6.1732,0.6928,0.6590,0.0000,0.0338,0.0000,0.0338,6.4011,-6.3674,0.0000,-6.3674,-0.1888,-6.1785,0.0000,1.8419,10.8345,-18.8550,2428.0715,2428.0715,2428.0715 -242.5000,1.0000,2519.7949,58.3215,58.2100,-0.0619,0.0000,5,1279.2714,124.0819,533.0462,-84.4517,16.6226,71.4095,-11.3136,-0.1921,10.6404,0.0000,10.6404,6.1744,10.6404,0.6578,0.0000,9.9826,0.0000,9.9826,6.3633,3.6193,0.0000,3.6193,-0.0891,3.7083,0.0000,1.8310,10.7705,-8.8932,3813.0925,3813.0925,3813.0925 -243.5000,1.0000,2535.9701,58.2310,58.2520,0.0117,0.0000,5,1277.2863,205.6985,567.0444,-84.3340,27.5136,75.8462,-11.2803,0.0361,21.3344,0.0000,21.3344,6.1431,21.3344,0.7098,0.0000,20.6246,0.0000,20.6246,6.3535,14.2711,0.0000,14.2711,0.0167,14.2544,0.0000,1.8282,10.7538,1.6724,5854.9326,5854.9326,5854.9326 -244.5000,1.0000,2552.1737,58.3330,58.4140,0.0450,0.0000,5,1279.5236,242.6030,603.0757,-84.4667,32.5067,80.8070,-11.3178,0.1396,26.2311,0.0000,26.2311,6.1360,26.2311,0.7359,0.0000,25.4952,0.0000,25.4952,6.3646,19.1306,0.0000,19.1306,0.0647,19.0659,0.0000,1.8314,10.7727,6.4618,6773.3187,6773.3187,6773.3187 -245.5000,1.0000,2568.4267,58.5105,58.6070,0.0536,0.0000,5,1283.4170,252.5888,619.6965,-84.6976,33.9477,83.2867,-11.3833,0.1668,27.5710,0.0000,27.5710,6.2099,27.5710,0.7455,0.0000,26.8255,0.0000,26.8255,6.3840,20.4415,0.0000,20.4415,0.0773,20.3642,0.0000,1.8370,10.8054,7.7218,7052.7869,7052.7869,7052.7869 -246.5000,1.0000,2584.7237,58.6695,58.7320,0.0347,0.0000,5,1286.9047,231.0915,624.2325,-84.9044,31.1429,84.1243,-11.4421,0.1083,24.8777,0.0000,24.8777,6.1569,24.8777,0.7346,0.0000,24.1431,0.0000,24.1431,6.4013,17.7418,0.0000,17.7418,0.0502,17.6915,0.0000,1.8420,10.8348,5.0147,6530.1978,6530.1978,6530.1978 -247.5000,1.0000,2601.0192,58.6635,58.5950,-0.0381,0.0000,5,1286.7731,150.4654,613.6082,-84.8966,20.2753,82.6841,-11.4399,-0.1187,14.2066,0.0000,14.2066,6.1874,14.2066,0.6812,0.0000,13.5255,0.0000,13.5255,6.4007,7.1248,0.0000,7.1248,-0.0550,7.1799,0.0000,1.8418,10.8337,-5.4956,4514.7209,4514.7209,4514.7209 -248.5000,1.0000,2617.2579,58.4595,58.3240,-0.0753,0.0000,5,1282.2984,108.8727,577.4832,-84.6312,14.6196,77.5456,-11.3644,-0.2340,8.7186,0.0000,8.7186,6.1350,8.7186,0.6504,0.0000,8.0682,0.0000,8.0682,6.3784,1.6898,0.0000,1.6898,-0.1085,1.7983,0.0000,1.8354,10.7960,-10.8331,3463.4103,3463.4103,3463.4103 -249.5000,1.0000,2633.4201,58.1840,58.0440,-0.0778,0.0000,5,1276.2553,106.0317,558.1226,-84.2728,14.1710,74.5926,-11.2630,-0.2407,8.3125,0.0000,8.3125,6.0993,8.3125,0.6439,0.0000,7.6686,0.0000,7.6686,6.3483,1.3202,0.0000,1.3202,-0.1116,1.4318,0.0000,1.8267,10.7451,-11.1401,3383.7385,3383.7385,3383.7385 -250.5000,1.0000,2649.4804,57.8170,57.5900,-0.1261,0.0000,5,1268.2052,52.9050,553.7523,-83.7954,7.0261,73.5417,-11.1285,-0.3878,1.3151,0.0000,1.3151,6.0988,1.3151,0.6430,0.0000,0.6722,0.0000,0.6722,6.3083,-5.6361,0.0000,-5.6361,-0.1798,-5.4563,0.0000,1.8152,10.6774,-17.9489,2464.0138,2464.0138,2464.0138 -251.5000,1.0000,2665.3686,57.1975,56.8050,-0.2181,0.0000,5,1254.6166,-48.5282,524.7867,-82.9895,-6.3758,68.9481,-10.9034,-0.6633,-11.7454,0.0000,-11.7454,6.0330,-11.7454,0.6651,0.0000,-12.4106,0.0000,-12.4106,6.2407,-18.6513,0.0000,-18.6513,-0.3075,-18.3438,0.0000,1.7958,10.5630,-30.7025,618.4821,618.4821,618.4821 -252.5000,1.0000,2681.0533,56.4650,56.1250,-0.1889,0.0000,5,1238.5494,-16.0123,475.9971,-82.0366,-2.0768,61.7371,-10.6402,-0.5672,-7.5146,0.0000,-7.5146,6.0050,-7.5146,0.6423,0.0000,-8.1569,0.0000,-8.1569,6.1608,-14.3177,0.0000,-14.3177,-0.2630,-14.0547,0.0000,1.7728,10.4277,-26.2552,1237.4507,1237.4507,1237.4507 -253.5000,1.0000,2696.5329,55.7265,55.3280,-0.2214,0.0000,5,1222.3505,-51.8978,485.2973,-81.0758,-6.6431,62.1201,-10.3781,-0.6562,-11.9122,0.0000,-11.9122,5.9252,-11.9122,0.6410,0.0000,-12.5532,0.0000,-12.5532,6.0802,-18.6334,0.0000,-18.6334,-0.3042,-18.3293,0.0000,1.7496,10.2913,-30.3701,500.3794,500.3794,500.3794 -254.5000,1.0000,2711.7486,54.7765,54.2250,-0.3064,0.0000,5,1201.5124,-79.8396,460.5366,-79.8400,-10.0456,57.9457,-10.0456,-0.8926,-15.0053,0.0000,-15.0053,5.8523,-15.0053,0.6332,0.0000,-15.6384,0.0000,-15.6384,5.9765,-21.6150,8.2771,-29.8921,-0.4138,-29.4783,0.0000,1.7197,10.1159,-41.3139,0.0000,0.0000,0.0000 -255.5000,1.0000,2726.6594,53.6790,53.1330,-0.3033,0.0000,5,1177.4390,-78.4042,440.1634,-78.4045,-9.6673,54.2726,-9.6674,-0.8660,-14.5531,0.0000,-14.5531,5.7517,-14.5531,0.6142,0.0000,-15.1673,0.0000,-15.1673,5.8568,-21.0241,7.8613,-28.8854,-0.4014,-28.4839,0.0000,1.6853,9.9132,-40.0824,0.0000,0.0000,0.0000 -256.5000,1.0000,2741.2860,52.6555,52.1780,-0.2653,0.0000,5,1154.9887,-77.0653,435.1840,-77.0653,-9.3211,52.6356,-9.3211,-0.7429,-14.2365,0.0000,-14.2365,5.6583,-14.2365,0.5970,0.0000,-14.8335,0.0000,-14.8335,5.7451,-20.5786,2.7738,-23.3524,-0.3444,-23.0081,0.0000,1.6532,9.7242,-34.3854,0.0000,0.0000,0.0000 -257.5000,1.0000,2755.6328,51.6485,51.1190,-0.2942,0.0000,5,1132.9003,-75.7475,428.5148,-75.7476,-8.9865,50.8377,-8.9865,-0.8080,-13.6965,0.0000,-13.6965,5.5181,-13.6965,0.5798,0.0000,-14.2763,0.0000,-14.2763,5.6353,-19.9115,6.7041,-26.6156,-0.3746,-26.2410,0.0000,1.6215,9.5382,-37.4008,0.0000,0.0000,0.0000 -258.5000,1.0000,2769.7133,50.6900,50.2610,-0.2383,0.0000,5,1111.8758,-70.3596,424.6602,-74.4935,-8.1923,49.4455,-8.6737,-0.6425,-12.9912,0.0000,-12.9912,5.4414,-12.9912,0.5630,0.0000,-13.5542,0.0000,-13.5542,5.5307,-19.0849,0.0000,-19.0849,-0.2979,-18.7870,0.0000,1.5915,9.3612,-29.7397,0.0000,0.0000,0.0000 -259.5000,1.0000,2783.6305,50.1020,49.9430,-0.0883,0.0000,5,1098.9781,95.4079,427.9362,-73.7119,10.9800,49.2489,-8.4831,-0.2354,5.7957,0.0000,5.7957,5.4196,5.7957,0.5073,0.0000,5.2885,0.0000,5.2885,5.4665,-0.1781,0.0000,-0.1781,-0.1091,-0.0690,0.0000,1.5730,9.2526,-10.8945,2923.5407,2923.5407,2923.5407 -260.5000,1.0000,2797.5429,50.0845,50.2260,0.0786,0.0000,5,1098.5943,280.9665,512.3998,-73.6844,32.3237,58.9488,-8.4770,0.2094,26.6870,0.0000,26.6870,5.4272,26.6870,0.6115,0.0000,26.0756,0.0000,26.0756,5.4646,20.6109,0.0000,20.6109,0.0971,20.5139,0.0000,1.5724,9.2494,9.6921,6632.0975,6632.0975,6632.0975 -261.5000,1.0000,2811.5889,50.5655,50.9050,0.1886,0.0000,5,1109.1449,402.5192,604.6915,-74.3306,46.7524,70.2346,-8.6335,0.5072,40.8447,0.0000,40.8447,5.4004,40.8447,0.6893,0.0000,40.1554,0.0000,40.1554,5.5171,34.6383,0.0000,34.6383,0.2351,34.4032,0.0000,1.5875,9.3382,23.4774,9414.3028,9414.3028,9414.3028 -262.5000,1.0000,2825.8453,51.3230,51.7410,0.2322,0.0000,5,1125.7606,450.7272,664.5846,-75.3217,53.1359,78.3475,-8.8796,0.6339,47.0534,0.0000,47.0534,5.4486,47.0534,0.7315,0.0000,46.3220,0.0000,46.3220,5.5997,40.7222,0.0000,40.7222,0.2938,40.4284,0.0000,1.6113,9.4781,29.3390,10556.3403,10556.3403,10556.3403 -263.5000,1.0000,2840.3324,52.1535,52.5660,0.2292,0.0000,5,1143.9774,447.2700,689.3570,-76.4084,53.5816,82.5829,-9.1535,0.6357,47.4210,0.0000,47.4210,5.5250,47.4210,0.7457,0.0000,46.6753,0.0000,46.6753,5.6904,40.9850,0.0000,40.9850,0.2947,40.6903,0.0000,1.6374,9.6315,29.4215,10657.6895,10657.6895,10657.6895 -264.5000,1.0000,2855.0590,53.0160,53.4660,0.2500,0.0000,5,1162.8962,470.3010,691.1129,-77.5370,57.2724,84.1625,-9.4423,0.7049,50.9698,0.0000,50.9698,5.5977,50.9698,0.7764,0.0000,50.1934,0.0000,50.1934,5.7845,44.4089,0.0000,44.4089,0.3268,44.0822,0.0000,1.6645,9.7907,32.6269,11407.7165,11407.7165,11407.7165 -265.5000,1.0000,2870.0222,53.8675,54.2690,0.2231,0.0000,5,1181.5737,440.1082,703.8526,-78.6511,54.4564,87.0906,-9.7318,0.6390,48.1661,0.0000,48.1661,5.6512,48.1661,0.7753,0.0000,47.3908,0.0000,47.3908,5.8774,41.5135,0.0000,41.5135,0.2962,41.2172,0.0000,1.6912,9.9480,29.5780,10866.2095,10866.2095,10866.2095 -266.5000,1.0000,2885.2146,54.6925,55.1160,0.2353,0.0000,5,1199.6699,453.7680,693.4547,-79.7306,57.0065,87.1181,-10.0165,0.6844,50.5787,0.0000,50.5787,5.7434,50.5787,0.8001,0.0000,49.7787,0.0000,49.7787,5.9674,43.8113,0.0000,43.8113,0.3173,43.4940,0.0000,1.7171,10.1004,31.6766,11380.9063,11380.9063,11380.9063 -267.5000,1.0000,2900.6500,55.5675,56.0190,0.2508,0.0000,5,1218.8629,471.0200,702.2437,-80.8690,60.1205,89.6337,-10.3220,0.7413,53.5527,0.0000,53.5527,5.8265,53.5527,0.8285,0.0000,52.7242,0.0000,52.7242,6.0629,46.6613,0.0000,46.6613,0.3436,46.3177,0.0000,1.7446,10.2619,34.3112,11961.3081,11961.3081,11961.3081 -268.5000,1.0000,2916.3129,56.3865,56.7540,0.2042,0.0000,5,1236.8275,419.2379,711.3608,-81.9344,54.2998,92.1356,-10.6122,0.6123,47.7713,0.0000,47.7713,5.9162,47.7713,0.8125,0.0000,46.9588,0.0000,46.9588,6.1522,40.8066,0.0000,40.8066,0.2838,40.5228,0.0000,1.7703,10.4132,28.3393,10858.7657,10858.7657,10858.7657 -269.5000,1.0000,2932.1900,57.1575,57.5610,0.2242,0.0000,5,1253.7392,441.2053,692.1086,-82.9374,57.9264,90.8678,-10.8890,0.6814,51.2855,0.0000,51.2855,5.9595,51.2855,0.8423,0.0000,50.4432,0.0000,50.4432,6.2363,44.2068,0.0000,44.2068,0.3159,43.8909,0.0000,1.7945,10.5556,31.5409,11533.5517,11533.5517,11533.5517 -270.5000,1.0000,2948.2958,57.9810,58.4010,0.2333,0.0000,5,1271.8026,451.3082,704.1522,-84.0087,60.1065,93.7810,-11.1885,0.7195,53.3573,0.0000,53.3573,6.0297,53.3573,0.8659,0.0000,52.4914,0.0000,52.4914,6.3262,46.1652,0.0000,46.1652,0.3336,45.8317,0.0000,1.8204,10.7077,33.3036,11973.4522,11973.4522,11973.4522 -271.5000,1.0000,2964.6121,58.7385,59.0760,0.1875,0.0000,5,1288.4182,400.5526,710.0399,-84.9942,54.0437,95.8006,-11.4677,0.5857,47.3315,0.0000,47.3315,6.1264,47.3315,0.8480,0.0000,46.4835,0.0000,46.4835,6.4088,40.0747,0.0000,40.0747,0.2715,39.8032,0.0000,1.8441,10.8475,27.1115,10841.6334,10841.6334,10841.6334 -272.5000,1.0000,2981.1172,59.4185,59.7610,0.1903,0.0000,5,1303.3339,403.5420,691.5722,-85.8788,55.0773,94.3891,-11.7212,0.6013,48.2960,0.0000,48.2960,6.1801,48.2960,0.8639,0.0000,47.4320,0.0000,47.4320,6.4830,40.9490,0.0000,40.9490,0.2787,40.6703,0.0000,1.8655,10.9731,27.8317,11046.9109,11046.9109,11046.9109 -273.5000,1.0000,2997.7815,59.9915,60.2220,0.1281,0.0000,5,1315.9025,334.1518,693.7753,-86.6242,46.0464,95.6029,-11.9369,0.4086,39.4376,0.0000,39.4376,6.2003,39.4376,0.8291,0.0000,38.6085,0.0000,38.6085,6.5455,32.0630,0.0000,32.0630,0.1894,31.8736,0.0000,1.8835,11.0789,18.9111,9346.5371,9346.5371,9346.5371 -274.5000,1.0000,3014.5410,60.3340,60.4460,0.0622,0.0000,5,1323.4152,261.3494,665.6915,-87.0698,36.2198,92.2567,-12.0668,0.1997,29.7395,0.0000,29.7395,6.2806,29.7395,0.7863,0.0000,28.9533,0.0000,28.9533,6.5829,22.3704,0.0000,22.3704,0.0926,22.2778,0.0000,1.8942,11.1422,9.2414,7497.1177,7497.1177,7497.1177 -275.5000,1.0000,3031.2821,60.2680,60.0900,-0.0989,0.0000,5,1321.9675,82.3209,632.3691,-86.9839,11.3962,87.5427,-12.0417,-0.3170,5.4546,0.0000,5.4546,6.2586,5.4546,0.6747,0.0000,4.7798,0.0000,4.7798,6.5757,-1.7959,0.0000,-1.7959,-0.1469,-1.6490,0.0000,1.8922,11.1300,-14.6711,3077.0934,3077.0934,3077.0934 -276.5000,1.0000,3047.8753,59.7355,59.3810,-0.1969,0.0000,5,1310.2872,-25.8640,552.5210,-86.2912,-3.5489,75.8130,-11.8403,-0.6257,-9.1239,0.0000,-9.1239,6.2007,-9.1239,0.7019,0.0000,-9.8258,0.0000,-9.8258,6.5176,-16.3434,0.0000,-16.3434,-0.2901,-16.0534,0.0000,1.8754,11.0317,-28.9605,1172.9271,1172.9271,1172.9271 -277.5000,1.0000,3064.2994,59.1270,58.8730,-0.1411,0.0000,5,1296.9399,35.7893,504.1780,-85.4996,4.8607,68.4750,-11.6121,-0.4437,-0.8470,0.0000,-0.8470,6.1515,-0.8470,0.6707,0.0000,-1.5177,0.0000,-1.5177,6.4512,-7.9689,0.0000,-7.9689,-0.2057,-7.7632,0.0000,1.8563,10.9193,-20.5389,2255.7575,2255.7575,2255.7575 -278.5000,1.0000,3080.5986,58.6770,58.4810,-0.1089,0.0000,5,1287.0692,71.0770,528.7105,-84.9142,9.5799,71.2604,-11.4449,-0.3398,3.8460,0.0000,3.8460,6.0737,3.8460,0.6513,0.0000,3.1947,0.0000,3.1947,6.4021,-3.2074,0.0000,-3.2074,-0.1575,-3.0499,0.0000,1.8422,10.8362,-15.7283,2803.1218,2803.1218,2803.1218 -279.5000,1.0000,3096.8221,58.4045,58.3280,-0.0425,0.0000,5,1281.0920,144.7499,543.9704,-84.5597,19.4190,72.9767,-11.3442,-0.1320,13.4938,0.0000,13.4938,6.0573,13.4938,0.6734,0.0000,12.8204,0.0000,12.8204,6.3724,6.4480,0.0000,6.4480,-0.0612,6.5092,0.0000,1.8337,10.7859,-6.1103,4343.7045,4343.7045,4343.7045 -280.5000,1.0000,3113.0307,58.3510,58.3740,0.0128,0.0000,5,1279.9184,206.5307,576.5236,-84.4901,27.6819,77.2730,-11.3244,0.0397,21.5411,0.0000,21.5411,6.1012,21.5411,0.7128,0.0000,20.8283,0.0000,20.8283,6.3666,14.4618,0.0000,14.4618,0.0184,14.4434,0.0000,1.8320,10.7760,1.8354,5886.7658,5886.7658,5886.7658 -281.5000,1.0000,3129.2726,58.4710,58.5680,0.0539,0.0000,5,1282.5506,251.8107,604.2818,-84.6462,33.8203,81.1601,-11.3687,0.1676,27.5927,0.0000,27.5927,6.0600,27.5927,0.7450,0.0000,26.8478,0.0000,26.8478,6.3796,20.4681,0.0000,20.4681,0.0777,20.3904,0.0000,1.8357,10.7981,7.7566,7027.2613,7027.2613,7027.2613 -282.5000,1.0000,3145.5676,58.6620,58.7560,0.0522,0.0000,5,1286.7402,250.1229,624.2299,-84.8947,33.7033,84.1132,-11.4393,0.1629,27.4397,0.0000,27.4397,6.1007,27.4397,0.7473,0.0000,26.6924,0.0000,26.6924,6.4005,20.2919,0.0000,20.2919,0.0755,20.2164,0.0000,1.8417,10.8334,7.5412,7012.3106,7012.3106,7012.3106 -283.5000,1.0000,3161.9301,58.9050,59.0540,0.0828,0.0000,5,1292.0703,299.0227,625.2567,-85.2108,40.4594,84.6005,-11.5295,0.2593,32.0523,0.0000,32.0523,8.1477,32.0523,0.7743,0.0000,31.2780,0.0000,31.2780,6.4270,24.8510,0.0000,24.8510,0.1202,24.7308,0.0000,1.8494,10.8783,12.0031,8289.3758,8289.3758,8289.3758 -284.5000,1.0000,3178.3701,59.1840,59.3140,0.0722,0.0000,5,1298.1901,287.1660,646.7014,-85.5737,39.0391,87.9166,-11.6334,0.2273,30.6448,0.0000,30.6448,8.1670,30.6448,0.7718,0.0000,29.8729,0.0000,29.8729,6.4574,23.4155,0.0000,23.4155,0.1054,23.3101,0.0000,1.8581,10.9298,10.5221,8029.0917,8029.0917,8029.0917 -285.5000,1.0000,3194.8879,59.4640,59.6140,0.0833,0.0000,5,1304.3319,299.4726,643.2063,-85.9380,40.9048,87.8551,-11.7382,0.2635,32.4424,0.0000,32.4424,8.1988,32.4424,0.7854,0.0000,31.6570,0.0000,31.6570,6.4880,25.1690,0.0000,25.1690,0.1222,25.0468,0.0000,1.8669,10.9815,12.1984,8381.3818,8381.3818,8381.3818 -286.5000,1.0000,3211.4847,59.7485,59.8830,0.0747,0.0000,5,1310.5723,289.6661,649.3407,-86.3081,39.7546,89.1173,-11.8452,0.2374,31.3137,0.0000,31.3137,8.2035,31.3137,0.7844,0.0000,30.5292,0.0000,30.5292,6.5190,24.0102,0.0000,24.0102,0.1101,23.9001,0.0000,1.8758,11.0341,10.9902,8155.3951,8155.3951,8155.3951 -287.5000,1.0000,3228.1519,60.0020,60.1210,0.0661,0.0000,5,1316.1328,279.9797,646.2362,-86.6379,38.5882,89.0676,-11.9409,0.2110,30.1570,0.0000,30.1570,8.2203,30.1570,0.7828,0.0000,29.3741,0.0000,29.3741,6.5467,22.8274,0.0000,22.8274,0.0978,22.7296,0.0000,1.8838,11.0809,9.7649,7935.4767,7935.4767,7935.4767 -288.5000,1.0000,3244.8947,60.2740,60.4270,0.0850,0.0000,5,1322.0991,301.3231,643.8573,-86.9917,41.7182,89.1420,-12.0440,0.2725,33.1402,0.0000,33.1402,8.3054,33.1402,0.8023,0.0000,32.3380,0.0000,32.3380,6.5764,25.7616,0.0000,25.7616,0.1263,25.6353,0.0000,1.8923,11.1311,12.6118,8547.5964,8547.5964,8547.5964 -289.5000,1.0000,3261.7262,60.5935,60.7600,0.0925,0.0000,5,1329.1073,309.8822,654.0997,-87.4074,43.1306,91.0401,-12.1657,0.2981,34.4534,0.0000,34.4534,8.3790,34.4534,0.8141,0.0000,33.6393,0.0000,33.6393,6.6112,27.0281,0.0000,27.0281,0.1382,26.8899,0.0000,1.9024,11.1901,13.7974,8813.1577,8813.1577,8813.1577 -290.5000,1.0000,3278.6539,60.9395,61.1190,0.0997,0.0000,5,1336.6967,302.5038,659.2026,-87.8575,42.3440,92.2742,-12.2982,0.3232,35.7521,0.0000,35.7521,6.2688,35.7521,0.8264,0.0000,34.9257,0.0000,34.9257,6.6490,28.2767,0.0000,28.2767,0.1498,28.1269,0.0000,1.9132,11.2540,14.9596,8674.7379,8674.7379,8674.7379 -291.5000,1.0000,3295.6979,61.3585,61.5980,0.1331,0.0000,5,1345.8874,339.6710,658.6982,-88.4026,47.8736,92.8376,-12.4595,0.4342,41.1112,0.0000,41.1112,6.3281,41.1112,0.8602,0.0000,40.2510,0.0000,40.2510,6.6947,33.5563,0.0000,33.5563,0.2013,33.3551,0.0000,1.9264,11.3314,20.0973,9686.8740,9686.8740,9686.8740 -292.5000,1.0000,3312.8732,61.8310,62.0640,0.1294,0.0000,5,1356.2516,335.5786,675.4054,-89.0172,47.6610,95.9254,-12.6428,0.4257,40.8728,0.0000,40.8728,6.3625,40.8728,0.8670,0.0000,40.0059,0.0000,40.0059,6.7463,33.2596,0.0000,33.2596,0.1973,33.0623,0.0000,1.9412,11.4187,19.7024,9650.9670,9650.9670,9650.9670 -293.5000,1.0000,3330.2086,62.4075,62.7510,0.1908,0.0000,5,1368.8970,403.5759,677.4526,-89.7672,57.8528,97.1132,-12.8682,0.6334,50.8308,0.0000,50.8308,6.3886,50.8308,0.9265,0.0000,49.9043,0.0000,49.9043,6.8092,43.0951,0.0000,43.0951,0.2936,42.8015,0.0000,1.9593,11.5251,29.3170,11609.6707,11609.6707,11609.6707 -294.5000,1.0000,3347.7335,63.0895,63.4280,0.1881,0.0000,5,1383.8566,400.9276,706.4080,-90.6544,58.1013,102.3706,-13.1374,0.6310,50.9527,0.0000,50.9527,6.5176,50.9527,0.9388,0.0000,50.0139,0.0000,50.0139,6.8836,43.1304,0.0000,43.1304,0.2925,42.8378,0.0000,1.9807,11.6511,29.2060,11668.8324,11668.8324,11668.8324 -295.5000,1.0000,3365.4235,63.6840,63.9400,0.1422,0.0000,5,1396.8968,349.7089,706.8835,-91.4278,51.1564,103.4048,-13.3743,0.4817,44.1430,0.0000,44.1430,6.5317,44.1430,0.9150,0.0000,43.2280,0.0000,43.2280,6.9484,36.2796,0.0000,36.2796,0.2233,36.0563,0.0000,1.9994,11.7609,22.2960,10372.3954,10372.3954,10372.3954 -296.5000,1.0000,3383.2557,64.1960,64.4520,0.1422,0.0000,5,1408.1274,349.6380,689.6560,-92.0939,51.5572,101.6958,-13.5801,0.4856,44.5011,0.0000,44.5011,6.5705,44.5011,0.9256,0.0000,43.5755,0.0000,43.5755,7.0043,36.5713,0.0000,36.5713,0.2251,36.3462,0.0000,2.0155,11.8554,22.4753,10453.1178,10453.1178,10453.1178 -297.5000,1.0000,3401.2375,64.7345,65.0170,0.1569,0.0000,5,1419.9393,365.6547,692.2841,-92.7944,54.3713,102.9397,-13.7981,0.5403,47.2594,0.0000,47.2594,6.5715,47.2594,0.9488,0.0000,46.3106,0.0000,46.3106,7.0630,39.2476,0.0000,39.2476,0.2505,38.9971,0.0000,2.0324,11.9549,25.0098,10975.3979,10975.3979,10975.3979 -298.5000,1.0000,3419.3675,65.2680,65.5190,0.1394,0.0000,5,1431.6416,346.5387,700.1970,-93.4885,51.9535,104.9743,-14.0159,0.4840,44.7982,0.0000,44.7982,6.6712,44.7982,0.9458,0.0000,43.8524,0.0000,43.8524,7.1213,36.7312,0.0000,36.7312,0.2244,36.5068,0.0000,2.0491,12.0534,22.4043,10530.0714,10530.0714,10530.0714 -299.5000,1.0000,3437.6446,65.7975,66.0760,0.1547,0.0000,5,1443.2560,363.3870,695.8652,-94.1773,54.9214,105.1713,-14.2337,0.5414,47.6771,0.0000,47.6771,6.7029,47.6771,0.9695,0.0000,46.7075,0.0000,46.7075,7.1790,39.5285,0.0000,39.5285,0.2510,39.2775,0.0000,2.0658,12.1512,25.0606,11086.9633,11086.9633,11086.9633 -300.5000,1.0000,3456.0599,66.2950,66.5140,0.1217,0.0000,5,1454.1686,327.2346,703.5371,-94.8245,49.8314,107.1348,-14.4399,0.4290,42.5649,0.0000,42.5649,6.8374,42.5649,0.9528,0.0000,41.6121,0.0000,41.6121,7.2333,34.3788,0.0000,34.3788,0.1989,34.1800,0.0000,2.0814,12.2430,19.8555,10154.2607,10154.2607,10154.2607 -301.5000,1.0000,3474.6111,66.7845,67.0550,0.1503,0.0000,5,1464.9057,358.7295,693.4436,-95.4613,55.0307,106.3774,-14.6442,0.5338,47.6572,0.0000,47.6572,6.8398,47.6572,0.9870,0.0000,46.6702,0.0000,46.6702,7.2867,39.3835,0.0000,39.3835,0.2474,39.1360,0.0000,2.0967,12.3334,24.7058,11141.6469,11141.6469,11141.6469 -302.5000,1.0000,3493.3128,67.3260,67.5970,0.1506,0.0000,5,1476.7834,359.0496,707.1315,-96.1657,55.5264,109.3567,-14.8719,0.5391,48.0940,0.0000,48.0940,6.8934,48.0940,0.9989,0.0000,47.0951,0.0000,47.0951,7.3458,39.7493,0.0000,39.7493,0.2499,39.4994,0.0000,2.1138,12.4334,24.9522,11256.4423,11256.4423,11256.4423 -303.5000,1.0000,3512.1114,67.6750,67.7530,0.0433,0.0000,5,1484.4387,240.1294,706.6723,-96.6198,37.3281,109.8522,-15.0195,0.1560,30.2136,0.0000,30.2136,6.9586,30.2136,0.9158,0.0000,29.2978,0.0000,29.2978,7.3839,21.9140,0.0000,21.9140,0.0723,21.8416,0.0000,2.1247,12.4979,7.2190,7860.6150,7860.6150,7860.6150 -304.5000,1.0000,3530.8975,67.6300,67.5070,-0.0683,0.0000,5,1483.4516,116.0697,661.9998,-96.5612,18.0310,102.8395,-15.0005,-0.2458,11.3221,0.0000,11.3221,6.9547,11.3221,0.8205,0.0000,10.5016,0.0000,10.5016,7.3790,3.1226,0.0000,3.1226,-0.1139,3.2366,0.0000,2.1233,12.4896,-11.3763,4337.7418,4337.7418,4337.7418 -305.5000,1.0000,3549.5674,67.2115,66.9160,-0.1642,0.0000,5,1474.2719,10.3654,612.4710,-96.0168,1.6003,94.5566,-14.8236,-0.5868,-4.7519,0.0000,-4.7519,6.9390,-4.7519,0.8261,0.0000,-5.5780,0.0000,-5.5780,7.3333,-12.9113,0.0000,-12.9113,-0.2720,-12.6393,0.0000,2.1102,12.4123,-27.1618,2287.3424,2287.3424,2287.3424 -306.5000,1.0000,3568.0374,66.4920,66.0680,-0.2356,0.0000,0,1274.0108,-62.3504,395.2773,-84.1397,-8.3184,52.7356,-11.2254,-15.1609,0.0000,0.0000,0.0000,6.8425,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,7.2548,-7.2548,17.3204,-24.5752,-0.3862,-24.1890,0.0000,2.0876,12.2794,-38.5560,355.3077,355.3077,355.3077 -307.5000,1.0000,3586.2858,65.6945,65.3210,-0.2075,0.0000,6,1061.6564,-57.5702,404.2812,-71.0403,-6.4004,44.9465,-7.8980,-1.2110,-11.9435,0.0000,-11.9435,6.7541,-11.8016,0.7285,0.0000,-12.5301,0.0000,-12.5301,7.1678,-19.6979,0.0000,-19.6979,-0.3361,-19.3618,0.0000,2.0625,12.1321,-33.5565,178.5667,178.5667,178.5667 -308.5000,1.0000,3604.3033,64.8630,64.4050,-0.2544,0.0000,6,1035.7678,-69.1832,412.6707,-69.1872,-7.5040,44.7605,-7.5044,-0.4652,-13.6358,0.0000,-13.6358,6.5970,-13.6358,0.7363,0.0000,-14.3721,0.0000,-14.3721,7.0771,-21.4492,5.5702,-27.0193,-0.4069,-26.6124,0.0000,2.0364,11.9786,-40.6274,0.0000,0.0000,0.0000 -309.5000,1.0000,3622.1008,64.0710,63.7370,-0.1856,0.0000,6,1023.1207,-17.4042,405.0061,-68.2819,-1.8647,43.3927,-7.3158,-0.3351,-8.0542,0.0000,-8.0542,6.5246,-8.0542,0.6704,0.0000,-8.7247,0.0000,-8.7247,6.9907,-15.7153,0.0000,-15.7153,-0.2931,-15.4222,0.0000,2.0116,11.8323,-29.2661,781.3789,781.3789,781.3789 -310.5000,1.0000,3639.7115,63.3985,63.0600,-0.1881,0.0000,6,1012.3819,-20.6330,428.3281,-67.5131,-2.1874,45.4098,-7.1575,-0.3361,-8.3621,0.0000,-8.3621,6.5107,-8.3621,0.6651,0.0000,-9.0272,0.0000,-9.0272,6.9173,-15.9444,0.0000,-15.9444,-0.2939,-15.6505,0.0000,1.9904,11.7081,-29.3491,705.0675,705.0675,705.0675 -311.5000,1.0000,3657.1574,62.8050,62.5500,-0.1417,0.0000,6,1002.9045,48.2935,424.8539,-66.8347,5.0720,44.6198,-7.0192,-0.2508,-1.1137,0.0000,-1.1137,6.4365,-1.1137,0.5852,0.0000,-1.6989,0.0000,-1.6989,6.8525,-8.5514,0.0000,-8.5514,-0.2194,-8.3320,0.0000,1.9718,11.5985,-21.9024,1942.8275,1942.8275,1942.8275 -312.5000,1.0000,3674.4801,62.3620,62.1740,-0.1044,0.0000,6,995.8305,103.2693,457.6027,-66.8653,10.7692,47.7202,-6.9729,-0.1836,4.6069,0.0000,4.6069,6.3459,4.6069,0.5225,0.0000,4.0845,0.0000,4.0845,6.8042,-2.7197,0.0000,-2.7197,-0.1606,-2.5591,0.0000,1.9579,11.5167,-16.0337,2965.6397,2965.6397,2965.6397 -313.5000,1.0000,3691.7376,62.1270,62.0800,-0.0261,0.0000,6,992.0779,223.0249,485.7731,-67.0800,23.1701,50.4670,-6.9690,-0.0457,16.9172,0.0000,16.9172,6.2986,16.9172,0.7481,0.0000,16.1691,0.0000,16.1691,6.7785,9.3905,0.0000,9.3905,-0.0400,9.4305,0.0000,1.9505,11.4733,-3.9933,4911.0455,4911.0455,4911.0455 -314.5000,1.0000,3708.9618,62.0070,61.9340,-0.0406,0.0000,6,990.1616,201.4183,545.3222,-67.1896,20.8850,56.5442,-6.9669,-0.0709,14.6118,0.0000,14.6118,6.3441,14.6118,0.7008,0.0000,13.9109,0.0000,13.9109,6.7655,7.1455,0.0000,7.1455,-0.0620,7.2075,0.0000,1.9468,11.4512,-6.1904,4484.9434,4484.9434,4484.9434 -315.5000,1.0000,3726.1139,61.7475,61.5610,-0.1036,0.0000,6,986.0178,104.9580,531.2497,-67.4267,10.8375,54.8545,-6.9622,-0.1803,4.6862,0.0000,4.6862,6.3316,4.6862,0.5141,0.0000,4.1722,0.0000,4.1722,6.7371,-2.5650,0.0000,-2.5650,-0.1577,-2.4072,0.0000,1.9386,11.4032,-15.7491,2955.8329,2955.8329,2955.8329 -316.5000,1.0000,3743.1450,61.3120,61.0630,-0.1383,0.0000,6,979.0635,52.9204,478.1502,-67.8245,5.4258,49.0234,-6.9539,-0.2391,-0.5889,0.0000,-0.5889,6.2538,-0.5889,0.5614,0.0000,-1.1503,0.0000,-1.1503,6.6896,-7.8400,0.0000,-7.8400,-0.2091,-7.6309,0.0000,1.9249,11.3228,-20.8786,1963.9023,1963.9023,1963.9023 -317.5000,1.0000,3760.0149,60.7315,60.4000,-0.1842,0.0000,6,969.7937,-15.6222,446.0857,-68.3548,-1.5865,45.3029,-6.9419,-0.3153,-7.4374,0.0000,-7.4374,6.1661,-7.4374,0.6228,0.0000,-8.0602,0.0000,-8.0602,6.6263,-14.6865,0.0000,-14.6865,-0.2758,-14.4107,0.0000,1.9067,11.2156,-27.5330,737.2465,737.2465,737.2465 -318.5000,1.0000,3776.7110,60.1060,59.8120,-0.1633,0.0000,6,959.8054,15.6921,406.4629,-68.9261,1.5772,40.8538,-6.9278,-0.2767,-4.2802,0.0000,-4.2802,6.1341,-4.2802,0.5836,0.0000,-4.8638,0.0000,-4.8638,6.5580,-11.4218,0.0000,-11.4218,-0.2420,-11.1798,0.0000,1.8871,11.1001,-24.1670,1213.8507,1213.8507,1213.8507 -319.5000,1.0000,3793.2410,59.5080,59.2040,-0.1689,0.0000,6,950.2562,8.0985,418.2893,-69.4724,0.8059,41.6242,-6.9132,-0.2833,-5.0533,0.0000,-5.0533,6.1425,-5.0533,0.5841,0.0000,-5.6374,0.0000,-5.6374,6.4928,-12.1302,0.0000,-12.1302,-0.2478,-11.8824,0.0000,1.8683,10.9897,-24.7403,1105.2942,1105.2942,1105.2942 -320.5000,1.0000,3809.6503,59.0735,58.9430,-0.0725,0.0000,6,943.3179,152.6638,413.6209,-69.8693,15.0807,40.8591,-6.9020,-0.1207,9.1235,0.0000,9.1235,6.0779,9.1235,0.5626,0.0000,8.5610,0.0000,8.5610,6.4454,2.1156,0.0000,2.1156,-0.1056,2.2212,0.0000,1.8547,10.9094,-10.5429,3518.4490,3518.4490,3518.4490 -321.5000,1.0000,3826.0285,58.9615,58.9800,0.0103,0.0000,6,941.5294,279.3225,489.9774,-69.9716,27.5403,48.3102,-6.8990,0.0171,21.4885,0.0000,21.4885,6.0347,21.4885,0.8088,0.0000,20.6797,0.0000,20.6797,6.4332,14.2466,0.0000,14.2466,0.0149,14.2316,0.0000,1.8511,10.8887,1.4918,5730.4090,5730.4090,5730.4090 -322.5000,1.0000,3842.4324,59.0540,59.1280,0.0411,0.0000,6,943.0065,326.9223,556.5640,-69.8871,32.2840,54.9615,-6.9015,0.0684,26.1421,0.0000,26.1421,6.0735,26.1421,0.9028,0.0000,25.2393,0.0000,25.2393,6.4433,18.7961,0.0000,18.7961,0.0599,18.7362,0.0000,1.8540,10.9058,5.9764,6570.0233,6570.0233,6570.0233 -323.5000,1.0000,3858.9012,59.2880,59.4480,0.0889,0.0000,6,946.7432,400.7600,583.3207,-69.6734,39.7324,57.8320,-6.9076,0.1485,33.4330,0.0000,33.4330,6.1508,33.4330,1.0508,0.0000,32.3822,0.0000,32.3822,6.4688,25.9134,0.0000,25.9134,0.1299,25.7835,0.0000,1.8614,10.9490,12.9731,8089.1047,8089.1047,8089.1047 -324.5000,1.0000,3875.4675,59.6385,59.8290,0.1058,0.0000,6,952.3401,426.1200,623.3631,-69.3532,42.4964,62.1673,-6.9165,0.1779,36.1956,0.0000,36.1956,6.1229,36.1956,1.1094,0.0000,35.0862,0.0000,35.0862,6.5070,28.5792,0.0000,28.5792,0.1556,28.4236,0.0000,1.8724,11.0138,15.5374,8548.0915,8548.0915,8548.0915 -325.5000,1.0000,3892.1317,59.9910,60.1530,0.0900,0.0000,6,957.9690,401.5655,638.0310,-69.0312,40.2844,64.0062,-6.9251,0.1522,34.0009,0.0000,34.0009,6.1313,34.0009,1.0689,0.0000,32.9319,0.0000,32.9319,6.5455,26.3864,0.0000,26.3864,0.1331,26.2533,0.0000,1.8835,11.0789,13.2910,8191.8000,8191.8000,8191.8000 -326.5000,1.0000,3908.8611,60.2260,60.2990,0.0406,0.0000,6,961.7216,326.1315,626.1299,-68.8165,32.8451,63.0583,-6.9306,0.0688,26.5798,0.0000,26.5798,6.1964,26.5798,0.9228,0.0000,25.6571,0.0000,25.6571,6.5711,19.0859,0.0000,19.0859,0.0602,19.0257,0.0000,1.8908,11.1223,6.0126,6696.5045,6696.5045,6696.5045 -327.5000,1.0000,3925.6230,60.3430,60.3870,0.0244,0.0000,6,963.5900,301.5787,588.2168,-68.7096,30.4314,59.3551,-6.9333,0.0416,24.1653,0.0000,24.1653,6.2244,24.1653,0.8756,0.0000,23.2897,0.0000,23.2897,6.5839,16.7058,0.0000,16.7058,0.0364,16.6695,0.0000,1.8945,11.1439,3.6311,6288.5990,6288.5990,6288.5990 -328.5000,1.0000,3942.3647,60.2700,60.1530,-0.0650,0.0000,6,962.4243,163.9232,573.5412,-68.7763,16.5210,57.8043,-6.9316,-0.1104,10.4590,0.0000,10.4590,6.1724,10.4590,0.6008,0.0000,9.8582,0.0000,9.8582,6.5759,3.2823,0.0000,3.2823,-0.0966,3.3789,0.0000,1.8922,11.1304,-9.6437,3776.5364,3776.5364,3776.5364 -329.5000,1.0000,3959.0329,60.0055,59.8580,-0.0819,0.0000,6,958.2006,138.0797,500.7613,-69.0179,13.8553,50.2477,-6.9254,-0.1386,7.8327,0.0000,7.8327,6.1612,7.8327,0.5457,0.0000,7.2870,0.0000,7.2870,6.5471,0.7399,0.0000,0.7399,-0.1212,0.8611,0.0000,1.8839,11.0815,-12.1043,3352.5849,3352.5849,3352.5849 -330.5000,1.0000,3975.5940,59.6200,59.3820,-0.1322,0.0000,6,952.0447,61.6804,483.6699,-69.3701,6.1494,48.2209,-6.9161,-0.2222,0.3190,0.0000,0.3190,6.0526,0.3190,0.5317,0.0000,-0.2127,0.0000,-0.2127,6.5050,-6.7177,0.0000,-6.7177,-0.1944,-6.5234,0.0000,1.8718,11.0103,-19.4055,2053.4551,2053.4551,2053.4551 -331.5000,1.0000,3992.0612,59.2820,59.1820,-0.0556,0.0000,6,946.6473,178.1387,443.4456,-69.6788,17.6594,43.9600,-6.9075,-0.0928,11.7049,0.0000,11.7049,6.0473,11.7049,0.6162,0.0000,11.0887,0.0000,11.0887,6.4681,4.6206,0.0000,4.6206,-0.0812,4.7018,0.0000,1.8612,10.9479,-8.1074,3932.8107,3932.8107,3932.8107 -332.5000,1.0000,4008.4897,59.1425,59.1030,-0.0219,0.0000,6,944.4197,230.7189,503.6586,-69.8063,22.8180,49.8115,-6.9038,-0.0366,16.7202,0.0000,16.7202,6.1344,16.7202,0.7152,0.0000,16.0050,0.0000,16.0050,6.4529,9.5521,0.0000,9.5521,-0.0320,9.5841,0.0000,1.8568,10.9222,-3.1949,4789.9362,4789.9362,4789.9362 -333.5000,1.0000,4024.9194,59.1470,59.1910,0.0244,0.0000,6,944.4916,301.2345,531.8098,-69.8022,29.7942,52.5997,-6.9039,0.0408,23.6826,0.0000,23.6826,6.0709,23.6826,0.8545,0.0000,22.8281,0.0000,22.8281,6.4534,16.3747,0.0000,16.3747,0.0356,16.3391,0.0000,1.8570,10.9230,3.5591,6173.9352,6173.9352,6173.9352 -334.5000,1.0000,4041.3850,59.2760,59.3610,0.0472,0.0000,6,946.5515,335.8924,569.3140,-69.6843,33.2945,56.4319,-6.9073,0.0789,27.1601,0.0000,27.1601,6.0555,27.1601,0.9252,0.0000,26.2349,0.0000,26.2349,6.4675,19.7674,0.0000,19.7674,0.0690,19.6984,0.0000,1.8610,10.9468,6.8906,6773.3864,6773.3864,6773.3864 -335.5000,1.0000,4057.9340,59.5765,59.7920,0.1197,0.0000,6,951.3501,446.7790,590.2309,-69.4098,44.5104,58.8018,-6.9150,0.2010,38.2571,0.0000,38.2571,6.0523,38.2571,1.1501,0.0000,37.1070,0.0000,37.1070,6.5003,30.6068,0.0000,30.6068,0.1759,30.4309,0.0000,1.8704,11.0023,17.5582,8945.1207,8945.1207,8945.1207 -336.5000,1.0000,4074.5962,59.9840,60.1760,0.1067,0.0000,6,957.8573,427.3315,648.7197,-69.0376,42.8642,65.0708,-6.9249,0.1803,36.5333,0.0000,36.5333,6.1506,36.5333,1.1195,0.0000,35.4137,0.0000,35.4137,6.5447,28.8690,0.0000,28.8690,0.1577,28.7113,0.0000,1.8832,11.0776,15.7505,8626.2629,8626.2629,8626.2629 -337.5000,1.0000,4091.2911,60.1015,60.0270,-0.0414,0.0000,6,959.7336,200.2198,637.1313,-68.9303,20.1227,64.0336,-6.9277,-0.0701,14.0295,0.0000,14.0295,6.1633,14.0295,0.6706,0.0000,13.3589,0.0000,13.3589,6.5575,6.8014,0.0000,6.8014,-0.0613,6.8627,0.0000,1.8869,11.0993,-6.1235,4335.5486,4335.5486,4335.5486 -338.5000,1.0000,4107.9435,59.9485,59.8700,-0.0436,0.0000,6,957.2904,196.4832,519.9078,-69.0700,19.6969,52.1193,-6.9241,-0.0737,13.6553,0.0000,13.6553,6.1153,13.6553,0.6616,0.0000,12.9937,0.0000,12.9937,6.5409,6.4528,0.0000,6.4528,-0.0645,6.5173,0.0000,1.8821,11.0710,-6.4358,4266.2360,4266.2360,4266.2360 -339.5000,1.0000,4124.5193,59.6730,59.4760,-0.1094,0.0000,6,952.8910,96.3077,514.7661,-69.3217,9.6102,51.3667,-6.9174,-0.1841,3.6654,0.0000,3.6654,6.1289,3.6654,0.4989,0.0000,3.1665,0.0000,3.1665,6.5108,-3.3443,0.0000,-3.3443,-0.1610,-3.1832,0.0000,1.8735,11.0201,-16.0768,2722.8573,2722.8573,2722.8573 -340.5000,1.0000,4140.9250,59.0605,58.6450,-0.2308,0.0000,6,943.1103,-69.8812,455.8285,-69.8812,-6.9016,45.0187,-6.9016,-0.3843,-12.6021,0.0000,-12.6021,6.0847,-12.6021,0.6541,0.0000,-13.2562,0.0000,-13.2562,6.4440,-19.7002,1.4349,-21.1351,-0.3361,-20.7990,0.0000,1.8542,10.9070,-33.5602,0.0000,0.0000,0.0000 -341.5000,1.0000,4157.0908,58.1970,57.7490,-0.2489,0.0000,6,929.3215,-70.6673,378.8018,-70.6700,-6.8772,36.8644,-6.8775,-0.4083,-12.4393,0.0000,-12.4393,5.9704,-12.4393,0.6421,0.0000,-13.0814,0.0000,-13.0814,6.3498,-19.4312,4.0075,-23.4387,-0.3571,-23.0815,0.0000,1.8271,10.7475,-35.6562,0.0000,0.0000,0.0000 -342.5000,1.0000,4173.0146,57.3255,56.9020,-0.2353,0.0000,6,915.4049,-71.4661,384.5606,-71.4661,-6.8508,36.8644,-6.8508,-0.3802,-12.3574,0.0000,-12.3574,5.8868,-12.3574,0.6309,0.0000,-12.9883,0.0000,-12.9883,6.2547,-19.2430,1.9047,-21.1477,-0.3325,-20.8151,0.0000,1.7998,10.5866,-33.2015,0.0000,0.0000,0.0000 -343.5000,1.0000,4188.7269,56.5645,56.2270,-0.1875,0.0000,6,903.2528,-19.9753,389.7343,-72.1612,-1.8894,36.8644,-6.8256,-0.2989,-7.4036,0.0000,-7.4036,5.8131,-7.4036,0.5724,0.0000,-7.9760,0.0000,-7.9760,6.1716,-14.1476,0.0000,-14.1476,-0.2615,-13.8861,0.0000,1.7759,10.4461,-26.1081,634.0030,634.0030,634.0030 -344.5000,1.0000,4204.2715,55.9605,55.6940,-0.1481,0.0000,6,893.6078,38.6556,393.9409,-72.8044,3.6173,36.8644,-6.8129,-0.2335,-1.8925,0.0000,-1.8925,5.7434,-1.8925,0.5102,0.0000,-2.4027,0.0000,-2.4027,6.1057,-8.5084,0.0000,-8.5084,-0.2043,-8.3041,0.0000,1.7569,10.3345,-20.3956,1515.9880,1515.9880,1515.9880 -345.5000,1.0000,4219.6530,55.3735,55.0530,-0.1781,0.0000,6,884.2343,-6.0998,399.5269,-73.4746,-0.5648,36.9949,-6.8035,-0.2779,-5.9637,0.0000,-5.9637,5.6768,-5.9637,0.5440,0.0000,-6.5077,0.0000,-6.5077,6.0417,-12.5494,0.0000,-12.5494,-0.2431,-12.3063,0.0000,1.7385,10.2261,-24.2709,868.6934,868.6934,868.6934 -346.5000,1.0000,4234.8651,54.7635,54.4740,-0.1608,0.0000,6,874.4935,19.8239,402.5515,-74.1712,1.8154,36.8644,-6.7924,-0.2483,-3.5780,0.0000,-3.5780,5.6417,-3.5780,0.5130,0.0000,-4.0911,0.0000,-4.0911,5.9751,-10.0662,0.0000,-10.0662,-0.2172,-9.8491,0.0000,1.7193,10.1135,-21.6819,1248.0290,1248.0290,1248.0290 -347.5000,1.0000,4249.9026,54.1350,53.7960,-0.1883,0.0000,6,864.4572,-20.9726,407.2250,-74.8888,-1.8986,36.8644,-6.7794,-0.2874,-7.2035,0.0000,-7.2035,5.5924,-7.2035,0.5420,0.0000,-7.7455,0.0000,-7.7455,5.9066,-13.6521,0.0000,-13.6521,-0.2514,-13.4007,0.0000,1.6996,9.9974,-25.0977,606.0905,606.0905,606.0905 -348.5000,1.0000,4264.7454,53.4340,53.0720,-0.2011,0.0000,6,853.2633,-39.8255,412.5674,-75.6893,-3.5585,36.8644,-6.7631,-0.3029,-8.7930,0.0000,-8.7930,5.5373,-8.7930,0.5498,0.0000,-9.3428,0.0000,-9.3428,5.8301,-15.1729,0.0000,-15.1729,-0.2649,-14.9080,0.0000,1.6776,9.8679,-26.4535,277.0287,277.0287,277.0287 -349.5000,1.0000,4279.3793,52.6820,52.2920,-0.2167,0.0000,6,841.2549,-62.9492,418.4565,-76.5479,-5.5456,36.8644,-6.7436,-0.3217,-10.6887,0.0000,-10.6887,5.4648,-10.6887,0.5602,0.0000,-11.2489,0.0000,-11.2489,5.7480,-16.9969,0.0000,-16.9969,-0.2814,-16.7155,0.0000,1.6540,9.7291,-28.0985,0.0000,0.0000,0.0000 -350.5000,1.0000,4293.8189,51.9825,51.6730,-0.1719,0.0000,6,830.0849,3.8455,424.0875,-77.3467,0.3343,36.8644,-6.7235,-0.2519,-4.8258,0.0000,-4.8258,5.4120,-4.8258,0.4936,0.0000,-5.3194,0.0000,-5.3194,5.6717,-10.9911,0.0000,-10.9911,-0.2204,-10.7707,0.0000,1.6320,9.5999,-22.0026,1012.9183,1012.9183,1012.9183 -351.5000,1.0000,4308.0747,51.3210,50.9690,-0.1956,0.0000,6,819.5217,-31.2884,429.5537,-78.1020,-2.6852,36.8644,-6.7027,-0.2829,-7.7491,0.0000,-7.7491,5.3468,-7.7491,0.5154,0.0000,-8.2645,0.0000,-8.2645,5.5995,-13.8640,0.0000,-13.8640,-0.2474,-13.6166,0.0000,1.6113,9.4777,-24.7055,415.3635,415.3635,415.3635 -352.5000,1.0000,4322.1479,50.6635,50.3580,-0.1697,0.0000,6,809.0224,7.3637,435.1284,-78.8528,0.6239,36.8644,-6.6805,-0.2424,-4.4296,0.0000,-4.4296,5.2959,-4.4296,0.4748,0.0000,-4.9045,0.0000,-4.9045,5.5278,-10.4323,0.0000,-10.4323,-0.2120,-10.2203,0.0000,1.5906,9.3563,-21.1672,1056.2052,1056.2052,1056.2052 -353.5000,1.0000,4336.0128,49.9135,49.4690,-0.2469,0.0000,6,797.0460,-79.8123,441.6666,-79.8148,-6.6616,36.8644,-6.6619,-0.3474,-11.5828,0.0000,-11.5828,5.2686,-11.5828,0.5380,0.0000,-12.1208,0.0000,-12.1208,5.4460,-17.5668,2.2944,-19.8612,-0.3039,-19.5573,0.0000,1.5671,9.2178,-30.3422,0.0000,0.0000,0.0000 -354.5000,1.0000,4349.6339,49.0360,48.6030,-0.2406,0.0000,6,783.0336,-81.3168,449.5703,-81.3177,-6.6679,36.8644,-6.6680,-0.3325,-11.5167,0.0000,-11.5167,5.1812,-11.5167,0.5277,0.0000,-12.0443,0.0000,-12.0443,5.3502,-17.3945,1.3386,-18.7331,-0.2908,-18.4423,0.0000,1.5395,9.0557,-29.0375,0.0000,0.0000,0.0000 -355.5000,1.0000,4362.9829,48.0565,47.5100,-0.3036,0.0000,6,767.3924,-82.9954,458.7335,-82.9954,-6.6696,36.8644,-6.6696,-0.4113,-11.3734,0.0000,-11.3734,5.1151,-11.3734,0.5155,0.0000,-11.8889,0.0000,-11.8889,5.2433,-17.1322,8.7608,-25.8930,-0.3597,-25.5333,0.0000,1.5088,8.8748,-35.9169,0.0000,0.0000,0.0000 -356.5000,1.0000,4375.9501,46.6820,45.8540,-0.4600,0.0000,6,745.4437,-85.3496,472.2404,-85.3496,-6.6626,36.8644,-6.6626,-0.6053,-11.0744,0.0000,-11.0744,5.0171,-11.0744,0.4976,0.0000,-11.5720,0.0000,-11.5720,5.0934,-16.6654,26.6385,-43.3039,-0.5294,-42.7745,0.0000,1.4656,8.6210,-52.8611,0.0000,0.0000,0.0000 -357.5000,1.0000,4388.4611,45.0395,44.2250,-0.4525,0.0000,6,719.2153,-88.1628,489.4621,-88.1628,-6.6401,36.8644,-6.6401,-0.5745,-12.7497,0.0000,-12.7497,6.6841,-12.7497,0.5114,0.0000,-13.2611,0.0000,-13.2611,4.9142,-18.1752,22.7652,-40.9404,-0.5025,-40.4380,0.0000,1.4140,8.3177,-50.1697,0.0000,0.0000,0.0000 -358.5000,1.0000,4400.6043,43.7155,43.2060,-0.2831,0.0000,6,698.0730,-90.4305,504.2863,-90.4305,-6.6107,36.8644,-6.6107,-0.3488,-12.8112,0.0000,-12.8112,6.5493,-12.8112,0.5020,0.0000,-13.3132,0.0000,-13.3132,4.7697,-18.0829,3.2370,-21.3199,-0.3051,-21.0148,0.0000,1.3725,8.0732,-30.4605,0.0000,0.0000,0.0000 -359.5000,1.0000,4412.4639,42.6945,42.1830,-0.2842,0.0000,6,681.7691,-92.1792,516.3458,-92.1792,-6.5811,36.8644,-6.5811,-0.3420,-12.6232,0.0000,-12.6232,6.3841,-12.6232,0.4902,0.0000,-13.1134,0.0000,-13.1134,4.6583,-17.7718,3.1681,-20.9399,-0.2991,-20.6408,0.0000,1.3404,7.8846,-29.8658,0.0000,0.0000,0.0000 -360.5000,1.0000,4424.0375,41.6650,41.1470,-0.2878,0.0000,6,665.3295,-93.9425,529.1042,-93.9425,-6.5453,36.8644,-6.5453,-0.3380,-12.4637,0.0000,-12.4637,6.2564,-12.4637,0.4790,0.0000,-12.9427,0.0000,-12.9427,4.5460,-17.4887,3.3204,-20.8090,-0.2956,-20.5134,0.0000,1.3081,7.6945,-29.5160,0.0000,0.0000,0.0000 -361.5000,1.0000,4435.2849,40.4905,39.8340,-0.3647,0.0000,0,628.5289,77.0787,560.0835,-97.8897,5.0733,36.8644,-6.4430,-1.1012,0.0000,0.0000,0.0000,6.1744,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.4178,-4.4178,23.5508,-27.9686,-0.3641,-27.6045,0.0000,1.2712,7.4776,-36.3534,1557.8668,1557.8668,1557.8668 -362.5000,1.0000,4446.1654,39.1700,38.5060,-0.3689,0.0000,5,722.3110,-87.8308,487.3643,-87.8308,-6.6435,36.8644,-6.6435,5.4254,-18.2068,0.0000,-18.2068,6.1378,-21.6569,0.4395,0.0000,-22.0964,0.0000,-22.0964,4.2738,-26.3702,1.0921,-27.4623,-0.3562,-27.1060,0.0000,1.2298,7.2337,-35.5696,0.0000,0.0000,0.0000 -363.5000,1.0000,4456.8296,38.3910,38.2760,-0.0639,0.0000,5,842.0995,142.2850,418.0369,-76.4875,12.5473,36.8644,-6.7450,-0.1304,6.7409,0.0000,6.7409,5.9368,6.7409,0.3553,0.0000,6.3856,0.0000,6.3856,4.1888,2.1968,0.0000,2.1968,-0.0605,2.2573,0.0000,1.2053,7.0899,-6.0379,3022.0163,3022.0163,3022.0163 -364.5000,1.0000,4467.5586,38.6245,38.9730,0.1936,0.0000,5,847.2213,427.7133,447.7538,-76.1213,37.9471,39.7251,-6.7535,0.3977,31.6356,0.0000,31.6356,5.9138,31.6356,0.4827,0.0000,31.1529,0.0000,31.1529,4.2142,26.9387,0.0000,26.9387,0.1844,26.7543,0.0000,1.2126,7.1330,18.4087,7724.1828,7724.1828,7724.1828 -365.5000,1.0000,4478.5624,39.6135,40.2540,0.3558,0.0000,5,868.9148,607.7701,610.7612,-74.5701,55.3025,55.5747,-6.7853,0.7497,48.5446,0.0000,48.5446,6.0082,48.5446,0.5794,0.0000,47.9652,0.0000,47.9652,4.3592,43.6060,0.0000,43.6060,0.3475,43.2585,0.0000,1.2437,7.3156,34.6992,10992.0534,10992.0534,10992.0534 -366.5000,1.0000,4489.6786,40.0186,39.7832,-0.1308,0.0000,0,882.9641,48.6011,700.7902,-73.5655,4.4938,64.7977,-6.8021,0.0000,0.0000,0.0000,0.0000,4.4938,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.3663,-4.3663,0.0000,-4.3663,-0.1290,-4.2373,0.0000,1.2564,7.3904,-12.8841,1651.8010,1651.8010,1651.8010 -367.5000,1.0000,4500.9853,40.7039,41.6246,0.5115,0.0000,4,1117.1228,662.8194,662.8194,-74.8065,77.5398,77.5398,-8.7512,16.0641,56.8639,0.0000,56.8639,4.6119,67.2616,1.9813,0.0000,65.2803,0.0000,65.2803,4.7191,60.5612,0.0000,60.5612,0.5133,60.0479,0.0000,1.2779,7.5170,51.2530,15228.7004,15228.7004,15228.7004 -368.5000,1.0000,4512.9582,43.1024,44.5802,0.8210,0.0000,4,1399.2561,781.1158,781.1158,-91.5678,114.4567,114.4567,-13.4174,4.1224,105.6074,0.0000,105.6074,4.7269,105.6074,2.8082,0.0000,102.7992,0.0000,102.7992,5.5023,97.2969,0.0000,97.2969,0.8725,96.4244,0.0000,1.3532,7.9599,87.1113,22284.4682,22284.4682,22284.4682 -369.5000,1.0000,4525.6365,45.6421,46.7040,0.5899,0.0000,4,1481.7037,597.2411,856.9479,-96.4576,92.6701,132.9672,-14.9667,3.1368,84.6927,0.0000,84.6927,4.8407,84.6927,2.4563,0.0000,82.2364,0.0000,82.2364,5.4272,76.8092,0.0000,76.8092,0.6639,76.1453,0.0000,1.4330,8.4290,66.2834,18107.9762,18107.9762,18107.9762 -370.5000,1.0000,4538.7972,47.3785,48.0530,0.3747,0.0000,4,1538.0732,426.6078,801.8144,-99.8007,68.7123,129.1456,-16.0746,2.0682,61.6691,0.0000,61.6691,4.9750,61.6691,2.0428,0.0000,59.6263,0.0000,59.6263,5.2475,54.3787,0.0000,54.3787,0.4377,53.9410,0.0000,1.4875,8.7496,43.7039,13761.3810,13761.3810,13761.3810 -371.5000,1.0000,4552.2864,48.5610,49.0690,0.2822,0.0000,4,1576.4614,353.7532,754.5239,-102.0774,58.3999,124.5618,-16.8516,1.5966,51.7431,0.0000,51.7431,5.0603,51.7431,1.8770,0.0000,49.8660,0.0000,49.8660,5.2984,44.5676,0.0000,44.5676,0.3379,44.2297,0.0000,1.5246,8.9680,33.7371,11880.6277,11880.6277,11880.6277 -372.5000,1.0000,4565.8513,48.8336,48.5982,-0.1308,0.0000,0,1557.8122,10.9267,700.7199,-100.9714,1.7825,114.3110,-16.4718,-3.3618,0.0000,0.0000,0.0000,5.1443,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.3281,-5.3281,0.0000,-5.3281,-0.1575,-5.1706,0.0000,1.5332,9.0184,-15.7222,2492.7432,2492.7432,2492.7432 -373.5000,1.0000,4579.5043,49.1509,49.7036,0.3071,0.0000,5,1306.4549,391.9390,391.9390,-86.0639,53.6218,53.6218,-11.7745,-17.3472,65.7300,0.0000,65.7300,5.2390,54.2418,0.7358,0.0000,53.5061,0.0000,53.5061,5.3627,48.1433,0.0000,48.1433,0.3721,47.7712,0.0000,1.5431,9.0769,37.1511,10762.5789,10762.5789,10762.5789 -374.5000,1.0000,4593.5374,50.5193,51.3351,0.4532,0.0000,5,1108.1326,697.8460,697.8460,-74.2702,80.9804,80.9804,-8.6186,1.2177,74.4455,0.0000,74.4455,5.3172,74.4455,0.8566,0.0000,73.5889,0.0000,73.5889,5.7456,67.8434,0.0000,67.8434,0.5645,67.2789,0.0000,1.5861,9.3297,56.3631,15907.3786,15907.3786,15907.3786 -375.5000,1.0000,4608.0708,52.3200,53.3048,0.5471,0.0000,5,1147.6291,803.2681,803.2681,-76.6262,96.5363,96.5363,-9.2089,1.5225,89.5734,0.0000,89.5734,5.4404,89.5734,0.9589,0.0000,88.6145,0.0000,88.6145,6.1364,82.4781,0.0000,82.4781,0.7058,81.7724,0.0000,1.6426,9.6622,70.4675,18843.4383,18843.4383,18843.4383 -376.5000,1.0000,4623.1010,54.1089,54.9130,0.4467,0.0000,5,1186.8689,689.5824,851.0034,-78.9670,85.7073,105.7700,-9.8147,1.2855,78.8622,0.0000,78.8622,5.5595,78.8622,0.9325,0.0000,77.9297,0.0000,77.9297,6.1405,71.7892,0.0000,71.7892,0.5959,71.1933,0.0000,1.6988,9.9926,59.5019,16769.3108,16769.3108,16769.3108 -377.5000,1.0000,4638.5138,55.4860,56.0590,0.3183,0.0000,5,1217.0752,544.8407,803.5451,-80.7630,69.4409,102.4133,-10.2934,0.9394,62.8325,0.0000,62.8325,5.6690,62.8325,0.8737,0.0000,61.9589,0.0000,61.9589,6.0540,55.9049,0.0000,55.9049,0.4355,55.4694,0.0000,1.7420,10.2469,43.4805,13754.9845,13754.9845,13754.9845 -378.5000,1.0000,4654.2206,56.5445,57.0300,0.2697,0.0000,5,1240.2932,490.2994,743.9902,-82.1400,63.6816,96.6318,-10.6686,0.8111,57.1687,0.0000,57.1687,5.7018,57.1687,0.8620,0.0000,56.3067,0.0000,56.3067,6.1695,50.1373,0.0000,50.1373,0.3760,49.7613,0.0000,1.7753,10.4424,37.5436,12665.7213,12665.7213,12665.7213 -379.5000,1.0000,4670.1850,57.4720,57.9140,0.2456,0.0000,5,1260.6377,463.9865,723.2463,-83.3466,61.2526,95.4784,-11.0029,0.7506,54.6412,0.0000,54.6412,5.8608,54.6412,0.8641,0.0000,53.7771,0.0000,53.7771,6.2706,47.5064,0.0000,47.5064,0.3479,47.1585,0.0000,1.8044,10.6137,34.7404,12189.0897,12189.0897,12189.0897 -380.5000,1.0000,4686.4117,58.4160,58.9180,0.2789,0.0000,5,1281.3442,500.4472,715.6701,-84.5746,67.1510,96.0301,-11.3484,0.8665,60.4099,0.0000,60.4099,5.8747,60.4099,0.9082,0.0000,59.5017,0.0000,59.5017,6.3736,53.1281,0.0000,53.1281,0.4017,52.7264,0.0000,1.8340,10.7880,40.1044,13351.7563,13351.7563,13351.7563 -381.5000,1.0000,4702.8625,59.2230,59.5280,0.1694,0.0000,5,1299.0456,379.1811,731.3816,-85.6245,51.5822,99.4940,-11.6480,0.5337,45.0528,0.0000,45.0528,5.9956,45.0528,0.8445,0.0000,44.2083,0.0000,44.2083,6.4617,37.7466,0.0000,37.7466,0.2474,37.4992,0.0000,1.8594,10.9370,24.7028,10385.1901,10385.1901,10385.1901 -382.5000,1.0000,4719.4516,59.7205,59.9130,0.1069,0.0000,5,1309.9582,309.8569,682.4771,-86.2717,42.5057,93.6212,-11.8346,0.3397,36.1074,0.0000,36.1074,6.0586,36.1074,0.8080,0.0000,35.2994,0.0000,35.2994,6.5160,28.7834,0.0000,28.7834,0.1575,28.6260,0.0000,1.8750,11.0289,15.7221,8685.3594,8685.3594,8685.3594 -383.5000,1.0000,4736.0767,59.8505,59.7880,-0.0347,0.0000,5,1312.8097,152.7313,651.8603,-86.4408,20.9971,89.6159,-11.8836,-0.1105,14.9997,0.0000,14.9997,6.1078,14.9997,0.7046,0.0000,14.2952,0.0000,14.2952,6.5302,7.7650,0.0000,7.7650,-0.0512,7.8163,0.0000,1.8791,11.0529,-5.1157,4679.8522,4679.8522,4679.8522 -384.5000,1.0000,4752.6330,59.6025,59.4170,-0.1031,0.0000,5,1307.3699,76.5304,583.7483,-86.1182,10.4776,79.9195,-11.7902,-0.3267,4.7745,0.0000,4.7745,6.0298,4.7745,0.6649,0.0000,4.1096,0.0000,4.1096,6.5031,-2.3935,0.0000,-2.3935,-0.1514,-2.2421,0.0000,1.8713,11.0071,-15.1205,2941.3502,2941.3502,2941.3502 -385.5000,1.0000,4769.0945,59.2615,59.1060,-0.0864,0.0000,5,1299.8901,95.0037,550.1029,-85.6746,12.9323,74.8823,-11.6624,-0.2723,7.1976,0.0000,7.1976,6.0069,7.1976,0.6559,0.0000,6.5418,0.0000,6.5418,6.4659,0.0759,0.0000,0.0759,-0.1262,0.2021,0.0000,1.8606,10.9441,-12.6026,3220.8980,3220.8980,3220.8980 -386.5000,1.0000,4785.5253,59.1510,59.1960,0.0250,0.0000,5,1297.4663,218.6051,560.0604,-85.5308,29.7020,76.0956,-11.6211,0.0786,23.6477,0.0000,23.6477,5.9756,23.6477,0.7363,0.0000,22.9114,0.0000,22.9114,6.4538,16.4575,0.0000,16.4575,0.0365,16.4211,0.0000,1.8571,10.9237,3.6403,6283.5090,6283.5090,6283.5090 -387.5000,1.0000,4802.0011,59.3130,59.4300,0.0650,0.0000,5,1301.0197,263.2259,613.6277,-85.7416,35.8625,83.6022,-11.6816,0.2050,29.6419,0.0000,29.6419,6.0156,29.6419,0.7689,0.0000,28.8730,0.0000,28.8730,6.4715,22.4014,0.0000,22.4014,0.0951,22.3064,0.0000,1.8622,10.9536,9.4906,7438.1601,7438.1601,7438.1601 -388.5000,1.0000,4818.5699,59.6475,59.8650,0.1208,0.0000,5,1308.3569,325.1362,634.8543,-86.1767,44.5472,86.9819,-11.8071,0.3833,38.1329,0.0000,38.1329,6.0309,38.1329,0.8169,0.0000,37.3160,0.0000,37.3160,6.5080,30.8080,0.0000,30.8080,0.1777,30.6303,0.0000,1.8727,11.0154,17.7422,9065.7250,9065.7250,9065.7250 -389.5000,1.0000,4835.2605,60.0860,60.3070,0.1228,0.0000,5,1317.9753,327.1716,662.1530,-86.7472,45.1556,91.3891,-11.9727,0.3924,38.7078,0.0000,38.7078,6.0554,38.7078,0.8270,0.0000,37.8809,0.0000,37.8809,6.5559,31.3250,0.0000,31.3250,0.1819,31.1431,0.0000,1.8864,11.0964,18.1603,9181.6765,9181.6765,9181.6765 -390.5000,1.0000,4852.0925,60.5955,60.8840,0.1603,0.0000,5,1329.1511,369.0322,665.8257,-87.4100,51.3650,92.6752,-12.1665,0.5165,44.7173,0.0000,44.7173,6.1312,44.7173,0.8655,0.0000,43.8518,0.0000,43.8518,6.6114,37.2404,0.0000,37.2404,0.2395,37.0009,0.0000,1.9024,11.1905,23.9080,10327.0987,10327.0987,10327.0987 -391.5000,1.0000,4869.1086,61.2580,61.6320,0.2078,0.0000,5,1343.6830,421.8013,686.1460,-88.2718,59.3517,96.5477,-12.4207,0.6769,52.4812,0.0000,52.4812,6.1936,52.4812,0.9154,0.0000,51.5658,0.0000,51.5658,6.6837,44.8821,0.0000,44.8821,0.3138,44.5683,0.0000,1.9232,11.3128,31.3322,11868.7235,11868.7235,11868.7235 -392.5000,1.0000,4886.3278,61.9890,62.3460,0.1983,0.0000,5,1359.7173,410.9723,709.4924,-89.2228,58.5180,101.0241,-12.7044,0.6539,51.6491,0.0000,51.6491,6.2151,51.6491,0.9235,0.0000,50.7256,0.0000,50.7256,6.7635,43.9621,0.0000,43.9621,0.3031,43.6590,0.0000,1.9462,11.4478,30.2649,11723.8248,11723.8248,11723.8248 -393.5000,1.0000,4903.7343,62.6635,62.9810,0.1764,0.0000,5,1374.5123,386.9326,707.4078,-90.1003,55.6945,101.8233,-12.9689,0.5879,48.7791,0.0000,48.7791,6.3275,48.7791,0.9206,0.0000,47.8585,0.0000,47.8585,6.8371,41.0214,0.0000,41.0214,0.2725,40.7489,0.0000,1.9674,11.5724,27.2092,11204.9545,11204.9545,11204.9545 -394.5000,1.0000,4921.2913,63.2050,63.4290,0.1244,0.0000,5,1386.3900,328.4995,699.3215,-90.8047,47.6924,101.5292,-13.1832,0.4183,41.0001,0.0000,41.0001,6.2739,41.0001,0.8910,0.0000,40.1091,0.0000,40.1091,6.8962,33.2130,0.0000,33.2130,0.1939,33.0190,0.0000,1.9844,11.6724,19.3623,9698.6694,9698.6694,9698.6694 -395.5000,1.0000,4938.9467,63.5595,63.6900,0.0725,0.0000,5,1394.1659,271.1484,677.4129,-91.2659,39.5868,98.9001,-13.3245,0.2451,32.9823,0.0000,32.9823,6.3594,32.9823,0.8570,0.0000,32.1253,0.0000,32.1253,6.9348,25.1905,0.0000,25.1905,0.1136,25.0769,0.0000,1.9955,11.7379,11.3435,8205.4786,8205.4786,8205.4786 -396.5000,1.0000,4956.6393,63.6935,63.6970,0.0019,0.0000,5,1397.1052,192.6557,654.5486,-91.4402,28.1864,95.7634,-13.3781,0.0066,21.8232,0.0000,21.8232,6.3566,21.8232,0.8035,0.0000,21.0197,0.0000,21.0197,6.9495,14.0702,0.0000,14.0702,0.0031,14.0672,0.0000,1.9997,11.7626,0.3049,6096.0366,6096.0366,6096.0366 -397.5000,1.0000,4974.3406,63.7245,63.7520,0.0153,0.0000,5,1397.7852,207.4705,624.7381,-91.4805,30.3686,91.4465,-13.3905,0.0518,23.9572,0.0000,23.9572,6.3597,23.9572,0.8147,0.0000,23.1425,0.0000,23.1425,6.9528,16.1896,0.0000,16.1896,0.0240,16.1656,0.0000,2.0007,11.7683,2.3966,6493.0132,6493.0132,6493.0132 -398.5000,1.0000,4992.0570,63.7790,63.8060,0.0150,0.0000,5,1398.9806,207.0694,630.7424,-91.5514,30.3359,92.4043,-13.4124,0.0509,23.9338,0.0000,23.9338,6.3512,23.9338,0.8155,0.0000,23.1182,0.0000,23.1182,6.9588,16.1594,0.0000,16.1594,0.0236,16.1358,0.0000,2.0024,11.7784,2.3550,6490.0141,6490.0141,6490.0141 -399.5000,1.0000,5009.8073,63.9010,63.9960,0.0528,0.0000,5,1401.6567,248.8635,632.1135,-91.7101,36.5285,92.7823,-13.4613,0.1794,30.0126,0.0000,30.0126,6.3366,30.0126,0.8480,0.0000,29.1645,0.0000,29.1645,6.9721,22.1924,0.0000,22.1924,0.0831,22.1093,0.0000,2.0062,11.8009,8.3021,7644.6099,7644.6099,7644.6099 -400.5000,1.0000,5027.6261,64.1480,64.3000,0.0844,0.0000,5,1407.0746,284.5397,650.0825,-92.0315,41.9265,95.7887,-13.5607,0.2881,35.2061,0.0000,35.2061,6.4323,35.2061,0.8783,0.0000,34.3278,0.0000,34.3278,6.9991,27.3288,0.0000,27.3288,0.1336,27.1952,0.0000,2.0140,11.8465,13.3347,8643.9924,8643.9924,8643.9924 -401.5000,1.0000,5045.5463,64.5125,64.7250,0.1181,0.0000,5,1415.0698,322.2283,666.1179,-92.5056,47.7496,98.7092,-13.7080,0.4051,40.8268,0.0000,40.8268,6.5178,40.8268,0.9127,0.0000,39.9141,0.0000,39.9141,7.0388,32.8753,0.0000,32.8753,0.1878,32.6875,0.0000,2.0254,11.9139,18.7482,9746.7038,9746.7038,9746.7038 -402.5000,1.0000,5063.5823,64.9295,65.1340,0.1136,0.0000,5,1424.2166,316.6411,682.0996,-93.0481,47.2250,101.7308,-13.8775,0.3923,40.3723,0.0000,40.3723,6.4603,40.3723,0.9177,0.0000,39.4546,0.0000,39.4546,7.0843,32.3703,0.0000,32.3703,0.1819,32.1884,0.0000,2.0385,11.9909,18.1590,9656.0587,9656.0587,9656.0587 -403.5000,1.0000,5081.6809,65.1550,65.1760,0.0117,0.0000,5,1429.1629,203.4336,678.9732,-93.3415,30.4462,101.6162,-13.9696,0.0404,23.9164,0.0000,23.9164,6.4894,23.9164,0.8394,0.0000,23.0770,0.0000,23.0770,7.1089,15.9681,0.0000,15.9681,0.0187,15.9493,0.0000,2.0456,12.0325,1.8712,6540.2420,6540.2420,6540.2420 -404.5000,1.0000,5099.8298,65.3360,65.4960,0.0889,0.0000,5,1433.1331,289.1658,639.4860,-93.5769,43.3972,95.9724,-14.0438,0.3089,36.5915,0.0000,36.5915,6.4968,36.5915,0.9060,0.0000,35.6856,0.0000,35.6856,7.1287,28.5569,0.0000,28.5569,0.1432,28.4137,0.0000,2.0513,12.0659,14.2965,8942.3922,8942.3922,8942.3922 -405.5000,1.0000,5118.1021,65.7805,66.0650,0.1581,0.0000,5,1442.8832,366.3072,674.9614,-94.1552,55.3484,101.9856,-14.2267,0.5530,48.2126,0.0000,48.2126,6.5829,48.2126,0.9719,0.0000,47.2407,0.0000,47.2407,7.1772,40.0635,0.0000,40.0635,0.2563,39.8071,0.0000,2.0652,12.1480,25.5939,11169.7732,11169.7732,11169.7732 -406.5000,1.0000,5136.5542,66.4275,66.7900,0.2014,0.0000,5,1457.0750,414.6733,706.7614,-94.9969,63.2727,107.8409,-14.4951,0.7115,55.8840,0.0000,55.8840,6.6773,55.8840,1.0217,0.0000,54.8622,0.0000,54.8622,7.2478,47.6145,0.0000,47.6145,0.3298,47.2846,0.0000,2.0855,12.2675,32.9316,12682.9405,12682.9405,12682.9405 -407.5000,1.0000,5155.2692,67.3740,67.9580,0.3244,0.0000,5,1477.8363,551.6737,730.2631,-96.2282,85.3763,113.0145,-14.8921,1.1626,77.4037,0.0000,77.4037,6.8100,77.4037,1.1463,0.0000,76.2574,0.0000,76.2574,7.3510,68.9064,0.0000,68.9064,0.5389,68.3674,0.0000,2.1153,12.4423,53.8099,16748.4066,16748.4066,16748.4066 -408.5000,1.0000,5174.3292,68.6160,69.2740,0.3656,0.0000,5,1505.0793,597.4209,781.9809,-97.8439,94.1604,123.2492,-15.4213,1.3340,85.9778,0.0000,85.9778,6.8486,85.9778,1.2117,0.0000,84.7662,0.0000,84.7662,7.5760,77.1902,0.0000,77.1902,0.6184,76.5718,0.0000,2.1543,12.6717,61.7459,18404.6579,18404.6579,18404.6579 -409.5000,1.0000,5193.7252,69.8255,70.3770,0.3064,0.0000,5,1531.6095,531.6381,799.6535,-99.4174,85.2693,128.2562,-15.9455,1.1378,77.0869,0.0000,77.0869,7.0446,77.0869,1.1894,0.0000,75.8975,0.0000,75.8975,7.6185,68.2790,0.0000,68.2790,0.5275,67.7516,0.0000,2.1922,12.8950,52.6643,16816.9058,16816.9058,16816.9058 -410.5000,1.0000,5213.3692,70.7185,71.0600,0.1897,0.0000,5,1551.1973,401.6460,779.4743,-100.5791,65.2438,126.6186,-16.3382,0.7136,57.4627,0.0000,57.4627,7.0675,57.4627,1.1079,0.0000,56.3548,0.0000,56.3548,7.7159,48.6389,0.0000,48.6389,0.3308,48.3081,0.0000,2.2203,13.0600,33.0279,13159.9979,13159.9979,13159.9979 -411.5000,1.0000,5233.2241,71.4775,71.8950,0.2319,0.0000,5,1567.8458,448.5546,742.3351,-101.5665,73.6457,121.8799,-16.6756,0.8817,65.6261,0.0000,65.6261,7.1378,65.6261,1.1629,0.0000,64.4632,0.0000,64.4632,7.7988,56.6645,0.0000,56.6645,0.4087,56.2557,0.0000,2.2441,13.2001,40.8115,14698.6397,14698.6397,14698.6397 -412.5000,1.0000,5253.1085,71.5840,71.2730,-0.1728,0.0000,0,1561.7448,35.3337,744.0521,-101.2046,5.7787,121.6864,-16.5516,-1.4634,0.0000,0.0000,0.0000,7.2421,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,7.8104,-7.8104,7.4735,-15.2839,-0.3049,-14.9790,0.0000,2.2474,13.2198,-30.4462,2939.9019,2939.9019,2939.9019 -413.5000,1.0000,5272.7718,70.7880,70.3030,-0.2694,0.0000,6,1334.5613,-87.7308,415.7297,-87.7308,-12.2608,58.1003,-12.2608,-17.3686,-0.6451,0.0000,-0.6451,5.7529,-0.5464,0.6823,0.0000,-1.2288,0.0000,-1.2288,7.7235,-8.9523,23.1752,-32.1275,-0.4703,-31.6572,0.0000,2.2224,13.0728,-46.9524,0.0000,0.0000,0.0000 -414.5000,1.0000,5292.1581,69.7905,69.2780,-0.2847,0.0000,6,1114.4528,-74.6472,412.9342,-74.6472,-8.7117,48.1916,-8.7117,-0.5601,-13.4617,0.0000,-13.4617,5.3101,-13.4617,0.7983,0.0000,-14.2600,0.0000,-14.2600,7.6147,-21.8747,12.3332,-34.2078,-0.4899,-33.7179,0.1179,2.1911,12.8886,-48.9155,0.0000,0.0000,0.0000 -415.5000,1.0000,5311.1177,68.2545,67.2310,-0.5686,0.0000,6,1089.9251,-73.0639,413.4851,-73.0639,-8.3393,47.1938,-8.3393,-1.0939,-12.5754,0.0000,-12.5754,5.3301,-12.5754,0.7693,0.0000,-13.3446,0.0000,-13.3446,7.4471,-20.7917,60.7740,-81.5657,-0.9569,-80.6089,0.1812,2.1429,12.6049,-95.5379,0.0000,0.0000,0.0000 -416.5000,1.0000,5329.6568,66.7410,66.2510,-0.2722,0.0000,6,1065.7567,-71.3339,413.1816,-71.3339,-7.9613,46.1135,-7.9613,-0.5121,-12.5419,0.0000,-12.5419,5.0927,-12.5419,0.7493,0.0000,-13.2912,0.0000,-13.2912,7.2820,-20.5732,10.0012,-30.5744,-0.4479,-30.1265,0.1772,2.0954,12.3254,-44.7245,0.0000,0.0000,0.0000 -417.5000,1.0000,5348.0253,66.1265,66.0020,-0.0692,0.0000,6,1055.9441,142.3414,415.8337,-70.6314,15.7399,45.9821,-7.8103,-0.1289,10.8298,0.0000,10.8298,5.0390,10.8298,0.6667,0.0000,10.1631,0.0000,10.1631,7.2149,2.9481,0.0000,2.9481,-0.1128,3.0609,0.0319,2.0761,12.2119,-11.2590,3633.8265,3633.8265,3633.8265 -418.5000,1.0000,5366.3963,66.1355,66.2690,0.0742,0.0000,6,1056.0878,361.5565,523.9357,-70.6417,39.9857,57.9438,-7.8125,0.1383,34.8486,0.0000,34.8486,4.9988,34.8486,1.1472,0.0000,33.7014,0.0000,33.7014,7.2159,26.4855,0.0000,26.4855,0.1209,26.3646,0.0000,2.0764,12.2136,12.0746,8066.8712,8066.8712,8066.8712 -419.5000,1.0000,5384.8405,66.3990,66.5290,0.0722,0.0000,6,1060.2955,358.7417,631.4697,-70.9429,39.8325,70.1145,-7.8771,0.1352,34.6608,0.0000,34.6608,5.0365,34.6608,1.1462,0.0000,33.5147,0.0000,33.5147,7.2447,26.2700,0.0000,26.2700,0.1182,26.1518,0.0000,2.0846,12.2623,11.8049,8035.5605,8035.5605,8035.5605 -420.5000,1.0000,5403.4067,66.8385,67.1480,0.1719,0.0000,6,1067.3137,511.4032,632.6984,-71.4453,57.1589,70.7160,-7.9854,0.3239,51.8021,0.0000,51.8021,5.0329,51.8021,1.4935,0.0000,50.3085,0.0000,50.3085,7.2926,43.0159,0.0000,43.0159,0.2833,42.7326,0.0000,2.0984,12.3434,28.2907,11387.6189,11387.6189,11387.6189 -421.5000,1.0000,5422.1753,67.5670,67.9860,0.2328,0.0000,6,1078.9467,604.5368,708.2044,-72.2780,68.3048,80.0179,-8.1665,0.4433,62.7975,0.0000,62.7975,5.0640,62.7975,1.7210,0.0000,61.0765,0.0000,61.0765,7.3721,53.7044,0.0000,53.7044,0.3878,53.3166,0.0000,2.1213,12.4780,38.7173,13541.7612,13541.7612,13541.7612 -422.5000,1.0000,5441.2166,68.5485,69.1110,0.3125,0.0000,6,1094.6199,726.8961,754.8709,-73.3999,83.3229,86.5296,-8.4137,0.6038,77.5780,0.0000,77.5780,5.1411,77.5780,2.0270,0.0000,75.5510,0.0000,75.5510,7.4792,68.0718,0.0000,68.0718,0.5281,67.5437,0.0000,2.1521,12.6592,52.7324,16322.7580,16322.7580,16322.7580 -423.5000,1.0000,5460.5773,69.6985,70.2860,0.3264,0.0000,6,1112.9837,748.0274,813.3973,-74.5596,87.1836,94.8026,-8.6900,0.6412,81.3398,0.0000,81.3398,5.2026,81.3398,2.1144,0.0000,79.2254,0.0000,79.2254,7.6047,71.6207,0.0000,71.6207,0.5609,71.0598,0.0000,2.1882,12.8716,56.0000,17013.1638,17013.1638,17013.1638 -424.5000,1.0000,5480.2185,70.7085,71.1310,0.2347,0.0000,6,1129.1119,623.5944,823.8440,-75.5217,73.7340,97.4116,-8.9297,0.4678,66.0781,0.0000,66.0781,7.1881,66.0781,1.8200,0.0000,64.2580,0.0000,64.2580,7.7149,56.5432,0.0000,56.5432,0.4092,56.1340,0.0000,2.2199,13.0581,40.8559,14526.2997,14526.2997,14526.2997 -425.5000,1.0000,5500.0553,71.4125,71.6940,0.1564,0.0000,6,1140.3538,502.2400,767.4842,-76.1923,59.9763,91.6511,-9.0987,0.3148,52.5464,0.0000,52.5464,7.1151,52.5464,1.5570,0.0000,50.9894,0.0000,50.9894,7.7917,43.1977,0.0000,43.1977,0.2753,42.9224,0.0000,2.2420,13.1881,27.4922,11943.5118,11943.5118,11943.5118 -426.5000,1.0000,5520.0505,71.9825,72.2710,0.1603,0.0000,6,1149.4559,508.8757,713.0851,-76.7352,61.2537,85.8346,-9.2367,0.3252,53.6782,0.0000,53.6782,7.2503,53.6782,1.5859,0.0000,52.0924,0.0000,52.0924,7.8539,44.2385,0.0000,44.2385,0.2844,43.9541,0.0000,2.2599,13.2934,28.4007,12170.8263,12170.8263,12170.8263 -427.5000,1.0000,5540.2381,72.6755,73.0800,0.2247,0.0000,6,1160.5221,607.2248,718.3139,-77.3953,73.7958,87.2964,-9.4058,0.4603,66.0801,0.0000,66.0801,7.2553,66.0801,1.8415,0.0000,64.2386,0.0000,64.2386,7.9295,56.3092,0.0000,56.3092,0.4027,55.9065,0.0000,2.2817,13.4214,40.2034,14573.8770,14573.8770,14573.8770 -428.5000,1.0000,5560.6407,73.4495,73.8190,0.2053,0.0000,6,1172.8817,577.3508,764.0536,-78.1326,70.9125,93.8440,-9.5966,0.4250,63.1636,0.0000,63.1636,7.3239,63.1636,1.7917,0.0000,61.3719,0.0000,61.3719,8.0139,53.3579,0.0000,53.3579,0.3717,52.9862,0.0000,2.3060,13.5643,37.1159,14033.7236,14033.7236,14033.7236 -429.5000,1.0000,5581.2603,74.2305,74.6420,0.2286,0.0000,6,1185.3532,613.2951,752.3976,-78.8766,76.1283,93.3950,-9.7909,0.4783,68.2326,0.0000,68.2326,7.4173,68.2326,1.9018,0.0000,66.3309,0.0000,66.3309,8.0991,58.2317,0.0000,58.2317,0.4184,57.8133,0.0000,2.3305,13.7085,41.7743,15009.7394,15009.7394,15009.7394 -430.5000,1.0000,5602.0673,74.9050,75.1680,0.1461,0.0000,6,1196.1239,486.6754,768.9261,-79.5191,60.9599,96.3140,-9.9604,0.3085,53.1772,0.0000,53.1772,7.4742,53.1772,1.6082,0.0000,51.5690,0.0000,51.5690,8.1727,43.3962,0.0000,43.3962,0.2698,43.1264,0.0000,2.3517,13.8331,26.9416,12141.8977,12141.8977,12141.8977 -431.5000,1.0000,5623.0099,75.3935,75.6190,0.1253,0.0000,6,1203.9246,455.0692,713.4138,-79.9830,57.3727,89.9434,-10.0838,0.2662,49.5410,0.0000,49.5410,7.5655,49.5410,1.5410,0.0000,48.0000,0.0000,48.0000,8.2260,39.7740,0.0000,39.7740,0.2329,39.5411,0.0000,2.3670,13.9233,23.2508,11448.9006,11448.9006,11448.9006 -432.5000,1.0000,5644.0486,75.7395,75.8600,0.0669,0.0000,6,1209.4497,364.6566,699.4964,-80.3107,46.1850,88.5935,-10.1716,0.1429,38.5607,0.0000,38.5607,7.4814,38.5607,1.3253,0.0000,37.2354,0.0000,37.2354,8.2638,28.9716,0.0000,28.9716,0.1250,28.8466,0.0000,2.3779,13.9872,12.4815,9303.4091,9303.4091,9303.4091 -433.5000,1.0000,5665.1634,76.0130,76.1660,0.0850,0.0000,6,1213.8171,377.2342,660.2677,-80.5697,47.9505,83.9270,-10.2413,0.1821,42.1830,0.0000,42.1830,5.5853,42.1830,1.4008,0.0000,40.7822,0.0000,40.7822,8.2936,32.4886,0.0000,32.4886,0.1593,32.3293,0.0000,2.3865,14.0377,15.9051,9631.9679,9631.9679,9631.9679 -434.5000,1.0000,5686.3795,76.3780,76.5900,0.1178,0.0000,6,1219.6456,427.2083,667.1043,-80.9154,54.5635,85.2032,-10.3346,0.2536,48.7386,0.0000,48.7386,5.5713,48.7386,1.5361,0.0000,47.2025,0.0000,47.2025,8.3334,38.8691,0.0000,38.8691,0.2218,38.6473,0.0000,2.3979,14.1051,22.1442,10906.7948,10906.7948,10906.7948 -435.5000,1.0000,5707.7480,76.9265,77.2630,0.1869,0.0000,6,1228.4044,533.5735,691.1267,-81.4349,68.6379,88.9053,-10.4756,0.4054,62.5900,0.0000,62.5900,5.6426,62.5900,1.8194,0.0000,60.7706,0.0000,60.7706,8.3933,52.3773,0.0000,52.3773,0.3546,52.0228,0.0000,2.4152,14.2064,35.4012,13601.3728,13601.3728,13601.3728 -436.5000,1.0000,5729.3257,77.6800,78.0970,0.2317,0.0000,6,1240.4366,602.2595,739.1951,-82.1485,78.2324,96.0201,-10.6709,0.5072,72.0200,0.0000,72.0200,5.7051,72.0200,2.0166,0.0000,70.0034,0.0000,70.0034,8.4755,61.5279,0.0000,61.5279,0.4437,61.0842,0.0000,2.4388,14.3456,44.2998,15416.1117,15416.1117,15416.1117 -437.5000,1.0000,5751.1030,78.3980,78.6990,0.1672,0.0000,6,1251.9021,503.2884,769.2464,-82.8285,65.9805,100.8473,-10.8587,0.3695,59.8707,0.0000,59.8707,5.7403,59.8707,1.7820,0.0000,58.0888,0.0000,58.0888,8.5538,49.5349,0.0000,49.5349,0.3232,49.2117,0.0000,2.4614,14.4782,32.2722,13116.9273,13116.9273,13116.9273 -438.5000,1.0000,5773.0364,78.9605,79.2220,0.1453,0.0000,6,1260.8844,469.9064,727.8071,-83.3612,62.0462,96.0993,-11.0070,0.3233,55.9066,0.0000,55.9066,5.8163,55.9066,1.7092,0.0000,54.1974,0.0000,54.1974,8.6152,45.5822,0.0000,45.5822,0.2828,45.2994,0.0000,2.4790,14.5821,28.2383,12345.9589,12345.9589,12345.9589 -439.5000,1.0000,5795.0932,79.4045,79.5870,0.1014,0.0000,6,1267.9744,402.3276,714.0556,-83.7817,53.4219,94.8137,-11.1247,0.2269,47.3813,0.0000,47.3813,5.8137,47.3813,1.5439,0.0000,45.8374,0.0000,45.8374,8.6637,37.1737,0.0000,37.1737,0.1985,36.9752,0.0000,2.4930,14.6640,19.8182,10712.0792,10712.0792,10712.0792 -440.5000,1.0000,5817.2518,79.7710,79.9550,0.1022,0.0000,6,1273.8269,403.5514,686.2173,-84.1288,53.8317,91.5378,-11.2223,0.2298,47.7702,0.0000,47.7702,5.8316,47.7702,1.5560,0.0000,46.2142,0.0000,46.2142,8.7036,37.5106,0.0000,37.5106,0.2010,37.3095,0.0000,2.5045,14.7317,20.0733,10791.1138,10791.1138,10791.1138 -441.5000,1.0000,5839.5014,80.0985,80.2420,0.0797,0.0000,6,1279.0566,369.6540,687.2795,-84.4390,49.5124,92.0559,-11.3100,0.1800,43.3954,0.0000,43.3954,5.9370,43.3954,1.4723,0.0000,41.9231,0.0000,41.9231,8.7394,33.1837,0.0000,33.1837,0.1574,33.0263,0.0000,2.5148,14.7922,15.7193,9972.6833,9972.6833,9972.6833 -442.5000,1.0000,5861.8253,80.3660,80.4900,0.0689,0.0000,6,1283.3282,352.4967,673.5110,-84.6923,47.3720,90.5130,-11.3818,0.1561,41.3326,0.0000,41.3326,5.8833,41.3326,1.4342,0.0000,39.8984,0.0000,39.8984,8.7686,31.1298,0.0000,31.1298,0.1365,30.9933,0.0000,2.5232,14.8416,13.6286,9569.6799,9569.6799,9569.6799 -443.5000,1.0000,5884.1891,80.5095,80.5290,0.0108,0.0000,6,1285.6197,263.7932,665.8949,-84.8282,35.5144,89.6493,-11.4204,0.0246,29.5488,0.0000,29.5488,5.9411,29.5488,1.2002,0.0000,28.3485,0.0000,28.3485,8.7842,19.5643,0.0000,19.5643,0.0215,19.5428,0.0000,2.5277,14.8681,2.1470,7351.9366,7351.9366,7351.9366 -444.5000,1.0000,5906.5457,80.4840,80.4390,-0.0250,0.0000,6,1285.2125,208.5101,627.7242,-84.8041,28.0628,84.4836,-11.4135,-0.0567,22.2224,0.0000,22.2224,5.8971,22.2224,1.0534,0.0000,21.1690,0.0000,21.1690,8.7814,12.3875,0.0000,12.3875,-0.0496,12.4371,0.0000,2.5269,14.8634,-4.9531,5957.9536,5957.9536,5957.9536 -445.5000,1.0000,5928.8899,80.4390,80.4390,0.0000,0.0000,6,1284.4939,246.8141,604.4604,-84.7614,33.1994,81.3071,-11.4014,0.0000,27.3117,0.0000,27.3117,5.8877,27.3117,1.1547,0.0000,26.1571,0.0000,26.1571,8.7765,17.3805,0.0000,17.3805,0.0000,17.3805,0.0000,2.5254,14.8551,0.0000,6913.3382,6913.3382,6913.3382 -446.5000,1.0000,5951.2273,80.4145,80.3900,-0.0136,0.0000,6,1284.1026,225.8568,620.4531,-84.7382,30.3712,83.4329,-11.3948,-0.0309,24.5264,0.0000,24.5264,5.8756,24.5264,1.0987,0.0000,23.4277,0.0000,23.4277,8.7739,14.6539,0.0000,14.6539,-0.0270,14.6809,0.0000,2.5247,14.8506,-2.6944,6378.6286,6378.6286,6378.6286 -447.5000,1.0000,5973.5335,80.3025,80.2150,-0.0486,0.0000,6,1282.3142,172.3492,610.6211,-84.6322,23.1437,81.9964,-11.3647,-0.1100,17.3611,0.0000,17.3611,5.8926,17.3611,0.9540,0.0000,16.4071,0.0000,16.4071,8.7616,7.6455,0.0000,7.6455,-0.0962,7.7417,0.0000,2.5212,14.8299,-9.6093,5046.5931,5046.5931,5046.5931 -448.5000,1.0000,5995.7816,80.0930,79.9710,-0.0678,0.0000,6,1278.9688,142.7274,586.7004,-84.4338,19.1160,78.5787,-11.3085,-0.1530,13.4203,0.0000,13.4203,5.8487,13.4203,0.8728,0.0000,12.5475,0.0000,12.5475,8.7388,3.8087,0.0000,3.8087,-0.1338,3.9426,0.0000,2.5146,14.7912,-13.3632,4282.6575,4282.6575,4282.6575 -449.5000,1.0000,6017.9310,79.7380,79.5050,-0.1294,0.0000,6,1273.2999,49.5821,571.6164,-84.0976,6.6113,76.2191,-11.2135,-0.2909,1.0558,0.0000,1.0558,5.8464,1.0558,0.7896,0.0000,0.2662,0.0000,0.2662,8.7000,-8.4338,0.0000,-8.4338,-0.2545,-8.1794,0.0000,2.5034,14.7256,-25.4084,2422.4247,2422.4247,2422.4247 -450.5000,1.0000,6039.9223,79.1685,78.8320,-0.1869,0.0000,6,1264.2058,-35.8725,527.8671,-83.5582,-4.7491,69.8829,-11.0620,-0.4172,-10.1602,0.0000,-10.1602,5.8283,-10.1602,0.8937,0.0000,-11.0539,0.0000,-11.0539,8.6379,-19.6918,0.0000,-19.6918,-0.3649,-19.3269,0.0000,2.4856,14.6205,-36.4329,893.5567,893.5567,893.5567 -451.5000,1.0000,6061.7350,78.5260,78.2200,-0.1700,0.0000,6,1253.9460,-10.8742,487.8666,-82.9497,-1.4279,64.0632,-10.8924,-0.3763,-6.8049,0.0000,-6.8049,5.7533,-6.8049,0.8510,0.0000,-7.6559,0.0000,-7.6559,8.5678,-16.2238,0.0000,-16.2238,-0.3291,-15.8946,0.0000,2.4654,14.5018,-32.8618,1371.3630,1371.3630,1371.3630 -452.5000,1.0000,6083.3655,77.8695,77.5190,-0.1947,0.0000,6,1243.4627,-47.5025,495.5085,-82.3280,-6.1855,64.5227,-10.7203,-0.4274,-11.4897,0.0000,-11.4897,5.7316,-11.4897,0.8886,0.0000,-12.3784,0.0000,-12.3784,8.4962,-20.8746,0.0000,-20.8746,-0.3738,-20.5007,0.0000,2.4448,14.3806,-37.3261,625.8926,625.8926,625.8926 -453.5000,1.0000,6104.8011,77.1685,76.8180,-0.1947,0.0000,6,1232.2687,-47.0971,476.0354,-81.6641,-6.0775,61.4290,-10.5382,-0.4235,-11.3891,0.0000,-11.3891,5.7351,-11.3891,0.8778,0.0000,-12.2669,0.0000,-12.2669,8.4197,-20.6866,0.0000,-20.6866,-0.3705,-20.3162,0.0000,2.4228,14.2511,-36.9900,615.8033,615.8033,615.8033 -454.5000,1.0000,6126.0670,76.5570,76.2960,-0.1450,0.0000,6,1222.5040,26.8083,474.4724,-81.0849,3.4320,60.7421,-10.3805,-0.3129,-1.9306,0.0000,-1.9306,5.6756,-1.9306,0.7747,0.0000,-2.7053,0.0000,-2.7053,8.3530,-11.0583,0.0000,-11.0583,-0.2737,-10.7846,0.0000,2.4036,14.1382,-27.3264,1943.6946,1943.6946,1943.6946 -455.5000,1.0000,6147.1893,76.0405,75.7850,-0.1419,0.0000,6,1214.2562,31.3216,505.6574,-80.5958,3.9827,64.2977,-10.2483,-0.3042,-1.3477,0.0000,-1.3477,5.6347,-1.3477,0.7617,0.0000,-2.1094,0.0000,-2.1094,8.2966,-10.4060,0.0000,-10.4060,-0.2661,-10.1399,0.0000,2.3873,14.0428,-26.5701,1997.8287,1997.8287,1997.8287 -456.5000,1.0000,6168.1932,75.6140,75.4430,-0.0950,0.0000,6,1207.4456,101.5245,506.8430,-80.1919,12.8371,64.0870,-10.1397,-0.2025,7.4292,0.0000,7.4292,5.6103,7.4292,0.7012,0.0000,6.7280,0.0000,6.7280,8.2501,-1.5221,0.0000,-1.5221,-0.1771,-1.3450,0.0000,2.3740,13.9640,-17.6830,3115.7974,3115.7974,3115.7974 -457.5000,1.0000,6189.1071,75.2900,75.1370,-0.0850,0.0000,6,1202.2718,116.3428,537.5643,-79.8850,14.6477,67.6802,-10.0577,-0.1804,9.3063,0.0000,9.3063,5.5219,9.3063,0.7351,0.0000,8.5711,0.0000,8.5711,8.2147,0.3564,0.0000,0.3564,-0.1578,0.5142,0.0000,2.3638,13.9042,-15.7538,3443.6594,3443.6594,3443.6594 -458.5000,1.0000,6209.9982,75.2080,75.2790,0.0394,0.0000,6,1200.9624,307.4903,546.1075,-79.8074,38.6714,68.6809,-10.0369,0.0836,33.0407,0.0000,33.0407,5.5470,33.0407,1.2089,0.0000,31.8318,0.0000,31.8318,8.2058,23.6260,0.0000,23.6260,0.0731,23.5529,0.0000,2.3612,13.8891,7.3026,7885.7536,7885.7536,7885.7536 -459.5000,1.0000,6230.9328,75.3645,75.4500,0.0475,0.0000,6,1203.4615,319.9576,632.5845,-79.9556,40.3230,79.7222,-10.0765,0.1009,34.6504,0.0000,34.6504,5.5718,34.6504,1.2428,0.0000,33.4075,0.0000,33.4075,8.2229,25.1847,0.0000,25.1847,0.0883,25.0964,0.0000,2.3661,13.9180,8.8123,8199.2449,8199.2449,8199.2449 -460.5000,1.0000,6251.9482,75.6555,75.8610,0.1142,0.0000,6,1208.1083,422.3787,639.8335,-80.2312,53.4363,80.9471,-10.1503,0.2435,47.5815,0.0000,47.5815,5.6113,47.5815,1.5048,0.0000,46.0768,0.0000,46.0768,8.2546,37.8222,0.0000,37.8222,0.2130,37.6092,0.0000,2.3753,13.9717,21.2622,10692.4461,10692.4461,10692.4461 -461.5000,1.0000,6273.0693,76.0360,76.2110,0.0972,0.0000,6,1214.1844,396.0832,685.9625,-80.5915,50.3616,87.2195,-10.2471,0.2084,44.5537,0.0000,44.5537,5.5996,44.5537,1.4485,0.0000,43.1052,0.0000,43.1052,8.2961,34.8090,0.0000,34.8090,0.1823,34.6268,0.0000,2.3872,14.0420,18.1976,10101.4863,10101.4863,10101.4863 -462.5000,1.0000,6294.2825,76.3675,76.5240,0.0869,0.0000,6,1219.4779,380.1100,675.0107,-80.9055,48.5413,86.2012,-10.3319,0.1872,42.7580,0.0000,42.7580,5.5962,42.7580,1.4164,0.0000,41.3416,0.0000,41.3416,8.3323,33.0093,0.0000,33.0093,0.1637,32.8456,0.0000,2.3976,14.1032,16.3448,9738.1413,9738.1413,9738.1413 -463.5000,1.0000,6315.5580,76.5915,76.6590,0.0375,0.0000,6,1223.0549,304.4078,667.9178,-81.1176,38.9879,85.5456,-10.3894,0.0810,33.2764,0.0000,33.2764,5.6306,33.2764,1.2293,0.0000,32.0471,0.0000,32.0471,8.3567,23.6904,0.0000,23.6904,0.0708,23.6196,0.0000,2.4046,14.1446,7.0704,7959.4952,7959.4952,7959.4952 -464.5000,1.0000,6336.9200,76.9035,77.1480,0.1358,0.0000,6,1228.0371,455.0352,636.7334,-81.4131,58.5174,81.8837,-10.4697,0.2944,52.5990,0.0000,52.5990,5.6240,52.5990,1.6193,0.0000,50.9797,0.0000,50.9797,8.3908,42.5889,0.0000,42.5889,0.2575,42.3313,0.0000,2.4144,14.2022,25.7147,11651.5847,11651.5847,11651.5847 -465.5000,1.0000,6358.4192,77.3970,77.6460,0.1383,0.0000,6,1235.9176,459.2013,703.7342,-81.8805,59.4321,91.0808,-10.5974,0.3018,53.4295,0.0000,53.4295,5.7009,53.4295,1.6416,0.0000,51.7879,0.0000,51.7879,8.4446,43.3433,0.0000,43.3433,0.2640,43.0793,0.0000,2.4299,14.2933,26.3560,11818.9992,11818.9992,11818.9992 -466.5000,1.0000,6380.0392,77.8320,78.0180,0.1033,0.0000,6,1242.8639,405.4012,706.0976,-82.2925,52.7639,91.9003,-10.7106,0.2267,46.8203,0.0000,46.8203,5.7169,46.8203,1.5144,0.0000,45.3059,0.0000,45.3059,8.4921,36.8138,0.0000,36.8138,0.1983,36.6155,0.0000,2.4436,14.3736,19.7983,10574.5878,10574.5878,10574.5878 -467.5000,1.0000,6401.7378,78.1150,78.2120,0.0539,0.0000,6,1247.3830,329.8739,682.8883,-82.5605,43.0900,89.2027,-10.7845,0.1187,37.1927,0.0000,37.1927,5.7786,37.1927,1.3251,0.0000,35.8676,0.0000,35.8676,8.5230,27.3446,0.0000,27.3446,0.1038,27.2408,0.0000,2.4525,14.4259,10.3625,8727.8675,8727.8675,8727.8675 -468.5000,1.0000,6423.4907,78.3105,78.4090,0.0547,0.0000,6,1250.5048,330.9933,650.6975,-82.7456,43.3444,85.2105,-10.8358,0.1208,37.4522,0.0000,37.4522,5.7714,37.4522,1.3326,0.0000,36.1196,0.0000,36.1196,8.5443,27.5753,0.0000,27.5753,0.1057,27.4697,0.0000,2.4586,14.4620,10.5490,8775.3130,8775.3130,8775.3130 -469.5000,1.0000,6445.2978,78.5055,78.6020,0.0536,0.0000,6,1253.6187,329.1173,651.7094,-82.9303,43.2061,85.5555,-10.8870,0.1186,37.3250,0.0000,37.3250,5.7625,37.3250,1.3323,0.0000,35.9927,0.0000,35.9927,8.5656,27.4271,0.0000,27.4271,0.1038,27.3233,0.0000,2.4647,14.4980,10.3606,8751.3829,8751.3829,8751.3829 -470.5000,1.0000,6467.1641,78.7185,78.8350,0.0647,0.0000,6,1257.0200,346.3080,651.6433,-83.1320,45.5862,85.7789,-10.9431,0.1436,39.6462,0.0000,39.6462,5.7964,39.6462,1.3812,0.0000,38.2650,0.0000,38.2650,8.5888,29.6762,0.0000,29.6762,0.1256,29.5506,0.0000,2.4714,14.5374,12.5418,9189.2714,9189.2714,9189.2714 -471.5000,1.0000,6489.0771,78.8870,78.9390,0.0289,0.0000,6,1259.7107,291.4851,659.0400,-83.2916,38.4517,86.9383,-10.9875,0.0642,32.5600,0.0000,32.5600,5.8274,32.5600,1.2414,0.0000,31.3186,0.0000,31.3186,8.6072,22.7114,0.0000,22.7114,0.0562,22.6552,0.0000,2.4767,14.5685,5.6100,7882.4799,7882.4799,7882.4799 -472.5000,1.0000,6511.0055,78.9420,78.9450,0.0017,0.0000,6,1260.5890,249.4683,635.1950,-83.3437,32.9320,83.8512,-11.0021,0.0037,27.1309,0.0000,27.1309,5.7974,27.1309,1.1335,0.0000,25.9974,0.0000,25.9974,8.6132,17.3842,0.0000,17.3842,0.0032,17.3810,0.0000,2.4784,14.5786,0.3239,6821.5222,6821.5222,6821.5222 -473.5000,1.0000,6532.9163,78.8790,78.8130,-0.0367,0.0000,6,1259.5829,191.0898,616.2800,-83.2840,25.2054,81.2893,-10.9854,-0.0815,19.4377,0.0000,19.4377,5.8492,19.4377,0.9789,0.0000,18.4588,0.0000,18.4588,8.6063,9.8525,0.0000,9.8525,-0.0713,9.9238,0.0000,2.4765,14.5670,-7.1197,5413.3727,5413.3727,5413.3727 -474.5000,1.0000,6554.7970,78.7705,78.7280,-0.0236,0.0000,6,1257.8503,210.6999,590.8059,-83.1813,27.7538,77.8220,-10.9568,-0.0524,22.0196,0.0000,22.0196,5.7866,22.0196,1.0293,0.0000,20.9903,0.0000,20.9903,8.5945,12.3958,0.0000,12.3958,-0.0459,12.4417,0.0000,2.4731,14.5470,-4.5784,5880.9088,5880.9088,5880.9088 -475.5000,1.0000,6576.6424,78.6435,78.5590,-0.0469,0.0000,6,1255.8223,175.3960,598.5256,-83.0610,23.0662,78.7117,-10.9233,-0.1041,17.3280,0.0000,17.3280,5.8423,17.3280,0.9339,0.0000,16.3940,0.0000,16.3940,8.5806,7.8134,0.0000,7.8134,-0.0910,7.9044,0.0000,2.4691,14.5235,-9.0882,4999.3095,4999.3095,4999.3095 -476.5000,1.0000,6598.4514,78.5125,78.4660,-0.0258,0.0000,6,1253.7305,207.3519,583.0420,-82.9369,27.2233,76.5478,-10.8888,-0.0572,21.5037,0.0000,21.5037,5.7768,21.5037,1.0159,0.0000,20.4878,0.0000,20.4878,8.5663,11.9214,0.0000,11.9214,-0.0500,11.9714,0.0000,2.4650,14.4993,-4.9928,5783.1777,5783.1777,5783.1777 -477.5000,1.0000,6620.2431,78.4500,78.4340,-0.0089,0.0000,6,1252.7324,233.3921,597.0103,-82.8777,30.6177,78.3193,-10.8724,-0.0197,24.8588,0.0000,24.8588,5.7786,24.8588,1.0823,0.0000,23.7765,0.0000,23.7765,8.5595,15.2170,0.0000,15.2170,-0.0172,15.2342,0.0000,2.4630,14.4878,-1.7166,6388.3571,6388.3571,6388.3571 -478.5000,1.0000,6642.0478,78.4970,78.5600,0.0350,0.0000,6,1253.4830,300.5603,609.1568,-82.9222,39.4529,79.9606,-10.8847,0.0774,33.6145,0.0000,33.6145,5.7610,33.6145,1.2580,0.0000,32.3565,0.0000,32.3565,8.5646,23.7918,0.0000,23.7918,0.0677,23.7241,0.0000,2.4645,14.4965,6.7632,8070.5366,8070.5366,8070.5366 -479.5000,1.0000,6663.9167,78.7280,78.8960,0.0933,0.0000,6,1257.1717,390.1570,639.7583,-83.1410,51.3644,84.2246,-10.9456,0.2071,45.3657,0.0000,45.3657,5.7916,45.3657,1.4957,0.0000,43.8700,0.0000,43.8700,8.5898,35.2802,0.0000,35.2802,0.1812,35.0990,0.0000,2.4717,14.5391,18.0882,10312.6458,10312.6458,10312.6458 -480.5000,1.0000,6685.8574,78.9865,79.0770,0.0503,0.0000,6,1261.2996,324.0305,678.4214,-83.3858,42.7989,89.6079,-11.0138,0.1119,36.8877,0.0000,36.8877,5.7993,36.8877,1.3291,0.0000,35.5586,0.0000,35.5586,8.6181,26.9405,0.0000,26.9405,0.0979,26.8426,0.0000,2.4798,14.5869,9.7759,8681.4217,8681.4217,8681.4217 -481.5000,1.0000,6707.7617,78.8555,78.6340,-0.1231,0.0000,6,1259.2077,59.7310,647.3109,-83.2618,7.8764,85.3570,-10.9792,-0.2735,2.2807,0.0000,2.2807,5.8692,2.2807,0.7648,0.0000,1.5159,0.0000,1.5159,8.6038,-7.0879,0.0000,-7.0879,-0.2392,-6.8487,0.0000,2.4757,14.5627,-23.8870,2552.9540,2552.9540,2552.9540 -482.5000,1.0000,6729.5556,78.4580,78.2820,-0.0978,0.0000,6,1252.8602,97.2240,531.0206,-82.8853,12.7557,69.6695,-10.8745,-0.2162,7.1678,0.0000,7.1678,5.8042,7.1678,0.7286,0.0000,6.4392,0.0000,6.4392,8.5604,-2.1212,0.0000,-2.1212,-0.1891,-1.9321,0.0000,2.4632,14.4893,-18.8846,3144.4199,3144.4199,3144.4199 -483.5000,1.0000,6751.2410,78.0675,77.8530,-0.1192,0.0000,6,1246.6245,65.2732,545.5663,-82.5155,8.5212,71.2216,-10.7721,-0.2622,3.0021,0.0000,3.0021,5.7813,3.0021,0.7465,0.0000,2.2555,0.0000,2.2555,8.5178,-6.2622,0.0000,-6.2622,-0.2294,-6.0329,0.0000,2.4510,14.4171,-22.9010,2612.5526,2612.5526,2612.5526 -484.5000,1.0000,6772.7953,77.5955,77.3380,-0.1431,0.0000,6,1239.0873,30.0305,529.1518,-82.0685,3.8967,68.6611,-10.6490,-0.3129,-1.5812,0.0000,-1.5812,5.7908,-1.5812,0.7857,0.0000,-2.3669,0.0000,-2.3669,8.4663,-10.8332,0.0000,-10.8332,-0.2737,-10.5595,0.0000,2.4362,14.3300,-27.3257,2031.1067,2031.1067,2031.1067 -485.5000,1.0000,6794.2098,77.0920,76.8460,-0.1367,0.0000,6,1231.0471,39.6500,511.5306,-81.5916,5.1115,65.9439,-10.5184,-0.2970,-0.3605,0.0000,-0.3605,5.7690,-0.3605,0.7665,0.0000,-1.1270,0.0000,-1.1270,8.4113,-9.5383,0.0000,-9.5383,-0.2598,-9.2785,0.0000,2.4204,14.2370,-25.9359,2167.1865,2167.1865,2167.1865 -486.5000,1.0000,6815.4948,76.6260,76.4060,-0.1222,0.0000,6,1223.6058,61.5276,514.1928,-81.1503,7.8839,65.8864,-10.3982,-0.2640,2.3645,0.0000,2.3645,5.7834,2.3645,0.7327,0.0000,1.6318,0.0000,1.6318,8.3605,-6.7287,0.0000,-6.7287,-0.2309,-6.4978,0.0000,2.4057,14.1509,-23.0545,2500.2052,2500.2052,2500.2052 -487.5000,1.0000,6836.6605,76.1965,75.9870,-0.1164,0.0000,6,1216.7473,70.0538,522.4096,-80.7435,8.9261,66.5641,-10.2881,-0.2500,3.4437,0.0000,3.4437,5.7324,3.4437,0.7159,0.0000,2.7277,0.0000,2.7277,8.3136,-5.5859,0.0000,-5.5859,-0.2186,-5.3673,0.0000,2.3922,14.0716,-21.8311,2621.3998,2621.3998,2621.3998 -488.5000,1.0000,6857.7274,75.8410,75.6950,-0.0811,0.0000,6,1211.0705,123.3781,525.4983,-80.4069,15.6472,66.6453,-10.1974,-0.1734,10.1249,0.0000,10.1249,5.6957,10.1249,0.7577,0.0000,9.3672,0.0000,9.3672,8.2749,1.0923,0.0000,1.0923,-0.1517,1.2440,0.0000,2.3811,14.0060,-15.1431,3626.2199,3626.2199,3626.2199 -489.5000,1.0000,6878.7485,75.6760,75.6570,-0.0106,0.0000,6,1208.4357,232.1221,550.1219,-80.2506,29.3744,69.6163,-10.1555,-0.0225,23.6485,0.0000,23.6485,5.7484,23.6485,1.0263,0.0000,22.6222,0.0000,22.6222,8.2568,14.3653,0.0000,14.3653,-0.0197,14.3850,0.0000,2.3759,13.9755,-1.9664,6150.8619,6150.8619,6150.8619 -490.5000,1.0000,6899.7714,75.6825,75.7080,0.0142,0.0000,6,1208.5395,269.7243,599.3219,-80.2567,34.1358,75.8490,-10.1571,0.0302,28.3975,0.0000,28.3975,5.7080,28.3975,1.1214,0.0000,27.2761,0.0000,27.2761,8.2576,19.0186,0.0000,19.0186,0.0264,18.9921,0.0000,2.3761,13.9767,2.6393,7031.9924,7031.9924,7031.9924 -491.5000,1.0000,6920.8100,75.7390,75.7700,0.0172,0.0000,6,1209.4417,274.3258,616.3520,-80.3103,34.7440,78.0625,-10.1715,0.0368,29.0061,0.0000,29.0061,5.7012,29.0061,1.1342,0.0000,27.8719,0.0000,27.8719,8.2637,19.6081,0.0000,19.6081,0.0322,19.5760,0.0000,2.3779,13.9871,3.2110,7143.9927,7143.9927,7143.9927 -492.5000,1.0000,6941.8528,75.7540,75.7380,-0.0089,0.0000,6,1209.6812,234.0599,618.0832,-80.3245,29.6501,78.2972,-10.1753,-0.0190,23.9935,0.0000,23.9935,5.6756,23.9935,1.0341,0.0000,22.9594,0.0000,22.9594,8.2654,14.6940,0.0000,14.6940,-0.0166,14.7106,0.0000,2.3784,13.9899,-1.6576,6202.0882,6202.0882,6202.0882 -493.5000,1.0000,6962.8796,75.6965,75.6550,-0.0231,0.0000,6,1208.7630,212.7612,599.6787,-80.2700,26.9316,75.9082,-10.1607,-0.0492,21.2544,0.0000,21.2544,5.7264,21.2544,0.9787,0.0000,20.2757,0.0000,20.2757,8.2591,12.0166,0.0000,12.0166,-0.0430,12.0597,0.0000,2.3765,13.9793,-4.2962,5698.9665,5698.9665,5698.9665 -494.5000,1.0000,6983.8714,75.5705,75.4860,-0.0469,0.0000,6,1206.7510,176.1779,589.3625,-80.1507,22.2637,74.4781,-10.1287,-0.1000,16.6383,0.0000,16.6383,5.7254,16.6383,0.8849,0.0000,15.7534,0.0000,15.7534,8.2453,7.5081,0.0000,7.5081,-0.0875,7.5955,0.0000,2.3726,13.9560,-8.7330,4828.1802,4828.1802,4828.1802 -495.5000,1.0000,7004.8356,75.4710,75.4560,-0.0083,0.0000,6,1205.1621,235.3186,573.1873,-80.0564,29.6982,72.3387,-10.1035,-0.0177,24.0091,0.0000,24.0091,5.7069,24.0091,1.0312,0.0000,22.9779,0.0000,22.9779,8.2345,14.7434,0.0000,14.7434,-0.0155,14.7589,0.0000,2.3695,13.9376,-1.5482,6210.3720,6210.3720,6210.3720 -496.5000,1.0000,7025.7811,75.4040,75.3520,-0.0289,0.0000,6,1204.0922,203.6795,599.2527,-79.9930,25.6824,75.5611,-10.0865,-0.0614,20.0551,0.0000,20.0551,5.6887,20.0551,0.9514,0.0000,19.1037,0.0000,19.1037,8.2272,10.8766,0.0000,10.8766,-0.0537,10.9303,0.0000,2.3674,13.9253,-5.3623,5464.3668,5464.3668,5464.3668 -497.5000,1.0000,7046.7135,75.3565,75.3610,0.0025,0.0000,6,1203.3337,252.2174,585.3485,-79.9480,31.7826,73.7614,-10.0745,0.0053,26.0434,0.0000,26.0434,5.7340,26.0434,1.0706,0.0000,24.9727,0.0000,24.9727,8.2220,16.7508,0.0000,16.7508,0.0046,16.7461,0.0000,2.3659,13.9165,0.4638,6597.5677,6597.5677,6597.5677 -498.5000,1.0000,7067.6384,75.3295,75.2980,-0.0175,0.0000,6,1202.9026,221.6033,606.7909,-79.9224,27.9149,76.4360,-10.0676,-0.0372,22.2116,0.0000,22.2116,5.7404,22.2116,0.9937,0.0000,21.2179,0.0000,21.2179,8.2190,12.9989,0.0000,12.9989,-0.0325,13.0314,0.0000,2.3650,13.9115,-3.2451,5878.5625,5878.5625,5878.5625 -499.5000,1.0000,7088.5517,75.2880,75.2780,-0.0056,0.0000,6,1202.2399,239.5454,593.0709,-79.8831,30.1583,74.6666,-10.0571,-0.0118,24.4807,0.0000,24.4807,5.6894,24.4807,1.0386,0.0000,23.4421,0.0000,23.4421,8.2145,15.2276,0.0000,15.2276,-0.0103,15.2379,0.0000,2.3637,13.9038,-1.0296,6295.6575,6295.6575,6295.6575 -500.5000,1.0000,7109.4657,75.2905,75.3030,0.0069,0.0000,6,1202.2798,258.4236,601.3327,-79.8855,32.5362,75.7093,-10.0578,0.0147,26.8692,0.0000,26.8692,5.6522,26.8692,1.0864,0.0000,25.7829,0.0000,25.7829,8.2148,17.5681,0.0000,17.5681,0.0129,17.5552,0.0000,2.3638,13.9043,1.2871,6737.9731,6737.9731,6737.9731 -501.5000,1.0000,7130.3775,75.2825,75.2620,-0.0114,0.0000,6,1202.1521,246.5397,609.5275,-79.8779,31.0367,76.7328,-10.0558,-0.0242,23.3648,0.0000,23.3648,7.6961,23.3648,1.0162,0.0000,22.3486,0.0000,22.3486,8.2139,14.1346,0.0000,14.1346,-0.0211,14.1558,0.0000,2.3636,13.9028,-2.1106,6459.0532,6459.0532,6459.0532 -502.5000,1.0000,7151.2898,75.2840,75.3060,0.0122,0.0000,6,1202.1760,282.5440,604.5609,-79.8793,35.5699,76.1091,-10.0561,0.0259,27.8750,0.0000,27.8750,7.6690,27.8750,1.1064,0.0000,26.7685,0.0000,26.7685,8.2141,18.5544,0.0000,18.5544,0.0227,18.5318,0.0000,2.3636,13.9031,2.2651,7302.3858,7302.3858,7302.3858 -503.5000,1.0000,7172.2030,75.2875,75.2690,-0.0103,0.0000,6,1202.2319,248.2585,620.4287,-79.8827,31.2551,78.1104,-10.0570,-0.0218,23.5786,0.0000,23.5786,7.6984,23.5786,1.0205,0.0000,22.5580,0.0000,22.5580,8.2145,14.3436,0.0000,14.3436,-0.0191,14.3626,0.0000,2.3637,13.9037,-1.9048,6499.6806,6499.6806,6499.6806 -504.5000,1.0000,7193.1289,75.3335,75.3980,0.0358,0.0000,6,1202.9665,318.5019,605.8270,-79.9262,40.1231,76.3187,-10.0687,0.0761,32.4062,0.0000,32.4062,7.6408,32.4062,1.1976,0.0000,31.2086,0.0000,31.2086,8.2195,22.9891,0.0000,22.9891,0.0666,22.9225,0.0000,2.3652,13.9122,6.6451,8161.2867,8161.2867,8161.2867 -505.5000,1.0000,7214.0914,75.4650,75.5320,0.0372,0.0000,6,1205.0663,320.6500,637.6829,-80.0508,40.4642,80.4719,-10.1019,0.0792,32.7292,0.0000,32.7292,7.6558,32.7292,1.2056,0.0000,31.5236,0.0000,31.5236,8.2338,23.2898,0.0000,23.2898,0.0693,23.2206,0.0000,2.3693,13.9365,6.9148,8226.4194,8226.4194,8226.4194 -506.5000,1.0000,7235.0781,75.5520,75.5720,0.0111,0.0000,6,1206.4556,280.8892,638.5334,-80.1331,35.4875,80.6721,-10.1240,0.0237,27.7623,0.0000,27.7623,7.7015,27.7623,1.1072,0.0000,26.6551,0.0000,26.6551,8.2433,18.4118,0.0000,18.4118,0.0207,18.3911,0.0000,2.3720,13.9526,2.0665,7283.7015,7283.7015,7283.7015 -507.5000,1.0000,7256.0799,75.6065,75.6410,0.0192,0.0000,6,1207.3259,292.7877,621.0143,-80.1848,37.0174,78.5154,-10.1378,0.0408,29.3278,0.0000,29.3278,7.6488,29.3278,1.1391,0.0000,28.1886,0.0000,28.1886,8.2493,19.9394,0.0000,19.9394,0.0357,19.9036,0.0000,2.3737,13.9627,3.5673,7566.6690,7566.6690,7566.6690 -508.5000,1.0000,7277.0910,75.6400,75.6390,-0.0006,0.0000,6,1207.8608,262.8708,626.1583,-80.2165,33.2497,79.2008,-10.1463,-0.0012,25.5561,0.0000,25.5561,7.6948,25.5561,1.0641,0.0000,24.4921,0.0000,24.4921,8.2529,16.2391,0.0000,16.2391,-0.0010,16.2402,0.0000,2.3748,13.9688,-0.1034,6868.3015,6868.3015,6868.3015 -509.5000,1.0000,7298.1248,75.7215,75.8040,0.0458,0.0000,6,1209.1623,318.5290,613.6766,-80.2937,40.3332,77.7057,-10.1670,0.0978,34.4958,0.0000,34.4958,5.7396,34.4958,1.2438,0.0000,33.2520,0.0000,33.2520,8.2618,24.9902,0.0000,24.9902,0.0856,24.9046,0.0000,2.3773,13.9839,8.5434,8203.1956,8203.1956,8203.1956 -510.5000,1.0000,7319.2035,75.8835,75.9630,0.0442,0.0000,6,1211.7492,316.0447,638.8913,-80.4471,40.1042,81.0715,-10.2083,0.0945,34.2494,0.0000,34.2494,5.7604,34.2494,1.2407,0.0000,33.0087,0.0000,33.0087,8.2795,24.7292,0.0000,24.7292,0.0826,24.6466,0.0000,2.3824,14.0138,8.2503,8161.2745,8161.2745,8161.2745 -511.5000,1.0000,7340.3366,76.0790,76.1950,0.0644,0.0000,6,1214.8710,347.7450,638.5939,-80.6323,44.2405,81.2425,-10.2581,0.1382,38.2524,0.0000,38.2524,5.8499,38.2524,1.3230,0.0000,36.9294,0.0000,36.9294,8.3008,28.6286,0.0000,28.6286,0.1209,28.5077,0.0000,2.3886,14.0499,12.0692,8936.8495,8936.8495,8936.8495 -512.5000,1.0000,7361.5124,76.2330,76.2710,0.0211,0.0000,6,1217.3302,280.9527,652.4998,-80.7781,35.8154,83.1797,-10.2975,0.0454,29.9494,0.0000,29.9494,5.8206,29.9494,1.1587,0.0000,28.7908,0.0000,28.7908,8.3176,20.4731,0.0000,20.4731,0.0397,20.4335,0.0000,2.3934,14.0783,3.9617,7336.1904,7336.1904,7336.1904 -513.5000,1.0000,7382.7148,76.3285,76.3860,0.0319,0.0000,6,1218.8552,297.4444,623.2891,-80.8685,37.9653,79.5555,-10.3219,0.0687,32.0852,0.0000,32.0852,5.8113,32.0852,1.2025,0.0000,30.8827,0.0000,30.8827,8.3280,22.5547,0.0000,22.5547,0.0601,22.4946,0.0000,2.3964,14.0960,6.0022,7761.6892,7761.6892,7761.6892 -514.5000,1.0000,7403.9578,76.4750,76.5640,0.0494,0.0000,6,1221.1946,323.9661,631.2604,-81.0073,41.4298,80.7276,-10.3595,0.1066,35.5428,0.0000,35.5428,5.7805,35.5428,1.2733,0.0000,34.2695,0.0000,34.2695,8.3440,25.9255,0.0000,25.9255,0.0932,25.8322,0.0000,2.4010,14.1230,9.3082,8412.7897,8412.7897,8412.7897 -515.5000,1.0000,7425.2364,76.6030,76.6420,0.0217,0.0000,6,1223.2385,281.7634,642.9679,-81.1285,36.0931,82.3624,-10.3923,0.0468,30.2043,0.0000,30.2043,5.8420,30.2043,1.1680,0.0000,29.0363,0.0000,29.0363,8.3580,20.6783,0.0000,20.6783,0.0409,20.6374,0.0000,2.4050,14.1467,4.0857,7392.7403,7392.7403,7392.7403 -516.5000,1.0000,7446.5357,76.6775,76.7130,0.0197,0.0000,6,1224.4282,278.7078,624.4980,-81.1991,35.7364,80.0743,-10.4115,0.0426,29.8557,0.0000,29.8557,5.8381,29.8557,1.1619,0.0000,28.6938,0.0000,28.6938,8.3661,20.3277,0.0000,20.3277,0.0373,20.2904,0.0000,2.4073,14.1604,3.7227,7323.0827,7323.0827,7323.0827 -517.5000,1.0000,7467.8109,76.5905,76.4680,-0.0681,0.0000,6,1223.0389,144.3155,621.6545,-81.1167,18.4834,79.6192,-10.3891,-0.1469,12.7649,0.0000,12.7649,5.8654,12.7649,0.8190,0.0000,11.9459,0.0000,11.9459,8.3566,3.5893,0.0000,3.5893,-0.1285,3.7178,0.0000,2.4046,14.1444,-12.8312,4135.5461,4135.5461,4135.5461 -518.5000,1.0000,7488.9755,76.1925,75.9170,-0.1531,0.0000,6,1216.6834,15.8284,559.0003,-80.7397,2.0167,71.2227,-10.2871,-0.3287,-3.4338,0.0000,-3.4338,5.7793,-3.4338,0.7847,0.0000,-4.2185,0.0000,-4.2185,8.3132,-12.5317,0.0000,-12.5317,-0.2875,-12.2442,0.0000,2.3921,14.0709,-28.7072,1755.8243,1755.8243,1755.8243 -519.5000,1.0000,7509.9868,75.6410,75.3650,-0.1533,0.0000,6,1207.8768,15.2905,498.8315,-80.2174,1.9341,63.0965,-10.1466,-0.3269,-3.4629,0.0000,-3.4629,5.7239,-3.4629,0.7773,0.0000,-4.2402,0.0000,-4.2402,8.2530,-12.4932,0.0000,-12.4932,-0.2860,-12.2073,0.0000,2.3748,13.9690,-28.5511,1728.1294,1728.1294,1728.1294 -520.5000,1.0000,7530.8518,75.1140,74.8630,-0.1394,0.0000,6,1199.4614,36.5486,496.5580,-79.7182,4.5908,62.3713,-10.0132,-0.2952,-0.8727,0.0000,-0.8727,5.7587,-0.8727,0.7441,0.0000,-1.6168,0.0000,-1.6168,8.1955,-9.8123,0.0000,-9.8123,-0.2582,-9.5541,0.0000,2.3583,13.8717,-25.7841,2049.9630,2049.9630,2049.9630 -521.5000,1.0000,7551.5680,74.5780,74.2930,-0.1583,0.0000,6,1190.9022,8.0245,503.5176,-79.2076,1.0007,62.7942,-9.8781,-0.3328,-4.3363,0.0000,-4.3363,5.6699,-4.3363,0.7714,0.0000,-5.1077,0.0000,-5.1077,8.1370,-13.2448,0.0000,-13.2448,-0.2911,-12.9537,0.0000,2.3414,13.7727,-29.0678,1589.1123,1589.1123,1589.1123 -522.5000,1.0000,7572.1460,74.0810,73.8690,-0.1178,0.0000,6,1182.9659,68.4112,488.9806,-78.7342,8.4748,60.5749,-9.7536,-0.2459,3.0866,0.0000,3.0866,5.6341,3.0866,0.6904,0.0000,2.3962,0.0000,2.3962,8.0828,-5.6866,0.0000,-5.6866,-0.2151,-5.4715,0.0000,2.3258,13.6809,-21.4783,2547.6861,2547.6861,2547.6861 -523.5000,1.0000,7592.5967,73.6225,73.3760,-0.1369,0.0000,6,1175.6443,40.1257,514.4882,-78.2974,4.9400,63.3403,-9.6394,-0.2842,-0.4080,0.0000,-0.4080,5.6322,-0.4080,0.7191,0.0000,-1.1271,0.0000,-1.1271,8.0328,-9.1599,0.0000,-9.1599,-0.2486,-8.9113,0.0000,2.3114,13.5963,-24.8190,2091.4536,2091.4536,2091.4536 -524.5000,1.0000,7612.9173,73.1540,72.9320,-0.1233,0.0000,6,1168.1630,60.2751,499.6460,-77.8511,7.3734,61.1216,-9.5235,-0.2543,2.0439,0.0000,2.0439,5.5838,2.0439,0.6882,0.0000,1.3557,0.0000,1.3557,7.9817,-6.6259,0.0000,-6.6259,-0.2224,-6.4035,0.0000,2.2967,13.5097,-22.2100,2408.1378,2408.1378,2408.1378 -525.5000,1.0000,7633.1146,72.7105,72.4890,-0.1231,0.0000,6,1161.0810,60.7782,507.1515,-77.4287,7.3899,61.6636,-9.4144,-0.2522,2.0796,0.0000,2.0796,5.5625,2.0796,0.6819,0.0000,1.3977,0.0000,1.3977,7.9333,-6.5356,0.0000,-6.5356,-0.2206,-6.3150,0.0000,2.2828,13.4278,-22.0256,2411.5281,2411.5281,2411.5281 -526.5000,1.0000,7653.1627,72.1730,71.8570,-0.1756,0.0000,6,1152.4979,-17.5184,504.1747,-76.9167,-2.1143,60.8485,-9.2830,-0.3571,-7.2654,0.0000,-7.2654,5.5083,-7.2654,0.7681,0.0000,-8.0335,0.0000,-8.0335,7.8746,-15.9081,0.0000,-15.9081,-0.3124,-15.5957,0.0000,2.2659,13.3286,-31.1902,1068.5911,1068.5911,1068.5911 -527.5000,1.0000,7673.0720,71.6735,71.4900,-0.1019,0.0000,6,1144.5216,92.2010,466.5965,-76.4409,11.0507,55.9235,-9.1617,-0.2060,5.7709,0.0000,5.7709,5.4858,5.7709,0.6310,0.0000,5.1399,0.0000,5.1399,7.8201,-2.6803,0.0000,-2.6803,-0.1801,-2.5001,0.0000,2.2502,13.2363,-17.9867,2902.1890,2902.1890,2902.1890 -528.5000,1.0000,7692.8716,71.2785,71.0670,-0.1175,0.0000,6,1138.2140,69.0489,516.4201,-76.0646,8.2302,61.5539,-9.0664,-0.2361,3.0081,0.0000,3.0081,5.4582,3.0081,0.6533,0.0000,2.3548,0.0000,2.3548,7.7770,-5.4223,0.0000,-5.4223,-0.2065,-5.2158,0.0000,2.2378,13.1634,-20.6170,2528.5507,2528.5507,2528.5507 -529.5000,1.0000,7712.5650,70.8965,70.7260,-0.0947,0.0000,6,1132.1140,102.8455,504.3639,-75.7007,12.1928,59.7947,-8.9747,-0.1893,6.9977,0.0000,6.9977,5.3844,6.9977,0.6404,0.0000,6.3572,0.0000,6.3572,7.7354,-1.3781,0.0000,-1.3781,-0.1656,-1.2126,0.0000,2.2258,13.0928,-16.5313,3063.2375,3063.2375,3063.2375 -530.5000,1.0000,7732.1760,70.5995,70.4730,-0.0703,0.0000,6,1127.3714,140.6669,519.6473,-75.4178,16.6069,61.3485,-8.9037,-0.1399,11.3456,0.0000,11.3456,5.4011,11.3456,0.7242,0.0000,10.6214,0.0000,10.6214,7.7030,2.9184,0.0000,2.9184,-0.1223,3.0408,0.0000,2.2165,13.0380,-12.2137,3685.8614,3685.8614,3685.8614 -531.5000,1.0000,7751.6878,70.2425,70.0120,-0.1281,0.0000,6,1121.6706,53.6229,535.2683,-75.0778,6.2986,62.8732,-8.8187,-0.2535,1.1353,0.0000,1.1353,5.4168,1.1353,0.6583,0.0000,0.4771,0.0000,0.4771,7.6640,-7.1870,0.0000,-7.1870,-0.2218,-6.9652,0.0000,2.2053,12.9721,-22.1425,2271.5159,2271.5159,2271.5159 -532.5000,1.0000,7771.0778,69.8040,69.5960,-0.1156,0.0000,6,1114.6684,71.7345,492.2337,-74.6601,8.3734,57.4574,-8.7149,-0.2274,3.2746,0.0000,3.2746,5.3262,3.2746,0.6311,0.0000,2.6435,0.0000,2.6435,7.6162,-4.9726,0.0000,-4.9726,-0.1989,-4.7738,0.0000,2.1915,12.8911,-19.8564,2555.9897,2555.9897,2555.9897 -533.5000,1.0000,7790.3588,69.4115,69.2270,-0.1025,0.0000,6,1108.4007,91.3885,499.6020,-74.2862,10.6076,57.9895,-8.6225,-0.2005,5.4856,0.0000,5.4856,5.3226,5.4856,0.6038,0.0000,4.8818,0.0000,4.8818,7.5733,-2.6916,0.0000,-2.6916,-0.1754,-2.5162,0.0000,2.1792,12.8186,-17.5140,2865.5631,2865.5631,2865.5631 -534.5000,1.0000,7809.5491,69.0850,68.9430,-0.0789,0.0000,6,1103.1870,127.7012,508.2080,-73.9752,14.7527,58.7110,-8.5460,-0.1536,9.5873,0.0000,9.5873,5.3191,9.5873,0.6728,0.0000,8.9144,0.0000,8.9144,7.5377,1.3767,0.0000,1.3767,-0.1344,1.5111,0.0000,2.1690,12.7583,-13.4162,3434.7729,3434.7729,3434.7729 -535.5000,1.0000,7828.6957,68.9280,68.9130,-0.0083,0.0000,6,1100.6799,236.1047,526.2902,-73.8256,27.2141,60.6617,-8.5094,-0.0162,21.9033,0.0000,21.9033,5.3270,21.9033,0.9175,0.0000,20.9858,0.0000,20.9858,7.5206,13.4652,0.0000,13.4652,-0.0142,13.4794,0.0000,2.1640,12.7293,-1.4140,5644.8124,5644.8124,5644.8124 -536.5000,1.0000,7847.8498,68.9545,68.9960,0.0231,0.0000,6,1101.1031,284.2053,578.7272,-73.8509,32.7709,66.7314,-8.5155,0.0448,27.4030,0.0000,27.4030,5.3231,27.4030,1.0278,0.0000,26.3753,0.0000,26.3753,7.5235,18.8518,0.0000,18.8518,0.0392,18.8126,0.0000,2.1649,12.7342,3.9135,6723.3669,6723.3669,6723.3669 -537.5000,1.0000,7867.0863,69.2515,69.5070,0.1419,0.0000,6,1105.8458,466.0529,604.2225,-74.1338,53.9707,69.9713,-8.5850,0.2771,48.4104,0.0000,48.4104,5.2833,48.4104,1.4511,0.0000,46.9593,0.0000,46.9593,7.5559,39.4034,0.0000,39.4034,0.2424,39.1611,0.0000,2.1742,12.7890,24.1979,10725.1931,10725.1931,10725.1931 -538.5000,1.0000,7886.4623,69.7535,70.0000,0.1369,0.0000,6,1113.8620,458.5240,690.9909,-74.6120,53.4838,80.5995,-8.7030,0.2693,47.8784,0.0000,47.8784,5.3362,47.8784,1.4458,0.0000,46.4326,0.0000,46.4326,7.6107,38.8219,0.0000,38.8219,0.2355,38.5864,0.0000,2.1900,12.8817,23.5147,10624.2900,10624.2900,10624.2900 -539.5000,1.0000,7905.9934,70.3120,70.6240,0.1733,0.0000,6,1122.7804,514.1847,689.1736,-75.1440,60.4564,81.0312,-8.8352,0.3435,54.7551,0.0000,54.7551,5.3578,54.7551,1.5893,0.0000,53.1658,0.0000,53.1658,7.6716,45.4942,0.0000,45.4942,0.3005,45.1937,0.0000,2.2075,12.9849,30.0013,12007.6828,12007.6828,12007.6828 -540.5000,1.0000,7925.6830,70.8825,71.1410,0.1436,0.0000,6,1131.8905,468.7834,715.9480,-75.6874,55.5655,84.8622,-8.9713,0.2869,49.8565,0.0000,49.8565,5.4221,49.8565,1.4975,0.0000,48.3590,0.0000,48.3590,7.7338,40.6252,0.0000,40.6252,0.2510,40.3742,0.0000,2.2254,13.0902,25.0586,11055.9400,11055.9400,11055.9400 -541.5000,1.0000,7945.4986,71.3365,71.5320,0.1086,0.0000,6,1139.1402,414.5914,695.6416,-76.1199,49.4568,82.9834,-9.0804,0.2184,43.8431,0.0000,43.8431,5.3953,43.8431,1.3821,0.0000,42.4610,0.0000,42.4610,7.7834,34.6776,0.0000,34.6776,0.1910,34.4866,0.0000,2.2397,13.1741,19.0728,9888.8169,9888.8169,9888.8169 -542.5000,1.0000,7965.4249,71.7345,71.9370,0.1125,0.0000,6,1145.4957,420.1321,671.6778,-76.4990,50.3974,80.5718,-9.1765,0.2275,44.7970,0.0000,44.7970,5.3729,44.7970,1.4055,0.0000,43.3915,0.0000,43.3915,7.8268,35.5647,0.0000,35.5647,0.1990,35.3657,0.0000,2.2522,13.2476,19.8660,10048.0886,10048.0886,10048.0886 -543.5000,1.0000,7985.4516,72.0960,72.2550,0.0883,0.0000,6,1151.2683,383.5651,674.8758,-76.8433,46.2428,81.3634,-9.2643,0.1795,40.6038,0.0000,40.6038,5.4595,40.6038,1.3256,0.0000,39.2782,0.0000,39.2782,7.8662,31.4119,0.0000,31.4119,0.1570,31.2549,0.0000,2.2635,13.3143,15.6771,9305.9484,9305.9484,9305.9484 -544.5000,1.0000,8005.5595,72.3885,72.5220,0.0742,0.0000,6,1155.9391,361.9535,658.6914,-77.1220,43.8143,79.7344,-9.3356,0.1513,38.1679,0.0000,38.1679,5.4951,38.1679,1.2801,0.0000,36.8878,0.0000,36.8878,7.8982,28.9897,0.0000,28.9897,0.1324,28.8573,0.0000,2.2727,13.3684,13.2162,8828.2522,8828.2522,8828.2522 -545.5000,1.0000,8025.7242,72.5930,72.6640,0.0394,0.0000,6,1159.2047,308.6547,648.9015,-77.3168,37.4681,78.7712,-9.3856,0.0807,31.8816,0.0000,31.8816,5.5058,31.8816,1.1566,0.0000,30.7250,0.0000,30.7250,7.9205,22.8046,0.0000,22.8046,0.0706,22.7340,0.0000,2.2791,13.4061,7.0487,7626.0897,7626.0897,7626.0897 -546.5000,1.0000,8045.9318,72.7475,72.8310,0.0464,0.0000,6,1161.6718,319.2665,624.9814,-77.4639,38.8388,76.0290,-9.4235,0.0951,33.2318,0.0000,33.2318,5.5118,33.2318,1.1853,0.0000,32.0465,0.0000,32.0465,7.9373,24.1092,0.0000,24.1092,0.0832,24.0260,0.0000,2.2840,13.4347,8.3073,7857.1342,7857.1342,7857.1342 -547.5000,1.0000,8066.1602,72.8220,72.8130,-0.0050,0.0000,6,1162.8615,240.2856,629.3731,-77.5349,29.2607,76.6416,-9.4418,-0.0103,23.7718,0.0000,23.7718,5.4991,23.7718,0.9969,0.0000,22.7749,0.0000,22.7749,7.9455,14.8294,0.0000,14.8294,-0.0090,14.8384,0.0000,2.2863,13.4484,-0.8963,6074.2729,6074.2729,6074.2729 -548.5000,1.0000,8086.3878,72.8195,72.8260,0.0036,0.0000,6,1162.8215,253.6026,593.1459,-77.5325,30.8813,72.2276,-9.4412,0.0074,25.3619,0.0000,25.3619,5.5120,25.3619,1.0287,0.0000,24.3332,0.0000,24.3332,7.9452,16.3880,0.0000,16.3880,0.0065,16.3815,0.0000,2.2862,13.4480,0.6473,6385.9113,6385.9113,6385.9113 -549.5000,1.0000,8106.6138,72.8135,72.8010,-0.0069,0.0000,6,1162.7257,237.7039,599.1011,-77.5268,28.9429,72.9468,-9.4397,-0.0143,23.4098,0.0000,23.4098,5.5474,23.4098,0.9896,0.0000,22.4202,0.0000,22.4202,7.9445,14.4757,0.0000,14.4757,-0.0125,14.4881,0.0000,2.2860,13.4469,-1.2447,6012.9759,6012.9759,6012.9759 -550.5000,1.0000,8126.7853,72.6175,72.4340,-0.1019,0.0000,6,1159.5959,91.8982,589.6602,-77.3401,11.1594,71.6040,-9.3916,-0.2087,5.8505,0.0000,5.8505,5.5176,5.8505,0.6429,0.0000,5.2076,0.0000,5.2076,7.9231,-2.7156,0.0000,-2.7156,-0.1825,-2.5331,0.0000,2.2799,13.4107,-18.2236,2907.2304,2907.2304,2907.2304 -551.5000,1.0000,8146.8384,72.1910,71.9480,-0.1350,0.0000,6,1152.7853,42.4384,519.5875,-76.9338,5.1231,62.7243,-9.2874,-0.2747,-0.0599,0.0000,-0.0599,5.4578,-0.0599,0.6962,0.0000,-0.7562,0.0000,-0.7562,7.8766,-8.6328,0.0000,-8.6328,-0.2403,-8.3925,0.0000,2.2665,13.3319,-23.9909,2113.3906,2113.3906,2113.3906 -552.5000,1.0000,8166.7073,71.5280,71.1080,-0.2333,0.0000,6,1142.1982,-76.3023,491.7582,-76.3023,-9.1266,58.8195,-9.1266,-0.4704,-14.0667,0.0000,-14.0667,5.4106,-14.0667,0.8274,0.0000,-14.8941,0.0000,-14.8941,7.8043,-22.6984,3.3429,-26.0412,-0.4115,-25.6298,0.0000,2.2457,13.2095,-41.0849,0.0000,0.0000,0.0000 -553.5000,1.0000,8186.3189,70.6020,70.0960,-0.2811,0.0000,6,1127.4113,-75.4202,430.0046,-75.4202,-8.9043,50.7673,-8.9043,-0.5594,-13.7016,0.0000,-13.7016,5.3567,-13.7016,0.8114,0.0000,-14.5130,0.0000,-14.5130,7.7032,-22.2163,11.8747,-34.0910,-0.4893,-33.6017,0.0000,2.2166,13.0384,-48.8567,0.0000,0.0000,0.0000 -554.5000,1.0000,8205.6448,69.5730,69.0500,-0.2906,0.0000,6,1110.9796,-74.4400,425.4548,-74.4400,-8.6605,49.4981,-8.6605,-0.5698,-13.3999,0.0000,-13.3999,5.3092,-13.3999,0.7948,0.0000,-14.1947,0.0000,-14.1947,7.5910,-21.7856,13.4422,-35.2278,-0.4984,-34.7294,0.0000,2.1843,12.8484,-49.7622,0.0000,0.0000,0.0000 -555.5000,1.0000,8224.6661,68.4770,67.9040,-0.3183,0.0000,6,1093.4781,-73.3182,420.0439,-73.3182,-8.3956,48.0987,-8.3956,-0.6144,-13.0064,0.0000,-13.0064,5.2253,-13.0064,0.7765,0.0000,-13.7829,0.0000,-13.7829,7.4714,-21.2543,18.1479,-39.4022,-0.5374,-38.8648,0.0000,2.1499,12.6460,-53.6607,0.0000,0.0000,0.0000 -556.5000,1.0000,8243.3399,67.2255,66.5470,-0.3769,0.0000,6,1073.4935,-71.8877,413.3278,-71.8877,-8.0813,46.4646,-8.0813,-0.7143,-12.4850,0.0000,-12.4850,5.1180,-12.4850,0.7550,0.0000,-13.2400,0.0000,-13.2400,7.3348,-20.5748,26.0050,-46.5798,-0.6248,-45.9551,1.8988,2.1106,12.4149,-62.3793,0.0000,0.0000,0.0000 -557.5000,1.0000,8261.3978,65.0085,63.4700,-0.8547,0.0000,6,1038.0912,-69.3526,393.5176,-69.3535,-7.5392,42.7788,-7.5393,-1.5662,-11.1750,0.0000,-11.1750,5.2019,-11.1750,0.7135,0.0000,-11.8885,0.0000,-11.8885,7.0929,-18.9814,91.2663,-110.2477,-1.3699,-108.8777,13.8568,2.0410,12.0050,-136.7806,0.0000,0.0000,0.0000 -558.5000,1.0000,8278.5224,61.6485,59.8270,-1.0119,0.0000,6,984.4369,-67.5137,366.7504,-67.5171,-6.9600,37.8083,-6.9603,-1.7584,-10.1587,0.0000,-10.1587,4.9572,-10.1587,0.6613,0.0000,-10.8200,0.0000,-10.8200,6.7263,-17.5463,91.8683,-109.4147,-1.5381,-107.8766,32.3764,1.9355,11.3823,-153.5707,0.0000,0.0000,0.0000 -559.5000,1.0000,8294.4577,57.3670,54.9070,-1.3667,0.0000,6,916.0676,-71.4282,384.2824,-71.4282,-6.8521,36.8644,-6.8521,-2.2099,-9.5408,0.0000,-9.5408,4.8986,-9.5408,0.6032,0.0000,-10.1441,0.0000,-10.1441,6.2592,-16.4032,116.7586,-133.1618,-1.9330,-131.2288,49.3811,1.8011,10.5875,-192.9985,0.0000,0.0000,0.0000 -560.5000,1.0000,8309.3418,53.5830,52.2590,-0.7356,0.0000,6,855.6426,-75.5191,411.4202,-75.5191,-6.7667,36.8644,-6.7667,-1.1109,-10.2101,0.0000,-10.2101,4.5543,-10.2101,0.5657,0.0000,-10.7758,0.0000,-10.7758,5.8463,-16.6221,19.2117,-35.8338,-0.9717,-34.8621,50.5901,1.6823,9.8879,-97.0223,0.0000,0.0000,0.0000 -561.5000,1.0000,8323.4025,50.6185,48.9780,-0.9114,0.0000,6,808.3038,-78.9041,435.5152,-78.9041,-6.6789,36.8644,-6.6789,-1.3004,-9.8752,0.0000,-9.8752,4.4964,-9.8752,0.5288,0.0000,-10.4040,0.0000,-10.4040,5.5229,-15.9269,41.3579,-57.2848,-1.1374,-56.1474,46.4866,1.5892,9.3412,-113.5644,0.0000,0.0000,0.0000 -562.5000,1.0000,8336.5843,47.4545,45.9310,-0.8464,0.0000,6,757.7794,-84.0212,464.5529,-84.0265,-6.6675,36.8644,-6.6679,-1.1321,-9.8420,0.0000,-9.8420,4.3067,-9.8420,0.4936,0.0000,-10.3357,0.0000,-10.3357,5.1777,-15.5133,30.5216,-46.0350,-0.9903,-45.0447,43.5809,1.4899,8.7573,-98.8727,0.0000,0.0000,0.0000 -563.5000,1.0000,8348.9086,44.3675,42.8040,-0.8686,0.0000,6,708.4845,-89.3075,496.8756,-89.3138,-6.6259,36.8644,-6.6264,-1.0863,-9.6678,0.0000,-9.6678,4.1281,-9.6678,0.4589,0.0000,-10.1267,0.0000,-10.1267,4.8408,-14.9676,27.4583,-42.4258,-0.9502,-41.4757,43.8126,1.3930,8.1867,-94.8680,0.0000,0.0000,0.0000 -564.5000,1.0000,8360.3314,41.1220,39.4400,-0.9344,0.0000,0,641.7588,34.4158,548.5373,-96.4707,2.3129,36.8644,-6.4833,-1.6458,0.0000,0.0000,0.0000,3.9587,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.4867,-4.4867,38.2709,-42.7577,-0.9474,-41.8103,43.9044,1.2911,7.5868,-94.5926,1146.8232,1146.8232,1146.8232 -565.5000,1.0000,8370.6834,37.2670,35.0940,-1.2072,0.0000,5,684.8902,-91.8445,513.9928,-91.8445,-6.5872,36.8644,-6.5872,3.5705,-13.4767,0.0000,-13.4767,3.3190,-16.0850,0.3885,0.0000,-16.4734,0.0000,-16.4734,4.0661,-20.5396,40.7952,-61.3347,-1.1092,-60.2255,42.4791,1.1700,6.8746,-110.7493,0.0000,0.0000,0.0000 -566.5000,1.0000,8379.8553,33.0190,30.9440,-1.1528,0.0000,5,724.2657,-87.6169,486.0490,-87.6211,-6.6453,36.8644,-6.6456,-2.0244,-8.8670,0.0000,-8.8670,4.2461,-8.8670,0.3095,0.0000,-9.1766,0.0000,-9.1766,3.6026,-12.7792,33.0855,-45.8647,-0.9385,-44.9263,41.6474,1.0367,6.0895,-93.6998,0.0000,0.0000,0.0000 -567.5000,1.0000,8387.9445,29.1210,27.2980,-1.0128,0.0000,0,639.3755,37.8299,550.5820,-96.7263,2.5329,36.8644,-6.4763,-1.5461,0.0000,0.0000,0.0000,4.0790,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1773,-3.1773,21.0942,-24.2715,-0.7271,-23.5444,42.7756,0.9143,5.3680,-72.6022,1178.4984,1178.4984,1178.4984 -568.5000,1.0000,8394.8214,24.7570,22.2160,-1.4117,0.0000,4,660.6049,-94.4493,532.8883,-94.4493,-6.5338,36.8644,-6.5338,2.4586,-12.2838,0.0000,-12.2838,3.2913,-14.9446,0.5995,0.0000,-15.5441,0.0000,-15.5441,2.7012,-18.2452,19.7569,-38.0022,-0.8617,-37.1405,43.5543,0.7773,4.5598,-86.0319,0.0000,0.0000,0.0000 -569.5000,1.0000,8400.2163,19.4215,16.6270,-1.5525,0.0000,0,660.6049,11.1815,532.8883,-94.4493,0.7735,36.8644,-6.5338,-2.4586,0.0000,0.0000,0.0000,3.2322,0.0000,0.0000,0.0000,0.0003,0.0000,0.0003,2.1190,-2.1187,28.5992,-30.7179,-0.7434,-29.9745,40.0660,0.6098,3.5736,-74.2239,933.6772,933.6772,933.6772 -570.5000,1.0000,8404.1611,14.2015,11.7760,-1.3475,0.0000,2,791.5533,60.7448,538.3988,-80.4039,5.0352,44.6286,-6.6648,9.3114,-7.7478,0.0000,-7.7478,3.4716,-11.6047,0.8396,0.0000,-12.4443,0.0000,-12.4443,1.5495,-13.9938,0.0000,-13.9938,-0.4718,-13.5220,30.5276,0.4459,2.6122,-47.1077,1773.5984,1773.5984,1773.5984 -571.5000,1.0000,8406.9384,9.9980,8.2200,-0.9878,0.0000,2,834.6721,-52.3498,421.7568,-77.0186,-4.5757,36.8644,-6.7319,-7.6084,-0.2783,0.0000,-0.2783,3.3111,-0.2783,0.4514,0.0000,-0.7297,0.0000,-0.7297,1.0909,-1.8206,0.0000,-1.8206,-0.2435,-1.5771,20.5803,0.3139,1.8397,-24.3109,64.4653,64.4653,64.4653 -572.5000,1.0000,8408.8309,6.8130,5.4060,-0.7817,0.0000,0,643.1189,23.0791,547.3772,-96.3248,1.5543,36.8644,-6.4872,-1.7030,0.0000,0.0000,0.0000,3.2573,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.7434,-0.7434,1.2655,-2.0088,-0.1313,-1.8775,9.7622,0.2139,1.2560,-13.1096,1035.6140,1035.6140,1035.6140 -573.5000,1.0000,8410.1620,4.7920,4.1780,-0.3411,0.0000,1,622.7276,78.3805,565.3011,-98.5120,5.1113,36.8644,-6.4242,0.8692,1.0855,-0.0271,1.1126,3.1567,1.2904,0.3463,0.0000,0.9441,0.0000,0.9441,0.5228,0.4213,0.0000,0.4213,-0.0403,0.4616,3.4504,0.1504,0.8846,-4.0239,1565.4435,1565.4435,1565.4435 -574.5000,1.0000,8411.1877,3.6925,3.2070,-0.2697,0.0000,1,644.9499,36.7762,545.8233,-96.1284,2.4838,36.8644,-6.4924,-0.0200,-0.6772,0.1019,-0.7791,3.1811,-0.7791,0.2664,0.0000,-1.0455,0.0000,-1.0455,0.4029,-1.4484,0.0000,-1.4484,-0.0246,-1.4239,0.2300,0.1159,0.6819,-2.4517,1173.1740,1173.1740,1173.1740 -575.5000,1.0000,8411.9003,2.5655,1.9240,-0.3564,0.0000,1,644.4444,50.1585,546.2513,-96.1827,3.3850,36.8644,-6.4910,0.0000,-0.9447,0.3150,-1.2597,4.3297,-1.2597,0.1794,0.0000,-1.4390,0.0000,-1.4390,0.2799,-1.7190,0.0000,-1.7190,-0.0225,-1.6964,0.0000,0.0805,0.4738,-2.2507,1305.4609,1305.4609,1305.4609 -576.5000,1.0000,8412.2867,1.3910,0.8580,-0.2961,0.0000,1,644.4444,59.1478,546.2513,-96.1827,3.9917,36.8644,-6.4910,0.0000,-0.2984,0.1854,-0.4838,4.2901,-0.4838,0.0879,0.0000,-0.5718,0.0000,-0.5718,0.1518,-0.7235,0.0000,-0.7235,-0.0102,-0.7134,0.0000,0.0437,0.2569,-1.0139,1394.6350,1394.6350,1394.6350 -577.5000,1.0000,8412.4085,0.4385,0.0190,-0.2331,0.0000,1,644.4444,64.3806,546.2513,-96.1827,4.3448,36.8644,-6.4910,0.0000,-0.0037,0.0826,-0.0863,4.3485,-0.0863,0.0252,0.0000,-0.1115,0.0000,-0.1115,0.0478,-0.1593,0.0000,-0.1593,-0.0025,-0.1568,0.0000,0.0138,0.0810,-0.2516,1446.5447,1446.5447,1446.5447 -578.5000,1.0000,8412.4111,0.0095,0.0000,-0.0053,0.0000,0,644.4444,63.0619,546.2513,-96.1827,4.2558,36.8644,-6.4910,0.0000,0.0000,-0.0034,0.0034,4.2558,0.0034,0.0005,0.0000,0.0030,0.0000,0.0030,0.0010,0.0019,0.0000,0.0019,0.0000,0.0019,0.0000,0.0003,0.0018,-0.0001,1433.4627,1433.4627,1433.4627 -579.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,622.2222,53.2227,565.7603,-98.5662,3.4679,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,4.3171,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1315.4140,1315.4140,1315.4140 -580.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.6491,586.7144,-100.9497,4.3762,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3762,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1457.9188,1457.9188,1457.9188 -581.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.1008,586.7144,-100.9497,4.2789,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2789,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1442.5597,1442.5597,1442.5597 -582.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.3683,586.7144,-100.9497,4.2957,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2957,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1445.2137,1445.2137,1445.2137 -583.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.5865,586.7144,-100.9497,4.3094,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3094,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1447.3782,1447.3782,1447.3782 -584.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,51.4670,586.7144,-100.9497,3.2338,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.2338,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1277.5526,1277.5526,1277.5526 -585.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,51.6844,586.7144,-100.9497,3.2474,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.2474,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1279.7096,1279.7096,1279.7096 -586.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.0564,586.7144,-100.9497,4.3389,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3389,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1452.0394,1452.0394,1452.0394 -587.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.5274,586.7144,-100.9497,4.3057,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3057,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1446.7921,1446.7921,1446.7921 -588.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.6935,586.7144,-100.9497,4.3161,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3161,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1448.4392,1448.4392,1448.4392 -589.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.5703,586.7144,-100.9497,4.3712,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3712,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1457.1372,1457.1372,1457.1372 -590.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.2578,586.7144,-100.9497,4.2888,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2888,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1444.1175,1444.1175,1444.1175 -591.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.7658,586.7144,-100.9497,4.3207,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3207,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1449.1572,1449.1572,1449.1572 -592.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,67.9366,586.7144,-100.9497,4.2686,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1440.9313,1440.9313,1440.9313 -593.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,67.7700,586.7144,-100.9497,4.2581,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2581,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1439.2783,1439.2783,1439.2783 -594.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,66.8752,586.7144,-100.9497,4.2019,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1430.4016,1430.4016,1430.4016 -595.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,66.1217,586.7144,-100.9497,4.1545,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1545,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1422.9271,1422.9271,1422.9271 -596.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,67.0160,586.7144,-100.9497,4.2107,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2107,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1431.7987,1431.7987,1431.7987 -597.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,66.2350,586.7144,-100.9497,4.1617,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1617,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1424.0511,1424.0511,1424.0511 -598.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,66.5767,586.7144,-100.9497,4.1831,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1831,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1427.4406,1427.4406,1427.4406 -599.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.2156,586.7144,-100.9497,4.3489,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3489,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1453.6190,1453.6190,1453.6190 -600.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.1680,586.7144,-100.9497,4.3460,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3460,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1453.1469,1453.1469,1453.1469 -601.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.8652,586.7144,-100.9497,4.3269,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3269,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1450.1432,1450.1432,1450.1432 -602.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,70.1832,586.7144,-100.9497,4.4097,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.4097,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1463.2178,1463.2178,1463.2178 -603.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,52.1706,586.7144,-100.9497,3.2780,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.2780,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1284.5325,1284.5325,1284.5325 -604.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,50.1697,586.7144,-100.9497,3.1523,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1523,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1264.6831,1264.6831,1264.6831 -605.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,51.7931,586.7144,-100.9497,3.2543,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.2543,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1280.7874,1280.7874,1280.7874 -606.5000,1.0000,8412.4111,0.0000,0.0000,0.0000,0.0000,0,600.0000,50.4300,586.7144,-100.9497,3.1686,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1267.2659,1267.2659,1267.2659 -607.5000,1.0000,8412.4120,0.0030,0.0060,0.0017,0.0000,1,600.0000,51.0711,586.7144,-100.9497,3.2089,36.8644,-6.3429,0.0000,0.0000,-0.0011,0.0011,3.2089,0.0011,0.0001,0.0000,0.0010,0.0000,0.0010,0.0003,0.0007,0.0000,0.0007,0.0000,0.0007,0.0000,0.0001,0.0006,0.0000,1273.6257,1273.6257,1273.6257 -608.5000,1.0000,8412.4134,0.0050,0.0040,-0.0006,0.0000,1,622.2222,61.9721,565.7603,-98.5662,4.0380,36.8644,-6.4225,0.8491,0.0014,-0.0004,0.0019,3.1875,0.0019,0.0002,0.0000,0.0016,0.0000,0.0016,0.0005,0.0011,0.0000,0.0011,0.0000,0.0011,0.0000,0.0002,0.0009,0.0000,1402.2076,1402.2076,1402.2076 -609.5000,1.0000,8412.4143,0.0020,0.0030,-0.0003,0.0000,1,644.4444,46.7491,546.2513,-96.1827,3.1549,36.8644,-6.4910,0.0000,0.0000,-0.0007,0.0007,3.1549,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0001,0.0004,0.0000,1271.6404,1271.6404,1271.6404 -610.5000,1.0000,8412.4155,0.0000,0.0050,0.0006,0.0000,1,644.4444,47.6382,546.2513,-96.1827,3.2149,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2149,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1280.4599,1280.4599,1280.4599 -611.5000,1.0000,8412.4171,0.0000,0.0070,0.0006,0.0000,1,644.4444,46.8986,546.2513,-96.1827,3.1650,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.1235,1273.1235,1273.1235 -612.5000,1.0000,8412.4192,0.0000,0.0080,0.0003,0.0000,1,644.4444,46.6270,546.2513,-96.1827,3.1467,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1467,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1270.4289,1270.4289,1270.4289 -613.5000,1.0000,8412.4214,0.0000,0.0080,0.0000,0.0000,0,644.4444,46.9732,546.2513,-96.1827,3.1700,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1700,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.8633,1273.8633,1273.8633 -614.5000,1.0000,8412.4236,0.0000,0.0080,0.0000,0.0000,0,622.2222,35.6337,565.7603,-98.5662,2.3219,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1140.9311,1140.9311,1140.9311 -615.5000,1.0000,8412.4259,0.0000,0.0080,0.0000,0.0000,0,600.0000,50.6540,586.7144,-100.9497,3.1827,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1827,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1269.4873,1269.4873,1269.4873 -616.5000,1.0000,8412.4281,0.0000,0.0080,0.0000,0.0000,0,600.0000,50.8109,586.7144,-100.9497,3.1925,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1271.0442,1271.0442,1271.0442 -617.5000,1.0000,8412.4303,0.0000,0.0080,0.0000,0.0000,0,600.0000,52.1735,586.7144,-100.9497,3.2782,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.2782,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1284.5608,1284.5608,1284.5608 -618.5000,1.0000,8412.4325,0.0000,0.0080,0.0000,0.0000,0,600.0000,50.0069,586.7144,-100.9497,3.1420,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.0680,1263.0680,1263.0680 -619.5000,1.0000,8412.4353,0.0020,0.0120,0.0011,0.0000,1,600.0000,49.4747,586.7144,-100.9497,3.1086,36.8644,-6.3429,0.0000,0.0000,-0.0008,0.0008,3.1086,0.0008,0.0001,0.0000,0.0007,0.0000,0.0007,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0001,0.0004,0.0000,1257.7892,1257.7892,1257.7892 -620.5000,1.0000,8412.4384,0.0020,0.0100,-0.0006,0.0000,1,622.2222,60.0700,565.7603,-98.5662,3.9141,36.8644,-6.4225,0.8491,0.0000,-0.0007,0.0007,3.0650,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0001,0.0004,0.0000,1383.3393,1383.3393,1383.3393 -621.5000,1.0000,8412.4621,0.0755,0.1610,0.0419,0.0000,1,644.4444,46.6356,546.2513,-96.1827,3.1473,36.8644,-6.4910,0.0000,0.0723,0.0361,0.0361,3.0750,0.0361,0.0037,0.0000,0.0324,0.0000,0.0324,0.0082,0.0242,0.0000,0.0242,0.0001,0.0241,0.0000,0.0024,0.0139,0.0078,1270.5145,1270.5145,1270.5145 -622.5000,1.0000,8412.7521,1.0340,1.9270,0.4906,0.0000,1,644.4444,90.2008,546.2513,-96.1827,6.0873,36.8644,-6.4910,0.0000,3.1024,1.4290,1.6734,2.9849,1.6734,0.0697,0.0000,1.6036,0.0000,1.6036,0.1191,1.4846,0.0000,1.4846,0.0125,1.4721,0.0000,0.0325,0.1910,1.2486,1752.7461,1752.7461,1752.7461 -623.5000,1.0000,8413.6271,3.1400,4.3730,0.6794,0.0000,1,645.9562,181.0414,544.9729,-96.0205,12.2464,36.8644,-6.4952,0.0600,9.2039,2.5645,6.6394,2.9826,6.6394,0.2725,0.0000,6.3669,0.0000,6.3669,0.3840,5.9829,0.0000,5.9829,0.0526,5.9303,0.0000,0.0986,0.5799,5.2519,2817.5345,2817.5345,2817.5345 -624.5000,1.0000,8414.9285,4.6750,4.9970,0.1733,0.0000,1,689.9681,138.4137,510.2100,-91.2998,10.0008,36.8644,-6.5967,1.8008,3.8708,0.0187,3.8521,4.3293,3.8521,0.3172,0.0000,3.5350,0.0000,3.5350,0.5101,3.0249,0.0000,3.0249,0.0200,3.0049,0.0000,0.1468,0.8634,1.9948,2457.5152,2457.5152,2457.5152 -625.5000,1.0000,8416.4236,5.3725,5.7680,0.2142,0.0000,1,789.0888,145.0852,455.1482,-80.6682,11.9889,37.6103,-6.6659,2.7438,5.0005,0.0000,5.0005,4.2446,5.0005,0.3927,0.0000,4.6078,0.0000,4.6078,0.5862,4.0216,0.0000,4.0216,0.0284,3.9933,0.0000,0.1687,0.9922,2.8324,2893.6371,2893.6371,2893.6371 -626.5000,1.0000,8417.9850,5.6110,5.4740,-0.0817,0.0000,1,824.1186,36.5574,427.1577,-77.7733,3.1550,36.8644,-6.7120,-1.0927,1.1153,0.0000,1.1153,3.1324,1.1153,0.4300,0.0000,0.6853,0.0000,0.6853,0.6122,0.0731,0.0000,0.0731,-0.0113,0.0844,0.0000,0.1762,1.0362,-1.1280,1467.6086,1467.6086,1467.6086 -627.5000,1.0000,8419.4863,5.3945,5.3350,-0.0386,0.0000,1,792.3200,64.3521,444.3011,-80.3217,5.3394,36.8644,-6.6644,-0.4967,1.6388,0.0000,1.6388,4.1973,1.6388,0.4025,0.0000,1.2363,0.0000,1.2363,0.5886,0.6477,0.0000,0.6477,-0.0051,0.6529,0.0000,0.1694,0.9962,-0.5127,1826.1710,1826.1710,1826.1710 -628.5000,1.0000,8420.9446,5.2400,5.1650,-0.0472,0.0000,1,769.6278,62.5998,457.4012,-82.7556,5.0452,36.8644,-6.6697,-0.5901,1.4772,0.0000,1.4772,4.1581,1.4772,0.3885,0.0000,1.0887,0.0000,1.0887,0.5717,0.5170,0.0000,0.5170,-0.0061,0.5231,0.0000,0.1645,0.9677,-0.6091,1735.1252,1735.1252,1735.1252 -629.5000,1.0000,8422.4306,5.3395,5.5340,0.1025,0.0000,1,784.2419,109.0146,448.8776,-81.1881,8.9529,36.8644,-6.6676,1.3051,3.4756,0.0000,3.4756,4.1722,3.4756,0.3786,0.0000,3.0971,0.0000,3.0971,0.5826,2.5145,0.0000,2.5145,0.0135,2.5010,0.0000,0.1676,0.9861,1.3473,2403.7040,2403.7040,2403.7040 -630.5000,1.0000,8424.0431,5.7950,6.0760,0.1506,0.0000,1,851.1437,119.3544,458.4539,-75.8408,10.6382,40.8627,-6.7598,2.0805,4.4697,0.0000,4.4697,4.0880,4.4697,0.4161,0.0000,4.0537,0.0000,4.0537,0.6323,3.4214,0.0000,3.4214,0.0215,3.3999,0.0000,0.1819,1.0702,2.1477,2748.8126,2748.8126,2748.8126 -631.5000,1.0000,8425.7145,6.0070,5.9580,-0.0328,0.0000,1,882.2813,61.7646,435.7835,-73.6143,5.7066,40.2630,-6.8014,-0.4695,1.9275,0.0000,1.9275,4.2486,1.9275,0.4637,0.0000,1.4638,0.0000,1.4638,0.6554,0.8084,0.0000,0.8084,-0.0049,0.8132,0.0000,0.1886,1.1093,-0.4847,1850.6695,1850.6695,1850.6695 -632.5000,1.0000,8427.3885,6.0165,6.0950,0.0381,0.0000,1,883.6766,83.6803,425.6694,-73.5145,7.7436,39.3908,-6.8029,0.5460,2.9799,0.0000,2.9799,4.2178,2.9799,0.4541,0.0000,2.5257,0.0000,2.5257,0.6564,1.8693,0.0000,1.8693,0.0056,1.8636,0.0000,0.1889,1.1111,0.5636,2276.8554,2276.8554,2276.8554 -633.5000,1.0000,8429.1693,6.4010,6.7270,0.1756,0.0000,1,940.1502,125.3889,492.5491,-70.0505,12.3448,48.4926,-6.8966,2.6797,5.3608,0.0000,5.3608,4.3043,5.3608,0.4854,0.0000,4.8754,0.0000,4.8754,0.6984,4.1770,0.0000,4.1770,0.0277,4.1493,0.0000,0.2010,1.1821,2.7663,3088.4726,3088.4726,3088.4726 -634.5000,1.0000,8431.0539,6.7745,6.8420,0.0319,0.0000,1,995.0083,80.0546,502.0266,-66.9124,8.3414,52.3097,-6.9721,0.5160,3.2761,0.0000,3.2761,4.5493,3.2761,0.5351,0.0000,2.7410,0.0000,2.7410,0.7392,2.0018,0.0000,2.0018,0.0053,1.9965,0.0000,0.2127,1.2511,0.5327,2533.2256,2533.2256,2533.2256 -635.5000,1.0000,8432.9818,6.9305,7.0390,0.0547,0.0000,1,1017.9208,76.3359,491.4596,-67.9096,8.1371,52.3878,-7.2389,0.9044,3.7449,0.0000,3.7449,3.4878,3.7449,0.5483,0.0000,3.1966,0.0000,3.1966,0.7562,2.4404,0.0000,2.4404,0.0094,2.4311,0.0000,0.2176,1.2799,0.9336,2517.5378,2517.5378,2517.5378 -636.5000,1.0000,8434.9627,7.1210,7.2230,0.0511,0.0000,1,1045.9006,85.8054,495.8274,-69.9125,9.3980,54.3062,-7.6573,0.8679,3.7906,0.0000,3.7906,4.7395,3.7906,0.5701,0.0000,3.2205,0.0000,3.2205,0.7770,2.4436,0.0000,2.4436,0.0090,2.4346,0.0000,0.2236,1.3151,0.8960,2735.5183,2735.5183,2735.5183 -637.5000,1.0000,8437.0174,7.3870,7.5710,0.0967,0.0000,1,1084.9695,99.6602,518.1476,-72.7092,11.3232,58.8708,-8.2610,1.7028,4.7693,0.0000,4.7693,4.8511,4.7693,0.5918,0.0000,4.1775,0.0000,4.1775,0.8060,3.3715,0.0000,3.3715,0.0176,3.3539,0.0000,0.2319,1.3642,1.7578,2982.2324,2982.2324,2982.2324 -638.5000,1.0000,8439.1350,7.6135,7.6760,0.0292,0.0000,1,1118.2368,78.0202,520.7790,-74.8729,9.1363,60.9840,-8.7677,0.5295,3.6581,0.0000,3.6581,4.9487,3.6581,0.6302,0.0000,3.0279,0.0000,3.0279,0.8307,2.1972,0.0000,2.1972,0.0055,2.1917,0.0000,0.2390,1.4060,0.5466,2658.6473,2658.6473,2658.6473 -639.5000,1.0000,8441.2709,7.6790,7.7020,0.0072,0.0000,1,1127.8572,71.5775,510.1373,-75.4468,8.4539,60.2518,-8.9109,0.1322,3.2769,0.0000,3.2769,5.0447,3.2769,0.6420,0.0000,2.6349,0.0000,2.6349,0.8378,1.7971,0.0000,1.7971,0.0014,1.7957,0.0000,0.2411,1.4181,0.1365,2562.1232,2562.1232,2562.1232 -640.5000,1.0000,8443.4046,7.6715,7.6610,-0.0114,0.0000,1,1126.7556,65.5169,503.8770,-75.3811,7.7306,59.4543,-8.8945,-0.2083,2.9220,0.0000,2.9220,5.0169,2.9220,0.6446,0.0000,2.2774,0.0000,2.2774,0.8370,1.4404,0.0000,1.4404,-0.0022,1.4425,0.0000,0.2409,1.4167,-0.2151,2464.6747,2464.6747,2464.6747 -641.5000,1.0000,8445.5417,7.6835,7.7260,0.0181,0.0000,1,1128.5181,74.8835,506.6035,-75.4862,8.8496,59.8695,-8.9208,0.3308,3.4839,0.0000,3.4839,5.0349,3.4839,0.6405,0.0000,2.8434,0.0000,2.8434,0.8383,2.0051,0.0000,2.0051,0.0034,2.0017,0.0000,0.2412,1.4190,0.3415,2615.3207,2615.3207,2615.3207 -642.5000,1.0000,8447.6836,7.7010,7.6960,-0.0083,0.0000,1,1131.0884,66.9033,506.9499,-75.6396,7.9245,60.0469,-8.9593,-0.1530,2.9922,0.0000,2.9922,5.0854,2.9922,0.6475,0.0000,2.3446,0.0000,2.3446,0.8402,1.5044,0.0000,1.5044,-0.0016,1.5060,0.0000,0.2418,1.4222,-0.1580,2489.6401,2489.6401,2489.6401 -643.5000,1.0000,8449.8171,7.6705,7.6650,-0.0086,0.0000,1,1126.6087,66.7325,502.2122,-75.3723,7.8730,59.2501,-8.8923,-0.1575,2.9741,0.0000,2.9741,5.0564,2.9741,0.6440,0.0000,2.3301,0.0000,2.3301,0.8369,1.4931,0.0000,1.4931,-0.0016,1.4948,0.0000,0.2408,1.4166,-0.1626,2483.9800,2483.9800,2483.9800 -644.5000,1.0000,8451.9455,7.6520,7.6590,-0.0017,0.0000,1,1123.8915,68.9362,502.6283,-75.2103,8.1134,59.1562,-8.8518,-0.0304,3.0971,0.0000,3.0971,5.0467,3.0971,0.6405,0.0000,2.4566,0.0000,2.4566,0.8349,1.6217,0.0000,1.6217,-0.0003,1.6220,0.0000,0.2402,1.4131,-0.0314,2517.3710,2517.3710,2517.3710 -645.5000,1.0000,8454.0653,7.6215,7.6040,-0.0153,0.0000,1,1119.4118,64.4778,500.2027,-74.9430,7.5584,58.6360,-8.7852,-0.2777,2.8283,0.0000,2.8283,5.0077,2.8283,0.6395,0.0000,2.1888,0.0000,2.1888,0.8316,1.3573,0.0000,1.3573,-0.0029,1.3601,0.0000,0.2393,1.4075,-0.2866,2443.2800,2443.2800,2443.2800 -646.5000,1.0000,8456.1748,7.5840,7.5840,-0.0056,0.0000,1,1113.9040,67.8375,498.4457,-74.6145,7.9131,58.1426,-8.7036,-0.1005,2.9947,0.0000,2.9947,5.0189,2.9947,0.6333,0.0000,2.3614,0.0000,2.3614,0.8275,1.5339,0.0000,1.5339,-0.0010,1.5350,0.0000,0.2381,1.4006,-0.1037,2493.2940,2493.2940,2493.2940 -647.5000,1.0000,8458.2855,7.5885,7.6130,0.0081,0.0000,1,1114.5649,71.9699,502.4482,-74.6539,8.4001,58.6442,-8.7134,0.1458,3.2509,0.0000,3.2509,5.0035,3.2509,0.6312,0.0000,2.6196,0.0000,2.6196,0.8280,1.7916,0.0000,1.7916,0.0015,1.7901,0.0000,0.2382,1.4014,0.1505,2559.6797,2559.6797,2559.6797 -648.5000,1.0000,8460.4102,7.6390,7.6850,0.0200,0.0000,1,1121.9822,75.3299,508.1714,-75.0964,8.8508,59.7069,-8.8233,0.3643,3.4988,0.0000,3.4988,4.9877,3.4988,0.6349,0.0000,2.8639,0.0000,2.8639,0.8335,2.0304,0.0000,2.0304,0.0038,2.0267,0.0000,0.2398,1.4107,0.3761,2618.1640,2618.1640,2618.1640 -649.5000,1.0000,8462.5630,7.7400,7.8150,0.0361,0.0000,1,1136.8166,69.4566,516.1198,-75.9813,8.2686,61.4426,-9.0454,0.6665,3.8555,0.0000,3.8555,3.7466,3.8555,0.6437,0.0000,3.2118,0.0000,3.2118,0.8445,2.3673,0.0000,2.3673,0.0069,2.3604,0.0000,0.2430,1.4294,0.6880,2534.1429,2534.1429,2534.1429 -650.5000,1.0000,8464.7246,7.7720,7.7490,-0.0183,0.0000,1,1141.5166,52.5635,505.2069,-76.2616,6.2834,60.3921,-9.1163,-0.3398,2.8309,0.0000,2.8309,3.7923,2.8309,0.6579,0.0000,2.1730,0.0000,2.1730,0.8480,1.3250,0.0000,1.3250,-0.0035,1.3285,0.0000,0.2440,1.4353,-0.3508,2267.6072,2267.6072,2267.6072 -651.5000,1.0000,8466.8738,7.7270,7.7250,-0.0067,0.0000,1,1134.9072,56.2853,497.9218,-75.8674,6.6894,59.1766,-9.0166,-0.1228,3.0349,0.0000,3.0349,3.7773,3.0349,0.6503,0.0000,2.3846,0.0000,2.3846,0.8431,1.5415,0.0000,1.5415,-0.0013,1.5428,0.0000,0.2426,1.4270,-0.1268,2322.6781,2322.6781,2322.6781 -652.5000,1.0000,8469.0185,7.7110,7.7170,-0.0022,0.0000,1,1132.5572,57.7736,499.7736,-75.7272,6.8520,59.2737,-8.9813,-0.0409,3.1124,0.0000,3.1124,3.7805,3.1124,0.6476,0.0000,2.4649,0.0000,2.4649,0.8413,1.6235,0.0000,1.6235,-0.0004,1.6239,0.0000,0.2421,1.4240,-0.0422,2344.8909,2344.8909,2344.8909 -653.5000,1.0000,8471.1320,7.5985,7.5000,-0.0603,0.0000,1,1116.0337,39.5320,486.4126,-74.7415,4.6201,56.8474,-8.7351,-1.0922,1.9773,0.0000,1.9773,3.7351,1.9773,0.6452,0.0000,1.3321,0.0000,1.3321,0.8291,0.5030,0.0000,0.5030,-0.0113,0.5143,0.0000,0.2386,1.4033,-1.1275,2034.8444,2034.8444,2034.8444 -654.5000,1.0000,8473.0834,7.0150,6.5500,-0.2639,0.0000,1,1030.3318,-22.7604,412.7782,-68.7980,-2.4558,44.5372,-7.4230,-4.4143,-1.7088,0.0000,-1.7088,3.6674,-1.7088,0.6127,0.0000,-2.3215,0.0000,-2.3215,0.7654,-3.0869,0.0000,-3.0869,-0.0456,-3.0413,0.0000,0.2202,1.2955,-4.5570,712.4716,712.4716,712.4716 -655.5000,1.0000,8474.7716,6.0675,5.6050,-0.2625,0.0000,1,891.1673,-20.9961,395.0197,-72.9789,-1.9594,36.8644,-6.8106,-3.7980,-1.4827,0.0000,-1.4827,3.3213,-1.4827,0.5043,0.0000,-1.9870,0.0000,-1.9870,0.6620,-2.6490,0.0000,-2.6490,-0.0393,-2.6097,0.0000,0.1905,1.1205,-3.9207,613.0287,613.0287,613.0287 -656.5000,1.0000,8476.3410,5.6400,5.6950,0.0250,0.0000,1,828.3780,67.2445,424.9614,-77.4687,5.8333,36.8644,-6.7202,0.3362,2.6027,0.0000,2.6027,2.8944,2.6027,0.4181,0.0000,2.1846,0.0000,2.1846,0.6154,1.5692,0.0000,1.5692,0.0035,1.5657,0.0000,0.1771,1.0416,0.3471,1896.8653,1896.8653,1896.8653 -657.5000,1.0000,8477.9131,5.6495,5.6240,-0.0197,0.0000,1,829.7733,53.8083,424.2468,-77.3689,4.6756,36.8644,-6.7229,-0.2657,1.9854,0.0000,1.9854,2.9559,1.9854,0.4253,0.0000,1.5601,0.0000,1.5601,0.6164,0.9437,0.0000,0.9437,-0.0027,0.9464,0.0000,0.1774,1.0433,-0.2743,1709.8135,1709.8135,1709.8135 -658.5000,1.0000,8479.4014,5.3480,5.0920,-0.1478,0.0000,1,785.4903,18.1981,448.1642,-81.0542,1.4969,36.8644,-6.6672,-1.8846,0.1864,0.0000,0.1864,3.1951,0.1864,0.4123,0.0000,-0.2259,0.0000,-0.2259,0.5835,-0.8094,0.0000,-0.8094,-0.0195,-0.7899,0.0000,0.1679,0.9876,-1.9455,1162.2773,1162.2773,1162.2773 -659.5000,1.0000,8480.7124,4.7095,4.3470,-0.2069,0.0000,1,696.8033,7.0969,505.2052,-90.5667,0.5179,36.8644,-6.6086,-2.1232,-0.5306,0.0045,-0.5351,3.1717,-0.5351,0.3566,0.0000,-0.8918,0.0000,-0.8918,0.5138,-1.4056,0.0000,-1.4056,-0.0240,-1.3816,0.0000,0.1479,0.8697,-2.3992,926.4603,926.4603,926.4603 -660.5000,1.0000,8481.8695,4.1555,3.9840,-0.1008,0.0000,1,645.8148,54.4443,545.0923,-96.0357,3.6820,36.8644,-6.4949,-0.0543,0.5780,-0.0251,0.6031,3.1584,0.6031,0.2936,0.0000,0.3095,0.0000,0.3095,0.4534,-0.1439,0.0000,-0.1439,-0.0103,-0.1336,0.0000,0.1305,0.7674,-1.0315,1349.2371,1349.2371,1349.2371 -661.5000,1.0000,8482.9174,3.7625,3.5610,-0.1175,0.0000,1,644.4444,52.0713,546.2513,-96.1827,3.5141,36.8644,-6.4910,0.0000,0.3635,-0.0217,0.3852,3.1506,0.3852,0.2609,0.0000,0.1243,0.0000,0.1243,0.4105,-0.2862,0.0000,-0.2862,-0.0109,-0.2753,0.0000,0.1181,0.6948,-1.0883,1324.4366,1324.4366,1324.4366 -662.5000,1.0000,8483.8502,3.3480,3.1550,-0.1128,0.0000,1,644.4444,51.9001,546.2513,-96.1827,3.5025,36.8644,-6.4910,0.0000,0.3527,-0.0228,0.3755,3.1498,0.3755,0.2256,0.0000,0.1499,0.0000,0.1499,0.3653,-0.2154,0.0000,-0.2154,-0.0093,-0.2061,0.0000,0.1051,0.6183,-0.9295,1322.7381,1322.7381,1322.7381 -663.5000,1.0000,8484.6768,2.9660,2.7970,-0.0994,0.0000,1,644.4444,51.4912,546.2513,-96.1827,3.4749,36.8644,-6.4910,0.0000,0.3993,-0.0256,0.4250,3.0756,0.4250,0.1939,0.0000,0.2311,0.0000,0.2311,0.3236,-0.0925,0.0000,-0.0925,-0.0073,-0.0852,0.0000,0.0931,0.5477,-0.7261,1318.6814,1318.6814,1318.6814 -664.5000,1.0000,8485.4271,2.6910,2.6050,-0.0533,0.0000,1,644.4444,54.9087,546.2513,-96.1827,3.7056,36.8644,-6.4910,0.0000,0.6632,-0.0245,0.6878,3.0423,0.6878,0.1695,0.0000,0.5182,0.0000,0.5182,0.2936,0.2246,0.0000,0.2246,-0.0035,0.2281,0.0000,0.0845,0.4970,-0.3533,1352.5834,1352.5834,1352.5834 -665.5000,1.0000,8486.1791,2.6970,2.8090,0.0567,0.0000,1,644.4444,66.4320,546.2513,-96.1827,4.4832,36.8644,-6.4910,0.0000,1.4734,0.0537,1.4197,3.0099,1.4197,0.1627,0.0000,1.2570,0.0000,1.2570,0.2943,0.9627,0.0000,0.9627,0.0038,0.9590,0.0000,0.0847,0.4981,0.3762,1466.8947,1466.8947,1466.8947 -666.5000,1.0000,8487.1985,3.6600,4.5310,0.4783,0.0000,1,654.2344,153.1112,538.0773,-95.1326,10.4898,36.8644,-6.5177,0.3933,7.1218,1.2700,5.8518,2.9747,5.8518,0.2884,0.0000,5.5634,0.0000,5.5634,0.4197,5.1436,0.0000,5.1436,0.0432,5.1005,0.0000,0.1149,0.6759,4.3096,2518.8659,2518.8659,2518.8659 -667.5000,1.0000,8488.7481,5.5685,6.6260,0.5819,0.0000,1,817.8764,247.5180,566.7929,-78.2196,21.1994,48.5446,-6.6993,7.7275,10.4377,0.0000,10.4377,3.0342,10.4377,0.5170,0.0000,9.9207,0.0000,9.9207,0.6604,9.2603,0.0000,9.2603,0.0799,9.1804,0.0000,0.1748,1.0284,7.9772,4524.9017,4524.9017,4524.9017 -668.5000,1.0000,8490.8443,7.5365,8.4670,0.5114,0.0000,1,1106.9274,219.5607,645.6430,-74.1983,25.4509,74.8411,-8.6009,9.1905,12.8247,0.0000,12.8247,3.4357,12.8247,0.7401,0.0000,12.0846,0.0000,12.0846,0.8737,11.2109,0.0000,11.2109,0.0950,11.1159,0.0000,0.2366,1.3918,9.4875,5345.8000,5345.8000,5345.8000 -669.5000,1.0000,8493.3656,9.0665,9.6860,0.3386,0.0000,1,1331.6470,164.6031,663.8900,-87.5580,22.9539,92.5793,-12.2099,7.3208,11.4568,0.0000,11.4568,4.1763,11.4568,0.8729,0.0000,10.5838,0.0000,10.5838,0.9918,9.5921,0.0000,9.5921,0.0757,9.5164,0.0000,0.2846,1.6744,7.5574,5047.1696,5047.1696,5047.1696 -670.5000,1.0000,8495.9908,9.4406,9.2152,-0.1308,0.0000,0,1313.8976,-28.4944,528.9795,-86.5053,-3.9206,72.7828,-11.9024,-8.6554,0.0000,0.0000,0.0000,4.7348,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0300,-1.0300,0.0000,-1.0300,-0.0304,-0.9996,0.0000,0.2964,1.7434,-3.0394,1127.5929,1127.5929,1127.5929 -671.5000,1.0000,8498.9888,10.7831,12.3710,0.8766,0.0000,2,1119.2861,295.6325,394.6864,-74.9355,34.6515,46.2617,-8.7833,-6.0035,34.9994,0.0000,34.9994,5.6556,28.1492,0.9177,0.0000,27.2315,0.0000,27.2315,1.3992,25.8323,0.0000,25.8323,0.2331,25.5992,0.0000,0.3385,1.9914,23.2693,7102.7267,7102.7267,7102.7267 -672.5000,1.0000,8502.7145,13.4025,14.4540,0.5786,0.0000,2,1118.8931,318.5417,665.5893,-74.9121,37.3236,77.9872,-8.7775,5.9744,24.7514,0.0000,24.7514,6.5978,24.7514,0.9866,0.0000,23.7648,0.0000,23.7648,1.5879,22.1769,0.0000,22.1769,0.1912,21.9857,0.0000,0.4208,2.4751,19.0898,7579.1801,7579.1801,7579.1801 -673.5000,1.0000,8507.0333,15.5375,16.6410,0.6075,0.0000,2,1297.1312,335.3542,692.6925,-85.5109,45.5529,94.0921,-11.6154,7.2719,29.8993,0.0000,29.8993,8.3817,29.8993,1.2158,0.0000,28.6835,0.0000,28.6835,1.8578,26.8257,0.0000,26.8257,0.2327,26.5930,0.0000,0.4878,2.8694,23.2357,9247.5014,9247.5014,9247.5014 -674.5000,1.0000,8512.0631,18.0975,19.5740,0.8147,0.0000,2,1510.8500,421.1418,768.0862,-98.1862,66.6313,121.5234,-15.5346,11.3593,44.5533,0.0000,44.5533,10.7187,44.5533,1.6776,0.0000,42.8757,0.0000,42.8757,2.3059,40.5698,0.0000,40.5698,0.3635,40.2062,0.0000,0.5682,3.3422,36.2959,13369.3548,13369.3548,13369.3548 -675.5000,1.0000,8517.4350,19.3286,19.1032,-0.1308,0.0000,0,1517.7818,25.4916,671.2224,-98.5973,4.0517,106.6852,-15.6712,-10.7653,0.0000,0.0000,0.0000,14.8170,0.0000,0.0000,0.0000,0.0003,0.0000,0.0003,2.1089,-2.1086,0.0000,-2.1086,-0.0623,-2.0463,0.0000,0.6068,3.5695,-6.2227,2664.6610,2664.6610,2664.6610 -676.5000,1.0000,8523.0228,20.1061,21.1290,0.5627,0.0000,3,1231.3219,342.2472,406.2000,-81.6079,44.1306,52.3769,-10.5228,-12.9276,43.8926,0.0000,43.8926,13.1656,35.9855,1.1403,0.0000,34.8452,0.0000,34.8452,2.3700,32.4751,0.0000,32.4751,0.2790,32.1962,0.0000,0.6312,3.7131,27.8518,8915.5105,8915.5105,8915.5105 -677.5000,1.0000,8528.9862,21.4585,21.8080,0.1886,0.0000,3,1077.4054,228.7460,658.8061,-72.1677,25.8084,74.3302,-8.1424,1.1278,17.8621,0.0000,17.8621,6.8185,17.8621,0.8213,0.0000,17.0408,0.0000,17.0408,2.3413,14.6995,0.0000,14.6995,0.0998,14.5997,0.0000,0.6737,3.9629,9.9631,5400.3037,5400.3037,5400.3037 -678.5000,1.0000,8535.3857,23.0280,24.2680,0.6833,0.0000,3,1156.2081,494.1480,619.0227,-77.1380,59.8304,74.9499,-9.3397,4.3850,48.4046,0.0000,48.4046,7.0408,48.4046,1.4850,0.0000,46.9196,0.0000,46.9196,2.8196,44.0999,0.0000,44.0999,0.3880,43.7120,0.0000,0.7230,4.2527,38.7363,11917.3394,11917.3394,11917.3394 -679.5000,1.0000,8542.4301,25.3500,26.4520,0.6067,0.0000,3,1272.7929,458.0722,735.8792,-84.0675,61.0549,98.0828,-11.2051,4.2855,48.3109,0.0000,48.3109,8.4584,48.3109,1.5660,0.0000,46.7449,0.0000,46.7449,3.0303,43.7145,0.0000,43.7145,0.3792,43.3354,0.0000,0.7959,4.6815,37.8580,12159.9810,12159.9810,12159.9810 -680.5000,1.0000,8550.1581,27.8105,29.1890,0.7603,0.0000,3,1396.3317,543.6545,751.7138,-91.3943,79.4951,109.9182,-13.3640,5.8919,64.0399,0.0000,64.0399,9.5632,64.0399,1.9746,0.0000,62.0653,0.0000,62.0653,3.4862,58.5791,0.0000,58.5791,0.5213,58.0578,0.0000,0.8731,5.1359,52.0488,15609.1848,15609.1848,15609.1848 -681.5000,1.0000,8558.8314,31.2140,33.2590,1.1306,0.0000,3,1567.2173,748.6233,821.2861,-101.5292,122.8630,134.7883,-16.6628,9.8337,101.7034,0.0000,101.7034,11.3259,101.7034,2.8683,0.0000,98.8351,0.0000,98.8351,4.3505,94.4846,0.0000,94.4846,0.8700,93.6146,0.0000,0.9800,5.7645,86.8702,23965.5547,23965.5547,23965.5547 -682.5000,1.0000,8568.0046,33.0136,32.7882,-0.1308,0.0000,0,1669.3922,75.3132,839.9427,-105.9447,13.1661,146.8374,-18.5211,0.0000,0.0000,0.0000,0.0000,13.1661,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,3.6020,-3.6020,0.0000,-3.6020,-0.1065,-3.4955,0.0000,1.0365,6.0968,-10.6288,4006.1563,4006.1563,4006.1563 -683.5000,1.0000,8577.3870,33.7668,34.7654,0.5492,0.0000,4,1398.8374,423.4984,423.4984,-91.5429,62.0366,62.0366,-13.4097,-23.2417,75.3233,0.0000,75.3233,9.9549,59.0266,1.6570,0.0000,57.3696,0.0000,57.3696,3.9630,53.4065,0.0000,53.4065,0.4572,52.9493,0.0000,1.0601,6.2359,45.6533,12402.6163,12402.6163,12402.6163 -684.5000,1.0000,8587.4128,36.0828,37.4202,0.7374,0.0000,4,1171.3741,740.9827,740.9827,-78.0427,90.8934,90.8934,-9.5732,3.0998,80.5851,0.0000,80.5851,7.2085,80.5851,2.1391,0.0000,78.4461,0.0000,78.4461,4.4920,73.9541,0.0000,73.9541,0.6560,73.2980,0.0000,1.1328,6.6636,65.5016,17727.5756,17727.5756,17727.5756 -685.5000,1.0000,8598.2319,38.9386,40.4770,0.8491,0.0000,4,1264.0835,825.2525,830.7762,-83.5509,109.2424,109.9736,-11.0600,3.8518,98.1899,0.0000,98.1899,7.2007,98.1899,2.5572,0.0000,95.6327,0.0000,95.6327,5.0122,90.6205,0.0000,90.6205,0.8152,89.8053,0.0000,1.2225,7.1910,81.3918,21207.3688,21207.3688,21207.3688 -686.5000,1.0000,8609.6377,41.0510,41.6450,0.3244,0.0000,4,1332.6603,420.9882,859.3659,-87.6181,58.7514,119.9296,-12.2276,1.5516,48.0696,0.0000,48.0696,9.1302,48.0696,1.6060,0.0000,46.4637,0.0000,46.4637,4.4790,41.9847,0.0000,41.9847,0.3284,41.6563,0.0000,1.2888,7.5811,32.7864,11753.0603,11753.0603,11753.0603 -687.5000,1.0000,8621.3252,42.0650,42.5050,0.2389,0.0000,4,1365.5783,351.9947,711.5709,-89.5704,50.3363,101.7568,-12.8088,1.1706,40.1359,0.0000,40.1359,9.0298,40.1359,1.4725,0.0000,38.6634,0.0000,38.6634,4.5896,34.0737,0.0000,34.0737,0.2478,33.8260,0.0000,1.3207,7.7684,24.7369,10166.8988,10166.8988,10166.8988 -688.5000,1.0000,8633.1610,42.5990,42.7130,0.0578,0.0000,4,1382.9138,209.2221,683.6667,-90.5985,30.2992,99.0075,-13.1203,0.2867,21.0766,0.0000,21.0766,8.9358,21.0766,1.1048,0.0000,19.9718,0.0000,19.9718,4.6479,15.3239,0.0000,15.3239,0.0607,15.2632,0.0000,1.3374,7.8670,6.0588,6456.8183,6456.8183,6456.8183 -689.5000,1.0000,8645.1560,43.1720,43.6510,0.2606,0.0000,4,1401.5154,365.9699,640.4653,-91.7018,53.7121,93.9988,-13.4587,1.3104,43.5759,0.0000,43.5759,8.8257,43.5759,1.5694,0.0000,42.0065,0.0000,42.0065,4.7104,37.2961,0.0000,37.2961,0.2773,37.0188,0.0000,1.3554,7.9728,27.6906,10856.9473,10856.9473,10856.9473 -690.5000,1.0000,8657.4132,44.1160,44.6010,0.2639,0.0000,4,1432.1610,367.3100,704.5199,-93.5193,55.0875,105.6608,-14.0256,1.3562,44.9111,0.0000,44.9111,8.8202,44.9111,1.6205,0.0000,43.2907,0.0000,43.2907,4.8134,38.4773,0.0000,38.4773,0.2870,38.1902,0.0000,1.3851,8.1471,28.6580,11105.2810,11105.2810,11105.2810 -691.5000,1.0000,8669.9835,45.2430,45.9050,0.3622,0.0000,4,1468.7474,443.8416,715.4983,-95.6891,68.2659,110.0486,-14.7176,1.9091,57.4112,0.0000,57.4112,8.9455,57.4112,1.9001,0.0000,55.5112,0.0000,55.5112,4.9896,50.5216,0.0000,50.5216,0.4040,50.1175,0.0000,1.4204,8.3553,40.3418,13591.8446,13591.8446,13591.8446 -692.5000,1.0000,8682.9677,46.7330,47.5810,0.4656,0.0000,4,1517.1180,525.0063,753.4217,-98.5579,83.4089,119.6978,-15.6581,2.5346,71.7558,0.0000,71.7558,9.1186,71.7558,2.2269,0.0000,69.5288,0.0000,69.5288,5.3368,64.1921,0.0000,64.1921,0.5364,63.6557,0.0000,1.4672,8.6304,53.5580,16455.4107,16455.4107,16455.4107 -693.5000,1.0000,8696.2423,47.7785,47.9960,0.1153,0.0000,4,1551.0586,250.3866,775.3105,-100.5709,40.6694,125.9310,-16.3354,0.6416,30.6644,0.0000,30.6644,9.3633,30.6644,1.4337,0.0000,29.2307,0.0000,29.2307,5.2130,24.0177,0.0000,24.0177,0.1358,23.8819,0.0000,1.5000,8.8235,13.5584,8508.3097,8508.3097,8508.3097 -694.5000,1.0000,8709.7076,48.4650,48.9540,0.2661,0.0000,4,1573.3449,348.3702,700.1598,-101.8926,57.3976,115.3585,-16.7879,1.5025,49.6587,0.0000,49.6587,6.2364,49.6587,1.8327,0.0000,47.8261,0.0000,47.8261,5.2879,42.5382,0.0000,42.5382,0.3180,42.2202,0.0000,1.5216,8.9503,31.7483,11684.8070,11684.8070,11684.8070 -695.5000,1.0000,8723.5752,49.9135,50.8930,0.5386,0.0000,4,1620.3683,555.9362,747.6436,-104.1988,94.3338,126.8636,-17.6809,3.1319,86.0668,0.0000,86.0668,5.1351,86.0668,2.6017,0.0000,83.4651,0.0000,83.4651,5.8380,77.6270,0.0000,77.6270,0.6628,76.9642,0.0000,1.5671,9.2178,66.1794,18671.9050,18671.9050,18671.9050 -696.5000,1.0000,8737.6467,50.6476,50.4222,-0.1308,0.0000,0,1651.8417,30.0368,794.4487,-105.3197,5.1958,137.4241,-18.2182,0.0000,0.0000,0.0000,0.0000,5.1958,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,5.5261,-5.5260,0.0000,-5.5260,-0.1633,-5.3627,0.0000,1.5901,9.3534,-16.3061,3085.5970,3085.5970,3085.5970 -697.5000,1.0000,8751.8237,51.0269,51.6516,0.3415,0.0000,5,1392.2957,402.1440,402.1440,-91.1549,58.6329,58.6329,-13.2905,-22.1917,75.5523,0.0000,75.5523,5.2723,60.7365,0.7955,0.0000,59.9410,0.0000,59.9410,5.5875,54.3535,0.0000,54.3535,0.4296,53.9238,0.0000,1.6020,9.4234,42.8984,11772.8679,11772.8679,11772.8679 -698.5000,1.0000,8766.4065,52.4883,53.3449,0.4703,0.0000,5,1151.3203,715.6808,715.6808,-76.8464,86.2868,86.2868,-9.2651,1.3130,79.6382,0.0000,79.6382,5.3355,79.6382,0.9118,0.0000,78.7265,0.0000,78.7265,6.0035,72.7229,0.0000,72.7229,0.6087,72.1143,0.0000,1.6479,9.6933,60.7731,16851.2460,16851.2460,16851.2460 -699.5000,1.0000,8781.5039,54.3405,55.3562,0.5587,0.0000,5,1191.9498,814.9382,814.9382,-79.2701,101.7212,101.7212,-9.8945,1.6147,94.6380,0.0000,94.6380,5.4684,94.6380,1.0149,0.0000,93.6231,0.0000,93.6231,6.3972,87.2259,0.0000,87.2259,0.7485,86.4774,0.0000,1.7061,10.0354,74.7360,19795.3098,19795.3098,19795.3098 -700.5000,1.0000,8797.1731,56.3991,57.4620,0.5849,0.0000,5,1237.1038,843.0619,858.8785,-81.9508,109.2180,111.2670,-10.6167,1.7546,101.9903,0.0000,101.9903,5.4731,101.9903,1.0838,0.0000,100.9065,0.0000,100.9065,6.6956,94.2109,0.0000,94.2109,0.8134,93.3976,0.0000,1.7707,10.4155,81.2114,21205.8722,21205.8722,21205.8722 -701.5000,1.0000,8813.2888,58.0065,58.5710,0.3081,0.0000,5,1272.3619,530.9379,869.8790,-84.0419,70.7429,115.9039,-11.1979,0.9504,64.2117,0.0000,64.2117,5.5809,64.2117,0.9205,0.0000,63.2911,0.0000,63.2911,6.3290,56.9622,0.0000,56.9622,0.4406,56.5216,0.0000,1.8212,10.7124,43.9881,13994.2885,13994.2885,13994.2885 -702.5000,1.0000,8829.7042,59.0855,59.6200,0.2914,0.0000,5,1296.0296,512.4256,745.1336,-85.4456,69.5464,101.1295,-11.5967,0.9157,62.9518,0.0000,62.9518,5.6789,62.9518,0.9318,0.0000,62.0200,0.0000,62.0200,6.4467,55.5733,0.0000,55.5733,0.4245,55.1488,0.0000,1.8550,10.9116,42.3822,13799.8342,13799.8342,13799.8342 -703.5000,1.0000,8846.3760,60.0085,60.4170,0.2214,0.0000,5,1316.2754,435.0787,739.2492,-86.6463,59.9713,101.8981,-11.9433,0.7066,53.4442,0.0000,53.4442,5.8205,53.4442,0.8994,0.0000,52.5448,0.0000,52.5448,6.5474,45.9974,0.0000,45.9974,0.3275,45.6699,0.0000,1.8840,11.0821,32.7038,11979.9827,11979.9827,11979.9827 -704.5000,1.0000,8863.2784,60.8385,61.2800,0.2397,0.0000,5,1334.4813,454.8109,711.3185,-87.7261,63.5583,99.4043,-12.2594,0.7757,56.9756,0.0000,56.9756,5.8070,56.9756,0.9308,0.0000,56.0448,0.0000,56.0448,6.6380,49.4068,0.0000,49.4068,0.3596,49.0472,0.0000,1.9101,11.2354,35.9018,12650.4255,12650.4255,12650.4255 -705.5000,1.0000,8880.3836,61.5690,61.8780,0.1661,0.0000,5,1350.5047,373.0810,720.3825,-88.6764,52.7628,101.8798,-12.5410,0.5439,46.3392,0.0000,46.3392,5.8797,46.3392,0.8899,0.0000,45.4493,0.0000,45.4493,6.7177,38.7316,0.0000,38.7316,0.2522,38.4795,0.0000,1.9330,11.3703,25.1762,10618.0153,10618.0153,10618.0153 -706.5000,1.0000,8897.6490,62.1455,62.4330,0.1542,0.0000,5,1363.1501,360.1601,690.2697,-89.4264,51.4124,98.5351,-12.7655,0.5095,44.9218,0.0000,44.9218,5.9811,44.9218,0.8925,0.0000,44.0293,0.0000,44.0293,6.7806,37.2487,0.0000,37.2487,0.2362,37.0125,0.0000,1.9511,11.4767,23.5846,10370.8036,10370.8036,10370.8036 -707.5000,1.0000,8915.0978,62.8055,63.1980,0.2125,0.0000,5,1377.6271,424.6775,689.0574,-90.2850,61.2660,99.4067,-13.0249,0.7098,54.5578,0.0000,54.5578,5.9984,54.5578,0.9519,0.0000,53.6059,0.0000,53.6059,6.8526,46.7533,0.0000,46.7533,0.3290,46.4243,0.0000,1.9718,11.5986,32.8538,12236.3587,12236.3587,12236.3587 -708.5000,1.0000,8932.7478,63.5300,63.8820,0.1900,0.0000,5,1393.5189,400.0480,716.1380,-91.2275,58.3786,104.5053,-13.3127,0.6420,51.6199,0.0000,51.6199,6.1167,51.6199,0.9497,0.0000,50.6703,0.0000,50.6703,6.9316,43.7386,0.0000,43.7386,0.2976,43.4410,0.0000,1.9946,11.7324,29.7140,11728.7089,11728.7089,11728.7089 -709.5000,1.0000,8950.5529,64.0885,64.3150,0.1203,0.0000,5,1405.7694,322.1740,707.7322,-91.9540,47.4278,104.1866,-13.5367,0.4100,40.9116,0.0000,40.9116,6.1062,40.9116,0.9058,0.0000,40.0058,0.0000,40.0058,6.9926,33.0133,0.0000,33.0133,0.1900,32.8232,0.0000,2.0121,11.8356,18.9756,9681.0383,9681.0383,9681.0383 -710.5000,1.0000,8968.3784,64.1615,64.0280,-0.0797,0.0000,5,1407.3707,100.2227,674.6347,-92.0490,14.7708,99.4273,-13.5661,-0.2720,8.8932,0.0000,8.8932,6.1497,8.8932,0.7470,0.0000,8.1462,0.0000,8.1462,7.0005,1.1457,0.0000,1.1457,-0.1261,1.2718,0.0000,2.0144,11.8490,-12.5917,3688.2206,3688.2206,3688.2206 -711.5000,1.0000,8986.0843,63.7315,63.4550,-0.1592,0.0000,5,1397.9387,12.5451,584.5608,-91.4896,1.8365,85.5749,-13.3933,-0.5395,-3.7376,0.0000,-3.7376,6.1136,-3.7376,0.7593,0.0000,-4.4969,0.0000,-4.4969,6.9536,-11.4505,0.0000,-11.4505,-0.2501,-11.2004,0.0000,2.0009,11.7696,-24.9710,2151.0192,2151.0192,2151.0192 -712.5000,1.0000,9003.6247,63.1355,62.8360,-0.1719,0.0000,5,1384.8656,-1.8055,545.6965,-90.7143,-0.2618,79.1384,-13.1556,-0.5774,-5.7072,0.0000,-5.7072,6.0227,-5.7072,0.7535,0.0000,-6.4607,0.0000,-6.4607,6.8886,-13.3493,0.0000,-13.3493,-0.2676,-13.0816,0.0000,1.9822,11.6596,-26.7234,1866.2659,1866.2659,1866.2659 -713.5000,1.0000,9020.9697,62.4320,62.0480,-0.2189,0.0000,5,1369.4344,-53.0373,533.8869,-89.7991,-7.6059,76.5630,-12.8778,-0.7268,-12.9168,0.0000,-12.9168,6.0377,-12.9168,0.7589,0.0000,-13.6757,0.0000,-13.6757,6.8118,-20.4875,0.0000,-20.4875,-0.3369,-20.1506,0.0000,1.9601,11.5296,-33.6403,724.7204,724.7204,724.7204 -714.5000,1.0000,9038.1403,61.8040,61.5800,-0.1300,0.0000,5,1355.6594,44.7017,511.1784,-88.9821,6.3461,72.5691,-12.6323,-0.4273,0.8343,0.0000,0.8343,5.9391,0.8343,0.7133,0.0000,0.1210,0.0000,0.1210,6.7433,-6.6223,0.0000,-6.6223,-0.1981,-6.4243,0.0000,1.9404,11.4137,-19.7783,2551.7894,2551.7894,2551.7894 -715.5000,1.0000,9055.2114,61.4460,61.3320,-0.0689,0.0000,5,1347.8067,112.8985,550.4477,-88.5164,15.9347,77.6913,-12.4934,-0.2251,10.1634,0.0000,10.1634,5.9964,10.1634,0.7069,0.0000,9.4565,0.0000,9.4565,6.7042,2.7522,0.0000,2.7522,-0.1044,2.8566,0.0000,1.9291,11.3476,-10.4201,3798.9632,3798.9632,3798.9632 -716.5000,1.0000,9072.2057,61.1695,61.0270,-0.0847,0.0000,5,1341.7417,94.9380,576.2715,-88.1567,13.3394,80.9701,-12.3866,-0.2756,7.6958,0.0000,7.6958,5.9192,7.6958,0.6900,0.0000,7.0059,0.0000,7.0059,6.6741,0.3318,0.0000,0.3318,-0.1278,0.4596,0.0000,1.9205,11.2965,-12.7574,3364.5204,3364.5204,3364.5204 -717.5000,1.0000,9089.0881,60.7665,60.5260,-0.1392,0.0000,5,1332.9020,35.0070,565.2022,-87.6324,4.8863,78.8916,-12.2318,-0.4498,-0.5675,0.0000,-0.5675,5.9036,-0.5675,0.6985,0.0000,-1.2660,0.0000,-1.2660,6.6301,-7.8961,0.0000,-7.8961,-0.2085,-7.6876,0.0000,1.9078,11.2221,-20.8175,2335.6302,2335.6302,2335.6302 -718.5000,1.0000,9105.8253,60.2440,59.9820,-0.1511,0.0000,5,1321.4410,21.3839,536.7845,-86.9527,2.9591,74.2808,-12.0326,-0.4842,-2.3504,0.0000,-2.3504,5.7937,-2.3504,0.6938,0.0000,-3.0442,0.0000,-3.0442,6.5731,-9.6173,0.0000,-9.6173,-0.2244,-9.3929,0.0000,1.8914,11.1256,-22.4099,2085.5246,2085.5246,2085.5246 -719.5000,1.0000,9122.4065,59.6825,59.4030,-0.1608,0.0000,5,1309.1246,10.9845,527.3085,-86.2222,1.5059,72.2894,-11.8203,-0.5105,-3.7709,0.0000,-3.7709,5.7873,-3.7709,0.6876,0.0000,-4.4585,0.0000,-4.4585,6.5118,-10.9704,0.0000,-10.9704,-0.2367,-10.7337,0.0000,1.8738,11.0219,-23.6294,1885.3614,1885.3614,1885.3614 -720.5000,1.0000,9138.8271,59.1040,58.8250,-0.1606,0.0000,5,1296.4354,11.0273,519.3000,-85.4697,1.4971,70.5014,-11.6036,-0.5047,-3.6971,0.0000,-3.6971,5.6988,-3.6971,0.6775,0.0000,-4.3745,0.0000,-4.3745,6.4487,-10.8232,0.0000,-10.8232,-0.2340,-10.5893,0.0000,1.8556,10.9150,-23.3599,1853.9016,1853.9016,1853.9016 -721.5000,1.0000,9155.0746,58.4810,58.1570,-0.1856,0.0000,5,1282.7700,-16.5842,514.8240,-84.6592,-2.2278,69.1570,-11.3724,-0.5771,-7.2877,0.0000,-7.2877,5.6371,-7.2877,0.6758,0.0000,-7.9635,0.0000,-7.9635,6.3807,-14.3442,0.0000,-14.3442,-0.2675,-14.0767,0.0000,1.8361,10.8000,-26.7127,1317.7205,1317.7205,1317.7205 -722.5000,1.0000,9171.1603,57.8985,57.6600,-0.1381,0.0000,5,1269.9929,35.9316,500.4898,-83.9014,4.7787,66.5618,-11.1583,-0.4251,-0.3977,0.0000,-0.3977,5.6015,-0.3977,0.6486,0.0000,-1.0463,0.0000,-1.0463,6.3172,-7.3635,0.0000,-7.3635,-0.1971,-7.1664,0.0000,1.8178,10.6924,-19.6766,2193.6568,2193.6568,2193.6568 -723.5000,1.0000,9187.1203,57.4460,57.2520,-0.1133,0.0000,5,1260.0674,63.3284,521.4074,-83.3128,8.3564,68.8018,-10.9934,-0.3463,3.1251,0.0000,3.1251,5.5776,3.1251,0.6322,0.0000,2.4929,0.0000,2.4929,6.2678,-3.7749,0.0000,-3.7749,-0.1605,-3.6144,0.0000,1.8036,10.6089,-16.0268,2613.2151,2613.2151,2613.2151 -724.5000,1.0000,9202.9664,57.0360,56.8400,-0.1144,0.0000,5,1251.0742,61.8979,531.0821,-82.7794,8.1094,69.5782,-10.8451,-0.3472,2.9433,0.0000,2.9433,5.5133,2.9433,0.6257,0.0000,2.3176,0.0000,2.3176,6.2231,-3.9055,0.0000,-3.9055,-0.1609,-3.7446,0.0000,1.7907,10.5331,-16.0684,2568.5760,2568.5760,2568.5760 -725.5000,1.0000,9218.7071,56.6565,56.4930,-0.0964,0.0000,5,1242.7499,82.3055,528.7939,-82.2857,10.7113,68.8175,-10.7087,-0.2904,5.4586,0.0000,5.4586,5.5431,5.4586,0.6131,0.0000,4.8456,0.0000,4.8456,6.1817,-1.3361,0.0000,-1.3361,-0.1346,-1.2015,0.0000,1.7788,10.4631,-13.4433,2878.8747,2878.8747,2878.8747 -726.5000,1.0000,9234.3175,56.1875,55.9020,-0.1642,0.0000,5,1232.4625,7.3207,533.6441,-81.6756,0.9448,68.8738,-10.5413,-0.4906,-4.0341,0.0000,-4.0341,5.4696,-4.0341,0.6290,0.0000,-4.6631,0.0000,-4.6631,6.1305,-10.7936,0.0000,-10.7936,-0.2274,-10.5662,0.0000,1.7640,10.3764,-22.7067,1654.2824,1654.2824,1654.2824 -727.5000,1.0000,9249.7229,55.4495,55.0170,-0.2458,0.0000,5,1216.2746,-80.7155,493.6497,-80.7155,-10.2806,62.8752,-10.2806,-0.7250,-14.9534,0.0000,-14.9534,5.3978,-14.9534,0.6441,0.0000,-15.5975,0.0000,-15.5975,6.0500,-21.6474,0.2634,-21.9109,-0.3361,-21.5748,0.0000,1.7409,10.2402,-33.5558,0.0000,0.0000,0.0000 -728.5000,1.0000,9264.8749,54.5370,54.0770,-0.2611,0.0000,5,1196.2591,-79.5271,446.8659,-79.5271,-9.9625,55.9798,-9.9625,-0.7574,-14.5256,0.0000,-14.5256,5.3204,-14.5256,0.6280,0.0000,-15.1536,0.0000,-15.1536,5.9504,-21.1040,2.5179,-23.6219,-0.3511,-23.2708,0.0000,1.7122,10.0716,-35.0547,0.0000,0.0000,0.0000 -729.5000,1.0000,9279.7642,53.5915,53.1260,-0.2642,0.0000,5,1175.5197,-78.2900,440.9285,-78.2900,-9.6375,54.2784,-9.6375,-0.7529,-14.1060,0.0000,-14.1060,5.2215,-14.1060,0.6117,0.0000,-14.7177,0.0000,-14.7177,5.8473,-20.5650,3.0545,-23.6195,-0.3490,-23.2705,0.0000,1.6825,9.8970,-34.8500,0.0000,0.0000,0.0000 -730.5000,1.0000,9294.2692,52.2080,51.3100,-0.5044,0.0000,5,1145.1729,-76.4781,425.4392,-76.4797,-9.1714,51.0196,-9.1716,-1.4007,-12.9042,0.0000,-12.9042,5.1334,-12.9042,0.5866,0.0000,-13.4908,0.0000,-13.4908,5.6963,-19.1871,34.2055,-53.3926,-0.6493,-52.7433,0.8066,1.6391,9.6415,-64.8305,0.0000,0.0000,0.0000 -731.5000,1.0000,9308.2849,50.4465,49.6030,-0.4742,0.0000,5,1106.5347,-74.1727,415.4412,-74.1749,-8.5948,48.1397,-8.5951,-1.2722,-12.3590,0.0000,-12.3590,5.0364,-12.3590,0.5577,0.0000,-12.9167,0.0000,-12.9167,5.5041,-18.4208,29.2022,-47.6230,-0.5897,-47.0333,0.9499,1.5838,9.3162,-58.8832,0.0000,0.0000,0.0000 -732.5000,1.0000,9321.8656,48.8805,48.1780,-0.3958,0.0000,5,1072.1848,-71.7927,408.6087,-71.7940,-8.0608,45.8781,-8.0610,-1.0290,-11.8828,0.0000,-11.8828,4.8510,-11.8828,0.5325,0.0000,-12.4152,0.0000,-12.4152,5.3332,-17.7485,18.8761,-36.6246,-0.4770,-36.1476,0.9204,1.5346,9.0270,-47.6296,0.0000,0.0000,0.0000 -733.5000,1.0000,9335.2215,48.0715,47.9850,-0.0536,0.0000,5,1054.4395,130.6043,414.8092,-70.5237,14.4214,45.8035,-7.7873,-0.1371,9.8036,0.0000,9.8036,4.7549,9.8036,0.4982,0.0000,9.3054,0.0000,9.3054,5.2450,4.0604,0.0000,4.0604,-0.0635,4.1240,0.0812,1.5092,8.8776,-6.3441,3448.4512,3448.4512,3448.4512 -734.5000,1.0000,9348.5664,48.0315,48.0980,0.0314,0.0000,5,1053.5621,224.8462,517.0383,-70.4609,24.8070,57.0442,-7.7739,0.0802,19.9155,0.0000,19.9155,4.8113,19.9155,0.5482,0.0000,19.3673,0.0000,19.3673,5.2406,14.1267,0.0000,14.1267,0.0372,14.0896,0.0000,1.5080,8.8702,3.7113,5221.4674,5221.4674,5221.4674 -735.5000,1.0000,9361.9186,48.0580,48.0380,-0.0167,0.0000,5,1054.1434,170.9912,562.1189,-70.5025,18.8757,62.0521,-7.7827,-0.0426,14.1557,0.0000,14.1557,4.7625,14.1557,0.5198,0.0000,13.6360,0.0000,13.6360,5.2435,8.3925,0.0000,8.3925,-0.0197,8.4122,0.0000,1.5088,8.8751,-1.9717,4082.7363,4082.7363,4082.7363 -736.5000,1.0000,9375.2845,48.1070,48.1960,0.0439,0.0000,5,1055.2182,238.2682,537.4448,-70.5795,26.3292,59.3888,-7.7992,0.1123,21.4498,0.0000,21.4498,4.7670,21.4498,0.5569,0.0000,20.8929,0.0000,20.8929,5.2489,15.6441,0.0000,15.6441,0.0521,15.5920,0.0000,1.5104,8.8842,5.1975,5492.8355,5492.8355,5492.8355 -737.5000,1.0000,9388.7127,48.3315,48.4870,0.0808,0.0000,5,1060.1426,279.3236,571.9911,-70.9320,31.0099,63.5012,-7.8747,0.2078,26.0129,0.0000,26.0129,4.7893,26.0129,0.5829,0.0000,25.4299,0.0000,25.4299,5.2733,20.1566,0.0000,20.1566,0.0963,20.0603,0.0000,1.5174,8.9256,9.6172,6357.3341,6357.3341,6357.3341 -738.5000,1.0000,9402.2438,48.7020,48.9370,0.1250,0.0000,5,1068.2694,328.2654,594.3461,-71.5137,36.7227,66.4889,-8.0002,0.3238,31.5890,0.0000,31.5890,4.8099,31.5890,0.6161,0.0000,30.9730,0.0000,30.9730,5.3138,25.6592,0.0000,25.6592,0.1501,25.5091,0.0000,1.5290,8.9941,14.9860,7465.5855,7465.5855,7465.5855 -739.5000,1.0000,9415.9857,49.4610,50.0050,0.2967,0.0000,5,1084.9179,518.6287,624.2522,-72.7055,58.9226,70.9227,-8.2602,0.7804,53.3021,0.0000,53.3021,4.8402,53.3021,0.7355,0.0000,52.5665,0.0000,52.5665,5.3966,47.1700,0.0000,47.1700,0.3618,46.8082,0.0000,1.5529,9.1342,36.1211,11713.3015,11713.3015,11713.3015 -740.5000,1.0000,9430.0677,50.6850,51.3850,0.3833,0.0000,5,1111.7661,615.7087,717.5733,-74.4869,71.6832,83.5427,-8.6721,1.0333,65.7045,0.0000,65.7045,4.9453,65.7045,0.8153,0.0000,64.8892,0.0000,64.8892,5.6303,59.2589,0.0000,59.2589,0.4790,58.7799,0.0000,1.5913,9.3603,47.8283,14159.8217,14159.8217,14159.8217 -741.5000,1.0000,9444.5475,52.1175,52.8700,0.4125,0.0000,5,1143.1878,648.2513,765.3520,-76.3613,77.6050,91.6236,-9.1415,1.1434,71.4253,0.0000,71.4253,5.0363,71.4253,0.8651,0.0000,70.5602,0.0000,70.5602,5.8470,64.7132,0.0000,64.7132,0.5300,64.1831,0.0000,1.6363,9.6248,52.9221,15244.2552,15244.2552,15244.2552 -742.5000,1.0000,9459.4125,53.5040,54.1580,0.3578,0.0000,5,1173.6004,586.4140,782.4554,-78.1755,72.0698,96.1631,-9.6077,1.0181,65.9053,0.0000,65.9053,5.1464,65.9053,0.8585,0.0000,65.0468,0.0000,65.0468,5.8917,59.1552,0.0000,59.1552,0.4720,58.6832,0.0000,1.6798,9.8809,47.1226,14259.6755,14259.6755,14259.6755 -743.5000,1.0000,9474.6550,54.8630,55.5880,0.3972,0.0000,5,1203.4098,630.9896,759.2669,-79.9525,79.5178,95.6834,-10.0757,1.1590,73.0767,0.0000,73.0767,5.2821,73.0767,0.9152,0.0000,72.1615,0.0000,72.1615,6.1233,66.0382,0.0000,66.0382,0.5373,65.5009,0.0000,1.7225,10.1318,53.6466,15647.5715,15647.5715,15647.5715 -744.5000,1.0000,9490.2699,56.2035,56.8390,0.3475,0.0000,5,1232.8134,575.1519,780.3872,-81.6964,74.2521,100.7479,-10.5470,1.0387,67.7803,0.0000,67.7803,5.4330,67.7803,0.9096,0.0000,66.8706,0.0000,66.8706,6.1671,60.7036,0.0000,60.7036,0.4815,60.2221,0.0000,1.7646,10.3794,48.0781,14652.9528,14652.9528,14652.9528 -745.5000,1.0000,9506.2103,57.3755,57.9320,0.3036,0.0000,5,1258.5210,525.3351,759.0989,-83.2210,69.2350,100.0432,-10.9679,0.9265,62.8723,0.0000,62.8723,5.4362,62.8723,0.9037,0.0000,61.9686,0.0000,61.9686,6.2601,55.7085,0.0000,55.7085,0.4295,55.2790,0.0000,1.8013,10.5958,42.8818,13713.7159,13713.7159,13713.7159 -746.5000,1.0000,9522.4106,58.3110,58.7100,0.2161,0.0000,5,1279.0410,428.4299,739.6913,-84.4380,57.3843,99.0749,-11.3097,0.6702,51.1534,0.0000,51.1534,5.5606,51.1534,0.8602,0.0000,50.2933,0.0000,50.2933,6.3622,43.9311,0.0000,43.9311,0.3107,43.6204,0.0000,1.8307,10.7686,31.0211,11451.5005,11451.5005,11451.5005 -747.5000,1.0000,9538.8138,59.0415,59.3930,0.1897,0.0000,5,1295.0644,398.6672,701.6456,-85.3884,54.0668,95.1564,-11.5803,0.5957,47.9054,0.0000,47.9054,5.5657,47.9054,0.8558,0.0000,47.0495,0.0000,47.0495,6.4419,40.6076,0.0000,40.6076,0.2762,40.3315,0.0000,1.8537,10.9035,27.5743,10850.2370,10850.2370,10850.2370 -748.5000,1.0000,9555.3536,59.5335,59.6940,0.0836,0.0000,5,1305.8564,281.0830,689.3538,-86.0284,38.4378,94.2684,-11.7643,0.2647,32.5221,0.0000,32.5221,5.6510,32.5221,0.7870,0.0000,31.7351,0.0000,31.7351,6.4956,25.2395,0.0000,25.2395,0.1227,25.1168,0.0000,1.8691,10.9944,12.2533,7914.5730,7914.5730,7914.5730 -749.5000,1.0000,9571.9639,59.7870,59.9000,0.0572,0.0000,5,1311.4168,251.6055,641.5243,-86.3582,34.5533,88.1013,-11.8597,0.1820,28.7196,0.0000,28.7196,5.6517,28.7196,0.7721,0.0000,27.9475,0.0000,27.9475,6.5232,21.4243,0.0000,21.4243,0.0843,21.3400,0.0000,1.8771,11.0412,8.4217,7192.6071,7192.6071,7192.6071 -750.5000,1.0000,9588.5850,59.8260,59.7720,-0.0356,0.0000,5,1312.2723,148.9894,627.6107,-86.4089,20.4742,86.2468,-11.8744,-0.1131,14.8689,0.0000,14.8689,5.7185,14.8689,0.7035,0.0000,14.1654,0.0000,14.1654,6.5275,7.6379,0.0000,7.6379,-0.0524,7.6903,0.0000,1.8783,11.0484,-5.2363,4583.4059,4583.4059,4583.4059 -751.5000,1.0000,9605.1552,59.6425,59.5330,-0.0664,0.0000,5,1308.2473,114.1841,583.2382,-86.1702,15.6431,79.9032,-11.8053,-0.2106,10.2269,0.0000,10.2269,5.6268,10.2269,0.6773,0.0000,9.5496,0.0000,9.5496,6.5075,3.0422,0.0000,3.0422,-0.0976,3.1398,0.0000,1.8725,11.0145,-9.7472,3689.8152,3689.8152,3689.8152 -752.5000,1.0000,9621.6911,59.5195,59.5260,-0.0019,0.0000,5,1305.5493,186.1561,569.5182,-86.0102,25.4507,77.8627,-11.7590,-0.0062,19.7898,0.0000,19.7898,5.6670,19.7898,0.7231,0.0000,19.0667,0.0000,19.0667,6.4940,12.5727,0.0000,12.5727,-0.0029,12.5755,0.0000,1.8687,10.9918,-0.2849,5498.1690,5498.1690,5498.1690 -753.5000,1.0000,9638.2177,59.4855,59.4650,-0.0169,0.0000,5,1304.8035,169.5639,599.1191,-85.9660,23.1690,81.8628,-11.7463,-0.0536,17.5486,0.0000,17.5486,5.6740,17.5486,0.7113,0.0000,16.8373,0.0000,16.8373,6.4903,10.3470,0.0000,10.3470,-0.0249,10.3719,0.0000,1.8676,10.9855,-2.4812,5076.3817,5076.3817,5076.3817 -754.5000,1.0000,9654.6835,59.2670,59.0890,-0.1044,0.0000,5,1300.0107,87.7311,589.0637,-85.6817,11.9434,80.1933,-11.6644,-0.3292,4.5414,0.0000,4.5414,7.7312,4.5414,0.6597,0.0000,3.8818,0.0000,3.8818,6.4665,-2.5847,0.0000,-2.5847,-0.1526,-2.4321,0.0000,1.8607,10.9451,-15.2380,3103.5172,3103.5172,3103.5172 -755.5000,1.0000,9671.0478,58.9015,58.7340,-0.0986,0.0000,5,1291.9936,93.9789,552.5241,-85.2062,12.7151,74.7550,-11.5282,-0.3089,5.3634,0.0000,5.3634,7.6606,5.3634,0.6513,0.0000,4.7121,0.0000,4.7121,6.4266,-1.7145,0.0000,-1.7145,-0.1432,-1.5713,0.0000,1.8493,10.8777,-14.2982,3185.4438,3185.4438,3185.4438 -756.5000,1.0000,9687.2831,58.4370,58.1600,-0.1594,0.0000,5,1281.8048,26.9107,551.1177,-84.6020,3.6122,73.9767,-11.3561,-0.4955,-3.4982,0.0000,-3.4982,7.6060,-3.4982,0.6655,0.0000,-4.1637,0.0000,-4.1637,6.3759,-10.5396,0.0000,-10.5396,-0.2297,-10.3099,0.0000,1.8347,10.7919,-22.9365,2075.9289,2075.9289,2075.9289 -757.5000,1.0000,9703.2985,57.6455,57.1510,-0.2803,0.0000,5,1264.4434,-83.5722,514.2934,-83.5723,-11.0660,68.0987,-11.0660,-0.8593,-17.7530,0.0000,-17.7530,7.5463,-17.7530,0.6877,0.0000,-18.4408,0.0000,-18.4408,6.2896,-24.7303,2.9850,-27.7154,-0.3983,-27.3170,0.0000,1.8098,10.6457,-39.7725,0.0000,0.0000,0.0000 -758.5000,1.0000,9719.0225,56.5965,56.0620,-0.3025,0.0000,5,1241.4338,-82.2073,457.8066,-82.2076,-10.6872,59.5161,-10.6872,-0.9105,-17.2613,0.0000,-17.2613,7.4847,-17.2613,0.6689,0.0000,-17.9302,0.0000,-17.9302,6.1751,-24.1053,6.2328,-30.3381,-0.4221,-29.9160,0.0000,1.7769,10.4520,-42.1448,0.0000,0.0000,0.0000 -759.5000,1.0000,9734.4510,55.5325,55.0230,-0.2886,0.0000,5,1218.0952,-80.8233,451.9718,-80.8235,-10.3097,57.6529,-10.3097,-0.8524,-16.7873,0.0000,-16.7873,7.3300,-16.7873,0.6500,0.0000,-17.4373,0.0000,-17.4373,6.0590,-23.4963,4.3537,-27.8500,-0.3952,-27.4549,0.0000,1.7435,10.2555,-39.4539,0.0000,0.0000,0.0000 -760.5000,1.0000,9749.4764,54.0815,53.1600,-0.5175,0.0000,5,1186.2677,-78.9297,436.1689,-78.9311,-9.8051,54.1834,-9.8053,-1.4885,-15.4913,0.0000,-15.4913,7.1746,-15.4913,0.6231,0.0000,-16.1143,0.0000,-16.1143,5.9007,-22.0150,35.8846,-57.8997,-0.6900,-57.2097,0.0000,1.6979,9.9875,-68.8951,0.0000,0.0000,0.0000 -761.5000,1.0000,9764.0059,52.2960,51.4520,-0.4744,0.0000,5,1147.1031,-76.5927,426.2404,-76.5949,-9.2007,51.2019,-9.2009,-1.3196,-14.9192,0.0000,-14.9192,7.0381,-14.9192,0.5930,0.0000,-15.5122,0.0000,-15.5122,5.7059,-21.2181,28.5783,-49.7965,-0.6117,-49.1848,0.5934,1.6419,9.6578,-61.0778,0.0000,0.0000,0.0000 -762.5000,1.0000,9778.0670,50.6100,49.7880,-0.4622,0.0000,5,1110.1210,-74.3870,416.8755,-74.3888,-8.6476,48.4624,-8.6478,-1.2442,-12.3451,0.0000,-12.3451,4.9416,-12.3451,0.5602,0.0000,-12.9053,0.0000,-12.9053,5.5220,-18.4272,24.1942,-42.6214,-0.5768,-42.0446,4.6060,1.5889,9.3463,-57.5859,0.0000,0.0000,0.0000 -763.5000,1.0000,9791.6315,48.8225,47.8770,-0.5308,0.0000,5,1070.9125,-71.7007,404.1776,-71.7029,-8.0409,45.3268,-8.0412,-1.3784,-11.5376,0.0000,-11.5376,4.8750,-11.5376,0.5307,0.0000,-12.0683,0.0000,-12.0683,5.3269,-17.3953,27.2058,-44.6010,-0.6390,-43.9621,9.2872,1.5328,9.0160,-63.7981,0.0000,0.0000,0.0000 -764.5000,1.0000,9804.6595,46.8905,45.9240,-0.5425,0.0000,5,1028.5345,-68.6672,392.8527,-68.6694,-7.3960,42.3133,-7.3962,-1.3529,-10.7614,0.0000,-10.7614,4.7184,-10.7614,0.4999,0.0000,-11.2613,0.0000,-11.2613,5.1161,-16.3775,26.1437,-42.5212,-0.6272,-41.8940,10.5948,1.4722,8.6591,-62.6201,0.0000,0.0000,0.0000 -765.5000,1.0000,9817.1970,45.1250,44.3460,-0.4383,0.0000,5,989.8086,-67.2086,380.7877,-67.2098,-6.9663,39.4696,-6.9665,-1.0520,-10.5008,0.0000,-10.5008,4.5865,-10.5008,0.4735,0.0000,-10.9743,0.0000,-10.9743,4.9235,-15.8978,16.7445,-32.6424,-0.4877,-32.1547,6.7865,1.4167,8.3333,-48.6913,0.0000,0.0000,0.0000 -766.5000,1.0000,9829.3672,43.8030,43.2800,-0.2961,0.0000,5,960.8107,-68.8686,373.0792,-68.8686,-6.9293,37.5377,-6.9293,-0.6898,-10.7131,0.0000,-10.7131,4.4736,-10.7131,0.4551,0.0000,-11.1682,0.0000,-11.1682,4.7793,-15.9475,3.8444,-19.7919,-0.3198,-19.4721,2.9925,1.3752,8.0893,-31.9292,0.0000,0.0000,0.0000 -767.5000,1.0000,9841.3145,43.0000,42.7400,-0.1500,0.0000,5,943.1971,30.7692,373.2291,-69.8762,3.0391,36.8644,-6.9018,-0.3430,-1.0117,0.0000,-1.0117,4.3938,-1.0117,0.4196,0.0000,-1.4313,0.0000,-1.4313,4.6916,-6.1229,0.0000,-6.1229,-0.1590,-5.9639,0.6228,1.3500,7.9410,-15.8778,1432.1831,1432.1831,1432.1831 -768.5000,1.0000,9853.1209,42.4930,42.2660,-0.1317,0.0000,5,932.0761,45.0525,417.8189,-70.5124,4.3974,40.7820,-6.8825,-0.2976,0.3163,0.0000,0.3163,4.3787,0.3163,0.4092,0.0000,-0.0929,0.0000,-0.0929,4.6363,-4.7292,0.0000,-4.7292,-0.1379,-4.5913,0.0000,1.3341,7.8474,-13.7728,1674.6940,1674.6940,1674.6940 -769.5000,1.0000,9864.8517,42.2210,42.1960,-0.0194,0.0000,5,926.1099,169.1208,426.4775,-70.8537,16.4017,41.3606,-6.8715,-0.0437,12.1187,0.0000,12.1187,4.3267,12.1187,0.4305,0.0000,11.6882,0.0000,11.6882,4.6066,7.0816,0.0000,7.0816,-0.0202,7.1018,0.0000,1.3256,7.7972,-2.0209,3703.8549,3703.8549,3703.8549 -770.5000,1.0000,9876.5774,42.2025,42.2290,0.0092,0.0000,5,925.7041,200.6171,491.9259,-70.8769,19.4477,47.6871,-6.8708,0.0206,15.1305,0.0000,15.1305,4.2967,15.1305,0.4453,0.0000,14.6852,0.0000,14.6852,4.6046,10.0806,0.0000,10.0806,0.0095,10.0710,0.0000,1.3250,7.7938,0.9523,4197.5782,4197.5782,4197.5782 -771.5000,1.0000,9888.2685,42.0780,41.9470,-0.0783,0.0000,5,922.9732,103.4761,504.6540,-71.0331,10.0013,48.7766,-6.8656,-0.1753,5.8851,0.0000,5.8851,4.2915,5.8851,0.3974,0.0000,5.4877,0.0000,5.4877,4.5910,0.8966,0.0000,0.8966,-0.0813,0.9779,0.0000,1.3211,7.7708,-8.1139,2751.7446,2751.7446,2751.7446 -772.5000,1.0000,9899.9195,41.9335,41.9400,-0.0019,0.0000,5,919.8036,188.4566,454.9408,-71.2144,18.1524,43.8206,-6.8595,-0.0043,13.8686,0.0000,13.8686,4.2881,13.8686,0.4355,0.0000,13.4332,0.0000,13.4332,4.5753,8.8579,0.0000,8.8579,-0.0020,8.8599,0.0000,1.3165,7.7441,-0.2007,3980.8185,3980.8185,3980.8185 -773.5000,1.0000,9911.5899,42.0035,42.0870,0.0408,0.0000,5,921.3390,235.9376,501.1006,-71.1266,22.7638,48.3474,-6.8625,0.0912,18.3820,0.0000,18.3820,4.2906,18.3820,0.4590,0.0000,17.9230,0.0000,17.9230,4.5829,13.3401,0.0000,13.3401,0.0423,13.2978,0.0000,1.3187,7.7570,4.2221,4770.6452,4770.6452,4770.6452 -774.5000,1.0000,9923.3075,42.1735,42.2800,0.0536,0.0000,5,925.0680,249.7268,527.4716,-70.9133,24.1918,51.0977,-6.8696,0.1202,19.8037,0.0000,19.8037,4.2678,19.8037,0.4683,0.0000,19.3354,0.0000,19.3354,4.6015,14.7340,0.0000,14.7340,0.0557,14.6782,0.0000,1.3241,7.7884,5.5658,5053.5093,5053.5093,5053.5093 -775.5000,1.0000,9935.1242,42.5300,42.8000,0.1444,0.0000,5,932.8877,350.7085,540.1426,-70.4660,34.2613,52.7675,-6.8839,0.3267,29.6259,0.0000,29.6259,4.3087,29.6259,0.5220,0.0000,29.1039,0.0000,29.1039,4.6404,24.4635,0.0000,24.4635,0.1515,24.3121,0.0000,1.3353,7.8542,15.1226,6964.9920,6964.9920,6964.9920 -776.5000,1.0000,9947.1282,43.2045,43.6290,0.2303,0.0000,5,947.6828,445.7004,599.1702,-69.6196,44.2318,59.4623,-6.9091,0.5291,39.3652,0.0000,39.3652,4.3374,39.3652,0.5795,0.0000,38.7857,0.0000,38.7857,4.7140,34.0717,0.0000,34.0717,0.2453,33.8265,0.0000,1.3564,7.9788,24.4912,8887.7769,8887.7769,8887.7769 -777.5000,1.0000,9959.3265,43.9040,44.1990,0.1583,0.0000,5,963.0262,365.7072,650.5033,-68.7419,36.8808,65.6019,-6.9325,0.3697,32.1128,0.0000,32.1128,4.3983,32.1128,0.5525,0.0000,31.5602,0.0000,31.5602,4.7903,26.7700,0.0000,26.7700,0.1714,26.5986,0.0000,1.3784,8.1080,17.1122,7510.7227,7510.7227,7510.7227 -778.5000,1.0000,9971.7129,44.5810,44.9830,0.2178,0.0000,5,977.8760,431.6205,617.9990,-67.8924,44.1992,63.2849,-6.9524,0.5164,39.2331,0.0000,39.2331,4.4498,39.2331,0.5972,0.0000,38.6359,0.0000,38.6359,4.8641,33.7717,0.0000,33.7717,0.2394,33.5324,0.0000,1.3997,8.2330,23.8997,8907.7969,8907.7969,8907.7969 -779.5000,1.0000,9984.3389,45.4435,45.9240,0.2614,0.0000,5,996.7948,479.7113,657.1002,-66.8102,50.0742,68.5908,-6.9739,0.6317,44.9483,0.0000,44.9483,4.4942,44.9483,0.6374,0.0000,44.3109,0.0000,44.3109,4.9582,39.3526,0.0000,39.3526,0.2929,39.0597,0.0000,1.4267,8.3923,29.2407,10040.9597,10040.9597,10040.9597 -780.5000,1.0000,9997.2218,46.3685,46.8330,0.2525,0.0000,5,1017.0845,470.3274,683.3753,-67.8498,50.0940,72.7855,-7.2266,0.6227,44.8376,0.0000,44.8376,4.6338,44.8376,0.6496,0.0000,44.1880,0.0000,44.1880,5.0592,39.1289,0.0000,39.1289,0.2887,38.8402,0.0000,1.4558,8.5631,28.8213,10022.6294,10022.6294,10022.6294 -781.5000,1.0000,10010.3710,47.3270,47.8410,0.2800,0.0000,5,1038.1090,500.4282,682.5724,-69.3548,54.4018,74.2028,-7.5396,0.7048,49.0212,0.0000,49.0212,4.6758,49.0212,0.6838,0.0000,48.3374,0.0000,48.3374,5.1637,43.1736,0.0000,43.1736,0.3267,42.8469,0.0000,1.4859,8.7401,32.6209,10867.8880,10867.8880,10867.8880 -782.5000,1.0000,10023.8189,48.4025,48.9840,0.3175,0.0000,5,1061.6999,541.9802,700.9911,-71.0435,60.2579,77.9369,-7.8987,0.8173,54.6760,0.0000,54.6760,4.7646,54.6760,0.7272,0.0000,53.9487,0.0000,53.9487,5.2811,48.6677,0.0000,48.6677,0.3789,48.2888,0.0000,1.5196,8.9387,37.8304,11951.9083,11951.9083,11951.9083 -783.5000,1.0000,10037.5622,49.4660,49.9680,0.2733,0.0000,5,1085.0276,492.8621,723.2361,-72.7133,56.0009,82.1769,-8.2620,0.7191,50.4233,0.0000,50.4233,4.8585,50.4233,0.7212,0.0000,49.7021,0.0000,49.7021,5.3971,44.3050,0.0000,44.3050,0.3334,43.9716,0.0000,1.5530,9.1351,33.2835,11162.9994,11162.9994,11162.9994 -784.5000,1.0000,10051.5704,50.4195,50.8910,0.2564,0.0000,5,1105.9424,473.5786,703.2832,-74.1396,54.8470,81.4501,-8.5864,0.6875,49.2653,0.0000,49.2653,4.8942,49.2653,0.7292,0.0000,48.5360,0.0000,48.5360,5.5012,43.0349,0.0000,43.0349,0.3187,42.7162,0.0000,1.5830,9.3112,31.8220,10908.4480,10908.4480,10908.4480 -785.5000,1.0000,10065.7957,51.2010,51.5310,0.1778,0.0000,5,1123.0845,385.9265,695.7855,-75.1621,45.3885,81.8307,-8.8398,0.4841,39.9752,0.0000,39.9752,4.9291,39.9752,0.6943,0.0000,39.2810,0.0000,39.2810,5.5864,33.6945,0.0000,33.6945,0.2244,33.4701,0.0000,1.6075,9.4556,22.4071,9139.6620,9139.6620,9139.6620 -786.5000,1.0000,10080.1238,51.5710,51.6310,0.0278,0.0000,5,1131.2004,219.2302,654.4304,-75.6462,25.9698,77.5232,-8.9610,0.0762,20.9361,0.0000,20.9361,4.9575,20.9361,0.6046,0.0000,20.3315,0.0000,20.3315,5.6268,14.7047,0.0000,14.7047,0.0353,14.6694,0.0000,1.6191,9.5239,3.5264,5443.1811,5443.1811,5443.1811 -787.5000,1.0000,10094.4549,51.5820,51.5530,-0.0217,0.0000,5,1131.4417,164.4407,576.0366,-75.6606,19.4836,68.2513,-8.9646,-0.0594,14.5675,0.0000,14.5675,4.9756,14.5675,0.5729,0.0000,13.9946,0.0000,13.9946,5.6280,8.3666,0.0000,8.3666,-0.0276,8.3942,0.0000,1.6195,9.5259,-2.7512,4249.1286,4249.1286,4249.1286 -788.5000,1.0000,10108.7618,51.4950,51.4570,-0.0267,0.0000,5,1129.5333,158.6743,549.8052,-75.5468,18.7687,65.0334,-8.9360,-0.0730,13.8991,0.0000,13.8991,4.9426,13.8991,0.5682,0.0000,13.3309,0.0000,13.3309,5.6185,7.7124,0.0000,7.7124,-0.0339,7.7462,0.0000,1.6167,9.5099,-3.3804,4108.5640,4108.5640,4108.5640 -789.5000,1.0000,10123.0243,51.3350,51.2330,-0.0622,0.0000,5,1126.0238,119.3435,545.4844,-75.3374,14.0726,64.3219,-8.8836,-0.1699,9.2942,0.0000,9.2942,4.9483,9.2942,0.5428,0.0000,8.7513,0.0000,8.7513,5.6011,3.1503,0.0000,3.1503,-0.0788,3.2290,0.0000,1.6117,9.4803,-7.8630,3318.4320,3318.4320,3318.4320 -790.5000,1.0000,10137.2177,51.0860,50.9590,-0.0761,0.0000,5,1120.5620,104.6175,525.2616,-75.0116,12.2763,61.6368,-8.8022,-0.2068,7.4748,0.0000,7.4748,5.0083,7.4748,0.5301,0.0000,6.9447,0.0000,6.9447,5.5739,1.3709,0.0000,1.3709,-0.0959,1.4667,0.0000,1.6039,9.4343,-9.5715,3083.5091,3083.5091,3083.5091 -791.5000,1.0000,10151.3232,50.7700,50.6010,-0.0994,0.0000,5,1113.6306,78.6335,516.0400,-74.5982,9.1702,60.1801,-8.6996,-0.2685,4.4770,0.0000,4.4770,4.9617,4.4770,0.5206,0.0000,3.9564,0.0000,3.9564,5.5394,-1.5830,0.0000,-1.5830,-0.1245,-1.4585,0.0000,1.5940,9.3760,-12.4284,2665.4187,2665.4187,2665.4187 -792.5000,1.0000,10165.2750,50.2165,49.8520,-0.2081,0.0000,5,1101.4897,-41.0130,497.8124,-73.8739,-4.7308,57.4215,-8.5212,-0.5557,-9.1013,0.0000,-9.1013,4.9262,-9.1013,0.5460,0.0000,-9.6473,0.0000,-9.6473,5.4790,-15.1263,0.0000,-15.1263,-0.2576,-14.8687,0.0000,1.5766,9.2737,-25.7191,549.1740,549.1740,549.1740 -793.5000,1.0000,10178.9963,49.3865,48.9410,-0.2531,0.0000,5,1083.2838,-72.5885,432.8856,-72.5885,-8.2345,49.1071,-8.2345,-0.6647,-12.4449,0.0000,-12.4449,4.8751,-12.4449,0.5416,0.0000,-12.9865,0.0000,-12.9865,5.3885,-18.3750,2.0269,-20.4019,-0.3081,-20.0938,0.0000,1.5505,9.1205,-30.7647,0.0000,0.0000,0.0000 -794.5000,1.0000,10192.3342,48.0065,47.0920,-0.5136,0.0000,5,1053.0137,-70.4203,400.6423,-70.4217,-7.7653,44.1794,-7.7655,-1.3114,-11.2391,0.0000,-11.2391,4.7851,-11.2391,0.5177,0.0000,-11.7568,0.0000,-11.7568,5.2379,-16.9947,33.9369,-50.9316,-0.6079,-50.3237,0.0000,1.5072,8.8656,-60.6965,0.0000,0.0000,0.0000 -795.5000,1.0000,10205.1932,46.2825,45.4930,-0.4442,0.0000,5,1015.1981,-67.7128,392.1367,-67.7147,-7.1986,41.6886,-7.1988,-1.0933,-10.7700,0.0000,-10.7700,4.6647,-10.7700,0.4910,0.0000,-11.2610,0.0000,-11.2610,5.0498,-16.3108,23.9514,-40.2622,-0.5068,-39.7554,0.8491,1.4531,8.5472,-50.6048,0.0000,0.0000,0.0000 -796.5000,1.0000,10217.6104,44.6920,43.9110,-0.4394,0.0000,5,980.3108,-67.7513,376.8111,-67.7531,-6.9552,38.6826,-6.9554,-1.0445,-10.4654,0.0000,-10.4654,4.5547,-10.4654,0.4672,0.0000,-10.9326,0.0000,-10.9326,4.8763,-15.8088,22.4264,-38.2352,-0.4842,-37.7510,0.9386,1.4031,8.2535,-48.3463,0.0000,0.0000,0.0000 -797.5000,1.0000,10229.6259,43.2455,42.6000,-0.3642,0.0000,5,948.5821,-69.5673,371.1104,-69.5682,-6.9105,36.8644,-6.9106,-0.8376,-10.5384,0.0000,-10.5384,4.4655,-10.5384,0.4469,0.0000,-10.9852,0.0000,-10.9852,4.7184,-15.7037,13.2000,-28.9037,-0.3883,-28.5154,0.9083,1.3577,7.9864,-38.7677,0.0000,0.0000,0.0000 -798.5000,1.0000,10241.3984,42.3710,42.1620,-0.1217,0.0000,5,929.4001,57.6385,378.7697,-70.6655,5.6098,36.8644,-6.8776,-0.2742,1.5086,0.0000,1.5086,4.3754,1.5086,0.4045,0.0000,1.1040,0.0000,1.1040,4.6230,-3.5190,0.0000,-3.5190,-0.1271,-3.3919,0.1432,1.3303,7.8249,-12.6902,1909.2595,1909.2595,1909.2595 -799.5000,1.0000,10253.0868,42.0685,41.9950,-0.0464,0.0000,5,922.7648,139.4865,430.7412,-71.0450,13.4788,41.6233,-6.8652,-0.1038,9.2418,0.0000,9.2418,4.3408,9.2418,0.4141,0.0000,8.8277,0.0000,8.8277,4.5900,4.2377,0.0000,4.2377,-0.0481,4.2858,0.0000,1.3208,7.7690,-4.8040,3224.0836,3224.0836,3224.0836 -800.5000,1.0000,10264.8236,42.2425,42.5100,0.1431,0.0000,5,926.5815,349.5822,481.0120,-70.8267,33.9204,46.6733,-6.8724,0.3214,29.2778,0.0000,29.2778,4.3213,29.2778,0.5165,0.0000,28.7613,0.0000,28.7613,4.6090,24.1523,0.0000,24.1523,0.1490,24.0033,0.0000,1.3262,7.8011,14.8759,6891.6669,6891.6669,6891.6669 -801.5000,1.0000,10276.7850,43.0510,43.6120,0.3061,0.0000,5,944.3158,530.2363,599.2225,-69.8122,52.4343,59.2562,-6.9036,0.7009,47.3826,0.0000,47.3826,4.3508,47.3826,0.6176,0.0000,46.7650,0.0000,46.7650,4.6972,42.0678,0.0000,42.0678,0.3249,41.7429,0.0000,1.3516,7.9505,32.4408,10390.0701,10390.0701,10390.0701 -802.5000,1.0000,10289.0813,44.2565,44.9210,0.3636,0.0000,5,970.7582,594.0559,699.1570,-68.2996,60.3903,71.0746,-6.9432,0.8559,55.1283,0.0000,55.1283,4.4061,55.1283,0.6723,0.0000,54.4560,0.0000,54.4560,4.8831,49.5728,0.0000,49.5728,0.3967,49.1761,0.0000,1.3895,8.1731,39.6135,12017.5465,12017.5465,12017.5465 -803.5000,1.0000,10301.7639,45.6475,46.3940,0.4092,0.0000,5,1001.2695,645.0003,737.6700,-66.7177,67.6300,77.3467,-6.9955,0.9934,62.1428,0.0000,62.1428,4.4939,62.1428,0.7262,0.0000,61.4166,0.0000,61.4166,5.1154,56.3012,0.0000,56.3012,0.4605,55.8407,0.0000,1.4331,8.4300,45.9776,13423.7273,13423.7273,13423.7273 -804.5000,1.0000,10314.8847,47.2250,48.0760,0.4672,0.0000,5,1035.8717,710.0504,766.5479,-69.1946,77.0236,83.1522,-7.5060,1.1735,71.2530,0.0000,71.2530,4.5970,71.2530,0.7935,0.0000,70.4595,0.0000,70.4595,5.3959,65.0636,0.0000,65.0636,0.5440,64.5196,0.0000,1.4827,8.7213,54.3156,15196.7515,15196.7515,15196.7515 -805.5000,1.0000,10328.4549,48.8425,49.6290,0.4314,0.0000,5,1071.3512,669.3544,800.2761,-71.7343,75.0960,89.7843,-8.0480,1.1206,69.2614,0.0000,69.2614,4.7139,69.2614,0.8064,0.0000,68.4550,0.0000,68.4550,5.5145,62.9405,0.0000,62.9405,0.5195,62.4210,0.0000,1.5334,9.0200,51.8676,14767.1057,14767.1057,14767.1057 -806.5000,1.0000,10342.4759,50.4655,51.3220,0.4703,0.0000,5,1106.9515,712.8903,785.8728,-74.1997,82.6380,91.0981,-8.6012,1.2622,76.5499,0.0000,76.5499,4.8259,76.5499,0.8663,0.0000,75.6836,0.0000,75.6836,5.7720,69.9115,0.0000,69.9115,0.5851,69.3264,0.0000,1.5844,9.3197,58.4223,16202.6632,16202.6632,16202.6632 -807.5000,1.0000,10356.9631,52.1440,52.9860,0.4622,0.0000,5,1143.7690,703.5381,808.6475,-76.3960,84.2664,96.8559,-9.1503,1.2819,78.0391,0.0000,78.0391,4.9454,78.0391,0.8986,0.0000,77.1405,0.0000,77.1405,5.9481,71.1924,0.0000,71.1924,0.5942,70.5982,0.0000,1.6371,9.6297,59.3314,16503.7738,16503.7738,16503.7738 -808.5000,1.0000,10371.9028,53.7730,54.5800,0.4428,0.0000,5,1179.5009,681.4670,807.8224,-78.5275,84.1728,99.7798,-9.6995,1.2663,77.8334,0.0000,77.8334,5.0731,77.8334,0.9222,0.0000,76.9112,0.0000,76.9112,6.0943,70.8168,0.0000,70.8168,0.5870,70.2298,0.0000,1.6882,9.9305,58.6110,16485.9890,16485.9890,16485.9890 -809.5000,1.0000,10387.2807,55.3505,56.1410,0.4336,0.0000,5,1214.1030,671.0717,800.9327,-80.5867,85.3204,101.8310,-10.2458,1.2765,78.8383,0.0000,78.8383,5.2057,78.8383,0.9516,0.0000,77.8868,0.0000,77.8868,6.2539,71.6328,0.0000,71.6328,0.5917,71.0411,0.0000,1.7378,10.2219,59.0815,16683.7733,16683.7733,16683.7733 -810.5000,1.0000,10403.0779,56.8600,57.5990,0.4050,0.0000,5,1247.2136,639.0742,798.8998,-82.5504,83.4681,104.3426,-10.7817,1.2248,76.8699,0.0000,76.8699,5.3735,76.8699,0.9655,0.0000,75.9044,0.0000,75.9044,6.3629,69.5416,0.0000,69.5416,0.5678,68.9738,0.0000,1.7852,10.5006,56.6880,16333.0153,16333.0153,16333.0153 -811.5000,1.0000,10419.2628,58.2555,58.9320,0.3703,0.0000,5,1277.8237,599.8963,788.0428,-84.3658,80.2741,105.4507,-11.2893,1.1472,73.6332,0.0000,73.6332,5.4937,73.6332,0.9717,0.0000,72.6615,0.0000,72.6615,6.4425,66.2191,0.0000,66.2191,0.5318,65.6872,0.0000,1.8290,10.7584,53.0999,15789.6962,15789.6962,15789.6962 -812.5000,1.0000,10435.7799,59.4515,59.9910,0.2942,0.0000,5,1304.0577,514.5507,773.8848,-85.9217,70.2674,105.6822,-11.7335,0.9301,63.7566,0.0000,63.7566,5.5807,63.7566,0.9418,0.0000,62.8148,0.0000,62.8148,6.4866,56.3282,0.0000,56.3282,0.4312,55.8970,0.0000,1.8665,10.9792,43.0512,13936.5179,13936.5179,13936.5179 -813.5000,1.0000,10452.6007,60.5450,61.1190,0.3133,0.0000,5,1328.0434,535.9341,743.0032,-87.3443,74.5336,103.3312,-12.1472,1.0090,67.8356,0.0000,67.8356,5.6891,67.8356,0.9802,0.0000,66.8554,0.0000,66.8554,6.6059,60.2494,0.0000,60.2494,0.4677,59.7817,0.0000,1.9009,11.1812,46.6997,14697.6692,14697.6692,14697.6692 -814.5000,1.0000,10469.5788,61.1110,61.1230,0.0011,0.0000,5,1340.4585,189.3304,748.5712,-88.0806,26.5768,105.0788,-12.3641,0.0036,20.7953,0.0000,20.7953,5.7779,20.7953,0.7545,0.0000,20.0408,0.0000,20.0408,6.6677,13.3731,0.0000,13.3731,0.0017,13.3715,0.0000,1.9186,11.2857,0.1671,5738.4776,5738.4776,5738.4776 -815.5000,1.0000,10486.5353,61.0335,60.9640,-0.0442,0.0000,5,1338.7586,138.8124,607.7134,-87.9798,19.4607,85.1981,-12.3343,-0.1434,13.8631,0.0000,13.8631,5.7410,13.8631,0.7185,0.0000,13.1446,0.0000,13.1446,6.6592,6.4853,0.0000,6.4853,-0.0665,6.5518,0.0000,1.9162,11.2714,-6.6358,4421.1559,4421.1559,4421.1559 -816.5000,1.0000,10503.4688,60.9505,60.9570,-0.0019,0.0000,5,1336.9380,185.4779,587.6395,-87.8718,25.9676,82.2718,-12.3024,-0.0063,20.2743,0.0000,20.2743,5.6996,20.2743,0.7492,0.0000,19.5252,0.0000,19.5252,6.6502,12.8750,0.0000,12.8750,-0.0029,12.8779,0.0000,1.9136,11.2561,-0.2917,5619.8597,5619.8597,5619.8597 -817.5000,1.0000,10520.4060,60.9640,60.9910,0.0094,0.0000,5,1337.2341,198.8807,607.0016,-87.8894,27.8502,85.0014,-12.3076,0.0306,22.0139,0.0000,22.0139,5.8057,22.0139,0.7581,0.0000,21.2558,0.0000,21.2558,6.6517,14.6041,0.0000,14.6041,0.0142,14.5899,0.0000,1.9140,11.2585,1.4174,5975.6405,5975.6405,5975.6405 -818.5000,1.0000,10537.3846,61.1130,61.2550,0.0733,0.0000,5,1340.5024,269.7014,614.6589,-88.0832,37.8599,86.2840,-12.3649,0.2384,31.8251,0.0000,31.8251,5.7965,31.8251,0.8097,0.0000,31.0154,0.0000,31.0154,6.6679,24.3475,0.0000,24.3475,0.1105,24.2370,0.0000,1.9187,11.2861,11.0323,7809.6937,7809.6937,7809.6937 -819.5000,1.0000,10554.4485,61.4200,61.6050,0.0972,0.0000,5,1347.2364,296.2936,645.1410,-88.4826,41.8018,91.0180,-12.4833,0.3176,35.6532,0.0000,35.6532,5.8310,35.6532,0.8339,0.0000,34.8193,0.0000,34.8193,6.7014,28.1179,0.0000,28.1179,0.1472,27.9707,0.0000,1.9283,11.3428,14.6996,8579.5762,8579.5762,8579.5762 -820.5000,1.0000,10571.5799,61.6630,61.7410,0.0378,0.0000,5,1352.5666,230.3662,655.6468,-88.7987,32.6292,92.8661,-12.5775,0.1239,26.6363,0.0000,26.6363,5.8690,26.6363,0.7930,0.0000,25.8434,0.0000,25.8434,6.7279,19.1155,0.0000,19.1155,0.0574,19.0580,0.0000,1.9360,11.3876,5.7344,6849.2154,6849.2154,6849.2154 -821.5000,1.0000,10588.7817,61.9165,62.1120,0.1031,0.0000,5,1358.1270,303.0087,632.0056,-89.1285,43.0947,89.8856,-12.6761,0.3394,36.8470,0.0000,36.8470,5.9083,36.8470,0.8483,0.0000,35.9988,0.0000,35.9988,6.7556,29.2432,0.0000,29.2432,0.1573,29.0859,0.0000,1.9439,11.4344,15.7075,8829.9569,8829.9569,8829.9569 -822.5000,1.0000,10606.0692,62.2250,62.3580,0.0683,0.0000,5,1364.8939,264.1853,661.4519,-89.5298,37.7604,94.5422,-12.7966,0.2261,31.6336,0.0000,31.6336,5.9006,31.6336,0.8274,0.0000,30.8062,0.0000,30.8062,6.7892,24.0170,0.0000,24.0170,0.1048,23.9121,0.0000,1.9536,11.4914,10.4671,7821.2291,7821.2291,7821.2291 -823.5000,1.0000,10623.4297,62.4880,62.6380,0.0778,0.0000,5,1370.6628,274.5474,647.6098,-89.8719,39.4073,92.9550,-12.8998,0.2585,33.2437,0.0000,33.2437,5.9051,33.2437,0.8400,0.0000,32.4037,0.0000,32.4037,6.8179,25.5858,0.0000,25.5858,0.1198,25.4660,0.0000,1.9619,11.5400,11.9641,8142.1081,8142.1081,8142.1081 -824.5000,1.0000,10640.8589,62.7350,62.8520,0.0594,0.0000,5,1376.0807,254.1575,652.4621,-90.1933,36.6248,94.0216,-12.9971,0.1983,30.5027,0.0000,30.5027,5.9238,30.5027,0.8305,0.0000,29.6722,0.0000,29.6722,6.8449,22.8273,0.0000,22.8273,0.0919,22.7354,0.0000,1.9696,11.5856,9.1802,7622.0512,7622.0512,7622.0512 -825.5000,1.0000,10658.3436,62.9350,63.0380,0.0517,0.0000,5,1380.4676,260.0698,645.3053,-90.4535,37.5963,93.2868,-13.0762,0.1729,29.3780,0.0000,29.3780,8.0453,29.3780,0.8283,0.0000,28.5498,0.0000,28.5498,6.8667,21.6831,0.0000,21.6831,0.0802,21.6029,0.0000,1.9759,11.6225,8.0045,7812.4098,7812.4098,7812.4098 -826.5000,1.0000,10675.8859,63.1420,63.2660,0.0633,0.0000,5,1385.0081,273.5066,648.9137,-90.7227,39.6688,94.1170,-13.1582,0.2127,31.3167,0.0000,31.3167,8.1394,31.3167,0.8415,0.0000,30.4752,0.0000,30.4752,6.8893,23.5859,0.0000,23.5859,0.0986,23.4873,0.0000,1.9824,11.6608,9.8442,8208.9796,8208.9796,8208.9796 -827.5000,1.0000,10693.4975,63.3920,63.5380,0.0756,0.0000,5,1390.4918,286.8899,655.5944,-91.0480,41.7746,95.4624,-13.2577,0.2547,33.3784,0.0000,33.3784,8.1415,33.3784,0.8561,0.0000,32.5223,0.0000,32.5223,6.9166,25.6057,0.0000,25.6057,0.1181,25.4876,0.0000,1.9902,11.7069,11.7904,8610.3536,8610.3536,8610.3536 -828.5000,1.0000,10711.1831,63.6580,63.7980,0.0722,0.0000,5,1396.3265,283.2377,661.9479,-91.3940,41.4159,96.7920,-13.3639,0.2445,32.9899,0.0000,32.9899,8.1814,32.9899,0.8587,0.0000,32.1312,0.0000,32.1312,6.9456,25.1856,0.0000,25.1856,0.1134,25.0722,0.0000,1.9986,11.7561,11.3176,8549.5009,8549.5009,8549.5009 -829.5000,1.0000,10728.9347,63.8960,64.0140,0.0600,0.0000,5,1401.5470,269.6000,661.4331,-91.7036,39.5691,97.0783,-13.4593,0.2039,31.1633,0.0000,31.1633,8.2019,31.1633,0.8537,0.0000,30.3096,0.0000,30.3096,6.9716,23.3380,0.0000,23.3380,0.0945,23.2435,0.0000,2.0061,11.8000,9.4374,8209.5562,8209.5562,8209.5562 -830.5000,1.0000,10746.6920,63.9160,63.8380,-0.0489,0.0000,5,1401.9857,148.2287,653.9880,-91.7296,21.7623,96.0156,-13.4673,-0.1662,13.7821,0.0000,13.7821,8.1464,13.7821,0.7672,0.0000,13.0149,0.0000,13.0149,6.9737,6.0412,0.0000,6.0412,-0.0770,6.1182,0.0000,2.0067,11.8037,-7.6922,4941.1847,4941.1847,4941.1847 -831.5000,1.0000,10764.3839,63.6810,63.5440,-0.0817,0.0000,5,1396.8310,111.8069,604.9716,-91.4239,16.3546,88.4927,-13.3731,-0.2766,8.5141,0.0000,8.5141,8.1172,8.5141,0.7368,0.0000,7.7773,0.0000,7.7773,6.9481,0.8292,0.0000,0.8292,-0.1282,0.9574,0.0000,1.9993,11.7603,-12.8022,3957.0899,3957.0899,3957.0899 -832.5000,1.0000,10782.0067,63.4320,63.3400,-0.0567,0.0000,5,1391.3692,125.2333,589.8786,-91.1000,18.2470,85.9476,-13.2736,-0.1912,12.4418,0.0000,12.4418,5.9963,12.4418,0.7521,0.0000,11.6897,0.0000,11.6897,6.9209,4.7688,0.0000,4.7688,-0.0886,4.8574,0.0000,1.9915,11.7143,-8.8484,4286.0864,4286.0864,4286.0864 -833.5000,1.0000,10799.5470,63.1350,62.9500,-0.1083,0.0000,5,1384.8546,67.8946,592.0837,-90.7136,9.8462,85.8649,-13.1554,-0.3638,4.2532,0.0000,4.2532,5.9567,4.2532,0.7285,0.0000,3.5247,0.0000,3.5247,6.8885,-3.3639,0.0000,-3.3639,-0.1686,-3.1952,0.0000,1.9822,11.6595,-16.8369,3054.5299,3054.5299,3054.5299 -834.5000,1.0000,10816.9624,62.6855,62.4410,-0.1414,0.0000,5,1374.9949,31.2505,565.7076,-90.1289,4.4997,81.4557,-12.9776,-0.4714,-0.9189,0.0000,-0.9189,5.8901,-0.9189,0.7334,0.0000,-1.6523,0.0000,-1.6523,6.8395,-8.4918,0.0000,-8.4918,-0.2185,-8.2733,0.0000,1.9681,11.5765,-21.8178,2390.0525,2390.0525,2390.0525 -835.5000,1.0000,10834.2210,62.1210,61.8210,-0.1722,0.0000,5,1362.6127,-2.7143,546.5235,-89.3945,-0.3873,77.9848,-12.7559,-0.5690,-5.6646,0.0000,-5.6646,5.8463,-5.6646,0.7352,0.0000,-6.3998,0.0000,-6.3998,6.7779,-13.1777,0.0000,-13.1777,-0.2638,-12.9139,0.0000,1.9503,11.4722,-26.3364,1789.7372,1789.7372,1789.7372 -836.5000,1.0000,10851.3163,61.5330,61.2650,-0.1544,0.0000,5,1349.7150,17.0418,529.2786,-88.6296,2.4087,74.8092,-12.5271,-0.5054,-2.9015,0.0000,-2.9015,5.8157,-2.9015,0.7178,0.0000,-3.6193,0.0000,-3.6193,6.7137,-10.3331,0.0000,-10.3331,-0.2343,-10.0988,0.0000,1.9319,11.3636,-23.3943,2088.4989,2088.4989,2088.4989 -837.5000,1.0000,10868.2331,60.8905,60.5360,-0.2025,0.0000,5,1335.6219,-35.6396,531.9683,-87.7937,-4.9848,74.4043,-12.2794,-0.6558,-10.1323,0.0000,-10.1323,5.8033,-10.1323,0.7246,0.0000,-10.8568,0.0000,-10.8568,6.6436,-17.5005,0.0000,-17.5005,-0.3040,-17.1965,0.0000,1.9117,11.2450,-30.3532,1035.3089,1035.3089,1035.3089 -838.5000,1.0000,10884.9871,60.3045,60.0930,-0.1231,0.0000,5,1322.7681,51.5110,508.2807,-87.0314,7.1353,70.4070,-12.0556,-0.3947,1.8436,0.0000,1.8436,5.6863,1.8436,0.6844,0.0000,1.1592,0.0000,1.1592,6.5797,-5.4204,0.0000,-5.4204,-0.1830,-5.2375,0.0000,1.8933,11.1367,-18.2675,2576.4167,2576.4167,2576.4167 -839.5000,1.0000,10901.5977,59.7880,59.5030,-0.1639,0.0000,5,1311.4388,6.7273,540.6292,-86.3595,0.9239,74.2465,-11.8601,-0.5211,-4.2300,0.0000,-4.2300,5.6751,-4.2300,0.6906,0.0000,-4.9206,0.0000,-4.9206,6.5233,-11.4440,0.0000,-11.4440,-0.2416,-11.2024,0.0000,1.8771,11.0414,-24.1209,1822.4741,1822.4741,1822.4741 -840.5000,1.0000,10918.0422,59.1905,58.8980,-0.1681,0.0000,5,1298.3327,2.0349,517.8130,-85.5822,0.2767,70.4024,-11.6358,-0.5290,-4.8030,0.0000,-4.8030,5.6087,-4.8030,0.6817,0.0000,-5.4847,0.0000,-5.4847,6.4582,-11.9428,0.0000,-11.9428,-0.2452,-11.6976,0.0000,1.8583,10.9310,-24.4869,1712.9400,1712.9400,1712.9400 -841.5000,1.0000,10934.3446,58.6785,58.4790,-0.1164,0.0000,5,1287.1021,58.7962,514.0012,-84.9161,7.9248,69.2797,-11.4454,-0.3632,2.7546,0.0000,2.7546,5.5334,2.7546,0.6540,0.0000,2.1006,0.0000,2.1006,6.4023,-4.3017,0.0000,-4.3017,-0.1684,-4.1333,0.0000,1.8423,10.8365,-16.8120,2604.4968,2604.4968,2604.4968 -842.5000,1.0000,10950.5654,58.3850,58.3110,-0.0467,0.0000,5,1280.6642,136.2229,538.4781,-84.5343,18.2690,72.2158,-11.3370,-0.1449,12.8813,0.0000,12.8813,5.5326,12.8813,0.6700,0.0000,12.2113,0.0000,12.2113,6.3703,5.8410,0.0000,5.8410,-0.0672,5.9082,0.0000,1.8330,10.7823,-6.7071,4126.3046,4126.3046,4126.3046 -843.5000,1.0000,10966.7717,58.3325,58.3740,0.0175,0.0000,5,1279.5126,207.7036,572.8959,-84.4660,27.8303,76.7625,-11.3176,0.0543,22.2225,0.0000,22.2225,5.5535,22.2225,0.7159,0.0000,21.5066,0.0000,21.5066,6.3645,15.1420,0.0000,15.1420,0.0252,15.1169,0.0000,1.8314,10.7726,2.5129,5912.3316,5912.3316,5912.3316 -844.5000,1.0000,10983.0017,58.4180,58.4820,0.0300,0.0000,5,1281.3881,221.4398,603.9945,-84.5772,29.7143,81.0480,-11.3491,0.0932,24.0802,0.0000,24.0802,5.5408,24.0802,0.7265,0.0000,23.3537,0.0000,23.3537,6.3739,16.9798,0.0000,16.9798,0.0432,16.9366,0.0000,1.8341,10.7884,4.3142,6248.4022,6248.4022,6248.4022 -845.5000,1.0000,10999.2600,58.5200,58.5780,0.0267,0.0000,5,1283.6254,217.6375,610.2202,-84.7099,29.2550,82.0264,-11.3868,0.0830,23.6354,0.0000,23.6354,5.5366,23.6354,0.7260,0.0000,22.9095,0.0000,22.9095,6.3850,16.5245,0.0000,16.5245,0.0385,16.4860,0.0000,1.8373,10.8072,3.8415,6166.7619,6166.7619,6166.7619 -846.5000,1.0000,11015.5411,58.6020,58.6460,0.0189,0.0000,5,1285.4241,209.1411,608.8317,-84.8166,28.1523,81.9544,-11.4171,0.0589,22.5301,0.0000,22.5301,5.5634,22.5301,0.7218,0.0000,21.8083,0.0000,21.8083,6.3939,15.4144,0.0000,15.4144,0.0273,15.3871,0.0000,1.8399,10.8223,2.7249,5973.7244,5973.7244,5973.7244 -847.5000,1.0000,11031.8025,58.5310,58.4360,-0.0583,0.0000,5,1283.8667,123.5603,603.2279,-84.7242,16.6122,81.1017,-11.3909,-0.1816,11.2080,0.0000,11.2080,5.5858,11.2080,0.6640,0.0000,10.5440,0.0000,10.5440,6.3862,4.1578,0.0000,4.1578,-0.0842,4.2420,0.0000,1.8376,10.8092,-8.4049,3821.4674,3821.4674,3821.4674 -848.5000,1.0000,11047.9842,58.2440,58.0720,-0.1011,0.0000,5,1277.5714,75.8297,564.2029,-84.3509,10.1450,75.4830,-11.2850,-0.3132,4.9386,0.0000,4.9386,5.5196,4.9386,0.6411,0.0000,4.2975,0.0000,4.2975,6.3549,-2.0574,0.0000,-2.0574,-0.1452,-1.9122,0.0000,1.8286,10.7562,-14.4970,2857.3207,2857.3207,2857.3207 -849.5000,1.0000,11064.0745,57.9150,57.7780,-0.0817,0.0000,5,1270.3549,97.9044,542.2708,-83.9229,13.0243,72.1390,-11.1644,-0.2515,7.7097,0.0000,7.7097,5.5662,7.7097,0.6366,0.0000,7.0731,0.0000,7.0731,6.3190,0.7541,0.0000,0.7541,-0.1166,0.8707,0.0000,1.8183,10.6955,-11.6430,3197.2417,3197.2417,3197.2417 -850.5000,1.0000,11080.0320,57.4370,57.1160,-0.1839,0.0000,5,1259.8700,-15.3220,546.7657,-83.3011,-2.0215,72.1366,-10.9902,-0.5617,-6.9262,0.0000,-6.9262,5.4664,-6.9262,0.6571,0.0000,-7.5833,0.0000,-7.5833,6.2668,-13.8501,0.0000,-13.8501,-0.2604,-13.5897,0.0000,1.8033,10.6072,-26.0002,1297.2190,1297.2190,1297.2190 -851.5000,1.0000,11095.7822,56.6910,56.2860,-0.2306,0.0000,5,1243.5066,-66.8526,491.1378,-82.3306,-8.7055,63.9558,-10.7211,-0.6951,-13.4018,0.0000,-13.4018,5.3914,-13.4018,0.6608,0.0000,-14.0626,0.0000,-14.0626,6.1854,-20.2480,0.0000,-20.2480,-0.3222,-19.9257,0.0000,1.7799,10.4694,-32.1750,223.6563,223.6563,223.6563 -852.5000,1.0000,11111.2756,55.7660,55.2660,-0.2833,0.0000,5,1223.2169,-81.1272,460.6904,-81.1272,-10.3920,59.0121,-10.3920,-0.8403,-14.8646,0.0000,-14.8646,5.3130,-14.8646,0.6491,0.0000,-15.5137,0.0000,-15.5137,6.0845,-21.5982,5.6372,-27.2354,-0.3896,-26.8458,0.0000,1.7508,10.2986,-38.8952,0.0000,0.0000,0.0000 -853.5000,1.0000,11126.4900,54.7620,54.2780,-0.2744,0.0000,5,1201.1944,-79.8211,447.7756,-79.8211,-10.0406,56.3251,-10.0406,-0.7993,-14.4832,0.0000,-14.4832,5.2419,-14.4832,0.6316,0.0000,-15.1148,0.0000,-15.1148,5.9750,-21.0897,4.4450,-25.5348,-0.3705,-25.1642,0.0000,1.7193,10.1132,-36.9967,0.0000,0.0000,0.0000 -854.5000,1.0000,11141.4154,53.7215,53.1850,-0.3036,0.0000,5,1178.3712,-78.4598,440.4880,-78.4601,-9.6818,54.3557,-9.6819,-0.8675,-13.9673,0.0000,-13.9673,5.1529,-13.9673,0.6134,0.0000,-14.5807,0.0000,-14.5807,5.8614,-20.4422,8.5032,-28.9453,-0.4021,-28.5432,0.0000,1.6866,9.9210,-40.1509,0.0000,0.0000,0.0000 -855.5000,1.0000,11156.0774,52.7730,52.3810,-0.2233,0.0000,5,1157.5660,-58.5926,437.1525,-77.2190,-7.1026,52.9916,-9.3605,-0.6268,-11.5509,0.0000,-11.5509,5.0751,-11.5509,0.5922,0.0000,-12.1430,0.0000,-12.1430,5.7580,-17.9010,0.0000,-17.9010,-0.2906,-17.6104,0.0000,1.6568,9.7459,-29.0131,271.1292,271.1292,271.1292 -856.5000,1.0000,11170.5097,51.9465,51.5320,-0.2358,0.0000,5,1139.4369,-71.9253,441.0246,-76.1376,-8.5822,52.6237,-9.0849,-0.6515,-12.9846,0.0000,-12.9846,5.0540,-12.9846,0.5827,0.0000,-13.5673,0.0000,-13.5673,5.6678,-19.2351,0.0000,-19.2351,-0.3020,-18.9330,0.0000,1.6309,9.5932,-30.1572,0.0000,0.0000,0.0000 -857.5000,1.0000,11184.7588,51.2865,51.0610,-0.1308,0.0000,5,1124.9599,43.7379,433.4598,-75.2740,5.1526,51.0640,-8.8677,-0.3569,0.5326,0.0000,0.5326,4.9768,0.5326,0.5385,0.0000,-0.0059,0.0000,-0.0059,5.5958,-5.6017,0.0000,-5.6017,-0.1654,-5.4362,0.0000,1.6102,9.4713,-16.5177,2115.9062,2115.9062,2115.9062 -858.5000,1.0000,11198.8947,50.8795,50.7180,-0.0953,0.0000,5,1116.0325,82.7659,487.5806,-74.7414,9.6729,56.9839,-8.7351,-0.2578,5.0130,0.0000,5.0130,4.9177,5.0130,0.5210,0.0000,4.4920,0.0000,4.4920,5.5514,-1.0593,0.0000,-1.0593,-0.1195,-0.9398,0.0000,1.5974,9.3962,-11.9334,2732.9455,2732.9455,2732.9455 -859.5000,1.0000,11212.9610,50.6285,50.5590,-0.0442,0.0000,5,1110.5268,139.4888,506.1927,-74.4130,16.2217,58.8672,-8.6538,-0.1189,11.4469,0.0000,11.4469,4.8938,11.4469,0.5432,0.0000,10.9037,0.0000,10.9037,5.5240,5.3797,0.0000,5.3797,-0.0551,5.4348,0.0000,1.5895,9.3498,-5.5045,3624.7646,3624.7646,3624.7646 -860.5000,1.0000,11227.0421,50.6820,50.8250,0.0739,0.0000,5,1111.7003,270.5111,536.2957,-74.4830,31.4921,62.4339,-8.6711,0.1992,26.4104,0.0000,26.4104,4.8825,26.4104,0.6188,0.0000,25.7916,0.0000,25.7916,5.5298,20.2618,0.0000,20.2618,0.0923,20.1695,0.0000,1.5912,9.3597,9.2185,6467.7697,6467.7697,6467.7697 -861.5000,1.0000,11241.2259,51.0515,51.2980,0.1314,0.0000,5,1119.8053,334.4566,600.7451,-74.9665,39.2203,70.4468,-8.7910,0.3567,33.9400,0.0000,33.9400,4.9235,33.9400,0.6619,0.0000,33.2781,0.0000,33.2781,5.5701,27.7080,0.0000,27.7080,0.1654,27.5426,0.0000,1.6028,9.4279,16.5119,7908.0166,7908.0166,7908.0166 -862.5000,1.0000,11255.5715,51.6345,51.9910,0.1925,0.0000,5,1132.5933,402.0893,633.8905,-75.7293,47.6898,75.1825,-8.9819,0.5286,42.2155,0.0000,42.2155,4.9456,42.2155,0.7119,0.0000,41.5036,0.0000,41.5036,5.6337,35.8699,0.0000,35.8699,0.2451,35.6248,0.0000,1.6211,9.5356,24.4681,9590.9618,9590.9618,9590.9618 -863.5000,1.0000,11270.1154,52.3480,52.7250,0.2039,0.0000,5,1148.2437,414.8914,667.6419,-76.6629,49.8881,80.2798,-9.2182,0.5676,44.2923,0.0000,44.2923,5.0281,44.2923,0.7329,0.0000,43.5594,0.0000,43.5594,5.7116,37.8478,0.0000,37.8478,0.2631,37.5847,0.0000,1.6435,9.6674,26.2738,9966.5954,9966.5954,9966.5954 -864.5000,1.0000,11284.8861,53.1645,53.6240,0.2497,0.0000,5,1166.1535,465.7935,677.1791,-77.7313,56.8824,82.6966,-9.4925,0.7061,51.0764,0.0000,51.0764,5.0999,51.0764,0.7791,0.0000,50.2973,0.0000,50.2973,5.8007,44.4966,0.0000,44.4966,0.3273,44.1693,0.0000,1.6691,9.8182,32.6820,11331.6393,11331.6393,11331.6393 -865.5000,1.0000,11299.9104,54.0775,54.5510,0.2575,0.0000,5,1186.1800,474.2969,703.1001,-78.9259,58.9155,87.3366,-9.8039,0.7406,53.0095,0.0000,53.0095,5.1654,53.0095,0.8027,0.0000,52.2068,0.0000,52.2068,5.9003,46.3065,0.0000,46.3065,0.3433,45.9632,0.0000,1.6978,9.9868,34.2786,11741.0603,11741.0603,11741.0603 -866.5000,1.0000,11315.2052,55.0510,55.5710,0.2833,0.0000,5,1207.5335,502.8910,710.0483,-80.1971,63.5919,89.7875,-10.1411,0.8296,57.5229,0.0000,57.5229,5.2395,57.5229,0.8403,0.0000,56.6825,0.0000,56.6825,6.0065,50.6760,0.0000,50.6760,0.3846,50.2915,0.0000,1.7284,10.1666,38.3965,12650.8467,12650.8467,12650.8467 -867.5000,1.0000,11330.7539,55.9655,56.3800,0.2247,0.0000,5,1227.5929,437.4311,724.0477,-81.3868,56.2332,93.0787,-10.4625,0.6689,50.2869,0.0000,50.2869,5.2774,50.2869,0.8184,0.0000,49.4685,0.0000,49.4685,6.1063,43.3622,0.0000,43.3622,0.3101,43.0521,0.0000,1.7571,10.3354,30.9596,11221.4668,11221.4668,11221.4668 -868.5000,1.0000,11346.5239,56.7620,57.1640,0.2178,0.0000,5,1245.0640,429.9616,698.4014,-82.4229,56.0596,91.0595,-10.7465,0.6574,50.0222,0.0000,50.0222,5.3800,50.0222,0.8297,0.0000,49.1925,0.0000,49.1925,6.1932,42.9993,0.0000,42.9993,0.3048,42.6945,0.0000,1.7821,10.4825,30.4299,11188.0112,11188.0112,11188.0112 -869.5000,1.0000,11362.4900,57.4680,57.7920,0.1744,0.0000,5,1260.5500,381.9166,696.8207,-83.3414,50.4147,91.9835,-11.0014,0.5332,44.4257,0.0000,44.4257,5.4559,44.4257,0.8130,0.0000,43.6127,0.0000,43.6127,6.2702,37.3425,0.0000,37.3425,0.2472,37.0953,0.0000,1.8043,10.6129,24.6781,10130.2876,10130.2876,10130.2876 -870.5000,1.0000,11378.6431,58.1410,58.5100,0.1994,0.0000,5,1275.3121,409.5071,679.4123,-84.2169,54.6898,90.7358,-11.2472,0.6167,48.5819,0.0000,48.5819,5.4912,48.5819,0.8446,0.0000,47.7374,0.0000,47.7374,6.3436,41.3937,0.0000,41.3937,0.2859,41.1078,0.0000,1.8254,10.7372,28.5452,10947.8952,10947.8952,10947.8952 -871.5000,1.0000,11395.0034,58.8870,59.2840,0.2150,0.0000,5,1291.6755,426.9481,693.7619,-85.1874,57.7507,93.8410,-11.5228,0.6734,51.4987,0.0000,51.4987,5.5787,51.4987,0.8713,0.0000,50.6274,0.0000,50.6274,6.4250,44.2024,0.0000,44.2024,0.3121,43.8902,0.0000,1.8488,10.8750,31.1664,11542.8789,11542.8789,11542.8789 -872.5000,1.0000,11411.5452,59.5405,59.8170,0.1481,0.0000,5,1306.0099,352.2248,702.0423,-86.0375,48.1720,96.0148,-11.7669,0.4688,42.1140,0.0000,42.1140,5.5892,42.1140,0.8350,0.0000,41.2790,0.0000,41.2790,6.4963,34.7827,0.0000,34.7827,0.2173,34.5653,0.0000,1.8693,10.9957,21.7003,9743.3385,9743.3385,9743.3385 -873.5000,1.0000,11428.2271,60.0450,60.2930,0.1322,0.0000,5,1317.0760,335.1355,673.1785,-86.6938,46.2232,92.8474,-11.9571,0.4222,40.0982,0.0000,40.0982,5.7027,40.0982,0.8333,0.0000,39.2650,0.0000,39.2650,6.5514,32.7136,0.0000,32.7136,0.1957,32.5179,0.0000,1.8852,11.0888,19.5439,9379.5028,9379.5028,9379.5028 -874.5000,1.0000,11444.9892,60.3335,60.3940,0.0281,0.0000,5,1323.4042,219.4459,665.4286,-87.0691,30.4123,92.2195,-12.0666,0.0900,24.5882,0.0000,24.5882,5.7340,24.5882,0.7605,0.0000,23.8278,0.0000,23.8278,6.5829,17.2449,0.0000,17.2449,0.0417,17.2032,0.0000,1.8942,11.1421,4.1668,6433.1364,6433.1364,6433.1364 -875.5000,1.0000,11461.7015,60.1545,59.9350,-0.1275,0.0000,5,1319.4779,46.6721,613.8617,-86.8363,6.4489,84.8206,-11.9986,-0.4079,1.1751,0.0000,1.1751,5.6817,1.1751,0.6835,0.0000,0.4916,0.0000,0.4916,6.5633,-6.0717,0.0000,-6.0717,-0.1891,-5.8826,0.0000,1.8886,11.1090,-18.8802,2489.6022,2489.6022,2489.6022 -876.5000,1.0000,11478.2453,59.5475,59.1800,-0.2097,0.0000,5,1306.1634,-43.7989,535.9547,-86.0466,-5.9909,73.3085,-11.7696,-0.6642,-10.9833,0.0000,-10.9833,5.6567,-10.9833,0.7033,0.0000,-11.6867,0.0000,-11.6867,6.4971,-18.1838,0.0000,-18.1838,-0.3079,-17.8759,0.0000,1.8695,10.9970,-30.7424,789.3783,789.3783,789.3783 -877.5000,1.0000,11494.6009,58.8700,58.5800,-0.1667,0.0000,5,1291.3026,3.8157,494.0814,-85.1653,0.5160,66.8121,-11.5165,-0.5218,-4.5760,0.0000,-4.5760,5.6138,-4.5760,0.6756,0.0000,-5.2517,0.0000,-5.2517,6.4232,-11.6749,0.0000,-11.6749,-0.2419,-11.4330,0.0000,1.8483,10.8718,-24.1531,1726.0253,1726.0253,1726.0253 -878.5000,1.0000,11510.8614,58.5280,58.4960,-0.0233,0.0000,5,1283.8009,162.1678,516.3374,-84.7203,21.8017,69.4160,-11.3897,-0.0726,16.3262,0.0000,16.3262,5.5482,16.3262,0.6896,0.0000,15.6366,0.0000,15.6366,6.3859,9.2508,0.0000,9.2508,-0.0337,9.2844,0.0000,1.8375,10.8087,-3.3618,4796.3845,4796.3845,4796.3845 -879.5000,1.0000,11527.1153,58.5040,58.5320,0.0100,0.0000,5,1283.2745,199.2394,584.6511,-84.6891,26.7746,78.5679,-11.3809,0.0311,21.1924,0.0000,21.1924,5.5511,21.1924,0.7135,0.0000,20.4789,0.0000,20.4789,6.3832,14.0956,0.0000,14.0956,0.0144,14.0812,0.0000,1.8368,10.8042,1.4402,5730.3442,5730.3442,5730.3442 -880.5000,1.0000,11543.3897,58.5780,58.6440,0.0311,0.0000,5,1284.8976,222.6925,601.2054,-84.7854,29.9642,80.8947,-11.4082,0.0969,24.3098,0.0000,24.3098,5.5575,24.3098,0.7303,0.0000,23.5795,0.0000,23.5795,6.3913,17.1881,0.0000,17.1881,0.0449,17.1432,0.0000,1.8391,10.8179,4.4862,6303.5809,6303.5809,6303.5809 -881.5000,1.0000,11559.7079,58.7355,58.8470,0.0564,0.0000,5,1288.3524,250.5569,612.3989,-84.9903,33.8041,82.6224,-11.4665,0.1761,28.0860,0.0000,28.0860,5.5419,28.0860,0.7517,0.0000,27.3343,0.0000,27.3343,6.4085,20.9258,0.0000,20.9258,0.0817,20.8442,0.0000,1.8440,10.8470,8.1531,7034.0658,7034.0658,7034.0658 -882.5000,1.0000,11576.0863,58.9520,59.0770,0.0639,0.0000,5,1293.1013,259.0427,625.2464,-85.2719,35.0778,84.6667,-11.5469,0.2003,29.2957,0.0000,29.2957,5.5818,29.2957,0.7613,0.0000,28.5344,0.0000,28.5344,6.4321,22.1022,0.0000,22.1022,0.0929,22.0094,0.0000,1.8508,10.8870,9.2716,7281.1496,7281.1496,7281.1496 -883.5000,1.0000,11592.5243,59.1670,59.2770,0.0556,0.0000,5,1297.8173,250.1634,629.5906,-85.5516,33.9990,85.5658,-11.6271,0.1748,28.1717,0.0000,28.1717,5.6524,28.1717,0.7592,0.0000,27.4125,0.0000,27.4125,6.4556,20.9570,0.0000,20.9570,0.0810,20.8759,0.0000,1.8576,10.9267,8.0916,7087.1109,7087.1109,7087.1109 -884.5000,1.0000,11609.0197,59.3735,59.4900,0.0592,0.0000,5,1302.3468,253.6681,626.9103,-85.8203,34.5956,85.4989,-11.7043,0.1868,28.8070,0.0000,28.8070,5.6017,28.8070,0.7657,0.0000,28.0413,0.0000,28.0413,6.4781,21.5632,0.0000,21.5632,0.0866,21.4766,0.0000,1.8641,10.9648,8.6477,7201.8042,7201.8042,7201.8042 -885.5000,1.0000,11625.5754,59.5905,59.7110,0.0614,0.0000,5,1307.1066,256.4305,629.4042,-86.1026,35.1002,86.1528,-11.7857,0.1946,29.2445,0.0000,29.2445,5.6611,29.2445,0.7715,0.0000,28.4730,0.0000,28.4730,6.5018,21.9712,0.0000,21.9712,0.0902,21.8810,0.0000,1.8709,11.0049,9.0053,7294.5989,7294.5989,7294.5989 -886.5000,1.0000,11642.1895,59.8005,59.9100,0.0553,0.0000,5,1311.7130,249.5467,631.3823,-86.3758,34.2783,86.7281,-11.8648,0.1758,28.4357,0.0000,28.4357,5.6668,28.4357,0.7709,0.0000,27.6647,0.0000,27.6647,6.5247,21.1400,0.0000,21.1400,0.0815,21.0585,0.0000,1.8775,11.0437,8.1374,7141.7447,7141.7447,7141.7447 -887.5000,1.0000,11658.8839,60.0900,60.2900,0.1056,0.0000,5,1318.0631,305.2333,630.9487,-86.7524,42.1305,87.0881,-11.9742,0.3373,36.1245,0.0000,36.1245,5.6687,36.1245,0.8141,0.0000,35.3103,0.0000,35.3103,6.5563,28.7540,0.0000,28.7540,0.1564,28.5976,0.0000,1.8866,11.0971,15.6139,8620.8582,8620.8582,8620.8582 -888.5000,1.0000,11675.6824,60.4645,60.6590,0.1025,0.0000,5,1326.2777,301.3447,655.2606,-87.2396,41.8530,91.0075,-12.1165,0.3296,35.8902,0.0000,35.8902,5.6332,35.8902,0.8192,0.0000,35.0710,0.0000,35.0710,6.5972,28.4739,0.0000,28.4739,0.1528,28.3211,0.0000,1.8983,11.1663,15.2565,8575.8937,8575.8937,8575.8937 -889.5000,1.0000,11692.5977,60.8850,61.1310,0.1311,0.0000,5,1335.5013,333.6133,656.0913,-87.7866,46.6569,91.7566,-12.2772,0.4246,40.4953,0.0000,40.4953,5.7371,40.4953,0.8492,0.0000,39.6461,0.0000,39.6461,6.6430,33.0030,0.0000,33.0030,0.1968,32.8062,0.0000,1.9115,11.2440,19.6507,9462.8934,9462.8934,9462.8934 -890.5000,1.0000,11709.6272,61.2965,61.4820,0.0975,0.0000,5,1344.5274,296.2015,670.1253,-88.3219,41.7048,94.3527,-12.4356,0.3179,35.6233,0.0000,35.6233,5.7636,35.6233,0.8317,0.0000,34.7916,0.0000,34.7916,6.6879,28.1037,0.0000,28.1037,0.1473,27.9563,0.0000,1.9244,11.3199,14.7119,8559.0783,8559.0783,8559.0783 -891.5000,1.0000,11726.7657,61.6885,61.9150,0.1203,0.0000,5,1353.1259,321.6679,657.3973,-88.8319,45.5800,93.1526,-12.5874,0.3946,39.3647,0.0000,39.3647,5.8207,39.3647,0.8570,0.0000,38.5077,0.0000,38.5077,6.7307,31.7770,0.0000,31.7770,0.1829,31.5941,0.0000,1.9368,11.3923,18.2650,9274.2380,9274.2380,9274.2380 -892.5000,1.0000,11744.0238,62.1190,62.3430,0.1189,0.0000,5,1362.5688,319.7761,669.3329,-89.3919,45.6282,95.5057,-12.7551,0.3928,39.4265,0.0000,39.4265,5.8089,39.4265,0.8646,0.0000,38.5619,0.0000,38.5619,6.7777,31.7842,0.0000,31.7842,0.1821,31.6022,0.0000,1.9503,11.4718,18.1800,9288.5282,9288.5282,9288.5282 -893.5000,1.0000,11761.4270,62.6415,62.9600,0.1714,0.0000,5,1374.0298,378.1154,671.9408,-90.0716,54.4063,96.6843,-12.9602,0.5710,47.9792,0.0000,47.9792,5.8561,47.9792,0.9163,0.0000,47.0630,0.0000,47.0630,6.8347,40.2283,0.0000,40.2283,0.2647,39.9636,0.0000,1.9667,11.5683,26.4286,10958.1720,10958.1720,10958.1720 -894.5000,1.0000,11779.0296,63.3595,63.7790,0.2275,0.0000,5,1389.7790,440.6157,698.4919,-91.0057,64.1260,101.6566,-13.2447,0.7666,57.4175,0.0000,57.4175,5.9420,57.4175,0.9757,0.0000,56.4417,0.0000,56.4417,6.9130,49.5287,0.0000,49.5287,0.3554,49.1733,0.0000,1.9892,11.7009,35.4832,12777.3575,12777.3575,12777.3575 -895.5000,1.0000,11796.8490,64.1400,64.5210,0.2061,0.0000,5,1406.8991,416.5674,724.6778,-92.0210,61.3729,106.7669,-13.5575,0.7031,54.7017,0.0000,54.7017,5.9681,54.7017,0.9756,0.0000,53.7261,0.0000,53.7261,6.9982,46.7279,0.0000,46.7279,0.3259,46.4019,0.0000,2.0137,11.8451,32.5432,12288.6971,12288.6971,12288.6971 -896.5000,1.0000,11814.8775,64.8925,65.2840,0.2119,0.0000,5,1423.4050,424.0527,718.7316,-93.0000,63.2087,107.1331,-13.8624,0.7315,56.2943,0.0000,56.2943,6.1830,56.2943,0.9967,0.0000,55.2976,0.0000,55.2976,7.0803,48.2173,0.0000,48.2173,0.3391,47.8782,0.0000,2.0373,11.9840,33.8568,12635.9356,12635.9356,12635.9356 -897.5000,1.0000,11833.1022,65.5990,65.9340,0.1806,0.0000,5,1438.9020,389.1089,723.6715,-93.9191,58.6315,109.0439,-14.1519,0.6299,51.7665,0.0000,51.7665,6.2350,51.7665,0.9865,0.0000,50.7801,0.0000,50.7801,7.1574,43.6227,0.0000,43.6227,0.2920,43.3307,0.0000,2.0595,12.1145,29.1566,11806.8830,11806.8830,11806.8830 -898.5000,1.0000,11851.4811,66.1540,66.3940,0.1278,0.0000,5,1451.0758,330.7536,712.3022,-94.6411,50.2601,108.2388,-14.3813,0.4496,43.4837,0.0000,43.4837,6.3268,43.4837,0.9549,0.0000,42.5288,0.0000,42.5288,7.2179,35.3109,0.0000,35.3109,0.2084,35.1025,0.0000,2.0770,12.2170,20.8085,10229.7613,10229.7613,10229.7613 -899.5000,1.0000,11869.9800,66.5860,66.7980,0.1122,0.0000,5,1460.5516,313.0112,692.9498,-95.2031,47.8746,105.9857,-14.5612,0.3974,41.1823,0.0000,41.1823,6.2949,41.1823,0.9511,0.0000,40.2312,0.0000,40.2312,7.2651,32.9662,0.0000,32.9662,0.1842,32.7819,0.0000,2.0905,12.2968,18.3946,9806.8743,9806.8743,9806.8743 -900.5000,1.0000,11888.5692,66.9110,67.0440,0.0683,0.0000,5,1467.6805,263.6781,687.2459,-95.6259,40.5260,105.6264,-14.6972,0.2432,34.0473,0.0000,34.0473,6.2355,34.0473,0.9212,0.0000,33.1261,0.0000,33.1261,7.3005,25.8256,0.0000,25.8256,0.1127,25.7129,0.0000,2.1007,12.3568,11.2554,8434.4893,8434.4893,8434.4893 -901.5000,1.0000,11907.2507,67.2435,67.4630,0.1164,0.0000,5,1474.9738,317.6248,672.4578,-96.0584,49.0600,103.8671,-14.8371,0.4162,42.2935,0.0000,42.2935,6.3502,42.2935,0.9684,0.0000,41.3251,0.0000,41.3251,7.3368,33.9883,0.0000,33.9883,0.1930,33.7954,0.0000,2.1112,12.4182,19.2660,10033.3526,10033.3526,10033.3526 -902.5000,1.0000,11926.0411,67.6355,67.8280,0.1014,0.0000,5,1483.5722,300.7569,693.1594,-96.5684,46.7254,107.6888,-15.0028,0.3647,40.0076,0.0000,40.0076,6.3531,40.0076,0.9640,0.0000,39.0436,0.0000,39.0436,7.3796,31.6640,0.0000,31.6640,0.1691,31.4949,0.0000,2.1235,12.4906,16.8809,9628.4771,9628.4771,9628.4771 -903.5000,1.0000,11944.8927,67.8555,67.9030,0.0208,0.0000,5,1488.3979,211.3048,686.6154,-96.8546,32.9350,107.0191,-15.0962,0.0752,26.4803,0.0000,26.4803,6.3794,26.4803,0.9004,0.0000,25.5800,0.0000,25.5800,7.4036,18.1764,0.0000,18.1764,0.0349,18.1416,0.0000,2.1304,12.5312,3.4800,7044.5487,7044.5487,7044.5487 -904.5000,1.0000,11963.6747,67.6055,67.3280,-0.1597,0.0000,0,1386.2089,-16.8687,573.6852,-90.7940,-2.4487,83.2781,-13.1800,-8.7692,0.0000,0.0000,0.0000,6.3205,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,7.3763,-7.3763,4.8637,-12.2400,-0.2662,-11.9737,0.0000,2.1225,12.4851,-26.5813,1549.2309,1549.2309,1549.2309 -905.5000,1.0000,11982.3115,67.0825,66.8570,-0.1308,0.0000,6,1175.3234,-6.5667,404.2319,-78.2783,-0.8082,49.7527,-9.6345,-7.7861,0.6742,0.0000,0.6742,6.3037,0.6145,0.6222,0.0000,-0.0077,0.0000,-0.0077,7.3192,-7.3269,0.0000,-7.3269,-0.2164,-7.1105,0.0000,2.1061,12.3885,-21.6051,1305.2621,1305.2621,1305.2621 -906.5000,1.0000,12000.7806,66.4785,66.1200,-0.2047,0.0000,6,1061.5650,-50.6916,446.4593,-71.0338,-5.6352,49.6315,-7.8966,-0.3836,-11.4851,0.0000,-11.4851,6.2335,-11.4851,0.7354,0.0000,-12.2205,0.0000,-12.2205,7.2533,-19.4738,0.0000,-19.4738,-0.3355,-19.1383,0.0000,2.0871,12.2769,-33.5024,313.0041,313.0041,313.0041 -907.5000,1.0000,12019.0700,65.8320,65.5640,-0.1544,0.0000,6,1051.2413,23.7716,422.9712,-70.2948,2.6169,46.5631,-7.7385,-0.2866,-3.2277,0.0000,-3.2277,6.1312,-3.2277,0.6445,0.0000,-3.8722,0.0000,-3.8722,7.1828,-11.0550,0.0000,-11.0550,-0.2507,-10.8043,0.0000,2.0668,12.1575,-25.0287,1581.9517,1581.9517,1581.9517 -908.5000,1.0000,12037.1806,65.1880,64.8320,-0.2033,0.0000,6,1040.9576,-29.0516,456.3703,-69.5587,-3.1669,49.7484,-7.5825,-0.3736,-11.0437,0.0000,-11.0437,8.2504,-11.0437,0.7145,0.0000,-11.7582,0.0000,-11.7582,7.1125,-18.8707,0.0000,-18.8707,-0.3268,-18.5439,0.0000,2.0466,12.0386,-32.6291,636.5036,636.5036,636.5036 -909.5000,1.0000,12055.0975,64.4910,64.1700,-0.1839,0.0000,6,1029.8275,0.0665,427.2223,-68.7619,0.0072,46.0731,-7.4155,-0.3343,-7.8410,0.0000,-7.8410,8.1825,-7.8410,0.6736,0.0000,-8.5146,0.0000,-8.5146,7.0365,-15.5511,0.0000,-15.5511,-0.2924,-15.2587,0.0000,2.0247,11.9099,-29.1933,1076.0338,1076.0338,1076.0338 -910.5000,1.0000,12072.8257,63.8115,63.4730,-0.1936,0.0000,6,1018.9769,-13.8866,438.8328,-67.9852,-1.4818,46.8265,-7.2545,-0.3482,-9.2879,0.0000,-9.2879,8.1543,-9.2879,0.6795,0.0000,-9.9674,0.0000,-9.9674,6.9623,-16.9297,0.0000,-16.9297,-0.3046,-16.6251,0.0000,2.0034,11.7844,-30.4129,827.9968,827.9968,827.9968 -911.5000,1.0000,12090.3675,63.1405,62.8280,-0.1792,0.0000,6,1008.2620,7.1017,429.2026,-67.2182,0.7498,45.3173,-7.0972,-0.3189,-6.9473,0.0000,-6.9473,8.0160,-6.9473,0.6477,0.0000,-7.5950,0.0000,-7.5950,6.8891,-14.4841,0.0000,-14.4841,-0.2789,-14.2052,0.0000,1.9823,11.6605,-27.8480,1161.8224,1161.8224,1161.8224 -912.5000,1.0000,12107.7722,62.6470,62.4860,-0.0950,0.0000,6,1000.3815,132.6067,439.0066,-66.6541,13.8918,45.9902,-6.9827,-0.1678,6.1114,0.0000,6.1114,7.9482,6.1114,0.5372,0.0000,5.5742,0.0000,5.5742,6.8353,-1.2611,0.0000,-1.2611,-0.1467,-1.1143,0.0000,1.9668,11.5694,-14.6505,3444.5004,3444.5004,3444.5004 -913.5000,1.0000,12125.1015,62.3755,62.2850,-0.0558,0.0000,6,996.0460,193.0320,501.7468,-66.8530,20.1343,52.3351,-6.9731,-0.0982,12.2821,0.0000,12.2821,7.9504,12.2821,0.6579,0.0000,11.6243,0.0000,11.6243,6.8057,4.8186,0.0000,4.8186,-0.0859,4.9045,0.0000,1.9583,11.5192,-8.5731,4376.7277,4376.7277,4376.7277 -914.5000,1.0000,12142.3631,62.1315,61.9980,-0.0797,0.0000,6,992.1497,156.5031,530.1495,-67.0759,16.2603,55.0813,-6.9690,-0.1396,8.4676,0.0000,8.4676,7.9323,8.4676,0.5792,0.0000,7.8885,0.0000,7.8885,6.7790,1.1094,0.0000,1.1094,-0.1221,1.2315,0.0000,1.9507,11.4742,-12.1933,3786.2993,3786.2993,3786.2993 -915.5000,1.0000,12159.5334,61.8030,61.6280,-0.1028,0.0000,6,986.9040,120.6552,508.7966,-67.3760,12.4695,52.5833,-6.9632,-0.1790,4.8174,0.0000,4.8174,7.8311,4.8174,0.5134,0.0000,4.3040,0.0000,4.3040,6.7432,-2.4392,0.0000,-2.4392,-0.1566,-2.2826,0.0000,1.9404,11.4135,-15.6364,3200.8347,3200.8347,3200.8347 -916.5000,1.0000,12176.5897,61.3930,61.1780,-0.1250,0.0000,6,980.3569,68.0489,487.1005,-67.7505,6.9861,50.0071,-6.9555,-0.2163,1.4257,0.0000,1.4257,5.7767,1.4257,0.5423,0.0000,0.8834,0.0000,0.8834,6.6985,-5.8151,0.0000,-5.8151,-0.1892,-5.6259,0.0000,1.9275,11.3378,-18.8911,2259.0667,2259.0667,2259.0667 -917.5000,1.0000,12193.5229,60.9495,60.7410,-0.1214,0.0000,6,973.2749,72.9330,456.9952,-68.1556,7.4334,46.5775,-6.9465,-0.2085,1.9558,0.0000,1.9558,5.6862,1.9558,0.5315,0.0000,1.4242,0.0000,1.4242,6.6501,-5.2259,0.0000,-5.2259,-0.1824,-5.0434,0.0000,1.9136,11.2559,-18.2129,2332.3851,2332.3851,2332.3851 -918.5000,1.0000,12210.3096,60.4220,60.1230,-0.1717,0.0000,6,964.8515,-1.8575,454.5354,-68.6375,-0.1877,45.9258,-6.9351,-0.2924,-5.5412,0.0000,-5.5412,5.6459,-5.5412,0.6001,0.0000,-6.1413,0.0000,-6.1413,6.5925,-12.7338,0.0000,-12.7338,-0.2557,-12.4781,0.0000,1.8970,11.1584,-25.5335,964.2161,964.2161,964.2161 -919.5000,1.0000,12226.9595,59.9295,59.7560,-0.1019,0.0000,6,956.9870,102.3004,413.9108,-69.0874,10.2521,41.4803,-6.9236,-0.1722,4.7884,0.0000,4.7884,5.6358,4.7884,0.4908,0.0000,4.2977,0.0000,4.2977,6.5388,-2.2411,0.0000,-2.2411,-0.1506,-2.0905,0.0000,1.8815,11.0675,-15.0395,2836.0374,2836.0374,2836.0374 -920.5000,1.0000,12243.5038,59.5495,59.3630,-0.1092,0.0000,6,950.9189,91.6016,465.1387,-69.4345,9.1217,46.3185,-6.9143,-0.1832,3.6982,0.0000,3.6982,5.6068,3.6982,0.4970,0.0000,3.2011,0.0000,3.2011,6.4973,-3.2962,0.0000,-3.2962,-0.1603,-3.1359,0.0000,1.8696,10.9973,-16.0029,2626.4400,2626.4400,2626.4400 -921.5000,1.0000,12259.9746,59.2850,59.2270,-0.0378,0.0000,6,946.6952,200.3761,459.4276,-69.6761,19.8648,45.5466,-6.9075,-0.0631,14.3794,0.0000,14.3794,5.5485,14.3794,0.6697,0.0000,13.7097,0.0000,13.7097,6.4685,7.2413,0.0000,7.2413,-0.0552,7.2965,0.0000,1.8613,10.9485,-5.5133,4282.7552,4282.7552,4282.7552 -922.5000,1.0000,12276.4529,59.3120,59.4170,0.0528,0.0000,6,947.1264,339.9414,517.8382,-69.6514,33.7164,51.3607,-6.9082,0.0882,28.0127,0.0000,28.0127,5.6154,28.0127,0.9426,0.0000,27.0701,0.0000,27.0701,6.4714,20.5987,0.0000,20.5987,0.0772,20.5215,0.0000,1.8621,10.9535,7.7059,6860.2206,6860.2206,6860.2206 -923.5000,1.0000,12293.0056,59.5795,59.7620,0.0958,0.0000,6,951.3980,406.0086,591.8591,-69.4071,40.4507,58.9670,-6.9150,0.1609,34.6481,0.0000,34.6481,5.6417,34.6481,1.0779,0.0000,33.5702,0.0000,33.5702,6.5006,27.0696,0.0000,27.0696,0.1408,26.9288,0.0000,1.8705,11.0029,14.0554,8210.3217,8210.3217,8210.3217 -924.5000,1.0000,12309.6599,59.9455,60.1490,0.1075,0.0000,6,957.2425,423.1450,627.8442,-69.0728,42.4170,62.9365,-6.9240,0.1816,36.6364,0.0000,36.6364,5.5989,36.6364,1.1212,0.0000,35.5152,0.0000,35.5152,6.5405,28.9747,0.0000,28.9747,0.1589,28.8158,0.0000,1.8820,11.0705,15.8633,8537.7774,8537.7774,8537.7774 -925.5000,1.0000,12326.4210,60.3300,60.5310,0.1061,0.0000,6,963.3824,421.4987,638.7541,-68.7215,42.5230,64.4408,-6.9330,0.1804,36.6601,0.0000,36.6601,5.6824,36.6601,1.1254,0.0000,35.5347,0.0000,35.5347,6.5825,28.9522,0.0000,28.9522,0.1578,28.7944,0.0000,1.8941,11.1415,15.7588,8565.8087,8565.8087,8565.8087 -926.5000,1.0000,12343.2496,60.5730,60.6350,0.0289,0.0000,6,967.2627,303.1995,638.0624,-68.4995,30.7115,64.6303,-6.9384,0.0493,24.9412,0.0000,24.9412,5.7210,24.9412,0.8934,0.0000,24.0478,0.0000,24.0478,6.6090,17.4389,0.0000,17.4389,0.0431,17.3957,0.0000,1.9017,11.1863,4.3076,6335.1354,6335.1354,6335.1354 -927.5000,1.0000,12360.0867,60.6035,60.5920,-0.0119,0.0000,6,967.7498,240.4078,577.4641,-68.4717,24.3635,58.5217,-6.9391,-0.0204,18.6756,0.0000,18.6756,5.7084,18.6756,0.7684,0.0000,17.9072,0.0000,17.9072,6.6123,11.2949,0.0000,11.2949,-0.0178,11.3127,0.0000,1.9027,11.1920,-1.7819,5114.1579,5114.1579,5114.1579 -928.5000,1.0000,12376.8832,60.4575,60.3430,-0.0692,0.0000,6,965.4184,153.1315,543.3242,-68.6051,15.4813,54.9292,-6.9359,-0.1179,9.8531,0.0000,9.8531,5.7461,9.8531,0.5905,0.0000,9.2626,0.0000,9.2626,6.5964,2.6662,0.0000,2.6662,-0.1031,2.7693,0.0000,1.8981,11.1650,-10.2938,3619.7241,3619.7241,3619.7241 -929.5000,1.0000,12393.6052,60.1890,60.0550,-0.0800,0.0000,6,961.1308,136.1047,496.4751,-68.8503,13.6989,49.9699,-6.9297,-0.1357,8.1542,0.0000,8.1542,5.6804,8.1542,0.5539,0.0000,7.6003,0.0000,7.6003,6.5671,1.0332,0.0000,1.0332,-0.1187,1.1519,0.0000,1.8897,11.1154,-11.8532,3334.0115,3334.0115,3334.0115 -930.5000,1.0000,12410.2427,59.8850,59.7350,-0.0889,0.0000,6,956.2764,122.8038,485.4195,-69.1280,12.2977,48.6104,-6.9226,-0.1500,6.7615,0.0000,6.7615,5.6862,6.7615,0.5231,0.0000,6.2384,0.0000,6.2384,6.5339,-0.2956,0.0000,-0.2956,-0.1312,-0.1643,0.0000,1.8801,11.0593,-13.1037,3104.4220,3104.4220,3104.4220 -931.5000,1.0000,12426.8007,59.5990,59.4830,-0.0700,0.0000,6,951.7094,151.2026,477.0153,-69.3893,15.0693,47.5407,-6.9155,-0.1176,9.5844,0.0000,9.5844,5.6025,9.5844,0.5768,0.0000,9.0076,0.0000,9.0076,6.5027,2.5049,0.0000,2.5049,-0.1029,2.6077,0.0000,1.8712,11.0065,-10.2699,3531.1569,3531.1569,3531.1569 -932.5000,1.0000,12443.3043,59.4030,59.3430,-0.0389,0.0000,6,948.5795,199.2617,491.0830,-69.5683,19.7937,48.7817,-6.9106,-0.0651,14.2410,0.0000,14.2410,5.6178,14.2410,0.6681,0.0000,13.5729,0.0000,13.5729,6.4813,7.0916,0.0000,7.0916,-0.0570,7.1485,0.0000,1.8650,10.9703,-5.6867,4272.8649,4272.8649,4272.8649 -933.5000,1.0000,12459.8007,59.3770,59.4310,0.0244,0.0000,6,948.1644,296.4249,517.0904,-69.5921,29.4325,51.3427,-6.9099,0.0409,23.7754,0.0000,23.7754,5.6162,23.7754,0.8585,0.0000,22.9169,0.0000,22.9169,6.4785,16.4384,0.0000,16.4384,0.0358,16.4026,0.0000,1.8642,10.9655,3.5730,6105.1059,6105.1059,6105.1059 -934.5000,1.0000,12476.3467,59.5555,59.7000,0.0747,0.0000,6,951.0147,372.9488,569.1012,-69.4290,37.1420,56.6768,-6.9144,0.1254,31.4442,0.0000,31.4442,5.5723,31.4442,1.0136,0.0000,30.4306,0.0000,30.4306,6.4980,23.9326,0.0000,23.9326,0.1097,23.8229,0.0000,1.8698,10.9984,10.9547,7561.7084,7561.7084,7561.7084 -935.5000,1.0000,12492.9922,59.9140,60.1480,0.1244,0.0000,6,956.7395,449.5487,611.1836,-69.1015,45.0401,61.2342,-6.9232,0.2102,39.1927,0.0000,39.1927,5.6372,39.1927,1.1720,0.0000,38.0207,0.0000,38.0207,6.5371,31.4836,0.0000,31.4836,0.1838,31.2998,0.0000,1.8810,11.0646,18.3541,9052.7149,9052.7149,9052.7149 -936.5000,1.0000,12509.7253,60.2290,60.3300,0.0506,0.0000,6,961.7696,336.7915,650.6128,-68.8138,33.9204,65.5273,-6.9307,0.0858,28.1092,0.0000,28.1092,5.7253,28.1092,0.9534,0.0000,27.1558,0.0000,27.1558,6.5715,20.5844,0.0000,20.5844,0.0751,20.5093,0.0000,1.8909,11.1228,7.4956,6913.3926,6913.3926,6913.3926 -937.5000,1.0000,12526.5010,60.3825,60.4550,0.0347,0.0000,6,964.2207,312.0085,594.0587,-68.6736,31.5044,59.9839,-6.9342,0.0591,25.7558,0.0000,25.7558,5.6895,25.7558,0.9078,0.0000,24.8480,0.0000,24.8480,6.5882,18.2598,0.0000,18.2598,0.0517,18.2081,0.0000,1.8958,11.1512,5.1612,6456.4767,6456.4767,6456.4767 -938.5000,1.0000,12543.2714,60.3635,60.2920,-0.0453,0.0000,6,963.9173,188.9743,579.8151,-68.6909,19.0753,58.5272,-6.9337,-0.0770,13.4959,0.0000,13.4959,5.6564,13.4959,0.6624,0.0000,12.8335,0.0000,12.8335,6.5861,6.2474,0.0000,6.2474,-0.0674,6.3148,0.0000,1.8952,11.1476,-6.7280,4176.4344,4176.4344,4176.4344 -939.5000,1.0000,12559.9639,60.0830,59.8940,-0.1106,0.0000,6,959.4381,89.1814,513.5641,-68.9472,8.9602,51.5989,-6.9273,-0.1872,3.5275,0.0000,3.5275,5.6199,3.5275,0.5052,0.0000,3.0223,0.0000,3.0223,6.5555,-3.5332,0.0000,-3.5332,-0.1638,-3.3694,0.0000,1.8864,11.0958,-16.3516,2604.7877,2604.7877,2604.7877 -940.5000,1.0000,12576.4890,59.4805,59.0870,-0.2242,0.0000,6,949.8171,-69.4975,455.1427,-69.4975,-6.9125,45.2706,-6.9125,-0.3758,-12.1214,0.0000,-12.1214,5.5847,-12.1214,0.6544,0.0000,-12.7758,0.0000,-12.7758,6.4898,-19.2656,1.0338,-20.2995,-0.3287,-19.9707,0.0000,1.8674,10.9846,-32.8227,0.0000,0.0000,0.0000 -941.5000,1.0000,12592.7900,58.6735,58.2800,-0.2242,0.0000,6,936.9305,-70.2347,375.7255,-70.2347,-6.8911,36.8644,-6.8911,-0.3707,-12.1411,0.0000,-12.1411,5.6207,-12.1411,0.6449,0.0000,-12.7859,0.0000,-12.7859,6.4017,-19.1877,0.8364,-20.0241,-0.3243,-19.6998,0.0000,1.8421,10.8355,-32.3774,0.0000,0.0000,0.0000 -942.5000,1.0000,12608.8909,57.9530,57.6460,-0.1761,0.0000,6,925.4251,-7.6935,380.3967,-70.8929,-0.7456,36.8644,-6.8702,-0.2877,-5.9563,0.0000,-5.9563,5.4984,-5.9563,0.5744,0.0000,-6.5307,0.0000,-6.5307,6.3231,-12.8538,0.0000,-12.8538,-0.2516,-12.6022,0.0000,1.8195,10.7025,-25.1242,852.4638,852.4638,852.4638 -943.5000,1.0000,12624.8195,57.3330,57.0400,-0.1683,0.0000,6,915.5246,3.9582,390.4485,-71.4592,0.3795,37.4337,-6.8510,-0.2720,-4.7967,0.0000,-4.7967,5.4483,-4.7967,0.5554,0.0000,-5.3521,0.0000,-5.3521,6.2555,-11.6076,0.0000,-11.6076,-0.2379,-11.3697,0.0000,1.8000,10.5880,-23.7577,1037.9855,1037.9855,1037.9855 -944.5000,1.0000,12640.5746,56.7085,56.3970,-0.1786,0.0000,6,905.5523,-10.6896,392.0099,-72.0297,-1.0137,37.1740,-6.8305,-0.2855,-6.1811,0.0000,-6.1811,5.4529,-6.1811,0.5618,0.0000,-6.7430,0.0000,-6.7430,6.1873,-12.9303,0.0000,-12.9303,-0.2497,-12.6806,0.0000,1.7804,10.4727,-24.9337,795.1942,795.1942,795.1942 -945.5000,1.0000,12656.1374,56.0160,55.6550,-0.2061,0.0000,6,894.4941,-52.1289,393.5506,-72.7410,-4.8830,36.8644,-6.8137,-0.3254,-9.8998,0.0000,-9.8998,5.3422,-9.8998,0.5909,0.0000,-10.4907,0.0000,-10.4907,6.1118,-16.6024,0.0000,-16.6024,-0.2847,-16.3178,0.0000,1.7587,10.3448,-28.4212,106.2029,106.2029,106.2029 -946.5000,1.0000,12671.4857,55.2440,54.8530,-0.2228,0.0000,6,882.1664,-73.6225,399.0502,-73.6225,-6.8013,36.8644,-6.8013,-0.3469,-11.7260,0.0000,-11.7260,5.2716,-11.7260,0.6001,0.0000,-12.3261,0.0000,-12.3261,6.0276,-18.3536,0.3092,-18.6629,-0.3034,-18.3594,0.0000,1.7344,10.2022,-30.2961,0.0000,0.0000,0.0000 -947.5000,1.0000,12686.6000,54.4015,53.9700,-0.2453,0.0000,6,868.7129,-74.5827,405.2301,-74.5845,-6.7849,36.8644,-6.7851,-0.3761,-11.6245,0.0000,-11.6245,5.2157,-11.6245,0.5893,0.0000,-12.2138,0.0000,-12.2138,5.9356,-18.1494,3.2722,-21.4216,-0.3290,-21.0926,0.0000,1.7080,10.0466,-32.8472,0.0000,0.0000,0.0000 -948.5000,1.0000,12701.4684,53.5160,53.0820,-0.2467,0.0000,6,854.5727,-75.5935,411.9353,-75.5956,-6.7649,36.8644,-6.7651,-0.3721,-11.5118,0.0000,-11.5118,5.1190,-11.5118,0.5780,0.0000,-12.0898,0.0000,-12.0898,5.8390,-17.9288,3.3289,-21.2577,-0.3255,-20.9323,0.0000,1.6802,9.8831,-32.4955,0.0000,0.0000,0.0000 -949.5000,1.0000,12716.0725,52.5650,52.0680,-0.2817,0.0000,6,839.3866,-76.6815,419.3880,-76.6815,-6.7403,36.8644,-6.7403,-0.4173,-11.3703,0.0000,-11.3703,5.0473,-11.3703,0.5657,0.0000,-11.9360,0.0000,-11.9360,5.7353,-17.6712,7.7830,-25.4542,-0.3650,-25.0892,0.0000,1.6503,9.7075,-36.4470,0.0000,0.0000,0.0000 -950.5000,1.0000,12730.4050,51.5870,51.1260,-0.2617,0.0000,6,823.7694,-77.7983,427.3388,-77.7983,-6.7113,36.8644,-6.7113,-0.3805,-11.2832,0.0000,-11.2832,4.9524,-11.2832,0.5537,0.0000,-11.8369,0.0000,-11.8369,5.6285,-17.4655,4.9499,-22.4154,-0.3328,-22.0826,0.0000,1.6196,9.5268,-33.2290,0.0000,0.0000,0.0000 -951.5000,1.0000,12744.4829,50.6705,50.2350,-0.2475,0.0000,6,809.1342,-78.8423,435.0683,-78.8448,-6.6805,36.8644,-6.6807,-0.3535,-11.2286,0.0000,-11.2286,4.9016,-11.2286,0.5429,0.0000,-11.7715,0.0000,-11.7715,5.5286,-17.3000,2.9324,-20.2324,-0.3092,-19.9232,0.0000,1.5908,9.3576,-30.8716,0.0000,0.0000,0.0000 -952.5000,1.0000,12758.3078,49.7595,49.3040,-0.2586,0.0000,6,794.5869,-80.0730,443.0335,-80.0785,-6.6628,36.8644,-6.6632,-0.3627,-11.1442,0.0000,-11.1442,4.8441,-11.1442,0.5319,0.0000,-11.6761,0.0000,-11.6761,5.4292,-17.1053,4.1380,-21.2433,-0.3173,-20.9260,0.0000,1.5622,9.1893,-31.6776,0.0000,0.0000,0.0000 -953.5000,1.0000,12771.8703,48.8150,48.3460,-0.2661,0.0000,6,779.5046,-81.6962,451.6056,-81.6962,-6.6688,36.8644,-6.6688,-0.3662,-11.0766,0.0000,-11.0766,4.7740,-11.0766,0.5208,0.0000,-11.5975,0.0000,-11.5975,5.3261,-16.9236,4.8268,-21.7503,-0.3203,-21.4301,0.0000,1.5326,9.0149,-31.9776,0.0000,0.0000,0.0000 -954.5000,1.0000,12785.1534,47.8090,47.2920,-0.2928,0.0000,6,763.4402,-83.4193,461.1083,-83.4193,-6.6691,36.8644,-6.6691,-0.3945,-10.9751,0.0000,-10.9751,4.7005,-10.9751,0.5088,0.0000,-11.4839,0.0000,-11.4839,5.2163,-16.7003,7.7716,-24.4719,-0.3451,-24.1268,0.0000,1.5010,8.8291,-34.4570,0.0000,0.0000,0.0000 -955.5000,1.0000,12798.1907,46.9245,46.5770,-0.1986,0.0000,6,749.3160,-39.2444,469.7999,-84.9342,-3.0794,36.8644,-6.6646,-0.2627,-7.4490,0.0000,-7.4490,4.6323,-7.4490,0.4640,0.0000,-7.9130,0.0000,-7.9130,5.1198,-13.0328,0.0000,-13.0328,-0.2298,-12.8030,0.0000,1.4732,8.6658,-22.9421,228.6099,228.6099,228.6099 -956.5000,1.0000,12811.0043,46.1190,45.6810,-0.2489,0.0000,6,736.4534,-86.3107,478.0053,-86.3139,-6.6564,36.8644,-6.6566,-0.3235,-10.8953,0.0000,-10.8953,4.5624,-10.8953,0.4898,0.0000,-11.3851,0.0000,-11.3851,5.0319,-16.4170,2.1573,-18.5743,-0.2830,-18.2913,0.0000,1.4479,8.5170,-28.2563,0.0000,0.0000,0.0000 -957.5000,1.0000,12823.5528,45.1645,44.6680,-0.2814,0.0000,6,721.2114,-87.9487,488.1074,-87.9487,-6.6423,36.8644,-6.6423,-0.3582,-10.7775,0.0000,-10.7775,4.4933,-10.7775,0.4785,0.0000,-11.2559,0.0000,-11.2559,4.9278,-16.1837,5.6557,-21.8394,-0.3133,-21.5261,0.0000,1.4180,8.3408,-31.2848,0.0000,0.0000,0.0000 -958.5000,1.0000,12835.8545,44.2760,43.9040,-0.2122,0.0000,6,707.0233,-58.6712,497.9024,-89.4705,-4.3440,36.8644,-6.6243,-0.2649,-8.5182,0.0000,-8.5182,4.4391,-8.5182,0.4465,0.0000,-8.9647,0.0000,-8.9647,4.8309,-13.7956,0.0000,-13.7956,-0.2317,-13.5639,0.0000,1.3901,8.1767,-23.1307,0.0000,0.0000,0.0000 -959.5000,1.0000,12847.9260,43.4475,43.0110,-0.2481,0.0000,6,693.7934,-90.8862,507.3969,-90.8895,-6.6032,36.8644,-6.6035,-0.3038,-10.7400,0.0000,-10.7400,4.4406,-10.7400,0.4600,0.0000,-11.2001,0.0000,-11.2001,4.7405,-15.9405,1.4678,-17.4083,-0.2657,-17.1426,0.0000,1.3641,8.0237,-26.5304,0.0000,0.0000,0.0000 -960.5000,1.0000,12859.6500,42.1965,41.4020,-0.4469,0.0000,6,673.8167,-93.0322,522.4397,-93.0322,-6.5645,36.8644,-6.5645,-0.5316,-10.3964,0.0000,-10.3964,4.3634,-10.3964,0.4437,0.0000,-10.8401,0.0000,-10.8401,4.6040,-15.4440,22.3293,-37.7733,-0.4650,-37.3083,0.0000,1.3248,7.7927,-46.4258,0.0000,0.0000,0.0000 -961.5000,1.0000,12871.0047,40.8670,40.3520,-0.2917,0.0000,0,630.4850,46.6583,558.3457,-97.6799,3.0806,36.8644,-6.4492,-1.1803,0.0000,0.0000,0.0000,4.2609,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.4589,-4.4589,16.3467,-20.8056,-0.2939,-20.5118,0.0000,1.2831,7.5471,-29.3419,1257.8962,1257.8962,1257.8962 -962.5000,1.0000,12882.1015,39.9385,39.5450,-0.2242,0.0000,5,733.5965,36.1526,479.8669,-86.6203,2.7773,36.8644,-6.6543,6.0186,-7.4321,0.0000,-7.4321,4.1908,-8.8752,0.3974,0.0000,-9.2726,0.0000,-9.2726,4.3576,-13.6302,0.0000,-13.6302,-0.2207,-13.4095,0.0000,1.2539,7.3757,-22.0390,1260.4351,1260.4351,1260.4351 -963.5000,1.0000,12892.9782,39.1460,38.7670,-0.2161,0.0000,5,858.6603,-47.1023,409.9743,-75.3033,-4.2354,36.8644,-6.7712,-0.4499,-7.9201,0.0000,-7.9201,4.1347,-7.9201,0.3844,0.0000,-8.3045,0.0000,-8.3045,4.2711,-12.5757,0.0000,-12.5757,-0.2086,-12.3671,0.0000,1.2290,7.2293,-20.8254,163.5811,163.5811,163.5811 -964.5000,1.0000,12903.7720,38.8475,38.9480,0.0503,0.0000,5,852.1128,247.5987,413.1245,-75.7715,22.0940,36.8644,-6.7613,0.1039,17.9053,0.0000,17.9053,4.0848,17.9053,0.4168,0.0000,17.4886,0.0000,17.4886,4.2386,13.2500,0.0000,13.2500,0.0482,13.2019,0.0000,1.2196,7.1742,4.8080,4671.7579,4671.7579,4671.7579 -965.5000,1.0000,12914.7306,39.4410,39.9540,0.2794,0.0000,5,865.1311,502.2957,514.1955,-74.8406,45.5061,46.5842,-6.7803,0.5862,40.7669,0.0000,40.7669,4.1530,40.7669,0.5384,0.0000,40.2285,0.0000,40.2285,4.3033,35.9252,0.0000,35.9252,0.2717,35.6535,0.0000,1.2383,7.2838,27.1314,9178.6516,9178.6516,9178.6516 -966.5000,1.0000,12925.7635,39.7086,39.4832,-0.1308,0.0000,0,876.1643,45.4200,643.6955,-74.0517,4.1674,59.0602,-6.7944,0.0000,0.0000,0.0000,0.0000,4.1674,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,4.3325,-4.3325,0.0000,-4.3325,-0.1280,-4.2044,0.0000,1.2467,7.3332,-12.7843,1605.5544,1605.5544,1605.5544 -967.5000,1.0000,12936.9863,40.3919,41.3207,0.5104,0.0000,4,1108.6273,658.2452,658.2452,-74.2997,76.4191,76.4191,-8.6258,15.8265,56.3331,0.0000,56.3331,4.2595,66.6298,1.9610,0.0000,64.6688,0.0000,64.6688,4.6813,59.9875,0.0000,59.9875,0.5083,59.4792,0.0000,1.2681,7.4594,50.7517,15011.0784,15011.0784,15011.0784 -968.5000,1.0000,12948.8743,42.7870,44.2733,0.8202,0.0000,4,1389.0159,778.2905,778.2905,-90.9604,113.2081,113.2081,-13.2309,4.0881,104.7390,0.0000,104.7390,4.3810,104.7390,2.7828,0.0000,101.9562,0.0000,101.9562,5.4606,96.4956,0.0000,96.4956,0.8652,95.6304,0.0000,1.3433,7.9017,86.3853,22035.4140,22035.4140,22035.4140 -969.5000,1.0000,12961.4631,45.3096,46.3660,0.5813,0.0000,4,1470.9104,588.2763,855.0939,-95.8174,90.6142,131.7130,-14.7591,3.0684,83.0658,0.0000,83.0658,4.4800,83.0658,2.4149,0.0000,80.6508,0.0000,80.6508,5.3728,75.2780,0.0000,75.2780,0.6494,74.6286,0.0000,1.4225,8.3676,64.8385,17716.8003,17716.8003,17716.8003 -970.5000,1.0000,12974.5578,47.1310,47.9160,0.4306,0.0000,4,1530.0385,468.7106,799.2621,-99.3242,75.0993,128.0620,-15.9142,2.3640,68.1222,0.0000,68.1222,4.6131,68.1222,2.1651,0.0000,65.9571,0.0000,65.9571,5.3198,60.6374,0.0000,60.6374,0.5003,60.1370,0.0000,1.4797,8.7039,49.9534,14897.7057,14897.7057,14897.7057 -971.5000,1.0000,12988.0459,48.5470,49.1980,0.3561,0.0000,4,1576.0069,409.5972,769.0926,-102.0505,67.5995,126.9303,-16.8423,2.0140,60.8755,0.0000,60.8755,4.7101,60.8755,2.0593,0.0000,58.8162,0.0000,58.8162,5.3428,53.4734,0.0000,53.4734,0.4262,53.0472,0.0000,1.5242,8.9654,42.5576,13602.3232,13602.3232,13602.3232 -972.5000,1.0000,13001.6466,48.9526,48.7272,-0.1308,0.0000,0,1587.7138,23.7673,738.5160,-102.7448,3.9517,122.7894,-17.0829,-0.8875,0.0000,0.0000,0.0000,4.8392,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.3411,-5.3411,0.0000,-5.3411,-0.1578,-5.1832,0.0000,1.5369,9.0403,-15.7605,2800.0985,2800.0985,2800.0985 -973.5000,1.0000,13015.3443,49.3016,49.8960,0.3247,0.0000,5,1336.4263,392.9039,392.9039,-87.8414,54.9870,54.9870,-12.2934,-19.8764,69.9237,0.0000,69.9237,4.9398,56.5815,0.7496,0.0000,55.8319,0.0000,55.8319,5.3792,50.4527,0.0000,50.4527,0.3947,50.0580,0.0000,1.5479,9.1048,39.4054,11042.8876,11042.8876,11042.8876 -974.5000,1.0000,13029.4346,50.7152,51.5544,0.4607,0.0000,5,1112.4292,703.3104,703.3104,-74.5265,81.9310,81.9310,-8.6818,1.2425,75.6924,0.0000,75.6924,4.9960,75.6924,0.8657,0.0000,74.8267,0.0000,74.8267,5.7821,69.0446,0.0000,69.0446,0.5760,68.4686,0.0000,1.5922,9.3658,57.5105,16081.0719,16081.0719,16081.0719 -975.5000,1.0000,13044.0315,52.5387,53.5430,0.5524,0.0000,5,1152.4268,806.1315,806.1315,-76.9124,97.2854,97.2854,-9.2819,1.5435,90.6491,0.0000,90.6491,5.0929,90.6491,0.9676,0.0000,89.6815,0.0000,89.6815,6.1725,83.5090,0.0000,83.5090,0.7155,82.7935,0.0000,1.6495,9.7026,71.4414,18973.8030,18973.8030,18973.8030 -976.5000,1.0000,13059.0908,54.2035,54.8840,0.3725,0.0000,5,1188.9438,602.8712,851.8421,-79.0908,75.0610,106.0594,-9.8473,1.0738,68.7953,0.0000,68.7953,5.1919,68.7953,0.8836,0.0000,67.9117,0.0000,67.9117,5.9989,61.9128,0.0000,61.9128,0.4978,61.4150,0.0000,1.7018,10.0100,49.7032,14827.1471,14827.1471,14827.1471 -977.5000,1.0000,13074.4716,55.3610,55.8580,0.2706,0.0000,5,1214.3333,488.5129,765.9168,-80.6004,62.1216,97.3976,-10.2495,0.7966,56.0809,0.0000,56.0809,5.2441,56.0809,0.8379,0.0000,55.2429,0.0000,55.2429,6.0403,49.2026,0.0000,49.2026,0.3693,48.8333,0.0000,1.7381,10.2238,36.8714,12352.0206,12352.0206,12352.0206 -978.5000,1.0000,13090.1255,56.3440,56.8500,0.2756,0.0000,5,1235.8953,494.2500,719.6923,-81.8792,63.9671,93.1445,-10.5970,0.8257,57.7862,0.0000,57.7862,5.3552,57.7862,0.8619,0.0000,56.9243,0.0000,56.9243,6.1476,50.7767,0.0000,50.7767,0.3828,50.3939,0.0000,1.7690,10.4053,38.2196,12723.4592,12723.4592,12723.4592 -979.5000,1.0000,13106.0569,57.3430,57.8560,0.2794,0.0000,5,1257.8081,498.3466,725.0051,-83.1788,65.6409,95.4958,-10.9561,0.8522,59.3737,0.0000,59.3737,5.4150,59.3737,0.8857,0.0000,58.4880,0.0000,58.4880,6.2566,52.2314,0.0000,52.2314,0.3951,51.8364,0.0000,1.8003,10.5898,39.4462,13055.7428,13055.7428,13055.7428 -980.5000,1.0000,13122.2411,58.2530,58.6700,0.2261,0.0000,5,1277.7688,438.8579,728.5344,-84.3626,58.7225,97.4835,-11.2884,0.7005,52.5579,0.0000,52.5579,5.4641,52.5579,0.8663,0.0000,51.6916,0.0000,51.6916,6.3559,45.3357,0.0000,45.3357,0.3247,45.0110,0.0000,1.8289,10.7579,32.4242,11710.2676,11710.2676,11710.2676 -981.5000,1.0000,13138.6409,59.0295,59.4090,0.2053,0.0000,5,1294.8012,416.1184,706.1331,-85.3727,56.4220,95.7455,-11.5758,0.6445,50.1900,0.0000,50.1900,5.5875,50.1900,0.8670,0.0000,49.3230,0.0000,49.3230,6.4406,42.8824,0.0000,42.8824,0.2988,42.5837,0.0000,1.8533,10.9013,29.8291,11292.7114,11292.7114,11292.7114 -982.5000,1.0000,13155.2177,59.6665,59.9440,0.1486,0.0000,5,1308.7737,353.0846,698.0704,-86.2014,48.3918,95.6737,-11.8143,0.4716,42.2867,0.0000,42.2867,5.6335,42.2867,0.8380,0.0000,41.4488,0.0000,41.4488,6.5101,34.9387,0.0000,34.9387,0.2186,34.7201,0.0000,1.8733,11.0189,21.8279,9783.6921,9783.6921,9783.6921 -983.5000,1.0000,13171.8642,59.9175,59.9110,-0.0092,0.0000,5,1314.2793,177.9841,670.4205,-86.5280,24.4961,92.2707,-11.9089,-0.0292,18.8432,0.0000,18.8432,5.6822,18.8432,0.7249,0.0000,18.1183,0.0000,18.1183,6.5375,11.5808,0.0000,11.5808,-0.0135,11.5944,0.0000,1.8812,11.0653,-1.3521,5322.9989,5322.9989,5322.9989 -984.5000,1.0000,13188.4323,59.6350,59.3790,-0.1478,0.0000,5,1308.0827,24.5642,593.5045,-86.1604,3.3649,81.2995,-11.8024,-0.4687,-1.8373,0.0000,-1.8373,5.6708,-1.8373,0.6820,0.0000,-2.5192,0.0000,-2.5192,6.5066,-9.0259,0.0000,-9.0259,-0.2173,-8.8086,0.0000,1.8723,11.0131,-21.6940,2102.3835,2102.3835,2102.3835 -985.5000,1.0000,13204.8898,59.2370,59.1150,-0.0733,0.0000,5,1299.3527,106.6477,528.2312,-85.6427,14.5113,71.8753,-11.6532,-0.2310,9.1270,0.0000,9.1270,5.6153,9.1270,0.6651,0.0000,8.4619,0.0000,8.4619,6.4632,1.9987,0.0000,1.9987,-0.1071,2.1058,0.0000,1.8598,10.9396,-10.6936,3466.8861,3466.8861,3466.8861 -986.5000,1.0000,13221.3061,59.0885,59.0820,-0.0092,0.0000,5,1296.0954,178.0237,563.7822,-85.4495,24.1626,76.5204,-11.5978,-0.0288,18.5776,0.0000,18.5776,5.6138,18.5776,0.7099,0.0000,17.8676,0.0000,17.8676,6.4470,11.4206,0.0000,11.4206,-0.0134,11.4340,0.0000,1.8551,10.9122,-1.3333,5254.5672,5254.5672,5254.5672 -987.5000,1.0000,13237.7494,59.1860,59.3100,0.0633,0.0000,5,1298.2340,258.8287,596.0170,-85.5763,35.1880,81.0290,-11.6342,0.1994,29.3312,0.0000,29.3312,5.6574,29.3312,0.7653,0.0000,28.5659,0.0000,28.5659,6.4577,22.1082,0.0000,22.1082,0.0924,22.0158,0.0000,1.8582,10.9302,9.2274,7309.8991,7309.8991,7309.8991 -988.5000,1.0000,13254.2895,59.5345,59.7790,0.1303,0.0000,5,1305.8783,332.8842,632.7165,-86.0297,45.5223,86.5248,-11.7647,0.4125,39.4650,0.0000,39.4650,5.6448,39.4650,0.8217,0.0000,38.6433,0.0000,38.6433,6.4957,32.1476,0.0000,32.1476,0.1912,31.9564,0.0000,1.8691,10.9945,19.0927,9247.5393,9247.5393,9247.5393 -989.5000,1.0000,13270.9811,60.0795,60.4000,0.1725,0.0000,5,1317.8328,379.8795,666.2199,-86.7387,52.4246,91.9404,-11.9702,0.5512,46.1683,0.0000,46.1683,5.7051,46.1683,0.8642,0.0000,45.3041,0.0000,45.3041,6.5551,38.7490,0.0000,38.7490,0.2555,38.4934,0.0000,1.8862,11.0952,25.5120,10529.5270,10529.5270,10529.5270 -990.5000,1.0000,13287.8520,60.7255,61.0710,0.1864,0.0000,5,1332.0027,394.8286,687.9822,-87.5791,55.0734,95.9646,-12.2161,0.6020,48.7762,0.0000,48.7762,5.6953,48.7762,0.8879,0.0000,47.8882,0.0000,47.8882,6.6256,41.2626,0.0000,41.2626,0.2791,40.9835,0.0000,1.9065,11.2145,27.8625,11057.9445,11057.9445,11057.9445 -991.5000,1.0000,13304.9116,61.4045,61.7580,0.1908,0.0000,5,1346.8964,400.0217,696.5911,-88.4624,56.4217,98.2518,-12.4773,0.6232,50.0077,0.0000,50.0077,5.7908,50.0077,0.9055,0.0000,49.1022,0.0000,49.1022,6.6997,42.4025,0.0000,42.4025,0.2889,42.1136,0.0000,1.9278,11.3399,28.8459,11328.4677,11328.4677,11328.4677 -992.5000,1.0000,13322.1497,62.0470,62.3560,0.1661,0.0000,5,1360.9895,372.8705,700.6276,-89.2982,53.1424,99.8552,-12.7270,0.5482,46.7019,0.0000,46.7019,5.8924,46.7019,0.8998,0.0000,45.8021,0.0000,45.8021,6.7698,39.0323,0.0000,39.0323,0.2541,38.7782,0.0000,1.9480,11.4585,25.3717,10702.0757,10702.0757,10702.0757 -993.5000,1.0000,13339.5498,62.6305,62.9250,0.1581,0.0000,5,1373.7885,363.1841,692.2111,-90.0573,52.2487,99.5834,-12.9559,0.5265,45.8840,0.0000,45.8840,5.8381,45.8840,0.9056,0.0000,44.9785,0.0000,44.9785,6.8335,38.1450,0.0000,38.1450,0.2441,37.9009,0.0000,1.9663,11.5663,24.3683,10545.1938,10545.1938,10545.1938 -994.5000,1.0000,13357.1023,63.1790,63.4530,0.1467,0.0000,5,1385.8197,350.8054,690.5124,-90.7709,50.9098,100.2090,-13.1729,0.4928,44.4914,0.0000,44.4914,5.9256,44.4914,0.9080,0.0000,43.5834,0.0000,43.5834,6.8933,36.6900,0.0000,36.6900,0.2285,36.4616,0.0000,1.9836,11.6676,22.8104,10307.6391,10307.6391,10307.6391 -995.5000,1.0000,13374.7661,63.5795,63.7260,0.0758,0.0000,5,1394.6046,272.6977,686.0987,-91.2919,39.8255,100.1997,-13.3325,0.2564,33.5224,0.0000,33.5224,6.0466,33.5224,0.8600,0.0000,32.6624,0.0000,32.6624,6.9370,25.7254,0.0000,25.7254,0.1189,25.6065,0.0000,1.9961,11.7416,11.8688,8250.6410,8250.6410,8250.6410 -996.5000,1.0000,13392.4762,63.7465,63.7870,0.0169,0.0000,5,1398.2677,221.7286,655.7168,-91.5091,32.4669,96.0142,-13.3993,0.0574,24.2311,0.0000,24.2311,8.1784,24.2311,0.8165,0.0000,23.4146,0.0000,23.4146,6.9552,16.4594,0.0000,16.4594,0.0266,16.4327,0.0000,2.0014,11.7724,2.6590,6885.0368,6885.0368,6885.0368 -997.5000,1.0000,13410.2042,63.8110,63.8550,0.0189,0.0000,5,1399.6825,223.9361,636.5190,-91.5930,32.8233,93.2974,-13.4252,0.0641,24.5661,0.0000,24.5661,8.1931,24.5661,0.8193,0.0000,23.7468,0.0000,23.7468,6.9623,16.7845,0.0000,16.7845,0.0297,16.7548,0.0000,2.0034,11.7843,2.9671,6954.6292,6954.6292,6954.6292 -998.5000,1.0000,13427.9562,63.8970,63.9590,0.0289,0.0000,5,1401.5689,235.1033,638.0465,-91.7049,34.5066,93.6473,-13.4597,0.0982,26.1964,0.0000,26.1964,8.2120,26.1964,0.8289,0.0000,25.3675,0.0000,25.3675,6.9717,18.3958,0.0000,18.3958,0.0455,18.3503,0.0000,2.0061,11.8002,4.5440,7268.9386,7268.9386,7268.9386 -999.5000,1.0000,13445.7438,64.0255,64.1120,0.0425,0.0000,5,1404.3876,250.2459,643.3034,-91.8721,36.8029,94.6088,-13.5114,0.1447,28.4275,0.0000,28.4275,8.2307,28.4275,0.8423,0.0000,27.5852,0.0000,27.5852,6.9857,20.5995,0.0000,20.5995,0.0671,20.5325,0.0000,2.0101,11.8239,6.6984,7695.6615,7695.6615,7695.6615 -1000.5000,1.0000,13463.5858,64.2210,64.3500,0.0661,0.0000,5,1408.6758,276.4505,650.6073,-92.1264,40.7809,95.9751,-13.5901,0.2258,32.3046,0.0000,32.3046,8.2505,32.3046,0.8651,0.0000,31.4395,0.0000,31.4395,7.0070,24.4325,0.0000,24.4325,0.1047,24.3278,0.0000,2.0163,11.8600,10.4516,8431.2289,8431.2289,8431.2289 -1001.5000,1.0000,13481.5087,64.5125,64.6950,0.0958,0.0000,5,1415.0698,309.9822,662.6322,-92.5056,45.9350,98.1927,-13.7080,0.3288,37.2445,0.0000,37.2445,8.3617,37.2445,0.8948,0.0000,36.3497,0.0000,36.3497,7.0388,29.3108,0.0000,29.3108,0.1524,29.1584,0.0000,2.0254,11.9139,15.2191,9409.6931,9409.6931,9409.6931 -1002.5000,1.0000,13499.5256,64.8510,65.0270,0.0922,0.0000,5,1422.4947,305.1133,676.7650,-92.9460,45.4507,100.8132,-13.8455,0.3181,36.8569,0.0000,36.8569,8.2757,36.8569,0.8988,0.0000,35.9581,0.0000,35.9581,7.0758,28.8824,0.0000,28.8824,0.1475,28.7349,0.0000,2.0360,11.9764,14.7225,9326.9312,9326.9312,9326.9312 -1003.5000,1.0000,13517.6404,65.2030,65.3990,0.1033,0.0000,5,1430.2158,317.2940,676.8592,-93.4039,47.5217,101.3745,-13.9893,0.3583,38.8696,0.0000,38.8696,8.2938,38.8696,0.9150,0.0000,37.9546,0.0000,37.9546,7.1142,30.8404,0.0000,30.8404,0.1661,30.6743,0.0000,2.0471,12.0414,16.5858,9715.4196,9715.4196,9715.4196 -1004.5000,1.0000,13535.8470,65.5340,65.6890,0.0806,0.0000,5,1437.4762,277.4439,682.4579,-93.8345,41.7642,102.7319,-14.1251,0.2808,35.3391,0.0000,35.3391,6.1444,35.3391,0.9032,0.0000,34.4359,0.0000,34.4359,7.1503,27.2856,0.0000,27.2856,0.1302,27.1555,0.0000,2.0575,12.1025,12.9955,8629.1444,8629.1444,8629.1444 -1005.5000,1.0000,13554.1806,65.9910,66.3130,0.1733,0.0000,5,1447.5004,380.6460,672.0912,-94.4290,57.6990,101.8769,-14.3137,0.6083,50.8875,0.0000,50.8875,6.2032,50.8875,0.9890,0.0000,49.8985,0.0000,49.8985,7.2001,42.6984,0.0000,42.6984,0.2820,42.4164,0.0000,2.0718,12.1869,28.1576,11633.5791,11633.5791,11633.5791 -1006.5000,1.0000,13572.7109,66.6990,67.1050,0.2200,0.0000,5,1463.0303,432.5239,713.4212,-95.3501,66.2662,109.3020,-14.6084,0.7804,59.2161,0.0000,59.2161,6.2697,59.2161,1.0432,0.0000,58.1728,0.0000,58.1728,7.2774,50.8955,0.0000,50.8955,0.3618,50.5337,0.0000,2.0941,12.3177,36.1220,13214.6941,13214.6941,13214.6941 -1007.5000,1.0000,13591.5437,67.7880,68.4910,0.3850,0.0000,5,1486.9173,616.3655,739.2502,-96.7668,95.9740,115.1084,-15.0675,1.3880,88.2785,0.0000,88.2785,6.3075,88.2785,1.2081,0.0000,87.0704,0.0000,87.0704,7.5344,79.5360,0.0000,79.5360,0.6435,78.8925,0.0000,2.1283,12.5188,64.2455,18722.8426,18722.8426,18722.8426 -1008.5000,1.0000,13610.7665,69.1920,69.9130,0.3950,0.0000,5,1517.7138,628.2394,805.3747,-98.5932,99.8490,128.0019,-15.6699,1.4536,91.8720,0.0000,91.8720,6.5234,91.8720,1.2517,0.0000,90.6203,0.0000,90.6203,7.7167,82.9036,0.0000,82.9036,0.6738,82.2298,0.0000,2.1723,12.7781,67.2794,19527.3210,19527.3210,19527.3210 -1009.5000,1.0000,13630.2715,70.2080,70.5230,0.1694,0.0000,5,1539.9996,376.2762,808.5433,-99.9150,60.6815,130.3925,-16.1131,0.6327,53.4868,0.0000,53.4868,6.5619,53.4868,1.0785,0.0000,52.4083,0.0000,52.4083,7.6602,44.7481,0.0000,44.7481,0.2933,44.4548,0.0000,2.2042,12.9657,29.2849,12271.7811,12271.7811,12271.7811 -1010.5000,1.0000,13649.9648,70.8860,71.2690,0.2072,0.0000,5,1554.8714,418.7365,730.9847,-100.7970,68.1811,119.0231,-16.4123,0.7812,60.6998,0.0000,60.6998,6.7001,60.6998,1.1272,0.0000,59.5726,0.0000,59.5726,7.7342,51.8384,0.0000,51.8384,0.3622,51.4762,0.0000,2.2255,13.0909,36.1598,13681.2501,13681.2501,13681.2501 -1011.5000,1.0000,13669.8216,71.4745,71.7000,0.1197,0.0000,5,1567.7800,321.5230,745.3905,-101.5626,52.7869,122.3764,-16.6743,0.4551,45.5803,0.0000,45.5803,6.7515,45.5803,1.0626,0.0000,44.5177,0.0000,44.5177,7.7984,36.7192,0.0000,36.7192,0.2110,36.5083,0.0000,2.2440,13.1996,21.0647,10814.5838,10814.5838,10814.5838 -1012.5000,1.0000,13689.6729,71.4546,71.2292,-0.1308,0.0000,0,1508.0618,5.5325,664.6299,-98.0208,0.8737,104.9609,-15.4798,-5.9684,0.0000,0.0000,0.0000,6.8421,0.0000,0.0000,0.0000,0.0002,0.0000,0.0002,7.7963,-7.7961,0.0000,-7.7961,-0.2304,-7.5657,0.0000,2.2434,13.1959,-23.0049,2284.4223,2284.4223,2284.4223 -1013.5000,1.0000,13709.3565,70.8511,70.4930,-0.2045,0.0000,6,1284.5638,-84.7656,416.3719,-84.7656,-11.4026,56.0100,-11.4026,-12.5471,-4.7967,0.0000,-4.7967,5.9412,-4.2247,0.7200,0.0000,-4.9447,0.0000,-4.9447,7.7304,-12.6751,8.0390,-20.7141,-0.3572,-20.3569,0.0000,2.2244,13.0844,-35.6658,0.0000,0.0000,0.0000 -1014.5000,1.0000,13728.8003,69.9875,69.5020,-0.2753,0.0000,6,1117.5986,-74.8349,417.6910,-74.8349,-8.7583,48.8843,-8.7583,-0.5431,-13.2686,0.0000,-13.2686,5.0533,-13.2686,0.7989,0.0000,-14.0675,0.0000,-14.0675,7.6362,-21.7037,10.9573,-32.6609,-0.4750,-32.1859,0.1183,2.1973,12.9250,-47.4265,0.0000,0.0000,0.0000 -1015.5000,1.0000,13747.9335,68.8695,68.2570,-0.3458,0.0000,6,1099.7458,-73.7669,421.1699,-73.7669,-8.4954,48.5041,-8.4954,-0.6713,-12.7740,0.0000,-12.7740,4.9500,-12.7740,0.7793,0.0000,-13.5533,0.0000,-13.5533,7.5142,-21.0675,23.0866,-44.1541,-0.5872,-43.5668,0.1829,2.1622,12.7185,-58.6304,0.0000,0.0000,0.0000 -1016.5000,1.0000,13766.7174,67.6120,66.9870,-0.3528,0.0000,6,1079.6653,-72.3295,415.4332,-72.3295,-8.1777,46.9698,-8.1777,-0.6723,-12.4150,0.0000,-12.4150,4.9095,-12.4150,0.7593,0.0000,-13.1743,0.0000,-13.1743,7.3770,-20.5513,23.9640,-44.5152,-0.5881,-43.9272,0.1795,2.1227,12.4863,-58.7157,0.0000,0.0000,0.0000 -1017.5000,1.0000,13785.1853,66.4745,65.9820,-0.2792,0.0000,6,1061.5011,-71.0292,412.3571,-71.0292,-7.8956,45.8377,-7.8956,-0.5231,-12.0968,0.0000,-12.0968,4.7243,-12.0968,0.7414,0.0000,-12.8382,0.0000,-12.8382,7.2529,-20.0911,11.6213,-31.7124,-0.4575,-31.2549,0.0642,2.0870,12.2762,-45.6823,0.0000,0.0000,0.0000 -1018.5000,1.0000,13803.5247,66.0120,66.0620,0.0222,0.0000,6,1054.1157,279.0918,417.4222,-70.5006,30.8080,46.0779,-7.7823,0.0413,26.0836,0.0000,26.0836,4.6831,26.0836,0.9706,0.0000,25.1130,0.0000,25.1130,7.2024,17.9105,0.0000,17.9105,0.0362,17.8744,0.0000,2.0725,12.1908,3.6111,6314.8705,6314.8705,6314.8705 -1019.5000,1.0000,13821.9200,66.2130,66.3840,0.0894,0.0000,6,1057.3253,382.0395,591.1158,-70.7303,42.3005,65.4500,-7.8315,0.1669,37.4562,0.0000,37.4562,4.6774,37.4562,1.2002,0.0000,36.2560,0.0000,36.2560,7.2244,29.0317,0.0000,29.0317,0.1460,28.8856,0.0000,2.0788,12.2279,14.5789,8527.9451,8527.9451,8527.9451 -1020.5000,1.0000,13840.4660,66.7555,67.1470,0.2119,0.0000,6,1065.9883,569.4407,644.1398,-71.3504,63.5667,71.9053,-7.9649,0.3988,58.5120,0.0000,58.5120,4.6559,58.5120,1.6269,0.0000,56.8851,0.0000,56.8851,7.2836,49.6015,0.0000,49.6015,0.3488,49.2527,0.0000,2.0958,12.3281,34.8288,12562.3871,12562.3871,12562.3871 -1021.5000,1.0000,13859.2585,67.6430,68.1590,0.2811,0.0000,6,1080.1604,675.9988,736.2555,-72.3649,76.4650,83.2809,-8.1855,0.5360,71.1631,0.0000,71.1631,4.7659,71.1631,1.8891,0.0000,69.2740,0.0000,69.2740,7.3804,61.8936,0.0000,61.8936,0.4688,61.4248,0.0000,2.1237,12.4920,46.8091,15036.1109,15036.1109,15036.1109 -1022.5000,1.0000,13878.3312,68.6520,69.1650,0.2794,0.0000,6,1096.2726,673.5092,788.1135,-73.5183,77.3198,90.4765,-8.4400,0.5408,71.9381,0.0000,71.9381,4.8410,71.9381,1.9153,0.0000,70.0228,0.0000,70.0228,7.4905,62.5323,0.0000,62.5323,0.4730,62.0594,0.0000,2.1554,12.6783,47.2256,15194.2861,15194.2861,15194.2861 -1023.5000,1.0000,13897.7212,69.7937,70.4424,0.3548,0.0000,6,1114.5036,789.1334,789.1334,-74.6502,92.1002,92.1002,-8.7125,0.6980,86.5502,0.0000,86.5502,4.8521,86.5502,2.2196,0.0000,84.3305,0.0000,84.3305,7.6776,76.6529,0.0000,76.6529,0.6106,76.0423,0.0000,2.1912,12.8892,60.9619,18017.3372,18017.3372,18017.3372 -1024.5000,1.0000,13917.4279,70.9342,71.4460,0.2788,0.0000,6,1132.7158,671.9994,843.0455,-75.7366,79.7110,100.0001,-8.9837,0.5574,74.2199,0.0000,74.2199,4.9338,74.2199,1.9853,0.0000,72.2346,0.0000,72.2346,7.7395,64.4951,0.0000,64.4951,0.4876,64.0075,0.0000,2.2270,13.0998,48.6807,15646.0148,15646.0148,15646.0148 -1025.5000,1.0000,13937.3437,71.6870,71.9480,0.1394,0.0000,6,1144.7372,458.2672,789.8380,-76.4537,54.9355,94.6831,-9.1650,0.2818,49.6677,0.0000,49.6677,4.9861,49.6677,1.5024,0.0000,48.1653,0.0000,48.1653,7.8216,40.3436,0.0000,40.3436,0.2465,40.0972,0.0000,2.2507,13.2388,24.6077,10931.7608,10931.7608,10931.7608 -1026.5000,1.0000,13957.4369,72.3255,72.7230,0.2153,0.0000,6,1154.9331,574.7893,694.3370,-77.0619,69.5175,83.9761,-9.3202,0.4389,64.0275,0.0000,64.0275,5.0511,64.0275,1.7966,0.0000,62.2309,0.0000,62.2309,7.8913,54.3397,0.0000,54.3397,0.3839,53.9558,0.0000,2.2707,13.3567,38.3283,13757.0949,13757.0949,13757.0949 -1027.5000,1.0000,13977.7430,73.0920,73.4810,0.2106,0.0000,6,1167.1730,567.0681,748.7593,-77.7921,69.3105,91.5179,-9.5082,0.4338,63.8334,0.0000,63.8334,5.0433,63.8334,1.8011,0.0000,62.0323,0.0000,62.0323,7.9749,54.0574,0.0000,54.0574,0.3794,53.6779,0.0000,2.2948,13.4983,37.8849,13718.6976,13718.6976,13718.6976 -1028.5000,1.0000,13998.2709,73.8905,74.3200,0.2331,0.0000,6,1179.9238,602.1007,747.0935,-78.5527,74.3964,92.3119,-9.7061,0.4854,68.7519,0.0000,68.7519,5.1591,68.7519,1.9084,0.0000,66.8436,0.0000,66.8436,8.0620,58.7815,0.0000,58.7815,0.4246,58.3570,0.0000,2.3198,13.6457,42.3914,14703.5114,14703.5114,14703.5114 -1029.5000,1.0000,14019.0197,74.6855,75.0710,0.2086,0.0000,6,1192.6188,564.4534,764.0226,-79.3100,70.4950,95.4194,-9.9051,0.4392,64.8631,0.0000,64.8631,5.1928,64.8631,1.8395,0.0000,63.0236,0.0000,63.0236,8.1488,54.8748,0.0000,54.8748,0.3841,54.4907,0.0000,2.3448,13.7926,38.3533,13961.0915,13961.0915,13961.0915 -1030.5000,1.0000,14039.9538,75.3530,75.6550,0.1622,0.0000,6,1203.2778,493.3753,748.0369,-79.9447,62.1687,94.2579,-10.0736,0.3446,56.5771,0.0000,56.5771,5.2471,56.5771,1.6812,0.0000,54.8958,0.0000,54.8958,8.2216,46.6742,0.0000,46.6742,0.3014,46.3728,0.0000,2.3658,13.9158,30.0912,12371.2145,12371.2145,12371.2145 -1031.5000,1.0000,14061.0056,75.7765,75.9180,0.0731,0.0000,6,1210.0405,356.3929,716.5379,-80.3458,45.1604,90.7962,-10.1810,0.1560,39.7545,0.0000,39.7545,5.2498,39.7545,1.3496,0.0000,38.4049,0.0000,38.4049,8.2678,30.1371,0.0000,30.1371,0.1365,30.0006,0.0000,2.3791,13.9940,13.6275,9110.5852,9110.5852,9110.5852 -1032.5000,1.0000,14082.1177,75.9935,76.0890,0.0475,0.0000,6,1213.5057,317.2572,656.0406,-80.5513,40.3164,83.3683,-10.2363,0.1017,34.9421,0.0000,34.9421,5.2725,34.9421,1.2558,0.0000,33.6863,0.0000,33.6863,8.2915,25.3948,0.0000,25.3948,0.0890,25.3058,0.0000,2.3859,14.0341,8.8859,8201.8414,8201.8414,8201.8414 -1033.5000,1.0000,14103.2951,76.2285,76.3880,0.0831,0.0000,6,1217.2583,371.4642,639.7831,-80.7738,47.3509,81.5538,-10.2963,0.1785,41.9275,0.0000,41.9275,5.2450,41.9275,1.3982,0.0000,40.5293,0.0000,40.5293,8.3171,32.2122,0.0000,32.2122,0.1561,32.0561,0.0000,2.3933,14.0775,15.5853,9517.5025,9517.5025,9517.5025 -1034.5000,1.0000,14124.5561,76.5295,76.6910,0.0842,0.0000,6,1222.0648,373.2218,664.5204,-81.0589,47.7628,85.0415,-10.3735,0.1816,42.3100,0.0000,42.3100,5.2712,42.3100,1.4092,0.0000,40.9008,0.0000,40.9008,8.3500,32.5508,0.0000,32.5508,0.1588,32.3920,0.0000,2.4027,14.1331,15.8562,9591.3622,9591.3622,9591.3622 -1035.5000,1.0000,14145.9623,77.0525,77.4340,0.2064,0.0000,6,1230.4164,560.9140,668.1324,-81.5542,72.2732,86.0881,-10.5082,0.4483,66.4942,0.0000,66.4942,5.3307,66.4942,1.8989,0.0000,64.5953,0.0000,64.5953,8.4070,56.1882,0.0000,56.1882,0.3921,55.7962,0.0000,2.4191,14.2297,39.1473,14277.7034,14277.7034,14277.7034 -1036.5000,1.0000,14167.5513,77.7105,78.0070,0.1592,0.0000,6,1240.9237,488.6469,750.3363,-82.1774,63.4993,97.5056,-10.6789,0.3486,57.7546,0.0000,57.7546,5.3960,57.7546,1.7317,0.0000,56.0229,0.0000,56.0229,8.4788,47.5441,0.0000,47.5441,0.3050,47.2391,0.0000,2.4398,14.3512,30.4482,12629.1307,12629.1307,12629.1307 -1037.5000,1.0000,14189.3047,78.3020,78.6170,0.1694,0.0000,6,1250.3691,504.1856,720.4664,-82.7376,66.0172,94.3367,-10.8335,0.3740,60.2385,0.0000,60.2385,5.4048,60.2385,1.7882,0.0000,58.4503,0.0000,58.4503,8.5434,49.9069,0.0000,49.9069,0.3271,49.5798,0.0000,2.4583,14.4604,32.6610,13122.6695,13122.6695,13122.6695 -1038.5000,1.0000,14211.2145,78.8655,79.1340,0.1436,0.0000,6,1259.3674,464.6871,727.9761,-83.2712,61.2832,96.0060,-10.9819,0.3192,55.5055,0.0000,55.5055,5.4585,55.5055,1.7001,0.0000,53.8054,0.0000,53.8054,8.6048,45.2005,0.0000,45.2005,0.2792,44.9213,0.0000,2.4760,14.5645,27.8807,12194.2841,12194.2841,12194.2841 -1039.5000,1.0000,14233.2347,79.2625,79.4110,0.0769,0.0000,6,1265.7069,362.6439,711.2514,-83.6472,48.0665,94.2725,-11.0870,0.1719,42.3803,0.0000,42.3803,5.5142,42.3803,1.4422,0.0000,40.9381,0.0000,40.9381,8.6482,32.2899,0.0000,32.2899,0.1504,32.1396,0.0000,2.4885,14.6378,15.0132,9680.6224,9680.6224,9680.6224 -1040.5000,1.0000,14255.3295,79.5315,79.6720,0.0725,0.0000,6,1270.0024,355.8397,668.3417,-83.9020,47.3247,88.8857,-11.1585,0.1625,41.6285,0.0000,41.6285,5.5336,41.6285,1.4303,0.0000,40.1982,0.0000,40.1982,8.6775,31.5207,0.0000,31.5207,0.1422,31.3785,0.0000,2.4970,14.6875,14.1941,9542.7586,9542.7586,9542.7586 -1041.5000,1.0000,14277.4983,79.7975,79.9430,0.0753,0.0000,6,1274.2500,360.3810,666.1989,-84.1539,48.0889,88.8970,-11.2294,0.1693,42.3312,0.0000,42.3312,5.5884,42.3312,1.4475,0.0000,40.8837,0.0000,40.8837,8.7065,32.1772,0.0000,32.1772,0.1481,32.0291,0.0000,2.5053,14.7366,14.7872,9694.8208,9694.8208,9694.8208 -1042.5000,1.0000,14299.7325,80.0330,80.1430,0.0556,0.0000,6,1278.0106,330.0177,668.5112,-84.3769,44.1672,89.4688,-11.2924,0.1253,38.4526,0.0000,38.4526,5.5893,38.4526,1.3727,0.0000,37.0799,0.0000,37.0799,8.7322,28.3477,0.0000,28.3477,0.1096,28.2381,0.0000,2.5127,14.7801,10.9453,8949.5617,8949.5617,8949.5617 -1043.5000,1.0000,14322.0136,80.2020,80.2810,0.0383,0.0000,6,1280.7093,303.7466,655.8722,-84.5370,40.7371,87.9627,-11.3377,0.0867,35.0302,0.0000,35.0302,5.6203,35.0302,1.3062,0.0000,33.7240,0.0000,33.7240,8.7507,24.9733,0.0000,24.9733,0.0758,24.8975,0.0000,2.5180,14.8113,7.5682,8327.7303,8327.7303,8327.7303 -1044.5000,1.0000,14344.3333,80.3410,80.4210,0.0389,0.0000,6,1282.9290,304.7790,645.1493,-84.6686,40.9464,86.6745,-11.3751,0.0881,35.2048,0.0000,35.2048,5.6536,35.2048,1.3114,0.0000,33.8934,0.0000,33.8934,8.7658,25.1276,0.0000,25.1276,0.0770,25.0505,0.0000,2.5224,14.8370,7.6912,8367.0936,8367.0936,8367.0936 -1045.5000,1.0000,14366.6611,80.3700,80.3390,-0.0228,0.0000,6,1283.3920,210.5639,644.8097,-84.6961,28.2991,86.6602,-11.3829,-0.0516,22.6435,0.0000,22.6435,5.7071,22.6435,1.0605,0.0000,21.5830,0.0000,21.5830,8.7690,12.8140,0.0000,12.8140,-0.0451,12.8592,0.0000,2.5233,14.8424,-4.5065,5997.5158,5997.5158,5997.5158 -1046.5000,1.0000,14388.9819,80.3450,80.3710,0.0089,0.0000,6,1282.9928,259.0179,605.1464,-84.6724,34.8003,81.3043,-11.3761,0.0201,29.0913,0.0000,29.0913,5.6888,29.0913,1.1892,0.0000,27.9022,0.0000,27.9022,8.7663,19.1359,0.0000,19.1359,0.0176,19.1183,0.0000,2.5225,14.8377,1.7581,7213.1961,7213.1961,7213.1961 -1047.5000,1.0000,14411.3062,80.3575,80.3640,-0.0019,0.0000,6,1283.1924,242.5954,625.6278,-84.6843,32.5989,84.0691,-11.3795,-0.0044,26.8873,0.0000,26.8873,5.7160,26.8873,1.1452,0.0000,25.7421,0.0000,25.7421,8.7676,16.9744,0.0000,16.9744,-0.0039,16.9783,0.0000,2.5229,14.8400,-0.3846,6797.5597,6797.5597,6797.5597 -1048.5000,1.0000,14433.6130,80.2945,80.2450,-0.0331,0.0000,6,1282.1864,209.5906,617.9672,-84.6246,28.1418,82.9746,-11.3626,-0.0748,20.5282,0.0000,20.5282,7.6884,20.5282,1.0173,0.0000,19.5109,0.0000,19.5109,8.7608,10.7502,0.0000,10.7502,-0.0654,10.8156,0.0000,2.5209,14.8284,-6.5337,5969.0668,5969.0668,5969.0668 -1049.5000,1.0000,14455.8591,80.0760,79.9270,-0.0883,0.0000,6,1278.6973,125.0785,602.2923,-84.4177,16.7486,80.6499,-11.3039,-0.1994,9.2413,0.0000,9.2413,7.7067,9.2413,0.7890,0.0000,8.4523,0.0000,8.4523,8.7369,-0.2846,0.0000,-0.2846,-0.1744,-0.1102,0.0000,2.5140,14.7881,-17.4123,3835.5732,3835.5732,3835.5732 -1050.5000,1.0000,14477.9502,79.5180,79.1290,-0.2217,0.0000,6,1269.7868,-73.8182,561.5754,-83.8892,-9.8157,74.6737,-11.1549,-0.4968,-17.0005,0.0000,-17.0005,7.6816,-17.0005,0.9671,0.0000,-17.9675,0.0000,-17.9675,8.6760,-26.6436,0.0000,-26.6436,-0.4346,-26.2090,0.0000,2.4965,14.6850,-43.3905,111.6234,111.6234,111.6234 -1051.5000,1.0000,14499.8165,78.7085,78.3080,-0.2281,0.0000,6,1256.8603,-83.1226,470.7714,-83.1226,-10.9404,61.9620,-10.9404,-0.5060,-18.0358,0.0000,-18.0358,7.6010,-18.0358,0.9659,0.0000,-19.0017,0.0000,-19.0017,8.5877,-27.5894,0.0332,-27.6226,-0.4426,-27.1801,0.0000,2.4711,14.5355,-44.1867,0.0000,0.0000,0.0000 -1052.5000,1.0000,14521.4608,77.9095,77.5310,-0.2158,0.0000,6,1244.1014,-65.1576,463.1014,-82.3658,-8.4889,60.3338,-10.7308,-0.4740,-15.5444,0.0000,-15.5444,7.5295,-15.5444,0.9298,0.0000,-16.4741,0.0000,-16.4741,8.5005,-24.9747,0.0000,-24.9747,-0.4146,-24.5601,0.0000,2.4460,14.3880,-41.3941,259.6369,259.6369,259.6369 -1053.5000,1.0000,14542.9195,77.2415,76.9720,-0.1553,0.0000,6,1233.4344,25.1970,469.2584,-81.7332,3.2546,60.6117,-10.5571,-0.3381,-3.8994,0.0000,-3.8994,7.4921,-3.8994,0.8039,0.0000,-4.7034,0.0000,-4.7034,8.4277,-13.1310,0.0000,-13.1310,-0.2957,-12.8353,0.0000,2.4251,14.2646,-29.5250,1941.6975,1941.6975,1941.6975 -1054.5000,1.0000,14564.2291,76.7045,76.4570,-0.1431,0.0000,6,1224.8593,43.5917,507.6451,-81.2246,5.5914,65.1141,-10.4184,-0.3093,-1.5666,0.0000,-1.5666,7.4673,-1.5666,0.7731,0.0000,-2.3397,0.0000,-2.3397,8.3691,-10.7088,0.0000,-10.7088,-0.2705,-10.4383,0.0000,2.4082,14.1654,-27.0119,2216.6682,2216.6682,2216.6682 -1055.5000,1.0000,14585.4052,76.2240,76.0110,-0.1239,0.0000,6,1217.1864,56.6782,514.3116,-80.7696,7.2244,65.5559,-10.2952,-0.2662,2.0377,0.0000,2.0377,5.4528,2.0377,0.7304,0.0000,1.3073,0.0000,1.3073,8.3166,-7.0093,0.0000,-7.0093,-0.2328,-6.7765,0.0000,2.3931,14.0767,-23.2463,2408.8785,2408.8785,2408.8785 -1056.5000,1.0000,14606.4576,75.7785,75.5660,-0.1236,0.0000,6,1210.0725,57.4009,518.4454,-80.3477,7.2738,65.6966,-10.1815,-0.2640,2.0759,0.0000,2.0759,5.4619,2.0759,0.7238,0.0000,1.3520,0.0000,1.3520,8.2680,-6.9160,0.0000,-6.9160,-0.2309,-6.6851,0.0000,2.3791,13.9944,-23.0586,2404.9750,2404.9750,2404.9750 -1057.5000,1.0000,14627.4340,75.5050,75.4640,-0.0283,0.0000,6,1205.7051,202.5161,519.4319,-80.0886,25.5699,65.5841,-10.1121,-0.0603,20.1888,0.0000,20.1888,5.4414,20.1888,0.9552,0.0000,19.2336,0.0000,19.2336,8.2382,10.9954,0.0000,10.9954,-0.0527,11.0482,0.0000,2.3705,13.9439,-5.2663,5444.6844,5444.6844,5444.6844 -1058.5000,1.0000,14648.4245,75.5560,75.6680,0.0567,0.0000,6,1206.5195,332.8099,586.3070,-80.1369,42.0493,74.0778,-10.1250,0.1207,36.4963,0.0000,36.4963,5.4323,36.4963,1.2819,0.0000,35.2144,0.0000,35.2144,8.2438,26.9707,0.0000,26.9707,0.1056,26.8651,0.0000,2.3721,13.9533,10.5396,8525.6223,8525.6223,8525.6223 -1059.5000,1.0000,14669.4705,75.7555,75.8630,0.0542,0.0000,6,1209.7052,329.3599,645.0276,-80.3259,41.7233,81.7121,-10.1757,0.1157,36.1130,0.0000,36.1130,5.4946,36.1130,1.2765,0.0000,34.8365,0.0000,34.8365,8.2655,26.5710,0.0000,26.5710,0.1012,26.4698,0.0000,2.3784,13.9902,10.1013,8464.6958,8464.6958,8464.6958 -1060.5000,1.0000,14690.5734,75.9605,76.0780,0.0597,0.0000,6,1212.9787,338.1293,644.1149,-80.5200,42.9501,81.8173,-10.2279,0.1279,37.2822,0.0000,37.2822,5.5400,37.2822,1.3022,0.0000,35.9800,0.0000,35.9800,8.2879,27.6921,0.0000,27.6921,0.1118,27.5803,0.0000,2.3848,14.0280,11.1674,8695.2975,8695.2975,8695.2975 -1061.5000,1.0000,14711.7355,76.1735,76.2890,0.0586,0.0000,6,1216.3800,335.9916,648.5589,-80.7217,42.7983,82.6128,-10.2823,0.1258,37.1729,0.0000,37.1729,5.4995,37.1729,1.3025,0.0000,35.8705,0.0000,35.8705,8.3111,27.5594,0.0000,27.5594,0.1101,27.4493,0.0000,2.3915,14.0674,10.9904,8667.0521,8667.0521,8667.0521 -1062.5000,1.0000,14732.9712,76.4385,76.6080,0.0886,0.0000,6,1220.6117,382.1903,648.7090,-80.9727,48.8524,82.9194,-10.3501,0.1909,43.1212,0.0000,43.1212,5.5402,43.1212,1.4244,0.0000,41.6968,0.0000,41.6968,8.3400,33.3567,0.0000,33.3567,0.1670,33.1898,0.0000,2.3998,14.1163,16.6736,9800.2119,9800.2119,9800.2119 -1063.5000,1.0000,14754.3043,76.7890,76.9900,0.1061,0.0000,6,1226.2087,409.0309,670.1580,-81.3047,52.5229,86.0538,-10.4402,0.2297,46.7297,0.0000,46.7297,5.5635,46.7297,1.5006,0.0000,45.2291,0.0000,45.2291,8.3783,36.8508,0.0000,36.8508,0.2009,36.6499,0.0000,2.4108,14.1810,20.0581,10521.9288,10521.9288,10521.9288 -1064.5000,1.0000,14775.7294,77.1205,77.2710,0.0781,0.0000,6,1231.5022,365.8831,682.3785,-81.6186,47.1852,88.0013,-10.5258,0.1697,41.4435,0.0000,41.4435,5.5721,41.4435,1.3987,0.0000,40.0448,0.0000,40.0448,8.4145,31.6304,0.0000,31.6304,0.1484,31.4820,0.0000,2.4213,14.2422,14.8185,9479.4820,9479.4820,9479.4820 -1065.5000,1.0000,14797.2350,77.4100,77.5690,0.0828,0.0000,6,1236.1251,373.2737,664.3023,-81.8928,48.3191,85.9918,-10.6008,0.1806,42.5277,0.0000,42.5277,5.6107,42.5277,1.4237,0.0000,41.1040,0.0000,41.1040,8.4460,32.6580,0.0000,32.6580,0.1580,32.5000,0.0000,2.4303,14.2957,15.7739,9702.9697,9702.9697,9702.9697 -1066.5000,1.0000,14818.8387,77.7635,77.9780,0.1136,0.0000,6,1241.7700,420.6914,668.8134,-82.2276,54.7058,86.9711,-10.6927,0.2490,48.8065,0.0000,48.8065,5.6503,48.8065,1.5533,0.0000,47.2532,0.0000,47.2532,8.4846,38.7686,0.0000,38.7686,0.2178,38.5508,0.0000,2.4414,14.3610,21.7483,10935.6846,10935.6846,10935.6846 -1067.5000,1.0000,14840.5556,78.1710,78.3840,0.1128,0.0000,6,1248.2772,419.4978,690.3240,-82.6135,54.8365,90.2387,-10.7992,0.2485,48.8987,0.0000,48.8987,5.6892,48.8987,1.5599,0.0000,47.3389,0.0000,47.3389,8.5291,38.8098,0.0000,38.8098,0.2174,38.5924,0.0000,2.4542,14.4363,21.7019,10961.6970,10961.6970,10961.6970 -1068.5000,1.0000,14862.3751,78.5400,78.7160,0.0922,0.0000,6,1254.1696,388.0539,690.4395,-82.9630,50.9656,90.6798,-10.8961,0.2042,45.0352,0.0000,45.0352,5.7262,45.0352,1.4869,0.0000,43.5483,0.0000,43.5483,8.5693,34.9790,0.0000,34.9790,0.1786,34.8004,0.0000,2.4658,14.5044,17.8302,10233.4917,10233.4917,10233.4917 -1069.5000,1.0000,14884.2843,78.8630,79.0300,0.0872,0.0000,6,1259.3274,380.3344,677.6614,-83.2689,50.1572,89.3676,-10.9812,0.1939,44.2214,0.0000,44.2214,5.7419,44.2214,1.4744,0.0000,42.7470,0.0000,42.7470,8.6046,34.1424,0.0000,34.1424,0.1696,33.9728,0.0000,2.4760,14.5640,16.9328,10079.4806,10079.4806,10079.4806 -1070.5000,1.0000,14906.2547,79.0835,79.1570,0.0353,0.0000,6,1262.8485,300.8060,674.2663,-83.4777,39.7801,89.1685,-11.0395,0.0786,33.9238,0.0000,33.9238,5.7777,33.9238,1.2710,0.0000,32.6529,0.0000,32.6529,8.6286,24.0242,0.0000,24.0242,0.0688,23.9554,0.0000,2.4829,14.6048,6.8678,8138.7613,8138.7613,8138.7613 -1071.5000,1.0000,14928.2409,79.1405,79.1440,-0.0036,0.0000,6,1263.7587,240.9232,639.7277,-83.5317,31.8839,84.6619,-11.0546,-0.0081,26.1403,0.0000,26.1403,5.7517,26.1403,1.1160,0.0000,25.0243,0.0000,25.0243,8.6349,16.3894,0.0000,16.3894,-0.0070,16.3965,0.0000,2.4847,14.6153,-0.7035,6625.6727,6625.6727,6625.6727 -1072.5000,1.0000,14950.2040,79.0570,78.9900,-0.0428,0.0000,6,1262.4253,180.9354,613.0617,-83.4526,23.9198,81.0473,-11.0325,-0.0953,18.2566,0.0000,18.2566,5.7586,18.2566,0.9573,0.0000,17.2992,0.0000,17.2992,8.6257,8.6735,0.0000,8.6735,-0.0834,8.7569,0.0000,2.4821,14.5999,-8.3251,5170.2041,5170.2041,5170.2041 -1073.5000,1.0000,14972.1376,78.9510,78.9320,-0.0161,0.0000,6,1260.7327,222.1313,587.1530,-83.3522,29.3266,77.5181,-11.0045,-0.0359,23.5731,0.0000,23.5731,5.7894,23.5731,1.0624,0.0000,22.5106,0.0000,22.5106,8.6142,13.8965,0.0000,13.8965,-0.0314,13.9278,0.0000,2.4787,14.5803,-3.1312,6162.1503,6162.1503,6162.1503 -1074.5000,1.0000,14994.0536,78.8875,78.8630,-0.0192,0.0000,6,1259.7187,217.3716,604.7325,-83.2921,28.6751,79.7748,-10.9877,-0.0426,22.9423,0.0000,22.9423,5.7754,22.9423,1.0491,0.0000,21.8932,0.0000,21.8932,8.6072,13.2860,0.0000,13.2860,-0.0373,13.3232,0.0000,2.4767,14.5686,-3.7221,6045.9237,6045.9237,6045.9237 -1075.5000,1.0000,15015.9398,78.7805,78.7180,-0.0403,0.0000,6,1258.0100,184.9392,601.9868,-83.1907,24.3636,79.3048,-10.9594,-0.0894,18.6912,0.0000,18.6912,5.7618,18.6912,0.9628,0.0000,17.7284,0.0000,17.7284,8.5956,9.1328,0.0000,9.1328,-0.0782,9.2111,0.0000,2.4734,14.5488,-7.8111,5250.6317,5250.6317,5250.6317 -1076.5000,1.0000,15037.8018,78.6930,78.6880,-0.0083,0.0000,6,1256.6128,233.9439,588.1090,-83.1079,30.7852,77.3906,-10.9363,-0.0185,25.0478,0.0000,25.0478,5.7559,25.0478,1.0889,0.0000,23.9588,0.0000,23.9588,8.5860,15.3728,0.0000,15.3728,-0.0162,15.3890,0.0000,2.4706,14.5327,-1.6143,6419.4792,6419.4792,6419.4792 -1077.5000,1.0000,15059.6566,78.6675,78.6670,-0.0058,0.0000,6,1256.2056,237.7489,609.3319,-83.0837,31.2758,80.1573,-10.9296,-0.0129,25.5385,0.0000,25.5385,5.7502,25.5385,1.0984,0.0000,24.4401,0.0000,24.4401,8.5832,15.8568,0.0000,15.8568,-0.0113,15.8681,0.0000,2.4698,14.5279,-1.1296,6506.6832,6506.6832,6506.6832 -1078.5000,1.0000,15081.5048,78.6435,78.6400,-0.0075,0.0000,6,1255.8223,235.3309,610.8795,-83.0610,30.9482,80.3364,-10.9233,-0.0166,25.1981,0.0000,25.1981,5.7668,25.1981,1.0914,0.0000,24.1067,0.0000,24.1067,8.5806,15.5261,0.0000,15.5261,-0.0145,15.5406,0.0000,2.4691,14.5235,-1.4520,6448.2565,6448.2565,6448.2565 -1079.5000,1.0000,15103.3818,78.7470,78.8740,0.0650,0.0000,6,1257.4751,346.4395,611.2653,-83.1590,45.6200,80.4929,-10.9506,0.1443,39.7162,0.0000,39.7162,5.7596,39.7162,1.3829,0.0000,38.3332,0.0000,38.3332,8.5919,29.7413,0.0000,29.7413,0.1262,29.6151,0.0000,2.4723,14.5426,12.6002,9196.4774,9196.4774,9196.4774 -1080.5000,1.0000,15125.3263,78.9905,79.1270,0.0703,0.0000,6,1261.3634,354.5609,659.9207,-83.3896,46.8338,87.1687,-11.0149,0.1565,40.8977,0.0000,40.8977,5.7797,40.8977,1.4094,0.0000,39.4883,0.0000,39.4883,8.6185,30.8698,0.0000,30.8698,0.1369,30.7330,0.0000,2.4800,14.5876,13.6654,9437.1217,9437.1217,9437.1217 -1081.5000,1.0000,15147.2862,79.0455,78.9840,-0.0397,0.0000,6,1262.2417,185.6852,662.1315,-83.4417,24.5442,87.5216,-11.0295,-0.0885,18.8666,0.0000,18.8666,5.7660,18.8666,0.9694,0.0000,17.8972,0.0000,17.8972,8.6245,9.2727,0.0000,9.2727,-0.0774,9.3501,0.0000,2.4817,14.5977,-7.7293,5289.3207,5289.3207,5289.3207 -1082.5000,1.0000,15169.1961,78.8655,78.7670,-0.0603,0.0000,6,1259.3674,154.3105,588.2024,-83.2712,20.3506,77.5725,-10.9819,-0.1340,14.7100,0.0000,14.7100,5.7746,14.7100,0.8842,0.0000,13.8258,0.0000,13.8258,8.6048,5.2210,0.0000,5.2210,-0.1172,5.3382,0.0000,2.4760,14.5645,-11.7024,4483.3153,4483.3153,4483.3153 -1083.5000,1.0000,15190.9981,78.4775,78.2080,-0.1553,0.0000,6,1253.1716,10.5080,571.5805,-82.9038,1.3790,75.0095,-10.8796,-0.3435,-3.9567,0.0000,-3.9567,5.6792,-3.9567,0.8219,0.0000,-4.7786,0.0000,-4.7786,8.5625,-13.3411,0.0000,-13.3411,-0.3004,-13.0407,0.0000,2.4639,14.4929,-29.9974,1750.0897,1750.0897,1750.0897 -1084.5000,1.0000,15212.6313,77.8695,77.5510,-0.1825,0.0000,6,1243.4627,-29.7362,505.2430,-82.3280,-3.8721,65.7903,-10.7203,-0.4006,-9.1468,0.0000,-9.1468,5.6753,-9.1468,0.8652,0.0000,-10.0121,0.0000,-10.0121,8.4962,-18.5082,0.0000,-18.5082,-0.3504,-18.1579,0.0000,2.4448,14.3806,-34.9832,979.6738,979.6738,979.6738 -1085.5000,1.0000,15234.0709,77.1725,76.8140,-0.2047,0.0000,6,1232.3326,-62.4847,483.8183,-81.6679,-8.0636,62.4365,-10.5392,-0.4453,-13.2895,0.0000,-13.2895,5.6712,-13.2895,0.8969,0.0000,-14.1863,0.0000,-14.1863,8.4201,-22.6065,0.0000,-22.6065,-0.3895,-22.2169,0.0000,2.4229,14.2519,-38.8917,300.5274,300.5274,300.5274 -1086.5000,1.0000,15255.3172,76.4765,76.1590,-0.1819,0.0000,6,1221.2185,-27.9997,466.4178,-81.0087,-3.5808,59.6482,-10.3599,-0.3922,-8.8842,0.0000,-8.8842,5.6956,-8.8842,0.8431,0.0000,-9.7273,0.0000,-9.7273,8.3442,-18.0715,0.0000,-18.0715,-0.3431,-17.7284,0.0000,2.4010,14.1233,-34.2528,965.3708,965.3708,965.3708 -1087.5000,1.0000,15276.4380,76.0250,75.9110,-0.0689,0.0000,6,1214.0087,141.5557,482.2572,-80.5811,17.9961,61.3097,-10.2443,-0.1476,12.5076,0.0000,12.5076,5.6361,12.5076,0.8075,0.0000,11.7002,0.0000,11.7002,8.2949,3.4052,0.0000,3.4052,-0.1291,3.5344,0.0000,2.3869,14.0399,-12.8924,4050.5991,4050.5991,4050.5991 -1088.5000,1.0000,15297.4897,75.7760,75.6610,-0.0694,0.0000,6,1210.0325,140.6557,557.6678,-80.3453,17.8231,70.6645,-10.1809,-0.1483,12.3588,0.0000,12.3588,5.6126,12.3588,0.8017,0.0000,11.5572,0.0000,11.5572,8.2678,3.2894,0.0000,3.2894,-0.1297,3.4192,0.0000,2.3790,13.9940,-12.9538,4020.4337,4020.4337,4020.4337 -1089.5000,1.0000,15318.5177,75.6910,75.7410,0.0222,0.0000,6,1208.6752,281.2709,558.4863,-80.2648,35.6011,70.6888,-10.1593,0.0474,29.9476,0.0000,29.9476,5.6060,29.9476,1.1525,0.0000,28.7952,0.0000,28.7952,8.2585,20.5367,0.0000,20.5367,0.0415,20.4952,0.0000,2.3764,13.9783,4.1406,7303.0518,7303.0518,7303.0518 -1090.5000,1.0000,15339.5618,75.7485,75.7760,0.0097,0.0000,6,1209.5934,262.3857,621.4307,-80.3192,33.2360,78.7156,-10.1739,0.0208,27.5684,0.0000,27.5684,5.6468,27.5684,1.1055,0.0000,26.4629,0.0000,26.4629,8.2648,18.1981,0.0000,18.1981,0.0182,18.1799,0.0000,2.3782,13.9889,1.8129,6865.0669,6865.0669,6865.0669 -1091.5000,1.0000,15360.6195,75.7980,75.8400,0.0178,0.0000,6,1210.3838,274.8676,613.2560,-80.3661,34.8398,77.7309,-10.1865,0.0380,29.1357,0.0000,29.1357,5.6661,29.1357,1.1374,0.0000,27.9983,0.0000,27.9983,8.2702,19.7281,0.0000,19.7281,0.0332,19.6949,0.0000,2.3797,13.9980,3.3171,7161.1004,7161.1004,7161.1004 -1092.5000,1.0000,15381.6855,75.8275,75.8350,-0.0014,0.0000,6,1210.8549,245.5820,618.6453,-80.3941,31.1399,78.4445,-10.1940,-0.0030,25.4599,0.0000,25.4599,5.6829,25.4599,1.0643,0.0000,24.3957,0.0000,24.3957,8.2734,16.1223,0.0000,16.1223,-0.0026,16.1249,0.0000,2.3807,14.0035,-0.2593,6477.4389,6477.4389,6477.4389 -1093.5000,1.0000,15402.7431,75.7975,75.7800,-0.0153,0.0000,6,1210.3759,223.9775,605.2645,-80.3657,28.3892,76.7174,-10.1864,-0.0326,22.7789,0.0000,22.7789,5.6430,22.7789,1.0103,0.0000,21.7685,0.0000,21.7685,8.2701,13.4984,0.0000,13.4984,-0.0286,13.5270,0.0000,2.3797,13.9979,-2.8507,5969.2163,5969.2163,5969.2163 -1094.5000,1.0000,15423.7836,75.7355,75.7110,-0.0192,0.0000,6,1209.3858,218.2522,595.3400,-80.3069,27.6409,75.3978,-10.1706,-0.0409,22.0127,0.0000,22.0127,5.6691,22.0127,0.9943,0.0000,21.0185,0.0000,21.0185,8.2633,12.7551,0.0000,12.7551,-0.0358,12.7909,0.0000,2.3778,13.9865,-3.5733,5830.4856,5830.4856,5830.4856 -1095.5000,1.0000,15444.8052,75.6680,75.6450,-0.0183,0.0000,6,1208.3079,219.4330,592.5726,-80.2430,27.7657,74.9804,-10.1534,-0.0391,22.1528,0.0000,22.1528,5.6520,22.1528,0.9963,0.0000,21.1565,0.0000,21.1565,8.2560,12.9005,0.0000,12.9005,-0.0342,12.9347,0.0000,2.3757,13.9740,-3.4149,5853.0839,5853.0839,5853.0839 -1096.5000,1.0000,15465.8094,75.6050,75.5850,-0.0167,0.0000,6,1207.3019,222.0234,592.9274,-80.1833,28.0701,74.9628,-10.1374,-0.0355,22.4538,0.0000,22.4538,5.6518,22.4538,1.0016,0.0000,21.4522,0.0000,21.4522,8.2491,13.2031,0.0000,13.2031,-0.0311,13.2341,0.0000,2.3737,13.9624,-3.1019,5909.0351,5909.0351,5909.0351 -1097.5000,1.0000,15486.7940,75.5345,75.5040,-0.0225,0.0000,6,1206.1761,212.6997,593.7795,-80.1166,26.8662,75.0006,-10.1196,-0.0479,21.3147,0.0000,21.3147,5.5994,21.3147,0.9780,0.0000,20.3367,0.0000,20.3367,8.2414,12.0952,0.0000,12.0952,-0.0419,12.1371,0.0000,2.3715,13.9494,-4.1837,5685.3922,5685.3922,5685.3922 -1098.5000,1.0000,15507.7825,75.5485,75.6130,0.0303,0.0000,6,1206.3997,294.0626,590.4408,-80.1298,37.1501,74.5927,-10.1231,0.0645,31.4347,0.0000,31.4347,5.6509,31.4347,1.1806,0.0000,30.2541,0.0000,30.2541,8.2429,22.0112,0.0000,22.0112,0.0564,21.9548,0.0000,2.3719,13.9519,5.6309,7592.8725,7592.8725,7592.8725 -1099.5000,1.0000,15528.7875,75.6080,75.6230,0.0028,0.0000,6,1207.3498,251.8140,626.6516,-80.1862,31.8377,79.2297,-10.1382,0.0059,26.1846,0.0000,26.1846,5.6472,26.1846,1.0763,0.0000,25.1083,0.0000,25.1083,8.2494,16.8589,0.0000,16.8589,0.0052,16.8537,0.0000,2.3738,13.9629,0.5170,6606.9552,6606.9552,6606.9552 -1100.5000,1.0000,15549.7966,75.6230,75.6430,0.0056,0.0000,6,1207.5894,256.0294,607.8270,-80.2004,32.3771,76.8649,-10.1420,0.0118,26.7228,0.0000,26.7228,5.6424,26.7228,1.0872,0.0000,25.6356,0.0000,25.6356,8.2511,17.3845,0.0000,17.3845,0.0104,17.3742,0.0000,2.3742,13.9657,1.0342,6706.8017,6706.8017,6706.8017 -1101.5000,1.0000,15570.8159,75.6595,75.6960,0.0147,0.0000,6,1208.1722,270.0672,609.9563,-80.2350,34.1688,77.1714,-10.1513,0.0314,28.4954,0.0000,28.4954,5.6420,28.4954,1.1231,0.0000,27.3723,0.0000,27.3723,8.2550,19.1173,0.0000,19.1173,0.0275,19.0898,0.0000,2.3754,13.9724,2.7420,7038.3022,7038.3022,7038.3022 -1102.5000,1.0000,15591.8462,75.6990,75.7220,0.0072,0.0000,6,1208.8030,258.3809,616.2447,-80.2724,32.7073,78.0077,-10.1613,0.0154,27.0700,0.0000,27.0700,5.6218,27.0700,1.0950,0.0000,25.9750,0.0000,25.9750,8.2594,17.7157,0.0000,17.7157,0.0135,17.7022,0.0000,2.3766,13.9797,1.3458,6767.5667,6767.5667,6767.5667 -1103.5000,1.0000,15612.8845,75.7280,75.7540,0.0089,0.0000,6,1209.2660,261.2268,611.1291,-80.2998,33.0802,77.3897,-10.1687,0.0190,27.4007,0.0000,27.4007,5.6605,27.4007,1.1020,0.0000,26.2988,0.0000,26.2988,8.2625,18.0363,0.0000,18.0363,0.0166,18.0197,0.0000,2.3775,13.9851,1.6570,6836.3884,6836.3884,6836.3884 -1104.5000,1.0000,15633.9462,75.8120,75.8900,0.0378,0.0000,6,1210.6074,305.4843,613.0679,-80.3794,38.7276,77.7214,-10.1901,0.0807,32.9880,0.0000,32.9880,5.6589,32.9880,1.2147,0.0000,31.7733,0.0000,31.7733,8.2717,23.5016,0.0000,23.5016,0.0706,23.4310,0.0000,2.3802,14.0006,7.0502,7902.2273,7902.2273,7902.2273 -1105.5000,1.0000,15655.0302,75.8925,75.9150,0.0069,0.0000,6,1211.8929,258.5213,632.6064,-80.4556,32.8087,80.2835,-10.2106,0.0149,27.0865,0.0000,27.0865,5.7073,27.0865,1.0975,0.0000,25.9890,0.0000,25.9890,8.2805,17.7085,0.0000,17.7085,0.0130,17.6955,0.0000,2.3827,14.0155,1.2974,6785.3469,6785.3469,6785.3469 -1106.5000,1.0000,15676.1262,75.9355,75.9760,0.0169,0.0000,6,1212.5795,274.7534,611.9318,-80.4963,34.8885,77.7037,-10.2215,0.0363,29.0286,0.0000,29.0286,5.8236,29.0286,1.1369,0.0000,27.8917,0.0000,27.8917,8.2852,19.6066,0.0000,19.6066,0.0317,19.5749,0.0000,2.3841,14.0234,3.1674,7168.7226,7168.7226,7168.7226 -1107.5000,1.0000,15697.2288,75.9595,75.9630,-0.0036,0.0000,6,1212.9628,243.2187,618.9516,-80.5191,30.8939,78.6199,-10.2276,-0.0077,25.0765,0.0000,25.0765,5.8251,25.0765,1.0581,0.0000,24.0184,0.0000,24.0184,8.2878,15.7307,0.0000,15.7307,-0.0068,15.7374,0.0000,2.3848,14.0278,-0.6752,6431.9769,6431.9769,6431.9769 -1108.5000,1.0000,15718.3418,75.9965,76.0500,0.0242,0.0000,6,1213.5536,286.4864,605.4009,-80.5541,36.4076,76.9362,-10.2371,0.0518,30.4447,0.0000,30.4447,5.9111,30.4447,1.1659,0.0000,29.2788,0.0000,29.2788,8.2918,20.9870,0.0000,20.9870,0.0453,20.9417,0.0000,2.3860,14.0347,4.5211,7448.1570,7448.1570,7448.1570 -1109.5000,1.0000,15739.4744,76.0675,76.1050,0.0153,0.0000,6,1214.6874,272.6004,624.7590,-80.6214,34.6753,79.4705,-10.2552,0.0328,28.7580,0.0000,28.7580,5.8845,28.7580,1.1329,0.0000,27.6250,0.0000,27.6250,8.2996,19.3254,0.0000,19.3254,0.0287,19.2968,0.0000,2.3882,14.0478,2.8608,7128.1861,7128.1861,7128.1861 -1110.5000,1.0000,15760.6336,76.1630,76.2410,0.0378,0.0000,6,1216.2124,307.5457,619.1782,-80.7118,39.1695,78.8594,-10.2796,0.0811,33.1421,0.0000,33.1421,5.9462,33.1421,1.2217,0.0000,31.9204,0.0000,31.9204,8.3100,23.6104,0.0000,23.6104,0.0709,23.5395,0.0000,2.3912,14.0654,7.0829,7988.6365,7988.6365,7988.6365 -1111.5000,1.0000,15781.8076,76.2165,76.2120,-0.0081,0.0000,6,1217.0667,237.6505,634.2288,-80.7625,30.2888,80.8330,-10.2933,-0.0173,24.3030,0.0000,24.3030,6.0031,24.3030,1.0455,0.0000,23.2575,0.0000,23.2575,8.3158,14.9417,0.0000,14.9417,-0.0151,14.9568,0.0000,2.3929,14.0753,-1.5114,6320.8164,6320.8164,6320.8164 -1112.5000,1.0000,15802.9843,76.2260,76.2600,0.0133,0.0000,6,1217.2184,270.1463,603.4740,-80.7715,34.4347,76.9229,-10.2957,0.0286,28.4425,0.0000,28.4425,5.9635,28.4425,1.1284,0.0000,27.3141,0.0000,27.3141,8.3169,18.9972,0.0000,18.9972,0.0251,18.9721,0.0000,2.3932,14.0771,2.5019,7082.5810,7082.5810,7082.5810 -1113.5000,1.0000,15824.1769,76.2835,76.3270,0.0186,0.0000,6,1218.1366,278.4825,618.1732,-80.8259,35.5240,78.8560,-10.3104,0.0400,29.4856,0.0000,29.4856,5.9984,29.4856,1.1500,0.0000,28.3357,0.0000,28.3357,8.3231,20.0125,0.0000,20.0125,0.0350,19.9775,0.0000,2.3950,14.0877,3.4949,7282.1200,7282.1200,7282.1200 -1114.5000,1.0000,15845.3901,76.3575,76.4080,0.0225,0.0000,6,1219.3182,284.1599,622.1479,-80.8960,36.2834,79.4400,-10.3293,0.0484,30.2679,0.0000,30.2679,5.9671,30.2679,1.1664,0.0000,29.1015,0.0000,29.1015,8.3312,20.7703,0.0000,20.7703,0.0424,20.7279,0.0000,2.3973,14.1013,4.2293,7427.4786,7427.4786,7427.4786 -1115.5000,1.0000,15866.6237,76.4310,76.4740,0.0183,0.0000,6,1220.4919,277.9273,624.8215,-80.9656,35.5218,79.8582,-10.3482,0.0395,29.4894,0.0000,29.4894,5.9929,29.4894,1.1517,0.0000,28.3377,0.0000,28.3377,8.3392,19.9984,0.0000,19.9984,0.0345,19.9639,0.0000,2.3996,14.1149,3.4494,7280.1639,7280.1639,7280.1639 -1116.5000,1.0000,15887.8620,76.4480,76.4420,-0.0089,0.0000,6,1220.7634,235.4919,621.7247,-80.9817,30.1048,79.4801,-10.3525,-0.0192,24.2162,0.0000,24.2162,5.9078,24.2162,1.0464,0.0000,23.1697,0.0000,23.1697,8.3411,14.8286,0.0000,14.8286,-0.0168,14.8454,0.0000,2.4001,14.1181,-1.6728,6287.6001,6287.6001,6287.6001 -1117.5000,1.0000,15909.0837,76.3880,76.3540,-0.0244,0.0000,6,1219.8053,211.8569,602.4566,-80.9249,27.0621,76.9564,-10.3372,-0.0526,21.1822,0.0000,21.1822,5.9325,21.1822,0.9851,0.0000,20.1972,0.0000,20.1972,8.3345,11.8626,0.0000,11.8626,-0.0460,11.9087,0.0000,2.3983,14.1070,-4.5966,5729.5750,5729.5750,5729.5750 -1118.5000,1.0000,15930.2394,76.1505,75.9670,-0.1075,0.0000,6,1216.0128,84.8808,589.8972,-80.7000,10.8088,75.1178,-10.2764,-0.2307,5.1077,0.0000,5.1077,5.9318,5.1077,0.6987,0.0000,4.4091,0.0000,4.4091,8.3086,-3.8996,0.0000,-3.8996,-0.2018,-3.6977,0.0000,2.3908,14.0631,-20.1516,2856.6419,2856.6419,2856.6419 -1119.5000,1.0000,15951.2584,75.6585,75.3700,-0.1658,0.0000,6,1208.1562,-1.6847,529.9959,-80.2340,-0.2131,67.0539,-10.1510,-0.3537,-5.7917,0.0000,-5.7917,5.9322,-5.7917,0.8008,0.0000,-6.5926,0.0000,-6.5926,8.2549,-14.8475,0.0000,-14.8475,-0.3093,-14.5382,0.0000,2.3754,13.9723,-30.8858,1451.7471,1451.7471,1451.7471 -1120.5000,1.0000,15972.0995,75.0180,74.6860,-0.1900,0.0000,6,1197.9284,-37.2595,487.3539,-79.6267,-4.6741,61.1370,-9.9889,-0.4018,-10.2081,0.0000,-10.2081,5.9358,-10.2081,0.8362,0.0000,-11.0443,0.0000,-11.0443,8.1851,-19.2294,0.0000,-19.2294,-0.3514,-18.8780,0.0000,2.3552,13.8540,-35.0872,735.7736,735.7736,735.7736 -1121.5000,1.0000,15992.8008,74.5145,74.3630,-0.0897,0.0000,6,1189.8882,112.1148,470.7332,-79.1471,13.9700,58.6556,-9.8621,-0.1884,8.3146,0.0000,8.3146,5.8439,8.3146,0.7066,0.0000,7.6080,0.0000,7.6080,8.1301,-0.5221,0.0000,-0.5221,-0.1648,-0.3573,0.0000,2.3394,13.7610,-16.4577,3297.8767,3297.8767,3297.8767 -1122.5000,1.0000,16013.3998,74.1465,73.9500,-0.1147,0.0000,6,1184.0118,74.5948,537.1792,-78.7966,9.2490,66.6045,-9.7699,-0.2398,3.6473,0.0000,3.6473,5.8414,3.6473,0.6857,0.0000,2.9616,0.0000,2.9616,8.0900,-5.1284,0.0000,-5.1284,-0.2097,-4.9186,0.0000,2.3279,13.6930,-20.9396,2647.0606,2647.0606,2647.0606 -1123.5000,1.0000,16033.8677,73.6745,73.4190,-0.1475,0.0000,6,1176.4746,25.7595,517.3694,-78.3469,3.1736,63.7400,-9.6524,-0.3063,-2.3225,0.0000,-2.3225,5.8024,-2.3225,0.7389,0.0000,-3.0614,0.0000,-3.0614,8.0385,-11.0999,0.0000,-11.0999,-0.2679,-10.8320,0.0000,2.3131,13.6059,-26.7509,1862.7128,1862.7128,1862.7128 -1124.5000,1.0000,16054.1975,73.1770,72.9550,-0.1289,0.0000,6,1168.5303,53.1896,492.9624,-77.8730,6.5087,60.3229,-9.5292,-0.2659,1.0439,0.0000,1.0439,5.7307,1.0439,0.6985,0.0000,0.3454,0.0000,0.3454,7.9842,-7.6388,0.0000,-7.6388,-0.2325,-7.4063,0.0000,2.2974,13.5140,-23.2177,2295.2933,2295.2933,2295.2933 -1125.5000,1.0000,16074.4036,72.7320,72.5290,-0.1183,0.0000,6,1161.4243,68.5316,504.0270,-77.4492,8.3351,61.3018,-9.4197,-0.2426,2.9258,0.0000,2.9258,5.6519,2.9258,0.6737,0.0000,2.2521,0.0000,2.2521,7.9356,-5.6835,0.0000,-5.6835,-0.2122,-5.4714,0.0000,2.2835,13.4318,-21.1866,2535.4966,2535.4966,2535.4966 -1126.5000,1.0000,16094.4863,72.2880,72.0670,-0.1283,0.0000,6,1154.3343,53.4050,509.1610,-77.0262,6.4557,61.5482,-9.3111,-0.2615,1.1267,0.0000,1.1267,5.5905,1.1267,0.6857,0.0000,0.4410,0.0000,0.4410,7.8872,-7.4462,0.0000,-7.4462,-0.2287,-7.2174,0.0000,2.2695,13.3498,-22.8368,2289.4329,2289.4329,2289.4329 -1127.5000,1.0000,16114.4672,71.9210,71.7950,-0.0756,0.0000,6,1148.4738,132.7799,501.5386,-76.6766,15.9692,60.3190,-9.2217,-0.1532,10.6001,0.0000,10.6001,5.5223,10.6001,0.7236,0.0000,9.8764,0.0000,9.8764,7.8471,2.0293,0.0000,2.0293,-0.1340,2.1633,0.0000,2.2580,13.2820,-13.3768,3595.0947,3595.0947,3595.0947 -1128.5000,1.0000,16134.3726,71.6495,71.5240,-0.0753,0.0000,6,1144.1383,133.1417,537.6920,-76.4180,15.9522,64.4230,-9.1559,-0.1520,10.6095,0.0000,10.6095,5.4948,10.6095,0.7208,0.0000,9.8886,0.0000,9.8886,7.8175,2.0711,0.0000,2.0711,-0.1330,2.2041,0.0000,2.2495,13.2319,-13.2773,3584.8460,3584.8460,3584.8460 -1129.5000,1.0000,16154.1925,71.3415,71.1790,-0.0958,0.0000,6,1139.2200,101.5891,536.3442,-76.1246,12.1195,63.9852,-9.0816,-0.1927,6.8422,0.0000,6.8422,5.4700,6.8422,0.6422,0.0000,6.2000,0.0000,6.2000,7.7839,-1.5839,0.0000,-1.5839,-0.1686,-1.4153,0.0000,2.2398,13.1750,-16.8302,3048.1541,3048.1541,3048.1541 -1130.5000,1.0000,16173.8988,70.9330,70.7070,-0.1311,0.0000,6,1132.6969,48.8492,519.2651,-75.7355,5.7943,61.5930,-8.9834,-0.2621,0.6155,0.0000,0.6155,5.4409,0.6155,0.6727,0.0000,-0.0571,0.0000,-0.0571,7.7394,-7.7965,0.0000,-7.7965,-0.2293,-7.5672,0.0000,2.2270,13.0996,-22.8938,2202.5496,2202.5496,2202.5496 -1131.5000,1.0000,16193.4663,70.4330,70.1790,-0.1467,0.0000,6,1124.7126,25.3320,491.9190,-75.2592,2.9836,57.9380,-8.8640,-0.2912,-2.0878,0.0000,-2.0878,5.3625,-2.0878,0.6930,0.0000,-2.7808,0.0000,-2.7808,7.6848,-10.4656,0.0000,-10.4656,-0.2547,-10.2109,0.0000,2.2113,13.0072,-25.4294,1781.3562,1781.3562,1781.3562 -1132.5000,1.0000,16212.9063,69.9740,69.7890,-0.1083,0.0000,6,1117.3830,82.7134,479.5173,-74.8220,9.6785,56.1093,-8.7551,-0.2137,4.5273,0.0000,4.5273,5.3649,4.5273,0.6208,0.0000,3.9065,0.0000,3.9065,7.6347,-3.7282,0.0000,-3.7282,-0.1869,-3.5414,0.0000,2.1969,12.9225,-18.6607,2732.9911,2732.9911,2732.9911 -1133.5000,1.0000,16232.2390,69.5875,69.4060,-0.1064,0.0000,6,1111.2112,85.4592,505.4863,-74.4538,9.9445,58.8213,-8.6639,-0.2087,4.8340,0.0000,4.8340,5.3192,4.8340,0.6126,0.0000,4.2213,0.0000,4.2213,7.5925,-3.3712,0.0000,-3.3712,-0.1825,-3.1887,0.0000,2.1848,12.8511,-18.2245,2772.7715,2772.7715,2772.7715 -1134.5000,1.0000,16251.4602,69.1865,68.9870,-0.1164,0.0000,6,1104.8078,70.5762,505.0743,-74.0719,8.1653,58.4347,-8.5698,-0.2270,3.1015,0.0000,3.1015,5.2908,3.1015,0.6247,0.0000,2.4768,0.0000,2.4768,7.5488,-5.0720,0.0000,-5.0720,-0.1985,-4.8735,0.0000,2.1722,12.7770,-19.8227,2531.0450,2531.0450,2531.0450 -1135.5000,1.0000,16270.6043,68.9085,68.8500,-0.0381,0.0000,6,1100.3685,190.0336,498.2380,-73.8071,21.8976,57.4121,-8.5048,-0.0739,16.7008,0.0000,16.7008,5.2707,16.7008,0.8132,0.0000,15.8876,0.0000,15.8876,7.5185,8.3691,0.0000,8.3691,-0.0647,8.4338,0.0000,2.1634,12.7257,-6.4554,4703.7497,4703.7497,4703.7497 -1136.5000,1.0000,16289.7744,69.0025,69.1750,0.0903,0.0000,6,1101.8696,386.9026,557.9691,-73.8966,44.6437,64.3827,-8.5267,0.1756,39.1904,0.0000,39.1904,5.2777,39.1904,1.2640,0.0000,37.9264,0.0000,37.9264,7.5287,30.3977,0.0000,30.3977,0.1536,30.2441,0.0000,2.1664,12.7431,15.3347,8995.4125,8995.4125,8995.4125 -1137.5000,1.0000,16309.0458,69.3670,69.5790,0.1122,0.0000,6,1107.6901,420.2997,652.6114,-74.2438,48.7535,75.7010,-8.6121,0.2194,43.2608,0.0000,43.2608,5.2733,43.2608,1.3493,0.0000,41.9115,0.0000,41.9115,7.5685,34.3430,0.0000,34.3430,0.1919,34.1511,0.0000,2.1778,12.8104,19.1629,9752.9141,9752.9141,9752.9141 -1138.5000,1.0000,16328.4444,69.8250,70.0910,0.1422,0.0000,6,1115.0037,466.0760,669.8151,-74.6801,54.4204,78.2096,-8.7199,0.2799,48.8627,0.0000,48.8627,5.2778,48.8627,1.4662,0.0000,47.3964,0.0000,47.3964,7.6185,39.7780,0.0000,39.7780,0.2448,39.5331,0.0000,2.1922,12.8950,24.4460,10818.7975,10818.7975,10818.7975 -1139.5000,1.0000,16347.9973,70.3805,70.6900,0.1664,0.0000,6,1123.8742,502.9614,692.7667,-75.2092,59.1944,81.5330,-8.8515,0.3301,53.5687,0.0000,53.5687,5.2957,53.5687,1.5663,0.0000,52.0024,0.0000,52.0024,7.6791,44.3233,0.0000,44.3233,0.2887,44.0346,0.0000,2.2096,12.9975,28.8274,11790.7378,11790.7378,11790.7378 -1140.5000,1.0000,16367.7029,70.9300,71.1900,0.1389,0.0000,6,1132.6490,461.0477,710.8154,-75.7327,54.6852,84.3103,-8.9827,0.2777,49.0403,0.0000,49.0403,5.3672,49.0403,1.4817,0.0000,47.5587,0.0000,47.5587,7.7390,39.8196,0.0000,39.8196,0.2429,39.5768,0.0000,2.2269,13.0990,24.2508,10876.2881,10876.2881,10876.2881 -1141.5000,1.0000,16387.5198,71.3310,71.4920,0.0839,0.0000,6,1139.0524,376.6970,691.7875,-76.1146,44.9329,82.5173,-9.0791,0.1687,39.3657,0.0000,39.3657,5.3985,39.3657,1.2925,0.0000,38.0732,0.0000,38.0732,7.7828,30.2904,0.0000,30.2904,0.1475,30.1429,0.0000,2.2395,13.1731,14.7303,9045.9738,9045.9738,9045.9738 -1142.5000,1.0000,16407.4391,71.6995,71.9270,0.1208,0.0000,6,1144.9368,433.3339,654.2194,-76.4656,51.9556,78.4393,-9.1680,0.2442,46.2909,0.0000,46.2909,5.4205,46.2909,1.4350,0.0000,44.8559,0.0000,44.8559,7.8230,37.0329,0.0000,37.0329,0.2136,36.8193,0.0000,2.2511,13.2411,21.3271,10329.9034,10329.9034,10329.9034 -1143.5000,1.0000,16427.4475,72.0200,72.1330,0.0572,0.0000,6,1150.0547,351.7796,680.3935,-76.7709,42.3660,81.9421,-9.2458,0.1162,34.8761,0.0000,34.8761,7.3738,34.8761,1.2102,0.0000,33.6659,0.0000,33.6659,7.8580,25.8079,0.0000,25.8079,0.1016,25.7063,0.0000,2.2611,13.3003,10.1449,8539.5529,8539.5529,8539.5529 -1144.5000,1.0000,16447.5359,72.3085,72.5040,0.1031,0.0000,6,1154.6616,422.3495,644.2828,-77.0458,51.0688,77.9040,-9.3161,0.2100,43.4251,0.0000,43.4251,7.4336,43.4251,1.3844,0.0000,42.0408,0.0000,42.0408,7.8894,34.1513,0.0000,34.1513,0.1837,33.9676,0.0000,2.2702,13.3536,18.3438,10164.1146,10164.1146,10164.1146 -1145.5000,1.0000,16467.7051,72.5990,72.7140,0.0583,0.0000,6,1159.3005,353.3705,676.8930,-77.3225,42.8998,82.1759,-9.3871,0.1194,35.3634,0.0000,35.3634,7.4170,35.3634,1.2263,0.0000,34.1371,0.0000,34.1371,7.9211,26.2160,0.0000,26.2160,0.1044,26.1116,0.0000,2.2793,13.4072,10.4250,8650.4285,8650.4285,8650.4285 -1146.5000,1.0000,16487.9381,72.8290,72.9640,0.0694,0.0000,6,1162.9732,370.2135,646.0766,-77.5416,45.0869,78.6833,-9.4435,0.1426,37.5294,0.0000,37.5294,7.4150,37.5294,1.2722,0.0000,36.2572,0.0000,36.2572,7.9462,28.3110,0.0000,28.3110,0.1247,28.1863,0.0000,2.2865,13.4497,12.4501,9080.4571,9080.4571,9080.4571 -1147.5000,1.0000,16508.2365,73.0640,73.1840,0.0611,0.0000,6,1166.7258,357.5979,654.3424,-77.7654,43.6910,79.9471,-9.5013,0.1259,36.1066,0.0000,36.1066,7.4585,36.1066,1.2463,0.0000,34.8604,0.0000,34.8604,7.9719,26.8885,0.0000,26.8885,0.1101,26.7784,0.0000,2.2939,13.4931,10.9914,8809.7073,8809.7073,8809.7073 -1148.5000,1.0000,16528.5643,73.1700,73.1760,-0.0022,0.0000,6,1168.4185,259.9592,648.0607,-77.8664,31.8077,79.2944,-9.5275,-0.0046,24.4024,0.0000,24.4024,7.4098,24.4024,1.0134,0.0000,23.3891,0.0000,23.3891,7.9834,15.4056,0.0000,15.4056,-0.0040,15.4096,0.0000,2.2972,13.5127,-0.4003,6569.1756,6569.1756,6569.1756 -1149.5000,1.0000,16548.8843,73.1420,73.1280,-0.0133,0.0000,6,1167.9714,242.7420,603.0506,-77.8397,29.6897,73.7589,-9.5205,-0.0275,22.3312,0.0000,22.3312,7.3860,22.3312,0.9716,0.0000,21.3595,0.0000,21.3595,7.9804,13.3791,0.0000,13.3791,-0.0240,13.4032,0.0000,2.2963,13.5075,-2.4007,6163.2017,6163.2017,6163.2017 -1150.5000,1.0000,16569.1395,72.9090,72.7100,-0.1161,0.0000,6,1164.2507,86.5446,592.7889,-77.6178,10.5515,72.2728,-9.4632,-0.2386,3.3324,0.0000,3.3324,7.4577,3.3324,0.6720,0.0000,2.6604,0.0000,2.6604,7.9549,-5.2945,0.0000,-5.2945,-0.2087,-5.0858,0.0000,2.2890,13.4645,-20.8393,2824.8363,2824.8363,2824.8363 -1151.5000,1.0000,16589.1745,72.1160,71.5420,-0.3244,0.0000,6,1151.5877,-76.8624,513.3678,-76.8624,-9.2691,61.9091,-9.2691,-0.6595,-15.9720,0.0000,-15.9720,7.3624,-15.9720,0.8544,0.0000,-16.8263,0.0000,-16.8263,7.8684,-24.6948,17.8971,-42.5919,-0.5769,-42.0150,0.0000,2.2641,13.3180,-57.5972,0.0000,0.0000,0.0000 -1152.5000,1.0000,16608.9362,71.1320,70.7420,-0.2222,0.0000,6,1135.8746,-75.9251,433.3688,-75.9251,-9.0312,51.5486,-9.0312,-0.4456,-13.9787,0.0000,-13.9787,5.3931,-13.9787,0.8212,0.0000,-14.8000,0.0000,-14.8000,7.7611,-22.5610,1.3710,-23.9320,-0.3897,-23.5423,0.0000,2.2332,13.1363,-38.9118,0.0000,0.0000,0.0000 -1153.5000,1.0000,16628.4697,70.3105,69.8990,-0.2342,0.0000,6,1122.7565,-75.1425,429.8410,-75.1425,-8.8349,50.5385,-8.8349,-0.4641,-13.6915,0.0000,-13.6915,5.3207,-13.6915,0.8075,0.0000,-14.4990,0.0000,-14.4990,7.6714,-22.1704,3.5733,-25.7437,-0.4059,-25.3377,0.0000,2.2075,12.9846,-40.5298,0.0000,0.0000,0.0000 -1154.5000,1.0000,16647.7859,69.5285,69.1780,-0.2003,0.0000,6,1110.2690,-54.4434,427.3361,-74.3976,-6.3300,49.6851,-8.6500,-0.3925,-11.2403,0.0000,-11.2403,5.3028,-11.2403,0.7726,0.0000,-12.0129,0.0000,-12.0129,7.5861,-19.5990,0.0000,-19.5990,-0.3433,-19.2556,0.0000,2.1829,12.8402,-34.2787,296.7790,296.7790,296.7790 -1155.5000,1.0000,16666.8500,68.6205,68.0830,-0.3042,0.0000,6,1095.7696,-73.4822,430.9141,-73.4822,-8.4320,49.4468,-8.4320,-0.5883,-13.1151,0.0000,-13.1151,5.2714,-13.1151,0.7794,0.0000,-13.8945,0.0000,-13.8945,7.4870,-21.3816,15.6862,-37.0678,-0.5146,-36.5532,0.0000,2.1544,12.6725,-51.3801,0.0000,0.0000,0.0000 -1156.5000,1.0000,16685.5395,67.2725,66.4820,-0.4447,0.0000,6,1074.2440,-71.9414,412.0257,-71.9414,-8.0930,46.3507,-8.0930,-0.8433,-12.4187,0.0000,-12.4187,5.1689,-12.4187,0.7549,0.0000,-13.1736,0.0000,-13.1736,7.3400,-20.5136,36.8021,-57.3156,-0.7376,-56.5780,2.5334,2.1121,12.4236,-73.6471,0.0000,0.0000,0.0000 -1157.5000,1.0000,16703.6937,65.3450,64.2280,-0.6261,0.0000,6,1043.4646,-69.7381,399.8067,-69.7381,-7.6204,43.6874,-7.6204,-1.1532,-11.6531,0.0000,-11.6531,5.1858,-11.6531,0.7226,0.0000,-12.3757,0.0000,-12.3757,7.1297,-19.5053,50.4489,-69.9542,-1.0087,-68.9455,17.6508,2.0516,12.0669,-100.7147,0.0000,0.0000,0.0000 -1158.5000,1.0000,16721.1145,62.7050,61.2020,-0.8406,0.0000,6,1001.3077,-66.7204,379.4925,-66.7204,-6.9961,39.7923,-6.9961,-1.4857,-10.6350,0.0000,-10.6350,5.1245,-10.6350,0.6791,0.0000,-11.3141,0.0000,-11.3141,6.8416,-18.1557,62.3154,-80.4712,-1.2995,-79.1717,37.0302,1.9687,11.5766,-129.7472,0.0000,0.0000,0.0000 -1159.5000,1.0000,16737.5529,59.1680,57.1540,-1.1244,0.0000,6,944.8269,-69.7815,372.5853,-69.7830,-6.9043,36.8644,-6.9045,-1.8753,-9.8430,0.0000,-9.8430,4.8140,-9.8430,0.6278,0.0000,-10.4709,0.0000,-10.4709,6.4557,-16.9266,84.5542,-101.4808,-1.6403,-99.8405,51.1595,1.8576,10.9199,-163.7775,0.0000,0.0000,0.0000 -1160.5000,1.0000,16752.9584,55.4500,53.7660,-0.9411,0.0000,6,885.4559,-73.3873,397.5677,-73.3873,-6.8048,36.8644,-6.8048,-1.4709,-9.9452,0.0000,-9.9452,4.6114,-9.9452,0.5847,0.0000,-10.5299,0.0000,-10.5299,6.0500,-16.5800,48.8016,-65.3816,-1.2866,-64.0950,52.3929,1.7409,10.2324,-128.4611,0.0000,0.0000,0.0000 -1161.5000,1.0000,16767.3933,51.9555,50.1650,-1.0003,0.0000,6,829.6538,-77.3775,424.3079,-77.3775,-6.7226,36.8644,-6.7226,-1.4649,-9.7343,0.0000,-9.7343,4.4765,-9.7343,0.5424,0.0000,-10.2767,0.0000,-10.2767,5.6688,-15.9455,54.6852,-70.6307,-1.2813,-69.3494,47.3640,1.6312,9.5881,-127.9326,0.0000,0.0000,0.0000 -1162.5000,1.0000,16780.9330,48.7330,47.3210,-0.7900,0.0000,6,778.1952,-81.8367,452.3655,-81.8367,-6.6691,36.8644,-6.6691,-1.0852,-9.8552,0.0000,-9.8552,4.2713,-9.8552,0.5077,0.0000,-10.3629,0.0000,-10.3629,5.3172,-15.6801,24.5515,-40.2316,-0.9492,-39.2824,44.9663,1.5300,8.9932,-94.7719,0.0000,0.0000,0.0000 -1163.5000,1.0000,16793.5902,45.5560,43.8110,-0.9750,0.0000,6,727.4631,-87.2782,483.9127,-87.2782,-6.6488,36.8644,-6.6488,-1.2520,-8.6884,0.0000,-8.6884,3.2916,-8.6884,0.4617,0.0000,-9.1502,0.0000,-9.1502,4.9705,-14.1207,41.7332,-55.8539,-1.0951,-54.7588,44.7449,1.4303,8.4061,-109.3401,0.0000,0.0000,0.0000 -1164.5000,1.0000,16805.3013,42.1500,40.5090,-0.9172,0.0000,0,649.7191,40.0989,541.8166,-95.6169,2.7283,36.8644,-6.5056,-1.9838,0.0000,0.0000,0.0000,4.7121,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.5989,-4.5989,37.6459,-42.2448,-0.9532,-41.2916,44.7788,1.3233,7.7765,-95.1703,1210.5229,1210.5229,1210.5229 -1165.5000,1.0000,16815.9270,38.2425,35.9960,-1.2536,0.0000,5,694.6731,-90.7952,506.7543,-90.7952,-6.6050,36.8644,-6.6050,4.0388,-15.1708,0.0000,-15.1708,4.5271,-18.3193,0.4114,0.0000,-18.7307,0.0000,-18.7307,4.1726,-22.9033,44.0798,-66.9831,-1.1820,-65.8012,43.9591,1.2007,7.0544,-118.0153,0.0000,0.0000,0.0000 -1166.5000,1.0000,16825.2997,33.7315,31.4870,-1.2525,0.0000,5,739.8942,-85.9448,475.7824,-85.9448,-6.6591,36.8644,-6.6591,-2.2470,-8.6265,0.0000,-8.6265,4.2143,-8.6265,0.3175,0.0000,-8.9440,0.0000,-8.9440,3.6804,-12.6244,42.5286,-55.1530,-1.0416,-54.1114,42.6110,1.0590,6.2208,-104.0022,0.0000,0.0000,0.0000 -1167.5000,1.0000,16833.3552,28.9900,26.5130,-1.3817,0.0000,0,645.2211,30.0807,545.5938,-96.0994,2.0325,36.8644,-6.4932,-1.7918,0.0000,0.0000,0.0000,3.8243,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1630,-3.1630,47.4770,-50.6400,-0.9875,-49.6525,42.6945,0.9102,5.3438,-98.6009,1107.0035,1107.0035,1107.0035 -1168.5000,1.0000,16839.9783,23.8330,21.1730,-1.4833,0.0000,4,643.5128,-96.2826,547.0422,-96.2826,-6.4883,36.8644,-6.4883,1.7196,-11.4374,0.0000,-11.4374,3.2295,-13.7514,0.5596,0.0000,-14.3109,0.0000,-14.3109,2.6004,-16.9113,24.8321,-41.7434,-0.8716,-40.8718,41.0153,0.7483,4.3902,-87.0255,0.0000,0.0000,0.0000 -1169.5000,1.0000,16845.0466,18.2360,15.3190,-1.6261,0.0000,0,643.5128,19.6807,547.0422,-96.2826,1.3263,36.8644,-6.4883,-1.7196,0.0000,0.0000,0.0000,3.0458,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.9897,-1.9897,31.5184,-33.5081,-0.7311,-32.7770,36.2919,0.5725,3.3563,-72.9977,1002.2642,1002.2642,1002.2642 -1170.5000,1.0000,16848.7336,13.2630,11.2270,-1.1367,0.0000,2,768.2195,103.8548,506.0611,-82.9067,8.3549,40.7115,-6.6697,7.9361,-2.6516,0.0000,-2.6516,3.0704,-3.8218,0.6959,0.0000,-4.5177,0.0000,-4.5177,1.4471,-5.9648,0.0000,-5.9648,-0.3717,-5.5931,28.6621,0.4164,2.4395,-37.1111,2296.3223,2296.3223,2296.3223 -1171.5000,1.0000,16851.3826,9.5265,7.8460,-0.9392,0.0000,2,795.3095,-35.6172,442.6310,-80.0010,-2.9664,36.8644,-6.6629,-6.8929,0.8909,0.0000,0.8909,3.0356,0.8909,0.4121,0.0000,0.4788,0.0000,0.4788,1.0394,-0.5606,0.0000,-0.5606,-0.2206,-0.3400,19.6324,0.2991,1.7529,-22.0245,331.0904,331.0904,331.0904 -1172.5000,1.0000,16853.1850,6.4787,5.1314,-0.7540,0.0000,0,627.0900,31.1807,561.3686,-98.0441,2.0476,36.8644,-6.4384,-1.0432,0.0000,0.0000,0.0000,3.0908,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.7069,-0.7069,0.0000,-0.7069,-0.1204,-0.5864,10.0421,0.2034,1.1940,-12.0259,1101.2353,1101.2353,1101.2353 -1173.5000,1.0000,16854.4251,4.4542,3.7970,-0.3707,0.0000,1,622.2222,72.1113,565.7603,-98.5662,4.6987,36.8644,-6.4225,0.8491,0.8352,-0.0639,0.8991,3.0143,1.0175,0.3170,0.0000,0.7005,0.0000,0.7005,0.4860,0.2145,0.0000,0.2145,-0.0407,0.2552,3.3575,0.1398,0.8222,-4.0644,1502.7882,1502.7882,1502.7882 -1174.5000,1.0000,16855.2802,3.0685,2.3600,-0.3992,0.0000,1,644.4444,31.0965,546.2513,-96.1827,2.0986,36.8644,-6.4910,0.0000,-0.8805,0.2692,-1.1497,2.9791,-1.1497,0.2179,0.0000,-1.3676,0.0000,-1.3676,0.3348,-1.7024,0.0000,-1.7024,-0.0302,-1.6722,0.6800,0.0963,0.5667,-3.0152,1116.3666,1116.3666,1116.3666 -1175.5000,1.0000,16855.7017,1.5075,0.6750,-0.4681,0.0000,1,644.4444,36.7686,546.2513,-96.1827,2.4814,36.8644,-6.4910,0.0000,-0.5124,0.6492,-1.1617,2.9938,-1.1617,0.1025,0.0000,-1.2641,0.0000,-1.2641,0.1645,-1.4286,0.0000,-1.4286,-0.0174,-1.4112,0.0000,0.0473,0.2784,-1.7369,1172.6334,1172.6334,1172.6334 -1176.5000,1.0000,16855.7995,0.3420,0.0290,-0.1794,0.0000,1,644.4444,43.8828,546.2513,-96.1827,2.9615,36.8644,-6.4910,0.0000,-0.0012,0.0211,-0.0223,2.9627,-0.0223,0.0191,0.0000,-0.0414,0.0000,-0.0414,0.0373,-0.0787,0.0000,-0.0787,-0.0015,-0.0772,0.0000,0.0107,0.0632,-0.1511,1243.2060,1243.2060,1243.2060 -1177.5000,1.0000,16855.8051,0.0095,0.0110,-0.0050,0.0000,1,644.4444,44.1211,546.2513,-96.1827,2.9776,36.8644,-6.4910,0.0000,0.0000,-0.0034,0.0034,2.9776,0.0034,0.0005,0.0000,0.0030,0.0000,0.0030,0.0010,0.0019,0.0000,0.0019,0.0000,0.0019,0.0000,0.0003,0.0018,-0.0001,1245.5707,1245.5707,1245.5707 -1178.5000,1.0000,16855.8084,0.0000,0.0130,0.0006,0.0000,1,644.4444,44.1701,546.2513,-96.1827,2.9809,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9809,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1246.0560,1246.0560,1246.0560 -1179.5000,1.0000,16855.8120,0.0000,0.0130,0.0000,0.0000,0,644.4444,45.0404,546.2513,-96.1827,3.0396,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.6897,1254.6897,1254.6897 -1180.5000,1.0000,16855.8156,0.0000,0.0130,0.0000,0.0000,0,622.2222,31.3632,565.7603,-98.5662,2.0436,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1098.5676,1098.5676,1098.5676 -1181.5000,1.0000,16855.8192,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8359,586.7144,-100.9497,2.8800,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8800,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.6923,1221.6923,1221.6923 -1182.5000,1.0000,16855.8228,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6858,586.7144,-100.9497,2.8705,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8705,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.2028,1220.2028,1220.2028 -1183.5000,1.0000,16855.8265,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6177,586.7144,-100.9497,2.8662,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8662,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.5278,1219.5278,1219.5278 -1184.5000,1.0000,16855.8301,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.5574,586.7144,-100.9497,2.8625,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8625,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.9292,1218.9292,1218.9292 -1185.5000,1.0000,16855.8337,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.9997,586.7144,-100.9497,2.8902,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8902,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.3166,1223.3166,1223.3166 -1186.5000,1.0000,16855.8373,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0213,586.7144,-100.9497,2.8916,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8916,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.5312,1223.5312,1223.5312 -1187.5000,1.0000,16855.8409,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6322,586.7144,-100.9497,2.8672,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8672,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.6717,1219.6717,1219.6717 -1188.5000,1.0000,16855.8445,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8742,586.7144,-100.9497,2.8824,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.0723,1222.0723,1222.0723 -1189.5000,1.0000,16855.8481,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.3978,586.7144,-100.9497,3.9834,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9834,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1395.9066,1395.9066,1395.9066 -1190.5000,1.0000,16855.8517,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.8729,586.7144,-100.9497,4.0133,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0133,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1400.6196,1400.6196,1400.6196 -1191.5000,1.0000,16855.8553,0.0000,0.0130,0.0000,0.0000,0,600.0000,62.5518,586.7144,-100.9497,3.9302,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9302,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1387.5138,1387.5138,1387.5138 -1192.5000,1.0000,16855.8590,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.2742,586.7144,-100.9497,3.9756,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.6797,1394.6797,1394.6797 -1193.5000,1.0000,16855.8626,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.1789,586.7144,-100.9497,3.9696,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9696,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1393.7346,1393.7346,1393.7346 -1194.5000,1.0000,16855.8662,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.0385,586.7144,-100.9497,3.9608,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9608,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1392.3415,1392.3415,1392.3415 -1195.5000,1.0000,16855.8698,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.5265,586.7144,-100.9497,3.9915,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9915,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1397.1826,1397.1826,1397.1826 -1196.5000,1.0000,16855.8734,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.5029,586.7144,-100.9497,3.9900,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9900,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1396.9486,1396.9486,1396.9486 -1197.5000,1.0000,16855.8770,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.1287,586.7144,-100.9497,3.9665,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9665,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1393.2367,1393.2367,1393.2367 -1198.5000,1.0000,16855.8806,0.0000,0.0130,0.0000,0.0000,0,600.0000,62.5060,586.7144,-100.9497,3.9274,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9274,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1387.0597,1387.0597,1387.0597 -1199.5000,1.0000,16855.8842,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.2066,586.7144,-100.9497,3.9714,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9714,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.0096,1394.0096,1394.0096 -1200.5000,1.0000,16855.8878,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.9904,586.7144,-100.9497,4.0206,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0206,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1401.7852,1401.7852,1401.7852 -1201.5000,1.0000,16855.8915,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.5961,586.7144,-100.9497,3.9959,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9959,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1397.8736,1397.8736,1397.8736 -1202.5000,1.0000,16855.8951,0.0000,0.0130,0.0000,0.0000,0,600.0000,64.1452,586.7144,-100.9497,4.0304,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0304,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1403.3202,1403.3202,1403.3202 -1203.5000,1.0000,16855.8987,0.0000,0.0130,0.0000,0.0000,0,600.0000,64.1787,586.7144,-100.9497,4.0325,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0325,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1403.6524,1403.6524,1403.6524 -1204.5000,1.0000,16855.9023,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.2319,586.7144,-100.9497,3.9730,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9730,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.2609,1394.2609,1394.2609 -1205.5000,1.0000,16855.9059,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.4663,586.7144,-100.9497,3.9877,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1396.5856,1396.5856,1396.5856 -1206.5000,1.0000,16855.9095,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.9933,586.7144,-100.9497,4.0208,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0208,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1401.8138,1401.8138,1401.8138 -1207.5000,1.0000,16855.9131,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.3775,586.7144,-100.9497,3.9821,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9821,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1395.7045,1395.7045,1395.7045 -1208.5000,1.0000,16855.9167,0.0000,0.0130,0.0000,0.0000,0,600.0000,64.0662,586.7144,-100.9497,4.0254,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0254,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1402.5372,1402.5372,1402.5372 -1209.5000,1.0000,16855.9203,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.4022,586.7144,-100.9497,2.8527,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8527,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.3894,1217.3894,1217.3894 -1210.5000,1.0000,16855.9240,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6491,586.7144,-100.9497,2.8682,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.8392,1219.8392,1219.8392 -1211.5000,1.0000,16855.9276,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.2370,586.7144,-100.9497,2.8423,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8423,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.7507,1215.7507,1215.7507 -1212.5000,1.0000,16855.9312,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0714,586.7144,-100.9497,2.8948,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8948,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.0287,1224.0287,1224.0287 -1213.5000,1.0000,16855.9348,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.9272,586.7144,-100.9497,2.8857,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.5974,1222.5974,1222.5974 -1214.5000,1.0000,16855.9384,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.3608,586.7144,-100.9497,2.9129,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9129,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.8996,1226.8996,1226.8996 -1215.5000,1.0000,16855.9420,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.9273,586.7144,-100.9497,2.8857,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.5993,1222.5993,1222.5993 -1216.5000,1.0000,16855.9456,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.3997,586.7144,-100.9497,2.8525,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8525,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.3646,1217.3646,1217.3646 -1217.5000,1.0000,16855.9492,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.3518,586.7144,-100.9497,2.8495,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8495,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1216.8897,1216.8897,1216.8897 -1218.5000,1.0000,16855.9528,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.2147,586.7144,-100.9497,2.8409,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8409,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.5297,1215.5297,1215.5297 -1219.5000,1.0000,16855.9565,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.5540,586.7144,-100.9497,2.8622,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8622,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.8952,1218.8952,1218.8952 -1220.5000,1.0000,16855.9601,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8144,586.7144,-100.9497,2.8786,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.4793,1221.4793,1221.4793 -1221.5000,1.0000,16855.9637,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6599,586.7144,-100.9497,2.8689,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8689,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.9461,1219.9461,1219.9461 -1222.5000,1.0000,16855.9673,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8166,586.7144,-100.9497,2.8787,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8787,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.5011,1221.5011,1221.5011 -1223.5000,1.0000,16855.9709,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.4386,586.7144,-100.9497,2.8550,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8550,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.7506,1217.7506,1217.7506 -1224.5000,1.0000,16855.9745,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.1047,586.7144,-100.9497,2.8340,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8340,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1214.4390,1214.4390,1214.4390 -1225.5000,1.0000,16855.9781,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.2324,586.7144,-100.9497,2.8420,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.7051,1215.7051,1215.7051 -1226.5000,1.0000,16855.9817,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6276,586.7144,-100.9497,2.8669,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8669,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.6258,1219.6258,1219.6258 -1227.5000,1.0000,16855.9853,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8518,586.7144,-100.9497,2.8810,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8810,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.8503,1221.8503,1221.8503 -1228.5000,1.0000,16855.9890,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.3876,586.7144,-100.9497,2.8518,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8518,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.2452,1217.2452,1217.2452 -1229.5000,1.0000,16855.9926,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.0937,586.7144,-100.9497,2.8333,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8333,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1214.3292,1214.3292,1214.3292 -1230.5000,1.0000,16855.9962,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.9253,586.7144,-100.9497,2.8856,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8856,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.5785,1222.5785,1222.5785 -1231.5000,1.0000,16855.9998,0.0000,0.0130,0.0000,0.0000,0,600.0000,44.8533,586.7144,-100.9497,2.8182,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8182,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1211.9451,1211.9451,1211.9451 -1232.5000,1.0000,16856.0034,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.7662,586.7144,-100.9497,2.8756,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.0006,1221.0006,1221.0006 -1233.5000,1.0000,16856.0070,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.5443,586.7144,-100.9497,2.8616,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8616,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.7993,1218.7993,1218.7993 -1234.5000,1.0000,16856.0106,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.5974,586.7144,-100.9497,2.8650,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.3265,1219.3265,1219.3265 -1235.5000,1.0000,16856.0142,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.1204,586.7144,-100.9497,2.8350,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8350,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1214.5947,1214.5947,1214.5947 -1236.5000,1.0000,16856.0178,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.0254,586.7144,-100.9497,2.8290,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8290,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1213.6520,1213.6520,1213.6520 -1237.5000,1.0000,16856.0215,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.3739,586.7144,-100.9497,2.8509,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8509,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.1091,1217.1091,1217.1091 -1238.5000,1.0000,16856.0251,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.2911,586.7144,-100.9497,2.9086,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9086,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.2078,1226.2078,1226.2078 -1239.5000,1.0000,16856.0287,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.2663,586.7144,-100.9497,2.9070,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9070,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.9621,1225.9621,1225.9621 -1240.5000,1.0000,16856.0328,0.0020,0.0170,0.0011,0.0000,1,600.0000,45.6934,586.7144,-100.9497,2.8710,36.8644,-6.3429,0.0000,0.0000,-0.0008,0.0008,2.8710,0.0008,0.0001,0.0000,0.0007,0.0000,0.0007,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0001,0.0004,0.0000,1220.2784,1220.2784,1220.2784 -1241.5000,1.0000,16856.0370,0.0020,0.0130,-0.0011,0.0000,0,622.2222,56.8856,565.7603,-98.5662,3.7066,36.8644,-6.4225,0.8491,0.0000,-0.0007,0.0007,2.8575,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0001,0.0004,0.0000,1351.7501,1351.7501,1351.7501 -1242.5000,1.0000,16856.0406,0.0000,0.0130,0.0000,0.0000,0,622.2222,31.0859,565.7603,-98.5662,2.0255,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,2.8747,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1095.8170,1095.8170,1095.8170 -1243.5000,1.0000,16856.0442,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0880,586.7144,-100.9497,2.8958,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8958,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.1933,1224.1933,1224.1933 -1244.5000,1.0000,16856.0478,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0363,586.7144,-100.9497,2.8925,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.6805,1223.6805,1223.6805 -1245.5000,1.0000,16856.0515,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0735,586.7144,-100.9497,2.8949,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8949,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.0494,1224.0494,1224.0494 -1246.5000,1.0000,16856.0551,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.5672,586.7144,-100.9497,2.8631,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8631,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.0270,1219.0270,1219.0270 -1247.5000,1.0000,16856.0587,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8744,586.7144,-100.9497,2.8824,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.0740,1222.0740,1222.0740 -1248.5000,1.0000,16856.0623,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6986,586.7144,-100.9497,2.8713,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8713,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.3303,1220.3303,1220.3303 -1249.5000,1.0000,16856.0659,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6117,586.7144,-100.9497,2.8659,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8659,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.4677,1219.4677,1219.4677 -1250.5000,1.0000,16856.0695,0.0000,0.0130,0.0000,0.0000,0,600.0000,44.2545,586.7144,-100.9497,2.7806,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.7806,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1206.0051,1206.0051,1206.0051 -1251.5000,1.0000,16856.0731,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.7924,586.7144,-100.9497,2.8772,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8772,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.2603,1221.2603,1221.2603 -1252.5000,1.0000,16856.0767,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.4327,586.7144,-100.9497,2.9175,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9175,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.6127,1227.6127,1227.6127 -1253.5000,1.0000,16856.0803,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.2484,586.7144,-100.9497,2.9059,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9059,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.7838,1225.7838,1225.7838 -1254.5000,1.0000,16856.0840,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0387,586.7144,-100.9497,2.8927,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.7035,1223.7035,1223.7035 -1255.5000,1.0000,16856.0876,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.9584,586.7144,-100.9497,2.8877,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.9078,1222.9078,1222.9078 -1256.5000,1.0000,16856.0912,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8146,586.7144,-100.9497,2.8786,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.4806,1221.4806,1221.4806 -1257.5000,1.0000,16856.0948,0.0000,0.0130,0.0000,0.0000,0,600.0000,47.0048,586.7144,-100.9497,2.9534,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9534,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.2877,1233.2877,1233.2877 -1258.5000,1.0000,16856.0984,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.1098,586.7144,-100.9497,2.8972,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8972,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.4089,1224.4089,1224.4089 -1259.5000,1.0000,16856.1020,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.4923,586.7144,-100.9497,2.9212,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9212,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.2037,1228.2037,1228.2037 -1260.5000,1.0000,16856.1056,0.0000,0.0130,0.0000,0.0000,0,600.0000,49.5925,586.7144,-100.9497,3.1160,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1160,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1258.9575,1258.9575,1258.9575 -1261.5000,1.0000,16856.1092,0.0000,0.0130,0.0000,0.0000,0,600.0000,49.0896,586.7144,-100.9497,3.0844,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0844,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1253.9686,1253.9686,1253.9686 -1262.5000,1.0000,16856.1137,0.0030,0.0190,0.0017,0.0000,1,600.0000,48.3349,586.7144,-100.9497,3.0370,36.8644,-6.3429,0.0000,0.0000,-0.0011,0.0011,3.0370,0.0011,0.0001,0.0000,0.0010,0.0000,0.0010,0.0003,0.0007,0.0000,0.0007,0.0000,0.0007,0.0000,0.0001,0.0006,0.0000,1246.4821,1246.4821,1246.4821 -1263.5000,1.0000,16856.1184,0.0030,0.0150,-0.0011,0.0000,1,622.2222,59.7253,565.7603,-98.5662,3.8916,36.8644,-6.4225,0.8491,0.0000,-0.0011,0.0011,3.0425,0.0011,0.0001,0.0000,0.0010,0.0000,0.0010,0.0003,0.0006,0.0000,0.0006,0.0000,0.0006,0.0000,0.0001,0.0006,0.0000,1379.9192,1379.9192,1379.9192 -1264.5000,1.0000,16856.1226,0.0000,0.0150,0.0000,0.0000,0,644.4444,45.5453,546.2513,-96.1827,3.0737,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0737,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1259.6983,1259.6983,1259.6983 -1265.5000,1.0000,16856.1267,0.0000,0.0150,0.0000,0.0000,0,622.2222,34.5153,565.7603,-98.5662,2.2490,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.0981,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1129.8362,1129.8362,1129.8362 -1266.5000,1.0000,16856.1309,0.0000,0.0150,0.0000,0.0000,0,600.0000,49.3863,586.7144,-100.9497,3.1030,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1030,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.9125,1256.9125,1256.9125 -1267.5000,1.0000,16856.1351,0.0000,0.0150,0.0000,0.0000,0,600.0000,49.1694,586.7144,-100.9497,3.0894,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0894,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.7603,1254.7603,1254.7603 -1268.5000,1.0000,16856.1395,0.0000,0.0170,0.0006,0.0000,1,600.0000,48.6955,586.7144,-100.9497,3.0596,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0596,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1250.0590,1250.0590,1250.0590 -1269.5000,1.0000,16856.1442,0.0000,0.0170,0.0000,0.0000,0,622.2222,59.5144,565.7603,-98.5662,3.8779,36.8644,-6.4225,0.8491,0.0000,0.0000,0.0000,3.0288,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1377.8268,1377.8268,1377.8268 -1270.5000,1.0000,16856.1490,0.0000,0.0170,0.0000,0.0000,0,622.2222,34.2728,565.7603,-98.5662,2.2332,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.0823,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1127.4302,1127.4302,1127.4302 -1271.5000,1.0000,16856.1540,0.0000,0.0190,0.0006,0.0000,1,600.0000,49.5517,586.7144,-100.9497,3.1134,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1134,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1258.5533,1258.5533,1258.5533 -1272.5000,1.0000,16856.1592,0.0000,0.0190,0.0000,0.0000,0,622.2222,59.9189,565.7603,-98.5662,3.9043,36.8644,-6.4225,0.8491,0.0000,0.0000,0.0000,3.0551,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1381.8401,1381.8401,1381.8401 -1273.5000,1.0000,16856.1645,0.0000,0.0190,0.0000,0.0000,0,622.2222,33.0785,565.7603,-98.5662,2.1554,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.0045,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1115.5835,1115.5835,1115.5835 -1274.5000,1.0000,16856.1698,0.0000,0.0190,0.0000,0.0000,0,600.0000,50.0381,586.7144,-100.9497,3.1440,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1440,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.3777,1263.3777,1263.3777 -1275.5000,1.0000,16856.1751,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.5796,586.7144,-100.9497,3.1152,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1152,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1258.8301,1258.8301,1258.8301 -1276.5000,1.0000,16856.1803,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.3504,586.7144,-100.9497,3.0379,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0379,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1246.6357,1246.6357,1246.6357 -1277.5000,1.0000,16856.1856,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.6210,586.7144,-100.9497,3.0549,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0549,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.3205,1249.3205,1249.3205 -1278.5000,1.0000,16856.1909,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.4870,586.7144,-100.9497,3.0465,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0465,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1247.9910,1247.9910,1247.9910 -1279.5000,1.0000,16856.1962,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.2457,586.7144,-100.9497,3.0942,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0942,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1255.5171,1255.5171,1255.5171 -1280.5000,1.0000,16856.2015,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.3994,586.7144,-100.9497,3.1039,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1039,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1257.0424,1257.0424,1257.0424 -1281.5000,1.0000,16856.2067,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.9664,586.7144,-100.9497,3.1395,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1395,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1262.6669,1262.6669,1262.6669 -1282.5000,1.0000,16856.2120,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.4622,586.7144,-100.9497,3.0450,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0450,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1247.7455,1247.7455,1247.7455 -1283.5000,1.0000,16856.2173,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.9716,586.7144,-100.9497,3.0770,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0770,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1252.7986,1252.7986,1252.7986 -1284.5000,1.0000,16856.2226,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.3776,586.7144,-100.9497,3.1025,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1025,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.8253,1256.8253,1256.8253 -1285.5000,1.0000,16856.2278,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.1617,586.7144,-100.9497,3.0889,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0889,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.6839,1254.6839,1254.6839 -1286.5000,1.0000,16856.2331,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.2280,586.7144,-100.9497,3.0303,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0303,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1245.4216,1245.4216,1245.4216 -1287.5000,1.0000,16856.2384,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.3542,586.7144,-100.9497,3.0382,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0382,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1246.6732,1246.6732,1246.6732 -1288.5000,1.0000,16856.2437,0.0000,0.0190,0.0000,0.0000,0,600.0000,67.5159,586.7144,-100.9497,4.2421,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2421,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1436.7576,1436.7576,1436.7576 -1289.5000,1.0000,16856.2490,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.3829,586.7144,-100.9497,4.1710,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1425.5182,1425.5182,1425.5182 -1290.5000,1.0000,16856.2542,0.0000,0.0190,0.0000,0.0000,0,600.0000,67.4009,586.7144,-100.9497,4.2349,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2349,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1435.6172,1435.6172,1435.6172 -1291.5000,1.0000,16856.2595,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.3396,586.7144,-100.9497,4.1682,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1425.0883,1425.0883,1425.0883 -1292.5000,1.0000,16856.2648,0.0000,0.0190,0.0000,0.0000,0,600.0000,65.5160,586.7144,-100.9497,4.1165,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1165,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1416.9186,1416.9186,1416.9186 -1293.5000,1.0000,16856.2701,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.1499,586.7144,-100.9497,4.1563,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1563,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1423.2074,1423.2074,1423.2074 -1294.5000,1.0000,16856.2753,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.4929,586.7144,-100.9497,4.1779,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1779,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1426.6091,1426.6091,1426.6091 -1295.5000,1.0000,16856.2806,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.5825,586.7144,-100.9497,4.1835,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1835,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1427.4987,1427.4987,1427.4987 -1296.5000,1.0000,16856.2859,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.7247,586.7144,-100.9497,4.1924,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1924,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1428.9092,1428.9092,1428.9092 -1297.5000,1.0000,16856.2912,0.0000,0.0190,0.0000,0.0000,0,600.0000,67.1029,586.7144,-100.9497,4.2162,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2162,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1432.6609,1432.6609,1432.6609 -1298.5000,1.0000,16856.2965,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.2858,586.7144,-100.9497,4.1649,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1649,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1424.5548,1424.5548,1424.5548 -1299.5000,1.0000,16856.3017,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.8757,586.7144,-100.9497,4.2019,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1430.4070,1430.4070,1430.4070 +time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h],FC-AAUX [g/h],FC-Final [g/h] +1.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,622.2222,71.3835,565.7603,-98.5662,4.6513,36.8644,-6.4225,0.8491,0.0000,0.0000,0.0000,3.8021,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1495.5684,1495.5684,1495.5684,1495.5684,1495.5684 +2.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.6298,546.2513,-96.1827,3.8892,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8892,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1379.5765,1379.5765,1379.5765,1379.5765,1379.5765 +3.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.1136,546.2513,-96.1827,3.8544,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8544,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.4561,1374.4561,1374.4561,1374.4561,1374.4561 +4.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.0114,546.2513,-96.1827,3.8475,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8475,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1373.4421,1373.4421,1373.4421,1373.4421,1373.4421 +5.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.5464,546.2513,-96.1827,3.8836,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8836,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1378.7492,1378.7492,1378.7492,1378.7492,1378.7492 +6.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.1493,546.2513,-96.1827,3.8568,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.8097,1374.8097,1374.8097,1374.8097,1374.8097 +7.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.6875,546.2513,-96.1827,3.8931,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8931,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1380.1490,1380.1490,1380.1490,1380.1490,1380.1490 +8.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.9654,546.2513,-96.1827,3.8444,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8444,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1372.9861,1372.9861,1372.9861,1372.9861,1372.9861 +9.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.7317,546.2513,-96.1827,3.8286,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8286,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1370.6674,1370.6674,1370.6674,1370.6674,1370.6674 +10.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.1495,546.2513,-96.1827,3.8568,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.8116,1374.8116,1374.8116,1374.8116,1374.8116 +11.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.4795,546.2513,-96.1827,3.7441,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7441,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1358.2455,1358.2455,1358.2455,1358.2455,1358.2455 +12.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.3154,546.2513,-96.1827,3.8680,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8680,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1376.4579,1376.4579,1376.4579,1376.4579,1376.4579 +13.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.7661,546.2513,-96.1827,3.7634,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7634,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1361.0883,1361.0883,1361.0883,1361.0883,1361.0883 +14.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.0513,546.2513,-96.1827,3.8502,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8502,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1373.8377,1373.8377,1373.8377,1373.8377,1373.8377 +15.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.9019,546.2513,-96.1827,3.8401,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8401,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1372.3561,1372.3561,1372.3561,1372.3561,1372.3561 +16.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.6648,546.2513,-96.1827,3.7566,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7566,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1360.0842,1360.0842,1360.0842,1360.0842,1360.0842 +17.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.5688,546.2513,-96.1827,3.8176,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8176,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1369.0514,1369.0514,1369.0514,1369.0514,1369.0514 +18.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.8522,546.2513,-96.1827,3.8367,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8367,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1371.8625,1371.8625,1371.8625,1371.8625,1371.8625 +19.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.6024,546.2513,-96.1827,3.8199,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8199,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1369.3843,1369.3843,1369.3843,1369.3843,1369.3843 +20.5000,1.0000,0.0458,0.1650,0.0000,0.0917,0.0000,1,644.4444,59.6454,546.2513,-96.1827,4.0252,36.8644,-6.4910,0.0000,0.1984,0.0992,0.0992,3.8268,0.0992,0.0080,0.0000,0.0913,0.0000,0.0913,0.0180,0.0733,0.0000,0.0733,0.0004,0.0729,0.0000,0.0052,0.0305,0.0372,1399.5708,1399.5708,1399.5708,1399.5708,1399.5708 +21.5000,1.0000,0.4165,1.3345,0.3300,0.5581,0.0000,1,644.4444,133.4330,546.2513,-96.1827,9.0049,36.8644,-6.4910,0.0000,4.1952,1.8016,2.3935,4.8097,2.3935,0.0965,0.0000,2.2970,0.0000,2.2970,0.1571,2.1400,0.0000,2.1400,0.0184,2.1216,0.0000,0.0419,0.2464,1.8333,2267.5722,2267.5722,2267.5722,2267.5722,2267.5722 +22.5000,1.0000,1.0732,2.3640,2.3390,0.0139,0.0000,1,644.4444,87.2687,546.2513,-96.1827,5.8894,36.8644,-6.4910,0.0000,1.0025,0.0105,0.9920,4.8870,0.9920,0.1416,0.0000,0.8504,0.0000,0.8504,0.2579,0.5924,0.0000,0.5924,0.0008,0.5916,0.0000,0.0742,0.4366,0.0808,1711.8434,1711.8434,1711.8434,1711.8434,1711.8434 +23.5000,1.0000,1.9456,3.1405,2.3890,0.4175,0.0000,1,644.4444,153.1986,546.2513,-96.1827,10.3388,36.8644,-6.4910,0.0000,5.6036,1.0820,4.5216,4.7351,4.5216,0.2302,0.0000,4.2915,0.0000,4.2915,0.3529,3.9385,0.0000,3.9385,0.0323,3.9062,0.0000,0.0986,0.5800,3.2276,2491.1201,2491.1201,2491.1201,2491.1201,2491.1201 +24.5000,1.0000,3.2883,4.8340,3.8920,0.5233,0.0000,1,746.3987,234.6592,471.6362,-85.2471,18.3416,36.8644,-6.6631,4.6733,8.7413,0.4263,8.3150,4.9270,8.3150,0.4180,0.0000,7.8970,0.0000,7.8970,0.5626,7.3344,0.0000,7.3344,0.0624,7.2720,0.0000,0.1518,0.8927,6.2275,3927.2104,3927.2104,3927.2104,3927.2104,3927.2104 +25.5000,1.0000,4.8979,5.7945,5.7760,0.0103,0.0000,1,851.0702,86.3866,477.2563,-75.8461,7.6991,42.5349,-6.7597,0.1420,2.4680,0.0000,2.4680,5.0891,2.4680,0.4357,0.0000,2.0323,0.0000,2.0323,0.6322,1.4001,0.0000,1.4001,0.0015,1.3986,0.0000,0.1819,1.0701,0.1466,2233.4413,2233.4413,2233.4413,2233.4413,2233.4413 +26.5000,1.0000,6.4654,5.6430,5.8130,-0.0944,0.0000,1,828.8186,55.1875,424.7354,-77.4372,4.7899,36.8644,-6.7211,-1.2709,0.9449,0.0000,0.9449,5.1159,0.9449,0.4350,0.0000,0.5099,0.0000,0.5099,0.6157,-0.1058,0.0000,-0.1058,-0.0131,-0.0927,0.0000,0.1772,1.0421,-1.3119,1728.7907,1728.7907,1728.7907,1728.7907,1728.7907 +27.5000,1.0000,7.9300,5.2725,5.4730,-0.1114,0.0000,1,774.4012,52.5355,454.5817,-82.2436,4.2604,36.8644,-6.6696,-1.4005,0.6543,0.0000,0.6543,5.0065,0.6543,0.4000,0.0000,0.2543,0.0000,0.2543,0.5753,-0.3210,0.0000,-0.3210,-0.0145,-0.3065,0.0000,0.1655,0.9737,-1.4457,1608.7384,1608.7384,1608.7384,1608.7384,1608.7384 +28.5000,1.0000,9.2769,4.8490,5.0720,-0.1239,0.0000,1,712.1994,52.7308,494.2838,-88.9153,3.9327,36.8644,-6.6314,-1.4325,0.4434,0.0000,0.4434,4.9218,0.4434,0.3603,0.0000,0.0832,0.0000,0.0832,0.5291,-0.4459,0.0000,-0.4459,-0.0148,-0.4311,0.0000,0.1522,0.8955,-1.4788,1428.9003,1428.9003,1428.9003,1428.9003,1428.9003 +29.5000,1.0000,10.5646,4.6355,4.6260,0.0053,0.0000,1,680.8415,97.1281,517.0493,-92.2787,6.9250,36.8644,-6.5792,0.0583,1.8935,0.0000,1.8935,4.9732,1.8935,0.3253,0.0000,1.5682,0.0000,1.5682,0.5058,1.0624,0.0000,1.0624,0.0006,1.0618,0.0000,0.1455,0.8561,0.0602,1956.2066,1956.2066,1956.2066,1956.2066,1956.2066 +30.5000,1.0000,11.8244,4.5355,4.6450,-0.0608,0.0000,1,666.1540,77.3966,528.4494,-93.8541,5.3991,36.8644,-6.5472,-0.6579,1.1125,0.0000,1.1125,4.9446,1.1125,0.3236,0.0000,0.7888,0.0000,0.7888,0.4949,0.2940,0.0000,0.2940,-0.0068,0.3008,0.0000,0.1424,0.8376,-0.6792,1637.8451,1637.8451,1637.8451,1637.8451,1637.8451 +31.5000,1.0000,13.1656,4.8280,4.4260,0.2233,0.0000,1,709.1150,162.1950,496.4337,-89.2461,12.0443,36.8644,-6.6273,2.5712,4.5940,0.0000,4.5940,4.8791,4.5940,0.3432,0.0000,4.2508,0.0000,4.2508,0.5268,3.7241,0.0000,3.7241,0.0266,3.6975,0.0000,0.1516,0.8916,2.6543,2812.1620,2812.1620,2812.1620,2812.1620,2812.1620 +32.5000,1.0000,14.7229,5.6065,5.2300,0.2092,0.0000,1,823.4576,148.5912,428.5940,-77.8205,12.8134,36.9586,-6.7106,2.7964,5.1532,0.0000,5.1532,4.8637,5.1532,0.4144,0.0000,4.7388,0.0000,4.7388,0.6117,4.1271,0.0000,4.1271,0.0289,4.0982,0.0000,0.1760,1.0354,2.8868,3049.8184,3049.8184,3049.8184,3049.8184,3049.8184 +33.5000,1.0000,16.3857,5.9860,5.9830,0.0017,0.0000,1,879.1969,81.2548,455.0522,-73.8349,7.4811,41.8963,-6.7979,0.0238,2.4277,0.0000,2.4277,5.0296,2.4277,0.4564,0.0000,1.9713,0.0000,1.9713,0.6531,1.3182,0.0000,1.3182,0.0002,1.3180,0.0000,0.1879,1.1055,0.0246,2217.0139,2217.0139,2217.0139,2217.0139,2217.0139 +34.5000,1.0000,18.0233,5.8955,5.9890,-0.0519,0.0000,1,865.9047,64.8701,418.2328,-74.7853,5.8822,37.9242,-6.7813,-0.7303,1.6106,0.0000,1.6106,5.0019,1.6106,0.4549,0.0000,1.1557,0.0000,1.1557,0.6432,0.5124,0.0000,0.5124,-0.0076,0.5200,0.0000,0.1851,1.0888,-0.7539,1874.0612,1874.0612,1874.0612,1874.0612,1874.0612 +35.5000,1.0000,19.6322,5.7920,5.8020,-0.0056,0.0000,1,850.7031,79.5657,413.8091,-75.8723,7.0881,36.8644,-6.7591,-0.0767,2.2411,0.0000,2.2411,4.9238,2.2411,0.4377,0.0000,1.8034,0.0000,1.8034,0.6320,1.1715,0.0000,1.1715,-0.0008,1.1723,0.0000,0.1818,1.0696,-0.0792,2100.9961,2100.9961,2100.9961,2100.9961,2100.9961 +36.5000,1.0000,21.2472,5.8140,5.7820,0.0178,0.0000,1,853.9343,86.6373,412.2432,-75.6413,7.7474,36.8644,-6.7641,0.2465,2.5841,0.0000,2.5841,4.9168,2.5841,0.4366,0.0000,2.1476,0.0000,2.1476,0.6344,1.5132,0.0000,1.5132,0.0025,1.5107,0.0000,0.1825,1.0737,0.2544,2246.6620,2246.6620,2246.6620,2246.6620,2246.6620 +37.5000,1.0000,22.9228,6.0320,5.8460,0.1033,0.0000,1,885.9532,111.5588,428.8397,-73.3517,10.3501,39.7864,-6.8053,1.4863,3.9573,0.0000,3.9573,4.9065,3.9573,0.4460,0.0000,3.5112,0.0000,3.5112,0.6581,2.8531,0.0000,2.8531,0.0154,2.8377,0.0000,0.1894,1.1140,1.5344,2748.9158,2748.9158,2748.9158,2748.9158,2748.9158 +38.5000,1.0000,24.7068,6.4225,6.2180,0.1136,0.0000,1,943.3081,113.6222,465.5141,-69.8699,11.2239,45.9849,-6.9020,1.7400,4.3870,0.0000,4.3870,5.0969,4.3870,0.4844,0.0000,3.9026,0.0000,3.9026,0.7007,3.2019,0.0000,3.2019,0.0180,3.1839,0.0000,0.2016,1.1861,1.7962,2943.9349,2943.9349,2943.9349,2943.9349,2943.9349 +39.5000,1.0000,26.5778,6.7355,6.6270,0.0603,0.0000,1,989.2801,96.2393,487.5545,-67.2400,9.9701,50.5093,-6.9659,0.9682,3.7259,0.0000,3.7259,5.2761,3.7259,0.5262,0.0000,3.1997,0.0000,3.1997,0.7349,2.4648,0.0000,2.4648,0.0100,2.4548,0.0000,0.2115,1.2439,0.9994,2828.1592,2828.1592,2828.1592,2828.1592,2828.1592 +40.5000,1.0000,28.5218,6.9985,6.8440,0.0858,0.0000,1,1027.9084,104.0750,491.1637,-68.6246,11.2029,52.8700,-7.3869,1.4324,4.3198,0.0000,4.3198,5.4506,4.3198,0.5505,0.0000,3.7693,0.0000,3.7693,0.7636,3.0057,0.0000,3.0057,0.0148,2.9909,0.0000,0.2197,1.2924,1.4787,3014.2976,3014.2976,3014.2976,3014.2976,3014.2976 +41.5000,1.0000,30.5406,7.2675,7.1530,0.0636,0.0000,1,1067.4179,85.0506,504.6741,-71.4528,9.5069,56.4123,-7.9870,1.1024,4.0969,0.0000,4.0969,4.3076,4.0969,0.5843,0.0000,3.5126,0.0000,3.5126,0.7929,2.7197,0.0000,2.7197,0.0114,2.7083,0.0000,0.2282,1.3421,1.1380,2737.5668,2737.5668,2737.5668,2737.5668,2737.5668 +42.5000,1.0000,32.6031,7.4250,7.3820,0.0239,0.0000,1,1090.5508,72.5145,502.3570,-73.1087,8.2813,57.3703,-8.3492,0.4230,3.4648,0.0000,3.4648,4.3935,3.4648,0.6094,0.0000,2.8555,0.0000,2.8555,0.8101,2.0453,0.0000,2.0453,0.0044,2.0410,0.0000,0.2331,1.3712,0.4366,2552.6423,2552.6423,2552.6423,2552.6423,2552.6423 +43.5000,1.0000,34.6757,7.4615,7.4680,-0.0036,0.0000,1,1095.9117,63.7871,498.4302,-73.4924,7.3204,57.2017,-8.4343,-0.0643,2.9780,0.0000,2.9780,4.4067,2.9780,0.6186,0.0000,2.3593,0.0000,2.3593,0.8141,1.5452,0.0000,1.5452,-0.0007,1.5459,0.0000,0.2343,1.3780,-0.0663,2416.8635,2416.8635,2416.8635,2416.8635,2416.8635 +44.5000,1.0000,36.7428,7.4415,7.4550,-0.0075,0.0000,1,1092.9742,62.5291,493.7046,-73.2821,7.1568,56.5075,-8.3876,-0.1331,2.8981,0.0000,2.8981,4.3918,2.8981,0.6170,0.0000,2.2811,0.0000,2.2811,0.8119,1.4691,0.0000,1.4691,-0.0014,1.4705,0.0000,0.2336,1.3743,-0.1374,2394.8628,2394.8628,2394.8628,2394.8628,2394.8628 +45.5000,1.0000,38.8010,7.4095,7.4280,-0.0103,0.0000,1,1088.2742,61.8246,491.8954,-72.9457,7.0458,56.0583,-8.3132,-0.1816,2.8339,0.0000,2.8339,4.3935,2.8339,0.6138,0.0000,2.2201,0.0000,2.2201,0.8084,1.4116,0.0000,1.4116,-0.0019,1.4135,0.0000,0.2326,1.3684,-0.1875,2380.5397,2380.5397,2380.5397,2380.5397,2380.5397 +46.5000,1.0000,40.8528,7.3865,7.3910,-0.0025,0.0000,1,1084.8961,64.4506,490.6215,-72.7039,7.3222,55.7395,-8.2599,-0.0440,2.9658,0.0000,2.9658,4.4005,2.9658,0.6098,0.0000,2.3560,0.0000,2.3560,0.8059,1.5501,0.0000,1.5501,-0.0005,1.5506,0.0000,0.2319,1.3641,-0.0455,2420.2379,2420.2379,2420.2379,2420.2379,2420.2379 +47.5000,1.0000,42.9071,7.3955,7.3820,0.0075,0.0000,1,1086.2180,67.0995,492.1098,-72.7985,7.6325,55.9767,-8.2807,0.1323,3.1517,0.0000,3.1517,4.3485,3.1517,0.6090,0.0000,2.5428,0.0000,2.5428,0.8069,1.7359,0.0000,1.7359,0.0014,1.7345,0.0000,0.2322,1.3658,0.1365,2463.3815,2463.3815,2463.3815,2463.3815,2463.3815 +48.5000,1.0000,44.9547,7.3715,7.4090,-0.0208,0.0000,1,1082.6929,58.5183,492.6045,-72.5462,6.6348,55.8512,-8.2252,-0.3662,2.6266,0.0000,2.6266,4.3744,2.6266,0.6113,0.0000,2.0152,0.0000,2.0152,0.8043,1.2109,0.0000,1.2109,-0.0038,1.2147,0.0000,0.2314,1.3613,-0.3780,2323.6704,2323.6704,2323.6704,2323.6704,2323.6704 +49.5000,1.0000,46.9894,7.3250,7.3340,-0.0050,0.0000,1,1075.8632,63.6075,486.7193,-72.0573,7.1663,54.8358,-8.1183,-0.0873,2.8940,0.0000,2.8940,4.3596,2.8940,0.6031,0.0000,2.2909,0.0000,2.2909,0.7992,1.4917,0.0000,1.4917,-0.0009,1.4926,0.0000,0.2300,1.3527,-0.0902,2400.8660,2400.8660,2400.8660,2400.8660,2400.8660 +50.5000,1.0000,49.0206,7.3120,7.3160,-0.0022,0.0000,1,1073.9539,64.1728,488.5661,-71.9206,7.2171,54.9462,-8.0885,-0.0387,2.9384,0.0000,2.9384,4.3174,2.9384,0.6011,0.0000,2.3373,0.0000,2.3373,0.7978,1.5395,0.0000,1.5395,-0.0004,1.5399,0.0000,0.2296,1.3503,-0.0400,2408.6370,2408.6370,2408.6370,2408.6370,2408.6370 +51.5000,1.0000,51.0408,7.2730,7.3080,-0.0194,0.0000,1,1068.2257,58.9972,487.4592,-71.5106,6.5997,54.5293,-7.9995,-0.3372,2.6132,0.0000,2.6132,4.3237,2.6132,0.5998,0.0000,2.0134,0.0000,2.0134,0.7935,1.2199,0.0000,1.2199,-0.0035,1.2234,0.0000,0.2283,1.3431,-0.3481,2299.5458,2299.5458,2299.5458,2299.5458,2299.5458 +52.5000,1.0000,52.9194,6.7630,7.2380,-0.2639,0.0000,1,993.3192,-15.5382,466.6385,-67.0090,-1.6163,48.5398,-6.9703,-4.2558,-1.6550,0.0000,-1.6550,4.2945,-1.6550,0.5831,0.0000,-2.2381,0.0000,-2.2381,0.7379,-2.9760,0.0000,-2.9760,-0.0440,-2.9320,0.0000,0.2123,1.2490,-4.3933,753.6142,753.6142,753.6142,753.6142,753.6142 +53.5000,1.0000,54.6232,6.1335,6.2880,-0.0858,0.0000,1,900.8610,41.1020,390.7691,-72.2980,3.8775,36.8644,-6.8204,-1.2554,1.1704,0.0000,1.1704,3.9625,1.1704,0.4849,0.0000,0.6855,0.0000,0.6855,0.6692,0.0163,0.0000,0.0163,-0.0130,0.0293,0.0000,0.1926,1.1327,-1.2960,1552.1102,1552.1102,1552.1102,1552.1102,1552.1102 +54.5000,1.0000,56.2435,5.8330,5.9790,-0.0811,0.0000,1,856.7249,43.4455,410.9004,-75.4417,3.8978,36.8644,-6.7683,-1.1282,1.1731,0.0000,1.1731,3.8529,1.1731,0.4527,0.0000,0.7204,0.0000,0.7204,0.6364,0.0840,0.0000,0.0840,-0.0117,0.0957,0.0000,0.1831,1.0772,-1.1647,1572.6644,1572.6644,1572.6644,1572.6644,1572.6644 +55.5000,1.0000,57.8371,5.7370,5.6870,0.0278,0.0000,1,842.6249,78.0205,417.7762,-76.4500,6.8845,36.8644,-6.7459,0.3800,2.6892,0.0000,2.6892,3.8153,2.6892,0.4274,0.0000,2.2618,0.0000,2.2618,0.6260,1.6358,0.0000,1.6358,0.0039,1.6319,0.0000,0.1801,1.0595,0.3923,2051.1071,2051.1071,2051.1071,2051.1071,2051.1071 +56.5000,1.0000,59.4224,5.7070,5.7870,-0.0444,0.0000,1,838.2186,55.2851,419.9723,-76.7650,4.8528,36.8644,-6.7383,-0.6048,1.6597,0.0000,1.6597,3.7980,1.6597,0.4346,0.0000,1.2252,0.0000,1.2252,0.6227,0.6025,0.0000,0.6025,-0.0063,0.6087,0.0000,0.1792,1.0539,-0.6244,1732.7374,1732.7374,1732.7374,1732.7374,1732.7374 +57.5000,1.0000,60.9322,5.4355,5.6270,-0.1064,0.0000,1,798.3419,37.3671,440.9497,-79.6758,3.1240,36.8644,-6.6611,-1.3790,0.7454,0.0000,0.7454,3.7576,0.7454,0.4156,0.0000,0.3297,0.0000,0.3297,0.5931,-0.2633,0.0000,-0.2633,-0.0143,-0.2491,0.0000,0.1707,1.0038,-1.4235,1467.4044,1467.4044,1467.4044,1467.4044,1467.4044 +58.5000,1.0000,62.3318,5.0385,5.2440,-0.1142,0.0000,1,740.0323,40.8972,475.6936,-85.9300,3.1694,36.8644,-6.6592,-1.3717,0.5856,0.0000,0.5856,3.9555,0.5856,0.3774,0.0000,0.2082,0.0000,0.2082,0.5497,-0.3415,0.0000,-0.3415,-0.0142,-0.3273,0.0000,0.1582,0.9305,-1.4160,1345.5107,1345.5107,1345.5107,1345.5107,1345.5107 +59.5000,1.0000,63.5126,4.2510,4.8330,-0.3233,0.0000,1,677.1469,14.3831,519.8704,-92.6750,1.0199,36.8644,-6.5716,-1.3599,-1.5504,0.1592,-1.7096,3.9303,-1.7096,0.3255,0.0000,-2.0351,0.0000,-2.0351,0.4638,-2.4989,0.0000,-2.4989,-0.0339,-2.4650,0.0000,0.1335,0.7851,-3.3835,980.6558,980.6558,980.6558,980.6558,980.6558 +60.5000,1.0000,64.4635,3.4230,3.6690,-0.1367,0.0000,1,644.4444,61.1935,546.2513,-96.1827,4.1297,36.8644,-6.4910,0.0000,0.1705,-0.0132,0.1837,3.9592,0.1837,0.2338,0.0000,-0.0500,0.0000,-0.0500,0.3735,-0.4235,0.0000,-0.4235,-0.0115,-0.4120,0.0000,0.1075,0.6321,-1.1516,1414.9284,1414.9284,1414.9284,1414.9284,1414.9284 +61.5000,1.0000,65.2910,2.9790,3.1770,-0.1100,0.0000,1,644.4444,60.8160,546.2513,-96.1827,4.1042,36.8644,-6.4910,0.0000,0.3264,-0.0232,0.3496,3.7779,0.3496,0.1956,0.0000,0.1540,0.0000,0.1540,0.3250,-0.1711,0.0000,-0.1711,-0.0081,-0.1630,0.0000,0.0935,0.5501,-0.8067,1411.1840,1411.1840,1411.1840,1411.1840,1411.1840 +62.5000,1.0000,66.0639,2.7825,2.7810,0.0008,0.0000,1,644.4444,71.6719,546.2513,-96.1827,4.8369,36.8644,-6.4910,0.0000,1.0839,0.0006,1.0833,3.7530,1.0833,0.1727,0.0000,0.9106,0.0000,0.9106,0.3036,0.6070,0.0000,0.6070,0.0001,0.6069,0.0000,0.0874,0.5139,0.0057,1518.8737,1518.8737,1518.8737,1518.8737,1518.8737 +63.5000,1.0000,66.8740,2.9165,2.7840,0.0736,0.0000,1,644.4444,80.2145,546.2513,-96.1827,5.4134,36.8644,-6.4910,0.0000,1.7351,0.0754,1.6597,3.6782,1.6597,0.1776,0.0000,1.4822,0.0000,1.4822,0.3182,1.1640,0.0000,1.1640,0.0053,1.1587,0.0000,0.0916,0.5386,0.5285,1613.4361,1613.4361,1613.4361,1613.4361,1613.4361 +64.5000,1.0000,67.7031,2.9845,3.0490,-0.0358,0.0000,1,644.4444,69.3851,546.2513,-96.1827,4.6825,36.8644,-6.4910,0.0000,0.8759,-0.0193,0.8952,3.8066,0.8952,0.1906,0.0000,0.7046,0.0000,0.7046,0.3256,0.3790,0.0000,0.3790,-0.0026,0.3816,0.0000,0.0937,0.5512,-0.2633,1496.1893,1496.1893,1496.1893,1496.1893,1496.1893 +65.5000,1.0000,68.6744,3.4970,2.9200,0.3206,0.0000,1,644.4444,126.6975,546.2513,-96.1827,8.5503,36.8644,-6.4910,0.0000,4.8567,0.6879,4.1688,3.6936,4.1688,0.2446,0.0000,3.9243,0.0000,3.9243,0.3816,3.5427,0.0000,3.5427,0.0276,3.5151,0.0000,0.1098,0.6458,2.7595,2191.3929,2191.3929,2191.3929,2191.3929,2191.3929 +66.5000,1.0000,70.0569,4.9770,4.0740,0.5017,0.0000,1,754.0363,219.1736,466.8590,-84.4279,17.3065,36.8644,-6.6666,5.0748,8.5476,0.2611,8.2865,3.6841,8.2865,0.4281,0.0000,7.8584,0.0000,7.8584,0.5752,7.2832,0.0000,7.2832,0.0616,7.2217,0.0000,0.1563,0.9191,6.1463,3725.9471,3725.9471,3725.9471,3725.9471,3725.9471 +67.5000,1.0000,71.8329,6.3935,5.8800,0.2853,0.0000,1,939.0487,155.9217,500.6428,-70.1135,15.3329,49.2317,-6.8948,4.3493,7.1341,0.0000,7.1341,3.8494,7.1341,0.5202,0.0000,6.6139,0.0000,6.6139,0.6976,5.9163,0.0000,5.9163,0.0450,5.8713,0.0000,0.2007,1.1807,4.4899,3551.4867,3551.4867,3551.4867,3551.4867,3551.4867 +68.5000,1.0000,73.9839,7.7435,6.9070,0.4647,0.0000,1,1137.3306,210.2098,535.3588,-76.0119,25.0362,63.7618,-9.0531,8.5812,12.2535,0.0000,12.2535,4.2015,12.2535,0.7491,0.0000,11.5044,0.0000,11.5044,0.8840,10.6204,0.0000,10.6204,0.0887,10.5316,0.0000,0.2431,1.4300,8.8585,5291.8056,5291.8056,5291.8056,5291.8056,5291.8056 +69.5000,1.0000,76.4307,8.8085,8.5800,0.1269,0.0000,1,1293.7531,103.1286,596.3967,-85.3106,13.9720,80.8007,-11.5580,2.6664,6.3991,0.0000,6.3991,4.9065,6.3991,0.7545,0.0000,5.6445,0.0000,5.6445,0.9611,4.6834,0.0000,4.6834,0.0276,4.6559,0.0000,0.2765,1.6267,2.7526,3358.9029,3358.9029,3358.9029,3358.9029,3358.9029 +70.5000,1.0000,78.8756,8.8016,9.0370,-0.1308,0.0000,0,1195.4535,-36.2664,541.8008,-79.4791,-4.5401,67.8267,-9.9498,-9.6804,0.0000,0.0000,0.0000,5.1403,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9603,-0.9603,0.0000,-0.9603,-0.0284,-0.9319,0.0000,0.2763,1.6254,-2.8337,752.2939,752.2939,752.2939,752.2939,752.2939 +71.5000,1.0000,81.7248,10.2571,10.6730,0.9394,0.0000,2,1030.5293,355.0344,424.8214,-68.8122,38.3142,45.8454,-7.4260,-2.0925,34.2105,0.0000,34.2105,6.1961,28.4266,0.8981,0.0000,27.5285,0.0000,27.5285,1.3554,26.1732,0.0000,26.1732,0.2376,25.9356,0.0000,0.3220,1.8942,23.7194,7777.3521,7777.3521,7777.3521,7777.3521,7777.3521 +72.5000,1.0000,85.3782,13.1525,11.9480,0.6692,0.0000,2,1098.0221,357.0873,624.3132,-73.6435,41.0595,71.7864,-8.4679,6.7806,27.3526,0.0000,27.3526,6.9264,27.3526,1.0247,0.0000,26.3279,0.0000,26.3279,1.6034,24.7245,0.0000,24.7245,0.2170,24.5075,0.0000,0.4129,2.4289,21.6657,8255.1335,8255.1335,8255.1335,8255.1335,8255.1335 +73.5000,1.0000,89.7299,15.6660,14.3570,0.7272,0.0000,2,1307.8589,385.0251,647.7916,-86.1472,52.7325,88.7207,-11.7986,8.7771,34.9805,0.0000,34.9805,8.9750,34.9805,1.3255,0.0000,33.6550,0.0000,33.6550,1.9442,31.7108,0.0000,31.7108,0.2809,31.4299,0.0000,0.4918,2.8931,28.0449,10594.9752,10594.9752,10594.9752,10594.9752,10594.9752 +74.5000,1.0000,94.3798,16.7396,16.9750,-0.1308,0.0000,0,1310.1920,26.0623,683.5886,-86.2855,3.5758,93.7904,-11.8386,-8.6050,0.0000,0.0000,0.0000,12.1808,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.8264,-1.8264,0.0000,-1.8264,-0.0540,-1.7724,0.0000,0.5256,3.0914,-5.3894,2132.0848,2132.0848,2132.0848,2132.0848,2132.0848 +75.5000,1.0000,99.3061,17.7348,19.9570,0.6837,0.0000,3,1077.7360,474.0084,474.0084,-72.1914,53.4967,53.4967,-8.1475,-8.3067,45.0770,0.0000,45.0770,16.7265,37.2432,1.0939,0.0000,36.1493,0.0000,36.1493,2.1717,33.9776,0.0000,33.9776,0.2989,33.6787,0.0000,0.5568,3.2752,29.8467,10632.2813,10632.2813,10632.2813,10632.2813,10632.2813 +76.5000,1.0000,104.8278,19.8782,21.1840,0.5071,0.0000,3,998.0593,478.9730,695.3606,-66.7378,50.0606,72.6767,-6.9752,2.8091,32.7283,0.0000,32.7283,14.5231,32.7283,1.0681,0.0000,31.6603,0.0000,31.6603,2.3013,29.3590,0.0000,29.3590,0.2485,29.1104,0.0000,0.6241,3.6710,24.8153,10038.8727,10038.8727,10038.8727,10038.8727,10038.8727 +77.5000,1.0000,110.6359,20.9090,20.7910,0.0656,0.0000,3,1049.8157,169.1716,675.1933,-70.1927,18.5981,74.2284,-7.7167,0.3820,10.8708,0.0000,10.8708,7.3454,10.8708,0.6636,0.0000,10.2072,0.0000,10.2072,2.2813,7.9258,0.0000,7.9258,0.0338,7.8920,0.0000,0.6565,3.8614,3.3742,4051.3158,4051.3158,4051.3158,4051.3158,4051.3158 +78.5000,1.0000,116.7416,21.9805,21.0270,0.5297,0.0000,3,1103.6144,433.1874,542.8823,-74.0007,50.0636,62.7410,-8.5523,3.2446,37.4937,0.0000,37.4937,9.3252,37.4937,1.2312,0.0000,36.2625,0.0000,36.2625,2.5635,33.6990,0.0000,33.6990,0.2871,33.4119,0.0000,0.6901,4.0593,28.6626,9974.4963,9974.4963,9974.4963,9974.4963,9974.4963 +79.5000,1.0000,123.4894,24.2920,22.9340,0.7544,0.0000,3,1219.6720,556.4316,672.5761,-80.9170,71.0695,85.9039,-10.3350,5.1070,55.5272,0.0000,55.5272,10.4353,55.5272,1.6719,0.0000,53.8553,0.0000,53.8553,3.0398,50.8155,0.0000,50.8155,0.4518,50.3637,0.0000,0.7627,4.4861,45.1149,14059.6550,14059.6550,14059.6550,14059.6550,14059.6550 +80.5000,1.0000,130.9420,26.8295,25.6500,0.6553,0.0000,3,1347.0768,506.9948,738.3371,-88.4731,71.5195,104.1539,-12.4805,4.8991,54.5109,0.0000,54.5109,12.1095,54.5109,1.7458,0.0000,52.7651,0.0000,52.7651,3.2566,49.5085,0.0000,49.5085,0.4335,49.0751,0.0000,0.8423,4.9547,43.2780,14148.0054,14148.0054,14148.0054,14148.0054,14148.0054 +81.5000,1.0000,139.0620,29.2320,28.0090,0.6794,0.0000,3,1467.7035,526.6749,741.4017,-95.6272,80.9486,113.9516,-14.6977,5.5346,61.2492,0.0000,61.2492,14.1648,61.2492,1.9760,0.0000,59.2733,0.0000,59.2733,3.5749,55.6983,0.0000,55.6983,0.4897,55.2086,0.0000,0.9178,5.3984,48.8924,15913.0300,15913.0300,15913.0300,15913.0300,15913.0300 +82.5000,1.0000,147.4563,30.2196,30.4550,-0.1308,0.0000,0,1445.7814,57.7387,763.5575,-94.3271,8.7418,115.6040,-14.2813,-7.3984,0.0000,0.0000,0.0000,16.1401,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.2972,-3.2972,0.0000,-3.2972,-0.0974,-3.1998,0.0000,0.9488,5.5808,-9.7293,3039.7057,3039.7057,3039.7057,3039.7057,3039.7057 +83.5000,1.0000,156.0281,30.8584,33.7350,0.4857,0.0000,4,1196.3042,523.0730,523.0730,-79.5298,65.5288,65.5288,-9.9632,-12.2064,58.3632,0.0000,58.3632,19.3720,48.8727,1.3932,0.0000,47.4795,0.0000,47.4795,3.5475,43.9320,0.0000,43.9320,0.3695,43.5625,0.0000,0.9688,5.6988,36.8949,13012.9775,13012.9775,13012.9775,13012.9775,13012.9775 +84.5000,1.0000,165.1242,32.7460,37.5360,0.5630,0.0000,4,1063.0507,742.4794,742.4794,-71.1401,82.6546,82.6546,-7.9195,2.1476,58.3931,0.0000,58.3931,22.1139,58.3931,1.6226,0.0000,56.7705,0.0000,56.7705,3.8603,52.9103,0.0000,52.9103,0.4545,52.4557,0.0000,1.0281,6.0474,45.3803,16218.2780,16218.2780,16218.2780,16218.2780,16218.2780 +85.5000,1.0000,174.8325,34.9499,40.6310,0.6614,0.0000,4,1134.5978,801.3166,801.3166,-75.8489,95.2083,95.2083,-9.0120,2.6931,71.2052,0.0000,71.2052,21.3100,71.2052,1.9263,0.0000,69.2789,0.0000,69.2789,4.2504,65.0285,0.0000,65.0285,0.5700,64.4585,0.0000,1.0973,6.4544,56.9069,18607.0430,18607.0430,18607.0430,18607.0430,18607.0430 +86.5000,1.0000,185.2776,37.6022,40.7690,0.8120,0.0000,4,1220.6997,830.0192,830.0192,-80.9779,106.1025,106.1025,-10.3515,3.5571,91.2174,0.0000,91.2174,11.3280,91.2174,2.3864,0.0000,88.8309,0.0000,88.8309,4.7874,84.0436,0.0000,84.0436,0.7528,83.2907,0.0000,1.1805,6.9442,75.1660,20627.2798,20627.2798,20627.2798,20627.2798,20627.2798 +87.5000,1.0000,196.4258,40.1334,40.2580,0.5942,0.0000,4,1302.8728,636.6102,847.7409,-85.8515,86.8569,115.6628,-11.7133,2.7781,74.8620,0.0000,74.8620,9.2167,74.8620,2.1193,0.0000,72.7427,0.0000,72.7427,4.7786,67.9641,0.0000,67.9641,0.5880,67.3761,0.0000,1.2600,7.4117,58.7044,17010.3071,17010.3071,17010.3071,17010.3071,17010.3071 +88.5000,1.0000,207.9906,41.6335,41.2030,0.2392,0.0000,4,1351.5703,350.2310,783.3633,-88.7396,49.5703,110.8742,-12.5599,1.1600,39.7495,0.0000,39.7495,8.6609,39.7495,1.4540,0.0000,38.2955,0.0000,38.2955,4.5425,33.7530,0.0000,33.7530,0.2455,33.5075,0.0000,1.3071,7.6887,24.5117,9998.3149,9998.3149,9998.3149,9998.3149,9998.3149 +89.5000,1.0000,219.7984,42.5080,42.0640,0.2467,0.0000,4,1379.9596,353.3188,679.3199,-90.4233,51.0578,98.1679,-13.0670,1.2215,41.4016,0.0000,41.4016,8.4347,41.4016,1.5090,0.0000,39.8925,0.0000,39.8925,4.6380,35.2546,0.0000,35.2546,0.2585,34.9961,0.0000,1.3346,7.8502,25.8113,10326.5860,10326.5860,10326.5860,10326.5860,10326.5860 +90.5000,1.0000,231.8398,43.3490,42.9520,0.2206,0.0000,4,1407.2615,332.3925,685.9873,-92.0425,48.9840,101.0926,-13.5641,1.1138,39.3571,0.0000,39.3571,8.5131,39.3571,1.4896,0.0000,37.8676,0.0000,37.8676,4.7297,33.1378,0.0000,33.1378,0.2357,32.9021,0.0000,1.3610,8.0055,23.5357,9972.5459,9972.5459,9972.5459,9972.5459,9972.5459 +91.5000,1.0000,244.1795,44.4230,43.7460,0.3761,0.0000,4,1442.1273,451.7940,684.7547,-94.1104,68.2296,103.4111,-14.2125,1.9464,57.9518,0.0000,57.9518,8.3314,57.9518,1.8893,0.0000,56.0625,0.0000,56.0625,4.9225,51.1399,0.0000,51.1399,0.4119,50.7280,0.0000,1.3947,8.2038,41.1295,13546.3014,13546.3014,13546.3014,13546.3014,13546.3014 +92.5000,1.0000,256.9153,45.8490,45.1000,0.4161,0.0000,4,1488.4203,482.1875,735.0601,-96.8559,75.1571,114.5716,-15.0966,2.2225,64.5503,0.0000,64.5503,8.3842,64.5503,2.0590,0.0000,62.4914,0.0000,62.4914,5.1500,57.3414,0.0000,57.3414,0.4704,56.8710,0.0000,1.4395,8.4672,46.9644,14900.1785,14900.1785,14900.1785,14900.1785,14900.1785 +93.5000,1.0000,270.1737,47.7300,46.5980,0.6289,0.0000,4,1549.4842,649.8438,754.7286,-100.4775,105.4447,122.4635,-16.3036,3.4968,93.3771,0.0000,93.3771,8.5708,93.3771,2.6866,0.0000,90.6905,0.0000,90.6905,5.7458,84.9447,0.0000,84.9447,0.7401,84.2046,0.0000,1.4985,8.8146,73.8915,20638.8930,20638.8930,20638.8930,20638.8930,20638.8930 +94.5000,1.0000,284.0041,49.7895,48.8620,0.5153,0.0000,4,1616.3428,559.0595,814.4162,-104.0555,94.6281,137.8505,-17.6127,2.9887,82.8593,0.0000,82.8593,8.7801,82.8593,2.5340,0.0000,80.3253,0.0000,80.3253,5.7796,74.5457,0.0000,74.5457,0.6325,73.9132,0.0000,1.5632,9.1949,63.1551,18727.2914,18727.2914,18727.2914,18727.2914,18727.2914 +95.5000,1.0000,298.0268,50.4816,50.7170,-0.1308,0.0000,0,1646.4527,52.6029,794.9240,-105.1278,9.0696,137.0577,-18.1257,0.0000,0.0000,0.0000,0.0000,9.0696,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.5079,-5.5079,0.0000,-5.5079,-0.1628,-5.3452,0.0000,1.5849,9.3227,-16.2528,3496.5925,3496.5925,3496.5925,3496.5925,3496.5925 +96.5000,1.0000,312.1422,50.8156,51.2500,0.3163,0.0000,5,1386.7866,395.1689,570.5790,-90.8282,57.3880,82.8617,-13.1904,-22.1141,71.2499,0.0000,71.2499,8.2522,57.2672,0.7751,0.0000,56.4921,0.0000,56.4921,5.5444,50.9477,0.0000,50.9477,0.3963,50.5514,0.0000,1.5954,9.3844,39.5716,11536.8085,11536.8085,11536.8085,11536.8085,11536.8085 +97.5000,1.0000,326.6264,52.1430,51.3850,0.4211,0.0000,5,1143.7471,668.7241,700.7935,-76.3947,80.0950,83.9361,-9.1500,1.1678,72.5995,0.0000,72.5995,6.3278,72.5995,0.8714,0.0000,71.7281,0.0000,71.7281,5.8668,65.8612,0.0000,65.8612,0.5414,65.3199,0.0000,1.6371,9.6295,54.0533,15718.4956,15718.4956,15718.4956,15718.4956,15718.4956 +98.5000,1.0000,341.5208,53.6200,52.9010,0.3994,0.0000,5,1176.1448,642.9140,784.0049,-78.3273,79.1849,96.5624,-9.6472,1.1391,71.7166,0.0000,71.7166,6.3292,71.7166,0.8893,0.0000,70.8273,0.0000,70.8273,5.9890,64.8383,0.0000,64.8383,0.5281,64.3102,0.0000,1.6834,9.9023,52.7245,15562.2123,15562.2123,15562.2123,15562.2123,15562.2123 +99.5000,1.0000,356.8244,55.0930,54.3390,0.4189,0.0000,5,1208.4548,663.5540,775.9538,-80.2517,83.9722,98.1962,-10.1558,1.2274,76.4125,0.0000,76.4125,6.3323,76.4125,0.9354,0.0000,75.4771,0.0000,75.4771,6.1941,69.2829,0.0000,69.2829,0.5690,68.7140,0.0000,1.7297,10.1743,56.8100,16447.7539,16447.7539,16447.7539,16447.7539,16447.7539 +100.5000,1.0000,372.4450,56.2340,55.8470,0.2150,0.0000,5,1233.4824,435.5247,788.7472,-81.7361,56.2567,101.8825,-10.5578,0.6430,49.1636,0.0000,49.1636,6.4501,49.1636,0.8170,0.0000,48.3465,0.0000,48.3465,6.1356,42.2109,0.0000,42.2109,0.2981,41.9129,0.0000,1.7655,10.3850,29.7623,11225.0012,11225.0012,11225.0012,11225.0012,11225.0012 +101.5000,1.0000,388.3147,57.1310,56.6210,0.2833,0.0000,5,1253.1580,510.4524,693.6921,-82.9030,66.9869,91.0335,-10.8794,0.8609,59.7082,0.0000,59.7082,6.4178,59.7082,0.8840,0.0000,58.8242,0.0000,58.8242,6.2334,52.5907,0.0000,52.5907,0.3991,52.1916,0.0000,1.7937,10.5507,39.8473,13301.6430,13301.6430,13301.6430,13301.6430,13301.6430 +102.5000,1.0000,404.4782,58.1885,57.6410,0.3042,0.0000,5,1276.3540,534.1329,728.1518,-84.2787,71.3919,97.3244,-11.2646,0.9413,63.8488,0.0000,63.8488,6.6019,63.8488,0.9217,0.0000,62.9271,0.0000,62.9271,6.3488,56.5783,0.0000,56.5783,0.4364,56.1419,0.0000,1.8269,10.7460,43.5690,14120.2494,14120.2494,14120.2494,14120.2494,14120.2494 +103.5000,1.0000,420.9284,59.2210,58.7360,0.2694,0.0000,5,1299.0017,495.3241,740.9721,-85.6219,67.3795,100.7953,-11.6472,0.8487,59.8495,0.0000,59.8495,6.6813,59.8495,0.9185,0.0000,58.9311,0.0000,58.9311,6.4615,52.4696,0.0000,52.4696,0.3934,52.0762,0.0000,1.8593,10.9367,39.2802,13400.8266,13400.8266,13400.8266,13400.8266,13400.8266 +104.5000,1.0000,437.6340,60.1400,59.7060,0.2411,0.0000,5,1319.1598,463.7001,728.0216,-86.8174,64.0565,100.5704,-11.9931,0.7712,56.5259,0.0000,56.5259,6.7594,56.5259,0.9170,0.0000,55.6090,0.0000,55.6090,6.5617,49.0472,0.0000,49.0472,0.3575,48.6897,0.0000,1.8881,11.1064,35.6952,12750.8609,12750.8609,12750.8609,12750.8609,12750.8609 +105.5000,1.0000,454.5572,60.9235,60.5740,0.1942,0.0000,5,1336.3458,411.5960,718.0568,-87.8367,57.5995,100.4862,-12.2920,0.6291,50.1205,0.0000,50.1205,6.8499,50.1205,0.8980,0.0000,49.2225,0.0000,49.2225,6.6472,42.5753,0.0000,42.5753,0.2916,42.2836,0.0000,1.9127,11.2511,29.1198,11539.7903,11539.7903,11539.7903,11539.7903,11539.7903 +106.5000,1.0000,471.6657,61.5905,61.2730,0.1764,0.0000,5,1350.9763,392.1048,699.7457,-88.7044,55.4726,98.9958,-12.5494,0.5778,47.9373,0.0000,47.9373,6.9575,47.9373,0.8982,0.0000,47.0390,0.0000,47.0390,6.7200,40.3190,0.0000,40.3190,0.2678,40.0512,0.0000,1.9337,11.3742,26.7433,11145.5916,11145.5916,11145.5916,11145.5916,11145.5916 +107.5000,1.0000,488.9811,62.3355,61.9080,0.2375,0.0000,5,1367.3177,459.7182,694.6091,-89.6736,65.8248,99.4577,-12.8399,0.7874,58.0407,0.0000,58.0407,6.9967,58.0407,0.9614,0.0000,57.0794,0.0000,57.0794,6.8013,50.2781,0.0000,50.2781,0.3650,49.9131,0.0000,1.9571,11.5118,36.4442,13080.3147,13080.3147,13080.3147,13080.3147,13080.3147 +108.5000,1.0000,506.5062,63.0905,62.7630,0.1819,0.0000,5,1383.8785,398.0605,723.8088,-90.6557,57.6867,104.8939,-13.1378,0.6105,49.9901,0.0000,49.9901,7.0861,49.9901,0.9340,0.0000,49.0561,0.0000,49.0561,6.8837,42.1724,0.0000,42.1724,0.2830,41.8894,0.0000,1.9808,11.6513,28.2574,11591.4641,11591.4641,11591.4641,11591.4641,11591.4641 +109.5000,1.0000,524.1816,63.6315,63.4180,0.1186,0.0000,5,1395.7452,327.2699,702.4902,-91.3595,47.8345,102.6774,-13.3533,0.4014,40.3520,0.0000,40.3520,7.0811,40.3520,0.8951,0.0000,39.4569,0.0000,39.4569,6.9427,32.5142,0.0000,32.5142,0.1861,32.3281,0.0000,1.9978,11.7512,18.5792,9745.0055,9745.0055,9745.0055,9745.0055,9745.0055 +110.5000,1.0000,541.8877,63.7420,63.8450,-0.0572,0.0000,5,1398.1690,131.9299,676.5295,-91.5033,19.3166,99.0547,-13.3975,-0.1940,12.4161,0.0000,12.4161,7.0945,12.4161,0.7573,0.0000,11.6588,0.0000,11.6588,6.9548,4.7040,0.0000,4.7040,-0.0899,4.7940,0.0000,2.0012,11.7716,-8.9788,4495.5123,4495.5123,4495.5123,4495.5123,4495.5123 +111.5000,1.0000,559.4832,63.3435,63.6390,-0.1642,0.0000,5,1389.4280,13.3404,598.8678,-90.9849,1.9410,87.1356,-13.2383,-0.5531,-4.5028,0.0000,-4.5028,6.9969,-4.5028,0.7542,0.0000,-5.2570,0.0000,-5.2570,6.9113,-12.1683,0.0000,-12.1683,-0.2564,-11.9119,0.0000,1.9887,11.6980,-25.5986,2134.2063,2134.2063,2134.2063,2134.2063,2134.2063 +112.5000,1.0000,576.9118,62.7430,63.0480,-0.1694,0.0000,5,1376.2562,7.6812,548.1199,-90.2037,1.1070,78.9957,-13.0003,-0.5654,-5.2852,0.0000,-5.2852,6.9576,-5.2852,0.7453,0.0000,-6.0305,0.0000,-6.0305,6.8458,-12.8763,0.0000,-12.8763,-0.2621,-12.6141,0.0000,1.9699,11.5871,-26.1711,2005.7847,2005.7847,2005.7847,2005.7847,2005.7847 +113.5000,1.0000,594.1757,62.1500,62.4380,-0.1600,0.0000,5,1363.2488,17.9774,541.8731,-89.4322,2.5664,77.3573,-12.7673,-0.5289,-3.7831,0.0000,-3.7831,6.8784,-3.7831,0.7310,0.0000,-4.5141,0.0000,-4.5141,6.7811,-11.2952,0.0000,-11.2952,-0.2452,-11.0500,0.0000,1.9512,11.4776,-24.4788,2138.6885,2138.6885,2138.6885,2138.6885,2138.6885 +114.5000,1.0000,611.3001,61.6480,61.8620,-0.1189,0.0000,5,1352.2375,63.6096,542.7316,-88.7792,9.0075,76.8540,-12.5717,-0.3898,2.5300,0.0000,2.5300,6.8673,2.5300,0.7063,0.0000,1.8237,0.0000,1.8237,6.7263,-4.9026,0.0000,-4.9026,-0.1807,-4.7219,0.0000,1.9355,11.3849,-18.0422,2864.1874,2864.1874,2864.1874,2864.1874,2864.1874 +115.5000,1.0000,628.3044,61.2155,61.4340,-0.1214,0.0000,5,1342.7507,60.8172,558.6348,-88.2165,8.5517,78.5511,-12.4044,-0.3952,2.1301,0.0000,2.1301,6.8168,2.1301,0.6997,0.0000,1.4304,0.0000,1.4304,6.6791,-5.2487,0.0000,-5.2487,-0.1832,-5.0655,0.0000,1.9219,11.3050,-18.2924,2782.2797,2782.2797,2782.2797,2782.2797,2782.2797 +116.5000,1.0000,645.2012,60.8285,60.9970,-0.0936,0.0000,5,1334.2619,91.2811,555.1035,-87.7131,12.7541,77.5611,-12.2556,-0.3028,6.3049,0.0000,6.3049,6.7521,6.3049,0.6824,0.0000,5.6225,0.0000,5.6225,6.6369,-1.0144,0.0000,-1.0144,-0.1404,-0.8740,0.0000,1.9098,11.2335,-14.0173,3274.9549,3274.9549,3274.9549,3274.9549,3274.9549 +117.5000,1.0000,661.9959,60.4610,60.6600,-0.1106,0.0000,5,1326.2009,72.5852,565.5191,-87.2350,10.0806,78.5390,-12.1151,-0.3555,3.7238,0.0000,3.7238,6.7123,3.7238,0.6824,0.0000,3.0413,0.0000,3.0413,6.5968,-3.5554,0.0000,-3.5554,-0.1648,-3.3906,0.0000,1.8982,11.1657,-16.4545,2926.2895,2926.2895,2926.2895,2926.2895,2926.2895 +118.5000,1.0000,678.6412,59.9230,60.2620,-0.1883,0.0000,5,1314.4000,-12.9590,554.6543,-86.5351,-1.7837,76.3446,-11.9110,-0.6002,-7.8716,0.0000,-7.8716,6.6881,-7.8716,0.7020,0.0000,-8.5737,0.0000,-8.5737,6.5381,-15.1118,0.0000,-15.1118,-0.2782,-14.8335,0.0000,1.8813,11.0663,-27.7811,1451.8763,1451.8763,1451.8763,1451.8763,1451.8763 +119.5000,1.0000,695.1209,59.3270,59.5840,-0.1428,0.0000,5,1301.3268,37.5905,514.8315,-85.7598,5.1226,70.1585,-11.6869,-0.4505,-1.0939,0.0000,-1.0939,6.6670,-1.0939,0.6748,0.0000,-1.7687,0.0000,-1.7687,6.4730,-8.2417,0.0000,-8.2417,-0.2088,-8.0329,0.0000,1.8626,10.9562,-20.8517,2295.6507,2295.6507,2295.6507,2295.6507,2295.6507 +120.5000,1.0000,711.4562,58.8070,59.0700,-0.1461,0.0000,5,1289.9207,33.6549,533.1706,-85.0833,4.5461,72.0208,-11.4931,-0.4570,-1.5735,0.0000,-1.5735,6.5766,-1.5735,0.6670,0.0000,-2.2406,0.0000,-2.2406,6.4163,-8.6569,0.0000,-8.6569,-0.2118,-8.4450,0.0000,1.8463,10.8602,-21.1515,2204.4468,2204.4468,2204.4468,2204.4468,2204.4468 +121.5000,1.0000,727.6325,58.2345,58.5440,-0.1719,0.0000,5,1277.3630,5.0696,528.0749,-84.3385,0.6781,70.6380,-11.2816,-0.5325,-5.2926,0.0000,-5.2926,6.5033,-5.2926,0.6666,0.0000,-5.9592,0.0000,-5.9592,6.3538,-12.3130,0.0000,-12.3130,-0.2469,-12.0661,0.0000,1.8283,10.7545,-24.6489,1715.7885,1715.7885,1715.7885,1715.7885,1715.7885 +122.5000,1.0000,743.6615,57.7045,57.9250,-0.1225,0.0000,5,1265.7376,59.5225,512.4670,-83.6490,7.8896,67.9263,-11.0875,-0.3760,1.8287,0.0000,1.8287,6.4368,1.8287,0.6398,0.0000,1.1890,0.0000,1.1890,6.2960,-5.1070,0.0000,-5.1070,-0.1743,-4.9328,0.0000,1.8117,10.6566,-17.4010,2565.1876,2565.1876,2565.1876,2565.1876,2565.1876 +123.5000,1.0000,759.5793,57.3040,57.4840,-0.1000,0.0000,5,1256.9527,84.6995,533.8858,-83.1280,11.1488,70.2742,-10.9420,-0.3048,5.0115,0.0000,5.0115,6.4421,5.0115,0.6250,0.0000,4.3864,0.0000,4.3864,6.2523,-1.8659,0.0000,-1.8659,-0.1413,-1.7246,0.0000,1.7991,10.5826,-14.1063,2951.5551,2951.5551,2951.5551,2951.5551,2951.5551 +124.5000,1.0000,775.4173,57.0170,57.1240,-0.0594,0.0000,5,1250.6574,129.6671,543.2709,-82.7547,16.9823,71.1514,-10.8383,-0.1803,10.7511,0.0000,10.7511,6.4115,10.7511,0.6374,0.0000,10.1137,0.0000,10.1137,6.2210,3.8927,0.0000,3.8927,-0.0836,3.9763,0.0000,1.7901,10.5296,-8.3434,3865.2276,3865.2276,3865.2276,3865.2276,3865.2276 +125.5000,1.0000,791.1472,56.6275,56.9100,-0.1569,0.0000,5,1242.1138,21.9043,561.1211,-82.2480,2.8492,72.9872,-10.6983,-0.4727,-3.0489,0.0000,-3.0489,6.3708,-3.0489,0.6338,0.0000,-3.6828,0.0000,-3.6828,6.1785,-9.8613,0.0000,-9.8613,-0.2191,-9.6422,0.0000,1.7779,10.4577,-21.8777,1907.9794,1907.9794,1907.9794,1907.9794,1907.9794 +126.5000,1.0000,806.6983,55.9840,56.3450,-0.2006,0.0000,5,1227.9987,-26.4419,509.7728,-81.4108,-3.4003,65.5546,-10.4691,-0.5972,-9.0732,0.0000,-9.0732,6.2700,-9.0732,0.6382,0.0000,-9.7114,0.0000,-9.7114,6.1083,-15.8197,0.0000,-15.8197,-0.2768,-15.5428,0.0000,1.7577,10.3389,-27.6394,1010.5543,1010.5543,1010.5543,1010.5543,1010.5543 +127.5000,1.0000,822.0122,55.1300,55.6230,-0.2739,0.0000,5,1209.2664,47.4540,482.9050,-80.2999,6.0093,61.1522,-10.1687,-0.8031,0.5999,0.0000,0.5999,6.2124,0.5999,0.5999,0.0000,0.0000,0.0000,0.0000,6.0151,-6.0151,19.6151,-25.6302,-0.3723,-25.2579,0.0000,1.7308,10.1811,-37.1699,2244.4735,2244.4735,2244.4735,2244.4735,2244.4735 +128.5000,1.0000,837.0411,54.1040,54.6370,-0.2961,0.0000,5,1186.7613,46.6347,510.7576,-78.9606,5.7956,63.4756,-9.8130,-0.8521,0.5832,0.0000,0.5832,6.0645,0.5832,0.5832,0.0000,0.0000,0.0000,0.0000,5.9032,-5.9032,22.2394,-28.1425,-0.3950,-27.7476,0.0000,1.6986,9.9917,-39.4379,2202.6188,2202.6188,2202.6188,2202.6188,2202.6188 +129.5000,1.0000,851.7591,52.9850,53.5710,-0.3256,0.0000,5,1162.2162,46.0207,503.8135,-77.4964,5.6010,61.3176,-9.4319,-0.9174,0.5653,0.0000,0.5653,5.9532,0.5653,0.5653,0.0000,0.0000,0.0000,0.0000,5.7811,-5.7811,25.6583,-31.4394,-0.4253,-31.0141,0.0000,1.6635,9.7850,-42.4627,2176.7425,2176.7425,2176.7425,2176.7425,2176.7425 +130.5000,1.0000,866.0794,51.5530,52.3990,-0.4700,0.0650,5,1130.8056,42.8389,495.4311,-75.6227,5.0729,58.6678,-8.9551,-1.2887,0.5427,0.0000,0.5427,5.8189,0.5427,0.5427,0.0000,0.0000,0.0000,0.0000,5.6248,-5.6248,42.6705,-48.2953,-0.5974,-47.6979,0.8089,1.6185,9.5206,-59.6460,2105.3872,2105.3872,2105.3872,2105.3872,2105.3872 +131.5000,1.0000,879.9034,49.7665,50.7070,-0.5225,0.0780,5,1091.6190,42.2443,483.9102,-73.1851,4.8291,55.3177,-8.3661,-1.3830,0.5150,0.0000,0.5150,5.6971,0.5150,0.5150,0.0000,0.0000,0.0000,0.0000,5.4299,-5.4299,47.5317,-52.9616,-0.6411,-52.3205,0.9371,1.5625,9.1906,-64.0107,2030.8069,2030.8069,2030.8069,2030.8069,2030.8069 +132.5000,1.0000,893.2721,48.1270,48.8260,-0.3883,0.0780,5,1055.6569,45.8412,473.9798,-70.6109,5.0677,52.3976,-7.8059,-0.9940,0.4902,0.0000,0.4902,5.5715,0.4902,0.4902,0.0000,0.0000,0.0000,0.0000,5.2510,-5.2510,29.9116,-35.1626,-0.4608,-34.7018,0.9062,1.5110,8.8879,-46.0069,2017.1911,2017.1911,2017.1911,2017.1911,2017.1911 +133.5000,1.0000,906.5225,47.7015,47.4280,0.1519,0.0130,5,1046.3236,366.6615,472.8086,-69.9428,40.1754,51.8060,-7.6637,0.3855,34.2975,0.0000,34.2975,5.4924,34.2975,0.6154,0.0000,33.6820,0.0000,33.6820,5.2046,28.4774,0.0000,28.4774,0.1787,28.2987,0.1497,1.4976,8.8093,17.8421,8110.5530,8110.5530,8110.5530,8110.5530,8110.5530 +134.5000,1.0000,919.8218,47.8775,47.9750,-0.0542,0.0000,5,1050.1841,136.5227,630.9140,-70.2191,15.0141,69.3848,-7.7224,-0.1379,9.6153,0.0000,9.6153,5.5367,9.6153,0.4945,0.0000,9.1208,0.0000,9.1208,5.2238,3.8970,0.0000,3.8970,-0.0639,3.9609,0.0000,1.5031,8.8418,-6.3840,3538.6416,3538.6416,3538.6416,3538.6416,3538.6416 +135.5000,1.0000,933.0912,47.7700,47.7800,-0.0056,0.0000,5,1047.8262,190.2697,517.8525,-70.0503,20.8779,56.8230,-7.6865,-0.0141,15.3958,0.0000,15.3958,5.4962,15.3958,0.5219,0.0000,14.8740,0.0000,14.8740,5.2121,9.6619,0.0000,9.6619,-0.0065,9.6684,0.0000,1.4998,8.8219,-0.6533,4484.2877,4484.2877,4484.2877,4484.2877,4484.2877 +136.5000,1.0000,946.3814,47.8445,47.7600,0.0469,0.0000,5,1049.4603,248.3580,544.4168,-70.1673,27.2943,59.8310,-7.7113,0.1195,21.6968,0.0000,21.6968,5.4781,21.6968,0.5544,0.0000,21.1424,0.0000,21.1424,5.2202,15.9222,0.0000,15.9222,0.0554,15.8668,0.0000,1.5021,8.8357,5.5290,5666.8581,5666.8581,5666.8581,5666.8581,5666.8581 +137.5000,1.0000,959.7354,48.0745,47.9290,0.0808,0.0000,5,1054.5053,285.9561,573.6499,-70.5284,31.5774,63.3467,-7.7883,0.2067,25.8733,0.0000,25.8733,5.4975,25.8733,0.5786,0.0000,25.2947,0.0000,25.2947,5.2453,20.0494,0.0000,20.0494,0.0958,19.9536,0.0000,1.5093,8.8782,9.5661,6478.0259,6478.0259,6478.0259,6478.0259,6478.0259 +138.5000,1.0000,973.2091,48.5055,48.2200,0.1586,0.0000,5,1063.9592,372.3839,593.3701,-71.2052,41.4901,66.1118,-7.9335,0.4092,35.5345,0.0000,35.5345,5.5464,35.5345,0.6330,0.0000,34.9015,0.0000,34.9015,5.2923,29.6092,0.0000,29.6092,0.1897,29.4195,0.0000,1.5229,8.9578,18.9389,8350.4182,8350.4182,8350.4182,8350.4182,8350.4182 +139.5000,1.0000,986.8668,49.1675,48.7910,0.2092,0.0000,5,1078.4801,428.1833,637.0743,-72.2446,48.3582,71.9500,-8.1592,0.5470,42.2340,0.0000,42.2340,5.5773,42.2340,0.6760,0.0000,41.5581,0.0000,41.5581,5.3646,36.1935,0.0000,36.1935,0.2536,35.9399,0.0000,1.5437,9.0800,25.3163,9677.5292,9677.5292,9677.5292,9677.5292,9677.5292 +140.5000,1.0000,1000.7508,49.9825,49.5440,0.2436,0.0000,5,1096.3569,466.1125,666.2655,-73.5243,53.5145,76.4941,-8.4413,0.6476,47.2402,0.0000,47.2402,5.6267,47.2402,0.7128,0.0000,46.5274,0.0000,46.5274,5.4535,41.0739,0.0000,41.0739,0.3002,40.7737,0.0000,1.5692,9.2305,29.9740,10630.2311,10630.2311,10630.2311,10630.2311,10630.2311 +141.5000,1.0000,1014.8857,50.8855,50.4210,0.2581,0.0000,5,1116.1641,481.9316,686.7882,-74.7493,56.3303,80.2748,-8.7370,0.6984,49.9349,0.0000,49.9349,5.6970,49.9349,0.7394,0.0000,49.1955,0.0000,49.1955,5.5520,43.6435,0.0000,43.6435,0.3237,43.3197,0.0000,1.5976,9.3973,32.3248,11214.6093,11214.6093,11214.6093,11214.6093,11214.6093 +142.5000,1.0000,1029.3416,52.0415,51.3500,0.3842,0.0000,5,1141.5207,622.6859,696.7697,-76.2619,74.4357,83.2917,-9.1163,1.0633,67.5801,0.0000,67.5801,5.7923,67.5801,0.8448,0.0000,66.7353,0.0000,66.7353,5.7826,60.9527,0.0000,60.9527,0.4929,60.4598,0.0000,1.6339,9.6108,49.2151,14656.8208,14656.8208,14656.8208,14656.8208,14656.8208 +143.5000,1.0000,1044.2441,53.6487,52.7330,0.5087,0.0000,5,1176.7746,762.8496,762.8496,-78.3648,94.0071,94.0071,-9.6570,1.4515,86.6287,0.0000,86.6287,5.9268,86.6287,0.9643,0.0000,85.6645,0.0000,85.6645,6.2142,79.4502,0.0000,79.4502,0.6729,78.7773,0.0000,1.6843,9.9076,67.1854,18331.1680,18331.1680,18331.1680,18331.1680,18331.1680 +144.5000,1.0000,1059.6764,55.5563,54.6880,0.5510,0.0000,5,1218.6165,826.2910,826.2910,-80.8544,105.4457,105.4457,-10.3181,1.6281,95.6805,0.0000,95.6805,8.1370,95.6805,1.0390,0.0000,94.6415,0.0000,94.6415,6.5242,88.1174,0.0000,88.1174,0.7548,87.3626,0.0000,1.7442,10.2599,75.3585,20503.6635,20503.6635,20503.6635,20503.6635,20503.6635 +145.5000,1.0000,1075.5371,57.0986,56.5750,0.3058,0.0000,5,1252.4463,549.3494,857.3036,-82.8608,72.0504,112.4404,-10.8677,0.9287,62.8800,0.0000,62.8800,8.2417,62.8800,0.8993,0.0000,61.9807,0.0000,61.9807,6.2299,55.7508,0.0000,55.7508,0.4305,55.3203,0.0000,1.7927,10.5447,42.9829,14229.1362,14229.1362,14229.1362,14229.1362,14229.1362 +146.5000,1.0000,1091.6828,58.1245,57.6490,0.2642,0.0000,5,1274.9502,502.3468,744.4949,-84.1954,67.0696,99.3994,-11.2411,0.8166,57.9685,0.0000,57.9685,8.2845,57.9685,0.8912,0.0000,57.0772,0.0000,57.0772,6.3418,50.7354,0.0000,50.7354,0.3786,50.3568,0.0000,1.8249,10.7342,37.7978,13331.5139,13331.5139,13331.5139,13331.5139,13331.5139 +147.5000,1.0000,1108.0580,58.9510,58.6000,0.1950,0.0000,5,1293.0793,425.5819,727.7632,-85.2706,57.6285,98.5471,-11.5466,0.6114,48.6088,0.0000,48.6088,8.4082,48.6088,0.8579,0.0000,47.7510,0.0000,47.7510,6.4320,41.3190,0.0000,41.3190,0.2834,41.0356,0.0000,1.8508,10.8868,28.2980,11521.7072,11521.7072,11521.7072,11521.7072,11521.7072 +148.5000,1.0000,1124.5686,59.4380,59.3020,0.0756,0.0000,5,1303.7616,292.9788,698.3839,-85.9042,40.0003,95.3501,-11.7285,0.2388,31.2729,0.0000,31.2729,8.4886,31.2729,0.7791,0.0000,30.4937,0.0000,30.4937,6.4852,24.0086,0.0000,24.0086,0.1107,23.8979,0.0000,1.8661,10.9767,11.0550,8206.6366,8206.6366,8206.6366,8206.6366,8206.6366 +149.5000,1.0000,1141.1496,59.6915,59.5740,0.0653,0.0000,5,1309.3221,281.1926,644.7028,-86.2340,38.5549,88.3964,-11.8237,0.2072,29.8748,0.0000,29.8748,8.4729,29.8748,0.7763,0.0000,29.0984,0.0000,29.0984,6.5128,22.5856,0.0000,22.5856,0.0961,22.4896,0.0000,1.8741,11.0235,9.5920,7933.8543,7933.8543,7933.8543,7933.8543,7933.8543 +150.5000,1.0000,1157.7680,59.8265,59.8090,0.0097,0.0000,5,1312.2833,219.7074,640.6202,-86.4096,30.1926,88.0353,-11.8746,0.0309,21.6378,0.0000,21.6378,8.5239,21.6378,0.7374,0.0000,20.9005,0.0000,20.9005,6.5275,14.3729,0.0000,14.3729,0.0143,14.3586,0.0000,1.8783,11.0485,1.4318,6386.8394,6386.8394,6386.8394,6386.8394,6386.8394 +151.5000,1.0000,1174.3597,59.7300,59.8440,-0.0633,0.0000,5,1310.1666,123.3265,614.9044,-86.2840,16.9204,84.3651,-11.8382,-0.2012,10.6985,0.0000,10.6985,6.4231,10.6985,0.6811,0.0000,10.0174,0.0000,10.0174,6.5170,3.5004,0.0000,3.5004,-0.0933,3.5937,0.0000,1.8753,11.0307,-9.3122,3927.6242,3927.6242,3927.6242,3927.6242,3927.6242 +152.5000,1.0000,1190.9015,59.5505,59.6160,-0.0364,0.0000,5,1306.2293,153.4930,573.6310,-86.0505,20.9960,78.4658,-11.7707,-0.1152,14.6748,0.0000,14.6748,6.4365,14.6748,0.6980,0.0000,13.9768,0.0000,13.9768,6.4974,7.4793,0.0000,7.4793,-0.0534,7.5328,0.0000,1.8696,10.9975,-5.3344,4675.5339,4675.5339,4675.5339,4675.5339,4675.5339 +153.5000,1.0000,1207.4036,59.4075,59.4850,-0.0431,0.0000,5,1303.0926,146.0364,585.5279,-85.8645,19.9281,79.9009,-11.7170,-0.1360,13.6490,0.0000,13.6490,6.4151,13.6490,0.6905,0.0000,12.9585,0.0000,12.9585,6.4818,6.4767,0.0000,6.4767,-0.0631,6.5397,0.0000,1.8651,10.9711,-6.2965,4475.9509,4475.9509,4475.9509,4475.9509,4475.9509 +154.5000,1.0000,1223.8322,59.1430,59.3300,-0.1039,0.0000,5,1297.2908,78.7918,581.1141,-85.5204,10.7040,78.9455,-11.6181,-0.3268,4.6127,0.0000,4.6127,6.4181,4.6127,0.6574,0.0000,3.9554,0.0000,3.9554,6.4530,-2.4976,0.0000,-2.4976,-0.1515,-2.3461,0.0000,1.8568,10.9222,-15.1252,2952.3759,2952.3759,2952.3759,2952.3759,2952.3759 +155.5000,1.0000,1240.1533,58.7560,58.9560,-0.1111,0.0000,5,1288.8020,70.7459,550.4517,-85.0170,9.5481,74.2906,-11.4741,-0.3472,3.5278,0.0000,3.5278,6.3675,3.5278,0.6534,0.0000,2.8744,0.0000,2.8744,6.4107,-3.5363,0.0000,-3.5363,-0.1610,-3.3754,0.0000,1.8447,10.8508,-16.0709,2801.9063,2801.9063,2801.9063,2801.9063,2801.9063 +156.5000,1.0000,1256.3514,58.3130,58.5560,-0.1350,0.0000,5,1279.0849,44.5615,544.5047,-84.4406,5.9688,72.9339,-11.3104,-0.4187,0.0438,0.0000,0.0438,6.3437,0.0438,0.6546,0.0000,-0.6108,0.0000,-0.6108,6.3624,-6.9732,0.0000,-6.9732,-0.1941,-6.7791,0.0000,1.8308,10.7690,-19.3789,2355.0174,2355.0174,2355.0174,2355.0174,2355.0174 +157.5000,1.0000,1272.3896,57.7375,58.0700,-0.1847,0.0000,5,1266.4614,-10.4261,529.8966,-83.6920,-1.3827,70.2768,-11.0995,-0.5672,-7.0800,0.0000,-7.0800,6.2645,-7.0800,0.6626,0.0000,-7.7426,0.0000,-7.7426,6.2996,-14.0422,0.0000,-14.0422,-0.2630,-13.7793,0.0000,1.8127,10.6627,-26.2547,1407.2875,1407.2875,1407.2875,1407.2875,1407.2875 +158.5000,1.0000,1288.1929,56.8920,57.4050,-0.2850,0.0000,5,1247.9155,45.7087,500.7078,-82.5921,5.9733,65.4332,-10.7932,-0.8623,0.6291,0.0000,0.6291,6.2065,0.6291,0.6291,0.0000,0.0000,0.0000,0.0000,6.2074,-6.2074,21.8137,-28.0211,-0.3998,-27.6213,0.0000,1.7862,10.5065,-39.9140,2300.4878,2300.4878,2300.4878,2300.4878,2300.4878 +159.5000,1.0000,1303.7262,55.9200,56.3790,-0.2550,0.0000,5,1226.5949,46.4403,520.2170,-81.3276,5.9652,66.8212,-10.4464,-0.7584,0.6129,0.0000,0.6129,6.1107,0.6129,0.6129,0.0000,0.0000,0.0000,0.0000,6.1013,-6.1013,17.2699,-23.3713,-0.3516,-23.0197,0.0000,1.7557,10.3270,-35.1024,2265.8980,2265.8980,2265.8980,2265.8980,2265.8980 +160.5000,1.0000,1318.9851,54.9320,55.4610,-0.2939,0.0000,5,1204.9233,45.7533,515.1190,-80.0423,5.7731,64.9973,-10.0997,-0.8586,0.5967,0.0000,0.5967,6.0350,0.5967,0.5967,0.0000,0.0000,0.0000,0.0000,5.9935,-5.9935,22.2762,-28.2697,-0.3980,-27.8717,0.0000,1.7246,10.1446,-39.7409,2207.9069,2207.9069,2207.9069,2207.9069,2207.9069 +161.5000,1.0000,1333.8626,53.5590,54.4030,-0.4689,0.0440,5,1174.8068,41.8521,506.8658,-78.2475,5.1489,62.3574,-9.6264,-1.3356,0.5745,0.0000,0.5745,5.9101,0.5745,0.5745,0.0000,0.0000,0.0000,0.0000,5.8437,-5.8437,44.4544,-50.2981,-0.6192,-49.6789,0.5689,1.6815,9.8910,-61.8204,2118.4581,2118.4581,2118.4581,2118.4581,2118.4581 +162.5000,1.0000,1348.1994,51.6125,52.7150,-0.6125,0.2960,5,1132.1107,39.5029,493.9464,-75.7005,4.6832,58.5595,-8.9746,-1.6813,0.5436,0.0000,0.5436,5.8210,0.5436,0.5436,0.0000,0.0000,0.0000,0.0000,5.6313,-5.6313,58.1279,-63.7593,-0.7794,-62.9799,3.6880,1.6204,9.5315,-77.8198,2052.9992,2052.9992,2052.9992,2052.9992,2052.9992 +163.5000,1.0000,1361.9672,49.5640,50.5100,-0.5256,0.8280,5,1087.1772,41.6771,481.1427,-72.8672,4.7449,54.7776,-8.2959,-1.3854,0.5119,0.0000,0.5119,5.6184,0.5119,0.5119,0.0000,0.0000,0.0000,0.0000,5.4078,-5.4078,38.7417,-44.1495,-0.6422,-43.5073,9.9068,1.5561,9.1529,-64.1231,2009.6450,2009.6450,2009.6450,2009.6450,2009.6450 +164.5000,1.0000,1375.1644,47.5100,48.6180,-0.6156,0.9200,5,1042.1231,40.4697,470.3511,-69.6421,4.4165,51.3298,-7.6001,-1.5554,0.4810,0.0000,0.4810,5.4909,0.4810,0.4810,0.0000,0.0000,0.0000,0.0000,5.1837,-5.1837,46.7124,-51.8962,-0.7210,-51.1751,10.5513,1.4916,8.7736,-71.9916,1882.5409,1882.5409,1882.5409,1882.5409,1882.5409 +165.5000,1.0000,1387.7983,45.4820,46.4020,-0.5111,0.6230,5,997.6393,43.5161,457.9370,-66.7619,4.5462,47.8418,-6.9748,-1.2363,0.4513,0.0000,0.4513,5.3313,0.4513,0.4513,0.0000,0.0000,0.0000,0.0000,4.9624,-4.9624,36.1681,-41.1305,-0.5731,-40.5574,6.8402,1.4279,8.3992,-57.2248,1837.2033,1837.2033,1837.2033,1837.2033,1837.2033 +166.5000,1.0000,1400.0364,44.0570,44.5620,-0.2806,0.2700,5,966.3822,49.0360,444.8743,-68.5499,4.9624,45.0210,-6.9372,-0.6574,0.4309,0.0000,0.4309,5.1889,0.4309,0.4309,0.0000,0.0000,0.0000,0.0000,4.8070,-4.8070,13.5340,-18.3410,-0.3047,-18.0362,2.8716,1.3832,8.1362,-30.4273,1851.9339,1851.9339,1851.9339,1851.9339,1851.9339 +167.5000,1.0000,1412.0860,43.3785,43.5520,-0.0964,0.0350,5,951.4994,94.0792,440.6825,-69.4013,9.3741,43.9099,-6.9152,-0.2224,4.4876,0.0000,4.4876,5.1089,4.4876,0.4112,0.0000,4.0765,0.0000,4.0765,4.7329,-0.6565,0.0000,-0.6565,-0.1031,-0.5534,0.3665,1.3619,8.0109,-10.2927,2675.8581,2675.8581,2675.8581,2675.8581,2675.8581 +168.5000,1.0000,1424.0211,42.9665,43.2050,-0.1325,0.0000,5,942.4623,50.8381,460.0745,-69.9183,5.0174,45.4068,-6.9005,-0.3028,0.2330,0.0000,0.2330,5.0872,0.2330,0.4160,0.0000,-0.1830,0.0000,-0.1830,4.6880,-4.8710,0.0000,-4.8710,-0.1404,-4.7306,0.0000,1.3490,7.9348,-14.0144,1816.5561,1816.5561,1816.5561,1816.5561,1816.5561 +169.5000,1.0000,1435.8610,42.6235,42.7280,-0.0581,0.0000,5,934.9386,132.9017,434.0933,-70.3486,13.0119,42.5006,-6.8876,-0.1316,8.1235,0.0000,8.1235,5.0200,8.1235,0.4157,0.0000,7.7078,0.0000,7.7078,4.6506,3.0572,0.0000,3.0572,-0.0610,3.1182,0.0000,1.3382,7.8715,-6.0915,3172.3742,3172.3742,3172.3742,3172.3742,3172.3742 +170.5000,1.0000,1447.6068,42.2850,42.5190,-0.1300,0.0000,5,927.5137,53.5500,473.9860,-70.7734,5.2013,46.0378,-6.8741,-0.2924,0.4886,0.0000,0.4886,5.0050,0.4886,0.4059,0.0000,0.0828,0.0000,0.0828,4.6136,-4.5309,0.0000,-4.5309,-0.1355,-4.3953,0.0000,1.3276,7.8090,-13.5319,1824.9877,1824.9877,1824.9877,1824.9877,1824.9877 +171.5000,1.0000,1459.2607,41.9540,42.0510,-0.0539,0.0000,5,920.2533,137.6153,429.1086,-71.1887,13.2618,41.3526,-6.8604,-0.1202,8.4299,0.0000,8.4299,4.9521,8.4299,0.4086,0.0000,8.0213,0.0000,8.0213,4.5775,3.4438,0.0000,3.4438,-0.0557,3.4996,0.0000,1.3172,7.7479,-5.5655,3189.9734,3189.9734,3189.9734,3189.9734,3189.9734 +172.5000,1.0000,1470.9157,41.9580,41.8570,0.0561,0.0000,5,920.3410,259.6887,472.9012,-71.1837,25.0283,45.5772,-6.8605,0.1252,19.9637,0.0000,19.9637,4.9393,19.9637,0.4663,0.0000,19.4974,0.0000,19.4974,4.5779,14.9195,0.0000,14.9195,0.0580,14.8614,0.0000,1.3173,7.7486,5.7955,5222.6218,5222.6218,5222.6218,5222.6218,5222.6218 +173.5000,1.0000,1482.6212,42.1400,42.0590,0.0450,0.0000,5,924.3331,247.3278,537.7385,-70.9553,23.9403,52.0509,-6.8682,0.1009,18.8811,0.0000,18.8811,4.9584,18.8811,0.4632,0.0000,18.4179,0.0000,18.4179,4.5978,13.8200,0.0000,13.8200,0.0468,13.7733,0.0000,1.3230,7.7822,4.6681,5002.0700,5002.0700,5002.0700,5002.0700,5002.0700 +174.5000,1.0000,1494.3543,42.2390,42.2210,0.0100,0.0000,5,926.5047,208.3031,532.4161,-70.8311,20.2103,51.6568,-6.8723,0.0225,15.2317,0.0000,15.2317,4.9561,15.2317,0.4463,0.0000,14.7854,0.0000,14.7854,4.6086,10.1768,0.0000,10.1768,0.0104,10.1664,0.0000,1.3261,7.8005,1.0398,4329.7212,4329.7212,4329.7212,4329.7212,4329.7212 +175.5000,1.0000,1506.1480,42.4575,42.2570,0.1114,0.0000,5,931.2974,320.7795,513.7218,-70.5569,31.2841,50.1008,-6.8811,0.2515,26.0681,0.0000,26.0681,4.9645,26.0681,0.5033,0.0000,25.5648,0.0000,25.5648,4.6324,20.9324,0.0000,20.9324,0.1166,20.8158,0.0000,1.3330,7.8409,11.6419,6406.2978,6406.2978,6406.2978,6406.2978,6406.2978 +176.5000,1.0000,1518.0726,42.9285,42.6580,0.1503,0.0000,5,941.6287,363.4789,574.9411,-69.9659,35.8416,56.6933,-6.8991,0.3431,30.5309,0.0000,30.5309,4.9676,30.5309,0.5317,0.0000,29.9992,0.0000,29.9992,4.6838,25.3154,0.0000,25.3154,0.1591,25.1563,0.0000,1.3478,7.9278,15.8807,7294.2865,7294.2865,7294.2865,7294.2865,7294.2865 +177.5000,1.0000,1530.2040,43.6730,43.1990,0.2633,0.0000,5,957.9592,488.7995,601.8178,-69.0318,49.0350,60.3727,-6.9251,0.6117,43.4015,0.0000,43.4015,5.0218,43.4015,0.6059,0.0000,42.7956,0.0000,42.7956,4.7651,38.0306,0.0000,38.0306,0.2835,37.7470,0.0000,1.3711,8.0653,28.3105,9837.5709,9837.5709,9837.5709,9837.5709,9837.5709 +178.5000,1.0000,1542.5655,44.5015,44.1470,0.1969,0.0000,5,976.1322,414.7554,671.2319,-67.9922,42.3964,68.6135,-6.9502,0.4661,36.8461,0.0000,36.8461,5.0842,36.8461,0.5842,0.0000,36.2619,0.0000,36.2619,4.8555,31.4064,0.0000,31.4064,0.2161,31.1903,0.0000,1.3972,8.2183,21.5748,8558.5553,8558.5553,8558.5553,8558.5553,8558.5553 +179.5000,1.0000,1555.1187,45.1915,44.8560,0.1864,0.0000,5,991.2672,402.9820,640.5337,-67.1264,41.8317,66.4908,-6.9681,0.4480,36.2285,0.0000,36.2285,5.1552,36.2285,0.5904,0.0000,35.6381,0.0000,35.6381,4.9307,30.7073,0.0000,30.7073,0.2077,30.4997,0.0000,1.4188,8.3458,20.7351,8480.8501,8480.8501,8480.8501,8480.8501,8480.8501 +180.5000,1.0000,1567.8890,45.9730,45.5270,0.2478,0.0000,5,1008.4093,470.8672,639.0328,-67.2288,49.7238,67.4821,-7.0994,0.6058,43.9108,0.0000,43.9108,5.2071,43.9108,0.6395,0.0000,43.2714,0.0000,43.2714,5.0160,38.2553,0.0000,38.2553,0.2808,37.9745,0.0000,1.4434,8.4901,28.0411,9964.7663,9964.7663,9964.7663,9964.7663,9964.7663 +181.5000,1.0000,1580.9354,46.9670,46.4190,0.3044,0.0000,5,1030.2125,533.3275,674.8951,-68.7895,57.5373,72.8101,-7.4213,0.7605,51.5154,0.0000,51.5154,5.2614,51.5154,0.6912,0.0000,50.8242,0.0000,50.8242,5.1245,45.6997,0.0000,45.6997,0.3525,45.3472,0.0000,1.4746,8.6736,35.1990,11456.1741,11456.1741,11456.1741,11456.1741,11456.1741 +182.5000,1.0000,1594.2790,48.0370,47.5150,0.2900,0.0000,5,1053.6828,517.1465,708.2854,-70.4696,57.0627,78.1532,-7.7757,0.7409,50.9604,0.0000,50.9604,5.3614,50.9604,0.7035,0.0000,50.2569,0.0000,50.2569,5.2412,45.0157,0.0000,45.0157,0.3435,44.6722,0.0000,1.5082,8.8712,34.2928,11365.8340,11365.8340,11365.8340,11365.8340,11365.8340 +183.5000,1.0000,1607.8944,49.0155,48.5590,0.2536,0.0000,5,1075.1460,476.4286,704.2384,-72.0060,53.6406,79.2895,-8.1071,0.6611,47.5463,0.0000,47.5463,5.4332,47.5463,0.7003,0.0000,46.8460,0.0000,46.8460,5.3480,41.4980,0.0000,41.4980,0.3065,41.1915,0.0000,1.5389,9.0520,30.6007,10664.5828,10664.5828,10664.5828,10664.5828,10664.5828 +184.5000,1.0000,1621.7871,50.0135,49.4720,0.3008,0.0000,5,1097.0369,528.9678,688.3442,-73.5730,60.7686,79.0780,-8.4522,0.8002,54.4210,0.0000,54.4210,5.5474,54.4210,0.7491,0.0000,53.6719,0.0000,53.6719,5.4569,48.2150,0.0000,48.2150,0.3709,47.8440,0.0000,1.5702,9.2363,37.0376,12046.5203,12046.5203,12046.5203,12046.5203,12046.5203 +185.5000,1.0000,1635.8923,50.7790,50.5550,0.1244,0.0000,5,1113.8280,332.3845,716.5036,-74.6099,38.7693,83.5728,-8.7025,0.3361,32.8763,0.0000,32.8763,5.5569,32.8763,0.6526,0.0000,32.2237,0.0000,32.2237,5.5404,26.6833,0.0000,26.6833,0.1558,26.5275,0.0000,1.5942,9.3776,15.5557,7829.2014,7829.2014,7829.2014,7829.2014,7829.2014 +186.5000,1.0000,1650.0800,51.0755,51.0030,0.0403,0.0000,5,1120.3317,239.0854,626.9941,-74.9979,28.0497,73.5595,-8.7988,0.1094,22.3277,0.0000,22.3277,5.6126,22.3277,0.6042,0.0000,21.7236,0.0000,21.7236,5.5727,16.1508,0.0000,16.1508,0.0507,16.1001,0.0000,1.6036,9.4324,5.0642,5787.6114,5787.6114,5787.6114,5787.6114,5787.6114 +187.5000,1.0000,1664.3057,51.2125,51.1480,0.0358,0.0000,5,1123.3368,233.9398,583.9840,-75.1772,27.5196,68.6973,-8.8435,0.0976,21.8196,0.0000,21.8196,5.6025,21.8196,0.6037,0.0000,21.2159,0.0000,21.2159,5.5877,15.6282,0.0000,15.6282,0.0452,15.5830,0.0000,1.6079,9.4577,4.5174,5699.1565,5699.1565,5699.1565,5699.1565,5699.1565 +188.5000,1.0000,1678.5125,51.1445,51.2770,-0.0736,0.0000,5,1121.8452,112.7928,581.6916,-75.0882,13.2508,68.3367,-8.8213,-0.2002,7.8032,0.0000,7.8032,5.6479,7.8032,0.5326,0.0000,7.2706,0.0000,7.2706,5.5803,1.6903,0.0000,1.6903,-0.0928,1.7832,0.0000,1.6057,9.4451,-9.2677,3212.7838,3212.7838,3212.7838,3212.7838,3212.7838 +189.5000,1.0000,1692.6601,50.9315,51.0120,-0.0447,0.0000,5,1117.1731,144.9936,523.2668,-74.8095,16.9628,61.2170,-8.7520,-0.1211,11.4462,0.0000,11.4462,5.6377,11.4462,0.5477,0.0000,10.8986,0.0000,10.8986,5.5570,5.3416,0.0000,5.3416,-0.0562,5.3977,0.0000,1.5990,9.4058,-5.6071,3741.5532,3741.5532,3741.5532,3741.5532,3741.5532 +190.5000,1.0000,1706.7490,50.7200,50.8510,-0.0728,0.0000,5,1112.5339,114.0246,537.5671,-74.5327,13.2844,62.6289,-8.6834,-0.1963,7.8419,0.0000,7.8419,5.6388,7.8419,0.5265,0.0000,7.3153,0.0000,7.3153,5.5340,1.7814,0.0000,1.7814,-0.0910,1.8724,0.0000,1.5924,9.3667,-9.0867,3226.0359,3226.0359,3226.0359,3226.0359,3226.0359 +191.5000,1.0000,1720.7673,50.4660,50.5890,-0.0683,0.0000,5,1106.9624,118.7230,521.4945,-74.2004,13.7625,60.4521,-8.6014,-0.1834,8.3618,0.0000,8.3618,5.5841,8.3618,0.5254,0.0000,7.8364,0.0000,7.8364,5.5062,2.3301,0.0000,2.3301,-0.0850,2.4152,0.0000,1.5844,9.3198,-8.4891,3296.1987,3296.1987,3296.1987,3296.1987,3296.1987 +192.5000,1.0000,1734.6833,50.0975,50.3430,-0.1364,0.0000,5,1098.8794,43.6950,521.9801,-73.7049,5.0282,60.0665,-8.4815,-0.3634,-0.1759,0.0000,-0.1759,5.5675,-0.1759,0.5218,0.0000,-0.6977,0.0000,-0.6977,5.4660,-6.1638,0.0000,-6.1638,-0.1685,-5.9953,0.0000,1.5728,9.2518,-16.8199,2075.4825,2075.4825,2075.4825,2075.4825,2075.4825 +193.5000,1.0000,1748.3819,49.3150,49.8520,-0.2983,0.0000,5,1081.7154,46.1185,481.2420,-72.4762,5.2242,54.5136,-8.2099,-0.7825,0.5081,0.0000,0.5081,5.4985,0.5081,0.5081,0.0000,0.0000,0.0000,0.0000,5.3807,-5.3807,20.5433,-25.9240,-0.3627,-25.5613,0.0000,1.5483,9.1073,-36.2168,2082.5966,2082.5966,2082.5966,2082.5966,2082.5966 +194.5000,1.0000,1761.6621,47.8085,48.7780,-0.5386,0.0000,5,1048.6706,41.4848,474.0693,-70.1108,4.5557,52.0606,-7.6993,-1.3695,0.4854,0.0000,0.4854,5.4398,0.4854,0.4854,0.0000,0.0000,0.0000,0.0000,5.2163,-5.2163,48.4769,-53.6932,-0.6349,-53.0584,0.0000,1.5010,8.8290,-63.3884,1917.1826,1917.1826,1917.1826,1917.1826,1917.1826 +195.5000,1.0000,1774.4640,46.0870,46.8390,-0.4178,0.0720,5,1010.9099,46.2073,462.1594,-67.4078,4.8916,48.9252,-7.1359,-1.0240,0.4600,0.0000,0.4600,5.4556,0.4600,0.4600,0.0000,0.0000,0.0000,0.0000,5.0285,-5.0285,32.0844,-37.1128,-0.4747,-36.6381,0.8011,1.4469,8.5111,-47.3972,1921.0993,1921.0993,1921.0993,1921.0993,1921.0993 +196.5000,1.0000,1786.8065,44.4330,45.3350,-0.5011,0.0870,5,974.6297,43.5562,450.1674,-68.0781,4.4455,45.9454,-6.9483,-1.1842,0.4362,0.0000,0.4362,5.1934,0.4362,0.4362,0.0000,0.0000,0.0000,0.0000,4.8480,-4.8480,39.9782,-44.8262,-0.5490,-44.2773,0.9332,1.3950,8.2057,-54.8111,1770.5566,1770.5566,1770.5566,1770.5566,1770.5566 +197.5000,1.0000,1798.7568,43.0210,43.5310,-0.2833,0.0870,5,943.6577,48.6533,434.6979,-69.8499,4.8079,42.9567,-6.9025,-0.6483,0.4163,0.0000,0.4163,5.0399,0.4163,0.4163,0.0000,0.0000,0.0000,0.0000,4.6939,-4.6939,15.4134,-20.1073,-0.3005,-19.8068,0.9035,1.3507,7.9449,-30.0060,1777.9794,1777.9794,1777.9794,1777.9794,1777.9794 +198.5000,1.0000,1810.5136,42.3245,42.5110,-0.1036,0.0150,5,928.3801,83.8528,430.2846,-70.7238,8.1521,41.8322,-6.8758,-0.2332,3.4122,0.0000,3.4122,4.9732,3.4122,0.3991,0.0000,3.0131,0.0000,3.0131,4.6179,-1.6049,0.0000,-1.6049,-0.1081,-1.4968,0.1533,1.3288,7.8163,-10.7951,2411.1588,2411.1588,2411.1588,2411.1588,2411.1588 +199.5000,1.0000,1822.2240,42.1575,42.1380,0.0108,0.0000,5,924.7170,209.2355,446.8227,-70.9334,20.2616,43.2686,-6.8689,0.0243,15.2897,0.0000,15.2897,4.9475,15.2897,0.4455,0.0000,14.8442,0.0000,14.8442,4.5997,10.2445,0.0000,10.2445,0.0113,10.2333,0.0000,1.3236,7.7854,1.1243,4337.7426,4337.7426,4337.7426,4337.7426,4337.7426 +200.5000,1.0000,1834.0201,42.4660,42.1770,0.1606,0.0000,5,931.4839,375.3333,514.0492,-70.5463,36.6118,50.1428,-6.8814,0.3626,31.2907,0.0000,31.2907,4.9585,31.2907,0.5295,0.0000,30.7612,0.0000,30.7612,4.6334,26.1278,0.0000,26.1278,0.1681,25.9597,0.0000,1.3333,7.8424,16.7840,7453.8895,7453.8895,7453.8895,7453.8895,7453.8895 +201.5000,1.0000,1845.9778,43.0475,42.7550,0.1625,0.0000,5,944.2390,377.2013,603.3831,-69.8166,37.2978,59.6628,-6.9035,0.3720,31.9308,0.0000,31.9308,4.9950,31.9308,0.5403,0.0000,31.3905,0.0000,31.3905,4.6968,26.6937,0.0000,26.6937,0.1725,26.5212,0.0000,1.3515,7.9498,17.2199,7593.8710,7593.8710,7593.8710,7593.8710,7593.8710 +202.5000,1.0000,1858.1704,43.8935,43.3400,0.3075,0.0000,5,962.7958,537.6659,610.1465,-68.7551,54.2095,61.5173,-6.9321,0.7178,48.4659,0.0000,48.4659,5.0257,48.4659,0.6342,0.0000,47.8317,0.0000,47.8317,4.7891,43.0426,0.0000,43.0426,0.3328,42.7098,0.0000,1.3781,8.1060,33.2257,10772.1322,10772.1322,10772.1322,10772.1322,10772.1322 +203.5000,1.0000,1870.7186,45.1735,44.4470,0.4036,0.0000,5,990.8724,644.7758,698.1767,-67.1490,66.9045,72.4456,-6.9676,0.9697,60.8587,0.0000,60.8587,5.0761,60.8587,0.7133,0.0000,60.1453,0.0000,60.1453,5.0527,55.0926,0.0000,55.0926,0.4495,54.6431,0.0000,1.4183,8.3424,44.8824,13272.8756,13272.8756,13272.8756,13272.8756,13272.8756 +204.5000,1.0000,1883.7194,46.8030,45.9000,0.5016,0.0000,5,1026.6143,754.7766,754.7766,-68.5319,81.1436,81.1436,-7.3676,1.2487,74.7012,0.0000,74.7012,5.1937,74.7012,0.8049,0.0000,73.8963,0.0000,73.8963,5.4087,68.4876,0.0000,68.4876,0.5789,67.9088,0.0000,1.4694,8.6433,57.7960,15982.0947,15982.0947,15982.0947,15982.0947,15982.0947 +205.5000,1.0000,1897.2136,48.5790,47.7480,0.4850,0.0000,5,1065.5705,735.6670,810.4714,-71.3205,82.0903,90.4375,-7.9584,1.2531,75.4962,0.0000,75.4962,5.3410,75.4962,0.8339,0.0000,74.6624,0.0000,74.6624,5.5834,69.0790,0.0000,69.0790,0.5809,68.4981,0.0000,1.5252,8.9713,58.0016,16113.4647,16113.4647,16113.4647,16113.4647,16113.4647 +206.5000,1.0000,1911.2083,50.3810,49.4520,0.5161,0.0000,5,1105.0980,770.0840,805.4699,-74.0892,89.1184,93.2135,-8.5740,1.3829,82.2792,0.0000,82.2792,5.4563,82.2792,0.8938,0.0000,81.3855,0.0000,81.3855,5.8498,75.5357,0.0000,75.5357,0.6411,74.8946,0.0000,1.5817,9.3041,64.0087,17420.4618,17420.4618,17420.4618,17420.4618,17420.4618 +207.5000,1.0000,1925.6494,51.9880,51.3100,0.3767,0.0000,5,1140.3472,612.5649,825.5175,-76.1919,73.1506,98.5807,-9.0986,1.0415,66.5212,0.0000,66.5212,5.5879,66.5212,0.8387,0.0000,65.6825,0.0000,65.6825,5.7619,59.9206,0.0000,59.9206,0.4828,59.4378,0.0000,1.6322,9.6009,48.2047,14439.3181,14439.3181,14439.3181,14439.3181,14439.3181 +208.5000,1.0000,1940.5243,53.5495,52.6660,0.4908,0.0000,5,1174.5984,740.8828,758.3229,-78.2350,91.1313,93.2765,-9.6232,1.3979,84.0369,0.0000,84.0369,5.6965,84.0369,0.9498,0.0000,83.0871,0.0000,83.0871,6.1665,76.9207,0.0000,76.9207,0.6480,76.2726,0.0000,1.6812,9.8893,64.7022,17773.9280,17773.9280,17773.9280,17773.9280,17773.9280 +209.5000,1.0000,1955.8965,55.3400,54.4330,0.5039,0.0000,5,1213.8727,755.5924,817.2224,-80.5730,96.0482,103.8824,-10.2422,1.4831,88.6896,0.0000,88.6896,5.8755,88.6896,1.0007,0.0000,87.6890,0.0000,87.6890,6.4000,81.2890,0.0000,81.2890,0.6875,80.6015,0.0000,1.7374,10.2199,68.6441,18704.4565,18704.4565,18704.4565,18704.4565,18704.4565 +210.5000,1.0000,1971.7059,56.9140,56.2470,0.3706,0.0000,5,1248.3981,605.2693,826.8803,-82.6207,79.1280,108.0997,-10.8012,1.1217,71.9700,0.0000,71.9700,6.0363,71.9700,0.9418,0.0000,71.0282,0.0000,71.0282,6.2947,64.7335,0.0000,64.7335,0.5200,64.2135,0.0000,1.7869,10.5106,51.9161,15575.8146,15575.8146,15575.8146,15575.8146,15575.8146 +211.5000,1.0000,1987.8738,58.2045,57.5810,0.3464,0.0000,5,1276.7050,592.9395,767.0702,-84.2995,79.2738,102.5544,-11.2705,1.0723,70.0411,0.0000,70.0411,8.1604,70.0411,0.9529,0.0000,69.0882,0.0000,69.0882,6.3842,62.7040,0.0000,62.7040,0.4971,62.2069,0.0000,1.8274,10.7489,49.6306,15602.0736,15602.0736,15602.0736,15602.0736,15602.0736 +212.5000,1.0000,2004.3769,59.4110,58.8280,0.3239,0.0000,5,1303.1693,567.9266,765.0432,-85.8690,77.5036,104.4036,-11.7183,1.0234,68.1254,0.0000,68.1254,8.3548,68.1254,0.9630,0.0000,67.1624,0.0000,67.1624,6.4822,60.6802,0.0000,60.6802,0.4744,60.2058,0.0000,1.8653,10.9717,47.3688,15269.5660,15269.5660,15269.5660,15269.5660,15269.5660 +213.5000,1.0000,2021.1700,60.4550,59.9940,0.2561,0.0000,5,1326.0693,492.3511,758.0045,-87.2272,68.3707,105.2608,-12.1129,0.8235,59.0899,0.0000,59.0899,8.4573,59.0899,0.9350,0.0000,58.1549,0.0000,58.1549,6.5961,51.5588,0.0000,51.5588,0.3817,51.1770,0.0000,1.8980,11.1645,38.1145,13571.0073,13571.0073,13571.0073,13571.0073,13571.0073 +214.5000,1.0000,2038.1252,61.0390,60.9160,0.0683,0.0000,5,1338.8792,283.6185,730.6484,-87.9869,39.7653,102.4421,-12.3364,0.2218,31.0235,0.0000,31.0235,8.5200,31.0235,0.8044,0.0000,30.2190,0.0000,30.2190,6.6598,23.5592,0.0000,23.5592,0.1028,23.4564,0.0000,1.9164,11.2724,10.2676,8178.4357,8178.4357,8178.4357,8178.4357,8178.4357 +215.5000,1.0000,2055.1101,61.1455,61.1620,-0.0092,0.0000,5,1341.2153,197.3207,647.5547,-88.1255,27.7140,90.9502,-12.3774,-0.0298,19.2369,0.0000,19.2369,8.5069,19.2369,0.7473,0.0000,18.4896,0.0000,18.4896,6.6715,11.8182,0.0000,11.8182,-0.0138,11.8320,0.0000,1.9197,11.2921,-1.3798,5953.3433,5953.3433,5953.3433,5953.3433,5953.3433 +216.5000,1.0000,2072.0459,60.9690,61.1290,-0.0889,0.0000,5,1337.3438,108.7610,611.8871,-87.8959,15.2316,85.6925,-12.3095,-0.2882,7.0346,0.0000,7.0346,8.4852,7.0346,0.6833,0.0000,6.3513,0.0000,6.3513,6.6522,-0.3009,0.0000,-0.3009,-0.1336,-0.1673,0.0000,1.9142,11.2595,-13.3409,3656.9948,3656.9948,3656.9948,3656.9948,3656.9948 +217.5000,1.0000,2088.8923,60.6470,60.8090,-0.0900,0.0000,5,1330.2808,106.9700,573.8067,-87.4770,14.9016,79.9351,-12.1861,-0.2903,6.8281,0.0000,6.8281,8.3638,6.8281,0.6779,0.0000,6.1502,0.0000,6.1502,6.6171,-0.4669,0.0000,-0.4669,-0.1346,-0.3323,0.0000,1.9041,11.2000,-13.4363,3586.4667,3586.4667,3586.4667,3586.4667,3586.4667 +218.5000,1.0000,2105.7477,60.6795,60.4850,0.1081,0.0000,5,1330.9937,312.7694,572.9950,-87.5192,43.5942,79.8648,-12.1985,0.3487,36.8615,0.0000,36.8615,6.3840,36.8615,0.8276,0.0000,36.0339,0.0000,36.0339,6.6206,29.4133,0.0000,29.4133,0.1617,29.2516,0.0000,1.9051,11.2060,16.1406,8899.5662,8899.5662,8899.5662,8899.5662,8899.5662 +219.5000,1.0000,2122.7304,61.1375,60.8740,0.1464,0.0000,5,1341.0398,355.4123,658.6556,-88.1151,49.9117,92.4972,-12.3743,0.4760,42.9988,0.0000,42.9988,6.4370,42.9988,0.8659,0.0000,42.1328,0.0000,42.1328,6.6706,35.4622,0.0000,35.4622,0.2207,35.2416,0.0000,1.9195,11.2906,22.0315,10057.5047,10057.5047,10057.5047,10057.5047,10057.5047 +220.5000,1.0000,2139.8561,61.6525,61.4010,0.1397,0.0000,5,1352.3362,348.2112,677.8677,-88.7850,49.3124,95.9971,-12.5734,0.4581,42.3371,0.0000,42.3371,6.5171,42.3371,0.8713,0.0000,41.4658,0.0000,41.4658,6.7268,34.7390,0.0000,34.7390,0.2124,34.5267,0.0000,1.9356,11.3857,21.2053,9949.2948,9949.2948,9949.2948,9949.2948,9949.2948 +221.5000,1.0000,2157.1147,62.1310,61.9040,0.1261,0.0000,5,1362.8320,332.8135,677.0453,-89.4075,47.4976,96.6248,-12.7598,0.4167,40.5555,0.0000,40.5555,6.5254,40.5555,0.8705,0.0000,39.6850,0.0000,39.6850,6.7790,32.9061,0.0000,32.9061,0.1932,32.7129,0.0000,1.9506,11.4741,19.2882,9623.9014,9623.9014,9623.9014,9623.9014,9623.9014 +222.5000,1.0000,2174.4840,62.5295,62.3580,0.0953,0.0000,5,1371.5731,298.3345,672.8047,-89.9259,42.8500,96.6355,-12.9161,0.3169,36.0004,0.0000,36.0004,6.5327,36.0004,0.8545,0.0000,35.1460,0.0000,35.1460,6.8225,28.3235,0.0000,28.3235,0.1469,28.1766,0.0000,1.9632,11.5477,14.6658,8796.8261,8796.8261,8796.8261,8796.8261,8796.8261 +223.5000,1.0000,2191.9461,62.8635,62.7010,0.0903,0.0000,5,1378.8993,292.9665,660.8349,-90.3604,42.3038,95.4232,-13.0479,0.3018,35.4094,0.0000,35.4094,6.5926,35.4094,0.8572,0.0000,34.5522,0.0000,34.5522,6.8589,27.6933,0.0000,27.6933,0.1399,27.5534,0.0000,1.9736,11.6093,13.9704,8699.0889,8699.0889,8699.0889,8699.0889,8699.0889 +224.5000,1.0000,2209.4779,63.1145,63.0260,0.0492,0.0000,5,1384.4049,246.9835,660.0430,-90.6870,35.8063,95.6894,-13.1473,0.1650,29.0687,0.0000,29.0687,6.5726,29.0687,0.8298,0.0000,28.2389,0.0000,28.2389,6.8863,21.3526,0.0000,21.3526,0.0765,21.2761,0.0000,1.9815,11.6557,7.6389,7481.6877,7481.6877,7481.6877,7481.6877,7481.6877 +225.5000,1.0000,2227.0608,63.2985,63.2030,0.0531,0.0000,5,1388.4409,251.4213,643.0630,-90.9263,36.5560,93.4996,-13.2204,0.1786,29.7697,0.0000,29.7697,6.6076,29.7697,0.8364,0.0000,28.9332,0.0000,28.9332,6.9064,22.0269,0.0000,22.0269,0.0828,21.9441,0.0000,1.9873,11.6897,8.2671,7629.5070,7629.5070,7629.5070,7629.5070,7629.5070 +226.5000,1.0000,2244.7051,63.5195,63.3940,0.0697,0.0000,5,1393.2885,270.0904,645.8435,-91.2138,39.4075,94.2317,-13.3085,0.2355,32.5204,0.0000,32.5204,6.6515,32.5204,0.8540,0.0000,31.6664,0.0000,31.6664,6.9305,24.7359,0.0000,24.7359,0.1092,24.6268,0.0000,1.9942,11.7305,10.9020,8170.8023,8170.8023,8170.8023,8170.8023,8170.8023 +227.5000,1.0000,2262.4215,63.7790,63.6450,0.0744,0.0000,5,1398.9806,275.3056,654.3027,-91.5514,40.3325,95.8559,-13.4124,0.2525,33.4075,0.0000,33.4075,6.6725,33.4075,0.8629,0.0000,32.5446,0.0000,32.5446,6.9588,25.5858,0.0000,25.5858,0.1171,25.4688,0.0000,2.0024,11.7784,11.6880,8350.8157,8350.8157,8350.8157,8350.8157,8350.8157 +228.5000,1.0000,2280.2068,64.0270,63.9130,0.0633,0.0000,5,1404.4205,263.1169,657.5450,-91.8740,38.6967,96.7055,-13.5120,0.2157,31.7613,0.0000,31.7613,6.7197,31.7613,0.8590,0.0000,30.9024,0.0000,30.9024,6.9859,23.9165,0.0000,23.9165,0.1000,23.8165,0.0000,2.0102,11.8242,9.9822,8046.8132,8046.8132,8046.8132,8046.8132,8046.8132 +229.5000,1.0000,2298.0633,64.2835,64.1410,0.0792,0.0000,5,1410.0467,280.7285,654.1251,-92.2077,41.4523,96.5879,-13.6154,0.2707,34.4336,0.0000,34.4336,6.7480,34.4336,0.8768,0.0000,33.5568,0.0000,33.5568,7.0138,26.5430,0.0000,26.5430,0.1255,26.4175,0.0000,2.0182,11.8716,12.5277,8554.5944,8554.5944,8554.5944,8554.5944,8554.5944 +230.5000,1.0000,2315.9034,64.2245,64.4260,-0.1119,0.0000,5,1408.7526,68.3485,661.1048,-92.1310,10.0831,97.5290,-13.5916,-0.3824,3.7584,0.0000,3.7584,6.7071,3.7584,0.7495,0.0000,3.0089,0.0000,3.0089,7.0074,-3.9985,0.0000,-3.9985,-0.1773,-3.8213,0.0000,2.0164,11.8607,-17.6983,3136.1492,3136.1492,3136.1492,3136.1492,3136.1492 +231.5000,1.0000,2333.6319,63.8225,64.0230,-0.1114,0.0000,5,1399.9348,69.2380,576.9034,-91.6080,10.1504,84.5745,-13.4298,-0.3781,3.8202,0.0000,3.8202,6.7082,3.8202,0.7421,0.0000,3.0782,0.0000,3.0782,6.9635,-3.8854,0.0000,-3.8854,-0.1753,-3.7101,0.0000,2.0038,11.7864,-17.5003,3131.5834,3131.5834,3131.5834,3131.5834,3131.5834 +232.5000,1.0000,2351.2447,63.4060,63.6220,-0.1200,0.0000,5,1390.7989,59.4117,574.5851,-91.0662,8.6530,83.6849,-13.2633,-0.4047,2.4385,0.0000,2.4385,6.6191,2.4385,0.7380,0.0000,1.7006,0.0000,1.7006,6.9181,-5.2175,0.0000,-5.2175,-0.1876,-5.0299,0.0000,1.9907,11.7095,-18.7301,2930.1587,2930.1587,2930.1587,2930.1587,2930.1587 +233.5000,1.0000,2368.7241,62.9260,63.1900,-0.1467,0.0000,5,1380.2702,29.7689,567.6581,-90.4417,4.3028,82.0502,-13.0726,-0.4908,-1.7446,0.0000,-1.7446,6.5383,-1.7446,0.7398,0.0000,-2.4844,0.0000,-2.4844,6.8657,-9.3501,0.0000,-9.3501,-0.2275,-9.1226,0.0000,1.9756,11.6209,-22.7191,2383.4989,2383.4989,2383.4989,2383.4989,2383.4989 +234.5000,1.0000,2386.0579,62.4015,62.6620,-0.1447,0.0000,5,1368.7654,32.1978,552.4296,-89.7594,4.6151,79.1835,-12.8658,-0.4803,-1.4324,0.0000,-1.4324,6.5279,-1.4324,0.7296,0.0000,-2.1620,0.0000,-2.1620,6.8085,-8.9705,0.0000,-8.9705,-0.2227,-8.7479,0.0000,1.9591,11.5240,-22.2310,2384.0171,2384.0171,2384.0171,2384.0171,2384.0171 +235.5000,1.0000,2403.2538,61.9055,62.1410,-0.1308,0.0000,5,1357.8857,47.6795,550.1814,-89.1142,6.7799,78.2344,-12.6718,-0.4308,0.7083,0.0000,0.7083,6.5023,0.7083,0.7154,0.0000,-0.0071,0.0000,-0.0071,6.7544,-6.7615,0.0000,-6.7615,-0.1997,-6.5618,0.0000,1.9436,11.4324,-19.9378,2610.8878,2610.8878,2610.8878,2610.8878,2610.8878 +236.5000,1.0000,2420.3002,61.3670,61.6700,-0.1683,0.0000,5,1346.0738,6.1759,553.0804,-88.4136,0.8706,77.9625,-12.4628,-0.5494,-5.0085,0.0000,-5.0085,6.4285,-5.0085,0.7202,0.0000,-5.7287,0.0000,-5.7287,6.6956,-12.4243,0.0000,-12.4243,-0.2547,-12.1697,0.0000,1.9267,11.3330,-25.4293,1903.2573,1903.2573,1903.2573,1903.2573,1903.2573 +237.5000,1.0000,2437.1837,60.7805,61.0640,-0.1575,0.0000,5,1333.2091,18.6750,532.2451,-87.6506,2.6073,74.3085,-12.2372,-0.5091,-3.3312,0.0000,-3.3312,6.4476,-3.3312,0.7057,0.0000,-4.0368,0.0000,-4.0368,6.6316,-10.6685,0.0000,-10.6685,-0.2360,-10.4325,0.0000,1.9082,11.2247,-23.5654,2072.1730,2072.1730,2072.1730,2072.1730,2072.1730 +238.5000,1.0000,2453.9043,60.1940,60.4970,-0.1683,0.0000,5,1320.3443,6.5053,533.6999,-86.8877,0.8995,73.7926,-12.0136,-0.5389,-4.9198,0.0000,-4.9198,6.3582,-4.9198,0.6994,0.0000,-5.6192,0.0000,-5.6192,6.5676,-12.1869,0.0000,-12.1869,-0.2498,-11.9370,0.0000,1.8898,11.1163,-24.9432,1841.9480,1841.9480,1841.9480,1841.9480,1841.9480 +239.5000,1.0000,2470.4733,59.6485,59.8910,-0.1347,0.0000,5,1308.3789,43.8388,525.1306,-86.1780,6.0065,71.9498,-11.8075,-0.4274,0.0938,0.0000,0.0938,6.3401,0.0938,0.6774,0.0000,-0.5836,0.0000,-0.5836,6.5081,-7.0917,0.0000,-7.0917,-0.1981,-6.8936,0.0000,1.8727,11.0156,-19.7819,2415.0138,2415.0138,2415.0138,2415.0138,2415.0138 +240.5000,1.0000,2486.9051,59.1545,59.4060,-0.1397,0.0000,5,1297.5431,38.2551,537.9123,-85.5354,5.1980,73.0907,-11.6224,-0.4396,-0.6435,0.0000,-0.6435,6.2811,-0.6435,0.6707,0.0000,-1.3141,0.0000,-1.3141,6.4542,-7.7684,0.0000,-7.7684,-0.2038,-7.5646,0.0000,1.8572,10.9244,-20.3462,2297.0958,2297.0958,2297.0958,2297.0958,2297.0958 +241.5000,1.0000,2503.2018,58.6680,58.9030,-0.1306,0.0000,5,1286.8718,47.9263,532.6154,-84.9025,6.4586,71.7757,-11.4415,-0.4074,0.6928,0.0000,0.6928,6.1732,0.6928,0.6590,0.0000,0.0338,0.0000,0.0338,6.4011,-6.3674,0.0000,-6.3674,-0.1888,-6.1785,0.0000,1.8419,10.8345,-18.8550,2428.0715,2428.0715,2428.0715,2428.0715,2428.0715 +242.5000,1.0000,2519.4022,58.3215,58.4330,-0.0619,0.0000,5,1279.2714,124.0819,534.6799,-84.4517,16.6226,71.6284,-11.3136,-0.1921,10.6404,0.0000,10.6404,6.1744,10.6404,0.6578,0.0000,9.9826,0.0000,9.9826,6.3633,3.6193,0.0000,3.6193,-0.0891,3.7083,0.0000,1.8310,10.7705,-8.8932,3813.0925,3813.0925,3813.0925,3813.0925,3813.0925 +243.5000,1.0000,2535.5775,58.2310,58.2100,0.0117,0.0000,5,1277.2863,205.6985,566.7474,-84.3340,27.5136,75.8065,-11.2803,0.0361,21.3344,0.0000,21.3344,6.1431,21.3344,0.7098,0.0000,20.6246,0.0000,20.6246,6.3535,14.2711,0.0000,14.2711,0.0167,14.2544,0.0000,1.8282,10.7538,1.6724,5854.9326,5854.9326,5854.9326,5854.9326,5854.9326 +244.5000,1.0000,2551.7811,58.3330,58.2520,0.0450,0.0000,5,1279.5236,242.6030,601.9739,-84.4667,32.5067,80.6593,-11.3178,0.1396,26.2311,0.0000,26.2311,6.1360,26.2311,0.7359,0.0000,25.4952,0.0000,25.4952,6.3646,19.1306,0.0000,19.1306,0.0647,19.0659,0.0000,1.8314,10.7727,6.4618,6773.3187,6773.3187,6773.3187,6773.3187,6773.3187 +245.5000,1.0000,2568.0340,58.5105,58.4140,0.0536,0.0000,5,1283.4170,252.5888,618.4070,-84.6976,33.9477,83.1134,-11.3833,0.1668,27.5710,0.0000,27.5710,6.2099,27.5710,0.7455,0.0000,26.8255,0.0000,26.8255,6.3840,20.4415,0.0000,20.4415,0.0773,20.3642,0.0000,1.8370,10.8054,7.7218,7052.7869,7052.7869,7052.7869,7052.7869,7052.7869 +246.5000,1.0000,2584.3311,58.6695,58.6070,0.0347,0.0000,5,1286.9047,231.0915,623.4015,-84.9044,31.1429,84.0123,-11.4421,0.1083,24.8777,0.0000,24.8777,6.1569,24.8777,0.7346,0.0000,24.1431,0.0000,24.1431,6.4013,17.7418,0.0000,17.7418,0.0502,17.6915,0.0000,1.8420,10.8348,5.0147,6530.1978,6530.1978,6530.1978,6530.1978,6530.1978 +247.5000,1.0000,2600.6265,58.6635,58.7320,-0.0381,0.0000,5,1286.7731,150.4654,614.5275,-84.8966,20.2753,82.8079,-11.4399,-0.1187,14.2066,0.0000,14.2066,6.1874,14.2066,0.6812,0.0000,13.5255,0.0000,13.5255,6.4007,7.1248,0.0000,7.1248,-0.0550,7.1799,0.0000,1.8418,10.8337,-5.4956,4514.7209,4514.7209,4514.7209,4514.7209,4514.7209 +248.5000,1.0000,2616.8652,58.4595,58.5950,-0.0753,0.0000,5,1282.2984,108.8727,579.3735,-84.6312,14.6196,77.7994,-11.3644,-0.2340,8.7186,0.0000,8.7186,6.1350,8.7186,0.6504,0.0000,8.0682,0.0000,8.0682,6.3784,1.6898,0.0000,1.6898,-0.1085,1.7983,0.0000,1.8354,10.7960,-10.8331,3463.4103,3463.4103,3463.4103,3463.4103,3463.4103 +249.5000,1.0000,2633.0275,58.1840,58.3240,-0.0778,0.0000,5,1276.2553,106.0317,560.1129,-84.2728,14.1710,74.8586,-11.2630,-0.2407,8.3125,0.0000,8.3125,6.0993,8.3125,0.6439,0.0000,7.6686,0.0000,7.6686,6.3483,1.3202,0.0000,1.3202,-0.1116,1.4318,0.0000,1.8267,10.7451,-11.1401,3383.7385,3383.7385,3383.7385,3383.7385,3383.7385 +250.5000,1.0000,2649.0877,57.8170,58.0440,-0.1261,0.0000,5,1268.2052,52.9050,556.9744,-83.7954,7.0261,73.9696,-11.1285,-0.3878,1.3151,0.0000,1.3151,6.0988,1.3151,0.6430,0.0000,0.6722,0.0000,0.6722,6.3083,-5.6361,0.0000,-5.6361,-0.1798,-5.4563,0.0000,1.8152,10.6774,-17.9489,2464.0138,2464.0138,2464.0138,2464.0138,2464.0138 +251.5000,1.0000,2664.9759,57.1975,57.5900,-0.2181,0.0000,5,1254.6166,-48.5282,530.4708,-82.9895,-6.3758,69.6949,-10.9034,-0.6633,-11.7454,0.0000,-11.7454,6.0330,-11.7454,0.6651,0.0000,-12.4106,0.0000,-12.4106,6.2407,-18.6513,0.0000,-18.6513,-0.3075,-18.3438,0.0000,1.7958,10.5630,-30.7025,618.4821,618.4821,618.4821,618.4821,618.4821 +252.5000,1.0000,2680.6607,56.4650,56.8050,-0.1889,0.0000,5,1238.5494,-16.0123,481.1363,-82.0366,-2.0768,62.4037,-10.6402,-0.5672,-7.5146,0.0000,-7.5146,6.0050,-7.5146,0.6423,0.0000,-8.1569,0.0000,-8.1569,6.1608,-14.3177,0.0000,-14.3177,-0.2630,-14.0547,0.0000,1.7728,10.4277,-26.2552,1237.4507,1237.4507,1237.4507,1237.4507,1237.4507 +253.5000,1.0000,2696.1402,55.7265,56.1250,-0.2214,0.0000,5,1222.3505,-51.8978,491.2083,-81.0758,-6.6431,62.8767,-10.3781,-0.6562,-11.9122,0.0000,-11.9122,5.9252,-11.9122,0.6410,0.0000,-12.5532,0.0000,-12.5532,6.0802,-18.6334,0.0000,-18.6334,-0.3042,-18.3293,0.0000,1.7496,10.2913,-30.3701,500.3794,500.3794,500.3794,500.3794,500.3794 +254.5000,1.0000,2711.3559,54.7765,55.3280,-0.3064,0.0000,5,1201.5124,44.1402,469.0972,-79.8400,5.5538,59.0228,-10.0456,-0.8926,0.5942,0.0000,0.5942,5.8523,0.5942,0.5942,0.0000,0.0000,0.0000,0.0000,5.9765,-5.9765,23.9155,-29.8921,-0.4138,-29.4783,0.0000,1.7197,10.1159,-41.3139,2174.7602,2174.7602,2174.7602,2174.7602,2174.7602 +255.5000,1.0000,2726.2668,53.6790,54.2250,-0.3033,0.0000,5,1177.4390,44.2991,506.7129,-78.4045,5.4621,62.4783,-9.6674,-0.8660,0.5764,0.0000,0.5764,5.7517,0.5764,0.5764,0.0000,0.0000,0.0000,0.0000,5.8568,-5.8568,23.0286,-28.8854,-0.4014,-28.4839,0.0000,1.6853,9.9132,-40.0824,2159.2365,2159.2365,2159.2365,2159.2365,2159.2365 +256.5000,1.0000,2740.8933,52.6555,53.1330,-0.2653,0.0000,5,1154.9887,45.2704,500.7544,-77.0653,5.4755,60.5663,-9.3211,-0.7429,0.5600,0.0000,0.5600,5.6583,0.5600,0.5600,0.0000,0.0000,0.0000,0.0000,5.7451,-5.7451,17.6073,-23.3524,-0.3444,-23.0081,0.0000,1.6532,9.7242,-34.3854,2160.0333,2160.0333,2160.0333,2160.0333,2160.0333 +257.5000,1.0000,2755.2401,51.6485,52.1780,-0.2942,0.0000,5,1132.9003,44.2880,495.4330,-75.7476,5.2542,58.7767,-8.9865,-0.8080,0.5441,0.0000,0.5441,5.5181,0.5441,0.5441,0.0000,0.0000,0.0000,0.0000,5.6353,-5.6353,20.9803,-26.6156,-0.3746,-26.2410,0.0000,1.6215,9.5382,-37.4008,2129.8864,2129.8864,2129.8864,2129.8864,2129.8864 +258.5000,1.0000,2769.3207,50.6900,51.1190,-0.2383,0.0000,5,1111.8758,-70.3596,489.5525,-74.4935,-8.1923,57.0012,-8.6737,-0.6425,-12.9912,0.0000,-12.9912,5.4414,-12.9912,0.5630,0.0000,-13.5542,0.0000,-13.5542,5.5307,-19.0849,0.0000,-19.0849,-0.2979,-18.7870,0.0000,1.5915,9.3612,-29.7397,0.0000,0.0000,0.0000,0.0000,0.0000 +259.5000,1.0000,2783.2379,50.1020,50.2610,-0.0883,0.0000,5,1098.9781,95.4079,430.4647,-73.7119,10.9800,49.5399,-8.4831,-0.2354,5.7957,0.0000,5.7957,5.4196,5.7957,0.5073,0.0000,5.2885,0.0000,5.2885,5.4665,-0.1781,0.0000,-0.1781,-0.1091,-0.0690,0.0000,1.5730,9.2526,-10.8945,2923.5407,2923.5407,2923.5407,2923.5407,2923.5407 +260.5000,1.0000,2797.1502,50.0845,49.9430,0.0786,0.0000,5,1098.5943,280.9665,510.3154,-73.6844,32.3237,58.7090,-8.4770,0.2094,26.6870,0.0000,26.6870,5.4272,26.6870,0.6115,0.0000,26.0756,0.0000,26.0756,5.4646,20.6109,0.0000,20.6109,0.0971,20.5139,0.0000,1.5724,9.2494,9.6921,6632.0975,6632.0975,6632.0975,6632.0975,6632.0975 +261.5000,1.0000,2811.1962,50.5655,50.2260,0.1886,0.0000,5,1109.1449,402.5192,600.1101,-74.3306,46.7524,69.7024,-8.6335,0.5072,40.8447,0.0000,40.8447,5.4004,40.8447,0.6893,0.0000,40.1554,0.0000,40.1554,5.5171,34.6383,0.0000,34.6383,0.2351,34.4032,0.0000,1.5875,9.3382,23.4774,9414.3028,9414.3028,9414.3028,9414.3028,9414.3028 +262.5000,1.0000,2825.4526,51.3230,50.9050,0.2322,0.0000,5,1125.7606,450.7272,659.2254,-75.3217,53.1359,77.7157,-8.8796,0.6339,47.0534,0.0000,47.0534,5.4486,47.0534,0.7315,0.0000,46.3220,0.0000,46.3220,5.5997,40.7222,0.0000,40.7222,0.2938,40.4284,0.0000,1.6113,9.4781,29.3390,10556.3403,10556.3403,10556.3403,10556.3403,10556.3403 +263.5000,1.0000,2839.9397,52.1535,51.7410,0.2292,0.0000,5,1143.9774,447.2700,684.1808,-76.4084,53.5816,81.9628,-9.1535,0.6357,47.4210,0.0000,47.4210,5.5250,47.4210,0.7457,0.0000,46.6753,0.0000,46.6753,5.6904,40.9850,0.0000,40.9850,0.2947,40.6903,0.0000,1.6374,9.6315,29.4215,10657.6895,10657.6895,10657.6895,10657.6895,10657.6895 +264.5000,1.0000,2854.6663,53.0160,52.5660,0.2500,0.0000,5,1162.8962,470.3010,685.4478,-77.5370,57.2724,83.4726,-9.4423,0.7049,50.9698,0.0000,50.9698,5.5977,50.9698,0.7764,0.0000,50.1934,0.0000,50.1934,5.7845,44.4089,0.0000,44.4089,0.3268,44.0822,0.0000,1.6645,9.7907,32.6269,11407.7165,11407.7165,11407.7165,11407.7165,11407.7165 +265.5000,1.0000,2869.6295,53.8675,53.4660,0.2231,0.0000,5,1181.5737,440.1082,698.8516,-78.6511,54.4564,86.4718,-9.7318,0.6390,48.1661,0.0000,48.1661,5.6512,48.1661,0.7753,0.0000,47.3908,0.0000,47.3908,5.8774,41.5135,0.0000,41.5135,0.2962,41.2172,0.0000,1.6912,9.9480,29.5780,10866.2095,10866.2095,10866.2095,10866.2095,10866.2095 +266.5000,1.0000,2884.8219,54.6925,54.2690,0.2353,0.0000,5,1199.6699,453.7680,688.3531,-79.7306,57.0065,86.4772,-10.0165,0.6844,50.5787,0.0000,50.5787,5.7434,50.5787,0.8001,0.0000,49.7787,0.0000,49.7787,5.9674,43.8113,0.0000,43.8113,0.3173,43.4940,0.0000,1.7171,10.1004,31.6766,11380.9063,11380.9063,11380.9063,11380.9063,11380.9063 +267.5000,1.0000,2900.2573,55.5675,55.1160,0.2508,0.0000,5,1218.8629,471.0200,696.8494,-80.8690,60.1205,88.9452,-10.3220,0.7413,53.5527,0.0000,53.5527,5.8265,53.5527,0.8285,0.0000,52.7242,0.0000,52.7242,6.0629,46.6613,0.0000,46.6613,0.3436,46.3177,0.0000,1.7446,10.2619,34.3112,11961.3081,11961.3081,11961.3081,11961.3081,11961.3081 +268.5000,1.0000,2915.9202,56.3865,56.0190,0.2042,0.0000,5,1236.8275,419.2379,707.0142,-81.9344,54.2998,91.5727,-10.6122,0.6123,47.7713,0.0000,47.7713,5.9162,47.7713,0.8125,0.0000,46.9588,0.0000,46.9588,6.1522,40.8066,0.0000,40.8066,0.2838,40.5228,0.0000,1.7703,10.4132,28.3393,10858.7657,10858.7657,10858.7657,10858.7657,10858.7657 +269.5000,1.0000,2931.7973,57.1575,56.7540,0.2242,0.0000,5,1253.7392,441.2053,687.1927,-82.9374,57.9264,90.2224,-10.8890,0.6814,51.2855,0.0000,51.2855,5.9595,51.2855,0.8423,0.0000,50.4432,0.0000,50.4432,6.2363,44.2068,0.0000,44.2068,0.3159,43.8909,0.0000,1.7945,10.5556,31.5409,11533.5517,11533.5517,11533.5517,11533.5517,11533.5517 +270.5000,1.0000,2947.9032,57.9810,57.5610,0.2333,0.0000,5,1271.8026,451.3082,699.0876,-84.0087,60.1065,93.1065,-11.1885,0.7195,53.3573,0.0000,53.3573,6.0297,53.3573,0.8659,0.0000,52.4914,0.0000,52.4914,6.3262,46.1652,0.0000,46.1652,0.3336,45.8317,0.0000,1.8204,10.7077,33.3036,11973.4522,11973.4522,11973.4522,11973.4522,11973.4522 +271.5000,1.0000,2964.2194,58.7385,58.4010,0.1875,0.0000,5,1288.4182,400.5526,705.9924,-84.9942,54.0437,95.2545,-11.4677,0.5857,47.3315,0.0000,47.3315,6.1264,47.3315,0.8480,0.0000,46.4835,0.0000,46.4835,6.4088,40.0747,0.0000,40.0747,0.2715,39.8032,0.0000,1.8441,10.8475,27.1115,10841.6334,10841.6334,10841.6334,10841.6334,10841.6334 +272.5000,1.0000,2980.7245,59.4185,59.0760,0.1903,0.0000,5,1303.3339,403.5420,687.3379,-85.8788,55.0773,93.8112,-11.7212,0.6013,48.2960,0.0000,48.2960,6.1801,48.2960,0.8639,0.0000,47.4320,0.0000,47.4320,6.4830,40.9490,0.0000,40.9490,0.2787,40.6703,0.0000,1.8655,10.9731,27.8317,11046.9109,11046.9109,11046.9109,11046.9109,11046.9109 +273.5000,1.0000,2997.3888,59.9915,59.7610,0.1281,0.0000,5,1315.9025,334.1518,690.9304,-86.6242,46.0464,95.2109,-11.9369,0.4086,39.4376,0.0000,39.4376,6.2003,39.4376,0.8291,0.0000,38.6085,0.0000,38.6085,6.5455,32.0630,0.0000,32.0630,0.1894,31.8736,0.0000,1.8835,11.0789,18.9111,9346.5371,9346.5371,9346.5371,9346.5371,9346.5371 +274.5000,1.0000,3014.1483,60.3340,60.2220,0.0622,0.0000,5,1323.4152,261.3494,664.2551,-87.0698,36.2198,92.0576,-12.0668,0.1997,29.7395,0.0000,29.7395,6.2806,29.7395,0.7863,0.0000,28.9533,0.0000,28.9533,6.5829,22.3704,0.0000,22.3704,0.0926,22.2778,0.0000,1.8942,11.1422,9.2414,7497.1177,7497.1177,7497.1177,7497.1177,7497.1177 +275.5000,1.0000,3030.8894,60.2680,60.4460,-0.0989,0.0000,5,1321.9675,82.3209,634.7337,-86.9839,11.3962,87.8701,-12.0417,-0.3170,5.4546,0.0000,5.4546,6.2586,5.4546,0.6747,0.0000,4.7798,0.0000,4.7798,6.5757,-1.7959,0.0000,-1.7959,-0.1469,-1.6490,0.0000,1.8922,11.1300,-14.6711,3077.0934,3077.0934,3077.0934,3077.0934,3077.0934 +276.5000,1.0000,3047.4826,59.7355,60.0900,-0.1969,0.0000,5,1310.2872,-25.8640,557.6569,-86.2912,-3.5489,76.5177,-11.8403,-0.6257,-9.1239,0.0000,-9.1239,6.2007,-9.1239,0.7019,0.0000,-9.8258,0.0000,-9.8258,6.5176,-16.3434,0.0000,-16.3434,-0.2901,-16.0534,0.0000,1.8754,11.0317,-28.9605,1172.9271,1172.9271,1172.9271,1172.9271,1172.9271 +277.5000,1.0000,3063.9068,59.1270,59.3810,-0.1411,0.0000,5,1296.9399,35.7893,508.0429,-85.4996,4.8607,69.0000,-11.6121,-0.4437,-0.8470,0.0000,-0.8470,6.1515,-0.8470,0.6707,0.0000,-1.5177,0.0000,-1.5177,6.4512,-7.9689,0.0000,-7.9689,-0.2057,-7.7632,0.0000,1.8563,10.9193,-20.5389,2255.7575,2255.7575,2255.7575,2255.7575,2255.7575 +278.5000,1.0000,3080.2059,58.6770,58.8730,-0.1089,0.0000,5,1287.0692,71.0770,531.6018,-84.9142,9.5799,71.6501,-11.4449,-0.3398,3.8460,0.0000,3.8460,6.0737,3.8460,0.6513,0.0000,3.1947,0.0000,3.1947,6.4021,-3.2074,0.0000,-3.2074,-0.1575,-3.0499,0.0000,1.8422,10.8362,-15.7283,2803.1218,2803.1218,2803.1218,2803.1218,2803.1218 +279.5000,1.0000,3096.4294,58.4045,58.4810,-0.0425,0.0000,5,1281.0920,144.7499,545.0800,-84.5597,19.4190,73.1256,-11.3442,-0.1320,13.4938,0.0000,13.4938,6.0573,13.4938,0.6734,0.0000,12.8204,0.0000,12.8204,6.3724,6.4480,0.0000,6.4480,-0.0612,6.5092,0.0000,1.8337,10.7859,-6.1103,4343.7045,4343.7045,4343.7045,4343.7045,4343.7045 +280.5000,1.0000,3112.6380,58.3510,58.3280,0.0128,0.0000,5,1279.9184,206.5307,576.2014,-84.4901,27.6819,77.2299,-11.3244,0.0397,21.5411,0.0000,21.5411,6.1012,21.5411,0.7128,0.0000,20.8283,0.0000,20.8283,6.3666,14.4618,0.0000,14.4618,0.0184,14.4434,0.0000,1.8320,10.7760,1.8354,5886.7658,5886.7658,5886.7658,5886.7658,5886.7658 +281.5000,1.0000,3128.8800,58.4710,58.3740,0.0539,0.0000,5,1282.5506,251.8107,602.9618,-84.6462,33.8203,80.9828,-11.3687,0.1676,27.5927,0.0000,27.5927,6.0600,27.5927,0.7450,0.0000,26.8478,0.0000,26.8478,6.3796,20.4681,0.0000,20.4681,0.0777,20.3904,0.0000,1.8357,10.7981,7.7566,7027.2613,7027.2613,7027.2613,7027.2613,7027.2613 +282.5000,1.0000,3145.1750,58.6620,58.5680,0.0522,0.0000,5,1286.7402,250.1229,622.9791,-84.8947,33.7033,83.9446,-11.4393,0.1629,27.4397,0.0000,27.4397,6.1007,27.4397,0.7473,0.0000,26.6924,0.0000,26.6924,6.4005,20.2919,0.0000,20.2919,0.0755,20.2164,0.0000,1.8417,10.8334,7.5412,7012.3106,7012.3106,7012.3106,7012.3106,7012.3106 +283.5000,1.0000,3161.5375,58.9050,58.7560,0.0828,0.0000,5,1292.0703,299.0227,623.2687,-85.2108,40.4594,84.3315,-11.5295,0.2593,32.0523,0.0000,32.0523,8.1477,32.0523,0.7743,0.0000,31.2780,0.0000,31.2780,6.4270,24.8510,0.0000,24.8510,0.1202,24.7308,0.0000,1.8494,10.8783,12.0031,8289.3758,8289.3758,8289.3758,8289.3758,8289.3758 +284.5000,1.0000,3177.9775,59.1840,59.0540,0.0722,0.0000,5,1298.1901,287.1660,645.0095,-85.5737,39.0391,87.6866,-11.6334,0.2273,30.6448,0.0000,30.6448,8.1670,30.6448,0.7718,0.0000,29.8729,0.0000,29.8729,6.4574,23.4155,0.0000,23.4155,0.1054,23.3101,0.0000,1.8581,10.9298,10.5221,8029.0917,8029.0917,8029.0917,8029.0917,8029.0917 +285.5000,1.0000,3194.4952,59.4640,59.3140,0.0833,0.0000,5,1304.3319,299.4726,641.2389,-85.9380,40.9048,87.5864,-11.7382,0.2635,32.4424,0.0000,32.4424,8.1988,32.4424,0.7854,0.0000,31.6570,0.0000,31.6570,6.4880,25.1690,0.0000,25.1690,0.1222,25.0468,0.0000,1.8669,10.9815,12.1984,8381.3818,8381.3818,8381.3818,8381.3818,8381.3818 +286.5000,1.0000,3211.0920,59.7485,59.6140,0.0747,0.0000,5,1310.5723,289.6661,647.5865,-86.3081,39.7546,88.8766,-11.8452,0.2374,31.3137,0.0000,31.3137,8.2035,31.3137,0.7844,0.0000,30.5292,0.0000,30.5292,6.5190,24.0102,0.0000,24.0102,0.1101,23.9001,0.0000,1.8758,11.0341,10.9902,8155.3951,8155.3951,8155.3951,8155.3951,8155.3951 +287.5000,1.0000,3227.7593,60.0020,59.8830,0.0661,0.0000,5,1316.1328,279.9797,644.6746,-86.6379,38.5882,88.8524,-11.9409,0.2110,30.1570,0.0000,30.1570,8.2203,30.1570,0.7828,0.0000,29.3741,0.0000,29.3741,6.5467,22.8274,0.0000,22.8274,0.0978,22.7296,0.0000,1.8838,11.0809,9.7649,7935.4767,7935.4767,7935.4767,7935.4767,7935.4767 +288.5000,1.0000,3244.5020,60.2740,60.1210,0.0850,0.0000,5,1322.0991,301.3231,641.8357,-86.9917,41.7182,88.8621,-12.0440,0.2725,33.1402,0.0000,33.1402,8.3054,33.1402,0.8023,0.0000,32.3380,0.0000,32.3380,6.5764,25.7616,0.0000,25.7616,0.1263,25.6353,0.0000,1.8923,11.1311,12.6118,8547.5964,8547.5964,8547.5964,8547.5964,8547.5964 +289.5000,1.0000,3261.3336,60.5935,60.4270,0.0925,0.0000,5,1329.1073,309.8822,651.9214,-87.4074,43.1306,90.7369,-12.1657,0.2981,34.4534,0.0000,34.4534,8.3790,34.4534,0.8141,0.0000,33.6393,0.0000,33.6393,6.6112,27.0281,0.0000,27.0281,0.1382,26.8899,0.0000,1.9024,11.1901,13.7974,8813.1577,8813.1577,8813.1577,8813.1577,8813.1577 +290.5000,1.0000,3278.2612,60.9395,60.7600,0.0997,0.0000,5,1336.6967,302.5038,656.8611,-87.8575,42.3440,91.9465,-12.2982,0.3232,35.7521,0.0000,35.7521,6.2688,35.7521,0.8264,0.0000,34.9257,0.0000,34.9257,6.6490,28.2767,0.0000,28.2767,0.1498,28.1269,0.0000,1.9132,11.2540,14.9596,8674.7379,8674.7379,8674.7379,8674.7379,8674.7379 +291.5000,1.0000,3295.3052,61.3585,61.1190,0.1331,0.0000,5,1345.8874,339.6710,655.5521,-88.4026,47.8736,92.3942,-12.4595,0.4342,41.1112,0.0000,41.1112,6.3281,41.1112,0.8602,0.0000,40.2510,0.0000,40.2510,6.6947,33.5563,0.0000,33.5563,0.2013,33.3551,0.0000,1.9264,11.3314,20.0973,9686.8740,9686.8740,9686.8740,9686.8740,9686.8740 +292.5000,1.0000,3312.4805,61.8310,61.5980,0.1294,0.0000,5,1356.2516,335.5786,672.4014,-89.0172,47.6610,95.4987,-12.6428,0.4257,40.8728,0.0000,40.8728,6.3625,40.8728,0.8670,0.0000,40.0059,0.0000,40.0059,6.7463,33.2596,0.0000,33.2596,0.1973,33.0623,0.0000,1.9412,11.4187,19.7024,9650.9670,9650.9670,9650.9670,9650.9670,9650.9670 +293.5000,1.0000,3329.8159,62.4075,62.0640,0.1908,0.0000,5,1368.8970,403.5759,672.9936,-89.7672,57.8528,96.4740,-12.8682,0.6334,50.8308,0.0000,50.8308,6.3886,50.8308,0.9265,0.0000,49.9043,0.0000,49.9043,6.8092,43.0951,0.0000,43.0951,0.2936,42.8015,0.0000,1.9593,11.5251,29.3170,11609.6707,11609.6707,11609.6707,11609.6707,11609.6707 +294.5000,1.0000,3347.3408,63.0895,62.7510,0.1881,0.0000,5,1383.8566,400.9276,702.1723,-90.6544,58.1013,101.7568,-13.1374,0.6310,50.9527,0.0000,50.9527,6.5176,50.9527,0.9388,0.0000,50.0139,0.0000,50.0139,6.8836,43.1304,0.0000,43.1304,0.2925,42.8378,0.0000,1.9807,11.6511,29.2060,11668.8324,11668.8324,11668.8324,11668.8324,11668.8324 +295.5000,1.0000,3365.0308,63.6840,63.4280,0.1422,0.0000,5,1396.8968,349.7089,703.6703,-91.4278,51.1564,102.9348,-13.3743,0.4817,44.1430,0.0000,44.1430,6.5317,44.1430,0.9150,0.0000,43.2280,0.0000,43.2280,6.9484,36.2796,0.0000,36.2796,0.2233,36.0563,0.0000,1.9994,11.7609,22.2960,10372.3954,10372.3954,10372.3954,10372.3954,10372.3954 +296.5000,1.0000,3382.8630,64.1960,63.9400,0.1422,0.0000,5,1408.1274,349.6380,686.3335,-92.0939,51.5572,101.2059,-13.5801,0.4856,44.5011,0.0000,44.5011,6.5705,44.5011,0.9256,0.0000,43.5755,0.0000,43.5755,7.0043,36.5713,0.0000,36.5713,0.2251,36.3462,0.0000,2.0155,11.8554,22.4753,10453.1178,10453.1178,10453.1178,10453.1178,10453.1178 +297.5000,1.0000,3400.8448,64.7345,64.4520,0.1569,0.0000,5,1419.9393,365.6547,688.6047,-92.7944,54.3713,102.3926,-13.7981,0.5403,47.2594,0.0000,47.2594,6.5715,47.2594,0.9488,0.0000,46.3106,0.0000,46.3106,7.0630,39.2476,0.0000,39.2476,0.2505,38.9971,0.0000,2.0324,11.9549,25.0098,10975.3979,10975.3979,10975.3979,10975.3979,10975.3979 +298.5000,1.0000,3418.9748,65.2680,65.0170,0.1394,0.0000,5,1431.6416,346.5387,696.9510,-93.4885,51.9535,104.4877,-14.0159,0.4840,44.7982,0.0000,44.7982,6.6712,44.7982,0.9458,0.0000,43.8524,0.0000,43.8524,7.1213,36.7312,0.0000,36.7312,0.2244,36.5068,0.0000,2.0491,12.0534,22.4043,10530.0714,10530.0714,10530.0714,10530.0714,10530.0714 +299.5000,1.0000,3437.2519,65.7975,65.5190,0.1547,0.0000,5,1443.2560,363.3870,692.2081,-94.1773,54.9214,104.6185,-14.2337,0.5414,47.6771,0.0000,47.6771,6.7029,47.6771,0.9695,0.0000,46.7075,0.0000,46.7075,7.1790,39.5285,0.0000,39.5285,0.2510,39.2775,0.0000,2.0658,12.1512,25.0606,11086.9633,11086.9633,11086.9633,11086.9633,11086.9633 +300.5000,1.0000,3455.6672,66.2950,66.0760,0.1217,0.0000,5,1454.1686,327.2346,700.6848,-94.8245,49.8314,106.7004,-14.4399,0.4290,42.5649,0.0000,42.5649,6.8374,42.5649,0.9528,0.0000,41.6121,0.0000,41.6121,7.2333,34.3788,0.0000,34.3788,0.1989,34.1800,0.0000,2.0814,12.2430,19.8555,10154.2607,10154.2607,10154.2607,10154.2607,10154.2607 +301.5000,1.0000,3474.2184,66.7845,66.5140,0.1503,0.0000,5,1464.9057,358.7295,689.8267,-95.4613,55.0307,105.8226,-14.6442,0.5338,47.6572,0.0000,47.6572,6.8398,47.6572,0.9870,0.0000,46.6702,0.0000,46.6702,7.2867,39.3835,0.0000,39.3835,0.2474,39.1360,0.0000,2.0967,12.3334,24.7058,11141.6469,11141.6469,11141.6469,11141.6469,11141.6469 +302.5000,1.0000,3492.9201,67.3260,67.0550,0.1506,0.0000,5,1476.7834,359.0496,703.5652,-96.1657,55.5264,108.8052,-14.8719,0.5391,48.0940,0.0000,48.0940,6.8934,48.0940,0.9989,0.0000,47.0951,0.0000,47.0951,7.3458,39.7493,0.0000,39.7493,0.2499,39.4994,0.0000,2.1138,12.4334,24.9522,11256.4423,11256.4423,11256.4423,11256.4423,11256.4423 +303.5000,1.0000,3511.7187,67.6750,67.5970,0.0433,0.0000,5,1484.4387,240.1294,705.6468,-96.6198,37.3281,109.6928,-15.0195,0.1560,30.2136,0.0000,30.2136,6.9586,30.2136,0.9158,0.0000,29.2978,0.0000,29.2978,7.3839,21.9140,0.0000,21.9140,0.0723,21.8416,0.0000,2.1247,12.4979,7.2190,7860.6150,7860.6150,7860.6150,7860.6150,7860.6150 +304.5000,1.0000,3530.5048,67.6300,67.7530,-0.0683,0.0000,5,1483.4516,116.0697,663.7340,-96.5612,18.0310,103.1089,-15.0005,-0.2458,11.3221,0.0000,11.3221,6.9547,11.3221,0.8205,0.0000,10.5016,0.0000,10.5016,7.3790,3.1226,0.0000,3.1226,-0.1139,3.2366,0.0000,2.1233,12.4896,-11.3763,4337.7418,4337.7418,4337.7418,4337.7418,4337.7418 +305.5000,1.0000,3549.1747,67.2115,67.5070,-0.1642,0.0000,5,1474.2719,10.3654,616.9201,-96.0168,1.6003,95.2434,-14.8236,-0.5868,-4.7519,0.0000,-4.7519,6.9390,-4.7519,0.8261,0.0000,-5.5780,0.0000,-5.5780,7.3333,-12.9113,0.0000,-12.9113,-0.2720,-12.6393,0.0000,2.1102,12.4123,-27.1618,2287.3424,2287.3424,2287.3424,2287.3424,2287.3424 +306.5000,1.0000,3567.6447,66.4920,66.9160,-0.2356,0.0000,5,1458.4898,-68.5441,573.3008,-95.0808,-10.4689,87.5618,-14.5219,-0.8330,-16.4784,0.0000,-16.4784,6.8425,-16.4784,0.8419,0.0000,-17.3204,0.0000,-17.3204,7.2548,-24.5752,0.0000,-24.5752,-0.3862,-24.1890,0.0000,2.0876,12.2794,-38.5560,521.4876,521.4876,521.4876,521.4876,521.4876 +307.5000,1.0000,3585.8932,65.6945,66.0680,-0.2075,0.0000,5,1440.9968,-37.6792,537.7382,-94.0433,-5.6858,81.1451,-14.1912,-0.7250,-11.7149,0.0000,-11.7149,6.7541,-11.7149,0.8152,0.0000,-12.5301,0.0000,-12.5301,7.1678,-19.6979,0.0000,-19.6979,-0.3361,-19.3618,0.0000,2.0625,12.1321,-33.5565,1202.8934,1202.8934,1202.8934,1202.8934,1202.8934 +308.5000,1.0000,3603.9107,64.8630,65.3210,-0.2544,0.0000,5,1422.7580,-89.9690,543.1165,-92.9616,-13.4046,80.9194,-13.8504,-0.8778,-19.1238,0.0000,-19.1238,6.5970,-19.1238,0.8184,0.0000,-19.9422,0.0000,-19.9422,7.0771,-27.0193,0.0000,-27.0193,-0.4069,-26.6124,0.0000,2.0364,11.9786,-40.6274,0.0000,0.0000,0.0000,0.0000,0.0000 +309.5000,1.0000,3621.7082,64.0710,64.4050,-0.1856,0.0000,5,1405.3856,-13.9724,516.8517,-91.9313,-2.0563,76.0659,-13.5297,-0.6323,-7.9487,0.0000,-7.9487,6.5246,-7.9487,0.7760,0.0000,-8.7247,0.0000,-8.7247,6.9907,-15.7153,0.0000,-15.7153,-0.2931,-15.4222,0.0000,2.0116,11.8323,-29.2661,1646.5601,1646.5601,1646.5601,1646.5601,1646.5601 +310.5000,1.0000,3639.3188,63.3985,63.7370,-0.1881,0.0000,5,1390.6344,-16.3840,541.7720,-91.0564,-2.3860,78.8966,-13.2603,-0.6341,-8.2626,0.0000,-8.2626,6.5107,-8.2626,0.7646,0.0000,-9.0272,0.0000,-9.0272,6.9173,-15.9444,0.0000,-15.9444,-0.2939,-15.6505,0.0000,1.9904,11.7081,-29.3491,1566.7736,1566.7736,1566.7736,1566.7736,1566.7736 +311.5000,1.0000,3656.7647,62.8050,63.0600,-0.1417,0.0000,5,1377.6161,34.6591,536.6699,-90.2843,5.0000,77.4219,-13.0247,-0.4732,-0.9632,0.0000,-0.9632,6.4365,-0.9632,0.7357,0.0000,-1.6989,0.0000,-1.6989,6.8525,-8.5514,0.0000,-8.5514,-0.2194,-8.3320,0.0000,1.9718,11.5985,-21.9024,2457.9616,2457.9616,2457.9616,2457.9616,2457.9616 +312.5000,1.0000,3674.0875,62.3620,62.5500,-0.1044,0.0000,5,1367.8990,75.3758,554.1200,-89.7080,10.7973,79.3755,-12.8503,-0.3464,4.7978,0.0000,4.7978,6.3459,4.7978,0.7133,0.0000,4.0845,0.0000,4.0845,6.8042,-2.7197,0.0000,-2.7197,-0.1606,-2.5591,0.0000,1.9579,11.5167,-16.0337,3122.2815,3122.2815,3122.2815,3122.2815,3122.2815 +313.5000,1.0000,3691.3450,62.1270,62.1740,-0.0261,0.0000,5,1362.7443,162.1067,568.9222,-89.4023,23.1336,81.1888,-12.7583,-0.0863,16.9213,0.0000,16.9213,6.2986,16.9213,0.7522,0.0000,16.1691,0.0000,16.1691,6.7785,9.3905,0.0000,9.3905,-0.0400,9.4305,0.0000,1.9505,11.4733,-3.9933,5124.7640,5124.7640,5124.7640,5124.7640,5124.7640 +314.5000,1.0000,3708.5691,62.0070,62.0800,-0.0406,0.0000,5,1360.1121,146.4580,603.0164,-89.2462,20.8601,85.8880,-12.7114,-0.1337,14.6498,0.0000,14.6498,6.3441,14.6498,0.7388,0.0000,13.9109,0.0000,13.9109,6.7655,7.1455,0.0000,7.1455,-0.0620,7.2075,0.0000,1.9468,11.4512,-6.1904,4698.4831,4698.4831,4698.4831,4698.4831,4698.4831 +315.5000,1.0000,3725.7212,61.7475,61.9340,-0.1036,0.0000,5,1354.4200,76.6084,595.4024,-88.9086,10.8657,84.4486,-12.6103,-0.3403,4.8744,0.0000,4.8744,6.3316,4.8744,0.7022,0.0000,4.1722,0.0000,4.1722,6.7371,-2.5650,0.0000,-2.5650,-0.1577,-2.4072,0.0000,1.9386,11.4032,-15.7491,3095.1892,3095.1892,3095.1892,3095.1892,3095.1892 +316.5000,1.0000,3742.7523,61.3120,61.5610,-0.1383,0.0000,5,1344.8674,38.0598,564.5509,-88.3421,5.3601,79.5081,-12.4416,-0.4511,-0.4426,0.0000,-0.4426,6.2538,-0.4426,0.7078,0.0000,-1.1503,0.0000,-1.1503,6.6896,-7.8400,0.0000,-7.8400,-0.2091,-7.6309,0.0000,1.9249,11.3228,-20.8786,2416.0137,2416.0137,2416.0137,2416.0137,2416.0137 +317.5000,1.0000,3759.6222,60.7315,61.0630,-0.1842,0.0000,5,1332.1343,-12.7174,545.1529,-87.5869,-1.7741,76.0493,-12.2184,-0.5949,-7.3454,0.0000,-7.3454,6.1661,-7.3454,0.7148,0.0000,-8.0602,0.0000,-8.0602,6.6263,-14.6865,0.0000,-14.6865,-0.2758,-14.4107,0.0000,1.9067,11.2156,-27.5330,1502.8307,1502.8307,1502.8307,1502.8307,1502.8307 +318.5000,1.0000,3776.3183,60.1060,60.4000,-0.1633,0.0000,5,1318.4140,10.4603,519.9742,-86.7732,1.4442,71.7897,-11.9803,-0.5221,-4.1678,0.0000,-4.1678,6.1341,-4.1678,0.6960,0.0000,-4.8638,0.0000,-4.8638,6.5580,-11.4218,0.0000,-11.4218,-0.2420,-11.1798,0.0000,1.8871,11.1001,-24.1670,1900.9398,1900.9398,1900.9398,1900.9398,1900.9398 +319.5000,1.0000,3792.8483,59.5080,59.8120,-0.1689,0.0000,5,1305.2970,4.8149,525.9222,-85.9952,0.6581,71.8885,-11.7547,-0.5345,-4.9498,0.0000,-4.9498,6.1425,-4.9498,0.6876,0.0000,-5.6374,0.0000,-5.6374,6.4928,-12.1302,0.0000,-12.1302,-0.2478,-11.8824,0.0000,1.8683,10.9897,-24.7403,1775.6240,1775.6240,1775.6240,1775.6240,1775.6240 +320.5000,1.0000,3809.2576,59.0735,59.2040,-0.0725,0.0000,5,1295.7663,111.0898,520.7919,-85.4300,15.0740,70.6675,-11.5922,-0.2278,9.2239,0.0000,9.2239,6.0779,9.2239,0.6629,0.0000,8.5610,0.0000,8.5610,6.4454,2.1156,0.0000,2.1156,-0.1056,2.2212,0.0000,1.8547,10.9094,-10.5429,3562.2730,3562.2730,3562.2730,3562.2730,3562.2730 +321.5000,1.0000,3825.6358,58.9615,58.9430,0.0103,0.0000,5,1293.3096,202.8177,565.1724,-85.2843,27.4686,76.5442,-11.5505,0.0322,21.4017,0.0000,21.4017,6.0347,21.4017,0.7220,0.0000,20.6797,0.0000,20.6797,6.4332,14.2466,0.0000,14.2466,0.0149,14.2316,0.0000,1.8511,10.8887,1.4918,5862.6118,5862.6118,5862.6118,5862.6118,5862.6118 +322.5000,1.0000,3842.0397,59.0540,58.9800,0.0411,0.0000,5,1295.3386,237.2943,604.2442,-85.4046,32.1884,81.9642,-11.5849,0.1291,25.9858,0.0000,25.9858,6.0735,25.9858,0.7464,0.0000,25.2393,0.0000,25.2393,6.4433,18.7961,0.0000,18.7961,0.0599,18.7362,0.0000,1.8540,10.9058,5.9764,6743.8573,6743.8573,6743.8573,6743.8573,6743.8573 +323.5000,1.0000,3858.5086,59.2880,59.1280,0.0889,0.0000,5,1300.4714,290.7773,619.6480,-85.7090,39.5995,84.3868,-11.6723,0.2803,33.1684,0.0000,33.1684,6.1508,33.1684,0.7862,0.0000,32.3822,0.0000,32.3822,6.4688,25.9134,0.0000,25.9134,0.1299,25.7835,0.0000,1.8614,10.9490,12.9731,8135.0781,8135.0781,8135.0781,8135.0781,8135.0781 +324.5000,1.0000,3875.0748,59.6385,59.4480,0.1058,0.0000,5,1308.1595,309.1487,643.3582,-86.1650,42.3503,88.1337,-11.8038,0.3357,35.8917,0.0000,35.8917,6.1229,35.8917,0.8055,0.0000,35.0862,0.0000,35.0862,6.5070,28.5792,0.0000,28.5792,0.1556,28.4236,0.0000,1.8724,11.0138,15.5374,8655.2941,8655.2941,8655.2941,8655.2941,8655.2941 +325.5000,1.0000,3891.7390,59.9910,59.8290,0.0900,0.0000,5,1315.8915,291.3714,652.4889,-86.6236,40.1509,89.9129,-11.9367,0.2872,33.7325,0.0000,33.7325,6.1313,33.7325,0.8005,0.0000,32.9319,0.0000,32.9319,6.5455,26.3864,0.0000,26.3864,0.1331,26.2533,0.0000,1.8835,11.0789,13.2910,8237.2187,8237.2187,8237.2187,8237.2187,8237.2187 +326.5000,1.0000,3908.4684,60.2260,60.1530,0.0406,0.0000,5,1321.0462,236.7455,646.3966,-86.9293,32.7513,89.4223,-12.0258,0.1299,26.4250,0.0000,26.4250,6.1964,26.4250,0.7679,0.0000,25.6571,0.0000,25.6571,6.5711,19.0859,0.0000,19.0859,0.0602,19.0257,0.0000,1.8908,11.1223,6.0126,6861.1471,6861.1471,6861.1471,6861.1471,6861.1471 +327.5000,1.0000,3925.2304,60.3430,60.2990,0.0244,0.0000,5,1323.6126,218.9663,624.5906,-87.0815,30.3506,86.5735,-12.0702,0.0784,24.0477,0.0000,24.0477,6.2244,24.0477,0.7579,0.0000,23.2897,0.0000,23.2897,6.5839,16.7058,0.0000,16.7058,0.0364,16.6695,0.0000,1.8945,11.1439,3.6311,6421.9497,6421.9497,6421.9497,6421.9497,6421.9497 +328.5000,1.0000,3941.9720,60.2700,60.3870,-0.0650,0.0000,5,1322.0114,119.2675,617.1784,-86.9865,16.5115,85.4426,-12.0425,-0.2084,10.5475,0.0000,10.5475,6.1724,10.5475,0.6892,0.0000,9.8582,0.0000,9.8582,6.5759,3.2823,0.0000,3.2823,-0.0966,3.3789,0.0000,1.8922,11.1304,-9.6437,3867.4986,3867.4986,3867.4986,3867.4986,3867.4986 +329.5000,1.0000,3958.6402,60.0055,60.1530,-0.0819,0.0000,5,1316.2096,100.5459,574.5131,-86.6424,13.8586,79.1870,-11.9422,-0.2615,7.9589,0.0000,7.9589,6.1612,7.9589,0.6719,0.0000,7.2870,0.0000,7.2870,6.5471,0.7399,0.0000,0.7399,-0.1212,0.8611,0.0000,1.8839,11.0815,-12.1043,3373.8197,3373.8197,3373.8197,3373.8197,3373.8197 +330.5000,1.0000,3975.2013,59.6200,59.8580,-0.1322,0.0000,5,1307.7537,44.5178,564.5871,-86.1409,6.0966,77.3189,-11.7968,-0.4193,0.4632,0.0000,0.4632,6.0526,0.4632,0.6760,0.0000,-0.2127,0.0000,-0.2127,6.5050,-6.7177,0.0000,-6.7177,-0.1944,-6.5234,0.0000,1.8718,11.0103,-19.4055,2424.3804,2424.3804,2424.3804,2424.3804,2424.3804 +331.5000,1.0000,3991.6686,59.2820,59.3820,-0.0556,0.0000,5,1300.3398,129.5421,538.9161,-85.7012,17.6399,73.3849,-11.6700,-0.1752,11.7677,0.0000,11.7677,6.0473,11.7677,0.6791,0.0000,11.0887,0.0000,11.0887,6.4681,4.6206,0.0000,4.6206,-0.0812,4.7018,0.0000,1.8612,10.9479,-8.1074,4049.4486,4049.4486,4049.4486,4049.4486,4049.4486 +332.5000,1.0000,4008.0970,59.1425,59.1820,-0.0219,0.0000,5,1297.2798,167.6237,574.0004,-85.5198,22.7718,77.9784,-11.6179,-0.0690,16.7065,0.0000,16.7065,6.1344,16.7065,0.7015,0.0000,16.0050,0.0000,16.0050,6.4529,9.5521,0.0000,9.5521,-0.0320,9.5841,0.0000,1.8568,10.9222,-3.1949,4997.4180,4997.4180,4997.4180,4997.4180,4997.4180 +333.5000,1.0000,4024.5268,59.1470,59.1030,0.0244,0.0000,5,1297.3786,218.6916,589.9680,-85.5256,29.7117,80.1537,-11.6196,0.0769,23.5639,0.0000,23.5639,6.0709,23.5639,0.7358,0.0000,22.8281,0.0000,22.8281,6.4534,16.3747,0.0000,16.3747,0.0356,16.3391,0.0000,1.8570,10.9230,3.5591,6285.1208,6285.1208,6285.1208,6285.1208,6285.1208 +334.5000,1.0000,4040.9923,59.2760,59.1910,0.0472,0.0000,5,1300.2081,243.7937,611.9491,-85.6934,33.1943,83.3214,-11.6678,0.1489,26.9899,0.0000,26.9899,6.0555,26.9899,0.7551,0.0000,26.2349,0.0000,26.2349,6.4675,19.7674,0.0000,19.7674,0.0690,19.6984,0.0000,1.8610,10.9468,6.8906,6940.9140,6940.9140,6940.9140,6940.9140,6940.9140 +335.5000,1.0000,4057.5413,59.5765,59.3610,0.1197,0.0000,5,1306.7996,324.1071,623.5977,-86.0843,44.3533,85.3379,-11.7804,0.3793,37.9217,0.0000,37.9217,6.0523,37.9217,0.8147,0.0000,37.1070,0.0000,37.1070,6.5003,30.6068,0.0000,30.6068,0.1759,30.4309,0.0000,1.8704,11.0023,17.5582,9029.0496,9029.0496,9029.0496,9029.0496,9029.0496 +336.5000,1.0000,4074.2036,59.9840,59.7920,0.1067,0.0000,5,1315.7380,310.0328,658.5256,-86.6145,42.7175,90.7341,-11.9341,0.3403,36.2266,0.0000,36.2266,6.1506,36.2266,0.8129,0.0000,35.4137,0.0000,35.4137,6.5447,28.8690,0.0000,28.8690,0.1577,28.7113,0.0000,1.8832,11.0776,15.7505,8728.2408,8728.2408,8728.2408,8728.2408,8728.2408 +337.5000,1.0000,4090.8984,60.1015,60.1760,-0.0414,0.0000,5,1318.3153,145.5518,653.8264,-86.7673,20.0940,90.2631,-11.9785,-0.1323,14.0629,0.0000,14.0629,6.1633,14.0629,0.7040,0.0000,13.3589,0.0000,13.3589,6.5575,6.8014,0.0000,6.8014,-0.0613,6.8627,0.0000,1.8869,11.0993,-6.1235,4518.2086,4518.2086,4518.2086,4518.2086,4518.2086 +338.5000,1.0000,4107.5508,59.9485,60.0270,-0.0436,0.0000,5,1314.9593,142.8414,585.0797,-86.5683,19.6696,80.5668,-11.9206,-0.1390,13.6933,0.0000,13.6933,6.1153,13.6933,0.6996,0.0000,12.9937,0.0000,12.9937,6.5409,6.4528,0.0000,6.4528,-0.0645,6.5173,0.0000,1.8821,11.0710,-6.4358,4437.7281,4437.7281,4437.7281,4437.7281,4437.7281 +339.5000,1.0000,4124.1266,59.6730,59.8700,-0.1094,0.0000,5,1308.9163,70.1581,582.5905,-86.2099,9.6165,79.8553,-11.8167,-0.3473,3.8350,0.0000,3.8350,6.1289,3.8350,0.6684,0.0000,3.1665,0.0000,3.1665,6.5108,-3.3443,0.0000,-3.3443,-0.1610,-3.1832,0.0000,1.8735,11.0201,-16.0768,2842.2514,2842.2514,2842.2514,2842.2514,2842.2514 +340.5000,1.0000,4140.5323,59.0605,59.4760,-0.2308,0.0000,5,1295.4812,-63.6064,548.6300,-85.4131,-8.6290,74.4285,-11.5873,-0.7251,-13.9887,0.0000,-13.9887,6.0847,-13.9887,0.7024,0.0000,-14.6911,0.0000,-14.6911,6.4440,-21.1351,0.0000,-21.1351,-0.3361,-20.7990,0.0000,1.8542,10.9070,-33.5602,355.9779,355.9779,355.9779,355.9779,355.9779 +341.5000,1.0000,4156.6982,58.1970,58.6450,-0.2489,0.0000,5,1276.5405,-83.7470,485.6016,-84.2897,-11.1952,64.9147,-11.2678,-0.7704,-16.3952,0.0000,-16.3952,5.9704,-16.3952,0.6937,0.0000,-17.0889,0.0000,-17.0889,6.3498,-23.4387,0.0000,-23.4387,-0.3571,-23.0815,0.0000,1.8271,10.7475,-35.6562,0.0000,0.0000,0.0000,0.0000,0.0000 +342.5000,1.0000,4172.6219,57.3255,57.7490,-0.2353,0.0000,5,1257.4243,-68.7293,470.9920,-83.1560,-9.0501,62.0189,-10.9497,-0.7173,-14.2195,0.0000,-14.2195,5.8868,-14.2195,0.6735,0.0000,-14.8930,0.0000,-14.8930,6.2547,-21.1477,0.0000,-21.1477,-0.3325,-20.8151,0.0000,1.7998,10.5866,-33.2015,201.9998,201.9998,201.9998,201.9998,201.9998 +343.5000,1.0000,4188.3343,56.5645,56.9020,-0.1875,0.0000,5,1240.7319,-16.0350,472.7466,-82.1660,-2.0834,61.4236,-10.6758,-0.5641,-7.3324,0.0000,-7.3324,5.8131,-7.3324,0.6435,0.0000,-7.9760,0.0000,-7.9760,6.1716,-14.1476,0.0000,-14.1476,-0.2615,-13.8861,0.0000,1.7759,10.4461,-26.1081,1241.7427,1241.7427,1241.7427,1241.7427,1241.7427 +344.5000,1.0000,4203.8788,55.9605,56.2270,-0.1481,0.0000,5,1227.4833,27.3814,492.6128,-81.3803,3.5197,63.3213,-10.4608,-0.4406,-1.7831,0.0000,-1.7831,5.7434,-1.7831,0.6196,0.0000,-2.4027,0.0000,-2.4027,6.1057,-8.5084,0.0000,-8.5084,-0.2043,-8.3041,0.0000,1.7569,10.3345,-20.3956,1963.6457,1963.6457,1963.6457,1963.6457,1963.6457 +345.5000,1.0000,4219.2604,55.3735,55.6940,-0.1781,0.0000,5,1214.6075,-5.7796,508.7615,-80.6166,-0.7351,64.7111,-10.2539,-0.5244,-5.8876,0.0000,-5.8876,5.6768,-5.8876,0.6201,0.0000,-6.5077,0.0000,-6.5077,6.0417,-12.5494,0.0000,-12.5494,-0.2431,-12.3063,0.0000,1.7385,10.2261,-24.2709,1385.6491,1385.6491,1385.6491,1385.6491,1385.6491 +346.5000,1.0000,4234.4725,54.7635,55.0530,-0.1608,0.0000,5,1201.2273,13.4058,490.2185,-79.8231,1.6863,61.6657,-10.0411,-0.4684,-3.4869,0.0000,-3.4869,5.6417,-3.4869,0.6041,0.0000,-4.0911,0.0000,-4.0911,5.9751,-10.0662,0.0000,-10.0662,-0.2172,-9.8491,0.0000,1.7193,10.1135,-21.6819,1683.6200,1683.6200,1683.6200,1683.6200,1683.6200 +347.5000,1.0000,4249.5100,54.1350,54.4740,-0.1883,0.0000,5,1187.4413,-16.8267,495.0951,-79.0011,-2.0924,61.5644,-9.8237,-0.5422,-7.1425,0.0000,-7.1425,5.5924,-7.1425,0.6031,0.0000,-7.7455,0.0000,-7.7455,5.9066,-13.6521,0.0000,-13.6521,-0.2514,-13.4007,0.0000,1.6996,9.9974,-25.0977,1123.1309,1123.1309,1123.1309,1123.1309,1123.1309 +348.5000,1.0000,4264.3527,53.4340,53.7960,-0.2011,0.0000,5,1172.0650,-30.8075,476.7081,-78.0839,-3.7813,58.5104,-9.5839,-0.5715,-8.7471,0.0000,-8.7471,5.5373,-8.7471,0.5958,0.0000,-9.3428,0.0000,-9.3428,5.8301,-15.1729,0.0000,-15.1729,-0.2649,-14.9080,0.0000,1.6776,9.8679,-26.4535,831.6209,831.6209,831.6209,831.6209,831.6209 +349.5000,1.0000,4278.9866,52.6820,53.0720,-0.2167,0.0000,5,1155.5700,-47.9510,465.4176,-77.0999,-5.8026,56.3206,-9.3299,-0.6071,-10.6604,0.0000,-10.6604,5.4648,-10.6604,0.5885,0.0000,-11.2489,0.0000,-11.2489,5.7480,-16.9969,0.0000,-16.9969,-0.2814,-16.7155,0.0000,1.6540,9.7291,-28.0985,476.9356,476.9356,476.9356,476.9356,476.9356 +350.5000,1.0000,4293.4262,51.9825,52.2920,-0.1719,0.0000,5,1140.2266,1.5065,452.9253,-76.1847,0.1799,54.0812,-9.0968,-0.4754,-4.7567,0.0000,-4.7567,5.4120,-4.7567,0.5627,0.0000,-5.3194,0.0000,-5.3194,5.6717,-10.9911,0.0000,-10.9911,-0.2204,-10.7707,0.0000,1.6320,9.5999,-22.0026,1358.2365,1358.2365,1358.2365,1358.2365,1358.2365 +351.5000,1.0000,4307.6820,51.3210,51.6730,-0.1956,0.0000,5,1125.7167,-24.5309,472.4843,-75.3191,-2.8918,55.6987,-8.8790,-0.5338,-7.7048,0.0000,-7.7048,5.3468,-7.7048,0.5596,0.0000,-8.2645,0.0000,-8.2645,5.5995,-13.8640,0.0000,-13.8640,-0.2474,-13.6166,0.0000,1.6113,9.4777,-24.7055,899.9969,899.9969,899.9969,899.9969,899.9969 +352.5000,1.0000,4321.7552,50.6635,50.9690,-0.1697,0.0000,5,1111.2945,4.0826,456.0581,-74.4588,0.4751,53.0735,-8.6651,-0.4573,-4.3634,0.0000,-4.3634,5.2959,-4.3634,0.5410,0.0000,-4.9045,0.0000,-4.9045,5.5278,-10.4323,0.0000,-10.4323,-0.2120,-10.2203,0.0000,1.5906,9.3563,-21.1672,1341.1653,1341.1653,1341.1653,1341.1653,1341.1653 +353.5000,1.0000,4335.6201,49.9135,50.3580,-0.2469,0.0000,5,1094.8434,44.7466,465.4380,-73.4160,5.1303,53.3633,-8.4173,-0.6555,0.5173,0.0000,0.5173,5.2686,0.5173,0.5173,0.0000,0.0000,0.0000,0.0000,5.4460,-5.4460,14.4152,-19.8612,-0.3039,-19.5573,0.0000,1.5671,9.2178,-30.3422,2086.4339,2086.4339,2086.4339,2086.4339,2086.4339 +354.5000,1.0000,4349.2412,49.0360,49.4690,-0.2406,0.0000,5,1075.5956,44.9036,480.1656,-72.0381,5.0578,54.0840,-8.1141,-0.6274,0.5039,0.0000,0.5039,5.1812,0.5039,0.5039,0.0000,0.0000,0.0000,0.0000,5.3502,-5.3502,13.3829,-18.7331,-0.2908,-18.4423,0.0000,1.5395,9.0557,-29.0375,2045.0910,2045.0910,2045.0910,2045.0910,2045.0910 +355.5000,1.0000,4362.5902,48.0565,48.6030,-0.3036,0.0000,5,1054.1105,43.7392,474.6238,-70.5002,4.8282,52.3919,-7.7822,-0.7760,0.4891,0.0000,0.4891,5.1151,0.4891,0.4891,0.0000,0.0000,0.0000,0.0000,5.2433,-5.2433,20.6497,-25.8930,-0.3597,-25.5333,0.0000,1.5088,8.8748,-35.9169,1973.1411,1973.1411,1973.1411,1973.1411,1973.1411 +356.5000,1.0000,4375.5575,46.6820,47.5100,-0.4600,0.0000,5,1023.9611,40.5092,466.4585,-68.3420,4.3438,50.0179,-7.3282,-1.1421,0.4688,0.0000,0.4688,5.0171,0.4688,0.4688,0.0000,0.0000,0.0000,0.0000,5.0934,-5.0934,38.2106,-43.3039,-0.5294,-42.7745,0.0000,1.4656,8.6210,-52.8611,1841.4368,1841.4368,1841.4368,1841.4368,1841.4368 +357.5000,1.0000,4388.0684,45.0395,45.8540,-0.4525,0.0000,5,987.9331,58.4312,453.2673,-67.3171,6.0451,46.8933,-6.9644,-1.0839,0.4449,0.0000,0.4449,6.6841,0.4449,0.4449,0.0000,0.0000,0.0000,0.0000,4.9142,-4.9142,36.0263,-40.9404,-0.5025,-40.4380,0.0000,1.4140,8.3177,-50.1697,2096.0287,2096.0287,2096.0287,2096.0287,2096.0287 +358.5000,1.0000,4400.2116,43.7155,44.2250,-0.2831,0.0000,5,958.8914,62.9115,449.3443,-68.9784,6.3173,45.1209,-6.9265,-0.6581,0.4261,0.0000,0.4261,6.5493,0.4261,0.4261,0.0000,0.0000,0.0000,0.0000,4.7697,-4.7697,16.5502,-21.3199,-0.3051,-21.0148,0.0000,1.3725,8.0732,-30.4605,2097.2283,2097.2283,2097.2283,2097.2283,2097.2283 +359.5000,1.0000,4412.0712,42.6945,43.2060,-0.2842,0.0000,5,936.4960,62.7169,441.6202,-70.2596,6.1506,43.3095,-6.8903,-0.6453,0.4118,0.0000,0.4118,6.3841,0.4118,0.4118,0.0000,0.0000,0.0000,0.0000,4.6583,-4.6583,16.2816,-20.9399,-0.2991,-20.6408,0.0000,1.3404,7.8846,-29.8658,2027.8617,2027.8617,2027.8617,2027.8617,2027.8617 +360.5000,1.0000,4423.6448,41.6650,42.1830,-0.2878,0.0000,5,913.9141,62.8628,431.7724,-71.5513,6.0163,41.3227,-6.8478,-0.6377,0.3976,0.0000,0.3976,6.2564,0.3976,0.3976,0.0000,0.0000,0.0000,0.0000,4.5460,-4.5460,16.2631,-20.8090,-0.2956,-20.5134,0.0000,1.3081,7.6945,-29.5160,1964.5057,1964.5057,1964.5057,1964.5057,1964.5057 +361.5000,1.0000,4434.8922,40.4905,41.1470,-0.3647,0.0000,5,888.1517,62.0454,419.9751,-73.1945,5.7707,39.0606,-6.8076,-0.7854,0.3816,0.0000,0.3816,6.1744,0.3816,0.3816,0.0000,0.0000,0.0000,0.0000,4.4178,-4.4178,23.5508,-27.9686,-0.3641,-27.6045,0.0000,1.2712,7.4776,-36.3534,1873.2787,1873.2787,1873.2787,1873.2787,1873.2787 +362.5000,1.0000,4445.7727,39.1700,39.8340,-0.3689,0.0000,5,859.1867,63.7226,409.7231,-75.2657,5.7334,36.8644,-6.7719,-0.7685,0.3640,0.0000,0.3640,6.1378,0.3640,0.3640,0.0000,0.0000,0.0000,0.0000,4.2738,-4.2738,23.1885,-27.4623,-0.3562,-27.1060,0.0000,1.2298,7.2337,-35.5696,1856.2072,1856.2072,1856.2072,1856.2072,1856.2072 +363.5000,1.0000,4456.4369,38.3910,38.5060,-0.0639,0.0000,5,842.0995,142.2850,418.0369,-76.4875,12.5473,36.8644,-6.7450,-0.1304,6.7409,0.0000,6.7409,5.9368,6.7409,0.3553,0.0000,6.3856,0.0000,6.3856,4.1888,2.1968,0.0000,2.1968,-0.0605,2.2573,0.0000,1.2053,7.0899,-6.0379,3022.0163,3022.0163,3022.0163,3022.0163,3022.0163 +364.5000,1.0000,4467.0037,38.0406,38.2760,-0.1308,0.0000,0,719.7885,8.2090,489.0723,-88.1013,0.6188,36.8644,-6.6407,-5.2950,0.0000,0.0000,0.0000,5.9138,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.1505,-4.1505,0.0000,-4.1505,-0.1227,-4.0279,0.0000,1.1943,7.0252,-12.2473,958.6390,958.6390,958.6390,958.6390,958.6390 +365.5000,1.0000,4477.5401,37.9310,38.9730,0.0699,0.0000,4,917.7289,403.1195,403.1195,-71.3331,38.7415,38.7415,-6.8554,17.9067,14.8266,0.0000,14.8266,6.0082,19.8937,0.9676,0.0000,18.9262,0.0000,18.9262,4.1386,14.7876,0.0000,14.7876,0.0654,14.7222,0.0000,1.1909,7.0049,6.5264,7894.7426,7894.7426,7894.7426,7894.7426,7894.7426 +366.5000,1.0000,4488.4303,39.2047,40.2540,0.6377,0.0000,4,1272.7238,637.1927,637.1927,-84.0634,84.9246,84.9246,-11.2039,2.9127,77.5181,0.0000,77.5181,4.4938,77.5181,2.1501,0.0000,75.3680,0.0000,75.3680,4.7327,70.6353,0.0000,70.6353,0.6164,70.0189,0.0000,1.2309,7.2401,61.5479,16608.2315,16608.2315,16608.2315,16608.2315,16608.2315 +367.5000,1.0000,4500.0475,41.8217,41.5140,0.8162,0.0000,4,1357.6814,777.3739,777.3739,-89.1020,110.5240,110.5240,-12.6682,3.9763,101.9358,0.0000,101.9358,4.6119,101.9358,2.7024,0.0000,99.2333,0.0000,99.2333,5.3311,93.9022,0.0000,93.9022,0.8415,93.0607,0.0000,1.3130,7.7234,84.0242,21490.7322,21490.7322,21490.7322,21490.7322,21490.7322 +368.5000,1.0000,4512.3234,44.1934,43.2920,0.5014,0.0000,4,1434.6741,527.3219,837.4599,-93.6683,79.2242,125.8189,-14.0726,2.5816,71.9157,0.0000,71.9157,4.7269,71.9157,2.1626,0.0000,69.7532,0.0000,69.7532,5.1068,64.6464,0.0000,64.6464,0.5464,64.1000,0.0000,1.3875,8.1614,54.5511,15577.8361,15577.8361,15577.8361,15577.8361,15577.8361 +369.5000,1.0000,4525.0734,45.9000,45.0960,0.4467,0.0000,4,1490.0759,483.6193,760.1394,-96.9541,75.4641,118.6124,-15.1288,2.3884,68.2351,0.0000,68.2351,4.8407,68.2351,2.1340,0.0000,66.1010,0.0000,66.1010,5.2088,60.8922,0.0000,60.8922,0.5055,60.3867,0.0000,1.4411,8.4766,50.4691,14958.8665,14958.8665,14958.8665,14958.8665,14958.8665 +370.5000,1.0000,4538.2341,47.3785,46.7040,0.3747,0.0000,4,1538.0732,426.6078,754.4799,-99.8007,68.7123,121.5216,-16.0746,2.0682,61.6691,0.0000,61.6691,4.9750,61.6691,2.0428,0.0000,59.6263,0.0000,59.6263,5.2475,54.3787,0.0000,54.3787,0.4377,53.9410,0.0000,1.4875,8.7496,43.7039,13761.3810,13761.3810,13761.3810,13761.3810,13761.3810 +371.5000,1.0000,4551.7233,48.5610,48.0530,0.2822,0.0000,4,1576.4614,353.7532,744.6561,-102.0774,58.3999,122.9328,-16.8516,1.5966,51.7431,0.0000,51.7431,5.0603,51.7431,1.8770,0.0000,49.8660,0.0000,49.8660,5.2984,44.5676,0.0000,44.5676,0.3379,44.2297,0.0000,1.5246,8.9680,33.7371,11880.6277,11880.6277,11880.6277,11880.6277,11880.6277 +372.5000,1.0000,4565.5340,49.7185,49.0690,0.3608,0.0000,4,1614.0379,415.3104,730.2465,-103.9734,70.1964,123.4275,-17.5738,2.0899,62.9622,0.0000,62.9622,5.1443,62.9622,2.1341,0.0000,60.8281,0.0000,60.8281,5.4806,55.3476,0.0000,55.3476,0.4423,54.9053,0.0000,1.5609,9.1818,44.1625,14148.1604,14148.1604,14148.1604,14148.1604,14148.1604 +373.5000,1.0000,4579.6959,50.9830,50.3680,0.3417,0.0000,4,1655.0880,400.0064,754.8551,-105.4353,69.3293,130.8318,-18.2741,2.0293,62.0610,0.0000,62.0610,5.2390,62.0610,2.1524,0.0000,59.9086,0.0000,59.9086,5.5830,54.3257,0.0000,54.3257,0.4295,53.8962,0.0000,1.6006,9.4153,42.8802,14033.1991,14033.1991,14033.1991,14033.1991,14033.1991 +374.5000,1.0000,4594.1867,52.1670,51.5980,0.3161,0.0000,4,1693.5248,379.7714,757.4800,-106.8042,67.3508,134.3357,-18.9412,1.9211,60.1125,0.0000,60.1125,5.3172,60.1125,2.1481,0.0000,57.9645,0.0000,57.9645,5.6918,52.2726,0.0000,52.2726,0.4066,51.8661,0.0000,1.6378,9.6340,40.5943,13707.8646,13707.8646,13707.8646,13707.8646,13707.8646 +375.5000,1.0000,4608.7702,52.5006,52.7360,-0.1308,0.0000,0,1682.9667,13.8454,753.2563,-106.4281,2.4401,132.7538,-18.7569,-3.0003,0.0000,0.0000,0.0000,5.4404,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.7282,-5.7282,0.0000,-5.7282,-0.1693,-5.5589,0.0000,1.6483,9.6956,-16.9028,2858.8492,2858.8492,2858.8492,2858.8492,2858.8492 +376.5000,1.0000,4623.5246,53.1158,53.9180,0.4726,0.0000,5,1418.8406,562.5779,562.5779,-92.7293,83.5882,83.5882,-13.7778,-20.4845,98.5131,0.0000,98.5131,5.5595,80.8944,0.9275,0.0000,79.9669,0.0000,79.9669,6.0798,73.8871,0.0000,73.8871,0.6189,73.2682,0.0000,1.6676,9.8092,61.7914,16365.5826,16365.5826,16365.5826,16365.5826,16365.5826 +377.5000,1.0000,4638.7841,54.9340,54.9130,0.5375,0.0000,5,1204.9672,792.2092,792.2092,-80.0449,99.9640,99.9640,-10.1004,1.5705,92.7246,0.0000,92.7246,5.6690,92.7246,1.0145,0.0000,91.7100,0.0000,91.7100,6.4230,85.2870,0.0000,85.2870,0.7280,84.5590,0.0000,1.7247,10.1450,72.6894,19453.0213,19453.0213,19453.0213,19453.0213,19453.0213 +378.5000,1.0000,4654.4690,56.4658,56.0590,0.3135,0.0000,5,1238.5664,538.9480,842.2583,-82.0376,69.9028,109.2429,-10.6405,0.9413,63.2597,0.0000,63.2597,5.7018,63.2597,0.8912,0.0000,62.3685,0.0000,62.3685,6.1609,56.2076,0.0000,56.2076,0.4364,55.7713,0.0000,1.7728,10.4278,43.5706,13834.8223,13834.8223,13834.8223,13834.8223,13834.8223 +379.5000,1.0000,4670.4335,57.4720,57.0300,0.2456,0.0000,5,1260.6377,463.9865,738.5018,-83.3466,61.2526,97.4923,-11.0029,0.7506,54.6412,0.0000,54.6412,5.8608,54.6412,0.8641,0.0000,53.7771,0.0000,53.7771,6.2706,47.5064,0.0000,47.5064,0.3479,47.1585,0.0000,1.8044,10.6137,34.7404,12189.0897,12189.0897,12189.0897,12189.0897,12189.0897 +380.5000,1.0000,4686.6601,58.4160,57.9140,0.2789,0.0000,5,1281.3442,500.4472,709.6806,-84.5746,67.1510,95.2264,-11.3484,0.8665,60.4099,0.0000,60.4099,5.8747,60.4099,0.9082,0.0000,59.5017,0.0000,59.5017,6.3736,53.1281,0.0000,53.1281,0.4017,52.7264,0.0000,1.8340,10.7880,40.1044,13351.7563,13351.7563,13351.7563,13351.7563,13351.7563 +381.5000,1.0000,4703.1110,59.2230,58.9180,0.1694,0.0000,5,1299.0456,379.1811,727.8248,-85.6245,51.5822,99.0102,-11.6480,0.5337,45.0528,0.0000,45.0528,5.9956,45.0528,0.8445,0.0000,44.2083,0.0000,44.2083,6.4617,37.7466,0.0000,37.7466,0.2474,37.4992,0.0000,1.8594,10.9370,24.7028,10385.1901,10385.1901,10385.1901,10385.1901,10385.1901 +382.5000,1.0000,4719.7000,59.7205,59.5280,0.1069,0.0000,5,1309.9582,309.8569,680.0720,-86.2717,42.5057,93.2913,-11.8346,0.3397,36.1074,0.0000,36.1074,6.0586,36.1074,0.8080,0.0000,35.2994,0.0000,35.2994,6.5160,28.7834,0.0000,28.7834,0.1575,28.6260,0.0000,1.8750,11.0289,15.7221,8685.3594,8685.3594,8685.3594,8685.3594,8685.3594 +383.5000,1.0000,4736.3251,59.8505,59.9130,-0.0347,0.0000,5,1312.8097,152.7313,652.6689,-86.4408,20.9971,89.7270,-11.8836,-0.1105,14.9997,0.0000,14.9997,6.1078,14.9997,0.7046,0.0000,14.2952,0.0000,14.2952,6.5302,7.7650,0.0000,7.7650,-0.0512,7.8163,0.0000,1.8791,11.0529,-5.1157,4679.8522,4679.8522,4679.8522,4679.8522,4679.8522 +384.5000,1.0000,4752.8814,59.6025,59.7880,-0.1031,0.0000,5,1307.3699,76.5304,586.3467,-86.1182,10.4776,80.2752,-11.7902,-0.3267,4.7745,0.0000,4.7745,6.0298,4.7745,0.6649,0.0000,4.1096,0.0000,4.1096,6.5031,-2.3935,0.0000,-2.3935,-0.1514,-2.2421,0.0000,1.8713,11.0071,-15.1205,2941.3502,2941.3502,2941.3502,2941.3502,2941.3502 +385.5000,1.0000,4769.3429,59.2615,59.4170,-0.0864,0.0000,5,1299.8901,95.0037,552.3613,-85.6746,12.9323,75.1897,-11.6624,-0.2723,7.1976,0.0000,7.1976,6.0069,7.1976,0.6559,0.0000,6.5418,0.0000,6.5418,6.4659,0.0759,0.0000,0.0759,-0.1262,0.2021,0.0000,1.8606,10.9441,-12.6026,3220.8980,3220.8980,3220.8980,3220.8980,3220.8980 +386.5000,1.0000,4785.7737,59.1510,59.1060,0.0250,0.0000,5,1297.4663,218.6051,559.4115,-85.5308,29.7020,76.0074,-11.6211,0.0786,23.6477,0.0000,23.6477,5.9756,23.6477,0.7363,0.0000,22.9114,0.0000,22.9114,6.4538,16.4575,0.0000,16.4575,0.0365,16.4211,0.0000,1.8571,10.9237,3.6403,6283.5090,6283.5090,6283.5090,6283.5090,6283.5090 +387.5000,1.0000,4802.2496,59.3130,59.1960,0.0650,0.0000,5,1301.0197,263.2259,612.0388,-85.7416,35.8625,83.3857,-11.6816,0.2050,29.6419,0.0000,29.6419,6.0156,29.6419,0.7689,0.0000,28.8730,0.0000,28.8730,6.4715,22.4014,0.0000,22.4014,0.0951,22.3064,0.0000,1.8622,10.9536,9.4906,7438.1601,7438.1601,7438.1601,7438.1601,7438.1601 +388.5000,1.0000,4818.8183,59.6475,59.4300,0.1208,0.0000,5,1308.3569,325.1362,631.9599,-86.1767,44.5472,86.5853,-11.8071,0.3833,38.1329,0.0000,38.1329,6.0309,38.1329,0.8169,0.0000,37.3160,0.0000,37.3160,6.5080,30.8080,0.0000,30.8080,0.1777,30.6303,0.0000,1.8727,11.0154,17.7422,9065.7250,9065.7250,9065.7250,9065.7250,9065.7250 +389.5000,1.0000,4835.5089,60.0860,59.8650,0.1228,0.0000,5,1317.9753,327.1716,659.3028,-86.7472,45.1556,90.9957,-11.9727,0.3924,38.7078,0.0000,38.7078,6.0554,38.7078,0.8270,0.0000,37.8809,0.0000,37.8809,6.5559,31.3250,0.0000,31.3250,0.1819,31.1431,0.0000,1.8864,11.0964,18.1603,9181.6765,9181.6765,9181.6765,9181.6765,9181.6765 +390.5000,1.0000,4852.3410,60.5955,60.3070,0.1603,0.0000,5,1329.1511,369.0322,662.0976,-87.4100,51.3650,92.1563,-12.1665,0.5165,44.7173,0.0000,44.7173,6.1312,44.7173,0.8655,0.0000,43.8518,0.0000,43.8518,6.6114,37.2404,0.0000,37.2404,0.2395,37.0009,0.0000,1.9024,11.1905,23.9080,10327.0987,10327.0987,10327.0987,10327.0987,10327.0987 +391.5000,1.0000,4869.3571,61.2580,60.8840,0.2078,0.0000,5,1343.6830,421.8013,681.4057,-88.2718,59.3517,95.8807,-12.4207,0.6769,52.4812,0.0000,52.4812,6.1936,52.4812,0.9154,0.0000,51.5658,0.0000,51.5658,6.6837,44.8821,0.0000,44.8821,0.3138,44.5683,0.0000,1.9232,11.3128,31.3322,11868.7235,11868.7235,11868.7235,11868.7235,11868.7235 +392.5000,1.0000,4886.5762,61.9890,61.6320,0.1983,0.0000,5,1359.7173,410.9723,705.0927,-89.2228,58.5180,100.3976,-12.7044,0.6539,51.6491,0.0000,51.6491,6.2151,51.6491,0.9235,0.0000,50.7256,0.0000,50.7256,6.7635,43.9621,0.0000,43.9621,0.3031,43.6590,0.0000,1.9462,11.4478,30.2649,11723.8248,11723.8248,11723.8248,11723.8248,11723.8248 +393.5000,1.0000,4903.9828,62.6635,62.3460,0.1764,0.0000,5,1374.5123,386.9326,703.4612,-90.1003,55.6945,101.2552,-12.9689,0.5879,48.7791,0.0000,48.7791,6.3275,48.7791,0.9206,0.0000,47.8585,0.0000,47.8585,6.8371,41.0214,0.0000,41.0214,0.2725,40.7489,0.0000,1.9674,11.5724,27.2092,11204.9545,11204.9545,11204.9545,11204.9545,11204.9545 +394.5000,1.0000,4921.5397,63.2050,62.9810,0.1244,0.0000,5,1386.3900,328.4995,696.4941,-90.8047,47.6924,101.1187,-13.1832,0.4183,41.0001,0.0000,41.0001,6.2739,41.0001,0.8910,0.0000,40.1091,0.0000,40.1091,6.8962,33.2130,0.0000,33.2130,0.1939,33.0190,0.0000,1.9844,11.6724,19.3623,9698.6694,9698.6694,9698.6694,9698.6694,9698.6694 +395.5000,1.0000,4939.1951,63.5595,63.4290,0.0725,0.0000,5,1394.1659,271.1484,675.7072,-91.2659,39.5868,98.6510,-13.3245,0.2451,32.9823,0.0000,32.9823,6.3594,32.9823,0.8570,0.0000,32.1253,0.0000,32.1253,6.9348,25.1905,0.0000,25.1905,0.1136,25.0769,0.0000,1.9955,11.7379,11.3435,8205.4786,8205.4786,8205.4786,8205.4786,8205.4786 +396.5000,1.0000,4956.8878,63.6935,63.6900,0.0019,0.0000,5,1397.1052,192.6557,654.5014,-91.4402,28.1864,95.7565,-13.3781,0.0066,21.8232,0.0000,21.8232,6.3566,21.8232,0.8035,0.0000,21.0197,0.0000,21.0197,6.9495,14.0702,0.0000,14.0702,0.0031,14.0672,0.0000,1.9997,11.7626,0.3049,6096.0366,6096.0366,6096.0366,6096.0366,6096.0366 +397.5000,1.0000,4974.5890,63.7245,63.6970,0.0153,0.0000,5,1397.7852,207.4705,624.3502,-91.4805,30.3686,91.3897,-13.3905,0.0518,23.9572,0.0000,23.9572,6.3597,23.9572,0.8147,0.0000,23.1425,0.0000,23.1425,6.9528,16.1896,0.0000,16.1896,0.0240,16.1656,0.0000,2.0007,11.7683,2.3966,6493.0132,6493.0132,6493.0132,6493.0132,6493.0132 +398.5000,1.0000,4992.3054,63.7790,63.7520,0.0150,0.0000,5,1398.9806,207.0694,630.3645,-91.5514,30.3359,92.3490,-13.4124,0.0509,23.9338,0.0000,23.9338,6.3512,23.9338,0.8155,0.0000,23.1182,0.0000,23.1182,6.9588,16.1594,0.0000,16.1594,0.0236,16.1358,0.0000,2.0024,11.7784,2.3550,6490.0141,6490.0141,6490.0141,6490.0141,6490.0141 +399.5000,1.0000,5010.0557,63.9010,63.8060,0.0528,0.0000,5,1401.6567,248.8635,630.7810,-91.7101,36.5285,92.5868,-13.4613,0.1794,30.0126,0.0000,30.0126,6.3366,30.0126,0.8480,0.0000,29.1645,0.0000,29.1645,6.9721,22.1924,0.0000,22.1924,0.0831,22.1093,0.0000,2.0062,11.8009,8.3021,7644.6099,7644.6099,7644.6099,7644.6099,7644.6099 +400.5000,1.0000,5027.8746,64.1480,63.9960,0.0844,0.0000,5,1407.0746,284.5397,647.9946,-92.0315,41.9265,95.4810,-13.5607,0.2881,35.2061,0.0000,35.2061,6.4323,35.2061,0.8783,0.0000,34.3278,0.0000,34.3278,6.9991,27.3288,0.0000,27.3288,0.1336,27.1952,0.0000,2.0140,11.8465,13.3347,8643.9924,8643.9924,8643.9924,8643.9924,8643.9924 +401.5000,1.0000,5045.7947,64.5125,64.3000,0.1181,0.0000,5,1415.0698,322.2283,663.2488,-92.5056,47.7496,98.2840,-13.7080,0.4051,40.8268,0.0000,40.8268,6.5178,40.8268,0.9127,0.0000,39.9141,0.0000,39.9141,7.0388,32.8753,0.0000,32.8753,0.1878,32.6875,0.0000,2.0254,11.9139,18.7482,9746.7038,9746.7038,9746.7038,9746.7038,9746.7038 +402.5000,1.0000,5063.8307,64.9295,64.7250,0.1136,0.0000,5,1424.2166,316.6411,679.3922,-93.0481,47.2250,101.3270,-13.8775,0.3923,40.3723,0.0000,40.3723,6.4603,40.3723,0.9177,0.0000,39.4546,0.0000,39.4546,7.0843,32.3703,0.0000,32.3703,0.1819,32.1884,0.0000,2.0385,11.9909,18.1590,9656.0587,9656.0587,9656.0587,9656.0587,9656.0587 +403.5000,1.0000,5081.9293,65.1550,65.1340,0.0117,0.0000,5,1429.1629,203.4336,678.6946,-93.3415,30.4462,101.5745,-13.9696,0.0404,23.9164,0.0000,23.9164,6.4894,23.9164,0.8394,0.0000,23.0770,0.0000,23.0770,7.1089,15.9681,0.0000,15.9681,0.0187,15.9493,0.0000,2.0456,12.0325,1.8712,6540.2420,6540.2420,6540.2420,6540.2420,6540.2420 +404.5000,1.0000,5100.0782,65.3360,65.1760,0.0889,0.0000,5,1433.1331,289.1658,637.2123,-93.5769,43.3972,95.6311,-14.0438,0.3089,36.5915,0.0000,36.5915,6.4968,36.5915,0.9060,0.0000,35.6856,0.0000,35.6856,7.1287,28.5569,0.0000,28.5569,0.1432,28.4137,0.0000,2.0513,12.0659,14.2965,8942.3922,8942.3922,8942.3922,8942.3922,8942.3922 +405.5000,1.0000,5118.3505,65.7805,65.4960,0.1581,0.0000,5,1442.8832,366.3072,671.0945,-94.1552,55.3484,101.4013,-14.2267,0.5530,48.2126,0.0000,48.2126,6.5829,48.2126,0.9719,0.0000,47.2407,0.0000,47.2407,7.1772,40.0635,0.0000,40.0635,0.2563,39.8071,0.0000,2.0652,12.1480,25.5939,11169.7732,11169.7732,11169.7732,11169.7732,11169.7732 +406.5000,1.0000,5136.8026,66.4275,66.0650,0.2014,0.0000,5,1457.0750,414.6733,702.0342,-94.9969,63.2727,107.1196,-14.4951,0.7115,55.8840,0.0000,55.8840,6.6773,55.8840,1.0217,0.0000,54.8622,0.0000,54.8622,7.2478,47.6145,0.0000,47.6145,0.3298,47.2846,0.0000,2.0855,12.2675,32.9316,12682.9405,12682.9405,12682.9405,12682.9405,12682.9405 +407.5000,1.0000,5155.5176,67.3740,66.7900,0.3244,0.0000,5,1477.8363,551.6737,722.8076,-96.2282,85.3763,111.8607,-14.8921,1.1626,77.4037,0.0000,77.4037,6.8100,77.4037,1.1463,0.0000,76.2574,0.0000,76.2574,7.3510,68.9064,0.0000,68.9064,0.5389,68.3674,0.0000,2.1153,12.4423,53.8099,16748.4066,16748.4066,16748.4066,16748.4066,16748.4066 +408.5000,1.0000,5174.5776,68.6160,67.9580,0.3656,0.0000,5,1505.0793,597.4209,774.2684,-97.8439,94.1604,122.0336,-15.4213,1.3340,85.9778,0.0000,85.9778,6.8486,85.9778,1.2117,0.0000,84.7662,0.0000,84.7662,7.5760,77.1902,0.0000,77.1902,0.6184,76.5718,0.0000,2.1543,12.6717,61.7459,18404.6579,18404.6579,18404.6579,18404.6579,18404.6579 +409.5000,1.0000,5193.9736,69.8255,69.2740,0.3064,0.0000,5,1531.6095,531.6381,793.3811,-99.4174,85.2693,127.2502,-15.9455,1.1378,77.0869,0.0000,77.0869,7.0446,77.0869,1.1894,0.0000,75.8975,0.0000,75.8975,7.6185,68.2790,0.0000,68.2790,0.5275,67.7516,0.0000,2.1922,12.8950,52.6643,16816.9058,16816.9058,16816.9058,16816.9058,16816.9058 +410.5000,1.0000,5213.6176,70.7185,70.3770,0.1897,0.0000,5,1551.1973,401.6460,775.3906,-100.5791,65.2438,125.9552,-16.3382,0.7136,57.4627,0.0000,57.4627,7.0675,57.4627,1.1079,0.0000,56.3548,0.0000,56.3548,7.7159,48.6389,0.0000,48.6389,0.3308,48.3081,0.0000,2.2203,13.0600,33.0279,13159.9979,13159.9979,13159.9979,13159.9979,13159.9979 +411.5000,1.0000,5233.4725,71.4775,71.0600,0.2319,0.0000,5,1567.8458,448.5546,736.8217,-101.5665,73.6457,120.9747,-16.6756,0.8817,65.6261,0.0000,65.6261,7.1378,65.6261,1.1629,0.0000,64.4632,0.0000,64.4632,7.7988,56.6645,0.0000,56.6645,0.4087,56.2557,0.0000,2.2441,13.2001,40.8115,14698.6397,14698.6397,14698.6397,14698.6397,14698.6397 +412.5000,1.0000,5253.3569,71.5840,71.8950,-0.1728,0.0000,5,1570.1819,0.1559,753.5648,-101.7050,0.0256,123.9079,-16.7233,-0.6578,-6.5587,0.0000,-6.5587,7.2421,-6.5587,0.9148,0.0000,-7.4735,0.0000,-7.4735,7.8104,-15.2839,0.0000,-15.2839,-0.3049,-14.9790,0.0000,2.2474,13.2198,-30.4462,2327.0066,2327.0066,2327.0066,2327.0066,2327.0066 +413.5000,1.0000,5273.0203,70.7880,71.2730,-0.2694,0.0000,5,1552.7217,34.5579,602.9561,-100.6695,5.6191,98.0410,-16.3689,-1.0144,0.8806,0.0000,0.8806,5.7529,0.8806,0.8806,0.0000,0.0000,0.0000,0.0000,7.7235,-7.7235,24.4039,-32.1275,-0.4703,-31.6572,0.0000,2.2224,13.0728,-46.9524,2905.7561,2905.7561,2905.7561,2905.7561,2905.7561 +414.5000,1.0000,5292.4065,69.7905,70.3030,-0.2847,0.0070,5,1530.8418,31.9042,606.7000,-99.3718,5.1145,97.2597,-15.9302,-1.0568,0.8613,0.0000,0.8613,5.3101,0.8613,0.8613,0.0000,0.0000,0.0000,0.0000,7.6147,-7.6147,26.5931,-34.2078,-0.4899,-33.7179,0.1179,2.1911,12.8886,-48.9155,2809.0848,2809.0848,2809.0848,2809.0848,2809.0848 +415.5000,1.0000,5311.3661,68.2545,69.2780,-0.5686,0.0110,5,1497.1499,26.1373,594.2612,-97.3736,4.0978,93.1690,-15.2664,-2.0641,0.8319,0.0000,0.8319,5.3301,0.8319,0.8319,0.0000,0.0000,0.0000,0.0000,7.4471,-7.4471,74.1186,-81.5657,-0.9569,-80.6089,0.1812,2.1429,12.6049,-95.5379,2627.7906,2627.7906,2627.7906,2627.7906,2627.7906 +416.5000,1.0000,5329.9053,66.7410,67.2310,-0.2722,0.0110,5,1463.9515,32.1573,581.0504,-95.4047,4.9299,89.0777,-14.6260,-0.9663,0.8034,0.0000,0.8034,5.0927,0.8034,0.8034,0.0000,0.0000,0.0000,0.0000,7.2820,-7.2820,23.2924,-30.5744,-0.4479,-30.1265,0.1772,2.0954,12.3254,-44.7245,2638.3927,2638.3927,2638.3927,2638.3927,2638.3927 +417.5000,1.0000,5348.2737,66.1265,66.2510,-0.0692,0.0020,5,1450.4726,103.6949,578.7482,-94.6053,15.7505,87.9079,-14.3699,-0.2433,10.9548,0.0000,10.9548,5.0390,10.9548,0.7917,0.0000,10.1631,0.0000,10.1631,7.2149,2.9481,0.0000,2.9481,-0.1128,3.0609,0.0319,2.0761,12.2119,-11.2590,3910.6240,3910.6240,3910.6240,3910.6240,3910.6240 +418.5000,1.0000,5366.6447,66.1355,66.0020,0.0742,0.0000,5,1450.6700,262.4601,605.1073,-94.6170,39.8713,91.9242,-14.3736,0.2609,34.6116,0.0000,34.6116,4.9988,34.6116,0.9102,0.0000,33.7014,0.0000,33.7014,7.2159,26.4855,0.0000,26.4855,0.1209,26.3646,0.0000,2.0764,12.2136,12.0746,8281.4543,8281.4543,8281.4543,8281.4543,8281.4543 +419.5000,1.0000,5385.0889,66.3990,66.2690,0.0722,0.0000,5,1456.4498,260.4275,664.7211,-94.9598,39.7202,101.3826,-14.4832,0.2550,34.4286,0.0000,34.4286,5.0365,34.4286,0.9140,0.0000,33.5147,0.0000,33.5147,7.2447,26.2700,0.0000,26.2700,0.1182,26.1518,0.0000,2.0846,12.2623,11.8049,8261.8207,8261.8207,8261.8207,8261.8207,8261.8207 +420.5000,1.0000,5403.6551,66.8385,66.5290,0.1719,0.0000,5,1466.0902,370.9986,666.0568,-95.5316,56.9589,102.2588,-14.6668,0.6112,51.3148,0.0000,51.3148,5.0329,51.3148,1.0062,0.0000,50.3085,0.0000,50.3085,7.2926,43.0159,0.0000,43.0159,0.2833,42.7326,0.0000,2.0984,12.3434,28.2907,11513.9700,11513.9700,11513.9700,11513.9700,11513.9700 +421.5000,1.0000,5422.4237,67.5670,67.1480,0.2328,0.0000,5,1482.0697,438.4637,708.6533,-96.4793,68.0504,109.9844,-14.9738,0.8365,62.1500,0.0000,62.1500,5.0640,62.1500,1.0735,0.0000,61.0765,0.0000,61.0765,7.3721,53.7044,0.0000,53.7044,0.3878,53.3166,0.0000,2.1213,12.4780,38.7173,13580.1056,13580.1056,13580.1056,13580.1056,13580.1056 +422.5000,1.0000,5441.4650,68.5485,67.9860,0.3125,0.0000,5,1503.5987,527.1012,735.8562,-97.7561,82.9955,115.8653,-15.3923,1.1393,76.7151,0.0000,76.7151,5.1411,76.7151,1.1641,0.0000,75.5510,0.0000,75.5510,7.4792,68.0718,0.0000,68.0718,0.5281,67.5437,0.0000,2.1521,12.6592,52.7324,16356.6017,16356.6017,16356.6017,16356.6017,16356.6017 +423.5000,1.0000,5460.8257,69.6985,69.1110,0.3264,0.0000,5,1528.8238,542.4279,769.7638,-99.2522,86.8417,123.2377,-15.8901,1.2099,80.4291,0.0000,80.4291,5.2026,80.4291,1.2038,0.0000,79.2254,0.0000,79.2254,7.6047,71.6207,0.0000,71.6207,0.5609,71.0598,0.0000,2.1882,12.8716,56.0000,17094.7557,17094.7557,17094.7557,17094.7557,17094.7557 +424.5000,1.0000,5480.4669,70.7085,70.2860,0.2347,0.0000,5,1550.9779,452.3898,778.5736,-100.5661,73.4763,126.4544,-16.3337,0.8827,65.4054,0.0000,65.4054,7.1881,65.4054,1.1474,0.0000,64.2580,0.0000,64.2580,7.7149,56.5432,0.0000,56.5432,0.4092,56.1340,0.0000,2.2199,13.0581,40.8559,14621.9098,14621.9098,14621.9098,14621.9098,14621.9098 +425.5000,1.0000,5500.3037,71.4125,71.1310,0.1564,0.0000,5,1566.4200,364.5098,752.8655,-101.4819,59.7924,123.4964,-16.6466,0.5940,52.0833,0.0000,52.0833,7.1151,52.0833,1.0940,0.0000,50.9894,0.0000,50.9894,7.7917,43.1977,0.0000,43.1977,0.2753,42.9224,0.0000,2.2420,13.1881,27.4922,12131.2067,12131.2067,12131.2067,12131.2067,12131.2067 +426.5000,1.0000,5520.2989,71.9825,71.6940,0.1603,0.0000,5,1578.9229,369.3297,727.7960,-102.2234,61.0666,120.3370,-16.9021,0.6136,53.2027,0.0000,53.2027,7.2503,53.2027,1.1103,0.0000,52.0924,0.0000,52.0924,7.8539,44.2385,0.0000,44.2385,0.2844,43.9541,0.0000,2.2599,13.2934,28.4007,12390.5550,12390.5550,12390.5550,12390.5550,12390.5550 +427.5000,1.0000,5540.4865,72.6755,72.2710,0.2247,0.0000,5,1594.1237,440.5700,732.5955,-103.1250,73.5471,122.2967,-17.2153,0.8686,65.4232,0.0000,65.4232,7.2553,65.4232,1.1846,0.0000,64.2386,0.0000,64.2386,7.9295,56.3092,0.0000,56.3092,0.4027,55.9065,0.0000,2.2817,13.4214,40.2034,14754.3398,14754.3398,14754.3398,14754.3398,14754.3398 +428.5000,1.0000,5560.8892,73.4495,73.0800,0.2053,0.0000,5,1611.1013,418.9495,757.2053,-103.8688,70.6827,127.7512,-17.5241,0.8019,62.5569,0.0000,62.5569,7.3239,62.5569,1.1850,0.0000,61.3719,0.0000,61.3719,8.0139,53.3579,0.0000,53.3579,0.3717,52.9862,0.0000,2.3060,13.5643,37.1159,14237.1926,14237.1926,14237.1926,14237.1926,14237.1926 +429.5000,1.0000,5581.3290,73.5836,73.8190,-0.1308,0.0000,0,1589.1112,26.9235,749.9348,-102.8277,4.4804,124.7977,-17.1117,-2.9369,0.0000,0.0000,0.0000,7.4173,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,8.0286,-8.0285,0.0000,-8.0285,-0.2373,-7.7913,0.0000,2.3102,13.5891,-23.6906,2863.7839,2863.7839,2863.7839,2863.7839,2863.7839 +430.5000,1.0000,5601.8381,73.8328,74.6420,0.2692,0.0000,6,1372.8781,554.1140,554.1140,-90.0033,79.6636,79.6636,-12.9396,-15.6932,87.8826,0.0000,87.8826,7.4742,75.4719,2.0421,0.0000,73.4298,0.0000,73.4298,8.0557,65.3740,0.0000,65.3740,0.4901,64.8840,0.0000,2.3180,13.6351,48.9308,15627.0914,15627.0914,15627.0914,15627.0914,15627.0914 +431.5000,1.0000,5622.6501,74.9229,75.1680,0.3364,0.0000,6,1196.4103,779.4767,779.4767,-79.5362,97.6589,97.6589,-9.9649,0.7105,89.3829,0.0000,89.3829,7.5655,89.3829,2.3325,0.0000,87.0504,0.0000,87.0504,8.1897,78.8607,0.0000,78.8607,0.6215,78.2392,0.0000,2.3523,13.8364,62.0506,19024.8505,19024.8505,19024.8505,19024.8505,19024.8505 +432.5000,1.0000,5643.6763,75.6943,75.6190,0.0921,0.0000,6,1208.7273,403.2464,841.4907,-80.2679,51.0420,106.5139,-10.1601,0.1965,43.3641,0.0000,43.3641,7.4814,43.3641,1.4208,0.0000,41.9433,0.0000,41.9433,8.2588,33.6845,0.0000,33.6845,0.1718,33.5126,0.0000,2.3765,13.9789,17.1573,10234.2866,10234.2866,10234.2866,10234.2866,10234.2866 +433.5000,1.0000,5664.7910,76.0130,75.8600,0.0850,0.0000,6,1213.8171,377.2342,675.9942,-80.5697,47.9505,85.9260,-10.2413,0.1821,42.1830,0.0000,42.1830,5.5853,42.1830,1.4008,0.0000,40.7822,0.0000,40.7822,8.2936,32.4886,0.0000,32.4886,0.1593,32.3293,0.0000,2.3865,14.0377,15.9051,9631.9679,9631.9679,9631.9679,9631.9679,9631.9679 +434.5000,1.0000,5686.0071,76.3780,76.1660,0.1178,0.0000,6,1219.6456,427.2083,665.1952,-80.9154,54.5635,84.9594,-10.3346,0.2536,48.7386,0.0000,48.7386,5.5713,48.7386,1.5361,0.0000,47.2025,0.0000,47.2025,8.3334,38.8691,0.0000,38.8691,0.2218,38.6473,0.0000,2.3979,14.1051,22.1442,10906.7948,10906.7948,10906.7948,10906.7948,10906.7948 +435.5000,1.0000,5707.3756,76.9265,76.5900,0.1869,0.0000,6,1228.4044,533.5735,688.1698,-81.4349,68.6379,88.5249,-10.4756,0.4054,62.5900,0.0000,62.5900,5.6426,62.5900,1.8194,0.0000,60.7706,0.0000,60.7706,8.3933,52.3773,0.0000,52.3773,0.3546,52.0228,0.0000,2.4152,14.2064,35.4012,13601.3728,13601.3728,13601.3728,13601.3728,13601.3728 +436.5000,1.0000,5728.9533,77.6800,77.2630,0.2317,0.0000,6,1240.4366,602.2595,735.7364,-82.1485,78.2324,95.5708,-10.6709,0.5072,72.0200,0.0000,72.0200,5.7051,72.0200,2.0166,0.0000,70.0034,0.0000,70.0034,8.4755,61.5279,0.0000,61.5279,0.4437,61.0842,0.0000,2.4388,14.3456,44.2998,15416.1117,15416.1117,15416.1117,15416.1117,15416.1117 +437.5000,1.0000,5750.7306,78.3980,78.0970,0.1672,0.0000,6,1251.9021,503.2884,766.8525,-82.8285,65.9805,100.5335,-10.8587,0.3695,59.8707,0.0000,59.8707,5.7403,59.8707,1.7820,0.0000,58.0888,0.0000,58.0888,8.5538,49.5349,0.0000,49.5349,0.3232,49.2117,0.0000,2.4614,14.4782,32.2722,13116.9273,13116.9273,13116.9273,13116.9273,13116.9273 +438.5000,1.0000,5772.6640,78.9605,78.6990,0.1453,0.0000,6,1260.8844,469.9064,725.6032,-83.3612,62.0462,95.8083,-11.0070,0.3233,55.9066,0.0000,55.9066,5.8163,55.9066,1.7092,0.0000,54.1974,0.0000,54.1974,8.6152,45.5822,0.0000,45.5822,0.2828,45.2994,0.0000,2.4790,14.5821,28.2383,12345.9589,12345.9589,12345.9589,12345.9589,12345.9589 +439.5000,1.0000,5794.7208,79.4045,79.2220,0.1014,0.0000,6,1267.9744,402.3276,712.4887,-83.7817,53.4219,94.6057,-11.1247,0.2269,47.3813,0.0000,47.3813,5.8137,47.3813,1.5439,0.0000,45.8374,0.0000,45.8374,8.6637,37.1737,0.0000,37.1737,0.1985,36.9752,0.0000,2.4930,14.6640,19.8182,10712.0792,10712.0792,10712.0792,10712.0792,10712.0792 +440.5000,1.0000,5816.8794,79.7710,79.5870,0.1022,0.0000,6,1273.8269,403.5514,684.5755,-84.1288,53.8317,91.3188,-11.2223,0.2298,47.7702,0.0000,47.7702,5.8316,47.7702,1.5560,0.0000,46.2142,0.0000,46.2142,8.7036,37.5106,0.0000,37.5106,0.2010,37.3095,0.0000,2.5045,14.7317,20.0733,10791.1138,10791.1138,10791.1138,10791.1138,10791.1138 +441.5000,1.0000,5839.1290,80.0985,79.9550,0.0797,0.0000,6,1279.0566,369.6540,685.9998,-84.4390,49.5124,91.8845,-11.3100,0.1800,43.3954,0.0000,43.3954,5.9370,43.3954,1.4723,0.0000,41.9231,0.0000,41.9231,8.7394,33.1837,0.0000,33.1837,0.1574,33.0263,0.0000,2.5148,14.7922,15.7193,9972.6833,9972.6833,9972.6833,9972.6833,9972.6833 +442.5000,1.0000,5861.4529,80.3660,80.2420,0.0689,0.0000,6,1283.3282,352.4967,672.3840,-84.6923,47.3720,90.3616,-11.3818,0.1561,41.3326,0.0000,41.3326,5.8833,41.3326,1.4342,0.0000,39.8984,0.0000,39.8984,8.7686,31.1298,0.0000,31.1298,0.1365,30.9933,0.0000,2.5232,14.8416,13.6286,9569.6799,9569.6799,9569.6799,9569.6799,9569.6799 +443.5000,1.0000,5883.8167,80.5095,80.4900,0.0108,0.0000,6,1285.6197,263.7932,665.7161,-84.8282,35.5144,89.6252,-11.4204,0.0246,29.5488,0.0000,29.5488,5.9411,29.5488,1.2002,0.0000,28.3485,0.0000,28.3485,8.7842,19.5643,0.0000,19.5643,0.0215,19.5428,0.0000,2.5277,14.8681,2.1470,7351.9366,7351.9366,7351.9366,7351.9366,7351.9366 +444.5000,1.0000,5906.1733,80.4840,80.5290,-0.0250,0.0000,6,1285.2125,208.5101,628.1565,-84.8041,28.0628,84.5418,-11.4135,-0.0567,22.2224,0.0000,22.2224,5.8971,22.2224,1.0534,0.0000,21.1690,0.0000,21.1690,8.7814,12.3875,0.0000,12.3875,-0.0496,12.4371,0.0000,2.5269,14.8634,-4.9531,5957.9536,5957.9536,5957.9536,5957.9536,5957.9536 +445.5000,1.0000,5928.5175,80.4390,80.4390,0.0000,0.0000,6,1284.4939,246.8141,604.4604,-84.7614,33.1994,81.3071,-11.4014,0.0000,27.3117,0.0000,27.3117,5.8877,27.3117,1.1547,0.0000,26.1571,0.0000,26.1571,8.7765,17.3805,0.0000,17.3805,0.0000,17.3805,0.0000,2.5254,14.8551,0.0000,6913.3382,6913.3382,6913.3382,6913.3382,6913.3382 +446.5000,1.0000,5950.8549,80.4145,80.4390,-0.0136,0.0000,6,1284.1026,225.8568,620.6905,-84.7382,30.3712,83.4648,-11.3948,-0.0309,24.5264,0.0000,24.5264,5.8756,24.5264,1.0987,0.0000,23.4277,0.0000,23.4277,8.7739,14.6539,0.0000,14.6539,-0.0270,14.6809,0.0000,2.5247,14.8506,-2.6944,6378.6286,6378.6286,6378.6286,6378.6286,6378.6286 +447.5000,1.0000,5973.1611,80.3025,80.3900,-0.0486,0.0000,6,1282.3142,172.3492,611.4774,-84.6322,23.1437,82.1114,-11.3647,-0.1100,17.3611,0.0000,17.3611,5.8926,17.3611,0.9540,0.0000,16.4071,0.0000,16.4071,8.7616,7.6455,0.0000,7.6455,-0.0962,7.7417,0.0000,2.5212,14.8299,-9.6093,5046.5931,5046.5931,5046.5931,5046.5931,5046.5931 +448.5000,1.0000,5995.4092,80.0930,80.2150,-0.0678,0.0000,6,1278.9688,142.7274,587.9258,-84.4338,19.1160,78.7428,-11.3085,-0.1530,13.4203,0.0000,13.4203,5.8487,13.4203,0.8728,0.0000,12.5475,0.0000,12.5475,8.7388,3.8087,0.0000,3.8087,-0.1338,3.9426,0.0000,2.5146,14.7912,-13.3632,4282.6575,4282.6575,4282.6575,4282.6575,4282.6575 +449.5000,1.0000,6017.5586,79.7380,79.9710,-0.1294,0.0000,6,1273.2999,49.5821,573.9860,-84.0976,6.6113,76.5351,-11.2135,-0.2909,1.0558,0.0000,1.0558,5.8464,1.0558,0.7896,0.0000,0.2662,0.0000,0.2662,8.7000,-8.4338,0.0000,-8.4338,-0.2545,-8.1794,0.0000,2.5034,14.7256,-25.4084,2422.4247,2422.4247,2422.4247,2422.4247,2422.4247 +450.5000,1.0000,6039.5499,79.1685,79.5050,-0.1869,0.0000,6,1264.2058,-35.8725,531.4346,-83.5582,-4.7491,70.3552,-11.0620,-0.4172,-10.1602,0.0000,-10.1602,5.8283,-10.1602,0.8937,0.0000,-11.0539,0.0000,-11.0539,8.6379,-19.6918,0.0000,-19.6918,-0.3649,-19.3269,0.0000,2.4856,14.6205,-36.4329,893.5567,893.5567,893.5567,893.5567,893.5567 +451.5000,1.0000,6061.3626,78.5260,78.8320,-0.1700,0.0000,6,1253.9460,-10.8742,491.2322,-82.9497,-1.4279,64.5051,-10.8924,-0.3763,-6.8049,0.0000,-6.8049,5.7533,-6.8049,0.8510,0.0000,-7.6559,0.0000,-7.6559,8.5678,-16.2238,0.0000,-16.2238,-0.3291,-15.8946,0.0000,2.4654,14.5018,-32.8618,1371.3630,1371.3630,1371.3630,1371.3630,1371.3630 +452.5000,1.0000,6082.9931,77.8695,78.2200,-0.1947,0.0000,6,1243.4627,-47.5025,499.3093,-82.3280,-6.1855,65.0176,-10.7203,-0.4274,-11.4897,0.0000,-11.4897,5.7316,-11.4897,0.8886,0.0000,-12.3784,0.0000,-12.3784,8.4962,-20.8746,0.0000,-20.8746,-0.3738,-20.5007,0.0000,2.4448,14.3806,-37.3261,625.8926,625.8926,625.8926,625.8926,625.8926 +453.5000,1.0000,6104.4288,77.1685,77.5190,-0.1947,0.0000,6,1232.2687,-47.0971,479.8880,-81.6641,-6.0775,61.9261,-10.5382,-0.4235,-11.3891,0.0000,-11.3891,5.7351,-11.3891,0.8778,0.0000,-12.2669,0.0000,-12.2669,8.4197,-20.6866,0.0000,-20.6866,-0.3705,-20.3162,0.0000,2.4228,14.2511,-36.9900,615.8033,615.8033,615.8033,615.8033,615.8033 +454.5000,1.0000,6125.6946,76.5570,76.8180,-0.1450,0.0000,6,1222.5040,26.8083,477.3362,-81.0849,3.4320,61.1087,-10.3805,-0.3129,-1.9306,0.0000,-1.9306,5.6756,-1.9306,0.7747,0.0000,-2.7053,0.0000,-2.7053,8.3530,-11.0583,0.0000,-11.0583,-0.2737,-10.7846,0.0000,2.4036,14.1382,-27.3264,1943.6946,1943.6946,1943.6946,1943.6946,1943.6946 +455.5000,1.0000,6146.8169,76.0405,76.2960,-0.1419,0.0000,6,1214.2562,31.3216,508.3664,-80.5958,3.9827,64.6421,-10.2483,-0.3042,-1.3477,0.0000,-1.3477,5.6347,-1.3477,0.7617,0.0000,-2.1094,0.0000,-2.1094,8.2966,-10.4060,0.0000,-10.4060,-0.2661,-10.1399,0.0000,2.3873,14.0428,-26.5701,1997.8287,1997.8287,1997.8287,1997.8287,1997.8287 +456.5000,1.0000,6167.8208,75.6140,75.7850,-0.0950,0.0000,6,1207.4456,101.5245,508.6514,-80.1919,12.8371,64.3156,-10.1397,-0.2025,7.4292,0.0000,7.4292,5.6103,7.4292,0.7012,0.0000,6.7280,0.0000,6.7280,8.2501,-1.5221,0.0000,-1.5221,-0.1771,-1.3450,0.0000,2.3740,13.9640,-17.6830,3115.7974,3115.7974,3115.7974,3115.7974,3115.7974 +457.5000,1.0000,6188.7347,75.2900,75.4430,-0.0850,0.0000,6,1202.2718,116.3428,539.1358,-79.8850,14.6477,67.8781,-10.0577,-0.1804,9.3063,0.0000,9.3063,5.5219,9.3063,0.7351,0.0000,8.5711,0.0000,8.5711,8.2147,0.3564,0.0000,0.3564,-0.1578,0.5142,0.0000,2.3638,13.9042,-15.7538,3443.6594,3443.6594,3443.6594,3443.6594,3443.6594 +458.5000,1.0000,6209.6258,75.2080,75.1370,0.0394,0.0000,6,1200.9624,307.4903,545.3841,-79.8074,38.6714,68.5900,-10.0369,0.0836,33.0407,0.0000,33.0407,5.5470,33.0407,1.2089,0.0000,31.8318,0.0000,31.8318,8.2058,23.6260,0.0000,23.6260,0.0731,23.5529,0.0000,2.3612,13.8891,7.3026,7885.7536,7885.7536,7885.7536,7885.7536,7885.7536 +459.5000,1.0000,6230.5604,75.3645,75.2790,0.0475,0.0000,6,1203.4615,319.9576,631.7887,-79.9556,40.3230,79.6219,-10.0765,0.1009,34.6504,0.0000,34.6504,5.5718,34.6504,1.2428,0.0000,33.4075,0.0000,33.4075,8.2229,25.1847,0.0000,25.1847,0.0883,25.0964,0.0000,2.3661,13.9180,8.8123,8199.2449,8199.2449,8199.2449,8199.2449,8199.2449 +460.5000,1.0000,6251.5758,75.6555,75.4500,0.1142,0.0000,6,1208.1083,422.3787,637.9297,-80.2312,53.4363,80.7063,-10.1503,0.2435,47.5815,0.0000,47.5815,5.6113,47.5815,1.5048,0.0000,46.0768,0.0000,46.0768,8.2546,37.8222,0.0000,37.8222,0.2130,37.6092,0.0000,2.3753,13.9717,21.2622,10692.4461,10692.4461,10692.4461,10692.4461,10692.4461 +461.5000,1.0000,6272.6969,76.0360,75.8610,0.0972,0.0000,6,1214.1844,396.0832,684.4245,-80.5915,50.3616,87.0240,-10.2471,0.2084,44.5537,0.0000,44.5537,5.5996,44.5537,1.4485,0.0000,43.1052,0.0000,43.1052,8.2961,34.8090,0.0000,34.8090,0.1823,34.6268,0.0000,2.3872,14.0420,18.1976,10101.4863,10101.4863,10101.4863,10101.4863,10101.4863 +462.5000,1.0000,6293.9101,76.3675,76.2110,0.0869,0.0000,6,1219.4779,380.1100,673.6161,-80.9055,48.5413,86.0231,-10.3319,0.1872,42.7580,0.0000,42.7580,5.5962,42.7580,1.4164,0.0000,41.3416,0.0000,41.3416,8.3323,33.0093,0.0000,33.0093,0.1637,32.8456,0.0000,2.3976,14.1032,16.3448,9738.1413,9738.1413,9738.1413,9738.1413,9738.1413 +463.5000,1.0000,6315.1856,76.5915,76.5240,0.0375,0.0000,6,1223.0549,304.4078,667.3117,-81.1176,38.9879,85.4679,-10.3894,0.0810,33.2764,0.0000,33.2764,5.6306,33.2764,1.2293,0.0000,32.0471,0.0000,32.0471,8.3567,23.6904,0.0000,23.6904,0.0708,23.6196,0.0000,2.4046,14.1446,7.0704,7959.4952,7959.4952,7959.4952,7959.4952,7959.4952 +464.5000,1.0000,6336.5476,76.9035,76.6590,0.1358,0.0000,6,1228.0371,455.0352,634.4453,-81.4131,58.5174,81.5895,-10.4697,0.2944,52.5990,0.0000,52.5990,5.6240,52.5990,1.6193,0.0000,50.9797,0.0000,50.9797,8.3908,42.5889,0.0000,42.5889,0.2575,42.3313,0.0000,2.4144,14.2022,25.7147,11651.5847,11651.5847,11651.5847,11651.5847,11651.5847 +465.5000,1.0000,6358.0468,77.3970,77.1480,0.1383,0.0000,6,1235.9176,459.2013,701.5804,-81.8805,59.4321,90.8020,-10.5974,0.3018,53.4295,0.0000,53.4295,5.7009,53.4295,1.6416,0.0000,51.7879,0.0000,51.7879,8.4446,43.3433,0.0000,43.3433,0.2640,43.0793,0.0000,2.4299,14.2933,26.3560,11818.9992,11818.9992,11818.9992,11818.9992,11818.9992 +466.5000,1.0000,6379.6668,77.8320,77.6460,0.1033,0.0000,6,1242.8639,405.4012,704.4931,-82.2925,52.7639,91.6915,-10.7106,0.2267,46.8203,0.0000,46.8203,5.7169,46.8203,1.5144,0.0000,45.3059,0.0000,45.3059,8.4921,36.8138,0.0000,36.8138,0.1983,36.6155,0.0000,2.4436,14.3736,19.7983,10574.5878,10574.5878,10574.5878,10574.5878,10574.5878 +467.5000,1.0000,6401.3654,78.1150,78.0180,0.0539,0.0000,6,1247.3830,329.8739,682.0272,-82.5605,43.0900,89.0902,-10.7845,0.1187,37.1927,0.0000,37.1927,5.7786,37.1927,1.3251,0.0000,35.8676,0.0000,35.8676,8.5230,27.3446,0.0000,27.3446,0.1038,27.2408,0.0000,2.4525,14.4259,10.3625,8727.8675,8727.8675,8727.8675,8727.8675,8727.8675 +468.5000,1.0000,6423.1183,78.3105,78.2120,0.0547,0.0000,6,1250.5048,330.9933,649.7869,-82.7456,43.3444,85.0913,-10.8358,0.1208,37.4522,0.0000,37.4522,5.7714,37.4522,1.3326,0.0000,36.1196,0.0000,36.1196,8.5443,27.5753,0.0000,27.5753,0.1057,27.4697,0.0000,2.4586,14.4620,10.5490,8775.3130,8775.3130,8775.3130,8775.3130,8775.3130 +469.5000,1.0000,6444.9254,78.5055,78.4090,0.0536,0.0000,6,1253.6187,329.1173,650.8174,-82.9303,43.2061,85.4384,-10.8870,0.1186,37.3250,0.0000,37.3250,5.7625,37.3250,1.3323,0.0000,35.9927,0.0000,35.9927,8.5656,27.4271,0.0000,27.4271,0.1038,27.3233,0.0000,2.4647,14.4980,10.3606,8751.3829,8751.3829,8751.3829,8751.3829,8751.3829 +470.5000,1.0000,6466.7917,78.7185,78.6020,0.0647,0.0000,6,1257.0200,346.3080,650.5647,-83.1320,45.5862,85.6370,-10.9431,0.1436,39.6462,0.0000,39.6462,5.7964,39.6462,1.3812,0.0000,38.2650,0.0000,38.2650,8.5888,29.6762,0.0000,29.6762,0.1256,29.5506,0.0000,2.4714,14.5374,12.5418,9189.2714,9189.2714,9189.2714,9189.2714,9189.2714 +471.5000,1.0000,6488.7047,78.8870,78.8350,0.0289,0.0000,6,1259.7107,291.4851,658.5631,-83.2916,38.4517,86.8754,-10.9875,0.0642,32.5600,0.0000,32.5600,5.8274,32.5600,1.2414,0.0000,31.3186,0.0000,31.3186,8.6072,22.7114,0.0000,22.7114,0.0562,22.6552,0.0000,2.4767,14.5685,5.6100,7882.4799,7882.4799,7882.4799,7882.4799,7882.4799 +472.5000,1.0000,6510.6331,78.9420,78.9390,0.0017,0.0000,6,1260.5890,249.4683,635.1667,-83.3437,32.9320,83.8474,-11.0021,0.0037,27.1309,0.0000,27.1309,5.7974,27.1309,1.1335,0.0000,25.9974,0.0000,25.9974,8.6132,17.3842,0.0000,17.3842,0.0032,17.3810,0.0000,2.4784,14.5786,0.3239,6821.5222,6821.5222,6821.5222,6821.5222,6821.5222 +473.5000,1.0000,6532.5439,78.8790,78.9450,-0.0367,0.0000,6,1259.5829,191.0898,616.9158,-83.2840,25.2054,81.3732,-10.9854,-0.0815,19.4377,0.0000,19.4377,5.8492,19.4377,0.9789,0.0000,18.4588,0.0000,18.4588,8.6063,9.8525,0.0000,9.8525,-0.0713,9.9238,0.0000,2.4765,14.5670,-7.1197,5413.3727,5413.3727,5413.3727,5413.3727,5413.3727 +474.5000,1.0000,6554.4246,78.7705,78.8130,-0.0236,0.0000,6,1257.8503,210.6999,591.2275,-83.1813,27.7538,77.8775,-10.9568,-0.0524,22.0196,0.0000,22.0196,5.7866,22.0196,1.0293,0.0000,20.9903,0.0000,20.9903,8.5945,12.3958,0.0000,12.3958,-0.0459,12.4417,0.0000,2.4731,14.5470,-4.5784,5880.9088,5880.9088,5880.9088,5880.9088,5880.9088 +475.5000,1.0000,6576.2700,78.6435,78.7280,-0.0469,0.0000,6,1255.8223,175.3960,599.3549,-83.0610,23.0662,78.8208,-10.9233,-0.1041,17.3280,0.0000,17.3280,5.8423,17.3280,0.9339,0.0000,16.3940,0.0000,16.3940,8.5806,7.8134,0.0000,7.8134,-0.0910,7.9044,0.0000,2.4691,14.5235,-9.0882,4999.3095,4999.3095,4999.3095,4999.3095,4999.3095 +476.5000,1.0000,6598.0790,78.5125,78.5590,-0.0258,0.0000,6,1253.7305,207.3519,583.5064,-82.9369,27.2233,76.6088,-10.8888,-0.0572,21.5037,0.0000,21.5037,5.7768,21.5037,1.0159,0.0000,20.4878,0.0000,20.4878,8.5663,11.9214,0.0000,11.9214,-0.0500,11.9714,0.0000,2.4650,14.4993,-4.9928,5783.1777,5783.1777,5783.1777,5783.1777,5783.1777 +477.5000,1.0000,6619.8707,78.4500,78.4660,-0.0089,0.0000,6,1252.7324,233.3921,597.1676,-82.8777,30.6177,78.3399,-10.8724,-0.0197,24.8588,0.0000,24.8588,5.7786,24.8588,1.0823,0.0000,23.7765,0.0000,23.7765,8.5595,15.2170,0.0000,15.2170,-0.0172,15.2342,0.0000,2.4630,14.4878,-1.7166,6388.3571,6388.3571,6388.3571,6388.3571,6388.3571 +478.5000,1.0000,6641.6754,78.4970,78.4340,0.0350,0.0000,6,1253.4830,300.5603,608.5448,-82.9222,39.4529,79.8803,-10.8847,0.0774,33.6145,0.0000,33.6145,5.7610,33.6145,1.2580,0.0000,32.3565,0.0000,32.3565,8.5646,23.7918,0.0000,23.7918,0.0677,23.7241,0.0000,2.4645,14.4965,6.7632,8070.5366,8070.5366,8070.5366,8070.5366,8070.5366 +479.5000,1.0000,6663.5443,78.7280,78.5600,0.0933,0.0000,6,1257.1717,390.1570,638.1788,-83.1410,51.3644,84.0167,-10.9456,0.2071,45.3657,0.0000,45.3657,5.7916,45.3657,1.4957,0.0000,43.8700,0.0000,43.8700,8.5898,35.2802,0.0000,35.2802,0.1812,35.0990,0.0000,2.4717,14.5391,18.0882,10312.6458,10312.6458,10312.6458,10312.6458,10312.6458 +480.5000,1.0000,6685.4850,78.9865,78.8960,0.0503,0.0000,6,1261.2996,324.0305,677.6104,-83.3858,42.7989,89.5008,-11.0138,0.1119,36.8877,0.0000,36.8877,5.7993,36.8877,1.3291,0.0000,35.5586,0.0000,35.5586,8.6181,26.9405,0.0000,26.9405,0.0979,26.8426,0.0000,2.4798,14.5869,9.7759,8681.4217,8681.4217,8681.4217,8681.4217,8681.4217 +481.5000,1.0000,6707.3893,78.8555,79.0770,-0.1231,0.0000,6,1259.2077,59.7310,649.3602,-83.2618,7.8764,85.6272,-10.9792,-0.2735,2.2807,0.0000,2.2807,5.8692,2.2807,0.7648,0.0000,1.5159,0.0000,1.5159,8.6038,-7.0879,0.0000,-7.0879,-0.2392,-6.8487,0.0000,2.4757,14.5627,-23.8870,2552.9540,2552.9540,2552.9540,2552.9540,2552.9540 +482.5000,1.0000,6729.1832,78.4580,78.6340,-0.0978,0.0000,6,1252.8602,97.2240,532.8754,-82.8853,12.7557,69.9128,-10.8745,-0.2162,7.1678,0.0000,7.1678,5.8042,7.1678,0.7286,0.0000,6.4392,0.0000,6.4392,8.5604,-2.1212,0.0000,-2.1212,-0.1891,-1.9321,0.0000,2.4632,14.4893,-18.8846,3144.4199,3144.4199,3144.4199,3144.4199,3144.4199 +483.5000,1.0000,6750.8686,78.0675,78.2820,-0.1192,0.0000,6,1246.6245,65.2732,547.7837,-82.5155,8.5212,71.5111,-10.7721,-0.2622,3.0021,0.0000,3.0021,5.7813,3.0021,0.7465,0.0000,2.2555,0.0000,2.2555,8.5178,-6.2622,0.0000,-6.2622,-0.2294,-6.0329,0.0000,2.4510,14.4171,-22.9010,2612.5526,2612.5526,2612.5526,2612.5526,2612.5526 +484.5000,1.0000,6772.4229,77.5955,77.8530,-0.1431,0.0000,6,1239.0873,30.0305,531.8484,-82.0685,3.8967,69.0110,-10.6490,-0.3129,-1.5812,0.0000,-1.5812,5.7908,-1.5812,0.7857,0.0000,-2.3669,0.0000,-2.3669,8.4663,-10.8332,0.0000,-10.8332,-0.2737,-10.5595,0.0000,2.4362,14.3300,-27.3257,2031.1067,2031.1067,2031.1067,2031.1067,2031.1067 +485.5000,1.0000,6793.8374,77.0920,77.3380,-0.1367,0.0000,6,1231.0471,39.6500,514.1444,-81.5916,5.1115,66.2809,-10.5184,-0.2970,-0.3605,0.0000,-0.3605,5.7690,-0.3605,0.7665,0.0000,-1.1270,0.0000,-1.1270,8.4113,-9.5383,0.0000,-9.5383,-0.2598,-9.2785,0.0000,2.4204,14.2370,-25.9359,2167.1865,2167.1865,2167.1865,2167.1865,2167.1865 +486.5000,1.0000,6815.1224,76.6260,76.8460,-0.1222,0.0000,6,1223.6058,61.5276,516.5170,-81.1503,7.8839,66.1843,-10.3982,-0.2640,2.3645,0.0000,2.3645,5.7834,2.3645,0.7327,0.0000,1.6318,0.0000,1.6318,8.3605,-6.7287,0.0000,-6.7287,-0.2309,-6.4978,0.0000,2.4057,14.1509,-23.0545,2500.2052,2500.2052,2500.2052,2500.2052,2500.2052 +487.5000,1.0000,6836.2881,76.1965,76.4060,-0.1164,0.0000,6,1216.7473,70.0538,524.5984,-80.7435,8.9261,66.8430,-10.2881,-0.2500,3.4437,0.0000,3.4437,5.7324,3.4437,0.7159,0.0000,2.7277,0.0000,2.7277,8.3136,-5.5859,0.0000,-5.5859,-0.2186,-5.3673,0.0000,2.3922,14.0716,-21.8311,2621.3998,2621.3998,2621.3998,2621.3998,2621.3998 +488.5000,1.0000,6857.3550,75.8410,75.9870,-0.0811,0.0000,6,1211.0705,123.3781,527.0170,-80.4069,15.6472,66.8379,-10.1974,-0.1734,10.1249,0.0000,10.1249,5.6957,10.1249,0.7577,0.0000,9.3672,0.0000,9.3672,8.2749,1.0923,0.0000,1.0923,-0.1517,1.2440,0.0000,2.3811,14.0060,-15.1431,3626.2199,3626.2199,3626.2199,3626.2199,3626.2199 +489.5000,1.0000,6878.3761,75.6760,75.6950,-0.0106,0.0000,6,1208.4357,232.1221,550.3149,-80.2506,29.3744,69.6408,-10.1555,-0.0225,23.6485,0.0000,23.6485,5.7484,23.6485,1.0263,0.0000,22.6222,0.0000,22.6222,8.2568,14.3653,0.0000,14.3653,-0.0197,14.3850,0.0000,2.3759,13.9755,-1.9664,6150.8619,6150.8619,6150.8619,6150.8619,6150.8619 +490.5000,1.0000,6899.3990,75.6825,75.6570,0.0142,0.0000,6,1208.5395,269.7243,599.0757,-80.2567,34.1358,75.8178,-10.1571,0.0302,28.3975,0.0000,28.3975,5.7080,28.3975,1.1214,0.0000,27.2761,0.0000,27.2761,8.2576,19.0186,0.0000,19.0186,0.0264,18.9921,0.0000,2.3761,13.9767,2.6393,7031.9924,7031.9924,7031.9924,7031.9924,7031.9924 +491.5000,1.0000,6920.4376,75.7390,75.7080,0.0172,0.0000,6,1209.4417,274.3258,616.0580,-80.3103,34.7440,78.0253,-10.1715,0.0368,29.0061,0.0000,29.0061,5.7012,29.0061,1.1342,0.0000,27.8719,0.0000,27.8719,8.2637,19.6081,0.0000,19.6081,0.0322,19.5760,0.0000,2.3779,13.9871,3.2110,7143.9927,7143.9927,7143.9927,7143.9927,7143.9927 +492.5000,1.0000,6941.4804,75.7540,75.7700,-0.0089,0.0000,6,1209.6812,234.0599,618.2345,-80.3245,29.6501,78.3164,-10.1753,-0.0190,23.9935,0.0000,23.9935,5.6756,23.9935,1.0341,0.0000,22.9594,0.0000,22.9594,8.2654,14.6940,0.0000,14.6940,-0.0166,14.7106,0.0000,2.3784,13.9899,-1.6576,6202.0882,6202.0882,6202.0882,6202.0882,6202.0882 +493.5000,1.0000,6962.5072,75.6965,75.7380,-0.0231,0.0000,6,1208.7630,212.7612,600.0788,-80.2700,26.9316,75.9588,-10.1607,-0.0492,21.2544,0.0000,21.2544,5.7264,21.2544,0.9787,0.0000,20.2757,0.0000,20.2757,8.2591,12.0166,0.0000,12.0166,-0.0430,12.0597,0.0000,2.3765,13.9793,-4.2962,5698.9665,5698.9665,5698.9665,5698.9665,5698.9665 +494.5000,1.0000,6983.4990,75.5705,75.6550,-0.0469,0.0000,6,1206.7510,176.1779,590.1850,-80.1507,22.2637,74.5821,-10.1287,-0.1000,16.6383,0.0000,16.6383,5.7254,16.6383,0.8849,0.0000,15.7534,0.0000,15.7534,8.2453,7.5081,0.0000,7.5081,-0.0875,7.5955,0.0000,2.3726,13.9560,-8.7330,4828.1802,4828.1802,4828.1802,4828.1802,4828.1802 +495.5000,1.0000,7004.4632,75.4710,75.4860,-0.0083,0.0000,6,1205.1621,235.3186,573.3360,-80.0564,29.6982,72.3575,-10.1035,-0.0177,24.0091,0.0000,24.0091,5.7069,24.0091,1.0312,0.0000,22.9779,0.0000,22.9779,8.2345,14.7434,0.0000,14.7434,-0.0155,14.7589,0.0000,2.3695,13.9376,-1.5482,6210.3720,6210.3720,6210.3720,6210.3720,6210.3720 +496.5000,1.0000,7025.4088,75.4040,75.4560,-0.0289,0.0000,6,1204.0922,203.6795,599.7534,-79.9930,25.6824,75.6243,-10.0865,-0.0614,20.0551,0.0000,20.0551,5.6887,20.0551,0.9514,0.0000,19.1037,0.0000,19.1037,8.2272,10.8766,0.0000,10.8766,-0.0537,10.9303,0.0000,2.3674,13.9253,-5.3623,5464.3668,5464.3668,5464.3668,5464.3668,5464.3668 +497.5000,1.0000,7046.3411,75.3565,75.3520,0.0025,0.0000,6,1203.3337,252.2174,585.3045,-79.9480,31.7826,73.7559,-10.0745,0.0053,26.0434,0.0000,26.0434,5.7340,26.0434,1.0706,0.0000,24.9727,0.0000,24.9727,8.2220,16.7508,0.0000,16.7508,0.0046,16.7461,0.0000,2.3659,13.9165,0.4638,6597.5677,6597.5677,6597.5677,6597.5677,6597.5677 +498.5000,1.0000,7067.2660,75.3295,75.3610,-0.0175,0.0000,6,1202.9026,221.6033,607.0918,-79.9224,27.9149,76.4739,-10.0676,-0.0372,22.2116,0.0000,22.2116,5.7404,22.2116,0.9937,0.0000,21.2179,0.0000,21.2179,8.2190,12.9989,0.0000,12.9989,-0.0325,13.0314,0.0000,2.3650,13.9115,-3.2451,5878.5625,5878.5625,5878.5625,5878.5625,5878.5625 +499.5000,1.0000,7088.1793,75.2880,75.2980,-0.0056,0.0000,6,1202.2399,239.5454,593.1679,-79.8831,30.1583,74.6788,-10.0571,-0.0118,24.4807,0.0000,24.4807,5.6894,24.4807,1.0386,0.0000,23.4421,0.0000,23.4421,8.2145,15.2276,0.0000,15.2276,-0.0103,15.2379,0.0000,2.3637,13.9038,-1.0296,6295.6575,6295.6575,6295.6575,6295.6575,6295.6575 +500.5000,1.0000,7109.0933,75.2905,75.2780,0.0069,0.0000,6,1202.2798,258.4236,601.2126,-79.8855,32.5362,75.6941,-10.0578,0.0147,26.8692,0.0000,26.8692,5.6522,26.8692,1.0864,0.0000,25.7829,0.0000,25.7829,8.2148,17.5681,0.0000,17.5681,0.0129,17.5552,0.0000,2.3638,13.9043,1.2871,6737.9731,6737.9731,6737.9731,6737.9731,6737.9731 +501.5000,1.0000,7130.0051,75.2825,75.3030,-0.0114,0.0000,6,1202.1521,246.5397,609.7227,-79.8779,31.0367,76.7574,-10.0558,-0.0242,23.3648,0.0000,23.3648,7.6961,23.3648,1.0162,0.0000,22.3486,0.0000,22.3486,8.2139,14.1346,0.0000,14.1346,-0.0211,14.1558,0.0000,2.3636,13.9028,-2.1106,6459.0532,6459.0532,6459.0532,6459.0532,6459.0532 +502.5000,1.0000,7150.9174,75.2840,75.2620,0.0122,0.0000,6,1202.1760,282.5440,604.3501,-79.8793,35.5699,76.0826,-10.0561,0.0259,27.8750,0.0000,27.8750,7.6690,27.8750,1.1064,0.0000,26.7685,0.0000,26.7685,8.2141,18.5544,0.0000,18.5544,0.0227,18.5318,0.0000,2.3636,13.9031,2.2651,7302.3858,7302.3858,7302.3858,7302.3858,7302.3858 +503.5000,1.0000,7171.8306,75.2875,75.3060,-0.0103,0.0000,6,1202.2319,248.2585,620.6028,-79.8827,31.2551,78.1323,-10.0570,-0.0218,23.5786,0.0000,23.5786,7.6984,23.5786,1.0205,0.0000,22.5580,0.0000,22.5580,8.2145,14.3436,0.0000,14.3436,-0.0191,14.3626,0.0000,2.3637,13.9037,-1.9048,6499.6806,6499.6806,6499.6806,6499.6806,6499.6806 +504.5000,1.0000,7192.7565,75.3335,75.2690,0.0358,0.0000,6,1202.9665,318.5019,605.2092,-79.9262,40.1231,76.2408,-10.0687,0.0761,32.4062,0.0000,32.4062,7.6408,32.4062,1.1976,0.0000,31.2086,0.0000,31.2086,8.2195,22.9891,0.0000,22.9891,0.0666,22.9225,0.0000,2.3652,13.9122,6.6451,8161.2867,8161.2867,8161.2867,8161.2867,8161.2867 +505.5000,1.0000,7213.7190,75.4650,75.3980,0.0372,0.0000,6,1205.0663,320.6500,637.0628,-80.0508,40.4642,80.3937,-10.1019,0.0792,32.7292,0.0000,32.7292,7.6558,32.7292,1.2056,0.0000,31.5236,0.0000,31.5236,8.2338,23.2898,0.0000,23.2898,0.0693,23.2206,0.0000,2.3693,13.9365,6.9148,8226.4194,8226.4194,8226.4194,8226.4194,8226.4194 +506.5000,1.0000,7234.7057,75.5520,75.5320,0.0111,0.0000,6,1206.4556,280.8892,638.3486,-80.1331,35.4875,80.6488,-10.1240,0.0237,27.7623,0.0000,27.7623,7.7015,27.7623,1.1072,0.0000,26.6551,0.0000,26.6551,8.2433,18.4118,0.0000,18.4118,0.0207,18.3911,0.0000,2.3720,13.9526,2.0665,7283.7015,7283.7015,7283.7015,7283.7015,7283.7015 +507.5000,1.0000,7255.7075,75.6065,75.5720,0.0192,0.0000,6,1207.3259,292.7877,620.6890,-80.1848,37.0174,78.4742,-10.1378,0.0408,29.3278,0.0000,29.3278,7.6488,29.3278,1.1391,0.0000,28.1886,0.0000,28.1886,8.2493,19.9394,0.0000,19.9394,0.0357,19.9036,0.0000,2.3737,13.9627,3.5673,7566.6690,7566.6690,7566.6690,7566.6690,7566.6690 +508.5000,1.0000,7276.7186,75.6400,75.6410,-0.0006,0.0000,6,1207.8608,262.8708,626.1677,-80.2165,33.2497,79.2020,-10.1463,-0.0012,25.5561,0.0000,25.5561,7.6948,25.5561,1.0641,0.0000,24.4921,0.0000,24.4921,8.2529,16.2391,0.0000,16.2391,-0.0010,16.2402,0.0000,2.3748,13.9688,-0.1034,6868.3015,6868.3015,6868.3015,6868.3015,6868.3015 +509.5000,1.0000,7297.7524,75.7215,75.6390,0.0458,0.0000,6,1209.1623,318.5290,612.8913,-80.2937,40.3332,77.6062,-10.1670,0.0978,34.4958,0.0000,34.4958,5.7396,34.4958,1.2438,0.0000,33.2520,0.0000,33.2520,8.2618,24.9902,0.0000,24.9902,0.0856,24.9046,0.0000,2.3773,13.9839,8.5434,8203.1956,8203.1956,8203.1956,8203.1956,8203.1956 +510.5000,1.0000,7318.8311,75.8835,75.8040,0.0442,0.0000,6,1211.7492,316.0447,638.1550,-80.4471,40.1042,80.9781,-10.2083,0.0945,34.2494,0.0000,34.2494,5.7604,34.2494,1.2407,0.0000,33.0087,0.0000,33.0087,8.2795,24.7292,0.0000,24.7292,0.0826,24.6466,0.0000,2.3824,14.0138,8.2503,8161.2745,8161.2745,8161.2745,8161.2745,8161.2745 +511.5000,1.0000,7339.9642,76.0790,75.9630,0.0644,0.0000,6,1214.8710,347.7450,637.5175,-80.6323,44.2405,81.1056,-10.2581,0.1382,38.2524,0.0000,38.2524,5.8499,38.2524,1.3230,0.0000,36.9294,0.0000,36.9294,8.3008,28.6286,0.0000,28.6286,0.1209,28.5077,0.0000,2.3886,14.0499,12.0692,8936.8495,8936.8495,8936.8495,8936.8495,8936.8495 +512.5000,1.0000,7361.1400,76.2330,76.1950,0.0211,0.0000,6,1217.3302,280.9527,652.1531,-80.7781,35.8154,83.1355,-10.2975,0.0454,29.9494,0.0000,29.9494,5.8206,29.9494,1.1587,0.0000,28.7908,0.0000,28.7908,8.3176,20.4731,0.0000,20.4731,0.0397,20.4335,0.0000,2.3934,14.0783,3.9617,7336.1904,7336.1904,7336.1904,7336.1904,7336.1904 +513.5000,1.0000,7382.3424,76.3285,76.2710,0.0319,0.0000,6,1218.8552,297.4444,622.7462,-80.8685,37.9653,79.4862,-10.3219,0.0687,32.0852,0.0000,32.0852,5.8113,32.0852,1.2025,0.0000,30.8827,0.0000,30.8827,8.3280,22.5547,0.0000,22.5547,0.0601,22.4946,0.0000,2.3964,14.0960,6.0022,7761.6892,7761.6892,7761.6892,7761.6892,7761.6892 +514.5000,1.0000,7403.5854,76.4750,76.3860,0.0494,0.0000,6,1221.1946,323.9661,630.4266,-81.0073,41.4298,80.6210,-10.3595,0.1066,35.5428,0.0000,35.5428,5.7805,35.5428,1.2733,0.0000,34.2695,0.0000,34.2695,8.3440,25.9255,0.0000,25.9255,0.0932,25.8322,0.0000,2.4010,14.1230,9.3082,8412.7897,8412.7897,8412.7897,8412.7897,8412.7897 +515.5000,1.0000,7424.8640,76.6030,76.5640,0.0217,0.0000,6,1223.2385,281.7634,642.6075,-81.1285,36.0931,82.3162,-10.3923,0.0468,30.2043,0.0000,30.2043,5.8420,30.2043,1.1680,0.0000,29.0363,0.0000,29.0363,8.3580,20.6783,0.0000,20.6783,0.0409,20.6374,0.0000,2.4050,14.1467,4.0857,7392.7403,7392.7403,7392.7403,7392.7403,7392.7403 +516.5000,1.0000,7446.1633,76.6775,76.6420,0.0197,0.0000,6,1224.4282,278.7078,624.1628,-81.1991,35.7364,80.0313,-10.4115,0.0426,29.8557,0.0000,29.8557,5.8381,29.8557,1.1619,0.0000,28.6938,0.0000,28.6938,8.3661,20.3277,0.0000,20.3277,0.0373,20.2904,0.0000,2.4073,14.1604,3.7227,7323.0827,7323.0827,7323.0827,7323.0827,7323.0827 +517.5000,1.0000,7467.4385,76.5905,76.7130,-0.0681,0.0000,6,1223.0389,144.3155,622.8108,-81.1167,18.4834,79.7673,-10.3891,-0.1469,12.7649,0.0000,12.7649,5.8654,12.7649,0.8190,0.0000,11.9459,0.0000,11.9459,8.3566,3.5893,0.0000,3.5893,-0.1285,3.7178,0.0000,2.4046,14.1444,-12.8312,4135.5461,4135.5461,4135.5461,4135.5461,4135.5461 +518.5000,1.0000,7488.6031,76.1925,76.4680,-0.1531,0.0000,6,1216.6834,15.8284,561.7693,-80.7397,2.0167,71.5755,-10.2871,-0.3287,-3.4338,0.0000,-3.4338,5.7793,-3.4338,0.7847,0.0000,-4.2185,0.0000,-4.2185,8.3132,-12.5317,0.0000,-12.5317,-0.2875,-12.2442,0.0000,2.3921,14.0709,-28.7072,1755.8243,1755.8243,1755.8243,1755.8243,1755.8243 +519.5000,1.0000,7509.6144,75.6410,75.9170,-0.1533,0.0000,6,1207.8768,15.2905,501.7679,-80.2174,1.9341,63.4679,-10.1466,-0.3269,-3.4629,0.0000,-3.4629,5.7239,-3.4629,0.7773,0.0000,-4.2402,0.0000,-4.2402,8.2530,-12.4932,0.0000,-12.4932,-0.2860,-12.2073,0.0000,2.3748,13.9690,-28.5511,1728.1294,1728.1294,1728.1294,1728.1294,1728.1294 +520.5000,1.0000,7530.4794,75.1140,75.3650,-0.1394,0.0000,6,1199.4614,36.5486,499.3407,-79.7182,4.5908,62.7208,-10.0132,-0.2952,-0.8727,0.0000,-0.8727,5.7587,-0.8727,0.7441,0.0000,-1.6168,0.0000,-1.6168,8.1955,-9.8123,0.0000,-9.8123,-0.2582,-9.5541,0.0000,2.3583,13.8717,-25.7841,2049.9630,2049.9630,2049.9630,2049.9630,2049.9630 +521.5000,1.0000,7551.1956,74.5780,74.8630,-0.1583,0.0000,6,1190.9022,8.0245,506.6414,-79.2076,1.0007,63.1838,-9.8781,-0.3328,-4.3363,0.0000,-4.3363,5.6699,-4.3363,0.7714,0.0000,-5.1077,0.0000,-5.1077,8.1370,-13.2448,0.0000,-13.2448,-0.2911,-12.9537,0.0000,2.3414,13.7727,-29.0678,1589.1123,1589.1123,1589.1123,1589.1123,1589.1123 +522.5000,1.0000,7571.7736,74.0810,74.2930,-0.1178,0.0000,6,1182.9659,68.4112,491.3292,-78.7342,8.4748,60.8658,-9.7536,-0.2459,3.0866,0.0000,3.0866,5.6341,3.0866,0.6904,0.0000,2.3962,0.0000,2.3962,8.0828,-5.6866,0.0000,-5.6866,-0.2151,-5.4715,0.0000,2.3258,13.6809,-21.4783,2547.6861,2547.6861,2547.6861,2547.6861,2547.6861 +523.5000,1.0000,7592.2243,73.6225,73.8690,-0.1369,0.0000,6,1175.6443,40.1257,517.1456,-78.2974,4.9400,63.6674,-9.6394,-0.2842,-0.4080,0.0000,-0.4080,5.6322,-0.4080,0.7191,0.0000,-1.1271,0.0000,-1.1271,8.0328,-9.1599,0.0000,-9.1599,-0.2486,-8.9113,0.0000,2.3114,13.5963,-24.8190,2091.4536,2091.4536,2091.4536,2091.4536,2091.4536 +524.5000,1.0000,7612.5449,73.1540,73.3760,-0.1233,0.0000,6,1168.1630,60.2751,502.0643,-77.8511,7.3734,61.4174,-9.5235,-0.2543,2.0439,0.0000,2.0439,5.5838,2.0439,0.6882,0.0000,1.3557,0.0000,1.3557,7.9817,-6.6259,0.0000,-6.6259,-0.2224,-6.4035,0.0000,2.2967,13.5097,-22.2100,2408.1378,2408.1378,2408.1378,2408.1378,2408.1378 +525.5000,1.0000,7632.7422,72.7105,72.9320,-0.1231,0.0000,6,1161.0810,60.7782,509.5408,-77.4287,7.3899,61.9541,-9.4144,-0.2522,2.0796,0.0000,2.0796,5.5625,2.0796,0.6819,0.0000,1.3977,0.0000,1.3977,7.9333,-6.5356,0.0000,-6.5356,-0.2206,-6.3150,0.0000,2.2828,13.4278,-22.0256,2411.5281,2411.5281,2411.5281,2411.5281,2411.5281 +526.5000,1.0000,7652.7903,72.1730,72.4890,-0.1756,0.0000,6,1152.4979,-17.5184,507.5739,-76.9167,-2.1143,61.2587,-9.2830,-0.3571,-7.2654,0.0000,-7.2654,5.5083,-7.2654,0.7681,0.0000,-8.0335,0.0000,-8.0335,7.8746,-15.9081,0.0000,-15.9081,-0.3124,-15.5957,0.0000,2.2659,13.3286,-31.1902,1068.5911,1068.5911,1068.5911,1068.5911,1068.5911 +527.5000,1.0000,7672.6996,71.6735,71.8570,-0.1019,0.0000,6,1144.5216,92.2010,468.6332,-76.4409,11.0507,56.1676,-9.1617,-0.2060,5.7709,0.0000,5.7709,5.4858,5.7709,0.6310,0.0000,5.1399,0.0000,5.1399,7.8201,-2.6803,0.0000,-2.6803,-0.1801,-2.5001,0.0000,2.2502,13.2363,-17.9867,2902.1890,2902.1890,2902.1890,2902.1890,2902.1890 +528.5000,1.0000,7692.4992,71.2785,71.4900,-0.1175,0.0000,6,1138.2140,69.0489,518.6622,-76.0646,8.2302,61.8212,-9.0664,-0.2361,3.0081,0.0000,3.0081,5.4582,3.0081,0.6533,0.0000,2.3548,0.0000,2.3548,7.7770,-5.4223,0.0000,-5.4223,-0.2065,-5.2158,0.0000,2.2378,13.1634,-20.6170,2528.5507,2528.5507,2528.5507,2528.5507,2528.5507 +529.5000,1.0000,7712.1926,70.8965,71.0670,-0.0947,0.0000,6,1132.1140,102.8455,506.1874,-75.7007,12.1928,60.0109,-8.9747,-0.1893,6.9977,0.0000,6.9977,5.3844,6.9977,0.6404,0.0000,6.3572,0.0000,6.3572,7.7354,-1.3781,0.0000,-1.3781,-0.1656,-1.2126,0.0000,2.2258,13.0928,-16.5313,3063.2375,3063.2375,3063.2375,3063.2375,3063.2375 +530.5000,1.0000,7731.8036,70.5995,70.7260,-0.0703,0.0000,6,1127.3714,140.6669,520.9811,-75.4178,16.6069,61.5060,-8.9037,-0.1399,11.3456,0.0000,11.3456,5.4011,11.3456,0.7242,0.0000,10.6214,0.0000,10.6214,7.7030,2.9184,0.0000,2.9184,-0.1223,3.0408,0.0000,2.2165,13.0380,-12.2137,3685.8614,3685.8614,3685.8614,3685.8614,3685.8614 +531.5000,1.0000,7751.3154,70.2425,70.4730,-0.1281,0.0000,6,1121.6706,53.6229,537.6568,-75.0778,6.2986,63.1537,-8.8187,-0.2535,1.1353,0.0000,1.1353,5.4168,1.1353,0.6583,0.0000,0.4771,0.0000,0.4771,7.6640,-7.1870,0.0000,-7.1870,-0.2218,-6.9652,0.0000,2.2053,12.9721,-22.1425,2271.5159,2271.5159,2271.5159,2271.5159,2271.5159 +532.5000,1.0000,7770.7054,69.8040,70.0120,-0.1156,0.0000,6,1114.6684,71.7345,494.4651,-74.6601,8.3734,57.7178,-8.7149,-0.2274,3.2746,0.0000,3.2746,5.3262,3.2746,0.6311,0.0000,2.6435,0.0000,2.6435,7.6162,-4.9726,0.0000,-4.9726,-0.1989,-4.7738,0.0000,2.1915,12.8911,-19.8564,2555.9897,2555.9897,2555.9897,2555.9897,2555.9897 +533.5000,1.0000,7789.9864,69.4115,69.5960,-0.1025,0.0000,6,1108.4007,91.3885,501.5656,-74.2862,10.6076,58.2174,-8.6225,-0.2005,5.4856,0.0000,5.4856,5.3226,5.4856,0.6038,0.0000,4.8818,0.0000,4.8818,7.5733,-2.6916,0.0000,-2.6916,-0.1754,-2.5162,0.0000,2.1792,12.8186,-17.5140,2865.5631,2865.5631,2865.5631,2865.5631,2865.5631 +534.5000,1.0000,7809.1767,69.0850,69.2270,-0.0789,0.0000,6,1103.1870,127.7012,509.7069,-73.9752,14.7527,58.8841,-8.5460,-0.1536,9.5873,0.0000,9.5873,5.3191,9.5873,0.6728,0.0000,8.9144,0.0000,8.9144,7.5377,1.3767,0.0000,1.3767,-0.1344,1.5111,0.0000,2.1690,12.7583,-13.4162,3434.7729,3434.7729,3434.7729,3434.7729,3434.7729 +535.5000,1.0000,7828.3233,68.9280,68.9430,-0.0083,0.0000,6,1100.6799,236.1047,526.4464,-73.8256,27.2141,60.6798,-8.5094,-0.0162,21.9033,0.0000,21.9033,5.3270,21.9033,0.9175,0.0000,20.9858,0.0000,20.9858,7.5206,13.4652,0.0000,13.4652,-0.0142,13.4794,0.0000,2.1640,12.7293,-1.4140,5644.8124,5644.8124,5644.8124,5644.8124,5644.8124 +536.5000,1.0000,7847.4774,68.9545,68.9130,0.0231,0.0000,6,1101.1031,284.2053,578.3138,-73.8509,32.7709,66.6838,-8.5155,0.0448,27.4030,0.0000,27.4030,5.3231,27.4030,1.0278,0.0000,26.3753,0.0000,26.3753,7.5235,18.8518,0.0000,18.8518,0.0392,18.8126,0.0000,2.1649,12.7342,3.9135,6723.3669,6723.3669,6723.3669,6723.3669,6723.3669 +537.5000,1.0000,7866.7139,69.2515,68.9960,0.1419,0.0000,6,1105.8458,466.0529,601.7227,-74.1338,53.9707,69.6818,-8.5850,0.2771,48.4104,0.0000,48.4104,5.2833,48.4104,1.4511,0.0000,46.9593,0.0000,46.9593,7.5559,39.4034,0.0000,39.4034,0.2424,39.1611,0.0000,2.1742,12.7890,24.1979,10725.1931,10725.1931,10725.1931,10725.1931,10725.1931 +538.5000,1.0000,7886.0899,69.7535,69.5070,0.1369,0.0000,6,1113.8620,458.5240,688.7674,-74.6120,53.4838,80.3401,-8.7030,0.2693,47.8784,0.0000,47.8784,5.3362,47.8784,1.4458,0.0000,46.4326,0.0000,46.4326,7.6107,38.8219,0.0000,38.8219,0.2355,38.5864,0.0000,2.1900,12.8817,23.5147,10624.2900,10624.2900,10624.2900,10624.2900,10624.2900 +539.5000,1.0000,7905.6210,70.3120,70.0000,0.1733,0.0000,6,1122.7804,514.1847,686.3470,-75.1440,60.4564,80.6988,-8.8352,0.3435,54.7551,0.0000,54.7551,5.3578,54.7551,1.5893,0.0000,53.1658,0.0000,53.1658,7.6716,45.4942,0.0000,45.4942,0.3005,45.1937,0.0000,2.2075,12.9849,30.0013,12007.6828,12007.6828,12007.6828,12007.6828,12007.6828 +540.5000,1.0000,7925.3106,70.8825,70.6240,0.1436,0.0000,6,1131.8905,468.7834,713.6688,-75.6874,55.5655,84.5921,-8.9713,0.2869,49.8565,0.0000,49.8565,5.4221,49.8565,1.4975,0.0000,48.3590,0.0000,48.3590,7.7338,40.6252,0.0000,40.6252,0.2510,40.3742,0.0000,2.2254,13.0902,25.0586,11055.9400,11055.9400,11055.9400,11055.9400,11055.9400 +541.5000,1.0000,7945.1263,71.3365,71.1410,0.1086,0.0000,6,1139.1402,414.5914,693.8809,-76.1199,49.4568,82.7734,-9.0804,0.2184,43.8431,0.0000,43.8431,5.3953,43.8431,1.3821,0.0000,42.4610,0.0000,42.4610,7.7834,34.6776,0.0000,34.6776,0.1910,34.4866,0.0000,2.2397,13.1741,19.0728,9888.8169,9888.8169,9888.8169,9888.8169,9888.8169 +542.5000,1.0000,7965.0525,71.7345,71.5320,0.1125,0.0000,6,1145.4957,420.1321,669.8058,-76.4990,50.3974,80.3472,-9.1765,0.2275,44.7970,0.0000,44.7970,5.3729,44.7970,1.4055,0.0000,43.3915,0.0000,43.3915,7.8268,35.5647,0.0000,35.5647,0.1990,35.3657,0.0000,2.2522,13.2476,19.8660,10048.0886,10048.0886,10048.0886,10048.0886,10048.0886 +543.5000,1.0000,7985.0792,72.0960,71.9370,0.0883,0.0000,6,1151.2683,383.5651,673.4101,-76.8433,46.2428,81.1867,-9.2643,0.1795,40.6038,0.0000,40.6038,5.4595,40.6038,1.3256,0.0000,39.2782,0.0000,39.2782,7.8662,31.4119,0.0000,31.4119,0.1570,31.2549,0.0000,2.2635,13.3143,15.6771,9305.9484,9305.9484,9305.9484,9305.9484,9305.9484 +544.5000,1.0000,8005.1871,72.3885,72.2550,0.0742,0.0000,6,1155.9391,361.9535,657.4393,-77.1220,43.8143,79.5828,-9.3356,0.1513,38.1679,0.0000,38.1679,5.4951,38.1679,1.2801,0.0000,36.8878,0.0000,36.8878,7.8982,28.9897,0.0000,28.9897,0.1324,28.8573,0.0000,2.2727,13.3684,13.2162,8828.2522,8828.2522,8828.2522,8828.2522,8828.2522 +545.5000,1.0000,8025.3518,72.5930,72.5220,0.0394,0.0000,6,1159.2047,308.6547,648.2290,-77.3168,37.4681,78.6896,-9.3856,0.0807,31.8816,0.0000,31.8816,5.5058,31.8816,1.1566,0.0000,30.7250,0.0000,30.7250,7.9205,22.8046,0.0000,22.8046,0.0706,22.7340,0.0000,2.2791,13.4061,7.0487,7626.0897,7626.0897,7626.0897,7626.0897,7626.0897 +546.5000,1.0000,8045.5594,72.7475,72.6640,0.0464,0.0000,6,1161.6718,319.2665,624.1705,-77.4639,38.8388,75.9303,-9.4235,0.0951,33.2318,0.0000,33.2318,5.5118,33.2318,1.1853,0.0000,32.0465,0.0000,32.0465,7.9373,24.1092,0.0000,24.1092,0.0832,24.0260,0.0000,2.2840,13.4347,8.3073,7857.1342,7857.1342,7857.1342,7857.1342,7857.1342 +547.5000,1.0000,8065.7878,72.8220,72.8310,-0.0050,0.0000,6,1162.8615,240.2856,629.4600,-77.5349,29.2607,76.6522,-9.4418,-0.0103,23.7718,0.0000,23.7718,5.4991,23.7718,0.9969,0.0000,22.7749,0.0000,22.7749,7.9455,14.8294,0.0000,14.8294,-0.0090,14.8384,0.0000,2.2863,13.4484,-0.8963,6074.2729,6074.2729,6074.2729,6074.2729,6074.2729 +548.5000,1.0000,8086.0154,72.8195,72.8130,0.0036,0.0000,6,1162.8215,253.6026,593.0809,-77.5325,30.8813,72.2197,-9.4412,0.0074,25.3619,0.0000,25.3619,5.5120,25.3619,1.0287,0.0000,24.3332,0.0000,24.3332,7.9452,16.3880,0.0000,16.3880,0.0065,16.3815,0.0000,2.2862,13.4480,0.6473,6385.9113,6385.9113,6385.9113,6385.9113,6385.9113 +549.5000,1.0000,8106.2414,72.8135,72.8260,-0.0069,0.0000,6,1162.7257,237.7039,599.2255,-77.5268,28.9429,72.9619,-9.4397,-0.0143,23.4098,0.0000,23.4098,5.5474,23.4098,0.9896,0.0000,22.4202,0.0000,22.4202,7.9445,14.4757,0.0000,14.4757,-0.0125,14.4881,0.0000,2.2860,13.4469,-1.2447,6012.9759,6012.9759,6012.9759,6012.9759,6012.9759 +550.5000,1.0000,8126.4129,72.6175,72.8010,-0.1019,0.0000,6,1159.5959,91.8982,591.4945,-77.3401,11.1594,71.8267,-9.3916,-0.2087,5.8505,0.0000,5.8505,5.5176,5.8505,0.6429,0.0000,5.2076,0.0000,5.2076,7.9231,-2.7156,0.0000,-2.7156,-0.1825,-2.5331,0.0000,2.2799,13.4107,-18.2236,2907.2304,2907.2304,2907.2304,2907.2304,2907.2304 +551.5000,1.0000,8146.4660,72.1910,72.4340,-0.1350,0.0000,6,1152.7853,42.4384,522.1698,-76.9338,5.1231,63.0360,-9.2874,-0.2747,-0.0599,0.0000,-0.0599,5.4578,-0.0599,0.6962,0.0000,-0.7562,0.0000,-0.7562,7.8766,-8.6328,0.0000,-8.6328,-0.2403,-8.3925,0.0000,2.2665,13.3319,-23.9909,2113.3906,2113.3906,2113.3906,2113.3906,2113.3906 +552.5000,1.0000,8166.3349,71.5280,71.9480,-0.2333,0.0000,6,1142.1982,46.9864,496.2971,-76.3023,5.6201,59.3625,-9.1266,-0.4704,0.6800,0.0000,0.6800,5.4106,0.6800,0.6800,0.0000,0.0000,0.0000,0.0000,7.8043,-7.8043,18.2370,-26.0412,-0.4115,-25.6298,0.0000,2.2457,13.2095,-41.0849,2179.0423,2179.0423,2179.0423,2179.0423,2179.0423 +553.5000,1.0000,8185.9465,70.6020,71.1080,-0.2811,0.0000,6,1127.4113,46.2895,494.6995,-75.4202,5.4650,58.4053,-8.9043,-0.5594,0.6677,0.0000,0.6677,5.3567,0.6677,0.6677,0.0000,0.0000,0.0000,0.0000,7.7032,-7.7032,26.3878,-34.0910,-0.4893,-33.6017,0.0000,2.2166,13.0384,-48.8567,2158.2355,2158.2355,2158.2355,2158.2355,2158.2355 +554.5000,1.0000,8205.2724,69.5730,70.0960,-0.2906,0.0000,6,1110.9796,46.3606,490.2060,-74.4400,5.3937,57.0313,-8.6605,-0.5698,0.6542,0.0000,0.6542,5.3092,0.6542,0.6542,0.0000,0.0000,0.0000,0.0000,7.5910,-7.5910,27.6369,-35.2278,-0.4984,-34.7294,0.0000,2.1843,12.8484,-49.7622,2148.6075,2148.6075,2148.6075,2148.6075,2148.6075 +555.5000,1.0000,8224.2938,68.4770,69.0500,-0.3183,0.0000,6,1093.4781,45.8554,485.7268,-73.3182,5.2508,55.6200,-8.3956,-0.6144,0.6400,0.0000,0.6400,5.2253,0.6400,0.6400,0.0000,0.0000,0.0000,0.0000,7.4714,-7.4714,31.9308,-39.4022,-0.5374,-38.8648,0.0000,2.1499,12.6460,-53.6607,2104.6412,2104.6412,2104.6412,2104.6412,2104.6412 +556.5000,1.0000,8242.9675,67.2255,67.9040,-0.3769,0.1170,6,1073.4935,44.7232,480.1703,-71.8877,5.0276,53.9788,-8.0813,-0.7143,0.6239,0.0000,0.6239,5.1180,0.6239,0.6239,0.0000,0.0000,0.0000,0.0000,7.3348,-7.3348,39.2450,-46.5798,-0.6248,-45.9551,1.8988,2.1106,12.4149,-62.3793,2036.7708,2036.7708,2036.7708,2036.7708,2036.7708 +557.5000,1.0000,8261.0254,65.0085,66.5470,-0.8547,0.8830,6,1038.0912,38.9255,470.6807,-69.3535,4.2315,51.1671,-7.5393,-1.5662,0.5958,0.0000,0.5958,5.2019,0.5958,0.5958,0.0000,0.0000,0.0000,0.0000,7.0929,-7.0929,103.1547,-110.2477,-1.3699,-108.8777,13.8568,2.0410,12.0050,-136.7806,1843.5060,1843.5060,1843.5060,1843.5060,1843.5060 +558.5000,1.0000,8278.1500,61.6485,63.4700,-1.0119,2.1760,6,984.4369,36.4040,451.1702,-67.5171,3.7529,46.5111,-6.9603,-1.7584,0.5542,0.0000,0.5542,4.9572,0.5542,0.5542,0.0000,0.0000,0.0000,0.0000,6.7263,-6.7263,102.6883,-109.4147,-1.5381,-107.8766,32.3764,1.9355,11.3823,-153.5707,1661.5417,1661.5417,1661.5417,1661.5417,1661.5417 +559.5000,1.0000,8294.0853,57.3670,59.8270,-1.3667,3.5680,6,916.0676,33.2688,419.5153,-71.4282,3.1915,40.2443,-6.8521,-2.2099,0.5028,0.0000,0.5028,4.8986,0.5028,0.5028,0.0000,0.0000,0.0000,0.0000,6.2592,-6.2592,126.9026,-133.1618,-1.9330,-131.2288,49.3811,1.8011,10.5875,-192.9985,1447.0186,1447.0186,1447.0186,1447.0186,1447.0186 +560.5000,1.0000,8308.9694,53.5830,54.9070,-0.7356,3.9140,6,855.6426,43.5520,411.4202,-75.5191,3.9024,36.8644,-6.7667,-1.1109,0.4590,0.0000,0.4590,4.5543,0.4590,0.4590,0.0000,0.0000,0.0000,0.0000,5.8463,-5.8463,29.9875,-35.8338,-0.9717,-34.8621,50.5901,1.6823,9.8879,-97.0223,1573.8527,1573.8527,1573.8527,1573.8527,1573.8527 +561.5000,1.0000,8323.0301,50.6185,52.2590,-0.9114,3.8070,6,808.3038,42.7878,435.5152,-78.9041,3.6218,36.8644,-6.6789,-1.3004,0.4258,0.0000,0.4258,4.4964,0.4258,0.4258,0.0000,0.0000,0.0000,0.0000,5.5229,-5.5229,51.7619,-57.2848,-1.1374,-56.1474,46.4866,1.5892,9.3412,-113.5644,1550.1735,1550.1735,1550.1735,1550.1735,1550.1735 +562.5000,1.0000,8336.2119,47.4545,48.9780,-0.8464,3.8070,6,757.7794,44.9362,464.5529,-84.0265,3.5659,36.8644,-6.6679,-1.1321,0.3913,0.0000,0.3913,4.3067,0.3913,0.3913,0.0000,0.0000,0.0000,0.0000,5.1777,-5.1777,40.8573,-46.0350,-0.9903,-45.0447,43.5809,1.4899,8.7573,-98.8727,1453.9427,1453.9427,1453.9427,1453.9427,1453.9427 +563.5000,1.0000,8348.5363,44.3675,45.9310,-0.8686,4.0940,6,708.4845,45.8340,496.8756,-89.3138,3.4005,36.8644,-6.6264,-1.0863,0.3587,0.0000,0.3587,4.1281,0.3587,0.3587,0.0000,0.0000,0.0000,0.0000,4.8408,-4.8408,37.5850,-42.4258,-0.9502,-41.4757,43.8126,1.3930,8.1867,-94.8680,1321.7855,1321.7855,1321.7855,1321.7855,1321.7855 +564.5000,1.0000,8359.9590,41.1220,42.8040,-0.9344,4.4270,0,641.7588,34.4158,548.5373,-96.4707,2.3129,36.8644,-6.4833,-1.6458,0.0000,0.0000,0.0000,3.9587,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.4867,-4.4867,38.2709,-42.7577,-0.9474,-41.8103,43.9044,1.2911,7.5868,-94.5926,1146.8232,1146.8232,1146.8232,1146.8232,1146.8232 +565.5000,1.0000,8370.3110,37.2670,39.4400,-1.2072,4.7270,5,684.8902,100.0219,513.9928,-91.8445,7.1737,36.8644,-6.5872,3.5705,0.2843,0.0000,0.2843,3.3190,0.3393,0.3393,0.0000,0.0000,0.0000,0.0000,4.0661,-4.0661,57.2686,-61.3347,-1.1092,-60.2255,42.4791,1.1700,6.8746,-110.7493,2008.4008,2008.4008,2008.4008,2008.4008,2008.4008 +566.5000,1.0000,8379.4829,33.0190,35.0940,-1.1528,5.2320,5,724.2657,33.0726,486.0490,-87.6211,2.5084,36.8644,-6.6456,-2.0244,0.2867,0.0000,0.2867,4.2461,0.2867,0.2867,0.0000,0.0000,0.0000,0.0000,3.6026,-3.6026,42.2621,-45.8647,-0.9385,-44.9263,41.6474,1.0367,6.0895,-93.6998,1209.4048,1209.4048,1209.4048,1209.4048,1209.4048 +567.5000,1.0000,8387.5721,29.1210,30.9440,-1.0128,6.0960,0,639.3755,37.8299,550.5820,-96.7263,2.5329,36.8644,-6.4763,-1.5461,0.0000,0.0000,0.0000,4.0790,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1773,-3.1773,21.0942,-24.2715,-0.7271,-23.5444,42.7756,0.9143,5.3680,-72.6022,1178.4984,1178.4984,1178.4984,1178.4984,1178.4984 +568.5000,1.0000,8394.4490,24.7570,27.2980,-1.4117,7.3070,4,660.6049,88.1387,532.8883,-94.4493,6.0973,36.8644,-6.5338,2.4586,0.3474,0.0000,0.3474,3.2913,0.4226,0.4226,0.0000,0.0000,0.0000,0.0000,2.7012,-2.7012,35.3010,-38.0022,-0.8617,-37.1405,43.5543,0.7773,4.5598,-86.0319,1771.4098,1771.4098,1771.4098,1771.4098,1771.4098 +569.5000,1.0000,8399.8439,19.4215,22.2160,-1.5525,8.5770,0,660.6049,11.1815,532.8883,-94.4493,0.7735,36.8644,-6.5338,-2.4586,0.0000,0.0000,0.0000,3.2322,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,2.1190,-2.1190,28.5989,-30.7179,-0.7434,-29.9745,40.0660,0.6098,3.5736,-74.2239,933.6772,933.6772,933.6772,933.6772,933.6772 +570.5000,1.0000,8403.7888,14.2015,16.6270,-1.3475,8.9400,2,791.5533,60.7448,444.7315,-80.4039,5.0352,36.8644,-6.6648,9.3114,-7.7478,0.0000,-7.7478,3.4716,-11.6047,0.8396,0.0000,-12.4443,0.0000,-12.4443,1.5495,-13.9938,0.0000,-13.9938,-0.4718,-13.5220,30.5276,0.4459,2.6122,-47.1077,1773.5984,1773.5984,1773.5984,1773.5984,1773.5984 +571.5000,1.0000,8406.5660,9.9980,11.7760,-0.9878,8.5580,2,834.6721,-52.3498,421.7568,-77.0186,-4.5757,36.8644,-6.7319,-7.6084,-0.2783,0.0000,-0.2783,3.3111,-0.2783,0.4514,0.0000,-0.7297,0.0000,-0.7297,1.0909,-1.8206,0.0000,-1.8206,-0.2435,-1.5771,20.5803,0.3139,1.8397,-24.3109,64.4653,64.4653,64.4653,64.4653,64.4653 +572.5000,1.0000,8408.4585,6.8130,8.2200,-0.7817,5.9460,0,643.1189,23.0791,547.3772,-96.3248,1.5543,36.8644,-6.4872,-1.7030,0.0000,0.0000,0.0000,3.2573,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.7434,-0.7434,1.2655,-2.0088,-0.1313,-1.8775,9.7622,0.2139,1.2560,-13.1096,1035.6140,1035.6140,1035.6140,1035.6140,1035.6140 +573.5000,1.0000,8409.7896,4.7920,5.4060,-0.3411,2.9840,1,622.7276,78.3805,565.3011,-98.5120,5.1113,36.8644,-6.4242,0.8692,1.0855,-0.0271,1.1126,3.1567,1.2904,0.3463,0.0000,0.9441,0.0000,0.9441,0.5228,0.4213,0.0000,0.4213,-0.0403,0.4616,3.4504,0.1504,0.8846,-4.0239,1565.4435,1565.4435,1565.4435,1565.4435,1565.4435 +574.5000,1.0000,8410.8153,3.6925,4.1780,-0.2697,0.2580,1,644.9499,36.7762,545.8233,-96.1284,2.4838,36.8644,-6.4924,-0.0200,-0.6772,0.1019,-0.7791,3.1811,-0.7791,0.2664,0.0000,-1.0455,0.0000,-1.0455,0.4029,-1.4484,0.0000,-1.4484,-0.0246,-1.4239,0.2300,0.1159,0.6819,-2.4517,1173.1740,1173.1740,1173.1740,1173.1740,1173.1740 +575.5000,1.0000,8411.5279,2.5655,3.2070,-0.3564,0.0000,1,644.4444,50.1585,546.2513,-96.1827,3.3850,36.8644,-6.4910,0.0000,-0.9447,0.3150,-1.2597,4.3297,-1.2597,0.1794,0.0000,-1.4390,0.0000,-1.4390,0.2799,-1.7190,0.0000,-1.7190,-0.0225,-1.6964,0.0000,0.0805,0.4738,-2.2507,1305.4609,1305.4609,1305.4609,1305.4609,1305.4609 +576.5000,1.0000,8411.9143,1.3910,1.9240,-0.2961,0.0000,1,644.4444,59.1478,546.2513,-96.1827,3.9917,36.8644,-6.4910,0.0000,-0.2984,0.1854,-0.4838,4.2901,-0.4838,0.0879,0.0000,-0.5718,0.0000,-0.5718,0.1518,-0.7235,0.0000,-0.7235,-0.0102,-0.7134,0.0000,0.0437,0.2569,-1.0139,1394.6350,1394.6350,1394.6350,1394.6350,1394.6350 +577.5000,1.0000,8412.0361,0.4385,0.8580,-0.2331,0.0000,0,644.4444,64.3806,546.2513,-96.1827,4.3448,36.8644,-6.4910,0.0000,-0.0037,0.0826,-0.0863,4.3485,-0.0863,0.0252,0.0000,-0.1115,0.0000,-0.1115,0.0478,-0.1593,0.0000,-0.1593,-0.0025,-0.1568,0.0000,0.0138,0.0810,-0.2516,1446.5447,1446.5447,1446.5447,1446.5447,1446.5447 +578.5000,1.0000,8412.0388,0.0095,0.0190,-0.0053,0.0000,0,644.4444,63.1128,546.2513,-96.1827,4.2592,36.8644,-6.4910,0.0000,0.0034,0.0000,0.0034,4.2558,0.0034,0.0005,0.0000,0.0030,0.0000,0.0030,0.0010,0.0019,0.0000,0.0019,0.0000,0.0019,0.0000,0.0003,0.0018,-0.0001,1433.9682,1433.9682,1433.9682,1433.9682,1433.9682 +579.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.9699,546.2513,-96.1827,4.3171,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3171,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1442.4702,1442.4702,1442.4702,1442.4702,1442.4702 +580.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.8457,546.2513,-96.1827,4.3762,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3762,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1451.1581,1451.1581,1451.1581,1451.1581,1451.1581 +581.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.4042,546.2513,-96.1827,4.2789,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2789,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1436.8583,1436.8583,1436.8583,1436.8583,1436.8583 +582.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.6533,546.2513,-96.1827,4.2957,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2957,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1439.3292,1439.3292,1439.3292,1439.3292,1439.3292 +583.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.8564,546.2513,-96.1827,4.3094,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3094,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1441.3445,1441.3445,1441.3445,1441.3445,1441.3445 +584.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,47.9175,546.2513,-96.1827,3.2338,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2338,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1283.2310,1283.2310,1283.2310,1283.2310,1283.2310 +585.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,48.1200,546.2513,-96.1827,3.2474,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2474,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1285.2392,1285.2392,1285.2392,1285.2392,1285.2392 +586.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.2939,546.2513,-96.1827,4.3389,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3389,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1445.6842,1445.6842,1445.6842,1445.6842,1445.6842 +587.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.8014,546.2513,-96.1827,4.3057,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3057,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1440.7988,1440.7988,1440.7988,1440.7988,1440.7988 +588.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.9560,546.2513,-96.1827,4.3161,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3161,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1442.3323,1442.3323,1442.3323,1442.3323,1442.3323 +589.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.7723,546.2513,-96.1827,4.3712,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3712,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1450.4304,1450.4304,1450.4304,1450.4304,1450.4304 +590.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.5504,546.2513,-96.1827,4.2888,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2888,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1438.3086,1438.3086,1438.3086,1438.3086,1438.3086 +591.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.0234,546.2513,-96.1827,4.3207,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3207,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1443.0008,1443.0008,1443.0008,1443.0008,1443.0008 +592.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.2513,546.2513,-96.1827,4.2686,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1435.3421,1435.3421,1435.3421,1435.3421,1435.3421 +593.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.0962,546.2513,-96.1827,4.2581,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2581,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1433.8032,1433.8032,1433.8032,1433.8032,1433.8032 +594.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.2631,546.2513,-96.1827,4.2019,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1425.5386,1425.5386,1425.5386,1425.5386,1425.5386 +595.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.5616,546.2513,-96.1827,4.1545,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1545,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1418.5796,1418.5796,1418.5796,1418.5796,1418.5796 +596.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.3942,546.2513,-96.1827,4.2107,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2107,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1426.8394,1426.8394,1426.8394,1426.8394,1426.8394 +597.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.6671,546.2513,-96.1827,4.1617,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1617,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1419.6261,1419.6261,1419.6261,1419.6261,1419.6261 +598.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.9852,546.2513,-96.1827,4.1831,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1831,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1422.7818,1422.7818,1422.7818,1422.7818,1422.7818 +599.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.4421,546.2513,-96.1827,4.3489,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3489,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1447.1549,1447.1549,1447.1549,1447.1549,1447.1549 +600.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.3978,546.2513,-96.1827,4.3460,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3460,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1446.7154,1446.7154,1446.7154,1446.7154,1446.7154 +601.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.1159,546.2513,-96.1827,4.3269,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3269,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1443.9188,1443.9188,1443.9188,1443.9188,1443.9188 +602.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,65.3430,546.2513,-96.1827,4.4097,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.4097,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1456.0916,1456.0916,1456.0916,1456.0916,1456.0916 +603.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,48.5726,546.2513,-96.1827,3.2780,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2780,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1289.7295,1289.7295,1289.7295,1289.7295,1289.7295 +604.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.7097,546.2513,-96.1827,3.1523,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1523,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1271.2490,1271.2490,1271.2490,1271.2490,1271.2490 +605.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,48.2211,546.2513,-96.1827,3.2543,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2543,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1286.2426,1286.2426,1286.2426,1286.2426,1286.2426 +606.5000,1.0000,8412.0388,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.9521,546.2513,-96.1827,3.1686,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.6537,1273.6537,1273.6537,1273.6537,1273.6537 +607.5000,1.0000,8412.0396,0.0030,0.0000,0.0017,0.0000,0,644.4444,47.5827,546.2513,-96.1827,3.2112,36.8644,-6.4910,0.0000,0.0023,0.0011,0.0011,3.2089,0.0011,0.0001,0.0000,0.0010,0.0000,0.0010,0.0003,0.0007,0.0000,0.0007,0.0000,0.0007,0.0000,0.0001,0.0006,0.0000,1279.9092,1279.9092,1279.9092,1279.9092,1279.9092 +608.5000,1.0000,8412.0410,0.0050,0.0060,-0.0006,0.0000,0,644.4444,47.2535,546.2513,-96.1827,3.1890,36.8644,-6.4910,0.0000,0.0015,-0.0004,0.0019,3.1875,0.0019,0.0002,0.0000,0.0016,0.0000,0.0016,0.0005,0.0011,0.0000,0.0011,0.0000,0.0011,0.0000,0.0002,0.0009,0.0000,1276.6433,1276.6433,1276.6433,1276.6433,1276.6433 +609.5000,1.0000,8412.0419,0.0020,0.0040,-0.0003,0.0000,0,644.4444,46.7602,546.2513,-96.1827,3.1557,36.8644,-6.4910,0.0000,0.0007,0.0000,0.0007,3.1549,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0001,0.0004,0.0000,1271.7505,1271.7505,1271.7505,1271.7505,1271.7505 +610.5000,1.0000,8412.0431,0.0000,0.0030,0.0006,0.0000,0,644.4444,47.6382,546.2513,-96.1827,3.2149,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2149,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1280.4599,1280.4599,1280.4599,1280.4599,1280.4599 +611.5000,1.0000,8412.0447,0.0000,0.0020,0.0006,0.0000,0,644.4444,46.8986,546.2513,-96.1827,3.1650,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.1235,1273.1235,1273.1235,1273.1235,1273.1235 +612.5000,1.0000,8412.0468,0.0000,0.0020,0.0003,0.0000,0,644.4444,46.6270,546.2513,-96.1827,3.1467,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1467,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1270.4289,1270.4289,1270.4289,1270.4289,1270.4289 +613.5000,1.0000,8412.0490,0.0000,0.0010,0.0000,0.0000,0,644.4444,46.9732,546.2513,-96.1827,3.1700,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1700,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.8633,1273.8633,1273.8633,1273.8633,1273.8633 +614.5000,1.0000,8412.0513,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.9874,546.2513,-96.1827,3.1710,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1274.0039,1274.0039,1274.0039,1274.0039,1274.0039 +615.5000,1.0000,8412.0535,0.0000,0.0000,0.0000,0.0000,0,644.4444,47.1606,546.2513,-96.1827,3.1827,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1827,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1275.7219,1275.7219,1275.7219,1275.7219,1275.7219 +616.5000,1.0000,8412.0557,0.0000,0.0000,0.0000,0.0000,0,644.4444,47.3067,546.2513,-96.1827,3.1925,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1277.1714,1277.1714,1277.1714,1277.1714,1277.1714 +617.5000,1.0000,8412.0579,0.0000,0.0000,0.0000,0.0000,0,644.4444,48.5753,546.2513,-96.1827,3.2782,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2782,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1289.7558,1289.7558,1289.7558,1289.7558,1289.7558 +618.5000,1.0000,8412.0601,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.5581,546.2513,-96.1827,3.1420,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1269.7453,1269.7453,1269.7453,1269.7453,1269.7453 +619.5000,1.0000,8412.0629,0.0020,0.0000,0.0011,0.0000,0,644.4444,46.0851,546.2513,-96.1827,3.1101,36.8644,-6.4910,0.0000,0.0015,0.0008,0.0008,3.1086,0.0008,0.0001,0.0000,0.0007,0.0000,0.0007,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0001,0.0004,0.0000,1265.0526,1265.0526,1265.0526,1265.0526,1265.0526 +620.5000,1.0000,8412.0660,0.0020,0.0040,-0.0006,0.0000,0,644.4444,45.4273,546.2513,-96.1827,3.0657,36.8644,-6.4910,0.0000,0.0007,0.0000,0.0007,3.0650,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0001,0.0004,0.0000,1258.5279,1258.5279,1258.5279,1258.5279,1258.5279 +621.5000,1.0000,8412.0897,0.0755,0.0020,0.0419,0.0000,1,644.4444,46.6356,546.2513,-96.1827,3.1473,36.8644,-6.4910,0.0000,0.0723,0.0361,0.0361,3.0750,0.0361,0.0037,0.0000,0.0324,0.0000,0.0324,0.0082,0.0242,0.0000,0.0242,0.0001,0.0241,0.0000,0.0024,0.0139,0.0078,1270.5145,1270.5145,1270.5145,1270.5145,1270.5145 +622.5000,1.0000,8412.3797,1.0340,0.1510,0.4906,0.0000,1,644.4444,90.2008,546.2513,-96.1827,6.0873,36.8644,-6.4910,0.0000,3.1024,1.4290,1.6734,2.9849,1.6734,0.0697,0.0000,1.6036,0.0000,1.6036,0.1191,1.4846,0.0000,1.4846,0.0125,1.4721,0.0000,0.0325,0.1910,1.2486,1752.7461,1752.7461,1752.7461,1752.7461,1752.7461 +623.5000,1.0000,8413.2547,3.1400,1.9170,0.6794,0.0000,1,645.9562,181.0414,544.9729,-96.0205,12.2464,36.8644,-6.4952,0.0600,9.2039,2.5645,6.6394,2.9826,6.6394,0.2725,0.0000,6.3669,0.0000,6.3669,0.3840,5.9829,0.0000,5.9829,0.0526,5.9303,0.0000,0.0986,0.5799,5.2519,2817.5345,2817.5345,2817.5345,2817.5345,2817.5345 +624.5000,1.0000,8414.5561,4.6750,4.3630,0.1733,0.0000,1,689.9681,138.4137,510.2100,-91.2998,10.0008,36.8644,-6.5967,1.8008,3.8708,0.0187,3.8521,4.3293,3.8521,0.3172,0.0000,3.5350,0.0000,3.5350,0.5101,3.0249,0.0000,3.0249,0.0200,3.0049,0.0000,0.1468,0.8634,1.9948,2457.5152,2457.5152,2457.5152,2457.5152,2457.5152 +625.5000,1.0000,8416.0513,5.3725,4.9870,0.2142,0.0000,1,789.0888,145.0852,446.1204,-80.6682,11.9889,36.8644,-6.6659,2.7438,5.0005,0.0000,5.0005,4.2446,5.0005,0.3927,0.0000,4.6078,0.0000,4.6078,0.5862,4.0216,0.0000,4.0216,0.0284,3.9933,0.0000,0.1687,0.9922,2.8324,2893.6371,2893.6371,2893.6371,2893.6371,2893.6371 +626.5000,1.0000,8417.6126,5.6110,5.7580,-0.0817,0.0000,1,824.1186,36.5574,428.4927,-77.7733,3.1550,36.9796,-6.7120,-1.0927,1.1153,0.0000,1.1153,3.1324,1.1153,0.4300,0.0000,0.6853,0.0000,0.6853,0.6122,0.0731,0.0000,0.0731,-0.0113,0.0844,0.0000,0.1762,1.0362,-1.1280,1467.6086,1467.6086,1467.6086,1467.6086,1467.6086 +627.5000,1.0000,8419.1139,5.3945,5.4640,-0.0386,0.0000,1,792.3200,64.3521,444.3011,-80.3217,5.3394,36.8644,-6.6644,-0.4967,1.6388,0.0000,1.6388,4.1973,1.6388,0.4025,0.0000,1.2363,0.0000,1.2363,0.5886,0.6477,0.0000,0.6477,-0.0051,0.6529,0.0000,0.1694,0.9962,-0.5127,1826.1710,1826.1710,1826.1710,1826.1710,1826.1710 +628.5000,1.0000,8420.5722,5.2400,5.3250,-0.0472,0.0000,1,769.6278,62.5998,457.4012,-82.7556,5.0452,36.8644,-6.6697,-0.5901,1.4772,0.0000,1.4772,4.1581,1.4772,0.3885,0.0000,1.0887,0.0000,1.0887,0.5717,0.5170,0.0000,0.5170,-0.0061,0.5231,0.0000,0.1645,0.9677,-0.6091,1735.1252,1735.1252,1735.1252,1735.1252,1735.1252 +629.5000,1.0000,8422.0582,5.3395,5.1550,0.1025,0.0000,1,784.2419,109.0146,448.8776,-81.1881,8.9529,36.8644,-6.6676,1.3051,3.4756,0.0000,3.4756,4.1722,3.4756,0.3786,0.0000,3.0971,0.0000,3.0971,0.5826,2.5145,0.0000,2.5145,0.0135,2.5010,0.0000,0.1676,0.9861,1.3473,2403.7040,2403.7040,2403.7040,2403.7040,2403.7040 +630.5000,1.0000,8423.6707,5.7950,5.5240,0.1506,0.0000,1,851.1437,119.3544,420.5889,-75.8408,10.6382,37.4877,-6.7598,2.0805,4.4697,0.0000,4.4697,4.0880,4.4697,0.4161,0.0000,4.0537,0.0000,4.0537,0.6323,3.4214,0.0000,3.4214,0.0215,3.3999,0.0000,0.1819,1.0702,2.1477,2748.8126,2748.8126,2748.8126,2748.8126,2748.8126 +631.5000,1.0000,8425.3421,6.0070,6.0660,-0.0328,0.0000,1,882.2813,61.7646,443.7982,-73.6143,5.7066,41.0035,-6.8014,-0.4695,1.9275,0.0000,1.9275,4.2486,1.9275,0.4637,0.0000,1.4638,0.0000,1.4638,0.6554,0.8084,0.0000,0.8084,-0.0049,0.8132,0.0000,0.1886,1.1093,-0.4847,1850.6695,1850.6695,1850.6695,1850.6695,1850.6695 +632.5000,1.0000,8427.0161,6.0165,5.9480,0.0381,0.0000,1,883.6766,83.6803,416.0847,-73.5145,7.7436,38.5038,-6.8029,0.5460,2.9799,0.0000,2.9799,4.2178,2.9799,0.4541,0.0000,2.5257,0.0000,2.5257,0.6564,1.8693,0.0000,1.8693,0.0056,1.8636,0.0000,0.1889,1.1111,0.5636,2276.8554,2276.8554,2276.8554,2276.8554,2276.8554 +633.5000,1.0000,8428.7969,6.4010,6.0850,0.1756,0.0000,1,940.1502,125.3889,450.6059,-70.0505,12.3448,44.3632,-6.8966,2.6797,5.3608,0.0000,5.3608,4.3043,5.3608,0.4854,0.0000,4.8754,0.0000,4.8754,0.6984,4.1770,0.0000,4.1770,0.0277,4.1493,0.0000,0.2010,1.1821,2.7663,3088.4726,3088.4726,3088.4726,3088.4726,3088.4726 +634.5000,1.0000,8430.6815,6.7745,6.7170,0.0319,0.0000,1,995.0083,80.0546,495.2590,-66.9124,8.3414,51.6045,-6.9721,0.5160,3.2761,0.0000,3.2761,4.5493,3.2761,0.5351,0.0000,2.7410,0.0000,2.7410,0.7392,2.0018,0.0000,2.0018,0.0053,1.9965,0.0000,0.2127,1.2511,0.5327,2533.2256,2533.2256,2533.2256,2533.2256,2533.2256 +635.5000,1.0000,8432.6094,6.9305,6.8320,0.0547,0.0000,1,1017.9208,76.3359,481.5525,-67.9096,8.1371,51.3318,-7.2389,0.9044,3.7449,0.0000,3.7449,3.4878,3.7449,0.5483,0.0000,3.1966,0.0000,3.1966,0.7562,2.4404,0.0000,2.4404,0.0094,2.4311,0.0000,0.2176,1.2799,0.9336,2517.5378,2517.5378,2517.5378,2517.5378,2517.5378 +636.5000,1.0000,8434.5903,7.1210,7.0290,0.0511,0.0000,1,1045.9006,85.8054,486.5374,-69.9125,9.3980,53.2887,-7.6573,0.8679,3.7906,0.0000,3.7906,4.7395,3.7906,0.5701,0.0000,3.2205,0.0000,3.2205,0.7770,2.4436,0.0000,2.4436,0.0090,2.4346,0.0000,0.2236,1.3151,0.8960,2735.5183,2735.5183,2735.5183,2735.5183,2735.5183 +637.5000,1.0000,8436.6450,7.3870,7.2130,0.0967,0.0000,1,1084.9695,99.6602,500.6484,-72.7092,11.3232,56.8825,-8.2610,1.7028,4.7693,0.0000,4.7693,4.8511,4.7693,0.5918,0.0000,4.1775,0.0000,4.1775,0.8060,3.3715,0.0000,3.3715,0.0176,3.3539,0.0000,0.2319,1.3642,1.7578,2982.2324,2982.2324,2982.2324,2982.2324,2982.2324 +638.5000,1.0000,8438.7626,7.6135,7.5610,0.0292,0.0000,1,1118.2368,78.0202,515.6538,-74.8729,9.1363,60.3838,-8.7677,0.5295,3.6581,0.0000,3.6581,4.9487,3.6581,0.6302,0.0000,3.0279,0.0000,3.0279,0.8307,2.1972,0.0000,2.1972,0.0055,2.1917,0.0000,0.2390,1.4060,0.5466,2658.6473,2658.6473,2658.6473,2658.6473,2658.6473 +639.5000,1.0000,8440.8985,7.6790,7.6660,0.0072,0.0000,1,1127.8572,71.5775,508.8603,-75.4468,8.4539,60.1009,-8.9109,0.1322,3.2769,0.0000,3.2769,5.0447,3.2769,0.6420,0.0000,2.6349,0.0000,2.6349,0.8378,1.7971,0.0000,1.7971,0.0014,1.7957,0.0000,0.2411,1.4181,0.1365,2562.1232,2562.1232,2562.1232,2562.1232,2562.1232 +640.5000,1.0000,8443.0322,7.6715,7.6920,-0.0114,0.0000,1,1126.7556,65.5169,505.8897,-75.3811,7.7306,59.6917,-8.8945,-0.2083,2.9220,0.0000,2.9220,5.0169,2.9220,0.6446,0.0000,2.2774,0.0000,2.2774,0.8370,1.4404,0.0000,1.4404,-0.0022,1.4425,0.0000,0.2409,1.4167,-0.2151,2464.6747,2464.6747,2464.6747,2464.6747,2464.6747 +641.5000,1.0000,8445.1693,7.6835,7.6510,0.0181,0.0000,1,1128.5181,74.8835,503.3903,-75.4862,8.8496,59.4897,-8.9208,0.3308,3.4839,0.0000,3.4839,5.0349,3.4839,0.6405,0.0000,2.8434,0.0000,2.8434,0.8383,2.0051,0.0000,2.0051,0.0034,2.0017,0.0000,0.2412,1.4190,0.3415,2615.3207,2615.3207,2615.3207,2615.3207,2615.3207 +642.5000,1.0000,8447.3113,7.7010,7.7160,-0.0083,0.0000,1,1131.0884,66.9033,508.4225,-75.6396,7.9245,60.2213,-8.9593,-0.1530,2.9922,0.0000,2.9922,5.0854,2.9922,0.6475,0.0000,2.3446,0.0000,2.3446,0.8402,1.5044,0.0000,1.5044,-0.0016,1.5060,0.0000,0.2418,1.4222,-0.1580,2489.6401,2489.6401,2489.6401,2489.6401,2489.6401 +643.5000,1.0000,8449.4447,7.6705,7.6860,-0.0086,0.0000,1,1126.6087,66.7325,503.7373,-75.3723,7.8730,59.4300,-8.8923,-0.1575,2.9741,0.0000,2.9741,5.0564,2.9741,0.6440,0.0000,2.3301,0.0000,2.3301,0.8369,1.4931,0.0000,1.4931,-0.0016,1.4948,0.0000,0.2408,1.4166,-0.1626,2483.9800,2483.9800,2483.9800,2483.9800,2483.9800 +644.5000,1.0000,8451.5731,7.6520,7.6550,-0.0017,0.0000,1,1123.8915,68.9362,502.9237,-75.2103,8.1134,59.1909,-8.8518,-0.0304,3.0971,0.0000,3.0971,5.0467,3.0971,0.6405,0.0000,2.4566,0.0000,2.4566,0.8349,1.6217,0.0000,1.6217,-0.0003,1.6220,0.0000,0.2402,1.4131,-0.0314,2517.3710,2517.3710,2517.3710,2517.3710,2517.3710 +645.5000,1.0000,8453.6929,7.6215,7.6490,-0.0153,0.0000,1,1119.4118,64.4778,502.9006,-74.9430,7.5584,58.9523,-8.7852,-0.2777,2.8283,0.0000,2.8283,5.0077,2.8283,0.6395,0.0000,2.1888,0.0000,2.1888,0.8316,1.3573,0.0000,1.3573,-0.0029,1.3601,0.0000,0.2393,1.4075,-0.2866,2443.2800,2443.2800,2443.2800,2443.2800,2443.2800 +646.5000,1.0000,8455.8024,7.5840,7.5940,-0.0056,0.0000,1,1113.9040,67.8375,499.4290,-74.6145,7.9131,58.2573,-8.7036,-0.1005,2.9947,0.0000,2.9947,5.0189,2.9947,0.6333,0.0000,2.3614,0.0000,2.3614,0.8275,1.5339,0.0000,1.5339,-0.0010,1.5350,0.0000,0.2381,1.4006,-0.1037,2493.2940,2493.2940,2493.2940,2493.2940,2493.2940 +647.5000,1.0000,8457.9131,7.5885,7.5740,0.0081,0.0000,1,1114.5649,71.9699,501.0212,-74.6539,8.4001,58.4777,-8.7134,0.1458,3.2509,0.0000,3.2509,5.0035,3.2509,0.6312,0.0000,2.6196,0.0000,2.6196,0.8280,1.7916,0.0000,1.7916,0.0015,1.7901,0.0000,0.2382,1.4014,0.1505,2559.6797,2559.6797,2559.6797,2559.6797,2559.6797 +648.5000,1.0000,8460.0378,7.6390,7.6030,0.0200,0.0000,1,1121.9822,75.3299,504.6236,-75.0964,8.8508,59.2901,-8.8233,0.3643,3.4988,0.0000,3.4988,4.9877,3.4988,0.6349,0.0000,2.8639,0.0000,2.8639,0.8335,2.0304,0.0000,2.0304,0.0038,2.0267,0.0000,0.2398,1.4107,0.3761,2618.1640,2618.1640,2618.1640,2618.1640,2618.1640 +649.5000,1.0000,8462.1906,7.7400,7.6750,0.0361,0.0000,1,1136.8166,69.4566,509.6910,-75.9813,8.2686,60.6773,-9.0454,0.6665,3.8555,0.0000,3.8555,3.7466,3.8555,0.6437,0.0000,3.2118,0.0000,3.2118,0.8445,2.3673,0.0000,2.3673,0.0069,2.3604,0.0000,0.2430,1.4294,0.6880,2534.1429,2534.1429,2534.1429,2534.1429,2534.1429 +650.5000,1.0000,8464.3522,7.7720,7.8050,-0.0183,0.0000,1,1141.5166,52.5635,508.4550,-76.2616,6.2834,60.7804,-9.1163,-0.3398,2.8309,0.0000,2.8309,3.7923,2.8309,0.6579,0.0000,2.1730,0.0000,2.1730,0.8480,1.3250,0.0000,1.3250,-0.0035,1.3285,0.0000,0.2440,1.4353,-0.3508,2267.6072,2267.6072,2267.6072,2267.6072,2267.6072 +651.5000,1.0000,8466.5014,7.7270,7.7390,-0.0067,0.0000,1,1134.9072,56.2853,499.1114,-75.8674,6.6894,59.3180,-9.0166,-0.1228,3.0349,0.0000,3.0349,3.7773,3.0349,0.6503,0.0000,2.3846,0.0000,2.3846,0.8431,1.5415,0.0000,1.5415,-0.0013,1.5428,0.0000,0.2426,1.4270,-0.1268,2322.6781,2322.6781,2322.6781,2322.6781,2322.6781 +652.5000,1.0000,8468.6461,7.7110,7.7150,-0.0022,0.0000,1,1132.5572,57.7736,500.1697,-75.7272,6.8520,59.3207,-8.9813,-0.0409,3.1124,0.0000,3.1124,3.7805,3.1124,0.6476,0.0000,2.4649,0.0000,2.4649,0.8413,1.6235,0.0000,1.6235,-0.0004,1.6239,0.0000,0.2421,1.4240,-0.0422,2344.8909,2344.8909,2344.8909,2344.8909,2344.8909 +653.5000,1.0000,8470.7596,7.5985,7.7070,-0.0603,0.0000,1,1116.0337,39.5320,497.0292,-74.7415,4.6201,58.0882,-8.7351,-1.0922,1.9773,0.0000,1.9773,3.7351,1.9773,0.6452,0.0000,1.3321,0.0000,1.3321,0.8291,0.5030,0.0000,0.5030,-0.0113,0.5143,0.0000,0.2386,1.4033,-1.1275,2034.8444,2034.8444,2034.8444,2034.8444,2034.8444 +654.5000,1.0000,8472.7110,7.0150,7.4900,-0.2639,0.0000,1,1030.3318,-22.7604,466.9859,-68.7980,-2.4558,50.3860,-7.4230,-4.4143,-1.7088,0.0000,-1.7088,3.6674,-1.7088,0.6127,0.0000,-2.3215,0.0000,-2.3215,0.7654,-3.0869,0.0000,-3.0869,-0.0456,-3.0413,0.0000,0.2202,1.2955,-4.5570,712.4716,712.4716,712.4716,712.4716,712.4716 +655.5000,1.0000,8474.3992,6.0675,6.5400,-0.2625,0.0000,1,891.1673,-20.9961,395.0197,-72.9789,-1.9594,36.8644,-6.8106,-3.7980,-1.4827,0.0000,-1.4827,3.3213,-1.4827,0.5043,0.0000,-1.9870,0.0000,-1.9870,0.6620,-2.6490,0.0000,-2.6490,-0.0393,-2.6097,0.0000,0.1905,1.1205,-3.9207,613.0287,613.0287,613.0287,613.0287,613.0287 +656.5000,1.0000,8475.9686,5.6400,5.5950,0.0250,0.0000,1,828.3780,67.2445,424.9614,-77.4687,5.8333,36.8644,-6.7202,0.3362,2.6027,0.0000,2.6027,2.8944,2.6027,0.4181,0.0000,2.1846,0.0000,2.1846,0.6154,1.5692,0.0000,1.5692,0.0035,1.5657,0.0000,0.1771,1.0416,0.3471,1896.8653,1896.8653,1896.8653,1896.8653,1896.8653 +657.5000,1.0000,8477.5407,5.6495,5.6850,-0.0197,0.0000,1,829.7733,53.8083,424.2468,-77.3689,4.6756,36.8644,-6.7229,-0.2657,1.9854,0.0000,1.9854,2.9559,1.9854,0.4253,0.0000,1.5601,0.0000,1.5601,0.6164,0.9437,0.0000,0.9437,-0.0027,0.9464,0.0000,0.1774,1.0433,-0.2743,1709.8135,1709.8135,1709.8135,1709.8135,1709.8135 +658.5000,1.0000,8479.0290,5.3480,5.6140,-0.1478,0.0000,1,785.4903,18.1981,448.1642,-81.0542,1.4969,36.8644,-6.6672,-1.8846,0.1864,0.0000,0.1864,3.1951,0.1864,0.4123,0.0000,-0.2259,0.0000,-0.2259,0.5835,-0.8094,0.0000,-0.8094,-0.0195,-0.7899,0.0000,0.1679,0.9876,-1.9455,1162.2773,1162.2773,1162.2773,1162.2773,1162.2773 +659.5000,1.0000,8480.3400,4.7095,5.0820,-0.2069,0.0000,1,696.8033,7.0969,505.2052,-90.5667,0.5179,36.8644,-6.6086,-2.1232,-0.5306,0.0045,-0.5351,3.1717,-0.5351,0.3566,0.0000,-0.8918,0.0000,-0.8918,0.5138,-1.4056,0.0000,-1.4056,-0.0240,-1.3816,0.0000,0.1479,0.8697,-2.3992,926.4603,926.4603,926.4603,926.4603,926.4603 +660.5000,1.0000,8481.4971,4.1555,4.3370,-0.1008,0.0000,1,645.8148,54.4443,545.0923,-96.0357,3.6820,36.8644,-6.4949,-0.0543,0.5780,-0.0251,0.6031,3.1584,0.6031,0.2936,0.0000,0.3095,0.0000,0.3095,0.4534,-0.1439,0.0000,-0.1439,-0.0103,-0.1336,0.0000,0.1305,0.7674,-1.0315,1349.2371,1349.2371,1349.2371,1349.2371,1349.2371 +661.5000,1.0000,8482.5450,3.7625,3.9740,-0.1175,0.0000,1,644.4444,52.0713,546.2513,-96.1827,3.5141,36.8644,-6.4910,0.0000,0.3635,-0.0217,0.3852,3.1506,0.3852,0.2609,0.0000,0.1243,0.0000,0.1243,0.4105,-0.2862,0.0000,-0.2862,-0.0109,-0.2753,0.0000,0.1181,0.6948,-1.0883,1324.4366,1324.4366,1324.4366,1324.4366,1324.4366 +662.5000,1.0000,8483.4778,3.3480,3.5510,-0.1128,0.0000,1,644.4444,51.9001,546.2513,-96.1827,3.5025,36.8644,-6.4910,0.0000,0.3527,-0.0228,0.3755,3.1498,0.3755,0.2256,0.0000,0.1499,0.0000,0.1499,0.3653,-0.2154,0.0000,-0.2154,-0.0093,-0.2061,0.0000,0.1051,0.6183,-0.9295,1322.7381,1322.7381,1322.7381,1322.7381,1322.7381 +663.5000,1.0000,8484.3044,2.9660,3.1450,-0.0994,0.0000,1,644.4444,51.4912,546.2513,-96.1827,3.4749,36.8644,-6.4910,0.0000,0.3993,-0.0256,0.4250,3.0756,0.4250,0.1939,0.0000,0.2311,0.0000,0.2311,0.3236,-0.0925,0.0000,-0.0925,-0.0073,-0.0852,0.0000,0.0931,0.5477,-0.7261,1318.6814,1318.6814,1318.6814,1318.6814,1318.6814 +664.5000,1.0000,8485.0547,2.6910,2.7870,-0.0533,0.0000,1,644.4444,54.9087,546.2513,-96.1827,3.7056,36.8644,-6.4910,0.0000,0.6632,-0.0245,0.6878,3.0423,0.6878,0.1695,0.0000,0.5182,0.0000,0.5182,0.2936,0.2246,0.0000,0.2246,-0.0035,0.2281,0.0000,0.0845,0.4970,-0.3533,1352.5834,1352.5834,1352.5834,1352.5834,1352.5834 +665.5000,1.0000,8485.8067,2.6970,2.5950,0.0567,0.0000,1,644.4444,66.4320,546.2513,-96.1827,4.4832,36.8644,-6.4910,0.0000,1.4734,0.0537,1.4197,3.0099,1.4197,0.1627,0.0000,1.2570,0.0000,1.2570,0.2943,0.9627,0.0000,0.9627,0.0038,0.9590,0.0000,0.0847,0.4981,0.3762,1466.8947,1466.8947,1466.8947,1466.8947,1466.8947 +666.5000,1.0000,8486.8261,3.6600,2.7990,0.4783,0.0000,1,654.2344,153.1112,538.0773,-95.1326,10.4898,36.8644,-6.5177,0.3933,7.1218,1.2700,5.8518,2.9747,5.8518,0.2884,0.0000,5.5634,0.0000,5.5634,0.4197,5.1436,0.0000,5.1436,0.0432,5.1005,0.0000,0.1149,0.6759,4.3096,2518.8659,2518.8659,2518.8659,2518.8659,2518.8659 +667.5000,1.0000,8488.3757,5.5685,4.5210,0.5819,0.0000,1,817.8764,247.5180,430.4179,-78.2196,21.1994,36.8644,-6.6993,7.7275,10.4377,0.0000,10.4377,3.0342,10.4377,0.5170,0.0000,9.9207,0.0000,9.9207,0.6604,9.2603,0.0000,9.2603,0.0799,9.1804,0.0000,0.1748,1.0284,7.9772,4524.9017,4524.9017,4524.9017,4524.9017,4524.9017 +668.5000,1.0000,8490.4719,7.5365,6.6160,0.5114,0.0000,1,1106.9274,219.5607,554.1073,-74.1983,25.4509,64.2305,-8.6009,9.1905,12.8247,0.0000,12.8247,3.4357,12.8247,0.7401,0.0000,12.0846,0.0000,12.0846,0.8737,11.2109,0.0000,11.2109,0.0950,11.1159,0.0000,0.2366,1.3918,9.4875,5345.8000,5345.8000,5345.8000,5345.8000,5345.8000 +669.5000,1.0000,8492.9932,9.0665,8.4570,0.3386,0.0000,1,1331.6470,164.6031,604.2395,-87.5580,22.9539,84.2610,-12.2099,7.3208,11.4568,0.0000,11.4568,4.1763,11.4568,0.8729,0.0000,10.5838,0.0000,10.5838,0.9918,9.5921,0.0000,9.5921,0.0757,9.5164,0.0000,0.2846,1.6744,7.5574,5047.1696,5047.1696,5047.1696,5047.1696,5047.1696 +670.5000,1.0000,8495.6184,9.4406,9.6760,-0.1308,0.0000,0,1313.8976,-28.4944,593.5337,-86.5053,-3.9206,81.6649,-11.9024,-8.6554,0.0000,0.0000,0.0000,4.7348,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0300,-1.0300,0.0000,-1.0300,-0.0304,-0.9996,0.0000,0.2964,1.7434,-3.0394,1127.5929,1127.5929,1127.5929,1127.5929,1127.5929 +671.5000,1.0000,8498.6164,10.7831,11.0220,0.8766,0.0000,2,1119.2861,295.6325,454.1655,-74.9355,34.6515,53.2334,-8.7833,-6.0035,34.9995,0.0000,34.9995,5.6556,28.1492,0.9177,0.0000,27.2315,0.0000,27.2315,1.3992,25.8323,0.0000,25.8323,0.2331,25.5992,0.0000,0.3385,1.9914,23.2693,7102.7271,7102.7271,7102.7271,7102.7271,7102.7271 +672.5000,1.0000,8502.3421,13.4025,12.3610,0.5786,0.0000,2,1118.8931,318.5417,610.2615,-74.9121,37.3236,71.5045,-8.7775,5.9744,24.7514,0.0000,24.7514,6.5978,24.7514,0.9866,0.0000,23.7648,0.0000,23.7648,1.5879,22.1769,0.0000,22.1769,0.1912,21.9857,0.0000,0.4208,2.4751,19.0898,7579.1801,7579.1801,7579.1801,7579.1801,7579.1801 +673.5000,1.0000,8506.6609,15.5375,14.4440,0.6075,0.0000,2,1297.1312,335.3542,635.1605,-85.5109,45.5529,86.2772,-11.6154,7.2719,29.8993,0.0000,29.8993,8.3817,29.8993,1.2158,0.0000,28.6835,0.0000,28.6835,1.8578,26.8257,0.0000,26.8257,0.2327,26.5930,0.0000,0.4878,2.8694,23.2357,9247.5014,9247.5014,9247.5014,9247.5014,9247.5014 +674.5000,1.0000,8511.2180,16.3956,16.6310,-0.1308,0.0000,0,1279.9872,16.3775,659.6038,-84.4942,2.1952,88.4132,-11.3256,-8.5234,0.0000,0.0000,0.0000,10.7187,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.7889,-1.7889,0.0000,-1.7889,-0.0529,-1.7360,0.0000,0.5148,3.0279,-5.2786,1901.9572,1901.9572,1901.9572,1901.9572,1901.9572 +675.5000,1.0000,8516.0489,17.3813,19.5640,0.6784,0.0000,3,1052.7789,461.5368,461.5368,-70.4049,50.8829,50.8829,-7.7619,-7.6790,43.7449,0.0000,43.7449,14.8170,36.2621,1.0641,0.0000,35.1980,0.0000,35.1980,2.1250,33.0730,0.0000,33.0730,0.2907,32.7823,0.0000,0.5457,3.2099,29.0267,10131.3491,10131.3491,10131.3491,10131.3491,10131.3491 +676.5000,1.0000,8521.5685,19.8607,20.9220,0.6991,0.0000,3,997.1820,570.2867,682.6258,-66.7880,59.5520,71.2830,-6.9743,3.8689,42.5176,0.0000,42.5176,13.1656,42.5176,1.2633,0.0000,41.2543,0.0000,41.2543,2.4436,38.8106,0.0000,38.8106,0.3423,38.4683,0.0000,0.6235,3.6678,34.1770,11864.9874,11864.9874,11864.9874,11864.9874,11864.9874 +677.5000,1.0000,8527.5320,21.4585,21.1190,0.1886,0.0000,3,1077.4054,228.7460,714.7676,-72.1677,25.8084,80.6441,-8.1424,1.1278,17.8621,0.0000,17.8621,6.8185,17.8621,0.8213,0.0000,17.0408,0.0000,17.0408,2.3413,14.6995,0.0000,14.6995,0.0998,14.5997,0.0000,0.6737,3.9629,9.9631,5400.3037,5400.3037,5400.3037,5400.3037,5400.3037 +678.5000,1.0000,8533.9315,23.0280,21.7980,0.6833,0.0000,3,1156.2081,494.1480,579.0809,-77.1380,59.8304,70.1139,-9.3397,4.3850,48.4046,0.0000,48.4046,7.0408,48.4046,1.4850,0.0000,46.9196,0.0000,46.9196,2.8196,44.0999,0.0000,44.0999,0.3880,43.7120,0.0000,0.7230,4.2527,38.7363,11917.3394,11917.3394,11917.3394,11917.3394,11917.3394 +679.5000,1.0000,8540.9759,25.3500,24.2580,0.6067,0.0000,3,1272.7929,458.0722,705.2271,-84.0675,61.0549,93.9973,-11.2051,4.2855,48.3109,0.0000,48.3109,8.4584,48.3109,1.5660,0.0000,46.7449,0.0000,46.7449,3.0303,43.7145,0.0000,43.7145,0.3792,43.3354,0.0000,0.7959,4.6815,37.8580,12159.9810,12159.9810,12159.9810,12159.9810,12159.9810 +680.5000,1.0000,8548.7038,27.8105,26.4420,0.7603,0.0000,3,1396.3317,543.6545,711.4887,-91.3943,79.4951,104.0364,-13.3640,5.8919,64.0399,0.0000,64.0399,9.5632,64.0399,1.9746,0.0000,62.0653,0.0000,62.0653,3.4862,58.5791,0.0000,58.5791,0.5213,58.0578,0.0000,0.8731,5.1359,52.0488,15609.1848,15609.1848,15609.1848,15609.1848,15609.1848 +681.5000,1.0000,8557.3772,31.2140,29.1790,1.1306,0.0000,3,1567.2173,748.6233,764.7882,-101.5292,122.8630,125.5160,-16.6628,9.8337,101.7034,0.0000,101.7034,11.3259,101.7034,2.8683,0.0000,98.8351,0.0000,98.8351,4.3505,94.4846,0.0000,94.4846,0.8700,93.6146,0.0000,0.9800,5.7645,86.8702,23965.5547,23965.5547,23965.5547,23965.5547,23965.5547 +682.5000,1.0000,8566.5504,33.0136,33.2490,-0.1308,0.0000,0,1669.3922,75.3132,839.9427,-105.9447,13.1661,146.8374,-18.5211,0.0000,0.0000,0.0000,0.0000,13.1661,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.6020,-3.6020,0.0000,-3.6020,-0.1065,-3.4956,0.0000,1.0365,6.0968,-10.6289,4006.1563,4006.1563,4006.1563,4006.1563,4006.1563 +683.5000,1.0000,8576.0370,34.1419,34.5430,0.7576,0.0000,4,1411.0156,587.9806,587.9806,-92.2652,86.8807,86.8807,-13.6332,-22.3888,99.3145,0.0000,99.3145,9.9549,78.0126,2.0448,0.0000,75.9678,0.0000,75.9678,4.2765,71.6913,0.0000,71.6913,0.6378,71.0536,0.0000,1.0719,6.3052,63.6765,16971.4397,16971.4397,16971.4397,16971.4397,16971.4397 +684.5000,1.0000,8586.3071,36.9623,35.8930,0.8093,0.0000,4,1199.9277,796.5232,804.9586,-79.7460,100.0880,101.1480,-10.0206,3.4846,89.3949,0.0000,89.3949,7.2085,89.3949,2.3352,0.0000,87.0597,0.0000,87.0597,4.7020,82.3577,0.0000,82.3577,0.7375,81.6202,0.0000,1.1605,6.8260,73.6337,19484.9153,19484.9153,19484.9153,19484.9153,19484.9153 +685.5000,1.0000,8597.2663,39.4430,38.4190,0.5689,0.0000,4,1280.4589,602.6653,833.5220,-84.5221,80.8110,111.7664,-11.3335,2.6140,70.9963,0.0000,70.9963,7.2007,70.9963,2.0254,0.0000,68.9709,0.0000,68.9709,4.6586,64.3123,0.0000,64.3123,0.5532,63.7591,0.0000,1.2383,7.2841,55.2366,15883.2196,15883.2196,15883.2196,15883.2196,15883.2196 +686.5000,1.0000,8608.6721,41.0510,40.4670,0.3244,0.0000,4,1332.6603,420.9882,767.3453,-87.6181,58.7514,107.0875,-12.2276,1.5516,48.0696,0.0000,48.0696,9.1302,48.0696,1.6060,0.0000,46.4637,0.0000,46.4637,4.4790,41.9847,0.0000,41.9847,0.3284,41.6563,0.0000,1.2888,7.5811,32.7864,11753.0603,11753.0603,11753.0603,11753.0603,11753.0603 +687.5000,1.0000,8620.3596,42.0650,41.6350,0.2389,0.0000,4,1365.5783,351.9947,703.6641,-89.5704,50.3363,100.6261,-12.8088,1.1706,40.1359,0.0000,40.1359,9.0298,40.1359,1.4725,0.0000,38.6634,0.0000,38.6634,4.5896,34.0737,0.0000,34.0737,0.2478,33.8260,0.0000,1.3207,7.7684,24.7369,10166.8988,10166.8988,10166.8988,10166.8988,10166.8988 +688.5000,1.0000,8632.1954,42.5990,42.4950,0.0578,0.0000,4,1382.9138,209.2221,681.6845,-90.5985,30.2992,98.7205,-13.1203,0.2867,21.0766,0.0000,21.0766,8.9358,21.0766,1.1048,0.0000,19.9718,0.0000,19.9718,4.6479,15.3239,0.0000,15.3239,0.0607,15.2632,0.0000,1.3374,7.8670,6.0588,6456.8183,6456.8183,6456.8183,6456.8183,6456.8183 +689.5000,1.0000,8644.1904,43.1720,42.7030,0.2606,0.0000,4,1401.5154,365.9699,630.6577,-91.7018,53.7121,92.5593,-13.4587,1.3104,43.5759,0.0000,43.5759,8.8257,43.5759,1.5694,0.0000,42.0065,0.0000,42.0065,4.7104,37.2961,0.0000,37.2961,0.2773,37.0188,0.0000,1.3554,7.9728,27.6906,10856.9473,10856.9473,10856.9473,10856.9473,10856.9473 +690.5000,1.0000,8656.4477,44.1160,43.6410,0.2639,0.0000,4,1432.1610,367.3100,695.3507,-93.5193,55.0875,104.2856,-14.0256,1.3562,44.9111,0.0000,44.9111,8.8202,44.9111,1.6205,0.0000,43.2907,0.0000,43.2907,4.8134,38.4773,0.0000,38.4773,0.2870,38.1902,0.0000,1.3851,8.1471,28.6580,11105.2810,11105.2810,11105.2810,11105.2810,11105.2810 +691.5000,1.0000,8669.0179,45.2430,44.5910,0.3622,0.0000,4,1468.7474,443.8416,702.7391,-95.6891,68.2659,108.0861,-14.7176,1.9091,57.4112,0.0000,57.4112,8.9455,57.4112,1.9001,0.0000,55.5112,0.0000,55.5112,4.9896,50.5216,0.0000,50.5216,0.4040,50.1175,0.0000,1.4204,8.3553,40.3418,13591.8446,13591.8446,13591.8446,13591.8446,13591.8446 +692.5000,1.0000,8682.0021,46.7330,45.8950,0.4656,0.0000,4,1517.1180,525.0063,737.5005,-98.5579,83.4089,117.1683,-15.6581,2.5346,71.7558,0.0000,71.7558,9.1186,71.7558,2.2269,0.0000,69.5288,0.0000,69.5288,5.3368,64.1921,0.0000,64.1921,0.5364,63.6557,0.0000,1.4672,8.6304,53.5580,16455.4107,16455.4107,16455.4107,16455.4107,16455.4107 +693.5000,1.0000,8695.2767,47.7785,47.5710,0.1153,0.0000,4,1551.0586,250.3866,771.6080,-100.5709,40.6694,125.3296,-16.3354,0.6416,30.6644,0.0000,30.6644,9.3633,30.6644,1.4337,0.0000,29.2307,0.0000,29.2307,5.2130,24.0177,0.0000,24.0177,0.1358,23.8819,0.0000,1.5000,8.8235,13.5584,8508.3097,8508.3097,8508.3097,8508.3097,8508.3097 +694.5000,1.0000,8708.7420,48.4650,47.9860,0.2661,0.0000,4,1573.3449,348.3702,689.7482,-101.8926,57.3976,113.6431,-16.7879,1.5025,49.6587,0.0000,49.6587,6.2364,49.6587,1.8327,0.0000,47.8261,0.0000,47.8261,5.2879,42.5382,0.0000,42.5382,0.3180,42.2202,0.0000,1.5216,8.9503,31.7483,11684.8070,11684.8070,11684.8070,11684.8070,11684.8070 +695.5000,1.0000,8722.6096,49.9135,48.9440,0.5386,0.0000,4,1620.3683,555.9362,729.2365,-104.1988,94.3338,123.7402,-17.6809,3.1319,86.0668,0.0000,86.0668,5.1351,86.0668,2.6017,0.0000,83.4651,0.0000,83.4651,5.8380,77.6270,0.0000,77.6270,0.6628,76.9642,0.0000,1.5671,9.2178,66.1794,18671.9050,18671.9050,18671.9050,18671.9050,18671.9050 +696.5000,1.0000,8736.6812,50.6476,50.8830,-0.1308,0.0000,0,1651.8417,30.0368,794.4487,-105.3197,5.1958,137.4241,-18.2182,0.0000,0.0000,0.0000,0.0000,5.1958,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.5261,-5.5261,0.0000,-5.5261,-0.1633,-5.3627,0.0000,1.5901,9.3534,-16.3062,3085.5970,3085.5970,3085.5970,3085.5970,3085.5970 +697.5000,1.0000,8750.9296,51.2845,52.7910,0.4846,0.0000,5,1397.9465,563.3919,563.3919,-91.4901,82.4764,82.4764,-13.3935,-21.7967,99.0008,0.0000,99.0008,5.2723,79.6651,0.8940,0.0000,78.7712,0.0000,78.7712,5.8936,72.8776,0.0000,72.8776,0.6128,72.2648,0.0000,1.6101,9.4710,61.1837,16163.1711,16163.1711,16163.1711,16163.1711,16163.1711 +698.5000,1.0000,8765.6909,53.1305,53.8600,0.5409,0.0000,5,1165.4076,794.7273,794.7273,-77.6868,96.9895,96.9895,-9.4810,1.5284,90.1255,0.0000,90.1255,5.3355,90.1255,0.9739,0.0000,89.1516,0.0000,89.1516,6.2189,82.9327,0.0000,82.9327,0.7085,82.2242,0.0000,1.6681,9.8119,70.7442,18920.2766,18920.2766,18920.2766,18920.2766,18920.2766 +699.5000,1.0000,8781.0128,55.1490,55.0530,0.5805,0.0000,5,1209.6823,838.8798,838.8798,-80.3245,106.2673,106.2673,-10.1753,1.7026,99.0963,0.0000,99.0963,5.4684,99.0963,1.0497,0.0000,98.0466,0.0000,98.0466,6.5378,91.5088,0.0000,91.5088,0.7893,90.7195,0.0000,1.7314,10.1846,78.8034,20665.0974,20665.0974,20665.0974,20665.0974,20665.0974 +700.5000,1.0000,8796.7997,56.8229,56.2940,0.3495,0.0000,5,1246.3999,577.2814,861.5956,-82.5022,75.3483,112.4578,-10.7684,1.0562,68.8190,0.0000,68.8190,5.4731,68.8190,0.9246,0.0000,67.8943,0.0000,67.8943,6.2393,61.6550,0.0000,61.6550,0.4896,61.1654,0.0000,1.7840,10.4938,48.8876,14861.8954,14861.8954,14861.8954,14861.8954,14861.8954 +701.5000,1.0000,8812.9154,58.0065,57.4520,0.3081,0.0000,5,1272.3619,530.9379,755.3223,-84.0419,70.7429,100.6402,-11.1979,0.9504,64.2117,0.0000,64.2117,5.5809,64.2117,0.9205,0.0000,63.2911,0.0000,63.2911,6.3290,56.9622,0.0000,56.9622,0.4406,56.5216,0.0000,1.8212,10.7124,43.9881,13994.2885,13994.2885,13994.2885,13994.2885,13994.2885 +702.5000,1.0000,8829.3308,59.0855,58.5610,0.2914,0.0000,5,1296.0296,512.4256,739.1045,-85.4456,69.5464,100.3112,-11.5967,0.9157,62.9518,0.0000,62.9518,5.6789,62.9518,0.9318,0.0000,62.0200,0.0000,62.0200,6.4467,55.5733,0.0000,55.5733,0.4245,55.1488,0.0000,1.8550,10.9116,42.3822,13799.8342,13799.8342,13799.8342,13799.8342,13799.8342 +703.5000,1.0000,8846.0026,60.0085,59.6100,0.2214,0.0000,5,1316.2754,435.0787,734.6207,-86.6463,59.9713,101.2601,-11.9433,0.7066,53.4442,0.0000,53.4442,5.8205,53.4442,0.8994,0.0000,52.5448,0.0000,52.5448,6.5474,45.9974,0.0000,45.9974,0.3275,45.6699,0.0000,1.8840,11.0821,32.7038,11979.9827,11979.9827,11979.9827,11979.9827,11979.9827 +704.5000,1.0000,8862.9050,60.8385,60.4070,0.2397,0.0000,5,1334.4813,454.8109,706.0574,-87.7261,63.5583,98.6691,-12.2594,0.7757,56.9756,0.0000,56.9756,5.8070,56.9756,0.9308,0.0000,56.0448,0.0000,56.0448,6.6380,49.4068,0.0000,49.4068,0.3596,49.0472,0.0000,1.9101,11.2354,35.9018,12650.4255,12650.4255,12650.4255,12650.4255,12650.4255 +705.5000,1.0000,8880.0103,61.5690,61.2700,0.1661,0.0000,5,1350.5047,373.0810,716.7785,-88.6764,52.7628,101.3701,-12.5410,0.5439,46.3392,0.0000,46.3392,5.8797,46.3392,0.8899,0.0000,45.4493,0.0000,45.4493,6.7177,38.7316,0.0000,38.7316,0.2522,38.4795,0.0000,1.9330,11.3703,25.1762,10618.0153,10618.0153,10618.0153,10618.0153,10618.0153 +706.5000,1.0000,8897.2757,62.1455,61.8680,0.1542,0.0000,5,1363.1501,360.1601,686.7525,-89.4264,51.4124,98.0331,-12.7655,0.5095,44.9218,0.0000,44.9218,5.9811,44.9218,0.8925,0.0000,44.0293,0.0000,44.0293,6.7806,37.2487,0.0000,37.2487,0.2362,37.0125,0.0000,1.9511,11.4767,23.5846,10370.8036,10370.8036,10370.8036,10370.8036,10370.8036 +707.5000,1.0000,8914.7245,62.8055,62.4230,0.2125,0.0000,5,1377.6271,424.6775,684.1495,-90.2850,61.2660,98.6987,-13.0249,0.7098,54.5578,0.0000,54.5578,5.9984,54.5578,0.9519,0.0000,53.6059,0.0000,53.6059,6.8526,46.7533,0.0000,46.7533,0.3290,46.4243,0.0000,1.9718,11.5986,32.8538,12236.3587,12236.3587,12236.3587,12236.3587,12236.3587 +708.5000,1.0000,8932.3745,63.5300,63.1880,0.1900,0.0000,5,1393.5189,400.0480,711.9042,-91.2275,58.3786,103.8874,-13.3127,0.6420,51.6199,0.0000,51.6199,6.1167,51.6199,0.9497,0.0000,50.6703,0.0000,50.6703,6.9316,43.7386,0.0000,43.7386,0.2976,43.4410,0.0000,1.9946,11.7324,29.7140,11728.7089,11728.7089,11728.7089,11728.7089,11728.7089 +709.5000,1.0000,8950.1796,64.0885,63.8720,0.1203,0.0000,5,1405.7694,322.1740,705.0096,-91.9540,47.4278,103.7858,-13.5367,0.4100,40.9116,0.0000,40.9116,6.1062,40.9116,0.9058,0.0000,40.0058,0.0000,40.0058,6.9926,33.0133,0.0000,33.0133,0.1900,32.8232,0.0000,2.0121,11.8356,18.9756,9681.0383,9681.0383,9681.0383,9681.0383,9681.0383 +710.5000,1.0000,8968.0050,64.1615,64.3050,-0.0797,0.0000,5,1407.3707,100.2227,676.5160,-92.0490,14.7708,99.7046,-13.5661,-0.2720,8.8932,0.0000,8.8932,6.1497,8.8932,0.7470,0.0000,8.1462,0.0000,8.1462,7.0005,1.1457,0.0000,1.1457,-0.1261,1.2718,0.0000,2.0144,11.8490,-12.5917,3688.2206,3688.2206,3688.2206,3688.2206,3688.2206 +711.5000,1.0000,8985.7110,63.7315,64.0180,-0.1592,0.0000,5,1397.9387,12.5451,588.7907,-91.4896,1.8365,86.1941,-13.3933,-0.5395,-3.7376,0.0000,-3.7376,6.1136,-3.7376,0.7593,0.0000,-4.4969,0.0000,-4.4969,6.9536,-11.4505,0.0000,-11.4505,-0.2501,-11.2004,0.0000,2.0009,11.7696,-24.9710,2151.0192,2151.0192,2151.0192,2151.0192,2151.0192 +712.5000,1.0000,9003.2514,63.1355,63.4450,-0.1719,0.0000,5,1384.8656,-1.8055,550.4529,-90.7143,-0.2618,79.8282,-13.1556,-0.5774,-5.7072,0.0000,-5.7072,6.0227,-5.7072,0.7535,0.0000,-6.4607,0.0000,-6.4607,6.8886,-13.3493,0.0000,-13.3493,-0.2676,-13.0816,0.0000,1.9822,11.6596,-26.7234,1866.2659,1866.2659,1866.2659,1866.2659,1866.2659 +713.5000,1.0000,9020.5964,62.4320,62.8260,-0.2189,0.0000,5,1369.4344,-53.0373,539.9456,-89.7991,-7.6059,77.4319,-12.8778,-0.7268,-12.9168,0.0000,-12.9168,6.0377,-12.9168,0.7589,0.0000,-13.6757,0.0000,-13.6757,6.8118,-20.4875,0.0000,-20.4875,-0.3369,-20.1506,0.0000,1.9601,11.5296,-33.6403,724.7204,724.7204,724.7204,724.7204,724.7204 +714.5000,1.0000,9037.7670,61.8040,62.0380,-0.1300,0.0000,5,1355.6594,44.7017,514.8561,-88.9821,6.3461,73.0912,-12.6323,-0.4273,0.8343,0.0000,0.8343,5.9391,0.8343,0.7133,0.0000,0.1210,0.0000,0.1210,6.7433,-6.6223,0.0000,-6.6223,-0.1981,-6.4243,0.0000,1.9404,11.4137,-19.7783,2551.7894,2551.7894,2551.7894,2551.7894,2551.7894 +715.5000,1.0000,9054.8381,61.4460,61.5700,-0.0689,0.0000,5,1347.8067,112.8985,552.3036,-88.5164,15.9347,77.9532,-12.4934,-0.2251,10.1634,0.0000,10.1634,5.9964,10.1634,0.7069,0.0000,9.4565,0.0000,9.4565,6.7042,2.7522,0.0000,2.7522,-0.1044,2.8566,0.0000,1.9291,11.3476,-10.4201,3798.9632,3798.9632,3798.9632,3798.9632,3798.9632 +716.5000,1.0000,9071.8324,61.1695,61.3220,-0.0847,0.0000,5,1341.7417,94.9380,578.4724,-88.1567,13.3394,81.2793,-12.3866,-0.2756,7.6958,0.0000,7.6958,5.9192,7.6958,0.6900,0.0000,7.0059,0.0000,7.0059,6.6741,0.3318,0.0000,0.3318,-0.1278,0.4596,0.0000,1.9205,11.2965,-12.7574,3364.5204,3364.5204,3364.5204,3364.5204,3364.5204 +717.5000,1.0000,9088.7147,60.7665,61.0170,-0.1392,0.0000,5,1332.9020,35.0070,568.8365,-87.6324,4.8863,79.3989,-12.2318,-0.4498,-0.5675,0.0000,-0.5675,5.9036,-0.5675,0.6985,0.0000,-1.2660,0.0000,-1.2660,6.6301,-7.8961,0.0000,-7.8961,-0.2085,-7.6876,0.0000,1.9078,11.2221,-20.8175,2335.6302,2335.6302,2335.6302,2335.6302,2335.6302 +718.5000,1.0000,9105.4520,60.2440,60.5160,-0.1511,0.0000,5,1321.4410,21.3839,540.8342,-86.9527,2.9591,74.8412,-12.0326,-0.4842,-2.3504,0.0000,-2.3504,5.7937,-2.3504,0.6938,0.0000,-3.0442,0.0000,-3.0442,6.5731,-9.6173,0.0000,-9.6173,-0.2244,-9.3929,0.0000,1.8914,11.1256,-22.4099,2085.5246,2085.5246,2085.5246,2085.5246,2085.5246 +719.5000,1.0000,9122.0332,59.6825,59.9720,-0.1608,0.0000,5,1309.1246,10.9845,531.6304,-86.2222,1.5059,72.8819,-11.8203,-0.5105,-3.7709,0.0000,-3.7709,5.7873,-3.7709,0.6876,0.0000,-4.4585,0.0000,-4.4585,6.5118,-10.9704,0.0000,-10.9704,-0.2367,-10.7337,0.0000,1.8738,11.0219,-23.6294,1885.3614,1885.3614,1885.3614,1885.3614,1885.3614 +720.5000,1.0000,9138.4538,59.1040,59.3930,-0.1606,0.0000,5,1296.4354,11.0273,523.6199,-85.4697,1.4971,71.0879,-11.6036,-0.5047,-3.6971,0.0000,-3.6971,5.6988,-3.6971,0.6775,0.0000,-4.3745,0.0000,-4.3745,6.4487,-10.8232,0.0000,-10.8232,-0.2340,-10.5893,0.0000,1.8556,10.9150,-23.3599,1853.9016,1853.9016,1853.9016,1853.9016,1853.9016 +721.5000,1.0000,9154.7013,58.4810,58.8150,-0.1856,0.0000,5,1282.7700,-16.5842,519.7948,-84.6592,-2.2278,69.8247,-11.3724,-0.5771,-7.2877,0.0000,-7.2877,5.6371,-7.2877,0.6758,0.0000,-7.9635,0.0000,-7.9635,6.3807,-14.3442,0.0000,-14.3442,-0.2675,-14.0767,0.0000,1.8361,10.8000,-26.7127,1317.7205,1317.7205,1317.7205,1317.7205,1317.7205 +722.5000,1.0000,9170.7870,57.8985,58.1470,-0.1381,0.0000,5,1269.9929,35.9316,504.2264,-83.9014,4.7787,67.0588,-11.1583,-0.4251,-0.3977,0.0000,-0.3977,5.6015,-0.3977,0.6486,0.0000,-1.0463,0.0000,-1.0463,6.3172,-7.3635,0.0000,-7.3635,-0.1971,-7.1664,0.0000,1.8178,10.6924,-19.6766,2193.6568,2193.6568,2193.6568,2193.6568,2193.6568 +723.5000,1.0000,9186.7470,57.4460,57.6500,-0.1133,0.0000,5,1260.0674,63.3284,524.3955,-83.3128,8.3564,69.1961,-10.9934,-0.3463,3.1251,0.0000,3.1251,5.5776,3.1251,0.6322,0.0000,2.4929,0.0000,2.4929,6.2678,-3.7749,0.0000,-3.7749,-0.1605,-3.6144,0.0000,1.8036,10.6089,-16.0268,2613.2151,2613.2151,2613.2151,2613.2151,2613.2151 +724.5000,1.0000,9202.5931,57.0360,57.2420,-0.1144,0.0000,5,1251.0742,61.8979,534.0551,-82.7794,8.1094,69.9677,-10.8451,-0.3472,2.9433,0.0000,2.9433,5.5133,2.9433,0.6257,0.0000,2.3176,0.0000,2.3176,6.2231,-3.9055,0.0000,-3.9055,-0.1609,-3.7446,0.0000,1.7907,10.5331,-16.0684,2568.5760,2568.5760,2568.5760,2568.5760,2568.5760 +725.5000,1.0000,9218.3338,56.6565,56.8300,-0.0964,0.0000,5,1242.7499,82.3055,531.2959,-82.2857,10.7113,69.1431,-10.7087,-0.2904,5.4586,0.0000,5.4586,5.5431,5.4586,0.6131,0.0000,4.8456,0.0000,4.8456,6.1817,-1.3361,0.0000,-1.3361,-0.1346,-1.2015,0.0000,1.7788,10.4631,-13.4433,2878.8747,2878.8747,2878.8747,2878.8747,2878.8747 +726.5000,1.0000,9233.9442,56.1875,56.4830,-0.1642,0.0000,5,1232.4625,7.3207,537.8503,-81.6756,0.9448,69.4167,-10.5413,-0.4906,-4.0341,0.0000,-4.0341,5.4696,-4.0341,0.6290,0.0000,-4.6631,0.0000,-4.6631,6.1305,-10.7936,0.0000,-10.7936,-0.2274,-10.5662,0.0000,1.7640,10.3764,-22.7067,1654.2824,1654.2824,1654.2824,1654.2824,1654.2824 +727.5000,1.0000,9249.3496,55.4495,55.8920,-0.2458,0.0000,5,1216.2746,41.4390,500.1341,-80.7155,5.2780,63.7011,-10.2806,-0.7250,0.6052,0.0000,0.6052,5.3978,0.6052,0.6052,0.0000,0.0000,0.0000,0.0000,6.0500,-6.0500,15.8609,-21.9109,-0.3361,-21.5748,0.0000,1.7409,10.2402,-33.5558,2163.6824,2163.6824,2163.6824,2163.6824,2163.6824 +728.5000,1.0000,9264.5015,54.5370,55.0070,-0.2611,0.0000,5,1196.2591,41.1369,510.5380,-79.5271,5.1533,63.9561,-9.9625,-0.7574,0.5903,0.0000,0.5903,5.3204,0.5903,0.5903,0.0000,0.0000,0.0000,0.0000,5.9504,-5.9504,17.6715,-23.6219,-0.3511,-23.2708,0.0000,1.7122,10.0716,-35.0547,2121.0940,2121.0940,2121.0940,2121.0940,2121.0940 +729.5000,1.0000,9279.3908,53.5915,54.0670,-0.2642,0.0000,5,1175.5197,40.9709,504.7343,-78.2900,5.0435,62.1329,-9.6375,-0.7529,0.5750,0.0000,0.5750,5.2215,0.5750,0.5750,0.0000,0.0000,0.0000,0.0000,5.8473,-5.8473,17.7722,-23.6195,-0.3490,-23.2705,0.0000,1.6825,9.8970,-34.8500,2104.8607,2104.8607,2104.8607,2104.8607,2104.8607 +730.5000,1.0000,9293.8958,52.2080,53.1160,-0.5044,0.0640,5,1145.1729,35.7375,496.7161,-76.4797,4.2857,59.5673,-9.1716,-1.4007,0.5530,0.0000,0.5530,5.1334,0.5530,0.5530,0.0000,0.0000,0.0000,0.0000,5.6963,-5.6963,47.6963,-53.3926,-0.6493,-52.7433,0.8066,1.6391,9.6415,-64.8305,2001.4593,2001.4593,2001.4593,2001.4593,2001.4593 +731.5000,1.0000,9307.9115,50.4465,51.3000,-0.4742,0.0780,5,1106.5347,37.0192,484.3092,-74.1749,4.2896,56.1198,-8.5951,-1.2722,0.5255,0.0000,0.5255,5.0364,0.5255,0.5255,0.0000,0.0000,0.0000,0.0000,5.5041,-5.5041,42.1189,-47.6230,-0.5897,-47.0333,0.9499,1.5838,9.3162,-58.8832,1964.5529,1964.5529,1964.5529,1964.5529,1964.5529 +732.5000,1.0000,9321.4922,48.8805,49.5930,-0.3958,0.0780,5,1072.1848,38.5066,475.6828,-71.7940,4.3235,53.4092,-8.0610,-1.0290,0.5015,0.0000,0.5015,4.8510,0.5015,0.5015,0.0000,0.0000,0.0000,0.0000,5.3332,-5.3332,31.2914,-36.6246,-0.4770,-36.1476,0.9204,1.5346,9.0270,-47.6296,1914.0223,1914.0223,1914.0223,1914.0223,1914.0223 +733.5000,1.0000,9334.8482,48.0715,48.1680,-0.0536,0.0070,5,1054.4395,130.6043,471.4356,-70.5237,14.4214,52.0562,-7.7873,-0.1371,9.8036,0.0000,9.8036,4.7549,9.8036,0.4982,0.0000,9.3054,0.0000,9.3054,5.2450,4.0604,0.0000,4.0604,-0.0635,4.1240,0.0812,1.5092,8.8776,-6.3441,3448.4512,3448.4512,3448.4512,3448.4512,3448.4512 +734.5000,1.0000,9348.1931,48.0315,47.9750,0.0314,0.0000,5,1053.5621,224.8462,516.2089,-70.4609,24.8070,56.9527,-7.7739,0.0802,19.9155,0.0000,19.9155,4.8113,19.9155,0.5482,0.0000,19.3673,0.0000,19.3673,5.2406,14.1267,0.0000,14.1267,0.0372,14.0896,0.0000,1.5080,8.8702,3.7113,5221.4674,5221.4674,5221.4674,5221.4674,5221.4674 +735.5000,1.0000,9361.5453,48.0580,48.0880,-0.0167,0.0000,5,1054.1434,170.9912,562.5432,-70.5025,18.8757,62.0989,-7.7827,-0.0426,14.1557,0.0000,14.1557,4.7625,14.1557,0.5198,0.0000,13.6360,0.0000,13.6360,5.2435,8.3925,0.0000,8.3925,-0.0197,8.4122,0.0000,1.5088,8.8751,-1.9717,4082.7363,4082.7363,4082.7363,4082.7363,4082.7363 +736.5000,1.0000,9374.9111,48.1070,48.0280,0.0439,0.0000,5,1055.2182,238.2682,536.3021,-70.5795,26.3292,59.2626,-7.7992,0.1123,21.4498,0.0000,21.4498,4.7670,21.4498,0.5569,0.0000,20.8929,0.0000,20.8929,5.2489,15.6441,0.0000,15.6441,0.0521,15.5920,0.0000,1.5104,8.8842,5.1975,5492.8355,5492.8355,5492.8355,5492.8355,5492.8355 +737.5000,1.0000,9388.3393,48.3315,48.1860,0.0808,0.0000,5,1060.1426,279.3236,569.9376,-70.9320,31.0099,63.2733,-7.8747,0.2078,26.0129,0.0000,26.0129,4.7893,26.0129,0.5829,0.0000,25.4299,0.0000,25.4299,5.2733,20.1566,0.0000,20.1566,0.0963,20.0603,0.0000,1.5174,8.9256,9.6172,6357.3341,6357.3341,6357.3341,6357.3341,6357.3341 +738.5000,1.0000,9401.8704,48.7020,48.4770,0.1250,0.0000,5,1068.2694,328.2654,591.2156,-71.5137,36.7227,66.1386,-8.0002,0.3238,31.5890,0.0000,31.5890,4.8099,31.5890,0.6161,0.0000,30.9730,0.0000,30.9730,5.3138,25.6592,0.0000,25.6592,0.1501,25.5091,0.0000,1.5290,8.9941,14.9860,7465.5855,7465.5855,7465.5855,7465.5855,7465.5855 +739.5000,1.0000,9415.6124,49.4610,48.9270,0.2967,0.0000,5,1084.9179,518.6287,616.9225,-72.7055,58.9226,70.0900,-8.2602,0.7804,53.3021,0.0000,53.3021,4.8402,53.3021,0.7355,0.0000,52.5665,0.0000,52.5665,5.3966,47.1700,0.0000,47.1700,0.3618,46.8082,0.0000,1.5529,9.1342,36.1211,11713.3015,11713.3015,11713.3015,11713.3015,11713.3015 +740.5000,1.0000,9429.6943,50.6850,49.9950,0.3833,0.0000,5,1111.7661,615.7087,709.1476,-74.4869,71.6832,82.5617,-8.6721,1.0333,65.7045,0.0000,65.7045,4.9453,65.7045,0.8153,0.0000,64.8892,0.0000,64.8892,5.6303,59.2589,0.0000,59.2589,0.4790,58.7799,0.0000,1.5913,9.3603,47.8283,14159.8217,14159.8217,14159.8217,14159.8217,14159.8217 +741.5000,1.0000,9444.1742,52.1175,51.3750,0.4125,0.0000,5,1143.1878,648.2513,756.6981,-76.3613,77.6050,90.5876,-9.1415,1.1434,71.4253,0.0000,71.4253,5.0363,71.4253,0.8651,0.0000,70.5602,0.0000,70.5602,5.8470,64.7132,0.0000,64.7132,0.5300,64.1831,0.0000,1.6363,9.6248,52.9221,15244.2552,15244.2552,15244.2552,15244.2552,15244.2552 +742.5000,1.0000,9459.0392,53.5040,52.8600,0.3578,0.0000,5,1173.6004,586.4140,775.0932,-78.1755,72.0698,95.2583,-9.6077,1.0181,65.9053,0.0000,65.9053,5.1464,65.9053,0.8585,0.0000,65.0468,0.0000,65.0468,5.8917,59.1552,0.0000,59.1552,0.4720,58.6832,0.0000,1.6798,9.8809,47.1226,14259.6755,14259.6755,14259.6755,14259.6755,14259.6755 +743.5000,1.0000,9474.2817,54.8630,54.1480,0.3972,0.0000,5,1203.4098,630.9896,751.2781,-79.9525,79.5178,94.6766,-10.0757,1.1590,73.0767,0.0000,73.0767,5.2821,73.0767,0.9152,0.0000,72.1615,0.0000,72.1615,6.1233,66.0382,0.0000,66.0382,0.5373,65.5009,0.0000,1.7225,10.1318,53.6466,15647.5715,15647.5715,15647.5715,15647.5715,15647.5715 +744.5000,1.0000,9489.8965,56.2035,55.5780,0.3475,0.0000,5,1232.8134,575.1519,773.5966,-81.6964,74.2521,99.8713,-10.5470,1.0387,67.7803,0.0000,67.7803,5.4330,67.7803,0.9096,0.0000,66.8706,0.0000,66.8706,6.1671,60.7036,0.0000,60.7036,0.4815,60.2221,0.0000,1.7646,10.3794,48.0781,14652.9528,14652.9528,14652.9528,14652.9528,14652.9528 +745.5000,1.0000,9505.8370,57.3755,56.8290,0.3036,0.0000,5,1258.5210,525.3351,752.9828,-83.2210,69.2350,99.2371,-10.9679,0.9265,62.8723,0.0000,62.8723,5.4362,62.8723,0.9037,0.0000,61.9686,0.0000,61.9686,6.2601,55.7085,0.0000,55.7085,0.4295,55.2790,0.0000,1.8013,10.5958,42.8818,13713.7159,13713.7159,13713.7159,13713.7159,13713.7159 +746.5000,1.0000,9522.0372,58.3110,57.9220,0.2161,0.0000,5,1279.0410,428.4299,735.2196,-84.4380,57.3843,98.4760,-11.3097,0.6702,51.1534,0.0000,51.1534,5.5606,51.1534,0.8602,0.0000,50.2933,0.0000,50.2933,6.3622,43.9311,0.0000,43.9311,0.3107,43.6204,0.0000,1.8307,10.7686,31.0211,11451.5005,11451.5005,11451.5005,11451.5005,11451.5005 +747.5000,1.0000,9538.4404,59.0415,58.7000,0.1897,0.0000,5,1295.0644,398.6672,697.4936,-85.3884,54.0668,94.5933,-11.5803,0.5957,47.9054,0.0000,47.9054,5.5657,47.9054,0.8558,0.0000,47.0495,0.0000,47.0495,6.4419,40.6076,0.0000,40.6076,0.2762,40.3315,0.0000,1.8537,10.9035,27.5743,10850.2370,10850.2370,10850.2370,10850.2370,10850.2370 +748.5000,1.0000,9554.9803,59.5335,59.3830,0.0836,0.0000,5,1305.8564,281.0830,687.4962,-86.0284,38.4378,94.0144,-11.7643,0.2647,32.5221,0.0000,32.5221,5.6510,32.5221,0.7870,0.0000,31.7351,0.0000,31.7351,6.4956,25.2395,0.0000,25.2395,0.1227,25.1168,0.0000,1.8691,10.9944,12.2533,7914.5730,7914.5730,7914.5730,7914.5730,7914.5730 +749.5000,1.0000,9571.5906,59.7870,59.6840,0.0572,0.0000,5,1311.4168,251.6055,640.1679,-86.3582,34.5533,87.9151,-11.8597,0.1820,28.7196,0.0000,28.7196,5.6517,28.7196,0.7721,0.0000,27.9475,0.0000,27.9475,6.5232,21.4243,0.0000,21.4243,0.0843,21.3400,0.0000,1.8771,11.0412,8.4217,7192.6071,7192.6071,7192.6071,7192.6071,7192.6071 +750.5000,1.0000,9588.2117,59.8260,59.8900,-0.0356,0.0000,5,1312.2723,148.9894,628.4649,-86.4089,20.4742,86.3642,-11.8744,-0.1131,14.8689,0.0000,14.8689,5.7185,14.8689,0.7035,0.0000,14.1654,0.0000,14.1654,6.5275,7.6379,0.0000,7.6379,-0.0524,7.6903,0.0000,1.8783,11.0484,-5.2363,4583.4059,4583.4059,4583.4059,4583.4059,4583.4059 +751.5000,1.0000,9604.7818,59.6425,59.7620,-0.0664,0.0000,5,1308.2473,114.1841,584.9171,-86.1702,15.6431,80.1332,-11.8053,-0.2106,10.2269,0.0000,10.2269,5.6268,10.2269,0.6773,0.0000,9.5496,0.0000,9.5496,6.5075,3.0422,0.0000,3.0422,-0.0976,3.1398,0.0000,1.8725,11.0145,-9.7472,3689.8152,3689.8152,3689.8152,3689.8152,3689.8152 +752.5000,1.0000,9621.3178,59.5195,59.5230,-0.0019,0.0000,5,1305.5493,186.1561,569.5682,-86.0102,25.4507,77.8695,-11.7590,-0.0062,19.7898,0.0000,19.7898,5.6670,19.7898,0.7231,0.0000,19.0667,0.0000,19.0667,6.4940,12.5727,0.0000,12.5727,-0.0029,12.5755,0.0000,1.8687,10.9918,-0.2849,5498.1690,5498.1690,5498.1690,5498.1690,5498.1690 +753.5000,1.0000,9637.8443,59.4855,59.5160,-0.0169,0.0000,5,1304.8035,169.5639,599.5397,-85.9660,23.1690,81.9203,-11.7463,-0.0536,17.5486,0.0000,17.5486,5.6740,17.5486,0.7113,0.0000,16.8373,0.0000,16.8373,6.4903,10.3470,0.0000,10.3470,-0.0249,10.3719,0.0000,1.8676,10.9855,-2.4812,5076.3817,5076.3817,5076.3817,5076.3817,5076.3817 +754.5000,1.0000,9654.3101,59.2670,59.4550,-0.1044,0.0000,5,1300.0107,87.7311,591.6702,-85.6817,11.9434,80.5481,-11.6644,-0.3292,4.5414,0.0000,4.5414,7.7312,4.5414,0.6597,0.0000,3.8818,0.0000,3.8818,6.4665,-2.5847,0.0000,-2.5847,-0.1526,-2.4321,0.0000,1.8607,10.9451,-15.2380,3103.5172,3103.5172,3103.5172,3103.5172,3103.5172 +755.5000,1.0000,9670.6745,58.9015,59.0790,-0.0986,0.0000,5,1291.9936,93.9789,555.0821,-85.2062,12.7151,75.1011,-11.5282,-0.3089,5.3634,0.0000,5.3634,7.6606,5.3634,0.6513,0.0000,4.7121,0.0000,4.7121,6.4266,-1.7145,0.0000,-1.7145,-0.1432,-1.5713,0.0000,1.8493,10.8777,-14.2982,3185.4438,3185.4438,3185.4438,3185.4438,3185.4438 +756.5000,1.0000,9686.9097,58.4370,58.7240,-0.1594,0.0000,5,1281.8048,26.9107,555.2251,-84.6020,3.6122,74.5280,-11.3561,-0.4955,-3.4982,0.0000,-3.4982,7.6060,-3.4982,0.6655,0.0000,-4.1637,0.0000,-4.1637,6.3759,-10.5396,0.0000,-10.5396,-0.2297,-10.3099,0.0000,1.8347,10.7919,-22.9365,2075.9289,2075.9289,2075.9289,2075.9289,2075.9289 +757.5000,1.0000,9702.9251,57.6455,58.1500,-0.2803,0.0000,5,1264.4434,55.3482,521.6960,-83.5723,7.3288,69.0789,-11.0660,-0.8593,0.6417,0.0000,0.6417,7.5463,0.6417,0.6417,0.0000,0.0000,0.0000,0.0000,6.2896,-6.2896,21.4258,-27.7154,-0.3983,-27.3170,0.0000,1.8098,10.6457,-39.7725,2494.5540,2494.5540,2494.5540,2494.5540,2494.5540 +758.5000,1.0000,9718.6492,56.5965,57.1410,-0.3025,0.0000,5,1241.4338,55.3703,528.3524,-82.2076,7.1983,68.6872,-10.6872,-0.9105,0.6241,0.0000,0.6241,7.4847,0.6241,0.6241,0.0000,0.0000,0.0000,0.0000,6.1751,-6.1751,24.1629,-30.3381,-0.4221,-29.9160,0.0000,1.7769,10.4520,-42.1448,2440.6213,2440.6213,2440.6213,2440.6213,2440.6213 +759.5000,1.0000,9734.0776,55.5325,56.0520,-0.2886,0.0000,5,1218.0952,55.5359,522.5008,-80.8235,7.0841,66.6495,-10.3097,-0.8524,0.6065,0.0000,0.6065,7.3300,0.6065,0.6065,0.0000,0.0000,0.0000,0.0000,6.0590,-6.0590,21.7910,-27.8500,-0.3952,-27.4549,0.0000,1.7435,10.2555,-39.4539,2392.6200,2392.6200,2392.6200,2392.6200,2392.6200 +760.5000,1.0000,9749.1031,54.0815,55.0130,-0.5175,0.0000,5,1186.2677,50.4649,514.5762,-78.9311,6.2690,63.9236,-9.8053,-1.4885,0.5829,0.0000,0.5829,7.1746,0.5829,0.5829,0.0000,0.0000,0.0000,0.0000,5.9007,-5.9007,51.9990,-57.8997,-0.6900,-57.2097,0.0000,1.6979,9.9875,-68.8951,2263.4244,2263.4244,2263.4244,2263.4244,2263.4244 +761.5000,1.0000,9763.6325,52.2960,53.1500,-0.4744,0.0470,5,1147.1031,52.2200,501.9544,-76.5949,6.2729,60.2970,-9.2009,-1.3196,0.5543,0.0000,0.5543,7.0381,0.5543,0.5543,0.0000,0.0000,0.0000,0.0000,5.7059,-5.7059,44.0906,-49.7965,-0.6117,-49.1848,0.5934,1.6419,9.6578,-61.0778,2265.7834,2265.7834,2265.7834,2265.7834,2265.7834 +762.5000,1.0000,9777.6936,50.6100,51.4420,-0.4622,0.3770,5,1110.1210,36.3476,493.3196,-74.3888,4.2255,57.3492,-8.6478,-1.2442,0.5280,0.0000,0.5280,4.9416,0.5280,0.5280,0.0000,0.0000,0.0000,0.0000,5.5220,-5.5220,37.0994,-42.6214,-0.5768,-42.0446,4.6060,1.5889,9.3463,-57.5859,1959.8838,1959.8838,1959.8838,1959.8838,1959.8838 +763.5000,1.0000,9791.2582,48.8225,49.7780,-0.5308,0.7880,5,1070.9125,35.6439,475.0856,-71.7029,3.9973,53.2788,-8.0412,-1.3784,0.5006,0.0000,0.5006,4.8750,0.5006,0.5006,0.0000,0.0000,0.0000,0.0000,5.3269,-5.3269,39.2741,-44.6010,-0.6390,-43.9621,9.2872,1.5328,9.0160,-63.7981,1855.9544,1855.9544,1855.9544,1855.9544,1855.9544 +764.5000,1.0000,9804.2861,46.8905,47.8670,-0.5425,0.9360,5,1028.5345,35.6265,463.6843,-68.6694,3.8373,49.9425,-7.3962,-1.3529,0.4718,0.0000,0.4718,4.7184,0.4718,0.4718,0.0000,0.0000,0.0000,0.0000,5.1161,-5.1161,37.4051,-42.5212,-0.6272,-41.8940,10.5948,1.4722,8.6591,-62.6201,1757.9384,1757.9384,1757.9384,1757.9384,1757.9384 +765.5000,1.0000,9816.8236,45.1250,45.9140,-0.4383,0.6230,5,989.8086,38.4035,451.6197,-67.2098,3.9806,46.8115,-6.9665,-1.0520,0.4461,0.0000,0.4461,4.5865,0.4461,0.4461,0.0000,0.0000,0.0000,0.0000,4.9235,-4.9235,27.7189,-32.6424,-0.4877,-32.1547,6.7865,1.4167,8.3333,-48.6913,1715.7907,1715.7907,1715.7907,1715.7907,1715.7907 +766.5000,1.0000,9828.9939,43.8030,44.3360,-0.2961,0.2830,5,960.8107,41.8533,439.5959,-68.8686,4.2111,44.2303,-6.9293,-0.6898,0.4273,0.0000,0.4273,4.4736,0.4273,0.4273,0.0000,0.0000,0.0000,0.0000,4.7793,-4.7793,15.0127,-19.7919,-0.3198,-19.4721,2.9925,1.3752,8.0893,-31.9292,1697.2701,1697.2701,1697.2701,1697.2701,1697.2701 +767.5000,1.0000,9840.9411,43.0000,43.2700,-0.1500,0.0600,5,943.1971,30.7692,433.2753,-69.8762,3.0391,42.7952,-6.9018,-0.3430,-1.0117,0.0000,-1.0117,4.3938,-1.0117,0.4196,0.0000,-1.4313,0.0000,-1.4313,4.6916,-6.1229,0.0000,-6.1229,-0.1590,-5.9639,0.6228,1.3500,7.9410,-15.8778,1432.1831,1432.1831,1432.1831,1432.1831,1432.1831 +768.5000,1.0000,9852.7475,42.4930,42.7300,-0.1317,0.0000,5,932.0761,45.0525,422.3681,-70.5124,4.3974,41.2260,-6.8825,-0.2976,0.3163,0.0000,0.3163,4.3787,0.3163,0.4092,0.0000,-0.0929,0.0000,-0.0929,4.6363,-4.7292,0.0000,-4.7292,-0.1379,-4.5913,0.0000,1.3341,7.8474,-13.7728,1674.6940,1674.6940,1674.6940,1674.6940,1674.6940 +769.5000,1.0000,9864.4783,42.2210,42.2560,-0.0194,0.0000,5,926.1099,169.1208,427.1473,-70.8537,16.4017,41.4256,-6.8715,-0.0437,12.1187,0.0000,12.1187,4.3267,12.1187,0.4305,0.0000,11.6882,0.0000,11.6882,4.6066,7.0816,0.0000,7.0816,-0.0202,7.1018,0.0000,1.3256,7.7972,-2.0209,3703.8549,3703.8549,3703.8549,3703.8549,3703.8549 +770.5000,1.0000,9876.2040,42.2025,42.1860,0.0092,0.0000,5,925.7041,200.6171,491.6200,-70.8769,19.4477,47.6574,-6.8708,0.0206,15.1305,0.0000,15.1305,4.2967,15.1305,0.4453,0.0000,14.6852,0.0000,14.6852,4.6046,10.0806,0.0000,10.0806,0.0095,10.0710,0.0000,1.3250,7.7938,0.9523,4197.5782,4197.5782,4197.5782,4197.5782,4197.5782 +771.5000,1.0000,9887.8951,42.0780,42.2190,-0.0783,0.0000,5,922.9732,103.4761,507.2353,-71.0331,10.0013,49.0261,-6.8656,-0.1753,5.8851,0.0000,5.8851,4.2915,5.8851,0.3974,0.0000,5.4877,0.0000,5.4877,4.5910,0.8966,0.0000,0.8966,-0.0813,0.9779,0.0000,1.3211,7.7708,-8.1139,2751.7446,2751.7446,2751.7446,2751.7446,2751.7446 +772.5000,1.0000,9899.5461,41.9335,41.9370,-0.0019,0.0000,5,919.8036,188.4566,455.0066,-71.2144,18.1524,43.8270,-6.8595,-0.0043,13.8686,0.0000,13.8686,4.2881,13.8686,0.4355,0.0000,13.4332,0.0000,13.4332,4.5753,8.8579,0.0000,8.8579,-0.0020,8.8599,0.0000,1.3165,7.7441,-0.2007,3980.8185,3980.8185,3980.8185,3980.8185,3980.8185 +773.5000,1.0000,9911.2165,42.0035,41.9300,0.0408,0.0000,5,921.3390,235.9376,499.7462,-71.1266,22.7638,48.2167,-6.8625,0.0912,18.3820,0.0000,18.3820,4.2906,18.3820,0.4590,0.0000,17.9230,0.0000,17.9230,4.5829,13.3401,0.0000,13.3401,0.0423,13.2978,0.0000,1.3187,7.7570,4.2221,4770.6452,4770.6452,4770.6452,4770.6452,4770.6452 +774.5000,1.0000,9922.9342,42.1735,42.0770,0.0536,0.0000,5,925.0680,249.7268,525.7119,-70.9133,24.1918,50.9272,-6.8696,0.1202,19.8037,0.0000,19.8037,4.2678,19.8037,0.4683,0.0000,19.3354,0.0000,19.3354,4.6015,14.7340,0.0000,14.7340,0.0557,14.6782,0.0000,1.3241,7.7884,5.5658,5053.5093,5053.5093,5053.5093,5053.5093,5053.5093 +775.5000,1.0000,9934.7508,42.5300,42.2700,0.1444,0.0000,5,932.8877,350.7085,535.3872,-70.4660,34.2613,52.3029,-6.8839,0.3267,29.6259,0.0000,29.6259,4.3087,29.6259,0.5220,0.0000,29.1039,0.0000,29.1039,4.6404,24.4635,0.0000,24.4635,0.1515,24.3121,0.0000,1.3353,7.8542,15.1226,6964.9920,6964.9920,6964.9920,6964.9920,6964.9920 +776.5000,1.0000,9946.7549,43.2045,42.7900,0.2303,0.0000,5,947.6828,445.7004,591.7203,-69.6196,44.2318,58.7230,-6.9091,0.5291,39.3652,0.0000,39.3652,4.3374,39.3652,0.5795,0.0000,38.7857,0.0000,38.7857,4.7140,34.0717,0.0000,34.0717,0.2453,33.8265,0.0000,1.3564,7.9788,24.4912,8887.7769,8887.7769,8887.7769,8887.7769,8887.7769 +777.5000,1.0000,9958.9532,43.9040,43.6190,0.1583,0.0000,5,963.0262,365.7072,645.4921,-68.7419,36.8808,65.0965,-6.9325,0.3697,32.1128,0.0000,32.1128,4.3983,32.1128,0.5525,0.0000,31.5602,0.0000,31.5602,4.7903,26.7700,0.0000,26.7700,0.1714,26.5986,0.0000,1.3784,8.1080,17.1122,7510.7227,7510.7227,7510.7227,7510.7227,7510.7227 +778.5000,1.0000,9971.3396,44.5810,44.1890,0.2178,0.0000,5,977.8760,431.6205,610.8857,-67.8924,44.1992,62.5565,-6.9524,0.5164,39.2331,0.0000,39.2331,4.4498,39.2331,0.5972,0.0000,38.6359,0.0000,38.6359,4.8641,33.7717,0.0000,33.7717,0.2394,33.5324,0.0000,1.3997,8.2330,23.8997,8907.7969,8907.7969,8907.7969,8907.7969,8907.7969 +779.5000,1.0000,9983.9656,45.4435,44.9730,0.2614,0.0000,5,996.7948,479.7113,650.2145,-66.8102,50.0742,67.8721,-6.9739,0.6317,44.9483,0.0000,44.9483,4.4942,44.9483,0.6374,0.0000,44.3109,0.0000,44.3109,4.9582,39.3526,0.0000,39.3526,0.2929,39.0597,0.0000,1.4267,8.3923,29.2407,10040.9597,10040.9597,10040.9597,10040.9597,10040.9597 +780.5000,1.0000,9996.8485,46.3685,45.9140,0.2525,0.0000,5,1017.0845,470.3274,677.5239,-67.8498,50.0940,72.1623,-7.2266,0.6227,44.8376,0.0000,44.8376,4.6338,44.8376,0.6496,0.0000,44.1880,0.0000,44.1880,5.0592,39.1289,0.0000,39.1289,0.2887,38.8402,0.0000,1.4558,8.5631,28.8213,10022.6294,10022.6294,10022.6294,10022.6294,10022.6294 +781.5000,1.0000,10009.9976,47.3270,46.8230,0.2800,0.0000,5,1038.1090,500.4282,676.0585,-69.3548,54.4018,73.4947,-7.5396,0.7048,49.0212,0.0000,49.0212,4.6758,49.0212,0.6838,0.0000,48.3374,0.0000,48.3374,5.1637,43.1736,0.0000,43.1736,0.3267,42.8469,0.0000,1.4859,8.7401,32.6209,10867.8880,10867.8880,10867.8880,10867.8880,10867.8880 +782.5000,1.0000,10023.4456,48.4025,47.8310,0.3175,0.0000,5,1061.6999,541.9802,693.6903,-71.0435,60.2579,77.1252,-7.8987,0.8173,54.6760,0.0000,54.6760,4.7646,54.6760,0.7272,0.0000,53.9487,0.0000,53.9487,5.2811,48.6677,0.0000,48.6677,0.3789,48.2888,0.0000,1.5196,8.9387,37.8304,11951.9083,11951.9083,11951.9083,11951.9083,11951.9083 +783.5000,1.0000,10037.1889,49.4660,48.9740,0.2733,0.0000,5,1085.0276,492.8621,717.0707,-72.7133,56.0009,81.4763,-8.2620,0.7191,50.4233,0.0000,50.4233,4.8585,50.4233,0.7212,0.0000,49.7021,0.0000,49.7021,5.3971,44.3050,0.0000,44.3050,0.3334,43.9716,0.0000,1.5530,9.1351,33.2835,11162.9994,11162.9994,11162.9994,11162.9994,11162.9994 +784.5000,1.0000,10051.1971,50.4195,49.9580,0.2564,0.0000,5,1105.9424,473.5786,697.6016,-74.1396,54.8470,80.7920,-8.5864,0.6875,49.2653,0.0000,49.2653,4.8942,49.2653,0.7292,0.0000,48.5360,0.0000,48.5360,5.5012,43.0349,0.0000,43.0349,0.3187,42.7162,0.0000,1.5830,9.3112,31.8220,10908.4480,10908.4480,10908.4480,10908.4480,10908.4480 +785.5000,1.0000,10065.4224,51.2010,50.8810,0.1778,0.0000,5,1123.0845,385.9265,691.8205,-75.1621,45.3885,81.3644,-8.8398,0.4841,39.9752,0.0000,39.9752,4.9291,39.9752,0.6943,0.0000,39.2810,0.0000,39.2810,5.5864,33.6945,0.0000,33.6945,0.2244,33.4701,0.0000,1.6075,9.4556,22.4071,9139.6620,9139.6620,9139.6620,9139.6620,9139.6620 +786.5000,1.0000,10079.7504,51.5710,51.5210,0.0278,0.0000,5,1131.2004,219.2302,653.7880,-75.6462,25.9698,77.4471,-8.9610,0.0762,20.9361,0.0000,20.9361,4.9575,20.9361,0.6046,0.0000,20.3315,0.0000,20.3315,5.6268,14.7047,0.0000,14.7047,0.0353,14.6694,0.0000,1.6191,9.5239,3.5264,5443.1811,5443.1811,5443.1811,5443.1811,5443.1811 +787.5000,1.0000,10094.0815,51.5820,51.6210,-0.0217,0.0000,5,1131.4417,164.4407,576.5752,-75.6606,19.4836,68.3151,-8.9646,-0.0594,14.5675,0.0000,14.5675,4.9756,14.5675,0.5729,0.0000,13.9946,0.0000,13.9946,5.6280,8.3666,0.0000,8.3666,-0.0276,8.3942,0.0000,1.6195,9.5259,-2.7512,4249.1286,4249.1286,4249.1286,4249.1286,4249.1286 +788.5000,1.0000,10108.3885,51.4950,51.5430,-0.0267,0.0000,5,1129.5333,158.6743,550.4835,-75.5468,18.7687,65.1136,-8.9360,-0.0730,13.8991,0.0000,13.8991,4.9426,13.8991,0.5682,0.0000,13.3309,0.0000,13.3309,5.6185,7.7124,0.0000,7.7124,-0.0339,7.7462,0.0000,1.6167,9.5099,-3.3804,4108.5640,4108.5640,4108.5640,4108.5640,4108.5640 +789.5000,1.0000,10122.6510,51.3350,51.4470,-0.0622,0.0000,5,1126.0238,119.3435,547.0688,-75.3374,14.0726,64.5087,-8.8836,-0.1699,9.2942,0.0000,9.2942,4.9483,9.2942,0.5428,0.0000,8.7513,0.0000,8.7513,5.6011,3.1503,0.0000,3.1503,-0.0788,3.2290,0.0000,1.6117,9.4803,-7.8630,3318.4320,3318.4320,3318.4320,3318.4320,3318.4320 +790.5000,1.0000,10136.8443,51.0860,51.2230,-0.0761,0.0000,5,1120.5620,104.6175,527.2293,-75.0116,12.2763,61.8677,-8.8022,-0.2068,7.4748,0.0000,7.4748,5.0083,7.4748,0.5301,0.0000,6.9447,0.0000,6.9447,5.5739,1.3709,0.0000,1.3709,-0.0959,1.4667,0.0000,1.6039,9.4343,-9.5715,3083.5091,3083.5091,3083.5091,3083.5091,3083.5091 +791.5000,1.0000,10150.9499,50.7700,50.9490,-0.0994,0.0000,5,1113.6306,78.6335,518.6227,-74.5982,9.1702,60.4813,-8.6996,-0.2685,4.4770,0.0000,4.4770,4.9617,4.4770,0.5206,0.0000,3.9564,0.0000,3.9564,5.5394,-1.5830,0.0000,-1.5830,-0.1245,-1.4585,0.0000,1.5940,9.3760,-12.4284,2665.4187,2665.4187,2665.4187,2665.4187,2665.4187 +792.5000,1.0000,10164.9017,50.2165,50.5910,-0.2081,0.0000,5,1101.4897,-41.0130,503.3972,-73.8739,-4.7308,58.0657,-8.5212,-0.5557,-9.1013,0.0000,-9.1013,4.9262,-9.1013,0.5460,0.0000,-9.6473,0.0000,-9.6473,5.4790,-15.1263,0.0000,-15.1263,-0.2576,-14.8687,0.0000,1.5766,9.2737,-25.7191,549.1740,549.1740,549.1740,549.1740,549.1740 +793.5000,1.0000,10178.6229,49.3865,49.8420,-0.2531,0.0000,5,1083.2838,41.6040,440.0025,-72.5885,4.7196,49.9144,-8.2345,-0.6647,0.5092,0.0000,0.5092,4.8751,0.5092,0.5092,0.0000,0.0000,0.0000,0.0000,5.3885,-5.3885,15.0134,-20.4019,-0.3081,-20.0938,0.0000,1.5505,9.1205,-30.7647,1999.2616,1999.2616,1999.2616,1999.2616,1999.2616 +794.5000,1.0000,10191.9608,48.0065,48.9310,-0.5136,0.0000,5,1053.0137,35.9311,472.8530,-70.4217,3.9622,52.1421,-7.7655,-1.3114,0.4884,0.0000,0.4884,4.7851,0.4884,0.4884,0.0000,0.0000,0.0000,0.0000,5.2379,-5.2379,45.6937,-50.9316,-0.6079,-50.3237,0.0000,1.5072,8.8656,-60.6965,1820.2296,1820.2296,1820.2296,1820.2296,1820.2296 +795.5000,1.0000,10204.8199,46.2825,47.0820,-0.4442,0.0760,5,1015.1981,37.9478,460.3524,-67.7147,4.0343,48.9407,-7.1988,-1.0933,0.4629,0.0000,0.4629,4.6647,0.4629,0.4629,0.0000,0.0000,0.0000,0.0000,5.0498,-5.0498,35.2124,-40.2622,-0.5068,-39.7554,0.8491,1.4531,8.5472,-50.6048,1771.9070,1771.9070,1771.9070,1771.9070,1771.9070 +796.5000,1.0000,10217.2371,44.6920,45.4830,-0.4394,0.0870,5,980.3108,38.4785,448.3739,-67.7531,3.9501,46.0291,-6.9554,-1.0445,0.4399,0.0000,0.4399,4.5547,0.4399,0.4399,0.0000,0.0000,0.0000,0.0000,4.8763,-4.8763,33.3590,-38.2352,-0.4842,-37.7510,0.9386,1.4031,8.2535,-48.3463,1689.4066,1689.4066,1689.4066,1689.4066,1689.4066 +797.5000,1.0000,10229.2525,43.2455,43.9010,-0.3642,0.0870,5,948.5821,40.7445,434.1939,-69.5682,4.0474,43.1308,-6.9106,-0.8376,0.4195,0.0000,0.4195,4.4655,0.4195,0.4195,0.0000,0.0000,0.0000,0.0000,4.7184,-4.7184,24.1852,-28.9037,-0.3883,-28.5154,0.9083,1.3577,7.9864,-38.7677,1640.0844,1640.0844,1640.0844,1640.0844,1640.0844 +798.5000,1.0000,10241.0250,42.3710,42.5900,-0.1217,0.0140,5,929.4001,57.6385,426.6300,-70.6655,5.6098,41.5224,-6.8776,-0.2742,1.5086,0.0000,1.5086,4.3754,1.5086,0.4045,0.0000,1.1040,0.0000,1.1040,4.6230,-3.5190,0.0000,-3.5190,-0.1271,-3.3919,0.1432,1.3303,7.8249,-12.6902,1909.2595,1909.2595,1909.2595,1909.2595,1909.2595 +799.5000,1.0000,10252.7135,42.0685,42.1520,-0.0464,0.0000,5,922.7648,139.4865,432.3299,-71.0450,13.4788,41.7768,-6.8652,-0.1038,9.2418,0.0000,9.2418,4.3408,9.2418,0.4141,0.0000,8.8277,0.0000,8.8277,4.5900,4.2377,0.0000,4.2377,-0.0481,4.2858,0.0000,1.3208,7.7690,-4.8040,3224.0836,3224.0836,3224.0836,3224.0836,3224.0836 +800.5000,1.0000,10264.4503,42.2425,41.9850,0.1431,0.0000,5,926.5815,349.5822,476.1777,-70.8267,33.9204,46.2042,-6.8724,0.3214,29.2778,0.0000,29.2778,4.3213,29.2778,0.5165,0.0000,28.7613,0.0000,28.7613,4.6090,24.1523,0.0000,24.1523,0.1490,24.0033,0.0000,1.3262,7.8011,14.8759,6891.6669,6891.6669,6891.6669,6891.6669,6891.6669 +801.5000,1.0000,10276.4117,43.0510,42.5000,0.3061,0.0000,5,944.3158,530.2363,589.3042,-69.8122,52.4343,58.2754,-6.9036,0.7009,47.3826,0.0000,47.3826,4.3508,47.3826,0.6176,0.0000,46.7650,0.0000,46.7650,4.6972,42.0678,0.0000,42.0678,0.3249,41.7429,0.0000,1.3516,7.9505,32.4408,10390.0701,10390.0701,10390.0701,10390.0701,10390.0701 +802.5000,1.0000,10288.7079,44.2565,43.6020,0.3636,0.0000,5,970.7582,594.0559,687.7918,-68.2996,60.3903,69.9192,-6.9432,0.8559,55.1283,0.0000,55.1283,4.4061,55.1283,0.6723,0.0000,54.4560,0.0000,54.4560,4.8831,49.5728,0.0000,49.5728,0.3967,49.1761,0.0000,1.3895,8.1731,39.6135,12017.5465,12017.5465,12017.5465,12017.5465,12017.5465 +803.5000,1.0000,10301.3906,45.6475,44.9110,0.4092,0.0000,5,1001.2695,645.0003,728.5607,-66.7177,67.6300,76.3916,-6.9955,0.9934,62.1428,0.0000,62.1428,4.4939,62.1428,0.7262,0.0000,61.4166,0.0000,61.4166,5.1154,56.3012,0.0000,56.3012,0.4605,55.8407,0.0000,1.4331,8.4300,45.9776,13423.7273,13423.7273,13423.7273,13423.7273,13423.7273 +804.5000,1.0000,10314.5114,47.2250,46.3840,0.4672,0.0000,5,1035.8717,710.0504,756.3839,-69.1946,77.0236,82.0497,-7.5060,1.1735,71.2530,0.0000,71.2530,4.5970,71.2530,0.7935,0.0000,70.4595,0.0000,70.4595,5.3959,65.0636,0.0000,65.0636,0.5440,64.5196,0.0000,1.4827,8.7213,54.3156,15196.7515,15196.7515,15196.7515,15196.7515,15196.7515 +805.5000,1.0000,10328.0815,48.8425,48.0660,0.4314,0.0000,5,1071.3512,669.3544,791.1994,-71.7343,75.0960,88.7660,-8.0480,1.1206,69.2614,0.0000,69.2614,4.7139,69.2614,0.8064,0.0000,68.4550,0.0000,68.4550,5.5145,62.9405,0.0000,62.9405,0.5195,62.4210,0.0000,1.5334,9.0200,51.8676,14767.1057,14767.1057,14767.1057,14767.1057,14767.1057 +806.5000,1.0000,10342.1025,50.4655,49.6190,0.4703,0.0000,5,1106.9515,712.8903,776.2202,-74.1997,82.6380,89.9792,-8.6012,1.2622,76.5499,0.0000,76.5499,4.8259,76.5499,0.8663,0.0000,75.6836,0.0000,75.6836,5.7720,69.9115,0.0000,69.9115,0.5851,69.3264,0.0000,1.5844,9.3197,58.4223,16202.6632,16202.6632,16202.6632,16202.6632,16202.6632 +807.5000,1.0000,10356.5897,52.1440,51.3120,0.4622,0.0000,5,1143.7690,703.5381,799.4015,-76.3960,84.2664,95.7485,-9.1503,1.2819,78.0391,0.0000,78.0391,4.9454,78.0391,0.8986,0.0000,77.1405,0.0000,77.1405,5.9481,71.1924,0.0000,71.1924,0.5942,70.5982,0.0000,1.6371,9.6297,59.3314,16503.7738,16503.7738,16503.7738,16503.7738,16503.7738 +808.5000,1.0000,10371.5295,53.7730,52.9760,0.4428,0.0000,5,1179.5009,681.4670,798.9491,-78.5275,84.1728,98.6838,-9.6995,1.2663,77.8334,0.0000,77.8334,5.0731,77.8334,0.9222,0.0000,76.9112,0.0000,76.9112,6.0943,70.8168,0.0000,70.8168,0.5870,70.2298,0.0000,1.6882,9.9305,58.6110,16485.9890,16485.9890,16485.9890,16485.9890,16485.9890 +809.5000,1.0000,10386.9074,55.3505,54.5700,0.4336,0.0000,5,1214.1030,671.0717,792.6685,-80.5867,85.3204,100.7803,-10.2458,1.2765,78.8383,0.0000,78.8383,5.2057,78.8383,0.9516,0.0000,77.8868,0.0000,77.8868,6.2539,71.6328,0.0000,71.6328,0.5917,71.0411,0.0000,1.7378,10.2219,59.0815,16683.7733,16683.7733,16683.7733,16683.7733,16683.7733 +810.5000,1.0000,10402.7046,56.8600,56.1310,0.4050,0.0000,5,1247.2136,639.0742,791.1642,-82.5504,83.4681,103.3323,-10.7817,1.2248,76.8699,0.0000,76.8699,5.3735,76.8699,0.9655,0.0000,75.9044,0.0000,75.9044,6.3629,69.5416,0.0000,69.5416,0.5678,68.9738,0.0000,1.7852,10.5006,56.6880,16333.0153,16333.0153,16333.0153,16333.0153,16333.0153 +811.5000,1.0000,10418.8895,58.2555,57.5890,0.3703,0.0000,5,1277.8237,599.8963,780.8499,-84.3658,80.2741,104.4882,-11.2893,1.1472,73.6332,0.0000,73.6332,5.4937,73.6332,0.9717,0.0000,72.6615,0.0000,72.6615,6.4425,66.2191,0.0000,66.2191,0.5318,65.6872,0.0000,1.8290,10.7584,53.0999,15789.6962,15789.6962,15789.6962,15789.6962,15789.6962 +812.5000,1.0000,10435.4065,59.4515,58.9220,0.2942,0.0000,5,1304.0577,514.5507,768.0449,-85.9217,70.2674,104.8847,-11.7335,0.9301,63.7566,0.0000,63.7566,5.5807,63.7566,0.9418,0.0000,62.8148,0.0000,62.8148,6.4866,56.3282,0.0000,56.3282,0.4312,55.8970,0.0000,1.8665,10.9792,43.0512,13936.5179,13936.5179,13936.5179,13936.5179,13936.5179 +813.5000,1.0000,10452.2274,60.5450,59.9810,0.3133,0.0000,5,1328.0434,535.9341,736.4346,-87.3443,74.5336,102.4177,-12.1472,1.0090,67.8356,0.0000,67.8356,5.6891,67.8356,0.9802,0.0000,66.8554,0.0000,66.8554,6.6059,60.2494,0.0000,60.2494,0.4677,59.7817,0.0000,1.9009,11.1812,46.6997,14697.6692,14697.6692,14697.6692,14697.6692,14697.6692 +814.5000,1.0000,10469.2054,61.1110,61.1090,0.0011,0.0000,5,1340.4585,189.3304,748.5485,-88.0806,26.5768,105.0756,-12.3641,0.0036,20.7953,0.0000,20.7953,5.7779,20.7953,0.7545,0.0000,20.0408,0.0000,20.0408,6.6677,13.3731,0.0000,13.3731,0.0017,13.3715,0.0000,1.9186,11.2857,0.1671,5738.4776,5738.4776,5738.4776,5738.4776,5738.4776 +815.5000,1.0000,10486.1620,61.0335,61.1130,-0.0442,0.0000,5,1338.7586,138.8124,608.8165,-87.9798,19.4607,85.3527,-12.3343,-0.1434,13.8631,0.0000,13.8631,5.7410,13.8631,0.7185,0.0000,13.1446,0.0000,13.1446,6.6592,6.4853,0.0000,6.4853,-0.0665,6.5518,0.0000,1.9162,11.2714,-6.6358,4421.1559,4421.1559,4421.1559,4421.1559,4421.1559 +816.5000,1.0000,10503.0954,60.9505,60.9540,-0.0019,0.0000,5,1336.9380,185.4779,587.6893,-87.8718,25.9676,82.2788,-12.3024,-0.0063,20.2743,0.0000,20.2743,5.6996,20.2743,0.7492,0.0000,19.5252,0.0000,19.5252,6.6502,12.8750,0.0000,12.8750,-0.0029,12.8779,0.0000,1.9136,11.2561,-0.2917,5619.8597,5619.8597,5619.8597,5619.8597,5619.8597 +817.5000,1.0000,10520.0326,60.9640,60.9470,0.0094,0.0000,5,1337.2341,198.8807,606.7650,-87.8894,27.8502,84.9682,-12.3076,0.0306,22.0139,0.0000,22.0139,5.8057,22.0139,0.7581,0.0000,21.2558,0.0000,21.2558,6.6517,14.6041,0.0000,14.6041,0.0142,14.5899,0.0000,1.9140,11.2585,1.4174,5975.6405,5975.6405,5975.6405,5975.6405,5975.6405 +818.5000,1.0000,10537.0113,61.1130,60.9810,0.0733,0.0000,5,1340.5024,269.7014,612.8304,-88.0832,37.8599,86.0274,-12.3649,0.2384,31.8251,0.0000,31.8251,5.7965,31.8251,0.8097,0.0000,31.0154,0.0000,31.0154,6.6679,24.3475,0.0000,24.3475,0.1105,24.2370,0.0000,1.9187,11.2861,11.0323,7809.6937,7809.6937,7809.6937,7809.6937,7809.6937 +819.5000,1.0000,10554.0751,61.4200,61.2450,0.0972,0.0000,5,1347.2364,296.2936,642.8017,-88.4826,41.8018,90.6879,-12.4833,0.3176,35.6532,0.0000,35.6532,5.8310,35.6532,0.8339,0.0000,34.8193,0.0000,34.8193,6.7014,28.1179,0.0000,28.1179,0.1472,27.9707,0.0000,1.9283,11.3428,14.6996,8579.5762,8579.5762,8579.5762,8579.5762,8579.5762 +820.5000,1.0000,10571.2065,61.6630,61.5950,0.0378,0.0000,5,1352.5666,230.3662,654.7513,-88.7987,32.6292,92.7393,-12.5775,0.1239,26.6363,0.0000,26.6363,5.8690,26.6363,0.7930,0.0000,25.8434,0.0000,25.8434,6.7279,19.1155,0.0000,19.1155,0.0574,19.0580,0.0000,1.9360,11.3876,5.7344,6849.2154,6849.2154,6849.2154,6849.2154,6849.2154 +821.5000,1.0000,10588.4083,61.9165,61.7310,0.1031,0.0000,5,1358.1270,303.0087,629.4652,-89.1285,43.0947,89.5243,-12.6761,0.3394,36.8470,0.0000,36.8470,5.9083,36.8470,0.8483,0.0000,35.9988,0.0000,35.9988,6.7556,29.2432,0.0000,29.2432,0.1573,29.0859,0.0000,1.9439,11.4344,15.7075,8829.9569,8829.9569,8829.9569,8829.9569,8829.9569 +822.5000,1.0000,10605.6958,62.2250,62.1020,0.0683,0.0000,5,1364.8939,264.1853,659.8323,-89.5298,37.7604,94.3107,-12.7966,0.2261,31.6336,0.0000,31.6336,5.9006,31.6336,0.8274,0.0000,30.8062,0.0000,30.8062,6.7892,24.0170,0.0000,24.0170,0.1048,23.9121,0.0000,1.9536,11.4914,10.4671,7821.2291,7821.2291,7821.2291,7821.2291,7821.2291 +823.5000,1.0000,10623.0564,62.4880,62.3480,0.0778,0.0000,5,1370.6628,274.5474,645.7228,-89.8719,39.4073,92.6841,-12.8998,0.2585,33.2437,0.0000,33.2437,5.9051,33.2437,0.8400,0.0000,32.4037,0.0000,32.4037,6.8179,25.5858,0.0000,25.5858,0.1198,25.4660,0.0000,1.9619,11.5400,11.9641,8142.1081,8142.1081,8142.1081,8142.1081,8142.1081 +824.5000,1.0000,10640.4856,62.7350,62.6280,0.0594,0.0000,5,1376.0807,254.1575,651.0268,-90.1933,36.6248,93.8148,-12.9971,0.1983,30.5027,0.0000,30.5027,5.9238,30.5027,0.8305,0.0000,29.6722,0.0000,29.6722,6.8449,22.8273,0.0000,22.8273,0.0919,22.7354,0.0000,1.9696,11.5856,9.1802,7622.0512,7622.0512,7622.0512,7622.0512,7622.0512 +825.5000,1.0000,10657.9703,62.9350,62.8420,0.0517,0.0000,5,1380.4676,260.0698,644.0423,-90.4535,37.5963,93.1042,-13.0762,0.1729,29.3780,0.0000,29.3780,8.0453,29.3780,0.8283,0.0000,28.5498,0.0000,28.5498,6.8667,21.6831,0.0000,21.6831,0.0802,21.6029,0.0000,1.9759,11.6225,8.0045,7812.4098,7812.4098,7812.4098,7812.4098,7812.4098 +826.5000,1.0000,10675.5125,63.1420,63.0280,0.0633,0.0000,5,1385.0081,273.5066,647.3684,-90.7227,39.6688,93.8928,-13.1582,0.2127,31.3167,0.0000,31.3167,8.1394,31.3167,0.8415,0.0000,30.4752,0.0000,30.4752,6.8893,23.5859,0.0000,23.5859,0.0986,23.4873,0.0000,1.9824,11.6608,9.8442,8208.9796,8208.9796,8208.9796,8208.9796,8208.9796 +827.5000,1.0000,10693.1242,63.3920,63.2560,0.0756,0.0000,5,1390.4918,286.8899,653.7613,-91.0480,41.7746,95.1955,-13.2577,0.2547,33.3784,0.0000,33.3784,8.1415,33.3784,0.8561,0.0000,32.5223,0.0000,32.5223,6.9166,25.6057,0.0000,25.6057,0.1181,25.4876,0.0000,1.9902,11.7069,11.7904,8610.3536,8610.3536,8610.3536,8610.3536,8610.3536 +828.5000,1.0000,10710.8097,63.6580,63.5280,0.0722,0.0000,5,1396.3265,283.2377,660.2065,-91.3940,41.4159,96.5374,-13.3639,0.2445,32.9899,0.0000,32.9899,8.1814,32.9899,0.8587,0.0000,32.1312,0.0000,32.1312,6.9456,25.1856,0.0000,25.1856,0.1134,25.0722,0.0000,1.9986,11.7561,11.3176,8549.5009,8549.5009,8549.5009,8549.5009,8549.5009 +829.5000,1.0000,10728.5614,63.8960,63.7880,0.0600,0.0000,5,1401.5470,269.6000,659.9817,-91.7036,39.5691,96.8653,-13.4593,0.2039,31.1633,0.0000,31.1633,8.2019,31.1633,0.8537,0.0000,30.3096,0.0000,30.3096,6.9716,23.3380,0.0000,23.3380,0.0945,23.2435,0.0000,2.0061,11.8000,9.4374,8209.5562,8209.5562,8209.5562,8209.5562,8209.5562 +830.5000,1.0000,10746.3186,63.9160,64.0040,-0.0489,0.0000,5,1401.9857,148.2287,655.1766,-91.7296,21.7623,96.1901,-13.4673,-0.1662,13.7821,0.0000,13.7821,8.1464,13.7821,0.7672,0.0000,13.0149,0.0000,13.0149,6.9737,6.0412,0.0000,6.0412,-0.0770,6.1182,0.0000,2.0067,11.8037,-7.6922,4941.1847,4941.1847,4941.1847,4941.1847,4941.1847 +831.5000,1.0000,10764.0106,63.6810,63.8280,-0.0817,0.0000,5,1396.8310,111.8069,607.0902,-91.4239,16.3546,88.8026,-13.3731,-0.2766,8.5141,0.0000,8.5141,8.1172,8.5141,0.7368,0.0000,7.7773,0.0000,7.7773,6.9481,0.8292,0.0000,0.8292,-0.1282,0.9574,0.0000,1.9993,11.7603,-12.8022,3957.0899,3957.0899,3957.0899,3957.0899,3957.0899 +832.5000,1.0000,10781.6333,63.4320,63.5340,-0.0567,0.0000,5,1391.3692,125.2333,591.3755,-91.1000,18.2470,86.1657,-13.2736,-0.1912,12.4418,0.0000,12.4418,5.9963,12.4418,0.7521,0.0000,11.6897,0.0000,11.6897,6.9209,4.7688,0.0000,4.7688,-0.0886,4.8574,0.0000,1.9915,11.7143,-8.8484,4286.0864,4286.0864,4286.0864,4286.0864,4286.0864 +833.5000,1.0000,10799.1736,63.1350,63.3300,-0.1083,0.0000,5,1384.8546,67.8946,594.9159,-90.7136,9.8462,86.2757,-13.1554,-0.3638,4.2532,0.0000,4.2532,5.9567,4.2532,0.7285,0.0000,3.5247,0.0000,3.5247,6.8885,-3.3639,0.0000,-3.3639,-0.1686,-3.1952,0.0000,1.9822,11.6595,-16.8369,3054.5299,3054.5299,3054.5299,3054.5299,3054.5299 +834.5000,1.0000,10816.5890,62.6855,62.9400,-0.1414,0.0000,5,1374.9949,31.2505,569.5003,-90.1289,4.4997,82.0019,-12.9776,-0.4714,-0.9189,0.0000,-0.9189,5.8901,-0.9189,0.7334,0.0000,-1.6523,0.0000,-1.6523,6.8395,-8.4918,0.0000,-8.4918,-0.2185,-8.2733,0.0000,1.9681,11.5765,-21.8178,2390.0525,2390.0525,2390.0525,2390.0525,2390.0525 +835.5000,1.0000,10833.8476,62.1210,62.4310,-0.1722,0.0000,5,1362.6127,-2.7143,551.2067,-89.3945,-0.3873,78.6530,-12.7559,-0.5690,-5.6646,0.0000,-5.6646,5.8463,-5.6646,0.7352,0.0000,-6.3998,0.0000,-6.3998,6.7779,-13.1777,0.0000,-13.1777,-0.2638,-12.9139,0.0000,1.9503,11.4722,-26.3364,1789.7372,1789.7372,1789.7372,1789.7372,1789.7372 +836.5000,1.0000,10850.9429,61.5330,61.8110,-0.1544,0.0000,5,1349.7150,17.0418,533.5321,-88.6296,2.4087,75.4104,-12.5271,-0.5054,-2.9015,0.0000,-2.9015,5.8157,-2.9015,0.7178,0.0000,-3.6193,0.0000,-3.6193,6.7137,-10.3331,0.0000,-10.3331,-0.2343,-10.0988,0.0000,1.9319,11.3636,-23.3943,2088.4989,2088.4989,2088.4989,2088.4989,2088.4989 +837.5000,1.0000,10867.8597,60.8905,61.2550,-0.2025,0.0000,5,1335.6219,-35.6396,537.4609,-87.7937,-4.9848,75.1725,-12.2794,-0.6558,-10.1323,0.0000,-10.1323,5.8033,-10.1323,0.7246,0.0000,-10.8568,0.0000,-10.8568,6.6436,-17.5005,0.0000,-17.5005,-0.3040,-17.1965,0.0000,1.9117,11.2450,-30.3532,1035.3089,1035.3089,1035.3089,1035.3089,1035.3089 +838.5000,1.0000,10884.6138,60.3045,60.5260,-0.1231,0.0000,5,1322.7681,51.5110,511.6952,-87.0314,7.1353,70.8800,-12.0556,-0.3947,1.8436,0.0000,1.8436,5.6863,1.8436,0.6844,0.0000,1.1592,0.0000,1.1592,6.5797,-5.4204,0.0000,-5.4204,-0.1830,-5.2375,0.0000,1.8933,11.1367,-18.2675,2576.4167,2576.4167,2576.4167,2576.4167,2576.4167 +839.5000,1.0000,10901.2243,59.7880,60.0830,-0.1639,0.0000,5,1311.4388,6.7273,544.9724,-86.3595,0.9239,74.8430,-11.8601,-0.5211,-4.2300,0.0000,-4.2300,5.6751,-4.2300,0.6906,0.0000,-4.9206,0.0000,-4.9206,6.5233,-11.4440,0.0000,-11.4440,-0.2416,-11.2024,0.0000,1.8771,11.0414,-24.1209,1822.4741,1822.4741,1822.4741,1822.4741,1822.4741 +840.5000,1.0000,10917.6689,59.1905,59.4930,-0.1681,0.0000,5,1298.3327,2.0349,522.3455,-85.5822,0.2767,71.0187,-11.6358,-0.5290,-4.8030,0.0000,-4.8030,5.6087,-4.8030,0.6817,0.0000,-5.4847,0.0000,-5.4847,6.4582,-11.9428,0.0000,-11.9428,-0.2452,-11.6976,0.0000,1.8583,10.9310,-24.4869,1712.9400,1712.9400,1712.9400,1712.9400,1712.9400 +841.5000,1.0000,10933.9713,58.6785,58.8880,-0.1164,0.0000,5,1287.1021,58.7962,517.1405,-84.9161,7.9248,69.7028,-11.4454,-0.3632,2.7546,0.0000,2.7546,5.5334,2.7546,0.6540,0.0000,2.1006,0.0000,2.1006,6.4023,-4.3017,0.0000,-4.3017,-0.1684,-4.1333,0.0000,1.8423,10.8365,-16.8120,2604.4968,2604.4968,2604.4968,2604.4968,2604.4968 +842.5000,1.0000,10950.1921,58.3850,58.4690,-0.0467,0.0000,5,1280.6642,136.2229,539.7034,-84.5343,18.2690,72.3801,-11.3370,-0.1449,12.8813,0.0000,12.8813,5.5326,12.8813,0.6700,0.0000,12.2113,0.0000,12.2113,6.3703,5.8410,0.0000,5.8410,-0.0672,5.9082,0.0000,1.8330,10.7823,-6.7071,4126.3046,4126.3046,4126.3046,4126.3046,4126.3046 +843.5000,1.0000,10966.3983,58.3325,58.3010,0.0175,0.0000,5,1279.5126,207.7036,572.4527,-84.4660,27.8303,76.7031,-11.3176,0.0543,22.2225,0.0000,22.2225,5.5535,22.2225,0.7159,0.0000,21.5066,0.0000,21.5066,6.3645,15.1420,0.0000,15.1420,0.0252,15.1169,0.0000,1.8314,10.7726,2.5129,5912.3316,5912.3316,5912.3316,5912.3316,5912.3316 +844.5000,1.0000,10982.6283,58.4180,58.3640,0.0300,0.0000,5,1281.3881,221.4398,603.2607,-84.5772,29.7143,80.9495,-11.3491,0.0932,24.0802,0.0000,24.0802,5.5408,24.0802,0.7265,0.0000,23.3537,0.0000,23.3537,6.3739,16.9798,0.0000,16.9798,0.0432,16.9366,0.0000,1.8341,10.7884,4.3142,6248.4022,6248.4022,6248.4022,6248.4022,6248.4022 +845.5000,1.0000,10998.8867,58.5200,58.4720,0.0267,0.0000,5,1283.6254,217.6375,609.5722,-84.7099,29.2550,81.9393,-11.3868,0.0830,23.6354,0.0000,23.6354,5.5366,23.6354,0.7260,0.0000,22.9095,0.0000,22.9095,6.3850,16.5245,0.0000,16.5245,0.0385,16.4860,0.0000,1.8373,10.8072,3.8415,6166.7619,6166.7619,6166.7619,6166.7619,6166.7619 +846.5000,1.0000,11015.1678,58.6020,58.5680,0.0189,0.0000,5,1285.4241,209.1411,608.3718,-84.8166,28.1523,81.8925,-11.4171,0.0589,22.5301,0.0000,22.5301,5.5634,22.5301,0.7218,0.0000,21.8083,0.0000,21.8083,6.3939,15.4144,0.0000,15.4144,0.0273,15.3871,0.0000,1.8399,10.8223,2.7249,5973.7244,5973.7244,5973.7244,5973.7244,5973.7244 +847.5000,1.0000,11031.4292,58.5310,58.6360,-0.0583,0.0000,5,1283.8667,123.5603,604.6514,-84.7242,16.6122,81.2931,-11.3909,-0.1816,11.2080,0.0000,11.2080,5.5858,11.2080,0.6640,0.0000,10.5440,0.0000,10.5440,6.3862,4.1578,0.0000,4.1578,-0.0842,4.2420,0.0000,1.8376,10.8092,-8.4049,3821.4674,3821.4674,3821.4674,3821.4674,3821.4674 +848.5000,1.0000,11047.6108,58.2440,58.4260,-0.1011,0.0000,5,1277.5714,75.8297,566.7713,-84.3509,10.1450,75.8266,-11.2850,-0.3132,4.9386,0.0000,4.9386,5.5196,4.9386,0.6411,0.0000,4.2975,0.0000,4.2975,6.3549,-2.0574,0.0000,-2.0574,-0.1452,-1.9122,0.0000,1.8286,10.7562,-14.4970,2857.3207,2857.3207,2857.3207,2857.3207,2857.3207 +849.5000,1.0000,11063.7011,57.9150,58.0620,-0.0817,0.0000,5,1270.3549,97.9044,544.3908,-83.9229,13.0243,72.4210,-11.1644,-0.2515,7.7097,0.0000,7.7097,5.5662,7.7097,0.6366,0.0000,7.0731,0.0000,7.0731,6.3190,0.7541,0.0000,0.7541,-0.1166,0.8707,0.0000,1.8183,10.6955,-11.6430,3197.2417,3197.2417,3197.2417,3197.2417,3197.2417 +850.5000,1.0000,11079.6586,57.4370,57.7680,-0.1839,0.0000,5,1259.8700,-15.3220,551.4676,-83.3011,-2.0215,72.7569,-10.9902,-0.5617,-6.9262,0.0000,-6.9262,5.4664,-6.9262,0.6571,0.0000,-7.5833,0.0000,-7.5833,6.2668,-13.8501,0.0000,-13.8501,-0.2604,-13.5897,0.0000,1.8033,10.6072,-26.0002,1297.2190,1297.2190,1297.2190,1297.2190,1297.2190 +851.5000,1.0000,11095.4089,56.6910,57.1060,-0.2306,0.0000,5,1243.5066,-66.8526,497.3207,-82.3306,-8.7055,64.7610,-10.7211,-0.6951,-13.4018,0.0000,-13.4018,5.3914,-13.4018,0.6608,0.0000,-14.0626,0.0000,-14.0626,6.1854,-20.2480,0.0000,-20.2480,-0.3222,-19.9257,0.0000,1.7799,10.4694,-32.1750,223.6563,223.6563,223.6563,223.6563,223.6563 +852.5000,1.0000,11110.9022,55.7660,56.2760,-0.2833,0.0000,5,1223.2169,39.6815,468.4183,-81.1272,5.0830,60.0020,-10.3920,-0.8403,0.6104,0.0000,0.6104,5.3130,0.6104,0.6104,0.0000,0.0000,0.0000,0.0000,6.0845,-6.0845,21.1509,-27.2354,-0.3896,-26.8458,0.0000,1.7508,10.2986,-38.8952,2150.6972,2150.6972,2150.6972,2150.6972,2150.6972 +853.5000,1.0000,11126.1167,54.7620,55.2560,-0.2744,0.0000,5,1201.1944,40.0391,511.0940,-79.8211,5.0365,64.2899,-10.0406,-0.7993,0.5939,0.0000,0.5939,5.2419,0.5939,0.5939,0.0000,0.0000,0.0000,0.0000,5.9750,-5.9750,19.5598,-25.5348,-0.3705,-25.1642,0.0000,1.7193,10.1132,-36.9967,2108.6164,2108.6164,2108.6164,2108.6164,2108.6164 +854.5000,1.0000,11141.0421,53.7215,54.2680,-0.3036,0.0000,5,1178.3712,39.4049,505.0286,-78.4601,4.8625,62.3199,-9.6819,-0.8675,0.5771,0.0000,0.5771,5.1529,0.5771,0.5771,0.0000,0.0000,0.0000,0.0000,5.8614,-5.8614,23.0839,-28.9453,-0.4021,-28.5432,0.0000,1.6866,9.9210,-40.1509,2081.7359,2081.7359,2081.7359,2081.7359,2081.7359 +855.5000,1.0000,11155.7040,52.7730,53.1750,-0.2233,0.0000,5,1157.5660,-58.5926,499.0965,-77.2190,-7.1026,60.5005,-9.3605,-0.6268,-11.5509,0.0000,-11.5509,5.0751,-11.5509,0.5922,0.0000,-12.1430,0.0000,-12.1430,5.7580,-17.9010,0.0000,-17.9010,-0.2906,-17.6104,0.0000,1.6568,9.7459,-29.0131,271.1292,271.1292,271.1292,271.1292,271.1292 +856.5000,1.0000,11170.1364,51.9465,52.3710,-0.2358,0.0000,5,1139.4369,-71.9253,447.5740,-76.1376,-8.5822,53.4052,-9.0849,-0.6515,-12.9846,0.0000,-12.9846,5.0540,-12.9846,0.5827,0.0000,-13.5673,0.0000,-13.5673,5.6678,-19.2351,0.0000,-19.2351,-0.3020,-18.9330,0.0000,1.6309,9.5932,-30.1572,0.0000,0.0000,0.0000,0.0000,0.0000 +857.5000,1.0000,11184.3854,51.2865,51.5220,-0.1308,0.0000,5,1124.9599,43.7379,437.1089,-75.2740,5.1526,51.4938,-8.8677,-0.3569,0.5326,0.0000,0.5326,4.9768,0.5326,0.5385,0.0000,-0.0059,0.0000,-0.0059,5.5958,-5.6017,0.0000,-5.6017,-0.1654,-5.4362,0.0000,1.6102,9.4713,-16.5177,2115.9062,2115.9062,2115.9062,2115.9062,2115.9062 +858.5000,1.0000,11198.5214,50.8795,51.0510,-0.0953,0.0000,5,1116.0325,82.7659,490.1176,-74.7414,9.6729,57.2804,-8.7351,-0.2578,5.0130,0.0000,5.0130,4.9177,5.0130,0.5210,0.0000,4.4920,0.0000,4.4920,5.5514,-1.0593,0.0000,-1.0593,-0.1195,-0.9398,0.0000,1.5974,9.3962,-11.9334,2732.9455,2732.9455,2732.9455,2732.9455,2732.9455 +859.5000,1.0000,11212.5876,50.6285,50.7080,-0.0442,0.0000,5,1110.5268,139.4888,507.3509,-74.4130,16.2217,59.0019,-8.6538,-0.1189,11.4469,0.0000,11.4469,4.8938,11.4469,0.5432,0.0000,10.9037,0.0000,10.9037,5.5240,5.3797,0.0000,5.3797,-0.0551,5.4348,0.0000,1.5895,9.3498,-5.5045,3624.7646,3624.7646,3624.7646,3624.7646,3624.7646 +860.5000,1.0000,11226.6688,50.6820,50.5490,0.0739,0.0000,5,1111.7003,270.5111,534.3967,-74.4830,31.4921,62.2129,-8.6711,0.1992,26.4104,0.0000,26.4104,4.8825,26.4104,0.6188,0.0000,25.7916,0.0000,25.7916,5.5298,20.2618,0.0000,20.2618,0.0923,20.1695,0.0000,1.5912,9.3597,9.2185,6467.7697,6467.7697,6467.7697,6467.7697,6467.7697 +861.5000,1.0000,11240.8525,51.0515,50.8150,0.1314,0.0000,5,1119.8053,334.4566,597.5413,-74.9665,39.2203,70.0711,-8.7910,0.3567,33.9400,0.0000,33.9400,4.9235,33.9400,0.6619,0.0000,33.2781,0.0000,33.2781,5.5701,27.7080,0.0000,27.7080,0.1654,27.5426,0.0000,1.6028,9.4279,16.5119,7908.0166,7908.0166,7908.0166,7908.0166,7908.0166 +862.5000,1.0000,11255.1982,51.6345,51.2880,0.1925,0.0000,5,1132.5933,402.0893,629.3136,-75.7293,47.6898,74.6397,-8.9819,0.5286,42.2155,0.0000,42.2155,4.9456,42.2155,0.7119,0.0000,41.5036,0.0000,41.5036,5.6337,35.8699,0.0000,35.8699,0.2451,35.6248,0.0000,1.6211,9.5356,24.4681,9590.9618,9590.9618,9590.9618,9590.9618,9590.9618 +863.5000,1.0000,11269.7421,52.3480,51.9810,0.2039,0.0000,5,1148.2437,414.8914,662.9335,-76.6629,49.8881,79.7136,-9.2182,0.5676,44.2923,0.0000,44.2923,5.0281,44.2923,0.7329,0.0000,43.5594,0.0000,43.5594,5.7116,37.8478,0.0000,37.8478,0.2631,37.5847,0.0000,1.6435,9.6674,26.2738,9966.5954,9966.5954,9966.5954,9966.5954,9966.5954 +864.5000,1.0000,11284.5128,53.1645,52.7150,0.2497,0.0000,5,1166.1535,465.7935,671.4315,-77.7313,56.8824,81.9947,-9.4925,0.7061,51.0764,0.0000,51.0764,5.0999,51.0764,0.7791,0.0000,50.2973,0.0000,50.2973,5.8007,44.4966,0.0000,44.4966,0.3273,44.1693,0.0000,1.6691,9.8182,32.6820,11331.6393,11331.6393,11331.6393,11331.6393,11331.6393 +865.5000,1.0000,11299.5371,54.0775,53.6140,0.2575,0.0000,5,1186.1800,474.2969,697.3058,-78.9259,58.9155,86.6169,-9.8039,0.7406,53.0095,0.0000,53.0095,5.1654,53.0095,0.8027,0.0000,52.2068,0.0000,52.2068,5.9003,46.3065,0.0000,46.3065,0.3433,45.9632,0.0000,1.6978,9.9868,34.2786,11741.0603,11741.0603,11741.0603,11741.0603,11741.0603 +866.5000,1.0000,11314.8318,55.0510,54.5410,0.2833,0.0000,5,1207.5335,502.8910,704.0160,-80.1971,63.5919,89.0247,-10.1411,0.8296,57.5229,0.0000,57.5229,5.2395,57.5229,0.8403,0.0000,56.6825,0.0000,56.6825,6.0065,50.6760,0.0000,50.6760,0.3846,50.2915,0.0000,1.7284,10.1666,38.3965,12650.8467,12650.8467,12650.8467,12650.8467,12650.8467 +867.5000,1.0000,11330.3806,55.9655,55.5610,0.2247,0.0000,5,1227.5929,437.4311,719.3439,-81.3868,56.2332,92.4740,-10.4625,0.6689,50.2869,0.0000,50.2869,5.2774,50.2869,0.8184,0.0000,49.4685,0.0000,49.4685,6.1063,43.3622,0.0000,43.3622,0.3101,43.0521,0.0000,1.7571,10.3354,30.9596,11221.4668,11221.4668,11221.4668,11221.4668,11221.4668 +868.5000,1.0000,11346.1506,56.7620,56.3700,0.2178,0.0000,5,1245.0640,429.9616,693.6759,-82.4229,56.0596,90.4434,-10.7465,0.6574,50.0222,0.0000,50.0222,5.3800,50.0222,0.8297,0.0000,49.1925,0.0000,49.1925,6.1932,42.9993,0.0000,42.9993,0.3048,42.6945,0.0000,1.7821,10.4825,30.4299,11188.0112,11188.0112,11188.0112,11188.0112,11188.0112 +869.5000,1.0000,11362.1167,57.4680,57.1540,0.1744,0.0000,5,1260.5500,381.9166,693.0206,-83.3414,50.4147,91.4818,-11.0014,0.5332,44.4257,0.0000,44.4257,5.4559,44.4257,0.8130,0.0000,43.6127,0.0000,43.6127,6.2702,37.3425,0.0000,37.3425,0.2472,37.0953,0.0000,1.8043,10.6129,24.6781,10130.2876,10130.2876,10130.2876,10130.2876,10130.2876 +870.5000,1.0000,11378.2697,58.1410,57.7820,0.1994,0.0000,5,1275.3121,409.5071,674.9430,-84.2169,54.6898,90.1389,-11.2472,0.6167,48.5819,0.0000,48.5819,5.4912,48.5819,0.8446,0.0000,47.7374,0.0000,47.7374,6.3436,41.3937,0.0000,41.3937,0.2859,41.1078,0.0000,1.8254,10.7372,28.5452,10947.8952,10947.8952,10947.8952,10947.8952,10947.8952 +871.5000,1.0000,11394.6300,58.8870,58.5000,0.2150,0.0000,5,1291.6755,426.9481,689.0050,-85.1874,57.7507,93.1975,-11.5228,0.6734,51.4987,0.0000,51.4987,5.5787,51.4987,0.8713,0.0000,50.6274,0.0000,50.6274,6.4250,44.2024,0.0000,44.2024,0.3121,43.8902,0.0000,1.8488,10.8750,31.1664,11542.8789,11542.8789,11542.8789,11542.8789,11542.8789 +872.5000,1.0000,11411.1718,59.5405,59.2740,0.1481,0.0000,5,1306.0099,352.2248,698.7990,-86.0375,48.1720,95.5713,-11.7669,0.4688,42.1140,0.0000,42.1140,5.5892,42.1140,0.8350,0.0000,41.2790,0.0000,41.2790,6.4963,34.7827,0.0000,34.7827,0.2173,34.5653,0.0000,1.8693,10.9957,21.7003,9743.3385,9743.3385,9743.3385,9743.3385,9743.3385 +873.5000,1.0000,11427.8538,60.0450,59.8070,0.1322,0.0000,5,1317.0760,335.1355,670.1542,-86.6938,46.2232,92.4303,-11.9571,0.4222,40.0982,0.0000,40.0982,5.7027,40.0982,0.8333,0.0000,39.2650,0.0000,39.2650,6.5514,32.7136,0.0000,32.7136,0.1957,32.5179,0.0000,1.8852,11.0888,19.5439,9379.5028,9379.5028,9379.5028,9379.5028,9379.5028 +874.5000,1.0000,11444.6158,60.3335,60.2830,0.0281,0.0000,5,1323.4042,219.4459,664.7819,-87.0691,30.4123,92.1298,-12.0666,0.0900,24.5882,0.0000,24.5882,5.7340,24.5882,0.7605,0.0000,23.8278,0.0000,23.8278,6.5829,17.2449,0.0000,17.2449,0.0417,17.2032,0.0000,1.8942,11.1421,4.1668,6433.1364,6433.1364,6433.1364,6433.1364,6433.1364 +875.5000,1.0000,11461.3282,60.1545,60.3840,-0.1275,0.0000,5,1319.4779,46.6721,616.9751,-86.8363,6.4489,85.2508,-11.9986,-0.4079,1.1751,0.0000,1.1751,5.6817,1.1751,0.6835,0.0000,0.4916,0.0000,0.4916,6.5633,-6.0717,0.0000,-6.0717,-0.1891,-5.8826,0.0000,1.8886,11.1090,-18.8802,2489.6022,2489.6022,2489.6022,2489.6022,2489.6022 +876.5000,1.0000,11477.8720,59.5475,59.9250,-0.2097,0.0000,5,1306.1634,-43.7989,541.5117,-86.0466,-5.9909,74.0686,-11.7696,-0.6642,-10.9833,0.0000,-10.9833,5.6567,-10.9833,0.7033,0.0000,-11.6867,0.0000,-11.6867,6.4971,-18.1838,0.0000,-18.1838,-0.3079,-17.8759,0.0000,1.8695,10.9970,-30.7424,789.3783,789.3783,789.3783,789.3783,789.3783 +877.5000,1.0000,11494.2275,58.8700,59.1700,-0.1667,0.0000,5,1291.3026,3.8157,498.6741,-85.1653,0.5160,67.4332,-11.5165,-0.5218,-4.5760,0.0000,-4.5760,5.6138,-4.5760,0.6756,0.0000,-5.2517,0.0000,-5.2517,6.4232,-11.6749,0.0000,-11.6749,-0.2419,-11.4330,0.0000,1.8483,10.8718,-24.1531,1726.0253,1726.0253,1726.0253,1726.0253,1726.0253 +878.5000,1.0000,11510.4881,58.5280,58.5700,-0.0233,0.0000,5,1283.8009,162.1678,516.9669,-84.7203,21.8017,69.5007,-11.3897,-0.0726,16.3262,0.0000,16.3262,5.5482,16.3262,0.6896,0.0000,15.6366,0.0000,15.6366,6.3859,9.2508,0.0000,9.2508,-0.0337,9.2844,0.0000,1.8375,10.8087,-3.3618,4796.3845,4796.3845,4796.3845,4796.3845,4796.3845 +879.5000,1.0000,11526.7420,58.5040,58.4860,0.0100,0.0000,5,1283.2745,199.2394,584.4008,-84.6891,26.7746,78.5342,-11.3809,0.0311,21.1924,0.0000,21.1924,5.5511,21.1924,0.7135,0.0000,20.4789,0.0000,20.4789,6.3832,14.0956,0.0000,14.0956,0.0144,14.0812,0.0000,1.8368,10.8042,1.4402,5730.3442,5730.3442,5730.3442,5730.3442,5730.3442 +880.5000,1.0000,11543.0164,58.5780,58.5220,0.0311,0.0000,5,1284.8976,222.6925,600.4406,-84.7854,29.9642,80.7918,-11.4082,0.0969,24.3098,0.0000,24.3098,5.5575,24.3098,0.7303,0.0000,23.5795,0.0000,23.5795,6.3913,17.1881,0.0000,17.1881,0.0449,17.1432,0.0000,1.8391,10.8179,4.4862,6303.5809,6303.5809,6303.5809,6303.5809,6303.5809 +881.5000,1.0000,11559.3346,58.7355,58.6340,0.0564,0.0000,5,1288.3524,250.5569,611.0272,-84.9903,33.8041,82.4373,-11.4665,0.1761,28.0860,0.0000,28.0860,5.5419,28.0860,0.7517,0.0000,27.3343,0.0000,27.3343,6.4085,20.9258,0.0000,20.9258,0.0817,20.8442,0.0000,1.8440,10.8470,8.1531,7034.0658,7034.0658,7034.0658,7034.0658,7034.0658 +882.5000,1.0000,11575.7129,58.9520,58.8370,0.0639,0.0000,5,1293.1013,259.0427,623.7128,-85.2719,35.0778,84.4590,-11.5469,0.2003,29.2957,0.0000,29.2957,5.5818,29.2957,0.7613,0.0000,28.5344,0.0000,28.5344,6.4321,22.1022,0.0000,22.1022,0.0929,22.0094,0.0000,1.8508,10.8870,9.2716,7281.1496,7281.1496,7281.1496,7281.1496,7281.1496 +883.5000,1.0000,11592.1510,59.1670,59.0670,0.0556,0.0000,5,1297.8173,250.1634,628.2619,-85.5516,33.9990,85.3853,-11.6271,0.1748,28.1717,0.0000,28.1717,5.6524,28.1717,0.7592,0.0000,27.4125,0.0000,27.4125,6.4556,20.9570,0.0000,20.9570,0.0810,20.8759,0.0000,1.8576,10.9267,8.0916,7087.1109,7087.1109,7087.1109,7087.1109,7087.1109 +884.5000,1.0000,11608.6464,59.3735,59.2670,0.0592,0.0000,5,1302.3468,253.6681,625.4873,-85.8203,34.5956,85.3049,-11.7043,0.1868,28.8070,0.0000,28.8070,5.6017,28.8070,0.7657,0.0000,28.0413,0.0000,28.0413,6.4781,21.5632,0.0000,21.5632,0.0866,21.4766,0.0000,1.8641,10.9648,8.6477,7201.8042,7201.8042,7201.8042,7201.8042,7201.8042 +885.5000,1.0000,11625.2021,59.5905,59.4800,0.0614,0.0000,5,1307.1066,256.4305,627.9289,-86.1026,35.1002,85.9508,-11.7857,0.1946,29.2445,0.0000,29.2445,5.6611,29.2445,0.7715,0.0000,28.4730,0.0000,28.4730,6.5018,21.9712,0.0000,21.9712,0.0902,21.8810,0.0000,1.8709,11.0049,9.0053,7294.5989,7294.5989,7294.5989,7294.5989,7294.5989 +886.5000,1.0000,11641.8161,59.8005,59.7010,0.0553,0.0000,5,1311.7130,249.5467,630.0548,-86.3758,34.2783,86.5457,-11.8648,0.1758,28.4357,0.0000,28.4357,5.6668,28.4357,0.7709,0.0000,27.6647,0.0000,27.6647,6.5247,21.1400,0.0000,21.1400,0.0815,21.0585,0.0000,1.8775,11.0437,8.1374,7141.7447,7141.7447,7141.7447,7141.7447,7141.7447 +887.5000,1.0000,11658.5106,60.0900,59.9000,0.1056,0.0000,5,1318.0631,305.2333,628.3978,-86.7524,42.1305,86.7360,-11.9742,0.3373,36.1245,0.0000,36.1245,5.6687,36.1245,0.8141,0.0000,35.3103,0.0000,35.3103,6.5563,28.7540,0.0000,28.7540,0.1564,28.5976,0.0000,1.8866,11.0971,15.6139,8620.8582,8620.8582,8620.8582,8620.8582,8620.8582 +888.5000,1.0000,11675.3090,60.4645,60.2800,0.1025,0.0000,5,1326.2777,301.3447,652.8525,-87.2396,41.8530,90.6730,-12.1165,0.3296,35.8902,0.0000,35.8902,5.6332,35.8902,0.8192,0.0000,35.0710,0.0000,35.0710,6.5972,28.4739,0.0000,28.4739,0.1528,28.3211,0.0000,1.8983,11.1663,15.2565,8575.8937,8575.8937,8575.8937,8575.8937,8575.8937 +889.5000,1.0000,11692.2243,60.8850,60.6490,0.1311,0.0000,5,1335.5013,333.6133,652.9963,-87.7866,46.6569,91.3237,-12.2772,0.4246,40.4953,0.0000,40.4953,5.7371,40.4953,0.8492,0.0000,39.6461,0.0000,39.6461,6.6430,33.0030,0.0000,33.0030,0.1968,32.8062,0.0000,1.9115,11.2440,19.6507,9462.8934,9462.8934,9462.8934,9462.8934,9462.8934 +890.5000,1.0000,11709.2539,61.2965,61.1210,0.0975,0.0000,5,1344.5274,296.2015,667.8624,-88.3219,41.7048,94.0341,-12.4356,0.3179,35.6233,0.0000,35.6233,5.7636,35.6233,0.8317,0.0000,34.7916,0.0000,34.7916,6.6879,28.1037,0.0000,28.1037,0.1473,27.9563,0.0000,1.9244,11.3199,14.7119,8559.0783,8559.0783,8559.0783,8559.0783,8559.0783 +891.5000,1.0000,11726.3924,61.6885,61.4720,0.1203,0.0000,5,1353.1259,321.6679,654.5396,-88.8319,45.5800,92.7476,-12.5874,0.3946,39.3647,0.0000,39.3647,5.8207,39.3647,0.8570,0.0000,38.5077,0.0000,38.5077,6.7307,31.7770,0.0000,31.7770,0.1829,31.5941,0.0000,1.9368,11.3923,18.2650,9274.2380,9274.2380,9274.2380,9274.2380,9274.2380 +892.5000,1.0000,11743.6504,62.1190,61.9050,0.1189,0.0000,5,1362.5688,319.7761,666.5423,-89.3919,45.6282,95.1075,-12.7551,0.3928,39.4265,0.0000,39.4265,5.8089,39.4265,0.8646,0.0000,38.5619,0.0000,38.5619,6.7777,31.7842,0.0000,31.7842,0.1821,31.6022,0.0000,1.9503,11.4718,18.1800,9288.5282,9288.5282,9288.5282,9288.5282,9288.5282 +893.5000,1.0000,11761.0536,62.6415,62.3330,0.1714,0.0000,5,1374.0298,378.1154,667.8971,-90.0716,54.4063,96.1024,-12.9602,0.5710,47.9792,0.0000,47.9792,5.8561,47.9792,0.9163,0.0000,47.0630,0.0000,47.0630,6.8347,40.2283,0.0000,40.2283,0.2647,39.9636,0.0000,1.9667,11.5683,26.4286,10958.1720,10958.1720,10958.1720,10958.1720,10958.1720 +894.5000,1.0000,11778.6563,63.3595,62.9500,0.2275,0.0000,5,1389.7790,440.6157,693.2765,-91.0057,64.1260,100.8976,-13.2447,0.7666,57.4175,0.0000,57.4175,5.9420,57.4175,0.9757,0.0000,56.4417,0.0000,56.4417,6.9130,49.5287,0.0000,49.5287,0.3554,49.1733,0.0000,1.9892,11.7009,35.4832,12777.3575,12777.3575,12777.3575,12777.3575,12777.3575 +895.5000,1.0000,11796.4757,64.1400,63.7690,0.2061,0.0000,5,1406.8991,416.5674,720.1151,-92.0210,61.3729,106.0947,-13.5575,0.7031,54.7017,0.0000,54.7017,5.9681,54.7017,0.9756,0.0000,53.7261,0.0000,53.7261,6.9982,46.7279,0.0000,46.7279,0.3259,46.4019,0.0000,2.0137,11.8451,32.5432,12288.6971,12288.6971,12288.6971,12288.6971,12288.6971 +896.5000,1.0000,11814.5042,64.8925,64.5110,0.2119,0.0000,5,1423.4050,424.0527,713.9505,-93.0000,63.2087,106.4205,-13.8624,0.7315,56.2943,0.0000,56.2943,6.1830,56.2943,0.9967,0.0000,55.2976,0.0000,55.2976,7.0803,48.2173,0.0000,48.2173,0.3391,47.8782,0.0000,2.0373,11.9840,33.8568,12635.9356,12635.9356,12635.9356,12635.9356,12635.9356 +897.5000,1.0000,11832.7289,65.5990,65.2740,0.1806,0.0000,5,1438.9020,389.1089,719.6064,-93.9191,58.6315,108.4313,-14.1519,0.6299,51.7665,0.0000,51.7665,6.2350,51.7665,0.9865,0.0000,50.7801,0.0000,50.7801,7.1574,43.6227,0.0000,43.6227,0.2920,43.3307,0.0000,2.0595,12.1145,29.1566,11806.8830,11806.8830,11806.8830,11806.8830,11806.8830 +898.5000,1.0000,11851.1078,66.1540,65.9240,0.1278,0.0000,5,1451.0758,330.7536,709.3565,-94.6411,50.2601,107.7912,-14.3813,0.4496,43.4837,0.0000,43.4837,6.3268,43.4837,0.9549,0.0000,42.5288,0.0000,42.5288,7.2179,35.3109,0.0000,35.3109,0.2084,35.1025,0.0000,2.0770,12.2170,20.8085,10229.7613,10229.7613,10229.7613,10229.7613,10229.7613 +899.5000,1.0000,11869.6067,66.5860,66.3840,0.1122,0.0000,5,1460.5516,313.0112,690.2610,-95.2031,47.8746,105.5745,-14.5612,0.3974,41.1823,0.0000,41.1823,6.2949,41.1823,0.9511,0.0000,40.2312,0.0000,40.2312,7.2651,32.9662,0.0000,32.9662,0.1842,32.7819,0.0000,2.0905,12.2968,18.3946,9806.8743,9806.8743,9806.8743,9806.8743,9806.8743 +900.5000,1.0000,11888.1958,66.9110,66.7880,0.0683,0.0000,5,1467.6805,263.6781,685.5892,-95.6259,40.5260,105.3717,-14.6972,0.2432,34.0473,0.0000,34.0473,6.2355,34.0473,0.9212,0.0000,33.1261,0.0000,33.1261,7.3005,25.8256,0.0000,25.8256,0.1127,25.7129,0.0000,2.1007,12.3568,11.2554,8434.4893,8434.4893,8434.4893,8434.4893,8434.4893 +901.5000,1.0000,11906.8774,67.2435,67.0340,0.1164,0.0000,5,1474.9738,317.6248,669.5397,-96.0584,49.0600,103.4164,-14.8371,0.4162,42.2935,0.0000,42.2935,6.3502,42.2935,0.9684,0.0000,41.3251,0.0000,41.3251,7.3368,33.9883,0.0000,33.9883,0.1930,33.7954,0.0000,2.1112,12.4182,19.2660,10033.3526,10033.3526,10033.3526,10033.3526,10033.3526 +902.5000,1.0000,11925.6678,67.6355,67.4530,0.1014,0.0000,5,1483.5722,300.7569,690.6933,-96.5684,46.7254,107.3056,-15.0028,0.3647,40.0076,0.0000,40.0076,6.3531,40.0076,0.9640,0.0000,39.0436,0.0000,39.0436,7.3796,31.6640,0.0000,31.6640,0.1691,31.4949,0.0000,2.1235,12.4906,16.8809,9628.4771,9628.4771,9628.4771,9628.4771,9628.4771 +903.5000,1.0000,11944.5193,67.8555,67.8180,0.0208,0.0000,5,1488.3979,211.3048,686.1037,-96.8546,32.9350,106.9393,-15.0962,0.0752,26.4803,0.0000,26.4803,6.3794,26.4803,0.9004,0.0000,25.5800,0.0000,25.5800,7.4036,18.1764,0.0000,18.1764,0.0349,18.1416,0.0000,2.1304,12.5312,3.4800,7044.5487,7044.5487,7044.5487,7044.5487,7044.5487 +904.5000,1.0000,11963.3014,67.6055,67.8930,-0.1597,0.0000,5,1482.9142,11.0391,653.5304,-96.5293,1.7143,101.4870,-14.9901,-0.5743,-4.0319,0.0000,-4.0319,6.3205,-4.0319,0.8317,0.0000,-4.8637,0.0000,-4.8637,7.3763,-12.2400,0.0000,-12.2400,-0.2662,-11.9737,0.0000,2.1225,12.4851,-26.5813,2318.2684,2318.2684,2318.2684,2318.2684,2318.2684 +905.5000,1.0000,11981.9382,67.0825,67.3180,-0.1308,0.0000,5,1471.4423,43.0856,577.8924,-95.8490,6.6390,89.0469,-14.7693,-0.4668,0.8021,0.0000,0.8021,6.3037,0.8021,0.8098,0.0000,-0.0077,0.0000,-0.0077,7.3192,-7.3269,0.0000,-7.3269,-0.2164,-7.1105,0.0000,2.1061,12.3885,-21.6051,2854.2869,2854.2869,2854.2869,2854.2869,2854.2869 +906.5000,1.0000,12000.4072,66.4785,66.8470,-0.2047,0.0000,5,1458.1937,-38.5185,585.2919,-95.0632,-5.8818,89.3751,-14.5163,-0.7238,-11.3915,0.0000,-11.3915,6.2335,-11.3915,0.8290,0.0000,-12.2205,0.0000,-12.2205,7.2533,-19.4738,0.0000,-19.4738,-0.3355,-19.1383,0.0000,2.0871,12.2769,-33.5024,1220.7716,1220.7716,1220.7716,1220.7716,1220.7716 +907.5000,1.0000,12018.6967,65.8320,66.1100,-0.1544,0.0000,5,1444.0128,16.6277,550.1472,-94.2222,2.5144,83.1914,-14.2480,-0.5407,-3.0761,0.0000,-3.0761,6.1312,-3.0761,0.7962,0.0000,-3.8722,0.0000,-3.8722,7.1828,-11.0550,0.0000,-11.0550,-0.2507,-10.8043,0.0000,2.0668,12.1575,-25.0287,2327.0871,2327.0871,2327.0871,2327.0871,2327.0871 +908.5000,1.0000,12036.8072,65.1880,65.5540,-0.2033,0.0000,5,1429.8868,-22.7648,566.2589,-93.3844,-3.4087,84.7901,-13.9831,-0.7050,-10.9542,0.0000,-10.9542,8.2504,-10.9542,0.8039,0.0000,-11.7582,0.0000,-11.7582,7.1125,-18.8707,0.0000,-18.8707,-0.3268,-18.5439,0.0000,2.0466,12.0386,-32.6291,1507.3104,1507.3104,1507.3104,1507.3104,1507.3104 +909.5000,1.0000,12054.7242,64.4910,64.8220,-0.1839,0.0000,5,1414.5982,-1.2136,546.1484,-92.4777,-0.1798,80.9044,-13.6993,-0.6307,-7.7315,0.0000,-7.7315,8.1825,-7.7315,0.7831,0.0000,-8.5146,0.0000,-8.5146,7.0365,-15.5511,0.0000,-15.5511,-0.2924,-15.2587,0.0000,2.0247,11.9099,-29.1933,1948.9050,1948.9050,1948.9050,1948.9050,1948.9050 +910.5000,1.0000,12072.4524,63.8115,64.1600,-0.1936,0.0000,5,1399.6935,-11.5692,549.6889,-91.5937,-1.6958,80.5710,-13.4254,-0.6571,-9.1930,0.0000,-9.1930,8.1543,-9.1930,0.7744,0.0000,-9.9674,0.0000,-9.9674,6.9623,-16.9297,0.0000,-16.9297,-0.3046,-16.6251,0.0000,2.0034,11.7844,-30.4129,1687.0844,1687.0844,1687.0844,1687.0844,1687.0844 +911.5000,1.0000,12089.9942,63.1405,63.4630,-0.1792,0.0000,5,1384.9752,3.9695,540.9172,-90.7208,0.5757,78.4515,-13.1576,-0.6017,-6.8386,0.0000,-6.8386,8.0160,-6.8386,0.7564,0.0000,-7.5950,0.0000,-7.5950,6.8891,-14.4841,0.0000,-14.4841,-0.2789,-14.2052,0.0000,1.9823,11.6605,-27.8480,1968.3132,1968.3132,1968.3132,1968.3132,1968.3132 +912.5000,1.0000,12107.3989,62.6470,62.8180,-0.0950,0.0000,5,1374.1504,96.7375,543.7200,-90.0788,13.9206,78.2417,-12.9624,-0.3165,6.2889,0.0000,6.2889,7.9482,6.2889,0.7147,0.0000,5.5742,0.0000,5.5742,6.8353,-1.2611,0.0000,-1.2611,-0.1467,-1.1143,0.0000,1.9668,11.5694,-14.6505,3511.4419,3511.4419,3511.4419,3511.4419,3511.4419 +913.5000,1.0000,12124.7282,62.3755,62.4760,-0.0558,0.0000,5,1368.1951,140.4483,579.0296,-89.7256,20.1230,82.9617,-12.8556,-0.1852,12.3579,0.0000,12.3579,7.9504,12.3579,0.7336,0.0000,11.6243,0.0000,11.6243,6.8057,4.8186,0.0000,4.8186,-0.0859,4.9045,0.0000,1.9583,11.5192,-8.5731,4578.0616,4578.0616,4578.0616,4578.0616,4578.0616 +914.5000,1.0000,12141.9897,62.1315,62.2750,-0.0797,0.0000,5,1362.8430,113.9881,595.1218,-89.4082,16.2680,84.9338,-12.7600,-0.2634,8.5991,0.0000,8.5991,7.9323,8.5991,0.7107,0.0000,7.8885,0.0000,7.8885,6.7790,1.1094,0.0000,1.1094,-0.1221,1.2315,0.0000,1.9507,11.4742,-12.1933,3880.3181,3880.3181,3880.3181,3880.3181,3880.3181 +915.5000,1.0000,12159.1600,61.8030,61.9880,-0.1028,0.0000,5,1355.6374,88.0528,582.6228,-88.9808,12.5002,82.7103,-12.6319,-0.3378,5.0068,0.0000,5.0068,7.8311,5.0068,0.7029,0.0000,4.3040,0.0000,4.3040,6.7432,-2.4392,0.0000,-2.4392,-0.1566,-2.2826,0.0000,1.9404,11.4135,-15.6364,3296.0484,3296.0484,3296.0484,3296.0484,3296.0484 +916.5000,1.0000,12176.2164,61.3930,61.6180,-0.1250,0.0000,5,1346.6442,49.3270,569.7054,-88.4474,6.9561,80.3400,-12.4729,-0.4081,1.5875,0.0000,1.5875,5.7767,1.5875,0.7041,0.0000,0.8834,0.0000,0.8834,6.6985,-5.8151,0.0000,-5.8151,-0.1892,-5.6259,0.0000,1.9275,11.3378,-18.8911,2602.9188,2602.9188,2602.9188,2602.9188,2602.9188 +917.5000,1.0000,12193.1496,60.9495,61.1680,-0.1214,0.0000,5,1336.9161,52.9418,551.1275,-87.8705,7.4119,77.1587,-12.3020,-0.3935,2.1192,0.0000,2.1192,5.6862,2.1192,0.6950,0.0000,1.4242,0.0000,1.4242,6.6501,-5.2259,0.0000,-5.2259,-0.1824,-5.0434,0.0000,1.9136,11.2559,-18.2129,2636.2106,2636.2106,2636.2106,2636.2106,2636.2106 +918.5000,1.0000,12209.9363,60.4220,60.7310,-0.1717,0.0000,5,1325.3454,-2.4668,549.4150,-87.1843,-0.3424,76.2532,-12.1003,-0.5517,-5.4366,0.0000,-5.4366,5.6459,-5.4366,0.7047,0.0000,-6.1413,0.0000,-6.1413,6.5925,-12.7338,0.0000,-12.7338,-0.2557,-12.4781,0.0000,1.8970,11.1584,-25.5335,1698.3593,1698.3593,1698.3593,1698.3593,1698.3593 +919.5000,1.0000,12226.5861,59.9295,60.1130,-0.1019,0.0000,5,1314.5425,74.6678,523.1419,-86.5436,10.2787,72.0150,-11.9135,-0.3249,4.9677,0.0000,4.9677,5.6358,4.9677,0.6701,0.0000,4.2977,0.0000,4.2977,6.5388,-2.2411,0.0000,-2.2411,-0.1506,-2.0905,0.0000,1.8815,11.0675,-15.0395,2929.7898,2929.7898,2929.7898,2929.7898,2929.7898 +920.5000,1.0000,12243.1304,59.5495,59.7460,-0.1092,0.0000,5,1306.2073,66.7348,553.2642,-86.0492,9.1284,75.6786,-11.7703,-0.3457,3.8673,0.0000,3.8673,5.6068,3.8673,0.6662,0.0000,3.2011,0.0000,3.2011,6.4973,-3.2962,0.0000,-3.2962,-0.1603,-3.1359,0.0000,1.8696,10.9973,-16.0029,2779.8461,2779.8461,2779.8461,2779.8461,2779.8461 +921.5000,1.0000,12259.6013,59.2850,59.3530,-0.0378,0.0000,5,1300.4056,145.6284,548.3109,-85.7051,19.8314,74.6680,-11.6712,-0.1191,14.4020,0.0000,14.4020,5.5485,14.4020,0.6923,0.0000,13.7097,0.0000,13.7097,6.4685,7.2413,0.0000,7.2413,-0.0552,7.2965,0.0000,1.8613,10.9485,-5.5133,4456.0253,4456.0253,4456.0253,4456.0253,4456.0253 +922.5000,1.0000,12276.0796,59.3120,59.2170,0.0528,0.0000,5,1300.9978,246.7101,581.5321,-85.7403,33.6118,79.2280,-11.6813,0.1665,27.8299,0.0000,27.8299,5.6154,27.8299,0.7599,0.0000,27.0701,0.0000,27.0701,6.4714,20.5987,0.0000,20.5987,0.0772,20.5215,0.0000,1.8621,10.9535,7.7059,7018.7189,7018.7189,7018.7189,7018.7189,7018.7189 +923.5000,1.0000,12292.6322,59.5795,59.4070,0.0958,0.0000,5,1306.8654,294.5641,624.8851,-86.0882,40.3125,85.5184,-11.7816,0.3037,34.3671,0.0000,34.3671,5.6417,34.3671,0.7969,0.0000,33.5702,0.0000,33.5702,6.5006,27.0696,0.0000,27.0696,0.1408,26.9288,0.0000,1.8705,11.0029,14.0554,8264.3486,8264.3486,8264.3486,8264.3486,8264.3486 +924.5000,1.0000,12309.2865,59.9455,59.7520,0.1075,0.0000,5,1314.8935,306.9795,646.2293,-86.5644,42.2696,88.9828,-11.9195,0.3427,36.3280,0.0000,36.3280,5.5989,36.3280,0.8128,0.0000,35.5152,0.0000,35.5152,6.5405,28.9747,0.0000,28.9747,0.1589,28.8158,0.0000,1.8820,11.0705,15.8633,8644.4974,8644.4974,8644.4974,8644.4974,8644.4974 +925.5000,1.0000,12326.0476,60.3300,60.1390,0.1061,0.0000,5,1323.3274,305.7967,652.9707,-87.0646,42.3769,90.4877,-12.0653,0.3405,36.3539,0.0000,36.3539,5.6824,36.3539,0.8193,0.0000,35.5347,0.0000,35.5347,6.5825,28.9522,0.0000,28.9522,0.1578,28.7944,0.0000,1.8941,11.1415,15.7588,8670.2319,8670.2319,8670.2319,8670.2319,8670.2319 +926.5000,1.0000,12342.8763,60.5730,60.5210,0.0289,0.0000,5,1328.6576,220.1252,653.8250,-87.3807,30.6275,90.9710,-12.1579,0.0931,24.8134,0.0000,24.8134,5.7210,24.8134,0.7656,0.0000,24.0478,0.0000,24.0478,6.6090,17.4389,0.0000,17.4389,0.0431,17.3957,0.0000,1.9017,11.1863,4.3076,6475.3902,6475.3902,6475.3902,6475.3902,6475.3902 +927.5000,1.0000,12359.7133,60.6035,60.6250,-0.0119,0.0000,5,1329.3266,174.6490,619.1354,-87.4204,24.3123,86.1878,-12.1695,-0.0385,18.6424,0.0000,18.6424,5.7084,18.6424,0.7352,0.0000,17.9072,0.0000,17.9072,6.6123,11.2949,0.0000,11.2949,-0.0178,11.3127,0.0000,1.9027,11.1920,-1.7819,5297.3144,5297.3144,5297.3144,5297.3144,5297.3144 +928.5000,1.0000,12376.5099,60.4575,60.5820,-0.0692,0.0000,5,1326.1241,111.4390,599.8635,-87.2304,15.4757,83.3039,-12.1138,-0.2224,9.9520,0.0000,9.9520,5.7461,9.9520,0.6894,0.0000,9.2626,0.0000,9.2626,6.5964,2.6662,0.0000,2.6662,-0.1031,2.7693,0.0000,1.8981,11.1650,-10.2938,3684.4737,3684.4737,3684.4737,3684.4737,3684.4737 +929.5000,1.0000,12393.2318,60.1890,60.3330,-0.0800,0.0000,5,1320.2346,99.1006,572.2773,-86.8812,13.7011,79.1200,-12.0117,-0.2561,8.2768,0.0000,8.2768,5.6804,8.2768,0.6765,0.0000,7.6003,0.0000,7.6003,6.5671,1.0332,0.0000,1.0332,-0.1187,1.1519,0.0000,1.8897,11.1154,-11.8532,3358.9972,3358.9972,3358.9972,3358.9972,3358.9972 +930.5000,1.0000,12409.8693,59.8850,60.0450,-0.0889,0.0000,5,1313.5664,89.4626,565.4249,-86.4857,12.3062,77.7778,-11.8967,-0.2831,6.9030,0.0000,6.9030,5.6862,6.9030,0.6646,0.0000,6.2384,0.0000,6.2384,6.5339,-0.2956,0.0000,-0.2956,-0.1312,-0.1643,0.0000,1.8801,11.0593,-13.1037,3169.6414,3169.6414,3169.6414,3169.6414,3169.6414 +931.5000,1.0000,12426.4274,59.5990,59.7250,-0.0700,0.0000,5,1307.2931,110.0222,559.7320,-86.1136,15.0620,76.6270,-11.7889,-0.2219,9.6814,0.0000,9.6814,5.6025,9.6814,0.6738,0.0000,9.0076,0.0000,9.0076,6.5027,2.5049,0.0000,2.5049,-0.1029,2.6077,0.0000,1.8712,11.0065,-10.2699,3581.2706,3581.2706,3581.2706,3581.2706,3581.2706 +932.5000,1.0000,12442.9310,59.4030,59.4730,-0.0389,0.0000,5,1302.9939,144.8259,567.2270,-85.8586,19.7614,77.3977,-11.7153,-0.1229,14.2664,0.0000,14.2664,5.6178,14.2664,0.6935,0.0000,13.5729,0.0000,13.5729,6.4813,7.0916,0.0000,7.0916,-0.0570,7.1485,0.0000,1.8650,10.9703,-5.6867,4445.0203,4445.0203,4445.0203,4445.0203,4445.0203 +933.5000,1.0000,12459.4274,59.3770,59.3330,0.0244,0.0000,5,1302.4236,215.1948,581.5939,-85.8248,29.3503,79.3233,-11.7056,0.0772,23.6569,0.0000,23.6569,5.6162,23.6569,0.7401,0.0000,22.9169,0.0000,22.9169,6.4785,16.4384,0.0000,16.4384,0.0358,16.4026,0.0000,1.8642,10.9655,3.5730,6225.3328,6225.3328,6225.3328,6225.3328,6225.3328 +934.5000,1.0000,12475.9733,59.5555,59.4210,0.0747,0.0000,5,1306.3389,270.6178,611.7535,-86.0570,37.0204,83.6876,-11.7726,0.2367,31.2114,0.0000,31.2114,5.5723,31.2114,0.7808,0.0000,30.4306,0.0000,30.4306,6.4980,23.9326,0.0000,23.9326,0.1097,23.8229,0.0000,1.8698,10.9984,10.9547,7651.1604,7651.1604,7651.1604,7651.1604,7651.1604 +935.5000,1.0000,12492.6189,59.9140,59.6900,0.1244,0.0000,5,1314.2026,326.1030,636.1879,-86.5234,44.8793,87.5541,-11.9076,0.3965,38.8455,0.0000,38.8455,5.6372,38.8455,0.8248,0.0000,38.0207,0.0000,38.0207,6.5371,31.4836,0.0000,31.4836,0.1838,31.2998,0.0000,1.8810,11.0646,18.3541,9129.2811,9129.2811,9129.2811,9129.2811,9129.2811 +936.5000,1.0000,12509.3520,60.2290,60.1380,0.0506,0.0000,5,1321.1120,244.4483,660.5706,-86.9332,33.8186,91.3877,-12.0269,0.1619,27.9313,0.0000,27.9313,5.7253,27.9313,0.7755,0.0000,27.1558,0.0000,27.1558,6.5715,20.5844,0.0000,20.5844,0.0751,20.5093,0.0000,1.8909,11.1228,7.4956,7057.0361,7057.0361,7057.0361,7057.0361,7057.0361 +937.5000,1.0000,12526.1276,60.3825,60.3200,0.0347,0.0000,5,1324.4790,226.5007,627.8963,-87.1329,31.4154,87.0887,-12.0853,0.1115,25.6144,0.0000,25.6144,5.6895,25.6144,0.7664,0.0000,24.8480,0.0000,24.8480,6.5882,18.2598,0.0000,18.2598,0.0517,18.2081,0.0000,1.8958,11.1512,5.1612,6617.3730,6617.3730,6617.3730,6617.3730,6617.3730 +938.5000,1.0000,12542.8981,60.3635,60.4450,-0.0453,0.0000,5,1324.0623,137.3928,620.6710,-87.1082,19.0503,86.0594,-12.0780,-0.1454,13.5392,0.0000,13.5392,5.6564,13.5392,0.7057,0.0000,12.8335,0.0000,12.8335,6.5861,6.2474,0.0000,6.2474,-0.0674,6.3148,0.0000,1.8952,11.1476,-6.7280,4332.6861,4332.6861,4332.6861,4332.6861,4332.6861 +939.5000,1.0000,12559.5906,60.0830,60.2820,-0.1106,0.0000,5,1317.9095,64.9576,582.5250,-86.7433,8.9649,80.3950,-11.9715,-0.3533,3.6982,0.0000,3.6982,5.6199,3.6982,0.6759,0.0000,3.0223,0.0000,3.0223,6.5555,-3.5332,0.0000,-3.5332,-0.1638,-3.3694,0.0000,1.8864,11.0958,-16.3516,2781.3993,2781.3993,2781.3993,2781.3993,2781.3993 +940.5000,1.0000,12576.1157,59.4805,59.8840,-0.2242,0.0000,5,1304.6938,-60.2124,548.8619,-85.9595,-8.2266,74.9895,-11.7444,-0.7091,-13.1022,0.0000,-13.1022,5.5847,-13.1022,0.7075,0.0000,-13.8097,0.0000,-13.8097,6.4898,-20.2995,0.0000,-20.2995,-0.3287,-19.9707,0.0000,1.8674,10.9846,-32.8227,444.3347,444.3347,444.3347,444.3347,444.3347 +941.5000,1.0000,12592.4167,58.6735,59.0770,-0.2242,0.0000,5,1286.9924,-59.4181,490.2637,-84.9096,-8.0080,66.0746,-11.4436,-0.6995,-12.9292,0.0000,-12.9292,5.6207,-12.9292,0.6932,0.0000,-13.6223,0.0000,-13.6223,6.4017,-20.0241,0.0000,-20.0241,-0.3243,-19.6998,0.0000,1.8421,10.8355,-32.3774,432.4656,432.4656,432.4656,432.4656,432.4656 +942.5000,1.0000,12608.5175,57.9530,58.2700,-0.1761,0.0000,5,1271.1884,-6.8501,485.8829,-83.9723,-0.9119,64.6800,-11.1783,-0.5428,-5.8675,0.0000,-5.8675,5.4984,-5.8675,0.6632,0.0000,-6.5307,0.0000,-6.5307,6.3231,-12.8538,0.0000,-12.8538,-0.2516,-12.6022,0.0000,1.8195,10.7025,-25.1242,1487.4902,1487.4902,1487.4902,1487.4902,1487.4902 +943.5000,1.0000,12624.4461,57.3330,57.6360,-0.1683,0.0000,5,1257.5888,1.7666,504.9870,-83.1658,0.2326,66.5040,-10.9525,-0.5133,-4.7023,0.0000,-4.7023,5.4483,-4.7023,0.6498,0.0000,-5.3521,0.0000,-5.3521,6.2555,-11.6076,0.0000,-11.6076,-0.2379,-11.3697,0.0000,1.8000,10.5880,-23.7577,1620.1621,1620.1621,1620.1621,1620.1621,1620.1621 +944.5000,1.0000,12640.2013,56.7085,57.0300,-0.1786,0.0000,5,1243.8905,-9.1041,505.0233,-82.3533,-1.1859,65.7843,-10.7273,-0.5387,-6.1001,0.0000,-6.1001,5.4529,-6.1001,0.6428,0.0000,-6.7430,0.0000,-6.7430,6.1873,-12.9303,0.0000,-12.9303,-0.2497,-12.6806,0.0000,1.7804,10.4727,-24.9337,1384.1668,1384.1668,1384.1668,1384.1668,1384.1668 +945.5000,1.0000,12655.7640,56.0160,56.3870,-0.2061,0.0000,5,1228.7006,-39.8059,496.0454,-81.4525,-5.1218,63.8258,-10.4804,-0.6140,-9.8500,0.0000,-9.8500,5.3422,-9.8500,0.6407,0.0000,-10.4907,0.0000,-10.4907,6.1118,-16.6024,0.0000,-16.6024,-0.2847,-16.3178,0.0000,1.7587,10.3448,-28.4212,750.6779,750.6779,750.6779,750.6779,750.6779 +946.5000,1.0000,12671.1124,55.2440,55.6450,-0.2228,0.0000,5,1211.7670,-58.1969,477.5254,-80.4482,-7.3850,60.5960,-10.2085,-0.6545,-12.0020,0.0000,-12.0020,5.2716,-12.0020,0.6333,0.0000,-12.6353,0.0000,-12.6353,6.0276,-18.6629,0.0000,-18.6629,-0.3034,-18.3594,0.0000,1.7344,10.2022,-30.2961,354.2026,354.2026,354.2026,354.2026,354.2026 +947.5000,1.0000,12686.2267,54.4015,54.8430,-0.2453,0.0000,5,1193.2869,40.7657,463.7775,-79.3498,5.0941,57.9540,-9.9156,-0.7097,0.5881,0.0000,0.5881,5.2157,0.5881,0.5881,0.0000,0.0000,0.0000,0.0000,5.9356,-5.9356,15.4860,-21.4216,-0.3290,-21.0926,0.0000,1.7080,10.0466,-32.8472,2113.2230,2113.2230,2113.2230,2113.2230,2113.2230 +948.5000,1.0000,12701.0950,53.5160,53.9600,-0.2467,0.0000,5,1173.8636,40.5990,504.0916,-78.1912,4.9907,61.9663,-9.6118,-0.7021,0.5738,0.0000,0.5738,5.1190,0.5738,0.5738,0.0000,0.0000,0.0000,0.0000,5.8390,-5.8390,15.4187,-21.2577,-0.3255,-20.9323,0.0000,1.6802,9.8831,-32.4955,2097.8399,2097.8399,2097.8399,2097.8399,2097.8399 +949.5000,1.0000,12715.6992,52.5650,53.0720,-0.2817,0.0000,5,1153.0036,39.9068,498.4489,-76.9468,4.8184,60.1838,-9.2907,-0.7874,0.5586,0.0000,0.5586,5.0473,0.5586,0.5586,0.0000,0.0000,0.0000,0.0000,5.7353,-5.7353,19.7190,-25.4542,-0.3650,-25.0892,0.0000,1.6503,9.7075,-36.4470,2073.1303,2073.1303,2073.1303,2073.1303,2073.1303 +950.5000,1.0000,12730.0317,51.5870,52.0580,-0.2617,0.0000,5,1131.5513,40.3195,492.4977,-75.6672,4.7777,58.3589,-8.9662,-0.7179,0.5432,0.0000,0.5432,4.9524,0.5432,0.5432,0.0000,0.0000,0.0000,0.0000,5.6285,-5.6285,16.7869,-22.4154,-0.3328,-22.0826,0.0000,1.6196,9.5268,-33.2290,2065.6658,2065.6658,2065.6658,2065.6658,2065.6658 +951.5000,1.0000,12744.1096,50.6705,51.1160,-0.2475,0.0000,5,1111.4481,40.9269,487.5012,-74.4680,4.7635,56.7405,-8.6674,-0.6670,0.5289,0.0000,0.5289,4.9016,0.5289,0.5289,0.0000,0.0000,0.0000,0.0000,5.5286,-5.5286,14.7039,-20.2324,-0.3092,-19.9232,0.0000,1.5908,9.3576,-30.8716,2051.1404,2051.1404,2051.1404,2051.1404,2051.1404 +952.5000,1.0000,12757.9345,49.7595,50.2250,-0.2586,0.0000,5,1091.4655,40.8987,482.5674,-73.1741,4.6746,55.1565,-8.3637,-0.6844,0.5149,0.0000,0.5149,4.8441,0.5149,0.5149,0.0000,0.0000,0.0000,0.0000,5.4292,-5.4292,15.8141,-21.2433,-0.3173,-20.9260,0.0000,1.5622,9.1893,-31.6776,2004.5364,2004.5364,2004.5364,2004.5364,2004.5364 +953.5000,1.0000,12771.4970,48.8150,49.2940,-0.2661,0.0000,5,1070.7480,40.8784,476.9958,-71.6911,4.5836,53.4848,-8.0386,-0.6909,0.5005,0.0000,0.5005,4.7740,0.5005,0.5005,0.0000,0.0000,0.0000,0.0000,5.3261,-5.3261,16.4242,-21.7503,-0.3203,-21.4301,0.0000,1.5326,9.0149,-31.9776,1956.3915,1956.3915,1956.3915,1956.3915,1956.3915 +954.5000,1.0000,12784.7800,47.8090,48.3360,-0.2928,0.0000,5,1048.6816,40.4444,471.1977,-70.1116,4.4415,51.7458,-7.6995,-0.7444,0.4854,0.0000,0.4854,4.7005,0.4854,0.4854,0.0000,0.0000,0.0000,0.0000,5.2163,-5.2163,19.2556,-24.4719,-0.3451,-24.1268,0.0000,1.5010,8.8291,-34.4570,1897.1707,1897.1707,1897.1707,1897.1707,1897.1707 +955.5000,1.0000,12797.8174,46.9245,47.2820,-0.1986,0.0000,5,1029.2803,-30.4709,465.9136,-68.7228,-3.2843,50.2190,-7.4074,-0.4957,-7.4209,0.0000,-7.4209,4.6323,-7.4209,0.4921,0.0000,-7.9130,0.0000,-7.9130,5.1198,-13.0328,0.0000,-13.0328,-0.2298,-12.8030,0.0000,1.4732,8.6658,-22.9421,586.9243,586.9243,586.9243,586.9243,586.9243 +956.5000,1.0000,12810.6310,46.1190,46.5670,-0.2489,0.0000,5,1011.6118,41.6524,425.1750,-67.4580,4.4125,45.0412,-7.1462,-0.6105,0.4605,0.0000,0.4605,4.5624,0.4605,0.4605,0.0000,0.0000,0.0000,0.0000,5.0319,-5.0319,13.5423,-18.5743,-0.2830,-18.2913,0.0000,1.4479,8.5170,-28.2563,1834.9906,1834.9906,1834.9906,1834.9906,1834.9906 +957.5000,1.0000,12823.1795,45.1645,45.6710,-0.2814,0.0000,5,990.6750,41.1027,454.8181,-67.1603,4.2641,47.1843,-6.9674,-0.6759,0.4467,0.0000,0.4467,4.4933,0.4467,0.4467,0.0000,0.0000,0.0000,0.0000,4.9278,-4.9278,16.9116,-21.8394,-0.3133,-21.5261,0.0000,1.4180,8.3408,-31.2848,1770.3163,1770.3163,1770.3163,1770.3163,1770.3163 +958.5000,1.0000,12835.4811,44.2760,44.6580,-0.2122,0.0000,5,971.1859,-44.9252,445.5275,-68.2751,-4.5690,45.3112,-6.9437,-0.4997,-8.5084,0.0000,-8.5084,4.4391,-8.5084,0.4563,0.0000,-8.9647,0.0000,-8.9647,4.8309,-13.7956,0.0000,-13.7956,-0.2317,-13.5639,0.0000,1.3901,8.1767,-23.1307,270.2188,270.2188,270.2188,270.2188,270.2188 +959.5000,1.0000,12847.5526,43.4475,43.8940,-0.2481,0.0000,5,953.0129,42.9830,392.0580,-69.3147,4.2897,39.1271,-6.9176,-0.5732,0.4223,0.0000,0.4223,4.4406,0.4223,0.4223,0.0000,0.0000,0.0000,0.0000,4.7405,-4.7405,12.6679,-17.4083,-0.2657,-17.1426,0.0000,1.3641,8.0237,-26.5304,1696.1812,1696.1812,1696.1812,1696.1812,1696.1812 +960.5000,1.0000,12859.2767,42.1965,43.0010,-0.4469,0.0000,5,925.5725,38.8463,426.3458,-70.8844,3.7652,41.3239,-6.8705,-1.0030,0.4049,0.0000,0.4049,4.3634,0.4049,0.4049,0.0000,0.0000,0.0000,0.0000,4.6040,-4.6040,33.1693,-37.7733,-0.4650,-37.3083,0.0000,1.3248,7.7927,-46.4258,1536.1075,1536.1075,1536.1075,1536.1075,1536.1075 +961.5000,1.0000,12870.6314,40.8670,41.3920,-0.2917,0.0000,5,896.4101,42.7571,411.2308,-72.6040,4.0137,38.6030,-6.8155,-0.6339,0.3867,0.0000,0.3867,4.2609,0.3867,0.3867,0.0000,0.0000,0.0000,0.0000,4.4589,-4.4589,16.3467,-20.8056,-0.2939,-20.5118,0.0000,1.2831,7.5471,-29.3419,1573.9750,1573.9750,1573.9750,1573.9750,1573.9750 +962.5000,1.0000,12881.7282,39.9385,40.3420,-0.2242,0.0000,5,876.0436,-56.2530,402.6538,-74.0603,-5.1606,36.9391,-6.7942,-0.4762,-8.8752,0.0000,-8.8752,4.1908,-8.8752,0.3974,0.0000,-9.2726,0.0000,-9.2726,4.3576,-13.6302,0.0000,-13.6302,-0.2207,-13.4095,0.0000,1.2539,7.3757,-22.0390,28.5631,28.5631,28.5631,28.5631,28.5631 +963.5000,1.0000,12892.6049,39.1460,39.5350,-0.2161,0.0000,5,858.6603,-47.1023,409.9743,-75.3033,-4.2354,36.8644,-6.7712,-0.4499,-7.9201,0.0000,-7.9201,4.1347,-7.9201,0.3844,0.0000,-8.3045,0.0000,-8.3045,4.2711,-12.5757,0.0000,-12.5757,-0.2086,-12.3671,0.0000,1.2290,7.2293,-20.8254,163.5811,163.5811,163.5811,163.5811,163.5811 +964.5000,1.0000,12903.3986,38.8475,38.7570,0.0503,0.0000,5,852.1128,247.5987,413.1245,-75.7715,22.0940,36.8644,-6.7613,0.1039,17.9053,0.0000,17.9053,4.0848,17.9053,0.4168,0.0000,17.4886,0.0000,17.4886,4.2386,13.2500,0.0000,13.2500,0.0482,13.2019,0.0000,1.2196,7.1742,4.8080,4671.7579,4671.7579,4671.7579,4671.7579,4671.7579 +965.5000,1.0000,12914.1521,38.7026,38.9380,-0.1308,0.0000,0,783.5022,9.2174,481.0035,-81.2674,0.7563,39.4655,-6.6678,-3.3967,0.0000,0.0000,0.0000,4.1530,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.2228,-4.2228,0.0000,-4.2228,-0.1248,-4.0980,0.0000,1.2151,7.1474,-12.4605,1031.1613,1031.1613,1031.1613,1031.1613,1031.1613 +966.5000,1.0000,12924.9284,38.7848,39.9440,0.1765,0.0000,4,991.1540,437.1764,437.1764,-67.1329,45.3760,45.3760,-6.9679,16.9363,24.2724,0.0000,24.2724,4.1674,30.8339,1.2065,0.0000,29.6275,0.0000,29.6275,4.2317,25.3957,0.0000,25.3957,0.1687,25.2270,0.0000,1.2177,7.1626,16.8467,9147.9157,9147.9157,9147.9157,9147.9157,9147.9157 +967.5000,1.0000,12936.1285,40.3104,41.2720,0.6711,0.0000,4,1308.6171,661.0502,661.0502,-86.1921,90.5890,90.5890,-11.8116,3.1515,83.1780,0.0000,83.1780,4.2595,83.1780,2.2900,0.0000,80.8880,0.0000,80.8880,4.9171,75.9710,0.0000,75.9710,0.6670,75.3040,0.0000,1.2656,7.4443,66.5941,17697.4443,17697.4443,17697.4443,17697.4443,17697.4443 +968.5000,1.0000,12948.0818,43.0217,43.0160,0.8352,0.0000,4,1396.6348,790.0210,790.0210,-91.4123,115.5447,115.5447,-13.3695,4.1857,106.9780,0.0000,106.9780,4.3810,106.9780,2.8336,0.0000,104.1444,0.0000,104.1444,5.5150,98.6294,0.0000,98.6294,0.8858,97.7436,0.0000,1.3507,7.9450,88.4478,22491.5626,22491.5626,22491.5626,22491.5626,22491.5626 +969.5000,1.0000,12960.7069,45.4405,44.8020,0.5086,0.0000,4,1475.1581,530.6346,844.3647,-96.0693,81.9715,130.4359,-14.8406,2.6925,74.7990,0.0000,74.7990,4.4800,74.7990,2.2530,0.0000,72.5459,0.0000,72.5459,5.2633,67.2827,0.0000,67.2827,0.5698,66.7128,0.0000,1.4266,8.3917,56.8945,16109.6696,16109.6696,16109.6696,16109.6696,16109.6696 +970.5000,1.0000,12973.8016,47.1310,46.3560,0.4306,0.0000,4,1530.0385,468.7106,767.6490,-99.3242,75.0993,122.9968,-15.9142,2.3640,68.1222,0.0000,68.1222,4.6131,68.1222,2.1651,0.0000,65.9571,0.0000,65.9571,5.3198,60.6374,0.0000,60.6374,0.5003,60.1370,0.0000,1.4797,8.7039,49.9534,14897.7057,14897.7057,14897.7057,14897.7057,14897.7057 +971.5000,1.0000,12987.2897,48.5470,47.9060,0.3561,0.0000,4,1576.0069,409.5972,756.9578,-102.0505,67.5995,124.9276,-16.8423,2.0140,60.8755,0.0000,60.8755,4.7101,60.8755,2.0593,0.0000,58.8162,0.0000,58.8162,5.3428,53.4734,0.0000,53.4734,0.4262,53.0472,0.0000,1.5242,8.9654,42.5576,13602.3232,13602.3232,13602.3232,13602.3232,13602.3232 +972.5000,1.0000,13001.1446,49.8675,49.1880,0.3775,0.0000,4,1618.8750,426.6280,747.1467,-104.1457,72.3255,126.6624,-17.6556,2.1930,65.2933,0.0000,65.2933,4.8392,65.2933,2.1849,0.0000,63.1083,0.0000,63.1083,5.5285,57.5799,0.0000,57.5799,0.4641,57.1158,0.0000,1.5656,9.2093,46.3408,14551.3341,14551.3341,14551.3341,14551.3341,14551.3341 +973.5000,1.0000,13015.3728,51.2115,50.5470,0.3692,0.0000,4,1662.5059,419.9456,758.9993,-105.6995,73.1114,132.1397,-18.4020,2.2024,65.9692,0.0000,65.9692,4.9398,65.9692,2.2372,0.0000,63.7320,0.0000,63.7320,5.6613,58.0707,0.0000,58.0707,0.4661,57.6046,0.0000,1.6078,9.4575,46.5392,14733.5273,14733.5273,14733.5273,14733.5273,14733.5273 +974.5000,1.0000,13029.9354,52.4155,51.8760,0.2997,0.0000,4,1701.5920,365.0510,763.9857,-107.0914,65.0485,136.1348,-19.0827,1.8302,58.2224,0.0000,58.2224,4.9960,58.2224,2.1176,0.0000,56.1048,0.0000,56.1048,5.7189,50.3858,0.0000,50.3858,0.3873,49.9985,0.0000,1.6456,9.6798,38.6730,13287.5951,13287.5951,13287.5951,13287.5951,13287.5951 +975.5000,1.0000,13044.7893,53.4640,52.9550,0.2828,0.0000,4,1735.6300,351.8767,756.8415,-108.3036,63.9553,137.5595,-19.6847,1.7612,57.1012,0.0000,57.1012,5.0929,57.1012,2.1265,0.0000,54.9746,0.0000,54.9746,5.8333,49.1413,0.0000,49.1413,0.3727,48.7686,0.0000,1.6785,9.8735,37.2165,13077.2645,13077.2645,13077.2645,13077.2645,13077.2645 +976.5000,1.0000,13059.7192,53.7376,53.9730,-0.1308,0.0000,0,1713.2312,6.1133,752.1017,-107.5060,1.0968,134.9339,-19.2876,-4.0951,0.0000,0.0000,0.0000,5.1919,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.8632,-5.8632,0.0000,-5.8632,-0.1733,-5.6899,0.0000,1.6871,9.9240,-17.3011,2792.3611,2792.3611,2792.3611,2792.3611,2792.3611 +977.5000,1.0000,13074.8222,54.3608,54.8740,0.4770,0.0000,5,1442.7675,566.8905,566.8905,-94.1483,85.6494,85.6494,-14.2245,-20.5149,100.9201,0.0000,100.9201,5.2441,83.4067,0.9591,0.0000,82.4477,0.0000,82.4477,6.2314,76.2163,0.0000,76.2163,0.6393,75.5770,0.0000,1.7067,10.0391,63.8312,16754.1015,16754.1015,16754.1015,16754.1015,16754.1015 +978.5000,1.0000,13090.3887,56.0297,55.8480,0.4502,0.0000,5,1229.0008,690.4460,795.2421,-81.4703,88.8609,102.3482,-10.4853,1.3415,82.1641,0.0000,82.1641,5.3552,82.1641,0.9788,0.0000,81.1853,0.0000,81.1853,6.3658,74.8195,0.0000,74.8195,0.6219,74.1976,0.0000,1.7591,10.3473,62.0912,17347.4719,17347.4719,17347.4719,17347.4719,17347.4719 +979.5000,1.0000,13106.3201,57.3430,56.8400,0.2794,0.0000,5,1257.8081,498.3466,801.2490,-83.1788,65.6409,105.5384,-10.9561,0.8522,59.3737,0.0000,59.3737,5.4150,59.3737,0.8857,0.0000,58.4880,0.0000,58.4880,6.2566,52.2314,0.0000,52.2314,0.3951,51.8364,0.0000,1.8003,10.5898,39.4462,13055.7428,13055.7428,13055.7428,13055.7428,13055.7428 +980.5000,1.0000,13122.5043,58.2530,57.8460,0.2261,0.0000,5,1277.7688,438.8579,723.7810,-84.3626,58.7225,96.8474,-11.2884,0.7005,52.5579,0.0000,52.5579,5.4641,52.5579,0.8663,0.0000,51.6916,0.0000,51.6916,6.3559,45.3357,0.0000,45.3357,0.3247,45.0110,0.0000,1.8289,10.7579,32.4242,11710.2676,11710.2676,11710.2676,11710.2676,11710.2676 +981.5000,1.0000,13138.9041,59.0295,58.6600,0.2053,0.0000,5,1294.8012,416.1184,701.6651,-85.3727,56.4220,95.1397,-11.5758,0.6445,50.1900,0.0000,50.1900,5.5875,50.1900,0.8670,0.0000,49.3230,0.0000,49.3230,6.4406,42.8824,0.0000,42.8824,0.2988,42.5837,0.0000,1.8533,10.9013,29.8291,11292.7114,11292.7114,11292.7114,11292.7114,11292.7114 +982.5000,1.0000,13155.4810,59.6665,59.3990,0.1486,0.0000,5,1308.7737,353.0846,694.7936,-86.2014,48.3918,95.2246,-11.8143,0.4716,42.2867,0.0000,42.2867,5.6335,42.2867,0.8380,0.0000,41.4488,0.0000,41.4488,6.5101,34.9387,0.0000,34.9387,0.2186,34.7201,0.0000,1.8733,11.0189,21.8279,9783.6921,9783.6921,9783.6921,9783.6921,9783.6921 +983.5000,1.0000,13172.1275,59.9175,59.9340,-0.0092,0.0000,5,1314.2793,177.9841,670.6292,-86.5280,24.4961,92.2994,-11.9089,-0.0292,18.8432,0.0000,18.8432,5.6822,18.8432,0.7249,0.0000,18.1183,0.0000,18.1183,6.5375,11.5808,0.0000,11.5808,-0.0135,11.5944,0.0000,1.8812,11.0653,-1.3521,5322.9989,5322.9989,5322.9989,5322.9989,5322.9989 +984.5000,1.0000,13188.6955,59.6350,59.9010,-0.1478,0.0000,5,1308.0827,24.5642,597.1798,-86.1604,3.3649,81.8030,-11.8024,-0.4687,-1.8373,0.0000,-1.8373,5.6708,-1.8373,0.6820,0.0000,-2.5192,0.0000,-2.5192,6.5066,-9.0259,0.0000,-9.0259,-0.2173,-8.8086,0.0000,1.8723,11.0131,-21.6940,2102.3835,2102.3835,2102.3835,2102.3835,2102.3835 +985.5000,1.0000,13205.1530,59.2370,59.3690,-0.0733,0.0000,5,1299.3527,106.6477,530.1970,-85.6427,14.5113,72.1428,-11.6532,-0.2310,9.1270,0.0000,9.1270,5.6153,9.1270,0.6651,0.0000,8.4619,0.0000,8.4619,6.4632,1.9987,0.0000,1.9987,-0.1071,2.1058,0.0000,1.8598,10.9396,-10.6936,3466.8861,3466.8861,3466.8861,3466.8861,3466.8861 +986.5000,1.0000,13221.5693,59.0885,59.1050,-0.0092,0.0000,5,1296.0954,178.0237,564.0186,-85.4495,24.1626,76.5524,-11.5978,-0.0288,18.5776,0.0000,18.5776,5.6138,18.5776,0.7099,0.0000,17.8676,0.0000,17.8676,6.4470,11.4206,0.0000,11.4206,-0.0134,11.4340,0.0000,1.8551,10.9122,-1.3333,5254.5672,5254.5672,5254.5672,5254.5672,5254.5672 +987.5000,1.0000,13238.0126,59.1860,59.0720,0.0633,0.0000,5,1298.2340,258.8287,594.4376,-85.5763,35.1880,80.8142,-11.6342,0.1994,29.3312,0.0000,29.3312,5.6574,29.3312,0.7653,0.0000,28.5659,0.0000,28.5659,6.4577,22.1082,0.0000,22.1082,0.0924,22.0158,0.0000,1.8582,10.9302,9.2274,7309.8991,7309.8991,7309.8991,7309.8991,7309.8991 +988.5000,1.0000,13254.5528,59.5345,59.3000,0.1303,0.0000,5,1305.8783,332.8842,629.5895,-86.0297,45.5223,86.0972,-11.7647,0.4125,39.4650,0.0000,39.4650,5.6448,39.4650,0.8217,0.0000,38.6433,0.0000,38.6433,6.4957,32.1476,0.0000,32.1476,0.1912,31.9564,0.0000,1.8691,10.9945,19.0927,9247.5393,9247.5393,9247.5393,9247.5393,9247.5393 +989.5000,1.0000,13271.2443,60.0795,59.7690,0.1725,0.0000,5,1317.8328,379.8795,662.2272,-86.7387,52.4246,91.3894,-11.9702,0.5512,46.1683,0.0000,46.1683,5.7051,46.1683,0.8642,0.0000,45.3041,0.0000,45.3041,6.5551,38.7490,0.0000,38.7490,0.2555,38.4934,0.0000,1.8862,11.0952,25.5120,10529.5270,10529.5270,10529.5270,10529.5270,10529.5270 +990.5000,1.0000,13288.1153,60.7255,60.3900,0.1864,0.0000,5,1332.0027,394.8286,683.7675,-87.5791,55.0734,95.3767,-12.2161,0.6020,48.7762,0.0000,48.7762,5.6953,48.7762,0.8879,0.0000,47.8882,0.0000,47.8882,6.6256,41.2626,0.0000,41.2626,0.2791,40.9835,0.0000,1.9065,11.2145,27.8625,11057.9445,11057.9445,11057.9445,11057.9445,11057.9445 +991.5000,1.0000,13305.1748,61.4045,61.0610,0.1908,0.0000,5,1346.8964,400.0217,692.3009,-88.4624,56.4217,97.6467,-12.4773,0.6232,50.0077,0.0000,50.0077,5.7908,50.0077,0.9055,0.0000,49.1022,0.0000,49.1022,6.6997,42.4025,0.0000,42.4025,0.2889,42.1136,0.0000,1.9278,11.3399,28.8459,11328.4677,11328.4677,11328.4677,11328.4677,11328.4677 +992.5000,1.0000,13322.4129,62.0470,61.7480,0.1661,0.0000,5,1360.9895,372.8705,696.8975,-89.2982,53.1424,99.3236,-12.7270,0.5482,46.7019,0.0000,46.7019,5.8924,46.7019,0.8998,0.0000,45.8021,0.0000,45.8021,6.7698,39.0323,0.0000,39.0323,0.2541,38.7782,0.0000,1.9480,11.4585,25.3717,10702.0757,10702.0757,10702.0757,10702.0757,10702.0757 +993.5000,1.0000,13339.8130,62.6305,62.3460,0.1581,0.0000,5,1373.7885,363.1841,688.5963,-90.0573,52.2487,99.0634,-12.9559,0.5265,45.8840,0.0000,45.8840,5.8381,45.8840,0.9056,0.0000,44.9785,0.0000,44.9785,6.8335,38.1450,0.0000,38.1450,0.2441,37.9009,0.0000,1.9663,11.5663,24.3683,10545.1938,10545.1938,10545.1938,10545.1938,10545.1938 +994.5000,1.0000,13357.3655,63.1790,62.9150,0.1467,0.0000,5,1385.8197,350.8054,687.1310,-90.7709,50.9098,99.7183,-13.1729,0.4928,44.4914,0.0000,44.4914,5.9256,44.4914,0.9080,0.0000,43.5834,0.0000,43.5834,6.8933,36.6900,0.0000,36.6900,0.2285,36.4616,0.0000,1.9836,11.6676,22.8104,10307.6391,10307.6391,10307.6391,10307.6391,10307.6391 +995.5000,1.0000,13375.0293,63.5795,63.4430,0.0758,0.0000,5,1394.6046,272.6977,684.3374,-91.2919,39.8255,99.9425,-13.3325,0.2564,33.5224,0.0000,33.5224,6.0466,33.5224,0.8600,0.0000,32.6624,0.0000,32.6624,6.9370,25.7254,0.0000,25.7254,0.1189,25.6065,0.0000,1.9961,11.7416,11.8688,8250.6410,8250.6410,8250.6410,8250.6410,8250.6410 +996.5000,1.0000,13392.7394,63.7465,63.7160,0.0169,0.0000,5,1398.2677,221.7286,655.3053,-91.5091,32.4669,95.9539,-13.3993,0.0574,24.2311,0.0000,24.2311,8.1784,24.2311,0.8165,0.0000,23.4146,0.0000,23.4146,6.9552,16.4594,0.0000,16.4594,0.0266,16.4327,0.0000,2.0014,11.7724,2.6590,6885.0368,6885.0368,6885.0368,6885.0368,6885.0368 +997.5000,1.0000,13410.4675,63.8110,63.7770,0.0189,0.0000,5,1399.6825,223.9361,636.0467,-91.5930,32.8233,93.2282,-13.4252,0.0641,24.5661,0.0000,24.5661,8.1931,24.5661,0.8193,0.0000,23.7468,0.0000,23.7468,6.9623,16.7845,0.0000,16.7845,0.0297,16.7548,0.0000,2.0034,11.7843,2.9671,6954.6292,6954.6292,6954.6292,6954.6292,6954.6292 +998.5000,1.0000,13428.2194,63.8970,63.8450,0.0289,0.0000,5,1401.5689,235.1033,637.3244,-91.7049,34.5066,93.5413,-13.4597,0.0982,26.1964,0.0000,26.1964,8.2120,26.1964,0.8289,0.0000,25.3675,0.0000,25.3675,6.9717,18.3958,0.0000,18.3958,0.0455,18.3503,0.0000,2.0061,11.8002,4.5440,7268.9386,7268.9386,7268.9386,7268.9386,7268.9386 +999.5000,1.0000,13446.0071,64.0255,63.9490,0.0425,0.0000,5,1404.3876,250.2459,642.2465,-91.8721,36.8029,94.4533,-13.5114,0.1447,28.4275,0.0000,28.4275,8.2307,28.4275,0.8423,0.0000,27.5852,0.0000,27.5852,6.9857,20.5995,0.0000,20.5995,0.0671,20.5325,0.0000,2.0101,11.8239,6.6984,7695.6615,7695.6615,7695.6615,7695.6615,7695.6615 +1000.5000,1.0000,13463.8490,64.2210,64.1020,0.0661,0.0000,5,1408.6758,276.4505,648.9741,-92.1264,40.7809,95.7342,-13.5901,0.2258,32.3046,0.0000,32.3046,8.2505,32.3046,0.8651,0.0000,31.4395,0.0000,31.4395,7.0070,24.4325,0.0000,24.4325,0.1047,24.3278,0.0000,2.0163,11.8600,10.4516,8431.2289,8431.2289,8431.2289,8431.2289,8431.2289 +1001.5000,1.0000,13481.7719,64.5125,64.3400,0.0958,0.0000,5,1415.0698,309.9822,660.2938,-92.5056,45.9350,97.8461,-13.7080,0.3288,37.2445,0.0000,37.2445,8.3617,37.2445,0.8948,0.0000,36.3497,0.0000,36.3497,7.0388,29.3108,0.0000,29.3108,0.1524,29.1584,0.0000,2.0254,11.9139,15.2191,9409.6931,9409.6931,9409.6931,9409.6931,9409.6931 +1002.5000,1.0000,13499.7889,64.8510,64.6850,0.0922,0.0000,5,1422.4947,305.1133,674.5538,-92.9460,45.4507,100.4838,-13.8455,0.3181,36.8569,0.0000,36.8569,8.2757,36.8569,0.8988,0.0000,35.9581,0.0000,35.9581,7.0758,28.8824,0.0000,28.8824,0.1475,28.7349,0.0000,2.0360,11.9764,14.7225,9326.9312,9326.9312,9326.9312,9326.9312,9326.9312 +1003.5000,1.0000,13517.9036,65.2030,65.0170,0.1033,0.0000,5,1430.2158,317.2940,674.3682,-93.4039,47.5217,101.0014,-13.9893,0.3583,38.8696,0.0000,38.8696,8.2938,38.8696,0.9150,0.0000,37.9546,0.0000,37.9546,7.1142,30.8404,0.0000,30.8404,0.1661,30.6743,0.0000,2.0471,12.0414,16.5858,9715.4196,9715.4196,9715.4196,9715.4196,9715.4196 +1004.5000,1.0000,13536.1103,65.5340,65.3890,0.0806,0.0000,5,1437.4762,277.4439,680.5272,-93.8345,41.7642,102.4412,-14.1251,0.2808,35.3391,0.0000,35.3391,6.1444,35.3391,0.9032,0.0000,34.4359,0.0000,34.4359,7.1503,27.2856,0.0000,27.2856,0.1302,27.1555,0.0000,2.0575,12.1025,12.9955,8629.1444,8629.1444,8629.1444,8629.1444,8629.1444 +1005.5000,1.0000,13554.4439,65.9910,65.6790,0.1733,0.0000,5,1447.5004,380.6460,667.8132,-94.4290,57.6990,101.2284,-14.3137,0.6083,50.8875,0.0000,50.8875,6.2032,50.8875,0.9890,0.0000,49.8985,0.0000,49.8985,7.2001,42.6984,0.0000,42.6984,0.2820,42.4164,0.0000,2.0718,12.1869,28.1576,11633.5791,11633.5791,11633.5791,11633.5791,11633.5791 +1006.5000,1.0000,13572.9741,66.6990,66.3030,0.2200,0.0000,5,1463.0303,432.5239,708.2918,-95.3501,66.2662,108.5161,-14.6084,0.7804,59.2161,0.0000,59.2161,6.2697,59.2161,1.0432,0.0000,58.1728,0.0000,58.1728,7.2774,50.8955,0.0000,50.8955,0.3618,50.5337,0.0000,2.0941,12.3177,36.1220,13214.6941,13214.6941,13214.6941,13214.6941,13214.6941 +1007.5000,1.0000,13591.8069,67.7880,67.0950,0.3850,0.0000,5,1486.9173,616.3655,730.4675,-96.7668,95.9740,113.7408,-15.0675,1.3880,88.2785,0.0000,88.2785,6.3075,88.2785,1.2081,0.0000,87.0704,0.0000,87.0704,7.5344,79.5360,0.0000,79.5360,0.6435,78.8925,0.0000,2.1283,12.5188,64.2455,18722.8426,18722.8426,18722.8426,18722.8426,18722.8426 +1008.5000,1.0000,13611.0297,69.1920,68.4810,0.3950,0.0000,5,1517.7138,628.2394,797.4013,-98.5932,99.8490,126.7347,-15.6699,1.4536,91.8720,0.0000,91.8720,6.5234,91.8720,1.2517,0.0000,90.6203,0.0000,90.6203,7.7167,82.9036,0.0000,82.9036,0.6738,82.2298,0.0000,2.1723,12.7781,67.2794,19527.3210,19527.3210,19527.3210,19527.3210,19527.3210 +1009.5000,1.0000,13630.5347,70.2080,69.9030,0.1694,0.0000,5,1539.9996,376.2762,805.1670,-99.9150,60.6815,129.8480,-16.1131,0.6327,53.4868,0.0000,53.4868,6.5619,53.4868,1.0785,0.0000,52.4083,0.0000,52.4083,7.6602,44.7481,0.0000,44.7481,0.2933,44.4548,0.0000,2.2042,12.9657,29.2849,12271.7811,12271.7811,12271.7811,12271.7811,12271.7811 +1010.5000,1.0000,13650.2280,70.8860,70.5130,0.2072,0.0000,5,1554.8714,418.7365,725.9991,-100.7970,68.1811,118.2114,-16.4123,0.7812,60.6998,0.0000,60.6998,6.7001,60.6998,1.1272,0.0000,59.5726,0.0000,59.5726,7.7342,51.8384,0.0000,51.8384,0.3622,51.4762,0.0000,2.2255,13.0909,36.1598,13681.2501,13681.2501,13681.2501,13681.2501,13681.2501 +1011.5000,1.0000,13670.0848,71.4745,71.2590,0.1197,0.0000,5,1567.7800,321.5230,742.5877,-101.5626,52.7869,121.9162,-16.6743,0.4551,45.5803,0.0000,45.5803,6.7515,45.5803,1.0626,0.0000,44.5177,0.0000,44.5177,7.7984,36.7192,0.0000,36.7192,0.2110,36.5083,0.0000,2.2440,13.1996,21.0647,10814.5838,10814.5838,10814.5838,10814.5838,10814.5838 +1012.5000,1.0000,13689.9679,71.5690,71.6900,-0.0672,0.0000,5,1569.8528,114.3268,712.6907,-101.6855,18.7947,117.1625,-16.7165,-0.2559,12.2085,0.0000,12.2085,6.8421,12.2085,0.8975,0.0000,11.3110,0.0000,11.3110,7.8087,3.5022,0.0000,3.5022,-0.1186,3.6208,0.0000,2.2470,13.2170,-11.8431,4584.2927,4584.2927,4584.2927,4584.2927,4584.2927 +1013.5000,1.0000,13709.6833,70.9655,71.4480,-0.2681,0.0000,5,1556.6152,35.6642,642.1076,-100.9004,5.8136,104.6689,-16.4476,-1.0117,0.8841,0.0000,0.8841,5.9412,0.8841,0.8841,0.0000,0.0000,0.0000,0.0000,7.7429,-7.7429,24.2201,-31.9630,-0.4690,-31.4940,0.0000,2.2280,13.1056,-46.8275,2934.3466,2934.3466,2934.3466,2934.3466,2934.3466 +1014.5000,1.0000,13729.1271,69.9875,70.4830,-0.2753,0.0070,5,1535.1629,30.4411,608.5881,-99.6281,4.8938,97.8378,-16.0164,-1.0247,0.8651,0.0000,0.8651,5.0533,0.8651,0.8651,0.0000,0.0000,0.0000,0.0000,7.6362,-7.6362,25.0248,-32.6609,-0.4750,-32.1859,0.1183,2.1973,12.9250,-47.4265,2792.4865,2792.4865,2792.4865,2792.4865,2792.4865 +1015.5000,1.0000,13748.2603,68.8695,69.4920,-0.3458,0.0110,5,1510.6398,28.6158,598.2813,-98.1737,4.5268,94.6444,-15.5305,-1.2667,0.8436,0.0000,0.8436,4.9500,0.8436,0.8436,0.0000,0.0000,0.0000,0.0000,7.5142,-7.5142,36.6398,-44.1541,-0.5872,-43.5668,0.1829,2.1622,12.7185,-58.6304,2704.7733,2704.7733,2704.7733,2704.7733,2704.7733 +1016.5000,1.0000,13767.0441,67.6120,68.2470,-0.3528,0.0110,5,1483.0568,28.7223,588.2784,-96.5378,4.4607,91.3628,-14.9928,-1.2686,0.8197,0.0000,0.8197,4.9095,0.8197,0.8197,0.0000,0.0000,0.0000,0.0000,7.3770,-7.3770,37.1382,-44.5152,-0.5881,-43.9272,0.1795,2.1227,12.4863,-58.7157,2631.5148,2631.5148,2631.5148,2631.5148,2631.5148 +1017.5000,1.0000,13785.5121,66.4745,66.9770,-0.2792,0.0040,5,1458.1059,29.7049,580.0376,-95.0580,4.5357,88.5674,-14.5146,-0.9870,0.7984,0.0000,0.7984,4.7243,0.7984,0.7984,0.0000,0.0000,0.0000,0.0000,7.2529,-7.2529,24.4595,-31.7124,-0.4575,-31.2549,0.0642,2.0870,12.2762,-45.6823,2583.1901,2583.1901,2583.1901,2583.1901,2583.1901 +1018.5000,1.0000,13803.8515,66.0120,65.9720,0.0222,0.0000,5,1447.9611,202.7229,576.9958,-94.4563,30.7389,87.4899,-14.3224,0.0780,25.9778,0.0000,25.9778,4.6831,25.9778,0.8648,0.0000,25.1130,0.0000,25.1130,7.2024,17.9105,0.0000,17.9105,0.0362,17.8744,0.0000,2.0725,12.1908,3.6111,6612.7840,6612.7840,6612.7840,6612.7840,6612.7840 +1019.5000,1.0000,13822.2468,66.2130,66.0520,0.0894,0.0000,5,1452.3700,277.2852,641.8877,-94.7178,42.1728,97.6259,-14.4058,0.3150,37.1804,0.0000,37.1804,4.6774,37.1804,0.9244,0.0000,36.2560,0.0000,36.2560,7.2244,29.0317,0.0000,29.0317,0.1460,28.8856,0.0000,2.0788,12.2279,14.5789,8727.2634,8727.2634,8727.2634,8727.2634,8727.2634 +1020.5000,1.0000,13840.7928,66.7555,66.3740,0.2119,0.0000,5,1464.2696,413.0176,671.5560,-95.4236,63.3313,102.9750,-14.6321,0.7525,57.9229,0.0000,57.9229,4.6559,57.9229,1.0378,0.0000,56.8851,0.0000,56.8851,7.2836,49.6015,0.0000,49.6015,0.3488,49.2527,0.0000,2.0958,12.3281,34.8288,12702.3327,12702.3327,12702.3327,12702.3327,12702.3327 +1021.5000,1.0000,13859.5853,67.6430,67.1370,0.2811,0.0000,5,1483.7368,490.2108,723.4745,-96.5781,76.1673,112.4110,-15.0060,1.0113,70.3900,0.0000,70.3900,4.7659,70.3900,1.1161,0.0000,69.2740,0.0000,69.2740,7.3804,61.8936,0.0000,61.8936,0.4688,61.4248,0.0000,2.1237,12.4920,46.8091,15079.9449,15079.9449,15079.9449,15079.9449,15079.9449 +1022.5000,1.0000,13878.6580,68.6520,68.1490,0.2794,0.0000,5,1505.8690,488.4283,753.9589,-97.8907,77.0223,118.8950,-15.4368,1.0203,71.1610,0.0000,71.1610,4.8410,71.1610,1.1382,0.0000,70.0228,0.0000,70.0228,7.4905,62.5323,0.0000,62.5323,0.4730,62.0594,0.0000,2.1554,12.6783,47.2256,15253.3536,15253.3536,15253.3536,15253.3536,15253.3536 +1023.5000,1.0000,13898.0711,69.8770,69.1550,0.4011,0.0000,5,1532.7391,624.3450,757.3702,-99.4844,100.2124,121.5640,-15.9680,1.4907,93.8696,0.0000,93.8696,4.8521,93.8696,1.2743,0.0000,92.5954,0.0000,92.5954,7.8093,84.7861,0.0000,84.7861,0.6910,84.0951,0.0000,2.1938,12.9046,68.9967,19622.0480,19622.0480,19622.0480,19622.0480,19622.0480 +1024.5000,1.0000,13917.8010,71.0175,70.5990,0.2325,0.0000,5,1557.7558,435.9221,805.6345,-100.9681,71.1110,131.4214,-16.4707,0.8782,65.2991,0.0000,65.2991,4.9338,65.2991,1.1526,0.0000,64.1465,0.0000,64.1465,7.7486,56.3979,0.0000,56.3979,0.4071,55.9908,0.0000,2.2296,13.1152,40.6460,14198.3963,14198.3963,14198.3963,14198.3963,14198.3963 +1025.5000,1.0000,13937.7168,71.6870,71.4360,0.1394,0.0000,5,1572.4411,332.6009,748.8499,-101.8390,54.7679,123.3099,-16.7694,0.5317,49.2502,0.0000,49.2502,4.9861,49.2502,1.0850,0.0000,48.1653,0.0000,48.1653,7.8216,40.3436,0.0000,40.3436,0.2465,40.0972,0.0000,2.2507,13.2388,24.6077,11182.3055,11182.3055,11182.3055,11182.3055,11182.3055 +1026.5000,1.0000,13957.8100,72.3255,71.9380,0.2153,0.0000,5,1586.4465,417.0044,719.4578,-102.6696,69.2779,119.5252,-17.0567,0.8281,63.3987,0.0000,63.3987,5.0511,63.3987,1.1678,0.0000,62.2309,0.0000,62.2309,7.8913,54.3397,0.0000,54.3397,0.3839,53.9558,0.0000,2.2707,13.3567,38.3283,13915.5363,13915.5363,13915.5363,13915.5363,13915.5363 +1027.5000,1.0000,13978.1161,73.0920,72.7130,0.2106,0.0000,5,1603.2596,411.4261,748.9164,-103.5896,69.0755,125.7378,-17.3920,0.8185,63.2137,0.0000,63.2137,5.0433,63.2137,1.1815,0.0000,62.0323,0.0000,62.0323,7.9749,54.0574,0.0000,54.0574,0.3794,53.6779,0.0000,2.2948,13.4983,37.8849,13927.3597,13927.3597,13927.3597,13927.3597,13927.3597 +1028.5000,1.0000,13998.6440,73.8905,73.4710,0.2331,0.0000,5,1620.7745,436.8162,749.9209,-104.2133,74.1395,127.2819,-17.6878,0.9159,68.0646,0.0000,68.0646,5.1591,68.0646,1.2211,0.0000,66.8436,0.0000,66.8436,8.0620,58.7815,0.0000,58.7815,0.4246,58.3570,0.0000,2.3198,13.6457,42.3914,14892.0825,14892.0825,14892.0825,14892.0825,14892.0825 +1029.5000,1.0000,14019.2231,74.0746,74.3100,-0.1308,0.0000,0,1629.5662,30.1895,759.4466,-104.5264,5.1518,129.5979,-17.8372,-0.0410,0.0000,0.0000,0.0000,5.1928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,8.0821,-8.0821,0.0000,-8.0821,-0.2389,-7.8433,0.0000,2.3256,13.6797,-23.8486,3032.7792,3032.7792,3032.7792,3032.7792,3032.7792 +1030.5000,1.0000,14039.8871,74.3805,75.0610,0.3007,0.0000,6,1412.7745,567.6979,567.6979,-92.3695,83.9883,83.9883,-13.6656,-18.7732,97.5144,0.0000,97.5144,5.2471,81.9824,2.1784,0.0000,79.8039,0.0000,79.8039,8.1155,71.6884,0.0000,71.6884,0.5515,71.1369,0.0000,2.3352,13.7362,55.0655,16439.7528,16439.7528,16439.7528,16439.7528,16439.7528 +1031.5000,1.0000,14060.8385,75.4149,75.6450,0.2739,0.0000,6,1204.2665,664.7381,793.7643,-80.0033,83.8305,100.1020,-10.0893,0.5823,77.9983,0.0000,77.9983,5.2498,77.9983,2.1104,0.0000,75.8879,0.0000,75.8879,8.2284,67.6596,0.0000,67.6596,0.5093,67.1502,0.0000,2.3677,13.9273,50.8553,16426.8382,16426.8382,16426.8382,16426.8382,16426.8382 +1032.5000,1.0000,14081.9505,75.9935,75.9080,0.0475,0.0000,6,1213.5057,317.2572,791.5662,-80.5513,40.3164,100.5907,-10.2363,0.1017,34.9421,0.0000,34.9421,5.2725,34.9421,1.2558,0.0000,33.6863,0.0000,33.6863,8.2915,25.3948,0.0000,25.3948,0.0890,25.3058,0.0000,2.3859,14.0341,8.8859,8201.8414,8201.8414,8201.8414,8201.8414,8201.8414 +1033.5000,1.0000,14103.1279,76.2285,76.0790,0.0831,0.0000,6,1217.2583,371.4642,638.3959,-80.7738,47.3509,81.3770,-10.2963,0.1785,41.9275,0.0000,41.9275,5.2450,41.9275,1.3982,0.0000,40.5293,0.0000,40.5293,8.3171,32.2122,0.0000,32.2122,0.1561,32.0561,0.0000,2.3933,14.0775,15.5853,9517.5025,9517.5025,9517.5025,9517.5025,9517.5025 +1034.5000,1.0000,14124.3889,76.5295,76.3780,0.0842,0.0000,6,1222.0648,373.2218,663.1526,-81.0589,47.7628,84.8665,-10.3735,0.1816,42.3100,0.0000,42.3100,5.2712,42.3100,1.4092,0.0000,40.9008,0.0000,40.9008,8.3500,32.5508,0.0000,32.5508,0.1588,32.3920,0.0000,2.4027,14.1331,15.8562,9591.3622,9591.3622,9591.3622,9591.3622,9591.3622 +1035.5000,1.0000,14145.7951,77.0525,76.6810,0.2064,0.0000,6,1230.4164,560.9140,664.7715,-81.5542,72.2732,85.6551,-10.5082,0.4483,66.4942,0.0000,66.4942,5.3307,66.4942,1.8989,0.0000,64.5953,0.0000,64.5953,8.4070,56.1882,0.0000,56.1882,0.3921,55.7962,0.0000,2.4191,14.2297,39.1473,14277.7034,14277.7034,14277.7034,14277.7034,14277.7034 +1036.5000,1.0000,14167.3841,77.7105,77.4240,0.1592,0.0000,6,1240.9237,488.6469,748.0011,-82.1774,63.4993,97.2022,-10.6789,0.3486,57.7546,0.0000,57.7546,5.3960,57.7546,1.7317,0.0000,56.0229,0.0000,56.0229,8.4788,47.5441,0.0000,47.5441,0.3050,47.2391,0.0000,2.4398,14.3512,30.4482,12629.1307,12629.1307,12629.1307,12629.1307,12629.1307 +1037.5000,1.0000,14189.1375,78.3020,77.9970,0.1694,0.0000,6,1250.3691,504.1856,717.8741,-82.7376,66.0172,93.9972,-10.8335,0.3740,60.2385,0.0000,60.2385,5.4048,60.2385,1.7882,0.0000,58.4503,0.0000,58.4503,8.5434,49.9069,0.0000,49.9069,0.3271,49.5798,0.0000,2.4583,14.4604,32.6610,13122.6695,13122.6695,13122.6695,13122.6695,13122.6695 +1038.5000,1.0000,14211.0473,78.8655,78.6070,0.1436,0.0000,6,1259.3674,464.6871,725.7989,-83.2712,61.2832,95.7188,-10.9819,0.3192,55.5055,0.0000,55.5055,5.4585,55.5055,1.7001,0.0000,53.8054,0.0000,53.8054,8.6048,45.2005,0.0000,45.2005,0.2792,44.9213,0.0000,2.4760,14.5645,27.8807,12194.2841,12194.2841,12194.2841,12194.2841,12194.2841 +1039.5000,1.0000,14233.0675,79.2625,79.1240,0.0769,0.0000,6,1265.7069,362.6439,710.0595,-83.6472,48.0665,94.1145,-11.0870,0.1719,42.3803,0.0000,42.3803,5.5142,42.3803,1.4422,0.0000,40.9381,0.0000,40.9381,8.6482,32.2899,0.0000,32.2899,0.1504,32.1396,0.0000,2.4885,14.6378,15.0132,9680.6224,9680.6224,9680.6224,9680.6224,9680.6224 +1040.5000,1.0000,14255.1623,79.5315,79.4010,0.0725,0.0000,6,1270.0024,355.8397,667.1529,-83.9020,47.3247,88.7276,-11.1585,0.1625,41.6285,0.0000,41.6285,5.5336,41.6285,1.4303,0.0000,40.1982,0.0000,40.1982,8.6775,31.5207,0.0000,31.5207,0.1422,31.3785,0.0000,2.4970,14.6875,14.1941,9542.7586,9542.7586,9542.7586,9542.7586,9542.7586 +1041.5000,1.0000,14277.3311,79.7975,79.6620,0.0753,0.0000,6,1274.2500,360.3810,664.9592,-84.1539,48.0889,88.7316,-11.2294,0.1693,42.3312,0.0000,42.3312,5.5884,42.3312,1.4475,0.0000,40.8837,0.0000,40.8837,8.7065,32.1772,0.0000,32.1772,0.1481,32.0291,0.0000,2.5053,14.7366,14.7872,9694.8208,9694.8208,9694.8208,9694.8208,9694.8208 +1042.5000,1.0000,14299.5653,80.0330,79.9330,0.0556,0.0000,6,1278.0106,330.0177,667.5985,-84.3769,44.1672,89.3467,-11.2924,0.1253,38.4526,0.0000,38.4526,5.5893,38.4526,1.3727,0.0000,37.0799,0.0000,37.0799,8.7322,28.3477,0.0000,28.3477,0.1096,28.2381,0.0000,2.5127,14.7801,10.9453,8949.5617,8949.5617,8949.5617,8949.5617,8949.5617 +1043.5000,1.0000,14321.8464,80.2020,80.1330,0.0383,0.0000,6,1280.7093,303.7466,655.2320,-84.5370,40.7371,87.8768,-11.3377,0.0867,35.0302,0.0000,35.0302,5.6203,35.0302,1.3062,0.0000,33.7240,0.0000,33.7240,8.7507,24.9733,0.0000,24.9733,0.0758,24.8975,0.0000,2.5180,14.8113,7.5682,8327.7303,8327.7303,8327.7303,8327.7303,8327.7303 +1044.5000,1.0000,14344.1661,80.3410,80.2710,0.0389,0.0000,6,1282.9290,304.7790,644.4904,-84.6686,40.9464,86.5860,-11.3751,0.0881,35.2048,0.0000,35.2048,5.6536,35.2048,1.3114,0.0000,33.8934,0.0000,33.8934,8.7658,25.1276,0.0000,25.1276,0.0770,25.0505,0.0000,2.5224,14.8370,7.6912,8367.0936,8367.0936,8367.0936,8367.0936,8367.0936 +1045.5000,1.0000,14366.4939,80.3700,80.4110,-0.0228,0.0000,6,1283.3920,210.5639,645.1950,-84.6961,28.2991,86.7120,-11.3829,-0.0516,22.6435,0.0000,22.6435,5.7071,22.6435,1.0605,0.0000,21.5830,0.0000,21.5830,8.7690,12.8140,0.0000,12.8140,-0.0451,12.8592,0.0000,2.5233,14.8424,-4.5065,5997.5158,5997.5158,5997.5158,5997.5158,5997.5158 +1046.5000,1.0000,14388.8147,80.3450,80.3290,0.0089,0.0000,6,1282.9928,259.0179,604.9884,-84.6724,34.8003,81.2830,-11.3761,0.0201,29.0913,0.0000,29.0913,5.6888,29.0913,1.1892,0.0000,27.9022,0.0000,27.9022,8.7663,19.1359,0.0000,19.1359,0.0176,19.1183,0.0000,2.5225,14.8377,1.7581,7213.1961,7213.1961,7213.1961,7213.1961,7213.1961 +1047.5000,1.0000,14411.1390,80.3575,80.3610,-0.0019,0.0000,6,1283.1924,242.5954,625.6615,-84.6843,32.5989,84.0736,-11.3795,-0.0044,26.8873,0.0000,26.8873,5.7160,26.8873,1.1452,0.0000,25.7421,0.0000,25.7421,8.7676,16.9744,0.0000,16.9744,-0.0039,16.9783,0.0000,2.5229,14.8400,-0.3846,6797.5597,6797.5597,6797.5597,6797.5597,6797.5597 +1048.5000,1.0000,14433.4458,80.2945,80.3540,-0.0331,0.0000,6,1282.1864,209.5906,618.5447,-84.6246,28.1418,83.0521,-11.3626,-0.0748,20.5282,0.0000,20.5282,7.6884,20.5282,1.0173,0.0000,19.5109,0.0000,19.5109,8.7608,10.7502,0.0000,10.7502,-0.0654,10.8156,0.0000,2.5209,14.8284,-6.5337,5969.0668,5969.0668,5969.0668,5969.0668,5969.0668 +1049.5000,1.0000,14455.6919,80.0760,80.2350,-0.0883,0.0000,6,1278.6973,125.0785,603.8591,-84.4177,16.7486,80.8597,-11.3039,-0.1994,9.2413,0.0000,9.2413,7.7067,9.2413,0.7890,0.0000,8.4523,0.0000,8.4523,8.7369,-0.2846,0.0000,-0.2846,-0.1744,-0.1102,0.0000,2.5140,14.7881,-17.4123,3835.5732,3835.5732,3835.5732,3835.5732,3835.5732 +1050.5000,1.0000,14477.7830,79.5180,79.9170,-0.2217,0.0000,6,1269.7868,-73.8182,565.6589,-83.8892,-9.8157,75.2167,-11.1549,-0.4968,-17.0005,0.0000,-17.0005,7.6816,-17.0005,0.9671,0.0000,-17.9675,0.0000,-17.9675,8.6760,-26.6436,0.0000,-26.6436,-0.4346,-26.2090,0.0000,2.4965,14.6850,-43.3905,111.6234,111.6234,111.6234,111.6234,111.6234 +1051.5000,1.0000,14499.6493,78.7085,79.1190,-0.2281,0.0000,6,1256.8603,59.8155,475.3630,-83.1226,7.8728,62.5664,-10.9404,-0.5060,0.7778,0.0000,0.7778,7.6010,0.7778,0.7778,0.0000,0.0000,0.0000,0.0000,8.5877,-8.5877,19.0349,-27.6226,-0.4426,-27.1801,0.0000,2.4711,14.5355,-44.1867,2548.7105,2548.7105,2548.7105,2548.7105,2548.7105 +1052.5000,1.0000,14521.2936,77.9095,78.2980,-0.2158,0.0000,6,1244.1014,-65.1576,530.8119,-82.3658,-8.4889,69.1552,-10.7308,-0.4740,-15.5444,0.0000,-15.5444,7.5295,-15.5444,0.9298,0.0000,-16.4741,0.0000,-16.4741,8.5005,-24.9747,0.0000,-24.9747,-0.4146,-24.5601,0.0000,2.4460,14.3880,-41.3941,259.6369,259.6369,259.6369,259.6369,259.6369 +1053.5000,1.0000,14542.7523,77.2415,77.5210,-0.1553,0.0000,6,1233.4344,25.1970,472.3571,-81.7332,3.2546,61.0120,-10.5571,-0.3381,-3.8994,0.0000,-3.8994,7.4921,-3.8994,0.8039,0.0000,-4.7034,0.0000,-4.7034,8.4277,-13.1310,0.0000,-13.1310,-0.2957,-12.8353,0.0000,2.4251,14.2646,-29.5250,1941.6975,1941.6975,1941.6975,1941.6975,1941.6975 +1054.5000,1.0000,14564.0619,76.7045,76.9620,-0.1431,0.0000,6,1224.8593,43.5917,510.3831,-81.2246,5.5914,65.4653,-10.4184,-0.3093,-1.5666,0.0000,-1.5666,7.4673,-1.5666,0.7731,0.0000,-2.3397,0.0000,-2.3397,8.3691,-10.7088,0.0000,-10.7088,-0.2705,-10.4383,0.0000,2.4082,14.1654,-27.0119,2216.6682,2216.6682,2216.6682,2216.6682,2216.6682 +1055.5000,1.0000,14585.2380,76.2240,76.4470,-0.1239,0.0000,6,1217.1864,56.6782,516.6603,-80.7696,7.2244,65.8553,-10.2952,-0.2662,2.0377,0.0000,2.0377,5.4528,2.0377,0.7304,0.0000,1.3073,0.0000,1.3073,8.3166,-7.0093,0.0000,-7.0093,-0.2328,-6.7765,0.0000,2.3931,14.0767,-23.2463,2408.8785,2408.8785,2408.8785,2408.8785,2408.8785 +1056.5000,1.0000,14606.2904,75.7785,76.0010,-0.1236,0.0000,6,1210.0725,57.4009,520.7720,-80.3477,7.2738,65.9914,-10.1815,-0.2640,2.0759,0.0000,2.0759,5.4619,2.0759,0.7238,0.0000,1.3520,0.0000,1.3520,8.2680,-6.9160,0.0000,-6.9160,-0.2309,-6.6851,0.0000,2.3791,13.9944,-23.0586,2404.9750,2404.9750,2404.9750,2404.9750,2404.9750 +1057.5000,1.0000,14627.2668,75.5050,75.5560,-0.0283,0.0000,6,1205.7051,202.5161,519.9654,-80.0886,25.5699,65.6514,-10.1121,-0.0603,20.1888,0.0000,20.1888,5.4414,20.1888,0.9552,0.0000,19.2336,0.0000,19.2336,8.2382,10.9954,0.0000,10.9954,-0.0527,11.0482,0.0000,2.3705,13.9439,-5.2663,5444.6844,5444.6844,5444.6844,5444.6844,5444.6844 +1058.5000,1.0000,14648.2573,75.5560,75.4540,0.0567,0.0000,6,1206.5195,332.8099,585.3076,-80.1369,42.0493,73.9515,-10.1250,0.1207,36.4963,0.0000,36.4963,5.4323,36.4963,1.2819,0.0000,35.2144,0.0000,35.2144,8.2438,26.9707,0.0000,26.9707,0.1056,26.8651,0.0000,2.3721,13.9533,10.5396,8525.6223,8525.6223,8525.6223,8525.6223,8525.6223 +1059.5000,1.0000,14669.3033,75.7555,75.6580,0.0542,0.0000,6,1209.7052,329.3599,644.1311,-80.3259,41.7233,81.5985,-10.1757,0.1157,36.1130,0.0000,36.1130,5.4946,36.1130,1.2765,0.0000,34.8365,0.0000,34.8365,8.2655,26.5710,0.0000,26.5710,0.1012,26.4698,0.0000,2.3784,13.9902,10.1013,8464.6958,8464.6958,8464.6958,8464.6958,8464.6958 +1060.5000,1.0000,14690.4062,75.9605,75.8530,0.0597,0.0000,6,1212.9787,338.1293,643.1243,-80.5200,42.9501,81.6915,-10.2279,0.1279,37.2822,0.0000,37.2822,5.5400,37.2822,1.3022,0.0000,35.9800,0.0000,35.9800,8.2879,27.6921,0.0000,27.6921,0.1118,27.5803,0.0000,2.3848,14.0280,11.1674,8695.2975,8695.2975,8695.2975,8695.2975,8695.2975 +1061.5000,1.0000,14711.5683,76.1735,76.0680,0.0586,0.0000,6,1216.3800,335.9916,647.5908,-80.7217,42.7983,82.4895,-10.2823,0.1258,37.1729,0.0000,37.1729,5.4995,37.1729,1.3025,0.0000,35.8705,0.0000,35.8705,8.3111,27.5594,0.0000,27.5594,0.1101,27.4493,0.0000,2.3915,14.0674,10.9904,8667.0521,8667.0521,8667.0521,8667.0521,8667.0521 +1062.5000,1.0000,14732.8040,76.4385,76.2790,0.0886,0.0000,6,1220.6117,382.1903,647.2425,-80.9727,48.8524,82.7319,-10.3501,0.1909,43.1212,0.0000,43.1212,5.5402,43.1212,1.4244,0.0000,41.6968,0.0000,41.6968,8.3400,33.3567,0.0000,33.3567,0.1670,33.1898,0.0000,2.3998,14.1163,16.6736,9800.2119,9800.2119,9800.2119,9800.2119,9800.2119 +1063.5000,1.0000,14754.1371,76.7890,76.5980,0.1061,0.0000,6,1226.2087,409.0309,668.4421,-81.3047,52.5229,85.8335,-10.4402,0.2297,46.7297,0.0000,46.7297,5.5635,46.7297,1.5006,0.0000,45.2291,0.0000,45.2291,8.3783,36.8508,0.0000,36.8508,0.2009,36.6499,0.0000,2.4108,14.1810,20.0581,10521.9288,10521.9288,10521.9288,10521.9288,10521.9288 +1064.5000,1.0000,14775.5622,77.1205,76.9800,0.0781,0.0000,6,1231.5022,365.8831,681.1343,-81.6186,47.1852,87.8409,-10.5258,0.1697,41.4435,0.0000,41.4435,5.5721,41.4435,1.3987,0.0000,40.0448,0.0000,40.0448,8.4145,31.6304,0.0000,31.6304,0.1484,31.4820,0.0000,2.4213,14.2422,14.8185,9479.4820,9479.4820,9479.4820,9479.4820,9479.4820 +1065.5000,1.0000,14797.0678,77.4100,77.2610,0.0828,0.0000,6,1236.1251,373.2737,662.9518,-81.8928,48.3191,85.8169,-10.6008,0.1806,42.5277,0.0000,42.5277,5.6107,42.5277,1.4237,0.0000,41.1040,0.0000,41.1040,8.4460,32.6580,0.0000,32.6580,0.1580,32.5000,0.0000,2.4303,14.2957,15.7739,9702.9697,9702.9697,9702.9697,9702.9697,9702.9697 +1066.5000,1.0000,14818.6715,77.7635,77.5590,0.1136,0.0000,6,1241.7700,420.6914,666.9651,-82.2276,54.7058,86.7307,-10.6927,0.2490,48.8065,0.0000,48.8065,5.6503,48.8065,1.5533,0.0000,47.2532,0.0000,47.2532,8.4846,38.7686,0.0000,38.7686,0.2178,38.5508,0.0000,2.4414,14.3610,21.7483,10935.6846,10935.6846,10935.6846,10935.6846,10935.6846 +1067.5000,1.0000,14840.3885,78.1710,77.9680,0.1128,0.0000,6,1248.2772,419.4978,688.5346,-82.6135,54.8365,90.0047,-10.7992,0.2485,48.8987,0.0000,48.8987,5.6892,48.8987,1.5599,0.0000,47.3389,0.0000,47.3389,8.5291,38.8098,0.0000,38.8098,0.2174,38.5924,0.0000,2.4542,14.4363,21.7019,10961.6970,10961.6970,10961.6970,10961.6970,10961.6970 +1068.5000,1.0000,14862.2079,78.5400,78.3740,0.0922,0.0000,6,1254.1696,388.0539,688.9752,-82.9630,50.9656,90.4875,-10.8961,0.2042,45.0352,0.0000,45.0352,5.7262,45.0352,1.4869,0.0000,43.5483,0.0000,43.5483,8.5693,34.9790,0.0000,34.9790,0.1786,34.8004,0.0000,2.4658,14.5044,17.8302,10233.4917,10233.4917,10233.4917,10233.4917,10233.4917 +1069.5000,1.0000,14884.1171,78.8630,78.7060,0.0872,0.0000,6,1259.3274,380.3344,676.2520,-83.2689,50.1572,89.1817,-10.9812,0.1939,44.2214,0.0000,44.2214,5.7419,44.2214,1.4744,0.0000,42.7470,0.0000,42.7470,8.6046,34.1424,0.0000,34.1424,0.1696,33.9728,0.0000,2.4760,14.5640,16.9328,10079.4806,10079.4806,10079.4806,10079.4806,10079.4806 +1070.5000,1.0000,14906.0875,79.0835,79.0200,0.0353,0.0000,6,1262.8485,300.8060,673.6942,-83.4777,39.7801,89.0928,-11.0395,0.0786,33.9238,0.0000,33.9238,5.7777,33.9238,1.2710,0.0000,32.6529,0.0000,32.6529,8.6286,24.0242,0.0000,24.0242,0.0688,23.9554,0.0000,2.4829,14.6048,6.8678,8138.7613,8138.7613,8138.7613,8138.7613,8138.7613 +1071.5000,1.0000,14928.0737,79.1405,79.1470,-0.0036,0.0000,6,1263.7587,240.9232,639.7888,-83.5317,31.8839,84.6700,-11.0546,-0.0081,26.1403,0.0000,26.1403,5.7517,26.1403,1.1160,0.0000,25.0243,0.0000,25.0243,8.6349,16.3894,0.0000,16.3894,-0.0070,16.3965,0.0000,2.4847,14.6153,-0.7035,6625.6727,6625.6727,6625.6727,6625.6727,6625.6727 +1072.5000,1.0000,14950.0368,79.0570,79.1340,-0.0428,0.0000,6,1262.4253,180.9354,613.8069,-83.4526,23.9198,81.1458,-11.0325,-0.0953,18.2566,0.0000,18.2566,5.7586,18.2566,0.9573,0.0000,17.2992,0.0000,17.2992,8.6257,8.6735,0.0000,8.6735,-0.0834,8.7569,0.0000,2.4821,14.5999,-8.3251,5170.2041,5170.2041,5170.2041,5170.2041,5170.2041 +1073.5000,1.0000,14971.9704,78.9510,78.9800,-0.0161,0.0000,6,1260.7327,222.1313,587.4423,-83.3522,29.3266,77.5563,-11.0045,-0.0359,23.5731,0.0000,23.5731,5.7894,23.5731,1.0624,0.0000,22.5106,0.0000,22.5106,8.6142,13.8965,0.0000,13.8965,-0.0314,13.9278,0.0000,2.4787,14.5803,-3.1312,6162.1503,6162.1503,6162.1503,6162.1503,6162.1503 +1074.5000,1.0000,14993.8864,78.8875,78.9220,-0.0192,0.0000,6,1259.7187,217.3716,605.0696,-83.2921,28.6751,79.8192,-10.9877,-0.0426,22.9423,0.0000,22.9423,5.7754,22.9423,1.0491,0.0000,21.8932,0.0000,21.8932,8.6072,13.2860,0.0000,13.2860,-0.0373,13.3232,0.0000,2.4767,14.5686,-3.7221,6045.9237,6045.9237,6045.9237,6045.9237,6045.9237 +1075.5000,1.0000,15015.7726,78.7805,78.8530,-0.0403,0.0000,6,1258.0100,184.9392,602.6964,-83.1907,24.3636,79.3983,-10.9594,-0.0894,18.6912,0.0000,18.6912,5.7618,18.6912,0.9628,0.0000,17.7284,0.0000,17.7284,8.5956,9.1328,0.0000,9.1328,-0.0782,9.2111,0.0000,2.4734,14.5488,-7.8111,5250.6317,5250.6317,5250.6317,5250.6317,5250.6317 +1076.5000,1.0000,15037.6346,78.6930,78.7080,-0.0083,0.0000,6,1256.6128,233.9439,588.2583,-83.1079,30.7852,77.4102,-10.9363,-0.0185,25.0478,0.0000,25.0478,5.7559,25.0478,1.0889,0.0000,23.9588,0.0000,23.9588,8.5860,15.3728,0.0000,15.3728,-0.0162,15.3890,0.0000,2.4706,14.5327,-1.6143,6419.4792,6419.4792,6419.4792,6419.4792,6419.4792 +1077.5000,1.0000,15059.4894,78.6675,78.6780,-0.0058,0.0000,6,1256.2056,237.7489,609.4339,-83.0837,31.2758,80.1707,-10.9296,-0.0129,25.5385,0.0000,25.5385,5.7502,25.5385,1.0984,0.0000,24.4401,0.0000,24.4401,8.5832,15.8568,0.0000,15.8568,-0.0113,15.8681,0.0000,2.4698,14.5279,-1.1296,6506.6832,6506.6832,6506.6832,6506.6832,6506.6832 +1078.5000,1.0000,15081.3376,78.6435,78.6570,-0.0075,0.0000,6,1255.8223,235.3309,611.0103,-83.0610,30.9482,80.3536,-10.9233,-0.0166,25.1981,0.0000,25.1981,5.7668,25.1981,1.0914,0.0000,24.1067,0.0000,24.1067,8.5806,15.5261,0.0000,15.5261,-0.0145,15.5406,0.0000,2.4691,14.5235,-1.4520,6448.2565,6448.2565,6448.2565,6448.2565,6448.2565 +1079.5000,1.0000,15103.2146,78.7470,78.6300,0.0650,0.0000,6,1257.4751,346.4395,610.1285,-83.1590,45.6200,80.3432,-10.9506,0.1443,39.7162,0.0000,39.7162,5.7596,39.7162,1.3829,0.0000,38.3332,0.0000,38.3332,8.5919,29.7413,0.0000,29.7413,0.1262,29.6151,0.0000,2.4723,14.5426,12.6002,9196.4774,9196.4774,9196.4774,9196.4774,9196.4774 +1080.5000,1.0000,15125.1591,78.9905,78.8640,0.0703,0.0000,6,1261.3634,354.5609,658.7595,-83.3896,46.8338,87.0153,-11.0149,0.1565,40.8977,0.0000,40.8977,5.7797,40.8977,1.4094,0.0000,39.4883,0.0000,39.4883,8.6185,30.8698,0.0000,30.8698,0.1369,30.7330,0.0000,2.4800,14.5876,13.6654,9437.1217,9437.1217,9437.1217,9437.1217,9437.1217 +1081.5000,1.0000,15147.1190,79.0455,79.1170,-0.0397,0.0000,6,1262.2417,185.6852,662.7837,-83.4417,24.5442,87.6078,-11.0295,-0.0885,18.8666,0.0000,18.8666,5.7660,18.8666,0.9694,0.0000,17.8972,0.0000,17.8972,8.6245,9.2727,0.0000,9.2727,-0.0774,9.3501,0.0000,2.4817,14.5977,-7.7293,5289.3207,5289.3207,5289.3207,5289.3207,5289.3207 +1082.5000,1.0000,15169.0289,78.8655,78.9740,-0.0603,0.0000,6,1259.3674,154.3105,589.2810,-83.2712,20.3506,77.7148,-10.9819,-0.1340,14.7100,0.0000,14.7100,5.7746,14.7100,0.8842,0.0000,13.8258,0.0000,13.8258,8.6048,5.2210,0.0000,5.2210,-0.1172,5.3382,0.0000,2.4760,14.5645,-11.7024,4483.3153,4483.3153,4483.3153,4483.3153,4483.3153 +1083.5000,1.0000,15190.8310,78.4775,78.7570,-0.1553,0.0000,6,1253.1716,10.5080,574.3941,-82.9038,1.3790,75.3788,-10.8796,-0.3435,-3.9567,0.0000,-3.9567,5.6792,-3.9567,0.8219,0.0000,-4.7786,0.0000,-4.7786,8.5625,-13.3411,0.0000,-13.3411,-0.3004,-13.0407,0.0000,2.4639,14.4929,-29.9974,1750.0897,1750.0897,1750.0897,1750.0897,1750.0897 +1084.5000,1.0000,15212.4641,77.8695,78.1980,-0.1825,0.0000,6,1243.4627,-29.7362,508.7717,-82.3280,-3.8721,66.2498,-10.7203,-0.4006,-9.1468,0.0000,-9.1468,5.6753,-9.1468,0.8652,0.0000,-10.0121,0.0000,-10.0121,8.4962,-18.5082,0.0000,-18.5082,-0.3504,-18.1579,0.0000,2.4448,14.3806,-34.9832,979.6738,979.6738,979.6738,979.6738,979.6738 +1085.5000,1.0000,15233.9037,77.1725,77.5410,-0.2047,0.0000,6,1232.3326,-62.4847,487.8367,-81.6679,-8.0636,62.9551,-10.5392,-0.4453,-13.2895,0.0000,-13.2895,5.6712,-13.2895,0.8969,0.0000,-14.1863,0.0000,-14.1863,8.4201,-22.6065,0.0000,-22.6065,-0.3895,-22.2169,0.0000,2.4229,14.2519,-38.8917,300.5274,300.5274,300.5274,300.5274,300.5274 +1086.5000,1.0000,15255.1500,76.4765,76.8040,-0.1819,0.0000,6,1221.2185,-27.9997,470.0323,-81.0087,-3.5808,60.1104,-10.3599,-0.3922,-8.8842,0.0000,-8.8842,5.6956,-8.8842,0.8431,0.0000,-9.7273,0.0000,-9.7273,8.3442,-18.0715,0.0000,-18.0715,-0.3431,-17.7284,0.0000,2.4010,14.1233,-34.2528,965.3708,965.3708,965.3708,965.3708,965.3708 +1087.5000,1.0000,15276.2708,76.0250,76.1490,-0.0689,0.0000,6,1214.0087,141.5557,483.6055,-80.5811,17.9961,61.4811,-10.2443,-0.1476,12.5076,0.0000,12.5076,5.6361,12.5076,0.8075,0.0000,11.7002,0.0000,11.7002,8.2949,3.4052,0.0000,3.4052,-0.1291,3.5344,0.0000,2.3869,14.0399,-12.8924,4050.5991,4050.5991,4050.5991,4050.5991,4050.5991 +1088.5000,1.0000,15297.3225,75.7760,75.9010,-0.0694,0.0000,6,1210.0325,140.6557,558.9262,-80.3453,17.8231,70.8240,-10.1809,-0.1483,12.3588,0.0000,12.3588,5.6126,12.3588,0.8017,0.0000,11.5572,0.0000,11.5572,8.2678,3.2894,0.0000,3.2894,-0.1297,3.4192,0.0000,2.3790,13.9940,-12.9538,4020.4337,4020.4337,4020.4337,4020.4337,4020.4337 +1089.5000,1.0000,15318.3505,75.6910,75.6510,0.0222,0.0000,6,1208.6752,281.2709,558.0829,-80.2648,35.6011,70.6378,-10.1593,0.0474,29.9476,0.0000,29.9476,5.6060,29.9476,1.1525,0.0000,28.7952,0.0000,28.7952,8.2585,20.5367,0.0000,20.5367,0.0415,20.4952,0.0000,2.3764,13.9783,4.1406,7303.0518,7303.0518,7303.0518,7303.0518,7303.0518 +1090.5000,1.0000,15339.3946,75.7485,75.7310,0.0097,0.0000,6,1209.5934,262.3857,621.2657,-80.3192,33.2360,78.6947,-10.1739,0.0208,27.5684,0.0000,27.5684,5.6468,27.5684,1.1055,0.0000,26.4629,0.0000,26.4629,8.2648,18.1981,0.0000,18.1981,0.0182,18.1799,0.0000,2.3782,13.9889,1.8129,6865.0669,6865.0669,6865.0669,6865.0669,6865.0669 +1091.5000,1.0000,15360.4523,75.7980,75.7660,0.0178,0.0000,6,1210.3838,274.8676,612.9514,-80.3661,34.8398,77.6923,-10.1865,0.0380,29.1357,0.0000,29.1357,5.6661,29.1357,1.1374,0.0000,27.9983,0.0000,27.9983,8.2702,19.7281,0.0000,19.7281,0.0332,19.6949,0.0000,2.3797,13.9980,3.3171,7161.1004,7161.1004,7161.1004,7161.1004,7161.1004 +1092.5000,1.0000,15381.5183,75.8275,75.8300,-0.0014,0.0000,6,1210.8549,245.5820,618.6689,-80.3941,31.1399,78.4475,-10.1940,-0.0030,25.4599,0.0000,25.4599,5.6829,25.4599,1.0643,0.0000,24.3957,0.0000,24.3957,8.2734,16.1223,0.0000,16.1223,-0.0026,16.1249,0.0000,2.3807,14.0035,-0.2593,6477.4389,6477.4389,6477.4389,6477.4389,6477.4389 +1093.5000,1.0000,15402.5760,75.7975,75.8250,-0.0153,0.0000,6,1210.3759,223.9775,605.5283,-80.3657,28.3892,76.7509,-10.1864,-0.0326,22.7789,0.0000,22.7789,5.6430,22.7789,1.0103,0.0000,21.7685,0.0000,21.7685,8.2701,13.4984,0.0000,13.4984,-0.0286,13.5270,0.0000,2.3797,13.9979,-2.8507,5969.2163,5969.2163,5969.2163,5969.2163,5969.2163 +1094.5000,1.0000,15423.6164,75.7355,75.7700,-0.0192,0.0000,6,1209.3858,218.2522,595.6743,-80.3069,27.6409,75.4401,-10.1706,-0.0409,22.0127,0.0000,22.0127,5.6691,22.0127,0.9943,0.0000,21.0185,0.0000,21.0185,8.2633,12.7551,0.0000,12.7551,-0.0358,12.7909,0.0000,2.3778,13.9865,-3.5733,5830.4856,5830.4856,5830.4856,5830.4856,5830.4856 +1095.5000,1.0000,15444.6380,75.6680,75.7010,-0.0183,0.0000,6,1208.3079,219.4330,592.8932,-80.2430,27.7657,75.0210,-10.1534,-0.0391,22.1528,0.0000,22.1528,5.6520,22.1528,0.9963,0.0000,21.1565,0.0000,21.1565,8.2560,12.9005,0.0000,12.9005,-0.0342,12.9347,0.0000,2.3757,13.9740,-3.4149,5853.0839,5853.0839,5853.0839,5853.0839,5853.0839 +1096.5000,1.0000,15465.6422,75.6050,75.6350,-0.0167,0.0000,6,1207.3019,222.0234,593.2187,-80.1833,28.0701,74.9997,-10.1374,-0.0355,22.4538,0.0000,22.4538,5.6518,22.4538,1.0016,0.0000,21.4522,0.0000,21.4522,8.2491,13.2031,0.0000,13.2031,-0.0311,13.2341,0.0000,2.3737,13.9624,-3.1019,5909.0351,5909.0351,5909.0351,5909.0351,5909.0351 +1097.5000,1.0000,15486.6268,75.5345,75.5750,-0.0225,0.0000,6,1206.1761,212.6997,594.1721,-80.1166,26.8662,75.0502,-10.1196,-0.0479,21.3147,0.0000,21.3147,5.5994,21.3147,0.9780,0.0000,20.3367,0.0000,20.3367,8.2414,12.0952,0.0000,12.0952,-0.0419,12.1371,0.0000,2.3715,13.9494,-4.1837,5685.3922,5685.3922,5685.3922,5685.3922,5685.3922 +1098.5000,1.0000,15507.6153,75.5485,75.4940,0.0303,0.0000,6,1206.3997,294.0626,589.9096,-80.1298,37.1501,74.5256,-10.1231,0.0645,31.4347,0.0000,31.4347,5.6509,31.4347,1.1806,0.0000,30.2541,0.0000,30.2541,8.2429,22.0112,0.0000,22.0112,0.0564,21.9548,0.0000,2.3719,13.9519,5.6309,7592.8725,7592.8725,7592.8725,7592.8725,7592.8725 +1099.5000,1.0000,15528.6203,75.6080,75.6030,0.0028,0.0000,6,1207.3498,251.8140,626.6047,-80.1862,31.8377,79.2238,-10.1382,0.0059,26.1846,0.0000,26.1846,5.6472,26.1846,1.0763,0.0000,25.1083,0.0000,25.1083,8.2494,16.8589,0.0000,16.8589,0.0052,16.8537,0.0000,2.3738,13.9629,0.5170,6606.9552,6606.9552,6606.9552,6606.9552,6606.9552 +1100.5000,1.0000,15549.6294,75.6230,75.6130,0.0056,0.0000,6,1207.5894,256.0294,607.7314,-80.2004,32.3771,76.8528,-10.1420,0.0118,26.7228,0.0000,26.7228,5.6424,26.7228,1.0872,0.0000,25.6356,0.0000,25.6356,8.2511,17.3845,0.0000,17.3845,0.0104,17.3742,0.0000,2.3742,13.9657,1.0342,6706.8017,6706.8017,6706.8017,6706.8017,6706.8017 +1101.5000,1.0000,15570.6487,75.6595,75.6330,0.0147,0.0000,6,1208.1722,270.0672,609.7034,-80.2350,34.1688,77.1394,-10.1513,0.0314,28.4954,0.0000,28.4954,5.6420,28.4954,1.1231,0.0000,27.3723,0.0000,27.3723,8.2550,19.1173,0.0000,19.1173,0.0275,19.0898,0.0000,2.3754,13.9724,2.7420,7038.3022,7038.3022,7038.3022,7038.3022,7038.3022 +1102.5000,1.0000,15591.6790,75.6990,75.6860,0.0072,0.0000,6,1208.8030,258.3809,616.1215,-80.2724,32.7073,77.9921,-10.1613,0.0154,27.0700,0.0000,27.0700,5.6218,27.0700,1.0950,0.0000,25.9750,0.0000,25.9750,8.2594,17.7157,0.0000,17.7157,0.0135,17.7022,0.0000,2.3766,13.9797,1.3458,6767.5667,6767.5667,6767.5667,6767.5667,6767.5667 +1103.5000,1.0000,15612.7173,75.7280,75.7120,0.0089,0.0000,6,1209.2660,261.2268,610.9766,-80.2998,33.0802,77.3704,-10.1687,0.0190,27.4007,0.0000,27.4007,5.6605,27.4007,1.1020,0.0000,26.2988,0.0000,26.2988,8.2625,18.0363,0.0000,18.0363,0.0166,18.0197,0.0000,2.3775,13.9851,1.6570,6836.3884,6836.3884,6836.3884,6836.3884,6836.3884 +1104.5000,1.0000,15633.7790,75.8120,75.7440,0.0378,0.0000,6,1210.6074,305.4843,612.4200,-80.3794,38.7276,77.6393,-10.1901,0.0807,32.9880,0.0000,32.9880,5.6589,32.9880,1.2147,0.0000,31.7733,0.0000,31.7733,8.2717,23.5016,0.0000,23.5016,0.0706,23.4310,0.0000,2.3802,14.0006,7.0502,7902.2273,7902.2273,7902.2273,7902.2273,7902.2273 +1105.5000,1.0000,15654.8630,75.8925,75.8800,0.0069,0.0000,6,1211.8929,258.5213,632.4900,-80.4556,32.8087,80.2688,-10.2106,0.0149,27.0865,0.0000,27.0865,5.7073,27.0865,1.0975,0.0000,25.9890,0.0000,25.9890,8.2805,17.7085,0.0000,17.7085,0.0130,17.6955,0.0000,2.3827,14.0155,1.2974,6785.3469,6785.3469,6785.3469,6785.3469,6785.3469 +1106.5000,1.0000,15675.9590,75.9355,75.9050,0.0169,0.0000,6,1212.5795,274.7534,611.6409,-80.4963,34.8885,77.6668,-10.2215,0.0363,29.0286,0.0000,29.0286,5.8236,29.0286,1.1369,0.0000,27.8917,0.0000,27.8917,8.2852,19.6066,0.0000,19.6066,0.0317,19.5749,0.0000,2.3841,14.0234,3.1674,7168.7226,7168.7226,7168.7226,7168.7226,7168.7226 +1107.5000,1.0000,15697.0616,75.9595,75.9660,-0.0036,0.0000,6,1212.9628,243.2187,619.0130,-80.5191,30.8939,78.6278,-10.2276,-0.0077,25.0765,0.0000,25.0765,5.8251,25.0765,1.0581,0.0000,24.0184,0.0000,24.0184,8.2878,15.7307,0.0000,15.7307,-0.0068,15.7374,0.0000,2.3848,14.0278,-0.6752,6431.9769,6431.9769,6431.9769,6431.9769,6431.9769 +1108.5000,1.0000,15718.1746,75.9965,75.9530,0.0242,0.0000,6,1213.5536,286.4864,604.9828,-80.5541,36.4076,76.8830,-10.2371,0.0518,30.4447,0.0000,30.4447,5.9111,30.4447,1.1659,0.0000,29.2788,0.0000,29.2788,8.2918,20.9870,0.0000,20.9870,0.0453,20.9417,0.0000,2.3860,14.0347,4.5211,7448.1570,7448.1570,7448.1570,7448.1570,7448.1570 +1109.5000,1.0000,15739.3072,76.0675,76.0400,0.0153,0.0000,6,1214.6874,272.6004,624.5003,-80.6214,34.6753,79.4375,-10.2552,0.0328,28.7580,0.0000,28.7580,5.8845,28.7580,1.1329,0.0000,27.6250,0.0000,27.6250,8.2996,19.3254,0.0000,19.3254,0.0287,19.2968,0.0000,2.3882,14.0478,2.8608,7128.1861,7128.1861,7128.1861,7128.1861,7128.1861 +1110.5000,1.0000,15760.4664,76.1630,76.0950,0.0378,0.0000,6,1216.2124,307.5457,618.5336,-80.7118,39.1695,78.7773,-10.2796,0.0811,33.1421,0.0000,33.1421,5.9462,33.1421,1.2217,0.0000,31.9204,0.0000,31.9204,8.3100,23.6104,0.0000,23.6104,0.0709,23.5395,0.0000,2.3912,14.0654,7.0829,7988.6365,7988.6365,7988.6365,7988.6365,7988.6365 +1111.5000,1.0000,15781.6404,76.2165,76.2310,-0.0081,0.0000,6,1217.0667,237.6505,634.3638,-80.7625,30.2888,80.8502,-10.2933,-0.0173,24.3030,0.0000,24.3030,6.0031,24.3030,1.0455,0.0000,23.2575,0.0000,23.2575,8.3158,14.9417,0.0000,14.9417,-0.0151,14.9568,0.0000,2.3929,14.0753,-1.5114,6320.8164,6320.8164,6320.8164,6320.8164,6320.8164 +1112.5000,1.0000,15802.8171,76.2260,76.2020,0.0133,0.0000,6,1217.2184,270.1463,603.2426,-80.7715,34.4347,76.8934,-10.2957,0.0286,28.4425,0.0000,28.4425,5.9635,28.4425,1.1284,0.0000,27.3141,0.0000,27.3141,8.3169,18.9972,0.0000,18.9972,0.0251,18.9721,0.0000,2.3932,14.0771,2.5019,7082.5810,7082.5810,7082.5810,7082.5810,7082.5810 +1113.5000,1.0000,15824.0097,76.2835,76.2500,0.0186,0.0000,6,1218.1366,278.4825,617.8553,-80.8259,35.5240,78.8155,-10.3104,0.0400,29.4856,0.0000,29.4856,5.9984,29.4856,1.1500,0.0000,28.3357,0.0000,28.3357,8.3231,20.0125,0.0000,20.0125,0.0350,19.9775,0.0000,2.3950,14.0877,3.4949,7282.1200,7282.1200,7282.1200,7282.1200,7282.1200 +1114.5000,1.0000,15845.2229,76.3575,76.3170,0.0225,0.0000,6,1219.3182,284.1599,621.7651,-80.8960,36.2834,79.3911,-10.3293,0.0484,30.2679,0.0000,30.2679,5.9671,30.2679,1.1664,0.0000,29.1015,0.0000,29.1015,8.3312,20.7703,0.0000,20.7703,0.0424,20.7279,0.0000,2.3973,14.1013,4.2293,7427.4786,7427.4786,7427.4786,7427.4786,7427.4786 +1115.5000,1.0000,15866.4565,76.4310,76.3980,0.0183,0.0000,6,1220.4919,277.9273,624.5105,-80.9656,35.5218,79.8184,-10.3482,0.0395,29.4894,0.0000,29.4894,5.9929,29.4894,1.1517,0.0000,28.3377,0.0000,28.3377,8.3392,19.9984,0.0000,19.9984,0.0345,19.9639,0.0000,2.3996,14.1149,3.4494,7280.1639,7280.1639,7280.1639,7280.1639,7280.1639 +1116.5000,1.0000,15887.6948,76.4480,76.4640,-0.0089,0.0000,6,1220.7634,235.4919,621.8759,-80.9817,30.1048,79.4994,-10.3525,-0.0192,24.2162,0.0000,24.2162,5.9078,24.2162,1.0464,0.0000,23.1697,0.0000,23.1697,8.3411,14.8286,0.0000,14.8286,-0.0168,14.8454,0.0000,2.4001,14.1181,-1.6728,6287.6001,6287.6001,6287.6001,6287.6001,6287.6001 +1117.5000,1.0000,15908.9165,76.3880,76.4320,-0.0244,0.0000,6,1219.8053,211.8569,602.8811,-80.9249,27.0621,77.0106,-10.3372,-0.0526,21.1822,0.0000,21.1822,5.9325,21.1822,0.9851,0.0000,20.1972,0.0000,20.1972,8.3345,11.8626,0.0000,11.8626,-0.0460,11.9087,0.0000,2.3983,14.1070,-4.5966,5729.5750,5729.5750,5729.5750,5729.5750,5729.5750 +1118.5000,1.0000,15930.0722,76.1505,76.3440,-0.1075,0.0000,6,1216.0128,84.8808,591.7817,-80.7000,10.8088,75.3578,-10.2764,-0.2307,5.1077,0.0000,5.1077,5.9318,5.1077,0.6987,0.0000,4.4091,0.0000,4.4091,8.3086,-3.8996,0.0000,-3.8996,-0.2018,-3.6977,0.0000,2.3908,14.0631,-20.1516,2856.6419,2856.6419,2856.6419,2856.6419,2856.6419 +1119.5000,1.0000,15951.0912,75.6585,75.9570,-0.1658,0.0000,6,1208.1562,-1.6847,533.0746,-80.2340,-0.2131,67.4434,-10.1510,-0.3537,-5.7917,0.0000,-5.7917,5.9322,-5.7917,0.8008,0.0000,-6.5926,0.0000,-6.5926,8.2549,-14.8475,0.0000,-14.8475,-0.3093,-14.5382,0.0000,2.3754,13.9723,-30.8858,1451.7471,1451.7471,1451.7471,1451.7471,1451.7471 +1120.5000,1.0000,15971.9323,75.0180,75.3600,-0.1900,0.0000,6,1197.9284,-37.2595,491.1679,-79.6267,-4.6741,61.6154,-9.9889,-0.4018,-10.2081,0.0000,-10.2081,5.9358,-10.2081,0.8362,0.0000,-11.0443,0.0000,-11.0443,8.1851,-19.2294,0.0000,-19.2294,-0.3514,-18.8780,0.0000,2.3552,13.8540,-35.0872,735.7736,735.7736,735.7736,735.7736,735.7736 +1121.5000,1.0000,15992.6336,74.5145,74.6760,-0.0897,0.0000,6,1189.8882,112.1148,472.5599,-79.1471,13.9700,58.8832,-9.8621,-0.1884,8.3146,0.0000,8.3146,5.8439,8.3146,0.7066,0.0000,7.6080,0.0000,7.6080,8.1301,-0.5221,0.0000,-0.5221,-0.1648,-0.3573,0.0000,2.3394,13.7610,-16.4577,3297.8767,3297.8767,3297.8767,3297.8767,3297.8767 +1122.5000,1.0000,16013.2326,74.1465,74.3530,-0.1147,0.0000,6,1184.0118,74.5948,539.3691,-78.7966,9.2490,66.8761,-9.7699,-0.2398,3.6473,0.0000,3.6473,5.8414,3.6473,0.6857,0.0000,2.9616,0.0000,2.9616,8.0900,-5.1284,0.0000,-5.1284,-0.2097,-4.9186,0.0000,2.3279,13.6930,-20.9396,2647.0606,2647.0606,2647.0606,2647.0606,2647.0606 +1123.5000,1.0000,16033.7005,73.6745,73.9400,-0.1475,0.0000,6,1176.4746,25.7595,520.2243,-78.3469,3.1736,64.0917,-9.6524,-0.3063,-2.3225,0.0000,-2.3225,5.8024,-2.3225,0.7389,0.0000,-3.0614,0.0000,-3.0614,8.0385,-11.0999,0.0000,-11.0999,-0.2679,-10.8320,0.0000,2.3131,13.6059,-26.7509,1862.7128,1862.7128,1862.7128,1862.7128,1862.7128 +1124.5000,1.0000,16054.0303,73.1770,73.4090,-0.1289,0.0000,6,1168.5303,53.1896,495.5048,-77.8730,6.5087,60.6340,-9.5292,-0.2659,1.0439,0.0000,1.0439,5.7307,1.0439,0.6985,0.0000,0.3454,0.0000,0.3454,7.9842,-7.6388,0.0000,-7.6388,-0.2325,-7.4063,0.0000,2.2974,13.5140,-23.2177,2295.2933,2295.2933,2295.2933,2295.2933,2295.2933 +1125.5000,1.0000,16074.2364,72.7320,72.9450,-0.1183,0.0000,6,1161.4243,68.5316,506.3316,-77.4492,8.3351,61.5821,-9.4197,-0.2426,2.9258,0.0000,2.9258,5.6519,2.9258,0.6737,0.0000,2.2521,0.0000,2.2521,7.9356,-5.6835,0.0000,-5.6835,-0.2122,-5.4714,0.0000,2.2835,13.4318,-21.1866,2535.4966,2535.4966,2535.4966,2535.4966,2535.4966 +1126.5000,1.0000,16094.3191,72.2880,72.5190,-0.1283,0.0000,6,1154.3343,53.4050,511.6407,-77.0262,6.4557,61.8480,-9.3111,-0.2615,1.1267,0.0000,1.1267,5.5905,1.1267,0.6857,0.0000,0.4410,0.0000,0.4410,7.8872,-7.4462,0.0000,-7.4462,-0.2287,-7.2174,0.0000,2.2695,13.3498,-22.8368,2289.4329,2289.4329,2289.4329,2289.4329,2289.4329 +1127.5000,1.0000,16114.3000,71.9210,72.0570,-0.0756,0.0000,6,1148.4738,132.7799,503.0072,-76.6766,15.9692,60.4956,-9.2217,-0.1532,10.6001,0.0000,10.6001,5.5223,10.6001,0.7236,0.0000,9.8764,0.0000,9.8764,7.8471,2.0293,0.0000,2.0293,-0.1340,2.1633,0.0000,2.2580,13.2820,-13.3768,3595.0947,3595.0947,3595.0947,3595.0947,3595.0947 +1128.5000,1.0000,16134.2054,71.6495,71.7850,-0.0753,0.0000,6,1144.1383,133.1417,539.1067,-76.4180,15.9522,64.5925,-9.1559,-0.1520,10.6095,0.0000,10.6095,5.4948,10.6095,0.7208,0.0000,9.8886,0.0000,9.8886,7.8175,2.0711,0.0000,2.0711,-0.1330,2.2041,0.0000,2.2495,13.2319,-13.2773,3584.8460,3584.8460,3584.8460,3584.8460,3584.8460 +1129.5000,1.0000,16154.0253,71.3415,71.5140,-0.0958,0.0000,6,1139.2200,101.5891,538.1429,-76.1246,12.1195,64.1998,-9.0816,-0.1927,6.8422,0.0000,6.8422,5.4700,6.8422,0.6422,0.0000,6.2000,0.0000,6.2000,7.7839,-1.5839,0.0000,-1.5839,-0.1686,-1.4153,0.0000,2.2398,13.1750,-16.8302,3048.1541,3048.1541,3048.1541,3048.1541,3048.1541 +1130.5000,1.0000,16173.7316,70.9330,71.1690,-0.1311,0.0000,6,1132.6969,48.8492,521.7544,-75.7355,5.7943,61.8883,-8.9834,-0.2621,0.6155,0.0000,0.6155,5.4409,0.6155,0.6727,0.0000,-0.0571,0.0000,-0.0571,7.7394,-7.7965,0.0000,-7.7965,-0.2293,-7.5672,0.0000,2.2270,13.0996,-22.8938,2202.5496,2202.5496,2202.5496,2202.5496,2202.5496 +1131.5000,1.0000,16193.2991,70.4330,70.6970,-0.1467,0.0000,6,1124.7126,25.3320,494.7597,-75.2592,2.9836,58.2726,-8.8640,-0.2912,-2.0878,0.0000,-2.0878,5.3625,-2.0878,0.6930,0.0000,-2.7808,0.0000,-2.7808,7.6848,-10.4656,0.0000,-10.4656,-0.2547,-10.2109,0.0000,2.2113,13.0072,-25.4294,1781.3562,1781.3562,1781.3562,1781.3562,1781.3562 +1132.5000,1.0000,16212.7391,69.9740,70.1690,-0.1083,0.0000,6,1117.3830,82.7134,481.6341,-74.8220,9.6785,56.3570,-8.7551,-0.2137,4.5273,0.0000,4.5273,5.3649,4.5273,0.6208,0.0000,3.9065,0.0000,3.9065,7.6347,-3.7282,0.0000,-3.7282,-0.1869,-3.5414,0.0000,2.1969,12.9225,-18.6607,2732.9911,2732.9911,2732.9911,2732.9911,2732.9911 +1133.5000,1.0000,16232.0718,69.5875,69.7790,-0.1064,0.0000,6,1111.2112,85.4592,507.5160,-74.4538,9.9445,59.0575,-8.6639,-0.2087,4.8340,0.0000,4.8340,5.3192,4.8340,0.6126,0.0000,4.2213,0.0000,4.2213,7.5925,-3.3712,0.0000,-3.3712,-0.1825,-3.1887,0.0000,2.1848,12.8511,-18.2245,2772.7715,2772.7715,2772.7715,2772.7715,2772.7715 +1134.5000,1.0000,16251.2930,69.1865,69.3960,-0.1164,0.0000,6,1104.8078,70.5762,507.2901,-74.0719,8.1653,58.6910,-8.5698,-0.2270,3.1015,0.0000,3.1015,5.2908,3.1015,0.6247,0.0000,2.4768,0.0000,2.4768,7.5488,-5.0720,0.0000,-5.0720,-0.1985,-4.8735,0.0000,2.1722,12.7770,-19.8227,2531.0450,2531.0450,2531.0450,2531.0450,2531.0450 +1135.5000,1.0000,16270.4371,68.9085,68.9770,-0.0381,0.0000,6,1100.3685,190.0336,498.9833,-73.8071,21.8976,57.4980,-8.5048,-0.0739,16.7008,0.0000,16.7008,5.2707,16.7008,0.8132,0.0000,15.8876,0.0000,15.8876,7.5185,8.3691,0.0000,8.3691,-0.0647,8.4338,0.0000,2.1634,12.7257,-6.4554,4703.7497,4703.7497,4703.7497,4703.7497,4703.7497 +1136.5000,1.0000,16289.6072,69.0025,68.8400,0.0903,0.0000,6,1101.8696,386.9026,556.3169,-73.8966,44.6437,64.1920,-8.5267,0.1756,39.1904,0.0000,39.1904,5.2777,39.1904,1.2640,0.0000,37.9264,0.0000,37.9264,7.5287,30.3977,0.0000,30.3977,0.1536,30.2441,0.0000,2.1664,12.7431,15.3347,8995.4125,8995.4125,8995.4125,8995.4125,8995.4125 +1137.5000,1.0000,16308.8786,69.3670,69.1650,0.1122,0.0000,6,1107.6901,420.2997,650.7231,-74.2438,48.7535,75.4820,-8.6121,0.2194,43.2608,0.0000,43.2608,5.2733,43.2608,1.3493,0.0000,41.9115,0.0000,41.9115,7.5685,34.3430,0.0000,34.3430,0.1919,34.1511,0.0000,2.1778,12.8104,19.1629,9752.9141,9752.9141,9752.9141,9752.9141,9752.9141 +1138.5000,1.0000,16328.2772,69.8250,69.5690,0.1422,0.0000,6,1115.0037,466.0760,667.4562,-74.6801,54.4204,77.9341,-8.7199,0.2799,48.8627,0.0000,48.8627,5.2778,48.8627,1.4662,0.0000,47.3964,0.0000,47.3964,7.6185,39.7780,0.0000,39.7780,0.2448,39.5331,0.0000,2.1922,12.8950,24.4460,10818.7975,10818.7975,10818.7975,10818.7975,10818.7975 +1139.5000,1.0000,16347.8301,70.3805,70.0810,0.1664,0.0000,6,1123.8742,502.9614,690.0633,-75.2092,59.1944,81.2148,-8.8515,0.3301,53.5687,0.0000,53.5687,5.2957,53.5687,1.5663,0.0000,52.0024,0.0000,52.0024,7.6791,44.3233,0.0000,44.3233,0.2887,44.0346,0.0000,2.2096,12.9975,28.8274,11790.7378,11790.7378,11790.7378,11790.7378,11790.7378 +1140.5000,1.0000,16367.5357,70.9300,70.6800,0.1389,0.0000,6,1132.6490,461.0477,708.5994,-75.7327,54.6852,84.0475,-8.9827,0.2777,49.0403,0.0000,49.0403,5.3672,49.0403,1.4817,0.0000,47.5587,0.0000,47.5587,7.7390,39.8196,0.0000,39.8196,0.2429,39.5768,0.0000,2.2269,13.0990,24.2508,10876.2881,10876.2881,10876.2881,10876.2881,10876.2881 +1141.5000,1.0000,16387.3526,71.3310,71.1800,0.0839,0.0000,6,1139.0524,376.6970,690.4233,-76.1146,44.9329,82.3546,-9.0791,0.1687,39.3657,0.0000,39.3657,5.3985,39.3657,1.2925,0.0000,38.0732,0.0000,38.0732,7.7828,30.2904,0.0000,30.2904,0.1475,30.1429,0.0000,2.2395,13.1731,14.7303,9045.9738,9045.9738,9045.9738,9045.9738,9045.9738 +1142.5000,1.0000,16407.2719,71.6995,71.4820,0.1208,0.0000,6,1144.9368,433.3339,652.1726,-76.4656,51.9556,78.1939,-9.1680,0.2442,46.2909,0.0000,46.2909,5.4205,46.2909,1.4350,0.0000,44.8559,0.0000,44.8559,7.8230,37.0329,0.0000,37.0329,0.2136,36.8193,0.0000,2.2511,13.2411,21.3271,10329.9034,10329.9034,10329.9034,10329.9034,10329.9034 +1143.5000,1.0000,16427.2803,72.0200,71.9170,0.0572,0.0000,6,1150.0547,351.7796,679.4507,-76.7709,42.3660,81.8286,-9.2458,0.1162,34.8761,0.0000,34.8761,7.3738,34.8761,1.2102,0.0000,33.6659,0.0000,33.6659,7.8580,25.8079,0.0000,25.8079,0.1016,25.7063,0.0000,2.2611,13.3003,10.1449,8539.5529,8539.5529,8539.5529,8539.5529,8539.5529 +1144.5000,1.0000,16447.3687,72.3085,72.1230,0.1031,0.0000,6,1154.6616,422.3495,642.5162,-77.0458,51.0688,77.6904,-9.3161,0.2100,43.4251,0.0000,43.4251,7.4336,43.4251,1.3844,0.0000,42.0408,0.0000,42.0408,7.8894,34.1513,0.0000,34.1513,0.1837,33.9676,0.0000,2.2702,13.3536,18.3438,10164.1146,10164.1146,10164.1146,10164.1146,10164.1146 +1145.5000,1.0000,16467.5379,72.5990,72.4940,0.0583,0.0000,6,1159.3005,353.3705,675.9263,-77.3225,42.8998,82.0586,-9.3871,0.1194,35.3634,0.0000,35.3634,7.4170,35.3634,1.2263,0.0000,34.1371,0.0000,34.1371,7.9211,26.2160,0.0000,26.2160,0.1044,26.1116,0.0000,2.2793,13.4072,10.4250,8650.4285,8650.4285,8650.4285,8650.4285,8650.4285 +1146.5000,1.0000,16487.7710,72.8290,72.7040,0.0694,0.0000,6,1162.9732,370.2135,644.8869,-77.5416,45.0869,78.5384,-9.4435,0.1426,37.5294,0.0000,37.5294,7.4150,37.5294,1.2722,0.0000,36.2572,0.0000,36.2572,7.9462,28.3110,0.0000,28.3110,0.1247,28.1863,0.0000,2.2865,13.4497,12.4501,9080.4571,9080.4571,9080.4571,9080.4571,9080.4571 +1147.5000,1.0000,16508.0693,73.0640,72.9540,0.0611,0.0000,6,1166.7258,357.5979,653.3035,-77.7654,43.6910,79.8201,-9.5013,0.1259,36.1066,0.0000,36.1066,7.4585,36.1066,1.2463,0.0000,34.8604,0.0000,34.8604,7.9719,26.8885,0.0000,26.8885,0.1101,26.7784,0.0000,2.2939,13.4931,10.9914,8809.7073,8809.7073,8809.7073,8809.7073,8809.7073 +1148.5000,1.0000,16528.3971,73.1700,73.1740,-0.0022,0.0000,6,1168.4185,259.9592,648.0987,-77.8664,31.8077,79.2991,-9.5275,-0.0046,24.4024,0.0000,24.4024,7.4098,24.4024,1.0134,0.0000,23.3891,0.0000,23.3891,7.9834,15.4056,0.0000,15.4056,-0.0040,15.4096,0.0000,2.2972,13.5127,-0.4003,6569.1756,6569.1756,6569.1756,6569.1756,6569.1756 +1149.5000,1.0000,16548.7171,73.1420,73.1660,-0.0133,0.0000,6,1167.9714,242.7420,603.2888,-77.8397,29.6897,73.7881,-9.5205,-0.0275,22.3312,0.0000,22.3312,7.3860,22.3312,0.9716,0.0000,21.3595,0.0000,21.3595,7.9804,13.3791,0.0000,13.3791,-0.0240,13.4032,0.0000,2.2963,13.5075,-2.4007,6163.2017,6163.2017,6163.2017,6163.2017,6163.2017 +1150.5000,1.0000,16568.9723,72.9090,73.1180,-0.1161,0.0000,6,1164.2507,86.5446,594.8741,-77.6178,10.5515,72.5271,-9.4632,-0.2386,3.3324,0.0000,3.3324,7.4577,3.3324,0.6720,0.0000,2.6604,0.0000,2.6604,7.9549,-5.2945,0.0000,-5.2945,-0.2087,-5.0858,0.0000,2.2890,13.4645,-20.8393,2824.8363,2824.8363,2824.8363,2824.8363,2824.8363 +1151.5000,1.0000,16589.0073,72.1160,72.7000,-0.3244,0.0000,6,1151.5877,61.2851,519.5668,-76.8624,7.3906,62.6566,-9.2691,-0.6595,0.6878,0.0000,0.6878,7.3624,0.6878,0.6878,0.0000,0.0000,0.0000,0.0000,7.8684,-7.8684,34.7234,-42.5919,-0.5769,-42.0150,0.0000,2.2641,13.3180,-57.5972,2413.3998,2413.3998,2413.3998,2413.3998,2413.3998 +1152.5000,1.0000,16608.7690,71.1320,71.5320,-0.2222,0.0000,6,1135.8746,47.2663,503.7138,-75.9251,5.6223,59.9160,-9.0312,-0.4456,0.6747,0.0000,0.6747,5.3931,0.6747,0.6747,0.0000,0.0000,0.0000,0.0000,7.7611,-7.7611,16.1709,-23.9320,-0.3897,-23.5423,0.0000,2.2332,13.1363,-38.9118,2179.3678,2179.3678,2179.3678,2179.3678,2179.3678 +1153.5000,1.0000,16628.3025,70.3105,70.7320,-0.2342,0.0000,6,1122.7565,46.9536,493.6069,-75.1425,5.5206,58.0357,-8.8349,-0.4641,0.6639,0.0000,0.6639,5.3207,0.6639,0.6639,0.0000,0.0000,0.0000,0.0000,7.6714,-7.6714,18.0722,-25.7437,-0.4059,-25.3377,0.0000,2.2075,12.9846,-40.5298,2165.7851,2165.7851,2165.7851,2165.7851,2165.7851 +1154.5000,1.0000,16647.6187,69.5285,69.8890,-0.2003,0.0000,6,1110.2690,-54.4434,490.2680,-74.3976,-6.3300,57.0020,-8.6500,-0.3925,-11.2403,0.0000,-11.2403,5.3028,-11.2403,0.7726,0.0000,-12.0129,0.0000,-12.0129,7.5861,-19.5990,0.0000,-19.5990,-0.3433,-19.2556,0.0000,2.1829,12.8402,-34.2787,296.7790,296.7790,296.7790,296.7790,296.7790 +1155.5000,1.0000,16666.6828,68.6205,69.1680,-0.3042,0.0000,6,1095.7696,46.4053,437.1929,-73.4822,5.3249,50.1673,-8.4320,-0.5883,0.6419,0.0000,0.6419,5.2714,0.6419,0.6419,0.0000,0.0000,0.0000,0.0000,7.4870,-7.4870,29.5807,-37.0678,-0.5146,-36.5532,0.0000,2.1544,12.6725,-51.3801,2120.5151,2120.5151,2120.5151,2120.5151,2120.5151 +1156.5000,1.0000,16685.3723,67.2725,68.0730,-0.4447,0.1560,6,1074.2440,44.0037,480.6745,-71.9414,4.9502,54.0733,-8.0930,-0.8433,0.6245,0.0000,0.6245,5.1689,0.6245,0.6245,0.0000,0.0000,0.0000,0.0000,7.3400,-7.3400,49.9757,-57.3156,-0.7376,-56.5780,2.5334,2.1121,12.4236,-73.6471,2024.6434,2024.6434,2024.6434,2024.6434,2024.6434 +1157.5000,1.0000,16703.5265,65.3450,66.4720,-0.6261,1.1190,6,1043.4646,42.3958,471.5994,-69.7381,4.6326,51.5323,-7.6204,-1.1532,0.6000,0.0000,0.6000,5.1858,0.6000,0.6000,0.0000,0.0000,0.0000,0.0000,7.1297,-7.1297,62.8246,-69.9542,-1.0087,-68.9455,17.6508,2.0516,12.0669,-100.7147,1922.7284,1922.7284,1922.7284,1922.7284,1922.7284 +1158.5000,1.0000,16720.9473,62.7050,64.2180,-0.8406,2.4470,6,1001.3077,40.1120,460.3315,-66.7204,4.2060,48.2688,-6.9961,-1.4857,0.5671,0.0000,0.5671,5.1245,0.5671,0.5671,0.0000,0.0000,0.0000,0.0000,6.8416,-6.8416,73.6296,-80.4712,-1.2995,-79.1717,37.0302,1.9687,11.5766,-129.7472,1781.5708,1781.5708,1781.5708,1781.5708,1781.5708 +1159.5000,1.0000,16737.3857,59.1680,61.1920,-1.1244,3.5840,6,944.8269,34.9992,433.9362,-69.7830,3.4629,42.9345,-6.9045,-1.8753,0.5242,0.0000,0.5242,4.8140,0.5242,0.5242,0.0000,0.0000,0.0000,0.0000,6.4557,-6.4557,95.0251,-101.4808,-1.6403,-99.8405,51.1595,1.8576,10.9199,-163.7775,1518.4282,1518.4282,1518.4282,1518.4282,1518.4282 +1160.5000,1.0000,16752.7912,55.4500,57.1440,-0.9411,3.9170,6,885.4559,39.0496,404.0824,-73.3873,3.6209,37.4684,-6.8048,-1.4709,0.4804,0.0000,0.4804,4.6114,0.4804,0.4804,0.0000,0.0000,0.0000,0.0000,6.0500,-6.0500,59.3315,-65.3816,-1.2866,-64.0950,52.3929,1.7409,10.2324,-128.4611,1519.2429,1519.2429,1519.2429,1519.2429,1519.2429 +1161.5000,1.0000,16767.2261,51.9555,53.7560,-1.0003,3.7790,6,829.6538,39.7361,424.3079,-77.3775,3.4523,36.8644,-6.7226,-1.4649,0.4407,0.0000,0.4407,4.4765,0.4407,0.4407,0.0000,0.0000,0.0000,0.0000,5.6688,-5.6688,64.9620,-70.6307,-1.2813,-69.3494,47.3640,1.6312,9.5881,-127.9326,1513.4739,1513.4739,1513.4739,1513.4739,1513.4739 +1162.5000,1.0000,16780.7658,48.7330,50.1550,-0.7900,3.8250,6,778.1952,44.0688,452.3655,-81.8367,3.5913,36.8644,-6.6691,-1.0852,0.4051,0.0000,0.4051,4.2713,0.4051,0.4051,0.0000,0.0000,0.0000,0.0000,5.3172,-5.3172,34.9144,-40.2316,-0.9492,-39.2824,44.9663,1.5300,8.9932,-94.7719,1501.7630,1501.7630,1501.7630,1501.7630,1501.7630 +1163.5000,1.0000,16793.4230,45.5560,47.3110,-0.9750,4.0720,6,727.4631,31.6454,483.9127,-87.2782,2.4107,36.8644,-6.6488,-1.2520,0.3711,0.0000,0.3711,3.2916,0.3711,0.3711,0.0000,0.0000,0.0000,0.0000,4.9705,-4.9705,50.8834,-55.8539,-1.0951,-54.7588,44.7449,1.4303,8.4061,-109.3401,1198.1888,1198.1888,1198.1888,1198.1888,1198.1888 +1164.5000,1.0000,16805.1341,42.1500,43.8010,-0.9172,4.4050,0,649.7191,40.0989,541.8166,-95.6169,2.7283,36.8644,-6.5056,-1.9838,0.0000,0.0000,0.0000,4.7121,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.5989,-4.5989,37.6459,-42.2448,-0.9532,-41.2916,44.7788,1.3233,7.7765,-95.1703,1210.5229,1210.5229,1210.5229,1210.5229,1210.5229 +1165.5000,1.0000,16815.7598,38.2425,40.4990,-1.2536,4.7670,5,694.6731,121.7561,506.7543,-90.7952,8.8573,36.8644,-6.6050,4.0388,0.2914,0.0000,0.2914,4.5271,0.3519,0.3519,0.0000,0.0000,0.0000,0.0000,4.1726,-4.1726,62.8106,-66.9831,-1.1820,-65.8012,43.9591,1.2007,7.0544,-118.0153,2282.9269,2282.9269,2282.9269,2282.9269,2282.9269 +1166.5000,1.0000,16825.1325,33.7315,35.9860,-1.2525,5.2400,5,739.8942,29.2014,475.7824,-85.9448,2.2626,36.8644,-6.6591,-2.2470,0.2952,0.0000,0.2952,4.2143,0.2952,0.2952,0.0000,0.0000,0.0000,0.0000,3.6804,-3.6804,51.4726,-55.1530,-1.0416,-54.1114,42.6110,1.0590,6.2208,-104.0022,1185.3805,1185.3805,1185.3805,1185.3805,1185.3805 +1167.5000,1.0000,16833.1880,28.9900,31.4770,-1.3817,6.1120,0,645.2211,30.0807,545.5938,-96.0994,2.0325,36.8644,-6.4932,-1.7918,0.0000,0.0000,0.0000,3.8243,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1630,-3.1630,47.4770,-50.6400,-0.9875,-49.6525,42.6945,0.9102,5.3438,-98.6009,1107.0035,1107.0035,1107.0035,1107.0035,1107.0035 +1168.5000,1.0000,16839.8111,23.8330,26.5030,-1.4833,7.1470,4,643.5128,78.4035,547.0422,-96.2826,5.2835,36.8644,-6.4883,1.7196,0.3344,0.0000,0.3344,3.2295,0.4021,0.4021,0.0000,0.0000,0.0000,0.0000,2.6004,-2.6004,39.1430,-41.7434,-0.8716,-40.8718,41.0153,0.7483,4.3902,-87.0255,1585.4386,1585.4386,1585.4386,1585.4386,1585.4386 +1169.5000,1.0000,16844.8794,18.2360,21.1630,-1.6261,8.2720,0,643.5128,19.6807,547.0422,-96.2826,1.3263,36.8644,-6.4883,-1.7196,0.0000,0.0000,0.0000,3.0458,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.9897,-1.9897,31.5184,-33.5081,-0.7311,-32.7770,36.2919,0.5725,3.3563,-72.9977,1002.2642,1002.2642,1002.2642,1002.2642,1002.2642 +1170.5000,1.0000,16848.5664,13.2630,15.3090,-1.1367,8.9880,2,768.2195,103.8548,458.2396,-82.9067,8.3549,36.8644,-6.6697,7.9361,-2.6516,0.0000,-2.6516,3.0704,-3.8218,0.6959,0.0000,-4.5177,0.0000,-4.5177,1.4471,-5.9648,0.0000,-5.9648,-0.3717,-5.5931,28.6621,0.4164,2.4395,-37.1111,2296.3223,2296.3223,2296.3223,2296.3223,2296.3223 +1171.5000,1.0000,16851.2154,9.5265,11.2170,-0.9392,8.5680,2,795.3095,-35.6172,442.6310,-80.0010,-2.9664,36.8644,-6.6629,-6.8929,0.8909,0.0000,0.8909,3.0356,0.8909,0.4121,0.0000,0.4788,0.0000,0.4788,1.0394,-0.5606,0.0000,-0.5606,-0.2206,-0.3400,19.6324,0.2991,1.7529,-22.0245,331.0904,331.0904,331.0904,331.0904,331.0904 +1172.5000,1.0000,16853.0178,6.4787,7.8360,-0.7540,6.4340,0,627.0900,31.1807,561.3686,-98.0441,2.0476,36.8644,-6.4384,-1.0432,0.0000,0.0000,0.0000,3.0908,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.7069,-0.7069,0.0000,-0.7069,-0.1204,-0.5864,10.0421,0.2034,1.1940,-12.0259,1101.2353,1101.2353,1101.2353,1101.2353,1101.2353 +1173.5000,1.0000,16854.2579,4.4542,5.4280,-0.3707,3.1240,1,622.2222,72.1113,565.7603,-98.5662,4.6987,36.8644,-6.4225,0.8491,0.8352,-0.0639,0.8991,3.0143,1.0175,0.3170,0.0000,0.7005,0.0000,0.7005,0.4860,0.2145,0.0000,0.2145,-0.0407,0.2552,3.3575,0.1398,0.8222,-4.0644,1502.7885,1502.7885,1502.7885,1502.7885,1502.7885 +1174.5000,1.0000,16855.1130,3.0685,3.7870,-0.3992,0.9180,1,644.4444,31.0965,546.2513,-96.1827,2.0986,36.8644,-6.4910,0.0000,-0.8805,0.2692,-1.1497,2.9791,-1.1497,0.2179,0.0000,-1.3676,0.0000,-1.3676,0.3348,-1.7024,0.0000,-1.7024,-0.0302,-1.6722,0.6800,0.0963,0.5667,-3.0152,1116.3666,1116.3666,1116.3666,1116.3666,1116.3666 +1175.5000,1.0000,16855.5345,1.5075,2.3500,-0.4681,0.0000,1,644.4444,36.7686,546.2513,-96.1827,2.4814,36.8644,-6.4910,0.0000,-0.5124,0.6492,-1.1617,2.9938,-1.1617,0.1025,0.0000,-1.2641,0.0000,-1.2641,0.1645,-1.4286,0.0000,-1.4286,-0.0174,-1.4112,0.0000,0.0473,0.2784,-1.7369,1172.6334,1172.6334,1172.6334,1172.6334,1172.6334 +1176.5000,1.0000,16855.6323,0.3420,0.6650,-0.1794,0.0000,0,644.4444,43.8828,546.2513,-96.1827,2.9615,36.8644,-6.4910,0.0000,-0.0012,0.0211,-0.0223,2.9627,-0.0223,0.0191,0.0000,-0.0414,0.0000,-0.0414,0.0373,-0.0787,0.0000,-0.0787,-0.0015,-0.0772,0.0000,0.0107,0.0632,-0.1511,1243.2060,1243.2060,1243.2060,1243.2060,1243.2060 +1177.5000,1.0000,16855.6379,0.0095,0.0190,-0.0050,0.0000,0,644.4444,44.1722,546.2513,-96.1827,2.9810,36.8644,-6.4910,0.0000,0.0034,0.0000,0.0034,2.9776,0.0034,0.0005,0.0000,0.0030,0.0000,0.0030,0.0010,0.0019,0.0000,0.0019,0.0000,0.0019,0.0000,0.0003,0.0018,-0.0001,1246.0771,1246.0771,1246.0771,1246.0771,1246.0771 +1178.5000,1.0000,16855.6412,0.0000,0.0010,0.0006,0.0000,0,644.4444,44.1701,546.2513,-96.1827,2.9809,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9809,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1246.0560,1246.0560,1246.0560,1246.0560,1246.0560 +1179.5000,1.0000,16855.6448,0.0000,0.0020,0.0000,0.0000,0,644.4444,45.0404,546.2513,-96.1827,3.0396,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.6897,1254.6897,1254.6897,1254.6897,1254.6897 +1180.5000,1.0000,16855.6484,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8642,546.2513,-96.1827,2.8927,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.1013,1233.1013,1233.1013,1233.1013,1233.1013 +1181.5000,1.0000,16855.6520,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6748,546.2513,-96.1827,2.8800,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8800,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.2231,1231.2231,1231.2231,1231.2231,1231.2231 +1182.5000,1.0000,16855.6557,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.5350,546.2513,-96.1827,2.8705,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8705,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.8363,1229.8363,1229.8363,1229.8363,1229.8363 +1183.5000,1.0000,16855.6593,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4717,546.2513,-96.1827,2.8662,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8662,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.2079,1229.2079,1229.2079,1229.2079,1229.2079 +1184.5000,1.0000,16855.6629,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4155,546.2513,-96.1827,2.8625,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8625,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.6505,1228.6505,1228.6505,1228.6505,1228.6505 +1185.5000,1.0000,16855.6665,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8273,546.2513,-96.1827,2.8902,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8902,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.7353,1232.7353,1232.7353,1232.7353,1232.7353 +1186.5000,1.0000,16855.6701,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8474,546.2513,-96.1827,2.8916,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8916,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.9352,1232.9352,1232.9352,1232.9352,1232.9352 +1187.5000,1.0000,16855.6737,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4852,546.2513,-96.1827,2.8672,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8672,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.3418,1229.3418,1229.3418,1229.3418,1229.3418 +1188.5000,1.0000,16855.6773,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7105,546.2513,-96.1827,2.8824,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.5769,1231.5769,1231.5769,1231.5769,1231.5769 +1189.5000,1.0000,16855.6809,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.0256,546.2513,-96.1827,3.9834,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9834,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1393.4227,1393.4227,1393.4227,1393.4227,1393.4227 +1190.5000,1.0000,16855.6845,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.4679,546.2513,-96.1827,4.0133,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0133,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1397.8106,1397.8106,1397.8106,1397.8106,1397.8106 +1191.5000,1.0000,16855.6882,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.2379,546.2513,-96.1827,3.9302,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9302,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1385.6086,1385.6086,1385.6086,1385.6086,1385.6086 +1192.5000,1.0000,16855.6918,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.9104,546.2513,-96.1827,3.9756,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1392.2803,1392.2803,1392.2803,1392.2803,1392.2803 +1193.5000,1.0000,16855.6954,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.8217,546.2513,-96.1827,3.9696,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9696,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1391.4004,1391.4004,1391.4004,1391.4004,1391.4004 +1194.5000,1.0000,16855.6990,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.6910,546.2513,-96.1827,3.9608,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9608,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1390.1034,1390.1034,1390.1034,1390.1034,1390.1034 +1195.5000,1.0000,16855.7026,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.1453,546.2513,-96.1827,3.9915,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9915,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.6106,1394.6106,1394.6106,1394.6106,1394.6106 +1196.5000,1.0000,16855.7062,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.1234,546.2513,-96.1827,3.9900,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9900,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.3928,1394.3928,1394.3928,1394.3928,1394.3928 +1197.5000,1.0000,16855.7098,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.7750,546.2513,-96.1827,3.9665,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9665,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1390.9369,1390.9369,1390.9369,1390.9369,1390.9369 +1198.5000,1.0000,16855.7134,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.1953,546.2513,-96.1827,3.9274,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9274,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1385.1858,1385.1858,1385.1858,1385.1858,1385.1858 +1199.5000,1.0000,16855.7170,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.8475,546.2513,-96.1827,3.9714,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9714,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1391.6564,1391.6564,1391.6564,1391.6564,1391.6564 +1200.5000,1.0000,16855.7207,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.5773,546.2513,-96.1827,4.0206,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0206,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1398.8958,1398.8958,1398.8958,1398.8958,1398.8958 +1201.5000,1.0000,16855.7243,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.2102,546.2513,-96.1827,3.9959,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9959,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1395.2539,1395.2539,1395.2539,1395.2539,1395.2539 +1202.5000,1.0000,16855.7279,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.7214,546.2513,-96.1827,4.0304,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0304,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1400.3249,1400.3249,1400.3249,1400.3249,1400.3249 +1203.5000,1.0000,16855.7315,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.7526,546.2513,-96.1827,4.0325,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0325,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1400.6342,1400.6342,1400.6342,1400.6342,1400.6342 +1204.5000,1.0000,16855.7351,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.8711,546.2513,-96.1827,3.9730,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9730,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1391.8904,1391.8904,1391.8904,1391.8904,1391.8904 +1205.5000,1.0000,16855.7387,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.0893,546.2513,-96.1827,3.9877,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.0547,1394.0547,1394.0547,1394.0547,1394.0547 +1206.5000,1.0000,16855.7423,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.5800,546.2513,-96.1827,4.0208,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0208,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1398.9224,1398.9224,1398.9224,1398.9224,1398.9224 +1207.5000,1.0000,16855.7459,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.0066,546.2513,-96.1827,3.9821,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9821,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1393.2345,1393.2345,1393.2345,1393.2345,1393.2345 +1208.5000,1.0000,16855.7495,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.6479,546.2513,-96.1827,4.0254,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0254,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1399.5959,1399.5959,1399.5959,1399.5959,1399.5959 +1209.5000,1.0000,16855.7532,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.2710,546.2513,-96.1827,2.8527,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8527,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.2169,1227.2169,1227.2169,1227.2169,1227.2169 +1210.5000,1.0000,16855.7568,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.5009,546.2513,-96.1827,2.8682,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.4978,1229.4978,1229.4978,1229.4978,1229.4978 +1211.5000,1.0000,16855.7604,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.1172,546.2513,-96.1827,2.8423,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8423,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.6913,1225.6913,1225.6913,1225.6913,1225.6913 +1212.5000,1.0000,16855.7640,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8941,546.2513,-96.1827,2.8948,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8948,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.3984,1233.3984,1233.3984,1233.3984,1233.3984 +1213.5000,1.0000,16855.7676,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7598,546.2513,-96.1827,2.8857,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.0658,1232.0658,1232.0658,1232.0658,1232.0658 +1214.5000,1.0000,16855.7712,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.1635,546.2513,-96.1827,2.9129,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9129,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1236.0713,1236.0713,1236.0713,1236.0713,1236.0713 +1215.5000,1.0000,16855.7748,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7599,546.2513,-96.1827,2.8857,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.0675,1232.0675,1232.0675,1232.0675,1232.0675 +1216.5000,1.0000,16855.7784,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.2686,546.2513,-96.1827,2.8525,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8525,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.1938,1227.1938,1227.1938,1227.1938,1227.1938 +1217.5000,1.0000,16855.7820,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.2241,546.2513,-96.1827,2.8495,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8495,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.7517,1226.7517,1226.7517,1226.7517,1226.7517 +1218.5000,1.0000,16855.7857,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.0964,546.2513,-96.1827,2.8409,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8409,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.4855,1225.4855,1225.4855,1225.4855,1225.4855 +1219.5000,1.0000,16855.7893,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4123,546.2513,-96.1827,2.8622,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8622,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.6189,1228.6189,1228.6189,1228.6189,1228.6189 +1220.5000,1.0000,16855.7929,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6548,546.2513,-96.1827,2.8786,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.0248,1231.0248,1231.0248,1231.0248,1231.0248 +1221.5000,1.0000,16855.7965,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.5109,546.2513,-96.1827,2.8689,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8689,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.5973,1229.5973,1229.5973,1229.5973,1229.5973 +1222.5000,1.0000,16855.8001,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6569,546.2513,-96.1827,2.8787,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8787,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.0451,1231.0451,1231.0451,1231.0451,1231.0451 +1223.5000,1.0000,16855.8037,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.3049,546.2513,-96.1827,2.8550,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8550,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.5533,1227.5533,1227.5533,1227.5533,1227.5533 +1224.5000,1.0000,16855.8073,0.0000,0.0000,0.0000,0.0000,0,644.4444,41.9941,546.2513,-96.1827,2.8340,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8340,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.4701,1224.4701,1224.4701,1224.4701,1224.4701 +1225.5000,1.0000,16855.8109,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.1129,546.2513,-96.1827,2.8420,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.6488,1225.6488,1225.6488,1225.6488,1225.6488 +1226.5000,1.0000,16855.8145,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4809,546.2513,-96.1827,2.8669,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8669,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.2991,1229.2991,1229.2991,1229.2991,1229.2991 +1227.5000,1.0000,16855.8182,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6896,546.2513,-96.1827,2.8810,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8810,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.3702,1231.3702,1231.3702,1231.3702,1231.3702 +1228.5000,1.0000,16855.8218,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.2574,546.2513,-96.1827,2.8518,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8518,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.0827,1227.0827,1227.0827,1227.0827,1227.0827 +1229.5000,1.0000,16855.8254,0.0000,0.0000,0.0000,0.0000,0,644.4444,41.9838,546.2513,-96.1827,2.8333,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8333,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.3678,1224.3678,1224.3678,1224.3678,1224.3678 +1230.5000,1.0000,16855.8290,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7580,546.2513,-96.1827,2.8856,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8856,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.0482,1232.0482,1232.0482,1232.0482,1232.0482 +1231.5000,1.0000,16855.8326,0.0000,0.0000,0.0000,0.0000,0,644.4444,41.7600,546.2513,-96.1827,2.8182,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8182,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.1481,1222.1481,1222.1481,1222.1481,1222.1481 +1232.5000,1.0000,16855.8362,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6099,546.2513,-96.1827,2.8756,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1230.5791,1230.5791,1230.5791,1230.5791,1230.5791 +1233.5000,1.0000,16855.8398,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4033,546.2513,-96.1827,2.8616,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8616,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.5297,1228.5297,1228.5297,1228.5297,1228.5297 +1234.5000,1.0000,16855.8434,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4528,546.2513,-96.1827,2.8650,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.0205,1229.0205,1229.0205,1229.0205,1229.0205 +1235.5000,1.0000,16855.8470,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.0087,546.2513,-96.1827,2.8350,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8350,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.6150,1224.6150,1224.6150,1224.6150,1224.6150 +1236.5000,1.0000,16855.8507,0.0000,0.0000,0.0000,0.0000,0,644.4444,41.9202,546.2513,-96.1827,2.8290,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8290,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.7373,1223.7373,1223.7373,1223.7373,1223.7373 +1237.5000,1.0000,16855.8543,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.2447,546.2513,-96.1827,2.8509,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8509,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.9560,1226.9560,1226.9560,1226.9560,1226.9560 +1238.5000,1.0000,16855.8579,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.0986,546.2513,-96.1827,2.9086,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9086,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1235.4272,1235.4272,1235.4272,1235.4272,1235.4272 +1239.5000,1.0000,16855.8615,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.0756,546.2513,-96.1827,2.9070,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9070,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1235.1984,1235.1984,1235.1984,1235.1984,1235.1984 +1240.5000,1.0000,16855.8657,0.0020,0.0000,0.0011,0.0000,0,644.4444,42.5645,546.2513,-96.1827,2.8725,36.8644,-6.4910,0.0000,0.0015,0.0008,0.0008,2.8710,0.0008,0.0001,0.0000,0.0007,0.0000,0.0007,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0001,0.0004,0.0000,1230.1288,1230.1288,1230.1288,1230.1288,1230.1288 +1241.5000,1.0000,16855.8698,0.0020,0.0040,-0.0011,0.0000,0,644.4444,42.3527,546.2513,-96.1827,2.8582,36.8644,-6.4910,0.0000,0.0007,0.0000,0.0007,2.8575,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0001,0.0004,0.0000,1228.0275,1228.0275,1228.0275,1228.0275,1228.0275 +1242.5000,1.0000,16855.8734,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.5964,546.2513,-96.1827,2.8747,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8747,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1230.4455,1230.4455,1230.4455,1230.4455,1230.4455 +1243.5000,1.0000,16855.8770,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.9096,546.2513,-96.1827,2.8958,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8958,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.5516,1233.5516,1233.5516,1233.5516,1233.5516 +1244.5000,1.0000,16855.8807,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8614,546.2513,-96.1827,2.8925,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.0742,1233.0742,1233.0742,1233.0742,1233.0742 +1245.5000,1.0000,16855.8843,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8960,546.2513,-96.1827,2.8949,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8949,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.4176,1233.4176,1233.4176,1233.4176,1233.4176 +1246.5000,1.0000,16855.8879,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4247,546.2513,-96.1827,2.8631,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8631,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.7416,1228.7416,1228.7416,1228.7416,1228.7416 +1247.5000,1.0000,16855.8915,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7106,546.2513,-96.1827,2.8824,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.5785,1231.5785,1231.5785,1231.5785,1231.5785 +1248.5000,1.0000,16855.8951,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.5470,546.2513,-96.1827,2.8713,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8713,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.9550,1229.9550,1229.9550,1229.9550,1229.9550 +1249.5000,1.0000,16855.8987,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4660,546.2513,-96.1827,2.8659,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8659,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.1519,1229.1519,1229.1519,1229.1519,1229.1519 +1250.5000,1.0000,16855.9023,0.0000,0.0000,0.0000,0.0000,0,644.4444,41.2025,546.2513,-96.1827,2.7806,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.7806,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1216.6178,1216.6178,1216.6178,1216.6178,1216.6178 +1251.5000,1.0000,16855.9059,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6343,546.2513,-96.1827,2.8772,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8772,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1230.8209,1230.8209,1230.8209,1230.8209,1230.8209 +1252.5000,1.0000,16855.9095,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.2305,546.2513,-96.1827,2.9175,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9175,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1236.7352,1236.7352,1236.7352,1236.7352,1236.7352 +1253.5000,1.0000,16855.9132,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.0588,546.2513,-96.1827,2.9059,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9059,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1235.0325,1235.0325,1235.0325,1235.0325,1235.0325 +1254.5000,1.0000,16855.9168,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8636,546.2513,-96.1827,2.8927,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.0956,1233.0956,1233.0956,1233.0956,1233.0956 +1255.5000,1.0000,16855.9204,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7889,546.2513,-96.1827,2.8877,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.3548,1232.3548,1232.3548,1232.3548,1232.3548 +1256.5000,1.0000,16855.9240,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6549,546.2513,-96.1827,2.8786,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.0260,1231.0260,1231.0260,1231.0260,1231.0260 +1257.5000,1.0000,16855.9276,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.7631,546.2513,-96.1827,2.9534,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9534,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1242.0188,1242.0188,1242.0188,1242.0188,1242.0188 +1258.5000,1.0000,16855.9312,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.9298,546.2513,-96.1827,2.8972,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8972,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.7524,1233.7524,1233.7524,1233.7524,1233.7524 +1259.5000,1.0000,16855.9348,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.2859,546.2513,-96.1827,2.9212,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9212,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1237.2854,1237.2854,1237.2854,1237.2854,1237.2854 +1260.5000,1.0000,16855.9384,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.1723,546.2513,-96.1827,3.1160,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1160,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1265.9182,1265.9182,1265.9182,1265.9182,1265.9182 +1261.5000,1.0000,16855.9420,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.7041,546.2513,-96.1827,3.0844,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0844,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1261.2735,1261.2735,1261.2735,1261.2735,1261.2735 +1262.5000,1.0000,16855.9465,0.0030,0.0000,0.0017,0.0000,0,644.4444,45.0352,546.2513,-96.1827,3.0392,36.8644,-6.4910,0.0000,0.0023,0.0011,0.0011,3.0370,0.0011,0.0001,0.0000,0.0010,0.0000,0.0010,0.0003,0.0007,0.0000,0.0007,0.0000,0.0007,0.0000,0.0001,0.0006,0.0000,1254.6376,1254.6376,1254.6376,1254.6376,1254.6376 +1263.5000,1.0000,16855.9512,0.0030,0.0060,-0.0011,0.0000,0,644.4444,45.0999,546.2513,-96.1827,3.0436,36.8644,-6.4910,0.0000,0.0011,0.0000,0.0011,3.0425,0.0011,0.0001,0.0000,0.0010,0.0000,0.0010,0.0003,0.0006,0.0000,0.0006,0.0000,0.0006,0.0000,0.0001,0.0006,0.0000,1255.2800,1255.2800,1255.2800,1255.2800,1255.2800 +1264.5000,1.0000,16855.9554,0.0000,0.0020,0.0000,0.0000,0,644.4444,45.5453,546.2513,-96.1827,3.0737,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0737,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1259.6983,1259.6983,1259.6983,1259.6983,1259.6983 +1265.5000,1.0000,16855.9595,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.9075,546.2513,-96.1827,3.0981,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0981,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.2916,1263.2916,1263.2916,1263.2916,1263.2916 +1266.5000,1.0000,16855.9637,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.9804,546.2513,-96.1827,3.1030,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1030,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1264.0144,1264.0144,1264.0144,1264.0144,1264.0144 +1267.5000,1.0000,16855.9679,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.7784,546.2513,-96.1827,3.0894,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0894,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1262.0106,1262.0106,1262.0106,1262.0106,1262.0106 +1268.5000,1.0000,16855.9723,0.0000,0.0000,0.0006,0.0000,0,644.4444,45.3372,546.2513,-96.1827,3.0596,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0596,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1257.6335,1257.6335,1257.6335,1257.6335,1257.6335 +1269.5000,1.0000,16855.9770,0.0000,0.0020,0.0000,0.0000,0,644.4444,44.8797,546.2513,-96.1827,3.0288,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0288,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1253.0956,1253.0956,1253.0956,1253.0956,1253.0956 +1270.5000,1.0000,16855.9818,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.6734,546.2513,-96.1827,3.0823,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0823,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1260.9686,1260.9686,1260.9686,1260.9686,1260.9686 +1271.5000,1.0000,16855.9868,0.0000,0.0000,0.0006,0.0000,0,644.4444,46.1344,546.2513,-96.1827,3.1134,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1134,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1265.5419,1265.5419,1265.5419,1265.5419,1265.5419 +1272.5000,1.0000,16855.9920,0.0000,0.0020,0.0000,0.0000,0,644.4444,45.2703,546.2513,-96.1827,3.0551,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0551,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.9706,1256.9706,1256.9706,1256.9706,1256.9706 +1273.5000,1.0000,16855.9973,0.0000,0.0000,0.0000,0.0000,0,644.4444,44.5203,546.2513,-96.1827,3.0045,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0045,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.5304,1249.5304,1249.5304,1249.5304,1249.5304 +1274.5000,1.0000,16856.0026,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.5872,546.2513,-96.1827,3.1440,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1440,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1270.0336,1270.0336,1270.0336,1270.0336,1270.0336 +1275.5000,1.0000,16856.0079,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.1604,546.2513,-96.1827,3.1152,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1152,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1265.7997,1265.7997,1265.7997,1265.7997,1265.7997 +1276.5000,1.0000,16856.0132,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.0159,546.2513,-96.1827,3.0379,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0379,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.4462,1254.4462,1254.4462,1254.4462,1254.4462 +1277.5000,1.0000,16856.0184,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.2678,546.2513,-96.1827,3.0549,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0549,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.9459,1256.9459,1256.9459,1256.9459,1256.9459 +1278.5000,1.0000,16856.0237,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.1431,546.2513,-96.1827,3.0465,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0465,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1255.7081,1255.7081,1255.7081,1255.7081,1255.7081 +1279.5000,1.0000,16856.0290,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.8494,546.2513,-96.1827,3.0942,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0942,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1262.7152,1262.7152,1262.7152,1262.7152,1262.7152 +1280.5000,1.0000,16856.0343,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.9926,546.2513,-96.1827,3.1039,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1039,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1264.1353,1264.1353,1264.1353,1264.1353,1264.1353 +1281.5000,1.0000,16856.0395,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.5205,546.2513,-96.1827,3.1395,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1395,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1269.3718,1269.3718,1269.3718,1269.3718,1269.3718 +1282.5000,1.0000,16856.0448,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.1200,546.2513,-96.1827,3.0450,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0450,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1255.4795,1255.4795,1255.4795,1255.4795,1255.4795 +1283.5000,1.0000,16856.0501,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.5943,546.2513,-96.1827,3.0770,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0770,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1260.1841,1260.1841,1260.1841,1260.1841,1260.1841 +1284.5000,1.0000,16856.0554,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.9722,546.2513,-96.1827,3.1025,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1025,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.9332,1263.9332,1263.9332,1263.9332,1263.9332 +1285.5000,1.0000,16856.0607,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.7712,546.2513,-96.1827,3.0889,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0889,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1261.9394,1261.9394,1261.9394,1261.9394,1261.9394 +1286.5000,1.0000,16856.0659,0.0000,0.0000,0.0000,0.0000,0,644.4444,44.9019,546.2513,-96.1827,3.0303,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0303,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1253.3159,1253.3159,1253.3159,1253.3159,1253.3159 +1287.5000,1.0000,16856.0712,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.0194,546.2513,-96.1827,3.0382,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0382,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.4812,1254.4812,1254.4812,1254.4812,1254.4812 +1288.5000,1.0000,16856.0765,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.8596,546.2513,-96.1827,4.2421,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2421,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1431.4564,1431.4564,1431.4564,1431.4564,1431.4564 +1289.5000,1.0000,16856.0818,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.8048,546.2513,-96.1827,4.1710,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1420.9921,1420.9921,1420.9921,1420.9921,1420.9921 +1290.5000,1.0000,16856.0870,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.7526,546.2513,-96.1827,4.2349,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2349,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1430.3946,1430.3946,1430.3946,1430.3946,1430.3946 +1291.5000,1.0000,16856.0923,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.7644,546.2513,-96.1827,4.1682,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1420.5918,1420.5918,1420.5918,1420.5918,1420.5918 +1292.5000,1.0000,16856.0976,0.0000,0.0000,0.0000,0.0000,0,644.4444,60.9976,546.2513,-96.1827,4.1165,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1165,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1412.9855,1412.9855,1412.9855,1412.9855,1412.9855 +1293.5000,1.0000,16856.1029,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.5879,546.2513,-96.1827,4.1563,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1563,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1418.8406,1418.8406,1418.8406,1418.8406,1418.8406 +1294.5000,1.0000,16856.1082,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.9071,546.2513,-96.1827,4.1779,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1779,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1422.0077,1422.0077,1422.0077,1422.0077,1422.0077 +1295.5000,1.0000,16856.1134,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.9906,546.2513,-96.1827,4.1835,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1835,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1422.8359,1422.8359,1422.8359,1422.8359,1422.8359 +1296.5000,1.0000,16856.1187,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.1230,546.2513,-96.1827,4.1924,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1924,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1424.1492,1424.1492,1424.1492,1424.1492,1424.1492 +1297.5000,1.0000,16856.1240,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.4751,546.2513,-96.1827,4.2162,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2162,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1427.6421,1427.6421,1427.6421,1427.6421,1427.6421 +1298.5000,1.0000,16856.1293,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.7143,546.2513,-96.1827,4.1649,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1649,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1420.0951,1420.0951,1420.0951,1420.0951,1420.0951 +1299.5000,1.0000,16856.1345,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.2636,546.2513,-96.1827,4.2019,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1425.5437,1425.5437,1425.5437,1425.5437,1425.5437 diff --git a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairNoWind.vsum b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairNoWind.vsum index 320ea7319264be9314ca0911a06d10eb3deead8d..ba2eaf128c3e6ba25cc2858233b887da7f977021 100644 --- a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairNoWind.vsum +++ b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairNoWind.vsum @@ -1,2 +1,2 @@ Job [-],Input File [-],Cycle [-],Status,Mass [kg],Loading [kg],time [s],distance [km],speed [km/h],altitudeDelta [m],FC-Map [g/h],FC-Map [g/km],FC-AUXc [g/h],FC-AUXc [g/km],FC-WHTCc [g/h],FC-WHTCc [g/km],FC-AAUX [g/h],FC-AAUX [g/km],FC-Final [g/h],FC-Final [g/km],FC-Final [l/100km],FC-Final [l/100tkm],CO2 [g/km],CO2 [g/tkm],P_wheel_in_pos [kW],P_brake_loss [kW],P_eng_out_pos [kW],P_eng_out_neg [kW],E_aux_sum [kWh],E_air [kWh],E_roll [kWh],E_grad [kWh],E_inertia [kWh],E_brake [kWh],E_gbx_axl_loss [kWh],E_ret_loss [kWh],E_tc_loss [kWh],E_eng_out_pos [kWh],E_eng_out_neg [kWh],a [m/s^2],a_pos [m/s^2],a_neg [m/s^2],AccelerationTimeShare [%],DecelerationTimeShare [%],CruiseTimeShare [%],StopTimeShare [%] -10-0,MeasuredSpeedVairNoWind,MeasuredSpeedVairNoWind.vdri,Success,8862.0000,0.0000,1298.0000,16.8572,46.7534,,5221.0961,111.6731,5221.0961,111.6731,5221.0961,111.6731,5221.0961,111.6731,5221.0961,111.6731,13.4222,,352.8869,,15.2904,2.1110,30.8156,-8.8161,1.9832,0.0000,3.1127,0.3597,-0.0002,0.7611,2.0987,0.0000,0.0000,7.0191,-0.6563,0.0000,0.2924,-0.3219,23.5158,22.2051,0.0000,14.4838 +10-0,MeasuredSpeedVairNoWind,MeasuredSpeedVairNoWind.vdri,Success,8862.0000,0.0000,1298.0000,16.8565,46.7514,15.8669,5437.8288,116.3136,5437.8288,116.3136,5437.8288,116.3136,5437.8288,116.3136,5437.8288,116.3136,13.9800,,367.5509,,15.3034,3.2506,26.8217,-6.2190,1.9832,0.0000,3.1125,0.3597,0.0002,1.1720,2.0989,0.0000,0.0000,7.0556,-0.2695,0.0000,0.2937,-0.3220,23.4387,22.2051,0.0000,14.4838 diff --git a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairNoWind_MeasuredSpeedVairNoWind.vmod b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairNoWind_MeasuredSpeedVairNoWind.vmod index b7c259700118a042c7228d03b021c0948dda0061..59d26e1d91d83a7a5fb234843226391b5a34bfb1 100644 --- a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairNoWind_MeasuredSpeedVairNoWind.vmod +++ b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVairNoWind_MeasuredSpeedVairNoWind.vmod @@ -1,1300 +1,1300 @@ -time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h] -1.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,622.2222,45.3199,565.7603,-98.5662,2.9530,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.8021,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1237.0177,1237.0177,1237.0177 -2.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.8987,586.7144,-100.9497,3.8892,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8892,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1381.0348,1381.0348,1381.0348 -3.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.3443,586.7144,-100.9497,3.8544,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8544,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1375.5352,1375.5352,1375.5352 -4.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.2345,586.7144,-100.9497,3.8475,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8475,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.4460,1374.4460,1374.4460 -5.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.8091,586.7144,-100.9497,3.8836,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8836,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1380.1463,1380.1463,1380.1463 -6.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.3826,586.7144,-100.9497,3.8568,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1375.9149,1375.9149,1375.9149 -7.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.9607,586.7144,-100.9497,3.8931,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8931,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1381.6498,1381.6498,1381.6498 -8.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.1851,586.7144,-100.9497,3.8444,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8444,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1373.9562,1373.9562,1373.9562 -9.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,60.9341,586.7144,-100.9497,3.8286,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8286,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1371.4658,1371.4658,1371.4658 -10.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.3828,586.7144,-100.9497,3.8568,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1375.9170,1375.9170,1375.9170 -11.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,59.5891,586.7144,-100.9497,3.7441,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7441,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1358.1238,1358.1238,1358.1238 -12.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.5610,586.7144,-100.9497,3.8680,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8680,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1377.6852,1377.6852,1377.6852 -13.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,59.8969,586.7144,-100.9497,3.7634,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7634,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1361.1772,1361.1772,1361.1772 -14.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.2773,586.7144,-100.9497,3.8502,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8502,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.8709,1374.8709,1374.8709 -15.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.1169,586.7144,-100.9497,3.8401,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8401,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1373.2796,1373.2796,1373.2796 -16.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,59.7882,586.7144,-100.9497,3.7566,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7566,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1360.0986,1360.0986,1360.0986 -17.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,60.7591,586.7144,-100.9497,3.8176,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8176,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1369.7301,1369.7301,1369.7301 -18.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.0634,586.7144,-100.9497,3.8367,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8367,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1372.7494,1372.7494,1372.7494 -19.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,60.7951,586.7144,-100.9497,3.8199,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8199,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1370.0877,1370.0877,1370.0877 -20.5000,1.0000,0.0458,0.1650,0.3300,0.0917,0.0000,1,600.0000,60.9052,586.7144,-100.9497,3.8268,36.8644,-6.3429,0.0000,0.0000,-0.0941,0.0941,3.8268,0.0941,0.0080,0.0000,0.0861,0.0000,0.0861,0.0180,0.0681,0.0000,0.0681,0.0004,0.0677,0.0000,0.0000,0.0305,0.0372,1371.1797,1371.1797,1371.1797 -21.5000,1.0000,0.4165,1.3345,2.3390,0.5581,0.0000,1,622.2222,147.8829,565.7603,-98.5662,9.6359,36.8644,-6.4225,0.8491,3.9770,1.6269,2.3501,4.8097,2.3501,0.0956,0.0000,2.2545,0.0000,2.2545,0.1564,2.0981,0.0000,2.0981,0.0184,2.0797,0.0000,0.0000,0.2464,1.8333,2365.7781,2365.7781,2365.7781 -22.5000,1.0000,1.0732,2.3640,2.3890,0.0139,0.0000,1,644.4444,86.1683,546.2513,-96.1827,5.8152,36.8644,-6.4910,0.0000,0.9282,0.0097,0.9185,4.8870,0.9185,0.1423,0.0000,0.7761,0.0000,0.7761,0.2579,0.5182,0.0000,0.5182,0.0008,0.5174,0.0000,0.0000,0.4366,0.0808,1696.4928,1696.4928,1696.4928 -23.5000,1.0000,1.9456,3.1405,3.8920,0.4175,0.0000,1,644.4444,151.3228,546.2513,-96.1827,10.2122,36.8644,-6.4910,0.0000,5.4771,1.0576,4.4195,4.7351,4.4195,0.2281,0.0000,4.1914,0.0000,4.1914,0.3514,3.8399,0.0000,3.8399,0.0323,3.8076,0.0000,0.0000,0.5800,3.2276,2469.9058,2469.9058,2469.9058 -24.5000,1.0000,3.2883,4.8340,5.7760,0.5233,0.0000,1,746.3987,232.5446,485.3776,-85.2471,18.1763,37.9384,-6.6631,4.6733,8.5760,0.4183,8.1578,4.9270,8.1578,0.4149,0.0000,7.7429,0.0000,7.7429,0.5603,7.1826,0.0000,7.1826,0.0624,7.1202,0.0000,0.0000,0.8927,6.2275,3891.7906,3891.7906,3891.7906 -25.5000,1.0000,4.8979,5.7945,5.8130,0.0103,0.0000,1,851.0702,84.3656,478.6998,-75.8461,7.5190,42.6636,-6.7597,0.1420,2.2879,0.0000,2.2879,5.0891,2.2879,0.4375,0.0000,1.8504,0.0000,1.8504,0.6322,1.2182,0.0000,1.2182,0.0015,1.2167,0.0000,0.0000,1.0701,0.1466,2194.5164,2194.5164,2194.5164 -26.5000,1.0000,6.4654,5.6430,5.4730,-0.0944,0.0000,1,828.8186,53.1665,424.7354,-77.4372,4.6145,36.8644,-6.7211,-1.2709,0.7695,0.0000,0.7695,5.1159,0.7695,0.4368,0.0000,0.3327,0.0000,0.3327,0.6157,-0.2830,0.0000,-0.2830,-0.0131,-0.2698,0.0000,0.0000,1.0421,-1.3119,1700.5974,1700.5974,1700.5974 -27.5000,1.0000,7.9300,5.2725,5.0720,-0.1114,0.0000,1,774.4012,50.5145,454.5817,-82.2436,4.0965,36.8644,-6.6696,-1.4005,0.4904,0.0000,0.4904,5.0065,0.4904,0.4017,0.0000,0.0888,0.0000,0.0888,0.5753,-0.4865,0.0000,-0.4865,-0.0145,-0.4720,0.0000,0.0000,0.9737,-1.4457,1580.5452,1580.5452,1580.5452 -28.5000,1.0000,9.2769,4.8490,4.6260,-0.1239,0.0000,1,712.1994,50.7098,494.2838,-88.9153,3.7820,36.8644,-6.6314,-1.4325,0.2927,0.0000,0.2927,4.9218,0.2927,0.3618,0.0000,-0.0691,0.0000,-0.0691,0.5291,-0.5981,0.0000,-0.5981,-0.0148,-0.5833,0.0000,0.0000,0.8955,-1.4788,1400.7070,1400.7070,1400.7070 -29.5000,1.0000,10.5646,4.6355,4.6450,0.0053,0.0000,1,680.8415,95.1071,517.0493,-92.2787,6.7809,36.8644,-6.5792,0.0583,1.7494,0.0000,1.7494,4.9732,1.7494,0.3267,0.0000,1.4227,0.0000,1.4227,0.5058,0.9169,0.0000,0.9169,0.0006,0.9163,0.0000,0.0000,0.8561,0.0602,1928.0133,1928.0133,1928.0133 -30.5000,1.0000,11.8244,4.5355,4.4260,-0.0608,0.0000,1,666.1540,75.3756,528.4494,-93.8541,5.2582,36.8644,-6.5472,-0.6579,0.9715,0.0000,0.9715,4.9446,0.9715,0.3251,0.0000,0.6465,0.0000,0.6465,0.4949,0.1516,0.0000,0.1516,-0.0068,0.1584,0.0000,0.0000,0.8376,-0.6792,1609.6518,1609.6518,1609.6518 -31.5000,1.0000,13.1656,4.8280,5.2300,0.2233,0.0000,1,709.1150,160.1121,496.4337,-89.2461,11.8897,36.8644,-6.6273,2.5712,4.4394,0.0000,4.4394,4.8791,4.4394,0.3401,0.0000,4.0993,0.0000,4.0993,0.5268,3.5725,0.0000,3.5725,0.0266,3.5459,0.0000,0.0000,0.8916,2.6543,2784.9386,2784.9386,2784.9386 -32.5000,1.0000,14.7229,5.6065,5.9830,0.2092,0.0000,1,823.4576,146.5084,479.7172,-77.8205,12.6337,41.3671,-6.7106,2.7964,4.9736,0.0000,4.9736,4.8637,4.9736,0.4108,0.0000,4.5628,0.0000,4.5628,0.6117,3.9511,0.0000,3.9511,0.0289,3.9222,0.0000,0.0000,1.0354,2.8868,3022.5950,3022.5950,3022.5950 -33.5000,1.0000,16.3857,5.9860,5.9890,0.0017,0.0000,1,879.1969,79.2338,454.4219,-73.8349,7.2950,41.8383,-6.7979,0.0238,2.2417,0.0000,2.2417,5.0296,2.2417,0.4583,0.0000,1.7834,0.0000,1.7834,0.6531,1.1303,0.0000,1.1303,0.0002,1.1300,0.0000,0.0000,1.1055,0.0246,2178.0890,2178.0890,2178.0890 -34.5000,1.0000,18.0233,5.8955,5.8020,-0.0519,0.0000,1,865.9047,62.8490,406.5443,-74.7853,5.6990,36.8644,-6.7813,-0.7303,1.4273,0.0000,1.4273,5.0019,1.4273,0.4567,0.0000,0.9706,0.0000,0.9706,0.6432,0.3273,0.0000,0.3273,-0.0076,0.3349,0.0000,0.0000,1.0888,-0.7539,1845.8679,1845.8679,1845.8679 -35.5000,1.0000,19.6322,5.7920,5.7820,-0.0056,0.0000,1,850.7031,77.5447,413.8091,-75.8723,6.9081,36.8644,-6.7591,-0.0767,2.0610,0.0000,2.0610,4.9238,2.0610,0.4395,0.0000,1.6216,0.0000,1.6216,0.6320,0.9896,0.0000,0.9896,-0.0008,0.9904,0.0000,0.0000,1.0696,-0.0792,2062.0712,2062.0712,2062.0712 -36.5000,1.0000,21.2472,5.8140,5.8460,0.0178,0.0000,1,853.9343,84.6163,413.8452,-75.6413,7.5667,37.0076,-6.7641,0.2465,2.4034,0.0000,2.4034,4.9168,2.4034,0.4384,0.0000,1.9650,0.0000,1.9650,0.6344,1.3307,0.0000,1.3307,0.0025,1.3281,0.0000,0.0000,1.0737,0.2544,2207.7371,2207.7371,2207.7371 -37.5000,1.0000,22.9228,6.0320,6.2180,0.1033,0.0000,1,885.9532,109.5377,452.8372,-73.3517,10.1626,42.0128,-6.8053,1.4863,3.7698,0.0000,3.7698,4.9065,3.7698,0.4479,0.0000,3.3218,0.0000,3.3218,0.6581,2.6637,0.0000,2.6637,0.0154,2.6483,0.0000,0.0000,1.1140,1.5344,2722.5010,2722.5010,2722.5010 -38.5000,1.0000,24.7068,6.4225,6.6270,0.1136,0.0000,1,943.3081,111.6012,491.1985,-69.8699,11.0243,48.5221,-6.9020,1.7400,4.1874,0.0000,4.1874,5.0969,4.1874,0.4864,0.0000,3.7010,0.0000,3.7010,0.7007,3.0003,0.0000,3.0003,0.0180,2.9823,0.0000,0.0000,1.1861,1.7962,2917.5201,2917.5201,2917.5201 -39.5000,1.0000,26.5778,6.7355,6.8440,0.0603,0.0000,1,989.2801,94.2183,499.7132,-67.2400,9.7607,51.7689,-6.9659,0.9682,3.5165,0.0000,3.5165,5.2761,3.5165,0.5283,0.0000,2.9882,0.0000,2.9882,0.7349,2.2533,0.0000,2.2533,0.0100,2.2433,0.0000,0.0000,1.2439,0.9994,2789.2343,2789.2343,2789.2343 -40.5000,1.0000,28.5218,6.9985,7.1530,0.0858,0.0000,1,1027.9084,102.0539,505.7507,-68.6246,10.9853,54.4402,-7.3869,1.4324,4.1022,0.0000,4.1022,5.4506,4.1022,0.5527,0.0000,3.5496,0.0000,3.5496,0.7636,2.7860,0.0000,2.7860,0.0148,2.7712,0.0000,0.0000,1.2924,1.4787,2982.5473,2982.5473,2982.5473 -41.5000,1.0000,30.5406,7.2675,7.3820,0.0636,0.0000,1,1067.4179,83.0296,515.2387,-71.4528,9.2810,57.5933,-7.9870,1.1024,3.8710,0.0000,3.8710,4.3076,3.8710,0.5865,0.0000,3.2845,0.0000,3.2845,0.7929,2.4915,0.0000,2.4915,0.0114,2.4801,0.0000,0.0000,1.3421,1.1380,2705.3112,2705.3112,2705.3112 -42.5000,1.0000,32.6031,7.4250,7.4680,0.0239,0.0000,1,1090.5508,70.4935,505.7462,-73.1087,8.0505,57.7573,-8.3492,0.4230,3.2340,0.0000,3.2340,4.3935,3.2340,0.6117,0.0000,2.6224,0.0000,2.6224,0.8101,1.8122,0.0000,1.8122,0.0044,1.8079,0.0000,0.0000,1.3712,0.4366,2520.3867,2520.3867,2520.3867 -43.5000,1.0000,34.6757,7.4615,7.4550,-0.0036,0.0000,1,1095.9117,61.7660,496.8064,-73.4924,7.0885,57.0153,-8.4343,-0.0643,2.7460,0.0000,2.7460,4.4067,2.7460,0.6209,0.0000,2.1251,0.0000,2.1251,0.8141,1.3110,0.0000,1.3110,-0.0007,1.3116,0.0000,0.0000,1.3780,-0.0663,2384.6080,2384.6080,2384.6080 -44.5000,1.0000,36.7428,7.4415,7.4280,-0.0075,0.0000,1,1092.9742,60.5081,491.3614,-73.2821,6.9255,56.2393,-8.3876,-0.1331,2.6668,0.0000,2.6668,4.3918,2.6668,0.6193,0.0000,2.0474,0.0000,2.0474,0.8119,1.2355,0.0000,1.2355,-0.0014,1.2369,0.0000,0.0000,1.3743,-0.1374,2362.6072,2362.6072,2362.6072 -45.5000,1.0000,38.8010,7.4095,7.3910,-0.0103,0.0000,1,1088.2742,59.8035,489.0431,-72.9457,6.8154,55.7332,-8.3132,-0.1816,2.6036,0.0000,2.6036,4.3935,2.6036,0.6161,0.0000,1.9874,0.0000,1.9874,0.8084,1.1790,0.0000,1.1790,-0.0019,1.1809,0.0000,0.0000,1.3684,-0.1875,2348.2842,2348.2842,2348.2842 -46.5000,1.0000,40.8528,7.3865,7.3820,-0.0025,0.0000,1,1084.8961,62.4295,489.1854,-72.7039,7.0926,55.5764,-8.2599,-0.0440,2.7362,0.0000,2.7362,4.4005,2.7362,0.6120,0.0000,2.1241,0.0000,2.1241,0.8059,1.3182,0.0000,1.3182,-0.0005,1.3186,0.0000,0.0000,1.3641,-0.0455,2387.9823,2387.9823,2387.9823 -47.5000,1.0000,42.9071,7.3955,7.4090,0.0075,0.0000,1,1086.2180,65.0785,492.5034,-72.7985,7.4026,56.0215,-8.2807,0.1323,2.9218,0.0000,2.9218,4.3485,2.9218,0.6113,0.0000,2.3106,0.0000,2.3106,0.8069,1.5037,0.0000,1.5037,0.0014,1.5023,0.0000,0.0000,1.3658,0.1365,2431.1259,2431.1259,2431.1259 -48.5000,1.0000,44.9547,7.3715,7.3340,-0.0208,0.0000,1,1082.6929,56.4973,487.8430,-72.5462,6.4056,55.3113,-8.2252,-0.3662,2.3974,0.0000,2.3974,4.3744,2.3974,0.6136,0.0000,1.7838,0.0000,1.7838,0.8043,0.9795,0.0000,0.9795,-0.0038,0.9833,0.0000,0.0000,1.3613,-0.3780,2284.7455,2284.7455,2284.7455 -49.5000,1.0000,46.9894,7.3250,7.3160,-0.0050,0.0000,1,1075.8632,61.5865,484.8200,-72.0573,6.9386,54.6218,-8.1183,-0.0873,2.6663,0.0000,2.6663,4.3596,2.6663,0.6054,0.0000,2.0609,0.0000,2.0609,0.7992,1.2617,0.0000,1.2617,-0.0009,1.2626,0.0000,0.0000,1.3527,-0.0902,2367.0201,2367.0201,2367.0201 -50.5000,1.0000,49.0206,7.3120,7.3080,-0.0022,0.0000,1,1073.9539,62.1517,487.1772,-71.9206,6.9898,54.7900,-8.0885,-0.0387,2.7112,0.0000,2.7112,4.3174,2.7112,0.6034,0.0000,2.1077,0.0000,2.1077,0.7978,1.3099,0.0000,1.3099,-0.0004,1.3103,0.0000,0.0000,1.3503,-0.0400,2373.5060,2373.5060,2373.5060 -51.5000,1.0000,51.0408,7.2730,7.2380,-0.0194,0.0000,1,1068.2257,56.9761,482.9439,-71.5106,6.3736,54.0242,-7.9995,-0.3372,2.3871,0.0000,2.3871,4.3237,2.3871,0.6020,0.0000,1.7851,0.0000,1.7851,0.7935,0.9915,0.0000,0.9915,-0.0035,0.9950,0.0000,0.0000,1.3431,-0.3481,2260.6209,2260.6209,2260.6209 -52.5000,1.0000,52.9194,6.7630,6.2880,-0.2639,0.0000,1,993.3192,-17.5593,406.0954,-67.0090,-1.8265,42.2421,-6.9703,-4.2558,-1.8652,0.0000,-1.8652,4.2945,-1.8652,0.5852,0.0000,-2.4504,0.0000,-2.4504,0.7379,-3.1883,0.0000,-3.1883,-0.0440,-3.1443,0.0000,0.0000,1.2490,-4.3933,721.3419,721.3419,721.3419 -53.5000,1.0000,54.6232,6.1335,5.9790,-0.0858,0.0000,1,900.8610,39.0810,390.7691,-72.2980,3.6868,36.8644,-6.8204,-1.2554,0.9797,0.0000,0.9797,3.9625,0.9797,0.4868,0.0000,0.4930,0.0000,0.4930,0.6692,-0.1762,0.0000,-0.1762,-0.0130,-0.1633,0.0000,0.0000,1.1327,-1.2960,1523.9170,1523.9170,1523.9170 -54.5000,1.0000,56.2435,5.8330,5.6870,-0.0811,0.0000,1,856.7249,41.4245,410.9004,-75.4417,3.7164,36.8644,-6.7683,-1.1282,0.9918,0.0000,0.9918,3.8529,0.9918,0.4545,0.0000,0.5373,0.0000,0.5373,0.6364,-0.0991,0.0000,-0.0991,-0.0117,-0.0875,0.0000,0.0000,1.0772,-1.1647,1544.4711,1544.4711,1544.4711 -55.5000,1.0000,57.8371,5.7370,5.7870,0.0278,0.0000,1,842.6249,75.9994,417.7762,-76.4500,6.7061,36.8644,-6.7459,0.3800,2.5108,0.0000,2.5108,3.8153,2.5108,0.4292,0.0000,2.0817,0.0000,2.0817,0.6260,1.4557,0.0000,1.4557,0.0039,1.4518,0.0000,0.0000,1.0595,0.3923,2022.9139,2022.9139,2022.9139 -56.5000,1.0000,59.4224,5.7070,5.6270,-0.0444,0.0000,1,838.2186,53.2641,419.9723,-76.7650,4.6754,36.8644,-6.7383,-0.6048,1.4823,0.0000,1.4823,3.7980,1.4823,0.4363,0.0000,1.0460,0.0000,1.0460,0.6227,0.4233,0.0000,0.4233,-0.0063,0.4296,0.0000,0.0000,1.0539,-0.6244,1704.5442,1704.5442,1704.5442 -57.5000,1.0000,60.9322,5.4355,5.2440,-0.1064,0.0000,1,798.3419,35.3461,440.9497,-79.6758,2.9550,36.8644,-6.6611,-1.3790,0.5764,0.0000,0.5764,3.7576,0.5764,0.4173,0.0000,0.1591,0.0000,0.1591,0.5931,-0.4340,0.0000,-0.4340,-0.0143,-0.4197,0.0000,0.0000,1.0038,-1.4235,1439.2111,1439.2111,1439.2111 -58.5000,1.0000,62.3318,5.0385,4.8330,-0.1142,0.0000,1,740.0323,38.8762,475.6936,-85.9300,3.0127,36.8644,-6.6592,-1.3717,0.4290,0.0000,0.4290,3.9555,0.4290,0.3789,0.0000,0.0500,0.0000,0.0500,0.5497,-0.4997,0.0000,-0.4997,-0.0142,-0.4855,0.0000,0.0000,0.9305,-1.4160,1317.3174,1317.3174,1317.3174 -59.5000,1.0000,63.5126,4.2510,3.6690,-0.3233,0.0000,1,677.1469,12.6931,519.8704,-92.6750,0.9001,36.8644,-6.5716,-1.3599,-1.6703,0.1715,-1.8418,3.9303,-1.8418,0.3268,0.0000,-2.1686,0.0000,-2.1686,0.4638,-2.6324,0.0000,-2.6324,-0.0339,-2.5985,0.0000,0.0000,0.7851,-3.3835,963.8912,963.8912,963.8912 -60.5000,1.0000,64.4635,3.4230,3.1770,-0.1367,0.0000,1,644.4444,59.7301,546.2513,-96.1827,4.0310,36.8644,-6.4910,0.0000,0.0718,-0.0056,0.0773,3.9592,0.0773,0.2349,0.0000,-0.1575,0.0000,-0.1575,0.3735,-0.5310,0.0000,-0.5310,-0.0115,-0.5194,0.0000,0.0000,0.6321,-1.1516,1400.4118,1400.4118,1400.4118 -61.5000,1.0000,65.2910,2.9790,2.7810,-0.1100,0.0000,1,644.4444,59.5351,546.2513,-96.1827,4.0178,36.8644,-6.4910,0.0000,0.2399,-0.0171,0.2570,3.7779,0.2570,0.1966,0.0000,0.0604,0.0000,0.0604,0.3250,-0.2646,0.0000,-0.2646,-0.0081,-0.2565,0.0000,0.0000,0.5501,-0.8067,1398.4768,1398.4768,1398.4768 -62.5000,1.0000,66.0639,2.7825,2.7840,0.0008,0.0000,1,644.4444,70.3895,546.2513,-96.1827,4.7503,36.8644,-6.4910,0.0000,0.9974,0.0005,0.9968,3.7530,0.9968,0.1736,0.0000,0.8232,0.0000,0.8232,0.3036,0.5196,0.0000,0.5196,0.0001,0.5196,0.0000,0.0000,0.5139,0.0057,1506.1529,1506.1529,1506.1529 -63.5000,1.0000,66.8740,2.9165,3.0490,0.0736,0.0000,1,644.4444,78.8101,546.2513,-96.1827,5.3186,36.8644,-6.4910,0.0000,1.6403,0.0713,1.5691,3.6782,1.5691,0.1785,0.0000,1.3906,0.0000,1.3906,0.3182,1.0724,0.0000,1.0724,0.0053,1.0671,0.0000,0.0000,0.5386,0.5285,1593.8447,1593.8447,1593.8447 -64.5000,1.0000,67.7031,2.9845,2.9200,-0.0358,0.0000,1,644.4444,68.0401,546.2513,-96.1827,4.5918,36.8644,-6.4910,0.0000,0.7851,-0.0173,0.8025,3.8066,0.8025,0.1916,0.0000,0.6109,0.0000,0.6109,0.3256,0.2853,0.0000,0.2853,-0.0026,0.2879,0.0000,0.0000,0.5512,-0.2633,1482.8471,1482.8471,1482.8471 -65.5000,1.0000,68.6744,3.4970,4.0740,0.3206,0.0000,1,644.4444,124.7635,546.2513,-96.1827,8.4198,36.8644,-6.4910,0.0000,4.7262,0.6694,4.0568,3.6936,4.0568,0.2423,0.0000,3.8145,0.0000,3.8145,0.3816,3.4329,0.0000,3.4329,0.0276,3.4053,0.0000,0.0000,0.6458,2.7595,2169.5196,2169.5196,2169.5196 -66.5000,1.0000,70.0569,4.9770,5.8800,0.5017,0.0000,1,754.0363,217.0590,484.2222,-84.4279,17.1395,38.2354,-6.6666,5.0748,8.3806,0.2560,8.1246,3.6841,8.1246,0.4249,0.0000,7.6997,0.0000,7.6997,0.5728,7.1270,0.0000,7.1270,0.0616,7.0654,0.0000,0.0000,0.9191,6.1463,3698.5628,3698.5628,3698.5628 -67.5000,1.0000,71.8329,6.3935,6.9070,0.2853,0.0000,1,939.0487,153.8388,564.3061,-70.1135,15.1280,55.4921,-6.8948,4.3493,6.9293,0.0000,6.9293,3.8494,6.9293,0.5161,0.0000,6.4132,0.0000,6.4132,0.6976,5.7156,0.0000,5.7156,0.0450,5.6706,0.0000,0.0000,1.1807,4.4899,3518.7645,3518.7645,3518.7645 -68.5000,1.0000,73.9839,7.7435,8.5800,0.4647,0.0000,1,1137.3306,208.0952,618.7796,-76.0119,24.7843,73.6973,-9.0531,8.5812,12.0016,0.0000,12.0016,4.2015,12.0016,0.7441,0.0000,11.2576,0.0000,11.2576,0.8803,10.3773,0.0000,10.3773,0.0887,10.2885,0.0000,0.0000,1.4300,8.8585,5250.1689,5250.1689,5250.1689 -69.5000,1.0000,76.4307,8.8085,9.0370,0.1269,0.0000,1,1293.7531,101.1076,617.0859,-85.3106,13.6982,83.6037,-11.5580,2.6664,6.1252,0.0000,6.1252,4.9065,6.1252,0.7573,0.0000,5.3680,0.0000,5.3680,0.9611,4.4069,0.0000,4.4069,0.0276,4.3793,0.0000,0.0000,1.6267,2.7526,3312.5002,3312.5002,3312.5002 -70.5000,1.0000,78.8819,8.8243,8.6116,-0.1182,0.0000,0,1194.6137,-36.7300,457.3781,-79.4290,-4.5949,57.2178,-9.9365,-9.7352,0.0000,0.0000,0.0000,5.1403,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9628,-0.9628,0.0000,-0.9628,-0.0257,-0.9371,0.0000,0.0000,1.6296,-2.5667,742.2400,742.2400,742.2400 -71.5000,1.0000,81.7374,10.2798,11.9480,0.9268,0.0000,2,1029.6895,348.1369,401.2992,-68.7521,37.5392,43.2716,-7.4135,-2.0376,33.3807,0.0000,33.3807,6.1961,27.8213,0.8871,0.0000,26.9342,0.0000,26.9342,1.3485,25.5857,0.0000,25.5857,0.2349,25.3508,0.0000,0.0000,1.8984,23.4524,7632.1033,7632.1033,7632.1033 -72.5000,1.0000,85.3909,13.1525,14.3570,0.6692,0.0000,2,1098.0221,353.3670,684.8498,-73.6435,40.6318,78.7472,-8.4679,6.7806,26.9248,0.0000,26.9248,6.9264,26.9248,1.0162,0.0000,25.9087,0.0000,25.9087,1.5971,24.3116,0.0000,24.3116,0.2170,24.0946,0.0000,0.0000,2.4289,21.6657,8166.5533,8166.5533,8166.5533 -73.5000,1.0000,89.7425,15.6660,16.9750,0.7272,0.0000,2,1307.8589,381.3048,715.3880,-86.1472,52.2230,97.9786,-11.7986,8.7771,34.4709,0.0000,34.4709,8.9750,34.4709,1.3153,0.0000,33.1557,0.0000,33.1557,1.9367,31.2189,0.0000,31.2189,0.2809,30.9381,0.0000,0.0000,2.8931,28.0449,10499.7729,10499.7729,10499.7729 -74.5000,1.0000,94.8720,18.4660,19.9570,0.8283,0.0000,2,1541.6139,430.3982,785.8452,-100.0107,69.4824,126.8648,-16.1455,11.7842,45.5173,0.0000,45.5173,12.1808,45.5173,1.7228,0.0000,43.7946,0.0000,43.7946,2.3536,41.4410,0.0000,41.4410,0.3771,41.0639,0.0000,0.0000,3.4102,37.6537,13900.5653,13900.5653,13900.5653 -75.5000,1.0000,100.3565,19.7443,19.5316,-0.1182,0.0000,0,1537.0388,28.2396,672.5056,-99.7394,4.5454,108.2454,-16.0539,-12.1811,0.0000,0.0000,0.0000,16.7265,0.0000,0.0000,0.0000,0.0002,0.0000,0.0002,2.1543,-2.1541,0.0000,-2.1541,-0.0575,-2.0966,0.0000,0.0000,3.6463,-5.7429,2757.1499,2757.1499,2757.1499 -76.5000,1.0000,105.9569,20.1613,20.7910,0.3498,0.0000,3,1225.9402,236.2919,400.0968,-81.2887,30.3352,51.3645,-10.4359,-13.7058,29.5178,0.0000,29.5178,14.5231,24.3733,0.9098,0.0000,23.4634,0.0000,23.4634,2.2044,21.2591,0.0000,21.2591,0.1739,21.0852,0.0000,0.0000,3.7233,17.3619,6330.6166,6330.6166,6330.6166 -77.5000,1.0000,111.7649,20.9090,21.0270,0.0656,0.0000,3,1049.8157,163.0786,590.5869,-70.1927,17.9283,64.9270,-7.7167,0.3820,10.2009,0.0000,10.2009,7.3454,10.2009,0.6502,0.0000,9.5507,0.0000,9.5507,2.2813,7.2694,0.0000,7.2694,0.0338,7.2356,0.0000,0.0000,3.8614,3.3742,3955.5936,3955.5936,3955.5936 -78.5000,1.0000,117.8706,21.9805,22.9340,0.5297,0.0000,3,1103.6144,427.0016,571.8035,-74.0007,49.3487,66.0835,-8.5523,3.2446,36.7788,0.0000,36.7788,9.3252,36.7788,1.2169,0.0000,35.5619,0.0000,35.5619,2.5530,33.0089,0.0000,33.0089,0.2871,32.7218,0.0000,0.0000,4.0593,28.6626,9852.6967,9852.6967,9852.6967 -79.5000,1.0000,124.6184,24.2920,25.6500,0.7544,0.0000,3,1219.6720,550.2457,709.6466,-80.9170,70.2795,90.6387,-10.3350,5.1070,54.7371,0.0000,54.7371,10.4353,54.7371,1.6561,0.0000,53.0810,0.0000,53.0810,3.0282,50.0529,0.0000,50.0529,0.4518,49.6010,0.0000,0.0000,4.4861,45.1149,13911.3181,13911.3181,13911.3181 -80.5000,1.0000,132.0710,26.8295,28.0090,0.6553,0.0000,3,1347.0768,500.8089,768.5554,-88.4731,70.6469,108.4167,-12.4805,4.8991,53.6383,0.0000,53.6383,12.1095,53.6383,1.7283,0.0000,51.9100,0.0000,51.9100,3.2438,48.6662,0.0000,48.6662,0.4335,48.2328,0.0000,0.0000,4.9547,43.2780,13992.5547,13992.5547,13992.5547 -81.5000,1.0000,140.1910,29.2320,30.4550,0.6794,0.0000,3,1467.7035,520.4891,774.7678,-95.6272,79.9979,119.0799,-14.6977,5.5346,60.2985,0.0000,60.2985,14.1648,60.2985,1.9569,0.0000,58.3415,0.0000,58.3415,3.5610,54.7806,0.0000,54.7806,0.4897,54.2909,0.0000,0.0000,5.3984,48.8924,15745.1458,15745.1458,15745.1458 -82.5000,1.0000,148.5917,30.2423,30.0296,-0.1182,0.0000,0,1443.2503,56.4413,718.0308,-94.1770,8.5304,108.5209,-14.2336,-7.6098,0.0000,0.0000,0.0000,16.1401,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.2997,-3.2997,0.0000,-3.2997,-0.0881,-3.2116,0.0000,0.0000,5.5850,-8.7966,3008.9785,3008.9785,3008.9785 -83.5000,1.0000,157.1106,30.6679,31.3062,0.3546,0.0000,4,1186.8511,412.8346,412.8346,-78.9659,51.3099,51.3099,-9.8144,-12.4299,44.3678,0.0000,44.3678,19.3720,37.2179,1.1563,0.0000,36.0616,0.0000,36.0616,3.3587,32.7029,0.0000,32.7029,0.2681,32.4347,0.0000,0.0000,5.6636,26.7711,10259.2615,10259.2615,10259.2615 -84.5000,1.0000,166.0648,32.2352,33.1642,0.5161,0.0000,4,1046.4687,698.9166,698.9166,-69.9532,76.5914,76.5914,-7.6659,1.9381,52.5394,0.0000,52.5394,22.1139,52.5394,1.4948,0.0000,51.0446,0.0000,51.0446,3.7275,47.3172,0.0000,47.3172,0.4102,46.9070,0.0000,0.0000,5.9530,40.9539,15109.1911,15109.1911,15109.1911 -85.5000,1.0000,175.6118,34.3694,35.5746,0.6696,0.0000,4,1115.7521,801.1730,801.1730,-74.7247,93.6101,93.6101,-8.7309,2.6808,69.6192,0.0000,69.6192,21.3100,69.6192,1.8819,0.0000,67.7373,0.0000,67.7373,4.1739,63.5634,0.0000,63.5634,0.5674,62.9960,0.0000,0.0000,6.3472,56.6489,18319.2908,18319.2908,18319.2908 -86.5000,1.0000,185.9184,37.1038,38.6330,0.8495,0.0000,4,1204.5199,851.3053,851.3053,-80.0183,107.3811,107.3811,-10.0933,3.6721,92.3811,0.0000,92.3811,11.3280,92.3811,2.3982,0.0000,89.9829,0.0000,89.9829,4.7589,85.2240,0.0000,85.2240,0.7771,84.4468,0.0000,0.0000,6.8522,77.5947,20883.0427,20883.0427,20883.0427 -87.5000,1.0000,197.0068,39.9180,41.2030,0.7139,0.0000,4,1295.8785,722.1827,871.7791,-85.4366,98.0031,118.3040,-11.5941,3.3198,85.4666,0.0000,85.4666,9.2167,85.4666,2.3262,0.0000,83.1404,0.0000,83.1404,4.9148,78.2256,0.0000,78.2256,0.7026,77.5230,0.0000,0.0000,7.3719,70.1511,19097.4680,19097.4680,19097.4680 -88.5000,1.0000,208.5716,41.6335,42.0640,0.2392,0.0000,4,1351.5703,340.8073,821.7672,-88.7396,48.2365,116.3097,-12.5599,1.1600,38.4157,0.0000,38.4157,8.6609,38.4157,1.4273,0.0000,36.9884,0.0000,36.9884,4.5425,32.4458,0.0000,32.4458,0.2455,32.2003,0.0000,0.0000,7.6887,24.5117,9753.6865,9753.6865,9753.6865 -89.5000,1.0000,220.3794,42.5080,42.9520,0.2467,0.0000,4,1379.9596,343.8951,684.2553,-90.4233,49.6959,98.8811,-13.0670,1.2215,40.0397,0.0000,40.0397,8.4347,40.0397,1.4818,0.0000,38.5580,0.0000,38.5580,4.6380,33.9200,0.0000,33.9200,0.2585,33.6615,0.0000,0.0000,7.8502,25.8113,10067.2464,10067.2464,10067.2464 -90.5000,1.0000,232.4208,43.3490,43.7460,0.2206,0.0000,4,1407.2615,322.9688,690.1293,-92.0425,47.5953,101.7030,-13.5641,1.1138,37.9684,0.0000,37.9684,8.5131,37.9684,1.4618,0.0000,36.5066,0.0000,36.5066,4.7297,31.7769,0.0000,31.7769,0.2357,31.5411,0.0000,0.0000,8.0055,23.5357,9713.2063,9713.2063,9713.2063 -91.5000,1.0000,244.7605,44.4230,45.1000,0.3761,0.0000,4,1442.1273,442.2268,694.8371,-94.1104,66.7847,104.9338,-14.2125,1.9464,56.5069,0.0000,56.5069,8.3314,56.5069,1.8604,0.0000,54.6465,0.0000,54.6465,4.9013,49.7452,0.0000,49.7452,0.4119,49.3333,0.0000,0.0000,8.2038,41.1295,13289.6138,13289.6138,13289.6138 -92.5000,1.0000,257.4964,45.8490,46.5980,0.4161,0.0000,4,1488.4203,472.6203,745.8719,-96.8559,73.6659,116.2568,-15.0966,2.2225,63.0591,0.0000,63.0591,8.3842,63.0591,2.0292,0.0000,61.0300,0.0000,61.0300,5.1281,55.9019,0.0000,55.9019,0.4704,55.4315,0.0000,0.0000,8.4672,46.9644,14626.1743,14626.1743,14626.1743 -93.5000,1.0000,270.7547,47.7300,48.8620,0.6289,0.0000,4,1549.4842,640.2766,773.1607,-100.4775,103.8923,125.4543,-16.3036,3.4968,91.8247,0.0000,91.8247,8.5708,91.8247,2.6556,0.0000,89.1691,0.0000,89.1691,5.7230,83.4461,0.0000,83.4461,0.7401,82.7061,0.0000,0.0000,8.8146,73.8915,20346.7112,20346.7112,20346.7112 -94.5000,1.0000,284.5851,49.7895,50.7170,0.5153,0.0000,4,1616.3428,549.4923,825.5152,-104.0555,93.0087,139.7292,-17.6127,2.9887,81.2399,0.0000,81.2399,8.7801,81.2399,2.5016,0.0000,78.7383,0.0000,78.7383,5.7558,72.9825,0.0000,72.9825,0.6325,72.3500,0.0000,0.0000,9.1949,63.1551,18428.4125,18428.4125,18428.4125 -95.5000,1.0000,298.6141,50.5043,50.2916,-0.1182,0.0000,0,1646.4527,52.6029,792.2156,-105.1278,9.0696,136.5907,-18.1257,0.0000,0.0000,0.0000,0.0000,9.0696,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.5104,-5.5104,0.0000,-5.5104,-0.1471,-5.3633,0.0000,0.0000,9.3269,-14.6902,3496.5925,3496.5925,3496.5925 -96.5000,1.0000,312.7358,50.8383,51.3850,0.3037,0.0000,5,1386.7866,367.6963,413.2330,-90.8282,53.3983,60.0113,-13.1904,-22.1141,67.2603,0.0000,67.2603,8.2522,54.0847,0.7595,0.0000,53.3252,0.0000,53.3252,5.5469,47.7783,0.0000,47.7783,0.3807,47.3976,0.0000,0.0000,9.3886,38.0091,10780.7631,10780.7631,10780.7631 -97.5000,1.0000,327.2200,52.1430,52.9010,0.4211,0.0000,5,1143.7471,654.7781,694.7532,-76.3947,78.4247,83.2126,-9.1500,1.1678,70.9291,0.0000,70.9291,6.3278,70.9291,0.8630,0.0000,70.0661,0.0000,70.0661,5.8419,64.2242,0.0000,64.2242,0.5414,63.6828,0.0000,0.0000,9.6295,54.0533,15400.5274,15400.5274,15400.5274 -98.5000,1.0000,342.1144,53.6200,54.3390,0.3994,0.0000,5,1176.1448,628.9681,785.9871,-78.3273,77.4672,96.8066,-9.6472,1.1391,69.9989,0.0000,69.9989,6.3292,69.9989,0.8807,0.0000,69.1182,0.0000,69.1182,5.9634,63.1548,0.0000,63.1548,0.5281,62.6268,0.0000,0.0000,9.9023,52.7245,15244.2440,15244.2440,15244.2440 -99.5000,1.0000,357.4181,55.0930,55.8470,0.4189,0.0000,5,1208.4548,649.6080,778.0835,-80.2517,82.2073,98.4658,-10.1558,1.2274,74.6476,0.0000,74.6476,6.3323,74.6476,0.9266,0.0000,73.7210,0.0000,73.7210,6.1678,67.5533,0.0000,67.5533,0.5690,66.9843,0.0000,0.0000,10.1743,56.8100,16129.7856,16129.7856,16129.7856 -100.5000,1.0000,373.0386,56.2340,56.6210,0.2150,0.0000,5,1233.4824,421.7880,786.8455,-81.7361,54.4823,101.6368,-10.5578,0.6430,47.3892,0.0000,47.3892,6.4501,47.3892,0.8082,0.0000,46.5810,0.0000,46.5810,6.1356,40.4454,0.0000,40.4454,0.2981,40.1473,0.0000,0.0000,10.3850,29.7623,10892.2962,10892.2962,10892.2962 -101.5000,1.0000,388.9083,57.1310,57.6410,0.2833,0.0000,5,1253.1580,496.7156,694.0119,-82.9030,65.1842,91.0755,-10.8794,0.8609,57.9055,0.0000,57.9055,6.4178,57.9055,0.8750,0.0000,57.0305,0.0000,57.0305,6.2334,50.7971,0.0000,50.7971,0.3991,50.3980,0.0000,0.0000,10.5507,39.8473,12965.3704,12965.3704,12965.3704 -102.5000,1.0000,405.0718,58.1885,58.7360,0.3042,0.0000,5,1276.3540,520.3961,728.7832,-84.2787,69.5559,97.4088,-11.2646,0.9413,62.0127,0.0000,62.0127,6.6019,62.0127,0.9125,0.0000,61.1002,0.0000,61.1002,6.3488,54.7514,0.0000,54.7514,0.4364,54.3150,0.0000,0.0000,10.7460,43.5690,13778.7813,13778.7813,13778.7813 -103.5000,1.0000,421.5221,59.2210,59.7060,0.2694,0.0000,5,1299.0017,481.5873,740.8881,-85.6219,65.5109,100.7839,-11.6472,0.8487,57.9809,0.0000,57.9809,6.6813,57.9809,0.9091,0.0000,57.0718,0.0000,57.0718,6.4615,50.6103,0.0000,50.6103,0.3934,50.2169,0.0000,0.0000,10.9367,39.2802,13042.7085,13042.7085,13042.7085 -104.5000,1.0000,438.2276,60.1400,60.5740,0.2411,0.0000,5,1319.1598,449.9633,727.5451,-86.8174,62.1589,100.5046,-11.9931,0.7712,54.6283,0.0000,54.6283,6.7594,54.6283,0.9075,0.0000,53.7208,0.0000,53.7208,6.5617,47.1591,0.0000,47.1591,0.3575,46.8016,0.0000,0.0000,11.1064,35.6952,12392.7429,12392.7429,12392.7429 -105.5000,1.0000,455.1508,60.9235,61.2730,0.1942,0.0000,5,1336.3458,397.8592,716.7239,-87.8367,55.6771,100.2996,-12.2920,0.6291,48.1981,0.0000,48.1981,6.8499,48.1981,0.8884,0.0000,47.3098,0.0000,47.3098,6.6472,40.6625,0.0000,40.6625,0.2916,40.3709,0.0000,0.0000,11.2511,29.1198,11178.5681,11178.5681,11178.5681 -106.5000,1.0000,472.2593,61.5905,61.9080,0.1764,0.0000,5,1350.9763,378.3680,698.2081,-88.7044,53.5292,98.7782,-12.5494,0.5778,45.9939,0.0000,45.9939,6.9575,45.9939,0.8885,0.0000,45.1054,0.0000,45.1054,6.7200,38.3853,0.0000,38.3853,0.2678,38.1175,0.0000,0.0000,11.3742,26.7433,10767.5552,10767.5552,10767.5552 -107.5000,1.0000,489.5747,62.3355,62.7630,0.2375,0.0000,5,1367.3177,445.9815,694.6126,-89.6736,63.8579,99.4582,-12.8399,0.7874,56.0738,0.0000,56.0738,6.9967,56.0738,0.9515,0.0000,55.1223,0.0000,55.1223,6.8013,48.3210,0.0000,48.3210,0.3650,47.9560,0.0000,0.0000,11.5118,36.4442,12711.7567,12711.7567,12711.7567 -108.5000,1.0000,507.0999,63.0905,63.4180,0.1819,0.0000,5,1383.8785,384.3237,722.4642,-90.6557,55.6960,104.6991,-13.1378,0.6105,47.9994,0.0000,47.9994,7.0861,47.9994,0.9240,0.0000,47.0753,0.0000,47.0753,6.8837,40.1917,0.0000,40.1917,0.2830,39.9086,0.0000,0.0000,11.6513,28.2574,11213.4277,11213.4277,11213.4277 -109.5000,1.0000,524.7753,63.6315,63.8450,0.1186,0.0000,5,1395.7452,313.5332,699.8946,-91.3595,45.8267,102.2981,-13.3533,0.4014,38.3442,0.0000,38.3442,7.0811,38.3442,0.8851,0.0000,37.4591,0.0000,37.4591,6.9427,30.5164,0.0000,30.5164,0.1861,30.3304,0.0000,0.0000,11.7512,18.5792,9366.9691,9366.9691,9366.9691 -110.5000,1.0000,542.4814,63.7420,63.6390,-0.0572,0.0000,5,1398.1690,118.1932,669.8503,-91.5033,17.3054,98.0768,-13.3975,-0.1940,10.4048,0.0000,10.4048,7.0945,10.4048,0.7473,0.0000,9.6576,0.0000,9.6576,6.9548,2.7028,0.0000,2.7028,-0.0899,2.7927,0.0000,0.0000,11.7716,-8.9788,4132.3116,4132.3116,4132.3116 -111.5000,1.0000,560.0768,63.3435,63.0480,-0.1642,0.0000,5,1389.4280,-0.2937,589.1493,-90.9849,-0.0427,85.7216,-13.2383,-0.5531,-6.4866,0.0000,-6.4866,6.9969,-6.4866,0.7592,0.0000,-7.2457,0.0000,-7.2457,6.9113,-14.1570,0.0000,-14.1570,-0.2564,-13.9006,0.0000,0.0000,11.6980,-25.5986,1909.5134,1909.5134,1909.5134 -112.5000,1.0000,577.5054,62.7430,62.4380,-0.1694,0.0000,5,1376.2562,-5.9529,537.9669,-90.2037,-0.8579,77.5324,-13.0003,-0.5654,-7.2501,0.0000,-7.2501,6.9576,-7.2501,0.7503,0.0000,-8.0004,0.0000,-8.0004,6.8458,-14.8461,0.0000,-14.8461,-0.2621,-14.5840,0.0000,0.0000,11.5871,-26.1711,1757.7429,1757.7429,1757.7429 -113.5000,1.0000,594.7693,62.1500,61.8620,-0.1600,0.0000,5,1363.2488,4.3434,531.9281,-89.4322,0.6201,75.9376,-12.7673,-0.5289,-5.7295,0.0000,-5.7295,6.8784,-5.7295,0.7359,0.0000,-6.4654,0.0000,-6.4654,6.7811,-13.2464,0.0000,-13.2464,-0.2452,-13.0012,0.0000,0.0000,11.4776,-24.4788,1918.0901,1918.0901,1918.0901 -114.5000,1.0000,611.8938,61.6480,61.4340,-0.1189,0.0000,5,1352.2375,49.9756,533.9081,-88.7792,7.0768,75.6046,-12.5717,-0.3898,0.5994,0.0000,0.5994,6.8673,0.5994,0.7111,0.0000,-0.1118,0.0000,-0.1118,6.7263,-6.8380,0.0000,-6.8380,-0.1807,-6.6573,0.0000,0.0000,11.3849,-18.0422,2630.0913,2630.0913,2630.0913 -115.5000,1.0000,628.8981,61.2155,60.9970,-0.1214,0.0000,5,1342.7507,47.1832,549.7890,-88.2165,6.6346,77.3072,-12.4044,-0.3952,0.2130,0.0000,0.2130,6.8168,0.2130,0.7044,0.0000,-0.4915,0.0000,-0.4915,6.6791,-7.1706,0.0000,-7.1706,-0.1832,-6.9874,0.0000,0.0000,11.3050,-18.2924,2558.1490,2558.1490,2558.1490 -116.5000,1.0000,645.7949,60.8285,60.6600,-0.0936,0.0000,5,1334.2619,77.6471,546.9688,-87.7131,10.8491,76.4244,-12.2556,-0.3028,4.3999,0.0000,4.3999,6.7521,4.3999,0.6872,0.0000,3.7127,0.0000,3.7127,6.6369,-2.9242,0.0000,-2.9242,-0.1404,-2.7838,0.0000,0.0000,11.2335,-14.0173,3040.8589,3040.8589,3040.8589 -117.5000,1.0000,662.5896,60.4610,60.2620,-0.1106,0.0000,5,1326.2009,58.9512,556.9479,-87.2350,8.1871,77.3486,-12.1151,-0.3555,1.8303,0.0000,1.8303,6.7123,1.8303,0.6872,0.0000,1.1431,0.0000,1.1431,6.5968,-5.4537,0.0000,-5.4537,-0.1648,-5.2889,0.0000,0.0000,11.1657,-16.4545,2705.6911,2705.6911,2705.6911 -118.5000,1.0000,679.2349,59.9230,59.5840,-0.1883,0.0000,5,1314.4000,-26.5930,543.9475,-86.5351,-3.6604,74.8709,-11.9110,-0.6002,-9.7483,0.0000,-9.7483,6.6881,-9.7483,0.7067,0.0000,-10.4550,0.0000,-10.4550,6.5381,-16.9931,0.0000,-16.9931,-0.2782,-16.7148,0.0000,0.0000,11.0663,-27.7811,1168.4234,1168.4234,1168.4234 -119.5000,1.0000,695.7146,59.3270,59.0700,-0.1428,0.0000,5,1301.3268,23.9565,505.1180,-85.7598,3.2647,68.8348,-11.6869,-0.4505,-2.9519,0.0000,-2.9519,6.6670,-2.9519,0.6794,0.0000,-3.6313,0.0000,-3.6313,6.4730,-10.1043,0.0000,-10.1043,-0.2088,-9.8955,0.0000,0.0000,10.9562,-20.8517,2075.0523,2075.0523,2075.0523 -120.5000,1.0000,712.0499,58.8070,58.5440,-0.1461,0.0000,5,1289.9207,20.0209,523.4295,-85.0833,2.7044,70.7050,-11.4931,-0.4570,-3.4152,0.0000,-3.4152,6.5766,-3.4152,0.6717,0.0000,-4.0869,0.0000,-4.0869,6.4163,-10.5032,0.0000,-10.5032,-0.2118,-10.2913,0.0000,0.0000,10.8602,-21.1515,1983.8483,1983.8483,1983.8483 -121.5000,1.0000,728.2261,58.2345,57.9250,-0.1719,0.0000,5,1277.3630,-8.5644,517.5934,-84.3385,-1.1456,69.2360,-11.2816,-0.5325,-7.1163,0.0000,-7.1163,6.5033,-7.1163,0.6711,0.0000,-7.7875,0.0000,-7.7875,6.3538,-14.1413,0.0000,-14.1413,-0.2469,-13.8944,0.0000,0.0000,10.7545,-24.6489,1467.3576,1467.3576,1467.3576 -122.5000,1.0000,744.2551,57.7045,57.4840,-0.1225,0.0000,5,1265.7376,45.8885,503.2202,-83.6490,6.0824,66.7007,-11.0875,-0.3760,0.0216,0.0000,0.0216,6.4368,0.0216,0.6443,0.0000,-0.6227,0.0000,-0.6227,6.2960,-6.9187,0.0000,-6.9187,-0.1743,-6.7444,0.0000,0.0000,10.6566,-17.4010,2344.5892,2344.5892,2344.5892 -123.5000,1.0000,760.1729,57.3040,57.1240,-0.1000,0.0000,5,1256.9527,71.0655,525.2923,-83.1280,9.3542,69.1431,-10.9420,-0.3048,3.2169,0.0000,3.2169,6.4421,3.2169,0.6295,0.0000,2.5873,0.0000,2.5873,6.2523,-3.6650,0.0000,-3.6650,-0.1413,-3.5237,0.0000,0.0000,10.5826,-14.1063,2730.9567,2730.9567,2730.9567 -124.5000,1.0000,776.0110,57.0170,56.9100,-0.0594,0.0000,5,1250.6574,115.9303,535.7454,-82.7547,15.1832,70.1658,-10.8383,-0.1803,8.9520,0.0000,8.9520,6.4115,8.9520,0.6284,0.0000,8.3236,0.0000,8.3236,6.2210,2.1026,0.0000,2.1026,-0.0836,2.1862,0.0000,0.0000,10.5296,-8.3434,3549.8310,3549.8310,3549.8310 -125.5000,1.0000,791.7408,56.6275,56.3450,-0.1569,0.0000,5,1242.1138,8.2703,551.0774,-82.2480,1.0757,71.6808,-10.6983,-0.4727,-4.8224,0.0000,-4.8224,6.3708,-4.8224,0.6383,0.0000,-5.4607,0.0000,-5.4607,6.1785,-11.6392,0.0000,-11.6392,-0.2191,-11.4200,0.0000,0.0000,10.4577,-21.8777,1690.3804,1690.3804,1690.3804 -126.5000,1.0000,807.2919,55.9840,55.6230,-0.2006,0.0000,5,1227.9987,-40.0759,498.3490,-81.4108,-5.1536,64.0855,-10.4691,-0.5972,-10.8264,0.0000,-10.8264,6.2700,-10.8264,0.6426,0.0000,-11.4690,0.0000,-11.4690,6.1083,-17.5773,0.0000,-17.5773,-0.2768,-17.3005,0.0000,0.0000,10.3389,-27.6394,743.8729,743.8729,743.8729 -127.5000,1.0000,822.6058,55.1300,54.6370,-0.2739,0.0000,5,1209.2664,-80.2997,469.2801,-80.2999,-10.1687,59.4269,-10.1687,-0.8031,-15.5780,0.0000,-15.5780,6.2124,-15.5780,0.6404,0.0000,-16.2184,0.0000,-16.2184,6.0151,-22.2335,5.1275,-27.3611,-0.3723,-26.9888,0.0000,0.0000,10.1811,-37.1699,0.0000,0.0000,0.0000 -128.5000,1.0000,837.6347,54.1040,53.5710,-0.2961,0.0000,5,1186.7613,-78.9602,443.0567,-78.9606,-9.8130,55.0619,-9.8130,-0.8521,-15.0254,0.0000,-15.0254,6.0645,-15.0254,0.6223,0.0000,-15.6476,0.0000,-15.6476,5.9032,-21.5508,8.2904,-29.8412,-0.3950,-29.4462,0.0000,0.0000,9.9917,-39.4379,0.0000,0.0000,0.0000 -129.5000,1.0000,852.3528,52.9850,52.3990,-0.3256,0.0000,5,1162.2162,-77.4957,435.3348,-77.4964,-9.4318,52.9833,-9.4319,-0.9174,-14.4675,0.0000,-14.4675,5.9532,-14.4675,0.6029,0.0000,-15.0704,0.0000,-15.0704,5.7811,-20.8515,12.2515,-33.1029,-0.4253,-32.6777,0.0000,0.0000,9.7850,-42.4627,0.0000,0.0000,0.0000 -130.5000,1.0000,866.6731,51.5530,50.7070,-0.4700,0.0000,5,1130.8056,-75.6207,422.5351,-75.6227,-8.9548,50.0356,-8.9551,-1.2887,-13.4851,0.0000,-13.4851,5.8189,-13.4851,0.5777,0.0000,-14.0628,0.0000,-14.0628,5.6248,-19.6876,30.2262,-49.9138,-0.5974,-49.3165,0.8089,0.0000,9.5206,-59.6460,0.0000,0.0000,0.0000 -131.5000,1.0000,880.4971,49.7665,48.8260,-0.5225,0.0000,5,1091.6190,-73.1839,409.9643,-73.1851,-8.3660,46.8647,-8.3661,-1.3830,-12.6801,0.0000,-12.6801,5.6971,-12.6801,0.5480,0.0000,-13.2281,0.0000,-13.2281,5.4299,-18.6580,35.8661,-54.5241,-0.6411,-53.8830,0.9371,0.0000,9.1906,-64.0107,0.0000,0.0000,0.0000 -132.5000,1.0000,893.8657,48.1270,47.4280,-0.3883,0.0000,5,1055.6569,-70.6095,404.4084,-70.6109,-7.8057,44.7066,-7.8059,-0.9940,-12.3832,0.0000,-12.3832,5.5715,-12.3832,0.5224,0.0000,-12.9056,0.0000,-12.9056,5.2510,-18.1566,18.5169,-36.6736,-0.4608,-36.2128,0.9062,0.0000,8.8879,-46.0069,0.0000,0.0000,0.0000 -133.5000,1.0000,907.1161,47.7015,47.9750,0.1519,0.0000,5,1046.3236,352.9247,419.1716,-69.9428,38.6702,45.9290,-7.6637,0.3855,32.7923,0.0000,32.7923,5.4924,32.7923,0.6079,0.0000,32.1844,0.0000,32.1844,5.2046,26.9798,0.0000,26.9798,0.1787,26.8011,0.1497,0.0000,8.8093,17.8421,7831.5589,7831.5589,7831.5589 -134.5000,1.0000,920.4154,47.8775,47.7800,-0.0542,0.0000,5,1050.1841,122.7859,622.8658,-70.2191,13.5034,68.4997,-7.7224,-0.1379,8.1046,0.0000,8.1046,5.5367,8.1046,0.4870,0.0000,7.6177,0.0000,7.6177,5.2238,2.3939,0.0000,2.3939,-0.0639,2.4578,0.0000,0.0000,8.8418,-6.3840,3322.8367,3322.8367,3322.8367 -135.5000,1.0000,933.6849,47.7700,47.7600,-0.0056,0.0000,5,1047.8262,176.5329,510.9183,-70.0503,19.3706,56.0621,-7.6865,-0.0141,13.8885,0.0000,13.8885,5.4962,13.8885,0.5144,0.0000,13.3742,0.0000,13.3742,5.2121,8.1621,0.0000,8.1621,-0.0065,8.1686,0.0000,0.0000,8.8219,-0.6533,4168.8911,4168.8911,4168.8911 -136.5000,1.0000,946.9750,47.8445,47.9290,0.0469,0.0000,5,1049.4603,234.6212,538.8801,-70.1673,25.7847,59.2225,-7.7113,0.1195,20.1872,0.0000,20.1872,5.4781,20.1872,0.5469,0.0000,19.6403,0.0000,19.6403,5.2202,14.4201,0.0000,14.4201,0.0554,14.3647,0.0000,0.0000,8.8357,5.5290,5396.3808,5396.3808,5396.3808 -137.5000,1.0000,960.3290,48.0745,48.2200,0.0808,0.0000,5,1054.5053,272.2193,568.9888,-70.5284,30.0605,62.8320,-7.7883,0.2067,24.3564,0.0000,24.3564,5.4975,24.3564,0.5710,0.0000,23.7854,0.0000,23.7854,5.2453,18.5401,0.0000,18.5401,0.0958,18.4443,0.0000,0.0000,8.8782,9.5661,6158.2801,6158.2801,6158.2801 -138.5000,1.0000,973.8028,48.5055,48.7910,0.1586,0.0000,5,1063.9592,358.6471,590.6996,-71.2052,39.9596,65.8143,-7.9335,0.4092,34.0040,0.0000,34.0040,5.5464,34.0040,0.6253,0.0000,33.3786,0.0000,33.3786,5.2923,28.0863,0.0000,28.0863,0.1897,27.8966,0.0000,0.0000,8.9578,18.9389,8056.1518,8056.1518,8056.1518 -139.5000,1.0000,987.4604,49.1675,49.5440,0.2092,0.0000,5,1078.4801,414.4465,635.5886,-72.2446,46.8068,71.7822,-8.1592,0.5470,40.6826,0.0000,40.6826,5.5773,40.6826,0.6682,0.0000,40.0144,0.0000,40.0144,5.3646,34.6499,0.0000,34.6499,0.2536,34.3963,0.0000,0.0000,9.0800,25.3163,9407.0519,9407.0519,9407.0519 -140.5000,1.0000,1001.3444,49.9825,50.4210,0.2436,0.0000,5,1096.3569,452.3757,665.4434,-73.5243,51.9374,76.3997,-8.4413,0.6476,45.6631,0.0000,45.6631,5.6267,45.6631,0.7049,0.0000,44.9582,0.0000,44.9582,5.4535,39.5047,0.0000,39.5047,0.3002,39.2045,0.0000,0.0000,9.2305,29.9740,10297.5261,10297.5261,10297.5261 -141.5000,1.0000,1015.4793,50.8855,51.3500,0.2581,0.0000,5,1116.1641,468.1948,686.2012,-74.7493,54.7247,80.2062,-8.7370,0.6984,48.3293,0.0000,48.3293,5.6970,48.3293,0.7314,0.0000,47.5979,0.0000,47.5979,5.5520,42.0459,0.0000,42.0459,0.3237,41.7221,0.0000,0.0000,9.3973,32.3248,10881.9044,10881.9044,10881.9044 -142.5000,1.0000,1029.9353,52.0415,52.7330,0.3842,0.0000,5,1141.5207,608.7400,699.1246,-76.2619,72.7686,83.5732,-9.1163,1.0633,65.9130,0.0000,65.9130,5.7923,65.9130,0.8364,0.0000,65.0766,0.0000,65.0766,5.7577,59.3188,0.0000,59.3188,0.4929,58.8259,0.0000,0.0000,9.6108,49.2151,14376.5067,14376.5067,14376.5067 -143.5000,1.0000,1044.8460,53.6787,54.6244,0.5254,0.0000,5,1177.4326,767.6688,767.6688,-78.4041,94.6539,94.6539,-9.6673,1.4999,87.2272,0.0000,87.2272,5.9268,87.2272,0.9677,0.0000,86.2595,0.0000,86.2595,6.2259,80.0336,0.0000,80.0336,0.6953,79.3382,0.0000,0.0000,9.9131,69.4251,18456.1483,18456.1483,18456.1483 -144.5000,1.0000,1060.2904,55.5997,56.5750,0.5418,0.0000,5,1219.5694,801.9284,838.1777,-80.9109,102.4167,107.0462,-10.3334,1.6022,92.6775,0.0000,92.6775,8.1370,92.6775,1.0247,0.0000,91.6528,0.0000,91.6528,6.4833,85.1695,0.0000,85.1695,0.7427,84.4268,0.0000,0.0000,10.2679,74.1589,19929.3642,19929.3642,19929.3642 -145.5000,1.0000,1076.1548,57.1120,57.6490,0.2983,0.0000,5,1252.7412,527.2995,852.3811,-82.8783,69.1747,111.8211,-10.8725,0.9062,60.0268,0.0000,60.0268,8.2417,60.0268,0.8853,0.0000,59.1415,0.0000,59.1415,6.2314,52.9101,0.0000,52.9101,0.4201,52.4901,0.0000,0.0000,10.5472,41.9429,13701.3483,13701.3483,13701.3483 -146.5000,1.0000,1092.3005,58.1245,58.6000,0.2642,0.0000,5,1274.9502,488.6100,740.7153,-84.1954,65.2355,98.8947,-11.2411,0.8166,56.1344,0.0000,56.1344,8.2845,56.1344,0.8821,0.0000,55.2524,0.0000,55.2524,6.3418,48.9105,0.0000,48.9105,0.3786,48.5320,0.0000,0.0000,10.7342,37.7978,12978.3007,12978.3007,12978.3007 -147.5000,1.0000,1108.6758,58.9510,59.3020,0.1950,0.0000,5,1293.0793,411.8451,726.1492,-85.2706,55.7683,98.3286,-11.5466,0.6114,46.7487,0.0000,46.7487,8.4082,46.7487,0.8485,0.0000,45.9002,0.0000,45.9002,6.4320,39.4682,0.0000,39.4682,0.2834,39.1847,0.0000,0.0000,10.8868,28.2980,11163.5892,11163.5892,11163.5892 -148.5000,1.0000,1125.1864,59.4380,59.5740,0.0756,0.0000,5,1303.7616,279.2420,694.3251,-85.9042,38.1248,94.7959,-11.7285,0.2388,29.3974,0.0000,29.3974,8.4886,29.3974,0.7698,0.0000,28.6276,0.0000,28.6276,6.4852,22.1425,0.0000,22.1425,0.1107,22.0318,0.0000,0.0000,10.9767,11.0550,7857.8595,7857.8595,7857.8595 -149.5000,1.0000,1141.7673,59.6915,59.8090,0.0653,0.0000,5,1309.3221,267.4559,640.5289,-86.2340,36.6714,87.8241,-11.8237,0.2072,27.9913,0.0000,27.9913,8.4729,27.9913,0.7669,0.0000,27.2244,0.0000,27.2244,6.5128,20.7116,0.0000,20.7116,0.0961,20.6155,0.0000,0.0000,11.0235,9.5920,7585.0773,7585.0773,7585.0773 -150.5000,1.0000,1158.3858,59.8265,59.8440,0.0097,0.0000,5,1312.2833,205.9706,635.1314,-86.4096,28.3049,87.2810,-11.8746,0.0309,19.7501,0.0000,19.7501,8.5239,19.7501,0.7279,0.0000,19.0222,0.0000,19.0222,6.5275,12.4946,0.0000,12.4946,0.0143,12.4803,0.0000,0.0000,11.0485,1.4318,6038.0624,6038.0624,6038.0624 -151.5000,1.0000,1174.9775,59.7300,59.6160,-0.0633,0.0000,5,1310.1666,109.5897,607.5956,-86.2840,15.0357,83.3623,-11.8382,-0.2012,8.8138,0.0000,8.8138,6.4231,8.8138,0.6716,0.0000,8.1422,0.0000,8.1422,6.5170,1.6251,0.0000,1.6251,-0.0933,1.7184,0.0000,0.0000,11.0307,-9.3122,3580.6330,3580.6330,3580.6330 -152.5000,1.0000,1191.5193,59.5505,59.4850,-0.0364,0.0000,5,1306.2293,139.7562,566.9145,-86.0505,19.1170,77.5471,-11.7707,-0.1152,12.7957,0.0000,12.7957,6.4365,12.7957,0.6886,0.0000,12.1071,0.0000,12.1071,6.4974,5.6097,0.0000,5.6097,-0.0534,5.6631,0.0000,0.0000,10.9975,-5.3344,4328.5427,4328.5427,4328.5427 -153.5000,1.0000,1208.0214,59.4075,59.3300,-0.0431,0.0000,5,1303.0926,132.2996,578.6466,-85.8645,18.0535,78.9618,-11.7170,-0.1360,11.7745,0.0000,11.7745,6.4151,11.7745,0.6811,0.0000,11.0934,0.0000,11.0934,6.4818,4.6115,0.0000,4.6115,-0.0631,4.6746,0.0000,0.0000,10.9711,-6.2965,4128.9597,4128.9597,4128.9597 -154.5000,1.0000,1224.4500,59.1430,58.9560,-0.1039,0.0000,5,1297.2908,65.1578,572.6484,-85.5204,8.8518,77.7954,-11.6181,-0.3268,2.7605,0.0000,2.7605,6.4181,2.7605,0.6620,0.0000,2.0985,0.0000,2.0985,6.4530,-4.3545,0.0000,-4.3545,-0.1515,-4.2030,0.0000,0.0000,10.9222,-15.1252,2731.7775,2731.7775,2731.7775 -155.5000,1.0000,1240.7711,58.7560,58.5560,-0.1111,0.0000,5,1288.8020,57.1119,541.7096,-85.0170,7.7080,73.1108,-11.4741,-0.3472,1.6877,0.0000,1.6877,6.3675,1.6877,0.6580,0.0000,1.0297,0.0000,1.0297,6.4107,-5.3810,0.0000,-5.3810,-0.1610,-5.2201,0.0000,0.0000,10.8508,-16.0709,2581.3079,2581.3079,2581.3079 -156.5000,1.0000,1256.9691,58.3130,58.0700,-0.1350,0.0000,5,1279.0849,30.9274,535.0859,-84.4406,4.1426,71.6723,-11.3104,-0.4187,-1.7825,0.0000,-1.7825,6.3437,-1.7825,0.6591,0.0000,-2.4416,0.0000,-2.4416,6.3624,-8.8040,0.0000,-8.8040,-0.1941,-8.6099,0.0000,0.0000,10.7690,-19.3789,2134.4189,2134.4189,2134.4189 -157.5000,1.0000,1273.0073,57.7375,57.4050,-0.1847,0.0000,5,1266.4614,-24.0601,519.0670,-83.6920,-3.1909,68.8405,-11.0995,-0.5672,-8.8882,0.0000,-8.8882,6.2645,-8.8882,0.6671,0.0000,-9.5553,0.0000,-9.5553,6.2996,-15.8549,0.0000,-15.8549,-0.2630,-15.5920,0.0000,0.0000,10.6627,-26.2547,1140.6061,1140.6061,1140.6061 -158.5000,1.0000,1288.8107,56.8920,56.3790,-0.2850,0.0000,5,1247.9155,-82.5918,486.9796,-82.5921,-10.7932,63.6392,-10.7932,-0.8623,-16.1374,0.0000,-16.1374,6.2065,-16.1374,0.6710,0.0000,-16.8084,0.0000,-16.8084,6.2074,-23.0158,6.7914,-29.8072,-0.3998,-29.4075,0.0000,0.0000,10.5065,-39.9140,0.0000,0.0000,0.0000 -159.5000,1.0000,1304.3440,55.9200,55.4610,-0.2550,0.0000,5,1226.5949,-81.3276,455.2431,-81.3276,-10.4464,58.4754,-10.4464,-0.7584,-15.7987,0.0000,-15.7987,6.1107,-15.7987,0.6540,0.0000,-16.4526,0.0000,-16.4526,6.1013,-22.5540,2.5729,-25.1269,-0.3516,-24.7753,0.0000,0.0000,10.3270,-35.1024,0.0000,0.0000,0.0000 -160.5000,1.0000,1319.6029,54.9320,54.4030,-0.2939,0.0000,5,1204.9233,-80.0419,448.3114,-80.0423,-10.0996,56.5676,-10.0997,-0.8586,-15.2761,0.0000,-15.2761,6.0350,-15.2761,0.6364,0.0000,-15.9124,0.0000,-15.9124,5.9935,-21.9060,8.0884,-29.9944,-0.3980,-29.5963,0.0000,0.0000,10.1446,-39.7409,0.0000,0.0000,0.0000 -161.5000,1.0000,1334.4804,53.5590,52.7150,-0.4689,0.0000,5,1174.8068,-78.2455,434.4510,-78.2475,-9.6262,53.4485,-9.6264,-1.3356,-14.2006,0.0000,-14.2006,5.9101,-14.2006,0.6114,0.0000,-14.8120,0.0000,-14.8120,5.8437,-20.6557,31.3239,-51.9796,-0.6192,-51.3605,0.5689,0.0000,9.8910,-61.8204,0.0000,0.0000,0.0000 -162.5000,1.0000,1348.8172,51.6125,50.5100,-0.6125,0.0000,5,1132.1107,-75.6998,418.2630,-75.7005,-8.9745,49.5869,-8.9746,-1.6813,-13.1142,0.0000,-13.1142,5.8210,-13.1142,0.5777,0.0000,-13.6919,0.0000,-13.6919,5.6313,-19.3233,46.0564,-65.3797,-0.7794,-64.6003,3.6880,0.0000,9.5315,-77.8198,0.0000,0.0000,0.0000 -163.5000,1.0000,1362.5850,49.5640,48.6180,-0.5256,0.0000,5,1087.1772,-72.8649,408.3074,-72.8672,-8.2956,46.4854,-8.2959,-1.3854,-12.5286,0.0000,-12.5286,5.6184,-12.5286,0.5445,0.0000,-13.0731,0.0000,-13.0731,5.4078,-18.4809,27.2247,-45.7056,-0.6422,-45.0634,9.9068,0.0000,9.1529,-64.1231,0.0000,0.0000,0.0000 -164.5000,1.0000,1375.7822,47.5100,46.4020,-0.6156,0.0000,5,1042.1231,-69.6410,394.0137,-69.6421,-7.6000,42.9991,-7.6001,-1.5554,-11.5355,0.0000,-11.5355,5.4909,-11.5355,0.5110,0.0000,-12.0465,0.0000,-12.0465,5.1837,-17.2302,36.1575,-53.3878,-0.7210,-52.6667,10.5513,0.0000,8.7736,-71.9916,0.0000,0.0000,0.0000 -165.5000,1.0000,1388.4161,45.4820,44.5620,-0.5111,0.0000,5,997.6393,-66.7597,381.2698,-66.7619,-6.9746,39.8322,-6.9748,-1.2363,-11.0695,0.0000,-11.0695,5.3313,-11.0695,0.4801,0.0000,-11.5496,0.0000,-11.5496,4.9624,-16.5120,26.0464,-42.5585,-0.5731,-41.9853,6.8402,0.0000,8.3992,-57.2248,0.0000,0.0000,0.0000 -166.5000,1.0000,1400.6541,44.0570,43.5520,-0.2806,0.0000,5,966.3822,-68.5499,376.4366,-68.5499,-6.9372,38.0951,-6.9372,-0.6574,-11.4687,0.0000,-11.4687,5.1889,-11.4687,0.4606,0.0000,-11.9294,0.0000,-11.9294,4.8070,-16.7363,2.9879,-19.7242,-0.3047,-19.4194,2.8716,0.0000,8.1362,-30.4273,0.0000,0.0000,0.0000 -167.5000,1.0000,1412.7037,43.3785,43.2050,-0.0964,0.0000,5,951.4994,80.4452,375.5896,-69.4013,8.0156,37.4240,-6.9152,-0.2224,3.1291,0.0000,3.1291,5.1089,3.1291,0.4146,0.0000,2.7146,0.0000,2.7146,4.7329,-2.0184,0.0000,-2.0184,-0.1031,-1.9153,0.3665,0.0000,8.0109,-10.2927,2413.2669,2413.2669,2413.2669 -168.5000,1.0000,1424.6389,42.9665,42.7280,-0.1325,0.0000,5,942.4623,37.2041,448.4002,-69.9183,3.6718,44.2546,-6.9005,-0.3028,-1.1126,0.0000,-1.1126,5.0872,-1.1126,0.4194,0.0000,-1.5319,0.0000,-1.5319,4.6880,-6.2199,0.0000,-6.2199,-0.1404,-6.0796,0.0000,0.0000,7.9348,-14.0144,1553.9649,1553.9649,1553.9649 -169.5000,1.0000,1436.4787,42.6235,42.5190,-0.0581,0.0000,5,934.9386,119.1649,424.9379,-70.3486,11.6670,41.6042,-6.8876,-0.1316,6.7786,0.0000,6.7786,5.0200,6.7786,0.4090,0.0000,6.3696,0.0000,6.3696,4.6506,1.7190,0.0000,1.7190,-0.0610,1.7800,0.0000,0.0000,7.8715,-6.0915,2991.8551,2991.8551,2991.8551 -170.5000,1.0000,1448.2246,42.2850,42.0510,-0.1300,0.0000,5,927.5137,39.9160,462.3844,-70.7734,3.8770,44.9109,-6.8741,-0.2924,-0.8356,0.0000,-0.8356,5.0050,-0.8356,0.4092,0.0000,-1.2448,0.0000,-1.2448,4.6136,-5.8584,0.0000,-5.8584,-0.1355,-5.7229,0.0000,0.0000,7.8090,-13.5319,1562.3965,1562.3965,1562.3965 -171.5000,1.0000,1459.8785,41.9540,41.8570,-0.0539,0.0000,5,920.2533,123.8785,420.0672,-71.1887,11.9380,40.4813,-6.8604,-0.1202,7.1061,0.0000,7.1061,4.9521,7.1061,0.4019,0.0000,6.7042,0.0000,6.7042,4.5775,2.1267,0.0000,2.1267,-0.0557,2.1824,0.0000,0.0000,7.7479,-5.5655,3010.4336,3010.4336,3010.4336 -172.5000,1.0000,1471.5335,41.9580,42.0590,0.0561,0.0000,5,920.3410,245.9520,467.6080,-71.1837,23.7043,45.0671,-6.8605,0.1252,18.6398,0.0000,18.6398,4.9393,18.6398,0.4597,0.0000,18.1801,0.0000,18.1801,4.5779,13.6022,0.0000,13.6022,0.0580,13.5441,0.0000,0.0000,7.7486,5.7955,4952.1445,4952.1445,4952.1445 -173.5000,1.0000,1483.2390,42.1400,42.2210,0.0450,0.0000,5,924.3331,233.5910,532.0669,-70.9553,22.6107,51.5019,-6.8682,0.1009,17.5514,0.0000,17.5514,4.9584,17.5514,0.4566,0.0000,17.0948,0.0000,17.0948,4.5978,12.4970,0.0000,12.4970,0.0468,12.4503,0.0000,0.0000,7.7822,4.6681,4744.0653,4744.0653,4744.0653 -174.5000,1.0000,1494.9721,42.2390,42.2570,0.0100,0.0000,5,926.5047,194.5663,525.5930,-70.8311,18.8775,50.9948,-6.8723,0.0225,13.8989,0.0000,13.8989,4.9561,13.8989,0.4396,0.0000,13.4593,0.0000,13.4593,4.6086,8.8507,0.0000,8.8507,0.0104,8.8403,0.0000,0.0000,7.8005,1.0398,4105.2811,4105.2811,4105.2811 -175.5000,1.0000,1506.7658,42.4575,42.6580,0.1114,0.0000,5,931.2974,307.0427,510.3198,-70.5569,29.9444,49.7691,-6.8811,0.2515,24.7284,0.0000,24.7284,4.9645,24.7284,0.4966,0.0000,24.2318,0.0000,24.2318,4.6324,19.5994,0.0000,19.5994,0.1166,19.4828,0.0000,0.0000,7.8409,11.6419,6189.9434,6189.9434,6189.9434 -176.5000,1.0000,1518.6904,42.9285,43.1990,0.1503,0.0000,5,941.6287,349.7421,572.7906,-69.9659,34.4871,56.4812,-6.8991,0.3431,29.1764,0.0000,29.1764,4.9676,29.1764,0.5250,0.0000,28.6514,0.0000,28.6514,4.6838,23.9676,0.0000,23.9676,0.1591,23.8085,0.0000,0.0000,7.9278,15.8807,7015.2924,7015.2924,7015.2924 -177.5000,1.0000,1530.8218,43.6730,44.1470,0.2633,0.0000,5,957.9592,475.0627,603.4414,-69.0318,47.6570,60.5356,-6.9251,0.6117,42.0235,0.0000,42.0235,5.0218,42.0235,0.5990,0.0000,41.4245,0.0000,41.4245,4.7651,36.6594,0.0000,36.6594,0.2835,36.3759,0.0000,0.0000,8.0653,28.3105,9567.0936,9567.0936,9567.0936 -178.5000,1.0000,1543.1833,44.5015,44.8560,0.1969,0.0000,5,976.1322,401.0186,670.5797,-67.9922,40.9923,68.5469,-6.9502,0.4661,35.4419,0.0000,35.4419,5.0842,35.4419,0.5772,0.0000,34.8647,0.0000,34.8647,4.8555,30.0093,0.0000,30.0093,0.2161,29.7932,0.0000,0.0000,8.2183,21.5748,8328.3554,8328.3554,8328.3554 -179.5000,1.0000,1555.7365,45.1915,45.5270,0.1864,0.0000,5,991.2672,389.2452,639.7386,-67.1264,40.4057,66.4082,-6.9681,0.4480,34.8026,0.0000,34.8026,5.1552,34.8026,0.5833,0.0000,34.2193,0.0000,34.2193,4.9307,29.2885,0.0000,29.2885,0.2077,29.0808,0.0000,0.0000,8.3458,20.7351,8214.7084,8214.7084,8214.7084 -180.5000,1.0000,1568.5068,45.9730,46.4190,0.2478,0.0000,5,1008.4093,457.1304,638.1969,-67.2288,48.2731,67.3938,-7.0994,0.6058,42.4602,0.0000,42.4602,5.2071,42.4602,0.6322,0.0000,41.8280,0.0000,41.8280,5.0160,36.8120,0.0000,36.8120,0.2808,36.5311,0.0000,0.0000,8.4901,28.0411,9694.2890,9694.2890,9694.2890 -181.5000,1.0000,1581.5532,46.9670,47.5150,0.3044,0.0000,5,1030.2125,519.5907,675.3350,-68.7895,56.0553,72.8576,-7.4213,0.7605,50.0335,0.0000,50.0335,5.2614,50.0335,0.6838,0.0000,49.3496,0.0000,49.3496,5.1245,44.2252,0.0000,44.2252,0.3525,43.8726,0.0000,0.0000,8.6736,35.1990,11177.0426,11177.0426,11177.0426 -182.5000,1.0000,1594.8968,48.0370,48.5590,0.2900,0.0000,5,1053.6828,503.4097,708.2942,-70.4696,55.5469,78.1542,-7.7757,0.7409,49.4446,0.0000,49.4446,5.3614,49.4446,0.6959,0.0000,48.7487,0.0000,48.7487,5.2412,43.5075,0.0000,43.5075,0.3435,43.1641,0.0000,0.0000,8.8712,34.2928,11086.7025,11086.7025,11086.7025 -183.5000,1.0000,1608.5122,49.0155,49.4720,0.2536,0.0000,5,1075.1460,462.6918,703.5088,-72.0060,52.0940,79.2074,-8.1071,0.6611,45.9997,0.0000,45.9997,5.4332,45.9997,0.6926,0.0000,45.3071,0.0000,45.3071,5.3480,39.9591,0.0000,39.9591,0.3065,39.6526,0.0000,0.0000,9.0520,30.6007,10331.8778,10331.8778,10331.8778 -184.5000,1.0000,1622.4048,50.0135,50.5550,0.3008,0.0000,5,1097.0369,515.2310,688.7117,-73.5730,59.1905,79.1202,-8.4522,0.8002,52.8429,0.0000,52.8429,5.5474,52.8429,0.7412,0.0000,52.1016,0.0000,52.1016,5.4569,46.6448,0.0000,46.6448,0.3709,46.2738,0.0000,0.0000,9.2363,37.0376,11767.3888,11767.3888,11767.3888 -185.5000,1.0000,1636.5101,50.7790,51.0030,0.1244,0.0000,5,1113.8280,318.6477,712.7832,-74.6099,37.1670,83.1389,-8.7025,0.3361,31.2740,0.0000,31.2740,5.5569,31.2740,0.6446,0.0000,30.6295,0.0000,30.6295,5.5404,25.0891,0.0000,25.0891,0.1558,24.9333,0.0000,0.0000,9.3776,15.5557,7550.2072,7550.2072,7550.2072 -186.5000,1.0000,1650.6978,51.0755,51.1480,0.0403,0.0000,5,1120.3317,225.3486,621.4785,-74.9979,26.4381,72.9124,-8.7988,0.1094,20.7161,0.0000,20.7161,5.6126,20.7161,0.5961,0.0000,20.1200,0.0000,20.1200,5.5727,14.5473,0.0000,14.5473,0.0507,14.4965,0.0000,0.0000,9.4324,5.0642,5517.1340,5517.1340,5517.1340 -187.5000,1.0000,1664.9235,51.2125,51.2770,0.0358,0.0000,5,1123.3368,220.2030,578.3885,-75.1772,25.9037,68.0390,-8.8435,0.0976,20.2036,0.0000,20.2036,5.6025,20.2036,0.5956,0.0000,19.6081,0.0000,19.6081,5.5877,14.0204,0.0000,14.0204,0.0452,13.9751,0.0000,0.0000,9.4577,4.5174,5428.6792,5428.6792,5428.6792 -188.5000,1.0000,1679.1303,51.1445,51.0120,-0.0736,0.0000,5,1121.8452,99.0560,573.3504,-75.0882,11.6370,67.3568,-8.8213,-0.2002,6.1894,0.0000,6.1894,5.6479,6.1894,0.5245,0.0000,5.6649,0.0000,5.6649,5.5803,0.0846,0.0000,0.0846,-0.0928,0.1774,0.0000,0.0000,9.4451,-9.2677,2996.7429,2996.7429,2996.7429 -189.5000,1.0000,1693.2779,50.9315,50.8510,-0.0447,0.0000,5,1117.1731,131.2568,515.5486,-74.8095,15.3557,60.3141,-8.7520,-0.1211,9.8392,0.0000,9.8392,5.6377,9.8392,0.5396,0.0000,9.2995,0.0000,9.2995,5.5570,3.7425,0.0000,3.7425,-0.0562,3.7987,0.0000,0.0000,9.4058,-5.6071,3499.7925,3499.7925,3499.7925 -190.5000,1.0000,1707.3668,50.7200,50.5890,-0.0728,0.0000,5,1112.5339,100.2878,529.1275,-74.5327,11.6840,61.6456,-8.6834,-0.1963,6.2415,0.0000,6.2415,5.6388,6.2415,0.5185,0.0000,5.7230,0.0000,5.7230,5.5340,0.1890,0.0000,0.1890,-0.0910,0.2800,0.0000,0.0000,9.3667,-9.0867,3010.2310,3010.2310,3010.2310 -191.5000,1.0000,1721.3851,50.4660,50.3430,-0.0683,0.0000,5,1106.9624,104.9862,513.1218,-74.2004,12.1701,59.4815,-8.6014,-0.1834,6.7694,0.0000,6.7694,5.5841,6.7694,0.5174,0.0000,6.2520,0.0000,6.2520,5.5062,0.7457,0.0000,0.7457,-0.0850,0.8307,0.0000,0.0000,9.3198,-8.4891,3080.3938,3080.3938,3080.3938 -192.5000,1.0000,1735.3011,50.0975,49.8520,-0.1364,0.0000,5,1098.8794,30.0610,511.6907,-73.7049,3.4592,58.8825,-8.4815,-0.3634,-1.7449,0.0000,-1.7449,5.5675,-1.7449,0.5257,0.0000,-2.2706,0.0000,-2.2706,5.4660,-7.7366,0.0000,-7.7366,-0.1685,-7.5682,0.0000,0.0000,9.2518,-16.8199,1812.8913,1812.8913,1812.8913 -193.5000,1.0000,1748.9997,49.3150,48.7780,-0.2983,0.0000,5,1081.7154,-72.4758,466.3739,-72.4762,-8.2098,52.8294,-8.2099,-0.7825,-12.9259,0.0000,-12.9259,5.4985,-12.9259,0.5417,0.0000,-13.4676,0.0000,-13.4676,5.3807,-18.8483,8.6240,-27.4723,-0.3627,-27.1095,0.0000,0.0000,9.1073,-36.2168,0.0000,0.0000,0.0000 -194.5000,1.0000,1762.2798,47.8085,46.8390,-0.5386,0.0000,5,1048.6706,-70.1098,398.6526,-70.1108,-7.6992,43.7786,-7.6993,-1.3695,-11.7695,0.0000,-11.7695,5.4398,-11.7695,0.5161,0.0000,-12.2856,0.0000,-12.2856,5.2163,-17.5019,37.6923,-55.1942,-0.6349,-54.5593,0.0000,0.0000,8.8290,-63.3884,0.0000,0.0000,0.0000 -195.5000,1.0000,1775.0818,46.0870,45.3350,-0.4178,0.0000,5,1010.9099,-67.4060,391.1320,-67.4078,-7.1357,41.4061,-7.1359,-1.0240,-11.5673,0.0000,-11.5673,5.4556,-11.5673,0.4901,0.0000,-12.0574,0.0000,-12.0574,5.0285,-17.0859,21.4739,-38.5598,-0.4747,-38.0851,0.8011,0.0000,8.5111,-47.3972,0.0000,0.0000,0.0000 -196.5000,1.0000,1787.4243,44.4330,43.5310,-0.5011,0.0000,5,974.6297,-68.0766,372.0256,-68.0781,-6.9481,37.9700,-6.9483,-1.1842,-10.9573,0.0000,-10.9573,5.1934,-10.9573,0.4647,0.0000,-11.4221,0.0000,-11.4221,4.8480,-16.2700,29.9512,-46.2212,-0.5490,-45.6723,0.9332,0.0000,8.2057,-54.8111,0.0000,0.0000,0.0000 -197.5000,1.0000,1799.3746,43.0210,42.5110,-0.2833,0.0000,5,943.6577,-69.8498,373.0470,-69.8499,-6.9025,36.8644,-6.9025,-0.6483,-11.2941,0.0000,-11.2941,5.0399,-11.2941,0.4456,0.0000,-11.7397,0.0000,-11.7397,4.6939,-16.4336,5.0244,-21.4580,-0.3005,-21.1575,0.9035,0.0000,7.9449,-30.0060,0.0000,0.0000,0.0000 -198.5000,1.0000,1811.1314,42.3245,42.1380,-0.1036,0.0000,5,928.3801,70.2188,379.1859,-70.7238,6.8267,36.8644,-6.8758,-0.2332,2.0867,0.0000,2.0867,4.9732,2.0867,0.4024,0.0000,1.6843,0.0000,1.6843,4.6179,-2.9337,0.0000,-2.9337,-0.1081,-2.8256,0.1533,0.0000,7.8163,-10.7951,2148.5676,2148.5676,2148.5676 -199.5000,1.0000,1822.8418,42.1575,42.1770,0.0108,0.0000,5,924.7170,195.4988,440.0454,-70.9334,18.9313,42.6123,-6.8689,0.0243,13.9595,0.0000,13.9595,4.9475,13.9595,0.4388,0.0000,13.5207,0.0000,13.5207,4.5997,8.9210,0.0000,8.9210,0.0113,8.9097,0.0000,0.0000,7.7854,1.1243,4112.3327,4112.3327,4112.3327 -200.5000,1.0000,1834.6379,42.4660,42.7550,0.1606,0.0000,5,931.4839,361.5965,512.3105,-70.5463,35.2718,49.9732,-6.8814,0.3626,29.9507,0.0000,29.9507,4.9585,29.9507,0.5228,0.0000,29.4279,0.0000,29.4279,4.6334,24.7945,0.0000,24.7945,0.1681,24.6264,0.0000,0.0000,7.8424,16.7840,7174.8954,7174.8954,7174.8954 -201.5000,1.0000,1846.5955,43.0475,43.3400,0.1625,0.0000,5,944.2390,363.4645,601.5871,-69.8166,35.9395,59.4852,-6.9035,0.3720,30.5725,0.0000,30.5725,4.9950,30.5725,0.5335,0.0000,30.0390,0.0000,30.0390,4.6968,25.3422,0.0000,25.3422,0.1725,25.1697,0.0000,0.0000,7.9498,17.2199,7314.8768,7314.8768,7314.8768 -202.5000,1.0000,1858.7882,43.8935,44.4470,0.3075,0.0000,5,962.7958,523.9291,613.2396,-68.7551,52.8245,61.8291,-6.9321,0.7178,47.0809,0.0000,47.0809,5.0257,47.0809,0.6272,0.0000,46.4537,0.0000,46.4537,4.7891,41.6645,0.0000,41.6645,0.3328,41.3318,0.0000,0.0000,8.1060,33.2257,10493.0007,10493.0007,10493.0007 -203.5000,1.0000,1871.3364,45.1735,45.9000,0.4036,0.0000,5,990.8724,630.8298,702.6603,-67.1490,65.4574,72.9108,-6.9676,0.9697,59.4116,0.0000,59.4116,5.0761,59.4116,0.7061,0.0000,58.7055,0.0000,58.7055,5.0311,53.6744,0.0000,53.6744,0.4495,53.2248,0.0000,0.0000,8.3424,44.8824,12992.5614,12992.5614,12992.5614 -204.5000,1.0000,1884.3430,46.8240,47.7480,0.5133,0.0000,5,1027.0758,753.9909,759.2501,-68.5650,81.0956,81.6612,-7.3745,1.2784,74.6235,0.0000,74.6235,5.1937,74.6235,0.8048,0.0000,73.8187,0.0000,73.8187,5.4095,68.4093,0.0000,68.4093,0.5926,67.8166,0.0000,0.0000,8.6472,59.1694,15972.2873,15972.2873,15972.2873 -205.5000,1.0000,1897.8430,48.6000,49.4520,0.4733,0.0000,5,1066.0321,708.5201,819.9301,-71.3536,79.0954,91.5326,-7.9655,1.2235,72.5309,0.0000,72.5309,5.3410,72.5309,0.8193,0.0000,71.7116,0.0000,71.7116,5.5411,66.1706,0.0000,66.1706,0.5672,65.6034,0.0000,0.0000,8.9752,56.6282,15567.9967,15567.9967,15567.9967 -206.5000,1.0000,1911.8378,50.3810,51.3100,0.5161,0.0000,5,1105.0980,756.1381,803.5056,-74.0892,87.5045,92.9862,-8.5740,1.3829,80.6653,0.0000,80.6653,5.4563,80.6653,0.8857,0.0000,79.7797,0.0000,79.7797,5.8257,73.9539,0.0000,73.9539,0.6411,73.3129,0.0000,0.0000,9.3041,64.0087,17087.5713,17087.5713,17087.5713 -207.5000,1.0000,1926.2789,51.9880,52.6660,0.3767,0.0000,5,1140.3472,598.6190,826.5295,-76.1919,71.4852,98.7016,-9.0986,1.0415,64.8558,0.0000,64.8558,5.5879,64.8558,0.8304,0.0000,64.0255,0.0000,64.0255,5.7371,58.2884,0.0000,58.2884,0.4828,57.8056,0.0000,0.0000,9.6009,48.2047,14153.6455,14153.6455,14153.6455 -208.5000,1.0000,1941.1537,53.5495,54.4330,0.4908,0.0000,5,1174.5984,726.9368,762.5153,-78.2350,89.4159,93.7922,-9.6232,1.3979,82.3215,0.0000,82.3215,5.6965,82.3215,0.9412,0.0000,81.3803,0.0000,81.3803,6.1409,75.2394,0.0000,75.2394,0.6480,74.5914,0.0000,0.0000,9.8893,64.7022,17441.0375,17441.0375,17441.0375 -209.5000,1.0000,1956.5260,55.3400,56.2470,0.5039,0.0000,5,1213.8727,741.6464,820.5527,-80.5730,94.2755,104.3058,-10.2422,1.4831,86.9169,0.0000,86.9169,5.8755,86.9169,0.9918,0.0000,85.9251,0.0000,85.9251,6.3735,79.5515,0.0000,79.5515,0.6875,78.8640,0.0000,0.0000,10.2199,68.6441,18371.5661,18371.5661,18371.5661 -210.5000,1.0000,1972.3354,56.9140,57.5810,0.3706,0.0000,5,1248.3981,591.3233,827.7154,-82.6207,77.3048,108.2088,-10.8012,1.1217,70.1468,0.0000,70.1468,6.0363,70.1468,0.9327,0.0000,69.2141,0.0000,69.2141,6.2675,62.9466,0.0000,62.9466,0.5200,62.4267,0.0000,0.0000,10.5106,51.9161,15237.6297,15237.6297,15237.6297 -211.5000,1.0000,1988.5033,58.2045,58.8280,0.3464,0.0000,5,1276.7050,578.9935,768.1457,-84.2995,77.4092,102.6982,-11.2705,1.0723,68.1765,0.0000,68.1765,8.1604,68.1765,0.9436,0.0000,67.2330,0.0000,67.2330,6.3563,60.8766,0.0000,60.8766,0.4971,60.3796,0.0000,0.0000,10.7489,49.6306,15251.6112,15251.6112,15251.6112 -212.5000,1.0000,2005.0064,59.4110,59.9940,0.3239,0.0000,5,1303.1693,554.1898,765.8195,-85.8690,75.6289,104.5095,-11.7183,1.0234,66.2507,0.0000,66.2507,8.3548,66.2507,0.9536,0.0000,65.2971,0.0000,65.2971,6.4822,58.8149,0.0000,58.8149,0.4744,58.3405,0.0000,0.0000,10.9717,47.3688,14924.3605,14924.3605,14924.3605 -213.5000,1.0000,2021.7994,60.4550,60.9160,0.2561,0.0000,5,1326.0693,478.6143,757.6604,-87.2272,66.4631,105.2130,-12.1129,0.8235,57.1823,0.0000,57.1823,8.4573,57.1823,0.9255,0.0000,56.2569,0.0000,56.2569,6.5961,49.6607,0.0000,49.6607,0.3817,49.2790,0.0000,0.0000,11.1645,38.1145,13202.4493,13202.4493,13202.4493 -214.5000,1.0000,2038.7547,61.0390,61.1620,0.0683,0.0000,5,1338.8792,269.8818,726.5435,-87.9869,37.8393,101.8666,-12.3364,0.2218,29.0975,0.0000,29.0975,8.5200,29.0975,0.7948,0.0000,28.3027,0.0000,28.3027,6.6598,21.6428,0.0000,21.6428,0.1028,21.5400,0.0000,0.0000,11.2724,10.2676,7803.8335,7803.8335,7803.8335 -215.5000,1.0000,2055.7396,61.1455,61.1290,-0.0092,0.0000,5,1341.2153,183.5839,641.7421,-88.1255,25.7847,90.1338,-12.3774,-0.0298,17.3076,0.0000,17.3076,8.5069,17.3076,0.7376,0.0000,16.5699,0.0000,16.5699,6.6715,9.8985,0.0000,9.8985,-0.0138,9.9123,0.0000,0.0000,11.2921,-1.3798,5590.1427,5590.1427,5590.1427 -216.5000,1.0000,2072.6754,60.9690,60.8090,-0.0889,0.0000,5,1337.3438,95.1253,604.0268,-87.8959,13.3219,84.5917,-12.3095,-0.2882,5.1250,0.0000,5.1250,8.4852,5.1250,0.6878,0.0000,4.4371,0.0000,4.4371,6.6522,-2.2151,0.0000,-2.2151,-0.1336,-2.0815,0.0000,0.0000,11.2595,-13.3409,3351.9923,3351.9923,3351.9923 -217.5000,1.0000,2089.5218,60.6470,60.4850,-0.0900,0.0000,5,1330.2808,93.3360,565.8150,-87.4770,13.0023,78.8218,-12.1861,-0.2903,4.9288,0.0000,4.9288,8.3638,4.9288,0.6827,0.0000,4.2462,0.0000,4.2462,6.6171,-2.3709,0.0000,-2.3709,-0.1346,-2.2363,0.0000,0.0000,11.2000,-13.4363,3295.9836,3295.9836,3295.9836 -218.5000,1.0000,2106.3772,60.6795,60.8740,0.1081,0.0000,5,1330.9937,299.0326,570.2293,-87.5192,41.6796,79.4793,-12.1985,0.3487,34.9469,0.0000,34.9469,6.3840,34.9469,0.8180,0.0000,34.1288,0.0000,34.1288,6.6206,27.5082,0.0000,27.5082,0.1617,27.3466,0.0000,0.0000,11.2060,16.1406,8546.4166,8546.4166,8546.4166 -219.5000,1.0000,2123.3598,61.1375,61.4010,0.1464,0.0000,5,1341.0398,341.6755,656.5598,-88.1151,47.9826,92.2029,-12.3743,0.4760,41.0697,0.0000,41.0697,6.4370,41.0697,0.8563,0.0000,40.2134,0.0000,40.2134,6.6706,33.5428,0.0000,33.5428,0.2207,33.3221,0.0000,0.0000,11.2906,22.0315,9705.9803,9705.9803,9705.9803 -220.5000,1.0000,2140.4855,61.6525,61.9040,0.1397,0.0000,5,1352.3362,334.4745,675.6000,-88.7850,47.3670,95.6760,-12.5734,0.4581,40.3918,0.0000,40.3918,6.5171,40.3918,0.8616,0.0000,39.5302,0.0000,39.5302,6.7268,32.8034,0.0000,32.8034,0.2124,32.5910,0.0000,0.0000,11.3857,21.2053,9596.7138,9596.7138,9596.7138 -221.5000,1.0000,2157.7441,62.1310,62.3580,0.1261,0.0000,5,1362.8320,319.0767,674.5248,-89.4075,45.5372,96.2651,-12.7598,0.4167,38.5950,0.0000,38.5950,6.5254,38.5950,0.8607,0.0000,37.7344,0.0000,37.7344,6.7790,30.9554,0.0000,30.9554,0.1932,30.7622,0.0000,0.0000,11.4741,19.2882,9272.3771,9272.3771,9272.3771 -222.5000,1.0000,2175.1135,62.5295,62.7010,0.0953,0.0000,5,1371.5731,284.5977,669.6213,-89.9259,40.8770,96.1782,-12.9161,0.3169,34.0274,0.0000,34.0274,6.5327,34.0274,0.8446,0.0000,33.1828,0.0000,33.1828,6.8225,26.3603,0.0000,26.3603,0.1469,26.2135,0.0000,0.0000,11.5477,14.6658,8422.2240,8422.2240,8422.2240 -223.5000,1.0000,2192.5755,62.8635,63.0260,0.0903,0.0000,5,1378.8993,279.2298,657.6082,-90.3604,40.3202,94.9573,-13.0479,0.3018,33.4258,0.0000,33.4258,6.5926,33.4258,0.8473,0.0000,32.5786,0.0000,32.5786,6.8589,25.7196,0.0000,25.7196,0.1399,25.5797,0.0000,0.0000,11.6093,13.9704,8324.4868,8324.4868,8324.4868 -224.5000,1.0000,2210.1073,63.1145,63.2030,0.0492,0.0000,5,1384.4049,233.2467,655.8507,-90.6870,33.8148,95.0817,-13.1473,0.1650,27.0772,0.0000,27.0772,6.5726,27.0772,0.8198,0.0000,26.2574,0.0000,26.2574,6.8863,19.3711,0.0000,19.3711,0.0765,19.2946,0.0000,0.0000,11.6557,7.6389,7107.0856,7107.0856,7107.0856 -225.5000,1.0000,2227.6903,63.2985,63.3940,0.0531,0.0000,5,1388.4409,237.6845,639.0130,-90.9263,34.5587,92.9107,-13.2204,0.1786,27.7724,0.0000,27.7724,6.6076,27.7724,0.8265,0.0000,26.9459,0.0000,26.9459,6.9064,20.0396,0.0000,20.0396,0.0828,19.9568,0.0000,0.0000,11.6897,8.2671,7254.9048,7254.9048,7254.9048 -226.5000,1.0000,2245.3346,63.5195,63.6450,0.0697,0.0000,5,1393.2885,256.3537,642.2319,-91.2138,37.4032,93.7047,-13.3085,0.2355,30.5162,0.0000,30.5162,6.6515,30.5162,0.8440,0.0000,29.6722,0.0000,29.6722,6.9305,22.7417,0.0000,22.7417,0.1092,22.6325,0.0000,0.0000,11.7305,10.9020,7796.2001,7796.2001,7796.2001 -227.5000,1.0000,2263.0510,63.7790,63.9130,0.0744,0.0000,5,1398.9806,261.5688,650.8228,-91.5514,38.3201,95.3461,-13.4124,0.2525,31.3951,0.0000,31.3951,6.6725,31.3951,0.8529,0.0000,30.5422,0.0000,30.5422,6.9588,23.5834,0.0000,23.5834,0.1171,23.4664,0.0000,0.0000,11.7784,11.6880,7976.2135,7976.2135,7976.2135 -228.5000,1.0000,2280.8362,64.0270,64.1410,0.0633,0.0000,5,1404.4205,249.3801,653.8151,-91.8740,36.6765,96.1570,-13.5120,0.2157,29.7411,0.0000,29.7411,6.7197,29.7411,0.8489,0.0000,28.8922,0.0000,28.8922,6.9859,21.9063,0.0000,21.9063,0.1000,21.8064,0.0000,0.0000,11.8242,9.9822,7672.2110,7672.2110,7672.2110 -229.5000,1.0000,2298.6928,64.2835,64.4260,0.0792,0.0000,5,1410.0467,266.9917,650.8289,-92.2077,39.4239,96.1012,-13.6154,0.2707,32.4052,0.0000,32.4052,6.7480,32.4052,0.8666,0.0000,31.5386,0.0000,31.5386,7.0138,24.5247,0.0000,24.5247,0.1255,24.3993,0.0000,0.0000,11.8716,12.5277,8179.9922,8179.9922,8179.9922 -230.5000,1.0000,2316.5329,64.2245,64.0230,-0.1119,0.0000,5,1408.7526,54.7145,653.0913,-92.1310,8.0717,96.3468,-13.5916,-0.3824,1.7470,0.0000,1.7470,6.7071,1.7470,0.7545,0.0000,0.9925,0.0000,0.9925,7.0074,-6.0149,0.0000,-6.0149,-0.1773,-5.8377,0.0000,0.0000,11.8607,-17.6983,2902.0532,2902.0532,2902.0532 -231.5000,1.0000,2334.2614,63.8225,63.6220,-0.1114,0.0000,5,1399.9348,55.6040,568.5483,-91.6080,8.1516,83.3496,-13.4298,-0.3781,1.8215,0.0000,1.8215,6.7082,1.8215,0.7470,0.0000,1.0744,0.0000,1.0744,6.9635,-5.8891,0.0000,-5.8891,-0.1753,-5.7138,0.0000,0.0000,11.7864,-17.5003,2897.4874,2897.4874,2897.4874 -232.5000,1.0000,2351.8741,63.4060,63.1900,-0.1200,0.0000,5,1390.7989,45.7777,565.9624,-91.0662,6.6672,82.4291,-13.2633,-0.4047,0.4528,0.0000,0.4528,6.6191,0.4528,0.7429,0.0000,-0.2901,0.0000,-0.2901,6.9181,-7.2082,0.0000,-7.2082,-0.1876,-7.0206,0.0000,0.0000,11.7095,-18.7301,2696.0626,2696.0626,2696.0626 -233.5000,1.0000,2369.3536,62.9260,62.6620,-0.1467,0.0000,5,1380.2702,16.1349,558.2523,-90.4417,2.3322,80.6907,-13.0726,-0.4908,-3.7153,0.0000,-3.7153,6.5383,-3.7153,0.7447,0.0000,-4.4600,0.0000,-4.4600,6.8657,-11.3257,0.0000,-11.3257,-0.2275,-11.0982,0.0000,0.0000,11.6209,-22.7191,2152.9618,2152.9618,2152.9618 -234.5000,1.0000,2386.6873,62.4015,62.1410,-0.1447,0.0000,5,1368.7654,18.5638,542.9747,-89.7594,2.6609,77.8282,-12.8658,-0.4803,-3.3867,0.0000,-3.3867,6.5279,-3.3867,0.7345,0.0000,-4.1212,0.0000,-4.1212,6.8085,-10.9297,0.0000,-10.9297,-0.2227,-10.7070,0.0000,0.0000,11.5240,-22.2310,2162.4651,2162.4651,2162.4651 -235.5000,1.0000,2403.8833,61.9055,61.6700,-0.1308,0.0000,5,1357.8857,34.0455,541.0757,-89.1142,4.8412,76.9396,-12.6718,-0.4308,-1.2304,0.0000,-1.2304,6.5023,-1.2304,0.7203,0.0000,-1.9507,0.0000,-1.9507,6.7544,-8.7051,0.0000,-8.7051,-0.1997,-8.5054,0.0000,0.0000,11.4324,-19.9378,2384.7798,2384.7798,2384.7798 -236.5000,1.0000,2420.9297,61.3670,61.0640,-0.1683,0.0000,5,1346.0738,-7.4581,542.9467,-88.4136,-1.0513,76.5340,-12.4628,-0.5494,-6.9304,0.0000,-6.9304,6.4285,-6.9304,0.7250,0.0000,-7.6554,0.0000,-7.6554,6.6956,-14.3510,0.0000,-14.3510,-0.2547,-14.0963,0.0000,0.0000,11.3330,-25.4293,1648.2760,1648.2760,1648.2760 -237.5000,1.0000,2437.8132,60.7805,60.4970,-0.1575,0.0000,5,1333.2091,5.0410,522.2704,-87.6506,0.7038,72.9159,-12.2372,-0.5091,-5.2347,0.0000,-5.2347,6.4476,-5.2347,0.7104,0.0000,-5.9451,0.0000,-5.9451,6.6316,-12.5767,0.0000,-12.5767,-0.2360,-12.3407,0.0000,0.0000,11.2247,-23.5654,1851.5746,1851.5746,1851.5746 -238.5000,1.0000,2454.5337,60.1940,59.8910,-0.1683,0.0000,5,1320.3443,-7.1287,523.4163,-86.8877,-0.9857,72.3707,-12.0136,-0.5389,-6.8050,0.0000,-6.8050,6.3582,-6.8050,0.7041,0.0000,-7.5091,0.0000,-7.5091,6.5676,-14.0767,0.0000,-14.0767,-0.2498,-13.8269,0.0000,0.0000,11.1163,-24.9432,1588.4855,1588.4855,1588.4855 -239.5000,1.0000,2471.1028,59.6485,59.4060,-0.1347,0.0000,5,1308.3789,30.2048,515.6997,-86.1780,4.1385,70.6576,-11.8075,-0.4274,-1.7743,0.0000,-1.7743,6.3401,-1.7743,0.6820,0.0000,-2.4563,0.0000,-2.4563,6.5081,-8.9644,0.0000,-8.9644,-0.1981,-8.7663,0.0000,0.0000,11.0156,-19.7819,2194.4154,2194.4154,2194.4154 -240.5000,1.0000,2487.5346,59.1545,58.9030,-0.1397,0.0000,5,1297.5431,24.6211,528.3806,-85.5354,3.3455,71.7955,-11.6224,-0.4396,-2.4960,0.0000,-2.4960,6.2811,-2.4960,0.6753,0.0000,-3.1713,0.0000,-3.1713,6.4542,-9.6256,0.0000,-9.6256,-0.2038,-9.4218,0.0000,0.0000,10.9244,-20.3462,2076.4974,2076.4974,2076.4974 -241.5000,1.0000,2503.8312,58.6680,58.4330,-0.1306,0.0000,5,1286.8718,34.2923,523.2825,-84.9025,4.6213,70.5180,-11.4415,-0.4074,-1.1445,0.0000,-1.1445,6.1732,-1.1445,0.6636,0.0000,-1.8081,0.0000,-1.8081,6.4011,-8.2093,0.0000,-8.2093,-0.1888,-8.0204,0.0000,0.0000,10.8345,-18.8550,2207.4731,2207.4731,2207.4731 -242.5000,1.0000,2520.0316,58.3215,58.2100,-0.0619,0.0000,5,1279.2714,110.3452,527.1666,-84.4517,14.7824,70.6219,-11.3136,-0.1921,8.8001,0.0000,8.8001,6.1744,8.8001,0.6486,0.0000,8.1516,0.0000,8.1516,6.3633,1.7882,0.0000,1.7882,-0.0891,1.8773,0.0000,0.0000,10.7705,-8.8932,3489.9833,3489.9833,3489.9833 -243.5000,1.0000,2536.2069,58.2310,58.2520,0.0117,0.0000,5,1277.2863,191.9618,561.1504,-84.3340,25.6762,75.0578,-11.2803,0.0361,19.4970,0.0000,19.4970,6.1431,19.4970,0.7006,0.0000,18.7964,0.0000,18.7964,6.3535,12.4429,0.0000,12.4429,0.0167,12.4262,0.0000,0.0000,10.7538,1.6724,5518.4267,5518.4267,5518.4267 -244.5000,1.0000,2552.4105,58.3330,58.4140,0.0450,0.0000,5,1279.5236,228.8663,597.2164,-84.4667,30.6661,80.0219,-11.3178,0.1396,24.3905,0.0000,24.3905,6.1360,24.3905,0.7267,0.0000,23.6638,0.0000,23.6638,6.3646,17.2992,0.0000,17.2992,0.0647,17.2345,0.0000,0.0000,10.7727,6.4618,6424.5417,6424.5417,6424.5417 -245.5000,1.0000,2568.6635,58.5105,58.6070,0.0536,0.0000,5,1283.4170,238.8520,613.8630,-84.6976,32.1015,82.5026,-11.3833,0.1668,25.7248,0.0000,25.7248,6.2099,25.7248,0.7363,0.0000,24.9885,0.0000,24.9885,6.3840,18.6046,0.0000,18.6046,0.0773,18.5272,0.0000,0.0000,10.8054,7.7218,6704.0098,6704.0098,6704.0098 -246.5000,1.0000,2584.9605,58.6695,58.7320,0.0347,0.0000,5,1286.9047,217.3547,618.4090,-84.9044,29.2917,83.3395,-11.4421,0.1083,23.0264,0.0000,23.0264,6.1569,23.0264,0.7254,0.0000,22.3011,0.0000,22.3011,6.4013,15.8998,0.0000,15.8998,0.0502,15.8496,0.0000,0.0000,10.8348,5.0147,6181.4208,6181.4208,6181.4208 -247.5000,1.0000,2601.2560,58.6635,58.5950,-0.0381,0.0000,5,1286.7731,136.7286,607.7552,-84.8966,18.4243,81.8954,-11.4399,-0.1187,12.3556,0.0000,12.3556,6.1874,12.3556,0.6719,0.0000,11.6837,0.0000,11.6837,6.4007,5.2831,0.0000,5.2831,-0.0550,5.3381,0.0000,0.0000,10.8337,-5.4956,4167.7296,4167.7296,4167.7296 -248.5000,1.0000,2617.4947,58.4595,58.3240,-0.0753,0.0000,5,1282.2984,95.1359,571.5846,-84.6312,12.7750,76.7535,-11.3644,-0.2340,6.8740,0.0000,6.8740,6.1350,6.8740,0.6412,0.0000,6.2329,0.0000,6.2329,6.3784,-0.1455,0.0000,-0.1455,-0.1085,-0.0370,0.0000,0.0000,10.7960,-10.8331,3180.9922,3180.9922,3180.9922 -249.5000,1.0000,2633.6569,58.1840,58.0440,-0.0778,0.0000,5,1276.2553,92.3065,552.1902,-84.2728,12.3367,73.7997,-11.2630,-0.2407,6.4781,0.0000,6.4781,6.0993,6.4781,0.6363,0.0000,5.8418,0.0000,5.8418,6.3483,-0.5065,0.0000,-0.5065,-0.1116,-0.3949,0.0000,0.0000,10.7451,-11.1401,3120.7687,3120.7687,3120.7687 -250.5000,1.0000,2649.7172,57.8170,57.5900,-0.1261,0.0000,5,1268.2052,39.2710,547.7726,-83.7954,5.2154,72.7476,-11.1285,-0.3878,-0.4955,0.0000,-0.4955,6.0988,-0.4955,0.6475,0.0000,-1.1430,0.0000,-1.1430,6.3083,-7.4513,0.0000,-7.4513,-0.1798,-7.2715,0.0000,0.0000,10.6774,-17.9489,2243.4154,2243.4154,2243.4154 -251.5000,1.0000,2665.6054,57.1975,56.8050,-0.2181,0.0000,5,1254.6166,-62.1622,518.7476,-82.9895,-8.1671,68.1547,-10.9034,-0.6633,-13.5367,0.0000,-13.5367,6.0330,-13.5367,0.6696,0.0000,-14.2063,0.0000,-14.2063,6.2407,-20.4470,0.0000,-20.4470,-0.3075,-20.1395,0.0000,0.0000,10.5630,-30.7025,335.0291,335.0291,335.0291 -252.5000,1.0000,2681.2901,56.4650,56.1250,-0.1889,0.0000,5,1238.5494,-29.6464,469.8831,-82.0366,-3.8452,60.9441,-10.6402,-0.5672,-9.2830,0.0000,-9.2830,6.0050,-9.2830,0.6467,0.0000,-9.9297,0.0000,-9.9297,6.1608,-16.0904,0.0000,-16.0904,-0.2630,-15.8275,0.0000,0.0000,10.4277,-26.2552,970.7694,970.7694,970.7694 -253.5000,1.0000,2696.7697,55.7265,55.3280,-0.2214,0.0000,5,1222.3505,-65.5318,479.1098,-81.0758,-8.3884,61.3281,-10.3781,-0.6562,-13.6574,0.0000,-13.6574,5.9252,-13.6574,0.6454,0.0000,-14.3028,0.0000,-14.3028,6.0802,-20.3830,0.0000,-20.3830,-0.3042,-20.0788,0.0000,0.0000,10.2913,-30.3701,224.7246,224.7246,224.7246 -254.5000,1.0000,2711.9854,54.7765,54.2250,-0.3064,0.0000,5,1201.5124,-79.8395,454.2266,-79.8400,-10.0456,57.1517,-10.0456,-0.8926,-15.0052,0.0000,-15.0052,5.8523,-15.0052,0.6332,0.0000,-15.6384,0.0000,-15.6384,5.9765,-21.6149,9.9969,-31.6118,-0.4138,-31.1981,0.0000,0.0000,10.1159,-41.3139,0.0000,0.0000,0.0000 -255.5000,1.0000,2726.8962,53.6790,53.1330,-0.3033,0.0000,5,1177.4390,-78.4040,440.1634,-78.4045,-9.6673,54.2726,-9.6674,-0.8660,-14.5530,0.0000,-14.5530,5.7517,-14.5530,0.6142,0.0000,-15.1673,0.0000,-15.1673,5.8568,-21.0241,9.5466,-30.5707,-0.4014,-30.1692,0.0000,0.0000,9.9132,-40.0824,0.0000,0.0000,0.0000 -256.5000,1.0000,2741.5228,52.6555,52.1780,-0.2653,0.0000,5,1154.9887,-77.0652,435.1841,-77.0653,-9.3211,52.6356,-9.3211,-0.7429,-14.2365,0.0000,-14.2365,5.6583,-14.2365,0.5970,0.0000,-14.8335,0.0000,-14.8335,5.7451,-20.5786,4.4270,-25.0056,-0.3444,-24.6612,0.0000,0.0000,9.7242,-34.3854,0.0000,0.0000,0.0000 -257.5000,1.0000,2755.8696,51.6485,51.1190,-0.2942,0.0000,5,1132.9003,-75.7473,428.5149,-75.7476,-8.9864,50.8377,-8.9865,-0.8080,-13.6965,0.0000,-13.6965,5.5181,-13.6965,0.5798,0.0000,-14.2762,0.0000,-14.2762,5.6353,-19.9115,8.3256,-28.2371,-0.3746,-27.8626,0.0000,0.0000,9.5382,-37.4008,0.0000,0.0000,0.0000 -258.5000,1.0000,2769.9501,50.6900,50.2610,-0.2383,0.0000,5,1111.8758,-74.4935,424.6603,-74.4935,-8.6737,49.4455,-8.6737,-0.6425,-13.4725,0.0000,-13.4725,5.4414,-13.4725,0.5642,0.0000,-14.0368,0.0000,-14.0368,5.5307,-19.5674,1.1089,-20.6764,-0.2979,-20.3785,0.0000,0.0000,9.3612,-29.7397,0.0000,0.0000,0.0000 -259.5000,1.0000,2783.8673,50.1020,49.9430,-0.0883,0.0000,5,1098.9781,81.7712,425.9255,-73.7119,9.4106,49.0175,-8.4831,-0.2354,4.2263,0.0000,4.2263,5.4196,4.2263,0.5109,0.0000,3.7155,0.0000,3.7155,5.4665,-1.7511,0.0000,-1.7511,-0.1091,-1.6419,0.0000,0.0000,9.2526,-10.8945,2705.8987,2705.8987,2705.8987 -260.5000,1.0000,2797.7797,50.0845,50.2260,0.0786,0.0000,5,1098.5943,267.2297,505.8642,-73.6844,30.7433,58.1969,-8.4770,0.2094,25.1067,0.0000,25.1067,5.4272,25.1067,0.6036,0.0000,24.5031,0.0000,24.5031,5.4646,19.0385,0.0000,19.0385,0.0971,18.9414,0.0000,0.0000,9.2494,9.6921,6310.3819,6310.3819,6310.3819 -261.5000,1.0000,2811.8257,50.5655,50.9050,0.1886,0.0000,5,1109.1449,388.7824,598.2268,-74.3306,45.1568,69.4837,-8.6335,0.5072,39.2492,0.0000,39.2492,5.4004,39.2492,0.6813,0.0000,38.5679,0.0000,38.5679,5.5171,33.0508,0.0000,33.0508,0.2351,32.8156,0.0000,0.0000,9.3382,23.4774,9097.6092,9097.6092,9097.6092 -262.5000,1.0000,2826.0821,51.3230,51.7410,0.2322,0.0000,5,1125.7606,436.9904,658.2212,-75.3217,51.5165,77.5973,-8.8796,0.6339,45.4340,0.0000,45.4340,5.4486,45.4340,0.7234,0.0000,44.7107,0.0000,44.7107,5.5997,39.1109,0.0000,39.1109,0.2938,38.8171,0.0000,0.0000,9.4781,29.3390,10224.2210,10224.2210,10224.2210 -263.5000,1.0000,2840.5691,52.1535,52.5660,0.2292,0.0000,5,1143.9774,433.5332,683.0683,-76.4084,51.9360,81.8296,-9.1535,0.6357,45.7754,0.0000,45.7754,5.5250,45.7754,0.7374,0.0000,45.0379,0.0000,45.0379,5.6904,39.3476,0.0000,39.3476,0.2947,39.0529,0.0000,0.0000,9.6315,29.4215,10324.9845,10324.9845,10324.9845 -264.5000,1.0000,2855.2958,53.0160,53.4660,0.2500,0.0000,5,1162.8962,456.5642,684.9012,-77.5370,55.5996,83.4060,-9.4423,0.7049,49.2969,0.0000,49.2969,5.5977,49.2969,0.7680,0.0000,48.5289,0.0000,48.5289,5.7845,42.7444,0.0000,42.7444,0.3268,42.4177,0.0000,0.0000,9.7907,32.6269,11075.0115,11075.0115,11075.0115 -265.5000,1.0000,2870.2590,53.8675,54.2690,0.2231,0.0000,5,1181.5737,426.3714,697.7060,-78.6511,52.7567,86.3300,-9.7318,0.6390,46.4664,0.0000,46.4664,5.6512,46.4664,0.7668,0.0000,45.6996,0.0000,45.6996,5.8774,39.8223,0.0000,39.8223,0.2962,39.5260,0.0000,0.0000,9.9480,29.5780,10533.5046,10533.5046,10533.5046 -266.5000,1.0000,2885.4514,54.6925,55.1160,0.2353,0.0000,5,1199.6699,440.0312,687.3765,-79.7306,55.2807,86.3545,-10.0165,0.6844,48.8530,0.0000,48.8530,5.7434,48.8530,0.7914,0.0000,48.0615,0.0000,48.0615,5.9674,42.0942,0.0000,42.0942,0.3173,41.7769,0.0000,0.0000,10.1004,31.6766,11048.2013,11048.2013,11048.2013 -267.5000,1.0000,2900.8868,55.5675,56.0190,0.2508,0.0000,5,1218.8629,457.2833,696.2488,-80.8690,58.3672,88.8685,-10.3220,0.7413,51.7994,0.0000,51.7994,5.8265,51.7994,0.8198,0.0000,50.9796,0.0000,50.9796,6.0629,44.9167,0.0000,44.9167,0.3436,44.5731,0.0000,0.0000,10.2619,34.3112,11628.6031,11628.6031,11628.6031 -268.5000,1.0000,2916.5497,56.3865,56.7540,0.2042,0.0000,5,1236.8275,405.5011,705.4242,-81.9344,52.5206,91.3667,-10.6122,0.6123,45.9921,0.0000,45.9921,5.9162,45.9921,0.8036,0.0000,45.1885,0.0000,45.1885,6.1522,39.0363,0.0000,39.0363,0.2838,38.7525,0.0000,0.0000,10.4132,28.3393,10526.0608,10526.0608,10526.0608 -269.5000,1.0000,2932.4268,57.1575,57.5610,0.2242,0.0000,5,1253.7392,427.4685,686.2392,-82.9374,56.1229,90.0972,-10.8890,0.6814,49.4820,0.0000,49.4820,5.9595,49.4820,0.8333,0.0000,48.6487,0.0000,48.6487,6.2363,42.4123,0.0000,42.4123,0.3159,42.0964,0.0000,0.0000,10.5556,31.5409,11200.8467,11200.8467,11200.8467 -270.5000,1.0000,2948.5326,57.9810,58.4010,0.2333,0.0000,5,1271.8026,437.5714,698.3648,-84.0087,58.2770,93.0102,-11.1885,0.7195,51.5278,0.0000,51.5278,6.0297,51.5278,0.8567,0.0000,50.6710,0.0000,50.6710,6.3262,44.3449,0.0000,44.3449,0.3336,44.0113,0.0000,0.0000,10.7077,33.3036,11615.3341,11615.3341,11615.3341 -271.5000,1.0000,2964.8489,58.7385,59.0760,0.1875,0.0000,5,1288.4182,386.8158,704.3084,-84.9942,52.1903,95.0273,-11.4677,0.5857,45.4781,0.0000,45.4781,6.1264,45.4781,0.8387,0.0000,44.6394,0.0000,44.6394,6.4088,38.2306,0.0000,38.2306,0.2715,37.9590,0.0000,0.0000,10.8475,27.1115,10490.8661,10490.8661,10490.8661 -272.5000,1.0000,2981.3540,59.4185,59.7610,0.1903,0.0000,5,1303.3339,389.8052,685.8979,-85.8788,53.2025,93.6146,-11.7212,0.6013,46.4211,0.0000,46.4211,6.1801,46.4211,0.8546,0.0000,45.5666,0.0000,45.5666,6.4830,39.0835,0.0000,39.0835,0.2787,38.8048,0.0000,0.0000,10.9731,27.8317,10687.2520,10687.2520,10687.2520 -273.5000,1.0000,2998.0183,59.9915,60.2220,0.1281,0.0000,5,1315.9025,320.4150,688.1350,-86.6242,44.1535,94.8257,-11.9369,0.4086,37.5446,0.0000,37.5446,6.2003,37.5446,0.8196,0.0000,36.7250,0.0000,36.7250,6.5455,30.1795,0.0000,30.1795,0.1894,29.9901,0.0000,0.0000,11.0789,18.9111,8995.0127,8995.0127,8995.0127 -274.5000,1.0000,3014.7778,60.3340,60.4460,0.0622,0.0000,5,1323.4152,247.6126,660.0511,-87.0698,34.3161,91.4750,-12.0668,0.1997,27.8358,0.0000,27.8358,6.2806,27.8358,0.7767,0.0000,27.0591,0.0000,27.0591,6.5829,20.4761,0.0000,20.4761,0.0926,20.3836,0.0000,0.0000,11.1422,9.2414,7148.3407,7148.3407,7148.3407 -275.5000,1.0000,3031.5189,60.2680,60.0900,-0.0989,0.0000,5,1321.9675,68.6869,626.6551,-86.9839,9.5087,86.7517,-12.0417,-0.3170,3.5671,0.0000,3.5671,6.2586,3.5671,0.6795,0.0000,2.8877,0.0000,2.8877,6.5757,-3.6881,0.0000,-3.6881,-0.1469,-3.5411,0.0000,0.0000,11.1300,-14.6711,2852.2495,2852.2495,2852.2495 -276.5000,1.0000,3048.1121,59.7355,59.3810,-0.1969,0.0000,5,1310.2872,-39.4981,546.7362,-86.2912,-5.4196,75.0193,-11.8403,-0.6257,-10.9946,0.0000,-10.9946,6.2007,-10.9946,0.7066,0.0000,-11.7012,0.0000,-11.7012,6.5176,-18.2188,0.0000,-18.2188,-0.2901,-17.9288,0.0000,0.0000,11.0317,-28.9605,889.4742,889.4742,889.4742 -277.5000,1.0000,3064.5362,59.1270,58.8730,-0.1411,0.0000,5,1296.9399,22.1553,498.3362,-85.4996,3.0090,67.6816,-11.6121,-0.4437,-2.6987,0.0000,-2.6987,6.1515,-2.6987,0.6754,0.0000,-3.3740,0.0000,-3.3740,6.4512,-9.8253,0.0000,-9.8253,-0.2057,-9.6196,0.0000,0.0000,10.9193,-20.5389,2035.1591,2035.1591,2035.1591 -278.5000,1.0000,3080.8354,58.6770,58.4810,-0.1089,0.0000,5,1287.0692,57.4430,522.8465,-84.9142,7.7423,70.4701,-11.4449,-0.3398,2.0084,0.0000,2.0084,6.0737,2.0084,0.6559,0.0000,1.3525,0.0000,1.3525,6.4021,-5.0496,0.0000,-5.0496,-0.1575,-4.8921,0.0000,0.0000,10.8362,-15.7283,2582.5234,2582.5234,2582.5234 -279.5000,1.0000,3097.0589,58.4045,58.3280,-0.0425,0.0000,5,1281.0920,131.0131,538.1094,-84.5597,17.5762,72.1904,-11.3442,-0.1320,11.6509,0.0000,11.6509,6.0573,11.6509,0.6642,0.0000,10.9867,0.0000,10.9867,6.3724,4.6143,0.0000,4.6143,-0.0612,4.6755,0.0000,0.0000,10.7859,-6.1103,3996.7133,3996.7133,3996.7133 -280.5000,1.0000,3113.2675,58.3510,58.3740,0.0128,0.0000,5,1279.9184,192.7939,570.6449,-84.4901,25.8407,76.4851,-11.3244,0.0397,19.6999,0.0000,19.6999,6.1012,19.6999,0.7036,0.0000,18.9963,0.0000,18.9963,6.3666,12.6298,0.0000,12.6298,0.0184,12.6114,0.0000,0.0000,10.7760,1.8354,5551.7910,5551.7910,5551.7910 -281.5000,1.0000,3129.5094,58.4710,58.5680,0.0539,0.0000,5,1282.5506,238.0739,598.4388,-84.6462,31.9753,80.3754,-11.3687,0.1676,25.7478,0.0000,25.7478,6.0600,25.7478,0.7357,0.0000,25.0120,0.0000,25.0120,6.3796,18.6324,0.0000,18.6324,0.0777,18.5547,0.0000,0.0000,10.7981,7.7566,6678.4843,6678.4843,6678.4843 -282.5000,1.0000,3145.8044,58.6620,58.7560,0.0522,0.0000,5,1286.7402,236.3861,618.4119,-84.8947,31.8524,83.3292,-11.4393,0.1629,25.5887,0.0000,25.5887,6.1007,25.5887,0.7380,0.0000,24.8507,0.0000,24.8507,6.4005,18.4502,0.0000,18.4502,0.0755,18.3746,0.0000,0.0000,10.8334,7.5412,6663.5336,6663.5336,6663.5336 -283.5000,1.0000,3162.1669,58.9050,59.0540,0.0828,0.0000,5,1292.0703,285.2860,619.4722,-85.2108,38.6007,83.8179,-11.5295,0.2593,30.1937,0.0000,30.1937,8.1477,30.1937,0.7650,0.0000,29.4287,0.0000,29.4287,6.4270,23.0017,0.0000,23.0017,0.1202,22.8814,0.0000,0.0000,10.8783,12.0031,7940.5988,7940.5988,7940.5988 -284.5000,1.0000,3178.6069,59.1840,59.3140,0.0722,0.0000,5,1298.1901,273.4292,640.9452,-85.5737,37.1717,87.1340,-11.6334,0.2273,28.7773,0.0000,28.7773,8.1670,28.7773,0.7625,0.0000,28.0148,0.0000,28.0148,6.4574,21.5574,0.0000,21.5574,0.1054,21.4520,0.0000,0.0000,10.9298,10.5221,7680.3147,7680.3147,7680.3147 -285.5000,1.0000,3195.1247,59.4640,59.6140,0.0833,0.0000,5,1304.3319,285.7358,637.4791,-85.9380,39.0285,87.0728,-11.7382,0.2635,30.5661,0.0000,30.5661,8.1988,30.5661,0.7760,0.0000,29.7901,0.0000,29.7901,6.4880,23.3021,0.0000,23.3021,0.1222,23.1799,0.0000,0.0000,10.9815,12.1984,8025.4523,8025.4523,8025.4523 -286.5000,1.0000,3211.7215,59.7485,59.8830,0.0747,0.0000,5,1310.5723,275.9293,643.6399,-86.3081,37.8693,88.3349,-11.8452,0.2374,29.4284,0.0000,29.4284,8.2035,29.4284,0.7750,0.0000,28.6534,0.0000,28.6534,6.5190,22.1344,0.0000,22.1344,0.1101,22.0243,0.0000,0.0000,11.0341,10.9902,7806.1698,7806.1698,7806.1698 -287.5000,1.0000,3228.3887,60.0020,60.1210,0.0661,0.0000,5,1316.1328,266.2429,640.5556,-86.6379,36.6950,88.2846,-11.9409,0.2110,28.2637,0.0000,28.2637,8.2203,28.2637,0.7734,0.0000,27.4903,0.0000,27.4903,6.5467,20.9436,0.0000,20.9436,0.0978,20.8458,0.0000,0.0000,11.0809,9.7649,7586.6997,7586.6997,7586.6997 -288.5000,1.0000,3245.1315,60.2740,60.4270,0.0850,0.0000,5,1322.0991,287.5863,638.2085,-86.9917,39.8163,88.3599,-12.0440,0.2725,31.2384,0.0000,31.2384,8.3054,31.2384,0.7928,0.0000,30.4456,0.0000,30.4456,6.5764,23.8693,0.0000,23.8693,0.1263,23.7429,0.0000,0.0000,11.1311,12.6118,8175.2170,8175.2170,8175.2170 -289.5000,1.0000,3261.9630,60.5935,60.7600,0.0925,0.0000,5,1329.1073,296.1454,648.4881,-87.4074,41.2186,90.2590,-12.1657,0.2981,32.5415,0.0000,32.5415,8.3790,32.5415,0.8046,0.0000,31.7369,0.0000,31.7369,6.6112,25.1257,0.0000,25.1257,0.1382,24.9875,0.0000,0.0000,11.1901,13.7974,8455.1576,8455.1576,8455.1576 -290.5000,1.0000,3278.8907,60.9395,61.1190,0.0997,0.0000,5,1336.6967,288.7670,653.6291,-87.8575,40.4212,91.4941,-12.2982,0.3232,33.8292,0.0000,33.8292,6.2688,33.8292,0.8168,0.0000,33.0124,0.0000,33.0124,6.6490,26.3634,0.0000,26.3634,0.1498,26.2136,0.0000,0.0000,11.2540,14.9596,8304.3421,8304.3421,8304.3421 -291.5000,1.0000,3295.9347,61.3585,61.5980,0.1331,0.0000,5,1345.8874,325.9342,653.1792,-88.4026,45.9375,92.0597,-12.4595,0.4342,39.1752,0.0000,39.1752,6.3281,39.1752,0.8505,0.0000,38.3246,0.0000,38.3246,6.6947,31.6299,0.0000,31.6299,0.2013,31.4287,0.0000,0.0000,11.3314,20.0973,9335.3497,9335.3497,9335.3497 -292.5000,1.0000,3313.1100,61.8310,62.0640,0.1294,0.0000,5,1356.2516,321.8418,669.9382,-89.0172,45.7100,95.1489,-12.6428,0.4257,38.9218,0.0000,38.9218,6.3625,38.9218,0.8572,0.0000,38.0646,0.0000,38.0646,6.7463,31.3184,0.0000,31.3184,0.1973,31.1210,0.0000,0.0000,11.4187,19.7024,9299.4426,9299.4426,9299.4426 -293.5000,1.0000,3330.4454,62.4075,62.7510,0.1908,0.0000,5,1368.8970,389.8391,672.0646,-89.7672,55.8837,96.3408,-12.8682,0.6334,48.8616,0.0000,48.8616,6.3886,48.8616,0.9167,0.0000,47.9449,0.0000,47.9449,6.8092,41.1358,0.0000,41.1358,0.2936,40.8422,0.0000,0.0000,11.5251,29.3170,11236.8194,11236.8194,11236.8194 -294.5000,1.0000,3347.9703,63.0895,63.4280,0.1881,0.0000,5,1383.8566,387.1908,701.0990,-90.6544,56.1106,101.6013,-13.1374,0.6310,48.9620,0.0000,48.9620,6.5176,48.9620,0.9288,0.0000,48.0332,0.0000,48.0332,6.8836,41.1496,0.0000,41.1496,0.2925,40.8571,0.0000,0.0000,11.6511,29.2060,11292.1410,11292.1410,11292.1410 -295.5000,1.0000,3365.6603,63.6840,63.9400,0.1422,0.0000,5,1396.8968,335.9721,701.6206,-91.4278,49.1469,102.6350,-13.3743,0.4817,42.1335,0.0000,42.1335,6.5317,42.1335,0.9049,0.0000,41.2286,0.0000,41.2286,6.9484,34.2802,0.0000,34.2802,0.2233,34.0569,0.0000,0.0000,11.7609,22.2960,9994.3590,9994.3590,9994.3590 -296.5000,1.0000,3383.4925,64.1960,64.4520,0.1422,0.0000,5,1408.1274,335.9012,684.4406,-92.0939,49.5316,100.9268,-13.5801,0.4856,42.4755,0.0000,42.4755,6.5705,42.4755,0.9155,0.0000,41.5601,0.0000,41.5601,7.0043,34.5558,0.0000,34.5558,0.2251,34.3307,0.0000,0.0000,11.8554,22.4753,10075.0814,10075.0814,10075.0814 -297.5000,1.0000,3401.4743,64.7345,65.0170,0.1569,0.0000,5,1419.9393,351.9179,687.1316,-92.7944,52.3287,102.1735,-13.7981,0.5403,45.2168,0.0000,45.2168,6.5715,45.2168,0.9386,0.0000,44.2782,0.0000,44.2782,7.0630,37.2152,0.0000,37.2152,0.2505,36.9647,0.0000,0.0000,11.9549,25.0098,10597.3615,10597.3615,10597.3615 -298.5000,1.0000,3419.6043,65.2680,65.5190,0.1394,0.0000,5,1431.6416,332.8019,695.0987,-93.4885,49.8940,104.2100,-14.0159,0.4840,42.7388,0.0000,42.7388,6.6712,42.7388,0.9355,0.0000,41.8033,0.0000,41.8033,7.1213,34.6820,0.0000,34.6820,0.2244,34.4577,0.0000,0.0000,12.0534,22.4043,10152.0350,10152.0350,10152.0350 -299.5000,1.0000,3437.8814,65.7975,66.0760,0.1547,0.0000,5,1443.2560,349.6502,690.8279,-94.1773,52.8452,104.4099,-14.2337,0.5414,45.6009,0.0000,45.6009,6.7029,45.6009,0.9592,0.0000,44.6418,0.0000,44.6418,7.1790,37.4628,0.0000,37.4628,0.2510,37.2118,0.0000,0.0000,12.1512,25.0606,10695.8402,10695.8402,10695.8402 -300.5000,1.0000,3456.2966,66.2950,66.5140,0.1217,0.0000,5,1454.1686,313.4979,698.5461,-94.8245,47.7395,106.3747,-14.4399,0.4290,40.4731,0.0000,40.4731,6.8374,40.4731,0.9423,0.0000,39.5308,0.0000,39.5308,7.2333,32.2974,0.0000,32.2974,0.1989,32.0986,0.0000,0.0000,12.2430,19.8555,9776.2243,9776.2243,9776.2243 -301.5000,1.0000,3474.8479,66.7845,67.0550,0.1503,0.0000,5,1464.9057,344.9927,688.5131,-95.4613,52.9235,105.6211,-14.6442,0.5338,45.5499,0.0000,45.5499,6.8398,45.5499,0.9764,0.0000,44.5734,0.0000,44.5734,7.2867,37.2867,0.0000,37.2867,0.2474,37.0393,0.0000,0.0000,12.3334,24.7058,10736.5490,10736.5490,10736.5490 -302.5000,1.0000,3493.5496,67.3260,67.5970,0.1506,0.0000,5,1476.7834,345.3128,702.2666,-96.1657,53.4021,108.6044,-14.8719,0.5391,45.9696,0.0000,45.9696,6.8934,45.9696,0.9882,0.0000,44.9814,0.0000,44.9814,7.3458,37.6356,0.0000,37.6356,0.2499,37.3856,0.0000,0.0000,12.4334,24.9522,10851.3445,10851.3445,10851.3445 -303.5000,1.0000,3512.3482,67.6750,67.7530,0.0433,0.0000,5,1484.4387,226.3926,701.8113,-96.6198,35.1927,109.0966,-15.0195,0.1560,28.0782,0.0000,28.0782,6.9586,28.0782,0.9051,0.0000,27.1731,0.0000,27.1731,7.3839,19.7892,0.0000,19.7892,0.0723,19.7169,0.0000,0.0000,12.4979,7.2190,7458.4019,7458.4019,7458.4019 -304.5000,1.0000,3531.1343,67.6300,67.5070,-0.0683,0.0000,5,1483.4516,102.3329,657.0818,-96.5612,15.8971,102.0755,-15.0005,-0.2458,9.1881,0.0000,9.1881,6.9547,9.1881,0.8098,0.0000,8.3783,0.0000,8.3783,7.3790,0.9993,0.0000,0.9993,-0.1139,1.1133,0.0000,0.0000,12.4896,-11.3763,3974.5412,3974.5412,3974.5412 -305.5000,1.0000,3549.8041,67.2115,66.9160,-0.1642,0.0000,0,1324.8608,-41.4055,479.5559,-87.1555,-5.7446,66.5331,-12.0919,-12.6836,0.0000,0.0000,0.0000,6.9390,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,7.3333,-7.3333,7.6882,-15.0215,-0.2720,-14.7495,0.0000,0.0000,12.4123,-27.1618,887.5633,887.5633,887.5633 -306.5000,1.0000,3568.2741,66.4920,66.0680,-0.2356,0.0000,6,1111.9889,-74.5002,404.9451,-74.5002,-8.6753,47.1547,-8.6753,-3.8910,-11.6269,0.0000,-11.6269,6.8425,-11.1019,0.7317,0.0000,-11.8336,0.0000,-11.8336,7.2548,-19.0884,7.5743,-26.6627,-0.3862,-26.2766,0.0000,0.0000,12.2794,-38.5560,0.0000,0.0000,0.0000 -307.5000,1.0000,3586.5226,65.6945,65.3210,-0.2075,0.0000,6,1049.0456,-68.0335,407.5356,-70.1376,-7.4739,44.7702,-7.7050,-0.3842,-13.8437,0.0000,-13.8437,6.7541,-13.8437,0.7489,0.0000,-14.5926,0.0000,-14.5926,7.1678,-21.7604,0.0000,-21.7604,-0.3361,-21.4243,0.0000,0.0000,12.1321,-33.5565,0.0000,0.0000,0.0000 -308.5000,1.0000,3604.5401,64.8630,64.4050,-0.2544,0.0000,6,1035.7678,-69.1872,407.7442,-69.1872,-7.5044,44.2261,-7.5044,-0.4652,-13.6363,0.0000,-13.6363,6.5970,-13.6363,0.7363,0.0000,-14.3725,0.0000,-14.3725,7.0771,-21.4496,7.6061,-29.0557,-0.4069,-28.6488,0.0000,0.0000,11.9786,-40.6274,0.0000,0.0000,0.0000 -309.5000,1.0000,3622.3376,64.0710,63.7370,-0.1856,0.0000,6,1023.1207,-35.9932,405.0041,-68.2819,-3.8563,43.3925,-7.3158,-0.3351,-10.0459,0.0000,-10.0459,6.5246,-10.0459,0.6904,0.0000,-10.7362,0.0000,-10.7362,6.9907,-17.7269,0.0000,-17.7269,-0.2931,-17.4338,0.0000,0.0000,11.8323,-29.2661,484.5454,484.5454,484.5454 -310.5000,1.0000,3639.9483,63.3985,63.0600,-0.1881,0.0000,6,1012.3819,-39.2220,418.8778,-67.5131,-4.1582,44.4079,-7.1575,-0.3361,-10.3328,0.0000,-10.3328,6.5107,-10.3328,0.6848,0.0000,-11.0176,0.0000,-11.0176,6.9173,-17.9349,0.0000,-17.9349,-0.2939,-17.6409,0.0000,0.0000,11.7081,-29.3491,408.2340,408.2340,408.2340 -311.5000,1.0000,3657.3941,62.8050,62.5500,-0.1417,0.0000,6,1002.9045,29.7045,415.3776,-66.8347,3.1197,43.6246,-7.0192,-0.2508,-3.0660,0.0000,-3.0660,6.4365,-3.0660,0.6047,0.0000,-3.6707,0.0000,-3.6707,6.8525,-10.5232,0.0000,-10.5232,-0.2194,-10.3038,0.0000,0.0000,11.5985,-21.9024,1584.8038,1584.8038,1584.8038 -312.5000,1.0000,3674.7169,62.3620,62.1740,-0.1044,0.0000,6,995.8305,84.6803,448.1215,-66.8653,8.8307,46.7315,-6.9729,-0.1836,2.6684,0.0000,2.6684,6.3459,2.6684,0.5418,0.0000,2.1266,0.0000,2.1266,6.8042,-4.6776,0.0000,-4.6776,-0.1606,-4.5170,0.0000,0.0000,11.5167,-16.0337,2624.7256,2624.7256,2624.7256 -313.5000,1.0000,3691.9744,62.1270,62.0800,-0.0261,0.0000,6,992.0779,203.8669,476.3165,-67.0800,21.1798,49.4846,-6.9690,-0.0457,14.9269,0.0000,14.9269,6.2986,14.9269,0.7083,0.0000,14.2185,0.0000,14.2185,6.7785,7.4400,0.0000,7.4400,-0.0400,7.4800,0.0000,0.0000,11.4733,-3.9933,4534.1009,4534.1009,4534.1009 -314.5000,1.0000,3709.1986,62.0070,61.9340,-0.0406,0.0000,6,990.1616,182.2603,535.5834,-67.1896,18.8985,55.5344,-6.9669,-0.0709,12.6253,0.0000,12.6253,6.3441,12.6253,0.6611,0.0000,11.9642,0.0000,11.9642,6.7655,5.1987,0.0000,5.1987,-0.0620,5.2607,0.0000,0.0000,11.4512,-6.1904,4182.4958,4182.4958,4182.4958 -315.5000,1.0000,3726.3507,61.7475,61.5610,-0.1036,0.0000,6,986.0178,86.3690,521.4616,-67.4267,8.9181,53.8438,-6.9622,-0.1803,2.7668,0.0000,2.7668,6.3316,2.7668,0.5332,0.0000,2.2336,0.0000,2.2336,6.7371,-4.5036,0.0000,-4.5036,-0.1577,-4.3458,0.0000,0.0000,11.4032,-15.7491,2628.4991,2628.4991,2628.4991 -316.5000,1.0000,3743.3818,61.3120,61.0630,-0.1383,0.0000,6,979.0635,34.3314,468.5903,-67.8245,3.5199,48.0433,-6.9539,-0.2391,-2.4948,0.0000,-2.4948,6.2538,-2.4948,0.5805,0.0000,-3.0753,0.0000,-3.0753,6.6896,-9.7649,0.0000,-9.7649,-0.2091,-9.5558,0.0000,0.0000,11.3228,-20.8786,1605.8786,1605.8786,1605.8786 -317.5000,1.0000,3760.2516,60.7315,60.4000,-0.1842,0.0000,6,969.7937,-34.2112,436.4560,-68.3548,-3.4744,44.3250,-6.9419,-0.3153,-9.3252,0.0000,-9.3252,6.1661,-9.3252,0.6417,0.0000,-9.9669,0.0000,-9.9669,6.6263,-16.5932,0.0000,-16.5932,-0.2758,-16.3174,0.0000,0.0000,11.2156,-27.5330,440.4130,440.4130,440.4130 -318.5000,1.0000,3776.9478,60.1060,59.8120,-0.1633,0.0000,6,959.8054,-2.8969,396.7843,-68.9261,-0.2912,39.8810,-6.9278,-0.2767,-6.1486,0.0000,-6.1486,6.1341,-6.1486,0.6023,0.0000,-6.7509,0.0000,-6.7509,6.5580,-13.3089,0.0000,-13.3089,-0.2420,-13.0669,0.0000,0.0000,11.1001,-24.1670,944.8561,944.8561,944.8561 -319.5000,1.0000,3793.4778,59.5080,59.2040,-0.1689,0.0000,6,950.2562,-10.4905,408.5723,-69.4724,-1.0439,40.6573,-6.9132,-0.2833,-6.9031,0.0000,-6.9031,6.1425,-6.9031,0.6026,0.0000,-7.5057,0.0000,-7.5057,6.4928,-13.9985,0.0000,-13.9985,-0.2478,-13.7507,0.0000,0.0000,10.9897,-24.7403,810.9302,810.9302,810.9302 -320.5000,1.0000,3809.8871,59.0735,58.9430,-0.0725,0.0000,6,943.3179,133.5057,403.9120,-69.8693,13.1882,39.9001,-6.9020,-0.1207,7.2310,0.0000,7.2310,6.0779,7.2310,0.5247,0.0000,6.7063,0.0000,6.7063,6.4454,0.2609,0.0000,0.2609,-0.1056,0.3665,0.0000,0.0000,10.9094,-10.5429,3217.4764,3217.4764,3217.4764 -321.5000,1.0000,3826.2653,58.9615,58.9800,0.0103,0.0000,6,941.5294,260.1645,480.0281,-69.9716,25.6514,47.3292,-6.8990,0.0171,19.5996,0.0000,19.5996,6.0347,19.5996,0.7710,0.0000,18.8286,0.0000,18.8286,6.4332,12.3954,0.0000,12.3954,0.0149,12.3805,0.0000,0.0000,10.8887,1.4918,5353.1874,5353.1874,5353.1874 -322.5000,1.0000,3842.6691,59.0540,59.1280,0.0411,0.0000,6,943.0065,307.7643,546.6594,-69.8871,30.3922,53.9834,-6.9015,0.0684,24.2502,0.0000,24.2502,6.0735,24.2502,0.8649,0.0000,23.3853,0.0000,23.3853,6.4433,16.9420,0.0000,16.9420,0.0599,16.8822,0.0000,0.0000,10.9058,5.9764,6268.2844,6268.2844,6268.2844 -323.5000,1.0000,3859.1380,59.2880,59.4480,0.0889,0.0000,6,946.7432,381.6019,573.4620,-69.6734,37.8331,56.8546,-6.9076,0.1485,31.5337,0.0000,31.5337,6.1508,31.5337,1.0128,0.0000,30.5208,0.0000,30.5208,6.4688,24.0521,0.0000,24.0521,0.1299,23.9221,0.0000,0.0000,10.9490,12.9731,7703.2806,7703.2806,7703.2806 -324.5000,1.0000,3875.7043,59.6385,59.8290,0.1058,0.0000,6,952.3401,406.9620,613.5502,-69.3532,40.5858,61.1886,-6.9165,0.1779,34.2850,0.0000,34.2850,6.1229,34.2850,1.0712,0.0000,33.2138,0.0000,33.2138,6.5070,26.7068,0.0000,26.7068,0.1556,26.5512,0.0000,0.0000,11.0138,15.5374,8233.1127,8233.1127,8233.1127 -325.5000,1.0000,3892.3685,59.9910,60.1530,0.0900,0.0000,6,957.9690,382.4075,628.2409,-69.0312,38.3625,63.0241,-6.9251,0.1522,32.0790,0.0000,32.0790,6.1313,32.0790,1.0305,0.0000,31.0485,0.0000,31.0485,6.5455,24.5030,0.0000,24.5030,0.1331,24.3699,0.0000,0.0000,11.0789,13.2910,7809.4477,7809.4477,7809.4477 -326.5000,1.0000,3909.0979,60.2260,60.2990,0.0406,0.0000,6,961.7216,306.9735,616.3307,-68.8165,30.9157,62.0714,-6.9306,0.0688,24.6504,0.0000,24.6504,6.1964,24.6504,0.8842,0.0000,23.7662,0.0000,23.7662,6.5711,17.1951,0.0000,17.1951,0.0602,17.1349,0.0000,0.0000,11.1223,6.0126,6362.8805,6362.8805,6362.8805 -327.5000,1.0000,3925.8598,60.3430,60.3870,0.0244,0.0000,6,963.5900,282.4207,578.4045,-68.7096,28.4982,58.3650,-6.9333,0.0416,22.2322,0.0000,22.2322,6.2244,22.2322,0.8370,0.0000,21.3952,0.0000,21.3952,6.5839,14.8113,0.0000,14.8113,0.0364,14.7749,0.0000,0.0000,11.1439,3.6311,5917.5974,5917.5974,5917.5974 -328.5000,1.0000,3942.6015,60.2700,60.1530,-0.0650,0.0000,6,962.4243,144.7652,563.6813,-68.7763,14.5901,56.8105,-6.9316,-0.1104,8.5282,0.0000,8.5282,6.1724,8.5282,0.5622,0.0000,7.9660,0.0000,7.9660,6.5759,1.3901,0.0000,1.3901,-0.0966,1.4867,0.0000,0.0000,11.1304,-9.6437,3475.5638,3475.5638,3475.5638 -329.5000,1.0000,3959.2697,60.0055,59.8580,-0.0819,0.0000,6,958.2006,118.9217,490.8489,-69.0179,11.9329,49.2530,-6.9254,-0.1386,5.9103,0.0000,5.9103,6.1612,5.9103,0.5073,0.0000,5.4031,0.0000,5.4031,6.5471,-1.1440,0.0000,-1.1440,-0.1212,-1.0228,0.0000,0.0000,11.0815,-12.1043,3056.8343,3056.8343,3056.8343 -330.5000,1.0000,3975.8308,59.6200,59.3820,-0.1322,0.0000,6,952.0447,43.0914,473.7035,-69.3701,4.2961,47.2272,-6.9161,-0.2222,-1.5343,0.0000,-1.5343,6.0526,-1.5343,0.5502,0.0000,-2.0845,0.0000,-2.0845,6.5050,-8.5896,0.0000,-8.5896,-0.1944,-8.3952,0.0000,0.0000,11.0103,-19.4055,1695.4314,1695.4314,1695.4314 -331.5000,1.0000,3992.2980,59.2820,59.1820,-0.0556,0.0000,6,946.6473,158.9807,433.7689,-69.6788,15.7602,43.0007,-6.9075,-0.0928,9.8057,0.0000,9.8057,6.0473,9.8057,0.5782,0.0000,9.2275,0.0000,9.2275,6.4681,2.7594,0.0000,2.7594,-0.0812,2.8406,0.0000,0.0000,10.9479,-8.1074,3631.8381,3631.8381,3631.8381 -332.5000,1.0000,4008.7265,59.1425,59.1030,-0.0219,0.0000,6,944.4197,211.5609,493.7133,-69.8063,20.9232,48.8279,-6.9038,-0.0366,14.8255,0.0000,14.8255,6.1344,14.8255,0.6773,0.0000,14.1482,0.0000,14.1482,6.4529,7.6953,0.0000,7.6953,-0.0320,7.7273,0.0000,0.0000,10.9222,-3.1949,4460.4286,4460.4286,4460.4286 -333.5000,1.0000,4025.1562,59.1470,59.1910,0.0244,0.0000,6,944.4916,282.0765,521.8949,-69.8022,27.8993,51.6190,-6.9039,0.0408,21.7877,0.0000,21.7877,6.0709,21.7877,0.8166,0.0000,20.9712,0.0000,20.9712,6.4534,14.5178,0.0000,14.5178,0.0356,14.4821,0.0000,0.0000,10.9230,3.5591,5801.5776,5801.5776,5801.5776 -334.5000,1.0000,4041.6218,59.2760,59.3610,0.0472,0.0000,6,946.5515,316.7344,559.4317,-69.6843,31.3955,55.4524,-6.9073,0.0789,25.2611,0.0000,25.2611,6.0555,25.2611,0.8873,0.0000,24.3739,0.0000,24.3739,6.4675,17.9064,0.0000,17.9064,0.0690,17.8374,0.0000,0.0000,10.9468,6.8906,6429.8408,6429.8408,6429.8408 -335.5000,1.0000,4058.1708,59.5765,59.7920,0.1197,0.0000,6,951.3501,427.6210,580.4072,-69.4098,42.6018,57.8232,-6.9150,0.2010,36.3485,0.0000,36.3485,6.0523,36.3485,1.1119,0.0000,35.2366,0.0000,35.2366,6.5003,28.7363,0.0000,28.7363,0.1759,28.5605,0.0000,0.0000,11.0023,17.5582,8567.8991,8567.8991,8567.8991 -336.5000,1.0000,4074.8330,59.9840,60.1760,0.1067,0.0000,6,957.8573,408.1735,638.9402,-69.0376,40.9425,64.0899,-6.9249,0.1803,34.6116,0.0000,34.6116,6.1506,34.6116,1.0811,0.0000,33.5305,0.0000,33.5305,6.5447,26.9858,0.0000,26.9858,0.1577,26.8280,0.0000,0.0000,11.0776,15.7505,8296.6344,8296.6344,8296.6344 -337.5000,1.0000,4091.5279,60.1015,60.0270,-0.0414,0.0000,6,959.7336,181.0617,627.2937,-68.9303,18.1973,63.0449,-6.9277,-0.0701,12.1041,0.0000,12.1041,6.1633,12.1041,0.6321,0.0000,11.4720,0.0000,11.4720,6.5575,4.9145,0.0000,4.9145,-0.0613,4.9758,0.0000,0.0000,11.0993,-6.1235,4034.3475,4034.3475,4034.3475 -338.5000,1.0000,4108.1803,59.9485,59.8700,-0.0436,0.0000,6,957.2904,177.3252,510.0146,-69.0700,17.7764,51.1275,-6.9241,-0.0737,11.7348,0.0000,11.7348,6.1153,11.7348,0.6232,0.0000,11.1116,0.0000,11.1116,6.5409,4.5707,0.0000,4.5707,-0.0645,4.6352,0.0000,0.0000,11.0710,-6.4358,3965.2634,3965.2634,3965.2634 -339.5000,1.0000,4124.7561,59.6730,59.4760,-0.1094,0.0000,6,952.8910,77.7187,504.8247,-69.3217,7.7553,50.3747,-6.9174,-0.1841,1.8105,0.0000,1.8105,6.1289,1.8105,0.5174,0.0000,1.2931,0.0000,1.2931,6.5108,-5.2177,0.0000,-5.2177,-0.1610,-5.0567,0.0000,0.0000,11.0201,-16.0768,2364.8336,2364.8336,2364.8336 -340.5000,1.0000,4141.1618,59.0605,58.6450,-0.2308,0.0000,6,943.1103,-69.8798,446.0702,-69.8812,-6.9015,44.0549,-6.9016,-0.3843,-12.6020,0.0000,-12.6020,6.0847,-12.6020,0.6541,0.0000,-13.2561,0.0000,-13.2561,6.4440,-19.7001,3.2893,-22.9893,-0.3361,-22.6532,0.0000,0.0000,10.9070,-33.5602,0.0000,0.0000,0.0000 -341.5000,1.0000,4157.3276,58.1970,57.7490,-0.2489,0.0000,6,929.3215,-70.6700,378.8018,-70.6700,-6.8775,36.8644,-6.8775,-0.4083,-12.4396,0.0000,-12.4396,5.9704,-12.4396,0.6421,0.0000,-13.0817,0.0000,-13.0817,6.3498,-19.4315,5.8343,-25.2658,-0.3571,-24.9087,0.0000,0.0000,10.7475,-35.6562,0.0000,0.0000,0.0000 -342.5000,1.0000,4173.2514,57.3255,56.9020,-0.2353,0.0000,6,915.4049,-71.4636,384.5606,-71.4661,-6.8506,36.8644,-6.8508,-0.3802,-12.3572,0.0000,-12.3572,5.8868,-12.3572,0.6309,0.0000,-12.9881,0.0000,-12.9881,6.2547,-19.2427,3.7047,-22.9475,-0.3325,-22.6149,0.0000,0.0000,10.5866,-33.2015,0.0000,0.0000,0.0000 -343.5000,1.0000,4188.9637,56.5645,56.2270,-0.1875,0.0000,6,903.2528,-38.5643,389.7343,-72.1612,-3.6477,36.8644,-6.8256,-0.2989,-9.1619,0.0000,-9.1619,5.8131,-9.1619,0.5900,0.0000,-9.7518,0.0000,-9.7518,6.1716,-15.9235,0.0000,-15.9235,-0.2615,-15.6620,0.0000,0.0000,10.4461,-26.1081,328.4001,328.4001,328.4001 -344.5000,1.0000,4204.5083,55.9605,55.6940,-0.1481,0.0000,6,893.6078,20.0666,393.9409,-72.8044,1.8778,36.8644,-6.8129,-0.2335,-3.6320,0.0000,-3.6320,5.7434,-3.6320,0.5275,0.0000,-4.1596,0.0000,-4.1596,6.1057,-10.2653,0.0000,-10.2653,-0.2043,-10.0610,0.0000,0.0000,10.3345,-20.3956,1256.6718,1256.6718,1256.6718 -345.5000,1.0000,4219.8898,55.3735,55.0530,-0.1781,0.0000,6,884.2343,-24.6888,398.1169,-73.4746,-2.2861,36.8644,-6.8035,-0.2779,-7.6850,0.0000,-7.6850,5.6768,-7.6850,0.5612,0.0000,-8.2462,0.0000,-8.2462,6.0417,-14.2879,0.0000,-14.2879,-0.2431,-14.0448,0.0000,0.0000,10.2261,-24.2709,547.2731,547.2731,547.2731 -346.5000,1.0000,4235.1019,54.7635,54.4740,-0.1608,0.0000,6,874.4935,1.2349,402.5515,-74.1712,0.1131,36.8644,-6.7924,-0.2483,-5.2804,0.0000,-5.2804,5.6417,-5.2804,0.5301,0.0000,-5.8104,0.0000,-5.8104,5.9751,-11.7855,0.0000,-11.7855,-0.2172,-11.5684,0.0000,0.0000,10.1135,-21.6819,988.7127,988.7127,988.7127 -347.5000,1.0000,4250.1394,54.1350,53.7960,-0.1883,0.0000,6,864.4572,-39.5616,407.2250,-74.8888,-3.5813,36.8644,-6.7794,-0.2874,-8.8863,0.0000,-8.8863,5.5924,-8.8863,0.5588,0.0000,-9.4452,0.0000,-9.4452,5.9066,-15.3517,0.0000,-15.3517,-0.2514,-15.1003,0.0000,0.0000,9.9974,-25.0977,287.6955,287.6955,287.6955 -348.5000,1.0000,4264.9822,53.4340,53.0720,-0.2011,0.0000,6,853.2633,-58.4145,412.5674,-75.6893,-5.2195,36.8644,-6.7631,-0.3029,-10.4540,0.0000,-10.4540,5.5373,-10.4540,0.5664,0.0000,-11.0204,0.0000,-11.0204,5.8301,-16.8505,0.0000,-16.8505,-0.2649,-16.5856,0.0000,0.0000,9.8679,-26.4535,0.0000,0.0000,0.0000 -349.5000,1.0000,4279.6161,52.6820,52.2920,-0.2167,0.0000,6,841.2549,-76.5479,418.4565,-76.5479,-6.7436,36.8644,-6.7436,-0.3217,-11.8867,0.0000,-11.8867,5.4648,-11.8867,0.5722,0.0000,-12.4589,0.0000,-12.4589,5.7480,-18.2069,0.4440,-18.6509,-0.2814,-18.3695,0.0000,0.0000,9.7291,-28.0985,0.0000,0.0000,0.0000 -350.5000,1.0000,4294.0557,51.9825,51.6730,-0.1719,0.0000,6,830.0849,-14.7435,424.0875,-77.3467,-1.2816,36.8644,-6.7235,-0.2519,-6.4416,0.0000,-6.4416,5.4120,-6.4416,0.5098,0.0000,-6.9514,0.0000,-6.9514,5.6717,-12.6231,0.0000,-12.6231,-0.2204,-12.4027,0.0000,0.0000,9.5999,-22.0026,704.3455,704.3455,704.3455 -351.5000,1.0000,4308.3115,51.3210,50.9690,-0.1956,0.0000,6,819.5217,-49.8774,429.5537,-78.1020,-4.2805,36.8644,-6.7027,-0.2829,-9.3444,0.0000,-9.3444,5.3468,-9.3444,0.5314,0.0000,-9.8757,0.0000,-9.8757,5.5995,-15.4753,0.0000,-15.4753,-0.2474,-15.2278,0.0000,0.0000,9.4777,-24.7055,94.2684,94.2684,94.2684 -352.5000,1.0000,4322.3847,50.6635,50.3580,-0.1697,0.0000,6,809.0224,-11.2253,435.1284,-78.8528,-0.9510,36.8644,-6.6805,-0.2424,-6.0045,0.0000,-6.0045,5.2959,-6.0045,0.4906,0.0000,-6.4951,0.0000,-6.4951,5.5278,-12.0229,0.0000,-12.0229,-0.2120,-11.8109,0.0000,0.0000,9.3563,-21.1672,759.3864,759.3864,759.3864 -353.5000,1.0000,4336.2496,49.9135,49.4690,-0.2469,0.0000,6,797.0460,-79.8088,441.6666,-79.8148,-6.6614,36.8644,-6.6619,-0.3474,-11.5825,0.0000,-11.5825,5.2686,-11.5825,0.5380,0.0000,-12.1205,0.0000,-12.1205,5.4460,-17.5665,3.8618,-21.4283,-0.3039,-21.1244,0.0000,0.0000,9.2178,-30.3422,0.0000,0.0000,0.0000 -354.5000,1.0000,4349.8707,49.0360,48.6030,-0.2406,0.0000,6,783.0336,-81.3134,449.5703,-81.3177,-6.6676,36.8644,-6.6680,-0.3325,-11.5164,0.0000,-11.5164,5.1812,-11.5164,0.5277,0.0000,-12.0440,0.0000,-12.0440,5.3502,-17.3943,2.8784,-20.2726,-0.2908,-19.9818,0.0000,0.0000,9.0557,-29.0375,0.0000,0.0000,0.0000 -355.5000,1.0000,4363.2197,48.0565,47.5100,-0.3036,0.0000,6,767.3924,-82.9954,458.7335,-82.9954,-6.6696,36.8644,-6.6696,-0.4113,-11.3734,0.0000,-11.3734,5.1151,-11.3734,0.5155,0.0000,-11.8889,0.0000,-11.8889,5.2433,-17.1322,10.2696,-27.4018,-0.3597,-27.0421,0.0000,0.0000,8.8748,-35.9169,0.0000,0.0000,0.0000 -356.5000,1.0000,4376.1869,46.6820,45.8540,-0.4600,0.0000,6,745.4437,-85.3434,472.2404,-85.3496,-6.6621,36.8644,-6.6626,-0.6053,-11.0739,0.0000,-11.0739,5.0171,-11.0739,0.4976,0.0000,-11.5715,0.0000,-11.5715,5.0934,-16.6649,28.1046,-44.7696,-0.5294,-44.2401,0.0000,0.0000,8.6210,-52.8611,0.0000,0.0000,0.0000 -357.5000,1.0000,4388.6979,45.0395,44.2250,-0.4525,0.0000,6,719.2153,-88.1628,489.4621,-88.1628,-6.6401,36.8644,-6.6401,-0.5745,-12.7497,0.0000,-12.7497,6.6841,-12.7497,0.5114,0.0000,-13.2611,0.0000,-13.2611,4.9142,-18.1752,24.1792,-42.3545,-0.5025,-41.8520,0.0000,0.0000,8.3177,-50.1697,0.0000,0.0000,0.0000 -358.5000,1.0000,4400.8411,43.7155,43.2060,-0.2831,0.0000,6,698.0730,-90.4305,504.2863,-90.4305,-6.6107,36.8644,-6.6107,-0.3488,-12.8112,0.0000,-12.8112,6.5493,-12.8112,0.5020,0.0000,-13.3132,0.0000,-13.3132,4.7697,-18.0829,4.6095,-22.6924,-0.3051,-22.3873,0.0000,0.0000,8.0732,-30.4605,0.0000,0.0000,0.0000 -359.5000,1.0000,4412.7007,42.6945,42.1830,-0.2842,0.0000,6,681.7691,-92.1792,516.3458,-92.1792,-6.5811,36.8644,-6.5811,-0.3420,-12.6232,0.0000,-12.6232,6.3841,-12.6232,0.4902,0.0000,-13.1134,0.0000,-13.1134,4.6583,-17.7718,4.5086,-22.2803,-0.2991,-21.9812,0.0000,0.0000,7.8846,-29.8658,0.0000,0.0000,0.0000 -360.5000,1.0000,4424.2743,41.6650,41.1470,-0.2878,0.0000,6,665.3295,-93.9425,529.1042,-93.9425,-6.5453,36.8644,-6.5453,-0.3380,-12.4637,0.0000,-12.4637,6.2564,-12.4637,0.4790,0.0000,-12.9427,0.0000,-12.9427,4.5460,-17.4887,4.6285,-22.1171,-0.2956,-21.8215,0.0000,0.0000,7.6945,-29.5160,0.0000,0.0000,0.0000 -361.5000,1.0000,4435.5216,40.4905,39.8340,-0.3647,0.0000,0,628.5289,77.0787,560.0835,-97.8897,5.0733,36.8644,-6.4430,-1.1012,0.0000,0.0000,0.0000,6.1744,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.4178,-4.4178,24.8220,-29.2399,-0.3641,-28.8758,0.0000,0.0000,7.4776,-36.3534,1557.8668,1557.8668,1557.8668 -362.5000,1.0000,4446.4022,39.1700,38.5060,-0.3689,0.0000,5,722.3110,-87.8308,487.3643,-87.8308,-6.6435,36.8644,-6.6435,5.4254,-18.2068,0.0000,-18.2068,6.1378,-21.6569,0.4395,0.0000,-22.0964,0.0000,-22.0964,4.2738,-26.3702,2.3219,-28.6921,-0.3562,-28.3358,0.0000,0.0000,7.2337,-35.5696,0.0000,0.0000,0.0000 -363.5000,1.0000,4457.0664,38.3910,38.2760,-0.0639,0.0000,5,842.0995,128.5482,418.0369,-76.4875,11.3360,36.8644,-6.7450,-0.1304,5.5296,0.0000,5.5296,5.9368,5.5296,0.3493,0.0000,5.1803,0.0000,5.1803,4.1888,0.9915,0.0000,0.9915,-0.0605,1.0520,0.0000,0.0000,7.0899,-6.0379,2842.4764,2842.4764,2842.4764 -364.5000,1.0000,4467.7954,38.6245,38.9730,0.1936,0.0000,5,847.2213,413.9765,440.4160,-76.1213,36.7283,39.0741,-6.7535,0.3977,30.4168,0.0000,30.4168,5.9138,30.4168,0.4766,0.0000,29.9403,0.0000,29.9403,4.2142,25.7260,0.0000,25.7260,0.1844,25.5417,0.0000,0.0000,7.1330,18.4087,7504.3942,7504.3942,7504.3942 -365.5000,1.0000,4478.7991,39.6135,40.2540,0.3558,0.0000,5,868.9148,593.8241,603.6435,-74.5701,54.0336,54.9271,-6.7853,0.7497,47.2757,0.0000,47.2757,6.0082,47.2757,0.5731,0.0000,46.7026,0.0000,46.7026,4.3402,42.3623,0.0000,42.3623,0.3475,42.0148,0.0000,0.0000,7.3156,34.6992,10739.2852,10739.2852,10739.2852 -366.5000,1.0000,4489.9217,40.0413,39.8286,-0.1182,0.0000,0,882.9641,48.6011,693.4970,-73.5655,4.4938,64.1234,-6.8021,0.0000,0.0000,0.0000,0.0000,4.4938,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.3688,-4.3688,0.0000,-4.3688,-0.1166,-4.2521,0.0000,0.0000,7.3946,-11.6468,1651.8010,1651.8010,1651.8010 -367.5000,1.0000,4501.2478,40.7740,41.7193,0.5252,0.0000,4,1118.6601,664.4702,664.4702,-74.8982,77.8399,77.8399,-8.7740,16.1918,57.0362,0.0000,57.0362,4.6119,67.4887,1.9875,0.0000,65.5012,0.0000,65.5012,4.7288,60.7724,0.0000,60.7724,0.5280,60.2444,0.0000,0.0000,7.5299,52.7145,15286.8455,15286.8455,15286.8455 -368.5000,1.0000,4513.2539,43.2217,44.7241,0.8347,0.0000,4,1403.1299,782.2969,782.2969,-91.7975,114.9471,114.9471,-13.4883,4.2027,106.0175,0.0000,106.0175,4.7269,106.0175,2.8195,0.0000,103.1980,0.0000,103.1980,5.5192,97.6788,0.0000,97.6788,0.8895,96.7894,0.0000,0.0000,7.9820,88.8074,22375.4579,22375.4579,22375.4579 -369.5000,1.0000,4525.9522,45.7141,46.7040,0.5500,0.0000,4,1484.0401,555.9653,856.6840,-96.5961,86.4016,133.1358,-15.0118,2.9288,78.6322,0.0000,78.6322,4.8407,78.6322,2.3370,0.0000,76.2952,0.0000,76.2952,5.3447,70.9505,0.0000,70.9505,0.6198,70.3307,0.0000,0.0000,8.4423,61.8884,16948.4557,16948.4557,16948.4557 -370.5000,1.0000,4539.1129,47.3785,48.0530,0.3747,0.0000,4,1538.0732,417.0406,789.1259,-99.8007,67.1713,127.1019,-16.0746,2.0682,60.1281,0.0000,60.1281,4.9750,60.1281,2.0120,0.0000,58.1161,0.0000,58.1161,5.2249,52.8912,0.0000,52.8912,0.4377,52.4535,0.0000,0.0000,8.7496,43.7039,13487.3768,13487.3768,13487.3768 -371.5000,1.0000,4552.6021,48.5610,49.0690,0.2822,0.0000,4,1576.4614,344.3295,751.6112,-102.0774,56.8442,124.0810,-16.8516,1.5966,50.1873,0.0000,50.1873,5.0603,50.1873,1.8459,0.0000,48.3414,0.0000,48.3414,5.2984,43.0430,0.0000,43.0430,0.3379,42.7051,0.0000,0.0000,8.9680,33.7371,11585.0069,11585.0069,11585.0069 -372.5000,1.0000,4566.1733,48.8563,48.6436,-0.1182,0.0000,0,1553.8364,8.6759,694.5455,-100.7356,1.4117,113.0146,-16.3914,-3.7326,0.0000,0.0000,0.0000,5.1443,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.3306,-5.3306,0.0000,-5.3306,-0.1423,-5.1883,0.0000,0.0000,9.0226,-14.2108,2443.4123,2443.4123,2443.4123 -373.5000,1.0000,4579.8442,49.2153,49.7869,0.3176,0.0000,5,1303.3938,392.6268,392.6268,-85.8824,53.5900,53.5900,-11.7222,-16.9151,65.2661,0.0000,65.2661,5.2390,54.0563,0.7358,0.0000,53.3205,0.0000,53.3205,5.3698,47.9508,0.0000,47.9508,0.3854,47.5654,0.0000,0.0000,9.0888,38.4766,10759.8533,10759.8533,10759.8533 -374.5000,1.0000,4593.9068,50.6252,51.4634,0.4657,0.0000,5,1110.4544,697.8754,697.8754,-74.4087,81.1535,81.1535,-8.6527,1.2539,74.5825,0.0000,74.5825,5.3172,74.5825,0.8588,0.0000,73.7236,0.0000,73.7236,5.7573,67.9663,0.0000,67.9663,0.5813,67.3851,0.0000,0.0000,9.3492,58.0358,15939.0217,15939.0217,15939.0217 -375.5000,1.0000,4608.4821,52.4713,53.4791,0.5599,0.0000,5,1150.9475,803.5916,803.5916,-76.8242,96.8544,96.8544,-9.2594,1.5625,89.8515,0.0000,89.8515,5.4404,89.8515,0.9626,0.0000,88.8890,0.0000,88.8890,6.1544,82.7345,0.0000,82.7345,0.7243,82.0102,0.0000,0.0000,9.6901,72.3201,18900.1292,18900.1292,18900.1292 -376.5000,1.0000,4623.5366,54.1960,54.9130,0.3983,0.0000,5,1188.7801,620.9876,850.7866,-79.0810,77.3060,105.9134,-9.8447,1.1481,70.5984,0.0000,70.5984,5.5595,70.5984,0.8925,0.0000,69.7059,0.0000,69.7059,6.0251,63.6807,0.0000,63.6807,0.5322,63.1485,0.0000,0.0000,10.0087,53.1399,15230.8449,15230.8449,15230.8449 -377.5000,1.0000,4638.9493,55.4860,56.0590,0.3183,0.0000,5,1217.0752,531.1039,774.3351,-80.7630,67.6902,98.6904,-10.2934,0.9394,61.0818,0.0000,61.0818,5.6690,61.0818,0.8649,0.0000,60.2169,0.0000,60.2169,6.0540,54.1629,0.0000,54.1629,0.4355,53.7274,0.0000,0.0000,10.2469,43.4805,13425.5764,13425.5764,13425.5764 -378.5000,1.0000,4654.6561,56.5445,57.0300,0.2697,0.0000,5,1240.2932,476.5626,738.1036,-82.1400,61.8975,95.8673,-10.6686,0.8111,55.3845,0.0000,55.3845,5.7018,55.3845,0.8531,0.0000,54.5315,0.0000,54.5315,6.1695,48.3620,0.0000,48.3620,0.3760,47.9860,0.0000,0.0000,10.4424,37.5436,12307.6032,12307.6032,12307.6032 -379.5000,1.0000,4670.6206,57.4720,57.9140,0.2456,0.0000,5,1260.6377,450.2497,717.4251,-83.3466,59.4391,94.7099,-11.0029,0.7506,52.8277,0.0000,52.8277,5.8608,52.8277,0.8550,0.0000,51.9727,0.0000,51.9727,6.2706,45.7020,0.0000,45.7020,0.3479,45.3541,0.0000,0.0000,10.6137,34.7404,11830.9717,11830.9717,11830.9717 -380.5000,1.0000,4686.8473,58.4160,58.9180,0.2789,0.0000,5,1281.3442,486.7104,709.9427,-84.5746,65.3078,95.2616,-11.3484,0.8665,58.5667,0.0000,58.5667,5.8747,58.5667,0.8989,0.0000,57.6677,0.0000,57.6677,6.3736,51.2941,0.0000,51.2941,0.4017,50.8924,0.0000,0.0000,10.7880,40.1044,12994.5729,12994.5729,12994.5729 -381.5000,1.0000,4703.2981,59.2230,59.5280,0.1694,0.0000,5,1299.0456,365.4443,725.6975,-85.6245,49.7135,98.7208,-11.6480,0.5337,43.1841,0.0000,43.1841,5.9956,43.1841,0.8352,0.0000,42.3490,0.0000,42.3490,6.4617,35.8873,0.0000,35.8873,0.2474,35.6399,0.0000,0.0000,10.9370,24.7028,10033.6657,10033.6657,10033.6657 -382.5000,1.0000,4719.8871,59.7205,59.9130,0.1069,0.0000,5,1309.9582,296.1201,676.7997,-86.2717,40.6213,92.8424,-11.8346,0.3397,34.2230,0.0000,34.2230,6.0586,34.2230,0.7985,0.0000,33.4245,0.0000,33.4245,6.5160,26.9085,0.0000,26.9085,0.1575,26.7510,0.0000,0.0000,11.0289,15.7221,8327.3168,8327.3168,8327.3168 -383.5000,1.0000,4736.5123,59.8505,59.7880,-0.0347,0.0000,5,1312.8097,138.9945,646.1354,-86.4408,19.1086,88.8288,-11.8836,-0.1105,13.1113,0.0000,13.1113,6.1078,13.1113,0.6951,0.0000,12.4161,0.0000,12.4161,6.5302,5.8860,0.0000,5.8860,-0.0512,5.9372,0.0000,0.0000,11.0529,-5.1157,4332.8609,4332.8609,4332.8609 -384.5000,1.0000,4753.0685,59.6025,59.4170,-0.1031,0.0000,5,1307.3699,62.8964,577.9508,-86.1182,8.6110,79.1258,-11.7902,-0.3267,2.9079,0.0000,2.9079,6.0298,2.9079,0.6695,0.0000,2.2383,0.0000,2.2383,6.5031,-4.2648,0.0000,-4.2648,-0.1514,-4.1134,0.0000,0.0000,11.0071,-15.1205,2720.7518,2720.7518,2720.7518 -385.5000,1.0000,4769.5300,59.2615,59.1060,-0.0864,0.0000,5,1299.8901,81.3482,544.3097,-85.6746,11.0735,74.0937,-11.6624,-0.2723,5.3388,0.0000,5.3388,6.0069,5.3388,0.6576,0.0000,4.6812,0.0000,4.6812,6.4659,-1.7847,0.0000,-1.7847,-0.1262,-1.6585,0.0000,0.0000,10.9441,-12.6026,2999.9515,2999.9515,2999.9515 -386.5000,1.0000,4785.9609,59.1510,59.1960,0.0250,0.0000,5,1297.4663,204.8683,554.2891,-85.5308,27.8355,75.3115,-11.6211,0.0786,21.7813,0.0000,21.7813,5.9756,21.7813,0.7270,0.0000,21.0543,0.0000,21.0543,6.4538,14.6004,0.0000,14.6004,0.0365,14.5640,0.0000,0.0000,10.9237,3.6403,5934.7320,5934.7320,5934.7320 -387.5000,1.0000,4802.4367,59.3130,59.4300,0.0650,0.0000,5,1301.0197,249.4891,607.8713,-85.7416,33.9910,82.8179,-11.6816,0.2050,27.7704,0.0000,27.7704,6.0156,27.7704,0.7596,0.0000,27.0108,0.0000,27.0108,6.4715,20.5393,0.0000,20.5393,0.0951,20.4442,0.0000,0.0000,10.9536,9.4906,7089.3831,7089.3831,7089.3831 -388.5000,1.0000,4819.0055,59.6475,59.8650,0.1208,0.0000,5,1308.3569,311.3994,629.1566,-86.1767,42.6651,86.2013,-11.8071,0.3833,36.2508,0.0000,36.2508,6.0309,36.2508,0.8075,0.0000,35.4434,0.0000,35.4434,6.5080,28.9353,0.0000,28.9353,0.1777,28.7576,0.0000,0.0000,11.0154,17.7422,8714.2006,8714.2006,8714.2006 -389.5000,1.0000,4835.6960,60.0860,60.3070,0.1228,0.0000,5,1317.9753,313.4348,656.5082,-86.7472,43.2597,90.6100,-11.9727,0.3924,36.8119,0.0000,36.8119,6.0554,36.8119,0.8175,0.0000,35.9944,0.0000,35.9944,6.5559,29.4386,0.0000,29.4386,0.1819,29.2567,0.0000,0.0000,11.0964,18.1603,8830.1521,8830.1521,8830.1521 -390.5000,1.0000,4852.5281,60.5955,60.8840,0.1603,0.0000,5,1329.1511,355.2955,660.2441,-87.4100,49.4530,91.8983,-12.1665,0.5165,42.8053,0.0000,42.8053,6.1312,42.8053,0.8559,0.0000,41.9494,0.0000,41.9494,6.6114,35.3379,0.0000,35.3379,0.2395,35.0985,0.0000,0.0000,11.1905,23.9080,9975.5744,9975.5744,9975.5744 -391.5000,1.0000,4869.5442,61.2580,61.6320,0.2078,0.0000,5,1343.6830,408.0645,680.6526,-88.2718,57.4188,95.7747,-12.4207,0.6769,50.5483,0.0000,50.5483,6.1936,50.5483,0.9057,0.0000,49.6426,0.0000,49.6426,6.6837,42.9589,0.0000,42.9589,0.3138,42.6451,0.0000,0.0000,11.3128,31.3322,11510.6054,11510.6054,11510.6054 -392.5000,1.0000,4886.7634,61.9890,62.3460,0.1983,0.0000,5,1359.7173,397.2355,704.0768,-89.2228,56.5621,100.2530,-12.7044,0.6539,49.6931,0.0000,49.6931,6.2151,49.6931,0.9137,0.0000,48.7794,0.0000,48.7794,6.7635,42.0159,0.0000,42.0159,0.3031,41.7128,0.0000,0.0000,11.4478,30.2649,11361.6982,11361.6982,11361.6982 -393.5000,1.0000,4904.1699,62.6635,62.9810,0.1764,0.0000,5,1374.5123,373.1958,702.0519,-90.1003,53.7173,101.0524,-12.9689,0.5879,46.8019,0.0000,46.8019,6.3275,46.8019,0.9107,0.0000,45.8912,0.0000,45.8912,6.8371,39.0541,0.0000,39.0541,0.2725,38.7816,0.0000,0.0000,11.5724,27.2092,10826.9181,10826.9181,10826.9181 -394.5000,1.0000,4921.7268,63.2050,63.4290,0.1244,0.0000,5,1386.3900,314.7627,694.0006,-90.8047,45.6980,100.7567,-13.1832,0.4183,39.0058,0.0000,39.0058,6.2739,39.0058,0.8810,0.0000,38.1248,0.0000,38.1248,6.8962,31.2286,0.0000,31.2286,0.1939,31.0347,0.0000,0.0000,11.6724,19.3623,9320.6330,9320.6330,9320.6330 -395.5000,1.0000,4939.3823,63.5595,63.6900,0.0725,0.0000,5,1394.1659,257.4116,672.1035,-91.2659,37.5812,98.1249,-13.3245,0.2451,30.9768,0.0000,30.9768,6.3594,30.9768,0.8470,0.0000,30.1298,0.0000,30.1298,6.9348,23.1950,0.0000,23.1950,0.1136,23.0814,0.0000,0.0000,11.7379,11.3435,7830.8764,7830.8764,7830.8764 -396.5000,1.0000,4957.0749,63.6935,63.6970,0.0019,0.0000,5,1397.1052,178.9189,649.2214,-91.4402,26.1766,94.9840,-13.3781,0.0066,19.8135,0.0000,19.8135,6.3566,19.8135,0.7935,0.0000,19.0200,0.0000,19.0200,6.9495,12.0705,0.0000,12.0705,0.0031,12.0675,0.0000,0.0000,11.7626,0.3049,5732.8359,5732.8359,5732.8359 -397.5000,1.0000,4974.7761,63.7245,63.7520,0.0153,0.0000,5,1397.7852,193.7337,619.4082,-91.4805,28.3579,90.6663,-13.3905,0.0518,21.9465,0.0000,21.9465,6.3597,21.9465,0.8047,0.0000,21.1418,0.0000,21.1418,6.9528,14.1889,0.0000,14.1889,0.0240,14.1649,0.0000,0.0000,11.7683,2.3966,6127.7760,6127.7760,6127.7760 -398.5000,1.0000,4992.4925,63.7790,63.8060,0.0150,0.0000,5,1398.9806,193.3326,625.4202,-91.5514,28.3234,91.6246,-13.4124,0.0509,21.9213,0.0000,21.9213,6.3512,21.9213,0.8055,0.0000,21.1158,0.0000,21.1158,6.9588,14.1570,0.0000,14.1570,0.0236,14.1334,0.0000,0.0000,11.7784,2.3550,6122.8623,6122.8623,6122.8623 -399.5000,1.0000,5010.2428,63.9010,63.9960,0.0528,0.0000,5,1401.6567,235.1268,626.8171,-91.7101,34.5122,92.0049,-13.4613,0.1794,27.9963,0.0000,27.9963,6.3366,27.9963,0.8380,0.0000,27.1583,0.0000,27.1583,6.9721,20.1862,0.0000,20.1862,0.0831,20.1030,0.0000,0.0000,11.8009,8.3021,7270.0078,7270.0078,7270.0078 -400.5000,1.0000,5028.0617,64.1480,64.3000,0.0844,0.0000,5,1407.0746,270.8029,644.8290,-92.0315,39.9024,95.0146,-13.5607,0.2881,33.1820,0.0000,33.1820,6.4323,33.1820,0.8682,0.0000,32.3139,0.0000,32.3139,6.9991,25.3148,0.0000,25.3148,0.1336,25.1813,0.0000,0.0000,11.8465,13.3347,8269.3902,8269.3902,8269.3902 -401.5000,1.0000,5045.9818,64.5125,64.7250,0.1181,0.0000,5,1415.0698,308.4915,660.9198,-92.5056,45.7140,97.9389,-13.7080,0.4051,38.7912,0.0000,38.7912,6.5178,38.7912,0.9026,0.0000,37.8887,0.0000,37.8887,7.0388,30.8498,0.0000,30.8498,0.1878,30.6621,0.0000,0.0000,11.9139,18.7482,9368.6674,9368.6674,9368.6674 -402.5000,1.0000,5064.0178,64.9295,65.1340,0.1136,0.0000,5,1424.2166,302.9043,676.9500,-93.0481,45.1762,100.9628,-13.8775,0.3923,38.3236,0.0000,38.3236,6.4603,38.3236,0.9075,0.0000,37.4161,0.0000,37.4161,7.0843,30.3318,0.0000,30.3318,0.1819,30.1499,0.0000,0.0000,11.9909,18.1590,9278.0223,9278.0223,9278.0223 -403.5000,1.0000,5082.1164,65.1550,65.1760,0.0117,0.0000,5,1429.1629,189.6969,673.8129,-93.3415,28.3903,100.8439,-13.9696,0.0404,21.8605,0.0000,21.8605,6.4894,21.8605,0.8291,0.0000,21.0314,0.0000,21.0314,7.1089,13.9225,0.0000,13.9225,0.0187,13.9037,0.0000,0.0000,12.0325,1.8712,6155.0276,6155.0276,6155.0276 -404.5000,1.0000,5100.2653,65.3360,65.4960,0.0889,0.0000,5,1433.1331,275.4290,634.3573,-93.5769,41.3357,95.2027,-14.0438,0.3089,34.5300,0.0000,34.5300,6.4968,34.5300,0.8957,0.0000,33.6343,0.0000,33.6343,7.1287,26.5056,0.0000,26.5056,0.1432,26.3624,0.0000,0.0000,12.0659,14.2965,8540.1791,8540.1791,8540.1791 -405.5000,1.0000,5118.5377,65.7805,66.0650,0.1581,0.0000,5,1442.8832,352.5704,669.9163,-94.1552,53.2728,101.2233,-14.2267,0.5530,46.1370,0.0000,46.1370,6.5829,46.1370,0.9615,0.0000,45.1754,0.0000,45.1754,7.1772,37.9983,0.0000,37.9983,0.2563,37.7419,0.0000,0.0000,12.1480,25.5939,10773.6318,10773.6318,10773.6318 -406.5000,1.0000,5136.9898,66.4275,66.7900,0.2014,0.0000,5,1457.0750,400.9365,701.8128,-94.9969,61.1767,107.0858,-14.4951,0.7115,53.7880,0.0000,53.7880,6.6773,53.7880,1.0113,0.0000,52.7767,0.0000,52.7767,7.2478,45.5289,0.0000,45.5289,0.3298,45.1991,0.0000,0.0000,12.2675,32.9316,12314.3825,12314.3825,12314.3825 -407.5000,1.0000,5155.7048,67.3740,67.9580,0.3244,0.0000,5,1477.8363,537.9369,725.4692,-96.2282,83.2504,112.2726,-14.8921,1.1626,75.2778,0.0000,75.2778,6.8100,75.2778,1.1357,0.0000,74.1421,0.0000,74.1421,7.3510,66.7911,0.0000,66.7911,0.5389,66.2522,0.0000,0.0000,12.4423,53.8099,16352.9245,16352.9245,16352.9245 -408.5000,1.0000,5174.7648,68.6160,69.2740,0.3656,0.0000,5,1505.0793,583.4750,777.3604,-97.8439,91.9624,122.5210,-15.4213,1.3340,83.7798,0.0000,83.7798,6.8486,83.7798,1.2007,0.0000,82.5791,0.0000,82.5791,7.5431,75.0360,0.0000,75.0360,0.6184,74.4176,0.0000,0.0000,12.6717,61.7459,17997.0276,17997.0276,17997.0276 -409.5000,1.0000,5194.1607,69.8255,70.3770,0.3064,0.0000,5,1531.6095,517.9014,795.0932,-99.4174,83.0661,127.5248,-15.9455,1.1378,74.8837,0.0000,74.8837,7.0446,74.8837,1.1784,0.0000,73.7053,0.0000,73.7053,7.6185,66.0868,0.0000,66.0868,0.5275,65.5593,0.0000,0.0000,12.8950,52.6643,16421.4237,16421.4237,16421.4237 -410.5000,1.0000,5213.8048,70.7185,71.0600,0.1897,0.0000,5,1551.1973,387.9092,775.0450,-100.5791,63.0124,125.8991,-16.3382,0.7136,55.2313,0.0000,55.2313,7.0675,55.2313,1.0967,0.0000,54.1346,0.0000,54.1346,7.7159,46.4186,0.0000,46.4186,0.3308,46.0878,0.0000,0.0000,13.0600,33.0279,12733.5685,12733.5685,12733.5685 -411.5000,1.0000,5233.6596,71.4775,71.8950,0.2319,0.0000,5,1567.8458,434.8178,738.0015,-101.5665,71.3903,121.1683,-16.6756,0.8817,63.3708,0.0000,63.3708,7.1378,63.3708,1.1516,0.0000,62.2191,0.0000,62.2191,7.7988,54.4204,0.0000,54.4204,0.4087,54.0116,0.0000,0.0000,13.2001,40.8115,14262.3593,14262.3593,14262.3593 -412.5000,1.0000,5253.5441,71.5840,71.2730,-0.1728,0.0000,0,1555.9227,32.0852,735.6162,-100.8593,5.2278,119.8582,-16.4336,-2.0143,0.0000,0.0000,0.0000,7.2421,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,7.8104,-7.8104,9.7210,-17.5313,-0.3049,-17.2264,0.0000,0.0000,13.2198,-30.4462,2868.5164,2868.5164,2868.5164 -413.5000,1.0000,5273.2074,70.7880,70.3030,-0.2694,0.0000,6,1328.7392,-87.3855,415.6768,-87.3855,-12.1593,57.8394,-12.1593,-16.8178,-1.0944,0.0000,-1.0944,5.7529,-0.9311,0.6862,0.0000,-1.6172,0.0000,-1.6172,7.7235,-9.3408,25.0091,-34.3499,-0.4703,-33.8796,0.0000,0.0000,13.0728,-46.9524,0.0000,0.0000,0.0000 -414.5000,1.0000,5292.5936,69.7905,69.2780,-0.2847,0.0000,6,1114.4528,-74.6472,413.3499,-74.6472,-8.7117,48.2401,-8.7117,-0.5601,-13.4617,0.0000,-13.4617,5.3101,-13.4617,0.7983,0.0000,-14.2600,0.0000,-14.2600,7.6147,-21.8747,14.5243,-36.3989,-0.4899,-35.9090,0.1179,0.0000,12.8886,-48.9155,0.0000,0.0000,0.0000 -415.5000,1.0000,5311.5532,68.2545,67.2310,-0.5686,0.0000,6,1089.9251,-73.0639,413.4851,-73.0639,-8.3393,47.1938,-8.3393,-1.0939,-12.5754,0.0000,-12.5754,5.3301,-12.5754,0.7693,0.0000,-13.3446,0.0000,-13.3446,7.4471,-20.7917,62.9169,-83.7086,-0.9569,-82.7518,0.1812,0.0000,12.6049,-95.5379,0.0000,0.0000,0.0000 -416.5000,1.0000,5330.0924,66.7410,66.2510,-0.2722,0.0000,6,1065.7567,-71.3339,413.1816,-71.3339,-7.9613,46.1135,-7.9613,-0.5121,-12.5419,0.0000,-12.5419,5.0927,-12.5419,0.7493,0.0000,-13.2912,0.0000,-13.2912,7.2820,-20.5732,12.0966,-32.6698,-0.4479,-32.2219,0.1772,0.0000,12.3254,-44.7245,0.0000,0.0000,0.0000 -417.5000,1.0000,5348.4609,66.1265,66.0020,-0.0692,0.0000,6,1055.9441,123.1834,415.8337,-70.6314,13.6214,45.9821,-7.8103,-0.1289,8.7113,0.0000,8.7113,5.0390,8.7113,0.6244,0.0000,8.0870,0.0000,8.0870,7.2149,0.8720,0.0000,0.8720,-0.1128,0.9848,0.0319,0.0000,12.2119,-11.2590,3332.8539,3332.8539,3332.8539 -418.5000,1.0000,5366.8318,66.1355,66.2690,0.0742,0.0000,6,1056.0878,342.3984,514.5428,-70.6417,37.8670,56.9050,-7.8125,0.1383,32.7299,0.0000,32.7299,4.9988,32.7299,1.1048,0.0000,31.6250,0.0000,31.6250,7.2159,24.4091,0.0000,24.4091,0.1209,24.2882,0.0000,0.0000,12.2136,12.0746,7677.7717,7677.7717,7677.7717 -419.5000,1.0000,5385.2760,66.3990,66.5290,0.0722,0.0000,6,1060.2955,339.5837,622.1329,-70.9429,37.7053,69.0778,-7.8771,0.1352,32.5336,0.0000,32.5336,5.0365,32.5336,1.1036,0.0000,31.4300,0.0000,31.4300,7.2447,24.1854,0.0000,24.1854,0.1182,24.0671,0.0000,0.0000,12.2623,11.8049,7646.4609,7646.4609,7646.4609 -420.5000,1.0000,5403.8423,66.8385,67.1480,0.1719,0.0000,6,1067.3137,492.2451,623.4342,-71.4453,55.0177,69.6805,-7.9854,0.3239,49.6608,0.0000,49.6608,5.0329,49.6608,1.4507,0.0000,48.2101,0.0000,48.2101,7.2926,40.9175,0.0000,40.9175,0.2833,40.6341,0.0000,0.0000,12.3434,28.2907,10968.0838,10968.0838,10968.0838 -421.5000,1.0000,5422.6109,67.5670,67.9860,0.2328,0.0000,6,1078.9467,585.3788,699.0449,-72.2780,66.1402,78.9830,-8.1665,0.4433,60.6329,0.0000,60.6329,5.0640,60.6329,1.6777,0.0000,58.9552,0.0000,58.9552,7.3721,51.5831,0.0000,51.5831,0.3878,51.1953,0.0000,0.0000,12.4780,38.7173,13099.9545,13099.9545,13099.9545 -422.5000,1.0000,5441.6521,68.5485,69.1110,0.3125,0.0000,6,1094.6199,707.7381,745.8332,-73.3999,81.1268,85.4936,-8.4137,0.6038,75.3819,0.0000,75.3819,5.1411,75.3819,1.9830,0.0000,73.3989,0.0000,73.3989,7.4792,65.9197,0.0000,65.9197,0.5281,65.3916,0.0000,0.0000,12.6592,52.7324,15933.4669,15933.4669,15933.4669 -423.5000,1.0000,5461.0128,69.6985,70.2860,0.3264,0.0000,6,1112.9837,728.8694,804.4741,-74.5596,84.9507,93.7626,-8.6900,0.6412,79.1069,0.0000,79.1069,5.2026,79.1069,2.0698,0.0000,77.0371,0.0000,77.0371,7.6047,69.4325,0.0000,69.4325,0.5609,68.8716,0.0000,0.0000,12.8716,56.0000,16607.8292,16607.8292,16607.8292 -424.5000,1.0000,5480.6541,70.7085,71.1310,0.2347,0.0000,6,1129.1119,604.4364,814.9697,-75.5217,71.4688,96.3623,-8.9297,0.4678,63.8128,0.0000,63.8128,7.1881,63.8128,1.7747,0.0000,62.0381,0.0000,62.0381,7.7149,54.3232,0.0000,54.3232,0.4092,53.9140,0.0000,0.0000,13.0581,40.8559,14141.2233,14141.2233,14141.2233 -425.5000,1.0000,5500.4909,71.4125,71.6940,0.1564,0.0000,6,1140.3538,483.0820,758.6168,-76.1923,57.6885,90.5922,-9.0987,0.3148,50.2586,0.0000,50.2586,7.1151,50.2586,1.5113,0.0000,48.7473,0.0000,48.7473,7.7917,40.9557,0.0000,40.9557,0.2753,40.6803,0.0000,0.0000,13.1881,27.4922,11488.2404,11488.2404,11488.2404 -426.5000,1.0000,5520.4860,71.9825,72.2710,0.1603,0.0000,6,1149.4559,489.7177,704.2487,-76.7352,58.9477,84.7709,-9.2367,0.3252,51.3722,0.0000,51.3722,7.2503,51.3722,1.5397,0.0000,49.8324,0.0000,49.8324,7.8539,41.9786,0.0000,41.9786,0.2844,41.6941,0.0000,0.0000,13.2934,28.4007,11741.4342,11741.4342,11741.4342 -427.5000,1.0000,5540.6736,72.6755,73.0800,0.2247,0.0000,6,1160.5221,588.0667,709.5605,-77.3953,71.4675,86.2326,-9.4058,0.4603,63.7519,0.0000,63.7519,7.2553,63.7519,1.7949,0.0000,61.9569,0.0000,61.9569,7.9295,54.0275,0.0000,54.0275,0.4027,53.6248,0.0000,0.0000,13.4214,40.2034,14142.4996,14142.4996,14142.4996 -428.5000,1.0000,5561.0763,73.4495,73.8190,0.2053,0.0000,6,1172.8817,558.1928,755.3723,-78.1326,68.5594,92.7778,-9.5966,0.4250,60.8105,0.0000,60.8105,7.3239,60.8105,1.7446,0.0000,59.0659,0.0000,59.0659,8.0139,51.0519,0.0000,51.0519,0.3717,50.6802,0.0000,0.0000,13.5643,37.1159,13574.3141,13574.3141,13574.3141 -429.5000,1.0000,5581.6959,74.2305,74.6420,0.2286,0.0000,6,1185.3532,594.1371,743.7875,-78.8766,73.7502,92.3263,-9.7909,0.4783,65.8545,0.0000,65.8545,7.4173,65.8545,1.8542,0.0000,64.0003,0.0000,64.0003,8.0991,55.9012,0.0000,55.9012,0.4184,55.4828,0.0000,0.0000,13.7085,41.7743,14585.7914,14585.7914,14585.7914 -430.5000,1.0000,5602.5028,74.9050,75.1680,0.1461,0.0000,6,1196.1239,467.5174,760.3489,-79.5191,58.5602,95.2396,-9.9604,0.3085,50.7775,0.0000,50.7775,7.4742,50.7775,1.5602,0.0000,49.2173,0.0000,49.2173,8.1727,41.0445,0.0000,41.0445,0.2698,40.7747,0.0000,0.0000,13.8331,26.9416,11677.8902,11677.8902,11677.8902 -431.5000,1.0000,5623.4455,75.3935,75.6190,0.1253,0.0000,6,1203.9246,435.9112,704.8548,-79.9830,54.9574,88.8643,-10.0838,0.2662,47.1256,0.0000,47.1256,7.5655,47.1256,1.4927,0.0000,45.6330,0.0000,45.6330,8.2260,37.4069,0.0000,37.4069,0.2329,37.1741,0.0000,0.0000,13.9233,23.2508,10984.8932,10984.8932,10984.8932 -432.5000,1.0000,5644.4842,75.7395,75.8600,0.0669,0.0000,6,1209.4497,345.4986,690.9424,-80.3107,43.7585,87.5101,-10.1716,0.1429,36.1342,0.0000,36.1342,7.4814,36.1342,1.2768,0.0000,34.8575,0.0000,34.8575,8.2638,26.5937,0.0000,26.5937,0.1250,26.4687,0.0000,0.0000,13.9872,12.4815,8847.2565,8847.2565,8847.2565 -433.5000,1.0000,5665.5989,76.0130,76.1660,0.0850,0.0000,6,1213.8171,358.0762,651.7328,-80.5697,45.5153,82.8422,-10.2413,0.1821,39.7479,0.0000,39.7479,5.5853,39.7479,1.3521,0.0000,38.3957,0.0000,38.3957,8.2936,30.1021,0.0000,30.1021,0.1593,29.9428,0.0000,0.0000,14.0377,15.9051,9175.8153,9175.8153,9175.8153 -434.5000,1.0000,5686.8150,76.3780,76.5900,0.1178,0.0000,6,1219.6456,408.0503,658.6178,-80.9154,52.1166,84.1193,-10.3346,0.2536,46.2918,0.0000,46.2918,5.5713,46.2918,1.4872,0.0000,44.8046,0.0000,44.8046,8.3334,36.4712,0.0000,36.4712,0.2218,36.2494,0.0000,0.0000,14.1051,22.1442,10442.7874,10442.7874,10442.7874 -435.5000,1.0000,5708.1835,76.9265,77.2630,0.1869,0.0000,6,1228.4044,514.4155,682.7212,-81.4349,66.1735,87.8240,-10.4756,0.4054,60.1255,0.0000,60.1255,5.6426,60.1255,1.7701,0.0000,58.3555,0.0000,58.3555,8.3933,49.9622,0.0000,49.9622,0.3546,49.6076,0.0000,0.0000,14.2064,35.4012,13141.9633,13141.9633,13141.9633 -436.5000,1.0000,5729.7613,77.6800,78.0970,0.2317,0.0000,6,1240.4366,583.1015,730.8878,-82.1485,75.7438,94.9410,-10.6709,0.5072,69.5315,0.0000,69.5315,5.7051,69.5315,1.9669,0.0000,67.5646,0.0000,67.5646,8.4755,59.0891,0.0000,59.0891,0.4437,58.6454,0.0000,0.0000,14.3456,44.2998,14939.9351,14939.9351,14939.9351 -437.5000,1.0000,5751.5385,78.3980,78.6990,0.1672,0.0000,6,1251.9021,484.1303,760.9902,-82.8285,63.4689,99.7650,-10.8587,0.3695,57.3591,0.0000,57.3591,5.7403,57.3591,1.7317,0.0000,55.6274,0.0000,55.6274,8.5538,47.0736,0.0000,47.0736,0.3232,46.7503,0.0000,0.0000,14.4782,32.2722,12624.3502,12624.3502,12624.3502 -438.5000,1.0000,5773.4720,78.9605,79.2220,0.1453,0.0000,6,1260.8844,450.7483,719.5830,-83.3612,59.5166,95.0134,-11.0070,0.3233,53.3770,0.0000,53.3770,5.8163,53.3770,1.6586,0.0000,51.7184,0.0000,51.7184,8.6152,43.1032,0.0000,43.1032,0.2828,42.8203,0.0000,0.0000,14.5821,28.2383,11846.5091,11846.5091,11846.5091 -439.5000,1.0000,5795.5288,79.4045,79.5870,0.1014,0.0000,6,1267.9744,383.1696,705.8532,-83.7817,50.8780,93.7246,-11.1247,0.2269,44.8374,0.0000,44.8374,5.8137,44.8374,1.4930,0.0000,43.3444,0.0000,43.3444,8.6637,34.6808,0.0000,34.6808,0.1985,34.4823,0.0000,0.0000,14.6640,19.8182,10225.0142,10225.0142,10225.0142 -440.5000,1.0000,5817.6874,79.7710,79.9550,0.1022,0.0000,6,1273.8269,384.3934,678.0417,-84.1288,51.2761,90.4473,-11.2223,0.2298,45.2146,0.0000,45.2146,5.8316,45.2146,1.5049,0.0000,43.7098,0.0000,43.7098,8.7036,35.0061,0.0000,35.0061,0.2010,34.8051,0.0000,0.0000,14.7317,20.0733,10305.7254,10305.7254,10305.7254 -441.5000,1.0000,5839.9370,80.0985,80.2420,0.0797,0.0000,6,1279.0566,350.4960,679.1273,-84.4390,46.9463,90.9640,-11.3100,0.1800,40.8293,0.0000,40.8293,5.9370,40.8293,1.4210,0.0000,39.4083,0.0000,39.4083,8.7394,30.6689,0.0000,30.6689,0.1574,30.5115,0.0000,0.0000,14.7922,15.7193,9482.4294,9482.4294,9482.4294 -442.5000,1.0000,5862.2609,80.3660,80.4900,0.0689,0.0000,6,1283.3282,333.3387,665.3764,-84.6923,44.7973,89.4198,-11.3818,0.1561,38.7580,0.0000,38.7580,5.8833,38.7580,1.3827,0.0000,37.3753,0.0000,37.3753,8.7686,28.6067,0.0000,28.6067,0.1365,28.4702,0.0000,0.0000,14.8416,13.6286,9079.4260,9079.4260,9079.4260 -443.5000,1.0000,5884.6246,80.5095,80.5290,0.0108,0.0000,6,1285.6197,244.6352,657.7514,-84.8282,32.9352,88.5529,-11.4204,0.0246,26.9695,0.0000,26.9695,5.9411,26.9695,1.1487,0.0000,25.8209,0.0000,25.8209,8.7842,17.0366,0.0000,17.0366,0.0215,17.0151,0.0000,0.0000,14.8681,2.1470,6865.5143,6865.5143,6865.5143 -444.5000,1.0000,5906.9813,80.4840,80.4390,-0.0250,0.0000,6,1285.2125,189.3521,619.5549,-84.8041,25.4844,83.3841,-11.4135,-0.0567,19.6440,0.0000,19.6440,5.8971,19.6440,1.0018,0.0000,18.6421,0.0000,18.6421,8.7814,9.8607,0.0000,9.8607,-0.0496,9.9103,0.0000,0.0000,14.8634,-4.9531,5489.6804,5489.6804,5489.6804 -445.5000,1.0000,5929.3255,80.4390,80.4390,0.0000,0.0000,6,1284.4939,227.6560,596.2891,-84.7614,30.6224,80.2080,-11.4014,0.0000,24.7348,0.0000,24.7348,5.8877,24.7348,1.1031,0.0000,23.6316,0.0000,23.6316,8.7765,14.8551,0.0000,14.8551,0.0000,14.8551,0.0000,0.0000,14.8551,0.0000,6426.9159,6426.9159,6426.9159 -446.5000,1.0000,5951.6628,80.4145,80.3900,-0.0136,0.0000,6,1284.1026,206.6988,612.2792,-84.7382,27.7950,82.3337,-11.3948,-0.0309,21.9502,0.0000,21.9502,5.8756,21.9502,1.0472,0.0000,20.9031,0.0000,20.9031,8.7739,12.1292,0.0000,12.1292,-0.0270,12.1562,0.0000,0.0000,14.8506,-2.6944,5910.3274,5910.3274,5910.3274 -447.5000,1.0000,5973.9691,80.3025,80.2150,-0.0486,0.0000,6,1282.3142,153.1911,602.4213,-84.6322,20.5711,80.8953,-11.3647,-0.1100,14.7885,0.0000,14.7885,5.8926,14.7885,0.9026,0.0000,13.8859,0.0000,13.8859,8.7616,5.1243,0.0000,5.1243,-0.0962,5.2205,0.0000,0.0000,14.8299,-9.6093,4562.6613,4562.6613,4562.6613 -448.5000,1.0000,5996.2171,80.0930,79.9710,-0.0678,0.0000,6,1278.9688,123.5694,578.4671,-84.4338,16.5501,77.4760,-11.3085,-0.1530,10.8544,0.0000,10.8544,5.8487,10.8544,0.8214,0.0000,10.0329,0.0000,10.0329,8.7388,1.2941,0.0000,1.2941,-0.1338,1.4280,0.0000,0.0000,14.7912,-13.3632,3798.7258,3798.7258,3798.7258 -449.5000,1.0000,6018.3666,79.7380,79.5050,-0.1294,0.0000,6,1273.2999,30.9931,563.3234,-84.0976,4.1326,75.1133,-11.2135,-0.2909,-1.4228,0.0000,-1.4228,5.8464,-1.4228,0.8144,0.0000,-2.2372,0.0000,-2.2372,8.7000,-10.9373,0.0000,-10.9373,-0.2545,-10.6828,0.0000,0.0000,14.7256,-25.4084,2121.6550,2121.6550,2121.6550 -450.5000,1.0000,6040.3578,79.1685,78.8320,-0.1869,0.0000,6,1264.2058,-54.4615,519.7362,-83.5582,-7.2100,68.8065,-11.0620,-0.4172,-12.6212,0.0000,-12.6212,5.8283,-12.6212,0.9183,0.0000,-13.5395,0.0000,-13.5395,8.6379,-22.1774,0.0000,-22.1774,-0.3649,-21.8125,0.0000,0.0000,14.6205,-36.4329,507.0896,507.0896,507.0896 -451.5000,1.0000,6062.1706,78.5260,78.2200,-0.1700,0.0000,6,1253.9460,-29.4632,479.6716,-82.9497,-3.8689,62.9871,-10.8924,-0.3763,-9.2459,0.0000,-9.2459,5.7533,-9.2459,0.8755,0.0000,-10.1213,0.0000,-10.1213,8.5678,-18.6891,0.0000,-18.6891,-0.3291,-18.3600,0.0000,0.0000,14.5018,-32.8618,1007.7626,1007.7626,1007.7626 -452.5000,1.0000,6083.8010,77.8695,77.5190,-0.1947,0.0000,6,1243.4627,-66.0915,487.2479,-82.3280,-8.6061,63.4470,-10.7203,-0.4274,-13.9103,0.0000,-13.9103,5.7316,-13.9103,0.9128,0.0000,-14.8232,0.0000,-14.8232,8.4962,-23.3193,0.0000,-23.3193,-0.3738,-22.9455,0.0000,0.0000,14.3806,-37.3261,239.4254,239.4254,239.4254 -453.5000,1.0000,6105.2367,77.1685,76.8180,-0.1947,0.0000,6,1232.2687,-65.6861,467.7066,-81.6641,-8.4763,60.3542,-10.5382,-0.4235,-13.7879,0.0000,-13.7879,5.7351,-13.7879,0.9018,0.0000,-14.6897,0.0000,-14.6897,8.4197,-23.1094,0.0000,-23.1094,-0.3705,-22.7389,0.0000,0.0000,14.2511,-36.9900,233.8892,233.8892,233.8892 -454.5000,1.0000,6126.5025,76.5570,76.2960,-0.1450,0.0000,6,1222.5040,8.2194,466.1062,-81.0849,1.0522,59.6711,-10.3805,-0.3129,-4.3104,0.0000,-4.3104,5.6756,-4.3104,0.7985,0.0000,-5.1089,0.0000,-5.1089,8.3530,-13.4619,0.0000,-13.4619,-0.2737,-13.1882,0.0000,0.0000,14.1382,-27.3264,1647.0146,1647.0146,1647.0146 -455.5000,1.0000,6147.6249,76.0405,75.7850,-0.1419,0.0000,6,1214.2562,12.7326,497.2562,-80.5958,1.6190,63.2294,-10.2483,-0.3042,-3.7114,0.0000,-3.7114,5.6347,-3.7114,0.7853,0.0000,-4.4968,0.0000,-4.4968,8.2966,-12.7934,0.0000,-12.7934,-0.2661,-12.5273,0.0000,0.0000,14.0428,-26.5701,1701.1486,1701.1486,1701.1486 -456.5000,1.0000,6168.6288,75.6140,75.4430,-0.0950,0.0000,6,1207.4456,82.6755,498.4216,-80.1919,10.4538,63.0221,-10.1397,-0.2025,5.0459,0.0000,5.0459,5.6103,5.0459,0.6919,0.0000,4.3541,0.0000,4.3541,8.2501,-3.8960,0.0000,-3.8960,-0.1771,-3.7189,0.0000,0.0000,13.9640,-17.6830,2802.6572,2802.6572,2802.6572 -457.5000,1.0000,6189.5427,75.2900,75.1370,-0.0850,0.0000,6,1202.2718,97.1847,529.0094,-79.8850,12.2357,66.6031,-10.0577,-0.1804,6.8942,0.0000,6.8942,5.5219,6.8942,0.6869,0.0000,6.2073,0.0000,6.2073,8.2147,-2.0074,0.0000,-2.0074,-0.1578,-1.8496,0.0000,0.0000,13.9042,-15.7538,3022.9982,3022.9982,3022.9982 -458.5000,1.0000,6210.4338,75.2080,75.2790,0.0394,0.0000,6,1200.9624,288.3323,537.4529,-79.8074,36.2620,67.5925,-10.0369,0.0836,30.6313,0.0000,30.6313,5.5470,30.6313,1.1607,0.0000,29.4706,0.0000,29.4706,8.2058,21.2648,0.0000,21.2648,0.0731,21.1917,0.0000,0.0000,13.8891,7.3026,7432.2555,7432.2555,7432.2555 -459.5000,1.0000,6231.3684,75.3645,75.4500,0.0475,0.0000,6,1203.4615,300.7996,623.9724,-79.9556,37.9086,78.6369,-10.0765,0.1009,32.2359,0.0000,32.2359,5.5718,32.2359,1.1946,0.0000,31.0414,0.0000,31.0414,8.2229,22.8185,0.0000,22.8185,0.0883,22.7303,0.0000,0.0000,13.9180,8.8123,7743.0923,7743.0923,7743.0923 -460.5000,1.0000,6252.3838,75.6555,75.8610,0.1142,0.0000,6,1208.1083,403.2207,631.2734,-80.2312,51.0126,79.8642,-10.1503,0.2435,45.1578,0.0000,45.1578,5.6113,45.1578,1.4563,0.0000,43.7015,0.0000,43.7015,8.2546,35.4469,0.0000,35.4469,0.2130,35.2339,0.0000,0.0000,13.9717,21.2622,10228.4387,10228.4387,10228.4387 -461.5000,1.0000,6273.5049,76.0360,76.2110,0.0972,0.0000,6,1214.1844,376.9252,677.4437,-80.5915,47.9257,86.1364,-10.2471,0.2084,42.1177,0.0000,42.1177,5.5996,42.1177,1.3998,0.0000,40.7180,0.0000,40.7180,8.2961,32.4218,0.0000,32.4218,0.1823,32.2396,0.0000,0.0000,14.0420,18.1976,9627.0574,9627.0574,9627.0574 -462.5000,1.0000,6294.7181,76.3675,76.5240,0.0869,0.0000,6,1219.4779,360.9519,666.5145,-80.9055,46.0948,85.1162,-10.3319,0.1872,40.3114,0.0000,40.3114,5.5962,40.3114,1.3674,0.0000,38.9440,0.0000,38.9440,8.3323,30.6117,0.0000,30.6117,0.1637,30.4480,0.0000,0.0000,14.1032,16.3448,9281.9886,9281.9886,9281.9886 -463.5000,1.0000,6315.9935,76.5915,76.6590,0.0375,0.0000,6,1223.0549,285.2498,659.4217,-81.1176,36.5342,84.4574,-10.3894,0.0810,30.8227,0.0000,30.8227,5.6306,30.8227,1.1802,0.0000,29.6425,0.0000,29.6425,8.3567,21.2857,0.0000,21.2857,0.0708,21.2149,0.0000,0.0000,14.1446,7.0704,7480.0373,7480.0373,7480.0373 -464.5000,1.0000,6337.3556,76.9035,77.1480,0.1358,0.0000,6,1228.0371,435.8771,628.2914,-81.4131,56.0537,80.7981,-10.4697,0.2944,50.1352,0.0000,50.1352,5.6240,50.1352,1.5700,0.0000,48.5652,0.0000,48.5652,8.3908,40.1744,0.0000,40.1744,0.2575,39.9169,0.0000,0.0000,14.2022,25.7147,11187.5772,11187.5772,11187.5772 -465.5000,1.0000,6358.8548,77.3970,77.6460,0.1383,0.0000,6,1235.9176,440.0433,695.3574,-81.8805,56.9526,89.9966,-10.5974,0.3018,50.9499,0.0000,50.9499,5.7009,50.9499,1.5920,0.0000,49.3579,0.0000,49.3579,8.4446,40.9133,0.0000,40.9133,0.2640,40.6494,0.0000,0.0000,14.2933,26.3560,11354.9918,11354.9918,11354.9918 -466.5000,1.0000,6380.4748,77.8320,78.0180,0.1033,0.0000,6,1242.8639,386.2432,697.7484,-82.2925,50.2705,90.8136,-10.7106,0.2267,44.3268,0.0000,44.3268,5.7169,44.3268,1.4645,0.0000,42.8623,0.0000,42.8623,8.4921,34.3702,0.0000,34.3702,0.1983,34.1719,0.0000,0.0000,14.3736,19.7983,10091.7336,10091.7336,10091.7336 -467.5000,1.0000,6402.1734,78.1150,78.2120,0.0539,0.0000,6,1247.3830,310.7158,674.5407,-82.5605,40.5875,88.1123,-10.7845,0.1187,34.6902,0.0000,34.6902,5.7786,34.6902,1.2751,0.0000,33.4151,0.0000,33.4151,8.5230,24.8922,0.0000,24.8922,0.1038,24.7884,0.0000,0.0000,14.4259,10.3625,8271.7149,8271.7149,8271.7149 -468.5000,1.0000,6423.9263,78.3105,78.4090,0.0547,0.0000,6,1250.5048,311.8353,642.3587,-82.7456,40.8356,84.1185,-10.8358,0.1208,34.9434,0.0000,34.9434,5.7714,34.9434,1.2824,0.0000,33.6610,0.0000,33.6610,8.5443,25.1167,0.0000,25.1167,0.1057,25.0111,0.0000,0.0000,14.4620,10.5490,8319.1604,8319.1604,8319.1604 -469.5000,1.0000,6445.7334,78.5055,78.6020,0.0536,0.0000,6,1253.6187,309.9593,643.3885,-82.9303,40.6910,84.4632,-10.8870,0.1186,34.8099,0.0000,34.8099,5.7625,34.8099,1.2820,0.0000,33.5279,0.0000,33.5279,8.5656,24.9624,0.0000,24.9624,0.1038,24.8586,0.0000,0.0000,14.4980,10.3606,8295.2303,8295.2303,8295.2303 -470.5000,1.0000,6467.5996,78.7185,78.8350,0.0647,0.0000,6,1257.0200,327.1500,643.3461,-83.1320,43.0643,84.6868,-10.9431,0.1436,37.1243,0.0000,37.1243,5.7964,37.1243,1.3307,0.0000,35.7936,0.0000,35.7936,8.5888,27.2048,0.0000,27.2048,0.1256,27.0791,0.0000,0.0000,14.5374,12.5418,8727.1949,8727.1949,8727.1949 -471.5000,1.0000,6489.5127,78.8870,78.9390,0.0289,0.0000,6,1259.7107,272.3271,650.7479,-83.2916,35.9245,85.8444,-10.9875,0.0642,30.0328,0.0000,30.0328,5.8274,30.0328,1.1909,0.0000,28.8419,0.0000,28.8419,8.6072,20.2347,0.0000,20.2347,0.0562,20.1785,0.0000,0.0000,14.5685,5.6100,7396.0576,7396.0576,7396.0576 -472.5000,1.0000,6511.4410,78.9420,78.9450,0.0017,0.0000,6,1260.5890,230.3103,626.8915,-83.3437,30.4029,82.7550,-11.0021,0.0037,24.6019,0.0000,24.6019,5.7974,24.6019,1.0829,0.0000,23.5190,0.0000,23.5190,8.6132,14.9058,0.0000,14.9058,0.0032,14.9025,0.0000,0.0000,14.5786,0.3239,6353.0285,6353.0285,6353.0285 -473.5000,1.0000,6533.3518,78.8790,78.8130,-0.0367,0.0000,6,1259.5829,171.9318,607.9516,-83.2840,22.6784,80.1908,-10.9854,-0.0815,16.9107,0.0000,16.9107,5.8492,16.9107,0.9283,0.0000,15.9823,0.0000,15.9823,8.6063,7.3760,0.0000,7.3760,-0.0713,7.4473,0.0000,0.0000,14.5670,-7.1197,4929.4410,4929.4410,4929.4410 -474.5000,1.0000,6555.2325,78.7705,78.7280,-0.0236,0.0000,6,1257.8503,191.5418,582.4647,-83.1813,25.2302,76.7233,-10.9568,-0.0524,19.4960,0.0000,19.4960,5.7866,19.4960,0.9788,0.0000,18.5172,0.0000,18.5172,8.5945,9.9228,0.0000,9.9228,-0.0459,9.9686,0.0000,0.0000,14.5470,-4.5784,5416.6648,5416.6648,5416.6648 -475.5000,1.0000,6577.0780,78.6435,78.5590,-0.0469,0.0000,6,1255.8223,156.2380,590.1665,-83.0610,20.5468,77.6125,-10.9233,-0.1041,14.8085,0.0000,14.8085,5.8423,14.8085,0.8836,0.0000,13.9249,0.0000,13.9249,8.5806,5.3443,0.0000,5.3443,-0.0910,5.4353,0.0000,0.0000,14.5235,-9.0882,4515.3777,4515.3777,4515.3777 -476.5000,1.0000,6598.8870,78.5125,78.4660,-0.0258,0.0000,6,1253.7305,188.1939,574.6738,-82.9369,24.7080,75.4491,-10.8888,-0.0572,18.9884,0.0000,18.9884,5.7768,18.9884,0.9656,0.0000,18.0228,0.0000,18.0228,8.5663,9.4565,0.0000,9.4565,-0.0500,9.5065,0.0000,0.0000,14.4993,-4.9928,5312.7735,5312.7735,5312.7735 -477.5000,1.0000,6620.6786,78.4500,78.4340,-0.0089,0.0000,6,1252.7324,214.2340,588.6464,-82.8777,28.1045,77.2221,-10.8724,-0.0197,22.3455,0.0000,22.3455,5.7786,22.3455,1.0321,0.0000,21.3135,0.0000,21.3135,8.5595,12.7540,0.0000,12.7540,-0.0172,12.7712,0.0000,0.0000,14.4878,-1.7166,5939.6761,5939.6761,5939.6761 -478.5000,1.0000,6642.4834,78.4970,78.5600,0.0350,0.0000,6,1253.4830,281.4022,600.8163,-82.9222,36.9381,78.8658,-10.8847,0.0774,31.0997,0.0000,31.0997,5.7610,31.0997,1.2077,0.0000,29.8920,0.0000,29.8920,8.5646,21.3274,0.0000,21.3274,0.0677,21.2596,0.0000,0.0000,14.4965,6.7632,7584.9996,7584.9996,7584.9996 -479.5000,1.0000,6664.3523,78.7280,78.8960,0.0933,0.0000,6,1257.1717,370.9989,631.4688,-83.1410,48.8423,83.1333,-10.9456,0.2071,42.8436,0.0000,42.8436,5.7916,42.8436,1.4452,0.0000,41.3983,0.0000,41.3983,8.5898,32.8085,0.0000,32.8085,0.1812,32.6273,0.0000,0.0000,14.5391,18.0882,9822.3919,9822.3919,9822.3919 -480.5000,1.0000,6686.2930,78.9865,79.0770,0.0503,0.0000,6,1261.2996,304.8725,670.1518,-83.3858,40.2685,88.5156,-11.0138,0.1119,34.3573,0.0000,34.3573,5.7993,34.3573,1.2785,0.0000,33.0787,0.0000,33.0787,8.6181,24.4607,0.0000,24.4607,0.0979,24.3628,0.0000,0.0000,14.5869,9.7759,8225.2691,8225.2691,8225.2691 -481.5000,1.0000,6708.1973,78.8555,78.6340,-0.1231,0.0000,6,1259.2077,41.1420,638.9585,-83.2618,5.4251,84.2556,-10.9792,-0.2735,-0.1705,0.0000,-0.1705,5.8692,-0.1705,0.7894,0.0000,-0.9599,0.0000,-0.9599,8.6038,-9.5636,0.0000,-9.5636,-0.2392,-9.3244,0.0000,0.0000,14.5627,-23.8870,2252.1843,2252.1843,2252.1843 -482.5000,1.0000,6729.9911,78.4580,78.2820,-0.0978,0.0000,6,1252.8602,78.4974,522.8566,-82.8853,10.2988,68.5984,-10.8745,-0.2162,4.7109,0.0000,4.7109,5.8042,4.7109,0.7349,0.0000,3.9760,0.0000,3.9760,8.5604,-4.5844,0.0000,-4.5844,-0.1891,-4.3953,0.0000,0.0000,14.4893,-18.8846,2841.4237,2841.4237,2841.4237 -483.5000,1.0000,6751.6766,78.0675,77.8530,-0.1192,0.0000,6,1246.6245,46.6842,537.3032,-82.5155,6.0944,70.1429,-10.7721,-0.2622,0.5753,0.0000,0.5753,5.7813,0.5753,0.7708,0.0000,-0.1954,0.0000,-0.1954,8.5178,-8.7132,0.0000,-8.7132,-0.2294,-8.4839,0.0000,0.0000,14.4171,-22.9010,2313.2550,2313.2550,2313.2550 -484.5000,1.0000,6773.2309,77.5955,77.3380,-0.1431,0.0000,6,1239.0873,11.4416,520.8942,-82.0685,1.4846,67.5896,-10.6490,-0.3129,-3.9932,0.0000,-3.9932,5.7908,-3.9932,0.8098,0.0000,-4.8031,0.0000,-4.8031,8.4663,-13.2694,0.0000,-13.2694,-0.2737,-12.9957,0.0000,0.0000,14.3300,-27.3257,1734.4267,1734.4267,1734.4267 -485.5000,1.0000,6794.6453,77.0920,76.8460,-0.1367,0.0000,6,1231.0471,21.0610,503.2253,-81.5916,2.7151,64.8733,-10.5184,-0.2970,-2.7569,0.0000,-2.7569,5.7690,-2.7569,0.7904,0.0000,-3.5473,0.0000,-3.5473,8.4113,-11.9587,0.0000,-11.9587,-0.2598,-11.6989,0.0000,0.0000,14.2370,-25.9359,1870.5064,1870.5064,1870.5064 -486.5000,1.0000,6815.9303,76.6260,76.4060,-0.1222,0.0000,6,1223.6058,42.9386,505.8521,-81.1503,5.5020,64.8177,-10.3982,-0.2640,-0.0174,0.0000,-0.0174,5.7834,-0.0174,0.7565,0.0000,-0.7740,0.0000,-0.7740,8.3605,-9.1345,0.0000,-9.1345,-0.2309,-8.9036,0.0000,0.0000,14.1509,-23.0545,2203.5252,2203.5252,2203.5252 -487.5000,1.0000,6837.0960,76.1965,75.9870,-0.1164,0.0000,6,1216.7473,51.4648,514.0357,-80.7435,6.5575,65.4971,-10.2881,-0.2500,1.0751,0.0000,1.0751,5.7324,1.0751,0.7396,0.0000,0.3355,0.0000,0.3355,8.3136,-7.9781,0.0000,-7.9781,-0.2186,-7.7595,0.0000,0.0000,14.0716,-21.8311,2324.7197,2324.7197,2324.7197 -488.5000,1.0000,6858.1630,75.8410,75.6950,-0.0811,0.0000,6,1211.0705,104.2201,517.1068,-80.4069,13.2175,65.5810,-10.1974,-0.1734,7.6952,0.0000,7.6952,5.6957,7.6952,0.7091,0.0000,6.9861,0.0000,6.9861,8.2749,-1.2888,0.0000,-1.2888,-0.1517,-1.1371,0.0000,0.0000,14.0060,-15.1431,3186.3516,3186.3516,3186.3516 -489.5000,1.0000,6879.1841,75.6760,75.6570,-0.0106,0.0000,6,1208.4357,212.9640,541.4917,-80.2506,26.9500,68.5242,-10.1555,-0.0225,21.2241,0.0000,21.2241,5.7484,21.2241,0.9778,0.0000,20.2463,0.0000,20.2463,8.2568,11.9894,0.0000,11.9894,-0.0197,12.0091,0.0000,0.0000,13.9755,-1.9664,5702.1809,5702.1809,5702.1809 -490.5000,1.0000,6900.2070,75.6825,75.7080,0.0142,0.0000,6,1208.5395,250.5662,590.7157,-80.2567,31.7112,74.7598,-10.1571,0.0302,25.9729,0.0000,25.9729,5.7080,25.9729,1.0729,0.0000,24.9000,0.0000,24.9000,8.2576,16.6424,0.0000,16.6424,0.0264,16.6160,0.0000,0.0000,13.9767,2.6393,6583.3114,6583.3114,6583.3114 -491.5000,1.0000,6921.2456,75.7390,75.7700,0.0172,0.0000,6,1209.4417,255.1678,607.7571,-80.3103,32.3176,76.9739,-10.1715,0.0368,26.5796,0.0000,26.5796,5.7012,26.5796,1.0857,0.0000,25.4940,0.0000,25.4940,8.2637,17.2303,0.0000,17.2303,0.0322,17.1981,0.0000,0.0000,13.9871,3.2110,6695.3117,6695.3117,6695.3117 -492.5000,1.0000,6942.2884,75.7540,75.7380,-0.0089,0.0000,6,1209.6812,214.9019,609.4807,-80.3245,27.2232,77.2075,-10.1753,-0.0190,21.5666,0.0000,21.5666,5.6756,21.5666,0.9856,0.0000,20.5810,0.0000,20.5810,8.2654,12.3157,0.0000,12.3157,-0.0166,12.3323,0.0000,0.0000,13.9899,-1.6576,5753.4072,5753.4072,5753.4072 -493.5000,1.0000,6963.3152,75.6965,75.6550,-0.0231,0.0000,6,1208.7630,193.6032,591.0606,-80.2700,24.5066,74.8173,-10.1607,-0.0492,18.8293,0.0000,18.8293,5.7264,18.8293,0.9302,0.0000,17.8992,0.0000,17.8992,8.2591,9.6401,0.0000,9.6401,-0.0430,9.6831,0.0000,0.0000,13.9793,-4.2962,5238.5154,5238.5154,5238.5154 -494.5000,1.0000,6984.3070,75.5705,75.4860,-0.0469,0.0000,6,1206.7510,157.0199,580.7214,-80.1507,19.8427,73.3862,-10.1287,-0.1000,14.2173,0.0000,14.2173,5.7254,14.2173,0.8365,0.0000,13.3808,0.0000,13.3808,8.2453,5.1355,0.0000,5.1355,-0.0875,5.2230,0.0000,0.0000,13.9560,-8.7330,4388.3119,4388.3119,4388.3119 -495.5000,1.0000,7005.2711,75.4710,75.4560,-0.0083,0.0000,6,1205.1621,216.1606,564.5465,-80.0564,27.2804,71.2482,-10.1035,-0.0177,21.5913,0.0000,21.5913,5.7069,21.5913,0.9829,0.0000,20.6084,0.0000,20.6084,8.2345,12.3739,0.0000,12.3739,-0.0155,12.3894,0.0000,0.0000,13.9376,-1.5482,5761.6910,5761.6910,5761.6910 -496.5000,1.0000,7026.2167,75.4040,75.3520,-0.0289,0.0000,6,1204.0922,184.5215,590.6063,-79.9930,23.2667,74.4709,-10.0865,-0.0614,17.6394,0.0000,17.6394,5.6887,17.6394,0.9031,0.0000,16.7364,0.0000,16.7364,8.2272,8.5092,0.0000,8.5092,-0.0537,8.5629,0.0000,0.0000,13.9253,-5.3623,5013.3938,5013.3938,5013.3938 -497.5000,1.0000,7047.1491,75.3565,75.3610,0.0025,0.0000,6,1203.3337,233.0594,576.7051,-79.9480,29.3685,72.6722,-10.0745,0.0053,23.6292,0.0000,23.6292,5.7340,23.6292,1.0223,0.0000,22.6069,0.0000,22.6069,8.2220,14.3849,0.0000,14.3849,0.0046,14.3802,0.0000,0.0000,13.9165,0.4638,6148.8867,6148.8867,6148.8867 -498.5000,1.0000,7068.0739,75.3295,75.2980,-0.0175,0.0000,6,1202.9026,202.4453,598.1443,-79.9224,25.5016,75.3468,-10.0676,-0.0372,19.7983,0.0000,19.7983,5.7404,19.7983,0.9454,0.0000,18.8529,0.0000,18.8529,8.2190,10.6339,0.0000,10.6339,-0.0325,10.6664,0.0000,0.0000,13.9115,-3.2451,5429.8815,5429.8815,5429.8815 -499.5000,1.0000,7088.9873,75.2880,75.2780,-0.0056,0.0000,6,1202.2399,220.3873,584.4209,-79.8831,27.7464,73.5776,-10.0571,-0.0118,22.0687,0.0000,22.0687,5.6894,22.0687,0.9903,0.0000,21.0784,0.0000,21.0784,8.2145,12.8639,0.0000,12.8639,-0.0103,12.8742,0.0000,0.0000,13.9038,-1.0296,5846.9765,5846.9765,5846.9765 -500.5000,1.0000,7109.9013,75.2905,75.3030,0.0069,0.0000,6,1202.2798,239.2656,592.6899,-79.8855,30.1241,74.6211,-10.0578,0.0147,24.4572,0.0000,24.4572,5.6522,24.4572,1.0381,0.0000,23.4191,0.0000,23.4191,8.2148,15.2043,0.0000,15.2043,0.0129,15.1914,0.0000,0.0000,13.9043,1.2871,6289.2922,6289.2922,6289.2922 -501.5000,1.0000,7130.8131,75.2825,75.2620,-0.0114,0.0000,6,1202.1521,227.3817,600.8798,-79.8779,28.6249,75.6442,-10.0558,-0.0242,20.9530,0.0000,20.9530,7.6961,20.9530,0.9680,0.0000,19.9850,0.0000,19.9850,8.2139,11.7711,0.0000,11.7711,-0.0211,11.7922,0.0000,0.0000,13.9028,-2.1106,6010.3722,6010.3722,6010.3722 -502.5000,1.0000,7151.7253,75.2840,75.3060,0.0122,0.0000,6,1202.1760,263.3860,595.9183,-79.8793,33.1581,75.0211,-10.0561,0.0259,25.4631,0.0000,25.4631,7.6690,25.4631,1.0582,0.0000,24.4049,0.0000,24.4049,8.2141,16.1909,0.0000,16.1909,0.0227,16.1682,0.0000,0.0000,13.9031,2.2651,6853.7049,6853.7049,6853.7049 -503.5000,1.0000,7172.6385,75.2875,75.2690,-0.0103,0.0000,6,1202.2319,229.1004,611.7830,-79.8827,28.8432,77.0219,-10.0570,-0.0218,21.1666,0.0000,21.1666,7.6984,21.1666,0.9723,0.0000,20.1943,0.0000,20.1943,8.2145,11.9799,0.0000,11.9799,-0.0191,11.9989,0.0000,0.0000,13.9037,-1.9048,6050.9996,6050.9996,6050.9996 -504.5000,1.0000,7193.5645,75.3335,75.3980,0.0358,0.0000,6,1202.9665,299.3439,597.1977,-79.9262,37.7096,75.2316,-10.0687,0.0761,29.9928,0.0000,29.9928,7.6408,29.9928,1.1493,0.0000,28.8434,0.0000,28.8434,8.2195,20.6239,0.0000,20.6239,0.0666,20.5574,0.0000,0.0000,13.9122,6.6451,7704.0973,7704.0973,7704.0973 -505.5000,1.0000,7214.5270,75.4650,75.5320,0.0372,0.0000,6,1205.0663,301.4920,629.0753,-80.0508,38.0466,79.3857,-10.1019,0.0792,30.3116,0.0000,30.3116,7.6558,30.3116,1.1572,0.0000,29.1544,0.0000,29.1544,8.2338,20.9205,0.0000,20.9205,0.0693,20.8513,0.0000,0.0000,13.9365,6.9148,7770.2667,7770.2667,7770.2667 -506.5000,1.0000,7235.5136,75.5520,75.5720,0.0111,0.0000,6,1206.4556,261.7312,629.9243,-80.1331,33.0670,79.5845,-10.1240,0.0237,25.3419,0.0000,25.3419,7.7015,25.3419,1.0588,0.0000,24.2831,0.0000,24.2831,8.2433,16.0398,0.0000,16.0398,0.0207,16.0191,0.0000,0.0000,13.9526,2.0665,6835.0206,6835.0206,6835.0206 -507.5000,1.0000,7256.5155,75.6065,75.6410,0.0192,0.0000,6,1207.3259,273.6296,612.4076,-80.1848,34.5952,77.4272,-10.1378,0.0408,26.9056,0.0000,26.9056,7.6488,26.9056,1.0907,0.0000,25.8149,0.0000,25.8149,8.2493,17.5656,0.0000,17.5656,0.0357,17.5299,0.0000,0.0000,13.9627,3.5673,7117.7644,7117.7644,7117.7644 -508.5000,1.0000,7277.5266,75.6400,75.6390,-0.0006,0.0000,6,1207.8608,243.7128,617.5491,-80.2165,30.8265,78.1119,-10.1463,-0.0012,23.1329,0.0000,23.1329,7.6948,23.1329,1.0156,0.0000,22.1173,0.0000,22.1173,8.2529,13.8644,0.0000,13.8644,-0.0010,13.8654,0.0000,0.0000,13.9688,-0.1034,6419.6206,6419.6206,6419.6206 -509.5000,1.0000,7298.5603,75.7215,75.8040,0.0458,0.0000,6,1209.1623,299.3710,605.0875,-80.2937,37.9073,76.6181,-10.1670,0.0978,32.0699,0.0000,32.0699,5.7396,32.0699,1.1953,0.0000,30.8747,0.0000,30.8747,8.2618,22.6128,0.0000,22.6128,0.0856,22.5273,0.0000,0.0000,13.9839,8.5434,7746.0491,7746.0491,7746.0491 -510.5000,1.0000,7319.6391,75.8835,75.9630,0.0442,0.0000,6,1211.7492,296.8867,630.3256,-80.4471,37.6732,79.9846,-10.2083,0.0945,31.8183,0.0000,31.8183,5.7604,31.8183,1.1921,0.0000,30.6263,0.0000,30.6263,8.2795,22.3468,0.0000,22.3468,0.0826,22.2641,0.0000,0.0000,14.0138,8.2503,7700.2028,7700.2028,7700.2028 -511.5000,1.0000,7340.7721,76.0790,76.1950,0.0644,0.0000,6,1214.8710,328.5870,630.0528,-80.6323,41.8032,80.1559,-10.2581,0.1382,35.8151,0.0000,35.8151,5.8499,35.8151,1.2742,0.0000,34.5408,0.0000,34.5408,8.3008,26.2400,0.0000,26.2400,0.1209,26.1191,0.0000,0.0000,14.0499,12.0692,8480.6968,8480.6968,8480.6968 -512.5000,1.0000,7361.9480,76.2330,76.2710,0.0211,0.0000,6,1217.3302,261.7947,643.9609,-80.7781,33.3732,82.0912,-10.2975,0.0454,27.5072,0.0000,27.5072,5.8206,27.5072,1.1098,0.0000,26.3974,0.0000,26.3974,8.3176,18.0797,0.0000,18.0797,0.0397,18.0401,0.0000,0.0000,14.0783,3.9617,6887.5094,6887.5094,6887.5094 -513.5000,1.0000,7383.1503,76.3285,76.3860,0.0319,0.0000,6,1218.8552,278.2864,614.7540,-80.8685,35.5200,78.4661,-10.3219,0.0687,29.6399,0.0000,29.6399,5.8113,29.6399,1.1536,0.0000,28.4864,0.0000,28.4864,8.3280,20.1583,0.0000,20.1583,0.0601,20.0982,0.0000,0.0000,14.0960,6.0022,7280.8980,7280.8980,7280.8980 -514.5000,1.0000,7404.3934,76.4750,76.5640,0.0494,0.0000,6,1221.1946,304.8081,622.7471,-81.0073,38.9798,79.6389,-10.3595,0.1066,33.0928,0.0000,33.0928,5.7805,33.0928,1.2243,0.0000,31.8685,0.0000,31.8685,8.3440,23.5245,0.0000,23.5245,0.0932,23.4313,0.0000,0.0000,14.1230,9.3082,7956.6371,7956.6371,7956.6371 -515.5000,1.0000,7425.6720,76.6030,76.6420,0.0217,0.0000,6,1223.2385,262.6053,634.4596,-81.1285,33.6390,81.2725,-10.3923,0.0468,27.7502,0.0000,27.7502,5.8420,27.7502,1.1189,0.0000,26.6313,0.0000,26.6313,8.3580,18.2733,0.0000,18.2733,0.0409,18.2324,0.0000,0.0000,14.1467,4.0857,6934.2056,6934.2056,6934.2056 -516.5000,1.0000,7446.9713,76.6775,76.7130,0.0197,0.0000,6,1224.4282,259.5498,615.9902,-81.1991,33.2799,78.9834,-10.4115,0.0426,27.3992,0.0000,27.3992,5.8381,27.3992,1.1127,0.0000,26.2865,0.0000,26.2865,8.3661,17.9204,0.0000,17.9204,0.0373,17.8831,0.0000,0.0000,14.1604,3.7227,6868.2238,6868.2238,6868.2238 -517.5000,1.0000,7468.2464,76.5905,76.4680,-0.0681,0.0000,6,1223.0389,125.1574,613.1064,-81.1167,16.0297,78.5244,-10.3891,-0.1469,10.3112,0.0000,10.3112,5.8654,10.3112,0.7700,0.0000,9.5413,0.0000,9.5413,8.3566,1.1846,0.0000,1.1846,-0.1285,1.3132,0.0000,0.0000,14.1444,-12.8312,3695.6778,3695.6778,3695.6778 -518.5000,1.0000,7489.4110,76.1925,75.9170,-0.1531,0.0000,6,1216.6834,-2.7606,550.3673,-80.7397,-0.3517,70.1227,-10.2871,-0.3287,-5.8023,0.0000,-5.8023,5.7793,-5.8023,0.8083,0.0000,-6.6106,0.0000,-6.6106,8.3132,-14.9238,0.0000,-14.9238,-0.2875,-14.6363,0.0000,0.0000,14.0709,-28.7072,1449.2062,1449.2062,1449.2062 -519.5000,1.0000,7510.4224,75.6410,75.3650,-0.1533,0.0000,6,1207.8768,-3.2985,490.3894,-80.2174,-0.4172,62.0286,-10.1466,-0.3269,-5.8142,0.0000,-5.8142,5.7239,-5.8142,0.8008,0.0000,-6.6150,0.0000,-6.6150,8.2530,-14.8680,0.0000,-14.8680,-0.2860,-14.5821,0.0000,0.0000,13.9690,-28.5511,1419.5749,1419.5749,1419.5749 -520.5000,1.0000,7531.2874,75.1140,74.8630,-0.1394,0.0000,6,1199.4614,17.9596,488.0747,-79.7182,2.2559,61.3057,-10.0132,-0.2952,-3.2076,0.0000,-3.2076,5.7587,-3.2076,0.7675,0.0000,-3.9751,0.0000,-3.9751,8.1955,-12.1706,0.0000,-12.1706,-0.2582,-11.9124,0.0000,0.0000,13.8717,-25.7841,1753.2829,1753.2829,1753.2829 -521.5000,1.0000,7552.0035,74.5780,74.2930,-0.1583,0.0000,6,1190.9022,-10.5645,494.9837,-79.2076,-1.3175,61.7299,-9.8781,-0.3328,-6.6546,0.0000,-6.6546,5.6699,-6.6546,0.7946,0.0000,-7.4492,0.0000,-7.4492,8.1370,-15.5862,0.0000,-15.5862,-0.2911,-15.2951,0.0000,0.0000,13.7727,-29.0678,1249.6821,1249.6821,1249.6821 -522.5000,1.0000,7572.5816,74.0810,73.8690,-0.1178,0.0000,6,1182.9659,49.8223,480.4147,-78.7342,6.1720,59.5137,-9.7536,-0.2459,0.7838,0.0000,0.7838,5.6341,0.7838,0.7134,0.0000,0.0704,0.0000,0.0704,8.0828,-8.0125,0.0000,-8.0125,-0.2151,-7.7973,0.0000,0.0000,13.6809,-21.4783,2251.0061,2251.0061,2251.0061 -523.5000,1.0000,7593.0323,73.6225,73.3760,-0.1369,0.0000,6,1175.6443,21.5367,505.8846,-78.2974,2.6515,62.2811,-9.6394,-0.2842,-2.6965,0.0000,-2.6965,5.6322,-2.6965,0.7420,0.0000,-3.4385,0.0000,-3.4385,8.0328,-11.4713,0.0000,-11.4713,-0.2486,-11.2227,0.0000,0.0000,13.5963,-24.8190,1794.7735,1794.7735,1794.7735 -524.5000,1.0000,7613.3528,73.1540,72.9320,-0.1233,0.0000,6,1168.1630,41.6862,491.0035,-77.8511,5.0995,60.0643,-9.5235,-0.2543,-0.2300,0.0000,-0.2300,5.5838,-0.2300,0.7110,0.0000,-0.9410,0.0000,-0.9410,7.9817,-8.9227,0.0000,-8.9227,-0.2224,-8.7002,0.0000,0.0000,13.5097,-22.2100,2111.4577,2111.4577,2111.4577 -525.5000,1.0000,7633.5502,72.7105,72.4890,-0.1231,0.0000,6,1161.0810,42.1892,498.4746,-77.4287,5.1297,60.6086,-9.4144,-0.2522,-0.1806,0.0000,-0.1806,5.5625,-0.1806,0.7045,0.0000,-0.8851,0.0000,-0.8851,7.9333,-8.8184,0.0000,-8.8184,-0.2206,-8.5978,0.0000,0.0000,13.4278,-22.0256,2114.8480,2114.8480,2114.8480 -526.5000,1.0000,7653.5982,72.1730,71.8570,-0.1756,0.0000,6,1152.4979,-36.1074,495.4338,-76.9167,-4.3578,59.7936,-9.2830,-0.3571,-9.5089,0.0000,-9.5089,5.5083,-9.5089,0.7905,0.0000,-10.2994,0.0000,-10.2994,7.8746,-18.1740,0.0000,-18.1740,-0.3124,-17.8617,0.0000,0.0000,13.3286,-31.1902,704.9907,704.9907,704.9907 -527.5000,1.0000,7673.5075,71.6735,71.4900,-0.1019,0.0000,6,1144.5216,73.6120,457.8296,-76.4409,8.8227,54.8727,-9.1617,-0.2060,3.5429,0.0000,3.5429,5.4858,3.5429,0.6533,0.0000,2.8896,0.0000,2.8896,7.8201,-4.9305,0.0000,-4.9305,-0.1801,-4.7504,0.0000,0.0000,13.2363,-17.9867,2605.5089,2605.5089,2605.5089 -528.5000,1.0000,7693.3071,71.2785,71.0670,-0.1175,0.0000,6,1138.2140,50.4599,507.6310,-76.0646,6.0145,60.5063,-9.0664,-0.2361,0.7924,0.0000,0.7924,5.4582,0.7924,0.6755,0.0000,0.1169,0.0000,0.1169,7.7770,-7.6601,0.0000,-7.6601,-0.2065,-7.4536,0.0000,0.0000,13.1634,-20.6170,2231.8707,2231.8707,2231.8707 -529.5000,1.0000,7713.0006,70.8965,70.7260,-0.0947,0.0000,6,1132.1140,83.9885,495.5485,-75.7007,9.9572,58.7496,-8.9747,-0.1893,4.7621,0.0000,4.7621,5.3844,4.7621,0.6307,0.0000,4.1314,0.0000,4.1314,7.7354,-3.6040,0.0000,-3.6040,-0.1656,-3.4384,0.0000,0.0000,13.0928,-16.5313,2762.9905,2762.9905,2762.9905 -530.5000,1.0000,7732.6116,70.5995,70.4730,-0.0703,0.0000,6,1127.3714,121.5089,510.6945,-75.4178,14.3451,60.2916,-8.9037,-0.1399,9.0838,0.0000,9.0838,5.4011,9.0838,0.6790,0.0000,8.4049,0.0000,8.4049,7.7030,0.7019,0.0000,0.7019,-0.1223,0.8242,0.0000,0.0000,13.0380,-12.2137,3353.3326,3353.3326,3353.3326 -531.5000,1.0000,7752.1234,70.2425,70.0120,-0.1281,0.0000,6,1121.6706,35.0339,526.1266,-75.0778,4.1151,61.7994,-8.8187,-0.2535,-1.0481,0.0000,-1.0481,5.4168,-1.0481,0.6801,0.0000,-1.7283,0.0000,-1.7283,7.6640,-9.3923,0.0000,-9.3923,-0.2218,-9.1705,0.0000,0.0000,12.9721,-22.1425,1961.2043,1961.2043,1961.2043 -532.5000,1.0000,7771.5134,69.8040,69.5960,-0.1156,0.0000,6,1114.6684,53.1455,483.3197,-74.6601,6.2036,56.4168,-8.7149,-0.2274,1.1048,0.0000,1.1048,5.3262,1.1048,0.6528,0.0000,0.4520,0.0000,0.4520,7.6162,-7.1642,0.0000,-7.1642,-0.1989,-6.9653,0.0000,0.0000,12.8911,-19.8564,2259.3097,2259.3097,2259.3097 -533.5000,1.0000,7790.7943,69.4115,69.2270,-0.1025,0.0000,6,1108.4007,72.7995,490.6643,-74.2862,8.4499,56.9521,-8.6225,-0.2005,3.3279,0.0000,3.3279,5.3226,3.3279,0.6254,0.0000,2.7026,0.0000,2.7026,7.5733,-4.8708,0.0000,-4.8708,-0.1754,-4.6954,0.0000,0.0000,12.8186,-17.5140,2568.8830,2568.8830,2568.8830 -534.5000,1.0000,7809.9846,69.0850,68.9430,-0.0789,0.0000,6,1103.1870,108.5431,499.2561,-73.9752,12.5395,57.6768,-8.5460,-0.1536,7.3740,0.0000,7.3740,5.3191,7.3740,0.6286,0.0000,6.7455,0.0000,6.7455,7.5377,-0.7923,0.0000,-0.7923,-0.1344,-0.6579,0.0000,0.0000,12.7583,-13.4162,3133.8003,3133.8003,3133.8003 -535.5000,1.0000,7829.1313,68.9280,68.9130,-0.0083,0.0000,6,1100.6799,216.9467,517.0843,-73.8256,25.0059,59.6007,-8.5094,-0.0162,19.6951,0.0000,19.6951,5.3270,19.6951,0.8733,0.0000,18.8217,0.0000,18.8217,7.5206,11.3012,0.0000,11.3012,-0.0142,11.3153,0.0000,0.0000,12.7293,-1.4140,5267.5908,5267.5908,5267.5908 -536.5000,1.0000,7848.2853,68.9545,68.9960,0.0231,0.0000,6,1101.1031,265.0473,569.5525,-73.8509,30.5619,65.6735,-8.5155,0.0448,25.1940,0.0000,25.1940,5.3231,25.1940,0.9836,0.0000,24.2104,0.0000,24.2104,7.5235,16.6869,0.0000,16.6869,0.0392,16.6477,0.0000,0.0000,12.7342,3.9135,6274.6859,6274.6859,6274.6859 -537.5000,1.0000,7867.5218,69.2515,69.5070,0.1419,0.0000,6,1105.8458,446.8948,595.1249,-74.1338,51.7522,68.9178,-8.5850,0.2771,46.1918,0.0000,46.1918,5.2833,46.1918,1.4067,0.0000,44.7851,0.0000,44.7851,7.5559,37.2292,0.0000,37.2292,0.2424,36.9869,0.0000,0.0000,12.7890,24.1979,10262.0115,10262.0115,10262.0115 -538.5000,1.0000,7886.8978,69.7535,70.0000,0.1369,0.0000,6,1113.8620,439.3660,681.9599,-74.6120,51.2491,79.5461,-8.7030,0.2693,45.6437,0.0000,45.6437,5.3362,45.6437,1.4011,0.0000,44.2426,0.0000,44.2426,7.6107,36.6320,0.0000,36.6320,0.2355,36.3965,0.0000,0.0000,12.8817,23.5147,10177.0571,10177.0571,10177.0571 -539.5000,1.0000,7906.4289,70.3120,70.6240,0.1733,0.0000,6,1122.7804,495.0267,680.2004,-75.1440,58.2039,79.9761,-8.8352,0.3435,52.5026,0.0000,52.5026,5.3578,52.5026,1.5442,0.0000,50.9583,0.0000,50.9583,7.6716,43.2867,0.0000,43.2867,0.3005,42.9862,0.0000,0.0000,12.9849,30.0013,11598.9959,11598.9959,11598.9959 -540.5000,1.0000,7926.1185,70.8825,71.1410,0.1436,0.0000,6,1131.8905,449.6253,707.0185,-75.6874,53.2947,83.8038,-8.9713,0.2869,47.5857,0.0000,47.5857,5.4221,47.5857,1.4521,0.0000,46.1336,0.0000,46.1336,7.7338,38.3998,0.0000,38.3998,0.2510,38.1488,0.0000,0.0000,13.0902,25.0586,10591.9326,10591.9326,10591.9326 -541.5000,1.0000,7945.9342,71.3365,71.5320,0.1086,0.0000,6,1139.1402,395.4334,686.7294,-76.1199,47.1714,81.9203,-9.0804,0.2184,41.5577,0.0000,41.5577,5.3953,41.5577,1.3364,0.0000,40.2213,0.0000,40.2213,7.7834,32.4379,0.0000,32.4379,0.1910,32.2469,0.0000,0.0000,13.1741,19.0728,9492.7810,9492.7810,9492.7810 -542.5000,1.0000,7965.8605,71.7345,71.9370,0.1125,0.0000,6,1145.4957,400.9740,662.7922,-76.4990,48.0993,79.5059,-9.1765,0.2275,42.4989,0.0000,42.4989,5.3729,42.4989,1.3596,0.0000,41.1393,0.0000,41.1393,7.8268,33.3125,0.0000,33.3125,0.1990,33.1136,0.0000,0.0000,13.2476,19.8660,9670.8670,9670.8670,9670.8670 -543.5000,1.0000,7985.8871,72.0960,72.2550,0.0883,0.0000,6,1151.2683,364.4071,666.0123,-76.8433,43.9331,80.2948,-9.2643,0.1795,38.2941,0.0000,38.2941,5.4595,38.2941,1.2794,0.0000,37.0147,0.0000,37.0147,7.8662,29.1484,0.0000,29.1484,0.1570,28.9914,0.0000,0.0000,13.3143,15.6771,8849.7958,8849.7958,8849.7958 -544.5000,1.0000,8005.9950,72.3885,72.5220,0.0742,0.0000,6,1155.9391,342.7955,649.8419,-77.1220,41.4953,78.6631,-9.3356,0.1513,35.8488,0.0000,35.8488,5.4951,35.8488,1.2337,0.0000,34.6151,0.0000,34.6151,7.8982,26.7170,0.0000,26.7170,0.1324,26.5846,0.0000,0.0000,13.3684,13.2162,8372.0995,8372.0995,8372.0995 -545.5000,1.0000,8026.1598,72.5930,72.6640,0.0394,0.0000,6,1159.2047,289.4967,640.0531,-77.3168,35.1425,77.6971,-9.3856,0.0807,29.5560,0.0000,29.5560,5.5058,29.5560,1.1101,0.0000,28.4459,0.0000,28.4459,7.9205,20.5254,0.0000,20.5254,0.0706,20.4548,0.0000,0.0000,13.4061,7.0487,7204.3249,7204.3249,7204.3249 -546.5000,1.0000,8046.3674,72.7475,72.8310,0.0464,0.0000,6,1161.6718,300.1085,616.1411,-77.4639,36.5082,74.9536,-9.4235,0.0951,30.9012,0.0000,30.9012,5.5118,30.9012,1.1387,0.0000,29.7625,0.0000,29.7625,7.9373,21.8252,0.0000,21.8252,0.0832,21.7420,0.0000,0.0000,13.4347,8.3073,7467.6763,7467.6763,7467.6763 -547.5000,1.0000,8066.5957,72.8220,72.8130,-0.0050,0.0000,6,1162.8615,221.1276,620.5215,-77.5349,26.9277,75.5637,-9.4418,-0.0103,21.4389,0.0000,21.4389,5.4991,21.4389,0.9503,0.0000,20.4886,0.0000,20.4886,7.9455,12.5431,0.0000,12.5431,-0.0090,12.5521,0.0000,0.0000,13.4484,-0.8963,5625.5919,5625.5919,5625.5919 -548.5000,1.0000,8086.8234,72.8195,72.8260,0.0036,0.0000,6,1162.8215,234.4446,584.2862,-77.5325,28.5484,71.1488,-9.4412,0.0074,23.0290,0.0000,23.0290,5.5120,23.0290,0.9820,0.0000,22.0469,0.0000,22.0469,7.9452,14.1018,0.0000,14.1018,0.0065,14.0953,0.0000,0.0000,13.4480,0.6473,5937.2303,5937.2303,5937.2303 -549.5000,1.0000,8107.0493,72.8135,72.8010,-0.0069,0.0000,6,1162.7257,218.5459,590.2388,-77.5268,26.6102,71.8677,-9.4397,-0.0143,21.0771,0.0000,21.0771,5.5474,21.0771,0.9429,0.0000,20.1342,0.0000,20.1342,7.9445,12.1896,0.0000,12.1896,-0.0125,12.2021,0.0000,0.0000,13.4469,-1.2447,5564.6352,5564.6352,5564.6352 -550.5000,1.0000,8127.2209,72.6175,72.4340,-0.1019,0.0000,6,1159.5959,73.3092,580.7433,-77.3401,8.9021,70.5212,-9.3916,-0.2087,3.5931,0.0000,3.5931,5.5176,3.5931,0.6655,0.0000,2.9277,0.0000,2.9277,7.9231,-4.9955,0.0000,-4.9955,-0.1825,-4.8129,0.0000,0.0000,13.4107,-18.2236,2610.5504,2610.5504,2610.5504 -551.5000,1.0000,8147.2739,72.1910,71.9480,-0.1350,0.0000,6,1152.7853,23.8494,510.8675,-76.9338,2.8791,61.6716,-9.2874,-0.2747,-2.3040,0.0000,-2.3040,5.4578,-2.3040,0.7187,0.0000,-3.0227,0.0000,-3.0227,7.8766,-10.8993,0.0000,-10.8993,-0.2403,-10.6590,0.0000,0.0000,13.3319,-23.9909,1816.7105,1816.7105,1816.7105 -552.5000,1.0000,8167.1428,71.5280,71.1080,-0.2333,0.0000,6,1142.1982,-76.3005,482.9399,-76.3023,-9.1264,57.7648,-9.1266,-0.4704,-14.0665,0.0000,-14.0665,5.4106,-14.0665,0.8274,0.0000,-14.8939,0.0000,-14.8939,7.8043,-22.6982,5.5888,-28.2869,-0.4115,-27.8754,0.0000,0.0000,13.2095,-41.0849,0.0000,0.0000,0.0000 -553.5000,1.0000,8186.7545,70.6020,70.0960,-0.2811,0.0000,6,1127.4113,-75.4202,430.0055,-75.4202,-8.9043,50.7674,-8.9043,-0.5594,-13.7016,0.0000,-13.7016,5.3567,-13.7016,0.8114,0.0000,-14.5130,0.0000,-14.5130,7.7032,-22.2163,14.0913,-36.3076,-0.4893,-35.8183,0.0000,0.0000,13.0384,-48.8567,0.0000,0.0000,0.0000 -554.5000,1.0000,8206.0803,69.5730,69.0500,-0.2906,0.0000,6,1110.9796,-74.4400,425.4548,-74.4400,-8.6605,49.4981,-8.6605,-0.5698,-13.3999,0.0000,-13.3999,5.3092,-13.3999,0.7948,0.0000,-14.1947,0.0000,-14.1947,7.5910,-21.7856,15.6265,-37.4121,-0.4984,-36.9137,0.0000,0.0000,12.8484,-49.7622,0.0000,0.0000,0.0000 -555.5000,1.0000,8225.1017,68.4770,67.9040,-0.3183,0.0000,6,1093.4781,-73.3182,420.0439,-73.3182,-8.3956,48.0987,-8.3956,-0.6144,-13.0064,0.0000,-13.0064,5.2253,-13.0064,0.7765,0.0000,-13.7829,0.0000,-13.7829,7.4714,-21.2543,20.2978,-41.5521,-0.5374,-41.0147,0.0000,0.0000,12.6460,-53.6607,0.0000,0.0000,0.0000 -556.5000,1.0000,8243.7755,67.2255,66.5470,-0.3769,0.0000,6,1073.4935,-71.8877,413.3278,-71.8877,-8.0813,46.4646,-8.0813,-0.7143,-12.4850,0.0000,-12.4850,5.1180,-12.4850,0.7550,0.0000,-13.2400,0.0000,-13.2400,7.3348,-20.5748,28.1156,-48.6904,-0.6248,-48.0657,1.8988,0.0000,12.4149,-62.3793,0.0000,0.0000,0.0000 -557.5000,1.0000,8261.8334,65.0085,63.4700,-0.8547,0.0000,6,1038.0912,-69.3516,393.5176,-69.3535,-7.5391,42.7788,-7.5393,-1.5662,-11.1749,0.0000,-11.1749,5.2019,-11.1749,0.7135,0.0000,-11.8884,0.0000,-11.8884,7.0929,-18.9813,93.3074,-112.2887,-1.3699,-110.9187,13.8568,0.0000,12.0050,-136.7806,0.0000,0.0000,0.0000 -558.5000,1.0000,8278.9580,61.6485,59.8270,-1.0119,0.0000,6,984.4369,-67.5127,366.7509,-67.5171,-6.9599,37.8084,-6.9603,-1.7584,-10.1586,0.0000,-10.1586,4.9572,-10.1586,0.6613,0.0000,-10.8199,0.0000,-10.8199,6.7263,-17.5462,93.8039,-111.3502,-1.5381,-109.8121,32.3764,0.0000,11.3823,-153.5707,0.0000,0.0000,0.0000 -559.5000,1.0000,8294.8932,57.3670,54.9070,-1.3667,0.0000,6,916.0676,-71.4282,384.2824,-71.4282,-6.8521,36.8644,-6.8521,-2.2099,-9.5408,0.0000,-9.5408,4.8986,-9.5408,0.6032,0.0000,-10.1441,0.0000,-10.1441,6.2592,-16.4032,118.5596,-134.9629,-1.9330,-133.0299,49.3811,0.0000,10.5875,-192.9985,0.0000,0.0000,0.0000 -560.5000,1.0000,8309.7774,53.5830,52.2590,-0.7356,0.0000,6,855.6426,-75.5191,411.4202,-75.5191,-6.7667,36.8644,-6.7667,-1.1109,-10.2101,0.0000,-10.2101,4.5543,-10.2101,0.5657,0.0000,-10.7758,0.0000,-10.7758,5.8463,-16.6221,20.8940,-37.5161,-0.9717,-36.5444,50.5901,0.0000,9.8879,-97.0223,0.0000,0.0000,0.0000 -561.5000,1.0000,8323.8381,50.6185,48.9780,-0.9114,0.0000,6,808.3038,-78.9041,435.5152,-78.9041,-6.6789,36.8644,-6.6789,-1.3004,-9.8754,0.0000,-9.8754,4.4964,-9.8754,0.5288,0.0000,-10.4042,0.0000,-10.4042,5.5229,-15.9270,42.9470,-58.8740,-1.1374,-57.7366,46.4866,0.0000,9.3412,-113.5644,0.0000,0.0000,0.0000 -562.5000,1.0000,8337.0199,47.4545,45.9310,-0.8464,0.0000,6,757.7794,-84.0234,464.5529,-84.0265,-6.6676,36.8644,-6.6679,-1.1321,-9.8422,0.0000,-9.8422,4.3067,-9.8422,0.4936,0.0000,-10.3359,0.0000,-10.3359,5.1777,-15.5135,32.0113,-47.5248,-0.9903,-46.5346,43.5809,0.0000,8.7573,-98.8727,0.0000,0.0000,0.0000 -563.5000,1.0000,8349.3442,44.3675,42.8040,-0.8686,0.0000,6,708.4845,-89.3098,496.8756,-89.3138,-6.6261,36.8644,-6.6264,-1.0863,-9.6679,0.0000,-9.6679,4.1281,-9.6679,0.4589,0.0000,-10.1269,0.0000,-10.1269,4.8408,-14.9677,28.8510,-43.8188,-0.9502,-42.8686,43.8126,0.0000,8.1867,-94.8680,0.0000,0.0000,0.0000 -564.5000,1.0000,8360.7670,41.1220,39.4400,-0.9344,0.0000,0,641.7588,34.4158,548.5373,-96.4707,2.3129,36.8644,-6.4833,-1.6458,0.0000,0.0000,0.0000,3.9587,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.4867,-4.4867,39.5620,-44.0487,-0.9474,-43.1013,43.9044,0.0000,7.5868,-94.5926,1146.8232,1146.8232,1146.8232 -565.5000,1.0000,8371.1189,37.2670,35.0940,-1.2072,0.0000,5,684.8902,-91.8445,513.9928,-91.8445,-6.5872,36.8644,-6.5872,3.5705,-13.4767,0.0000,-13.4767,3.3190,-16.0850,0.3885,0.0000,-16.4734,0.0000,-16.4734,4.0661,-20.5396,41.9652,-62.5048,-1.1092,-61.3956,42.4791,0.0000,6.8746,-110.7493,0.0000,0.0000,0.0000 -566.5000,1.0000,8380.2909,33.0190,30.9440,-1.1528,0.0000,5,724.2657,-87.6157,486.0490,-87.6211,-6.6452,36.8644,-6.6456,-2.0244,-8.8669,0.0000,-8.8669,4.2461,-8.8669,0.3095,0.0000,-9.1765,0.0000,-9.1765,3.6026,-12.7791,34.1223,-46.9014,-0.9385,-45.9629,41.6474,0.0000,6.0895,-93.6998,0.0000,0.0000,0.0000 -567.5000,1.0000,8388.3800,29.1210,27.2980,-1.0128,0.0000,0,639.3755,37.8299,550.5820,-96.7263,2.5329,36.8644,-6.4763,-1.5461,0.0000,0.0000,0.0000,4.0790,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1773,-3.1773,22.0085,-25.1858,-0.7271,-24.4587,42.7756,0.0000,5.3680,-72.6022,1178.4984,1178.4984,1178.4984 -568.5000,1.0000,8395.2570,24.7570,22.2160,-1.4117,0.0000,4,660.6049,-94.4493,532.8883,-94.4493,-6.5338,36.8644,-6.5338,2.4586,-12.2838,0.0000,-12.2838,3.2913,-14.9446,0.5995,0.0000,-15.5441,0.0000,-15.5441,2.7012,-18.2452,20.5342,-38.7794,-0.8617,-37.9178,43.5543,0.0000,4.5598,-86.0319,0.0000,0.0000,0.0000 -569.5000,1.0000,8400.6518,19.4215,16.6270,-1.5525,0.0000,0,660.6049,11.1815,532.8883,-94.4493,0.7735,36.8644,-6.5338,-2.4586,0.0000,0.0000,0.0000,3.2322,0.0000,0.0000,0.0000,0.0004,0.0000,0.0004,2.1190,-2.1187,29.2090,-31.3277,-0.7434,-30.5843,40.0660,0.0000,3.5736,-74.2239,933.6772,933.6772,933.6772 -570.5000,1.0000,8404.5967,14.2015,11.7760,-1.3475,0.0000,2,791.5533,57.1891,538.3988,-80.4039,4.7405,44.6286,-6.6648,9.3114,-8.0425,0.0000,-8.0425,3.4716,-12.0462,0.8440,0.0000,-12.8902,0.0000,-12.8902,1.5495,-14.4397,0.0000,-14.4397,-0.4718,-13.9679,30.5276,0.0000,2.6122,-47.1077,1723.9972,1723.9972,1723.9972 -571.5000,1.0000,8407.3739,9.9980,8.2200,-0.9878,0.0000,2,834.6721,-55.9054,421.7568,-77.0186,-4.8865,36.8644,-6.7319,-7.6084,-0.5891,0.0000,-0.5891,3.3111,-0.5891,0.4545,0.0000,-1.0436,0.0000,-1.0436,1.0909,-2.1345,0.0000,-2.1345,-0.2435,-1.8910,20.5803,0.0000,1.8397,-24.3109,7.6879,7.6879,7.6879 -572.5000,1.0000,8409.2664,6.8130,5.4060,-0.7817,0.0000,0,643.1189,23.0791,547.3772,-96.3248,1.5543,36.8644,-6.4872,-1.7030,0.0000,0.0000,0.0000,3.2573,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.7434,-0.7434,1.4794,-2.2227,-0.1313,-2.0914,9.7622,0.0000,1.2560,-13.1096,1035.6140,1035.6140,1035.6140 -573.5000,1.0000,8410.5975,4.7920,4.1780,-0.3411,0.0000,1,622.7276,76.4590,565.3011,-98.5120,4.9860,36.8644,-6.4242,0.8692,0.9602,-0.0240,0.9842,3.1567,1.1415,0.3478,0.0000,0.7937,0.0000,0.7937,0.5228,0.2708,0.0000,0.2708,-0.0403,0.3111,3.4504,0.0000,0.8846,-4.0239,1546.3830,1546.3830,1546.3830 -574.5000,1.0000,8411.6232,3.6925,3.2070,-0.2697,0.0000,1,644.9499,35.2990,545.8233,-96.1284,2.3841,36.8644,-6.4924,-0.0200,-0.7770,0.1169,-0.8939,3.1811,-0.8939,0.2676,0.0000,-1.1615,0.0000,-1.1615,0.4029,-1.5644,0.0000,-1.5644,-0.0246,-1.5398,0.2300,0.0000,0.6819,-2.4517,1158.5203,1158.5203,1158.5203 -575.5000,1.0000,8412.3359,2.5655,1.9240,-0.3564,0.0000,1,644.4444,49.2722,546.2513,-96.1827,3.3252,36.8644,-6.4910,0.0000,-1.0045,0.3349,-1.3394,4.3297,-1.3394,0.1802,0.0000,-1.5196,0.0000,-1.5196,0.2799,-1.7995,0.0000,-1.7995,-0.0225,-1.7770,0.0000,0.0000,0.4738,-2.2507,1296.6696,1296.6696,1296.6696 -576.5000,1.0000,8412.7223,1.3910,0.8580,-0.2961,0.0000,1,644.4444,58.7526,546.2513,-96.1827,3.9650,36.8644,-6.4910,0.0000,-0.3251,0.2020,-0.5271,4.2901,-0.5271,0.0884,0.0000,-0.6154,0.0000,-0.6154,0.1518,-0.7672,0.0000,-0.7672,-0.0102,-0.7571,0.0000,0.0000,0.2569,-1.0139,1390.7145,1390.7145,1390.7145 -577.5000,1.0000,8412.8441,0.4385,0.0190,-0.2331,0.0000,1,644.4444,64.3719,546.2513,-96.1827,4.3442,36.8644,-6.4910,0.0000,-0.0043,0.0956,-0.0999,4.3485,-0.0999,0.0253,0.0000,-0.1253,0.0000,-0.1253,0.0478,-0.1731,0.0000,-0.1731,-0.0025,-0.1706,0.0000,0.0000,0.0810,-0.2516,1446.4579,1446.4579,1446.4579 -578.5000,1.0000,8412.8467,0.0095,0.0000,-0.0053,0.0000,0,644.4444,63.0619,546.2513,-96.1827,4.2558,36.8644,-6.4910,0.0000,0.0000,-0.0031,0.0031,4.2558,0.0031,0.0005,0.0000,0.0027,0.0000,0.0027,0.0010,0.0016,0.0000,0.0016,0.0000,0.0016,0.0000,0.0000,0.0018,-0.0001,1433.4627,1433.4627,1433.4627 -579.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,622.2222,53.2227,565.7603,-98.5662,3.4679,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,4.3171,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1315.4140,1315.4140,1315.4140 -580.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.6491,586.7144,-100.9497,4.3762,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3762,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1457.9188,1457.9188,1457.9188 -581.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.1008,586.7144,-100.9497,4.2789,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2789,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1442.5597,1442.5597,1442.5597 -582.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.3683,586.7144,-100.9497,4.2957,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2957,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1445.2137,1445.2137,1445.2137 -583.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.5865,586.7144,-100.9497,4.3094,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3094,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1447.3782,1447.3782,1447.3782 -584.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,51.4670,586.7144,-100.9497,3.2338,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.2338,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1277.5526,1277.5526,1277.5526 -585.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,51.6844,586.7144,-100.9497,3.2474,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.2474,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1279.7096,1279.7096,1279.7096 -586.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.0564,586.7144,-100.9497,4.3389,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3389,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1452.0394,1452.0394,1452.0394 -587.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.5274,586.7144,-100.9497,4.3057,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3057,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1446.7921,1446.7921,1446.7921 -588.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.6935,586.7144,-100.9497,4.3161,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3161,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1448.4392,1448.4392,1448.4392 -589.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.5703,586.7144,-100.9497,4.3712,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3712,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1457.1372,1457.1372,1457.1372 -590.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.2578,586.7144,-100.9497,4.2888,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2888,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1444.1175,1444.1175,1444.1175 -591.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.7658,586.7144,-100.9497,4.3207,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3207,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1449.1572,1449.1572,1449.1572 -592.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,67.9366,586.7144,-100.9497,4.2686,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1440.9313,1440.9313,1440.9313 -593.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,67.7700,586.7144,-100.9497,4.2581,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2581,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1439.2783,1439.2783,1439.2783 -594.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,66.8752,586.7144,-100.9497,4.2019,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1430.4016,1430.4016,1430.4016 -595.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,66.1217,586.7144,-100.9497,4.1545,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1545,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1422.9271,1422.9271,1422.9271 -596.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,67.0160,586.7144,-100.9497,4.2107,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2107,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1431.7987,1431.7987,1431.7987 -597.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,66.2350,586.7144,-100.9497,4.1617,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1617,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1424.0511,1424.0511,1424.0511 -598.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,66.5767,586.7144,-100.9497,4.1831,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1831,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1427.4406,1427.4406,1427.4406 -599.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.2156,586.7144,-100.9497,4.3489,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3489,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1453.6190,1453.6190,1453.6190 -600.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.1680,586.7144,-100.9497,4.3460,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3460,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1453.1469,1453.1469,1453.1469 -601.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.8652,586.7144,-100.9497,4.3269,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3269,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1450.1432,1450.1432,1450.1432 -602.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,70.1832,586.7144,-100.9497,4.4097,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.4097,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1463.2178,1463.2178,1463.2178 -603.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,52.1706,586.7144,-100.9497,3.2780,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.2780,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1284.5325,1284.5325,1284.5325 -604.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,50.1697,586.7144,-100.9497,3.1523,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1523,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1264.6831,1264.6831,1264.6831 -605.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,51.7931,586.7144,-100.9497,3.2543,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.2543,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1280.7874,1280.7874,1280.7874 -606.5000,1.0000,8412.8467,0.0000,0.0000,0.0000,0.0000,0,600.0000,50.4300,586.7144,-100.9497,3.1686,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1267.2659,1267.2659,1267.2659 -607.5000,1.0000,8412.8475,0.0030,0.0060,0.0017,0.0000,1,600.0000,51.0711,586.7144,-100.9497,3.2089,36.8644,-6.3429,0.0000,0.0000,-0.0010,0.0010,3.2089,0.0010,0.0002,0.0000,0.0009,0.0000,0.0009,0.0003,0.0006,0.0000,0.0006,0.0000,0.0006,0.0000,0.0000,0.0006,0.0000,1273.6257,1273.6257,1273.6257 -608.5000,1.0000,8412.8489,0.0050,0.0040,-0.0006,0.0000,1,622.2222,61.9703,565.7603,-98.5662,4.0379,36.8644,-6.4225,0.8491,0.0013,-0.0004,0.0017,3.1875,0.0017,0.0003,0.0000,0.0015,0.0000,0.0015,0.0005,0.0009,0.0000,0.0009,0.0000,0.0009,0.0000,0.0000,0.0009,0.0000,1402.1894,1402.1894,1402.1894 -609.5000,1.0000,8412.8499,0.0020,0.0030,-0.0003,0.0000,1,644.4444,46.7491,546.2513,-96.1827,3.1549,36.8644,-6.4910,0.0000,0.0000,-0.0007,0.0007,3.1549,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1271.6404,1271.6404,1271.6404 -610.5000,1.0000,8412.8510,0.0000,0.0050,0.0006,0.0000,1,644.4444,47.6382,546.2513,-96.1827,3.2149,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2149,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1280.4599,1280.4599,1280.4599 -611.5000,1.0000,8412.8527,0.0000,0.0070,0.0006,0.0000,1,644.4444,46.8986,546.2513,-96.1827,3.1650,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.1235,1273.1235,1273.1235 -612.5000,1.0000,8412.8548,0.0000,0.0080,0.0003,0.0000,1,644.4444,46.6270,546.2513,-96.1827,3.1467,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1467,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1270.4289,1270.4289,1270.4289 -613.5000,1.0000,8412.8570,0.0000,0.0080,0.0000,0.0000,0,644.4444,46.9732,546.2513,-96.1827,3.1700,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1700,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.8633,1273.8633,1273.8633 -614.5000,1.0000,8412.8592,0.0000,0.0080,0.0000,0.0000,0,622.2222,35.6337,565.7603,-98.5662,2.3219,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1140.9311,1140.9311,1140.9311 -615.5000,1.0000,8412.8614,0.0000,0.0080,0.0000,0.0000,0,600.0000,50.6540,586.7144,-100.9497,3.1827,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1827,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1269.4873,1269.4873,1269.4873 -616.5000,1.0000,8412.8636,0.0000,0.0080,0.0000,0.0000,0,600.0000,50.8109,586.7144,-100.9497,3.1925,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1271.0442,1271.0442,1271.0442 -617.5000,1.0000,8412.8659,0.0000,0.0080,0.0000,0.0000,0,600.0000,52.1735,586.7144,-100.9497,3.2782,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.2782,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1284.5608,1284.5608,1284.5608 -618.5000,1.0000,8412.8681,0.0000,0.0080,0.0000,0.0000,0,600.0000,50.0069,586.7144,-100.9497,3.1420,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.0680,1263.0680,1263.0680 -619.5000,1.0000,8412.8709,0.0020,0.0120,0.0011,0.0000,1,600.0000,49.4747,586.7144,-100.9497,3.1086,36.8644,-6.3429,0.0000,0.0000,-0.0007,0.0007,3.1086,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1257.7892,1257.7892,1257.7892 -620.5000,1.0000,8412.8739,0.0020,0.0100,-0.0006,0.0000,1,622.2222,60.0700,565.7603,-98.5662,3.9141,36.8644,-6.4225,0.8491,0.0000,-0.0007,0.0007,3.0650,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1383.3393,1383.3393,1383.3393 -621.5000,1.0000,8412.8977,0.0755,0.1610,0.0419,0.0000,1,644.4444,46.5661,546.2513,-96.1827,3.1426,36.8644,-6.4910,0.0000,0.0676,0.0338,0.0338,3.0750,0.0338,0.0037,0.0000,0.0301,0.0000,0.0301,0.0082,0.0218,0.0000,0.0218,0.0001,0.0217,0.0000,0.0000,0.0139,0.0078,1269.8245,1269.8245,1269.8245 -622.5000,1.0000,8413.1877,1.0340,1.9270,0.4906,0.0000,1,644.4444,89.2770,546.2513,-96.1827,6.0250,36.8644,-6.4910,0.0000,3.0400,1.4003,1.6397,2.9849,1.6397,0.0691,0.0000,1.5707,0.0000,1.5707,0.1186,1.4521,0.0000,1.4521,0.0125,1.4396,0.0000,0.0000,0.1910,1.2486,1739.8579,1739.8579,1739.8579 -623.5000,1.0000,8414.0627,3.1400,4.3730,0.6794,0.0000,1,645.9562,178.9485,544.9729,-96.0205,12.1049,36.8644,-6.4952,0.0600,9.0623,2.5250,6.5373,2.9826,6.5373,0.2705,0.0000,6.2668,0.0000,6.2668,0.3825,5.8843,0.0000,5.8843,0.0526,5.8317,0.0000,0.0000,0.5799,5.2519,2790.1804,2790.1804,2790.1804 -624.5000,1.0000,8415.3641,4.6750,4.9970,0.1733,0.0000,1,689.9681,136.3308,510.2100,-91.2998,9.8503,36.8644,-6.5967,1.8008,3.7203,0.0179,3.7024,4.3293,3.7024,0.3142,0.0000,3.3882,0.0000,3.3882,0.5101,2.8781,0.0000,2.8781,0.0200,2.8581,0.0000,0.0000,0.8634,1.9948,2433.9576,2433.9576,2433.9576 -625.5000,1.0000,8416.8592,5.3725,5.7680,0.2142,0.0000,1,789.0888,143.0023,454.1659,-80.6682,11.8167,37.5292,-6.6659,2.7438,4.8284,0.0000,4.8284,4.2446,4.8284,0.3893,0.0000,4.4391,0.0000,4.4391,0.5862,3.8530,0.0000,3.8530,0.0284,3.8246,0.0000,0.0000,0.9922,2.8324,2866.4137,2866.4137,2866.4137 -626.5000,1.0000,8418.4206,5.6110,5.4740,-0.0817,0.0000,1,824.1186,34.5364,427.1577,-77.7733,2.9805,36.8644,-6.7120,-1.0927,0.9408,0.0000,0.9408,3.1324,0.9408,0.4317,0.0000,0.5091,0.0000,0.5091,0.6122,-0.1031,0.0000,-0.1031,-0.0113,-0.0918,0.0000,0.0000,1.0362,-1.1280,1439.4153,1439.4153,1439.4153 -627.5000,1.0000,8419.9218,5.3945,5.3350,-0.0386,0.0000,1,792.3200,62.3311,444.3011,-80.3217,5.1717,36.8644,-6.6644,-0.4967,1.4711,0.0000,1.4711,4.1973,1.4711,0.4042,0.0000,1.0669,0.0000,1.0669,0.5886,0.4784,0.0000,0.4784,-0.0051,0.4835,0.0000,0.0000,0.9962,-0.5127,1797.9777,1797.9777,1797.9777 -628.5000,1.0000,8421.3802,5.2400,5.1650,-0.0472,0.0000,1,769.6278,60.5788,457.4012,-82.7556,4.8824,36.8644,-6.6697,-0.5901,1.3143,0.0000,1.3143,4.1581,1.3143,0.3901,0.0000,0.9242,0.0000,0.9242,0.5717,0.3525,0.0000,0.3525,-0.0061,0.3586,0.0000,0.0000,0.9677,-0.6091,1706.9319,1706.9319,1706.9319 -629.5000,1.0000,8422.8661,5.3395,5.5340,0.1025,0.0000,1,784.2419,106.9936,448.8776,-81.1881,8.7869,36.8644,-6.6676,1.3051,3.3096,0.0000,3.3096,4.1722,3.3096,0.3802,0.0000,2.9294,0.0000,2.9294,0.5826,2.3468,0.0000,2.3468,0.0135,2.3333,0.0000,0.0000,0.9861,1.3473,2378.8476,2378.8476,2378.8476 -630.5000,1.0000,8424.4786,5.7950,6.0760,0.1506,0.0000,1,851.1437,117.3290,457.4675,-75.8408,10.4577,40.7748,-6.7598,2.0805,4.2892,0.0000,4.2892,4.0880,4.2892,0.4175,0.0000,3.8717,0.0000,3.8717,0.6323,3.2394,0.0000,3.2394,0.0215,3.2179,0.0000,0.0000,1.0702,2.1477,2722.3405,2722.3405,2722.3405 -631.5000,1.0000,8426.1500,6.0070,5.9580,-0.0328,0.0000,1,882.2813,59.7435,434.7412,-73.6143,5.5198,40.1667,-6.8014,-0.4695,1.7407,0.0000,1.7407,4.2486,1.7407,0.4655,0.0000,1.2752,0.0000,1.2752,0.6554,0.6198,0.0000,0.6198,-0.0049,0.6247,0.0000,0.0000,1.1093,-0.4847,1811.7446,1811.7446,1811.7446 -632.5000,1.0000,8427.8241,6.0165,6.0950,0.0381,0.0000,1,883.6766,81.6593,424.6018,-73.5145,7.5566,39.2920,-6.8029,0.5460,2.7928,0.0000,2.7928,4.2178,2.7928,0.4560,0.0000,2.3368,0.0000,2.3368,0.6564,1.6804,0.0000,1.6804,0.0056,1.6747,0.0000,0.0000,1.1111,0.5636,2237.9305,2237.9305,2237.9305 -633.5000,1.0000,8429.6049,6.4010,6.7270,0.1756,0.0000,1,940.1502,123.3060,491.5842,-70.0505,12.1398,48.3976,-6.8966,2.6797,5.1558,0.0000,5.1558,4.3043,5.1558,0.4813,0.0000,4.6745,0.0000,4.6745,0.6984,3.9761,0.0000,3.9761,0.0277,3.9484,0.0000,0.0000,1.1821,2.7663,3061.2492,3061.2492,3061.2492 -634.5000,1.0000,8431.4895,6.7745,6.8420,0.0319,0.0000,1,995.0083,78.0336,501.0349,-66.9124,8.1309,52.2063,-6.9721,0.5160,3.0655,0.0000,3.0655,4.5493,3.0655,0.5372,0.0000,2.5283,0.0000,2.5283,0.7392,1.7891,0.0000,1.7891,0.0053,1.7838,0.0000,0.0000,1.2511,0.5327,2494.3007,2494.3007,2494.3007 -635.5000,1.0000,8433.4174,6.9305,7.0390,0.0547,0.0000,1,1017.9208,74.3149,490.4781,-67.9096,7.9217,52.2832,-7.2389,0.9044,3.5295,0.0000,3.5295,3.4878,3.5295,0.5505,0.0000,2.9790,0.0000,2.9790,0.7562,2.2228,0.0000,2.2228,0.0094,2.2135,0.0000,0.0000,1.2799,0.9336,2478.6129,2478.6129,2478.6129 -636.5000,1.0000,8435.3982,7.1210,7.2230,0.0511,0.0000,1,1045.9006,83.7843,494.8635,-69.9125,9.1766,54.2006,-7.6573,0.8679,3.5692,0.0000,3.5692,4.7395,3.5692,0.5723,0.0000,2.9970,0.0000,2.9970,0.7770,2.2200,0.0000,2.2200,0.0090,2.2110,0.0000,0.0000,1.3151,0.8960,2703.2628,2703.2628,2703.2628 -637.5000,1.0000,8437.4530,7.3870,7.5710,0.0967,0.0000,1,1084.9695,97.6392,517.2187,-72.7092,11.0935,58.7652,-8.2610,1.7028,4.5397,0.0000,4.5397,4.8511,4.5397,0.5941,0.0000,3.9456,0.0000,3.9456,0.8060,3.1396,0.0000,3.1396,0.0176,3.1220,0.0000,0.0000,1.3642,1.7578,2949.9769,2949.9769,2949.9769 -638.5000,1.0000,8439.5706,7.6135,7.6760,0.0292,0.0000,1,1118.2368,75.9992,519.8522,-74.8729,8.8996,60.8755,-8.7677,0.5295,3.4214,0.0000,3.4214,4.9487,3.4214,0.6326,0.0000,2.7888,0.0000,2.7888,0.8307,1.9581,0.0000,1.9581,0.0055,1.9527,0.0000,0.0000,1.4060,0.5466,2626.3917,2626.3917,2626.3917 -639.5000,1.0000,8441.7064,7.6790,7.7020,0.0072,0.0000,1,1127.8572,69.5565,509.1923,-75.4468,8.2152,60.1402,-8.9109,0.1322,3.0382,0.0000,3.0382,5.0447,3.0382,0.6444,0.0000,2.3939,0.0000,2.3939,0.8378,1.5560,0.0000,1.5560,0.0014,1.5546,0.0000,0.0000,1.4181,0.1365,2529.8677,2529.8677,2529.8677 -640.5000,1.0000,8443.8402,7.6715,7.6610,-0.0114,0.0000,1,1126.7556,63.4959,502.9197,-75.3811,7.4921,59.3413,-8.8945,-0.2083,2.6836,0.0000,2.6836,5.0169,2.6836,0.6470,0.0000,2.0365,0.0000,2.0365,0.8370,1.1995,0.0000,1.1995,-0.0022,1.2017,0.0000,0.0000,1.4167,-0.2151,2432.4192,2432.4192,2432.4192 -641.5000,1.0000,8445.9773,7.6835,7.7260,0.0181,0.0000,1,1128.5181,72.8625,505.6538,-75.4862,8.6108,59.7572,-8.9208,0.3308,3.2451,0.0000,3.2451,5.0349,3.2451,0.6429,0.0000,2.6022,0.0000,2.6022,0.8383,1.7639,0.0000,1.7639,0.0034,1.7605,0.0000,0.0000,1.4190,0.3415,2583.0652,2583.0652,2583.0652 -642.5000,1.0000,8448.1192,7.7010,7.6960,-0.0083,0.0000,1,1131.0884,64.8823,505.9985,-75.6396,7.6851,59.9342,-8.9593,-0.1530,2.7528,0.0000,2.7528,5.0854,2.7528,0.6499,0.0000,2.1029,0.0000,2.1029,0.8402,1.2626,0.0000,1.2626,-0.0016,1.2642,0.0000,0.0000,1.4222,-0.1580,2457.3846,2457.3846,2457.3846 -643.5000,1.0000,8450.2527,7.6705,7.6650,-0.0086,0.0000,1,1126.6087,64.7115,501.2523,-75.3723,7.6345,59.1368,-8.8923,-0.1575,2.7356,0.0000,2.7356,5.0564,2.7356,0.6464,0.0000,2.0892,0.0000,2.0892,0.8369,1.2523,0.0000,1.2523,-0.0016,1.2540,0.0000,0.0000,1.4166,-0.1626,2451.7245,2451.7245,2451.7245 -644.5000,1.0000,8452.3810,7.6520,7.6590,-0.0017,0.0000,1,1123.8915,66.9152,501.6695,-75.2103,7.8755,59.0433,-8.8518,-0.0304,2.8592,0.0000,2.8592,5.0467,2.8592,0.6429,0.0000,2.2163,0.0000,2.2163,0.8349,1.3814,0.0000,1.3814,-0.0003,1.3817,0.0000,0.0000,1.4131,-0.0314,2485.1155,2485.1155,2485.1155 -645.5000,1.0000,8454.5009,7.6215,7.6040,-0.0153,0.0000,1,1119.4118,62.4568,499.2379,-74.9430,7.3215,58.5229,-8.7852,-0.2777,2.5914,0.0000,2.5914,5.0077,2.5914,0.6418,0.0000,1.9496,0.0000,1.9496,0.8316,1.1180,0.0000,1.1180,-0.0029,1.1209,0.0000,0.0000,1.4075,-0.2866,2411.0245,2411.0245,2411.0245 -646.5000,1.0000,8456.6103,7.5840,7.5840,-0.0056,0.0000,1,1113.9040,65.8165,497.4784,-74.6145,7.6773,58.0297,-8.7036,-0.1005,2.7589,0.0000,2.7589,5.0189,2.7589,0.6356,0.0000,2.1233,0.0000,2.1233,0.8275,1.2958,0.0000,1.2958,-0.0010,1.2969,0.0000,0.0000,1.4006,-0.1037,2461.0385,2461.0385,2461.0385 -647.5000,1.0000,8458.7210,7.5885,7.6130,0.0081,0.0000,1,1114.5649,69.9489,501.4886,-74.6539,8.1642,58.5322,-8.7134,0.1458,3.0150,0.0000,3.0150,5.0035,3.0150,0.6336,0.0000,2.3814,0.0000,2.3814,0.8280,1.5534,0.0000,1.5534,0.0015,1.5519,0.0000,0.0000,1.4014,0.1505,2527.4242,2527.4242,2527.4242 -648.5000,1.0000,8460.8457,7.6390,7.6850,0.0200,0.0000,1,1121.9822,73.3089,507.2232,-75.0964,8.6133,59.5955,-8.8233,0.3643,3.2613,0.0000,3.2613,4.9877,3.2613,0.6373,0.0000,2.6241,0.0000,2.6241,0.8335,1.7906,0.0000,1.7906,0.0038,1.7868,0.0000,0.0000,1.4107,0.3761,2585.9085,2585.9085,2585.9085 -649.5000,1.0000,8462.9985,7.7400,7.8150,0.0361,0.0000,1,1136.8166,67.4356,515.1883,-75.9813,8.0280,61.3317,-9.0454,0.6665,3.6149,0.0000,3.6149,3.7466,3.6149,0.6461,0.0000,2.9688,0.0000,2.9688,0.8445,2.1243,0.0000,2.1243,0.0069,2.1174,0.0000,0.0000,1.4294,0.6880,2501.8874,2501.8874,2501.8874 -650.5000,1.0000,8465.1602,7.7720,7.7490,-0.0183,0.0000,1,1141.5166,50.5425,504.2615,-76.2616,6.0418,60.2791,-9.1163,-0.3398,2.5893,0.0000,2.5893,3.7923,2.5893,0.6603,0.0000,1.9290,0.0000,1.9290,0.8480,1.0810,0.0000,1.0810,-0.0035,1.0845,0.0000,0.0000,1.4353,-0.3508,2235.3517,2235.3517,2235.3517 -651.5000,1.0000,8467.3093,7.7270,7.7250,-0.0067,0.0000,1,1134.9072,54.2643,496.9650,-75.8674,6.4492,59.0629,-9.0166,-0.1228,2.7947,0.0000,2.7947,3.7773,2.7947,0.6527,0.0000,2.1420,0.0000,2.1420,0.8431,1.2989,0.0000,1.2989,-0.0013,1.3002,0.0000,0.0000,1.4270,-0.1268,2290.4225,2290.4225,2290.4225 -652.5000,1.0000,8469.4541,7.7110,7.7170,-0.0022,0.0000,1,1132.5572,55.7525,498.8198,-75.7272,6.6123,59.1606,-8.9813,-0.0409,2.8727,0.0000,2.8727,3.7805,2.8727,0.6500,0.0000,2.2228,0.0000,2.2228,0.8413,1.3814,0.0000,1.3814,-0.0004,1.3818,0.0000,0.0000,1.4240,-0.0422,2312.6354,2312.6354,2312.6354 -653.5000,1.0000,8471.5675,7.5985,7.5000,-0.0603,0.0000,1,1116.0337,37.5110,485.4292,-74.7415,4.3839,56.7325,-8.7351,-1.0922,1.7411,0.0000,1.7411,3.7351,1.7411,0.6476,0.0000,1.0935,0.0000,1.0935,0.8291,0.2645,0.0000,0.2645,-0.0113,0.2758,0.0000,0.0000,1.4033,-1.1275,1995.9195,1995.9195,1995.9195 -654.5000,1.0000,8473.5189,7.0150,6.5500,-0.2639,0.0000,1,1030.3318,-24.7814,411.6529,-68.7980,-2.6738,44.4157,-7.4230,-4.4143,-1.9269,0.0000,-1.9269,3.6674,-1.9269,0.6149,0.0000,-2.5417,0.0000,-2.5417,0.7654,-3.3071,0.0000,-3.3071,-0.0456,-3.2615,0.0000,0.0000,1.2955,-4.5570,680.1993,680.1993,680.1993 -655.5000,1.0000,8475.2071,6.0675,5.6050,-0.2625,0.0000,1,891.1673,-23.0172,395.0197,-72.9789,-2.1480,36.8644,-6.8106,-3.7980,-1.6713,0.0000,-1.6713,3.3213,-1.6713,0.5061,0.0000,-2.1775,0.0000,-2.1775,0.6620,-2.8395,0.0000,-2.8395,-0.0393,-2.8002,0.0000,0.0000,1.1205,-3.9207,578.0834,578.0834,578.0834 -656.5000,1.0000,8476.7766,5.6400,5.6950,0.0250,0.0000,1,828.3780,65.2235,424.9614,-77.4687,5.6580,36.8644,-6.7202,0.3362,2.4274,0.0000,2.4274,2.8944,2.4274,0.4199,0.0000,2.0075,0.0000,2.0075,0.6154,1.3921,0.0000,1.3921,0.0035,1.3887,0.0000,0.0000,1.0416,0.3471,1868.6720,1868.6720,1868.6720 -657.5000,1.0000,8478.3486,5.6495,5.6240,-0.0197,0.0000,1,829.7733,51.7873,424.2468,-77.3689,4.5000,36.8644,-6.7229,-0.2657,1.8098,0.0000,1.8098,2.9559,1.8098,0.4271,0.0000,1.3827,0.0000,1.3827,0.6164,0.7663,0.0000,0.7663,-0.0027,0.7690,0.0000,0.0000,1.0433,-0.2743,1681.6202,1681.6202,1681.6202 -658.5000,1.0000,8479.8370,5.3480,5.0920,-0.1478,0.0000,1,785.4903,16.1771,448.1642,-81.0542,1.3307,36.8644,-6.6672,-1.8846,0.0202,0.0000,0.0202,3.1951,0.0202,0.4140,0.0000,-0.3938,0.0000,-0.3938,0.5835,-0.9773,0.0000,-0.9773,-0.0195,-0.9579,0.0000,0.0000,0.9876,-1.9455,1134.0840,1134.0840,1134.0840 -659.5000,1.0000,8481.1480,4.7095,4.3470,-0.2069,0.0000,1,696.8033,5.1077,505.2052,-90.5667,0.3727,36.8644,-6.6086,-2.1232,-0.6757,0.0058,-0.6815,3.1717,-0.6815,0.3581,0.0000,-1.0396,0.0000,-1.0396,0.5138,-1.5535,0.0000,-1.5535,-0.0240,-1.5294,0.0000,0.0000,0.8697,-2.3992,906.7273,906.7273,906.7273 -660.5000,1.0000,8482.3050,4.1555,3.9840,-0.1008,0.0000,1,645.8148,52.6138,545.0923,-96.0357,3.5583,36.8644,-6.4949,-0.0543,0.4542,-0.0197,0.4739,3.1584,0.4739,0.2949,0.0000,0.1790,0.0000,0.1790,0.4534,-0.2744,0.0000,-0.2744,-0.0103,-0.2641,0.0000,0.0000,0.7674,-1.0315,1331.0788,1331.0788,1331.0788 -661.5000,1.0000,8483.3530,3.7625,3.5610,-0.1175,0.0000,1,644.4444,50.4357,546.2513,-96.1827,3.4037,36.8644,-6.4910,0.0000,0.2531,-0.0151,0.2682,3.1506,0.2682,0.2620,0.0000,0.0062,0.0000,0.0062,0.4105,-0.4043,0.0000,-0.4043,-0.0109,-0.3934,0.0000,0.0000,0.6948,-1.0883,1308.2111,1308.2111,1308.2111 -662.5000,1.0000,8484.2857,3.3480,3.1550,-0.1128,0.0000,1,644.4444,50.4515,546.2513,-96.1827,3.4048,36.8644,-6.4910,0.0000,0.2550,-0.0165,0.2714,3.1498,0.2714,0.2266,0.0000,0.0448,0.0000,0.0448,0.3653,-0.3205,0.0000,-0.3205,-0.0093,-0.3112,0.0000,0.0000,0.6183,-0.9295,1308.3678,1308.3678,1308.3678 -663.5000,1.0000,8485.1124,2.9660,2.7970,-0.0994,0.0000,1,644.4444,50.2075,546.2513,-96.1827,3.3883,36.8644,-6.4910,0.0000,0.3127,-0.0201,0.3328,3.0756,0.3328,0.1948,0.0000,0.1380,0.0000,0.1380,0.3236,-0.1856,0.0000,-0.1856,-0.0073,-0.1783,0.0000,0.0000,0.5477,-0.7261,1305.9468,1305.9468,1305.9468 -664.5000,1.0000,8485.8627,2.6910,2.6050,-0.0533,0.0000,1,644.4444,53.7134,546.2513,-96.1827,3.6249,36.8644,-6.4910,0.0000,0.5826,-0.0216,0.6041,3.0423,0.6041,0.1704,0.0000,0.4337,0.0000,0.4337,0.2936,0.1401,0.0000,0.1401,-0.0035,0.1437,0.0000,0.0000,0.4970,-0.3533,1340.7261,1340.7261,1340.7261 -665.5000,1.0000,8486.6146,2.6970,2.8090,0.0567,0.0000,1,644.4444,65.1428,546.2513,-96.1827,4.3962,36.8644,-6.4910,0.0000,1.3864,0.0505,1.3359,3.0099,1.3359,0.1635,0.0000,1.1723,0.0000,1.1723,0.2943,0.8781,0.0000,0.8781,0.0038,0.8743,0.0000,0.0000,0.4981,0.3762,1454.1053,1454.1053,1454.1053 -666.5000,1.0000,8487.6341,3.6600,4.5310,0.4783,0.0000,1,654.2344,150.9966,538.0773,-95.1326,10.3450,36.8644,-6.5177,0.3933,6.9769,1.2442,5.7327,2.9747,5.7327,0.2860,0.0000,5.4467,0.0000,5.4467,0.4180,5.0287,0.0000,5.0287,0.0432,4.9856,0.0000,0.0000,0.6759,4.3096,2494.9496,2494.9496,2494.9496 -667.5000,1.0000,8489.1836,5.5685,6.6260,0.5819,0.0000,1,817.8764,245.4034,565.9278,-78.2196,21.0183,48.4705,-6.6993,7.7275,10.2566,0.0000,10.2566,3.0342,10.2566,0.5134,0.0000,9.7432,0.0000,9.7432,0.6578,9.0854,0.0000,9.0854,0.0799,9.0055,0.0000,0.0000,1.0284,7.9772,4489.4819,4489.4819,4489.4819 -668.5000,1.0000,8491.2799,7.5365,8.4670,0.5114,0.0000,1,1106.9274,217.4461,644.9565,-74.1983,25.2057,74.7615,-8.6009,9.1905,12.5796,0.0000,12.5796,3.4357,12.5796,0.7352,0.0000,11.8444,0.0000,11.8444,0.8701,10.9743,0.0000,10.9743,0.0950,10.8793,0.0000,0.0000,1.3918,9.4875,5304.1633,5304.1633,5304.1633 -669.5000,1.0000,8493.8011,9.0665,9.6860,0.3386,0.0000,1,1331.6470,162.5014,663.2220,-87.5580,22.6608,92.4861,-12.2099,7.3208,11.1637,0.0000,11.1637,4.1763,11.1637,0.8671,0.0000,10.2966,0.0000,10.2966,0.9892,9.3074,0.0000,9.3074,0.0757,9.2317,0.0000,0.0000,1.6744,7.5574,4994.0819,4994.0819,4994.0819 -670.5000,1.0000,8496.4326,9.4633,9.2606,-0.1182,0.0000,0,1313.0581,-28.9647,527.4031,-86.4555,-3.9827,72.5196,-11.8879,-8.7175,0.0000,0.0000,0.0000,4.7348,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0325,-1.0325,0.0000,-1.0325,-0.0276,-1.0050,0.0000,0.0000,1.7476,-2.7526,1115.6406,1115.6406,1115.6406 -671.5000,1.0000,8499.4370,10.8058,12.3710,0.8640,0.0000,2,1118.4466,288.7243,394.7189,-74.8855,33.8164,46.2308,-8.7708,-5.9414,34.1022,0.0000,34.1022,5.6556,27.5060,0.9059,0.0000,26.6001,0.0000,26.6001,1.3918,25.2082,0.0000,25.2082,0.2302,24.9780,0.0000,0.0000,1.9956,22.9825,6935.7775,6935.7775,6935.7775 -672.5000,1.0000,8503.1627,13.4025,14.4540,0.5786,0.0000,2,1118.8931,314.8214,662.3808,-74.9121,36.8877,77.6113,-8.7775,5.9744,24.3155,0.0000,24.3155,6.5978,24.3155,0.9779,0.0000,23.3376,0.0000,23.3376,1.5815,21.7561,0.0000,21.7561,0.1912,21.5649,0.0000,0.0000,2.4751,19.0898,7503.6209,7503.6209,7503.6209 -673.5000,1.0000,8507.4815,15.5375,16.6410,0.6075,0.0000,2,1297.1312,331.6339,691.4355,-85.5109,45.0476,93.9213,-11.6154,7.2719,29.3940,0.0000,29.3940,8.3817,29.3940,1.2057,0.0000,28.1883,0.0000,28.1883,1.8504,26.3379,0.0000,26.3379,0.2327,26.1051,0.0000,0.0000,2.8694,23.2357,9152.2991,9152.2991,9152.2991 -674.5000,1.0000,8512.5113,18.0975,19.5740,0.8147,0.0000,2,1510.8500,417.4215,767.1462,-98.1862,66.0427,121.3747,-15.5346,11.3593,43.9647,0.0000,43.9647,10.7187,43.9647,1.6659,0.0000,42.2989,0.0000,42.2989,2.2973,40.0016,0.0000,40.0016,0.3635,39.6380,0.0000,0.0000,3.3422,36.2959,13262.8056,13262.8056,13262.8056 -675.5000,1.0000,8517.8895,19.3513,19.1486,-0.1182,0.0000,0,1516.3147,24.7215,668.9413,-98.5103,3.9255,106.2199,-15.6423,-10.8915,0.0000,0.0000,0.0000,14.8170,0.0000,0.0000,0.0000,0.0002,0.0000,0.0002,2.1114,-2.1111,0.0000,-2.1111,-0.0564,-2.0548,0.0000,0.0000,3.5737,-5.6285,2647.5426,2647.5426,2647.5426 -676.5000,1.0000,8523.4836,20.1288,21.1290,0.5501,0.0000,3,1229.8548,330.8602,406.2046,-81.5209,42.6115,52.3151,-10.4991,-12.8014,42.2473,0.0000,42.2473,13.1656,34.7171,1.1157,0.0000,33.6014,0.0000,33.6014,2.3535,31.2480,0.0000,31.2480,0.2730,30.9750,0.0000,0.0000,3.7173,27.2577,8634.6149,8634.6149,8634.6149 -677.5000,1.0000,8529.4471,21.4585,21.8080,0.1886,0.0000,3,1077.4054,222.6529,652.3297,-72.1677,25.1210,73.5995,-8.1424,1.1278,17.1746,0.0000,17.1746,6.8185,17.1746,0.8076,0.0000,16.3671,0.0000,16.3671,2.3413,14.0258,0.0000,14.0258,0.0998,13.9260,0.0000,0.0000,3.9629,9.9631,5280.3311,5280.3311,5280.3311 -678.5000,1.0000,8535.8465,23.0280,24.2680,0.6833,0.0000,3,1156.2081,487.9622,616.4869,-77.1380,59.0814,74.6429,-9.3397,4.3850,47.6556,0.0000,47.6556,7.0408,47.6556,1.4700,0.0000,46.1856,0.0000,46.1856,2.8086,43.3770,0.0000,43.3770,0.3880,42.9890,0.0000,0.0000,4.2527,38.7363,11767.5178,11767.5178,11767.5178 -679.5000,1.0000,8542.8909,25.3500,26.4520,0.6067,0.0000,3,1272.7929,451.8863,733.5620,-84.0675,60.2304,97.7740,-11.2051,4.2855,47.4864,0.0000,47.4864,8.4584,47.4864,1.5495,0.0000,45.9369,0.0000,45.9369,3.0182,42.9187,0.0000,42.9187,0.3792,42.5395,0.0000,0.0000,4.6815,37.8580,11998.7156,11998.7156,11998.7156 -680.5000,1.0000,8550.6189,27.8105,29.1890,0.7603,0.0000,3,1396.3317,537.4687,749.6626,-91.3943,78.5906,109.6183,-13.3640,5.8919,63.1354,0.0000,63.1354,9.5632,63.1354,1.9565,0.0000,61.1789,0.0000,61.1789,3.4729,57.7060,0.0000,57.7060,0.5213,57.1847,0.0000,0.0000,5.1359,52.0488,15441.3005,15441.3005,15441.3005 -681.5000,1.0000,8559.2922,31.2140,33.2590,1.1306,0.0000,3,1567.2173,742.4375,819.7549,-101.5292,121.8478,134.5370,-16.6628,9.8337,100.6882,0.0000,100.6882,11.3259,100.6882,2.8480,0.0000,97.8402,0.0000,97.8402,4.3356,93.5047,0.0000,93.5047,0.8700,92.6346,0.0000,0.0000,5.7645,86.8702,23770.7001,23770.7001,23770.7001 -682.5000,1.0000,8568.4717,33.0363,32.8336,-0.1182,0.0000,0,1669.3922,75.3132,838.3293,-105.9447,13.1661,146.5553,-18.5211,0.0000,0.0000,0.0000,0.0000,13.1661,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,3.6045,-3.6045,0.0000,-3.6045,-0.0962,-3.5082,0.0000,0.0000,6.1010,-9.6092,4006.1563,4006.1563,4006.1563 -683.5000,1.0000,8577.8733,33.8358,34.8579,0.5623,0.0000,4,1400.3386,424.6410,424.6410,-91.6320,62.2707,62.2707,-13.4372,-23.1375,75.4533,0.0000,75.4533,9.9549,59.1857,1.6616,0.0000,57.5240,0.0000,57.5240,3.9717,53.5523,0.0000,53.5523,0.4691,53.0833,0.0000,0.0000,6.2486,46.8346,12447.1229,12447.1229,12447.1229 -684.5000,1.0000,8587.9316,36.1996,37.5614,0.7510,0.0000,4,1175.1677,741.9554,741.9554,-78.2690,91.3075,91.3075,-9.6320,3.1669,80.9321,0.0000,80.9321,7.2085,80.9321,2.1487,0.0000,78.7834,0.0000,78.7834,4.5078,74.2756,0.0000,74.2756,0.6702,73.6054,0.0000,0.0000,6.6852,66.9202,17808.1361,17808.1361,17808.1361 -685.5000,1.0000,8598.7702,39.0092,40.4770,0.8099,0.0000,4,1266.3759,784.5242,830.5742,-83.6869,104.0393,110.1462,-11.0981,3.6805,93.1581,0.0000,93.1581,7.2007,93.1581,2.4583,0.0000,90.6999,0.0000,90.6999,4.9447,85.7552,0.0000,85.7552,0.7789,84.9763,0.0000,0.0000,7.2040,77.7722,20233.5765,20233.5765,20233.5765 -686.5000,1.0000,8610.1760,41.0510,41.6450,0.3244,0.0000,4,1332.6603,411.5645,844.2900,-87.6181,57.4362,117.8256,-12.2276,1.5516,46.7545,0.0000,46.7545,9.1302,46.7545,1.5797,0.0000,45.1748,0.0000,45.1748,4.4790,40.6958,0.0000,40.6958,0.3284,40.3675,0.0000,0.0000,7.5811,32.7864,11507.3850,11507.3850,11507.3850 -687.5000,1.0000,8621.8635,42.0650,42.5050,0.2389,0.0000,4,1365.5783,342.5710,707.9401,-89.5704,48.9887,101.2376,-12.8088,1.1706,38.7883,0.0000,38.7883,9.0298,38.7883,1.4456,0.0000,37.3427,0.0000,37.3427,4.5896,32.7531,0.0000,32.7531,0.2478,32.5053,0.0000,0.0000,7.7684,24.7369,9907.5592,9907.5592,9907.5592 -688.5000,1.0000,8633.6994,42.5990,42.7130,0.0578,0.0000,4,1382.9138,199.7984,680.0147,-90.5985,28.9345,98.4786,-13.1203,0.2867,19.7119,0.0000,19.7119,8.9358,19.7119,1.0775,0.0000,18.6344,0.0000,18.6344,4.6479,13.9865,0.0000,13.9865,0.0607,13.9258,0.0000,0.0000,7.8670,6.0588,6217.3394,6217.3394,6217.3394 -689.5000,1.0000,8645.6944,43.1720,43.6510,0.2606,0.0000,4,1401.5154,356.5462,636.9166,-91.7018,52.3290,93.4779,-13.4587,1.3104,42.1928,0.0000,42.1928,8.8257,42.1928,1.5417,0.0000,40.6511,0.0000,40.6511,4.7104,35.9407,0.0000,35.9407,0.2773,35.6634,0.0000,0.0000,7.9728,27.6906,10597.6077,10597.6077,10597.6077 -690.5000,1.0000,8657.9516,44.1160,44.6010,0.2639,0.0000,4,1432.1610,357.8863,701.1046,-93.5193,53.6742,105.1485,-14.0256,1.3562,43.4978,0.0000,43.4978,8.8202,43.4978,1.5922,0.0000,41.9056,0.0000,41.9056,4.8134,37.0922,0.0000,37.0922,0.2870,36.8052,0.0000,0.0000,8.1471,28.6580,10845.9414,10845.9414,10845.9414 -691.5000,1.0000,8670.5219,45.2430,45.9050,0.3622,0.0000,4,1468.7474,434.2744,712.2432,-95.6891,66.7944,109.5479,-14.7176,1.9091,55.9398,0.0000,55.9398,8.9455,55.9398,1.8706,0.0000,54.0691,0.0000,54.0691,4.9680,49.1011,0.0000,49.1011,0.4040,48.6971,0.0000,0.0000,8.3553,40.3418,13317.8404,13317.8404,13317.8404 -692.5000,1.0000,8683.5060,46.7330,47.5810,0.4656,0.0000,4,1517.1180,515.4391,750.3419,-98.5579,81.8890,119.2085,-15.6581,2.5346,70.2358,0.0000,70.2358,9.1186,70.2358,2.1965,0.0000,68.0393,0.0000,68.0393,5.3144,62.7248,0.0000,62.7248,0.5364,62.1884,0.0000,0.0000,8.6304,53.5580,16179.9714,16179.9714,16179.9714 -693.5000,1.0000,8696.7806,47.7785,47.9960,0.1153,0.0000,4,1551.0586,240.9629,772.2511,-100.5709,39.1388,125.4340,-16.3354,0.6416,29.1338,0.0000,29.1338,9.3633,29.1338,1.4031,0.0000,27.7307,0.0000,27.7307,5.2130,22.5177,0.0000,22.5177,0.1358,22.3819,0.0000,0.0000,8.8235,13.5584,8229.3061,8229.3061,8229.3061 -694.5000,1.0000,8710.2459,48.4650,48.9540,0.2661,0.0000,4,1573.3449,338.9465,697.2447,-101.8926,55.8449,114.8782,-16.7879,1.5025,48.1061,0.0000,48.1061,6.2364,48.1061,1.8016,0.0000,46.3045,0.0000,46.3045,5.2879,41.0166,0.0000,41.0166,0.3180,40.6986,0.0000,0.0000,8.9503,31.7483,11389.1862,11389.1862,11389.1862 -695.5000,1.0000,8724.1135,49.9135,50.8930,0.5386,0.0000,4,1620.3683,546.3690,745.0274,-104.1988,92.7104,126.4197,-17.6809,3.1319,84.4434,0.0000,84.4434,5.1351,84.4434,2.5692,0.0000,81.8742,0.0000,81.8742,5.8142,76.0600,0.0000,76.0600,0.6628,75.3972,0.0000,0.0000,9.2178,66.1794,18373.0261,18373.0261,18373.0261 -696.5000,1.0000,8738.1914,50.6703,50.4676,-0.1182,0.0000,0,1651.8417,30.0368,791.7654,-105.3197,5.1958,136.9599,-18.2182,0.0000,0.0000,0.0000,0.0000,5.1958,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,5.5285,-5.5285,0.0000,-5.5285,-0.1476,-5.3808,0.0000,0.0000,9.3576,-14.7384,3085.5970,3085.5970,3085.5970 -697.5000,1.0000,8752.3874,51.0955,51.7434,0.3544,0.0000,5,1393.3018,402.9636,402.9636,-91.2146,58.7949,58.7949,-13.3088,-22.1217,75.6443,0.0000,75.6443,5.2723,60.8481,0.7971,0.0000,60.0511,0.0000,60.0511,5.5954,54.4556,0.0000,54.4556,0.4464,54.0092,0.0000,0.0000,9.4361,44.5731,11802.8588,11802.8588,11802.8588 -698.5000,1.0000,8767.0023,52.6037,53.4839,0.4835,0.0000,5,1153.8515,716.4622,716.4622,-76.9974,86.5709,86.5709,-9.3037,1.3527,79.8827,0.0000,79.8827,5.3355,79.8827,0.9147,0.0000,78.9680,0.0000,78.9680,6.0178,72.9502,0.0000,72.9502,0.6271,72.3232,0.0000,0.0000,9.7146,62.6086,16900.8904,16900.8904,16900.8904 -699.5000,1.0000,8782.1448,54.5029,55.5419,0.5717,0.0000,5,1195.5117,815.4865,815.4865,-79.4825,102.0938,102.0938,-9.9507,1.6571,94.9683,0.0000,94.9683,5.4684,94.9683,1.0191,0.0000,93.9492,0.0000,93.9492,6.4170,87.5322,0.0000,87.5322,0.7682,86.7640,0.0000,0.0000,10.0653,76.6987,19868.3978,19868.3978,19868.3978 -700.5000,1.0000,8797.8398,56.4920,57.4620,0.5334,0.0000,5,1239.1407,770.8788,858.7125,-82.0716,100.0312,111.4287,-10.6498,1.6025,92.9556,0.0000,92.9556,5.4731,92.9556,1.0401,0.0000,91.9155,0.0000,91.9155,6.5692,85.3463,0.0000,85.3463,0.7429,84.6034,0.0000,0.0000,10.4327,74.1707,19444.8073,19444.8073,19444.8073 -701.5000,1.0000,8813.9555,58.0065,58.5710,0.3081,0.0000,5,1272.3619,517.2011,840.4880,-84.0419,68.9126,111.9878,-11.1979,0.9504,62.3814,0.0000,62.3814,5.5809,62.3814,0.9114,0.0000,61.4700,0.0000,61.4700,6.3290,55.1410,0.0000,55.1410,0.4406,54.7004,0.0000,0.0000,10.7124,43.9881,13661.0856,13661.0856,13661.0856 -702.5000,1.0000,8830.3709,59.0855,59.6200,0.2914,0.0000,5,1296.0296,498.6888,739.4840,-85.4456,67.6820,100.3627,-11.5967,0.9157,61.0874,0.0000,61.0874,5.6789,61.0874,0.9224,0.0000,60.1650,0.0000,60.1650,6.4467,53.7183,0.0000,53.7183,0.4245,53.2938,0.0000,0.0000,10.9116,42.3822,13457.9622,13457.9622,13457.9622 -703.5000,1.0000,8847.0427,60.0085,60.4170,0.2214,0.0000,5,1316.2754,421.3419,733.6601,-86.6463,58.0778,101.1277,-11.9433,0.7066,51.5507,0.0000,51.5507,5.8205,51.5507,0.8899,0.0000,50.6608,0.0000,50.6608,6.5474,44.1134,0.0000,44.1134,0.3275,43.7859,0.0000,0.0000,11.0821,32.7038,11621.8646,11621.8646,11621.8646 -704.5000,1.0000,8863.9450,60.8385,61.2800,0.2397,0.0000,5,1334.4813,441.0741,705.8046,-87.7261,61.6386,98.6338,-12.2594,0.7757,55.0559,0.0000,55.0559,5.8070,55.0559,0.9212,0.0000,54.1347,0.0000,54.1347,6.6380,47.4967,0.0000,47.4967,0.3596,47.1372,0.0000,0.0000,11.2354,35.9018,12292.3074,12292.3074,12292.3074 -705.5000,1.0000,8881.0503,61.5690,61.8780,0.1661,0.0000,5,1350.5047,359.3443,714.9188,-88.6764,50.8201,101.1070,-12.5410,0.5439,44.3965,0.0000,44.3965,5.8797,44.3965,0.8802,0.0000,43.5163,0.0000,43.5163,6.7177,36.7986,0.0000,36.7986,0.2522,36.5465,0.0000,0.0000,11.3703,25.1762,10239.9789,10239.9789,10239.9789 -706.5000,1.0000,8898.3157,62.1455,62.4330,0.1542,0.0000,5,1363.1501,346.4234,684.8482,-89.4264,49.4515,97.7612,-12.7655,0.5095,42.9609,0.0000,42.9609,5.9811,42.9609,0.8827,0.0000,42.0782,0.0000,42.0782,6.7806,35.2976,0.0000,35.2976,0.2362,35.0614,0.0000,0.0000,11.4767,23.5846,9992.7672,9992.7672,9992.7672 -707.5000,1.0000,8915.7645,62.8055,63.1980,0.2125,0.0000,5,1377.6271,410.9407,683.7217,-90.2850,59.2843,98.6369,-13.0249,0.7098,52.5761,0.0000,52.5761,5.9984,52.5761,0.9420,0.0000,51.6341,0.0000,51.6341,6.8526,44.7815,0.0000,44.7815,0.3290,44.4524,0.0000,0.0000,11.5986,32.8538,11876.4892,11876.4892,11876.4892 -708.5000,1.0000,8933.4145,63.5300,63.8820,0.1900,0.0000,5,1393.5189,386.3112,710.8789,-91.2275,56.3740,103.7378,-13.3127,0.6420,49.6153,0.0000,49.6153,6.1167,49.6153,0.9397,0.0000,48.6757,0.0000,48.6757,6.9316,41.7441,0.0000,41.7441,0.2976,41.4465,0.0000,0.0000,11.7324,29.7140,11350.7421,11350.7421,11350.7421 -709.5000,1.0000,8951.2196,64.0885,64.3150,0.1203,0.0000,5,1405.7694,308.4372,702.5050,-91.9540,45.4056,103.4170,-13.5367,0.4100,38.8894,0.0000,38.8894,6.1062,38.8894,0.8957,0.0000,37.9937,0.0000,37.9937,6.9926,31.0012,0.0000,31.0012,0.1900,30.8111,0.0000,0.0000,11.8356,18.9756,9303.0019,9303.0019,9303.0019 -710.5000,1.0000,8969.0450,64.1615,64.0280,-0.0797,0.0000,5,1407.3707,86.5113,669.3366,-92.0490,12.7500,98.6465,-13.5661,-0.2720,6.8724,0.0000,6.8724,6.1497,6.8724,0.7406,0.0000,6.1318,0.0000,6.1318,7.0005,-0.8687,0.0000,-0.8687,-0.1261,-0.7426,0.0000,0.0000,11.8490,-12.5917,3444.9091,3444.9091,3444.9091 -711.5000,1.0000,8986.7510,63.7315,63.4550,-0.1592,0.0000,5,1397.9387,-1.0890,579.1694,-91.4896,-0.1594,84.7856,-13.3933,-0.5395,-5.7335,0.0000,-5.7335,6.1136,-5.7335,0.7643,0.0000,-6.4978,0.0000,-6.4978,6.9536,-13.4514,0.0000,-13.4514,-0.2501,-13.2013,0.0000,0.0000,11.7696,-24.9710,1915.0216,1915.0216,1915.0216 -712.5000,1.0000,9004.2914,63.1355,62.8360,-0.1719,0.0000,5,1384.8656,-15.4395,540.2559,-90.7143,-2.2391,78.3494,-13.1556,-0.5774,-7.6845,0.0000,-7.6845,6.0227,-7.6845,0.7584,0.0000,-8.4429,0.0000,-8.4429,6.8886,-15.3314,0.0000,-15.3314,-0.2676,-15.0638,0.0000,0.0000,11.6596,-26.7234,1578.7119,1578.7119,1578.7119 -713.5000,1.0000,9021.6364,62.4320,62.0480,-0.2189,0.0000,5,1369.4344,-66.6713,528.3546,-89.7991,-9.5611,75.7697,-12.8778,-0.7268,-14.8720,0.0000,-14.8720,6.0377,-14.8720,0.7637,0.0000,-15.6358,0.0000,-15.6358,6.8118,-22.4476,0.0000,-22.4476,-0.3369,-22.1107,0.0000,0.0000,11.5296,-33.6403,423.6875,423.6875,423.6875 -714.5000,1.0000,9038.8070,61.8040,61.5800,-0.1300,0.0000,5,1355.6594,31.0677,505.6042,-88.9821,4.4105,71.7778,-12.6323,-0.4273,-1.1013,0.0000,-1.1013,5.9391,-1.1013,0.7181,0.0000,-1.8194,0.0000,-1.8194,6.7433,-8.5627,0.0000,-8.5627,-0.1981,-8.3646,0.0000,0.0000,11.4137,-19.7783,2330.8335,2330.8335,2330.8335 -715.5000,1.0000,9055.8781,61.4460,61.3320,-0.0689,0.0000,5,1347.8067,99.1617,544.8723,-88.5164,13.9959,76.9044,-12.4934,-0.2251,8.2246,0.0000,8.2246,5.9964,8.2246,0.6972,0.0000,7.5273,0.0000,7.5273,6.7042,0.8231,0.0000,0.8231,-0.1044,0.9275,0.0000,0.0000,11.3476,-10.4201,3458.7540,3458.7540,3458.7540 -716.5000,1.0000,9072.8724,61.1695,61.0270,-0.0847,0.0000,5,1341.7417,81.2683,570.6305,-88.1567,11.4187,80.1775,-12.3866,-0.2756,5.7752,0.0000,5.7752,5.9192,5.7752,0.6897,0.0000,5.0854,0.0000,5.0854,6.6741,-1.5887,0.0000,-1.5887,-0.1278,-1.4609,0.0000,0.0000,11.2965,-12.7574,3129.8114,3129.8114,3129.8114 -717.5000,1.0000,9089.7548,60.7665,60.5260,-0.1392,0.0000,5,1332.9020,21.3730,559.5269,-87.6324,2.9833,78.0994,-12.2318,-0.4498,-2.4706,0.0000,-2.4706,5.9036,-2.4706,0.7033,0.0000,-3.1738,0.0000,-3.1738,6.6301,-9.8039,0.0000,-9.8039,-0.2085,-9.5954,0.0000,0.0000,11.2221,-20.8175,2115.0318,2115.0318,2115.0318 -718.5000,1.0000,9106.4920,60.2440,59.9820,-0.1511,0.0000,5,1321.4410,7.7499,531.0587,-86.9527,1.0724,73.4884,-12.0326,-0.4842,-4.2371,0.0000,-4.2371,5.7937,-4.2371,0.6985,0.0000,-4.9356,0.0000,-4.9356,6.5731,-11.5087,0.0000,-11.5087,-0.2244,-11.2843,0.0000,0.0000,11.1256,-22.4099,1864.9262,1864.9262,1864.9262 -719.5000,1.0000,9123.0732,59.6825,59.4030,-0.1608,0.0000,5,1309.1246,-2.6496,521.5220,-86.2222,-0.3632,71.4961,-11.8203,-0.5105,-5.6400,0.0000,-5.6400,5.7873,-5.6400,0.6923,0.0000,-6.3323,0.0000,-6.3323,6.5118,-12.8442,0.0000,-12.8442,-0.2367,-12.6075,0.0000,0.0000,11.0219,-23.6294,1652.5482,1652.5482,1652.5482 -720.5000,1.0000,9139.4938,59.1040,58.8250,-0.1606,0.0000,5,1296.4354,-2.6068,513.4556,-85.4697,-0.3539,69.7080,-11.6036,-0.5047,-5.5480,0.0000,-5.5480,5.6988,-5.5480,0.6821,0.0000,-6.2301,0.0000,-6.2301,6.4487,-12.6788,0.0000,-12.6788,-0.2340,-12.4449,0.0000,0.0000,10.9150,-23.3599,1625.2766,1625.2766,1625.2766 -721.5000,1.0000,9155.7413,58.4810,58.1570,-0.1856,0.0000,5,1282.7700,-30.2182,508.9109,-84.6592,-4.0592,68.3627,-11.3724,-0.5771,-9.1192,0.0000,-9.1192,5.6371,-9.1192,0.6803,0.0000,-9.7995,0.0000,-9.7995,6.3807,-16.1803,0.0000,-16.1803,-0.2675,-15.9127,0.0000,0.0000,10.8000,-26.7127,1034.2676,1034.2676,1034.2676 -722.5000,1.0000,9171.8270,57.8985,57.6600,-0.1381,0.0000,5,1269.9929,22.2976,494.5335,-83.9014,2.9654,65.7697,-11.1583,-0.4251,-2.2109,0.0000,-2.2109,5.6015,-2.2109,0.6531,0.0000,-2.8641,0.0000,-2.8641,6.3172,-9.1813,0.0000,-9.1813,-0.1971,-8.9842,0.0000,0.0000,10.6924,-19.6766,1974.7545,1974.7545,1974.7545 -723.5000,1.0000,9187.7870,57.4460,57.2520,-0.1133,0.0000,5,1260.0674,49.6944,515.4261,-83.3128,6.5574,68.0125,-10.9934,-0.3463,1.3260,0.0000,1.3260,5.5776,1.3260,0.6367,0.0000,0.6894,0.0000,0.6894,6.2678,-5.5785,0.0000,-5.5785,-0.1605,-5.4179,0.0000,0.0000,10.6089,-16.0268,2392.6167,2392.6167,2392.6167 -724.5000,1.0000,9203.6331,57.0360,56.8400,-0.1144,0.0000,5,1251.0742,48.2639,525.0670,-82.7794,6.3232,68.7902,-10.8451,-0.3472,1.1570,0.0000,1.1570,5.5133,1.1570,0.6302,0.0000,0.5269,0.0000,0.5269,6.2231,-5.6962,0.0000,-5.6962,-0.1609,-5.5353,0.0000,0.0000,10.5331,-16.0684,2348.1232,2348.1232,2348.1232 -725.5000,1.0000,9219.3738,56.6565,56.4930,-0.0964,0.0000,5,1242.7499,68.6714,522.7501,-82.2857,8.9369,68.0309,-10.7087,-0.2904,3.6843,0.0000,3.6843,5.5431,3.6843,0.6175,0.0000,3.0668,0.0000,3.0668,6.1817,-3.1149,0.0000,-3.1149,-0.1346,-2.9802,0.0000,0.0000,10.4631,-13.4433,2658.2763,2658.2763,2658.2763 -726.5000,1.0000,9234.9842,56.1875,55.9020,-0.1642,0.0000,5,1232.4625,-6.3133,527.5369,-81.6756,-0.8148,68.0856,-10.5413,-0.4906,-5.7938,0.0000,-5.7938,5.4696,-5.7938,0.6334,0.0000,-6.4272,0.0000,-6.4272,6.1305,-12.5577,0.0000,-12.5577,-0.2274,-12.3303,0.0000,0.0000,10.3764,-22.7067,1413.9557,1413.9557,1413.9557 -727.5000,1.0000,9250.3896,55.4495,55.0170,-0.2458,0.0000,5,1216.2746,-80.7155,487.4334,-80.7155,-10.2806,62.0834,-10.2806,-0.7250,-14.9534,0.0000,-14.9534,5.3978,-14.9534,0.6441,0.0000,-15.5975,0.0000,-15.5975,6.0500,-21.6474,2.0043,-23.6517,-0.3361,-23.3157,0.0000,0.0000,10.2402,-33.5558,0.0000,0.0000,0.0000 -728.5000,1.0000,9265.5416,54.5370,54.0770,-0.2611,0.0000,5,1196.2591,-79.5271,446.8659,-79.5271,-9.9625,55.9798,-9.9625,-0.7574,-14.5256,0.0000,-14.5256,5.3204,-14.5256,0.6280,0.0000,-15.1536,0.0000,-15.1536,5.9504,-21.1040,4.2301,-25.3341,-0.3511,-24.9830,0.0000,0.0000,10.0716,-35.0547,0.0000,0.0000,0.0000 -729.5000,1.0000,9280.4309,53.5915,53.1260,-0.2642,0.0000,5,1175.5197,-78.2900,440.9285,-78.2900,-9.6375,54.2784,-9.6375,-0.7529,-14.1060,0.0000,-14.1060,5.2215,-14.1060,0.6117,0.0000,-14.7177,0.0000,-14.7177,5.8473,-20.5650,4.7371,-25.3020,-0.3490,-24.9530,0.0000,0.0000,9.8970,-34.8500,0.0000,0.0000,0.0000 -730.5000,1.0000,9294.9359,52.2080,51.3100,-0.5044,0.0000,5,1145.1729,-76.4783,425.4393,-76.4797,-9.1714,51.0196,-9.1716,-1.4007,-12.9042,0.0000,-12.9042,5.1334,-12.9042,0.5866,0.0000,-13.4908,0.0000,-13.4908,5.6963,-19.1871,35.8446,-55.0317,-0.6493,-54.3824,0.8066,0.0000,9.6415,-64.8305,0.0000,0.0000,0.0000 -731.5000,1.0000,9308.9516,50.4465,49.6030,-0.4742,0.0000,5,1106.5347,-74.1730,415.4411,-74.1749,-8.5949,48.1397,-8.5951,-1.2722,-12.3591,0.0000,-12.3591,5.0364,-12.3591,0.5577,0.0000,-12.9167,0.0000,-12.9167,5.5041,-18.4208,30.7860,-49.2068,-0.5897,-48.6171,0.9499,0.0000,9.3162,-58.8832,0.0000,0.0000,0.0000 -732.5000,1.0000,9322.5323,48.8805,48.1780,-0.3958,0.0000,5,1072.1848,-71.7925,408.6086,-71.7940,-8.0608,45.8781,-8.0610,-1.0290,-11.8827,0.0000,-11.8827,4.8510,-11.8827,0.5325,0.0000,-12.4152,0.0000,-12.4152,5.3332,-17.7485,20.4108,-38.1592,-0.4770,-37.6822,0.9204,0.0000,9.0270,-47.6296,0.0000,0.0000,0.0000 -733.5000,1.0000,9335.8882,48.0715,47.9850,-0.0536,0.0000,5,1054.4395,116.8675,414.8093,-70.5237,12.9046,45.8035,-7.7873,-0.1371,8.2868,0.0000,8.2868,4.7549,8.2868,0.4906,0.0000,7.7962,0.0000,7.7962,5.2450,2.5512,0.0000,2.5512,-0.0635,2.6147,0.0812,0.0000,8.8776,-6.3441,3232.6462,3232.6462,3232.6462 -734.5000,1.0000,9349.2331,48.0315,48.0980,0.0314,0.0000,5,1053.5621,211.1094,510.2849,-70.4609,23.2914,56.2991,-7.7739,0.0802,18.4000,0.0000,18.4000,4.8113,18.4000,0.5406,0.0000,17.8594,0.0000,17.8594,5.2406,12.6187,0.0000,12.6187,0.0372,12.5816,0.0000,0.0000,8.8702,3.7113,4950.9900,4950.9900,4950.9900 -735.5000,1.0000,9362.5853,48.0580,48.0380,-0.0167,0.0000,5,1054.1434,157.2545,555.3702,-70.5025,17.3593,61.3071,-7.7827,-0.0426,12.6393,0.0000,12.6393,4.7625,12.6393,0.5122,0.0000,12.1272,0.0000,12.1272,5.2435,6.8837,0.0000,6.8837,-0.0197,6.9034,0.0000,0.0000,8.8751,-1.9717,3866.9314,3866.9314,3866.9314 -736.5000,1.0000,9375.9511,48.1070,48.1960,0.0439,0.0000,5,1055.2182,224.5315,530.7113,-70.5795,24.8112,58.6448,-7.7992,0.1123,19.9319,0.0000,19.9319,4.7670,19.9319,0.5493,0.0000,19.3826,0.0000,19.3826,5.2489,14.1337,0.0000,14.1337,0.0521,14.0816,0.0000,0.0000,8.8842,5.1975,5222.3582,5222.3582,5222.3582 -737.5000,1.0000,9389.3793,48.3315,48.4870,0.0808,0.0000,5,1060.1426,265.5868,565.3043,-70.9320,29.4849,62.7589,-7.8747,0.2078,24.4878,0.0000,24.4878,4.7893,24.4878,0.5753,0.0000,23.9125,0.0000,23.9125,5.2733,18.6392,0.0000,18.6392,0.0963,18.5429,0.0000,0.0000,8.9256,9.6172,6051.8139,6051.8139,6051.8139 -738.5000,1.0000,9402.9105,48.7020,48.9370,0.1250,0.0000,5,1068.2694,314.5286,587.7136,-71.5137,35.1860,65.7469,-8.0002,0.3238,30.0523,0.0000,30.0523,4.8099,30.0523,0.6084,0.0000,29.4439,0.0000,29.4439,5.3138,24.1302,0.0000,24.1302,0.1501,23.9801,0.0000,0.0000,8.9941,14.9860,7186.5914,7186.5914,7186.5914 -739.5000,1.0000,9416.6524,49.4610,50.0050,0.2967,0.0000,5,1084.9179,504.8919,617.7538,-72.7055,57.3620,70.1845,-8.2602,0.7804,51.7414,0.0000,51.7414,4.8402,51.7414,0.7277,0.0000,51.0137,0.0000,51.0137,5.3966,45.6171,0.0000,45.6171,0.3618,45.2553,0.0000,0.0000,9.1342,36.1211,11434.1700,11434.1700,11434.1700 -740.5000,1.0000,9430.7343,50.6850,51.3850,0.3833,0.0000,5,1111.7661,601.7628,711.2413,-74.4869,70.0596,82.8055,-8.6721,1.0333,64.0809,0.0000,64.0809,4.9453,64.0809,0.8072,0.0000,63.2737,0.0000,63.2737,5.6061,57.6676,0.0000,57.6676,0.4790,57.1886,0.0000,0.0000,9.3603,47.8283,13879.5075,13879.5075,13879.5075 -741.5000,1.0000,9445.2142,52.1175,52.8700,0.4125,0.0000,5,1143.1878,634.3054,759.0670,-76.3613,75.9354,90.8712,-9.1415,1.1434,69.7558,0.0000,69.7558,5.0363,69.7558,0.8568,0.0000,68.8990,0.0000,68.8990,5.8221,63.0769,0.0000,63.0769,0.5300,62.5469,0.0000,0.0000,9.6248,52.9221,14926.2869,14926.2869,14926.2869 -742.5000,1.0000,9460.0792,53.5040,54.1580,0.3578,0.0000,5,1173.6004,572.4680,776.2689,-78.1755,70.3558,95.4028,-9.6077,1.0181,64.1913,0.0000,64.1913,5.1464,64.1913,0.8499,0.0000,63.3415,0.0000,63.3415,5.8661,57.4754,0.0000,57.4754,0.4720,57.0034,0.0000,0.0000,9.8809,47.1226,13925.2510,13925.2510,13925.2510 -743.5000,1.0000,9475.3217,54.8630,55.5880,0.3972,0.0000,5,1203.4098,617.0436,753.1974,-79.9525,77.7603,94.9185,-10.0757,1.1590,71.3192,0.0000,71.3192,5.2821,71.3192,0.9064,0.0000,70.4128,0.0000,70.4128,6.0970,64.3158,0.0000,64.3158,0.5373,63.7785,0.0000,0.0000,10.1318,53.6466,15329.6033,15329.6033,15329.6033 -744.5000,1.0000,9490.9366,56.2035,56.8390,0.3475,0.0000,5,1232.8134,561.2059,774.4240,-81.6964,72.4516,99.9781,-10.5470,1.0387,65.9799,0.0000,65.9799,5.4330,65.9799,0.9006,0.0000,65.0792,0.0000,65.0792,6.1402,58.9390,0.0000,58.9390,0.4815,58.4575,0.0000,0.0000,10.3794,48.0781,14309.3682,14309.3682,14309.3682 -745.5000,1.0000,9506.8770,57.3755,57.9320,0.3036,0.0000,5,1258.5210,511.5983,753.2155,-83.2210,67.4246,99.2678,-10.9679,0.9265,61.0619,0.0000,61.0619,5.4362,61.0619,0.8947,0.0000,60.1673,0.0000,60.1673,6.2601,53.9072,0.0000,53.9072,0.4295,53.4777,0.0000,0.0000,10.5958,42.8818,13384.3078,13384.3078,13384.3078 -746.5000,1.0000,9523.0773,58.3110,58.7100,0.2161,0.0000,5,1279.0410,414.6931,733.9427,-84.4380,55.5444,98.3049,-11.3097,0.6702,49.3135,0.0000,49.3135,5.5606,49.3135,0.8510,0.0000,48.4626,0.0000,48.4626,6.3622,42.1004,0.0000,42.1004,0.3107,41.7897,0.0000,0.0000,10.7686,31.0211,11104.9743,11104.9743,11104.9743 -747.5000,1.0000,9539.4805,59.0415,59.3930,0.1897,0.0000,5,1295.0644,384.9304,695.9404,-85.3884,52.2038,94.3826,-11.5803,0.5957,46.0424,0.0000,46.0424,5.5657,46.0424,0.8465,0.0000,45.1959,0.0000,45.1959,6.4419,38.7540,0.0000,38.7540,0.2762,38.4778,0.0000,0.0000,10.9035,27.5743,10498.7126,10498.7126,10498.7126 -748.5000,1.0000,9556.0203,59.5335,59.6940,0.0836,0.0000,5,1305.8564,267.3462,683.6538,-86.0284,36.5593,93.4890,-11.7643,0.2647,30.6436,0.0000,30.6436,5.6510,30.6436,0.7776,0.0000,29.8660,0.0000,29.8660,6.4956,23.3704,0.0000,23.3704,0.1227,23.2477,0.0000,0.0000,10.9944,12.2533,7565.7960,7565.7960,7565.7960 -749.5000,1.0000,9572.6306,59.7870,59.9000,0.0572,0.0000,5,1311.4168,237.8687,635.8212,-86.3582,32.6668,87.3181,-11.8597,0.1820,26.8332,0.0000,26.8332,5.6517,26.8332,0.7627,0.0000,26.0705,0.0000,26.0705,6.5232,19.5472,0.0000,19.5472,0.0843,19.4629,0.0000,0.0000,11.0412,8.4217,6843.8301,6843.8301,6843.8301 -750.5000,1.0000,9589.2517,59.8260,59.7720,-0.0356,0.0000,5,1312.2723,135.2526,621.8746,-86.4089,18.5865,85.4585,-11.8744,-0.1131,12.9812,0.0000,12.9812,5.7185,12.9812,0.6941,0.0000,12.2871,0.0000,12.2871,6.5275,5.7596,0.0000,5.7596,-0.0524,5.8121,0.0000,0.0000,11.0484,-5.2363,4236.4147,4236.4147,4236.4147 -751.5000,1.0000,9605.8218,59.6425,59.5330,-0.0664,0.0000,5,1308.2473,100.4473,577.4573,-86.1702,13.7612,79.1113,-11.8053,-0.2106,8.3450,0.0000,8.3450,5.6268,8.3450,0.6679,0.0000,7.6771,0.0000,7.6771,6.5075,1.1697,0.0000,1.1697,-0.0976,1.2673,0.0000,0.0000,11.0145,-9.7472,3342.8240,3342.8240,3342.8240 -752.5000,1.0000,9622.3578,59.5195,59.5260,-0.0019,0.0000,5,1305.5493,172.4193,563.7424,-86.0102,23.5726,77.0731,-11.7590,-0.0062,17.9117,0.0000,17.9117,5.6670,17.9117,0.7137,0.0000,17.1981,0.0000,17.1981,6.4940,10.7040,0.0000,10.7040,-0.0029,10.7069,0.0000,0.0000,10.9918,-0.2849,5151.1778,5151.1778,5151.1778 -753.5000,1.0000,9638.8843,59.4855,59.4650,-0.0169,0.0000,5,1304.8035,155.8272,593.3460,-85.9660,21.2920,81.0740,-11.7463,-0.0536,15.6717,0.0000,15.6717,5.6740,15.6717,0.7019,0.0000,14.9698,0.0000,14.9698,6.4903,8.4794,0.0000,8.4794,-0.0249,8.5043,0.0000,0.0000,10.9855,-2.4812,4729.3905,4729.3905,4729.3905 -754.5000,1.0000,9655.3502,59.2670,59.0890,-0.1044,0.0000,5,1300.0107,74.0971,583.2363,-85.6817,10.0873,79.3999,-11.6644,-0.3292,2.6854,0.0000,2.6854,7.7312,2.6854,0.6643,0.0000,2.0210,0.0000,2.0210,6.4665,-4.4455,0.0000,-4.4455,-0.1526,-4.2928,0.0000,0.0000,10.9451,-15.2380,2882.9188,2882.9188,2882.9188 -755.5000,1.0000,9671.7145,58.9015,58.7340,-0.0986,0.0000,5,1291.9936,80.3449,546.6918,-85.2062,10.8704,73.9659,-11.5282,-0.3089,3.5188,0.0000,3.5188,7.6606,3.5188,0.6559,0.0000,2.8629,0.0000,2.8629,6.4266,-3.5638,0.0000,-3.5638,-0.1432,-3.4206,0.0000,0.0000,10.8777,-14.2982,2964.8454,2964.8454,2964.8454 -756.5000,1.0000,9687.9498,58.4370,58.1600,-0.1594,0.0000,5,1281.8048,13.2767,545.2207,-84.6020,1.7821,73.1851,-11.3561,-0.4955,-5.3283,0.0000,-5.3283,7.6060,-5.3283,0.6701,0.0000,-5.9984,0.0000,-5.9984,6.3759,-12.3743,0.0000,-12.3743,-0.2297,-12.1446,0.0000,0.0000,10.7919,-22.9365,1856.4125,1856.4125,1856.4125 -757.5000,1.0000,9703.9652,57.6455,57.1510,-0.2803,0.0000,5,1264.4434,-83.5721,508.2679,-83.5723,-11.0660,67.3009,-11.0660,-0.8593,-17.7530,0.0000,-17.7530,7.5463,-17.7530,0.6877,0.0000,-18.4407,0.0000,-18.4407,6.2896,-24.7303,4.7949,-29.5252,-0.3983,-29.1268,0.0000,0.0000,10.6457,-39.7725,0.0000,0.0000,0.0000 -758.5000,1.0000,9719.6892,56.5965,56.0620,-0.3025,0.0000,5,1241.4338,-82.2072,457.8067,-82.2076,-10.6871,59.5161,-10.6872,-0.9105,-17.2613,0.0000,-17.2613,7.4847,-17.2613,0.6689,0.0000,-17.9301,0.0000,-17.9301,6.1751,-24.1053,8.0097,-32.1149,-0.4221,-31.6928,0.0000,0.0000,10.4520,-42.1448,0.0000,0.0000,0.0000 -759.5000,1.0000,9735.1177,55.5325,55.0230,-0.2886,0.0000,5,1218.0952,-80.8232,451.9718,-80.8235,-10.3097,57.6529,-10.3097,-0.8524,-16.7872,0.0000,-16.7872,7.3300,-16.7872,0.6500,0.0000,-17.4373,0.0000,-17.4373,6.0590,-23.4963,6.0972,-29.5935,-0.3952,-29.1984,0.0000,0.0000,10.2555,-39.4539,0.0000,0.0000,0.0000 -760.5000,1.0000,9750.1431,54.0815,53.1600,-0.5175,0.0000,5,1186.2677,-78.9299,436.1690,-78.9311,-9.8051,54.1834,-9.8053,-1.4885,-15.4913,0.0000,-15.4913,7.1746,-15.4913,0.6231,0.0000,-16.1143,0.0000,-16.1143,5.9007,-22.0151,37.5825,-59.5976,-0.6900,-58.9076,0.0000,0.0000,9.9875,-68.8951,0.0000,0.0000,0.0000 -761.5000,1.0000,9764.6725,52.2960,51.4520,-0.4744,0.0000,5,1147.1031,-76.5930,426.2403,-76.5949,-9.2007,51.2018,-9.2009,-1.3196,-14.9192,0.0000,-14.9192,7.0381,-14.9192,0.5930,0.0000,-15.5123,0.0000,-15.5123,5.7059,-21.2182,30.2202,-51.4383,-0.6117,-50.8266,0.5934,0.0000,9.6578,-61.0778,0.0000,0.0000,0.0000 -762.5000,1.0000,9778.7336,50.6100,49.7880,-0.4622,0.0000,5,1110.1210,-74.3868,416.8754,-74.3888,-8.6476,48.4624,-8.6478,-1.2442,-12.3451,0.0000,-12.3451,4.9416,-12.3451,0.5602,0.0000,-12.9052,0.0000,-12.9052,5.5220,-18.4272,25.7831,-44.2103,-0.5768,-43.6336,4.6060,0.0000,9.3463,-57.5859,0.0000,0.0000,0.0000 -763.5000,1.0000,9792.2982,48.8225,47.8770,-0.5308,0.0000,5,1070.9125,-71.7008,404.1777,-71.7029,-8.0409,45.3268,-8.0412,-1.3784,-11.5376,0.0000,-11.5376,4.8750,-11.5376,0.5307,0.0000,-12.0683,0.0000,-12.0683,5.3269,-17.3953,28.7386,-46.1338,-0.6390,-45.4949,9.2872,0.0000,9.0160,-63.7981,0.0000,0.0000,0.0000 -764.5000,1.0000,9805.3261,46.8905,45.9240,-0.5425,0.0000,5,1028.5345,-68.6672,392.8527,-68.6694,-7.3960,42.3133,-7.3962,-1.3529,-10.7614,0.0000,-10.7614,4.7184,-10.7614,0.4999,0.0000,-11.2613,0.0000,-11.2613,5.1161,-16.3775,27.6159,-43.9934,-0.6272,-43.3662,10.5948,0.0000,8.6591,-62.6201,0.0000,0.0000,0.0000 -765.5000,1.0000,9817.8636,45.1250,44.3460,-0.4383,0.0000,5,989.8086,-67.2085,380.7877,-67.2098,-6.9663,39.4696,-6.9665,-1.0520,-10.5008,0.0000,-10.5008,4.5865,-10.5008,0.4735,0.0000,-10.9743,0.0000,-10.9743,4.9235,-15.8978,18.1613,-34.0591,-0.4877,-33.5714,6.7865,0.0000,8.3333,-48.6913,0.0000,0.0000,0.0000 -766.5000,1.0000,9830.0339,43.8030,43.2800,-0.2961,0.0000,5,960.8107,-68.8686,373.0793,-68.8686,-6.9293,37.5377,-6.9293,-0.6898,-10.7131,0.0000,-10.7131,4.4736,-10.7131,0.4551,0.0000,-11.1682,0.0000,-11.1682,4.7793,-15.9475,5.2197,-21.1671,-0.3198,-20.8474,2.9925,0.0000,8.0893,-31.9292,0.0000,0.0000,0.0000 -767.5000,1.0000,9841.9811,43.0000,42.7400,-0.1500,0.0000,5,943.1971,17.1352,373.2291,-69.8762,1.6925,36.8644,-6.9018,-0.3430,-2.3583,0.0000,-2.3583,4.3938,-2.3583,0.4230,0.0000,-2.7813,0.0000,-2.7813,4.6916,-7.4729,0.0000,-7.4729,-0.1590,-7.3139,0.6228,0.0000,7.9410,-15.8778,1229.4156,1229.4156,1229.4156 -768.5000,1.0000,9853.7875,42.4930,42.2660,-0.1317,0.0000,5,932.0761,31.4185,410.6208,-70.5124,3.0667,40.0794,-6.8825,-0.2976,-1.0145,0.0000,-1.0145,4.3787,-1.0145,0.4125,0.0000,-1.4270,0.0000,-1.4270,4.6363,-6.0633,0.0000,-6.0633,-0.1379,-5.9254,0.0000,0.0000,7.8474,-13.7728,1425.6086,1425.6086,1425.6086 -769.5000,1.0000,9865.5184,42.2210,42.1960,-0.0194,0.0000,5,926.1099,155.3840,419.3137,-70.8537,15.0695,40.6659,-6.8715,-0.0437,10.7864,0.0000,10.7864,4.3267,10.7864,0.4238,0.0000,10.3626,0.0000,10.3626,4.6066,5.7560,0.0000,5.7560,-0.0202,5.7762,0.0000,0.0000,7.7972,-2.0209,3488.0500,3488.0500,3488.0500 -770.5000,1.0000,9877.2441,42.2025,42.2290,0.0092,0.0000,5,925.7041,186.8803,484.7533,-70.8769,18.1161,46.9917,-6.8708,0.0206,13.7988,0.0000,13.7988,4.2967,13.7988,0.4386,0.0000,13.3602,0.0000,13.3602,4.6046,8.7556,0.0000,8.7556,0.0095,8.7461,0.0000,0.0000,7.7938,0.9523,3981.1315,3981.1315,3981.1315 -771.5000,1.0000,9888.9352,42.0780,41.9470,-0.0783,0.0000,5,922.9732,89.7607,497.4443,-71.0331,8.6757,48.0797,-6.8656,-0.1753,4.5595,0.0000,4.5595,4.2915,4.5595,0.3929,0.0000,4.1666,0.0000,4.1666,4.5910,-0.4244,0.0000,-0.4244,-0.0813,-0.3432,0.0000,0.0000,7.7708,-8.1139,2509.1018,2509.1018,2509.1018 -772.5000,1.0000,9900.5861,41.9335,41.9400,-0.0019,0.0000,5,919.8036,174.7198,447.7383,-71.2144,16.8293,43.1269,-6.8595,-0.0043,12.5455,0.0000,12.5455,4.2881,12.5455,0.4289,0.0000,12.1166,0.0000,12.1166,4.5753,7.5414,0.0000,7.5414,-0.0020,7.5434,0.0000,0.0000,7.7441,-0.2007,3765.0136,3765.0136,3765.0136 -773.5000,1.0000,9912.2566,42.0035,42.0870,0.0408,0.0000,5,921.3390,222.2008,493.9335,-71.1266,21.4385,47.6559,-6.8625,0.0912,17.0566,0.0000,17.0566,4.2906,17.0566,0.4523,0.0000,16.6043,0.0000,16.6043,4.5829,12.0214,0.0000,12.0214,0.0423,11.9791,0.0000,0.0000,7.7570,4.2221,4540.5540,4540.5540,4540.5540 -774.5000,1.0000,9923.9742,42.1735,42.2800,0.0536,0.0000,5,925.0680,235.9900,520.3345,-70.9133,22.8610,50.4063,-6.8696,0.1202,18.4730,0.0000,18.4730,4.2678,18.4730,0.4616,0.0000,18.0114,0.0000,18.0114,4.6015,13.4099,0.0000,13.4099,0.0557,13.3542,0.0000,0.0000,7.7884,5.5658,4787.3714,4787.3714,4787.3714 -775.5000,1.0000,9935.7909,42.5300,42.8000,0.1444,0.0000,5,932.8877,336.9717,533.0719,-70.4660,32.9194,52.0767,-6.8839,0.3267,28.2839,0.0000,28.2839,4.3087,28.2839,0.5153,0.0000,27.7686,0.0000,27.7686,4.6404,23.1283,0.0000,23.1283,0.1515,22.9768,0.0000,0.0000,7.8542,15.1226,6685.9978,6685.9978,6685.9978 -776.5000,1.0000,9947.7949,43.2045,43.6290,0.2303,0.0000,5,947.6828,431.9636,592.2074,-69.6196,42.8685,58.7713,-6.9091,0.5291,38.0020,0.0000,38.0020,4.3374,38.0020,0.5727,0.0000,37.4293,0.0000,37.4293,4.7140,32.7153,0.0000,32.7153,0.2453,32.4700,0.0000,0.0000,7.9788,24.4912,8617.2996,8617.2996,8617.2996 -777.5000,1.0000,9959.9932,43.9040,44.1990,0.1583,0.0000,5,963.0262,351.9704,643.5820,-68.7419,35.4955,64.9039,-6.9325,0.3697,30.7274,0.0000,30.7274,4.3983,30.7274,0.5456,0.0000,30.1818,0.0000,30.1818,4.7903,25.3916,0.0000,25.3916,0.1714,25.2202,0.0000,0.0000,8.1080,17.1122,7231.7285,7231.7285,7231.7285 -778.5000,1.0000,9972.3796,44.5810,44.9830,0.2178,0.0000,5,977.8760,417.8837,611.1273,-67.8924,42.7925,62.5812,-6.9524,0.5164,37.8264,0.0000,37.8264,4.4498,37.8264,0.5902,0.0000,37.2362,0.0000,37.2362,4.8641,32.3721,0.0000,32.3721,0.2394,32.1327,0.0000,0.0000,8.2330,23.8997,8637.3196,8637.3196,8637.3196 -779.5000,1.0000,9985.0056,45.4435,45.9240,0.2614,0.0000,5,996.7948,465.9745,650.3216,-66.8102,48.6403,67.8832,-6.9739,0.6317,43.5144,0.0000,43.5144,4.4942,43.5144,0.6303,0.0000,42.8841,0.0000,42.8841,4.9582,37.9259,0.0000,37.9259,0.2929,37.6330,0.0000,0.0000,8.3923,29.2407,9770.4824,9770.4824,9770.4824 -780.5000,1.0000,9997.8885,46.3685,46.8330,0.2525,0.0000,5,1017.0845,456.5906,676.6689,-67.8498,48.6309,72.0712,-7.2266,0.6227,43.3745,0.0000,43.3745,4.6338,43.3745,0.6423,0.0000,42.7323,0.0000,42.7323,5.0592,37.6731,0.0000,37.6731,0.2887,37.3844,0.0000,0.0000,8.5631,28.8213,9752.1521,9752.1521,9752.1521 -781.5000,1.0000,10011.0377,47.3270,47.8410,0.2800,0.0000,5,1038.1090,486.6914,675.9422,-69.3548,52.9085,73.4820,-7.5396,0.7048,47.5279,0.0000,47.5279,4.6758,47.5279,0.6763,0.0000,46.8515,0.0000,46.8515,5.1637,41.6878,0.0000,41.6878,0.3267,41.3611,0.0000,0.0000,8.7401,32.6209,10536.8529,10536.8529,10536.8529 -782.5000,1.0000,10024.4856,48.4025,48.9840,0.3175,0.0000,5,1061.6999,528.2434,694.4599,-71.0435,58.7306,77.2107,-7.8987,0.8173,53.1487,0.0000,53.1487,4.7646,53.1487,0.7196,0.0000,52.4291,0.0000,52.4291,5.2811,47.1480,0.0000,47.1480,0.3789,46.7691,0.0000,0.0000,8.9387,37.8304,11672.7768,11672.7768,11672.7768 -783.5000,1.0000,10038.2289,49.4660,49.9680,0.2733,0.0000,5,1085.0276,479.1253,716.7755,-72.7133,54.4400,81.4428,-8.2620,0.7191,48.8625,0.0000,48.8625,4.8585,48.8625,0.7134,0.0000,48.1491,0.0000,48.1491,5.3971,42.7520,0.0000,42.7520,0.3334,42.4186,0.0000,0.0000,9.1351,33.2835,10830.2944,10830.2944,10830.2944 -784.5000,1.0000,10052.2371,50.4195,50.8910,0.2564,0.0000,5,1105.9424,459.8418,696.8779,-74.1396,53.2561,80.7082,-8.5864,0.6875,47.6744,0.0000,47.6744,4.8942,47.6744,0.7213,0.0000,46.9531,0.0000,46.9531,5.5012,41.4519,0.0000,41.4519,0.3187,41.1332,0.0000,0.0000,9.3112,31.8220,10575.7430,10575.7430,10575.7430 -785.5000,1.0000,10066.4624,51.2010,51.5310,0.1778,0.0000,5,1123.0845,372.1897,689.4075,-75.1621,43.7729,81.0806,-8.8398,0.4841,38.3597,0.0000,38.3597,4.9291,38.3597,0.6862,0.0000,37.6735,0.0000,37.6735,5.5864,32.0871,0.0000,32.0871,0.2244,31.8626,0.0000,0.0000,9.4556,22.4071,8812.5891,8812.5891,8812.5891 -786.5000,1.0000,10080.7905,51.5710,51.6310,0.0278,0.0000,5,1131.2004,205.4935,648.0082,-75.6462,24.3426,76.7624,-8.9610,0.0762,19.3088,0.0000,19.3088,4.9575,19.3088,0.5964,0.0000,18.7124,0.0000,18.7124,5.6268,13.0856,0.0000,13.0856,0.0353,13.0503,0.0000,0.0000,9.5239,3.5264,5172.7038,5172.7038,5172.7038 -787.5000,1.0000,10095.1216,51.5820,51.5530,-0.0217,0.0000,5,1131.4417,150.7039,569.5630,-75.6606,17.8560,67.4843,-8.9646,-0.0594,12.9399,0.0000,12.9399,4.9756,12.9399,0.5647,0.0000,12.3752,0.0000,12.3752,5.6280,6.7472,0.0000,6.7472,-0.0276,6.7747,0.0000,0.0000,9.5259,-2.7512,3933.7319,3933.7319,3933.7319 -788.5000,1.0000,10109.4285,51.4950,51.4570,-0.0267,0.0000,5,1129.5333,144.9375,543.3114,-75.5468,17.1439,64.2653,-8.9360,-0.0730,12.2743,0.0000,12.2743,4.9426,12.2743,0.5601,0.0000,11.7141,0.0000,11.7141,5.6185,6.0956,0.0000,6.0956,-0.0339,6.1295,0.0000,0.0000,9.5099,-3.3804,3793.1673,3793.1673,3793.1673 -789.5000,1.0000,10123.6910,51.3350,51.2330,-0.0622,0.0000,5,1126.0238,105.6067,538.9631,-75.3374,12.4528,63.5529,-8.8836,-0.1699,7.6744,0.0000,7.6744,4.9483,7.6744,0.5347,0.0000,7.1396,0.0000,7.1396,5.6011,1.5386,0.0000,1.5386,-0.0788,1.6173,0.0000,0.0000,9.4803,-7.8630,3102.6271,3102.6271,3102.6271 -790.5000,1.0000,10137.8843,51.0860,50.9590,-0.0761,0.0000,5,1120.5620,90.8810,518.7065,-75.0116,10.6644,60.8676,-8.8022,-0.2068,5.8629,0.0000,5.8629,5.0083,5.8629,0.5220,0.0000,5.3409,0.0000,5.3409,5.5739,-0.2330,0.0000,-0.2330,-0.0959,-0.1372,0.0000,0.0000,9.4343,-9.5715,2865.4288,2865.4288,2865.4288 -791.5000,1.0000,10151.9899,50.7700,50.6010,-0.0994,0.0000,5,1113.6306,64.9995,509.4472,-74.5982,7.5802,59.4113,-8.6996,-0.2685,2.8870,0.0000,2.8870,4.9617,2.8870,0.5246,0.0000,2.3624,0.0000,2.3624,5.5394,-3.1770,0.0000,-3.1770,-0.1245,-3.0525,0.0000,0.0000,9.3760,-12.4284,2447.8198,2447.8198,2447.8198 -792.5000,1.0000,10165.9417,50.2165,49.8520,-0.2081,0.0000,5,1101.4897,-54.6470,491.1777,-73.8739,-6.3034,56.6562,-8.5212,-0.5557,-10.6740,0.0000,-10.6740,4.9262,-10.6740,0.5499,0.0000,-11.2239,0.0000,-11.2239,5.4790,-16.7029,0.0000,-16.7029,-0.2576,-16.4453,0.0000,0.0000,9.2737,-25.7191,282.4926,282.4926,282.4926 -793.5000,1.0000,10179.6630,49.3865,48.9410,-0.2531,0.0000,5,1083.2838,-72.5885,426.1411,-72.5885,-8.2345,48.3420,-8.2345,-0.6647,-12.4449,0.0000,-12.4449,4.8751,-12.4449,0.5416,0.0000,-12.9865,0.0000,-12.9865,5.3885,-18.3750,3.5774,-21.9524,-0.3081,-21.6443,0.0000,0.0000,9.1205,-30.7647,0.0000,0.0000,0.0000 -794.5000,1.0000,10193.0009,48.0065,47.0920,-0.5136,0.0000,5,1053.0137,-70.4204,400.6423,-70.4217,-7.7654,44.1794,-7.7655,-1.3114,-11.2391,0.0000,-11.2391,4.7851,-11.2391,0.5177,0.0000,-11.7568,0.0000,-11.7568,5.2379,-16.9947,35.4441,-52.4388,-0.6079,-51.8309,0.0000,0.0000,8.8656,-60.6965,0.0000,0.0000,0.0000 -795.5000,1.0000,10205.8599,46.2825,45.4930,-0.4442,0.0000,5,1015.1981,-67.7126,392.1366,-67.7147,-7.1986,41.6886,-7.1988,-1.0933,-10.7700,0.0000,-10.7700,4.6647,-10.7700,0.4910,0.0000,-11.2610,0.0000,-11.2610,5.0498,-16.3108,25.4045,-41.7153,-0.5068,-41.2085,0.8491,0.0000,8.5472,-50.6048,0.0000,0.0000,0.0000 -796.5000,1.0000,10218.2771,44.6920,43.9110,-0.4394,0.0000,5,980.3108,-67.7511,376.8112,-67.7531,-6.9552,38.6826,-6.9554,-1.0445,-10.4654,0.0000,-10.4654,4.5547,-10.4654,0.4672,0.0000,-10.9326,0.0000,-10.9326,4.8763,-15.8088,23.8295,-39.6383,-0.4842,-39.1541,0.9386,0.0000,8.2535,-48.3463,0.0000,0.0000,0.0000 -797.5000,1.0000,10230.2925,43.2455,42.6000,-0.3642,0.0000,5,948.5821,-69.5671,371.1104,-69.5682,-6.9105,36.8644,-6.9106,-0.8376,-10.5384,0.0000,-10.5384,4.4655,-10.5384,0.4469,0.0000,-10.9852,0.0000,-10.9852,4.7184,-15.7037,14.5577,-30.2614,-0.3883,-29.8731,0.9083,0.0000,7.9864,-38.7677,0.0000,0.0000,0.0000 -798.5000,1.0000,10242.0650,42.3710,42.1620,-0.1217,0.0000,5,929.4001,44.0045,378.7697,-70.6655,4.2828,36.8644,-6.8776,-0.2742,0.1816,0.0000,0.1816,4.3754,0.1816,0.4079,0.0000,-0.2262,0.0000,-0.2262,4.6230,-4.8493,0.0000,-4.8493,-0.1271,-4.7222,0.1432,0.0000,7.8249,-12.6902,1646.6684,1646.6684,1646.6684 -799.5000,1.0000,10253.7535,42.0685,41.9950,-0.0464,0.0000,5,922.7648,125.7497,423.5584,-71.0450,12.1514,40.9292,-6.8652,-0.1038,7.9144,0.0000,7.9144,4.3408,7.9144,0.4075,0.0000,7.5069,0.0000,7.5069,4.5900,2.9169,0.0000,2.9169,-0.0481,2.9650,0.0000,0.0000,7.7690,-4.8040,3042.2498,3042.2498,3042.2498 -800.5000,1.0000,10265.4903,42.2425,42.5100,0.1431,0.0000,5,926.5815,335.8455,473.8912,-70.8267,32.5875,45.9823,-6.8724,0.3214,27.9449,0.0000,27.9449,4.3213,27.9449,0.5099,0.0000,27.4350,0.0000,27.4350,4.6090,22.8260,0.0000,22.8260,0.1490,22.6771,0.0000,0.0000,7.8011,14.8759,6616.6118,6616.6118,6616.6118 -801.5000,1.0000,10277.4517,43.0510,43.6120,0.3061,0.0000,5,944.3158,516.4995,592.2809,-69.8122,51.0759,58.5698,-6.9036,0.7009,46.0242,0.0000,46.0242,4.3508,46.0242,0.6108,0.0000,45.4134,0.0000,45.4134,4.6972,40.7162,0.0000,40.7162,0.3249,40.3913,0.0000,0.0000,7.9505,32.4408,10171.2813,10171.2813,10171.2813 -802.5000,1.0000,10289.7480,44.2565,44.9210,0.3636,0.0000,5,970.7582,580.1099,692.3650,-68.2996,58.9726,70.3841,-6.9432,0.8559,53.7106,0.0000,53.7106,4.4061,53.7106,0.6652,0.0000,53.0453,0.0000,53.0453,4.8620,48.1834,0.0000,48.1834,0.3967,47.7866,0.0000,0.0000,8.1731,39.6135,11734.1642,11734.1642,11734.1642 -803.5000,1.0000,10302.4306,45.6475,46.3940,0.4092,0.0000,5,1001.2695,631.0543,730.9026,-66.7177,66.1677,76.6371,-6.9955,0.9934,60.6805,0.0000,60.6805,4.4939,60.6805,0.7189,0.0000,59.9616,0.0000,59.9616,5.0935,54.8681,0.0000,54.8681,0.4605,54.4076,0.0000,0.0000,8.4300,45.9776,13143.4132,13143.4132,13143.4132 -804.5000,1.0000,10315.5514,47.2250,48.0760,0.4672,0.0000,5,1035.8717,696.1044,759.9245,-69.1946,75.5108,82.4337,-7.5060,1.1735,69.7402,0.0000,69.7402,4.5970,69.7402,0.7860,0.0000,68.9543,0.0000,68.9543,5.3734,63.5809,0.0000,63.5809,0.5440,63.0369,0.0000,0.0000,8.7213,54.3156,14903.7082,14903.7082,14903.7082 -805.5000,1.0000,10329.1216,48.8425,49.6290,0.4314,0.0000,5,1071.3512,655.4084,793.7687,-71.7343,73.5313,89.0542,-8.0480,1.1206,67.6968,0.0000,67.6968,4.7139,67.6968,0.7986,0.0000,66.8982,0.0000,66.8982,5.4911,61.4071,0.0000,61.4071,0.5195,60.8876,0.0000,0.0000,9.0200,51.8676,14473.2105,14473.2105,14473.2105 -806.5000,1.0000,10343.1425,50.4655,51.3220,0.4703,0.0000,5,1106.9515,698.9443,779.4921,-74.1997,81.0214,90.3585,-8.6012,1.2622,74.9333,0.0000,74.9333,4.8259,74.9333,0.8583,0.0000,74.0750,0.0000,74.0750,5.7479,68.3271,0.0000,68.3271,0.5851,67.7420,0.0000,0.0000,9.3197,58.4223,15916.6629,15916.6629,15916.6629 -807.5000,1.0000,10357.6298,52.1440,52.9860,0.4622,0.0000,5,1143.7690,689.5922,802.4025,-76.3960,82.5960,96.1079,-9.1503,1.2819,76.3688,0.0000,76.3688,4.9454,76.3688,0.8902,0.0000,75.4785,0.0000,75.4785,5.9232,69.5553,0.0000,69.5553,0.5942,68.9611,0.0000,0.0000,9.6297,59.3314,16194.5801,16194.5801,16194.5801 -808.5000,1.0000,10372.5695,53.7730,54.5800,0.4428,0.0000,5,1179.5009,667.5210,801.6998,-78.5275,82.4502,99.0236,-9.6995,1.2663,76.1108,0.0000,76.1108,5.0731,76.1108,0.9136,0.0000,75.1972,0.0000,75.1972,6.0686,69.1286,0.0000,69.1286,0.5870,68.5416,0.0000,0.0000,9.9305,58.6110,16168.0208,16168.0208,16168.0208 -809.5000,1.0000,10387.9474,55.3505,56.1410,0.4336,0.0000,5,1214.1030,657.1257,794.9353,-80.5867,83.5473,101.0685,-10.2458,1.2765,77.0652,0.0000,77.0652,5.2057,77.0652,0.9427,0.0000,76.1225,0.0000,76.1225,6.2275,69.8951,0.0000,69.8951,0.5917,69.3033,0.0000,0.0000,10.2219,59.0815,16365.8050,16365.8050,16365.8050 -810.5000,1.0000,10403.7446,56.8600,57.5990,0.4050,0.0000,5,1247.2136,625.1282,793.0225,-82.5504,81.6467,103.5750,-10.7817,1.2248,75.0485,0.0000,75.0485,5.3735,75.0485,0.9564,0.0000,74.0921,0.0000,74.0921,6.3357,67.7564,0.0000,67.7564,0.5678,67.1886,0.0000,0.0000,10.5006,56.6880,16015.0470,16015.0470,16015.0470 -811.5000,1.0000,10419.9295,58.2555,58.9320,0.3703,0.0000,5,1277.8237,585.9503,782.2746,-84.3658,78.4080,104.6788,-11.2893,1.1472,71.7670,0.0000,71.7670,5.4937,71.7670,0.9623,0.0000,70.8047,0.0000,70.8047,6.4146,64.3901,0.0000,64.3901,0.5318,63.8583,0.0000,0.0000,10.7584,53.0999,15439.2338,15439.2338,15439.2338 -812.5000,1.0000,10436.4466,59.4515,59.9910,0.2942,0.0000,5,1304.0577,500.8139,768.1960,-85.9217,68.3915,104.9053,-11.7335,0.9301,61.8807,0.0000,61.8807,5.5807,61.8807,0.9324,0.0000,60.9483,0.0000,60.9483,6.4866,54.4616,0.0000,54.4616,0.4312,54.0304,0.0000,0.0000,10.9792,43.0512,13591.3125,13591.3125,13591.3125 -813.5000,1.0000,10453.2674,60.5450,61.1190,0.3133,0.0000,5,1328.0434,522.1973,737.4981,-87.3443,72.6232,102.5656,-12.1472,1.0090,65.9252,0.0000,65.9252,5.6891,65.9252,0.9707,0.0000,64.9545,0.0000,64.9545,6.6059,58.3486,0.0000,58.3486,0.4677,57.8809,0.0000,0.0000,11.1812,46.6997,14352.4637,14352.4637,14352.4637 -814.5000,1.0000,10470.2455,61.1110,61.1230,0.0011,0.0000,5,1340.4585,175.5936,743.0172,-88.0806,24.6485,104.2992,-12.3641,0.0036,18.8670,0.0000,18.8670,5.7779,18.8670,0.7448,0.0000,18.1222,0.0000,18.1222,6.6677,11.4545,0.0000,11.4545,0.0017,11.4528,0.0000,0.0000,11.2857,0.1671,5375.2770,5375.2770,5375.2770 -815.5000,1.0000,10487.2020,61.0335,60.9640,-0.0442,0.0000,5,1338.7586,125.0756,602.0843,-87.9798,17.5349,84.4089,-12.3343,-0.1434,11.9373,0.0000,11.9373,5.7410,11.9373,0.7089,0.0000,11.2284,0.0000,11.2284,6.6592,4.5691,0.0000,4.5691,-0.0665,4.6356,0.0000,0.0000,11.2714,-6.6358,4074.1647,4074.1647,4074.1647 -816.5000,1.0000,10504.1355,60.9505,60.9570,-0.0019,0.0000,5,1336.9380,171.7411,582.0092,-87.8718,24.0444,81.4835,-12.3024,-0.0063,18.3511,0.0000,18.3511,5.6996,18.3511,0.7396,0.0000,17.6116,0.0000,17.6116,6.6502,10.9614,0.0000,10.9614,-0.0029,10.9643,0.0000,0.0000,11.2561,-0.2917,5256.6591,5256.6591,5256.6591 -817.5000,1.0000,10521.0727,60.9640,60.9910,0.0094,0.0000,5,1337.2341,185.1439,601.3836,-87.8894,25.9266,84.2147,-12.3076,0.0306,20.0902,0.0000,20.0902,5.8057,20.0902,0.7485,0.0000,19.3417,0.0000,19.3417,6.6517,12.6901,0.0000,12.6901,0.0142,12.6759,0.0000,0.0000,11.2585,1.4174,5612.4399,5612.4399,5612.4399 -818.5000,1.0000,10538.0513,61.1130,61.2550,0.0733,0.0000,5,1340.5024,255.9646,609.0799,-88.0832,35.9316,85.5009,-12.3649,0.2384,29.8967,0.0000,29.8967,5.7965,29.8967,0.8000,0.0000,29.0967,0.0000,29.0967,6.6679,22.4288,0.0000,22.4288,0.1105,22.3183,0.0000,0.0000,11.2861,11.0323,7441.7335,7441.7335,7441.7335 -819.5000,1.0000,10555.1152,61.4200,61.6050,0.0972,0.0000,5,1347.2364,282.5568,639.6115,-88.4826,39.8638,90.2378,-12.4833,0.3176,33.7152,0.0000,33.7152,5.8310,33.7152,0.8243,0.0000,32.8910,0.0000,32.8910,6.7014,26.1895,0.0000,26.1895,0.1472,26.0423,0.0000,0.0000,11.3428,14.6996,8204.9741,8204.9741,8204.9741 -820.5000,1.0000,10572.2466,61.6630,61.7410,0.0378,0.0000,5,1352.5666,216.6294,650.1252,-88.7987,30.6835,92.0840,-12.5775,0.1239,24.6906,0.0000,24.6906,5.8690,24.6906,0.7832,0.0000,23.9074,0.0000,23.9074,6.7279,17.1795,0.0000,17.1795,0.0574,17.1221,0.0000,0.0000,11.3876,5.7344,6500.4383,6500.4383,6500.4383 -821.5000,1.0000,10589.4484,61.9165,62.1120,0.1031,0.0000,5,1358.1270,289.2719,626.5228,-89.1285,41.1410,89.1058,-12.6761,0.3394,34.8934,0.0000,34.8934,5.9083,34.8934,0.8385,0.0000,34.0548,0.0000,34.0548,6.7556,27.2993,0.0000,27.2993,0.1573,27.1419,0.0000,0.0000,11.4344,15.7075,8460.4094,8460.4094,8460.4094 -822.5000,1.0000,10606.7359,62.2250,62.3580,0.0683,0.0000,5,1364.8939,250.4485,655.9990,-89.5298,35.7969,93.7628,-12.7966,0.2261,29.6702,0.0000,29.6702,5.9006,29.6702,0.8176,0.0000,28.8526,0.0000,28.8526,6.7892,22.0634,0.0000,22.0634,0.1048,21.9585,0.0000,0.0000,11.4914,10.4671,7446.6269,7446.6269,7446.6269 -823.5000,1.0000,10624.0964,62.4880,62.6380,0.0778,0.0000,5,1370.6628,260.8106,642.1818,-89.8719,37.4356,92.1759,-12.8998,0.2585,31.2720,0.0000,31.2720,5.9051,31.2720,0.8301,0.0000,30.4419,0.0000,30.4419,6.8179,23.6240,0.0000,23.6240,0.1198,23.5041,0.0000,0.0000,11.5400,11.9641,7767.5059,7767.5059,7767.5059 -824.5000,1.0000,10641.5256,62.7350,62.8520,0.0594,0.0000,5,1376.0807,240.4207,647.0548,-90.1933,34.6453,93.2424,-12.9971,0.1983,28.5232,0.0000,28.5232,5.9238,28.5232,0.8206,0.0000,27.7026,0.0000,27.7026,6.8449,20.8577,0.0000,20.8577,0.0919,20.7658,0.0000,0.0000,11.5856,9.1802,7247.4490,7247.4490,7247.4490 -825.5000,1.0000,10659.0103,62.9350,63.0380,0.0517,0.0000,5,1380.4676,246.3331,639.9133,-90.4535,35.6105,92.5073,-13.0762,0.1729,27.3922,0.0000,27.3922,8.0453,27.3922,0.8183,0.0000,26.5739,0.0000,26.5739,6.8667,19.7072,0.0000,19.7072,0.0802,19.6270,0.0000,0.0000,11.6225,8.0045,7437.8076,7437.8076,7437.8076 -826.5000,1.0000,10676.5525,63.1420,63.2660,0.0633,0.0000,5,1385.0081,259.7698,643.5462,-90.7227,37.6764,93.3385,-13.1582,0.2127,29.3244,0.0000,29.3244,8.1394,29.3244,0.8315,0.0000,28.4928,0.0000,28.4928,6.8893,21.6035,0.0000,21.6035,0.0986,21.5050,0.0000,0.0000,11.6608,9.8442,7834.3774,7834.3774,7834.3774 -827.5000,1.0000,10694.1642,63.3920,63.5380,0.0756,0.0000,5,1390.4918,273.1531,650.2591,-91.0480,39.7744,94.6855,-13.2577,0.2547,31.3781,0.0000,31.3781,8.1415,31.3781,0.8461,0.0000,30.5320,0.0000,30.5320,6.9166,23.6155,0.0000,23.6155,0.1181,23.4974,0.0000,0.0000,11.7069,11.7904,8235.7515,8235.7515,8235.7515 -828.5000,1.0000,10711.8498,63.6580,63.7980,0.0722,0.0000,5,1396.3265,269.5009,656.6415,-91.3940,39.4072,96.0161,-13.3639,0.2445,30.9813,0.0000,30.9813,8.1814,30.9813,0.8487,0.0000,30.1326,0.0000,30.1326,6.9456,23.1870,0.0000,23.1870,0.1134,23.0736,0.0000,0.0000,11.7561,11.3176,8174.8987,8174.8987,8174.8987 -829.5000,1.0000,10729.6014,63.8960,64.0140,0.0600,0.0000,5,1401.5470,255.8632,656.1473,-91.7036,37.5530,96.3025,-13.4593,0.2039,29.1472,0.0000,29.1472,8.2019,29.1472,0.8436,0.0000,28.3035,0.0000,28.3035,6.9716,21.3320,0.0000,21.3320,0.0945,21.2375,0.0000,0.0000,11.8000,9.4374,7834.9540,7834.9540,7834.9540 -830.5000,1.0000,10747.3586,63.9160,63.8380,-0.0489,0.0000,5,1401.9857,134.4920,648.6652,-91.7296,19.7455,95.2342,-13.4673,-0.1662,11.7653,0.0000,11.7653,8.1464,11.7653,0.7571,0.0000,11.0082,0.0000,11.0082,6.9737,4.0345,0.0000,4.0345,-0.0770,4.1115,0.0000,0.0000,11.8037,-7.6922,4577.9840,4577.9840,4577.9840 -831.5000,1.0000,10765.0506,63.6810,63.5440,-0.0817,0.0000,5,1396.8310,98.1115,599.5960,-91.4239,14.3513,87.7064,-13.3731,-0.2766,6.5108,0.0000,6.5108,8.1172,6.5108,0.7328,0.0000,5.7780,0.0000,5.7780,6.9481,-1.1701,0.0000,-1.1701,-0.1282,-1.0419,0.0000,0.0000,11.7603,-12.8022,3616.2293,3616.2293,3616.2293 -832.5000,1.0000,10782.6734,63.4320,63.3400,-0.0567,0.0000,5,1391.3692,111.4965,584.4963,-91.1000,16.2455,85.1634,-13.2736,-0.1912,10.4403,0.0000,10.4403,5.9963,10.4403,0.7421,0.0000,9.6982,0.0000,9.6982,6.9209,2.7773,0.0000,2.7773,-0.0886,2.8659,0.0000,0.0000,11.7143,-8.8484,3922.8857,3922.8857,3922.8857 -833.5000,1.0000,10800.2136,63.1350,62.9500,-0.1083,0.0000,5,1384.8546,54.2606,586.6398,-90.7136,7.8690,85.0755,-13.1554,-0.3638,2.2760,0.0000,2.2760,5.9567,2.2760,0.7335,0.0000,1.5425,0.0000,1.5425,6.8885,-5.3460,0.0000,-5.3460,-0.1686,-5.1774,0.0000,0.0000,11.6595,-16.8369,2820.4338,2820.4338,2820.4338 -834.5000,1.0000,10817.6291,62.6855,62.4410,-0.1414,0.0000,5,1374.9949,17.6165,560.2382,-90.1289,2.5366,80.6682,-12.9776,-0.4714,-2.8821,0.0000,-2.8821,5.8901,-2.8821,0.7383,0.0000,-3.6204,0.0000,-3.6204,6.8395,-10.4599,0.0000,-10.4599,-0.2185,-10.2414,0.0000,0.0000,11.5765,-21.8178,2163.2712,2163.2712,2163.2712 -835.5000,1.0000,10834.8877,62.1210,61.8210,-0.1722,0.0000,5,1362.6127,-16.3483,540.9798,-89.3945,-2.3328,77.1937,-12.7559,-0.5690,-7.6100,0.0000,-7.6100,5.8463,-7.6100,0.7400,0.0000,-8.3501,0.0000,-8.3501,6.7779,-15.1280,0.0000,-15.1280,-0.2638,-14.8642,0.0000,0.0000,11.4722,-26.3364,1506.2843,1506.2843,1506.2843 -836.5000,1.0000,10851.9830,61.5330,61.2650,-0.1544,0.0000,5,1349.7150,3.4078,523.6757,-88.6296,0.4817,74.0173,-12.5271,-0.5054,-4.8286,0.0000,-4.8286,5.8157,-4.8286,0.7227,0.0000,-5.5512,0.0000,-5.5512,6.7137,-12.2650,0.0000,-12.2650,-0.2343,-12.0307,0.0000,0.0000,11.3636,-23.3943,1867.9004,1867.9004,1867.9004 -837.5000,1.0000,10868.8998,60.8905,60.5360,-0.2025,0.0000,5,1335.6219,-49.2736,526.2867,-87.7937,-6.8917,73.6096,-12.2794,-0.6558,-12.0392,0.0000,-12.0392,5.8033,-12.0392,0.7294,0.0000,-12.7686,0.0000,-12.7686,6.6436,-19.4122,0.0000,-19.4122,-0.3040,-19.1082,0.0000,0.0000,11.2450,-30.3532,751.8560,751.8560,751.8560 -838.5000,1.0000,10885.6538,60.3045,60.0930,-0.1231,0.0000,5,1322.7681,37.8769,502.5600,-87.0314,5.2467,69.6146,-12.0556,-0.3947,-0.0449,0.0000,-0.0449,5.6863,-0.0449,0.6891,0.0000,-0.7341,0.0000,-0.7341,6.5797,-7.3138,0.0000,-7.3138,-0.1830,-7.1308,0.0000,0.0000,11.1367,-18.2675,2355.8183,2355.8183,2355.8183 -839.5000,1.0000,10902.2643,59.7880,59.5030,-0.1639,0.0000,5,1311.4388,-6.9067,534.8569,-86.3595,-0.9485,73.4538,-11.8601,-0.5211,-6.1025,0.0000,-6.1025,5.6751,-6.1025,0.6953,0.0000,-6.7977,0.0000,-6.7977,6.5233,-13.3211,0.0000,-13.3211,-0.2416,-13.0795,0.0000,0.0000,11.0414,-24.1209,1570.0349,1570.0349,1570.0349 -840.5000,1.0000,10918.7089,59.1905,58.8980,-0.1681,0.0000,5,1298.3327,-11.5991,511.9738,-85.5822,-1.5770,69.6085,-11.6358,-0.5290,-6.6566,0.0000,-6.6566,5.6087,-6.6566,0.6863,0.0000,-7.3430,0.0000,-7.3430,6.4582,-13.8011,0.0000,-13.8011,-0.2452,-13.5559,0.0000,0.0000,10.9310,-24.4869,1440.7733,1440.7733,1440.7733 -841.5000,1.0000,10935.0113,58.6785,58.4790,-0.1164,0.0000,5,1287.1021,45.1622,508.1299,-84.9161,6.0872,68.4883,-11.4454,-0.3632,0.9170,0.0000,0.9170,5.5334,0.9170,0.6586,0.0000,0.2584,0.0000,0.2584,6.4023,-6.1439,0.0000,-6.1439,-0.1684,-5.9755,0.0000,0.0000,10.8365,-16.8120,2383.8984,2383.8984,2383.8984 -842.5000,1.0000,10951.2321,58.3850,58.3110,-0.0467,0.0000,5,1280.6642,122.4861,532.6125,-84.5343,16.4267,71.4291,-11.3370,-0.1449,11.0390,0.0000,11.0390,5.5326,11.0390,0.6608,0.0000,10.3782,0.0000,10.3782,6.3703,4.0080,0.0000,4.0080,-0.0672,4.0751,0.0000,0.0000,10.7823,-6.7071,3779.3133,3779.3133,3779.3133 -843.5000,1.0000,10967.4384,58.3325,58.3740,0.0175,0.0000,5,1279.5126,193.9668,567.0163,-84.4660,25.9897,75.9747,-11.3176,0.0543,20.3819,0.0000,20.3819,5.5535,20.3819,0.7067,0.0000,19.6752,0.0000,19.6752,6.3645,13.3107,0.0000,13.3107,0.0252,13.2855,0.0000,0.0000,10.7726,2.5129,5579.5149,5579.5149,5579.5149 -844.5000,1.0000,10983.6684,58.4180,58.4820,0.0300,0.0000,5,1281.3881,207.7031,598.1390,-84.5772,27.8710,80.2623,-11.3491,0.0932,22.2369,0.0000,22.2369,5.5408,22.2369,0.7173,0.0000,21.5196,0.0000,21.5196,6.3739,15.1457,0.0000,15.1457,0.0432,15.1025,0.0000,0.0000,10.7884,4.3142,5921.1157,5921.1157,5921.1157 -845.5000,1.0000,10999.9267,58.5200,58.5780,0.0267,0.0000,5,1283.6254,203.9007,604.3754,-84.7099,27.4085,81.2407,-11.3868,0.0830,21.7889,0.0000,21.7889,5.5366,21.7889,0.7167,0.0000,21.0722,0.0000,21.0722,6.3850,14.6872,0.0000,14.6872,0.0385,14.6487,0.0000,0.0000,10.8072,3.8415,5842.5584,5842.5584,5842.5584 -846.5000,1.0000,11016.2078,58.6020,58.6460,0.0189,0.0000,5,1285.4241,195.4044,602.9914,-84.8166,26.3032,81.1683,-11.4171,0.0589,20.6810,0.0000,20.6810,5.5634,20.6810,0.7125,0.0000,19.9685,0.0000,19.9685,6.3939,13.5745,0.0000,13.5745,0.0273,13.5472,0.0000,0.0000,10.8223,2.7249,5643.5529,5643.5529,5643.5529 -847.5000,1.0000,11032.4692,58.5310,58.4360,-0.0583,0.0000,5,1283.8667,109.8235,597.3524,-84.7242,14.7654,80.3118,-11.3909,-0.1816,9.3611,0.0000,9.3611,5.5858,9.3611,0.6548,0.0000,8.7064,0.0000,8.7064,6.3862,2.3202,0.0000,2.3202,-0.0842,2.4043,0.0000,0.0000,10.8092,-8.4049,3488.9887,3488.9887,3488.9887 -848.5000,1.0000,11048.6509,58.2440,58.0720,-0.1011,0.0000,5,1277.5714,62.1957,558.2710,-84.3509,8.3210,74.6894,-11.2850,-0.3132,3.1146,0.0000,3.1146,5.5196,3.1146,0.6457,0.0000,2.4689,0.0000,2.4689,6.3549,-3.8860,0.0000,-3.8860,-0.1452,-3.7408,0.0000,0.0000,10.7562,-14.4970,2636.7223,2636.7223,2636.7223 -849.5000,1.0000,11064.7411,57.9150,57.7780,-0.0817,0.0000,5,1270.3549,84.2109,536.3514,-83.9229,11.2027,71.3515,-11.1644,-0.2515,5.8880,0.0000,5.8880,5.5662,5.8880,0.6332,0.0000,5.2548,0.0000,5.2548,6.3190,-1.0641,0.0000,-1.0641,-0.1166,-0.9475,0.0000,0.0000,10.6955,-11.6430,2975.6805,2975.6805,2975.6805 -850.5000,1.0000,11080.6986,57.4370,57.1160,-0.1839,0.0000,5,1259.8700,-28.9561,540.7430,-83.3011,-3.8203,71.3420,-10.9902,-0.5617,-8.7249,0.0000,-8.7249,5.4664,-8.7249,0.6616,0.0000,-9.3866,0.0000,-9.3866,6.2668,-15.6534,0.0000,-15.6534,-0.2604,-15.3930,0.0000,0.0000,10.6072,-26.0002,1030.5376,1030.5376,1030.5376 -851.5000,1.0000,11096.4489,56.6910,56.2860,-0.2306,0.0000,5,1243.5066,-80.4866,485.0363,-82.3306,-10.4809,63.1613,-10.7211,-0.6951,-15.1772,0.0000,-15.1772,5.3914,-15.1772,0.6652,0.0000,-15.8424,0.0000,-15.8424,6.1854,-22.0279,0.0000,-22.0279,-0.3222,-21.7056,0.0000,0.0000,10.4694,-32.1750,0.0000,0.0000,0.0000 -852.5000,1.0000,11111.9423,55.7660,55.2660,-0.2833,0.0000,5,1223.2169,-81.1270,454.4762,-81.1272,-10.3920,58.2161,-10.3920,-0.8403,-14.8646,0.0000,-14.8646,5.3130,-14.8646,0.6491,0.0000,-15.5137,0.0000,-15.5137,6.0845,-21.5982,7.3880,-28.9862,-0.3896,-28.5966,0.0000,0.0000,10.2986,-38.8952,0.0000,0.0000,0.0000 -853.5000,1.0000,11127.1567,54.7620,54.2780,-0.2744,0.0000,5,1201.1944,-79.8210,447.7757,-79.8211,-10.0406,56.3252,-10.0406,-0.7993,-14.4831,0.0000,-14.4831,5.2419,-14.4831,0.6316,0.0000,-15.1148,0.0000,-15.1148,5.9750,-21.0897,6.1643,-27.2541,-0.3705,-26.8835,0.0000,0.0000,10.1132,-36.9967,0.0000,0.0000,0.0000 -854.5000,1.0000,11142.0821,53.7215,53.1850,-0.3036,0.0000,5,1178.3712,-78.4596,440.4880,-78.4601,-9.6818,54.3557,-9.6819,-0.8675,-13.9673,0.0000,-13.9673,5.1529,-13.9673,0.6134,0.0000,-14.5807,0.0000,-14.5807,5.8614,-20.4421,10.1898,-30.6320,-0.4021,-30.2298,0.0000,0.0000,9.9210,-40.1509,0.0000,0.0000,0.0000 -855.5000,1.0000,11156.7441,52.7730,52.3810,-0.2233,0.0000,5,1157.5660,-72.2266,437.1526,-77.2190,-8.7553,52.9917,-9.3605,-0.6268,-13.2036,0.0000,-13.2036,5.0751,-13.2036,0.5963,0.0000,-13.7999,0.0000,-13.7999,5.7580,-19.5578,0.0000,-19.5578,-0.2906,-19.2673,0.0000,0.0000,9.7459,-29.0131,4.4478,4.4478,4.4478 -856.5000,1.0000,11171.1764,51.9465,51.5320,-0.2358,0.0000,5,1139.4369,-76.1376,434.4941,-76.1376,-9.0849,51.8445,-9.0849,-0.6515,-13.4873,0.0000,-13.4873,5.0540,-13.4873,0.5839,0.0000,-14.0712,0.0000,-14.0712,5.6678,-19.7390,1.1270,-20.8660,-0.3020,-20.5639,0.0000,0.0000,9.5932,-30.1572,0.0000,0.0000,0.0000 -857.5000,1.0000,11185.4255,51.2865,51.0610,-0.1308,0.0000,5,1124.9599,30.1039,431.4363,-75.2740,3.5464,50.8256,-8.8677,-0.3569,-1.0735,0.0000,-1.0735,4.9768,-1.0735,0.5425,0.0000,-1.6161,0.0000,-1.6161,5.5958,-7.2118,0.0000,-7.2118,-0.1654,-7.0464,0.0000,0.0000,9.4713,-16.5177,1873.8341,1873.8341,1873.8341 -858.5000,1.0000,11199.5614,50.8795,50.7180,-0.0953,0.0000,5,1116.0325,69.1319,481.0348,-74.7414,8.0795,56.2189,-8.7351,-0.2578,3.4196,0.0000,3.4196,4.9177,3.4196,0.5249,0.0000,2.8946,0.0000,2.8946,5.5514,-2.6567,0.0000,-2.6567,-0.1195,-2.5372,0.0000,0.0000,9.3962,-11.9334,2515.3466,2515.3466,2515.3466 -859.5000,1.0000,11213.6277,50.6285,50.5590,-0.0442,0.0000,5,1110.5268,125.7520,499.6540,-74.4130,14.6242,58.1068,-8.6538,-0.1189,9.8494,0.0000,9.8494,4.8938,9.8494,0.5352,0.0000,9.3142,0.0000,9.3142,5.5240,3.7902,0.0000,3.7902,-0.0551,3.8453,0.0000,0.0000,9.3498,-5.5045,3408.9597,3408.9597,3408.9597 -860.5000,1.0000,11227.7088,50.6820,50.8250,0.0739,0.0000,5,1111.7003,256.7744,529.7685,-74.4830,29.8929,61.6740,-8.6711,0.1992,24.8112,0.0000,24.8112,4.8825,24.8112,0.6108,0.0000,24.2004,0.0000,24.2004,5.5298,18.6706,0.0000,18.6706,0.0923,18.5783,0.0000,0.0000,9.3597,9.2185,6146.0542,6146.0542,6146.0542 -861.5000,1.0000,11241.8925,51.0515,51.2980,0.1314,0.0000,5,1119.8053,320.7198,594.2963,-74.9665,37.6094,69.6906,-8.7910,0.3567,32.3292,0.0000,32.3292,4.9235,32.3292,0.6538,0.0000,31.6753,0.0000,31.6753,5.5701,26.1052,0.0000,26.1052,0.1654,25.9398,0.0000,0.0000,9.4279,16.5119,7629.0224,7629.0224,7629.0224 -862.5000,1.0000,11256.2382,51.6345,51.9910,0.1925,0.0000,5,1132.5933,388.3525,627.5242,-75.7293,46.0605,74.4274,-8.9819,0.5286,40.5862,0.0000,40.5862,4.9456,40.5862,0.7037,0.0000,39.8825,0.0000,39.8825,5.6337,34.2488,0.0000,34.2488,0.2451,34.0037,0.0000,0.0000,9.5356,24.4681,9272.4968,9272.4968,9272.4968 -863.5000,1.0000,11270.7821,52.3480,52.7250,0.2039,0.0000,5,1148.2437,401.1546,661.3509,-76.6629,48.2364,79.5234,-9.2182,0.5676,42.6406,0.0000,42.6406,5.0281,42.6406,0.7247,0.0000,41.9159,0.0000,41.9159,5.7116,36.2043,0.0000,36.2043,0.2631,35.9412,0.0000,0.0000,9.6674,26.2738,9696.1181,9696.1181,9696.1181 -864.5000,1.0000,11285.5528,53.1645,53.6240,0.2497,0.0000,5,1166.1535,452.0568,670.9741,-77.7313,55.2049,81.9389,-9.4925,0.7061,49.3989,0.0000,49.3989,5.0999,49.3989,0.7708,0.0000,48.6281,0.0000,48.6281,5.8007,42.8275,0.0000,42.8275,0.3273,42.5001,0.0000,0.0000,9.8182,32.6820,10998.9344,10998.9344,10998.9344 -865.5000,1.0000,11300.5771,54.0775,54.5510,0.2575,0.0000,5,1186.1800,460.5601,696.9834,-78.9259,57.2092,86.5768,-9.8039,0.7406,51.3032,0.0000,51.3032,5.1654,51.3032,0.7942,0.0000,50.5090,0.0000,50.5090,5.9003,44.6087,0.0000,44.6087,0.3433,44.2654,0.0000,0.0000,9.9868,34.2786,11408.3553,11408.3553,11408.3553 -866.5000,1.0000,11315.8718,55.0510,55.5710,0.2833,0.0000,5,1207.5335,489.1542,704.0249,-80.1971,61.8548,89.0258,-10.1411,0.8296,55.7858,0.0000,55.7858,5.2395,55.7858,0.8316,0.0000,54.9542,0.0000,54.9542,6.0065,48.9477,0.0000,48.9477,0.3846,48.5631,0.0000,0.0000,10.1666,38.3965,12304.8986,12304.8986,12304.8986 -867.5000,1.0000,11331.4206,55.9655,56.3800,0.2247,0.0000,5,1227.5929,423.6944,718.0876,-81.3868,54.4673,92.3125,-10.4625,0.6689,48.5210,0.0000,48.5210,5.2774,48.5210,0.8096,0.0000,47.7114,0.0000,47.7114,6.1063,41.6051,0.0000,41.6051,0.3101,41.2951,0.0000,0.0000,10.3354,30.9596,10888.7618,10888.7618,10888.7618 -868.5000,1.0000,11347.1906,56.7620,57.1640,0.2178,0.0000,5,1245.0640,416.2249,692.4980,-82.4229,54.2686,90.2898,-10.7465,0.6574,48.2311,0.0000,48.2311,5.3800,48.2311,0.8207,0.0000,47.4104,0.0000,47.4104,6.1932,41.2172,0.0000,41.2172,0.3048,40.9124,0.0000,0.0000,10.4825,30.4299,10855.3062,10855.3062,10855.3062 -869.5000,1.0000,11363.1567,57.4680,57.7920,0.1744,0.0000,5,1260.5500,368.1798,690.9644,-83.3414,48.6014,91.2104,-11.0014,0.5332,42.6123,0.0000,42.6123,5.4559,42.6123,0.8039,0.0000,41.8084,0.0000,41.8084,6.2702,35.5382,0.0000,35.5382,0.2472,35.2911,0.0000,0.0000,10.6129,24.6781,9778.7633,9778.7633,9778.7633 -870.5000,1.0000,11379.3098,58.1410,58.5100,0.1994,0.0000,5,1275.3121,395.7703,673.6187,-84.2169,52.8553,89.9620,-11.2472,0.6167,46.7474,0.0000,46.7474,5.4912,46.7474,0.8354,0.0000,45.9120,0.0000,45.9120,6.3436,39.5683,0.0000,39.5683,0.2859,39.2824,0.0000,0.0000,10.7372,28.5452,10609.3955,10609.3955,10609.3955 -871.5000,1.0000,11395.6700,58.8870,59.2840,0.2150,0.0000,5,1291.6755,413.2114,688.0480,-85.1874,55.8926,93.0681,-11.5228,0.6734,49.6406,0.0000,49.6406,5.5787,49.6406,0.8620,0.0000,48.7786,0.0000,48.7786,6.4250,42.3536,0.0000,42.3536,0.3121,42.0414,0.0000,0.0000,10.8750,31.1664,11184.7609,11184.7609,11184.7609 -872.5000,1.0000,11412.2118,59.5405,59.8170,0.1481,0.0000,5,1306.0099,338.4880,696.3698,-86.0375,46.2933,95.2390,-11.7669,0.4688,40.2353,0.0000,40.2353,5.5892,40.2353,0.8256,0.0000,39.4097,0.0000,39.4097,6.4963,32.9133,0.0000,32.9133,0.2173,32.6960,0.0000,0.0000,10.9957,21.7003,9391.8141,9391.8141,9391.8141 -873.5000,1.0000,11428.8938,60.0450,60.2930,0.1322,0.0000,5,1317.0760,321.3987,667.5376,-86.6938,44.3286,92.0694,-11.9571,0.4222,38.2036,0.0000,38.2036,5.7027,38.2036,0.8238,0.0000,37.3798,0.0000,37.3798,6.5514,30.8284,0.0000,30.8284,0.1957,30.6327,0.0000,0.0000,11.0888,19.5439,9027.9784,9027.9784,9027.9784 -874.5000,1.0000,11445.6559,60.3335,60.3940,0.0281,0.0000,5,1323.4042,205.7092,659.7771,-87.0691,28.5085,91.4362,-12.0666,0.0900,22.6845,0.0000,22.6845,5.7340,22.6845,0.7510,0.0000,21.9335,0.0000,21.9335,6.5829,15.3507,0.0000,15.3507,0.0417,15.3089,0.0000,0.0000,11.1421,4.1668,6084.3594,6084.3594,6084.3594 -875.5000,1.0000,11462.3682,60.1545,59.9350,-0.1275,0.0000,5,1319.4779,33.0381,608.1208,-86.8363,4.5650,84.0273,-11.9986,-0.4079,-0.7088,0.0000,-0.7088,5.6817,-0.7088,0.6882,0.0000,-1.3970,0.0000,-1.3970,6.5633,-7.9603,0.0000,-7.9603,-0.1891,-7.7712,0.0000,0.0000,11.1090,-18.8802,2269.0038,2269.0038,2269.0038 -876.5000,1.0000,11478.9120,59.5475,59.1800,-0.2097,0.0000,5,1306.1634,-57.4329,530.1422,-86.0466,-7.8557,72.5134,-11.7696,-0.6642,-12.8482,0.0000,-12.8482,5.6567,-12.8482,0.7080,0.0000,-13.5562,0.0000,-13.5562,6.4971,-20.0533,0.0000,-20.0533,-0.3079,-19.7454,0.0000,0.0000,10.9970,-30.7424,505.9254,505.9254,505.9254 -877.5000,1.0000,11495.2675,58.8700,58.5800,-0.1667,0.0000,5,1291.3026,-9.8183,488.2036,-85.1653,-1.3277,66.0173,-11.5165,-0.5218,-6.4197,0.0000,-6.4197,5.6138,-6.4197,0.6802,0.0000,-7.0999,0.0000,-7.0999,6.4232,-13.5231,0.0000,-13.5231,-0.2419,-13.2812,0.0000,0.0000,10.8718,-24.1531,1469.0268,1469.0268,1469.0268 -878.5000,1.0000,11511.5281,58.5280,58.4960,-0.0233,0.0000,5,1283.8009,148.4310,510.4845,-84.7203,19.9550,68.6292,-11.3897,-0.0726,14.4794,0.0000,14.4794,5.5482,14.4794,0.6803,0.0000,13.7991,0.0000,13.7991,6.3859,7.4132,0.0000,7.4132,-0.0337,7.4469,0.0000,0.0000,10.8087,-3.3618,4449.3932,4449.3932,4449.3932 -879.5000,1.0000,11527.7820,58.5040,58.5320,0.0100,0.0000,5,1283.2745,185.5026,578.7893,-84.6891,24.9286,77.7801,-11.3809,0.0311,19.3464,0.0000,19.3464,5.5511,19.3464,0.7043,0.0000,18.6421,0.0000,18.6421,6.3832,12.2588,0.0000,12.2588,0.0144,12.2444,0.0000,0.0000,10.8042,1.4402,5383.3530,5383.3530,5383.3530 -880.5000,1.0000,11544.0564,58.5780,58.6440,0.0311,0.0000,5,1284.8976,208.9557,595.3641,-84.7854,28.1159,80.1087,-11.4082,0.0969,22.4614,0.0000,22.4614,5.5575,22.4614,0.7210,0.0000,21.7404,0.0000,21.7404,6.3913,15.3490,0.0000,15.3490,0.0449,15.3041,0.0000,0.0000,10.8179,4.4862,5966.9128,5966.9128,5966.9128 -881.5000,1.0000,11560.3746,58.7355,58.8470,0.0564,0.0000,5,1288.3524,236.8201,606.5852,-84.9903,31.9508,81.8380,-11.4665,0.1761,26.2327,0.0000,26.2327,5.5419,26.2327,0.7425,0.0000,25.4903,0.0000,25.4903,6.4085,19.0818,0.0000,19.0818,0.0817,19.0001,0.0000,0.0000,10.8470,8.1531,6685.2888,6685.2888,6685.2888 -882.5000,1.0000,11576.7530,58.9520,59.0770,0.0639,0.0000,5,1293.1013,245.3060,619.4606,-85.2719,33.2177,83.8832,-11.5469,0.2003,27.4355,0.0000,27.4355,5.5818,27.4355,0.7520,0.0000,26.6835,0.0000,26.6835,6.4321,20.2514,0.0000,20.2514,0.0929,20.1585,0.0000,0.0000,10.8870,9.2716,6932.3726,6932.3726,6932.3726 -883.5000,1.0000,11593.1910,59.1670,59.2770,0.0556,0.0000,5,1297.8173,236.4266,623.8237,-85.5516,32.1321,84.7821,-11.6271,0.1748,26.3048,0.0000,26.3048,5.6524,26.3048,0.7499,0.0000,25.5549,0.0000,25.5549,6.4556,19.0994,0.0000,19.0994,0.0810,19.0183,0.0000,0.0000,10.9267,8.0916,6738.3338,6738.3338,6738.3338 -884.5000,1.0000,11609.6864,59.3735,59.4900,0.0592,0.0000,5,1302.3468,239.9313,621.1630,-85.8203,32.7222,84.7151,-11.7043,0.1868,26.9336,0.0000,26.9336,5.6017,26.9336,0.7564,0.0000,26.1772,0.0000,26.1772,6.4781,19.6991,0.0000,19.6991,0.0866,19.6125,0.0000,0.0000,10.9648,8.6477,6853.0272,6853.0272,6853.0272 -885.5000,1.0000,11626.2421,59.5905,59.7110,0.0614,0.0000,5,1307.1066,242.6937,623.6793,-86.1026,33.2199,85.3691,-11.7857,0.1946,27.3642,0.0000,27.3642,5.6611,27.3642,0.7621,0.0000,26.6021,0.0000,26.6021,6.5018,20.1003,0.0000,20.1003,0.0902,20.0101,0.0000,0.0000,11.0049,9.0053,6945.8219,6945.8219,6945.8219 -886.5000,1.0000,11642.8561,59.8005,59.9100,0.0553,0.0000,5,1311.7130,235.8099,625.6760,-86.3758,32.3914,85.9443,-11.8648,0.1758,26.5487,0.0000,26.5487,5.6668,26.5487,0.7615,0.0000,25.7873,0.0000,25.7873,6.5247,19.2626,0.0000,19.2626,0.0815,19.1811,0.0000,0.0000,11.0437,8.1374,6792.9677,6792.9677,6792.9677 -887.5000,1.0000,11659.5506,60.0900,60.2900,0.1056,0.0000,5,1318.0631,291.4965,625.2871,-86.7524,40.2345,86.3067,-11.9742,0.3373,34.2284,0.0000,34.2284,5.6687,34.2284,0.8047,0.0000,33.4238,0.0000,33.4238,6.5563,26.8675,0.0000,26.8675,0.1564,26.7111,0.0000,0.0000,11.0971,15.6139,8255.0479,8255.0479,8255.0479 -888.5000,1.0000,11676.3491,60.4645,60.6590,0.1025,0.0000,5,1326.2777,287.6079,649.6432,-87.2396,39.9451,90.2273,-12.1165,0.3296,33.9823,0.0000,33.9823,5.6332,33.9823,0.8096,0.0000,33.1727,0.0000,33.1727,6.5972,26.5756,0.0000,26.5756,0.1528,26.4228,0.0000,0.0000,11.1663,15.2565,8203.5505,8203.5505,8203.5505 -889.5000,1.0000,11693.2643,60.8850,61.1310,0.1311,0.0000,5,1335.5013,319.8765,650.5249,-87.7866,44.7358,90.9781,-12.2772,0.4246,38.5741,0.0000,38.5741,5.7371,38.5741,0.8396,0.0000,37.7345,0.0000,37.7345,6.6430,31.0915,0.0000,31.0915,0.1968,30.8947,0.0000,0.0000,11.2440,19.6507,9111.3691,9111.3691,9111.3691 -890.5000,1.0000,11710.2939,61.2965,61.4820,0.0975,0.0000,5,1344.5274,282.4648,664.5930,-88.3219,39.7706,93.5738,-12.4356,0.3179,33.6892,0.0000,33.6892,5.7636,33.6892,0.8221,0.0000,32.8672,0.0000,32.8672,6.6879,26.1792,0.0000,26.1792,0.1473,26.0319,0.0000,0.0000,11.3199,14.7119,8184.4761,8184.4761,8184.4761 -891.5000,1.0000,11727.4324,61.6885,61.9150,0.1203,0.0000,5,1353.1259,307.9311,651.9069,-88.8319,43.6335,92.3746,-12.5874,0.3946,37.4182,0.0000,37.4182,5.8207,37.4182,0.8473,0.0000,36.5709,0.0000,36.5709,6.7307,29.8402,0.0000,29.8402,0.1829,29.6573,0.0000,0.0000,11.3923,18.2650,8922.7136,8922.7136,8922.7136 -892.5000,1.0000,11744.6905,62.1190,62.3430,0.1189,0.0000,5,1362.5688,306.0393,663.8893,-89.3919,43.6681,94.7290,-12.7551,0.3928,37.4665,0.0000,37.4665,5.8089,37.4665,0.8548,0.0000,36.6116,0.0000,36.6116,6.7777,29.8340,0.0000,29.8340,0.1821,29.6519,0.0000,0.0000,11.4718,18.1800,8937.0038,8937.0038,8937.0038 -893.5000,1.0000,11762.0936,62.6415,62.9600,0.1714,0.0000,5,1374.0298,364.3787,666.5686,-90.0716,52.4297,95.9113,-12.9602,0.5710,46.0027,0.0000,46.0027,5.8561,46.0027,0.9064,0.0000,45.0963,0.0000,45.0963,6.8347,38.2616,0.0000,38.2616,0.2647,37.9969,0.0000,0.0000,11.5683,26.4286,10580.1357,10580.1357,10580.1357 -894.5000,1.0000,11779.6963,63.3595,63.7790,0.2275,0.0000,5,1389.7790,426.8789,693.2216,-91.0057,62.1268,100.8896,-13.2447,0.7666,55.4182,0.0000,55.4182,5.9420,55.4182,0.9657,0.0000,54.4525,0.0000,54.4525,6.9130,47.5395,0.0000,47.5395,0.3554,47.1841,0.0000,0.0000,11.7009,35.4832,12408.7995,12408.7995,12408.7995 -895.5000,1.0000,11797.5157,64.1400,64.5210,0.2061,0.0000,5,1406.8991,402.8306,719.4908,-92.0210,59.3491,106.0027,-13.5575,0.7031,52.6779,0.0000,52.6779,5.9681,52.6779,0.9655,0.0000,51.7123,0.0000,51.7123,6.9982,44.7142,0.0000,44.7142,0.3259,44.3882,0.0000,0.0000,11.8451,32.5432,11920.1392,11920.1392,11920.1392 -896.5000,1.0000,11815.5442,64.8925,65.2840,0.2119,0.0000,5,1423.4050,410.3159,713.6241,-93.0000,61.1611,106.3718,-13.8624,0.7315,54.2467,0.0000,54.2467,6.1830,54.2467,0.9865,0.0000,53.2602,0.0000,53.2602,7.0803,46.1799,0.0000,46.1799,0.3391,45.8408,0.0000,0.0000,11.9840,33.8568,12267.3776,12267.3776,12267.3776 -897.5000,1.0000,11833.7689,65.5990,65.9340,0.1806,0.0000,5,1438.9020,375.3721,718.6311,-93.9191,56.5616,108.2844,-14.1519,0.6299,49.6967,0.0000,49.6967,6.2350,49.6967,0.9761,0.0000,48.7205,0.0000,48.7205,7.1574,41.5632,0.0000,41.5632,0.2920,41.2711,0.0000,0.0000,12.1145,29.1566,11401.7852,11401.7852,11401.7852 -898.5000,1.0000,11852.1478,66.1540,66.3940,0.1278,0.0000,5,1451.0758,317.0168,707.3011,-94.6411,48.1727,107.4789,-14.3813,0.4496,41.3963,0.0000,41.3963,6.3268,41.3963,0.9444,0.0000,40.4518,0.0000,40.4518,7.2179,33.2339,0.0000,33.2339,0.2084,33.0255,0.0000,0.0000,12.2170,20.8085,9851.7249,9851.7249,9851.7249 -899.5000,1.0000,11870.6467,66.5860,66.7980,0.1122,0.0000,5,1460.5516,299.2744,687.9847,-95.2031,45.7736,105.2263,-14.5612,0.3974,39.0813,0.0000,39.0813,6.2949,39.0813,0.9406,0.0000,38.1407,0.0000,38.1407,7.2651,30.8756,0.0000,30.8756,0.1842,30.6914,0.0000,0.0000,12.2968,18.3946,9427.5608,9427.5608,9427.5608 -900.5000,1.0000,11889.2359,66.9110,67.0440,0.0683,0.0000,5,1467.6805,249.9413,682.3007,-95.6259,38.4148,104.8663,-14.6972,0.2432,31.9360,0.0000,31.9360,6.2355,31.9360,0.9106,0.0000,31.0254,0.0000,31.0254,7.3005,23.7249,0.0000,23.7249,0.1127,23.6122,0.0000,0.0000,12.3568,11.2554,8032.2762,8032.2762,8032.2762 -901.5000,1.0000,11907.9174,67.2435,67.4630,0.1164,0.0000,5,1474.9738,303.8880,667.5610,-96.0584,46.9382,103.1107,-14.8371,0.4162,40.1717,0.0000,40.1717,6.3502,40.1717,0.9578,0.0000,39.2139,0.0000,39.2139,7.3368,31.8771,0.0000,31.8771,0.1930,31.6842,0.0000,0.0000,12.4182,19.2660,9655.3162,9655.3162,9655.3162 -902.5000,1.0000,11926.7078,67.6355,67.8280,0.1014,0.0000,5,1483.5722,287.0201,688.3090,-96.5684,44.5912,106.9352,-15.0028,0.3647,37.8734,0.0000,37.8734,6.3531,37.8734,0.9533,0.0000,36.9201,0.0000,36.9201,7.3796,29.5405,0.0000,29.5405,0.1691,29.3715,0.0000,0.0000,12.4906,16.8809,9227.5961,9227.5961,9227.5961 -903.5000,1.0000,11945.5593,67.8555,67.9030,0.0208,0.0000,5,1488.3979,197.5681,681.7614,-96.8546,30.7939,106.2625,-15.0962,0.0752,24.3393,0.0000,24.3393,6.3794,24.3393,0.8896,0.0000,23.4496,0.0000,23.4496,7.4036,16.0460,0.0000,16.0460,0.0349,16.0112,0.0000,0.0000,12.5312,3.4800,6667.4416,6667.4416,6667.4416 -904.5000,1.0000,11964.3414,67.6055,67.3280,-0.1597,0.0000,0,1380.3561,-20.1164,563.1739,-90.4468,-2.9078,81.4071,-13.0741,-9.2283,0.0000,0.0000,0.0000,6.3205,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,7.3763,-7.3763,6.9862,-14.3625,-0.2662,-14.0963,0.0000,0.0000,12.4851,-26.5813,1468.4775,1468.4775,1468.4775 -905.5000,1.0000,11982.9782,67.0825,66.8570,-0.1308,0.0000,6,1169.4705,-21.4670,404.4254,-77.9291,-2.6290,49.5286,-9.5437,-7.3270,-1.6057,0.0000,-1.6057,6.3037,-1.4708,0.6430,0.0000,-2.1138,0.0000,-2.1138,7.3192,-9.4330,0.0000,-9.4330,-0.2164,-9.2167,0.0000,0.0000,12.3885,-21.6051,1011.2756,1011.2756,1011.2756 -906.5000,1.0000,12001.4473,66.4785,66.1200,-0.2047,0.0000,6,1061.5650,-69.2806,438.4174,-71.0338,-7.7017,48.7375,-7.8966,-0.3836,-13.5516,0.0000,-13.5516,6.2335,-13.5516,0.7560,0.0000,-14.3076,0.0000,-14.3076,7.2533,-21.5610,0.0000,-21.5610,-0.3355,-21.2254,0.0000,0.0000,12.2769,-33.5024,0.0000,0.0000,0.0000 -907.5000,1.0000,12019.7367,65.8320,65.5640,-0.1544,0.0000,6,1051.2413,5.1826,413.7124,-70.2948,0.5705,45.5438,-7.7385,-0.2866,-5.2741,0.0000,-5.2741,6.1312,-5.2741,0.6650,0.0000,-5.9391,0.0000,-5.9391,7.1828,-13.1218,0.0000,-13.1218,-0.2507,-12.8712,0.0000,0.0000,12.1575,-25.0287,1223.9280,1223.9280,1223.9280 -908.5000,1.0000,12037.8473,65.1880,64.8320,-0.2033,0.0000,6,1040.9576,-47.6406,447.0562,-69.5587,-5.1932,48.7331,-7.5825,-0.3736,-13.0701,0.0000,-13.0701,8.2504,-13.0701,0.7347,0.0000,-13.8048,0.0000,-13.8048,7.1125,-20.9173,0.0000,-20.9173,-0.3268,-20.5905,0.0000,0.0000,12.0386,-32.6291,339.6701,339.6701,339.6701 -909.5000,1.0000,12055.7642,64.4910,64.1700,-0.1839,0.0000,6,1029.8275,-18.5224,417.8506,-68.7619,-1.9975,45.0624,-7.4155,-0.3343,-9.8457,0.0000,-9.8457,8.1825,-9.8457,0.6937,0.0000,-10.5394,0.0000,-10.5394,7.0365,-17.5758,0.0000,-17.5758,-0.2924,-17.2835,0.0000,0.0000,11.9099,-29.1933,778.9813,778.9813,778.9813 -910.5000,1.0000,12073.4924,63.8115,63.4730,-0.1936,0.0000,6,1018.9769,-32.4756,429.4114,-67.9852,-3.4654,45.8212,-7.2545,-0.3482,-11.2715,0.0000,-11.2715,8.1543,-11.2715,0.6993,0.0000,-11.9708,0.0000,-11.9708,6.9623,-18.9331,0.0000,-18.9331,-0.3046,-18.6285,0.0000,0.0000,11.7844,-30.4129,531.1633,531.1633,531.1633 -911.5000,1.0000,12091.0342,63.1405,62.8280,-0.1792,0.0000,6,1008.2620,-11.4873,419.7345,-67.2182,-1.2129,44.3176,-7.0972,-0.3189,-8.9100,0.0000,-8.9100,8.0160,-8.9100,0.6673,0.0000,-9.5773,0.0000,-9.5773,6.8891,-16.4665,0.0000,-16.4665,-0.2789,-16.1875,0.0000,0.0000,11.6605,-27.8480,841.6119,841.6119,841.6119 -912.5000,1.0000,12108.4389,62.6470,62.4860,-0.0950,0.0000,6,1000.3815,113.7700,429.5397,-66.6541,11.9185,44.9985,-6.9827,-0.1678,4.1381,0.0000,4.1381,7.9482,4.1381,0.5307,0.0000,3.6074,0.0000,3.6074,6.8353,-3.2279,0.0000,-3.2279,-0.1467,-3.0812,0.0000,0.0000,11.5694,-14.6505,3148.5772,3148.5772,3148.5772 -913.5000,1.0000,12125.7682,62.3755,62.2850,-0.0558,0.0000,6,996.0460,173.8739,492.1729,-66.8530,18.1360,51.3364,-6.9731,-0.0982,10.2838,0.0000,10.2838,7.9504,10.2838,0.6179,0.0000,9.6659,0.0000,9.6659,6.8057,2.8603,0.0000,2.8603,-0.0859,2.9461,0.0000,0.0000,11.5192,-8.5731,4075.7551,4075.7551,4075.7551 -914.5000,1.0000,12143.0298,62.1315,61.9980,-0.0797,0.0000,6,992.1497,137.3450,520.3953,-67.0759,14.2698,54.0679,-6.9690,-0.1396,6.4772,0.0000,6.4772,7.9323,6.4772,0.5394,0.0000,5.9378,0.0000,5.9378,6.7790,-0.8412,0.0000,-0.8412,-0.1221,-0.7191,0.0000,0.0000,11.4742,-12.1933,3485.3267,3485.3267,3485.3267 -915.5000,1.0000,12160.2000,61.8030,61.6280,-0.1028,0.0000,6,986.9040,102.0662,499.0018,-67.3760,10.5484,51.5710,-6.9632,-0.1790,2.8963,0.0000,2.8963,7.8311,2.8963,0.5326,0.0000,2.3636,0.0000,2.3636,6.7432,-4.3796,0.0000,-4.3796,-0.1566,-4.2230,0.0000,0.0000,11.4135,-15.6364,2920.6338,2920.6338,2920.6338 -916.5000,1.0000,12177.2564,61.3930,61.1780,-0.1250,0.0000,6,980.3569,49.4599,477.5520,-67.7505,5.0777,49.0268,-6.9555,-0.2163,-0.4827,0.0000,-0.4827,5.7767,-0.4827,0.5614,0.0000,-1.0441,0.0000,-1.0441,6.6985,-7.7426,0.0000,-7.7426,-0.1892,-7.5534,0.0000,0.0000,11.3378,-18.8911,1901.0430,1901.0430,1901.0430 -917.5000,1.0000,12194.1896,60.9495,60.7410,-0.1214,0.0000,6,973.2749,54.3440,447.4104,-68.1556,5.5388,45.6006,-6.9465,-0.2085,0.0611,0.0000,0.0611,5.6862,0.0611,0.5505,0.0000,-0.4893,0.0000,-0.4893,6.6501,-7.1394,0.0000,-7.1394,-0.1824,-6.9570,0.0000,0.0000,11.2559,-18.2129,1974.3614,1974.3614,1974.3614 -918.5000,1.0000,12210.9763,60.4220,60.1230,-0.1717,0.0000,6,964.8515,-20.4465,444.8938,-68.6375,-2.0659,44.9516,-6.9351,-0.2924,-7.4194,0.0000,-7.4194,5.6459,-7.4194,0.6188,0.0000,-8.0383,0.0000,-8.0383,6.5925,-14.6308,0.0000,-14.6308,-0.2557,-14.3750,0.0000,0.0000,11.1584,-25.5335,657.0549,657.0549,657.0549 -919.5000,1.0000,12227.6261,59.9295,59.7560,-0.1019,0.0000,6,956.9870,83.7114,404.2486,-69.0874,8.3892,40.5120,-6.9236,-0.1722,2.9255,0.0000,2.9255,5.6358,2.9255,0.5094,0.0000,2.4161,0.0000,2.4161,6.5388,-4.1226,0.0000,-4.1226,-0.1506,-3.9720,0.0000,0.0000,11.0675,-15.0395,2492.2529,2492.2529,2492.2529 -920.5000,1.0000,12244.1705,59.5495,59.3630,-0.1092,0.0000,6,950.9189,73.0127,455.4672,-69.4345,7.2706,45.3554,-6.9143,-0.1832,1.8471,0.0000,1.8471,5.6068,1.8471,0.5156,0.0000,1.3315,0.0000,1.3315,6.4973,-5.1658,0.0000,-5.1658,-0.1603,-5.0055,0.0000,0.0000,10.9973,-16.0029,2268.4163,2268.4163,2268.4163 -921.5000,1.0000,12260.6413,59.2850,59.2270,-0.0378,0.0000,6,946.6952,181.2181,449.7652,-69.6761,17.9655,44.5887,-6.9075,-0.0631,12.4802,0.0000,12.4802,5.5485,12.4802,0.6317,0.0000,11.8484,0.0000,11.8484,6.4685,5.3800,0.0000,5.3800,-0.0552,5.4352,0.0000,0.0000,10.9485,-5.5133,3981.3914,3981.3914,3981.3914 -922.5000,1.0000,12277.1196,59.3120,59.4170,0.0528,0.0000,6,947.1264,320.7834,507.9421,-69.6514,31.8162,50.3791,-6.9082,0.0882,26.1126,0.0000,26.1126,5.6154,26.1126,0.9046,0.0000,25.2079,0.0000,25.2079,6.4714,18.7365,0.0000,18.7365,0.0772,18.6594,0.0000,0.0000,10.9535,7.7059,6496.9008,6496.9008,6496.9008 -923.5000,1.0000,12293.6723,59.5795,59.7620,0.0958,0.0000,6,951.3980,386.8506,582.0271,-69.4071,38.5420,57.9875,-6.9150,0.1609,32.7393,0.0000,32.7393,5.6417,32.7393,1.0397,0.0000,31.6996,0.0000,31.6996,6.5006,25.1990,0.0000,25.1990,0.1408,25.0582,0.0000,0.0000,11.0029,14.0554,7847.1193,7847.1193,7847.1193 -924.5000,1.0000,12310.3266,59.9455,60.1490,0.1075,0.0000,6,957.2425,403.9870,618.0554,-69.0728,40.4965,61.9552,-6.9240,0.1816,34.7160,0.0000,34.7160,5.5989,34.7160,1.0828,0.0000,33.6332,0.0000,33.6332,6.5405,27.0927,0.0000,27.0927,0.1589,26.9338,0.0000,0.0000,11.0705,15.8633,8224.7315,8224.7315,8224.7315 -925.5000,1.0000,12327.0877,60.3300,60.5310,0.1061,0.0000,6,963.3824,402.3407,628.9949,-68.7215,40.5902,63.4563,-6.9330,0.1804,34.7273,0.0000,34.7273,5.6824,34.7273,1.0867,0.0000,33.6406,0.0000,33.6406,6.5825,27.0581,0.0000,27.0581,0.1578,26.9003,0.0000,0.0000,11.1415,15.7588,8247.5096,8247.5096,8247.5096 -926.5000,1.0000,12343.9163,60.5730,60.6350,0.0289,0.0000,6,967.2627,284.0415,628.2874,-68.4995,28.7710,63.6402,-6.9384,0.0493,23.0007,0.0000,23.0007,5.7210,23.0007,0.8546,0.0000,22.1461,0.0000,22.1461,6.6090,15.5371,0.0000,15.5371,0.0431,15.4940,0.0000,0.0000,11.1863,4.3076,5970.5199,5970.5199,5970.5199 -927.5000,1.0000,12360.7534,60.6035,60.5920,-0.0119,0.0000,6,967.7498,221.2498,567.6515,-68.4717,22.4220,57.5272,-6.9391,-0.0204,16.7340,0.0000,16.7340,5.7084,16.7340,0.7295,0.0000,16.0045,0.0000,16.0045,6.6123,9.3922,0.0000,9.3922,-0.0178,9.4100,0.0000,0.0000,11.1920,-1.7819,4736.9363,4736.9363,4736.9363 -928.5000,1.0000,12377.5499,60.4575,60.3430,-0.0692,0.0000,6,965.4184,133.9735,533.4653,-68.6051,13.5445,53.9325,-6.9359,-0.1179,7.9162,0.0000,7.9162,5.7461,7.9162,0.5518,0.0000,7.3645,0.0000,7.3645,6.5964,0.7681,0.0000,0.7681,-0.1031,0.8712,0.0000,0.0000,11.1650,-10.2938,3318.7514,3318.7514,3318.7514 -929.5000,1.0000,12394.2718,60.1890,60.0550,-0.0800,0.0000,6,961.1308,116.9467,486.5755,-68.8503,11.7706,48.9735,-6.9297,-0.1357,6.2259,0.0000,6.2259,5.6804,6.2259,0.5153,0.0000,5.7106,0.0000,5.7106,6.5671,-0.8565,0.0000,-0.8565,-0.1187,-0.7378,0.0000,0.0000,11.1154,-11.8532,3039.6069,3039.6069,3039.6069 -930.5000,1.0000,12410.9093,59.8850,59.7350,-0.0889,0.0000,6,956.2764,103.6944,475.4911,-69.1280,10.3841,47.6162,-6.9226,-0.1500,4.8479,0.0000,4.8479,5.6862,4.8479,0.4896,0.0000,4.3582,0.0000,4.3582,6.5339,-2.1757,0.0000,-2.1757,-0.1312,-2.0444,0.0000,0.0000,11.0593,-13.1037,2852.1758,2852.1758,2852.1758 -931.5000,1.0000,12427.4674,59.5990,59.4830,-0.0700,0.0000,6,951.7094,132.0445,467.0971,-69.3893,13.1599,46.5522,-6.9155,-0.1176,7.6751,0.0000,7.6751,5.6025,7.6751,0.5386,0.0000,7.1364,0.0000,7.1364,6.5027,0.6337,0.0000,0.6337,-0.1029,0.7366,0.0000,0.0000,11.0065,-10.2699,3230.1843,3230.1843,3230.1843 -932.5000,1.0000,12443.9710,59.4030,59.3430,-0.0389,0.0000,6,948.5795,180.1037,481.1445,-69.5683,17.8906,47.7945,-6.9106,-0.0651,12.3379,0.0000,12.3379,5.6178,12.3379,0.6300,0.0000,11.7079,0.0000,11.7079,6.4813,5.2266,0.0000,5.2266,-0.0570,5.2835,0.0000,0.0000,10.9703,-5.6867,3971.8923,3971.8923,3971.8923 -933.5000,1.0000,12460.4674,59.3770,59.4310,0.0244,0.0000,6,948.1644,277.2668,507.1865,-69.5921,27.5303,50.3593,-6.9099,0.0409,21.8732,0.0000,21.8732,5.6162,21.8732,0.8205,0.0000,21.0527,0.0000,21.0527,6.4785,14.5742,0.0000,14.5742,0.0358,14.5384,0.0000,0.0000,10.9655,3.5730,5727.8843,5727.8843,5727.8843 -934.5000,1.0000,12477.0134,59.5555,59.7000,0.0747,0.0000,6,951.0147,353.7908,559.2501,-69.4290,35.2340,55.6957,-6.9144,0.1254,29.5363,0.0000,29.5363,5.5723,29.5363,0.9754,0.0000,28.5608,0.0000,28.5608,6.4980,22.0629,0.0000,22.0629,0.1097,21.9531,0.0000,0.0000,10.9984,10.9547,7172.6089,7172.6089,7172.6089 -935.5000,1.0000,12493.6589,59.9140,60.1480,0.1244,0.0000,6,956.7395,430.3907,601.3935,-69.1015,43.1206,60.2533,-6.9232,0.2102,37.2733,0.0000,37.2733,5.6372,37.2733,1.1336,0.0000,36.1396,0.0000,36.1396,6.5371,29.6026,0.0000,29.6026,0.1838,29.4187,0.0000,0.0000,11.0646,18.3541,8675.4933,8675.4933,8675.4933 -936.5000,1.0000,12510.3920,60.2290,60.3300,0.0506,0.0000,6,961.7696,317.6335,640.8281,-68.8138,31.9909,64.5418,-6.9307,0.0858,26.1797,0.0000,26.1797,5.7253,26.1797,0.9148,0.0000,25.2649,0.0000,25.2649,6.5715,18.6934,0.0000,18.6934,0.0751,18.6184,0.0000,0.0000,11.1228,7.4956,6531.0497,6531.0497,6531.0497 -937.5000,1.0000,12527.1677,60.3825,60.4550,0.0347,0.0000,6,964.2207,292.8505,584.2565,-68.6736,29.5700,58.9941,-6.9342,0.0591,23.8213,0.0000,23.8213,5.6895,23.8213,0.8691,0.0000,22.9522,0.0000,22.9522,6.5882,16.3640,0.0000,16.3640,0.0517,16.3123,0.0000,0.0000,11.1512,5.1612,6126.5687,6126.5687,6126.5687 -938.5000,1.0000,12543.9381,60.3635,60.2920,-0.0453,0.0000,6,963.9173,169.8162,569.9732,-68.6909,17.1415,57.5338,-6.9337,-0.0770,11.5621,0.0000,11.5621,5.6564,11.5621,0.6238,0.0000,10.9384,0.0000,10.9384,6.5861,4.3522,0.0000,4.3522,-0.0674,4.4196,0.0000,0.0000,11.1476,-6.7280,3875.4618,3875.4618,3875.4618 -939.5000,1.0000,12560.6306,60.0830,59.8940,-0.1106,0.0000,6,959.4381,70.5924,503.6511,-68.9472,7.0926,50.6029,-6.9273,-0.1872,1.6599,0.0000,1.6599,5.6199,1.6599,0.5239,0.0000,1.1360,0.0000,1.1360,6.5555,-5.4196,0.0000,-5.4196,-0.1638,-5.2558,0.0000,0.0000,11.0958,-16.3516,2246.7640,2246.7640,2246.7640 -940.5000,1.0000,12577.1557,59.4805,59.0870,-0.2242,0.0000,6,949.8171,-69.4974,445.4162,-69.4975,-6.9125,44.3031,-6.9125,-0.3758,-12.1214,0.0000,-12.1214,5.5847,-12.1214,0.6544,0.0000,-12.7758,0.0000,-12.7758,6.4898,-19.2656,2.9013,-22.1669,-0.3287,-21.8382,0.0000,0.0000,10.9846,-32.8227,0.0000,0.0000,0.0000 -941.5000,1.0000,12593.4567,58.6735,58.2800,-0.2242,0.0000,6,936.9305,-70.2346,375.7255,-70.2347,-6.8911,36.8644,-6.8911,-0.3707,-12.1410,0.0000,-12.1410,5.6207,-12.1410,0.6449,0.0000,-12.7859,0.0000,-12.7859,6.4017,-19.1877,2.6785,-21.8662,-0.3243,-21.5419,0.0000,0.0000,10.8355,-32.3774,0.0000,0.0000,0.0000 -942.5000,1.0000,12609.5575,57.9530,57.6460,-0.1761,0.0000,6,925.4251,-26.2825,380.3967,-70.8929,-2.5470,36.8644,-6.8702,-0.2877,-7.7578,0.0000,-7.7578,5.4984,-7.7578,0.5924,0.0000,-8.3502,0.0000,-8.3502,6.3231,-14.6733,0.0000,-14.6733,-0.2516,-14.4217,0.0000,0.0000,10.7025,-25.1242,538.6811,538.6811,538.6811 -943.5000,1.0000,12625.4861,57.3330,57.0400,-0.1683,0.0000,6,915.5246,-14.6308,384.5103,-71.4592,-1.4027,36.8644,-6.8510,-0.2720,-6.5789,0.0000,-6.5789,5.4483,-6.5789,0.5732,0.0000,-7.1522,0.0000,-7.1522,6.2555,-13.4076,0.0000,-13.4076,-0.2379,-13.1697,0.0000,0.0000,10.5880,-23.7577,729.7891,729.7891,729.7891 -944.5000,1.0000,12641.2413,56.7085,56.3970,-0.1786,0.0000,6,905.5523,-29.2786,388.7447,-72.0297,-2.7765,36.8644,-6.8305,-0.2855,-7.9439,0.0000,-7.9439,5.4529,-7.9439,0.5795,0.0000,-8.5234,0.0000,-8.5234,6.1873,-14.7107,0.0000,-14.7107,-0.2497,-14.4610,0.0000,0.0000,10.4727,-24.9337,478.1459,478.1459,478.1459 -945.5000,1.0000,12656.8041,56.0160,55.6550,-0.2061,0.0000,6,894.4941,-70.7179,393.5506,-72.7410,-6.6242,36.8644,-6.8137,-0.3254,-11.6410,0.0000,-11.6410,5.3422,-11.6410,0.6083,0.0000,-12.2493,0.0000,-12.2493,6.1118,-18.3611,0.0000,-18.3611,-0.2847,-18.0765,0.0000,0.0000,10.3448,-28.4212,0.0000,0.0000,0.0000 -946.5000,1.0000,12672.1524,55.2440,54.8530,-0.2228,0.0000,6,882.1664,-73.6225,399.0502,-73.6225,-6.8013,36.8644,-6.8013,-0.3469,-11.7260,0.0000,-11.7260,5.2716,-11.7260,0.6001,0.0000,-12.3261,0.0000,-12.3261,6.0276,-18.3536,2.0437,-20.3973,-0.3034,-20.0939,0.0000,0.0000,10.2022,-30.2961,0.0000,0.0000,0.0000 -947.5000,1.0000,12687.2667,54.4015,53.9700,-0.2453,0.0000,6,868.7129,-74.5795,405.2301,-74.5845,-6.7846,36.8644,-6.7851,-0.3761,-11.6242,0.0000,-11.6242,5.2157,-11.6242,0.5893,0.0000,-12.2135,0.0000,-12.2135,5.9356,-18.1491,4.9804,-23.1296,-0.3290,-22.8006,0.0000,0.0000,10.0466,-32.8472,0.0000,0.0000,0.0000 -948.5000,1.0000,12702.1350,53.5160,53.0820,-0.2467,0.0000,6,854.5727,-75.5902,411.9353,-75.5956,-6.7646,36.8644,-6.7651,-0.3721,-11.5115,0.0000,-11.5115,5.1190,-11.5115,0.5780,0.0000,-12.0895,0.0000,-12.0895,5.8390,-17.9285,5.0094,-22.9379,-0.3255,-22.6124,0.0000,0.0000,9.8831,-32.4955,0.0000,0.0000,0.0000 -949.5000,1.0000,12716.7392,52.5650,52.0680,-0.2817,0.0000,6,839.3866,-76.6815,419.3880,-76.6815,-6.7403,36.8644,-6.7403,-0.4173,-11.3703,0.0000,-11.3703,5.0473,-11.3703,0.5657,0.0000,-11.9360,0.0000,-11.9360,5.7353,-17.6712,9.4333,-27.1045,-0.3650,-26.7395,0.0000,0.0000,9.7075,-36.4470,0.0000,0.0000,0.0000 -950.5000,1.0000,12731.0717,51.5870,51.1260,-0.2617,0.0000,6,823.7694,-77.7983,427.3388,-77.7983,-6.7113,36.8644,-6.7113,-0.3805,-11.2832,0.0000,-11.2832,4.9524,-11.2832,0.5537,0.0000,-11.8369,0.0000,-11.8369,5.6285,-17.4655,6.5695,-24.0350,-0.3328,-23.7022,0.0000,0.0000,9.5268,-33.2290,0.0000,0.0000,0.0000 -951.5000,1.0000,12745.1496,50.6705,50.2350,-0.2475,0.0000,6,809.1342,-78.8389,435.0683,-78.8448,-6.6802,36.8644,-6.6807,-0.3535,-11.2283,0.0000,-11.2283,4.9016,-11.2283,0.5429,0.0000,-11.7712,0.0000,-11.7712,5.5286,-17.2997,4.5235,-21.8232,-0.3092,-21.5140,0.0000,0.0000,9.3576,-30.8716,0.0000,0.0000,0.0000 -952.5000,1.0000,12758.9745,49.7595,49.3040,-0.2586,0.0000,6,794.5869,-80.0785,443.0335,-80.0785,-6.6632,36.8644,-6.6632,-0.3627,-11.1447,0.0000,-11.1447,4.8441,-11.1447,0.5319,0.0000,-11.6766,0.0000,-11.6766,5.4292,-17.1057,5.6998,-22.8055,-0.3173,-22.4883,0.0000,0.0000,9.1893,-31.6776,0.0000,0.0000,0.0000 -953.5000,1.0000,12772.5370,48.8150,48.3460,-0.2661,0.0000,6,779.5046,-81.6962,451.6056,-81.6962,-6.6688,36.8644,-6.6688,-0.3662,-11.0766,0.0000,-11.0766,4.7740,-11.0766,0.5208,0.0000,-11.5975,0.0000,-11.5975,5.3261,-16.9236,6.3594,-23.2829,-0.3203,-22.9627,0.0000,0.0000,9.0149,-31.9776,0.0000,0.0000,0.0000 -954.5000,1.0000,12785.8200,47.8090,47.2920,-0.2928,0.0000,6,763.4402,-83.4193,461.1083,-83.4193,-6.6691,36.8644,-6.6691,-0.3945,-10.9751,0.0000,-10.9751,4.7005,-10.9751,0.5088,0.0000,-11.4839,0.0000,-11.4839,5.2163,-16.7003,9.2726,-25.9729,-0.3451,-25.6278,0.0000,0.0000,8.8291,-34.4570,0.0000,0.0000,0.0000 -955.5000,1.0000,12798.8574,46.9245,46.5770,-0.1986,0.0000,6,749.3160,-57.8334,469.7999,-84.9342,-4.5381,36.8644,-6.6646,-0.2627,-8.9076,0.0000,-8.9076,4.6323,-8.9076,0.4786,0.0000,-9.3862,0.0000,-9.3862,5.1198,-14.5060,0.0000,-14.5060,-0.2298,-14.2763,0.0000,0.0000,8.6658,-22.9421,0.0000,0.0000,0.0000 -956.5000,1.0000,12811.6710,46.1190,45.6810,-0.2489,0.0000,6,736.4534,-86.3139,478.0053,-86.3139,-6.6566,36.8644,-6.6566,-0.3235,-10.8955,0.0000,-10.8955,4.5624,-10.8955,0.4898,0.0000,-11.3853,0.0000,-11.3853,5.0319,-16.4173,3.6049,-20.0222,-0.2830,-19.7392,0.0000,0.0000,8.5170,-28.2563,0.0000,0.0000,0.0000 -957.5000,1.0000,12824.2195,45.1645,44.6680,-0.2814,0.0000,6,721.2114,-87.9487,488.1074,-87.9487,-6.6423,36.8644,-6.6423,-0.3582,-10.7775,0.0000,-10.7775,4.4933,-10.7775,0.4785,0.0000,-11.2559,0.0000,-11.2559,4.9278,-16.1837,7.0737,-23.2574,-0.3133,-22.9440,0.0000,0.0000,8.3408,-31.2848,0.0000,0.0000,0.0000 -958.5000,1.0000,12836.5211,44.2760,43.9040,-0.2122,0.0000,6,707.0233,-77.2601,497.9024,-89.4705,-5.7203,36.8644,-6.6243,-0.2649,-9.8946,0.0000,-9.8946,4.4391,-9.8946,0.4603,0.0000,-10.3548,0.0000,-10.3548,4.8309,-15.1857,0.0000,-15.1857,-0.2317,-14.9540,0.0000,0.0000,8.1767,-23.1307,0.0000,0.0000,0.0000 -959.5000,1.0000,12848.5927,43.4475,43.0110,-0.2481,0.0000,6,693.7934,-90.8895,507.3969,-90.8895,-6.6035,36.8644,-6.6035,-0.3038,-10.7403,0.0000,-10.7403,4.4406,-10.7403,0.4600,0.0000,-11.2003,0.0000,-11.2003,4.7405,-15.9408,2.8316,-18.7724,-0.2657,-18.5067,0.0000,0.0000,8.0237,-26.5304,0.0000,0.0000,0.0000 -960.5000,1.0000,12860.3167,42.1965,41.4020,-0.4469,0.0000,6,673.8167,-93.0322,522.4397,-93.0322,-6.5645,36.8644,-6.5645,-0.5316,-10.3966,0.0000,-10.3966,4.3634,-10.3966,0.4437,0.0000,-10.8403,0.0000,-10.8403,4.6040,-15.4443,23.6539,-39.0981,-0.4650,-38.6331,0.0000,0.0000,7.7927,-46.4258,0.0000,0.0000,0.0000 -961.5000,1.0000,12871.6714,40.8670,40.3520,-0.2917,0.0000,0,630.4850,46.6583,558.3457,-97.6799,3.0806,36.8644,-6.4492,-1.1803,0.0000,0.0000,0.0000,4.2609,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.4589,-4.4589,17.6298,-22.0887,-0.2939,-21.7948,0.0000,0.0000,7.5471,-29.3419,1257.8962,1257.8962,1257.8962 -962.5000,1.0000,12882.7682,39.9385,39.5450,-0.2242,0.0000,5,733.5965,22.5186,479.8669,-86.6203,1.7299,36.8644,-6.6543,6.0186,-8.4795,0.0000,-8.4795,4.1908,-10.1260,0.4005,0.0000,-10.5265,0.0000,-10.5265,4.3576,-14.8841,0.0000,-14.8841,-0.2207,-14.6634,0.0000,0.0000,7.3757,-22.0390,1113.2936,1113.2936,1113.2936 -963.5000,1.0000,12893.6449,39.1460,38.7670,-0.2161,0.0000,5,858.6603,-60.7363,409.9743,-75.3033,-5.4613,36.8644,-6.7712,-0.4499,-9.1461,0.0000,-9.1461,4.1347,-9.1461,0.3875,0.0000,-9.5336,0.0000,-9.5336,4.2711,-13.8047,0.0000,-13.8047,-0.2086,-13.5961,0.0000,0.0000,7.2293,-20.8254,0.0000,0.0000,0.0000 -964.5000,1.0000,12904.4386,38.8475,38.9480,0.0503,0.0000,5,852.1128,233.8619,413.1245,-75.7715,20.8682,36.8644,-6.7613,0.1039,16.6796,0.0000,16.6796,4.0848,16.6796,0.4106,0.0000,16.2689,0.0000,16.2689,4.2386,12.0304,0.0000,12.0304,0.0482,11.9822,0.0000,0.0000,7.1742,4.8080,4441.6668,4441.6668,4441.6668 -965.5000,1.0000,12915.3973,39.4410,39.9540,0.2794,0.0000,5,865.1311,488.5590,506.9856,-74.8406,44.2616,45.9310,-6.7803,0.5862,39.5224,0.0000,39.5224,4.1530,39.5224,0.5322,0.0000,38.9903,0.0000,38.9903,4.3033,34.6869,0.0000,34.6869,0.2717,34.4152,0.0000,0.0000,7.2838,27.1314,8918.9413,8918.9413,8918.9413 -966.5000,1.0000,12926.4365,39.7313,39.5286,-0.1182,0.0000,0,876.1643,45.4200,636.4676,-74.0517,4.1674,58.3970,-6.7944,0.0000,0.0000,0.0000,0.0000,4.1674,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.3350,-4.3350,0.0000,-4.3350,-0.1157,-4.2192,0.0000,0.0000,7.3374,-11.5566,1605.5544,1605.5544,1605.5544 -967.5000,1.0000,12937.6787,40.4620,41.4153,0.5241,0.0000,4,1110.1638,659.8887,659.8887,-74.3914,76.7161,76.7161,-8.6484,15.9532,56.5034,0.0000,56.5034,4.2595,66.8544,1.9672,0.0000,64.8872,0.0000,64.8872,4.6910,60.1963,0.0000,60.1963,0.5228,59.6735,0.0000,0.0000,7.4723,52.2011,15069.0482,15069.0482,15069.0482 -968.5000,1.0000,12949.5999,42.9062,44.4171,0.8338,0.0000,4,1392.8876,779.4708,779.4708,-91.1901,113.6958,113.6958,-13.3012,4.1678,105.1470,0.0000,105.1470,4.3810,105.1470,2.7940,0.0000,102.3530,0.0000,102.3530,5.4775,96.8755,0.0000,96.8755,0.8821,95.9934,0.0000,0.0000,7.9237,88.0697,22132.7334,22132.7334,22132.7334 -969.5000,1.0000,12962.2087,45.3816,46.3660,0.5414,0.0000,4,1473.2456,547.0203,854.8399,-95.9559,84.3932,131.8829,-14.8039,2.8620,77.0511,0.0000,77.0511,4.4800,77.0511,2.2965,0.0000,74.7546,0.0000,74.7546,5.2910,69.4636,0.0000,69.4636,0.6057,68.8579,0.0000,0.0000,8.3809,60.4771,16557.8333,16557.8333,16557.8333 -970.5000,1.0000,12975.3034,47.1310,47.9160,0.4306,0.0000,4,1530.0385,459.1434,786.5263,-99.3242,73.5664,126.0214,-15.9142,2.3640,66.5893,0.0000,66.5893,4.6131,66.5893,2.1344,0.0000,64.4549,0.0000,64.4549,5.2972,59.1576,0.0000,59.1576,0.5003,58.6573,0.0000,0.0000,8.7039,49.9534,14623.7015,14623.7015,14623.7015 -971.5000,1.0000,12988.7915,48.5470,49.1980,0.3561,0.0000,4,1576.0069,400.0300,766.2098,-102.0505,66.0206,126.4545,-16.8423,2.0140,59.2965,0.0000,59.2965,4.7101,59.2965,2.0277,0.0000,57.2688,0.0000,57.2688,5.3195,51.9493,0.0000,51.9493,0.4262,51.5230,0.0000,0.0000,8.9654,42.5576,13328.3190,13328.3190,13328.3190 -972.5000,1.0000,13002.3985,48.9753,48.7726,-0.1182,0.0000,0,1583.6883,21.4807,732.5693,-102.5061,3.5624,121.4918,-17.0000,-1.2767,0.0000,0.0000,0.0000,4.8392,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.3436,-5.3436,0.0000,-5.3436,-0.1427,-5.2009,0.0000,0.0000,9.0445,-14.2454,2744.6481,2744.6481,2744.6481 -973.5000,1.0000,13016.1140,49.3659,49.9792,0.3351,0.0000,5,1333.3125,393.5270,393.5270,-87.6568,54.9459,54.9459,-12.2390,-19.4259,69.4319,0.0000,69.4319,4.9398,56.3882,0.7496,0.0000,55.6386,0.0000,55.6386,5.3862,50.2524,0.0000,50.2524,0.4079,49.8445,0.0000,0.0000,9.1167,40.7279,11033.3497,11033.3497,11033.3497 -974.5000,1.0000,13030.2336,50.8207,51.6823,0.4731,0.0000,5,1114.7428,703.2894,703.2894,-74.6645,82.0989,82.0989,-8.7160,1.2787,75.8242,0.0000,75.8242,4.9960,75.8242,0.8679,0.0000,74.9563,0.0000,74.9563,5.7938,69.1625,0.0000,69.1625,0.5928,68.5698,0.0000,0.0000,9.3853,59.1844,16111.5103,16111.5103,16111.5103 -975.5000,1.0000,13044.8724,52.6895,53.7167,0.5651,0.0000,5,1155.7338,806.4281,806.4281,-77.1097,97.6005,97.6005,-9.3324,1.5836,90.9243,0.0000,90.9243,5.0929,90.9243,0.9712,0.0000,89.9531,0.0000,89.9531,6.1904,83.7627,0.0000,83.7627,0.7341,83.0286,0.0000,0.0000,9.7304,73.2981,19029.7784,19029.7784,19029.7784 -976.5000,1.0000,13059.9558,54.2903,54.8840,0.3243,0.0000,5,1190.8486,534.7842,851.6184,-79.2044,66.6905,106.2014,-9.8772,0.9363,60.5623,0.0000,60.5623,5.1919,60.5623,0.8438,0.0000,59.7185,0.0000,59.7185,5.9235,53.7950,0.0000,53.7950,0.4340,53.3610,0.0000,0.0000,10.0261,43.3349,13228.4000,13228.4000,13228.4000 -977.5000,1.0000,13075.3367,55.3610,55.8580,0.2706,0.0000,5,1214.3333,474.7761,736.6569,-80.6004,60.3748,93.6767,-10.2495,0.7966,54.3340,0.0000,54.3340,5.2441,54.3340,0.8292,0.0000,53.5048,0.0000,53.5048,6.0403,47.4645,0.0000,47.4645,0.3693,47.0952,0.0000,0.0000,10.2238,36.8714,12014.0501,12014.0501,12014.0501 -978.5000,1.0000,13090.9905,56.3440,56.8500,0.2756,0.0000,5,1235.8953,480.5132,713.7810,-81.8792,62.1893,92.3794,-10.5970,0.8257,56.0083,0.0000,56.0083,5.3552,56.0083,0.8530,0.0000,55.1553,0.0000,55.1553,6.1476,49.0077,0.0000,49.0077,0.3828,48.6249,0.0000,0.0000,10.4053,38.2196,12365.3411,12365.3411,12365.3411 -979.5000,1.0000,13106.9219,57.3430,57.8560,0.2794,0.0000,5,1257.8081,484.6099,719.1852,-83.1788,63.8315,94.7292,-10.9561,0.8522,57.5643,0.0000,57.5643,5.4150,57.5643,0.8767,0.0000,56.6877,0.0000,56.6877,6.2566,50.4311,0.0000,50.4311,0.3951,50.0360,0.0000,0.0000,10.5898,39.4462,12697.6248,12697.6248,12697.6248 -980.5000,1.0000,13123.1061,58.2530,58.6700,0.2261,0.0000,5,1277.7688,425.1211,722.7795,-84.3626,56.8845,96.7134,-11.2884,0.7005,50.7198,0.0000,50.7198,5.4641,50.7198,0.8571,0.0000,49.8627,0.0000,49.8627,6.3559,43.5068,0.0000,43.5068,0.3247,43.1821,0.0000,0.0000,10.7579,32.4242,11352.1496,11352.1496,11352.1496 -981.5000,1.0000,13139.5060,59.0295,59.4090,0.2053,0.0000,5,1294.8012,402.3816,700.4339,-85.3727,54.5594,94.9727,-11.5758,0.6445,48.3275,0.0000,48.3275,5.5875,48.3275,0.8577,0.0000,47.4697,0.0000,47.4697,6.4406,41.0292,0.0000,41.0292,0.2988,40.7304,0.0000,0.0000,10.9013,29.8291,10939.8051,10939.8051,10939.8051 -982.5000,1.0000,13156.0828,59.6665,59.9440,0.1486,0.0000,5,1308.7737,339.3478,692.4084,-86.2014,46.5091,94.8977,-11.8143,0.4716,40.4040,0.0000,40.4040,5.6335,40.4040,0.8285,0.0000,39.5755,0.0000,39.5755,6.5101,33.0654,0.0000,33.0654,0.2186,32.8468,0.0000,0.0000,11.0189,21.8279,9432.1678,9432.1678,9432.1678 -983.5000,1.0000,13172.7293,59.9175,59.9110,-0.0092,0.0000,5,1314.2793,164.2473,664.7182,-86.5280,22.6055,91.4858,-11.9089,-0.0292,16.9526,0.0000,16.9526,5.6822,16.9526,0.7154,0.0000,16.2372,0.0000,16.2372,6.5375,9.6997,0.0000,9.6997,-0.0135,9.7132,0.0000,0.0000,11.0653,-1.3521,4976.0077,4976.0077,4976.0077 -984.5000,1.0000,13189.2973,59.6350,59.3790,-0.1478,0.0000,5,1308.0827,10.9302,587.6991,-86.1604,1.4972,80.5043,-11.8024,-0.4687,-3.7049,0.0000,-3.7049,5.6708,-3.7049,0.6866,0.0000,-4.3915,0.0000,-4.3915,6.5066,-10.8982,0.0000,-10.8982,-0.2173,-10.6809,0.0000,0.0000,11.0131,-21.6940,1881.7851,1881.7851,1881.7851 -985.5000,1.0000,13205.7548,59.2370,59.1150,-0.0733,0.0000,5,1299.3527,92.9110,522.4324,-85.6427,12.6422,71.0863,-11.6532,-0.2310,7.2579,0.0000,7.2579,5.6153,7.2579,0.6558,0.0000,6.6021,0.0000,6.6021,6.4632,0.1389,0.0000,0.1389,-0.1071,0.2460,0.0000,0.0000,10.9396,-10.6936,3185.7522,3185.7522,3185.7522 -986.5000,1.0000,13222.1711,59.0885,59.0820,-0.0092,0.0000,5,1296.0954,164.2870,557.9609,-85.4495,22.2981,75.7302,-11.5978,-0.0288,16.7131,0.0000,16.7131,5.6138,16.7131,0.7006,0.0000,16.0125,0.0000,16.0125,6.4470,9.5655,0.0000,9.5655,-0.0134,9.5788,0.0000,0.0000,10.9122,-1.3333,4907.5759,4907.5759,4907.5759 -987.5000,1.0000,13238.6144,59.1860,59.3100,0.0633,0.0000,5,1298.2340,245.0919,590.2418,-85.5763,33.3204,80.2438,-11.6342,0.1994,27.4637,0.0000,27.4637,5.6574,27.4637,0.7560,0.0000,26.7077,0.0000,26.7077,6.4577,20.2500,0.0000,20.2500,0.0924,20.1576,0.0000,0.0000,10.9302,9.2274,6961.1220,6961.1220,6961.1220 -988.5000,1.0000,13255.1546,59.5345,59.7790,0.1303,0.0000,5,1305.8783,319.1474,627.0109,-86.0297,43.6438,85.7445,-11.7647,0.4125,37.5865,0.0000,37.5865,5.6448,37.5865,0.8123,0.0000,36.7742,0.0000,36.7742,6.4957,30.2785,0.0000,30.2785,0.1912,30.0873,0.0000,0.0000,10.9945,19.0927,8896.0150,8896.0150,8896.0150 -989.5000,1.0000,13271.8461,60.0795,60.4000,0.1725,0.0000,5,1317.8328,366.1428,660.5933,-86.7387,50.5288,91.1639,-11.9702,0.5512,44.2726,0.0000,44.2726,5.7051,44.2726,0.8547,0.0000,43.4179,0.0000,43.4179,6.5551,36.8627,0.0000,36.8627,0.2555,36.6072,0.0000,0.0000,11.0952,25.5120,10178.0026,10178.0026,10178.0026 -990.5000,1.0000,13288.7171,60.7255,61.0710,0.1864,0.0000,5,1332.0027,381.0918,682.4307,-87.5791,53.1573,95.1902,-12.2161,0.6020,46.8601,0.0000,46.8601,5.6953,46.8601,0.8784,0.0000,45.9817,0.0000,45.9817,6.6256,39.3561,0.0000,39.3561,0.2791,39.0770,0.0000,0.0000,11.2145,27.8625,10679.9082,10679.9082,10679.9082 -991.5000,1.0000,13305.7767,61.4045,61.7580,0.1908,0.0000,5,1346.8964,386.2849,691.1107,-88.4624,54.4842,97.4789,-12.4773,0.6232,48.0702,0.0000,48.0702,5.7908,48.0702,0.8958,0.0000,47.1744,0.0000,47.1744,6.6997,40.4747,0.0000,40.4747,0.2889,40.1858,0.0000,0.0000,11.3399,28.8459,10950.4628,10950.4628,10950.4628 -992.5000,1.0000,13323.0147,62.0470,62.3560,0.1661,0.0000,5,1360.9895,359.1337,695.2041,-89.2982,51.1846,99.0822,-12.7270,0.5482,44.7441,0.0000,44.7441,5.8924,44.7441,0.8900,0.0000,43.8541,0.0000,43.8541,6.7698,37.0843,0.0000,37.0843,0.2541,36.8302,0.0000,0.0000,11.4585,25.3717,10324.0394,10324.0394,10324.0394 -993.5000,1.0000,13340.4148,62.6305,62.9250,0.1581,0.0000,5,1373.7885,349.4473,686.8406,-90.0573,50.2725,98.8108,-12.9559,0.5265,43.9078,0.0000,43.9078,5.8381,43.9078,0.8957,0.0000,43.0121,0.0000,43.0121,6.8335,36.1786,0.0000,36.1786,0.2441,35.9346,0.0000,0.0000,11.5663,24.3683,10167.1574,10167.1574,10167.1574 -994.5000,1.0000,13357.9673,63.1790,63.4530,0.1467,0.0000,5,1385.8197,337.0686,685.1935,-90.7709,48.9163,99.4371,-13.1729,0.4928,42.4978,0.0000,42.4978,5.9256,42.4978,0.8980,0.0000,41.5998,0.0000,41.5998,6.8933,34.7065,0.0000,34.7065,0.2285,34.4780,0.0000,0.0000,11.6676,22.8104,9929.6027,9929.6027,9929.6027 -995.5000,1.0000,13375.6311,63.5795,63.7260,0.0758,0.0000,5,1394.6046,258.9609,680.7959,-91.2919,37.8193,99.4252,-13.3325,0.2564,31.5163,0.0000,31.5163,6.0466,31.5163,0.8500,0.0000,30.6663,0.0000,30.6663,6.9370,23.7292,0.0000,23.7292,0.1189,23.6104,0.0000,0.0000,11.7416,11.8688,7876.0389,7876.0389,7876.0389 -996.5000,1.0000,13393.3412,63.7465,63.7870,0.0169,0.0000,5,1398.2677,207.9918,650.4009,-91.5091,30.4555,95.2358,-13.3993,0.0574,22.2197,0.0000,22.2197,8.1784,22.2197,0.8064,0.0000,21.4132,0.0000,21.4132,6.9552,14.4580,0.0000,14.4580,0.0266,14.4314,0.0000,0.0000,11.7724,2.6590,6510.4346,6510.4346,6510.4346 -997.5000,1.0000,13411.0693,63.8110,63.8550,0.0189,0.0000,5,1399.6825,210.1993,631.2018,-91.5930,30.8098,92.5180,-13.4252,0.0641,22.5526,0.0000,22.5526,8.1931,22.5526,0.8092,0.0000,21.7434,0.0000,21.7434,6.9623,14.7811,0.0000,14.7811,0.0297,14.7514,0.0000,0.0000,11.7843,2.9671,6580.0270,6580.0270,6580.0270 -998.5000,1.0000,13428.8212,63.8970,63.9590,0.0289,0.0000,5,1401.5689,221.3665,632.7421,-91.7049,32.4904,92.8688,-13.4597,0.0982,24.1802,0.0000,24.1802,8.2120,24.1802,0.8188,0.0000,23.3614,0.0000,23.3614,6.9717,16.3897,0.0000,16.3897,0.0455,16.3442,0.0000,0.0000,11.8002,4.5440,6894.3364,6894.3364,6894.3364 -999.5000,1.0000,13446.6089,64.0255,64.1120,0.0425,0.0000,5,1404.3876,236.5091,638.0189,-91.8721,34.7827,93.8316,-13.5114,0.1447,26.4073,0.0000,26.4073,8.2307,26.4073,0.8322,0.0000,25.5751,0.0000,25.5751,6.9857,18.5894,0.0000,18.5894,0.0671,18.5223,0.0000,0.0000,11.8239,6.6984,7321.0593,7321.0593,7321.0593 -1000.5000,1.0000,13464.4508,64.2210,64.3500,0.0661,0.0000,5,1408.6758,262.7137,645.3539,-92.1264,38.7545,95.2002,-13.5901,0.2258,30.2782,0.0000,30.2782,8.2505,30.2782,0.8549,0.0000,29.4233,0.0000,29.4233,7.0070,22.4163,0.0000,22.4163,0.1047,22.3116,0.0000,0.0000,11.8600,10.4516,8056.6267,8056.6267,8056.6267 -1001.5000,1.0000,13482.3737,64.5125,64.6950,0.0958,0.0000,5,1415.0698,296.2455,657.4239,-92.5056,43.8994,97.4209,-13.7080,0.3288,35.2089,0.0000,35.2089,8.3617,35.2089,0.8846,0.0000,34.3242,0.0000,34.3242,7.0388,27.2854,0.0000,27.2854,0.1524,27.1330,0.0000,0.0000,11.9139,15.2191,9025.0487,9025.0487,9025.0487 -1002.5000,1.0000,13500.3907,64.8510,65.0270,0.0922,0.0000,5,1422.4947,291.3765,671.5964,-92.9460,43.4044,100.0432,-13.8455,0.3181,34.8106,0.0000,34.8106,8.2757,34.8106,0.8886,0.0000,33.9221,0.0000,33.9221,7.0758,26.8463,0.0000,26.8463,0.1475,26.6989,0.0000,0.0000,11.9764,14.7225,8933.7175,8933.7175,8933.7175 -1003.5000,1.0000,13518.5054,65.2030,65.3990,0.1033,0.0000,5,1430.2158,303.5572,671.7323,-93.4039,45.4643,100.6066,-13.9893,0.3583,36.8122,0.0000,36.8122,8.2938,36.8122,0.9047,0.0000,35.9075,0.0000,35.9075,7.1142,28.7933,0.0000,28.7933,0.1661,28.6272,0.0000,0.0000,12.0414,16.5858,9337.3832,9337.3832,9337.3832 -1004.5000,1.0000,13536.7121,65.5340,65.6890,0.0806,0.0000,5,1437.4762,263.7072,677.3613,-93.8345,39.6964,101.9647,-14.1251,0.2808,33.2713,0.0000,33.2713,6.1444,33.2713,0.8929,0.0000,32.3784,0.0000,32.3784,7.1503,25.2281,0.0000,25.2281,0.1302,25.0980,0.0000,0.0000,12.1025,12.9955,8226.9313,8226.9313,8226.9313 -1005.5000,1.0000,13555.0457,65.9910,66.3130,0.1733,0.0000,5,1447.5004,366.9092,667.0736,-94.4290,55.6168,101.1163,-14.3137,0.6083,48.8053,0.0000,48.8053,6.2032,48.8053,0.9786,0.0000,47.8267,0.0000,47.8267,7.2001,40.6265,0.0000,40.6265,0.2820,40.3445,0.0000,0.0000,12.1869,28.1576,11228.4812,11228.4812,11228.4812 -1006.5000,1.0000,13573.5760,66.6990,67.1050,0.2200,0.0000,5,1463.0303,418.7871,708.5115,-95.3501,64.1616,108.5498,-14.6084,0.7804,57.1115,0.0000,57.1115,6.2697,57.1115,1.0327,0.0000,56.0788,0.0000,56.0788,7.2774,48.8014,0.0000,48.8014,0.3618,48.4396,0.0000,0.0000,12.3177,36.1220,12846.1361,12846.1361,12846.1361 -1007.5000,1.0000,13592.4087,67.7880,68.4910,0.3850,0.0000,5,1486.9173,602.4196,734.5267,-96.7668,93.8025,114.3729,-15.0675,1.3880,86.1070,0.0000,86.1070,6.3075,86.1070,1.1973,0.0000,84.9098,0.0000,84.9098,7.5020,77.4077,0.0000,77.4077,0.6435,76.7643,0.0000,0.0000,12.5188,64.2455,18320.2847,18320.2847,18320.2847 -1008.5000,1.0000,13611.6315,69.1920,69.9130,0.3950,0.0000,5,1517.7138,614.2934,800.7702,-98.5932,97.6325,127.2701,-15.6699,1.4536,89.6555,0.0000,89.6555,6.5234,89.6555,1.2406,0.0000,88.4149,0.0000,88.4149,7.6836,80.7313,0.0000,80.7313,0.6738,80.0575,0.0000,0.0000,12.7781,67.2794,19101.4109,19101.4109,19101.4109 -1009.5000,1.0000,13631.1365,70.2080,70.5230,0.1694,0.0000,5,1539.9996,362.5394,803.9866,-99.9150,58.4661,129.6576,-16.1131,0.6327,51.2715,0.0000,51.2715,6.5619,51.2715,1.0674,0.0000,50.2041,0.0000,50.2041,7.6602,42.5438,0.0000,42.5438,0.2933,42.2505,0.0000,0.0000,12.9657,29.2849,11840.8581,11840.8581,11840.8581 -1010.5000,1.0000,13650.8298,70.8860,71.2690,0.2072,0.0000,5,1554.8714,404.9997,726.5665,-100.7970,65.9444,118.3037,-16.4123,0.7812,58.4631,0.0000,58.4631,6.7001,58.4631,1.1160,0.0000,57.3471,0.0000,57.3471,7.7342,49.6129,0.0000,49.6129,0.3622,49.2507,0.0000,0.0000,13.0909,36.1598,13287.8286,13287.8286,13287.8286 -1011.5000,1.0000,13670.6867,71.4745,71.7000,0.1197,0.0000,5,1567.7800,307.7862,741.0205,-101.5626,50.5316,121.6589,-16.6743,0.4551,43.3250,0.0000,43.3250,6.7515,43.3250,1.0513,0.0000,42.2737,0.0000,42.2737,7.7984,34.4752,0.0000,34.4752,0.2110,34.2643,0.0000,0.0000,13.1996,21.0647,10409.4859,10409.4859,10409.4859 -1012.5000,1.0000,13690.5442,71.4773,71.2746,-0.1182,0.0000,0,1502.2233,2.2770,655.1916,-97.6745,0.3582,103.0698,-15.3654,-6.4839,0.0000,0.0000,0.0000,6.8421,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,7.7987,-7.7986,0.0000,-7.7986,-0.2082,-7.5904,0.0000,0.0000,13.2001,-20.7905,2212.8755,2212.8755,2212.8755 -1013.5000,1.0000,13710.2342,70.8738,70.4930,-0.2171,0.0000,6,1278.7253,-84.4193,416.4531,-84.4193,-11.3044,55.7663,-11.3044,-12.0316,-5.2140,0.0000,-5.2140,5.9412,-4.6148,0.7242,0.0000,-5.3389,0.0000,-5.3389,7.7329,-13.0718,12.0991,-25.1710,-0.3794,-24.7916,0.0000,0.0000,13.0886,-37.8802,0.0000,0.0000,0.0000 -1014.5000,1.0000,13729.6779,69.9875,69.5020,-0.2753,0.0000,6,1117.5986,-74.8349,418.0912,-74.8349,-8.7583,48.9312,-8.7583,-0.5431,-13.2686,0.0000,-13.2686,5.0533,-13.2686,0.7989,0.0000,-14.0675,0.0000,-14.0675,7.6362,-21.7037,13.1546,-34.8582,-0.4750,-34.3832,0.1183,0.0000,12.9250,-47.4265,0.0000,0.0000,0.0000 -1015.5000,1.0000,13748.8111,68.8695,68.2570,-0.3458,0.0000,6,1099.7458,-73.7669,421.1699,-73.7669,-8.4954,48.5041,-8.4954,-0.6713,-12.7740,0.0000,-12.7740,4.9500,-12.7740,0.7793,0.0000,-13.5533,0.0000,-13.5533,7.5142,-21.0675,25.2488,-46.3163,-0.5872,-45.7290,0.1829,0.0000,12.7185,-58.6304,0.0000,0.0000,0.0000 -1016.5000,1.0000,13767.5950,67.6120,66.9870,-0.3528,0.0000,6,1079.6653,-72.3295,415.4332,-72.3295,-8.1777,46.9698,-8.1777,-0.6723,-12.4150,0.0000,-12.4150,4.9095,-12.4150,0.7593,0.0000,-13.1743,0.0000,-13.1743,7.3770,-20.5513,26.0867,-46.6380,-0.5881,-46.0499,0.1795,0.0000,12.4863,-58.7157,0.0000,0.0000,0.0000 -1017.5000,1.0000,13786.0629,66.4745,65.9820,-0.2792,0.0000,6,1061.5011,-71.0292,412.3571,-71.0292,-7.8956,45.8377,-7.8956,-0.5231,-12.0968,0.0000,-12.0968,4.7243,-12.0968,0.7414,0.0000,-12.8382,0.0000,-12.8382,7.2529,-20.0911,13.7083,-33.7994,-0.4575,-33.3419,0.0642,0.0000,12.2762,-45.6823,0.0000,0.0000,0.0000 -1018.5000,1.0000,13804.4024,66.0120,66.0620,0.0222,0.0000,6,1054.1157,259.9338,417.4222,-70.5006,28.6932,46.0779,-7.7823,0.0413,23.9688,0.0000,23.9688,4.6831,23.9688,0.9283,0.0000,23.0405,0.0000,23.0405,7.2024,15.8381,0.0000,15.8381,0.0362,15.8019,0.0000,0.0000,12.1908,3.6111,5914.7109,5914.7109,5914.7109 -1019.5000,1.0000,13822.7977,66.2130,66.3840,0.0894,0.0000,6,1057.3253,362.8815,581.7582,-70.7303,40.1793,64.4139,-7.8315,0.1669,35.3349,0.0000,35.3349,4.6774,35.3349,1.1577,0.0000,34.1772,0.0000,34.1772,7.2244,26.9529,0.0000,26.9529,0.1460,26.8068,0.0000,0.0000,12.2279,14.5789,8101.3878,8101.3878,8101.3878 -1020.5000,1.0000,13841.3436,66.7555,67.1470,0.2119,0.0000,6,1065.9883,550.2827,634.8892,-71.3504,61.4281,70.8727,-7.9649,0.3988,56.3734,0.0000,56.3734,4.6559,56.3734,1.5841,0.0000,54.7893,0.0000,54.7893,7.2836,47.5057,0.0000,47.5057,0.3488,47.1569,0.0000,0.0000,12.3281,34.8288,12164.1845,12164.1845,12164.1845 -1021.5000,1.0000,13860.1361,67.6430,68.1590,0.2811,0.0000,6,1080.1604,656.8407,727.1305,-72.3649,74.2980,82.2487,-8.1855,0.5360,68.9961,0.0000,68.9961,4.7659,68.9961,1.8458,0.0000,67.1503,0.0000,67.1503,7.3804,59.7699,0.0000,59.7699,0.4688,59.3011,0.0000,0.0000,12.4920,46.8091,14607.6214,14607.6214,14607.6214 -1022.5000,1.0000,13879.2089,68.6520,69.1650,0.2794,0.0000,6,1096.2726,654.3512,779.0828,-73.5183,75.1204,89.4398,-8.4400,0.5408,69.7387,0.0000,69.7387,4.8410,69.7387,1.8713,0.0000,67.8674,0.0000,67.8674,7.4905,60.3770,0.0000,60.3770,0.4730,59.9040,0.0000,0.0000,12.6783,47.2256,14757.4831,14757.4831,14757.4831 -1023.5000,1.0000,13898.6022,69.8059,70.4669,0.3616,0.0000,6,1114.6995,780.2878,780.2878,-74.6619,91.0838,91.0838,-8.7154,0.7116,85.5202,0.0000,85.5202,4.8521,85.5202,2.1992,0.0000,83.3211,0.0000,83.3211,7.6636,75.6575,0.0000,75.6575,0.6224,75.0351,0.0000,0.0000,12.8914,62.1436,17809.1530,17809.1530,17809.1530 -1024.5000,1.0000,13918.3124,70.9464,71.4460,0.2720,0.0000,6,1132.9116,642.3812,838.8853,-75.7483,76.2110,99.5239,-8.9866,0.5439,70.7333,0.0000,70.7333,4.9338,70.7333,1.9157,0.0000,68.8176,0.0000,68.8176,7.7408,61.0768,0.0000,61.0768,0.4757,60.6011,0.0000,0.0000,13.1021,47.4990,14973.3319,14973.3319,14973.3319 -1025.5000,1.0000,13938.2282,71.6870,71.9480,0.1394,0.0000,6,1144.7372,439.1092,776.2208,-76.4537,52.6389,93.0507,-9.1650,0.2818,47.3711,0.0000,47.3711,4.9861,47.3711,1.4565,0.0000,45.9146,0.0000,45.9146,7.8216,38.0930,0.0000,38.0930,0.2465,37.8465,0.0000,0.0000,13.2388,24.6077,10467.7534,10467.7534,10467.7534 -1026.5000,1.0000,13958.3214,72.3255,72.7230,0.2153,0.0000,6,1154.9331,555.6313,685.5462,-77.0619,67.2004,82.9129,-9.3202,0.4389,61.7105,0.0000,61.7105,5.0511,61.7105,1.7503,0.0000,59.9602,0.0000,59.9602,7.8913,52.0689,0.0000,52.0689,0.3839,51.6851,0.0000,0.0000,13.3567,38.3283,13297.6854,13297.6854,13297.6854 -1027.5000,1.0000,13978.6275,73.0920,73.4810,0.2106,0.0000,6,1167.1730,547.9101,740.0477,-77.7921,66.9689,90.4531,-9.5082,0.4338,61.4918,0.0000,61.4918,5.0433,61.4918,1.7543,0.0000,59.7375,0.0000,59.7375,7.9749,51.7626,0.0000,51.7626,0.3794,51.3832,0.0000,0.0000,13.4983,37.8849,13259.2881,13259.2881,13259.2881 -1028.5000,1.0000,13999.1554,73.8905,74.3200,0.2331,0.0000,6,1179.9238,582.9427,738.4570,-78.5527,72.0292,91.2447,-9.7061,0.4854,66.3847,0.0000,66.3847,5.1591,66.3847,1.8610,0.0000,64.5237,0.0000,64.5237,8.0620,56.4617,0.0000,56.4617,0.4246,56.0371,0.0000,0.0000,13.6457,42.3914,14252.2527,14252.2527,14252.2527 -1029.5000,1.0000,14019.9042,74.6855,75.0710,0.2086,0.0000,6,1192.6188,545.2953,755.4502,-79.3100,68.1023,94.3487,-9.9051,0.4392,62.4704,0.0000,62.4704,5.1928,62.4704,1.7916,0.0000,60.6788,0.0000,60.6788,8.1488,52.5300,0.0000,52.5300,0.3841,52.1459,0.0000,0.0000,13.7926,38.3533,13501.6820,13501.6820,13501.6820 -1030.5000,1.0000,14040.8383,75.3530,75.6550,0.1622,0.0000,6,1203.2778,474.2173,739.5007,-79.9447,59.7547,93.1822,-10.0736,0.3446,54.1630,0.0000,54.1630,5.2471,54.1630,1.6330,0.0000,52.5301,0.0000,52.5301,8.2216,44.3085,0.0000,44.3085,0.3014,44.0071,0.0000,0.0000,13.9158,30.0912,11907.2071,11907.2071,11907.2071 -1031.5000,1.0000,14061.8901,75.7765,75.9180,0.0731,0.0000,6,1210.0405,337.2349,707.9969,-80.3458,42.7328,89.7139,-10.1810,0.1560,37.3269,0.0000,37.3269,5.2498,37.3269,1.3010,0.0000,36.0259,0.0000,36.0259,8.2678,27.7581,0.0000,27.7581,0.1365,27.6216,0.0000,0.0000,13.9940,13.6275,8654.4326,8654.4326,8654.4326 -1032.5000,1.0000,14083.0022,75.9935,76.0890,0.0475,0.0000,6,1213.5057,298.0992,647.4915,-80.5513,37.8818,82.2819,-10.2363,0.1017,32.5076,0.0000,32.5076,5.2725,32.5076,1.2071,0.0000,31.3005,0.0000,31.3005,8.2915,23.0090,0.0000,23.0090,0.0890,22.9200,0.0000,0.0000,14.0341,8.8859,7742.6854,7742.6854,7742.6854 -1033.5000,1.0000,14104.1796,76.2285,76.3880,0.0831,0.0000,6,1217.2583,352.3062,631.2629,-80.7738,44.9088,80.4677,-10.2963,0.1785,39.4854,0.0000,39.4854,5.2450,39.4854,1.3493,0.0000,38.1361,0.0000,38.1361,8.3171,29.8189,0.0000,29.8189,0.1561,29.6628,0.0000,0.0000,14.0775,15.5853,9061.3499,9061.3499,9061.3499 -1034.5000,1.0000,14125.4405,76.5295,76.6910,0.0842,0.0000,6,1222.0648,354.0637,656.0348,-81.0589,45.3111,83.9556,-10.3735,0.1816,39.8583,0.0000,39.8583,5.2712,39.8583,1.3602,0.0000,38.4981,0.0000,38.4981,8.3500,30.1481,0.0000,30.1481,0.1588,29.9893,0.0000,0.0000,14.1331,15.8562,9135.2096,9135.2096,9135.2096 -1035.5000,1.0000,14146.8468,77.0525,77.4340,0.2064,0.0000,6,1230.4164,541.7560,659.7387,-81.5542,69.8047,85.0066,-10.5082,0.4483,64.0257,0.0000,64.0257,5.3307,64.0257,1.8495,0.0000,62.1762,0.0000,62.1762,8.4070,53.7691,0.0000,53.7691,0.3921,53.3770,0.0000,0.0000,14.2297,39.1473,13818.2940,13818.2940,13818.2940 -1036.5000,1.0000,14168.4358,77.7105,78.0070,0.1592,0.0000,6,1240.9237,469.4889,742.0094,-82.1774,61.0097,96.4235,-10.6789,0.3486,55.2650,0.0000,55.2650,5.3960,55.2650,1.6819,0.0000,53.5832,0.0000,53.5832,8.4788,45.1043,0.0000,45.1043,0.3050,44.7994,0.0000,0.0000,14.3512,30.4482,12129.6809,12129.6809,12129.6809 -1037.5000,1.0000,14190.1892,78.3020,78.6170,0.1694,0.0000,6,1250.3691,485.0276,712.1884,-82.7376,63.5087,93.2528,-10.8335,0.3740,57.7299,0.0000,57.7299,5.4048,57.7299,1.7380,0.0000,55.9919,0.0000,55.9919,8.5434,47.4486,0.0000,47.4486,0.3271,47.1214,0.0000,0.0000,14.4604,32.6610,12631.9677,12631.9677,12631.9677 -1038.5000,1.0000,14212.0990,78.8655,79.1340,0.1436,0.0000,6,1259.3674,445.5291,719.7430,-83.2712,58.7567,94.9202,-10.9819,0.3192,52.9789,0.0000,52.9789,5.4585,52.9789,1.6496,0.0000,51.3293,0.0000,51.3293,8.6048,42.7245,0.0000,42.7245,0.2792,42.4453,0.0000,0.0000,14.5645,27.8807,11694.8344,11694.8344,11694.8344 -1039.5000,1.0000,14234.1192,79.2625,79.4110,0.0769,0.0000,6,1265.7069,343.4858,703.0267,-83.6472,45.5272,93.1823,-11.0870,0.1719,39.8410,0.0000,39.8410,5.5142,39.8410,1.3914,0.0000,38.4496,0.0000,38.4496,8.6482,29.8014,0.0000,29.8014,0.1504,29.6511,0.0000,0.0000,14.6378,15.0132,9190.3684,9190.3684,9190.3684 -1040.5000,1.0000,14256.2140,79.5315,79.6720,0.0725,0.0000,6,1270.0024,336.6817,660.1283,-83.9020,44.7768,87.7933,-11.1585,0.1625,39.0806,0.0000,39.0806,5.5336,39.0806,1.3794,0.0000,37.7012,0.0000,37.7012,8.6775,29.0237,0.0000,29.0237,0.1422,28.8816,0.0000,0.0000,14.6875,14.1941,9052.5047,9052.5047,9052.5047 -1041.5000,1.0000,14278.3828,79.7975,79.9430,0.0753,0.0000,6,1274.2500,341.2230,658.0109,-84.1539,45.5325,87.8044,-11.2294,0.1693,39.7748,0.0000,39.7748,5.5884,39.7748,1.3964,0.0000,38.3784,0.0000,38.3784,8.7065,29.6719,0.0000,29.6719,0.1481,29.5238,0.0000,0.0000,14.7366,14.7872,9204.5669,9204.5669,9204.5669 -1042.5000,1.0000,14300.6169,80.0330,80.1430,0.0556,0.0000,6,1278.0106,310.8596,660.3391,-84.3769,41.6033,88.3751,-11.2924,0.1253,35.8886,0.0000,35.8886,5.5893,35.8886,1.3214,0.0000,34.5672,0.0000,34.5672,8.7322,25.8350,0.0000,25.8350,0.1096,25.7254,0.0000,0.0000,14.7801,10.9453,8479.1187,8479.1187,8479.1187 -1043.5000,1.0000,14322.8980,80.2020,80.2810,0.0383,0.0000,6,1280.7093,284.5886,647.7065,-84.5370,38.1678,86.8675,-11.3377,0.0867,32.4608,0.0000,32.4608,5.6203,32.4608,1.2549,0.0000,31.2060,0.0000,31.2060,8.7507,22.4553,0.0000,22.4553,0.0758,22.3795,0.0000,0.0000,14.8113,7.5682,7847.2276,7847.2276,7847.2276 -1044.5000,1.0000,14345.2178,80.3410,80.4210,0.0389,0.0000,6,1282.9290,285.6209,636.9940,-84.6686,38.3726,85.5789,-11.3751,0.0881,32.6309,0.0000,32.6309,5.6536,32.6309,1.2599,0.0000,31.3710,0.0000,31.3710,8.7658,22.6052,0.0000,22.6052,0.0770,22.5282,0.0000,0.0000,14.8370,7.6912,7888.2221,7888.2221,7888.2221 -1045.5000,1.0000,14367.5455,80.3700,80.3390,-0.0228,0.0000,6,1283.3920,191.4059,636.6353,-84.6961,25.7243,85.5616,-11.3829,-0.0516,20.0688,0.0000,20.0688,5.7071,20.0688,1.0090,0.0000,19.0598,0.0000,19.0598,8.7690,10.2908,0.0000,10.2908,-0.0451,10.3359,0.0000,0.0000,14.8424,-4.5065,5533.0217,5533.0217,5533.0217 -1046.5000,1.0000,14389.8664,80.3450,80.3710,0.0089,0.0000,6,1282.9928,239.8598,596.9696,-84.6724,32.2263,80.2057,-11.3761,0.0201,26.5174,0.0000,26.5174,5.6888,26.5174,1.1377,0.0000,25.3797,0.0000,25.3797,8.7663,16.6134,0.0000,16.6134,0.0176,16.5958,0.0000,0.0000,14.8377,1.7581,6726.7738,6726.7738,6726.7738 -1047.5000,1.0000,14412.1907,80.3575,80.3640,-0.0019,0.0000,6,1283.1924,223.4374,617.4541,-84.6843,30.0245,82.9708,-11.3795,-0.0044,24.3129,0.0000,24.3129,5.7160,24.3129,1.0937,0.0000,23.2192,0.0000,23.2192,8.7676,14.4516,0.0000,14.4516,-0.0039,14.4554,0.0000,0.0000,14.8400,-0.3846,6311.1374,6311.1374,6311.1374 -1048.5000,1.0000,14434.4975,80.2945,80.2450,-0.0331,0.0000,6,1282.1864,190.4326,609.7744,-84.6246,25.5694,81.8746,-11.3626,-0.0748,17.9559,0.0000,17.9559,7.6884,17.9559,0.9658,0.0000,16.9900,0.0000,16.9900,8.7608,8.2293,0.0000,8.2293,-0.0654,8.2947,0.0000,0.0000,14.8284,-6.5337,5502.7818,5502.7818,5502.7818 -1049.5000,1.0000,14456.7436,80.0760,79.9270,-0.0883,0.0000,6,1278.6973,105.9248,594.0530,-84.4177,14.1838,79.5466,-11.3039,-0.1994,6.6765,0.0000,6.6765,7.7067,6.6765,0.7382,0.0000,5.9383,0.0000,5.9383,8.7369,-2.7986,0.0000,-2.7986,-0.1744,-2.6242,0.0000,0.0000,14.7881,-17.4123,3387.1188,3387.1188,3387.1188 -1050.5000,1.0000,14478.8347,79.5180,79.1290,-0.2217,0.0000,6,1269.7868,-83.8892,553.2263,-83.8892,-11.1549,73.5635,-11.1549,-0.4968,-18.3396,0.0000,-18.3396,7.6816,-18.3396,0.9805,0.0000,-19.3201,0.0000,-19.3201,8.6760,-27.9961,1.1440,-29.1401,-0.4346,-28.7055,0.0000,0.0000,14.6850,-43.3905,0.0000,0.0000,0.0000 -1051.5000,1.0000,14500.7010,78.7085,78.3080,-0.2281,0.0000,6,1256.8603,-83.1218,466.3262,-83.1226,-10.9403,61.3770,-10.9404,-0.5060,-18.0353,0.0000,-18.0353,7.6010,-18.0353,0.9659,0.0000,-19.0013,0.0000,-19.0013,8.5877,-27.5890,2.5048,-30.0937,-0.4426,-29.6512,0.0000,0.0000,14.5355,-44.1867,0.0000,0.0000,0.0000 -1052.5000,1.0000,14522.3453,77.9095,77.5310,-0.2158,0.0000,6,1244.1014,-82.3658,463.1017,-82.3658,-10.7308,60.3338,-10.7308,-0.4740,-17.7863,0.0000,-17.7863,7.5295,-17.7863,0.9522,0.0000,-18.7385,0.0000,-18.7385,8.5005,-27.2390,0.1817,-27.4207,-0.4146,-27.0061,0.0000,0.0000,14.3880,-41.3941,0.0000,0.0000,0.0000 -1053.5000,1.0000,14543.8040,77.2415,76.9720,-0.1553,0.0000,6,1233.4344,6.6081,461.5635,-81.7332,0.8535,59.6178,-10.5571,-0.3381,-6.3005,0.0000,-6.3005,7.4921,-6.3005,0.8279,0.0000,-7.1284,0.0000,-7.1284,8.4277,-15.5561,0.0000,-15.5561,-0.2957,-15.2604,0.0000,0.0000,14.2646,-29.5250,1645.0174,1645.0174,1645.0174 -1054.5000,1.0000,14565.1136,76.7045,76.4570,-0.1431,0.0000,6,1224.8593,25.0027,499.3005,-81.2246,3.2070,64.0438,-10.4184,-0.3093,-3.9510,0.0000,-3.9510,7.4673,-3.9510,0.7970,0.0000,-4.7479,0.0000,-4.7479,8.3691,-13.1170,0.0000,-13.1170,-0.2705,-12.8465,0.0000,0.0000,14.1654,-27.0119,1919.9881,1919.9881,1919.9881 -1055.5000,1.0000,14586.2897,76.2240,76.0110,-0.1239,0.0000,6,1217.1864,38.0892,505.9334,-80.7696,4.8550,64.4880,-10.2952,-0.2662,-0.3317,0.0000,-0.3317,5.4528,-0.3317,0.7541,0.0000,-1.0858,0.0000,-1.0858,8.3166,-9.4024,0.0000,-9.4024,-0.2328,-9.1696,0.0000,0.0000,14.0767,-23.2463,2112.1984,2112.1984,2112.1984 -1056.5000,1.0000,14607.3421,75.7785,75.5660,-0.1236,0.0000,6,1210.0725,38.8119,510.0318,-80.3477,4.9182,64.6305,-10.1815,-0.2640,-0.2797,0.0000,-0.2797,5.4619,-0.2797,0.7474,0.0000,-1.0271,0.0000,-1.0271,8.2680,-9.2951,0.0000,-9.2951,-0.2309,-9.0642,0.0000,0.0000,13.9944,-23.0586,2108.2949,2108.2949,2108.2949 -1057.5000,1.0000,14628.3185,75.5050,75.4640,-0.0283,0.0000,6,1205.7051,183.3581,511.0283,-80.0886,23.1510,64.5230,-10.1121,-0.0603,17.7699,0.0000,17.7699,5.4414,17.7699,0.9068,0.0000,16.8631,0.0000,16.8631,8.2382,8.6249,0.0000,8.6249,-0.0527,8.6776,0.0000,0.0000,13.9439,-5.2663,4990.5370,4990.5370,4990.5370 -1058.5000,1.0000,14649.3090,75.5560,75.6680,0.0567,0.0000,6,1206.5195,313.6518,577.7015,-80.1369,39.6288,72.9905,-10.1250,0.1207,34.0758,0.0000,34.0758,5.4323,34.0758,1.2335,0.0000,32.8423,0.0000,32.8423,8.2438,24.5985,0.0000,24.5985,0.1056,24.4930,0.0000,0.0000,13.9533,10.5396,8069.4697,8069.4697,8069.4697 -1059.5000,1.0000,14670.3550,75.7555,75.8630,0.0542,0.0000,6,1209.7052,310.2019,636.4564,-80.3259,39.2964,80.6263,-10.1757,0.1157,33.6861,0.0000,33.6861,5.4946,33.6861,1.2280,0.0000,32.4581,0.0000,32.4581,8.2655,24.1926,0.0000,24.1926,0.1012,24.0914,0.0000,0.0000,13.9902,10.1013,8008.5431,8008.5431,8008.5431 -1060.5000,1.0000,14691.4579,75.9605,76.0780,0.0597,0.0000,6,1212.9787,318.9713,635.5635,-80.5200,40.5166,80.7311,-10.2279,0.1279,34.8487,0.0000,34.8487,5.5400,34.8487,1.2536,0.0000,33.5952,0.0000,33.5952,8.2879,25.3073,0.0000,25.3073,0.1118,25.1955,0.0000,0.0000,14.0280,11.1674,8239.1449,8239.1449,8239.1449 -1061.5000,1.0000,14712.6200,76.1735,76.2890,0.0586,0.0000,6,1216.3800,316.8336,640.0273,-80.7217,40.3580,81.5261,-10.2823,0.1258,34.7326,0.0000,34.7326,5.4995,34.7326,1.2536,0.0000,33.4790,0.0000,33.4790,8.3111,25.1678,0.0000,25.1678,0.1101,25.0578,0.0000,0.0000,14.0674,10.9904,8210.8995,8210.8995,8210.8995 -1062.5000,1.0000,14733.8557,76.4385,76.6080,0.0886,0.0000,6,1220.6117,363.0322,640.2120,-80.9727,46.4036,81.8333,-10.3501,0.1909,40.6724,0.0000,40.6724,5.5402,40.6724,1.3755,0.0000,39.2969,0.0000,39.2969,8.3400,30.9569,0.0000,30.9569,0.1670,30.7899,0.0000,0.0000,14.1163,16.6736,9339.0717,9339.0717,9339.0717 -1063.5000,1.0000,14755.1887,76.7890,76.9900,0.1061,0.0000,6,1226.2087,389.8728,661.7050,-81.3047,50.0629,84.9684,-10.4402,0.2297,44.2697,0.0000,44.2697,5.5635,44.2697,1.4514,0.0000,42.8183,0.0000,42.8183,8.3783,34.4400,0.0000,34.4400,0.2009,34.2391,0.0000,0.0000,14.1810,20.0581,10044.0472,10044.0472,10044.0472 -1064.5000,1.0000,14776.6139,77.1205,77.2710,0.0781,0.0000,6,1231.5022,346.7251,673.9488,-81.6186,44.7146,86.9142,-10.5258,0.1697,38.9728,0.0000,38.9728,5.5721,38.9728,1.3493,0.0000,37.6236,0.0000,37.6236,8.4145,29.2091,0.0000,29.2091,0.1484,29.0607,0.0000,0.0000,14.2422,14.8185,9023.3294,9023.3294,9023.3294 -1065.5000,1.0000,14798.1194,77.4100,77.5690,0.0828,0.0000,6,1236.1251,354.1157,655.8953,-81.8928,45.8391,84.9035,-10.6008,0.1806,40.0478,0.0000,40.0478,5.6107,40.0478,1.3741,0.0000,38.6737,0.0000,38.6737,8.4460,30.2276,0.0000,30.2276,0.1580,30.0696,0.0000,0.0000,14.2957,15.7739,9230.0871,9230.0871,9230.0871 -1066.5000,1.0000,14819.7232,77.7635,77.9780,0.1136,0.0000,6,1241.7700,401.5334,660.4509,-82.2276,52.2145,85.8836,-10.6927,0.2490,46.3153,0.0000,46.3153,5.6503,46.3153,1.5035,0.0000,44.8118,0.0000,44.8118,8.4846,36.3271,0.0000,36.3271,0.2178,36.1093,0.0000,0.0000,14.3610,21.7483,10471.6771,10471.6771,10471.6771 -1067.5000,1.0000,14841.4401,78.1710,78.3840,0.1128,0.0000,6,1248.2772,400.3398,682.0047,-82.6135,52.3321,89.1512,-10.7992,0.2485,46.3944,0.0000,46.3944,5.6892,46.3944,1.5098,0.0000,44.8846,0.0000,44.8846,8.5291,36.3555,0.0000,36.3555,0.2174,36.1382,0.0000,0.0000,14.4363,21.7019,10497.6896,10497.6896,10497.6896 -1068.5000,1.0000,14863.2596,78.5400,78.7160,0.0922,0.0000,6,1254.1696,368.8959,682.1468,-82.9630,48.4494,89.5907,-10.8961,0.2042,42.5191,0.0000,42.5191,5.7262,42.5191,1.4366,0.0000,41.0825,0.0000,41.0825,8.5693,32.5132,0.0000,32.5132,0.1786,32.3346,0.0000,0.0000,14.5044,17.8302,9743.2378,9743.2378,9743.2378 -1069.5000,1.0000,14885.1687,78.8630,79.0300,0.0872,0.0000,6,1259.3274,361.1764,669.3932,-83.2689,47.6307,88.2772,-10.9812,0.1939,41.6949,0.0000,41.6949,5.7419,41.6949,1.4238,0.0000,40.2710,0.0000,40.2710,8.6046,31.6665,0.0000,31.6665,0.1696,31.4969,0.0000,0.0000,14.5640,16.9328,9589.2267,9589.2267,9589.2267 -1070.5000,1.0000,14907.1392,79.0835,79.1570,0.0353,0.0000,6,1262.8485,281.6479,665.9992,-83.4777,37.2466,88.0752,-11.0395,0.0786,31.3903,0.0000,31.3903,5.7777,31.3903,1.2203,0.0000,30.1700,0.0000,30.1700,8.6286,21.5413,0.0000,21.5413,0.0688,21.4725,0.0000,0.0000,14.6048,6.8678,7653.6124,7653.6124,7653.6124 -1071.5000,1.0000,14929.1254,79.1405,79.1440,-0.0036,0.0000,6,1263.7587,221.7652,631.4422,-83.5317,29.3485,83.5654,-11.0546,-0.0081,23.6049,0.0000,23.6049,5.7517,23.6049,1.0653,0.0000,22.5396,0.0000,22.5396,8.6349,13.9047,0.0000,13.9047,-0.0070,13.9118,0.0000,0.0000,14.6153,-0.7035,6167.7684,6167.7684,6167.7684 -1072.5000,1.0000,14951.0885,79.0570,78.9900,-0.0428,0.0000,6,1262.4253,161.7774,604.7470,-83.4526,21.3871,79.9481,-11.0325,-0.0953,15.7239,0.0000,15.7239,5.7586,15.7239,0.9067,0.0000,14.8172,0.0000,14.8172,8.6257,6.1914,0.0000,6.1914,-0.0834,6.2748,0.0000,0.0000,14.5999,-8.3251,4686.2724,4686.2724,4686.2724 -1073.5000,1.0000,14973.0221,78.9510,78.9320,-0.0161,0.0000,6,1260.7327,202.9732,578.8304,-83.3522,26.7973,76.4193,-11.0045,-0.0359,21.0437,0.0000,21.0437,5.7894,21.0437,1.0118,0.0000,20.0319,0.0000,20.0319,8.6142,11.4177,0.0000,11.4177,-0.0314,11.4491,0.0000,0.0000,14.5803,-3.1312,5713.4693,5713.4693,5713.4693 -1074.5000,1.0000,14994.9380,78.8875,78.8630,-0.0192,0.0000,6,1259.7187,198.2136,596.4078,-83.2921,26.1478,78.6766,-10.9877,-0.0426,20.4150,0.0000,20.4150,5.7754,20.4150,0.9985,0.0000,19.4165,0.0000,19.4165,8.6072,10.8092,0.0000,10.8092,-0.0373,10.8465,0.0000,0.0000,14.5686,-3.7221,5593.9557,5593.9557,5593.9557 -1075.5000,1.0000,15016.8243,78.7805,78.7180,-0.0403,0.0000,6,1258.0100,165.7812,593.6439,-83.1907,21.8398,78.2058,-10.9594,-0.0894,16.1674,0.0000,16.1674,5.7618,16.1674,0.9123,0.0000,15.2550,0.0000,15.2550,8.5956,6.6595,0.0000,6.6595,-0.0782,6.7377,0.0000,0.0000,14.5488,-7.8111,4766.6999,4766.6999,4766.6999 -1076.5000,1.0000,15038.6862,78.6930,78.6880,-0.0083,0.0000,6,1256.6128,214.7858,579.7653,-83.1079,28.2641,76.2926,-10.9363,-0.0185,22.5267,0.0000,22.5267,5.7559,22.5267,1.0385,0.0000,21.4882,0.0000,21.4882,8.5860,12.9022,0.0000,12.9022,-0.0162,12.9184,0.0000,0.0000,14.5327,-1.6143,5970.7982,5970.7982,5970.7982 -1077.5000,1.0000,15060.5411,78.6675,78.6670,-0.0058,0.0000,6,1256.2056,218.5909,600.9928,-83.0837,28.7555,79.0603,-10.9296,-0.0129,23.0183,0.0000,23.0183,5.7502,23.0183,1.0480,0.0000,21.9702,0.0000,21.9702,8.5832,13.3870,0.0000,13.3870,-0.0113,13.3983,0.0000,0.0000,14.5279,-1.1296,6058.0022,6058.0022,6058.0022 -1078.5000,1.0000,15082.3893,78.6435,78.6400,-0.0075,0.0000,6,1255.8223,216.1729,602.5380,-83.0610,28.4288,79.2394,-10.9233,-0.0166,22.6786,0.0000,22.6786,5.7668,22.6786,1.0410,0.0000,21.6376,0.0000,21.6376,8.5806,13.0570,0.0000,13.0570,-0.0145,13.0716,0.0000,0.0000,14.5235,-1.4520,5999.5755,5999.5755,5999.5755 -1079.5000,1.0000,15104.2662,78.7470,78.8740,0.0650,0.0000,6,1257.4751,327.2815,602.9593,-83.1590,43.0972,79.3992,-10.9506,0.1443,37.1934,0.0000,37.1934,5.7596,37.1934,1.3325,0.0000,35.8609,0.0000,35.8609,8.5919,27.2690,0.0000,27.2690,0.1262,27.1428,0.0000,0.0000,14.5426,12.6002,8733.3568,8733.3568,8733.3568 -1080.5000,1.0000,15126.2108,78.9905,79.1270,0.0703,0.0000,6,1261.3634,335.4029,651.6532,-83.3896,44.3033,86.0767,-11.0149,0.1565,38.3671,0.0000,38.3671,5.7797,38.3671,1.3588,0.0000,37.0083,0.0000,37.0083,8.6185,28.3899,0.0000,28.3899,0.1369,28.2530,0.0000,0.0000,14.5876,13.6654,8952.6237,8952.6237,8952.6237 -1081.5000,1.0000,15148.1707,79.0455,78.9840,-0.0397,0.0000,6,1262.2417,166.5271,653.8308,-83.4417,22.0118,86.4244,-11.0295,-0.0885,16.3343,0.0000,16.3343,5.7660,16.3343,0.9188,0.0000,15.4155,0.0000,15.4155,8.6245,6.7910,0.0000,6.7910,-0.0774,6.8685,0.0000,0.0000,14.5977,-7.7293,4805.3889,4805.3889,4805.3889 -1082.5000,1.0000,15170.0805,78.8655,78.7670,-0.0603,0.0000,6,1259.3674,135.1524,579.8564,-83.2712,17.8240,76.4718,-10.9819,-0.1340,12.1834,0.0000,12.1834,5.7746,12.1834,0.8336,0.0000,11.3498,0.0000,11.3498,8.6048,2.7449,0.0000,2.7449,-0.1172,2.8621,0.0000,0.0000,14.5645,-11.7024,4011.9880,4011.9880,4011.9880 -1083.5000,1.0000,15191.8826,78.4775,78.2080,-0.1553,0.0000,6,1253.1716,-8.0810,563.1597,-82.9038,-1.0605,73.9045,-10.8796,-0.3435,-6.3962,0.0000,-6.3962,5.6792,-6.3962,0.8463,0.0000,-7.2425,0.0000,-7.2425,8.5625,-15.8050,0.0000,-15.8050,-0.3004,-15.5046,0.0000,0.0000,14.4929,-29.9974,1424.3181,1424.3181,1424.3181 -1084.5000,1.0000,15213.5158,77.8695,77.5510,-0.1825,0.0000,6,1243.4627,-48.3252,496.9896,-82.3280,-6.2927,64.7156,-10.7203,-0.4006,-11.5674,0.0000,-11.5674,5.6753,-11.5674,0.8894,0.0000,-12.4568,0.0000,-12.4568,8.4962,-20.9530,0.0000,-20.9530,-0.3504,-20.6026,0.0000,0.0000,14.3806,-34.9832,608.7884,608.7884,608.7884 -1085.5000,1.0000,15234.9554,77.1725,76.8140,-0.2047,0.0000,6,1232.3326,-81.0736,475.4887,-81.6679,-10.4625,61.3616,-10.5392,-0.4453,-15.6884,0.0000,-15.6884,5.6712,-15.6884,0.9209,0.0000,-16.6092,0.0000,-16.6092,8.4201,-25.0294,0.0000,-25.0294,-0.3895,-24.6398,0.0000,0.0000,14.2519,-38.8917,0.0000,0.0000,0.0000 -1086.5000,1.0000,15256.2017,76.4765,76.1590,-0.1819,0.0000,6,1221.2185,-46.5886,458.0294,-81.0087,-5.9580,58.5754,-10.3599,-0.3922,-11.2615,0.0000,-11.2615,5.6956,-11.2615,0.8669,0.0000,-12.1283,0.0000,-12.1283,8.3442,-20.4725,0.0000,-20.4725,-0.3431,-20.1295,0.0000,0.0000,14.1233,-34.2528,601.7704,601.7704,601.7704 -1087.5000,1.0000,15277.3225,76.0250,75.9110,-0.0689,0.0000,6,1214.0087,122.3976,473.8733,-80.5811,15.5605,60.2438,-10.2443,-0.1476,10.0721,0.0000,10.0721,5.6361,10.0721,0.7587,0.0000,9.3133,0.0000,9.3133,8.2949,1.0184,0.0000,1.0184,-0.1291,1.1475,0.0000,0.0000,14.0399,-12.8924,3610.7308,3610.7308,3610.7308 -1088.5000,1.0000,15298.3742,75.7760,75.6610,-0.0694,0.0000,6,1210.0325,121.4977,549.0276,-80.3453,15.3955,69.5696,-10.1809,-0.1483,9.9312,0.0000,9.9312,5.6126,9.9312,0.7531,0.0000,9.1781,0.0000,9.1781,8.2678,0.9104,0.0000,0.9104,-0.1297,1.0401,0.0000,0.0000,13.9940,-12.9538,3580.5654,3580.5654,3580.5654 -1089.5000,1.0000,15319.4022,75.6910,75.7410,0.0222,0.0000,6,1208.6752,262.1129,549.8718,-80.2648,33.1762,69.5985,-10.1593,0.0474,27.5228,0.0000,27.5228,5.6060,27.5228,1.1040,0.0000,26.4188,0.0000,26.4188,8.2585,18.1603,0.0000,18.1603,0.0415,18.1188,0.0000,0.0000,13.9783,4.1406,6854.3708,6854.3708,6854.3708 -1090.5000,1.0000,15340.4462,75.7485,75.7760,0.0097,0.0000,6,1209.5934,243.2277,612.8355,-80.3192,30.8092,77.6269,-10.1739,0.0208,25.1417,0.0000,25.1417,5.6468,25.1417,1.0570,0.0000,24.0847,0.0000,24.0847,8.2648,15.8199,0.0000,15.8199,0.0182,15.8018,0.0000,0.0000,13.9889,1.8129,6416.3859,6416.3859,6416.3859 -1091.5000,1.0000,15361.5040,75.7980,75.8400,0.0178,0.0000,6,1210.3838,255.7096,604.6656,-80.3661,32.4115,76.6420,-10.1865,0.0380,26.7074,0.0000,26.7074,5.6661,26.7074,1.0889,0.0000,25.6185,0.0000,25.6185,8.2702,17.3484,0.0000,17.3484,0.0332,17.3152,0.0000,0.0000,13.9980,3.3171,6712.4194,6712.4194,6712.4194 -1092.5000,1.0000,15382.5700,75.8275,75.8350,-0.0014,0.0000,6,1210.8549,226.4239,610.0522,-80.3941,28.7107,77.3549,-10.1940,-0.0030,23.0307,0.0000,23.0307,5.6829,23.0307,1.0157,0.0000,22.0150,0.0000,22.0150,8.2734,13.7416,0.0000,13.7416,-0.0026,13.7442,0.0000,0.0000,14.0035,-0.2593,6028.7579,6028.7579,6028.7579 -1093.5000,1.0000,15403.6276,75.7975,75.7800,-0.0153,0.0000,6,1210.3759,204.8195,596.6598,-80.3657,25.9609,75.6268,-10.1864,-0.0326,20.3506,0.0000,20.3506,5.6430,20.3506,0.9617,0.0000,19.3888,0.0000,19.3888,8.2701,11.1187,0.0000,11.1187,-0.0286,11.1473,0.0000,0.0000,13.9979,-2.8507,5520.5353,5520.5353,5520.5353 -1094.5000,1.0000,15424.6680,75.7355,75.7110,-0.0192,0.0000,6,1209.3858,199.0942,586.7254,-80.3069,25.2146,74.3068,-10.1706,-0.0409,19.5864,0.0000,19.5864,5.6691,19.5864,0.9458,0.0000,18.6407,0.0000,18.6407,8.2633,10.3773,0.0000,10.3773,-0.0358,10.4131,0.0000,0.0000,13.9865,-3.5733,5380.1379,5380.1379,5380.1379 -1095.5000,1.0000,15445.6897,75.6680,75.6450,-0.0183,0.0000,6,1208.3079,200.2749,583.9515,-80.2430,25.3415,73.8896,-10.1534,-0.0391,19.7287,0.0000,19.7287,5.6520,19.7287,0.9478,0.0000,18.7808,0.0000,18.7808,8.2560,10.5249,0.0000,10.5249,-0.0342,10.5591,0.0000,0.0000,13.9740,-3.4149,5404.4029,5404.4029,5404.4029 -1096.5000,1.0000,15466.6939,75.6050,75.5850,-0.0167,0.0000,6,1207.3019,202.8654,584.3015,-80.1833,25.6479,73.8723,-10.1374,-0.0355,20.0317,0.0000,20.0317,5.6518,20.0317,0.9532,0.0000,19.0785,0.0000,19.0785,8.2491,10.8294,0.0000,10.8294,-0.0311,10.8605,0.0000,0.0000,13.9624,-3.1019,5460.3541,5460.3541,5460.3541 -1097.5000,1.0000,15487.6785,75.5345,75.5040,-0.0225,0.0000,6,1206.1761,193.5416,585.1454,-80.1166,24.4463,73.9100,-10.1196,-0.0479,18.8948,0.0000,18.8948,5.5994,18.8948,0.9296,0.0000,17.9652,0.0000,17.9652,8.2414,9.7238,0.0000,9.7238,-0.0419,9.7657,0.0000,0.0000,13.9494,-4.1837,5225.4770,5225.4770,5225.4770 -1098.5000,1.0000,15508.6669,75.5485,75.6130,0.0303,0.0000,6,1206.3997,274.9046,581.8261,-80.1298,34.7298,73.5043,-10.1231,0.0645,29.0144,0.0000,29.0144,5.6509,29.0144,1.1322,0.0000,27.8822,0.0000,27.8822,8.2429,19.6393,0.0000,19.6393,0.0564,19.5829,0.0000,0.0000,13.9519,5.6309,7143.2807,7143.2807,7143.2807 -1099.5000,1.0000,15529.6719,75.6080,75.6230,0.0028,0.0000,6,1207.3498,232.6560,618.0429,-80.1862,29.4155,78.1413,-10.1382,0.0059,23.7624,0.0000,23.7624,5.6472,23.7624,1.0278,0.0000,22.7345,0.0000,22.7345,8.2494,14.4851,0.0000,14.4851,0.0052,14.4799,0.0000,0.0000,13.9629,0.5170,6158.2742,6158.2742,6158.2742 -1100.5000,1.0000,15550.6811,75.6230,75.6430,0.0056,0.0000,6,1207.5894,236.8713,599.2151,-80.2004,29.9544,75.7758,-10.1420,0.0118,24.3001,0.0000,24.3001,5.6424,24.3001,1.0388,0.0000,23.2613,0.0000,23.2613,8.2511,15.0103,0.0000,15.0103,0.0104,14.9999,0.0000,0.0000,13.9657,1.0342,6258.1207,6258.1207,6258.1207 -1101.5000,1.0000,15571.7004,75.6595,75.6960,0.0147,0.0000,6,1208.1722,250.9092,601.3516,-80.2350,31.7449,76.0827,-10.1513,0.0314,26.0715,0.0000,26.0715,5.6420,26.0715,1.0746,0.0000,24.9969,0.0000,24.9969,8.2550,16.7419,0.0000,16.7419,0.0275,16.7144,0.0000,0.0000,13.9724,2.7420,6589.6212,6589.6212,6589.6212 -1102.5000,1.0000,15592.7307,75.6990,75.7220,0.0072,0.0000,6,1208.8030,239.2229,607.6427,-80.2724,30.2822,76.9188,-10.1613,0.0154,24.6449,0.0000,24.6449,5.6218,24.6449,1.0465,0.0000,23.5984,0.0000,23.5984,8.2594,15.3390,0.0000,15.3390,0.0135,15.3256,0.0000,0.0000,13.9797,1.3458,6318.8857,6318.8857,6318.8857 -1103.5000,1.0000,15613.7690,75.7280,75.7540,0.0089,0.0000,6,1209.2660,242.0687,602.5287,-80.2998,30.6541,76.3006,-10.1687,0.0190,24.9747,0.0000,24.9747,5.6605,24.9747,1.0534,0.0000,23.9212,0.0000,23.9212,8.2625,15.6587,0.0000,15.6587,0.0166,15.6421,0.0000,0.0000,13.9851,1.6570,6387.7074,6387.7074,6387.7074 -1104.5000,1.0000,15634.8307,75.8120,75.8900,0.0378,0.0000,6,1210.6074,286.3263,604.4859,-80.3794,36.2989,76.6334,-10.1901,0.0807,30.5592,0.0000,30.5592,5.6589,30.5592,1.1661,0.0000,29.3931,0.0000,29.3931,8.2717,21.1214,0.0000,21.1214,0.0706,21.0508,0.0000,0.0000,14.0006,7.0502,7430.5108,7430.5108,7430.5108 -1105.5000,1.0000,15655.9147,75.8925,75.9150,0.0069,0.0000,6,1211.8929,239.3633,624.0264,-80.4556,30.3774,79.1946,-10.2106,0.0149,24.6552,0.0000,24.6552,5.7073,24.6552,1.0489,0.0000,23.6063,0.0000,23.6063,8.2805,15.3258,0.0000,15.3258,0.0130,15.3128,0.0000,0.0000,14.0155,1.2974,6336.6659,6336.6659,6336.6659 -1106.5000,1.0000,15677.0107,75.9355,75.9760,0.0169,0.0000,6,1212.5795,255.5954,603.3530,-80.4963,32.4558,76.6144,-10.2215,0.0363,26.5959,0.0000,26.5959,5.8236,26.5959,1.0882,0.0000,25.5077,0.0000,25.5077,8.2852,17.2225,0.0000,17.2225,0.0317,17.1908,0.0000,0.0000,14.0234,3.1674,6720.0416,6720.0416,6720.0416 -1107.5000,1.0000,15698.1133,75.9595,75.9630,-0.0036,0.0000,6,1212.9628,224.0607,610.3694,-80.5191,28.4604,77.5298,-10.2276,-0.0077,22.6431,0.0000,22.6431,5.8251,22.6431,1.0094,0.0000,21.6336,0.0000,21.6336,8.2878,13.3458,0.0000,13.3458,-0.0068,13.3526,0.0000,0.0000,14.0278,-0.6752,5983.2959,5983.2959,5983.2959 -1108.5000,1.0000,15719.2262,75.9965,76.0500,0.0242,0.0000,6,1213.5536,267.3284,596.8280,-80.5541,33.9729,75.8467,-10.2371,0.0518,28.0100,0.0000,28.0100,5.9111,28.0100,1.1172,0.0000,26.8928,0.0000,26.8928,8.2918,18.6010,0.0000,18.6010,0.0453,18.5557,0.0000,0.0000,14.0347,4.5211,6999.3972,6999.3972,6999.3972 -1109.5000,1.0000,15740.3589,76.0675,76.1050,0.0153,0.0000,6,1214.6874,253.4424,616.1949,-80.6214,32.2383,78.3811,-10.2552,0.0328,26.3210,0.0000,26.3210,5.8845,26.3210,1.0842,0.0000,25.2368,0.0000,25.2368,8.2996,16.9372,0.0000,16.9372,0.0287,16.9086,0.0000,0.0000,14.0478,2.8608,6679.5051,6679.5051,6679.5051 -1110.5000,1.0000,15761.5180,76.1630,76.2410,0.0378,0.0000,6,1216.2124,288.3876,610.6291,-80.7118,36.7295,77.7706,-10.2796,0.0811,30.7021,0.0000,30.7021,5.9462,30.7021,1.1729,0.0000,29.5292,0.0000,29.5292,8.3100,21.2192,0.0000,21.2192,0.0709,21.1483,0.0000,0.0000,14.0654,7.0829,7514.1364,7514.1364,7514.1364 -1111.5000,1.0000,15782.6921,76.2165,76.2120,-0.0081,0.0000,6,1217.0667,218.4924,625.6724,-80.7625,27.8471,79.7425,-10.2933,-0.0173,21.8613,0.0000,21.8613,6.0031,21.8613,0.9967,0.0000,20.8646,0.0000,20.8646,8.3158,12.5488,0.0000,12.5488,-0.0151,12.5639,0.0000,0.0000,14.0753,-1.5114,5872.1354,5872.1354,5872.1354 -1112.5000,1.0000,15803.8687,76.2260,76.2600,0.0133,0.0000,6,1217.2184,250.9883,594.9169,-80.7715,31.9927,75.8322,-10.2957,0.0286,26.0005,0.0000,26.0005,5.9635,26.0005,1.0796,0.0000,24.9209,0.0000,24.9209,8.3169,16.6040,0.0000,16.6040,0.0251,16.5790,0.0000,0.0000,14.0771,2.5019,6633.9001,6633.9001,6633.9001 -1113.5000,1.0000,15825.0614,76.2835,76.3270,0.0186,0.0000,6,1218.1366,259.3244,609.6276,-80.8259,33.0802,77.7659,-10.3104,0.0400,27.0418,0.0000,27.0418,5.9984,27.0418,1.1011,0.0000,25.9407,0.0000,25.9407,8.3231,17.6176,0.0000,17.6176,0.0350,17.5826,0.0000,0.0000,14.0877,3.4949,6833.4390,6833.4390,6833.4390 -1114.5000,1.0000,15846.2746,76.3575,76.4080,0.0225,0.0000,6,1219.3182,265.0018,613.6115,-80.8960,33.8372,78.3500,-10.3293,0.0484,27.8217,0.0000,27.8217,5.9671,27.8217,1.1175,0.0000,26.7042,0.0000,26.7042,8.3312,18.3730,0.0000,18.3730,0.0424,18.3306,0.0000,0.0000,14.1013,4.2293,6971.9457,6971.9457,6971.9457 -1115.5000,1.0000,15867.5082,76.4310,76.4740,0.0183,0.0000,6,1220.4919,258.7692,616.2910,-80.9656,33.0732,78.7679,-10.3482,0.0395,27.0408,0.0000,27.0408,5.9929,27.0408,1.1027,0.0000,25.9381,0.0000,25.9381,8.3392,17.5988,0.0000,17.5988,0.0345,17.5643,0.0000,0.0000,14.1149,3.4494,6831.4829,6831.4829,6831.4829 -1116.5000,1.0000,15888.7465,76.4480,76.4420,-0.0089,0.0000,6,1220.7634,216.3339,613.1849,-80.9817,27.6557,78.3884,-10.3525,-0.0192,21.7670,0.0000,21.7670,5.9078,21.7670,0.9975,0.0000,20.7696,0.0000,20.7696,8.3411,12.4285,0.0000,12.4285,-0.0168,12.4453,0.0000,0.0000,14.1181,-1.6728,5838.9191,5838.9191,5838.9191 -1117.5000,1.0000,15909.9682,76.3880,76.3540,-0.0244,0.0000,6,1219.8053,192.6989,593.9003,-80.9249,24.6149,75.8635,-10.3372,-0.0526,18.7350,0.0000,18.7350,5.9325,18.7350,0.9361,0.0000,17.7989,0.0000,17.7989,8.3345,9.4644,0.0000,9.4644,-0.0460,9.5104,0.0000,0.0000,14.1070,-4.5966,5267.4599,5267.4599,5267.4599 -1118.5000,1.0000,15931.1239,76.1505,75.9670,-0.1075,0.0000,6,1216.0128,66.2918,581.2859,-80.7000,8.4416,74.0213,-10.2764,-0.2307,2.7406,0.0000,2.7406,5.9318,2.7406,0.7223,0.0000,2.0183,0.0000,2.0183,8.3086,-6.2904,0.0000,-6.2904,-0.2018,-6.0885,0.0000,0.0000,14.0631,-20.1516,2559.7652,2559.7652,2559.7652 -1119.5000,1.0000,15952.1429,75.6585,75.3700,-0.1658,0.0000,6,1208.1562,-20.2736,521.5600,-80.2340,-2.5650,65.9866,-10.1510,-0.3537,-8.1436,0.0000,-8.1436,5.9322,-8.1436,0.8244,0.0000,-8.9679,0.0000,-8.9679,8.2549,-17.2229,0.0000,-17.2229,-0.3093,-16.9135,0.0000,0.0000,13.9723,-30.8858,1088.1467,1088.1467,1088.1467 -1120.5000,1.0000,15972.9840,75.0180,74.6860,-0.1900,0.0000,6,1197.9284,-55.8484,478.8415,-79.6267,-7.0060,60.0691,-9.9889,-0.4018,-12.5401,0.0000,-12.5401,5.9358,-12.5401,0.8595,0.0000,-13.3996,0.0000,-13.3996,8.1851,-21.5846,0.0000,-21.5846,-0.3514,-21.2332,0.0000,0.0000,13.8540,-35.0872,372.1732,372.1732,372.1732 -1121.5000,1.0000,15993.6853,74.5145,74.3630,-0.0897,0.0000,6,1189.8882,93.0289,462.2081,-79.1471,11.5919,57.5934,-9.8621,-0.1884,5.9364,0.0000,5.9364,5.8439,5.9364,0.6678,0.0000,5.2685,0.0000,5.2685,8.1301,-2.8616,0.0000,-2.8616,-0.1648,-2.6967,0.0000,0.0000,13.7610,-16.4577,2945.1187,2945.1187,2945.1187 -1122.5000,1.0000,16014.2843,74.1465,73.9500,-0.1147,0.0000,6,1184.0118,56.0058,528.4057,-78.7966,6.9441,65.5167,-9.7699,-0.2398,1.3425,0.0000,1.3425,5.8414,1.3425,0.7087,0.0000,0.6337,0.0000,0.6337,8.0900,-7.4563,0.0000,-7.4563,-0.2097,-7.2465,0.0000,0.0000,13.6930,-20.9396,2350.3805,2350.3805,2350.3805 -1123.5000,1.0000,16034.7522,73.6745,73.4190,-0.1475,0.0000,6,1176.4746,7.1705,508.7671,-78.3469,0.8834,62.6802,-9.6524,-0.3063,-4.6127,0.0000,-4.6127,5.8024,-4.6127,0.7618,0.0000,-5.3745,0.0000,-5.3745,8.0385,-13.4130,0.0000,-13.4130,-0.2679,-13.1450,0.0000,0.0000,13.6059,-26.7509,1550.8787,1550.8787,1550.8787 -1124.5000,1.0000,16055.0819,73.1770,72.9550,-0.1289,0.0000,6,1168.5303,34.6006,484.3176,-77.8730,4.2340,59.2651,-9.5292,-0.2659,-1.2308,0.0000,-1.2308,5.7307,-1.2308,0.7213,0.0000,-1.9521,0.0000,-1.9521,7.9842,-9.9363,0.0000,-9.9363,-0.2325,-9.7037,0.0000,0.0000,13.5140,-23.2177,1998.6132,1998.6132,1998.6132 -1125.5000,1.0000,16075.2880,72.7320,72.5290,-0.1183,0.0000,6,1161.4243,49.9426,495.3524,-77.4492,6.0742,60.2468,-9.4197,-0.2426,0.6649,0.0000,0.6649,5.6519,0.6649,0.6963,0.0000,-0.0314,0.0000,-0.0314,7.9356,-7.9670,0.0000,-7.9670,-0.2122,-7.7548,0.0000,0.0000,13.4318,-21.1866,2238.8165,2238.8165,2238.8165 -1126.5000,1.0000,16095.3708,72.2880,72.0670,-0.1283,0.0000,6,1154.3343,34.8160,500.4480,-77.0262,4.2086,60.4949,-9.3111,-0.2615,-1.1204,0.0000,-1.1204,5.5905,-1.1204,0.7082,0.0000,-1.8285,0.0000,-1.8285,7.8872,-9.7157,0.0000,-9.7157,-0.2287,-9.4870,0.0000,0.0000,13.3498,-22.8368,1992.7528,1992.7528,1992.7528 -1127.5000,1.0000,16115.3517,71.9210,71.7950,-0.0756,0.0000,6,1148.4738,113.6219,492.8121,-76.6766,13.6651,59.2695,-9.2217,-0.1532,8.2960,0.0000,8.2960,5.5223,8.2960,0.6775,0.0000,7.6184,0.0000,7.6184,7.8471,-0.2287,0.0000,-0.2287,-0.1340,-0.0947,0.0000,0.0000,13.2820,-13.3768,3243.2502,3243.2502,3243.2502 -1128.5000,1.0000,16135.2571,71.6495,71.5240,-0.0753,0.0000,6,1144.1383,113.9837,528.6872,-76.4180,13.6568,63.3441,-9.1559,-0.1520,8.3141,0.0000,8.3141,5.4948,8.3141,0.6749,0.0000,7.6392,0.0000,7.6392,7.8175,-0.1784,0.0000,-0.1784,-0.1330,-0.0454,0.0000,0.0000,13.2319,-13.2773,3246.0945,3246.0945,3246.0945 -1129.5000,1.0000,16155.0769,71.3415,71.1790,-0.0958,0.0000,6,1139.2200,82.7817,527.3056,-76.1246,9.8758,62.9070,-9.0816,-0.1927,4.5985,0.0000,4.5985,5.4700,4.5985,0.6383,0.0000,3.9602,0.0000,3.9602,7.7839,-3.8237,0.0000,-3.8237,-0.1686,-3.6551,0.0000,0.0000,13.1750,-16.8302,2748.3854,2748.3854,2748.3854 -1130.5000,1.0000,16174.7833,70.9330,70.7070,-0.1311,0.0000,6,1132.6969,30.2602,510.3404,-75.7355,3.5893,60.5344,-8.9834,-0.2621,-1.5894,0.0000,-1.5894,5.4409,-1.5894,0.6947,0.0000,-2.2841,0.0000,-2.2841,7.7394,-10.0235,0.0000,-10.0235,-0.2293,-9.7942,0.0000,0.0000,13.0996,-22.8938,1894.6781,1894.6781,1894.6781 -1131.5000,1.0000,16194.3508,70.4330,70.1790,-0.1467,0.0000,6,1124.7126,6.7430,483.0436,-75.2592,0.7942,56.8927,-8.8640,-0.2912,-4.2772,0.0000,-4.2772,5.3625,-4.2772,0.7149,0.0000,-4.9921,0.0000,-4.9921,7.6848,-12.6769,0.0000,-12.6769,-0.2547,-12.4222,0.0000,0.0000,13.0072,-25.4294,1423.3325,1423.3325,1423.3325 -1132.5000,1.0000,16213.7908,69.9740,69.7890,-0.1083,0.0000,6,1117.3830,64.1244,470.6155,-74.8220,7.5033,55.0677,-8.7551,-0.2137,2.3521,0.0000,2.3521,5.3649,2.3521,0.6426,0.0000,1.7096,0.0000,1.7096,7.6347,-5.9251,0.0000,-5.9251,-0.1869,-5.7382,0.0000,0.0000,12.9225,-18.6607,2436.3110,2436.3110,2436.3110 -1133.5000,1.0000,16233.1235,69.5875,69.4060,-0.1064,0.0000,6,1111.2112,66.8702,496.5628,-74.4538,7.7814,57.7829,-8.6639,-0.2087,2.6708,0.0000,2.6708,5.3192,2.6708,0.6343,0.0000,2.0366,0.0000,2.0366,7.5925,-5.5560,0.0000,-5.5560,-0.1825,-5.3735,0.0000,0.0000,12.8511,-18.2245,2476.0914,2476.0914,2476.0914 -1134.5000,1.0000,16252.3447,69.1865,68.9870,-0.1164,0.0000,6,1104.8078,51.9872,496.1155,-74.0719,6.0147,57.3982,-8.5698,-0.2270,0.9508,0.0000,0.9508,5.2908,0.9508,0.6462,0.0000,0.3046,0.0000,0.3046,7.5488,-7.2442,0.0000,-7.2442,-0.1985,-7.0456,0.0000,0.0000,12.7770,-19.8227,2234.3650,2234.3650,2234.3650 -1135.5000,1.0000,16271.4887,68.9085,68.8500,-0.0381,0.0000,6,1100.3685,170.8756,489.2842,-73.8071,19.6901,56.3804,-8.5048,-0.0739,14.4932,0.0000,14.4932,5.2707,14.4932,0.7691,0.0000,13.7241,0.0000,13.7241,7.5185,6.2057,0.0000,6.2057,-0.0647,6.2703,0.0000,0.0000,12.7257,-6.4554,4263.8814,4263.8814,4263.8814 -1136.5000,1.0000,16290.6589,69.0025,69.1750,0.0903,0.0000,6,1101.8696,367.7446,548.8170,-73.8966,42.4331,63.3266,-8.5267,0.1756,36.9799,0.0000,36.9799,5.2777,36.9799,1.2198,0.0000,35.7600,0.0000,35.7600,7.5287,28.2313,0.0000,28.2313,0.1536,28.0777,0.0000,0.0000,12.7431,15.3347,8539.2599,8539.2599,8539.2599 -1137.5000,1.0000,16309.9303,69.3670,69.5790,0.1122,0.0000,6,1107.6901,401.1416,643.5276,-74.2438,46.5312,74.6473,-8.6121,0.2194,41.0385,0.0000,41.0385,5.2733,41.0385,1.3049,0.0000,39.7337,0.0000,39.7337,7.5685,32.1652,0.0000,32.1652,0.1919,31.9733,0.0000,0.0000,12.8104,19.1629,9375.6925,9375.6925,9375.6925 -1138.5000,1.0000,16329.3289,69.8250,70.0910,0.1422,0.0000,6,1115.0037,446.9179,660.7849,-74.6801,52.1834,77.1552,-8.7199,0.2799,46.6257,0.0000,46.6257,5.2778,46.6257,1.4215,0.0000,45.2042,0.0000,45.2042,7.6185,37.5858,0.0000,37.5858,0.2448,37.3409,0.0000,0.0000,12.8950,24.4460,10354.7901,10354.7901,10354.7901 -1139.5000,1.0000,16348.8818,70.3805,70.6900,0.1664,0.0000,6,1123.8742,483.8034,683.7976,-75.2092,56.9397,80.4774,-8.8515,0.3301,51.3140,0.0000,51.3140,5.2957,51.3140,1.5212,0.0000,49.7928,0.0000,49.7928,7.6791,42.1137,0.0000,42.1137,0.2887,41.8250,0.0000,0.0000,12.9975,28.8274,11338.2798,11338.2798,11338.2798 -1140.5000,1.0000,16368.5874,70.9300,71.1900,0.1389,0.0000,6,1132.6490,441.8896,701.8864,-75.7327,52.4128,83.2513,-8.9827,0.2777,46.7680,0.0000,46.7680,5.3672,46.7680,1.4362,0.0000,45.3318,0.0000,45.3318,7.7390,37.5927,0.0000,37.5927,0.2429,37.3499,0.0000,0.0000,13.0990,24.2508,10412.2807,10412.2807,10412.2807 -1141.5000,1.0000,16388.4043,71.3310,71.4920,0.0839,0.0000,6,1139.0524,357.5390,682.8645,-76.1146,42.6477,81.4530,-9.0791,0.1687,37.0805,0.0000,37.0805,5.3985,37.0805,1.2468,0.0000,35.8337,0.0000,35.8337,7.7828,28.0509,0.0000,28.0509,0.1475,27.9034,0.0000,0.0000,13.1731,14.7303,8589.8212,8589.8212,8589.8212 -1142.5000,1.0000,16408.3236,71.6995,71.9270,0.1208,0.0000,6,1144.9368,414.1758,645.3285,-76.4656,49.6586,77.3733,-9.1680,0.2442,43.9939,0.0000,43.9939,5.4205,43.9939,1.3891,0.0000,42.6048,0.0000,42.6048,7.8230,34.7818,0.0000,34.7818,0.2136,34.5682,0.0000,0.0000,13.2411,21.3271,9926.3978,9926.3978,9926.3978 -1143.5000,1.0000,16428.3319,72.0200,72.1330,0.0572,0.0000,6,1150.0547,332.6215,671.5138,-76.7709,40.0588,80.8727,-9.2458,0.1162,32.5688,0.0000,32.5688,7.3738,32.5688,1.1641,0.0000,31.4048,0.0000,31.4048,7.8580,23.5468,0.0000,23.5468,0.1016,23.4452,0.0000,0.0000,13.3003,10.1449,8083.4003,8083.4003,8083.4003 -1144.5000,1.0000,16448.4204,72.3085,72.5040,0.1031,0.0000,6,1154.6616,403.1915,635.4304,-77.0458,48.7522,76.8336,-9.3161,0.2100,41.1086,0.0000,41.1086,7.4336,41.1086,1.3380,0.0000,39.7706,0.0000,39.7706,7.8894,31.8811,0.0000,31.8811,0.1837,31.6974,0.0000,0.0000,13.3536,18.3438,9786.8930,9786.8930,9786.8930 -1145.5000,1.0000,16468.5896,72.5990,72.7140,0.0583,0.0000,6,1159.3005,334.2125,668.0586,-77.3225,40.5739,81.1034,-9.3871,0.1194,33.0376,0.0000,33.0376,7.4170,33.0376,1.1798,0.0000,31.8578,0.0000,31.8578,7.9211,23.9367,0.0000,23.9367,0.1044,23.8323,0.0000,0.0000,13.4072,10.4250,8194.2758,8194.2758,8194.2758 -1146.5000,1.0000,16488.8226,72.8290,72.9640,0.0694,0.0000,6,1162.9732,351.0555,637.2560,-77.5416,42.7537,77.6090,-9.4435,0.1426,35.1962,0.0000,35.1962,7.4150,35.1962,1.2255,0.0000,33.9707,0.0000,33.9707,7.9462,26.0245,0.0000,26.0245,0.1247,25.8998,0.0000,0.0000,13.4497,12.4501,8624.3045,8624.3045,8624.3045 -1147.5000,1.0000,16509.1210,73.0640,73.1840,0.0611,0.0000,6,1166.7258,338.4399,645.5413,-77.7654,41.3503,78.8717,-9.5013,0.1259,33.7659,0.0000,33.7659,7.4585,33.7659,1.1995,0.0000,32.5665,0.0000,32.5665,7.9719,24.5946,0.0000,24.5946,0.1101,24.4845,0.0000,0.0000,13.4931,10.9914,8353.5547,8353.5547,8353.5547 -1148.5000,1.0000,16529.4487,73.1700,73.1760,-0.0022,0.0000,6,1168.4185,240.8011,639.2432,-77.8664,29.4636,78.2156,-9.5275,-0.0046,22.0583,0.0000,22.0583,7.4098,22.0583,0.9665,0.0000,21.0918,0.0000,21.0918,7.9834,13.1084,0.0000,13.1084,-0.0040,13.1124,0.0000,0.0000,13.5127,-0.4003,6120.4946,6120.4946,6120.4946 -1149.5000,1.0000,16549.7687,73.1420,73.1280,-0.0133,0.0000,6,1167.9714,223.5840,594.2128,-77.8397,27.3465,72.6780,-9.5205,-0.0275,19.9879,0.0000,19.9879,7.3860,19.9879,0.9248,0.0000,19.0632,0.0000,19.0632,7.9804,11.0828,0.0000,11.0828,-0.0240,11.1068,0.0000,0.0000,13.5075,-2.4007,5714.5207,5714.5207,5714.5207 -1150.5000,1.0000,16570.0240,72.9090,72.7100,-0.1161,0.0000,6,1164.2507,67.9556,583.8902,-77.6178,8.2852,71.1879,-9.4632,-0.2386,1.0660,0.0000,1.0660,7.4577,1.0660,0.6947,0.0000,0.3714,0.0000,0.3714,7.9549,-7.5836,0.0000,-7.5836,-0.2087,-7.3749,0.0000,0.0000,13.4645,-20.8393,2528.1562,2528.1562,2528.1562 -1151.5000,1.0000,16590.0590,72.1160,71.5420,-0.3244,0.0000,6,1151.5877,-76.8624,504.5693,-76.8624,-9.2691,60.8480,-9.2691,-0.6595,-15.9720,0.0000,-15.9720,7.3624,-15.9720,0.8544,0.0000,-16.8263,0.0000,-16.8263,7.8684,-24.6948,20.1612,-44.8560,-0.5769,-44.2791,0.0000,0.0000,13.3180,-57.5972,0.0000,0.0000,0.0000 -1152.5000,1.0000,16609.8207,71.1320,70.7420,-0.2222,0.0000,6,1135.8746,-75.9251,433.3688,-75.9251,-9.0312,51.5486,-9.0312,-0.4456,-13.9787,0.0000,-13.9787,5.3931,-13.9787,0.8212,0.0000,-14.8000,0.0000,-14.8000,7.7611,-22.5610,3.6042,-26.1652,-0.3897,-25.7755,0.0000,0.0000,13.1363,-38.9118,0.0000,0.0000,0.0000 -1153.5000,1.0000,16629.3542,70.3105,69.8990,-0.2342,0.0000,6,1122.7565,-75.1406,429.8410,-75.1425,-8.8346,50.5385,-8.8349,-0.4641,-13.6913,0.0000,-13.6913,5.3207,-13.6913,0.8074,0.0000,-14.4988,0.0000,-14.4988,7.6714,-22.1702,5.7809,-27.9511,-0.4059,-27.5452,0.0000,0.0000,12.9846,-40.5298,0.0000,0.0000,0.0000 -1154.5000,1.0000,16648.6704,69.5285,69.1780,-0.2003,0.0000,6,1110.2690,-73.0324,427.3370,-74.3976,-8.4913,49.6852,-8.6500,-0.3925,-13.4015,0.0000,-13.4015,5.3028,-13.4015,0.7942,0.0000,-14.1958,0.0000,-14.1958,7.5861,-21.7819,0.0000,-21.7819,-0.3433,-21.4385,0.0000,0.0000,12.8402,-34.2787,0.0000,0.0000,0.0000 -1155.5000,1.0000,16667.7344,68.6205,68.0830,-0.3042,0.0000,6,1095.7696,-73.4822,421.8178,-73.4822,-8.4320,48.4031,-8.4320,-0.5883,-13.1151,0.0000,-13.1151,5.2714,-13.1151,0.7794,0.0000,-13.8945,0.0000,-13.8945,7.4870,-21.3816,17.8406,-39.2222,-0.5146,-38.7076,0.0000,0.0000,12.6725,-51.3801,0.0000,0.0000,0.0000 -1156.5000,1.0000,16686.4240,67.2725,66.4820,-0.4447,0.0000,6,1074.2440,-71.9414,412.0257,-71.9414,-8.0930,46.3507,-8.0930,-0.8433,-12.4187,0.0000,-12.4187,5.1689,-12.4187,0.7549,0.0000,-13.1736,0.0000,-13.1736,7.3400,-20.5136,38.9141,-59.4277,-0.7376,-58.6901,2.5334,0.0000,12.4236,-73.6471,0.0000,0.0000,0.0000 -1157.5000,1.0000,16704.5782,65.3450,64.2280,-0.6261,0.0000,6,1043.4646,-69.7381,399.8067,-69.7381,-7.6204,43.6874,-7.6204,-1.1532,-11.6533,0.0000,-11.6533,5.1858,-11.6533,0.7226,0.0000,-12.3759,0.0000,-12.3759,7.1297,-19.5055,52.5002,-72.0058,-1.0087,-70.9971,17.6508,0.0000,12.0669,-100.7147,0.0000,0.0000,0.0000 -1158.5000,1.0000,16721.9990,62.7050,61.2020,-0.8406,0.0000,6,1001.3077,-66.7204,379.4925,-66.7204,-6.9961,39.7923,-6.9961,-1.4857,-10.6350,0.0000,-10.6350,5.1245,-10.6350,0.6791,0.0000,-11.3141,0.0000,-11.3141,6.8416,-18.1557,64.2841,-82.4398,-1.2995,-81.1404,37.0302,0.0000,11.5766,-129.7472,0.0000,0.0000,0.0000 -1159.5000,1.0000,16738.4374,59.1680,57.1540,-1.1244,0.0000,6,944.8269,-69.7805,372.5853,-69.7830,-6.9042,36.8644,-6.9045,-1.8753,-9.8429,0.0000,-9.8429,4.8140,-9.8429,0.6278,0.0000,-10.4708,0.0000,-10.4708,6.4557,-16.9265,86.4120,-103.3384,-1.6403,-101.6981,51.1595,0.0000,10.9199,-163.7775,0.0000,0.0000,0.0000 -1160.5000,1.0000,16753.8429,55.4500,53.7660,-0.9411,0.0000,6,885.4559,-73.3873,397.5677,-73.3873,-6.8048,36.8644,-6.8048,-1.4709,-9.9452,0.0000,-9.9452,4.6114,-9.9452,0.5847,0.0000,-10.5299,0.0000,-10.5299,6.0500,-16.5800,50.5425,-67.1225,-1.2866,-65.8359,52.3929,0.0000,10.2324,-128.4611,0.0000,0.0000,0.0000 -1161.5000,1.0000,16768.2778,51.9555,50.1650,-1.0003,0.0000,6,829.6538,-77.3775,424.3079,-77.3775,-6.7226,36.8644,-6.7226,-1.4649,-9.7343,0.0000,-9.7343,4.4765,-9.7343,0.5424,0.0000,-10.2767,0.0000,-10.2767,5.6688,-15.9455,56.3164,-72.2619,-1.2813,-70.9806,47.3640,0.0000,9.5881,-127.9326,0.0000,0.0000,0.0000 -1162.5000,1.0000,16781.8175,48.7330,47.3210,-0.7900,0.0000,6,778.1952,-81.8367,452.3655,-81.8367,-6.6691,36.8644,-6.6691,-1.0852,-9.8552,0.0000,-9.8552,4.2713,-9.8552,0.5077,0.0000,-10.3629,0.0000,-10.3629,5.3172,-15.6801,26.0815,-41.7616,-0.9492,-40.8124,44.9663,0.0000,8.9932,-94.7719,0.0000,0.0000,0.0000 -1163.5000,1.0000,16794.4747,45.5560,43.8110,-0.9750,0.0000,6,727.4631,-87.2782,483.9127,-87.2782,-6.6488,36.8644,-6.6488,-1.2520,-8.6884,0.0000,-8.6884,3.2916,-8.6884,0.4617,0.0000,-9.1502,0.0000,-9.1502,4.9705,-14.1207,43.1635,-57.2842,-1.0951,-56.1891,44.7449,0.0000,8.4061,-109.3401,0.0000,0.0000,0.0000 -1164.5000,1.0000,16806.1858,42.1500,40.5090,-0.9172,0.0000,0,649.7191,40.0989,541.8166,-95.6169,2.7283,36.8644,-6.5056,-1.9838,0.0000,0.0000,0.0000,4.7121,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.5989,-4.5989,38.9692,-43.5681,-0.9532,-42.6150,44.7788,0.0000,7.7765,-95.1703,1210.5229,1210.5229,1210.5229 -1165.5000,1.0000,16816.8115,38.2425,35.9960,-1.2536,0.0000,5,694.6731,-90.7952,506.7543,-90.7952,-6.6050,36.8644,-6.6050,4.0388,-15.1708,0.0000,-15.1708,4.5271,-18.3193,0.4114,0.0000,-18.7307,0.0000,-18.7307,4.1726,-22.9033,45.2805,-68.1838,-1.1820,-67.0018,43.9591,0.0000,7.0544,-118.0153,0.0000,0.0000,0.0000 -1166.5000,1.0000,16826.1842,33.7315,31.4870,-1.2525,0.0000,5,739.8942,-85.9448,475.7824,-85.9448,-6.6591,36.8644,-6.6591,-2.2470,-8.6265,0.0000,-8.6265,4.2143,-8.6265,0.3175,0.0000,-8.9440,0.0000,-8.9440,3.6804,-12.6244,43.5877,-56.2120,-1.0416,-55.1704,42.6110,0.0000,6.2208,-104.0022,0.0000,0.0000,0.0000 -1167.5000,1.0000,16834.2397,28.9900,26.5130,-1.3817,0.0000,0,645.2211,30.0807,545.5938,-96.0994,2.0325,36.8644,-6.4932,-1.7918,0.0000,0.0000,0.0000,3.8243,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1630,-3.1630,48.3871,-51.5502,-0.9875,-50.5626,42.6945,0.0000,5.3438,-98.6009,1107.0035,1107.0035,1107.0035 -1168.5000,1.0000,16840.8628,23.8330,21.1730,-1.4833,0.0000,4,643.5128,-96.2826,547.0422,-96.2826,-6.4883,36.8644,-6.4883,1.7196,-11.4374,0.0000,-11.4374,3.2295,-13.7514,0.5596,0.0000,-14.3109,0.0000,-14.3109,2.6004,-16.9113,25.5804,-42.4917,-0.8716,-41.6201,41.0153,0.0000,4.3902,-87.0255,0.0000,0.0000,0.0000 -1169.5000,1.0000,16845.9311,18.2360,15.3190,-1.6261,0.0000,0,643.5128,19.6807,547.0422,-96.2826,1.3263,36.8644,-6.4883,-1.7196,0.0000,0.0000,0.0000,3.0458,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.9897,-1.9897,32.0910,-34.0807,-0.7311,-33.3495,36.2919,0.0000,3.3563,-72.9977,1002.2642,1002.2642,1002.2642 -1170.5000,1.0000,16849.6180,13.2630,11.2270,-1.1367,0.0000,2,768.2195,100.2992,506.0611,-82.9067,8.0688,40.7115,-6.6697,7.9361,-2.9376,0.0000,-2.9376,3.0704,-4.2341,0.7001,0.0000,-4.9341,0.0000,-4.9341,1.4471,-6.3812,0.0000,-6.3812,-0.3717,-6.0095,28.6621,0.0000,2.4395,-37.1111,2256.1080,2256.1080,2256.1080 -1171.5000,1.0000,16852.2671,9.5265,7.8460,-0.9392,0.0000,2,795.3095,-39.1729,442.6310,-80.0010,-3.2625,36.8644,-6.6629,-6.8929,0.5947,0.0000,0.5947,3.0356,0.5947,0.4150,0.0000,0.1797,0.0000,0.1797,1.0394,-0.8597,0.0000,-0.8597,-0.2206,-0.6391,19.6324,0.0000,1.7529,-22.0245,269.6101,269.6101,269.6101 -1172.5000,1.0000,16854.0758,6.5014,5.1769,-0.7414,0.0000,0,627.0900,31.1807,561.3686,-98.0441,2.0476,36.8644,-6.4384,-1.0432,0.0000,0.0000,0.0000,3.0908,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.7094,-0.7094,0.0000,-0.7094,-0.1188,-0.5905,10.0773,0.0000,1.1982,-11.8660,1101.2353,1101.2353,1101.2353 -1173.5000,1.0000,16855.3222,4.4769,3.7970,-0.3833,0.0000,1,622.2222,68.6283,565.7603,-98.5662,4.4717,36.8644,-6.4225,0.8491,0.6083,-0.0465,0.6548,3.0143,0.7448,0.3218,0.0000,0.4229,0.0000,0.4229,0.4885,-0.0655,0.0000,-0.0655,-0.0423,-0.0232,3.3747,0.0000,0.8264,-4.2243,1468.2367,1468.2367,1468.2367 -1174.5000,1.0000,16856.1773,3.0685,2.3600,-0.3992,0.0000,1,644.4444,30.0141,546.2513,-96.1827,2.0255,36.8644,-6.4910,0.0000,-0.9536,0.2915,-1.2451,2.9791,-1.2451,0.2188,0.0000,-1.4639,0.0000,-1.4639,0.3348,-1.7987,0.0000,-1.7987,-0.0302,-1.7685,0.6800,0.0000,0.5667,-3.0152,1105.6288,1105.6288,1105.6288 -1175.5000,1.0000,16856.5988,1.5075,0.6750,-0.4681,0.0000,1,644.4444,36.4623,546.2513,-96.1827,2.4607,36.8644,-6.4910,0.0000,-0.5331,0.6754,-1.2085,2.9938,-1.2085,0.1029,0.0000,-1.3115,0.0000,-1.3115,0.1645,-1.4759,0.0000,-1.4759,-0.0174,-1.4585,0.0000,0.0000,0.2784,-1.7369,1169.5949,1169.5949,1169.5949 -1176.5000,1.0000,16856.6966,0.3420,0.0290,-0.1794,0.0000,1,644.4444,43.8740,546.2513,-96.1827,2.9609,36.8644,-6.4910,0.0000,-0.0018,0.0311,-0.0330,2.9627,-0.0330,0.0192,0.0000,-0.0521,0.0000,-0.0521,0.0373,-0.0894,0.0000,-0.0894,-0.0015,-0.0879,0.0000,0.0000,0.0632,-0.1511,1243.1192,1243.1192,1243.1192 -1177.5000,1.0000,16856.7022,0.0095,0.0110,-0.0050,0.0000,1,644.4444,44.1211,546.2513,-96.1827,2.9776,36.8644,-6.4910,0.0000,0.0000,-0.0032,0.0032,2.9776,0.0032,0.0005,0.0000,0.0027,0.0000,0.0027,0.0010,0.0016,0.0000,0.0016,0.0000,0.0016,0.0000,0.0000,0.0018,-0.0001,1245.5707,1245.5707,1245.5707 -1178.5000,1.0000,16856.7055,0.0000,0.0130,0.0006,0.0000,1,644.4444,44.1701,546.2513,-96.1827,2.9809,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9809,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1246.0560,1246.0560,1246.0560 -1179.5000,1.0000,16856.7091,0.0000,0.0130,0.0000,0.0000,0,644.4444,45.0404,546.2513,-96.1827,3.0396,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.6897,1254.6897,1254.6897 -1180.5000,1.0000,16856.7127,0.0000,0.0130,0.0000,0.0000,0,622.2222,31.3632,565.7603,-98.5662,2.0436,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1098.5676,1098.5676,1098.5676 -1181.5000,1.0000,16856.7163,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8359,586.7144,-100.9497,2.8800,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8800,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.6923,1221.6923,1221.6923 -1182.5000,1.0000,16856.7200,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6858,586.7144,-100.9497,2.8705,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8705,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.2028,1220.2028,1220.2028 -1183.5000,1.0000,16856.7236,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6177,586.7144,-100.9497,2.8662,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8662,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.5278,1219.5278,1219.5278 -1184.5000,1.0000,16856.7272,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.5574,586.7144,-100.9497,2.8625,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8625,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.9292,1218.9292,1218.9292 -1185.5000,1.0000,16856.7308,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.9997,586.7144,-100.9497,2.8902,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8902,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.3166,1223.3166,1223.3166 -1186.5000,1.0000,16856.7344,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0213,586.7144,-100.9497,2.8916,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8916,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.5312,1223.5312,1223.5312 -1187.5000,1.0000,16856.7380,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6322,586.7144,-100.9497,2.8672,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8672,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.6717,1219.6717,1219.6717 -1188.5000,1.0000,16856.7416,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8742,586.7144,-100.9497,2.8824,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.0723,1222.0723,1222.0723 -1189.5000,1.0000,16856.7452,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.3978,586.7144,-100.9497,3.9834,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9834,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1395.9066,1395.9066,1395.9066 -1190.5000,1.0000,16856.7488,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.8729,586.7144,-100.9497,4.0133,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0133,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1400.6196,1400.6196,1400.6196 -1191.5000,1.0000,16856.7525,0.0000,0.0130,0.0000,0.0000,0,600.0000,62.5518,586.7144,-100.9497,3.9302,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9302,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1387.5138,1387.5138,1387.5138 -1192.5000,1.0000,16856.7561,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.2742,586.7144,-100.9497,3.9756,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.6797,1394.6797,1394.6797 -1193.5000,1.0000,16856.7597,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.1789,586.7144,-100.9497,3.9696,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9696,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1393.7346,1393.7346,1393.7346 -1194.5000,1.0000,16856.7633,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.0385,586.7144,-100.9497,3.9608,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9608,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1392.3415,1392.3415,1392.3415 -1195.5000,1.0000,16856.7669,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.5265,586.7144,-100.9497,3.9915,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9915,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1397.1826,1397.1826,1397.1826 -1196.5000,1.0000,16856.7705,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.5029,586.7144,-100.9497,3.9900,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9900,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1396.9486,1396.9486,1396.9486 -1197.5000,1.0000,16856.7741,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.1287,586.7144,-100.9497,3.9665,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9665,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1393.2367,1393.2367,1393.2367 -1198.5000,1.0000,16856.7777,0.0000,0.0130,0.0000,0.0000,0,600.0000,62.5060,586.7144,-100.9497,3.9274,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9274,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1387.0597,1387.0597,1387.0597 -1199.5000,1.0000,16856.7813,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.2066,586.7144,-100.9497,3.9714,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9714,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.0096,1394.0096,1394.0096 -1200.5000,1.0000,16856.7850,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.9904,586.7144,-100.9497,4.0206,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0206,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1401.7852,1401.7852,1401.7852 -1201.5000,1.0000,16856.7886,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.5961,586.7144,-100.9497,3.9959,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9959,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1397.8736,1397.8736,1397.8736 -1202.5000,1.0000,16856.7922,0.0000,0.0130,0.0000,0.0000,0,600.0000,64.1452,586.7144,-100.9497,4.0304,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0304,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1403.3202,1403.3202,1403.3202 -1203.5000,1.0000,16856.7958,0.0000,0.0130,0.0000,0.0000,0,600.0000,64.1787,586.7144,-100.9497,4.0325,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0325,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1403.6524,1403.6524,1403.6524 -1204.5000,1.0000,16856.7994,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.2319,586.7144,-100.9497,3.9730,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9730,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.2609,1394.2609,1394.2609 -1205.5000,1.0000,16856.8030,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.4663,586.7144,-100.9497,3.9877,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1396.5856,1396.5856,1396.5856 -1206.5000,1.0000,16856.8066,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.9933,586.7144,-100.9497,4.0208,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0208,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1401.8138,1401.8138,1401.8138 -1207.5000,1.0000,16856.8102,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.3775,586.7144,-100.9497,3.9821,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9821,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1395.7045,1395.7045,1395.7045 -1208.5000,1.0000,16856.8138,0.0000,0.0130,0.0000,0.0000,0,600.0000,64.0662,586.7144,-100.9497,4.0254,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0254,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1402.5372,1402.5372,1402.5372 -1209.5000,1.0000,16856.8175,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.4022,586.7144,-100.9497,2.8527,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8527,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.3894,1217.3894,1217.3894 -1210.5000,1.0000,16856.8211,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6491,586.7144,-100.9497,2.8682,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.8392,1219.8392,1219.8392 -1211.5000,1.0000,16856.8247,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.2370,586.7144,-100.9497,2.8423,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8423,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.7507,1215.7507,1215.7507 -1212.5000,1.0000,16856.8283,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0714,586.7144,-100.9497,2.8948,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8948,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.0287,1224.0287,1224.0287 -1213.5000,1.0000,16856.8319,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.9272,586.7144,-100.9497,2.8857,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.5974,1222.5974,1222.5974 -1214.5000,1.0000,16856.8355,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.3608,586.7144,-100.9497,2.9129,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9129,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.8996,1226.8996,1226.8996 -1215.5000,1.0000,16856.8391,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.9273,586.7144,-100.9497,2.8857,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.5993,1222.5993,1222.5993 -1216.5000,1.0000,16856.8427,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.3997,586.7144,-100.9497,2.8525,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8525,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.3646,1217.3646,1217.3646 -1217.5000,1.0000,16856.8463,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.3518,586.7144,-100.9497,2.8495,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8495,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1216.8897,1216.8897,1216.8897 -1218.5000,1.0000,16856.8500,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.2147,586.7144,-100.9497,2.8409,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8409,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.5297,1215.5297,1215.5297 -1219.5000,1.0000,16856.8536,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.5540,586.7144,-100.9497,2.8622,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8622,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.8952,1218.8952,1218.8952 -1220.5000,1.0000,16856.8572,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8144,586.7144,-100.9497,2.8786,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.4793,1221.4793,1221.4793 -1221.5000,1.0000,16856.8608,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6599,586.7144,-100.9497,2.8689,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8689,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.9461,1219.9461,1219.9461 -1222.5000,1.0000,16856.8644,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8166,586.7144,-100.9497,2.8787,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8787,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.5011,1221.5011,1221.5011 -1223.5000,1.0000,16856.8680,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.4386,586.7144,-100.9497,2.8550,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8550,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.7506,1217.7506,1217.7506 -1224.5000,1.0000,16856.8716,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.1047,586.7144,-100.9497,2.8340,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8340,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1214.4390,1214.4390,1214.4390 -1225.5000,1.0000,16856.8752,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.2324,586.7144,-100.9497,2.8420,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.7051,1215.7051,1215.7051 -1226.5000,1.0000,16856.8788,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6276,586.7144,-100.9497,2.8669,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8669,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.6258,1219.6258,1219.6258 -1227.5000,1.0000,16856.8825,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8518,586.7144,-100.9497,2.8810,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8810,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.8503,1221.8503,1221.8503 -1228.5000,1.0000,16856.8861,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.3876,586.7144,-100.9497,2.8518,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8518,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.2452,1217.2452,1217.2452 -1229.5000,1.0000,16856.8897,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.0937,586.7144,-100.9497,2.8333,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8333,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1214.3292,1214.3292,1214.3292 -1230.5000,1.0000,16856.8933,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.9253,586.7144,-100.9497,2.8856,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8856,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.5785,1222.5785,1222.5785 -1231.5000,1.0000,16856.8969,0.0000,0.0130,0.0000,0.0000,0,600.0000,44.8533,586.7144,-100.9497,2.8182,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8182,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1211.9451,1211.9451,1211.9451 -1232.5000,1.0000,16856.9005,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.7662,586.7144,-100.9497,2.8756,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.0006,1221.0006,1221.0006 -1233.5000,1.0000,16856.9041,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.5443,586.7144,-100.9497,2.8616,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8616,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.7993,1218.7993,1218.7993 -1234.5000,1.0000,16856.9077,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.5974,586.7144,-100.9497,2.8650,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.3265,1219.3265,1219.3265 -1235.5000,1.0000,16856.9113,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.1204,586.7144,-100.9497,2.8350,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8350,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1214.5947,1214.5947,1214.5947 -1236.5000,1.0000,16856.9150,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.0254,586.7144,-100.9497,2.8290,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8290,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1213.6520,1213.6520,1213.6520 -1237.5000,1.0000,16856.9186,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.3739,586.7144,-100.9497,2.8509,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8509,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.1091,1217.1091,1217.1091 -1238.5000,1.0000,16856.9222,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.2911,586.7144,-100.9497,2.9086,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9086,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.2078,1226.2078,1226.2078 -1239.5000,1.0000,16856.9258,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.2663,586.7144,-100.9497,2.9070,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9070,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.9621,1225.9621,1225.9621 -1240.5000,1.0000,16856.9300,0.0020,0.0170,0.0011,0.0000,1,600.0000,45.6934,586.7144,-100.9497,2.8710,36.8644,-6.3429,0.0000,0.0000,-0.0007,0.0007,2.8710,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1220.2784,1220.2784,1220.2784 -1241.5000,1.0000,16856.9341,0.0020,0.0130,-0.0011,0.0000,0,622.2222,56.8856,565.7603,-98.5662,3.7066,36.8644,-6.4225,0.8491,0.0000,-0.0007,0.0007,2.8575,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1351.7501,1351.7501,1351.7501 -1242.5000,1.0000,16856.9377,0.0000,0.0130,0.0000,0.0000,0,622.2222,31.0859,565.7603,-98.5662,2.0255,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,2.8747,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1095.8170,1095.8170,1095.8170 -1243.5000,1.0000,16856.9413,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0880,586.7144,-100.9497,2.8958,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8958,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.1933,1224.1933,1224.1933 -1244.5000,1.0000,16856.9450,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0363,586.7144,-100.9497,2.8925,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.6805,1223.6805,1223.6805 -1245.5000,1.0000,16856.9486,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0735,586.7144,-100.9497,2.8949,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8949,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.0494,1224.0494,1224.0494 -1246.5000,1.0000,16856.9522,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.5672,586.7144,-100.9497,2.8631,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8631,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.0270,1219.0270,1219.0270 -1247.5000,1.0000,16856.9558,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8744,586.7144,-100.9497,2.8824,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.0740,1222.0740,1222.0740 -1248.5000,1.0000,16856.9594,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6986,586.7144,-100.9497,2.8713,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8713,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.3303,1220.3303,1220.3303 -1249.5000,1.0000,16856.9630,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6117,586.7144,-100.9497,2.8659,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8659,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.4677,1219.4677,1219.4677 -1250.5000,1.0000,16856.9666,0.0000,0.0130,0.0000,0.0000,0,600.0000,44.2545,586.7144,-100.9497,2.7806,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.7806,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1206.0051,1206.0051,1206.0051 -1251.5000,1.0000,16856.9702,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.7924,586.7144,-100.9497,2.8772,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8772,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.2603,1221.2603,1221.2603 -1252.5000,1.0000,16856.9738,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.4327,586.7144,-100.9497,2.9175,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9175,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.6127,1227.6127,1227.6127 -1253.5000,1.0000,16856.9775,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.2484,586.7144,-100.9497,2.9059,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9059,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.7838,1225.7838,1225.7838 -1254.5000,1.0000,16856.9811,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0387,586.7144,-100.9497,2.8927,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.7035,1223.7035,1223.7035 -1255.5000,1.0000,16856.9847,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.9584,586.7144,-100.9497,2.8877,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.9078,1222.9078,1222.9078 -1256.5000,1.0000,16856.9883,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8146,586.7144,-100.9497,2.8786,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.4806,1221.4806,1221.4806 -1257.5000,1.0000,16856.9919,0.0000,0.0130,0.0000,0.0000,0,600.0000,47.0048,586.7144,-100.9497,2.9534,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9534,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.2877,1233.2877,1233.2877 -1258.5000,1.0000,16856.9955,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.1098,586.7144,-100.9497,2.8972,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8972,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.4089,1224.4089,1224.4089 -1259.5000,1.0000,16856.9991,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.4923,586.7144,-100.9497,2.9212,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9212,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.2037,1228.2037,1228.2037 -1260.5000,1.0000,16857.0027,0.0000,0.0130,0.0000,0.0000,0,600.0000,49.5925,586.7144,-100.9497,3.1160,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1160,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1258.9575,1258.9575,1258.9575 -1261.5000,1.0000,16857.0063,0.0000,0.0130,0.0000,0.0000,0,600.0000,49.0896,586.7144,-100.9497,3.0844,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0844,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1253.9686,1253.9686,1253.9686 -1262.5000,1.0000,16857.0108,0.0030,0.0190,0.0017,0.0000,1,600.0000,48.3349,586.7144,-100.9497,3.0370,36.8644,-6.3429,0.0000,0.0000,-0.0010,0.0010,3.0370,0.0010,0.0002,0.0000,0.0009,0.0000,0.0009,0.0003,0.0006,0.0000,0.0006,0.0000,0.0006,0.0000,0.0000,0.0006,0.0000,1246.4821,1246.4821,1246.4821 -1263.5000,1.0000,16857.0155,0.0030,0.0150,-0.0011,0.0000,1,622.2222,59.7253,565.7603,-98.5662,3.8916,36.8644,-6.4225,0.8491,0.0000,-0.0010,0.0010,3.0425,0.0010,0.0002,0.0000,0.0009,0.0000,0.0009,0.0003,0.0005,0.0000,0.0005,0.0000,0.0005,0.0000,0.0000,0.0006,0.0000,1379.9192,1379.9192,1379.9192 -1264.5000,1.0000,16857.0197,0.0000,0.0150,0.0000,0.0000,0,644.4444,45.5453,546.2513,-96.1827,3.0737,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0737,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1259.6983,1259.6983,1259.6983 -1265.5000,1.0000,16857.0238,0.0000,0.0150,0.0000,0.0000,0,622.2222,34.5153,565.7603,-98.5662,2.2490,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.0981,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1129.8362,1129.8362,1129.8362 -1266.5000,1.0000,16857.0280,0.0000,0.0150,0.0000,0.0000,0,600.0000,49.3863,586.7144,-100.9497,3.1030,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1030,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.9125,1256.9125,1256.9125 -1267.5000,1.0000,16857.0322,0.0000,0.0150,0.0000,0.0000,0,600.0000,49.1694,586.7144,-100.9497,3.0894,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0894,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.7603,1254.7603,1254.7603 -1268.5000,1.0000,16857.0366,0.0000,0.0170,0.0006,0.0000,1,600.0000,48.6955,586.7144,-100.9497,3.0596,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0596,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1250.0590,1250.0590,1250.0590 -1269.5000,1.0000,16857.0413,0.0000,0.0170,0.0000,0.0000,0,622.2222,59.5144,565.7603,-98.5662,3.8779,36.8644,-6.4225,0.8491,0.0000,0.0000,0.0000,3.0288,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1377.8268,1377.8268,1377.8268 -1270.5000,1.0000,16857.0461,0.0000,0.0170,0.0000,0.0000,0,622.2222,34.2728,565.7603,-98.5662,2.2332,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.0823,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1127.4302,1127.4302,1127.4302 -1271.5000,1.0000,16857.0511,0.0000,0.0190,0.0006,0.0000,1,600.0000,49.5517,586.7144,-100.9497,3.1134,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1134,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1258.5533,1258.5533,1258.5533 -1272.5000,1.0000,16857.0563,0.0000,0.0190,0.0000,0.0000,0,622.2222,59.9189,565.7603,-98.5662,3.9043,36.8644,-6.4225,0.8491,0.0000,0.0000,0.0000,3.0551,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1381.8401,1381.8401,1381.8401 -1273.5000,1.0000,16857.0616,0.0000,0.0190,0.0000,0.0000,0,622.2222,33.0785,565.7603,-98.5662,2.1554,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.0045,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1115.5835,1115.5835,1115.5835 -1274.5000,1.0000,16857.0669,0.0000,0.0190,0.0000,0.0000,0,600.0000,50.0381,586.7144,-100.9497,3.1440,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1440,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.3777,1263.3777,1263.3777 -1275.5000,1.0000,16857.0722,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.5796,586.7144,-100.9497,3.1152,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1152,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1258.8301,1258.8301,1258.8301 -1276.5000,1.0000,16857.0775,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.3504,586.7144,-100.9497,3.0379,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0379,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1246.6357,1246.6357,1246.6357 -1277.5000,1.0000,16857.0827,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.6210,586.7144,-100.9497,3.0549,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0549,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.3205,1249.3205,1249.3205 -1278.5000,1.0000,16857.0880,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.4870,586.7144,-100.9497,3.0465,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0465,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1247.9910,1247.9910,1247.9910 -1279.5000,1.0000,16857.0933,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.2457,586.7144,-100.9497,3.0942,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0942,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1255.5171,1255.5171,1255.5171 -1280.5000,1.0000,16857.0986,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.3994,586.7144,-100.9497,3.1039,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1039,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1257.0424,1257.0424,1257.0424 -1281.5000,1.0000,16857.1038,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.9664,586.7144,-100.9497,3.1395,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1395,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1262.6669,1262.6669,1262.6669 -1282.5000,1.0000,16857.1091,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.4622,586.7144,-100.9497,3.0450,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0450,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1247.7455,1247.7455,1247.7455 -1283.5000,1.0000,16857.1144,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.9716,586.7144,-100.9497,3.0770,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0770,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1252.7986,1252.7986,1252.7986 -1284.5000,1.0000,16857.1197,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.3776,586.7144,-100.9497,3.1025,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1025,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.8253,1256.8253,1256.8253 -1285.5000,1.0000,16857.1250,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.1617,586.7144,-100.9497,3.0889,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0889,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.6839,1254.6839,1254.6839 -1286.5000,1.0000,16857.1302,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.2280,586.7144,-100.9497,3.0303,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0303,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1245.4216,1245.4216,1245.4216 -1287.5000,1.0000,16857.1355,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.3542,586.7144,-100.9497,3.0382,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0382,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1246.6732,1246.6732,1246.6732 -1288.5000,1.0000,16857.1408,0.0000,0.0190,0.0000,0.0000,0,600.0000,67.5159,586.7144,-100.9497,4.2421,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2421,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1436.7576,1436.7576,1436.7576 -1289.5000,1.0000,16857.1461,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.3829,586.7144,-100.9497,4.1710,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1425.5182,1425.5182,1425.5182 -1290.5000,1.0000,16857.1513,0.0000,0.0190,0.0000,0.0000,0,600.0000,67.4009,586.7144,-100.9497,4.2349,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2349,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1435.6172,1435.6172,1435.6172 -1291.5000,1.0000,16857.1566,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.3396,586.7144,-100.9497,4.1682,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1425.0883,1425.0883,1425.0883 -1292.5000,1.0000,16857.1619,0.0000,0.0190,0.0000,0.0000,0,600.0000,65.5160,586.7144,-100.9497,4.1165,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1165,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1416.9186,1416.9186,1416.9186 -1293.5000,1.0000,16857.1672,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.1499,586.7144,-100.9497,4.1563,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1563,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1423.2074,1423.2074,1423.2074 -1294.5000,1.0000,16857.1725,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.4929,586.7144,-100.9497,4.1779,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1779,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1426.6091,1426.6091,1426.6091 -1295.5000,1.0000,16857.1777,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.5825,586.7144,-100.9497,4.1835,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1835,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1427.4987,1427.4987,1427.4987 -1296.5000,1.0000,16857.1830,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.7247,586.7144,-100.9497,4.1924,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1924,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1428.9092,1428.9092,1428.9092 -1297.5000,1.0000,16857.1883,0.0000,0.0190,0.0000,0.0000,0,600.0000,67.1029,586.7144,-100.9497,4.2162,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2162,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1432.6609,1432.6609,1432.6609 -1298.5000,1.0000,16857.1936,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.2858,586.7144,-100.9497,4.1649,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1649,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1424.5548,1424.5548,1424.5548 -1299.5000,1.0000,16857.1988,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.8757,586.7144,-100.9497,4.2019,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1430.4070,1430.4070,1430.4070 +time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h],FC-AAUX [g/h],FC-Final [g/h] +1.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,622.2222,71.3835,565.7603,-98.5662,4.6513,36.8644,-6.4225,0.8491,0.0000,0.0000,0.0000,3.8021,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1495.5684,1495.5684,1495.5684,1495.5684,1495.5684 +2.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.6298,546.2513,-96.1827,3.8892,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8892,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1379.5765,1379.5765,1379.5765,1379.5765,1379.5765 +3.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.1136,546.2513,-96.1827,3.8544,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8544,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.4561,1374.4561,1374.4561,1374.4561,1374.4561 +4.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.0114,546.2513,-96.1827,3.8475,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8475,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1373.4421,1373.4421,1373.4421,1373.4421,1373.4421 +5.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.5464,546.2513,-96.1827,3.8836,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8836,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1378.7492,1378.7492,1378.7492,1378.7492,1378.7492 +6.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.1493,546.2513,-96.1827,3.8568,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.8097,1374.8097,1374.8097,1374.8097,1374.8097 +7.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.6875,546.2513,-96.1827,3.8931,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8931,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1380.1490,1380.1490,1380.1490,1380.1490,1380.1490 +8.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.9654,546.2513,-96.1827,3.8444,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8444,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1372.9861,1372.9861,1372.9861,1372.9861,1372.9861 +9.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.7317,546.2513,-96.1827,3.8286,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8286,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1370.6674,1370.6674,1370.6674,1370.6674,1370.6674 +10.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.1495,546.2513,-96.1827,3.8568,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.8116,1374.8116,1374.8116,1374.8116,1374.8116 +11.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.4795,546.2513,-96.1827,3.7441,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7441,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1358.2455,1358.2455,1358.2455,1358.2455,1358.2455 +12.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.3154,546.2513,-96.1827,3.8680,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8680,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1376.4579,1376.4579,1376.4579,1376.4579,1376.4579 +13.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.7661,546.2513,-96.1827,3.7634,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7634,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1361.0883,1361.0883,1361.0883,1361.0883,1361.0883 +14.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.0513,546.2513,-96.1827,3.8502,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8502,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1373.8377,1373.8377,1373.8377,1373.8377,1373.8377 +15.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.9019,546.2513,-96.1827,3.8401,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8401,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1372.3561,1372.3561,1372.3561,1372.3561,1372.3561 +16.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.6648,546.2513,-96.1827,3.7566,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7566,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1360.0842,1360.0842,1360.0842,1360.0842,1360.0842 +17.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.5688,546.2513,-96.1827,3.8176,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8176,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1369.0514,1369.0514,1369.0514,1369.0514,1369.0514 +18.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.8522,546.2513,-96.1827,3.8367,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8367,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1371.8625,1371.8625,1371.8625,1371.8625,1371.8625 +19.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.6024,546.2513,-96.1827,3.8199,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8199,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1369.3843,1369.3843,1369.3843,1369.3843,1369.3843 +20.5000,1.0000,0.0458,0.1650,0.0000,0.0917,0.0000,1,644.4444,59.4934,546.2513,-96.1827,4.0150,36.8644,-6.4910,0.0000,0.1882,0.0941,0.0941,3.8268,0.0941,0.0080,0.0000,0.0861,0.0000,0.0861,0.0180,0.0681,0.0000,0.0681,0.0004,0.0677,0.0000,0.0000,0.0305,0.0372,1398.0630,1398.0630,1398.0630,1398.0630,1398.0630 +21.5000,1.0000,0.4165,1.3345,0.3300,0.5581,0.0000,1,644.4444,132.3058,546.2513,-96.1827,8.9288,36.8644,-6.4910,0.0000,4.1191,1.7690,2.3501,4.8097,2.3501,0.0956,0.0000,2.2545,0.0000,2.2545,0.1564,2.0981,0.0000,2.0981,0.0184,2.0797,0.0000,0.0000,0.2464,1.8333,2254.8229,2254.8229,2254.8229,2254.8229,2254.8229 +22.5000,1.0000,1.0732,2.3640,2.3390,0.0139,0.0000,1,644.4444,86.1683,546.2513,-96.1827,5.8152,36.8644,-6.4910,0.0000,0.9282,0.0097,0.9185,4.8870,0.9185,0.1423,0.0000,0.7761,0.0000,0.7761,0.2579,0.5182,0.0000,0.5182,0.0008,0.5174,0.0000,0.0000,0.4366,0.0808,1696.4928,1696.4928,1696.4928,1696.4928,1696.4928 +23.5000,1.0000,1.9456,3.1405,2.3890,0.4175,0.0000,1,644.4444,151.3228,546.2513,-96.1827,10.2122,36.8644,-6.4910,0.0000,5.4771,1.0576,4.4195,4.7351,4.4195,0.2281,0.0000,4.1914,0.0000,4.1914,0.3514,3.8399,0.0000,3.8399,0.0323,3.8076,0.0000,0.0000,0.5800,3.2276,2469.9058,2469.9058,2469.9058,2469.9058,2469.9058 +24.5000,1.0000,3.2883,4.8340,3.8920,0.5233,0.0000,1,746.3987,232.5446,471.6362,-85.2471,18.1763,36.8644,-6.6631,4.6733,8.5760,0.4183,8.1578,4.9270,8.1578,0.4149,0.0000,7.7429,0.0000,7.7429,0.5603,7.1826,0.0000,7.1826,0.0624,7.1202,0.0000,0.0000,0.8927,6.2275,3891.7906,3891.7906,3891.7906,3891.7906,3891.7906 +25.5000,1.0000,4.8979,5.7945,5.7760,0.0103,0.0000,1,851.0702,84.3656,476.2581,-75.8461,7.5190,42.4460,-6.7597,0.1420,2.2879,0.0000,2.2879,5.0891,2.2879,0.4375,0.0000,1.8504,0.0000,1.8504,0.6322,1.2182,0.0000,1.2182,0.0015,1.2167,0.0000,0.0000,1.0701,0.1466,2194.5164,2194.5164,2194.5164,2194.5164,2194.5164 +26.5000,1.0000,6.4654,5.6430,5.8130,-0.0944,0.0000,1,828.8186,53.1665,424.7354,-77.4372,4.6145,36.8644,-6.7211,-1.2709,0.7695,0.0000,0.7695,5.1159,0.7695,0.4368,0.0000,0.3327,0.0000,0.3327,0.6157,-0.2830,0.0000,-0.2830,-0.0131,-0.2698,0.0000,0.0000,1.0421,-1.3119,1700.5974,1700.5974,1700.5974,1700.5974,1700.5974 +27.5000,1.0000,7.9300,5.2725,5.4730,-0.1114,0.0000,1,774.4012,50.5145,454.5817,-82.2436,4.0965,36.8644,-6.6696,-1.4005,0.4904,0.0000,0.4904,5.0065,0.4904,0.4017,0.0000,0.0888,0.0000,0.0888,0.5753,-0.4865,0.0000,-0.4865,-0.0145,-0.4720,0.0000,0.0000,0.9737,-1.4457,1580.5452,1580.5452,1580.5452,1580.5452,1580.5452 +28.5000,1.0000,9.2769,4.8490,5.0720,-0.1239,0.0000,1,712.1994,50.7098,494.2838,-88.9153,3.7820,36.8644,-6.6314,-1.4325,0.2927,0.0000,0.2927,4.9218,0.2927,0.3618,0.0000,-0.0691,0.0000,-0.0691,0.5291,-0.5981,0.0000,-0.5981,-0.0148,-0.5833,0.0000,0.0000,0.8955,-1.4788,1400.7070,1400.7070,1400.7070,1400.7070,1400.7070 +29.5000,1.0000,10.5646,4.6355,4.6260,0.0053,0.0000,1,680.8415,95.1071,517.0493,-92.2787,6.7809,36.8644,-6.5792,0.0583,1.7494,0.0000,1.7494,4.9732,1.7494,0.3267,0.0000,1.4227,0.0000,1.4227,0.5058,0.9169,0.0000,0.9169,0.0006,0.9163,0.0000,0.0000,0.8561,0.0602,1928.0133,1928.0133,1928.0133,1928.0133,1928.0133 +30.5000,1.0000,11.8244,4.5355,4.6450,-0.0608,0.0000,1,666.1540,75.3756,528.4494,-93.8541,5.2582,36.8644,-6.5472,-0.6579,0.9715,0.0000,0.9715,4.9446,0.9715,0.3251,0.0000,0.6465,0.0000,0.6465,0.4949,0.1516,0.0000,0.1516,-0.0068,0.1584,0.0000,0.0000,0.8376,-0.6792,1609.6518,1609.6518,1609.6518,1609.6518,1609.6518 +31.5000,1.0000,13.1656,4.8280,4.4260,0.2233,0.0000,1,709.1150,160.1121,496.4337,-89.2461,11.8897,36.8644,-6.6273,2.5712,4.4394,0.0000,4.4394,4.8791,4.4394,0.3401,0.0000,4.0993,0.0000,4.0993,0.5268,3.5725,0.0000,3.5725,0.0266,3.5459,0.0000,0.0000,0.8916,2.6543,2784.9386,2784.9386,2784.9386,2784.9386,2784.9386 +32.5000,1.0000,14.7229,5.6065,5.2300,0.2092,0.0000,1,823.4576,146.5084,427.6184,-77.8205,12.6337,36.8745,-6.7106,2.7964,4.9736,0.0000,4.9736,4.8637,4.9736,0.4108,0.0000,4.5628,0.0000,4.5628,0.6117,3.9511,0.0000,3.9511,0.0289,3.9222,0.0000,0.0000,1.0354,2.8868,3022.5950,3022.5950,3022.5950,3022.5950,3022.5950 +33.5000,1.0000,16.3857,5.9860,5.9830,0.0017,0.0000,1,879.1969,79.2338,454.0139,-73.8349,7.2950,41.8007,-6.7979,0.0238,2.2417,0.0000,2.2417,5.0296,2.2417,0.4583,0.0000,1.7834,0.0000,1.7834,0.6531,1.1303,0.0000,1.1303,0.0002,1.1300,0.0000,0.0000,1.1055,0.0246,2178.0890,2178.0890,2178.0890,2178.0890,2178.0890 +34.5000,1.0000,18.0233,5.8955,5.9890,-0.0519,0.0000,1,865.9047,62.8490,417.1348,-74.7853,5.6990,37.8247,-6.7813,-0.7303,1.4273,0.0000,1.4273,5.0019,1.4273,0.4567,0.0000,0.9706,0.0000,0.9706,0.6432,0.3273,0.0000,0.3273,-0.0076,0.3349,0.0000,0.0000,1.0888,-0.7539,1845.8679,1845.8679,1845.8679,1845.8679,1845.8679 +35.5000,1.0000,19.6322,5.7920,5.8020,-0.0056,0.0000,1,850.7031,77.5447,413.8091,-75.8723,6.9081,36.8644,-6.7591,-0.0767,2.0610,0.0000,2.0610,4.9238,2.0610,0.4395,0.0000,1.6216,0.0000,1.6216,0.6320,0.9896,0.0000,0.9896,-0.0008,0.9904,0.0000,0.0000,1.0696,-0.0792,2062.0712,2062.0712,2062.0712,2062.0712,2062.0712 +36.5000,1.0000,21.2472,5.8140,5.7820,0.0178,0.0000,1,853.9343,84.6163,412.2432,-75.6413,7.5667,36.8644,-6.7641,0.2465,2.4034,0.0000,2.4034,4.9168,2.4034,0.4384,0.0000,1.9650,0.0000,1.9650,0.6344,1.3307,0.0000,1.3307,0.0025,1.3281,0.0000,0.0000,1.0737,0.2544,2207.7371,2207.7371,2207.7371,2207.7371,2207.7371 +37.5000,1.0000,22.9228,6.0320,5.8460,0.1033,0.0000,1,885.9532,109.5377,427.8058,-73.3517,10.1626,39.6905,-6.8053,1.4863,3.7698,0.0000,3.7698,4.9065,3.7698,0.4479,0.0000,3.3218,0.0000,3.3218,0.6581,2.6637,0.0000,2.6637,0.0154,2.6483,0.0000,0.0000,1.1140,1.5344,2722.5010,2722.5010,2722.5010,2722.5010,2722.5010 +38.5000,1.0000,24.7068,6.4225,6.2180,0.1136,0.0000,1,943.3081,111.6012,464.5309,-69.8699,11.0243,45.8878,-6.9020,1.7400,4.1874,0.0000,4.1874,5.0969,4.1874,0.4864,0.0000,3.7010,0.0000,3.7010,0.7007,3.0003,0.0000,3.0003,0.0180,2.9823,0.0000,0.0000,1.1861,1.7962,2917.5201,2917.5201,2917.5201,2917.5201,2917.5201 +39.5000,1.0000,26.5778,6.7355,6.6270,0.0603,0.0000,1,989.2801,94.2183,486.5769,-67.2400,9.7607,50.4080,-6.9659,0.9682,3.5165,0.0000,3.5165,5.2761,3.5165,0.5283,0.0000,2.9882,0.0000,2.9882,0.7349,2.2533,0.0000,2.2533,0.0100,2.2433,0.0000,0.0000,1.2439,0.9994,2789.2343,2789.2343,2789.2343,2789.2343,2789.2343 +40.5000,1.0000,28.5218,6.9985,6.8440,0.0858,0.0000,1,1027.9084,102.0539,490.1952,-68.6246,10.9853,52.7657,-7.3869,1.4324,4.1022,0.0000,4.1022,5.4506,4.1022,0.5527,0.0000,3.5496,0.0000,3.5496,0.7636,2.7860,0.0000,2.7860,0.0148,2.7712,0.0000,0.0000,1.2924,1.4787,2982.5473,2982.5473,2982.5473,2982.5473,2982.5473 +41.5000,1.0000,30.5406,7.2675,7.1530,0.0636,0.0000,1,1067.4179,83.0296,503.7243,-71.4528,9.2810,56.3062,-7.9870,1.1024,3.8710,0.0000,3.8710,4.3076,3.8710,0.5865,0.0000,3.2845,0.0000,3.2845,0.7929,2.4915,0.0000,2.4915,0.0114,2.4801,0.0000,0.0000,1.3421,1.1380,2705.3112,2705.3112,2705.3112,2705.3112,2705.3112 +42.5000,1.0000,32.6031,7.4250,7.3820,0.0239,0.0000,1,1090.5508,70.4935,501.4034,-73.1087,8.0505,57.2614,-8.3492,0.4230,3.2340,0.0000,3.2340,4.3935,3.2340,0.6117,0.0000,2.6224,0.0000,2.6224,0.8101,1.8122,0.0000,1.8122,0.0044,1.8079,0.0000,0.0000,1.3712,0.4366,2520.3867,2520.3867,2520.3867,2520.3867,2520.3867 +43.5000,1.0000,34.6757,7.4615,7.4680,-0.0036,0.0000,1,1095.9117,61.7660,497.4636,-73.4924,7.0885,57.0907,-8.4343,-0.0643,2.7460,0.0000,2.7460,4.4067,2.7460,0.6209,0.0000,2.1251,0.0000,2.1251,0.8141,1.3110,0.0000,1.3110,-0.0007,1.3116,0.0000,0.0000,1.3780,-0.0663,2384.6080,2384.6080,2384.6080,2384.6080,2384.6080 +44.5000,1.0000,36.7428,7.4415,7.4550,-0.0075,0.0000,1,1092.9742,60.5081,492.7291,-73.2821,6.9255,56.3958,-8.3876,-0.1331,2.6668,0.0000,2.6668,4.3918,2.6668,0.6193,0.0000,2.0474,0.0000,2.0474,0.8119,1.2355,0.0000,1.2355,-0.0014,1.2369,0.0000,0.0000,1.3743,-0.1374,2362.6072,2362.6072,2362.6072,2362.6072,2362.6072 +45.5000,1.0000,38.8010,7.4095,7.4280,-0.0103,0.0000,1,1088.2742,59.8035,490.9158,-72.9457,6.8154,55.9466,-8.3132,-0.1816,2.6036,0.0000,2.6036,4.3935,2.6036,0.6161,0.0000,1.9874,0.0000,1.9874,0.8084,1.1790,0.0000,1.1790,-0.0019,1.1809,0.0000,0.0000,1.3684,-0.1875,2348.2842,2348.2842,2348.2842,2348.2842,2348.2842 +46.5000,1.0000,40.8528,7.3865,7.3910,-0.0025,0.0000,1,1084.8961,62.4295,489.6413,-72.7039,7.0926,55.6282,-8.2599,-0.0440,2.7362,0.0000,2.7362,4.4005,2.7362,0.6120,0.0000,2.1241,0.0000,2.1241,0.8059,1.3182,0.0000,1.3182,-0.0005,1.3186,0.0000,0.0000,1.3641,-0.0455,2387.9823,2387.9823,2387.9823,2387.9823,2387.9823 +47.5000,1.0000,42.9071,7.3955,7.3820,0.0075,0.0000,1,1086.2180,65.0785,491.1345,-72.7985,7.4026,55.8658,-8.2807,0.1323,2.9218,0.0000,2.9218,4.3485,2.9218,0.6113,0.0000,2.3106,0.0000,2.3106,0.8069,1.5037,0.0000,1.5037,0.0014,1.5023,0.0000,0.0000,1.3658,0.1365,2431.1259,2431.1259,2431.1259,2431.1259,2431.1259 +48.5000,1.0000,44.9547,7.3715,7.4090,-0.0208,0.0000,1,1082.6929,56.4973,491.6230,-72.5462,6.4056,55.7399,-8.2252,-0.3662,2.3974,0.0000,2.3974,4.3744,2.3974,0.6136,0.0000,1.7838,0.0000,1.7838,0.8043,0.9795,0.0000,0.9795,-0.0038,0.9833,0.0000,0.0000,1.3613,-0.3780,2284.7455,2284.7455,2284.7455,2284.7455,2284.7455 +49.5000,1.0000,46.9894,7.3250,7.3340,-0.0050,0.0000,1,1075.8632,61.5865,485.7312,-72.0573,6.9386,54.7245,-8.1183,-0.0873,2.6663,0.0000,2.6663,4.3596,2.6663,0.6054,0.0000,2.0609,0.0000,2.0609,0.7992,1.2617,0.0000,1.2617,-0.0009,1.2626,0.0000,0.0000,1.3527,-0.0902,2367.0201,2367.0201,2367.0201,2367.0201,2367.0201 +50.5000,1.0000,49.0206,7.3120,7.3160,-0.0022,0.0000,1,1073.9539,62.1517,487.5814,-71.9206,6.9898,54.8354,-8.0885,-0.0387,2.7112,0.0000,2.7112,4.3174,2.7112,0.6034,0.0000,2.1077,0.0000,2.1077,0.7978,1.3099,0.0000,1.3099,-0.0004,1.3103,0.0000,0.0000,1.3503,-0.0400,2373.5060,2373.5060,2373.5060,2373.5060,2373.5060 +51.5000,1.0000,51.0408,7.2730,7.3080,-0.0194,0.0000,1,1068.2257,56.9761,486.4681,-71.5106,6.3736,54.4184,-7.9995,-0.3372,2.3871,0.0000,2.3871,4.3237,2.3871,0.6020,0.0000,1.7851,0.0000,1.7851,0.7935,0.9915,0.0000,0.9915,-0.0035,0.9950,0.0000,0.0000,1.3431,-0.3481,2260.6209,2260.6209,2260.6209,2260.6209,2260.6209 +52.5000,1.0000,52.9194,6.7630,7.2380,-0.2639,0.0000,1,993.3192,-17.5593,465.5380,-67.0090,-1.8265,48.4253,-6.9703,-4.2558,-1.8652,0.0000,-1.8652,4.2945,-1.8652,0.5852,0.0000,-2.4504,0.0000,-2.4504,0.7379,-3.1883,0.0000,-3.1883,-0.0440,-3.1443,0.0000,0.0000,1.2490,-4.3933,721.3419,721.3419,721.3419,721.3419,721.3419 +53.5000,1.0000,54.6232,6.1335,6.2880,-0.0858,0.0000,1,900.8610,39.0810,390.7691,-72.2980,3.6868,36.8644,-6.8204,-1.2554,0.9797,0.0000,0.9797,3.9625,0.9797,0.4868,0.0000,0.4930,0.0000,0.4930,0.6692,-0.1762,0.0000,-0.1762,-0.0130,-0.1633,0.0000,0.0000,1.1327,-1.2960,1523.9170,1523.9170,1523.9170,1523.9170,1523.9170 +54.5000,1.0000,56.2435,5.8330,5.9790,-0.0811,0.0000,1,856.7249,41.4245,410.9004,-75.4417,3.7164,36.8644,-6.7683,-1.1282,0.9918,0.0000,0.9918,3.8529,0.9918,0.4545,0.0000,0.5373,0.0000,0.5373,0.6364,-0.0991,0.0000,-0.0991,-0.0117,-0.0875,0.0000,0.0000,1.0772,-1.1647,1544.4711,1544.4711,1544.4711,1544.4711,1544.4711 +55.5000,1.0000,57.8371,5.7370,5.6870,0.0278,0.0000,1,842.6249,75.9994,417.7762,-76.4500,6.7061,36.8644,-6.7459,0.3800,2.5108,0.0000,2.5108,3.8153,2.5108,0.4292,0.0000,2.0817,0.0000,2.0817,0.6260,1.4557,0.0000,1.4557,0.0039,1.4518,0.0000,0.0000,1.0595,0.3923,2022.9139,2022.9139,2022.9139,2022.9139,2022.9139 +56.5000,1.0000,59.4224,5.7070,5.7870,-0.0444,0.0000,1,838.2186,53.2641,419.9723,-76.7650,4.6754,36.8644,-6.7383,-0.6048,1.4823,0.0000,1.4823,3.7980,1.4823,0.4363,0.0000,1.0460,0.0000,1.0460,0.6227,0.4233,0.0000,0.4233,-0.0063,0.4296,0.0000,0.0000,1.0539,-0.6244,1704.5442,1704.5442,1704.5442,1704.5442,1704.5442 +57.5000,1.0000,60.9322,5.4355,5.6270,-0.1064,0.0000,1,798.3419,35.3461,440.9497,-79.6758,2.9550,36.8644,-6.6611,-1.3790,0.5764,0.0000,0.5764,3.7576,0.5764,0.4173,0.0000,0.1591,0.0000,0.1591,0.5931,-0.4340,0.0000,-0.4340,-0.0143,-0.4197,0.0000,0.0000,1.0038,-1.4235,1439.2111,1439.2111,1439.2111,1439.2111,1439.2111 +58.5000,1.0000,62.3318,5.0385,5.2440,-0.1142,0.0000,1,740.0323,38.8762,475.6936,-85.9300,3.0127,36.8644,-6.6592,-1.3717,0.4290,0.0000,0.4290,3.9555,0.4290,0.3789,0.0000,0.0500,0.0000,0.0500,0.5497,-0.4997,0.0000,-0.4997,-0.0142,-0.4855,0.0000,0.0000,0.9305,-1.4160,1317.3174,1317.3174,1317.3174,1317.3174,1317.3174 +59.5000,1.0000,63.5126,4.2510,4.8330,-0.3233,0.0000,1,677.1469,12.6931,519.8704,-92.6750,0.9001,36.8644,-6.5716,-1.3599,-1.6703,0.1715,-1.8418,3.9303,-1.8418,0.3268,0.0000,-2.1686,0.0000,-2.1686,0.4638,-2.6324,0.0000,-2.6324,-0.0339,-2.5985,0.0000,0.0000,0.7851,-3.3835,963.8912,963.8912,963.8912,963.8912,963.8912 +60.5000,1.0000,64.4635,3.4230,3.6690,-0.1367,0.0000,1,644.4444,59.7301,546.2513,-96.1827,4.0310,36.8644,-6.4910,0.0000,0.0718,-0.0056,0.0773,3.9592,0.0773,0.2349,0.0000,-0.1575,0.0000,-0.1575,0.3735,-0.5310,0.0000,-0.5310,-0.0115,-0.5194,0.0000,0.0000,0.6321,-1.1516,1400.4118,1400.4118,1400.4118,1400.4118,1400.4118 +61.5000,1.0000,65.2910,2.9790,3.1770,-0.1100,0.0000,1,644.4444,59.5351,546.2513,-96.1827,4.0178,36.8644,-6.4910,0.0000,0.2399,-0.0171,0.2570,3.7779,0.2570,0.1966,0.0000,0.0604,0.0000,0.0604,0.3250,-0.2646,0.0000,-0.2646,-0.0081,-0.2565,0.0000,0.0000,0.5501,-0.8067,1398.4768,1398.4768,1398.4768,1398.4768,1398.4768 +62.5000,1.0000,66.0639,2.7825,2.7810,0.0008,0.0000,1,644.4444,70.3895,546.2513,-96.1827,4.7503,36.8644,-6.4910,0.0000,0.9974,0.0005,0.9968,3.7530,0.9968,0.1736,0.0000,0.8232,0.0000,0.8232,0.3036,0.5196,0.0000,0.5196,0.0001,0.5196,0.0000,0.0000,0.5139,0.0057,1506.1529,1506.1529,1506.1529,1506.1529,1506.1529 +63.5000,1.0000,66.8740,2.9165,2.7840,0.0736,0.0000,1,644.4444,78.8101,546.2513,-96.1827,5.3186,36.8644,-6.4910,0.0000,1.6403,0.0713,1.5691,3.6782,1.5691,0.1785,0.0000,1.3906,0.0000,1.3906,0.3182,1.0724,0.0000,1.0724,0.0053,1.0671,0.0000,0.0000,0.5386,0.5285,1593.8447,1593.8447,1593.8447,1593.8447,1593.8447 +64.5000,1.0000,67.7031,2.9845,3.0490,-0.0358,0.0000,1,644.4444,68.0401,546.2513,-96.1827,4.5918,36.8644,-6.4910,0.0000,0.7851,-0.0173,0.8025,3.8066,0.8025,0.1916,0.0000,0.6109,0.0000,0.6109,0.3256,0.2853,0.0000,0.2853,-0.0026,0.2879,0.0000,0.0000,0.5512,-0.2633,1482.8471,1482.8471,1482.8471,1482.8471,1482.8471 +65.5000,1.0000,68.6744,3.4970,2.9200,0.3206,0.0000,1,644.4444,124.7635,546.2513,-96.1827,8.4198,36.8644,-6.4910,0.0000,4.7262,0.6694,4.0568,3.6936,4.0568,0.2423,0.0000,3.8145,0.0000,3.8145,0.3816,3.4329,0.0000,3.4329,0.0276,3.4053,0.0000,0.0000,0.6458,2.7595,2169.5196,2169.5196,2169.5196,2169.5196,2169.5196 +66.5000,1.0000,70.0569,4.9770,4.0740,0.5017,0.0000,1,754.0363,217.0590,466.8590,-84.4279,17.1395,36.8644,-6.6666,5.0748,8.3806,0.2560,8.1246,3.6841,8.1246,0.4249,0.0000,7.6997,0.0000,7.6997,0.5728,7.1270,0.0000,7.1270,0.0616,7.0654,0.0000,0.0000,0.9191,6.1463,3698.5628,3698.5628,3698.5628,3698.5628,3698.5628 +67.5000,1.0000,71.8329,6.3935,5.8800,0.2853,0.0000,1,939.0487,153.8388,499.7615,-70.1135,15.1280,49.1450,-6.8948,4.3493,6.9293,0.0000,6.9293,3.8494,6.9293,0.5161,0.0000,6.4132,0.0000,6.4132,0.6976,5.7156,0.0000,5.7156,0.0450,5.6706,0.0000,0.0000,1.1807,4.4899,3518.7645,3518.7645,3518.7645,3518.7645,3518.7645 +68.5000,1.0000,73.9839,7.7435,6.9070,0.4647,0.0000,1,1137.3306,208.0952,534.5513,-76.0119,24.7843,63.6656,-9.0531,8.5812,12.0016,0.0000,12.0016,4.2015,12.0016,0.7441,0.0000,11.2576,0.0000,11.2576,0.8803,10.3773,0.0000,10.3773,0.0887,10.2885,0.0000,0.0000,1.4300,8.8585,5250.1689,5250.1689,5250.1689,5250.1689,5250.1689 +69.5000,1.0000,76.4307,8.8085,8.5800,0.1269,0.0000,1,1293.7531,101.1076,595.6097,-85.3106,13.6982,80.6941,-11.5580,2.6664,6.1252,0.0000,6.1252,4.9065,6.1252,0.7573,0.0000,5.3680,0.0000,5.3680,0.9611,4.4069,0.0000,4.4069,0.0276,4.3793,0.0000,0.0000,1.6267,2.7526,3312.5002,3312.5002,3312.5002,3312.5002,3312.5002 +70.5000,1.0000,78.8819,8.8243,9.0370,-0.1182,0.0000,0,1194.6137,-36.7300,540.6287,-79.4290,-4.5949,67.6325,-9.9365,-9.7352,0.0000,0.0000,0.0000,5.1403,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9628,-0.9628,0.0000,-0.9628,-0.0257,-0.9371,0.0000,0.0000,1.6296,-2.5667,742.2400,742.2400,742.2400,742.2400,742.2400 +71.5000,1.0000,81.7374,10.2798,10.6730,0.9268,0.0000,2,1029.6895,348.1370,424.3186,-68.7521,37.5392,45.7538,-7.4135,-2.0376,33.3807,0.0000,33.3807,6.1961,27.8213,0.8871,0.0000,26.9342,0.0000,26.9342,1.3485,25.5857,0.0000,25.5857,0.2349,25.3508,0.0000,0.0000,1.8984,23.4524,7632.1045,7632.1045,7632.1045,7632.1045,7632.1045 +72.5000,1.0000,85.3909,13.1525,11.9480,0.6692,0.0000,2,1098.0221,353.3670,621.0776,-73.6435,40.6318,71.4144,-8.4679,6.7806,26.9248,0.0000,26.9248,6.9264,26.9248,1.0162,0.0000,25.9087,0.0000,25.9087,1.5971,24.3116,0.0000,24.3116,0.2170,24.0946,0.0000,0.0000,2.4289,21.6657,8166.5533,8166.5533,8166.5533,8166.5533,8166.5533 +73.5000,1.0000,89.7425,15.6660,14.3570,0.7272,0.0000,2,1307.8589,381.3048,646.4835,-86.1472,52.2230,88.5415,-11.7986,8.7771,34.4709,0.0000,34.4709,8.9750,34.4709,1.3153,0.0000,33.1557,0.0000,33.1557,1.9367,31.2189,0.0000,31.2189,0.2809,30.9381,0.0000,0.0000,2.8931,28.0449,10499.7729,10499.7729,10499.7729,10499.7729,10499.7729 +74.5000,1.0000,94.3987,16.7623,16.9750,-0.1182,0.0000,0,1308.7283,25.3032,681.9689,-86.1987,3.4678,93.4636,-11.8135,-8.7130,0.0000,0.0000,0.0000,12.1808,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.8289,-1.8289,0.0000,-1.8289,-0.0488,-1.7801,0.0000,0.0000,3.0956,-4.8757,2116.0122,2116.0122,2116.0122,2116.0122,2116.0122 +75.5000,1.0000,99.3417,17.7946,19.9570,0.6917,0.0000,3,1078.1371,473.6471,473.6471,-72.2201,53.4758,53.4758,-8.1538,-8.0895,44.8388,0.0000,44.8388,16.7265,37.1577,1.0939,0.0000,36.0638,0.0000,36.0638,2.1759,33.8878,0.0000,33.8878,0.3035,33.5844,0.0000,0.0000,3.2862,30.2982,10627.6046,10627.6046,10627.6046,10627.6046,10627.6046 +76.5000,1.0000,104.8737,19.9153,21.1840,0.4865,0.0000,3,999.9240,461.3307,695.4421,-66.6312,48.3068,72.8210,-6.9771,2.6999,31.0838,0.0000,31.0838,14.5231,31.0838,1.0363,0.0000,30.0474,0.0000,30.0474,2.2805,27.7669,0.0000,27.7669,0.2389,27.5280,0.0000,0.0000,3.6779,23.8502,9709.8533,9709.8533,9709.8533,9709.8533,9709.8533 +77.5000,1.0000,110.6818,20.9090,20.7910,0.0656,0.0000,3,1049.8157,163.0786,667.3368,-70.1927,17.9283,73.3646,-7.7167,0.3820,10.2009,0.0000,10.2009,7.3454,10.2009,0.6502,0.0000,9.5507,0.0000,9.5507,2.2813,7.2694,0.0000,7.2694,0.0338,7.2356,0.0000,0.0000,3.8614,3.3742,3955.5936,3955.5936,3955.5936,3955.5936,3955.5936 +78.5000,1.0000,116.7875,21.9805,21.0270,0.5297,0.0000,3,1103.6144,427.0016,540.1083,-74.0007,49.3487,62.4204,-8.5523,3.2446,36.7788,0.0000,36.7788,9.3252,36.7788,1.2169,0.0000,35.5619,0.0000,35.5619,2.5530,33.0089,0.0000,33.0089,0.2871,32.7218,0.0000,0.0000,4.0593,28.6626,9852.6967,9852.6967,9852.6967,9852.6967,9852.6967 +79.5000,1.0000,123.5352,24.2920,22.9340,0.7544,0.0000,3,1219.6720,550.2457,670.0791,-80.9170,70.2795,85.5850,-10.3350,5.1070,54.7371,0.0000,54.7371,10.4353,54.7371,1.6561,0.0000,53.0810,0.0000,53.0810,3.0282,50.0529,0.0000,50.0529,0.4518,49.6010,0.0000,0.0000,4.4861,45.1149,13911.3181,13911.3181,13911.3181,13911.3181,13911.3181 +80.5000,1.0000,130.9879,26.8295,25.6500,0.6553,0.0000,3,1347.0768,500.8089,736.0637,-88.4731,70.6469,103.8332,-12.4805,4.8991,53.6383,0.0000,53.6383,12.1095,53.6383,1.7283,0.0000,51.9100,0.0000,51.9100,3.2438,48.6662,0.0000,48.6662,0.4335,48.2328,0.0000,0.0000,4.9547,43.2780,13992.5547,13992.5547,13992.5547,13992.5547,13992.5547 +81.5000,1.0000,139.1079,29.2320,28.0090,0.6794,0.0000,3,1467.7035,520.4891,739.3420,-95.6272,79.9979,113.6351,-14.6977,5.5346,60.2985,0.0000,60.2985,14.1648,60.2985,1.9569,0.0000,58.3415,0.0000,58.3415,3.5610,54.7806,0.0000,54.7806,0.4897,54.2909,0.0000,0.0000,5.3984,48.8924,15745.1458,15745.1458,15745.1458,15745.1458,15745.1458 +82.5000,1.0000,147.5085,30.2423,30.4550,-0.1182,0.0000,0,1443.2503,56.4413,761.2247,-94.1770,8.5304,115.0491,-14.2336,-7.6098,0.0000,0.0000,0.0000,16.1401,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.2997,-3.2997,0.0000,-3.2997,-0.0881,-3.2116,0.0000,0.0000,5.5850,-8.7966,3008.9785,3008.9785,3008.9785,3008.9785,3008.9785 +83.5000,1.0000,156.0970,30.9184,33.7350,0.4938,0.0000,4,1194.9823,521.9873,521.9873,-79.4510,65.3206,65.3206,-9.9424,-11.9184,57.8669,0.0000,57.8669,19.3720,48.6051,1.3891,0.0000,47.2160,0.0000,47.2160,3.5490,43.6669,0.0000,43.6669,0.3764,43.2906,0.0000,0.0000,5.7099,37.5807,12971.0935,12971.0935,12971.0935,12971.0935,12971.0935 +84.5000,1.0000,165.2193,32.8405,37.5360,0.5740,0.0000,4,1066.1172,741.1265,741.1265,-71.3597,82.7420,82.7420,-7.9668,2.1962,58.4319,0.0000,58.4319,22.1139,58.4319,1.6254,0.0000,56.8065,0.0000,56.8065,3.8695,52.9370,0.0000,52.9370,0.4648,52.4722,0.0000,0.0000,6.0648,46.4074,16231.6930,16231.6930,16231.6930,16231.6930,16231.6930 +85.5000,1.0000,174.9655,35.0864,40.6310,0.6737,0.0000,4,1139.0275,800.7569,800.7569,-76.1131,95.5132,95.5132,-9.0787,2.7536,71.4496,0.0000,71.4496,21.3100,71.4496,1.9342,0.0000,69.5154,0.0000,69.5154,4.2665,65.2489,0.0000,65.2489,0.5828,64.6661,0.0000,0.0000,6.4796,58.1866,18662.6912,18662.6912,18662.6912,18662.6912,18662.6912 +86.5000,1.0000,185.4608,37.7828,40.7690,0.8243,0.0000,4,1226.5621,829.7606,829.7606,-81.3256,106.5788,106.5788,-10.4459,3.6283,91.6226,0.0000,91.6226,11.3280,91.6226,2.3987,0.0000,89.2239,0.0000,89.2239,4.8099,84.4140,0.0000,84.4140,0.7679,83.6462,0.0000,0.0000,6.9775,76.6686,20714.9981,20714.9981,20714.9981,20714.9981,20714.9981 +87.5000,1.0000,196.6371,40.2348,40.2580,0.5379,0.0000,4,1306.1627,582.2944,848.5081,-86.0466,79.6468,116.0598,-11.7695,2.5212,67.9089,0.0000,67.9089,9.2167,67.9089,1.9827,0.0000,65.9261,0.0000,65.9261,4.6857,61.2404,0.0000,61.2404,0.5336,60.7068,0.0000,0.0000,7.4304,53.2765,15658.5554,15658.5554,15658.5554,15658.5554,15658.5554 +88.5000,1.0000,208.2019,41.6335,41.2030,0.2392,0.0000,4,1351.5703,340.8073,762.7635,-88.7396,48.2365,107.9586,-12.5599,1.1600,38.4157,0.0000,38.4157,8.6609,38.4157,1.4273,0.0000,36.9884,0.0000,36.9884,4.5425,32.4458,0.0000,32.4458,0.2455,32.2003,0.0000,0.0000,7.6887,24.5117,9753.6865,9753.6865,9753.6865,9753.6865,9753.6865 +89.5000,1.0000,220.0097,42.5080,42.0640,0.2467,0.0000,4,1379.9596,343.8951,675.6773,-90.4233,49.6959,97.6415,-13.0670,1.2215,40.0397,0.0000,40.0397,8.4347,40.0397,1.4818,0.0000,38.5580,0.0000,38.5580,4.6380,33.9200,0.0000,33.9200,0.2585,33.6615,0.0000,0.0000,7.8502,25.8113,10067.2464,10067.2464,10067.2464,10067.2464,10067.2464 +90.5000,1.0000,232.0511,43.3490,42.9520,0.2206,0.0000,4,1407.2615,322.9688,682.4292,-92.0425,47.5953,100.5683,-13.5641,1.1138,37.9684,0.0000,37.9684,8.5131,37.9684,1.4618,0.0000,36.5066,0.0000,36.5066,4.7297,31.7769,0.0000,31.7769,0.2357,31.5411,0.0000,0.0000,8.0055,23.5357,9713.2063,9713.2063,9713.2063,9713.2063,9713.2063 +91.5000,1.0000,244.3908,44.4230,43.7460,0.3761,0.0000,4,1442.1273,442.2268,681.3305,-94.1104,66.7847,102.8940,-14.2125,1.9464,56.5069,0.0000,56.5069,8.3314,56.5069,1.8604,0.0000,54.6465,0.0000,54.6465,4.9013,49.7452,0.0000,49.7452,0.4119,49.3333,0.0000,0.0000,8.2038,41.1295,13289.6138,13289.6138,13289.6138,13289.6138,13289.6138 +92.5000,1.0000,257.1267,45.8490,45.1000,0.4161,0.0000,4,1488.4203,472.6203,731.7710,-96.8559,73.6659,114.0590,-15.0966,2.2225,63.0591,0.0000,63.0591,8.3842,63.0591,2.0292,0.0000,61.0300,0.0000,61.0300,5.1281,55.9019,0.0000,55.9019,0.4704,55.4315,0.0000,0.0000,8.4672,46.9644,14626.1743,14626.1743,14626.1743,14626.1743,14626.1743 +93.5000,1.0000,270.3850,47.7300,46.5980,0.6289,0.0000,4,1549.4842,640.2766,751.6923,-100.4775,103.8923,121.9708,-16.3036,3.4968,91.8247,0.0000,91.8247,8.5708,91.8247,2.6556,0.0000,89.1691,0.0000,89.1691,5.7230,83.4461,0.0000,83.4461,0.7401,82.7061,0.0000,0.0000,8.8146,73.8915,20346.7112,20346.7112,20346.7112,20346.7112,20346.7112 +94.5000,1.0000,284.2154,49.7895,48.8620,0.5153,0.0000,4,1616.3428,549.4923,811.6478,-104.0555,93.0087,137.3820,-17.6127,2.9887,81.2399,0.0000,81.2399,8.7801,81.2399,2.5016,0.0000,78.7383,0.0000,78.7383,5.7558,72.9825,0.0000,72.9825,0.6325,72.3500,0.0000,0.0000,9.1949,63.1551,18428.4125,18428.4125,18428.4125,18428.4125,18428.4125 +95.5000,1.0000,298.2444,50.5043,50.7170,-0.1182,0.0000,0,1646.4527,52.6029,792.2156,-105.1278,9.0696,136.5907,-18.1257,0.0000,0.0000,0.0000,0.0000,9.0696,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.5104,-5.5104,0.0000,-5.5104,-0.1471,-5.3633,0.0000,0.0000,9.3269,-14.6902,3496.5925,3496.5925,3496.5925,3496.5925,3496.5925 +96.5000,1.0000,312.3661,50.8383,51.2500,0.3037,0.0000,5,1386.7866,367.6963,570.5790,-90.8282,53.3983,82.8617,-13.1904,-22.1141,67.2603,0.0000,67.2603,8.2522,54.0847,0.7595,0.0000,53.3252,0.0000,53.3252,5.5469,47.7783,0.0000,47.7783,0.3807,47.3976,0.0000,0.0000,9.3886,38.0091,10780.7631,10780.7631,10780.7631,10780.7631,10780.7631 +97.5000,1.0000,326.8503,52.1430,51.3850,0.4211,0.0000,5,1143.7471,654.7781,685.2121,-76.3947,78.4247,82.0698,-9.1500,1.1678,70.9291,0.0000,70.9291,6.3278,70.9291,0.8630,0.0000,70.0661,0.0000,70.0661,5.8419,64.2242,0.0000,64.2242,0.5414,63.6828,0.0000,0.0000,9.6295,54.0533,15400.5274,15400.5274,15400.5274,15400.5274,15400.5274 +98.5000,1.0000,341.7447,53.6200,52.9010,0.3994,0.0000,5,1176.1448,628.9681,777.7839,-78.3273,77.4672,95.7962,-9.6472,1.1391,69.9989,0.0000,69.9989,6.3292,69.9989,0.8807,0.0000,69.1182,0.0000,69.1182,5.9634,63.1548,0.0000,63.1548,0.5281,62.6268,0.0000,0.0000,9.9023,52.7245,15244.2440,15244.2440,15244.2440,15244.2440,15244.2440 +99.5000,1.0000,357.0484,55.0930,54.3390,0.4189,0.0000,5,1208.4548,649.6080,769.8540,-80.2517,82.2073,97.4243,-10.1558,1.2274,74.6476,0.0000,74.6476,6.3323,74.6476,0.9266,0.0000,73.7210,0.0000,73.7210,6.1678,67.5533,0.0000,67.5533,0.5690,66.9843,0.0000,0.0000,10.1743,56.8100,16129.7856,16129.7856,16129.7856,16129.7856,16129.7856 +100.5000,1.0000,372.6689,56.2340,55.8470,0.2150,0.0000,5,1233.4824,421.7880,782.7084,-81.7361,54.4823,101.1024,-10.5578,0.6430,47.3892,0.0000,47.3892,6.4501,47.3892,0.8082,0.0000,46.5810,0.0000,46.5810,6.1356,40.4454,0.0000,40.4454,0.2981,40.1473,0.0000,0.0000,10.3850,29.7623,10892.2962,10892.2962,10892.2962,10892.2962,10892.2962 +101.5000,1.0000,388.5386,57.1310,56.6210,0.2833,0.0000,5,1253.1580,496.7156,687.7966,-82.9030,65.1842,90.2598,-10.8794,0.8609,57.9055,0.0000,57.9055,6.4178,57.9055,0.8750,0.0000,57.0305,0.0000,57.0305,6.2334,50.7971,0.0000,50.7971,0.3991,50.3980,0.0000,0.0000,10.5507,39.8473,12965.3704,12965.3704,12965.3704,12965.3704,12965.3704 +102.5000,1.0000,404.7021,58.1885,57.6410,0.3042,0.0000,5,1276.3540,520.3961,722.3680,-84.2787,69.5559,96.5513,-11.2646,0.9413,62.0127,0.0000,62.0127,6.6019,62.0127,0.9125,0.0000,61.1002,0.0000,61.1002,6.3488,54.7514,0.0000,54.7514,0.4364,54.3150,0.0000,0.0000,10.7460,43.5690,13778.7813,13778.7813,13778.7813,13778.7813,13778.7813 +103.5000,1.0000,421.1524,59.2210,58.7360,0.2694,0.0000,5,1299.0017,481.5873,735.2807,-85.6219,65.5109,100.0211,-11.6472,0.8487,57.9809,0.0000,57.9809,6.6813,57.9809,0.9091,0.0000,57.0718,0.0000,57.0718,6.4615,50.6103,0.0000,50.6103,0.3934,50.2169,0.0000,0.0000,10.9367,39.2802,13042.7085,13042.7085,13042.7085,13042.7085,13042.7085 +104.5000,1.0000,437.8579,60.1400,59.7060,0.2411,0.0000,5,1319.1598,449.9633,722.4060,-86.8174,62.1589,99.7947,-11.9931,0.7712,54.6283,0.0000,54.6283,6.7594,54.6283,0.9075,0.0000,53.7208,0.0000,53.7208,6.5617,47.1591,0.0000,47.1591,0.3575,46.8016,0.0000,0.0000,11.1064,35.6952,12392.7429,12392.7429,12392.7429,12392.7429,12392.7429 +105.5000,1.0000,454.7811,60.9235,60.5740,0.1942,0.0000,5,1336.3458,397.8592,712.5041,-87.8367,55.6771,99.7091,-12.2920,0.6291,48.1981,0.0000,48.1981,6.8499,48.1981,0.8884,0.0000,47.3098,0.0000,47.3098,6.6472,40.6625,0.0000,40.6625,0.2916,40.3709,0.0000,0.0000,11.2511,29.1198,11178.5681,11178.5681,11178.5681,11178.5681,11178.5681 +106.5000,1.0000,471.8896,61.5905,61.2730,0.1764,0.0000,5,1350.9763,378.3680,694.2482,-88.7044,53.5292,98.2180,-12.5494,0.5778,45.9939,0.0000,45.9939,6.9575,45.9939,0.8885,0.0000,45.1054,0.0000,45.1054,6.7200,38.3853,0.0000,38.3853,0.2678,38.1175,0.0000,0.0000,11.3742,26.7433,10767.5552,10767.5552,10767.5552,10767.5552,10767.5552 +107.5000,1.0000,489.2050,62.3355,61.9080,0.2375,0.0000,5,1367.3177,445.9815,689.1933,-89.6736,63.8579,98.6823,-12.8399,0.7874,56.0738,0.0000,56.0738,6.9967,56.0738,0.9515,0.0000,55.1223,0.0000,55.1223,6.8013,48.3210,0.0000,48.3210,0.3650,47.9560,0.0000,0.0000,11.5118,36.4442,12711.7567,12711.7567,12711.7567,12711.7567,12711.7567 +108.5000,1.0000,506.7302,63.0905,62.7630,0.1819,0.0000,5,1383.8785,384.3237,718.4708,-90.6557,55.6960,104.1204,-13.1378,0.6105,47.9994,0.0000,47.9994,7.0861,47.9994,0.9240,0.0000,47.0753,0.0000,47.0753,6.8837,40.1917,0.0000,40.1917,0.2830,39.9086,0.0000,0.0000,11.6513,28.2574,11213.4277,11213.4277,11213.4277,11213.4277,11213.4277 +109.5000,1.0000,524.4056,63.6315,63.4180,0.1186,0.0000,5,1395.7452,313.5332,697.1902,-91.3595,45.8267,101.9028,-13.3533,0.4014,38.3442,0.0000,38.3442,7.0811,38.3442,0.8851,0.0000,37.4591,0.0000,37.4591,6.9427,30.5164,0.0000,30.5164,0.1861,30.3304,0.0000,0.0000,11.7512,18.5792,9366.9691,9366.9691,9366.9691,9366.9691,9366.9691 +110.5000,1.0000,542.1117,63.7420,63.8450,-0.0572,0.0000,5,1398.1690,118.1932,671.2051,-91.5033,17.3054,98.2751,-13.3975,-0.1940,10.4048,0.0000,10.4048,7.0945,10.4048,0.7473,0.0000,9.6576,0.0000,9.6576,6.9548,2.7028,0.0000,2.7028,-0.0899,2.7927,0.0000,0.0000,11.7716,-8.9788,4132.3116,4132.3116,4132.3116,4132.3116,4132.3116 +111.5000,1.0000,559.7071,63.3435,63.6390,-0.1642,0.0000,5,1389.4280,-0.2937,593.4581,-90.9849,-0.0427,86.3485,-13.2383,-0.5531,-6.4866,0.0000,-6.4866,6.9969,-6.4866,0.7592,0.0000,-7.2457,0.0000,-7.2457,6.9113,-14.1570,0.0000,-14.1570,-0.2564,-13.9006,0.0000,0.0000,11.6980,-25.5986,1909.5134,1909.5134,1909.5134,1909.5134,1909.5134 +112.5000,1.0000,577.1357,62.7430,63.0480,-0.1694,0.0000,5,1376.2562,-5.9529,542.6699,-90.2037,-0.8579,78.2102,-13.0003,-0.5654,-7.2501,0.0000,-7.2501,6.9576,-7.2501,0.7503,0.0000,-8.0004,0.0000,-8.0004,6.8458,-14.8461,0.0000,-14.8461,-0.2621,-14.5840,0.0000,0.0000,11.5871,-26.1711,1757.7429,1757.7429,1757.7429,1757.7429,1757.7429 +113.5000,1.0000,594.3996,62.1500,62.4380,-0.1600,0.0000,5,1363.2488,4.3434,536.3617,-89.4322,0.6201,76.5705,-12.7673,-0.5289,-5.7295,0.0000,-5.7295,6.8784,-5.7295,0.7359,0.0000,-6.4654,0.0000,-6.4654,6.7811,-13.2464,0.0000,-13.2464,-0.2452,-13.0012,0.0000,0.0000,11.4776,-24.4788,1918.0901,1918.0901,1918.0901,1918.0901,1918.0901 +114.5000,1.0000,611.5241,61.6480,61.8620,-0.1189,0.0000,5,1352.2375,49.9756,537.1764,-88.7792,7.0768,76.0674,-12.5717,-0.3898,0.5994,0.0000,0.5994,6.8673,0.5994,0.7111,0.0000,-0.1118,0.0000,-0.1118,6.7263,-6.8380,0.0000,-6.8380,-0.1807,-6.6573,0.0000,0.0000,11.3849,-18.0422,2630.0913,2630.0913,2630.0913,2630.0913,2630.0913 +115.5000,1.0000,628.5284,61.2155,61.4340,-0.1214,0.0000,5,1342.7507,47.1832,553.0418,-88.2165,6.6346,77.7646,-12.4044,-0.3952,0.2130,0.0000,0.2130,6.8168,0.2130,0.7044,0.0000,-0.4915,0.0000,-0.4915,6.6791,-7.1706,0.0000,-7.1706,-0.1832,-6.9874,0.0000,0.0000,11.3050,-18.2924,2558.1490,2558.1490,2558.1490,2558.1490,2558.1490 +116.5000,1.0000,645.4252,60.8285,60.9970,-0.0936,0.0000,5,1334.2619,77.6471,549.4756,-87.7131,10.8491,76.7747,-12.2556,-0.3028,4.3999,0.0000,4.3999,6.7521,4.3999,0.6872,0.0000,3.7127,0.0000,3.7127,6.6369,-2.9242,0.0000,-2.9242,-0.1404,-2.7838,0.0000,0.0000,11.2335,-14.0173,3040.8589,3040.8589,3040.8589,3040.8589,3040.8589 +117.5000,1.0000,662.2199,60.4610,60.6600,-0.1106,0.0000,5,1326.2009,58.9512,559.8562,-87.2350,8.1871,77.7525,-12.1151,-0.3555,1.8303,0.0000,1.8303,6.7123,1.8303,0.6872,0.0000,1.1431,0.0000,1.1431,6.5968,-5.4537,0.0000,-5.4537,-0.1648,-5.2889,0.0000,0.0000,11.1657,-16.4545,2705.6911,2705.6911,2705.6911,2705.6911,2705.6911 +118.5000,1.0000,678.8652,59.9230,60.2620,-0.1883,0.0000,5,1314.4000,-26.5930,548.9220,-86.5351,-3.6604,75.5556,-11.9110,-0.6002,-9.7483,0.0000,-9.7483,6.6881,-9.7483,0.7067,0.0000,-10.4550,0.0000,-10.4550,6.5381,-16.9931,0.0000,-16.9931,-0.2782,-16.7148,0.0000,0.0000,11.0663,-27.7811,1168.4234,1168.4234,1168.4234,1168.4234,1168.4234 +119.5000,1.0000,695.3449,59.3270,59.5840,-0.1428,0.0000,5,1301.3268,23.9565,509.0349,-85.7598,3.2647,69.3685,-11.6869,-0.4505,-2.9519,0.0000,-2.9519,6.6670,-2.9519,0.6794,0.0000,-3.6313,0.0000,-3.6313,6.4730,-10.1043,0.0000,-10.1043,-0.2088,-9.8955,0.0000,0.0000,10.9562,-20.8517,2075.0523,2075.0523,2075.0523,2075.0523,2075.0523 +120.5000,1.0000,711.6802,58.8070,59.0700,-0.1461,0.0000,5,1289.9207,20.0209,527.3308,-85.0833,2.7044,71.2319,-11.4931,-0.4570,-3.4152,0.0000,-3.4152,6.5766,-3.4152,0.6717,0.0000,-4.0869,0.0000,-4.0869,6.4163,-10.5032,0.0000,-10.5032,-0.2118,-10.2913,0.0000,0.0000,10.8602,-21.1515,1983.8483,1983.8483,1983.8483,1983.8483,1983.8483 +121.5000,1.0000,727.8564,58.2345,58.5440,-0.1719,0.0000,5,1277.3630,-8.5644,522.1750,-84.3385,-1.1456,69.8488,-11.2816,-0.5325,-7.1163,0.0000,-7.1163,6.5033,-7.1163,0.6711,0.0000,-7.7875,0.0000,-7.7875,6.3538,-14.1413,0.0000,-14.1413,-0.2469,-13.8944,0.0000,0.0000,10.7545,-24.6489,1467.3576,1467.3576,1467.3576,1467.3576,1467.3576 +122.5000,1.0000,743.8854,57.7045,57.9250,-0.1225,0.0000,5,1265.7376,45.8885,506.5210,-83.6490,6.0824,67.1382,-11.0875,-0.3760,0.0216,0.0000,0.0216,6.4368,0.0216,0.6443,0.0000,-0.6227,0.0000,-0.6227,6.2960,-6.9187,0.0000,-6.9187,-0.1743,-6.7444,0.0000,0.0000,10.6566,-17.4010,2344.5892,2344.5892,2344.5892,2344.5892,2344.5892 +123.5000,1.0000,759.8032,57.3040,57.4840,-0.1000,0.0000,5,1256.9527,71.0655,527.9155,-83.1280,9.3542,69.4884,-10.9420,-0.3048,3.2169,0.0000,3.2169,6.4421,3.2169,0.6295,0.0000,2.5873,0.0000,2.5873,6.2523,-3.6650,0.0000,-3.6650,-0.1413,-3.5237,0.0000,0.0000,10.5826,-14.1063,2730.9567,2730.9567,2730.9567,2730.9567,2730.9567 +124.5000,1.0000,775.6413,57.0170,57.1240,-0.0594,0.0000,5,1250.6574,115.9303,537.2858,-82.7547,15.1832,70.3675,-10.8383,-0.1803,8.9520,0.0000,8.9520,6.4115,8.9520,0.6284,0.0000,8.3236,0.0000,8.3236,6.2210,2.1026,0.0000,2.1026,-0.0836,2.1862,0.0000,0.0000,10.5296,-8.3434,3549.8310,3549.8310,3549.8310,3549.8310,3549.8310 +125.5000,1.0000,791.3711,56.6275,56.9100,-0.1569,0.0000,5,1242.1138,8.2703,555.0439,-82.2480,1.0757,72.1967,-10.6983,-0.4727,-4.8224,0.0000,-4.8224,6.3708,-4.8224,0.6383,0.0000,-5.4607,0.0000,-5.4607,6.1785,-11.6392,0.0000,-11.6392,-0.2191,-11.4200,0.0000,0.0000,10.4577,-21.8777,1690.3804,1690.3804,1690.3804,1690.3804,1690.3804 +126.5000,1.0000,806.9222,55.9840,56.3450,-0.2006,0.0000,5,1227.9987,-40.0759,503.6549,-81.4108,-5.1536,64.7679,-10.4691,-0.5972,-10.8264,0.0000,-10.8264,6.2700,-10.8264,0.6426,0.0000,-11.4690,0.0000,-11.4690,6.1083,-17.5773,0.0000,-17.5773,-0.2768,-17.3005,0.0000,0.0000,10.3389,-27.6394,743.8729,743.8729,743.8729,743.8729,743.8729 +127.5000,1.0000,822.2361,55.1300,55.6230,-0.2739,0.0000,5,1209.2664,47.4540,476.6862,-80.2999,6.0093,60.3647,-10.1687,-0.8031,0.5999,0.0000,0.5999,6.2124,0.5999,0.5999,0.0000,0.0000,0.0000,0.0000,6.0151,-6.0151,21.3459,-27.3611,-0.3723,-26.9888,0.0000,0.0000,10.1811,-37.1699,2244.4735,2244.4735,2244.4735,2244.4735,2244.4735 +128.5000,1.0000,837.2650,54.1040,54.6370,-0.2961,0.0000,5,1186.7613,46.6347,510.7576,-78.9606,5.7956,63.4756,-9.8130,-0.8521,0.5832,0.0000,0.5832,6.0645,0.5832,0.5832,0.0000,0.0000,0.0000,0.0000,5.9032,-5.9032,23.9380,-29.8412,-0.3950,-29.4462,0.0000,0.0000,9.9917,-39.4379,2202.6188,2202.6188,2202.6188,2202.6188,2202.6188 +129.5000,1.0000,851.9831,52.9850,53.5710,-0.3256,0.0000,5,1162.2162,46.0207,503.8135,-77.4964,5.6010,61.3176,-9.4319,-0.9174,0.5653,0.0000,0.5653,5.9532,0.5653,0.5653,0.0000,0.0000,0.0000,0.0000,5.7811,-5.7811,27.3219,-33.1029,-0.4253,-32.6777,0.0000,0.0000,9.7850,-42.4627,2176.7425,2176.7425,2176.7425,2176.7425,2176.7425 +130.5000,1.0000,866.3034,51.5530,52.3990,-0.4700,0.0650,5,1130.8056,42.8389,495.4311,-75.6227,5.0729,58.6678,-8.9551,-1.2887,0.5427,0.0000,0.5427,5.8189,0.5427,0.5427,0.0000,0.0000,0.0000,0.0000,5.6248,-5.6248,44.2890,-49.9138,-0.5974,-49.3165,0.8089,0.0000,9.5206,-59.6460,2105.3872,2105.3872,2105.3872,2105.3872,2105.3872 +131.5000,1.0000,880.1274,49.7665,50.7070,-0.5225,0.0780,5,1091.6190,42.2443,483.9102,-73.1851,4.8291,55.3177,-8.3661,-1.3830,0.5150,0.0000,0.5150,5.6971,0.5150,0.5150,0.0000,0.0000,0.0000,0.0000,5.4299,-5.4299,49.0942,-54.5241,-0.6411,-53.8830,0.9371,0.0000,9.1906,-64.0107,2030.8069,2030.8069,2030.8069,2030.8069,2030.8069 +132.5000,1.0000,893.4960,48.1270,48.8260,-0.3883,0.0780,5,1055.6569,45.8412,473.9798,-70.6109,5.0677,52.3976,-7.8059,-0.9940,0.4902,0.0000,0.4902,5.5715,0.4902,0.4902,0.0000,0.0000,0.0000,0.0000,5.2510,-5.2510,31.4225,-36.6736,-0.4608,-36.2128,0.9062,0.0000,8.8879,-46.0069,2017.1911,2017.1911,2017.1911,2017.1911,2017.1911 +133.5000,1.0000,906.7464,47.7015,47.4280,0.1519,0.0130,5,1046.3236,352.9247,472.8086,-69.9428,38.6702,51.8060,-7.6637,0.3855,32.7923,0.0000,32.7923,5.4924,32.7923,0.6079,0.0000,32.1844,0.0000,32.1844,5.2046,26.9798,0.0000,26.9798,0.1787,26.8011,0.1497,0.0000,8.8093,17.8421,7831.5589,7831.5589,7831.5589,7831.5589,7831.5589 +134.5000,1.0000,920.0457,47.8775,47.9750,-0.0542,0.0000,5,1050.1841,122.7859,624.1751,-70.2191,13.5034,68.6437,-7.7224,-0.1379,8.1046,0.0000,8.1046,5.5367,8.1046,0.4870,0.0000,7.6177,0.0000,7.6177,5.2238,2.3939,0.0000,2.3939,-0.0639,2.4578,0.0000,0.0000,8.8418,-6.3840,3322.8367,3322.8367,3322.8367,3322.8367,3322.8367 +135.5000,1.0000,933.3152,47.7700,47.7800,-0.0056,0.0000,5,1047.8262,176.5329,511.0653,-70.0503,19.3706,56.0782,-7.6865,-0.0141,13.8885,0.0000,13.8885,5.4962,13.8885,0.5144,0.0000,13.3742,0.0000,13.3742,5.2121,8.1621,0.0000,8.1621,-0.0065,8.1686,0.0000,0.0000,8.8219,-0.6533,4168.8911,4168.8911,4168.8911,4168.8911,4168.8911 +136.5000,1.0000,946.6053,47.8445,47.7600,0.0469,0.0000,5,1049.4603,234.6212,537.6611,-70.1673,25.7847,59.0885,-7.7113,0.1195,20.1872,0.0000,20.1872,5.4781,20.1872,0.5469,0.0000,19.6403,0.0000,19.6403,5.2202,14.4201,0.0000,14.4201,0.0554,14.3647,0.0000,0.0000,8.8357,5.5290,5396.3808,5396.3808,5396.3808,5396.3808,5396.3808 +137.5000,1.0000,959.9593,48.0745,47.9290,0.0808,0.0000,5,1054.5053,272.2193,566.9333,-70.5284,30.0605,62.6051,-7.7883,0.2067,24.3564,0.0000,24.3564,5.4975,24.3564,0.5710,0.0000,23.7854,0.0000,23.7854,5.2453,18.5401,0.0000,18.5401,0.0958,18.4443,0.0000,0.0000,8.8782,9.5661,6158.2801,6158.2801,6158.2801,6158.2801,6158.2801 +138.5000,1.0000,973.4331,48.5055,48.2200,0.1586,0.0000,5,1063.9592,358.6471,586.7139,-71.2052,39.9596,65.3702,-7.9335,0.4092,34.0040,0.0000,34.0040,5.5464,34.0040,0.6253,0.0000,33.3786,0.0000,33.3786,5.2923,28.0863,0.0000,28.0863,0.1897,27.8966,0.0000,0.0000,8.9578,18.9389,8056.1518,8056.1518,8056.1518,8056.1518,8056.1518 +139.5000,1.0000,987.0907,49.1675,48.7910,0.2092,0.0000,5,1078.4801,414.4465,630.4994,-72.2446,46.8068,71.2074,-8.1592,0.5470,40.6826,0.0000,40.6826,5.5773,40.6826,0.6682,0.0000,40.0144,0.0000,40.0144,5.3646,34.6499,0.0000,34.6499,0.2536,34.3963,0.0000,0.0000,9.0800,25.3163,9407.0519,9407.0519,9407.0519,9407.0519,9407.0519 +140.5000,1.0000,1000.9747,49.9825,49.5440,0.2436,0.0000,5,1096.3569,452.3757,659.7725,-73.5243,51.9374,75.7486,-8.4413,0.6476,45.6631,0.0000,45.6631,5.6267,45.6631,0.7049,0.0000,44.9582,0.0000,44.9582,5.4535,39.5047,0.0000,39.5047,0.3002,39.2045,0.0000,0.0000,9.2305,29.9740,10297.5261,10297.5261,10297.5261,10297.5261,10297.5261 +141.5000,1.0000,1015.1096,50.8855,50.4210,0.2581,0.0000,5,1116.1641,468.1948,680.3756,-74.7493,54.7247,79.5253,-8.7370,0.6984,48.3293,0.0000,48.3293,5.6970,48.3293,0.7314,0.0000,47.5979,0.0000,47.5979,5.5520,42.0459,0.0000,42.0459,0.3237,41.7221,0.0000,0.0000,9.3973,32.3248,10881.9044,10881.9044,10881.9044,10881.9044,10881.9044 +142.5000,1.0000,1029.5656,52.0415,51.3500,0.3842,0.0000,5,1141.5207,608.7400,690.4786,-76.2619,72.7686,82.5397,-9.1163,1.0633,65.9130,0.0000,65.9130,5.7923,65.9130,0.8364,0.0000,65.0766,0.0000,65.0766,5.7577,59.3188,0.0000,59.3188,0.4929,58.8259,0.0000,0.0000,9.6108,49.2151,14376.5067,14376.5067,14376.5067,14376.5067,14376.5067 +143.5000,1.0000,1044.4714,53.6610,52.7330,0.5156,0.0000,5,1177.0450,756.6155,756.6155,-78.3810,93.2603,93.2603,-9.6612,1.4714,85.8621,0.0000,85.8621,5.9268,85.8621,0.9606,0.0000,84.9014,0.0000,84.9014,6.2039,78.6975,0.0000,78.6975,0.6821,78.0154,0.0000,0.0000,9.9099,68.1055,18186.4484,18186.4484,18186.4484,18186.4484,18186.4484 +144.5000,1.0000,1059.9109,55.5820,54.6880,0.5516,0.0000,5,1219.1818,813.0168,823.5554,-80.8879,103.7998,105.1453,-10.3272,1.6307,94.0321,0.0000,94.0321,8.1370,94.0321,1.0312,0.0000,93.0010,0.0000,93.0010,6.5019,86.4991,0.0000,86.4991,0.7560,85.7431,0.0000,0.0000,10.2646,75.4785,20191.4912,20191.4912,20191.4912,20191.4912,20191.4912 +145.5000,1.0000,1075.7753,57.1120,56.5750,0.2983,0.0000,5,1252.7412,527.2995,851.7579,-82.8783,69.1747,111.7393,-10.8725,0.9062,60.0268,0.0000,60.0268,8.2417,60.0268,0.8853,0.0000,59.1415,0.0000,59.1415,6.2314,52.9101,0.0000,52.9101,0.4201,52.4901,0.0000,0.0000,10.5472,41.9429,13701.3483,13701.3483,13701.3483,13701.3483,13701.3483 +146.5000,1.0000,1091.9210,58.1245,57.6490,0.2642,0.0000,5,1274.9502,488.6100,735.2487,-84.1954,65.2355,98.1649,-11.2411,0.8166,56.1344,0.0000,56.1344,8.2845,56.1344,0.8821,0.0000,55.2524,0.0000,55.2524,6.3418,48.9105,0.0000,48.9105,0.3786,48.5320,0.0000,0.0000,10.7342,37.7978,12978.3007,12978.3007,12978.3007,12978.3007,12978.3007 +147.5000,1.0000,1108.2963,58.9510,58.6000,0.1950,0.0000,5,1293.0793,411.8451,722.0264,-85.2706,55.7683,97.7703,-11.5466,0.6114,46.7487,0.0000,46.7487,8.4082,46.7487,0.8485,0.0000,45.9002,0.0000,45.9002,6.4320,39.4682,0.0000,39.4682,0.2834,39.1847,0.0000,0.0000,10.8868,28.2980,11163.5892,11163.5892,11163.5892,11163.5892,11163.5892 +148.5000,1.0000,1124.8069,59.4380,59.3020,0.0756,0.0000,5,1303.7616,279.2420,692.6597,-85.9042,38.1248,94.5686,-11.7285,0.2388,29.3974,0.0000,29.3974,8.4886,29.3974,0.7698,0.0000,28.6276,0.0000,28.6276,6.4852,22.1425,0.0000,22.1425,0.1107,22.0318,0.0000,0.0000,10.9767,11.0550,7857.8595,7857.8595,7857.8595,7857.8595,7857.8595 +149.5000,1.0000,1141.3878,59.6915,59.5740,0.0653,0.0000,5,1309.3221,267.4559,638.9804,-86.2340,36.6714,87.6118,-11.8237,0.2072,27.9913,0.0000,27.9913,8.4729,27.9913,0.7669,0.0000,27.2244,0.0000,27.2244,6.5128,20.7116,0.0000,20.7116,0.0961,20.6155,0.0000,0.0000,11.0235,9.5920,7585.0773,7585.0773,7585.0773,7585.0773,7585.0773 +150.5000,1.0000,1158.0063,59.8265,59.8090,0.0097,0.0000,5,1312.2833,205.9706,634.8995,-86.4096,28.3049,87.2492,-11.8746,0.0309,19.7501,0.0000,19.7501,8.5239,19.7501,0.7279,0.0000,19.0222,0.0000,19.0222,6.5275,12.4946,0.0000,12.4946,0.0143,12.4803,0.0000,0.0000,11.0485,1.4318,6038.0624,6038.0624,6038.0624,6038.0624,6038.0624 +151.5000,1.0000,1174.5980,59.7300,59.8440,-0.0633,0.0000,5,1310.1666,109.5897,609.1521,-86.2840,15.0357,83.5759,-11.8382,-0.2012,8.8138,0.0000,8.8138,6.4231,8.8138,0.6716,0.0000,8.1422,0.0000,8.1422,6.5170,1.6251,0.0000,1.6251,-0.0933,1.7184,0.0000,0.0000,11.0307,-9.3122,3580.6330,3580.6330,3580.6330,3580.6330,3580.6330 +152.5000,1.0000,1191.1398,59.5505,59.6160,-0.0364,0.0000,5,1306.2293,139.7562,567.8531,-86.0505,19.1170,77.6755,-11.7707,-0.1152,12.7957,0.0000,12.7957,6.4365,12.7957,0.6886,0.0000,12.1071,0.0000,12.1071,6.4974,5.6097,0.0000,5.6097,-0.0534,5.6631,0.0000,0.0000,10.9975,-5.3344,4328.5427,4328.5427,4328.5427,4328.5427,4328.5427 +153.5000,1.0000,1207.6419,59.4075,59.4850,-0.0431,0.0000,5,1303.0926,132.2996,579.7397,-85.8645,18.0535,79.1110,-11.7170,-0.1360,11.7745,0.0000,11.7745,6.4151,11.7745,0.6811,0.0000,11.0934,0.0000,11.0934,6.4818,4.6115,0.0000,4.6115,-0.0631,4.6746,0.0000,0.0000,10.9711,-6.2965,4128.9597,4128.9597,4128.9597,4128.9597,4128.9597 +154.5000,1.0000,1224.0705,59.1430,59.3300,-0.1039,0.0000,5,1297.2908,65.1578,575.2882,-85.5204,8.8518,78.1540,-11.6181,-0.3268,2.7605,0.0000,2.7605,6.4181,2.7605,0.6620,0.0000,2.0985,0.0000,2.0985,6.4530,-4.3545,0.0000,-4.3545,-0.1515,-4.2030,0.0000,0.0000,10.9222,-15.1252,2731.7775,2731.7775,2731.7775,2731.7775,2731.7775 +155.5000,1.0000,1240.3916,58.7560,58.9560,-0.1111,0.0000,5,1288.8020,57.1119,544.6202,-85.0170,7.7080,73.5036,-11.4741,-0.3472,1.6877,0.0000,1.6877,6.3675,1.6877,0.6580,0.0000,1.0297,0.0000,1.0297,6.4107,-5.3810,0.0000,-5.3810,-0.1610,-5.2201,0.0000,0.0000,10.8508,-16.0709,2581.3079,2581.3079,2581.3079,2581.3079,2581.3079 +156.5000,1.0000,1256.5896,58.3130,58.5560,-0.1350,0.0000,5,1279.0849,30.9274,538.6252,-84.4406,4.1426,72.1464,-11.3104,-0.4187,-1.7825,0.0000,-1.7825,6.3437,-1.7825,0.6591,0.0000,-2.4416,0.0000,-2.4416,6.3624,-8.8040,0.0000,-8.8040,-0.1941,-8.6099,0.0000,0.0000,10.7690,-19.3789,2134.4189,2134.4189,2134.4189,2134.4189,2134.4189 +157.5000,1.0000,1272.6278,57.7375,58.0700,-0.1847,0.0000,5,1266.4614,-24.0601,523.9491,-83.6920,-3.1909,69.4880,-11.0995,-0.5672,-8.8882,0.0000,-8.8882,6.2645,-8.8882,0.6671,0.0000,-9.5553,0.0000,-9.5553,6.2996,-15.8549,0.0000,-15.8549,-0.2630,-15.5920,0.0000,0.0000,10.6627,-26.2547,1140.6061,1140.6061,1140.6061,1140.6061,1140.6061 +158.5000,1.0000,1288.4312,56.8920,57.4050,-0.2850,0.0000,5,1247.9155,45.7087,494.6526,-82.5921,5.9733,64.6419,-10.7932,-0.8623,0.6291,0.0000,0.6291,6.2065,0.6291,0.6291,0.0000,0.0000,0.0000,0.0000,6.2074,-6.2074,23.5999,-29.8072,-0.3998,-29.4075,0.0000,0.0000,10.5065,-39.9140,2300.4878,2300.4878,2300.4878,2300.4878,2300.4878 +159.5000,1.0000,1303.9645,55.9200,56.3790,-0.2550,0.0000,5,1226.5949,46.4403,520.2170,-81.3276,5.9652,66.8212,-10.4464,-0.7584,0.6129,0.0000,0.6129,6.1107,0.6129,0.6129,0.0000,0.0000,0.0000,0.0000,6.1013,-6.1013,19.0256,-25.1269,-0.3516,-24.7753,0.0000,0.0000,10.3270,-35.1024,2265.8980,2265.8980,2265.8980,2265.8980,2265.8980 +160.5000,1.0000,1319.2234,54.9320,55.4610,-0.2939,0.0000,5,1204.9233,45.7533,515.1190,-80.0423,5.7731,64.9973,-10.0997,-0.8586,0.5967,0.0000,0.5967,6.0350,0.5967,0.5967,0.0000,0.0000,0.0000,0.0000,5.9935,-5.9935,24.0008,-29.9944,-0.3980,-29.5963,0.0000,0.0000,10.1446,-39.7409,2207.9069,2207.9069,2207.9069,2207.9069,2207.9069 +161.5000,1.0000,1334.1009,53.5590,54.4030,-0.4689,0.0440,5,1174.8068,41.8521,506.8658,-78.2475,5.1489,62.3574,-9.6264,-1.3356,0.5745,0.0000,0.5745,5.9101,0.5745,0.5745,0.0000,0.0000,0.0000,0.0000,5.8437,-5.8437,46.1359,-51.9796,-0.6192,-51.3605,0.5689,0.0000,9.8910,-61.8204,2118.4581,2118.4581,2118.4581,2118.4581,2118.4581 +162.5000,1.0000,1348.4377,51.6125,52.7150,-0.6125,0.2960,5,1132.1107,39.5029,493.9464,-75.7005,4.6832,58.5595,-8.9746,-1.6813,0.5436,0.0000,0.5436,5.8210,0.5436,0.5436,0.0000,0.0000,0.0000,0.0000,5.6313,-5.6313,59.7484,-65.3797,-0.7794,-64.6003,3.6880,0.0000,9.5315,-77.8198,2052.9992,2052.9992,2052.9992,2052.9992,2052.9992 +163.5000,1.0000,1362.2055,49.5640,50.5100,-0.5256,0.8280,5,1087.1772,41.6771,481.1427,-72.8672,4.7449,54.7776,-8.2959,-1.3854,0.5119,0.0000,0.5119,5.6184,0.5119,0.5119,0.0000,0.0000,0.0000,0.0000,5.4078,-5.4078,40.2978,-45.7056,-0.6422,-45.0634,9.9068,0.0000,9.1529,-64.1231,2009.6450,2009.6450,2009.6450,2009.6450,2009.6450 +164.5000,1.0000,1375.4027,47.5100,48.6180,-0.6156,0.9200,5,1042.1231,40.4697,470.3511,-69.6421,4.4165,51.3298,-7.6001,-1.5554,0.4810,0.0000,0.4810,5.4909,0.4810,0.4810,0.0000,0.0000,0.0000,0.0000,5.1837,-5.1837,48.2041,-53.3878,-0.7210,-52.6667,10.5513,0.0000,8.7736,-71.9916,1882.5409,1882.5409,1882.5409,1882.5409,1882.5409 +165.5000,1.0000,1388.0366,45.4820,46.4020,-0.5111,0.6230,5,997.6393,43.5161,457.9370,-66.7619,4.5462,47.8418,-6.9748,-1.2363,0.4513,0.0000,0.4513,5.3313,0.4513,0.4513,0.0000,0.0000,0.0000,0.0000,4.9624,-4.9624,37.5960,-42.5585,-0.5731,-41.9853,6.8402,0.0000,8.3992,-57.2248,1837.2033,1837.2033,1837.2033,1837.2033,1837.2033 +166.5000,1.0000,1400.2746,44.0570,44.5620,-0.2806,0.2700,5,966.3822,49.0360,444.8743,-68.5499,4.9624,45.0210,-6.9372,-0.6574,0.4309,0.0000,0.4309,5.1889,0.4309,0.4309,0.0000,0.0000,0.0000,0.0000,4.8070,-4.8070,14.9172,-19.7242,-0.3047,-19.4194,2.8716,0.0000,8.1362,-30.4273,1851.9339,1851.9339,1851.9339,1851.9339,1851.9339 +167.5000,1.0000,1412.3242,43.3785,43.5520,-0.0964,0.0350,5,951.4994,80.4452,440.6825,-69.4013,8.0156,43.9099,-6.9152,-0.2224,3.1291,0.0000,3.1291,5.1089,3.1291,0.4146,0.0000,2.7146,0.0000,2.7146,4.7329,-2.0184,0.0000,-2.0184,-0.1031,-1.9153,0.3665,0.0000,8.0109,-10.2927,2413.2669,2413.2669,2413.2669,2413.2669,2413.2669 +168.5000,1.0000,1424.2594,42.9665,43.2050,-0.1325,0.0000,5,942.4623,37.2041,452.9416,-69.9183,3.6718,44.7028,-6.9005,-0.3028,-1.1126,0.0000,-1.1126,5.0872,-1.1126,0.4194,0.0000,-1.5319,0.0000,-1.5319,4.6880,-6.2199,0.0000,-6.2199,-0.1404,-6.0796,0.0000,0.0000,7.9348,-14.0144,1553.9649,1553.9649,1553.9649,1553.9649,1553.9649 +169.5000,1.0000,1436.0992,42.6235,42.7280,-0.0581,0.0000,5,934.9386,119.1649,426.9478,-70.3486,11.6670,41.8010,-6.8876,-0.1316,6.7786,0.0000,6.7786,5.0200,6.7786,0.4090,0.0000,6.3696,0.0000,6.3696,4.6506,1.7190,0.0000,1.7190,-0.0610,1.7800,0.0000,0.0000,7.8715,-6.0915,2991.8551,2991.8551,2991.8551,2991.8551,2991.8551 +170.5000,1.0000,1447.8450,42.2850,42.5190,-0.1300,0.0000,5,927.5137,39.9160,466.7638,-70.7734,3.8770,45.3363,-6.8741,-0.2924,-0.8356,0.0000,-0.8356,5.0050,-0.8356,0.4092,0.0000,-1.2448,0.0000,-1.2448,4.6136,-5.8584,0.0000,-5.8584,-0.1355,-5.7229,0.0000,0.0000,7.8090,-13.5319,1562.3965,1562.3965,1562.3965,1562.3965,1562.3965 +171.5000,1.0000,1459.4989,41.9540,42.0510,-0.0539,0.0000,5,920.2533,123.8785,421.9188,-71.1887,11.9380,40.6598,-6.8604,-0.1202,7.1061,0.0000,7.1061,4.9521,7.1061,0.4019,0.0000,6.7042,0.0000,6.7042,4.5775,2.1267,0.0000,2.1267,-0.0557,2.1824,0.0000,0.0000,7.7479,-5.5655,3010.4336,3010.4336,3010.4336,3010.4336,3010.4336 +172.5000,1.0000,1471.1539,41.9580,41.8570,0.0561,0.0000,5,920.3410,245.9520,465.7149,-71.1837,23.7043,44.8846,-6.8605,0.1252,18.6398,0.0000,18.6398,4.9393,18.6398,0.4597,0.0000,18.1801,0.0000,18.1801,4.5779,13.6022,0.0000,13.6022,0.0580,13.5441,0.0000,0.0000,7.7486,5.7955,4952.1445,4952.1445,4952.1445,4952.1445,4952.1445 +173.5000,1.0000,1482.8595,42.1400,42.0590,0.0450,0.0000,5,924.3331,233.5910,530.5948,-70.9553,22.6107,51.3594,-6.8682,0.1009,17.5514,0.0000,17.5514,4.9584,17.5514,0.4566,0.0000,17.0948,0.0000,17.0948,4.5978,12.4970,0.0000,12.4970,0.0468,12.4503,0.0000,0.0000,7.7822,4.6681,4744.0653,4744.0653,4744.0653,4744.0653,4744.0653 +174.5000,1.0000,1494.5925,42.2390,42.2210,0.0100,0.0000,5,926.5047,194.5663,525.2648,-70.8311,18.8775,50.9630,-6.8723,0.0225,13.8989,0.0000,13.8989,4.9561,13.8989,0.4396,0.0000,13.4593,0.0000,13.4593,4.6086,8.8507,0.0000,8.8507,0.0104,8.8403,0.0000,0.0000,7.8005,1.0398,4105.2811,4105.2811,4105.2811,4105.2811,4105.2811 +175.5000,1.0000,1506.3863,42.4575,42.2570,0.1114,0.0000,5,931.2974,307.0427,506.6054,-70.5569,29.9444,49.4068,-6.8811,0.2515,24.7284,0.0000,24.7284,4.9645,24.7284,0.4966,0.0000,24.2318,0.0000,24.2318,4.6324,19.5994,0.0000,19.5994,0.1166,19.4828,0.0000,0.0000,7.8409,11.6419,6189.9434,6189.9434,6189.9434,6189.9434,6189.9434 +176.5000,1.0000,1518.3109,42.9285,42.6580,0.1503,0.0000,5,941.6287,349.7421,567.8982,-69.9659,34.4871,55.9988,-6.8991,0.3431,29.1764,0.0000,29.1764,4.9676,29.1764,0.5250,0.0000,28.6514,0.0000,28.6514,4.6838,23.9676,0.0000,23.9676,0.1591,23.8085,0.0000,0.0000,7.9278,15.8807,7015.2924,7015.2924,7015.2924,7015.2924,7015.2924 +177.5000,1.0000,1530.4423,43.6730,43.1990,0.2633,0.0000,5,957.9592,475.0627,594.8688,-69.0318,47.6570,59.6756,-6.9251,0.6117,42.0235,0.0000,42.0235,5.0218,42.0235,0.5990,0.0000,41.4245,0.0000,41.4245,4.7651,36.6594,0.0000,36.6594,0.2835,36.3759,0.0000,0.0000,8.0653,28.3105,9567.0936,9567.0936,9567.0936,9567.0936,9567.0936 +178.5000,1.0000,1542.8038,44.5015,44.1470,0.1969,0.0000,5,976.1322,401.0186,664.3511,-67.9922,40.9923,67.9102,-6.9502,0.4661,35.4419,0.0000,35.4419,5.0842,35.4419,0.5772,0.0000,34.8647,0.0000,34.8647,4.8555,30.0093,0.0000,30.0093,0.2161,29.7932,0.0000,0.0000,8.2183,21.5748,8328.3554,8328.3554,8328.3554,8328.3554,8328.3554 +179.5000,1.0000,1555.3570,45.1915,44.8560,0.1864,0.0000,5,991.2672,389.2452,633.6779,-67.1264,40.4057,65.7791,-6.9681,0.4480,34.8026,0.0000,34.8026,5.1552,34.8026,0.5833,0.0000,34.2193,0.0000,34.2193,4.9307,29.2885,0.0000,29.2885,0.2077,29.0808,0.0000,0.0000,8.3458,20.7351,8214.7084,8214.7084,8214.7084,8214.7084,8214.7084 +180.5000,1.0000,1568.1273,45.9730,45.5270,0.2478,0.0000,5,1008.4093,457.1304,632.2447,-67.2288,48.2731,66.7653,-7.0994,0.6058,42.4602,0.0000,42.4602,5.2071,42.4602,0.6322,0.0000,41.8280,0.0000,41.8280,5.0160,36.8120,0.0000,36.8120,0.2808,36.5311,0.0000,0.0000,8.4901,28.0411,9694.2890,9694.2890,9694.2890,9694.2890,9694.2890 +181.5000,1.0000,1581.1737,46.9670,46.4190,0.3044,0.0000,5,1030.2125,519.5907,668.2075,-68.7895,56.0553,72.0886,-7.4213,0.7605,50.0335,0.0000,50.0335,5.2614,50.0335,0.6838,0.0000,49.3496,0.0000,49.3496,5.1245,44.2252,0.0000,44.2252,0.3525,43.8726,0.0000,0.0000,8.6736,35.1990,11177.0426,11177.0426,11177.0426,11177.0426,11177.0426 +182.5000,1.0000,1594.5173,48.0370,47.5150,0.2900,0.0000,5,1053.6828,503.4097,701.6841,-70.4696,55.5469,77.4248,-7.7757,0.7409,49.4446,0.0000,49.4446,5.3614,49.4446,0.6959,0.0000,48.7487,0.0000,48.7487,5.2412,43.5075,0.0000,43.5075,0.3435,43.1641,0.0000,0.0000,8.8712,34.2928,11086.7025,11086.7025,11086.7025,11086.7025,11086.7025 +183.5000,1.0000,1608.1327,49.0155,48.5590,0.2536,0.0000,5,1075.1460,462.6918,697.6953,-72.0060,52.0940,78.5528,-8.1071,0.6611,45.9997,0.0000,45.9997,5.4332,45.9997,0.6926,0.0000,45.3071,0.0000,45.3071,5.3480,39.9591,0.0000,39.9591,0.3065,39.6526,0.0000,0.0000,9.0520,30.6007,10331.8778,10331.8778,10331.8778,10331.8778,10331.8778 +184.5000,1.0000,1622.0253,50.0135,49.4720,0.3008,0.0000,5,1097.0369,515.2310,681.8777,-73.5730,59.1905,78.3351,-8.4522,0.8002,52.8429,0.0000,52.8429,5.5474,52.8429,0.7412,0.0000,52.1016,0.0000,52.1016,5.4569,46.6448,0.0000,46.6448,0.3709,46.2738,0.0000,0.0000,9.2363,37.0376,11767.3888,11767.3888,11767.3888,11767.3888,11767.3888 +185.5000,1.0000,1636.1306,50.7790,50.5550,0.1244,0.0000,5,1113.8280,318.6477,710.0652,-74.6099,37.1670,82.8219,-8.7025,0.3361,31.2740,0.0000,31.2740,5.5569,31.2740,0.6446,0.0000,30.6295,0.0000,30.6295,5.5404,25.0891,0.0000,25.0891,0.1558,24.9333,0.0000,0.0000,9.3776,15.5557,7550.2072,7550.2072,7550.2072,7550.2072,7550.2072 +186.5000,1.0000,1650.3182,51.0755,51.0030,0.0403,0.0000,5,1120.3317,225.3486,620.5189,-74.9979,26.4381,72.7998,-8.7988,0.1094,20.7161,0.0000,20.7161,5.6126,20.7161,0.5961,0.0000,20.1200,0.0000,20.1200,5.5727,14.5473,0.0000,14.5473,0.0507,14.4965,0.0000,0.0000,9.4324,5.0642,5517.1340,5517.1340,5517.1340,5517.1340,5517.1340 +187.5000,1.0000,1664.5439,51.2125,51.1480,0.0358,0.0000,5,1123.3368,220.2030,577.4995,-75.1772,25.9037,67.9345,-8.8435,0.0976,20.2036,0.0000,20.2036,5.6025,20.2036,0.5956,0.0000,19.6081,0.0000,19.6081,5.5877,14.0204,0.0000,14.0204,0.0452,13.9751,0.0000,0.0000,9.4577,4.5174,5428.6792,5428.6792,5428.6792,5428.6792,5428.6792 +188.5000,1.0000,1678.7507,51.1445,51.2770,-0.0736,0.0000,5,1121.8452,99.0560,575.1754,-75.0882,11.6370,67.5712,-8.8213,-0.2002,6.1894,0.0000,6.1894,5.6479,6.1894,0.5245,0.0000,5.6649,0.0000,5.6649,5.5803,0.0846,0.0000,0.0846,-0.0928,0.1774,0.0000,0.0000,9.4451,-9.2677,2996.7429,2996.7429,2996.7429,2996.7429,2996.7429 +189.5000,1.0000,1692.8984,50.9315,51.0120,-0.0447,0.0000,5,1117.1731,131.2568,516.7148,-74.8095,15.3557,60.4505,-8.7520,-0.1211,9.8392,0.0000,9.8392,5.6377,9.8392,0.5396,0.0000,9.2995,0.0000,9.2995,5.5570,3.7425,0.0000,3.7425,-0.0562,3.7987,0.0000,0.0000,9.4058,-5.6071,3499.7925,3499.7925,3499.7925,3499.7925,3499.7925 +190.5000,1.0000,1706.9873,50.7200,50.8510,-0.0728,0.0000,5,1112.5339,100.2878,530.9981,-74.5327,11.6840,61.8635,-8.6834,-0.1963,6.2415,0.0000,6.2415,5.6388,6.2415,0.5185,0.0000,5.7230,0.0000,5.7230,5.5340,0.1890,0.0000,0.1890,-0.0910,0.2800,0.0000,0.0000,9.3667,-9.0867,3010.2310,3010.2310,3010.2310,3010.2310,3010.2310 +191.5000,1.0000,1721.0056,50.4660,50.5890,-0.0683,0.0000,5,1106.9624,104.9862,514.8994,-74.2004,12.1701,59.6876,-8.6014,-0.1834,6.7694,0.0000,6.7694,5.5841,6.7694,0.5174,0.0000,6.2520,0.0000,6.2520,5.5062,0.7457,0.0000,0.7457,-0.0850,0.8307,0.0000,0.0000,9.3198,-8.4891,3080.3938,3080.3938,3080.3938,3080.3938,3080.3938 +192.5000,1.0000,1734.9216,50.0975,50.3430,-0.1364,0.0000,5,1098.8794,30.0610,515.3401,-73.7049,3.4592,59.3024,-8.4815,-0.3634,-1.7449,0.0000,-1.7449,5.5675,-1.7449,0.5257,0.0000,-2.2706,0.0000,-2.2706,5.4660,-7.7366,0.0000,-7.7366,-0.1685,-7.5682,0.0000,0.0000,9.2518,-16.8199,1812.8913,1812.8913,1812.8913,1812.8913,1812.8913 +193.5000,1.0000,1748.6202,49.3150,49.8520,-0.2983,0.0000,5,1081.7154,46.1185,474.5338,-72.4762,5.2242,53.7538,-8.2099,-0.7825,0.5081,0.0000,0.5081,5.4985,0.5081,0.5081,0.0000,0.0000,0.0000,0.0000,5.3807,-5.3807,22.0916,-27.4723,-0.3627,-27.1095,0.0000,0.0000,9.1073,-36.2168,2082.5966,2082.5966,2082.5966,2082.5966,2082.5966 +194.5000,1.0000,1761.9003,47.8085,48.7780,-0.5386,0.0000,5,1048.6706,41.4848,474.0693,-70.1108,4.5557,52.0606,-7.6993,-1.3695,0.4854,0.0000,0.4854,5.4398,0.4854,0.4854,0.0000,0.0000,0.0000,0.0000,5.2163,-5.2163,49.9779,-55.1942,-0.6349,-54.5593,0.0000,0.0000,8.8290,-63.3884,1917.1826,1917.1826,1917.1826,1917.1826,1917.1826 +195.5000,1.0000,1774.7023,46.0870,46.8390,-0.4178,0.0720,5,1010.9099,46.2073,462.1594,-67.4078,4.8916,48.9252,-7.1359,-1.0240,0.4600,0.0000,0.4600,5.4556,0.4600,0.4600,0.0000,0.0000,0.0000,0.0000,5.0285,-5.0285,33.5313,-38.5598,-0.4747,-38.0851,0.8011,0.0000,8.5111,-47.3972,1921.0993,1921.0993,1921.0993,1921.0993,1921.0993 +196.5000,1.0000,1787.0448,44.4330,45.3350,-0.5011,0.0870,5,974.6297,43.5562,450.1674,-68.0781,4.4455,45.9454,-6.9483,-1.1842,0.4362,0.0000,0.4362,5.1934,0.4362,0.4362,0.0000,0.0000,0.0000,0.0000,4.8480,-4.8480,41.3732,-46.2212,-0.5490,-45.6723,0.9332,0.0000,8.2057,-54.8111,1770.5566,1770.5566,1770.5566,1770.5566,1770.5566 +197.5000,1.0000,1798.9950,43.0210,43.5310,-0.2833,0.0870,5,943.6577,48.6533,434.6979,-69.8499,4.8079,42.9567,-6.9025,-0.6483,0.4163,0.0000,0.4163,5.0399,0.4163,0.4163,0.0000,0.0000,0.0000,0.0000,4.6939,-4.6939,16.7641,-21.4580,-0.3005,-21.1575,0.9035,0.0000,7.9449,-30.0060,1777.9794,1777.9794,1777.9794,1777.9794,1777.9794 +198.5000,1.0000,1810.7519,42.3245,42.5110,-0.1036,0.0150,5,928.3801,70.2188,430.2846,-70.7238,6.8267,41.8322,-6.8758,-0.2332,2.0867,0.0000,2.0867,4.9732,2.0867,0.4024,0.0000,1.6843,0.0000,1.6843,4.6179,-2.9337,0.0000,-2.9337,-0.1081,-2.8256,0.1533,0.0000,7.8163,-10.7951,2148.5676,2148.5676,2148.5676,2148.5676,2148.5676 +199.5000,1.0000,1822.4623,42.1575,42.1380,0.0108,0.0000,5,924.7170,195.4988,439.6746,-70.9334,18.9313,42.5764,-6.8689,0.0243,13.9595,0.0000,13.9595,4.9475,13.9595,0.4388,0.0000,13.5207,0.0000,13.5207,4.5997,8.9210,0.0000,8.9210,0.0113,8.9097,0.0000,0.0000,7.7854,1.1243,4112.3327,4112.3327,4112.3327,4112.3327,4112.3327 +200.5000,1.0000,1834.2584,42.4660,42.1770,0.1606,0.0000,5,931.4839,361.5965,506.9485,-70.5463,35.2718,49.4502,-6.8814,0.3626,29.9507,0.0000,29.9507,4.9585,29.9507,0.5228,0.0000,29.4279,0.0000,29.4279,4.6334,24.7945,0.0000,24.7945,0.1681,24.6264,0.0000,0.0000,7.8424,16.7840,7174.8954,7174.8954,7174.8954,7174.8954,7174.8954 +201.5000,1.0000,1846.2160,43.0475,42.7550,0.1625,0.0000,5,944.2390,363.4645,596.3664,-69.8166,35.9395,58.9690,-6.9035,0.3720,30.5725,0.0000,30.5725,4.9950,30.5725,0.5335,0.0000,30.0390,0.0000,30.0390,4.6968,25.3422,0.0000,25.3422,0.1725,25.1697,0.0000,0.0000,7.9498,17.2199,7314.8768,7314.8768,7314.8768,7314.8768,7314.8768 +202.5000,1.0000,1858.4087,43.8935,43.3400,0.3075,0.0000,5,962.7958,523.9291,603.2284,-68.7551,52.8245,60.8197,-6.9321,0.7178,47.0809,0.0000,47.0809,5.0257,47.0809,0.6272,0.0000,46.4537,0.0000,46.4537,4.7891,41.6645,0.0000,41.6645,0.3328,41.3318,0.0000,0.0000,8.1060,33.2257,10493.0007,10493.0007,10493.0007,10493.0007,10493.0007 +203.5000,1.0000,1870.9569,45.1735,44.4470,0.4036,0.0000,5,990.8724,630.8298,691.4107,-67.1490,65.4574,71.7435,-6.9676,0.9697,59.4116,0.0000,59.4116,5.0761,59.4116,0.7061,0.0000,58.7055,0.0000,58.7055,5.0311,53.6744,0.0000,53.6744,0.4495,53.2248,0.0000,0.0000,8.3424,44.8824,12992.5614,12992.5614,12992.5614,12992.5614,12992.5614 +204.5000,1.0000,1883.9609,46.8145,45.9000,0.5080,0.0000,5,1026.8666,748.0246,748.0246,-68.5500,80.4375,80.4375,-7.3714,1.2649,73.9789,0.0000,73.9789,5.1937,73.9789,0.8014,0.0000,73.1775,0.0000,73.1775,5.3990,67.7785,0.0000,67.7785,0.5864,67.1921,0.0000,0.0000,8.6455,58.5466,15848.2605,15848.2605,15848.2605,15848.2605,15848.2605 +205.5000,1.0000,1897.4582,48.5905,47.7480,0.4786,0.0000,5,1065.8228,714.5048,807.3201,-71.3386,79.7478,90.1072,-7.9623,1.2369,73.1699,0.0000,73.1699,5.3410,73.1699,0.8224,0.0000,72.3475,0.0000,72.3475,5.5497,66.7978,0.0000,66.7978,0.5734,66.2244,0.0000,0.0000,8.9735,57.2510,15686.8148,15686.8148,15686.8148,15686.8148,15686.8148 +206.5000,1.0000,1911.4529,50.3810,49.4520,0.5161,0.0000,5,1105.0980,756.1381,795.7901,-74.0892,87.5045,92.0933,-8.5740,1.3829,80.6653,0.0000,80.6653,5.4563,80.6653,0.8857,0.0000,79.7797,0.0000,79.7797,5.8257,73.9539,0.0000,73.9539,0.6411,73.3129,0.0000,0.0000,9.3041,64.0087,17087.5713,17087.5713,17087.5713,17087.5713,17087.5713 +207.5000,1.0000,1925.8941,51.9880,51.3100,0.3767,0.0000,5,1140.3472,598.6190,819.1831,-76.1919,71.4852,97.8243,-9.0986,1.0415,64.8558,0.0000,64.8558,5.5879,64.8558,0.8304,0.0000,64.0255,0.0000,64.0255,5.7371,58.2884,0.0000,58.2884,0.4828,57.8056,0.0000,0.0000,9.6009,48.2047,14153.6455,14153.6455,14153.6455,14153.6455,14153.6455 +208.5000,1.0000,1940.7689,53.5495,52.6660,0.4908,0.0000,5,1174.5984,726.9368,752.1063,-78.2350,89.4159,92.5118,-9.6232,1.3979,82.3215,0.0000,82.3215,5.6965,82.3215,0.9412,0.0000,81.3803,0.0000,81.3803,6.1409,75.2394,0.0000,75.2394,0.6480,74.5914,0.0000,0.0000,9.8893,64.7022,17441.0375,17441.0375,17441.0375,17441.0375,17441.0375 +209.5000,1.0000,1956.1411,55.3400,54.4330,0.5039,0.0000,5,1213.8727,741.6464,811.1793,-80.5730,94.2755,103.1142,-10.2422,1.4831,86.9169,0.0000,86.9169,5.8755,86.9169,0.9918,0.0000,85.9251,0.0000,85.9251,6.3735,79.5515,0.0000,79.5515,0.6875,78.8640,0.0000,0.0000,10.2199,68.6441,18371.5661,18371.5661,18371.5661,18371.5661,18371.5661 +210.5000,1.0000,1971.9506,56.9140,56.2470,0.3706,0.0000,5,1248.3981,591.3233,820.9480,-82.6207,77.3048,107.3241,-10.8012,1.1217,70.1468,0.0000,70.1468,6.0363,70.1468,0.9327,0.0000,69.2141,0.0000,69.2141,6.2675,62.9466,0.0000,62.9466,0.5200,62.4267,0.0000,0.0000,10.5106,51.9161,15237.6297,15237.6297,15237.6297,15237.6297,15237.6297 +211.5000,1.0000,1988.1185,58.2045,57.5810,0.3464,0.0000,5,1276.7050,578.9935,761.2237,-84.2995,77.4092,101.7727,-11.2705,1.0723,68.1765,0.0000,68.1765,8.1604,68.1765,0.9436,0.0000,67.2330,0.0000,67.2330,6.3563,60.8766,0.0000,60.8766,0.4971,60.3796,0.0000,0.0000,10.7489,49.6306,15251.6112,15251.6112,15251.6112,15251.6112,15251.6112 +212.5000,1.0000,2004.6216,59.4110,58.8280,0.3239,0.0000,5,1303.1693,554.1898,759.3003,-85.8690,75.6289,103.6199,-11.7183,1.0234,66.2507,0.0000,66.2507,8.3548,66.2507,0.9536,0.0000,65.2971,0.0000,65.2971,6.4822,58.8149,0.0000,58.8149,0.4744,58.3405,0.0000,0.0000,10.9717,47.3688,14924.3605,14924.3605,14924.3605,14924.3605,14924.3605 +213.5000,1.0000,2021.4146,60.4550,59.9940,0.2561,0.0000,5,1326.0693,478.6143,752.4308,-87.2272,66.4631,104.4868,-12.1129,0.8235,57.1823,0.0000,57.1823,8.4573,57.1823,0.9255,0.0000,56.2569,0.0000,56.2569,6.5961,49.6607,0.0000,49.6607,0.3817,49.2790,0.0000,0.0000,11.1645,38.1145,13202.4493,13202.4493,13202.4493,13202.4493,13202.4493 +214.5000,1.0000,2038.3699,61.0390,60.9160,0.0683,0.0000,5,1338.8792,269.8818,725.0887,-87.9869,37.8393,101.6626,-12.3364,0.2218,29.0975,0.0000,29.0975,8.5200,29.0975,0.7948,0.0000,28.3027,0.0000,28.3027,6.6598,21.6428,0.0000,21.6428,0.1028,21.5400,0.0000,0.0000,11.2724,10.2676,7803.8335,7803.8335,7803.8335,7803.8335,7803.8335 +215.5000,1.0000,2055.3548,61.1455,61.1620,-0.0092,0.0000,5,1341.2153,183.5839,641.9618,-88.1255,25.7847,90.1646,-12.3774,-0.0298,17.3076,0.0000,17.3076,8.5069,17.3076,0.7376,0.0000,16.5699,0.0000,16.5699,6.6715,9.8985,0.0000,9.8985,-0.0138,9.9123,0.0000,0.0000,11.2921,-1.3798,5590.1427,5590.1427,5590.1427,5590.1427,5590.1427 +216.5000,1.0000,2072.2906,60.9690,61.1290,-0.0889,0.0000,5,1337.3438,95.1253,606.2504,-87.8959,13.3219,84.9031,-12.3095,-0.2882,5.1250,0.0000,5.1250,8.4852,5.1250,0.6878,0.0000,4.4371,0.0000,4.4371,6.6522,-2.2151,0.0000,-2.2151,-0.1336,-2.0815,0.0000,0.0000,11.2595,-13.3409,3351.9923,3351.9923,3351.9923,3351.9923,3351.9923 +217.5000,1.0000,2089.1370,60.6470,60.8090,-0.0900,0.0000,5,1330.2808,93.3360,568.1659,-87.4770,13.0023,79.1493,-12.1861,-0.2903,4.9288,0.0000,4.9288,8.3638,4.9288,0.6827,0.0000,4.2462,0.0000,4.2462,6.6171,-2.3709,0.0000,-2.3709,-0.1346,-2.2363,0.0000,0.0000,11.2000,-13.4363,3295.9836,3295.9836,3295.9836,3295.9836,3295.9836 +218.5000,1.0000,2105.9924,60.6795,60.4850,0.1081,0.0000,5,1330.9937,299.0326,567.3909,-87.5192,41.6796,79.0837,-12.1985,0.3487,34.9469,0.0000,34.9469,6.3840,34.9469,0.8180,0.0000,34.1288,0.0000,34.1288,6.6206,27.5082,0.0000,27.5082,0.1617,27.3466,0.0000,0.0000,11.2060,16.1406,8546.4166,8546.4166,8546.4166,8546.4166,8546.4166 +219.5000,1.0000,2122.9750,61.1375,60.8740,0.1464,0.0000,5,1341.0398,341.6755,653.0940,-88.1151,47.9826,91.7162,-12.3743,0.4760,41.0697,0.0000,41.0697,6.4370,41.0697,0.8563,0.0000,40.2134,0.0000,40.2134,6.6706,33.5428,0.0000,33.5428,0.2207,33.3221,0.0000,0.0000,11.2906,22.0315,9705.9803,9705.9803,9705.9803,9705.9803,9705.9803 +220.5000,1.0000,2140.1007,61.6525,61.4010,0.1397,0.0000,5,1352.3362,334.4745,672.3627,-88.7850,47.3670,95.2175,-12.5734,0.4581,40.3918,0.0000,40.3918,6.5171,40.3918,0.8616,0.0000,39.5302,0.0000,39.5302,6.7268,32.8034,0.0000,32.8034,0.2124,32.5910,0.0000,0.0000,11.3857,21.2053,9596.7138,9596.7138,9596.7138,9596.7138,9596.7138 +221.5000,1.0000,2157.3593,62.1310,61.9040,0.1261,0.0000,5,1362.8320,319.0767,671.5853,-89.4075,45.5372,95.8456,-12.7598,0.4167,38.5950,0.0000,38.5950,6.5254,38.5950,0.8607,0.0000,37.7344,0.0000,37.7344,6.7790,30.9554,0.0000,30.9554,0.1932,30.7622,0.0000,0.0000,11.4741,19.2882,9272.3771,9272.3771,9272.3771,9272.3771,9272.3771 +222.5000,1.0000,2174.7286,62.5295,62.3580,0.0953,0.0000,5,1371.5731,284.5977,667.3783,-89.9259,40.8770,95.8561,-12.9161,0.3169,34.0274,0.0000,34.0274,6.5327,34.0274,0.8446,0.0000,33.1828,0.0000,33.1828,6.8225,26.3603,0.0000,26.3603,0.1469,26.2135,0.0000,0.0000,11.5477,14.6658,8422.2240,8422.2240,8422.2240,8422.2240,8422.2240 +223.5000,1.0000,2192.1907,62.8635,62.7010,0.0903,0.0000,5,1378.8993,279.2298,655.4373,-90.3604,40.3202,94.6438,-13.0479,0.3018,33.4258,0.0000,33.4258,6.5926,33.4258,0.8473,0.0000,32.5786,0.0000,32.5786,6.8589,25.7196,0.0000,25.7196,0.1399,25.5797,0.0000,0.0000,11.6093,13.9704,8324.4868,8324.4868,8324.4868,8324.4868,8324.4868 +224.5000,1.0000,2209.7225,63.1145,63.0260,0.0492,0.0000,5,1384.4049,233.2467,654.6643,-90.6870,33.8148,94.9097,-13.1473,0.1650,27.0772,0.0000,27.0772,6.5726,27.0772,0.8198,0.0000,26.2574,0.0000,26.2574,6.8863,19.3711,0.0000,19.3711,0.0765,19.2946,0.0000,0.0000,11.6557,7.6389,7107.0856,7107.0856,7107.0856,7107.0856,7107.0856 +225.5000,1.0000,2227.3054,63.2985,63.2030,0.0531,0.0000,5,1388.4409,237.6845,637.6979,-90.9263,34.5587,92.7195,-13.2204,0.1786,27.7724,0.0000,27.7724,6.6076,27.7724,0.8265,0.0000,26.9459,0.0000,26.9459,6.9064,20.0396,0.0000,20.0396,0.0828,19.9568,0.0000,0.0000,11.6897,8.2671,7254.9048,7254.9048,7254.9048,7254.9048,7254.9048 +226.5000,1.0000,2244.9498,63.5195,63.3940,0.0697,0.0000,5,1393.2885,256.3537,640.5048,-91.2138,37.4032,93.4527,-13.3085,0.2355,30.5162,0.0000,30.5162,6.6515,30.5162,0.8440,0.0000,29.6722,0.0000,29.6722,6.9305,22.7417,0.0000,22.7417,0.1092,22.6325,0.0000,0.0000,11.7305,10.9020,7796.2001,7796.2001,7796.2001,7796.2001,7796.2001 +227.5000,1.0000,2262.6661,63.7790,63.6450,0.0744,0.0000,5,1398.9806,261.5688,648.9946,-91.5514,38.3201,95.0783,-13.4124,0.2525,31.3951,0.0000,31.3951,6.6725,31.3951,0.8529,0.0000,30.5422,0.0000,30.5422,6.9588,23.5834,0.0000,23.5834,0.1171,23.4664,0.0000,0.0000,11.7784,11.6880,7976.2135,7976.2135,7976.2135,7976.2135,7976.2135 +228.5000,1.0000,2280.4514,64.0270,63.9130,0.0633,0.0000,5,1404.4205,249.3801,652.2624,-91.8740,36.6765,95.9286,-13.5120,0.2157,29.7411,0.0000,29.7411,6.7197,29.7411,0.8489,0.0000,28.8922,0.0000,28.8922,6.9859,21.9063,0.0000,21.9063,0.1000,21.8064,0.0000,0.0000,11.8242,9.9822,7672.2110,7672.2110,7672.2110,7672.2110,7672.2110 +229.5000,1.0000,2298.3079,64.2835,64.1410,0.0792,0.0000,5,1410.0467,266.9917,648.8706,-92.2077,39.4239,95.8121,-13.6154,0.2707,32.4052,0.0000,32.4052,6.7480,32.4052,0.8666,0.0000,31.5386,0.0000,31.5386,7.0138,24.5247,0.0000,24.5247,0.1255,24.3993,0.0000,0.0000,11.8716,12.5277,8179.9922,8179.9922,8179.9922,8179.9922,8179.9922 +230.5000,1.0000,2316.1481,64.2245,64.4260,-0.1119,0.0000,5,1408.7526,54.7145,655.8181,-92.1310,8.0717,96.7491,-13.5916,-0.3824,1.7470,0.0000,1.7470,6.7071,1.7470,0.7545,0.0000,0.9925,0.0000,0.9925,7.0074,-6.0149,0.0000,-6.0149,-0.1773,-5.8377,0.0000,0.0000,11.8607,-17.6983,2902.0532,2902.0532,2902.0532,2902.0532,2902.0532 +231.5000,1.0000,2333.8766,63.8225,64.0230,-0.1114,0.0000,5,1399.9348,55.6040,571.5849,-91.6080,8.1516,83.7948,-13.4298,-0.3781,1.8215,0.0000,1.8215,6.7082,1.8215,0.7470,0.0000,1.0744,0.0000,1.0744,6.9635,-5.8891,0.0000,-5.8891,-0.1753,-5.7138,0.0000,0.0000,11.7864,-17.5003,2897.4874,2897.4874,2897.4874,2897.4874,2897.4874 +232.5000,1.0000,2351.4893,63.4060,63.6220,-0.1200,0.0000,5,1390.7989,45.7777,569.2210,-91.0662,6.6672,82.9037,-13.2633,-0.4047,0.4528,0.0000,0.4528,6.6191,0.4528,0.7429,0.0000,-0.2901,0.0000,-0.2901,6.9181,-7.2082,0.0000,-7.2082,-0.1876,-7.0206,0.0000,0.0000,11.7095,-18.7301,2696.0626,2696.0626,2696.0626,2696.0626,2696.0626 +233.5000,1.0000,2368.9688,62.9260,63.1900,-0.1467,0.0000,5,1380.2702,16.1349,562.2378,-90.4417,2.3322,81.2667,-13.0726,-0.4908,-3.7153,0.0000,-3.7153,6.5383,-3.7153,0.7447,0.0000,-4.4600,0.0000,-4.4600,6.8657,-11.3257,0.0000,-11.3257,-0.2275,-11.0982,0.0000,0.0000,11.6209,-22.7191,2152.9618,2152.9618,2152.9618,2152.9618,2152.9618 +234.5000,1.0000,2386.3025,62.4015,62.6620,-0.1447,0.0000,5,1368.7654,18.5638,546.9504,-89.7594,2.6609,78.3981,-12.8658,-0.4803,-3.3867,0.0000,-3.3867,6.5279,-3.3867,0.7345,0.0000,-4.1212,0.0000,-4.1212,6.8085,-10.9297,0.0000,-10.9297,-0.2227,-10.7070,0.0000,0.0000,11.5240,-22.2310,2162.4651,2162.4651,2162.4651,2162.4651,2162.4651 +235.5000,1.0000,2403.4985,61.9055,62.1410,-0.1308,0.0000,5,1357.8857,34.0455,544.6533,-89.1142,4.8412,77.4483,-12.6718,-0.4308,-1.2304,0.0000,-1.2304,6.5023,-1.2304,0.7203,0.0000,-1.9507,0.0000,-1.9507,6.7544,-8.7051,0.0000,-8.7051,-0.1997,-8.5054,0.0000,0.0000,11.4324,-19.9378,2384.7798,2384.7798,2384.7798,2384.7798,2384.7798 +236.5000,1.0000,2420.5449,61.3670,61.6700,-0.1683,0.0000,5,1346.0738,-7.4581,547.4932,-88.4136,-1.0513,77.1749,-12.4628,-0.5494,-6.9304,0.0000,-6.9304,6.4285,-6.9304,0.7250,0.0000,-7.6554,0.0000,-7.6554,6.6956,-14.3510,0.0000,-14.3510,-0.2547,-14.0963,0.0000,0.0000,11.3330,-25.4293,1648.2760,1648.2760,1648.2760,1648.2760,1648.2760 +237.5000,1.0000,2437.4284,60.7805,61.0640,-0.1575,0.0000,5,1333.2091,5.0410,526.5940,-87.6506,0.7038,73.5195,-12.2372,-0.5091,-5.2347,0.0000,-5.2347,6.4476,-5.2347,0.7104,0.0000,-5.9451,0.0000,-5.9451,6.6316,-12.5767,0.0000,-12.5767,-0.2360,-12.3407,0.0000,0.0000,11.2247,-23.5654,1851.5746,1851.5746,1851.5746,1851.5746,1851.5746 +238.5000,1.0000,2454.1489,60.1940,60.4970,-0.1683,0.0000,5,1320.3443,-7.1287,527.9900,-86.8877,-0.9857,73.0031,-12.0136,-0.5389,-6.8050,0.0000,-6.8050,6.3582,-6.8050,0.7041,0.0000,-7.5091,0.0000,-7.5091,6.5676,-14.0767,0.0000,-14.0767,-0.2498,-13.8269,0.0000,0.0000,11.1163,-24.9432,1588.4855,1588.4855,1588.4855,1588.4855,1588.4855 +239.5000,1.0000,2470.7179,59.6485,59.8910,-0.1347,0.0000,5,1308.3789,30.2048,519.3705,-86.1780,4.1385,71.1606,-11.8075,-0.4274,-1.7743,0.0000,-1.7743,6.3401,-1.7743,0.6820,0.0000,-2.4563,0.0000,-2.4563,6.5081,-8.9644,0.0000,-8.9644,-0.1981,-8.7663,0.0000,0.0000,11.0156,-19.7819,2194.4154,2194.4154,2194.4154,2194.4154,2194.4154 +240.5000,1.0000,2487.1498,59.1545,59.4060,-0.1397,0.0000,5,1297.5431,24.6211,532.1088,-85.5354,3.3455,72.3021,-11.6224,-0.4396,-2.4960,0.0000,-2.4960,6.2811,-2.4960,0.6753,0.0000,-3.1713,0.0000,-3.1713,6.4542,-9.6256,0.0000,-9.6256,-0.2038,-9.4218,0.0000,0.0000,10.9244,-20.3462,2076.4974,2076.4974,2076.4974,2076.4974,2076.4974 +241.5000,1.0000,2503.4464,58.6680,58.9030,-0.1306,0.0000,5,1286.8718,34.2923,526.7656,-84.9025,4.6213,70.9874,-11.4415,-0.4074,-1.1445,0.0000,-1.1445,6.1732,-1.1445,0.6636,0.0000,-1.8081,0.0000,-1.8081,6.4011,-8.2093,0.0000,-8.2093,-0.1888,-8.0204,0.0000,0.0000,10.8345,-18.8550,2207.4731,2207.4731,2207.4731,2207.4731,2207.4731 +242.5000,1.0000,2519.6468,58.3215,58.4330,-0.0619,0.0000,5,1279.2714,110.3452,528.8109,-84.4517,14.7824,70.8421,-11.3136,-0.1921,8.8001,0.0000,8.8001,6.1744,8.8001,0.6486,0.0000,8.1516,0.0000,8.1516,6.3633,1.7882,0.0000,1.7882,-0.0891,1.8773,0.0000,0.0000,10.7705,-8.8932,3489.9833,3489.9833,3489.9833,3489.9833,3489.9833 +243.5000,1.0000,2535.8221,58.2310,58.2100,0.0117,0.0000,5,1277.2863,191.9618,560.8514,-84.3340,25.6762,75.0179,-11.2803,0.0361,19.4970,0.0000,19.4970,6.1431,19.4970,0.7006,0.0000,18.7964,0.0000,18.7964,6.3535,12.4429,0.0000,12.4429,0.0167,12.4262,0.0000,0.0000,10.7538,1.6724,5518.4267,5518.4267,5518.4267,5518.4267,5518.4267 +244.5000,1.0000,2552.0257,58.3330,58.2520,0.0450,0.0000,5,1279.5236,228.8663,596.1070,-84.4667,30.6661,79.8732,-11.3178,0.1396,24.3905,0.0000,24.3905,6.1360,24.3905,0.7267,0.0000,23.6638,0.0000,23.6638,6.3646,17.2992,0.0000,17.2992,0.0647,17.2345,0.0000,0.0000,10.7727,6.4618,6424.5417,6424.5417,6424.5417,6424.5417,6424.5417 +245.5000,1.0000,2568.2786,58.5105,58.4140,0.0536,0.0000,5,1283.4170,238.8520,612.5644,-84.6976,32.1015,82.3281,-11.3833,0.1668,25.7248,0.0000,25.7248,6.2099,25.7248,0.7363,0.0000,24.9885,0.0000,24.9885,6.3840,18.6046,0.0000,18.6046,0.0773,18.5272,0.0000,0.0000,10.8054,7.7218,6704.0098,6704.0098,6704.0098,6704.0098,6704.0098 +246.5000,1.0000,2584.5757,58.6695,58.6070,0.0347,0.0000,5,1286.9047,217.3547,617.5720,-84.9044,29.2917,83.2267,-11.4421,0.1083,23.0264,0.0000,23.0264,6.1569,23.0264,0.7254,0.0000,22.3011,0.0000,22.3011,6.4013,15.8998,0.0000,15.8998,0.0502,15.8496,0.0000,0.0000,10.8348,5.0147,6181.4208,6181.4208,6181.4208,6181.4208,6181.4208 +247.5000,1.0000,2600.8711,58.6635,58.7320,-0.0381,0.0000,5,1286.7731,136.7286,608.6810,-84.8966,18.4243,82.0201,-11.4399,-0.1187,12.3556,0.0000,12.3556,6.1874,12.3556,0.6719,0.0000,11.6837,0.0000,11.6837,6.4007,5.2831,0.0000,5.2831,-0.0550,5.3381,0.0000,0.0000,10.8337,-5.4956,4167.7296,4167.7296,4167.7296,4167.7296,4167.7296 +248.5000,1.0000,2617.1099,58.4595,58.5950,-0.0753,0.0000,5,1282.2984,95.1359,573.4878,-84.6312,12.7750,77.0091,-11.3644,-0.2340,6.8740,0.0000,6.8740,6.1350,6.8740,0.6412,0.0000,6.2329,0.0000,6.2329,6.3784,-0.1455,0.0000,-0.1455,-0.1085,-0.0370,0.0000,0.0000,10.7960,-10.8331,3180.9922,3180.9922,3180.9922,3180.9922,3180.9922 +249.5000,1.0000,2633.2721,58.1840,58.3240,-0.0778,0.0000,5,1276.2553,92.3065,554.1937,-84.2728,12.3367,74.0675,-11.2630,-0.2407,6.4781,0.0000,6.4781,6.0993,6.4781,0.6363,0.0000,5.8418,0.0000,5.8418,6.3483,-0.5065,0.0000,-0.5065,-0.1116,-0.3949,0.0000,0.0000,10.7451,-11.1401,3120.7687,3120.7687,3120.7687,3120.7687,3120.7687 +250.5000,1.0000,2649.3324,57.8170,58.0440,-0.1261,0.0000,5,1268.2052,39.2710,551.0160,-83.7954,5.2154,73.1783,-11.1285,-0.3878,-0.4955,0.0000,-0.4955,6.0988,-0.4955,0.6475,0.0000,-1.1430,0.0000,-1.1430,6.3083,-7.4513,0.0000,-7.4513,-0.1798,-7.2715,0.0000,0.0000,10.6774,-17.9489,2243.4154,2243.4154,2243.4154,2243.4154,2243.4154 +251.5000,1.0000,2665.2206,57.1975,57.5900,-0.2181,0.0000,5,1254.6166,-62.1622,524.4679,-82.9895,-8.1671,68.9062,-10.9034,-0.6633,-13.5367,0.0000,-13.5367,6.0330,-13.5367,0.6696,0.0000,-14.2063,0.0000,-14.2063,6.2407,-20.4470,0.0000,-20.4470,-0.3075,-20.1395,0.0000,0.0000,10.5630,-30.7025,335.0291,335.0291,335.0291,335.0291,335.0291 +252.5000,1.0000,2680.9053,56.4650,56.8050,-0.1889,0.0000,5,1238.5494,-29.6464,475.0532,-82.0366,-3.8452,61.6147,-10.6402,-0.5672,-9.2830,0.0000,-9.2830,6.0050,-9.2830,0.6467,0.0000,-9.9297,0.0000,-9.9297,6.1608,-16.0904,0.0000,-16.0904,-0.2630,-15.8275,0.0000,0.0000,10.4277,-26.2552,970.7694,970.7694,970.7694,970.7694,970.7694 +253.5000,1.0000,2696.3849,55.7265,56.1250,-0.2214,0.0000,5,1222.3505,-65.5318,485.0565,-81.0758,-8.3884,62.0893,-10.3781,-0.6562,-13.6574,0.0000,-13.6574,5.9252,-13.6574,0.6454,0.0000,-14.3028,0.0000,-14.3028,6.0802,-20.3830,0.0000,-20.3830,-0.3042,-20.0788,0.0000,0.0000,10.2913,-30.3701,224.7246,224.7246,224.7246,224.7246,224.7246 +254.5000,1.0000,2711.6006,54.7765,55.3280,-0.3064,0.0000,5,1201.5124,44.1402,462.8357,-79.8400,5.5538,58.2350,-10.0456,-0.8926,0.5942,0.0000,0.5942,5.8523,0.5942,0.5942,0.0000,0.0000,0.0000,0.0000,5.9765,-5.9765,25.6353,-31.6118,-0.4138,-31.1981,0.0000,0.0000,10.1159,-41.3139,2174.7602,2174.7602,2174.7602,2174.7602,2174.7602 +255.5000,1.0000,2726.5114,53.6790,54.2250,-0.3033,0.0000,5,1177.4390,44.2991,506.7129,-78.4045,5.4621,62.4783,-9.6674,-0.8660,0.5764,0.0000,0.5764,5.7517,0.5764,0.5764,0.0000,0.0000,0.0000,0.0000,5.8568,-5.8568,24.7139,-30.5707,-0.4014,-30.1692,0.0000,0.0000,9.9132,-40.0824,2159.2365,2159.2365,2159.2365,2159.2365,2159.2365 +256.5000,1.0000,2741.1379,52.6555,53.1330,-0.2653,0.0000,5,1154.9887,45.2704,500.7544,-77.0653,5.4755,60.5663,-9.3211,-0.7429,0.5600,0.0000,0.5600,5.6583,0.5600,0.5600,0.0000,0.0000,0.0000,0.0000,5.7451,-5.7451,19.2605,-25.0056,-0.3444,-24.6612,0.0000,0.0000,9.7242,-34.3854,2160.0333,2160.0333,2160.0333,2160.0333,2160.0333 +257.5000,1.0000,2755.4848,51.6485,52.1780,-0.2942,0.0000,5,1132.9003,44.2880,495.4330,-75.7476,5.2542,58.7767,-8.9865,-0.8080,0.5441,0.0000,0.5441,5.5181,0.5441,0.5441,0.0000,0.0000,0.0000,0.0000,5.6353,-5.6353,22.6019,-28.2371,-0.3746,-27.8626,0.0000,0.0000,9.5382,-37.4008,2129.8864,2129.8864,2129.8864,2129.8864,2129.8864 +258.5000,1.0000,2769.5653,50.6900,51.1190,-0.2383,0.0000,5,1111.8758,45.7599,489.5525,-74.4935,5.3281,57.0012,-8.6737,-0.6425,0.5292,0.0000,0.5292,5.4414,0.5292,0.5292,0.0000,0.0000,0.0000,0.0000,5.5307,-5.5307,15.1457,-20.6764,-0.2979,-20.3785,0.0000,0.0000,9.3612,-29.7397,2139.6074,2139.6074,2139.6074,2139.6074,2139.6074 +259.5000,1.0000,2783.4825,50.1020,50.2610,-0.0883,0.0000,5,1098.9781,81.7712,486.8348,-73.7119,9.4106,56.0273,-8.4831,-0.2354,4.2263,0.0000,4.2263,5.4196,4.2263,0.5109,0.0000,3.7155,0.0000,3.7155,5.4665,-1.7511,0.0000,-1.7511,-0.1091,-1.6419,0.0000,0.0000,9.2526,-10.8945,2705.8987,2705.8987,2705.8987,2705.8987,2705.8987 +260.5000,1.0000,2797.3949,50.0845,49.9430,0.0786,0.0000,5,1098.5943,267.2297,503.7686,-73.6844,30.7433,57.9558,-8.4770,0.2094,25.1067,0.0000,25.1067,5.4272,25.1067,0.6036,0.0000,24.5031,0.0000,24.5031,5.4646,19.0385,0.0000,19.0385,0.0971,18.9414,0.0000,0.0000,9.2494,9.6921,6310.3819,6310.3819,6310.3819,6310.3819,6310.3819 +261.5000,1.0000,2811.4409,50.5655,50.2260,0.1886,0.0000,5,1109.1449,388.7824,593.6182,-74.3306,45.1568,68.9484,-8.6335,0.5072,39.2492,0.0000,39.2492,5.4004,39.2492,0.6813,0.0000,38.5679,0.0000,38.5679,5.5171,33.0508,0.0000,33.0508,0.2351,32.8156,0.0000,0.0000,9.3382,23.4774,9097.6092,9097.6092,9097.6092,9097.6092,9097.6092 +262.5000,1.0000,2825.6973,51.3230,50.9050,0.2322,0.0000,5,1125.7606,436.9904,652.8282,-75.3217,51.5165,76.9615,-8.8796,0.6339,45.4340,0.0000,45.4340,5.4486,45.4340,0.7234,0.0000,44.7107,0.0000,44.7107,5.5997,39.1109,0.0000,39.1109,0.2938,38.8171,0.0000,0.0000,9.4781,29.3390,10224.2210,10224.2210,10224.2210,10224.2210,10224.2210 +263.5000,1.0000,2840.1843,52.1535,51.7410,0.2292,0.0000,5,1143.9774,433.5332,677.8584,-76.4084,51.9360,81.2054,-9.1535,0.6357,45.7754,0.0000,45.7754,5.5250,45.7754,0.7374,0.0000,45.0379,0.0000,45.0379,5.6904,39.3476,0.0000,39.3476,0.2947,39.0529,0.0000,0.0000,9.6315,29.4215,10324.9845,10324.9845,10324.9845,10324.9845,10324.9845 +264.5000,1.0000,2854.9110,53.0160,52.5660,0.2500,0.0000,5,1162.8962,456.5642,679.1986,-77.5370,55.5996,82.7116,-9.4423,0.7049,49.2969,0.0000,49.2969,5.5977,49.2969,0.7680,0.0000,48.5289,0.0000,48.5289,5.7845,42.7444,0.0000,42.7444,0.3268,42.4177,0.0000,0.0000,9.7907,32.6269,11075.0115,11075.0115,11075.0115,11075.0115,11075.0115 +265.5000,1.0000,2869.8742,53.8675,53.4660,0.2231,0.0000,5,1181.5737,426.3714,692.6708,-78.6511,52.7567,85.7070,-9.7318,0.6390,46.4664,0.0000,46.4664,5.6512,46.4664,0.7668,0.0000,45.6996,0.0000,45.6996,5.8774,39.8223,0.0000,39.8223,0.2962,39.5260,0.0000,0.0000,9.9480,29.5780,10533.5046,10533.5046,10533.5046,10533.5046,10533.5046 +266.5000,1.0000,2885.0666,54.6925,54.2690,0.2353,0.0000,5,1199.6699,440.0312,682.2383,-79.7306,55.2807,85.7090,-10.0165,0.6844,48.8530,0.0000,48.8530,5.7434,48.8530,0.7914,0.0000,48.0615,0.0000,48.0615,5.9674,42.0942,0.0000,42.0942,0.3173,41.7769,0.0000,0.0000,10.1004,31.6766,11048.2013,11048.2013,11048.2013,11048.2013,11048.2013 +267.5000,1.0000,2900.5020,55.5675,55.1160,0.2508,0.0000,5,1218.8629,457.2833,690.8147,-80.8690,58.3672,88.1749,-10.3220,0.7413,51.7994,0.0000,51.7994,5.8265,51.7994,0.8198,0.0000,50.9796,0.0000,50.9796,6.0629,44.9167,0.0000,44.9167,0.3436,44.5731,0.0000,0.0000,10.2619,34.3112,11628.6031,11628.6031,11628.6031,11628.6031,11628.6031 +268.5000,1.0000,2916.1649,56.3865,56.0190,0.2042,0.0000,5,1236.8275,405.5011,701.0446,-81.9344,52.5206,90.7995,-10.6122,0.6123,45.9921,0.0000,45.9921,5.9162,45.9921,0.8036,0.0000,45.1885,0.0000,45.1885,6.1522,39.0363,0.0000,39.0363,0.2838,38.7525,0.0000,0.0000,10.4132,28.3393,10526.0608,10526.0608,10526.0608,10526.0608,10526.0608 +269.5000,1.0000,2932.0420,57.1575,56.7540,0.2242,0.0000,5,1253.7392,427.4685,681.2864,-82.9374,56.1229,89.4470,-10.8890,0.6814,49.4820,0.0000,49.4820,5.9595,49.4820,0.8333,0.0000,48.6487,0.0000,48.6487,6.2363,42.4123,0.0000,42.4123,0.3159,42.0964,0.0000,0.0000,10.5556,31.5409,11200.8467,11200.8467,11200.8467,11200.8467,11200.8467 +270.5000,1.0000,2948.1478,57.9810,57.5610,0.2333,0.0000,5,1271.8026,437.5714,693.2612,-84.0087,58.2770,92.3305,-11.1885,0.7195,51.5278,0.0000,51.5278,6.0297,51.5278,0.8567,0.0000,50.6710,0.0000,50.6710,6.3262,44.3449,0.0000,44.3449,0.3336,44.0113,0.0000,0.0000,10.7077,33.3036,11615.3341,11615.3341,11615.3341,11615.3341,11615.3341 +271.5000,1.0000,2964.4641,58.7385,58.4010,0.1875,0.0000,5,1288.4182,386.8158,700.2290,-84.9942,52.1903,94.4769,-11.4677,0.5857,45.4781,0.0000,45.4781,6.1264,45.4781,0.8387,0.0000,44.6394,0.0000,44.6394,6.4088,38.2306,0.0000,38.2306,0.2715,37.9590,0.0000,0.0000,10.8475,27.1115,10490.8661,10490.8661,10490.8661,10490.8661,10490.8661 +272.5000,1.0000,2980.9692,59.4185,59.0760,0.1903,0.0000,5,1303.3339,389.8052,681.6307,-85.8788,53.2025,93.0322,-11.7212,0.6013,46.4211,0.0000,46.4211,6.1801,46.4211,0.8546,0.0000,45.5666,0.0000,45.5666,6.4830,39.0835,0.0000,39.0835,0.2787,38.8048,0.0000,0.0000,10.9731,27.8317,10687.2520,10687.2520,10687.2520,10687.2520,10687.2520 +273.5000,1.0000,2997.6335,59.9915,59.7610,0.1281,0.0000,5,1315.9025,320.4150,685.2676,-86.6242,44.1535,94.4306,-11.9369,0.4086,37.5446,0.0000,37.5446,6.2003,37.5446,0.8196,0.0000,36.7250,0.0000,36.7250,6.5455,30.1795,0.0000,30.1795,0.1894,29.9901,0.0000,0.0000,11.0789,18.9111,8995.0127,8995.0127,8995.0127,8995.0127,8995.0127 +274.5000,1.0000,3014.3929,60.3340,60.2220,0.0622,0.0000,5,1323.4152,247.6126,658.6037,-87.0698,34.3161,91.2744,-12.0668,0.1997,27.8358,0.0000,27.8358,6.2806,27.8358,0.7767,0.0000,27.0591,0.0000,27.0591,6.5829,20.4761,0.0000,20.4761,0.0926,20.3836,0.0000,0.0000,11.1422,9.2414,7148.3407,7148.3407,7148.3407,7148.3407,7148.3407 +275.5000,1.0000,3031.1341,60.2680,60.4460,-0.0989,0.0000,5,1321.9675,68.6869,629.0372,-86.9839,9.5087,87.0815,-12.0417,-0.3170,3.5671,0.0000,3.5671,6.2586,3.5671,0.6795,0.0000,2.8877,0.0000,2.8877,6.5757,-3.6881,0.0000,-3.6881,-0.1469,-3.5411,0.0000,0.0000,11.1300,-14.6711,2852.2495,2852.2495,2852.2495,2852.2495,2852.2495 +276.5000,1.0000,3047.7273,59.7355,60.0900,-0.1969,0.0000,5,1310.2872,-39.4981,551.9066,-86.2912,-5.4196,75.7287,-11.8403,-0.6257,-10.9946,0.0000,-10.9946,6.2007,-10.9946,0.7066,0.0000,-11.7012,0.0000,-11.7012,6.5176,-18.2188,0.0000,-18.2188,-0.2901,-17.9288,0.0000,0.0000,11.0317,-28.9605,889.4742,889.4742,889.4742,889.4742,889.4742 +277.5000,1.0000,3064.1514,59.1270,59.3810,-0.1411,0.0000,5,1296.9399,22.1553,502.2256,-85.4996,3.0090,68.2099,-11.6121,-0.4437,-2.6987,0.0000,-2.6987,6.1515,-2.6987,0.6754,0.0000,-3.3740,0.0000,-3.3740,6.4512,-9.8253,0.0000,-9.8253,-0.2057,-9.6196,0.0000,0.0000,10.9193,-20.5389,2035.1591,2035.1591,2035.1591,2035.1591,2035.1591 +278.5000,1.0000,3080.4506,58.6770,58.8730,-0.1089,0.0000,5,1287.0692,57.4430,525.7565,-84.9142,7.7423,70.8623,-11.4449,-0.3398,2.0084,0.0000,2.0084,6.0737,2.0084,0.6559,0.0000,1.3525,0.0000,1.3525,6.4021,-5.0496,0.0000,-5.0496,-0.1575,-4.8921,0.0000,0.0000,10.8362,-15.7283,2582.5234,2582.5234,2582.5234,2582.5234,2582.5234 +279.5000,1.0000,3096.6741,58.4045,58.4810,-0.0425,0.0000,5,1281.0920,131.0131,539.2263,-84.5597,17.5762,72.3402,-11.3442,-0.1320,11.6509,0.0000,11.6509,6.0573,11.6509,0.6642,0.0000,10.9867,0.0000,10.9867,6.3724,4.6143,0.0000,4.6143,-0.0612,4.6755,0.0000,0.0000,10.7859,-6.1103,3996.7133,3996.7133,3996.7133,3996.7133,3996.7133 +280.5000,1.0000,3112.8827,58.3510,58.3280,0.0128,0.0000,5,1279.9184,192.7939,570.3205,-84.4901,25.8407,76.4416,-11.3244,0.0397,19.6999,0.0000,19.6999,6.1012,19.6999,0.7036,0.0000,18.9963,0.0000,18.9963,6.3666,12.6298,0.0000,12.6298,0.0184,12.6114,0.0000,0.0000,10.7760,1.8354,5551.7910,5551.7910,5551.7910,5551.7910,5551.7910 +281.5000,1.0000,3129.1246,58.4710,58.3740,0.0539,0.0000,5,1282.5506,238.0739,597.1097,-84.6462,31.9753,80.1968,-11.3687,0.1676,25.7478,0.0000,25.7478,6.0600,25.7478,0.7357,0.0000,25.0120,0.0000,25.0120,6.3796,18.6324,0.0000,18.6324,0.0777,18.5547,0.0000,0.0000,10.7981,7.7566,6678.4843,6678.4843,6678.4843,6678.4843,6678.4843 +282.5000,1.0000,3145.4196,58.6620,58.5680,0.0522,0.0000,5,1286.7402,236.3861,617.1521,-84.8947,31.8524,83.1595,-11.4393,0.1629,25.5887,0.0000,25.5887,6.1007,25.5887,0.7380,0.0000,24.8507,0.0000,24.8507,6.4005,18.4502,0.0000,18.4502,0.0755,18.3746,0.0000,0.0000,10.8334,7.5412,6663.5336,6663.5336,6663.5336,6663.5336,6663.5336 +283.5000,1.0000,3161.7821,58.9050,58.7560,0.0828,0.0000,5,1292.0703,285.2860,617.4699,-85.2108,38.6007,83.5469,-11.5295,0.2593,30.1937,0.0000,30.1937,8.1477,30.1937,0.7650,0.0000,29.4287,0.0000,29.4287,6.4270,23.0017,0.0000,23.0017,0.1202,22.8814,0.0000,0.0000,10.8783,12.0031,7940.5988,7940.5988,7940.5988,7940.5988,7940.5988 +284.5000,1.0000,3178.2221,59.1840,59.0540,0.0722,0.0000,5,1298.1901,273.4292,639.2408,-85.5737,37.1717,86.9023,-11.6334,0.2273,28.7773,0.0000,28.7773,8.1670,28.7773,0.7625,0.0000,28.0148,0.0000,28.0148,6.4574,21.5574,0.0000,21.5574,0.1054,21.4520,0.0000,0.0000,10.9298,10.5221,7680.3147,7680.3147,7680.3147,7680.3147,7680.3147 +285.5000,1.0000,3194.7399,59.4640,59.3140,0.0833,0.0000,5,1304.3319,285.7358,635.4972,-85.9380,39.0285,86.8021,-11.7382,0.2635,30.5661,0.0000,30.5661,8.1988,30.5661,0.7760,0.0000,29.7901,0.0000,29.7901,6.4880,23.3021,0.0000,23.3021,0.1222,23.1799,0.0000,0.0000,10.9815,12.1984,8025.4523,8025.4523,8025.4523,8025.4523,8025.4523 +286.5000,1.0000,3211.3367,59.7485,59.6140,0.0747,0.0000,5,1310.5723,275.9293,641.8727,-86.3081,37.8693,88.0924,-11.8452,0.2374,29.4284,0.0000,29.4284,8.2035,29.4284,0.7750,0.0000,28.6534,0.0000,28.6534,6.5190,22.1344,0.0000,22.1344,0.1101,22.0243,0.0000,0.0000,11.0341,10.9902,7806.1698,7806.1698,7806.1698,7806.1698,7806.1698 +287.5000,1.0000,3228.0039,60.0020,59.8830,0.0661,0.0000,5,1316.1328,266.2429,638.9824,-86.6379,36.6950,88.0678,-11.9409,0.2110,28.2637,0.0000,28.2637,8.2203,28.2637,0.7734,0.0000,27.4903,0.0000,27.4903,6.5467,20.9436,0.0000,20.9436,0.0978,20.8458,0.0000,0.0000,11.0809,9.7649,7586.6997,7586.6997,7586.6997,7586.6997,7586.6997 +288.5000,1.0000,3244.7467,60.2740,60.1210,0.0850,0.0000,5,1322.0991,287.5863,636.1718,-86.9917,39.8163,88.0779,-12.0440,0.2725,31.2384,0.0000,31.2384,8.3054,31.2384,0.7928,0.0000,30.4456,0.0000,30.4456,6.5764,23.8693,0.0000,23.8693,0.1263,23.7429,0.0000,0.0000,11.1311,12.6118,8175.2170,8175.2170,8175.2170,8175.2170,8175.2170 +289.5000,1.0000,3261.5782,60.5935,60.4270,0.0925,0.0000,5,1329.1073,296.1454,646.2933,-87.4074,41.2186,89.9535,-12.1657,0.2981,32.5415,0.0000,32.5415,8.3790,32.5415,0.8046,0.0000,31.7369,0.0000,31.7369,6.6112,25.1257,0.0000,25.1257,0.1382,24.9875,0.0000,0.0000,11.1901,13.7974,8455.1576,8455.1576,8455.1576,8455.1576,8455.1576 +290.5000,1.0000,3278.5059,60.9395,60.7600,0.0997,0.0000,5,1336.6967,288.7670,651.2697,-87.8575,40.4212,91.1638,-12.2982,0.3232,33.8292,0.0000,33.8292,6.2688,33.8292,0.8168,0.0000,33.0124,0.0000,33.0124,6.6490,26.3634,0.0000,26.3634,0.1498,26.2136,0.0000,0.0000,11.2540,14.9596,8304.3421,8304.3421,8304.3421,8304.3421,8304.3421 +291.5000,1.0000,3295.5499,61.3585,61.1190,0.1331,0.0000,5,1345.8874,325.9342,650.0090,-88.4026,45.9375,91.6129,-12.4595,0.4342,39.1752,0.0000,39.1752,6.3281,39.1752,0.8505,0.0000,38.3246,0.0000,38.3246,6.6947,31.6299,0.0000,31.6299,0.2013,31.4287,0.0000,0.0000,11.3314,20.0973,9335.3497,9335.3497,9335.3497,9335.3497,9335.3497 +292.5000,1.0000,3312.7252,61.8310,61.5980,0.1294,0.0000,5,1356.2516,321.8418,666.9105,-89.0172,45.7100,94.7189,-12.6428,0.4257,38.9218,0.0000,38.9218,6.3625,38.9218,0.8572,0.0000,38.0646,0.0000,38.0646,6.7463,31.3184,0.0000,31.3184,0.1973,31.1210,0.0000,0.0000,11.4187,19.7024,9299.4426,9299.4426,9299.4426,9299.4426,9299.4426 +293.5000,1.0000,3330.0606,62.4075,62.0640,0.1908,0.0000,5,1368.8970,389.8391,667.5703,-89.7672,55.8837,95.6966,-12.8682,0.6334,48.8616,0.0000,48.8616,6.3886,48.8616,0.9167,0.0000,47.9449,0.0000,47.9449,6.8092,41.1358,0.0000,41.1358,0.2936,40.8422,0.0000,0.0000,11.5251,29.3170,11236.8194,11236.8194,11236.8194,11236.8194,11236.8194 +294.5000,1.0000,3347.5854,63.0895,62.7510,0.1881,0.0000,5,1383.8566,387.1908,696.8280,-90.6544,56.1106,100.9823,-13.1374,0.6310,48.9620,0.0000,48.9620,6.5176,48.9620,0.9288,0.0000,48.0332,0.0000,48.0332,6.8836,41.1496,0.0000,41.1496,0.2925,40.8571,0.0000,0.0000,11.6511,29.2060,11292.1410,11292.1410,11292.1410,11292.1410,11292.1410 +295.5000,1.0000,3365.2754,63.6840,63.4280,0.1422,0.0000,5,1396.8968,335.9721,698.3803,-91.4278,49.1469,102.1610,-13.3743,0.4817,42.1335,0.0000,42.1335,6.5317,42.1335,0.9049,0.0000,41.2286,0.0000,41.2286,6.9484,34.2802,0.0000,34.2802,0.2233,34.0569,0.0000,0.0000,11.7609,22.2960,9994.3590,9994.3590,9994.3590,9994.3590,9994.3590 +296.5000,1.0000,3383.1077,64.1960,63.9400,0.1422,0.0000,5,1408.1274,335.9012,681.0906,-92.0939,49.5316,100.4328,-13.5801,0.4856,42.4755,0.0000,42.4755,6.5705,42.4755,0.9155,0.0000,41.5601,0.0000,41.5601,7.0043,34.5558,0.0000,34.5558,0.2251,34.3307,0.0000,0.0000,11.8554,22.4753,10075.0814,10075.0814,10075.0814,10075.0814,10075.0814 +297.5000,1.0000,3401.0895,64.7345,64.4520,0.1569,0.0000,5,1419.9393,351.9179,683.4216,-92.7944,52.3287,101.6219,-13.7981,0.5403,45.2168,0.0000,45.2168,6.5715,45.2168,0.9386,0.0000,44.2782,0.0000,44.2782,7.0630,37.2152,0.0000,37.2152,0.2505,36.9647,0.0000,0.0000,11.9549,25.0098,10597.3615,10597.3615,10597.3615,10597.3615,10597.3615 +298.5000,1.0000,3419.2195,65.2680,65.0170,0.1394,0.0000,5,1431.6416,332.8019,691.8252,-93.4885,49.8940,103.7192,-14.0159,0.4840,42.7388,0.0000,42.7388,6.6712,42.7388,0.9355,0.0000,41.8033,0.0000,41.8033,7.1213,34.6820,0.0000,34.6820,0.2244,34.4577,0.0000,0.0000,12.0534,22.4043,10152.0350,10152.0350,10152.0350,10152.0350,10152.0350 +299.5000,1.0000,3437.4966,65.7975,65.5190,0.1547,0.0000,5,1443.2560,349.6502,687.1398,-94.1773,52.8452,103.8525,-14.2337,0.5414,45.6009,0.0000,45.6009,6.7029,45.6009,0.9592,0.0000,44.6418,0.0000,44.6418,7.1790,37.4628,0.0000,37.4628,0.2510,37.2118,0.0000,0.0000,12.1512,25.0606,10695.8402,10695.8402,10695.8402,10695.8402,10695.8402 +300.5000,1.0000,3455.9118,66.2950,66.0760,0.1217,0.0000,5,1454.1686,313.4979,695.6693,-94.8245,47.7395,105.9366,-14.4399,0.4290,40.4731,0.0000,40.4731,6.8374,40.4731,0.9423,0.0000,39.5308,0.0000,39.5308,7.2333,32.2974,0.0000,32.2974,0.1989,32.0986,0.0000,0.0000,12.2430,19.8555,9776.2243,9776.2243,9776.2243,9776.2243,9776.2243 +301.5000,1.0000,3474.4631,66.7845,66.5140,0.1503,0.0000,5,1464.9057,344.9927,684.8654,-95.4613,52.9235,105.0615,-14.6442,0.5338,45.5499,0.0000,45.5499,6.8398,45.5499,0.9764,0.0000,44.5734,0.0000,44.5734,7.2867,37.2867,0.0000,37.2867,0.2474,37.0393,0.0000,0.0000,12.3334,24.7058,10736.5490,10736.5490,10736.5490,10736.5490,10736.5490 +302.5000,1.0000,3493.1648,67.3260,67.0550,0.1506,0.0000,5,1476.7834,345.3128,698.6692,-96.1657,53.4021,108.0481,-14.8719,0.5391,45.9696,0.0000,45.9696,6.8934,45.9696,0.9882,0.0000,44.9814,0.0000,44.9814,7.3458,37.6356,0.0000,37.6356,0.2499,37.3856,0.0000,0.0000,12.4334,24.9522,10851.3445,10851.3445,10851.3445,10851.3445,10851.3445 +303.5000,1.0000,3511.9634,67.6750,67.5970,0.0433,0.0000,5,1484.4387,226.3926,700.7768,-96.6198,35.1927,108.9358,-15.0195,0.1560,28.0782,0.0000,28.0782,6.9586,28.0782,0.9051,0.0000,27.1731,0.0000,27.1731,7.3839,19.7892,0.0000,19.7892,0.0723,19.7169,0.0000,0.0000,12.4979,7.2190,7458.4019,7458.4019,7458.4019,7458.4019,7458.4019 +304.5000,1.0000,3530.7495,67.6300,67.7530,-0.0683,0.0000,5,1483.4516,102.3329,658.8302,-96.5612,15.8971,102.3471,-15.0005,-0.2458,9.1881,0.0000,9.1881,6.9547,9.1881,0.8098,0.0000,8.3783,0.0000,8.3783,7.3790,0.9993,0.0000,0.9993,-0.1139,1.1133,0.0000,0.0000,12.4896,-11.3763,3974.5412,3974.5412,3974.5412,3974.5412,3974.5412 +305.5000,1.0000,3549.4193,67.2115,67.5070,-0.1642,0.0000,5,1474.2719,-3.2686,611.9403,-96.0168,-0.5046,94.4746,-14.8236,-0.5868,-6.8568,0.0000,-6.8568,6.9390,-6.8568,0.8314,0.0000,-7.6882,0.0000,-7.6882,7.3333,-15.0215,0.0000,-15.0215,-0.2720,-14.7495,0.0000,0.0000,12.4123,-27.1618,2037.1988,2037.1988,2037.1988,2037.1988,2037.1988 +306.5000,1.0000,3567.8893,66.4920,66.9160,-0.2356,0.0000,5,1458.4898,-82.1781,568.2532,-95.0808,-12.5513,86.7908,-14.5219,-0.8330,-18.5608,0.0000,-18.5608,6.8425,-18.5608,0.8472,0.0000,-19.4079,0.0000,-19.4079,7.2548,-26.6627,0.0000,-26.6627,-0.3862,-26.2766,0.0000,0.0000,12.2794,-38.5560,203.8003,203.8003,203.8003,203.8003,203.8003 +307.5000,1.0000,3586.1378,65.6945,66.0680,-0.2075,0.0000,5,1440.9968,-51.3132,532.5940,-94.0433,-7.7432,80.3689,-14.1912,-0.7250,-13.7723,0.0000,-13.7723,6.7541,-13.7723,0.8203,0.0000,-14.5926,0.0000,-14.5926,7.1678,-21.7604,0.0000,-21.7604,-0.3361,-21.4243,0.0000,0.0000,12.1321,-33.5565,901.8605,901.8605,901.8605,901.8605,901.8605 +308.5000,1.0000,3604.1553,64.8630,65.3210,-0.2544,0.0000,5,1422.7580,43.5460,537.8766,-92.9616,6.4880,80.1387,-13.8504,-0.8778,0.7687,0.0000,0.7687,6.5970,0.7687,0.7687,0.0000,0.0000,0.0000,0.0000,7.0771,-7.0771,21.9787,-29.0557,-0.4069,-28.6488,0.0000,0.0000,11.9786,-40.6274,2741.6622,2741.6622,2741.6622,2741.6622,2741.6622 +309.5000,1.0000,3621.9528,64.0710,64.4050,-0.1856,0.0000,5,1405.3856,-27.6064,568.9865,-91.9313,-4.0629,83.7387,-13.5297,-0.6323,-9.9552,0.0000,-9.9552,6.5246,-9.9552,0.7810,0.0000,-10.7362,0.0000,-10.7362,6.9907,-17.7269,0.0000,-17.7269,-0.2931,-17.4338,0.0000,0.0000,11.8323,-29.2661,1345.5272,1345.5272,1345.5272,1345.5272,1345.5272 +310.5000,1.0000,3639.5635,63.3985,63.7370,-0.1881,0.0000,5,1390.6344,-30.0180,536.3855,-91.0564,-4.3714,78.1122,-13.2603,-0.6341,-10.2481,0.0000,-10.2481,6.5107,-10.2481,0.7695,0.0000,-11.0176,0.0000,-11.0176,6.9173,-17.9349,0.0000,-17.9349,-0.2939,-17.6409,0.0000,0.0000,11.7081,-29.3491,1265.7407,1265.7407,1265.7407,1265.7407,1265.7407 +311.5000,1.0000,3657.0093,62.8050,63.0600,-0.1417,0.0000,5,1377.6161,21.0250,531.2271,-90.2843,3.0331,76.6367,-13.0247,-0.4732,-2.9301,0.0000,-2.9301,6.4365,-2.9301,0.7406,0.0000,-3.6707,0.0000,-3.6707,6.8525,-10.5232,0.0000,-10.5232,-0.2194,-10.3038,0.0000,0.0000,11.5985,-21.9024,2225.2108,2225.2108,2225.2108,2225.2108,2225.2108 +312.5000,1.0000,3674.3321,62.3620,62.5500,-0.1044,0.0000,5,1367.8990,61.7418,548.6438,-89.7080,8.8443,78.5910,-12.8503,-0.3464,2.8448,0.0000,2.8448,6.3459,2.8448,0.7182,0.0000,2.1266,0.0000,2.1266,6.8042,-4.6776,0.0000,-4.6776,-0.1606,-4.5170,0.0000,0.0000,11.5167,-16.0337,2888.1854,2888.1854,2888.1854,2888.1854,2888.1854 +313.5000,1.0000,3691.5896,62.1270,62.1740,-0.0261,0.0000,5,1362.7443,148.3699,563.4399,-89.4023,21.1733,80.4064,-12.7583,-0.0863,14.9610,0.0000,14.9610,6.2986,14.9610,0.7424,0.0000,14.2185,0.0000,14.2185,6.7785,7.4400,0.0000,7.4400,-0.0400,7.4800,0.0000,0.0000,11.4733,-3.9933,4761.5634,4761.5634,4761.5634,4761.5634,4761.5634 +314.5000,1.0000,3708.8138,62.0070,62.0800,-0.0406,0.0000,5,1360.1121,132.7212,597.4906,-89.2462,18.9036,85.1010,-12.7114,-0.1337,12.6932,0.0000,12.6932,6.3441,12.6932,0.7290,0.0000,11.9642,0.0000,11.9642,6.7655,5.1987,0.0000,5.1987,-0.0620,5.2607,0.0000,0.0000,11.4512,-6.1904,4343.7391,4343.7391,4343.7391,4343.7391,4343.7391 +315.5000,1.0000,3725.9659,61.7475,61.9340,-0.1036,0.0000,5,1354.4200,62.9743,589.8374,-88.9086,8.9319,83.6593,-12.6103,-0.3403,2.9406,0.0000,2.9406,6.3316,2.9406,0.7070,0.0000,2.2336,0.0000,2.2336,6.7371,-4.5036,0.0000,-4.5036,-0.1577,-4.3458,0.0000,0.0000,11.4032,-15.7491,2861.0931,2861.0931,2861.0931,2861.0931,2861.0931 +316.5000,1.0000,3742.9970,61.3120,61.5610,-0.1383,0.0000,5,1344.8674,24.4258,558.9674,-88.3421,3.4400,78.7217,-12.4416,-0.4511,-2.3627,0.0000,-2.3627,6.2538,-2.3627,0.7126,0.0000,-3.0753,0.0000,-3.0753,6.6896,-9.7649,0.0000,-9.7649,-0.2091,-9.5558,0.0000,0.0000,11.3228,-20.8786,2195.4153,2195.4153,2195.4153,2195.4153,2195.4153 +317.5000,1.0000,3759.8668,60.7315,61.0630,-0.1842,0.0000,5,1332.1343,-26.3515,539.4974,-87.5869,-3.6760,75.2603,-12.2184,-0.5949,-9.2473,0.0000,-9.2473,6.1661,-9.2473,0.7196,0.0000,-9.9669,0.0000,-9.9669,6.6263,-16.5932,0.0000,-16.5932,-0.2758,-16.3174,0.0000,0.0000,11.2156,-27.5330,1219.3777,1219.3777,1219.3777,1219.3777,1219.3777 +318.5000,1.0000,3776.5629,60.1060,60.4000,-0.1633,0.0000,5,1318.4140,-3.1737,514.2518,-86.7732,-0.4382,70.9997,-11.9803,-0.5221,-6.0502,0.0000,-6.0502,6.1341,-6.0502,0.7007,0.0000,-6.7509,0.0000,-6.7509,6.5580,-13.3089,0.0000,-13.3089,-0.2420,-13.0669,0.0000,0.0000,11.1001,-24.1670,1665.7101,1665.7101,1665.7101,1665.7101,1665.7101 +319.5000,1.0000,3793.0929,59.5080,59.8120,-0.1689,0.0000,5,1305.2970,-8.8191,520.1432,-85.9952,-1.2055,71.0986,-11.7547,-0.5345,-6.8135,0.0000,-6.8135,6.1425,-6.8135,0.6922,0.0000,-7.5057,0.0000,-7.5057,6.4928,-13.9985,0.0000,-13.9985,-0.2478,-13.7507,0.0000,0.0000,10.9897,-24.7403,1514.3683,1514.3683,1514.3683,1514.3683,1514.3683 +320.5000,1.0000,3809.5023,59.0735,59.2040,-0.0725,0.0000,5,1295.7663,97.3530,514.9864,-85.4300,13.2101,69.8797,-11.5922,-0.2278,7.3599,0.0000,7.3599,6.0779,7.3599,0.6536,0.0000,6.7063,0.0000,6.7063,6.4454,0.2609,0.0000,0.2609,-0.1056,0.3665,0.0000,0.0000,10.9094,-10.5429,3249.0536,3249.0536,3249.0536,3249.0536,3249.0536 +321.5000,1.0000,3825.8804,58.9615,58.9430,0.0103,0.0000,5,1293.3096,189.0809,559.3440,-85.2843,25.6082,75.7548,-11.5505,0.0322,19.5413,0.0000,19.5413,6.0347,19.5413,0.7127,0.0000,18.8286,0.0000,18.8286,6.4332,12.3954,0.0000,12.3954,0.0149,12.3805,0.0000,0.0000,10.8887,1.4918,5520.8051,5520.8051,5520.8051,5520.8051,5520.8051 +322.5000,1.0000,3842.2843,59.0540,58.9800,0.0411,0.0000,5,1295.3386,223.5575,598.4448,-85.4046,30.3250,81.1776,-11.5849,0.1291,24.1224,0.0000,24.1224,6.0735,24.1224,0.7371,0.0000,23.3853,0.0000,23.3853,6.4433,16.9420,0.0000,16.9420,0.0599,16.8822,0.0000,0.0000,10.9058,5.9764,6395.0803,6395.0803,6395.0803,6395.0803,6395.0803 +323.5000,1.0000,3858.7532,59.2880,59.1280,0.0889,0.0000,5,1300.4714,277.0405,613.8849,-85.7090,37.7288,83.6019,-11.6723,0.2803,31.2976,0.0000,31.2976,6.1508,31.2976,0.7768,0.0000,30.5208,0.0000,30.5208,6.4688,24.0521,0.0000,24.0521,0.1299,23.9221,0.0000,0.0000,10.9490,12.9731,7786.3011,7786.3011,7786.3011,7786.3011,7786.3011 +324.5000,1.0000,3875.3195,59.6385,59.4480,0.1058,0.0000,5,1308.1595,295.4119,637.6401,-86.1650,40.4685,87.3504,-11.8038,0.3357,34.0099,0.0000,34.0099,6.1229,34.0099,0.7961,0.0000,33.2138,0.0000,33.2138,6.5070,26.7068,0.0000,26.7068,0.1556,26.5512,0.0000,0.0000,11.0138,15.5374,8296.0617,8296.0617,8296.0617,8296.0617,8296.0617 +325.5000,1.0000,3891.9836,59.9910,59.8290,0.0900,0.0000,5,1315.8915,277.6346,646.8051,-86.6236,38.2580,89.1296,-11.9367,0.2872,31.8395,0.0000,31.8395,6.1313,31.8395,0.7911,0.0000,31.0485,0.0000,31.0485,6.5455,24.5030,0.0000,24.5030,0.1331,24.3699,0.0000,0.0000,11.0789,13.2910,7874.7873,7874.7873,7874.7873,7874.7873,7874.7873 +326.5000,1.0000,3908.7131,60.2260,60.1530,0.0406,0.0000,5,1321.0462,223.0087,640.7245,-86.9293,30.8509,88.6376,-12.0258,0.1299,24.5246,0.0000,24.5246,6.1964,24.5246,0.7584,0.0000,23.7662,0.0000,23.7662,6.5711,17.1951,0.0000,17.1951,0.0602,17.1349,0.0000,0.0000,11.1223,6.0126,6512.3701,6512.3701,6512.3701,6512.3701,6512.3701 +327.5000,1.0000,3925.4750,60.3430,60.2990,0.0244,0.0000,5,1323.6126,205.2295,618.9188,-87.0815,28.4465,85.7873,-12.0702,0.0784,22.1436,0.0000,22.1436,6.2244,22.1436,0.7484,0.0000,21.3952,0.0000,21.3952,6.5839,14.8113,0.0000,14.8113,0.0364,14.7749,0.0000,0.0000,11.1439,3.6311,6073.1727,6073.1727,6073.1727,6073.1727,6073.1727 +328.5000,1.0000,3942.2167,60.2700,60.3870,-0.0650,0.0000,5,1322.0114,105.5307,611.4815,-86.9865,14.6098,84.6539,-12.0425,-0.2084,8.6457,0.0000,8.6457,6.1724,8.6457,0.6797,0.0000,7.9660,0.0000,7.9660,6.5759,1.3901,0.0000,1.3901,-0.0966,1.4867,0.0000,0.0000,11.1304,-9.6437,3520.5073,3520.5073,3520.5073,3520.5073,3520.5073 +329.5000,1.0000,3958.8849,60.0055,60.1530,-0.0819,0.0000,5,1316.2096,86.8540,568.7719,-86.6424,11.9714,78.3956,-11.9422,-0.2615,6.0717,0.0000,6.0717,6.1612,6.0717,0.6686,0.0000,5.4031,0.0000,5.4031,6.5471,-1.1440,0.0000,-1.1440,-0.1212,-1.0228,0.0000,0.0000,11.0815,-12.1043,3134.3127,3134.3127,3134.3127,3134.3127,3134.3127 +330.5000,1.0000,3975.4460,59.6200,59.8580,-0.1322,0.0000,5,1307.7537,30.8838,558.8151,-86.1409,4.2295,76.5284,-11.7968,-0.4193,-1.4039,0.0000,-1.4039,6.0526,-1.4039,0.6806,0.0000,-2.0845,0.0000,-2.0845,6.5050,-8.5896,0.0000,-8.5896,-0.1944,-8.3952,0.0000,0.0000,11.0103,-19.4055,2203.7820,2203.7820,2203.7820,2203.7820,2203.7820 +331.5000,1.0000,3991.9132,59.2820,59.3820,-0.0556,0.0000,5,1300.3398,115.8053,533.1402,-85.7012,15.7693,72.5984,-11.6700,-0.1752,9.8972,0.0000,9.8972,6.0473,9.8972,0.6697,0.0000,9.2275,0.0000,9.2275,6.4681,2.7594,0.0000,2.7594,-0.0812,2.8406,0.0000,0.0000,10.9479,-8.1074,3702.4574,3702.4574,3702.4574,3702.4574,3702.4574 +332.5000,1.0000,4008.3417,59.1425,59.1820,-0.0219,0.0000,5,1297.2798,153.8869,568.1868,-85.5198,20.9057,77.1886,-11.6179,-0.0690,14.8403,0.0000,14.8403,6.1344,14.8403,0.6921,0.0000,14.1482,0.0000,14.1482,6.4529,7.6953,0.0000,7.6953,-0.0320,7.7273,0.0000,0.0000,10.9222,-3.1949,4650.4268,4650.4268,4650.4268,4650.4268,4650.4268 +333.5000,1.0000,4024.7714,59.1470,59.1030,0.0244,0.0000,5,1297.3786,204.9548,584.1689,-85.5256,27.8454,79.3659,-11.6196,0.0769,21.6977,0.0000,21.6977,6.0709,21.6977,0.7265,0.0000,20.9712,0.0000,20.9712,6.4534,14.5178,0.0000,14.5178,0.0356,14.4821,0.0000,0.0000,10.9230,3.5591,5936.3437,5936.3437,5936.3437,5936.3437,5936.3437 +334.5000,1.0000,4041.2370,59.2760,59.1910,0.0472,0.0000,5,1300.2081,230.0570,606.1746,-85.6934,31.3240,82.5352,-11.6678,0.1489,25.1196,0.0000,25.1196,6.0555,25.1196,0.7457,0.0000,24.3739,0.0000,24.3739,6.4675,17.9064,0.0000,17.9064,0.0690,17.8374,0.0000,0.0000,10.9468,6.8906,6592.1369,6592.1369,6592.1369,6592.1369,6592.1369 +335.5000,1.0000,4057.7860,59.5765,59.3610,0.1197,0.0000,5,1306.7996,310.3703,617.8688,-86.0843,42.4735,84.5539,-11.7804,0.3793,36.0418,0.0000,36.0418,6.0523,36.0418,0.8053,0.0000,35.2366,0.0000,35.2366,6.5003,28.7363,0.0000,28.7363,0.1759,28.5605,0.0000,0.0000,11.0023,17.5582,8677.5253,8677.5253,8677.5253,8677.5253,8677.5253 +336.5000,1.0000,4074.4482,59.9840,59.7920,0.1067,0.0000,5,1315.7380,296.2961,652.8463,-86.6145,40.8248,89.9516,-11.9341,0.3403,34.3339,0.0000,34.3339,6.1506,34.3339,0.8034,0.0000,33.5305,0.0000,33.5305,6.5447,26.9858,0.0000,26.9858,0.1577,26.8280,0.0000,0.0000,11.0776,15.7505,8370.4938,8370.4938,8370.4938,8370.4938,8370.4938 +337.5000,1.0000,4091.1431,60.1015,60.1760,-0.0414,0.0000,5,1318.3153,131.8151,648.1309,-86.7673,18.1976,89.4768,-11.9785,-0.1323,12.1665,0.0000,12.1665,6.1633,12.1665,0.6945,0.0000,11.4720,0.0000,11.4720,6.5575,4.9145,0.0000,4.9145,-0.0613,4.9758,0.0000,0.0000,11.0993,-6.1235,4171.2173,4171.2173,4171.2173,4171.2173,4171.2173 +338.5000,1.0000,4107.7954,59.9485,60.0270,-0.0436,0.0000,5,1314.9593,129.1046,579.3435,-86.5683,17.7780,79.7769,-11.9206,-0.1390,11.8018,0.0000,11.8018,6.1153,11.8018,0.6902,0.0000,11.1116,0.0000,11.1116,6.5409,4.5707,0.0000,4.5707,-0.0645,4.6352,0.0000,0.0000,11.0710,-6.4358,4090.7369,4090.7369,4090.7369,4090.7369,4090.7369 +339.5000,1.0000,4124.3713,59.6730,59.8700,-0.1094,0.0000,5,1308.9163,56.5241,576.8154,-86.2099,7.7477,79.0637,-11.8167,-0.3473,1.9662,0.0000,1.9662,6.1289,1.9662,0.6731,0.0000,1.2931,0.0000,1.2931,6.5108,-5.2177,0.0000,-5.2177,-0.1610,-5.0567,0.0000,0.0000,11.0201,-16.0768,2621.6530,2621.6530,2621.6530,2621.6530,2621.6530 +340.5000,1.0000,4140.7770,59.0605,59.4760,-0.2308,0.0000,5,1295.4812,-77.2404,542.8058,-85.4131,-10.4786,73.6384,-11.5873,-0.7251,-15.8383,0.0000,-15.8383,6.0847,-15.8383,0.7071,0.0000,-16.5454,0.0000,-16.5454,6.4440,-22.9893,0.0000,-22.9893,-0.3361,-22.6532,0.0000,0.0000,10.9070,-33.5602,72.5250,72.5250,72.5250,72.5250,72.5250 +341.5000,1.0000,4156.9428,58.1970,58.6450,-0.2489,0.0000,5,1276.5405,43.7696,479.6688,-84.2897,5.8511,64.1217,-11.2678,-0.7704,0.6511,0.0000,0.6511,5.9704,0.6511,0.6511,0.0000,0.0000,0.0000,0.0000,6.3498,-6.3498,18.9160,-25.2658,-0.3571,-24.9087,0.0000,0.0000,10.7475,-35.6562,2336.1238,2336.1238,2336.1238,2336.1238,2336.1238 +342.5000,1.0000,4172.8666,57.3255,57.7490,-0.2353,0.0000,5,1257.4243,-82.3633,527.2677,-83.1560,-10.8454,69.4291,-10.9497,-0.7173,-16.0148,0.0000,-16.0148,5.8868,-16.0148,0.6780,0.0000,-16.6928,0.0000,-16.6928,6.2547,-22.9475,0.0000,-22.9475,-0.3325,-22.6149,0.0000,0.0000,10.5866,-33.2015,0.0000,0.0000,0.0000,0.0000,0.0000 +343.5000,1.0000,4188.5789,56.5645,56.9020,-0.1875,0.0000,5,1240.7319,-29.6691,466.6697,-82.1660,-3.8549,60.6340,-10.6758,-0.5641,-9.1039,0.0000,-9.1039,5.8131,-9.1039,0.6479,0.0000,-9.7518,0.0000,-9.7518,6.1716,-15.9235,0.0000,-15.9235,-0.2615,-15.6620,0.0000,0.0000,10.4461,-26.1081,975.0613,975.0613,975.0613,975.0613,975.0613 +344.5000,1.0000,4204.1235,55.9605,56.2270,-0.1481,0.0000,5,1227.4833,13.7474,486.4970,-81.3803,1.7671,62.5352,-10.4608,-0.4406,-3.5356,0.0000,-3.5356,5.7434,-3.5356,0.6240,0.0000,-4.1596,0.0000,-4.1596,6.1057,-10.2653,0.0000,-10.2653,-0.2043,-10.0610,0.0000,0.0000,10.3345,-20.3956,1746.0468,1746.0468,1746.0468,1746.0468,1746.0468 +345.5000,1.0000,4219.5050,55.3735,55.6940,-0.1781,0.0000,5,1214.6075,-19.4136,502.5943,-80.6166,-2.4693,63.9267,-10.2539,-0.5244,-7.6217,0.0000,-7.6217,5.6768,-7.6217,0.6245,0.0000,-8.2462,0.0000,-8.2462,6.0417,-14.2879,0.0000,-14.2879,-0.2431,-14.0448,0.0000,0.0000,10.2261,-24.2709,1118.9677,1118.9677,1118.9677,1118.9677,1118.9677 +346.5000,1.0000,4234.7171,54.7635,55.0530,-0.1608,0.0000,5,1201.2273,-0.2282,483.9940,-79.8231,-0.0287,60.8827,-10.0411,-0.4684,-5.2020,0.0000,-5.2020,5.6417,-5.2020,0.6084,0.0000,-5.8104,0.0000,-5.8104,5.9751,-11.7855,0.0000,-11.7855,-0.2172,-11.5684,0.0000,0.0000,10.1135,-21.6819,1465.1995,1465.1995,1465.1995,1465.1995,1465.1995 +347.5000,1.0000,4249.7546,54.1350,54.4740,-0.1883,0.0000,5,1187.4413,-30.4607,488.8129,-79.0011,-3.7877,60.7832,-9.8237,-0.5422,-8.8379,0.0000,-8.8379,5.5924,-8.8379,0.6073,0.0000,-9.4452,0.0000,-9.4452,5.9066,-15.3517,0.0000,-15.3517,-0.2514,-15.1003,0.0000,0.0000,9.9974,-25.0977,856.4496,856.4496,856.4496,856.4496,856.4496 +348.5000,1.0000,4264.5974,53.4340,53.7960,-0.2011,0.0000,5,1172.0650,-44.4415,470.3560,-78.0839,-5.4547,57.7307,-9.5839,-0.5715,-10.4205,0.0000,-10.4205,5.5373,-10.4205,0.5999,0.0000,-11.0204,0.0000,-11.0204,5.8301,-16.8505,0.0000,-16.8505,-0.2649,-16.5856,0.0000,0.0000,9.8679,-26.4535,564.9395,564.9395,564.9395,564.9395,564.9395 +349.5000,1.0000,4279.2313,52.6820,53.0720,-0.2167,0.0000,5,1155.5700,-61.5850,458.9942,-77.0999,-7.4525,55.5434,-9.3299,-0.6071,-12.3102,0.0000,-12.3102,5.4648,-12.3102,0.5926,0.0000,-12.9029,0.0000,-12.9029,5.7480,-18.6509,0.0000,-18.6509,-0.2814,-18.3695,0.0000,0.0000,9.7291,-28.0985,210.2542,210.2542,210.2542,210.2542,210.2542 +350.5000,1.0000,4293.6709,51.9825,52.2920,-0.1719,0.0000,5,1140.2266,-12.1276,446.4487,-76.1847,-1.4481,53.3079,-9.0968,-0.4754,-6.3847,0.0000,-6.3847,5.4120,-6.3847,0.5667,0.0000,-6.9514,0.0000,-6.9514,5.6717,-12.6231,0.0000,-12.6231,-0.2204,-12.4027,0.0000,0.0000,9.5999,-22.0026,1135.5662,1135.5662,1135.5662,1135.5662,1135.5662 +351.5000,1.0000,4307.9267,51.3210,51.6730,-0.1956,0.0000,5,1125.7167,-38.1649,465.9567,-75.3191,-4.4991,54.9292,-8.8790,-0.5338,-9.3121,0.0000,-9.3121,5.3468,-9.3121,0.5637,0.0000,-9.8757,0.0000,-9.8757,5.5995,-15.4753,0.0000,-15.4753,-0.2474,-15.2278,0.0000,0.0000,9.4777,-24.7055,633.3156,633.3156,633.3156,633.3156,633.3156 +352.5000,1.0000,4321.9999,50.6635,50.9690,-0.1697,0.0000,5,1111.2945,-9.5514,449.4765,-74.4588,-1.1115,52.3076,-8.6651,-0.4573,-5.9501,0.0000,-5.9501,5.2959,-5.9501,0.5450,0.0000,-6.4951,0.0000,-6.4951,5.5278,-12.0229,0.0000,-12.0229,-0.2120,-11.8109,0.0000,0.0000,9.3563,-21.1672,1110.0149,1110.0149,1110.0149,1110.0149,1110.0149 +353.5000,1.0000,4335.8648,49.9135,50.3580,-0.2469,0.0000,5,1094.8434,44.7466,458.7828,-73.4160,5.1303,52.6002,-8.4173,-0.6555,0.5173,0.0000,0.5173,5.2686,0.5173,0.5173,0.0000,0.0000,0.0000,0.0000,5.4460,-5.4460,15.9823,-21.4283,-0.3039,-21.1244,0.0000,0.0000,9.2178,-30.3422,2086.4339,2086.4339,2086.4339,2086.4339,2086.4339 +354.5000,1.0000,4349.4859,49.0360,49.4690,-0.2406,0.0000,5,1075.5956,44.9036,480.1656,-72.0381,5.0578,54.0840,-8.1141,-0.6274,0.5039,0.0000,0.5039,5.1812,0.5039,0.5039,0.0000,0.0000,0.0000,0.0000,5.3502,-5.3502,14.9224,-20.2726,-0.2908,-19.9818,0.0000,0.0000,9.0557,-29.0375,2045.0910,2045.0910,2045.0910,2045.0910,2045.0910 +355.5000,1.0000,4362.8349,48.0565,48.6030,-0.3036,0.0000,5,1054.1105,43.7392,474.6238,-70.5002,4.8282,52.3919,-7.7822,-0.7760,0.4891,0.0000,0.4891,5.1151,0.4891,0.4891,0.0000,0.0000,0.0000,0.0000,5.2433,-5.2433,22.1585,-27.4018,-0.3597,-27.0421,0.0000,0.0000,8.8748,-35.9169,1973.1411,1973.1411,1973.1411,1973.1411,1973.1411 +356.5000,1.0000,4375.8021,46.6820,47.5100,-0.4600,0.0000,5,1023.9611,40.5092,466.4585,-68.3420,4.3438,50.0179,-7.3282,-1.1421,0.4688,0.0000,0.4688,5.0171,0.4688,0.4688,0.0000,0.0000,0.0000,0.0000,5.0934,-5.0934,39.6762,-44.7696,-0.5294,-44.2401,0.0000,0.0000,8.6210,-52.8611,1841.4368,1841.4368,1841.4368,1841.4368,1841.4368 +357.5000,1.0000,4388.3131,45.0395,45.8540,-0.4525,0.0000,5,987.9331,58.4312,453.2673,-67.3171,6.0451,46.8933,-6.9644,-1.0839,0.4449,0.0000,0.4449,6.6841,0.4449,0.4449,0.0000,0.0000,0.0000,0.0000,4.9142,-4.9142,37.4403,-42.3545,-0.5025,-41.8520,0.0000,0.0000,8.3177,-50.1697,2096.0287,2096.0287,2096.0287,2096.0287,2096.0287 +358.5000,1.0000,4400.4563,43.7155,44.2250,-0.2831,0.0000,5,958.8914,62.9115,449.3443,-68.9784,6.3173,45.1209,-6.9265,-0.6581,0.4261,0.0000,0.4261,6.5493,0.4261,0.4261,0.0000,0.0000,0.0000,0.0000,4.7697,-4.7697,17.9227,-22.6924,-0.3051,-22.3873,0.0000,0.0000,8.0732,-30.4605,2097.2283,2097.2283,2097.2283,2097.2283,2097.2283 +359.5000,1.0000,4412.3159,42.6945,43.2060,-0.2842,0.0000,5,936.4960,62.7169,441.6202,-70.2596,6.1506,43.3095,-6.8903,-0.6453,0.4118,0.0000,0.4118,6.3841,0.4118,0.4118,0.0000,0.0000,0.0000,0.0000,4.6583,-4.6583,17.6220,-22.2803,-0.2991,-21.9812,0.0000,0.0000,7.8846,-29.8658,2027.8617,2027.8617,2027.8617,2027.8617,2027.8617 +360.5000,1.0000,4423.8895,41.6650,42.1830,-0.2878,0.0000,5,913.9141,62.8628,431.7724,-71.5513,6.0163,41.3227,-6.8478,-0.6377,0.3976,0.0000,0.3976,6.2564,0.3976,0.3976,0.0000,0.0000,0.0000,0.0000,4.5460,-4.5460,17.5712,-22.1171,-0.2956,-21.8215,0.0000,0.0000,7.6945,-29.5160,1964.5057,1964.5057,1964.5057,1964.5057,1964.5057 +361.5000,1.0000,4435.1368,40.4905,41.1470,-0.3647,0.0000,5,888.1517,62.0454,419.9751,-73.1945,5.7707,39.0606,-6.8076,-0.7854,0.3816,0.0000,0.3816,6.1744,0.3816,0.3816,0.0000,0.0000,0.0000,0.0000,4.4178,-4.4178,24.8220,-29.2399,-0.3641,-28.8758,0.0000,0.0000,7.4776,-36.3534,1873.2787,1873.2787,1873.2787,1873.2787,1873.2787 +362.5000,1.0000,4446.0174,39.1700,39.8340,-0.3689,0.0000,5,859.1867,63.7226,409.7231,-75.2657,5.7334,36.8644,-6.7719,-0.7685,0.3640,0.0000,0.3640,6.1378,0.3640,0.3640,0.0000,0.0000,0.0000,0.0000,4.2738,-4.2738,24.4183,-28.6921,-0.3562,-28.3358,0.0000,0.0000,7.2337,-35.5696,1856.2072,1856.2072,1856.2072,1856.2072,1856.2072 +363.5000,1.0000,4456.6816,38.3910,38.5060,-0.0639,0.0000,5,842.0995,128.5482,418.0369,-76.4875,11.3360,36.8644,-6.7450,-0.1304,5.5296,0.0000,5.5296,5.9368,5.5296,0.3493,0.0000,5.1803,0.0000,5.1803,4.1888,0.9915,0.0000,0.9915,-0.0605,1.0520,0.0000,0.0000,7.0899,-6.0379,2842.4764,2842.4764,2842.4764,2842.4764,2842.4764 +364.5000,1.0000,4467.4106,38.6245,38.2760,0.1936,0.0000,5,847.2213,413.9765,433.4089,-76.1213,36.7283,38.4524,-6.7535,0.3977,30.4168,0.0000,30.4168,5.9138,30.4168,0.4766,0.0000,29.9403,0.0000,29.9403,4.2142,25.7260,0.0000,25.7260,0.1844,25.5417,0.0000,0.0000,7.1330,18.4087,7504.3942,7504.3942,7504.3942,7504.3942,7504.3942 +365.5000,1.0000,4478.1773,38.7603,38.9730,-0.1182,0.0000,0,818.6681,48.8551,583.7067,-78.1630,4.1884,50.0416,-6.7010,-1.8198,0.0000,0.0000,0.0000,6.0082,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.2291,-4.2291,0.0000,-4.2291,-0.1129,-4.1161,0.0000,0.0000,7.1581,-11.2742,1637.6630,1637.6630,1637.6630,1637.6630,1637.6630 +366.5000,1.0000,4489.0089,38.9936,40.2540,0.2478,0.0000,4,1031.4091,465.2530,465.2530,-68.8752,50.2515,50.2515,-7.4391,15.7677,29.9899,0.0000,29.9899,4.4938,36.8073,1.3309,0.0000,35.4764,0.0000,35.4764,4.2545,31.2219,0.0000,31.2219,0.2382,30.9837,0.0000,0.0000,7.2012,23.7825,10035.8062,10035.8062,10035.8062,10035.8062,10035.8062 +367.5000,1.0000,4500.3143,40.6996,41.5140,0.7000,0.0000,4,1321.2541,676.6754,676.6754,-86.9416,93.6258,93.6258,-12.0294,3.3191,85.6948,0.0000,85.6948,4.6119,85.6948,2.3498,0.0000,83.3450,0.0000,83.3450,4.9897,78.3553,0.0000,78.3553,0.7025,77.6528,0.0000,0.0000,7.5162,70.1366,18238.4100,18238.4100,18238.4100,18238.4100,18238.4100 +368.5000,1.0000,4512.3965,43.4956,43.2920,0.8533,0.0000,4,1412.0209,796.8362,796.8362,-92.3248,117.8254,117.8254,-13.6517,4.3235,108.7749,0.0000,108.7749,4.7269,108.7749,2.8817,0.0000,105.8933,0.0000,105.8933,5.5848,100.3085,0.0000,100.3085,0.9150,99.3934,0.0000,0.0000,8.0326,91.3609,22932.5885,22932.5885,22932.5885,22932.5885,22932.5885 +369.5000,1.0000,4525.1375,45.8677,45.0960,0.4646,0.0000,4,1489.0288,488.2623,847.8855,-96.8920,76.1351,132.2114,-15.1084,2.4825,68.8120,0.0000,68.8120,4.8407,68.8120,2.1447,0.0000,66.6673,0.0000,66.6673,5.2144,61.4529,0.0000,61.4529,0.5254,60.9275,0.0000,0.0000,8.4706,52.4569,15080.6590,15080.6590,15080.6590,15080.6590,15080.6590 +370.5000,1.0000,4538.2982,47.3785,46.7040,0.3747,0.0000,4,1538.0732,417.0406,755.8757,-99.8007,67.1713,121.7464,-16.0746,2.0682,60.1281,0.0000,60.1281,4.9750,60.1281,2.0120,0.0000,58.1161,0.0000,58.1161,5.2249,52.8912,0.0000,52.8912,0.4377,52.4535,0.0000,0.0000,8.7496,43.7039,13487.3768,13487.3768,13487.3768,13487.3768,13487.3768 +371.5000,1.0000,4551.7874,48.5610,48.0530,0.2822,0.0000,4,1576.4614,344.3295,741.6776,-102.0774,56.8442,122.4411,-16.8516,1.5966,50.1873,0.0000,50.1873,5.0603,50.1873,1.8459,0.0000,48.3414,0.0000,48.3414,5.2984,43.0430,0.0000,43.0430,0.3379,42.7051,0.0000,0.0000,8.9680,33.7371,11585.0069,11585.0069,11585.0069,11585.0069,11585.0069 +372.5000,1.0000,4565.5981,49.7185,49.0690,0.3608,0.0000,4,1614.0379,405.7432,727.4589,-103.9734,68.5794,122.9563,-17.5738,2.0899,61.3451,0.0000,61.3451,5.1443,61.3451,2.1017,0.0000,59.2434,0.0000,59.2434,5.4568,53.7866,0.0000,53.7866,0.4423,53.3443,0.0000,0.0000,9.1818,44.1625,13844.3066,13844.3066,13844.3066,13844.3066,13844.3066 +373.5000,1.0000,4579.7600,50.9830,50.3680,0.3417,0.0000,4,1655.0880,390.4631,752.2014,-105.4353,67.6752,130.3719,-18.2741,2.0293,60.4070,0.0000,60.4070,5.2390,60.4070,2.1193,0.0000,58.2877,0.0000,58.2877,5.5626,52.7250,0.0000,52.7250,0.4295,52.2955,0.0000,0.0000,9.4153,42.8802,13715.8942,13715.8942,13715.8942,13715.8942,13715.8942 +374.5000,1.0000,4594.2508,52.1670,51.5980,0.3161,0.0000,4,1693.5248,370.3478,754.9944,-106.8042,65.6795,133.8949,-18.9412,1.9211,58.4413,0.0000,58.4413,5.3172,58.4413,2.1146,0.0000,56.3266,0.0000,56.3266,5.6918,50.6348,0.0000,50.6348,0.4066,50.2282,0.0000,0.0000,9.6340,40.5943,13394.5273,13394.5273,13394.5273,13394.5273,13394.5273 +375.5000,1.0000,4609.0639,53.3270,52.7360,0.3283,0.0000,4,1731.1825,379.9918,757.0595,-108.1452,68.8883,137.2466,-19.6055,2.0397,61.4082,0.0000,61.4082,5.4404,61.4082,2.2085,0.0000,59.1997,0.0000,59.1997,5.8184,53.3813,0.0000,53.3813,0.4317,52.9496,0.0000,0.0000,9.8482,43.1014,14004.5737,14004.5737,14004.5737,14004.5737,14004.5737 +376.5000,1.0000,4623.9820,53.7053,53.9180,-0.1182,0.0000,0,1719.6826,12.8765,759.9759,-107.7357,2.3189,136.8601,-19.4016,-3.2407,0.0000,0.0000,0.0000,5.5595,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.8597,-5.8597,0.0000,-5.8597,-0.1565,-5.7032,0.0000,0.0000,9.9180,-15.6213,2939.4271,2939.4271,2939.4271,2939.4271,2939.4271 +377.5000,1.0000,4639.0890,54.3852,54.9130,0.4959,0.0000,5,1450.7531,572.4921,572.4921,-94.6219,86.9744,86.9744,-14.3752,-21.2256,102.5310,0.0000,102.5310,5.6690,84.3096,0.9640,0.0000,83.3456,0.0000,83.3456,6.2471,77.0985,0.0000,77.0985,0.6649,76.4335,0.0000,0.0000,10.0436,66.3899,17013.8322,17013.8322,17013.8322,17013.8322,17013.8322 +378.5000,1.0000,4654.6874,56.1539,56.0590,0.4867,0.0000,5,1231.7261,720.2908,799.3264,-81.6319,92.9075,103.1020,-10.5294,1.4536,85.7521,0.0000,85.7521,5.7018,85.7521,0.9987,0.0000,84.7534,0.0000,84.7534,6.4307,78.3226,0.0000,78.3226,0.6738,77.6488,0.0000,0.0000,10.3702,67.2786,18113.3609,18113.3609,18113.3609,18113.3609,18113.3609 +379.5000,1.0000,4670.6518,57.4720,57.0300,0.2456,0.0000,5,1260.6377,450.2497,814.0822,-83.3466,59.4391,107.4700,-11.0029,0.7506,52.8277,0.0000,52.8277,5.8608,52.8277,0.8550,0.0000,51.9727,0.0000,51.9727,6.2706,45.7020,0.0000,45.7020,0.3479,45.3541,0.0000,0.0000,10.6137,34.7404,11830.9717,11830.9717,11830.9717,11830.9717,11830.9717 +380.5000,1.0000,4686.8785,58.4160,57.9140,0.2789,0.0000,5,1281.3442,486.7104,703.9061,-84.5746,65.3078,94.4516,-11.3484,0.8665,58.5667,0.0000,58.5667,5.8747,58.5667,0.8989,0.0000,57.6677,0.0000,57.6677,6.3736,51.2941,0.0000,51.2941,0.4017,50.8924,0.0000,0.0000,10.7880,40.1044,12994.5729,12994.5729,12994.5729,12994.5729,12994.5729 +381.5000,1.0000,4703.3293,59.2230,58.9180,0.1694,0.0000,5,1299.0456,365.4443,722.1115,-85.6245,49.7135,98.2330,-11.6480,0.5337,43.1841,0.0000,43.1841,5.9956,43.1841,0.8352,0.0000,42.3490,0.0000,42.3490,6.4617,35.8873,0.0000,35.8873,0.2474,35.6399,0.0000,0.0000,10.9370,24.7028,10033.6657,10033.6657,10033.6657,10033.6657,10033.6657 +382.5000,1.0000,4719.9183,59.7205,59.5280,0.1069,0.0000,5,1309.9582,296.1201,674.3759,-86.2717,40.6213,92.5099,-11.8346,0.3397,34.2230,0.0000,34.2230,6.0586,34.2230,0.7985,0.0000,33.4245,0.0000,33.4245,6.5160,26.9085,0.0000,26.9085,0.1575,26.7510,0.0000,0.0000,11.0289,15.7221,8327.3168,8327.3168,8327.3168,8327.3168,8327.3168 +383.5000,1.0000,4736.5435,59.8505,59.9130,-0.0347,0.0000,5,1312.8097,138.9945,646.9501,-86.4408,19.1086,88.9408,-11.8836,-0.1105,13.1113,0.0000,13.1113,6.1078,13.1113,0.6951,0.0000,12.4161,0.0000,12.4161,6.5302,5.8860,0.0000,5.8860,-0.0512,5.9372,0.0000,0.0000,11.0529,-5.1157,4332.8609,4332.8609,4332.8609,4332.8609,4332.8609 +384.5000,1.0000,4753.0997,59.6025,59.7880,-0.1031,0.0000,5,1307.3699,62.8964,580.5673,-86.1182,8.6110,79.4840,-11.7902,-0.3267,2.9079,0.0000,2.9079,6.0298,2.9079,0.6695,0.0000,2.2383,0.0000,2.2383,6.5031,-4.2648,0.0000,-4.2648,-0.1514,-4.1134,0.0000,0.0000,11.0071,-15.1205,2720.7518,2720.7518,2720.7518,2720.7518,2720.7518 +385.5000,1.0000,4769.5612,59.2615,59.4170,-0.0864,0.0000,5,1299.8901,81.3482,546.5830,-85.6746,11.0735,74.4032,-11.6624,-0.2723,5.3388,0.0000,5.3388,6.0069,5.3388,0.6576,0.0000,4.6812,0.0000,4.6812,6.4659,-1.7847,0.0000,-1.7847,-0.1262,-1.6585,0.0000,0.0000,10.9441,-12.6026,2999.9515,2999.9515,2999.9515,2999.9515,2999.9515 +386.5000,1.0000,4785.9921,59.1510,59.1060,0.0250,0.0000,5,1297.4663,204.8683,553.6359,-85.5308,27.8355,75.2227,-11.6211,0.0786,21.7813,0.0000,21.7813,5.9756,21.7813,0.7270,0.0000,21.0543,0.0000,21.0543,6.4538,14.6004,0.0000,14.6004,0.0365,14.5640,0.0000,0.0000,10.9237,3.6403,5934.7320,5934.7320,5934.7320,5934.7320,5934.7320 +387.5000,1.0000,4802.4679,59.3130,59.1960,0.0650,0.0000,5,1301.0197,249.4891,606.2711,-85.7416,33.9910,82.5999,-11.6816,0.2050,27.7704,0.0000,27.7704,6.0156,27.7704,0.7596,0.0000,27.0108,0.0000,27.0108,6.4715,20.5393,0.0000,20.5393,0.0951,20.4442,0.0000,0.0000,10.9536,9.4906,7089.3831,7089.3831,7089.3831,7089.3831,7089.3831 +388.5000,1.0000,4819.0367,59.6475,59.4300,0.1208,0.0000,5,1308.3569,311.3994,626.2412,-86.1767,42.6651,85.8018,-11.8071,0.3833,36.2508,0.0000,36.2508,6.0309,36.2508,0.8075,0.0000,35.4434,0.0000,35.4434,6.5080,28.9353,0.0000,28.9353,0.1777,28.7576,0.0000,0.0000,11.0154,17.7422,8714.2006,8714.2006,8714.2006,8714.2006,8714.2006 +389.5000,1.0000,4835.7272,60.0860,59.8650,0.1228,0.0000,5,1317.9753,313.4348,653.6364,-86.7472,43.2597,90.2136,-11.9727,0.3924,36.8119,0.0000,36.8119,6.0554,36.8119,0.8175,0.0000,35.9944,0.0000,35.9944,6.5559,29.4386,0.0000,29.4386,0.1819,29.2567,0.0000,0.0000,11.0964,18.1603,8830.1521,8830.1521,8830.1521,8830.1521,8830.1521 +390.5000,1.0000,4852.5593,60.5955,60.3070,0.1603,0.0000,5,1329.1511,355.2955,656.4874,-87.4100,49.4530,91.3754,-12.1665,0.5165,42.8053,0.0000,42.8053,6.1312,42.8053,0.8559,0.0000,41.9494,0.0000,41.9494,6.6114,35.3379,0.0000,35.3379,0.2395,35.0985,0.0000,0.0000,11.1905,23.9080,9975.5744,9975.5744,9975.5744,9975.5744,9975.5744 +391.5000,1.0000,4869.5754,61.2580,60.8840,0.2078,0.0000,5,1343.6830,408.0645,675.8748,-88.2718,57.4188,95.1024,-12.4207,0.6769,50.5483,0.0000,50.5483,6.1936,50.5483,0.9057,0.0000,49.6426,0.0000,49.6426,6.6837,42.9589,0.0000,42.9589,0.3138,42.6451,0.0000,0.0000,11.3128,31.3322,11510.6054,11510.6054,11510.6054,11510.6054,11510.6054 +392.5000,1.0000,4886.7946,61.9890,61.6320,0.1983,0.0000,5,1359.7173,397.2355,699.6408,-89.2228,56.5621,99.6213,-12.7044,0.6539,49.6931,0.0000,49.6931,6.2151,49.6931,0.9137,0.0000,48.7794,0.0000,48.7794,6.7635,42.0159,0.0000,42.0159,0.3031,41.7128,0.0000,0.0000,11.4478,30.2649,11361.6982,11361.6982,11361.6982,11361.6982,11361.6982 +393.5000,1.0000,4904.2011,62.6635,62.3460,0.1764,0.0000,5,1374.5123,373.1958,698.0725,-90.1003,53.7173,100.4796,-12.9689,0.5879,46.8019,0.0000,46.8019,6.3275,46.8019,0.9107,0.0000,45.8912,0.0000,45.8912,6.8371,39.0541,0.0000,39.0541,0.2725,38.7816,0.0000,0.0000,11.5724,27.2092,10826.9181,10826.9181,10826.9181,10826.9181,10826.9181 +394.5000,1.0000,4921.7581,63.2050,62.9810,0.1244,0.0000,5,1386.3900,314.7627,691.1497,-90.8047,45.6980,100.3428,-13.1832,0.4183,39.0058,0.0000,39.0058,6.2739,39.0058,0.8810,0.0000,38.1248,0.0000,38.1248,6.8962,31.2286,0.0000,31.2286,0.1939,31.0347,0.0000,0.0000,11.6724,19.3623,9320.6330,9320.6330,9320.6330,9320.6330,9320.6330 +395.5000,1.0000,4939.4135,63.5595,63.4290,0.0725,0.0000,5,1394.1659,257.4116,670.3840,-91.2659,37.5812,97.8739,-13.3245,0.2451,30.9768,0.0000,30.9768,6.3594,30.9768,0.8470,0.0000,30.1298,0.0000,30.1298,6.9348,23.1950,0.0000,23.1950,0.1136,23.0814,0.0000,0.0000,11.7379,11.3435,7830.8764,7830.8764,7830.8764,7830.8764,7830.8764 +396.5000,1.0000,4957.1061,63.6935,63.6900,0.0019,0.0000,5,1397.1052,178.9189,649.1738,-91.4402,26.1766,94.9771,-13.3781,0.0066,19.8135,0.0000,19.8135,6.3566,19.8135,0.7935,0.0000,19.0200,0.0000,19.0200,6.9495,12.0705,0.0000,12.0705,0.0031,12.0675,0.0000,0.0000,11.7626,0.3049,5732.8359,5732.8359,5732.8359,5732.8359,5732.8359 +397.5000,1.0000,4974.8074,63.7245,63.6970,0.0153,0.0000,5,1397.7852,193.7337,619.0173,-91.4805,28.3579,90.6091,-13.3905,0.0518,21.9465,0.0000,21.9465,6.3597,21.9465,0.8047,0.0000,21.1418,0.0000,21.1418,6.9528,14.1889,0.0000,14.1889,0.0240,14.1649,0.0000,0.0000,11.7683,2.3966,6127.7760,6127.7760,6127.7760,6127.7760,6127.7760 +398.5000,1.0000,4992.5237,63.7790,63.7520,0.0150,0.0000,5,1398.9806,193.3326,625.0394,-91.5514,28.3234,91.5688,-13.4124,0.0509,21.9213,0.0000,21.9213,6.3512,21.9213,0.8055,0.0000,21.1158,0.0000,21.1158,6.9588,14.1570,0.0000,14.1570,0.0236,14.1334,0.0000,0.0000,11.7784,2.3550,6122.8623,6122.8623,6122.8623,6122.8623,6122.8623 +399.5000,1.0000,5010.2740,63.9010,63.8060,0.0528,0.0000,5,1401.6567,235.1268,625.4745,-91.7101,34.5122,91.8079,-13.4613,0.1794,27.9963,0.0000,27.9963,6.3366,27.9963,0.8380,0.0000,27.1583,0.0000,27.1583,6.9721,20.1862,0.0000,20.1862,0.0831,20.1030,0.0000,0.0000,11.8009,8.3021,7270.0078,7270.0078,7270.0078,7270.0078,7270.0078 +400.5000,1.0000,5028.0929,64.1480,63.9960,0.0844,0.0000,5,1407.0746,270.8029,642.7248,-92.0315,39.9024,94.7045,-13.5607,0.2881,33.1820,0.0000,33.1820,6.4323,33.1820,0.8682,0.0000,32.3139,0.0000,32.3139,6.9991,25.3148,0.0000,25.3148,0.1336,25.1813,0.0000,0.0000,11.8465,13.3347,8269.3902,8269.3902,8269.3902,8269.3902,8269.3902 +401.5000,1.0000,5046.0131,64.5125,64.3000,0.1181,0.0000,5,1415.0698,308.4915,658.0277,-92.5056,45.7140,97.5103,-13.7080,0.4051,38.7912,0.0000,38.7912,6.5178,38.7912,0.9026,0.0000,37.8887,0.0000,37.8887,7.0388,30.8498,0.0000,30.8498,0.1878,30.6621,0.0000,0.0000,11.9139,18.7482,9368.6674,9368.6674,9368.6674,9368.6674,9368.6674 +402.5000,1.0000,5064.0490,64.9295,64.7250,0.1136,0.0000,5,1424.2166,302.9043,674.2203,-93.0481,45.1762,100.5557,-13.8775,0.3923,38.3236,0.0000,38.3236,6.4603,38.3236,0.9075,0.0000,37.4161,0.0000,37.4161,7.0843,30.3318,0.0000,30.3318,0.1819,30.1499,0.0000,0.0000,11.9909,18.1590,9278.0223,9278.0223,9278.0223,9278.0223,9278.0223 +403.5000,1.0000,5082.1476,65.1550,65.1340,0.0117,0.0000,5,1429.1629,189.6969,673.5320,-93.3415,28.3903,100.8019,-13.9696,0.0404,21.8605,0.0000,21.8605,6.4894,21.8605,0.8291,0.0000,21.0314,0.0000,21.0314,7.1089,13.9225,0.0000,13.9225,0.0187,13.9037,0.0000,0.0000,12.0325,1.8712,6155.0276,6155.0276,6155.0276,6155.0276,6155.0276 +404.5000,1.0000,5100.2965,65.3360,65.1760,0.0889,0.0000,5,1433.1331,275.4290,632.0660,-93.5769,41.3357,94.8588,-14.0438,0.3089,34.5300,0.0000,34.5300,6.4968,34.5300,0.8957,0.0000,33.6343,0.0000,33.6343,7.1287,26.5056,0.0000,26.5056,0.1432,26.3624,0.0000,0.0000,12.0659,14.2965,8540.1791,8540.1791,8540.1791,8540.1791,8540.1791 +405.5000,1.0000,5118.5689,65.7805,65.4960,0.1581,0.0000,5,1442.8832,352.5704,666.0178,-94.1552,53.2728,100.6342,-14.2267,0.5530,46.1370,0.0000,46.1370,6.5829,46.1370,0.9615,0.0000,45.1754,0.0000,45.1754,7.1772,37.9983,0.0000,37.9983,0.2563,37.7419,0.0000,0.0000,12.1480,25.5939,10773.6318,10773.6318,10773.6318,10773.6318,10773.6318 +406.5000,1.0000,5137.0210,66.4275,66.0650,0.2014,0.0000,5,1457.0750,400.9365,697.0447,-94.9969,61.1767,106.3582,-14.4951,0.7115,53.7880,0.0000,53.7880,6.6773,53.7880,1.0113,0.0000,52.7767,0.0000,52.7767,7.2478,45.5289,0.0000,45.5289,0.3298,45.1991,0.0000,0.0000,12.2675,32.9316,12314.3825,12314.3825,12314.3825,12314.3825,12314.3825 +407.5000,1.0000,5155.7360,67.3740,66.7900,0.3244,0.0000,5,1477.8363,537.9369,717.9467,-96.2282,83.2504,111.1085,-14.8921,1.1626,75.2778,0.0000,75.2778,6.8100,75.2778,1.1357,0.0000,74.1421,0.0000,74.1421,7.3510,66.7911,0.0000,66.7911,0.5389,66.2522,0.0000,0.0000,12.4423,53.8099,16352.9245,16352.9245,16352.9245,16352.9245,16352.9245 +408.5000,1.0000,5174.7960,68.6160,67.9580,0.3656,0.0000,5,1505.0793,583.4750,769.5704,-97.8439,91.9624,121.2932,-15.4213,1.3340,83.7798,0.0000,83.7798,6.8486,83.7798,1.2007,0.0000,82.5791,0.0000,82.5791,7.5431,75.0360,0.0000,75.0360,0.6184,74.4176,0.0000,0.0000,12.6717,61.7459,17997.0276,17997.0276,17997.0276,17997.0276,17997.0276 +409.5000,1.0000,5194.1919,69.8255,69.2740,0.3064,0.0000,5,1531.6095,517.9014,788.7533,-99.4174,83.0661,126.5080,-15.9455,1.1378,74.8837,0.0000,74.8837,7.0446,74.8837,1.1784,0.0000,73.7053,0.0000,73.7053,7.6185,66.0868,0.0000,66.0868,0.5275,65.5593,0.0000,0.0000,12.8950,52.6643,16421.4237,16421.4237,16421.4237,16421.4237,16421.4237 +410.5000,1.0000,5213.8360,70.7185,70.3770,0.1897,0.0000,5,1551.1973,387.9092,770.9192,-100.5791,63.0124,125.2289,-16.3382,0.7136,55.2313,0.0000,55.2313,7.0675,55.2313,1.0967,0.0000,54.1346,0.0000,54.1346,7.7159,46.4186,0.0000,46.4186,0.3308,46.0878,0.0000,0.0000,13.0600,33.0279,12733.5685,12733.5685,12733.5685,12733.5685,12733.5685 +411.5000,1.0000,5233.6908,71.4775,71.0600,0.2319,0.0000,5,1567.8458,434.8178,732.4355,-101.5665,71.3903,120.2545,-16.6756,0.8817,63.3708,0.0000,63.3708,7.1378,63.3708,1.1516,0.0000,62.2191,0.0000,62.2191,7.7988,54.4204,0.0000,54.4204,0.4087,54.0116,0.0000,0.0000,13.2001,40.8115,14262.3593,14262.3593,14262.3593,14262.3593,14262.3593 +412.5000,1.0000,5253.5753,71.5840,71.8950,-0.1728,0.0000,5,1570.1819,-13.4782,749.1516,-101.7050,-2.2162,123.1823,-16.7233,-0.6578,-8.8005,0.0000,-8.8005,7.2421,-8.8005,0.9204,0.0000,-9.7210,0.0000,-9.7210,7.8104,-17.5313,0.0000,-17.5313,-0.3049,-17.2264,0.0000,0.0000,13.2198,-30.4462,2010.1518,2010.1518,2010.1518,2010.1518,2010.1518 +413.5000,1.0000,5273.2386,70.7880,71.2730,-0.2694,0.0000,5,1552.7217,34.5579,598.4195,-100.6695,5.6191,97.3034,-16.3689,-1.0144,0.8806,0.0000,0.8806,5.7529,0.8806,0.8806,0.0000,0.0000,0.0000,0.0000,7.7235,-7.7235,26.6264,-34.3499,-0.4703,-33.8796,0.0000,0.0000,13.0728,-46.9524,2905.7561,2905.7561,2905.7561,2905.7561,2905.7561 +414.5000,1.0000,5292.6249,69.7905,70.3030,-0.2847,0.0070,5,1530.8418,31.9042,606.7000,-99.3718,5.1145,97.2597,-15.9302,-1.0568,0.8613,0.0000,0.8613,5.3101,0.8613,0.8613,0.0000,0.0000,0.0000,0.0000,7.6147,-7.6147,28.7843,-36.3989,-0.4899,-35.9090,0.1179,0.0000,12.8886,-48.9155,2809.0848,2809.0848,2809.0848,2809.0848,2809.0848 +415.5000,1.0000,5311.5844,68.2545,69.2780,-0.5686,0.0110,5,1497.1499,26.1373,594.2612,-97.3736,4.0978,93.1690,-15.2664,-2.0641,0.8319,0.0000,0.8319,5.3301,0.8319,0.8319,0.0000,0.0000,0.0000,0.0000,7.4471,-7.4471,76.2615,-83.7086,-0.9569,-82.7518,0.1812,0.0000,12.6049,-95.5379,2627.7906,2627.7906,2627.7906,2627.7906,2627.7906 +416.5000,1.0000,5330.1236,66.7410,67.2310,-0.2722,0.0110,5,1463.9515,32.1573,581.0504,-95.4047,4.9299,89.0777,-14.6260,-0.9663,0.8034,0.0000,0.8034,5.0927,0.8034,0.8034,0.0000,0.0000,0.0000,0.0000,7.2820,-7.2820,25.3878,-32.6698,-0.4479,-32.2219,0.1772,0.0000,12.3254,-44.7245,2638.3927,2638.3927,2638.3927,2638.3927,2638.3927 +417.5000,1.0000,5348.4921,66.1265,66.2510,-0.0692,0.0020,5,1450.4726,89.9581,578.7482,-94.6053,13.6640,87.9079,-14.3699,-0.2433,8.8683,0.0000,8.8683,5.0390,8.8683,0.7813,0.0000,8.0870,0.0000,8.0870,7.2149,0.8720,0.0000,0.8720,-0.1128,0.9848,0.0319,0.0000,12.2119,-11.2590,3632.5789,3632.5789,3632.5789,3632.5789,3632.5789 +418.5000,1.0000,5366.8631,66.1355,66.0020,0.0742,0.0000,5,1450.6700,248.7233,600.0365,-94.6170,37.7845,91.1538,-14.3736,0.2609,32.5248,0.0000,32.5248,4.9988,32.5248,0.8998,0.0000,31.6250,0.0000,31.6250,7.2159,24.4091,0.0000,24.4091,0.1209,24.2882,0.0000,0.0000,12.2136,12.0746,7880.4606,7880.4606,7880.4606,7880.4606,7880.4606 +419.5000,1.0000,5385.3072,66.3990,66.2690,0.0722,0.0000,5,1456.4498,246.6907,659.6994,-94.9598,37.6250,100.6167,-14.4832,0.2550,32.3335,0.0000,32.3335,5.0365,32.3335,0.9035,0.0000,31.4300,0.0000,31.4300,7.2447,24.1854,0.0000,24.1854,0.1182,24.0671,0.0000,0.0000,12.2623,11.8049,7859.6076,7859.6076,7859.6076,7859.6076,7859.6076 +420.5000,1.0000,5403.8735,66.8385,66.5290,0.1719,0.0000,5,1466.0902,357.2619,661.0979,-95.5316,54.8499,101.4974,-14.6668,0.6112,49.2058,0.0000,49.2058,5.0329,49.2058,0.9957,0.0000,48.2101,0.0000,48.2101,7.2926,40.9175,0.0000,40.9175,0.2833,40.6341,0.0000,0.0000,12.3434,28.2907,11108.8721,11108.8721,11108.8721,11108.8721,11108.8721 +421.5000,1.0000,5422.6421,67.5670,67.1480,0.2328,0.0000,5,1482.0697,424.7269,703.7984,-96.4793,65.9185,109.2309,-14.9738,0.8365,60.0180,0.0000,60.0180,5.0640,60.0180,1.0628,0.0000,58.9552,0.0000,58.9552,7.3721,51.5831,0.0000,51.5831,0.3878,51.1953,0.0000,0.0000,12.4780,38.7173,13186.6840,13186.6840,13186.6840,13186.6840,13186.6840 +422.5000,1.0000,5441.6833,68.5485,67.9860,0.3125,0.0000,5,1503.5987,513.3645,731.1323,-97.7561,80.8326,115.1215,-15.3923,1.1393,74.5522,0.0000,74.5522,5.1411,74.5522,1.1533,0.0000,73.3989,0.0000,73.3989,7.4792,65.9197,0.0000,65.9197,0.5281,65.3916,0.0000,0.0000,12.6592,52.7324,15961.1196,15961.1196,15961.1196,15961.1196,15961.1196 +423.5000,1.0000,5461.0440,69.6985,69.1110,0.3264,0.0000,5,1528.8238,528.6911,765.1863,-99.2522,84.6424,122.5048,-15.8901,1.2099,78.2299,0.0000,78.2299,5.2026,78.2299,1.1928,0.0000,77.0371,0.0000,77.0371,7.6047,69.4325,0.0000,69.4325,0.5609,68.8716,0.0000,0.0000,12.8716,56.0000,16699.2736,16699.2736,16699.2736,16699.2736,16699.2736 +424.5000,1.0000,5480.6853,70.7085,70.2860,0.2347,0.0000,5,1550.9779,438.6530,774.1084,-100.5661,71.2452,125.7292,-16.3337,0.8827,63.1743,0.0000,63.1743,7.1881,63.1743,1.1362,0.0000,62.0381,0.0000,62.0381,7.7149,54.3232,0.0000,54.3232,0.4092,53.9140,0.0000,0.0000,13.0581,40.8559,14217.9810,14217.9810,14217.9810,14217.9810,14217.9810 +425.5000,1.0000,5500.5221,71.4125,71.1310,0.1564,0.0000,5,1566.4200,350.7730,748.4678,-101.4819,57.5391,122.7750,-16.6466,0.5940,49.8300,0.0000,49.8300,7.1151,49.8300,1.0827,0.0000,48.7473,0.0000,48.7473,7.7917,40.9557,0.0000,40.9557,0.2753,40.6803,0.0000,0.0000,13.1881,27.4922,11700.2837,11700.2837,11700.2837,11700.2837,11700.2837 +426.5000,1.0000,5520.5172,71.9825,71.6940,0.1603,0.0000,5,1578.9229,355.5929,723.4616,-102.2234,58.7953,119.6203,-16.9021,0.6136,50.9314,0.0000,50.9314,7.2503,50.9314,1.0989,0.0000,49.8324,0.0000,49.8324,7.8539,41.9786,0.0000,41.9786,0.2844,41.6941,0.0000,0.0000,13.2934,28.4007,11959.6320,11959.6320,11959.6320,11959.6320,11959.6320 +427.5000,1.0000,5540.7049,72.6755,72.2710,0.2247,0.0000,5,1594.1237,426.8332,728.3568,-103.1250,71.2539,121.5891,-17.2153,0.8686,63.1300,0.0000,63.1300,7.2553,63.1300,1.1731,0.0000,61.9569,0.0000,61.9569,7.9295,54.0275,0.0000,54.0275,0.4027,53.6248,0.0000,0.0000,13.4214,40.2034,14318.0595,14318.0595,14318.0595,14318.0595,14318.0595 +428.5000,1.0000,5560.9458,72.8673,73.0800,-0.1182,0.0000,0,1577.0817,29.1495,749.6376,-102.1142,4.8141,123.8039,-16.8643,-2.5098,0.0000,0.0000,0.0000,7.3239,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,7.9504,-7.9504,0.0000,-7.9504,-0.2123,-7.7381,0.0000,0.0000,13.4568,-21.1949,2868.4839,2868.4839,2868.4839,2868.4839,2868.4839 +429.5000,1.0000,5581.2683,73.1609,73.8190,0.2813,0.0000,6,1363.7624,552.4175,552.4175,-89.4627,78.8923,78.8923,-12.7764,-15.6951,87.1701,0.0000,87.1701,7.4173,74.6747,2.0187,0.0000,72.6560,0.0000,72.6560,7.9824,64.6735,0.0000,64.6735,0.5073,64.1662,0.0000,0.0000,13.5110,50.6552,15477.6770,15477.6770,15477.6770,15477.6770,15477.6770 +430.5000,1.0000,5601.9054,74.2939,74.6420,0.3482,0.0000,6,1186.3653,778.0527,778.0527,-78.9369,96.6621,96.6621,-9.8068,0.7291,88.4587,0.0000,88.4587,7.4742,88.4587,2.3070,0.0000,86.1517,0.0000,86.1517,8.1184,78.0333,0.0000,78.0333,0.6377,77.3956,0.0000,0.0000,13.7202,63.6753,18839.0281,18839.0281,18839.0281,18839.0281,18839.0281 +431.5000,1.0000,5622.8137,75.2698,75.1680,0.1940,0.0000,6,1201.9491,541.4353,839.6287,-79.8659,68.1493,105.6822,-10.0525,0.4116,60.1722,0.0000,60.1722,7.5655,60.1722,1.7522,0.0000,58.4200,0.0000,58.4200,8.2125,50.2074,0.0000,50.2074,0.3600,49.8474,0.0000,0.0000,13.9005,35.9470,13517.6761,13517.6761,13517.6761,13517.6761,13517.6761 +432.5000,1.0000,5643.8525,75.7395,75.6190,0.0669,0.0000,6,1209.4497,345.4986,736.6701,-80.3107,43.7585,93.3017,-10.1716,0.1429,36.1342,0.0000,36.1342,7.4814,36.1342,1.2768,0.0000,34.8575,0.0000,34.8575,8.2638,26.5937,0.0000,26.5937,0.1250,26.4687,0.0000,0.0000,13.9872,12.4815,8847.2565,8847.2565,8847.2565,8847.2565,8847.2565 +433.5000,1.0000,5664.9672,76.0130,75.8600,0.0850,0.0000,6,1213.8171,358.0762,650.3337,-80.5697,45.5153,82.6643,-10.2413,0.1821,39.7479,0.0000,39.7479,5.5853,39.7479,1.3521,0.0000,38.3957,0.0000,38.3957,8.2936,30.1021,0.0000,30.1021,0.1593,29.9428,0.0000,0.0000,14.0377,15.9051,9175.8153,9175.8153,9175.8153,9175.8153,9175.8153 +434.5000,1.0000,5686.1833,76.3780,76.1660,0.1178,0.0000,6,1219.6456,408.0503,656.6895,-80.9154,52.1166,83.8730,-10.3346,0.2536,46.2918,0.0000,46.2918,5.5713,46.2918,1.4872,0.0000,44.8046,0.0000,44.8046,8.3334,36.4712,0.0000,36.4712,0.2218,36.2494,0.0000,0.0000,14.1051,22.1442,10442.7874,10442.7874,10442.7874,10442.7874,10442.7874 +435.5000,1.0000,5707.5518,76.9265,76.5900,0.1869,0.0000,6,1228.4044,514.4155,679.7337,-81.4349,66.1735,87.4397,-10.4756,0.4054,60.1255,0.0000,60.1255,5.6426,60.1255,1.7701,0.0000,58.3555,0.0000,58.3555,8.3933,49.9622,0.0000,49.9622,0.3546,49.6076,0.0000,0.0000,14.2064,35.4012,13141.9633,13141.9633,13141.9633,13141.9633,13141.9633 +436.5000,1.0000,5729.1295,77.6800,77.2630,0.2317,0.0000,6,1240.4366,583.1015,727.3907,-82.1485,75.7438,94.4868,-10.6709,0.5072,69.5315,0.0000,69.5315,5.7051,69.5315,1.9669,0.0000,67.5646,0.0000,67.5646,8.4755,59.0891,0.0000,59.0891,0.4437,58.6454,0.0000,0.0000,14.3456,44.2998,14939.9351,14939.9351,14939.9351,14939.9351,14939.9351 +437.5000,1.0000,5750.9068,78.3980,78.0970,0.1672,0.0000,6,1251.9021,484.1303,758.5684,-82.8285,63.4689,99.4475,-10.8587,0.3695,57.3591,0.0000,57.3591,5.7403,57.3591,1.7317,0.0000,55.6274,0.0000,55.6274,8.5538,47.0736,0.0000,47.0736,0.3232,46.7503,0.0000,0.0000,14.4782,32.2722,12624.3502,12624.3502,12624.3502,12624.3502,12624.3502 +438.5000,1.0000,5772.8402,78.9605,78.6990,0.1453,0.0000,6,1260.8844,450.7483,717.3546,-83.3612,59.5166,94.7191,-11.0070,0.3233,53.3770,0.0000,53.3770,5.8163,53.3770,1.6586,0.0000,51.7184,0.0000,51.7184,8.6152,43.1032,0.0000,43.1032,0.2828,42.8203,0.0000,0.0000,14.5821,28.2383,11846.5091,11846.5091,11846.5091,11846.5091,11846.5091 +439.5000,1.0000,5794.8970,79.4045,79.2220,0.1014,0.0000,6,1267.9744,383.1696,704.2691,-83.7817,50.8780,93.5142,-11.1247,0.2269,44.8374,0.0000,44.8374,5.8137,44.8374,1.4930,0.0000,43.3444,0.0000,43.3444,8.6637,34.6808,0.0000,34.6808,0.1985,34.4823,0.0000,0.0000,14.6640,19.8182,10225.0142,10225.0142,10225.0142,10225.0142,10225.0142 +440.5000,1.0000,5817.0557,79.7710,79.5870,0.1022,0.0000,6,1273.8269,384.3934,676.3824,-84.1288,51.2761,90.2259,-11.2223,0.2298,45.2146,0.0000,45.2146,5.8316,45.2146,1.5049,0.0000,43.7098,0.0000,43.7098,8.7036,35.0061,0.0000,35.0061,0.2010,34.8051,0.0000,0.0000,14.7317,20.0733,10305.7254,10305.7254,10305.7254,10305.7254,10305.7254 +441.5000,1.0000,5839.3052,80.0985,79.9550,0.0797,0.0000,6,1279.0566,350.4960,677.8338,-84.4390,46.9463,90.7908,-11.3100,0.1800,40.8293,0.0000,40.8293,5.9370,40.8293,1.4210,0.0000,39.4083,0.0000,39.4083,8.7394,30.6689,0.0000,30.6689,0.1574,30.5115,0.0000,0.0000,14.7922,15.7193,9482.4294,9482.4294,9482.4294,9482.4294,9482.4294 +442.5000,1.0000,5861.6291,80.3660,80.2420,0.0689,0.0000,6,1283.3282,333.3387,664.2374,-84.6923,44.7973,89.2667,-11.3818,0.1561,38.7580,0.0000,38.7580,5.8833,38.7580,1.3827,0.0000,37.3753,0.0000,37.3753,8.7686,28.6067,0.0000,28.6067,0.1365,28.4702,0.0000,0.0000,14.8416,13.6286,9079.4260,9079.4260,9079.4260,9079.4260,9079.4260 +443.5000,1.0000,5883.9929,80.5095,80.4900,0.0108,0.0000,6,1285.6197,244.6352,657.5707,-84.8282,32.9352,88.5286,-11.4204,0.0246,26.9695,0.0000,26.9695,5.9411,26.9695,1.1487,0.0000,25.8209,0.0000,25.8209,8.7842,17.0366,0.0000,17.0366,0.0215,17.0151,0.0000,0.0000,14.8681,2.1470,6865.5143,6865.5143,6865.5143,6865.5143,6865.5143 +444.5000,1.0000,5906.3495,80.4840,80.5290,-0.0250,0.0000,6,1285.2125,189.3521,619.9915,-84.8041,25.4844,83.4429,-11.4135,-0.0567,19.6440,0.0000,19.6440,5.8971,19.6440,1.0018,0.0000,18.6421,0.0000,18.6421,8.7814,9.8607,0.0000,9.8607,-0.0496,9.9103,0.0000,0.0000,14.8634,-4.9531,5489.6804,5489.6804,5489.6804,5489.6804,5489.6804 +445.5000,1.0000,5928.6937,80.4390,80.4390,0.0000,0.0000,6,1284.4939,227.6560,596.2891,-84.7614,30.6224,80.2080,-11.4014,0.0000,24.7348,0.0000,24.7348,5.8877,24.7348,1.1031,0.0000,23.6316,0.0000,23.6316,8.7765,14.8551,0.0000,14.8551,0.0000,14.8551,0.0000,0.0000,14.8551,0.0000,6426.9159,6426.9159,6426.9159,6426.9159,6426.9159 +446.5000,1.0000,5951.0311,80.4145,80.4390,-0.0136,0.0000,6,1284.1026,206.6988,612.5189,-84.7382,27.7950,82.3660,-11.3948,-0.0309,21.9502,0.0000,21.9502,5.8756,21.9502,1.0472,0.0000,20.9031,0.0000,20.9031,8.7739,12.1292,0.0000,12.1292,-0.0270,12.1562,0.0000,0.0000,14.8506,-2.6944,5910.3274,5910.3274,5910.3274,5910.3274,5910.3274 +447.5000,1.0000,5973.3373,80.3025,80.3900,-0.0486,0.0000,6,1282.3142,153.1911,603.2861,-84.6322,20.5711,81.0114,-11.3647,-0.1100,14.7885,0.0000,14.7885,5.8926,14.7885,0.9026,0.0000,13.8859,0.0000,13.8859,8.7616,5.1243,0.0000,5.1243,-0.0962,5.2205,0.0000,0.0000,14.8299,-9.6093,4562.6613,4562.6613,4562.6613,4562.6613,4562.6613 +448.5000,1.0000,5995.5854,80.0930,80.2150,-0.0678,0.0000,6,1278.9688,123.5694,579.7043,-84.4338,16.5501,77.6417,-11.3085,-0.1530,10.8544,0.0000,10.8544,5.8487,10.8544,0.8214,0.0000,10.0329,0.0000,10.0329,8.7388,1.2941,0.0000,1.2941,-0.1338,1.4280,0.0000,0.0000,14.7912,-13.3632,3798.7258,3798.7258,3798.7258,3798.7258,3798.7258 +449.5000,1.0000,6017.7348,79.7380,79.9710,-0.1294,0.0000,6,1273.2999,30.9931,565.7153,-84.0976,4.1326,75.4323,-11.2135,-0.2909,-1.4228,0.0000,-1.4228,5.8464,-1.4228,0.8144,0.0000,-2.2372,0.0000,-2.2372,8.7000,-10.9373,0.0000,-10.9373,-0.2545,-10.6828,0.0000,0.0000,14.7256,-25.4084,2121.6550,2121.6550,2121.6550,2121.6550,2121.6550 +450.5000,1.0000,6039.7261,79.1685,79.5050,-0.1869,0.0000,6,1264.2058,-54.4615,523.3347,-83.5582,-7.2100,69.2829,-11.0620,-0.4172,-12.6212,0.0000,-12.6212,5.8283,-12.6212,0.9183,0.0000,-13.5395,0.0000,-13.5395,8.6379,-22.1774,0.0000,-22.1774,-0.3649,-21.8125,0.0000,0.0000,14.6205,-36.4329,507.0896,507.0896,507.0896,507.0896,507.0896 +451.5000,1.0000,6061.5389,78.5260,78.8320,-0.1700,0.0000,6,1253.9460,-29.4632,483.0652,-82.9497,-3.8689,63.4327,-10.8924,-0.3763,-9.2459,0.0000,-9.2459,5.7533,-9.2459,0.8755,0.0000,-10.1213,0.0000,-10.1213,8.5678,-18.6891,0.0000,-18.6891,-0.3291,-18.3600,0.0000,0.0000,14.5018,-32.8618,1007.7626,1007.7626,1007.7626,1007.7626,1007.7626 +452.5000,1.0000,6083.1693,77.8695,78.2200,-0.1947,0.0000,6,1243.4627,-66.0915,491.0804,-82.3280,-8.6061,63.9461,-10.7203,-0.4274,-13.9103,0.0000,-13.9103,5.7316,-13.9103,0.9128,0.0000,-14.8232,0.0000,-14.8232,8.4962,-23.3193,0.0000,-23.3193,-0.3738,-22.9455,0.0000,0.0000,14.3806,-37.3261,239.4254,239.4254,239.4254,239.4254,239.4254 +453.5000,1.0000,6104.6050,77.1685,77.5190,-0.1947,0.0000,6,1232.2687,-65.6861,471.5905,-81.6641,-8.4763,60.8554,-10.5382,-0.4235,-13.7879,0.0000,-13.7879,5.7351,-13.7879,0.9018,0.0000,-14.6897,0.0000,-14.6897,8.4197,-23.1094,0.0000,-23.1094,-0.3705,-22.7389,0.0000,0.0000,14.2511,-36.9900,233.8892,233.8892,233.8892,233.8892,233.8892 +454.5000,1.0000,6125.8708,76.5570,76.8180,-0.1450,0.0000,6,1222.5040,8.2194,468.9931,-81.0849,1.0522,60.0406,-10.3805,-0.3129,-4.3104,0.0000,-4.3104,5.6756,-4.3104,0.7985,0.0000,-5.1089,0.0000,-5.1089,8.3530,-13.4619,0.0000,-13.4619,-0.2737,-13.1882,0.0000,0.0000,14.1382,-27.3264,1647.0146,1647.0146,1647.0146,1647.0146,1647.0146 +455.5000,1.0000,6146.9932,76.0405,76.2960,-0.1419,0.0000,6,1214.2562,12.7326,499.9876,-80.5958,1.6190,63.5767,-10.2483,-0.3042,-3.7114,0.0000,-3.7114,5.6347,-3.7114,0.7853,0.0000,-4.4968,0.0000,-4.4968,8.2966,-12.7934,0.0000,-12.7934,-0.2661,-12.5273,0.0000,0.0000,14.0428,-26.5701,1701.1486,1701.1486,1701.1486,1701.1486,1701.1486 +456.5000,1.0000,6167.9970,75.6140,75.7850,-0.0950,0.0000,6,1207.4456,82.6755,500.2448,-80.1919,10.4538,63.2527,-10.1397,-0.2025,5.0459,0.0000,5.0459,5.6103,5.0459,0.6919,0.0000,4.3541,0.0000,4.3541,8.2501,-3.8960,0.0000,-3.8960,-0.1771,-3.7189,0.0000,0.0000,13.9640,-17.6830,2802.6572,2802.6572,2802.6572,2802.6572,2802.6572 +457.5000,1.0000,6188.9109,75.2900,75.4430,-0.0850,0.0000,6,1202.2718,97.1847,530.5944,-79.8850,12.2357,66.8027,-10.0577,-0.1804,6.8942,0.0000,6.8942,5.5219,6.8942,0.6869,0.0000,6.2073,0.0000,6.2073,8.2147,-2.0074,0.0000,-2.0074,-0.1578,-1.8496,0.0000,0.0000,13.9042,-15.7538,3022.9982,3022.9982,3022.9982,3022.9982,3022.9982 +458.5000,1.0000,6209.8020,75.2080,75.1370,0.0394,0.0000,6,1200.9624,288.3323,536.7232,-79.8074,36.2620,67.5007,-10.0369,0.0836,30.6313,0.0000,30.6313,5.5470,30.6313,1.1607,0.0000,29.4706,0.0000,29.4706,8.2058,21.2648,0.0000,21.2648,0.0731,21.1917,0.0000,0.0000,13.8891,7.3026,7432.2555,7432.2555,7432.2555,7432.2555,7432.2555 +459.5000,1.0000,6230.7366,75.3645,75.2790,0.0475,0.0000,6,1203.4615,300.7996,623.1691,-79.9556,37.9086,78.5356,-10.0765,0.1009,32.2359,0.0000,32.2359,5.5718,32.2359,1.1946,0.0000,31.0414,0.0000,31.0414,8.2229,22.8185,0.0000,22.8185,0.0883,22.7303,0.0000,0.0000,13.9180,8.8123,7743.0923,7743.0923,7743.0923,7743.0923,7743.0923 +460.5000,1.0000,6251.7520,75.6555,75.4500,0.1142,0.0000,6,1208.1083,403.2207,629.3512,-80.2312,51.0126,79.6210,-10.1503,0.2435,45.1578,0.0000,45.1578,5.6113,45.1578,1.4563,0.0000,43.7015,0.0000,43.7015,8.2546,35.4469,0.0000,35.4469,0.2130,35.2339,0.0000,0.0000,13.9717,21.2622,10228.4387,10228.4387,10228.4387,10228.4387,10228.4387 +461.5000,1.0000,6272.8732,76.0360,75.8610,0.0972,0.0000,6,1214.1844,376.9252,675.8900,-80.5915,47.9257,85.9388,-10.2471,0.2084,42.1177,0.0000,42.1177,5.5996,42.1177,1.3998,0.0000,40.7180,0.0000,40.7180,8.2961,32.4218,0.0000,32.4218,0.1823,32.2396,0.0000,0.0000,14.0420,18.1976,9627.0574,9627.0574,9627.0574,9627.0574,9627.0574 +462.5000,1.0000,6294.0864,76.3675,76.2110,0.0869,0.0000,6,1219.4779,360.9519,665.1057,-80.9055,46.0948,84.9363,-10.3319,0.1872,40.3114,0.0000,40.3114,5.5962,40.3114,1.3674,0.0000,38.9440,0.0000,38.9440,8.3323,30.6117,0.0000,30.6117,0.1637,30.4480,0.0000,0.0000,14.1032,16.3448,9281.9886,9281.9886,9281.9886,9281.9886,9281.9886 +463.5000,1.0000,6315.3618,76.5915,76.5240,0.0375,0.0000,6,1223.0549,285.2498,658.8095,-81.1176,36.5342,84.3790,-10.3894,0.0810,30.8227,0.0000,30.8227,5.6306,30.8227,1.1802,0.0000,29.6425,0.0000,29.6425,8.3567,21.2857,0.0000,21.2857,0.0708,21.2149,0.0000,0.0000,14.1446,7.0704,7480.0373,7480.0373,7480.0373,7480.0373,7480.0373 +464.5000,1.0000,6336.7239,76.9035,76.6590,0.1358,0.0000,6,1228.0371,435.8771,625.9811,-81.4131,56.0537,80.5010,-10.4697,0.2944,50.1352,0.0000,50.1352,5.6240,50.1352,1.5700,0.0000,48.5652,0.0000,48.5652,8.3908,40.1744,0.0000,40.1744,0.2575,39.9169,0.0000,0.0000,14.2022,25.7147,11187.5772,11187.5772,11187.5772,11187.5772,11187.5772 +465.5000,1.0000,6358.2230,77.3970,77.1480,0.1383,0.0000,6,1235.9176,440.0433,693.1808,-81.8805,56.9526,89.7149,-10.5974,0.3018,50.9499,0.0000,50.9499,5.7009,50.9499,1.5920,0.0000,49.3579,0.0000,49.3579,8.4446,40.9133,0.0000,40.9133,0.2640,40.6494,0.0000,0.0000,14.2933,26.3560,11354.9918,11354.9918,11354.9918,11354.9918,11354.9918 +466.5000,1.0000,6379.8430,77.8320,77.6460,0.1033,0.0000,6,1242.8639,386.2432,696.1268,-82.2925,50.2705,90.6026,-10.7106,0.2267,44.3268,0.0000,44.3268,5.7169,44.3268,1.4645,0.0000,42.8623,0.0000,42.8623,8.4921,34.3702,0.0000,34.3702,0.1983,34.1719,0.0000,0.0000,14.3736,19.7983,10091.7336,10091.7336,10091.7336,10091.7336,10091.7336 +467.5000,1.0000,6401.5416,78.1150,78.0180,0.0539,0.0000,6,1247.3830,310.7158,673.6705,-82.5605,40.5875,87.9986,-10.7845,0.1187,34.6902,0.0000,34.6902,5.7786,34.6902,1.2751,0.0000,33.4151,0.0000,33.4151,8.5230,24.8922,0.0000,24.8922,0.1038,24.7884,0.0000,0.0000,14.4259,10.3625,8271.7149,8271.7149,8271.7149,8271.7149,8271.7149 +468.5000,1.0000,6423.2945,78.3105,78.2120,0.0547,0.0000,6,1250.5048,311.8353,641.4389,-82.7456,40.8356,83.9981,-10.8358,0.1208,34.9434,0.0000,34.9434,5.7714,34.9434,1.2824,0.0000,33.6610,0.0000,33.6610,8.5443,25.1167,0.0000,25.1167,0.1057,25.0111,0.0000,0.0000,14.4620,10.5490,8319.1604,8319.1604,8319.1604,8319.1604,8319.1604 +469.5000,1.0000,6445.1016,78.5055,78.4090,0.0536,0.0000,6,1253.6187,309.9593,642.4876,-82.9303,40.6910,84.3449,-10.8870,0.1186,34.8099,0.0000,34.8099,5.7625,34.8099,1.2820,0.0000,33.5279,0.0000,33.5279,8.5656,24.9624,0.0000,24.9624,0.1038,24.8586,0.0000,0.0000,14.4980,10.3606,8295.2303,8295.2303,8295.2303,8295.2303,8295.2303 +470.5000,1.0000,6466.9679,78.7185,78.6020,0.0647,0.0000,6,1257.0200,327.1500,642.2566,-83.1320,43.0643,84.5433,-10.9431,0.1436,37.1243,0.0000,37.1243,5.7964,37.1243,1.3307,0.0000,35.7936,0.0000,35.7936,8.5888,27.2048,0.0000,27.2048,0.1256,27.0791,0.0000,0.0000,14.5374,12.5418,8727.1949,8727.1949,8727.1949,8727.1949,8727.1949 +471.5000,1.0000,6488.8809,78.8870,78.8350,0.0289,0.0000,6,1259.7107,272.3271,650.2661,-83.2916,35.9245,85.7809,-10.9875,0.0642,30.0328,0.0000,30.0328,5.8274,30.0328,1.1909,0.0000,28.8419,0.0000,28.8419,8.6072,20.2347,0.0000,20.2347,0.0562,20.1785,0.0000,0.0000,14.5685,5.6100,7396.0576,7396.0576,7396.0576,7396.0576,7396.0576 +472.5000,1.0000,6510.8093,78.9420,78.9390,0.0017,0.0000,6,1260.5890,230.3103,626.8629,-83.3437,30.4029,82.7513,-11.0021,0.0037,24.6019,0.0000,24.6019,5.7974,24.6019,1.0829,0.0000,23.5190,0.0000,23.5190,8.6132,14.9058,0.0000,14.9058,0.0032,14.9025,0.0000,0.0000,14.5786,0.3239,6353.0285,6353.0285,6353.0285,6353.0285,6353.0285 +473.5000,1.0000,6532.7201,78.8790,78.9450,-0.0367,0.0000,6,1259.5829,171.9318,608.5936,-83.2840,22.6784,80.2755,-10.9854,-0.0815,16.9107,0.0000,16.9107,5.8492,16.9107,0.9283,0.0000,15.9823,0.0000,15.9823,8.6063,7.3760,0.0000,7.3760,-0.0713,7.4473,0.0000,0.0000,14.5670,-7.1197,4929.4410,4929.4410,4929.4410,4929.4410,4929.4410 +474.5000,1.0000,6554.6008,78.7705,78.8130,-0.0236,0.0000,6,1257.8503,191.5418,582.8903,-83.1813,25.2302,76.7793,-10.9568,-0.0524,19.4960,0.0000,19.4960,5.7866,19.4960,0.9788,0.0000,18.5172,0.0000,18.5172,8.5945,9.9228,0.0000,9.9228,-0.0459,9.9686,0.0000,0.0000,14.5470,-4.5784,5416.6648,5416.6648,5416.6648,5416.6648,5416.6648 +475.5000,1.0000,6576.4462,78.6435,78.7280,-0.0469,0.0000,6,1255.8223,156.2380,591.0038,-83.0610,20.5468,77.7226,-10.9233,-0.1041,14.8085,0.0000,14.8085,5.8423,14.8085,0.8836,0.0000,13.9249,0.0000,13.9249,8.5806,5.3443,0.0000,5.3443,-0.0910,5.4353,0.0000,0.0000,14.5235,-9.0882,4515.3777,4515.3777,4515.3777,4515.3777,4515.3777 +476.5000,1.0000,6598.2552,78.5125,78.5590,-0.0258,0.0000,6,1253.7305,188.1939,575.1425,-82.9369,24.7080,75.5107,-10.8888,-0.0572,18.9884,0.0000,18.9884,5.7768,18.9884,0.9656,0.0000,18.0228,0.0000,18.0228,8.5663,9.4565,0.0000,9.4565,-0.0500,9.5065,0.0000,0.0000,14.4993,-4.9928,5312.7735,5312.7735,5312.7735,5312.7735,5312.7735 +477.5000,1.0000,6620.0469,78.4500,78.4660,-0.0089,0.0000,6,1252.7324,214.2340,588.8052,-82.8777,28.1045,77.2429,-10.8724,-0.0197,22.3455,0.0000,22.3455,5.7786,22.3455,1.0321,0.0000,21.3135,0.0000,21.3135,8.5595,12.7540,0.0000,12.7540,-0.0172,12.7712,0.0000,0.0000,14.4878,-1.7166,5939.6761,5939.6761,5939.6761,5939.6761,5939.6761 +478.5000,1.0000,6641.8516,78.4970,78.4340,0.0350,0.0000,6,1253.4830,281.4022,600.1984,-82.9222,36.9381,78.7847,-10.8847,0.0774,31.0997,0.0000,31.0997,5.7610,31.0997,1.2077,0.0000,29.8920,0.0000,29.8920,8.5646,21.3274,0.0000,21.3274,0.0677,21.2596,0.0000,0.0000,14.4965,6.7632,7584.9996,7584.9996,7584.9996,7584.9996,7584.9996 +479.5000,1.0000,6663.7205,78.7280,78.5600,0.0933,0.0000,6,1257.1717,370.9989,629.8735,-83.1410,48.8423,82.9233,-10.9456,0.2071,42.8436,0.0000,42.8436,5.7916,42.8436,1.4452,0.0000,41.3983,0.0000,41.3983,8.5898,32.8085,0.0000,32.8085,0.1812,32.6273,0.0000,0.0000,14.5391,18.0882,9822.3919,9822.3919,9822.3919,9822.3919,9822.3919 +480.5000,1.0000,6685.6612,78.9865,78.8960,0.0503,0.0000,6,1261.2996,304.8725,669.3322,-83.3858,40.2685,88.4074,-11.0138,0.1119,34.3573,0.0000,34.3573,5.7993,34.3573,1.2785,0.0000,33.0787,0.0000,33.0787,8.6181,24.4607,0.0000,24.4607,0.0979,24.3628,0.0000,0.0000,14.5869,9.7759,8225.2691,8225.2691,8225.2691,8225.2691,8225.2691 +481.5000,1.0000,6707.5655,78.8555,79.0770,-0.1231,0.0000,6,1259.2077,41.1420,641.0287,-83.2618,5.4251,84.5286,-10.9792,-0.2735,-0.1705,0.0000,-0.1705,5.8692,-0.1705,0.7894,0.0000,-0.9599,0.0000,-0.9599,8.6038,-9.5636,0.0000,-9.5636,-0.2392,-9.3244,0.0000,0.0000,14.5627,-23.8870,2252.1843,2252.1843,2252.1843,2252.1843,2252.1843 +482.5000,1.0000,6729.3594,78.4580,78.6340,-0.0978,0.0000,6,1252.8602,78.4974,524.7274,-82.8853,10.2988,68.8438,-10.8745,-0.2162,4.7109,0.0000,4.7109,5.8042,4.7109,0.7349,0.0000,3.9760,0.0000,3.9760,8.5604,-4.5844,0.0000,-4.5844,-0.1891,-4.3953,0.0000,0.0000,14.4893,-18.8846,2841.4237,2841.4237,2841.4237,2841.4237,2841.4237 +483.5000,1.0000,6751.0448,78.0675,78.2820,-0.1192,0.0000,6,1246.6245,46.6842,539.5402,-82.5155,6.0944,70.4349,-10.7721,-0.2622,0.5753,0.0000,0.5753,5.7813,0.5753,0.7708,0.0000,-0.1954,0.0000,-0.1954,8.5178,-8.7132,0.0000,-8.7132,-0.2294,-8.4839,0.0000,0.0000,14.4171,-22.9010,2313.2550,2313.2550,2313.2550,2313.2550,2313.2550 +484.5000,1.0000,6772.5991,77.5955,77.8530,-0.1431,0.0000,6,1239.0873,11.4416,523.6140,-82.0685,1.4846,67.9425,-10.6490,-0.3129,-3.9932,0.0000,-3.9932,5.7908,-3.9932,0.8098,0.0000,-4.8031,0.0000,-4.8031,8.4663,-13.2694,0.0000,-13.2694,-0.2737,-12.9957,0.0000,0.0000,14.3300,-27.3257,1734.4267,1734.4267,1734.4267,1734.4267,1734.4267 +485.5000,1.0000,6794.0136,77.0920,77.3380,-0.1367,0.0000,6,1231.0471,21.0610,505.8610,-81.5916,2.7151,65.2131,-10.5184,-0.2970,-2.7569,0.0000,-2.7569,5.7690,-2.7569,0.7904,0.0000,-3.5473,0.0000,-3.5473,8.4113,-11.9587,0.0000,-11.9587,-0.2598,-11.6989,0.0000,0.0000,14.2370,-25.9359,1870.5064,1870.5064,1870.5064,1870.5064,1870.5064 +486.5000,1.0000,6815.2986,76.6260,76.8460,-0.1222,0.0000,6,1223.6058,42.9386,508.1959,-81.1503,5.5020,65.1180,-10.3982,-0.2640,-0.0174,0.0000,-0.0174,5.7834,-0.0174,0.7565,0.0000,-0.7740,0.0000,-0.7740,8.3605,-9.1345,0.0000,-9.1345,-0.2309,-8.9036,0.0000,0.0000,14.1509,-23.0545,2203.5252,2203.5252,2203.5252,2203.5252,2203.5252 +487.5000,1.0000,6836.4643,76.1965,76.4060,-0.1164,0.0000,6,1216.7473,51.4648,516.2430,-80.7435,6.5575,65.7784,-10.2881,-0.2500,1.0751,0.0000,1.0751,5.7324,1.0751,0.7396,0.0000,0.3355,0.0000,0.3355,8.3136,-7.9781,0.0000,-7.9781,-0.2186,-7.7595,0.0000,0.0000,14.0716,-21.8311,2324.7197,2324.7197,2324.7197,2324.7197,2324.7197 +488.5000,1.0000,6857.5312,75.8410,75.9870,-0.0811,0.0000,6,1211.0705,104.2201,518.6383,-80.4069,13.2175,65.7753,-10.1974,-0.1734,7.6952,0.0000,7.6952,5.6957,7.6952,0.7091,0.0000,6.9861,0.0000,6.9861,8.2749,-1.2888,0.0000,-1.2888,-0.1517,-1.1371,0.0000,0.0000,14.0060,-15.1431,3186.3516,3186.3516,3186.3516,3186.3516,3186.3516 +489.5000,1.0000,6878.5523,75.6760,75.6950,-0.0106,0.0000,6,1208.4357,212.9640,541.6864,-80.2506,26.9500,68.5488,-10.1555,-0.0225,21.2241,0.0000,21.2241,5.7484,21.2241,0.9778,0.0000,20.2463,0.0000,20.2463,8.2568,11.9894,0.0000,11.9894,-0.0197,12.0091,0.0000,0.0000,13.9755,-1.9664,5702.1809,5702.1809,5702.1809,5702.1809,5702.1809 +490.5000,1.0000,6899.5752,75.6825,75.6570,0.0142,0.0000,6,1208.5395,250.5662,590.4672,-80.2567,31.7112,74.7283,-10.1571,0.0302,25.9729,0.0000,25.9729,5.7080,25.9729,1.0729,0.0000,24.9000,0.0000,24.9000,8.2576,16.6424,0.0000,16.6424,0.0264,16.6160,0.0000,0.0000,13.9767,2.6393,6583.3114,6583.3114,6583.3114,6583.3114,6583.3114 +491.5000,1.0000,6920.6139,75.7390,75.7080,0.0172,0.0000,6,1209.4417,255.1678,607.4603,-80.3103,32.3176,76.9363,-10.1715,0.0368,26.5796,0.0000,26.5796,5.7012,26.5796,1.0857,0.0000,25.4940,0.0000,25.4940,8.2637,17.2303,0.0000,17.2303,0.0322,17.1981,0.0000,0.0000,13.9871,3.2110,6695.3117,6695.3117,6695.3117,6695.3117,6695.3117 +492.5000,1.0000,6941.6566,75.7540,75.7700,-0.0089,0.0000,6,1209.6812,214.9019,609.6334,-80.3245,27.2232,77.2268,-10.1753,-0.0190,21.5666,0.0000,21.5666,5.6756,21.5666,0.9856,0.0000,20.5810,0.0000,20.5810,8.2654,12.3157,0.0000,12.3157,-0.0166,12.3323,0.0000,0.0000,13.9899,-1.6576,5753.4072,5753.4072,5753.4072,5753.4072,5753.4072 +493.5000,1.0000,6962.6834,75.6965,75.7380,-0.0231,0.0000,6,1208.7630,193.6032,591.4644,-80.2700,24.5066,74.8684,-10.1607,-0.0492,18.8293,0.0000,18.8293,5.7264,18.8293,0.9302,0.0000,17.8992,0.0000,17.8992,8.2591,9.6401,0.0000,9.6401,-0.0430,9.6831,0.0000,0.0000,13.9793,-4.2962,5238.5154,5238.5154,5238.5154,5238.5154,5238.5154 +494.5000,1.0000,6983.6752,75.5705,75.6550,-0.0469,0.0000,6,1206.7510,157.0199,581.5515,-80.1507,19.8427,73.4910,-10.1287,-0.1000,14.2173,0.0000,14.2173,5.7254,14.2173,0.8365,0.0000,13.3808,0.0000,13.3808,8.2453,5.1355,0.0000,5.1355,-0.0875,5.2230,0.0000,0.0000,13.9560,-8.7330,4388.3119,4388.3119,4388.3119,4388.3119,4388.3119 +495.5000,1.0000,7004.6394,75.4710,75.4860,-0.0083,0.0000,6,1205.1621,216.1606,564.6965,-80.0564,27.2804,71.2671,-10.1035,-0.0177,21.5913,0.0000,21.5913,5.7069,21.5913,0.9829,0.0000,20.6084,0.0000,20.6084,8.2345,12.3739,0.0000,12.3739,-0.0155,12.3894,0.0000,0.0000,13.9376,-1.5482,5761.6910,5761.6910,5761.6910,5761.6910,5761.6910 +496.5000,1.0000,7025.5850,75.4040,75.4560,-0.0289,0.0000,6,1204.0922,184.5215,591.1117,-79.9930,23.2667,74.5346,-10.0865,-0.0614,17.6394,0.0000,17.6394,5.6887,17.6394,0.9031,0.0000,16.7364,0.0000,16.7364,8.2272,8.5092,0.0000,8.5092,-0.0537,8.5629,0.0000,0.0000,13.9253,-5.3623,5013.3938,5013.3938,5013.3938,5013.3938,5013.3938 +497.5000,1.0000,7046.5173,75.3565,75.3520,0.0025,0.0000,6,1203.3337,233.0594,576.6607,-79.9480,29.3685,72.6666,-10.0745,0.0053,23.6292,0.0000,23.6292,5.7340,23.6292,1.0223,0.0000,22.6069,0.0000,22.6069,8.2220,14.3849,0.0000,14.3849,0.0046,14.3802,0.0000,0.0000,13.9165,0.4638,6148.8867,6148.8867,6148.8867,6148.8867,6148.8867 +498.5000,1.0000,7067.4422,75.3295,75.3610,-0.0175,0.0000,6,1202.9026,202.4453,598.4480,-79.9224,25.5016,75.3851,-10.0676,-0.0372,19.7983,0.0000,19.7983,5.7404,19.7983,0.9454,0.0000,18.8529,0.0000,18.8529,8.2190,10.6339,0.0000,10.6339,-0.0325,10.6664,0.0000,0.0000,13.9115,-3.2451,5429.8815,5429.8815,5429.8815,5429.8815,5429.8815 +499.5000,1.0000,7088.3555,75.2880,75.2980,-0.0056,0.0000,6,1202.2399,220.3873,584.5187,-79.8831,27.7464,73.5899,-10.0571,-0.0118,22.0687,0.0000,22.0687,5.6894,22.0687,0.9903,0.0000,21.0784,0.0000,21.0784,8.2145,12.8639,0.0000,12.8639,-0.0103,12.8742,0.0000,0.0000,13.9038,-1.0296,5846.9765,5846.9765,5846.9765,5846.9765,5846.9765 +500.5000,1.0000,7109.2695,75.2905,75.2780,0.0069,0.0000,6,1202.2798,239.2656,592.5687,-79.8855,30.1241,74.6058,-10.0578,0.0147,24.4572,0.0000,24.4572,5.6522,24.4572,1.0381,0.0000,23.4191,0.0000,23.4191,8.2148,15.2043,0.0000,15.2043,0.0129,15.1914,0.0000,0.0000,13.9043,1.2871,6289.2922,6289.2922,6289.2922,6289.2922,6289.2922 +501.5000,1.0000,7130.1814,75.2825,75.3030,-0.0114,0.0000,6,1202.1521,227.3817,601.0769,-79.8779,28.6249,75.6690,-10.0558,-0.0242,20.9530,0.0000,20.9530,7.6961,20.9530,0.9680,0.0000,19.9850,0.0000,19.9850,8.2139,11.7711,0.0000,11.7711,-0.0211,11.7922,0.0000,0.0000,13.9028,-2.1106,6010.3722,6010.3722,6010.3722,6010.3722,6010.3722 +502.5000,1.0000,7151.0936,75.2840,75.2620,0.0122,0.0000,6,1202.1760,263.3860,595.7055,-79.8793,33.1581,74.9943,-10.0561,0.0259,25.4631,0.0000,25.4631,7.6690,25.4631,1.0582,0.0000,24.4049,0.0000,24.4049,8.2141,16.1909,0.0000,16.1909,0.0227,16.1682,0.0000,0.0000,13.9031,2.2651,6853.7049,6853.7049,6853.7049,6853.7049,6853.7049 +503.5000,1.0000,7172.0068,75.2875,75.3060,-0.0103,0.0000,6,1202.2319,229.1004,611.9587,-79.8827,28.8432,77.0440,-10.0570,-0.0218,21.1666,0.0000,21.1666,7.6984,21.1666,0.9723,0.0000,20.1943,0.0000,20.1943,8.2145,11.9799,0.0000,11.9799,-0.0191,11.9989,0.0000,0.0000,13.9037,-1.9048,6050.9996,6050.9996,6050.9996,6050.9996,6050.9996 +504.5000,1.0000,7192.9327,75.3335,75.2690,0.0358,0.0000,6,1202.9665,299.3439,596.5741,-79.9262,37.7096,75.1530,-10.0687,0.0761,29.9928,0.0000,29.9928,7.6408,29.9928,1.1493,0.0000,28.8434,0.0000,28.8434,8.2195,20.6239,0.0000,20.6239,0.0666,20.5574,0.0000,0.0000,13.9122,6.6451,7704.0973,7704.0973,7704.0973,7704.0973,7704.0973 +505.5000,1.0000,7213.8952,75.4650,75.3980,0.0372,0.0000,6,1205.0663,301.4920,628.4492,-80.0508,38.0466,79.3067,-10.1019,0.0792,30.3116,0.0000,30.3116,7.6558,30.3116,1.1572,0.0000,29.1544,0.0000,29.1544,8.2338,20.9205,0.0000,20.9205,0.0693,20.8513,0.0000,0.0000,13.9365,6.9148,7770.2667,7770.2667,7770.2667,7770.2667,7770.2667 +506.5000,1.0000,7234.8819,75.5520,75.5320,0.0111,0.0000,6,1206.4556,261.7312,629.7377,-80.1331,33.0670,79.5609,-10.1240,0.0237,25.3419,0.0000,25.3419,7.7015,25.3419,1.0588,0.0000,24.2831,0.0000,24.2831,8.2433,16.0398,0.0000,16.0398,0.0207,16.0191,0.0000,0.0000,13.9526,2.0665,6835.0206,6835.0206,6835.0206,6835.0206,6835.0206 +507.5000,1.0000,7255.8837,75.6065,75.5720,0.0192,0.0000,6,1207.3259,273.6296,612.0792,-80.1848,34.5952,77.3857,-10.1378,0.0408,26.9056,0.0000,26.9056,7.6488,26.9056,1.0907,0.0000,25.8149,0.0000,25.8149,8.2493,17.5656,0.0000,17.5656,0.0357,17.5299,0.0000,0.0000,13.9627,3.5673,7117.7644,7117.7644,7117.7644,7117.7644,7117.7644 +508.5000,1.0000,7276.8948,75.6400,75.6410,-0.0006,0.0000,6,1207.8608,243.7128,617.5585,-80.2165,30.8265,78.1131,-10.1463,-0.0012,23.1329,0.0000,23.1329,7.6948,23.1329,1.0156,0.0000,22.1173,0.0000,22.1173,8.2529,13.8644,0.0000,13.8644,-0.0010,13.8654,0.0000,0.0000,13.9688,-0.1034,6419.6206,6419.6206,6419.6206,6419.6206,6419.6206 +509.5000,1.0000,7297.9286,75.7215,75.6390,0.0458,0.0000,6,1209.1623,299.3710,604.2949,-80.2937,37.9073,76.5177,-10.1670,0.0978,32.0699,0.0000,32.0699,5.7396,32.0699,1.1953,0.0000,30.8747,0.0000,30.8747,8.2618,22.6128,0.0000,22.6128,0.0856,22.5273,0.0000,0.0000,13.9839,8.5434,7746.0491,7746.0491,7746.0491,7746.0491,7746.0491 +510.5000,1.0000,7319.0073,75.8835,75.8040,0.0442,0.0000,6,1211.7492,296.8867,629.5822,-80.4471,37.6732,79.8903,-10.2083,0.0945,31.8183,0.0000,31.8183,5.7604,31.8183,1.1921,0.0000,30.6263,0.0000,30.6263,8.2795,22.3468,0.0000,22.3468,0.0826,22.2641,0.0000,0.0000,14.0138,8.2503,7700.2028,7700.2028,7700.2028,7700.2028,7700.2028 +511.5000,1.0000,7340.1404,76.0790,75.9630,0.0644,0.0000,6,1214.8710,328.5870,628.9660,-80.6323,41.8032,80.0177,-10.2581,0.1382,35.8151,0.0000,35.8151,5.8499,35.8151,1.2742,0.0000,34.5408,0.0000,34.5408,8.3008,26.2400,0.0000,26.2400,0.1209,26.1191,0.0000,0.0000,14.0499,12.0692,8480.6968,8480.6968,8480.6968,8480.6968,8480.6968 +512.5000,1.0000,7361.3162,76.2330,76.1950,0.0211,0.0000,6,1217.3302,261.7947,643.6107,-80.7781,33.3732,82.0465,-10.2975,0.0454,27.5072,0.0000,27.5072,5.8206,27.5072,1.1098,0.0000,26.3974,0.0000,26.3974,8.3176,18.0797,0.0000,18.0797,0.0397,18.0401,0.0000,0.0000,14.0783,3.9617,6887.5094,6887.5094,6887.5094,6887.5094,6887.5094 +513.5000,1.0000,7382.5186,76.3285,76.2710,0.0319,0.0000,6,1218.8552,278.2864,614.2059,-80.8685,35.5200,78.3961,-10.3219,0.0687,29.6399,0.0000,29.6399,5.8113,29.6399,1.1536,0.0000,28.4864,0.0000,28.4864,8.3280,20.1583,0.0000,20.1583,0.0601,20.0982,0.0000,0.0000,14.0960,6.0022,7280.8980,7280.8980,7280.8980,7280.8980,7280.8980 +514.5000,1.0000,7403.7616,76.4750,76.3860,0.0494,0.0000,6,1221.1946,304.8081,621.9052,-81.0073,38.9798,79.5312,-10.3595,0.1066,33.0928,0.0000,33.0928,5.7805,33.0928,1.2243,0.0000,31.8685,0.0000,31.8685,8.3440,23.5245,0.0000,23.5245,0.0932,23.4313,0.0000,0.0000,14.1230,9.3082,7956.6371,7956.6371,7956.6371,7956.6371,7956.6371 +515.5000,1.0000,7425.0402,76.6030,76.5640,0.0217,0.0000,6,1223.2385,262.6053,634.0957,-81.1285,33.6390,81.2259,-10.3923,0.0468,27.7502,0.0000,27.7502,5.8420,27.7502,1.1189,0.0000,26.6313,0.0000,26.6313,8.3580,18.2733,0.0000,18.2733,0.0409,18.2324,0.0000,0.0000,14.1467,4.0857,6934.2056,6934.2056,6934.2056,6934.2056,6934.2056 +516.5000,1.0000,7446.3395,76.6775,76.6420,0.0197,0.0000,6,1224.4282,259.5498,615.6518,-81.1991,33.2799,78.9400,-10.4115,0.0426,27.3992,0.0000,27.3992,5.8381,27.3992,1.1127,0.0000,26.2865,0.0000,26.2865,8.3661,17.9204,0.0000,17.9204,0.0373,17.8831,0.0000,0.0000,14.1604,3.7227,6868.2238,6868.2238,6868.2238,6868.2238,6868.2238 +517.5000,1.0000,7467.6147,76.5905,76.7130,-0.0681,0.0000,6,1223.0389,125.1574,614.2738,-81.1167,16.0297,78.6739,-10.3891,-0.1469,10.3112,0.0000,10.3112,5.8654,10.3112,0.7700,0.0000,9.5413,0.0000,9.5413,8.3566,1.1846,0.0000,1.1846,-0.1285,1.3132,0.0000,0.0000,14.1444,-12.8312,3695.6778,3695.6778,3695.6778,3695.6778,3695.6778 +518.5000,1.0000,7488.7793,76.1925,76.4680,-0.1531,0.0000,6,1216.6834,-2.7606,553.1613,-80.7397,-0.3517,70.4787,-10.2871,-0.3287,-5.8023,0.0000,-5.8023,5.7793,-5.8023,0.8083,0.0000,-6.6106,0.0000,-6.6106,8.3132,-14.9238,0.0000,-14.9238,-0.2875,-14.6363,0.0000,0.0000,14.0709,-28.7072,1449.2062,1449.2062,1449.2062,1449.2062,1449.2062 +519.5000,1.0000,7509.7907,75.6410,75.9170,-0.1533,0.0000,6,1207.8768,-3.2985,493.3499,-80.2174,-0.4172,62.4031,-10.1466,-0.3269,-5.8142,0.0000,-5.8142,5.7239,-5.8142,0.8008,0.0000,-6.6150,0.0000,-6.6150,8.2530,-14.8680,0.0000,-14.8680,-0.2860,-14.5821,0.0000,0.0000,13.9690,-28.5511,1419.5749,1419.5749,1419.5749,1419.5749,1419.5749 +520.5000,1.0000,7530.6557,75.1140,75.3650,-0.1394,0.0000,6,1199.4614,17.9596,490.8791,-79.7182,2.2559,61.6580,-10.0132,-0.2952,-3.2076,0.0000,-3.2076,5.7587,-3.2076,0.7675,0.0000,-3.9751,0.0000,-3.9751,8.1955,-12.1706,0.0000,-12.1706,-0.2582,-11.9124,0.0000,0.0000,13.8717,-25.7841,1753.2829,1753.2829,1753.2829,1753.2829,1753.2829 +521.5000,1.0000,7551.3718,74.5780,74.8630,-0.1583,0.0000,6,1190.9022,-10.5645,498.1321,-79.2076,-1.3175,62.1225,-9.8781,-0.3328,-6.6546,0.0000,-6.6546,5.6699,-6.6546,0.7946,0.0000,-7.4492,0.0000,-7.4492,8.1370,-15.5862,0.0000,-15.5862,-0.2911,-15.2951,0.0000,0.0000,13.7727,-29.0678,1249.6821,1249.6821,1249.6821,1249.6821,1249.6821 +522.5000,1.0000,7571.9498,74.0810,74.2930,-0.1178,0.0000,6,1182.9659,49.8223,482.7813,-78.7342,6.1720,59.8069,-9.7536,-0.2459,0.7838,0.0000,0.7838,5.6341,0.7838,0.7134,0.0000,0.0704,0.0000,0.0704,8.0828,-8.0125,0.0000,-8.0125,-0.2151,-7.7973,0.0000,0.0000,13.6809,-21.4783,2251.0061,2251.0061,2251.0061,2251.0061,2251.0061 +523.5000,1.0000,7592.4005,73.6225,73.8690,-0.1369,0.0000,6,1175.6443,21.5367,508.5628,-78.2974,2.6515,62.6108,-9.6394,-0.2842,-2.6965,0.0000,-2.6965,5.6322,-2.6965,0.7420,0.0000,-3.4385,0.0000,-3.4385,8.0328,-11.4713,0.0000,-11.4713,-0.2486,-11.2227,0.0000,0.0000,13.5963,-24.8190,1794.7735,1794.7735,1794.7735,1794.7735,1794.7735 +524.5000,1.0000,7612.7211,73.1540,73.3760,-0.1233,0.0000,6,1168.1630,41.6862,493.4405,-77.8511,5.0995,60.3624,-9.5235,-0.2543,-0.2300,0.0000,-0.2300,5.5838,-0.2300,0.7110,0.0000,-0.9410,0.0000,-0.9410,7.9817,-8.9227,0.0000,-8.9227,-0.2224,-8.7002,0.0000,0.0000,13.5097,-22.2100,2111.4577,2111.4577,2111.4577,2111.4577,2111.4577 +525.5000,1.0000,7632.9184,72.7105,72.9320,-0.1231,0.0000,6,1161.0810,42.1892,500.8824,-77.4287,5.1297,60.9013,-9.4144,-0.2522,-0.1806,0.0000,-0.1806,5.5625,-0.1806,0.7045,0.0000,-0.8851,0.0000,-0.8851,7.9333,-8.8184,0.0000,-8.8184,-0.2206,-8.5978,0.0000,0.0000,13.4278,-22.0256,2114.8480,2114.8480,2114.8480,2114.8480,2114.8480 +526.5000,1.0000,7652.9665,72.1730,72.4890,-0.1756,0.0000,6,1152.4979,-36.1074,498.8591,-76.9167,-4.3578,60.2070,-9.2830,-0.3571,-9.5089,0.0000,-9.5089,5.5083,-9.5089,0.7905,0.0000,-10.2994,0.0000,-10.2994,7.8746,-18.1740,0.0000,-18.1740,-0.3124,-17.8617,0.0000,0.0000,13.3286,-31.1902,704.9907,704.9907,704.9907,704.9907,704.9907 +527.5000,1.0000,7672.8758,71.6735,71.8570,-0.1019,0.0000,6,1144.5216,73.6120,459.8814,-76.4409,8.8227,55.1186,-9.1617,-0.2060,3.5429,0.0000,3.5429,5.4858,3.5429,0.6533,0.0000,2.8896,0.0000,2.8896,7.8201,-4.9305,0.0000,-4.9305,-0.1801,-4.7504,0.0000,0.0000,13.2363,-17.9867,2605.5089,2605.5089,2605.5089,2605.5089,2605.5089 +528.5000,1.0000,7692.6754,71.2785,71.4900,-0.1175,0.0000,6,1138.2140,50.4599,509.8903,-76.0646,6.0145,60.7756,-9.0664,-0.2361,0.7924,0.0000,0.7924,5.4582,0.7924,0.6755,0.0000,0.1169,0.0000,0.1169,7.7770,-7.6601,0.0000,-7.6601,-0.2065,-7.4536,0.0000,0.0000,13.1634,-20.6170,2231.8707,2231.8707,2231.8707,2231.8707,2231.8707 +529.5000,1.0000,7712.3689,70.8965,71.0670,-0.0947,0.0000,6,1132.1140,83.9885,497.3858,-75.7007,9.9572,58.9674,-8.9747,-0.1893,4.7621,0.0000,4.7621,5.3844,4.7621,0.6307,0.0000,4.1314,0.0000,4.1314,7.7354,-3.6040,0.0000,-3.6040,-0.1656,-3.4384,0.0000,0.0000,13.0928,-16.5313,2762.9905,2762.9905,2762.9905,2762.9905,2762.9905 +530.5000,1.0000,7731.9798,70.5995,70.7260,-0.0703,0.0000,6,1127.3714,121.5089,512.0387,-75.4178,14.3451,60.4503,-8.9037,-0.1399,9.0838,0.0000,9.0838,5.4011,9.0838,0.6790,0.0000,8.4049,0.0000,8.4049,7.7030,0.7019,0.0000,0.7019,-0.1223,0.8242,0.0000,0.0000,13.0380,-12.2137,3353.3326,3353.3326,3353.3326,3353.3326,3353.3326 +531.5000,1.0000,7751.4916,70.2425,70.4730,-0.1281,0.0000,6,1121.6706,35.0339,528.5341,-75.0778,4.1151,62.0822,-8.8187,-0.2535,-1.0481,0.0000,-1.0481,5.4168,-1.0481,0.6801,0.0000,-1.7283,0.0000,-1.7283,7.6640,-9.3923,0.0000,-9.3923,-0.2218,-9.1705,0.0000,0.0000,12.9721,-22.1425,1961.2043,1961.2043,1961.2043,1961.2043,1961.2043 +532.5000,1.0000,7770.8816,69.8040,70.0120,-0.1156,0.0000,6,1114.6684,53.1455,485.5677,-74.6601,6.2036,56.6792,-8.7149,-0.2274,1.1048,0.0000,1.1048,5.3262,1.1048,0.6528,0.0000,0.4520,0.0000,0.4520,7.6162,-7.1642,0.0000,-7.1642,-0.1989,-6.9653,0.0000,0.0000,12.8911,-19.8564,2259.3097,2259.3097,2259.3097,2259.3097,2259.3097 +533.5000,1.0000,7790.1626,69.4115,69.5960,-0.1025,0.0000,6,1108.4007,72.7995,492.6425,-74.2862,8.4499,57.1817,-8.6225,-0.2005,3.3279,0.0000,3.3279,5.3226,3.3279,0.6254,0.0000,2.7026,0.0000,2.7026,7.5733,-4.8708,0.0000,-4.8708,-0.1754,-4.6954,0.0000,0.0000,12.8186,-17.5140,2568.8830,2568.8830,2568.8830,2568.8830,2568.8830 +534.5000,1.0000,7809.3529,69.0850,69.2270,-0.0789,0.0000,6,1103.1870,108.5431,500.7662,-73.9752,12.5395,57.8512,-8.5460,-0.1536,7.3740,0.0000,7.3740,5.3191,7.3740,0.6286,0.0000,6.7455,0.0000,6.7455,7.5377,-0.7923,0.0000,-0.7923,-0.1344,-0.6579,0.0000,0.0000,12.7583,-13.4162,3133.8003,3133.8003,3133.8003,3133.8003,3133.8003 +535.5000,1.0000,7828.4995,68.9280,68.9430,-0.0083,0.0000,6,1100.6799,216.9467,517.2417,-73.8256,25.0059,59.6188,-8.5094,-0.0162,19.6951,0.0000,19.6951,5.3270,19.6951,0.8733,0.0000,18.8217,0.0000,18.8217,7.5206,11.3012,0.0000,11.3012,-0.0142,11.3153,0.0000,0.0000,12.7293,-1.4140,5267.5908,5267.5908,5267.5908,5267.5908,5267.5908 +536.5000,1.0000,7847.6536,68.9545,68.9130,0.0231,0.0000,6,1101.1031,265.0473,569.1357,-73.8509,30.5619,65.6255,-8.5155,0.0448,25.1940,0.0000,25.1940,5.3231,25.1940,0.9836,0.0000,24.2104,0.0000,24.2104,7.5235,16.6869,0.0000,16.6869,0.0392,16.6477,0.0000,0.0000,12.7342,3.9135,6274.6859,6274.6859,6274.6859,6274.6859,6274.6859 +537.5000,1.0000,7866.8901,69.2515,68.9960,0.1419,0.0000,6,1105.8458,446.8948,592.6044,-74.1338,51.7522,68.6259,-8.5850,0.2771,46.1918,0.0000,46.1918,5.2833,46.1918,1.4067,0.0000,44.7851,0.0000,44.7851,7.5559,37.2292,0.0000,37.2292,0.2424,36.9869,0.0000,0.0000,12.7890,24.1979,10262.0115,10262.0115,10262.0115,10262.0115,10262.0115 +538.5000,1.0000,7886.2661,69.7535,69.5070,0.1369,0.0000,6,1113.8620,439.3660,679.7163,-74.6120,51.2491,79.2844,-8.7030,0.2693,45.6437,0.0000,45.6437,5.3362,45.6437,1.4011,0.0000,44.2426,0.0000,44.2426,7.6107,36.6320,0.0000,36.6320,0.2355,36.3965,0.0000,0.0000,12.8817,23.5147,10177.0571,10177.0571,10177.0571,10177.0571,10177.0571 +539.5000,1.0000,7905.7972,70.3120,70.0000,0.1733,0.0000,6,1122.7804,495.0267,677.3482,-75.1440,58.2039,79.6408,-8.8352,0.3435,52.5026,0.0000,52.5026,5.3578,52.5026,1.5442,0.0000,50.9583,0.0000,50.9583,7.6716,43.2867,0.0000,43.2867,0.3005,42.9862,0.0000,0.0000,12.9849,30.0013,11598.9959,11598.9959,11598.9959,11598.9959,11598.9959 +540.5000,1.0000,7925.4868,70.8825,70.6240,0.1436,0.0000,6,1131.8905,449.6253,704.7179,-75.6874,53.2947,83.5311,-8.9713,0.2869,47.5857,0.0000,47.5857,5.4221,47.5857,1.4521,0.0000,46.1336,0.0000,46.1336,7.7338,38.3998,0.0000,38.3998,0.2510,38.1488,0.0000,0.0000,13.0902,25.0586,10591.9326,10591.9326,10591.9326,10591.9326,10591.9326 +541.5000,1.0000,7945.3025,71.3365,71.1410,0.1086,0.0000,6,1139.1402,395.4334,684.9524,-76.1199,47.1714,81.7083,-9.0804,0.2184,41.5577,0.0000,41.5577,5.3953,41.5577,1.3364,0.0000,40.2213,0.0000,40.2213,7.7834,32.4379,0.0000,32.4379,0.1910,32.2469,0.0000,0.0000,13.1741,19.0728,9492.7810,9492.7810,9492.7810,9492.7810,9492.7810 +542.5000,1.0000,7965.2287,71.7345,71.5320,0.1125,0.0000,6,1145.4957,400.9740,660.9032,-76.4990,48.0993,79.2793,-9.1765,0.2275,42.4989,0.0000,42.4989,5.3729,42.4989,1.3596,0.0000,41.1393,0.0000,41.1393,7.8268,33.3125,0.0000,33.3125,0.1990,33.1136,0.0000,0.0000,13.2476,19.8660,9670.8670,9670.8670,9670.8670,9670.8670,9670.8670 +543.5000,1.0000,7985.2554,72.0960,71.9370,0.0883,0.0000,6,1151.2683,364.4071,664.5331,-76.8433,43.9331,80.1165,-9.2643,0.1795,38.2941,0.0000,38.2941,5.4595,38.2941,1.2794,0.0000,37.0147,0.0000,37.0147,7.8662,29.1484,0.0000,29.1484,0.1570,28.9914,0.0000,0.0000,13.3143,15.6771,8849.7958,8849.7958,8849.7958,8849.7958,8849.7958 +544.5000,1.0000,8005.3633,72.3885,72.2550,0.0742,0.0000,6,1155.9391,342.7955,648.5784,-77.1220,41.4953,78.5102,-9.3356,0.1513,35.8488,0.0000,35.8488,5.4951,35.8488,1.2337,0.0000,34.6151,0.0000,34.6151,7.8982,26.7170,0.0000,26.7170,0.1324,26.5846,0.0000,0.0000,13.3684,13.2162,8372.0995,8372.0995,8372.0995,8372.0995,8372.0995 +545.5000,1.0000,8025.5280,72.5930,72.5220,0.0394,0.0000,6,1159.2047,289.4967,639.3747,-77.3168,35.1425,77.6147,-9.3856,0.0807,29.5560,0.0000,29.5560,5.5058,29.5560,1.1101,0.0000,28.4459,0.0000,28.4459,7.9205,20.5254,0.0000,20.5254,0.0706,20.4548,0.0000,0.0000,13.4061,7.0487,7204.3249,7204.3249,7204.3249,7204.3249,7204.3249 +546.5000,1.0000,8045.7357,72.7475,72.6640,0.0464,0.0000,6,1161.6718,300.1085,615.3232,-77.4639,36.5082,74.8541,-9.4235,0.0951,30.9012,0.0000,30.9012,5.5118,30.9012,1.1387,0.0000,29.7625,0.0000,29.7625,7.9373,21.8252,0.0000,21.8252,0.0832,21.7420,0.0000,0.0000,13.4347,8.3073,7467.6763,7467.6763,7467.6763,7467.6763,7467.6763 +547.5000,1.0000,8065.9640,72.8220,72.8310,-0.0050,0.0000,6,1162.8615,221.1276,620.6092,-77.5349,26.9277,75.5744,-9.4418,-0.0103,21.4389,0.0000,21.4389,5.4991,21.4389,0.9503,0.0000,20.4886,0.0000,20.4886,7.9455,12.5431,0.0000,12.5431,-0.0090,12.5521,0.0000,0.0000,13.4484,-0.8963,5625.5919,5625.5919,5625.5919,5625.5919,5625.5919 +548.5000,1.0000,8086.1916,72.8195,72.8130,0.0036,0.0000,6,1162.8215,234.4446,584.2205,-77.5325,28.5484,71.1408,-9.4412,0.0074,23.0290,0.0000,23.0290,5.5120,23.0290,0.9820,0.0000,22.0469,0.0000,22.0469,7.9452,14.1018,0.0000,14.1018,0.0065,14.0953,0.0000,0.0000,13.4480,0.6473,5937.2303,5937.2303,5937.2303,5937.2303,5937.2303 +549.5000,1.0000,8106.4176,72.8135,72.8260,-0.0069,0.0000,6,1162.7257,218.5459,590.3642,-77.5268,26.6102,71.8830,-9.4397,-0.0143,21.0771,0.0000,21.0771,5.5474,21.0771,0.9429,0.0000,20.1342,0.0000,20.1342,7.9445,12.1896,0.0000,12.1896,-0.0125,12.2021,0.0000,0.0000,13.4469,-1.2447,5564.6352,5564.6352,5564.6352,5564.6352,5564.6352 +550.5000,1.0000,8126.5891,72.6175,72.8010,-0.1019,0.0000,6,1159.5959,73.3092,582.5932,-77.3401,8.9021,70.7458,-9.3916,-0.2087,3.5931,0.0000,3.5931,5.5176,3.5931,0.6655,0.0000,2.9277,0.0000,2.9277,7.9231,-4.9955,0.0000,-4.9955,-0.1825,-4.8129,0.0000,0.0000,13.4107,-18.2236,2610.5504,2610.5504,2610.5504,2610.5504,2610.5504 +551.5000,1.0000,8146.6422,72.1910,72.4340,-0.1350,0.0000,6,1152.7853,23.8494,513.4698,-76.9338,2.8791,61.9858,-9.2874,-0.2747,-2.3040,0.0000,-2.3040,5.4578,-2.3040,0.7187,0.0000,-3.0227,0.0000,-3.0227,7.8766,-10.8993,0.0000,-10.8993,-0.2403,-10.6590,0.0000,0.0000,13.3319,-23.9909,1816.7105,1816.7105,1816.7105,1816.7105,1816.7105 +552.5000,1.0000,8166.5111,71.5280,71.9480,-0.2333,0.0000,6,1142.1982,46.9864,487.5133,-76.3023,5.6201,58.3118,-9.1266,-0.4704,0.6800,0.0000,0.6800,5.4106,0.6800,0.6800,0.0000,0.0000,0.0000,0.0000,7.8043,-7.8043,20.4827,-28.2869,-0.4115,-27.8754,0.0000,0.0000,13.2095,-41.0849,2179.0423,2179.0423,2179.0423,2179.0423,2179.0423 +553.5000,1.0000,8186.1227,70.6020,71.1080,-0.2811,0.0000,6,1127.4113,46.2895,494.6995,-75.4202,5.4650,58.4053,-8.9043,-0.5594,0.6677,0.0000,0.6677,5.3567,0.6677,0.6677,0.0000,0.0000,0.0000,0.0000,7.7032,-7.7032,28.6044,-36.3076,-0.4893,-35.8183,0.0000,0.0000,13.0384,-48.8567,2158.2355,2158.2355,2158.2355,2158.2355,2158.2355 +554.5000,1.0000,8205.4486,69.5730,70.0960,-0.2906,0.0000,6,1110.9796,46.3606,490.2060,-74.4400,5.3937,57.0313,-8.6605,-0.5698,0.6542,0.0000,0.6542,5.3092,0.6542,0.6542,0.0000,0.0000,0.0000,0.0000,7.5910,-7.5910,29.8212,-37.4121,-0.4984,-36.9137,0.0000,0.0000,12.8484,-49.7622,2148.6075,2148.6075,2148.6075,2148.6075,2148.6075 +555.5000,1.0000,8224.4700,68.4770,69.0500,-0.3183,0.0000,6,1093.4781,45.8554,485.7268,-73.3182,5.2508,55.6200,-8.3956,-0.6144,0.6400,0.0000,0.6400,5.2253,0.6400,0.6400,0.0000,0.0000,0.0000,0.0000,7.4714,-7.4714,34.0807,-41.5521,-0.5374,-41.0147,0.0000,0.0000,12.6460,-53.6607,2104.6412,2104.6412,2104.6412,2104.6412,2104.6412 +556.5000,1.0000,8243.1437,67.2255,67.9040,-0.3769,0.1170,6,1073.4935,44.7232,480.1703,-71.8877,5.0276,53.9788,-8.0813,-0.7143,0.6239,0.0000,0.6239,5.1180,0.6239,0.6239,0.0000,0.0000,0.0000,0.0000,7.3348,-7.3348,41.3556,-48.6904,-0.6248,-48.0657,1.8988,0.0000,12.4149,-62.3793,2036.7708,2036.7708,2036.7708,2036.7708,2036.7708 +557.5000,1.0000,8261.2016,65.0085,66.5470,-0.8547,0.8830,6,1038.0912,38.9255,470.6807,-69.3535,4.2315,51.1671,-7.5393,-1.5662,0.5958,0.0000,0.5958,5.2019,0.5958,0.5958,0.0000,0.0000,0.0000,0.0000,7.0929,-7.0929,105.1957,-112.2887,-1.3699,-110.9187,13.8568,0.0000,12.0050,-136.7806,1843.5060,1843.5060,1843.5060,1843.5060,1843.5060 +558.5000,1.0000,8278.3262,61.6485,63.4700,-1.0119,2.1760,6,984.4369,36.4040,451.1702,-67.5171,3.7529,46.5111,-6.9603,-1.7584,0.5542,0.0000,0.5542,4.9572,0.5542,0.5542,0.0000,0.0000,0.0000,0.0000,6.7263,-6.7263,104.6238,-111.3502,-1.5381,-109.8121,32.3764,0.0000,11.3823,-153.5707,1661.5417,1661.5417,1661.5417,1661.5417,1661.5417 +559.5000,1.0000,8294.2615,57.3670,59.8270,-1.3667,3.5680,6,916.0676,33.2688,419.5153,-71.4282,3.1915,40.2443,-6.8521,-2.2099,0.5028,0.0000,0.5028,4.8986,0.5028,0.5028,0.0000,0.0000,0.0000,0.0000,6.2592,-6.2592,128.7037,-134.9629,-1.9330,-133.0299,49.3811,0.0000,10.5875,-192.9985,1447.0186,1447.0186,1447.0186,1447.0186,1447.0186 +560.5000,1.0000,8309.1457,53.5830,54.9070,-0.7356,3.9140,6,855.6426,43.5520,411.4202,-75.5191,3.9024,36.8644,-6.7667,-1.1109,0.4590,0.0000,0.4590,4.5543,0.4590,0.4590,0.0000,0.0000,0.0000,0.0000,5.8463,-5.8463,31.6698,-37.5161,-0.9717,-36.5444,50.5901,0.0000,9.8879,-97.0223,1573.8527,1573.8527,1573.8527,1573.8527,1573.8527 +561.5000,1.0000,8323.2064,50.6185,52.2590,-0.9114,3.8070,6,808.3038,42.7878,435.5152,-78.9041,3.6218,36.8644,-6.6789,-1.3004,0.4258,0.0000,0.4258,4.4964,0.4258,0.4258,0.0000,0.0000,0.0000,0.0000,5.5229,-5.5229,53.3511,-58.8740,-1.1374,-57.7366,46.4866,0.0000,9.3412,-113.5644,1550.1735,1550.1735,1550.1735,1550.1735,1550.1735 +562.5000,1.0000,8336.3882,47.4545,48.9780,-0.8464,3.8070,6,757.7794,44.9362,464.5529,-84.0265,3.5659,36.8644,-6.6679,-1.1321,0.3913,0.0000,0.3913,4.3067,0.3913,0.3913,0.0000,0.0000,0.0000,0.0000,5.1777,-5.1777,42.3472,-47.5248,-0.9903,-46.5346,43.5809,0.0000,8.7573,-98.8727,1453.9427,1453.9427,1453.9427,1453.9427,1453.9427 +563.5000,1.0000,8348.7125,44.3675,45.9310,-0.8686,4.0940,6,708.4845,45.8340,496.8756,-89.3138,3.4005,36.8644,-6.6264,-1.0863,0.3587,0.0000,0.3587,4.1281,0.3587,0.3587,0.0000,0.0000,0.0000,0.0000,4.8408,-4.8408,38.9779,-43.8188,-0.9502,-42.8686,43.8126,0.0000,8.1867,-94.8680,1321.7855,1321.7855,1321.7855,1321.7855,1321.7855 +564.5000,1.0000,8360.1352,41.1220,42.8040,-0.9344,4.4270,0,641.7588,34.4158,548.5373,-96.4707,2.3129,36.8644,-6.4833,-1.6458,0.0000,0.0000,0.0000,3.9587,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.4867,-4.4867,39.5620,-44.0487,-0.9474,-43.1013,43.9044,0.0000,7.5868,-94.5926,1146.8232,1146.8232,1146.8232,1146.8232,1146.8232 +565.5000,1.0000,8370.4872,37.2670,39.4400,-1.2072,4.7270,5,684.8902,100.0219,513.9928,-91.8445,7.1737,36.8644,-6.5872,3.5705,0.2843,0.0000,0.2843,3.3190,0.3393,0.3393,0.0000,0.0000,0.0000,0.0000,4.0661,-4.0661,58.4386,-62.5048,-1.1092,-61.3956,42.4791,0.0000,6.8746,-110.7493,2008.4008,2008.4008,2008.4008,2008.4008,2008.4008 +566.5000,1.0000,8379.6591,33.0190,35.0940,-1.1528,5.2320,5,724.2657,33.0726,486.0490,-87.6211,2.5084,36.8644,-6.6456,-2.0244,0.2867,0.0000,0.2867,4.2461,0.2867,0.2867,0.0000,0.0000,0.0000,0.0000,3.6026,-3.6026,43.2988,-46.9014,-0.9385,-45.9629,41.6474,0.0000,6.0895,-93.6998,1209.4048,1209.4048,1209.4048,1209.4048,1209.4048 +567.5000,1.0000,8387.7483,29.1210,30.9440,-1.0128,6.0960,0,639.3755,37.8299,550.5820,-96.7263,2.5329,36.8644,-6.4763,-1.5461,0.0000,0.0000,0.0000,4.0790,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1773,-3.1773,22.0085,-25.1858,-0.7271,-24.4587,42.7756,0.0000,5.3680,-72.6022,1178.4984,1178.4984,1178.4984,1178.4984,1178.4984 +568.5000,1.0000,8394.6252,24.7570,27.2980,-1.4117,7.3070,4,660.6049,88.1387,532.8883,-94.4493,6.0973,36.8644,-6.5338,2.4586,0.3474,0.0000,0.3474,3.2913,0.4226,0.4226,0.0000,0.0000,0.0000,0.0000,2.7012,-2.7012,36.0782,-38.7794,-0.8617,-37.9178,43.5543,0.0000,4.5598,-86.0319,1771.4098,1771.4098,1771.4098,1771.4098,1771.4098 +569.5000,1.0000,8400.0201,19.4215,22.2160,-1.5525,8.5770,0,660.6049,11.1815,532.8883,-94.4493,0.7735,36.8644,-6.5338,-2.4586,0.0000,0.0000,0.0000,3.2322,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,2.1190,-2.1190,29.2086,-31.3277,-0.7434,-30.5843,40.0660,0.0000,3.5736,-74.2239,933.6772,933.6772,933.6772,933.6772,933.6772 +570.5000,1.0000,8403.9650,14.2015,16.6270,-1.3475,8.9400,2,791.5533,57.1891,444.7315,-80.4039,4.7405,36.8644,-6.6648,9.3114,-8.0425,0.0000,-8.0425,3.4716,-12.0462,0.8440,0.0000,-12.8902,0.0000,-12.8902,1.5495,-14.4397,0.0000,-14.4397,-0.4718,-13.9679,30.5276,0.0000,2.6122,-47.1077,1723.9972,1723.9972,1723.9972,1723.9972,1723.9972 +571.5000,1.0000,8406.7422,9.9980,11.7760,-0.9878,8.5580,2,834.6721,-55.9054,421.7568,-77.0186,-4.8865,36.8644,-6.7319,-7.6084,-0.5891,0.0000,-0.5891,3.3111,-0.5891,0.4545,0.0000,-1.0436,0.0000,-1.0436,1.0909,-2.1345,0.0000,-2.1345,-0.2435,-1.8910,20.5803,0.0000,1.8397,-24.3109,7.6879,7.6879,7.6879,7.6879,7.6879 +572.5000,1.0000,8408.6347,6.8130,8.2200,-0.7817,5.9460,0,643.1189,23.0791,547.3772,-96.3248,1.5543,36.8644,-6.4872,-1.7030,0.0000,0.0000,0.0000,3.2573,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.7434,-0.7434,1.4794,-2.2227,-0.1313,-2.0914,9.7622,0.0000,1.2560,-13.1096,1035.6140,1035.6140,1035.6140,1035.6140,1035.6140 +573.5000,1.0000,8409.9658,4.7920,5.4060,-0.3411,2.9840,1,622.7276,76.4590,565.3011,-98.5120,4.9860,36.8644,-6.4242,0.8692,0.9602,-0.0240,0.9842,3.1567,1.1415,0.3478,0.0000,0.7937,0.0000,0.7937,0.5228,0.2708,0.0000,0.2708,-0.0403,0.3111,3.4504,0.0000,0.8846,-4.0239,1546.3830,1546.3830,1546.3830,1546.3830,1546.3830 +574.5000,1.0000,8410.9915,3.6925,4.1780,-0.2697,0.2580,1,644.9499,35.2990,545.8233,-96.1284,2.3841,36.8644,-6.4924,-0.0200,-0.7770,0.1169,-0.8939,3.1811,-0.8939,0.2676,0.0000,-1.1615,0.0000,-1.1615,0.4029,-1.5644,0.0000,-1.5644,-0.0246,-1.5398,0.2300,0.0000,0.6819,-2.4517,1158.5203,1158.5203,1158.5203,1158.5203,1158.5203 +575.5000,1.0000,8411.7041,2.5655,3.2070,-0.3564,0.0000,1,644.4444,49.2722,546.2513,-96.1827,3.3252,36.8644,-6.4910,0.0000,-1.0045,0.3349,-1.3394,4.3297,-1.3394,0.1802,0.0000,-1.5196,0.0000,-1.5196,0.2799,-1.7995,0.0000,-1.7995,-0.0225,-1.7770,0.0000,0.0000,0.4738,-2.2507,1296.6696,1296.6696,1296.6696,1296.6696,1296.6696 +576.5000,1.0000,8412.0905,1.3910,1.9240,-0.2961,0.0000,1,644.4444,58.7526,546.2513,-96.1827,3.9650,36.8644,-6.4910,0.0000,-0.3251,0.2020,-0.5271,4.2901,-0.5271,0.0884,0.0000,-0.6154,0.0000,-0.6154,0.1518,-0.7672,0.0000,-0.7672,-0.0102,-0.7571,0.0000,0.0000,0.2569,-1.0139,1390.7145,1390.7145,1390.7145,1390.7145,1390.7145 +577.5000,1.0000,8412.2123,0.4385,0.8580,-0.2331,0.0000,0,644.4444,64.3719,546.2513,-96.1827,4.3442,36.8644,-6.4910,0.0000,-0.0043,0.0956,-0.0999,4.3485,-0.0999,0.0253,0.0000,-0.1253,0.0000,-0.1253,0.0478,-0.1731,0.0000,-0.1731,-0.0025,-0.1706,0.0000,0.0000,0.0810,-0.2516,1446.4579,1446.4579,1446.4579,1446.4579,1446.4579 +578.5000,1.0000,8412.2150,0.0095,0.0190,-0.0053,0.0000,0,644.4444,63.1085,546.2513,-96.1827,4.2589,36.8644,-6.4910,0.0000,0.0031,0.0000,0.0031,4.2558,0.0031,0.0005,0.0000,0.0027,0.0000,0.0027,0.0010,0.0016,0.0000,0.0016,0.0000,0.0016,0.0000,0.0000,0.0018,-0.0001,1433.9248,1433.9248,1433.9248,1433.9248,1433.9248 +579.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.9699,546.2513,-96.1827,4.3171,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3171,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1442.4702,1442.4702,1442.4702,1442.4702,1442.4702 +580.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.8457,546.2513,-96.1827,4.3762,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3762,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1451.1581,1451.1581,1451.1581,1451.1581,1451.1581 +581.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.4042,546.2513,-96.1827,4.2789,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2789,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1436.8583,1436.8583,1436.8583,1436.8583,1436.8583 +582.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.6533,546.2513,-96.1827,4.2957,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2957,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1439.3292,1439.3292,1439.3292,1439.3292,1439.3292 +583.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.8564,546.2513,-96.1827,4.3094,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3094,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1441.3445,1441.3445,1441.3445,1441.3445,1441.3445 +584.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,47.9175,546.2513,-96.1827,3.2338,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2338,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1283.2310,1283.2310,1283.2310,1283.2310,1283.2310 +585.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,48.1200,546.2513,-96.1827,3.2474,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2474,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1285.2392,1285.2392,1285.2392,1285.2392,1285.2392 +586.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.2939,546.2513,-96.1827,4.3389,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3389,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1445.6842,1445.6842,1445.6842,1445.6842,1445.6842 +587.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.8014,546.2513,-96.1827,4.3057,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3057,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1440.7988,1440.7988,1440.7988,1440.7988,1440.7988 +588.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.9560,546.2513,-96.1827,4.3161,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3161,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1442.3323,1442.3323,1442.3323,1442.3323,1442.3323 +589.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.7723,546.2513,-96.1827,4.3712,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3712,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1450.4304,1450.4304,1450.4304,1450.4304,1450.4304 +590.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.5504,546.2513,-96.1827,4.2888,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2888,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1438.3086,1438.3086,1438.3086,1438.3086,1438.3086 +591.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.0234,546.2513,-96.1827,4.3207,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3207,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1443.0008,1443.0008,1443.0008,1443.0008,1443.0008 +592.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.2513,546.2513,-96.1827,4.2686,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1435.3421,1435.3421,1435.3421,1435.3421,1435.3421 +593.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.0962,546.2513,-96.1827,4.2581,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2581,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1433.8032,1433.8032,1433.8032,1433.8032,1433.8032 +594.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.2631,546.2513,-96.1827,4.2019,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1425.5386,1425.5386,1425.5386,1425.5386,1425.5386 +595.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.5616,546.2513,-96.1827,4.1545,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1545,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1418.5796,1418.5796,1418.5796,1418.5796,1418.5796 +596.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.3942,546.2513,-96.1827,4.2107,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2107,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1426.8394,1426.8394,1426.8394,1426.8394,1426.8394 +597.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.6671,546.2513,-96.1827,4.1617,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1617,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1419.6261,1419.6261,1419.6261,1419.6261,1419.6261 +598.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.9852,546.2513,-96.1827,4.1831,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1831,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1422.7818,1422.7818,1422.7818,1422.7818,1422.7818 +599.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.4421,546.2513,-96.1827,4.3489,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3489,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1447.1549,1447.1549,1447.1549,1447.1549,1447.1549 +600.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.3978,546.2513,-96.1827,4.3460,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3460,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1446.7154,1446.7154,1446.7154,1446.7154,1446.7154 +601.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.1159,546.2513,-96.1827,4.3269,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3269,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1443.9188,1443.9188,1443.9188,1443.9188,1443.9188 +602.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,65.3430,546.2513,-96.1827,4.4097,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.4097,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1456.0916,1456.0916,1456.0916,1456.0916,1456.0916 +603.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,48.5726,546.2513,-96.1827,3.2780,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2780,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1289.7295,1289.7295,1289.7295,1289.7295,1289.7295 +604.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.7097,546.2513,-96.1827,3.1523,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1523,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1271.2490,1271.2490,1271.2490,1271.2490,1271.2490 +605.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,48.2211,546.2513,-96.1827,3.2543,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2543,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1286.2426,1286.2426,1286.2426,1286.2426,1286.2426 +606.5000,1.0000,8412.2150,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.9521,546.2513,-96.1827,3.1686,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.6537,1273.6537,1273.6537,1273.6537,1273.6537 +607.5000,1.0000,8412.2158,0.0030,0.0000,0.0017,0.0000,0,644.4444,47.5799,546.2513,-96.1827,3.2110,36.8644,-6.4910,0.0000,0.0021,0.0010,0.0010,3.2089,0.0010,0.0002,0.0000,0.0009,0.0000,0.0009,0.0003,0.0006,0.0000,0.0006,0.0000,0.0006,0.0000,0.0000,0.0006,0.0000,1279.8818,1279.8818,1279.8818,1279.8818,1279.8818 +608.5000,1.0000,8412.2172,0.0050,0.0060,-0.0006,0.0000,0,644.4444,47.2516,546.2513,-96.1827,3.1888,36.8644,-6.4910,0.0000,0.0014,-0.0003,0.0017,3.1875,0.0017,0.0003,0.0000,0.0015,0.0000,0.0015,0.0005,0.0009,0.0000,0.0009,0.0000,0.0009,0.0000,0.0000,0.0009,0.0000,1276.6251,1276.6251,1276.6251,1276.6251,1276.6251 +609.5000,1.0000,8412.2182,0.0020,0.0040,-0.0003,0.0000,0,644.4444,46.7593,546.2513,-96.1827,3.1556,36.8644,-6.4910,0.0000,0.0007,0.0000,0.0007,3.1549,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1271.7413,1271.7413,1271.7413,1271.7413,1271.7413 +610.5000,1.0000,8412.2193,0.0000,0.0030,0.0006,0.0000,0,644.4444,47.6382,546.2513,-96.1827,3.2149,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2149,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1280.4599,1280.4599,1280.4599,1280.4599,1280.4599 +611.5000,1.0000,8412.2209,0.0000,0.0020,0.0006,0.0000,0,644.4444,46.8986,546.2513,-96.1827,3.1650,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.1235,1273.1235,1273.1235,1273.1235,1273.1235 +612.5000,1.0000,8412.2230,0.0000,0.0020,0.0003,0.0000,0,644.4444,46.6270,546.2513,-96.1827,3.1467,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1467,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1270.4289,1270.4289,1270.4289,1270.4289,1270.4289 +613.5000,1.0000,8412.2252,0.0000,0.0010,0.0000,0.0000,0,644.4444,46.9732,546.2513,-96.1827,3.1700,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1700,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.8633,1273.8633,1273.8633,1273.8633,1273.8633 +614.5000,1.0000,8412.2275,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.9874,546.2513,-96.1827,3.1710,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1274.0039,1274.0039,1274.0039,1274.0039,1274.0039 +615.5000,1.0000,8412.2297,0.0000,0.0000,0.0000,0.0000,0,644.4444,47.1606,546.2513,-96.1827,3.1827,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1827,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1275.7219,1275.7219,1275.7219,1275.7219,1275.7219 +616.5000,1.0000,8412.2319,0.0000,0.0000,0.0000,0.0000,0,644.4444,47.3067,546.2513,-96.1827,3.1925,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1277.1714,1277.1714,1277.1714,1277.1714,1277.1714 +617.5000,1.0000,8412.2341,0.0000,0.0000,0.0000,0.0000,0,644.4444,48.5753,546.2513,-96.1827,3.2782,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2782,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1289.7558,1289.7558,1289.7558,1289.7558,1289.7558 +618.5000,1.0000,8412.2364,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.5581,546.2513,-96.1827,3.1420,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1269.7453,1269.7453,1269.7453,1269.7453,1269.7453 +619.5000,1.0000,8412.2391,0.0020,0.0000,0.0011,0.0000,0,644.4444,46.0832,546.2513,-96.1827,3.1100,36.8644,-6.4910,0.0000,0.0014,0.0007,0.0007,3.1086,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1265.0344,1265.0344,1265.0344,1265.0344,1265.0344 +620.5000,1.0000,8412.2422,0.0020,0.0040,-0.0006,0.0000,0,644.4444,45.4264,546.2513,-96.1827,3.0656,36.8644,-6.4910,0.0000,0.0007,0.0000,0.0007,3.0650,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1258.5188,1258.5188,1258.5188,1258.5188,1258.5188 +621.5000,1.0000,8412.2659,0.0755,0.0020,0.0419,0.0000,1,644.4444,46.5661,546.2513,-96.1827,3.1426,36.8644,-6.4910,0.0000,0.0676,0.0338,0.0338,3.0750,0.0338,0.0037,0.0000,0.0301,0.0000,0.0301,0.0082,0.0218,0.0000,0.0218,0.0001,0.0217,0.0000,0.0000,0.0139,0.0078,1269.8245,1269.8245,1269.8245,1269.8245,1269.8245 +622.5000,1.0000,8412.5559,1.0340,0.1510,0.4906,0.0000,1,644.4444,89.2770,546.2513,-96.1827,6.0250,36.8644,-6.4910,0.0000,3.0400,1.4003,1.6397,2.9849,1.6397,0.0691,0.0000,1.5707,0.0000,1.5707,0.1186,1.4521,0.0000,1.4521,0.0125,1.4396,0.0000,0.0000,0.1910,1.2486,1739.8579,1739.8579,1739.8579,1739.8579,1739.8579 +623.5000,1.0000,8413.4309,3.1400,1.9170,0.6794,0.0000,1,645.9562,178.9485,544.9729,-96.0205,12.1049,36.8644,-6.4952,0.0600,9.0623,2.5250,6.5373,2.9826,6.5373,0.2705,0.0000,6.2668,0.0000,6.2668,0.3825,5.8843,0.0000,5.8843,0.0526,5.8317,0.0000,0.0000,0.5799,5.2519,2790.1804,2790.1804,2790.1804,2790.1804,2790.1804 +624.5000,1.0000,8414.7323,4.6750,4.3630,0.1733,0.0000,1,689.9681,136.3308,510.2100,-91.2998,9.8503,36.8644,-6.5967,1.8008,3.7203,0.0179,3.7024,4.3293,3.7024,0.3142,0.0000,3.3882,0.0000,3.3882,0.5101,2.8781,0.0000,2.8781,0.0200,2.8581,0.0000,0.0000,0.8634,1.9948,2433.9576,2433.9576,2433.9576,2433.9576,2433.9576 +625.5000,1.0000,8416.2275,5.3725,4.9870,0.2142,0.0000,1,789.0888,143.0023,446.1204,-80.6682,11.8167,36.8644,-6.6659,2.7438,4.8284,0.0000,4.8284,4.2446,4.8284,0.3893,0.0000,4.4391,0.0000,4.4391,0.5862,3.8530,0.0000,3.8530,0.0284,3.8246,0.0000,0.0000,0.9922,2.8324,2866.4137,2866.4137,2866.4137,2866.4137,2866.4137 +626.5000,1.0000,8417.7889,5.6110,5.7580,-0.0817,0.0000,1,824.1186,34.5364,427.4081,-77.7733,2.9805,36.8860,-6.7120,-1.0927,0.9408,0.0000,0.9408,3.1324,0.9408,0.4317,0.0000,0.5091,0.0000,0.5091,0.6122,-0.1031,0.0000,-0.1031,-0.0113,-0.0918,0.0000,0.0000,1.0362,-1.1280,1439.4153,1439.4153,1439.4153,1439.4153,1439.4153 +627.5000,1.0000,8419.2901,5.3945,5.4640,-0.0386,0.0000,1,792.3200,62.3311,444.3011,-80.3217,5.1717,36.8644,-6.6644,-0.4967,1.4711,0.0000,1.4711,4.1973,1.4711,0.4042,0.0000,1.0669,0.0000,1.0669,0.5886,0.4784,0.0000,0.4784,-0.0051,0.4835,0.0000,0.0000,0.9962,-0.5127,1797.9777,1797.9777,1797.9777,1797.9777,1797.9777 +628.5000,1.0000,8420.7484,5.2400,5.3250,-0.0472,0.0000,1,769.6278,60.5788,457.4012,-82.7556,4.8824,36.8644,-6.6697,-0.5901,1.3143,0.0000,1.3143,4.1581,1.3143,0.3901,0.0000,0.9242,0.0000,0.9242,0.5717,0.3525,0.0000,0.3525,-0.0061,0.3586,0.0000,0.0000,0.9677,-0.6091,1706.9319,1706.9319,1706.9319,1706.9319,1706.9319 +629.5000,1.0000,8422.2344,5.3395,5.1550,0.1025,0.0000,1,784.2419,106.9936,448.8776,-81.1881,8.7869,36.8644,-6.6676,1.3051,3.3096,0.0000,3.3096,4.1722,3.3096,0.3802,0.0000,2.9294,0.0000,2.9294,0.5826,2.3468,0.0000,2.3468,0.0135,2.3333,0.0000,0.0000,0.9861,1.3473,2378.8476,2378.8476,2378.8476,2378.8476,2378.8476 +630.5000,1.0000,8423.8469,5.7950,5.5240,0.1506,0.0000,1,851.1437,117.3290,419.5867,-75.8408,10.4577,37.3984,-6.7598,2.0805,4.2892,0.0000,4.2892,4.0880,4.2892,0.4175,0.0000,3.8717,0.0000,3.8717,0.6323,3.2394,0.0000,3.2394,0.0215,3.2179,0.0000,0.0000,1.0702,2.1477,2722.3405,2722.3405,2722.3405,2722.3405,2722.3405 +631.5000,1.0000,8425.5183,6.0070,6.0660,-0.0328,0.0000,1,882.2813,59.7435,442.7596,-73.6143,5.5198,40.9076,-6.8014,-0.4695,1.7407,0.0000,1.7407,4.2486,1.7407,0.4655,0.0000,1.2752,0.0000,1.2752,0.6554,0.6198,0.0000,0.6198,-0.0049,0.6247,0.0000,0.0000,1.1093,-0.4847,1811.7446,1811.7446,1811.7446,1811.7446,1811.7446 +632.5000,1.0000,8427.1923,6.0165,5.9480,0.0381,0.0000,1,883.6766,81.6593,415.0127,-73.5145,7.5566,38.4046,-6.8029,0.5460,2.7928,0.0000,2.7928,4.2178,2.7928,0.4560,0.0000,2.3368,0.0000,2.3368,0.6564,1.6804,0.0000,1.6804,0.0056,1.6747,0.0000,0.0000,1.1111,0.5636,2237.9305,2237.9305,2237.9305,2237.9305,2237.9305 +633.5000,1.0000,8428.9732,6.4010,6.0850,0.1756,0.0000,1,940.1502,123.3060,449.6205,-70.0505,12.1398,44.2662,-6.8966,2.6797,5.1558,0.0000,5.1558,4.3043,5.1558,0.4813,0.0000,4.6745,0.0000,4.6745,0.6984,3.9761,0.0000,3.9761,0.0277,3.9484,0.0000,0.0000,1.1821,2.7663,3061.2492,3061.2492,3061.2492,3061.2492,3061.2492 +634.5000,1.0000,8430.8577,6.7745,6.7170,0.0319,0.0000,1,995.0083,78.0336,494.2634,-66.9124,8.1309,51.5008,-6.9721,0.5160,3.0655,0.0000,3.0655,4.5493,3.0655,0.5372,0.0000,2.5283,0.0000,2.5283,0.7392,1.7891,0.0000,1.7891,0.0053,1.7838,0.0000,0.0000,1.2511,0.5327,2494.3007,2494.3007,2494.3007,2494.3007,2494.3007 +635.5000,1.0000,8432.7857,6.9305,6.8320,0.0547,0.0000,1,1017.9208,74.3149,480.5640,-67.9096,7.9217,51.2264,-7.2389,0.9044,3.5295,0.0000,3.5295,3.4878,3.5295,0.5505,0.0000,2.9790,0.0000,2.9790,0.7562,2.2228,0.0000,2.2228,0.0094,2.2135,0.0000,0.0000,1.2799,0.9336,2478.6129,2478.6129,2478.6129,2478.6129,2478.6129 +636.5000,1.0000,8434.7665,7.1210,7.0290,0.0511,0.0000,1,1045.9006,83.7843,485.5668,-69.9125,9.1766,53.1824,-7.6573,0.8679,3.5692,0.0000,3.5692,4.7395,3.5692,0.5723,0.0000,2.9970,0.0000,2.9970,0.7770,2.2200,0.0000,2.2200,0.0090,2.2110,0.0000,0.0000,1.3151,0.8960,2703.2628,2703.2628,2703.2628,2703.2628,2703.2628 +637.5000,1.0000,8436.8212,7.3870,7.2130,0.0967,0.0000,1,1084.9695,97.6392,499.7065,-72.7092,11.0935,56.7755,-8.2610,1.7028,4.5397,0.0000,4.5397,4.8511,4.5397,0.5941,0.0000,3.9456,0.0000,3.9456,0.8060,3.1396,0.0000,3.1396,0.0176,3.1220,0.0000,0.0000,1.3642,1.7578,2949.9769,2949.9769,2949.9769,2949.9769,2949.9769 +638.5000,1.0000,8438.9389,7.6135,7.5610,0.0292,0.0000,1,1118.2368,75.9992,514.7230,-74.8729,8.8996,60.2748,-8.7677,0.5295,3.4214,0.0000,3.4214,4.9487,3.4214,0.6326,0.0000,2.7888,0.0000,2.7888,0.8307,1.9581,0.0000,1.9581,0.0055,1.9527,0.0000,0.0000,1.4060,0.5466,2626.3917,2626.3917,2626.3917,2626.3917,2626.3917 +639.5000,1.0000,8441.0747,7.6790,7.6660,0.0072,0.0000,1,1127.8572,69.5565,507.9143,-75.4468,8.2152,59.9892,-8.9109,0.1322,3.0382,0.0000,3.0382,5.0447,3.0382,0.6444,0.0000,2.3939,0.0000,2.3939,0.8378,1.5560,0.0000,1.5560,0.0014,1.5546,0.0000,0.0000,1.4181,0.1365,2529.8677,2529.8677,2529.8677,2529.8677,2529.8677 +640.5000,1.0000,8443.2084,7.6715,7.6920,-0.0114,0.0000,1,1126.7556,63.4959,504.9340,-75.3811,7.4921,59.5790,-8.8945,-0.2083,2.6836,0.0000,2.6836,5.0169,2.6836,0.6470,0.0000,2.0365,0.0000,2.0365,0.8370,1.1995,0.0000,1.1995,-0.0022,1.2017,0.0000,0.0000,1.4167,-0.2151,2432.4192,2432.4192,2432.4192,2432.4192,2432.4192 +641.5000,1.0000,8445.3455,7.6835,7.6510,0.0181,0.0000,1,1128.5181,72.8625,502.4380,-75.4862,8.6108,59.3772,-8.9208,0.3308,3.2451,0.0000,3.2451,5.0349,3.2451,0.6429,0.0000,2.6022,0.0000,2.6022,0.8383,1.7639,0.0000,1.7639,0.0034,1.7605,0.0000,0.0000,1.4190,0.3415,2583.0652,2583.0652,2583.0652,2583.0652,2583.0652 +642.5000,1.0000,8447.4875,7.7010,7.7160,-0.0083,0.0000,1,1131.0884,64.8823,507.4723,-75.6396,7.6851,60.1087,-8.9593,-0.1530,2.7528,0.0000,2.7528,5.0854,2.7528,0.6499,0.0000,2.1029,0.0000,2.1029,0.8402,1.2626,0.0000,1.2626,-0.0016,1.2642,0.0000,0.0000,1.4222,-0.1580,2457.3846,2457.3846,2457.3846,2457.3846,2457.3846 +643.5000,1.0000,8449.6209,7.6705,7.6860,-0.0086,0.0000,1,1126.6087,64.7115,502.7786,-75.3723,7.6345,59.3169,-8.8923,-0.1575,2.7356,0.0000,2.7356,5.0564,2.7356,0.6464,0.0000,2.0892,0.0000,2.0892,0.8369,1.2523,0.0000,1.2523,-0.0016,1.2540,0.0000,0.0000,1.4166,-0.1626,2451.7245,2451.7245,2451.7245,2451.7245,2451.7245 +644.5000,1.0000,8451.7493,7.6520,7.6550,-0.0017,0.0000,1,1123.8915,66.9152,501.9651,-75.2103,7.8755,59.0781,-8.8518,-0.0304,2.8592,0.0000,2.8592,5.0467,2.8592,0.6429,0.0000,2.2163,0.0000,2.2163,0.8349,1.3814,0.0000,1.3814,-0.0003,1.3817,0.0000,0.0000,1.4131,-0.0314,2485.1155,2485.1155,2485.1155,2485.1155,2485.1155 +645.5000,1.0000,8453.8691,7.6215,7.6490,-0.0153,0.0000,1,1119.4118,62.4568,501.9380,-74.9430,7.3215,58.8395,-8.7852,-0.2777,2.5914,0.0000,2.5914,5.0077,2.5914,0.6418,0.0000,1.9496,0.0000,1.9496,0.8316,1.1180,0.0000,1.1180,-0.0029,1.1209,0.0000,0.0000,1.4075,-0.2866,2411.0245,2411.0245,2411.0245,2411.0245,2411.0245 +646.5000,1.0000,8455.9786,7.5840,7.5940,-0.0056,0.0000,1,1113.9040,65.8165,498.4625,-74.6145,7.6773,58.1445,-8.7036,-0.1005,2.7589,0.0000,2.7589,5.0189,2.7589,0.6356,0.0000,2.1233,0.0000,2.1233,0.8275,1.2958,0.0000,1.2958,-0.0010,1.2969,0.0000,0.0000,1.4006,-0.1037,2461.0385,2461.0385,2461.0385,2461.0385,2461.0385 +647.5000,1.0000,8458.0893,7.5885,7.5740,0.0081,0.0000,1,1114.5649,69.9489,500.0604,-74.6539,8.1642,58.3655,-8.7134,0.1458,3.0150,0.0000,3.0150,5.0035,3.0150,0.6336,0.0000,2.3814,0.0000,2.3814,0.8280,1.5534,0.0000,1.5534,0.0015,1.5519,0.0000,0.0000,1.4014,0.1505,2527.4242,2527.4242,2527.4242,2527.4242,2527.4242 +648.5000,1.0000,8460.2140,7.6390,7.6030,0.0200,0.0000,1,1121.9822,73.3089,503.6726,-75.0964,8.6133,59.1784,-8.8233,0.3643,3.2613,0.0000,3.2613,4.9877,3.2613,0.6373,0.0000,2.6241,0.0000,2.6241,0.8335,1.7906,0.0000,1.7906,0.0038,1.7868,0.0000,0.0000,1.4107,0.3761,2585.9085,2585.9085,2585.9085,2585.9085,2585.9085 +649.5000,1.0000,8462.3668,7.7400,7.6750,0.0361,0.0000,1,1136.8166,67.4356,508.7542,-75.9813,8.0280,60.5657,-9.0454,0.6665,3.6149,0.0000,3.6149,3.7466,3.6149,0.6461,0.0000,2.9688,0.0000,2.9688,0.8445,2.1243,0.0000,2.1243,0.0069,2.1174,0.0000,0.0000,1.4294,0.6880,2501.8874,2501.8874,2501.8874,2501.8874,2501.8874 +650.5000,1.0000,8464.5284,7.7720,7.8050,-0.0183,0.0000,1,1141.5166,50.5425,507.5123,-76.2616,6.0418,60.6677,-9.1163,-0.3398,2.5893,0.0000,2.5893,3.7923,2.5893,0.6603,0.0000,1.9290,0.0000,1.9290,0.8480,1.0810,0.0000,1.0810,-0.0035,1.0845,0.0000,0.0000,1.4353,-0.3508,2235.3517,2235.3517,2235.3517,2235.3517,2235.3517 +651.5000,1.0000,8466.6776,7.7270,7.7390,-0.0067,0.0000,1,1134.9072,54.2643,498.1556,-75.8674,6.4492,59.2044,-9.0166,-0.1228,2.7947,0.0000,2.7947,3.7773,2.7947,0.6527,0.0000,2.1420,0.0000,2.1420,0.8431,1.2989,0.0000,1.2989,-0.0013,1.3002,0.0000,0.0000,1.4270,-0.1268,2290.4225,2290.4225,2290.4225,2290.4225,2290.4225 +652.5000,1.0000,8468.8223,7.7110,7.7150,-0.0022,0.0000,1,1132.5572,55.7525,499.2162,-75.7272,6.6123,59.2076,-8.9813,-0.0409,2.8727,0.0000,2.8727,3.7805,2.8727,0.6500,0.0000,2.2228,0.0000,2.2228,0.8413,1.3814,0.0000,1.3814,-0.0004,1.3818,0.0000,0.0000,1.4240,-0.0422,2312.6354,2312.6354,2312.6354,2312.6354,2312.6354 +653.5000,1.0000,8470.9358,7.5985,7.7070,-0.0603,0.0000,1,1116.0337,37.5110,496.0544,-74.7415,4.3839,57.9743,-8.7351,-1.0922,1.7411,0.0000,1.7411,3.7351,1.7411,0.6476,0.0000,1.0935,0.0000,1.0935,0.8291,0.2645,0.0000,0.2645,-0.0113,0.2758,0.0000,0.0000,1.4033,-1.1275,1995.9195,1995.9195,1995.9195,1995.9195,1995.9195 +654.5000,1.0000,8472.8872,7.0150,7.4900,-0.2639,0.0000,1,1030.3318,-24.7814,465.8972,-68.7980,-2.6738,50.2685,-7.4230,-4.4143,-1.9269,0.0000,-1.9269,3.6674,-1.9269,0.6149,0.0000,-2.5417,0.0000,-2.5417,0.7654,-3.3071,0.0000,-3.3071,-0.0456,-3.2615,0.0000,0.0000,1.2955,-4.5570,680.1993,680.1993,680.1993,680.1993,680.1993 +655.5000,1.0000,8474.5754,6.0675,6.5400,-0.2625,0.0000,1,891.1673,-23.0172,395.0197,-72.9789,-2.1480,36.8644,-6.8106,-3.7980,-1.6713,0.0000,-1.6713,3.3213,-1.6713,0.5061,0.0000,-2.1775,0.0000,-2.1775,0.6620,-2.8395,0.0000,-2.8395,-0.0393,-2.8002,0.0000,0.0000,1.1205,-3.9207,578.0834,578.0834,578.0834,578.0834,578.0834 +656.5000,1.0000,8476.1448,5.6400,5.5950,0.0250,0.0000,1,828.3780,65.2235,424.9614,-77.4687,5.6580,36.8644,-6.7202,0.3362,2.4274,0.0000,2.4274,2.8944,2.4274,0.4199,0.0000,2.0075,0.0000,2.0075,0.6154,1.3921,0.0000,1.3921,0.0035,1.3887,0.0000,0.0000,1.0416,0.3471,1868.6720,1868.6720,1868.6720,1868.6720,1868.6720 +657.5000,1.0000,8477.7169,5.6495,5.6850,-0.0197,0.0000,1,829.7733,51.7873,424.2468,-77.3689,4.5000,36.8644,-6.7229,-0.2657,1.8098,0.0000,1.8098,2.9559,1.8098,0.4271,0.0000,1.3827,0.0000,1.3827,0.6164,0.7663,0.0000,0.7663,-0.0027,0.7690,0.0000,0.0000,1.0433,-0.2743,1681.6202,1681.6202,1681.6202,1681.6202,1681.6202 +658.5000,1.0000,8479.2052,5.3480,5.6140,-0.1478,0.0000,1,785.4903,16.1771,448.1642,-81.0542,1.3307,36.8644,-6.6672,-1.8846,0.0202,0.0000,0.0202,3.1951,0.0202,0.4140,0.0000,-0.3938,0.0000,-0.3938,0.5835,-0.9773,0.0000,-0.9773,-0.0195,-0.9579,0.0000,0.0000,0.9876,-1.9455,1134.0840,1134.0840,1134.0840,1134.0840,1134.0840 +659.5000,1.0000,8480.5162,4.7095,5.0820,-0.2069,0.0000,1,696.8033,5.1077,505.2052,-90.5667,0.3727,36.8644,-6.6086,-2.1232,-0.6757,0.0058,-0.6815,3.1717,-0.6815,0.3581,0.0000,-1.0396,0.0000,-1.0396,0.5138,-1.5535,0.0000,-1.5535,-0.0240,-1.5294,0.0000,0.0000,0.8697,-2.3992,906.7273,906.7273,906.7273,906.7273,906.7273 +660.5000,1.0000,8481.6733,4.1555,4.3370,-0.1008,0.0000,1,645.8148,52.6138,545.0923,-96.0357,3.5583,36.8644,-6.4949,-0.0543,0.4542,-0.0197,0.4739,3.1584,0.4739,0.2949,0.0000,0.1790,0.0000,0.1790,0.4534,-0.2744,0.0000,-0.2744,-0.0103,-0.2641,0.0000,0.0000,0.7674,-1.0315,1331.0788,1331.0788,1331.0788,1331.0788,1331.0788 +661.5000,1.0000,8482.7212,3.7625,3.9740,-0.1175,0.0000,1,644.4444,50.4357,546.2513,-96.1827,3.4037,36.8644,-6.4910,0.0000,0.2531,-0.0151,0.2682,3.1506,0.2682,0.2620,0.0000,0.0062,0.0000,0.0062,0.4105,-0.4043,0.0000,-0.4043,-0.0109,-0.3934,0.0000,0.0000,0.6948,-1.0883,1308.2111,1308.2111,1308.2111,1308.2111,1308.2111 +662.5000,1.0000,8483.6540,3.3480,3.5510,-0.1128,0.0000,1,644.4444,50.4515,546.2513,-96.1827,3.4048,36.8644,-6.4910,0.0000,0.2550,-0.0165,0.2714,3.1498,0.2714,0.2266,0.0000,0.0448,0.0000,0.0448,0.3653,-0.3205,0.0000,-0.3205,-0.0093,-0.3112,0.0000,0.0000,0.6183,-0.9295,1308.3678,1308.3678,1308.3678,1308.3678,1308.3678 +663.5000,1.0000,8484.4807,2.9660,3.1450,-0.0994,0.0000,1,644.4444,50.2075,546.2513,-96.1827,3.3883,36.8644,-6.4910,0.0000,0.3127,-0.0201,0.3328,3.0756,0.3328,0.1948,0.0000,0.1380,0.0000,0.1380,0.3236,-0.1856,0.0000,-0.1856,-0.0073,-0.1783,0.0000,0.0000,0.5477,-0.7261,1305.9468,1305.9468,1305.9468,1305.9468,1305.9468 +664.5000,1.0000,8485.2309,2.6910,2.7870,-0.0533,0.0000,1,644.4444,53.7134,546.2513,-96.1827,3.6249,36.8644,-6.4910,0.0000,0.5826,-0.0216,0.6041,3.0423,0.6041,0.1704,0.0000,0.4337,0.0000,0.4337,0.2936,0.1401,0.0000,0.1401,-0.0035,0.1437,0.0000,0.0000,0.4970,-0.3533,1340.7261,1340.7261,1340.7261,1340.7261,1340.7261 +665.5000,1.0000,8485.9829,2.6970,2.5950,0.0567,0.0000,1,644.4444,65.1428,546.2513,-96.1827,4.3962,36.8644,-6.4910,0.0000,1.3864,0.0505,1.3359,3.0099,1.3359,0.1635,0.0000,1.1723,0.0000,1.1723,0.2943,0.8781,0.0000,0.8781,0.0038,0.8743,0.0000,0.0000,0.4981,0.3762,1454.1053,1454.1053,1454.1053,1454.1053,1454.1053 +666.5000,1.0000,8487.0023,3.6600,2.7990,0.4783,0.0000,1,654.2344,150.9966,538.0773,-95.1326,10.3450,36.8644,-6.5177,0.3933,6.9769,1.2442,5.7327,2.9747,5.7327,0.2860,0.0000,5.4467,0.0000,5.4467,0.4180,5.0287,0.0000,5.0287,0.0432,4.9856,0.0000,0.0000,0.6759,4.3096,2494.9496,2494.9496,2494.9496,2494.9496,2494.9496 +667.5000,1.0000,8488.5519,5.5685,4.5210,0.5819,0.0000,1,817.8764,245.4034,430.4179,-78.2196,21.0183,36.8644,-6.6993,7.7275,10.2566,0.0000,10.2566,3.0342,10.2566,0.5134,0.0000,9.7432,0.0000,9.7432,0.6578,9.0854,0.0000,9.0854,0.0799,9.0055,0.0000,0.0000,1.0284,7.9772,4489.4819,4489.4819,4489.4819,4489.4819,4489.4819 +668.5000,1.0000,8490.6482,7.5365,6.6160,0.5114,0.0000,1,1106.9274,217.4461,553.3609,-74.1983,25.2057,64.1440,-8.6009,9.1905,12.5796,0.0000,12.5796,3.4357,12.5796,0.7352,0.0000,11.8444,0.0000,11.8444,0.8701,10.9743,0.0000,10.9743,0.0950,10.8793,0.0000,0.0000,1.3918,9.4875,5304.1633,5304.1633,5304.1633,5304.1633,5304.1633 +669.5000,1.0000,8493.1694,9.0665,8.4570,0.3386,0.0000,1,1331.6470,162.5014,603.5170,-87.5580,22.6608,84.1603,-12.2099,7.3208,11.1637,0.0000,11.1637,4.1763,11.1637,0.8671,0.0000,10.2966,0.0000,10.2966,0.9892,9.3074,0.0000,9.3074,0.0757,9.2317,0.0000,0.0000,1.6744,7.5574,4994.0819,4994.0819,4994.0819,4994.0819,4994.0819 +670.5000,1.0000,8495.8009,9.4633,9.6760,-0.1182,0.0000,0,1313.0581,-28.9647,592.4895,-86.4555,-3.9827,81.4692,-11.8879,-8.7175,0.0000,0.0000,0.0000,4.7348,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0325,-1.0325,0.0000,-1.0325,-0.0276,-1.0050,0.0000,0.0000,1.7476,-2.7526,1115.6406,1115.6406,1115.6406,1115.6406,1115.6406 +671.5000,1.0000,8498.8053,10.8058,11.0220,0.8640,0.0000,2,1118.4466,288.7243,453.6692,-74.8855,33.8164,53.1353,-8.7708,-5.9414,34.1022,0.0000,34.1022,5.6556,27.5060,0.9059,0.0000,26.6001,0.0000,26.6001,1.3918,25.2082,0.0000,25.2082,0.2302,24.9780,0.0000,0.0000,1.9956,22.9825,6935.7778,6935.7778,6935.7778,6935.7778,6935.7778 +672.5000,1.0000,8502.5310,13.4025,12.3610,0.5786,0.0000,2,1118.8931,314.8214,606.8795,-74.9121,36.8877,71.1082,-8.7775,5.9744,24.3155,0.0000,24.3155,6.5978,24.3155,0.9779,0.0000,23.3376,0.0000,23.3376,1.5815,21.7561,0.0000,21.7561,0.1912,21.5649,0.0000,0.0000,2.4751,19.0898,7503.6209,7503.6209,7503.6209,7503.6209,7503.6209 +673.5000,1.0000,8506.8497,15.5375,14.4440,0.6075,0.0000,2,1297.1312,331.6339,633.8054,-85.5109,45.0476,86.0931,-11.6154,7.2719,29.3940,0.0000,29.3940,8.3817,29.3940,1.2057,0.0000,28.1883,0.0000,28.1883,1.8504,26.3379,0.0000,26.3379,0.2327,26.1051,0.0000,0.0000,2.8694,23.2357,9152.2991,9152.2991,9152.2991,9152.2991,9152.2991 +674.5000,1.0000,8511.4131,16.4183,16.6310,-0.1182,0.0000,0,1278.5055,15.6013,657.8963,-84.4063,2.0888,88.0823,-11.3007,-8.6299,0.0000,0.0000,0.0000,10.7187,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.7914,-1.7914,0.0000,-1.7914,-0.0478,-1.7435,0.0000,0.0000,3.0321,-4.7756,1886.3530,1886.3530,1886.3530,1886.3530,1886.3530 +675.5000,1.0000,8516.2607,17.4410,19.5640,0.6863,0.0000,3,1053.1564,461.1597,461.1597,-70.4319,50.8596,50.8596,-7.7677,-7.4657,43.5083,0.0000,43.5083,14.8170,36.1769,1.0641,0.0000,35.1128,0.0000,35.1128,2.1292,32.9836,0.0000,32.9836,0.2951,32.6885,0.0000,0.0000,3.2209,29.4675,10126.9042,10126.9042,10126.9042,10126.9042,10126.9042 +676.5000,1.0000,8521.7906,19.8977,20.9220,0.6785,0.0000,3,999.0412,552.7022,682.7276,-66.6817,57.8233,71.4265,-6.9762,3.7620,40.8958,0.0000,40.8958,13.1656,40.8958,1.2320,0.0000,39.6637,0.0000,39.6637,2.4232,37.2406,0.0000,37.2406,0.3328,36.9077,0.0000,0.0000,3.6746,33.2331,11530.9185,11530.9185,11530.9185,11530.9185,11530.9185 +677.5000,1.0000,8527.7541,21.4585,21.1190,0.1886,0.0000,3,1077.4054,222.6529,707.3298,-72.1677,25.1210,79.8049,-8.1424,1.1278,17.1746,0.0000,17.1746,6.8185,17.1746,0.8076,0.0000,16.3671,0.0000,16.3671,2.3413,14.0258,0.0000,14.0258,0.0998,13.9260,0.0000,0.0000,3.9629,9.9631,5280.3311,5280.3311,5280.3311,5280.3311,5280.3311 +678.5000,1.0000,8534.1535,23.0280,21.7980,0.6833,0.0000,3,1156.2081,487.9622,576.4446,-77.1380,59.0814,69.7947,-9.3397,4.3850,47.6556,0.0000,47.6556,7.0408,47.6556,1.4700,0.0000,46.1856,0.0000,46.1856,2.8086,43.3770,0.0000,43.3770,0.3880,42.9890,0.0000,0.0000,4.2527,38.7363,11767.5178,11767.5178,11767.5178,11767.5178,11767.5178 +679.5000,1.0000,8541.1979,25.3500,24.2580,0.6067,0.0000,3,1272.7929,451.8863,702.8111,-84.0675,60.2304,93.6753,-11.2051,4.2855,47.4864,0.0000,47.4864,8.4584,47.4864,1.5495,0.0000,45.9369,0.0000,45.9369,3.0182,42.9187,0.0000,42.9187,0.3792,42.5395,0.0000,0.0000,4.6815,37.8580,11998.7156,11998.7156,11998.7156,11998.7156,11998.7156 +680.5000,1.0000,8548.9259,27.8105,26.4420,0.7603,0.0000,3,1396.3317,537.4687,709.2957,-91.3943,78.5906,103.7157,-13.3640,5.8919,63.1354,0.0000,63.1354,9.5632,63.1354,1.9565,0.0000,61.1789,0.0000,61.1789,3.4729,57.7060,0.0000,57.7060,0.5213,57.1847,0.0000,0.0000,5.1359,52.0488,15441.3005,15441.3005,15441.3005,15441.3005,15441.3005 +681.5000,1.0000,8557.5992,31.2140,29.1790,1.1306,0.0000,3,1567.2173,742.4375,763.0081,-101.5292,121.8478,125.2238,-16.6628,9.8337,100.6882,0.0000,100.6882,11.3259,100.6882,2.8480,0.0000,97.8402,0.0000,97.8402,4.3356,93.5047,0.0000,93.5047,0.8700,92.6346,0.0000,0.0000,5.7645,86.8702,23770.7001,23770.7001,23770.7001,23770.7001,23770.7001 +682.5000,1.0000,8566.7787,33.0363,33.2490,-0.1182,0.0000,0,1669.3922,75.3132,838.3293,-105.9447,13.1661,146.5553,-18.5211,0.0000,0.0000,0.0000,0.0000,13.1661,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.6045,-3.6045,0.0000,-3.6045,-0.0962,-3.5083,0.0000,0.0000,6.1010,-9.6093,4006.1563,4006.1563,4006.1563,4006.1563,4006.1563 +683.5000,1.0000,8576.2840,34.2092,34.5430,0.7697,0.0000,4,1412.4607,588.3654,588.3654,-92.3509,87.0266,87.0266,-13.6599,-22.2864,99.3580,0.0000,99.3580,9.9549,78.1204,2.0484,0.0000,76.0720,0.0000,76.0720,4.2842,71.7878,0.0000,71.7878,0.6492,71.1386,0.0000,0.0000,6.3176,64.8210,16998.6794,16998.6794,16998.6794,16998.6794,16998.6794 +684.5000,1.0000,8586.5665,37.0068,35.8930,0.7845,0.0000,4,1201.3727,767.3062,805.1957,-79.8317,96.5328,101.2996,-10.0434,3.3822,85.9422,0.0000,85.9422,7.2085,85.9422,2.2672,0.0000,83.6750,0.0000,83.6750,4.6553,79.0196,0.0000,79.0196,0.7158,78.3038,0.0000,0.0000,6.8342,71.4696,18807.9412,18807.9412,18807.9412,18807.9412,18807.9412 +685.5000,1.0000,8597.5257,39.4430,38.4190,0.5689,0.0000,4,1280.4589,593.0981,822.1861,-84.5221,79.5281,110.2464,-11.3335,2.6140,69.7134,0.0000,69.7134,7.2007,69.7134,1.9997,0.0000,67.7137,0.0000,67.7137,4.6397,63.0739,0.0000,63.0739,0.5532,62.5207,0.0000,0.0000,7.2841,55.2366,15649.0064,15649.0064,15649.0064,15649.0064,15649.0064 +686.5000,1.0000,8608.9315,41.0510,40.4670,0.3244,0.0000,4,1332.6603,411.5645,763.5699,-87.6181,57.4362,106.5607,-12.2276,1.5516,46.7545,0.0000,46.7545,9.1302,46.7545,1.5797,0.0000,45.1748,0.0000,45.1748,4.4790,40.6958,0.0000,40.6958,0.3284,40.3675,0.0000,0.0000,7.5811,32.7864,11507.3850,11507.3850,11507.3850,11507.3850,11507.3850 +687.5000,1.0000,8620.6190,42.0650,41.6350,0.2389,0.0000,4,1365.5783,342.5710,699.9890,-89.5704,48.9887,100.1005,-12.8088,1.1706,38.7883,0.0000,38.7883,9.0298,38.7883,1.4456,0.0000,37.3427,0.0000,37.3427,4.5896,32.7531,0.0000,32.7531,0.2478,32.5053,0.0000,0.0000,7.7684,24.7369,9907.5592,9907.5592,9907.5592,9907.5592,9907.5592 +688.5000,1.0000,8632.4548,42.5990,42.4950,0.0578,0.0000,4,1382.9138,199.7984,678.0216,-90.5985,28.9345,98.1900,-13.1203,0.2867,19.7119,0.0000,19.7119,8.9358,19.7119,1.0775,0.0000,18.6344,0.0000,18.6344,4.6479,13.9865,0.0000,13.9865,0.0607,13.9258,0.0000,0.0000,7.8670,6.0588,6217.3394,6217.3394,6217.3394,6217.3394,6217.3394 +689.5000,1.0000,8644.4498,43.1720,42.7030,0.2606,0.0000,4,1401.5154,356.5462,627.0583,-91.7018,52.3290,92.0311,-13.4587,1.3104,42.1928,0.0000,42.1928,8.8257,42.1928,1.5417,0.0000,40.6511,0.0000,40.6511,4.7104,35.9407,0.0000,35.9407,0.2773,35.6634,0.0000,0.0000,7.9728,27.6906,10597.6077,10597.6077,10597.6077,10597.6077,10597.6077 +690.5000,1.0000,8656.7071,44.1160,43.6410,0.2639,0.0000,4,1432.1610,357.8863,691.8829,-93.5193,53.6742,103.7655,-14.0256,1.3562,43.4978,0.0000,43.4978,8.8202,43.4978,1.5922,0.0000,41.9056,0.0000,41.9056,4.8134,37.0922,0.0000,37.0922,0.2870,36.8052,0.0000,0.0000,8.1471,28.6580,10845.9414,10845.9414,10845.9414,10845.9414,10845.9414 +691.5000,1.0000,8669.2773,45.2430,44.5910,0.3622,0.0000,4,1468.7474,434.2744,699.4093,-95.6891,66.7944,107.5740,-14.7176,1.9091,55.9398,0.0000,55.9398,8.9455,55.9398,1.8706,0.0000,54.0691,0.0000,54.0691,4.9680,49.1011,0.0000,49.1011,0.4040,48.6971,0.0000,0.0000,8.3553,40.3418,13317.8404,13317.8404,13317.8404,13317.8404,13317.8404 +692.5000,1.0000,8682.2615,46.7330,45.8950,0.4656,0.0000,4,1517.1180,515.4391,734.3187,-98.5579,81.8890,116.6628,-15.6581,2.5346,70.2358,0.0000,70.2358,9.1186,70.2358,2.1965,0.0000,68.0393,0.0000,68.0393,5.3144,62.7248,0.0000,62.7248,0.5364,62.1884,0.0000,0.0000,8.6304,53.5580,16179.9714,16179.9714,16179.9714,16179.9714,16179.9714 +693.5000,1.0000,8695.5361,47.7785,47.5710,0.1153,0.0000,4,1551.0586,240.9629,768.5225,-100.5709,39.1388,124.8284,-16.3354,0.6416,29.1338,0.0000,29.1338,9.3633,29.1338,1.4031,0.0000,27.7307,0.0000,27.7307,5.2130,22.5177,0.0000,22.5177,0.1358,22.3819,0.0000,0.0000,8.8235,13.5584,8229.3061,8229.3061,8229.3061,8229.3061,8229.3061 +694.5000,1.0000,8709.0014,48.4650,47.9860,0.2661,0.0000,4,1573.3449,338.9465,686.7715,-101.8926,55.8449,113.1527,-16.7879,1.5025,48.1061,0.0000,48.1061,6.2364,48.1061,1.8016,0.0000,46.3045,0.0000,46.3045,5.2879,41.0166,0.0000,41.0166,0.3180,40.6986,0.0000,0.0000,8.9503,31.7483,11389.1862,11389.1862,11389.1862,11389.1862,11389.1862 +695.5000,1.0000,8722.8690,49.9135,48.9440,0.5386,0.0000,4,1620.3683,546.3690,726.4909,-104.1988,92.7104,123.2743,-17.6809,3.1319,84.4434,0.0000,84.4434,5.1351,84.4434,2.5692,0.0000,81.8742,0.0000,81.8742,5.8142,76.0600,0.0000,76.0600,0.6628,75.3972,0.0000,0.0000,9.2178,66.1794,18373.0261,18373.0261,18373.0261,18373.0261,18373.0261 +696.5000,1.0000,8736.9469,50.6703,50.8830,-0.1182,0.0000,0,1651.8417,30.0368,791.7654,-105.3197,5.1958,136.9599,-18.2182,0.0000,0.0000,0.0000,0.0000,5.1958,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.5285,-5.5285,0.0000,-5.5285,-0.1476,-5.3809,0.0000,0.0000,9.3576,-14.7385,3085.5970,3085.5970,3085.5970,3085.5970,3085.5970 +697.5000,1.0000,8751.2142,51.3523,52.7910,0.4970,0.0000,5,1398.9342,563.6840,563.6840,-91.5487,82.5775,82.5775,-13.4115,-21.7272,99.0324,0.0000,99.0324,5.2723,79.7395,0.8953,0.0000,78.8442,0.0000,78.8442,5.9009,72.9433,0.0000,72.9433,0.6293,72.3140,0.0000,0.0000,9.4835,62.8305,16182.2976,16182.2976,16182.2976,16182.2976,16182.2976 +698.5000,1.0000,8766.0066,53.2429,53.8600,0.5533,0.0000,5,1167.8725,794.6740,794.6740,-77.8338,97.1881,97.1881,-9.5190,1.5668,90.2858,0.0000,90.2858,5.3355,90.2858,0.9764,0.0000,89.3094,0.0000,89.3094,6.2316,83.0778,0.0000,83.0778,0.7263,82.3515,0.0000,0.0000,9.8326,72.5188,18956.2600,18956.2600,18956.2600,18956.2600,18956.2600 +699.5000,1.0000,8781.3612,55.2664,55.0530,0.5709,0.0000,5,1212.2584,814.0437,838.9523,-80.4773,103.3407,106.5028,-10.2164,1.6780,96.1943,0.0000,96.1943,5.4684,96.1943,1.0370,0.0000,95.1572,0.0000,95.1572,6.5053,88.6520,0.0000,88.6520,0.7779,87.8741,0.0000,0.0000,10.2063,77.6678,20105.3603,20105.3603,20105.3603,20105.3603,20105.3603 +700.5000,1.0000,8797.1620,56.8730,56.2940,0.3217,0.0000,5,1247.4988,532.2837,851.5034,-82.5673,69.5364,111.2385,-10.7864,0.9730,63.0903,0.0000,63.0903,5.4731,63.0903,0.8968,0.0000,62.1935,0.0000,62.1935,6.2053,55.9882,0.0000,55.9882,0.4510,55.5371,0.0000,0.0000,10.5030,45.0341,13766.9264,13766.9264,13766.9264,13766.9264,13766.9264 +701.5000,1.0000,8813.2777,58.0065,57.4520,0.3081,0.0000,5,1272.3619,517.2011,736.5619,-84.0419,68.9126,98.1406,-11.1979,0.9504,62.3814,0.0000,62.3814,5.5809,62.3814,0.9114,0.0000,61.4700,0.0000,61.4700,6.3290,55.1410,0.0000,55.1410,0.4406,54.7004,0.0000,0.0000,10.7124,43.9881,13661.0856,13661.0856,13661.0856,13661.0856,13661.0856 +702.5000,1.0000,8829.6931,59.0855,58.5610,0.2914,0.0000,5,1296.0296,498.6888,733.4051,-85.4456,67.6820,99.5377,-11.5967,0.9157,61.0874,0.0000,61.0874,5.6789,61.0874,0.9224,0.0000,60.1650,0.0000,60.1650,6.4467,53.7183,0.0000,53.7183,0.4245,53.2938,0.0000,0.0000,10.9116,42.3822,13457.9622,13457.9622,13457.9622,13457.9622,13457.9622 +703.5000,1.0000,8846.3649,60.0085,59.6100,0.2214,0.0000,5,1316.2754,421.3419,728.9928,-86.6463,58.0778,100.4844,-11.9433,0.7066,51.5507,0.0000,51.5507,5.8205,51.5507,0.8899,0.0000,50.6608,0.0000,50.6608,6.5474,44.1134,0.0000,44.1134,0.3275,43.7859,0.0000,0.0000,11.0821,32.7038,11621.8646,11621.8646,11621.8646,11621.8646,11621.8646 +704.5000,1.0000,8863.2673,60.8385,60.4070,0.2397,0.0000,5,1334.4813,441.0741,700.5008,-87.7261,61.6386,97.8926,-12.2594,0.7757,55.0559,0.0000,55.0559,5.8070,55.0559,0.9212,0.0000,54.1347,0.0000,54.1347,6.6380,47.4967,0.0000,47.4967,0.3596,47.1372,0.0000,0.0000,11.2354,35.9018,12292.3074,12292.3074,12292.3074,12292.3074,12292.3074 +705.5000,1.0000,8880.3726,61.5690,61.2700,0.1661,0.0000,5,1350.5047,359.3443,711.2846,-88.6764,50.8201,100.5931,-12.5410,0.5439,44.3965,0.0000,44.3965,5.8797,44.3965,0.8802,0.0000,43.5163,0.0000,43.5163,6.7177,36.7986,0.0000,36.7986,0.2522,36.5465,0.0000,0.0000,11.3703,25.1762,10239.9789,10239.9789,10239.9789,10239.9789,10239.9789 +706.5000,1.0000,8897.6380,62.1455,61.8680,0.1542,0.0000,5,1363.1501,346.4234,681.3026,-89.4264,49.4515,97.2551,-12.7655,0.5095,42.9609,0.0000,42.9609,5.9811,42.9609,0.8827,0.0000,42.0782,0.0000,42.0782,6.7806,35.2976,0.0000,35.2976,0.2362,35.0614,0.0000,0.0000,11.4767,23.5846,9992.7672,9992.7672,9992.7672,9992.7672,9992.7672 +707.5000,1.0000,8915.0867,62.8055,62.4230,0.2125,0.0000,5,1377.6271,410.9407,678.7742,-90.2850,59.2843,97.9232,-13.0249,0.7098,52.5761,0.0000,52.5761,5.9984,52.5761,0.9420,0.0000,51.6341,0.0000,51.6341,6.8526,44.7815,0.0000,44.7815,0.3290,44.4524,0.0000,0.0000,11.5986,32.8538,11876.4892,11876.4892,11876.4892,11876.4892,11876.4892 +708.5000,1.0000,8932.7367,63.5300,63.1880,0.1900,0.0000,5,1393.5189,386.3112,706.6090,-91.2275,56.3740,103.1147,-13.3127,0.6420,49.6153,0.0000,49.6153,6.1167,49.6153,0.9397,0.0000,48.6757,0.0000,48.6757,6.9316,41.7441,0.0000,41.7441,0.2976,41.4465,0.0000,0.0000,11.7324,29.7140,11350.7421,11350.7421,11350.7421,11350.7421,11350.7421 +709.5000,1.0000,8950.5419,64.0885,63.8720,0.1203,0.0000,5,1405.7694,308.4372,699.7592,-91.9540,45.4056,103.0128,-13.5367,0.4100,38.8894,0.0000,38.8894,6.1062,38.8894,0.8957,0.0000,37.9937,0.0000,37.9937,6.9926,31.0012,0.0000,31.0012,0.1900,30.8111,0.0000,0.0000,11.8356,18.9756,9303.0019,9303.0019,9303.0019,9303.0019,9303.0019 +710.5000,1.0000,8968.3673,64.1615,64.3050,-0.0797,0.0000,5,1407.3707,86.5113,671.2333,-92.0490,12.7500,98.9260,-13.5661,-0.2720,6.8724,0.0000,6.8724,6.1497,6.8724,0.7406,0.0000,6.1318,0.0000,6.1318,7.0005,-0.8687,0.0000,-0.8687,-0.1261,-0.7426,0.0000,0.0000,11.8490,-12.5917,3444.9091,3444.9091,3444.9091,3444.9091,3444.9091 +711.5000,1.0000,8986.0733,63.7315,64.0180,-0.1592,0.0000,5,1397.9387,-1.0890,583.4298,-91.4896,-0.1594,85.4093,-13.3933,-0.5395,-5.7335,0.0000,-5.7335,6.1136,-5.7335,0.7643,0.0000,-6.4978,0.0000,-6.4978,6.9536,-13.4514,0.0000,-13.4514,-0.2501,-13.2013,0.0000,0.0000,11.7696,-24.9710,1915.0216,1915.0216,1915.0216,1915.0216,1915.0216 +712.5000,1.0000,9003.6137,63.1355,63.4450,-0.1719,0.0000,5,1384.8656,-15.4395,545.0449,-90.7143,-2.2391,79.0439,-13.1556,-0.5774,-7.6845,0.0000,-7.6845,6.0227,-7.6845,0.7584,0.0000,-8.4429,0.0000,-8.4429,6.8886,-15.3314,0.0000,-15.3314,-0.2676,-15.0638,0.0000,0.0000,11.6596,-26.7234,1578.7119,1578.7119,1578.7119,1578.7119,1578.7119 +713.5000,1.0000,9020.9587,62.4320,62.8260,-0.2189,0.0000,5,1369.4344,-66.6713,534.4540,-89.7991,-9.5611,76.6444,-12.8778,-0.7268,-14.8720,0.0000,-14.8720,6.0377,-14.8720,0.7637,0.0000,-15.6358,0.0000,-15.6358,6.8118,-22.4476,0.0000,-22.4476,-0.3369,-22.1107,0.0000,0.0000,11.5296,-33.6403,423.6875,423.6875,423.6875,423.6875,423.6875 +714.5000,1.0000,9038.1292,61.8040,62.0380,-0.1300,0.0000,5,1355.6594,31.0677,509.3057,-88.9821,4.4105,72.3032,-12.6323,-0.4273,-1.1013,0.0000,-1.1013,5.9391,-1.1013,0.7181,0.0000,-1.8194,0.0000,-1.8194,6.7433,-8.5627,0.0000,-8.5627,-0.1981,-8.3646,0.0000,0.0000,11.4137,-19.7783,2330.8335,2330.8335,2330.8335,2330.8335,2330.8335 +715.5000,1.0000,9055.2004,61.4460,61.5700,-0.0689,0.0000,5,1347.8067,99.1617,546.7407,-88.5164,13.9959,77.1681,-12.4934,-0.2251,8.2246,0.0000,8.2246,5.9964,8.2246,0.6972,0.0000,7.5273,0.0000,7.5273,6.7042,0.8231,0.0000,0.8231,-0.1044,0.9275,0.0000,0.0000,11.3476,-10.4201,3458.7540,3458.7540,3458.7540,3458.7540,3458.7540 +716.5000,1.0000,9072.1947,61.1695,61.3220,-0.0847,0.0000,5,1341.7417,81.2683,572.8468,-88.1567,11.4187,80.4889,-12.3866,-0.2756,5.7752,0.0000,5.7752,5.9192,5.7752,0.6897,0.0000,5.0854,0.0000,5.0854,6.6741,-1.5887,0.0000,-1.5887,-0.1278,-1.4609,0.0000,0.0000,11.2965,-12.7574,3129.8114,3129.8114,3129.8114,3129.8114,3129.8114 +717.5000,1.0000,9089.0770,60.7665,61.0170,-0.1392,0.0000,5,1332.9020,21.3730,563.1861,-87.6324,2.9833,78.6102,-12.2318,-0.4498,-2.4706,0.0000,-2.4706,5.9036,-2.4706,0.7033,0.0000,-3.1738,0.0000,-3.1738,6.6301,-9.8039,0.0000,-9.8039,-0.2085,-9.5954,0.0000,0.0000,11.2221,-20.8175,2115.0318,2115.0318,2115.0318,2115.0318,2115.0318 +718.5000,1.0000,9105.8142,60.2440,60.5160,-0.1511,0.0000,5,1321.4410,7.7499,535.1352,-86.9527,1.0724,74.0525,-12.0326,-0.4842,-4.2371,0.0000,-4.2371,5.7937,-4.2371,0.6985,0.0000,-4.9356,0.0000,-4.9356,6.5731,-11.5087,0.0000,-11.5087,-0.2244,-11.2843,0.0000,0.0000,11.1256,-22.4099,1864.9262,1864.9262,1864.9262,1864.9262,1864.9262 +719.5000,1.0000,9122.3955,59.6825,59.9720,-0.1608,0.0000,5,1309.1246,-2.6496,525.8721,-86.2222,-0.3632,72.0924,-11.8203,-0.5105,-5.6400,0.0000,-5.6400,5.7873,-5.6400,0.6923,0.0000,-6.3323,0.0000,-6.3323,6.5118,-12.8442,0.0000,-12.8442,-0.2367,-12.6075,0.0000,0.0000,11.0219,-23.6294,1652.5482,1652.5482,1652.5482,1652.5482,1652.5482 +720.5000,1.0000,9138.8160,59.1040,59.3930,-0.1606,0.0000,5,1296.4354,-2.6068,517.8032,-85.4697,-0.3539,70.2982,-11.6036,-0.5047,-5.5480,0.0000,-5.5480,5.6988,-5.5480,0.6821,0.0000,-6.2301,0.0000,-6.2301,6.4487,-12.6788,0.0000,-12.6788,-0.2340,-12.4449,0.0000,0.0000,10.9150,-23.3599,1625.2766,1625.2766,1625.2766,1625.2766,1625.2766 +721.5000,1.0000,9155.0635,58.4810,58.8150,-0.1856,0.0000,5,1282.7700,-30.2182,513.9135,-84.6592,-4.0592,69.0347,-11.3724,-0.5771,-9.1192,0.0000,-9.1192,5.6371,-9.1192,0.6803,0.0000,-9.7995,0.0000,-9.7995,6.3807,-16.1803,0.0000,-16.1803,-0.2675,-15.9127,0.0000,0.0000,10.8000,-26.7127,1034.2676,1034.2676,1034.2676,1034.2676,1034.2676 +722.5000,1.0000,9171.1492,57.8985,58.1470,-0.1381,0.0000,5,1269.9929,22.2976,498.2934,-83.9014,2.9654,66.2697,-11.1583,-0.4251,-2.2109,0.0000,-2.2109,5.6015,-2.2109,0.6531,0.0000,-2.8641,0.0000,-2.8641,6.3172,-9.1813,0.0000,-9.1813,-0.1971,-8.9842,0.0000,0.0000,10.6924,-19.6766,1974.7545,1974.7545,1974.7545,1974.7545,1974.7545 +723.5000,1.0000,9187.1092,57.4460,57.6500,-0.1133,0.0000,5,1260.0674,49.6944,518.4331,-83.3128,6.5574,68.4093,-10.9934,-0.3463,1.3260,0.0000,1.3260,5.5776,1.3260,0.6367,0.0000,0.6894,0.0000,0.6894,6.2678,-5.5785,0.0000,-5.5785,-0.1605,-5.4179,0.0000,0.0000,10.6089,-16.0268,2392.6167,2392.6167,2392.6167,2392.6167,2392.6167 +724.5000,1.0000,9202.9554,57.0360,57.2420,-0.1144,0.0000,5,1251.0742,48.2639,528.0589,-82.7794,6.3232,69.1822,-10.8451,-0.3472,1.1570,0.0000,1.1570,5.5133,1.1570,0.6302,0.0000,0.5269,0.0000,0.5269,6.2231,-5.6962,0.0000,-5.6962,-0.1609,-5.5353,0.0000,0.0000,10.5331,-16.0684,2348.1232,2348.1232,2348.1232,2348.1232,2348.1232 +725.5000,1.0000,9218.6960,56.6565,56.8300,-0.0964,0.0000,5,1242.7499,68.6714,525.2679,-82.2857,8.9369,68.3586,-10.7087,-0.2904,3.6843,0.0000,3.6843,5.5431,3.6843,0.6175,0.0000,3.0668,0.0000,3.0668,6.1817,-3.1149,0.0000,-3.1149,-0.1346,-2.9802,0.0000,0.0000,10.4631,-13.4433,2658.2763,2658.2763,2658.2763,2658.2763,2658.2763 +726.5000,1.0000,9234.3065,56.1875,56.4830,-0.1642,0.0000,5,1232.4625,-6.3133,531.7698,-81.6756,-0.8148,68.6319,-10.5413,-0.4906,-5.7938,0.0000,-5.7938,5.4696,-5.7938,0.6334,0.0000,-6.4272,0.0000,-6.4272,6.1305,-12.5577,0.0000,-12.5577,-0.2274,-12.3303,0.0000,0.0000,10.3764,-22.7067,1413.9557,1413.9557,1413.9557,1413.9557,1413.9557 +727.5000,1.0000,9249.7119,55.4495,55.8920,-0.2458,0.0000,5,1216.2746,41.4390,493.9572,-80.7155,5.2780,62.9143,-10.2806,-0.7250,0.6052,0.0000,0.6052,5.3978,0.6052,0.6052,0.0000,0.0000,0.0000,0.0000,6.0500,-6.0500,17.6018,-23.6517,-0.3361,-23.3157,0.0000,0.0000,10.2402,-33.5558,2163.6824,2163.6824,2163.6824,2163.6824,2163.6824 +728.5000,1.0000,9264.8638,54.5370,55.0070,-0.2611,0.0000,5,1196.2591,41.1369,510.5380,-79.5271,5.1533,63.9561,-9.9625,-0.7574,0.5903,0.0000,0.5903,5.3204,0.5903,0.5903,0.0000,0.0000,0.0000,0.0000,5.9504,-5.9504,19.3837,-25.3341,-0.3511,-24.9830,0.0000,0.0000,10.0716,-35.0547,2121.0940,2121.0940,2121.0940,2121.0940,2121.0940 +729.5000,1.0000,9279.7531,53.5915,54.0670,-0.2642,0.0000,5,1175.5197,40.9709,504.7343,-78.2900,5.0435,62.1329,-9.6375,-0.7529,0.5750,0.0000,0.5750,5.2215,0.5750,0.5750,0.0000,0.0000,0.0000,0.0000,5.8473,-5.8473,19.4548,-25.3020,-0.3490,-24.9530,0.0000,0.0000,9.8970,-34.8500,2104.8607,2104.8607,2104.8607,2104.8607,2104.8607 +730.5000,1.0000,9294.2581,52.2080,53.1160,-0.5044,0.0640,5,1145.1729,35.7375,496.7161,-76.4797,4.2857,59.5673,-9.1716,-1.4007,0.5530,0.0000,0.5530,5.1334,0.5530,0.5530,0.0000,0.0000,0.0000,0.0000,5.6963,-5.6963,49.3354,-55.0317,-0.6493,-54.3824,0.8066,0.0000,9.6415,-64.8305,2001.4593,2001.4593,2001.4593,2001.4593,2001.4593 +731.5000,1.0000,9308.2738,50.4465,51.3000,-0.4742,0.0780,5,1106.5347,37.0192,484.3092,-74.1749,4.2896,56.1198,-8.5951,-1.2722,0.5255,0.0000,0.5255,5.0364,0.5255,0.5255,0.0000,0.0000,0.0000,0.0000,5.5041,-5.5041,43.7027,-49.2068,-0.5897,-48.6171,0.9499,0.0000,9.3162,-58.8832,1964.5529,1964.5529,1964.5529,1964.5529,1964.5529 +732.5000,1.0000,9321.8545,48.8805,49.5930,-0.3958,0.0780,5,1072.1848,38.5066,475.6828,-71.7940,4.3235,53.4092,-8.0610,-1.0290,0.5015,0.0000,0.5015,4.8510,0.5015,0.5015,0.0000,0.0000,0.0000,0.0000,5.3332,-5.3332,32.8260,-38.1592,-0.4770,-37.6822,0.9204,0.0000,9.0270,-47.6296,1914.0223,1914.0223,1914.0223,1914.0223,1914.0223 +733.5000,1.0000,9335.2105,48.0715,48.1680,-0.0536,0.0070,5,1054.4395,116.8675,471.4356,-70.5237,12.9046,52.0562,-7.7873,-0.1371,8.2868,0.0000,8.2868,4.7549,8.2868,0.4906,0.0000,7.7962,0.0000,7.7962,5.2450,2.5512,0.0000,2.5512,-0.0635,2.6147,0.0812,0.0000,8.8776,-6.3441,3232.6462,3232.6462,3232.6462,3232.6462,3232.6462 +734.5000,1.0000,9348.5554,48.0315,47.9750,0.0314,0.0000,5,1053.5621,211.1094,509.4512,-70.4609,23.2914,56.2071,-7.7739,0.0802,18.4000,0.0000,18.4000,4.8113,18.4000,0.5406,0.0000,17.8594,0.0000,17.8594,5.2406,12.6187,0.0000,12.6187,0.0372,12.5816,0.0000,0.0000,8.8702,3.7113,4950.9900,4950.9900,4950.9900,4950.9900,4950.9900 +735.5000,1.0000,9361.9076,48.0580,48.0880,-0.0167,0.0000,5,1054.1434,157.2545,555.7969,-70.5025,17.3593,61.3542,-7.7827,-0.0426,12.6393,0.0000,12.6393,4.7625,12.6393,0.5122,0.0000,12.1272,0.0000,12.1272,5.2435,6.8837,0.0000,6.8837,-0.0197,6.9034,0.0000,0.0000,8.8751,-1.9717,3866.9314,3866.9314,3866.9314,3866.9314,3866.9314 +736.5000,1.0000,9375.2734,48.1070,48.0280,0.0439,0.0000,5,1055.2182,224.5315,529.5626,-70.5795,24.8112,58.5178,-7.7992,0.1123,19.9319,0.0000,19.9319,4.7670,19.9319,0.5493,0.0000,19.3826,0.0000,19.3826,5.2489,14.1337,0.0000,14.1337,0.0521,14.0816,0.0000,0.0000,8.8842,5.1975,5222.3582,5222.3582,5222.3582,5222.3582,5222.3582 +737.5000,1.0000,9388.7016,48.3315,48.1860,0.0808,0.0000,5,1060.1426,265.5868,563.2396,-70.9320,29.4849,62.5297,-7.8747,0.2078,24.4878,0.0000,24.4878,4.7893,24.4878,0.5753,0.0000,23.9125,0.0000,23.9125,5.2733,18.6392,0.0000,18.6392,0.0963,18.5429,0.0000,0.0000,8.9256,9.6172,6051.8139,6051.8139,6051.8139,6051.8139,6051.8139 +738.5000,1.0000,9402.2327,48.7020,48.4770,0.1250,0.0000,5,1068.2694,314.5286,584.5658,-71.5137,35.1860,65.3947,-8.0002,0.3238,30.0523,0.0000,30.0523,4.8099,30.0523,0.6084,0.0000,29.4439,0.0000,29.4439,5.3138,24.1302,0.0000,24.1302,0.1501,23.9801,0.0000,0.0000,8.9941,14.9860,7186.5914,7186.5914,7186.5914,7186.5914,7186.5914 +739.5000,1.0000,9415.9747,49.4610,48.9270,0.2967,0.0000,5,1084.9179,504.8919,610.3827,-72.7055,57.3620,69.3470,-8.2602,0.7804,51.7414,0.0000,51.7414,4.8402,51.7414,0.7277,0.0000,51.0137,0.0000,51.0137,5.3966,45.6171,0.0000,45.6171,0.3618,45.2553,0.0000,0.0000,9.1342,36.1211,11434.1700,11434.1700,11434.1700,11434.1700,11434.1700 +740.5000,1.0000,9430.0566,50.6850,49.9950,0.3833,0.0000,5,1111.7661,601.7628,702.7610,-74.4869,70.0596,81.8182,-8.6721,1.0333,64.0809,0.0000,64.0809,4.9453,64.0809,0.8072,0.0000,63.2737,0.0000,63.2737,5.6061,57.6676,0.0000,57.6676,0.4790,57.1886,0.0000,0.0000,9.3603,47.8283,13879.5075,13879.5075,13879.5075,13879.5075,13879.5075 +741.5000,1.0000,9444.5365,52.1175,51.3750,0.4125,0.0000,5,1143.1878,634.3054,750.3519,-76.3613,75.9354,89.8279,-9.1415,1.1434,69.7558,0.0000,69.7558,5.0363,69.7558,0.8568,0.0000,68.8990,0.0000,68.8990,5.8221,63.0769,0.0000,63.0769,0.5300,62.5469,0.0000,0.0000,9.6248,52.9221,14926.2869,14926.2869,14926.2869,14926.2869,14926.2869 +742.5000,1.0000,9459.4015,53.5040,52.8600,0.3578,0.0000,5,1173.6004,572.4680,768.8520,-78.1755,70.3558,94.4912,-9.6077,1.0181,64.1913,0.0000,64.1913,5.1464,64.1913,0.8499,0.0000,63.3415,0.0000,63.3415,5.8661,57.4754,0.0000,57.4754,0.4720,57.0034,0.0000,0.0000,9.8809,47.1226,13925.2510,13925.2510,13925.2510,13925.2510,13925.2510 +743.5000,1.0000,9474.6440,54.8630,54.1480,0.3972,0.0000,5,1203.4098,617.0436,745.1459,-79.9525,77.7603,93.9039,-10.0757,1.1590,71.3192,0.0000,71.3192,5.2821,71.3192,0.9064,0.0000,70.4128,0.0000,70.4128,6.0970,64.3158,0.0000,64.3158,0.5373,63.7785,0.0000,0.0000,10.1318,53.6466,15329.6033,15329.6033,15329.6033,15329.6033,15329.6033 +744.5000,1.0000,9490.2588,56.2035,55.5780,0.3475,0.0000,5,1232.8134,561.2059,767.5770,-81.6964,72.4516,99.0941,-10.5470,1.0387,65.9799,0.0000,65.9799,5.4330,65.9799,0.9006,0.0000,65.0792,0.0000,65.0792,6.1402,58.9390,0.0000,58.9390,0.4815,58.4575,0.0000,0.0000,10.3794,48.0781,14309.3682,14309.3682,14309.3682,14309.3682,14309.3682 +745.5000,1.0000,9506.1992,57.3755,56.8290,0.3036,0.0000,5,1258.5210,511.5983,747.0487,-83.2210,67.4246,98.4551,-10.9679,0.9265,61.0619,0.0000,61.0619,5.4362,61.0619,0.8947,0.0000,60.1673,0.0000,60.1673,6.2601,53.9072,0.0000,53.9072,0.4295,53.4777,0.0000,0.0000,10.5958,42.8818,13384.3078,13384.3078,13384.3078,13384.3078,13384.3078 +746.5000,1.0000,9522.3995,58.3110,57.9220,0.2161,0.0000,5,1279.0410,414.6931,729.4346,-84.4380,55.5444,97.7011,-11.3097,0.6702,49.3135,0.0000,49.3135,5.5606,49.3135,0.8510,0.0000,48.4626,0.0000,48.4626,6.3622,42.1004,0.0000,42.1004,0.3107,41.7897,0.0000,0.0000,10.7686,31.0211,11104.9743,11104.9743,11104.9743,11104.9743,11104.9743 +747.5000,1.0000,9538.8027,59.0415,58.7000,0.1897,0.0000,5,1295.0644,384.9304,691.7558,-85.3884,52.2038,93.8151,-11.5803,0.5957,46.0424,0.0000,46.0424,5.5657,46.0424,0.8465,0.0000,45.1959,0.0000,45.1959,6.4419,38.7540,0.0000,38.7540,0.2762,38.4778,0.0000,0.0000,10.9035,27.5743,10498.7126,10498.7126,10498.7126,10498.7126,10498.7126 +748.5000,1.0000,9555.3426,59.5335,59.3830,0.0836,0.0000,5,1305.8564,267.3462,681.7817,-86.0284,36.5593,93.2329,-11.7643,0.2647,30.6436,0.0000,30.6436,5.6510,30.6436,0.7776,0.0000,29.8660,0.0000,29.8660,6.4956,23.3704,0.0000,23.3704,0.1227,23.2477,0.0000,0.0000,10.9944,12.2533,7565.7960,7565.7960,7565.7960,7565.7960,7565.7960 +749.5000,1.0000,9571.9529,59.7870,59.6840,0.0572,0.0000,5,1311.4168,237.8687,634.4548,-86.3582,32.6668,87.1305,-11.8597,0.1820,26.8332,0.0000,26.8332,5.6517,26.8332,0.7627,0.0000,26.0705,0.0000,26.0705,6.5232,19.5472,0.0000,19.5472,0.0843,19.4629,0.0000,0.0000,11.0412,8.4217,6843.8301,6843.8301,6843.8301,6843.8301,6843.8301 +750.5000,1.0000,9588.5740,59.8260,59.8900,-0.0356,0.0000,5,1312.2723,135.2526,622.7350,-86.4089,18.5865,85.5768,-11.8744,-0.1131,12.9812,0.0000,12.9812,5.7185,12.9812,0.6941,0.0000,12.2871,0.0000,12.2871,6.5275,5.7596,0.0000,5.7596,-0.0524,5.8121,0.0000,0.0000,11.0484,-5.2363,4236.4147,4236.4147,4236.4147,4236.4147,4236.4147 +751.5000,1.0000,9605.1441,59.6425,59.7620,-0.0664,0.0000,5,1308.2473,100.4473,579.1478,-86.1702,13.7612,79.3429,-11.8053,-0.2106,8.3450,0.0000,8.3450,5.6268,8.3450,0.6679,0.0000,7.6771,0.0000,7.6771,6.5075,1.1697,0.0000,1.1697,-0.0976,1.2673,0.0000,0.0000,11.0145,-9.7472,3342.8240,3342.8240,3342.8240,3342.8240,3342.8240 +752.5000,1.0000,9621.6801,59.5195,59.5230,-0.0019,0.0000,5,1305.5493,172.4193,563.7928,-86.0102,23.5726,77.0800,-11.7590,-0.0062,17.9117,0.0000,17.9117,5.6670,17.9117,0.7137,0.0000,17.1981,0.0000,17.1981,6.4940,10.7040,0.0000,10.7040,-0.0029,10.7069,0.0000,0.0000,10.9918,-0.2849,5151.1778,5151.1778,5151.1778,5151.1778,5151.1778 +753.5000,1.0000,9638.2066,59.4855,59.5160,-0.0169,0.0000,5,1304.8035,155.8272,593.7696,-85.9660,21.2920,81.1319,-11.7463,-0.0536,15.6717,0.0000,15.6717,5.6740,15.6717,0.7019,0.0000,14.9698,0.0000,14.9698,6.4903,8.4794,0.0000,8.4794,-0.0249,8.5043,0.0000,0.0000,10.9855,-2.4812,4729.3905,4729.3905,4729.3905,4729.3905,4729.3905 +754.5000,1.0000,9654.6724,59.2670,59.4550,-0.1044,0.0000,5,1300.0107,74.0971,585.8609,-85.6817,10.0873,79.7572,-11.6644,-0.3292,2.6854,0.0000,2.6854,7.7312,2.6854,0.6643,0.0000,2.0210,0.0000,2.0210,6.4665,-4.4455,0.0000,-4.4455,-0.1526,-4.2928,0.0000,0.0000,10.9451,-15.2380,2882.9188,2882.9188,2882.9188,2882.9188,2882.9188 +755.5000,1.0000,9671.0367,58.9015,59.0790,-0.0986,0.0000,5,1291.9936,80.3449,549.2667,-85.2062,10.8704,74.3143,-11.5282,-0.3089,3.5188,0.0000,3.5188,7.6606,3.5188,0.6559,0.0000,2.8629,0.0000,2.8629,6.4266,-3.5638,0.0000,-3.5638,-0.1432,-3.4206,0.0000,0.0000,10.8777,-14.2982,2964.8454,2964.8454,2964.8454,2964.8454,2964.8454 +756.5000,1.0000,9687.2720,58.4370,58.7240,-0.1594,0.0000,5,1281.8048,13.2767,549.3553,-84.6020,1.7821,73.7401,-11.3561,-0.4955,-5.3283,0.0000,-5.3283,7.6060,-5.3283,0.6701,0.0000,-5.9984,0.0000,-5.9984,6.3759,-12.3743,0.0000,-12.3743,-0.2297,-12.1446,0.0000,0.0000,10.7919,-22.9365,1856.4125,1856.4125,1856.4125,1856.4125,1856.4125 +757.5000,1.0000,9703.2874,57.6455,58.1500,-0.2803,0.0000,5,1264.4434,55.3482,515.7177,-83.5723,7.3288,68.2873,-11.0660,-0.8593,0.6417,0.0000,0.6417,7.5463,0.6417,0.6417,0.0000,0.0000,0.0000,0.0000,6.2896,-6.2896,23.2356,-29.5252,-0.3983,-29.1268,0.0000,0.0000,10.6457,-39.7725,2494.5540,2494.5540,2494.5540,2494.5540,2494.5540 +758.5000,1.0000,9719.0115,56.5965,57.1410,-0.3025,0.0000,5,1241.4338,55.3703,528.3524,-82.2076,7.1983,68.6872,-10.6872,-0.9105,0.6241,0.0000,0.6241,7.4847,0.6241,0.6241,0.0000,0.0000,0.0000,0.0000,6.1751,-6.1751,25.9398,-32.1149,-0.4221,-31.6928,0.0000,0.0000,10.4520,-42.1448,2440.6213,2440.6213,2440.6213,2440.6213,2440.6213 +759.5000,1.0000,9734.4399,55.5325,56.0520,-0.2886,0.0000,5,1218.0952,55.5359,522.5008,-80.8235,7.0841,66.6495,-10.3097,-0.8524,0.6065,0.0000,0.6065,7.3300,0.6065,0.6065,0.0000,0.0000,0.0000,0.0000,6.0590,-6.0590,23.5345,-29.5935,-0.3952,-29.1984,0.0000,0.0000,10.2555,-39.4539,2392.6200,2392.6200,2392.6200,2392.6200,2392.6200 +760.5000,1.0000,9749.4654,54.0815,55.0130,-0.5175,0.0000,5,1186.2677,50.4649,514.5762,-78.9311,6.2690,63.9236,-9.8053,-1.4885,0.5829,0.0000,0.5829,7.1746,0.5829,0.5829,0.0000,0.0000,0.0000,0.0000,5.9007,-5.9007,53.6969,-59.5976,-0.6900,-58.9076,0.0000,0.0000,9.9875,-68.8951,2263.4244,2263.4244,2263.4244,2263.4244,2263.4244 +761.5000,1.0000,9763.9948,52.2960,53.1500,-0.4744,0.0470,5,1147.1031,52.2200,501.9544,-76.5949,6.2729,60.2970,-9.2009,-1.3196,0.5543,0.0000,0.5543,7.0381,0.5543,0.5543,0.0000,0.0000,0.0000,0.0000,5.7059,-5.7059,45.7324,-51.4383,-0.6117,-50.8266,0.5934,0.0000,9.6578,-61.0778,2265.7834,2265.7834,2265.7834,2265.7834,2265.7834 +762.5000,1.0000,9778.0559,50.6100,51.4420,-0.4622,0.3770,5,1110.1210,36.3476,493.3196,-74.3888,4.2255,57.3492,-8.6478,-1.2442,0.5280,0.0000,0.5280,4.9416,0.5280,0.5280,0.0000,0.0000,0.0000,0.0000,5.5220,-5.5220,38.6884,-44.2103,-0.5768,-43.6336,4.6060,0.0000,9.3463,-57.5859,1959.8838,1959.8838,1959.8838,1959.8838,1959.8838 +763.5000,1.0000,9791.6205,48.8225,49.7780,-0.5308,0.7880,5,1070.9125,35.6439,475.0856,-71.7029,3.9973,53.2788,-8.0412,-1.3784,0.5006,0.0000,0.5006,4.8750,0.5006,0.5006,0.0000,0.0000,0.0000,0.0000,5.3269,-5.3269,40.8069,-46.1338,-0.6390,-45.4949,9.2872,0.0000,9.0160,-63.7981,1855.9544,1855.9544,1855.9544,1855.9544,1855.9544 +764.5000,1.0000,9804.6484,46.8905,47.8670,-0.5425,0.9360,5,1028.5345,35.6265,463.6843,-68.6694,3.8373,49.9425,-7.3962,-1.3529,0.4718,0.0000,0.4718,4.7184,0.4718,0.4718,0.0000,0.0000,0.0000,0.0000,5.1161,-5.1161,38.8773,-43.9934,-0.6272,-43.3662,10.5948,0.0000,8.6591,-62.6201,1757.9384,1757.9384,1757.9384,1757.9384,1757.9384 +765.5000,1.0000,9817.1859,45.1250,45.9140,-0.4383,0.6230,5,989.8086,38.4035,451.6197,-67.2098,3.9806,46.8115,-6.9665,-1.0520,0.4461,0.0000,0.4461,4.5865,0.4461,0.4461,0.0000,0.0000,0.0000,0.0000,4.9235,-4.9235,29.1356,-34.0591,-0.4877,-33.5714,6.7865,0.0000,8.3333,-48.6913,1715.7907,1715.7907,1715.7907,1715.7907,1715.7907 +766.5000,1.0000,9829.3562,43.8030,44.3360,-0.2961,0.2830,5,960.8107,41.8533,439.5959,-68.8686,4.2111,44.2303,-6.9293,-0.6898,0.4273,0.0000,0.4273,4.4736,0.4273,0.4273,0.0000,0.0000,0.0000,0.0000,4.7793,-4.7793,16.3879,-21.1671,-0.3198,-20.8474,2.9925,0.0000,8.0893,-31.9292,1697.2701,1697.2701,1697.2701,1697.2701,1697.2701 +767.5000,1.0000,9841.3034,43.0000,43.2700,-0.1500,0.0600,5,943.1971,17.1352,433.2753,-69.8762,1.6925,42.7952,-6.9018,-0.3430,-2.3583,0.0000,-2.3583,4.3938,-2.3583,0.4230,0.0000,-2.7813,0.0000,-2.7813,4.6916,-7.4729,0.0000,-7.4729,-0.1590,-7.3139,0.6228,0.0000,7.9410,-15.8778,1229.4156,1229.4156,1229.4156,1229.4156,1229.4156 +768.5000,1.0000,9853.1098,42.4930,42.7300,-0.1317,0.0000,5,932.0761,31.4185,415.1861,-70.5124,3.0667,40.5250,-6.8825,-0.2976,-1.0145,0.0000,-1.0145,4.3787,-1.0145,0.4125,0.0000,-1.4270,0.0000,-1.4270,4.6363,-6.0633,0.0000,-6.0633,-0.1379,-5.9254,0.0000,0.0000,7.8474,-13.7728,1425.6086,1425.6086,1425.6086,1425.6086,1425.6086 +769.5000,1.0000,9864.8406,42.2210,42.2560,-0.0194,0.0000,5,926.1099,155.3840,419.9858,-70.8537,15.0695,40.7311,-6.8715,-0.0437,10.7864,0.0000,10.7864,4.3267,10.7864,0.4238,0.0000,10.3626,0.0000,10.3626,4.6066,5.7560,0.0000,5.7560,-0.0202,5.7762,0.0000,0.0000,7.7972,-2.0209,3488.0500,3488.0500,3488.0500,3488.0500,3488.0500 +770.5000,1.0000,9876.5663,42.2025,42.1860,0.0092,0.0000,5,925.7041,186.8803,484.4463,-70.8769,18.1161,46.9620,-6.8708,0.0206,13.7988,0.0000,13.7988,4.2967,13.7988,0.4386,0.0000,13.3602,0.0000,13.3602,4.6046,8.7556,0.0000,8.7556,0.0095,8.7461,0.0000,0.0000,7.7938,0.9523,3981.1315,3981.1315,3981.1315,3981.1315,3981.1315 +771.5000,1.0000,9888.2574,42.0780,42.2190,-0.0783,0.0000,5,922.9732,89.7607,500.0352,-71.0331,8.6757,48.3302,-6.8656,-0.1753,4.5595,0.0000,4.5595,4.2915,4.5595,0.3929,0.0000,4.1666,0.0000,4.1666,4.5910,-0.4244,0.0000,-0.4244,-0.0813,-0.3432,0.0000,0.0000,7.7708,-8.1139,2509.1018,2509.1018,2509.1018,2509.1018,2509.1018 +772.5000,1.0000,9899.9084,41.9335,41.9370,-0.0019,0.0000,5,919.8036,174.7198,447.8043,-71.2144,16.8293,43.1332,-6.8595,-0.0043,12.5455,0.0000,12.5455,4.2881,12.5455,0.4289,0.0000,12.1166,0.0000,12.1166,4.5753,7.5414,0.0000,7.5414,-0.0020,7.5434,0.0000,0.0000,7.7441,-0.2007,3765.0136,3765.0136,3765.0136,3765.0136,3765.0136 +773.5000,1.0000,9911.5788,42.0035,41.9300,0.0408,0.0000,5,921.3390,222.2008,492.5742,-71.1266,21.4385,47.5247,-6.8625,0.0912,17.0566,0.0000,17.0566,4.2906,17.0566,0.4523,0.0000,16.6043,0.0000,16.6043,4.5829,12.0214,0.0000,12.0214,0.0423,11.9791,0.0000,0.0000,7.7570,4.2221,4540.5540,4540.5540,4540.5540,4540.5540,4540.5540 +774.5000,1.0000,9923.2965,42.1735,42.0770,0.0536,0.0000,5,925.0680,235.9900,518.5683,-70.9133,22.8610,50.2352,-6.8696,0.1202,18.4730,0.0000,18.4730,4.2678,18.4730,0.4616,0.0000,18.0114,0.0000,18.0114,4.6015,13.4099,0.0000,13.4099,0.0557,13.3542,0.0000,0.0000,7.7884,5.5658,4787.3714,4787.3714,4787.3714,4787.3714,4787.3714 +775.5000,1.0000,9935.1131,42.5300,42.2700,0.1444,0.0000,5,932.8877,336.9717,528.2989,-70.4660,32.9194,51.6105,-6.8839,0.3267,28.2839,0.0000,28.2839,4.3087,28.2839,0.5153,0.0000,27.7686,0.0000,27.7686,4.6404,23.1283,0.0000,23.1283,0.1515,22.9768,0.0000,0.0000,7.8542,15.1226,6685.9978,6685.9978,6685.9978,6685.9978,6685.9978 +776.5000,1.0000,9947.1172,43.2045,42.7900,0.2303,0.0000,5,947.6828,431.9636,584.7291,-69.6196,42.8685,58.0292,-6.9091,0.5291,38.0020,0.0000,38.0020,4.3374,38.0020,0.5727,0.0000,37.4293,0.0000,37.4293,4.7140,32.7153,0.0000,32.7153,0.2453,32.4700,0.0000,0.0000,7.9788,24.4912,8617.2996,8617.2996,8617.2996,8617.2996,8617.2996 +777.5000,1.0000,9959.3155,43.9040,43.6190,0.1583,0.0000,5,963.0262,351.9704,638.5511,-68.7419,35.4955,64.3965,-6.9325,0.3697,30.7274,0.0000,30.7274,4.3983,30.7274,0.5456,0.0000,30.1818,0.0000,30.1818,4.7903,25.3916,0.0000,25.3916,0.1714,25.2202,0.0000,0.0000,8.1080,17.1122,7231.7285,7231.7285,7231.7285,7231.7285,7231.7285 +778.5000,1.0000,9971.7019,44.5810,44.1890,0.2178,0.0000,5,977.8760,417.8837,603.9864,-67.8924,42.7925,61.8500,-6.9524,0.5164,37.8264,0.0000,37.8264,4.4498,37.8264,0.5902,0.0000,37.2362,0.0000,37.2362,4.8641,32.3721,0.0000,32.3721,0.2394,32.1327,0.0000,0.0000,8.2330,23.8997,8637.3196,8637.3196,8637.3196,8637.3196,8637.3196 +779.5000,1.0000,9984.3279,45.4435,44.9730,0.2614,0.0000,5,996.7948,465.9745,643.4024,-66.8102,48.6403,67.1610,-6.9739,0.6317,43.5144,0.0000,43.5144,4.4942,43.5144,0.6303,0.0000,42.8841,0.0000,42.8841,4.9582,37.9259,0.0000,37.9259,0.2929,37.6330,0.0000,0.0000,8.3923,29.2407,9770.4824,9770.4824,9770.4824,9770.4824,9770.4824 +780.5000,1.0000,9997.2108,46.3685,45.9140,0.2525,0.0000,5,1017.0845,456.5906,670.7846,-67.8498,48.6309,71.4445,-7.2266,0.6227,43.3745,0.0000,43.3745,4.6338,43.3745,0.6423,0.0000,42.7323,0.0000,42.7323,5.0592,37.6731,0.0000,37.6731,0.2887,37.3844,0.0000,0.0000,8.5631,28.8213,9752.1521,9752.1521,9752.1521,9752.1521,9752.1521 +781.5000,1.0000,10010.3599,47.3270,46.8230,0.2800,0.0000,5,1038.1090,486.6914,669.3911,-69.3548,52.9085,72.7699,-7.5396,0.7048,47.5279,0.0000,47.5279,4.6758,47.5279,0.6763,0.0000,46.8515,0.0000,46.8515,5.1637,41.6878,0.0000,41.6878,0.3267,41.3611,0.0000,0.0000,8.7401,32.6209,10536.8529,10536.8529,10536.8529,10536.8529,10536.8529 +782.5000,1.0000,10023.8079,48.4025,47.8310,0.3175,0.0000,5,1061.6999,528.2434,687.1160,-71.0435,58.7306,76.3942,-7.8987,0.8173,53.1487,0.0000,53.1487,4.7646,53.1487,0.7196,0.0000,52.4291,0.0000,52.4291,5.2811,47.1480,0.0000,47.1480,0.3789,46.7691,0.0000,0.0000,8.9387,37.8304,11672.7768,11672.7768,11672.7768,11672.7768,11672.7768 +783.5000,1.0000,10037.5512,49.4660,48.9740,0.2733,0.0000,5,1085.0276,479.1253,710.5721,-72.7133,54.4400,80.7379,-8.2620,0.7191,48.8625,0.0000,48.8625,4.8585,48.8625,0.7134,0.0000,48.1491,0.0000,48.1491,5.3971,42.7520,0.0000,42.7520,0.3334,42.4186,0.0000,0.0000,9.1351,33.2835,10830.2944,10830.2944,10830.2944,10830.2944,10830.2944 +784.5000,1.0000,10051.5594,50.4195,49.9580,0.2564,0.0000,5,1105.9424,459.8418,691.1599,-74.1396,53.2561,80.0460,-8.5864,0.6875,47.6744,0.0000,47.6744,4.8942,47.6744,0.7213,0.0000,46.9531,0.0000,46.9531,5.5012,41.4519,0.0000,41.4519,0.3187,41.1332,0.0000,0.0000,9.3112,31.8220,10575.7430,10575.7430,10575.7430,10575.7430,10575.7430 +785.5000,1.0000,10065.7847,51.2010,50.8810,0.1778,0.0000,5,1123.0845,372.1897,685.4168,-75.1621,43.7729,80.6113,-8.8398,0.4841,38.3597,0.0000,38.3597,4.9291,38.3597,0.6862,0.0000,37.6735,0.0000,37.6735,5.5864,32.0871,0.0000,32.0871,0.2244,31.8626,0.0000,0.0000,9.4556,22.4071,8812.5891,8812.5891,8812.5891,8812.5891,8812.5891 +786.5000,1.0000,10080.1127,51.5710,51.5210,0.0278,0.0000,5,1131.2004,205.4935,647.3617,-75.6462,24.3426,76.6858,-8.9610,0.0762,19.3088,0.0000,19.3088,4.9575,19.3088,0.5964,0.0000,18.7124,0.0000,18.7124,5.6268,13.0856,0.0000,13.0856,0.0353,13.0503,0.0000,0.0000,9.5239,3.5264,5172.7038,5172.7038,5172.7038,5172.7038,5172.7038 +787.5000,1.0000,10094.4438,51.5820,51.6210,-0.0217,0.0000,5,1131.4417,150.7039,570.1048,-75.6606,17.8560,67.5485,-8.9646,-0.0594,12.9399,0.0000,12.9399,4.9756,12.9399,0.5647,0.0000,12.3752,0.0000,12.3752,5.6280,6.7472,0.0000,6.7472,-0.0276,6.7747,0.0000,0.0000,9.5259,-2.7512,3933.7319,3933.7319,3933.7319,3933.7319,3933.7319 +788.5000,1.0000,10108.7508,51.4950,51.5430,-0.0267,0.0000,5,1129.5333,144.9375,543.9936,-75.5468,17.1439,64.3460,-8.9360,-0.0730,12.2743,0.0000,12.2743,4.9426,12.2743,0.5601,0.0000,11.7141,0.0000,11.7141,5.6185,6.0956,0.0000,6.0956,-0.0339,6.1295,0.0000,0.0000,9.5099,-3.3804,3793.1673,3793.1673,3793.1673,3793.1673,3793.1673 +789.5000,1.0000,10123.0133,51.3350,51.4470,-0.0622,0.0000,5,1126.0238,105.6067,540.5566,-75.3374,12.4528,63.7408,-8.8836,-0.1699,7.6744,0.0000,7.6744,4.9483,7.6744,0.5347,0.0000,7.1396,0.0000,7.1396,5.6011,1.5386,0.0000,1.5386,-0.0788,1.6173,0.0000,0.0000,9.4803,-7.8630,3102.6271,3102.6271,3102.6271,3102.6271,3102.6271 +790.5000,1.0000,10137.2066,51.0860,51.2230,-0.0761,0.0000,5,1120.5620,90.8810,520.6854,-75.0116,10.6644,61.0998,-8.8022,-0.2068,5.8629,0.0000,5.8629,5.0083,5.8629,0.5220,0.0000,5.3409,0.0000,5.3409,5.5739,-0.2330,0.0000,-0.2330,-0.0959,-0.1372,0.0000,0.0000,9.4343,-9.5715,2865.4288,2865.4288,2865.4288,2865.4288,2865.4288 +791.5000,1.0000,10151.3122,50.7700,50.9490,-0.0994,0.0000,5,1113.6306,64.9995,512.0444,-74.5982,7.5802,59.7142,-8.6996,-0.2685,2.8870,0.0000,2.8870,4.9617,2.8870,0.5246,0.0000,2.3624,0.0000,2.3624,5.5394,-3.1770,0.0000,-3.1770,-0.1245,-3.0525,0.0000,0.0000,9.3760,-12.4284,2447.8198,2447.8198,2447.8198,2447.8198,2447.8198 +792.5000,1.0000,10165.2640,50.2165,50.5910,-0.2081,0.0000,5,1101.4897,-54.6470,496.7924,-73.8739,-6.3034,57.3039,-8.5212,-0.5557,-10.6740,0.0000,-10.6740,4.9262,-10.6740,0.5499,0.0000,-11.2239,0.0000,-11.2239,5.4790,-16.7029,0.0000,-16.7029,-0.2576,-16.4453,0.0000,0.0000,9.2737,-25.7191,282.4926,282.4926,282.4926,282.4926,282.4926 +793.5000,1.0000,10178.9852,49.3865,49.8420,-0.2531,0.0000,5,1083.2838,41.6040,433.2938,-72.5885,4.7196,49.1534,-8.2345,-0.6647,0.5092,0.0000,0.5092,4.8751,0.5092,0.5092,0.0000,0.0000,0.0000,0.0000,5.3885,-5.3885,16.5640,-21.9524,-0.3081,-21.6443,0.0000,0.0000,9.1205,-30.7647,1999.2616,1999.2616,1999.2616,1999.2616,1999.2616 +794.5000,1.0000,10192.3231,48.0065,48.9310,-0.5136,0.0000,5,1053.0137,35.9311,472.8530,-70.4217,3.9622,52.1421,-7.7655,-1.3114,0.4884,0.0000,0.4884,4.7851,0.4884,0.4884,0.0000,0.0000,0.0000,0.0000,5.2379,-5.2379,47.2009,-52.4388,-0.6079,-51.8309,0.0000,0.0000,8.8656,-60.6965,1820.2296,1820.2296,1820.2296,1820.2296,1820.2296 +795.5000,1.0000,10205.1822,46.2825,47.0820,-0.4442,0.0760,5,1015.1981,37.9478,460.3524,-67.7147,4.0343,48.9407,-7.1988,-1.0933,0.4629,0.0000,0.4629,4.6647,0.4629,0.4629,0.0000,0.0000,0.0000,0.0000,5.0498,-5.0498,36.6655,-41.7153,-0.5068,-41.2085,0.8491,0.0000,8.5472,-50.6048,1771.9070,1771.9070,1771.9070,1771.9070,1771.9070 +796.5000,1.0000,10217.5994,44.6920,45.4830,-0.4394,0.0870,5,980.3108,38.4785,448.3739,-67.7531,3.9501,46.0291,-6.9554,-1.0445,0.4399,0.0000,0.4399,4.5547,0.4399,0.4399,0.0000,0.0000,0.0000,0.0000,4.8763,-4.8763,34.7621,-39.6383,-0.4842,-39.1541,0.9386,0.0000,8.2535,-48.3463,1689.4066,1689.4066,1689.4066,1689.4066,1689.4066 +797.5000,1.0000,10229.6148,43.2455,43.9010,-0.3642,0.0870,5,948.5821,40.7445,434.1939,-69.5682,4.0474,43.1308,-6.9106,-0.8376,0.4195,0.0000,0.4195,4.4655,0.4195,0.4195,0.0000,0.0000,0.0000,0.0000,4.7184,-4.7184,25.5430,-30.2614,-0.3883,-29.8731,0.9083,0.0000,7.9864,-38.7677,1640.0844,1640.0844,1640.0844,1640.0844,1640.0844 +798.5000,1.0000,10241.3873,42.3710,42.5900,-0.1217,0.0140,5,929.4001,44.0045,426.6300,-70.6655,4.2828,41.5224,-6.8776,-0.2742,0.1816,0.0000,0.1816,4.3754,0.1816,0.4079,0.0000,-0.2262,0.0000,-0.2262,4.6230,-4.8493,0.0000,-4.8493,-0.1271,-4.7222,0.1432,0.0000,7.8249,-12.6902,1646.6684,1646.6684,1646.6684,1646.6684,1646.6684 +799.5000,1.0000,10253.0758,42.0685,42.1520,-0.0464,0.0000,5,922.7648,125.7497,425.1528,-71.0450,12.1514,41.0832,-6.8652,-0.1038,7.9144,0.0000,7.9144,4.3408,7.9144,0.4075,0.0000,7.5069,0.0000,7.5069,4.5900,2.9169,0.0000,2.9169,-0.0481,2.9650,0.0000,0.0000,7.7690,-4.8040,3042.2498,3042.2498,3042.2498,3042.2498,3042.2498 +800.5000,1.0000,10264.8126,42.2425,41.9850,0.1431,0.0000,5,926.5815,335.8455,469.0394,-70.8267,32.5875,45.5115,-6.8724,0.3214,27.9449,0.0000,27.9449,4.3213,27.9449,0.5099,0.0000,27.4350,0.0000,27.4350,4.6090,22.8260,0.0000,22.8260,0.1490,22.6771,0.0000,0.0000,7.8011,14.8759,6616.6118,6616.6118,6616.6118,6616.6118,6616.6118 +801.5000,1.0000,10276.7740,43.0510,42.5000,0.3061,0.0000,5,944.3158,516.4995,582.3252,-69.8122,51.0759,57.5853,-6.9036,0.7009,46.0242,0.0000,46.0242,4.3508,46.0242,0.6108,0.0000,45.4134,0.0000,45.4134,4.6972,40.7162,0.0000,40.7162,0.3249,40.3913,0.0000,0.0000,7.9505,32.4408,10171.2813,10171.2813,10171.2813,10171.2813,10171.2813 +802.5000,1.0000,10289.0702,44.2565,43.6020,0.3636,0.0000,5,970.7582,580.1099,680.9546,-68.2996,58.9726,69.2242,-6.9432,0.8559,53.7106,0.0000,53.7106,4.4061,53.7106,0.6652,0.0000,53.0453,0.0000,53.0453,4.8620,48.1834,0.0000,48.1834,0.3967,47.7866,0.0000,0.0000,8.1731,39.6135,11734.1642,11734.1642,11734.1642,11734.1642,11734.1642 +803.5000,1.0000,10301.7529,45.6475,44.9110,0.4092,0.0000,5,1001.2695,631.0543,721.7404,-66.7177,66.1677,75.6764,-6.9955,0.9934,60.6805,0.0000,60.6805,4.4939,60.6805,0.7189,0.0000,59.9616,0.0000,59.9616,5.0935,54.8681,0.0000,54.8681,0.4605,54.4076,0.0000,0.0000,8.4300,45.9776,13143.4132,13143.4132,13143.4132,13143.4132,13143.4132 +804.5000,1.0000,10314.8737,47.2250,46.3840,0.4672,0.0000,5,1035.8717,696.1044,749.6982,-69.1946,75.5108,81.3244,-7.5060,1.1735,69.7402,0.0000,69.7402,4.5970,69.7402,0.7860,0.0000,68.9543,0.0000,68.9543,5.3734,63.5809,0.0000,63.5809,0.5440,63.0369,0.0000,0.0000,8.7213,54.3156,14903.7082,14903.7082,14903.7082,14903.7082,14903.7082 +805.5000,1.0000,10328.4438,48.8425,48.0660,0.4314,0.0000,5,1071.3512,655.4084,784.6326,-71.7343,73.5313,88.0292,-8.0480,1.1206,67.6968,0.0000,67.6968,4.7139,67.6968,0.7986,0.0000,66.8982,0.0000,66.8982,5.4911,61.4071,0.0000,61.4071,0.5195,60.8876,0.0000,0.0000,9.0200,51.8676,14473.2105,14473.2105,14473.2105,14473.2105,14473.2105 +806.5000,1.0000,10342.4648,50.4655,49.6190,0.4703,0.0000,5,1106.9515,698.9443,769.7723,-74.1997,81.0214,89.2318,-8.6012,1.2622,74.9333,0.0000,74.9333,4.8259,74.9333,0.8583,0.0000,74.0750,0.0000,74.0750,5.7479,68.3271,0.0000,68.3271,0.5851,67.7420,0.0000,0.0000,9.3197,58.4223,15916.6629,15916.6629,15916.6629,15916.6629,15916.6629 +807.5000,1.0000,10356.9520,52.1440,51.3120,0.4622,0.0000,5,1143.7690,689.5922,793.0881,-76.3960,82.5960,94.9923,-9.1503,1.2819,76.3688,0.0000,76.3688,4.9454,76.3688,0.8902,0.0000,75.4785,0.0000,75.4785,5.9232,69.5553,0.0000,69.5553,0.5942,68.9611,0.0000,0.0000,9.6297,59.3314,16194.5801,16194.5801,16194.5801,16194.5801,16194.5801 +808.5000,1.0000,10371.8917,53.7730,52.9760,0.4428,0.0000,5,1179.5009,667.5210,792.7585,-78.5275,82.4502,97.9192,-9.6995,1.2663,76.1108,0.0000,76.1108,5.0731,76.1108,0.9136,0.0000,75.1972,0.0000,75.1972,6.0686,69.1286,0.0000,69.1286,0.5870,68.5416,0.0000,0.0000,9.9305,58.6110,16168.0208,16168.0208,16168.0208,16168.0208,16168.0208 +809.5000,1.0000,10387.2697,55.3505,54.5700,0.4336,0.0000,5,1214.1030,657.1257,786.6022,-80.5867,83.5473,100.0091,-10.2458,1.2765,77.0652,0.0000,77.0652,5.2057,77.0652,0.9427,0.0000,76.1225,0.0000,76.1225,6.2275,69.8951,0.0000,69.8951,0.5917,69.3033,0.0000,0.0000,10.2219,59.0815,16365.8050,16365.8050,16365.8050,16365.8050,16365.8050 +810.5000,1.0000,10403.0669,56.8600,56.1310,0.4050,0.0000,5,1247.2136,625.1282,785.2203,-82.5504,81.6467,102.5560,-10.7817,1.2248,75.0485,0.0000,75.0485,5.3735,75.0485,0.9564,0.0000,74.0921,0.0000,74.0921,6.3357,67.7564,0.0000,67.7564,0.5678,67.1886,0.0000,0.0000,10.5006,56.6880,16015.0470,16015.0470,16015.0470,16015.0470,16015.0470 +811.5000,1.0000,10419.2517,58.2555,57.5890,0.3703,0.0000,5,1277.8237,585.9503,775.0188,-84.3658,78.4080,103.7079,-11.2893,1.1472,71.7670,0.0000,71.7670,5.4937,71.7670,0.9623,0.0000,70.8047,0.0000,70.8047,6.4146,64.3901,0.0000,64.3901,0.5318,63.8583,0.0000,0.0000,10.7584,53.0999,15439.2338,15439.2338,15439.2338,15439.2338,15439.2338 +812.5000,1.0000,10435.7688,59.4515,58.9220,0.2942,0.0000,5,1304.0577,500.8139,762.3047,-85.9217,68.3915,104.1008,-11.7335,0.9301,61.8807,0.0000,61.8807,5.5807,61.8807,0.9324,0.0000,60.9483,0.0000,60.9483,6.4866,54.4616,0.0000,54.4616,0.4312,54.0304,0.0000,0.0000,10.9792,43.0512,13591.3125,13591.3125,13591.3125,13591.3125,13591.3125 +813.5000,1.0000,10452.5897,60.5450,59.9810,0.3133,0.0000,5,1328.0434,522.1973,730.8741,-87.3443,72.6232,101.6444,-12.1472,1.0090,65.9252,0.0000,65.9252,5.6891,65.9252,0.9707,0.0000,64.9545,0.0000,64.9545,6.6059,58.3486,0.0000,58.3486,0.4677,57.8809,0.0000,0.0000,11.1812,46.6997,14352.4637,14352.4637,14352.4637,14352.4637,14352.4637 +814.5000,1.0000,10469.5677,61.1110,61.1090,0.0011,0.0000,5,1340.4585,175.5936,742.9942,-88.0806,24.6485,104.2959,-12.3641,0.0036,18.8670,0.0000,18.8670,5.7779,18.8670,0.7448,0.0000,18.1222,0.0000,18.1222,6.6677,11.4545,0.0000,11.4545,0.0017,11.4528,0.0000,0.0000,11.2857,0.1671,5375.2770,5375.2770,5375.2770,5375.2770,5375.2770 +815.5000,1.0000,10486.5242,61.0335,61.1130,-0.0442,0.0000,5,1338.7586,125.0756,603.1954,-87.9798,17.5349,84.5647,-12.3343,-0.1434,11.9373,0.0000,11.9373,5.7410,11.9373,0.7089,0.0000,11.2284,0.0000,11.2284,6.6592,4.5691,0.0000,4.5691,-0.0665,4.6356,0.0000,0.0000,11.2714,-6.6358,4074.1647,4074.1647,4074.1647,4074.1647,4074.1647 +816.5000,1.0000,10503.4577,60.9505,60.9540,-0.0019,0.0000,5,1336.9380,171.7411,582.0594,-87.8718,24.0444,81.4905,-12.3024,-0.0063,18.3511,0.0000,18.3511,5.6996,18.3511,0.7396,0.0000,17.6116,0.0000,17.6116,6.6502,10.9614,0.0000,10.9614,-0.0029,10.9643,0.0000,0.0000,11.2561,-0.2917,5256.6591,5256.6591,5256.6591,5256.6591,5256.6591 +817.5000,1.0000,10520.3949,60.9640,60.9470,0.0094,0.0000,5,1337.2341,185.1439,601.1453,-87.8894,25.9266,84.1813,-12.3076,0.0306,20.0902,0.0000,20.0902,5.8057,20.0902,0.7485,0.0000,19.3417,0.0000,19.3417,6.6517,12.6901,0.0000,12.6901,0.0142,12.6759,0.0000,0.0000,11.2585,1.4174,5612.4399,5612.4399,5612.4399,5612.4399,5612.4399 +818.5000,1.0000,10537.3735,61.1130,60.9810,0.0733,0.0000,5,1340.5024,255.9646,607.2381,-88.0832,35.9316,85.2423,-12.3649,0.2384,29.8967,0.0000,29.8967,5.7965,29.8967,0.8000,0.0000,29.0967,0.0000,29.0967,6.6679,22.4288,0.0000,22.4288,0.1105,22.3183,0.0000,0.0000,11.2861,11.0323,7441.7335,7441.7335,7441.7335,7441.7335,7441.7335 +819.5000,1.0000,10554.4374,61.4200,61.2450,0.0972,0.0000,5,1347.2364,282.5568,637.2546,-88.4826,39.8638,89.9053,-12.4833,0.3176,33.7152,0.0000,33.7152,5.8310,33.7152,0.8243,0.0000,32.8910,0.0000,32.8910,6.7014,26.1895,0.0000,26.1895,0.1472,26.0423,0.0000,0.0000,11.3428,14.6996,8204.9741,8204.9741,8204.9741,8204.9741,8204.9741 +820.5000,1.0000,10571.5688,61.6630,61.5950,0.0378,0.0000,5,1352.5666,216.6294,649.2229,-88.7987,30.6835,91.9562,-12.5775,0.1239,24.6906,0.0000,24.6906,5.8690,24.6906,0.7832,0.0000,23.9074,0.0000,23.9074,6.7279,17.1795,0.0000,17.1795,0.0574,17.1221,0.0000,0.0000,11.3876,5.7344,6500.4383,6500.4383,6500.4383,6500.4383,6500.4383 +821.5000,1.0000,10588.7706,61.9165,61.7310,0.1031,0.0000,5,1358.1270,289.2719,623.9634,-89.1285,41.1410,88.7418,-12.6761,0.3394,34.8934,0.0000,34.8934,5.9083,34.8934,0.8385,0.0000,34.0548,0.0000,34.0548,6.7556,27.2993,0.0000,27.2993,0.1573,27.1419,0.0000,0.0000,11.4344,15.7075,8460.4094,8460.4094,8460.4094,8460.4094,8460.4094 +822.5000,1.0000,10606.0581,62.2250,62.1020,0.0683,0.0000,5,1364.8939,250.4485,654.3668,-89.5298,35.7969,93.5295,-12.7966,0.2261,29.6702,0.0000,29.6702,5.9006,29.6702,0.8176,0.0000,28.8526,0.0000,28.8526,6.7892,22.0634,0.0000,22.0634,0.1048,21.9585,0.0000,0.0000,11.4914,10.4671,7446.6269,7446.6269,7446.6269,7446.6269,7446.6269 +823.5000,1.0000,10623.4187,62.4880,62.3480,0.0778,0.0000,5,1370.6628,260.8106,640.2803,-89.8719,37.4356,91.9029,-12.8998,0.2585,31.2720,0.0000,31.2720,5.9051,31.2720,0.8301,0.0000,30.4419,0.0000,30.4419,6.8179,23.6240,0.0000,23.6240,0.1198,23.5041,0.0000,0.0000,11.5400,11.9641,7767.5059,7767.5059,7767.5059,7767.5059,7767.5059 +824.5000,1.0000,10640.8479,62.7350,62.6280,0.0594,0.0000,5,1376.0807,240.4207,645.6084,-90.1933,34.6453,93.0340,-12.9971,0.1983,28.5232,0.0000,28.5232,5.9238,28.5232,0.8206,0.0000,27.7026,0.0000,27.7026,6.8449,20.8577,0.0000,20.8577,0.0919,20.7658,0.0000,0.0000,11.5856,9.1802,7247.4490,7247.4490,7247.4490,7247.4490,7247.4490 +825.5000,1.0000,10658.3326,62.9350,62.8420,0.0517,0.0000,5,1380.4676,246.3331,638.6406,-90.4535,35.6105,92.3233,-13.0762,0.1729,27.3922,0.0000,27.3922,8.0453,27.3922,0.8183,0.0000,26.5739,0.0000,26.5739,6.8667,19.7072,0.0000,19.7072,0.0802,19.6270,0.0000,0.0000,11.6225,8.0045,7437.8076,7437.8076,7437.8076,7437.8076,7437.8076 +826.5000,1.0000,10675.8748,63.1420,63.0280,0.0633,0.0000,5,1385.0081,259.7698,641.9889,-90.7227,37.6764,93.1126,-13.1582,0.2127,29.3244,0.0000,29.3244,8.1394,29.3244,0.8315,0.0000,28.4928,0.0000,28.4928,6.8893,21.6035,0.0000,21.6035,0.0986,21.5050,0.0000,0.0000,11.6608,9.8442,7834.3774,7834.3774,7834.3774,7834.3774,7834.3774 +827.5000,1.0000,10693.4865,63.3920,63.2560,0.0756,0.0000,5,1390.4918,273.1531,648.4117,-91.0480,39.7744,94.4165,-13.2577,0.2547,31.3781,0.0000,31.3781,8.1415,31.3781,0.8461,0.0000,30.5320,0.0000,30.5320,6.9166,23.6155,0.0000,23.6155,0.1181,23.4974,0.0000,0.0000,11.7069,11.7904,8235.7515,8235.7515,8235.7515,8235.7515,8235.7515 +828.5000,1.0000,10711.1720,63.6580,63.5280,0.0722,0.0000,5,1396.3265,269.5009,654.8862,-91.3940,39.4072,95.7594,-13.3639,0.2445,30.9813,0.0000,30.9813,8.1814,30.9813,0.8487,0.0000,30.1326,0.0000,30.1326,6.9456,23.1870,0.0000,23.1870,0.1134,23.0736,0.0000,0.0000,11.7561,11.3176,8174.8987,8174.8987,8174.8987,8174.8987,8174.8987 +829.5000,1.0000,10728.9237,63.8960,63.7880,0.0600,0.0000,5,1401.5470,255.8632,654.6843,-91.7036,37.5530,96.0878,-13.4593,0.2039,29.1472,0.0000,29.1472,8.2019,29.1472,0.8436,0.0000,28.3035,0.0000,28.3035,6.9716,21.3320,0.0000,21.3320,0.0945,21.2375,0.0000,0.0000,11.8000,9.4374,7834.9540,7834.9540,7834.9540,7834.9540,7834.9540 +830.5000,1.0000,10746.6809,63.9160,64.0040,-0.0489,0.0000,5,1401.9857,134.4920,649.8632,-91.7296,19.7455,95.4101,-13.4673,-0.1662,11.7653,0.0000,11.7653,8.1464,11.7653,0.7571,0.0000,11.0082,0.0000,11.0082,6.9737,4.0345,0.0000,4.0345,-0.0770,4.1115,0.0000,0.0000,11.8037,-7.6922,4577.9840,4577.9840,4577.9840,4577.9840,4577.9840 +831.5000,1.0000,10764.3729,63.6810,63.8280,-0.0817,0.0000,5,1396.8310,98.1115,601.7304,-91.4239,14.3513,88.0186,-13.3731,-0.2766,6.5108,0.0000,6.5108,8.1172,6.5108,0.7328,0.0000,5.7780,0.0000,5.7780,6.9481,-1.1701,0.0000,-1.1701,-0.1282,-1.0419,0.0000,0.0000,11.7603,-12.8022,3616.2293,3616.2293,3616.2293,3616.2293,3616.2293 +832.5000,1.0000,10781.9956,63.4320,63.5340,-0.0567,0.0000,5,1391.3692,111.4965,586.0041,-91.1000,16.2455,85.3831,-13.2736,-0.1912,10.4403,0.0000,10.4403,5.9963,10.4403,0.7421,0.0000,9.6982,0.0000,9.6982,6.9209,2.7773,0.0000,2.7773,-0.0886,2.8659,0.0000,0.0000,11.7143,-8.8484,3922.8857,3922.8857,3922.8857,3922.8857,3922.8857 +833.5000,1.0000,10799.5359,63.1350,63.3300,-0.1083,0.0000,5,1384.8546,54.2606,589.4926,-90.7136,7.8690,85.4892,-13.1554,-0.3638,2.2760,0.0000,2.2760,5.9567,2.2760,0.7335,0.0000,1.5425,0.0000,1.5425,6.8885,-5.3460,0.0000,-5.3460,-0.1686,-5.1774,0.0000,0.0000,11.6595,-16.8369,2820.4338,2820.4338,2820.4338,2820.4338,2820.4338 +834.5000,1.0000,10816.9513,62.6855,62.9400,-0.1414,0.0000,5,1374.9949,17.6165,564.0573,-90.1289,2.5366,81.2181,-12.9776,-0.4714,-2.8821,0.0000,-2.8821,5.8901,-2.8821,0.7383,0.0000,-3.6204,0.0000,-3.6204,6.8395,-10.4599,0.0000,-10.4599,-0.2185,-10.2414,0.0000,0.0000,11.5765,-21.8178,2163.2712,2163.2712,2163.2712,2163.2712,2163.2712 +835.5000,1.0000,10834.2099,62.1210,62.4310,-0.1722,0.0000,5,1362.6127,-16.3483,545.6948,-89.3945,-2.3328,77.8665,-12.7559,-0.5690,-7.6100,0.0000,-7.6100,5.8463,-7.6100,0.7400,0.0000,-8.3501,0.0000,-8.3501,6.7779,-15.1280,0.0000,-15.1280,-0.2638,-14.8642,0.0000,0.0000,11.4722,-26.3364,1506.2843,1506.2843,1506.2843,1506.2843,1506.2843 +836.5000,1.0000,10851.3052,61.5330,61.8110,-0.1544,0.0000,5,1349.7150,3.4078,527.9575,-88.6296,0.4817,74.6225,-12.5271,-0.5054,-4.8286,0.0000,-4.8286,5.8157,-4.8286,0.7227,0.0000,-5.5512,0.0000,-5.5512,6.7137,-12.2650,0.0000,-12.2650,-0.2343,-12.0307,0.0000,0.0000,11.3636,-23.3943,1867.9004,1867.9004,1867.9004,1867.9004,1867.9004 +837.5000,1.0000,10868.2220,60.8905,61.2550,-0.2025,0.0000,5,1335.6219,-49.2736,531.8157,-87.7937,-6.8917,74.3829,-12.2794,-0.6558,-12.0392,0.0000,-12.0392,5.8033,-12.0392,0.7294,0.0000,-12.7686,0.0000,-12.7686,6.6436,-19.4122,0.0000,-19.4122,-0.3040,-19.1082,0.0000,0.0000,11.2450,-30.3532,751.8560,751.8560,751.8560,751.8560,751.8560 +838.5000,1.0000,10884.9760,60.3045,60.5260,-0.1231,0.0000,5,1322.7681,37.8769,505.9963,-87.0314,5.2467,70.0906,-12.0556,-0.3947,-0.0449,0.0000,-0.0449,5.6863,-0.0449,0.6891,0.0000,-0.7341,0.0000,-0.7341,6.5797,-7.3138,0.0000,-7.3138,-0.1830,-7.1308,0.0000,0.0000,11.1367,-18.2675,2355.8183,2355.8183,2355.8183,2355.8183,2355.8183 +839.5000,1.0000,10901.5866,59.7880,60.0830,-0.1639,0.0000,5,1311.4388,-6.9067,539.2288,-86.3595,-0.9485,74.0542,-11.8601,-0.5211,-6.1025,0.0000,-6.1025,5.6751,-6.1025,0.6953,0.0000,-6.7977,0.0000,-6.7977,6.5233,-13.3211,0.0000,-13.3211,-0.2416,-13.0795,0.0000,0.0000,11.0414,-24.1209,1570.0349,1570.0349,1570.0349,1570.0349,1570.0349 +840.5000,1.0000,10918.0312,59.1905,59.4930,-0.1681,0.0000,5,1298.3327,-11.5991,516.5355,-85.5822,-1.5770,70.2287,-11.6358,-0.5290,-6.6566,0.0000,-6.6566,5.6087,-6.6566,0.6863,0.0000,-7.3430,0.0000,-7.3430,6.4582,-13.8011,0.0000,-13.8011,-0.2452,-13.5559,0.0000,0.0000,10.9310,-24.4869,1440.7733,1440.7733,1440.7733,1440.7733,1440.7733 +841.5000,1.0000,10934.3335,58.6785,58.8880,-0.1164,0.0000,5,1287.1021,45.1622,511.2892,-84.9161,6.0872,68.9141,-11.4454,-0.3632,0.9170,0.0000,0.9170,5.5334,0.9170,0.6586,0.0000,0.2584,0.0000,0.2584,6.4023,-6.1439,0.0000,-6.1439,-0.1684,-5.9755,0.0000,0.0000,10.8365,-16.8120,2383.8984,2383.8984,2383.8984,2383.8984,2383.8984 +842.5000,1.0000,10950.5544,58.3850,58.4690,-0.0467,0.0000,5,1280.6642,122.4861,533.8458,-84.5343,16.4267,71.5945,-11.3370,-0.1449,11.0390,0.0000,11.0390,5.5326,11.0390,0.6608,0.0000,10.3782,0.0000,10.3782,6.3703,4.0080,0.0000,4.0080,-0.0672,4.0751,0.0000,0.0000,10.7823,-6.7071,3779.3133,3779.3133,3779.3133,3779.3133,3779.3133 +843.5000,1.0000,10966.7606,58.3325,58.3010,0.0175,0.0000,5,1279.5126,193.9668,566.5701,-84.4660,25.9897,75.9149,-11.3176,0.0543,20.3819,0.0000,20.3819,5.5535,20.3819,0.7067,0.0000,19.6752,0.0000,19.6752,6.3645,13.3107,0.0000,13.3107,0.0252,13.2855,0.0000,0.0000,10.7726,2.5129,5579.5149,5579.5149,5579.5149,5579.5149,5579.5149 +844.5000,1.0000,10982.9906,58.4180,58.3640,0.0300,0.0000,5,1281.3881,207.7031,597.4001,-84.5772,27.8710,80.1631,-11.3491,0.0932,22.2369,0.0000,22.2369,5.5408,22.2369,0.7173,0.0000,21.5196,0.0000,21.5196,6.3739,15.1457,0.0000,15.1457,0.0432,15.1025,0.0000,0.0000,10.7884,4.3142,5921.1157,5921.1157,5921.1157,5921.1157,5921.1157 +845.5000,1.0000,10999.2490,58.5200,58.4720,0.0267,0.0000,5,1283.6254,203.9007,603.7229,-84.7099,27.4085,81.1530,-11.3868,0.0830,21.7889,0.0000,21.7889,5.5366,21.7889,0.7167,0.0000,21.0722,0.0000,21.0722,6.3850,14.6872,0.0000,14.6872,0.0385,14.6487,0.0000,0.0000,10.8072,3.8415,5842.5584,5842.5584,5842.5584,5842.5584,5842.5584 +846.5000,1.0000,11015.5301,58.6020,58.5680,0.0189,0.0000,5,1285.4241,195.4044,602.5283,-84.8166,26.3032,81.1059,-11.4171,0.0589,20.6810,0.0000,20.6810,5.5634,20.6810,0.7125,0.0000,19.9685,0.0000,19.9685,6.3939,13.5745,0.0000,13.5745,0.0273,13.5472,0.0000,0.0000,10.8223,2.7249,5643.5529,5643.5529,5643.5529,5643.5529,5643.5529 +847.5000,1.0000,11031.7915,58.5310,58.6360,-0.0583,0.0000,5,1283.8667,109.8235,598.7858,-84.7242,14.7654,80.5045,-11.3909,-0.1816,9.3611,0.0000,9.3611,5.5858,9.3611,0.6548,0.0000,8.7064,0.0000,8.7064,6.3862,2.3202,0.0000,2.3202,-0.0842,2.4043,0.0000,0.0000,10.8092,-8.4049,3488.9887,3488.9887,3488.9887,3488.9887,3488.9887 +848.5000,1.0000,11047.9731,58.2440,58.4260,-0.1011,0.0000,5,1277.5714,62.1957,560.8567,-84.3509,8.3210,75.0353,-11.2850,-0.3132,3.1146,0.0000,3.1146,5.5196,3.1146,0.6457,0.0000,2.4689,0.0000,2.4689,6.3549,-3.8860,0.0000,-3.8860,-0.1452,-3.7408,0.0000,0.0000,10.7562,-14.4970,2636.7223,2636.7223,2636.7223,2636.7223,2636.7223 +849.5000,1.0000,11064.0634,57.9150,58.0620,-0.0817,0.0000,5,1270.3549,84.2109,538.4851,-83.9229,11.2027,71.6353,-11.1644,-0.2515,5.8880,0.0000,5.8880,5.5662,5.8880,0.6332,0.0000,5.2548,0.0000,5.2548,6.3190,-1.0641,0.0000,-1.0641,-0.1166,-0.9475,0.0000,0.0000,10.6955,-11.6430,2975.6805,2975.6805,2975.6805,2975.6805,2975.6805 +850.5000,1.0000,11080.0209,57.4370,57.7680,-0.1839,0.0000,5,1259.8700,-28.9561,545.4757,-83.3011,-3.8203,71.9664,-10.9902,-0.5617,-8.7249,0.0000,-8.7249,5.4664,-8.7249,0.6616,0.0000,-9.3866,0.0000,-9.3866,6.2668,-15.6534,0.0000,-15.6534,-0.2604,-15.3930,0.0000,0.0000,10.6072,-26.0002,1030.5376,1030.5376,1030.5376,1030.5376,1030.5376 +851.5000,1.0000,11095.7712,56.6910,57.1060,-0.2306,0.0000,5,1243.5066,-80.4866,491.2572,-82.3306,-10.4809,63.9714,-10.7211,-0.6951,-15.1772,0.0000,-15.1772,5.3914,-15.1772,0.6652,0.0000,-15.8424,0.0000,-15.8424,6.1854,-22.0279,0.0000,-22.0279,-0.3222,-21.7056,0.0000,0.0000,10.4694,-32.1750,0.0000,0.0000,0.0000,0.0000,0.0000 +852.5000,1.0000,11111.2645,55.7660,56.2760,-0.2833,0.0000,5,1223.2169,39.6815,462.2498,-81.1272,5.0830,59.2119,-10.3920,-0.8403,0.6104,0.0000,0.6104,5.3130,0.6104,0.6104,0.0000,0.0000,0.0000,0.0000,6.0845,-6.0845,22.9017,-28.9862,-0.3896,-28.5966,0.0000,0.0000,10.2986,-38.8952,2150.6972,2150.6972,2150.6972,2150.6972,2150.6972 +853.5000,1.0000,11126.4790,54.7620,55.2560,-0.2744,0.0000,5,1201.1944,40.0391,511.0940,-79.8211,5.0365,64.2899,-10.0406,-0.7993,0.5939,0.0000,0.5939,5.2419,0.5939,0.5939,0.0000,0.0000,0.0000,0.0000,5.9750,-5.9750,21.2791,-27.2541,-0.3705,-26.8835,0.0000,0.0000,10.1132,-36.9967,2108.6164,2108.6164,2108.6164,2108.6164,2108.6164 +854.5000,1.0000,11141.4044,53.7215,54.2680,-0.3036,0.0000,5,1178.3712,39.4049,505.0286,-78.4601,4.8625,62.3199,-9.6819,-0.8675,0.5771,0.0000,0.5771,5.1529,0.5771,0.5771,0.0000,0.0000,0.0000,0.0000,5.8614,-5.8614,24.7705,-30.6320,-0.4021,-30.2298,0.0000,0.0000,9.9210,-40.1509,2081.7359,2081.7359,2081.7359,2081.7359,2081.7359 +855.5000,1.0000,11156.0663,52.7730,53.1750,-0.2233,0.0000,5,1157.5660,-72.2266,499.0965,-77.2190,-8.7553,60.5005,-9.3605,-0.6268,-13.2036,0.0000,-13.2036,5.0751,-13.2036,0.5963,0.0000,-13.7999,0.0000,-13.7999,5.7580,-19.5578,0.0000,-19.5578,-0.2906,-19.2673,0.0000,0.0000,9.7459,-29.0131,4.4478,4.4478,4.4478,4.4478,4.4478 +856.5000,1.0000,11170.4987,51.9465,52.3710,-0.2358,0.0000,5,1139.4369,41.4949,441.0786,-76.1376,4.9512,52.6302,-9.0849,-0.6515,0.5488,0.0000,0.5488,5.0540,0.5488,0.5488,0.0000,0.0000,0.0000,0.0000,5.6678,-5.6678,15.1982,-20.8660,-0.3020,-20.5639,0.0000,0.0000,9.5932,-30.1572,2089.5899,2089.5899,2089.5899,2089.5899,2089.5899 +857.5000,1.0000,11184.7477,51.2865,51.5220,-0.1308,0.0000,5,1124.9599,30.1039,491.4339,-75.2740,3.5464,57.8936,-8.8677,-0.3569,-1.0735,0.0000,-1.0735,4.9768,-1.0735,0.5425,0.0000,-1.6161,0.0000,-1.6161,5.5958,-7.2118,0.0000,-7.2118,-0.1654,-7.0464,0.0000,0.0000,9.4713,-16.5177,1873.8341,1873.8341,1873.8341,1873.8341,1873.8341 +858.5000,1.0000,11198.8837,50.8795,51.0510,-0.0953,0.0000,5,1116.0325,69.1319,483.5857,-74.7414,8.0795,56.5170,-8.7351,-0.2578,3.4196,0.0000,3.4196,4.9177,3.4196,0.5249,0.0000,2.8946,0.0000,2.8946,5.5514,-2.6567,0.0000,-2.6567,-0.1195,-2.5372,0.0000,0.0000,9.3962,-11.9334,2515.3466,2515.3466,2515.3466,2515.3466,2515.3466 +859.5000,1.0000,11212.9499,50.6285,50.7080,-0.0442,0.0000,5,1110.5268,125.7520,500.8186,-74.4130,14.6242,58.2422,-8.6538,-0.1189,9.8494,0.0000,9.8494,4.8938,9.8494,0.5352,0.0000,9.3142,0.0000,9.3142,5.5240,3.7902,0.0000,3.7902,-0.0551,3.8453,0.0000,0.0000,9.3498,-5.5045,3408.9597,3408.9597,3408.9597,3408.9597,3408.9597 +860.5000,1.0000,11227.0310,50.6820,50.5490,0.0739,0.0000,5,1111.7003,256.7744,527.8588,-74.4830,29.8929,61.4517,-8.6711,0.1992,24.8112,0.0000,24.8112,4.8825,24.8112,0.6108,0.0000,24.2004,0.0000,24.2004,5.5298,18.6706,0.0000,18.6706,0.0923,18.5783,0.0000,0.0000,9.3597,9.2185,6146.0542,6146.0542,6146.0542,6146.0542,6146.0542 +861.5000,1.0000,11241.2148,51.0515,50.8150,0.1314,0.0000,5,1119.8053,320.7198,591.0734,-74.9665,37.6094,69.3127,-8.7910,0.3567,32.3292,0.0000,32.3292,4.9235,32.3292,0.6538,0.0000,31.6753,0.0000,31.6753,5.5701,26.1052,0.0000,26.1052,0.1654,25.9398,0.0000,0.0000,9.4279,16.5119,7629.0224,7629.0224,7629.0224,7629.0224,7629.0224 +862.5000,1.0000,11255.5605,51.6345,51.2880,0.1925,0.0000,5,1132.5933,388.3525,622.9191,-75.7293,46.0605,73.8812,-8.9819,0.5286,40.5862,0.0000,40.5862,4.9456,40.5862,0.7037,0.0000,39.8825,0.0000,39.8825,5.6337,34.2488,0.0000,34.2488,0.2451,34.0037,0.0000,0.0000,9.5356,24.4681,9272.4968,9272.4968,9272.4968,9272.4968,9272.4968 +863.5000,1.0000,11270.1044,52.3480,51.9810,0.2039,0.0000,5,1148.2437,401.1546,656.6123,-76.6629,48.2364,78.9536,-9.2182,0.5676,42.6406,0.0000,42.6406,5.0281,42.6406,0.7247,0.0000,41.9159,0.0000,41.9159,5.7116,36.2043,0.0000,36.2043,0.2631,35.9412,0.0000,0.0000,9.6674,26.2738,9696.1181,9696.1181,9696.1181,9696.1181,9696.1181 +864.5000,1.0000,11284.8751,53.1645,52.7150,0.2497,0.0000,5,1166.1535,452.0568,665.1888,-77.7313,55.2049,81.2324,-9.4925,0.7061,49.3989,0.0000,49.3989,5.0999,49.3989,0.7708,0.0000,48.6281,0.0000,48.6281,5.8007,42.8275,0.0000,42.8275,0.3273,42.5001,0.0000,0.0000,9.8182,32.6820,10998.9344,10998.9344,10998.9344,10998.9344,10998.9344 +865.5000,1.0000,11299.8994,54.0775,53.6140,0.2575,0.0000,5,1186.1800,460.5601,691.1496,-78.9259,57.2092,85.8522,-9.8039,0.7406,51.3032,0.0000,51.3032,5.1654,51.3032,0.7942,0.0000,50.5090,0.0000,50.5090,5.9003,44.6087,0.0000,44.6087,0.3433,44.2654,0.0000,0.0000,9.9868,34.2786,11408.3553,11408.3553,11408.3553,11408.3553,11408.3553 +866.5000,1.0000,11315.1941,55.0510,54.5410,0.2833,0.0000,5,1207.5335,489.1542,697.9481,-80.1971,61.8548,88.2574,-10.1411,0.8296,55.7858,0.0000,55.7858,5.2395,55.7858,0.8316,0.0000,54.9542,0.0000,54.9542,6.0065,48.9477,0.0000,48.9477,0.3846,48.5631,0.0000,0.0000,10.1666,38.3965,12304.8986,12304.8986,12304.8986,12304.8986,12304.8986 +867.5000,1.0000,11330.7429,55.9655,55.5610,0.2247,0.0000,5,1227.5929,423.6944,713.3479,-81.3868,54.4673,91.7032,-10.4625,0.6689,48.5210,0.0000,48.5210,5.2774,48.5210,0.8096,0.0000,47.7114,0.0000,47.7114,6.1063,41.6051,0.0000,41.6051,0.3101,41.2951,0.0000,0.0000,10.3354,30.9596,10888.7618,10888.7618,10888.7618,10888.7618,10888.7618 +868.5000,1.0000,11346.5129,56.7620,56.3700,0.2178,0.0000,5,1245.0640,416.2249,687.7370,-82.4229,54.2686,89.6691,-10.7465,0.6574,48.2311,0.0000,48.2311,5.3800,48.2311,0.8207,0.0000,47.4104,0.0000,47.4104,6.1932,41.2172,0.0000,41.2172,0.3048,40.9124,0.0000,0.0000,10.4825,30.4299,10855.3062,10855.3062,10855.3062,10855.3062,10855.3062 +869.5000,1.0000,11362.4790,57.4680,57.1540,0.1744,0.0000,5,1260.5500,368.1798,687.1355,-83.3414,48.6014,90.7050,-11.0014,0.5332,42.6123,0.0000,42.6123,5.4559,42.6123,0.8039,0.0000,41.8084,0.0000,41.8084,6.2702,35.5382,0.0000,35.5382,0.2472,35.2911,0.0000,0.0000,10.6129,24.6781,9778.7633,9778.7633,9778.7633,9778.7633,9778.7633 +870.5000,1.0000,11378.6320,58.1410,57.7820,0.1994,0.0000,5,1275.3121,395.7703,669.1158,-84.2169,52.8553,89.3607,-11.2472,0.6167,46.7474,0.0000,46.7474,5.4912,46.7474,0.8354,0.0000,45.9120,0.0000,45.9120,6.3436,39.5683,0.0000,39.5683,0.2859,39.2824,0.0000,0.0000,10.7372,28.5452,10609.3955,10609.3955,10609.3955,10609.3955,10609.3955 +871.5000,1.0000,11394.9923,58.8870,58.5000,0.2150,0.0000,5,1291.6755,413.2114,683.2543,-85.1874,55.8926,92.4197,-11.5228,0.6734,49.6406,0.0000,49.6406,5.5787,49.6406,0.8620,0.0000,48.7786,0.0000,48.7786,6.4250,42.3536,0.0000,42.3536,0.3121,42.0414,0.0000,0.0000,10.8750,31.1664,11184.7609,11184.7609,11184.7609,11184.7609,11184.7609 +872.5000,1.0000,11411.5341,59.5405,59.2740,0.1481,0.0000,5,1306.0099,338.4880,693.1008,-86.0375,46.2933,94.7920,-11.7669,0.4688,40.2353,0.0000,40.2353,5.5892,40.2353,0.8256,0.0000,39.4097,0.0000,39.4097,6.4963,32.9133,0.0000,32.9133,0.2173,32.6960,0.0000,0.0000,10.9957,21.7003,9391.8141,9391.8141,9391.8141,9391.8141,9391.8141 +873.5000,1.0000,11428.2160,60.0450,59.8070,0.1322,0.0000,5,1317.0760,321.3987,664.4900,-86.6938,44.3286,91.6490,-11.9571,0.4222,38.2036,0.0000,38.2036,5.7027,38.2036,0.8238,0.0000,37.3798,0.0000,37.3798,6.5514,30.8284,0.0000,30.8284,0.1957,30.6327,0.0000,0.0000,11.0888,19.5439,9027.9784,9027.9784,9027.9784,9027.9784,9027.9784 +874.5000,1.0000,11444.9781,60.3335,60.2830,0.0281,0.0000,5,1323.4042,205.7092,659.1254,-87.0691,28.5085,91.3459,-12.0666,0.0900,22.6845,0.0000,22.6845,5.7340,22.6845,0.7510,0.0000,21.9335,0.0000,21.9335,6.5829,15.3507,0.0000,15.3507,0.0417,15.3089,0.0000,0.0000,11.1421,4.1668,6084.3594,6084.3594,6084.3594,6084.3594,6084.3594 +875.5000,1.0000,11461.6905,60.1545,60.3840,-0.1275,0.0000,5,1319.4779,33.0381,611.2567,-86.8363,4.5650,84.4606,-11.9986,-0.4079,-0.7088,0.0000,-0.7088,5.6817,-0.7088,0.6882,0.0000,-1.3970,0.0000,-1.3970,6.5633,-7.9603,0.0000,-7.9603,-0.1891,-7.7712,0.0000,0.0000,11.1090,-18.8802,2269.0038,2269.0038,2269.0038,2269.0038,2269.0038 +876.5000,1.0000,11478.2342,59.5475,59.9250,-0.2097,0.0000,5,1306.1634,-57.4329,535.7358,-86.0466,-7.8557,73.2785,-11.7696,-0.6642,-12.8482,0.0000,-12.8482,5.6567,-12.8482,0.7080,0.0000,-13.5562,0.0000,-13.5562,6.4971,-20.0533,0.0000,-20.0533,-0.3079,-19.7454,0.0000,0.0000,10.9970,-30.7424,505.9254,505.9254,505.9254,505.9254,505.9254 +877.5000,1.0000,11494.5898,58.8700,59.1700,-0.1667,0.0000,5,1291.3026,-9.8183,492.8250,-85.1653,-1.3277,66.6422,-11.5165,-0.5218,-6.4197,0.0000,-6.4197,5.6138,-6.4197,0.6802,0.0000,-7.0999,0.0000,-7.0999,6.4232,-13.5231,0.0000,-13.5231,-0.2419,-13.2812,0.0000,0.0000,10.8718,-24.1531,1469.0268,1469.0268,1469.0268,1469.0268,1469.0268 +878.5000,1.0000,11510.8504,58.5280,58.5700,-0.0233,0.0000,5,1283.8009,148.4310,511.1180,-84.7203,19.9550,68.7144,-11.3897,-0.0726,14.4794,0.0000,14.4794,5.5482,14.4794,0.6803,0.0000,13.7991,0.0000,13.7991,6.3859,7.4132,0.0000,7.4132,-0.0337,7.4469,0.0000,0.0000,10.8087,-3.3618,4449.3932,4449.3932,4449.3932,4449.3932,4449.3932 +879.5000,1.0000,11527.1042,58.5040,58.4860,0.0100,0.0000,5,1283.2745,185.5026,578.5374,-84.6891,24.9286,77.7463,-11.3809,0.0311,19.3464,0.0000,19.3464,5.5511,19.3464,0.7043,0.0000,18.6421,0.0000,18.6421,6.3832,12.2588,0.0000,12.2588,0.0144,12.2444,0.0000,0.0000,10.8042,1.4402,5383.3530,5383.3530,5383.3530,5383.3530,5383.3530 +880.5000,1.0000,11543.3787,58.5780,58.5220,0.0311,0.0000,5,1284.8976,208.9557,594.5940,-84.7854,28.1159,80.0051,-11.4082,0.0969,22.4614,0.0000,22.4614,5.5575,22.4614,0.7210,0.0000,21.7404,0.0000,21.7404,6.3913,15.3490,0.0000,15.3490,0.0449,15.3041,0.0000,0.0000,10.8179,4.4862,5966.9128,5966.9128,5966.9128,5966.9128,5966.9128 +881.5000,1.0000,11559.6969,58.7355,58.6340,0.0564,0.0000,5,1288.3524,236.8201,605.2039,-84.9903,31.9508,81.6517,-11.4665,0.1761,26.2327,0.0000,26.2327,5.5419,26.2327,0.7425,0.0000,25.4903,0.0000,25.4903,6.4085,19.0818,0.0000,19.0818,0.0817,19.0001,0.0000,0.0000,10.8470,8.1531,6685.2888,6685.2888,6685.2888,6685.2888,6685.2888 +882.5000,1.0000,11576.0752,58.9520,58.8370,0.0639,0.0000,5,1293.1013,245.3060,617.9159,-85.2719,33.2177,83.6740,-11.5469,0.2003,27.4355,0.0000,27.4355,5.5818,27.4355,0.7520,0.0000,26.6835,0.0000,26.6835,6.4321,20.2514,0.0000,20.2514,0.0929,20.1585,0.0000,0.0000,10.8870,9.2716,6932.3726,6932.3726,6932.3726,6932.3726,6932.3726 +883.5000,1.0000,11592.5133,59.1670,59.0670,0.0556,0.0000,5,1297.8173,236.4266,622.4854,-85.5516,32.1321,84.6002,-11.6271,0.1748,26.3048,0.0000,26.3048,5.6524,26.3048,0.7499,0.0000,25.5549,0.0000,25.5549,6.4556,19.0994,0.0000,19.0994,0.0810,19.0183,0.0000,0.0000,10.9267,8.0916,6738.3338,6738.3338,6738.3338,6738.3338,6738.3338 +884.5000,1.0000,11609.0087,59.3735,59.2670,0.0592,0.0000,5,1302.3468,239.9313,619.7297,-85.8203,32.7222,84.5196,-11.7043,0.1868,26.9336,0.0000,26.9336,5.6017,26.9336,0.7564,0.0000,26.1772,0.0000,26.1772,6.4781,19.6991,0.0000,19.6991,0.0866,19.6125,0.0000,0.0000,10.9648,8.6477,6853.0272,6853.0272,6853.0272,6853.0272,6853.0272 +885.5000,1.0000,11625.5644,59.5905,59.4800,0.0614,0.0000,5,1307.1066,242.6937,622.1933,-86.1026,33.2199,85.1657,-11.7857,0.1946,27.3642,0.0000,27.3642,5.6611,27.3642,0.7621,0.0000,26.6021,0.0000,26.6021,6.5018,20.1003,0.0000,20.1003,0.0902,20.0101,0.0000,0.0000,11.0049,9.0053,6945.8219,6945.8219,6945.8219,6945.8219,6945.8219 +886.5000,1.0000,11642.1784,59.8005,59.7010,0.0553,0.0000,5,1311.7130,235.8099,624.3388,-86.3758,32.3914,85.7606,-11.8648,0.1758,26.5487,0.0000,26.5487,5.6668,26.5487,0.7615,0.0000,25.7873,0.0000,25.7873,6.5247,19.2626,0.0000,19.2626,0.0815,19.1811,0.0000,0.0000,11.0437,8.1374,6792.9677,6792.9677,6792.9677,6792.9677,6792.9677 +887.5000,1.0000,11658.8729,60.0900,59.9000,0.1056,0.0000,5,1318.0631,291.4965,622.7175,-86.7524,40.2345,85.9520,-11.9742,0.3373,34.2284,0.0000,34.2284,5.6687,34.2284,0.8047,0.0000,33.4238,0.0000,33.4238,6.5563,26.8675,0.0000,26.8675,0.1564,26.7111,0.0000,0.0000,11.0971,15.6139,8255.0479,8255.0479,8255.0479,8255.0479,8255.0479 +888.5000,1.0000,11675.6713,60.4645,60.2800,0.1025,0.0000,5,1326.2777,287.6079,647.2169,-87.2396,39.9451,89.8903,-12.1165,0.3296,33.9823,0.0000,33.9823,5.6332,33.9823,0.8096,0.0000,33.1727,0.0000,33.1727,6.5972,26.5756,0.0000,26.5756,0.1528,26.4228,0.0000,0.0000,11.1663,15.2565,8203.5505,8203.5505,8203.5505,8203.5505,8203.5505 +889.5000,1.0000,11692.5866,60.8850,60.6490,0.1311,0.0000,5,1335.5013,319.8765,647.4063,-87.7866,44.7358,90.5420,-12.2772,0.4246,38.5741,0.0000,38.5741,5.7371,38.5741,0.8396,0.0000,37.7345,0.0000,37.7345,6.6430,31.0915,0.0000,31.0915,0.1968,30.8947,0.0000,0.0000,11.2440,19.6507,9111.3691,9111.3691,9111.3691,9111.3691,9111.3691 +890.5000,1.0000,11709.6162,61.2965,61.1210,0.0975,0.0000,5,1344.5274,282.4648,662.3124,-88.3219,39.7706,93.2526,-12.4356,0.3179,33.6892,0.0000,33.6892,5.7636,33.6892,0.8221,0.0000,32.8672,0.0000,32.8672,6.6879,26.1792,0.0000,26.1792,0.1473,26.0319,0.0000,0.0000,11.3199,14.7119,8184.4761,8184.4761,8184.4761,8184.4761,8184.4761 +891.5000,1.0000,11726.7547,61.6885,61.4720,0.1203,0.0000,5,1353.1259,307.9311,649.0272,-88.8319,43.6335,91.9665,-12.5874,0.3946,37.4182,0.0000,37.4182,5.8207,37.4182,0.8473,0.0000,36.5709,0.0000,36.5709,6.7307,29.8402,0.0000,29.8402,0.1829,29.6573,0.0000,0.0000,11.3923,18.2650,8922.7136,8922.7136,8922.7136,8922.7136,8922.7136 +892.5000,1.0000,11744.0127,62.1190,61.9050,0.1189,0.0000,5,1362.5688,306.0393,661.0768,-89.3919,43.6681,94.3276,-12.7551,0.3928,37.4665,0.0000,37.4665,5.8089,37.4665,0.8548,0.0000,36.6116,0.0000,36.6116,6.7777,29.8340,0.0000,29.8340,0.1821,29.6519,0.0000,0.0000,11.4718,18.1800,8937.0038,8937.0038,8937.0038,8937.0038,8937.0038 +893.5000,1.0000,11761.4159,62.6415,62.3330,0.1714,0.0000,5,1374.0298,364.3787,662.4930,-90.0716,52.4297,95.3248,-12.9602,0.5710,46.0027,0.0000,46.0027,5.8561,46.0027,0.9064,0.0000,45.0963,0.0000,45.0963,6.8347,38.2616,0.0000,38.2616,0.2647,37.9969,0.0000,0.0000,11.5683,26.4286,10580.1357,10580.1357,10580.1357,10580.1357,10580.1357 +894.5000,1.0000,11779.0185,63.3595,62.9500,0.2275,0.0000,5,1389.7790,426.8789,687.9631,-91.0057,62.1268,100.1243,-13.2447,0.7666,55.4182,0.0000,55.4182,5.9420,55.4182,0.9657,0.0000,54.4525,0.0000,54.4525,6.9130,47.5395,0.0000,47.5395,0.3554,47.1841,0.0000,0.0000,11.7009,35.4832,12408.7995,12408.7995,12408.7995,12408.7995,12408.7995 +895.5000,1.0000,11796.8380,64.1400,63.7690,0.2061,0.0000,5,1406.8991,402.8306,714.8885,-92.0210,59.3491,105.3246,-13.5575,0.7031,52.6779,0.0000,52.6779,5.9681,52.6779,0.9655,0.0000,51.7123,0.0000,51.7123,6.9982,44.7142,0.0000,44.7142,0.3259,44.3882,0.0000,0.0000,11.8451,32.5432,11920.1392,11920.1392,11920.1392,11920.1392,11920.1392 +896.5000,1.0000,11814.8665,64.8925,64.5110,0.2119,0.0000,5,1423.4050,410.3159,708.8016,-93.0000,61.1611,105.6530,-13.8624,0.7315,54.2467,0.0000,54.2467,6.1830,54.2467,0.9865,0.0000,53.2602,0.0000,53.2602,7.0803,46.1799,0.0000,46.1799,0.3391,45.8408,0.0000,0.0000,11.9840,33.8568,12267.3776,12267.3776,12267.3776,12267.3776,12267.3776 +897.5000,1.0000,11833.0912,65.5990,65.2740,0.1806,0.0000,5,1438.9020,375.3721,714.5302,-93.9191,56.5616,107.6665,-14.1519,0.6299,49.6967,0.0000,49.6967,6.2350,49.6967,0.9761,0.0000,48.7205,0.0000,48.7205,7.1574,41.5632,0.0000,41.5632,0.2920,41.2711,0.0000,0.0000,12.1145,29.1566,11401.7852,11401.7852,11401.7852,11401.7852,11401.7852 +898.5000,1.0000,11851.4701,66.1540,65.9240,0.1278,0.0000,5,1451.0758,317.0168,704.3296,-94.6411,48.1727,107.0273,-14.3813,0.4496,41.3963,0.0000,41.3963,6.3268,41.3963,0.9444,0.0000,40.4518,0.0000,40.4518,7.2179,33.2339,0.0000,33.2339,0.2084,33.0255,0.0000,0.0000,12.2170,20.8085,9851.7249,9851.7249,9851.7249,9851.7249,9851.7249 +899.5000,1.0000,11869.9690,66.5860,66.3840,0.1122,0.0000,5,1460.5516,299.2744,685.2730,-95.2031,45.7736,104.8116,-14.5612,0.3974,39.0813,0.0000,39.0813,6.2949,39.0813,0.9406,0.0000,38.1407,0.0000,38.1407,7.2651,30.8756,0.0000,30.8756,0.1842,30.6914,0.0000,0.0000,12.2968,18.3946,9427.5608,9427.5608,9427.5608,9427.5608,9427.5608 +900.5000,1.0000,11888.5581,66.9110,66.7880,0.0683,0.0000,5,1467.6805,249.9413,680.6299,-95.6259,38.4148,104.6095,-14.6972,0.2432,31.9360,0.0000,31.9360,6.2355,31.9360,0.9106,0.0000,31.0254,0.0000,31.0254,7.3005,23.7249,0.0000,23.7249,0.1127,23.6122,0.0000,0.0000,12.3568,11.2554,8032.2762,8032.2762,8032.2762,8032.2762,8032.2762 +901.5000,1.0000,11907.2397,67.2435,67.0340,0.1164,0.0000,5,1474.9738,303.8880,664.6189,-96.0584,46.9382,102.6563,-14.8371,0.4162,40.1717,0.0000,40.1717,6.3502,40.1717,0.9578,0.0000,39.2139,0.0000,39.2139,7.3368,31.8771,0.0000,31.8771,0.1930,31.6842,0.0000,0.0000,12.4182,19.2660,9655.3162,9655.3162,9655.3162,9655.3162,9655.3162 +902.5000,1.0000,11926.0301,67.6355,67.4530,0.1014,0.0000,5,1483.5722,287.0201,685.8219,-96.5684,44.5912,106.5488,-15.0028,0.3647,37.8734,0.0000,37.8734,6.3531,37.8734,0.9533,0.0000,36.9201,0.0000,36.9201,7.3796,29.5405,0.0000,29.5405,0.1691,29.3715,0.0000,0.0000,12.4906,16.8809,9227.5961,9227.5961,9227.5961,9227.5961,9227.5961 +903.5000,1.0000,11944.8816,67.8555,67.8180,0.0208,0.0000,5,1488.3979,197.5681,681.2453,-96.8546,30.7939,106.1821,-15.0962,0.0752,24.3393,0.0000,24.3393,6.3794,24.3393,0.8896,0.0000,23.4496,0.0000,23.4496,7.4036,16.0460,0.0000,16.0460,0.0349,16.0112,0.0000,0.0000,12.5312,3.4800,6667.4416,6667.4416,6667.4416,6667.4416,6667.4416 +904.5000,1.0000,11963.6637,67.6055,67.8930,-0.1597,0.0000,5,1482.9142,-2.5950,648.6089,-96.5293,-0.4030,100.7228,-14.9901,-0.5743,-6.1492,0.0000,-6.1492,6.3205,-6.1492,0.8370,0.0000,-6.9862,0.0000,-6.9862,7.3763,-14.3625,0.0000,-14.3625,-0.2662,-14.0963,0.0000,0.0000,12.4851,-26.5813,2071.4323,2071.4323,2071.4323,2071.4323,2071.4323 +905.5000,1.0000,11982.3005,67.0825,67.3180,-0.1308,0.0000,5,1471.4423,29.4515,572.9273,-95.8490,4.5382,88.2818,-14.7693,-0.4668,-1.2987,0.0000,-1.2987,6.3037,-1.2987,0.8151,0.0000,-2.1138,0.0000,-2.1138,7.3192,-9.4330,0.0000,-9.4330,-0.2164,-9.2167,0.0000,0.0000,12.3885,-21.6051,2609.4199,2609.4199,2609.4199,2609.4199,2609.4199 +906.5000,1.0000,12000.7695,66.4785,66.8470,-0.2047,0.0000,5,1458.1937,-52.1525,580.2514,-95.0632,-7.9638,88.6054,-14.5163,-0.7238,-13.4735,0.0000,-13.4735,6.2335,-13.4735,0.8342,0.0000,-14.3076,0.0000,-14.3076,7.2533,-21.5610,0.0000,-21.5610,-0.3355,-21.2254,0.0000,0.0000,12.2769,-33.5024,903.0843,903.0843,903.0843,903.0843,903.0843 +907.5000,1.0000,12019.0590,65.8320,66.1100,-0.1544,0.0000,5,1444.0128,2.9937,545.0302,-94.2222,0.4527,82.4176,-14.2480,-0.5407,-5.1377,0.0000,-5.1377,6.1312,-5.1377,0.8013,0.0000,-5.9391,0.0000,-5.9391,7.1828,-13.1218,0.0000,-13.1218,-0.2507,-12.8712,0.0000,0.0000,12.1575,-25.0287,2092.9910,2092.9910,2092.9910,2092.9910,2092.9910 +908.5000,1.0000,12037.1695,65.1880,65.5540,-0.2033,0.0000,5,1429.8868,-36.3988,561.0700,-93.3844,-5.4503,84.0132,-13.9831,-0.7050,-12.9957,0.0000,-12.9957,8.2504,-12.9957,0.8091,0.0000,-13.8048,0.0000,-13.8048,7.1125,-20.9173,0.0000,-20.9173,-0.3268,-20.5905,0.0000,0.0000,12.0386,-32.6291,1206.2775,1206.2775,1206.2775,1206.2775,1206.2775 +909.5000,1.0000,12055.0865,64.4910,64.8220,-0.1839,0.0000,5,1414.5982,-14.8476,540.8782,-92.4777,-2.1995,80.1237,-13.6993,-0.6307,-9.7512,0.0000,-9.7512,8.1825,-9.7512,0.7882,0.0000,-10.5394,0.0000,-10.5394,7.0365,-17.5758,0.0000,-17.5758,-0.2924,-17.2835,0.0000,0.0000,11.9099,-29.1933,1647.8720,1647.8720,1647.8720,1647.8720,1647.8720 +910.5000,1.0000,12072.8147,63.8115,64.1600,-0.1936,0.0000,5,1399.6935,-25.2032,544.3462,-91.5937,-3.6942,79.7878,-13.4254,-0.6571,-11.1914,0.0000,-11.1914,8.1543,-11.1914,0.7794,0.0000,-11.9708,0.0000,-11.9708,6.9623,-18.9331,0.0000,-18.9331,-0.3046,-18.6285,0.0000,0.0000,11.7844,-30.4129,1386.0515,1386.0515,1386.0515,1386.0515,1386.0515 +911.5000,1.0000,12090.3565,63.1405,63.4630,-0.1792,0.0000,5,1384.9752,-9.6645,535.5033,-90.7208,-1.4017,77.6663,-13.1576,-0.6017,-8.8160,0.0000,-8.8160,8.0160,-8.8160,0.7613,0.0000,-9.5773,0.0000,-9.5773,6.8891,-16.4665,0.0000,-16.4665,-0.2789,-16.1875,0.0000,0.0000,11.6605,-27.8480,1703.1603,1703.1603,1703.1603,1703.1603,1703.1603 +912.5000,1.0000,12107.7612,62.6470,62.8180,-0.0950,0.0000,5,1374.1504,83.1035,538.2692,-90.0788,11.9587,77.4573,-12.9624,-0.3165,4.3270,0.0000,4.3270,7.9482,4.3270,0.7196,0.0000,3.6074,0.0000,3.6074,6.8353,-3.2279,0.0000,-3.2279,-0.1467,-3.0812,0.0000,0.0000,11.5694,-14.6505,3277.3458,3277.3458,3277.3458,3277.3458,3277.3458 +913.5000,1.0000,12125.0905,62.3755,62.4760,-0.0558,0.0000,5,1368.1951,126.7115,573.5697,-89.7256,18.1549,82.1794,-12.8556,-0.1852,10.3897,0.0000,10.3897,7.9504,10.3897,0.7238,0.0000,9.6659,0.0000,9.6659,6.8057,2.8603,0.0000,2.8603,-0.0859,2.9461,0.0000,0.0000,11.5192,-8.5731,4220.8712,4220.8712,4220.8712,4220.8712,4220.8712 +914.5000,1.0000,12142.3520,62.1315,62.2750,-0.0797,0.0000,5,1362.8430,100.2774,589.5979,-89.4082,14.3112,84.1454,-12.7600,-0.2634,6.6424,0.0000,6.6424,7.9323,6.6424,0.7046,0.0000,5.9378,0.0000,5.9378,6.7790,-0.8412,0.0000,-0.8412,-0.1221,-0.7191,0.0000,0.0000,11.4742,-12.1933,3533.9852,3533.9852,3533.9852,3533.9852,3533.9852 +915.5000,1.0000,12159.5223,61.8030,61.9880,-0.1028,0.0000,5,1355.6374,74.4188,577.0679,-88.9808,10.5646,81.9217,-12.6319,-0.3378,3.0713,0.0000,3.0713,7.8311,3.0713,0.7077,0.0000,2.3636,0.0000,2.3636,6.7432,-4.3796,0.0000,-4.3796,-0.1566,-4.2230,0.0000,0.0000,11.4135,-15.6364,3061.9523,3061.9523,3061.9523,3061.9523,3061.9523 +916.5000,1.0000,12176.5787,61.3930,61.6180,-0.1250,0.0000,5,1346.6442,35.6930,564.1325,-88.4474,5.0334,79.5541,-12.4729,-0.4081,-0.3352,0.0000,-0.3352,5.7767,-0.3352,0.7090,0.0000,-1.0441,0.0000,-1.0441,6.6985,-7.7426,0.0000,-7.7426,-0.1892,-7.5534,0.0000,0.0000,11.3378,-18.8911,2382.3204,2382.3204,2382.3204,2382.3204,2382.3204 +917.5000,1.0000,12193.5119,60.9495,61.1680,-0.1214,0.0000,5,1336.9161,39.3078,545.5065,-87.8705,5.5031,76.3717,-12.3020,-0.3935,0.2104,0.0000,0.2104,5.6862,0.2104,0.6998,0.0000,-0.4893,0.0000,-0.4893,6.6501,-7.1394,0.0000,-7.1394,-0.1824,-6.9570,0.0000,0.0000,11.2559,-18.2129,2415.6122,2415.6122,2415.6122,2415.6122,2415.6122 +918.5000,1.0000,12210.2985,60.4220,60.7310,-0.1717,0.0000,5,1325.3454,-16.1008,543.7333,-87.1843,-2.2346,75.4647,-12.1003,-0.5517,-7.3289,0.0000,-7.3289,5.6459,-7.3289,0.7094,0.0000,-8.0383,0.0000,-8.0383,6.5925,-14.6308,0.0000,-14.6308,-0.2557,-14.3750,0.0000,0.0000,11.1584,-25.5335,1414.9064,1414.9064,1414.9064,1414.9064,1414.9064 +919.5000,1.0000,12226.9484,59.9295,60.1130,-0.1019,0.0000,5,1314.5425,61.0338,517.4145,-86.5436,8.4018,71.2265,-11.9135,-0.3249,3.0909,0.0000,3.0909,5.6358,3.0909,0.6748,0.0000,2.4161,0.0000,2.4161,6.5388,-4.1226,0.0000,-4.1226,-0.1506,-3.9720,0.0000,0.0000,11.0675,-15.0395,2709.1914,2709.1914,2709.1914,2709.1914,2709.1914 +920.5000,1.0000,12243.4927,59.5495,59.7460,-0.1092,0.0000,5,1306.2073,53.1008,547.5102,-86.0492,7.2634,74.8916,-11.7703,-0.3457,2.0024,0.0000,2.0024,5.6068,2.0024,0.6709,0.0000,1.3315,0.0000,1.3315,6.4973,-5.1658,0.0000,-5.1658,-0.1603,-5.0055,0.0000,0.0000,10.9973,-16.0029,2559.2477,2559.2477,2559.2477,2559.2477,2559.2477 +921.5000,1.0000,12259.9635,59.2850,59.3530,-0.0378,0.0000,5,1300.4056,131.8916,542.5423,-85.7051,17.9608,73.8824,-11.6712,-0.1191,12.5314,0.0000,12.5314,5.5485,12.5314,0.6829,0.0000,11.8484,0.0000,11.8484,6.4685,5.3800,0.0000,5.3800,-0.0552,5.4352,0.0000,0.0000,10.9485,-5.5133,4109.0341,4109.0341,4109.0341,4109.0341,4109.0341 +922.5000,1.0000,12276.4419,59.3120,59.2170,0.0528,0.0000,5,1300.9978,232.9733,575.7512,-85.7403,31.7403,78.4404,-11.6813,0.1665,25.9584,0.0000,25.9584,5.6154,25.9584,0.7505,0.0000,25.2079,0.0000,25.2079,6.4714,18.7365,0.0000,18.7365,0.0772,18.6594,0.0000,0.0000,10.9535,7.7059,6669.9419,6669.9419,6669.9419,6669.9419,6669.9419 +923.5000,1.0000,12292.9945,59.5795,59.4070,0.0958,0.0000,5,1306.8654,280.8273,619.1533,-86.0882,38.4325,84.7340,-11.7816,0.3037,32.4871,0.0000,32.4871,5.6417,32.4871,0.7875,0.0000,31.6996,0.0000,31.6996,6.5006,25.1990,0.0000,25.1990,0.1408,25.0582,0.0000,0.0000,11.0029,14.0554,7912.8842,7912.8842,7912.8842,7912.8842,7912.8842 +924.5000,1.0000,12309.6488,59.9455,59.7520,0.1075,0.0000,5,1314.8935,293.2427,640.5423,-86.5644,40.3781,88.1997,-11.9195,0.3427,34.4365,0.0000,34.4365,5.5989,34.4365,0.8033,0.0000,33.6332,0.0000,33.6332,6.5405,27.0927,0.0000,27.0927,0.1589,26.9338,0.0000,0.0000,11.0705,15.8633,8281.6207,8281.6207,8281.6207,8281.6207,8281.6207 +925.5000,1.0000,12326.4099,60.3300,60.1390,0.1061,0.0000,5,1323.3274,292.0599,647.3229,-87.0646,40.4732,89.7050,-12.0653,0.3405,34.4503,0.0000,34.4503,5.6824,34.4503,0.8097,0.0000,33.6406,0.0000,33.6406,6.5825,27.0581,0.0000,27.0581,0.1578,26.9003,0.0000,0.0000,11.1415,15.7588,8305.3682,8305.3682,8305.3682,8305.3682,8305.3682 +926.5000,1.0000,12343.2385,60.5730,60.5210,0.0289,0.0000,5,1328.6576,206.3885,648.1877,-87.3807,28.7162,90.1867,-12.1579,0.0931,22.9021,0.0000,22.9021,5.7210,22.9021,0.7560,0.0000,22.1461,0.0000,22.1461,6.6090,15.5371,0.0000,15.5371,0.0431,15.4940,0.0000,0.0000,11.1863,4.3076,6126.6132,6126.6132,6126.6132,6126.6132,6126.6132 +927.5000,1.0000,12360.0756,60.6035,60.6250,-0.0119,0.0000,5,1329.3266,160.9122,613.4813,-87.4204,22.4001,85.4007,-12.1695,-0.0385,16.7302,0.0000,16.7302,5.7084,16.7302,0.7257,0.0000,16.0045,0.0000,16.0045,6.6123,9.3922,0.0000,9.3922,-0.0178,9.4100,0.0000,0.0000,11.1920,-1.7819,4945.6319,4945.6319,4945.6319,4945.6319,4945.6319 +928.5000,1.0000,12376.8722,60.4575,60.5820,-0.0692,0.0000,5,1326.1241,97.7022,594.1783,-87.2304,13.5680,82.5144,-12.1138,-0.2224,8.0443,0.0000,8.0443,5.7461,8.0443,0.6798,0.0000,7.3645,0.0000,7.3645,6.5964,0.7681,0.0000,0.7681,-0.1031,0.8712,0.0000,0.0000,11.1650,-10.2938,3356.0715,3356.0715,3356.0715,3356.0715,3356.0715 +929.5000,1.0000,12393.5941,60.1890,60.3330,-0.0800,0.0000,5,1320.2346,85.3928,566.5539,-86.8812,11.8059,78.3287,-12.0117,-0.2561,6.3816,0.0000,6.3816,5.6804,6.3816,0.6710,0.0000,5.7106,0.0000,5.7106,6.5671,-0.8565,0.0000,-0.8565,-0.1187,-0.7378,0.0000,0.0000,11.1154,-11.8532,3123.6338,3123.6338,3123.6338,3123.6338,3123.6338 +930.5000,1.0000,12410.2316,59.8850,60.0450,-0.0889,0.0000,5,1313.5664,75.8273,559.6801,-86.4857,10.4305,76.9876,-11.8967,-0.2831,5.0274,0.0000,5.0274,5.6862,5.0274,0.6691,0.0000,4.3582,0.0000,4.3582,6.5339,-2.1757,0.0000,-2.1757,-0.1312,-2.0444,0.0000,0.0000,11.0593,-13.1037,2946.0220,2946.0220,2946.0220,2946.0220,2946.0220 +931.5000,1.0000,12426.7897,59.5990,59.7250,-0.0700,0.0000,5,1307.2931,96.2854,553.9914,-86.1136,13.1814,75.8411,-11.7889,-0.2219,7.8008,0.0000,7.8008,5.6025,7.8008,0.6644,0.0000,7.1364,0.0000,7.1364,6.5027,0.6337,0.0000,0.6337,-0.1029,0.7366,0.0000,0.0000,11.0065,-10.2699,3264.3302,3264.3302,3264.3302,3264.3302,3264.3302 +932.5000,1.0000,12443.2933,59.4030,59.4730,-0.0389,0.0000,5,1302.9939,131.0891,561.4331,-85.8586,17.8870,76.6071,-11.7153,-0.1229,12.3921,0.0000,12.3921,5.6178,12.3921,0.6842,0.0000,11.7079,0.0000,11.7079,6.4813,5.2266,0.0000,5.2266,-0.0570,5.2835,0.0000,0.0000,10.9703,-5.6867,4098.0291,4098.0291,4098.0291,4098.0291,4098.0291 +933.5000,1.0000,12459.7897,59.3770,59.3330,0.0244,0.0000,5,1302.4236,201.4580,575.8141,-85.8248,27.4768,78.5350,-11.7056,0.0772,21.7834,0.0000,21.7834,5.6162,21.7834,0.7307,0.0000,21.0527,0.0000,21.0527,6.4785,14.5742,0.0000,14.5742,0.0358,14.5384,0.0000,0.0000,10.9655,3.5730,5876.5558,5876.5558,5876.5558,5876.5558,5876.5558 +934.5000,1.0000,12476.3356,59.5555,59.4210,0.0747,0.0000,5,1306.3389,256.8811,606.0108,-86.0570,35.1412,82.9020,-11.7726,0.2367,29.3322,0.0000,29.3322,5.5723,29.3322,0.7714,0.0000,28.5608,0.0000,28.5608,6.4980,22.0629,0.0000,22.0629,0.1097,21.9531,0.0000,0.0000,10.9984,10.9547,7302.3833,7302.3833,7302.3833,7302.3833,7302.3833 +935.5000,1.0000,12492.9812,59.9140,59.6900,0.1244,0.0000,5,1314.2026,312.3662,630.4971,-86.5234,42.9888,86.7709,-11.9076,0.3965,36.9550,0.0000,36.9550,5.6372,36.9550,0.8154,0.0000,36.1396,0.0000,36.1396,6.5371,29.6026,0.0000,29.6026,0.1838,29.4187,0.0000,0.0000,11.0646,18.3541,8777.7567,8777.7567,8777.7567,8777.7567,8777.7567 +936.5000,1.0000,12509.7142,60.2290,60.1380,0.0506,0.0000,5,1321.1120,230.7115,654.9064,-86.9332,31.9181,90.6040,-12.0269,0.1619,26.0309,0.0000,26.0309,5.7253,26.0309,0.7660,0.0000,25.2649,0.0000,25.2649,6.5715,18.6934,0.0000,18.6934,0.0751,18.6184,0.0000,0.0000,11.1228,7.4956,6708.2591,6708.2591,6708.2591,6708.2591,6708.2591 +937.5000,1.0000,12526.4899,60.3825,60.3200,0.0347,0.0000,5,1324.4790,212.7639,622.2319,-87.1329,29.5102,86.3030,-12.0853,0.1115,23.7091,0.0000,23.7091,5.6895,23.7091,0.7569,0.0000,22.9522,0.0000,22.9522,6.5882,16.3640,0.0000,16.3640,0.0517,16.3123,0.0000,0.0000,11.1512,5.1612,6268.5960,6268.5960,6268.5960,6268.5960,6268.5960 +938.5000,1.0000,12543.2604,60.3635,60.4450,-0.0453,0.0000,5,1324.0623,123.6561,614.9885,-87.1082,17.1456,85.2715,-12.0780,-0.1454,11.6346,0.0000,11.6346,5.6564,11.6346,0.6962,0.0000,10.9384,0.0000,10.9384,6.5861,4.3522,0.0000,4.3522,-0.0674,4.4196,0.0000,0.0000,11.1476,-6.7280,3985.6949,3985.6949,3985.6949,3985.6949,3985.6949 +939.5000,1.0000,12559.9529,60.0830,60.2820,-0.1106,0.0000,5,1317.9095,51.3236,576.7899,-86.7433,7.0832,79.6034,-11.9715,-0.3533,1.8166,0.0000,1.8166,5.6199,1.8166,0.6806,0.0000,1.1360,0.0000,1.1360,6.5555,-5.4196,0.0000,-5.4196,-0.1638,-5.2558,0.0000,0.0000,11.0958,-16.3516,2560.8009,2560.8009,2560.8009,2560.8009,2560.8009 +940.5000,1.0000,12576.4780,59.4805,59.8840,-0.2242,0.0000,5,1304.6938,-73.8464,543.0798,-85.9595,-10.0894,74.1995,-11.7444,-0.7091,-14.9650,0.0000,-14.9650,5.5847,-14.9650,0.7121,0.0000,-15.6771,0.0000,-15.6771,6.4898,-22.1669,0.0000,-22.1669,-0.3287,-21.8382,0.0000,0.0000,10.9846,-32.8227,160.8818,160.8818,160.8818,160.8818,160.8818 +941.5000,1.0000,12592.7790,58.6735,59.0770,-0.2242,0.0000,5,1286.9924,-73.0521,484.3828,-84.9096,-9.8455,65.2820,-11.4436,-0.6995,-14.7667,0.0000,-14.7667,5.6207,-14.7667,0.6977,0.0000,-15.4644,0.0000,-15.4644,6.4017,-21.8662,0.0000,-21.8662,-0.3243,-21.5419,0.0000,0.0000,10.8355,-32.3774,149.0127,149.0127,149.0127,149.0127,149.0127 +942.5000,1.0000,12608.8798,57.9530,58.2700,-0.1761,0.0000,5,1271.1884,-20.4842,479.9411,-83.9723,-2.7268,63.8891,-11.1783,-0.5428,-7.6824,0.0000,-7.6824,5.4984,-7.6824,0.6678,0.0000,-8.3502,0.0000,-8.3502,6.3231,-14.6733,0.0000,-14.6733,-0.2516,-14.4217,0.0000,0.0000,10.7025,-25.1242,1220.8088,1220.8088,1220.8088,1220.8088,1220.8088 +943.5000,1.0000,12624.8084,57.3330,57.6360,-0.1683,0.0000,5,1257.5888,-11.8675,498.9968,-83.1658,-1.5629,65.7151,-10.9525,-0.5133,-6.4978,0.0000,-6.4978,5.4483,-6.4978,0.6543,0.0000,-7.1522,0.0000,-7.1522,6.2555,-13.4076,0.0000,-13.4076,-0.2379,-13.1697,0.0000,0.0000,10.5880,-23.7577,1359.8403,1359.8403,1359.8403,1359.8403,1359.8403 +944.5000,1.0000,12640.5635,56.7085,57.0300,-0.1786,0.0000,5,1243.8905,-22.7381,498.9742,-82.3533,-2.9619,64.9963,-10.7273,-0.5387,-7.8761,0.0000,-7.8761,5.4529,-7.8761,0.6473,0.0000,-8.5234,0.0000,-8.5234,6.1873,-14.7107,0.0000,-14.7107,-0.2497,-14.4610,0.0000,0.0000,10.4727,-24.9337,1117.4854,1117.4854,1117.4854,1117.4854,1117.4854 +945.5000,1.0000,12656.1263,56.0160,56.3870,-0.2061,0.0000,5,1228.7006,-53.4399,489.9251,-81.4525,-6.8761,63.0383,-10.4804,-0.6140,-11.6043,0.0000,-11.6043,5.3422,-11.6043,0.6451,0.0000,-12.2493,0.0000,-12.2493,6.1118,-18.3611,0.0000,-18.3611,-0.2847,-18.0765,0.0000,0.0000,10.3448,-28.4212,483.9965,483.9965,483.9965,483.9965,483.9965 +946.5000,1.0000,12671.4747,55.2440,55.6450,-0.2228,0.0000,5,1211.7670,-71.8309,471.3260,-80.4482,-9.1151,59.8094,-10.2085,-0.6545,-13.7321,0.0000,-13.7321,5.2716,-13.7321,0.6376,0.0000,-14.3697,0.0000,-14.3697,6.0276,-20.3973,0.0000,-20.3973,-0.3034,-20.0939,0.0000,0.0000,10.2022,-30.2961,80.5635,80.5635,80.5635,80.5635,80.5635 +947.5000,1.0000,12686.5890,54.4015,54.8430,-0.2453,0.0000,5,1193.2869,40.7657,457.4944,-79.3498,5.0941,57.1688,-9.9156,-0.7097,0.5881,0.0000,0.5881,5.2157,0.5881,0.5881,0.0000,0.0000,0.0000,0.0000,5.9356,-5.9356,17.1939,-23.1296,-0.3290,-22.8006,0.0000,0.0000,10.0466,-32.8472,2113.2230,2113.2230,2113.2230,2113.2230,2113.2230 +948.5000,1.0000,12701.4573,53.5160,53.9600,-0.2467,0.0000,5,1173.8636,40.5990,504.0916,-78.1912,4.9907,61.9663,-9.6118,-0.7021,0.5738,0.0000,0.5738,5.1190,0.5738,0.5738,0.0000,0.0000,0.0000,0.0000,5.8390,-5.8390,17.0989,-22.9379,-0.3255,-22.6124,0.0000,0.0000,9.8831,-32.4955,2097.8399,2097.8399,2097.8399,2097.8399,2097.8399 +949.5000,1.0000,12716.0615,52.5650,53.0720,-0.2817,0.0000,5,1153.0036,39.9068,498.4489,-76.9468,4.8184,60.1838,-9.2907,-0.7874,0.5586,0.0000,0.5586,5.0473,0.5586,0.5586,0.0000,0.0000,0.0000,0.0000,5.7353,-5.7353,21.3693,-27.1045,-0.3650,-26.7395,0.0000,0.0000,9.7075,-36.4470,2073.1303,2073.1303,2073.1303,2073.1303,2073.1303 +950.5000,1.0000,12730.3940,51.5870,52.0580,-0.2617,0.0000,5,1131.5513,40.3195,492.4977,-75.6672,4.7777,58.3589,-8.9662,-0.7179,0.5432,0.0000,0.5432,4.9524,0.5432,0.5432,0.0000,0.0000,0.0000,0.0000,5.6285,-5.6285,18.4065,-24.0350,-0.3328,-23.7022,0.0000,0.0000,9.5268,-33.2290,2065.6658,2065.6658,2065.6658,2065.6658,2065.6658 +951.5000,1.0000,12744.4719,50.6705,51.1160,-0.2475,0.0000,5,1111.4481,40.9269,487.5012,-74.4680,4.7635,56.7405,-8.6674,-0.6670,0.5289,0.0000,0.5289,4.9016,0.5289,0.5289,0.0000,0.0000,0.0000,0.0000,5.5286,-5.5286,16.2947,-21.8232,-0.3092,-21.5140,0.0000,0.0000,9.3576,-30.8716,2051.1404,2051.1404,2051.1404,2051.1404,2051.1404 +952.5000,1.0000,12758.2967,49.7595,50.2250,-0.2586,0.0000,5,1091.4655,40.8987,482.5674,-73.1741,4.6746,55.1565,-8.3637,-0.6844,0.5149,0.0000,0.5149,4.8441,0.5149,0.5149,0.0000,0.0000,0.0000,0.0000,5.4292,-5.4292,17.3764,-22.8055,-0.3173,-22.4883,0.0000,0.0000,9.1893,-31.6776,2004.5364,2004.5364,2004.5364,2004.5364,2004.5364 +953.5000,1.0000,12771.8592,48.8150,49.2940,-0.2661,0.0000,5,1070.7480,40.8784,476.9958,-71.6911,4.5836,53.4848,-8.0386,-0.6909,0.5005,0.0000,0.5005,4.7740,0.5005,0.5005,0.0000,0.0000,0.0000,0.0000,5.3261,-5.3261,17.9568,-23.2829,-0.3203,-22.9627,0.0000,0.0000,9.0149,-31.9776,1956.3915,1956.3915,1956.3915,1956.3915,1956.3915 +954.5000,1.0000,12785.1423,47.8090,48.3360,-0.2928,0.0000,5,1048.6816,40.4444,471.1977,-70.1116,4.4415,51.7458,-7.6995,-0.7444,0.4854,0.0000,0.4854,4.7005,0.4854,0.4854,0.0000,0.0000,0.0000,0.0000,5.2163,-5.2163,20.7566,-25.9729,-0.3451,-25.6278,0.0000,0.0000,8.8291,-34.4570,1897.1707,1897.1707,1897.1707,1897.1707,1897.1707 +955.5000,1.0000,12798.1797,46.9245,47.2820,-0.1986,0.0000,5,1029.2803,-44.1049,465.9136,-68.7228,-4.7539,50.2190,-7.4074,-0.4957,-8.8905,0.0000,-8.8905,4.6323,-8.8905,0.4957,0.0000,-9.3862,0.0000,-9.3862,5.1198,-14.5060,0.0000,-14.5060,-0.2298,-14.2763,0.0000,0.0000,8.6658,-22.9421,369.2128,369.2128,369.2128,369.2128,369.2128 +956.5000,1.0000,12810.9933,46.1190,46.5670,-0.2489,0.0000,5,1011.6118,41.6524,418.2122,-67.4580,4.4125,44.3036,-7.1462,-0.6105,0.4605,0.0000,0.4605,4.5624,0.4605,0.4605,0.0000,0.0000,0.0000,0.0000,5.0319,-5.0319,14.9903,-20.0222,-0.2830,-19.7392,0.0000,0.0000,8.5170,-28.2563,1834.9906,1834.9906,1834.9906,1834.9906,1834.9906 +957.5000,1.0000,12823.5417,45.1645,45.6710,-0.2814,0.0000,5,990.6750,41.1027,454.8181,-67.1603,4.2641,47.1843,-6.9674,-0.6759,0.4467,0.0000,0.4467,4.4933,0.4467,0.4467,0.0000,0.0000,0.0000,0.0000,4.9278,-4.9278,18.3296,-23.2574,-0.3133,-22.9440,0.0000,0.0000,8.3408,-31.2848,1770.3163,1770.3163,1770.3163,1770.3163,1770.3163 +958.5000,1.0000,12835.8434,44.2760,44.6580,-0.2122,0.0000,5,971.1859,-58.5592,445.5275,-68.2751,-5.9556,45.3112,-6.9437,-0.4997,-9.8950,0.0000,-9.8950,4.4391,-9.8950,0.4598,0.0000,-10.3548,0.0000,-10.3548,4.8309,-15.1857,0.0000,-15.1857,-0.2317,-14.9540,0.0000,0.0000,8.1767,-23.1307,52.5073,52.5073,52.5073,52.5073,52.5073 +959.5000,1.0000,12847.9149,43.4475,43.8940,-0.2481,0.0000,5,953.0129,42.9830,384.8917,-69.3147,4.2897,38.4119,-6.9176,-0.5732,0.4223,0.0000,0.4223,4.4406,0.4223,0.4223,0.0000,0.0000,0.0000,0.0000,4.7405,-4.7405,14.0319,-18.7724,-0.2657,-18.5067,0.0000,0.0000,8.0237,-26.5304,1696.1812,1696.1812,1696.1812,1696.1812,1696.1812 +960.5000,1.0000,12859.6390,42.1965,43.0010,-0.4469,0.0000,5,925.5725,38.8463,426.3458,-70.8844,3.7652,41.3239,-6.8705,-1.0030,0.4049,0.0000,0.4049,4.3634,0.4049,0.4049,0.0000,0.0000,0.0000,0.0000,4.6040,-4.6040,34.4941,-39.0981,-0.4650,-38.6331,0.0000,0.0000,7.7927,-46.4258,1536.1075,1536.1075,1536.1075,1536.1075,1536.1075 +961.5000,1.0000,12870.9937,40.8670,41.3920,-0.2917,0.0000,5,896.4101,42.7571,411.2308,-72.6040,4.0137,38.6030,-6.8155,-0.6339,0.3867,0.0000,0.3867,4.2609,0.3867,0.3867,0.0000,0.0000,0.0000,0.0000,4.4589,-4.4589,17.6298,-22.0887,-0.2939,-21.7948,0.0000,0.0000,7.5471,-29.3419,1573.9750,1573.9750,1573.9750,1573.9750,1573.9750 +962.5000,1.0000,12882.0905,39.9385,40.3420,-0.2242,0.0000,5,876.0436,-69.8870,402.6538,-74.0603,-6.4114,36.9391,-6.7942,-0.4762,-10.1260,0.0000,-10.1260,4.1908,-10.1260,0.4005,0.0000,-10.5265,0.0000,-10.5265,4.3576,-14.8841,0.0000,-14.8841,-0.2207,-14.6634,0.0000,0.0000,7.3757,-22.0390,0.0000,0.0000,0.0000,0.0000,0.0000 +963.5000,1.0000,12892.9672,39.1460,39.5350,-0.2161,0.0000,5,858.6603,-60.7363,409.9743,-75.3033,-5.4613,36.8644,-6.7712,-0.4499,-9.1461,0.0000,-9.1461,4.1347,-9.1461,0.3875,0.0000,-9.5336,0.0000,-9.5336,4.2711,-13.8047,0.0000,-13.8047,-0.2086,-13.5961,0.0000,0.0000,7.2293,-20.8254,0.0000,0.0000,0.0000,0.0000,0.0000 +964.5000,1.0000,12903.7609,38.8475,38.7570,0.0503,0.0000,5,852.1128,233.8619,413.1245,-75.7715,20.8682,36.8644,-6.7613,0.1039,16.6796,0.0000,16.6796,4.0848,16.6796,0.4106,0.0000,16.2689,0.0000,16.2689,4.2386,12.0304,0.0000,12.0304,0.0482,11.9822,0.0000,0.0000,7.1742,4.8080,4441.6668,4441.6668,4441.6668,4441.6668,4441.6668 +965.5000,1.0000,12914.5207,38.7253,38.9380,-0.1182,0.0000,0,777.6597,6.1714,471.0417,-81.8941,0.5026,38.3599,-6.6692,-3.6504,0.0000,0.0000,0.0000,4.1530,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.2252,-4.2252,0.0000,-4.2252,-0.1128,-4.1124,0.0000,0.0000,7.1516,-11.2640,991.6676,991.6676,991.6676,991.6676,991.6676 +966.5000,1.0000,12925.3108,38.8343,39.9440,0.1787,0.0000,4,986.1827,433.5978,433.5978,-67.4172,44.7789,44.7789,-6.9624,17.2579,23.3536,0.0000,23.3536,4.1674,29.8544,1.1880,0.0000,28.6663,0.0000,28.6663,4.2371,24.4292,0.0000,24.4292,0.1711,24.2581,0.0000,0.0000,7.1717,17.0863,9028.5103,9028.5103,9028.5103,9028.5103,9028.5103 +967.5000,1.0000,12936.5309,40.3822,41.2720,0.6812,0.0000,4,1310.9484,659.4149,659.4149,-86.3304,90.5259,90.5259,-11.8516,3.2045,83.0619,0.0000,83.0619,4.2595,83.0619,2.2894,0.0000,80.7725,0.0000,80.7725,4.9219,75.8506,0.0000,75.8506,0.6782,75.1724,0.0000,0.0000,7.4576,67.7148,17682.2643,17682.2643,17682.2643,17682.2643,17682.2643 +968.5000,1.0000,12948.5149,43.1325,43.0160,0.8468,0.0000,4,1400.2346,789.5929,789.5929,-91.6258,115.7798,115.7798,-13.4353,4.2549,107.1438,0.0000,107.1438,4.3810,107.1438,2.8397,0.0000,104.3041,0.0000,104.3041,5.5276,98.7765,0.0000,98.7765,0.9005,97.8760,0.0000,0.0000,7.9655,89.9105,22538.6549,22538.6549,22538.6549,22538.6549,22538.6549 +969.5000,1.0000,12961.1583,45.5064,44.8020,0.4720,0.0000,4,1477.2978,492.0321,844.6447,-96.1962,76.1185,130.6684,-14.8818,2.5023,69.1362,0.0000,69.1362,4.4800,69.1362,2.1415,0.0000,66.9947,0.0000,66.9947,5.1861,61.8086,0.0000,61.8086,0.5296,61.2790,0.0000,0.0000,8.4039,52.8751,15063.3400,15063.3400,15063.3400,15063.3400,15063.3400 +970.5000,1.0000,12974.2531,47.1310,46.3560,0.4306,0.0000,4,1530.0385,459.1434,755.2900,-99.3242,73.5664,121.0165,-15.9142,2.3640,66.5893,0.0000,66.5893,4.6131,66.5893,2.1344,0.0000,64.4549,0.0000,64.4549,5.2972,59.1576,0.0000,59.1576,0.5003,58.6573,0.0000,0.0000,8.7039,49.9534,14623.7015,14623.7015,14623.7015,14623.7015,14623.7015 +971.5000,1.0000,12987.7411,48.5470,47.9060,0.3561,0.0000,4,1576.0069,400.0300,753.9923,-102.0505,66.0206,124.4382,-16.8423,2.0140,59.2965,0.0000,59.2965,4.7101,59.2965,2.0277,0.0000,57.2688,0.0000,57.2688,5.3195,51.9493,0.0000,51.9493,0.4262,51.5230,0.0000,0.0000,8.9654,42.5576,13328.3190,13328.3190,13328.3190,13328.3190,13328.3190 +972.5000,1.0000,13001.5960,49.8675,49.1880,0.3775,0.0000,4,1618.8750,417.0608,744.3458,-104.1457,70.7036,126.1876,-17.6556,2.1930,63.6714,0.0000,63.6714,4.8392,63.6714,2.1525,0.0000,61.5189,0.0000,61.5189,5.5046,56.0142,0.0000,56.0142,0.4641,55.5501,0.0000,0.0000,9.2093,46.3408,14247.4802,14247.4802,14247.4802,14247.4802,14247.4802 +973.5000,1.0000,13015.8242,51.2115,50.5470,0.3692,0.0000,4,1662.5059,410.3785,756.3813,-105.6995,71.4457,131.6839,-18.4020,2.2024,64.3035,0.0000,64.3035,4.9398,64.3035,2.2039,0.0000,62.0997,0.0000,62.0997,5.6368,56.4628,0.0000,56.4628,0.4661,55.9967,0.0000,0.0000,9.4575,46.5392,14429.6735,14429.6735,14429.6735,14429.6735,14429.6735 +974.5000,1.0000,13030.3868,52.4155,51.8760,0.2997,0.0000,4,1701.5920,355.6273,761.5305,-107.0914,63.3693,135.6973,-19.0827,1.8302,56.5432,0.0000,56.5432,4.9960,56.5432,2.0840,0.0000,54.4591,0.0000,54.4591,5.7189,48.7402,0.0000,48.7402,0.3873,48.3529,0.0000,0.0000,9.6798,38.6730,12974.2578,12974.2578,12974.2578,12974.2578,12974.2578 +975.5000,1.0000,13045.2407,53.4640,52.9550,0.2828,0.0000,4,1735.6300,342.4530,754.5675,-108.3036,62.2425,137.1462,-19.6847,1.7612,55.3884,0.0000,55.3884,5.0929,55.3884,2.0923,0.0000,53.2961,0.0000,53.2961,5.8333,47.4628,0.0000,47.4628,0.3727,47.0900,0.0000,0.0000,9.8735,37.2165,12763.9272,12763.9272,12763.9272,12763.9272,12763.9272 +976.5000,1.0000,13060.1769,53.7603,53.9730,-0.1182,0.0000,0,1709.2517,3.8470,749.0658,-107.3642,0.6886,134.0771,-19.2174,-4.5033,0.0000,0.0000,0.0000,5.1919,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.8657,-5.8657,0.0000,-5.8657,-0.1566,-5.7091,0.0000,0.0000,9.9282,-15.6373,2738.5534,2738.5534,2738.5534,2738.5534,2738.5534 +977.5000,1.0000,13075.2966,54.4209,54.8740,0.4852,0.0000,5,1439.6085,564.8446,564.8446,-93.9610,85.1534,85.1534,-14.1651,-20.0456,99.9549,0.0000,99.9549,5.2441,82.8819,0.9574,0.0000,81.9245,0.0000,81.9245,6.2291,75.6954,0.0000,75.6954,0.6510,75.0444,0.0000,0.0000,10.0502,64.9943,16656.2495,16656.2495,16656.2495,16656.2495,16656.2495 +978.5000,1.0000,13090.8736,56.0671,55.8480,0.4294,0.0000,5,1229.8213,653.0404,793.3962,-81.5189,84.1028,102.1788,-10.4985,1.2804,77.4672,0.0000,77.4672,5.3552,77.4672,0.9559,0.0000,76.5112,0.0000,76.5112,6.2991,70.2121,0.0000,70.2121,0.5936,69.6186,0.0000,0.0000,10.3542,59.2643,16452.4760,16452.4760,16452.4760,16452.4760,16452.4760 +979.5000,1.0000,13106.8050,57.3430,56.8400,0.2794,0.0000,5,1257.8081,484.6099,785.5502,-83.1788,63.8315,103.4706,-10.9561,0.8522,57.5643,0.0000,57.5643,5.4150,57.5643,0.8767,0.0000,56.6877,0.0000,56.6877,6.2566,50.4311,0.0000,50.4311,0.3951,50.0360,0.0000,0.0000,10.5898,39.4462,12697.6248,12697.6248,12697.6248,12697.6248,12697.6248 +980.5000,1.0000,13122.9891,58.2530,57.8460,0.2261,0.0000,5,1277.7688,425.1211,717.9882,-84.3626,56.8845,96.0723,-11.2884,0.7005,50.7198,0.0000,50.7198,5.4641,50.7198,0.8571,0.0000,49.8627,0.0000,49.8627,6.3559,43.5068,0.0000,43.5068,0.3247,43.1821,0.0000,0.0000,10.7579,32.4242,11352.1496,11352.1496,11352.1496,11352.1496,11352.1496 +981.5000,1.0000,13139.3890,59.0295,58.6600,0.2053,0.0000,5,1294.8012,402.3816,695.9308,-85.3727,54.5594,94.3621,-11.5758,0.6445,48.3275,0.0000,48.3275,5.5875,48.3275,0.8577,0.0000,47.4697,0.0000,47.4697,6.4406,41.0292,0.0000,41.0292,0.2988,40.7304,0.0000,0.0000,10.9013,29.8291,10939.8051,10939.8051,10939.8051,10939.8051,10939.8051 +982.5000,1.0000,13155.9658,59.6665,59.3990,0.1486,0.0000,5,1308.7737,339.3478,689.1058,-86.2014,46.5091,94.4450,-11.8143,0.4716,40.4040,0.0000,40.4040,5.6335,40.4040,0.8285,0.0000,39.5755,0.0000,39.5755,6.5101,33.0654,0.0000,33.0654,0.2186,32.8468,0.0000,0.0000,11.0189,21.8279,9432.1678,9432.1678,9432.1678,9432.1678,9432.1678 +983.5000,1.0000,13172.6123,59.9175,59.9340,-0.0092,0.0000,5,1314.2793,164.2473,664.9285,-86.5280,22.6055,91.5148,-11.9089,-0.0292,16.9526,0.0000,16.9526,5.6822,16.9526,0.7154,0.0000,16.2372,0.0000,16.2372,6.5375,9.6997,0.0000,9.6997,-0.0135,9.7132,0.0000,0.0000,11.0653,-1.3521,4976.0077,4976.0077,4976.0077,4976.0077,4976.0077 +984.5000,1.0000,13189.1804,59.6350,59.9010,-0.1478,0.0000,5,1308.0827,10.9302,591.4003,-86.1604,1.4972,81.0113,-11.8024,-0.4687,-3.7049,0.0000,-3.7049,5.6708,-3.7049,0.6866,0.0000,-4.3915,0.0000,-4.3915,6.5066,-10.8982,0.0000,-10.8982,-0.2173,-10.6809,0.0000,0.0000,11.0131,-21.6940,1881.7851,1881.7851,1881.7851,1881.7851,1881.7851 +985.5000,1.0000,13205.6379,59.2370,59.3690,-0.0733,0.0000,5,1299.3527,92.9110,524.4108,-85.6427,12.6422,71.3555,-11.6532,-0.2310,7.2579,0.0000,7.2579,5.6153,7.2579,0.6558,0.0000,6.6021,0.0000,6.6021,6.4632,0.1389,0.0000,0.1389,-0.1071,0.2460,0.0000,0.0000,10.9396,-10.6936,3185.7522,3185.7522,3185.7522,3185.7522,3185.7522 +986.5000,1.0000,13222.0541,59.0885,59.1050,-0.0092,0.0000,5,1296.0954,164.2870,558.1988,-85.4495,22.2981,75.7625,-11.5978,-0.0288,16.7131,0.0000,16.7131,5.6138,16.7131,0.7006,0.0000,16.0125,0.0000,16.0125,6.4470,9.5655,0.0000,9.5655,-0.0134,9.5788,0.0000,0.0000,10.9122,-1.3333,4907.5759,4907.5759,4907.5759,4907.5759,4907.5759 +987.5000,1.0000,13238.4975,59.1860,59.0720,0.0633,0.0000,5,1298.2340,245.0919,588.6514,-85.5763,33.3204,80.0276,-11.6342,0.1994,27.4637,0.0000,27.4637,5.6574,27.4637,0.7560,0.0000,26.7077,0.0000,26.7077,6.4577,20.2500,0.0000,20.2500,0.0924,20.1576,0.0000,0.0000,10.9302,9.2274,6961.1220,6961.1220,6961.1220,6961.1220,6961.1220 +988.5000,1.0000,13255.0376,59.5345,59.3000,0.1303,0.0000,5,1305.8783,319.1474,623.8612,-86.0297,43.6438,85.3138,-11.7647,0.4125,37.5865,0.0000,37.5865,5.6448,37.5865,0.8123,0.0000,36.7742,0.0000,36.7742,6.4957,30.2785,0.0000,30.2785,0.1912,30.0873,0.0000,0.0000,10.9945,19.0927,8896.0150,8896.0150,8896.0150,8896.0150,8896.0150 +989.5000,1.0000,13271.7291,60.0795,59.7690,0.1725,0.0000,5,1317.8328,366.1428,656.5702,-86.7387,50.5288,90.6087,-11.9702,0.5512,44.2726,0.0000,44.2726,5.7051,44.2726,0.8547,0.0000,43.4179,0.0000,43.4179,6.5551,36.8627,0.0000,36.8627,0.2555,36.6072,0.0000,0.0000,11.0952,25.5120,10178.0026,10178.0026,10178.0026,10178.0026,10178.0026 +990.5000,1.0000,13288.6001,60.7255,60.3900,0.1864,0.0000,5,1332.0027,381.0918,678.1828,-87.5791,53.1573,94.5977,-12.2161,0.6020,46.8601,0.0000,46.8601,5.6953,46.8601,0.8784,0.0000,45.9817,0.0000,45.9817,6.6256,39.3561,0.0000,39.3561,0.2791,39.0770,0.0000,0.0000,11.2145,27.8625,10679.9082,10679.9082,10679.9082,10679.9082,10679.9082 +991.5000,1.0000,13305.6597,61.4045,61.0610,0.1908,0.0000,5,1346.8964,386.2849,686.7860,-88.4624,54.4842,96.8689,-12.4773,0.6232,48.0702,0.0000,48.0702,5.7908,48.0702,0.8958,0.0000,47.1744,0.0000,47.1744,6.6997,40.4747,0.0000,40.4747,0.2889,40.1858,0.0000,0.0000,11.3399,28.8459,10950.4628,10950.4628,10950.4628,10950.4628,10950.4628 +992.5000,1.0000,13322.8977,62.0470,61.7480,0.1661,0.0000,5,1360.9895,359.1337,691.4435,-89.2982,51.1846,98.5462,-12.7270,0.5482,44.7441,0.0000,44.7441,5.8924,44.7441,0.8900,0.0000,43.8541,0.0000,43.8541,6.7698,37.0843,0.0000,37.0843,0.2541,36.8302,0.0000,0.0000,11.4585,25.3717,10324.0394,10324.0394,10324.0394,10324.0394,10324.0394 +993.5000,1.0000,13340.2979,62.6305,62.3460,0.1581,0.0000,5,1373.7885,349.4473,683.1964,-90.0573,50.2725,98.2865,-12.9559,0.5265,43.9078,0.0000,43.9078,5.8381,43.9078,0.8957,0.0000,43.0121,0.0000,43.0121,6.8335,36.1786,0.0000,36.1786,0.2441,35.9346,0.0000,0.0000,11.5663,24.3683,10167.1574,10167.1574,10167.1574,10167.1574,10167.1574 +994.5000,1.0000,13357.8504,63.1790,62.9150,0.1467,0.0000,5,1385.8197,337.0686,681.7845,-90.7709,48.9163,98.9424,-13.1729,0.4928,42.4978,0.0000,42.4978,5.9256,42.4978,0.8980,0.0000,41.5998,0.0000,41.5998,6.8933,34.7065,0.0000,34.7065,0.2285,34.4780,0.0000,0.0000,11.6676,22.8104,9929.6027,9929.6027,9929.6027,9929.6027,9929.6027 +995.5000,1.0000,13375.5141,63.5795,63.4430,0.0758,0.0000,5,1394.6046,258.9609,679.0202,-91.2919,37.8193,99.1659,-13.3325,0.2564,31.5163,0.0000,31.5163,6.0466,31.5163,0.8500,0.0000,30.6663,0.0000,30.6663,6.9370,23.7292,0.0000,23.7292,0.1189,23.6104,0.0000,0.0000,11.7416,11.8688,7876.0389,7876.0389,7876.0389,7876.0389,7876.0389 +996.5000,1.0000,13393.2243,63.7465,63.7160,0.0169,0.0000,5,1398.2677,207.9918,649.9861,-91.5091,30.4555,95.1750,-13.3993,0.0574,22.2197,0.0000,22.2197,8.1784,22.2197,0.8064,0.0000,21.4132,0.0000,21.4132,6.9552,14.4580,0.0000,14.4580,0.0266,14.4314,0.0000,0.0000,11.7724,2.6590,6510.4346,6510.4346,6510.4346,6510.4346,6510.4346 +997.5000,1.0000,13410.9523,63.8110,63.7770,0.0189,0.0000,5,1399.6825,210.1993,630.7258,-91.5930,30.8098,92.4483,-13.4252,0.0641,22.5526,0.0000,22.5526,8.1931,22.5526,0.8092,0.0000,21.7434,0.0000,21.7434,6.9623,14.7811,0.0000,14.7811,0.0297,14.7514,0.0000,0.0000,11.7843,2.9671,6580.0270,6580.0270,6580.0270,6580.0270,6580.0270 +998.5000,1.0000,13428.7043,63.8970,63.8450,0.0289,0.0000,5,1401.5689,221.3665,632.0145,-91.7049,32.4904,92.7620,-13.4597,0.0982,24.1802,0.0000,24.1802,8.2120,24.1802,0.8188,0.0000,23.3614,0.0000,23.3614,6.9717,16.3897,0.0000,16.3897,0.0455,16.3442,0.0000,0.0000,11.8002,4.5440,6894.3364,6894.3364,6894.3364,6894.3364,6894.3364 +999.5000,1.0000,13446.4919,64.0255,63.9490,0.0425,0.0000,5,1404.3876,236.5091,636.9538,-91.8721,34.7827,93.6750,-13.5114,0.1447,26.4073,0.0000,26.4073,8.2307,26.4073,0.8322,0.0000,25.5751,0.0000,25.5751,6.9857,18.5894,0.0000,18.5894,0.0671,18.5223,0.0000,0.0000,11.8239,6.6984,7321.0593,7321.0593,7321.0593,7321.0593,7321.0593 +1000.5000,1.0000,13464.3338,64.2210,64.1020,0.0661,0.0000,5,1408.6758,262.7137,643.7079,-92.1264,38.7545,94.9573,-13.5901,0.2258,30.2782,0.0000,30.2782,8.2505,30.2782,0.8549,0.0000,29.4233,0.0000,29.4233,7.0070,22.4163,0.0000,22.4163,0.1047,22.3116,0.0000,0.0000,11.8600,10.4516,8056.6267,8056.6267,8056.6267,8056.6267,8056.6267 +1001.5000,1.0000,13482.2568,64.5125,64.3400,0.0958,0.0000,5,1415.0698,296.2455,655.0667,-92.5056,43.8994,97.0716,-13.7080,0.3288,35.2089,0.0000,35.2089,8.3617,35.2089,0.8846,0.0000,34.3242,0.0000,34.3242,7.0388,27.2854,0.0000,27.2854,0.1524,27.1330,0.0000,0.0000,11.9139,15.2191,9025.0487,9025.0487,9025.0487,9025.0487,9025.0487 +1002.5000,1.0000,13500.2737,64.8510,64.6850,0.0922,0.0000,5,1422.4947,291.3765,669.3671,-92.9460,43.4044,99.7111,-13.8455,0.3181,34.8106,0.0000,34.8106,8.2757,34.8106,0.8886,0.0000,33.9221,0.0000,33.9221,7.0758,26.8463,0.0000,26.8463,0.1475,26.6989,0.0000,0.0000,11.9764,14.7225,8933.7175,8933.7175,8933.7175,8933.7175,8933.7175 +1003.5000,1.0000,13518.3884,65.2030,65.0170,0.1033,0.0000,5,1430.2158,303.5572,669.2209,-93.4039,45.4643,100.2304,-13.9893,0.3583,36.8122,0.0000,36.8122,8.2938,36.8122,0.9047,0.0000,35.9075,0.0000,35.9075,7.1142,28.7933,0.0000,28.7933,0.1661,28.6272,0.0000,0.0000,12.0414,16.5858,9337.3832,9337.3832,9337.3832,9337.3832,9337.3832 +1004.5000,1.0000,13536.5951,65.5340,65.3890,0.0806,0.0000,5,1437.4762,263.7072,675.4144,-93.8345,39.6964,101.6716,-14.1251,0.2808,33.2713,0.0000,33.2713,6.1444,33.2713,0.8929,0.0000,32.3784,0.0000,32.3784,7.1503,25.2281,0.0000,25.2281,0.1302,25.0980,0.0000,0.0000,12.1025,12.9955,8226.9313,8226.9313,8226.9313,8226.9313,8226.9313 +1005.5000,1.0000,13554.9287,65.9910,65.6790,0.1733,0.0000,5,1447.5004,366.9092,662.7607,-94.4290,55.6168,100.4625,-14.3137,0.6083,48.8053,0.0000,48.8053,6.2032,48.8053,0.9786,0.0000,47.8267,0.0000,47.8267,7.2001,40.6265,0.0000,40.6265,0.2820,40.3445,0.0000,0.0000,12.1869,28.1576,11228.4812,11228.4812,11228.4812,11228.4812,11228.4812 +1006.5000,1.0000,13573.4590,66.6990,66.3030,0.2200,0.0000,5,1463.0303,418.7871,703.3372,-95.3501,64.1616,107.7570,-14.6084,0.7804,57.1115,0.0000,57.1115,6.2697,57.1115,1.0327,0.0000,56.0788,0.0000,56.0788,7.2774,48.8014,0.0000,48.8014,0.3618,48.4396,0.0000,0.0000,12.3177,36.1220,12846.1361,12846.1361,12846.1361,12846.1361,12846.1361 +1007.5000,1.0000,13592.2918,67.7880,67.0950,0.3850,0.0000,5,1486.9173,602.4196,725.6638,-96.7668,93.8025,112.9928,-15.0675,1.3880,86.1070,0.0000,86.1070,6.3075,86.1070,1.1973,0.0000,84.9098,0.0000,84.9098,7.5020,77.4077,0.0000,77.4077,0.6435,76.7643,0.0000,0.0000,12.5188,64.2455,18320.2847,18320.2847,18320.2847,18320.2847,18320.2847 +1008.5000,1.0000,13611.5145,69.1920,68.4810,0.3950,0.0000,5,1517.7138,614.2934,792.7110,-98.5932,97.6325,125.9892,-15.6699,1.4536,89.6555,0.0000,89.6555,6.5234,89.6555,1.2406,0.0000,88.4149,0.0000,88.4149,7.6836,80.7313,0.0000,80.7313,0.6738,80.0575,0.0000,0.0000,12.7781,67.2794,19101.4109,19101.4109,19101.4109,19101.4109,19101.4109 +1009.5000,1.0000,13631.0195,70.2080,69.9030,0.1694,0.0000,5,1539.9996,362.5394,800.5727,-99.9150,58.4661,129.1071,-16.1131,0.6327,51.2715,0.0000,51.2715,6.5619,51.2715,1.0674,0.0000,50.2041,0.0000,50.2041,7.6602,42.5438,0.0000,42.5438,0.2933,42.2505,0.0000,0.0000,12.9657,29.2849,11840.8581,11840.8581,11840.8581,11840.8581,11840.8581 +1010.5000,1.0000,13650.7129,70.8860,70.5130,0.2072,0.0000,5,1554.8714,404.9997,721.5345,-100.7970,65.9444,117.4844,-16.4123,0.7812,58.4631,0.0000,58.4631,6.7001,58.4631,1.1160,0.0000,57.3471,0.0000,57.3471,7.7342,49.6129,0.0000,49.6129,0.3622,49.2507,0.0000,0.0000,13.0909,36.1598,13287.8286,13287.8286,13287.8286,13287.8286,13287.8286 +1011.5000,1.0000,13670.5697,71.4745,71.2590,0.1197,0.0000,5,1567.7800,307.7862,738.1905,-101.5626,50.5316,121.1943,-16.6743,0.4551,43.3250,0.0000,43.3250,6.7515,43.3250,1.0513,0.0000,42.2737,0.0000,42.2737,7.7984,34.4752,0.0000,34.4752,0.2110,34.2643,0.0000,0.0000,13.1996,21.0647,10409.4859,10409.4859,10409.4859,10409.4859,10409.4859 +1012.5000,1.0000,13690.4527,71.5690,71.6900,-0.0672,0.0000,5,1569.8528,100.5900,708.2748,-101.6855,16.5364,116.4366,-16.7165,-0.2559,9.9502,0.0000,9.9502,6.8421,9.9502,0.8862,0.0000,9.0640,0.0000,9.0640,7.8087,1.2553,0.0000,1.2553,-0.1186,1.3739,0.0000,0.0000,13.2170,-11.8431,4195.5416,4195.5416,4195.5416,4195.5416,4195.5416 +1013.5000,1.0000,13710.1682,70.9655,71.4480,-0.2681,0.0000,5,1556.6152,35.6642,637.5716,-100.9004,5.8136,103.9295,-16.4476,-1.0117,0.8841,0.0000,0.8841,5.9412,0.8841,0.8841,0.0000,0.0000,0.0000,0.0000,7.7429,-7.7429,26.4481,-34.1910,-0.4690,-33.7220,0.0000,0.0000,13.1056,-46.8275,2934.3466,2934.3466,2934.3466,2934.3466,2934.3466 +1014.5000,1.0000,13729.6119,69.9875,70.4830,-0.2753,0.0070,5,1535.1629,30.4411,608.5881,-99.6281,4.8938,97.8378,-16.0164,-1.0247,0.8651,0.0000,0.8651,5.0533,0.8651,0.8651,0.0000,0.0000,0.0000,0.0000,7.6362,-7.6362,27.2221,-34.8582,-0.4750,-34.3832,0.1183,0.0000,12.9250,-47.4265,2792.4865,2792.4865,2792.4865,2792.4865,2792.4865 +1015.5000,1.0000,13748.7451,68.8695,69.4920,-0.3458,0.0110,5,1510.6398,28.6158,598.2813,-98.1737,4.5268,94.6444,-15.5305,-1.2667,0.8436,0.0000,0.8436,4.9500,0.8436,0.8436,0.0000,0.0000,0.0000,0.0000,7.5142,-7.5142,38.8021,-46.3163,-0.5872,-45.7290,0.1829,0.0000,12.7185,-58.6304,2704.7733,2704.7733,2704.7733,2704.7733,2704.7733 +1016.5000,1.0000,13767.5290,67.6120,68.2470,-0.3528,0.0110,5,1483.0568,28.7223,588.2784,-96.5378,4.4607,91.3628,-14.9928,-1.2686,0.8197,0.0000,0.8197,4.9095,0.8197,0.8197,0.0000,0.0000,0.0000,0.0000,7.3770,-7.3770,39.2610,-46.6380,-0.5881,-46.0499,0.1795,0.0000,12.4863,-58.7157,2631.5148,2631.5148,2631.5148,2631.5148,2631.5148 +1017.5000,1.0000,13785.9969,66.4745,66.9770,-0.2792,0.0040,5,1458.1059,29.7049,580.0376,-95.0580,4.5357,88.5674,-14.5146,-0.9870,0.7984,0.0000,0.7984,4.7243,0.7984,0.7984,0.0000,0.0000,0.0000,0.0000,7.2529,-7.2529,26.5465,-33.7994,-0.4575,-33.3419,0.0642,0.0000,12.2762,-45.6823,2583.1901,2583.1901,2583.1901,2583.1901,2583.1901 +1018.5000,1.0000,13804.3363,66.0120,65.9720,0.0222,0.0000,5,1447.9611,188.9861,576.9958,-94.4563,28.6560,87.4899,-14.3224,0.0780,23.8949,0.0000,23.8949,4.6831,23.8949,0.8544,0.0000,23.0405,0.0000,23.0405,7.2024,15.8381,0.0000,15.8381,0.0362,15.8019,0.0000,0.0000,12.1908,3.6111,6226.8376,6226.8376,6226.8376,6226.8376,6226.8376 +1019.5000,1.0000,13822.7316,66.2130,66.0520,0.0894,0.0000,5,1452.3700,263.5484,636.8403,-94.7178,40.0836,96.8582,-14.4058,0.3150,35.0912,0.0000,35.0912,4.6774,35.0912,0.9140,0.0000,34.1772,0.0000,34.1772,7.2244,26.9529,0.0000,26.9529,0.1460,26.8068,0.0000,0.0000,12.2279,14.5789,8325.0503,8325.0503,8325.0503,8325.0503,8325.0503 +1020.5000,1.0000,13841.2776,66.7555,66.3740,0.2119,0.0000,5,1464.2696,399.2808,666.5954,-95.4236,61.2249,102.2144,-14.6321,0.7525,55.8165,0.0000,55.8165,4.6559,55.8165,1.0273,0.0000,54.7893,0.0000,54.7893,7.2836,47.5057,0.0000,47.5057,0.3488,47.1569,0.0000,0.0000,12.3281,34.8288,12331.8616,12331.8616,12331.8616,12331.8616,12331.8616 +1021.5000,1.0000,13860.0701,67.6430,67.1370,0.2811,0.0000,5,1483.7368,476.4740,718.6398,-96.5781,74.0329,111.6598,-15.0060,1.0113,68.2557,0.0000,68.2557,4.7659,68.2557,1.1054,0.0000,67.1503,0.0000,67.1503,7.3804,59.7699,0.0000,59.7699,0.4688,59.3011,0.0000,0.0000,12.4920,46.8091,14686.5234,14686.5234,14686.5234,14686.5234,14686.5234 +1022.5000,1.0000,13879.1429,68.6520,68.1490,0.2794,0.0000,5,1505.8690,474.6915,749.2488,-97.8907,74.8561,118.1522,-15.4368,1.0203,68.9948,0.0000,68.9948,4.8410,68.9948,1.1274,0.0000,67.8674,0.0000,67.8674,7.4905,60.3770,0.0000,60.3770,0.4730,59.9040,0.0000,0.0000,12.6783,47.2256,14859.9320,14859.9320,14859.9320,14859.9320,14859.9320 +1023.5000,1.0000,13898.5559,69.8770,69.1550,0.4011,0.0000,5,1532.7391,610.3991,752.8189,-99.4844,97.9740,120.8335,-15.9680,1.4907,91.6312,0.0000,91.6312,4.8521,91.6312,1.2631,0.0000,90.3681,0.0000,90.3681,7.7758,82.5923,0.0000,82.5923,0.6910,81.9012,0.0000,0.0000,12.9046,68.9967,19196.1379,19196.1379,19196.1379,19196.1379,19196.1379 +1024.5000,1.0000,13918.2858,71.0175,70.5990,0.2325,0.0000,5,1557.7558,422.1853,801.1481,-100.9681,68.8702,130.6895,-16.4707,0.8782,63.0582,0.0000,63.0582,4.9338,63.0582,1.1414,0.0000,61.9168,0.0000,61.9168,7.7486,54.1682,0.0000,54.1682,0.4071,53.7612,0.0000,0.0000,13.1152,40.6460,13804.9747,13804.9747,13804.9747,13804.9747,13804.9747 +1025.5000,1.0000,13938.2016,71.6870,71.4360,0.1394,0.0000,5,1572.4411,318.8641,744.4844,-101.8390,52.5060,122.5910,-16.7694,0.5317,46.9882,0.0000,46.9882,4.9861,46.9882,1.0737,0.0000,45.9146,0.0000,45.9146,7.8216,38.0930,0.0000,38.0930,0.2465,37.8465,0.0000,0.0000,13.2388,24.6077,10767.7287,10767.7287,10767.7287,10767.7287,10767.7287 +1026.5000,1.0000,13958.2948,72.3255,71.9380,0.2153,0.0000,5,1586.4465,403.2676,715.1711,-102.6696,66.9958,118.8130,-17.0567,0.8281,61.1166,0.0000,61.1166,5.0511,61.1166,1.1564,0.0000,59.9602,0.0000,59.9602,7.8913,52.0689,0.0000,52.0689,0.3839,51.6851,0.0000,0.0000,13.3567,38.3283,13511.3477,13511.3477,13511.3477,13511.3477,13511.3477 +1027.5000,1.0000,13978.6009,73.0920,72.7130,0.2106,0.0000,5,1603.2596,397.6893,744.7356,-103.5896,66.7692,125.0359,-17.3920,0.8185,60.9074,0.0000,60.9074,5.0433,60.9074,1.1699,0.0000,59.7375,0.0000,59.7375,7.9749,51.7626,0.0000,51.7626,0.3794,51.3832,0.0000,0.0000,13.4983,37.8849,13487.6365,13487.6365,13487.6365,13487.6365,13487.6365 +1028.5000,1.0000,13998.9532,73.2583,73.4710,-0.1182,0.0000,0,1595.2462,21.3081,743.3919,-103.1915,3.5596,124.1864,-17.2385,-1.5995,0.0000,0.0000,0.0000,5.1591,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,7.9931,-7.9931,0.0000,-7.9931,-0.2134,-7.7796,0.0000,0.0000,13.5290,-21.3086,2777.1165,2777.1165,2777.1165,2777.1165,2777.1165 +1029.5000,1.0000,14019.3949,73.5800,74.3100,0.2969,0.0000,6,1381.2091,554.0336,554.0336,-90.4974,80.1354,80.1354,-13.0895,-16.7700,91.7126,0.0000,91.7126,5.1928,78.0180,2.0902,0.0000,75.9278,0.0000,75.9278,8.0282,67.8996,0.0000,67.8996,0.5386,67.3610,0.0000,0.0000,13.5884,53.7726,15719.3841,15719.3841,15719.3841,15719.3841,15719.3841 +1030.5000,1.0000,14040.1660,74.7661,75.0610,0.3621,0.0000,6,1193.9060,781.5312,781.5312,-79.3868,97.7114,97.7114,-9.9254,0.7631,91.7012,0.0000,91.7012,5.2471,91.7012,2.3771,0.0000,89.3241,0.0000,89.3241,8.2094,81.1147,0.0000,81.1147,0.6674,80.4473,0.0000,0.0000,13.8075,66.6398,19036.0388,19036.0388,19036.0388,19036.0388,19036.0388 +1031.5000,1.0000,14061.1863,75.6629,75.6450,0.1362,0.0000,6,1208.2269,434.0889,841.8021,-80.2382,54.9232,106.5092,-10.1522,0.2904,49.3830,0.0000,49.3830,5.2498,49.3830,1.5409,0.0000,47.8421,0.0000,47.8421,8.2554,39.5867,0.0000,39.5867,0.2540,39.3327,0.0000,0.0000,13.9731,25.3596,10977.0666,10977.0666,10977.0666,10977.0666,10977.0666 +1032.5000,1.0000,14082.2984,75.9935,75.9080,0.0475,0.0000,6,1213.5057,298.0992,689.6751,-80.5513,37.8818,87.6426,-10.2363,0.1017,32.5076,0.0000,32.5076,5.2725,32.5076,1.2071,0.0000,31.3005,0.0000,31.3005,8.2915,23.0090,0.0000,23.0090,0.0890,22.9200,0.0000,0.0000,14.0341,8.8859,7742.6854,7742.6854,7742.6854,7742.6854,7742.6854 +1033.5000,1.0000,14103.4757,76.2285,76.0790,0.0831,0.0000,6,1217.2583,352.3062,629.8623,-80.7738,44.9088,80.2892,-10.2963,0.1785,39.4854,0.0000,39.4854,5.2450,39.4854,1.3493,0.0000,38.1361,0.0000,38.1361,8.3171,29.8189,0.0000,29.8189,0.1561,29.6628,0.0000,0.0000,14.0775,15.5853,9061.3499,9061.3499,9061.3499,9061.3499,9061.3499 +1034.5000,1.0000,14124.7367,76.5295,76.3780,0.0842,0.0000,6,1222.0648,354.0637,654.6534,-81.0589,45.3111,83.7788,-10.3735,0.1816,39.8583,0.0000,39.8583,5.2712,39.8583,1.3602,0.0000,38.4981,0.0000,38.4981,8.3500,30.1481,0.0000,30.1481,0.1588,29.9893,0.0000,0.0000,14.1331,15.8562,9135.2096,9135.2096,9135.2096,9135.2096,9135.2096 +1035.5000,1.0000,14146.1430,77.0525,76.6810,0.2064,0.0000,6,1230.4164,541.7560,656.3439,-81.5542,69.8047,84.5692,-10.5082,0.4483,64.0257,0.0000,64.0257,5.3307,64.0257,1.8495,0.0000,62.1762,0.0000,62.1762,8.4070,53.7691,0.0000,53.7691,0.3921,53.3770,0.0000,0.0000,14.2297,39.1473,13818.2940,13818.2940,13818.2940,13818.2940,13818.2940 +1036.5000,1.0000,14167.7320,77.7105,77.4240,0.1592,0.0000,6,1240.9237,469.4889,739.6478,-82.1774,61.0097,96.1167,-10.6789,0.3486,55.2650,0.0000,55.2650,5.3960,55.2650,1.6819,0.0000,53.5832,0.0000,53.5832,8.4788,45.1043,0.0000,45.1043,0.3050,44.7994,0.0000,0.0000,14.3512,30.4482,12129.6809,12129.6809,12129.6809,12129.6809,12129.6809 +1037.5000,1.0000,14189.4853,78.3020,77.9970,0.1694,0.0000,6,1250.3691,485.0276,709.5677,-82.7376,63.5087,92.9096,-10.8335,0.3740,57.7299,0.0000,57.7299,5.4048,57.7299,1.7380,0.0000,55.9919,0.0000,55.9919,8.5434,47.4486,0.0000,47.4486,0.3271,47.1214,0.0000,0.0000,14.4604,32.6610,12631.9677,12631.9677,12631.9677,12631.9677,12631.9677 +1038.5000,1.0000,14211.3952,78.8655,78.6070,0.1436,0.0000,6,1259.3674,445.5291,717.5415,-83.2712,58.7567,94.6298,-10.9819,0.3192,52.9789,0.0000,52.9789,5.4585,52.9789,1.6496,0.0000,51.3293,0.0000,51.3293,8.6048,42.7245,0.0000,42.7245,0.2792,42.4453,0.0000,0.0000,14.5645,27.8807,11694.8344,11694.8344,11694.8344,11694.8344,11694.8344 +1039.5000,1.0000,14233.4153,79.2625,79.1240,0.0769,0.0000,6,1265.7069,343.4858,701.8217,-83.6472,45.5272,93.0226,-11.0870,0.1719,39.8410,0.0000,39.8410,5.5142,39.8410,1.3914,0.0000,38.4496,0.0000,38.4496,8.6482,29.8014,0.0000,29.8014,0.1504,29.6511,0.0000,0.0000,14.6378,15.0132,9190.3684,9190.3684,9190.3684,9190.3684,9190.3684 +1040.5000,1.0000,14255.5102,79.5315,79.4010,0.0725,0.0000,6,1270.0024,336.6817,658.9271,-83.9020,44.7768,87.6336,-11.1585,0.1625,39.0806,0.0000,39.0806,5.5336,39.0806,1.3794,0.0000,37.7012,0.0000,37.7012,8.6775,29.0237,0.0000,29.0237,0.1422,28.8816,0.0000,0.0000,14.6875,14.1941,9052.5047,9052.5047,9052.5047,9052.5047,9052.5047 +1041.5000,1.0000,14277.6789,79.7975,79.6620,0.0753,0.0000,6,1274.2500,341.2230,656.7583,-84.1539,45.5325,87.6373,-11.2294,0.1693,39.7748,0.0000,39.7748,5.5884,39.7748,1.3964,0.0000,38.3784,0.0000,38.3784,8.7065,29.6719,0.0000,29.6719,0.1481,29.5238,0.0000,0.0000,14.7366,14.7872,9204.5669,9204.5669,9204.5669,9204.5669,9204.5669 +1042.5000,1.0000,14299.9131,80.0330,79.9330,0.0556,0.0000,6,1278.0106,310.8596,659.4169,-84.3769,41.6033,88.2517,-11.2924,0.1253,35.8886,0.0000,35.8886,5.5893,35.8886,1.3214,0.0000,34.5672,0.0000,34.5672,8.7322,25.8350,0.0000,25.8350,0.1096,25.7254,0.0000,0.0000,14.7801,10.9453,8479.1187,8479.1187,8479.1187,8479.1187,8479.1187 +1043.5000,1.0000,14322.1942,80.2020,80.1330,0.0383,0.0000,6,1280.7093,284.5886,647.0597,-84.5370,38.1678,86.7808,-11.3377,0.0867,32.4608,0.0000,32.4608,5.6203,32.4608,1.2549,0.0000,31.2060,0.0000,31.2060,8.7507,22.4553,0.0000,22.4553,0.0758,22.3795,0.0000,0.0000,14.8113,7.5682,7847.2276,7847.2276,7847.2276,7847.2276,7847.2276 +1044.5000,1.0000,14344.5139,80.3410,80.2710,0.0389,0.0000,6,1282.9290,285.6209,636.3284,-84.6686,38.3726,85.4894,-11.3751,0.0881,32.6309,0.0000,32.6309,5.6536,32.6309,1.2599,0.0000,31.3710,0.0000,31.3710,8.7658,22.6052,0.0000,22.6052,0.0770,22.5282,0.0000,0.0000,14.8370,7.6912,7888.2221,7888.2221,7888.2221,7888.2221,7888.2221 +1045.5000,1.0000,14366.8417,80.3700,80.4110,-0.0228,0.0000,6,1283.3920,191.4059,637.0246,-84.6961,25.7243,85.6139,-11.3829,-0.0516,20.0688,0.0000,20.0688,5.7071,20.0688,1.0090,0.0000,19.0598,0.0000,19.0598,8.7690,10.2908,0.0000,10.2908,-0.0451,10.3359,0.0000,0.0000,14.8424,-4.5065,5533.0217,5533.0217,5533.0217,5533.0217,5533.0217 +1046.5000,1.0000,14389.1626,80.3450,80.3290,0.0089,0.0000,6,1282.9928,239.8598,596.8100,-84.6724,32.2263,80.1842,-11.3761,0.0201,26.5174,0.0000,26.5174,5.6888,26.5174,1.1377,0.0000,25.3797,0.0000,25.3797,8.7663,16.6134,0.0000,16.6134,0.0176,16.5958,0.0000,0.0000,14.8377,1.7581,6726.7738,6726.7738,6726.7738,6726.7738,6726.7738 +1047.5000,1.0000,14411.4869,80.3575,80.3610,-0.0019,0.0000,6,1283.1924,223.4374,617.4881,-84.6843,30.0245,82.9753,-11.3795,-0.0044,24.3129,0.0000,24.3129,5.7160,24.3129,1.0937,0.0000,23.2192,0.0000,23.2192,8.7676,14.4516,0.0000,14.4516,-0.0039,14.4554,0.0000,0.0000,14.8400,-0.3846,6311.1374,6311.1374,6311.1374,6311.1374,6311.1374 +1048.5000,1.0000,14433.7937,80.2945,80.3540,-0.0331,0.0000,6,1282.1864,190.4326,610.3576,-84.6246,25.5694,81.9529,-11.3626,-0.0748,17.9559,0.0000,17.9559,7.6884,17.9559,0.9658,0.0000,16.9900,0.0000,16.9900,8.7608,8.2293,0.0000,8.2293,-0.0654,8.2947,0.0000,0.0000,14.8284,-6.5337,5502.7818,5502.7818,5502.7818,5502.7818,5502.7818 +1049.5000,1.0000,14456.0398,80.0760,80.2350,-0.0883,0.0000,6,1278.6973,105.9248,595.6351,-84.4177,14.1838,79.7584,-11.3039,-0.1994,6.6765,0.0000,6.6765,7.7067,6.6765,0.7382,0.0000,5.9383,0.0000,5.9383,8.7369,-2.7986,0.0000,-2.7986,-0.1744,-2.6242,0.0000,0.0000,14.7881,-17.4123,3387.1188,3387.1188,3387.1188,3387.1188,3387.1188 +1050.5000,1.0000,14478.1309,79.5180,79.9170,-0.2217,0.0000,6,1269.7868,59.9670,557.3478,-83.8892,7.9739,74.1115,-11.1549,-0.4968,0.7892,0.0000,0.7892,7.6816,0.7892,0.7892,0.0000,0.0000,0.0000,0.0000,8.6760,-8.6760,20.4641,-29.1401,-0.4346,-28.7055,0.0000,0.0000,14.6850,-43.3905,2582.0564,2582.0564,2582.0564,2582.0564,2582.0564 +1051.5000,1.0000,14499.9971,78.7085,79.1190,-0.2281,0.0000,6,1256.8603,59.8155,534.1426,-83.1226,7.8728,70.3028,-10.9404,-0.5060,0.7778,0.0000,0.7778,7.6010,0.7778,0.7778,0.0000,0.0000,0.0000,0.0000,8.5877,-8.5877,21.5060,-30.0937,-0.4426,-29.6512,0.0000,0.0000,14.5355,-44.1867,2548.7105,2548.7105,2548.7105,2548.7105,2548.7105 +1052.5000,1.0000,14521.6414,77.9095,78.2980,-0.2158,0.0000,6,1244.1014,60.0402,530.8119,-82.3658,7.8222,69.1552,-10.7308,-0.4740,0.7666,0.0000,0.7666,7.5295,0.7666,0.7666,0.0000,0.0000,0.0000,0.0000,8.5005,-8.5005,18.9202,-27.4207,-0.4146,-27.0061,0.0000,0.0000,14.3880,-41.3941,2521.8527,2521.8527,2521.8527,2521.8527,2521.8527 +1053.5000,1.0000,14543.1002,77.2415,77.5210,-0.1553,0.0000,6,1233.4344,6.6081,528.1727,-81.7332,0.8535,68.2214,-10.5571,-0.3381,-6.3005,0.0000,-6.3005,7.4921,-6.3005,0.8279,0.0000,-7.1284,0.0000,-7.1284,8.4277,-15.5561,0.0000,-15.5561,-0.2957,-15.2604,0.0000,0.0000,14.2646,-29.5250,1645.0174,1645.0174,1645.0174,1645.0174,1645.0174 +1054.5000,1.0000,14564.4098,76.7045,76.9620,-0.1431,0.0000,6,1224.8593,25.0027,502.0614,-81.2246,3.2070,64.3979,-10.4184,-0.3093,-3.9510,0.0000,-3.9510,7.4673,-3.9510,0.7970,0.0000,-4.7479,0.0000,-4.7479,8.3691,-13.1170,0.0000,-13.1170,-0.2705,-12.8465,0.0000,0.0000,14.1654,-27.0119,1919.9881,1919.9881,1919.9881,1919.9881,1919.9881 +1055.5000,1.0000,14585.5859,76.2240,76.4470,-0.1239,0.0000,6,1217.1864,38.0892,508.3018,-80.7696,4.8550,64.7899,-10.2952,-0.2662,-0.3317,0.0000,-0.3317,5.4528,-0.3317,0.7541,0.0000,-1.0858,0.0000,-1.0858,8.3166,-9.4024,0.0000,-9.4024,-0.2328,-9.1696,0.0000,0.0000,14.0767,-23.2463,2112.1984,2112.1984,2112.1984,2112.1984,2112.1984 +1056.5000,1.0000,14606.6382,75.7785,76.0010,-0.1236,0.0000,6,1210.0725,38.8119,512.3779,-80.3477,4.9182,64.9277,-10.1815,-0.2640,-0.2797,0.0000,-0.2797,5.4619,-0.2797,0.7474,0.0000,-1.0271,0.0000,-1.0271,8.2680,-9.2951,0.0000,-9.2951,-0.2309,-9.0642,0.0000,0.0000,13.9944,-23.0586,2108.2949,2108.2949,2108.2949,2108.2949,2108.2949 +1057.5000,1.0000,14627.6146,75.5050,75.5560,-0.0283,0.0000,6,1205.7051,183.3581,511.5662,-80.0886,23.1510,64.5909,-10.1121,-0.0603,17.7699,0.0000,17.7699,5.4414,17.7699,0.9068,0.0000,16.8631,0.0000,16.8631,8.2382,8.6249,0.0000,8.6249,-0.0527,8.6776,0.0000,0.0000,13.9439,-5.2663,4990.5370,4990.5370,4990.5370,4990.5370,4990.5370 +1058.5000,1.0000,14648.6052,75.5560,75.4540,0.0567,0.0000,6,1206.5195,313.6518,576.6929,-80.1369,39.6288,72.8631,-10.1250,0.1207,34.0758,0.0000,34.0758,5.4323,34.0758,1.2335,0.0000,32.8423,0.0000,32.8423,8.2438,24.5985,0.0000,24.5985,0.1056,24.4930,0.0000,0.0000,13.9533,10.5396,8069.4697,8069.4697,8069.4697,8069.4697,8069.4697 +1059.5000,1.0000,14669.6512,75.7555,75.6580,0.0542,0.0000,6,1209.7052,310.2019,635.5511,-80.3259,39.2964,80.5116,-10.1757,0.1157,33.6861,0.0000,33.6861,5.4946,33.6861,1.2280,0.0000,32.4581,0.0000,32.4581,8.2655,24.1926,0.0000,24.1926,0.1012,24.0914,0.0000,0.0000,13.9902,10.1013,8008.5431,8008.5431,8008.5431,8008.5431,8008.5431 +1060.5000,1.0000,14690.7541,75.9605,75.8530,0.0597,0.0000,6,1212.9787,318.9713,634.5633,-80.5200,40.5166,80.6040,-10.2279,0.1279,34.8487,0.0000,34.8487,5.5400,34.8487,1.2536,0.0000,33.5952,0.0000,33.5952,8.2879,25.3073,0.0000,25.3073,0.1118,25.1955,0.0000,0.0000,14.0280,11.1674,8239.1449,8239.1449,8239.1449,8239.1449,8239.1449 +1061.5000,1.0000,14711.9162,76.1735,76.0680,0.0586,0.0000,6,1216.3800,316.8336,639.0498,-80.7217,40.3580,81.4015,-10.2823,0.1258,34.7326,0.0000,34.7326,5.4995,34.7326,1.2536,0.0000,33.4790,0.0000,33.4790,8.3111,25.1678,0.0000,25.1678,0.1101,25.0578,0.0000,0.0000,14.0674,10.9904,8210.8995,8210.8995,8210.8995,8210.8995,8210.8995 +1062.5000,1.0000,14733.1519,76.4385,76.2790,0.0886,0.0000,6,1220.6117,363.0322,638.7311,-80.9727,46.4036,81.6440,-10.3501,0.1909,40.6724,0.0000,40.6724,5.5402,40.6724,1.3755,0.0000,39.2969,0.0000,39.2969,8.3400,30.9569,0.0000,30.9569,0.1670,30.7899,0.0000,0.0000,14.1163,16.6736,9339.0717,9339.0717,9339.0717,9339.0717,9339.0717 +1063.5000,1.0000,14754.4849,76.7890,76.5980,0.1061,0.0000,6,1226.2087,389.8728,659.9717,-81.3047,50.0629,84.7458,-10.4402,0.2297,44.2697,0.0000,44.2697,5.5635,44.2697,1.4514,0.0000,42.8183,0.0000,42.8183,8.3783,34.4400,0.0000,34.4400,0.2009,34.2391,0.0000,0.0000,14.1810,20.0581,10044.0472,10044.0472,10044.0472,10044.0472,10044.0472 +1064.5000,1.0000,14775.9101,77.1205,76.9800,0.0781,0.0000,6,1231.5022,346.7251,672.6919,-81.6186,44.7146,86.7521,-10.5258,0.1697,38.9728,0.0000,38.9728,5.5721,38.9728,1.3493,0.0000,37.6236,0.0000,37.6236,8.4145,29.2091,0.0000,29.2091,0.1484,29.0607,0.0000,0.0000,14.2422,14.8185,9023.3294,9023.3294,9023.3294,9023.3294,9023.3294 +1065.5000,1.0000,14797.4156,77.4100,77.2610,0.0828,0.0000,6,1236.1251,354.1157,654.5311,-81.8928,45.8391,84.7269,-10.6008,0.1806,40.0478,0.0000,40.0478,5.6107,40.0478,1.3741,0.0000,38.6737,0.0000,38.6737,8.4460,30.2276,0.0000,30.2276,0.1580,30.0696,0.0000,0.0000,14.2957,15.7739,9230.0871,9230.0871,9230.0871,9230.0871,9230.0871 +1066.5000,1.0000,14819.0194,77.7635,77.5590,0.1136,0.0000,6,1241.7700,401.5334,658.5837,-82.2276,52.2145,85.6408,-10.6927,0.2490,46.3153,0.0000,46.3153,5.6503,46.3153,1.5035,0.0000,44.8118,0.0000,44.8118,8.4846,36.3271,0.0000,36.3271,0.2178,36.1093,0.0000,0.0000,14.3610,21.7483,10471.6771,10471.6771,10471.6771,10471.6771,10471.6771 +1067.5000,1.0000,14840.7363,78.1710,77.9680,0.1128,0.0000,6,1248.2772,400.3398,680.1964,-82.6135,52.3321,88.9148,-10.7992,0.2485,46.3944,0.0000,46.3944,5.6892,46.3944,1.5098,0.0000,44.8846,0.0000,44.8846,8.5291,36.3555,0.0000,36.3555,0.2174,36.1382,0.0000,0.0000,14.4363,21.7019,10497.6896,10497.6896,10497.6896,10497.6896,10497.6896 +1068.5000,1.0000,14862.5557,78.5400,78.3740,0.0922,0.0000,6,1254.1696,368.8959,680.6670,-82.9630,48.4494,89.3963,-10.8961,0.2042,42.5191,0.0000,42.5191,5.7262,42.5191,1.4366,0.0000,41.0825,0.0000,41.0825,8.5693,32.5132,0.0000,32.5132,0.1786,32.3346,0.0000,0.0000,14.5044,17.8302,9743.2378,9743.2378,9743.2378,9743.2378,9743.2378 +1069.5000,1.0000,14884.4649,78.8630,78.7060,0.0872,0.0000,6,1259.3274,361.1764,667.9691,-83.2689,47.6307,88.0894,-10.9812,0.1939,41.6949,0.0000,41.6949,5.7419,41.6949,1.4238,0.0000,40.2710,0.0000,40.2710,8.6046,31.6665,0.0000,31.6665,0.1696,31.4969,0.0000,0.0000,14.5640,16.9328,9589.2267,9589.2267,9589.2267,9589.2267,9589.2267 +1070.5000,1.0000,14906.4353,79.0835,79.0200,0.0353,0.0000,6,1262.8485,281.6479,665.4212,-83.4777,37.2466,87.9987,-11.0395,0.0786,31.3903,0.0000,31.3903,5.7777,31.3903,1.2203,0.0000,30.1700,0.0000,30.1700,8.6286,21.5413,0.0000,21.5413,0.0688,21.4725,0.0000,0.0000,14.6048,6.8678,7653.6124,7653.6124,7653.6124,7653.6124,7653.6124 +1071.5000,1.0000,14928.4216,79.1405,79.1470,-0.0036,0.0000,6,1263.7587,221.7652,631.5039,-83.5317,29.3485,83.5735,-11.0546,-0.0081,23.6049,0.0000,23.6049,5.7517,23.6049,1.0653,0.0000,22.5396,0.0000,22.5396,8.6349,13.9047,0.0000,13.9047,-0.0070,13.9118,0.0000,0.0000,14.6153,-0.7035,6167.7684,6167.7684,6167.7684,6167.7684,6167.7684 +1072.5000,1.0000,14950.3846,79.0570,79.1340,-0.0428,0.0000,6,1262.4253,161.7774,605.4994,-83.4526,21.3871,80.0476,-11.0325,-0.0953,15.7239,0.0000,15.7239,5.7586,15.7239,0.9067,0.0000,14.8172,0.0000,14.8172,8.6257,6.1914,0.0000,6.1914,-0.0834,6.2748,0.0000,0.0000,14.5999,-8.3251,4686.2724,4686.2724,4686.2724,4686.2724,4686.2724 +1073.5000,1.0000,14972.3182,78.9510,78.9800,-0.0161,0.0000,6,1260.7327,202.9732,579.1224,-83.3522,26.7973,76.4578,-11.0045,-0.0359,21.0437,0.0000,21.0437,5.7894,21.0437,1.0118,0.0000,20.0319,0.0000,20.0319,8.6142,11.4177,0.0000,11.4177,-0.0314,11.4491,0.0000,0.0000,14.5803,-3.1312,5713.4693,5713.4693,5713.4693,5713.4693,5713.4693 +1074.5000,1.0000,14994.2342,78.8875,78.9220,-0.0192,0.0000,6,1259.7187,198.2136,596.7481,-83.2921,26.1478,78.7215,-10.9877,-0.0426,20.4150,0.0000,20.4150,5.7754,20.4150,0.9985,0.0000,19.4165,0.0000,19.4165,8.6072,10.8092,0.0000,10.8092,-0.0373,10.8465,0.0000,0.0000,14.5686,-3.7221,5593.9557,5593.9557,5593.9557,5593.9557,5593.9557 +1075.5000,1.0000,15016.1205,78.7805,78.8530,-0.0403,0.0000,6,1258.0100,165.7812,594.3603,-83.1907,21.8398,78.3001,-10.9594,-0.0894,16.1674,0.0000,16.1674,5.7618,16.1674,0.9123,0.0000,15.2550,0.0000,15.2550,8.5956,6.6595,0.0000,6.6595,-0.0782,6.7377,0.0000,0.0000,14.5488,-7.8111,4766.6999,4766.6999,4766.6999,4766.6999,4766.6999 +1076.5000,1.0000,15037.9824,78.6930,78.7080,-0.0083,0.0000,6,1256.6128,214.7858,579.9160,-83.1079,28.2641,76.3124,-10.9363,-0.0185,22.5267,0.0000,22.5267,5.7559,22.5267,1.0385,0.0000,21.4882,0.0000,21.4882,8.5860,12.9022,0.0000,12.9022,-0.0162,12.9184,0.0000,0.0000,14.5327,-1.6143,5970.7982,5970.7982,5970.7982,5970.7982,5970.7982 +1077.5000,1.0000,15059.8373,78.6675,78.6780,-0.0058,0.0000,6,1256.2056,218.5909,601.0958,-83.0837,28.7555,79.0739,-10.9296,-0.0129,23.0183,0.0000,23.0183,5.7502,23.0183,1.0480,0.0000,21.9702,0.0000,21.9702,8.5832,13.3870,0.0000,13.3870,-0.0113,13.3983,0.0000,0.0000,14.5279,-1.1296,6058.0022,6058.0022,6058.0022,6058.0022,6058.0022 +1078.5000,1.0000,15081.6855,78.6435,78.6570,-0.0075,0.0000,6,1255.8223,216.1729,602.6701,-83.0610,28.4288,79.2568,-10.9233,-0.0166,22.6786,0.0000,22.6786,5.7668,22.6786,1.0410,0.0000,21.6376,0.0000,21.6376,8.5806,13.0570,0.0000,13.0570,-0.0145,13.0716,0.0000,0.0000,14.5235,-1.4520,5999.5755,5999.5755,5999.5755,5999.5755,5999.5755 +1079.5000,1.0000,15103.5624,78.7470,78.6300,0.0650,0.0000,6,1257.4751,327.2815,601.8115,-83.1590,43.0972,79.2480,-10.9506,0.1443,37.1934,0.0000,37.1934,5.7596,37.1934,1.3325,0.0000,35.8609,0.0000,35.8609,8.5919,27.2690,0.0000,27.2690,0.1262,27.1428,0.0000,0.0000,14.5426,12.6002,8733.3568,8733.3568,8733.3568,8733.3568,8733.3568 +1080.5000,1.0000,15125.5070,78.9905,78.8640,0.0703,0.0000,6,1261.3634,335.4029,650.4801,-83.3896,44.3033,85.9217,-11.0149,0.1565,38.3671,0.0000,38.3671,5.7797,38.3671,1.3588,0.0000,37.0083,0.0000,37.0083,8.6185,28.3899,0.0000,28.3899,0.1369,28.2530,0.0000,0.0000,14.5876,13.6654,8952.6237,8952.6237,8952.6237,8952.6237,8952.6237 +1081.5000,1.0000,15147.4669,79.0455,79.1170,-0.0397,0.0000,6,1262.2417,166.5271,654.4896,-83.4417,22.0118,86.5115,-11.0295,-0.0885,16.3343,0.0000,16.3343,5.7660,16.3343,0.9188,0.0000,15.4155,0.0000,15.4155,8.6245,6.7910,0.0000,6.7910,-0.0774,6.8685,0.0000,0.0000,14.5977,-7.7293,4805.3889,4805.3889,4805.3889,4805.3889,4805.3889 +1082.5000,1.0000,15169.3767,78.8655,78.9740,-0.0603,0.0000,6,1259.3674,135.1524,580.9452,-83.2712,17.8240,76.6154,-10.9819,-0.1340,12.1834,0.0000,12.1834,5.7746,12.1834,0.8336,0.0000,11.3498,0.0000,11.3498,8.6048,2.7449,0.0000,2.7449,-0.1172,2.8621,0.0000,0.0000,14.5645,-11.7024,4011.9880,4011.9880,4011.9880,4011.9880,4011.9880 +1083.5000,1.0000,15191.1788,78.4775,78.7570,-0.1553,0.0000,6,1253.1716,-8.0810,565.9996,-82.9038,-1.0605,74.2772,-10.8796,-0.3435,-6.3962,0.0000,-6.3962,5.6792,-6.3962,0.8463,0.0000,-7.2425,0.0000,-7.2425,8.5625,-15.8050,0.0000,-15.8050,-0.3004,-15.5046,0.0000,0.0000,14.4929,-29.9974,1424.3181,1424.3181,1424.3181,1424.3181,1424.3181 +1084.5000,1.0000,15212.8120,77.8695,78.1980,-0.1825,0.0000,6,1243.4627,-48.3252,500.5480,-82.3280,-6.2927,65.1789,-10.7203,-0.4006,-11.5674,0.0000,-11.5674,5.6753,-11.5674,0.8894,0.0000,-12.4568,0.0000,-12.4568,8.4962,-20.9530,0.0000,-20.9530,-0.3504,-20.6026,0.0000,0.0000,14.3806,-34.9832,608.7884,608.7884,608.7884,608.7884,608.7884 +1085.5000,1.0000,15234.2516,77.1725,77.5410,-0.2047,0.0000,6,1232.3326,-81.0736,479.5400,-81.6679,-10.4625,61.8844,-10.5392,-0.4453,-15.6884,0.0000,-15.6884,5.6712,-15.6884,0.9209,0.0000,-16.6092,0.0000,-16.6092,8.4201,-25.0294,0.0000,-25.0294,-0.3895,-24.6398,0.0000,0.0000,14.2519,-38.8917,0.0000,0.0000,0.0000,0.0000,0.0000 +1086.5000,1.0000,15255.4978,76.4765,76.8040,-0.1819,0.0000,6,1221.2185,-46.5886,461.6729,-81.0087,-5.9580,59.0414,-10.3599,-0.3922,-11.2615,0.0000,-11.2615,5.6956,-11.2615,0.8669,0.0000,-12.1283,0.0000,-12.1283,8.3442,-20.4725,0.0000,-20.4725,-0.3431,-20.1295,0.0000,0.0000,14.1233,-34.2528,601.7704,601.7704,601.7704,601.7704,601.7704 +1087.5000,1.0000,15276.6187,76.0250,76.1490,-0.0689,0.0000,6,1214.0087,122.3976,475.2324,-80.5811,15.5605,60.4166,-10.2443,-0.1476,10.0721,0.0000,10.0721,5.6361,10.0721,0.7587,0.0000,9.3133,0.0000,9.3133,8.2949,1.0184,0.0000,1.0184,-0.1291,1.1475,0.0000,0.0000,14.0399,-12.8924,3610.7308,3610.7308,3610.7308,3610.7308,3610.7308 +1088.5000,1.0000,15297.6703,75.7760,75.9010,-0.0694,0.0000,6,1210.0325,121.4977,550.2972,-80.3453,15.3955,69.7305,-10.1809,-0.1483,9.9312,0.0000,9.9312,5.6126,9.9312,0.7531,0.0000,9.1781,0.0000,9.1781,8.2678,0.9104,0.0000,0.9104,-0.1297,1.0401,0.0000,0.0000,13.9940,-12.9538,3580.5654,3580.5654,3580.5654,3580.5654,3580.5654 +1089.5000,1.0000,15318.6984,75.6910,75.6510,0.0222,0.0000,6,1208.6752,262.1129,549.4648,-80.2648,33.1762,69.5470,-10.1593,0.0474,27.5228,0.0000,27.5228,5.6060,27.5228,1.1040,0.0000,26.4188,0.0000,26.4188,8.2585,18.1603,0.0000,18.1603,0.0415,18.1188,0.0000,0.0000,13.9783,4.1406,6854.3708,6854.3708,6854.3708,6854.3708,6854.3708 +1090.5000,1.0000,15339.7424,75.7485,75.7310,0.0097,0.0000,6,1209.5934,243.2277,612.6690,-80.3192,30.8092,77.6058,-10.1739,0.0208,25.1417,0.0000,25.1417,5.6468,25.1417,1.0570,0.0000,24.0847,0.0000,24.0847,8.2648,15.8199,0.0000,15.8199,0.0182,15.8018,0.0000,0.0000,13.9889,1.8129,6416.3859,6416.3859,6416.3859,6416.3859,6416.3859 +1091.5000,1.0000,15360.8002,75.7980,75.7660,0.0178,0.0000,6,1210.3838,255.7096,604.3582,-80.3661,32.4115,76.6031,-10.1865,0.0380,26.7074,0.0000,26.7074,5.6661,26.7074,1.0889,0.0000,25.6185,0.0000,25.6185,8.2702,17.3484,0.0000,17.3484,0.0332,17.3152,0.0000,0.0000,13.9980,3.3171,6712.4194,6712.4194,6712.4194,6712.4194,6712.4194 +1092.5000,1.0000,15381.8662,75.8275,75.8300,-0.0014,0.0000,6,1210.8549,226.4239,610.0761,-80.3941,28.7107,77.3579,-10.1940,-0.0030,23.0307,0.0000,23.0307,5.6829,23.0307,1.0157,0.0000,22.0150,0.0000,22.0150,8.2734,13.7416,0.0000,13.7416,-0.0026,13.7442,0.0000,0.0000,14.0035,-0.2593,6028.7579,6028.7579,6028.7579,6028.7579,6028.7579 +1093.5000,1.0000,15402.9238,75.7975,75.8250,-0.0153,0.0000,6,1210.3759,204.8195,596.9260,-80.3657,25.9609,75.6605,-10.1864,-0.0326,20.3506,0.0000,20.3506,5.6430,20.3506,0.9617,0.0000,19.3888,0.0000,19.3888,8.2701,11.1187,0.0000,11.1187,-0.0286,11.1473,0.0000,0.0000,13.9979,-2.8507,5520.5353,5520.5353,5520.5353,5520.5353,5520.5353 +1094.5000,1.0000,15423.9642,75.7355,75.7700,-0.0192,0.0000,6,1209.3858,199.0942,587.0628,-80.3069,25.2146,74.3495,-10.1706,-0.0409,19.5864,0.0000,19.5864,5.6691,19.5864,0.9458,0.0000,18.6407,0.0000,18.6407,8.2633,10.3773,0.0000,10.3773,-0.0358,10.4131,0.0000,0.0000,13.9865,-3.5733,5380.1379,5380.1379,5380.1379,5380.1379,5380.1379 +1095.5000,1.0000,15444.9859,75.6680,75.7010,-0.0183,0.0000,6,1208.3079,200.2749,584.2750,-80.2430,25.3415,73.9305,-10.1534,-0.0391,19.7287,0.0000,19.7287,5.6520,19.7287,0.9478,0.0000,18.7808,0.0000,18.7808,8.2560,10.5249,0.0000,10.5249,-0.0342,10.5591,0.0000,0.0000,13.9740,-3.4149,5404.4029,5404.4029,5404.4029,5404.4029,5404.4029 +1096.5000,1.0000,15465.9901,75.6050,75.6350,-0.0167,0.0000,6,1207.3019,202.8654,584.5954,-80.1833,25.6479,73.9094,-10.1374,-0.0355,20.0317,0.0000,20.0317,5.6518,20.0317,0.9532,0.0000,19.0785,0.0000,19.0785,8.2491,10.8294,0.0000,10.8294,-0.0311,10.8605,0.0000,0.0000,13.9624,-3.1019,5460.3541,5460.3541,5460.3541,5460.3541,5460.3541 +1097.5000,1.0000,15486.9746,75.5345,75.5750,-0.0225,0.0000,6,1206.1761,193.5416,585.5417,-80.1166,24.4463,73.9600,-10.1196,-0.0479,18.8948,0.0000,18.8948,5.5994,18.8948,0.9296,0.0000,17.9652,0.0000,17.9652,8.2414,9.7238,0.0000,9.7238,-0.0419,9.7657,0.0000,0.0000,13.9494,-4.1837,5225.4770,5225.4770,5225.4770,5225.4770,5225.4770 +1098.5000,1.0000,15507.9631,75.5485,75.4940,0.0303,0.0000,6,1206.3997,274.9046,581.2900,-80.1298,34.7298,73.4366,-10.1231,0.0645,29.0144,0.0000,29.0144,5.6509,29.0144,1.1322,0.0000,27.8822,0.0000,27.8822,8.2429,19.6393,0.0000,19.6393,0.0564,19.5829,0.0000,0.0000,13.9519,5.6309,7143.2807,7143.2807,7143.2807,7143.2807,7143.2807 +1099.5000,1.0000,15528.9681,75.6080,75.6030,0.0028,0.0000,6,1207.3498,232.6560,617.9957,-80.1862,29.4155,78.1353,-10.1382,0.0059,23.7624,0.0000,23.7624,5.6472,23.7624,1.0278,0.0000,22.7345,0.0000,22.7345,8.2494,14.4851,0.0000,14.4851,0.0052,14.4799,0.0000,0.0000,13.9629,0.5170,6158.2742,6158.2742,6158.2742,6158.2742,6158.2742 +1100.5000,1.0000,15549.9773,75.6230,75.6130,0.0056,0.0000,6,1207.5894,236.8713,599.1186,-80.2004,29.9544,75.7636,-10.1420,0.0118,24.3001,0.0000,24.3001,5.6424,24.3001,1.0388,0.0000,23.2613,0.0000,23.2613,8.2511,15.0103,0.0000,15.0103,0.0104,14.9999,0.0000,0.0000,13.9657,1.0342,6258.1207,6258.1207,6258.1207,6258.1207,6258.1207 +1101.5000,1.0000,15570.9966,75.6595,75.6330,0.0147,0.0000,6,1208.1722,250.9092,601.0963,-80.2350,31.7449,76.0504,-10.1513,0.0314,26.0715,0.0000,26.0715,5.6420,26.0715,1.0746,0.0000,24.9969,0.0000,24.9969,8.2550,16.7419,0.0000,16.7419,0.0275,16.7144,0.0000,0.0000,13.9724,2.7420,6589.6212,6589.6212,6589.6212,6589.6212,6589.6212 +1102.5000,1.0000,15592.0269,75.6990,75.6860,0.0072,0.0000,6,1208.8030,239.2229,607.5183,-80.2724,30.2822,76.9030,-10.1613,0.0154,24.6449,0.0000,24.6449,5.6218,24.6449,1.0465,0.0000,23.5984,0.0000,23.5984,8.2594,15.3390,0.0000,15.3390,0.0135,15.3256,0.0000,0.0000,13.9797,1.3458,6318.8857,6318.8857,6318.8857,6318.8857,6318.8857 +1103.5000,1.0000,15613.0652,75.7280,75.7120,0.0089,0.0000,6,1209.2660,242.0687,602.3748,-80.2998,30.6541,76.2812,-10.1687,0.0190,24.9747,0.0000,24.9747,5.6605,24.9747,1.0534,0.0000,23.9212,0.0000,23.9212,8.2625,15.6587,0.0000,15.6587,0.0166,15.6421,0.0000,0.0000,13.9851,1.6570,6387.7074,6387.7074,6387.7074,6387.7074,6387.7074 +1104.5000,1.0000,15634.1269,75.8120,75.7440,0.0378,0.0000,6,1210.6074,286.3263,603.8320,-80.3794,36.2989,76.5505,-10.1901,0.0807,30.5592,0.0000,30.5592,5.6589,30.5592,1.1661,0.0000,29.3931,0.0000,29.3931,8.2717,21.1214,0.0000,21.1214,0.0706,21.0508,0.0000,0.0000,14.0006,7.0502,7430.5108,7430.5108,7430.5108,7430.5108,7430.5108 +1105.5000,1.0000,15655.2109,75.8925,75.8800,0.0069,0.0000,6,1211.8929,239.3633,623.9088,-80.4556,30.3774,79.1797,-10.2106,0.0149,24.6552,0.0000,24.6552,5.7073,24.6552,1.0489,0.0000,23.6063,0.0000,23.6063,8.2805,15.3258,0.0000,15.3258,0.0130,15.3128,0.0000,0.0000,14.0155,1.2974,6336.6659,6336.6659,6336.6659,6336.6659,6336.6659 +1106.5000,1.0000,15676.3069,75.9355,75.9050,0.0169,0.0000,6,1212.5795,255.5954,603.0593,-80.4963,32.4558,76.5771,-10.2215,0.0363,26.5959,0.0000,26.5959,5.8236,26.5959,1.0882,0.0000,25.5077,0.0000,25.5077,8.2852,17.2225,0.0000,17.2225,0.0317,17.1908,0.0000,0.0000,14.0234,3.1674,6720.0416,6720.0416,6720.0416,6720.0416,6720.0416 +1107.5000,1.0000,15697.4095,75.9595,75.9660,-0.0036,0.0000,6,1212.9628,224.0607,610.4314,-80.5191,28.4604,77.5377,-10.2276,-0.0077,22.6431,0.0000,22.6431,5.8251,22.6431,1.0094,0.0000,21.6336,0.0000,21.6336,8.2878,13.3458,0.0000,13.3458,-0.0068,13.3526,0.0000,0.0000,14.0278,-0.6752,5983.2959,5983.2959,5983.2959,5983.2959,5983.2959 +1108.5000,1.0000,15718.5224,75.9965,75.9530,0.0242,0.0000,6,1213.5536,267.3284,596.4060,-80.5541,33.9729,75.7931,-10.2371,0.0518,28.0100,0.0000,28.0100,5.9111,28.0100,1.1172,0.0000,26.8928,0.0000,26.8928,8.2918,18.6010,0.0000,18.6010,0.0453,18.5557,0.0000,0.0000,14.0347,4.5211,6999.3972,6999.3972,6999.3972,6999.3972,6999.3972 +1109.5000,1.0000,15739.6551,76.0675,76.0400,0.0153,0.0000,6,1214.6874,253.4424,615.9337,-80.6214,32.2383,78.3479,-10.2552,0.0328,26.3210,0.0000,26.3210,5.8845,26.3210,1.0842,0.0000,25.2368,0.0000,25.2368,8.2996,16.9372,0.0000,16.9372,0.0287,16.9086,0.0000,0.0000,14.0478,2.8608,6679.5051,6679.5051,6679.5051,6679.5051,6679.5051 +1110.5000,1.0000,15760.8142,76.1630,76.0950,0.0378,0.0000,6,1216.2124,288.3876,609.9784,-80.7118,36.7295,77.6877,-10.2796,0.0811,30.7021,0.0000,30.7021,5.9462,30.7021,1.1729,0.0000,29.5292,0.0000,29.5292,8.3100,21.2192,0.0000,21.2192,0.0709,21.1483,0.0000,0.0000,14.0654,7.0829,7514.1364,7514.1364,7514.1364,7514.1364,7514.1364 +1111.5000,1.0000,15781.9882,76.2165,76.2310,-0.0081,0.0000,6,1217.0667,218.4924,625.8086,-80.7625,27.8471,79.7599,-10.2933,-0.0173,21.8613,0.0000,21.8613,6.0031,21.8613,0.9967,0.0000,20.8646,0.0000,20.8646,8.3158,12.5488,0.0000,12.5488,-0.0151,12.5639,0.0000,0.0000,14.0753,-1.5114,5872.1354,5872.1354,5872.1354,5872.1354,5872.1354 +1112.5000,1.0000,15803.1649,76.2260,76.2020,0.0133,0.0000,6,1217.2184,250.9883,594.6834,-80.7715,31.9927,75.8024,-10.2957,0.0286,26.0005,0.0000,26.0005,5.9635,26.0005,1.0796,0.0000,24.9209,0.0000,24.9209,8.3169,16.6040,0.0000,16.6040,0.0251,16.5790,0.0000,0.0000,14.0771,2.5019,6633.9001,6633.9001,6633.9001,6633.9001,6633.9001 +1113.5000,1.0000,15824.3576,76.2835,76.2500,0.0186,0.0000,6,1218.1366,259.3244,609.3067,-80.8259,33.0802,77.7250,-10.3104,0.0400,27.0418,0.0000,27.0418,5.9984,27.0418,1.1011,0.0000,25.9407,0.0000,25.9407,8.3231,17.6176,0.0000,17.6176,0.0350,17.5826,0.0000,0.0000,14.0877,3.4949,6833.4390,6833.4390,6833.4390,6833.4390,6833.4390 +1114.5000,1.0000,15845.5707,76.3575,76.3170,0.0225,0.0000,6,1219.3182,265.0018,613.2250,-80.8960,33.8372,78.3007,-10.3293,0.0484,27.8217,0.0000,27.8217,5.9671,27.8217,1.1175,0.0000,26.7042,0.0000,26.7042,8.3312,18.3730,0.0000,18.3730,0.0424,18.3306,0.0000,0.0000,14.1013,4.2293,6971.9457,6971.9457,6971.9457,6971.9457,6971.9457 +1115.5000,1.0000,15866.8044,76.4310,76.3980,0.0183,0.0000,6,1220.4919,258.7692,615.9770,-80.9656,33.0732,78.7278,-10.3482,0.0395,27.0408,0.0000,27.0408,5.9929,27.0408,1.1027,0.0000,25.9381,0.0000,25.9381,8.3392,17.5988,0.0000,17.5988,0.0345,17.5643,0.0000,0.0000,14.1149,3.4494,6831.4829,6831.4829,6831.4829,6831.4829,6831.4829 +1116.5000,1.0000,15888.0427,76.4480,76.4640,-0.0089,0.0000,6,1220.7634,216.3339,613.3376,-80.9817,27.6557,78.4079,-10.3525,-0.0192,21.7670,0.0000,21.7670,5.9078,21.7670,0.9975,0.0000,20.7696,0.0000,20.7696,8.3411,12.4285,0.0000,12.4285,-0.0168,12.4453,0.0000,0.0000,14.1181,-1.6728,5838.9191,5838.9191,5838.9191,5838.9191,5838.9191 +1117.5000,1.0000,15909.2644,76.3880,76.4320,-0.0244,0.0000,6,1219.8053,192.6989,594.3287,-80.9249,24.6149,75.9182,-10.3372,-0.0526,18.7350,0.0000,18.7350,5.9325,18.7350,0.9361,0.0000,17.7989,0.0000,17.7989,8.3345,9.4644,0.0000,9.4644,-0.0460,9.5104,0.0000,0.0000,14.1070,-4.5966,5267.4599,5267.4599,5267.4599,5267.4599,5267.4599 +1118.5000,1.0000,15930.4201,76.1505,76.3440,-0.1075,0.0000,6,1216.0128,66.2918,583.1879,-80.7000,8.4416,74.2635,-10.2764,-0.2307,2.7406,0.0000,2.7406,5.9318,2.7406,0.7223,0.0000,2.0183,0.0000,2.0183,8.3086,-6.2904,0.0000,-6.2904,-0.2018,-6.0885,0.0000,0.0000,14.0631,-20.1516,2559.7652,2559.7652,2559.7652,2559.7652,2559.7652 +1119.5000,1.0000,15951.4391,75.6585,75.9570,-0.1658,0.0000,6,1208.1562,-20.2736,524.6647,-80.2340,-2.5650,66.3794,-10.1510,-0.3537,-8.1436,0.0000,-8.1436,5.9322,-8.1436,0.8244,0.0000,-8.9679,0.0000,-8.9679,8.2549,-17.2229,0.0000,-17.2229,-0.3093,-16.9135,0.0000,0.0000,13.9723,-30.8858,1088.1467,1088.1467,1088.1467,1088.1467,1088.1467 +1120.5000,1.0000,15972.2802,75.0180,75.3600,-0.1900,0.0000,6,1197.9284,-55.8484,482.6852,-79.6267,-7.0060,60.5513,-9.9889,-0.4018,-12.5401,0.0000,-12.5401,5.9358,-12.5401,0.8595,0.0000,-13.3996,0.0000,-13.3996,8.1851,-21.5846,0.0000,-21.5846,-0.3514,-21.2332,0.0000,0.0000,13.8540,-35.0872,372.1732,372.1732,372.1732,372.1732,372.1732 +1121.5000,1.0000,15992.9814,74.5145,74.6760,-0.0897,0.0000,6,1189.8882,93.0289,464.0487,-79.1471,11.5919,57.8227,-9.8621,-0.1884,5.9364,0.0000,5.9364,5.8439,5.9364,0.6678,0.0000,5.2685,0.0000,5.2685,8.1301,-2.8616,0.0000,-2.8616,-0.1648,-2.6967,0.0000,0.0000,13.7610,-16.4577,2945.1187,2945.1187,2945.1187,2945.1187,2945.1187 +1122.5000,1.0000,16013.5805,74.1465,74.3530,-0.1147,0.0000,6,1184.0118,56.0058,530.6136,-78.7966,6.9441,65.7905,-9.7699,-0.2398,1.3425,0.0000,1.3425,5.8414,1.3425,0.7087,0.0000,0.6337,0.0000,0.6337,8.0900,-7.4563,0.0000,-7.4563,-0.2097,-7.2465,0.0000,0.0000,13.6930,-20.9396,2350.3805,2350.3805,2350.3805,2350.3805,2350.3805 +1123.5000,1.0000,16034.0484,73.6745,73.9400,-0.1475,0.0000,6,1176.4746,7.1705,511.6443,-78.3469,0.8834,63.0347,-9.6524,-0.3063,-4.6127,0.0000,-4.6127,5.8024,-4.6127,0.7618,0.0000,-5.3745,0.0000,-5.3745,8.0385,-13.4130,0.0000,-13.4130,-0.2679,-13.1450,0.0000,0.0000,13.6059,-26.7509,1550.8787,1550.8787,1550.8787,1550.8787,1550.8787 +1124.5000,1.0000,16054.3781,73.1770,73.4090,-0.1289,0.0000,6,1168.5303,34.6006,486.8795,-77.8730,4.2340,59.5786,-9.5292,-0.2659,-1.2308,0.0000,-1.2308,5.7307,-1.2308,0.7213,0.0000,-1.9521,0.0000,-1.9521,7.9842,-9.9363,0.0000,-9.9363,-0.2325,-9.7037,0.0000,0.0000,13.5140,-23.2177,1998.6132,1998.6132,1998.6132,1998.6132,1998.6132 +1125.5000,1.0000,16074.5842,72.7320,72.9450,-0.1183,0.0000,6,1161.4243,49.9426,497.6749,-77.4492,6.0742,60.5292,-9.4197,-0.2426,0.6649,0.0000,0.6649,5.6519,0.6649,0.6963,0.0000,-0.0314,0.0000,-0.0314,7.9356,-7.9670,0.0000,-7.9670,-0.2122,-7.7548,0.0000,0.0000,13.4318,-21.1866,2238.8165,2238.8165,2238.8165,2238.8165,2238.8165 +1126.5000,1.0000,16094.6670,72.2880,72.5190,-0.1283,0.0000,6,1154.3343,34.8160,502.9468,-77.0262,4.2086,60.7970,-9.3111,-0.2615,-1.1204,0.0000,-1.1204,5.5905,-1.1204,0.7082,0.0000,-1.8285,0.0000,-1.8285,7.8872,-9.7157,0.0000,-9.7157,-0.2287,-9.4870,0.0000,0.0000,13.3498,-22.8368,1992.7528,1992.7528,1992.7528,1992.7528,1992.7528 +1127.5000,1.0000,16114.6478,71.9210,72.0570,-0.0756,0.0000,6,1148.4738,113.6219,494.2919,-76.6766,13.6651,59.4474,-9.2217,-0.1532,8.2960,0.0000,8.2960,5.5223,8.2960,0.6775,0.0000,7.6184,0.0000,7.6184,7.8471,-0.2287,0.0000,-0.2287,-0.1340,-0.0947,0.0000,0.0000,13.2820,-13.3768,3243.2502,3243.2502,3243.2502,3243.2502,3243.2502 +1128.5000,1.0000,16134.5532,71.6495,71.7850,-0.0753,0.0000,6,1144.1383,113.9837,530.1134,-76.4180,13.6568,63.5149,-9.1559,-0.1520,8.3141,0.0000,8.3141,5.4948,8.3141,0.6749,0.0000,7.6392,0.0000,7.6392,7.8175,-0.1784,0.0000,-0.1784,-0.1330,-0.0454,0.0000,0.0000,13.2319,-13.2773,3246.0945,3246.0945,3246.0945,3246.0945,3246.0945 +1129.5000,1.0000,16154.3731,71.3415,71.5140,-0.0958,0.0000,6,1139.2200,82.7817,529.1188,-76.1246,9.8758,63.1233,-9.0816,-0.1927,4.5985,0.0000,4.5985,5.4700,4.5985,0.6383,0.0000,3.9602,0.0000,3.9602,7.7839,-3.8237,0.0000,-3.8237,-0.1686,-3.6551,0.0000,0.0000,13.1750,-16.8302,2748.3854,2748.3854,2748.3854,2748.3854,2748.3854 +1130.5000,1.0000,16174.0795,70.9330,71.1690,-0.1311,0.0000,6,1132.6969,30.2602,512.8491,-75.7355,3.5893,60.8320,-8.9834,-0.2621,-1.5894,0.0000,-1.5894,5.4409,-1.5894,0.6947,0.0000,-2.2841,0.0000,-2.2841,7.7394,-10.0235,0.0000,-10.0235,-0.2293,-9.7942,0.0000,0.0000,13.0996,-22.8938,1894.6781,1894.6781,1894.6781,1894.6781,1894.6781 +1131.5000,1.0000,16193.6470,70.4330,70.6970,-0.1467,0.0000,6,1124.7126,6.7430,485.9056,-75.2592,0.7942,57.2298,-8.8640,-0.2912,-4.2772,0.0000,-4.2772,5.3625,-4.2772,0.7149,0.0000,-4.9921,0.0000,-4.9921,7.6848,-12.6769,0.0000,-12.6769,-0.2547,-12.4222,0.0000,0.0000,13.0072,-25.4294,1423.3325,1423.3325,1423.3325,1423.3325,1423.3325 +1132.5000,1.0000,16213.0870,69.9740,70.1690,-0.1083,0.0000,6,1117.3830,64.1244,472.7478,-74.8220,7.5033,55.3172,-8.7551,-0.2137,2.3521,0.0000,2.3521,5.3649,2.3521,0.6426,0.0000,1.7096,0.0000,1.7096,7.6347,-5.9251,0.0000,-5.9251,-0.1869,-5.7382,0.0000,0.0000,12.9225,-18.6607,2436.3110,2436.3110,2436.3110,2436.3110,2436.3110 +1133.5000,1.0000,16232.4196,69.5875,69.7790,-0.1064,0.0000,6,1111.2112,66.8702,498.6078,-74.4538,7.7814,58.0209,-8.6639,-0.2087,2.6708,0.0000,2.6708,5.3192,2.6708,0.6343,0.0000,2.0366,0.0000,2.0366,7.5925,-5.5560,0.0000,-5.5560,-0.1825,-5.3735,0.0000,0.0000,12.8511,-18.2245,2476.0914,2476.0914,2476.0914,2476.0914,2476.0914 +1134.5000,1.0000,16251.6409,69.1865,69.3960,-0.1164,0.0000,6,1104.8078,51.9872,498.3479,-74.0719,6.0147,57.6565,-8.5698,-0.2270,0.9508,0.0000,0.9508,5.2908,0.9508,0.6462,0.0000,0.3046,0.0000,0.3046,7.5488,-7.2442,0.0000,-7.2442,-0.1985,-7.0456,0.0000,0.0000,12.7770,-19.8227,2234.3650,2234.3650,2234.3650,2234.3650,2234.3650 +1135.5000,1.0000,16270.7849,68.9085,68.9770,-0.0381,0.0000,6,1100.3685,170.8756,490.0348,-73.8071,19.6901,56.4669,-8.5048,-0.0739,14.4932,0.0000,14.4932,5.2707,14.4932,0.7691,0.0000,13.7241,0.0000,13.7241,7.5185,6.2057,0.0000,6.2057,-0.0647,6.2703,0.0000,0.0000,12.7257,-6.4554,4263.8814,4263.8814,4263.8814,4263.8814,4263.8814 +1136.5000,1.0000,16289.9551,69.0025,68.8400,0.0903,0.0000,6,1101.8696,367.7446,547.1516,-73.8966,42.4331,63.1345,-8.5267,0.1756,36.9799,0.0000,36.9799,5.2777,36.9799,1.2198,0.0000,35.7600,0.0000,35.7600,7.5287,28.2313,0.0000,28.2313,0.1536,28.0777,0.0000,0.0000,12.7431,15.3347,8539.2599,8539.2599,8539.2599,8539.2599,8539.2599 +1137.5000,1.0000,16309.2264,69.3670,69.1650,0.1122,0.0000,6,1107.6901,401.1416,641.6230,-74.2438,46.5312,74.4264,-8.6121,0.2194,41.0385,0.0000,41.0385,5.2733,41.0385,1.3049,0.0000,39.7337,0.0000,39.7337,7.5685,32.1652,0.0000,32.1652,0.1919,31.9733,0.0000,0.0000,12.8104,19.1629,9375.6925,9375.6925,9375.6925,9375.6925,9375.6925 +1138.5000,1.0000,16328.6251,69.8250,69.5690,0.1422,0.0000,6,1115.0037,446.9179,658.4051,-74.6801,52.1834,76.8773,-8.7199,0.2799,46.6257,0.0000,46.6257,5.2778,46.6257,1.4215,0.0000,45.2042,0.0000,45.2042,7.6185,37.5858,0.0000,37.5858,0.2448,37.3409,0.0000,0.0000,12.8950,24.4460,10354.7901,10354.7901,10354.7901,10354.7901,10354.7901 +1139.5000,1.0000,16348.1780,70.3805,70.0810,0.1664,0.0000,6,1123.8742,483.8034,681.0696,-75.2092,56.9397,80.1563,-8.8515,0.3301,51.3140,0.0000,51.3140,5.2957,51.3140,1.5212,0.0000,49.7928,0.0000,49.7928,7.6791,42.1137,0.0000,42.1137,0.2887,41.8250,0.0000,0.0000,12.9975,28.8274,11338.2798,11338.2798,11338.2798,11338.2798,11338.2798 +1140.5000,1.0000,16367.8835,70.9300,70.6800,0.1389,0.0000,6,1132.6490,441.8896,699.6496,-75.7327,52.4128,82.9860,-8.9827,0.2777,46.7680,0.0000,46.7680,5.3672,46.7680,1.4362,0.0000,45.3318,0.0000,45.3318,7.7390,37.5927,0.0000,37.5927,0.2429,37.3499,0.0000,0.0000,13.0990,24.2508,10412.2807,10412.2807,10412.2807,10412.2807,10412.2807 +1141.5000,1.0000,16387.7005,71.3310,71.1800,0.0839,0.0000,6,1139.0524,357.5390,681.4877,-76.1146,42.6477,81.2887,-9.0791,0.1687,37.0805,0.0000,37.0805,5.3985,37.0805,1.2468,0.0000,35.8337,0.0000,35.8337,7.7828,28.0509,0.0000,28.0509,0.1475,27.9034,0.0000,0.0000,13.1731,14.7303,8589.8212,8589.8212,8589.8212,8589.8212,8589.8212 +1142.5000,1.0000,16407.6198,71.6995,71.4820,0.1208,0.0000,6,1144.9368,414.1758,643.2635,-76.4656,49.6586,77.1257,-9.1680,0.2442,43.9939,0.0000,43.9939,5.4205,43.9939,1.3891,0.0000,42.6048,0.0000,42.6048,7.8230,34.7818,0.0000,34.7818,0.2136,34.5682,0.0000,0.0000,13.2411,21.3271,9926.3978,9926.3978,9926.3978,9926.3978,9926.3978 +1143.5000,1.0000,16427.6281,72.0200,71.9170,0.0572,0.0000,6,1150.0547,332.6215,670.5623,-76.7709,40.0588,80.7581,-9.2458,0.1162,32.5688,0.0000,32.5688,7.3738,32.5688,1.1641,0.0000,31.4048,0.0000,31.4048,7.8580,23.5468,0.0000,23.5468,0.1016,23.4452,0.0000,0.0000,13.3003,10.1449,8083.4003,8083.4003,8083.4003,8083.4003,8083.4003 +1144.5000,1.0000,16447.7166,72.3085,72.1230,0.1031,0.0000,6,1154.6616,403.1915,633.6481,-77.0458,48.7522,76.6181,-9.3161,0.2100,41.1086,0.0000,41.1086,7.4336,41.1086,1.3380,0.0000,39.7706,0.0000,39.7706,7.8894,31.8811,0.0000,31.8811,0.1837,31.6974,0.0000,0.0000,13.3536,18.3438,9786.8930,9786.8930,9786.8930,9786.8930,9786.8930 +1145.5000,1.0000,16467.8857,72.5990,72.4940,0.0583,0.0000,6,1159.3005,334.2125,667.0829,-77.3225,40.5739,80.9850,-9.3871,0.1194,33.0376,0.0000,33.0376,7.4170,33.0376,1.1798,0.0000,31.8578,0.0000,31.8578,7.9211,23.9367,0.0000,23.9367,0.1044,23.8323,0.0000,0.0000,13.4072,10.4250,8194.2758,8194.2758,8194.2758,8194.2758,8194.2758 +1146.5000,1.0000,16488.1188,72.8290,72.7040,0.0694,0.0000,6,1162.9732,351.0555,636.0556,-77.5416,42.7537,77.4628,-9.4435,0.1426,35.1962,0.0000,35.1962,7.4150,35.1962,1.2255,0.0000,33.9707,0.0000,33.9707,7.9462,26.0245,0.0000,26.0245,0.1247,25.8998,0.0000,0.0000,13.4497,12.4501,8624.3045,8624.3045,8624.3045,8624.3045,8624.3045 +1147.5000,1.0000,16508.4171,73.0640,72.9540,0.0611,0.0000,6,1166.7258,338.4399,644.4929,-77.7654,41.3503,78.7437,-9.5013,0.1259,33.7659,0.0000,33.7659,7.4585,33.7659,1.1995,0.0000,32.5665,0.0000,32.5665,7.9719,24.5946,0.0000,24.5946,0.1101,24.4845,0.0000,0.0000,13.4931,10.9914,8353.5547,8353.5547,8353.5547,8353.5547,8353.5547 +1148.5000,1.0000,16528.7449,73.1700,73.1740,-0.0022,0.0000,6,1168.4185,240.8011,639.2815,-77.8664,29.4636,78.2203,-9.5275,-0.0046,22.0583,0.0000,22.0583,7.4098,22.0583,0.9665,0.0000,21.0918,0.0000,21.0918,7.9834,13.1084,0.0000,13.1084,-0.0040,13.1124,0.0000,0.0000,13.5127,-0.4003,6120.4946,6120.4946,6120.4946,6120.4946,6120.4946 +1149.5000,1.0000,16549.0649,73.1420,73.1660,-0.0133,0.0000,6,1167.9714,223.5840,594.4531,-77.8397,27.3465,72.7074,-9.5205,-0.0275,19.9879,0.0000,19.9879,7.3860,19.9879,0.9248,0.0000,19.0632,0.0000,19.0632,7.9804,11.0828,0.0000,11.0828,-0.0240,11.1068,0.0000,0.0000,13.5075,-2.4007,5714.5207,5714.5207,5714.5207,5714.5207,5714.5207 +1150.5000,1.0000,16569.3202,72.9090,73.1180,-0.1161,0.0000,6,1164.2507,67.9556,585.9934,-77.6178,8.2852,71.4444,-9.4632,-0.2386,1.0660,0.0000,1.0660,7.4577,1.0660,0.6947,0.0000,0.3714,0.0000,0.3714,7.9549,-7.5836,0.0000,-7.5836,-0.2087,-7.3749,0.0000,0.0000,13.4645,-20.8393,2528.1562,2528.1562,2528.1562,2528.1562,2528.1562 +1151.5000,1.0000,16589.3552,72.1160,72.7000,-0.3244,0.0000,6,1151.5877,61.2851,510.8165,-76.8624,7.3906,61.6014,-9.2691,-0.6595,0.6878,0.0000,0.6878,7.3624,0.6878,0.6878,0.0000,0.0000,0.0000,0.0000,7.8684,-7.8684,36.9876,-44.8560,-0.5769,-44.2791,0.0000,0.0000,13.3180,-57.5972,2413.3998,2413.3998,2413.3998,2413.3998,2413.3998 +1152.5000,1.0000,16609.1169,71.1320,71.5320,-0.2222,0.0000,6,1135.8746,47.2663,503.7138,-75.9251,5.6223,59.9160,-9.0312,-0.4456,0.6747,0.0000,0.6747,5.3931,0.6747,0.6747,0.0000,0.0000,0.0000,0.0000,7.7611,-7.7611,18.4042,-26.1652,-0.3897,-25.7755,0.0000,0.0000,13.1363,-38.9118,2179.3678,2179.3678,2179.3678,2179.3678,2179.3678 +1153.5000,1.0000,16628.6503,70.3105,70.7320,-0.2342,0.0000,6,1122.7565,46.9536,493.6069,-75.1425,5.5206,58.0357,-8.8349,-0.4641,0.6639,0.0000,0.6639,5.3207,0.6639,0.6639,0.0000,0.0000,0.0000,0.0000,7.6714,-7.6714,20.2797,-27.9511,-0.4059,-27.5452,0.0000,0.0000,12.9846,-40.5298,2165.7851,2165.7851,2165.7851,2165.7851,2165.7851 +1154.5000,1.0000,16647.9666,69.5285,69.8890,-0.2003,0.0000,6,1110.2690,-73.0324,490.2680,-74.3976,-8.4913,57.0020,-8.6500,-0.3925,-13.4015,0.0000,-13.4015,5.3028,-13.4015,0.7942,0.0000,-14.1958,0.0000,-14.1958,7.5861,-21.7819,0.0000,-21.7819,-0.3433,-21.4385,0.0000,0.0000,12.8402,-34.2787,0.0000,0.0000,0.0000,0.0000,0.0000 +1155.5000,1.0000,16667.0306,68.6205,69.1680,-0.3042,0.0000,6,1095.7696,46.4053,428.1397,-73.4822,5.3249,49.1285,-8.4320,-0.5883,0.6419,0.0000,0.6419,5.2714,0.6419,0.6419,0.0000,0.0000,0.0000,0.0000,7.4870,-7.4870,31.7351,-39.2222,-0.5146,-38.7076,0.0000,0.0000,12.6725,-51.3801,2120.5151,2120.5151,2120.5151,2120.5151,2120.5151 +1156.5000,1.0000,16685.7202,67.2725,68.0730,-0.4447,0.1560,6,1074.2440,44.0037,480.6745,-71.9414,4.9502,54.0733,-8.0930,-0.8433,0.6245,0.0000,0.6245,5.1689,0.6245,0.6245,0.0000,0.0000,0.0000,0.0000,7.3400,-7.3400,52.0878,-59.4277,-0.7376,-58.6901,2.5334,0.0000,12.4236,-73.6471,2024.6434,2024.6434,2024.6434,2024.6434,2024.6434 +1157.5000,1.0000,16703.8744,65.3450,66.4720,-0.6261,1.1190,6,1043.4646,42.3958,471.5994,-69.7381,4.6326,51.5323,-7.6204,-1.1532,0.6000,0.0000,0.6000,5.1858,0.6000,0.6000,0.0000,0.0000,0.0000,0.0000,7.1297,-7.1297,64.8761,-72.0058,-1.0087,-70.9971,17.6508,0.0000,12.0669,-100.7147,1922.7284,1922.7284,1922.7284,1922.7284,1922.7284 +1158.5000,1.0000,16721.2952,62.7050,64.2180,-0.8406,2.4470,6,1001.3077,40.1120,460.3315,-66.7204,4.2060,48.2688,-6.9961,-1.4857,0.5671,0.0000,0.5671,5.1245,0.5671,0.5671,0.0000,0.0000,0.0000,0.0000,6.8416,-6.8416,75.5982,-82.4398,-1.2995,-81.1404,37.0302,0.0000,11.5766,-129.7472,1781.5708,1781.5708,1781.5708,1781.5708,1781.5708 +1159.5000,1.0000,16737.7335,59.1680,61.1920,-1.1244,3.5840,6,944.8269,34.9992,433.9362,-69.7830,3.4629,42.9345,-6.9045,-1.8753,0.5242,0.0000,0.5242,4.8140,0.5242,0.5242,0.0000,0.0000,0.0000,0.0000,6.4557,-6.4557,96.8828,-103.3384,-1.6403,-101.6981,51.1595,0.0000,10.9199,-163.7775,1518.4282,1518.4282,1518.4282,1518.4282,1518.4282 +1160.5000,1.0000,16753.1391,55.4500,57.1440,-0.9411,3.9170,6,885.4559,39.0496,404.0824,-73.3873,3.6209,37.4684,-6.8048,-1.4709,0.4804,0.0000,0.4804,4.6114,0.4804,0.4804,0.0000,0.0000,0.0000,0.0000,6.0500,-6.0500,61.0724,-67.1225,-1.2866,-65.8359,52.3929,0.0000,10.2324,-128.4611,1519.2429,1519.2429,1519.2429,1519.2429,1519.2429 +1161.5000,1.0000,16767.5739,51.9555,53.7560,-1.0003,3.7790,6,829.6538,39.7361,424.3079,-77.3775,3.4523,36.8644,-6.7226,-1.4649,0.4407,0.0000,0.4407,4.4765,0.4407,0.4407,0.0000,0.0000,0.0000,0.0000,5.6688,-5.6688,66.5931,-72.2619,-1.2813,-70.9806,47.3640,0.0000,9.5881,-127.9326,1513.4739,1513.4739,1513.4739,1513.4739,1513.4739 +1162.5000,1.0000,16781.1137,48.7330,50.1550,-0.7900,3.8250,6,778.1952,44.0688,452.3655,-81.8367,3.5913,36.8644,-6.6691,-1.0852,0.4051,0.0000,0.4051,4.2713,0.4051,0.4051,0.0000,0.0000,0.0000,0.0000,5.3172,-5.3172,36.4444,-41.7616,-0.9492,-40.8124,44.9663,0.0000,8.9932,-94.7719,1501.7630,1501.7630,1501.7630,1501.7630,1501.7630 +1163.5000,1.0000,16793.7709,45.5560,47.3110,-0.9750,4.0720,6,727.4631,31.6454,483.9127,-87.2782,2.4107,36.8644,-6.6488,-1.2520,0.3711,0.0000,0.3711,3.2916,0.3711,0.3711,0.0000,0.0000,0.0000,0.0000,4.9705,-4.9705,52.3137,-57.2842,-1.0951,-56.1891,44.7449,0.0000,8.4061,-109.3401,1198.1888,1198.1888,1198.1888,1198.1888,1198.1888 +1164.5000,1.0000,16805.4820,42.1500,43.8010,-0.9172,4.4050,0,649.7191,40.0989,541.8166,-95.6169,2.7283,36.8644,-6.5056,-1.9838,0.0000,0.0000,0.0000,4.7121,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.5989,-4.5989,38.9692,-43.5681,-0.9532,-42.6150,44.7788,0.0000,7.7765,-95.1703,1210.5229,1210.5229,1210.5229,1210.5229,1210.5229 +1165.5000,1.0000,16816.1077,38.2425,40.4990,-1.2536,4.7670,5,694.6731,121.7561,506.7543,-90.7952,8.8573,36.8644,-6.6050,4.0388,0.2914,0.0000,0.2914,4.5271,0.3519,0.3519,0.0000,0.0000,0.0000,0.0000,4.1726,-4.1726,64.0112,-68.1838,-1.1820,-67.0018,43.9591,0.0000,7.0544,-118.0153,2282.9269,2282.9269,2282.9269,2282.9269,2282.9269 +1166.5000,1.0000,16825.4803,33.7315,35.9860,-1.2525,5.2400,5,739.8942,29.2014,475.7824,-85.9448,2.2626,36.8644,-6.6591,-2.2470,0.2952,0.0000,0.2952,4.2143,0.2952,0.2952,0.0000,0.0000,0.0000,0.0000,3.6804,-3.6804,52.5317,-56.2120,-1.0416,-55.1704,42.6110,0.0000,6.2208,-104.0022,1185.3805,1185.3805,1185.3805,1185.3805,1185.3805 +1167.5000,1.0000,16833.5359,28.9900,31.4770,-1.3817,6.1120,0,645.2211,30.0807,545.5938,-96.0994,2.0325,36.8644,-6.4932,-1.7918,0.0000,0.0000,0.0000,3.8243,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1630,-3.1630,48.3871,-51.5502,-0.9875,-50.5626,42.6945,0.0000,5.3438,-98.6009,1107.0035,1107.0035,1107.0035,1107.0035,1107.0035 +1168.5000,1.0000,16840.1589,23.8330,26.5030,-1.4833,7.1470,4,643.5128,78.4035,547.0422,-96.2826,5.2835,36.8644,-6.4883,1.7196,0.3344,0.0000,0.3344,3.2295,0.4021,0.4021,0.0000,0.0000,0.0000,0.0000,2.6004,-2.6004,39.8913,-42.4917,-0.8716,-41.6201,41.0153,0.0000,4.3902,-87.0255,1585.4386,1585.4386,1585.4386,1585.4386,1585.4386 +1169.5000,1.0000,16845.2273,18.2360,21.1630,-1.6261,8.2720,0,643.5128,19.6807,547.0422,-96.2826,1.3263,36.8644,-6.4883,-1.7196,0.0000,0.0000,0.0000,3.0458,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.9897,-1.9897,32.0910,-34.0807,-0.7311,-33.3495,36.2919,0.0000,3.3563,-72.9977,1002.2642,1002.2642,1002.2642,1002.2642,1002.2642 +1170.5000,1.0000,16848.9142,13.2630,15.3090,-1.1367,8.9880,2,768.2195,100.2992,458.2396,-82.9067,8.0688,36.8644,-6.6697,7.9361,-2.9376,0.0000,-2.9376,3.0704,-4.2341,0.7001,0.0000,-4.9341,0.0000,-4.9341,1.4471,-6.3812,0.0000,-6.3812,-0.3717,-6.0095,28.6621,0.0000,2.4395,-37.1111,2256.1080,2256.1080,2256.1080,2256.1080,2256.1080 +1171.5000,1.0000,16851.5632,9.5265,11.2170,-0.9392,8.5680,2,795.3095,-39.1729,442.6310,-80.0010,-3.2625,36.8644,-6.6629,-6.8929,0.5947,0.0000,0.5947,3.0356,0.5947,0.4150,0.0000,0.1797,0.0000,0.1797,1.0394,-0.8597,0.0000,-0.8597,-0.2206,-0.6391,19.6324,0.0000,1.7529,-22.0245,269.6101,269.6101,269.6101,269.6101,269.6101 +1172.5000,1.0000,16853.3720,6.5014,7.8360,-0.7414,6.4340,0,627.0900,31.1807,561.3686,-98.0441,2.0476,36.8644,-6.4384,-1.0432,0.0000,0.0000,0.0000,3.0908,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.7094,-0.7094,0.0000,-0.7094,-0.1188,-0.5905,10.0773,0.0000,1.1982,-11.8660,1101.2353,1101.2353,1101.2353,1101.2353,1101.2353 +1173.5000,1.0000,16854.6184,4.4769,5.4280,-0.3833,3.1240,1,622.2222,68.6283,565.7603,-98.5662,4.4717,36.8644,-6.4225,0.8491,0.6083,-0.0465,0.6548,3.0143,0.7448,0.3218,0.0000,0.4229,0.0000,0.4229,0.4885,-0.0655,0.0000,-0.0655,-0.0423,-0.0232,3.3747,0.0000,0.8264,-4.2243,1468.2369,1468.2369,1468.2369,1468.2369,1468.2369 +1174.5000,1.0000,16855.4735,3.0685,3.7870,-0.3992,0.9180,1,644.4444,30.0141,546.2513,-96.1827,2.0255,36.8644,-6.4910,0.0000,-0.9536,0.2915,-1.2451,2.9791,-1.2451,0.2188,0.0000,-1.4639,0.0000,-1.4639,0.3348,-1.7987,0.0000,-1.7987,-0.0302,-1.7685,0.6800,0.0000,0.5667,-3.0152,1105.6288,1105.6288,1105.6288,1105.6288,1105.6288 +1175.5000,1.0000,16855.8950,1.5075,2.3500,-0.4681,0.0000,1,644.4444,36.4623,546.2513,-96.1827,2.4607,36.8644,-6.4910,0.0000,-0.5331,0.6754,-1.2085,2.9938,-1.2085,0.1029,0.0000,-1.3115,0.0000,-1.3115,0.1645,-1.4759,0.0000,-1.4759,-0.0174,-1.4585,0.0000,0.0000,0.2784,-1.7369,1169.5949,1169.5949,1169.5949,1169.5949,1169.5949 +1176.5000,1.0000,16855.9928,0.3420,0.6650,-0.1794,0.0000,0,644.4444,43.8740,546.2513,-96.1827,2.9609,36.8644,-6.4910,0.0000,-0.0018,0.0311,-0.0330,2.9627,-0.0330,0.0192,0.0000,-0.0521,0.0000,-0.0521,0.0373,-0.0894,0.0000,-0.0894,-0.0015,-0.0879,0.0000,0.0000,0.0632,-0.1511,1243.1192,1243.1192,1243.1192,1243.1192,1243.1192 +1177.5000,1.0000,16855.9984,0.0095,0.0190,-0.0050,0.0000,0,644.4444,44.1678,546.2513,-96.1827,2.9807,36.8644,-6.4910,0.0000,0.0032,0.0000,0.0032,2.9776,0.0032,0.0005,0.0000,0.0027,0.0000,0.0027,0.0010,0.0016,0.0000,0.0016,0.0000,0.0016,0.0000,0.0000,0.0018,-0.0001,1246.0337,1246.0337,1246.0337,1246.0337,1246.0337 +1178.5000,1.0000,16856.0017,0.0000,0.0010,0.0006,0.0000,0,644.4444,44.1701,546.2513,-96.1827,2.9809,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9809,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1246.0560,1246.0560,1246.0560,1246.0560,1246.0560 +1179.5000,1.0000,16856.0053,0.0000,0.0020,0.0000,0.0000,0,644.4444,45.0404,546.2513,-96.1827,3.0396,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.6897,1254.6897,1254.6897,1254.6897,1254.6897 +1180.5000,1.0000,16856.0089,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8642,546.2513,-96.1827,2.8927,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.1013,1233.1013,1233.1013,1233.1013,1233.1013 +1181.5000,1.0000,16856.0125,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6748,546.2513,-96.1827,2.8800,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8800,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.2231,1231.2231,1231.2231,1231.2231,1231.2231 +1182.5000,1.0000,16856.0161,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.5350,546.2513,-96.1827,2.8705,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8705,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.8363,1229.8363,1229.8363,1229.8363,1229.8363 +1183.5000,1.0000,16856.0197,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4717,546.2513,-96.1827,2.8662,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8662,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.2079,1229.2079,1229.2079,1229.2079,1229.2079 +1184.5000,1.0000,16856.0234,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4155,546.2513,-96.1827,2.8625,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8625,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.6505,1228.6505,1228.6505,1228.6505,1228.6505 +1185.5000,1.0000,16856.0270,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8273,546.2513,-96.1827,2.8902,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8902,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.7353,1232.7353,1232.7353,1232.7353,1232.7353 +1186.5000,1.0000,16856.0306,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8474,546.2513,-96.1827,2.8916,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8916,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.9352,1232.9352,1232.9352,1232.9352,1232.9352 +1187.5000,1.0000,16856.0342,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4852,546.2513,-96.1827,2.8672,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8672,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.3418,1229.3418,1229.3418,1229.3418,1229.3418 +1188.5000,1.0000,16856.0378,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7105,546.2513,-96.1827,2.8824,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.5769,1231.5769,1231.5769,1231.5769,1231.5769 +1189.5000,1.0000,16856.0414,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.0256,546.2513,-96.1827,3.9834,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9834,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1393.4227,1393.4227,1393.4227,1393.4227,1393.4227 +1190.5000,1.0000,16856.0450,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.4679,546.2513,-96.1827,4.0133,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0133,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1397.8106,1397.8106,1397.8106,1397.8106,1397.8106 +1191.5000,1.0000,16856.0486,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.2379,546.2513,-96.1827,3.9302,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9302,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1385.6086,1385.6086,1385.6086,1385.6086,1385.6086 +1192.5000,1.0000,16856.0522,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.9104,546.2513,-96.1827,3.9756,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1392.2803,1392.2803,1392.2803,1392.2803,1392.2803 +1193.5000,1.0000,16856.0559,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.8217,546.2513,-96.1827,3.9696,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9696,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1391.4004,1391.4004,1391.4004,1391.4004,1391.4004 +1194.5000,1.0000,16856.0595,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.6910,546.2513,-96.1827,3.9608,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9608,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1390.1034,1390.1034,1390.1034,1390.1034,1390.1034 +1195.5000,1.0000,16856.0631,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.1453,546.2513,-96.1827,3.9915,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9915,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.6106,1394.6106,1394.6106,1394.6106,1394.6106 +1196.5000,1.0000,16856.0667,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.1234,546.2513,-96.1827,3.9900,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9900,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.3928,1394.3928,1394.3928,1394.3928,1394.3928 +1197.5000,1.0000,16856.0703,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.7750,546.2513,-96.1827,3.9665,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9665,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1390.9369,1390.9369,1390.9369,1390.9369,1390.9369 +1198.5000,1.0000,16856.0739,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.1953,546.2513,-96.1827,3.9274,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9274,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1385.1858,1385.1858,1385.1858,1385.1858,1385.1858 +1199.5000,1.0000,16856.0775,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.8475,546.2513,-96.1827,3.9714,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9714,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1391.6564,1391.6564,1391.6564,1391.6564,1391.6564 +1200.5000,1.0000,16856.0811,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.5773,546.2513,-96.1827,4.0206,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0206,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1398.8958,1398.8958,1398.8958,1398.8958,1398.8958 +1201.5000,1.0000,16856.0847,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.2102,546.2513,-96.1827,3.9959,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9959,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1395.2539,1395.2539,1395.2539,1395.2539,1395.2539 +1202.5000,1.0000,16856.0884,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.7214,546.2513,-96.1827,4.0304,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0304,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1400.3249,1400.3249,1400.3249,1400.3249,1400.3249 +1203.5000,1.0000,16856.0920,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.7526,546.2513,-96.1827,4.0325,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0325,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1400.6342,1400.6342,1400.6342,1400.6342,1400.6342 +1204.5000,1.0000,16856.0956,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.8711,546.2513,-96.1827,3.9730,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9730,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1391.8904,1391.8904,1391.8904,1391.8904,1391.8904 +1205.5000,1.0000,16856.0992,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.0893,546.2513,-96.1827,3.9877,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.0547,1394.0547,1394.0547,1394.0547,1394.0547 +1206.5000,1.0000,16856.1028,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.5800,546.2513,-96.1827,4.0208,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0208,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1398.9224,1398.9224,1398.9224,1398.9224,1398.9224 +1207.5000,1.0000,16856.1064,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.0066,546.2513,-96.1827,3.9821,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9821,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1393.2345,1393.2345,1393.2345,1393.2345,1393.2345 +1208.5000,1.0000,16856.1100,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.6479,546.2513,-96.1827,4.0254,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0254,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1399.5959,1399.5959,1399.5959,1399.5959,1399.5959 +1209.5000,1.0000,16856.1136,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.2710,546.2513,-96.1827,2.8527,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8527,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.2169,1227.2169,1227.2169,1227.2169,1227.2169 +1210.5000,1.0000,16856.1172,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.5009,546.2513,-96.1827,2.8682,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.4978,1229.4978,1229.4978,1229.4978,1229.4978 +1211.5000,1.0000,16856.1209,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.1172,546.2513,-96.1827,2.8423,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8423,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.6913,1225.6913,1225.6913,1225.6913,1225.6913 +1212.5000,1.0000,16856.1245,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8941,546.2513,-96.1827,2.8948,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8948,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.3984,1233.3984,1233.3984,1233.3984,1233.3984 +1213.5000,1.0000,16856.1281,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7598,546.2513,-96.1827,2.8857,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.0658,1232.0658,1232.0658,1232.0658,1232.0658 +1214.5000,1.0000,16856.1317,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.1635,546.2513,-96.1827,2.9129,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9129,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1236.0713,1236.0713,1236.0713,1236.0713,1236.0713 +1215.5000,1.0000,16856.1353,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7599,546.2513,-96.1827,2.8857,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.0675,1232.0675,1232.0675,1232.0675,1232.0675 +1216.5000,1.0000,16856.1389,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.2686,546.2513,-96.1827,2.8525,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8525,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.1938,1227.1938,1227.1938,1227.1938,1227.1938 +1217.5000,1.0000,16856.1425,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.2241,546.2513,-96.1827,2.8495,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8495,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.7517,1226.7517,1226.7517,1226.7517,1226.7517 +1218.5000,1.0000,16856.1461,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.0964,546.2513,-96.1827,2.8409,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8409,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.4855,1225.4855,1225.4855,1225.4855,1225.4855 +1219.5000,1.0000,16856.1497,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4123,546.2513,-96.1827,2.8622,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8622,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.6189,1228.6189,1228.6189,1228.6189,1228.6189 +1220.5000,1.0000,16856.1534,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6548,546.2513,-96.1827,2.8786,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.0248,1231.0248,1231.0248,1231.0248,1231.0248 +1221.5000,1.0000,16856.1570,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.5109,546.2513,-96.1827,2.8689,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8689,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.5973,1229.5973,1229.5973,1229.5973,1229.5973 +1222.5000,1.0000,16856.1606,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6569,546.2513,-96.1827,2.8787,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8787,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.0451,1231.0451,1231.0451,1231.0451,1231.0451 +1223.5000,1.0000,16856.1642,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.3049,546.2513,-96.1827,2.8550,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8550,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.5533,1227.5533,1227.5533,1227.5533,1227.5533 +1224.5000,1.0000,16856.1678,0.0000,0.0000,0.0000,0.0000,0,644.4444,41.9941,546.2513,-96.1827,2.8340,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8340,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.4701,1224.4701,1224.4701,1224.4701,1224.4701 +1225.5000,1.0000,16856.1714,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.1129,546.2513,-96.1827,2.8420,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.6488,1225.6488,1225.6488,1225.6488,1225.6488 +1226.5000,1.0000,16856.1750,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4809,546.2513,-96.1827,2.8669,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8669,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.2991,1229.2991,1229.2991,1229.2991,1229.2991 +1227.5000,1.0000,16856.1786,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6896,546.2513,-96.1827,2.8810,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8810,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.3702,1231.3702,1231.3702,1231.3702,1231.3702 +1228.5000,1.0000,16856.1822,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.2574,546.2513,-96.1827,2.8518,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8518,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.0827,1227.0827,1227.0827,1227.0827,1227.0827 +1229.5000,1.0000,16856.1859,0.0000,0.0000,0.0000,0.0000,0,644.4444,41.9838,546.2513,-96.1827,2.8333,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8333,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.3678,1224.3678,1224.3678,1224.3678,1224.3678 +1230.5000,1.0000,16856.1895,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7580,546.2513,-96.1827,2.8856,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8856,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.0482,1232.0482,1232.0482,1232.0482,1232.0482 +1231.5000,1.0000,16856.1931,0.0000,0.0000,0.0000,0.0000,0,644.4444,41.7600,546.2513,-96.1827,2.8182,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8182,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.1481,1222.1481,1222.1481,1222.1481,1222.1481 +1232.5000,1.0000,16856.1967,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6099,546.2513,-96.1827,2.8756,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1230.5791,1230.5791,1230.5791,1230.5791,1230.5791 +1233.5000,1.0000,16856.2003,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4033,546.2513,-96.1827,2.8616,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8616,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.5297,1228.5297,1228.5297,1228.5297,1228.5297 +1234.5000,1.0000,16856.2039,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4528,546.2513,-96.1827,2.8650,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.0205,1229.0205,1229.0205,1229.0205,1229.0205 +1235.5000,1.0000,16856.2075,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.0087,546.2513,-96.1827,2.8350,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8350,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.6150,1224.6150,1224.6150,1224.6150,1224.6150 +1236.5000,1.0000,16856.2111,0.0000,0.0000,0.0000,0.0000,0,644.4444,41.9202,546.2513,-96.1827,2.8290,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8290,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.7373,1223.7373,1223.7373,1223.7373,1223.7373 +1237.5000,1.0000,16856.2147,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.2447,546.2513,-96.1827,2.8509,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8509,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.9560,1226.9560,1226.9560,1226.9560,1226.9560 +1238.5000,1.0000,16856.2184,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.0986,546.2513,-96.1827,2.9086,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9086,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1235.4272,1235.4272,1235.4272,1235.4272,1235.4272 +1239.5000,1.0000,16856.2220,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.0756,546.2513,-96.1827,2.9070,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9070,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1235.1984,1235.1984,1235.1984,1235.1984,1235.1984 +1240.5000,1.0000,16856.2261,0.0020,0.0000,0.0011,0.0000,0,644.4444,42.5627,546.2513,-96.1827,2.8724,36.8644,-6.4910,0.0000,0.0014,0.0007,0.0007,2.8710,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1230.1105,1230.1105,1230.1105,1230.1105,1230.1105 +1241.5000,1.0000,16856.2303,0.0020,0.0040,-0.0011,0.0000,0,644.4444,42.3518,546.2513,-96.1827,2.8582,36.8644,-6.4910,0.0000,0.0007,0.0000,0.0007,2.8575,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1228.0184,1228.0184,1228.0184,1228.0184,1228.0184 +1242.5000,1.0000,16856.2339,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.5964,546.2513,-96.1827,2.8747,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8747,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1230.4455,1230.4455,1230.4455,1230.4455,1230.4455 +1243.5000,1.0000,16856.2375,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.9096,546.2513,-96.1827,2.8958,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8958,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.5516,1233.5516,1233.5516,1233.5516,1233.5516 +1244.5000,1.0000,16856.2411,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8614,546.2513,-96.1827,2.8925,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.0742,1233.0742,1233.0742,1233.0742,1233.0742 +1245.5000,1.0000,16856.2447,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8960,546.2513,-96.1827,2.8949,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8949,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.4176,1233.4176,1233.4176,1233.4176,1233.4176 +1246.5000,1.0000,16856.2484,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4247,546.2513,-96.1827,2.8631,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8631,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.7416,1228.7416,1228.7416,1228.7416,1228.7416 +1247.5000,1.0000,16856.2520,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7106,546.2513,-96.1827,2.8824,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.5785,1231.5785,1231.5785,1231.5785,1231.5785 +1248.5000,1.0000,16856.2556,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.5470,546.2513,-96.1827,2.8713,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8713,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.9550,1229.9550,1229.9550,1229.9550,1229.9550 +1249.5000,1.0000,16856.2592,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4660,546.2513,-96.1827,2.8659,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8659,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.1519,1229.1519,1229.1519,1229.1519,1229.1519 +1250.5000,1.0000,16856.2628,0.0000,0.0000,0.0000,0.0000,0,644.4444,41.2025,546.2513,-96.1827,2.7806,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.7806,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1216.6178,1216.6178,1216.6178,1216.6178,1216.6178 +1251.5000,1.0000,16856.2664,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6343,546.2513,-96.1827,2.8772,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8772,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1230.8209,1230.8209,1230.8209,1230.8209,1230.8209 +1252.5000,1.0000,16856.2700,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.2305,546.2513,-96.1827,2.9175,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9175,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1236.7352,1236.7352,1236.7352,1236.7352,1236.7352 +1253.5000,1.0000,16856.2736,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.0588,546.2513,-96.1827,2.9059,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9059,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1235.0325,1235.0325,1235.0325,1235.0325,1235.0325 +1254.5000,1.0000,16856.2772,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8636,546.2513,-96.1827,2.8927,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.0956,1233.0956,1233.0956,1233.0956,1233.0956 +1255.5000,1.0000,16856.2809,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7889,546.2513,-96.1827,2.8877,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.3548,1232.3548,1232.3548,1232.3548,1232.3548 +1256.5000,1.0000,16856.2845,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6549,546.2513,-96.1827,2.8786,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.0260,1231.0260,1231.0260,1231.0260,1231.0260 +1257.5000,1.0000,16856.2881,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.7631,546.2513,-96.1827,2.9534,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9534,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1242.0188,1242.0188,1242.0188,1242.0188,1242.0188 +1258.5000,1.0000,16856.2917,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.9298,546.2513,-96.1827,2.8972,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8972,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.7524,1233.7524,1233.7524,1233.7524,1233.7524 +1259.5000,1.0000,16856.2953,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.2859,546.2513,-96.1827,2.9212,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9212,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1237.2854,1237.2854,1237.2854,1237.2854,1237.2854 +1260.5000,1.0000,16856.2989,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.1723,546.2513,-96.1827,3.1160,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1160,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1265.9182,1265.9182,1265.9182,1265.9182,1265.9182 +1261.5000,1.0000,16856.3025,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.7041,546.2513,-96.1827,3.0844,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0844,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1261.2735,1261.2735,1261.2735,1261.2735,1261.2735 +1262.5000,1.0000,16856.3070,0.0030,0.0000,0.0017,0.0000,0,644.4444,45.0324,546.2513,-96.1827,3.0391,36.8644,-6.4910,0.0000,0.0021,0.0010,0.0010,3.0370,0.0010,0.0002,0.0000,0.0009,0.0000,0.0009,0.0003,0.0006,0.0000,0.0006,0.0000,0.0006,0.0000,0.0000,0.0006,0.0000,1254.6102,1254.6102,1254.6102,1254.6102,1254.6102 +1263.5000,1.0000,16856.3117,0.0030,0.0060,-0.0011,0.0000,0,644.4444,45.0985,546.2513,-96.1827,3.0435,36.8644,-6.4910,0.0000,0.0010,0.0000,0.0010,3.0425,0.0010,0.0002,0.0000,0.0009,0.0000,0.0009,0.0003,0.0005,0.0000,0.0005,0.0000,0.0005,0.0000,0.0000,0.0006,0.0000,1255.2663,1255.2663,1255.2663,1255.2663,1255.2663 +1264.5000,1.0000,16856.3159,0.0000,0.0020,0.0000,0.0000,0,644.4444,45.5453,546.2513,-96.1827,3.0737,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0737,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1259.6983,1259.6983,1259.6983,1259.6983,1259.6983 +1265.5000,1.0000,16856.3200,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.9075,546.2513,-96.1827,3.0981,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0981,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.2916,1263.2916,1263.2916,1263.2916,1263.2916 +1266.5000,1.0000,16856.3242,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.9804,546.2513,-96.1827,3.1030,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1030,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1264.0144,1264.0144,1264.0144,1264.0144,1264.0144 +1267.5000,1.0000,16856.3284,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.7784,546.2513,-96.1827,3.0894,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0894,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1262.0106,1262.0106,1262.0106,1262.0106,1262.0106 +1268.5000,1.0000,16856.3328,0.0000,0.0000,0.0006,0.0000,0,644.4444,45.3372,546.2513,-96.1827,3.0596,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0596,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1257.6335,1257.6335,1257.6335,1257.6335,1257.6335 +1269.5000,1.0000,16856.3375,0.0000,0.0020,0.0000,0.0000,0,644.4444,44.8797,546.2513,-96.1827,3.0288,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0288,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1253.0956,1253.0956,1253.0956,1253.0956,1253.0956 +1270.5000,1.0000,16856.3422,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.6734,546.2513,-96.1827,3.0823,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0823,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1260.9686,1260.9686,1260.9686,1260.9686,1260.9686 +1271.5000,1.0000,16856.3472,0.0000,0.0000,0.0006,0.0000,0,644.4444,46.1344,546.2513,-96.1827,3.1134,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1134,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1265.5419,1265.5419,1265.5419,1265.5419,1265.5419 +1272.5000,1.0000,16856.3525,0.0000,0.0020,0.0000,0.0000,0,644.4444,45.2703,546.2513,-96.1827,3.0551,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0551,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.9706,1256.9706,1256.9706,1256.9706,1256.9706 +1273.5000,1.0000,16856.3578,0.0000,0.0000,0.0000,0.0000,0,644.4444,44.5203,546.2513,-96.1827,3.0045,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0045,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.5304,1249.5304,1249.5304,1249.5304,1249.5304 +1274.5000,1.0000,16856.3631,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.5872,546.2513,-96.1827,3.1440,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1440,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1270.0336,1270.0336,1270.0336,1270.0336,1270.0336 +1275.5000,1.0000,16856.3684,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.1604,546.2513,-96.1827,3.1152,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1152,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1265.7997,1265.7997,1265.7997,1265.7997,1265.7997 +1276.5000,1.0000,16856.3736,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.0159,546.2513,-96.1827,3.0379,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0379,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.4462,1254.4462,1254.4462,1254.4462,1254.4462 +1277.5000,1.0000,16856.3789,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.2678,546.2513,-96.1827,3.0549,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0549,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.9459,1256.9459,1256.9459,1256.9459,1256.9459 +1278.5000,1.0000,16856.3842,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.1431,546.2513,-96.1827,3.0465,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0465,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1255.7081,1255.7081,1255.7081,1255.7081,1255.7081 +1279.5000,1.0000,16856.3895,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.8494,546.2513,-96.1827,3.0942,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0942,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1262.7152,1262.7152,1262.7152,1262.7152,1262.7152 +1280.5000,1.0000,16856.3947,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.9926,546.2513,-96.1827,3.1039,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1039,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1264.1353,1264.1353,1264.1353,1264.1353,1264.1353 +1281.5000,1.0000,16856.4000,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.5205,546.2513,-96.1827,3.1395,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1395,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1269.3718,1269.3718,1269.3718,1269.3718,1269.3718 +1282.5000,1.0000,16856.4053,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.1200,546.2513,-96.1827,3.0450,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0450,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1255.4795,1255.4795,1255.4795,1255.4795,1255.4795 +1283.5000,1.0000,16856.4106,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.5943,546.2513,-96.1827,3.0770,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0770,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1260.1841,1260.1841,1260.1841,1260.1841,1260.1841 +1284.5000,1.0000,16856.4159,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.9722,546.2513,-96.1827,3.1025,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1025,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.9332,1263.9332,1263.9332,1263.9332,1263.9332 +1285.5000,1.0000,16856.4211,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.7712,546.2513,-96.1827,3.0889,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0889,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1261.9394,1261.9394,1261.9394,1261.9394,1261.9394 +1286.5000,1.0000,16856.4264,0.0000,0.0000,0.0000,0.0000,0,644.4444,44.9019,546.2513,-96.1827,3.0303,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0303,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1253.3159,1253.3159,1253.3159,1253.3159,1253.3159 +1287.5000,1.0000,16856.4317,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.0194,546.2513,-96.1827,3.0382,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0382,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.4812,1254.4812,1254.4812,1254.4812,1254.4812 +1288.5000,1.0000,16856.4370,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.8596,546.2513,-96.1827,4.2421,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2421,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1431.4564,1431.4564,1431.4564,1431.4564,1431.4564 +1289.5000,1.0000,16856.4422,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.8048,546.2513,-96.1827,4.1710,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1420.9921,1420.9921,1420.9921,1420.9921,1420.9921 +1290.5000,1.0000,16856.4475,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.7526,546.2513,-96.1827,4.2349,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2349,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1430.3946,1430.3946,1430.3946,1430.3946,1430.3946 +1291.5000,1.0000,16856.4528,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.7644,546.2513,-96.1827,4.1682,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1420.5918,1420.5918,1420.5918,1420.5918,1420.5918 +1292.5000,1.0000,16856.4581,0.0000,0.0000,0.0000,0.0000,0,644.4444,60.9976,546.2513,-96.1827,4.1165,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1165,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1412.9855,1412.9855,1412.9855,1412.9855,1412.9855 +1293.5000,1.0000,16856.4634,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.5879,546.2513,-96.1827,4.1563,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1563,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1418.8406,1418.8406,1418.8406,1418.8406,1418.8406 +1294.5000,1.0000,16856.4686,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.9071,546.2513,-96.1827,4.1779,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1779,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1422.0077,1422.0077,1422.0077,1422.0077,1422.0077 +1295.5000,1.0000,16856.4739,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.9906,546.2513,-96.1827,4.1835,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1835,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1422.8359,1422.8359,1422.8359,1422.8359,1422.8359 +1296.5000,1.0000,16856.4792,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.1230,546.2513,-96.1827,4.1924,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1924,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1424.1492,1424.1492,1424.1492,1424.1492,1424.1492 +1297.5000,1.0000,16856.4845,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.4751,546.2513,-96.1827,4.2162,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2162,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1427.6421,1427.6421,1427.6421,1427.6421,1427.6421 +1298.5000,1.0000,16856.4897,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.7143,546.2513,-96.1827,4.1649,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1649,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1420.0951,1420.0951,1420.0951,1420.0951,1420.0951 +1299.5000,1.0000,16856.4950,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.2636,546.2513,-96.1827,4.2019,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1425.5437,1425.5437,1425.5437,1425.5437,1425.5437 diff --git a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVair_MeasuredSpeedVair.vmod b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVair_MeasuredSpeedVair.vmod index 878659366e0bf93a1ba08bfd2e51e88a9fb33d6b..861414392a0b336607c7d5da51d7d54059aca628 100644 --- a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVair_MeasuredSpeedVair.vmod +++ b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeedVair_MeasuredSpeedVair.vmod @@ -1,1300 +1,1300 @@ -time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h] -1.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,622.2222,45.3199,565.7603,-98.5662,2.9530,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.8021,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1237.0177,1237.0177,1237.0177 -2.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.8987,586.7144,-100.9497,3.8892,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8892,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1381.0348,1381.0348,1381.0348 -3.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.3443,586.7144,-100.9497,3.8544,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8544,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1375.5352,1375.5352,1375.5352 -4.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.2345,586.7144,-100.9497,3.8475,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8475,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.4460,1374.4460,1374.4460 -5.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.8091,586.7144,-100.9497,3.8836,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8836,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1380.1463,1380.1463,1380.1463 -6.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.3826,586.7144,-100.9497,3.8568,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1375.9149,1375.9149,1375.9149 -7.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.9607,586.7144,-100.9497,3.8931,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8931,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1381.6498,1381.6498,1381.6498 -8.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.1851,586.7144,-100.9497,3.8444,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8444,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1373.9562,1373.9562,1373.9562 -9.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,60.9341,586.7144,-100.9497,3.8286,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8286,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1371.4658,1371.4658,1371.4658 -10.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.3828,586.7144,-100.9497,3.8568,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1375.9170,1375.9170,1375.9170 -11.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,59.5891,586.7144,-100.9497,3.7441,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7441,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1358.1238,1358.1238,1358.1238 -12.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.5610,586.7144,-100.9497,3.8680,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8680,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1377.6852,1377.6852,1377.6852 -13.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,59.8969,586.7144,-100.9497,3.7634,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7634,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1361.1772,1361.1772,1361.1772 -14.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.2773,586.7144,-100.9497,3.8502,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8502,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.8709,1374.8709,1374.8709 -15.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.1169,586.7144,-100.9497,3.8401,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8401,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1373.2796,1373.2796,1373.2796 -16.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,59.7882,586.7144,-100.9497,3.7566,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7566,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1360.0986,1360.0986,1360.0986 -17.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,60.7591,586.7144,-100.9497,3.8176,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8176,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1369.7301,1369.7301,1369.7301 -18.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.0634,586.7144,-100.9497,3.8367,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8367,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1372.7494,1372.7494,1372.7494 -19.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,60.7951,586.7144,-100.9497,3.8199,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8199,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1370.0877,1370.0877,1370.0877 -20.5000,1.0000,0.0458,0.1650,0.3300,0.0917,0.0000,1,600.0000,60.9052,586.7144,-100.9497,3.8268,36.8644,-6.3429,0.0000,0.0000,-0.1144,0.1144,3.8268,0.1144,0.0078,0.0000,0.1065,0.0000,0.1065,0.0180,0.0885,0.0000,0.0885,0.0004,0.0882,0.0000,0.0205,0.0305,0.0372,1371.1797,1371.1797,1371.1797 -21.5000,1.0000,0.4165,1.3345,2.3390,0.5581,0.0000,1,622.2222,151.7184,565.7603,-98.5662,9.8858,36.8644,-6.4225,0.8491,4.2270,1.7292,2.4978,4.8097,2.4978,0.0986,0.0000,2.3992,0.0000,2.3992,0.1586,2.2406,0.0000,2.2406,0.0184,2.2223,0.0000,0.1426,0.2464,1.8333,2409.1575,2409.1575,2409.1575 -22.5000,1.0000,1.0732,2.3640,2.3890,0.0139,0.0000,1,644.4444,94.2667,546.2513,-96.1827,6.3617,36.8644,-6.4910,0.0000,1.4747,0.0154,1.4593,4.8870,1.4593,0.1369,0.0000,1.3224,0.0000,1.3224,0.2579,1.0644,0.0000,1.0644,0.0008,1.0636,0.0000,0.5462,0.4366,0.0808,1809.4649,1809.4649,1809.4649 -23.5000,1.0000,1.9456,3.1405,3.8920,0.4175,0.0000,1,644.4444,164.9113,546.2513,-96.1827,11.1292,36.8644,-6.4910,0.0000,6.3941,1.2346,5.1595,4.7351,5.1595,0.2429,0.0000,4.9165,0.0000,4.9165,0.3623,4.5542,0.0000,4.5542,0.0323,4.5219,0.0000,0.7143,0.5800,3.2276,2623.5908,2623.5908,2623.5908 -24.5000,1.0000,3.2883,4.8340,5.7760,0.5233,0.0000,1,746.3987,242.7735,491.6988,-85.2471,18.9758,38.4325,-6.6631,4.6733,9.3756,0.4573,8.9183,4.9270,8.9183,0.4301,0.0000,8.4882,0.0000,8.4882,0.5715,7.9167,0.0000,7.9167,0.0624,7.8544,0.0000,0.7341,0.8927,6.2275,4063.1252,4063.1252,4063.1252 -25.5000,1.0000,4.8979,5.7945,5.8130,0.0103,0.0000,1,851.0702,93.9216,483.5230,-75.8461,8.3707,43.0934,-6.7597,0.1420,3.1395,0.0000,3.1395,5.0891,3.1395,0.4289,0.0000,2.7106,0.0000,2.7106,0.6322,2.0784,0.0000,2.0784,0.0015,2.0769,0.0000,0.8602,1.0701,0.1466,2378.5651,2378.5651,2378.5651 -26.5000,1.0000,6.4654,5.6430,5.4730,-0.0944,0.0000,1,828.8186,63.2306,424.7354,-77.4372,5.4880,36.8644,-6.7211,-1.2709,1.6430,0.0000,1.6430,5.1159,1.6430,0.4280,0.0000,1.2150,0.0000,1.2150,0.6157,0.5993,0.0000,0.5993,-0.0131,0.6124,0.0000,0.8822,1.0421,-1.3119,1840.9918,1840.9918,1840.9918 -27.5000,1.0000,7.9300,5.2725,5.0720,-0.1114,0.0000,1,774.4012,58.9708,454.5817,-82.2436,4.7822,36.8644,-6.6696,-1.4005,1.1762,0.0000,1.1762,5.0065,1.1762,0.3948,0.0000,0.7814,0.0000,0.7814,0.5753,0.2061,0.0000,0.2061,-0.0145,0.2206,0.0000,0.6926,0.9737,-1.4457,1698.5095,1698.5095,1698.5095 -28.5000,1.0000,9.2769,4.8490,4.6260,-0.1239,0.0000,1,712.1994,59.1361,494.2838,-88.9153,4.4105,36.8644,-6.6314,-1.4325,0.9212,0.0000,0.9212,4.9218,0.9212,0.3555,0.0000,0.5657,0.0000,0.5657,0.5291,0.0366,0.0000,0.0366,-0.0148,0.0514,0.0000,0.6347,0.8955,-1.4788,1518.2542,1518.2542,1518.2542 -29.5000,1.0000,10.5646,4.6355,4.6450,0.0053,0.0000,1,680.8415,108.9198,517.0493,-92.2787,7.7657,36.8644,-6.5792,0.0583,2.7342,0.0000,2.7342,4.9732,2.7342,0.3169,0.0000,2.4173,0.0000,2.4173,0.5058,1.9116,0.0000,1.9116,0.0006,1.9110,0.0000,0.9947,0.8561,0.0602,2097.1533,2097.1533,2097.1533 -30.5000,1.0000,11.8244,4.5355,4.4260,-0.0608,0.0000,1,666.1540,87.3380,528.4494,-93.8541,6.0927,36.8644,-6.5472,-0.6579,1.8060,0.0000,1.8060,4.9446,1.8060,0.3167,0.0000,1.4893,0.0000,1.4893,0.4949,0.9944,0.0000,0.9944,-0.0068,1.0012,0.0000,0.8428,0.8376,-0.6792,1776.5273,1776.5273,1776.5273 -31.5000,1.0000,13.1656,4.8280,5.2300,0.2233,0.0000,1,709.1150,169.8914,496.4337,-89.2461,12.6159,36.8644,-6.6273,2.5712,5.1655,0.0000,5.1655,4.8791,5.1655,0.3546,0.0000,4.8109,0.0000,4.8109,0.5268,4.2842,0.0000,4.2842,0.0266,4.2576,0.0000,0.7117,0.8916,2.6543,2912.7540,2912.7540,2912.7540 -32.5000,1.0000,14.7229,5.6065,5.9830,0.2092,0.0000,1,823.4576,154.1574,484.2001,-77.8205,13.2933,41.7537,-6.7106,2.7964,5.6332,0.0000,5.6332,4.8637,5.6332,0.4240,0.0000,5.2092,0.0000,5.2092,0.6117,4.5975,0.0000,4.5975,0.0289,4.5686,0.0000,0.6464,1.0354,2.8868,3122.5686,3122.5686,3122.5686 -33.5000,1.0000,16.3857,5.9860,5.9890,0.0017,0.0000,1,879.1969,88.0114,458.2342,-73.8349,8.1031,42.1893,-6.7979,0.0238,3.0498,0.0000,3.0498,5.0296,3.0498,0.4502,0.0000,2.5996,0.0000,2.5996,0.6531,1.9465,0.0000,1.9465,0.0002,1.9463,0.0000,0.8162,1.1055,0.0246,2347.1464,2347.1464,2347.1464 -34.5000,1.0000,18.0233,5.8955,5.8020,-0.0519,0.0000,1,865.9047,70.5951,409.3064,-74.7853,6.4014,37.1148,-6.7813,-0.7303,2.1297,0.0000,2.1297,5.0019,2.1297,0.4497,0.0000,1.6800,0.0000,1.6800,0.6432,1.0368,0.0000,1.0368,-0.0076,1.0443,0.0000,0.7094,1.0888,-0.7539,1972.7631,1972.7631,1972.7631 -35.5000,1.0000,19.6322,5.7920,5.7820,-0.0056,0.0000,1,850.7031,84.8738,413.8091,-75.8723,7.5610,36.8644,-6.7591,-0.0767,2.7140,0.0000,2.7140,4.9238,2.7140,0.4329,0.0000,2.2810,0.0000,2.2810,0.6320,1.6491,0.0000,1.6491,-0.0008,1.6499,0.0000,0.6594,1.0696,-0.0792,2203.2298,2203.2298,2203.2298 -36.5000,1.0000,21.2472,5.8140,5.8460,0.0178,0.0000,1,853.9343,91.4826,417.7633,-75.6413,8.1807,37.3580,-6.7641,0.2465,3.0174,0.0000,3.0174,4.9168,3.0174,0.4322,0.0000,2.5852,0.0000,2.5852,0.6344,1.9508,0.0000,1.9508,0.0025,1.9483,0.0000,0.6202,1.0737,0.2544,2339.9819,2339.9819,2339.9819 -37.5000,1.0000,22.9228,6.0320,6.2180,0.1033,0.0000,1,885.9532,117.0056,456.3102,-73.3517,10.8554,42.3350,-6.8053,1.4863,4.4626,0.0000,4.4626,4.9065,4.4626,0.4410,0.0000,4.0216,0.0000,4.0216,0.6581,3.3635,0.0000,3.3635,0.0154,3.3481,0.0000,0.6998,1.1140,1.5344,2820.1064,2820.1064,2820.1064 -38.5000,1.0000,24.7068,6.4225,6.6270,0.1136,0.0000,1,943.3081,120.9000,494.7830,-69.8699,11.9429,48.8761,-6.9020,1.7400,5.1060,0.0000,5.1060,5.0969,5.1060,0.4822,0.0000,4.6238,0.0000,4.6238,0.7007,3.9230,0.0000,3.9230,0.0180,3.9050,0.0000,0.9227,1.1861,1.7962,3039.0561,3039.0561,3039.0561 -39.5000,1.0000,26.5778,6.7355,6.8440,0.0603,0.0000,1,989.2801,103.0217,504.1773,-67.2400,10.6728,52.2313,-6.9659,0.9682,4.4285,0.0000,4.4285,5.2761,4.4285,0.5192,0.0000,3.9094,0.0000,3.9094,0.7349,3.1745,0.0000,3.1745,0.0100,3.1645,0.0000,0.9211,1.2439,0.9994,2940.0843,2940.0843,2940.0843 -40.5000,1.0000,28.5218,6.9985,7.1530,0.0858,0.0000,1,1027.9084,111.1175,509.9216,-68.6246,11.9609,54.8891,-7.3869,1.4324,5.0779,0.0000,5.0779,5.4506,5.0779,0.5429,0.0000,4.5350,0.0000,4.5350,0.7636,3.7714,0.0000,3.7714,0.0148,3.7566,0.0000,0.9854,1.2924,1.4787,3124.9352,3124.9352,3124.9352 -41.5000,1.0000,30.5406,7.2675,7.3820,0.0636,0.0000,1,1067.4179,91.3358,519.4603,-71.4528,10.2095,58.0651,-7.9870,1.1024,4.7995,0.0000,4.7995,4.3076,4.7995,0.5772,0.0000,4.2222,0.0000,4.2222,0.7929,3.4293,0.0000,3.4293,0.0114,3.4179,0.0000,0.9377,1.3421,1.1380,2837.8778,2837.8778,2837.8778 -42.5000,1.0000,32.6031,7.4250,7.4680,0.0239,0.0000,1,1090.5508,76.2445,509.6516,-73.1087,8.7073,58.2033,-8.3492,0.4230,3.8908,0.0000,3.8908,4.3935,3.8908,0.6051,0.0000,3.2857,0.0000,3.2857,0.8101,2.4756,0.0000,2.4756,0.0044,2.4712,0.0000,0.6633,1.3712,0.4366,2612.1722,2612.1722,2612.1722 -43.5000,1.0000,34.6757,7.4615,7.4550,-0.0036,0.0000,1,1095.9117,70.6481,499.5584,-73.4924,8.1078,57.3311,-8.4343,-0.0643,3.7654,0.0000,3.7654,4.4067,3.7654,0.6107,0.0000,3.1546,0.0000,3.1546,0.8141,2.3405,0.0000,2.3405,-0.0007,2.3412,0.0000,1.0295,1.3780,-0.0663,2526.3659,2526.3659,2526.3659 -44.5000,1.0000,36.7428,7.4415,7.4280,-0.0075,0.0000,1,1092.9742,67.0510,495.6533,-73.2821,7.6744,56.7305,-8.3876,-0.1331,3.4156,0.0000,3.4156,4.3918,3.4156,0.6118,0.0000,2.8038,0.0000,2.8038,0.8119,1.9919,0.0000,1.9919,-0.0014,1.9932,0.0000,0.7564,1.3743,-0.1374,2467.0320,2467.0320,2467.0320 -45.5000,1.0000,38.8010,7.4095,7.3910,-0.0103,0.0000,1,1088.2742,66.4658,492.2191,-72.9457,7.5747,56.0952,-8.3132,-0.1816,3.3628,0.0000,3.3628,4.3935,3.3628,0.6085,0.0000,2.7543,0.0000,2.7543,0.8084,1.9459,0.0000,1.9459,-0.0019,1.9477,0.0000,0.7668,1.3684,-0.1875,2454.6139,2454.6139,2454.6139 -46.5000,1.0000,40.8528,7.3865,7.3820,-0.0025,0.0000,1,1084.8961,72.4370,492.4178,-72.7039,8.2296,55.9436,-8.2599,-0.0440,3.8731,0.0000,3.8731,4.4005,3.8731,0.6007,0.0000,3.2724,0.0000,3.2724,0.8059,2.4665,0.0000,2.4665,-0.0005,2.4670,0.0000,1.1483,1.3641,-0.0455,2547.7011,2547.7011,2547.7011 -47.5000,1.0000,42.9071,7.3955,7.4090,0.0075,0.0000,1,1086.2180,74.1776,497.3276,-72.7985,8.4376,56.5703,-8.2807,0.1323,3.9569,0.0000,3.9569,4.3485,3.9569,0.6009,0.0000,3.3559,0.0000,3.3559,0.8069,2.5490,0.0000,2.5490,0.0014,2.5477,0.0000,1.0454,1.3658,0.1365,2576.3472,2576.3472,2576.3472 -48.5000,1.0000,44.9547,7.3715,7.3340,-0.0208,0.0000,1,1082.6929,66.9637,492.2750,-72.5462,7.5923,55.8138,-8.2252,-0.3662,3.5841,0.0000,3.5841,4.3744,3.5841,0.6018,0.0000,2.9823,0.0000,2.9823,0.8043,2.1780,0.0000,2.1780,-0.0038,2.1818,0.0000,1.1985,1.3613,-0.3780,2458.9040,2458.9040,2458.9040 -49.5000,1.0000,46.9894,7.3250,7.3160,-0.0050,0.0000,1,1075.8632,73.0853,489.9409,-72.0573,8.2341,55.1988,-8.1183,-0.0873,3.9618,0.0000,3.9618,4.3596,3.9618,0.5925,0.0000,3.3694,0.0000,3.3694,0.7992,2.5701,0.0000,2.5701,-0.0009,2.5711,0.0000,1.3085,1.3527,-0.0902,2552.1323,2552.1323,2552.1323 -50.5000,1.0000,49.0206,7.3120,7.3080,-0.0022,0.0000,1,1073.9539,72.6138,492.7812,-71.9206,8.1664,55.4202,-8.0885,-0.0387,3.8878,0.0000,3.8878,4.3174,3.8878,0.5916,0.0000,3.2961,0.0000,3.2961,0.7978,2.4983,0.0000,2.4983,-0.0004,2.4987,0.0000,1.1884,1.3503,-0.0400,2543.3553,2543.3553,2543.3553 -51.5000,1.0000,51.0408,7.2730,7.2380,-0.0194,0.0000,1,1068.2257,66.3984,488.0885,-71.5106,7.4276,54.5997,-7.9995,-0.3372,3.4411,0.0000,3.4411,4.3237,3.4411,0.5915,0.0000,2.8496,0.0000,2.8496,0.7935,2.0561,0.0000,2.0561,-0.0035,2.0596,0.0000,1.0646,1.3431,-0.3481,2440.4061,2440.4061,2440.4061 -52.5000,1.0000,52.9194,6.7630,6.2880,-0.2639,0.0000,1,993.3192,-8.6840,411.3895,-67.0090,-0.9033,42.7928,-6.9703,-4.2558,-0.9420,0.0000,-0.9420,4.2945,-0.9420,0.5760,0.0000,-1.5180,0.0000,-1.5180,0.7379,-2.2559,0.0000,-2.2559,-0.0440,-2.2119,0.0000,0.9324,1.2490,-4.3933,863.0651,863.0651,863.0651 -53.5000,1.0000,54.6232,6.1335,5.9790,-0.0858,0.0000,1,900.8610,46.4314,390.7691,-72.2980,4.3802,36.8644,-6.8204,-1.2554,1.6732,0.0000,1.6732,3.9625,1.6732,0.4798,0.0000,1.1933,0.0000,1.1933,0.6692,0.5241,0.0000,0.5241,-0.0130,0.5371,0.0000,0.7004,1.1327,-1.2960,1626.4547,1626.4547,1626.4547 -54.5000,1.0000,56.2435,5.8330,5.6870,-0.0811,0.0000,1,856.7249,49.8551,410.9004,-75.4417,4.4728,36.8644,-6.7683,-1.1282,1.7481,0.0000,1.7481,3.8529,1.7481,0.4469,0.0000,1.3012,0.0000,1.3012,0.6364,0.6648,0.0000,0.6648,-0.0117,0.6765,0.0000,0.7639,1.0772,-1.1647,1662.0781,1662.0781,1662.0781 -55.5000,1.0000,57.8371,5.7370,5.7870,0.0278,0.0000,1,842.6249,86.9693,417.7762,-76.4500,7.6741,36.8644,-6.7459,0.3800,3.4788,0.0000,3.4788,3.8153,3.4788,0.4195,0.0000,3.0593,0.0000,3.0593,0.6260,2.4334,0.0000,2.4334,0.0039,2.4294,0.0000,0.9777,1.0595,0.3923,2219.9203,2219.9203,2219.9203 -56.5000,1.0000,59.4224,5.7070,5.6270,-0.0444,0.0000,1,838.2186,65.0024,419.9723,-76.7650,5.7058,36.8644,-6.7383,-0.6048,2.5127,0.0000,2.5127,3.7980,2.5127,0.4260,0.0000,2.0867,0.0000,2.0867,0.6227,1.4640,0.0000,1.4640,-0.0063,1.4702,0.0000,1.0407,1.0539,-0.6244,1868.2941,1868.2941,1868.2941 -57.5000,1.0000,60.9322,5.4355,5.2440,-0.1064,0.0000,1,798.3419,44.2387,440.9497,-79.6758,3.6985,36.8644,-6.6611,-1.3790,1.3198,0.0000,1.3198,3.7576,1.3198,0.4099,0.0000,0.9100,0.0000,0.9100,0.5931,0.3169,0.0000,0.3169,-0.0143,0.3312,0.0000,0.7509,1.0038,-1.4235,1563.2640,1563.2640,1563.2640 -58.5000,1.0000,62.3318,5.0385,4.8330,-0.1142,0.0000,1,740.0323,48.9910,475.6936,-85.9300,3.7966,36.8644,-6.6592,-1.3717,1.2128,0.0000,1.2128,3.9555,1.2128,0.3711,0.0000,0.8417,0.0000,0.8417,0.5497,0.2920,0.0000,0.2920,-0.0142,0.3062,0.0000,0.7917,0.9305,-1.4160,1458.4198,1458.4198,1458.4198 -59.5000,1.0000,63.5126,4.2510,3.6690,-0.3233,0.0000,1,677.1469,17.9197,519.8704,-92.6750,1.2707,36.8644,-6.5716,-1.3599,-1.2997,0.1334,-1.4331,3.9303,-1.4331,0.3227,0.0000,-1.7558,0.0000,-1.7558,0.4638,-2.2196,0.0000,-2.2196,-0.0339,-2.1857,0.0000,0.4128,0.7851,-3.3835,1015.7388,1015.7388,1015.7388 -60.5000,1.0000,64.4635,3.4230,3.1770,-0.1367,0.0000,1,644.4444,60.5018,546.2513,-96.1827,4.0830,36.8644,-6.4910,0.0000,0.1239,-0.0096,0.1335,3.9592,0.1335,0.2343,0.0000,-0.1008,0.0000,-0.1008,0.3735,-0.4743,0.0000,-0.4743,-0.0115,-0.4628,0.0000,0.0567,0.6321,-1.1516,1408.0672,1408.0672,1408.0672 -61.5000,1.0000,65.2910,2.9790,2.7810,-0.1100,0.0000,1,644.4444,59.5610,546.2513,-96.1827,4.0195,36.8644,-6.4910,0.0000,0.2417,-0.0172,0.2589,3.7779,0.2589,0.1966,0.0000,0.0623,0.0000,0.0623,0.3250,-0.2627,0.0000,-0.2627,-0.0081,-0.2546,0.0000,0.0019,0.5501,-0.8067,1398.7338,1398.7338,1398.7338 -62.5000,1.0000,66.0639,2.7825,2.7840,0.0008,0.0000,1,644.4444,70.3895,546.2513,-96.1827,4.7503,36.8644,-6.4910,0.0000,0.9974,0.0005,0.9968,3.7530,0.9968,0.1736,0.0000,0.8232,0.0000,0.8232,0.3036,0.5196,0.0000,0.5196,0.0001,0.5196,0.0000,0.0000,0.5139,0.0057,1506.1529,1506.1529,1506.1529 -63.5000,1.0000,66.8740,2.9165,3.0490,0.0736,0.0000,1,644.4444,78.8101,546.2513,-96.1827,5.3186,36.8644,-6.4910,0.0000,1.6403,0.0713,1.5691,3.6782,1.5691,0.1785,0.0000,1.3906,0.0000,1.3906,0.3182,1.0724,0.0000,1.0724,0.0053,1.0671,0.0000,0.0000,0.5386,0.5285,1593.8447,1593.8447,1593.8447 -64.5000,1.0000,67.7031,2.9845,2.9200,-0.0358,0.0000,1,644.4444,68.0401,546.2513,-96.1827,4.5918,36.8644,-6.4910,0.0000,0.7851,-0.0173,0.8025,3.8066,0.8025,0.1916,0.0000,0.6109,0.0000,0.6109,0.3256,0.2853,0.0000,0.2853,-0.0026,0.2879,0.0000,0.0000,0.5512,-0.2633,1482.8471,1482.8471,1482.8471 -65.5000,1.0000,68.6744,3.4970,4.0740,0.3206,0.0000,1,644.4444,124.7635,546.2513,-96.1827,8.4198,36.8644,-6.4910,0.0000,4.7262,0.6694,4.0568,3.6936,4.0568,0.2423,0.0000,3.8145,0.0000,3.8145,0.3816,3.4329,0.0000,3.4329,0.0276,3.4053,0.0000,0.0000,0.6458,2.7595,2169.5196,2169.5196,2169.5196 -66.5000,1.0000,70.0569,4.9770,5.8800,0.5017,0.0000,1,754.0363,217.0590,484.2222,-84.4279,17.1395,38.2354,-6.6666,5.0748,8.3806,0.2560,8.1246,3.6841,8.1246,0.4249,0.0000,7.6997,0.0000,7.6997,0.5728,7.1270,0.0000,7.1270,0.0616,7.0654,0.0000,0.0000,0.9191,6.1463,3698.5628,3698.5628,3698.5628 -67.5000,1.0000,71.8329,6.3935,6.9070,0.2853,0.0000,1,939.0487,153.8388,564.3061,-70.1135,15.1280,55.4921,-6.8948,4.3493,6.9293,0.0000,6.9293,3.8494,6.9293,0.5161,0.0000,6.4132,0.0000,6.4132,0.6976,5.7156,0.0000,5.7156,0.0450,5.6706,0.0000,0.0000,1.1807,4.4899,3518.7645,3518.7645,3518.7645 -68.5000,1.0000,73.9839,7.7435,8.5800,0.4647,0.0000,1,1137.3306,208.0952,618.7796,-76.0119,24.7843,73.6973,-9.0531,8.5812,12.0016,0.0000,12.0016,4.2015,12.0016,0.7441,0.0000,11.2576,0.0000,11.2576,0.8803,10.3773,0.0000,10.3773,0.0887,10.2885,0.0000,0.0000,1.4300,8.8585,5250.1689,5250.1689,5250.1689 -69.5000,1.0000,76.4307,8.8085,9.0370,0.1269,0.0000,1,1293.7531,101.1076,617.0859,-85.3106,13.6982,83.6037,-11.5580,2.6664,6.1252,0.0000,6.1252,4.9065,6.1252,0.7573,0.0000,5.3680,0.0000,5.3680,0.9611,4.4069,0.0000,4.4069,0.0276,4.3793,0.0000,0.0000,1.6267,2.7526,3312.5002,3312.5002,3312.5002 -70.5000,1.0000,78.8819,8.8243,8.6116,-0.1182,0.0000,0,1194.6137,-36.7300,457.3781,-79.4290,-4.5949,57.2178,-9.9365,-9.7352,0.0000,0.0000,0.0000,5.1403,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9628,-0.9628,0.0000,-0.9628,-0.0257,-0.9371,0.0000,0.0000,1.6296,-2.5667,742.2400,742.2400,742.2400 -71.5000,1.0000,81.7374,10.2798,11.9480,0.9268,0.0000,2,1029.6895,348.1369,401.2992,-68.7521,37.5392,43.2716,-7.4135,-2.0376,33.3807,0.0000,33.3807,6.1961,27.8213,0.8871,0.0000,26.9342,0.0000,26.9342,1.3485,25.5857,0.0000,25.5857,0.2349,25.3508,0.0000,0.0000,1.8984,23.4524,7632.1033,7632.1033,7632.1033 -72.5000,1.0000,85.3909,13.1525,14.3570,0.6692,0.0000,2,1098.0221,353.3670,684.8498,-73.6435,40.6318,78.7472,-8.4679,6.7806,26.9248,0.0000,26.9248,6.9264,26.9248,1.0162,0.0000,25.9087,0.0000,25.9087,1.5971,24.3116,0.0000,24.3116,0.2170,24.0946,0.0000,0.0000,2.4289,21.6657,8166.5533,8166.5533,8166.5533 -73.5000,1.0000,89.7425,15.6660,16.9750,0.7272,0.0000,2,1307.8589,381.3048,715.3880,-86.1472,52.2230,97.9786,-11.7986,8.7771,34.4709,0.0000,34.4709,8.9750,34.4709,1.3153,0.0000,33.1557,0.0000,33.1557,1.9367,31.2189,0.0000,31.2189,0.2809,30.9381,0.0000,0.0000,2.8931,28.0449,10499.7729,10499.7729,10499.7729 -74.5000,1.0000,94.8720,18.4660,19.9570,0.8283,0.0000,2,1541.6139,430.3982,785.8452,-100.0107,69.4824,126.8648,-16.1455,11.7842,45.5173,0.0000,45.5173,12.1808,45.5173,1.7228,0.0000,43.7946,0.0000,43.7946,2.3536,41.4410,0.0000,41.4410,0.3771,41.0639,0.0000,0.0000,3.4102,37.6537,13900.5653,13900.5653,13900.5653 -75.5000,1.0000,100.3565,19.7443,19.5316,-0.1182,0.0000,0,1537.0388,28.2396,672.5056,-99.7394,4.5454,108.2454,-16.0539,-12.1811,0.0000,0.0000,0.0000,16.7265,0.0000,0.0000,0.0000,0.0002,0.0000,0.0002,2.1543,-2.1541,0.0000,-2.1541,-0.0575,-2.0966,0.0000,0.0000,3.6463,-5.7429,2757.1499,2757.1499,2757.1499 -76.5000,1.0000,105.9569,20.1613,20.7910,0.3498,0.0000,3,1225.9402,236.2919,400.0968,-81.2887,30.3352,51.3645,-10.4359,-13.7058,29.5178,0.0000,29.5178,14.5231,24.3733,0.9098,0.0000,23.4634,0.0000,23.4634,2.2044,21.2591,0.0000,21.2591,0.1739,21.0852,0.0000,0.0000,3.7233,17.3619,6330.6166,6330.6166,6330.6166 -77.5000,1.0000,111.7649,20.9090,21.0270,0.0656,0.0000,3,1049.8157,163.0786,590.5869,-70.1927,17.9283,64.9270,-7.7167,0.3820,10.2009,0.0000,10.2009,7.3454,10.2009,0.6502,0.0000,9.5507,0.0000,9.5507,2.2813,7.2694,0.0000,7.2694,0.0338,7.2356,0.0000,0.0000,3.8614,3.3742,3955.5936,3955.5936,3955.5936 -78.5000,1.0000,117.8706,21.9805,22.9340,0.5297,0.0000,3,1103.6144,427.0016,571.8035,-74.0007,49.3487,66.0835,-8.5523,3.2446,36.7788,0.0000,36.7788,9.3252,36.7788,1.2169,0.0000,35.5619,0.0000,35.5619,2.5530,33.0089,0.0000,33.0089,0.2871,32.7218,0.0000,0.0000,4.0593,28.6626,9852.6967,9852.6967,9852.6967 -79.5000,1.0000,124.6184,24.2920,25.6500,0.7544,0.0000,3,1219.6720,550.2457,709.6466,-80.9170,70.2795,90.6387,-10.3350,5.1070,54.7371,0.0000,54.7371,10.4353,54.7371,1.6561,0.0000,53.0810,0.0000,53.0810,3.0282,50.0529,0.0000,50.0529,0.4518,49.6010,0.0000,0.0000,4.4861,45.1149,13911.3181,13911.3181,13911.3181 -80.5000,1.0000,132.0710,26.8295,28.0090,0.6553,0.0000,3,1347.0768,500.8089,768.5554,-88.4731,70.6469,108.4167,-12.4805,4.8991,53.6383,0.0000,53.6383,12.1095,53.6383,1.7283,0.0000,51.9100,0.0000,51.9100,3.2438,48.6662,0.0000,48.6662,0.4335,48.2328,0.0000,0.0000,4.9547,43.2780,13992.5547,13992.5547,13992.5547 -81.5000,1.0000,140.1910,29.2320,30.4550,0.6794,0.0000,3,1467.7035,520.4891,774.7678,-95.6272,79.9979,119.0799,-14.6977,5.5346,60.2985,0.0000,60.2985,14.1648,60.2985,1.9569,0.0000,58.3415,0.0000,58.3415,3.5610,54.7806,0.0000,54.7806,0.4897,54.2909,0.0000,0.0000,5.3984,48.8924,15745.1458,15745.1458,15745.1458 -82.5000,1.0000,148.5917,30.2423,30.0296,-0.1182,0.0000,0,1443.2503,56.4413,718.0308,-94.1770,8.5304,108.5209,-14.2336,-7.6098,0.0000,0.0000,0.0000,16.1401,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.2997,-3.2997,0.0000,-3.2997,-0.0881,-3.2116,0.0000,0.0000,5.5850,-8.7966,3008.9785,3008.9785,3008.9785 -83.5000,1.0000,157.1106,30.6679,31.3062,0.3546,0.0000,4,1186.8511,412.8346,412.8346,-78.9659,51.3099,51.3099,-9.8144,-12.4299,44.3678,0.0000,44.3678,19.3720,37.2179,1.1563,0.0000,36.0616,0.0000,36.0616,3.3587,32.7029,0.0000,32.7029,0.2681,32.4347,0.0000,0.0000,5.6636,26.7711,10259.2615,10259.2615,10259.2615 -84.5000,1.0000,166.0648,32.2352,33.1642,0.5161,0.0000,4,1046.4687,698.9166,698.9166,-69.9532,76.5914,76.5914,-7.6659,1.9381,52.5394,0.0000,52.5394,22.1139,52.5394,1.4948,0.0000,51.0446,0.0000,51.0446,3.7275,47.3172,0.0000,47.3172,0.4102,46.9070,0.0000,0.0000,5.9530,40.9539,15109.1911,15109.1911,15109.1911 -85.5000,1.0000,175.6118,34.3694,35.5746,0.6696,0.0000,4,1115.7521,801.1730,801.1730,-74.7247,93.6101,93.6101,-8.7309,2.6808,69.6192,0.0000,69.6192,21.3100,69.6192,1.8819,0.0000,67.7373,0.0000,67.7373,4.1739,63.5634,0.0000,63.5634,0.5674,62.9960,0.0000,0.0000,6.3472,56.6489,18319.2908,18319.2908,18319.2908 -86.5000,1.0000,185.9184,37.1038,38.6330,0.8495,0.0000,4,1204.5199,851.3053,851.3053,-80.0183,107.3811,107.3811,-10.0933,3.6721,92.3811,0.0000,92.3811,11.3280,92.3811,2.3982,0.0000,89.9829,0.0000,89.9829,4.7589,85.2240,0.0000,85.2240,0.7771,84.4468,0.0000,0.0000,6.8522,77.5947,20883.0427,20883.0427,20883.0427 -87.5000,1.0000,197.0068,39.9180,41.2030,0.7139,0.0000,4,1295.8785,722.1827,871.7791,-85.4366,98.0031,118.3040,-11.5941,3.3198,85.4666,0.0000,85.4666,9.2167,85.4666,2.3262,0.0000,83.1404,0.0000,83.1404,4.9148,78.2256,0.0000,78.2256,0.7026,77.5230,0.0000,0.0000,7.3719,70.1511,19097.4680,19097.4680,19097.4680 -88.5000,1.0000,208.5716,41.6335,42.0640,0.2392,0.0000,4,1351.5703,340.8073,821.7672,-88.7396,48.2365,116.3097,-12.5599,1.1600,38.4157,0.0000,38.4157,8.6609,38.4157,1.4273,0.0000,36.9884,0.0000,36.9884,4.5425,32.4458,0.0000,32.4458,0.2455,32.2003,0.0000,0.0000,7.6887,24.5117,9753.6865,9753.6865,9753.6865 -89.5000,1.0000,220.3794,42.5080,42.9520,0.2467,0.0000,4,1379.9596,343.8951,684.2553,-90.4233,49.6959,98.8811,-13.0670,1.2215,40.0397,0.0000,40.0397,8.4347,40.0397,1.4818,0.0000,38.5580,0.0000,38.5580,4.6380,33.9200,0.0000,33.9200,0.2585,33.6615,0.0000,0.0000,7.8502,25.8113,10067.2464,10067.2464,10067.2464 -90.5000,1.0000,232.4208,43.3490,43.7460,0.2206,0.0000,4,1407.2615,322.9688,690.1293,-92.0425,47.5953,101.7030,-13.5641,1.1138,37.9684,0.0000,37.9684,8.5131,37.9684,1.4618,0.0000,36.5066,0.0000,36.5066,4.7297,31.7769,0.0000,31.7769,0.2357,31.5411,0.0000,0.0000,8.0055,23.5357,9713.2063,9713.2063,9713.2063 -91.5000,1.0000,244.7605,44.4230,45.1000,0.3761,0.0000,4,1442.1273,442.2268,694.8371,-94.1104,66.7847,104.9338,-14.2125,1.9464,56.5069,0.0000,56.5069,8.3314,56.5069,1.8604,0.0000,54.6465,0.0000,54.6465,4.9013,49.7452,0.0000,49.7452,0.4119,49.3333,0.0000,0.0000,8.2038,41.1295,13289.6138,13289.6138,13289.6138 -92.5000,1.0000,257.4964,45.8490,46.5980,0.4161,0.0000,4,1488.4203,472.6203,745.8719,-96.8559,73.6659,116.2568,-15.0966,2.2225,63.0591,0.0000,63.0591,8.3842,63.0591,2.0292,0.0000,61.0300,0.0000,61.0300,5.1281,55.9019,0.0000,55.9019,0.4704,55.4315,0.0000,0.0000,8.4672,46.9644,14626.1743,14626.1743,14626.1743 -93.5000,1.0000,270.7547,47.7300,48.8620,0.6289,0.0000,4,1549.4842,640.2766,773.1607,-100.4775,103.8923,125.4543,-16.3036,3.4968,91.8247,0.0000,91.8247,8.5708,91.8247,2.6556,0.0000,89.1691,0.0000,89.1691,5.7230,83.4461,0.0000,83.4461,0.7401,82.7061,0.0000,0.0000,8.8146,73.8915,20346.7112,20346.7112,20346.7112 -94.5000,1.0000,284.5851,49.7895,50.7170,0.5153,0.0000,4,1616.3428,549.4923,825.5152,-104.0555,93.0087,139.7292,-17.6127,2.9887,81.2399,0.0000,81.2399,8.7801,81.2399,2.5016,0.0000,78.7383,0.0000,78.7383,5.7558,72.9825,0.0000,72.9825,0.6325,72.3500,0.0000,0.0000,9.1949,63.1551,18428.4125,18428.4125,18428.4125 -95.5000,1.0000,298.6141,50.5043,50.2916,-0.1182,0.0000,0,1646.4527,52.6029,792.2156,-105.1278,9.0696,136.5907,-18.1257,0.0000,0.0000,0.0000,0.0000,9.0696,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.5104,-5.5104,0.0000,-5.5104,-0.1471,-5.3633,0.0000,0.0000,9.3269,-14.6902,3496.5925,3496.5925,3496.5925 -96.5000,1.0000,312.7358,50.8383,51.3850,0.3037,0.0000,5,1386.7866,367.6963,413.2330,-90.8282,53.3983,60.0113,-13.1904,-22.1141,67.2603,0.0000,67.2603,8.2522,54.0847,0.7595,0.0000,53.3252,0.0000,53.3252,5.5469,47.7783,0.0000,47.7783,0.3807,47.3976,0.0000,0.0000,9.3886,38.0091,10780.7631,10780.7631,10780.7631 -97.5000,1.0000,327.2200,52.1430,52.9010,0.4211,0.0000,5,1143.7471,654.7781,694.7532,-76.3947,78.4247,83.2126,-9.1500,1.1678,70.9291,0.0000,70.9291,6.3278,70.9291,0.8630,0.0000,70.0661,0.0000,70.0661,5.8419,64.2242,0.0000,64.2242,0.5414,63.6828,0.0000,0.0000,9.6295,54.0533,15400.5274,15400.5274,15400.5274 -98.5000,1.0000,342.1144,53.6200,54.3390,0.3994,0.0000,5,1176.1448,628.9681,785.9871,-78.3273,77.4672,96.8066,-9.6472,1.1391,69.9989,0.0000,69.9989,6.3292,69.9989,0.8807,0.0000,69.1182,0.0000,69.1182,5.9634,63.1548,0.0000,63.1548,0.5281,62.6268,0.0000,0.0000,9.9023,52.7245,15244.2440,15244.2440,15244.2440 -99.5000,1.0000,357.4181,55.0930,55.8470,0.4189,0.0000,5,1208.4548,649.6080,778.0835,-80.2517,82.2073,98.4658,-10.1558,1.2274,74.6476,0.0000,74.6476,6.3323,74.6476,0.9266,0.0000,73.7210,0.0000,73.7210,6.1678,67.5533,0.0000,67.5533,0.5690,66.9843,0.0000,0.0000,10.1743,56.8100,16129.7856,16129.7856,16129.7856 -100.5000,1.0000,373.0386,56.2340,56.6210,0.2150,0.0000,5,1233.4824,421.7880,786.8455,-81.7361,54.4823,101.6368,-10.5578,0.6430,47.3892,0.0000,47.3892,6.4501,47.3892,0.8082,0.0000,46.5810,0.0000,46.5810,6.1356,40.4454,0.0000,40.4454,0.2981,40.1473,0.0000,0.0000,10.3850,29.7623,10892.2962,10892.2962,10892.2962 -101.5000,1.0000,388.9083,57.1310,57.6410,0.2833,0.0000,5,1253.1580,496.7156,694.0119,-82.9030,65.1842,91.0755,-10.8794,0.8609,57.9055,0.0000,57.9055,6.4178,57.9055,0.8750,0.0000,57.0305,0.0000,57.0305,6.2334,50.7971,0.0000,50.7971,0.3991,50.3980,0.0000,0.0000,10.5507,39.8473,12965.3704,12965.3704,12965.3704 -102.5000,1.0000,405.0718,58.1885,58.7360,0.3042,0.0000,5,1276.3540,520.3961,728.7832,-84.2787,69.5559,97.4088,-11.2646,0.9413,62.0127,0.0000,62.0127,6.6019,62.0127,0.9125,0.0000,61.1002,0.0000,61.1002,6.3488,54.7514,0.0000,54.7514,0.4364,54.3150,0.0000,0.0000,10.7460,43.5690,13778.7813,13778.7813,13778.7813 -103.5000,1.0000,421.5221,59.2210,59.7060,0.2694,0.0000,5,1299.0017,481.5873,740.8881,-85.6219,65.5109,100.7839,-11.6472,0.8487,57.9809,0.0000,57.9809,6.6813,57.9809,0.9091,0.0000,57.0718,0.0000,57.0718,6.4615,50.6103,0.0000,50.6103,0.3934,50.2169,0.0000,0.0000,10.9367,39.2802,13042.7085,13042.7085,13042.7085 -104.5000,1.0000,438.2276,60.1400,60.5740,0.2411,0.0000,5,1319.1598,449.9633,727.5451,-86.8174,62.1589,100.5046,-11.9931,0.7712,54.6283,0.0000,54.6283,6.7594,54.6283,0.9075,0.0000,53.7208,0.0000,53.7208,6.5617,47.1591,0.0000,47.1591,0.3575,46.8016,0.0000,0.0000,11.1064,35.6952,12392.7429,12392.7429,12392.7429 -105.5000,1.0000,455.1508,60.9235,61.2730,0.1942,0.0000,5,1336.3458,397.8592,716.7239,-87.8367,55.6771,100.2996,-12.2920,0.6291,48.1981,0.0000,48.1981,6.8499,48.1981,0.8884,0.0000,47.3098,0.0000,47.3098,6.6472,40.6625,0.0000,40.6625,0.2916,40.3709,0.0000,0.0000,11.2511,29.1198,11178.5681,11178.5681,11178.5681 -106.5000,1.0000,472.2593,61.5905,61.9080,0.1764,0.0000,5,1350.9763,378.3680,698.2081,-88.7044,53.5292,98.7782,-12.5494,0.5778,45.9939,0.0000,45.9939,6.9575,45.9939,0.8885,0.0000,45.1054,0.0000,45.1054,6.7200,38.3853,0.0000,38.3853,0.2678,38.1175,0.0000,0.0000,11.3742,26.7433,10767.5552,10767.5552,10767.5552 -107.5000,1.0000,489.5747,62.3355,62.7630,0.2375,0.0000,5,1367.3177,445.9815,694.6126,-89.6736,63.8579,99.4582,-12.8399,0.7874,56.0738,0.0000,56.0738,6.9967,56.0738,0.9515,0.0000,55.1223,0.0000,55.1223,6.8013,48.3210,0.0000,48.3210,0.3650,47.9560,0.0000,0.0000,11.5118,36.4442,12711.7567,12711.7567,12711.7567 -108.5000,1.0000,507.0999,63.0905,63.4180,0.1819,0.0000,5,1383.8785,385.3793,722.4642,-90.6557,55.8489,104.6991,-13.1378,0.6105,48.1523,0.0000,48.1523,7.0861,48.1523,0.9248,0.0000,47.2275,0.0000,47.2275,6.8837,40.3439,0.0000,40.3439,0.2830,40.0608,0.0000,0.1522,11.6513,28.2574,11242.4759,11242.4759,11242.4759 -109.5000,1.0000,524.7753,63.6315,63.8450,0.1186,0.0000,5,1395.7452,314.6583,700.3001,-91.3595,45.9911,102.3573,-13.3533,0.4014,38.5086,0.0000,38.5086,7.0811,38.5086,0.8859,0.0000,37.6228,0.0000,37.6228,6.9427,30.6801,0.0000,30.6801,0.1861,30.4940,0.0000,0.1636,11.7512,18.5792,9397.9343,9397.9343,9397.9343 -110.5000,1.0000,542.4814,63.7420,63.6390,-0.0572,0.0000,5,1398.1690,124.9882,670.2873,-91.5033,18.3003,98.1407,-13.3975,-0.1940,11.3997,0.0000,11.3997,7.0945,11.3997,0.7522,0.0000,10.6475,0.0000,10.6475,6.9548,3.6928,0.0000,3.6928,-0.0899,3.7827,0.0000,0.9899,11.7716,-8.9788,4311.9738,4311.9738,4311.9738 -111.5000,1.0000,560.0768,63.3435,63.0480,-0.1642,0.0000,5,1389.4280,11.0998,591.8408,-90.9849,1.6150,86.1132,-13.2383,-0.5531,-4.8288,0.0000,-4.8288,6.9969,-4.8288,0.7550,0.0000,-5.5838,0.0000,-5.5838,6.9113,-12.4951,0.0000,-12.4951,-0.2564,-12.2387,0.0000,1.6619,11.6980,-25.5986,2095.7357,2095.7357,2095.7357 -112.5000,1.0000,577.5054,62.7430,62.4380,-0.1694,0.0000,5,1376.2562,14.7823,542.5478,-90.2037,2.1304,78.1926,-13.0003,-0.5654,-4.2617,0.0000,-4.2617,6.9576,-4.2617,0.7428,0.0000,-5.0045,0.0000,-5.0045,6.8458,-11.8503,0.0000,-11.8503,-0.2621,-11.5882,0.0000,2.9959,11.5871,-26.1711,2120.6817,2120.6817,2120.6817 -113.5000,1.0000,594.7693,62.1500,61.8620,-0.1600,0.0000,5,1363.2488,29.8343,540.3551,-89.4322,4.2591,77.1406,-12.7673,-0.5289,-2.0904,0.0000,-2.0904,6.8784,-2.0904,0.7268,0.0000,-2.8172,0.0000,-2.8172,6.7811,-9.5983,0.0000,-9.5983,-0.2452,-9.3531,0.0000,3.6482,11.4776,-24.4788,2330.5326,2330.5326,2330.5326 -114.5000,1.0000,611.8938,61.6480,61.4340,-0.1189,0.0000,5,1352.2375,80.9033,544.3350,-88.7792,11.4564,77.0811,-12.5717,-0.3898,4.9789,0.0000,4.9789,6.8673,4.9789,0.7002,0.0000,4.2787,0.0000,4.2787,6.7263,-2.4475,0.0000,-2.4475,-0.1807,-2.2668,0.0000,4.3905,11.3849,-18.0422,3161.1205,3161.1205,3161.1205 -115.5000,1.0000,628.8981,61.2155,60.9970,-0.1214,0.0000,5,1342.7507,68.9347,562.5262,-88.2165,9.6931,79.0982,-12.4044,-0.3952,3.2715,0.0000,3.2715,6.8168,3.2715,0.6968,0.0000,2.5747,0.0000,2.5747,6.6791,-4.1044,0.0000,-4.1044,-0.1832,-3.9212,0.0000,3.0662,11.3050,-18.2924,2921.6570,2921.6570,2921.6570 -116.5000,1.0000,645.7949,60.8285,60.6600,-0.0936,0.0000,5,1334.2619,106.1950,555.9743,-87.7131,14.8379,77.6827,-12.2556,-0.3028,8.3887,0.0000,8.3887,6.7521,8.3887,0.6877,0.0000,7.7010,0.0000,7.7010,6.6369,1.0641,0.0000,1.0641,-0.1404,1.2045,0.0000,3.9883,11.2335,-14.0173,3581.1433,3581.1433,3581.1433 -117.5000,1.0000,662.5896,60.4610,60.2620,-0.1106,0.0000,5,1326.2009,98.6506,568.8464,-87.2350,13.7005,79.0011,-12.1151,-0.3555,7.3437,0.0000,7.3437,6.7123,7.3437,0.6764,0.0000,6.6673,0.0000,6.6673,6.5968,0.0705,0.0000,0.0705,-0.1648,0.2353,0.0000,5.5242,11.1657,-16.4545,3372.6296,3372.6296,3372.6296 -118.5000,1.0000,679.2349,59.9230,59.5840,-0.1883,0.0000,5,1314.4000,8.3879,560.7352,-86.5351,1.1545,77.1816,-11.9110,-0.6002,-4.9334,0.0000,-4.9334,6.6881,-4.9334,0.6947,0.0000,-5.6281,0.0000,-5.6281,6.5381,-12.1661,0.0000,-12.1661,-0.2782,-11.8879,0.0000,4.8269,11.0663,-27.7811,1857.0113,1857.0113,1857.0113 -119.5000,1.0000,695.7146,59.3270,59.0700,-0.1428,0.0000,5,1301.3268,60.7164,520.0540,-85.7598,8.2741,70.8702,-11.6869,-0.4505,2.0576,0.0000,2.0576,6.6670,2.0576,0.6669,0.0000,1.3907,0.0000,1.3907,6.4730,-5.0824,0.0000,-5.0824,-0.2088,-4.8735,0.0000,5.0220,10.9562,-20.8517,2669.8286,2669.8286,2669.8286 -120.5000,1.0000,712.0499,58.8070,58.5440,-0.1461,0.0000,5,1289.9207,58.5481,539.2422,-85.0833,7.9087,72.8409,-11.4931,-0.4570,1.7891,0.0000,1.7891,6.5766,1.7891,0.6586,0.0000,1.1304,0.0000,1.1304,6.4163,-5.2859,0.0000,-5.2859,-0.2118,-5.0740,0.0000,5.2173,10.8602,-21.1515,2607.2189,2607.2189,2607.2189 -121.5000,1.0000,728.2261,58.2345,57.9250,-0.1719,0.0000,5,1277.3630,22.4390,534.3481,-84.3385,3.0016,71.4771,-11.2816,-0.5325,-2.9692,0.0000,-2.9692,6.5033,-2.9692,0.6608,0.0000,-3.6299,0.0000,-3.6299,6.3538,-9.9838,0.0000,-9.9838,-0.2469,-9.7369,0.0000,4.1575,10.7545,-24.6489,1993.0039,1993.0039,1993.0039 -122.5000,1.0000,744.2551,57.7045,57.4840,-0.1225,0.0000,5,1265.7376,79.6171,516.7881,-83.6490,10.5531,68.4991,-11.0875,-0.3760,4.4922,0.0000,4.4922,6.4368,4.4922,0.6331,0.0000,3.8591,0.0000,3.8591,6.2960,-2.4369,0.0000,-2.4369,-0.1743,-2.2626,0.0000,4.4818,10.6566,-17.4010,2890.3183,2890.3183,2890.3183 -123.5000,1.0000,760.1729,57.3040,57.1240,-0.1000,0.0000,5,1256.9527,106.5132,540.1030,-83.1280,14.0201,71.0926,-10.9420,-0.3048,7.8828,0.0000,7.8828,6.4421,7.8828,0.6276,0.0000,7.2551,0.0000,7.2551,6.2523,1.0028,0.0000,1.0028,-0.1413,1.1441,0.0000,4.6678,10.5826,-14.1063,3348.6608,3348.6608,3348.6608 -124.5000,1.0000,776.0110,57.0170,56.9100,-0.0594,0.0000,5,1250.6574,148.8898,551.3319,-82.7547,19.4999,72.2071,-10.8383,-0.1803,13.2687,0.0000,13.2687,6.4115,13.2687,0.6500,0.0000,12.6187,0.0000,12.6187,6.2210,6.3977,0.0000,6.3977,-0.0836,6.4813,0.0000,4.2951,10.5296,-8.3434,4306.5803,4306.5803,4306.5803 -125.5000,1.0000,791.7408,56.6275,56.3450,-0.1569,0.0000,5,1242.1138,36.3301,565.7208,-82.2480,4.7256,73.5855,-10.6983,-0.4727,-1.1725,0.0000,-1.1725,6.3708,-1.1725,0.6292,0.0000,-1.8017,0.0000,-1.8017,6.1785,-7.9802,0.0000,-7.9802,-0.2191,-7.7611,0.0000,3.6590,10.4577,-21.8777,2138.2158,2138.2158,2138.2158 -126.5000,1.0000,807.2919,55.9840,55.6230,-0.2006,0.0000,5,1227.9987,2.4971,511.0069,-81.4108,0.3211,65.7133,-10.4691,-0.5972,-5.3517,0.0000,-5.3517,6.2700,-5.3517,0.6289,0.0000,-5.9806,0.0000,-5.9806,6.1083,-12.0889,0.0000,-12.0889,-0.2768,-11.8121,0.0000,5.4884,10.3389,-27.6394,1567.6107,1567.6107,1567.6107 -127.5000,1.0000,822.6058,55.1300,54.6370,-0.2739,0.0000,5,1209.2664,-80.2999,488.8348,-80.2999,-10.1687,61.9032,-10.1687,-0.8031,-15.5781,0.0000,-15.5781,6.2124,-15.5781,0.6404,0.0000,-16.2184,0.0000,-16.2184,6.0151,-22.2336,0.4185,-22.6520,-0.3723,-22.2798,0.0000,4.7090,10.1811,-37.1699,0.0000,0.0000,0.0000 -128.5000,1.0000,837.6347,54.1040,53.5710,-0.2961,0.0000,5,1186.7613,-78.9605,443.0566,-78.9606,-9.8130,55.0619,-9.8130,-0.8521,-15.0254,0.0000,-15.0254,6.0645,-15.0254,0.6223,0.0000,-15.6477,0.0000,-15.6477,5.9032,-21.5508,4.0385,-25.5894,-0.3950,-25.1944,0.0000,4.2518,9.9917,-39.4379,0.0000,0.0000,0.0000 -129.5000,1.0000,852.3528,52.9850,52.3990,-0.3256,0.0000,5,1162.2162,-77.4960,435.3346,-77.4964,-9.4318,52.9833,-9.4319,-0.9174,-14.4676,0.0000,-14.4676,5.9532,-14.4676,0.6029,0.0000,-15.0704,0.0000,-15.0704,5.7811,-20.8515,8.6441,-29.4956,-0.4253,-29.0704,0.0000,3.6073,9.7850,-42.4627,0.0000,0.0000,0.0000 -130.5000,1.0000,866.6731,51.5530,50.7070,-0.4700,0.0000,5,1130.8056,-75.6206,422.5350,-75.6227,-8.9548,50.0356,-8.9551,-1.2887,-13.4851,0.0000,-13.4851,5.8189,-13.4851,0.5777,0.0000,-14.0628,0.0000,-14.0628,5.6248,-19.6876,25.9047,-45.5923,-0.5974,-44.9949,0.8089,4.3216,9.5206,-59.6460,0.0000,0.0000,0.0000 -131.5000,1.0000,880.4971,49.7665,48.8260,-0.5225,0.0000,5,1091.6190,-73.1831,409.9644,-73.1851,-8.3659,46.8647,-8.3661,-1.3830,-12.6800,0.0000,-12.6800,5.6971,-12.6800,0.5480,0.0000,-13.2280,0.0000,-13.2280,5.4299,-18.6579,29.3585,-48.0164,-0.6411,-47.3753,0.9371,6.5077,9.1906,-64.0107,0.0000,0.0000,0.0000 -132.5000,1.0000,893.8657,48.1270,47.4280,-0.3883,0.0000,5,1055.6569,-70.6100,404.4088,-70.6109,-7.8058,44.7066,-7.8059,-0.9940,-12.3833,0.0000,-12.3833,5.5715,-12.3833,0.5224,0.0000,-12.9056,0.0000,-12.9056,5.2510,-18.1567,13.8317,-31.9884,-0.4608,-31.5276,0.9062,4.6851,8.8879,-46.0069,0.0000,0.0000,0.0000 -133.5000,1.0000,907.1161,47.7015,47.9750,0.1519,0.0000,5,1046.3236,393.3657,419.1714,-69.9428,43.1014,45.9289,-7.6637,0.3855,37.2235,0.0000,37.2235,5.4924,37.2235,0.6301,0.0000,36.5934,0.0000,36.5934,5.2046,31.3888,0.0000,31.3888,0.1787,31.2101,0.1497,4.4090,8.8093,17.8421,8710.7628,8710.7628,8710.7628 -134.5000,1.0000,920.4154,47.8775,47.7800,-0.0542,0.0000,5,1050.1841,150.4900,642.7269,-70.2191,16.5501,70.6839,-7.7224,-0.1379,11.1514,0.0000,11.1514,5.5367,11.1514,0.5022,0.0000,10.6492,0.0000,10.6492,5.2238,5.4254,0.0000,5.4254,-0.0639,5.4893,0.0000,3.0315,8.8418,-6.3840,3758.0684,3758.0684,3758.0684 -135.5000,1.0000,933.6849,47.7700,47.7600,-0.0056,0.0000,5,1047.8262,203.1159,524.6081,-70.0503,22.2875,57.5642,-7.6865,-0.0141,16.8054,0.0000,16.8054,5.4962,16.8054,0.5289,0.0000,16.2765,0.0000,16.2765,5.2121,11.0644,0.0000,11.0644,-0.0065,11.0710,0.0000,2.9023,8.8219,-0.6533,4769.0484,4769.0484,4769.0484 -136.5000,1.0000,946.9750,47.8445,47.9290,0.0469,0.0000,5,1049.4603,264.3145,551.9413,-70.1673,29.0480,60.6579,-7.7113,0.1195,23.4504,0.0000,23.4504,5.4781,23.4504,0.5632,0.0000,22.8872,0.0000,22.8872,5.2202,17.6670,0.0000,17.6670,0.0554,17.6116,0.0000,3.2470,8.8357,5.5290,5981.0419,5981.0419,5981.0419 -137.5000,1.0000,960.3290,48.0745,48.2200,0.0808,0.0000,5,1054.5053,295.5596,583.4834,-70.5284,32.6379,64.4326,-7.7883,0.2067,26.9338,0.0000,26.9338,5.4975,26.9338,0.5839,0.0000,26.3499,0.0000,26.3499,5.2453,21.1046,0.0000,21.1046,0.0958,21.0088,0.0000,2.5645,8.8782,9.5661,6702.9409,6702.9409,6702.9409 -138.5000,1.0000,973.8028,48.5055,48.7910,0.1586,0.0000,5,1063.9592,399.8865,601.9721,-71.2052,44.5544,67.0703,-7.9335,0.4092,38.5988,0.0000,38.5988,5.5464,38.5988,0.6483,0.0000,37.9505,0.0000,37.9505,5.2923,32.6581,0.0000,32.6581,0.1897,32.4684,0.0000,4.5718,8.9578,18.9389,9005.2546,9005.2546,9005.2546 -139.5000,1.0000,987.4604,49.1675,49.5440,0.2092,0.0000,5,1078.4801,452.0115,655.2400,-72.2446,51.0493,74.0016,-8.1592,0.5470,44.9251,0.0000,44.9251,5.5773,44.9251,0.6894,0.0000,44.2357,0.0000,44.2357,5.3646,38.8712,0.0000,38.8712,0.2536,38.6176,0.0000,4.2213,9.0800,25.3163,10146.7056,10146.7056,10146.7056 -140.5000,1.0000,1001.3444,49.9825,50.4210,0.2436,0.0000,5,1096.3569,486.6392,683.1055,-73.5243,55.8712,78.4275,-8.4413,0.6476,49.5969,0.0000,49.5969,5.6267,49.5969,0.7245,0.0000,48.8723,0.0000,48.8723,5.4535,43.4188,0.0000,43.4188,0.3002,43.1186,0.0000,3.9141,9.2305,29.9740,11127.3874,11127.3874,11127.3874 -141.5000,1.0000,1015.4793,50.8855,51.3500,0.2581,0.0000,5,1116.1641,493.6703,702.1038,-74.7493,57.7024,82.0650,-8.7370,0.6984,51.3070,0.0000,51.3070,5.6970,51.3070,0.7463,0.0000,50.5607,0.0000,50.5607,5.5520,45.0087,0.0000,45.0087,0.3237,44.6849,0.0000,2.9628,9.3973,32.3248,11498.9216,11498.9216,11498.9216 -142.5000,1.0000,1029.9353,52.0415,52.7330,0.3842,0.0000,5,1141.5207,637.6583,710.6873,-76.2619,76.2255,84.9554,-9.1163,1.0633,69.3699,0.0000,69.3699,5.7923,69.3699,0.8537,0.0000,68.5162,0.0000,68.5162,5.8093,62.7069,0.0000,62.7069,0.4929,62.2139,0.0000,3.3880,9.6108,49.2151,14980.4966,14980.4966,14980.4966 -143.5000,1.0000,1044.8294,53.6190,54.5049,0.4922,0.0000,5,1176.1223,779.8251,779.8251,-78.3259,96.0458,96.0458,-9.6469,1.4036,88.7156,0.0000,88.7156,5.9268,88.7156,0.9743,0.0000,87.7413,0.0000,87.7413,6.2426,81.4987,0.0000,81.4987,0.6507,80.8480,0.0000,5.9785,9.9021,64.9674,18726.5127,18726.5127,18726.5127 -144.5000,1.0000,1060.2274,55.4326,56.3603,0.5154,0.0000,5,1215.9046,843.3348,843.3348,-80.6936,107.3812,107.3812,-10.2746,1.5194,97.7250,0.0000,97.7250,8.1370,97.7250,1.0473,0.0000,96.6777,0.0000,96.6777,6.5433,90.1343,0.0000,90.1343,0.7044,89.4300,0.0000,8.8657,10.2370,70.3272,20872.6520,20872.6520,20872.6520 -145.5000,1.0000,1076.0620,57.0047,57.6490,0.3580,0.0000,5,1250.3867,673.9304,870.3849,-82.7386,88.2446,113.9684,-10.8338,1.0853,78.9176,0.0000,78.9176,8.2417,78.9176,0.9780,0.0000,77.9395,0.0000,77.9395,6.4067,71.5328,0.0000,71.5328,0.5031,71.0297,0.0000,10.2701,10.5274,50.2323,17228.4762,17228.4762,17228.4762 -146.5000,1.0000,1092.2077,58.1245,58.6000,0.2642,0.0000,5,1274.9502,571.0659,801.5621,-84.1954,76.2444,107.0185,-11.2411,0.8166,67.1433,0.0000,67.1433,8.2845,67.1433,0.9371,0.0000,66.2062,0.0000,66.2062,6.3418,59.8644,0.0000,59.8644,0.3786,59.4858,0.0000,10.9538,10.7342,37.7978,15032.3155,15032.3155,15032.3155 -147.5000,1.0000,1108.5830,58.9510,59.3020,0.1950,0.0000,5,1293.0793,499.7755,760.3846,-85.2706,67.6751,102.9644,-11.5466,0.6114,58.6555,0.0000,58.6555,8.4082,58.6555,0.9081,0.0000,57.7474,0.0000,57.7474,6.4320,51.3154,0.0000,51.3154,0.2834,51.0319,0.0000,11.8472,10.8868,28.2980,13455.9337,13455.9337,13455.9337 -148.5000,1.0000,1125.0935,59.4380,59.5740,0.0756,0.0000,5,1303.7616,391.6754,730.8818,-85.9042,53.4753,99.7870,-11.7285,0.2388,44.7479,0.0000,44.7479,8.4886,44.7479,0.8465,0.0000,43.9014,0.0000,43.9014,6.4852,37.4162,0.0000,37.4162,0.1107,37.3055,0.0000,15.2737,10.9767,11.0550,10737.9499,10737.9499,10737.9499 -149.5000,1.0000,1141.6745,59.6915,59.8090,0.0653,0.0000,5,1309.3221,398.5998,687.2719,-86.2340,54.6528,94.2331,-11.8237,0.2072,45.9727,0.0000,45.9727,8.4729,45.9727,0.8568,0.0000,45.1159,0.0000,45.1159,6.5128,38.6031,0.0000,38.6031,0.0961,38.5070,0.0000,17.8915,11.0235,9.5920,10967.3577,10967.3577,10967.3577 -150.5000,1.0000,1158.2930,59.8265,59.8440,0.0097,0.0000,5,1312.2833,320.2724,689.7295,-86.4096,44.0125,94.7840,-11.8746,0.0309,35.4577,0.0000,35.4577,8.5239,35.4577,0.8065,0.0000,34.6512,0.0000,34.6512,6.5275,28.1237,0.0000,28.1237,0.0143,28.1093,0.0000,15.6290,11.0485,1.4318,8967.3317,8967.3317,8967.3317 -151.5000,1.0000,1174.8847,59.7300,59.6160,-0.0633,0.0000,5,1310.1666,242.8976,655.5520,-86.2840,33.3256,89.9419,-11.8382,-0.2012,27.1037,0.0000,27.1037,6.4231,27.1037,0.7631,0.0000,26.3406,0.0000,26.3406,6.5170,19.8236,0.0000,19.8236,-0.0933,19.9169,0.0000,18.1984,11.0307,-9.3122,6965.5641,6965.5641,6965.5641 -152.5000,1.0000,1191.4265,59.5505,59.4850,-0.0364,0.0000,5,1306.2293,257.5712,623.0471,-86.0505,35.2326,85.2254,-11.7707,-0.1152,28.9114,0.0000,28.9114,6.4365,28.9114,0.7692,0.0000,28.1422,0.0000,28.1422,6.4974,21.6448,0.0000,21.6448,-0.0534,21.6982,0.0000,16.0351,10.9975,-5.3344,7319.3832,7319.3832,7319.3832 -153.5000,1.0000,1207.9285,59.4075,59.3300,-0.0431,0.0000,5,1303.0926,252.0894,628.3546,-85.8645,34.4000,85.7450,-11.7170,-0.1360,28.1210,0.0000,28.1210,6.4151,28.1210,0.7629,0.0000,27.3581,0.0000,27.3581,6.4818,20.8763,0.0000,20.8763,-0.0631,20.9393,0.0000,16.2647,10.9711,-6.2965,7165.2707,7165.2707,7165.2707 -154.5000,1.0000,1224.3572,59.1430,58.9560,-0.1039,0.0000,5,1297.2908,165.8170,623.6094,-85.5204,22.5266,84.7186,-11.6181,-0.3268,16.4352,0.0000,16.4352,6.4181,16.4352,0.7001,0.0000,15.7351,0.0000,15.7351,6.4530,9.2822,0.0000,9.2822,-0.1515,9.4336,0.0000,13.6366,10.9222,-15.1252,4951.8305,4951.8305,4951.8305 -155.5000,1.0000,1240.6783,58.7560,58.5560,-0.1111,0.0000,5,1288.8020,148.9023,584.9040,-85.0170,20.0963,78.9404,-11.4741,-0.3472,14.0760,0.0000,14.0760,6.3675,14.0760,0.6820,0.0000,13.3940,0.0000,13.3940,6.4107,6.9833,0.0000,6.9833,-0.1610,7.1442,0.0000,12.3643,10.8508,-16.0709,4484.7534,4484.7534,4484.7534 -156.5000,1.0000,1256.8763,58.3130,58.0700,-0.1350,0.0000,5,1279.0849,103.8651,574.8236,-84.4406,13.9123,76.9950,-11.3104,-0.4187,7.9872,0.0000,7.9872,6.3437,7.9872,0.6444,0.0000,7.3428,0.0000,7.3428,6.3624,0.9804,0.0000,0.9804,-0.1941,1.1745,0.0000,9.7844,10.7690,-19.3789,3340.7560,3340.7560,3340.7560 -157.5000,1.0000,1272.9145,57.7375,57.4050,-0.1847,0.0000,5,1266.4614,70.5698,551.0505,-83.6920,9.3592,73.0823,-11.0995,-0.5672,3.6620,0.0000,3.6620,6.2645,3.6620,0.6357,0.0000,3.0262,0.0000,3.0262,6.2996,-3.2734,0.0000,-3.2734,-0.2630,-3.0104,0.0000,12.5815,10.6627,-26.2547,2745.6620,2745.6620,2745.6620 -158.5000,1.0000,1288.7179,56.8920,56.3790,-0.2850,0.0000,5,1247.9155,-23.0717,529.3341,-82.5921,-3.0150,69.1741,-10.7932,-0.8623,-8.3592,0.0000,-8.3592,6.2065,-8.3592,0.6515,0.0000,-9.0108,0.0000,-9.0108,6.2074,-15.2182,0.0000,-15.2182,-0.3998,-14.8184,0.0000,14.5891,10.5065,-39.9140,1119.6945,1119.6945,1119.6945 -159.5000,1.0000,1304.2512,55.9200,55.4610,-0.2550,0.0000,5,1226.5949,-66.8929,482.3128,-81.3276,-8.5923,61.9525,-10.4464,-0.7584,-13.9446,0.0000,-13.9446,6.1107,-13.9446,0.6493,0.0000,-14.5939,0.0000,-14.5939,6.1013,-20.6952,0.0000,-20.6952,-0.3516,-20.3436,0.0000,4.4317,10.3270,-35.1024,201.7214,201.7214,201.7214 -160.5000,1.0000,1319.5101,54.9320,54.4030,-0.2939,0.0000,5,1204.9233,-80.0420,454.9797,-80.0423,-10.0996,57.4090,-10.0997,-0.8586,-15.2761,0.0000,-15.2761,6.0350,-15.2761,0.6364,0.0000,-15.9124,0.0000,-15.9124,5.9935,-21.9060,7.7928,-29.6988,-0.3980,-29.3007,0.0000,0.2956,10.1446,-39.7409,0.0000,0.0000,0.0000 -161.5000,1.0000,1334.3876,53.5590,52.7150,-0.4689,0.0000,5,1174.8068,-78.2455,434.4510,-78.2475,-9.6262,53.4485,-9.6264,-1.3356,-14.2006,0.0000,-14.2006,5.9101,-14.2006,0.6114,0.0000,-14.8120,0.0000,-14.8120,5.8437,-20.6557,31.3239,-51.9796,-0.6192,-51.3605,0.5689,0.0000,9.8910,-61.8204,0.0000,0.0000,0.0000 -162.5000,1.0000,1348.7244,51.6125,50.5100,-0.6125,0.0000,5,1132.1107,-75.6998,418.2630,-75.7005,-8.9745,49.5869,-8.9746,-1.6813,-13.1142,0.0000,-13.1142,5.8210,-13.1142,0.5777,0.0000,-13.6919,0.0000,-13.6919,5.6313,-19.3233,46.0564,-65.3797,-0.7794,-64.6003,3.6880,0.0000,9.5315,-77.8198,0.0000,0.0000,0.0000 -163.5000,1.0000,1362.4922,49.5640,48.6180,-0.5256,0.0000,5,1087.1772,-72.8649,408.3074,-72.8672,-8.2956,46.4854,-8.2959,-1.3854,-12.5286,0.0000,-12.5286,5.6184,-12.5286,0.5445,0.0000,-13.0731,0.0000,-13.0731,5.4078,-18.4809,27.2247,-45.7056,-0.6422,-45.0634,9.9068,0.0000,9.1529,-64.1231,0.0000,0.0000,0.0000 -164.5000,1.0000,1375.6894,47.5100,46.4020,-0.6156,0.0000,5,1042.1231,-69.6410,394.0137,-69.6421,-7.6000,42.9991,-7.6001,-1.5554,-11.5355,0.0000,-11.5355,5.4909,-11.5355,0.5110,0.0000,-12.0465,0.0000,-12.0465,5.1837,-17.2302,36.1575,-53.3878,-0.7210,-52.6667,10.5513,0.0000,8.7736,-71.9916,0.0000,0.0000,0.0000 -165.5000,1.0000,1388.3233,45.4820,44.5620,-0.5111,0.0000,5,997.6393,-66.7597,381.2698,-66.7619,-6.9746,39.8322,-6.9748,-1.2363,-11.0695,0.0000,-11.0695,5.3313,-11.0695,0.4801,0.0000,-11.5496,0.0000,-11.5496,4.9624,-16.5120,26.0464,-42.5585,-0.5731,-41.9853,6.8402,0.0000,8.3992,-57.2248,0.0000,0.0000,0.0000 -166.5000,1.0000,1400.5613,44.0570,43.5520,-0.2806,0.0000,5,966.3822,-68.5499,376.4366,-68.5499,-6.9372,38.0951,-6.9372,-0.6574,-11.4687,0.0000,-11.4687,5.1889,-11.4687,0.4606,0.0000,-11.9294,0.0000,-11.9294,4.8070,-16.7363,2.9879,-19.7242,-0.3047,-19.4194,2.8716,0.0000,8.1362,-30.4273,0.0000,0.0000,0.0000 -167.5000,1.0000,1412.6109,43.3785,43.2050,-0.0964,0.0000,5,951.4994,80.4452,375.5896,-69.4013,8.0156,37.4240,-6.9152,-0.2224,3.1291,0.0000,3.1291,5.1089,3.1291,0.4146,0.0000,2.7146,0.0000,2.7146,4.7329,-2.0184,0.0000,-2.0184,-0.1031,-1.9153,0.3665,0.0000,8.0109,-10.2927,2413.2669,2413.2669,2413.2669 -168.5000,1.0000,1424.5460,42.9665,42.7280,-0.1325,0.0000,5,942.4623,37.2041,448.4002,-69.9183,3.6718,44.2546,-6.9005,-0.3028,-1.1126,0.0000,-1.1126,5.0872,-1.1126,0.4194,0.0000,-1.5319,0.0000,-1.5319,4.6880,-6.2199,0.0000,-6.2199,-0.1404,-6.0796,0.0000,0.0000,7.9348,-14.0144,1553.9649,1553.9649,1553.9649 -169.5000,1.0000,1436.3859,42.6235,42.5190,-0.0581,0.0000,5,934.9386,119.1649,424.9379,-70.3486,11.6670,41.6042,-6.8876,-0.1316,6.7786,0.0000,6.7786,5.0200,6.7786,0.4090,0.0000,6.3696,0.0000,6.3696,4.6506,1.7190,0.0000,1.7190,-0.0610,1.7800,0.0000,0.0000,7.8715,-6.0915,2991.8551,2991.8551,2991.8551 -170.5000,1.0000,1448.1317,42.2850,42.0510,-0.1300,0.0000,5,927.5137,39.9160,462.3844,-70.7734,3.8770,44.9109,-6.8741,-0.2924,-0.8356,0.0000,-0.8356,5.0050,-0.8356,0.4092,0.0000,-1.2448,0.0000,-1.2448,4.6136,-5.8584,0.0000,-5.8584,-0.1355,-5.7229,0.0000,0.0000,7.8090,-13.5319,1562.3965,1562.3965,1562.3965 -171.5000,1.0000,1459.7856,41.9540,41.8570,-0.0539,0.0000,5,920.2533,123.8785,420.0672,-71.1887,11.9380,40.4813,-6.8604,-0.1202,7.1061,0.0000,7.1061,4.9521,7.1061,0.4019,0.0000,6.7042,0.0000,6.7042,4.5775,2.1267,0.0000,2.1267,-0.0557,2.1824,0.0000,0.0000,7.7479,-5.5655,3010.4336,3010.4336,3010.4336 -172.5000,1.0000,1471.4406,41.9580,42.0590,0.0561,0.0000,5,920.3410,245.9520,467.6080,-71.1837,23.7043,45.0671,-6.8605,0.1252,18.6398,0.0000,18.6398,4.9393,18.6398,0.4597,0.0000,18.1801,0.0000,18.1801,4.5779,13.6022,0.0000,13.6022,0.0580,13.5441,0.0000,0.0000,7.7486,5.7955,4952.1445,4952.1445,4952.1445 -173.5000,1.0000,1483.1462,42.1400,42.2210,0.0450,0.0000,5,924.3331,233.5910,532.0669,-70.9553,22.6107,51.5019,-6.8682,0.1009,17.5514,0.0000,17.5514,4.9584,17.5514,0.4566,0.0000,17.0948,0.0000,17.0948,4.5978,12.4970,0.0000,12.4970,0.0468,12.4503,0.0000,0.0000,7.7822,4.6681,4744.0653,4744.0653,4744.0653 -174.5000,1.0000,1494.8792,42.2390,42.2570,0.0100,0.0000,5,926.5047,194.5663,525.5930,-70.8311,18.8775,50.9948,-6.8723,0.0225,13.8989,0.0000,13.8989,4.9561,13.8989,0.4396,0.0000,13.4593,0.0000,13.4593,4.6086,8.8507,0.0000,8.8507,0.0104,8.8403,0.0000,0.0000,7.8005,1.0398,4105.2811,4105.2811,4105.2811 -175.5000,1.0000,1506.6730,42.4575,42.6580,0.1114,0.0000,5,931.2974,307.0427,510.3198,-70.5569,29.9444,49.7691,-6.8811,0.2515,24.7284,0.0000,24.7284,4.9645,24.7284,0.4966,0.0000,24.2318,0.0000,24.2318,4.6324,19.5994,0.0000,19.5994,0.1166,19.4828,0.0000,0.0000,7.8409,11.6419,6189.9434,6189.9434,6189.9434 -176.5000,1.0000,1518.5976,42.9285,43.1990,0.1503,0.0000,5,941.6287,349.7421,572.7906,-69.9659,34.4871,56.4812,-6.8991,0.3431,29.1764,0.0000,29.1764,4.9676,29.1764,0.5250,0.0000,28.6514,0.0000,28.6514,4.6838,23.9676,0.0000,23.9676,0.1591,23.8085,0.0000,0.0000,7.9278,15.8807,7015.2924,7015.2924,7015.2924 -177.5000,1.0000,1530.7290,43.6730,44.1470,0.2633,0.0000,5,957.9592,475.0627,603.4414,-69.0318,47.6570,60.5356,-6.9251,0.6117,42.0235,0.0000,42.0235,5.0218,42.0235,0.5990,0.0000,41.4245,0.0000,41.4245,4.7651,36.6594,0.0000,36.6594,0.2835,36.3759,0.0000,0.0000,8.0653,28.3105,9567.0936,9567.0936,9567.0936 -178.5000,1.0000,1543.0905,44.5015,44.8560,0.1969,0.0000,5,976.1322,401.0186,670.5797,-67.9922,40.9923,68.5469,-6.9502,0.4661,35.4419,0.0000,35.4419,5.0842,35.4419,0.5772,0.0000,34.8647,0.0000,34.8647,4.8555,30.0093,0.0000,30.0093,0.2161,29.7932,0.0000,0.0000,8.2183,21.5748,8328.3554,8328.3554,8328.3554 -179.5000,1.0000,1555.6437,45.1915,45.5270,0.1864,0.0000,5,991.2672,389.2452,639.7386,-67.1264,40.4057,66.4082,-6.9681,0.4480,34.8026,0.0000,34.8026,5.1552,34.8026,0.5833,0.0000,34.2193,0.0000,34.2193,4.9307,29.2885,0.0000,29.2885,0.2077,29.0808,0.0000,0.0000,8.3458,20.7351,8214.7084,8214.7084,8214.7084 -180.5000,1.0000,1568.4140,45.9730,46.4190,0.2478,0.0000,5,1008.4093,457.1304,638.1969,-67.2288,48.2731,67.3938,-7.0994,0.6058,42.4602,0.0000,42.4602,5.2071,42.4602,0.6322,0.0000,41.8280,0.0000,41.8280,5.0160,36.8120,0.0000,36.8120,0.2808,36.5311,0.0000,0.0000,8.4901,28.0411,9694.2890,9694.2890,9694.2890 -181.5000,1.0000,1581.4604,46.9670,47.5150,0.3044,0.0000,5,1030.2125,519.5907,675.3350,-68.7895,56.0553,72.8576,-7.4213,0.7605,50.0335,0.0000,50.0335,5.2614,50.0335,0.6838,0.0000,49.3496,0.0000,49.3496,5.1245,44.2252,0.0000,44.2252,0.3525,43.8726,0.0000,0.0000,8.6736,35.1990,11177.0426,11177.0426,11177.0426 -182.5000,1.0000,1594.8040,48.0370,48.5590,0.2900,0.0000,5,1053.6828,503.4097,708.2942,-70.4696,55.5469,78.1542,-7.7757,0.7409,49.4446,0.0000,49.4446,5.3614,49.4446,0.6959,0.0000,48.7487,0.0000,48.7487,5.2412,43.5075,0.0000,43.5075,0.3435,43.1641,0.0000,0.0000,8.8712,34.2928,11086.7025,11086.7025,11086.7025 -183.5000,1.0000,1608.4194,49.0155,49.4720,0.2536,0.0000,5,1075.1460,462.6918,703.5088,-72.0060,52.0940,79.2074,-8.1071,0.6611,45.9997,0.0000,45.9997,5.4332,45.9997,0.6926,0.0000,45.3071,0.0000,45.3071,5.3480,39.9591,0.0000,39.9591,0.3065,39.6526,0.0000,0.0000,9.0520,30.6007,10331.8778,10331.8778,10331.8778 -184.5000,1.0000,1622.3120,50.0135,50.5550,0.3008,0.0000,5,1097.0369,515.2310,688.7117,-73.5730,59.1905,79.1202,-8.4522,0.8002,52.8429,0.0000,52.8429,5.5474,52.8429,0.7412,0.0000,52.1016,0.0000,52.1016,5.4569,46.6448,0.0000,46.6448,0.3709,46.2738,0.0000,0.0000,9.2363,37.0376,11767.3888,11767.3888,11767.3888 -185.5000,1.0000,1636.4173,50.7790,51.0030,0.1244,0.0000,5,1113.8280,318.6477,712.7832,-74.6099,37.1670,83.1389,-8.7025,0.3361,31.2740,0.0000,31.2740,5.5569,31.2740,0.6446,0.0000,30.6295,0.0000,30.6295,5.5404,25.0891,0.0000,25.0891,0.1558,24.9333,0.0000,0.0000,9.3776,15.5557,7550.2072,7550.2072,7550.2072 -186.5000,1.0000,1650.6049,51.0755,51.1480,0.0403,0.0000,5,1120.3317,225.3486,621.4785,-74.9979,26.4381,72.9124,-8.7988,0.1094,20.7161,0.0000,20.7161,5.6126,20.7161,0.5961,0.0000,20.1200,0.0000,20.1200,5.5727,14.5473,0.0000,14.5473,0.0507,14.4965,0.0000,0.0000,9.4324,5.0642,5517.1340,5517.1340,5517.1340 -187.5000,1.0000,1664.8306,51.2125,51.2770,0.0358,0.0000,5,1123.3368,220.2030,578.3885,-75.1772,25.9037,68.0390,-8.8435,0.0976,20.2036,0.0000,20.2036,5.6025,20.2036,0.5956,0.0000,19.6081,0.0000,19.6081,5.5877,14.0204,0.0000,14.0204,0.0452,13.9751,0.0000,0.0000,9.4577,4.5174,5428.6792,5428.6792,5428.6792 -188.5000,1.0000,1679.0374,51.1445,51.0120,-0.0736,0.0000,5,1121.8452,99.0560,573.3504,-75.0882,11.6370,67.3568,-8.8213,-0.2002,6.1894,0.0000,6.1894,5.6479,6.1894,0.5245,0.0000,5.6649,0.0000,5.6649,5.5803,0.0846,0.0000,0.0846,-0.0928,0.1774,0.0000,0.0000,9.4451,-9.2677,2996.7429,2996.7429,2996.7429 -189.5000,1.0000,1693.1851,50.9315,50.8510,-0.0447,0.0000,5,1117.1731,131.2568,515.5486,-74.8095,15.3557,60.3141,-8.7520,-0.1211,9.8392,0.0000,9.8392,5.6377,9.8392,0.5396,0.0000,9.2995,0.0000,9.2995,5.5570,3.7425,0.0000,3.7425,-0.0562,3.7987,0.0000,0.0000,9.4058,-5.6071,3499.7925,3499.7925,3499.7925 -190.5000,1.0000,1707.2740,50.7200,50.5890,-0.0728,0.0000,5,1112.5339,100.2878,529.1275,-74.5327,11.6840,61.6456,-8.6834,-0.1963,6.2415,0.0000,6.2415,5.6388,6.2415,0.5185,0.0000,5.7230,0.0000,5.7230,5.5340,0.1890,0.0000,0.1890,-0.0910,0.2800,0.0000,0.0000,9.3667,-9.0867,3010.2310,3010.2310,3010.2310 -191.5000,1.0000,1721.2923,50.4660,50.3430,-0.0683,0.0000,5,1106.9624,104.9862,513.1218,-74.2004,12.1701,59.4815,-8.6014,-0.1834,6.7694,0.0000,6.7694,5.5841,6.7694,0.5174,0.0000,6.2520,0.0000,6.2520,5.5062,0.7457,0.0000,0.7457,-0.0850,0.8307,0.0000,0.0000,9.3198,-8.4891,3080.3938,3080.3938,3080.3938 -192.5000,1.0000,1735.2083,50.0975,49.8520,-0.1364,0.0000,5,1098.8794,30.0610,511.6907,-73.7049,3.4592,58.8825,-8.4815,-0.3634,-1.7449,0.0000,-1.7449,5.5675,-1.7449,0.5257,0.0000,-2.2706,0.0000,-2.2706,5.4660,-7.7366,0.0000,-7.7366,-0.1685,-7.5682,0.0000,0.0000,9.2518,-16.8199,1812.8913,1812.8913,1812.8913 -193.5000,1.0000,1748.9069,49.3150,48.7780,-0.2983,0.0000,5,1081.7154,-72.4758,466.3739,-72.4762,-8.2098,52.8294,-8.2099,-0.7825,-12.9259,0.0000,-12.9259,5.4985,-12.9259,0.5417,0.0000,-13.4676,0.0000,-13.4676,5.3807,-18.8483,8.6240,-27.4723,-0.3627,-27.1095,0.0000,0.0000,9.1073,-36.2168,0.0000,0.0000,0.0000 -194.5000,1.0000,1762.1870,47.8085,46.8390,-0.5386,0.0000,5,1048.6706,-70.1098,398.6526,-70.1108,-7.6992,43.7786,-7.6993,-1.3695,-11.7695,0.0000,-11.7695,5.4398,-11.7695,0.5161,0.0000,-12.2856,0.0000,-12.2856,5.2163,-17.5019,37.6923,-55.1942,-0.6349,-54.5593,0.0000,0.0000,8.8290,-63.3884,0.0000,0.0000,0.0000 -195.5000,1.0000,1774.9890,46.0870,45.3350,-0.4178,0.0000,5,1010.9099,-67.4060,391.1320,-67.4078,-7.1357,41.4061,-7.1359,-1.0240,-11.5673,0.0000,-11.5673,5.4556,-11.5673,0.4901,0.0000,-12.0574,0.0000,-12.0574,5.0285,-17.0859,21.4739,-38.5598,-0.4747,-38.0851,0.8011,0.0000,8.5111,-47.3972,0.0000,0.0000,0.0000 -196.5000,1.0000,1787.3315,44.4330,43.5310,-0.5011,0.0000,5,974.6297,-68.0766,372.0256,-68.0781,-6.9481,37.9700,-6.9483,-1.1842,-10.9573,0.0000,-10.9573,5.1934,-10.9573,0.4647,0.0000,-11.4221,0.0000,-11.4221,4.8480,-16.2700,29.9512,-46.2212,-0.5490,-45.6723,0.9332,0.0000,8.2057,-54.8111,0.0000,0.0000,0.0000 -197.5000,1.0000,1799.2817,43.0210,42.5110,-0.2833,0.0000,5,943.6577,-69.8498,373.0470,-69.8499,-6.9025,36.8644,-6.9025,-0.6483,-11.2941,0.0000,-11.2941,5.0399,-11.2941,0.4456,0.0000,-11.7397,0.0000,-11.7397,4.6939,-16.4336,5.0244,-21.4580,-0.3005,-21.1575,0.9035,0.0000,7.9449,-30.0060,0.0000,0.0000,0.0000 -198.5000,1.0000,1811.0385,42.3245,42.1380,-0.1036,0.0000,5,928.3801,70.4478,379.1859,-70.7238,6.8489,36.8644,-6.8758,-0.2332,2.1090,0.0000,2.1090,4.9732,2.1090,0.4024,0.0000,1.7066,0.0000,1.7066,4.6179,-2.9114,0.0000,-2.9114,-0.1081,-2.8032,0.1533,0.0223,7.8163,-10.7951,2152.9781,2152.9781,2152.9781 -199.5000,1.0000,1822.7490,42.1575,42.1770,0.0108,0.0000,5,924.7170,196.4345,440.1655,-70.9334,19.0220,42.6239,-6.8689,0.0243,14.0501,0.0000,14.0501,4.9475,14.0501,0.4393,0.0000,13.6108,0.0000,13.6108,4.5997,9.0111,0.0000,9.0111,0.0113,8.9999,0.0000,0.0902,7.7854,1.1243,4127.0336,4127.0336,4127.0336 -200.5000,1.0000,1834.5451,42.4660,42.7550,0.1606,0.0000,5,931.4839,366.9791,512.7928,-70.5463,35.7969,50.0203,-6.8814,0.3626,30.4758,0.0000,30.4758,4.9585,30.4758,0.5254,0.0000,29.9503,0.0000,29.9503,4.6334,25.3170,0.0000,25.3170,0.1681,25.1489,0.0000,0.5224,7.8424,16.7840,7284.2159,7284.2159,7284.2159 -201.5000,1.0000,1846.5027,43.0475,43.3400,0.1625,0.0000,5,944.2390,384.0735,604.3287,-69.8166,37.9774,59.7563,-6.9035,0.3720,32.6103,0.0000,32.6103,4.9950,32.6103,0.5437,0.0000,32.0666,0.0000,32.0666,4.6968,27.3698,0.0000,27.3698,0.1725,27.1973,0.0000,2.0276,7.9498,17.2199,7733.4448,7733.4448,7733.4448 -202.5000,1.0000,1858.6954,43.8935,44.4470,0.3075,0.0000,5,962.7958,549.3748,623.5614,-68.7551,55.3900,62.8698,-6.9321,0.7178,49.6464,0.0000,49.6464,5.0257,49.6464,0.6401,0.0000,49.0064,0.0000,49.0064,4.7891,44.2173,0.0000,44.2173,0.3328,43.8845,0.0000,2.5527,8.1060,33.2257,11010.0572,11010.0572,11010.0572 -203.5000,1.0000,1870.9689,44.1849,43.9228,-0.1456,0.0000,0,974.9368,49.7194,702.8949,-68.0606,5.0761,71.7622,-6.9487,0.0000,0.0000,0.0000,0.0000,5.0761,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,4.8209,-4.8209,0.0000,-4.8209,-0.1586,-4.6623,0.0000,3.0143,8.1599,-15.8365,1890.1596,1890.1596,1890.1596 -204.5000,1.0000,1883.4359,44.8810,45.8392,0.5323,0.0000,4,1231.5191,714.3636,714.3636,-81.6196,92.1275,92.1275,-10.5260,19.4050,67.5288,0.0000,67.5288,5.1937,79.8925,2.3401,0.0000,77.5524,0.0000,77.5524,5.2870,72.2655,0.0000,72.2655,0.5890,71.6764,0.0000,4.5768,8.2884,58.8113,17968.9632,17968.9632,17968.9632 -205.5000,1.0000,1896.5879,47.3472,48.8553,0.8378,0.0000,4,1537.0579,815.4118,815.4118,-99.7405,131.2490,131.2490,-16.0543,4.6211,121.2869,0.0000,121.2869,5.3410,121.2869,3.2343,0.0000,118.0526,0.0000,118.0526,6.1211,111.9315,0.0000,111.9315,0.9780,110.9535,0.0000,4.5612,8.7439,97.6484,25537.3496,25537.3496,25537.3496 -206.5000,1.0000,1910.4997,50.0826,51.3100,0.6819,0.0000,4,1625.8590,702.5033,874.6390,-104.3944,119.6079,148.9157,-17.7741,3.9783,110.1733,0.0000,110.1733,5.4563,110.1733,3.0887,0.0000,107.0847,0.0000,107.0847,6.2079,100.8768,0.0000,100.8768,0.8420,100.0348,0.0000,6.7203,9.2490,84.0655,23409.7598,23409.7598,23409.7598 -207.5000,1.0000,1924.9409,51.9880,52.6660,0.3767,0.0000,4,1687.7139,475.2417,842.8930,-106.5972,83.9928,148.9704,-18.8397,2.2812,76.1236,0.0000,76.1236,5.5879,76.1236,2.4630,0.0000,73.6606,0.0000,73.6606,5.8816,67.7790,0.0000,67.7790,0.4828,67.2962,0.0000,9.4906,9.6009,48.2047,16808.2649,16808.2649,16808.2649 -208.5000,1.0000,1939.4782,52.3343,52.0026,-0.1843,0.0000,0,1709.7241,31.8164,780.5692,-107.3811,5.6965,139.7546,-19.2257,0.0000,0.0000,0.0000,0.0000,5.6965,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,5.7101,-5.7100,0.0000,-5.7100,-0.2378,-5.4722,0.0000,8.6045,9.6648,-23.7416,3281.4975,3281.4975,3281.4975 -209.5000,1.0000,1954.0631,52.5059,53.0091,0.2796,0.0000,5,1436.2350,407.6779,407.6779,-93.7609,61.3156,61.3156,-14.1018,-24.1219,79.5620,0.0000,79.5620,5.8755,63.8002,0.8328,0.0000,62.9674,0.0000,62.9674,5.7688,57.1986,0.0000,57.1986,0.3620,56.8367,0.0000,11.0007,9.6965,36.1394,12310.4034,12310.4034,12310.4034 -210.5000,1.0000,1968.9665,53.6523,54.2954,0.3573,0.0000,5,1176.8532,721.9189,721.9189,-78.3695,88.9691,88.9691,-9.6582,1.0196,81.9133,0.0000,81.9133,6.0363,81.9133,0.9408,0.0000,80.9726,0.0000,80.9726,6.1442,74.8284,0.0000,74.8284,0.4726,74.3557,0.0000,17.2566,9.9083,47.1909,17355.3400,17355.3400,17355.3400 -211.5000,1.0000,1984.2607,55.0592,55.8229,0.4243,0.0000,5,1207.7131,818.7372,818.7372,-80.2077,103.5468,103.5468,-10.1440,1.2425,94.1440,0.0000,94.1440,8.1604,94.1440,1.0236,0.0000,93.1204,0.0000,93.1204,6.4557,86.6648,0.0000,86.6648,0.5760,86.0888,0.0000,18.4125,10.1681,57.5083,20146.0798,20146.0798,20146.0798 -212.5000,1.0000,2000.0085,56.6918,57.5607,0.4827,0.0000,5,1243.5248,861.5883,861.5883,-82.3316,112.1974,112.1974,-10.7214,1.4555,102.3871,0.0000,102.3871,8.3548,102.3871,1.0904,0.0000,101.2967,0.0000,101.2967,6.7283,94.5684,0.0000,94.5684,0.6747,93.8937,0.0000,16.0568,10.4696,67.3674,21764.3475,21764.3475,21764.3475 -213.5000,1.0000,2016.2445,58.4498,59.3389,0.4939,0.0000,5,1282.0863,880.0180,880.0180,-84.6187,118.1510,118.1510,-11.3609,1.5355,108.1582,0.0000,108.1582,8.4573,108.1582,1.1474,0.0000,107.0108,0.0000,107.0108,6.9756,100.0352,0.0000,100.0352,0.7118,99.3234,0.0000,17.4583,10.7942,71.0709,22908.8481,22908.8481,22908.8481 -214.5000,1.0000,2032.9808,60.2505,61.1620,0.5064,0.0000,5,1321.5829,883.1002,888.3345,-86.9611,122.2174,122.9418,-12.0351,1.6227,112.0746,0.0000,112.0746,8.5200,112.0746,1.1965,0.0000,110.8781,0.0000,110.8781,7.1990,103.6791,0.0000,103.6791,0.7522,102.9268,0.0000,16.6916,11.1268,75.1085,23662.7127,23662.7127,23662.7127 -215.5000,1.0000,2049.9656,61.1455,61.1290,-0.0092,0.0000,5,1341.2153,380.3915,886.8422,-88.1255,53.4266,124.5585,-12.3774,-0.0298,44.9495,0.0000,44.9495,8.5069,44.9495,0.8758,0.0000,44.0737,0.0000,44.0737,6.6715,37.4022,0.0000,37.4022,-0.0138,37.4161,0.0000,27.5038,11.2921,-1.3798,10739.5878,10739.5878,10739.5878 -216.5000,1.0000,2066.9015,60.9690,60.8090,-0.0889,0.0000,5,1337.3438,293.1721,685.0143,-87.8959,41.0577,95.9337,-12.3095,-0.2882,32.8607,0.0000,32.8607,8.4852,32.8607,0.8124,0.0000,32.0483,0.0000,32.0483,6.6522,25.3961,0.0000,25.3961,-0.1336,25.5297,0.0000,27.6111,11.2595,-13.3409,8428.7662,8428.7662,8428.7662 -217.5000,1.0000,2083.7479,60.6470,60.4850,-0.0900,0.0000,5,1330.2808,269.1083,647.9762,-87.4770,37.4886,90.2674,-12.1861,-0.2903,29.4151,0.0000,29.4151,8.3638,29.4151,0.7898,0.0000,28.6253,0.0000,28.6253,6.6171,22.0082,0.0000,22.0082,-0.1346,22.1428,0.0000,24.3791,11.2000,-13.4363,7726.7963,7726.7963,7726.7963 -218.5000,1.0000,2100.6033,60.6795,60.8740,0.1081,0.0000,5,1330.9937,494.7576,642.2301,-87.5192,68.9600,89.5149,-12.1985,0.3487,62.2273,0.0000,62.2273,6.3840,62.2273,0.9544,0.0000,61.2728,0.0000,61.2728,6.6206,54.6522,0.0000,54.6522,0.1617,54.4906,0.0000,27.1440,11.2060,16.1406,13681.5181,13681.5181,13681.5181 -219.5000,1.0000,2117.5859,61.1375,61.4010,0.1464,0.0000,5,1341.0398,562.9834,735.4256,-88.1151,79.0616,103.2783,-12.3743,0.4760,72.1487,0.0000,72.1487,6.4370,72.1487,1.0117,0.0000,71.1370,0.0000,71.1370,6.6844,64.4526,0.0000,64.4526,0.2207,64.2319,0.0000,30.9098,11.2906,22.0315,15506.7601,15506.7601,15506.7601 -220.5000,1.0000,2134.7116,61.6525,61.9040,0.1397,0.0000,5,1352.3362,526.8314,763.8787,-88.7850,74.6079,108.1777,-12.5734,0.4581,67.6326,0.0000,67.6326,6.5171,67.6326,0.9978,0.0000,66.6349,0.0000,66.6349,6.7268,59.9081,0.0000,59.9081,0.2124,59.6957,0.0000,27.1047,11.3857,21.2053,14695.5698,14695.5698,14695.5698 -221.5000,1.0000,2151.9702,62.1310,62.3580,0.1261,0.0000,5,1362.8320,512.2755,750.6564,-89.4075,73.1096,107.1303,-12.7598,0.4167,66.1675,0.0000,66.1675,6.5254,66.1675,0.9985,0.0000,65.1690,0.0000,65.1690,6.7790,58.3900,0.0000,58.3900,0.1932,58.1968,0.0000,27.4346,11.4741,19.2882,14427.7070,14427.7070,14427.7070 -222.5000,1.0000,2169.3395,62.5295,62.7010,0.0953,0.0000,5,1371.5731,511.1423,745.6910,-89.9259,73.4158,107.1042,-12.9161,0.3169,66.5662,0.0000,66.5662,6.5327,66.5662,1.0073,0.0000,65.5589,0.0000,65.5589,6.8225,58.7364,0.0000,58.7364,0.1469,58.5895,0.0000,32.3761,11.5477,14.6658,14480.7819,14480.7819,14480.7819 -223.5000,1.0000,2186.8016,62.8635,63.0260,0.0903,0.0000,5,1378.8993,462.6050,746.3449,-90.3604,66.7992,107.7707,-13.0479,0.3018,59.9048,0.0000,59.9048,6.5926,59.9048,0.9797,0.0000,58.9252,0.0000,58.9252,6.8589,52.0663,0.0000,52.0663,0.1399,51.9263,0.0000,26.3466,11.6093,13.9704,13265.8215,13265.8215,13265.8215 -224.5000,1.0000,2204.3334,63.1145,63.2030,0.0492,0.0000,5,1384.4049,400.5812,727.5271,-90.6870,58.0741,105.4729,-13.1473,0.1650,51.3364,0.0000,51.3364,6.5726,51.3364,0.9411,0.0000,50.3953,0.0000,50.3953,6.8863,43.5090,0.0000,43.5090,0.0765,43.4325,0.0000,24.1379,11.6557,7.6389,11664.5011,11664.5011,11664.5011 -225.5000,1.0000,2221.9163,63.2985,63.3940,0.0531,0.0000,5,1388.4409,451.8996,704.2449,-90.9263,65.7049,102.3952,-13.2204,0.1786,58.9187,0.0000,58.9187,6.6076,58.9187,0.9822,0.0000,57.9365,0.0000,57.9365,6.9064,51.0301,0.0000,51.0301,0.0828,50.9473,0.0000,30.9905,11.6897,8.2671,13067.6191,13067.6191,13067.6191 -226.5000,1.0000,2239.5606,63.5195,63.6450,0.0697,0.0000,5,1393.2885,460.5089,725.2773,-91.2138,67.1905,105.8215,-13.3085,0.2355,60.3034,0.0000,60.3034,6.6515,60.3034,0.9929,0.0000,59.3105,0.0000,59.3105,6.9305,52.3800,0.0000,52.3800,0.1092,52.2708,0.0000,29.6383,11.7305,10.9020,13343.8357,13343.8357,13343.8357 -227.5000,1.0000,2257.2770,63.7790,63.9130,0.0744,0.0000,5,1398.9806,440.4996,729.4981,-91.5514,64.5336,106.8721,-13.4124,0.2525,57.6086,0.0000,57.6086,6.6725,57.6086,0.9839,0.0000,56.6247,0.0000,56.6247,6.9588,49.6659,0.0000,49.6659,0.1171,49.5488,0.0000,26.0824,11.7784,11.6880,12860.0928,12860.0928,12860.0928 -228.5000,1.0000,2275.0623,64.0270,64.1410,0.0633,0.0000,5,1404.4205,427.9917,722.4657,-91.8740,62.9450,106.2534,-13.5120,0.2157,56.0096,0.0000,56.0096,6.7197,56.0096,0.9802,0.0000,55.0294,0.0000,55.0294,6.9859,48.0435,0.0000,48.0435,0.1000,47.9435,0.0000,26.1372,11.8242,9.9822,12573.2276,12573.2276,12573.2276 -229.5000,1.0000,2292.9188,64.2835,64.4260,0.0792,0.0000,5,1410.0467,473.8983,718.9506,-92.2077,69.9757,106.1601,-13.6154,0.2707,62.9570,0.0000,62.9570,6.7480,62.9570,1.0194,0.0000,61.9376,0.0000,61.9376,7.0138,54.9237,0.0000,54.9237,0.1255,54.7983,0.0000,30.3990,11.8716,12.5277,13854.8047,13854.8047,13854.8047 -230.5000,1.0000,2310.7590,64.2245,64.0230,-0.1119,0.0000,5,1408.7526,221.8397,733.0484,-92.1310,32.7267,108.1424,-13.5916,-0.3824,26.4020,0.0000,26.4020,6.7071,26.4020,0.8356,0.0000,25.5664,0.0000,25.5664,7.0074,18.5590,0.0000,18.5590,-0.1773,18.7363,0.0000,24.5740,11.8607,-17.6983,6942.3679,6942.3679,6942.3679 -231.5000,1.0000,2328.4875,63.8225,63.6220,-0.1114,0.0000,5,1399.9348,209.7095,634.0039,-91.6080,30.7436,92.9455,-13.4298,-0.3781,24.4135,0.0000,24.4135,6.7082,24.4135,0.8187,0.0000,23.5948,0.0000,23.5948,6.9635,16.6312,0.0000,16.6312,-0.1753,16.8065,0.0000,22.5203,11.7864,-17.5003,6568.3445,6568.3445,6568.3445 -232.5000,1.0000,2346.1002,63.4060,63.1900,-0.1200,0.0000,5,1390.7989,245.1848,626.8513,-91.0662,35.7097,91.2972,-13.2633,-0.4047,29.4953,0.0000,29.4953,6.6191,29.4953,0.8369,0.0000,28.6584,0.0000,28.6584,6.9181,21.7403,0.0000,21.7403,-0.1876,21.9279,0.0000,28.9485,11.7095,-18.7301,7475.0941,7475.0941,7475.0941 -233.5000,1.0000,2363.5797,62.9260,62.6620,-0.1467,0.0000,5,1380.2702,226.6816,637.9321,-90.4417,32.7649,92.2077,-13.0726,-0.4908,26.7174,0.0000,26.7174,6.5383,26.7174,0.8148,0.0000,25.9026,0.0000,25.9026,6.8657,19.0369,0.0000,19.0369,-0.2275,19.2644,0.0000,30.3627,11.6209,-22.7191,6900.6007,6900.6007,6900.6007 -234.5000,1.0000,2380.9134,62.4015,62.1410,-0.1447,0.0000,5,1368.7654,225.3349,628.0041,-89.7594,32.2988,90.0161,-12.8658,-0.4803,26.2512,0.0000,26.2512,6.5279,26.2512,0.8035,0.0000,25.4477,0.0000,25.4477,6.8085,18.6392,0.0000,18.6392,-0.2227,18.8618,0.0000,29.5689,11.5240,-22.2310,6798.5757,6798.5757,6798.5757 -235.5000,1.0000,2398.1094,61.9055,61.6700,-0.1308,0.0000,5,1357.8857,256.3621,625.2794,-89.1142,36.4540,88.9131,-12.6718,-0.4308,30.3824,0.0000,30.3824,6.5023,30.3824,0.8158,0.0000,29.5667,0.0000,29.5667,6.7544,22.8123,0.0000,22.8123,-0.1997,23.0120,0.0000,31.5173,11.4324,-19.9378,7561.3548,7561.3548,7561.3548 -236.5000,1.0000,2415.1558,61.3670,61.0640,-0.1683,0.0000,5,1346.0738,218.8755,634.5505,-88.4136,30.8528,89.4466,-12.4628,-0.5494,24.9737,0.0000,24.9737,6.4285,24.9737,0.7797,0.0000,24.1940,0.0000,24.1940,6.6956,17.4984,0.0000,17.4984,-0.2547,17.7531,0.0000,31.8494,11.3330,-25.4293,6526.5608,6526.5608,6526.5608 -237.5000,1.0000,2432.0393,60.7805,60.4970,-0.1575,0.0000,5,1333.2091,211.6773,616.5521,-87.6506,29.5530,86.0789,-12.2372,-0.5091,23.6145,0.0000,23.6145,6.4476,23.6145,0.7631,0.0000,22.8515,0.0000,22.8515,6.6316,16.2198,0.0000,16.2198,-0.2360,16.4558,0.0000,28.7965,11.2247,-23.5654,6282.5608,6282.5608,6282.5608 -238.5000,1.0000,2448.7598,60.1940,59.8910,-0.1683,0.0000,5,1320.3443,176.0681,610.4083,-86.8877,24.3443,84.3988,-12.0136,-0.5389,18.5250,0.0000,18.5250,6.3582,18.5250,0.7279,0.0000,17.7971,0.0000,17.7971,6.5676,11.2295,0.0000,11.2295,-0.2498,11.4793,0.0000,25.3062,11.1163,-24.9432,5296.3140,5296.3140,5296.3140 -239.5000,1.0000,2465.3288,59.6485,59.4060,-0.1347,0.0000,5,1308.3789,228.6802,593.4140,-86.1780,31.3322,81.3055,-11.8075,-0.4274,25.4195,0.0000,25.4195,6.3401,25.4195,0.7533,0.0000,24.6661,0.0000,24.6661,6.5081,18.1580,0.0000,18.1580,-0.1981,18.3561,0.0000,27.1224,11.0156,-19.7819,6596.0731,6596.0731,6596.0731 -240.5000,1.0000,2481.7606,59.1545,58.9030,-0.1397,0.0000,5,1297.5431,220.0451,613.2161,-85.5354,29.8994,83.3228,-11.6224,-0.4396,24.0579,0.0000,24.0579,6.2811,24.0579,0.7384,0.0000,23.3195,0.0000,23.3195,6.4542,16.8652,0.0000,16.8652,-0.2038,17.0690,0.0000,26.4908,10.9244,-20.3462,6320.5807,6320.5807,6320.5807 -241.5000,1.0000,2498.0573,58.6680,58.4330,-0.1306,0.0000,5,1286.8718,227.0582,607.4515,-84.9025,30.5986,81.8607,-11.4415,-0.4074,24.8328,0.0000,24.8328,6.1732,24.8328,0.7344,0.0000,24.0984,0.0000,24.0984,6.4011,17.6973,0.0000,17.6973,-0.1888,17.8861,0.0000,25.9065,10.8345,-18.8550,6427.5735,6427.5735,6427.5735 -242.5000,1.0000,2514.2577,58.3215,58.2100,-0.0619,0.0000,5,1279.2714,300.1145,610.2951,-84.4517,40.2048,81.7582,-11.3136,-0.1921,34.2226,0.0000,34.2226,6.1744,34.2226,0.7757,0.0000,33.4469,0.0000,33.4469,6.3633,27.0836,0.0000,27.0836,-0.0891,27.1726,0.0000,25.2953,10.7705,-8.8932,8231.6736,8231.6736,8231.6736 -243.5000,1.0000,2530.4330,58.2310,58.2520,0.0117,0.0000,5,1277.2863,362.0703,642.5748,-84.3340,48.4295,85.9489,-11.2803,0.0361,42.2502,0.0000,42.2502,6.1431,42.2502,0.8144,0.0000,41.4359,0.0000,41.4359,6.3535,35.0824,0.0000,35.0824,0.0167,35.0656,0.0000,22.6395,10.7538,1.6724,9763.6747,9763.6747,9763.6747 -244.5000,1.0000,2546.6366,58.3330,58.4140,0.0450,0.0000,5,1279.5236,434.7211,669.7747,-84.4667,58.2489,89.7441,-11.3178,0.1396,51.9733,0.0000,51.9733,6.1360,51.9733,0.8646,0.0000,51.1087,0.0000,51.1087,6.3646,44.7441,0.0000,44.7441,0.0647,44.6794,0.0000,27.4449,10.7727,6.4618,11620.4762,11620.4762,11620.4762 -245.5000,1.0000,2562.8895,58.5105,58.6070,0.0536,0.0000,5,1283.4170,410.8174,701.2817,-84.6976,55.2135,94.2516,-11.3833,0.1668,48.8368,0.0000,48.8368,6.2099,48.8368,0.8518,0.0000,47.9850,0.0000,47.9850,6.3840,41.6010,0.0000,41.6010,0.0773,41.5237,0.0000,22.9964,10.8054,7.7218,11048.0368,11048.0368,11048.0368 -246.5000,1.0000,2579.1866,58.6695,58.7320,0.0347,0.0000,5,1286.9047,384.5862,691.3110,-84.9044,51.8285,93.1641,-11.4421,0.1083,45.5633,0.0000,45.5633,6.1569,45.5633,0.8380,0.0000,44.7252,0.0000,44.7252,6.4013,38.3239,0.0000,38.3239,0.0502,38.2737,0.0000,22.4242,10.8348,5.0147,10421.0360,10421.0360,10421.0360 -247.5000,1.0000,2595.4820,58.6635,58.5950,-0.0381,0.0000,5,1286.7731,342.8338,679.0093,-84.8966,46.1970,91.4969,-11.4399,-0.1187,40.1284,0.0000,40.1284,6.1874,40.1284,0.8108,0.0000,39.3176,0.0000,39.3176,6.4007,32.9170,0.0000,32.9170,-0.0550,32.9720,0.0000,27.6339,10.8337,-5.4956,9351.4821,9351.4821,9351.4821 -248.5000,1.0000,2611.7208,58.4595,58.3240,-0.0753,0.0000,5,1282.2984,289.7911,660.0867,-84.6312,38.9137,88.6377,-11.3644,-0.2340,33.0127,0.0000,33.0127,6.1350,33.0127,0.7719,0.0000,32.2408,0.0000,32.2408,6.3784,25.8625,0.0000,25.8625,-0.1085,25.9710,0.0000,26.0080,10.7960,-10.8331,7989.9031,7989.9031,7989.9031 -249.5000,1.0000,2627.8830,58.1840,58.0440,-0.0778,0.0000,5,1276.2553,287.4727,636.2553,-84.2728,38.4205,85.0350,-11.2630,-0.2407,32.5619,0.0000,32.5619,6.0993,32.5619,0.7652,0.0000,31.7967,0.0000,31.7967,6.3483,25.4484,0.0000,25.4484,-0.1116,25.5600,0.0000,25.9549,10.7451,-11.1401,7890.7930,7890.7930,7890.7930 -250.5000,1.0000,2643.9433,57.8170,57.5900,-0.1261,0.0000,5,1268.2052,205.7776,632.8012,-83.7954,27.3285,84.0399,-11.1285,-0.3878,21.6176,0.0000,21.6176,6.0988,21.6176,0.7045,0.0000,20.9130,0.0000,20.9130,6.3083,14.6047,0.0000,14.6047,-0.1798,14.7845,0.0000,22.0561,10.6774,-17.9489,5814.1941,5814.1941,5814.1941 -251.5000,1.0000,2659.8315,57.1975,56.8050,-0.2181,0.0000,5,1254.6166,128.5707,592.5012,-82.9895,16.8920,77.8447,-10.9034,-0.6633,11.5224,0.0000,11.5224,6.0330,11.5224,0.6441,0.0000,10.8783,0.0000,10.8783,6.2407,4.6376,0.0000,4.6376,-0.3075,4.9451,0.0000,25.0846,10.5630,-30.7025,3849.5173,3849.5173,3849.5173 -252.5000,1.0000,2675.5162,56.4650,56.1250,-0.1889,0.0000,5,1238.5494,171.5504,555.4157,-82.0366,22.2502,72.0377,-10.6402,-0.5672,16.8124,0.0000,16.8124,6.0050,16.8124,0.6589,0.0000,16.1534,0.0000,16.1534,6.1608,9.9927,0.0000,9.9927,-0.2630,10.2556,0.0000,26.0831,10.4277,-26.2552,4821.1592,4821.1592,4821.1592 -253.5000,1.0000,2690.9958,55.7265,55.3280,-0.2214,0.0000,5,1222.3505,138.4452,570.4177,-81.0758,17.7216,73.0159,-10.3781,-0.6562,12.4525,0.0000,12.4525,5.9252,12.4525,0.6255,0.0000,11.8270,0.0000,11.8270,6.0802,5.7468,0.0000,5.7468,-0.3042,6.0510,0.0000,26.1298,10.2913,-30.3701,3999.1205,3999.1205,3999.1205 -254.5000,1.0000,2706.2115,54.7765,54.2250,-0.3064,0.0000,5,1201.5124,25.0041,548.6302,-79.8400,3.1461,69.0298,-10.0456,-0.8926,-1.8136,0.0000,-1.8136,5.8523,-1.8136,0.6002,0.0000,-2.4138,0.0000,-2.4138,5.9765,-8.3903,0.0000,-8.3903,-0.4138,-7.9765,0.0000,23.2215,10.1159,-41.3139,1869.3469,1869.3469,1869.3469 -255.5000,1.0000,2721.1223,53.6790,53.1330,-0.3033,0.0000,5,1177.4390,25.9902,489.5627,-78.4045,3.2046,60.3636,-9.6674,-0.8660,-1.6811,0.0000,-1.6811,5.7517,-1.6811,0.5820,0.0000,-2.2632,0.0000,-2.2632,5.8568,-8.1200,0.0000,-8.1200,-0.4014,-7.7185,0.0000,22.4507,9.9132,-40.0824,1867.0257,1867.0257,1867.0257 -256.5000,1.0000,2735.7488,52.6555,52.1780,-0.2653,0.0000,5,1154.9887,7.4506,484.9427,-77.0653,0.9012,58.6539,-9.3211,-0.7429,-4.0143,0.0000,-4.0143,5.6583,-4.0143,0.5715,0.0000,-4.5857,0.0000,-4.5857,5.7451,-10.3309,0.0000,-10.3309,-0.3444,-9.9865,0.0000,14.6747,9.7242,-34.3854,1506.7483,1506.7483,1506.7483 -257.5000,1.0000,2750.0956,51.6485,51.1190,-0.2942,0.0000,5,1132.9003,-75.7476,469.3458,-75.7476,-8.9865,55.6818,-8.9865,-0.8080,-13.6965,0.0000,-13.6965,5.5181,-13.6965,0.5798,0.0000,-14.2763,0.0000,-14.2763,5.6353,-19.9115,0.3493,-20.2608,-0.3746,-19.8862,0.0000,7.9763,9.5382,-37.4008,0.0000,0.0000,0.0000 -258.5000,1.0000,2764.1762,50.6900,50.2610,-0.2383,0.0000,5,1111.8758,-56.7226,424.6601,-74.4935,-6.6045,49.4455,-8.6737,-0.6425,-11.4034,0.0000,-11.4034,5.4414,-11.4034,0.5590,0.0000,-11.9624,0.0000,-11.9624,5.5307,-17.4931,0.0000,-17.4931,-0.2979,-17.1952,0.0000,3.1833,9.3612,-29.7397,254.0842,254.0842,254.0842 -259.5000,1.0000,2778.0934,50.1020,49.9430,-0.0883,0.0000,5,1098.9781,92.1068,434.5689,-73.7119,10.6001,50.0122,-8.4831,-0.2354,5.4158,0.0000,5.4158,5.4196,5.4158,0.5079,0.0000,4.9079,0.0000,4.9079,5.4665,-0.5586,0.0000,-0.5586,-0.1091,-0.4495,0.0000,1.1924,9.2526,-10.8945,2870.8555,2870.8555,2870.8555 -260.5000,1.0000,2792.0058,50.0845,50.2260,0.0786,0.0000,5,1098.5943,272.6908,510.8177,-73.6844,31.3716,58.7668,-8.4770,0.2094,25.7350,0.0000,25.7350,5.4272,25.7350,0.6067,0.0000,25.1282,0.0000,25.1282,5.4646,19.6636,0.0000,19.6636,0.0971,19.5666,0.0000,0.6251,9.2494,9.6921,6438.2802,6438.2802,6438.2802 -261.5000,1.0000,2806.0518,50.5655,50.9050,0.1886,0.0000,5,1109.1449,388.7824,600.7968,-74.3306,45.1568,69.7822,-8.6335,0.5072,39.2492,0.0000,39.2492,5.4004,39.2492,0.6813,0.0000,38.5679,0.0000,38.5679,5.5171,33.0508,0.0000,33.0508,0.2351,32.8156,0.0000,0.0000,9.3382,23.4774,9097.6092,9097.6092,9097.6092 -262.5000,1.0000,2820.3081,51.3230,51.7410,0.2322,0.0000,5,1125.7606,436.9904,658.2212,-75.3217,51.5165,77.5973,-8.8796,0.6339,45.4340,0.0000,45.4340,5.4486,45.4340,0.7234,0.0000,44.7107,0.0000,44.7107,5.5997,39.1109,0.0000,39.1109,0.2938,38.8171,0.0000,0.0000,9.4781,29.3390,10224.2210,10224.2210,10224.2210 -263.5000,1.0000,2834.7952,52.1535,52.5660,0.2292,0.0000,5,1143.9774,433.5332,683.0683,-76.4084,51.9360,81.8296,-9.1535,0.6357,45.7754,0.0000,45.7754,5.5250,45.7754,0.7374,0.0000,45.0379,0.0000,45.0379,5.6904,39.3476,0.0000,39.3476,0.2947,39.0529,0.0000,0.0000,9.6315,29.4215,10324.9845,10324.9845,10324.9845 -264.5000,1.0000,2849.5219,53.0160,53.4660,0.2500,0.0000,5,1162.8962,456.5642,684.9012,-77.5370,55.5996,83.4060,-9.4423,0.7049,49.2969,0.0000,49.2969,5.5977,49.2969,0.7680,0.0000,48.5289,0.0000,48.5289,5.7845,42.7444,0.0000,42.7444,0.3268,42.4177,0.0000,0.0000,9.7907,32.6269,11075.0115,11075.0115,11075.0115 -265.5000,1.0000,2864.4851,53.8675,54.2690,0.2231,0.0000,5,1181.5737,426.3714,697.7060,-78.6511,52.7567,86.3300,-9.7318,0.6390,46.4664,0.0000,46.4664,5.6512,46.4664,0.7668,0.0000,45.6996,0.0000,45.6996,5.8774,39.8223,0.0000,39.8223,0.2962,39.5260,0.0000,0.0000,9.9480,29.5780,10533.5046,10533.5046,10533.5046 -266.5000,1.0000,2879.6775,54.6925,55.1160,0.2353,0.0000,5,1199.6699,440.0312,687.3765,-79.7306,55.2807,86.3545,-10.0165,0.6844,48.8530,0.0000,48.8530,5.7434,48.8530,0.7914,0.0000,48.0615,0.0000,48.0615,5.9674,42.0942,0.0000,42.0942,0.3173,41.7769,0.0000,0.0000,10.1004,31.6766,11048.2013,11048.2013,11048.2013 -267.5000,1.0000,2895.1129,55.5675,56.0190,0.2508,0.0000,5,1218.8629,457.2833,696.2488,-80.8690,58.3672,88.8685,-10.3220,0.7413,51.7994,0.0000,51.7994,5.8265,51.7994,0.8198,0.0000,50.9796,0.0000,50.9796,6.0629,44.9167,0.0000,44.9167,0.3436,44.5731,0.0000,0.0000,10.2619,34.3112,11628.6031,11628.6031,11628.6031 -268.5000,1.0000,2910.7758,56.3865,56.7540,0.2042,0.0000,5,1236.8275,405.5011,705.4242,-81.9344,52.5206,91.3667,-10.6122,0.6123,45.9921,0.0000,45.9921,5.9162,45.9921,0.8036,0.0000,45.1885,0.0000,45.1885,6.1522,39.0363,0.0000,39.0363,0.2838,38.7525,0.0000,0.0000,10.4132,28.3393,10526.0608,10526.0608,10526.0608 -269.5000,1.0000,2926.6529,57.1575,57.5610,0.2242,0.0000,5,1253.7392,427.4685,686.2392,-82.9374,56.1229,90.0972,-10.8890,0.6814,49.4820,0.0000,49.4820,5.9595,49.4820,0.8333,0.0000,48.6487,0.0000,48.6487,6.2363,42.4123,0.0000,42.4123,0.3159,42.0964,0.0000,0.0000,10.5556,31.5409,11200.8467,11200.8467,11200.8467 -270.5000,1.0000,2942.7587,57.9810,58.4010,0.2333,0.0000,5,1271.8026,437.5714,698.3648,-84.0087,58.2770,93.0102,-11.1885,0.7195,51.5278,0.0000,51.5278,6.0297,51.5278,0.8567,0.0000,50.6710,0.0000,50.6710,6.3262,44.3449,0.0000,44.3449,0.3336,44.0113,0.0000,0.0000,10.7077,33.3036,11615.3341,11615.3341,11615.3341 -271.5000,1.0000,2959.0750,58.7385,59.0760,0.1875,0.0000,5,1288.4182,386.8158,704.3084,-84.9942,52.1903,95.0273,-11.4677,0.5857,45.4781,0.0000,45.4781,6.1264,45.4781,0.8387,0.0000,44.6394,0.0000,44.6394,6.4088,38.2306,0.0000,38.2306,0.2715,37.9590,0.0000,0.0000,10.8475,27.1115,10490.8661,10490.8661,10490.8661 -272.5000,1.0000,2975.5801,59.4185,59.7610,0.1903,0.0000,5,1303.3339,389.8052,685.8979,-85.8788,53.2025,93.6146,-11.7212,0.6013,46.4211,0.0000,46.4211,6.1801,46.4211,0.8546,0.0000,45.5666,0.0000,45.5666,6.4830,39.0835,0.0000,39.0835,0.2787,38.8048,0.0000,0.0000,10.9731,27.8317,10687.2520,10687.2520,10687.2520 -273.5000,1.0000,2992.2444,59.9915,60.2220,0.1281,0.0000,5,1315.9025,320.4150,688.1350,-86.6242,44.1535,94.8257,-11.9369,0.4086,37.5446,0.0000,37.5446,6.2003,37.5446,0.8196,0.0000,36.7250,0.0000,36.7250,6.5455,30.1795,0.0000,30.1795,0.1894,29.9901,0.0000,0.0000,11.0789,18.9111,8995.0127,8995.0127,8995.0127 -274.5000,1.0000,3009.0038,60.3340,60.4460,0.0622,0.0000,5,1323.4152,247.6126,660.0511,-87.0698,34.3161,91.4750,-12.0668,0.1997,27.8358,0.0000,27.8358,6.2806,27.8358,0.7767,0.0000,27.0591,0.0000,27.0591,6.5829,20.4761,0.0000,20.4761,0.0926,20.3836,0.0000,0.0000,11.1422,9.2414,7148.3407,7148.3407,7148.3407 -275.5000,1.0000,3025.7450,60.2680,60.0900,-0.0989,0.0000,5,1321.9675,68.6869,626.6551,-86.9839,9.5087,86.7517,-12.0417,-0.3170,3.5671,0.0000,3.5671,6.2586,3.5671,0.6795,0.0000,2.8877,0.0000,2.8877,6.5757,-3.6881,0.0000,-3.6881,-0.1469,-3.5411,0.0000,0.0000,11.1300,-14.6711,2852.2495,2852.2495,2852.2495 -276.5000,1.0000,3042.3381,59.7355,59.3810,-0.1969,0.0000,5,1310.2872,-39.4981,546.7362,-86.2912,-5.4196,75.0193,-11.8403,-0.6257,-10.9946,0.0000,-10.9946,6.2007,-10.9946,0.7066,0.0000,-11.7012,0.0000,-11.7012,6.5176,-18.2188,0.0000,-18.2188,-0.2901,-17.9288,0.0000,0.0000,11.0317,-28.9605,889.4742,889.4742,889.4742 -277.5000,1.0000,3058.7623,59.1270,58.8730,-0.1411,0.0000,5,1296.9399,22.1553,498.3362,-85.4996,3.0090,67.6816,-11.6121,-0.4437,-2.6987,0.0000,-2.6987,6.1515,-2.6987,0.6754,0.0000,-3.3740,0.0000,-3.3740,6.4512,-9.8253,0.0000,-9.8253,-0.2057,-9.6196,0.0000,0.0000,10.9193,-20.5389,2035.1591,2035.1591,2035.1591 -278.5000,1.0000,3075.0615,58.6770,58.4810,-0.1089,0.0000,5,1287.0692,57.4430,522.8465,-84.9142,7.7423,70.4701,-11.4449,-0.3398,2.0084,0.0000,2.0084,6.0737,2.0084,0.6559,0.0000,1.3525,0.0000,1.3525,6.4021,-5.0496,0.0000,-5.0496,-0.1575,-4.8921,0.0000,0.0000,10.8362,-15.7283,2582.5234,2582.5234,2582.5234 -279.5000,1.0000,3091.2850,58.4045,58.3280,-0.0425,0.0000,5,1281.0920,131.0131,538.1094,-84.5597,17.5762,72.1904,-11.3442,-0.1320,11.6509,0.0000,11.6509,6.0573,11.6509,0.6642,0.0000,10.9867,0.0000,10.9867,6.3724,4.6143,0.0000,4.6143,-0.0612,4.6755,0.0000,0.0000,10.7859,-6.1103,3996.7133,3996.7133,3996.7133 -280.5000,1.0000,3107.4936,58.3510,58.3740,0.0128,0.0000,5,1279.9184,192.7939,570.6449,-84.4901,25.8407,76.4851,-11.3244,0.0397,19.6999,0.0000,19.6999,6.1012,19.6999,0.7036,0.0000,18.9963,0.0000,18.9963,6.3666,12.6298,0.0000,12.6298,0.0184,12.6114,0.0000,0.0000,10.7760,1.8354,5551.7910,5551.7910,5551.7910 -281.5000,1.0000,3123.7355,58.4710,58.5680,0.0539,0.0000,5,1282.5506,238.0739,598.4388,-84.6462,31.9753,80.3754,-11.3687,0.1676,25.7478,0.0000,25.7478,6.0600,25.7478,0.7357,0.0000,25.0120,0.0000,25.0120,6.3796,18.6324,0.0000,18.6324,0.0777,18.5547,0.0000,0.0000,10.7981,7.7566,6678.4843,6678.4843,6678.4843 -282.5000,1.0000,3140.0305,58.6620,58.7560,0.0522,0.0000,5,1286.7402,236.3861,618.4119,-84.8947,31.8524,83.3292,-11.4393,0.1629,25.5887,0.0000,25.5887,6.1007,25.5887,0.7380,0.0000,24.8507,0.0000,24.8507,6.4005,18.4502,0.0000,18.4502,0.0755,18.3746,0.0000,0.0000,10.8334,7.5412,6663.5336,6663.5336,6663.5336 -283.5000,1.0000,3156.3930,58.9050,59.0540,0.0828,0.0000,5,1292.0703,285.2860,619.4722,-85.2108,38.6007,83.8179,-11.5295,0.2593,30.1937,0.0000,30.1937,8.1477,30.1937,0.7650,0.0000,29.4287,0.0000,29.4287,6.4270,23.0017,0.0000,23.0017,0.1202,22.8814,0.0000,0.0000,10.8783,12.0031,7940.5988,7940.5988,7940.5988 -284.5000,1.0000,3172.8330,59.1840,59.3140,0.0722,0.0000,5,1298.1901,273.4292,640.9452,-85.5737,37.1717,87.1340,-11.6334,0.2273,28.7773,0.0000,28.7773,8.1670,28.7773,0.7625,0.0000,28.0148,0.0000,28.0148,6.4574,21.5574,0.0000,21.5574,0.1054,21.4520,0.0000,0.0000,10.9298,10.5221,7680.3147,7680.3147,7680.3147 -285.5000,1.0000,3189.3508,59.4640,59.6140,0.0833,0.0000,5,1304.3319,285.7358,637.4791,-85.9380,39.0285,87.0728,-11.7382,0.2635,30.5661,0.0000,30.5661,8.1988,30.5661,0.7760,0.0000,29.7901,0.0000,29.7901,6.4880,23.3021,0.0000,23.3021,0.1222,23.1799,0.0000,0.0000,10.9815,12.1984,8025.4523,8025.4523,8025.4523 -286.5000,1.0000,3205.9476,59.7485,59.8830,0.0747,0.0000,5,1310.5723,275.9293,643.6399,-86.3081,37.8693,88.3349,-11.8452,0.2374,29.4284,0.0000,29.4284,8.2035,29.4284,0.7750,0.0000,28.6534,0.0000,28.6534,6.5190,22.1344,0.0000,22.1344,0.1101,22.0243,0.0000,0.0000,11.0341,10.9902,7806.1698,7806.1698,7806.1698 -287.5000,1.0000,3222.6148,60.0020,60.1210,0.0661,0.0000,5,1316.1328,266.2429,640.5556,-86.6379,36.6950,88.2846,-11.9409,0.2110,28.2637,0.0000,28.2637,8.2203,28.2637,0.7734,0.0000,27.4903,0.0000,27.4903,6.5467,20.9436,0.0000,20.9436,0.0978,20.8458,0.0000,0.0000,11.0809,9.7649,7586.6997,7586.6997,7586.6997 -288.5000,1.0000,3239.3576,60.2740,60.4270,0.0850,0.0000,5,1322.0991,287.5863,638.2085,-86.9917,39.8163,88.3599,-12.0440,0.2725,31.2384,0.0000,31.2384,8.3054,31.2384,0.7928,0.0000,30.4456,0.0000,30.4456,6.5764,23.8693,0.0000,23.8693,0.1263,23.7429,0.0000,0.0000,11.1311,12.6118,8175.2170,8175.2170,8175.2170 -289.5000,1.0000,3256.1891,60.5935,60.7600,0.0925,0.0000,5,1329.1073,296.1454,648.4881,-87.4074,41.2186,90.2590,-12.1657,0.2981,32.5415,0.0000,32.5415,8.3790,32.5415,0.8046,0.0000,31.7369,0.0000,31.7369,6.6112,25.1257,0.0000,25.1257,0.1382,24.9875,0.0000,0.0000,11.1901,13.7974,8455.1576,8455.1576,8455.1576 -290.5000,1.0000,3273.1168,60.9395,61.1190,0.0997,0.0000,5,1336.6967,288.7670,653.6291,-87.8575,40.4212,91.4941,-12.2982,0.3232,33.8292,0.0000,33.8292,6.2688,33.8292,0.8168,0.0000,33.0124,0.0000,33.0124,6.6490,26.3634,0.0000,26.3634,0.1498,26.2136,0.0000,0.0000,11.2540,14.9596,8304.3421,8304.3421,8304.3421 -291.5000,1.0000,3290.1608,61.3585,61.5980,0.1331,0.0000,5,1345.8874,325.9342,653.1792,-88.4026,45.9375,92.0597,-12.4595,0.4342,39.1752,0.0000,39.1752,6.3281,39.1752,0.8505,0.0000,38.3246,0.0000,38.3246,6.6947,31.6299,0.0000,31.6299,0.2013,31.4287,0.0000,0.0000,11.3314,20.0973,9335.3497,9335.3497,9335.3497 -292.5000,1.0000,3307.3361,61.8310,62.0640,0.1294,0.0000,5,1356.2516,329.9385,669.9382,-89.0172,46.8600,95.1489,-12.6428,0.4257,40.0718,0.0000,40.0718,6.3625,40.0718,0.8630,0.0000,39.2088,0.0000,39.2088,6.7463,32.4626,0.0000,32.4626,0.1973,32.2652,0.0000,1.1442,11.4187,19.7024,9506.6374,9506.6374,9506.6374 -293.5000,1.0000,3324.6715,62.4075,62.7510,0.1908,0.0000,5,1368.8970,405.0538,675.2404,-89.7672,58.0647,96.7961,-12.8682,0.6334,51.0427,0.0000,51.0427,6.3886,51.0427,0.9276,0.0000,50.1151,0.0000,50.1151,6.8092,43.3059,0.0000,43.3059,0.2936,43.0123,0.0000,2.1701,11.5251,29.3170,11648.2013,11648.2013,11648.2013 -294.5000,1.0000,3342.1963,63.0895,63.4280,0.1881,0.0000,5,1383.8566,414.0918,706.9792,-90.6544,60.0090,102.4534,-13.1374,0.6310,52.8604,0.0000,52.8604,6.5176,52.8604,0.9483,0.0000,51.9121,0.0000,51.9121,6.8836,45.0285,0.0000,45.0285,0.2925,44.7360,0.0000,3.8789,11.6511,29.2060,12012.0234,12012.0234,12012.0234 -295.5000,1.0000,3359.8863,63.6840,63.9400,0.1422,0.0000,5,1396.8968,366.0013,711.9270,-91.4278,53.5396,104.1426,-13.3743,0.4817,46.5262,0.0000,46.5262,6.5317,46.5262,0.9269,0.0000,45.5994,0.0000,45.5994,6.9484,38.6509,0.0000,38.6509,0.2233,38.4276,0.0000,4.3708,11.7609,22.2960,10820.7604,10820.7604,10820.7604 -296.5000,1.0000,3377.7186,64.1960,64.4520,0.1422,0.0000,5,1408.1274,373.2595,695.8417,-92.0939,55.0404,102.6080,-13.5801,0.4856,47.9843,0.0000,47.9843,6.5705,47.9843,0.9430,0.0000,47.0413,0.0000,47.0413,7.0043,40.0370,0.0000,40.0370,0.2251,39.8119,0.0000,5.4813,11.8554,22.4753,11103.1815,11103.1815,11103.1815 -297.5000,1.0000,3395.7004,64.7345,65.0170,0.1569,0.0000,5,1419.9393,401.5422,701.1443,-92.7944,59.7076,104.2571,-13.7981,0.5403,52.5957,0.0000,52.5957,6.5715,52.5957,0.9755,0.0000,51.6203,0.0000,51.6203,7.0630,44.5572,0.0000,44.5572,0.2505,44.3067,0.0000,7.3420,11.9549,25.0098,12001.2392,12001.2392,12001.2392 -298.5000,1.0000,3413.8304,65.2680,65.5190,0.1394,0.0000,5,1431.6416,394.5823,713.5164,-93.4885,59.1562,106.9712,-14.0159,0.4840,52.0010,0.0000,52.0010,6.6712,52.0010,0.9818,0.0000,51.0192,0.0000,51.0192,7.1213,43.8979,0.0000,43.8979,0.2244,43.6735,0.0000,9.2159,12.0534,22.4043,11903.8941,11903.8941,11903.8941 -299.5000,1.0000,3432.1075,65.7975,66.0760,0.1547,0.0000,5,1443.2560,424.7840,713.4828,-94.1773,64.2008,107.8340,-14.2337,0.5414,56.9565,0.0000,56.9565,6.7029,56.9565,1.0159,0.0000,55.9405,0.0000,55.9405,7.1790,48.7615,0.0000,48.7615,0.2510,48.5105,0.0000,11.2987,12.1512,25.0606,12831.6349,12831.6349,12831.6349 -300.5000,1.0000,3450.5227,66.2950,66.5140,0.1217,0.0000,5,1454.1686,390.8782,725.8443,-94.8245,59.5230,110.5317,-14.4399,0.4290,52.2566,0.0000,52.2566,6.8374,52.2566,1.0013,0.0000,51.2553,0.0000,51.2553,7.2333,44.0220,0.0000,44.0220,0.1989,43.8232,0.0000,11.7246,12.2430,19.8555,11994.4737,11994.4737,11994.4737 -301.5000,1.0000,3469.0740,66.7845,67.0550,0.1503,0.0000,5,1464.9057,421.6088,716.2872,-95.4613,64.6767,109.8817,-14.6442,0.5338,57.3031,0.0000,57.3031,6.8398,57.3031,1.0352,0.0000,56.2679,0.0000,56.2679,7.2867,48.9812,0.0000,48.9812,0.2474,48.7338,0.0000,11.6945,12.3334,24.7058,12938.4771,12938.4771,12938.4771 -302.5000,1.0000,3487.7756,67.3260,67.5970,0.1506,0.0000,5,1476.7834,431.9805,729.4002,-96.1657,66.8051,112.8006,-14.8719,0.5391,59.3726,0.0000,59.3726,6.8934,59.3726,1.0553,0.0000,58.3174,0.0000,58.3174,7.3458,50.9716,0.0000,50.9716,0.2499,50.7217,0.0000,13.3360,12.4334,24.9522,13337.9689,13337.9689,13337.9689 -303.5000,1.0000,3506.5743,67.6750,67.7530,0.0433,0.0000,5,1484.4387,328.1750,732.4800,-96.6198,51.0148,113.8641,-15.0195,0.1560,43.9003,0.0000,43.9003,6.9586,43.9003,0.9842,0.0000,42.9161,0.0000,42.9161,7.3839,35.5322,0.0000,35.5322,0.0723,35.4599,0.0000,15.7430,12.4979,7.2190,10413.8508,10413.8508,10413.8508 -304.5000,1.0000,3525.3604,67.6300,67.5070,-0.0683,0.0000,5,1483.4516,208.9200,693.5220,-96.5612,32.4550,107.7363,-15.0005,-0.2458,25.7461,0.0000,25.7461,6.9547,25.7461,0.8926,0.0000,24.8535,0.0000,24.8535,7.3790,17.4745,0.0000,17.4745,-0.1139,17.5884,0.0000,16.4752,12.4896,-11.3763,6955.3271,6955.3271,6955.3271 -305.5000,1.0000,3544.0302,67.2115,66.9160,-0.1642,0.0000,5,1474.2719,110.9486,646.3613,-96.0168,17.1288,99.7887,-14.8236,-0.5868,10.7767,0.0000,10.7767,6.9390,10.7767,0.8102,0.0000,9.9664,0.0000,9.9664,7.3333,2.6331,0.0000,2.6331,-0.2720,2.9052,0.0000,17.6546,12.4123,-27.1618,4174.5253,4174.5253,4174.5253 -306.5000,1.0000,3562.5002,66.4920,66.0680,-0.2356,0.0000,5,1458.4898,23.8484,604.1880,-95.0808,3.6424,92.2793,-14.5219,-0.8330,-2.3671,0.0000,-2.3671,6.8425,-2.3671,0.8067,0.0000,-3.1737,0.0000,-3.1737,7.2548,-10.4285,0.0000,-10.4285,-0.3862,-10.0424,0.0000,16.2342,12.2794,-38.5560,2483.4946,2483.4946,2483.4946 -307.5000,1.0000,3580.7487,65.6945,65.3210,-0.2075,0.0000,5,1440.9968,57.0954,566.7723,-94.0433,8.6157,85.5264,-14.1912,-0.7250,2.5867,0.0000,2.5867,6.7541,2.5867,0.7795,0.0000,1.8072,0.0000,1.8072,7.1678,-5.3606,0.0000,-5.3606,-0.3361,-5.0245,0.0000,16.3998,12.1321,-33.5565,3015.1600,3015.1600,3015.1600 -308.5000,1.0000,3598.7662,64.8630,64.4050,-0.2544,0.0000,5,1422.7580,-0.2658,572.5773,-92.9616,-0.0396,85.3088,-13.8504,-0.8778,-5.7589,0.0000,-5.7589,6.5970,-5.7589,0.7850,0.0000,-6.5439,0.0000,-6.5439,7.0771,-13.6209,0.0000,-13.6209,-0.4069,-13.2140,0.0000,15.4348,11.9786,-40.6274,1988.1098,1988.1098,1988.1098 -309.5000,1.0000,3616.5637,64.0710,63.7370,-0.1856,0.0000,5,1405.3856,70.5102,546.6746,-91.9313,10.3771,80.4550,-13.5297,-0.6323,4.4848,0.0000,4.4848,6.5246,4.4848,0.7449,0.0000,3.7398,0.0000,3.7398,6.9907,-3.2508,0.0000,-3.2508,-0.2931,-2.9577,0.0000,14.4761,11.8323,-29.2661,3165.7230,3165.7230,3165.7230 -310.5000,1.0000,3634.1744,63.3985,63.0600,-0.1881,0.0000,5,1390.6344,70.0337,570.0901,-91.0564,10.1988,83.0205,-13.2603,-0.6341,4.3222,0.0000,4.3222,6.5107,4.3222,0.7331,0.0000,3.5890,0.0000,3.5890,6.9173,-3.3282,0.0000,-3.3282,-0.2939,-3.0343,0.0000,14.6067,11.7081,-29.3491,3111.9506,3111.9506,3111.9506 -311.5000,1.0000,3651.6202,62.8050,62.5500,-0.1417,0.0000,5,1377.6161,114.2170,567.3697,-90.2843,16.4774,81.8508,-13.0247,-0.4732,10.5141,0.0000,10.5141,6.4365,10.5141,0.7317,0.0000,9.7824,0.0000,9.7824,6.8525,2.9299,0.0000,2.9299,-0.2194,3.1492,0.0000,13.4531,11.5985,-21.9024,3938.9859,3938.9859,3938.9859 -312.5000,1.0000,3668.9430,62.3620,62.1740,-0.1044,0.0000,5,1367.8990,155.8703,583.3436,-89.7080,22.3278,83.5617,-12.8503,-0.3464,16.3283,0.0000,16.3283,6.3459,16.3283,0.7532,0.0000,15.5751,0.0000,15.5751,6.8042,8.7709,0.0000,8.7709,-0.1606,8.9315,0.0000,13.4485,11.5167,-16.0337,4984.4105,4984.4105,4984.4105 -313.5000,1.0000,3686.2005,62.1270,62.0800,-0.0261,0.0000,5,1362.7443,242.2710,600.6211,-89.4023,34.5736,85.7124,-12.7583,-0.0863,28.3612,0.0000,28.3612,6.2986,28.3612,0.8094,0.0000,27.5518,0.0000,27.5518,6.7785,20.7733,0.0000,20.7733,-0.0400,20.8133,0.0000,13.3333,11.4733,-3.9933,7209.3519,7209.3519,7209.3519 -314.5000,1.0000,3703.4247,62.0070,61.9340,-0.0406,0.0000,5,1360.1121,233.1857,634.2737,-89.2462,33.2128,90.3400,-12.7114,-0.1337,27.0025,0.0000,27.0025,6.3441,27.0025,0.8006,0.0000,26.2019,0.0000,26.2019,6.7655,19.4364,0.0000,19.4364,-0.0620,19.4984,0.0000,14.2377,11.4512,-6.1904,6956.7191,6956.7191,6956.7191 -315.5000,1.0000,3720.5768,61.7475,61.5610,-0.1036,0.0000,5,1354.4200,160.1252,628.0033,-88.9086,22.7113,89.0726,-12.6103,-0.3403,16.7199,0.0000,16.7199,6.3316,16.7199,0.7448,0.0000,15.9751,0.0000,15.9751,6.7371,9.2380,0.0000,9.2380,-0.1577,9.3957,0.0000,13.7416,11.4032,-15.7491,5032.7487,5032.7487,5032.7487 -316.5000,1.0000,3737.6079,61.3120,61.0630,-0.1383,0.0000,5,1344.8674,108.8972,595.2479,-88.3421,15.3364,83.8313,-12.4416,-0.4511,9.5338,0.0000,9.5338,6.2538,9.5338,0.7015,0.0000,8.8322,0.0000,8.8322,6.6896,2.1426,0.0000,2.1426,-0.2091,2.3517,0.0000,11.9075,11.3228,-20.8786,3687.3688,3687.3688,3687.3688 -317.5000,1.0000,3754.4777,60.7315,60.4000,-0.1842,0.0000,5,1332.1343,54.9677,569.7676,-87.5869,7.6680,79.4830,-12.2184,-0.5949,2.0968,0.0000,2.0968,6.1661,2.0968,0.6912,0.0000,1.4055,0.0000,1.4055,6.6263,-5.2208,0.0000,-5.2208,-0.2758,-4.9450,0.0000,11.3724,11.2156,-27.5330,2656.6045,2656.6045,2656.6045 -318.5000,1.0000,3771.1738,60.1060,59.8120,-0.1633,0.0000,5,1318.4140,82.9951,544.0529,-86.7732,11.4586,75.1141,-11.9803,-0.5221,5.8466,0.0000,5.8466,6.1341,5.8466,0.6709,0.0000,5.1757,0.0000,5.1757,6.5580,-1.3823,0.0000,-1.3823,-0.2420,-1.1403,0.0000,11.9266,11.1001,-24.1670,3075.9485,3075.9485,3075.9485 -319.5000,1.0000,3787.7038,59.5080,59.2040,-0.1689,0.0000,5,1305.2970,69.2830,552.2679,-85.9952,9.4703,75.4897,-11.7547,-0.5345,3.8624,0.0000,3.8624,6.1425,3.8624,0.6655,0.0000,3.1968,0.0000,3.1968,6.4928,-3.2960,0.0000,-3.2960,-0.2478,-3.0482,0.0000,10.7025,10.9897,-24.7403,2818.7187,2818.7187,2818.7187 -320.5000,1.0000,3804.1131,59.0735,58.9430,-0.0725,0.0000,5,1295.7663,176.7797,546.3429,-85.4300,23.9876,74.1345,-11.5922,-0.2278,18.1375,0.0000,18.1375,6.0779,18.1375,0.7075,0.0000,17.4300,0.0000,17.4300,6.4454,10.9846,0.0000,10.9846,-0.1056,11.0902,0.0000,10.7237,10.9094,-10.5429,5221.5989,5221.5989,5221.5989 -321.5000,1.0000,3820.4913,58.9615,58.9800,0.0103,0.0000,5,1293.3096,272.3821,593.2999,-85.2843,36.8901,80.3536,-11.5505,0.0322,30.8232,0.0000,30.8232,6.0347,30.8232,0.7691,0.0000,30.0541,0.0000,30.0541,6.4332,23.6209,0.0000,23.6209,0.0149,23.6060,0.0000,11.2255,10.8887,1.4918,7621.2229,7621.2229,7621.2229 -322.5000,1.0000,3836.8952,59.0540,59.1280,0.0411,0.0000,5,1295.3386,299.1168,634.5881,-85.4046,40.5745,86.0803,-11.5849,0.1291,34.3718,0.0000,34.3718,6.0735,34.3718,0.7883,0.0000,33.5835,0.0000,33.5835,6.4433,27.1402,0.0000,27.1402,0.0599,27.0804,0.0000,10.1982,10.9058,5.9764,8313.5297,8313.5297,8313.5297 -323.5000,1.0000,3853.3641,59.2880,59.4480,0.0889,0.0000,5,1300.4714,359.6589,647.6683,-85.7090,48.9802,88.2027,-11.6723,0.2803,42.5490,0.0000,42.5490,6.1508,42.5490,0.8331,0.0000,41.7160,0.0000,41.7160,6.4688,35.2472,0.0000,35.2472,0.1299,35.1173,0.0000,11.1951,10.9490,12.9731,9896.8010,9896.8010,9896.8010 -324.5000,1.0000,3869.9304,59.6385,59.8290,0.1058,0.0000,5,1308.1595,383.0030,674.4356,-86.1650,52.4676,92.3910,-11.8038,0.3357,46.0090,0.0000,46.0090,6.1229,46.0090,0.8561,0.0000,45.1529,0.0000,45.1529,6.5070,38.6459,0.0000,38.6459,0.1556,38.4903,0.0000,11.9391,11.0138,15.5374,10545.2263,10545.2263,10545.2263 -325.5000,1.0000,3886.5945,59.9910,60.1530,0.0900,0.0000,5,1315.8915,369.4577,685.0673,-86.6236,50.9112,94.4022,-11.9367,0.2872,44.4928,0.0000,44.4928,6.1313,44.4928,0.8543,0.0000,43.6384,0.0000,43.6384,6.5455,37.0929,0.0000,37.0929,0.1331,36.9598,0.0000,12.5899,11.0789,13.2910,10249.9434,10249.9434,10249.9434 -326.5000,1.0000,3903.3240,60.2260,60.2990,0.0406,0.0000,5,1321.0462,311.9024,679.5561,-86.9293,43.1485,94.0096,-12.0258,0.1299,36.8221,0.0000,36.8221,6.1964,36.8221,0.8199,0.0000,36.0023,0.0000,36.0023,6.5711,29.4311,0.0000,29.4311,0.0602,29.3709,0.0000,12.2360,11.1223,6.0126,8811.3302,8811.3302,8811.3302 -327.5000,1.0000,3920.0859,60.3430,60.3870,0.0244,0.0000,5,1323.6126,312.9082,656.1925,-87.0815,43.3717,90.9538,-12.0702,0.0784,37.0688,0.0000,37.0688,6.2244,37.0688,0.8230,0.0000,36.2458,0.0000,36.2458,6.5839,29.6619,0.0000,29.6619,0.0364,29.6255,0.0000,14.8505,11.1439,3.6311,8854.1089,8854.1089,8854.1089 -328.5000,1.0000,3936.8276,60.2700,60.1530,-0.0650,0.0000,5,1322.0114,222.1461,654.6257,-86.9865,30.7541,90.6268,-12.0425,-0.2084,24.7901,0.0000,24.7901,6.1724,24.7901,0.7604,0.0000,24.0296,0.0000,24.0296,6.5759,17.4537,0.0000,17.4537,-0.0966,17.5503,0.0000,16.0636,11.1304,-9.6437,6495.0644,6495.0644,6495.0644 -329.5000,1.0000,3953.4958,60.0055,59.8580,-0.0819,0.0000,5,1316.2096,212.9647,615.5126,-86.6424,29.3536,84.8380,-11.9422,-0.2615,23.4539,0.0000,23.4539,6.1612,23.4539,0.7494,0.0000,22.7046,0.0000,22.7046,6.5471,16.1575,0.0000,16.1575,-0.1212,16.2787,0.0000,17.3015,11.0815,-12.1043,6234.3326,6234.3326,6234.3326 -330.5000,1.0000,3970.0569,59.6200,59.3820,-0.1322,0.0000,5,1307.7537,148.6591,608.7492,-86.1409,20.3585,83.3668,-11.7968,-0.4193,14.7251,0.0000,14.7251,6.0526,14.7251,0.6994,0.0000,14.0257,0.0000,14.0257,6.5050,7.5207,0.0000,7.5207,-0.1944,7.7151,0.0000,16.1103,11.0103,-19.4055,4558.8862,4558.8862,4558.8862 -331.5000,1.0000,3986.5241,59.2820,59.1820,-0.0556,0.0000,5,1300.3398,235.1450,581.6323,-85.7012,32.0200,79.2016,-11.6700,-0.1752,26.1478,0.0000,26.1478,6.0473,26.1478,0.7510,0.0000,25.3969,0.0000,25.3969,6.4681,18.9288,0.0000,18.9288,-0.0812,19.0100,0.0000,16.1694,10.9479,-8.1074,6721.9499,6721.9499,6721.9499 -332.5000,1.0000,4002.9526,59.1425,59.1030,-0.0219,0.0000,5,1297.2798,278.3970,618.1633,-85.5198,37.8205,83.9780,-11.6179,-0.0690,31.7551,0.0000,31.7551,6.1344,31.7551,0.7767,0.0000,30.9784,0.0000,30.9784,6.4529,24.5255,0.0000,24.5255,-0.0320,24.5575,0.0000,16.8302,10.9222,-3.1949,7800.3840,7800.3840,7800.3840 -333.5000,1.0000,4019.3823,59.1470,59.1910,0.0244,0.0000,5,1297.3786,313.1077,637.3096,-85.5256,42.5392,86.5856,-11.6196,0.0769,36.3914,0.0000,36.3914,6.0709,36.3914,0.8000,0.0000,35.5915,0.0000,35.5915,6.4534,29.1381,0.0000,29.1381,0.0356,29.1024,0.0000,14.6203,10.9230,3.5591,8680.3006,8680.3006,8680.3006 -334.5000,1.0000,4035.8479,59.2760,59.3610,0.0472,0.0000,5,1300.2081,359.1511,652.7356,-85.6934,48.9011,88.8748,-11.6678,0.1489,42.6967,0.0000,42.6967,6.0555,42.6967,0.8336,0.0000,41.8631,0.0000,41.8631,6.4675,35.3956,0.0000,35.3956,0.0690,35.3266,0.0000,17.4892,10.9468,6.8906,9882.0585,9882.0585,9882.0585 -335.5000,1.0000,4052.3969,59.5765,59.7920,0.1197,0.0000,5,1306.7996,441.8295,674.4278,-86.0843,60.4634,92.2939,-11.7804,0.3793,54.0317,0.0000,54.0317,6.0523,54.0317,0.8952,0.0000,53.1365,0.0000,53.1365,6.5003,46.6363,0.0000,46.6363,0.1759,46.4604,0.0000,17.8999,11.0023,17.5582,12074.7681,12074.7681,12074.7681 -336.5000,1.0000,4069.0591,59.9840,60.1760,0.1067,0.0000,5,1315.7380,419.9275,709.5112,-86.6145,57.8592,97.7591,-11.9341,0.3403,51.3683,0.0000,51.3683,6.1506,51.3683,0.8886,0.0000,50.4797,0.0000,50.4797,6.5447,43.9350,0.0000,43.9350,0.1577,43.7773,0.0000,16.9492,11.0776,15.7505,11580.3848,11580.3848,11580.3848 -337.5000,1.0000,4085.7540,60.1015,60.0270,-0.0414,0.0000,5,1318.3153,264.8254,698.4839,-86.7673,36.5601,96.4283,-11.9785,-0.1323,30.5291,0.0000,30.5291,6.1633,30.5291,0.7863,0.0000,29.7428,0.0000,29.7428,6.5575,23.1852,0.0000,23.1852,-0.0613,23.2465,0.0000,18.2708,11.0993,-6.1235,7561.0982,7561.0982,7561.0982 -338.5000,1.0000,4102.4063,59.9485,59.8700,-0.0436,0.0000,5,1314.9593,244.9847,633.8459,-86.5683,33.7349,87.2820,-11.9206,-0.1390,27.7587,0.0000,27.7587,6.1153,27.7587,0.7700,0.0000,26.9887,0.0000,26.9887,6.5409,20.4479,0.0000,20.4479,-0.0645,20.5123,0.0000,15.8772,11.0710,-6.4358,7041.3679,7041.3679,7041.3679 -339.5000,1.0000,4118.9822,59.6730,59.4760,-0.1094,0.0000,5,1308.9163,176.5591,622.9018,-86.2099,24.2009,85.3808,-11.8167,-0.3473,18.4193,0.0000,18.4193,6.1289,18.4193,0.7187,0.0000,17.7006,0.0000,17.7006,6.5108,11.1898,0.0000,11.1898,-0.1610,11.3508,0.0000,16.4075,11.0201,-16.0768,5267.8041,5267.8041,5267.8041 -340.5000,1.0000,4135.3879,59.0605,58.6450,-0.2308,0.0000,5,1295.4812,-26.6574,588.3667,-85.4131,-3.6164,79.8193,-11.5873,-0.7251,-8.9761,0.0000,-8.9761,6.0847,-8.9761,0.6899,0.0000,-9.6660,0.0000,-9.6660,6.4440,-16.1100,0.0000,-16.1100,-0.3361,-15.7738,0.0000,6.8794,10.9070,-33.5602,1124.1529,1124.1529,1124.1529 -341.5000,1.0000,4151.5537,58.1970,57.7490,-0.2489,0.0000,5,1276.5405,-83.6685,494.9152,-84.2897,-11.1847,66.1598,-11.2678,-0.7704,-16.3847,0.0000,-16.3847,5.9704,-16.3847,0.6937,0.0000,-17.0784,0.0000,-17.0784,6.3498,-23.4281,0.0000,-23.4281,-0.3571,-23.0710,0.0000,1.8377,10.7475,-35.6562,0.0000,0.0000,0.0000 -342.5000,1.0000,4167.4775,57.3255,56.9020,-0.2353,0.0000,5,1257.4243,-81.7058,464.4985,-83.1560,-10.7588,61.1639,-10.9497,-0.7173,-15.9282,0.0000,-15.9282,5.8868,-15.9282,0.6778,0.0000,-16.6060,0.0000,-16.6060,6.2547,-22.8607,0.0000,-22.8607,-0.3325,-22.5281,0.0000,0.0868,10.5866,-33.2015,0.0000,0.0000,0.0000 -343.5000,1.0000,4183.1898,56.5645,56.2270,-0.1875,0.0000,5,1240.7319,-29.6691,461.7834,-82.1660,-3.8549,59.9991,-10.6758,-0.5641,-9.1039,0.0000,-9.1039,5.8131,-9.1039,0.6479,0.0000,-9.7518,0.0000,-9.7518,6.1716,-15.9235,0.0000,-15.9235,-0.2615,-15.6620,0.0000,0.0000,10.4461,-26.1081,975.0613,975.0613,975.0613 -344.5000,1.0000,4198.7344,55.9605,55.6940,-0.1481,0.0000,5,1227.4833,13.7474,482.5096,-81.3803,1.7671,62.0226,-10.4608,-0.4406,-3.5356,0.0000,-3.5356,5.7434,-3.5356,0.6240,0.0000,-4.1596,0.0000,-4.1596,6.1057,-10.2653,0.0000,-10.2653,-0.2043,-10.0610,0.0000,0.0000,10.3345,-20.3956,1746.0468,1746.0468,1746.0468 -345.5000,1.0000,4214.1159,55.3735,55.0530,-0.1781,0.0000,5,1214.6075,-19.4136,497.9062,-80.6166,-2.4693,63.3304,-10.2539,-0.5244,-7.6217,0.0000,-7.6217,5.6768,-7.6217,0.6245,0.0000,-8.2462,0.0000,-8.2462,6.0417,-14.2879,0.0000,-14.2879,-0.2431,-14.0448,0.0000,0.0000,10.2261,-24.2709,1118.9677,1118.9677,1118.9677 -346.5000,1.0000,4229.3280,54.7635,54.4740,-0.1608,0.0000,5,1201.2273,-0.2282,479.5601,-79.8231,-0.0287,60.3249,-10.0411,-0.4684,-5.2020,0.0000,-5.2020,5.6417,-5.2020,0.6084,0.0000,-5.8104,0.0000,-5.8104,5.9751,-11.7855,0.0000,-11.7855,-0.2172,-11.5684,0.0000,0.0000,10.1135,-21.6819,1465.1995,1465.1995,1465.1995 -347.5000,1.0000,4244.3655,54.1350,53.7960,-0.1883,0.0000,5,1187.4413,-30.4607,483.6423,-79.0011,-3.7877,60.1402,-9.8237,-0.5422,-8.8379,0.0000,-8.8379,5.5924,-8.8379,0.6073,0.0000,-9.4452,0.0000,-9.4452,5.9066,-15.3517,0.0000,-15.3517,-0.2514,-15.1003,0.0000,0.0000,9.9974,-25.0977,856.4496,856.4496,856.4496 -348.5000,1.0000,4259.2083,53.4340,53.0720,-0.2011,0.0000,5,1172.0650,-44.4415,464.7881,-78.0839,-5.4547,57.0473,-9.5839,-0.5715,-10.4205,0.0000,-10.4205,5.5373,-10.4205,0.5999,0.0000,-11.0204,0.0000,-11.0204,5.8301,-16.8505,0.0000,-16.8505,-0.2649,-16.5856,0.0000,0.0000,9.8679,-26.4535,564.9395,564.9395,564.9395 -349.5000,1.0000,4273.8422,52.6820,52.2920,-0.2167,0.0000,5,1155.5700,-61.5850,452.9871,-77.0999,-7.4525,54.8164,-9.3299,-0.6071,-12.3102,0.0000,-12.3102,5.4648,-12.3102,0.5926,0.0000,-12.9029,0.0000,-12.9029,5.7480,-18.6509,0.0000,-18.6509,-0.2814,-18.3695,0.0000,0.0000,9.7291,-28.0985,210.2542,210.2542,210.2542 -350.5000,1.0000,4288.2818,51.9825,51.6730,-0.1719,0.0000,5,1140.2266,-12.1276,441.6609,-76.1847,-1.4481,52.7362,-9.0968,-0.4754,-6.3847,0.0000,-6.3847,5.4120,-6.3847,0.5667,0.0000,-6.9514,0.0000,-6.9514,5.6717,-12.6231,0.0000,-12.6231,-0.2204,-12.4027,0.0000,0.0000,9.5999,-22.0026,1135.5662,1135.5662,1135.5662 -351.5000,1.0000,4302.5376,51.3210,50.9690,-0.1956,0.0000,5,1125.7167,-38.1649,460.6349,-75.3191,-4.4991,54.3018,-8.8790,-0.5338,-9.3121,0.0000,-9.3121,5.3468,-9.3121,0.5637,0.0000,-9.8757,0.0000,-9.8757,5.5995,-15.4753,0.0000,-15.4753,-0.2474,-15.2278,0.0000,0.0000,9.4777,-24.7055,633.3156,633.3156,633.3156 -352.5000,1.0000,4316.6108,50.6635,50.3580,-0.1697,0.0000,5,1111.2945,-9.5514,444.8201,-74.4588,-1.1115,51.7657,-8.6651,-0.4573,-5.9501,0.0000,-5.9501,5.2959,-5.9501,0.5450,0.0000,-6.4951,0.0000,-6.4951,5.5278,-12.0229,0.0000,-12.0229,-0.2120,-11.8109,0.0000,0.0000,9.3563,-21.1672,1110.0149,1110.0149,1110.0149 -353.5000,1.0000,4330.4756,49.9135,49.4690,-0.2469,0.0000,5,1094.8434,-73.4160,451.9018,-73.4160,-8.4173,51.8113,-8.4173,-0.6555,-13.0303,0.0000,-13.0303,5.2686,-13.0303,0.5511,0.0000,-13.5814,0.0000,-13.5814,5.4460,-19.0274,2.4009,-21.4283,-0.3039,-21.1244,0.0000,0.0000,9.2178,-30.3422,0.0000,0.0000,0.0000 -354.5000,1.0000,4344.0968,49.0360,48.6030,-0.2406,0.0000,5,1075.5956,-72.0381,414.8839,-72.0381,-8.1141,46.7309,-8.1141,-0.6274,-12.6680,0.0000,-12.6680,5.1812,-12.6680,0.5368,0.0000,-13.2048,0.0000,-13.2048,5.3502,-18.5550,1.7176,-20.2726,-0.2908,-19.9818,0.0000,0.0000,9.0557,-29.0375,0.0000,0.0000,0.0000 -355.5000,1.0000,4357.4458,48.0565,47.5100,-0.3036,0.0000,5,1054.1105,-70.4997,407.4083,-70.5002,-7.7822,44.9723,-7.7822,-0.7760,-12.1213,0.0000,-12.1213,5.1151,-12.1213,0.5207,0.0000,-12.6419,0.0000,-12.6419,5.2433,-17.8853,9.5165,-27.4018,-0.3597,-27.0421,0.0000,0.0000,8.8748,-35.9169,0.0000,0.0000,0.0000 -356.5000,1.0000,4370.4130,46.6820,45.8540,-0.4600,0.0000,5,1023.9611,-68.3400,394.8955,-68.3420,-7.3280,42.3442,-7.3282,-1.1421,-11.2030,0.0000,-11.2030,5.0171,-11.2030,0.4979,0.0000,-11.7010,0.0000,-11.7010,5.0934,-16.7943,27.9752,-44.7696,-0.5294,-44.2401,0.0000,0.0000,8.6210,-52.8611,0.0000,0.0000,0.0000 -357.5000,1.0000,4382.9240,45.0395,44.2250,-0.4525,0.0000,5,987.9331,-67.3149,379.6439,-67.3171,-6.9641,39.2765,-6.9644,-1.0839,-12.5643,0.0000,-12.5643,6.6841,-12.5643,0.4774,0.0000,-13.0417,0.0000,-13.0417,4.9142,-17.9559,24.3986,-42.3545,-0.5025,-41.8520,0.0000,0.0000,8.3177,-50.1697,0.0000,0.0000,0.0000 -358.5000,1.0000,4395.0672,43.7155,43.2060,-0.2831,0.0000,5,958.8914,-68.9782,372.5753,-68.9784,-6.9264,37.4121,-6.9265,-0.6581,-12.8176,0.0000,-12.8176,6.5493,-12.8176,0.4592,0.0000,-13.2768,0.0000,-13.2768,4.7697,-18.0465,4.6459,-22.6924,-0.3051,-22.3873,0.0000,0.0000,8.0732,-30.4605,0.0000,0.0000,0.0000 -359.5000,1.0000,4406.9268,42.6945,42.1830,-0.2842,0.0000,5,936.4960,-70.2593,375.8998,-70.2596,-6.8903,36.8644,-6.8903,-0.6453,-12.6292,0.0000,-12.6292,6.3841,-12.6292,0.4444,0.0000,-13.0735,0.0000,-13.0735,4.6583,-17.7318,4.5485,-22.2803,-0.2991,-21.9812,0.0000,0.0000,7.8846,-29.8658,0.0000,0.0000,0.0000 -360.5000,1.0000,4418.5004,41.6650,41.1470,-0.2878,0.0000,5,913.9141,-71.5511,385.1879,-71.5513,-6.8478,36.8644,-6.8478,-0.6377,-12.4665,0.0000,-12.4665,6.2564,-12.4665,0.4297,0.0000,-12.8962,0.0000,-12.8962,4.5460,-17.4422,4.6749,-22.1171,-0.2956,-21.8215,0.0000,0.0000,7.6945,-29.5160,0.0000,0.0000,0.0000 -361.5000,1.0000,4429.7477,40.4905,39.8340,-0.3647,0.0000,5,888.1517,-73.1932,396.3609,-73.1945,-6.8075,36.8644,-6.8076,-0.7854,-12.1965,0.0000,-12.1965,6.1744,-12.1965,0.4131,0.0000,-12.6096,0.0000,-12.6096,4.4178,-17.0274,12.2124,-29.2399,-0.3641,-28.8758,0.0000,0.0000,7.4776,-36.3534,0.0000,0.0000,0.0000 -362.5000,1.0000,4440.6283,39.1700,38.5060,-0.3689,0.0000,5,859.1867,-75.2643,409.7231,-75.2657,-6.7718,36.8644,-6.7719,-0.7685,-12.1411,0.0000,-12.1411,6.1378,-12.1411,0.3953,0.0000,-12.5365,0.0000,-12.5365,4.2738,-16.8102,11.8819,-28.6921,-0.3562,-28.3358,0.0000,0.0000,7.2337,-35.5696,0.0000,0.0000,0.0000 -363.5000,1.0000,4451.2925,38.3910,38.2760,-0.0639,0.0000,5,842.0995,128.5482,418.0369,-76.4875,11.3360,36.8644,-6.7450,-0.1304,5.5296,0.0000,5.5296,5.9368,5.5296,0.3493,0.0000,5.1803,0.0000,5.1803,4.1888,0.9915,0.0000,0.9915,-0.0605,1.0520,0.0000,0.0000,7.0899,-6.0379,2842.4764,2842.4764,2842.4764 -364.5000,1.0000,4462.0215,38.6245,38.9730,0.1936,0.0000,5,847.2213,413.9765,440.4160,-76.1213,36.7283,39.0741,-6.7535,0.3977,30.4168,0.0000,30.4168,5.9138,30.4168,0.4766,0.0000,29.9403,0.0000,29.9403,4.2142,25.7260,0.0000,25.7260,0.1844,25.5417,0.0000,0.0000,7.1330,18.4087,7504.3942,7504.3942,7504.3942 -365.5000,1.0000,4472.7882,38.7603,38.5476,-0.1182,0.0000,0,818.6681,48.8551,553.7241,-78.1630,4.1884,47.4712,-6.7010,-1.8198,0.0000,0.0000,0.0000,6.0082,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.2291,-4.2290,0.0000,-4.2290,-0.1129,-4.1161,0.0000,0.0000,7.1581,-11.2742,1637.6630,1637.6630,1637.6630 -366.5000,1.0000,4483.7509,39.4654,40.3833,0.5099,0.0000,4,1046.7269,671.1762,671.1762,-69.9717,73.5696,73.5696,-7.6698,16.9865,52.0893,0.0000,52.0893,4.4938,63.7570,1.8811,0.0000,61.8758,0.0000,61.8758,4.5542,57.3216,0.0000,57.3216,0.4961,56.8255,0.0000,0.0000,7.2883,49.5372,14494.8977,14494.8977,14494.8977 -367.5000,1.0000,4495.3724,41.8376,43.2920,0.8080,0.0000,4,1358.1972,761.3221,770.6866,-89.1326,108.2829,109.6148,-12.6773,3.9380,99.7330,0.0000,99.7330,4.6119,99.7330,2.6588,0.0000,97.0743,0.0000,97.0743,5.3002,91.7741,0.0000,91.7741,0.8334,90.9406,0.0000,0.0000,7.7264,83.2143,21047.7344,21047.7344,21047.7344 -368.5000,1.0000,4507.6485,44.1940,45.0960,0.5011,0.0000,4,1434.6931,517.4960,845.4645,-93.6695,77.7490,127.0232,-14.0730,2.5799,70.4422,0.0000,70.4422,4.7269,70.4422,2.1331,0.0000,68.3091,0.0000,68.3091,5.0852,63.2239,0.0000,63.2239,0.5460,62.6779,0.0000,0.0000,8.1615,54.5163,15311.3652,15311.3652,15311.3652 -369.5000,1.0000,4520.3985,45.9000,46.7040,0.4467,0.0000,4,1490.0759,474.0521,771.2326,-96.9541,73.9713,120.3434,-15.1288,2.3884,66.7422,0.0000,66.7422,4.8407,66.7422,2.1042,0.0000,64.6380,0.0000,64.6380,5.1869,59.4512,0.0000,59.4512,0.5055,58.9457,0.0000,0.0000,8.4766,50.4691,14684.8623,14684.8623,14684.8623 -370.5000,1.0000,4533.5592,47.3785,48.0530,0.3747,0.0000,4,1538.0732,417.0406,763.9644,-99.8007,67.1713,123.0492,-16.0746,2.0682,60.1281,0.0000,60.1281,4.9750,60.1281,2.0120,0.0000,58.1161,0.0000,58.1161,5.2249,52.8912,0.0000,52.8912,0.4377,52.4535,0.0000,0.0000,8.7496,43.7039,13487.3768,13487.3768,13487.3768 -371.5000,1.0000,4547.0484,48.5610,49.0690,0.2822,0.0000,4,1576.4614,344.3295,751.6112,-102.0774,56.8442,124.0810,-16.8516,1.5966,50.1873,0.0000,50.1873,5.0603,50.1873,1.8459,0.0000,48.3414,0.0000,48.3414,5.2984,43.0430,0.0000,43.0430,0.3379,42.7051,0.0000,0.0000,8.9680,33.7371,11585.0069,11585.0069,11585.0069 -372.5000,1.0000,4560.6196,48.8563,48.6436,-0.1182,0.0000,0,1553.8364,8.6759,694.5455,-100.7356,1.4117,113.0146,-16.3914,-3.7326,0.0000,0.0000,0.0000,5.1443,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.3306,-5.3306,0.0000,-5.3306,-0.1423,-5.1883,0.0000,0.0000,9.0226,-14.2108,2443.4123,2443.4123,2443.4123 -373.5000,1.0000,4574.2905,49.2153,49.7869,0.3176,0.0000,5,1303.3938,392.6268,392.6268,-85.8824,53.5900,53.5900,-11.7222,-16.9151,65.2661,0.0000,65.2661,5.2390,54.0563,0.7358,0.0000,53.3205,0.0000,53.3205,5.3698,47.9508,0.0000,47.9508,0.3854,47.5654,0.0000,0.0000,9.0888,38.4766,10759.8533,10759.8533,10759.8533 -374.5000,1.0000,4588.3531,50.6252,51.4634,0.4657,0.0000,5,1110.4544,697.8754,697.8754,-74.4087,81.1535,81.1535,-8.6527,1.2539,74.5825,0.0000,74.5825,5.3172,74.5825,0.8588,0.0000,73.7236,0.0000,73.7236,5.7573,67.9663,0.0000,67.9663,0.5813,67.3851,0.0000,0.0000,9.3492,58.0358,15939.0217,15939.0217,15939.0217 -375.5000,1.0000,4602.9284,52.4713,53.4791,0.5599,0.0000,5,1150.9475,803.5916,803.5916,-76.8242,96.8544,96.8544,-9.2594,1.5625,89.8515,0.0000,89.8515,5.4404,89.8515,0.9626,0.0000,88.8890,0.0000,88.8890,6.1544,82.7345,0.0000,82.7345,0.7243,82.0102,0.0000,0.0000,9.6901,72.3201,18900.1292,18900.1292,18900.1292 -376.5000,1.0000,4617.9829,54.1960,54.9130,0.3983,0.0000,5,1188.7801,620.9876,850.7866,-79.0810,77.3060,105.9134,-9.8447,1.1481,70.5984,0.0000,70.5984,5.5595,70.5984,0.8925,0.0000,69.7059,0.0000,69.7059,6.0251,63.6807,0.0000,63.6807,0.5322,63.1485,0.0000,0.0000,10.0087,53.1399,15230.8449,15230.8449,15230.8449 -377.5000,1.0000,4633.3956,55.4860,56.0590,0.3183,0.0000,5,1217.0752,531.1039,774.3351,-80.7630,67.6902,98.6904,-10.2934,0.9394,61.0818,0.0000,61.0818,5.6690,61.0818,0.8649,0.0000,60.2169,0.0000,60.2169,6.0540,54.1629,0.0000,54.1629,0.4355,53.7274,0.0000,0.0000,10.2469,43.4805,13425.5764,13425.5764,13425.5764 -378.5000,1.0000,4649.1024,56.5445,57.0300,0.2697,0.0000,5,1240.2932,476.5626,738.1036,-82.1400,61.8975,95.8673,-10.6686,0.8111,55.3845,0.0000,55.3845,5.7018,55.3845,0.8531,0.0000,54.5315,0.0000,54.5315,6.1695,48.3620,0.0000,48.3620,0.3760,47.9860,0.0000,0.0000,10.4424,37.5436,12307.6032,12307.6032,12307.6032 -379.5000,1.0000,4665.0669,57.4720,57.9140,0.2456,0.0000,5,1260.6377,450.2497,717.4251,-83.3466,59.4391,94.7099,-11.0029,0.7506,52.8277,0.0000,52.8277,5.8608,52.8277,0.8550,0.0000,51.9727,0.0000,51.9727,6.2706,45.7020,0.0000,45.7020,0.3479,45.3541,0.0000,0.0000,10.6137,34.7404,11830.9717,11830.9717,11830.9717 -380.5000,1.0000,4681.2936,58.4160,58.9180,0.2789,0.0000,5,1281.3442,486.7104,709.9427,-84.5746,65.3078,95.2616,-11.3484,0.8665,58.5667,0.0000,58.5667,5.8747,58.5667,0.8989,0.0000,57.6677,0.0000,57.6677,6.3736,51.2941,0.0000,51.2941,0.4017,50.8924,0.0000,0.0000,10.7880,40.1044,12994.5729,12994.5729,12994.5729 -381.5000,1.0000,4697.7444,59.2230,59.5280,0.1694,0.0000,5,1299.0456,365.4443,725.6975,-85.6245,49.7135,98.7208,-11.6480,0.5337,43.1841,0.0000,43.1841,5.9956,43.1841,0.8352,0.0000,42.3490,0.0000,42.3490,6.4617,35.8873,0.0000,35.8873,0.2474,35.6399,0.0000,0.0000,10.9370,24.7028,10033.6657,10033.6657,10033.6657 -382.5000,1.0000,4714.3334,59.7205,59.9130,0.1069,0.0000,5,1309.9582,296.1201,676.7997,-86.2717,40.6213,92.8424,-11.8346,0.3397,34.2230,0.0000,34.2230,6.0586,34.2230,0.7985,0.0000,33.4245,0.0000,33.4245,6.5160,26.9085,0.0000,26.9085,0.1575,26.7510,0.0000,0.0000,11.0289,15.7221,8327.3168,8327.3168,8327.3168 -383.5000,1.0000,4730.9586,59.8505,59.7880,-0.0347,0.0000,5,1312.8097,138.9945,646.1354,-86.4408,19.1086,88.8288,-11.8836,-0.1105,13.1113,0.0000,13.1113,6.1078,13.1113,0.6951,0.0000,12.4161,0.0000,12.4161,6.5302,5.8860,0.0000,5.8860,-0.0512,5.9372,0.0000,0.0000,11.0529,-5.1157,4332.8609,4332.8609,4332.8609 -384.5000,1.0000,4747.5148,59.6025,59.4170,-0.1031,0.0000,5,1307.3699,62.8964,577.9508,-86.1182,8.6110,79.1258,-11.7902,-0.3267,2.9079,0.0000,2.9079,6.0298,2.9079,0.6695,0.0000,2.2383,0.0000,2.2383,6.5031,-4.2648,0.0000,-4.2648,-0.1514,-4.1134,0.0000,0.0000,11.0071,-15.1205,2720.7518,2720.7518,2720.7518 -385.5000,1.0000,4763.9763,59.2615,59.1060,-0.0864,0.0000,5,1299.8901,81.3482,544.3097,-85.6746,11.0735,74.0937,-11.6624,-0.2723,5.3388,0.0000,5.3388,6.0069,5.3388,0.6576,0.0000,4.6812,0.0000,4.6812,6.4659,-1.7847,0.0000,-1.7847,-0.1262,-1.6585,0.0000,0.0000,10.9441,-12.6026,2999.9515,2999.9515,2999.9515 -386.5000,1.0000,4780.4072,59.1510,59.1960,0.0250,0.0000,5,1297.4663,204.8683,554.2891,-85.5308,27.8355,75.3115,-11.6211,0.0786,21.7813,0.0000,21.7813,5.9756,21.7813,0.7270,0.0000,21.0543,0.0000,21.0543,6.4538,14.6004,0.0000,14.6004,0.0365,14.5640,0.0000,0.0000,10.9237,3.6403,5934.7320,5934.7320,5934.7320 -387.5000,1.0000,4796.8830,59.3130,59.4300,0.0650,0.0000,5,1301.0197,249.4891,607.8713,-85.7416,33.9910,82.8179,-11.6816,0.2050,27.7704,0.0000,27.7704,6.0156,27.7704,0.7596,0.0000,27.0108,0.0000,27.0108,6.4715,20.5393,0.0000,20.5393,0.0951,20.4442,0.0000,0.0000,10.9536,9.4906,7089.3831,7089.3831,7089.3831 -388.5000,1.0000,4813.4518,59.6475,59.8650,0.1208,0.0000,5,1308.3569,311.3994,629.1566,-86.1767,42.6651,86.2013,-11.8071,0.3833,36.2508,0.0000,36.2508,6.0309,36.2508,0.8075,0.0000,35.4434,0.0000,35.4434,6.5080,28.9353,0.0000,28.9353,0.1777,28.7576,0.0000,0.0000,11.0154,17.7422,8714.2006,8714.2006,8714.2006 -389.5000,1.0000,4830.1423,60.0860,60.3070,0.1228,0.0000,5,1317.9753,313.4348,656.5082,-86.7472,43.2597,90.6100,-11.9727,0.3924,36.8119,0.0000,36.8119,6.0554,36.8119,0.8175,0.0000,35.9944,0.0000,35.9944,6.5559,29.4386,0.0000,29.4386,0.1819,29.2567,0.0000,0.0000,11.0964,18.1603,8830.1521,8830.1521,8830.1521 -390.5000,1.0000,4846.9744,60.5955,60.8840,0.1603,0.0000,5,1329.1511,355.2955,660.2441,-87.4100,49.4530,91.8983,-12.1665,0.5165,42.8053,0.0000,42.8053,6.1312,42.8053,0.8559,0.0000,41.9494,0.0000,41.9494,6.6114,35.3379,0.0000,35.3379,0.2395,35.0985,0.0000,0.0000,11.1905,23.9080,9975.5744,9975.5744,9975.5744 -391.5000,1.0000,4863.9905,61.2580,61.6320,0.2078,0.0000,5,1343.6830,408.0645,680.6526,-88.2718,57.4188,95.7747,-12.4207,0.6769,50.5483,0.0000,50.5483,6.1936,50.5483,0.9057,0.0000,49.6426,0.0000,49.6426,6.6837,42.9589,0.0000,42.9589,0.3138,42.6451,0.0000,0.0000,11.3128,31.3322,11510.6054,11510.6054,11510.6054 -392.5000,1.0000,4881.2097,61.9890,62.3460,0.1983,0.0000,5,1359.7173,397.2355,704.0768,-89.2228,56.5621,100.2530,-12.7044,0.6539,49.6931,0.0000,49.6931,6.2151,49.6931,0.9137,0.0000,48.7794,0.0000,48.7794,6.7635,42.0159,0.0000,42.0159,0.3031,41.7128,0.0000,0.0000,11.4478,30.2649,11361.6982,11361.6982,11361.6982 -393.5000,1.0000,4898.6162,62.6635,62.9810,0.1764,0.0000,5,1374.5123,373.1958,702.0519,-90.1003,53.7173,101.0524,-12.9689,0.5879,46.8019,0.0000,46.8019,6.3275,46.8019,0.9107,0.0000,45.8912,0.0000,45.8912,6.8371,39.0541,0.0000,39.0541,0.2725,38.7816,0.0000,0.0000,11.5724,27.2092,10826.9181,10826.9181,10826.9181 -394.5000,1.0000,4916.1731,63.2050,63.4290,0.1244,0.0000,5,1386.3900,314.7627,694.0006,-90.8047,45.6980,100.7567,-13.1832,0.4183,39.0058,0.0000,39.0058,6.2739,39.0058,0.8810,0.0000,38.1248,0.0000,38.1248,6.8962,31.2286,0.0000,31.2286,0.1939,31.0347,0.0000,0.0000,11.6724,19.3623,9320.6330,9320.6330,9320.6330 -395.5000,1.0000,4933.8286,63.5595,63.6900,0.0725,0.0000,5,1394.1659,257.4116,672.1035,-91.2659,37.5812,98.1249,-13.3245,0.2451,30.9768,0.0000,30.9768,6.3594,30.9768,0.8470,0.0000,30.1298,0.0000,30.1298,6.9348,23.1950,0.0000,23.1950,0.1136,23.0814,0.0000,0.0000,11.7379,11.3435,7830.8764,7830.8764,7830.8764 -396.5000,1.0000,4951.5212,63.6935,63.6970,0.0019,0.0000,5,1397.1052,178.9189,649.2214,-91.4402,26.1766,94.9840,-13.3781,0.0066,19.8135,0.0000,19.8135,6.3566,19.8135,0.7935,0.0000,19.0200,0.0000,19.0200,6.9495,12.0705,0.0000,12.0705,0.0031,12.0675,0.0000,0.0000,11.7626,0.3049,5732.8359,5732.8359,5732.8359 -397.5000,1.0000,4969.2224,63.7245,63.7520,0.0153,0.0000,5,1397.7852,193.7337,619.4082,-91.4805,28.3579,90.6663,-13.3905,0.0518,21.9465,0.0000,21.9465,6.3597,21.9465,0.8047,0.0000,21.1418,0.0000,21.1418,6.9528,14.1889,0.0000,14.1889,0.0240,14.1649,0.0000,0.0000,11.7683,2.3966,6127.7760,6127.7760,6127.7760 -398.5000,1.0000,4986.9388,63.7790,63.8060,0.0150,0.0000,5,1398.9806,193.3326,625.4202,-91.5514,28.3234,91.6246,-13.4124,0.0509,21.9213,0.0000,21.9213,6.3512,21.9213,0.8055,0.0000,21.1158,0.0000,21.1158,6.9588,14.1570,0.0000,14.1570,0.0236,14.1334,0.0000,0.0000,11.7784,2.3550,6122.8623,6122.8623,6122.8623 -399.5000,1.0000,5004.6891,63.9010,63.9960,0.0528,0.0000,5,1401.6567,235.1268,626.8171,-91.7101,34.5122,92.0049,-13.4613,0.1794,27.9963,0.0000,27.9963,6.3366,27.9963,0.8380,0.0000,27.1583,0.0000,27.1583,6.9721,20.1862,0.0000,20.1862,0.0831,20.1030,0.0000,0.0000,11.8009,8.3021,7270.0078,7270.0078,7270.0078 -400.5000,1.0000,5022.5080,64.1480,64.3000,0.0844,0.0000,5,1407.0746,273.1369,644.8290,-92.0315,40.2463,95.0146,-13.5607,0.2881,33.5259,0.0000,33.5259,6.4323,33.5259,0.8699,0.0000,32.6561,0.0000,32.6561,6.9991,25.6570,0.0000,25.6570,0.1336,25.5234,0.0000,0.3422,11.8465,13.3347,8333.0384,8333.0384,8333.0384 -401.5000,1.0000,5040.4281,64.5125,64.7250,0.1181,0.0000,5,1415.0698,317.7773,661.8030,-92.5056,47.0901,98.0698,-13.7080,0.4051,40.1672,0.0000,40.1672,6.5178,40.1672,0.9094,0.0000,39.2578,0.0000,39.2578,7.0388,32.2190,0.0000,32.2190,0.1878,32.0312,0.0000,1.3692,11.9139,18.7482,9624.2142,9624.2142,9624.2142 -402.5000,1.0000,5058.4641,64.9295,65.1340,0.1136,0.0000,5,1424.2166,321.2019,680.4310,-93.0481,47.9052,101.4819,-13.8775,0.3923,41.0525,0.0000,41.0525,6.4603,41.0525,0.9211,0.0000,40.1314,0.0000,40.1314,7.0843,33.0471,0.0000,33.0471,0.1819,32.8652,0.0000,2.7153,11.9909,18.1590,9781.5716,9781.5716,9781.5716 -403.5000,1.0000,5076.5627,65.1550,65.1760,0.0117,0.0000,5,1429.1629,216.0645,680.6865,-93.3415,32.3366,101.8726,-13.9696,0.0404,25.8068,0.0000,25.8068,6.4894,25.8068,0.8489,0.0000,24.9579,0.0000,24.9579,7.1089,17.8490,0.0000,17.8490,0.0187,17.8302,0.0000,3.9265,12.0325,1.8712,6884.6857,6884.6857,6884.6857 -404.5000,1.0000,5094.7116,65.3360,65.4960,0.0889,0.0000,5,1433.1331,308.4522,644.2017,-93.5769,46.2917,96.6801,-14.0438,0.3089,39.4860,0.0000,39.4860,6.4968,39.4860,0.9204,0.0000,38.5655,0.0000,38.5655,7.1287,31.4369,0.0000,31.4369,0.1432,31.2937,0.0000,4.9313,12.0659,14.2965,9492.2221,9492.2221,9492.2221 -405.5000,1.0000,5112.9840,65.7805,66.0650,0.1581,0.0000,5,1442.8832,401.8509,682.0446,-94.1552,60.7190,103.0558,-14.2267,0.5530,53.5832,0.0000,53.5832,6.5829,53.5832,0.9988,0.0000,52.5844,0.0000,52.5844,7.1772,45.4072,0.0000,45.4072,0.2563,45.1509,0.0000,7.4090,12.1480,25.5939,12213.0336,12213.0336,12213.0336 -406.5000,1.0000,5131.4361,66.4275,66.7900,0.2014,0.0000,5,1457.0750,463.1756,719.5659,-94.9969,70.6734,109.7946,-14.4951,0.7115,63.2847,0.0000,63.2847,6.6773,63.2847,1.0587,0.0000,62.2259,0.0000,62.2259,7.2478,54.9782,0.0000,54.9782,0.3298,54.6483,0.0000,9.4492,12.2675,32.9316,14020.9094,14020.9094,14020.9094 -407.5000,1.0000,5150.1511,67.3740,67.9580,0.3244,0.0000,5,1477.8363,638.7265,747.1896,-96.2282,98.8485,115.6341,-14.8921,1.1626,90.8759,0.0000,90.8759,6.8100,90.8759,1.2136,0.0000,89.6622,0.0000,89.6622,7.5353,82.1269,0.0000,82.1269,0.5389,81.5880,0.0000,15.3358,12.4423,53.8099,19273.8914,19273.8914,19273.8914 -408.5000,1.0000,5169.2111,68.6160,69.2740,0.3656,0.0000,5,1505.0793,686.4376,811.2624,-97.8439,108.1905,127.8643,-15.4213,1.3340,100.0079,0.0000,100.0079,6.8486,100.0079,1.2818,0.0000,98.7261,0.0000,98.7261,7.7854,90.9407,0.0000,90.9407,0.6184,90.3223,0.0000,15.9048,12.6717,61.7459,21125.0328,21125.0328,21125.0328 -409.5000,1.0000,5188.6070,69.8255,70.3770,0.3064,0.0000,5,1531.6095,594.1363,828.7613,-99.4174,95.2934,132.9248,-15.9455,1.1378,87.1110,0.0000,87.1110,7.0446,87.1110,1.2395,0.0000,85.8715,0.0000,85.8715,7.7037,78.1678,0.0000,78.1678,0.5275,77.6404,0.0000,12.0810,12.8950,52.6643,18679.3036,18679.3036,18679.3036 -410.5000,1.0000,5208.2511,70.7185,71.0600,0.1897,0.0000,5,1551.1973,463.3265,799.6262,-100.5791,75.2632,129.8921,-16.3382,0.7136,67.4821,0.0000,67.4821,7.0675,67.4821,1.1580,0.0000,66.3242,0.0000,66.3242,7.7159,58.6082,0.0000,58.6082,0.3308,58.2774,0.0000,12.1896,13.0600,33.0279,14971.8417,14971.8417,14971.8417 -411.5000,1.0000,5228.1059,71.4775,71.8950,0.2319,0.0000,5,1567.8458,496.7471,761.7939,-101.5665,81.5581,125.0747,-16.6756,0.8817,73.5386,0.0000,73.5386,7.1378,73.5386,1.2025,0.0000,72.3361,0.0000,72.3361,7.7988,64.5374,0.0000,64.5374,0.4087,64.1286,0.0000,10.1170,13.2001,40.8115,16229.2325,16229.2325,16229.2325 -412.5000,1.0000,5247.9904,71.5840,71.2730,-0.1728,0.0000,0,1577.0036,43.8535,769.5245,-102.1096,7.2421,127.0819,-16.8627,0.0000,0.0000,0.0000,0.0000,7.2421,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,7.8104,-7.8104,0.6361,-8.4465,-0.3049,-8.1415,0.0000,9.0849,13.2198,-30.4462,3144.8253,3144.8253,3144.8253 -413.5000,1.0000,5267.6537,70.7880,70.3030,-0.2694,0.0000,6,1349.8201,-88.6358,415.9325,-88.6358,-12.5289,58.7932,-12.5289,-18.8321,0.5502,0.0000,0.5502,5.7529,0.4608,0.6723,0.0000,-0.2115,0.0000,-0.2115,7.7235,-7.9350,14.6638,-22.5988,-0.4703,-22.1286,0.0000,11.7510,13.0728,-46.9524,0.0000,0.0000,0.0000 -414.5000,1.0000,5287.0399,69.7905,69.2780,-0.2847,0.0000,6,1114.4528,-74.6472,411.8363,-74.6472,-8.7117,48.0634,-8.7117,-0.5601,-13.4617,0.0000,-13.4617,5.3101,-13.4617,0.7983,0.0000,-14.2600,0.0000,-14.2600,7.6147,-21.8747,1.9117,-23.7864,-0.4899,-23.2965,0.1179,12.6126,12.8886,-48.9155,0.0000,0.0000,0.0000 -415.5000,1.0000,5305.9995,68.2545,67.2310,-0.5686,0.0000,6,1089.9251,-73.0639,413.4851,-73.0639,-8.3393,47.1938,-8.3393,-1.0939,-12.5756,0.0000,-12.5756,5.3301,-12.5756,0.7693,0.0000,-13.3449,0.0000,-13.3449,7.4471,-20.7920,53.7833,-74.5753,-0.9569,-73.6184,0.1812,9.1334,12.6049,-95.5379,0.0000,0.0000,0.0000 -416.5000,1.0000,5324.5387,66.7410,66.2510,-0.2722,0.0000,6,1065.7567,-68.6535,413.1816,-71.3339,-7.6621,46.1135,-7.9613,-0.5121,-12.2428,0.0000,-12.2428,5.0927,-12.2428,0.7463,0.0000,-12.9891,0.0000,-12.9891,7.2820,-20.2711,0.0000,-20.2711,-0.4479,-19.8231,0.1772,12.3987,12.3254,-44.7245,0.0000,0.0000,0.0000 -417.5000,1.0000,5342.9072,66.1265,66.0020,-0.0692,0.0000,6,1055.9441,228.3866,417.1631,-70.6314,25.2546,46.1291,-7.8103,-0.1289,20.3445,0.0000,20.3445,5.0390,20.3445,0.8570,0.0000,19.4875,0.0000,19.4875,7.2149,12.2726,0.0000,12.2726,-0.1128,12.3853,0.0319,11.4005,12.2119,-11.2590,5301.3726,5301.3726,5301.3726 -418.5000,1.0000,5361.2781,66.1355,66.2690,0.0742,0.0000,6,1056.0878,446.1442,566.1227,-70.6417,49.3405,62.6094,-7.8125,0.1383,44.2034,0.0000,44.2034,4.9988,44.2034,1.3343,0.0000,42.8691,0.0000,42.8691,7.2159,35.6532,0.0000,35.6532,0.1209,35.5323,0.0000,11.2441,12.2136,12.0746,9854.3913,9854.3913,9854.3913 -419.5000,1.0000,5379.7223,66.3990,66.5290,0.0722,0.0000,6,1060.2955,429.9284,672.6942,-70.9429,47.7366,74.6919,-7.8771,0.1352,42.5650,0.0000,42.5650,5.0365,42.5650,1.3042,0.0000,41.2607,0.0000,41.2607,7.2447,34.0161,0.0000,34.0161,0.1182,33.8978,0.0000,9.8307,12.2623,11.8049,9568.3224,9568.3224,9568.3224 -420.5000,1.0000,5398.2886,66.8385,67.1480,0.1719,0.0000,6,1067.3137,581.3064,667.1222,-71.4453,64.9719,74.5635,-7.9854,0.3239,59.6151,0.0000,59.6151,5.0329,59.6151,1.6498,0.0000,57.9653,0.0000,57.9653,7.2926,50.6727,0.0000,50.6727,0.2833,50.3893,0.0000,9.7552,12.3434,28.2907,12862.8174,12862.8174,12862.8174 -421.5000,1.0000,5417.0572,67.5670,67.9860,0.2328,0.0000,6,1078.9467,683.9586,741.6252,-72.2780,77.2785,83.7940,-8.1665,0.4433,71.7711,0.0000,71.7711,5.0640,71.7711,1.9005,0.0000,69.8706,0.0000,69.8706,7.3721,62.4985,0.0000,62.4985,0.3878,62.1108,0.0000,10.9155,12.4780,38.7173,15201.4048,15201.4048,15201.4048 -422.5000,1.0000,5436.0984,68.5485,69.1110,0.3125,0.0000,6,1094.6199,792.3145,792.3376,-73.3999,90.8217,90.8243,-8.4137,0.6038,85.0768,0.0000,85.0768,5.1411,85.0768,2.1769,0.0000,82.8999,0.0000,82.8999,7.5418,75.3581,0.0000,75.3581,0.5281,74.8300,0.0000,9.4384,12.6592,52.7324,17792.7261,17792.7261,17792.7261 -423.5000,1.0000,5455.4591,69.6985,70.2860,0.3264,0.0000,6,1112.9837,824.1826,843.8674,-74.5596,96.0596,98.3539,-8.6900,0.6412,90.2157,0.0000,90.2157,5.2026,90.2157,2.2919,0.0000,87.9238,0.0000,87.9238,7.7228,80.2010,0.0000,80.2010,0.5609,79.6402,0.0000,10.7686,12.8716,56.0000,18742.2938,18742.2938,18742.2938 -424.5000,1.0000,5475.1004,70.7085,71.1310,0.2347,0.0000,6,1129.1119,691.3525,859.1201,-75.5217,81.7457,101.5826,-8.9297,0.4678,74.0898,0.0000,74.0898,7.1881,74.0898,1.9803,0.0000,72.1095,0.0000,72.1095,7.7149,64.3947,0.0000,64.3947,0.4092,63.9855,0.0000,10.0714,13.0581,40.8559,16039.1891,16039.1891,16039.1891 -425.5000,1.0000,5494.9372,71.4125,71.6940,0.1564,0.0000,6,1140.3538,571.8367,798.8463,-76.1923,68.2874,95.3963,-9.0987,0.3148,60.8575,0.0000,60.8575,7.1151,60.8575,1.7232,0.0000,59.1342,0.0000,59.1342,7.7917,51.3426,0.0000,51.3426,0.2753,51.0672,0.0000,10.3869,13.1881,27.4922,13511.4867,13511.4867,13511.4867 -426.5000,1.0000,5514.9323,71.9825,72.2710,0.1603,0.0000,6,1149.4559,589.5759,745.1853,-76.7352,70.9677,89.6985,-9.2367,0.3252,63.3922,0.0000,63.3922,7.2503,63.3922,1.7801,0.0000,61.6120,0.0000,61.6120,7.8539,53.7582,0.0000,53.7582,0.2844,53.4737,0.0000,11.7796,13.2934,28.4007,14046.0066,14046.0066,14046.0066 -427.5000,1.0000,5535.1199,72.6755,73.0800,0.2247,0.0000,6,1160.5221,695.5573,755.1862,-77.3953,84.5308,91.7775,-9.4058,0.4603,76.8152,0.0000,76.8152,7.2553,76.8152,2.0562,0.0000,74.7590,0.0000,74.7590,7.9295,66.8295,0.0000,66.8295,0.4027,66.4268,0.0000,12.8020,13.4214,40.2034,16554.0709,16554.0709,16554.0709 -428.5000,1.0000,5555.5226,73.4495,73.8190,0.2053,0.0000,6,1172.8817,665.0160,804.0805,-78.1326,81.6799,98.7603,-9.5966,0.4250,73.9310,0.0000,73.9310,7.3239,73.9310,2.0070,0.0000,71.9239,0.0000,71.9239,8.0139,63.9100,0.0000,63.9100,0.3717,63.5383,0.0000,12.8580,13.5643,37.1159,16022.6079,16022.6079,16022.6079 -429.5000,1.0000,5576.1422,74.2305,74.6420,0.2286,0.0000,6,1185.3532,689.5123,791.7964,-78.8766,85.5891,98.2856,-9.7909,0.4783,77.6935,0.0000,77.6935,7.4173,77.6935,2.0910,0.0000,75.6025,0.0000,75.6025,8.0991,67.5033,0.0000,67.5033,0.4184,67.0849,0.0000,11.6021,13.7085,41.7743,16747.4905,16747.4905,16747.4905 -430.5000,1.0000,5596.9491,74.9050,75.1680,0.1461,0.0000,6,1196.1239,560.4077,803.0489,-79.5191,70.1954,100.5881,-9.9604,0.3085,62.4127,0.0000,62.4127,7.4742,62.4127,1.7929,0.0000,60.6198,0.0000,60.6198,8.1727,52.4471,0.0000,52.4471,0.2698,52.1772,0.0000,11.4025,13.8331,26.9416,13906.1038,13906.1038,13906.1038 -431.5000,1.0000,5617.8918,75.3935,75.6190,0.1253,0.0000,6,1203.9246,513.7736,746.3545,-79.9830,64.7738,94.0964,-10.0838,0.2662,56.9421,0.0000,56.9421,7.5655,56.9421,1.6890,0.0000,55.2531,0.0000,55.2531,8.2260,47.0271,0.0000,47.0271,0.2329,46.7942,0.0000,9.6201,13.9233,23.2508,12874.6740,12874.6740,12874.6740 -432.5000,1.0000,5638.9305,75.7395,75.8600,0.0669,0.0000,6,1209.4497,427.6217,725.7077,-80.3107,54.1597,91.9133,-10.1716,0.1429,46.5354,0.0000,46.5354,7.4814,46.5354,1.4848,0.0000,45.0506,0.0000,45.0506,8.2638,36.7868,0.0000,36.7868,0.1250,36.6618,0.0000,10.1931,13.9872,12.4815,10830.7537,10830.7537,10830.7537 -433.5000,1.0000,5660.0452,76.0130,76.1660,0.0850,0.0000,6,1213.8171,447.2019,688.3185,-80.5697,56.8441,87.4926,-10.2413,0.1821,51.0767,0.0000,51.0767,5.5853,51.0767,1.5787,0.0000,49.4980,0.0000,49.4980,8.2936,41.2044,0.0000,41.2044,0.1593,41.0451,0.0000,11.1022,14.0377,15.9051,11341.8455,11341.8455,11341.8455 -434.5000,1.0000,5681.2613,76.3780,76.5900,0.1178,0.0000,6,1219.6456,502.0664,698.0983,-80.9154,64.1244,89.1618,-10.3346,0.2536,58.2996,0.0000,58.2996,5.5713,58.2996,1.7273,0.0000,56.5723,0.0000,56.5723,8.3334,48.2388,0.0000,48.2388,0.2218,48.0170,0.0000,11.7677,14.1051,22.1442,12755.7053,12755.7053,12755.7053 -435.5000,1.0000,5702.6298,76.9265,77.2630,0.1869,0.0000,6,1228.4044,604.6252,723.9701,-81.4349,77.7779,93.1302,-10.4756,0.4054,71.7300,0.0000,71.7300,5.6426,71.7300,2.0022,0.0000,69.7278,0.0000,69.7278,8.3933,61.3345,0.0000,61.3345,0.3546,60.9799,0.0000,11.3723,14.2064,35.4012,15332.4014,15332.4014,15332.4014 -436.5000,1.0000,5724.2076,77.6800,78.0970,0.2317,0.0000,6,1240.4366,700.1450,770.0048,-82.1485,90.9476,100.0223,-10.6709,0.5072,84.7352,0.0000,84.7352,5.7051,84.7352,2.2709,0.0000,82.4643,0.0000,82.4643,8.4755,73.9888,0.0000,73.9888,0.4437,73.5451,0.0000,14.8997,14.3456,44.2998,17755.2127,17755.2127,17755.2127 -437.5000,1.0000,5745.9848,78.3980,78.6990,0.1672,0.0000,6,1251.9021,649.3469,811.4300,-82.8285,85.1286,106.3776,-10.8587,0.3695,79.0188,0.0000,79.0188,5.7403,79.0188,2.1649,0.0000,76.8539,0.0000,76.8539,8.5538,68.3001,0.0000,68.3001,0.3232,67.9769,0.0000,21.2265,14.4782,32.2722,16624.1782,16624.1782,16624.1782 -438.5000,1.0000,5767.9183,78.9605,79.2220,0.1453,0.0000,6,1260.8844,647.5364,790.5067,-83.3612,85.5004,104.3781,-11.0070,0.3233,79.3608,0.0000,79.3608,5.8163,79.3608,2.1783,0.0000,77.1825,0.0000,77.1825,8.6152,68.5673,0.0000,68.5673,0.2828,68.2845,0.0000,25.4641,14.5821,28.2383,16704.6628,16704.6628,16704.6628 -439.5000,1.0000,5789.9751,79.4045,79.5870,0.1014,0.0000,6,1267.9744,605.3500,790.1061,-83.7817,80.3796,104.9118,-11.1247,0.2269,74.3390,0.0000,74.3390,5.8137,74.3390,2.0830,0.0000,72.2559,0.0000,72.2559,8.6637,63.5923,0.0000,63.5923,0.1985,63.3938,0.0000,28.9115,14.6640,19.8182,15801.6062,15801.6062,15801.6062 -440.5000,1.0000,5812.1337,79.7710,79.9550,0.1022,0.0000,6,1273.8269,606.4560,772.8556,-84.1288,80.8981,103.0949,-11.2223,0.2298,74.8366,0.0000,74.8366,5.8316,74.8366,2.0973,0.0000,72.7393,0.0000,72.7393,8.7036,64.0357,0.0000,64.0357,0.2010,63.8346,0.0000,29.0296,14.7317,20.0733,15893.7765,15893.7765,15893.7765 -441.5000,1.0000,5834.3833,80.0985,80.2420,0.0797,0.0000,6,1279.0566,593.1645,773.6208,-84.4390,79.4499,103.6207,-11.3100,0.1800,73.3330,0.0000,73.3330,5.9370,73.3330,2.0711,0.0000,71.2619,0.0000,71.2619,8.7394,62.5225,0.0000,62.5225,0.1574,62.3651,0.0000,31.8536,14.7922,15.7193,15634.6302,15634.6302,15634.6302 -442.5000,1.0000,5856.7072,80.3660,80.4900,0.0689,0.0000,6,1283.3282,590.4564,768.4151,-84.6923,79.3513,103.2672,-11.3818,0.1561,73.3120,0.0000,73.3120,5.8833,73.3120,2.0738,0.0000,71.2382,0.0000,71.2382,8.7686,62.4696,0.0000,62.4696,0.1365,62.3331,0.0000,33.8629,14.8416,13.6286,15615.4437,15615.4437,15615.4437 -443.5000,1.0000,5879.0709,80.5095,80.5290,0.0108,0.0000,6,1285.6197,463.6732,767.0442,-84.8282,62.4242,103.2670,-11.4204,0.0246,56.4586,0.0000,56.4586,5.9411,56.4586,1.7384,0.0000,54.7201,0.0000,54.7201,8.7842,45.9359,0.0000,45.9359,0.0215,45.9144,0.0000,28.8993,14.8681,2.1470,12437.9866,12437.9866,12437.9866 -444.5000,1.0000,5901.4276,80.4840,80.4390,-0.0250,0.0000,6,1285.2125,394.9692,712.9565,-84.8041,53.1578,95.9548,-11.4135,-0.0567,47.3174,0.0000,47.3174,5.8971,47.3174,1.5553,0.0000,45.7621,0.0000,45.7621,8.7814,36.9806,0.0000,36.9806,-0.0496,37.0302,0.0000,27.1199,14.8634,-4.9531,10672.4540,10672.4540,10672.4540 -445.5000,1.0000,5923.7718,80.4390,80.4390,0.0000,0.0000,6,1284.4939,447.5417,683.9890,-84.7614,60.1997,92.0046,-11.4014,0.0000,54.3120,0.0000,54.3120,5.8877,54.3120,1.6947,0.0000,52.6173,0.0000,52.6173,8.7765,43.8408,0.0000,43.8408,0.0000,43.8408,0.0000,28.9857,14.8551,0.0000,12005.8553,12005.8553,12005.8553 -446.5000,1.0000,5946.1091,80.4145,80.3900,-0.0136,0.0000,6,1284.1026,455.3800,706.0954,-84.7382,61.2354,94.9493,-11.3948,-0.0309,55.3906,0.0000,55.3906,5.8756,55.3906,1.7160,0.0000,53.6747,0.0000,53.6747,8.7739,44.9008,0.0000,44.9008,-0.0270,44.9278,0.0000,32.7716,14.8506,-2.6944,12206.1727,12206.1727,12206.1727 -447.5000,1.0000,5968.4154,80.3025,80.2150,-0.0486,0.0000,6,1282.3142,412.3451,708.8582,-84.6322,55.3712,95.1881,-11.3647,-0.1100,49.5887,0.0000,49.5887,5.8926,49.5887,1.5986,0.0000,47.9901,0.0000,47.9901,8.7616,39.2284,0.0000,39.2284,-0.0962,39.3247,0.0000,34.1041,14.8299,-9.6093,11075.7297,11075.7297,11075.7297 -448.5000,1.0000,5990.6634,80.0930,79.9710,-0.0678,0.0000,6,1278.9688,396.3198,689.8395,-84.4338,53.0804,92.3925,-11.3085,-0.1530,47.3847,0.0000,47.3847,5.8487,47.3847,1.5520,0.0000,45.8327,0.0000,45.8327,8.7388,37.0939,0.0000,37.0939,-0.1338,37.2277,0.0000,35.7998,14.7912,-13.3632,10654.3196,10654.3196,10654.3196 -449.5000,1.0000,6012.8129,79.7380,79.5050,-0.1294,0.0000,6,1273.2999,293.7926,681.3899,-84.0976,39.1742,90.8563,-11.2135,-0.2909,33.6188,0.0000,33.6188,5.8464,33.6188,1.2726,0.0000,32.3462,0.0000,32.3462,8.7000,23.6462,0.0000,23.6462,-0.2545,23.9007,0.0000,34.5835,14.7256,-25.4084,8031.5709,8031.5709,8031.5709 -450.5000,1.0000,6034.8041,79.1685,78.8320,-0.1869,0.0000,6,1264.2058,181.3060,634.6856,-83.5582,24.0026,84.0243,-11.0620,-0.4172,18.5915,0.0000,18.5915,5.8283,18.5915,0.9653,0.0000,17.6261,0.0000,17.6261,8.6379,8.9882,0.0000,8.9882,-0.3649,9.3531,0.0000,31.1656,14.6205,-36.4329,5187.9145,5187.9145,5187.9145 -451.5000,1.0000,6056.6169,78.5260,78.2200,-0.1700,0.0000,6,1253.9460,183.4467,583.6096,-82.9497,24.0889,76.6355,-10.8924,-0.3763,18.7119,0.0000,18.7119,5.7533,18.7119,0.9603,0.0000,17.7517,0.0000,17.7517,8.5678,9.1839,0.0000,9.1839,-0.3291,9.5130,0.0000,27.8730,14.5018,-32.8618,5193.8712,5193.8712,5193.8712 -452.5000,1.0000,6078.2473,77.8695,77.5190,-0.1947,0.0000,6,1243.4627,35.1269,581.8607,-82.3280,4.5741,75.7671,-10.7203,-0.4274,-0.7301,0.0000,-0.7301,5.7316,-0.7301,0.7810,0.0000,-1.5112,0.0000,-1.5112,8.4962,-10.0074,0.0000,-10.0074,-0.3738,-9.6335,0.0000,13.3120,14.3806,-37.3261,2121.9399,2121.9399,2121.9399 -453.5000,1.0000,6099.6830,77.1685,76.8180,-0.1947,0.0000,6,1232.2687,-52.5995,513.0578,-81.6641,-6.7876,66.2065,-10.5382,-0.4235,-12.0992,0.0000,-12.0992,5.7351,-12.0992,0.8849,0.0000,-12.9841,0.0000,-12.9841,8.4197,-21.4038,0.0000,-21.4038,-0.3705,-21.0333,0.0000,1.7056,14.2511,-36.9900,505.9622,505.9622,505.9622 -454.5000,1.0000,6120.9488,76.5570,76.2960,-0.1450,0.0000,6,1222.5040,8.2194,471.9960,-81.0849,1.0522,60.4251,-10.3805,-0.3129,-4.3104,0.0000,-4.3104,5.6756,-4.3104,0.7985,0.0000,-5.1089,0.0000,-5.1089,8.3530,-13.4619,0.0000,-13.4619,-0.2737,-13.1882,0.0000,0.0000,14.1382,-27.3264,1647.0146,1647.0146,1647.0146 -455.5000,1.0000,6142.0712,76.0405,75.7850,-0.1419,0.0000,6,1214.2562,12.7326,497.2562,-80.5958,1.6190,63.2294,-10.2483,-0.3042,-3.7114,0.0000,-3.7114,5.6347,-3.7114,0.7853,0.0000,-4.4968,0.0000,-4.4968,8.2966,-12.7934,0.0000,-12.7934,-0.2661,-12.5273,0.0000,0.0000,14.0428,-26.5701,1701.1486,1701.1486,1701.1486 -456.5000,1.0000,6163.0751,75.6140,75.4430,-0.0950,0.0000,6,1207.4456,82.6755,498.4216,-80.1919,10.4538,63.0221,-10.1397,-0.2025,5.0459,0.0000,5.0459,5.6103,5.0459,0.6919,0.0000,4.3541,0.0000,4.3541,8.2501,-3.8960,0.0000,-3.8960,-0.1771,-3.7189,0.0000,0.0000,13.9640,-17.6830,2802.6572,2802.6572,2802.6572 -457.5000,1.0000,6183.9890,75.2900,75.1370,-0.0850,0.0000,6,1202.2718,97.1847,529.0094,-79.8850,12.2357,66.6031,-10.0577,-0.1804,6.8942,0.0000,6.8942,5.5219,6.8942,0.6869,0.0000,6.2073,0.0000,6.2073,8.2147,-2.0074,0.0000,-2.0074,-0.1578,-1.8496,0.0000,0.0000,13.9042,-15.7538,3022.9982,3022.9982,3022.9982 -458.5000,1.0000,6204.8801,75.2080,75.2790,0.0394,0.0000,6,1200.9624,288.3323,537.4529,-79.8074,36.2620,67.5925,-10.0369,0.0836,30.6313,0.0000,30.6313,5.5470,30.6313,1.1607,0.0000,29.4706,0.0000,29.4706,8.2058,21.2648,0.0000,21.2648,0.0731,21.1917,0.0000,0.0000,13.8891,7.3026,7432.2555,7432.2555,7432.2555 -459.5000,1.0000,6225.8147,75.3645,75.4500,0.0475,0.0000,6,1203.4615,300.7996,623.9724,-79.9556,37.9086,78.6369,-10.0765,0.1009,32.2359,0.0000,32.2359,5.5718,32.2359,1.1946,0.0000,31.0414,0.0000,31.0414,8.2229,22.8185,0.0000,22.8185,0.0883,22.7303,0.0000,0.0000,13.9180,8.8123,7743.0923,7743.0923,7743.0923 -460.5000,1.0000,6246.8301,75.6555,75.8610,0.1142,0.0000,6,1208.1083,403.2207,631.2734,-80.2312,51.0126,79.8642,-10.1503,0.2435,45.1578,0.0000,45.1578,5.6113,45.1578,1.4563,0.0000,43.7015,0.0000,43.7015,8.2546,35.4469,0.0000,35.4469,0.2130,35.2339,0.0000,0.0000,13.9717,21.2622,10228.4387,10228.4387,10228.4387 -461.5000,1.0000,6267.9512,76.0360,76.2110,0.0972,0.0000,6,1214.1844,376.9252,677.4437,-80.5915,47.9257,86.1364,-10.2471,0.2084,42.1177,0.0000,42.1177,5.5996,42.1177,1.3998,0.0000,40.7180,0.0000,40.7180,8.2961,32.4218,0.0000,32.4218,0.1823,32.2396,0.0000,0.0000,14.0420,18.1976,9627.0574,9627.0574,9627.0574 -462.5000,1.0000,6289.1644,76.3675,76.5240,0.0869,0.0000,6,1219.4779,360.9519,666.5145,-80.9055,46.0948,85.1162,-10.3319,0.1872,40.3114,0.0000,40.3114,5.5962,40.3114,1.3674,0.0000,38.9440,0.0000,38.9440,8.3323,30.6117,0.0000,30.6117,0.1637,30.4480,0.0000,0.0000,14.1032,16.3448,9281.9886,9281.9886,9281.9886 -463.5000,1.0000,6310.4398,76.5915,76.6590,0.0375,0.0000,6,1223.0549,285.2498,659.4217,-81.1176,36.5342,84.4574,-10.3894,0.0810,30.8227,0.0000,30.8227,5.6306,30.8227,1.1802,0.0000,29.6425,0.0000,29.6425,8.3567,21.2857,0.0000,21.2857,0.0708,21.2149,0.0000,0.0000,14.1446,7.0704,7480.0373,7480.0373,7480.0373 -464.5000,1.0000,6331.8019,76.9035,77.1480,0.1358,0.0000,6,1228.0371,435.8771,628.2914,-81.4131,56.0537,80.7981,-10.4697,0.2944,50.1352,0.0000,50.1352,5.6240,50.1352,1.5700,0.0000,48.5652,0.0000,48.5652,8.3908,40.1744,0.0000,40.1744,0.2575,39.9169,0.0000,0.0000,14.2022,25.7147,11187.5772,11187.5772,11187.5772 -465.5000,1.0000,6353.3011,77.3970,77.6460,0.1383,0.0000,6,1235.9176,440.0433,695.3574,-81.8805,56.9526,89.9966,-10.5974,0.3018,50.9499,0.0000,50.9499,5.7009,50.9499,1.5920,0.0000,49.3579,0.0000,49.3579,8.4446,40.9133,0.0000,40.9133,0.2640,40.6494,0.0000,0.0000,14.2933,26.3560,11354.9918,11354.9918,11354.9918 -466.5000,1.0000,6374.9211,77.8320,78.0180,0.1033,0.0000,6,1242.8639,386.2432,697.7484,-82.2925,50.2705,90.8136,-10.7106,0.2267,44.3268,0.0000,44.3268,5.7169,44.3268,1.4645,0.0000,42.8623,0.0000,42.8623,8.4921,34.3702,0.0000,34.3702,0.1983,34.1719,0.0000,0.0000,14.3736,19.7983,10091.7336,10091.7336,10091.7336 -467.5000,1.0000,6396.6197,78.1150,78.2120,0.0539,0.0000,6,1247.3830,310.7158,674.5407,-82.5605,40.5875,88.1123,-10.7845,0.1187,34.6902,0.0000,34.6902,5.7786,34.6902,1.2751,0.0000,33.4151,0.0000,33.4151,8.5230,24.8922,0.0000,24.8922,0.1038,24.7884,0.0000,0.0000,14.4259,10.3625,8271.7149,8271.7149,8271.7149 -468.5000,1.0000,6418.3726,78.3105,78.4090,0.0547,0.0000,6,1250.5048,311.8353,642.3587,-82.7456,40.8356,84.1185,-10.8358,0.1208,34.9434,0.0000,34.9434,5.7714,34.9434,1.2824,0.0000,33.6610,0.0000,33.6610,8.5443,25.1167,0.0000,25.1167,0.1057,25.0111,0.0000,0.0000,14.4620,10.5490,8319.1604,8319.1604,8319.1604 -469.5000,1.0000,6440.1797,78.5055,78.6020,0.0536,0.0000,6,1253.6187,309.9593,643.3885,-82.9303,40.6910,84.4632,-10.8870,0.1186,34.8099,0.0000,34.8099,5.7625,34.8099,1.2820,0.0000,33.5279,0.0000,33.5279,8.5656,24.9624,0.0000,24.9624,0.1038,24.8586,0.0000,0.0000,14.4980,10.3606,8295.2303,8295.2303,8295.2303 -470.5000,1.0000,6462.0459,78.7185,78.8350,0.0647,0.0000,6,1257.0200,327.1500,643.3461,-83.1320,43.0643,84.6868,-10.9431,0.1436,37.1243,0.0000,37.1243,5.7964,37.1243,1.3307,0.0000,35.7936,0.0000,35.7936,8.5888,27.2048,0.0000,27.2048,0.1256,27.0791,0.0000,0.0000,14.5374,12.5418,8727.1949,8727.1949,8727.1949 -471.5000,1.0000,6483.9590,78.8870,78.9390,0.0289,0.0000,6,1259.7107,272.3271,650.7479,-83.2916,35.9245,85.8444,-10.9875,0.0642,30.0328,0.0000,30.0328,5.8274,30.0328,1.1909,0.0000,28.8419,0.0000,28.8419,8.6072,20.2347,0.0000,20.2347,0.0562,20.1785,0.0000,0.0000,14.5685,5.6100,7396.0576,7396.0576,7396.0576 -472.5000,1.0000,6505.8873,78.9420,78.9450,0.0017,0.0000,6,1260.5890,230.3103,626.8915,-83.3437,30.4029,82.7550,-11.0021,0.0037,24.6019,0.0000,24.6019,5.7974,24.6019,1.0829,0.0000,23.5190,0.0000,23.5190,8.6132,14.9058,0.0000,14.9058,0.0032,14.9025,0.0000,0.0000,14.5786,0.3239,6353.0285,6353.0285,6353.0285 -473.5000,1.0000,6527.7981,78.8790,78.8130,-0.0367,0.0000,6,1259.5829,171.9318,607.9516,-83.2840,22.6784,80.1908,-10.9854,-0.0815,16.9107,0.0000,16.9107,5.8492,16.9107,0.9283,0.0000,15.9823,0.0000,15.9823,8.6063,7.3760,0.0000,7.3760,-0.0713,7.4473,0.0000,0.0000,14.5670,-7.1197,4929.4410,4929.4410,4929.4410 -474.5000,1.0000,6549.6788,78.7705,78.7280,-0.0236,0.0000,6,1257.8503,191.5418,582.4647,-83.1813,25.2302,76.7233,-10.9568,-0.0524,19.4960,0.0000,19.4960,5.7866,19.4960,0.9788,0.0000,18.5172,0.0000,18.5172,8.5945,9.9228,0.0000,9.9228,-0.0459,9.9686,0.0000,0.0000,14.5470,-4.5784,5416.6648,5416.6648,5416.6648 -475.5000,1.0000,6571.5243,78.6435,78.5590,-0.0469,0.0000,6,1255.8223,156.2380,590.1665,-83.0610,20.5468,77.6125,-10.9233,-0.1041,14.8085,0.0000,14.8085,5.8423,14.8085,0.8836,0.0000,13.9249,0.0000,13.9249,8.5806,5.3443,0.0000,5.3443,-0.0910,5.4353,0.0000,0.0000,14.5235,-9.0882,4515.3777,4515.3777,4515.3777 -476.5000,1.0000,6593.3333,78.5125,78.4660,-0.0258,0.0000,6,1253.7305,188.1939,574.6738,-82.9369,24.7080,75.4491,-10.8888,-0.0572,18.9884,0.0000,18.9884,5.7768,18.9884,0.9656,0.0000,18.0228,0.0000,18.0228,8.5663,9.4565,0.0000,9.4565,-0.0500,9.5065,0.0000,0.0000,14.4993,-4.9928,5312.7735,5312.7735,5312.7735 -477.5000,1.0000,6615.1249,78.4500,78.4340,-0.0089,0.0000,6,1252.7324,214.2340,588.6464,-82.8777,28.1045,77.2221,-10.8724,-0.0197,22.3455,0.0000,22.3455,5.7786,22.3455,1.0321,0.0000,21.3135,0.0000,21.3135,8.5595,12.7540,0.0000,12.7540,-0.0172,12.7712,0.0000,0.0000,14.4878,-1.7166,5939.6761,5939.6761,5939.6761 -478.5000,1.0000,6636.9297,78.4970,78.5600,0.0350,0.0000,6,1253.4830,281.4022,600.8163,-82.9222,36.9381,78.8658,-10.8847,0.0774,31.0997,0.0000,31.0997,5.7610,31.0997,1.2077,0.0000,29.8920,0.0000,29.8920,8.5646,21.3274,0.0000,21.3274,0.0677,21.2596,0.0000,0.0000,14.4965,6.7632,7584.9996,7584.9996,7584.9996 -479.5000,1.0000,6658.7986,78.7280,78.8960,0.0933,0.0000,6,1257.1717,370.9989,631.4688,-83.1410,48.8423,83.1333,-10.9456,0.2071,42.8436,0.0000,42.8436,5.7916,42.8436,1.4452,0.0000,41.3983,0.0000,41.3983,8.5898,32.8085,0.0000,32.8085,0.1812,32.6273,0.0000,0.0000,14.5391,18.0882,9822.3919,9822.3919,9822.3919 -480.5000,1.0000,6680.7393,78.9865,79.0770,0.0503,0.0000,6,1261.2996,304.8725,670.1518,-83.3858,40.2685,88.5156,-11.0138,0.1119,34.3573,0.0000,34.3573,5.7993,34.3573,1.2785,0.0000,33.0787,0.0000,33.0787,8.6181,24.4607,0.0000,24.4607,0.0979,24.3628,0.0000,0.0000,14.5869,9.7759,8225.2691,8225.2691,8225.2691 -481.5000,1.0000,6702.6436,78.8555,78.6340,-0.1231,0.0000,6,1259.2077,41.1420,638.9585,-83.2618,5.4251,84.2556,-10.9792,-0.2735,-0.1705,0.0000,-0.1705,5.8692,-0.1705,0.7894,0.0000,-0.9599,0.0000,-0.9599,8.6038,-9.5636,0.0000,-9.5636,-0.2392,-9.3244,0.0000,0.0000,14.5627,-23.8870,2252.1843,2252.1843,2252.1843 -482.5000,1.0000,6724.4374,78.4580,78.2820,-0.0978,0.0000,6,1252.8602,78.4974,522.8566,-82.8853,10.2988,68.5984,-10.8745,-0.2162,4.7109,0.0000,4.7109,5.8042,4.7109,0.7349,0.0000,3.9760,0.0000,3.9760,8.5604,-4.5844,0.0000,-4.5844,-0.1891,-4.3953,0.0000,0.0000,14.4893,-18.8846,2841.4237,2841.4237,2841.4237 -483.5000,1.0000,6746.1229,78.0675,77.8530,-0.1192,0.0000,6,1246.6245,46.6842,537.3032,-82.5155,6.0944,70.1429,-10.7721,-0.2622,0.5753,0.0000,0.5753,5.7813,0.5753,0.7708,0.0000,-0.1954,0.0000,-0.1954,8.5178,-8.7132,0.0000,-8.7132,-0.2294,-8.4839,0.0000,0.0000,14.4171,-22.9010,2313.2550,2313.2550,2313.2550 -484.5000,1.0000,6767.6772,77.5955,77.3380,-0.1431,0.0000,6,1239.0873,11.4416,520.8942,-82.0685,1.4846,67.5896,-10.6490,-0.3129,-3.9932,0.0000,-3.9932,5.7908,-3.9932,0.8098,0.0000,-4.8031,0.0000,-4.8031,8.4663,-13.2694,0.0000,-13.2694,-0.2737,-12.9957,0.0000,0.0000,14.3300,-27.3257,1734.4267,1734.4267,1734.4267 -485.5000,1.0000,6789.0916,77.0920,76.8460,-0.1367,0.0000,6,1231.0471,21.0610,503.2253,-81.5916,2.7151,64.8733,-10.5184,-0.2970,-2.7569,0.0000,-2.7569,5.7690,-2.7569,0.7904,0.0000,-3.5473,0.0000,-3.5473,8.4113,-11.9587,0.0000,-11.9587,-0.2598,-11.6989,0.0000,0.0000,14.2370,-25.9359,1870.5064,1870.5064,1870.5064 -486.5000,1.0000,6810.3766,76.6260,76.4060,-0.1222,0.0000,6,1223.6058,42.9386,505.8521,-81.1503,5.5020,64.8177,-10.3982,-0.2640,-0.0174,0.0000,-0.0174,5.7834,-0.0174,0.7565,0.0000,-0.7740,0.0000,-0.7740,8.3605,-9.1345,0.0000,-9.1345,-0.2309,-8.9036,0.0000,0.0000,14.1509,-23.0545,2203.5252,2203.5252,2203.5252 -487.5000,1.0000,6831.5423,76.1965,75.9870,-0.1164,0.0000,6,1216.7473,51.4648,514.0357,-80.7435,6.5575,65.4971,-10.2881,-0.2500,1.0751,0.0000,1.0751,5.7324,1.0751,0.7396,0.0000,0.3355,0.0000,0.3355,8.3136,-7.9781,0.0000,-7.9781,-0.2186,-7.7595,0.0000,0.0000,14.0716,-21.8311,2324.7197,2324.7197,2324.7197 -488.5000,1.0000,6852.6093,75.8410,75.6950,-0.0811,0.0000,6,1211.0705,104.2201,517.1068,-80.4069,13.2175,65.5810,-10.1974,-0.1734,7.6952,0.0000,7.6952,5.6957,7.6952,0.7091,0.0000,6.9861,0.0000,6.9861,8.2749,-1.2888,0.0000,-1.2888,-0.1517,-1.1371,0.0000,0.0000,14.0060,-15.1431,3186.3516,3186.3516,3186.3516 -489.5000,1.0000,6873.6304,75.6760,75.6570,-0.0106,0.0000,6,1208.4357,212.9640,541.4917,-80.2506,26.9500,68.5242,-10.1555,-0.0225,21.2241,0.0000,21.2241,5.7484,21.2241,0.9778,0.0000,20.2463,0.0000,20.2463,8.2568,11.9894,0.0000,11.9894,-0.0197,12.0091,0.0000,0.0000,13.9755,-1.9664,5702.1809,5702.1809,5702.1809 -490.5000,1.0000,6894.6533,75.6825,75.7080,0.0142,0.0000,6,1208.5395,250.5662,590.7157,-80.2567,31.7112,74.7598,-10.1571,0.0302,25.9729,0.0000,25.9729,5.7080,25.9729,1.0729,0.0000,24.9000,0.0000,24.9000,8.2576,16.6424,0.0000,16.6424,0.0264,16.6160,0.0000,0.0000,13.9767,2.6393,6583.3114,6583.3114,6583.3114 -491.5000,1.0000,6915.6919,75.7390,75.7700,0.0172,0.0000,6,1209.4417,255.1678,607.7571,-80.3103,32.3176,76.9739,-10.1715,0.0368,26.5796,0.0000,26.5796,5.7012,26.5796,1.0857,0.0000,25.4940,0.0000,25.4940,8.2637,17.2303,0.0000,17.2303,0.0322,17.1981,0.0000,0.0000,13.9871,3.2110,6695.3117,6695.3117,6695.3117 -492.5000,1.0000,6936.7347,75.7540,75.7380,-0.0089,0.0000,6,1209.6812,214.9019,609.4807,-80.3245,27.2232,77.2075,-10.1753,-0.0190,21.5666,0.0000,21.5666,5.6756,21.5666,0.9856,0.0000,20.5810,0.0000,20.5810,8.2654,12.3157,0.0000,12.3157,-0.0166,12.3323,0.0000,0.0000,13.9899,-1.6576,5753.4072,5753.4072,5753.4072 -493.5000,1.0000,6957.7615,75.6965,75.6550,-0.0231,0.0000,6,1208.7630,193.6032,591.0606,-80.2700,24.5066,74.8173,-10.1607,-0.0492,18.8293,0.0000,18.8293,5.7264,18.8293,0.9302,0.0000,17.8992,0.0000,17.8992,8.2591,9.6401,0.0000,9.6401,-0.0430,9.6831,0.0000,0.0000,13.9793,-4.2962,5238.5154,5238.5154,5238.5154 -494.5000,1.0000,6978.7533,75.5705,75.4860,-0.0469,0.0000,6,1206.7510,157.0199,580.7214,-80.1507,19.8427,73.3862,-10.1287,-0.1000,14.2173,0.0000,14.2173,5.7254,14.2173,0.8365,0.0000,13.3808,0.0000,13.3808,8.2453,5.1355,0.0000,5.1355,-0.0875,5.2230,0.0000,0.0000,13.9560,-8.7330,4388.3119,4388.3119,4388.3119 -495.5000,1.0000,6999.7174,75.4710,75.4560,-0.0083,0.0000,6,1205.1621,216.1606,564.5465,-80.0564,27.2804,71.2482,-10.1035,-0.0177,21.5913,0.0000,21.5913,5.7069,21.5913,0.9829,0.0000,20.6084,0.0000,20.6084,8.2345,12.3739,0.0000,12.3739,-0.0155,12.3894,0.0000,0.0000,13.9376,-1.5482,5761.6910,5761.6910,5761.6910 -496.5000,1.0000,7020.6630,75.4040,75.3520,-0.0289,0.0000,6,1204.0922,190.2203,590.6063,-79.9930,23.9853,74.4709,-10.0865,-0.0614,18.3580,0.0000,18.3580,5.6887,18.3580,0.9174,0.0000,17.4406,0.0000,17.4406,8.2272,9.2134,0.0000,9.2134,-0.0537,9.2671,0.0000,0.7042,13.9253,-5.3623,5144.2388,5144.2388,5144.2388 -497.5000,1.0000,7041.5954,75.3565,75.3610,0.0025,0.0000,6,1203.3337,252.9647,579.2762,-79.9480,31.8768,72.9962,-10.0745,0.0053,26.1375,0.0000,26.1375,5.7340,26.1375,1.0725,0.0000,25.0650,0.0000,25.0650,8.2220,16.8430,0.0000,16.8430,0.0046,16.8384,0.0000,2.4582,13.9165,0.4638,6615.0686,6615.0686,6615.0686 -498.5000,1.0000,7062.5202,75.3295,75.2980,-0.0175,0.0000,6,1202.9026,240.0852,607.1282,-79.9224,30.2430,76.4785,-10.0676,-0.0372,24.5397,0.0000,24.5397,5.7404,24.5397,1.0402,0.0000,23.4995,0.0000,23.4995,8.2190,15.2805,0.0000,15.2805,-0.0325,15.3130,0.0000,4.6466,13.9115,-3.2451,6311.4093,6311.4093,6311.4093 -499.5000,1.0000,7083.4336,75.2880,75.2780,-0.0056,0.0000,6,1202.2399,282.1428,601.4157,-79.8831,35.5213,75.7172,-10.0571,-0.0118,29.8437,0.0000,29.8437,5.6894,29.8437,1.1458,0.0000,28.6978,0.0000,28.6978,8.2145,20.4833,0.0000,20.4833,-0.0103,20.4936,0.0000,7.6194,13.9038,-1.0296,7293.2899,7293.2899,7293.2899 -500.5000,1.0000,7104.3476,75.2905,75.3030,0.0069,0.0000,6,1202.2798,309.6491,620.5498,-79.8855,38.9856,78.1287,-10.0578,0.0147,33.3187,0.0000,33.3187,5.6522,33.3187,1.2154,0.0000,32.1033,0.0000,32.1033,8.2148,23.8885,0.0000,23.8885,0.0129,23.8756,0.0000,8.6842,13.9043,1.2871,7945.9286,7945.9286,7945.9286 -501.5000,1.0000,7125.2594,75.2825,75.2620,-0.0114,0.0000,6,1202.1521,315.3834,632.6499,-79.8779,39.7033,79.6437,-10.0558,-0.0242,32.0314,0.0000,32.0314,7.6961,32.0314,1.1895,0.0000,30.8419,0.0000,30.8419,8.2139,22.6280,0.0000,22.6280,-0.0211,22.6491,0.0000,10.8569,13.9028,-2.1106,8081.6113,8081.6113,8081.6113 -502.5000,1.0000,7146.1716,75.2840,75.3060,0.0122,0.0000,6,1202.1760,373.2148,635.6179,-79.8793,46.9846,80.0189,-10.0561,0.0259,39.2896,0.0000,39.2896,7.6690,39.2896,1.3347,0.0000,37.9549,0.0000,37.9549,8.2141,29.7408,0.0000,29.7408,0.0227,29.7182,0.0000,13.5500,13.9031,2.2651,9458.7363,9458.7363,9458.7363 -503.5000,1.0000,7167.0848,75.2875,75.2690,-0.0103,0.0000,6,1202.2319,357.9193,661.3469,-79.8827,45.0611,83.2619,-10.0570,-0.0218,37.3846,0.0000,37.3846,7.6984,37.3846,1.2967,0.0000,36.0879,0.0000,36.0879,8.2145,27.8735,0.0000,27.8735,-0.0191,27.8925,0.0000,15.8936,13.9037,-1.9048,9094.9236,9094.9236,9094.9236 -504.5000,1.0000,7188.0108,75.3335,75.3980,0.0358,0.0000,6,1202.9665,473.8160,655.2214,-79.9262,59.6887,82.5411,-10.0687,0.0761,51.9718,0.0000,51.9718,7.6408,51.9718,1.5889,0.0000,50.3829,0.0000,50.3829,8.2195,42.1634,0.0000,42.1634,0.0666,42.0968,0.0000,21.5394,13.9122,6.6451,11894.8611,11894.8611,11894.8611 -505.5000,1.0000,7208.9733,75.4650,75.5320,0.0372,0.0000,6,1205.0663,458.9490,707.4648,-80.0508,57.9167,89.2780,-10.1019,0.0792,50.1817,0.0000,50.1817,7.6558,50.1817,1.5546,0.0000,48.6271,0.0000,48.6271,8.2338,40.3933,0.0000,40.3933,0.0693,40.3240,0.0000,19.4728,13.9365,6.9148,11552.5040,11552.5040,11552.5040 -506.5000,1.0000,7229.9599,75.5520,75.5720,0.0111,0.0000,6,1206.4556,436.2912,700.6815,-80.1331,55.1209,88.5239,-10.1240,0.0237,47.3957,0.0000,47.3957,7.7015,47.3957,1.4999,0.0000,45.8959,0.0000,45.8959,8.2433,37.6526,0.0000,37.6526,0.0207,37.6319,0.0000,21.6128,13.9526,2.0665,11015.4576,11015.4576,11015.4576 -507.5000,1.0000,7250.9618,75.6065,75.6410,0.0192,0.0000,6,1207.3259,507.1799,690.8281,-80.1848,64.1232,87.3420,-10.1378,0.0408,56.4335,0.0000,56.4335,7.6488,56.4335,1.6812,0.0000,54.7523,0.0000,54.7523,8.2493,46.5030,0.0000,46.5030,0.0357,46.4673,0.0000,28.9374,13.9627,3.5673,12751.5573,12751.5573,12751.5573 -508.5000,1.0000,7271.9729,75.6400,75.6390,-0.0006,0.0000,6,1207.8608,532.8495,722.5021,-80.2165,67.3985,91.3870,-10.1463,-0.0012,59.7049,0.0000,59.7049,7.6948,59.7049,1.7470,0.0000,57.9578,0.0000,57.9578,8.2529,49.7049,0.0000,49.7049,-0.0010,49.7060,0.0000,35.8406,13.9688,-0.1034,13372.6179,13372.6179,13372.6179 -509.5000,1.0000,7293.0066,75.7215,75.8040,0.0458,0.0000,6,1209.1623,611.3566,734.7148,-80.2937,77.4119,93.0319,-10.1670,0.0978,71.5745,0.0000,71.5745,5.7396,71.5745,1.9854,0.0000,69.5892,0.0000,69.5892,8.2618,61.3274,0.0000,61.3274,0.0856,61.2418,0.0000,38.7145,13.9839,8.5434,15265.7468,15265.7468,15265.7468 -510.5000,1.0000,7314.0854,75.8835,75.9630,0.0442,0.0000,6,1211.7492,577.9313,769.8162,-80.4471,73.3361,97.6851,-10.2083,0.0945,67.4812,0.0000,67.4812,5.7604,67.4812,1.9053,0.0000,65.5759,0.0000,65.5759,8.2795,57.2964,0.0000,57.2964,0.0826,57.2138,0.0000,34.9496,14.0138,8.2503,14493.6917,14493.6917,14493.6917 -511.5000,1.0000,7335.2184,76.0790,76.1950,0.0644,0.0000,6,1214.8710,602.8577,755.3487,-80.6323,76.6962,96.0962,-10.2581,0.1382,70.7081,0.0000,70.7081,5.8499,70.7081,1.9721,0.0000,68.7360,0.0000,68.7360,8.3008,60.4352,0.0000,60.4352,0.1209,60.3143,0.0000,34.1951,14.0499,12.0692,15137.2806,15137.2806,15137.2806 -512.5000,1.0000,7356.3943,76.2330,76.2710,0.0211,0.0000,6,1217.3302,570.7610,766.2061,-80.7781,72.7598,97.6748,-10.2975,0.0454,66.8938,0.0000,66.8938,5.8206,66.8938,1.8975,0.0000,64.9962,0.0000,64.9962,8.3176,56.6786,0.0000,56.6786,0.0397,56.6389,0.0000,38.5988,14.0783,3.9617,14379.1762,14379.1762,14379.1762 -513.5000,1.0000,7377.5966,76.3285,76.3860,0.0319,0.0000,6,1218.8552,611.8393,752.4019,-80.8685,78.0941,96.0352,-10.3219,0.0687,72.2140,0.0000,72.2140,5.8113,72.2140,2.0050,0.0000,70.2090,0.0000,70.2090,8.3280,61.8809,0.0000,61.8809,0.0601,61.8208,0.0000,41.7226,14.0960,6.0022,15387.6397,15387.6397,15387.6397 -514.5000,1.0000,7398.8397,76.4750,76.5640,0.0494,0.0000,6,1221.1946,635.5834,770.9692,-81.0073,81.2804,98.5940,-10.3595,0.1066,75.3934,0.0000,75.3934,5.7805,75.3934,2.0703,0.0000,73.3231,0.0000,73.3231,8.3440,64.9791,0.0000,64.9791,0.0932,64.8858,0.0000,41.4546,14.1230,9.3082,15955.7683,15955.7683,15955.7683 -515.5000,1.0000,7420.1183,76.6030,76.6420,0.0217,0.0000,6,1223.2385,606.1768,781.3612,-81.1285,77.6496,100.0902,-10.3923,0.0468,71.7607,0.0000,71.7607,5.8420,71.7607,1.9991,0.0000,69.7616,0.0000,69.7616,8.3580,61.4036,0.0000,61.4036,0.0409,61.3627,0.0000,43.1303,14.1467,4.0857,15308.6789,15308.6789,15308.6789 -516.5000,1.0000,7441.4176,76.6775,76.7130,0.0197,0.0000,6,1224.4282,627.4269,768.5658,-81.1991,80.4498,98.5469,-10.4115,0.0426,74.5691,0.0000,74.5691,5.8381,74.5691,2.0561,0.0000,72.5130,0.0000,72.5130,8.3661,64.1469,0.0000,64.1469,0.0373,64.1096,0.0000,46.2265,14.1604,3.7227,15806.7915,15806.7915,15806.7915 -517.5000,1.0000,7462.6927,76.5905,76.4680,-0.0681,0.0000,6,1223.0389,541.4711,777.2485,-81.1167,69.3496,99.5471,-10.3891,-0.1469,63.6312,0.0000,63.6312,5.8654,63.6312,1.8364,0.0000,61.7948,0.0000,61.7948,8.3566,53.4382,0.0000,53.4382,-0.1285,53.5667,0.0000,52.2535,14.1444,-12.8312,13735.5482,13735.5482,13735.5482 -518.5000,1.0000,7483.8573,76.1925,75.9170,-0.1531,0.0000,6,1216.6834,370.1879,737.9666,-80.7397,47.1659,94.0249,-10.2871,-0.3287,41.7154,0.0000,41.7154,5.7793,41.7154,1.3935,0.0000,40.3219,0.0000,40.3219,8.3132,32.0087,0.0000,32.0087,-0.2875,32.2962,0.0000,46.9325,14.0709,-28.7072,9483.2868,9483.2868,9483.2868 -519.5000,1.0000,7504.8687,75.6410,75.3650,-0.1533,0.0000,6,1207.8768,378.6984,659.7621,-80.2174,47.9010,83.4524,-10.1466,-0.3269,42.5041,0.0000,42.5041,5.7239,42.5041,1.4030,0.0000,41.1010,0.0000,41.1010,8.2530,32.8480,0.0000,32.8480,-0.2860,33.1339,0.0000,47.7160,13.9690,-28.5511,9627.2692,9627.2692,9627.2692 -520.5000,1.0000,7525.7337,75.1140,74.8630,-0.1394,0.0000,6,1199.4614,428.8071,662.4043,-79.7182,53.8613,83.2028,-10.0132,-0.2952,48.3979,0.0000,48.3979,5.7587,48.3979,1.5150,0.0000,46.8829,0.0000,46.8829,8.1955,38.6874,0.0000,38.6874,-0.2582,38.9456,0.0000,50.8580,13.8717,-25.7841,10774.2355,10774.2355,10774.2355 -521.5000,1.0000,7546.4498,74.5780,74.2930,-0.1583,0.0000,6,1190.9022,388.2977,683.5957,-79.2076,48.4250,85.2519,-9.8781,-0.3328,43.0879,0.0000,43.0879,5.6699,43.0879,1.4028,0.0000,41.6852,0.0000,41.6852,8.1370,33.5481,0.0000,33.5481,-0.2911,33.8392,0.0000,49.1343,13.7727,-29.0678,9731.5408,9731.5408,9731.5408 -522.5000,1.0000,7567.0279,74.0810,73.8690,-0.1178,0.0000,6,1182.9659,420.1416,664.2140,-78.7342,52.0471,82.2828,-9.7536,-0.2459,46.6589,0.0000,46.6589,5.6341,46.6589,1.4686,0.0000,45.1903,0.0000,45.1903,8.0828,37.1075,0.0000,37.1075,-0.2151,37.3226,0.0000,45.1199,13.6809,-21.4783,10396.7637,10396.7637,10396.7637 -523.5000,1.0000,7587.4786,73.6225,73.3760,-0.1369,0.0000,6,1175.6443,362.2945,677.2816,-78.2974,44.6032,83.3823,-9.6394,-0.2842,39.2552,0.0000,39.2552,5.6322,39.2552,1.3154,0.0000,37.9398,0.0000,37.9398,8.0328,29.9070,0.0000,29.9070,-0.2486,30.1556,0.0000,41.3783,13.5963,-24.8190,8991.9434,8991.9434,8991.9434 -524.5000,1.0000,7607.7991,73.1540,72.9320,-0.1233,0.0000,6,1168.1630,366.0059,649.4306,-77.8511,44.7734,79.4447,-9.5235,-0.2543,39.4439,0.0000,39.4439,5.5838,39.4439,1.3140,0.0000,38.1299,0.0000,38.1299,7.9817,30.1482,0.0000,30.1482,-0.2224,30.3706,0.0000,39.0709,13.5097,-22.2100,9021.2465,9021.2465,9021.2465 -525.5000,1.0000,7627.9965,72.7105,72.4890,-0.1231,0.0000,6,1161.0810,352.0530,649.8591,-77.4287,42.8055,79.0151,-9.4144,-0.2522,37.4951,0.0000,37.4951,5.5625,37.4951,1.2702,0.0000,36.2250,0.0000,36.2250,7.9333,28.2917,0.0000,28.2917,-0.2206,28.5123,0.0000,37.1100,13.4278,-22.0256,8633.1162,8633.1162,8633.1162 -526.5000,1.0000,7648.0445,72.1730,71.8570,-0.1756,0.0000,6,1152.4979,227.2832,641.1381,-76.9167,27.4307,77.3785,-9.2830,-0.3571,22.2795,0.0000,22.2795,5.5083,22.2795,0.9600,0.0000,21.3196,0.0000,21.3196,7.8746,13.4449,0.0000,13.4449,-0.3124,13.7573,0.0000,31.6190,13.3286,-31.1902,5706.0725,5706.0725,5706.0725 -527.5000,1.0000,7667.9538,71.6735,71.4900,-0.1019,0.0000,6,1144.5216,354.0869,582.0503,-76.4409,42.4387,69.7611,-9.1617,-0.2060,37.1589,0.0000,37.1589,5.4858,37.1589,1.2521,0.0000,35.9068,0.0000,35.9068,7.8201,28.0867,0.0000,28.0867,-0.1801,28.2668,0.0000,33.0172,13.2363,-17.9867,8550.8068,8550.8068,8550.8068 -528.5000,1.0000,7687.7534,71.2785,71.0670,-0.1175,0.0000,6,1138.2140,355.3160,640.2427,-76.0646,42.3514,76.3128,-9.0664,-0.2361,37.1293,0.0000,37.1293,5.4582,37.1293,1.2472,0.0000,35.8821,0.0000,35.8821,7.7770,28.1050,0.0000,28.1050,-0.2065,28.3115,0.0000,35.7651,13.1634,-20.6170,8530.2746,8530.2746,8530.2746 -529.5000,1.0000,7707.4469,70.8965,70.7260,-0.0947,0.0000,6,1132.1140,357.1911,640.1197,-75.7007,42.3467,75.8892,-8.9747,-0.1893,37.1515,0.0000,37.1515,5.3844,37.1515,1.2435,0.0000,35.9080,0.0000,35.9080,7.7354,28.1726,0.0000,28.1726,-0.1656,28.3382,0.0000,31.7766,13.0928,-16.5313,8526.7609,8526.7609,8526.7609 -530.5000,1.0000,7727.0579,70.5995,70.4730,-0.0703,0.0000,6,1127.3714,434.2317,640.4027,-75.4178,51.2645,75.6047,-8.9037,-0.1399,46.0033,0.0000,46.0033,5.4011,46.0033,1.4173,0.0000,44.5859,0.0000,44.5859,7.7030,36.8830,0.0000,36.8830,-0.1223,37.0053,0.0000,36.1811,13.0380,-12.2137,10182.6191,10182.6191,10182.6191 -531.5000,1.0000,7746.5697,70.2425,70.0120,-0.1281,0.0000,6,1121.6706,330.7442,675.3502,-75.0778,38.8496,79.3274,-8.8187,-0.2535,33.6863,0.0000,33.6863,5.4168,33.6863,1.1672,0.0000,32.5191,0.0000,32.5191,7.6640,24.8551,0.0000,24.8551,-0.2218,25.0769,0.0000,34.2474,12.9721,-22.1425,7844.0803,7844.0803,7844.0803 -532.5000,1.0000,7765.9597,69.8040,69.5960,-0.1156,0.0000,6,1114.6684,359.3747,625.1225,-74.6601,41.9490,72.9692,-8.7149,-0.2274,36.8502,0.0000,36.8502,5.3262,36.8502,1.2257,0.0000,35.6245,0.0000,35.6245,7.6162,28.0083,0.0000,28.0083,-0.1989,28.2072,0.0000,35.1725,12.8911,-19.8564,8441.0176,8441.0176,8441.0176 -533.5000,1.0000,7785.2406,69.4115,69.2270,-0.1025,0.0000,6,1108.4007,356.0503,637.9022,-74.2862,41.3273,74.0422,-8.6225,-0.2005,36.2053,0.0000,36.2053,5.3226,36.2053,1.2087,0.0000,34.9966,0.0000,34.9966,7.5733,27.4233,0.0000,27.4233,-0.1754,27.5987,0.0000,32.2940,12.8186,-17.5140,8312.3803,8312.3803,8312.3803 -534.5000,1.0000,7804.4309,69.0850,68.9430,-0.0789,0.0000,6,1103.1870,401.1603,635.6614,-73.9752,46.3442,73.4351,-8.5460,-0.1536,41.1788,0.0000,41.1788,5.3191,41.1788,1.3047,0.0000,39.8741,0.0000,39.8741,7.5377,32.3364,0.0000,32.3364,-0.1344,32.4708,0.0000,33.1286,12.7583,-13.4162,9340.5078,9340.5078,9340.5078 -535.5000,1.0000,7823.5776,68.9280,68.9130,-0.0083,0.0000,6,1100.6799,495.6987,657.6940,-73.8256,57.1357,75.8077,-8.5094,-0.0162,51.8248,0.0000,51.8248,5.3270,51.8248,1.5159,0.0000,50.3089,0.0000,50.3089,7.5206,42.7883,0.0000,42.7883,-0.0142,42.8025,0.0000,31.4872,12.7293,-1.4140,11390.7311,11390.7311,11390.7311 -536.5000,1.0000,7842.7316,68.9545,68.9960,0.0231,0.0000,6,1101.1031,546.1479,703.0463,-73.8509,62.9748,81.0663,-8.5155,0.0448,57.6069,0.0000,57.6069,5.3231,57.6069,1.6318,0.0000,55.9751,0.0000,55.9751,7.5235,48.4516,0.0000,48.4516,0.0392,48.4124,0.0000,31.7647,12.7342,3.9135,12436.9328,12436.9328,12436.9328 -537.5000,1.0000,7861.9641,69.2368,69.4776,0.1338,0.0000,6,1105.6108,728.5108,728.5108,-74.1198,84.3465,84.3465,-8.5815,0.2611,78.8025,0.0000,78.8025,5.2833,78.8025,2.0587,0.0000,76.7438,0.0000,76.7438,7.5543,69.1895,0.0000,69.1895,0.2284,68.9611,0.0000,33.3750,12.7863,22.7998,16502.1884,16502.1884,16502.1884 -538.5000,1.0000,7881.3359,69.7388,70.0000,0.1451,0.0000,6,1113.6271,765.8682,814.8116,-74.5980,89.3146,95.0223,-8.6995,0.2853,83.6932,0.0000,83.6932,5.3362,83.6932,2.1619,0.0000,81.5313,0.0000,81.5313,7.6306,73.9007,0.0000,73.9007,0.2495,73.6511,0.0000,35.8593,12.8790,24.9128,17448.7468,17448.7468,17448.7468 -539.5000,1.0000,7900.8671,70.3120,70.6240,0.1733,0.0000,6,1122.7804,814.7975,833.0511,-75.1440,95.8017,97.9479,-8.8352,0.3435,90.1003,0.0000,90.1003,5.3578,90.1003,2.2962,0.0000,87.8041,0.0000,87.8041,7.7774,80.0268,0.0000,80.0268,0.3005,79.7263,0.0000,36.7401,12.9849,30.0013,18700.7698,18700.7698,18700.7698 -540.5000,1.0000,7920.5566,70.8825,71.1410,0.1436,0.0000,6,1131.8905,739.9199,856.0639,-75.6874,87.7037,101.4704,-8.9713,0.2869,81.9947,0.0000,81.9947,5.4221,81.9947,2.1402,0.0000,79.8544,0.0000,79.8544,7.7338,72.1206,0.0000,72.1206,0.2510,71.8696,0.0000,33.7208,13.0902,25.0586,17105.4118,17105.4118,17105.4118 -541.5000,1.0000,7940.3723,71.3365,71.5320,0.1086,0.0000,6,1139.1402,707.9625,821.7726,-76.1199,84.4532,98.0296,-9.0804,0.2184,78.8395,0.0000,78.8395,5.3953,78.8395,2.0820,0.0000,76.7574,0.0000,76.7574,7.7834,68.9741,0.0000,68.9741,0.1910,68.7830,0.0000,36.5361,13.1741,19.0728,16531.9290,16531.9290,16531.9290 -542.5000,1.0000,7960.2986,71.7345,71.9370,0.1125,0.0000,6,1145.4957,710.4089,807.7445,-76.4990,85.2178,96.8938,-9.1765,0.2275,79.6175,0.0000,79.6175,5.3729,79.6175,2.1019,0.0000,77.5155,0.0000,77.5155,7.8268,69.6887,0.0000,69.6887,0.1990,69.4898,0.0000,36.3762,13.2476,19.8660,16666.4200,16666.4200,16666.4200 -543.5000,1.0000,7980.3252,72.0960,72.2550,0.0883,0.0000,6,1151.2683,701.7010,809.1735,-76.8433,84.5974,97.5544,-9.2643,0.1795,78.9584,0.0000,78.9584,5.4595,78.9584,2.0927,0.0000,76.8657,0.0000,76.8657,7.8662,68.9995,0.0000,68.9995,0.1570,68.8425,0.0000,39.8510,13.3143,15.6771,16566.4826,16566.4826,16566.4826 -544.5000,1.0000,8000.4332,72.3885,72.5220,0.0742,0.0000,6,1155.9391,681.7319,805.6462,-77.1220,82.5234,97.5232,-9.3356,0.1513,76.8770,0.0000,76.8770,5.4951,76.8770,2.0543,0.0000,74.8227,0.0000,74.8227,7.8982,66.9245,0.0000,66.9245,0.1324,66.7922,0.0000,40.2076,13.3684,13.2162,16177.7146,16177.7146,16177.7146 -545.5000,1.0000,8020.5979,72.5930,72.6640,0.0394,0.0000,6,1159.2047,616.6959,796.5946,-77.3168,74.8617,96.6999,-9.3856,0.0807,69.2753,0.0000,69.2753,5.5058,69.2753,1.9045,0.0000,67.3708,0.0000,67.3708,7.9205,59.4503,0.0000,59.4503,0.0706,59.3797,0.0000,38.9249,13.4061,7.0487,14748.4520,14748.4520,14748.4520 -546.5000,1.0000,8040.8055,72.7475,72.8310,0.0464,0.0000,6,1161.6718,646.6519,767.1232,-77.4639,78.6652,93.3205,-9.4235,0.0951,73.0582,0.0000,73.0582,5.5118,73.0582,1.9818,0.0000,71.0764,0.0000,71.0764,7.9373,63.1391,0.0000,63.1391,0.0832,63.0559,0.0000,41.3139,13.4347,8.3073,15454.3652,15454.3652,15454.3652 -547.5000,1.0000,8061.0339,72.8220,72.8130,-0.0050,0.0000,6,1162.8615,538.7039,780.6340,-77.5349,65.6004,95.0614,-9.4418,-0.0103,60.1116,0.0000,60.1116,5.4991,60.1116,1.7237,0.0000,58.3878,0.0000,58.3878,7.9455,50.4424,0.0000,50.4424,-0.0090,50.4514,0.0000,37.8993,13.4484,-0.8963,12986.8275,12986.8275,12986.8275 -548.5000,1.0000,8081.2615,72.8195,72.8260,0.0036,0.0000,6,1162.8215,555.3552,731.1518,-77.5325,67.6258,89.0326,-9.4412,0.0074,62.1064,0.0000,62.1064,5.5120,62.1064,1.7636,0.0000,60.3428,0.0000,60.3428,7.9452,52.3976,0.0000,52.3976,0.0065,52.3911,0.0000,38.2959,13.4480,0.6473,13385.6471,13385.6471,13385.6471 -549.5000,1.0000,8101.4875,72.8135,72.8010,-0.0069,0.0000,6,1162.7257,538.5506,738.6894,-77.5268,65.5741,89.9431,-9.4397,-0.0143,60.0410,0.0000,60.0410,5.5474,60.0410,1.7222,0.0000,58.3188,0.0000,58.3188,7.9445,50.3743,0.0000,50.3743,-0.0125,50.3867,0.0000,38.1846,13.4469,-1.2447,12981.5253,12981.5253,12981.5253 -550.5000,1.0000,8121.6590,72.6175,72.4340,-0.1019,0.0000,6,1159.5959,412.1369,729.6873,-77.3401,50.0469,88.6078,-9.3916,-0.2087,44.7379,0.0000,44.7379,5.5176,44.7379,1.4140,0.0000,43.3239,0.0000,43.3239,7.9231,35.4007,0.0000,35.4007,-0.1825,35.5832,0.0000,40.3962,13.4107,-18.2236,10001.9853,10001.9853,10001.9853 -551.5000,1.0000,8141.7121,72.1910,71.9480,-0.1350,0.0000,6,1152.7853,369.3173,669.8110,-76.9338,44.5838,80.8592,-9.2874,-0.2747,39.4007,0.0000,39.4007,5.4578,39.4007,1.3026,0.0000,38.0981,0.0000,38.0981,7.8766,30.2215,0.0000,30.2215,-0.2403,30.4618,0.0000,41.1208,13.3319,-23.9909,8978.6859,8978.6859,8978.6859 -552.5000,1.0000,8161.5809,71.5280,71.1080,-0.2333,0.0000,6,1142.1982,235.9672,646.8242,-76.3023,28.2242,77.3671,-9.1266,-0.4704,23.2841,0.0000,23.2841,5.4106,23.2841,0.9730,0.0000,22.3111,0.0000,22.3111,7.8043,14.5068,0.0000,14.5068,-0.4115,14.9183,0.0000,42.7937,13.2095,-41.0849,5846.1584,5846.1584,5846.1584 -553.5000,1.0000,8181.1926,70.6020,70.0960,-0.2811,0.0000,6,1127.4113,110.4353,580.0889,-75.4202,13.0382,68.4866,-8.9043,-0.5594,8.2409,0.0000,8.2409,5.3567,8.2409,0.6621,0.0000,7.5788,0.0000,7.5788,7.7032,-0.1245,0.0000,-0.1245,-0.4893,0.3649,0.0000,36.1831,13.0384,-48.8567,3179.3923,3179.3923,3179.3923 -554.5000,1.0000,8200.5184,69.5730,69.0500,-0.2906,0.0000,6,1110.9796,137.2494,515.7689,-74.4400,15.9678,60.0053,-8.6605,-0.5698,11.2284,0.0000,11.2284,5.3092,11.2284,0.7108,0.0000,10.5175,0.0000,10.5175,7.5910,2.9266,0.0000,2.9266,-0.4984,3.4250,0.0000,40.3387,12.8484,-49.7622,3589.8798,3589.8798,3589.8798 -555.5000,1.0000,8219.5398,68.4770,67.9040,-0.3183,0.0000,6,1093.4781,-39.6803,524.0667,-73.3182,-4.5437,60.0102,-8.3956,-0.6144,-9.1546,0.0000,-9.1546,5.2253,-9.1546,0.7380,0.0000,-9.8925,0.0000,-9.8925,7.4714,-17.3639,0.0000,-17.3639,-0.5374,-16.8265,0.0000,24.1882,12.6460,-53.6607,565.8387,565.8387,565.8387 -556.5000,1.0000,8238.2136,67.2255,66.5470,-0.3769,0.0000,6,1073.4935,-71.8877,430.0907,-71.8877,-8.0813,48.3491,-8.0813,-0.7143,-12.4850,0.0000,-12.4850,5.1180,-12.4850,0.7550,0.0000,-13.2400,0.0000,-13.2400,7.3348,-20.5748,21.9831,-42.5579,-0.6248,-41.9332,1.8988,6.1325,12.4149,-62.3793,0.0000,0.0000,0.0000 -557.5000,1.0000,8256.2715,65.0085,63.4700,-0.8547,0.0000,6,1038.0912,-69.3517,393.5176,-69.3535,-7.5391,42.7788,-7.5393,-1.5662,-11.1749,0.0000,-11.1749,5.2019,-11.1749,0.7135,0.0000,-11.8884,0.0000,-11.8884,7.0929,-18.9813,93.1402,-112.1215,-1.3699,-110.7516,13.8568,0.1672,12.0050,-136.7806,0.0000,0.0000,0.0000 -558.5000,1.0000,8273.3961,61.6485,59.8270,-1.0119,0.0000,6,984.4369,-67.5127,366.7509,-67.5171,-6.9599,37.8083,-6.9603,-1.7584,-10.1586,0.0000,-10.1586,4.9572,-10.1586,0.6613,0.0000,-10.8199,0.0000,-10.8199,6.7263,-17.5462,93.8039,-111.3502,-1.5381,-109.8121,32.3764,0.0000,11.3823,-153.5707,0.0000,0.0000,0.0000 -559.5000,1.0000,8289.3314,57.3670,54.9070,-1.3667,0.0000,6,916.0676,-71.4282,384.2824,-71.4282,-6.8521,36.8644,-6.8521,-2.2099,-9.5408,0.0000,-9.5408,4.8986,-9.5408,0.6032,0.0000,-10.1441,0.0000,-10.1441,6.2592,-16.4032,118.5596,-134.9629,-1.9330,-133.0299,49.3811,0.0000,10.5875,-192.9985,0.0000,0.0000,0.0000 -560.5000,1.0000,8304.2155,53.5830,52.2590,-0.7356,0.0000,6,855.6426,-75.5191,411.4202,-75.5191,-6.7667,36.8644,-6.7667,-1.1109,-10.2101,0.0000,-10.2101,4.5543,-10.2101,0.5657,0.0000,-10.7758,0.0000,-10.7758,5.8463,-16.6221,20.8940,-37.5161,-0.9717,-36.5444,50.5901,0.0000,9.8879,-97.0223,0.0000,0.0000,0.0000 -561.5000,1.0000,8318.2762,50.6185,48.9780,-0.9114,0.0000,6,808.3038,-78.9041,435.5152,-78.9041,-6.6789,36.8644,-6.6789,-1.3004,-9.8754,0.0000,-9.8754,4.4964,-9.8754,0.5288,0.0000,-10.4042,0.0000,-10.4042,5.5229,-15.9270,42.9470,-58.8740,-1.1374,-57.7366,46.4866,0.0000,9.3412,-113.5644,0.0000,0.0000,0.0000 -562.5000,1.0000,8331.4580,47.4545,45.9310,-0.8464,0.0000,6,757.7794,-84.0234,464.5529,-84.0265,-6.6676,36.8644,-6.6679,-1.1321,-9.8422,0.0000,-9.8422,4.3067,-9.8422,0.4936,0.0000,-10.3359,0.0000,-10.3359,5.1777,-15.5135,32.0113,-47.5248,-0.9903,-46.5346,43.5809,0.0000,8.7573,-98.8727,0.0000,0.0000,0.0000 -563.5000,1.0000,8343.7823,44.3675,42.8040,-0.8686,0.0000,6,708.4845,-89.3098,496.8756,-89.3138,-6.6261,36.8644,-6.6264,-1.0863,-9.6679,0.0000,-9.6679,4.1281,-9.6679,0.4589,0.0000,-10.1269,0.0000,-10.1269,4.8408,-14.9677,28.8510,-43.8188,-0.9502,-42.8686,43.8126,0.0000,8.1867,-94.8680,0.0000,0.0000,0.0000 -564.5000,1.0000,8355.2051,41.1220,39.4400,-0.9344,0.0000,0,641.7588,34.4158,548.5373,-96.4707,2.3129,36.8644,-6.4833,-1.6458,0.0000,0.0000,0.0000,3.9587,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.4867,-4.4867,39.5620,-44.0487,-0.9474,-43.1013,43.9044,0.0000,7.5868,-94.5926,1146.8232,1146.8232,1146.8232 -565.5000,1.0000,8365.5571,37.2670,35.0940,-1.2072,0.0000,5,684.8902,-91.8445,513.9928,-91.8445,-6.5872,36.8644,-6.5872,3.5705,-13.4767,0.0000,-13.4767,3.3190,-16.0850,0.3885,0.0000,-16.4734,0.0000,-16.4734,4.0661,-20.5396,41.9652,-62.5048,-1.1092,-61.3956,42.4791,0.0000,6.8746,-110.7493,0.0000,0.0000,0.0000 -566.5000,1.0000,8374.7290,33.0190,30.9440,-1.1528,0.0000,5,724.2657,-87.6157,486.0490,-87.6211,-6.6452,36.8644,-6.6456,-2.0244,-8.8669,0.0000,-8.8669,4.2461,-8.8669,0.3095,0.0000,-9.1765,0.0000,-9.1765,3.6026,-12.7791,34.1223,-46.9014,-0.9385,-45.9629,41.6474,0.0000,6.0895,-93.6998,0.0000,0.0000,0.0000 -567.5000,1.0000,8382.8182,29.1210,27.2980,-1.0128,0.0000,0,639.3755,37.8299,550.5820,-96.7263,2.5329,36.8644,-6.4763,-1.5461,0.0000,0.0000,0.0000,4.0790,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1773,-3.1773,22.0085,-25.1858,-0.7271,-24.4587,42.7756,0.0000,5.3680,-72.6022,1178.4984,1178.4984,1178.4984 -568.5000,1.0000,8389.6951,24.7570,22.2160,-1.4117,0.0000,4,660.6049,-94.4493,532.8883,-94.4493,-6.5338,36.8644,-6.5338,2.4586,-12.2838,0.0000,-12.2838,3.2913,-14.9446,0.5995,0.0000,-15.5441,0.0000,-15.5441,2.7012,-18.2452,20.5342,-38.7794,-0.8617,-37.9178,43.5543,0.0000,4.5598,-86.0319,0.0000,0.0000,0.0000 -569.5000,1.0000,8395.0900,19.4215,16.6270,-1.5525,0.0000,0,660.6049,11.1815,532.8883,-94.4493,0.7735,36.8644,-6.5338,-2.4586,0.0000,0.0000,0.0000,3.2322,0.0000,0.0000,0.0000,0.0004,0.0000,0.0004,2.1190,-2.1187,29.2090,-31.3277,-0.7434,-30.5843,40.0660,0.0000,3.5736,-74.2239,933.6772,933.6772,933.6772 -570.5000,1.0000,8399.0348,14.2015,11.7760,-1.3475,0.0000,2,791.5533,57.1891,538.3988,-80.4039,4.7405,44.6286,-6.6648,9.3114,-8.0425,0.0000,-8.0425,3.4716,-12.0462,0.8440,0.0000,-12.8902,0.0000,-12.8902,1.5495,-14.4397,0.0000,-14.4397,-0.4718,-13.9679,30.5276,0.0000,2.6122,-47.1077,1723.9972,1723.9972,1723.9972 -571.5000,1.0000,8401.8121,9.9980,8.2200,-0.9878,0.0000,2,834.6721,-55.9054,421.7568,-77.0186,-4.8865,36.8644,-6.7319,-7.6084,-0.5891,0.0000,-0.5891,3.3111,-0.5891,0.4545,0.0000,-1.0436,0.0000,-1.0436,1.0909,-2.1345,0.0000,-2.1345,-0.2435,-1.8910,20.5803,0.0000,1.8397,-24.3109,7.6879,7.6879,7.6879 -572.5000,1.0000,8403.7046,6.8130,5.4060,-0.7817,0.0000,0,643.1189,23.0791,547.3772,-96.3248,1.5543,36.8644,-6.4872,-1.7030,0.0000,0.0000,0.0000,3.2573,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.7434,-0.7434,1.4794,-2.2227,-0.1313,-2.0914,9.7622,0.0000,1.2560,-13.1096,1035.6140,1035.6140,1035.6140 -573.5000,1.0000,8405.0357,4.7920,4.1780,-0.3411,0.0000,1,622.7276,76.4590,565.3011,-98.5120,4.9860,36.8644,-6.4242,0.8692,0.9602,-0.0240,0.9842,3.1567,1.1415,0.3478,0.0000,0.7937,0.0000,0.7937,0.5228,0.2708,0.0000,0.2708,-0.0403,0.3111,3.4504,0.0000,0.8846,-4.0239,1546.3830,1546.3830,1546.3830 -574.5000,1.0000,8406.0614,3.6925,3.2070,-0.2697,0.0000,1,644.9499,35.2990,545.8233,-96.1284,2.3841,36.8644,-6.4924,-0.0200,-0.7770,0.1169,-0.8939,3.1811,-0.8939,0.2676,0.0000,-1.1615,0.0000,-1.1615,0.4029,-1.5644,0.0000,-1.5644,-0.0246,-1.5398,0.2300,0.0000,0.6819,-2.4517,1158.5203,1158.5203,1158.5203 -575.5000,1.0000,8406.7740,2.5655,1.9240,-0.3564,0.0000,1,644.4444,49.2722,546.2513,-96.1827,3.3252,36.8644,-6.4910,0.0000,-1.0045,0.3349,-1.3394,4.3297,-1.3394,0.1802,0.0000,-1.5196,0.0000,-1.5196,0.2799,-1.7995,0.0000,-1.7995,-0.0225,-1.7770,0.0000,0.0000,0.4738,-2.2507,1296.6696,1296.6696,1296.6696 -576.5000,1.0000,8407.1604,1.3910,0.8580,-0.2961,0.0000,1,644.4444,58.7526,546.2513,-96.1827,3.9650,36.8644,-6.4910,0.0000,-0.3251,0.2020,-0.5271,4.2901,-0.5271,0.0884,0.0000,-0.6154,0.0000,-0.6154,0.1518,-0.7672,0.0000,-0.7672,-0.0102,-0.7571,0.0000,0.0000,0.2569,-1.0139,1390.7145,1390.7145,1390.7145 -577.5000,1.0000,8407.2822,0.4385,0.0190,-0.2331,0.0000,1,644.4444,64.3719,546.2513,-96.1827,4.3442,36.8644,-6.4910,0.0000,-0.0043,0.0956,-0.0999,4.3485,-0.0999,0.0253,0.0000,-0.1253,0.0000,-0.1253,0.0478,-0.1731,0.0000,-0.1731,-0.0025,-0.1706,0.0000,0.0000,0.0810,-0.2516,1446.4579,1446.4579,1446.4579 -578.5000,1.0000,8407.2848,0.0095,0.0000,-0.0053,0.0000,0,644.4444,63.0619,546.2513,-96.1827,4.2558,36.8644,-6.4910,0.0000,0.0000,-0.0031,0.0031,4.2558,0.0031,0.0005,0.0000,0.0027,0.0000,0.0027,0.0010,0.0016,0.0000,0.0016,0.0000,0.0016,0.0000,0.0000,0.0018,-0.0001,1433.4627,1433.4627,1433.4627 -579.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,622.2222,53.2227,565.7603,-98.5662,3.4679,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,4.3171,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1315.4140,1315.4140,1315.4140 -580.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.6491,586.7144,-100.9497,4.3762,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3762,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1457.9188,1457.9188,1457.9188 -581.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.1008,586.7144,-100.9497,4.2789,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2789,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1442.5597,1442.5597,1442.5597 -582.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.3683,586.7144,-100.9497,4.2957,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2957,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1445.2137,1445.2137,1445.2137 -583.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.5865,586.7144,-100.9497,4.3094,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3094,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1447.3782,1447.3782,1447.3782 -584.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,51.4670,586.7144,-100.9497,3.2338,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.2338,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1277.5526,1277.5526,1277.5526 -585.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,51.6844,586.7144,-100.9497,3.2474,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.2474,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1279.7096,1279.7096,1279.7096 -586.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.0564,586.7144,-100.9497,4.3389,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3389,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1452.0394,1452.0394,1452.0394 -587.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.5274,586.7144,-100.9497,4.3057,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3057,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1446.7921,1446.7921,1446.7921 -588.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.6935,586.7144,-100.9497,4.3161,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3161,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1448.4392,1448.4392,1448.4392 -589.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.5703,586.7144,-100.9497,4.3712,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3712,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1457.1372,1457.1372,1457.1372 -590.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.2578,586.7144,-100.9497,4.2888,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2888,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1444.1175,1444.1175,1444.1175 -591.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.7658,586.7144,-100.9497,4.3207,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3207,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1449.1572,1449.1572,1449.1572 -592.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,67.9366,586.7144,-100.9497,4.2686,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1440.9313,1440.9313,1440.9313 -593.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,67.7700,586.7144,-100.9497,4.2581,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2581,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1439.2783,1439.2783,1439.2783 -594.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,66.8752,586.7144,-100.9497,4.2019,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1430.4016,1430.4016,1430.4016 -595.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,66.1217,586.7144,-100.9497,4.1545,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1545,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1422.9271,1422.9271,1422.9271 -596.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,67.0160,586.7144,-100.9497,4.2107,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2107,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1431.7987,1431.7987,1431.7987 -597.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,66.2350,586.7144,-100.9497,4.1617,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1617,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1424.0511,1424.0511,1424.0511 -598.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,66.5767,586.7144,-100.9497,4.1831,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1831,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1427.4406,1427.4406,1427.4406 -599.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.2156,586.7144,-100.9497,4.3489,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3489,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1453.6190,1453.6190,1453.6190 -600.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.1680,586.7144,-100.9497,4.3460,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3460,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1453.1469,1453.1469,1453.1469 -601.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.8652,586.7144,-100.9497,4.3269,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3269,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1450.1432,1450.1432,1450.1432 -602.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,70.1832,586.7144,-100.9497,4.4097,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.4097,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1463.2178,1463.2178,1463.2178 -603.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,52.1706,586.7144,-100.9497,3.2780,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.2780,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1284.5325,1284.5325,1284.5325 -604.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,50.1697,586.7144,-100.9497,3.1523,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1523,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1264.6831,1264.6831,1264.6831 -605.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,51.7931,586.7144,-100.9497,3.2543,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.2543,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1280.7874,1280.7874,1280.7874 -606.5000,1.0000,8407.2848,0.0000,0.0000,0.0000,0.0000,0,600.0000,50.4300,586.7144,-100.9497,3.1686,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1267.2659,1267.2659,1267.2659 -607.5000,1.0000,8407.2857,0.0030,0.0060,0.0017,0.0000,1,600.0000,51.0711,586.7144,-100.9497,3.2089,36.8644,-6.3429,0.0000,0.0000,-0.0013,0.0013,3.2089,0.0013,0.0001,0.0000,0.0012,0.0000,0.0012,0.0003,0.0009,0.0000,0.0009,0.0000,0.0009,0.0000,0.0003,0.0006,0.0000,1273.6257,1273.6257,1273.6257 -608.5000,1.0000,8407.2871,0.0050,0.0040,-0.0006,0.0000,1,622.2222,61.9769,565.7603,-98.5662,4.0384,36.8644,-6.4225,0.8491,0.0018,-0.0005,0.0023,3.1875,0.0023,0.0002,0.0000,0.0020,0.0000,0.0020,0.0005,0.0015,0.0000,0.0015,0.0000,0.0015,0.0000,0.0006,0.0009,0.0000,1402.2556,1402.2556,1402.2556 -609.5000,1.0000,8407.2880,0.0020,0.0030,-0.0003,0.0000,1,644.4444,46.7491,546.2513,-96.1827,3.1549,36.8644,-6.4910,0.0000,0.0000,-0.0009,0.0009,3.1549,0.0009,0.0001,0.0000,0.0008,0.0000,0.0008,0.0002,0.0006,0.0000,0.0006,0.0000,0.0006,0.0000,0.0003,0.0004,0.0000,1271.6404,1271.6404,1271.6404 -610.5000,1.0000,8407.2891,0.0000,0.0050,0.0006,0.0000,1,644.4444,47.6382,546.2513,-96.1827,3.2149,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2149,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1280.4599,1280.4599,1280.4599 -611.5000,1.0000,8407.2908,0.0000,0.0070,0.0006,0.0000,1,644.4444,46.8986,546.2513,-96.1827,3.1650,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.1235,1273.1235,1273.1235 -612.5000,1.0000,8407.2929,0.0000,0.0080,0.0003,0.0000,1,644.4444,46.6270,546.2513,-96.1827,3.1467,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1467,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1270.4289,1270.4289,1270.4289 -613.5000,1.0000,8407.2951,0.0000,0.0080,0.0000,0.0000,0,644.4444,46.9732,546.2513,-96.1827,3.1700,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1700,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.8633,1273.8633,1273.8633 -614.5000,1.0000,8407.2973,0.0000,0.0080,0.0000,0.0000,0,622.2222,35.6337,565.7603,-98.5662,2.3219,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1140.9311,1140.9311,1140.9311 -615.5000,1.0000,8407.2996,0.0000,0.0080,0.0000,0.0000,0,600.0000,50.6540,586.7144,-100.9497,3.1827,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1827,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1269.4873,1269.4873,1269.4873 -616.5000,1.0000,8407.3018,0.0000,0.0080,0.0000,0.0000,0,600.0000,50.8109,586.7144,-100.9497,3.1925,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1271.0442,1271.0442,1271.0442 -617.5000,1.0000,8407.3040,0.0000,0.0080,0.0000,0.0000,0,600.0000,52.1735,586.7144,-100.9497,3.2782,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.2782,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1284.5608,1284.5608,1284.5608 -618.5000,1.0000,8407.3062,0.0000,0.0080,0.0000,0.0000,0,600.0000,50.0069,586.7144,-100.9497,3.1420,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.0680,1263.0680,1263.0680 -619.5000,1.0000,8407.3090,0.0020,0.0120,0.0011,0.0000,1,600.0000,49.4747,586.7144,-100.9497,3.1086,36.8644,-6.3429,0.0000,0.0000,-0.0010,0.0010,3.1086,0.0010,0.0001,0.0000,0.0009,0.0000,0.0009,0.0002,0.0006,0.0000,0.0006,0.0000,0.0006,0.0000,0.0003,0.0004,0.0000,1257.7892,1257.7892,1257.7892 -620.5000,1.0000,8407.3121,0.0020,0.0100,-0.0006,0.0000,1,622.2222,60.0700,565.7603,-98.5662,3.9141,36.8644,-6.4225,0.8491,0.0000,-0.0010,0.0010,3.0650,0.0010,0.0001,0.0000,0.0009,0.0000,0.0009,0.0002,0.0007,0.0000,0.0007,0.0000,0.0007,0.0000,0.0004,0.0004,0.0000,1383.3393,1383.3393,1383.3393 -621.5000,1.0000,8407.3358,0.0755,0.1610,0.0419,0.0000,1,644.4444,46.8083,546.2513,-96.1827,3.1589,36.8644,-6.4910,0.0000,0.0839,0.0420,0.0420,3.0750,0.0420,0.0036,0.0000,0.0383,0.0000,0.0383,0.0082,0.0301,0.0000,0.0301,0.0001,0.0300,0.0000,0.0083,0.0139,0.0078,1272.2277,1272.2277,1272.2277 -622.5000,1.0000,8407.6258,1.0340,1.9270,0.4906,0.0000,1,644.4444,91.7831,546.2513,-96.1827,6.1941,36.8644,-6.4910,0.0000,3.2091,1.4782,1.7310,2.9849,1.7310,0.0709,0.0000,1.6601,0.0000,1.6601,0.1199,1.5402,0.0000,1.5402,0.0125,1.5277,0.0000,0.0881,0.1910,1.2486,1774.8185,1774.8185,1774.8185 -623.5000,1.0000,8408.5008,3.1400,4.3730,0.6794,0.0000,1,645.9562,189.9810,544.9729,-96.0205,12.8511,36.8644,-6.4952,0.0600,9.8086,2.7329,7.0757,2.9826,7.0757,0.2812,0.0000,6.7944,0.0000,6.7944,0.3904,6.4040,0.0000,6.4040,0.0526,6.3514,0.0000,0.5197,0.5799,5.2519,2934.3749,2934.3749,2934.3749 -624.5000,1.0000,8409.8022,4.6750,4.9970,0.1733,0.0000,1,689.9681,147.6365,510.2100,-91.2998,10.6672,36.8644,-6.5967,1.8008,4.5372,0.0219,4.5153,4.3293,4.5153,0.3304,0.0000,4.1849,0.0000,4.1849,0.5101,3.6748,0.0000,3.6748,0.0200,3.6548,0.0000,0.7967,0.8634,1.9948,2561.8253,2561.8253,2561.8253 -625.5000,1.0000,8411.2973,5.3725,5.7680,0.2142,0.0000,1,789.0888,154.6674,459.4976,-80.6682,12.7807,37.9698,-6.6659,2.7438,5.7924,0.0000,5.7924,4.2446,5.7924,0.4086,0.0000,5.3838,0.0000,5.3838,0.5862,4.7976,0.0000,4.7976,0.0284,4.7692,0.0000,0.9446,0.9922,2.8324,3018.8768,3018.8768,3018.8768 -626.5000,1.0000,8412.8587,5.6110,5.4740,-0.0817,0.0000,1,824.1186,43.6346,427.1577,-77.7733,3.7657,36.8644,-6.7120,-1.0927,1.7260,0.0000,1.7260,3.1324,1.7260,0.4239,0.0000,1.3021,0.0000,1.3021,0.6122,0.6899,0.0000,0.6899,-0.0113,0.7012,0.0000,0.7930,1.0362,-1.1280,1566.3346,1566.3346,1566.3346 -627.5000,1.0000,8414.3600,5.3945,5.3350,-0.0386,0.0000,1,792.3200,69.9860,444.3011,-80.3217,5.8068,36.8644,-6.6644,-0.4967,2.1063,0.0000,2.1063,4.1973,2.1063,0.3978,0.0000,1.7084,0.0000,1.7084,0.5886,1.1198,0.0000,1.1198,-0.0051,1.1250,0.0000,0.6415,0.9962,-0.5127,1904.7633,1904.7633,1904.7633 -628.5000,1.0000,8415.8183,5.2400,5.1650,-0.0472,0.0000,1,769.6278,69.7007,457.4012,-82.7556,5.6175,36.8644,-6.6697,-0.5901,2.0495,0.0000,2.0495,4.1581,2.0495,0.3828,0.0000,1.6667,0.0000,1.6667,0.5717,1.0950,0.0000,1.0950,-0.0061,1.1011,0.0000,0.7425,0.9677,-0.6091,1834.1821,1834.1821,1834.1821 -629.5000,1.0000,8417.3043,5.3395,5.5340,0.1025,0.0000,1,784.2419,115.1299,448.8776,-81.1881,9.4551,36.8644,-6.6676,1.3051,3.9778,0.0000,3.9778,4.1722,3.9778,0.3735,0.0000,3.6043,0.0000,3.6043,0.5826,3.0217,0.0000,3.0217,0.0135,3.0082,0.0000,0.6749,0.9861,1.3473,2483.6312,2483.6312,2483.6312 -630.5000,1.0000,8418.9168,5.7950,6.0760,0.1506,0.0000,1,851.1437,125.8084,461.4385,-75.8408,11.2135,41.1287,-6.7598,2.0805,5.0450,0.0000,5.0450,4.0880,5.0450,0.4276,0.0000,4.6174,0.0000,4.6174,0.6323,3.9851,0.0000,3.9851,0.0215,3.9636,0.0000,0.7457,1.0702,2.1477,2833.1662,2833.1662,2833.1662 -631.5000,1.0000,8420.5882,6.0070,5.9580,-0.0328,0.0000,1,882.2813,63.7479,439.1047,-73.6143,5.8898,40.5699,-6.8014,-0.4695,2.1107,0.0000,2.1107,4.2486,2.1107,0.4618,0.0000,1.6489,0.0000,1.6489,0.6554,0.9935,0.0000,0.9935,-0.0049,0.9983,0.0000,0.3737,1.1093,-0.4847,1888.8680,1888.8680,1888.8680 -632.5000,1.0000,8422.2622,6.0165,6.0950,0.0381,0.0000,1,883.6766,82.1261,426.7170,-73.5145,7.5998,39.4877,-6.8029,0.5460,2.8360,0.0000,2.8360,4.2178,2.8360,0.4556,0.0000,2.3804,0.0000,2.3804,0.6564,1.7240,0.0000,1.7240,0.0056,1.7184,0.0000,0.0436,1.1111,0.5636,2246.9212,2246.9212,2246.9212 -633.5000,1.0000,8424.0430,6.4010,6.7270,0.1756,0.0000,1,940.1502,123.4787,491.8070,-70.0505,12.1568,48.4195,-6.8966,2.6797,5.1728,0.0000,5.1728,4.3043,5.1728,0.4817,0.0000,4.6911,0.0000,4.6911,0.6984,3.9927,0.0000,3.9927,0.0277,3.9650,0.0000,0.0167,1.1821,2.7663,3063.5072,3063.5072,3063.5072 -634.5000,1.0000,8425.9276,6.7745,6.8420,0.0319,0.0000,1,995.0083,78.0336,501.1171,-66.9124,8.1309,52.2149,-6.9721,0.5160,3.0655,0.0000,3.0655,4.5493,3.0655,0.5372,0.0000,2.5283,0.0000,2.5283,0.7392,1.7891,0.0000,1.7891,0.0053,1.7838,0.0000,0.0000,1.2511,0.5327,2494.3007,2494.3007,2494.3007 -635.5000,1.0000,8427.8555,6.9305,7.0390,0.0547,0.0000,1,1017.9208,74.3149,490.4781,-67.9096,7.9217,52.2832,-7.2389,0.9044,3.5295,0.0000,3.5295,3.4878,3.5295,0.5505,0.0000,2.9790,0.0000,2.9790,0.7562,2.2228,0.0000,2.2228,0.0094,2.2135,0.0000,0.0000,1.2799,0.9336,2478.6129,2478.6129,2478.6129 -636.5000,1.0000,8429.8364,7.1210,7.2230,0.0511,0.0000,1,1045.9006,83.7843,494.8635,-69.9125,9.1766,54.2006,-7.6573,0.8679,3.5692,0.0000,3.5692,4.7395,3.5692,0.5723,0.0000,2.9970,0.0000,2.9970,0.7770,2.2200,0.0000,2.2200,0.0090,2.2110,0.0000,0.0000,1.3151,0.8960,2703.2628,2703.2628,2703.2628 -637.5000,1.0000,8431.8911,7.3870,7.5710,0.0967,0.0000,1,1084.9695,97.6392,517.2187,-72.7092,11.0935,58.7652,-8.2610,1.7028,4.5397,0.0000,4.5397,4.8511,4.5397,0.5941,0.0000,3.9456,0.0000,3.9456,0.8060,3.1396,0.0000,3.1396,0.0176,3.1220,0.0000,0.0000,1.3642,1.7578,2949.9769,2949.9769,2949.9769 -638.5000,1.0000,8434.0087,7.6135,7.6760,0.0292,0.0000,1,1118.2368,75.9992,519.8522,-74.8729,8.8996,60.8755,-8.7677,0.5295,3.4214,0.0000,3.4214,4.9487,3.4214,0.6326,0.0000,2.7888,0.0000,2.7888,0.8307,1.9581,0.0000,1.9581,0.0055,1.9527,0.0000,0.0000,1.4060,0.5466,2626.3917,2626.3917,2626.3917 -639.5000,1.0000,8436.1446,7.6790,7.7020,0.0072,0.0000,1,1127.8572,69.5565,509.1923,-75.4468,8.2152,60.1402,-8.9109,0.1322,3.0382,0.0000,3.0382,5.0447,3.0382,0.6444,0.0000,2.3939,0.0000,2.3939,0.8378,1.5560,0.0000,1.5560,0.0014,1.5546,0.0000,0.0000,1.4181,0.1365,2529.8677,2529.8677,2529.8677 -640.5000,1.0000,8438.2783,7.6715,7.6610,-0.0114,0.0000,1,1126.7556,63.4959,502.9197,-75.3811,7.4921,59.3413,-8.8945,-0.2083,2.6836,0.0000,2.6836,5.0169,2.6836,0.6470,0.0000,2.0365,0.0000,2.0365,0.8370,1.1995,0.0000,1.1995,-0.0022,1.2017,0.0000,0.0000,1.4167,-0.2151,2432.4192,2432.4192,2432.4192 -641.5000,1.0000,8440.4154,7.6835,7.7260,0.0181,0.0000,1,1128.5181,72.8625,505.6538,-75.4862,8.6108,59.7572,-8.9208,0.3308,3.2451,0.0000,3.2451,5.0349,3.2451,0.6429,0.0000,2.6022,0.0000,2.6022,0.8383,1.7639,0.0000,1.7639,0.0034,1.7605,0.0000,0.0000,1.4190,0.3415,2583.0652,2583.0652,2583.0652 -642.5000,1.0000,8442.5573,7.7010,7.6960,-0.0083,0.0000,1,1131.0884,64.8823,505.9985,-75.6396,7.6851,59.9342,-8.9593,-0.1530,2.7528,0.0000,2.7528,5.0854,2.7528,0.6499,0.0000,2.1029,0.0000,2.1029,0.8402,1.2626,0.0000,1.2626,-0.0016,1.2642,0.0000,0.0000,1.4222,-0.1580,2457.3846,2457.3846,2457.3846 -643.5000,1.0000,8444.6908,7.6705,7.6650,-0.0086,0.0000,1,1126.6087,64.7115,501.2523,-75.3723,7.6345,59.1368,-8.8923,-0.1575,2.7356,0.0000,2.7356,5.0564,2.7356,0.6464,0.0000,2.0892,0.0000,2.0892,0.8369,1.2523,0.0000,1.2523,-0.0016,1.2540,0.0000,0.0000,1.4166,-0.1626,2451.7245,2451.7245,2451.7245 -644.5000,1.0000,8446.8191,7.6520,7.6590,-0.0017,0.0000,1,1123.8915,66.9152,501.6695,-75.2103,7.8755,59.0433,-8.8518,-0.0304,2.8592,0.0000,2.8592,5.0467,2.8592,0.6429,0.0000,2.2163,0.0000,2.2163,0.8349,1.3814,0.0000,1.3814,-0.0003,1.3817,0.0000,0.0000,1.4131,-0.0314,2485.1155,2485.1155,2485.1155 -645.5000,1.0000,8448.9390,7.6215,7.6040,-0.0153,0.0000,1,1119.4118,62.4568,499.2379,-74.9430,7.3215,58.5229,-8.7852,-0.2777,2.5914,0.0000,2.5914,5.0077,2.5914,0.6418,0.0000,1.9496,0.0000,1.9496,0.8316,1.1180,0.0000,1.1180,-0.0029,1.1209,0.0000,0.0000,1.4075,-0.2866,2411.0245,2411.0245,2411.0245 -646.5000,1.0000,8451.0484,7.5840,7.5840,-0.0056,0.0000,1,1113.9040,65.8165,497.4784,-74.6145,7.6773,58.0297,-8.7036,-0.1005,2.7589,0.0000,2.7589,5.0189,2.7589,0.6356,0.0000,2.1233,0.0000,2.1233,0.8275,1.2958,0.0000,1.2958,-0.0010,1.2969,0.0000,0.0000,1.4006,-0.1037,2461.0385,2461.0385,2461.0385 -647.5000,1.0000,8453.1591,7.5885,7.6130,0.0081,0.0000,1,1114.5649,69.9489,501.4886,-74.6539,8.1642,58.5322,-8.7134,0.1458,3.0150,0.0000,3.0150,5.0035,3.0150,0.6336,0.0000,2.3814,0.0000,2.3814,0.8280,1.5534,0.0000,1.5534,0.0015,1.5519,0.0000,0.0000,1.4014,0.1505,2527.4242,2527.4242,2527.4242 -648.5000,1.0000,8455.2839,7.6390,7.6850,0.0200,0.0000,1,1121.9822,73.3089,507.2232,-75.0964,8.6133,59.5955,-8.8233,0.3643,3.2613,0.0000,3.2613,4.9877,3.2613,0.6373,0.0000,2.6241,0.0000,2.6241,0.8335,1.7906,0.0000,1.7906,0.0038,1.7868,0.0000,0.0000,1.4107,0.3761,2585.9085,2585.9085,2585.9085 -649.5000,1.0000,8457.4366,7.7400,7.8150,0.0361,0.0000,1,1136.8166,67.4356,515.1883,-75.9813,8.0280,61.3317,-9.0454,0.6665,3.6149,0.0000,3.6149,3.7466,3.6149,0.6461,0.0000,2.9688,0.0000,2.9688,0.8445,2.1243,0.0000,2.1243,0.0069,2.1174,0.0000,0.0000,1.4294,0.6880,2501.8874,2501.8874,2501.8874 -650.5000,1.0000,8459.5983,7.7720,7.7490,-0.0183,0.0000,1,1141.5166,50.5425,504.2615,-76.2616,6.0418,60.2791,-9.1163,-0.3398,2.5893,0.0000,2.5893,3.7923,2.5893,0.6603,0.0000,1.9290,0.0000,1.9290,0.8480,1.0810,0.0000,1.0810,-0.0035,1.0845,0.0000,0.0000,1.4353,-0.3508,2235.3517,2235.3517,2235.3517 -651.5000,1.0000,8461.7475,7.7270,7.7250,-0.0067,0.0000,1,1134.9072,54.2643,496.9650,-75.8674,6.4492,59.0629,-9.0166,-0.1228,2.7947,0.0000,2.7947,3.7773,2.7947,0.6527,0.0000,2.1420,0.0000,2.1420,0.8431,1.2989,0.0000,1.2989,-0.0013,1.3002,0.0000,0.0000,1.4270,-0.1268,2290.4225,2290.4225,2290.4225 -652.5000,1.0000,8463.8922,7.7110,7.7170,-0.0022,0.0000,1,1132.5572,55.7525,498.8198,-75.7272,6.6123,59.1606,-8.9813,-0.0409,2.8727,0.0000,2.8727,3.7805,2.8727,0.6500,0.0000,2.2228,0.0000,2.2228,0.8413,1.3814,0.0000,1.3814,-0.0004,1.3818,0.0000,0.0000,1.4240,-0.0422,2312.6354,2312.6354,2312.6354 -653.5000,1.0000,8466.0057,7.5985,7.5000,-0.0603,0.0000,1,1116.0337,37.5110,485.4292,-74.7415,4.3839,56.7325,-8.7351,-1.0922,1.7411,0.0000,1.7411,3.7351,1.7411,0.6476,0.0000,1.0935,0.0000,1.0935,0.8291,0.2645,0.0000,0.2645,-0.0113,0.2758,0.0000,0.0000,1.4033,-1.1275,1995.9195,1995.9195,1995.9195 -654.5000,1.0000,8467.9571,7.0150,6.5500,-0.2639,0.0000,1,1030.3318,-24.7814,411.6529,-68.7980,-2.6738,44.4157,-7.4230,-4.4143,-1.9269,0.0000,-1.9269,3.6674,-1.9269,0.6149,0.0000,-2.5417,0.0000,-2.5417,0.7654,-3.3071,0.0000,-3.3071,-0.0456,-3.2615,0.0000,0.0000,1.2955,-4.5570,680.1993,680.1993,680.1993 -655.5000,1.0000,8469.6452,6.0675,5.6050,-0.2625,0.0000,1,891.1673,-23.0172,395.0197,-72.9789,-2.1480,36.8644,-6.8106,-3.7980,-1.6713,0.0000,-1.6713,3.3213,-1.6713,0.5061,0.0000,-2.1775,0.0000,-2.1775,0.6620,-2.8395,0.0000,-2.8395,-0.0393,-2.8002,0.0000,0.0000,1.1205,-3.9207,578.0834,578.0834,578.0834 -656.5000,1.0000,8471.2147,5.6400,5.6950,0.0250,0.0000,1,828.3780,65.2235,424.9614,-77.4687,5.6580,36.8644,-6.7202,0.3362,2.4274,0.0000,2.4274,2.8944,2.4274,0.4199,0.0000,2.0075,0.0000,2.0075,0.6154,1.3921,0.0000,1.3921,0.0035,1.3887,0.0000,0.0000,1.0416,0.3471,1868.6720,1868.6720,1868.6720 -657.5000,1.0000,8472.7868,5.6495,5.6240,-0.0197,0.0000,1,829.7733,51.7873,424.2468,-77.3689,4.5000,36.8644,-6.7229,-0.2657,1.8098,0.0000,1.8098,2.9559,1.8098,0.4271,0.0000,1.3827,0.0000,1.3827,0.6164,0.7663,0.0000,0.7663,-0.0027,0.7690,0.0000,0.0000,1.0433,-0.2743,1681.6202,1681.6202,1681.6202 -658.5000,1.0000,8474.2751,5.3480,5.0920,-0.1478,0.0000,1,785.4903,16.1771,448.1642,-81.0542,1.3307,36.8644,-6.6672,-1.8846,0.0202,0.0000,0.0202,3.1951,0.0202,0.4140,0.0000,-0.3938,0.0000,-0.3938,0.5835,-0.9773,0.0000,-0.9773,-0.0195,-0.9579,0.0000,0.0000,0.9876,-1.9455,1134.0840,1134.0840,1134.0840 -659.5000,1.0000,8475.5861,4.7095,4.3470,-0.2069,0.0000,1,696.8033,5.1077,505.2052,-90.5667,0.3727,36.8644,-6.6086,-2.1232,-0.6757,0.0058,-0.6815,3.1717,-0.6815,0.3581,0.0000,-1.0396,0.0000,-1.0396,0.5138,-1.5535,0.0000,-1.5535,-0.0240,-1.5294,0.0000,0.0000,0.8697,-2.3992,906.7273,906.7273,906.7273 -660.5000,1.0000,8476.7432,4.1555,3.9840,-0.1008,0.0000,1,645.8148,52.6138,545.0923,-96.0357,3.5583,36.8644,-6.4949,-0.0543,0.4542,-0.0197,0.4739,3.1584,0.4739,0.2949,0.0000,0.1790,0.0000,0.1790,0.4534,-0.2744,0.0000,-0.2744,-0.0103,-0.2641,0.0000,0.0000,0.7674,-1.0315,1331.0788,1331.0788,1331.0788 -661.5000,1.0000,8477.7911,3.7625,3.5610,-0.1175,0.0000,1,644.4444,50.4357,546.2513,-96.1827,3.4037,36.8644,-6.4910,0.0000,0.2531,-0.0151,0.2682,3.1506,0.2682,0.2620,0.0000,0.0062,0.0000,0.0062,0.4105,-0.4043,0.0000,-0.4043,-0.0109,-0.3934,0.0000,0.0000,0.6948,-1.0883,1308.2111,1308.2111,1308.2111 -662.5000,1.0000,8478.7239,3.3480,3.1550,-0.1128,0.0000,1,644.4444,50.4515,546.2513,-96.1827,3.4048,36.8644,-6.4910,0.0000,0.2550,-0.0165,0.2714,3.1498,0.2714,0.2266,0.0000,0.0448,0.0000,0.0448,0.3653,-0.3205,0.0000,-0.3205,-0.0093,-0.3112,0.0000,0.0000,0.6183,-0.9295,1308.3678,1308.3678,1308.3678 -663.5000,1.0000,8479.5505,2.9660,2.7970,-0.0994,0.0000,1,644.4444,50.2075,546.2513,-96.1827,3.3883,36.8644,-6.4910,0.0000,0.3127,-0.0201,0.3328,3.0756,0.3328,0.1948,0.0000,0.1380,0.0000,0.1380,0.3236,-0.1856,0.0000,-0.1856,-0.0073,-0.1783,0.0000,0.0000,0.5477,-0.7261,1305.9468,1305.9468,1305.9468 -664.5000,1.0000,8480.3008,2.6910,2.6050,-0.0533,0.0000,1,644.4444,53.7134,546.2513,-96.1827,3.6249,36.8644,-6.4910,0.0000,0.5826,-0.0216,0.6041,3.0423,0.6041,0.1704,0.0000,0.4337,0.0000,0.4337,0.2936,0.1401,0.0000,0.1401,-0.0035,0.1437,0.0000,0.0000,0.4970,-0.3533,1340.7261,1340.7261,1340.7261 -665.5000,1.0000,8481.0527,2.6970,2.8090,0.0567,0.0000,1,644.4444,65.1428,546.2513,-96.1827,4.3962,36.8644,-6.4910,0.0000,1.3864,0.0505,1.3359,3.0099,1.3359,0.1635,0.0000,1.1723,0.0000,1.1723,0.2943,0.8781,0.0000,0.8781,0.0038,0.8743,0.0000,0.0000,0.4981,0.3762,1454.1053,1454.1053,1454.1053 -666.5000,1.0000,8482.0722,3.6600,4.5310,0.4783,0.0000,1,654.2344,150.9966,538.0773,-95.1326,10.3450,36.8644,-6.5177,0.3933,6.9769,1.2442,5.7327,2.9747,5.7327,0.2860,0.0000,5.4467,0.0000,5.4467,0.4180,5.0287,0.0000,5.0287,0.0432,4.9856,0.0000,0.0000,0.6759,4.3096,2494.9496,2494.9496,2494.9496 -667.5000,1.0000,8483.6218,5.5685,6.6260,0.5819,0.0000,1,817.8764,245.4034,565.9278,-78.2196,21.0183,48.4705,-6.6993,7.7275,10.2566,0.0000,10.2566,3.0342,10.2566,0.5134,0.0000,9.7432,0.0000,9.7432,0.6578,9.0854,0.0000,9.0854,0.0799,9.0055,0.0000,0.0000,1.0284,7.9772,4489.4819,4489.4819,4489.4819 -668.5000,1.0000,8485.7180,7.5365,8.4670,0.5114,0.0000,1,1106.9274,217.4461,644.9565,-74.1983,25.2057,74.7615,-8.6009,9.1905,12.5796,0.0000,12.5796,3.4357,12.5796,0.7352,0.0000,11.8444,0.0000,11.8444,0.8701,10.9743,0.0000,10.9743,0.0950,10.8793,0.0000,0.0000,1.3918,9.4875,5304.1633,5304.1633,5304.1633 -669.5000,1.0000,8488.2393,9.0665,9.6860,0.3386,0.0000,1,1331.6470,162.5014,663.2220,-87.5580,22.6608,92.4861,-12.2099,7.3208,11.1637,0.0000,11.1637,4.1763,11.1637,0.8671,0.0000,10.2966,0.0000,10.2966,0.9892,9.3074,0.0000,9.3074,0.0757,9.2317,0.0000,0.0000,1.6744,7.5574,4994.0819,4994.0819,4994.0819 -670.5000,1.0000,8490.8708,9.4633,9.2606,-0.1182,0.0000,0,1313.0581,-28.9647,527.4031,-86.4555,-3.9827,72.5196,-11.8879,-8.7175,0.0000,0.0000,0.0000,4.7348,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0325,-1.0325,0.0000,-1.0325,-0.0276,-1.0050,0.0000,0.0000,1.7476,-2.7526,1115.6406,1115.6406,1115.6406 -671.5000,1.0000,8493.8751,10.8058,12.3710,0.8640,0.0000,2,1118.4466,288.7243,394.7189,-74.8855,33.8164,46.2308,-8.7708,-5.9414,34.1022,0.0000,34.1022,5.6556,27.5060,0.9059,0.0000,26.6001,0.0000,26.6001,1.3918,25.2082,0.0000,25.2082,0.2302,24.9780,0.0000,0.0000,1.9956,22.9825,6935.7775,6935.7775,6935.7775 -672.5000,1.0000,8497.6008,13.4025,14.4540,0.5786,0.0000,2,1118.8931,314.8214,662.3808,-74.9121,36.8877,77.6113,-8.7775,5.9744,24.3155,0.0000,24.3155,6.5978,24.3155,0.9779,0.0000,23.3376,0.0000,23.3376,1.5815,21.7561,0.0000,21.7561,0.1912,21.5649,0.0000,0.0000,2.4751,19.0898,7503.6209,7503.6209,7503.6209 -673.5000,1.0000,8501.9196,15.5375,16.6410,0.6075,0.0000,2,1297.1312,331.6339,691.4355,-85.5109,45.0476,93.9213,-11.6154,7.2719,29.3940,0.0000,29.3940,8.3817,29.3940,1.2057,0.0000,28.1883,0.0000,28.1883,1.8504,26.3379,0.0000,26.3379,0.2327,26.1051,0.0000,0.0000,2.8694,23.2357,9152.2991,9152.2991,9152.2991 -674.5000,1.0000,8506.9495,18.0975,19.5740,0.8147,0.0000,2,1510.8500,417.4215,767.1462,-98.1862,66.0427,121.3747,-15.5346,11.3593,43.9647,0.0000,43.9647,10.7187,43.9647,1.6659,0.0000,42.2989,0.0000,42.2989,2.2973,40.0016,0.0000,40.0016,0.3635,39.6380,0.0000,0.0000,3.3422,36.2959,13262.8056,13262.8056,13262.8056 -675.5000,1.0000,8512.3276,19.3513,19.1486,-0.1182,0.0000,0,1516.3147,24.7215,668.9413,-98.5103,3.9255,106.2199,-15.6423,-10.8915,0.0000,0.0000,0.0000,14.8170,0.0000,0.0000,0.0000,0.0002,0.0000,0.0002,2.1114,-2.1111,0.0000,-2.1111,-0.0564,-2.0548,0.0000,0.0000,3.5737,-5.6285,2647.5426,2647.5426,2647.5426 -676.5000,1.0000,8517.9217,20.1288,21.1290,0.5501,0.0000,3,1229.8548,330.8602,406.2046,-81.5209,42.6115,52.3151,-10.4991,-12.8014,42.2473,0.0000,42.2473,13.1656,34.7171,1.1157,0.0000,33.6014,0.0000,33.6014,2.3535,31.2480,0.0000,31.2480,0.2730,30.9750,0.0000,0.0000,3.7173,27.2577,8634.6149,8634.6149,8634.6149 -677.5000,1.0000,8523.8852,21.4585,21.8080,0.1886,0.0000,3,1077.4054,222.6529,652.3297,-72.1677,25.1210,73.5995,-8.1424,1.1278,17.1746,0.0000,17.1746,6.8185,17.1746,0.8076,0.0000,16.3671,0.0000,16.3671,2.3413,14.0258,0.0000,14.0258,0.0998,13.9260,0.0000,0.0000,3.9629,9.9631,5280.3311,5280.3311,5280.3311 -678.5000,1.0000,8530.2846,23.0280,24.2680,0.6833,0.0000,3,1156.2081,487.9622,616.4869,-77.1380,59.0814,74.6429,-9.3397,4.3850,47.6556,0.0000,47.6556,7.0408,47.6556,1.4700,0.0000,46.1856,0.0000,46.1856,2.8086,43.3770,0.0000,43.3770,0.3880,42.9890,0.0000,0.0000,4.2527,38.7363,11767.5178,11767.5178,11767.5178 -679.5000,1.0000,8537.3291,25.3500,26.4520,0.6067,0.0000,3,1272.7929,451.8863,733.5620,-84.0675,60.2304,97.7740,-11.2051,4.2855,47.4864,0.0000,47.4864,8.4584,47.4864,1.5495,0.0000,45.9369,0.0000,45.9369,3.0182,42.9187,0.0000,42.9187,0.3792,42.5395,0.0000,0.0000,4.6815,37.8580,11998.7156,11998.7156,11998.7156 -680.5000,1.0000,8545.0570,27.8105,29.1890,0.7603,0.0000,3,1396.3317,537.4687,749.6626,-91.3943,78.5906,109.6183,-13.3640,5.8919,63.1354,0.0000,63.1354,9.5632,63.1354,1.9565,0.0000,61.1789,0.0000,61.1789,3.4729,57.7060,0.0000,57.7060,0.5213,57.1847,0.0000,0.0000,5.1359,52.0488,15441.3005,15441.3005,15441.3005 -681.5000,1.0000,8553.7303,31.2140,33.2590,1.1306,0.0000,3,1567.2173,742.4375,819.7549,-101.5292,121.8478,134.5370,-16.6628,9.8337,100.6882,0.0000,100.6882,11.3259,100.6882,2.8480,0.0000,97.8402,0.0000,97.8402,4.3356,93.5047,0.0000,93.5047,0.8700,92.6346,0.0000,0.0000,5.7645,86.8702,23770.7001,23770.7001,23770.7001 -682.5000,1.0000,8562.9099,33.0363,32.8336,-0.1182,0.0000,0,1669.3922,75.3132,838.3293,-105.9447,13.1661,146.5553,-18.5211,0.0000,0.0000,0.0000,0.0000,13.1661,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,3.6045,-3.6045,0.0000,-3.6045,-0.0962,-3.5082,0.0000,0.0000,6.1010,-9.6092,4006.1563,4006.1563,4006.1563 -683.5000,1.0000,8572.3115,33.8358,34.8579,0.5623,0.0000,4,1400.3386,424.6410,424.6410,-91.6320,62.2707,62.2707,-13.4372,-23.1375,75.4533,0.0000,75.4533,9.9549,59.1857,1.6616,0.0000,57.5240,0.0000,57.5240,3.9717,53.5523,0.0000,53.5523,0.4691,53.0833,0.0000,0.0000,6.2486,46.8346,12447.1229,12447.1229,12447.1229 -684.5000,1.0000,8582.3697,36.1996,37.5614,0.7510,0.0000,4,1175.1677,741.9554,741.9554,-78.2690,91.3075,91.3075,-9.6320,3.1669,80.9321,0.0000,80.9321,7.2085,80.9321,2.1487,0.0000,78.7834,0.0000,78.7834,4.5078,74.2756,0.0000,74.2756,0.6702,73.6054,0.0000,0.0000,6.6852,66.9202,17808.1361,17808.1361,17808.1361 -685.5000,1.0000,8593.2083,39.0092,40.4770,0.8099,0.0000,4,1266.3759,784.5242,830.5742,-83.6869,104.0393,110.1462,-11.0981,3.6805,93.1581,0.0000,93.1581,7.2007,93.1581,2.4583,0.0000,90.6999,0.0000,90.6999,4.9447,85.7552,0.0000,85.7552,0.7789,84.9763,0.0000,0.0000,7.2040,77.7722,20233.5765,20233.5765,20233.5765 -686.5000,1.0000,8604.6142,41.0510,41.6450,0.3244,0.0000,4,1332.6603,411.5645,844.2900,-87.6181,57.4362,117.8256,-12.2276,1.5516,46.7545,0.0000,46.7545,9.1302,46.7545,1.5797,0.0000,45.1748,0.0000,45.1748,4.4790,40.6958,0.0000,40.6958,0.3284,40.3675,0.0000,0.0000,7.5811,32.7864,11507.3850,11507.3850,11507.3850 -687.5000,1.0000,8616.3017,42.0650,42.5050,0.2389,0.0000,4,1365.5783,342.5710,707.9401,-89.5704,48.9887,101.2376,-12.8088,1.1706,38.7883,0.0000,38.7883,9.0298,38.7883,1.4456,0.0000,37.3427,0.0000,37.3427,4.5896,32.7531,0.0000,32.7531,0.2478,32.5053,0.0000,0.0000,7.7684,24.7369,9907.5592,9907.5592,9907.5592 -688.5000,1.0000,8628.1375,42.5990,42.7130,0.0578,0.0000,4,1382.9138,199.7984,680.0147,-90.5985,28.9345,98.4786,-13.1203,0.2867,19.7119,0.0000,19.7119,8.9358,19.7119,1.0775,0.0000,18.6344,0.0000,18.6344,4.6479,13.9865,0.0000,13.9865,0.0607,13.9258,0.0000,0.0000,7.8670,6.0588,6217.3394,6217.3394,6217.3394 -689.5000,1.0000,8640.1325,43.1720,43.6510,0.2606,0.0000,4,1401.5154,362.5571,636.9166,-91.7018,53.2112,93.4779,-13.4587,1.3104,43.0750,0.0000,43.0750,8.8257,43.0750,1.5594,0.0000,41.5157,0.0000,41.5157,4.7104,36.8052,0.0000,36.8052,0.2773,36.5279,0.0000,0.8646,7.9728,27.6906,10763.0269,10763.0269,10763.0269 -690.5000,1.0000,8652.3897,44.1160,44.6010,0.2639,0.0000,4,1432.1610,360.2290,703.2830,-93.5193,54.0255,105.4753,-14.0256,1.3562,43.8491,0.0000,43.8491,8.8202,43.8491,1.5992,0.0000,42.2499,0.0000,42.2499,4.8134,37.4365,0.0000,37.4365,0.2870,37.1495,0.0000,0.3443,8.1471,28.6580,10910.4138,10910.4138,10910.4138 -691.5000,1.0000,8664.9600,45.2430,45.9050,0.3622,0.0000,4,1468.7474,445.7212,713.0525,-95.6891,68.5550,109.6724,-14.7176,1.9091,57.7004,0.0000,57.7004,8.9455,57.7004,1.9058,0.0000,55.7945,0.0000,55.7945,4.9939,50.8007,0.0000,50.8007,0.4040,50.3966,0.0000,1.6995,8.3553,40.3418,13645.6778,13645.6778,13645.6778 -692.5000,1.0000,8677.9442,46.7330,47.5810,0.4656,0.0000,4,1517.1180,524.7304,754.0267,-98.5579,83.3651,119.7939,-15.6581,2.5346,71.7119,0.0000,71.7119,9.1186,71.7119,2.2260,0.0000,69.4859,0.0000,69.4859,5.3361,64.1498,0.0000,64.1498,0.5364,63.6133,0.0000,1.4249,8.6304,53.5580,16447.4680,16447.4680,16447.4680 -693.5000,1.0000,8691.2188,47.7785,47.9960,0.1153,0.0000,4,1551.0586,252.6289,775.2223,-100.5709,41.0336,125.9166,-16.3354,0.6416,31.0286,0.0000,31.0286,9.3633,31.0286,1.4410,0.0000,29.5876,0.0000,29.5876,5.2130,24.3746,0.0000,24.3746,0.1358,24.2388,0.0000,1.8570,8.8235,13.5584,8578.7401,8578.7401,8578.7401 -694.5000,1.0000,8704.6840,48.4650,48.9540,0.2661,0.0000,4,1573.3449,360.3126,700.8535,-101.8926,59.3652,115.4728,-16.7879,1.5025,51.6264,0.0000,51.6264,6.2364,51.6264,1.8720,0.0000,49.7544,0.0000,49.7544,5.2879,44.4664,0.0000,44.4664,0.3180,44.1485,0.0000,3.4499,8.9503,31.7483,12059.4397,12059.4397,12059.4397 -695.5000,1.0000,8718.5517,49.9135,50.8930,0.5386,0.0000,4,1620.3683,573.3585,750.9590,-104.1988,97.2901,127.4262,-17.6809,3.1319,89.0231,0.0000,89.0231,5.1351,89.0231,2.6608,0.0000,86.3623,0.0000,86.3623,5.8815,80.4808,0.0000,80.4808,0.6628,79.8179,0.0000,4.4208,9.2178,66.1794,19216.1790,19216.1790,19216.1790 -696.5000,1.0000,8732.6125,50.6091,50.3451,-0.1522,0.0000,0,1651.8417,30.0368,799.3350,-105.3197,5.1958,138.2693,-18.2182,0.0000,0.0000,0.0000,0.0000,5.1958,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,5.5218,-5.5218,0.0000,-5.5218,-0.1899,-5.3319,0.0000,4.2813,9.3462,-18.9594,3085.5970,3085.5970,3085.5970 -697.5000,1.0000,8746.7563,50.9077,51.4902,0.3181,0.0000,5,1390.5248,400.7043,400.7043,-91.0499,58.3487,58.3487,-13.2583,-22.3147,75.3911,0.0000,75.3911,5.2723,60.5423,0.7928,0.0000,59.7495,0.0000,59.7495,5.5737,54.1758,0.0000,54.1758,0.3992,53.7766,0.0000,4.5165,9.4014,39.8588,11720.1593,11720.1593,11720.1593 -698.5000,1.0000,8761.2816,52.2809,53.0916,0.4448,0.0000,5,1146.7714,714.2609,714.2609,-76.5751,85.7753,85.7753,-9.1959,1.2369,79.2029,0.0000,79.2029,5.3355,79.2029,0.9065,0.0000,78.2964,0.0000,78.2964,5.9780,72.3184,0.0000,72.3184,0.5734,71.7450,0.0000,4.8398,9.6550,57.2503,16761.7121,16761.7121,16761.7121 -699.5000,1.0000,8776.2996,54.0549,55.0383,0.5408,0.0000,5,1185.6852,814.0231,814.0231,-78.8964,101.0729,101.0729,-9.7961,1.5546,94.0499,0.0000,94.0499,5.4684,94.0499,1.0076,0.0000,93.0423,0.0000,93.0423,6.3622,86.6801,0.0000,86.6801,0.7207,85.9594,0.0000,4.0216,9.9826,71.9552,19667.9579,19667.9579,19667.9579 -700.5000,1.0000,8791.8767,56.0675,57.1167,0.5773,0.0000,5,1229.8297,858.3380,858.3380,-81.5194,110.5432,110.5432,-10.4987,1.7215,103.3485,0.0000,103.3485,5.4731,103.3485,1.0853,0.0000,102.2632,0.0000,102.2632,6.6854,95.5777,0.0000,95.5777,0.7980,94.7797,0.0000,4.7439,10.3543,79.6815,21458.9506,21458.9506,21458.9506 -701.5000,1.0000,8807.9444,57.8338,58.5710,0.4040,0.0000,5,1268.5743,653.5727,876.7284,-83.8173,86.8237,116.4688,-11.1347,1.2426,80.0002,0.0000,80.0002,5.5809,80.0002,0.9967,0.0000,79.0035,0.0000,79.0035,6.4988,72.5047,0.0000,72.5047,0.5760,71.9287,0.0000,3.7337,10.6805,57.5145,16966.6374,16966.6374,16966.6374 -702.5000,1.0000,8824.3598,59.0855,59.6200,0.2914,0.0000,5,1296.0296,535.6263,794.7701,-85.4456,72.6951,107.8661,-11.5967,0.9157,66.1006,0.0000,66.1006,5.6789,66.1006,0.9475,0.0000,65.1531,0.0000,65.1531,6.4467,58.7064,0.0000,58.7064,0.4245,58.2819,0.0000,4.9881,10.9116,42.3822,14382.8669,14382.8669,14382.8669 -703.5000,1.0000,8841.0316,60.0085,60.4170,0.2214,0.0000,5,1316.2754,452.2018,748.6889,-86.6463,62.3315,103.1993,-11.9433,0.7066,55.8044,0.0000,55.8044,5.8205,55.8044,0.9112,0.0000,54.8933,0.0000,54.8933,6.5474,48.3459,0.0000,48.3459,0.3275,48.0183,0.0000,4.2325,11.0821,32.7038,12426.3817,12426.3817,12426.3817 -704.5000,1.0000,8857.9340,60.8385,61.2800,0.2397,0.0000,5,1334.4813,469.1665,718.1916,-87.7261,65.5644,100.3648,-12.2594,0.7757,58.9817,0.0000,58.9817,5.8070,58.9817,0.9409,0.0000,58.0409,0.0000,58.0409,6.6380,51.4029,0.0000,51.4029,0.3596,51.0433,0.0000,3.9062,11.2354,35.9018,13027.4467,13027.4467,13027.4467 -705.5000,1.0000,8875.0393,61.5690,61.8780,0.1661,0.0000,5,1350.5047,386.3799,726.0924,-88.6764,54.6436,102.6873,-12.5410,0.5439,48.2200,0.0000,48.2200,5.8797,48.2200,0.8993,0.0000,47.3207,0.0000,47.3207,6.7177,40.6030,0.0000,40.6030,0.2522,40.3509,0.0000,3.8044,11.3703,25.1762,10984.0003,10984.0003,10984.0003 -706.5000,1.0000,8892.3047,62.1455,62.4330,0.1542,0.0000,5,1363.1501,378.3022,695.5183,-89.4264,54.0022,99.2844,-12.7655,0.5095,47.5116,0.0000,47.5116,5.9811,47.5116,0.9055,0.0000,46.6061,0.0000,46.6061,6.7806,39.8255,0.0000,39.8255,0.2362,39.5893,0.0000,4.5279,11.4767,23.5846,10870.0718,10870.0718,10870.0718 -707.5000,1.0000,8909.7534,62.8055,63.1980,0.2125,0.0000,5,1377.6271,439.2496,696.1042,-90.2850,63.3682,100.4233,-13.0249,0.7098,56.6601,0.0000,56.6601,5.9984,56.6601,0.9625,0.0000,55.6976,0.0000,55.6976,6.8526,48.8450,0.0000,48.8450,0.3290,48.5160,0.0000,4.0635,11.5986,32.8538,12627.3267,12627.3267,12627.3267 -708.5000,1.0000,8927.4034,63.5300,63.8820,0.1900,0.0000,5,1393.5189,413.6085,721.7169,-91.2275,60.3574,105.3194,-13.3127,0.6420,53.5988,0.0000,53.5988,6.1167,53.5988,0.9596,0.0000,52.6392,0.0000,52.6392,6.9316,45.7076,0.0000,45.7076,0.2976,45.4100,0.0000,3.9635,11.7324,29.7140,12087.6459,12087.6459,12087.6459 -709.5000,1.0000,8945.2086,64.0885,64.3150,0.1203,0.0000,5,1405.7694,336.1513,712.8924,-91.9540,49.4855,104.9462,-13.5367,0.4100,42.9693,0.0000,42.9693,6.1062,42.9693,0.9161,0.0000,42.0532,0.0000,42.0532,6.9926,35.0606,0.0000,35.0606,0.1900,34.8706,0.0000,4.0594,11.8356,18.9756,10065.6939,10065.6939,10065.6939 -710.5000,1.0000,8963.0340,64.1615,64.0280,-0.0797,0.0000,5,1407.3707,112.8973,680.0256,-92.0490,16.6387,100.2218,-13.5661,-0.2720,10.7611,0.0000,10.7611,6.1497,10.7611,0.7563,0.0000,10.0048,0.0000,10.0048,7.0005,3.0043,0.0000,3.0043,-0.1261,3.1304,0.0000,3.8730,11.8490,-12.5917,4023.3369,4023.3369,4023.3369 -711.5000,1.0000,8980.7400,63.7315,63.4550,-0.1592,0.0000,5,1397.9387,27.5035,589.5445,-91.4896,4.0263,86.3045,-13.3933,-0.5395,-1.5478,0.0000,-1.5478,6.1136,-1.5478,0.7538,0.0000,-2.3017,0.0000,-2.3017,6.9536,-9.2553,0.0000,-9.2553,-0.2501,-9.0052,0.0000,4.1962,11.7696,-24.9710,2407.8564,2407.8564,2407.8564 -712.5000,1.0000,8998.2804,63.1355,62.8360,-0.1719,0.0000,5,1384.8656,15.4831,551.6656,-90.7143,2.2454,80.0041,-13.1556,-0.5774,-3.2000,0.0000,-3.2000,6.0227,-3.2000,0.7472,0.0000,-3.9472,0.0000,-3.9472,6.8886,-10.8357,0.0000,-10.8357,-0.2676,-10.5681,0.0000,4.4957,11.6596,-26.7234,2154.6640,2154.6640,2154.6640 -713.5000,1.0000,9015.6254,62.4320,62.0480,-0.2189,0.0000,5,1369.4344,-30.0556,540.9022,-89.7991,-4.3102,77.5691,-12.8778,-0.7268,-9.6211,0.0000,-9.6211,6.0377,-9.6211,0.7506,0.0000,-10.3717,0.0000,-10.3717,6.8118,-17.1835,0.0000,-17.1835,-0.3369,-16.8466,0.0000,5.2641,11.5296,-33.6403,1232.1438,1232.1438,1232.1438 -714.5000,1.0000,9032.7959,61.8040,61.5800,-0.1300,0.0000,5,1355.6594,55.7933,520.5744,-88.9821,7.9207,73.9030,-12.6323,-0.4273,2.4089,0.0000,2.4089,5.9391,2.4089,0.7094,0.0000,1.6995,0.0000,1.6995,6.7433,-5.0438,0.0000,-5.0438,-0.1981,-4.8457,0.0000,3.5189,11.4137,-19.7783,2742.2317,2742.2317,2742.2317 -715.5000,1.0000,9049.8671,61.4460,61.3320,-0.0689,0.0000,5,1347.8067,125.8848,554.9834,-88.5164,17.7676,78.3315,-12.4934,-0.2251,11.9963,0.0000,11.9963,5.9964,11.9963,0.7161,0.0000,11.2802,0.0000,11.2802,6.7042,4.5760,0.0000,4.5760,-0.1044,4.6803,0.0000,3.7529,11.3476,-10.4201,4126.9982,4126.9982,4126.9982 -716.5000,1.0000,9066.8614,61.1695,61.0270,-0.0847,0.0000,5,1341.7417,115.8656,581.6043,-88.1567,16.2799,81.7194,-12.3866,-0.2756,10.6363,0.0000,10.6363,5.9192,10.6363,0.7047,0.0000,9.9317,0.0000,9.9317,6.6741,3.2576,0.0000,3.2576,-0.1278,3.3853,0.0000,4.8462,11.2965,-12.7574,3852.2006,3852.2006,3852.2006 -717.5000,1.0000,9083.7437,60.7665,60.5260,-0.1392,0.0000,5,1332.9020,58.5588,573.8909,-87.6324,8.1737,80.1044,-12.2318,-0.4498,2.7199,0.0000,2.7199,5.9036,2.7199,0.6903,0.0000,2.0296,0.0000,2.0296,6.6301,-4.6005,0.0000,-4.6005,-0.2085,-4.3920,0.0000,5.2034,11.2221,-20.8175,2716.6981,2716.6981,2716.6981 -718.5000,1.0000,9100.4809,60.2440,59.9820,-0.1511,0.0000,5,1321.4410,52.7552,546.6753,-86.9527,7.3003,75.6495,-12.0326,-0.4842,1.9908,0.0000,1.9908,5.7937,1.9908,0.6830,0.0000,1.3078,0.0000,1.3078,6.5731,-5.2653,0.0000,-5.2653,-0.2244,-5.0409,0.0000,6.2434,11.1256,-22.4099,2593.1108,2593.1108,2593.1108 -719.5000,1.0000,9117.0622,59.6825,59.4030,-0.1608,0.0000,5,1309.1246,37.6075,540.6229,-86.2222,5.1557,74.1147,-11.8203,-0.5105,-0.1211,0.0000,-0.1211,5.7873,-0.1211,0.6785,0.0000,-0.7996,0.0000,-0.7996,6.5118,-7.3115,0.0000,-7.3115,-0.2367,-7.0748,0.0000,5.5327,11.0219,-23.6294,2316.1214,2316.1214,2316.1214 -720.5000,1.0000,9133.4827,59.1040,58.8250,-0.1606,0.0000,5,1296.4354,32.9547,530.7123,-85.4697,4.4740,72.0508,-11.6036,-0.5047,-0.7201,0.0000,-0.7201,5.6988,-0.7201,0.6700,0.0000,-1.3901,0.0000,-1.3901,6.4487,-7.8389,0.0000,-7.8389,-0.2340,-7.6049,0.0000,4.8400,10.9150,-23.3599,2208.6879,2208.6879,2208.6879 -721.5000,1.0000,9149.7302,58.4810,58.1570,-0.1856,0.0000,5,1282.7700,1.2301,524.3338,-84.6592,0.1652,70.4345,-11.3724,-0.5771,-4.8947,0.0000,-4.8947,5.6371,-4.8947,0.6698,0.0000,-5.5645,0.0000,-5.5645,6.3807,-11.9452,0.0000,-11.9452,-0.2675,-11.6777,0.0000,4.2350,10.8000,-26.7127,1666.2425,1666.2425,1666.2425 -722.5000,1.0000,9165.8159,57.8985,57.6600,-0.1381,0.0000,5,1269.9929,72.8871,508.2723,-83.9014,9.6935,67.5968,-11.1583,-0.4251,4.5171,0.0000,4.5171,5.6015,4.5171,0.6363,0.0000,3.8808,0.0000,3.8808,6.3172,-2.4364,0.0000,-2.4364,-0.1971,-2.2393,0.0000,6.7449,10.6924,-19.6766,2791.5963,2791.5963,2791.5963 -723.5000,1.0000,9181.7759,57.4460,57.2520,-0.1133,0.0000,5,1260.0674,109.1056,537.6199,-83.3128,14.3969,70.9411,-10.9934,-0.3463,9.1655,0.0000,9.1655,5.5776,9.1655,0.6363,0.0000,8.5292,0.0000,8.5292,6.2678,2.2614,0.0000,2.2614,-0.1605,2.4219,0.0000,7.8399,10.6089,-16.0268,3415.6254,3415.6254,3415.6254 -724.5000,1.0000,9197.6221,57.0360,56.8400,-0.1144,0.0000,5,1251.0742,101.3188,551.2782,-82.7794,13.2740,72.2242,-10.8451,-0.3472,8.1079,0.0000,8.1079,5.5133,8.1079,0.6245,0.0000,7.4834,0.0000,7.4834,6.2231,1.2603,0.0000,1.2603,-0.1609,1.4213,0.0000,6.9565,10.5331,-16.0684,3215.3479,3215.3479,3215.3479 -725.5000,1.0000,9213.3627,56.6565,56.4930,-0.0964,0.0000,5,1242.7499,145.7483,546.2688,-82.2857,18.9678,71.0917,-10.7087,-0.2904,13.7151,0.0000,13.7151,5.5431,13.7151,0.6465,0.0000,13.0686,0.0000,13.0686,6.1817,6.8869,0.0000,6.8869,-0.1346,7.0216,0.0000,10.0018,10.4631,-13.4433,4215.5536,4215.5536,4215.5536 -726.5000,1.0000,9228.9732,56.1875,55.9020,-0.1642,0.0000,5,1232.4625,91.9143,562.0622,-81.6756,11.8628,72.5415,-10.5413,-0.4906,6.8838,0.0000,6.8838,5.4696,6.8838,0.6049,0.0000,6.2789,0.0000,6.2789,6.1305,0.1484,0.0000,0.1484,-0.2274,0.3758,0.0000,12.7060,10.3764,-22.7067,3009.7595,3009.7595,3009.7595 -727.5000,1.0000,9244.3786,55.4495,55.0170,-0.2458,0.0000,5,1216.2746,9.2897,532.2195,-80.7155,1.1832,67.7877,-10.2806,-0.7250,-3.4896,0.0000,-3.4896,5.3978,-3.4896,0.6154,0.0000,-4.1050,0.0000,-4.1050,6.0500,-10.1550,0.0000,-10.1550,-0.3361,-9.8189,0.0000,13.4967,10.2402,-33.5558,1650.5798,1650.5798,1650.5798 -728.5000,1.0000,9259.5305,54.5370,54.0770,-0.2611,0.0000,5,1196.2591,-8.0925,488.5876,-79.5271,-1.0138,61.2063,-9.9625,-0.7574,-5.5768,0.0000,-5.5768,5.3204,-5.5768,0.6057,0.0000,-6.1825,0.0000,-6.1825,5.9504,-12.1329,0.0000,-12.1329,-0.3511,-11.7818,0.0000,13.2012,10.0716,-35.0547,1304.3202,1304.3202,1304.3202 -729.5000,1.0000,9274.4198,53.5915,53.1260,-0.2642,0.0000,5,1175.5197,-18.7258,474.5015,-78.2900,-2.3052,58.4112,-9.6375,-0.7529,-6.7737,0.0000,-6.7737,5.2215,-6.7737,0.5934,0.0000,-7.3670,0.0000,-7.3670,5.8473,-13.2143,0.0000,-13.2143,-0.3490,-12.8653,0.0000,12.0877,9.8970,-34.8500,1071.9925,1071.9925,1071.9925 -730.5000,1.0000,9288.9248,52.2080,51.3100,-0.5044,0.0000,5,1145.1729,-76.4778,454.3478,-76.4797,-9.1714,54.4864,-9.1716,-1.4007,-12.9042,0.0000,-12.9042,5.1334,-12.9042,0.5866,0.0000,-13.4908,0.0000,-13.4908,5.6963,-19.1871,25.4318,-44.6189,-0.6493,-43.9696,0.8066,10.4128,9.6415,-64.8305,0.0000,0.0000,0.0000 -731.5000,1.0000,9302.9405,50.4465,49.6030,-0.4742,0.0000,5,1106.5347,-74.1737,415.4413,-74.1749,-8.5950,48.1397,-8.5951,-1.2722,-12.3591,0.0000,-12.3591,5.0364,-12.3591,0.5577,0.0000,-12.9168,0.0000,-12.9168,5.5041,-18.4209,18.0206,-36.4415,-0.5897,-35.8518,0.9499,12.7653,9.3162,-58.8832,0.0000,0.0000,0.0000 -732.5000,1.0000,9316.5212,48.8805,48.1780,-0.3958,0.0000,5,1072.1848,-71.7936,408.6082,-71.7940,-8.0609,45.8781,-8.0610,-1.0290,-11.8829,0.0000,-11.8829,4.8510,-11.8829,0.5325,0.0000,-12.4153,0.0000,-12.4153,5.3332,-17.7486,10.1341,-27.8827,-0.4770,-27.4056,0.9204,10.2766,9.0270,-47.6296,0.0000,0.0000,0.0000 -733.5000,1.0000,9329.8772,48.0715,47.9850,-0.0536,0.0000,5,1054.4395,208.0013,414.8088,-70.5237,22.9676,45.8035,-7.7873,-0.1371,18.3498,0.0000,18.3498,4.7549,18.3498,0.5409,0.0000,17.8089,0.0000,17.8089,5.2450,12.5639,0.0000,12.5639,-0.0635,12.6275,0.0812,10.0127,8.8776,-6.3441,4893.5468,4893.5468,4893.5468 -734.5000,1.0000,9343.2221,48.0315,48.0980,0.0314,0.0000,5,1053.5621,330.3501,555.0890,-70.4609,36.4471,61.2423,-7.7739,0.0802,31.5556,0.0000,31.5556,4.8113,31.5556,0.6064,0.0000,30.9493,0.0000,30.9493,5.2406,25.7086,0.0000,25.7086,0.0372,25.6715,0.0000,13.0899,8.8702,3.7113,7417.5490,7417.5490,7417.5490 -735.5000,1.0000,9356.5743,48.0580,48.0380,-0.0167,0.0000,5,1054.1434,252.4234,613.9511,-70.5025,27.8649,67.7738,-7.7827,-0.0426,23.1450,0.0000,23.1450,4.7625,23.1450,0.5647,0.0000,22.5803,0.0000,22.5803,5.2435,17.3368,0.0000,17.3368,-0.0197,17.3565,0.0000,10.4531,8.8751,-1.9717,5766.9497,5766.9497,5766.9497 -736.5000,1.0000,9369.9401,48.1070,48.1960,0.0439,0.0000,5,1055.2182,320.8215,577.3609,-70.5795,35.4515,63.7996,-7.7992,0.1123,30.5721,0.0000,30.5721,4.7670,30.5721,0.6025,0.0000,29.9696,0.0000,29.9696,5.2489,24.7208,0.0000,24.7208,0.0521,24.6687,0.0000,10.5871,8.8842,5.1975,7234.2005,7234.2005,7234.2005 -737.5000,1.0000,9383.3683,48.3315,48.4870,0.0808,0.0000,5,1060.1426,349.5498,612.1767,-70.9320,38.8063,67.9626,-7.8747,0.2078,33.8092,0.0000,33.8092,4.7893,33.8092,0.6219,0.0000,33.1873,0.0000,33.1873,5.2733,27.9140,0.0000,27.9140,0.0963,27.8177,0.0000,9.2748,8.9256,9.6172,7847.9323,7847.9323,7847.9323 -738.5000,1.0000,9396.8994,48.7020,48.9370,0.1250,0.0000,5,1068.2694,409.7213,628.2532,-71.5137,45.8351,70.2820,-8.0002,0.3238,40.7014,0.0000,40.7014,4.8099,40.7014,0.6616,0.0000,40.0398,0.0000,40.0398,5.3138,34.7260,0.0000,34.7260,0.1501,34.5759,0.0000,10.5959,8.9941,14.9860,9233.4000,9233.4000,9233.4000 -739.5000,1.0000,9410.6414,49.4610,50.0050,0.2967,0.0000,5,1084.9179,618.8541,662.7860,-72.7055,70.3095,75.3007,-8.2602,0.7804,64.6889,0.0000,64.6889,4.8402,64.6889,0.7925,0.0000,63.8964,0.0000,63.8964,5.5029,58.3935,0.0000,58.3935,0.3618,58.0317,0.0000,12.7764,9.1342,36.1211,13901.1328,13901.1328,13901.1328 -740.5000,1.0000,9424.7233,50.6850,51.3850,0.3833,0.0000,5,1111.7661,666.9408,763.7726,-74.4869,77.6478,88.9214,-8.6721,1.0333,71.6692,0.0000,71.6692,4.9453,71.6692,0.8451,0.0000,70.8240,0.0000,70.8240,5.7193,65.1047,0.0000,65.1047,0.4790,64.6257,0.0000,7.4371,9.3603,47.8283,15251.2113,15251.2113,15251.2113 -741.5000,1.0000,9439.2032,52.1175,52.8700,0.4125,0.0000,5,1143.1878,651.0369,788.4408,-76.3613,77.9385,94.3877,-9.1415,1.1434,71.7588,0.0000,71.7588,5.0363,71.7588,0.8668,0.0000,70.8920,0.0000,70.8920,5.8520,65.0400,0.0000,65.0400,0.5300,64.5100,0.0000,1.9631,9.6248,52.9221,15307.7658,15307.7658,15307.7658 -742.5000,1.0000,9454.0682,53.5040,54.1580,0.3578,0.0000,5,1173.6004,574.0992,783.6911,-78.1755,70.5563,96.3150,-9.6077,1.0181,64.3918,0.0000,64.3918,5.1464,64.3918,0.8509,0.0000,63.5409,0.0000,63.5409,5.8691,57.6719,0.0000,57.6719,0.4720,57.1999,0.0000,0.1965,9.8809,47.1226,13964.3666,13964.3666,13964.3666 -743.5000,1.0000,9469.3107,54.8630,55.5880,0.3972,0.0000,5,1203.4098,617.0436,753.9073,-79.9525,77.7603,95.0080,-10.0757,1.1590,71.3192,0.0000,71.3192,5.2821,71.3192,0.9064,0.0000,70.4128,0.0000,70.4128,6.0970,64.3158,0.0000,64.3158,0.5373,63.7785,0.0000,0.0000,10.1318,53.6466,15329.6033,15329.6033,15329.6033 -744.5000,1.0000,9484.9255,56.2035,56.8390,0.3475,0.0000,5,1232.8134,561.2059,774.4240,-81.6964,72.4516,99.9781,-10.5470,1.0387,65.9799,0.0000,65.9799,5.4330,65.9799,0.9006,0.0000,65.0792,0.0000,65.0792,6.1402,58.9390,0.0000,58.9390,0.4815,58.4575,0.0000,0.0000,10.3794,48.0781,14309.3682,14309.3682,14309.3682 -745.5000,1.0000,9500.8659,57.3755,57.9320,0.3036,0.0000,5,1258.5210,511.5983,753.2155,-83.2210,67.4246,99.2678,-10.9679,0.9265,61.0619,0.0000,61.0619,5.4362,61.0619,0.8947,0.0000,60.1673,0.0000,60.1673,6.2601,53.9072,0.0000,53.9072,0.4295,53.4777,0.0000,0.0000,10.5958,42.8818,13384.3078,13384.3078,13384.3078 -746.5000,1.0000,9517.0662,58.3110,58.7100,0.2161,0.0000,5,1279.0410,414.6931,733.9427,-84.4380,55.5444,98.3049,-11.3097,0.6702,49.3135,0.0000,49.3135,5.5606,49.3135,0.8510,0.0000,48.4626,0.0000,48.4626,6.3622,42.1004,0.0000,42.1004,0.3107,41.7897,0.0000,0.0000,10.7686,31.0211,11104.9743,11104.9743,11104.9743 -747.5000,1.0000,9533.4694,59.0415,59.3930,0.1897,0.0000,5,1295.0644,384.9304,695.9404,-85.3884,52.2038,94.3826,-11.5803,0.5957,46.0424,0.0000,46.0424,5.5657,46.0424,0.8465,0.0000,45.1959,0.0000,45.1959,6.4419,38.7540,0.0000,38.7540,0.2762,38.4778,0.0000,0.0000,10.9035,27.5743,10498.7126,10498.7126,10498.7126 -748.5000,1.0000,9550.0093,59.5335,59.6940,0.0836,0.0000,5,1305.8564,267.3462,683.6538,-86.0284,36.5593,93.4890,-11.7643,0.2647,30.6436,0.0000,30.6436,5.6510,30.6436,0.7776,0.0000,29.8660,0.0000,29.8660,6.4956,23.3704,0.0000,23.3704,0.1227,23.2477,0.0000,0.0000,10.9944,12.2533,7565.7960,7565.7960,7565.7960 -749.5000,1.0000,9566.6196,59.7870,59.9000,0.0572,0.0000,5,1311.4168,237.8687,635.8212,-86.3582,32.6668,87.3181,-11.8597,0.1820,26.8332,0.0000,26.8332,5.6517,26.8332,0.7627,0.0000,26.0705,0.0000,26.0705,6.5232,19.5472,0.0000,19.5472,0.0843,19.4629,0.0000,0.0000,11.0412,8.4217,6843.8301,6843.8301,6843.8301 -750.5000,1.0000,9583.2407,59.8260,59.7720,-0.0356,0.0000,5,1312.2723,135.2526,621.8746,-86.4089,18.5865,85.4585,-11.8744,-0.1131,12.9812,0.0000,12.9812,5.7185,12.9812,0.6941,0.0000,12.2871,0.0000,12.2871,6.5275,5.7596,0.0000,5.7596,-0.0524,5.8121,0.0000,0.0000,11.0484,-5.2363,4236.4147,4236.4147,4236.4147 -751.5000,1.0000,9599.8108,59.6425,59.5330,-0.0664,0.0000,5,1308.2473,100.4473,577.4573,-86.1702,13.7612,79.1113,-11.8053,-0.2106,8.3450,0.0000,8.3450,5.6268,8.3450,0.6679,0.0000,7.6771,0.0000,7.6771,6.5075,1.1697,0.0000,1.1697,-0.0976,1.2673,0.0000,0.0000,11.0145,-9.7472,3342.8240,3342.8240,3342.8240 -752.5000,1.0000,9616.3468,59.5195,59.5260,-0.0019,0.0000,5,1305.5493,172.4193,563.7424,-86.0102,23.5726,77.0731,-11.7590,-0.0062,17.9117,0.0000,17.9117,5.6670,17.9117,0.7137,0.0000,17.1981,0.0000,17.1981,6.4940,10.7040,0.0000,10.7040,-0.0029,10.7069,0.0000,0.0000,10.9918,-0.2849,5151.1778,5151.1778,5151.1778 -753.5000,1.0000,9632.8733,59.4855,59.4650,-0.0169,0.0000,5,1304.8035,155.8272,593.3460,-85.9660,21.2920,81.0740,-11.7463,-0.0536,15.6717,0.0000,15.6717,5.6740,15.6717,0.7019,0.0000,14.9698,0.0000,14.9698,6.4903,8.4794,0.0000,8.4794,-0.0249,8.5043,0.0000,0.0000,10.9855,-2.4812,4729.3905,4729.3905,4729.3905 -754.5000,1.0000,9649.3391,59.2670,59.0890,-0.1044,0.0000,5,1300.0107,74.0971,583.2363,-85.6817,10.0873,79.3999,-11.6644,-0.3292,2.6854,0.0000,2.6854,7.7312,2.6854,0.6643,0.0000,2.0210,0.0000,2.0210,6.4665,-4.4455,0.0000,-4.4455,-0.1526,-4.2928,0.0000,0.0000,10.9451,-15.2380,2882.9188,2882.9188,2882.9188 -755.5000,1.0000,9665.7034,58.9015,58.7340,-0.0986,0.0000,5,1291.9936,80.3449,546.6918,-85.2062,10.8704,73.9659,-11.5282,-0.3089,3.5188,0.0000,3.5188,7.6606,3.5188,0.6559,0.0000,2.8629,0.0000,2.8629,6.4266,-3.5638,0.0000,-3.5638,-0.1432,-3.4206,0.0000,0.0000,10.8777,-14.2982,2964.8454,2964.8454,2964.8454 -756.5000,1.0000,9681.9387,58.4370,58.1600,-0.1594,0.0000,5,1281.8048,13.2767,545.2207,-84.6020,1.7821,73.1851,-11.3561,-0.4955,-5.3283,0.0000,-5.3283,7.6060,-5.3283,0.6701,0.0000,-5.9984,0.0000,-5.9984,6.3759,-12.3743,0.0000,-12.3743,-0.2297,-12.1446,0.0000,0.0000,10.7919,-22.9365,1856.4125,1856.4125,1856.4125 -757.5000,1.0000,9697.9541,57.6455,57.1510,-0.2803,0.0000,5,1264.4434,-83.5721,508.2679,-83.5723,-11.0660,67.3009,-11.0660,-0.8593,-17.7530,0.0000,-17.7530,7.5463,-17.7530,0.6877,0.0000,-18.4407,0.0000,-18.4407,6.2896,-24.7303,4.7949,-29.5252,-0.3983,-29.1268,0.0000,0.0000,10.6457,-39.7725,0.0000,0.0000,0.0000 -758.5000,1.0000,9713.6782,56.5965,56.0620,-0.3025,0.0000,5,1241.4338,-82.2072,457.8067,-82.2076,-10.6871,59.5161,-10.6872,-0.9105,-17.2613,0.0000,-17.2613,7.4847,-17.2613,0.6689,0.0000,-17.9301,0.0000,-17.9301,6.1751,-24.1053,8.0097,-32.1149,-0.4221,-31.6928,0.0000,0.0000,10.4520,-42.1448,0.0000,0.0000,0.0000 -759.5000,1.0000,9729.1066,55.5325,55.0230,-0.2886,0.0000,5,1218.0952,-80.8232,451.9718,-80.8235,-10.3097,57.6529,-10.3097,-0.8524,-16.7872,0.0000,-16.7872,7.3300,-16.7872,0.6500,0.0000,-17.4373,0.0000,-17.4373,6.0590,-23.4963,6.0972,-29.5935,-0.3952,-29.1984,0.0000,0.0000,10.2555,-39.4539,0.0000,0.0000,0.0000 -760.5000,1.0000,9744.1321,54.0815,53.1600,-0.5175,0.0000,5,1186.2677,-78.9299,436.1690,-78.9311,-9.8051,54.1834,-9.8053,-1.4885,-15.4913,0.0000,-15.4913,7.1746,-15.4913,0.6231,0.0000,-16.1143,0.0000,-16.1143,5.9007,-22.0151,37.5825,-59.5976,-0.6900,-58.9076,0.0000,0.0000,9.9875,-68.8951,0.0000,0.0000,0.0000 -761.5000,1.0000,9758.6615,52.2960,51.4520,-0.4744,0.0000,5,1147.1031,-76.5930,426.2403,-76.5949,-9.2007,51.2018,-9.2009,-1.3196,-14.9192,0.0000,-14.9192,7.0381,-14.9192,0.5930,0.0000,-15.5123,0.0000,-15.5123,5.7059,-21.2182,30.2202,-51.4383,-0.6117,-50.8266,0.5934,0.0000,9.6578,-61.0778,0.0000,0.0000,0.0000 -762.5000,1.0000,9772.7226,50.6100,49.7880,-0.4622,0.0000,5,1110.1210,-74.3868,416.8754,-74.3888,-8.6476,48.4624,-8.6478,-1.2442,-12.3451,0.0000,-12.3451,4.9416,-12.3451,0.5602,0.0000,-12.9052,0.0000,-12.9052,5.5220,-18.4272,25.7831,-44.2103,-0.5768,-43.6336,4.6060,0.0000,9.3463,-57.5859,0.0000,0.0000,0.0000 -763.5000,1.0000,9786.2872,48.8225,47.8770,-0.5308,0.0000,5,1070.9125,-71.7008,404.1777,-71.7029,-8.0409,45.3268,-8.0412,-1.3784,-11.5376,0.0000,-11.5376,4.8750,-11.5376,0.5307,0.0000,-12.0683,0.0000,-12.0683,5.3269,-17.3953,28.7386,-46.1338,-0.6390,-45.4949,9.2872,0.0000,9.0160,-63.7981,0.0000,0.0000,0.0000 -764.5000,1.0000,9799.3151,46.8905,45.9240,-0.5425,0.0000,5,1028.5345,-68.6672,392.8527,-68.6694,-7.3960,42.3133,-7.3962,-1.3529,-10.7614,0.0000,-10.7614,4.7184,-10.7614,0.4999,0.0000,-11.2613,0.0000,-11.2613,5.1161,-16.3775,27.6159,-43.9934,-0.6272,-43.3662,10.5948,0.0000,8.6591,-62.6201,0.0000,0.0000,0.0000 -765.5000,1.0000,9811.8526,45.1250,44.3460,-0.4383,0.0000,5,989.8086,-67.2085,380.7877,-67.2098,-6.9663,39.4696,-6.9665,-1.0520,-10.5008,0.0000,-10.5008,4.5865,-10.5008,0.4735,0.0000,-10.9743,0.0000,-10.9743,4.9235,-15.8978,18.1613,-34.0591,-0.4877,-33.5714,6.7865,0.0000,8.3333,-48.6913,0.0000,0.0000,0.0000 -766.5000,1.0000,9824.0229,43.8030,43.2800,-0.2961,0.0000,5,960.8107,-68.8686,373.0793,-68.8686,-6.9293,37.5377,-6.9293,-0.6898,-10.7131,0.0000,-10.7131,4.4736,-10.7131,0.4551,0.0000,-11.1682,0.0000,-11.1682,4.7793,-15.9475,5.2197,-21.1671,-0.3198,-20.8474,2.9925,0.0000,8.0893,-31.9292,0.0000,0.0000,0.0000 -767.5000,1.0000,9835.9701,43.0000,42.7400,-0.1500,0.0000,5,943.1971,17.1352,373.2291,-69.8762,1.6925,36.8644,-6.9018,-0.3430,-2.3583,0.0000,-2.3583,4.3938,-2.3583,0.4230,0.0000,-2.7813,0.0000,-2.7813,4.6916,-7.4729,0.0000,-7.4729,-0.1590,-7.3139,0.6228,0.0000,7.9410,-15.8778,1229.4156,1229.4156,1229.4156 -768.5000,1.0000,9847.7765,42.4930,42.2660,-0.1317,0.0000,5,932.0761,31.4185,410.6208,-70.5124,3.0667,40.0794,-6.8825,-0.2976,-1.0145,0.0000,-1.0145,4.3787,-1.0145,0.4125,0.0000,-1.4270,0.0000,-1.4270,4.6363,-6.0633,0.0000,-6.0633,-0.1379,-5.9254,0.0000,0.0000,7.8474,-13.7728,1425.6086,1425.6086,1425.6086 -769.5000,1.0000,9859.5073,42.2210,42.1960,-0.0194,0.0000,5,926.1099,155.3840,419.3137,-70.8537,15.0695,40.6659,-6.8715,-0.0437,10.7864,0.0000,10.7864,4.3267,10.7864,0.4238,0.0000,10.3626,0.0000,10.3626,4.6066,5.7560,0.0000,5.7560,-0.0202,5.7762,0.0000,0.0000,7.7972,-2.0209,3488.0500,3488.0500,3488.0500 -770.5000,1.0000,9871.2330,42.2025,42.2290,0.0092,0.0000,5,925.7041,186.8803,484.7533,-70.8769,18.1161,46.9917,-6.8708,0.0206,13.7988,0.0000,13.7988,4.2967,13.7988,0.4386,0.0000,13.3602,0.0000,13.3602,4.6046,8.7556,0.0000,8.7556,0.0095,8.7461,0.0000,0.0000,7.7938,0.9523,3981.1315,3981.1315,3981.1315 -771.5000,1.0000,9882.9241,42.0780,41.9470,-0.0783,0.0000,5,922.9732,89.7607,497.4443,-71.0331,8.6757,48.0797,-6.8656,-0.1753,4.5595,0.0000,4.5595,4.2915,4.5595,0.3929,0.0000,4.1666,0.0000,4.1666,4.5910,-0.4244,0.0000,-0.4244,-0.0813,-0.3432,0.0000,0.0000,7.7708,-8.1139,2509.1018,2509.1018,2509.1018 -772.5000,1.0000,9894.5751,41.9335,41.9400,-0.0019,0.0000,5,919.8036,174.7198,447.7383,-71.2144,16.8293,43.1269,-6.8595,-0.0043,12.5455,0.0000,12.5455,4.2881,12.5455,0.4289,0.0000,12.1166,0.0000,12.1166,4.5753,7.5414,0.0000,7.5414,-0.0020,7.5434,0.0000,0.0000,7.7441,-0.2007,3765.0136,3765.0136,3765.0136 -773.5000,1.0000,9906.2455,42.0035,42.0870,0.0408,0.0000,5,921.3390,222.2008,493.9335,-71.1266,21.4385,47.6559,-6.8625,0.0912,17.0566,0.0000,17.0566,4.2906,17.0566,0.4523,0.0000,16.6043,0.0000,16.6043,4.5829,12.0214,0.0000,12.0214,0.0423,11.9791,0.0000,0.0000,7.7570,4.2221,4540.5540,4540.5540,4540.5540 -774.5000,1.0000,9917.9632,42.1735,42.2800,0.0536,0.0000,5,925.0680,235.9900,520.3345,-70.9133,22.8610,50.4063,-6.8696,0.1202,18.4730,0.0000,18.4730,4.2678,18.4730,0.4616,0.0000,18.0114,0.0000,18.0114,4.6015,13.4099,0.0000,13.4099,0.0557,13.3542,0.0000,0.0000,7.7884,5.5658,4787.3714,4787.3714,4787.3714 -775.5000,1.0000,9929.7798,42.5300,42.8000,0.1444,0.0000,5,932.8877,336.9717,533.0719,-70.4660,32.9194,52.0767,-6.8839,0.3267,28.2839,0.0000,28.2839,4.3087,28.2839,0.5153,0.0000,27.7686,0.0000,27.7686,4.6404,23.1283,0.0000,23.1283,0.1515,22.9768,0.0000,0.0000,7.8542,15.1226,6685.9978,6685.9978,6685.9978 -776.5000,1.0000,9941.7839,43.2045,43.6290,0.2303,0.0000,5,947.6828,431.9636,592.2074,-69.6196,42.8685,58.7713,-6.9091,0.5291,38.0020,0.0000,38.0020,4.3374,38.0020,0.5727,0.0000,37.4293,0.0000,37.4293,4.7140,32.7153,0.0000,32.7153,0.2453,32.4700,0.0000,0.0000,7.9788,24.4912,8617.2996,8617.2996,8617.2996 -777.5000,1.0000,9953.9822,43.9040,44.1990,0.1583,0.0000,5,963.0262,351.9704,643.5820,-68.7419,35.4955,64.9039,-6.9325,0.3697,30.7274,0.0000,30.7274,4.3983,30.7274,0.5456,0.0000,30.1818,0.0000,30.1818,4.7903,25.3916,0.0000,25.3916,0.1714,25.2202,0.0000,0.0000,8.1080,17.1122,7231.7285,7231.7285,7231.7285 -778.5000,1.0000,9966.3686,44.5810,44.9830,0.2178,0.0000,5,977.8760,417.8837,611.1273,-67.8924,42.7925,62.5812,-6.9524,0.5164,37.8264,0.0000,37.8264,4.4498,37.8264,0.5902,0.0000,37.2362,0.0000,37.2362,4.8641,32.3721,0.0000,32.3721,0.2394,32.1327,0.0000,0.0000,8.2330,23.8997,8637.3196,8637.3196,8637.3196 -779.5000,1.0000,9978.9946,45.4435,45.9240,0.2614,0.0000,5,996.7948,465.9745,650.3216,-66.8102,48.6403,67.8832,-6.9739,0.6317,43.5144,0.0000,43.5144,4.4942,43.5144,0.6303,0.0000,42.8841,0.0000,42.8841,4.9582,37.9259,0.0000,37.9259,0.2929,37.6330,0.0000,0.0000,8.3923,29.2407,9770.4824,9770.4824,9770.4824 -780.5000,1.0000,9991.8775,46.3685,46.8330,0.2525,0.0000,5,1017.0845,456.5906,676.6689,-67.8498,48.6309,72.0712,-7.2266,0.6227,43.3745,0.0000,43.3745,4.6338,43.3745,0.6423,0.0000,42.7323,0.0000,42.7323,5.0592,37.6731,0.0000,37.6731,0.2887,37.3844,0.0000,0.0000,8.5631,28.8213,9752.1521,9752.1521,9752.1521 -781.5000,1.0000,10005.0266,47.3270,47.8410,0.2800,0.0000,5,1038.1090,486.6914,675.9422,-69.3548,52.9085,73.4820,-7.5396,0.7048,47.5279,0.0000,47.5279,4.6758,47.5279,0.6763,0.0000,46.8515,0.0000,46.8515,5.1637,41.6878,0.0000,41.6878,0.3267,41.3611,0.0000,0.0000,8.7401,32.6209,10536.8529,10536.8529,10536.8529 -782.5000,1.0000,10018.4746,48.4025,48.9840,0.3175,0.0000,5,1061.6999,528.2434,694.4599,-71.0435,58.7306,77.2107,-7.8987,0.8173,53.1487,0.0000,53.1487,4.7646,53.1487,0.7196,0.0000,52.4291,0.0000,52.4291,5.2811,47.1480,0.0000,47.1480,0.3789,46.7691,0.0000,0.0000,8.9387,37.8304,11672.7768,11672.7768,11672.7768 -783.5000,1.0000,10032.2179,49.4660,49.9680,0.2733,0.0000,5,1085.0276,479.1253,716.7755,-72.7133,54.4400,81.4428,-8.2620,0.7191,48.8625,0.0000,48.8625,4.8585,48.8625,0.7134,0.0000,48.1491,0.0000,48.1491,5.3971,42.7520,0.0000,42.7520,0.3334,42.4186,0.0000,0.0000,9.1351,33.2835,10830.2944,10830.2944,10830.2944 -784.5000,1.0000,10046.2261,50.4195,50.8910,0.2564,0.0000,5,1105.9424,459.8418,696.8779,-74.1396,53.2561,80.7082,-8.5864,0.6875,47.6744,0.0000,47.6744,4.8942,47.6744,0.7213,0.0000,46.9531,0.0000,46.9531,5.5012,41.4519,0.0000,41.4519,0.3187,41.1332,0.0000,0.0000,9.3112,31.8220,10575.7430,10575.7430,10575.7430 -785.5000,1.0000,10060.4514,51.2010,51.5310,0.1778,0.0000,5,1123.0845,372.1897,689.4075,-75.1621,43.7729,81.0806,-8.8398,0.4841,38.3597,0.0000,38.3597,4.9291,38.3597,0.6862,0.0000,37.6735,0.0000,37.6735,5.5864,32.0871,0.0000,32.0871,0.2244,31.8626,0.0000,0.0000,9.4556,22.4071,8812.5891,8812.5891,8812.5891 -786.5000,1.0000,10074.7794,51.5710,51.6310,0.0278,0.0000,5,1131.2004,205.4935,648.0082,-75.6462,24.3426,76.7624,-8.9610,0.0762,19.3088,0.0000,19.3088,4.9575,19.3088,0.5964,0.0000,18.7124,0.0000,18.7124,5.6268,13.0856,0.0000,13.0856,0.0353,13.0503,0.0000,0.0000,9.5239,3.5264,5172.7038,5172.7038,5172.7038 -787.5000,1.0000,10089.1105,51.5820,51.5530,-0.0217,0.0000,5,1131.4417,150.7039,569.5630,-75.6606,17.8560,67.4843,-8.9646,-0.0594,12.9399,0.0000,12.9399,4.9756,12.9399,0.5647,0.0000,12.3752,0.0000,12.3752,5.6280,6.7472,0.0000,6.7472,-0.0276,6.7747,0.0000,0.0000,9.5259,-2.7512,3933.7319,3933.7319,3933.7319 -788.5000,1.0000,10103.4175,51.4950,51.4570,-0.0267,0.0000,5,1129.5333,144.9375,543.3114,-75.5468,17.1439,64.2653,-8.9360,-0.0730,12.2743,0.0000,12.2743,4.9426,12.2743,0.5601,0.0000,11.7141,0.0000,11.7141,5.6185,6.0956,0.0000,6.0956,-0.0339,6.1295,0.0000,0.0000,9.5099,-3.3804,3793.1673,3793.1673,3793.1673 -789.5000,1.0000,10117.6800,51.3350,51.2330,-0.0622,0.0000,5,1126.0238,105.6067,538.9631,-75.3374,12.4528,63.5529,-8.8836,-0.1699,7.6744,0.0000,7.6744,4.9483,7.6744,0.5347,0.0000,7.1396,0.0000,7.1396,5.6011,1.5386,0.0000,1.5386,-0.0788,1.6173,0.0000,0.0000,9.4803,-7.8630,3102.6271,3102.6271,3102.6271 -790.5000,1.0000,10131.8733,51.0860,50.9590,-0.0761,0.0000,5,1120.5620,90.8810,518.7065,-75.0116,10.6644,60.8676,-8.8022,-0.2068,5.8629,0.0000,5.8629,5.0083,5.8629,0.5220,0.0000,5.3409,0.0000,5.3409,5.5739,-0.2330,0.0000,-0.2330,-0.0959,-0.1372,0.0000,0.0000,9.4343,-9.5715,2865.4288,2865.4288,2865.4288 -791.5000,1.0000,10145.9789,50.7700,50.6010,-0.0994,0.0000,5,1113.6306,64.9995,509.4472,-74.5982,7.5802,59.4113,-8.6996,-0.2685,2.8870,0.0000,2.8870,4.9617,2.8870,0.5246,0.0000,2.3624,0.0000,2.3624,5.5394,-3.1770,0.0000,-3.1770,-0.1245,-3.0525,0.0000,0.0000,9.3760,-12.4284,2447.8198,2447.8198,2447.8198 -792.5000,1.0000,10159.9307,50.2165,49.8520,-0.2081,0.0000,5,1101.4897,-54.6470,491.1777,-73.8739,-6.3034,56.6562,-8.5212,-0.5557,-10.6740,0.0000,-10.6740,4.9262,-10.6740,0.5499,0.0000,-11.2239,0.0000,-11.2239,5.4790,-16.7029,0.0000,-16.7029,-0.2576,-16.4453,0.0000,0.0000,9.2737,-25.7191,282.4926,282.4926,282.4926 -793.5000,1.0000,10173.6519,49.3865,48.9410,-0.2531,0.0000,5,1083.2838,-72.5885,426.1411,-72.5885,-8.2345,48.3420,-8.2345,-0.6647,-12.4449,0.0000,-12.4449,4.8751,-12.4449,0.5416,0.0000,-12.9865,0.0000,-12.9865,5.3885,-18.3750,3.5774,-21.9524,-0.3081,-21.6443,0.0000,0.0000,9.1205,-30.7647,0.0000,0.0000,0.0000 -794.5000,1.0000,10186.9898,48.0065,47.0920,-0.5136,0.0000,5,1053.0137,-70.4204,400.6423,-70.4217,-7.7654,44.1794,-7.7655,-1.3114,-11.2391,0.0000,-11.2391,4.7851,-11.2391,0.5177,0.0000,-11.7568,0.0000,-11.7568,5.2379,-16.9947,35.4441,-52.4388,-0.6079,-51.8309,0.0000,0.0000,8.8656,-60.6965,0.0000,0.0000,0.0000 -795.5000,1.0000,10199.8489,46.2825,45.4930,-0.4442,0.0000,5,1015.1981,-67.7126,392.1366,-67.7147,-7.1986,41.6886,-7.1988,-1.0933,-10.7700,0.0000,-10.7700,4.6647,-10.7700,0.4910,0.0000,-11.2610,0.0000,-11.2610,5.0498,-16.3108,25.4045,-41.7153,-0.5068,-41.2085,0.8491,0.0000,8.5472,-50.6048,0.0000,0.0000,0.0000 -796.5000,1.0000,10212.2661,44.6920,43.9110,-0.4394,0.0000,5,980.3108,-67.7511,376.8112,-67.7531,-6.9552,38.6826,-6.9554,-1.0445,-10.4654,0.0000,-10.4654,4.5547,-10.4654,0.4672,0.0000,-10.9326,0.0000,-10.9326,4.8763,-15.8088,23.8295,-39.6383,-0.4842,-39.1541,0.9386,0.0000,8.2535,-48.3463,0.0000,0.0000,0.0000 -797.5000,1.0000,10224.2815,43.2455,42.6000,-0.3642,0.0000,5,948.5821,-69.5671,371.1104,-69.5682,-6.9105,36.8644,-6.9106,-0.8376,-10.5384,0.0000,-10.5384,4.4655,-10.5384,0.4469,0.0000,-10.9852,0.0000,-10.9852,4.7184,-15.7037,14.5577,-30.2614,-0.3883,-29.8731,0.9083,0.0000,7.9864,-38.7677,0.0000,0.0000,0.0000 -798.5000,1.0000,10236.0540,42.3710,42.1620,-0.1217,0.0000,5,929.4001,44.0045,378.7697,-70.6655,4.2828,36.8644,-6.8776,-0.2742,0.1816,0.0000,0.1816,4.3754,0.1816,0.4079,0.0000,-0.2262,0.0000,-0.2262,4.6230,-4.8493,0.0000,-4.8493,-0.1271,-4.7222,0.1432,0.0000,7.8249,-12.6902,1646.6684,1646.6684,1646.6684 -799.5000,1.0000,10247.7425,42.0685,41.9950,-0.0464,0.0000,5,922.7648,125.7497,423.5584,-71.0450,12.1514,40.9292,-6.8652,-0.1038,7.9144,0.0000,7.9144,4.3408,7.9144,0.4075,0.0000,7.5069,0.0000,7.5069,4.5900,2.9169,0.0000,2.9169,-0.0481,2.9650,0.0000,0.0000,7.7690,-4.8040,3042.2498,3042.2498,3042.2498 -800.5000,1.0000,10259.4793,42.2425,42.5100,0.1431,0.0000,5,926.5815,335.8455,473.8912,-70.8267,32.5875,45.9823,-6.8724,0.3214,27.9449,0.0000,27.9449,4.3213,27.9449,0.5099,0.0000,27.4350,0.0000,27.4350,4.6090,22.8260,0.0000,22.8260,0.1490,22.6771,0.0000,0.0000,7.8011,14.8759,6616.6118,6616.6118,6616.6118 -801.5000,1.0000,10271.4407,43.0510,43.6120,0.3061,0.0000,5,944.3158,516.4995,592.2809,-69.8122,51.0759,58.5698,-6.9036,0.7009,46.0242,0.0000,46.0242,4.3508,46.0242,0.6108,0.0000,45.4134,0.0000,45.4134,4.6972,40.7162,0.0000,40.7162,0.3249,40.3913,0.0000,0.0000,7.9505,32.4408,10171.2813,10171.2813,10171.2813 -802.5000,1.0000,10283.7369,44.2565,44.9210,0.3636,0.0000,5,970.7582,580.1099,692.3650,-68.2996,58.9726,70.3841,-6.9432,0.8559,53.7106,0.0000,53.7106,4.4061,53.7106,0.6652,0.0000,53.0453,0.0000,53.0453,4.8620,48.1834,0.0000,48.1834,0.3967,47.7866,0.0000,0.0000,8.1731,39.6135,11734.1642,11734.1642,11734.1642 -803.5000,1.0000,10296.4196,45.6475,46.3940,0.4092,0.0000,5,1001.2695,631.0543,730.9026,-66.7177,66.1677,76.6371,-6.9955,0.9934,60.6805,0.0000,60.6805,4.4939,60.6805,0.7189,0.0000,59.9616,0.0000,59.9616,5.0935,54.8681,0.0000,54.8681,0.4605,54.4076,0.0000,0.0000,8.4300,45.9776,13143.4132,13143.4132,13143.4132 -804.5000,1.0000,10309.5404,47.2250,48.0760,0.4672,0.0000,5,1035.8717,696.1044,759.9245,-69.1946,75.5108,82.4337,-7.5060,1.1735,69.7402,0.0000,69.7402,4.5970,69.7402,0.7860,0.0000,68.9543,0.0000,68.9543,5.3734,63.5809,0.0000,63.5809,0.5440,63.0369,0.0000,0.0000,8.7213,54.3156,14903.7082,14903.7082,14903.7082 -805.5000,1.0000,10323.1105,48.8425,49.6290,0.4314,0.0000,5,1071.3512,655.4084,793.7687,-71.7343,73.5313,89.0542,-8.0480,1.1206,67.6968,0.0000,67.6968,4.7139,67.6968,0.7986,0.0000,66.8982,0.0000,66.8982,5.4911,61.4071,0.0000,61.4071,0.5195,60.8876,0.0000,0.0000,9.0200,51.8676,14473.2105,14473.2105,14473.2105 -806.5000,1.0000,10337.1315,50.4655,51.3220,0.4703,0.0000,5,1106.9515,698.9443,779.4921,-74.1997,81.0214,90.3585,-8.6012,1.2622,74.9333,0.0000,74.9333,4.8259,74.9333,0.8583,0.0000,74.0750,0.0000,74.0750,5.7479,68.3271,0.0000,68.3271,0.5851,67.7420,0.0000,0.0000,9.3197,58.4223,15916.6629,15916.6629,15916.6629 -807.5000,1.0000,10351.6187,52.1440,52.9860,0.4622,0.0000,5,1143.7690,689.5922,802.4025,-76.3960,82.5960,96.1079,-9.1503,1.2819,76.3688,0.0000,76.3688,4.9454,76.3688,0.8902,0.0000,75.4785,0.0000,75.4785,5.9232,69.5553,0.0000,69.5553,0.5942,68.9611,0.0000,0.0000,9.6297,59.3314,16194.5801,16194.5801,16194.5801 -808.5000,1.0000,10366.5584,53.7730,54.5800,0.4428,0.0000,5,1179.5009,667.5210,801.6998,-78.5275,82.4502,99.0236,-9.6995,1.2663,76.1108,0.0000,76.1108,5.0731,76.1108,0.9136,0.0000,75.1972,0.0000,75.1972,6.0686,69.1286,0.0000,69.1286,0.5870,68.5416,0.0000,0.0000,9.9305,58.6110,16168.0208,16168.0208,16168.0208 -809.5000,1.0000,10381.9364,55.3505,56.1410,0.4336,0.0000,5,1214.1030,657.1257,794.9353,-80.5867,83.5473,101.0685,-10.2458,1.2765,77.0652,0.0000,77.0652,5.2057,77.0652,0.9427,0.0000,76.1225,0.0000,76.1225,6.2275,69.8951,0.0000,69.8951,0.5917,69.3033,0.0000,0.0000,10.2219,59.0815,16365.8050,16365.8050,16365.8050 -810.5000,1.0000,10397.7336,56.8600,57.5990,0.4050,0.0000,5,1247.2136,625.1282,793.0225,-82.5504,81.6467,103.5750,-10.7817,1.2248,75.0485,0.0000,75.0485,5.3735,75.0485,0.9564,0.0000,74.0921,0.0000,74.0921,6.3357,67.7564,0.0000,67.7564,0.5678,67.1886,0.0000,0.0000,10.5006,56.6880,16015.0470,16015.0470,16015.0470 -811.5000,1.0000,10413.9184,58.2555,58.9320,0.3703,0.0000,5,1277.8237,591.7721,782.2746,-84.3658,79.1870,104.6788,-11.2893,1.1472,72.5461,0.0000,72.5461,5.4937,72.5461,0.9662,0.0000,71.5798,0.0000,71.5798,6.4262,65.1536,0.0000,65.1536,0.5318,64.6218,0.0000,0.7635,10.7584,53.0999,15585.5346,15585.5346,15585.5346 -812.5000,1.0000,10430.4355,59.4515,59.9910,0.2942,0.0000,5,1304.0577,514.1546,770.5708,-85.9217,70.2133,105.2296,-11.7335,0.9301,63.7025,0.0000,63.7025,5.5807,63.7025,0.9415,0.0000,62.7610,0.0000,62.7610,6.4866,56.2743,0.0000,56.2743,0.4312,55.8431,0.0000,1.8127,10.9792,43.0512,13926.5635,13926.5635,13926.5635 -813.5000,1.0000,10447.2564,60.5450,61.1190,0.3133,0.0000,5,1328.0434,539.2622,742.8444,-87.3443,74.9965,103.3091,-12.1472,1.0090,68.2985,0.0000,68.2985,5.6891,68.2985,0.9826,0.0000,67.3159,0.0000,67.3159,6.6059,60.7100,0.0000,60.7100,0.4677,60.2423,0.0000,2.3614,11.1812,46.6997,14781.3042,14781.3042,14781.3042 -814.5000,1.0000,10464.2344,61.1110,61.1230,0.0011,0.0000,5,1340.4585,194.2098,749.9169,-88.0806,27.2617,105.2677,-12.3641,0.0036,21.4802,0.0000,21.4802,5.7779,21.4802,0.7579,0.0000,20.7223,0.0000,20.7223,6.6677,14.0547,0.0000,14.0547,0.0017,14.0530,0.0000,2.6001,11.2857,0.1671,5867.4899,5867.4899,5867.4899 -815.5000,1.0000,10481.1909,61.0335,60.9640,-0.0442,0.0000,5,1338.7586,146.4784,609.7129,-87.9798,20.5355,85.4784,-12.3343,-0.1434,14.9378,0.0000,14.9378,5.7410,14.9378,0.7239,0.0000,14.2139,0.0000,14.2139,6.6592,7.5547,0.0000,7.5547,-0.0665,7.6211,0.0000,2.9856,11.2714,-6.6358,4614.7992,4614.7992,4614.7992 -816.5000,1.0000,10498.1244,60.9505,60.9570,-0.0019,0.0000,5,1336.9380,207.5706,590.7815,-87.8718,29.0607,82.7117,-12.3024,-0.0063,23.3674,0.0000,23.3674,5.6996,23.3674,0.7647,0.0000,22.6028,0.0000,22.6028,6.6502,15.9526,0.0000,15.9526,-0.0029,15.9555,0.0000,4.9912,11.2561,-0.2917,6196.0426,6196.0426,6196.0426 -817.5000,1.0000,10515.0616,60.9640,60.9910,0.0094,0.0000,5,1337.2341,233.3682,616.0369,-87.8894,32.6797,86.2666,-12.3076,0.0306,26.8433,0.0000,26.8433,5.8057,26.8433,0.7823,0.0000,26.0611,0.0000,26.0611,6.6517,19.4094,0.0000,19.4094,0.0142,19.3952,0.0000,6.7193,11.2585,1.4174,6852.4532,6852.4532,6852.4532 -818.5000,1.0000,10532.0402,61.1130,61.2550,0.0733,0.0000,5,1340.5024,307.4814,628.6656,-88.0832,43.1633,88.2502,-12.3649,0.2384,37.1285,0.0000,37.1285,5.7965,37.1285,0.8362,0.0000,36.2923,0.0000,36.2923,6.6679,29.6244,0.0000,29.6244,0.1105,29.5139,0.0000,7.1956,11.2861,11.0323,8827.3852,8827.3852,8827.3852 -819.5000,1.0000,10549.1041,61.4200,61.6050,0.0972,0.0000,5,1347.2364,340.9520,660.3485,-88.4826,48.1023,93.1635,-12.4833,0.3176,41.9537,0.0000,41.9537,5.8310,41.9537,0.8655,0.0000,41.0883,0.0000,41.0883,6.7014,34.3869,0.0000,34.3869,0.1472,34.2397,0.0000,8.1973,11.3428,14.6996,9728.6111,9728.6111,9728.6111 -820.5000,1.0000,10566.2355,61.6630,61.7410,0.0378,0.0000,5,1352.5666,285.5149,673.5973,-88.7987,40.4405,95.4086,-12.5775,0.1239,34.4476,0.0000,34.4476,5.8690,34.4476,0.8320,0.0000,33.6156,0.0000,33.6156,6.7279,26.8877,0.0000,26.8877,0.0574,26.8302,0.0000,9.7082,11.3876,5.7344,8321.0326,8321.0326,8321.0326 -821.5000,1.0000,10583.4373,61.9165,62.1120,0.1031,0.0000,5,1358.1270,390.6810,654.0174,-89.1285,55.5637,93.0161,-12.6761,0.3394,49.3160,0.0000,49.3160,5.9083,49.3160,0.9106,0.0000,48.4054,0.0000,48.4054,6.7556,41.6498,0.0000,41.6498,0.1573,41.4925,0.0000,14.3506,11.4344,15.7075,11167.6885,11167.6885,11167.6885 -822.5000,1.0000,10600.7248,62.2250,62.3580,0.0683,0.0000,5,1364.8939,360.8312,696.2536,-89.5298,51.5741,99.5165,-12.7966,0.2261,45.4474,0.0000,45.4474,5.9006,45.4474,0.8965,0.0000,44.5509,0.0000,44.5509,6.7892,37.7616,0.0000,37.7616,0.1048,37.6568,0.0000,15.6983,11.4914,10.4671,10404.2169,10404.2169,10404.2169 -823.5000,1.0000,10618.0854,62.4880,62.6380,0.0778,0.0000,5,1370.6628,394.6093,685.7991,-89.8719,56.6404,98.4365,-12.8998,0.2585,50.4769,0.0000,50.4769,5.9051,50.4769,0.9261,0.0000,49.5507,0.0000,49.5507,6.8179,42.7328,0.0000,42.7328,0.1198,42.6130,0.0000,19.1088,11.5400,11.9641,11383.2291,11383.2291,11383.2291 -824.5000,1.0000,10635.5146,62.7350,62.8520,0.0594,0.0000,5,1376.0807,393.1533,699.7228,-90.1933,56.6545,100.8320,-12.9971,0.1983,50.5324,0.0000,50.5324,5.9238,50.5324,0.9306,0.0000,49.6017,0.0000,49.6017,6.8449,42.7569,0.0000,42.7569,0.0919,42.6649,0.0000,21.8991,11.5856,9.1802,11389.5901,11389.5901,11389.5901 -825.5000,1.0000,10652.9993,62.9350,63.0380,0.0517,0.0000,5,1380.4676,424.8238,699.8642,-90.4535,61.4135,101.1739,-13.0762,0.1729,53.1952,0.0000,53.1952,8.0453,53.1952,0.9473,0.0000,52.2479,0.0000,52.2479,6.8667,45.3812,0.0000,45.3812,0.0802,45.3010,0.0000,25.6740,11.6225,8.0045,12266.7846,12266.7846,12266.7846 -826.5000,1.0000,10670.5415,63.1420,63.2660,0.0633,0.0000,5,1385.0081,450.7415,713.2900,-90.7227,65.3745,103.4539,-13.1582,0.2127,57.0225,0.0000,57.0225,8.1394,57.0225,0.9700,0.0000,56.0524,0.0000,56.0524,6.8893,49.1632,0.0000,49.1632,0.0986,49.0646,0.0000,27.5596,11.6608,9.8442,13004.5210,13004.5210,13004.5210 -827.5000,1.0000,10688.1532,63.3920,63.5380,0.0756,0.0000,5,1390.4918,438.9411,724.4313,-91.0480,63.9151,105.4859,-13.2577,0.2547,55.5188,0.0000,55.5188,8.1415,55.5188,0.9668,0.0000,54.5520,0.0000,54.5520,6.9166,47.6355,0.0000,47.6355,0.1181,47.5174,0.0000,24.0200,11.7069,11.7904,12739.0788,12739.0788,12739.0788 -828.5000,1.0000,10705.8387,63.6580,63.7980,0.0722,0.0000,5,1396.3265,481.9588,720.6847,-91.3940,70.4734,105.3807,-13.3639,0.2445,62.0475,0.0000,62.0475,8.1814,62.0475,1.0040,0.0000,61.0435,0.0000,61.0435,6.9456,54.0979,0.0000,54.0979,0.1134,53.9845,0.0000,30.9109,11.7561,11.3176,13947.6810,13947.6810,13947.6810 -829.5000,1.0000,10723.5904,63.8960,64.0140,0.0600,0.0000,5,1401.5470,470.3039,737.9002,-91.7036,69.0263,108.3014,-13.4593,0.2039,60.6206,0.0000,60.6206,8.2019,60.6206,1.0010,0.0000,59.6196,0.0000,59.6196,6.9716,52.6480,0.0000,52.6480,0.0945,52.5535,0.0000,31.3160,11.8000,9.4374,13682.9766,13682.9766,13682.9766 -830.5000,1.0000,10741.3476,63.9160,63.8380,-0.0489,0.0000,5,1401.9857,341.9978,731.7577,-91.7296,50.2106,107.4335,-13.4673,-0.1662,42.2304,0.0000,42.2304,8.1464,42.2304,0.9094,0.0000,41.3210,0.0000,41.3210,6.9737,34.3473,0.0000,34.3473,-0.0770,34.4243,0.0000,30.3128,11.8037,-7.6922,10200.4819,10200.4819,10200.4819 -831.5000,1.0000,10759.0396,63.6810,63.5440,-0.0817,0.0000,5,1396.8310,310.6754,680.7981,-91.4239,45.4443,99.5843,-13.3731,-0.2766,37.6037,0.0000,37.6037,8.1172,37.6037,0.8822,0.0000,36.7215,0.0000,36.7215,6.9481,29.7734,0.0000,29.7734,-0.1282,29.9016,0.0000,30.9435,11.7603,-12.8022,9297.6296,9297.6296,9297.6296 -832.5000,1.0000,10776.6623,63.4320,63.3400,-0.0567,0.0000,5,1391.3692,332.4176,668.0329,-91.1000,48.4345,97.3350,-13.2736,-0.1912,42.6294,0.0000,42.6294,5.9963,42.6294,0.9030,0.0000,41.7263,0.0000,41.7263,6.9209,34.8054,0.0000,34.8054,-0.0886,34.8940,0.0000,32.0281,11.7143,-8.8484,9849.1671,9849.1671,9849.1671 -833.5000,1.0000,10794.2026,63.1350,62.9500,-0.1083,0.0000,5,1384.8546,315.2052,674.1910,-90.7136,45.7116,97.7723,-13.1554,-0.3638,40.1186,0.0000,40.1186,5.9567,40.1186,0.8854,0.0000,39.2332,0.0000,39.2332,6.8885,32.3447,0.0000,32.3447,-0.1686,32.5133,0.0000,37.6907,11.6595,-16.8369,9319.6514,9319.6514,9319.6514 -834.5000,1.0000,10811.6180,62.6855,62.4410,-0.1414,0.0000,5,1374.9949,211.0679,664.9190,-90.1289,30.3915,95.7411,-12.9776,-0.4714,24.9728,0.0000,24.9728,5.8901,24.9728,0.8020,0.0000,24.1708,0.0000,24.1708,6.8395,17.3314,0.0000,17.3314,-0.2185,17.5499,0.0000,27.7912,11.5765,-21.8178,6465.9904,6465.9904,6465.9904 -835.5000,1.0000,10828.8766,62.1210,61.8210,-0.1722,0.0000,5,1362.6127,211.1265,619.6390,-89.3945,30.1262,88.4178,-12.7559,-0.5690,24.8489,0.0000,24.8489,5.8463,24.8489,0.7918,0.0000,24.0571,0.0000,24.0571,6.7779,17.2792,0.0000,17.2792,-0.2638,17.5430,0.0000,32.4072,11.4722,-26.3364,6408.5384,6408.5384,6408.5384 -836.5000,1.0000,10845.9719,61.5330,61.2650,-0.1544,0.0000,5,1349.7150,244.5010,617.1559,-88.6296,34.5582,87.2299,-12.5271,-0.5054,29.2480,0.0000,29.2480,5.8157,29.2480,0.8038,0.0000,28.4442,0.0000,28.4442,6.7137,21.7304,0.0000,21.7304,-0.2343,21.9647,0.0000,33.9954,11.3636,-23.3943,7194.5250,7194.5250,7194.5250 -837.5000,1.0000,10862.8887,60.8905,60.5360,-0.2025,0.0000,5,1335.6219,257.3577,626.7554,-87.7937,35.9956,87.6618,-12.2794,-0.6558,30.8481,0.0000,30.8481,5.8033,30.8481,0.8011,0.0000,30.0470,0.0000,30.0470,6.6436,23.4034,0.0000,23.4034,-0.3040,23.7074,0.0000,42.8156,11.2450,-30.3532,7453.8712,7453.8712,7453.8712 -838.5000,1.0000,10879.6427,60.3045,60.0930,-0.1231,0.0000,5,1322.7681,372.2844,631.2210,-87.0314,51.5688,87.4367,-12.0556,-0.3947,46.2772,0.0000,46.2772,5.6863,46.2772,0.8685,0.0000,45.4087,0.0000,45.4087,6.5797,38.8290,0.0000,38.8290,-0.1830,39.0120,0.0000,46.1428,11.1367,-18.2675,10367.9389,10367.9389,10367.9389 -839.5000,1.0000,10896.2533,59.7880,59.5030,-0.1639,0.0000,5,1311.4388,296.9542,676.4382,-86.3595,40.7818,92.8977,-11.8601,-0.5211,35.6278,0.0000,35.6278,5.6751,35.6278,0.8067,0.0000,34.8212,0.0000,34.8212,6.5233,28.2978,0.0000,28.2978,-0.2416,28.5394,0.0000,41.6189,11.0414,-24.1209,8359.8936,8359.8936,8359.8936 -840.5000,1.0000,10912.6979,59.1905,58.8980,-0.1681,0.0000,5,1298.3327,238.1562,642.1115,-85.5822,32.3800,87.3022,-11.6358,-0.5290,27.3004,0.0000,27.3004,5.6087,27.3004,0.7552,0.0000,26.5451,0.0000,26.5451,6.4582,20.0870,0.0000,20.0870,-0.2452,20.3322,0.0000,33.8881,10.9310,-24.4869,6785.6811,6785.6811,6785.6811 -841.5000,1.0000,10929.0002,58.6785,58.4790,-0.1164,0.0000,5,1287.1021,254.6452,615.6830,-84.9161,34.3224,82.9848,-11.4454,-0.3632,29.1522,0.0000,29.1522,5.5334,29.1522,0.7561,0.0000,28.3960,0.0000,28.3960,6.4023,21.9937,0.0000,21.9937,-0.1684,22.1621,0.0000,28.1377,10.8365,-16.8120,7129.5424,7129.5424,7129.5424 -842.5000,1.0000,10945.2211,58.3850,58.3110,-0.0467,0.0000,5,1280.6642,318.7396,622.7362,-84.5343,42.7464,83.5157,-11.3370,-0.1449,37.3587,0.0000,37.3587,5.5326,37.3587,0.7924,0.0000,36.5663,0.0000,36.5663,6.3703,30.1961,0.0000,30.1961,-0.0672,30.2633,0.0000,26.1881,10.7823,-6.7071,8684.4131,8684.4131,8684.4131 -843.5000,1.0000,10961.4273,58.3325,58.3740,0.0175,0.0000,5,1279.5126,437.8353,651.0164,-84.4660,58.6657,87.2298,-11.3176,0.0543,53.0579,0.0000,53.0579,5.5535,53.0579,0.8700,0.0000,52.1878,0.0000,52.1878,6.3645,45.8233,0.0000,45.8233,0.0252,45.7981,0.0000,32.5126,10.7726,2.5129,11701.5505,11701.5505,11701.5505 -844.5000,1.0000,10977.6573,58.4180,58.4820,0.0300,0.0000,5,1281.3881,476.6181,702.0912,-84.5772,63.9558,94.2113,-11.3491,0.0932,58.3217,0.0000,58.3217,5.5408,58.3217,0.8977,0.0000,57.4240,0.0000,57.4240,6.3739,51.0501,0.0000,51.0501,0.0432,51.0069,0.0000,35.9044,10.7884,4.3142,12731.9184,12731.9184,12731.9184 -845.5000,1.0000,10993.9157,58.5200,58.5780,0.0267,0.0000,5,1283.6254,410.9771,718.7937,-84.7099,55.2439,96.6209,-11.3868,0.0830,49.6243,0.0000,49.6243,5.5366,49.6243,0.8559,0.0000,48.7684,0.0000,48.7684,6.3850,42.3834,0.0000,42.3834,0.0385,42.3449,0.0000,27.6962,10.8072,3.8415,11053.6630,11053.6630,11053.6630 -846.5000,1.0000,11010.1968,58.6020,58.6460,0.0189,0.0000,5,1285.4241,352.8780,691.0314,-84.8166,47.5007,93.0192,-11.4171,0.0589,41.8784,0.0000,41.8784,5.5634,41.8784,0.8185,0.0000,41.0599,0.0000,41.0599,6.3939,34.6659,0.0000,34.6659,0.0273,34.6386,0.0000,21.0914,10.8223,2.7249,9597.1261,9597.1261,9597.1261 -847.5000,1.0000,11026.4582,58.5310,58.4360,-0.0583,0.0000,5,1283.8667,303.9827,664.7076,-84.7242,40.8693,89.3674,-11.3909,-0.1816,35.4651,0.0000,35.4651,5.5858,35.4651,0.7853,0.0000,34.6798,0.0000,34.6798,6.3862,28.2936,0.0000,28.2936,-0.0842,28.3778,0.0000,25.9735,10.8092,-8.4049,8354.3813,8354.3813,8354.3813 -848.5000,1.0000,11042.6398,58.2440,58.0720,-0.1011,0.0000,5,1277.5714,265.5603,642.1140,-84.3509,35.5285,85.9065,-11.2850,-0.3132,30.3221,0.0000,30.3221,5.5196,30.3221,0.7549,0.0000,29.5672,0.0000,29.5672,6.3549,23.2123,0.0000,23.2123,-0.1452,23.3575,0.0000,27.0983,10.7562,-14.4970,7343.2027,7343.2027,7343.2027 -849.5000,1.0000,11058.7301,57.9150,57.7780,-0.0817,0.0000,5,1270.3549,291.0742,624.6458,-83.9229,38.7220,83.0974,-11.1644,-0.2515,33.4073,0.0000,33.4073,5.5662,33.4073,0.7651,0.0000,32.6422,0.0000,32.6422,6.3190,26.3233,0.0000,26.3233,-0.1166,26.4399,0.0000,27.3874,10.6955,-11.6430,7942.9371,7942.9371,7942.9371 -850.5000,1.0000,11074.6876,57.4370,57.1160,-0.1839,0.0000,5,1259.8700,163.2682,631.7253,-83.3011,21.5405,83.3456,-10.9902,-0.5617,16.6358,0.0000,16.6358,5.4664,16.6358,0.6735,0.0000,15.9623,0.0000,15.9623,6.2668,9.6955,0.0000,9.6955,-0.2604,9.9559,0.0000,25.3489,10.6072,-26.0002,4711.9444,4711.9444,4711.9444 -851.5000,1.0000,11090.4379,56.6910,56.2860,-0.2306,0.0000,5,1243.5066,99.8736,571.0602,-82.3306,13.0055,74.3633,-10.7211,-0.6951,8.3093,0.0000,8.3093,5.3914,8.3093,0.6200,0.0000,7.6893,0.0000,7.6893,6.1854,1.5038,0.0000,1.5038,-0.3222,1.8261,0.0000,23.5317,10.4694,-32.1750,3164.9360,3164.9360,3164.9360 -852.5000,1.0000,11105.9312,55.7660,55.2660,-0.2833,0.0000,5,1223.2169,-6.5530,536.6825,-81.1272,-0.8394,68.7463,-10.3920,-0.8403,-5.3120,0.0000,-5.3120,5.3130,-5.3120,0.6252,0.0000,-5.9372,0.0000,-5.9372,6.0845,-12.0217,0.0000,-12.0217,-0.3896,-11.6322,0.0000,16.9645,10.2986,-38.8952,1389.2037,1389.2037,1389.2037 -853.5000,1.0000,11121.1457,54.7620,54.2780,-0.2744,0.0000,5,1201.1944,17.0610,482.3027,-79.8211,2.1461,60.6683,-10.0406,-0.7993,-2.2965,0.0000,-2.2965,5.2419,-2.2965,0.6011,0.0000,-2.8976,0.0000,-2.8976,5.9750,-8.8726,0.0000,-8.8726,-0.3705,-8.5020,0.0000,18.3815,10.1132,-36.9967,1741.8858,1741.8858,1741.8858 -854.5000,1.0000,11136.0711,53.7215,53.1850,-0.3036,0.0000,5,1178.3712,30.1121,486.0622,-78.4601,3.7158,59.9795,-9.6819,-0.8675,-0.5697,0.0000,-0.5697,5.1529,-0.5697,0.5799,0.0000,-1.1496,0.0000,-1.1496,5.8614,-7.0110,0.0000,-7.0110,-0.4021,-6.6089,0.0000,23.6209,9.9210,-40.1509,1933.4223,1933.4223,1933.4223 -855.5000,1.0000,11150.7330,52.7730,52.3810,-0.2233,0.0000,5,1157.5660,121.4381,488.6991,-77.2190,14.7207,59.2401,-9.3605,-0.6268,10.2725,0.0000,10.2725,5.0751,10.2725,0.5692,0.0000,9.7032,0.0000,9.7032,5.7580,3.9453,0.0000,3.9453,-0.2906,4.2359,0.0000,23.5031,9.7459,-29.0131,3373.6006,3373.6006,3373.6006 -856.5000,1.0000,11165.1654,51.9465,51.5320,-0.2358,0.0000,5,1139.4369,96.1063,527.2572,-76.1376,11.4676,62.9132,-9.0849,-0.6515,7.0651,0.0000,7.0651,5.0540,7.0651,0.5408,0.0000,6.5244,0.0000,6.5244,5.6678,0.8566,0.0000,0.8566,-0.3020,1.1586,0.0000,21.7226,9.5932,-30.1572,2961.1878,2961.1878,2961.1878 -857.5000,1.0000,11179.4144,51.2865,51.0610,-0.1308,0.0000,5,1124.9599,214.1738,514.1790,-75.2740,25.2309,60.5731,-8.8677,-0.3569,20.6109,0.0000,20.6109,4.9768,20.6109,0.5987,0.0000,20.0122,0.0000,20.0122,5.5958,14.4164,0.0000,14.4164,-0.1654,14.5819,0.0000,21.6283,9.4713,-16.5177,5316.9116,5316.9116,5316.9116 -858.5000,1.0000,11193.5504,50.8795,50.7180,-0.0953,0.0000,5,1116.0325,236.9962,569.4073,-74.7414,27.6979,66.5470,-8.7351,-0.2578,23.0380,0.0000,23.0380,4.9177,23.0380,0.6048,0.0000,22.4331,0.0000,22.4331,5.5514,16.8818,0.0000,16.8818,-0.1195,17.0013,0.0000,19.5385,9.3962,-11.9334,5728.0747,5728.0747,5728.0747 -859.5000,1.0000,11207.6166,50.6285,50.5590,-0.0442,0.0000,5,1110.5268,333.7130,580.1597,-74.4130,38.8088,67.4692,-8.6538,-0.1189,34.0340,0.0000,34.0340,4.8938,34.0340,0.6561,0.0000,33.3779,0.0000,33.3779,5.5240,27.8539,0.0000,27.8539,-0.0551,27.9090,0.0000,24.0637,9.3498,-5.5045,7835.8977,7835.8977,7835.8977 -860.5000,1.0000,11221.6977,50.6820,50.8250,0.0739,0.0000,5,1111.7003,460.1325,628.5839,-74.4830,53.5672,73.1778,-8.6711,0.1992,48.4855,0.0000,48.4855,4.8825,48.4855,0.7292,0.0000,47.7564,0.0000,47.7564,5.5298,42.2266,0.0000,42.2266,0.0923,42.1342,0.0000,23.5560,9.3597,9.2185,10641.2851,10641.2851,10641.2851 -861.5000,1.0000,11235.8815,51.0515,51.2980,0.1314,0.0000,5,1119.8053,516.7439,689.7637,-74.9665,60.5964,80.8856,-8.7910,0.3567,55.3161,0.0000,55.3161,4.9235,55.3161,0.7688,0.0000,54.5473,0.0000,54.5473,5.5701,48.9772,0.0000,48.9772,0.1654,48.8118,0.0000,22.8720,9.4279,16.5119,12029.4573,12029.4573,12029.4573 -862.5000,1.0000,11250.2272,51.6345,51.9910,0.1925,0.0000,5,1132.5933,570.3426,718.3713,-75.7293,67.6454,85.2023,-8.9819,0.5286,62.1712,0.0000,62.1712,4.9456,62.1712,0.8117,0.0000,61.3595,0.0000,61.3595,5.6646,55.6949,0.0000,55.6949,0.2451,55.4498,0.0000,21.4461,9.5356,24.4681,13382.6091,13382.6091,13382.6091 -863.5000,1.0000,11264.7711,52.3480,52.7250,0.2039,0.0000,5,1148.2437,578.3205,744.6961,-76.6629,69.5395,89.5451,-9.2182,0.5676,63.9437,0.0000,63.9437,5.0281,63.9437,0.8312,0.0000,63.1125,0.0000,63.1125,5.7564,57.3561,0.0000,57.3561,0.2631,57.0929,0.0000,21.1517,9.6674,26.2738,13761.5670,13761.5670,13761.5670 -864.5000,1.0000,11279.5418,53.1645,53.6240,0.2497,0.0000,5,1166.1535,627.6913,751.0011,-77.7313,76.6532,91.7117,-9.4925,0.7061,70.8473,0.0000,70.8473,5.0999,70.8473,0.8780,0.0000,69.9693,0.0000,69.9693,5.9343,64.0349,0.0000,64.0349,0.3273,63.7076,0.0000,21.2075,9.8182,32.6820,15081.8507,15081.8507,15081.8507 -865.5000,1.0000,11294.5661,54.0775,54.5510,0.2575,0.0000,5,1186.1800,665.0435,775.1899,-78.9259,82.6094,96.2914,-9.8039,0.7406,76.7034,0.0000,76.7034,5.1654,76.7034,0.9212,0.0000,75.7822,0.0000,75.7822,6.1054,69.6768,0.0000,69.6768,0.3433,69.3335,0.0000,25.0681,9.9868,34.2786,16200.6332,16200.6332,16200.6332 -866.5000,1.0000,11309.8608,55.0510,55.5710,0.2833,0.0000,5,1207.5335,671.5585,793.6882,-80.1971,84.9203,100.3639,-10.1411,0.8296,78.8513,0.0000,78.8513,5.2395,78.8513,0.9470,0.0000,77.9043,0.0000,77.9043,6.2267,71.6777,0.0000,71.6777,0.3846,71.2931,0.0000,22.7300,10.1666,38.3965,16619.7187,16619.7187,16619.7187 -867.5000,1.0000,11325.4096,55.9655,56.3800,0.2247,0.0000,5,1227.5929,648.2656,797.2289,-81.3868,83.3366,102.4864,-10.4625,0.6689,77.3904,0.0000,77.3904,5.2774,77.3904,0.9540,0.0000,76.4364,0.0000,76.4364,6.2887,70.1478,0.0000,70.1478,0.3101,69.8377,0.0000,28.5426,10.3354,30.9596,16318.1189,16318.1189,16318.1189 -868.5000,1.0000,11341.1796,56.7620,57.1640,0.2178,0.0000,5,1245.0640,608.0740,789.0075,-82.4229,79.2824,102.8730,-10.7465,0.6574,73.2450,0.0000,73.2450,5.3800,73.2450,0.9458,0.0000,72.2991,0.0000,72.2991,6.2998,65.9993,0.0000,65.9993,0.3048,65.6946,0.0000,24.7821,10.4825,30.4299,15601.6190,15601.6190,15601.6190 -869.5000,1.0000,11357.1457,57.4680,57.7920,0.1744,0.0000,5,1260.5500,429.6557,772.7531,-83.3414,56.7165,102.0069,-11.0014,0.5332,50.7274,0.0000,50.7274,5.4559,50.7274,0.8445,0.0000,49.8829,0.0000,49.8829,6.2702,43.6127,0.0000,43.6127,0.2472,43.3656,0.0000,8.0745,10.6129,24.6781,11311.3019,11311.3019,11311.3019 -870.5000,1.0000,11373.2987,58.1410,58.5100,0.1994,0.0000,5,1275.3121,401.9733,699.5465,-84.2169,53.6837,93.4247,-11.2472,0.6167,47.5758,0.0000,47.5758,5.4912,47.5758,0.8395,0.0000,46.7363,0.0000,46.7363,6.3436,40.3926,0.0000,40.3926,0.2859,40.1067,0.0000,0.8243,10.7372,28.5452,10765.4284,10765.4284,10765.4284 -871.5000,1.0000,11389.6590,58.8870,59.2840,0.2150,0.0000,5,1291.6755,413.4617,690.6282,-85.1874,55.9265,93.4171,-11.5228,0.6734,49.6744,0.0000,49.6744,5.5787,49.6744,0.8621,0.0000,48.8123,0.0000,48.8123,6.4250,42.3873,0.0000,42.3873,0.3121,42.0751,0.0000,0.0337,10.8750,31.1664,11191.2876,11191.2876,11191.2876 -872.5000,1.0000,11406.2008,59.5405,59.8170,0.1481,0.0000,5,1306.0099,338.4880,696.4731,-86.0375,46.2933,95.2532,-11.7669,0.4688,40.2353,0.0000,40.2353,5.5892,40.2353,0.8256,0.0000,39.4097,0.0000,39.4097,6.4963,32.9133,0.0000,32.9133,0.2173,32.6960,0.0000,0.0000,10.9957,21.7003,9391.8141,9391.8141,9391.8141 -873.5000,1.0000,11422.8827,60.0450,60.2930,0.1322,0.0000,5,1317.0760,321.3987,667.5376,-86.6938,44.3286,92.0694,-11.9571,0.4222,38.2036,0.0000,38.2036,5.7027,38.2036,0.8238,0.0000,37.3798,0.0000,37.3798,6.5514,30.8284,0.0000,30.8284,0.1957,30.6327,0.0000,0.0000,11.0888,19.5439,9027.9784,9027.9784,9027.9784 -874.5000,1.0000,11439.6448,60.3335,60.3940,0.0281,0.0000,5,1323.4042,205.7092,659.7771,-87.0691,28.5085,91.4362,-12.0666,0.0900,22.6845,0.0000,22.6845,5.7340,22.6845,0.7510,0.0000,21.9335,0.0000,21.9335,6.5829,15.3507,0.0000,15.3507,0.0417,15.3089,0.0000,0.0000,11.1421,4.1668,6084.3594,6084.3594,6084.3594 -875.5000,1.0000,11456.3572,60.1545,59.9350,-0.1275,0.0000,5,1319.4779,33.0381,608.1208,-86.8363,4.5650,84.0273,-11.9986,-0.4079,-0.7088,0.0000,-0.7088,5.6817,-0.7088,0.6882,0.0000,-1.3970,0.0000,-1.3970,6.5633,-7.9603,0.0000,-7.9603,-0.1891,-7.7712,0.0000,0.0000,11.1090,-18.8802,2269.0038,2269.0038,2269.0038 -876.5000,1.0000,11472.9009,59.5475,59.1800,-0.2097,0.0000,5,1306.1634,-57.4329,530.1422,-86.0466,-7.8557,72.5134,-11.7696,-0.6642,-12.8482,0.0000,-12.8482,5.6567,-12.8482,0.7080,0.0000,-13.5562,0.0000,-13.5562,6.4971,-20.0533,0.0000,-20.0533,-0.3079,-19.7454,0.0000,0.0000,10.9970,-30.7424,505.9254,505.9254,505.9254 -877.5000,1.0000,11489.2565,58.8700,58.5800,-0.1667,0.0000,5,1291.3026,-9.8183,488.2036,-85.1653,-1.3277,66.0173,-11.5165,-0.5218,-6.4197,0.0000,-6.4197,5.6138,-6.4197,0.6802,0.0000,-7.0999,0.0000,-7.0999,6.4232,-13.5231,0.0000,-13.5231,-0.2419,-13.2812,0.0000,0.0000,10.8718,-24.1531,1469.0268,1469.0268,1469.0268 -878.5000,1.0000,11505.5171,58.5280,58.4960,-0.0233,0.0000,5,1283.8009,148.4310,510.4845,-84.7203,19.9550,68.6292,-11.3897,-0.0726,14.4794,0.0000,14.4794,5.5482,14.4794,0.6803,0.0000,13.7991,0.0000,13.7991,6.3859,7.4132,0.0000,7.4132,-0.0337,7.4469,0.0000,0.0000,10.8087,-3.3618,4449.3932,4449.3932,4449.3932 -879.5000,1.0000,11521.7709,58.5040,58.5320,0.0100,0.0000,5,1283.2745,185.5026,578.7893,-84.6891,24.9286,77.7801,-11.3809,0.0311,19.3464,0.0000,19.3464,5.5511,19.3464,0.7043,0.0000,18.6421,0.0000,18.6421,6.3832,12.2588,0.0000,12.2588,0.0144,12.2444,0.0000,0.0000,10.8042,1.4402,5383.3530,5383.3530,5383.3530 -880.5000,1.0000,11538.0454,58.5780,58.6440,0.0311,0.0000,5,1284.8976,208.9557,595.3641,-84.7854,28.1159,80.1087,-11.4082,0.0969,22.4614,0.0000,22.4614,5.5575,22.4614,0.7210,0.0000,21.7404,0.0000,21.7404,6.3913,15.3490,0.0000,15.3490,0.0449,15.3041,0.0000,0.0000,10.8179,4.4862,5966.9128,5966.9128,5966.9128 -881.5000,1.0000,11554.3636,58.7355,58.8470,0.0564,0.0000,5,1288.3524,236.8201,606.5852,-84.9903,31.9508,81.8380,-11.4665,0.1761,26.2327,0.0000,26.2327,5.5419,26.2327,0.7425,0.0000,25.4903,0.0000,25.4903,6.4085,19.0818,0.0000,19.0818,0.0817,19.0001,0.0000,0.0000,10.8470,8.1531,6685.2888,6685.2888,6685.2888 -882.5000,1.0000,11570.7419,58.9520,59.0770,0.0639,0.0000,5,1293.1013,245.3060,619.4606,-85.2719,33.2177,83.8832,-11.5469,0.2003,27.4355,0.0000,27.4355,5.5818,27.4355,0.7520,0.0000,26.6835,0.0000,26.6835,6.4321,20.2514,0.0000,20.2514,0.0929,20.1585,0.0000,0.0000,10.8870,9.2716,6932.3726,6932.3726,6932.3726 -883.5000,1.0000,11587.1800,59.1670,59.2770,0.0556,0.0000,5,1297.8173,236.4266,623.8237,-85.5516,32.1321,84.7821,-11.6271,0.1748,26.3048,0.0000,26.3048,5.6524,26.3048,0.7499,0.0000,25.5549,0.0000,25.5549,6.4556,19.0994,0.0000,19.0994,0.0810,19.0183,0.0000,0.0000,10.9267,8.0916,6738.3338,6738.3338,6738.3338 -884.5000,1.0000,11603.6754,59.3735,59.4900,0.0592,0.0000,5,1302.3468,239.9313,621.1630,-85.8203,32.7222,84.7151,-11.7043,0.1868,26.9336,0.0000,26.9336,5.6017,26.9336,0.7564,0.0000,26.1772,0.0000,26.1772,6.4781,19.6991,0.0000,19.6991,0.0866,19.6125,0.0000,0.0000,10.9648,8.6477,6853.0272,6853.0272,6853.0272 -885.5000,1.0000,11620.2311,59.5905,59.7110,0.0614,0.0000,5,1307.1066,242.6937,623.6793,-86.1026,33.2199,85.3691,-11.7857,0.1946,27.3642,0.0000,27.3642,5.6611,27.3642,0.7621,0.0000,26.6021,0.0000,26.6021,6.5018,20.1003,0.0000,20.1003,0.0902,20.0101,0.0000,0.0000,11.0049,9.0053,6945.8219,6945.8219,6945.8219 -886.5000,1.0000,11636.8451,59.8005,59.9100,0.0553,0.0000,5,1311.7130,235.8099,625.6760,-86.3758,32.3914,85.9443,-11.8648,0.1758,26.5487,0.0000,26.5487,5.6668,26.5487,0.7615,0.0000,25.7873,0.0000,25.7873,6.5247,19.2626,0.0000,19.2626,0.0815,19.1811,0.0000,0.0000,11.0437,8.1374,6792.9677,6792.9677,6792.9677 -887.5000,1.0000,11653.5396,60.0900,60.2900,0.1056,0.0000,5,1318.0631,291.4965,625.2871,-86.7524,40.2345,86.3067,-11.9742,0.3373,34.2284,0.0000,34.2284,5.6687,34.2284,0.8047,0.0000,33.4238,0.0000,33.4238,6.5563,26.8675,0.0000,26.8675,0.1564,26.7111,0.0000,0.0000,11.0971,15.6139,8255.0479,8255.0479,8255.0479 -888.5000,1.0000,11670.3380,60.4645,60.6590,0.1025,0.0000,5,1326.2777,287.6079,649.6432,-87.2396,39.9451,90.2273,-12.1165,0.3296,33.9823,0.0000,33.9823,5.6332,33.9823,0.8096,0.0000,33.1727,0.0000,33.1727,6.5972,26.5756,0.0000,26.5756,0.1528,26.4228,0.0000,0.0000,11.1663,15.2565,8203.5505,8203.5505,8203.5505 -889.5000,1.0000,11687.2533,60.8850,61.1310,0.1311,0.0000,5,1335.5013,319.8765,650.5249,-87.7866,44.7358,90.9781,-12.2772,0.4246,38.5741,0.0000,38.5741,5.7371,38.5741,0.8396,0.0000,37.7345,0.0000,37.7345,6.6430,31.0915,0.0000,31.0915,0.1968,30.8947,0.0000,0.0000,11.2440,19.6507,9111.3691,9111.3691,9111.3691 -890.5000,1.0000,11704.2829,61.2965,61.4820,0.0975,0.0000,5,1344.5274,282.4648,664.5930,-88.3219,39.7706,93.5738,-12.4356,0.3179,33.6892,0.0000,33.6892,5.7636,33.6892,0.8221,0.0000,32.8672,0.0000,32.8672,6.6879,26.1792,0.0000,26.1792,0.1473,26.0319,0.0000,0.0000,11.3199,14.7119,8184.4761,8184.4761,8184.4761 -891.5000,1.0000,11721.4214,61.6885,61.9150,0.1203,0.0000,5,1353.1259,307.9311,651.9069,-88.8319,43.6335,92.3746,-12.5874,0.3946,37.4182,0.0000,37.4182,5.8207,37.4182,0.8473,0.0000,36.5709,0.0000,36.5709,6.7307,29.8402,0.0000,29.8402,0.1829,29.6573,0.0000,0.0000,11.3923,18.2650,8922.7136,8922.7136,8922.7136 -892.5000,1.0000,11738.6794,62.1190,62.3430,0.1189,0.0000,5,1362.5688,306.0393,663.8893,-89.3919,43.6681,94.7290,-12.7551,0.3928,37.4665,0.0000,37.4665,5.8089,37.4665,0.8548,0.0000,36.6116,0.0000,36.6116,6.7777,29.8340,0.0000,29.8340,0.1821,29.6519,0.0000,0.0000,11.4718,18.1800,8937.0038,8937.0038,8937.0038 -893.5000,1.0000,11756.0826,62.6415,62.9600,0.1714,0.0000,5,1374.0298,364.3787,666.5686,-90.0716,52.4297,95.9113,-12.9602,0.5710,46.0027,0.0000,46.0027,5.8561,46.0027,0.9064,0.0000,45.0963,0.0000,45.0963,6.8347,38.2616,0.0000,38.2616,0.2647,37.9969,0.0000,0.0000,11.5683,26.4286,10580.1357,10580.1357,10580.1357 -894.5000,1.0000,11773.6852,63.3595,63.7790,0.2275,0.0000,5,1389.7790,426.8789,693.2216,-91.0057,62.1268,100.8896,-13.2447,0.7666,55.4182,0.0000,55.4182,5.9420,55.4182,0.9657,0.0000,54.4525,0.0000,54.4525,6.9130,47.5395,0.0000,47.5395,0.3554,47.1841,0.0000,0.0000,11.7009,35.4832,12408.7995,12408.7995,12408.7995 -895.5000,1.0000,11791.5047,64.1400,64.5210,0.2061,0.0000,5,1406.8991,392.9053,719.4908,-92.0210,57.8868,106.0027,-13.5575,0.7031,51.2156,0.0000,51.2156,5.9681,51.2156,0.9582,0.0000,50.2574,0.0000,50.2574,6.9982,43.2592,0.0000,43.2592,0.3259,42.9332,0.0000,-1.4550,11.8451,32.5432,11635.3568,11635.3568,11635.3568 -896.5000,1.0000,11809.5332,64.8925,65.2840,0.2119,0.0000,5,1423.4050,406.4719,709.9337,-93.0000,60.5881,105.8217,-13.8624,0.7315,53.6737,0.0000,53.6737,6.1830,53.6737,0.9836,0.0000,52.6901,0.0000,52.6901,7.0803,45.6098,0.0000,45.6098,0.3391,45.2707,0.0000,-0.5701,11.9840,33.8568,12164.2449,12164.2449,12164.2449 -897.5000,1.0000,11827.7579,65.5990,65.9340,0.1806,0.0000,5,1438.9020,377.8949,717.2207,-93.9191,56.9418,108.0719,-14.1519,0.6299,50.0768,0.0000,50.0768,6.2350,50.0768,0.9780,0.0000,49.0988,0.0000,49.0988,7.1574,41.9414,0.0000,41.9414,0.2920,41.6494,0.0000,0.3782,12.1145,29.1566,11476.1815,11476.1815,11476.1815 -898.5000,1.0000,11846.1368,66.1540,66.3940,0.1278,0.0000,5,1451.0758,329.2230,708.2195,-94.6411,50.0275,107.6184,-14.3813,0.4496,43.2511,0.0000,43.2511,6.3268,43.2511,0.9537,0.0000,42.2974,0.0000,42.2974,7.2179,35.0794,0.0000,35.0794,0.2084,34.8710,0.0000,1.8455,12.2170,20.8085,10187.6391,10187.6391,10187.6391 -899.5000,1.0000,11864.6357,66.5860,66.7980,0.1122,0.0000,5,1460.5516,310.1832,692.3965,-95.2031,47.4421,105.9011,-14.5612,0.3974,40.7497,0.0000,40.7497,6.2949,40.7497,0.9489,0.0000,39.8008,0.0000,39.8008,7.2651,32.5358,0.0000,32.5358,0.1842,32.3516,0.0000,1.6601,12.2968,18.3946,9729.0471,9729.0471,9729.0471 -900.5000,1.0000,11883.2248,66.9110,67.0440,0.0683,0.0000,5,1467.6805,266.0348,686.2278,-95.6259,40.8882,105.4699,-14.6972,0.2432,34.4095,0.0000,34.4095,6.2355,34.4095,0.9230,0.0000,33.4865,0.0000,33.4865,7.3005,26.1860,0.0000,26.1860,0.1127,26.0733,0.0000,2.4611,12.3568,11.2554,8503.4929,8503.4929,8503.4929 -901.5000,1.0000,11901.9064,67.2435,67.4630,0.1164,0.0000,5,1474.9738,331.0881,673.2978,-96.0584,51.1395,103.9968,-14.8371,0.4162,44.3730,0.0000,44.3730,6.3502,44.3730,0.9788,0.0000,43.3942,0.0000,43.3942,7.3368,36.0574,0.0000,36.0574,0.1930,35.8645,0.0000,4.1803,12.4182,19.2660,10415.8068,10415.8068,10415.8068 -902.5000,1.0000,11920.6968,67.6355,67.8280,0.1014,0.0000,5,1483.5722,335.8369,697.9131,-96.5684,52.1754,108.4273,-15.0028,0.3647,45.4576,0.0000,45.4576,6.3531,45.4576,0.9913,0.0000,44.4663,0.0000,44.4663,7.3796,37.0867,0.0000,37.0867,0.1691,36.9177,0.0000,7.5462,12.4906,16.8809,10632.1152,10632.1152,10632.1152 -903.5000,1.0000,11939.5483,67.8555,67.9030,0.0208,0.0000,5,1488.3979,275.6561,699.0113,-96.8546,42.9650,108.9512,-15.0962,0.0752,36.5104,0.0000,36.5104,6.3794,36.5104,0.9505,0.0000,35.5599,0.0000,35.5599,7.4036,28.1563,0.0000,28.1563,0.0349,28.1215,0.0000,12.1103,12.5312,3.4800,8928.1562,8928.1562,8928.1562 -904.5000,1.0000,11958.3304,67.6055,67.3280,-0.1597,0.0000,5,1482.9142,94.8242,672.6294,-96.5293,14.7253,104.4529,-14.9901,-0.5743,8.9791,0.0000,8.9791,6.3205,8.9791,0.8083,0.0000,8.1708,0.0000,8.1708,7.3763,0.7945,0.0000,0.7945,-0.2662,1.0607,0.0000,15.1570,12.4851,-26.5813,3818.2725,3818.2725,3818.2725 -905.5000,1.0000,11976.9672,67.0825,66.8570,-0.1308,0.0000,5,1471.4423,135.7094,604.8182,-95.8490,20.9113,93.1959,-14.7693,-0.4668,15.0744,0.0000,15.0744,6.3037,15.0744,0.8294,0.0000,14.2450,0.0000,14.2450,7.3192,6.9258,0.0000,6.9258,-0.2164,7.1422,0.0000,16.3588,12.3885,-21.6051,4833.9293,4833.9293,4833.9293 -906.5000,1.0000,11995.4362,66.4785,66.1200,-0.2047,0.0000,5,1458.1937,51.0478,614.0871,-95.0632,7.7951,93.7721,-14.5163,-0.7238,2.2854,0.0000,2.2854,6.2335,2.2854,0.7948,0.0000,1.4906,0.0000,1.4906,7.2533,-5.7627,0.0000,-5.7627,-0.3355,-5.4272,0.0000,15.7983,12.2769,-33.5024,2957.1450,2957.1450,2957.1450 -907.5000,1.0000,12013.7257,65.8320,65.5640,-0.1544,0.0000,5,1444.0128,89.4657,579.4778,-94.2222,13.5287,87.6267,-14.2480,-0.5407,7.9383,0.0000,7.9383,6.1312,7.9383,0.7715,0.0000,7.1668,0.0000,7.1668,7.1828,-0.0160,0.0000,-0.0160,-0.2507,0.2347,0.0000,13.1059,12.1575,-25.0287,3604.1624,3604.1624,3604.1624 -908.5000,1.0000,12031.8362,65.1880,64.8320,-0.2033,0.0000,5,1429.8868,52.7231,588.4892,-93.3844,7.8946,88.1188,-13.9831,-0.7050,0.3492,0.0000,0.3492,8.2504,0.3492,0.7757,0.0000,-0.4265,0.0000,-0.4265,7.1125,-7.5391,0.0000,-7.5391,-0.3268,-7.2123,0.0000,13.3782,12.0386,-32.6291,2915.2025,2915.2025,2915.2025 -909.5000,1.0000,12049.7532,64.4910,64.1700,-0.1839,0.0000,5,1414.5982,78.8218,570.2910,-92.4777,11.6764,84.4808,-13.6993,-0.6307,4.1246,0.0000,4.1246,8.1825,4.1246,0.7535,0.0000,3.3712,0.0000,3.3712,7.0365,-3.6653,0.0000,-3.6653,-0.2924,-3.3729,0.0000,13.9105,11.9099,-29.1933,3329.0696,3329.0696,3329.0696 -910.5000,1.0000,12067.4814,63.8115,63.4730,-0.1936,0.0000,5,1399.6935,65.9154,575.8499,-91.5937,9.6616,84.4055,-13.4254,-0.6571,2.1643,0.0000,2.1643,8.1543,2.1643,0.7460,0.0000,1.4183,0.0000,1.4183,6.9623,-5.5440,0.0000,-5.5440,-0.3046,-5.2394,0.0000,13.3891,11.7844,-30.4129,3073.6695,3073.6695,3073.6695 -911.5000,1.0000,12085.0232,63.1405,62.8280,-0.1792,0.0000,5,1384.9752,73.2960,566.8626,-90.7208,10.6304,82.2145,-13.1576,-0.6017,3.2161,0.0000,3.2161,8.0160,3.2161,0.7312,0.0000,2.4849,0.0000,2.4849,6.8891,-4.4043,0.0000,-4.4043,-0.2789,-4.1254,0.0000,12.0622,11.6605,-27.8480,3147.7032,3147.7032,3147.7032 -912.5000,1.0000,12102.4279,62.6470,62.4860,-0.0950,0.0000,5,1374.1504,165.3166,568.8935,-90.0788,23.7892,81.8642,-12.9624,-0.3165,16.1575,0.0000,16.1575,7.9482,16.1575,0.7572,0.0000,15.4003,0.0000,15.4003,6.8353,8.5650,0.0000,8.5650,-0.1467,8.7117,0.0000,11.7929,11.5694,-14.6505,5263.9271,5263.9271,5263.9271 -913.5000,1.0000,12119.7572,62.3755,62.2850,-0.0558,0.0000,5,1368.1951,193.9947,605.0695,-89.7256,27.7950,86.6926,-12.8556,-0.1852,20.0298,0.0000,20.0298,7.9504,20.0298,0.7720,0.0000,19.2579,0.0000,19.2579,6.8057,12.4522,0.0000,12.4522,-0.0859,12.5381,0.0000,9.5919,11.5192,-8.5731,5993.8293,5993.8293,5993.8293 -914.5000,1.0000,12137.0187,62.1315,61.9980,-0.0797,0.0000,5,1362.8430,160.5631,614.6573,-89.4082,22.9150,87.7218,-12.7600,-0.2634,15.2462,0.0000,15.2462,7.9323,15.2462,0.7439,0.0000,14.5022,0.0000,14.5022,6.7790,7.7232,0.0000,7.7232,-0.1221,7.8453,0.0000,8.5645,11.4742,-12.1933,5084.4222,5084.4222,5084.4222 -915.5000,1.0000,12154.1890,61.8030,61.6280,-0.1028,0.0000,5,1355.6374,158.2001,598.8786,-88.9808,22.4584,85.0180,-12.6319,-0.3378,14.9651,0.0000,14.9651,7.8311,14.9651,0.7370,0.0000,14.2281,0.0000,14.2281,6.7432,7.4849,0.0000,7.4849,-0.1566,7.6415,0.0000,11.8645,11.4135,-15.6364,4987.6454,4987.6454,4987.6454 -916.5000,1.0000,12171.2454,61.3930,61.1780,-0.1250,0.0000,5,1346.6442,114.2662,595.2052,-88.4474,16.1138,83.9360,-12.4729,-0.4081,10.7453,0.0000,10.7453,5.7767,10.7453,0.7090,0.0000,10.0363,0.0000,10.0363,6.6985,3.3378,0.0000,3.3378,-0.1892,3.5270,0.0000,11.0804,11.3378,-18.8911,3829.3501,3829.3501,3829.3501 -917.5000,1.0000,12188.1786,60.9495,60.7410,-0.1214,0.0000,5,1336.9161,120.6645,574.7563,-87.8705,16.8932,80.4668,-12.3020,-0.3935,11.6005,0.0000,11.6005,5.6862,11.6005,0.7058,0.0000,10.8947,0.0000,10.8947,6.6501,4.2446,0.0000,4.2446,-0.1824,4.4270,0.0000,11.3840,11.2559,-18.2129,3956.1449,3956.1449,3956.1449 -918.5000,1.0000,12204.9652,60.4220,60.1230,-0.1717,0.0000,5,1325.3454,52.2023,573.2248,-87.1843,7.2451,79.5578,-12.1003,-0.5517,2.1509,0.0000,2.1509,5.6459,2.1509,0.6857,0.0000,1.4652,0.0000,1.4652,6.5925,-5.1273,0.0000,-5.1273,-0.2557,-4.8716,0.0000,9.5035,11.1584,-25.5335,2594.2772,2594.2772,2594.2772 -919.5000,1.0000,12221.6151,59.9295,59.7560,-0.1019,0.0000,5,1314.5425,137.3787,543.4005,-86.5436,18.9114,74.8037,-11.9135,-0.3249,13.6004,0.0000,13.6004,5.6358,13.6004,0.6989,0.0000,12.9016,0.0000,12.9016,6.5388,6.3628,0.0000,6.3628,-0.1506,6.5134,0.0000,10.4854,11.0675,-15.0395,4298.2481,4298.2481,4298.2481 -920.5000,1.0000,12238.1594,59.5495,59.3630,-0.1092,0.0000,5,1306.2073,138.2274,576.9577,-86.0492,18.9075,78.9196,-11.7703,-0.3457,13.6465,0.0000,13.6465,5.6068,13.6465,0.6928,0.0000,12.9537,0.0000,12.9537,6.4973,6.4563,0.0000,6.4563,-0.1603,6.6166,0.0000,11.6222,10.9973,-16.0029,4289.8453,4289.8453,4289.8453 -921.5000,1.0000,12254.6302,59.2850,59.2270,-0.0378,0.0000,5,1300.4056,219.4173,577.6001,-85.7051,29.8798,78.6565,-11.6712,-0.1191,24.4504,0.0000,24.4504,5.5485,24.4504,0.7425,0.0000,23.7079,0.0000,23.7079,6.4685,17.2395,0.0000,17.2395,-0.0552,17.2947,0.0000,11.8595,10.9485,-5.5133,6322.9352,6322.9352,6322.9352 -922.5000,1.0000,12271.1086,59.3120,59.4170,0.0528,0.0000,5,1300.9978,312.6952,613.8742,-85.7403,42.6017,83.6343,-11.6813,0.1665,36.8198,0.0000,36.8198,5.6154,36.8198,0.8048,0.0000,36.0150,0.0000,36.0150,6.4714,29.5436,0.0000,29.5436,0.0772,29.4664,0.0000,10.8070,10.9535,7.7059,8698.4962,8698.4962,8698.4962 -923.5000,1.0000,12287.6612,59.5795,59.7620,0.0958,0.0000,5,1306.8654,362.4818,654.6510,-86.0882,49.6073,89.5920,-11.7816,0.3037,43.6619,0.0000,43.6619,5.6417,43.6619,0.8434,0.0000,42.8185,0.0000,42.8185,6.5006,36.3179,0.0000,36.3179,0.1408,36.1772,0.0000,11.1189,11.0029,14.0554,10011.4951,10011.4951,10011.4951 -924.5000,1.0000,12304.3155,59.9455,60.1490,0.1075,0.0000,5,1314.8935,387.6178,676.7883,-86.5644,53.3732,93.1906,-11.9195,0.3427,47.4315,0.0000,47.4315,5.5989,47.4315,0.8683,0.0000,46.5632,0.0000,46.5632,6.5405,40.0227,0.0000,40.0227,0.1589,39.8638,0.0000,12.9300,11.0705,15.8633,10712.8791,10712.8791,10712.8791 -925.5000,1.0000,12321.0766,60.3300,60.5310,0.1061,0.0000,5,1323.3274,380.9424,688.5038,-87.0646,52.7904,95.4118,-12.0653,0.3405,46.7675,0.0000,46.7675,5.6824,46.7675,0.8713,0.0000,45.8962,0.0000,45.8962,6.5825,39.3137,0.0000,39.3137,0.1578,39.1559,0.0000,12.2556,11.1415,15.7588,10601.4501,10601.4501,10601.4501 -926.5000,1.0000,12337.9052,60.5730,60.6350,0.0289,0.0000,5,1328.6576,315.2727,685.3124,-87.3807,43.8660,95.3521,-12.1579,0.0931,38.0519,0.0000,38.0519,5.7210,38.0519,0.8318,0.0000,37.2202,0.0000,37.2202,6.6090,30.6112,0.0000,30.6112,0.0431,30.5680,0.0000,15.0740,11.1863,4.3076,8948.1148,8948.1148,8948.1148 -927.5000,1.0000,12354.7423,60.6035,60.5920,-0.0119,0.0000,5,1329.3266,262.8311,658.0200,-87.4204,36.5879,91.6008,-12.1695,-0.0385,30.9180,0.0000,30.9180,5.7084,30.9180,0.7966,0.0000,30.1214,0.0000,30.1214,6.6123,23.5090,0.0000,23.5090,-0.0178,23.5269,0.0000,14.1169,11.1920,-1.7819,7562.8754,7562.8754,7562.8754 -928.5000,1.0000,12371.5389,60.4575,60.3430,-0.0692,0.0000,5,1326.1241,211.6645,634.7039,-87.2304,29.3941,88.1422,-12.1138,-0.2224,23.8704,0.0000,23.8704,5.7461,23.8704,0.7590,0.0000,23.1115,0.0000,23.1115,6.5964,16.5151,0.0000,16.5151,-0.1031,16.6182,0.0000,15.7470,11.1650,-10.2938,6248.5121,6248.5121,6248.5121 -929.5000,1.0000,12388.2608,60.1890,60.0550,-0.0800,0.0000,5,1320.2346,203.4389,612.0726,-86.8812,28.1264,84.6219,-12.0117,-0.2561,22.7020,0.0000,22.7020,5.6804,22.7020,0.7487,0.0000,21.9534,0.0000,21.9534,6.5671,15.3863,0.0000,15.3863,-0.1187,15.5050,0.0000,16.2428,11.1154,-11.8532,6011.6304,6011.6304,6011.6304 -930.5000,1.0000,12404.8983,59.8850,59.7350,-0.0889,0.0000,5,1313.5664,180.4345,606.9646,-86.4857,24.8199,83.4918,-11.8967,-0.2831,19.4168,0.0000,19.4168,5.6862,19.4168,0.7272,0.0000,18.6896,0.0000,18.6896,6.5339,12.1556,0.0000,12.1556,-0.1312,12.2869,0.0000,14.3313,11.0593,-13.1037,5382.3439,5382.3439,5382.3439 -931.5000,1.0000,12421.4564,59.5990,59.4830,-0.0700,0.0000,5,1307.2931,193.1516,596.2912,-86.1136,26.4423,81.6319,-11.7889,-0.2219,21.0618,0.0000,21.0618,5.6025,21.0618,0.7307,0.0000,20.3310,0.0000,20.3310,6.5027,13.8283,0.0000,13.8283,-0.1029,13.9312,0.0000,13.1946,11.0065,-10.2699,5681.6437,5681.6437,5681.6437 -932.5000,1.0000,12437.9600,59.4030,59.3430,-0.0389,0.0000,5,1302.9939,226.4408,601.3280,-85.8586,30.8977,82.0507,-11.7153,-0.1229,25.4027,0.0000,25.4027,5.6178,25.4027,0.7492,0.0000,24.6535,0.0000,24.6535,6.4813,18.1722,0.0000,18.1722,-0.0570,18.2291,0.0000,12.9456,10.9703,-5.6867,6513.5828,6513.5828,6513.5828 -933.5000,1.0000,12454.4564,59.3770,59.4310,0.0244,0.0000,5,1302.4236,298.7774,616.5284,-85.8248,40.7501,84.0880,-11.7056,0.0772,35.0567,0.0000,35.0567,5.6162,35.0567,0.7971,0.0000,34.2597,0.0000,34.2597,6.4785,27.7812,0.0000,27.7812,0.0358,27.7454,0.0000,13.2070,10.9655,3.5730,8349.7516,8349.7516,8349.7516 -934.5000,1.0000,12471.0023,59.5555,59.7000,0.0747,0.0000,5,1306.3389,370.2807,648.4484,-86.0570,50.6542,88.7074,-11.7726,0.2367,44.8452,0.0000,44.8452,5.5723,44.8452,0.8489,0.0000,43.9963,0.0000,43.9963,6.4980,37.4983,0.0000,37.4983,0.1097,37.3886,0.0000,15.4354,10.9984,10.9547,10207.5729,10207.5729,10207.5729 -935.5000,1.0000,12487.6479,59.9140,60.1480,0.1244,0.0000,5,1314.2026,448.1508,680.2897,-86.5234,61.6758,93.6235,-11.9076,0.3965,55.6421,0.0000,55.6421,5.6372,55.6421,0.9088,0.0000,54.7333,0.0000,54.7333,6.5371,48.1962,0.0000,48.1962,0.1838,48.0124,0.0000,18.5936,11.0646,18.3541,12303.0074,12303.0074,12303.0074 -936.5000,1.0000,12504.3809,60.2290,60.3300,0.0506,0.0000,5,1321.1120,359.1105,711.9880,-86.9332,49.6817,98.5011,-12.0269,0.1619,43.7944,0.0000,43.7944,5.7253,43.7944,0.8548,0.0000,42.9396,0.0000,42.9396,6.5715,36.3682,0.0000,36.3682,0.0751,36.2931,0.0000,17.6747,11.1228,7.4956,10019.8221,10019.8221,10019.8221 -937.5000,1.0000,12521.1566,60.3825,60.4550,0.0347,0.0000,5,1324.4790,333.8655,675.9674,-87.1329,46.3068,93.7561,-12.0853,0.1115,40.5058,0.0000,40.5058,5.6895,40.5058,0.8409,0.0000,39.6649,0.0000,39.6649,6.5882,33.0767,0.0000,33.0767,0.0517,33.0250,0.0000,16.7127,11.1512,5.1612,9396.1587,9396.1587,9396.1587 -938.5000,1.0000,12537.9271,60.3635,60.2920,-0.0453,0.0000,5,1324.0623,225.7953,664.0430,-87.1082,31.3078,92.0732,-12.0780,-0.1454,25.7967,0.0000,25.7967,5.6564,25.7967,0.7670,0.0000,25.0297,0.0000,25.0297,6.5861,18.4436,0.0000,18.4436,-0.0674,18.5110,0.0000,14.0914,11.1476,-6.7280,6597.4786,6597.4786,6597.4786 -939.5000,1.0000,12554.6196,60.0830,59.8940,-0.1106,0.0000,5,1317.9095,154.8139,616.7428,-86.7433,21.3661,85.1174,-11.9715,-0.3533,16.0994,0.0000,16.0994,5.6199,16.0994,0.7139,0.0000,15.3855,0.0000,15.3855,6.5555,8.8300,0.0000,8.8300,-0.1638,8.9937,0.0000,14.2495,11.0958,-16.3516,4750.7159,4750.7159,4750.7159 -940.5000,1.0000,12571.1447,59.4805,59.0870,-0.2242,0.0000,5,1304.6938,16.4746,581.3441,-85.9595,2.2509,79.4274,-11.7444,-0.7091,-2.6247,0.0000,-2.6247,5.5847,-2.6247,0.6813,0.0000,-3.3060,0.0000,-3.3060,6.4898,-9.7957,0.0000,-9.7957,-0.3287,-9.4670,0.0000,12.3712,10.9846,-32.8227,1962.7166,1962.7166,1962.7166 -941.5000,1.0000,12587.4457,58.6735,58.2800,-0.2242,0.0000,5,1286.9924,14.6272,517.3504,-84.9096,1.9714,69.7251,-11.4436,-0.6995,-2.9498,0.0000,-2.9498,5.6207,-2.9498,0.6682,0.0000,-3.6180,0.0000,-3.6180,6.4017,-10.0198,0.0000,-10.0198,-0.3243,-9.6955,0.0000,11.8464,10.8355,-32.3774,1889.5808,1889.5808,1889.5808 -942.5000,1.0000,12603.5465,57.9530,57.6460,-0.1761,0.0000,5,1271.1884,64.9086,513.4559,-83.9723,8.6405,68.3505,-11.1783,-0.5428,3.6849,0.0000,3.6849,5.4984,3.6849,0.6393,0.0000,3.0456,0.0000,3.0456,6.3231,-3.2775,0.0000,-3.2775,-0.2516,-3.0259,0.0000,11.3958,10.7025,-25.1242,2665.3616,2665.3616,2665.3616 -943.5000,1.0000,12619.4751,57.3330,57.0400,-0.1683,0.0000,5,1257.5888,99.2002,532.1443,-83.1658,13.0641,70.0804,-10.9525,-0.5133,8.1291,0.0000,8.1291,5.4483,8.1291,0.6293,0.0000,7.4998,0.0000,7.4998,6.2555,1.2443,0.0000,1.2443,-0.2379,1.4823,0.0000,14.6520,10.5880,-23.7577,3187.6970,3187.6970,3187.6970 -944.5000,1.0000,12635.2302,56.7085,56.3970,-0.1786,0.0000,5,1243.8905,55.7777,543.7036,-82.3533,7.2656,70.8228,-10.7273,-0.5387,2.3514,0.0000,2.3514,5.4529,2.3514,0.6217,0.0000,1.7297,0.0000,1.7297,6.1873,-4.4577,0.0000,-4.4577,-0.2497,-4.2080,0.0000,10.2530,10.4727,-24.9337,2452.4541,2452.4541,2452.4541 -945.5000,1.0000,12650.7930,56.0160,55.6550,-0.2061,0.0000,5,1228.7006,-44.9763,519.8338,-81.4525,-5.7871,66.8866,-10.4804,-0.6140,-10.5153,0.0000,-10.5153,5.3422,-10.5153,0.6423,0.0000,-11.1576,0.0000,-11.1576,6.1118,-17.2694,0.0000,-17.2694,-0.2847,-16.9847,0.0000,1.0917,10.3448,-28.4212,649.5437,649.5437,649.5437 -946.5000,1.0000,12666.1414,55.2440,54.8530,-0.2228,0.0000,5,1211.7670,-71.8309,469.1644,-80.4482,-9.1151,59.5351,-10.2085,-0.6545,-13.7321,0.0000,-13.7321,5.2716,-13.7321,0.6376,0.0000,-14.3697,0.0000,-14.3697,6.0276,-20.3973,0.0000,-20.3973,-0.3034,-20.0939,0.0000,0.0000,10.2022,-30.2961,80.5635,80.5635,80.5635 -947.5000,1.0000,12681.2557,54.4015,53.9700,-0.2453,0.0000,5,1193.2869,-79.3498,450.5566,-79.3498,-9.9156,56.3019,-9.9156,-0.7097,-14.4217,0.0000,-14.4217,5.2157,-14.4217,0.6256,0.0000,-15.0472,0.0000,-15.0472,5.9356,-20.9829,2.1467,-23.1296,-0.3290,-22.8006,0.0000,0.0000,10.0466,-32.8472,0.0000,0.0000,0.0000 -948.5000,1.0000,12696.1240,53.5160,53.0820,-0.2467,0.0000,5,1173.8636,-78.1912,441.0401,-78.1912,-9.6118,54.2156,-9.6118,-0.7021,-14.0287,0.0000,-14.0287,5.1190,-14.0287,0.6103,0.0000,-14.6390,0.0000,-14.6390,5.8390,-20.4780,2.4599,-22.9379,-0.3255,-22.6124,0.0000,0.0000,9.8831,-32.4955,0.0000,0.0000,0.0000 -949.5000,1.0000,12710.7282,52.5650,52.0680,-0.2817,0.0000,5,1153.0036,-76.9467,434.2870,-76.9468,-9.2907,52.4368,-9.2907,-0.7874,-13.5506,0.0000,-13.5506,5.0473,-13.5506,0.5939,0.0000,-14.1444,0.0000,-14.1444,5.7353,-19.8797,7.2249,-27.1045,-0.3650,-26.7395,0.0000,0.0000,9.7075,-36.4470,0.0000,0.0000,0.0000 -950.5000,1.0000,12725.0607,51.5870,51.1260,-0.2617,0.0000,5,1131.5513,-75.6672,429.1008,-75.6672,-8.9662,50.8466,-8.9662,-0.7179,-13.2007,0.0000,-13.2007,4.9524,-13.2007,0.5775,0.0000,-13.7783,0.0000,-13.7783,5.6285,-19.4068,4.6282,-24.0350,-0.3328,-23.7022,0.0000,0.0000,9.5268,-33.2290,0.0000,0.0000,0.0000 -951.5000,1.0000,12739.1386,50.6705,50.2350,-0.2475,0.0000,5,1111.4481,-74.4680,424.3536,-74.4680,-8.6674,49.3908,-8.6674,-0.6670,-12.9020,0.0000,-12.9020,4.9016,-12.9020,0.5625,0.0000,-13.4645,0.0000,-13.4645,5.5286,-18.9930,2.8302,-21.8232,-0.3092,-21.5140,0.0000,0.0000,9.3576,-30.8716,0.0000,0.0000,0.0000 -952.5000,1.0000,12752.9634,49.7595,49.3040,-0.2586,0.0000,5,1091.4655,-73.1741,418.5782,-73.1741,-8.3637,47.8426,-8.3637,-0.6844,-12.5234,0.0000,-12.5234,4.8441,-12.5234,0.5475,0.0000,-13.0709,0.0000,-13.0709,5.4292,-18.5000,4.3055,-22.8055,-0.3173,-22.4883,0.0000,0.0000,9.1893,-31.6776,0.0000,0.0000,0.0000 -953.5000,1.0000,12766.5259,48.8150,48.3460,-0.2661,0.0000,5,1070.7480,-71.6911,412.7969,-71.6911,-8.0386,46.2863,-8.0386,-0.6909,-12.1217,0.0000,-12.1217,4.7740,-12.1217,0.5321,0.0000,-12.6538,0.0000,-12.6538,5.3261,-17.9799,5.3030,-23.2829,-0.3203,-22.9627,0.0000,0.0000,9.0149,-31.9776,0.0000,0.0000,0.0000 -954.5000,1.0000,12779.8090,47.8090,47.2920,-0.2928,0.0000,5,1048.6816,-70.1113,406.2936,-70.1116,-7.6995,44.6182,-7.6995,-0.7444,-11.6555,0.0000,-11.6555,4.7005,-11.6555,0.5158,0.0000,-12.1713,0.0000,-12.1713,5.2163,-17.3877,8.5853,-25.9729,-0.3451,-25.6278,0.0000,0.0000,8.8291,-34.4570,0.0000,0.0000,0.0000 -955.5000,1.0000,12792.8464,46.9245,46.5770,-0.1986,0.0000,5,1029.2803,-44.1049,404.2656,-68.7228,-4.7539,43.5742,-7.4074,-0.4957,-8.8905,0.0000,-8.8905,4.6323,-8.8905,0.4957,0.0000,-9.3862,0.0000,-9.3862,5.1198,-14.5060,0.0000,-14.5060,-0.2298,-14.2763,0.0000,0.0000,8.6658,-22.9421,369.2128,369.2128,369.2128 -956.5000,1.0000,12805.6600,46.1190,45.6810,-0.2489,0.0000,5,1011.6118,-67.4580,411.2832,-67.4580,-7.1462,43.5696,-7.1462,-0.6105,-11.0982,0.0000,-11.0982,4.5624,-11.0982,0.4894,0.0000,-11.5876,0.0000,-11.5876,5.0319,-16.6195,3.4027,-20.0222,-0.2830,-19.7392,0.0000,0.0000,8.5170,-28.2563,0.0000,0.0000,0.0000 -957.5000,1.0000,12818.2084,45.1645,44.6680,-0.2814,0.0000,5,990.6750,-67.1601,388.1012,-67.1603,-6.9674,40.2629,-6.9674,-0.6759,-10.7848,0.0000,-10.7848,4.4933,-10.7848,0.4748,0.0000,-11.2596,0.0000,-11.2596,4.9278,-16.1874,7.0700,-23.2574,-0.3133,-22.9440,0.0000,0.0000,8.3408,-31.2848,0.0000,0.0000,0.0000 -958.5000,1.0000,12830.5101,44.2760,43.9040,-0.2122,0.0000,5,971.1859,-58.5592,381.3796,-68.2751,-5.9556,38.7872,-6.9437,-0.4997,-9.8950,0.0000,-9.8950,4.4391,-9.8950,0.4598,0.0000,-10.3548,0.0000,-10.3548,4.8309,-15.1857,0.0000,-15.1857,-0.2317,-14.9540,0.0000,0.0000,8.1767,-23.1307,52.5073,52.5073,52.5073 -959.5000,1.0000,12842.5816,43.4475,43.0110,-0.2481,0.0000,5,953.0129,-69.3147,376.0595,-69.3147,-6.9176,37.5305,-6.9176,-0.5732,-10.7849,0.0000,-10.7849,4.4406,-10.7849,0.4503,0.0000,-11.2353,0.0000,-11.2353,4.7405,-15.9757,2.7967,-18.7724,-0.2657,-18.5067,0.0000,0.0000,8.0237,-26.5304,0.0000,0.0000,0.0000 -960.5000,1.0000,12854.3057,42.1965,41.4020,-0.4469,0.0000,5,925.5725,-70.8822,380.3361,-70.8844,-6.8703,36.8644,-6.8705,-1.0030,-10.2306,0.0000,-10.2306,4.3634,-10.2306,0.4315,0.0000,-10.6621,0.0000,-10.6621,4.6040,-15.2661,23.8320,-39.0981,-0.4650,-38.6331,0.0000,0.0000,7.7927,-46.4258,0.0000,0.0000,0.0000 -961.5000,1.0000,12865.6604,40.8670,40.3520,-0.2917,0.0000,5,896.4101,-72.6037,392.7093,-72.6040,-6.8154,36.8644,-6.8155,-0.6339,-10.4424,0.0000,-10.4424,4.2609,-10.4424,0.4138,0.0000,-10.8562,0.0000,-10.8562,4.4589,-15.3151,6.7736,-22.0887,-0.2939,-21.7948,0.0000,0.0000,7.5471,-29.3419,0.0000,0.0000,0.0000 -962.5000,1.0000,12876.7572,39.9385,39.5450,-0.2242,0.0000,5,876.0436,-69.8870,401.8392,-74.0603,-6.4114,36.8644,-6.7942,-0.4762,-10.1260,0.0000,-10.1260,4.1908,-10.1260,0.4005,0.0000,-10.5265,0.0000,-10.5265,4.3576,-14.8841,0.0000,-14.8841,-0.2207,-14.6634,0.0000,0.0000,7.3757,-22.0390,0.0000,0.0000,0.0000 -963.5000,1.0000,12887.6339,39.1460,38.7670,-0.2161,0.0000,5,858.6603,-60.7363,409.9743,-75.3033,-5.4613,36.8644,-6.7712,-0.4499,-9.1461,0.0000,-9.1461,4.1347,-9.1461,0.3875,0.0000,-9.5336,0.0000,-9.5336,4.2711,-13.8047,0.0000,-13.8047,-0.2086,-13.5961,0.0000,0.0000,7.2293,-20.8254,0.0000,0.0000,0.0000 -964.5000,1.0000,12898.4276,38.8475,38.9480,0.0503,0.0000,5,852.1128,233.8619,413.1245,-75.7715,20.8682,36.8644,-6.7613,0.1039,16.6796,0.0000,16.6796,4.0848,16.6796,0.4106,0.0000,16.2689,0.0000,16.2689,4.2386,12.0304,0.0000,12.0304,0.0482,11.9822,0.0000,0.0000,7.1742,4.8080,4441.6668,4441.6668,4441.6668 -965.5000,1.0000,12909.1874,38.7253,38.5226,-0.1182,0.0000,0,777.6597,6.1714,452.6770,-81.8941,0.5026,36.8644,-6.6692,-3.6504,0.0000,0.0000,0.0000,4.1530,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.2252,-4.2252,0.0000,-4.2252,-0.1128,-4.1124,0.0000,0.0000,7.1516,-11.2640,991.6676,991.6676,991.6676 -966.5000,1.0000,12920.1360,39.4051,40.3075,0.4958,0.0000,4,1004.7104,682.1083,682.1083,-66.9640,71.7667,71.7667,-7.0455,18.7253,48.8740,0.0000,48.8740,4.1674,62.2279,1.8491,0.0000,60.3788,0.0000,60.3788,4.5262,55.8525,0.0000,55.8525,0.4817,55.3708,0.0000,0.0000,7.2771,48.0937,14210.8540,14210.8540,14210.8540 -967.5000,1.0000,12931.7101,41.6568,43.0260,0.7551,0.0000,4,1352.3252,717.1143,764.1261,-88.7844,101.5543,108.2118,-12.5732,3.6645,93.6302,0.0000,93.6302,4.2595,93.6302,2.5322,0.0000,91.0980,0.0000,91.0980,5.1939,85.9041,0.0000,85.9041,0.7756,85.1285,0.0000,0.0000,7.6930,77.4356,19777.8303,19777.8303,19777.8303 -968.5000,1.0000,12943.9099,43.9090,44.8120,0.4961,0.0000,4,1425.4410,511.4050,829.8604,-93.1207,76.3384,123.8748,-13.9003,2.5377,69.4196,0.0000,69.4196,4.3810,69.4196,2.1053,0.0000,67.3144,0.0000,67.3144,5.0441,62.2703,0.0000,62.2703,0.5371,61.7332,0.0000,0.0000,8.1089,53.6243,15047.2421,15047.2421,15047.2421 -969.5000,1.0000,12956.5735,45.5790,46.3660,0.4317,0.0000,4,1479.6551,460.0432,767.1440,-96.3361,71.2833,118.8683,-14.9272,2.2920,64.5112,0.0000,64.5112,4.4800,64.5112,2.0510,0.0000,62.4602,0.0000,62.4602,5.1247,57.3355,0.0000,57.3355,0.4851,56.8504,0.0000,0.0000,8.4173,48.4331,14172.3539,14172.3539,14172.3539 -970.5000,1.0000,12969.6682,47.1310,47.9160,0.4306,0.0000,4,1530.0385,459.1434,759.6876,-99.3242,73.5664,121.7211,-15.9142,2.3640,66.5893,0.0000,66.5893,4.6131,66.5893,2.1344,0.0000,64.4549,0.0000,64.4549,5.2972,59.1576,0.0000,59.1576,0.5003,58.6573,0.0000,0.0000,8.7039,49.9534,14623.7015,14623.7015,14623.7015 -971.5000,1.0000,12983.1563,48.5470,49.1980,0.3561,0.0000,4,1576.0069,400.0300,766.2098,-102.0505,66.0206,126.4545,-16.8423,2.0140,59.2965,0.0000,59.2965,4.7101,59.2965,2.0277,0.0000,57.2688,0.0000,57.2688,5.3195,51.9493,0.0000,51.9493,0.4262,51.5230,0.0000,0.0000,8.9654,42.5576,13328.3190,13328.3190,13328.3190 -972.5000,1.0000,12996.7633,48.9753,48.7726,-0.1182,0.0000,0,1583.6883,21.4807,732.5693,-102.5061,3.5624,121.4918,-17.0000,-1.2767,0.0000,0.0000,0.0000,4.8392,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.3436,-5.3436,0.0000,-5.3436,-0.1427,-5.2009,0.0000,0.0000,9.0445,-14.2454,2744.6481,2744.6481,2744.6481 -973.5000,1.0000,13010.4788,49.3659,49.9792,0.3351,0.0000,5,1333.3125,393.5270,393.5270,-87.6568,54.9459,54.9459,-12.2390,-19.4259,69.4319,0.0000,69.4319,4.9398,56.3882,0.7496,0.0000,55.6386,0.0000,55.6386,5.3862,50.2524,0.0000,50.2524,0.4079,49.8445,0.0000,0.0000,9.1167,40.7279,11033.3497,11033.3497,11033.3497 -974.5000,1.0000,13024.5985,50.8207,51.6823,0.4731,0.0000,5,1114.7428,703.2894,703.2894,-74.6645,82.0989,82.0989,-8.7160,1.2787,75.8242,0.0000,75.8242,4.9960,75.8242,0.8679,0.0000,74.9563,0.0000,74.9563,5.7938,69.1625,0.0000,69.1625,0.5928,68.5698,0.0000,0.0000,9.3853,59.1844,16111.5103,16111.5103,16111.5103 -975.5000,1.0000,13039.2372,52.6895,53.7167,0.5651,0.0000,5,1155.7338,806.4281,806.4281,-77.1097,97.6005,97.6005,-9.3324,1.5836,90.9243,0.0000,90.9243,5.0929,90.9243,0.9712,0.0000,89.9531,0.0000,89.9531,6.1904,83.7627,0.0000,83.7627,0.7341,83.0286,0.0000,0.0000,9.7304,73.2981,19029.7784,19029.7784,19029.7784 -976.5000,1.0000,13054.3206,54.2903,54.8840,0.3243,0.0000,5,1190.8486,534.7842,851.6184,-79.2044,66.6905,106.2014,-9.8772,0.9363,60.5623,0.0000,60.5623,5.1919,60.5623,0.8438,0.0000,59.7185,0.0000,59.7185,5.9235,53.7950,0.0000,53.7950,0.4340,53.3610,0.0000,0.0000,10.0261,43.3349,13228.4000,13228.4000,13228.4000 -977.5000,1.0000,13069.7015,55.3610,55.8580,0.2706,0.0000,5,1214.3333,474.7761,736.6569,-80.6004,60.3748,93.6767,-10.2495,0.7966,54.3340,0.0000,54.3340,5.2441,54.3340,0.8292,0.0000,53.5048,0.0000,53.5048,6.0403,47.4645,0.0000,47.4645,0.3693,47.0952,0.0000,0.0000,10.2238,36.8714,12014.0501,12014.0501,12014.0501 -978.5000,1.0000,13085.3553,56.3440,56.8500,0.2756,0.0000,5,1235.8953,480.5132,713.7810,-81.8792,62.1893,92.3794,-10.5970,0.8257,56.0083,0.0000,56.0083,5.3552,56.0083,0.8530,0.0000,55.1553,0.0000,55.1553,6.1476,49.0077,0.0000,49.0077,0.3828,48.6249,0.0000,0.0000,10.4053,38.2196,12365.3411,12365.3411,12365.3411 -979.5000,1.0000,13101.2867,57.3430,57.8560,0.2794,0.0000,5,1257.8081,484.6099,719.1852,-83.1788,63.8315,94.7292,-10.9561,0.8522,57.5643,0.0000,57.5643,5.4150,57.5643,0.8767,0.0000,56.6877,0.0000,56.6877,6.2566,50.4311,0.0000,50.4311,0.3951,50.0360,0.0000,0.0000,10.5898,39.4462,12697.6248,12697.6248,12697.6248 -980.5000,1.0000,13117.4709,58.2530,58.6700,0.2261,0.0000,5,1277.7688,425.1211,722.7795,-84.3626,56.8845,96.7134,-11.2884,0.7005,50.7198,0.0000,50.7198,5.4641,50.7198,0.8571,0.0000,49.8627,0.0000,49.8627,6.3559,43.5068,0.0000,43.5068,0.3247,43.1821,0.0000,0.0000,10.7579,32.4242,11352.1496,11352.1496,11352.1496 -981.5000,1.0000,13133.8708,59.0295,59.4090,0.2053,0.0000,5,1294.8012,402.3816,700.4339,-85.3727,54.5594,94.9727,-11.5758,0.6445,48.3275,0.0000,48.3275,5.5875,48.3275,0.8577,0.0000,47.4697,0.0000,47.4697,6.4406,41.0292,0.0000,41.0292,0.2988,40.7304,0.0000,0.0000,10.9013,29.8291,10939.8051,10939.8051,10939.8051 -982.5000,1.0000,13150.4476,59.6665,59.9440,0.1486,0.0000,5,1308.7737,339.3478,692.4084,-86.2014,46.5091,94.8977,-11.8143,0.4716,40.4040,0.0000,40.4040,5.6335,40.4040,0.8285,0.0000,39.5755,0.0000,39.5755,6.5101,33.0654,0.0000,33.0654,0.2186,32.8468,0.0000,0.0000,11.0189,21.8279,9432.1678,9432.1678,9432.1678 -983.5000,1.0000,13167.0941,59.9175,59.9110,-0.0092,0.0000,5,1314.2793,164.2473,664.7182,-86.5280,22.6055,91.4858,-11.9089,-0.0292,16.9526,0.0000,16.9526,5.6822,16.9526,0.7154,0.0000,16.2372,0.0000,16.2372,6.5375,9.6997,0.0000,9.6997,-0.0135,9.7132,0.0000,0.0000,11.0653,-1.3521,4976.0077,4976.0077,4976.0077 -984.5000,1.0000,13183.6621,59.6350,59.3790,-0.1478,0.0000,5,1308.0827,10.9302,587.6991,-86.1604,1.4972,80.5043,-11.8024,-0.4687,-3.7049,0.0000,-3.7049,5.6708,-3.7049,0.6866,0.0000,-4.3915,0.0000,-4.3915,6.5066,-10.8982,0.0000,-10.8982,-0.2173,-10.6809,0.0000,0.0000,11.0131,-21.6940,1881.7851,1881.7851,1881.7851 -985.5000,1.0000,13200.1196,59.2370,59.1150,-0.0733,0.0000,5,1299.3527,92.9110,522.4324,-85.6427,12.6422,71.0863,-11.6532,-0.2310,7.2579,0.0000,7.2579,5.6153,7.2579,0.6558,0.0000,6.6021,0.0000,6.6021,6.4632,0.1389,0.0000,0.1389,-0.1071,0.2460,0.0000,0.0000,10.9396,-10.6936,3185.7522,3185.7522,3185.7522 -986.5000,1.0000,13216.5359,59.0885,59.0820,-0.0092,0.0000,5,1296.0954,164.2870,557.9609,-85.4495,22.2981,75.7302,-11.5978,-0.0288,16.7131,0.0000,16.7131,5.6138,16.7131,0.7006,0.0000,16.0125,0.0000,16.0125,6.4470,9.5655,0.0000,9.5655,-0.0134,9.5788,0.0000,0.0000,10.9122,-1.3333,4907.5759,4907.5759,4907.5759 -987.5000,1.0000,13232.9792,59.1860,59.3100,0.0633,0.0000,5,1298.2340,245.0919,590.2418,-85.5763,33.3204,80.2438,-11.6342,0.1994,27.4637,0.0000,27.4637,5.6574,27.4637,0.7560,0.0000,26.7077,0.0000,26.7077,6.4577,20.2500,0.0000,20.2500,0.0924,20.1576,0.0000,0.0000,10.9302,9.2274,6961.1220,6961.1220,6961.1220 -988.5000,1.0000,13249.5194,59.5345,59.7790,0.1303,0.0000,5,1305.8783,319.1474,627.0109,-86.0297,43.6438,85.7445,-11.7647,0.4125,37.5865,0.0000,37.5865,5.6448,37.5865,0.8123,0.0000,36.7742,0.0000,36.7742,6.4957,30.2785,0.0000,30.2785,0.1912,30.0873,0.0000,0.0000,10.9945,19.0927,8896.0150,8896.0150,8896.0150 -989.5000,1.0000,13266.2109,60.0795,60.4000,0.1725,0.0000,5,1317.8328,366.1428,660.5933,-86.7387,50.5288,91.1639,-11.9702,0.5512,44.2726,0.0000,44.2726,5.7051,44.2726,0.8547,0.0000,43.4179,0.0000,43.4179,6.5551,36.8627,0.0000,36.8627,0.2555,36.6072,0.0000,0.0000,11.0952,25.5120,10178.0026,10178.0026,10178.0026 -990.5000,1.0000,13283.0819,60.7255,61.0710,0.1864,0.0000,5,1332.0027,381.0918,682.4307,-87.5791,53.1573,95.1902,-12.2161,0.6020,46.8601,0.0000,46.8601,5.6953,46.8601,0.8784,0.0000,45.9817,0.0000,45.9817,6.6256,39.3561,0.0000,39.3561,0.2791,39.0770,0.0000,0.0000,11.2145,27.8625,10679.9082,10679.9082,10679.9082 -991.5000,1.0000,13300.1415,61.4045,61.7580,0.1908,0.0000,5,1346.8964,386.2849,691.1107,-88.4624,54.4842,97.4789,-12.4773,0.6232,48.0702,0.0000,48.0702,5.7908,48.0702,0.8958,0.0000,47.1744,0.0000,47.1744,6.6997,40.4747,0.0000,40.4747,0.2889,40.1858,0.0000,0.0000,11.3399,28.8459,10950.4628,10950.4628,10950.4628 -992.5000,1.0000,13317.3795,62.0470,62.3560,0.1661,0.0000,5,1360.9895,359.1337,695.2041,-89.2982,51.1846,99.0822,-12.7270,0.5482,44.7441,0.0000,44.7441,5.8924,44.7441,0.8900,0.0000,43.8541,0.0000,43.8541,6.7698,37.0843,0.0000,37.0843,0.2541,36.8302,0.0000,0.0000,11.4585,25.3717,10324.0394,10324.0394,10324.0394 -993.5000,1.0000,13334.7796,62.6305,62.9250,0.1581,0.0000,5,1373.7885,349.4473,686.8406,-90.0573,50.2725,98.8108,-12.9559,0.5265,43.9078,0.0000,43.9078,5.8381,43.9078,0.8957,0.0000,43.0121,0.0000,43.0121,6.8335,36.1786,0.0000,36.1786,0.2441,35.9346,0.0000,0.0000,11.5663,24.3683,10167.1574,10167.1574,10167.1574 -994.5000,1.0000,13352.3321,63.1790,63.4530,0.1467,0.0000,5,1385.8197,337.0686,685.1935,-90.7709,48.9163,99.4371,-13.1729,0.4928,42.4978,0.0000,42.4978,5.9256,42.4978,0.8980,0.0000,41.5998,0.0000,41.5998,6.8933,34.7065,0.0000,34.7065,0.2285,34.4780,0.0000,0.0000,11.6676,22.8104,9929.6027,9929.6027,9929.6027 -995.5000,1.0000,13369.9959,63.5795,63.7260,0.0758,0.0000,5,1394.6046,258.9609,680.7959,-91.2919,37.8193,99.4252,-13.3325,0.2564,31.5163,0.0000,31.5163,6.0466,31.5163,0.8500,0.0000,30.6663,0.0000,30.6663,6.9370,23.7292,0.0000,23.7292,0.1189,23.6104,0.0000,0.0000,11.7416,11.8688,7876.0389,7876.0389,7876.0389 -996.5000,1.0000,13387.7060,63.7465,63.7870,0.0169,0.0000,5,1398.2677,207.9918,650.4009,-91.5091,30.4555,95.2358,-13.3993,0.0574,22.2197,0.0000,22.2197,8.1784,22.2197,0.8064,0.0000,21.4132,0.0000,21.4132,6.9552,14.4580,0.0000,14.4580,0.0266,14.4314,0.0000,0.0000,11.7724,2.6590,6510.4346,6510.4346,6510.4346 -997.5000,1.0000,13405.4341,63.8110,63.8550,0.0189,0.0000,5,1399.6825,210.1993,631.2018,-91.5930,30.8098,92.5180,-13.4252,0.0641,22.5526,0.0000,22.5526,8.1931,22.5526,0.8092,0.0000,21.7434,0.0000,21.7434,6.9623,14.7811,0.0000,14.7811,0.0297,14.7514,0.0000,0.0000,11.7843,2.9671,6580.0270,6580.0270,6580.0270 -998.5000,1.0000,13423.1860,63.8970,63.9590,0.0289,0.0000,5,1401.5689,221.3665,632.7421,-91.7049,32.4904,92.8688,-13.4597,0.0982,24.1802,0.0000,24.1802,8.2120,24.1802,0.8188,0.0000,23.3614,0.0000,23.3614,6.9717,16.3897,0.0000,16.3897,0.0455,16.3442,0.0000,0.0000,11.8002,4.5440,6894.3364,6894.3364,6894.3364 -999.5000,1.0000,13440.9737,64.0255,64.1120,0.0425,0.0000,5,1404.3876,236.5091,638.0189,-91.8721,34.7827,93.8316,-13.5114,0.1447,26.4073,0.0000,26.4073,8.2307,26.4073,0.8322,0.0000,25.5751,0.0000,25.5751,6.9857,18.5894,0.0000,18.5894,0.0671,18.5223,0.0000,0.0000,11.8239,6.6984,7321.0593,7321.0593,7321.0593 -1000.5000,1.0000,13458.8156,64.2210,64.3500,0.0661,0.0000,5,1408.6758,262.7137,645.3539,-92.1264,38.7545,95.2002,-13.5901,0.2258,30.2782,0.0000,30.2782,8.2505,30.2782,0.8549,0.0000,29.4233,0.0000,29.4233,7.0070,22.4163,0.0000,22.4163,0.1047,22.3116,0.0000,0.0000,11.8600,10.4516,8056.6267,8056.6267,8056.6267 -1001.5000,1.0000,13476.7385,64.5125,64.6950,0.0958,0.0000,5,1415.0698,296.2455,657.4239,-92.5056,43.8994,97.4209,-13.7080,0.3288,35.2089,0.0000,35.2089,8.3617,35.2089,0.8846,0.0000,34.3242,0.0000,34.3242,7.0388,27.2854,0.0000,27.2854,0.1524,27.1330,0.0000,0.0000,11.9139,15.2191,9025.0487,9025.0487,9025.0487 -1002.5000,1.0000,13494.7555,64.8510,65.0270,0.0922,0.0000,5,1422.4947,291.3765,671.5964,-92.9460,43.4044,100.0432,-13.8455,0.3181,34.8106,0.0000,34.8106,8.2757,34.8106,0.8886,0.0000,33.9221,0.0000,33.9221,7.0758,26.8463,0.0000,26.8463,0.1475,26.6989,0.0000,0.0000,11.9764,14.7225,8933.7175,8933.7175,8933.7175 -1003.5000,1.0000,13512.8702,65.2030,65.3990,0.1033,0.0000,5,1430.2158,303.5572,671.7323,-93.4039,45.4643,100.6066,-13.9893,0.3583,36.8122,0.0000,36.8122,8.2938,36.8122,0.9047,0.0000,35.9075,0.0000,35.9075,7.1142,28.7933,0.0000,28.7933,0.1661,28.6272,0.0000,0.0000,12.0414,16.5858,9337.3832,9337.3832,9337.3832 -1004.5000,1.0000,13531.0769,65.5340,65.6890,0.0806,0.0000,5,1437.4762,263.7072,677.3613,-93.8345,39.6964,101.9647,-14.1251,0.2808,33.2713,0.0000,33.2713,6.1444,33.2713,0.8929,0.0000,32.3784,0.0000,32.3784,7.1503,25.2281,0.0000,25.2281,0.1302,25.0980,0.0000,0.0000,12.1025,12.9955,8226.9313,8226.9313,8226.9313 -1005.5000,1.0000,13549.4105,65.9910,66.3130,0.1733,0.0000,5,1447.5004,366.9092,667.0736,-94.4290,55.6168,101.1163,-14.3137,0.6083,48.8053,0.0000,48.8053,6.2032,48.8053,0.9786,0.0000,47.8267,0.0000,47.8267,7.2001,40.6265,0.0000,40.6265,0.2820,40.3445,0.0000,0.0000,12.1869,28.1576,11228.4812,11228.4812,11228.4812 -1006.5000,1.0000,13567.9408,66.6990,67.1050,0.2200,0.0000,5,1463.0303,418.7871,708.5115,-95.3501,64.1616,108.5498,-14.6084,0.7804,57.1115,0.0000,57.1115,6.2697,57.1115,1.0327,0.0000,56.0788,0.0000,56.0788,7.2774,48.8014,0.0000,48.8014,0.3618,48.4396,0.0000,0.0000,12.3177,36.1220,12846.1361,12846.1361,12846.1361 -1007.5000,1.0000,13586.7735,67.7880,68.4910,0.3850,0.0000,5,1486.9173,602.4196,734.5267,-96.7668,93.8025,114.3729,-15.0675,1.3880,86.1070,0.0000,86.1070,6.3075,86.1070,1.1973,0.0000,84.9098,0.0000,84.9098,7.5020,77.4077,0.0000,77.4077,0.6435,76.7643,0.0000,0.0000,12.5188,64.2455,18320.2847,18320.2847,18320.2847 -1008.5000,1.0000,13605.9963,69.1920,69.9130,0.3950,0.0000,5,1517.7138,614.2934,800.7702,-98.5932,97.6325,127.2701,-15.6699,1.4536,89.6555,0.0000,89.6555,6.5234,89.6555,1.2406,0.0000,88.4149,0.0000,88.4149,7.6836,80.7313,0.0000,80.7313,0.6738,80.0575,0.0000,0.0000,12.7781,67.2794,19101.4109,19101.4109,19101.4109 -1009.5000,1.0000,13625.5013,70.2080,70.5230,0.1694,0.0000,5,1539.9996,362.5394,803.9866,-99.9150,58.4661,129.6576,-16.1131,0.6327,51.2715,0.0000,51.2715,6.5619,51.2715,1.0674,0.0000,50.2041,0.0000,50.2041,7.6602,42.5438,0.0000,42.5438,0.2933,42.2505,0.0000,0.0000,12.9657,29.2849,11840.8581,11840.8581,11840.8581 -1010.5000,1.0000,13645.1946,70.8860,71.2690,0.2072,0.0000,5,1554.8714,404.9997,726.5665,-100.7970,65.9444,118.3037,-16.4123,0.7812,58.4631,0.0000,58.4631,6.7001,58.4631,1.1160,0.0000,57.3471,0.0000,57.3471,7.7342,49.6129,0.0000,49.6129,0.3622,49.2507,0.0000,0.0000,13.0909,36.1598,13287.8286,13287.8286,13287.8286 -1011.5000,1.0000,13665.0515,71.4745,71.7000,0.1197,0.0000,5,1567.7800,307.7862,741.0205,-101.5626,50.5316,121.6589,-16.6743,0.4551,43.3250,0.0000,43.3250,6.7515,43.3250,1.0513,0.0000,42.2737,0.0000,42.2737,7.7984,34.4752,0.0000,34.4752,0.2110,34.2643,0.0000,0.0000,13.1996,21.0647,10409.4859,10409.4859,10409.4859 -1012.5000,1.0000,13684.9090,71.4773,71.2746,-0.1182,0.0000,0,1502.2233,2.2770,655.1916,-97.6745,0.3582,103.0698,-15.3654,-6.4839,0.0000,0.0000,0.0000,6.8421,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,7.7987,-7.7986,0.0000,-7.7986,-0.2082,-7.5904,0.0000,0.0000,13.2001,-20.7905,2212.8755,2212.8755,2212.8755 -1013.5000,1.0000,13704.5990,70.8738,70.4930,-0.2171,0.0000,6,1278.7253,-84.4193,416.4531,-84.4193,-11.3044,55.7663,-11.3044,-12.0316,-5.2140,0.0000,-5.2140,5.9412,-4.6148,0.7242,0.0000,-5.3389,0.0000,-5.3389,7.7329,-13.0718,12.0991,-25.1710,-0.3794,-24.7916,0.0000,0.0000,13.0886,-37.8802,0.0000,0.0000,0.0000 -1014.5000,1.0000,13724.0427,69.9875,69.5020,-0.2753,0.0000,6,1117.5986,-74.8349,418.0912,-74.8349,-8.7583,48.9312,-8.7583,-0.5431,-13.2686,0.0000,-13.2686,5.0533,-13.2686,0.7989,0.0000,-14.0675,0.0000,-14.0675,7.6362,-21.7037,13.1546,-34.8582,-0.4750,-34.3832,0.1183,0.0000,12.9250,-47.4265,0.0000,0.0000,0.0000 -1015.5000,1.0000,13743.1759,68.8695,68.2570,-0.3458,0.0000,6,1099.7458,-73.7669,421.1699,-73.7669,-8.4954,48.5041,-8.4954,-0.6713,-12.7740,0.0000,-12.7740,4.9500,-12.7740,0.7793,0.0000,-13.5533,0.0000,-13.5533,7.5142,-21.0675,25.2488,-46.3163,-0.5872,-45.7290,0.1829,0.0000,12.7185,-58.6304,0.0000,0.0000,0.0000 -1016.5000,1.0000,13761.9598,67.6120,66.9870,-0.3528,0.0000,6,1079.6653,-72.3295,415.4332,-72.3295,-8.1777,46.9698,-8.1777,-0.6723,-12.4150,0.0000,-12.4150,4.9095,-12.4150,0.7593,0.0000,-13.1743,0.0000,-13.1743,7.3770,-20.5513,26.0867,-46.6380,-0.5881,-46.0499,0.1795,0.0000,12.4863,-58.7157,0.0000,0.0000,0.0000 -1017.5000,1.0000,13780.4277,66.4745,65.9820,-0.2792,0.0000,6,1061.5011,-71.0292,412.3571,-71.0292,-7.8956,45.8377,-7.8956,-0.5231,-12.0968,0.0000,-12.0968,4.7243,-12.0968,0.7414,0.0000,-12.8382,0.0000,-12.8382,7.2529,-20.0911,13.7083,-33.7994,-0.4575,-33.3419,0.0642,0.0000,12.2762,-45.6823,0.0000,0.0000,0.0000 -1018.5000,1.0000,13798.7672,66.0120,66.0620,0.0222,0.0000,6,1054.1157,259.9338,417.4222,-70.5006,28.6932,46.0779,-7.7823,0.0413,23.9688,0.0000,23.9688,4.6831,23.9688,0.9283,0.0000,23.0405,0.0000,23.0405,7.2024,15.8381,0.0000,15.8381,0.0362,15.8019,0.0000,0.0000,12.1908,3.6111,5914.7109,5914.7109,5914.7109 -1019.5000,1.0000,13817.1625,66.2130,66.3840,0.0894,0.0000,6,1057.3253,362.8815,581.7582,-70.7303,40.1793,64.4139,-7.8315,0.1669,35.3349,0.0000,35.3349,4.6774,35.3349,1.1577,0.0000,34.1772,0.0000,34.1772,7.2244,26.9529,0.0000,26.9529,0.1460,26.8068,0.0000,0.0000,12.2279,14.5789,8101.3878,8101.3878,8101.3878 -1020.5000,1.0000,13835.7084,66.7555,67.1470,0.2119,0.0000,6,1065.9883,550.2827,634.8892,-71.3504,61.4281,70.8727,-7.9649,0.3988,56.3734,0.0000,56.3734,4.6559,56.3734,1.5841,0.0000,54.7893,0.0000,54.7893,7.2836,47.5057,0.0000,47.5057,0.3488,47.1569,0.0000,0.0000,12.3281,34.8288,12164.1845,12164.1845,12164.1845 -1021.5000,1.0000,13854.5009,67.6430,68.1590,0.2811,0.0000,6,1080.1604,656.8407,727.1305,-72.3649,74.2980,82.2487,-8.1855,0.5360,68.9961,0.0000,68.9961,4.7659,68.9961,1.8458,0.0000,67.1503,0.0000,67.1503,7.3804,59.7699,0.0000,59.7699,0.4688,59.3011,0.0000,0.0000,12.4920,46.8091,14607.6214,14607.6214,14607.6214 -1022.5000,1.0000,13873.5737,68.6520,69.1650,0.2794,0.0000,6,1096.2726,654.3512,779.0828,-73.5183,75.1204,89.4398,-8.4400,0.5408,69.7387,0.0000,69.7387,4.8410,69.7387,1.8713,0.0000,67.8674,0.0000,67.8674,7.4905,60.3770,0.0000,60.3770,0.4730,59.9040,0.0000,0.0000,12.6783,47.2256,14757.4831,14757.4831,14757.4831 -1023.5000,1.0000,13892.9670,69.8059,70.4669,0.3616,0.0000,6,1114.6995,780.2878,780.2878,-74.6619,91.0838,91.0838,-8.7154,0.7116,85.5202,0.0000,85.5202,4.8521,85.5202,2.1992,0.0000,83.3211,0.0000,83.3211,7.6636,75.6575,0.0000,75.6575,0.6224,75.0351,0.0000,0.0000,12.8914,62.1436,17809.1530,17809.1530,17809.1530 -1024.5000,1.0000,13912.6772,70.9464,71.4460,0.2720,0.0000,6,1132.9116,642.3812,838.8853,-75.7483,76.2110,99.5239,-8.9866,0.5439,70.7333,0.0000,70.7333,4.9338,70.7333,1.9157,0.0000,68.8176,0.0000,68.8176,7.7408,61.0768,0.0000,61.0768,0.4757,60.6011,0.0000,0.0000,13.1021,47.4990,14973.3319,14973.3319,14973.3319 -1025.5000,1.0000,13932.5930,71.6870,71.9480,0.1394,0.0000,6,1144.7372,439.1092,776.2208,-76.4537,52.6389,93.0507,-9.1650,0.2818,47.3711,0.0000,47.3711,4.9861,47.3711,1.4565,0.0000,45.9146,0.0000,45.9146,7.8216,38.0930,0.0000,38.0930,0.2465,37.8465,0.0000,0.0000,13.2388,24.6077,10467.7534,10467.7534,10467.7534 -1026.5000,1.0000,13952.6862,72.3255,72.7230,0.2153,0.0000,6,1154.9331,558.7261,685.5462,-77.0619,67.5747,82.9129,-9.3202,0.4389,62.0848,0.0000,62.0848,5.0511,62.0848,1.7577,0.0000,60.3270,0.0000,60.3270,7.8913,52.4358,0.0000,52.4358,0.3839,52.0519,0.0000,0.3668,13.3567,38.3283,13371.8988,13371.8988,13371.8988 -1027.5000,1.0000,13972.9923,73.0920,73.4810,0.2106,0.0000,6,1167.1730,561.5275,741.4550,-77.7921,68.6333,90.6251,-9.5082,0.4338,63.1562,0.0000,63.1562,5.0433,63.1562,1.7876,0.0000,61.3686,0.0000,61.3686,7.9749,53.3937,0.0000,53.3937,0.3794,53.0143,0.0000,1.6311,13.4983,37.8849,13585.8330,13585.8330,13585.8330 -1028.5000,1.0000,13993.5202,73.8905,74.3200,0.2331,0.0000,6,1179.9238,615.9695,744.5957,-78.5527,76.1100,92.0032,-9.7061,0.4854,70.4656,0.0000,70.4656,5.1591,70.4656,1.9426,0.0000,68.5229,0.0000,68.5229,8.0620,60.4609,0.0000,60.4609,0.4246,60.0363,0.0000,3.9992,13.6457,42.3914,14998.2894,14998.2894,14998.2894 -1029.5000,1.0000,14014.2690,74.6855,75.0710,0.2086,0.0000,6,1192.6188,607.6785,770.2283,-79.3100,75.8934,96.1944,-9.9051,0.4392,70.2615,0.0000,70.2615,5.1928,70.2615,1.9474,0.0000,68.3140,0.0000,68.3140,8.1488,60.1653,0.0000,60.1653,0.3841,59.7811,0.0000,7.6353,13.7926,38.3533,14978.6049,14978.6049,14978.6049 -1030.5000,1.0000,14035.2031,75.3530,75.6550,0.1622,0.0000,6,1203.2778,526.7908,767.2967,-79.9447,66.3793,96.6847,-10.0736,0.3446,60.7877,0.0000,60.7877,5.2471,60.7877,1.7655,0.0000,59.0222,0.0000,59.0222,8.2216,50.8006,0.0000,50.8006,0.3014,50.4992,0.0000,6.4921,13.9158,30.0912,13180.1722,13180.1722,13180.1722 -1031.5000,1.0000,14056.2549,75.7765,75.9180,0.0731,0.0000,6,1210.0405,385.0428,731.4350,-80.3458,48.7908,92.6839,-10.1810,0.1560,43.3849,0.0000,43.3849,5.2498,43.3849,1.4222,0.0000,41.9627,0.0000,41.9627,8.2678,33.6949,0.0000,33.6949,0.1365,33.5584,0.0000,5.9368,13.9940,13.6275,9792.7396,9792.7396,9792.7396 -1032.5000,1.0000,14077.3670,75.9935,76.0890,0.0475,0.0000,6,1213.5057,359.7251,668.8253,-80.5513,45.7132,84.9930,-10.2363,0.1017,40.3389,0.0000,40.3389,5.2725,40.3389,1.3637,0.0000,38.9751,0.0000,38.9751,8.2915,30.6837,0.0000,30.6837,0.0890,30.5947,0.0000,7.6747,14.0341,8.8859,9213.0031,9213.0031,9213.0031 -1033.5000,1.0000,14098.5444,76.2285,76.3880,0.0831,0.0000,6,1217.2583,413.4278,658.6699,-80.7738,52.7000,83.9613,-10.2963,0.1785,47.2766,0.0000,47.2766,5.2450,47.2766,1.5052,0.0000,45.7715,0.0000,45.7715,8.3171,37.4543,0.0000,37.4543,0.1561,37.2982,0.0000,7.6354,14.0775,15.5853,10552.8805,10552.8805,10552.8805 -1034.5000,1.0000,14119.8054,76.5295,76.6910,0.0842,0.0000,6,1222.0648,424.0332,683.1070,-81.0589,54.2654,87.4202,-10.3735,0.1816,48.8126,0.0000,48.8126,5.2712,48.8126,1.5393,0.0000,47.2733,0.0000,47.2733,8.3500,38.9233,0.0000,38.9233,0.1588,38.7645,0.0000,8.7752,14.1331,15.8562,10850.3102,10850.3102,10850.3102 -1035.5000,1.0000,14141.2116,77.0525,77.4340,0.2064,0.0000,6,1230.4164,602.1283,690.3942,-81.5542,77.5836,88.9565,-10.5082,0.4483,71.8046,0.0000,71.8046,5.3307,71.8046,2.0051,0.0000,69.7995,0.0000,69.7995,8.4070,61.3924,0.0000,61.3924,0.3921,61.0004,0.0000,7.6233,14.2297,39.1473,15298.4886,15298.4886,15298.4886 -1036.5000,1.0000,14162.8006,77.7105,78.0070,0.1592,0.0000,6,1240.9237,556.5604,768.2498,-82.1774,72.3246,99.8335,-10.6789,0.3486,66.5799,0.0000,66.5799,5.3960,66.5799,1.9082,0.0000,64.6717,0.0000,64.6717,8.4788,56.1929,0.0000,56.1929,0.3050,55.8879,0.0000,11.0886,14.3512,30.4482,14281.4242,14281.4242,14281.4242 -1037.5000,1.0000,14184.5540,78.3020,78.6170,0.1694,0.0000,6,1250.3691,555.0034,749.8115,-82.7376,72.6712,98.1791,-10.8335,0.3740,66.8925,0.0000,66.8925,5.4048,66.8925,1.9213,0.0000,64.9712,0.0000,64.9712,8.5434,56.4278,0.0000,56.4278,0.3271,56.1007,0.0000,8.9793,14.4604,32.6610,14347.4585,14347.4585,14347.4585 -1038.5000,1.0000,14206.4638,78.8655,79.1340,0.1436,0.0000,6,1259.3674,507.4144,749.8150,-83.2712,66.9181,98.8861,-10.9819,0.3192,61.1404,0.0000,61.1404,5.4585,61.1404,1.8128,0.0000,59.3276,0.0000,59.3276,8.6048,50.7227,0.0000,50.7227,0.2792,50.4435,0.0000,7.9982,14.5645,27.8807,13292.6863,13292.6863,13292.6863 -1039.5000,1.0000,14228.4840,79.2625,79.4110,0.0769,0.0000,6,1265.7069,415.0797,729.5946,-83.6472,55.0165,96.7038,-11.0870,0.1719,49.3304,0.0000,49.3304,5.5142,49.3304,1.5812,0.0000,47.7492,0.0000,47.7492,8.6482,39.1010,0.0000,39.1010,0.1504,38.9506,0.0000,9.2996,14.6378,15.0132,11001.7955,11001.7955,11001.7955 -1040.5000,1.0000,14250.5788,79.5315,79.6720,0.0725,0.0000,6,1270.0024,413.7532,690.8219,-83.9020,55.0268,91.8754,-11.1585,0.1625,49.3307,0.0000,49.3307,5.5336,49.3307,1.5844,0.0000,47.7463,0.0000,47.7463,8.6775,39.0688,0.0000,39.0688,0.1422,38.9266,0.0000,10.0451,14.6875,14.1941,11005.9236,11005.9236,11005.9236 -1041.5000,1.0000,14272.7476,79.7975,79.9430,0.0753,0.0000,6,1274.2500,401.5810,690.9507,-84.1539,53.5866,92.1999,-11.2294,0.1693,47.8289,0.0000,47.8289,5.5884,47.8289,1.5575,0.0000,46.2715,0.0000,46.2715,8.7065,37.5649,0.0000,37.5649,0.1481,37.4168,0.0000,7.8930,14.7366,14.7872,10746.9617,10746.9617,10746.9617 -1042.5000,1.0000,14294.9817,80.0330,80.1430,0.0556,0.0000,6,1278.0106,401.8524,686.0855,-84.3769,53.7811,91.8209,-11.2924,0.1253,48.0665,0.0000,48.0665,5.5893,48.0665,1.5650,0.0000,46.5015,0.0000,46.5015,8.7322,37.7693,0.0000,37.7693,0.1096,37.6596,0.0000,11.9343,14.7801,10.9453,10785.2746,10785.2746,10785.2746 -1043.5000,1.0000,14317.2629,80.2020,80.2810,0.0383,0.0000,6,1280.7093,357.8338,686.4902,-84.5370,47.9911,92.0690,-11.3377,0.0867,42.2842,0.0000,42.2842,5.6203,42.2842,1.4513,0.0000,40.8328,0.0000,40.8328,8.7507,32.0822,0.0000,32.0822,0.0758,32.0064,0.0000,9.6269,14.8113,7.5682,9684.1531,9684.1531,9684.1531 -1044.5000,1.0000,14339.5826,80.3410,80.4210,0.0389,0.0000,6,1282.9290,346.2821,668.1734,-84.6686,46.5223,89.7678,-11.3751,0.0881,40.7806,0.0000,40.7806,5.6536,40.7806,1.4229,0.0000,39.3577,0.0000,39.3577,8.7658,30.5919,0.0000,30.5919,0.0770,30.5149,0.0000,7.9867,14.8370,7.6912,9407.2794,9407.2794,9407.2794 -1045.5000,1.0000,14361.9104,80.3700,80.3390,-0.0228,0.0000,6,1283.3920,258.3824,662.5184,-84.6961,34.7257,89.0402,-11.3829,-0.0516,29.0702,0.0000,29.0702,5.7071,29.0702,1.1890,0.0000,27.8811,0.0000,27.8811,8.7690,19.1121,0.0000,19.1121,-0.0451,19.1573,0.0000,8.8214,14.8424,-4.5065,7199.7203,7199.7203,7199.7203 -1046.5000,1.0000,14384.2312,80.3450,80.3710,0.0089,0.0000,6,1282.9928,289.8867,625.5557,-84.6724,38.9476,84.0463,-11.3761,0.0201,33.2387,0.0000,33.2387,5.6888,33.2387,1.2721,0.0000,31.9666,0.0000,31.9666,8.7663,23.2003,0.0000,23.2003,0.0176,23.1827,0.0000,6.5869,14.8377,1.7581,7996.9559,7996.9559,7996.9559 -1047.5000,1.0000,14406.5555,80.3575,80.3640,-0.0019,0.0000,6,1283.1924,269.3090,638.7978,-84.6843,36.1886,85.8388,-11.3795,-0.0044,30.4770,0.0000,30.4770,5.7160,30.4770,1.2170,0.0000,29.2599,0.0000,29.2599,8.7676,20.4923,0.0000,20.4923,-0.0039,20.4962,0.0000,6.0407,14.8400,-0.3846,7475.8182,7475.8182,7475.8182 -1048.5000,1.0000,14428.8623,80.2945,80.2450,-0.0331,0.0000,6,1282.1864,256.3008,629.3911,-84.6246,34.4136,84.5085,-11.3626,-0.0748,26.8000,0.0000,26.8000,7.6884,26.8000,1.1427,0.0000,25.6573,0.0000,25.6573,8.7608,16.8965,0.0000,16.8965,-0.0654,16.9620,0.0000,8.6673,14.8284,-6.5337,7138.8398,7138.8398,7138.8398 -1049.5000,1.0000,14451.1084,80.0760,79.9270,-0.0883,0.0000,6,1278.6973,166.1500,622.3811,-84.4177,22.2483,83.3399,-11.3039,-0.1994,14.7410,0.0000,14.7410,7.7067,14.7410,0.8990,0.0000,13.8420,0.0000,13.8420,8.7369,5.1051,0.0000,5.1051,-0.1744,5.2795,0.0000,7.9037,14.7881,-17.4123,4873.0392,4873.0392,4873.0392 -1050.5000,1.0000,14473.1995,79.5180,79.1290,-0.2217,0.0000,6,1269.7868,-52.8841,579.4787,-83.8892,-7.0321,77.0543,-11.1549,-0.4968,-14.2168,0.0000,-14.2168,7.6816,-14.2168,0.9392,0.0000,-15.1561,0.0000,-15.1561,8.6760,-23.8321,0.0000,-23.8321,-0.4346,-23.3975,0.0000,5.3080,14.6850,-43.3905,546.8457,546.8457,546.8457 -1051.5000,1.0000,14495.0658,78.7085,78.3080,-0.2281,0.0000,6,1256.8603,-59.2862,480.0114,-83.1226,-7.8031,63.1782,-10.9404,-0.5060,-14.8981,0.0000,-14.8981,7.6010,-14.8981,0.9346,0.0000,-15.8327,0.0000,-15.8327,8.5877,-24.4204,0.0000,-24.4204,-0.4426,-23.9779,0.0000,5.6733,14.5355,-44.1867,397.6196,397.6196,397.6196 -1052.5000,1.0000,14516.7101,77.9095,77.5310,-0.2158,0.0000,6,1244.1014,-36.6226,473.7127,-82.3658,-4.7713,61.7162,-10.7308,-0.4740,-11.8268,0.0000,-11.8268,7.5295,-11.8268,0.8926,0.0000,-12.7194,0.0000,-12.7194,8.5005,-21.2199,0.0000,-21.2199,-0.4146,-20.8053,0.0000,6.2008,14.3880,-41.3941,846.3611,846.3611,846.3611 -1053.5000,1.0000,14538.1688,77.2415,76.9720,-0.1553,0.0000,6,1233.4344,46.0921,482.0183,-81.7332,5.9535,62.2599,-10.5571,-0.3381,-1.2005,0.0000,-1.2005,7.4921,-1.2005,0.7769,0.0000,-1.9775,0.0000,-1.9775,8.4277,-10.4051,0.0000,-10.4051,-0.2957,-10.1094,0.0000,5.1510,14.2646,-29.5250,2275.1824,2275.1824,2275.1824 -1054.5000,1.0000,14559.4784,76.7045,76.4570,-0.1431,0.0000,6,1224.8593,68.6841,517.0249,-81.2246,8.8099,66.3172,-10.4184,-0.3093,1.6519,0.0000,1.6519,7.4673,1.6519,0.7409,0.0000,0.9110,0.0000,0.9110,8.3691,-7.4581,0.0000,-7.4581,-0.2705,-7.1875,0.0000,5.6589,14.1654,-27.0119,2617.1435,2617.1435,2617.1435 -1055.5000,1.0000,14580.6545,76.2240,76.0110,-0.1239,0.0000,6,1217.1864,97.7174,525.6210,-80.7696,12.4554,66.9975,-10.2952,-0.2662,7.2687,0.0000,7.2687,5.4528,7.2687,0.7049,0.0000,6.5638,0.0000,6.5638,8.3166,-1.7529,0.0000,-1.7529,-0.2328,-1.5200,0.0000,7.6495,14.0767,-23.2463,3067.1424,3067.1424,3067.1424 -1056.5000,1.0000,14601.7069,75.7785,75.5660,-0.1236,0.0000,6,1210.0725,98.2339,537.0203,-80.3477,12.4480,68.0504,-10.1815,-0.2640,7.2502,0.0000,7.2502,5.4619,7.2502,0.6995,0.0000,6.5507,0.0000,6.5507,8.2680,-1.7174,0.0000,-1.7174,-0.2309,-1.4864,0.0000,7.5777,13.9944,-23.0586,3058.4973,3058.4973,3058.4973 -1057.5000,1.0000,14622.6833,75.5050,75.4640,-0.0283,0.0000,6,1205.7051,235.5708,537.8915,-80.0886,29.7434,67.9148,-10.1121,-0.0603,24.3623,0.0000,24.3623,5.4414,24.3623,1.0387,0.0000,23.3237,0.0000,23.3237,8.2382,15.0855,0.0000,15.0855,-0.0527,15.1382,0.0000,6.4606,13.9439,-5.2663,6218.8240,6218.8240,6218.8240 -1058.5000,1.0000,14643.6738,75.5560,75.6680,0.0567,0.0000,6,1206.5195,380.7161,601.1548,-80.1369,48.1021,75.9538,-10.1250,0.1207,42.5491,0.0000,42.5491,5.4323,42.5491,1.4030,0.0000,41.1461,0.0000,41.1461,8.2438,32.9024,0.0000,32.9024,0.1056,32.7968,0.0000,8.3039,13.9533,10.5396,9666.2698,9666.2698,9666.2698 -1059.5000,1.0000,14664.7198,75.7555,75.8630,0.0542,0.0000,6,1209.7052,375.0093,666.4607,-80.3259,47.5062,84.4273,-10.1757,0.1157,41.8959,0.0000,41.8959,5.4946,41.8959,1.3922,0.0000,40.5037,0.0000,40.5037,8.2655,32.2382,0.0000,32.2382,0.1012,32.1370,0.0000,8.0456,13.9902,10.1013,9551.6075,9551.6075,9551.6075 -1060.5000,1.0000,14685.8227,75.9605,76.0780,0.0597,0.0000,6,1212.9787,388.4064,664.4910,-80.5200,49.3365,84.4055,-10.2279,0.1279,43.6686,0.0000,43.6686,5.5400,43.6686,1.4299,0.0000,42.2386,0.0000,42.2386,8.2879,33.9507,0.0000,33.9507,0.1118,33.8389,0.0000,8.6434,14.0280,11.1674,9894.8597,9894.8597,9894.8597 -1061.5000,1.0000,14706.9848,76.1735,76.2890,0.0586,0.0000,6,1216.3800,408.0135,670.9486,-80.7217,51.9724,85.4648,-10.2823,0.1258,46.3470,0.0000,46.3470,5.4995,46.3470,1.4859,0.0000,44.8611,0.0000,44.8611,8.3111,36.5499,0.0000,36.5499,0.1101,36.4399,0.0000,11.3821,14.0674,10.9904,10414.3346,10414.3346,10414.3346 -1062.5000,1.0000,14728.2205,76.4385,76.6080,0.0886,0.0000,6,1220.6117,478.9247,680.6523,-80.9727,61.2172,87.0024,-10.3501,0.1909,55.4860,0.0000,55.4860,5.5402,55.4860,1.6717,0.0000,53.8143,0.0000,53.8143,8.3400,45.4743,0.0000,45.4743,0.1670,45.3073,0.0000,14.5174,14.1163,16.6736,12167.5190,12167.5190,12167.5190 -1063.5000,1.0000,14749.5535,76.7890,76.9900,0.1061,0.0000,6,1226.2087,522.9126,712.8396,-81.3047,67.1463,91.5345,-10.4402,0.2297,61.3531,0.0000,61.3531,5.5635,61.3531,1.7931,0.0000,59.5600,0.0000,59.5600,8.3783,51.1817,0.0000,51.1817,0.2009,50.9808,0.0000,16.7417,14.1810,20.0581,13323.1325,13323.1325,13323.1325 -1064.5000,1.0000,14770.9787,77.1205,77.2710,0.0781,0.0000,6,1231.5022,496.4207,732.4869,-81.6186,64.0197,94.4634,-10.5258,0.1697,58.2780,0.0000,58.2780,5.5721,58.2780,1.7354,0.0000,56.5426,0.0000,56.5426,8.4145,48.1282,0.0000,48.1282,0.1484,47.9797,0.0000,18.9190,14.2422,14.8185,12734.8462,12734.8462,12734.8462 -1065.5000,1.0000,14792.4842,77.4100,77.5690,0.0828,0.0000,6,1236.1251,526.9181,721.5854,-81.8928,68.2078,93.4069,-10.6008,0.1806,62.4165,0.0000,62.4165,5.6107,62.4165,1.8215,0.0000,60.5950,0.0000,60.5950,8.4460,52.1490,0.0000,52.1490,0.1580,51.9910,0.0000,21.9213,14.2957,15.7739,13521.2232,13521.2232,13521.2232 -1066.5000,1.0000,14814.0880,77.7635,77.9780,0.1136,0.0000,6,1241.7700,585.7193,735.8796,-82.2276,76.1657,95.6922,-10.6927,0.2490,70.2664,0.0000,70.2664,5.6503,70.2664,1.9825,0.0000,68.2839,0.0000,68.2839,8.4846,59.7993,0.0000,59.7993,0.2178,59.5814,0.0000,23.4721,14.3610,21.7483,15020.9760,15020.9760,15020.9760 -1067.5000,1.0000,14835.8049,78.1710,78.3840,0.1128,0.0000,6,1248.2772,555.0395,761.9868,-82.6135,72.5544,99.6064,-10.7992,0.2485,66.6166,0.0000,66.6166,5.6892,66.6166,1.9142,0.0000,64.7024,0.0000,64.7024,8.5291,56.1733,0.0000,56.1733,0.2174,55.9560,0.0000,19.8178,14.4363,21.7019,14324.4334,14324.4334,14324.4334 -1068.5000,1.0000,14857.6244,78.5400,78.7160,0.0922,0.0000,6,1254.1696,504.4523,749.1093,-82.9630,66.2529,98.3853,-10.8961,0.2042,60.3225,0.0000,60.3225,5.7262,60.3225,1.7926,0.0000,58.5299,0.0000,58.5299,8.5693,49.9606,0.0000,49.9606,0.1786,49.7820,0.0000,17.4474,14.5044,17.8302,13168.1714,13168.1714,13168.1714 -1069.5000,1.0000,14879.5335,78.8630,79.0300,0.0872,0.0000,6,1259.3274,513.1761,727.8966,-83.2689,67.6758,95.9924,-10.9812,0.1939,61.7401,0.0000,61.7401,5.7419,61.7401,1.8247,0.0000,59.9153,0.0000,59.9153,8.6046,51.3107,0.0000,51.3107,0.1696,51.1412,0.0000,19.6443,14.5640,16.9328,13430.4411,13430.4411,13430.4411 -1070.5000,1.0000,14901.5040,79.0835,79.1570,0.0353,0.0000,6,1262.8485,453.9755,731.5903,-83.4777,60.0361,96.7493,-11.0395,0.0786,54.1798,0.0000,54.1798,5.7777,54.1798,1.6761,0.0000,52.5037,0.0000,52.5037,8.6286,43.8750,0.0000,43.8750,0.0688,43.8063,0.0000,22.3337,14.6048,6.8678,11950.8535,11950.8535,11950.8535 -1071.5000,1.0000,14923.4902,79.1405,79.1440,-0.0036,0.0000,6,1263.7587,381.6034,705.9706,-83.5317,50.5016,93.4285,-11.0546,-0.0081,44.7579,0.0000,44.7579,5.7517,44.7579,1.4883,0.0000,43.2696,0.0000,43.2696,8.6349,34.6347,0.0000,34.6347,-0.0070,34.6418,0.0000,20.7300,14.6153,-0.7035,10149.3536,10149.3536,10149.3536 -1072.5000,1.0000,14945.4533,79.0570,78.9900,-0.0428,0.0000,6,1262.4253,314.1317,674.1182,-83.4526,41.5285,89.1190,-11.0325,-0.0953,35.8652,0.0000,35.8652,5.7586,35.8652,1.3095,0.0000,34.5557,0.0000,34.5557,8.6257,25.9300,0.0000,25.9300,-0.0834,26.0133,0.0000,19.7385,14.5999,-8.3251,8453.2277,8453.2277,8453.2277 -1073.5000,1.0000,14967.3869,78.9510,78.9320,-0.0161,0.0000,6,1260.7327,363.3543,645.0160,-83.3522,47.9713,85.1573,-11.0045,-0.0359,42.2178,0.0000,42.2178,5.7894,42.2178,1.4353,0.0000,40.7825,0.0000,40.7825,8.6142,32.1683,0.0000,32.1683,-0.0314,32.1997,0.0000,20.7506,14.5803,-3.1312,9656.8201,9656.8201,9656.8201 -1074.5000,1.0000,14989.3029,78.8875,78.8630,-0.0192,0.0000,6,1259.7187,364.2706,666.0975,-83.2921,48.0536,87.8699,-10.9877,-0.0426,42.3208,0.0000,42.3208,5.7754,42.3208,1.4366,0.0000,40.8842,0.0000,40.8842,8.6072,32.2769,0.0000,32.2769,-0.0373,32.3142,0.0000,21.4677,14.5686,-3.7221,9671.7108,9671.7108,9671.7108 -1075.5000,1.0000,15011.1891,78.7805,78.7180,-0.0403,0.0000,6,1258.0100,322.2545,665.9583,-83.1907,42.4533,87.7323,-10.9594,-0.0894,36.7809,0.0000,36.7809,5.7618,36.7809,1.3246,0.0000,35.4563,0.0000,35.4563,8.5956,26.8607,0.0000,26.8607,-0.0782,26.9390,0.0000,20.2013,14.5488,-7.8111,8617.2276,8617.2276,8617.2276 -1076.5000,1.0000,15033.0510,78.6930,78.6880,-0.0083,0.0000,6,1256.6128,373.2315,647.9125,-83.1079,49.1144,85.2602,-10.9363,-0.0185,43.3769,0.0000,43.3769,5.7559,43.3769,1.4555,0.0000,41.9214,0.0000,41.9214,8.5860,33.3354,0.0000,33.3354,-0.0162,33.3516,0.0000,20.4332,14.5327,-1.6143,9874.8067,9874.8067,9874.8067 -1077.5000,1.0000,15054.9059,78.6675,78.6670,-0.0058,0.0000,6,1256.2056,371.5843,669.9610,-83.0837,48.8817,88.1331,-10.9296,-0.0129,43.1445,0.0000,43.1445,5.7502,43.1445,1.4506,0.0000,41.6939,0.0000,41.6939,8.5832,33.1107,0.0000,33.1107,-0.0113,33.1220,0.0000,19.7237,14.5279,-1.1296,9829.2171,9829.2171,9829.2171 -1078.5000,1.0000,15076.7541,78.6435,78.6400,-0.0075,0.0000,6,1255.8223,283.2780,669.1518,-83.0610,37.2537,87.9998,-10.9233,-0.0166,31.5036,0.0000,31.5036,5.7668,31.5036,1.2175,0.0000,30.2861,0.0000,30.2861,8.5806,21.7055,0.0000,21.7055,-0.0145,21.7200,0.0000,8.6485,14.5235,-1.4520,7648.2065,7648.2065,7648.2065 -1079.5000,1.0000,15098.6310,78.7470,78.8740,0.0650,0.0000,6,1257.4751,329.2708,632.0528,-83.1590,43.3592,83.2303,-10.9506,0.1443,37.4553,0.0000,37.4553,5.7596,37.4553,1.3377,0.0000,36.1176,0.0000,36.1176,8.5919,27.5257,0.0000,27.5257,0.1262,27.3995,0.0000,0.2567,14.5426,12.6002,8780.7217,8780.7217,8780.7217 -1080.5000,1.0000,15120.5756,78.9905,79.1270,0.0703,0.0000,6,1261.3634,335.4029,652.5116,-83.3896,44.3033,86.1900,-11.0149,0.1565,38.3671,0.0000,38.3671,5.7797,38.3671,1.3588,0.0000,37.0083,0.0000,37.0083,8.6185,28.3899,0.0000,28.3899,0.1369,28.2530,0.0000,0.0000,14.5876,13.6654,8952.6237,8952.6237,8952.6237 -1081.5000,1.0000,15142.5355,79.0455,78.9840,-0.0397,0.0000,6,1262.2417,166.5271,653.8308,-83.4417,22.0118,86.4244,-11.0295,-0.0885,16.3343,0.0000,16.3343,5.7660,16.3343,0.9188,0.0000,15.4155,0.0000,15.4155,8.6245,6.7910,0.0000,6.7910,-0.0774,6.8685,0.0000,0.0000,14.5977,-7.7293,4805.3889,4805.3889,4805.3889 -1082.5000,1.0000,15164.4454,78.8655,78.7670,-0.0603,0.0000,6,1259.3674,135.1524,579.8564,-83.2712,17.8240,76.4718,-10.9819,-0.1340,12.1834,0.0000,12.1834,5.7746,12.1834,0.8336,0.0000,11.3498,0.0000,11.3498,8.6048,2.7449,0.0000,2.7449,-0.1172,2.8621,0.0000,0.0000,14.5645,-11.7024,4011.9880,4011.9880,4011.9880 -1083.5000,1.0000,15186.2474,78.4775,78.2080,-0.1553,0.0000,6,1253.1716,-8.0810,563.1597,-82.9038,-1.0605,73.9045,-10.8796,-0.3435,-6.3962,0.0000,-6.3962,5.6792,-6.3962,0.8463,0.0000,-7.2425,0.0000,-7.2425,8.5625,-15.8050,0.0000,-15.8050,-0.3004,-15.5046,0.0000,0.0000,14.4929,-29.9974,1424.3181,1424.3181,1424.3181 -1084.5000,1.0000,15207.8806,77.8695,77.5510,-0.1825,0.0000,6,1243.4627,-48.3252,496.9896,-82.3280,-6.2927,64.7156,-10.7203,-0.4006,-11.5674,0.0000,-11.5674,5.6753,-11.5674,0.8894,0.0000,-12.4568,0.0000,-12.4568,8.4962,-20.9530,0.0000,-20.9530,-0.3504,-20.6026,0.0000,0.0000,14.3806,-34.9832,608.7884,608.7884,608.7884 -1085.5000,1.0000,15229.3202,77.1725,76.8140,-0.2047,0.0000,6,1232.3326,-81.0736,475.4887,-81.6679,-10.4625,61.3616,-10.5392,-0.4453,-15.6884,0.0000,-15.6884,5.6712,-15.6884,0.9209,0.0000,-16.6092,0.0000,-16.6092,8.4201,-25.0294,0.0000,-25.0294,-0.3895,-24.6398,0.0000,0.0000,14.2519,-38.8917,0.0000,0.0000,0.0000 -1086.5000,1.0000,15250.5665,76.4765,76.1590,-0.1819,0.0000,6,1221.2185,-46.5886,458.0294,-81.0087,-5.9580,58.5754,-10.3599,-0.3922,-11.2615,0.0000,-11.2615,5.6956,-11.2615,0.8669,0.0000,-12.1283,0.0000,-12.1283,8.3442,-20.4725,0.0000,-20.4725,-0.3431,-20.1295,0.0000,0.0000,14.1233,-34.2528,601.7704,601.7704,601.7704 -1087.5000,1.0000,15271.6873,76.0250,75.9110,-0.0689,0.0000,6,1214.0087,122.3976,473.8733,-80.5811,15.5605,60.2438,-10.2443,-0.1476,10.0721,0.0000,10.0721,5.6361,10.0721,0.7587,0.0000,9.3133,0.0000,9.3133,8.2949,1.0184,0.0000,1.0184,-0.1291,1.1475,0.0000,0.0000,14.0399,-12.8924,3610.7308,3610.7308,3610.7308 -1088.5000,1.0000,15292.7390,75.7760,75.6610,-0.0694,0.0000,6,1210.0325,121.4977,549.0276,-80.3453,15.3955,69.5696,-10.1809,-0.1483,9.9312,0.0000,9.9312,5.6126,9.9312,0.7531,0.0000,9.1781,0.0000,9.1781,8.2678,0.9104,0.0000,0.9104,-0.1297,1.0401,0.0000,0.0000,13.9940,-12.9538,3580.5654,3580.5654,3580.5654 -1089.5000,1.0000,15313.7670,75.6910,75.7410,0.0222,0.0000,6,1208.6752,262.1129,549.8718,-80.2648,33.1762,69.5985,-10.1593,0.0474,27.5228,0.0000,27.5228,5.6060,27.5228,1.1040,0.0000,26.4188,0.0000,26.4188,8.2585,18.1603,0.0000,18.1603,0.0415,18.1188,0.0000,0.0000,13.9783,4.1406,6854.3708,6854.3708,6854.3708 -1090.5000,1.0000,15334.8110,75.7485,75.7760,0.0097,0.0000,6,1209.5934,243.2277,612.8355,-80.3192,30.8092,77.6269,-10.1739,0.0208,25.1417,0.0000,25.1417,5.6468,25.1417,1.0570,0.0000,24.0847,0.0000,24.0847,8.2648,15.8199,0.0000,15.8199,0.0182,15.8018,0.0000,0.0000,13.9889,1.8129,6416.3859,6416.3859,6416.3859 -1091.5000,1.0000,15355.8688,75.7980,75.8400,0.0178,0.0000,6,1210.3838,255.7096,604.6656,-80.3661,32.4115,76.6420,-10.1865,0.0380,26.7074,0.0000,26.7074,5.6661,26.7074,1.0889,0.0000,25.6185,0.0000,25.6185,8.2702,17.3484,0.0000,17.3484,0.0332,17.3152,0.0000,0.0000,13.9980,3.3171,6712.4194,6712.4194,6712.4194 -1092.5000,1.0000,15376.9348,75.8275,75.8350,-0.0014,0.0000,6,1210.8549,226.4239,610.0522,-80.3941,28.7107,77.3549,-10.1940,-0.0030,23.0307,0.0000,23.0307,5.6829,23.0307,1.0157,0.0000,22.0150,0.0000,22.0150,8.2734,13.7416,0.0000,13.7416,-0.0026,13.7442,0.0000,0.0000,14.0035,-0.2593,6028.7579,6028.7579,6028.7579 -1093.5000,1.0000,15397.9924,75.7975,75.7800,-0.0153,0.0000,6,1210.3759,204.8195,596.6598,-80.3657,25.9609,75.6268,-10.1864,-0.0326,20.3506,0.0000,20.3506,5.6430,20.3506,0.9617,0.0000,19.3888,0.0000,19.3888,8.2701,11.1187,0.0000,11.1187,-0.0286,11.1473,0.0000,0.0000,13.9979,-2.8507,5520.5353,5520.5353,5520.5353 -1094.5000,1.0000,15419.0329,75.7355,75.7110,-0.0192,0.0000,6,1209.3858,199.0942,586.7254,-80.3069,25.2146,74.3068,-10.1706,-0.0409,19.5864,0.0000,19.5864,5.6691,19.5864,0.9458,0.0000,18.6407,0.0000,18.6407,8.2633,10.3773,0.0000,10.3773,-0.0358,10.4131,0.0000,0.0000,13.9865,-3.5733,5380.1379,5380.1379,5380.1379 -1095.5000,1.0000,15440.0545,75.6680,75.6450,-0.0183,0.0000,6,1208.3079,200.2749,583.9515,-80.2430,25.3415,73.8896,-10.1534,-0.0391,19.7287,0.0000,19.7287,5.6520,19.7287,0.9478,0.0000,18.7808,0.0000,18.7808,8.2560,10.5249,0.0000,10.5249,-0.0342,10.5591,0.0000,0.0000,13.9740,-3.4149,5404.4029,5404.4029,5404.4029 -1096.5000,1.0000,15461.0587,75.6050,75.5850,-0.0167,0.0000,6,1207.3019,202.8654,584.3015,-80.1833,25.6479,73.8723,-10.1374,-0.0355,20.0317,0.0000,20.0317,5.6518,20.0317,0.9532,0.0000,19.0785,0.0000,19.0785,8.2491,10.8294,0.0000,10.8294,-0.0311,10.8605,0.0000,0.0000,13.9624,-3.1019,5460.3541,5460.3541,5460.3541 -1097.5000,1.0000,15482.0433,75.5345,75.5040,-0.0225,0.0000,6,1206.1761,193.5416,585.1454,-80.1166,24.4463,73.9100,-10.1196,-0.0479,18.8948,0.0000,18.8948,5.5994,18.8948,0.9296,0.0000,17.9652,0.0000,17.9652,8.2414,9.7238,0.0000,9.7238,-0.0419,9.7657,0.0000,0.0000,13.9494,-4.1837,5225.4770,5225.4770,5225.4770 -1098.5000,1.0000,15503.0317,75.5485,75.6130,0.0303,0.0000,6,1206.3997,274.9046,581.8261,-80.1298,34.7298,73.5043,-10.1231,0.0645,29.0144,0.0000,29.0144,5.6509,29.0144,1.1322,0.0000,27.8822,0.0000,27.8822,8.2429,19.6393,0.0000,19.6393,0.0564,19.5829,0.0000,0.0000,13.9519,5.6309,7143.2807,7143.2807,7143.2807 -1099.5000,1.0000,15524.0367,75.6080,75.6230,0.0028,0.0000,6,1207.3498,232.6560,618.0429,-80.1862,29.4155,78.1413,-10.1382,0.0059,23.7624,0.0000,23.7624,5.6472,23.7624,1.0278,0.0000,22.7345,0.0000,22.7345,8.2494,14.4851,0.0000,14.4851,0.0052,14.4799,0.0000,0.0000,13.9629,0.5170,6158.2742,6158.2742,6158.2742 -1100.5000,1.0000,15545.0459,75.6230,75.6430,0.0056,0.0000,6,1207.5894,236.8713,599.2151,-80.2004,29.9544,75.7758,-10.1420,0.0118,24.3001,0.0000,24.3001,5.6424,24.3001,1.0388,0.0000,23.2613,0.0000,23.2613,8.2511,15.0103,0.0000,15.0103,0.0104,14.9999,0.0000,0.0000,13.9657,1.0342,6258.1207,6258.1207,6258.1207 -1101.5000,1.0000,15566.0652,75.6595,75.6960,0.0147,0.0000,6,1208.1722,250.9092,601.3516,-80.2350,31.7449,76.0827,-10.1513,0.0314,26.0715,0.0000,26.0715,5.6420,26.0715,1.0746,0.0000,24.9969,0.0000,24.9969,8.2550,16.7419,0.0000,16.7419,0.0275,16.7144,0.0000,0.0000,13.9724,2.7420,6589.6212,6589.6212,6589.6212 -1102.5000,1.0000,15587.0955,75.6990,75.7220,0.0072,0.0000,6,1208.8030,239.2229,607.6427,-80.2724,30.2822,76.9188,-10.1613,0.0154,24.6449,0.0000,24.6449,5.6218,24.6449,1.0465,0.0000,23.5984,0.0000,23.5984,8.2594,15.3390,0.0000,15.3390,0.0135,15.3256,0.0000,0.0000,13.9797,1.3458,6318.8857,6318.8857,6318.8857 -1103.5000,1.0000,15608.1338,75.7280,75.7540,0.0089,0.0000,6,1209.2660,242.0687,602.5287,-80.2998,30.6541,76.3006,-10.1687,0.0190,24.9747,0.0000,24.9747,5.6605,24.9747,1.0534,0.0000,23.9212,0.0000,23.9212,8.2625,15.6587,0.0000,15.6587,0.0166,15.6421,0.0000,0.0000,13.9851,1.6570,6387.7074,6387.7074,6387.7074 -1104.5000,1.0000,15629.1955,75.8120,75.8900,0.0378,0.0000,6,1210.6074,286.3263,604.4859,-80.3794,36.2989,76.6334,-10.1901,0.0807,30.5592,0.0000,30.5592,5.6589,30.5592,1.1661,0.0000,29.3931,0.0000,29.3931,8.2717,21.1214,0.0000,21.1214,0.0706,21.0508,0.0000,0.0000,14.0006,7.0502,7430.5108,7430.5108,7430.5108 -1105.5000,1.0000,15650.2795,75.8925,75.9150,0.0069,0.0000,6,1211.8929,239.3633,624.0264,-80.4556,30.3774,79.1946,-10.2106,0.0149,24.6552,0.0000,24.6552,5.7073,24.6552,1.0489,0.0000,23.6063,0.0000,23.6063,8.2805,15.3258,0.0000,15.3258,0.0130,15.3128,0.0000,0.0000,14.0155,1.2974,6336.6659,6336.6659,6336.6659 -1106.5000,1.0000,15671.3755,75.9355,75.9760,0.0169,0.0000,6,1212.5795,255.5954,603.3530,-80.4963,32.4558,76.6144,-10.2215,0.0363,26.5959,0.0000,26.5959,5.8236,26.5959,1.0882,0.0000,25.5077,0.0000,25.5077,8.2852,17.2225,0.0000,17.2225,0.0317,17.1908,0.0000,0.0000,14.0234,3.1674,6720.0416,6720.0416,6720.0416 -1107.5000,1.0000,15692.4781,75.9595,75.9630,-0.0036,0.0000,6,1212.9628,224.0607,610.3694,-80.5191,28.4604,77.5298,-10.2276,-0.0077,22.6431,0.0000,22.6431,5.8251,22.6431,1.0094,0.0000,21.6336,0.0000,21.6336,8.2878,13.3458,0.0000,13.3458,-0.0068,13.3526,0.0000,0.0000,14.0278,-0.6752,5983.2959,5983.2959,5983.2959 -1108.5000,1.0000,15713.5910,75.9965,76.0500,0.0242,0.0000,6,1213.5536,267.3284,596.8280,-80.5541,33.9729,75.8467,-10.2371,0.0518,28.0100,0.0000,28.0100,5.9111,28.0100,1.1172,0.0000,26.8928,0.0000,26.8928,8.2918,18.6010,0.0000,18.6010,0.0453,18.5557,0.0000,0.0000,14.0347,4.5211,6999.3972,6999.3972,6999.3972 -1109.5000,1.0000,15734.7237,76.0675,76.1050,0.0153,0.0000,6,1214.6874,253.4424,616.1949,-80.6214,32.2383,78.3811,-10.2552,0.0328,26.3210,0.0000,26.3210,5.8845,26.3210,1.0842,0.0000,25.2368,0.0000,25.2368,8.2996,16.9372,0.0000,16.9372,0.0287,16.9086,0.0000,0.0000,14.0478,2.8608,6679.5051,6679.5051,6679.5051 -1110.5000,1.0000,15755.8829,76.1630,76.2410,0.0378,0.0000,6,1216.2124,288.3876,610.6291,-80.7118,36.7295,77.7706,-10.2796,0.0811,30.7021,0.0000,30.7021,5.9462,30.7021,1.1729,0.0000,29.5292,0.0000,29.5292,8.3100,21.2192,0.0000,21.2192,0.0709,21.1483,0.0000,0.0000,14.0654,7.0829,7514.1364,7514.1364,7514.1364 -1111.5000,1.0000,15777.0569,76.2165,76.2120,-0.0081,0.0000,6,1217.0667,218.4924,625.6724,-80.7625,27.8471,79.7425,-10.2933,-0.0173,21.8613,0.0000,21.8613,6.0031,21.8613,0.9967,0.0000,20.8646,0.0000,20.8646,8.3158,12.5488,0.0000,12.5488,-0.0151,12.5639,0.0000,0.0000,14.0753,-1.5114,5872.1354,5872.1354,5872.1354 -1112.5000,1.0000,15798.2335,76.2260,76.2600,0.0133,0.0000,6,1217.2184,250.9883,594.9169,-80.7715,31.9927,75.8322,-10.2957,0.0286,26.0005,0.0000,26.0005,5.9635,26.0005,1.0796,0.0000,24.9209,0.0000,24.9209,8.3169,16.6040,0.0000,16.6040,0.0251,16.5790,0.0000,0.0000,14.0771,2.5019,6633.9001,6633.9001,6633.9001 -1113.5000,1.0000,15819.4262,76.2835,76.3270,0.0186,0.0000,6,1218.1366,259.3244,609.6276,-80.8259,33.0802,77.7659,-10.3104,0.0400,27.0418,0.0000,27.0418,5.9984,27.0418,1.1011,0.0000,25.9407,0.0000,25.9407,8.3231,17.6176,0.0000,17.6176,0.0350,17.5826,0.0000,0.0000,14.0877,3.4949,6833.4390,6833.4390,6833.4390 -1114.5000,1.0000,15840.6394,76.3575,76.4080,0.0225,0.0000,6,1219.3182,265.0018,613.6115,-80.8960,33.8372,78.3500,-10.3293,0.0484,27.8217,0.0000,27.8217,5.9671,27.8217,1.1175,0.0000,26.7042,0.0000,26.7042,8.3312,18.3730,0.0000,18.3730,0.0424,18.3306,0.0000,0.0000,14.1013,4.2293,6971.9457,6971.9457,6971.9457 -1115.5000,1.0000,15861.8730,76.4310,76.4740,0.0183,0.0000,6,1220.4919,258.7692,616.2910,-80.9656,33.0732,78.7679,-10.3482,0.0395,27.0408,0.0000,27.0408,5.9929,27.0408,1.1027,0.0000,25.9381,0.0000,25.9381,8.3392,17.5988,0.0000,17.5988,0.0345,17.5643,0.0000,0.0000,14.1149,3.4494,6831.4829,6831.4829,6831.4829 -1116.5000,1.0000,15883.1113,76.4480,76.4420,-0.0089,0.0000,6,1220.7634,216.3339,613.1849,-80.9817,27.6557,78.3884,-10.3525,-0.0192,21.7670,0.0000,21.7670,5.9078,21.7670,0.9975,0.0000,20.7696,0.0000,20.7696,8.3411,12.4285,0.0000,12.4285,-0.0168,12.4453,0.0000,0.0000,14.1181,-1.6728,5838.9191,5838.9191,5838.9191 -1117.5000,1.0000,15904.3330,76.3880,76.3540,-0.0244,0.0000,6,1219.8053,192.6989,593.9003,-80.9249,24.6149,75.8635,-10.3372,-0.0526,18.7350,0.0000,18.7350,5.9325,18.7350,0.9361,0.0000,17.7989,0.0000,17.7989,8.3345,9.4644,0.0000,9.4644,-0.0460,9.5104,0.0000,0.0000,14.1070,-4.5966,5267.4599,5267.4599,5267.4599 -1118.5000,1.0000,15925.4887,76.1505,75.9670,-0.1075,0.0000,6,1216.0128,66.2918,581.2859,-80.7000,8.4416,74.0213,-10.2764,-0.2307,2.7406,0.0000,2.7406,5.9318,2.7406,0.7223,0.0000,2.0183,0.0000,2.0183,8.3086,-6.2904,0.0000,-6.2904,-0.2018,-6.0885,0.0000,0.0000,14.0631,-20.1516,2559.7652,2559.7652,2559.7652 -1119.5000,1.0000,15946.5077,75.6585,75.3700,-0.1658,0.0000,6,1208.1562,-20.2736,521.5600,-80.2340,-2.5650,65.9866,-10.1510,-0.3537,-8.1436,0.0000,-8.1436,5.9322,-8.1436,0.8244,0.0000,-8.9679,0.0000,-8.9679,8.2549,-17.2229,0.0000,-17.2229,-0.3093,-16.9135,0.0000,0.0000,13.9723,-30.8858,1088.1467,1088.1467,1088.1467 -1120.5000,1.0000,15967.3488,75.0180,74.6860,-0.1900,0.0000,6,1197.9284,-55.8484,478.8415,-79.6267,-7.0060,60.0691,-9.9889,-0.4018,-12.5401,0.0000,-12.5401,5.9358,-12.5401,0.8595,0.0000,-13.3996,0.0000,-13.3996,8.1851,-21.5846,0.0000,-21.5846,-0.3514,-21.2332,0.0000,0.0000,13.8540,-35.0872,372.1732,372.1732,372.1732 -1121.5000,1.0000,15988.0501,74.5145,74.3630,-0.0897,0.0000,6,1189.8882,93.0289,462.2081,-79.1471,11.5919,57.5934,-9.8621,-0.1884,5.9364,0.0000,5.9364,5.8439,5.9364,0.6678,0.0000,5.2685,0.0000,5.2685,8.1301,-2.8616,0.0000,-2.8616,-0.1648,-2.6967,0.0000,0.0000,13.7610,-16.4577,2945.1187,2945.1187,2945.1187 -1122.5000,1.0000,16008.6491,74.1465,73.9500,-0.1147,0.0000,6,1184.0118,56.0058,528.4057,-78.7966,6.9441,65.5167,-9.7699,-0.2398,1.3425,0.0000,1.3425,5.8414,1.3425,0.7087,0.0000,0.6337,0.0000,0.6337,8.0900,-7.4563,0.0000,-7.4563,-0.2097,-7.2465,0.0000,0.0000,13.6930,-20.9396,2350.3805,2350.3805,2350.3805 -1123.5000,1.0000,16029.1170,73.6745,73.4190,-0.1475,0.0000,6,1176.4746,7.1705,508.7671,-78.3469,0.8834,62.6802,-9.6524,-0.3063,-4.6127,0.0000,-4.6127,5.8024,-4.6127,0.7618,0.0000,-5.3745,0.0000,-5.3745,8.0385,-13.4130,0.0000,-13.4130,-0.2679,-13.1450,0.0000,0.0000,13.6059,-26.7509,1550.8787,1550.8787,1550.8787 -1124.5000,1.0000,16049.4467,73.1770,72.9550,-0.1289,0.0000,6,1168.5303,34.6006,484.3176,-77.8730,4.2340,59.2651,-9.5292,-0.2659,-1.2308,0.0000,-1.2308,5.7307,-1.2308,0.7213,0.0000,-1.9521,0.0000,-1.9521,7.9842,-9.9363,0.0000,-9.9363,-0.2325,-9.7037,0.0000,0.0000,13.5140,-23.2177,1998.6132,1998.6132,1998.6132 -1125.5000,1.0000,16069.6529,72.7320,72.5290,-0.1183,0.0000,6,1161.4243,49.9426,495.3524,-77.4492,6.0742,60.2468,-9.4197,-0.2426,0.6649,0.0000,0.6649,5.6519,0.6649,0.6963,0.0000,-0.0314,0.0000,-0.0314,7.9356,-7.9670,0.0000,-7.9670,-0.2122,-7.7548,0.0000,0.0000,13.4318,-21.1866,2238.8165,2238.8165,2238.8165 -1126.5000,1.0000,16089.7356,72.2880,72.0670,-0.1283,0.0000,6,1154.3343,34.8160,500.4480,-77.0262,4.2086,60.4949,-9.3111,-0.2615,-1.1204,0.0000,-1.1204,5.5905,-1.1204,0.7082,0.0000,-1.8285,0.0000,-1.8285,7.8872,-9.7157,0.0000,-9.7157,-0.2287,-9.4870,0.0000,0.0000,13.3498,-22.8368,1992.7528,1992.7528,1992.7528 -1127.5000,1.0000,16109.7165,71.9210,71.7950,-0.0756,0.0000,6,1148.4738,113.6219,492.8121,-76.6766,13.6651,59.2695,-9.2217,-0.1532,8.2960,0.0000,8.2960,5.5223,8.2960,0.6775,0.0000,7.6184,0.0000,7.6184,7.8471,-0.2287,0.0000,-0.2287,-0.1340,-0.0947,0.0000,0.0000,13.2820,-13.3768,3243.2502,3243.2502,3243.2502 -1128.5000,1.0000,16129.6219,71.6495,71.5240,-0.0753,0.0000,6,1144.1383,113.9837,528.6872,-76.4180,13.6568,63.3441,-9.1559,-0.1520,8.3141,0.0000,8.3141,5.4948,8.3141,0.6749,0.0000,7.6392,0.0000,7.6392,7.8175,-0.1784,0.0000,-0.1784,-0.1330,-0.0454,0.0000,0.0000,13.2319,-13.2773,3246.0945,3246.0945,3246.0945 -1129.5000,1.0000,16149.4417,71.3415,71.1790,-0.0958,0.0000,6,1139.2200,82.7817,527.3056,-76.1246,9.8758,62.9070,-9.0816,-0.1927,4.5985,0.0000,4.5985,5.4700,4.5985,0.6383,0.0000,3.9602,0.0000,3.9602,7.7839,-3.8237,0.0000,-3.8237,-0.1686,-3.6551,0.0000,0.0000,13.1750,-16.8302,2748.3854,2748.3854,2748.3854 -1130.5000,1.0000,16169.1481,70.9330,70.7070,-0.1311,0.0000,6,1132.6969,30.2602,510.3404,-75.7355,3.5893,60.5344,-8.9834,-0.2621,-1.5894,0.0000,-1.5894,5.4409,-1.5894,0.6947,0.0000,-2.2841,0.0000,-2.2841,7.7394,-10.0235,0.0000,-10.0235,-0.2293,-9.7942,0.0000,0.0000,13.0996,-22.8938,1894.6781,1894.6781,1894.6781 -1131.5000,1.0000,16188.7156,70.4330,70.1790,-0.1467,0.0000,6,1124.7126,6.7430,483.0436,-75.2592,0.7942,56.8927,-8.8640,-0.2912,-4.2772,0.0000,-4.2772,5.3625,-4.2772,0.7149,0.0000,-4.9921,0.0000,-4.9921,7.6848,-12.6769,0.0000,-12.6769,-0.2547,-12.4222,0.0000,0.0000,13.0072,-25.4294,1423.3325,1423.3325,1423.3325 -1132.5000,1.0000,16208.1556,69.9740,69.7890,-0.1083,0.0000,6,1117.3830,64.1244,470.6155,-74.8220,7.5033,55.0677,-8.7551,-0.2137,2.3521,0.0000,2.3521,5.3649,2.3521,0.6426,0.0000,1.7096,0.0000,1.7096,7.6347,-5.9251,0.0000,-5.9251,-0.1869,-5.7382,0.0000,0.0000,12.9225,-18.6607,2436.3110,2436.3110,2436.3110 -1133.5000,1.0000,16227.4883,69.5875,69.4060,-0.1064,0.0000,6,1111.2112,66.8702,496.5628,-74.4538,7.7814,57.7829,-8.6639,-0.2087,2.6708,0.0000,2.6708,5.3192,2.6708,0.6343,0.0000,2.0366,0.0000,2.0366,7.5925,-5.5560,0.0000,-5.5560,-0.1825,-5.3735,0.0000,0.0000,12.8511,-18.2245,2476.0914,2476.0914,2476.0914 -1134.5000,1.0000,16246.7095,69.1865,68.9870,-0.1164,0.0000,6,1104.8078,51.9872,496.1155,-74.0719,6.0147,57.3982,-8.5698,-0.2270,0.9508,0.0000,0.9508,5.2908,0.9508,0.6462,0.0000,0.3046,0.0000,0.3046,7.5488,-7.2442,0.0000,-7.2442,-0.1985,-7.0456,0.0000,0.0000,12.7770,-19.8227,2234.3650,2234.3650,2234.3650 -1135.5000,1.0000,16265.8535,68.9085,68.8500,-0.0381,0.0000,6,1100.3685,170.8756,489.2842,-73.8071,19.6901,56.3804,-8.5048,-0.0739,14.4932,0.0000,14.4932,5.2707,14.4932,0.7691,0.0000,13.7241,0.0000,13.7241,7.5185,6.2057,0.0000,6.2057,-0.0647,6.2703,0.0000,0.0000,12.7257,-6.4554,4263.8814,4263.8814,4263.8814 -1136.5000,1.0000,16285.0237,69.0025,69.1750,0.0903,0.0000,6,1101.8696,367.7446,548.8170,-73.8966,42.4331,63.3266,-8.5267,0.1756,36.9799,0.0000,36.9799,5.2777,36.9799,1.2198,0.0000,35.7600,0.0000,35.7600,7.5287,28.2313,0.0000,28.2313,0.1536,28.0777,0.0000,0.0000,12.7431,15.3347,8539.2599,8539.2599,8539.2599 -1137.5000,1.0000,16304.2951,69.3670,69.5790,0.1122,0.0000,6,1107.6901,401.1416,643.5276,-74.2438,46.5312,74.6473,-8.6121,0.2194,41.0385,0.0000,41.0385,5.2733,41.0385,1.3049,0.0000,39.7337,0.0000,39.7337,7.5685,32.1652,0.0000,32.1652,0.1919,31.9733,0.0000,0.0000,12.8104,19.1629,9375.6925,9375.6925,9375.6925 -1138.5000,1.0000,16323.6937,69.8250,70.0910,0.1422,0.0000,6,1115.0037,446.9179,660.7849,-74.6801,52.1834,77.1552,-8.7199,0.2799,46.6257,0.0000,46.6257,5.2778,46.6257,1.4215,0.0000,45.2042,0.0000,45.2042,7.6185,37.5858,0.0000,37.5858,0.2448,37.3409,0.0000,0.0000,12.8950,24.4460,10354.7901,10354.7901,10354.7901 -1139.5000,1.0000,16343.2466,70.3805,70.6900,0.1664,0.0000,6,1123.8742,483.8034,683.7976,-75.2092,56.9397,80.4774,-8.8515,0.3301,51.3140,0.0000,51.3140,5.2957,51.3140,1.5212,0.0000,49.7928,0.0000,49.7928,7.6791,42.1137,0.0000,42.1137,0.2887,41.8250,0.0000,0.0000,12.9975,28.8274,11338.2798,11338.2798,11338.2798 -1140.5000,1.0000,16362.9522,70.9300,71.1900,0.1389,0.0000,6,1132.6490,441.8896,701.8864,-75.7327,52.4128,83.2513,-8.9827,0.2777,46.7680,0.0000,46.7680,5.3672,46.7680,1.4362,0.0000,45.3318,0.0000,45.3318,7.7390,37.5927,0.0000,37.5927,0.2429,37.3499,0.0000,0.0000,13.0990,24.2508,10412.2807,10412.2807,10412.2807 -1141.5000,1.0000,16382.7691,71.3310,71.4920,0.0839,0.0000,6,1139.0524,357.5390,682.8645,-76.1146,42.6477,81.4530,-9.0791,0.1687,37.0805,0.0000,37.0805,5.3985,37.0805,1.2468,0.0000,35.8337,0.0000,35.8337,7.7828,28.0509,0.0000,28.0509,0.1475,27.9034,0.0000,0.0000,13.1731,14.7303,8589.8212,8589.8212,8589.8212 -1142.5000,1.0000,16402.6884,71.6995,71.9270,0.1208,0.0000,6,1144.9368,414.1758,645.3285,-76.4656,49.6586,77.3733,-9.1680,0.2442,43.9939,0.0000,43.9939,5.4205,43.9939,1.3891,0.0000,42.6048,0.0000,42.6048,7.8230,34.7818,0.0000,34.7818,0.2136,34.5682,0.0000,0.0000,13.2411,21.3271,9926.3978,9926.3978,9926.3978 -1143.5000,1.0000,16422.6967,72.0200,72.1330,0.0572,0.0000,6,1150.0547,332.6215,671.5138,-76.7709,40.0588,80.8727,-9.2458,0.1162,32.5688,0.0000,32.5688,7.3738,32.5688,1.1641,0.0000,31.4048,0.0000,31.4048,7.8580,23.5468,0.0000,23.5468,0.1016,23.4452,0.0000,0.0000,13.3003,10.1449,8083.4003,8083.4003,8083.4003 -1144.5000,1.0000,16442.7852,72.3085,72.5040,0.1031,0.0000,6,1154.6616,403.1915,635.4304,-77.0458,48.7522,76.8336,-9.3161,0.2100,41.1086,0.0000,41.1086,7.4336,41.1086,1.3380,0.0000,39.7706,0.0000,39.7706,7.8894,31.8811,0.0000,31.8811,0.1837,31.6974,0.0000,0.0000,13.3536,18.3438,9786.8930,9786.8930,9786.8930 -1145.5000,1.0000,16462.9544,72.5990,72.7140,0.0583,0.0000,6,1159.3005,334.2125,668.0586,-77.3225,40.5739,81.1034,-9.3871,0.1194,33.0376,0.0000,33.0376,7.4170,33.0376,1.1798,0.0000,31.8578,0.0000,31.8578,7.9211,23.9367,0.0000,23.9367,0.1044,23.8323,0.0000,0.0000,13.4072,10.4250,8194.2758,8194.2758,8194.2758 -1146.5000,1.0000,16483.1874,72.8290,72.9640,0.0694,0.0000,6,1162.9732,351.0555,637.2560,-77.5416,42.7537,77.6090,-9.4435,0.1426,35.1962,0.0000,35.1962,7.4150,35.1962,1.2255,0.0000,33.9707,0.0000,33.9707,7.9462,26.0245,0.0000,26.0245,0.1247,25.8998,0.0000,0.0000,13.4497,12.4501,8624.3045,8624.3045,8624.3045 -1147.5000,1.0000,16503.4858,73.0640,73.1840,0.0611,0.0000,6,1166.7258,338.4399,645.5413,-77.7654,41.3503,78.8717,-9.5013,0.1259,33.7659,0.0000,33.7659,7.4585,33.7659,1.1995,0.0000,32.5665,0.0000,32.5665,7.9719,24.5946,0.0000,24.5946,0.1101,24.4845,0.0000,0.0000,13.4931,10.9914,8353.5547,8353.5547,8353.5547 -1148.5000,1.0000,16523.8135,73.1700,73.1760,-0.0022,0.0000,6,1168.4185,240.8011,639.2432,-77.8664,29.4636,78.2156,-9.5275,-0.0046,22.0583,0.0000,22.0583,7.4098,22.0583,0.9665,0.0000,21.0918,0.0000,21.0918,7.9834,13.1084,0.0000,13.1084,-0.0040,13.1124,0.0000,0.0000,13.5127,-0.4003,6120.4946,6120.4946,6120.4946 -1149.5000,1.0000,16544.1335,73.1420,73.1280,-0.0133,0.0000,6,1167.9714,223.5840,594.2128,-77.8397,27.3465,72.6780,-9.5205,-0.0275,19.9879,0.0000,19.9879,7.3860,19.9879,0.9248,0.0000,19.0632,0.0000,19.0632,7.9804,11.0828,0.0000,11.0828,-0.0240,11.1068,0.0000,0.0000,13.5075,-2.4007,5714.5207,5714.5207,5714.5207 -1150.5000,1.0000,16564.3888,72.9090,72.7100,-0.1161,0.0000,6,1164.2507,67.9556,583.8902,-77.6178,8.2852,71.1879,-9.4632,-0.2386,1.0660,0.0000,1.0660,7.4577,1.0660,0.6947,0.0000,0.3714,0.0000,0.3714,7.9549,-7.5836,0.0000,-7.5836,-0.2087,-7.3749,0.0000,0.0000,13.4645,-20.8393,2528.1562,2528.1562,2528.1562 -1151.5000,1.0000,16584.4238,72.1160,71.5420,-0.3244,0.0000,6,1151.5877,-76.8624,504.5693,-76.8624,-9.2691,60.8480,-9.2691,-0.6595,-15.9720,0.0000,-15.9720,7.3624,-15.9720,0.8544,0.0000,-16.8263,0.0000,-16.8263,7.8684,-24.6948,20.1612,-44.8560,-0.5769,-44.2791,0.0000,0.0000,13.3180,-57.5972,0.0000,0.0000,0.0000 -1152.5000,1.0000,16604.1855,71.1320,70.7420,-0.2222,0.0000,6,1135.8746,-75.9251,433.3688,-75.9251,-9.0312,51.5486,-9.0312,-0.4456,-13.9787,0.0000,-13.9787,5.3931,-13.9787,0.8212,0.0000,-14.8000,0.0000,-14.8000,7.7611,-22.5610,3.6042,-26.1652,-0.3897,-25.7755,0.0000,0.0000,13.1363,-38.9118,0.0000,0.0000,0.0000 -1153.5000,1.0000,16623.7190,70.3105,69.8990,-0.2342,0.0000,6,1122.7565,-75.1406,429.8410,-75.1425,-8.8346,50.5385,-8.8349,-0.4641,-13.6913,0.0000,-13.6913,5.3207,-13.6913,0.8074,0.0000,-14.4988,0.0000,-14.4988,7.6714,-22.1702,5.7809,-27.9511,-0.4059,-27.5452,0.0000,0.0000,12.9846,-40.5298,0.0000,0.0000,0.0000 -1154.5000,1.0000,16643.0352,69.5285,69.1780,-0.2003,0.0000,6,1110.2690,-73.0324,427.3370,-74.3976,-8.4913,49.6852,-8.6500,-0.3925,-13.4015,0.0000,-13.4015,5.3028,-13.4015,0.7942,0.0000,-14.1958,0.0000,-14.1958,7.5861,-21.7819,0.0000,-21.7819,-0.3433,-21.4385,0.0000,0.0000,12.8402,-34.2787,0.0000,0.0000,0.0000 -1155.5000,1.0000,16662.0992,68.6205,68.0830,-0.3042,0.0000,6,1095.7696,-73.4822,421.8178,-73.4822,-8.4320,48.4031,-8.4320,-0.5883,-13.1151,0.0000,-13.1151,5.2714,-13.1151,0.7794,0.0000,-13.8945,0.0000,-13.8945,7.4870,-21.3816,17.8406,-39.2222,-0.5146,-38.7076,0.0000,0.0000,12.6725,-51.3801,0.0000,0.0000,0.0000 -1156.5000,1.0000,16680.7888,67.2725,66.4820,-0.4447,0.0000,6,1074.2440,-71.9414,412.0257,-71.9414,-8.0930,46.3507,-8.0930,-0.8433,-12.4187,0.0000,-12.4187,5.1689,-12.4187,0.7549,0.0000,-13.1736,0.0000,-13.1736,7.3400,-20.5136,38.9141,-59.4277,-0.7376,-58.6901,2.5334,0.0000,12.4236,-73.6471,0.0000,0.0000,0.0000 -1157.5000,1.0000,16698.9430,65.3450,64.2280,-0.6261,0.0000,6,1043.4646,-69.7381,399.8067,-69.7381,-7.6204,43.6874,-7.6204,-1.1532,-11.6533,0.0000,-11.6533,5.1858,-11.6533,0.7226,0.0000,-12.3759,0.0000,-12.3759,7.1297,-19.5055,52.5002,-72.0058,-1.0087,-70.9971,17.6508,0.0000,12.0669,-100.7147,0.0000,0.0000,0.0000 -1158.5000,1.0000,16716.3638,62.7050,61.2020,-0.8406,0.0000,6,1001.3077,-66.7204,379.4925,-66.7204,-6.9961,39.7923,-6.9961,-1.4857,-10.6350,0.0000,-10.6350,5.1245,-10.6350,0.6791,0.0000,-11.3141,0.0000,-11.3141,6.8416,-18.1557,67.6727,-85.8284,-1.2995,-84.5289,37.0302,-3.3886,11.5766,-129.7472,0.0000,0.0000,0.0000 -1159.5000,1.0000,16732.8022,59.1680,57.1540,-1.1244,0.0000,6,944.8269,-69.7799,372.5853,-69.7830,-6.9042,36.8644,-6.9045,-1.8753,-9.8429,0.0000,-9.8429,4.8140,-9.8429,0.6278,0.0000,-10.4707,0.0000,-10.4707,6.4557,-16.9264,87.5524,-104.4789,-1.6403,-102.8386,51.1595,-1.1404,10.9199,-163.7775,0.0000,0.0000,0.0000 -1160.5000,1.0000,16748.2077,55.4500,53.7660,-0.9411,0.0000,6,885.4559,-73.3873,397.5677,-73.3873,-6.8048,36.8644,-6.8048,-1.4709,-9.9452,0.0000,-9.9452,4.6114,-9.9452,0.5847,0.0000,-10.5299,0.0000,-10.5299,6.0500,-16.5800,50.6110,-67.1909,-1.2866,-65.9043,52.3929,-0.0685,10.2324,-128.4611,0.0000,0.0000,0.0000 -1161.5000,1.0000,16762.6426,51.9555,50.1650,-1.0003,0.0000,6,829.6538,-77.3775,424.3079,-77.3775,-6.7226,36.8644,-6.7226,-1.4649,-9.7343,0.0000,-9.7343,4.4765,-9.7343,0.5424,0.0000,-10.2767,0.0000,-10.2767,5.6688,-15.9455,55.9342,-71.8796,-1.2813,-70.5983,47.3640,0.3823,9.5881,-127.9326,0.0000,0.0000,0.0000 -1162.5000,1.0000,16776.1823,48.7330,47.3210,-0.7900,0.0000,6,778.1952,-81.8367,452.3655,-81.8367,-6.6691,36.8644,-6.6691,-1.0852,-9.8552,0.0000,-9.8552,4.2713,-9.8552,0.5077,0.0000,-10.3629,0.0000,-10.3629,5.3172,-15.6801,24.4909,-40.1710,-0.9492,-39.2218,44.9663,1.5905,8.9932,-94.7719,0.0000,0.0000,0.0000 -1163.5000,1.0000,16788.8395,45.5560,43.8110,-0.9750,0.0000,6,727.4631,-87.2782,483.9127,-87.2782,-6.6488,36.8644,-6.6488,-1.2520,-8.6884,0.0000,-8.6884,3.2916,-8.6884,0.4617,0.0000,-9.1502,0.0000,-9.1502,4.9705,-14.1207,39.8716,-53.9923,-1.0951,-52.8972,44.7449,3.2919,8.4061,-109.3401,0.0000,0.0000,0.0000 -1164.5000,1.0000,16800.5506,42.1500,40.5090,-0.9172,0.0000,0,649.7191,40.0989,541.8166,-95.6169,2.7283,36.8644,-6.5056,-1.9838,0.0000,0.0000,0.0000,4.7121,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.5989,-4.5989,33.2401,-37.8390,-0.9532,-36.8858,44.7788,5.7291,7.7765,-95.1703,1210.5229,1210.5229,1210.5229 -1165.5000,1.0000,16811.1763,38.2425,35.9960,-1.2536,0.0000,5,694.6731,-90.7952,506.7543,-90.7952,-6.6050,36.8644,-6.6050,4.0388,-15.1708,0.0000,-15.1708,4.5271,-18.3193,0.4114,0.0000,-18.7307,0.0000,-18.7307,4.1726,-22.9033,37.9012,-60.8045,-1.1820,-59.6225,43.9591,7.3793,7.0544,-118.0153,0.0000,0.0000,0.0000 -1166.5000,1.0000,16820.5490,33.7315,31.4870,-1.2525,0.0000,5,739.8942,-85.9448,475.7824,-85.9448,-6.6591,36.8644,-6.6591,-2.2470,-8.6265,0.0000,-8.6265,4.2143,-8.6265,0.3175,0.0000,-8.9440,0.0000,-8.9440,3.6804,-12.6244,36.7805,-49.4049,-1.0416,-48.3633,42.6110,6.8071,6.2208,-104.0022,0.0000,0.0000,0.0000 -1167.5000,1.0000,16828.6045,28.9900,26.5130,-1.3817,0.0000,0,645.2211,30.0807,545.5938,-96.0994,2.0325,36.8644,-6.4932,-1.7918,0.0000,0.0000,0.0000,3.8243,0.0000,0.0000,0.0000,0.0004,0.0000,0.0004,3.1630,-3.1626,42.2676,-45.4302,-0.9875,-44.4427,42.6945,6.1199,5.3438,-98.6009,1107.0035,1107.0035,1107.0035 -1168.5000,1.0000,16835.2276,23.8330,21.1730,-1.4833,0.0000,4,643.5128,-96.2826,547.0422,-96.2826,-6.4883,36.8644,-6.4883,1.7196,-11.4374,0.0000,-11.4374,3.2295,-13.7514,0.5596,0.0000,-14.3109,0.0000,-14.3109,2.6004,-16.9113,19.8647,-36.7760,-0.8716,-35.9044,41.0153,5.7157,4.3902,-87.0255,0.0000,0.0000,0.0000 -1169.5000,1.0000,16840.2959,18.2360,15.3190,-1.6261,0.0000,0,643.5128,19.6807,547.0422,-96.2826,1.3263,36.8644,-6.4883,-1.7196,0.0000,0.0000,0.0000,3.0458,0.0000,0.0000,0.0000,0.0003,0.0000,0.0003,1.9897,-1.9894,27.0294,-29.0188,-0.7311,-28.2877,36.2919,5.0618,3.3563,-72.9977,1002.2642,1002.2642,1002.2642 -1170.5000,1.0000,16843.9829,13.2630,11.2270,-1.1367,0.0000,2,768.2195,139.1509,506.0611,-82.9067,11.1944,40.7115,-6.6697,7.9361,0.1879,0.0000,0.1879,3.0704,0.2708,0.6550,0.0000,-0.3842,0.0000,-0.3842,1.4471,-1.8313,0.0000,-1.8313,-0.3717,-1.4596,28.6621,4.5499,2.4395,-37.1111,2736.4602,2736.4602,2736.4602 -1171.5000,1.0000,16846.6319,9.5265,7.8460,-0.9392,0.0000,2,795.3095,-2.9792,442.6310,-80.0010,-0.2481,36.8644,-6.6629,-6.8929,3.6091,0.0000,3.6091,3.0356,3.6091,0.3849,0.0000,3.2242,0.0000,3.2242,1.0394,2.1848,0.0000,2.1848,-0.2206,2.4054,19.6324,3.0445,1.7529,-22.0245,895.4310,895.4310,895.4310 -1172.5000,1.0000,16848.3707,6.2497,4.6733,-0.8813,0.0000,0,627.0900,31.1807,561.3686,-98.0441,2.0476,36.8644,-6.4384,-1.0432,0.0000,0.0000,0.0000,3.0908,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,0.6819,-0.6818,0.0000,-0.6818,-0.1358,-0.5460,9.6870,2.1737,1.1518,-13.5585,1101.2353,1101.2353,1101.2353 -1173.5000,1.0000,16849.5471,4.2252,3.7970,-0.2434,0.0000,1,622.2222,107.5860,565.7603,-98.5662,7.0102,36.8644,-6.4225,0.8491,3.1467,-0.2407,3.3874,3.0143,3.6362,0.2812,0.0000,3.3549,0.0000,3.3549,0.4610,2.8939,0.0000,2.8939,-0.0254,2.9193,3.1849,1.4863,0.7799,-2.5318,1910.0200,1910.0200,1910.0200 -1174.5000,1.0000,16850.4022,3.0685,2.3600,-0.3992,0.0000,1,644.4444,42.4384,546.2513,-96.1827,2.8640,36.8644,-6.4910,0.0000,-0.1151,0.0352,-0.1503,2.9791,-0.1503,0.2079,0.0000,-0.3581,0.0000,-0.3581,0.3348,-0.6929,0.0000,-0.6929,-0.0302,-0.6627,0.6800,1.1058,0.5667,-3.0152,1228.8774,1228.8774,1228.8774 -1175.5000,1.0000,16850.8238,1.5075,0.6750,-0.4681,0.0000,1,644.4444,40.3110,546.2513,-96.1827,2.7204,36.8644,-6.4910,0.0000,-0.2734,0.3463,-0.6197,2.9938,-0.6197,0.0971,0.0000,-0.7168,0.0000,-0.7168,0.1645,-0.8813,0.0000,-0.8813,-0.0174,-0.8639,0.0000,0.5947,0.2784,-1.7369,1207.7735,1207.7735,1207.7735 -1176.5000,1.0000,16850.9215,0.3420,0.0290,-0.1794,0.0000,1,644.4444,44.0100,546.2513,-96.1827,2.9701,36.8644,-6.4910,0.0000,0.0073,-0.1249,0.1322,2.9627,0.1322,0.0175,0.0000,0.1147,0.0000,0.1147,0.0373,0.0774,0.0000,0.0774,-0.0015,0.0789,0.0000,0.1668,0.0632,-0.1511,1244.4682,1244.4682,1244.4682 -1177.5000,1.0000,16850.9271,0.0095,0.0110,-0.0050,0.0000,1,644.4444,44.1211,546.2513,-96.1827,2.9776,36.8644,-6.4910,0.0000,0.0000,-0.0081,0.0081,2.9776,0.0081,0.0005,0.0000,0.0077,0.0000,0.0077,0.0010,0.0067,0.0000,0.0067,0.0000,0.0067,0.0000,0.0050,0.0018,-0.0001,1245.5707,1245.5707,1245.5707 -1178.5000,1.0000,16850.9304,0.0000,0.0130,0.0006,0.0000,1,644.4444,44.1701,546.2513,-96.1827,2.9809,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9809,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1246.0560,1246.0560,1246.0560 -1179.5000,1.0000,16850.9340,0.0000,0.0130,0.0000,0.0000,0,644.4444,45.0404,546.2513,-96.1827,3.0396,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.6897,1254.6897,1254.6897 -1180.5000,1.0000,16850.9377,0.0000,0.0130,0.0000,0.0000,0,622.2222,31.3632,565.7603,-98.5662,2.0436,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1098.5676,1098.5676,1098.5676 -1181.5000,1.0000,16850.9413,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8359,586.7144,-100.9497,2.8800,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8800,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.6923,1221.6923,1221.6923 -1182.5000,1.0000,16850.9449,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6858,586.7144,-100.9497,2.8705,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8705,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.2028,1220.2028,1220.2028 -1183.5000,1.0000,16850.9485,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6177,586.7144,-100.9497,2.8662,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8662,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.5278,1219.5278,1219.5278 -1184.5000,1.0000,16850.9521,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.5574,586.7144,-100.9497,2.8625,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8625,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.9292,1218.9292,1218.9292 -1185.5000,1.0000,16850.9557,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.9997,586.7144,-100.9497,2.8902,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8902,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.3166,1223.3166,1223.3166 -1186.5000,1.0000,16850.9593,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0213,586.7144,-100.9497,2.8916,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8916,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.5312,1223.5312,1223.5312 -1187.5000,1.0000,16850.9629,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6322,586.7144,-100.9497,2.8672,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8672,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.6717,1219.6717,1219.6717 -1188.5000,1.0000,16850.9665,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8742,586.7144,-100.9497,2.8824,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.0723,1222.0723,1222.0723 -1189.5000,1.0000,16850.9702,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.3978,586.7144,-100.9497,3.9834,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9834,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1395.9066,1395.9066,1395.9066 -1190.5000,1.0000,16850.9738,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.8729,586.7144,-100.9497,4.0133,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0133,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1400.6196,1400.6196,1400.6196 -1191.5000,1.0000,16850.9774,0.0000,0.0130,0.0000,0.0000,0,600.0000,62.5518,586.7144,-100.9497,3.9302,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9302,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1387.5138,1387.5138,1387.5138 -1192.5000,1.0000,16850.9810,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.2742,586.7144,-100.9497,3.9756,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.6797,1394.6797,1394.6797 -1193.5000,1.0000,16850.9846,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.1789,586.7144,-100.9497,3.9696,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9696,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1393.7346,1393.7346,1393.7346 -1194.5000,1.0000,16850.9882,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.0385,586.7144,-100.9497,3.9608,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9608,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1392.3415,1392.3415,1392.3415 -1195.5000,1.0000,16850.9918,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.5265,586.7144,-100.9497,3.9915,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9915,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1397.1826,1397.1826,1397.1826 -1196.5000,1.0000,16850.9954,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.5029,586.7144,-100.9497,3.9900,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9900,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1396.9486,1396.9486,1396.9486 -1197.5000,1.0000,16850.9990,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.1287,586.7144,-100.9497,3.9665,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9665,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1393.2367,1393.2367,1393.2367 -1198.5000,1.0000,16851.0027,0.0000,0.0130,0.0000,0.0000,0,600.0000,62.5060,586.7144,-100.9497,3.9274,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9274,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1387.0597,1387.0597,1387.0597 -1199.5000,1.0000,16851.0063,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.2066,586.7144,-100.9497,3.9714,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9714,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.0096,1394.0096,1394.0096 -1200.5000,1.0000,16851.0099,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.9904,586.7144,-100.9497,4.0206,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0206,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1401.7852,1401.7852,1401.7852 -1201.5000,1.0000,16851.0135,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.5961,586.7144,-100.9497,3.9959,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9959,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1397.8736,1397.8736,1397.8736 -1202.5000,1.0000,16851.0171,0.0000,0.0130,0.0000,0.0000,0,600.0000,64.1452,586.7144,-100.9497,4.0304,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0304,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1403.3202,1403.3202,1403.3202 -1203.5000,1.0000,16851.0207,0.0000,0.0130,0.0000,0.0000,0,600.0000,64.1787,586.7144,-100.9497,4.0325,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0325,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1403.6524,1403.6524,1403.6524 -1204.5000,1.0000,16851.0243,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.2319,586.7144,-100.9497,3.9730,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9730,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.2609,1394.2609,1394.2609 -1205.5000,1.0000,16851.0279,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.4663,586.7144,-100.9497,3.9877,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1396.5856,1396.5856,1396.5856 -1206.5000,1.0000,16851.0315,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.9933,586.7144,-100.9497,4.0208,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0208,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1401.8138,1401.8138,1401.8138 -1207.5000,1.0000,16851.0352,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.3775,586.7144,-100.9497,3.9821,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9821,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1395.7045,1395.7045,1395.7045 -1208.5000,1.0000,16851.0388,0.0000,0.0130,0.0000,0.0000,0,600.0000,64.0662,586.7144,-100.9497,4.0254,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0254,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1402.5372,1402.5372,1402.5372 -1209.5000,1.0000,16851.0424,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.4022,586.7144,-100.9497,2.8527,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8527,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.3894,1217.3894,1217.3894 -1210.5000,1.0000,16851.0460,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6491,586.7144,-100.9497,2.8682,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.8392,1219.8392,1219.8392 -1211.5000,1.0000,16851.0496,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.2370,586.7144,-100.9497,2.8423,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8423,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.7507,1215.7507,1215.7507 -1212.5000,1.0000,16851.0532,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0714,586.7144,-100.9497,2.8948,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8948,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.0287,1224.0287,1224.0287 -1213.5000,1.0000,16851.0568,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.9272,586.7144,-100.9497,2.8857,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.5974,1222.5974,1222.5974 -1214.5000,1.0000,16851.0604,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.3608,586.7144,-100.9497,2.9129,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9129,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.8996,1226.8996,1226.8996 -1215.5000,1.0000,16851.0640,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.9273,586.7144,-100.9497,2.8857,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.5993,1222.5993,1222.5993 -1216.5000,1.0000,16851.0677,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.3997,586.7144,-100.9497,2.8525,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8525,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.3646,1217.3646,1217.3646 -1217.5000,1.0000,16851.0713,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.3518,586.7144,-100.9497,2.8495,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8495,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1216.8897,1216.8897,1216.8897 -1218.5000,1.0000,16851.0749,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.2147,586.7144,-100.9497,2.8409,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8409,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.5297,1215.5297,1215.5297 -1219.5000,1.0000,16851.0785,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.5540,586.7144,-100.9497,2.8622,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8622,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.8952,1218.8952,1218.8952 -1220.5000,1.0000,16851.0821,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8144,586.7144,-100.9497,2.8786,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.4793,1221.4793,1221.4793 -1221.5000,1.0000,16851.0857,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6599,586.7144,-100.9497,2.8689,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8689,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.9461,1219.9461,1219.9461 -1222.5000,1.0000,16851.0893,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8166,586.7144,-100.9497,2.8787,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8787,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.5011,1221.5011,1221.5011 -1223.5000,1.0000,16851.0929,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.4386,586.7144,-100.9497,2.8550,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8550,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.7506,1217.7506,1217.7506 -1224.5000,1.0000,16851.0965,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.1047,586.7144,-100.9497,2.8340,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8340,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1214.4390,1214.4390,1214.4390 -1225.5000,1.0000,16851.1002,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.2324,586.7144,-100.9497,2.8420,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.7051,1215.7051,1215.7051 -1226.5000,1.0000,16851.1038,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6276,586.7144,-100.9497,2.8669,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8669,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.6258,1219.6258,1219.6258 -1227.5000,1.0000,16851.1074,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8518,586.7144,-100.9497,2.8810,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8810,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.8503,1221.8503,1221.8503 -1228.5000,1.0000,16851.1110,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.3876,586.7144,-100.9497,2.8518,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8518,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.2452,1217.2452,1217.2452 -1229.5000,1.0000,16851.1146,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.0937,586.7144,-100.9497,2.8333,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8333,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1214.3292,1214.3292,1214.3292 -1230.5000,1.0000,16851.1182,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.9253,586.7144,-100.9497,2.8856,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8856,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.5785,1222.5785,1222.5785 -1231.5000,1.0000,16851.1218,0.0000,0.0130,0.0000,0.0000,0,600.0000,44.8533,586.7144,-100.9497,2.8182,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8182,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1211.9451,1211.9451,1211.9451 -1232.5000,1.0000,16851.1254,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.7662,586.7144,-100.9497,2.8756,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.0006,1221.0006,1221.0006 -1233.5000,1.0000,16851.1290,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.5443,586.7144,-100.9497,2.8616,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8616,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.7993,1218.7993,1218.7993 -1234.5000,1.0000,16851.1327,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.5974,586.7144,-100.9497,2.8650,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.3265,1219.3265,1219.3265 -1235.5000,1.0000,16851.1363,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.1204,586.7144,-100.9497,2.8350,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8350,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1214.5947,1214.5947,1214.5947 -1236.5000,1.0000,16851.1399,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.0254,586.7144,-100.9497,2.8290,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8290,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1213.6520,1213.6520,1213.6520 -1237.5000,1.0000,16851.1435,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.3739,586.7144,-100.9497,2.8509,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8509,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.1091,1217.1091,1217.1091 -1238.5000,1.0000,16851.1471,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.2911,586.7144,-100.9497,2.9086,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9086,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.2078,1226.2078,1226.2078 -1239.5000,1.0000,16851.1507,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.2663,586.7144,-100.9497,2.9070,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9070,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.9621,1225.9621,1225.9621 -1240.5000,1.0000,16851.1549,0.0020,0.0170,0.0011,0.0000,1,600.0000,45.6934,586.7144,-100.9497,2.8710,36.8644,-6.3429,0.0000,0.0000,-0.0007,0.0007,2.8710,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1220.2784,1220.2784,1220.2784 -1241.5000,1.0000,16851.1590,0.0020,0.0130,-0.0011,0.0000,0,622.2222,56.8856,565.7603,-98.5662,3.7066,36.8644,-6.4225,0.8491,0.0000,-0.0007,0.0007,2.8575,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1351.7501,1351.7501,1351.7501 -1242.5000,1.0000,16851.1627,0.0000,0.0130,0.0000,0.0000,0,622.2222,31.0859,565.7603,-98.5662,2.0255,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,2.8747,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1095.8170,1095.8170,1095.8170 -1243.5000,1.0000,16851.1663,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0880,586.7144,-100.9497,2.8958,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8958,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.1933,1224.1933,1224.1933 -1244.5000,1.0000,16851.1699,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0363,586.7144,-100.9497,2.8925,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.6805,1223.6805,1223.6805 -1245.5000,1.0000,16851.1735,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0735,586.7144,-100.9497,2.8949,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8949,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.0494,1224.0494,1224.0494 -1246.5000,1.0000,16851.1771,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.5672,586.7144,-100.9497,2.8631,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8631,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.0270,1219.0270,1219.0270 -1247.5000,1.0000,16851.1807,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8744,586.7144,-100.9497,2.8824,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.0740,1222.0740,1222.0740 -1248.5000,1.0000,16851.1843,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6986,586.7144,-100.9497,2.8713,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8713,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.3303,1220.3303,1220.3303 -1249.5000,1.0000,16851.1879,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6117,586.7144,-100.9497,2.8659,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8659,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.4677,1219.4677,1219.4677 -1250.5000,1.0000,16851.1915,0.0000,0.0130,0.0000,0.0000,0,600.0000,44.2545,586.7144,-100.9497,2.7806,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.7806,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1206.0051,1206.0051,1206.0051 -1251.5000,1.0000,16851.1952,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.7924,586.7144,-100.9497,2.8772,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8772,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.2603,1221.2603,1221.2603 -1252.5000,1.0000,16851.1988,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.4327,586.7144,-100.9497,2.9175,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9175,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.6127,1227.6127,1227.6127 -1253.5000,1.0000,16851.2024,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.2484,586.7144,-100.9497,2.9059,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9059,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.7838,1225.7838,1225.7838 -1254.5000,1.0000,16851.2060,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0387,586.7144,-100.9497,2.8927,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.7035,1223.7035,1223.7035 -1255.5000,1.0000,16851.2096,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.9584,586.7144,-100.9497,2.8877,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.9078,1222.9078,1222.9078 -1256.5000,1.0000,16851.2132,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8146,586.7144,-100.9497,2.8786,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.4806,1221.4806,1221.4806 -1257.5000,1.0000,16851.2168,0.0000,0.0130,0.0000,0.0000,0,600.0000,47.0048,586.7144,-100.9497,2.9534,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9534,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.2877,1233.2877,1233.2877 -1258.5000,1.0000,16851.2204,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.1098,586.7144,-100.9497,2.8972,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8972,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.4089,1224.4089,1224.4089 -1259.5000,1.0000,16851.2240,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.4923,586.7144,-100.9497,2.9212,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9212,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.2037,1228.2037,1228.2037 -1260.5000,1.0000,16851.2277,0.0000,0.0130,0.0000,0.0000,0,600.0000,49.5925,586.7144,-100.9497,3.1160,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1160,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1258.9575,1258.9575,1258.9575 -1261.5000,1.0000,16851.2313,0.0000,0.0130,0.0000,0.0000,0,600.0000,49.0896,586.7144,-100.9497,3.0844,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0844,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1253.9686,1253.9686,1253.9686 -1262.5000,1.0000,16851.2357,0.0030,0.0190,0.0017,0.0000,1,600.0000,48.3349,586.7144,-100.9497,3.0370,36.8644,-6.3429,0.0000,0.0000,-0.0015,0.0015,3.0370,0.0015,0.0001,0.0000,0.0014,0.0000,0.0014,0.0003,0.0010,0.0000,0.0010,0.0000,0.0010,0.0000,0.0005,0.0006,0.0000,1246.4821,1246.4821,1246.4821 -1263.5000,1.0000,16851.2404,0.0030,0.0150,-0.0011,0.0000,1,622.2222,59.7253,565.7603,-98.5662,3.8916,36.8644,-6.4225,0.8491,0.0000,-0.0014,0.0014,3.0425,0.0014,0.0001,0.0000,0.0013,0.0000,0.0013,0.0003,0.0009,0.0000,0.0009,0.0000,0.0009,0.0000,0.0004,0.0006,0.0000,1379.9192,1379.9192,1379.9192 -1264.5000,1.0000,16851.2446,0.0000,0.0150,0.0000,0.0000,0,644.4444,45.5453,546.2513,-96.1827,3.0737,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0737,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1259.6983,1259.6983,1259.6983 -1265.5000,1.0000,16851.2488,0.0000,0.0150,0.0000,0.0000,0,622.2222,34.5153,565.7603,-98.5662,2.2490,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.0981,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1129.8362,1129.8362,1129.8362 -1266.5000,1.0000,16851.2529,0.0000,0.0150,0.0000,0.0000,0,600.0000,49.3863,586.7144,-100.9497,3.1030,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1030,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.9125,1256.9125,1256.9125 -1267.5000,1.0000,16851.2571,0.0000,0.0150,0.0000,0.0000,0,600.0000,49.1694,586.7144,-100.9497,3.0894,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0894,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.7603,1254.7603,1254.7603 -1268.5000,1.0000,16851.2615,0.0000,0.0170,0.0006,0.0000,1,600.0000,48.6955,586.7144,-100.9497,3.0596,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0596,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1250.0590,1250.0590,1250.0590 -1269.5000,1.0000,16851.2663,0.0000,0.0170,0.0000,0.0000,0,622.2222,59.5144,565.7603,-98.5662,3.8779,36.8644,-6.4225,0.8491,0.0000,0.0000,0.0000,3.0288,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1377.8268,1377.8268,1377.8268 -1270.5000,1.0000,16851.2710,0.0000,0.0170,0.0000,0.0000,0,622.2222,34.2728,565.7603,-98.5662,2.2332,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.0823,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1127.4302,1127.4302,1127.4302 -1271.5000,1.0000,16851.2760,0.0000,0.0190,0.0006,0.0000,1,600.0000,49.5517,586.7144,-100.9497,3.1134,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1134,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1258.5533,1258.5533,1258.5533 -1272.5000,1.0000,16851.2813,0.0000,0.0190,0.0000,0.0000,0,622.2222,59.9189,565.7603,-98.5662,3.9043,36.8644,-6.4225,0.8491,0.0000,0.0000,0.0000,3.0551,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1381.8401,1381.8401,1381.8401 -1273.5000,1.0000,16851.2865,0.0000,0.0190,0.0000,0.0000,0,622.2222,33.0785,565.7603,-98.5662,2.1554,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.0045,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1115.5835,1115.5835,1115.5835 -1274.5000,1.0000,16851.2918,0.0000,0.0190,0.0000,0.0000,0,600.0000,50.0381,586.7144,-100.9497,3.1440,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1440,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.3777,1263.3777,1263.3777 -1275.5000,1.0000,16851.2971,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.5796,586.7144,-100.9497,3.1152,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1152,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1258.8301,1258.8301,1258.8301 -1276.5000,1.0000,16851.3024,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.3504,586.7144,-100.9497,3.0379,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0379,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1246.6357,1246.6357,1246.6357 -1277.5000,1.0000,16851.3077,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.6210,586.7144,-100.9497,3.0549,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0549,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.3205,1249.3205,1249.3205 -1278.5000,1.0000,16851.3129,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.4870,586.7144,-100.9497,3.0465,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0465,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1247.9910,1247.9910,1247.9910 -1279.5000,1.0000,16851.3182,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.2457,586.7144,-100.9497,3.0942,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0942,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1255.5171,1255.5171,1255.5171 -1280.5000,1.0000,16851.3235,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.3994,586.7144,-100.9497,3.1039,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1039,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1257.0424,1257.0424,1257.0424 -1281.5000,1.0000,16851.3288,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.9664,586.7144,-100.9497,3.1395,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1395,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1262.6669,1262.6669,1262.6669 -1282.5000,1.0000,16851.3340,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.4622,586.7144,-100.9497,3.0450,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0450,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1247.7455,1247.7455,1247.7455 -1283.5000,1.0000,16851.3393,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.9716,586.7144,-100.9497,3.0770,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0770,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1252.7986,1252.7986,1252.7986 -1284.5000,1.0000,16851.3446,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.3776,586.7144,-100.9497,3.1025,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1025,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.8253,1256.8253,1256.8253 -1285.5000,1.0000,16851.3499,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.1617,586.7144,-100.9497,3.0889,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0889,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.6839,1254.6839,1254.6839 -1286.5000,1.0000,16851.3552,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.2280,586.7144,-100.9497,3.0303,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0303,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1245.4216,1245.4216,1245.4216 -1287.5000,1.0000,16851.3604,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.3542,586.7144,-100.9497,3.0382,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0382,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1246.6732,1246.6732,1246.6732 -1288.5000,1.0000,16851.3657,0.0000,0.0190,0.0000,0.0000,0,600.0000,67.5159,586.7144,-100.9497,4.2421,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2421,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1436.7576,1436.7576,1436.7576 -1289.5000,1.0000,16851.3710,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.3829,586.7144,-100.9497,4.1710,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1425.5182,1425.5182,1425.5182 -1290.5000,1.0000,16851.3763,0.0000,0.0190,0.0000,0.0000,0,600.0000,67.4009,586.7144,-100.9497,4.2349,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2349,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1435.6172,1435.6172,1435.6172 -1291.5000,1.0000,16851.3815,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.3396,586.7144,-100.9497,4.1682,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1425.0883,1425.0883,1425.0883 -1292.5000,1.0000,16851.3868,0.0000,0.0190,0.0000,0.0000,0,600.0000,65.5160,586.7144,-100.9497,4.1165,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1165,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1416.9186,1416.9186,1416.9186 -1293.5000,1.0000,16851.3921,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.1499,586.7144,-100.9497,4.1563,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1563,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1423.2074,1423.2074,1423.2074 -1294.5000,1.0000,16851.3974,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.4929,586.7144,-100.9497,4.1779,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1779,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1426.6091,1426.6091,1426.6091 -1295.5000,1.0000,16851.4027,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.5825,586.7144,-100.9497,4.1835,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1835,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1427.4987,1427.4987,1427.4987 -1296.5000,1.0000,16851.4079,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.7247,586.7144,-100.9497,4.1924,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1924,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1428.9092,1428.9092,1428.9092 -1297.5000,1.0000,16851.4132,0.0000,0.0190,0.0000,0.0000,0,600.0000,67.1029,586.7144,-100.9497,4.2162,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2162,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1432.6609,1432.6609,1432.6609 -1298.5000,1.0000,16851.4185,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.2858,586.7144,-100.9497,4.1649,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1649,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1424.5548,1424.5548,1424.5548 -1299.5000,1.0000,16851.4238,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.8757,586.7144,-100.9497,4.2019,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1430.4070,1430.4070,1430.4070 +time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h],FC-AAUX [g/h],FC-Final [g/h] +1.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,622.2222,71.3835,565.7603,-98.5662,4.6513,36.8644,-6.4225,0.8491,0.0000,0.0000,0.0000,3.8021,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1495.5684,1495.5684,1495.5684,1495.5684,1495.5684 +2.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.6298,546.2513,-96.1827,3.8892,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8892,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1379.5765,1379.5765,1379.5765,1379.5765,1379.5765 +3.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.1136,546.2513,-96.1827,3.8544,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8544,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.4561,1374.4561,1374.4561,1374.4561,1374.4561 +4.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.0114,546.2513,-96.1827,3.8475,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8475,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1373.4421,1373.4421,1373.4421,1373.4421,1373.4421 +5.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.5464,546.2513,-96.1827,3.8836,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8836,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1378.7492,1378.7492,1378.7492,1378.7492,1378.7492 +6.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.1493,546.2513,-96.1827,3.8568,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.8097,1374.8097,1374.8097,1374.8097,1374.8097 +7.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.6875,546.2513,-96.1827,3.8931,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8931,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1380.1490,1380.1490,1380.1490,1380.1490,1380.1490 +8.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.9654,546.2513,-96.1827,3.8444,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8444,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1372.9861,1372.9861,1372.9861,1372.9861,1372.9861 +9.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.7317,546.2513,-96.1827,3.8286,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8286,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1370.6674,1370.6674,1370.6674,1370.6674,1370.6674 +10.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.1495,546.2513,-96.1827,3.8568,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.8116,1374.8116,1374.8116,1374.8116,1374.8116 +11.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.4795,546.2513,-96.1827,3.7441,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7441,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1358.2455,1358.2455,1358.2455,1358.2455,1358.2455 +12.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.3154,546.2513,-96.1827,3.8680,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8680,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1376.4579,1376.4579,1376.4579,1376.4579,1376.4579 +13.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.7661,546.2513,-96.1827,3.7634,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7634,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1361.0883,1361.0883,1361.0883,1361.0883,1361.0883 +14.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.0513,546.2513,-96.1827,3.8502,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8502,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1373.8377,1373.8377,1373.8377,1373.8377,1373.8377 +15.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.9019,546.2513,-96.1827,3.8401,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8401,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1372.3561,1372.3561,1372.3561,1372.3561,1372.3561 +16.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.6648,546.2513,-96.1827,3.7566,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7566,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1360.0842,1360.0842,1360.0842,1360.0842,1360.0842 +17.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.5688,546.2513,-96.1827,3.8176,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8176,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1369.0514,1369.0514,1369.0514,1369.0514,1369.0514 +18.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.8522,546.2513,-96.1827,3.8367,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8367,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1371.8625,1371.8625,1371.8625,1371.8625,1371.8625 +19.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.6024,546.2513,-96.1827,3.8199,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8199,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1369.3843,1369.3843,1369.3843,1369.3843,1369.3843 +20.5000,1.0000,0.0458,0.1650,0.0000,0.0917,0.0000,1,644.4444,60.0938,546.2513,-96.1827,4.0555,36.8644,-6.4910,0.0000,0.2287,0.1144,0.1144,3.8268,0.1144,0.0078,0.0000,0.1065,0.0000,0.1065,0.0180,0.0885,0.0000,0.0885,0.0004,0.0882,0.0000,0.0205,0.0305,0.0372,1404.0192,1404.0192,1404.0192,1404.0192,1404.0192 +21.5000,1.0000,0.4165,1.3345,0.3300,0.5581,0.0000,1,644.4444,136.1413,546.2513,-96.1827,9.1876,36.8644,-6.4910,0.0000,4.3779,1.8801,2.4978,4.8097,2.4978,0.0986,0.0000,2.3992,0.0000,2.3992,0.1586,2.2406,0.0000,2.2406,0.0184,2.2223,0.0000,0.1426,0.2464,1.8333,2298.2023,2298.2023,2298.2023,2298.2023,2298.2023 +22.5000,1.0000,1.0732,2.3640,2.3390,0.0139,0.0000,1,644.4444,94.2667,546.2513,-96.1827,6.3617,36.8644,-6.4910,0.0000,1.4747,0.0154,1.4593,4.8870,1.4593,0.1369,0.0000,1.3224,0.0000,1.3224,0.2579,1.0644,0.0000,1.0644,0.0008,1.0636,0.0000,0.5462,0.4366,0.0808,1809.4649,1809.4649,1809.4649,1809.4649,1809.4649 +23.5000,1.0000,1.9456,3.1405,2.3890,0.4175,0.0000,1,644.4444,164.9113,546.2513,-96.1827,11.1292,36.8644,-6.4910,0.0000,6.3941,1.2346,5.1595,4.7351,5.1595,0.2429,0.0000,4.9165,0.0000,4.9165,0.3623,4.5542,0.0000,4.5542,0.0323,4.5219,0.0000,0.7143,0.5800,3.2276,2623.5908,2623.5908,2623.5908,2623.5908,2623.5908 +24.5000,1.0000,3.2883,4.8340,3.8920,0.5233,0.0000,1,746.3987,242.7735,471.6362,-85.2471,18.9758,36.8644,-6.6631,4.6733,9.3756,0.4573,8.9183,4.9270,8.9183,0.4301,0.0000,8.4882,0.0000,8.4882,0.5715,7.9167,0.0000,7.9167,0.0624,7.8544,0.0000,0.7341,0.8927,6.2275,4063.1252,4063.1252,4063.1252,4063.1252,4063.1252 +25.5000,1.0000,4.8979,5.7945,5.7760,0.0103,0.0000,1,851.0702,93.9216,481.0865,-75.8461,8.3707,42.8763,-6.7597,0.1420,3.1395,0.0000,3.1395,5.0891,3.1395,0.4289,0.0000,2.7106,0.0000,2.7106,0.6322,2.0784,0.0000,2.0784,0.0015,2.0769,0.0000,0.8602,1.0701,0.1466,2378.5651,2378.5651,2378.5651,2378.5651,2378.5651 +26.5000,1.0000,6.4654,5.6430,5.8130,-0.0944,0.0000,1,828.8186,63.2306,424.7354,-77.4372,5.4880,36.8644,-6.7211,-1.2709,1.6430,0.0000,1.6430,5.1159,1.6430,0.4280,0.0000,1.2150,0.0000,1.2150,0.6157,0.5993,0.0000,0.5993,-0.0131,0.6124,0.0000,0.8822,1.0421,-1.3119,1840.9918,1840.9918,1840.9918,1840.9918,1840.9918 +27.5000,1.0000,7.9300,5.2725,5.4730,-0.1114,0.0000,1,774.4012,58.9708,454.5817,-82.2436,4.7822,36.8644,-6.6696,-1.4005,1.1762,0.0000,1.1762,5.0065,1.1762,0.3948,0.0000,0.7814,0.0000,0.7814,0.5753,0.2061,0.0000,0.2061,-0.0145,0.2206,0.0000,0.6926,0.9737,-1.4457,1698.5095,1698.5095,1698.5095,1698.5095,1698.5095 +28.5000,1.0000,9.2769,4.8490,5.0720,-0.1239,0.0000,1,712.1994,59.1361,494.2838,-88.9153,4.4105,36.8644,-6.6314,-1.4325,0.9212,0.0000,0.9212,4.9218,0.9212,0.3555,0.0000,0.5657,0.0000,0.5657,0.5291,0.0366,0.0000,0.0366,-0.0148,0.0514,0.0000,0.6347,0.8955,-1.4788,1518.2542,1518.2542,1518.2542,1518.2542,1518.2542 +29.5000,1.0000,10.5646,4.6355,4.6260,0.0053,0.0000,1,680.8415,108.9198,517.0493,-92.2787,7.7657,36.8644,-6.5792,0.0583,2.7342,0.0000,2.7342,4.9732,2.7342,0.3169,0.0000,2.4173,0.0000,2.4173,0.5058,1.9116,0.0000,1.9116,0.0006,1.9110,0.0000,0.9947,0.8561,0.0602,2097.1533,2097.1533,2097.1533,2097.1533,2097.1533 +30.5000,1.0000,11.8244,4.5355,4.6450,-0.0608,0.0000,1,666.1540,87.3380,528.4494,-93.8541,6.0927,36.8644,-6.5472,-0.6579,1.8060,0.0000,1.8060,4.9446,1.8060,0.3167,0.0000,1.4893,0.0000,1.4893,0.4949,0.9944,0.0000,0.9944,-0.0068,1.0012,0.0000,0.8428,0.8376,-0.6792,1776.5273,1776.5273,1776.5273,1776.5273,1776.5273 +31.5000,1.0000,13.1656,4.8280,4.4260,0.2233,0.0000,1,709.1150,169.8914,496.4337,-89.2461,12.6159,36.8644,-6.6273,2.5712,5.1655,0.0000,5.1655,4.8791,5.1655,0.3546,0.0000,4.8109,0.0000,4.8109,0.5268,4.2842,0.0000,4.2842,0.0266,4.2576,0.0000,0.7117,0.8916,2.6543,2912.7540,2912.7540,2912.7540,2912.7540,2912.7540 +32.5000,1.0000,14.7229,5.6065,5.2300,0.2092,0.0000,1,823.4576,154.1574,432.1993,-77.8205,13.2933,37.2695,-6.7106,2.7964,5.6332,0.0000,5.6332,4.8637,5.6332,0.4240,0.0000,5.2092,0.0000,5.2092,0.6117,4.5975,0.0000,4.5975,0.0289,4.5686,0.0000,0.6464,1.0354,2.8868,3122.5686,3122.5686,3122.5686,3122.5686,3122.5686 +33.5000,1.0000,16.3857,5.9860,5.9830,0.0017,0.0000,1,879.1969,88.0114,457.8269,-73.8349,8.1031,42.1518,-6.7979,0.0238,3.0498,0.0000,3.0498,5.0296,3.0498,0.4502,0.0000,2.5996,0.0000,2.5996,0.6531,1.9465,0.0000,1.9465,0.0002,1.9463,0.0000,0.8162,1.1055,0.0246,2347.1464,2347.1464,2347.1464,2347.1464,2347.1464 +34.5000,1.0000,18.0233,5.8955,5.9890,-0.0519,0.0000,1,865.9047,70.5951,421.9036,-74.7853,6.4014,38.2571,-6.7813,-0.7303,2.1297,0.0000,2.1297,5.0019,2.1297,0.4497,0.0000,1.6800,0.0000,1.6800,0.6432,1.0368,0.0000,1.0368,-0.0076,1.0443,0.0000,0.7094,1.0888,-0.7539,1972.7631,1972.7631,1972.7631,1972.7631,1972.7631 +35.5000,1.0000,19.6322,5.7920,5.8020,-0.0056,0.0000,1,850.7031,84.8738,413.8091,-75.8723,7.5610,36.8644,-6.7591,-0.0767,2.7140,0.0000,2.7140,4.9238,2.7140,0.4329,0.0000,2.2810,0.0000,2.2810,0.6320,1.6491,0.0000,1.6491,-0.0008,1.6499,0.0000,0.6594,1.0696,-0.0792,2203.2298,2203.2298,2203.2298,2203.2298,2203.2298 +36.5000,1.0000,21.2472,5.8140,5.7820,0.0178,0.0000,1,853.9343,91.4826,413.4069,-75.6413,8.1807,36.9684,-6.7641,0.2465,3.0174,0.0000,3.0174,4.9168,3.0174,0.4322,0.0000,2.5852,0.0000,2.5852,0.6344,1.9508,0.0000,1.9508,0.0025,1.9483,0.0000,0.6202,1.0737,0.2544,2339.9819,2339.9819,2339.9819,2339.9819,2339.9819 +37.5000,1.0000,22.9228,6.0320,5.8460,0.1033,0.0000,1,885.9532,117.0056,431.3185,-73.3517,10.8554,40.0164,-6.8053,1.4863,4.4626,0.0000,4.4626,4.9065,4.4626,0.4410,0.0000,4.0216,0.0000,4.0216,0.6581,3.3635,0.0000,3.3635,0.0154,3.3481,0.0000,0.6998,1.1140,1.5344,2820.1064,2820.1064,2820.1064,2820.1064,2820.1064 +38.5000,1.0000,24.7068,6.4225,6.2180,0.1136,0.0000,1,943.3081,120.9000,468.1641,-69.8699,11.9429,46.2467,-6.9020,1.7400,5.1060,0.0000,5.1060,5.0969,5.1060,0.4822,0.0000,4.6238,0.0000,4.6238,0.7007,3.9230,0.0000,3.9230,0.0180,3.9050,0.0000,0.9227,1.1861,1.7962,3039.0561,3039.0561,3039.0561,3039.0561,3039.0561 +39.5000,1.0000,26.5778,6.7355,6.6270,0.0603,0.0000,1,989.2801,103.0217,491.0749,-67.2400,10.6728,50.8740,-6.9659,0.9682,4.4285,0.0000,4.4285,5.2761,4.4285,0.5192,0.0000,3.9094,0.0000,3.9094,0.7349,3.1745,0.0000,3.1745,0.0100,3.1645,0.0000,0.9211,1.2439,0.9994,2940.0843,2940.0843,2940.0843,2940.0843,2940.0843 +40.5000,1.0000,28.5218,6.9985,6.8440,0.0858,0.0000,1,1027.9084,111.1175,494.4140,-68.6246,11.9609,53.2199,-7.3869,1.4324,5.0779,0.0000,5.0779,5.4506,5.0779,0.5429,0.0000,4.5350,0.0000,4.5350,0.7636,3.7714,0.0000,3.7714,0.0148,3.7566,0.0000,0.9854,1.2924,1.4787,3124.9352,3124.9352,3124.9352,3124.9352,3124.9352 +41.5000,1.0000,30.5406,7.2675,7.1530,0.0636,0.0000,1,1067.4179,91.3358,507.9837,-71.4528,10.2095,56.7823,-7.9870,1.1024,4.7995,0.0000,4.7995,4.3076,4.7995,0.5772,0.0000,4.2222,0.0000,4.2222,0.7929,3.4293,0.0000,3.4293,0.0114,3.4179,0.0000,0.9377,1.3421,1.1380,2837.8778,2837.8778,2837.8778,2837.8778,2837.8778 +42.5000,1.0000,32.6031,7.4250,7.3820,0.0239,0.0000,1,1090.5508,76.2445,505.3223,-73.1087,8.7073,57.7089,-8.3492,0.4230,3.8908,0.0000,3.8908,4.3935,3.8908,0.6051,0.0000,3.2857,0.0000,3.2857,0.8101,2.4756,0.0000,2.4756,0.0044,2.4712,0.0000,0.6633,1.3712,0.4366,2612.1722,2612.1722,2612.1722,2612.1722,2612.1722 +43.5000,1.0000,34.6757,7.4615,7.4680,-0.0036,0.0000,1,1095.9117,70.6481,500.2142,-73.4924,8.1078,57.4064,-8.4343,-0.0643,3.7654,0.0000,3.7654,4.4067,3.7654,0.6107,0.0000,3.1546,0.0000,3.1546,0.8141,2.3405,0.0000,2.3405,-0.0007,2.3412,0.0000,1.0295,1.3780,-0.0663,2526.3659,2526.3659,2526.3659,2526.3659,2526.3659 +44.5000,1.0000,36.7428,7.4415,7.4550,-0.0075,0.0000,1,1092.9742,67.0510,497.0164,-73.2821,7.6744,56.8865,-8.3876,-0.1331,3.4156,0.0000,3.4156,4.3918,3.4156,0.6118,0.0000,2.8038,0.0000,2.8038,0.8119,1.9919,0.0000,1.9919,-0.0014,1.9932,0.0000,0.7564,1.3743,-0.1374,2467.0320,2467.0320,2467.0320,2467.0320,2467.0320 +45.5000,1.0000,38.8010,7.4095,7.4280,-0.0103,0.0000,1,1088.2742,66.4658,494.0872,-72.9457,7.5747,56.3081,-8.3132,-0.1816,3.3628,0.0000,3.3628,4.3935,3.3628,0.6085,0.0000,2.7543,0.0000,2.7543,0.8084,1.9459,0.0000,1.9459,-0.0019,1.9477,0.0000,0.7668,1.3684,-0.1875,2454.6139,2454.6139,2454.6139,2454.6139,2454.6139 +46.5000,1.0000,40.8528,7.3865,7.3910,-0.0025,0.0000,1,1084.8961,72.4370,492.8726,-72.7039,8.2296,55.9953,-8.2599,-0.0440,3.8731,0.0000,3.8731,4.4005,3.8731,0.6007,0.0000,3.2724,0.0000,3.2724,0.8059,2.4665,0.0000,2.4665,-0.0005,2.4670,0.0000,1.1483,1.3641,-0.0455,2547.7011,2547.7011,2547.7011,2547.7011,2547.7011 +47.5000,1.0000,42.9071,7.3955,7.3820,0.0075,0.0000,1,1086.2180,74.1776,495.9639,-72.7985,8.4376,56.4151,-8.2807,0.1323,3.9569,0.0000,3.9569,4.3485,3.9569,0.6009,0.0000,3.3559,0.0000,3.3559,0.8069,2.5490,0.0000,2.5490,0.0014,2.5477,0.0000,1.0454,1.3658,0.1365,2576.3472,2576.3472,2576.3472,2576.3472,2576.3472 +48.5000,1.0000,44.9547,7.3715,7.4090,-0.0208,0.0000,1,1082.6929,66.9637,496.0420,-72.5462,7.5923,56.2409,-8.2252,-0.3662,3.5841,0.0000,3.5841,4.3744,3.5841,0.6018,0.0000,2.9823,0.0000,2.9823,0.8043,2.1780,0.0000,2.1780,-0.0038,2.1818,0.0000,1.1985,1.3613,-0.3780,2458.9040,2458.9040,2458.9040,2458.9040,2458.9040 +49.5000,1.0000,46.9894,7.3250,7.3340,-0.0050,0.0000,1,1075.8632,73.0853,490.8485,-72.0573,8.2341,55.3010,-8.1183,-0.0873,3.9618,0.0000,3.9618,4.3596,3.9618,0.5925,0.0000,3.3694,0.0000,3.3694,0.7992,2.5701,0.0000,2.5701,-0.0009,2.5711,0.0000,1.3085,1.3527,-0.0902,2552.1323,2552.1323,2552.1323,2552.1323,2552.1323 +50.5000,1.0000,49.0206,7.3120,7.3160,-0.0022,0.0000,1,1073.9539,72.6138,493.1837,-71.9206,8.1664,55.4655,-8.0885,-0.0387,3.8878,0.0000,3.8878,4.3174,3.8878,0.5916,0.0000,3.2961,0.0000,3.2961,0.7978,2.4983,0.0000,2.4983,-0.0004,2.4987,0.0000,1.1884,1.3503,-0.0400,2543.3553,2543.3553,2543.3553,2543.3553,2543.3553 +51.5000,1.0000,51.0408,7.2730,7.3080,-0.0194,0.0000,1,1068.2257,66.3984,491.5989,-71.5106,7.4276,54.9924,-7.9995,-0.3372,3.4411,0.0000,3.4411,4.3237,3.4411,0.5915,0.0000,2.8496,0.0000,2.8496,0.7935,2.0561,0.0000,2.0561,-0.0035,2.0596,0.0000,1.0646,1.3431,-0.3481,2440.4061,2440.4061,2440.4061,2440.4061,2440.4061 +52.5000,1.0000,52.9194,6.7630,7.2380,-0.2639,0.0000,1,993.3192,-8.6840,470.6685,-67.0090,-0.9033,48.9590,-6.9703,-4.2558,-0.9420,0.0000,-0.9420,4.2945,-0.9420,0.5760,0.0000,-1.5180,0.0000,-1.5180,0.7379,-2.2559,0.0000,-2.2559,-0.0440,-2.2119,0.0000,0.9324,1.2490,-4.3933,863.0651,863.0651,863.0651,863.0651,863.0651 +53.5000,1.0000,54.6232,6.1335,6.2880,-0.0858,0.0000,1,900.8610,46.4314,390.7691,-72.2980,4.3802,36.8644,-6.8204,-1.2554,1.6732,0.0000,1.6732,3.9625,1.6732,0.4798,0.0000,1.1933,0.0000,1.1933,0.6692,0.5241,0.0000,0.5241,-0.0130,0.5371,0.0000,0.7004,1.1327,-1.2960,1626.4547,1626.4547,1626.4547,1626.4547,1626.4547 +54.5000,1.0000,56.2435,5.8330,5.9790,-0.0811,0.0000,1,856.7249,49.8551,410.9004,-75.4417,4.4728,36.8644,-6.7683,-1.1282,1.7481,0.0000,1.7481,3.8529,1.7481,0.4469,0.0000,1.3012,0.0000,1.3012,0.6364,0.6648,0.0000,0.6648,-0.0117,0.6765,0.0000,0.7639,1.0772,-1.1647,1662.0781,1662.0781,1662.0781,1662.0781,1662.0781 +55.5000,1.0000,57.8371,5.7370,5.6870,0.0278,0.0000,1,842.6249,86.9693,417.7762,-76.4500,7.6741,36.8644,-6.7459,0.3800,3.4788,0.0000,3.4788,3.8153,3.4788,0.4195,0.0000,3.0593,0.0000,3.0593,0.6260,2.4334,0.0000,2.4334,0.0039,2.4294,0.0000,0.9777,1.0595,0.3923,2219.9203,2219.9203,2219.9203,2219.9203,2219.9203 +56.5000,1.0000,59.4224,5.7070,5.7870,-0.0444,0.0000,1,838.2186,65.0024,419.9723,-76.7650,5.7058,36.8644,-6.7383,-0.6048,2.5127,0.0000,2.5127,3.7980,2.5127,0.4260,0.0000,2.0867,0.0000,2.0867,0.6227,1.4640,0.0000,1.4640,-0.0063,1.4702,0.0000,1.0407,1.0539,-0.6244,1868.2941,1868.2941,1868.2941,1868.2941,1868.2941 +57.5000,1.0000,60.9322,5.4355,5.6270,-0.1064,0.0000,1,798.3419,44.2387,440.9497,-79.6758,3.6985,36.8644,-6.6611,-1.3790,1.3198,0.0000,1.3198,3.7576,1.3198,0.4099,0.0000,0.9100,0.0000,0.9100,0.5931,0.3169,0.0000,0.3169,-0.0143,0.3312,0.0000,0.7509,1.0038,-1.4235,1563.2640,1563.2640,1563.2640,1563.2640,1563.2640 +58.5000,1.0000,62.3318,5.0385,5.2440,-0.1142,0.0000,1,740.0323,48.9910,475.6936,-85.9300,3.7966,36.8644,-6.6592,-1.3717,1.2128,0.0000,1.2128,3.9555,1.2128,0.3711,0.0000,0.8417,0.0000,0.8417,0.5497,0.2920,0.0000,0.2920,-0.0142,0.3062,0.0000,0.7917,0.9305,-1.4160,1458.4198,1458.4198,1458.4198,1458.4198,1458.4198 +59.5000,1.0000,63.5126,4.2510,4.8330,-0.3233,0.0000,1,677.1469,17.9197,519.8704,-92.6750,1.2707,36.8644,-6.5716,-1.3599,-1.2997,0.1334,-1.4331,3.9303,-1.4331,0.3227,0.0000,-1.7558,0.0000,-1.7558,0.4638,-2.2196,0.0000,-2.2196,-0.0339,-2.1857,0.0000,0.4128,0.7851,-3.3835,1015.7388,1015.7388,1015.7388,1015.7388,1015.7388 +60.5000,1.0000,64.4635,3.4230,3.6690,-0.1367,0.0000,1,644.4444,60.5018,546.2513,-96.1827,4.0830,36.8644,-6.4910,0.0000,0.1239,-0.0096,0.1335,3.9592,0.1335,0.2343,0.0000,-0.1008,0.0000,-0.1008,0.3735,-0.4743,0.0000,-0.4743,-0.0115,-0.4628,0.0000,0.0567,0.6321,-1.1516,1408.0672,1408.0672,1408.0672,1408.0672,1408.0672 +61.5000,1.0000,65.2910,2.9790,3.1770,-0.1100,0.0000,1,644.4444,59.5610,546.2513,-96.1827,4.0195,36.8644,-6.4910,0.0000,0.2417,-0.0172,0.2589,3.7779,0.2589,0.1966,0.0000,0.0623,0.0000,0.0623,0.3250,-0.2627,0.0000,-0.2627,-0.0081,-0.2546,0.0000,0.0019,0.5501,-0.8067,1398.7338,1398.7338,1398.7338,1398.7338,1398.7338 +62.5000,1.0000,66.0639,2.7825,2.7810,0.0008,0.0000,1,644.4444,70.3895,546.2513,-96.1827,4.7503,36.8644,-6.4910,0.0000,0.9974,0.0005,0.9968,3.7530,0.9968,0.1736,0.0000,0.8232,0.0000,0.8232,0.3036,0.5196,0.0000,0.5196,0.0001,0.5196,0.0000,0.0000,0.5139,0.0057,1506.1529,1506.1529,1506.1529,1506.1529,1506.1529 +63.5000,1.0000,66.8740,2.9165,2.7840,0.0736,0.0000,1,644.4444,78.8101,546.2513,-96.1827,5.3186,36.8644,-6.4910,0.0000,1.6403,0.0713,1.5691,3.6782,1.5691,0.1785,0.0000,1.3906,0.0000,1.3906,0.3182,1.0724,0.0000,1.0724,0.0053,1.0671,0.0000,0.0000,0.5386,0.5285,1593.8447,1593.8447,1593.8447,1593.8447,1593.8447 +64.5000,1.0000,67.7031,2.9845,3.0490,-0.0358,0.0000,1,644.4444,68.0401,546.2513,-96.1827,4.5918,36.8644,-6.4910,0.0000,0.7851,-0.0173,0.8025,3.8066,0.8025,0.1916,0.0000,0.6109,0.0000,0.6109,0.3256,0.2853,0.0000,0.2853,-0.0026,0.2879,0.0000,0.0000,0.5512,-0.2633,1482.8471,1482.8471,1482.8471,1482.8471,1482.8471 +65.5000,1.0000,68.6744,3.4970,2.9200,0.3206,0.0000,1,644.4444,124.7635,546.2513,-96.1827,8.4198,36.8644,-6.4910,0.0000,4.7262,0.6694,4.0568,3.6936,4.0568,0.2423,0.0000,3.8145,0.0000,3.8145,0.3816,3.4329,0.0000,3.4329,0.0276,3.4053,0.0000,0.0000,0.6458,2.7595,2169.5196,2169.5196,2169.5196,2169.5196,2169.5196 +66.5000,1.0000,70.0569,4.9770,4.0740,0.5017,0.0000,1,754.0363,217.0590,466.8590,-84.4279,17.1395,36.8644,-6.6666,5.0748,8.3806,0.2560,8.1246,3.6841,8.1246,0.4249,0.0000,7.6997,0.0000,7.6997,0.5728,7.1270,0.0000,7.1270,0.0616,7.0654,0.0000,0.0000,0.9191,6.1463,3698.5628,3698.5628,3698.5628,3698.5628,3698.5628 +67.5000,1.0000,71.8329,6.3935,5.8800,0.2853,0.0000,1,939.0487,153.8388,499.7615,-70.1135,15.1280,49.1450,-6.8948,4.3493,6.9293,0.0000,6.9293,3.8494,6.9293,0.5161,0.0000,6.4132,0.0000,6.4132,0.6976,5.7156,0.0000,5.7156,0.0450,5.6706,0.0000,0.0000,1.1807,4.4899,3518.7645,3518.7645,3518.7645,3518.7645,3518.7645 +68.5000,1.0000,73.9839,7.7435,6.9070,0.4647,0.0000,1,1137.3306,208.0952,534.5513,-76.0119,24.7843,63.6656,-9.0531,8.5812,12.0016,0.0000,12.0016,4.2015,12.0016,0.7441,0.0000,11.2576,0.0000,11.2576,0.8803,10.3773,0.0000,10.3773,0.0887,10.2885,0.0000,0.0000,1.4300,8.8585,5250.1689,5250.1689,5250.1689,5250.1689,5250.1689 +69.5000,1.0000,76.4307,8.8085,8.5800,0.1269,0.0000,1,1293.7531,101.1076,595.6097,-85.3106,13.6982,80.6941,-11.5580,2.6664,6.1252,0.0000,6.1252,4.9065,6.1252,0.7573,0.0000,5.3680,0.0000,5.3680,0.9611,4.4069,0.0000,4.4069,0.0276,4.3793,0.0000,0.0000,1.6267,2.7526,3312.5002,3312.5002,3312.5002,3312.5002,3312.5002 +70.5000,1.0000,78.8819,8.8243,9.0370,-0.1182,0.0000,0,1194.6137,-36.7300,540.6287,-79.4290,-4.5949,67.6325,-9.9365,-9.7352,0.0000,0.0000,0.0000,5.1403,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9628,-0.9628,0.0000,-0.9628,-0.0257,-0.9371,0.0000,0.0000,1.6296,-2.5667,742.2400,742.2400,742.2400,742.2400,742.2400 +71.5000,1.0000,81.7374,10.2798,10.6730,0.9268,0.0000,2,1029.6895,348.1370,424.3186,-68.7521,37.5392,45.7538,-7.4135,-2.0376,33.3807,0.0000,33.3807,6.1961,27.8213,0.8871,0.0000,26.9342,0.0000,26.9342,1.3485,25.5857,0.0000,25.5857,0.2349,25.3508,0.0000,0.0000,1.8984,23.4524,7632.1045,7632.1045,7632.1045,7632.1045,7632.1045 +72.5000,1.0000,85.3909,13.1525,11.9480,0.6692,0.0000,2,1098.0221,353.3670,621.0776,-73.6435,40.6318,71.4144,-8.4679,6.7806,26.9248,0.0000,26.9248,6.9264,26.9248,1.0162,0.0000,25.9087,0.0000,25.9087,1.5971,24.3116,0.0000,24.3116,0.2170,24.0946,0.0000,0.0000,2.4289,21.6657,8166.5533,8166.5533,8166.5533,8166.5533,8166.5533 +73.5000,1.0000,89.7425,15.6660,14.3570,0.7272,0.0000,2,1307.8589,381.3048,646.4835,-86.1472,52.2230,88.5415,-11.7986,8.7771,34.4709,0.0000,34.4709,8.9750,34.4709,1.3153,0.0000,33.1557,0.0000,33.1557,1.9367,31.2189,0.0000,31.2189,0.2809,30.9381,0.0000,0.0000,2.8931,28.0449,10499.7729,10499.7729,10499.7729,10499.7729,10499.7729 +74.5000,1.0000,94.3987,16.7623,16.9750,-0.1182,0.0000,0,1308.7283,25.3032,681.9689,-86.1987,3.4678,93.4636,-11.8135,-8.7130,0.0000,0.0000,0.0000,12.1808,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.8289,-1.8289,0.0000,-1.8289,-0.0488,-1.7801,0.0000,0.0000,3.0956,-4.8757,2116.0122,2116.0122,2116.0122,2116.0122,2116.0122 +75.5000,1.0000,99.3417,17.7946,19.9570,0.6917,0.0000,3,1078.1371,473.6471,473.6471,-72.2201,53.4758,53.4758,-8.1538,-8.0895,44.8388,0.0000,44.8388,16.7265,37.1577,1.0939,0.0000,36.0638,0.0000,36.0638,2.1759,33.8878,0.0000,33.8878,0.3035,33.5844,0.0000,0.0000,3.2862,30.2982,10627.6046,10627.6046,10627.6046,10627.6046,10627.6046 +76.5000,1.0000,104.8737,19.9153,21.1840,0.4865,0.0000,3,999.9240,461.3307,695.4421,-66.6312,48.3068,72.8210,-6.9771,2.6999,31.0838,0.0000,31.0838,14.5231,31.0838,1.0363,0.0000,30.0474,0.0000,30.0474,2.2805,27.7669,0.0000,27.7669,0.2389,27.5280,0.0000,0.0000,3.6779,23.8502,9709.8533,9709.8533,9709.8533,9709.8533,9709.8533 +77.5000,1.0000,110.6818,20.9090,20.7910,0.0656,0.0000,3,1049.8157,163.0786,667.3368,-70.1927,17.9283,73.3646,-7.7167,0.3820,10.2009,0.0000,10.2009,7.3454,10.2009,0.6502,0.0000,9.5507,0.0000,9.5507,2.2813,7.2694,0.0000,7.2694,0.0338,7.2356,0.0000,0.0000,3.8614,3.3742,3955.5936,3955.5936,3955.5936,3955.5936,3955.5936 +78.5000,1.0000,116.7875,21.9805,21.0270,0.5297,0.0000,3,1103.6144,427.0016,540.1083,-74.0007,49.3487,62.4204,-8.5523,3.2446,36.7788,0.0000,36.7788,9.3252,36.7788,1.2169,0.0000,35.5619,0.0000,35.5619,2.5530,33.0089,0.0000,33.0089,0.2871,32.7218,0.0000,0.0000,4.0593,28.6626,9852.6967,9852.6967,9852.6967,9852.6967,9852.6967 +79.5000,1.0000,123.5352,24.2920,22.9340,0.7544,0.0000,3,1219.6720,550.2457,670.0791,-80.9170,70.2795,85.5850,-10.3350,5.1070,54.7371,0.0000,54.7371,10.4353,54.7371,1.6561,0.0000,53.0810,0.0000,53.0810,3.0282,50.0529,0.0000,50.0529,0.4518,49.6010,0.0000,0.0000,4.4861,45.1149,13911.3181,13911.3181,13911.3181,13911.3181,13911.3181 +80.5000,1.0000,130.9879,26.8295,25.6500,0.6553,0.0000,3,1347.0768,500.8089,736.0637,-88.4731,70.6469,103.8332,-12.4805,4.8991,53.6383,0.0000,53.6383,12.1095,53.6383,1.7283,0.0000,51.9100,0.0000,51.9100,3.2438,48.6662,0.0000,48.6662,0.4335,48.2328,0.0000,0.0000,4.9547,43.2780,13992.5547,13992.5547,13992.5547,13992.5547,13992.5547 +81.5000,1.0000,139.1079,29.2320,28.0090,0.6794,0.0000,3,1467.7035,520.4891,739.3420,-95.6272,79.9979,113.6351,-14.6977,5.5346,60.2985,0.0000,60.2985,14.1648,60.2985,1.9569,0.0000,58.3415,0.0000,58.3415,3.5610,54.7806,0.0000,54.7806,0.4897,54.2909,0.0000,0.0000,5.3984,48.8924,15745.1458,15745.1458,15745.1458,15745.1458,15745.1458 +82.5000,1.0000,147.5085,30.2423,30.4550,-0.1182,0.0000,0,1443.2503,56.4413,761.2247,-94.1770,8.5304,115.0491,-14.2336,-7.6098,0.0000,0.0000,0.0000,16.1401,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.2997,-3.2997,0.0000,-3.2997,-0.0881,-3.2116,0.0000,0.0000,5.5850,-8.7966,3008.9785,3008.9785,3008.9785,3008.9785,3008.9785 +83.5000,1.0000,156.0970,30.9184,33.7350,0.4938,0.0000,4,1194.9823,521.9873,521.9873,-79.4510,65.3206,65.3206,-9.9424,-11.9184,57.8669,0.0000,57.8669,19.3720,48.6051,1.3891,0.0000,47.2160,0.0000,47.2160,3.5490,43.6669,0.0000,43.6669,0.3764,43.2906,0.0000,0.0000,5.7099,37.5807,12971.0935,12971.0935,12971.0935,12971.0935,12971.0935 +84.5000,1.0000,165.2193,32.8405,37.5360,0.5740,0.0000,4,1066.1172,741.1265,741.1265,-71.3597,82.7420,82.7420,-7.9668,2.1962,58.4319,0.0000,58.4319,22.1139,58.4319,1.6254,0.0000,56.8065,0.0000,56.8065,3.8695,52.9370,0.0000,52.9370,0.4648,52.4722,0.0000,0.0000,6.0648,46.4074,16231.6930,16231.6930,16231.6930,16231.6930,16231.6930 +85.5000,1.0000,174.9655,35.0864,40.6310,0.6737,0.0000,4,1139.0275,800.7569,800.7569,-76.1131,95.5132,95.5132,-9.0787,2.7536,71.4496,0.0000,71.4496,21.3100,71.4496,1.9342,0.0000,69.5154,0.0000,69.5154,4.2665,65.2489,0.0000,65.2489,0.5828,64.6661,0.0000,0.0000,6.4796,58.1866,18662.6912,18662.6912,18662.6912,18662.6912,18662.6912 +86.5000,1.0000,185.4608,37.7828,40.7690,0.8243,0.0000,4,1226.5621,829.7606,829.7606,-81.3256,106.5788,106.5788,-10.4459,3.6283,91.6226,0.0000,91.6226,11.3280,91.6226,2.3987,0.0000,89.2239,0.0000,89.2239,4.8099,84.4140,0.0000,84.4140,0.7679,83.6462,0.0000,0.0000,6.9775,76.6686,20714.9981,20714.9981,20714.9981,20714.9981,20714.9981 +87.5000,1.0000,196.6371,40.2348,40.2580,0.5379,0.0000,4,1306.1627,582.2944,848.5081,-86.0466,79.6468,116.0598,-11.7695,2.5212,67.9089,0.0000,67.9089,9.2167,67.9089,1.9827,0.0000,65.9261,0.0000,65.9261,4.6857,61.2404,0.0000,61.2404,0.5336,60.7068,0.0000,0.0000,7.4304,53.2765,15658.5554,15658.5554,15658.5554,15658.5554,15658.5554 +88.5000,1.0000,208.2019,41.6335,41.2030,0.2392,0.0000,4,1351.5703,340.8073,762.7635,-88.7396,48.2365,107.9586,-12.5599,1.1600,38.4157,0.0000,38.4157,8.6609,38.4157,1.4273,0.0000,36.9884,0.0000,36.9884,4.5425,32.4458,0.0000,32.4458,0.2455,32.2003,0.0000,0.0000,7.6887,24.5117,9753.6865,9753.6865,9753.6865,9753.6865,9753.6865 +89.5000,1.0000,220.0097,42.5080,42.0640,0.2467,0.0000,4,1379.9596,343.8951,675.6773,-90.4233,49.6959,97.6415,-13.0670,1.2215,40.0397,0.0000,40.0397,8.4347,40.0397,1.4818,0.0000,38.5580,0.0000,38.5580,4.6380,33.9200,0.0000,33.9200,0.2585,33.6615,0.0000,0.0000,7.8502,25.8113,10067.2464,10067.2464,10067.2464,10067.2464,10067.2464 +90.5000,1.0000,232.0511,43.3490,42.9520,0.2206,0.0000,4,1407.2615,322.9688,682.4292,-92.0425,47.5953,100.5683,-13.5641,1.1138,37.9684,0.0000,37.9684,8.5131,37.9684,1.4618,0.0000,36.5066,0.0000,36.5066,4.7297,31.7769,0.0000,31.7769,0.2357,31.5411,0.0000,0.0000,8.0055,23.5357,9713.2063,9713.2063,9713.2063,9713.2063,9713.2063 +91.5000,1.0000,244.3908,44.4230,43.7460,0.3761,0.0000,4,1442.1273,442.2268,681.3305,-94.1104,66.7847,102.8940,-14.2125,1.9464,56.5069,0.0000,56.5069,8.3314,56.5069,1.8604,0.0000,54.6465,0.0000,54.6465,4.9013,49.7452,0.0000,49.7452,0.4119,49.3333,0.0000,0.0000,8.2038,41.1295,13289.6138,13289.6138,13289.6138,13289.6138,13289.6138 +92.5000,1.0000,257.1267,45.8490,45.1000,0.4161,0.0000,4,1488.4203,472.6203,731.7710,-96.8559,73.6659,114.0590,-15.0966,2.2225,63.0591,0.0000,63.0591,8.3842,63.0591,2.0292,0.0000,61.0300,0.0000,61.0300,5.1281,55.9019,0.0000,55.9019,0.4704,55.4315,0.0000,0.0000,8.4672,46.9644,14626.1743,14626.1743,14626.1743,14626.1743,14626.1743 +93.5000,1.0000,270.3850,47.7300,46.5980,0.6289,0.0000,4,1549.4842,640.2766,751.6923,-100.4775,103.8923,121.9708,-16.3036,3.4968,91.8247,0.0000,91.8247,8.5708,91.8247,2.6556,0.0000,89.1691,0.0000,89.1691,5.7230,83.4461,0.0000,83.4461,0.7401,82.7061,0.0000,0.0000,8.8146,73.8915,20346.7112,20346.7112,20346.7112,20346.7112,20346.7112 +94.5000,1.0000,284.2154,49.7895,48.8620,0.5153,0.0000,4,1616.3428,549.4923,811.6478,-104.0555,93.0087,137.3820,-17.6127,2.9887,81.2399,0.0000,81.2399,8.7801,81.2399,2.5016,0.0000,78.7383,0.0000,78.7383,5.7558,72.9825,0.0000,72.9825,0.6325,72.3500,0.0000,0.0000,9.1949,63.1551,18428.4125,18428.4125,18428.4125,18428.4125,18428.4125 +95.5000,1.0000,298.2444,50.5043,50.7170,-0.1182,0.0000,0,1646.4527,52.6029,792.2156,-105.1278,9.0696,136.5907,-18.1257,0.0000,0.0000,0.0000,0.0000,9.0696,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.5104,-5.5104,0.0000,-5.5104,-0.1471,-5.3633,0.0000,0.0000,9.3269,-14.6902,3496.5925,3496.5925,3496.5925,3496.5925,3496.5925 +96.5000,1.0000,312.3661,50.8383,51.2500,0.3037,0.0000,5,1386.7866,367.6963,570.5790,-90.8282,53.3983,82.8617,-13.1904,-22.1141,67.2603,0.0000,67.2603,8.2522,54.0847,0.7595,0.0000,53.3252,0.0000,53.3252,5.5469,47.7783,0.0000,47.7783,0.3807,47.3976,0.0000,0.0000,9.3886,38.0091,10780.7631,10780.7631,10780.7631,10780.7631,10780.7631 +97.5000,1.0000,326.8503,52.1430,51.3850,0.4211,0.0000,5,1143.7471,654.7781,685.2121,-76.3947,78.4247,82.0698,-9.1500,1.1678,70.9291,0.0000,70.9291,6.3278,70.9291,0.8630,0.0000,70.0661,0.0000,70.0661,5.8419,64.2242,0.0000,64.2242,0.5414,63.6828,0.0000,0.0000,9.6295,54.0533,15400.5274,15400.5274,15400.5274,15400.5274,15400.5274 +98.5000,1.0000,341.7447,53.6200,52.9010,0.3994,0.0000,5,1176.1448,628.9681,777.7839,-78.3273,77.4672,95.7962,-9.6472,1.1391,69.9989,0.0000,69.9989,6.3292,69.9989,0.8807,0.0000,69.1182,0.0000,69.1182,5.9634,63.1548,0.0000,63.1548,0.5281,62.6268,0.0000,0.0000,9.9023,52.7245,15244.2440,15244.2440,15244.2440,15244.2440,15244.2440 +99.5000,1.0000,357.0484,55.0930,54.3390,0.4189,0.0000,5,1208.4548,649.6080,769.8540,-80.2517,82.2073,97.4243,-10.1558,1.2274,74.6476,0.0000,74.6476,6.3323,74.6476,0.9266,0.0000,73.7210,0.0000,73.7210,6.1678,67.5533,0.0000,67.5533,0.5690,66.9843,0.0000,0.0000,10.1743,56.8100,16129.7856,16129.7856,16129.7856,16129.7856,16129.7856 +100.5000,1.0000,372.6689,56.2340,55.8470,0.2150,0.0000,5,1233.4824,421.7880,782.7084,-81.7361,54.4823,101.1024,-10.5578,0.6430,47.3892,0.0000,47.3892,6.4501,47.3892,0.8082,0.0000,46.5810,0.0000,46.5810,6.1356,40.4454,0.0000,40.4454,0.2981,40.1473,0.0000,0.0000,10.3850,29.7623,10892.2962,10892.2962,10892.2962,10892.2962,10892.2962 +101.5000,1.0000,388.5386,57.1310,56.6210,0.2833,0.0000,5,1253.1580,496.7156,687.7966,-82.9030,65.1842,90.2598,-10.8794,0.8609,57.9055,0.0000,57.9055,6.4178,57.9055,0.8750,0.0000,57.0305,0.0000,57.0305,6.2334,50.7971,0.0000,50.7971,0.3991,50.3980,0.0000,0.0000,10.5507,39.8473,12965.3704,12965.3704,12965.3704,12965.3704,12965.3704 +102.5000,1.0000,404.7021,58.1885,57.6410,0.3042,0.0000,5,1276.3540,520.3961,722.3680,-84.2787,69.5559,96.5513,-11.2646,0.9413,62.0127,0.0000,62.0127,6.6019,62.0127,0.9125,0.0000,61.1002,0.0000,61.1002,6.3488,54.7514,0.0000,54.7514,0.4364,54.3150,0.0000,0.0000,10.7460,43.5690,13778.7813,13778.7813,13778.7813,13778.7813,13778.7813 +103.5000,1.0000,421.1524,59.2210,58.7360,0.2694,0.0000,5,1299.0017,481.5873,735.2807,-85.6219,65.5109,100.0211,-11.6472,0.8487,57.9809,0.0000,57.9809,6.6813,57.9809,0.9091,0.0000,57.0718,0.0000,57.0718,6.4615,50.6103,0.0000,50.6103,0.3934,50.2169,0.0000,0.0000,10.9367,39.2802,13042.7085,13042.7085,13042.7085,13042.7085,13042.7085 +104.5000,1.0000,437.8579,60.1400,59.7060,0.2411,0.0000,5,1319.1598,449.9633,722.4060,-86.8174,62.1589,99.7947,-11.9931,0.7712,54.6283,0.0000,54.6283,6.7594,54.6283,0.9075,0.0000,53.7208,0.0000,53.7208,6.5617,47.1591,0.0000,47.1591,0.3575,46.8016,0.0000,0.0000,11.1064,35.6952,12392.7429,12392.7429,12392.7429,12392.7429,12392.7429 +105.5000,1.0000,454.7811,60.9235,60.5740,0.1942,0.0000,5,1336.3458,397.8592,712.5041,-87.8367,55.6771,99.7091,-12.2920,0.6291,48.1981,0.0000,48.1981,6.8499,48.1981,0.8884,0.0000,47.3098,0.0000,47.3098,6.6472,40.6625,0.0000,40.6625,0.2916,40.3709,0.0000,0.0000,11.2511,29.1198,11178.5681,11178.5681,11178.5681,11178.5681,11178.5681 +106.5000,1.0000,471.8896,61.5905,61.2730,0.1764,0.0000,5,1350.9763,378.3680,694.2482,-88.7044,53.5292,98.2180,-12.5494,0.5778,45.9939,0.0000,45.9939,6.9575,45.9939,0.8885,0.0000,45.1054,0.0000,45.1054,6.7200,38.3853,0.0000,38.3853,0.2678,38.1175,0.0000,0.0000,11.3742,26.7433,10767.5552,10767.5552,10767.5552,10767.5552,10767.5552 +107.5000,1.0000,489.2050,62.3355,61.9080,0.2375,0.0000,5,1367.3177,445.9815,689.1933,-89.6736,63.8579,98.6823,-12.8399,0.7874,56.0738,0.0000,56.0738,6.9967,56.0738,0.9515,0.0000,55.1223,0.0000,55.1223,6.8013,48.3210,0.0000,48.3210,0.3650,47.9560,0.0000,0.0000,11.5118,36.4442,12711.7567,12711.7567,12711.7567,12711.7567,12711.7567 +108.5000,1.0000,506.7302,63.0905,62.7630,0.1819,0.0000,5,1383.8785,385.3793,718.4708,-90.6557,55.8489,104.1204,-13.1378,0.6105,48.1523,0.0000,48.1523,7.0861,48.1523,0.9248,0.0000,47.2275,0.0000,47.2275,6.8837,40.3439,0.0000,40.3439,0.2830,40.0608,0.0000,0.1522,11.6513,28.2574,11242.4759,11242.4759,11242.4759,11242.4759,11242.4759 +109.5000,1.0000,524.4056,63.6315,63.4180,0.1186,0.0000,5,1395.7452,314.6583,697.5974,-91.3595,45.9911,101.9623,-13.3533,0.4014,38.5086,0.0000,38.5086,7.0811,38.5086,0.8859,0.0000,37.6228,0.0000,37.6228,6.9427,30.6801,0.0000,30.6801,0.1861,30.4940,0.0000,0.1636,11.7512,18.5792,9397.9343,9397.9343,9397.9343,9397.9343,9397.9343 +110.5000,1.0000,542.1117,63.7420,63.8450,-0.0572,0.0000,5,1398.1690,124.9882,671.6412,-91.5033,18.3003,98.3390,-13.3975,-0.1940,11.3997,0.0000,11.3997,7.0945,11.3997,0.7522,0.0000,10.6475,0.0000,10.6475,6.9548,3.6928,0.0000,3.6928,-0.0899,3.7827,0.0000,0.9899,11.7716,-8.9788,4311.9738,4311.9738,4311.9738,4311.9738,4311.9738 +111.5000,1.0000,559.7071,63.3435,63.6390,-0.1642,0.0000,5,1389.4280,11.0998,596.1341,-90.9849,1.6150,86.7378,-13.2383,-0.5531,-4.8288,0.0000,-4.8288,6.9969,-4.8288,0.7550,0.0000,-5.5838,0.0000,-5.5838,6.9113,-12.4951,0.0000,-12.4951,-0.2564,-12.2387,0.0000,1.6619,11.6980,-25.5986,2095.7357,2095.7357,2095.7357,2095.7357,2095.7357 +112.5000,1.0000,577.1357,62.7430,63.0480,-0.1694,0.0000,5,1376.2562,14.7823,547.2242,-90.2037,2.1304,78.8666,-13.0003,-0.5654,-4.2617,0.0000,-4.2617,6.9576,-4.2617,0.7428,0.0000,-5.0045,0.0000,-5.0045,6.8458,-11.8503,0.0000,-11.8503,-0.2621,-11.5882,0.0000,2.9959,11.5871,-26.1711,2120.6817,2120.6817,2120.6817,2120.6817,2120.6817 +113.5000,1.0000,594.3996,62.1500,62.4380,-0.1600,0.0000,5,1363.2488,29.8343,544.7436,-89.4322,4.2591,77.7671,-12.7673,-0.5289,-2.0904,0.0000,-2.0904,6.8784,-2.0904,0.7268,0.0000,-2.8172,0.0000,-2.8172,6.7811,-9.5983,0.0000,-9.5983,-0.2452,-9.3531,0.0000,3.6482,11.4776,-24.4788,2330.5326,2330.5326,2330.5326,2330.5326,2330.5326 +114.5000,1.0000,611.5241,61.6480,61.8620,-0.1189,0.0000,5,1352.2375,80.9033,547.5626,-88.7792,11.4564,77.5381,-12.5717,-0.3898,4.9789,0.0000,4.9789,6.8673,4.9789,0.7002,0.0000,4.2787,0.0000,4.2787,6.7263,-2.4475,0.0000,-2.4475,-0.1807,-2.2668,0.0000,4.3905,11.3849,-18.0422,3161.1205,3161.1205,3161.1205,3161.1205,3161.1205 +115.5000,1.0000,628.5284,61.2155,61.4340,-0.1214,0.0000,5,1342.7507,68.9347,565.7292,-88.2165,9.6931,79.5486,-12.4044,-0.3952,3.2715,0.0000,3.2715,6.8168,3.2715,0.6968,0.0000,2.5747,0.0000,2.5747,6.6791,-4.1044,0.0000,-4.1044,-0.1832,-3.9212,0.0000,3.0662,11.3050,-18.2924,2921.6570,2921.6570,2921.6570,2921.6570,2921.6570 +116.5000,1.0000,645.4252,60.8285,60.9970,-0.0936,0.0000,5,1334.2619,106.1950,558.4543,-87.7131,14.8379,78.0292,-12.2556,-0.3028,8.3887,0.0000,8.3887,6.7521,8.3887,0.6877,0.0000,7.7010,0.0000,7.7010,6.6369,1.0641,0.0000,1.0641,-0.1404,1.2045,0.0000,3.9883,11.2335,-14.0173,3581.1433,3581.1433,3581.1433,3581.1433,3581.1433 +117.5000,1.0000,662.2199,60.4610,60.6600,-0.1106,0.0000,5,1326.2009,98.6506,571.7136,-87.2350,13.7005,79.3993,-12.1151,-0.3555,7.3437,0.0000,7.3437,6.7123,7.3437,0.6764,0.0000,6.6673,0.0000,6.6673,6.5968,0.0705,0.0000,0.0705,-0.1648,0.2353,0.0000,5.5242,11.1657,-16.4545,3372.6296,3372.6296,3372.6296,3372.6296,3372.6296 +118.5000,1.0000,678.8652,59.9230,60.2620,-0.1883,0.0000,5,1314.4000,8.3879,565.6133,-86.5351,1.1545,77.8531,-11.9110,-0.6002,-4.9334,0.0000,-4.9334,6.6881,-4.9334,0.6947,0.0000,-5.6281,0.0000,-5.6281,6.5381,-12.1661,0.0000,-12.1661,-0.2782,-11.8879,0.0000,4.8269,11.0663,-27.7811,1857.0113,1857.0113,1857.0113,1857.0113,1857.0113 +119.5000,1.0000,695.3449,59.3270,59.5840,-0.1428,0.0000,5,1301.3268,60.7164,523.9071,-85.7598,8.2741,71.3952,-11.6869,-0.4505,2.0576,0.0000,2.0576,6.6670,2.0576,0.6669,0.0000,1.3907,0.0000,1.3907,6.4730,-5.0824,0.0000,-5.0824,-0.2088,-4.8735,0.0000,5.0220,10.9562,-20.8517,2669.8286,2669.8286,2669.8286,2669.8286,2669.8286 +120.5000,1.0000,711.6802,58.8070,59.0700,-0.1461,0.0000,5,1289.9207,58.5481,543.0758,-85.0833,7.9087,73.3588,-11.4931,-0.4570,1.7891,0.0000,1.7891,6.5766,1.7891,0.6586,0.0000,1.1304,0.0000,1.1304,6.4163,-5.2859,0.0000,-5.2859,-0.2118,-5.0740,0.0000,5.2173,10.8602,-21.1515,2607.2189,2607.2189,2607.2189,2607.2189,2607.2189 +121.5000,1.0000,727.8564,58.2345,58.5440,-0.1719,0.0000,5,1277.3630,22.4390,538.8471,-84.3385,3.0016,72.0790,-11.2816,-0.5325,-2.9692,0.0000,-2.9692,6.5033,-2.9692,0.6608,0.0000,-3.6299,0.0000,-3.6299,6.3538,-9.9838,0.0000,-9.9838,-0.2469,-9.7369,0.0000,4.1575,10.7545,-24.6489,1993.0039,1993.0039,1993.0039,1993.0039,1993.0039 +122.5000,1.0000,743.8854,57.7045,57.9250,-0.1225,0.0000,5,1265.7376,79.6171,520.0421,-83.6490,10.5531,68.9304,-11.0875,-0.3760,4.4922,0.0000,4.4922,6.4368,4.4922,0.6331,0.0000,3.8591,0.0000,3.8591,6.2960,-2.4369,0.0000,-2.4369,-0.1743,-2.2626,0.0000,4.4818,10.6566,-17.4010,2890.3183,2890.3183,2890.3183,2890.3183,2890.3183 +123.5000,1.0000,759.8032,57.3040,57.4840,-0.1000,0.0000,5,1256.9527,106.5132,542.6852,-83.1280,14.0201,71.4324,-10.9420,-0.3048,7.8828,0.0000,7.8828,6.4421,7.8828,0.6276,0.0000,7.2551,0.0000,7.2551,6.2523,1.0028,0.0000,1.0028,-0.1413,1.1441,0.0000,4.6678,10.5826,-14.1063,3348.6608,3348.6608,3348.6608,3348.6608,3348.6608 +124.5000,1.0000,775.6413,57.0170,57.1240,-0.0594,0.0000,5,1250.6574,148.8898,552.8467,-82.7547,19.4999,72.4055,-10.8383,-0.1803,13.2687,0.0000,13.2687,6.4115,13.2687,0.6500,0.0000,12.6187,0.0000,12.6187,6.2210,6.3977,0.0000,6.3977,-0.0836,6.4813,0.0000,4.2951,10.5296,-8.3434,4306.5803,4306.5803,4306.5803,4306.5803,4306.5803 +125.5000,1.0000,791.3711,56.6275,56.9100,-0.1569,0.0000,5,1242.1138,36.3301,569.6253,-82.2480,4.7256,74.0934,-10.6983,-0.4727,-1.1725,0.0000,-1.1725,6.3708,-1.1725,0.6292,0.0000,-1.8017,0.0000,-1.8017,6.1785,-7.9802,0.0000,-7.9802,-0.2191,-7.7611,0.0000,3.6590,10.4577,-21.8777,2138.2158,2138.2158,2138.2158,2138.2158,2138.2158 +126.5000,1.0000,806.9222,55.9840,56.3450,-0.2006,0.0000,5,1227.9987,2.4971,516.2460,-81.4108,0.3211,66.3870,-10.4691,-0.5972,-5.3517,0.0000,-5.3517,6.2700,-5.3517,0.6289,0.0000,-5.9806,0.0000,-5.9806,6.1083,-12.0889,0.0000,-12.0889,-0.2768,-11.8121,0.0000,5.4884,10.3389,-27.6394,1567.6107,1567.6107,1567.6107,1567.6107,1567.6107 +127.5000,1.0000,822.2361,55.1300,55.6230,-0.2739,0.0000,5,1209.2664,47.4540,496.1047,-80.2999,6.0093,62.8238,-10.1687,-0.8031,0.5999,0.0000,0.5999,6.2124,0.5999,0.5999,0.0000,0.0000,0.0000,0.0000,6.0151,-6.0151,16.6369,-22.6520,-0.3723,-22.2798,0.0000,4.7090,10.1811,-37.1699,2244.4735,2244.4735,2244.4735,2244.4735,2244.4735 +128.5000,1.0000,837.2650,54.1040,54.6370,-0.2961,0.0000,5,1186.7613,46.6347,510.7576,-78.9606,5.7956,63.4756,-9.8130,-0.8521,0.5832,0.0000,0.5832,6.0645,0.5832,0.5832,0.0000,0.0000,0.0000,0.0000,5.9032,-5.9032,19.6862,-25.5894,-0.3950,-25.1944,0.0000,4.2518,9.9917,-39.4379,2202.6188,2202.6188,2202.6188,2202.6188,2202.6188 +129.5000,1.0000,851.9831,52.9850,53.5710,-0.3256,0.0000,5,1162.2162,46.0207,503.8135,-77.4964,5.6010,61.3176,-9.4319,-0.9174,0.5653,0.0000,0.5653,5.9532,0.5653,0.5653,0.0000,0.0000,0.0000,0.0000,5.7811,-5.7811,23.7146,-29.4956,-0.4253,-29.0704,0.0000,3.6073,9.7850,-42.4627,2176.7425,2176.7425,2176.7425,2176.7425,2176.7425 +130.5000,1.0000,866.3034,51.5530,52.3990,-0.4700,0.0650,5,1130.8056,42.8389,495.4311,-75.6227,5.0729,58.6678,-8.9551,-1.2887,0.5427,0.0000,0.5427,5.8189,0.5427,0.5427,0.0000,0.0000,0.0000,0.0000,5.6248,-5.6248,39.9674,-45.5923,-0.5974,-44.9949,0.8089,4.3216,9.5206,-59.6460,2105.3872,2105.3872,2105.3872,2105.3872,2105.3872 +131.5000,1.0000,880.1274,49.7665,50.7070,-0.5225,0.0780,5,1091.6190,42.2443,483.9102,-73.1851,4.8291,55.3177,-8.3661,-1.3830,0.5150,0.0000,0.5150,5.6971,0.5150,0.5150,0.0000,0.0000,0.0000,0.0000,5.4299,-5.4299,42.5864,-48.0164,-0.6411,-47.3753,0.9371,6.5077,9.1906,-64.0107,2030.8069,2030.8069,2030.8069,2030.8069,2030.8069 +132.5000,1.0000,893.4960,48.1270,48.8260,-0.3883,0.0780,5,1055.6569,45.8412,473.9798,-70.6109,5.0677,52.3976,-7.8059,-0.9940,0.4902,0.0000,0.4902,5.5715,0.4902,0.4902,0.0000,0.0000,0.0000,0.0000,5.2510,-5.2510,26.7374,-31.9884,-0.4608,-31.5276,0.9062,4.6851,8.8879,-46.0069,2017.1911,2017.1911,2017.1911,2017.1911,2017.1911 +133.5000,1.0000,906.7464,47.7015,47.4280,0.1519,0.0130,5,1046.3236,393.3657,472.8086,-69.9428,43.1014,51.8060,-7.6637,0.3855,37.2235,0.0000,37.2235,5.4924,37.2235,0.6301,0.0000,36.5934,0.0000,36.5934,5.2046,31.3888,0.0000,31.3888,0.1787,31.2101,0.1497,4.4090,8.8093,17.8421,8710.7628,8710.7628,8710.7628,8710.7628,8710.7628 +134.5000,1.0000,920.0457,47.8775,47.9750,-0.0542,0.0000,5,1050.1841,150.4900,644.0145,-70.2191,16.5501,70.8255,-7.7224,-0.1379,11.1514,0.0000,11.1514,5.5367,11.1514,0.5022,0.0000,10.6492,0.0000,10.6492,5.2238,5.4254,0.0000,5.4254,-0.0639,5.4893,0.0000,3.0315,8.8418,-6.3840,3758.0684,3758.0684,3758.0684,3758.0684,3758.0684 +135.5000,1.0000,933.3152,47.7700,47.7800,-0.0056,0.0000,5,1047.8262,203.1159,524.7536,-70.0503,22.2875,57.5802,-7.6865,-0.0141,16.8054,0.0000,16.8054,5.4962,16.8054,0.5289,0.0000,16.2765,0.0000,16.2765,5.2121,11.0644,0.0000,11.0644,-0.0065,11.0710,0.0000,2.9023,8.8219,-0.6533,4769.0484,4769.0484,4769.0484,4769.0484,4769.0484 +136.5000,1.0000,946.6053,47.8445,47.7600,0.0469,0.0000,5,1049.4603,264.3145,550.7346,-70.1673,29.0480,60.5253,-7.7113,0.1195,23.4504,0.0000,23.4504,5.4781,23.4504,0.5632,0.0000,22.8872,0.0000,22.8872,5.2202,17.6670,0.0000,17.6670,0.0554,17.6116,0.0000,3.2470,8.8357,5.5290,5981.0419,5981.0419,5981.0419,5981.0419,5981.0419 +137.5000,1.0000,959.9593,48.0745,47.9290,0.0808,0.0000,5,1054.5053,295.5596,581.4517,-70.5284,32.6379,64.2083,-7.7883,0.2067,26.9338,0.0000,26.9338,5.4975,26.9338,0.5839,0.0000,26.3499,0.0000,26.3499,5.2453,21.1046,0.0000,21.1046,0.0958,21.0088,0.0000,2.5645,8.8782,9.5661,6702.9409,6702.9409,6702.9409,6702.9409,6702.9409 +138.5000,1.0000,973.4331,48.5055,48.2200,0.1586,0.0000,5,1063.9592,399.8865,598.0235,-71.2052,44.5544,66.6303,-7.9335,0.4092,38.5988,0.0000,38.5988,5.5464,38.5988,0.6483,0.0000,37.9505,0.0000,37.9505,5.2923,32.6581,0.0000,32.6581,0.1897,32.4684,0.0000,4.5718,8.9578,18.9389,9005.2546,9005.2546,9005.2546,9005.2546,9005.2546 +139.5000,1.0000,987.0907,49.1675,48.7910,0.2092,0.0000,5,1078.4801,452.0115,650.2380,-72.2446,51.0493,73.4367,-8.1592,0.5470,44.9251,0.0000,44.9251,5.5773,44.9251,0.6894,0.0000,44.2357,0.0000,44.2357,5.3646,38.8712,0.0000,38.8712,0.2536,38.6176,0.0000,4.2213,9.0800,25.3163,10146.7056,10146.7056,10146.7056,10146.7056,10146.7056 +140.5000,1.0000,1000.9747,49.9825,49.5440,0.2436,0.0000,5,1096.3569,486.6392,677.5285,-73.5243,55.8712,77.7872,-8.4413,0.6476,49.5969,0.0000,49.5969,5.6267,49.5969,0.7245,0.0000,48.8723,0.0000,48.8723,5.4535,43.4188,0.0000,43.4188,0.3002,43.1186,0.0000,3.9141,9.2305,29.9740,11127.3874,11127.3874,11127.3874,11127.3874,11127.3874 +141.5000,1.0000,1015.1096,50.8855,50.4210,0.2581,0.0000,5,1116.1641,493.6703,696.3705,-74.7493,57.7024,81.3949,-8.7370,0.6984,51.3070,0.0000,51.3070,5.6970,51.3070,0.7463,0.0000,50.5607,0.0000,50.5607,5.5520,45.0087,0.0000,45.0087,0.3237,44.6849,0.0000,2.9628,9.3973,32.3248,11498.9216,11498.9216,11498.9216,11498.9216,11498.9216 +142.5000,1.0000,1029.5656,52.0415,51.3500,0.3842,0.0000,5,1141.5207,637.6583,702.1457,-76.2619,76.2255,83.9343,-9.1163,1.0633,69.3699,0.0000,69.3699,5.7923,69.3699,0.8537,0.0000,68.5162,0.0000,68.5162,5.8093,62.7069,0.0000,62.7069,0.4929,62.2139,0.0000,3.3880,9.6108,49.2151,14980.4966,14980.4966,14980.4966,14980.4966,14980.4966 +143.5000,1.0000,1044.4552,53.6027,52.7330,0.4832,0.0000,5,1175.7652,769.6442,769.6442,-78.3046,94.7631,94.7631,-9.6413,1.3774,87.4588,0.0000,87.4588,5.9268,87.4588,0.9677,0.0000,86.4911,0.0000,86.4911,6.2224,80.2687,0.0000,80.2687,0.6385,79.6302,0.0000,5.9767,9.8991,63.7544,18478.0990,18478.0990,18478.0990,18478.0990,18478.0990 +144.5000,1.0000,1059.8381,55.3784,54.6880,0.5033,0.0000,5,1214.7152,829.8232,829.8232,-80.6230,105.5574,105.5574,-10.2556,1.4825,95.9379,0.0000,95.9379,8.1370,95.9379,1.0375,0.0000,94.9004,0.0000,94.9004,6.5117,88.3887,0.0000,88.3887,0.6872,87.7015,0.0000,8.8571,10.2270,68.6174,20526.6061,20526.6061,20526.6061,20526.6061,20526.6061 +145.5000,1.0000,1075.6622,56.9667,56.5750,0.3790,0.0000,5,1249.5544,697.7412,858.4067,-82.6893,91.3015,112.3251,-10.8201,1.1484,81.9114,0.0000,81.9114,8.2417,81.9114,0.9924,0.0000,80.9190,0.0000,80.9190,6.4479,74.4711,0.0000,74.4711,0.5324,73.9387,0.0000,10.2633,10.5203,53.1551,17822.7342,17822.7342,17822.7342,17822.7342,17822.7342 +146.5000,1.0000,1091.8079,58.1245,57.6490,0.2642,0.0000,5,1274.9502,571.0659,806.3928,-84.1954,76.2444,107.6635,-11.2411,0.8166,67.1433,0.0000,67.1433,8.2845,67.1433,0.9371,0.0000,66.2062,0.0000,66.2062,6.3418,59.8644,0.0000,59.8644,0.3786,59.4858,0.0000,10.9538,10.7342,37.7978,15032.3155,15032.3155,15032.3155,15032.3155,15032.3155 +147.5000,1.0000,1108.1832,58.9510,58.6000,0.1950,0.0000,5,1293.0793,499.7755,756.4618,-85.2706,67.6751,102.4332,-11.5466,0.6114,58.6555,0.0000,58.6555,8.4082,58.6555,0.9081,0.0000,57.7474,0.0000,57.7474,6.4320,51.3154,0.0000,51.3154,0.2834,51.0319,0.0000,11.8472,10.8868,28.2980,13455.9337,13455.9337,13455.9337,13455.9337,13455.9337 +148.5000,1.0000,1124.6937,59.4380,59.3020,0.0756,0.0000,5,1303.7616,391.6754,729.3003,-85.9042,53.4753,99.5711,-11.7285,0.2388,44.7479,0.0000,44.7479,8.4886,44.7479,0.8465,0.0000,43.9014,0.0000,43.9014,6.4852,37.4162,0.0000,37.4162,0.1107,37.3055,0.0000,15.2737,10.9767,11.0550,10737.9499,10737.9499,10737.9499,10737.9499,10737.9499 +149.5000,1.0000,1141.2747,59.6915,59.5740,0.0653,0.0000,5,1309.3221,398.5998,685.8169,-86.2340,54.6528,94.0337,-11.8237,0.2072,45.9727,0.0000,45.9727,8.4729,45.9727,0.8568,0.0000,45.1159,0.0000,45.1159,6.5128,38.6031,0.0000,38.6031,0.0961,38.5070,0.0000,17.8915,11.0235,9.5920,10967.3577,10967.3577,10967.3577,10967.3577,10967.3577 +150.5000,1.0000,1157.8932,59.8265,59.8090,0.0097,0.0000,5,1312.2833,320.2724,689.5140,-86.4096,44.0125,94.7544,-11.8746,0.0309,35.4577,0.0000,35.4577,8.5239,35.4577,0.8065,0.0000,34.6512,0.0000,34.6512,6.5275,28.1237,0.0000,28.1237,0.0143,28.1093,0.0000,15.6290,11.0485,1.4318,8967.3317,8967.3317,8967.3317,8967.3317,8967.3317 +151.5000,1.0000,1174.4848,59.7300,59.8440,-0.0633,0.0000,5,1310.1666,242.8976,657.0159,-86.2840,33.3256,90.1428,-11.8382,-0.2012,27.1037,0.0000,27.1037,6.4231,27.1037,0.7631,0.0000,26.3406,0.0000,26.3406,6.5170,19.8236,0.0000,19.8236,-0.0933,19.9169,0.0000,18.1984,11.0307,-9.3122,6965.5641,6965.5641,6965.5641,6965.5641,6965.5641 +152.5000,1.0000,1191.0266,59.5505,59.6160,-0.0364,0.0000,5,1306.2293,257.5712,623.9239,-86.0505,35.2326,85.3453,-11.7707,-0.1152,28.9114,0.0000,28.9114,6.4365,28.9114,0.7692,0.0000,28.1422,0.0000,28.1422,6.4974,21.6448,0.0000,21.6448,-0.0534,21.6982,0.0000,16.0351,10.9975,-5.3344,7319.3832,7319.3832,7319.3832,7319.3832,7319.3832 +153.5000,1.0000,1207.5287,59.4075,59.4850,-0.0431,0.0000,5,1303.0926,252.0894,629.3832,-85.8645,34.4000,85.8853,-11.7170,-0.1360,28.1210,0.0000,28.1210,6.4151,28.1210,0.7629,0.0000,27.3581,0.0000,27.3581,6.4818,20.8763,0.0000,20.8763,-0.0631,20.9393,0.0000,16.2647,10.9711,-6.2965,7165.2707,7165.2707,7165.2707,7165.2707,7165.2707 +154.5000,1.0000,1223.9573,59.1430,59.3300,-0.1039,0.0000,5,1297.2908,165.8170,626.0917,-85.5204,22.5266,85.0558,-11.6181,-0.3268,16.4352,0.0000,16.4352,6.4181,16.4352,0.7001,0.0000,15.7351,0.0000,15.7351,6.4530,9.2822,0.0000,9.2822,-0.1515,9.4336,0.0000,13.6366,10.9222,-15.1252,4951.8305,4951.8305,4951.8305,4951.8305,4951.8305 +155.5000,1.0000,1240.2784,58.7560,58.9560,-0.1111,0.0000,5,1288.8020,148.9023,587.6739,-85.0170,20.0963,79.3143,-11.4741,-0.3472,14.0760,0.0000,14.0760,6.3675,14.0760,0.6820,0.0000,13.3940,0.0000,13.3940,6.4107,6.9833,0.0000,6.9833,-0.1610,7.1442,0.0000,12.3643,10.8508,-16.0709,4484.7534,4484.7534,4484.7534,4484.7534,4484.7534 +156.5000,1.0000,1256.4765,58.3130,58.5560,-0.1350,0.0000,5,1279.0849,103.8651,578.2086,-84.4406,13.9123,77.4484,-11.3104,-0.4187,7.9872,0.0000,7.9872,6.3437,7.9872,0.6444,0.0000,7.3428,0.0000,7.3428,6.3624,0.9804,0.0000,0.9804,-0.1941,1.1745,0.0000,9.7844,10.7690,-19.3789,3340.7560,3340.7560,3340.7560,3340.7560,3340.7560 +157.5000,1.0000,1272.5147,57.7375,58.0700,-0.1847,0.0000,5,1266.4614,70.5698,555.7666,-83.6920,9.3592,73.7077,-11.0995,-0.5672,3.6620,0.0000,3.6620,6.2645,3.6620,0.6357,0.0000,3.0262,0.0000,3.0262,6.2996,-3.2734,0.0000,-3.2734,-0.2630,-3.0104,0.0000,12.5815,10.6627,-26.2547,2745.6620,2745.6620,2745.6620,2745.6620,2745.6620 +158.5000,1.0000,1288.3180,56.8920,57.4050,-0.2850,0.0000,5,1247.9155,-23.0717,536.6800,-82.5921,-3.0150,70.1341,-10.7932,-0.8623,-8.3592,0.0000,-8.3592,6.2065,-8.3592,0.6515,0.0000,-9.0108,0.0000,-9.0108,6.2074,-15.2182,0.0000,-15.2182,-0.3998,-14.8184,0.0000,14.5891,10.5065,-39.9140,1119.6945,1119.6945,1119.6945,1119.6945,1119.6945 +159.5000,1.0000,1303.8514,55.9200,56.3790,-0.2550,0.0000,5,1226.5949,-66.8929,489.1447,-81.3276,-8.5923,62.8300,-10.4464,-0.7584,-13.9446,0.0000,-13.9446,6.1107,-13.9446,0.6493,0.0000,-14.5939,0.0000,-14.5939,6.1013,-20.6952,0.0000,-20.6952,-0.3516,-20.3436,0.0000,4.4317,10.3270,-35.1024,201.7214,201.7214,201.7214,201.7214,201.7214 +160.5000,1.0000,1319.1103,54.9320,55.4610,-0.2939,0.0000,5,1204.9233,45.7533,463.1517,-80.0423,5.7731,58.4401,-10.0997,-0.8586,0.5967,0.0000,0.5967,6.0350,0.5967,0.5967,0.0000,0.0000,0.0000,0.0000,5.9935,-5.9935,23.7052,-29.6988,-0.3980,-29.3007,0.0000,0.2956,10.1446,-39.7409,2207.9069,2207.9069,2207.9069,2207.9069,2207.9069 +161.5000,1.0000,1333.9878,53.5590,54.4030,-0.4689,0.0440,5,1174.8068,41.8521,506.8658,-78.2475,5.1489,62.3574,-9.6264,-1.3356,0.5745,0.0000,0.5745,5.9101,0.5745,0.5745,0.0000,0.0000,0.0000,0.0000,5.8437,-5.8437,46.1359,-51.9796,-0.6192,-51.3605,0.5689,0.0000,9.8910,-61.8204,2118.4581,2118.4581,2118.4581,2118.4581,2118.4581 +162.5000,1.0000,1348.3246,51.6125,52.7150,-0.6125,0.2960,5,1132.1107,39.5029,493.9464,-75.7005,4.6832,58.5595,-8.9746,-1.6813,0.5436,0.0000,0.5436,5.8210,0.5436,0.5436,0.0000,0.0000,0.0000,0.0000,5.6313,-5.6313,59.7484,-65.3797,-0.7794,-64.6003,3.6880,0.0000,9.5315,-77.8198,2052.9992,2052.9992,2052.9992,2052.9992,2052.9992 +163.5000,1.0000,1362.0923,49.5640,50.5100,-0.5256,0.8280,5,1087.1772,41.6771,481.1427,-72.8672,4.7449,54.7776,-8.2959,-1.3854,0.5119,0.0000,0.5119,5.6184,0.5119,0.5119,0.0000,0.0000,0.0000,0.0000,5.4078,-5.4078,40.2978,-45.7056,-0.6422,-45.0634,9.9068,0.0000,9.1529,-64.1231,2009.6450,2009.6450,2009.6450,2009.6450,2009.6450 +164.5000,1.0000,1375.2896,47.5100,48.6180,-0.6156,0.9200,5,1042.1231,40.4697,470.3511,-69.6421,4.4165,51.3298,-7.6001,-1.5554,0.4810,0.0000,0.4810,5.4909,0.4810,0.4810,0.0000,0.0000,0.0000,0.0000,5.1837,-5.1837,48.2041,-53.3878,-0.7210,-52.6667,10.5513,0.0000,8.7736,-71.9916,1882.5409,1882.5409,1882.5409,1882.5409,1882.5409 +165.5000,1.0000,1387.9234,45.4820,46.4020,-0.5111,0.6230,5,997.6393,43.5161,457.9370,-66.7619,4.5462,47.8418,-6.9748,-1.2363,0.4513,0.0000,0.4513,5.3313,0.4513,0.4513,0.0000,0.0000,0.0000,0.0000,4.9624,-4.9624,37.5960,-42.5585,-0.5731,-41.9853,6.8402,0.0000,8.3992,-57.2248,1837.2033,1837.2033,1837.2033,1837.2033,1837.2033 +166.5000,1.0000,1400.1615,44.0570,44.5620,-0.2806,0.2700,5,966.3822,49.0360,444.8743,-68.5499,4.9624,45.0210,-6.9372,-0.6574,0.4309,0.0000,0.4309,5.1889,0.4309,0.4309,0.0000,0.0000,0.0000,0.0000,4.8070,-4.8070,14.9172,-19.7242,-0.3047,-19.4194,2.8716,0.0000,8.1362,-30.4273,1851.9339,1851.9339,1851.9339,1851.9339,1851.9339 +167.5000,1.0000,1412.2111,43.3785,43.5520,-0.0964,0.0350,5,951.4994,80.4452,440.6825,-69.4013,8.0156,43.9099,-6.9152,-0.2224,3.1291,0.0000,3.1291,5.1089,3.1291,0.4146,0.0000,2.7146,0.0000,2.7146,4.7329,-2.0184,0.0000,-2.0184,-0.1031,-1.9153,0.3665,0.0000,8.0109,-10.2927,2413.2669,2413.2669,2413.2669,2413.2669,2413.2669 +168.5000,1.0000,1424.1462,42.9665,43.2050,-0.1325,0.0000,5,942.4623,37.2041,452.9416,-69.9183,3.6718,44.7028,-6.9005,-0.3028,-1.1126,0.0000,-1.1126,5.0872,-1.1126,0.4194,0.0000,-1.5319,0.0000,-1.5319,4.6880,-6.2199,0.0000,-6.2199,-0.1404,-6.0796,0.0000,0.0000,7.9348,-14.0144,1553.9649,1553.9649,1553.9649,1553.9649,1553.9649 +169.5000,1.0000,1435.9861,42.6235,42.7280,-0.0581,0.0000,5,934.9386,119.1649,426.9478,-70.3486,11.6670,41.8010,-6.8876,-0.1316,6.7786,0.0000,6.7786,5.0200,6.7786,0.4090,0.0000,6.3696,0.0000,6.3696,4.6506,1.7190,0.0000,1.7190,-0.0610,1.7800,0.0000,0.0000,7.8715,-6.0915,2991.8551,2991.8551,2991.8551,2991.8551,2991.8551 +170.5000,1.0000,1447.7319,42.2850,42.5190,-0.1300,0.0000,5,927.5137,39.9160,466.7638,-70.7734,3.8770,45.3363,-6.8741,-0.2924,-0.8356,0.0000,-0.8356,5.0050,-0.8356,0.4092,0.0000,-1.2448,0.0000,-1.2448,4.6136,-5.8584,0.0000,-5.8584,-0.1355,-5.7229,0.0000,0.0000,7.8090,-13.5319,1562.3965,1562.3965,1562.3965,1562.3965,1562.3965 +171.5000,1.0000,1459.3858,41.9540,42.0510,-0.0539,0.0000,5,920.2533,123.8785,421.9188,-71.1887,11.9380,40.6598,-6.8604,-0.1202,7.1061,0.0000,7.1061,4.9521,7.1061,0.4019,0.0000,6.7042,0.0000,6.7042,4.5775,2.1267,0.0000,2.1267,-0.0557,2.1824,0.0000,0.0000,7.7479,-5.5655,3010.4336,3010.4336,3010.4336,3010.4336,3010.4336 +172.5000,1.0000,1471.0408,41.9580,41.8570,0.0561,0.0000,5,920.3410,245.9520,465.7149,-71.1837,23.7043,44.8846,-6.8605,0.1252,18.6398,0.0000,18.6398,4.9393,18.6398,0.4597,0.0000,18.1801,0.0000,18.1801,4.5779,13.6022,0.0000,13.6022,0.0580,13.5441,0.0000,0.0000,7.7486,5.7955,4952.1445,4952.1445,4952.1445,4952.1445,4952.1445 +173.5000,1.0000,1482.7464,42.1400,42.0590,0.0450,0.0000,5,924.3331,233.5910,530.5948,-70.9553,22.6107,51.3594,-6.8682,0.1009,17.5514,0.0000,17.5514,4.9584,17.5514,0.4566,0.0000,17.0948,0.0000,17.0948,4.5978,12.4970,0.0000,12.4970,0.0468,12.4503,0.0000,0.0000,7.7822,4.6681,4744.0653,4744.0653,4744.0653,4744.0653,4744.0653 +174.5000,1.0000,1494.4794,42.2390,42.2210,0.0100,0.0000,5,926.5047,194.5663,525.2648,-70.8311,18.8775,50.9630,-6.8723,0.0225,13.8989,0.0000,13.8989,4.9561,13.8989,0.4396,0.0000,13.4593,0.0000,13.4593,4.6086,8.8507,0.0000,8.8507,0.0104,8.8403,0.0000,0.0000,7.8005,1.0398,4105.2811,4105.2811,4105.2811,4105.2811,4105.2811 +175.5000,1.0000,1506.2732,42.4575,42.2570,0.1114,0.0000,5,931.2974,307.0427,506.6054,-70.5569,29.9444,49.4068,-6.8811,0.2515,24.7284,0.0000,24.7284,4.9645,24.7284,0.4966,0.0000,24.2318,0.0000,24.2318,4.6324,19.5994,0.0000,19.5994,0.1166,19.4828,0.0000,0.0000,7.8409,11.6419,6189.9434,6189.9434,6189.9434,6189.9434,6189.9434 +176.5000,1.0000,1518.1978,42.9285,42.6580,0.1503,0.0000,5,941.6287,349.7421,567.8982,-69.9659,34.4871,55.9988,-6.8991,0.3431,29.1764,0.0000,29.1764,4.9676,29.1764,0.5250,0.0000,28.6514,0.0000,28.6514,4.6838,23.9676,0.0000,23.9676,0.1591,23.8085,0.0000,0.0000,7.9278,15.8807,7015.2924,7015.2924,7015.2924,7015.2924,7015.2924 +177.5000,1.0000,1530.3291,43.6730,43.1990,0.2633,0.0000,5,957.9592,475.0627,594.8688,-69.0318,47.6570,59.6756,-6.9251,0.6117,42.0235,0.0000,42.0235,5.0218,42.0235,0.5990,0.0000,41.4245,0.0000,41.4245,4.7651,36.6594,0.0000,36.6594,0.2835,36.3759,0.0000,0.0000,8.0653,28.3105,9567.0936,9567.0936,9567.0936,9567.0936,9567.0936 +178.5000,1.0000,1542.6907,44.5015,44.1470,0.1969,0.0000,5,976.1322,401.0186,664.3511,-67.9922,40.9923,67.9102,-6.9502,0.4661,35.4419,0.0000,35.4419,5.0842,35.4419,0.5772,0.0000,34.8647,0.0000,34.8647,4.8555,30.0093,0.0000,30.0093,0.2161,29.7932,0.0000,0.0000,8.2183,21.5748,8328.3554,8328.3554,8328.3554,8328.3554,8328.3554 +179.5000,1.0000,1555.2439,45.1915,44.8560,0.1864,0.0000,5,991.2672,389.2452,633.6779,-67.1264,40.4057,65.7791,-6.9681,0.4480,34.8026,0.0000,34.8026,5.1552,34.8026,0.5833,0.0000,34.2193,0.0000,34.2193,4.9307,29.2885,0.0000,29.2885,0.2077,29.0808,0.0000,0.0000,8.3458,20.7351,8214.7084,8214.7084,8214.7084,8214.7084,8214.7084 +180.5000,1.0000,1568.0141,45.9730,45.5270,0.2478,0.0000,5,1008.4093,457.1304,632.2447,-67.2288,48.2731,66.7653,-7.0994,0.6058,42.4602,0.0000,42.4602,5.2071,42.4602,0.6322,0.0000,41.8280,0.0000,41.8280,5.0160,36.8120,0.0000,36.8120,0.2808,36.5311,0.0000,0.0000,8.4901,28.0411,9694.2890,9694.2890,9694.2890,9694.2890,9694.2890 +181.5000,1.0000,1581.0605,46.9670,46.4190,0.3044,0.0000,5,1030.2125,519.5907,668.2075,-68.7895,56.0553,72.0886,-7.4213,0.7605,50.0335,0.0000,50.0335,5.2614,50.0335,0.6838,0.0000,49.3496,0.0000,49.3496,5.1245,44.2252,0.0000,44.2252,0.3525,43.8726,0.0000,0.0000,8.6736,35.1990,11177.0426,11177.0426,11177.0426,11177.0426,11177.0426 +182.5000,1.0000,1594.4041,48.0370,47.5150,0.2900,0.0000,5,1053.6828,503.4097,701.6841,-70.4696,55.5469,77.4248,-7.7757,0.7409,49.4446,0.0000,49.4446,5.3614,49.4446,0.6959,0.0000,48.7487,0.0000,48.7487,5.2412,43.5075,0.0000,43.5075,0.3435,43.1641,0.0000,0.0000,8.8712,34.2928,11086.7025,11086.7025,11086.7025,11086.7025,11086.7025 +183.5000,1.0000,1608.0196,49.0155,48.5590,0.2536,0.0000,5,1075.1460,462.6918,697.6953,-72.0060,52.0940,78.5528,-8.1071,0.6611,45.9997,0.0000,45.9997,5.4332,45.9997,0.6926,0.0000,45.3071,0.0000,45.3071,5.3480,39.9591,0.0000,39.9591,0.3065,39.6526,0.0000,0.0000,9.0520,30.6007,10331.8778,10331.8778,10331.8778,10331.8778,10331.8778 +184.5000,1.0000,1621.9122,50.0135,49.4720,0.3008,0.0000,5,1097.0369,515.2310,681.8777,-73.5730,59.1905,78.3351,-8.4522,0.8002,52.8429,0.0000,52.8429,5.5474,52.8429,0.7412,0.0000,52.1016,0.0000,52.1016,5.4569,46.6448,0.0000,46.6448,0.3709,46.2738,0.0000,0.0000,9.2363,37.0376,11767.3888,11767.3888,11767.3888,11767.3888,11767.3888 +185.5000,1.0000,1636.0175,50.7790,50.5550,0.1244,0.0000,5,1113.8280,318.6477,710.0652,-74.6099,37.1670,82.8219,-8.7025,0.3361,31.2740,0.0000,31.2740,5.5569,31.2740,0.6446,0.0000,30.6295,0.0000,30.6295,5.5404,25.0891,0.0000,25.0891,0.1558,24.9333,0.0000,0.0000,9.3776,15.5557,7550.2072,7550.2072,7550.2072,7550.2072,7550.2072 +186.5000,1.0000,1650.2051,51.0755,51.0030,0.0403,0.0000,5,1120.3317,225.3486,620.5189,-74.9979,26.4381,72.7998,-8.7988,0.1094,20.7161,0.0000,20.7161,5.6126,20.7161,0.5961,0.0000,20.1200,0.0000,20.1200,5.5727,14.5473,0.0000,14.5473,0.0507,14.4965,0.0000,0.0000,9.4324,5.0642,5517.1340,5517.1340,5517.1340,5517.1340,5517.1340 +187.5000,1.0000,1664.4308,51.2125,51.1480,0.0358,0.0000,5,1123.3368,220.2030,577.4995,-75.1772,25.9037,67.9345,-8.8435,0.0976,20.2036,0.0000,20.2036,5.6025,20.2036,0.5956,0.0000,19.6081,0.0000,19.6081,5.5877,14.0204,0.0000,14.0204,0.0452,13.9751,0.0000,0.0000,9.4577,4.5174,5428.6792,5428.6792,5428.6792,5428.6792,5428.6792 +188.5000,1.0000,1678.6376,51.1445,51.2770,-0.0736,0.0000,5,1121.8452,99.0560,575.1754,-75.0882,11.6370,67.5712,-8.8213,-0.2002,6.1894,0.0000,6.1894,5.6479,6.1894,0.5245,0.0000,5.6649,0.0000,5.6649,5.5803,0.0846,0.0000,0.0846,-0.0928,0.1774,0.0000,0.0000,9.4451,-9.2677,2996.7429,2996.7429,2996.7429,2996.7429,2996.7429 +189.5000,1.0000,1692.7853,50.9315,51.0120,-0.0447,0.0000,5,1117.1731,131.2568,516.7148,-74.8095,15.3557,60.4505,-8.7520,-0.1211,9.8392,0.0000,9.8392,5.6377,9.8392,0.5396,0.0000,9.2995,0.0000,9.2995,5.5570,3.7425,0.0000,3.7425,-0.0562,3.7987,0.0000,0.0000,9.4058,-5.6071,3499.7925,3499.7925,3499.7925,3499.7925,3499.7925 +190.5000,1.0000,1706.8741,50.7200,50.8510,-0.0728,0.0000,5,1112.5339,100.2878,530.9981,-74.5327,11.6840,61.8635,-8.6834,-0.1963,6.2415,0.0000,6.2415,5.6388,6.2415,0.5185,0.0000,5.7230,0.0000,5.7230,5.5340,0.1890,0.0000,0.1890,-0.0910,0.2800,0.0000,0.0000,9.3667,-9.0867,3010.2310,3010.2310,3010.2310,3010.2310,3010.2310 +191.5000,1.0000,1720.8925,50.4660,50.5890,-0.0683,0.0000,5,1106.9624,104.9862,514.8994,-74.2004,12.1701,59.6876,-8.6014,-0.1834,6.7694,0.0000,6.7694,5.5841,6.7694,0.5174,0.0000,6.2520,0.0000,6.2520,5.5062,0.7457,0.0000,0.7457,-0.0850,0.8307,0.0000,0.0000,9.3198,-8.4891,3080.3938,3080.3938,3080.3938,3080.3938,3080.3938 +192.5000,1.0000,1734.8084,50.0975,50.3430,-0.1364,0.0000,5,1098.8794,30.0610,515.3401,-73.7049,3.4592,59.3024,-8.4815,-0.3634,-1.7449,0.0000,-1.7449,5.5675,-1.7449,0.5257,0.0000,-2.2706,0.0000,-2.2706,5.4660,-7.7366,0.0000,-7.7366,-0.1685,-7.5682,0.0000,0.0000,9.2518,-16.8199,1812.8913,1812.8913,1812.8913,1812.8913,1812.8913 +193.5000,1.0000,1748.5071,49.3150,49.8520,-0.2983,0.0000,5,1081.7154,46.1185,474.5338,-72.4762,5.2242,53.7538,-8.2099,-0.7825,0.5081,0.0000,0.5081,5.4985,0.5081,0.5081,0.0000,0.0000,0.0000,0.0000,5.3807,-5.3807,22.0916,-27.4723,-0.3627,-27.1095,0.0000,0.0000,9.1073,-36.2168,2082.5966,2082.5966,2082.5966,2082.5966,2082.5966 +194.5000,1.0000,1761.7872,47.8085,48.7780,-0.5386,0.0000,5,1048.6706,41.4848,474.0693,-70.1108,4.5557,52.0606,-7.6993,-1.3695,0.4854,0.0000,0.4854,5.4398,0.4854,0.4854,0.0000,0.0000,0.0000,0.0000,5.2163,-5.2163,49.9779,-55.1942,-0.6349,-54.5593,0.0000,0.0000,8.8290,-63.3884,1917.1826,1917.1826,1917.1826,1917.1826,1917.1826 +195.5000,1.0000,1774.5891,46.0870,46.8390,-0.4178,0.0720,5,1010.9099,46.2073,462.1594,-67.4078,4.8916,48.9252,-7.1359,-1.0240,0.4600,0.0000,0.4600,5.4556,0.4600,0.4600,0.0000,0.0000,0.0000,0.0000,5.0285,-5.0285,33.5313,-38.5598,-0.4747,-38.0851,0.8011,0.0000,8.5111,-47.3972,1921.0993,1921.0993,1921.0993,1921.0993,1921.0993 +196.5000,1.0000,1786.9316,44.4330,45.3350,-0.5011,0.0870,5,974.6297,43.5562,450.1674,-68.0781,4.4455,45.9454,-6.9483,-1.1842,0.4362,0.0000,0.4362,5.1934,0.4362,0.4362,0.0000,0.0000,0.0000,0.0000,4.8480,-4.8480,41.3732,-46.2212,-0.5490,-45.6723,0.9332,0.0000,8.2057,-54.8111,1770.5566,1770.5566,1770.5566,1770.5566,1770.5566 +197.5000,1.0000,1798.8819,43.0210,43.5310,-0.2833,0.0870,5,943.6577,48.6533,434.6979,-69.8499,4.8079,42.9567,-6.9025,-0.6483,0.4163,0.0000,0.4163,5.0399,0.4163,0.4163,0.0000,0.0000,0.0000,0.0000,4.6939,-4.6939,16.7641,-21.4580,-0.3005,-21.1575,0.9035,0.0000,7.9449,-30.0060,1777.9794,1777.9794,1777.9794,1777.9794,1777.9794 +198.5000,1.0000,1810.6387,42.3245,42.5110,-0.1036,0.0150,5,928.3801,70.4478,430.2846,-70.7238,6.8489,41.8322,-6.8758,-0.2332,2.1090,0.0000,2.1090,4.9732,2.1090,0.4024,0.0000,1.7066,0.0000,1.7066,4.6179,-2.9114,0.0000,-2.9114,-0.1081,-2.8032,0.1533,0.0223,7.8163,-10.7951,2152.9781,2152.9781,2152.9781,2152.9781,2152.9781 +199.5000,1.0000,1822.3491,42.1575,42.1380,0.0108,0.0000,5,924.7170,196.4345,439.7946,-70.9334,19.0220,42.5880,-6.8689,0.0243,14.0501,0.0000,14.0501,4.9475,14.0501,0.4393,0.0000,13.6108,0.0000,13.6108,4.5997,9.0111,0.0000,9.0111,0.0113,8.9999,0.0000,0.0902,7.7854,1.1243,4127.0336,4127.0336,4127.0336,4127.0336,4127.0336 +200.5000,1.0000,1834.1453,42.4660,42.1770,0.1606,0.0000,5,931.4839,366.9791,507.4322,-70.5463,35.7969,49.4974,-6.8814,0.3626,30.4758,0.0000,30.4758,4.9585,30.4758,0.5254,0.0000,29.9503,0.0000,29.9503,4.6334,25.3170,0.0000,25.3170,0.1681,25.1489,0.0000,0.5224,7.8424,16.7840,7284.2159,7284.2159,7284.2159,7284.2159,7284.2159 +201.5000,1.0000,1846.1029,43.0475,42.7550,0.1625,0.0000,5,944.2390,384.0735,599.1158,-69.8166,37.9774,59.2409,-6.9035,0.3720,32.6103,0.0000,32.6103,4.9950,32.6103,0.5437,0.0000,32.0666,0.0000,32.0666,4.6968,27.3698,0.0000,27.3698,0.1725,27.1973,0.0000,2.0276,7.9498,17.2199,7733.4448,7733.4448,7733.4448,7733.4448,7733.4448 +202.5000,1.0000,1858.2955,43.8935,43.3400,0.3075,0.0000,5,962.7958,549.3748,613.6075,-68.7551,55.3900,61.8662,-6.9321,0.7178,49.6464,0.0000,49.6464,5.0257,49.6464,0.6401,0.0000,49.0064,0.0000,49.0064,4.7891,44.2173,0.0000,44.2173,0.3328,43.8845,0.0000,2.5527,8.1060,33.2257,11010.0572,11010.0572,11010.0572,11010.0572,11010.0572 +203.5000,1.0000,1870.5691,44.1849,44.4470,-0.1456,0.0000,0,974.9368,49.7194,702.8949,-68.0606,5.0761,71.7622,-6.9487,0.0000,0.0000,0.0000,0.0000,5.0761,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.8209,-4.8209,0.0000,-4.8209,-0.1586,-4.6623,0.0000,3.0143,8.1599,-15.8365,1890.1596,1890.1596,1890.1596,1890.1596,1890.1596 +204.5000,1.0000,1882.9096,44.4256,45.9000,0.2793,0.0000,4,1216.7362,514.7464,514.7464,-80.7429,65.5871,65.5871,-10.2880,18.0675,42.3260,0.0000,42.3260,5.1937,50.1695,1.7337,0.0000,48.4358,0.0000,48.4358,4.8472,43.5886,0.0000,43.5886,0.3060,43.2827,0.0000,4.5303,8.2043,30.5480,13029.8352,13029.8352,13029.8352,13029.8352,13029.8352 +205.5000,1.0000,1895.7543,46.2411,47.7480,0.7293,0.0000,4,1501.1491,730.1712,730.1712,-97.6108,114.7829,114.7829,-15.3444,3.9284,105.5135,0.0000,105.5135,5.3410,105.5135,2.8888,0.0000,102.6247,0.0000,102.6247,5.7880,96.8367,0.0000,96.8367,0.8314,96.0053,0.0000,4.4547,8.5396,83.0111,22397.7976,22397.7976,22397.7976,22397.7976,22397.7976 +206.5000,1.0000,1909.3866,49.0761,49.4520,0.8458,0.0000,4,1593.1840,832.8823,832.8823,-103.0692,138.9563,138.9563,-17.1958,4.8353,128.6647,0.0000,128.6647,5.4563,128.6647,3.4299,0.0000,125.2348,0.0000,125.2348,6.3877,118.8471,0.0000,118.8471,1.0233,117.8238,0.0000,6.5852,9.0631,102.1754,26994.8249,26994.8249,26994.8249,26994.8249,26994.8249 +207.5000,1.0000,1923.7289,51.6322,51.3100,0.5743,0.0000,4,1676.1648,631.9535,864.5302,-106.1859,110.9253,151.7489,-18.6386,3.4544,101.8829,0.0000,101.8829,5.5879,101.8829,2.9677,0.0000,98.9152,0.0000,98.9152,6.2277,92.6875,0.0000,92.6875,0.7311,91.9564,0.0000,9.4257,9.5352,72.9955,21789.7130,21789.7130,21789.7130,21789.7130,21789.7130 +208.5000,1.0000,1938.6037,53.5495,52.6660,0.4908,0.0000,4,1738.4057,559.9017,818.9329,-108.4025,101.9275,149.0830,-19.7342,3.0620,93.1691,0.0000,93.1691,5.6965,93.1691,2.8504,0.0000,90.3187,0.0000,90.3187,6.2749,84.0437,0.0000,84.0437,0.6480,83.3957,0.0000,8.8043,9.8893,64.7022,20160.3666,20160.3666,20160.3666,20160.3666,20160.3666 +209.5000,1.0000,1953.9760,55.3400,54.4330,0.5039,0.0000,4,1796.5316,584.0406,808.6864,-110.4725,109.8769,152.1401,-20.7835,3.2485,100.7529,0.0000,100.7529,5.8755,100.7529,3.0568,0.0000,97.6961,0.0000,97.6961,6.5501,91.1460,0.0000,91.1460,0.6875,90.4585,0.0000,11.5945,10.2199,68.6441,21679.9560,21679.9560,21679.9560,21679.9560,21679.9560 +210.5000,1.0000,1969.7854,56.9140,56.2470,0.3706,0.0000,4,1847.6292,512.6891,817.2019,-112.3857,99.1968,158.1149,-21.7448,2.4569,90.7035,0.0000,90.7035,6.0363,90.7035,2.9050,0.0000,87.7986,0.0000,87.7986,6.5463,81.2523,0.0000,81.2523,0.5200,80.7323,0.0000,18.3057,10.5106,51.9161,19827.5899,19827.5899,19827.5899,19827.5899,19827.5899 +211.5000,1.0000,1985.9533,58.2045,57.5810,0.3464,0.0000,4,1889.5234,507.5713,808.3120,-113.9599,100.4334,159.9410,-22.5493,2.3487,89.9242,0.0000,89.9242,8.1604,89.9242,2.9306,0.0000,86.9937,0.0000,86.9937,6.6528,80.3409,0.0000,80.3409,0.4971,79.8438,0.0000,19.4643,10.7489,49.6306,20131.9363,20131.9363,20131.9363,20131.9363,20131.9363 +212.5000,1.0000,2002.4564,59.4110,58.8280,0.3239,0.0000,4,1928.6906,474.3602,811.0261,-115.4317,95.8075,163.8046,-23.3140,2.2417,85.2110,0.0000,85.2110,8.3548,85.2110,2.8754,0.0000,82.3356,0.0000,82.3356,6.6937,75.6419,0.0000,75.6419,0.4744,75.1674,0.0000,16.8269,10.9717,47.3688,19308.7049,19308.7049,19308.7049,19308.7049,19308.7049 +213.5000,1.0000,2019.2494,60.4550,59.9940,0.2561,0.0000,4,1962.5826,425.2494,809.8947,-116.7052,87.3977,166.4505,-23.9854,1.8037,77.1367,0.0000,77.1367,8.4573,77.1367,2.7483,0.0000,74.3884,0.0000,74.3884,6.6705,67.7180,0.0000,67.7180,0.3817,67.3362,0.0000,18.0572,11.1645,38.1145,17776.5107,17776.5107,17776.5107,17776.5107,17776.5107 +214.5000,1.0000,2036.0557,60.5027,60.9160,-0.2296,0.0000,0,1937.3304,18.4112,802.4696,-115.7563,3.7352,162.8024,-23.4843,-4.7848,0.0000,0.0000,0.0000,8.5200,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,6.6013,-6.6013,0.0000,-6.6013,-0.3425,-6.2589,0.0000,16.7614,11.1734,-34.1937,3714.9501,3714.9501,3714.9501,3714.9501,3714.9501 +215.5000,1.0000,2052.8916,60.6092,61.1620,0.2888,0.0000,5,1618.9830,533.2616,633.8931,-104.1495,90.4089,107.4699,-17.6575,-27.6525,109.5545,0.0000,109.5545,8.5069,89.9624,1.0919,0.0000,88.8704,0.0000,88.8704,6.9019,81.9686,0.0000,81.9686,0.4315,81.5371,0.0000,27.2625,11.1930,43.0815,17949.0353,17949.0353,17949.0353,17949.0353,17949.0353 +216.5000,1.0000,2069.8275,60.9690,61.1290,-0.0889,0.0000,5,1337.3438,293.1721,795.0532,-87.8959,41.0577,111.3443,-12.3095,-0.2882,32.8607,0.0000,32.8607,8.4852,32.8607,0.8124,0.0000,32.0483,0.0000,32.0483,6.6522,25.3961,0.0000,25.3961,-0.1336,25.5297,0.0000,27.6111,11.2595,-13.3409,8428.7662,8428.7662,8428.7662,8428.7662,8428.7662 +217.5000,1.0000,2086.6739,60.6470,60.8090,-0.0900,0.0000,5,1330.2808,269.1083,650.0937,-87.4770,37.4886,90.5624,-12.1861,-0.2903,29.4151,0.0000,29.4151,8.3638,29.4151,0.7898,0.0000,28.6253,0.0000,28.6253,6.6171,22.0082,0.0000,22.0082,-0.1346,22.1428,0.0000,24.3791,11.2000,-13.4363,7726.7963,7726.7963,7726.7963,7726.7963,7726.7963 +218.5000,1.0000,2103.5293,60.6795,60.4850,0.1081,0.0000,5,1330.9937,494.7576,639.6401,-87.5192,68.9600,89.1539,-12.1985,0.3487,62.2273,0.0000,62.2273,6.3840,62.2273,0.9544,0.0000,61.2728,0.0000,61.2728,6.6206,54.6522,0.0000,54.6522,0.1617,54.4906,0.0000,27.1440,11.2060,16.1406,13681.5181,13681.5181,13681.5181,13681.5181,13681.5181 +219.5000,1.0000,2120.5119,61.1375,60.8740,0.1464,0.0000,5,1341.0398,562.9834,732.3360,-88.1151,79.0616,102.8444,-12.3743,0.4760,72.1487,0.0000,72.1487,6.4370,72.1487,1.0117,0.0000,71.1370,0.0000,71.1370,6.6844,64.4526,0.0000,64.4526,0.2207,64.2319,0.0000,30.9098,11.2906,22.0315,15506.7601,15506.7601,15506.7601,15506.7601,15506.7601 +220.5000,1.0000,2137.6376,61.6525,61.4010,0.1397,0.0000,5,1352.3362,526.8314,761.0516,-88.7850,74.6079,107.7773,-12.5734,0.4581,67.6326,0.0000,67.6326,6.5171,67.6326,0.9978,0.0000,66.6349,0.0000,66.6349,6.7268,59.9081,0.0000,59.9081,0.2124,59.6957,0.0000,27.1047,11.3857,21.2053,14695.5698,14695.5698,14695.5698,14695.5698,14695.5698 +221.5000,1.0000,2154.8962,62.1310,61.9040,0.1261,0.0000,5,1362.8320,512.2755,748.0423,-89.4075,73.1096,106.7572,-12.7598,0.4167,66.1675,0.0000,66.1675,6.5254,66.1675,0.9985,0.0000,65.1690,0.0000,65.1690,6.7790,58.3900,0.0000,58.3900,0.1932,58.1968,0.0000,27.4346,11.4741,19.2882,14427.7070,14427.7070,14427.7070,14427.7070,14427.7070 +222.5000,1.0000,2172.2655,62.5295,62.3580,0.0953,0.0000,5,1371.5731,511.1423,743.6972,-89.9259,73.4158,106.8178,-12.9161,0.3169,66.5662,0.0000,66.5662,6.5327,66.5662,1.0073,0.0000,65.5589,0.0000,65.5589,6.8225,58.7364,0.0000,58.7364,0.1469,58.5895,0.0000,32.3761,11.5477,14.6658,14480.7819,14480.7819,14480.7819,14480.7819,14480.7819 +223.5000,1.0000,2189.7276,62.8635,62.7010,0.0903,0.0000,5,1378.8993,462.6050,744.4533,-90.3604,66.7992,107.4976,-13.0479,0.3018,59.9048,0.0000,59.9048,6.5926,59.9048,0.9797,0.0000,58.9252,0.0000,58.9252,6.8589,52.0663,0.0000,52.0663,0.1399,51.9263,0.0000,26.3466,11.6093,13.9704,13265.8215,13265.8215,13265.8215,13265.8215,13265.8215 +224.5000,1.0000,2207.2594,63.1145,63.0260,0.0492,0.0000,5,1384.4049,400.5812,726.4647,-90.6870,58.0741,105.3189,-13.1473,0.1650,51.3364,0.0000,51.3364,6.5726,51.3364,0.9411,0.0000,50.3953,0.0000,50.3953,6.8863,43.5090,0.0000,43.5090,0.0765,43.4325,0.0000,24.1379,11.6557,7.6389,11664.5011,11664.5011,11664.5011,11664.5011,11664.5011 +225.5000,1.0000,2224.8423,63.2985,63.2030,0.0531,0.0000,5,1388.4409,451.8996,703.0524,-90.9263,65.7049,102.2218,-13.2204,0.1786,58.9187,0.0000,58.9187,6.6076,58.9187,0.9822,0.0000,57.9365,0.0000,57.9365,6.9064,51.0301,0.0000,51.0301,0.0828,50.9473,0.0000,30.9905,11.6897,8.2671,13067.6191,13067.6191,13067.6191,13067.6191,13067.6191 +226.5000,1.0000,2242.4866,63.5195,63.3940,0.0697,0.0000,5,1393.2885,460.5089,723.7574,-91.2138,67.1905,105.5997,-13.3085,0.2355,60.3034,0.0000,60.3034,6.6515,60.3034,0.9929,0.0000,59.3105,0.0000,59.3105,6.9305,52.3800,0.0000,52.3800,0.1092,52.2708,0.0000,29.6383,11.7305,10.9020,13343.8357,13343.8357,13343.8357,13343.8357,13343.8357 +227.5000,1.0000,2260.2030,63.7790,63.6450,0.0744,0.0000,5,1398.9806,440.4996,727.8820,-91.5514,64.5336,106.6354,-13.4124,0.2525,57.6086,0.0000,57.6086,6.6725,57.6086,0.9839,0.0000,56.6247,0.0000,56.6247,6.9588,49.6659,0.0000,49.6659,0.1171,49.5488,0.0000,26.0824,11.7784,11.6880,12860.0928,12860.0928,12860.0928,12860.0928,12860.0928 +228.5000,1.0000,2277.9883,64.0270,63.9130,0.0633,0.0000,5,1404.4205,427.9917,721.0720,-91.8740,62.9450,106.0485,-13.5120,0.2157,56.0096,0.0000,56.0096,6.7197,56.0096,0.9802,0.0000,55.0294,0.0000,55.0294,6.9859,48.0435,0.0000,48.0435,0.1000,47.9435,0.0000,26.1372,11.8242,9.9822,12573.2276,12573.2276,12573.2276,12573.2276,12573.2276 +229.5000,1.0000,2295.8448,64.2835,64.1410,0.0792,0.0000,5,1410.0467,473.8983,717.1918,-92.2077,69.9757,105.9004,-13.6154,0.2707,62.9570,0.0000,62.9570,6.7480,62.9570,1.0194,0.0000,61.9376,0.0000,61.9376,7.0138,54.9237,0.0000,54.9237,0.1255,54.7983,0.0000,30.3990,11.8716,12.5277,13854.8047,13854.8047,13854.8047,13854.8047,13854.8047 +230.5000,1.0000,2313.6850,64.2245,64.4260,-0.1119,0.0000,5,1408.7526,221.8397,735.4485,-92.1310,32.7267,108.4965,-13.5916,-0.3824,26.4020,0.0000,26.4020,6.7071,26.4020,0.8356,0.0000,25.5664,0.0000,25.5664,7.0074,18.5590,0.0000,18.5590,-0.1773,18.7363,0.0000,24.5740,11.8607,-17.6983,6942.3679,6942.3679,6942.3679,6942.3679,6942.3679 +231.5000,1.0000,2331.4135,63.8225,64.0230,-0.1114,0.0000,5,1399.9348,209.7095,636.7788,-91.6080,30.7436,93.3523,-13.4298,-0.3781,24.4135,0.0000,24.4135,6.7082,24.4135,0.8187,0.0000,23.5948,0.0000,23.5948,6.9635,16.6312,0.0000,16.6312,-0.1753,16.8065,0.0000,22.5203,11.7864,-17.5003,6568.3445,6568.3445,6568.3445,6568.3445,6568.3445 +232.5000,1.0000,2349.0262,63.4060,63.6220,-0.1200,0.0000,5,1390.7989,245.1848,629.8523,-91.0662,35.7097,91.7343,-13.2633,-0.4047,29.4953,0.0000,29.4953,6.6191,29.4953,0.8369,0.0000,28.6584,0.0000,28.6584,6.9181,21.7403,0.0000,21.7403,-0.1876,21.9279,0.0000,28.9485,11.7095,-18.7301,7475.0941,7475.0941,7475.0941,7475.0941,7475.0941 +233.5000,1.0000,2366.5057,62.9260,63.1900,-0.1467,0.0000,5,1380.2702,226.6816,641.5144,-90.4417,32.7649,92.7255,-13.0726,-0.4908,26.7174,0.0000,26.7174,6.5383,26.7174,0.8148,0.0000,25.9026,0.0000,25.9026,6.8657,19.0369,0.0000,19.0369,-0.2275,19.2644,0.0000,30.3627,11.6209,-22.7191,6900.6007,6900.6007,6900.6007,6900.6007,6900.6007 +234.5000,1.0000,2383.8394,62.4015,62.6620,-0.1447,0.0000,5,1368.7654,225.3349,631.5643,-89.7594,32.2988,90.5264,-12.8658,-0.4803,26.2512,0.0000,26.2512,6.5279,26.2512,0.8035,0.0000,25.4477,0.0000,25.4477,6.8085,18.6392,0.0000,18.6392,-0.2227,18.8618,0.0000,29.5689,11.5240,-22.2310,6798.5757,6798.5757,6798.5757,6798.5757,6798.5757 +235.5000,1.0000,2401.0354,61.9055,62.1410,-0.1308,0.0000,5,1357.8857,256.3621,628.4921,-89.1142,36.4540,89.3700,-12.6718,-0.4308,30.3824,0.0000,30.3824,6.5023,30.3824,0.8158,0.0000,29.5667,0.0000,29.5667,6.7544,22.8123,0.0000,22.8123,-0.1997,23.0120,0.0000,31.5173,11.4324,-19.9378,7561.3548,7561.3548,7561.3548,7561.3548,7561.3548 +236.5000,1.0000,2418.0818,61.3670,61.6700,-0.1683,0.0000,5,1346.0738,218.8755,638.5982,-88.4136,30.8528,90.0171,-12.4628,-0.5494,24.9737,0.0000,24.9737,6.4285,24.9737,0.7797,0.0000,24.1940,0.0000,24.1940,6.6956,17.4984,0.0000,17.4984,-0.2547,17.7531,0.0000,31.8494,11.3330,-25.4293,6526.5608,6526.5608,6526.5608,6526.5608,6526.5608 +237.5000,1.0000,2434.9653,60.7805,61.0640,-0.1575,0.0000,5,1333.2091,211.6773,620.4063,-87.6506,29.5530,86.6170,-12.2372,-0.5091,23.6145,0.0000,23.6145,6.4476,23.6145,0.7631,0.0000,22.8515,0.0000,22.8515,6.6316,16.2198,0.0000,16.2198,-0.2360,16.4558,0.0000,28.7965,11.2247,-23.5654,6282.5608,6282.5608,6282.5608,6282.5608,6282.5608 +238.5000,1.0000,2451.6858,60.1940,60.4970,-0.1683,0.0000,5,1320.3443,176.0681,614.5298,-86.8877,24.3443,84.9687,-12.0136,-0.5389,18.5250,0.0000,18.5250,6.3582,18.5250,0.7279,0.0000,17.7971,0.0000,17.7971,6.5676,11.2295,0.0000,11.2295,-0.2498,11.4793,0.0000,25.3062,11.1163,-24.9432,5296.3140,5296.3140,5296.3140,5296.3140,5296.3140 +239.5000,1.0000,2468.2548,59.6485,59.8910,-0.1347,0.0000,5,1308.3789,228.6802,596.7677,-86.1780,31.3322,81.7650,-11.8075,-0.4274,25.4195,0.0000,25.4195,6.3401,25.4195,0.7533,0.0000,24.6661,0.0000,24.6661,6.5081,18.1580,0.0000,18.1580,-0.1981,18.3561,0.0000,27.1224,11.0156,-19.7819,6596.0731,6596.0731,6596.0731,6596.0731,6596.0731 +240.5000,1.0000,2484.6866,59.1545,59.4060,-0.1397,0.0000,5,1297.5431,220.0451,616.5921,-85.5354,29.8994,83.7815,-11.6224,-0.4396,24.0579,0.0000,24.0579,6.2811,24.0579,0.7384,0.0000,23.3195,0.0000,23.3195,6.4542,16.8652,0.0000,16.8652,-0.2038,17.0690,0.0000,26.4908,10.9244,-20.3462,6320.5807,6320.5807,6320.5807,6320.5807,6320.5807 +241.5000,1.0000,2500.9833,58.6680,58.9030,-0.1306,0.0000,5,1286.8718,227.0582,610.6141,-84.9025,30.5986,82.2869,-11.4415,-0.4074,24.8328,0.0000,24.8328,6.1732,24.8328,0.7344,0.0000,24.0984,0.0000,24.0984,6.4011,17.6973,0.0000,17.6973,-0.1888,17.8861,0.0000,25.9065,10.8345,-18.8550,6427.5735,6427.5735,6427.5735,6427.5735,6427.5735 +242.5000,1.0000,2517.1837,58.3215,58.4330,-0.0619,0.0000,5,1279.2714,300.1145,611.7906,-84.4517,40.2048,81.9585,-11.3136,-0.1921,34.2226,0.0000,34.2226,6.1744,34.2226,0.7757,0.0000,33.4469,0.0000,33.4469,6.3633,27.0836,0.0000,27.0836,-0.0891,27.1726,0.0000,25.2953,10.7705,-8.8932,8231.6736,8231.6736,8231.6736,8231.6736,8231.6736 +243.5000,1.0000,2533.3590,58.2310,58.2100,0.0117,0.0000,5,1277.2863,362.0703,642.3032,-84.3340,48.4295,85.9126,-11.2803,0.0361,42.2502,0.0000,42.2502,6.1431,42.2502,0.8144,0.0000,41.4359,0.0000,41.4359,6.3535,35.0824,0.0000,35.0824,0.0167,35.0656,0.0000,22.6395,10.7538,1.6724,9763.6747,9763.6747,9763.6747,9763.6747,9763.6747 +244.5000,1.0000,2549.5626,58.3330,58.2520,0.0450,0.0000,5,1279.5236,434.7211,668.7602,-84.4667,58.2489,89.6081,-11.3178,0.1396,51.9733,0.0000,51.9733,6.1360,51.9733,0.8646,0.0000,51.1087,0.0000,51.1087,6.3646,44.7441,0.0000,44.7441,0.0647,44.6794,0.0000,27.4449,10.7727,6.4618,11620.4762,11620.4762,11620.4762,11620.4762,11620.4762 +245.5000,1.0000,2565.8155,58.5105,58.4140,0.0536,0.0000,5,1283.4170,410.8174,700.1202,-84.6976,55.2135,94.0955,-11.3833,0.1668,48.8368,0.0000,48.8368,6.2099,48.8368,0.8518,0.0000,47.9850,0.0000,47.9850,6.3840,41.6010,0.0000,41.6010,0.0773,41.5237,0.0000,22.9964,10.8054,7.7218,11048.0368,11048.0368,11048.0368,11048.0368,11048.0368 +246.5000,1.0000,2582.1126,58.6695,58.6070,0.0347,0.0000,5,1286.9047,384.5862,690.5485,-84.9044,51.8285,93.0613,-11.4421,0.1083,45.5633,0.0000,45.5633,6.1569,45.5633,0.8380,0.0000,44.7252,0.0000,44.7252,6.4013,38.3239,0.0000,38.3239,0.0502,38.2737,0.0000,22.4242,10.8348,5.0147,10421.0360,10421.0360,10421.0360,10421.0360,10421.0360 +247.5000,1.0000,2598.4080,58.6635,58.7320,-0.0381,0.0000,5,1286.7731,342.8338,679.8557,-84.8966,46.1970,91.6109,-11.4399,-0.1187,40.1284,0.0000,40.1284,6.1874,40.1284,0.8108,0.0000,39.3176,0.0000,39.3176,6.4007,32.9170,0.0000,32.9170,-0.0550,32.9720,0.0000,27.6339,10.8337,-5.4956,9351.4821,9351.4821,9351.4821,9351.4821,9351.4821 +248.5000,1.0000,2614.6468,58.4595,58.5950,-0.0753,0.0000,5,1282.2984,289.7911,661.7966,-84.6312,38.9137,88.8673,-11.3644,-0.2340,33.0127,0.0000,33.0127,6.1350,33.0127,0.7719,0.0000,32.2408,0.0000,32.2408,6.3784,25.8625,0.0000,25.8625,-0.1085,25.9710,0.0000,26.0080,10.7960,-10.8331,7989.9031,7989.9031,7989.9031,7989.9031,7989.9031 +249.5000,1.0000,2630.8090,58.1840,58.3240,-0.0778,0.0000,5,1276.2553,287.4727,638.0712,-84.2728,38.4205,85.2777,-11.2630,-0.2407,32.5619,0.0000,32.5619,6.0993,32.5619,0.7652,0.0000,31.7967,0.0000,31.7967,6.3483,25.4484,0.0000,25.4484,-0.1116,25.5600,0.0000,25.9549,10.7451,-11.1401,7890.7930,7890.7930,7890.7930,7890.7930,7890.7930 +250.5000,1.0000,2646.8693,57.8170,58.0440,-0.1261,0.0000,5,1268.2052,205.7776,635.7416,-83.7954,27.3285,84.4304,-11.1285,-0.3878,21.6176,0.0000,21.6176,6.0988,21.6176,0.7045,0.0000,20.9130,0.0000,20.9130,6.3083,14.6047,0.0000,14.6047,-0.1798,14.7845,0.0000,22.0561,10.6774,-17.9489,5814.1941,5814.1941,5814.1941,5814.1941,5814.1941 +251.5000,1.0000,2662.7575,57.1975,57.5900,-0.2181,0.0000,5,1254.6166,128.5707,597.7793,-82.9895,16.8920,78.5381,-10.9034,-0.6633,11.5224,0.0000,11.5224,6.0330,11.5224,0.6441,0.0000,10.8783,0.0000,10.8783,6.2407,4.6376,0.0000,4.6376,-0.3075,4.9451,0.0000,25.0846,10.5630,-30.7025,3849.5173,3849.5173,3849.5173,3849.5173,3849.5173 +252.5000,1.0000,2678.4422,56.4650,56.8050,-0.1889,0.0000,5,1238.5494,171.5504,560.1529,-82.0366,22.2502,72.6522,-10.6402,-0.5672,16.8124,0.0000,16.8124,6.0050,16.8124,0.6589,0.0000,16.1534,0.0000,16.1534,6.1608,9.9927,0.0000,9.9927,-0.2630,10.2556,0.0000,26.0831,10.4277,-26.2552,4821.1592,4821.1592,4821.1592,4821.1592,4821.1592 +253.5000,1.0000,2693.9218,55.7265,56.1250,-0.2214,0.0000,5,1222.3505,138.4452,575.8378,-81.0758,17.7216,73.7097,-10.3781,-0.6562,12.4525,0.0000,12.4525,5.9252,12.4525,0.6255,0.0000,11.8270,0.0000,11.8270,6.0802,5.7468,0.0000,5.7468,-0.3042,6.0510,0.0000,26.1298,10.2913,-30.3701,3999.1205,3999.1205,3999.1205,3999.1205,3999.1205 +254.5000,1.0000,2709.1375,54.7765,55.3280,-0.3064,0.0000,5,1201.5124,25.0041,556.5135,-79.8400,3.1461,70.0217,-10.0456,-0.8926,-1.8136,0.0000,-1.8136,5.8523,-1.8136,0.6002,0.0000,-2.4138,0.0000,-2.4138,5.9765,-8.3903,0.0000,-8.3903,-0.4138,-7.9765,0.0000,23.2215,10.1159,-41.3139,1869.3469,1869.3469,1869.3469,1869.3469,1869.3469 +255.5000,1.0000,2724.0483,53.6790,54.2250,-0.3033,0.0000,5,1177.4390,25.9902,497.7625,-78.4045,3.2046,61.3747,-9.6674,-0.8660,-1.6811,0.0000,-1.6811,5.7517,-1.6811,0.5820,0.0000,-2.2632,0.0000,-2.2632,5.8568,-8.1200,0.0000,-8.1200,-0.4014,-7.7185,0.0000,22.4507,9.9132,-40.0824,1867.0257,1867.0257,1867.0257,1867.0257,1867.0257 +256.5000,1.0000,2738.6748,52.6555,53.1330,-0.2653,0.0000,5,1154.9887,7.4506,492.0817,-77.0653,0.9012,59.5173,-9.3211,-0.7429,-4.0143,0.0000,-4.0143,5.6583,-4.0143,0.5715,0.0000,-4.5857,0.0000,-4.5857,5.7451,-10.3309,0.0000,-10.3309,-0.3444,-9.9865,0.0000,14.6747,9.7242,-34.3854,1506.7483,1506.7483,1506.7483,1506.7483,1506.7483 +257.5000,1.0000,2753.0216,51.6485,52.1780,-0.2942,0.0000,5,1132.9003,44.2880,477.2829,-75.7476,5.2542,56.6234,-8.9865,-0.8080,0.5441,0.0000,0.5441,5.5181,0.5441,0.5441,0.0000,0.0000,0.0000,0.0000,5.6353,-5.6353,14.6256,-20.2608,-0.3746,-19.8862,0.0000,7.9763,9.5382,-37.4008,2129.8864,2129.8864,2129.8864,2129.8864,2129.8864 +258.5000,1.0000,2767.1022,50.6900,51.1190,-0.2383,0.0000,5,1111.8758,-56.7226,489.5525,-74.4935,-6.6045,57.0012,-8.6737,-0.6425,-11.4034,0.0000,-11.4034,5.4414,-11.4034,0.5590,0.0000,-11.9624,0.0000,-11.9624,5.5307,-17.4931,0.0000,-17.4931,-0.2979,-17.1952,0.0000,3.1833,9.3612,-29.7397,254.0842,254.0842,254.0842,254.0842,254.0842 +259.5000,1.0000,2781.0194,50.1020,50.2610,-0.0883,0.0000,5,1098.9781,92.1068,437.0848,-73.7119,10.6001,50.3018,-8.4831,-0.2354,5.4158,0.0000,5.4158,5.4196,5.4158,0.5079,0.0000,4.9079,0.0000,4.9079,5.4665,-0.5586,0.0000,-0.5586,-0.1091,-0.4495,0.0000,1.1924,9.2526,-10.8945,2870.8555,2870.8555,2870.8555,2870.8555,2870.8555 +260.5000,1.0000,2794.9318,50.0845,49.9430,0.0786,0.0000,5,1098.5943,272.6908,508.7306,-73.6844,31.3716,58.5267,-8.4770,0.2094,25.7350,0.0000,25.7350,5.4272,25.7350,0.6067,0.0000,25.1282,0.0000,25.1282,5.4646,19.6636,0.0000,19.6636,0.0971,19.5666,0.0000,0.6251,9.2494,9.6921,6438.2802,6438.2802,6438.2802,6438.2802,6438.2802 +261.5000,1.0000,2808.9778,50.5655,50.2260,0.1886,0.0000,5,1109.1449,388.7824,596.1991,-74.3306,45.1568,69.2482,-8.6335,0.5072,39.2492,0.0000,39.2492,5.4004,39.2492,0.6813,0.0000,38.5679,0.0000,38.5679,5.5171,33.0508,0.0000,33.0508,0.2351,32.8156,0.0000,0.0000,9.3382,23.4774,9097.6092,9097.6092,9097.6092,9097.6092,9097.6092 +262.5000,1.0000,2823.2341,51.3230,50.9050,0.2322,0.0000,5,1125.7606,436.9904,652.8282,-75.3217,51.5165,76.9615,-8.8796,0.6339,45.4340,0.0000,45.4340,5.4486,45.4340,0.7234,0.0000,44.7107,0.0000,44.7107,5.5997,39.1109,0.0000,39.1109,0.2938,38.8171,0.0000,0.0000,9.4781,29.3390,10224.2210,10224.2210,10224.2210,10224.2210,10224.2210 +263.5000,1.0000,2837.7212,52.1535,51.7410,0.2292,0.0000,5,1143.9774,433.5332,677.8584,-76.4084,51.9360,81.2054,-9.1535,0.6357,45.7754,0.0000,45.7754,5.5250,45.7754,0.7374,0.0000,45.0379,0.0000,45.0379,5.6904,39.3476,0.0000,39.3476,0.2947,39.0529,0.0000,0.0000,9.6315,29.4215,10324.9845,10324.9845,10324.9845,10324.9845,10324.9845 +264.5000,1.0000,2852.4479,53.0160,52.5660,0.2500,0.0000,5,1162.8962,456.5642,679.1986,-77.5370,55.5996,82.7116,-9.4423,0.7049,49.2969,0.0000,49.2969,5.5977,49.2969,0.7680,0.0000,48.5289,0.0000,48.5289,5.7845,42.7444,0.0000,42.7444,0.3268,42.4177,0.0000,0.0000,9.7907,32.6269,11075.0115,11075.0115,11075.0115,11075.0115,11075.0115 +265.5000,1.0000,2867.4111,53.8675,53.4660,0.2231,0.0000,5,1181.5737,426.3714,692.6708,-78.6511,52.7567,85.7070,-9.7318,0.6390,46.4664,0.0000,46.4664,5.6512,46.4664,0.7668,0.0000,45.6996,0.0000,45.6996,5.8774,39.8223,0.0000,39.8223,0.2962,39.5260,0.0000,0.0000,9.9480,29.5780,10533.5046,10533.5046,10533.5046,10533.5046,10533.5046 +266.5000,1.0000,2882.6035,54.6925,54.2690,0.2353,0.0000,5,1199.6699,440.0312,682.2383,-79.7306,55.2807,85.7090,-10.0165,0.6844,48.8530,0.0000,48.8530,5.7434,48.8530,0.7914,0.0000,48.0615,0.0000,48.0615,5.9674,42.0942,0.0000,42.0942,0.3173,41.7769,0.0000,0.0000,10.1004,31.6766,11048.2013,11048.2013,11048.2013,11048.2013,11048.2013 +267.5000,1.0000,2898.0389,55.5675,55.1160,0.2508,0.0000,5,1218.8629,457.2833,690.8147,-80.8690,58.3672,88.1749,-10.3220,0.7413,51.7994,0.0000,51.7994,5.8265,51.7994,0.8198,0.0000,50.9796,0.0000,50.9796,6.0629,44.9167,0.0000,44.9167,0.3436,44.5731,0.0000,0.0000,10.2619,34.3112,11628.6031,11628.6031,11628.6031,11628.6031,11628.6031 +268.5000,1.0000,2913.7018,56.3865,56.0190,0.2042,0.0000,5,1236.8275,405.5011,701.0446,-81.9344,52.5206,90.7995,-10.6122,0.6123,45.9921,0.0000,45.9921,5.9162,45.9921,0.8036,0.0000,45.1885,0.0000,45.1885,6.1522,39.0363,0.0000,39.0363,0.2838,38.7525,0.0000,0.0000,10.4132,28.3393,10526.0608,10526.0608,10526.0608,10526.0608,10526.0608 +269.5000,1.0000,2929.5789,57.1575,56.7540,0.2242,0.0000,5,1253.7392,427.4685,681.2864,-82.9374,56.1229,89.4470,-10.8890,0.6814,49.4820,0.0000,49.4820,5.9595,49.4820,0.8333,0.0000,48.6487,0.0000,48.6487,6.2363,42.4123,0.0000,42.4123,0.3159,42.0964,0.0000,0.0000,10.5556,31.5409,11200.8467,11200.8467,11200.8467,11200.8467,11200.8467 +270.5000,1.0000,2945.6847,57.9810,57.5610,0.2333,0.0000,5,1271.8026,437.5714,693.2612,-84.0087,58.2770,92.3305,-11.1885,0.7195,51.5278,0.0000,51.5278,6.0297,51.5278,0.8567,0.0000,50.6710,0.0000,50.6710,6.3262,44.3449,0.0000,44.3449,0.3336,44.0113,0.0000,0.0000,10.7077,33.3036,11615.3341,11615.3341,11615.3341,11615.3341,11615.3341 +271.5000,1.0000,2962.0010,58.7385,58.4010,0.1875,0.0000,5,1288.4182,386.8158,700.2290,-84.9942,52.1903,94.4769,-11.4677,0.5857,45.4781,0.0000,45.4781,6.1264,45.4781,0.8387,0.0000,44.6394,0.0000,44.6394,6.4088,38.2306,0.0000,38.2306,0.2715,37.9590,0.0000,0.0000,10.8475,27.1115,10490.8661,10490.8661,10490.8661,10490.8661,10490.8661 +272.5000,1.0000,2978.5061,59.4185,59.0760,0.1903,0.0000,5,1303.3339,389.8052,681.6307,-85.8788,53.2025,93.0322,-11.7212,0.6013,46.4211,0.0000,46.4211,6.1801,46.4211,0.8546,0.0000,45.5666,0.0000,45.5666,6.4830,39.0835,0.0000,39.0835,0.2787,38.8048,0.0000,0.0000,10.9731,27.8317,10687.2520,10687.2520,10687.2520,10687.2520,10687.2520 +273.5000,1.0000,2995.1704,59.9915,59.7610,0.1281,0.0000,5,1315.9025,320.4150,685.2676,-86.6242,44.1535,94.4306,-11.9369,0.4086,37.5446,0.0000,37.5446,6.2003,37.5446,0.8196,0.0000,36.7250,0.0000,36.7250,6.5455,30.1795,0.0000,30.1795,0.1894,29.9901,0.0000,0.0000,11.0789,18.9111,8995.0127,8995.0127,8995.0127,8995.0127,8995.0127 +274.5000,1.0000,3011.9298,60.3340,60.2220,0.0622,0.0000,5,1323.4152,247.6126,658.6037,-87.0698,34.3161,91.2744,-12.0668,0.1997,27.8358,0.0000,27.8358,6.2806,27.8358,0.7767,0.0000,27.0591,0.0000,27.0591,6.5829,20.4761,0.0000,20.4761,0.0926,20.3836,0.0000,0.0000,11.1422,9.2414,7148.3407,7148.3407,7148.3407,7148.3407,7148.3407 +275.5000,1.0000,3028.6710,60.2680,60.4460,-0.0989,0.0000,5,1321.9675,68.6869,629.0372,-86.9839,9.5087,87.0815,-12.0417,-0.3170,3.5671,0.0000,3.5671,6.2586,3.5671,0.6795,0.0000,2.8877,0.0000,2.8877,6.5757,-3.6881,0.0000,-3.6881,-0.1469,-3.5411,0.0000,0.0000,11.1300,-14.6711,2852.2495,2852.2495,2852.2495,2852.2495,2852.2495 +276.5000,1.0000,3045.2641,59.7355,60.0900,-0.1969,0.0000,5,1310.2872,-39.4981,551.9066,-86.2912,-5.4196,75.7287,-11.8403,-0.6257,-10.9946,0.0000,-10.9946,6.2007,-10.9946,0.7066,0.0000,-11.7012,0.0000,-11.7012,6.5176,-18.2188,0.0000,-18.2188,-0.2901,-17.9288,0.0000,0.0000,11.0317,-28.9605,889.4742,889.4742,889.4742,889.4742,889.4742 +277.5000,1.0000,3061.6883,59.1270,59.3810,-0.1411,0.0000,5,1296.9399,22.1553,502.2256,-85.4996,3.0090,68.2099,-11.6121,-0.4437,-2.6987,0.0000,-2.6987,6.1515,-2.6987,0.6754,0.0000,-3.3740,0.0000,-3.3740,6.4512,-9.8253,0.0000,-9.8253,-0.2057,-9.6196,0.0000,0.0000,10.9193,-20.5389,2035.1591,2035.1591,2035.1591,2035.1591,2035.1591 +278.5000,1.0000,3077.9875,58.6770,58.8730,-0.1089,0.0000,5,1287.0692,57.4430,525.7565,-84.9142,7.7423,70.8623,-11.4449,-0.3398,2.0084,0.0000,2.0084,6.0737,2.0084,0.6559,0.0000,1.3525,0.0000,1.3525,6.4021,-5.0496,0.0000,-5.0496,-0.1575,-4.8921,0.0000,0.0000,10.8362,-15.7283,2582.5234,2582.5234,2582.5234,2582.5234,2582.5234 +279.5000,1.0000,3094.2110,58.4045,58.4810,-0.0425,0.0000,5,1281.0920,131.0131,539.2263,-84.5597,17.5762,72.3402,-11.3442,-0.1320,11.6509,0.0000,11.6509,6.0573,11.6509,0.6642,0.0000,10.9867,0.0000,10.9867,6.3724,4.6143,0.0000,4.6143,-0.0612,4.6755,0.0000,0.0000,10.7859,-6.1103,3996.7133,3996.7133,3996.7133,3996.7133,3996.7133 +280.5000,1.0000,3110.4196,58.3510,58.3280,0.0128,0.0000,5,1279.9184,192.7939,570.3205,-84.4901,25.8407,76.4416,-11.3244,0.0397,19.6999,0.0000,19.6999,6.1012,19.6999,0.7036,0.0000,18.9963,0.0000,18.9963,6.3666,12.6298,0.0000,12.6298,0.0184,12.6114,0.0000,0.0000,10.7760,1.8354,5551.7910,5551.7910,5551.7910,5551.7910,5551.7910 +281.5000,1.0000,3126.6615,58.4710,58.3740,0.0539,0.0000,5,1282.5506,238.0739,597.1097,-84.6462,31.9753,80.1968,-11.3687,0.1676,25.7478,0.0000,25.7478,6.0600,25.7478,0.7357,0.0000,25.0120,0.0000,25.0120,6.3796,18.6324,0.0000,18.6324,0.0777,18.5547,0.0000,0.0000,10.7981,7.7566,6678.4843,6678.4843,6678.4843,6678.4843,6678.4843 +282.5000,1.0000,3142.9565,58.6620,58.5680,0.0522,0.0000,5,1286.7402,236.3861,617.1521,-84.8947,31.8524,83.1595,-11.4393,0.1629,25.5887,0.0000,25.5887,6.1007,25.5887,0.7380,0.0000,24.8507,0.0000,24.8507,6.4005,18.4502,0.0000,18.4502,0.0755,18.3746,0.0000,0.0000,10.8334,7.5412,6663.5336,6663.5336,6663.5336,6663.5336,6663.5336 +283.5000,1.0000,3159.3190,58.9050,58.7560,0.0828,0.0000,5,1292.0703,285.2860,617.4699,-85.2108,38.6007,83.5469,-11.5295,0.2593,30.1937,0.0000,30.1937,8.1477,30.1937,0.7650,0.0000,29.4287,0.0000,29.4287,6.4270,23.0017,0.0000,23.0017,0.1202,22.8814,0.0000,0.0000,10.8783,12.0031,7940.5988,7940.5988,7940.5988,7940.5988,7940.5988 +284.5000,1.0000,3175.7590,59.1840,59.0540,0.0722,0.0000,5,1298.1901,273.4292,639.2408,-85.5737,37.1717,86.9023,-11.6334,0.2273,28.7773,0.0000,28.7773,8.1670,28.7773,0.7625,0.0000,28.0148,0.0000,28.0148,6.4574,21.5574,0.0000,21.5574,0.1054,21.4520,0.0000,0.0000,10.9298,10.5221,7680.3147,7680.3147,7680.3147,7680.3147,7680.3147 +285.5000,1.0000,3192.2768,59.4640,59.3140,0.0833,0.0000,5,1304.3319,285.7358,635.4972,-85.9380,39.0285,86.8021,-11.7382,0.2635,30.5661,0.0000,30.5661,8.1988,30.5661,0.7760,0.0000,29.7901,0.0000,29.7901,6.4880,23.3021,0.0000,23.3021,0.1222,23.1799,0.0000,0.0000,10.9815,12.1984,8025.4523,8025.4523,8025.4523,8025.4523,8025.4523 +286.5000,1.0000,3208.8736,59.7485,59.6140,0.0747,0.0000,5,1310.5723,275.9293,641.8727,-86.3081,37.8693,88.0924,-11.8452,0.2374,29.4284,0.0000,29.4284,8.2035,29.4284,0.7750,0.0000,28.6534,0.0000,28.6534,6.5190,22.1344,0.0000,22.1344,0.1101,22.0243,0.0000,0.0000,11.0341,10.9902,7806.1698,7806.1698,7806.1698,7806.1698,7806.1698 +287.5000,1.0000,3225.5408,60.0020,59.8830,0.0661,0.0000,5,1316.1328,266.2429,638.9824,-86.6379,36.6950,88.0678,-11.9409,0.2110,28.2637,0.0000,28.2637,8.2203,28.2637,0.7734,0.0000,27.4903,0.0000,27.4903,6.5467,20.9436,0.0000,20.9436,0.0978,20.8458,0.0000,0.0000,11.0809,9.7649,7586.6997,7586.6997,7586.6997,7586.6997,7586.6997 +288.5000,1.0000,3242.2836,60.2740,60.1210,0.0850,0.0000,5,1322.0991,287.5863,636.1718,-86.9917,39.8163,88.0779,-12.0440,0.2725,31.2384,0.0000,31.2384,8.3054,31.2384,0.7928,0.0000,30.4456,0.0000,30.4456,6.5764,23.8693,0.0000,23.8693,0.1263,23.7429,0.0000,0.0000,11.1311,12.6118,8175.2170,8175.2170,8175.2170,8175.2170,8175.2170 +289.5000,1.0000,3259.1151,60.5935,60.4270,0.0925,0.0000,5,1329.1073,296.1454,646.2933,-87.4074,41.2186,89.9535,-12.1657,0.2981,32.5415,0.0000,32.5415,8.3790,32.5415,0.8046,0.0000,31.7369,0.0000,31.7369,6.6112,25.1257,0.0000,25.1257,0.1382,24.9875,0.0000,0.0000,11.1901,13.7974,8455.1576,8455.1576,8455.1576,8455.1576,8455.1576 +290.5000,1.0000,3276.0428,60.9395,60.7600,0.0997,0.0000,5,1336.6967,288.7670,651.2697,-87.8575,40.4212,91.1638,-12.2982,0.3232,33.8292,0.0000,33.8292,6.2688,33.8292,0.8168,0.0000,33.0124,0.0000,33.0124,6.6490,26.3634,0.0000,26.3634,0.1498,26.2136,0.0000,0.0000,11.2540,14.9596,8304.3421,8304.3421,8304.3421,8304.3421,8304.3421 +291.5000,1.0000,3293.0868,61.3585,61.1190,0.1331,0.0000,5,1345.8874,325.9342,650.0090,-88.4026,45.9375,91.6129,-12.4595,0.4342,39.1752,0.0000,39.1752,6.3281,39.1752,0.8505,0.0000,38.3246,0.0000,38.3246,6.6947,31.6299,0.0000,31.6299,0.2013,31.4287,0.0000,0.0000,11.3314,20.0973,9335.3497,9335.3497,9335.3497,9335.3497,9335.3497 +292.5000,1.0000,3310.2621,61.8310,61.5980,0.1294,0.0000,5,1356.2516,329.9385,666.9105,-89.0172,46.8600,94.7189,-12.6428,0.4257,40.0718,0.0000,40.0718,6.3625,40.0718,0.8630,0.0000,39.2088,0.0000,39.2088,6.7463,32.4626,0.0000,32.4626,0.1973,32.2652,0.0000,1.1442,11.4187,19.7024,9506.6374,9506.6374,9506.6374,9506.6374,9506.6374 +293.5000,1.0000,3327.5975,62.4075,62.0640,0.1908,0.0000,5,1368.8970,405.0538,670.7669,-89.7672,58.0647,96.1548,-12.8682,0.6334,51.0427,0.0000,51.0427,6.3886,51.0427,0.9276,0.0000,50.1151,0.0000,50.1151,6.8092,43.3059,0.0000,43.3059,0.2936,43.0123,0.0000,2.1701,11.5251,29.3170,11648.2013,11648.2013,11648.2013,11648.2013,11648.2013 +294.5000,1.0000,3345.1223,63.0895,62.7510,0.1881,0.0000,5,1383.8566,414.0918,702.7473,-90.6544,60.0090,101.8401,-13.1374,0.6310,52.8604,0.0000,52.8604,6.5176,52.8604,0.9483,0.0000,51.9121,0.0000,51.9121,6.8836,45.0285,0.0000,45.0285,0.2925,44.7360,0.0000,3.8789,11.6511,29.2060,12012.0234,12012.0234,12012.0234,12012.0234,12012.0234 +295.5000,1.0000,3362.8123,63.6840,63.4280,0.1422,0.0000,5,1396.8968,366.0013,708.7398,-91.4278,53.5396,103.6764,-13.3743,0.4817,46.5262,0.0000,46.5262,6.5317,46.5262,0.9269,0.0000,45.5994,0.0000,45.5994,6.9484,38.6509,0.0000,38.6509,0.2233,38.4276,0.0000,4.3708,11.7609,22.2960,10820.7604,10820.7604,10820.7604,10820.7604,10820.7604 +296.5000,1.0000,3380.6446,64.1960,63.9400,0.1422,0.0000,5,1408.1274,373.2595,692.5517,-92.0939,55.0404,102.1228,-13.5801,0.4856,47.9843,0.0000,47.9843,6.5705,47.9843,0.9430,0.0000,47.0413,0.0000,47.0413,7.0043,40.0370,0.0000,40.0370,0.2251,39.8119,0.0000,5.4813,11.8554,22.4753,11103.1815,11103.1815,11103.1815,11103.1815,11103.1815 +297.5000,1.0000,3398.6264,64.7345,64.4520,0.1569,0.0000,5,1419.9393,401.5422,697.5176,-92.7944,59.7076,103.7179,-13.7981,0.5403,52.5957,0.0000,52.5957,6.5715,52.5957,0.9755,0.0000,51.6203,0.0000,51.6203,7.0630,44.5572,0.0000,44.5572,0.2505,44.3067,0.0000,7.3420,11.9549,25.0098,12001.2392,12001.2392,12001.2392,12001.2392,12001.2392 +298.5000,1.0000,3416.7564,65.2680,65.0170,0.1394,0.0000,5,1431.6416,394.5823,710.3424,-93.4885,59.1562,106.4954,-14.0159,0.4840,52.0010,0.0000,52.0010,6.6712,52.0010,0.9818,0.0000,51.0192,0.0000,51.0192,7.1213,43.8979,0.0000,43.8979,0.2244,43.6735,0.0000,9.2159,12.0534,22.4043,11903.8941,11903.8941,11903.8941,11903.8941,11903.8941 +299.5000,1.0000,3435.0335,65.7975,65.5190,0.1547,0.0000,5,1443.2560,424.7840,709.9339,-94.1773,64.2008,107.2976,-14.2337,0.5414,56.9565,0.0000,56.9565,6.7029,56.9565,1.0159,0.0000,55.9405,0.0000,55.9405,7.1790,48.7615,0.0000,48.7615,0.2510,48.5105,0.0000,11.2987,12.1512,25.0606,12831.6349,12831.6349,12831.6349,12831.6349,12831.6349 +300.5000,1.0000,3453.4487,66.2950,66.0760,0.1217,0.0000,5,1454.1686,390.8782,723.1020,-94.8245,59.5230,110.1141,-14.4399,0.4290,52.2566,0.0000,52.2566,6.8374,52.2566,1.0013,0.0000,51.2553,0.0000,51.2553,7.2333,44.0220,0.0000,44.0220,0.1989,43.8232,0.0000,11.7246,12.2430,19.8555,11994.4737,11994.4737,11994.4737,11994.4737,11994.4737 +301.5000,1.0000,3472.0000,66.7845,66.5140,0.1503,0.0000,5,1464.9057,421.6088,712.8127,-95.4613,64.6767,109.3487,-14.6442,0.5338,57.3031,0.0000,57.3031,6.8398,57.3031,1.0352,0.0000,56.2679,0.0000,56.2679,7.2867,48.9812,0.0000,48.9812,0.2474,48.7338,0.0000,11.6945,12.3334,24.7058,12938.4771,12938.4771,12938.4771,12938.4771,12938.4771 +302.5000,1.0000,3490.7016,67.3260,67.0550,0.1506,0.0000,5,1476.7834,431.9805,725.9765,-96.1657,66.8051,112.2711,-14.8719,0.5391,59.3726,0.0000,59.3726,6.8934,59.3726,1.0553,0.0000,58.3174,0.0000,58.3174,7.3458,50.9716,0.0000,50.9716,0.2499,50.7217,0.0000,13.3360,12.4334,24.9522,13337.9689,13337.9689,13337.9689,13337.9689,13337.9689 +303.5000,1.0000,3509.5003,67.6750,67.5970,0.0433,0.0000,5,1484.4387,328.1750,731.5025,-96.6198,51.0148,113.7121,-15.0195,0.1560,43.9003,0.0000,43.9003,6.9586,43.9003,0.9842,0.0000,42.9161,0.0000,42.9161,7.3839,35.5322,0.0000,35.5322,0.0723,35.4599,0.0000,15.7430,12.4979,7.2190,10413.8508,10413.8508,10413.8508,10413.8508,10413.8508 +304.5000,1.0000,3528.2864,67.6300,67.7530,-0.0683,0.0000,5,1483.4516,208.9200,695.1645,-96.5612,32.4550,107.9915,-15.0005,-0.2458,25.7461,0.0000,25.7461,6.9547,25.7461,0.8926,0.0000,24.8535,0.0000,24.8535,7.3790,17.4745,0.0000,17.4745,-0.1139,17.5884,0.0000,16.4752,12.4896,-11.3763,6955.3271,6955.3271,6955.3271,6955.3271,6955.3271 +305.5000,1.0000,3546.9562,67.2115,67.5070,-0.1642,0.0000,5,1474.2719,110.9486,650.5795,-96.0168,17.1288,100.4400,-14.8236,-0.5868,10.7767,0.0000,10.7767,6.9390,10.7767,0.8102,0.0000,9.9664,0.0000,9.9664,7.3333,2.6331,0.0000,2.6331,-0.2720,2.9052,0.0000,17.6546,12.4123,-27.1618,4174.5253,4174.5253,4174.5253,4174.5253,4174.5253 +306.5000,1.0000,3565.4262,66.4920,66.9160,-0.2356,0.0000,5,1458.4898,23.8484,610.5388,-95.0808,3.6424,93.2492,-14.5219,-0.8330,-2.3671,0.0000,-2.3671,6.8425,-2.3671,0.8067,0.0000,-3.1737,0.0000,-3.1737,7.2548,-10.4285,0.0000,-10.4285,-0.3862,-10.0424,0.0000,16.2342,12.2794,-38.5560,2483.4946,2483.4946,2483.4946,2483.4946,2483.4946 +307.5000,1.0000,3583.6747,65.6945,66.0680,-0.2075,0.0000,5,1440.9968,57.0954,572.5986,-94.0433,8.6157,86.4056,-14.1912,-0.7250,2.5867,0.0000,2.5867,6.7541,2.5867,0.7795,0.0000,1.8072,0.0000,1.8072,7.1678,-5.3606,0.0000,-5.3606,-0.3361,-5.0245,0.0000,16.3998,12.1321,-33.5565,3015.1600,3015.1600,3015.1600,3015.1600,3015.1600 +308.5000,1.0000,3601.6922,64.8630,65.3210,-0.2544,0.0000,5,1422.7580,-0.2658,579.5409,-92.9616,-0.0396,86.3463,-13.8504,-0.8778,-5.7589,0.0000,-5.7589,6.5970,-5.7589,0.7850,0.0000,-6.5439,0.0000,-6.5439,7.0771,-13.6209,0.0000,-13.6209,-0.4069,-13.2140,0.0000,15.4348,11.9786,-40.6274,1988.1098,1988.1098,1988.1098,1988.1098,1988.1098 +309.5000,1.0000,3619.4897,64.0710,64.4050,-0.1856,0.0000,5,1405.3856,70.5102,551.8789,-91.9313,10.3771,81.2209,-13.5297,-0.6323,4.4848,0.0000,4.4848,6.5246,4.4848,0.7449,0.0000,3.7398,0.0000,3.7398,6.9907,-3.2508,0.0000,-3.2508,-0.2931,-2.9577,0.0000,14.4761,11.8323,-29.2661,3165.7230,3165.7230,3165.7230,3165.7230,3165.7230 +310.5000,1.0000,3637.1004,63.3985,63.7370,-0.1881,0.0000,5,1390.6344,70.0337,575.1491,-91.0564,10.1988,83.7572,-13.2603,-0.6341,4.3222,0.0000,4.3222,6.5107,4.3222,0.7331,0.0000,3.5890,0.0000,3.5890,6.9173,-3.3282,0.0000,-3.3282,-0.2939,-3.0343,0.0000,14.6067,11.7081,-29.3491,3111.9506,3111.9506,3111.9506,3111.9506,3111.9506 +311.5000,1.0000,3654.5462,62.8050,63.0600,-0.1417,0.0000,5,1377.6161,114.2170,571.1688,-90.2843,16.4774,82.3989,-13.0247,-0.4732,10.5141,0.0000,10.5141,6.4365,10.5141,0.7317,0.0000,9.7824,0.0000,9.7824,6.8525,2.9299,0.0000,2.9299,-0.2194,3.1492,0.0000,13.4531,11.5985,-21.9024,3938.9859,3938.9859,3938.9859,3938.9859,3938.9859 +312.5000,1.0000,3671.8690,62.3620,62.5500,-0.1044,0.0000,5,1367.8990,155.8703,586.0750,-89.7080,22.3278,83.9529,-12.8503,-0.3464,16.3283,0.0000,16.3283,6.3459,16.3283,0.7532,0.0000,15.5751,0.0000,15.5751,6.8042,8.7709,0.0000,8.7709,-0.1606,8.9315,0.0000,13.4485,11.5167,-16.0337,4984.4105,4984.4105,4984.4105,4984.4105,4984.4105 +313.5000,1.0000,3689.1265,62.1270,62.1740,-0.0261,0.0000,5,1362.7443,242.2710,601.2894,-89.4023,34.5736,85.8078,-12.7583,-0.0863,28.3612,0.0000,28.3612,6.2986,28.3612,0.8094,0.0000,27.5518,0.0000,27.5518,6.7785,20.7733,0.0000,20.7733,-0.0400,20.8133,0.0000,13.3333,11.4733,-3.9933,7209.3519,7209.3519,7209.3519,7209.3519,7209.3519 +314.5000,1.0000,3706.3507,62.0070,62.0800,-0.0406,0.0000,5,1360.1121,233.1857,635.2636,-89.2462,33.2128,90.4810,-12.7114,-0.1337,27.0025,0.0000,27.0025,6.3441,27.0025,0.8006,0.0000,26.2019,0.0000,26.2019,6.7655,19.4364,0.0000,19.4364,-0.0620,19.4984,0.0000,14.2377,11.4512,-6.1904,6956.7191,6956.7191,6956.7191,6956.7191,6956.7191 +315.5000,1.0000,3723.5028,61.7475,61.9340,-0.1036,0.0000,5,1354.4200,160.1252,630.5371,-88.9086,22.7113,89.4319,-12.6103,-0.3403,16.7199,0.0000,16.7199,6.3316,16.7199,0.7448,0.0000,15.9751,0.0000,15.9751,6.7371,9.2380,0.0000,9.2380,-0.1577,9.3957,0.0000,13.7416,11.4032,-15.7491,5032.7487,5032.7487,5032.7487,5032.7487,5032.7487 +316.5000,1.0000,3740.5339,61.3120,61.5610,-0.1383,0.0000,5,1344.8674,108.8972,598.7532,-88.3421,15.3364,84.3249,-12.4416,-0.4511,9.5338,0.0000,9.5338,6.2538,9.5338,0.7015,0.0000,8.8322,0.0000,8.8322,6.6896,2.1426,0.0000,2.1426,-0.2091,2.3517,0.0000,11.9075,11.3228,-20.8786,3687.3688,3687.3688,3687.3688,3687.3688,3687.3688 +317.5000,1.0000,3757.4037,60.7315,61.0630,-0.1842,0.0000,5,1332.1343,54.9677,574.5369,-87.5869,7.6680,80.1483,-12.2184,-0.5949,2.0968,0.0000,2.0968,6.1661,2.0968,0.6912,0.0000,1.4055,0.0000,1.4055,6.6263,-5.2208,0.0000,-5.2208,-0.2758,-4.9450,0.0000,11.3724,11.2156,-27.5330,2656.6045,2656.6045,2656.6045,2656.6045,2656.6045 +318.5000,1.0000,3774.0998,60.1060,60.4000,-0.1633,0.0000,5,1318.4140,82.9951,548.3826,-86.7732,11.4586,75.7119,-11.9803,-0.5221,5.8466,0.0000,5.8466,6.1341,5.8466,0.6709,0.0000,5.1757,0.0000,5.1757,6.5580,-1.3823,0.0000,-1.3823,-0.2420,-1.1403,0.0000,11.9266,11.1001,-24.1670,3075.9485,3075.9485,3075.9485,3075.9485,3075.9485 +319.5000,1.0000,3790.6298,59.5080,59.8120,-0.1689,0.0000,5,1305.2970,69.2830,556.6671,-85.9952,9.4703,76.0910,-11.7547,-0.5345,3.8624,0.0000,3.8624,6.1425,3.8624,0.6655,0.0000,3.1968,0.0000,3.1968,6.4928,-3.2960,0.0000,-3.2960,-0.2478,-3.0482,0.0000,10.7025,10.9897,-24.7403,2818.7187,2818.7187,2818.7187,2818.7187,2818.7187 +320.5000,1.0000,3807.0391,59.0735,59.2040,-0.0725,0.0000,5,1295.7663,176.7797,548.2433,-85.4300,23.9876,74.3924,-11.5922,-0.2278,18.1375,0.0000,18.1375,6.0779,18.1375,0.7075,0.0000,17.4300,0.0000,17.4300,6.4454,10.9846,0.0000,10.9846,-0.1056,11.0902,0.0000,10.7237,10.9094,-10.5429,5221.5989,5221.5989,5221.5989,5221.5989,5221.5989 +321.5000,1.0000,3823.4173,58.9615,58.9430,0.0103,0.0000,5,1293.3096,272.3821,593.0440,-85.2843,36.8901,80.3190,-11.5505,0.0322,30.8232,0.0000,30.8232,6.0347,30.8232,0.7691,0.0000,30.0541,0.0000,30.0541,6.4332,23.6209,0.0000,23.6209,0.0149,23.6060,0.0000,11.2255,10.8887,1.4918,7621.2229,7621.2229,7621.2229,7621.2229,7621.2229 +322.5000,1.0000,3839.8212,59.0540,58.9800,0.0411,0.0000,5,1295.3386,299.1168,633.6128,-85.4046,40.5745,85.9480,-11.5849,0.1291,34.3718,0.0000,34.3718,6.0735,34.3718,0.7883,0.0000,33.5835,0.0000,33.5835,6.4433,27.1402,0.0000,27.1402,0.0599,27.0804,0.0000,10.1982,10.9058,5.9764,8313.5297,8313.5297,8313.5297,8313.5297,8313.5297 +323.5000,1.0000,3856.2901,59.2880,59.1280,0.0889,0.0000,5,1300.4714,359.6589,645.5847,-85.7090,48.9802,87.9190,-11.6723,0.2803,42.5490,0.0000,42.5490,6.1508,42.5490,0.8331,0.0000,41.7160,0.0000,41.7160,6.4688,35.2472,0.0000,35.2472,0.1299,35.1173,0.0000,11.1951,10.9490,12.9731,9896.8010,9896.8010,9896.8010,9896.8010,9896.8010 +324.5000,1.0000,3872.8564,59.6385,59.4480,0.1058,0.0000,5,1308.1595,383.0030,672.0311,-86.1650,52.4676,92.0616,-11.8038,0.3357,46.0090,0.0000,46.0090,6.1229,46.0090,0.8561,0.0000,45.1529,0.0000,45.1529,6.5070,38.6459,0.0000,38.6459,0.1556,38.4903,0.0000,11.9391,11.0138,15.5374,10545.2263,10545.2263,10545.2263,10545.2263,10545.2263 +325.5000,1.0000,3889.5205,59.9910,59.8290,0.0900,0.0000,5,1315.8915,369.4577,683.0476,-86.6236,50.9112,94.1238,-11.9367,0.2872,44.4928,0.0000,44.4928,6.1313,44.4928,0.8543,0.0000,43.6384,0.0000,43.6384,6.5455,37.0929,0.0000,37.0929,0.1331,36.9598,0.0000,12.5899,11.0789,13.2910,10249.9434,10249.9434,10249.9434,10249.9434,10249.9434 +326.5000,1.0000,3906.2500,60.2260,60.1530,0.0406,0.0000,5,1321.0462,311.9024,678.6395,-86.9293,43.1485,93.8827,-12.0258,0.1299,36.8221,0.0000,36.8221,6.1964,36.8221,0.8199,0.0000,36.0023,0.0000,36.0023,6.5711,29.4311,0.0000,29.4311,0.0602,29.3709,0.0000,12.2360,11.1223,6.0126,8811.3302,8811.3302,8811.3302,8811.3302,8811.3302 +327.5000,1.0000,3923.0119,60.3430,60.2990,0.0244,0.0000,5,1323.6126,312.9082,655.6220,-87.0815,43.3717,90.8747,-12.0702,0.0784,37.0688,0.0000,37.0688,6.2244,37.0688,0.8230,0.0000,36.2458,0.0000,36.2458,6.5839,29.6619,0.0000,29.6619,0.0364,29.6255,0.0000,14.8505,11.1439,3.6311,8854.1089,8854.1089,8854.1089,8854.1089,8854.1089 +328.5000,1.0000,3939.7536,60.2700,60.3870,-0.0650,0.0000,5,1322.0114,222.1461,656.1377,-86.9865,30.7541,90.8362,-12.0425,-0.2084,24.7901,0.0000,24.7901,6.1724,24.7901,0.7604,0.0000,24.0296,0.0000,24.0296,6.5759,17.4537,0.0000,17.4537,-0.0966,17.5503,0.0000,16.0636,11.1304,-9.6437,6495.0644,6495.0644,6495.0644,6495.0644,6495.0644 +329.5000,1.0000,3956.4218,60.0055,60.1530,-0.0819,0.0000,5,1316.2096,212.9647,617.5108,-86.6424,29.3536,85.1135,-11.9422,-0.2615,23.4539,0.0000,23.4539,6.1612,23.4539,0.7494,0.0000,22.7046,0.0000,22.7046,6.5471,16.1575,0.0000,16.1575,-0.1212,16.2787,0.0000,17.3015,11.0815,-12.1043,6234.3326,6234.3326,6234.3326,6234.3326,6234.3326 +330.5000,1.0000,3972.9829,59.6200,59.8580,-0.1322,0.0000,5,1307.7537,148.6591,611.9787,-86.1409,20.3585,83.8091,-11.7968,-0.4193,14.7251,0.0000,14.7251,6.0526,14.7251,0.6994,0.0000,14.0257,0.0000,14.0257,6.5050,7.5207,0.0000,7.5207,-0.1944,7.7151,0.0000,16.1103,11.0103,-19.4055,4558.8862,4558.8862,4558.8862,4558.8862,4558.8862 +331.5000,1.0000,3989.4501,59.2820,59.3820,-0.0556,0.0000,5,1300.3398,235.1450,583.0348,-85.7012,32.0200,79.3926,-11.6700,-0.1752,26.1478,0.0000,26.1478,6.0473,26.1478,0.7510,0.0000,25.3969,0.0000,25.3969,6.4681,18.9288,0.0000,18.9288,-0.0812,19.0100,0.0000,16.1694,10.9479,-8.1074,6721.9499,6721.9499,6721.9499,6721.9499,6721.9499 +332.5000,1.0000,4005.8786,59.1425,59.1820,-0.0219,0.0000,5,1297.2798,278.3970,618.6934,-85.5198,37.8205,84.0500,-11.6179,-0.0690,31.7551,0.0000,31.7551,6.1344,31.7551,0.7767,0.0000,30.9784,0.0000,30.9784,6.4529,24.5255,0.0000,24.5255,-0.0320,24.5575,0.0000,16.8302,10.9222,-3.1949,7800.3840,7800.3840,7800.3840,7800.3840,7800.3840 +333.5000,1.0000,4022.3083,59.1470,59.1030,0.0244,0.0000,5,1297.3786,313.1077,636.7317,-85.5256,42.5392,86.5071,-11.6196,0.0769,36.3914,0.0000,36.3914,6.0709,36.3914,0.8000,0.0000,35.5915,0.0000,35.5915,6.4534,29.1381,0.0000,29.1381,0.0356,29.1024,0.0000,14.6203,10.9230,3.5591,8680.3006,8680.3006,8680.3006,8680.3006,8680.3006 +334.5000,1.0000,4038.7739,59.2760,59.1910,0.0472,0.0000,5,1300.2081,359.1511,651.6385,-85.6934,48.9011,88.7254,-11.6678,0.1489,42.6967,0.0000,42.6967,6.0555,42.6967,0.8336,0.0000,41.8631,0.0000,41.8631,6.4675,35.3956,0.0000,35.3956,0.0690,35.3266,0.0000,17.4892,10.9468,6.8906,9882.0585,9882.0585,9882.0585,9882.0585,9882.0585 +335.5000,1.0000,4055.3229,59.5765,59.3610,0.1197,0.0000,5,1306.7996,441.8295,671.7073,-86.0843,60.4634,91.9216,-11.7804,0.3793,54.0317,0.0000,54.0317,6.0523,54.0317,0.8952,0.0000,53.1365,0.0000,53.1365,6.5003,46.6363,0.0000,46.6363,0.1759,46.4604,0.0000,17.8999,11.0023,17.5582,12074.7681,12074.7681,12074.7681,12074.7681,12074.7681 +336.5000,1.0000,4071.9851,59.9840,59.7920,0.1067,0.0000,5,1315.7380,419.9275,707.1964,-86.6145,57.8592,97.4402,-11.9341,0.3403,51.3683,0.0000,51.3683,6.1506,51.3683,0.8886,0.0000,50.4797,0.0000,50.4797,6.5447,43.9350,0.0000,43.9350,0.1577,43.7773,0.0000,16.9492,11.0776,15.7505,11580.3848,11580.3848,11580.3848,11580.3848,11580.3848 +337.5000,1.0000,4088.6800,60.1015,60.1760,-0.0414,0.0000,5,1318.3153,264.8254,699.3901,-86.7673,36.5601,96.5534,-11.9785,-0.1323,30.5291,0.0000,30.5291,6.1633,30.5291,0.7863,0.0000,29.7428,0.0000,29.7428,6.5575,23.1852,0.0000,23.1852,-0.0613,23.2465,0.0000,18.2708,11.0993,-6.1235,7561.0982,7561.0982,7561.0982,7561.0982,7561.0982 +338.5000,1.0000,4105.3323,59.9485,60.0270,-0.0436,0.0000,5,1314.9593,244.9847,634.8862,-86.5683,33.7349,87.4252,-11.9206,-0.1390,27.7587,0.0000,27.7587,6.1153,27.7587,0.7700,0.0000,26.9887,0.0000,26.9887,6.5409,20.4479,0.0000,20.4479,-0.0645,20.5123,0.0000,15.8772,11.0710,-6.4358,7041.3679,7041.3679,7041.3679,7041.3679,7041.3679 +339.5000,1.0000,4121.9082,59.6730,59.8700,-0.1094,0.0000,5,1308.9163,176.5591,625.5326,-86.2099,24.2009,85.7414,-11.8167,-0.3473,18.4193,0.0000,18.4193,6.1289,18.4193,0.7187,0.0000,17.7006,0.0000,17.7006,6.5108,11.1898,0.0000,11.1898,-0.1610,11.3508,0.0000,16.4075,11.0201,-16.0768,5267.8041,5267.8041,5267.8041,5267.8041,5267.8041 +340.5000,1.0000,4138.3139,59.0605,59.4760,-0.2308,0.0000,5,1295.4812,-26.6574,594.0824,-85.4131,-3.6164,80.5947,-11.5873,-0.7251,-8.9761,0.0000,-8.9761,6.0847,-8.9761,0.6899,0.0000,-9.6660,0.0000,-9.6660,6.4440,-16.1100,0.0000,-16.1100,-0.3361,-15.7738,0.0000,6.8794,10.9070,-33.5602,1124.1529,1124.1529,1124.1529,1124.1529,1124.1529 +341.5000,1.0000,4154.4797,58.1970,58.6450,-0.2489,0.0000,5,1276.5405,-83.6685,501.6798,-84.2897,-11.1847,67.0641,-11.2678,-0.7704,-16.3847,0.0000,-16.3847,5.9704,-16.3847,0.6937,0.0000,-17.0784,0.0000,-17.0784,6.3498,-23.4281,0.0000,-23.4281,-0.3571,-23.0710,0.0000,1.8377,10.7475,-35.6562,0.0000,0.0000,0.0000,0.0000,0.0000 +342.5000,1.0000,4170.4035,57.3255,57.7490,-0.2353,0.0000,5,1257.4243,-81.7058,471.0266,-83.1560,-10.7588,62.0234,-10.9497,-0.7173,-15.9282,0.0000,-15.9282,5.8868,-15.9282,0.6778,0.0000,-16.6060,0.0000,-16.6060,6.2547,-22.8607,0.0000,-22.8607,-0.3325,-22.5281,0.0000,0.0868,10.5866,-33.2015,0.0000,0.0000,0.0000,0.0000,0.0000 +343.5000,1.0000,4186.1158,56.5645,56.9020,-0.1875,0.0000,5,1240.7319,-29.6691,466.9627,-82.1660,-3.8549,60.6721,-10.6758,-0.5641,-9.1039,0.0000,-9.1039,5.8131,-9.1039,0.6479,0.0000,-9.7518,0.0000,-9.7518,6.1716,-15.9235,0.0000,-15.9235,-0.2615,-15.6620,0.0000,0.0000,10.4461,-26.1081,975.0613,975.0613,975.0613,975.0613,975.0613 +344.5000,1.0000,4201.6604,55.9605,56.2270,-0.1481,0.0000,5,1227.4833,13.7474,486.4970,-81.3803,1.7671,62.5352,-10.4608,-0.4406,-3.5356,0.0000,-3.5356,5.7434,-3.5356,0.6240,0.0000,-4.1596,0.0000,-4.1596,6.1057,-10.2653,0.0000,-10.2653,-0.2043,-10.0610,0.0000,0.0000,10.3345,-20.3956,1746.0468,1746.0468,1746.0468,1746.0468,1746.0468 +345.5000,1.0000,4217.0419,55.3735,55.6940,-0.1781,0.0000,5,1214.6075,-19.4136,502.5943,-80.6166,-2.4693,63.9267,-10.2539,-0.5244,-7.6217,0.0000,-7.6217,5.6768,-7.6217,0.6245,0.0000,-8.2462,0.0000,-8.2462,6.0417,-14.2879,0.0000,-14.2879,-0.2431,-14.0448,0.0000,0.0000,10.2261,-24.2709,1118.9677,1118.9677,1118.9677,1118.9677,1118.9677 +346.5000,1.0000,4232.2540,54.7635,55.0530,-0.1608,0.0000,5,1201.2273,-0.2282,483.9940,-79.8231,-0.0287,60.8827,-10.0411,-0.4684,-5.2020,0.0000,-5.2020,5.6417,-5.2020,0.6084,0.0000,-5.8104,0.0000,-5.8104,5.9751,-11.7855,0.0000,-11.7855,-0.2172,-11.5684,0.0000,0.0000,10.1135,-21.6819,1465.1995,1465.1995,1465.1995,1465.1995,1465.1995 +347.5000,1.0000,4247.2915,54.1350,54.4740,-0.1883,0.0000,5,1187.4413,-30.4607,488.8129,-79.0011,-3.7877,60.7832,-9.8237,-0.5422,-8.8379,0.0000,-8.8379,5.5924,-8.8379,0.6073,0.0000,-9.4452,0.0000,-9.4452,5.9066,-15.3517,0.0000,-15.3517,-0.2514,-15.1003,0.0000,0.0000,9.9974,-25.0977,856.4496,856.4496,856.4496,856.4496,856.4496 +348.5000,1.0000,4262.1343,53.4340,53.7960,-0.2011,0.0000,5,1172.0650,-44.4415,470.3560,-78.0839,-5.4547,57.7307,-9.5839,-0.5715,-10.4205,0.0000,-10.4205,5.5373,-10.4205,0.5999,0.0000,-11.0204,0.0000,-11.0204,5.8301,-16.8505,0.0000,-16.8505,-0.2649,-16.5856,0.0000,0.0000,9.8679,-26.4535,564.9395,564.9395,564.9395,564.9395,564.9395 +349.5000,1.0000,4276.7682,52.6820,53.0720,-0.2167,0.0000,5,1155.5700,-61.5850,458.9942,-77.0999,-7.4525,55.5434,-9.3299,-0.6071,-12.3102,0.0000,-12.3102,5.4648,-12.3102,0.5926,0.0000,-12.9029,0.0000,-12.9029,5.7480,-18.6509,0.0000,-18.6509,-0.2814,-18.3695,0.0000,0.0000,9.7291,-28.0985,210.2542,210.2542,210.2542,210.2542,210.2542 +350.5000,1.0000,4291.2078,51.9825,52.2920,-0.1719,0.0000,5,1140.2266,-12.1276,446.4487,-76.1847,-1.4481,53.3079,-9.0968,-0.4754,-6.3847,0.0000,-6.3847,5.4120,-6.3847,0.5667,0.0000,-6.9514,0.0000,-6.9514,5.6717,-12.6231,0.0000,-12.6231,-0.2204,-12.4027,0.0000,0.0000,9.5999,-22.0026,1135.5662,1135.5662,1135.5662,1135.5662,1135.5662 +351.5000,1.0000,4305.4636,51.3210,51.6730,-0.1956,0.0000,5,1125.7167,-38.1649,465.9567,-75.3191,-4.4991,54.9292,-8.8790,-0.5338,-9.3121,0.0000,-9.3121,5.3468,-9.3121,0.5637,0.0000,-9.8757,0.0000,-9.8757,5.5995,-15.4753,0.0000,-15.4753,-0.2474,-15.2278,0.0000,0.0000,9.4777,-24.7055,633.3156,633.3156,633.3156,633.3156,633.3156 +352.5000,1.0000,4319.5368,50.6635,50.9690,-0.1697,0.0000,5,1111.2945,-9.5514,449.4765,-74.4588,-1.1115,52.3076,-8.6651,-0.4573,-5.9501,0.0000,-5.9501,5.2959,-5.9501,0.5450,0.0000,-6.4951,0.0000,-6.4951,5.5278,-12.0229,0.0000,-12.0229,-0.2120,-11.8109,0.0000,0.0000,9.3563,-21.1672,1110.0149,1110.0149,1110.0149,1110.0149,1110.0149 +353.5000,1.0000,4333.4016,49.9135,50.3580,-0.2469,0.0000,5,1094.8434,44.7466,458.7828,-73.4160,5.1303,52.6002,-8.4173,-0.6555,0.5173,0.0000,0.5173,5.2686,0.5173,0.5173,0.0000,0.0000,0.0000,0.0000,5.4460,-5.4460,15.9823,-21.4283,-0.3039,-21.1244,0.0000,0.0000,9.2178,-30.3422,2086.4339,2086.4339,2086.4339,2086.4339,2086.4339 +354.5000,1.0000,4347.0228,49.0360,49.4690,-0.2406,0.0000,5,1075.5956,44.9036,480.1656,-72.0381,5.0578,54.0840,-8.1141,-0.6274,0.5039,0.0000,0.5039,5.1812,0.5039,0.5039,0.0000,0.0000,0.0000,0.0000,5.3502,-5.3502,14.9224,-20.2726,-0.2908,-19.9818,0.0000,0.0000,9.0557,-29.0375,2045.0910,2045.0910,2045.0910,2045.0910,2045.0910 +355.5000,1.0000,4360.3718,48.0565,48.6030,-0.3036,0.0000,5,1054.1105,43.7392,474.6238,-70.5002,4.8282,52.3919,-7.7822,-0.7760,0.4891,0.0000,0.4891,5.1151,0.4891,0.4891,0.0000,0.0000,0.0000,0.0000,5.2433,-5.2433,22.1585,-27.4018,-0.3597,-27.0421,0.0000,0.0000,8.8748,-35.9169,1973.1411,1973.1411,1973.1411,1973.1411,1973.1411 +356.5000,1.0000,4373.3390,46.6820,47.5100,-0.4600,0.0000,5,1023.9611,40.5092,466.4585,-68.3420,4.3438,50.0179,-7.3282,-1.1421,0.4688,0.0000,0.4688,5.0171,0.4688,0.4688,0.0000,0.0000,0.0000,0.0000,5.0934,-5.0934,39.6762,-44.7696,-0.5294,-44.2401,0.0000,0.0000,8.6210,-52.8611,1841.4368,1841.4368,1841.4368,1841.4368,1841.4368 +357.5000,1.0000,4385.8500,45.0395,45.8540,-0.4525,0.0000,5,987.9331,58.4312,453.2673,-67.3171,6.0451,46.8933,-6.9644,-1.0839,0.4449,0.0000,0.4449,6.6841,0.4449,0.4449,0.0000,0.0000,0.0000,0.0000,4.9142,-4.9142,37.4403,-42.3545,-0.5025,-41.8520,0.0000,0.0000,8.3177,-50.1697,2096.0287,2096.0287,2096.0287,2096.0287,2096.0287 +358.5000,1.0000,4397.9932,43.7155,44.2250,-0.2831,0.0000,5,958.8914,62.9115,449.3443,-68.9784,6.3173,45.1209,-6.9265,-0.6581,0.4261,0.0000,0.4261,6.5493,0.4261,0.4261,0.0000,0.0000,0.0000,0.0000,4.7697,-4.7697,17.9227,-22.6924,-0.3051,-22.3873,0.0000,0.0000,8.0732,-30.4605,2097.2283,2097.2283,2097.2283,2097.2283,2097.2283 +359.5000,1.0000,4409.8528,42.6945,43.2060,-0.2842,0.0000,5,936.4960,62.7169,441.6202,-70.2596,6.1506,43.3095,-6.8903,-0.6453,0.4118,0.0000,0.4118,6.3841,0.4118,0.4118,0.0000,0.0000,0.0000,0.0000,4.6583,-4.6583,17.6220,-22.2803,-0.2991,-21.9812,0.0000,0.0000,7.8846,-29.8658,2027.8617,2027.8617,2027.8617,2027.8617,2027.8617 +360.5000,1.0000,4421.4264,41.6650,42.1830,-0.2878,0.0000,5,913.9141,62.8628,431.7724,-71.5513,6.0163,41.3227,-6.8478,-0.6377,0.3976,0.0000,0.3976,6.2564,0.3976,0.3976,0.0000,0.0000,0.0000,0.0000,4.5460,-4.5460,17.5712,-22.1171,-0.2956,-21.8215,0.0000,0.0000,7.6945,-29.5160,1964.5057,1964.5057,1964.5057,1964.5057,1964.5057 +361.5000,1.0000,4432.6737,40.4905,41.1470,-0.3647,0.0000,5,888.1517,62.0454,419.9751,-73.1945,5.7707,39.0606,-6.8076,-0.7854,0.3816,0.0000,0.3816,6.1744,0.3816,0.3816,0.0000,0.0000,0.0000,0.0000,4.4178,-4.4178,24.8220,-29.2399,-0.3641,-28.8758,0.0000,0.0000,7.4776,-36.3534,1873.2787,1873.2787,1873.2787,1873.2787,1873.2787 +362.5000,1.0000,4443.5543,39.1700,39.8340,-0.3689,0.0000,5,859.1867,63.7226,409.7231,-75.2657,5.7334,36.8644,-6.7719,-0.7685,0.3640,0.0000,0.3640,6.1378,0.3640,0.3640,0.0000,0.0000,0.0000,0.0000,4.2738,-4.2738,24.4183,-28.6921,-0.3562,-28.3358,0.0000,0.0000,7.2337,-35.5696,1856.2072,1856.2072,1856.2072,1856.2072,1856.2072 +363.5000,1.0000,4454.2185,38.3910,38.5060,-0.0639,0.0000,5,842.0995,128.5482,418.0369,-76.4875,11.3360,36.8644,-6.7450,-0.1304,5.5296,0.0000,5.5296,5.9368,5.5296,0.3493,0.0000,5.1803,0.0000,5.1803,4.1888,0.9915,0.0000,0.9915,-0.0605,1.0520,0.0000,0.0000,7.0899,-6.0379,2842.4764,2842.4764,2842.4764,2842.4764,2842.4764 +364.5000,1.0000,4464.9475,38.6245,38.2760,0.1936,0.0000,5,847.2213,413.9765,433.4089,-76.1213,36.7283,38.4524,-6.7535,0.3977,30.4168,0.0000,30.4168,5.9138,30.4168,0.4766,0.0000,29.9403,0.0000,29.9403,4.2142,25.7260,0.0000,25.7260,0.1844,25.5417,0.0000,0.0000,7.1330,18.4087,7504.3942,7504.3942,7504.3942,7504.3942,7504.3942 +365.5000,1.0000,4475.7142,38.7603,38.9730,-0.1182,0.0000,0,818.6681,48.8551,583.7067,-78.1630,4.1884,50.0416,-6.7010,-1.8198,0.0000,0.0000,0.0000,6.0082,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.2291,-4.2291,0.0000,-4.2291,-0.1129,-4.1161,0.0000,0.0000,7.1581,-11.2742,1637.6630,1637.6630,1637.6630,1637.6630,1637.6630 +366.5000,1.0000,4486.5458,38.9936,40.2540,0.2478,0.0000,4,1031.4091,465.2530,465.2530,-68.8752,50.2515,50.2515,-7.4391,15.7677,29.9899,0.0000,29.9899,4.4938,36.8073,1.3309,0.0000,35.4764,0.0000,35.4764,4.2545,31.2219,0.0000,31.2219,0.2382,30.9837,0.0000,0.0000,7.2012,23.7825,10035.8062,10035.8062,10035.8062,10035.8062,10035.8062 +367.5000,1.0000,4497.8512,40.6996,41.5140,0.7000,0.0000,4,1321.2541,676.6754,676.6754,-86.9416,93.6258,93.6258,-12.0294,3.3191,85.6948,0.0000,85.6948,4.6119,85.6948,2.3498,0.0000,83.3450,0.0000,83.3450,4.9897,78.3553,0.0000,78.3553,0.7025,77.6528,0.0000,0.0000,7.5162,70.1366,18238.4100,18238.4100,18238.4100,18238.4100,18238.4100 +368.5000,1.0000,4509.9334,43.4956,43.2920,0.8533,0.0000,4,1412.0209,796.8362,796.8362,-92.3248,117.8254,117.8254,-13.6517,4.3235,108.7749,0.0000,108.7749,4.7269,108.7749,2.8817,0.0000,105.8933,0.0000,105.8933,5.5848,100.3085,0.0000,100.3085,0.9150,99.3934,0.0000,0.0000,8.0326,91.3609,22932.5885,22932.5885,22932.5885,22932.5885,22932.5885 +369.5000,1.0000,4522.6744,45.8677,45.0960,0.4646,0.0000,4,1489.0288,488.2623,847.8855,-96.8920,76.1351,132.2114,-15.1084,2.4825,68.8120,0.0000,68.8120,4.8407,68.8120,2.1447,0.0000,66.6673,0.0000,66.6673,5.2144,61.4529,0.0000,61.4529,0.5254,60.9275,0.0000,0.0000,8.4706,52.4569,15080.6590,15080.6590,15080.6590,15080.6590,15080.6590 +370.5000,1.0000,4535.8351,47.3785,46.7040,0.3747,0.0000,4,1538.0732,417.0406,755.8757,-99.8007,67.1713,121.7464,-16.0746,2.0682,60.1281,0.0000,60.1281,4.9750,60.1281,2.0120,0.0000,58.1161,0.0000,58.1161,5.2249,52.8912,0.0000,52.8912,0.4377,52.4535,0.0000,0.0000,8.7496,43.7039,13487.3768,13487.3768,13487.3768,13487.3768,13487.3768 +371.5000,1.0000,4549.3243,48.5610,48.0530,0.2822,0.0000,4,1576.4614,344.3295,741.6776,-102.0774,56.8442,122.4411,-16.8516,1.5966,50.1873,0.0000,50.1873,5.0603,50.1873,1.8459,0.0000,48.3414,0.0000,48.3414,5.2984,43.0430,0.0000,43.0430,0.3379,42.7051,0.0000,0.0000,8.9680,33.7371,11585.0069,11585.0069,11585.0069,11585.0069,11585.0069 +372.5000,1.0000,4563.1350,49.7185,49.0690,0.3608,0.0000,4,1614.0379,405.7432,727.4589,-103.9734,68.5794,122.9563,-17.5738,2.0899,61.3451,0.0000,61.3451,5.1443,61.3451,2.1017,0.0000,59.2434,0.0000,59.2434,5.4568,53.7866,0.0000,53.7866,0.4423,53.3443,0.0000,0.0000,9.1818,44.1625,13844.3066,13844.3066,13844.3066,13844.3066,13844.3066 +373.5000,1.0000,4577.2969,50.9830,50.3680,0.3417,0.0000,4,1655.0880,390.4631,752.2014,-105.4353,67.6752,130.3719,-18.2741,2.0293,60.4070,0.0000,60.4070,5.2390,60.4070,2.1193,0.0000,58.2877,0.0000,58.2877,5.5626,52.7250,0.0000,52.7250,0.4295,52.2955,0.0000,0.0000,9.4153,42.8802,13715.8942,13715.8942,13715.8942,13715.8942,13715.8942 +374.5000,1.0000,4591.7877,52.1670,51.5980,0.3161,0.0000,4,1693.5248,370.3478,754.9944,-106.8042,65.6795,133.8949,-18.9412,1.9211,58.4413,0.0000,58.4413,5.3172,58.4413,2.1146,0.0000,56.3266,0.0000,56.3266,5.6918,50.6348,0.0000,50.6348,0.4066,50.2282,0.0000,0.0000,9.6340,40.5943,13394.5273,13394.5273,13394.5273,13394.5273,13394.5273 +375.5000,1.0000,4606.6008,53.3270,52.7360,0.3283,0.0000,4,1731.1825,379.9918,757.0595,-108.1452,68.8883,137.2466,-19.6055,2.0397,61.4082,0.0000,61.4082,5.4404,61.4082,2.2085,0.0000,59.1997,0.0000,59.1997,5.8184,53.3813,0.0000,53.3813,0.4317,52.9496,0.0000,0.0000,9.8482,43.1014,14004.5737,14004.5737,14004.5737,14004.5737,14004.5737 +376.5000,1.0000,4621.5189,53.7053,53.9180,-0.1182,0.0000,0,1719.6826,12.8765,759.9759,-107.7357,2.3189,136.8601,-19.4016,-3.2407,0.0000,0.0000,0.0000,5.5595,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.8597,-5.8597,0.0000,-5.8597,-0.1565,-5.7032,0.0000,0.0000,9.9180,-15.6213,2939.4271,2939.4271,2939.4271,2939.4271,2939.4271 +377.5000,1.0000,4636.6259,54.3852,54.9130,0.4959,0.0000,5,1450.7531,572.4921,572.4921,-94.6219,86.9744,86.9744,-14.3752,-21.2256,102.5310,0.0000,102.5310,5.6690,84.3096,0.9640,0.0000,83.3456,0.0000,83.3456,6.2471,77.0985,0.0000,77.0985,0.6649,76.4335,0.0000,0.0000,10.0436,66.3899,17013.8322,17013.8322,17013.8322,17013.8322,17013.8322 +378.5000,1.0000,4652.2243,56.1539,56.0590,0.4867,0.0000,5,1231.7261,720.2908,799.3264,-81.6319,92.9075,103.1020,-10.5294,1.4536,85.7521,0.0000,85.7521,5.7018,85.7521,0.9987,0.0000,84.7534,0.0000,84.7534,6.4307,78.3226,0.0000,78.3226,0.6738,77.6488,0.0000,0.0000,10.3702,67.2786,18113.3609,18113.3609,18113.3609,18113.3609,18113.3609 +379.5000,1.0000,4668.1887,57.4720,57.0300,0.2456,0.0000,5,1260.6377,450.2497,814.0822,-83.3466,59.4391,107.4700,-11.0029,0.7506,52.8277,0.0000,52.8277,5.8608,52.8277,0.8550,0.0000,51.9727,0.0000,51.9727,6.2706,45.7020,0.0000,45.7020,0.3479,45.3541,0.0000,0.0000,10.6137,34.7404,11830.9717,11830.9717,11830.9717,11830.9717,11830.9717 +380.5000,1.0000,4684.4154,58.4160,57.9140,0.2789,0.0000,5,1281.3442,486.7104,703.9061,-84.5746,65.3078,94.4516,-11.3484,0.8665,58.5667,0.0000,58.5667,5.8747,58.5667,0.8989,0.0000,57.6677,0.0000,57.6677,6.3736,51.2941,0.0000,51.2941,0.4017,50.8924,0.0000,0.0000,10.7880,40.1044,12994.5729,12994.5729,12994.5729,12994.5729,12994.5729 +381.5000,1.0000,4700.8662,59.2230,58.9180,0.1694,0.0000,5,1299.0456,365.4443,722.1115,-85.6245,49.7135,98.2330,-11.6480,0.5337,43.1841,0.0000,43.1841,5.9956,43.1841,0.8352,0.0000,42.3490,0.0000,42.3490,6.4617,35.8873,0.0000,35.8873,0.2474,35.6399,0.0000,0.0000,10.9370,24.7028,10033.6657,10033.6657,10033.6657,10033.6657,10033.6657 +382.5000,1.0000,4717.4552,59.7205,59.5280,0.1069,0.0000,5,1309.9582,296.1201,674.3759,-86.2717,40.6213,92.5099,-11.8346,0.3397,34.2230,0.0000,34.2230,6.0586,34.2230,0.7985,0.0000,33.4245,0.0000,33.4245,6.5160,26.9085,0.0000,26.9085,0.1575,26.7510,0.0000,0.0000,11.0289,15.7221,8327.3168,8327.3168,8327.3168,8327.3168,8327.3168 +383.5000,1.0000,4734.0804,59.8505,59.9130,-0.0347,0.0000,5,1312.8097,138.9945,646.9501,-86.4408,19.1086,88.9408,-11.8836,-0.1105,13.1113,0.0000,13.1113,6.1078,13.1113,0.6951,0.0000,12.4161,0.0000,12.4161,6.5302,5.8860,0.0000,5.8860,-0.0512,5.9372,0.0000,0.0000,11.0529,-5.1157,4332.8609,4332.8609,4332.8609,4332.8609,4332.8609 +384.5000,1.0000,4750.6366,59.6025,59.7880,-0.1031,0.0000,5,1307.3699,62.8964,580.5673,-86.1182,8.6110,79.4840,-11.7902,-0.3267,2.9079,0.0000,2.9079,6.0298,2.9079,0.6695,0.0000,2.2383,0.0000,2.2383,6.5031,-4.2648,0.0000,-4.2648,-0.1514,-4.1134,0.0000,0.0000,11.0071,-15.1205,2720.7518,2720.7518,2720.7518,2720.7518,2720.7518 +385.5000,1.0000,4767.0981,59.2615,59.4170,-0.0864,0.0000,5,1299.8901,81.3482,546.5830,-85.6746,11.0735,74.4032,-11.6624,-0.2723,5.3388,0.0000,5.3388,6.0069,5.3388,0.6576,0.0000,4.6812,0.0000,4.6812,6.4659,-1.7847,0.0000,-1.7847,-0.1262,-1.6585,0.0000,0.0000,10.9441,-12.6026,2999.9515,2999.9515,2999.9515,2999.9515,2999.9515 +386.5000,1.0000,4783.5290,59.1510,59.1060,0.0250,0.0000,5,1297.4663,204.8683,553.6359,-85.5308,27.8355,75.2227,-11.6211,0.0786,21.7813,0.0000,21.7813,5.9756,21.7813,0.7270,0.0000,21.0543,0.0000,21.0543,6.4538,14.6004,0.0000,14.6004,0.0365,14.5640,0.0000,0.0000,10.9237,3.6403,5934.7320,5934.7320,5934.7320,5934.7320,5934.7320 +387.5000,1.0000,4800.0048,59.3130,59.1960,0.0650,0.0000,5,1301.0197,249.4891,606.2711,-85.7416,33.9910,82.5999,-11.6816,0.2050,27.7704,0.0000,27.7704,6.0156,27.7704,0.7596,0.0000,27.0108,0.0000,27.0108,6.4715,20.5393,0.0000,20.5393,0.0951,20.4442,0.0000,0.0000,10.9536,9.4906,7089.3831,7089.3831,7089.3831,7089.3831,7089.3831 +388.5000,1.0000,4816.5736,59.6475,59.4300,0.1208,0.0000,5,1308.3569,311.3994,626.2412,-86.1767,42.6651,85.8018,-11.8071,0.3833,36.2508,0.0000,36.2508,6.0309,36.2508,0.8075,0.0000,35.4434,0.0000,35.4434,6.5080,28.9353,0.0000,28.9353,0.1777,28.7576,0.0000,0.0000,11.0154,17.7422,8714.2006,8714.2006,8714.2006,8714.2006,8714.2006 +389.5000,1.0000,4833.2641,60.0860,59.8650,0.1228,0.0000,5,1317.9753,313.4348,653.6364,-86.7472,43.2597,90.2136,-11.9727,0.3924,36.8119,0.0000,36.8119,6.0554,36.8119,0.8175,0.0000,35.9944,0.0000,35.9944,6.5559,29.4386,0.0000,29.4386,0.1819,29.2567,0.0000,0.0000,11.0964,18.1603,8830.1521,8830.1521,8830.1521,8830.1521,8830.1521 +390.5000,1.0000,4850.0962,60.5955,60.3070,0.1603,0.0000,5,1329.1511,355.2955,656.4874,-87.4100,49.4530,91.3754,-12.1665,0.5165,42.8053,0.0000,42.8053,6.1312,42.8053,0.8559,0.0000,41.9494,0.0000,41.9494,6.6114,35.3379,0.0000,35.3379,0.2395,35.0985,0.0000,0.0000,11.1905,23.9080,9975.5744,9975.5744,9975.5744,9975.5744,9975.5744 +391.5000,1.0000,4867.1123,61.2580,60.8840,0.2078,0.0000,5,1343.6830,408.0645,675.8748,-88.2718,57.4188,95.1024,-12.4207,0.6769,50.5483,0.0000,50.5483,6.1936,50.5483,0.9057,0.0000,49.6426,0.0000,49.6426,6.6837,42.9589,0.0000,42.9589,0.3138,42.6451,0.0000,0.0000,11.3128,31.3322,11510.6054,11510.6054,11510.6054,11510.6054,11510.6054 +392.5000,1.0000,4884.3315,61.9890,61.6320,0.1983,0.0000,5,1359.7173,397.2355,699.6408,-89.2228,56.5621,99.6213,-12.7044,0.6539,49.6931,0.0000,49.6931,6.2151,49.6931,0.9137,0.0000,48.7794,0.0000,48.7794,6.7635,42.0159,0.0000,42.0159,0.3031,41.7128,0.0000,0.0000,11.4478,30.2649,11361.6982,11361.6982,11361.6982,11361.6982,11361.6982 +393.5000,1.0000,4901.7380,62.6635,62.3460,0.1764,0.0000,5,1374.5123,373.1958,698.0725,-90.1003,53.7173,100.4796,-12.9689,0.5879,46.8019,0.0000,46.8019,6.3275,46.8019,0.9107,0.0000,45.8912,0.0000,45.8912,6.8371,39.0541,0.0000,39.0541,0.2725,38.7816,0.0000,0.0000,11.5724,27.2092,10826.9181,10826.9181,10826.9181,10826.9181,10826.9181 +394.5000,1.0000,4919.2950,63.2050,62.9810,0.1244,0.0000,5,1386.3900,314.7627,691.1497,-90.8047,45.6980,100.3428,-13.1832,0.4183,39.0058,0.0000,39.0058,6.2739,39.0058,0.8810,0.0000,38.1248,0.0000,38.1248,6.8962,31.2286,0.0000,31.2286,0.1939,31.0347,0.0000,0.0000,11.6724,19.3623,9320.6330,9320.6330,9320.6330,9320.6330,9320.6330 +395.5000,1.0000,4936.9504,63.5595,63.4290,0.0725,0.0000,5,1394.1659,257.4116,670.3840,-91.2659,37.5812,97.8739,-13.3245,0.2451,30.9768,0.0000,30.9768,6.3594,30.9768,0.8470,0.0000,30.1298,0.0000,30.1298,6.9348,23.1950,0.0000,23.1950,0.1136,23.0814,0.0000,0.0000,11.7379,11.3435,7830.8764,7830.8764,7830.8764,7830.8764,7830.8764 +396.5000,1.0000,4954.6430,63.6935,63.6900,0.0019,0.0000,5,1397.1052,178.9189,649.1738,-91.4402,26.1766,94.9771,-13.3781,0.0066,19.8135,0.0000,19.8135,6.3566,19.8135,0.7935,0.0000,19.0200,0.0000,19.0200,6.9495,12.0705,0.0000,12.0705,0.0031,12.0675,0.0000,0.0000,11.7626,0.3049,5732.8359,5732.8359,5732.8359,5732.8359,5732.8359 +397.5000,1.0000,4972.3443,63.7245,63.6970,0.0153,0.0000,5,1397.7852,193.7337,619.0173,-91.4805,28.3579,90.6091,-13.3905,0.0518,21.9465,0.0000,21.9465,6.3597,21.9465,0.8047,0.0000,21.1418,0.0000,21.1418,6.9528,14.1889,0.0000,14.1889,0.0240,14.1649,0.0000,0.0000,11.7683,2.3966,6127.7760,6127.7760,6127.7760,6127.7760,6127.7760 +398.5000,1.0000,4990.0606,63.7790,63.7520,0.0150,0.0000,5,1398.9806,193.3326,625.0394,-91.5514,28.3234,91.5688,-13.4124,0.0509,21.9213,0.0000,21.9213,6.3512,21.9213,0.8055,0.0000,21.1158,0.0000,21.1158,6.9588,14.1570,0.0000,14.1570,0.0236,14.1334,0.0000,0.0000,11.7784,2.3550,6122.8623,6122.8623,6122.8623,6122.8623,6122.8623 +399.5000,1.0000,5007.8109,63.9010,63.8060,0.0528,0.0000,5,1401.6567,235.1268,625.4745,-91.7101,34.5122,91.8079,-13.4613,0.1794,27.9963,0.0000,27.9963,6.3366,27.9963,0.8380,0.0000,27.1583,0.0000,27.1583,6.9721,20.1862,0.0000,20.1862,0.0831,20.1030,0.0000,0.0000,11.8009,8.3021,7270.0078,7270.0078,7270.0078,7270.0078,7270.0078 +400.5000,1.0000,5025.6298,64.1480,63.9960,0.0844,0.0000,5,1407.0746,273.1369,642.7248,-92.0315,40.2463,94.7045,-13.5607,0.2881,33.5259,0.0000,33.5259,6.4323,33.5259,0.8699,0.0000,32.6561,0.0000,32.6561,6.9991,25.6570,0.0000,25.6570,0.1336,25.5234,0.0000,0.3422,11.8465,13.3347,8333.0384,8333.0384,8333.0384,8333.0384,8333.0384 +401.5000,1.0000,5043.5500,64.5125,64.3000,0.1181,0.0000,5,1415.0698,317.7773,658.9148,-92.5056,47.0901,97.6418,-13.7080,0.4051,40.1672,0.0000,40.1672,6.5178,40.1672,0.9094,0.0000,39.2578,0.0000,39.2578,7.0388,32.2190,0.0000,32.2190,0.1878,32.0312,0.0000,1.3692,11.9139,18.7482,9624.2142,9624.2142,9624.2142,9624.2142,9624.2142 +402.5000,1.0000,5061.5859,64.9295,64.7250,0.1136,0.0000,5,1424.2166,321.2019,677.7164,-93.0481,47.9052,101.0771,-13.8775,0.3923,41.0525,0.0000,41.0525,6.4603,41.0525,0.9211,0.0000,40.1314,0.0000,40.1314,7.0843,33.0471,0.0000,33.0471,0.1819,32.8652,0.0000,2.7153,11.9909,18.1590,9781.5716,9781.5716,9781.5716,9781.5716,9781.5716 +403.5000,1.0000,5079.6845,65.1550,65.1340,0.0117,0.0000,5,1429.1629,216.0645,680.4087,-93.3415,32.3366,101.8310,-13.9696,0.0404,25.8068,0.0000,25.8068,6.4894,25.8068,0.8489,0.0000,24.9579,0.0000,24.9579,7.1089,17.8490,0.0000,17.8490,0.0187,17.8302,0.0000,3.9265,12.0325,1.8712,6884.6857,6884.6857,6884.6857,6884.6857,6884.6857 +404.5000,1.0000,5097.8334,65.3360,65.1760,0.0889,0.0000,5,1433.1331,308.4522,641.9443,-93.5769,46.2917,96.3413,-14.0438,0.3089,39.4860,0.0000,39.4860,6.4968,39.4860,0.9204,0.0000,38.5655,0.0000,38.5655,7.1287,31.4369,0.0000,31.4369,0.1432,31.2937,0.0000,4.9313,12.0659,14.2965,9492.2221,9492.2221,9492.2221,9492.2221,9492.2221 +405.5000,1.0000,5116.1058,65.7805,65.4960,0.1581,0.0000,5,1442.8832,401.8509,678.2221,-94.1552,60.7190,102.4783,-14.2267,0.5530,53.5832,0.0000,53.5832,6.5829,53.5832,0.9988,0.0000,52.5844,0.0000,52.5844,7.1772,45.4072,0.0000,45.4072,0.2563,45.1509,0.0000,7.4090,12.1480,25.5939,12213.0336,12213.0336,12213.0336,12213.0336,12213.0336 +406.5000,1.0000,5134.5579,66.4275,66.0650,0.2014,0.0000,5,1457.0750,463.1756,714.9442,-94.9969,70.6734,109.0894,-14.4951,0.7115,63.2847,0.0000,63.2847,6.6773,63.2847,1.0587,0.0000,62.2259,0.0000,62.2259,7.2478,54.9782,0.0000,54.9782,0.3298,54.6483,0.0000,9.4492,12.2675,32.9316,14020.9094,14020.9094,14020.9094,14020.9094,14020.9094 +407.5000,1.0000,5153.2729,67.3740,66.7900,0.3244,0.0000,5,1477.8363,638.7265,739.9707,-96.2282,98.8485,114.5169,-14.8921,1.1626,90.8759,0.0000,90.8759,6.8100,90.8759,1.2136,0.0000,89.6622,0.0000,89.6622,7.5353,82.1269,0.0000,82.1269,0.5389,81.5880,0.0000,15.3358,12.4423,53.8099,19273.8914,19273.8914,19273.8914,19273.8914,19273.8914 +408.5000,1.0000,5172.3329,68.6160,67.9580,0.3656,0.0000,5,1505.0793,686.4376,804.0402,-97.8439,108.1905,126.7260,-15.4213,1.3340,100.0079,0.0000,100.0079,6.8486,100.0079,1.2818,0.0000,98.7261,0.0000,98.7261,7.7854,90.9407,0.0000,90.9407,0.6184,90.3223,0.0000,15.9048,12.6717,61.7459,21125.0328,21125.0328,21125.0328,21125.0328,21125.0328 +409.5000,1.0000,5191.7288,69.8255,69.2740,0.3064,0.0000,5,1531.6095,594.1363,822.9206,-99.4174,95.2934,131.9880,-15.9455,1.1378,87.1110,0.0000,87.1110,7.0446,87.1110,1.2395,0.0000,85.8715,0.0000,85.8715,7.7037,78.1678,0.0000,78.1678,0.5275,77.6404,0.0000,12.0810,12.8950,52.6643,18679.3036,18679.3036,18679.3036,18679.3036,18679.3036 +410.5000,1.0000,5211.3729,70.7185,70.3770,0.1897,0.0000,5,1551.1973,463.3265,795.7343,-100.5791,75.2632,129.2599,-16.3382,0.7136,67.4821,0.0000,67.4821,7.0675,67.4821,1.1580,0.0000,66.3242,0.0000,66.3242,7.7159,58.6082,0.0000,58.6082,0.3308,58.2774,0.0000,12.1896,13.0600,33.0279,14971.8417,14971.8417,14971.8417,14971.8417,14971.8417 +411.5000,1.0000,5231.2277,71.4775,71.0600,0.2319,0.0000,5,1567.8458,496.7471,756.5166,-101.5665,81.5581,124.2082,-16.6756,0.8817,73.5386,0.0000,73.5386,7.1378,73.5386,1.2025,0.0000,72.3361,0.0000,72.3361,7.7988,64.5374,0.0000,64.5374,0.4087,64.1286,0.0000,10.1170,13.2001,40.8115,16229.2325,16229.2325,16229.2325,16229.2325,16229.2325 +412.5000,1.0000,5251.1122,71.5840,71.8950,-0.1728,0.0000,5,1570.1819,41.6352,769.0475,-101.7050,6.8460,126.4538,-16.7233,-0.6578,0.2617,0.0000,0.2617,7.2421,0.2617,0.8978,0.0000,-0.6361,0.0000,-0.6361,7.8104,-8.4465,0.0000,-8.4465,-0.3049,-8.1415,0.0000,9.0849,13.2198,-30.4462,3082.0192,3082.0192,3082.0192,3082.0192,3082.0192 +413.5000,1.0000,5270.7755,70.7880,71.2730,-0.2694,0.0000,5,1552.7217,-56.6978,616.7580,-100.6695,-9.2191,100.2852,-16.3689,-1.0144,-13.9576,0.0000,-13.9576,5.7529,-13.9576,0.9177,0.0000,-14.8753,0.0000,-14.8753,7.7235,-22.5988,0.0000,-22.5988,-0.4703,-22.1286,0.0000,11.7510,13.0728,-46.9524,950.0158,950.0158,950.0158,950.0158,950.0158 +414.5000,1.0000,5290.1618,69.7905,70.3030,-0.2847,0.0070,5,1530.8418,-68.7221,575.4145,-99.3718,-11.0168,92.2443,-15.9302,-1.0568,-15.2701,0.0000,-15.2701,5.3101,-15.2701,0.9016,0.0000,-16.1717,0.0000,-16.1717,7.6147,-23.7864,0.0000,-23.7864,-0.4899,-23.2965,0.1179,12.6126,12.8886,-48.9155,629.9540,629.9540,629.9540,629.9540,629.9540 +415.5000,1.0000,5309.1213,68.2545,69.2780,-0.5686,0.0110,5,1497.1499,26.1373,558.1035,-97.3736,4.0978,87.5001,-15.2664,-2.0641,0.8319,0.0000,0.8319,5.3301,0.8319,0.8319,0.0000,0.0000,0.0000,0.0000,7.4471,-7.4471,67.1282,-74.5753,-0.9569,-73.6184,0.1812,9.1334,12.6049,-95.5379,2627.7906,2627.7906,2627.7906,2627.7906,2627.7906 +416.5000,1.0000,5327.6605,66.7410,67.2310,-0.2722,0.0110,5,1463.9515,-52.3587,581.0504,-95.4047,-8.0268,89.0777,-14.6260,-0.9663,-12.1533,0.0000,-12.1533,5.0927,-12.1533,0.8358,0.0000,-12.9891,0.0000,-12.9891,7.2820,-20.2711,0.0000,-20.2711,-0.4479,-19.8231,0.1772,12.3987,12.3254,-44.7245,904.9881,904.9881,904.9881,904.9881,904.9881 +417.5000,1.0000,5346.0290,66.1265,66.2510,-0.0692,0.0020,5,1450.4726,165.3914,547.2496,-94.6053,25.1218,83.1235,-14.3699,-0.2433,20.3261,0.0000,20.3261,5.0390,20.3261,0.8386,0.0000,19.4875,0.0000,19.4875,7.2149,12.2726,0.0000,12.2726,-0.1128,12.3853,0.0319,11.4005,12.2119,-11.2590,5571.3887,5571.3887,5571.3887,5571.3887,5571.3887 +418.5000,1.0000,5364.4000,66.1355,66.0020,0.0742,0.0000,5,1450.6700,323.1116,627.8818,-94.6170,49.0851,95.3839,-14.3736,0.2609,43.8254,0.0000,43.8254,4.9988,43.8254,0.9563,0.0000,42.8691,0.0000,42.8691,7.2159,35.6532,0.0000,35.6532,0.1209,35.5323,0.0000,11.2441,12.2136,12.0746,10016.6537,10016.6537,10016.6537,10016.6537,10016.6537 +419.5000,1.0000,5382.8441,66.3990,66.2690,0.0722,0.0000,5,1456.4498,311.4701,686.8933,-94.9598,47.5051,104.7643,-14.4832,0.2550,42.2136,0.0000,42.2136,5.0365,42.2136,0.9529,0.0000,41.2607,0.0000,41.2607,7.2447,34.0161,0.0000,34.0161,0.1182,33.8978,0.0000,9.8307,12.2623,11.8049,9736.1607,9736.1607,9736.1607,9736.1607,9736.1607 +420.5000,1.0000,5401.4104,66.8385,66.5290,0.1719,0.0000,5,1466.0902,421.1210,684.4830,-95.5316,64.6541,105.0877,-14.6668,0.6112,59.0100,0.0000,59.0100,5.0329,59.0100,1.0447,0.0000,57.9653,0.0000,57.9653,7.2926,50.6727,0.0000,50.6727,0.2833,50.3893,0.0000,9.7552,12.3434,28.2907,12935.8964,12935.8964,12935.8964,12935.8964,12935.8964 +421.5000,1.0000,5420.1790,67.5670,67.1480,0.2328,0.0000,5,1482.0697,495.4111,726.3678,-96.4793,76.8888,112.7337,-14.9738,0.8365,70.9883,0.0000,70.9883,5.0640,70.9883,1.1177,0.0000,69.8706,0.0000,69.8706,7.3721,62.4985,0.0000,62.4985,0.3878,62.1108,0.0000,10.9155,12.4780,38.7173,15211.0790,15211.0790,15211.0790,15211.0790,15211.0790 +422.5000,1.0000,5439.2202,68.5485,67.9860,0.3125,0.0000,5,1503.5987,574.0079,755.4399,-97.7561,90.3813,118.9489,-15.3923,1.1393,84.1009,0.0000,84.1009,5.1411,84.1009,1.2010,0.0000,82.8999,0.0000,82.8999,7.5418,75.3581,0.0000,75.3581,0.5281,74.8300,0.0000,9.4384,12.6592,52.7324,17707.0432,17707.0432,17707.0432,17707.0432,17707.0432 +423.5000,1.0000,5458.5809,69.6985,69.1110,0.3264,0.0000,5,1528.8238,597.0331,785.3944,-99.2522,95.5838,125.7401,-15.8901,1.2099,89.1713,0.0000,89.1713,5.2026,89.1713,1.2475,0.0000,87.9238,0.0000,87.9238,7.7228,80.2010,0.0000,80.2010,0.5609,79.6402,0.0000,10.7686,12.8716,56.0000,18730.1864,18730.1864,18730.1864,18730.1864,18730.1864 +424.5000,1.0000,5478.2222,70.7085,70.2860,0.2347,0.0000,5,1550.9779,500.9740,796.3231,-100.5661,81.3672,129.3372,-16.3337,0.8827,73.2964,0.0000,73.2964,7.1881,73.2964,1.1868,0.0000,72.1095,0.0000,72.1095,7.7149,64.3947,0.0000,64.3947,0.4092,63.9855,0.0000,10.0714,13.0581,40.8559,16162.0519,16162.0519,16162.0519,16162.0519,16162.0519 +425.5000,1.0000,5498.0590,71.4125,71.1310,0.1564,0.0000,5,1566.4200,414.4124,768.4194,-101.4819,67.9782,126.0478,-16.6466,0.5940,60.2691,0.0000,60.2691,7.1151,60.2691,1.1349,0.0000,59.1342,0.0000,59.1342,7.7917,51.3426,0.0000,51.3426,0.2753,51.0672,0.0000,10.3869,13.1881,27.4922,13657.3049,13657.3049,13657.3049,13657.3049,13657.3049 +426.5000,1.0000,5518.0541,71.9825,71.6940,0.1603,0.0000,5,1578.9229,427.1938,743.5417,-102.2234,70.6341,122.9405,-16.9021,0.6136,62.7702,0.0000,62.7702,7.2503,62.7702,1.1581,0.0000,61.6120,0.0000,61.6120,7.8539,53.7582,0.0000,53.7582,0.2844,53.4737,0.0000,11.7796,13.2934,28.4007,14150.5961,14150.5961,14150.5961,14150.5961,14150.5961 +427.5000,1.0000,5538.2418,72.6755,72.2710,0.2247,0.0000,5,1594.1237,503.9067,750.4505,-103.1250,84.1203,125.2774,-17.2153,0.8686,75.9964,0.0000,75.9964,7.2553,75.9964,1.2374,0.0000,74.7590,0.0000,74.7590,7.9295,66.8295,0.0000,66.8295,0.4027,66.4268,0.0000,12.8020,13.4214,40.2034,16754.3094,16754.3094,16754.3094,16754.3094,16754.3094 +428.5000,1.0000,5558.6444,73.4495,73.0800,0.2053,0.0000,5,1611.1013,481.8077,776.2661,-103.8688,81.2878,130.9671,-17.5241,0.8019,73.1620,0.0000,73.1620,7.3239,73.1620,1.2381,0.0000,71.9239,0.0000,71.9239,8.0139,63.9100,0.0000,63.9100,0.3717,63.5383,0.0000,12.8580,13.5643,37.1159,16233.5688,16233.5688,16233.5688,16233.5688,16233.5688 +429.5000,1.0000,5579.2640,74.2305,73.8190,0.2286,0.0000,5,1628.2323,499.6478,771.7896,-104.4789,85.1940,131.5964,-17.8145,0.9025,76.8742,0.0000,76.8742,7.4173,76.8742,1.2717,0.0000,75.6025,0.0000,75.6025,8.0991,67.5033,0.0000,67.5033,0.4184,67.0849,0.0000,11.6021,13.7085,41.7743,16995.1809,16995.1809,16995.1809,16995.1809,16995.1809 +430.5000,1.0000,5599.9082,74.3191,74.6420,-0.1794,0.0000,0,1637.2585,43.5935,778.8422,-104.8003,7.4742,133.5351,-17.9684,0.0000,0.0000,0.0000,0.0000,7.4742,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,8.1088,-8.1088,0.0000,-8.1088,-0.3287,-7.7801,0.0000,11.3133,13.7249,-32.8184,3304.1392,3304.1392,3304.1392,3304.1392,3304.1392 +431.5000,1.0000,5620.5917,74.4608,75.1680,0.2581,0.0000,6,1416.8543,574.9013,574.9013,-92.6115,85.2996,85.2996,-13.7410,-19.1774,96.9116,0.0000,96.9116,7.5655,81.3286,2.1663,0.0000,79.1624,0.0000,79.1624,8.1243,71.0381,0.0000,71.0381,0.4739,70.5643,0.0000,9.5011,13.7511,47.3121,16678.8258,16678.8258,16678.8258,16678.8258,16678.8258 +432.5000,1.0000,5641.5342,75.3927,75.6190,0.2596,0.0000,6,1203.9120,723.4272,798.5168,-79.9823,91.2049,100.6717,-10.0836,0.5517,83.1719,0.0000,83.1719,7.4814,83.1719,2.2136,0.0000,80.9583,0.0000,80.9583,8.2259,72.7323,0.0000,72.7323,0.4825,72.2498,0.0000,10.1465,13.9232,48.1801,17796.3271,17796.3271,17796.3271,17796.3271,17796.3271 +433.5000,1.0000,5662.6489,76.0130,75.8600,0.0850,0.0000,6,1213.8171,447.2019,817.4934,-80.5697,56.8441,103.9121,-10.2413,0.1821,51.0767,0.0000,51.0767,5.5853,51.0767,1.5787,0.0000,49.4980,0.0000,49.4980,8.2936,41.2044,0.0000,41.2044,0.1593,41.0451,0.0000,11.1022,14.0377,15.9051,11341.8455,11341.8455,11341.8455,11341.8455,11341.8455 +434.5000,1.0000,5683.8650,76.3780,76.1660,0.1178,0.0000,6,1219.6456,502.0664,696.2591,-80.9154,64.1244,88.9269,-10.3346,0.2536,58.2996,0.0000,58.2996,5.5713,58.2996,1.7273,0.0000,56.5723,0.0000,56.5723,8.3334,48.2388,0.0000,48.2388,0.2218,48.0170,0.0000,11.7677,14.1051,22.1442,12755.7053,12755.7053,12755.7053,12755.7053,12755.7053 +435.5000,1.0000,5705.2335,76.9265,76.5900,0.1869,0.0000,6,1228.4044,604.6252,721.1328,-81.4349,77.7779,92.7652,-10.4756,0.4054,71.7300,0.0000,71.7300,5.6426,71.7300,2.0022,0.0000,69.7278,0.0000,69.7278,8.3933,61.3345,0.0000,61.3345,0.3546,60.9799,0.0000,11.3723,14.2064,35.4012,15332.4014,15332.4014,15332.4014,15332.4014,15332.4014 +436.5000,1.0000,5726.8112,77.6800,77.2630,0.2317,0.0000,6,1240.4366,700.1450,766.6880,-82.1485,90.9476,99.5914,-10.6709,0.5072,84.7352,0.0000,84.7352,5.7051,84.7352,2.2709,0.0000,82.4643,0.0000,82.4643,8.4755,73.9888,0.0000,73.9888,0.4437,73.5451,0.0000,14.8997,14.3456,44.2998,17755.2127,17755.2127,17755.2127,17755.2127,17755.2127 +437.5000,1.0000,5748.5885,78.3980,78.0970,0.1672,0.0000,6,1251.9021,649.3469,809.1790,-82.8285,85.1286,106.0825,-10.8587,0.3695,79.0188,0.0000,79.0188,5.7403,79.0188,2.1649,0.0000,76.8539,0.0000,76.8539,8.5538,68.3001,0.0000,68.3001,0.3232,67.9769,0.0000,21.2265,14.4782,32.2722,16624.1782,16624.1782,16624.1782,16624.1782,16624.1782 +438.5000,1.0000,5770.5219,78.9605,78.6990,0.1453,0.0000,6,1260.8844,647.5364,788.4899,-83.3612,85.5004,104.1118,-11.0070,0.3233,79.3608,0.0000,79.3608,5.8163,79.3608,2.1783,0.0000,77.1825,0.0000,77.1825,8.6152,68.5673,0.0000,68.5673,0.2828,68.2845,0.0000,25.4641,14.5821,28.2383,16704.6628,16704.6628,16704.6628,16704.6628,16704.6628 +439.5000,1.0000,5792.5787,79.4045,79.2220,0.1014,0.0000,6,1267.9744,605.3500,788.6993,-83.7817,80.3796,104.7250,-11.1247,0.2269,74.3390,0.0000,74.3390,5.8137,74.3390,2.0830,0.0000,72.2559,0.0000,72.2559,8.6637,63.5923,0.0000,63.5923,0.1985,63.3938,0.0000,28.9115,14.6640,19.8182,15801.6062,15801.6062,15801.6062,15801.6062,15801.6062 +440.5000,1.0000,5814.7374,79.7710,79.5870,0.1022,0.0000,6,1273.8269,606.4560,771.3995,-84.1288,80.8981,102.9007,-11.2223,0.2298,74.8366,0.0000,74.8366,5.8316,74.8366,2.0973,0.0000,72.7393,0.0000,72.7393,8.7036,64.0357,0.0000,64.0357,0.2010,63.8346,0.0000,29.0296,14.7317,20.0733,15893.7765,15893.7765,15893.7765,15893.7765,15893.7765 +441.5000,1.0000,5836.9869,80.0985,79.9550,0.0797,0.0000,6,1279.0566,593.1645,772.4867,-84.4390,79.4499,103.4688,-11.3100,0.1800,73.3330,0.0000,73.3330,5.9370,73.3330,2.0711,0.0000,71.2619,0.0000,71.2619,8.7394,62.5225,0.0000,62.5225,0.1574,62.3651,0.0000,31.8536,14.7922,15.7193,15634.6302,15634.6302,15634.6302,15634.6302,15634.6302 +442.5000,1.0000,5859.3108,80.3660,80.2420,0.0689,0.0000,6,1283.3282,590.4564,767.4273,-84.6923,79.3513,103.1344,-11.3818,0.1561,73.3120,0.0000,73.3120,5.8833,73.3120,2.0738,0.0000,71.2382,0.0000,71.2382,8.7686,62.4696,0.0000,62.4696,0.1365,62.3331,0.0000,33.8629,14.8416,13.6286,15615.4437,15615.4437,15615.4437,15615.4437,15615.4437 +443.5000,1.0000,5881.6746,80.5095,80.4900,0.0108,0.0000,6,1285.6197,463.6732,766.8888,-84.8282,62.4242,103.2461,-11.4204,0.0246,56.4586,0.0000,56.4586,5.9411,56.4586,1.7384,0.0000,54.7201,0.0000,54.7201,8.7842,45.9359,0.0000,45.9359,0.0215,45.9144,0.0000,28.8993,14.8681,2.1470,12437.9866,12437.9866,12437.9866,12437.9866,12437.9866 +444.5000,1.0000,5904.0312,80.4840,80.5290,-0.0250,0.0000,6,1285.2125,394.9692,713.3434,-84.8041,53.1578,96.0068,-11.4135,-0.0567,47.3174,0.0000,47.3174,5.8971,47.3174,1.5553,0.0000,45.7621,0.0000,45.7621,8.7814,36.9806,0.0000,36.9806,-0.0496,37.0302,0.0000,27.1199,14.8634,-4.9531,10672.4540,10672.4540,10672.4540,10672.4540,10672.4540 +445.5000,1.0000,5926.3754,80.4390,80.4390,0.0000,0.0000,6,1284.4939,447.5417,683.9890,-84.7614,60.1997,92.0046,-11.4014,0.0000,54.3120,0.0000,54.3120,5.8877,54.3120,1.6947,0.0000,52.6173,0.0000,52.6173,8.7765,43.8408,0.0000,43.8408,0.0000,43.8408,0.0000,28.9857,14.8551,0.0000,12005.8553,12005.8553,12005.8553,12005.8553,12005.8553 +446.5000,1.0000,5948.7128,80.4145,80.4390,-0.0136,0.0000,6,1284.1026,455.3800,706.3080,-84.7382,61.2354,94.9779,-11.3948,-0.0309,55.3906,0.0000,55.3906,5.8756,55.3906,1.7160,0.0000,53.6747,0.0000,53.6747,8.7739,44.9008,0.0000,44.9008,-0.0270,44.9278,0.0000,32.7716,14.8506,-2.6944,12206.1727,12206.1727,12206.1727,12206.1727,12206.1727 +447.5000,1.0000,5971.0190,80.3025,80.3900,-0.0486,0.0000,6,1282.3142,412.3451,709.6135,-84.6322,55.3712,95.2895,-11.3647,-0.1100,49.5887,0.0000,49.5887,5.8926,49.5887,1.5986,0.0000,47.9901,0.0000,47.9901,8.7616,39.2284,0.0000,39.2284,-0.0962,39.3247,0.0000,34.1041,14.8299,-9.6093,11075.7297,11075.7297,11075.7297,11075.7297,11075.7297 +448.5000,1.0000,5993.2671,80.0930,80.2150,-0.0678,0.0000,6,1278.9688,396.3198,690.9179,-84.4338,53.0804,92.5369,-11.3085,-0.1530,47.3847,0.0000,47.3847,5.8487,47.3847,1.5520,0.0000,45.8327,0.0000,45.8327,8.7388,37.0939,0.0000,37.0939,-0.1338,37.2277,0.0000,35.7998,14.7912,-13.3632,10654.3196,10654.3196,10654.3196,10654.3196,10654.3196 +449.5000,1.0000,6015.4165,79.7380,79.9710,-0.1294,0.0000,6,1273.2999,293.7926,683.4642,-84.0976,39.1742,91.1329,-11.2135,-0.2909,33.6188,0.0000,33.6188,5.8464,33.6188,1.2726,0.0000,32.3462,0.0000,32.3462,8.7000,23.6462,0.0000,23.6462,-0.2545,23.9007,0.0000,34.5835,14.7256,-25.4084,8031.5709,8031.5709,8031.5709,8031.5709,8031.5709 +450.5000,1.0000,6037.4078,79.1685,79.5050,-0.1869,0.0000,6,1264.2058,181.3060,637.8453,-83.5582,24.0026,84.4426,-11.0620,-0.4172,18.5915,0.0000,18.5915,5.8283,18.5915,0.9653,0.0000,17.6261,0.0000,17.6261,8.6379,8.9882,0.0000,8.9882,-0.3649,9.3531,0.0000,31.1656,14.6205,-36.4329,5187.9145,5187.9145,5187.9145,5187.9145,5187.9145 +451.5000,1.0000,6059.2205,78.5260,78.8320,-0.1700,0.0000,6,1253.9460,183.4467,586.6485,-82.9497,24.0889,77.0345,-10.8924,-0.3763,18.7119,0.0000,18.7119,5.7533,18.7119,0.9603,0.0000,17.7517,0.0000,17.7517,8.5678,9.1839,0.0000,9.1839,-0.3291,9.5130,0.0000,27.8730,14.5018,-32.8618,5193.8712,5193.8712,5193.8712,5193.8712,5193.8712 +452.5000,1.0000,6080.8510,77.8695,78.2200,-0.1947,0.0000,6,1243.4627,35.1269,585.3301,-82.3280,4.5741,76.2188,-10.7203,-0.4274,-0.7301,0.0000,-0.7301,5.7316,-0.7301,0.7810,0.0000,-1.5112,0.0000,-1.5112,8.4962,-10.0074,0.0000,-10.0074,-0.3738,-9.6335,0.0000,13.3120,14.3806,-37.3261,2121.9399,2121.9399,2121.9399,2121.9399,2121.9399 +453.5000,1.0000,6102.2867,77.1685,77.5190,-0.1947,0.0000,6,1232.2687,-52.5995,516.7709,-81.6641,-6.7876,66.6856,-10.5382,-0.4235,-12.0992,0.0000,-12.0992,5.7351,-12.0992,0.8849,0.0000,-12.9841,0.0000,-12.9841,8.4197,-21.4038,0.0000,-21.4038,-0.3705,-21.0333,0.0000,1.7056,14.2511,-36.9900,505.9622,505.9622,505.9622,505.9622,505.9622 +454.5000,1.0000,6123.5525,76.5570,76.8180,-0.1450,0.0000,6,1222.5040,8.2194,474.8666,-81.0849,1.0522,60.7926,-10.3805,-0.3129,-4.3104,0.0000,-4.3104,5.6756,-4.3104,0.7985,0.0000,-5.1089,0.0000,-5.1089,8.3530,-13.4619,0.0000,-13.4619,-0.2737,-13.1882,0.0000,0.0000,14.1382,-27.3264,1647.0146,1647.0146,1647.0146,1647.0146,1647.0146 +455.5000,1.0000,6144.6749,76.0405,76.2960,-0.1419,0.0000,6,1214.2562,12.7326,499.9876,-80.5958,1.6190,63.5767,-10.2483,-0.3042,-3.7114,0.0000,-3.7114,5.6347,-3.7114,0.7853,0.0000,-4.4968,0.0000,-4.4968,8.2966,-12.7934,0.0000,-12.7934,-0.2661,-12.5273,0.0000,0.0000,14.0428,-26.5701,1701.1486,1701.1486,1701.1486,1701.1486,1701.1486 +456.5000,1.0000,6165.6787,75.6140,75.7850,-0.0950,0.0000,6,1207.4456,82.6755,500.2448,-80.1919,10.4538,63.2527,-10.1397,-0.2025,5.0459,0.0000,5.0459,5.6103,5.0459,0.6919,0.0000,4.3541,0.0000,4.3541,8.2501,-3.8960,0.0000,-3.8960,-0.1771,-3.7189,0.0000,0.0000,13.9640,-17.6830,2802.6572,2802.6572,2802.6572,2802.6572,2802.6572 +457.5000,1.0000,6186.5926,75.2900,75.4430,-0.0850,0.0000,6,1202.2718,97.1847,530.5944,-79.8850,12.2357,66.8027,-10.0577,-0.1804,6.8942,0.0000,6.8942,5.5219,6.8942,0.6869,0.0000,6.2073,0.0000,6.2073,8.2147,-2.0074,0.0000,-2.0074,-0.1578,-1.8496,0.0000,0.0000,13.9042,-15.7538,3022.9982,3022.9982,3022.9982,3022.9982,3022.9982 +458.5000,1.0000,6207.4837,75.2080,75.1370,0.0394,0.0000,6,1200.9624,288.3323,536.7232,-79.8074,36.2620,67.5007,-10.0369,0.0836,30.6313,0.0000,30.6313,5.5470,30.6313,1.1607,0.0000,29.4706,0.0000,29.4706,8.2058,21.2648,0.0000,21.2648,0.0731,21.1917,0.0000,0.0000,13.8891,7.3026,7432.2555,7432.2555,7432.2555,7432.2555,7432.2555 +459.5000,1.0000,6228.4183,75.3645,75.2790,0.0475,0.0000,6,1203.4615,300.7996,623.1691,-79.9556,37.9086,78.5356,-10.0765,0.1009,32.2359,0.0000,32.2359,5.5718,32.2359,1.1946,0.0000,31.0414,0.0000,31.0414,8.2229,22.8185,0.0000,22.8185,0.0883,22.7303,0.0000,0.0000,13.9180,8.8123,7743.0923,7743.0923,7743.0923,7743.0923,7743.0923 +460.5000,1.0000,6249.4337,75.6555,75.4500,0.1142,0.0000,6,1208.1083,403.2207,629.3512,-80.2312,51.0126,79.6210,-10.1503,0.2435,45.1578,0.0000,45.1578,5.6113,45.1578,1.4563,0.0000,43.7015,0.0000,43.7015,8.2546,35.4469,0.0000,35.4469,0.2130,35.2339,0.0000,0.0000,13.9717,21.2622,10228.4387,10228.4387,10228.4387,10228.4387,10228.4387 +461.5000,1.0000,6270.5549,76.0360,75.8610,0.0972,0.0000,6,1214.1844,376.9252,675.8900,-80.5915,47.9257,85.9388,-10.2471,0.2084,42.1177,0.0000,42.1177,5.5996,42.1177,1.3998,0.0000,40.7180,0.0000,40.7180,8.2961,32.4218,0.0000,32.4218,0.1823,32.2396,0.0000,0.0000,14.0420,18.1976,9627.0574,9627.0574,9627.0574,9627.0574,9627.0574 +462.5000,1.0000,6291.7680,76.3675,76.2110,0.0869,0.0000,6,1219.4779,360.9519,665.1057,-80.9055,46.0948,84.9363,-10.3319,0.1872,40.3114,0.0000,40.3114,5.5962,40.3114,1.3674,0.0000,38.9440,0.0000,38.9440,8.3323,30.6117,0.0000,30.6117,0.1637,30.4480,0.0000,0.0000,14.1032,16.3448,9281.9886,9281.9886,9281.9886,9281.9886,9281.9886 +463.5000,1.0000,6313.0435,76.5915,76.5240,0.0375,0.0000,6,1223.0549,285.2498,658.8095,-81.1176,36.5342,84.3790,-10.3894,0.0810,30.8227,0.0000,30.8227,5.6306,30.8227,1.1802,0.0000,29.6425,0.0000,29.6425,8.3567,21.2857,0.0000,21.2857,0.0708,21.2149,0.0000,0.0000,14.1446,7.0704,7480.0373,7480.0373,7480.0373,7480.0373,7480.0373 +464.5000,1.0000,6334.4055,76.9035,76.6590,0.1358,0.0000,6,1228.0371,435.8771,625.9811,-81.4131,56.0537,80.5010,-10.4697,0.2944,50.1352,0.0000,50.1352,5.6240,50.1352,1.5700,0.0000,48.5652,0.0000,48.5652,8.3908,40.1744,0.0000,40.1744,0.2575,39.9169,0.0000,0.0000,14.2022,25.7147,11187.5772,11187.5772,11187.5772,11187.5772,11187.5772 +465.5000,1.0000,6355.9047,77.3970,77.1480,0.1383,0.0000,6,1235.9176,440.0433,693.1808,-81.8805,56.9526,89.7149,-10.5974,0.3018,50.9499,0.0000,50.9499,5.7009,50.9499,1.5920,0.0000,49.3579,0.0000,49.3579,8.4446,40.9133,0.0000,40.9133,0.2640,40.6494,0.0000,0.0000,14.2933,26.3560,11354.9918,11354.9918,11354.9918,11354.9918,11354.9918 +466.5000,1.0000,6377.5247,77.8320,77.6460,0.1033,0.0000,6,1242.8639,386.2432,696.1268,-82.2925,50.2705,90.6026,-10.7106,0.2267,44.3268,0.0000,44.3268,5.7169,44.3268,1.4645,0.0000,42.8623,0.0000,42.8623,8.4921,34.3702,0.0000,34.3702,0.1983,34.1719,0.0000,0.0000,14.3736,19.7983,10091.7336,10091.7336,10091.7336,10091.7336,10091.7336 +467.5000,1.0000,6399.2233,78.1150,78.0180,0.0539,0.0000,6,1247.3830,310.7158,673.6705,-82.5605,40.5875,87.9986,-10.7845,0.1187,34.6902,0.0000,34.6902,5.7786,34.6902,1.2751,0.0000,33.4151,0.0000,33.4151,8.5230,24.8922,0.0000,24.8922,0.1038,24.7884,0.0000,0.0000,14.4259,10.3625,8271.7149,8271.7149,8271.7149,8271.7149,8271.7149 +468.5000,1.0000,6420.9762,78.3105,78.2120,0.0547,0.0000,6,1250.5048,311.8353,641.4389,-82.7456,40.8356,83.9981,-10.8358,0.1208,34.9434,0.0000,34.9434,5.7714,34.9434,1.2824,0.0000,33.6610,0.0000,33.6610,8.5443,25.1167,0.0000,25.1167,0.1057,25.0111,0.0000,0.0000,14.4620,10.5490,8319.1604,8319.1604,8319.1604,8319.1604,8319.1604 +469.5000,1.0000,6442.7833,78.5055,78.4090,0.0536,0.0000,6,1253.6187,309.9593,642.4876,-82.9303,40.6910,84.3449,-10.8870,0.1186,34.8099,0.0000,34.8099,5.7625,34.8099,1.2820,0.0000,33.5279,0.0000,33.5279,8.5656,24.9624,0.0000,24.9624,0.1038,24.8586,0.0000,0.0000,14.4980,10.3606,8295.2303,8295.2303,8295.2303,8295.2303,8295.2303 +470.5000,1.0000,6464.6496,78.7185,78.6020,0.0647,0.0000,6,1257.0200,327.1500,642.2566,-83.1320,43.0643,84.5433,-10.9431,0.1436,37.1243,0.0000,37.1243,5.7964,37.1243,1.3307,0.0000,35.7936,0.0000,35.7936,8.5888,27.2048,0.0000,27.2048,0.1256,27.0791,0.0000,0.0000,14.5374,12.5418,8727.1949,8727.1949,8727.1949,8727.1949,8727.1949 +471.5000,1.0000,6486.5626,78.8870,78.8350,0.0289,0.0000,6,1259.7107,272.3271,650.2661,-83.2916,35.9245,85.7809,-10.9875,0.0642,30.0328,0.0000,30.0328,5.8274,30.0328,1.1909,0.0000,28.8419,0.0000,28.8419,8.6072,20.2347,0.0000,20.2347,0.0562,20.1785,0.0000,0.0000,14.5685,5.6100,7396.0576,7396.0576,7396.0576,7396.0576,7396.0576 +472.5000,1.0000,6508.4910,78.9420,78.9390,0.0017,0.0000,6,1260.5890,230.3103,626.8629,-83.3437,30.4029,82.7513,-11.0021,0.0037,24.6019,0.0000,24.6019,5.7974,24.6019,1.0829,0.0000,23.5190,0.0000,23.5190,8.6132,14.9058,0.0000,14.9058,0.0032,14.9025,0.0000,0.0000,14.5786,0.3239,6353.0285,6353.0285,6353.0285,6353.0285,6353.0285 +473.5000,1.0000,6530.4018,78.8790,78.9450,-0.0367,0.0000,6,1259.5829,171.9318,608.5936,-83.2840,22.6784,80.2755,-10.9854,-0.0815,16.9107,0.0000,16.9107,5.8492,16.9107,0.9283,0.0000,15.9823,0.0000,15.9823,8.6063,7.3760,0.0000,7.3760,-0.0713,7.4473,0.0000,0.0000,14.5670,-7.1197,4929.4410,4929.4410,4929.4410,4929.4410,4929.4410 +474.5000,1.0000,6552.2825,78.7705,78.8130,-0.0236,0.0000,6,1257.8503,191.5418,582.8903,-83.1813,25.2302,76.7793,-10.9568,-0.0524,19.4960,0.0000,19.4960,5.7866,19.4960,0.9788,0.0000,18.5172,0.0000,18.5172,8.5945,9.9228,0.0000,9.9228,-0.0459,9.9686,0.0000,0.0000,14.5470,-4.5784,5416.6648,5416.6648,5416.6648,5416.6648,5416.6648 +475.5000,1.0000,6574.1279,78.6435,78.7280,-0.0469,0.0000,6,1255.8223,156.2380,591.0038,-83.0610,20.5468,77.7226,-10.9233,-0.1041,14.8085,0.0000,14.8085,5.8423,14.8085,0.8836,0.0000,13.9249,0.0000,13.9249,8.5806,5.3443,0.0000,5.3443,-0.0910,5.4353,0.0000,0.0000,14.5235,-9.0882,4515.3777,4515.3777,4515.3777,4515.3777,4515.3777 +476.5000,1.0000,6595.9369,78.5125,78.5590,-0.0258,0.0000,6,1253.7305,188.1939,575.1425,-82.9369,24.7080,75.5107,-10.8888,-0.0572,18.9884,0.0000,18.9884,5.7768,18.9884,0.9656,0.0000,18.0228,0.0000,18.0228,8.5663,9.4565,0.0000,9.4565,-0.0500,9.5065,0.0000,0.0000,14.4993,-4.9928,5312.7735,5312.7735,5312.7735,5312.7735,5312.7735 +477.5000,1.0000,6617.7286,78.4500,78.4660,-0.0089,0.0000,6,1252.7324,214.2340,588.8052,-82.8777,28.1045,77.2429,-10.8724,-0.0197,22.3455,0.0000,22.3455,5.7786,22.3455,1.0321,0.0000,21.3135,0.0000,21.3135,8.5595,12.7540,0.0000,12.7540,-0.0172,12.7712,0.0000,0.0000,14.4878,-1.7166,5939.6761,5939.6761,5939.6761,5939.6761,5939.6761 +478.5000,1.0000,6639.5333,78.4970,78.4340,0.0350,0.0000,6,1253.4830,281.4022,600.1984,-82.9222,36.9381,78.7847,-10.8847,0.0774,31.0997,0.0000,31.0997,5.7610,31.0997,1.2077,0.0000,29.8920,0.0000,29.8920,8.5646,21.3274,0.0000,21.3274,0.0677,21.2596,0.0000,0.0000,14.4965,6.7632,7584.9996,7584.9996,7584.9996,7584.9996,7584.9996 +479.5000,1.0000,6661.4022,78.7280,78.5600,0.0933,0.0000,6,1257.1717,370.9989,629.8735,-83.1410,48.8423,82.9233,-10.9456,0.2071,42.8436,0.0000,42.8436,5.7916,42.8436,1.4452,0.0000,41.3983,0.0000,41.3983,8.5898,32.8085,0.0000,32.8085,0.1812,32.6273,0.0000,0.0000,14.5391,18.0882,9822.3919,9822.3919,9822.3919,9822.3919,9822.3919 +480.5000,1.0000,6683.3429,78.9865,78.8960,0.0503,0.0000,6,1261.2996,304.8725,669.3322,-83.3858,40.2685,88.4074,-11.0138,0.1119,34.3573,0.0000,34.3573,5.7993,34.3573,1.2785,0.0000,33.0787,0.0000,33.0787,8.6181,24.4607,0.0000,24.4607,0.0979,24.3628,0.0000,0.0000,14.5869,9.7759,8225.2691,8225.2691,8225.2691,8225.2691,8225.2691 +481.5000,1.0000,6705.2472,78.8555,79.0770,-0.1231,0.0000,6,1259.2077,41.1420,641.0287,-83.2618,5.4251,84.5286,-10.9792,-0.2735,-0.1705,0.0000,-0.1705,5.8692,-0.1705,0.7894,0.0000,-0.9599,0.0000,-0.9599,8.6038,-9.5636,0.0000,-9.5636,-0.2392,-9.3244,0.0000,0.0000,14.5627,-23.8870,2252.1843,2252.1843,2252.1843,2252.1843,2252.1843 +482.5000,1.0000,6727.0411,78.4580,78.6340,-0.0978,0.0000,6,1252.8602,78.4974,524.7274,-82.8853,10.2988,68.8438,-10.8745,-0.2162,4.7109,0.0000,4.7109,5.8042,4.7109,0.7349,0.0000,3.9760,0.0000,3.9760,8.5604,-4.5844,0.0000,-4.5844,-0.1891,-4.3953,0.0000,0.0000,14.4893,-18.8846,2841.4237,2841.4237,2841.4237,2841.4237,2841.4237 +483.5000,1.0000,6748.7265,78.0675,78.2820,-0.1192,0.0000,6,1246.6245,46.6842,539.5402,-82.5155,6.0944,70.4349,-10.7721,-0.2622,0.5753,0.0000,0.5753,5.7813,0.5753,0.7708,0.0000,-0.1954,0.0000,-0.1954,8.5178,-8.7132,0.0000,-8.7132,-0.2294,-8.4839,0.0000,0.0000,14.4171,-22.9010,2313.2550,2313.2550,2313.2550,2313.2550,2313.2550 +484.5000,1.0000,6770.2808,77.5955,77.8530,-0.1431,0.0000,6,1239.0873,11.4416,523.6140,-82.0685,1.4846,67.9425,-10.6490,-0.3129,-3.9932,0.0000,-3.9932,5.7908,-3.9932,0.8098,0.0000,-4.8031,0.0000,-4.8031,8.4663,-13.2694,0.0000,-13.2694,-0.2737,-12.9957,0.0000,0.0000,14.3300,-27.3257,1734.4267,1734.4267,1734.4267,1734.4267,1734.4267 +485.5000,1.0000,6791.6953,77.0920,77.3380,-0.1367,0.0000,6,1231.0471,21.0610,505.8610,-81.5916,2.7151,65.2131,-10.5184,-0.2970,-2.7569,0.0000,-2.7569,5.7690,-2.7569,0.7904,0.0000,-3.5473,0.0000,-3.5473,8.4113,-11.9587,0.0000,-11.9587,-0.2598,-11.6989,0.0000,0.0000,14.2370,-25.9359,1870.5064,1870.5064,1870.5064,1870.5064,1870.5064 +486.5000,1.0000,6812.9803,76.6260,76.8460,-0.1222,0.0000,6,1223.6058,42.9386,508.1959,-81.1503,5.5020,65.1180,-10.3982,-0.2640,-0.0174,0.0000,-0.0174,5.7834,-0.0174,0.7565,0.0000,-0.7740,0.0000,-0.7740,8.3605,-9.1345,0.0000,-9.1345,-0.2309,-8.9036,0.0000,0.0000,14.1509,-23.0545,2203.5252,2203.5252,2203.5252,2203.5252,2203.5252 +487.5000,1.0000,6834.1460,76.1965,76.4060,-0.1164,0.0000,6,1216.7473,51.4648,516.2430,-80.7435,6.5575,65.7784,-10.2881,-0.2500,1.0751,0.0000,1.0751,5.7324,1.0751,0.7396,0.0000,0.3355,0.0000,0.3355,8.3136,-7.9781,0.0000,-7.9781,-0.2186,-7.7595,0.0000,0.0000,14.0716,-21.8311,2324.7197,2324.7197,2324.7197,2324.7197,2324.7197 +488.5000,1.0000,6855.2129,75.8410,75.9870,-0.0811,0.0000,6,1211.0705,104.2201,518.6383,-80.4069,13.2175,65.7753,-10.1974,-0.1734,7.6952,0.0000,7.6952,5.6957,7.6952,0.7091,0.0000,6.9861,0.0000,6.9861,8.2749,-1.2888,0.0000,-1.2888,-0.1517,-1.1371,0.0000,0.0000,14.0060,-15.1431,3186.3516,3186.3516,3186.3516,3186.3516,3186.3516 +489.5000,1.0000,6876.2340,75.6760,75.6950,-0.0106,0.0000,6,1208.4357,212.9640,541.6864,-80.2506,26.9500,68.5488,-10.1555,-0.0225,21.2241,0.0000,21.2241,5.7484,21.2241,0.9778,0.0000,20.2463,0.0000,20.2463,8.2568,11.9894,0.0000,11.9894,-0.0197,12.0091,0.0000,0.0000,13.9755,-1.9664,5702.1809,5702.1809,5702.1809,5702.1809,5702.1809 +490.5000,1.0000,6897.2569,75.6825,75.6570,0.0142,0.0000,6,1208.5395,250.5662,590.4672,-80.2567,31.7112,74.7283,-10.1571,0.0302,25.9729,0.0000,25.9729,5.7080,25.9729,1.0729,0.0000,24.9000,0.0000,24.9000,8.2576,16.6424,0.0000,16.6424,0.0264,16.6160,0.0000,0.0000,13.9767,2.6393,6583.3114,6583.3114,6583.3114,6583.3114,6583.3114 +491.5000,1.0000,6918.2955,75.7390,75.7080,0.0172,0.0000,6,1209.4417,255.1678,607.4603,-80.3103,32.3176,76.9363,-10.1715,0.0368,26.5796,0.0000,26.5796,5.7012,26.5796,1.0857,0.0000,25.4940,0.0000,25.4940,8.2637,17.2303,0.0000,17.2303,0.0322,17.1981,0.0000,0.0000,13.9871,3.2110,6695.3117,6695.3117,6695.3117,6695.3117,6695.3117 +492.5000,1.0000,6939.3383,75.7540,75.7700,-0.0089,0.0000,6,1209.6812,214.9019,609.6334,-80.3245,27.2232,77.2268,-10.1753,-0.0190,21.5666,0.0000,21.5666,5.6756,21.5666,0.9856,0.0000,20.5810,0.0000,20.5810,8.2654,12.3157,0.0000,12.3157,-0.0166,12.3323,0.0000,0.0000,13.9899,-1.6576,5753.4072,5753.4072,5753.4072,5753.4072,5753.4072 +493.5000,1.0000,6960.3651,75.6965,75.7380,-0.0231,0.0000,6,1208.7630,193.6032,591.4644,-80.2700,24.5066,74.8684,-10.1607,-0.0492,18.8293,0.0000,18.8293,5.7264,18.8293,0.9302,0.0000,17.8992,0.0000,17.8992,8.2591,9.6401,0.0000,9.6401,-0.0430,9.6831,0.0000,0.0000,13.9793,-4.2962,5238.5154,5238.5154,5238.5154,5238.5154,5238.5154 +494.5000,1.0000,6981.3569,75.5705,75.6550,-0.0469,0.0000,6,1206.7510,157.0199,581.5515,-80.1507,19.8427,73.4910,-10.1287,-0.1000,14.2173,0.0000,14.2173,5.7254,14.2173,0.8365,0.0000,13.3808,0.0000,13.3808,8.2453,5.1355,0.0000,5.1355,-0.0875,5.2230,0.0000,0.0000,13.9560,-8.7330,4388.3119,4388.3119,4388.3119,4388.3119,4388.3119 +495.5000,1.0000,7002.3211,75.4710,75.4860,-0.0083,0.0000,6,1205.1621,216.1606,564.6965,-80.0564,27.2804,71.2671,-10.1035,-0.0177,21.5913,0.0000,21.5913,5.7069,21.5913,0.9829,0.0000,20.6084,0.0000,20.6084,8.2345,12.3739,0.0000,12.3739,-0.0155,12.3894,0.0000,0.0000,13.9376,-1.5482,5761.6910,5761.6910,5761.6910,5761.6910,5761.6910 +496.5000,1.0000,7023.2667,75.4040,75.4560,-0.0289,0.0000,6,1204.0922,190.2203,591.1117,-79.9930,23.9853,74.5346,-10.0865,-0.0614,18.3580,0.0000,18.3580,5.6887,18.3580,0.9174,0.0000,17.4406,0.0000,17.4406,8.2272,9.2134,0.0000,9.2134,-0.0537,9.2671,0.0000,0.7042,13.9253,-5.3623,5144.2388,5144.2388,5144.2388,5144.2388,5144.2388 +497.5000,1.0000,7044.1990,75.3565,75.3520,0.0025,0.0000,6,1203.3337,252.9647,579.2319,-79.9480,31.8768,72.9906,-10.0745,0.0053,26.1375,0.0000,26.1375,5.7340,26.1375,1.0725,0.0000,25.0650,0.0000,25.0650,8.2220,16.8430,0.0000,16.8430,0.0046,16.8384,0.0000,2.4582,13.9165,0.4638,6615.0686,6615.0686,6615.0686,6615.0686,6615.0686 +498.5000,1.0000,7065.1239,75.3295,75.3610,-0.0175,0.0000,6,1202.9026,240.0852,607.4290,-79.9224,30.2430,76.5164,-10.0676,-0.0372,24.5397,0.0000,24.5397,5.7404,24.5397,1.0402,0.0000,23.4995,0.0000,23.4995,8.2190,15.2805,0.0000,15.2805,-0.0325,15.3130,0.0000,4.6466,13.9115,-3.2451,6311.4093,6311.4093,6311.4093,6311.4093,6311.4093 +499.5000,1.0000,7086.0372,75.2880,75.2980,-0.0056,0.0000,6,1202.2399,282.1428,601.5118,-79.8831,35.5213,75.7293,-10.0571,-0.0118,29.8437,0.0000,29.8437,5.6894,29.8437,1.1458,0.0000,28.6978,0.0000,28.6978,8.2145,20.4833,0.0000,20.4833,-0.0103,20.4936,0.0000,7.6194,13.9038,-1.0296,7293.2899,7293.2899,7293.2899,7293.2899,7293.2899 +500.5000,1.0000,7106.9512,75.2905,75.2780,0.0069,0.0000,6,1202.2798,309.6491,620.4321,-79.8855,38.9856,78.1139,-10.0578,0.0147,33.3187,0.0000,33.3187,5.6522,33.3187,1.2154,0.0000,32.1033,0.0000,32.1033,8.2148,23.8885,0.0000,23.8885,0.0129,23.8756,0.0000,8.6842,13.9043,1.2871,7945.9286,7945.9286,7945.9286,7945.9286,7945.9286 +501.5000,1.0000,7127.8630,75.2825,75.3030,-0.0114,0.0000,6,1202.1521,315.3834,632.8402,-79.8779,39.7033,79.6677,-10.0558,-0.0242,32.0314,0.0000,32.0314,7.6961,32.0314,1.1895,0.0000,30.8419,0.0000,30.8419,8.2139,22.6280,0.0000,22.6280,-0.0211,22.6491,0.0000,10.8569,13.9028,-2.1106,8081.6113,8081.6113,8081.6113,8081.6113,8081.6113 +502.5000,1.0000,7148.7753,75.2840,75.2620,0.0122,0.0000,6,1202.1760,373.2148,635.4141,-79.8793,46.9846,79.9933,-10.0561,0.0259,39.2896,0.0000,39.2896,7.6690,39.2896,1.3347,0.0000,37.9549,0.0000,37.9549,8.2141,29.7408,0.0000,29.7408,0.0227,29.7182,0.0000,13.5500,13.9031,2.2651,9458.7363,9458.7363,9458.7363,9458.7363,9458.7363 +503.5000,1.0000,7169.6885,75.2875,75.3060,-0.0103,0.0000,6,1202.2319,357.9193,661.5132,-79.8827,45.0611,83.2828,-10.0570,-0.0218,37.3846,0.0000,37.3846,7.6984,37.3846,1.2967,0.0000,36.0879,0.0000,36.0879,8.2145,27.8735,0.0000,27.8735,-0.0191,27.8925,0.0000,15.8936,13.9037,-1.9048,9094.9236,9094.9236,9094.9236,9094.9236,9094.9236 +504.5000,1.0000,7190.6144,75.3335,75.2690,0.0358,0.0000,6,1202.9665,473.8160,654.6365,-79.9262,59.6887,82.4674,-10.0687,0.0761,51.9718,0.0000,51.9718,7.6408,51.9718,1.5889,0.0000,50.3829,0.0000,50.3829,8.2195,42.1634,0.0000,42.1634,0.0666,42.0968,0.0000,21.5394,13.9122,6.6451,11894.8611,11894.8611,11894.8611,11894.8611,11894.8611 +505.5000,1.0000,7211.5769,75.4650,75.3980,0.0372,0.0000,6,1205.0663,458.9490,706.8932,-80.0508,57.9167,89.2059,-10.1019,0.0792,50.1817,0.0000,50.1817,7.6558,50.1817,1.5546,0.0000,48.6271,0.0000,48.6271,8.2338,40.3933,0.0000,40.3933,0.0693,40.3240,0.0000,19.4728,13.9365,6.9148,11552.5040,11552.5040,11552.5040,11552.5040,11552.5040 +506.5000,1.0000,7232.5636,75.5520,75.5320,0.0111,0.0000,6,1206.4556,436.2912,700.5096,-80.1331,55.1209,88.5022,-10.1240,0.0237,47.3957,0.0000,47.3957,7.7015,47.3957,1.4999,0.0000,45.8959,0.0000,45.8959,8.2433,37.6526,0.0000,37.6526,0.0207,37.6319,0.0000,21.6128,13.9526,2.0665,11015.4576,11015.4576,11015.4576,11015.4576,11015.4576 +507.5000,1.0000,7253.5654,75.6065,75.5720,0.0192,0.0000,6,1207.3259,507.1799,690.5279,-80.1848,64.1232,87.3040,-10.1378,0.0408,56.4335,0.0000,56.4335,7.6488,56.4335,1.6812,0.0000,54.7523,0.0000,54.7523,8.2493,46.5030,0.0000,46.5030,0.0357,46.4673,0.0000,28.9374,13.9627,3.5673,12751.5573,12751.5573,12751.5573,12751.5573,12751.5573 +508.5000,1.0000,7274.5765,75.6400,75.6410,-0.0006,0.0000,6,1207.8608,532.8495,722.5105,-80.2165,67.3985,91.3881,-10.1463,-0.0012,59.7049,0.0000,59.7049,7.6948,59.7049,1.7470,0.0000,57.9578,0.0000,57.9578,8.2529,49.7049,0.0000,49.7049,-0.0010,49.7060,0.0000,35.8406,13.9688,-0.1034,13372.6179,13372.6179,13372.6179,13372.6179,13372.6179 +509.5000,1.0000,7295.6103,75.7215,75.6390,0.0458,0.0000,6,1209.1623,611.3566,734.0336,-80.2937,77.4119,92.9457,-10.1670,0.0978,71.5745,0.0000,71.5745,5.7396,71.5745,1.9854,0.0000,69.5892,0.0000,69.5892,8.2618,61.3274,0.0000,61.3274,0.0856,61.2418,0.0000,38.7145,13.9839,8.5434,15265.7468,15265.7468,15265.7468,15265.7468,15265.7468 +510.5000,1.0000,7316.6890,75.8835,75.8040,0.0442,0.0000,6,1211.7492,577.9313,769.1889,-80.4471,73.3361,97.6055,-10.2083,0.0945,67.4812,0.0000,67.4812,5.7604,67.4812,1.9053,0.0000,65.5759,0.0000,65.5759,8.2795,57.2964,0.0000,57.2964,0.0826,57.2138,0.0000,34.9496,14.0138,8.2503,14493.6917,14493.6917,14493.6917,14493.6917,14493.6917 +511.5000,1.0000,7337.8221,76.0790,75.9630,0.0644,0.0000,6,1214.8710,602.8577,754.4150,-80.6323,76.6962,95.9774,-10.2581,0.1382,70.7081,0.0000,70.7081,5.8499,70.7081,1.9721,0.0000,68.7360,0.0000,68.7360,8.3008,60.4352,0.0000,60.4352,0.1209,60.3143,0.0000,34.1951,14.0499,12.0692,15137.2806,15137.2806,15137.2806,15137.2806,15137.2806 +512.5000,1.0000,7358.9979,76.2330,76.1950,0.0211,0.0000,6,1217.3302,570.7610,765.9050,-80.7781,72.7598,97.6364,-10.2975,0.0454,66.8938,0.0000,66.8938,5.8206,66.8938,1.8975,0.0000,64.9962,0.0000,64.9962,8.3176,56.6786,0.0000,56.6786,0.0397,56.6389,0.0000,38.5988,14.0783,3.9617,14379.1762,14379.1762,14379.1762,14379.1762,14379.1762 +513.5000,1.0000,7380.2003,76.3285,76.2710,0.0319,0.0000,6,1218.8552,611.8393,751.9376,-80.8685,78.0941,95.9760,-10.3219,0.0687,72.2140,0.0000,72.2140,5.8113,72.2140,2.0050,0.0000,70.2090,0.0000,70.2090,8.3280,61.8809,0.0000,61.8809,0.0601,61.8208,0.0000,41.7226,14.0960,6.0022,15387.6397,15387.6397,15387.6397,15387.6397,15387.6397 +514.5000,1.0000,7401.4433,76.4750,76.3860,0.0494,0.0000,6,1221.1946,635.5834,770.2676,-81.0073,81.2804,98.5043,-10.3595,0.1066,75.3934,0.0000,75.3934,5.7805,75.3934,2.0703,0.0000,73.3231,0.0000,73.3231,8.3440,64.9791,0.0000,64.9791,0.0932,64.8858,0.0000,41.4546,14.1230,9.3082,15955.7683,15955.7683,15955.7683,15955.7683,15955.7683 +515.5000,1.0000,7422.7219,76.6030,76.5640,0.0217,0.0000,6,1223.2385,606.1768,781.0584,-81.1285,77.6496,100.0514,-10.3923,0.0468,71.7607,0.0000,71.7607,5.8420,71.7607,1.9991,0.0000,69.7616,0.0000,69.7616,8.3580,61.4036,0.0000,61.4036,0.0409,61.3627,0.0000,43.1303,14.1467,4.0857,15308.6789,15308.6789,15308.6789,15308.6789,15308.6789 +516.5000,1.0000,7444.0212,76.6775,76.6420,0.0197,0.0000,6,1224.4282,627.4269,768.2853,-81.1991,80.4498,98.5109,-10.4115,0.0426,74.5691,0.0000,74.5691,5.8381,74.5691,2.0561,0.0000,72.5130,0.0000,72.5130,8.3661,64.1469,0.0000,64.1469,0.0373,64.1096,0.0000,46.2265,14.1604,3.7227,15806.7915,15806.7915,15806.7915,15806.7915,15806.7915 +517.5000,1.0000,7465.2964,76.5905,76.7130,-0.0681,0.0000,6,1223.0389,541.4711,778.2021,-81.1167,69.3496,99.6693,-10.3891,-0.1469,63.6312,0.0000,63.6312,5.8654,63.6312,1.8364,0.0000,61.7948,0.0000,61.7948,8.3566,53.4382,0.0000,53.4382,-0.1285,53.5667,0.0000,52.2535,14.1444,-12.8312,13735.5482,13735.5482,13735.5482,13735.5482,13735.5482 +518.5000,1.0000,7486.4610,76.1925,76.4680,-0.1531,0.0000,6,1216.6834,370.1879,740.2182,-80.7397,47.1659,94.3118,-10.2871,-0.3287,41.7154,0.0000,41.7154,5.7793,41.7154,1.3935,0.0000,40.3219,0.0000,40.3219,8.3132,32.0087,0.0000,32.0087,-0.2875,32.2962,0.0000,46.9325,14.0709,-28.7072,9483.2868,9483.2868,9483.2868,9483.2868,9483.2868 +519.5000,1.0000,7507.4724,75.6410,75.9170,-0.1533,0.0000,6,1207.8768,378.6984,662.2391,-80.2174,47.9010,83.7657,-10.1466,-0.3269,42.5041,0.0000,42.5041,5.7239,42.5041,1.4030,0.0000,41.1010,0.0000,41.1010,8.2530,32.8480,0.0000,32.8480,-0.2860,33.1339,0.0000,47.7160,13.9690,-28.5511,9627.2692,9627.2692,9627.2692,9627.2692,9627.2692 +520.5000,1.0000,7528.3374,75.1140,75.3650,-0.1394,0.0000,6,1199.4614,428.8071,664.7621,-79.7182,53.8613,83.4990,-10.0132,-0.2952,48.3979,0.0000,48.3979,5.7587,48.3979,1.5150,0.0000,46.8829,0.0000,46.8829,8.1955,38.6874,0.0000,38.6874,-0.2582,38.9456,0.0000,50.8580,13.8717,-25.7841,10774.2355,10774.2355,10774.2355,10774.2355,10774.2355 +521.5000,1.0000,7549.0535,74.5780,74.8630,-0.1583,0.0000,6,1190.9022,388.2977,686.2032,-79.2076,48.4250,85.5771,-9.8781,-0.3328,43.0879,0.0000,43.0879,5.6699,43.0879,1.4028,0.0000,41.6852,0.0000,41.6852,8.1370,33.5481,0.0000,33.5481,-0.2911,33.8392,0.0000,49.1343,13.7727,-29.0678,9731.5408,9731.5408,9731.5408,9731.5408,9731.5408 +522.5000,1.0000,7569.6315,74.0810,74.2930,-0.1178,0.0000,6,1182.9659,420.1416,666.1930,-78.7342,52.0471,82.5279,-9.7536,-0.2459,46.6589,0.0000,46.6589,5.6341,46.6589,1.4686,0.0000,45.1903,0.0000,45.1903,8.0828,37.1075,0.0000,37.1075,-0.2151,37.3226,0.0000,45.1199,13.6809,-21.4783,10396.7637,10396.7637,10396.7637,10396.7637,10396.7637 +523.5000,1.0000,7590.0822,73.6225,73.8690,-0.1369,0.0000,6,1175.6443,362.2945,679.5447,-78.2974,44.6032,83.6609,-9.6394,-0.2842,39.2552,0.0000,39.2552,5.6322,39.2552,1.3154,0.0000,37.9398,0.0000,37.9398,8.0328,29.9070,0.0000,29.9070,-0.2486,30.1556,0.0000,41.3783,13.5963,-24.8190,8991.9434,8991.9434,8991.9434,8991.9434,8991.9434 +524.5000,1.0000,7610.4028,73.1540,73.3760,-0.1233,0.0000,6,1168.1630,366.0059,651.5259,-77.8511,44.7734,79.7010,-9.5235,-0.2543,39.4439,0.0000,39.4439,5.5838,39.4439,1.3140,0.0000,38.1299,0.0000,38.1299,7.9817,30.1482,0.0000,30.1482,-0.2224,30.3706,0.0000,39.0709,13.5097,-22.2100,9021.2465,9021.2465,9021.2465,9021.2465,9021.2465 +525.5000,1.0000,7630.6001,72.7105,72.9320,-0.1231,0.0000,6,1161.0810,352.0530,651.9447,-77.4287,42.8055,79.2687,-9.4144,-0.2522,37.4951,0.0000,37.4951,5.5625,37.4951,1.2702,0.0000,36.2250,0.0000,36.2250,7.9333,28.2917,0.0000,28.2917,-0.2206,28.5123,0.0000,37.1100,13.4278,-22.0256,8633.1162,8633.1162,8633.1162,8633.1162,8633.1162 +526.5000,1.0000,7650.6482,72.1730,72.4890,-0.1756,0.0000,6,1152.4979,227.2832,644.1276,-76.9167,27.4307,77.7393,-9.2830,-0.3571,22.2795,0.0000,22.2795,5.5083,22.2795,0.9600,0.0000,21.3196,0.0000,21.3196,7.8746,13.4449,0.0000,13.4449,-0.3124,13.7573,0.0000,31.6190,13.3286,-31.1902,5706.0725,5706.0725,5706.0725,5706.0725,5706.0725 +527.5000,1.0000,7670.5575,71.6735,71.8570,-0.1019,0.0000,6,1144.5216,354.0869,583.8885,-76.4409,42.4387,69.9814,-9.1617,-0.2060,37.1589,0.0000,37.1589,5.4858,37.1589,1.2521,0.0000,35.9068,0.0000,35.9068,7.8201,28.0867,0.0000,28.0867,-0.1801,28.2668,0.0000,33.0172,13.2363,-17.9867,8550.8068,8550.8068,8550.8068,8550.8068,8550.8068 +528.5000,1.0000,7690.3571,71.2785,71.4900,-0.1175,0.0000,6,1138.2140,355.3160,642.2418,-76.0646,42.3514,76.5510,-9.0664,-0.2361,37.1293,0.0000,37.1293,5.4582,37.1293,1.2472,0.0000,35.8821,0.0000,35.8821,7.7770,28.1050,0.0000,28.1050,-0.2065,28.3115,0.0000,35.7651,13.1634,-20.6170,8530.2746,8530.2746,8530.2746,8530.2746,8530.2746 +529.5000,1.0000,7710.0505,70.8965,71.0670,-0.0947,0.0000,6,1132.1140,357.1911,641.7304,-75.7007,42.3467,76.0802,-8.9747,-0.1893,37.1515,0.0000,37.1515,5.3844,37.1515,1.2435,0.0000,35.9080,0.0000,35.9080,7.7354,28.1726,0.0000,28.1726,-0.1656,28.3382,0.0000,31.7766,13.0928,-16.5313,8526.7609,8526.7609,8526.7609,8526.7609,8526.7609 +530.5000,1.0000,7729.6615,70.5995,70.7260,-0.0703,0.0000,6,1127.3714,434.2317,641.5970,-75.4178,51.2645,75.7457,-8.9037,-0.1399,46.0033,0.0000,46.0033,5.4011,46.0033,1.4173,0.0000,44.5859,0.0000,44.5859,7.7030,36.8830,0.0000,36.8830,-0.1223,37.0053,0.0000,36.1811,13.0380,-12.2137,10182.6191,10182.6191,10182.6191,10182.6191,10182.6191 +531.5000,1.0000,7749.1733,70.2425,70.4730,-0.1281,0.0000,6,1121.6706,330.7442,677.4468,-75.0778,38.8496,79.5736,-8.8187,-0.2535,33.6863,0.0000,33.6863,5.4168,33.6863,1.1672,0.0000,32.5191,0.0000,32.5191,7.6640,24.8551,0.0000,24.8551,-0.2218,25.0769,0.0000,34.2474,12.9721,-22.1425,7844.0803,7844.0803,7844.0803,7844.0803,7844.0803 +532.5000,1.0000,7768.5633,69.8040,70.0120,-0.1156,0.0000,6,1114.6684,359.3747,627.1065,-74.6601,41.9490,73.2008,-8.7149,-0.2274,36.8502,0.0000,36.8502,5.3262,36.8502,1.2257,0.0000,35.6245,0.0000,35.6245,7.6162,28.0083,0.0000,28.0083,-0.1989,28.2072,0.0000,35.1725,12.8911,-19.8564,8441.0176,8441.0176,8441.0176,8441.0176,8441.0176 +533.5000,1.0000,7787.8443,69.4115,69.5960,-0.1025,0.0000,6,1108.4007,356.0503,639.6395,-74.2862,41.3273,74.2439,-8.6225,-0.2005,36.2053,0.0000,36.2053,5.3226,36.2053,1.2087,0.0000,34.9966,0.0000,34.9966,7.5733,27.4233,0.0000,27.4233,-0.1754,27.5987,0.0000,32.2940,12.8186,-17.5140,8312.3803,8312.3803,8312.3803,8312.3803,8312.3803 +534.5000,1.0000,7807.0346,69.0850,69.2270,-0.0789,0.0000,6,1103.1870,401.1603,637.0010,-73.9752,46.3442,73.5898,-8.5460,-0.1536,41.1788,0.0000,41.1788,5.3191,41.1788,1.3047,0.0000,39.8741,0.0000,39.8741,7.5377,32.3364,0.0000,32.3364,-0.1344,32.4708,0.0000,33.1286,12.7583,-13.4162,9340.5078,9340.5078,9340.5078,9340.5078,9340.5078 +535.5000,1.0000,7826.1812,68.9280,68.9430,-0.0083,0.0000,6,1100.6799,495.6987,657.8328,-73.8256,57.1357,75.8237,-8.5094,-0.0162,51.8248,0.0000,51.8248,5.3270,51.8248,1.5159,0.0000,50.3089,0.0000,50.3089,7.5206,42.7883,0.0000,42.7883,-0.0142,42.8025,0.0000,31.4872,12.7293,-1.4140,11390.7311,11390.7311,11390.7311,11390.7311,11390.7311 +536.5000,1.0000,7845.3353,68.9545,68.9130,0.0231,0.0000,6,1101.1031,546.1479,702.6783,-73.8509,62.9748,81.0239,-8.5155,0.0448,57.6069,0.0000,57.6069,5.3231,57.6069,1.6318,0.0000,55.9751,0.0000,55.9751,7.5235,48.4516,0.0000,48.4516,0.0392,48.4124,0.0000,31.7647,12.7342,3.9135,12436.9328,12436.9328,12436.9328,12436.9328,12436.9328 +537.5000,1.0000,7864.5670,69.2343,68.9960,0.1324,0.0000,6,1105.5717,726.4263,726.4263,-74.1174,84.1021,84.1021,-8.5810,0.2584,78.5605,0.0000,78.5605,5.2833,78.5605,2.0539,0.0000,76.5066,0.0000,76.5066,7.5540,68.9526,0.0000,68.9526,0.2260,68.7266,0.0000,33.3738,12.7859,22.5668,16459.3087,16459.3087,16459.3087,16459.3087,16459.3087 +538.5000,1.0000,7883.9382,69.7363,69.5070,0.1465,0.0000,6,1113.5879,767.9904,811.7581,-74.5956,89.5589,94.6629,-8.6989,0.2879,83.9348,0.0000,83.9348,5.3362,83.9348,2.1667,0.0000,81.7681,0.0000,81.7681,7.6339,74.1342,0.0000,74.1342,0.2518,73.8824,0.0000,35.8581,12.8786,25.1457,17498.8129,17498.8129,17498.8129,17498.8129,17498.8129 +539.5000,1.0000,7903.4693,70.3120,70.0000,0.1733,0.0000,6,1122.7804,814.7975,831.6187,-75.1440,95.8017,97.7795,-8.8352,0.3435,90.1003,0.0000,90.1003,5.3578,90.1003,2.2962,0.0000,87.8041,0.0000,87.8041,7.7774,80.0268,0.0000,80.0268,0.3005,79.7263,0.0000,36.7401,12.9849,30.0013,18700.7698,18700.7698,18700.7698,18700.7698,18700.7698 +540.5000,1.0000,7923.1589,70.8825,70.6240,0.1436,0.0000,6,1131.8905,739.9199,854.1201,-75.6874,87.7037,101.2400,-8.9713,0.2869,81.9947,0.0000,81.9947,5.4221,81.9947,2.1402,0.0000,79.8544,0.0000,79.8544,7.7338,72.1206,0.0000,72.1206,0.2510,71.8696,0.0000,33.7208,13.0902,25.0586,17105.4118,17105.4118,17105.4118,17105.4118,17105.4118 +541.5000,1.0000,7942.9746,71.3365,71.1410,0.1086,0.0000,6,1139.1402,707.9625,820.2425,-76.1199,84.4532,97.8471,-9.0804,0.2184,78.8395,0.0000,78.8395,5.3953,78.8395,2.0820,0.0000,76.7574,0.0000,76.7574,7.7834,68.9741,0.0000,68.9741,0.1910,68.7830,0.0000,36.5361,13.1741,19.0728,16531.9290,16531.9290,16531.9290,16531.9290,16531.9290 +542.5000,1.0000,7962.9009,71.7345,71.5320,0.1125,0.0000,6,1145.4957,710.4089,806.1328,-76.4990,85.2178,96.7005,-9.1765,0.2275,79.6175,0.0000,79.6175,5.3729,79.6175,2.1019,0.0000,77.5155,0.0000,77.5155,7.8268,69.6887,0.0000,69.6887,0.1990,69.4898,0.0000,36.3762,13.2476,19.8660,16666.4200,16666.4200,16666.4200,16666.4200,16666.4200 +543.5000,1.0000,7982.9275,72.0960,71.9370,0.0883,0.0000,6,1151.2683,701.7010,807.9111,-76.8433,84.5974,97.4022,-9.2643,0.1795,78.9584,0.0000,78.9584,5.4595,78.9584,2.0927,0.0000,76.8657,0.0000,76.8657,7.8662,68.9995,0.0000,68.9995,0.1570,68.8425,0.0000,39.8510,13.3143,15.6771,16566.4826,16566.4826,16566.4826,16566.4826,16566.4826 +544.5000,1.0000,8003.0355,72.3885,72.2550,0.0742,0.0000,6,1155.9391,681.7319,804.5822,-77.1220,82.5234,97.3944,-9.3356,0.1513,76.8770,0.0000,76.8770,5.4951,76.8770,2.0543,0.0000,74.8227,0.0000,74.8227,7.8982,66.9245,0.0000,66.9245,0.1324,66.7922,0.0000,40.2076,13.3684,13.2162,16177.7146,16177.7146,16177.7146,16177.7146,16177.7146 +545.5000,1.0000,8023.2002,72.5930,72.5220,0.0394,0.0000,6,1159.2047,616.6959,796.0232,-77.3168,74.8617,96.6305,-9.3856,0.0807,69.2753,0.0000,69.2753,5.5058,69.2753,1.9045,0.0000,67.3708,0.0000,67.3708,7.9205,59.4503,0.0000,59.4503,0.0706,59.3797,0.0000,38.9249,13.4061,7.0487,14748.4520,14748.4520,14748.4520,14748.4520,14748.4520 +546.5000,1.0000,8043.4078,72.7475,72.6640,0.0464,0.0000,6,1161.6718,646.6519,766.4271,-77.4639,78.6652,93.2358,-9.4235,0.0951,73.0582,0.0000,73.0582,5.5118,73.0582,1.9818,0.0000,71.0764,0.0000,71.0764,7.9373,63.1391,0.0000,63.1391,0.0832,63.0559,0.0000,41.3139,13.4347,8.3073,15454.3652,15454.3652,15454.3652,15454.3652,15454.3652 +547.5000,1.0000,8063.6362,72.8220,72.8310,-0.0050,0.0000,6,1162.8615,538.7039,780.7077,-77.5349,65.6004,95.0703,-9.4418,-0.0103,60.1116,0.0000,60.1116,5.4991,60.1116,1.7237,0.0000,58.3878,0.0000,58.3878,7.9455,50.4424,0.0000,50.4424,-0.0090,50.4514,0.0000,37.8993,13.4484,-0.8963,12986.8275,12986.8275,12986.8275,12986.8275,12986.8275 +548.5000,1.0000,8083.8638,72.8195,72.8130,0.0036,0.0000,6,1162.8215,555.3552,731.0954,-77.5325,67.6258,89.0258,-9.4412,0.0074,62.1064,0.0000,62.1064,5.5120,62.1064,1.7636,0.0000,60.3428,0.0000,60.3428,7.9452,52.3976,0.0000,52.3976,0.0065,52.3911,0.0000,38.2959,13.4480,0.6473,13385.6471,13385.6471,13385.6471,13385.6471,13385.6471 +549.5000,1.0000,8104.0898,72.8135,72.8260,-0.0069,0.0000,6,1162.7257,538.5506,738.7969,-77.5268,65.5741,89.9562,-9.4397,-0.0143,60.0410,0.0000,60.0410,5.5474,60.0410,1.7222,0.0000,58.3188,0.0000,58.3188,7.9445,50.3743,0.0000,50.3743,-0.0125,50.3867,0.0000,38.1846,13.4469,-1.2447,12981.5253,12981.5253,12981.5253,12981.5253,12981.5253 +550.5000,1.0000,8124.2613,72.6175,72.8010,-0.1019,0.0000,6,1159.5959,412.1369,731.2750,-77.3401,50.0469,88.8006,-9.3916,-0.2087,44.7379,0.0000,44.7379,5.5176,44.7379,1.4140,0.0000,43.3239,0.0000,43.3239,7.9231,35.4007,0.0000,35.4007,-0.1825,35.5832,0.0000,40.3962,13.4107,-18.2236,10001.9853,10001.9853,10001.9853,10001.9853,10001.9853 +551.5000,1.0000,8144.3143,72.1910,72.4340,-0.1350,0.0000,6,1152.7853,369.3173,672.0471,-76.9338,44.5838,81.1291,-9.2874,-0.2747,39.4007,0.0000,39.4007,5.4578,39.4007,1.3026,0.0000,38.0981,0.0000,38.0981,7.8766,30.2215,0.0000,30.2215,-0.2403,30.4618,0.0000,41.1208,13.3319,-23.9909,8978.6859,8978.6859,8978.6859,8978.6859,8978.6859 +552.5000,1.0000,8164.1832,71.5280,71.9480,-0.2333,0.0000,6,1142.1982,235.9672,650.7575,-76.3023,28.2242,77.8376,-9.1266,-0.4704,23.2841,0.0000,23.2841,5.4106,23.2841,0.9730,0.0000,22.3111,0.0000,22.3111,7.8043,14.5068,0.0000,14.5068,-0.4115,14.9183,0.0000,42.7937,13.2095,-41.0849,5846.1584,5846.1584,5846.1584,5846.1584,5846.1584 +553.5000,1.0000,8183.7949,70.6020,71.1080,-0.2811,0.0000,6,1127.4113,110.4353,585.1111,-75.4202,13.0382,69.0795,-8.9043,-0.5594,8.2409,0.0000,8.2409,5.3567,8.2409,0.6621,0.0000,7.5788,0.0000,7.5788,7.7032,-0.1245,0.0000,-0.1245,-0.4893,0.3649,0.0000,36.1831,13.0384,-48.8567,3179.3923,3179.3923,3179.3923,3179.3923,3179.3923 +554.5000,1.0000,8203.1207,69.5730,70.0960,-0.2906,0.0000,6,1110.9796,137.2494,521.2324,-74.4400,15.9678,60.6410,-8.6605,-0.5698,11.2284,0.0000,11.2284,5.3092,11.2284,0.7108,0.0000,10.5175,0.0000,10.5175,7.5910,2.9266,0.0000,2.9266,-0.4984,3.4250,0.0000,40.3387,12.8484,-49.7622,3589.8798,3589.8798,3589.8798,3589.8798,3589.8798 +555.5000,1.0000,8222.1421,68.4770,69.0500,-0.3183,0.0000,6,1093.4781,-39.6803,530.1684,-73.3182,-4.5437,60.7089,-8.3956,-0.6144,-9.1546,0.0000,-9.1546,5.2253,-9.1546,0.7380,0.0000,-9.8925,0.0000,-9.8925,7.4714,-17.3639,0.0000,-17.3639,-0.5374,-16.8265,0.0000,24.1882,12.6460,-53.6607,565.8387,565.8387,565.8387,565.8387,565.8387 +556.5000,1.0000,8240.8159,67.2255,67.9040,-0.3769,0.1170,6,1073.4935,44.7232,437.7865,-71.8877,5.0276,49.2142,-8.0813,-0.7143,0.6239,0.0000,0.6239,5.1180,0.6239,0.6239,0.0000,0.0000,0.0000,0.0000,7.3348,-7.3348,35.2231,-42.5579,-0.6248,-41.9332,1.8988,6.1325,12.4149,-62.3793,2036.7708,2036.7708,2036.7708,2036.7708,2036.7708 +557.5000,1.0000,8258.8738,65.0085,66.5470,-0.8547,0.8830,6,1038.0912,38.9255,470.6807,-69.3535,4.2315,51.1671,-7.5393,-1.5662,0.5958,0.0000,0.5958,5.2019,0.5958,0.5958,0.0000,0.0000,0.0000,0.0000,7.0929,-7.0929,105.0285,-112.1215,-1.3699,-110.7516,13.8568,0.1672,12.0050,-136.7806,1843.5060,1843.5060,1843.5060,1843.5060,1843.5060 +558.5000,1.0000,8275.9984,61.6485,63.4700,-1.0119,2.1760,6,984.4369,36.4040,451.1702,-67.5171,3.7529,46.5111,-6.9603,-1.7584,0.5542,0.0000,0.5542,4.9572,0.5542,0.5542,0.0000,0.0000,0.0000,0.0000,6.7263,-6.7263,104.6238,-111.3502,-1.5381,-109.8121,32.3764,0.0000,11.3823,-153.5707,1661.5417,1661.5417,1661.5417,1661.5417,1661.5417 +559.5000,1.0000,8291.9337,57.3670,59.8270,-1.3667,3.5680,6,916.0676,33.2688,419.5153,-71.4282,3.1915,40.2443,-6.8521,-2.2099,0.5028,0.0000,0.5028,4.8986,0.5028,0.5028,0.0000,0.0000,0.0000,0.0000,6.2592,-6.2592,128.7037,-134.9629,-1.9330,-133.0299,49.3811,0.0000,10.5875,-192.9985,1447.0186,1447.0186,1447.0186,1447.0186,1447.0186 +560.5000,1.0000,8306.8178,53.5830,54.9070,-0.7356,3.9140,6,855.6426,43.5520,411.4202,-75.5191,3.9024,36.8644,-6.7667,-1.1109,0.4590,0.0000,0.4590,4.5543,0.4590,0.4590,0.0000,0.0000,0.0000,0.0000,5.8463,-5.8463,31.6698,-37.5161,-0.9717,-36.5444,50.5901,0.0000,9.8879,-97.0223,1573.8527,1573.8527,1573.8527,1573.8527,1573.8527 +561.5000,1.0000,8320.8785,50.6185,52.2590,-0.9114,3.8070,6,808.3038,42.7878,435.5152,-78.9041,3.6218,36.8644,-6.6789,-1.3004,0.4258,0.0000,0.4258,4.4964,0.4258,0.4258,0.0000,0.0000,0.0000,0.0000,5.5229,-5.5229,53.3511,-58.8740,-1.1374,-57.7366,46.4866,0.0000,9.3412,-113.5644,1550.1735,1550.1735,1550.1735,1550.1735,1550.1735 +562.5000,1.0000,8334.0603,47.4545,48.9780,-0.8464,3.8070,6,757.7794,44.9362,464.5529,-84.0265,3.5659,36.8644,-6.6679,-1.1321,0.3913,0.0000,0.3913,4.3067,0.3913,0.3913,0.0000,0.0000,0.0000,0.0000,5.1777,-5.1777,42.3472,-47.5248,-0.9903,-46.5346,43.5809,0.0000,8.7573,-98.8727,1453.9427,1453.9427,1453.9427,1453.9427,1453.9427 +563.5000,1.0000,8346.3846,44.3675,45.9310,-0.8686,4.0940,6,708.4845,45.8340,496.8756,-89.3138,3.4005,36.8644,-6.6264,-1.0863,0.3587,0.0000,0.3587,4.1281,0.3587,0.3587,0.0000,0.0000,0.0000,0.0000,4.8408,-4.8408,38.9779,-43.8188,-0.9502,-42.8686,43.8126,0.0000,8.1867,-94.8680,1321.7855,1321.7855,1321.7855,1321.7855,1321.7855 +564.5000,1.0000,8357.8074,41.1220,42.8040,-0.9344,4.4270,0,641.7588,34.4158,548.5373,-96.4707,2.3129,36.8644,-6.4833,-1.6458,0.0000,0.0000,0.0000,3.9587,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.4867,-4.4867,39.5620,-44.0487,-0.9474,-43.1013,43.9044,0.0000,7.5868,-94.5926,1146.8232,1146.8232,1146.8232,1146.8232,1146.8232 +565.5000,1.0000,8368.1593,37.2670,39.4400,-1.2072,4.7270,5,684.8902,100.0219,513.9928,-91.8445,7.1737,36.8644,-6.5872,3.5705,0.2843,0.0000,0.2843,3.3190,0.3393,0.3393,0.0000,0.0000,0.0000,0.0000,4.0661,-4.0661,58.4386,-62.5048,-1.1092,-61.3956,42.4791,0.0000,6.8746,-110.7493,2008.4008,2008.4008,2008.4008,2008.4008,2008.4008 +566.5000,1.0000,8377.3313,33.0190,35.0940,-1.1528,5.2320,5,724.2657,33.0726,486.0490,-87.6211,2.5084,36.8644,-6.6456,-2.0244,0.2867,0.0000,0.2867,4.2461,0.2867,0.2867,0.0000,0.0000,0.0000,0.0000,3.6026,-3.6026,43.2988,-46.9014,-0.9385,-45.9629,41.6474,0.0000,6.0895,-93.6998,1209.4048,1209.4048,1209.4048,1209.4048,1209.4048 +567.5000,1.0000,8385.4205,29.1210,30.9440,-1.0128,6.0960,0,639.3755,37.8299,550.5820,-96.7263,2.5329,36.8644,-6.4763,-1.5461,0.0000,0.0000,0.0000,4.0790,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1773,-3.1773,22.0085,-25.1858,-0.7271,-24.4587,42.7756,0.0000,5.3680,-72.6022,1178.4984,1178.4984,1178.4984,1178.4984,1178.4984 +568.5000,1.0000,8392.2974,24.7570,27.2980,-1.4117,7.3070,4,660.6049,88.1387,532.8883,-94.4493,6.0973,36.8644,-6.5338,2.4586,0.3474,0.0000,0.3474,3.2913,0.4226,0.4226,0.0000,0.0000,0.0000,0.0000,2.7012,-2.7012,36.0782,-38.7794,-0.8617,-37.9178,43.5543,0.0000,4.5598,-86.0319,1771.4098,1771.4098,1771.4098,1771.4098,1771.4098 +569.5000,1.0000,8397.6923,19.4215,22.2160,-1.5525,8.5770,0,660.6049,11.1815,532.8883,-94.4493,0.7735,36.8644,-6.5338,-2.4586,0.0000,0.0000,0.0000,3.2322,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,2.1190,-2.1190,29.2086,-31.3277,-0.7434,-30.5843,40.0660,0.0000,3.5736,-74.2239,933.6772,933.6772,933.6772,933.6772,933.6772 +570.5000,1.0000,8401.6371,14.2015,16.6270,-1.3475,8.9400,2,791.5533,57.1891,444.7315,-80.4039,4.7405,36.8644,-6.6648,9.3114,-8.0425,0.0000,-8.0425,3.4716,-12.0462,0.8440,0.0000,-12.8902,0.0000,-12.8902,1.5495,-14.4397,0.0000,-14.4397,-0.4718,-13.9679,30.5276,0.0000,2.6122,-47.1077,1723.9972,1723.9972,1723.9972,1723.9972,1723.9972 +571.5000,1.0000,8404.4143,9.9980,11.7760,-0.9878,8.5580,2,834.6721,-55.9054,421.7568,-77.0186,-4.8865,36.8644,-6.7319,-7.6084,-0.5891,0.0000,-0.5891,3.3111,-0.5891,0.4545,0.0000,-1.0436,0.0000,-1.0436,1.0909,-2.1345,0.0000,-2.1345,-0.2435,-1.8910,20.5803,0.0000,1.8397,-24.3109,7.6879,7.6879,7.6879,7.6879,7.6879 +572.5000,1.0000,8406.3068,6.8130,8.2200,-0.7817,5.9460,0,643.1189,23.0791,547.3772,-96.3248,1.5543,36.8644,-6.4872,-1.7030,0.0000,0.0000,0.0000,3.2573,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.7434,-0.7434,1.4794,-2.2227,-0.1313,-2.0914,9.7622,0.0000,1.2560,-13.1096,1035.6140,1035.6140,1035.6140,1035.6140,1035.6140 +573.5000,1.0000,8407.6380,4.7920,5.4060,-0.3411,2.9840,1,622.7276,76.4590,565.3011,-98.5120,4.9860,36.8644,-6.4242,0.8692,0.9602,-0.0240,0.9842,3.1567,1.1415,0.3478,0.0000,0.7937,0.0000,0.7937,0.5228,0.2708,0.0000,0.2708,-0.0403,0.3111,3.4504,0.0000,0.8846,-4.0239,1546.3830,1546.3830,1546.3830,1546.3830,1546.3830 +574.5000,1.0000,8408.6637,3.6925,4.1780,-0.2697,0.2580,1,644.9499,35.2990,545.8233,-96.1284,2.3841,36.8644,-6.4924,-0.0200,-0.7770,0.1169,-0.8939,3.1811,-0.8939,0.2676,0.0000,-1.1615,0.0000,-1.1615,0.4029,-1.5644,0.0000,-1.5644,-0.0246,-1.5398,0.2300,0.0000,0.6819,-2.4517,1158.5203,1158.5203,1158.5203,1158.5203,1158.5203 +575.5000,1.0000,8409.3763,2.5655,3.2070,-0.3564,0.0000,1,644.4444,49.2722,546.2513,-96.1827,3.3252,36.8644,-6.4910,0.0000,-1.0045,0.3349,-1.3394,4.3297,-1.3394,0.1802,0.0000,-1.5196,0.0000,-1.5196,0.2799,-1.7995,0.0000,-1.7995,-0.0225,-1.7770,0.0000,0.0000,0.4738,-2.2507,1296.6696,1296.6696,1296.6696,1296.6696,1296.6696 +576.5000,1.0000,8409.7627,1.3910,1.9240,-0.2961,0.0000,1,644.4444,58.7526,546.2513,-96.1827,3.9650,36.8644,-6.4910,0.0000,-0.3251,0.2020,-0.5271,4.2901,-0.5271,0.0884,0.0000,-0.6154,0.0000,-0.6154,0.1518,-0.7672,0.0000,-0.7672,-0.0102,-0.7571,0.0000,0.0000,0.2569,-1.0139,1390.7145,1390.7145,1390.7145,1390.7145,1390.7145 +577.5000,1.0000,8409.8845,0.4385,0.8580,-0.2331,0.0000,0,644.4444,64.3719,546.2513,-96.1827,4.3442,36.8644,-6.4910,0.0000,-0.0043,0.0956,-0.0999,4.3485,-0.0999,0.0253,0.0000,-0.1253,0.0000,-0.1253,0.0478,-0.1731,0.0000,-0.1731,-0.0025,-0.1706,0.0000,0.0000,0.0810,-0.2516,1446.4579,1446.4579,1446.4579,1446.4579,1446.4579 +578.5000,1.0000,8409.8871,0.0095,0.0190,-0.0053,0.0000,0,644.4444,63.1085,546.2513,-96.1827,4.2589,36.8644,-6.4910,0.0000,0.0031,0.0000,0.0031,4.2558,0.0031,0.0005,0.0000,0.0027,0.0000,0.0027,0.0010,0.0016,0.0000,0.0016,0.0000,0.0016,0.0000,0.0000,0.0018,-0.0001,1433.9248,1433.9248,1433.9248,1433.9248,1433.9248 +579.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.9699,546.2513,-96.1827,4.3171,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3171,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1442.4702,1442.4702,1442.4702,1442.4702,1442.4702 +580.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.8457,546.2513,-96.1827,4.3762,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3762,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1451.1581,1451.1581,1451.1581,1451.1581,1451.1581 +581.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.4042,546.2513,-96.1827,4.2789,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2789,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1436.8583,1436.8583,1436.8583,1436.8583,1436.8583 +582.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.6533,546.2513,-96.1827,4.2957,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2957,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1439.3292,1439.3292,1439.3292,1439.3292,1439.3292 +583.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.8564,546.2513,-96.1827,4.3094,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3094,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1441.3445,1441.3445,1441.3445,1441.3445,1441.3445 +584.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,47.9175,546.2513,-96.1827,3.2338,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2338,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1283.2310,1283.2310,1283.2310,1283.2310,1283.2310 +585.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,48.1200,546.2513,-96.1827,3.2474,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2474,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1285.2392,1285.2392,1285.2392,1285.2392,1285.2392 +586.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.2939,546.2513,-96.1827,4.3389,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3389,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1445.6842,1445.6842,1445.6842,1445.6842,1445.6842 +587.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.8014,546.2513,-96.1827,4.3057,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3057,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1440.7988,1440.7988,1440.7988,1440.7988,1440.7988 +588.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.9560,546.2513,-96.1827,4.3161,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3161,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1442.3323,1442.3323,1442.3323,1442.3323,1442.3323 +589.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.7723,546.2513,-96.1827,4.3712,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3712,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1450.4304,1450.4304,1450.4304,1450.4304,1450.4304 +590.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.5504,546.2513,-96.1827,4.2888,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2888,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1438.3086,1438.3086,1438.3086,1438.3086,1438.3086 +591.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.0234,546.2513,-96.1827,4.3207,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3207,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1443.0008,1443.0008,1443.0008,1443.0008,1443.0008 +592.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.2513,546.2513,-96.1827,4.2686,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1435.3421,1435.3421,1435.3421,1435.3421,1435.3421 +593.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.0962,546.2513,-96.1827,4.2581,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2581,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1433.8032,1433.8032,1433.8032,1433.8032,1433.8032 +594.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.2631,546.2513,-96.1827,4.2019,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1425.5386,1425.5386,1425.5386,1425.5386,1425.5386 +595.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.5616,546.2513,-96.1827,4.1545,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1545,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1418.5796,1418.5796,1418.5796,1418.5796,1418.5796 +596.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.3942,546.2513,-96.1827,4.2107,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2107,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1426.8394,1426.8394,1426.8394,1426.8394,1426.8394 +597.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.6671,546.2513,-96.1827,4.1617,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1617,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1419.6261,1419.6261,1419.6261,1419.6261,1419.6261 +598.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.9852,546.2513,-96.1827,4.1831,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1831,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1422.7818,1422.7818,1422.7818,1422.7818,1422.7818 +599.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.4421,546.2513,-96.1827,4.3489,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3489,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1447.1549,1447.1549,1447.1549,1447.1549,1447.1549 +600.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.3978,546.2513,-96.1827,4.3460,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3460,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1446.7154,1446.7154,1446.7154,1446.7154,1446.7154 +601.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.1159,546.2513,-96.1827,4.3269,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3269,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1443.9188,1443.9188,1443.9188,1443.9188,1443.9188 +602.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,65.3430,546.2513,-96.1827,4.4097,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.4097,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1456.0916,1456.0916,1456.0916,1456.0916,1456.0916 +603.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,48.5726,546.2513,-96.1827,3.2780,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2780,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1289.7295,1289.7295,1289.7295,1289.7295,1289.7295 +604.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.7097,546.2513,-96.1827,3.1523,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1523,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1271.2490,1271.2490,1271.2490,1271.2490,1271.2490 +605.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,48.2211,546.2513,-96.1827,3.2543,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2543,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1286.2426,1286.2426,1286.2426,1286.2426,1286.2426 +606.5000,1.0000,8409.8871,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.9521,546.2513,-96.1827,3.1686,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.6537,1273.6537,1273.6537,1273.6537,1273.6537 +607.5000,1.0000,8409.8880,0.0030,0.0000,0.0017,0.0000,0,644.4444,47.5885,546.2513,-96.1827,3.2116,36.8644,-6.4910,0.0000,0.0027,0.0013,0.0013,3.2089,0.0013,0.0001,0.0000,0.0012,0.0000,0.0012,0.0003,0.0009,0.0000,0.0009,0.0000,0.0009,0.0000,0.0003,0.0006,0.0000,1279.9670,1279.9670,1279.9670,1279.9670,1279.9670 +608.5000,1.0000,8409.8893,0.0050,0.0060,-0.0006,0.0000,0,644.4444,47.2583,546.2513,-96.1827,3.1893,36.8644,-6.4910,0.0000,0.0018,-0.0005,0.0023,3.1875,0.0023,0.0002,0.0000,0.0020,0.0000,0.0020,0.0005,0.0015,0.0000,0.0015,0.0000,0.0015,0.0000,0.0006,0.0009,0.0000,1276.6913,1276.6913,1276.6913,1276.6913,1276.6913 +609.5000,1.0000,8409.8903,0.0020,0.0040,-0.0003,0.0000,0,644.4444,46.7630,546.2513,-96.1827,3.1559,36.8644,-6.4910,0.0000,0.0009,0.0000,0.0009,3.1549,0.0009,0.0001,0.0000,0.0008,0.0000,0.0008,0.0002,0.0006,0.0000,0.0006,0.0000,0.0006,0.0000,0.0003,0.0004,0.0000,1271.7781,1271.7781,1271.7781,1271.7781,1271.7781 +610.5000,1.0000,8409.8914,0.0000,0.0030,0.0006,0.0000,0,644.4444,47.6382,546.2513,-96.1827,3.2149,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2149,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1280.4599,1280.4599,1280.4599,1280.4599,1280.4599 +611.5000,1.0000,8409.8931,0.0000,0.0020,0.0006,0.0000,0,644.4444,46.8986,546.2513,-96.1827,3.1650,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.1235,1273.1235,1273.1235,1273.1235,1273.1235 +612.5000,1.0000,8409.8952,0.0000,0.0020,0.0003,0.0000,0,644.4444,46.6270,546.2513,-96.1827,3.1467,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1467,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1270.4289,1270.4289,1270.4289,1270.4289,1270.4289 +613.5000,1.0000,8409.8974,0.0000,0.0010,0.0000,0.0000,0,644.4444,46.9732,546.2513,-96.1827,3.1700,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1700,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.8633,1273.8633,1273.8633,1273.8633,1273.8633 +614.5000,1.0000,8409.8996,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.9874,546.2513,-96.1827,3.1710,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1274.0039,1274.0039,1274.0039,1274.0039,1274.0039 +615.5000,1.0000,8409.9018,0.0000,0.0000,0.0000,0.0000,0,644.4444,47.1606,546.2513,-96.1827,3.1827,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1827,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1275.7219,1275.7219,1275.7219,1275.7219,1275.7219 +616.5000,1.0000,8409.9041,0.0000,0.0000,0.0000,0.0000,0,644.4444,47.3067,546.2513,-96.1827,3.1925,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1277.1714,1277.1714,1277.1714,1277.1714,1277.1714 +617.5000,1.0000,8409.9063,0.0000,0.0000,0.0000,0.0000,0,644.4444,48.5753,546.2513,-96.1827,3.2782,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2782,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1289.7558,1289.7558,1289.7558,1289.7558,1289.7558 +618.5000,1.0000,8409.9085,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.5581,546.2513,-96.1827,3.1420,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1269.7453,1269.7453,1269.7453,1269.7453,1269.7453 +619.5000,1.0000,8409.9113,0.0020,0.0000,0.0011,0.0000,0,644.4444,46.0909,546.2513,-96.1827,3.1105,36.8644,-6.4910,0.0000,0.0019,0.0010,0.0010,3.1086,0.0010,0.0001,0.0000,0.0009,0.0000,0.0009,0.0002,0.0006,0.0000,0.0006,0.0000,0.0006,0.0000,0.0003,0.0004,0.0000,1265.1111,1265.1111,1265.1111,1265.1111,1265.1111 +620.5000,1.0000,8409.9143,0.0020,0.0040,-0.0006,0.0000,0,644.4444,45.4315,546.2513,-96.1827,3.0660,36.8644,-6.4910,0.0000,0.0010,0.0000,0.0010,3.0650,0.0010,0.0001,0.0000,0.0009,0.0000,0.0009,0.0002,0.0007,0.0000,0.0007,0.0000,0.0007,0.0000,0.0004,0.0004,0.0000,1258.5698,1258.5698,1258.5698,1258.5698,1258.5698 +621.5000,1.0000,8409.9381,0.0755,0.0020,0.0419,0.0000,1,644.4444,46.8083,546.2513,-96.1827,3.1589,36.8644,-6.4910,0.0000,0.0839,0.0420,0.0420,3.0750,0.0420,0.0036,0.0000,0.0383,0.0000,0.0383,0.0082,0.0301,0.0000,0.0301,0.0001,0.0300,0.0000,0.0083,0.0139,0.0078,1272.2277,1272.2277,1272.2277,1272.2277,1272.2277 +622.5000,1.0000,8410.2281,1.0340,0.1510,0.4906,0.0000,1,644.4444,91.7831,546.2513,-96.1827,6.1941,36.8644,-6.4910,0.0000,3.2091,1.4782,1.7310,2.9849,1.7310,0.0709,0.0000,1.6601,0.0000,1.6601,0.1199,1.5402,0.0000,1.5402,0.0125,1.5277,0.0000,0.0881,0.1910,1.2486,1774.8185,1774.8185,1774.8185,1774.8185,1774.8185 +623.5000,1.0000,8411.1031,3.1400,1.9170,0.6794,0.0000,1,645.9562,189.9810,544.9729,-96.0205,12.8511,36.8644,-6.4952,0.0600,9.8086,2.7329,7.0757,2.9826,7.0757,0.2812,0.0000,6.7944,0.0000,6.7944,0.3904,6.4040,0.0000,6.4040,0.0526,6.3514,0.0000,0.5197,0.5799,5.2519,2934.3749,2934.3749,2934.3749,2934.3749,2934.3749 +624.5000,1.0000,8412.4045,4.6750,4.3630,0.1733,0.0000,1,689.9681,147.6365,510.2100,-91.2998,10.6672,36.8644,-6.5967,1.8008,4.5372,0.0219,4.5153,4.3293,4.5153,0.3304,0.0000,4.1849,0.0000,4.1849,0.5101,3.6748,0.0000,3.6748,0.0200,3.6548,0.0000,0.7967,0.8634,1.9948,2561.8253,2561.8253,2561.8253,2561.8253,2561.8253 +625.5000,1.0000,8413.8996,5.3725,4.9870,0.2142,0.0000,1,789.0888,154.6674,446.1204,-80.6682,12.7807,36.8644,-6.6659,2.7438,5.7924,0.0000,5.7924,4.2446,5.7924,0.4086,0.0000,5.3838,0.0000,5.3838,0.5862,4.7976,0.0000,4.7976,0.0284,4.7692,0.0000,0.9446,0.9922,2.8324,3018.8768,3018.8768,3018.8768,3018.8768,3018.8768 +626.5000,1.0000,8415.4610,5.6110,5.7580,-0.0817,0.0000,1,824.1186,43.6346,433.4822,-77.7733,3.7657,37.4102,-6.7120,-1.0927,1.7260,0.0000,1.7260,3.1324,1.7260,0.4239,0.0000,1.3021,0.0000,1.3021,0.6122,0.6899,0.0000,0.6899,-0.0113,0.7012,0.0000,0.7930,1.0362,-1.1280,1566.3346,1566.3346,1566.3346,1566.3346,1566.3346 +627.5000,1.0000,8416.9623,5.3945,5.4640,-0.0386,0.0000,1,792.3200,69.9860,444.3011,-80.3217,5.8068,36.8644,-6.6644,-0.4967,2.1063,0.0000,2.1063,4.1973,2.1063,0.3978,0.0000,1.7084,0.0000,1.7084,0.5886,1.1198,0.0000,1.1198,-0.0051,1.1250,0.0000,0.6415,0.9962,-0.5127,1904.7633,1904.7633,1904.7633,1904.7633,1904.7633 +628.5000,1.0000,8418.4206,5.2400,5.3250,-0.0472,0.0000,1,769.6278,69.7007,457.4012,-82.7556,5.6175,36.8644,-6.6697,-0.5901,2.0495,0.0000,2.0495,4.1581,2.0495,0.3828,0.0000,1.6667,0.0000,1.6667,0.5717,1.0950,0.0000,1.0950,-0.0061,1.1011,0.0000,0.7425,0.9677,-0.6091,1834.1821,1834.1821,1834.1821,1834.1821,1834.1821 +629.5000,1.0000,8419.9066,5.3395,5.1550,0.1025,0.0000,1,784.2419,115.1299,448.8776,-81.1881,9.4551,36.8644,-6.6676,1.3051,3.9778,0.0000,3.9778,4.1722,3.9778,0.3735,0.0000,3.6043,0.0000,3.6043,0.5826,3.0217,0.0000,3.0217,0.0135,3.0082,0.0000,0.6749,0.9861,1.3473,2483.6312,2483.6312,2483.6312,2483.6312,2483.6312 +630.5000,1.0000,8421.5191,5.7950,5.5240,0.1506,0.0000,1,851.1437,125.8084,423.6215,-75.8408,11.2135,37.7580,-6.7598,2.0805,5.0450,0.0000,5.0450,4.0880,5.0450,0.4276,0.0000,4.6174,0.0000,4.6174,0.6323,3.9851,0.0000,3.9851,0.0215,3.9636,0.0000,0.7457,1.0702,2.1477,2833.1662,2833.1662,2833.1662,2833.1662,2833.1662 +631.5000,1.0000,8423.1905,6.0070,6.0660,-0.0328,0.0000,1,882.2813,63.7479,447.1079,-73.6143,5.8898,41.3093,-6.8014,-0.4695,2.1107,0.0000,2.1107,4.2486,2.1107,0.4618,0.0000,1.6489,0.0000,1.6489,0.6554,0.9935,0.0000,0.9935,-0.0049,0.9983,0.0000,0.3737,1.1093,-0.4847,1888.8680,1888.8680,1888.8680,1888.8680,1888.8680 +632.5000,1.0000,8424.8645,6.0165,5.9480,0.0381,0.0000,1,883.6766,82.1261,417.1367,-73.5145,7.5998,38.6012,-6.8029,0.5460,2.8360,0.0000,2.8360,4.2178,2.8360,0.4556,0.0000,2.3804,0.0000,2.3804,0.6564,1.7240,0.0000,1.7240,0.0056,1.7184,0.0000,0.0436,1.1111,0.5636,2246.9212,2246.9212,2246.9212,2246.9212,2246.9212 +633.5000,1.0000,8426.6453,6.4010,6.0850,0.1756,0.0000,1,940.1502,123.4787,449.8481,-70.0505,12.1568,44.2886,-6.8966,2.6797,5.1728,0.0000,5.1728,4.3043,5.1728,0.4817,0.0000,4.6911,0.0000,4.6911,0.6984,3.9927,0.0000,3.9927,0.0277,3.9650,0.0000,0.0167,1.1821,2.7663,3063.5072,3063.5072,3063.5072,3063.5072,3063.5072 +634.5000,1.0000,8428.5299,6.7745,6.7170,0.0319,0.0000,1,995.0083,78.0336,494.3459,-66.9124,8.1309,51.5094,-6.9721,0.5160,3.0655,0.0000,3.0655,4.5493,3.0655,0.5372,0.0000,2.5283,0.0000,2.5283,0.7392,1.7891,0.0000,1.7891,0.0053,1.7838,0.0000,0.0000,1.2511,0.5327,2494.3007,2494.3007,2494.3007,2494.3007,2494.3007 +635.5000,1.0000,8430.4578,6.9305,6.8320,0.0547,0.0000,1,1017.9208,74.3149,480.5640,-67.9096,7.9217,51.2264,-7.2389,0.9044,3.5295,0.0000,3.5295,3.4878,3.5295,0.5505,0.0000,2.9790,0.0000,2.9790,0.7562,2.2228,0.0000,2.2228,0.0094,2.2135,0.0000,0.0000,1.2799,0.9336,2478.6129,2478.6129,2478.6129,2478.6129,2478.6129 +636.5000,1.0000,8432.4387,7.1210,7.0290,0.0511,0.0000,1,1045.9006,83.7843,485.5668,-69.9125,9.1766,53.1824,-7.6573,0.8679,3.5692,0.0000,3.5692,4.7395,3.5692,0.5723,0.0000,2.9970,0.0000,2.9970,0.7770,2.2200,0.0000,2.2200,0.0090,2.2110,0.0000,0.0000,1.3151,0.8960,2703.2628,2703.2628,2703.2628,2703.2628,2703.2628 +637.5000,1.0000,8434.4934,7.3870,7.2130,0.0967,0.0000,1,1084.9695,97.6392,499.7065,-72.7092,11.0935,56.7755,-8.2610,1.7028,4.5397,0.0000,4.5397,4.8511,4.5397,0.5941,0.0000,3.9456,0.0000,3.9456,0.8060,3.1396,0.0000,3.1396,0.0176,3.1220,0.0000,0.0000,1.3642,1.7578,2949.9769,2949.9769,2949.9769,2949.9769,2949.9769 +638.5000,1.0000,8436.6110,7.6135,7.5610,0.0292,0.0000,1,1118.2368,75.9992,514.7230,-74.8729,8.8996,60.2748,-8.7677,0.5295,3.4214,0.0000,3.4214,4.9487,3.4214,0.6326,0.0000,2.7888,0.0000,2.7888,0.8307,1.9581,0.0000,1.9581,0.0055,1.9527,0.0000,0.0000,1.4060,0.5466,2626.3917,2626.3917,2626.3917,2626.3917,2626.3917 +639.5000,1.0000,8438.7468,7.6790,7.6660,0.0072,0.0000,1,1127.8572,69.5565,507.9143,-75.4468,8.2152,59.9892,-8.9109,0.1322,3.0382,0.0000,3.0382,5.0447,3.0382,0.6444,0.0000,2.3939,0.0000,2.3939,0.8378,1.5560,0.0000,1.5560,0.0014,1.5546,0.0000,0.0000,1.4181,0.1365,2529.8677,2529.8677,2529.8677,2529.8677,2529.8677 +640.5000,1.0000,8440.8806,7.6715,7.6920,-0.0114,0.0000,1,1126.7556,63.4959,504.9340,-75.3811,7.4921,59.5790,-8.8945,-0.2083,2.6836,0.0000,2.6836,5.0169,2.6836,0.6470,0.0000,2.0365,0.0000,2.0365,0.8370,1.1995,0.0000,1.1995,-0.0022,1.2017,0.0000,0.0000,1.4167,-0.2151,2432.4192,2432.4192,2432.4192,2432.4192,2432.4192 +641.5000,1.0000,8443.0177,7.6835,7.6510,0.0181,0.0000,1,1128.5181,72.8625,502.4380,-75.4862,8.6108,59.3772,-8.9208,0.3308,3.2451,0.0000,3.2451,5.0349,3.2451,0.6429,0.0000,2.6022,0.0000,2.6022,0.8383,1.7639,0.0000,1.7639,0.0034,1.7605,0.0000,0.0000,1.4190,0.3415,2583.0652,2583.0652,2583.0652,2583.0652,2583.0652 +642.5000,1.0000,8445.1596,7.7010,7.7160,-0.0083,0.0000,1,1131.0884,64.8823,507.4723,-75.6396,7.6851,60.1087,-8.9593,-0.1530,2.7528,0.0000,2.7528,5.0854,2.7528,0.6499,0.0000,2.1029,0.0000,2.1029,0.8402,1.2626,0.0000,1.2626,-0.0016,1.2642,0.0000,0.0000,1.4222,-0.1580,2457.3846,2457.3846,2457.3846,2457.3846,2457.3846 +643.5000,1.0000,8447.2931,7.6705,7.6860,-0.0086,0.0000,1,1126.6087,64.7115,502.7786,-75.3723,7.6345,59.3169,-8.8923,-0.1575,2.7356,0.0000,2.7356,5.0564,2.7356,0.6464,0.0000,2.0892,0.0000,2.0892,0.8369,1.2523,0.0000,1.2523,-0.0016,1.2540,0.0000,0.0000,1.4166,-0.1626,2451.7245,2451.7245,2451.7245,2451.7245,2451.7245 +644.5000,1.0000,8449.4214,7.6520,7.6550,-0.0017,0.0000,1,1123.8915,66.9152,501.9651,-75.2103,7.8755,59.0781,-8.8518,-0.0304,2.8592,0.0000,2.8592,5.0467,2.8592,0.6429,0.0000,2.2163,0.0000,2.2163,0.8349,1.3814,0.0000,1.3814,-0.0003,1.3817,0.0000,0.0000,1.4131,-0.0314,2485.1155,2485.1155,2485.1155,2485.1155,2485.1155 +645.5000,1.0000,8451.5413,7.6215,7.6490,-0.0153,0.0000,1,1119.4118,62.4568,501.9380,-74.9430,7.3215,58.8395,-8.7852,-0.2777,2.5914,0.0000,2.5914,5.0077,2.5914,0.6418,0.0000,1.9496,0.0000,1.9496,0.8316,1.1180,0.0000,1.1180,-0.0029,1.1209,0.0000,0.0000,1.4075,-0.2866,2411.0245,2411.0245,2411.0245,2411.0245,2411.0245 +646.5000,1.0000,8453.6507,7.5840,7.5940,-0.0056,0.0000,1,1113.9040,65.8165,498.4625,-74.6145,7.6773,58.1445,-8.7036,-0.1005,2.7589,0.0000,2.7589,5.0189,2.7589,0.6356,0.0000,2.1233,0.0000,2.1233,0.8275,1.2958,0.0000,1.2958,-0.0010,1.2969,0.0000,0.0000,1.4006,-0.1037,2461.0385,2461.0385,2461.0385,2461.0385,2461.0385 +647.5000,1.0000,8455.7614,7.5885,7.5740,0.0081,0.0000,1,1114.5649,69.9489,500.0604,-74.6539,8.1642,58.3655,-8.7134,0.1458,3.0150,0.0000,3.0150,5.0035,3.0150,0.6336,0.0000,2.3814,0.0000,2.3814,0.8280,1.5534,0.0000,1.5534,0.0015,1.5519,0.0000,0.0000,1.4014,0.1505,2527.4242,2527.4242,2527.4242,2527.4242,2527.4242 +648.5000,1.0000,8457.8862,7.6390,7.6030,0.0200,0.0000,1,1121.9822,73.3089,503.6726,-75.0964,8.6133,59.1784,-8.8233,0.3643,3.2613,0.0000,3.2613,4.9877,3.2613,0.6373,0.0000,2.6241,0.0000,2.6241,0.8335,1.7906,0.0000,1.7906,0.0038,1.7868,0.0000,0.0000,1.4107,0.3761,2585.9085,2585.9085,2585.9085,2585.9085,2585.9085 +649.5000,1.0000,8460.0389,7.7400,7.6750,0.0361,0.0000,1,1136.8166,67.4356,508.7542,-75.9813,8.0280,60.5657,-9.0454,0.6665,3.6149,0.0000,3.6149,3.7466,3.6149,0.6461,0.0000,2.9688,0.0000,2.9688,0.8445,2.1243,0.0000,2.1243,0.0069,2.1174,0.0000,0.0000,1.4294,0.6880,2501.8874,2501.8874,2501.8874,2501.8874,2501.8874 +650.5000,1.0000,8462.2006,7.7720,7.8050,-0.0183,0.0000,1,1141.5166,50.5425,507.5123,-76.2616,6.0418,60.6677,-9.1163,-0.3398,2.5893,0.0000,2.5893,3.7923,2.5893,0.6603,0.0000,1.9290,0.0000,1.9290,0.8480,1.0810,0.0000,1.0810,-0.0035,1.0845,0.0000,0.0000,1.4353,-0.3508,2235.3517,2235.3517,2235.3517,2235.3517,2235.3517 +651.5000,1.0000,8464.3498,7.7270,7.7390,-0.0067,0.0000,1,1134.9072,54.2643,498.1556,-75.8674,6.4492,59.2044,-9.0166,-0.1228,2.7947,0.0000,2.7947,3.7773,2.7947,0.6527,0.0000,2.1420,0.0000,2.1420,0.8431,1.2989,0.0000,1.2989,-0.0013,1.3002,0.0000,0.0000,1.4270,-0.1268,2290.4225,2290.4225,2290.4225,2290.4225,2290.4225 +652.5000,1.0000,8466.4945,7.7110,7.7150,-0.0022,0.0000,1,1132.5572,55.7525,499.2162,-75.7272,6.6123,59.2076,-8.9813,-0.0409,2.8727,0.0000,2.8727,3.7805,2.8727,0.6500,0.0000,2.2228,0.0000,2.2228,0.8413,1.3814,0.0000,1.3814,-0.0004,1.3818,0.0000,0.0000,1.4240,-0.0422,2312.6354,2312.6354,2312.6354,2312.6354,2312.6354 +653.5000,1.0000,8468.6080,7.5985,7.7070,-0.0603,0.0000,1,1116.0337,37.5110,496.0544,-74.7415,4.3839,57.9743,-8.7351,-1.0922,1.7411,0.0000,1.7411,3.7351,1.7411,0.6476,0.0000,1.0935,0.0000,1.0935,0.8291,0.2645,0.0000,0.2645,-0.0113,0.2758,0.0000,0.0000,1.4033,-1.1275,1995.9195,1995.9195,1995.9195,1995.9195,1995.9195 +654.5000,1.0000,8470.5593,7.0150,7.4900,-0.2639,0.0000,1,1030.3318,-24.7814,465.8972,-68.7980,-2.6738,50.2685,-7.4230,-4.4143,-1.9269,0.0000,-1.9269,3.6674,-1.9269,0.6149,0.0000,-2.5417,0.0000,-2.5417,0.7654,-3.3071,0.0000,-3.3071,-0.0456,-3.2615,0.0000,0.0000,1.2955,-4.5570,680.1993,680.1993,680.1993,680.1993,680.1993 +655.5000,1.0000,8472.2475,6.0675,6.5400,-0.2625,0.0000,1,891.1673,-23.0172,395.0197,-72.9789,-2.1480,36.8644,-6.8106,-3.7980,-1.6713,0.0000,-1.6713,3.3213,-1.6713,0.5061,0.0000,-2.1775,0.0000,-2.1775,0.6620,-2.8395,0.0000,-2.8395,-0.0393,-2.8002,0.0000,0.0000,1.1205,-3.9207,578.0834,578.0834,578.0834,578.0834,578.0834 +656.5000,1.0000,8473.8170,5.6400,5.5950,0.0250,0.0000,1,828.3780,65.2235,424.9614,-77.4687,5.6580,36.8644,-6.7202,0.3362,2.4274,0.0000,2.4274,2.8944,2.4274,0.4199,0.0000,2.0075,0.0000,2.0075,0.6154,1.3921,0.0000,1.3921,0.0035,1.3887,0.0000,0.0000,1.0416,0.3471,1868.6720,1868.6720,1868.6720,1868.6720,1868.6720 +657.5000,1.0000,8475.3891,5.6495,5.6850,-0.0197,0.0000,1,829.7733,51.7873,424.2468,-77.3689,4.5000,36.8644,-6.7229,-0.2657,1.8098,0.0000,1.8098,2.9559,1.8098,0.4271,0.0000,1.3827,0.0000,1.3827,0.6164,0.7663,0.0000,0.7663,-0.0027,0.7690,0.0000,0.0000,1.0433,-0.2743,1681.6202,1681.6202,1681.6202,1681.6202,1681.6202 +658.5000,1.0000,8476.8774,5.3480,5.6140,-0.1478,0.0000,1,785.4903,16.1771,448.1642,-81.0542,1.3307,36.8644,-6.6672,-1.8846,0.0202,0.0000,0.0202,3.1951,0.0202,0.4140,0.0000,-0.3938,0.0000,-0.3938,0.5835,-0.9773,0.0000,-0.9773,-0.0195,-0.9579,0.0000,0.0000,0.9876,-1.9455,1134.0840,1134.0840,1134.0840,1134.0840,1134.0840 +659.5000,1.0000,8478.1884,4.7095,5.0820,-0.2069,0.0000,1,696.8033,5.1077,505.2052,-90.5667,0.3727,36.8644,-6.6086,-2.1232,-0.6757,0.0058,-0.6815,3.1717,-0.6815,0.3581,0.0000,-1.0396,0.0000,-1.0396,0.5138,-1.5535,0.0000,-1.5535,-0.0240,-1.5294,0.0000,0.0000,0.8697,-2.3992,906.7273,906.7273,906.7273,906.7273,906.7273 +660.5000,1.0000,8479.3455,4.1555,4.3370,-0.1008,0.0000,1,645.8148,52.6138,545.0923,-96.0357,3.5583,36.8644,-6.4949,-0.0543,0.4542,-0.0197,0.4739,3.1584,0.4739,0.2949,0.0000,0.1790,0.0000,0.1790,0.4534,-0.2744,0.0000,-0.2744,-0.0103,-0.2641,0.0000,0.0000,0.7674,-1.0315,1331.0788,1331.0788,1331.0788,1331.0788,1331.0788 +661.5000,1.0000,8480.3934,3.7625,3.9740,-0.1175,0.0000,1,644.4444,50.4357,546.2513,-96.1827,3.4037,36.8644,-6.4910,0.0000,0.2531,-0.0151,0.2682,3.1506,0.2682,0.2620,0.0000,0.0062,0.0000,0.0062,0.4105,-0.4043,0.0000,-0.4043,-0.0109,-0.3934,0.0000,0.0000,0.6948,-1.0883,1308.2111,1308.2111,1308.2111,1308.2111,1308.2111 +662.5000,1.0000,8481.3262,3.3480,3.5510,-0.1128,0.0000,1,644.4444,50.4515,546.2513,-96.1827,3.4048,36.8644,-6.4910,0.0000,0.2550,-0.0165,0.2714,3.1498,0.2714,0.2266,0.0000,0.0448,0.0000,0.0448,0.3653,-0.3205,0.0000,-0.3205,-0.0093,-0.3112,0.0000,0.0000,0.6183,-0.9295,1308.3678,1308.3678,1308.3678,1308.3678,1308.3678 +663.5000,1.0000,8482.1528,2.9660,3.1450,-0.0994,0.0000,1,644.4444,50.2075,546.2513,-96.1827,3.3883,36.8644,-6.4910,0.0000,0.3127,-0.0201,0.3328,3.0756,0.3328,0.1948,0.0000,0.1380,0.0000,0.1380,0.3236,-0.1856,0.0000,-0.1856,-0.0073,-0.1783,0.0000,0.0000,0.5477,-0.7261,1305.9468,1305.9468,1305.9468,1305.9468,1305.9468 +664.5000,1.0000,8482.9031,2.6910,2.7870,-0.0533,0.0000,1,644.4444,53.7134,546.2513,-96.1827,3.6249,36.8644,-6.4910,0.0000,0.5826,-0.0216,0.6041,3.0423,0.6041,0.1704,0.0000,0.4337,0.0000,0.4337,0.2936,0.1401,0.0000,0.1401,-0.0035,0.1437,0.0000,0.0000,0.4970,-0.3533,1340.7261,1340.7261,1340.7261,1340.7261,1340.7261 +665.5000,1.0000,8483.6550,2.6970,2.5950,0.0567,0.0000,1,644.4444,65.1428,546.2513,-96.1827,4.3962,36.8644,-6.4910,0.0000,1.3864,0.0505,1.3359,3.0099,1.3359,0.1635,0.0000,1.1723,0.0000,1.1723,0.2943,0.8781,0.0000,0.8781,0.0038,0.8743,0.0000,0.0000,0.4981,0.3762,1454.1053,1454.1053,1454.1053,1454.1053,1454.1053 +666.5000,1.0000,8484.6745,3.6600,2.7990,0.4783,0.0000,1,654.2344,150.9966,538.0773,-95.1326,10.3450,36.8644,-6.5177,0.3933,6.9769,1.2442,5.7327,2.9747,5.7327,0.2860,0.0000,5.4467,0.0000,5.4467,0.4180,5.0287,0.0000,5.0287,0.0432,4.9856,0.0000,0.0000,0.6759,4.3096,2494.9496,2494.9496,2494.9496,2494.9496,2494.9496 +667.5000,1.0000,8486.2241,5.5685,4.5210,0.5819,0.0000,1,817.8764,245.4034,430.4179,-78.2196,21.0183,36.8644,-6.6993,7.7275,10.2566,0.0000,10.2566,3.0342,10.2566,0.5134,0.0000,9.7432,0.0000,9.7432,0.6578,9.0854,0.0000,9.0854,0.0799,9.0055,0.0000,0.0000,1.0284,7.9772,4489.4819,4489.4819,4489.4819,4489.4819,4489.4819 +668.5000,1.0000,8488.3203,7.5365,6.6160,0.5114,0.0000,1,1106.9274,217.4461,553.3609,-74.1983,25.2057,64.1440,-8.6009,9.1905,12.5796,0.0000,12.5796,3.4357,12.5796,0.7352,0.0000,11.8444,0.0000,11.8444,0.8701,10.9743,0.0000,10.9743,0.0950,10.8793,0.0000,0.0000,1.3918,9.4875,5304.1633,5304.1633,5304.1633,5304.1633,5304.1633 +669.5000,1.0000,8490.8416,9.0665,8.4570,0.3386,0.0000,1,1331.6470,162.5014,603.5170,-87.5580,22.6608,84.1603,-12.2099,7.3208,11.1637,0.0000,11.1637,4.1763,11.1637,0.8671,0.0000,10.2966,0.0000,10.2966,0.9892,9.3074,0.0000,9.3074,0.0757,9.2317,0.0000,0.0000,1.6744,7.5574,4994.0819,4994.0819,4994.0819,4994.0819,4994.0819 +670.5000,1.0000,8493.4730,9.4633,9.6760,-0.1182,0.0000,0,1313.0581,-28.9647,592.4895,-86.4555,-3.9827,81.4692,-11.8879,-8.7175,0.0000,0.0000,0.0000,4.7348,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0325,-1.0325,0.0000,-1.0325,-0.0276,-1.0050,0.0000,0.0000,1.7476,-2.7526,1115.6406,1115.6406,1115.6406,1115.6406,1115.6406 +671.5000,1.0000,8496.4774,10.8058,11.0220,0.8640,0.0000,2,1118.4466,288.7243,453.6692,-74.8855,33.8164,53.1353,-8.7708,-5.9414,34.1022,0.0000,34.1022,5.6556,27.5060,0.9059,0.0000,26.6001,0.0000,26.6001,1.3918,25.2082,0.0000,25.2082,0.2302,24.9780,0.0000,0.0000,1.9956,22.9825,6935.7778,6935.7778,6935.7778,6935.7778,6935.7778 +672.5000,1.0000,8500.2031,13.4025,12.3610,0.5786,0.0000,2,1118.8931,314.8214,606.8795,-74.9121,36.8877,71.1082,-8.7775,5.9744,24.3155,0.0000,24.3155,6.5978,24.3155,0.9779,0.0000,23.3376,0.0000,23.3376,1.5815,21.7561,0.0000,21.7561,0.1912,21.5649,0.0000,0.0000,2.4751,19.0898,7503.6209,7503.6209,7503.6209,7503.6209,7503.6209 +673.5000,1.0000,8504.5219,15.5375,14.4440,0.6075,0.0000,2,1297.1312,331.6339,633.8054,-85.5109,45.0476,86.0931,-11.6154,7.2719,29.3940,0.0000,29.3940,8.3817,29.3940,1.2057,0.0000,28.1883,0.0000,28.1883,1.8504,26.3379,0.0000,26.3379,0.2327,26.1051,0.0000,0.0000,2.8694,23.2357,9152.2991,9152.2991,9152.2991,9152.2991,9152.2991 +674.5000,1.0000,8509.0853,16.4183,16.6310,-0.1182,0.0000,0,1278.5055,15.6013,657.8963,-84.4063,2.0888,88.0823,-11.3007,-8.6299,0.0000,0.0000,0.0000,10.7187,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.7914,-1.7914,0.0000,-1.7914,-0.0478,-1.7435,0.0000,0.0000,3.0321,-4.7756,1886.3530,1886.3530,1886.3530,1886.3530,1886.3530 +675.5000,1.0000,8513.9328,17.4410,19.5640,0.6863,0.0000,3,1053.1564,461.1597,461.1597,-70.4319,50.8596,50.8596,-7.7677,-7.4657,43.5083,0.0000,43.5083,14.8170,36.1769,1.0641,0.0000,35.1128,0.0000,35.1128,2.1292,32.9836,0.0000,32.9836,0.2951,32.6885,0.0000,0.0000,3.2209,29.4675,10126.9042,10126.9042,10126.9042,10126.9042,10126.9042 +676.5000,1.0000,8519.4627,19.8977,20.9220,0.6785,0.0000,3,999.0412,552.7022,682.7276,-66.6817,57.8233,71.4265,-6.9762,3.7620,40.8958,0.0000,40.8958,13.1656,40.8958,1.2320,0.0000,39.6637,0.0000,39.6637,2.4232,37.2406,0.0000,37.2406,0.3328,36.9077,0.0000,0.0000,3.6746,33.2331,11530.9185,11530.9185,11530.9185,11530.9185,11530.9185 +677.5000,1.0000,8525.4262,21.4585,21.1190,0.1886,0.0000,3,1077.4054,222.6529,707.3298,-72.1677,25.1210,79.8049,-8.1424,1.1278,17.1746,0.0000,17.1746,6.8185,17.1746,0.8076,0.0000,16.3671,0.0000,16.3671,2.3413,14.0258,0.0000,14.0258,0.0998,13.9260,0.0000,0.0000,3.9629,9.9631,5280.3311,5280.3311,5280.3311,5280.3311,5280.3311 +678.5000,1.0000,8531.8257,23.0280,21.7980,0.6833,0.0000,3,1156.2081,487.9622,576.4446,-77.1380,59.0814,69.7947,-9.3397,4.3850,47.6556,0.0000,47.6556,7.0408,47.6556,1.4700,0.0000,46.1856,0.0000,46.1856,2.8086,43.3770,0.0000,43.3770,0.3880,42.9890,0.0000,0.0000,4.2527,38.7363,11767.5178,11767.5178,11767.5178,11767.5178,11767.5178 +679.5000,1.0000,8538.8701,25.3500,24.2580,0.6067,0.0000,3,1272.7929,451.8863,702.8111,-84.0675,60.2304,93.6753,-11.2051,4.2855,47.4864,0.0000,47.4864,8.4584,47.4864,1.5495,0.0000,45.9369,0.0000,45.9369,3.0182,42.9187,0.0000,42.9187,0.3792,42.5395,0.0000,0.0000,4.6815,37.8580,11998.7156,11998.7156,11998.7156,11998.7156,11998.7156 +680.5000,1.0000,8546.5980,27.8105,26.4420,0.7603,0.0000,3,1396.3317,537.4687,709.2957,-91.3943,78.5906,103.7157,-13.3640,5.8919,63.1354,0.0000,63.1354,9.5632,63.1354,1.9565,0.0000,61.1789,0.0000,61.1789,3.4729,57.7060,0.0000,57.7060,0.5213,57.1847,0.0000,0.0000,5.1359,52.0488,15441.3005,15441.3005,15441.3005,15441.3005,15441.3005 +681.5000,1.0000,8555.2714,31.2140,29.1790,1.1306,0.0000,3,1567.2173,742.4375,763.0081,-101.5292,121.8478,125.2238,-16.6628,9.8337,100.6882,0.0000,100.6882,11.3259,100.6882,2.8480,0.0000,97.8402,0.0000,97.8402,4.3356,93.5047,0.0000,93.5047,0.8700,92.6346,0.0000,0.0000,5.7645,86.8702,23770.7001,23770.7001,23770.7001,23770.7001,23770.7001 +682.5000,1.0000,8564.4509,33.0363,33.2490,-0.1182,0.0000,0,1669.3922,75.3132,838.3293,-105.9447,13.1661,146.5553,-18.5211,0.0000,0.0000,0.0000,0.0000,13.1661,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.6045,-3.6045,0.0000,-3.6045,-0.0962,-3.5083,0.0000,0.0000,6.1010,-9.6093,4006.1563,4006.1563,4006.1563,4006.1563,4006.1563 +683.5000,1.0000,8573.9562,34.2092,34.5430,0.7697,0.0000,4,1412.4607,588.3654,588.3654,-92.3509,87.0266,87.0266,-13.6599,-22.2864,99.3580,0.0000,99.3580,9.9549,78.1204,2.0484,0.0000,76.0720,0.0000,76.0720,4.2842,71.7878,0.0000,71.7878,0.6492,71.1386,0.0000,0.0000,6.3176,64.8210,16998.6794,16998.6794,16998.6794,16998.6794,16998.6794 +684.5000,1.0000,8584.2387,37.0068,35.8930,0.7845,0.0000,4,1201.3727,767.3062,805.1957,-79.8317,96.5328,101.2996,-10.0434,3.3822,85.9422,0.0000,85.9422,7.2085,85.9422,2.2672,0.0000,83.6750,0.0000,83.6750,4.6553,79.0196,0.0000,79.0196,0.7158,78.3038,0.0000,0.0000,6.8342,71.4696,18807.9412,18807.9412,18807.9412,18807.9412,18807.9412 +685.5000,1.0000,8595.1978,39.4430,38.4190,0.5689,0.0000,4,1280.4589,593.0981,822.1861,-84.5221,79.5281,110.2464,-11.3335,2.6140,69.7134,0.0000,69.7134,7.2007,69.7134,1.9997,0.0000,67.7137,0.0000,67.7137,4.6397,63.0739,0.0000,63.0739,0.5532,62.5207,0.0000,0.0000,7.2841,55.2366,15649.0064,15649.0064,15649.0064,15649.0064,15649.0064 +686.5000,1.0000,8606.6037,41.0510,40.4670,0.3244,0.0000,4,1332.6603,411.5645,763.5699,-87.6181,57.4362,106.5607,-12.2276,1.5516,46.7545,0.0000,46.7545,9.1302,46.7545,1.5797,0.0000,45.1748,0.0000,45.1748,4.4790,40.6958,0.0000,40.6958,0.3284,40.3675,0.0000,0.0000,7.5811,32.7864,11507.3850,11507.3850,11507.3850,11507.3850,11507.3850 +687.5000,1.0000,8618.2912,42.0650,41.6350,0.2389,0.0000,4,1365.5783,342.5710,699.9890,-89.5704,48.9887,100.1005,-12.8088,1.1706,38.7883,0.0000,38.7883,9.0298,38.7883,1.4456,0.0000,37.3427,0.0000,37.3427,4.5896,32.7531,0.0000,32.7531,0.2478,32.5053,0.0000,0.0000,7.7684,24.7369,9907.5592,9907.5592,9907.5592,9907.5592,9907.5592 +688.5000,1.0000,8630.1270,42.5990,42.4950,0.0578,0.0000,4,1382.9138,199.7984,678.0216,-90.5985,28.9345,98.1900,-13.1203,0.2867,19.7119,0.0000,19.7119,8.9358,19.7119,1.0775,0.0000,18.6344,0.0000,18.6344,4.6479,13.9865,0.0000,13.9865,0.0607,13.9258,0.0000,0.0000,7.8670,6.0588,6217.3394,6217.3394,6217.3394,6217.3394,6217.3394 +689.5000,1.0000,8642.1220,43.1720,42.7030,0.2606,0.0000,4,1401.5154,362.5571,627.0583,-91.7018,53.2112,92.0311,-13.4587,1.3104,43.0750,0.0000,43.0750,8.8257,43.0750,1.5594,0.0000,41.5157,0.0000,41.5157,4.7104,36.8052,0.0000,36.8052,0.2773,36.5279,0.0000,0.8646,7.9728,27.6906,10763.0269,10763.0269,10763.0269,10763.0269,10763.0269 +690.5000,1.0000,8654.3792,44.1160,43.6410,0.2639,0.0000,4,1432.1610,360.2290,694.0948,-93.5193,54.0255,104.0972,-14.0256,1.3562,43.8491,0.0000,43.8491,8.8202,43.8491,1.5992,0.0000,42.2499,0.0000,42.2499,4.8134,37.4365,0.0000,37.4365,0.2870,37.1495,0.0000,0.3443,8.1471,28.6580,10910.4138,10910.4138,10910.4138,10910.4138,10910.4138 +691.5000,1.0000,8666.9495,45.2430,44.5910,0.3622,0.0000,4,1468.7474,445.7212,700.2371,-95.6891,68.5550,107.7013,-14.7176,1.9091,57.7004,0.0000,57.7004,8.9455,57.7004,1.9058,0.0000,55.7945,0.0000,55.7945,4.9939,50.8007,0.0000,50.8007,0.4040,50.3966,0.0000,1.6995,8.3553,40.3418,13645.6778,13645.6778,13645.6778,13645.6778,13645.6778 +692.5000,1.0000,8679.9337,46.7330,45.8950,0.4656,0.0000,4,1517.1180,524.7304,738.1256,-98.5579,83.3651,117.2677,-15.6581,2.5346,71.7119,0.0000,71.7119,9.1186,71.7119,2.2260,0.0000,69.4859,0.0000,69.4859,5.3361,64.1498,0.0000,64.1498,0.5364,63.6133,0.0000,1.4249,8.6304,53.5580,16447.4680,16447.4680,16447.4680,16447.4680,16447.4680 +693.5000,1.0000,8693.2082,47.7785,47.5710,0.1153,0.0000,4,1551.0586,252.6289,771.5191,-100.5709,41.0336,125.3151,-16.3354,0.6416,31.0286,0.0000,31.0286,9.3633,31.0286,1.4410,0.0000,29.5876,0.0000,29.5876,5.2130,24.3746,0.0000,24.3746,0.1358,24.2388,0.0000,1.8570,8.8235,13.5584,8578.7401,8578.7401,8578.7401,8578.7401,8578.7401 +694.5000,1.0000,8706.6735,48.4650,47.9860,0.2661,0.0000,4,1573.3449,360.3126,690.4565,-101.8926,59.3652,113.7598,-16.7879,1.5025,51.6264,0.0000,51.6264,6.2364,51.6264,1.8720,0.0000,49.7544,0.0000,49.7544,5.2879,44.4664,0.0000,44.4664,0.3180,44.1485,0.0000,3.4499,8.9503,31.7483,12059.4397,12059.4397,12059.4397,12059.4397,12059.4397 +695.5000,1.0000,8720.5412,49.9135,48.9440,0.5386,0.0000,4,1620.3683,573.3585,732.7160,-104.1988,97.2901,124.3306,-17.6809,3.1319,89.0231,0.0000,89.0231,5.1351,89.0231,2.6608,0.0000,86.3623,0.0000,86.3623,5.8815,80.4808,0.0000,80.4808,0.6628,79.8179,0.0000,4.4208,9.2178,66.1794,19216.1790,19216.1790,19216.1790,19216.1790,19216.1790 +696.5000,1.0000,8734.6020,50.6091,50.8830,-0.1522,0.0000,0,1651.8417,30.0368,799.3350,-105.3197,5.1958,138.2693,-18.2182,0.0000,0.0000,0.0000,0.0000,5.1958,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.5218,-5.5218,0.0000,-5.5218,-0.1899,-5.3320,0.0000,4.2813,9.3462,-18.9595,3085.5970,3085.5970,3085.5970,3085.5970,3085.5970 +697.5000,1.0000,8748.8178,51.1668,52.7910,0.4620,0.0000,5,1396.2081,562.8787,562.8787,-91.3870,82.2988,82.2988,-13.3617,-21.9186,98.9451,0.0000,98.9451,5.2723,79.5364,0.8916,0.0000,78.6448,0.0000,78.6448,5.8809,72.7640,0.0000,72.7640,0.5828,72.1811,0.0000,4.5394,9.4492,58.1924,16129.5277,16129.5277,16129.5277,16129.5277,16129.5277 +698.5000,1.0000,8763.5229,52.9285,53.8600,0.5168,0.0000,5,1160.9778,794.8448,794.8448,-77.4225,96.6351,96.6351,-9.4128,1.4547,89.8449,0.0000,89.8449,5.3355,89.8449,0.9694,0.0000,88.8755,0.0000,88.8755,6.1962,82.6792,0.0000,82.6792,0.6743,82.0049,0.0000,4.8997,9.7746,67.3306,18856.1253,18856.1253,18856.1253,18856.1253,18856.1253 +699.5000,1.0000,8778.7682,54.8731,55.0530,0.5636,0.0000,5,1203.6317,839.1123,839.1123,-79.9657,105.7651,105.7651,-10.0792,1.6447,98.6520,0.0000,98.6520,5.4684,98.6520,1.0432,0.0000,97.6088,0.0000,97.6088,6.5059,91.1029,0.0000,91.1029,0.7624,90.3404,0.0000,4.0824,10.1337,76.1243,20573.7330,20573.7330,20573.7330,20573.7330,20573.7330 +700.5000,1.0000,8794.5126,56.6698,56.2940,0.4346,0.0000,5,1243.0406,696.9628,860.7816,-82.3029,90.7243,112.0487,-10.7134,1.3098,83.9413,0.0000,83.9413,5.4731,83.9413,0.9978,0.0000,82.9435,0.0000,82.9435,6.4510,76.4925,0.0000,76.4925,0.6072,75.8853,0.0000,4.7949,10.4655,60.6249,17711.1447,17711.1447,17711.1447,17711.1447,17711.1447 +701.5000,1.0000,8810.6283,58.0065,57.4520,0.3081,0.0000,5,1272.3619,545.4477,804.9541,-84.0419,72.6762,107.2532,-11.1979,0.9504,66.1450,0.0000,66.1450,5.5809,66.1450,0.9302,0.0000,65.2148,0.0000,65.2148,6.3290,58.8858,0.0000,58.8858,0.4406,58.4452,0.0000,3.7448,10.7124,43.9881,14358.9206,14358.9206,14358.9206,14358.9206,14358.9206 +702.5000,1.0000,8827.0437,59.0855,58.5610,0.2914,0.0000,5,1296.0296,535.6263,745.1247,-85.4456,72.6951,101.1282,-11.5967,0.9157,66.1006,0.0000,66.1006,5.6789,66.1006,0.9475,0.0000,65.1531,0.0000,65.1531,6.4467,58.7064,0.0000,58.7064,0.4245,58.2819,0.0000,4.9881,10.9116,42.3822,14382.8669,14382.8669,14382.8669,14382.8669,14382.8669 +703.5000,1.0000,8843.7155,60.0085,59.6100,0.2214,0.0000,5,1316.2754,452.2018,744.1258,-86.6463,62.3315,102.5703,-11.9433,0.7066,55.8044,0.0000,55.8044,5.8205,55.8044,0.9112,0.0000,54.8933,0.0000,54.8933,6.5474,48.3459,0.0000,48.3459,0.3275,48.0183,0.0000,4.2325,11.0821,32.7038,12426.3817,12426.3817,12426.3817,12426.3817,12426.3817 +704.5000,1.0000,8860.6179,60.8385,60.4070,0.2397,0.0000,5,1334.4813,469.1665,712.9838,-87.7261,65.5644,99.6370,-12.2594,0.7757,58.9817,0.0000,58.9817,5.8070,58.9817,0.9409,0.0000,58.0409,0.0000,58.0409,6.6380,51.4029,0.0000,51.4029,0.3596,51.0433,0.0000,3.9062,11.2354,35.9018,13027.4467,13027.4467,13027.4467,13027.4467,13027.4467 +705.5000,1.0000,8877.7232,61.5690,61.2700,0.1661,0.0000,5,1350.5047,386.3799,722.5199,-88.6764,54.6436,102.1820,-12.5410,0.5439,48.2200,0.0000,48.2200,5.8797,48.2200,0.8993,0.0000,47.3207,0.0000,47.3207,6.7177,40.6030,0.0000,40.6030,0.2522,40.3509,0.0000,3.8044,11.3703,25.1762,10984.0003,10984.0003,10984.0003,10984.0003,10984.0003 +706.5000,1.0000,8894.9886,62.1455,61.8680,0.1542,0.0000,5,1363.1501,378.3022,692.0286,-89.4264,54.0022,98.7862,-12.7655,0.5095,47.5116,0.0000,47.5116,5.9811,47.5116,0.9055,0.0000,46.6061,0.0000,46.6061,6.7806,39.8255,0.0000,39.8255,0.2362,39.5893,0.0000,4.5279,11.4767,23.5846,10870.0718,10870.0718,10870.0718,10870.0718,10870.0718 +707.5000,1.0000,8912.4373,62.8055,62.4230,0.2125,0.0000,5,1377.6271,439.2496,691.2488,-90.2850,63.3682,99.7228,-13.0249,0.7098,56.6601,0.0000,56.6601,5.9984,56.6601,0.9625,0.0000,55.6976,0.0000,55.6976,6.8526,48.8450,0.0000,48.8450,0.3290,48.5160,0.0000,4.0635,11.5986,32.8538,12627.3267,12627.3267,12627.3267,12627.3267,12627.3267 +708.5000,1.0000,8930.0873,63.5300,63.1880,0.1900,0.0000,5,1393.5189,413.6085,717.5212,-91.2275,60.3574,104.7071,-13.3127,0.6420,53.5988,0.0000,53.5988,6.1167,53.5988,0.9596,0.0000,52.6392,0.0000,52.6392,6.9316,45.7076,0.0000,45.7076,0.2976,45.4100,0.0000,3.9635,11.7324,29.7140,12087.6459,12087.6459,12087.6459,12087.6459,12087.6459 +709.5000,1.0000,8947.8925,64.0885,63.8720,0.1203,0.0000,5,1405.7694,336.1513,710.1926,-91.9540,49.4855,104.5488,-13.5367,0.4100,42.9693,0.0000,42.9693,6.1062,42.9693,0.9161,0.0000,42.0532,0.0000,42.0532,6.9926,35.0606,0.0000,35.0606,0.1900,34.8706,0.0000,4.0594,11.8356,18.9756,10065.6939,10065.6939,10065.6939,10065.6939,10065.6939 +710.5000,1.0000,8965.7179,64.1615,64.3050,-0.0797,0.0000,5,1407.3707,112.8973,681.8911,-92.0490,16.6387,100.4968,-13.5661,-0.2720,10.7611,0.0000,10.7611,6.1497,10.7611,0.7563,0.0000,10.0048,0.0000,10.0048,7.0005,3.0043,0.0000,3.0043,-0.1261,3.1304,0.0000,3.8730,11.8490,-12.5917,4023.3369,4023.3369,4023.3369,4023.3369,4023.3369 +711.5000,1.0000,8983.4239,63.7315,64.0180,-0.1592,0.0000,5,1397.9387,27.5035,593.7461,-91.4896,4.0263,86.9196,-13.3933,-0.5395,-1.5478,0.0000,-1.5478,6.1136,-1.5478,0.7538,0.0000,-2.3017,0.0000,-2.3017,6.9536,-9.2553,0.0000,-9.2553,-0.2501,-9.0052,0.0000,4.1962,11.7696,-24.9710,2407.8564,2407.8564,2407.8564,2407.8564,2407.8564 +712.5000,1.0000,9000.9643,63.1355,63.4450,-0.1719,0.0000,5,1384.8656,15.4831,556.3864,-90.7143,2.2454,80.6887,-13.1556,-0.5774,-3.2000,0.0000,-3.2000,6.0227,-3.2000,0.7472,0.0000,-3.9472,0.0000,-3.9472,6.8886,-10.8357,0.0000,-10.8357,-0.2676,-10.5681,0.0000,4.4957,11.6596,-26.7234,2154.6640,2154.6640,2154.6640,2154.6640,2154.6640 +713.5000,1.0000,9018.3093,62.4320,62.8260,-0.2189,0.0000,5,1369.4344,-30.0556,546.9092,-89.7991,-4.3102,78.4305,-12.8778,-0.7268,-9.6211,0.0000,-9.6211,6.0377,-9.6211,0.7506,0.0000,-10.3717,0.0000,-10.3717,6.8118,-17.1835,0.0000,-17.1835,-0.3369,-16.8466,0.0000,5.2641,11.5296,-33.6403,1232.1438,1232.1438,1232.1438,1232.1438,1232.1438 +714.5000,1.0000,9035.4798,61.8040,62.0380,-0.1300,0.0000,5,1355.6594,55.7933,524.2118,-88.9821,7.9207,74.4194,-12.6323,-0.4273,2.4089,0.0000,2.4089,5.9391,2.4089,0.7094,0.0000,1.6995,0.0000,1.6995,6.7433,-5.0438,0.0000,-5.0438,-0.1981,-4.8457,0.0000,3.5189,11.4137,-19.7783,2742.2317,2742.2317,2742.2317,2742.2317,2742.2317 +715.5000,1.0000,9052.5509,61.4460,61.5700,-0.0689,0.0000,5,1347.8067,125.8848,556.8291,-88.5164,17.7676,78.5920,-12.4934,-0.2251,11.9963,0.0000,11.9963,5.9964,11.9963,0.7161,0.0000,11.2802,0.0000,11.2802,6.7042,4.5760,0.0000,4.5760,-0.1044,4.6803,0.0000,3.7529,11.3476,-10.4201,4126.9982,4126.9982,4126.9982,4126.9982,4126.9982 +716.5000,1.0000,9069.5453,61.1695,61.3220,-0.0847,0.0000,5,1341.7417,115.8656,583.7906,-88.1567,16.2799,82.0266,-12.3866,-0.2756,10.6363,0.0000,10.6363,5.9192,10.6363,0.7047,0.0000,9.9317,0.0000,9.9317,6.6741,3.2576,0.0000,3.2576,-0.1278,3.3853,0.0000,4.8462,11.2965,-12.7574,3852.2006,3852.2006,3852.2006,3852.2006,3852.2006 +717.5000,1.0000,9086.4276,60.7665,61.0170,-0.1392,0.0000,5,1332.9020,58.5588,577.4869,-87.6324,8.1737,80.6063,-12.2318,-0.4498,2.7199,0.0000,2.7199,5.9036,2.7199,0.6903,0.0000,2.0296,0.0000,2.0296,6.6301,-4.6005,0.0000,-4.6005,-0.2085,-4.3920,0.0000,5.2034,11.2221,-20.8175,2716.6981,2716.6981,2716.6981,2716.6981,2716.6981 +718.5000,1.0000,9103.1648,60.2440,60.5160,-0.1511,0.0000,5,1321.4410,52.7552,550.6788,-86.9527,7.3003,76.2035,-12.0326,-0.4842,1.9908,0.0000,1.9908,5.7937,1.9908,0.6830,0.0000,1.3078,0.0000,1.3078,6.5731,-5.2653,0.0000,-5.2653,-0.2244,-5.0409,0.0000,6.2434,11.1256,-22.4099,2593.1108,2593.1108,2593.1108,2593.1108,2593.1108 +719.5000,1.0000,9119.7461,59.6825,59.9720,-0.1608,0.0000,5,1309.1246,37.6075,544.8800,-86.2222,5.1557,74.6983,-11.8203,-0.5105,-0.1211,0.0000,-0.1211,5.7873,-0.1211,0.6785,0.0000,-0.7996,0.0000,-0.7996,6.5118,-7.3115,0.0000,-7.3115,-0.2367,-7.0748,0.0000,5.5327,11.0219,-23.6294,2316.1214,2316.1214,2316.1214,2316.1214,2316.1214 +720.5000,1.0000,9136.1666,59.1040,59.3930,-0.1606,0.0000,5,1296.4354,32.9547,534.9779,-85.4697,4.4740,72.6299,-11.6036,-0.5047,-0.7201,0.0000,-0.7201,5.6988,-0.7201,0.6700,0.0000,-1.3901,0.0000,-1.3901,6.4487,-7.8389,0.0000,-7.8389,-0.2340,-7.6049,0.0000,4.8400,10.9150,-23.3599,2208.6879,2208.6879,2208.6879,2208.6879,2208.6879 +721.5000,1.0000,9152.4141,58.4810,58.8150,-0.1856,0.0000,5,1282.7700,1.2301,529.2537,-84.6592,0.1652,71.0954,-11.3724,-0.5771,-4.8947,0.0000,-4.8947,5.6371,-4.8947,0.6698,0.0000,-5.5645,0.0000,-5.5645,6.3807,-11.9452,0.0000,-11.9452,-0.2675,-11.6777,0.0000,4.2350,10.8000,-26.7127,1666.2425,1666.2425,1666.2425,1666.2425,1666.2425 +722.5000,1.0000,9168.4998,57.8985,58.1470,-0.1381,0.0000,5,1269.9929,72.8871,511.9785,-83.9014,9.6935,68.0897,-11.1583,-0.4251,4.5171,0.0000,4.5171,5.6015,4.5171,0.6363,0.0000,3.8808,0.0000,3.8808,6.3172,-2.4364,0.0000,-2.4364,-0.1971,-2.2393,0.0000,6.7449,10.6924,-19.6766,2791.5963,2791.5963,2791.5963,2791.5963,2791.5963 +723.5000,1.0000,9184.4598,57.4460,57.6500,-0.1133,0.0000,5,1260.0674,109.1056,540.5568,-83.3128,14.3969,71.3286,-10.9934,-0.3463,9.1655,0.0000,9.1655,5.5776,9.1655,0.6363,0.0000,8.5292,0.0000,8.5292,6.2678,2.2614,0.0000,2.2614,-0.1605,2.4219,0.0000,7.8399,10.6089,-16.0268,3415.6254,3415.6254,3415.6254,3415.6254,3415.6254 +724.5000,1.0000,9200.3059,57.0360,57.2420,-0.1144,0.0000,5,1251.0742,101.3188,554.1878,-82.7794,13.2740,72.6053,-10.8451,-0.3472,8.1079,0.0000,8.1079,5.5133,8.1079,0.6245,0.0000,7.4834,0.0000,7.4834,6.2231,1.2603,0.0000,1.2603,-0.1609,1.4213,0.0000,6.9565,10.5331,-16.0684,3215.3479,3215.3479,3215.3479,3215.3479,3215.3479 +725.5000,1.0000,9216.0466,56.6565,56.8300,-0.0964,0.0000,5,1242.7499,145.7483,548.7251,-82.2857,18.9678,71.4113,-10.7087,-0.2904,13.7151,0.0000,13.7151,5.5431,13.7151,0.6465,0.0000,13.0686,0.0000,13.0686,6.1817,6.8869,0.0000,6.8869,-0.1346,7.0216,0.0000,10.0018,10.4631,-13.4433,4215.5536,4215.5536,4215.5536,4215.5536,4215.5536 +726.5000,1.0000,9231.6571,56.1875,56.4830,-0.1642,0.0000,5,1232.4625,91.9143,566.1445,-81.6756,11.8628,73.0684,-10.5413,-0.4906,6.8838,0.0000,6.8838,5.4696,6.8838,0.6049,0.0000,6.2789,0.0000,6.2789,6.1305,0.1484,0.0000,0.1484,-0.2274,0.3758,0.0000,12.7060,10.3764,-22.7067,3009.7595,3009.7595,3009.7595,3009.7595,3009.7595 +727.5000,1.0000,9247.0625,55.4495,55.8920,-0.2458,0.0000,5,1216.2746,9.2897,538.4596,-80.7155,1.1832,68.5825,-10.2806,-0.7250,-3.4896,0.0000,-3.4896,5.3978,-3.4896,0.6154,0.0000,-4.1050,0.0000,-4.1050,6.0500,-10.1550,0.0000,-10.1550,-0.3361,-9.8189,0.0000,13.4967,10.2402,-33.5558,1650.5798,1650.5798,1650.5798,1650.5798,1650.5798 +728.5000,1.0000,9262.2144,54.5370,55.0070,-0.2611,0.0000,5,1196.2591,-8.0925,495.7323,-79.5271,-1.0138,62.1014,-9.9625,-0.7574,-5.5768,0.0000,-5.5768,5.3204,-5.5768,0.6057,0.0000,-6.1825,0.0000,-6.1825,5.9504,-12.1329,0.0000,-12.1329,-0.3511,-11.7818,0.0000,13.2012,10.0716,-35.0547,1304.3202,1304.3202,1304.3202,1304.3202,1304.3202 +729.5000,1.0000,9277.1037,53.5915,54.0670,-0.2642,0.0000,5,1175.5197,-18.7258,481.7448,-78.2900,-2.3052,59.3028,-9.6375,-0.7529,-6.7737,0.0000,-6.7737,5.2215,-6.7737,0.5934,0.0000,-7.3670,0.0000,-7.3670,5.8473,-13.2143,0.0000,-13.2143,-0.3490,-12.8653,0.0000,12.0877,9.8970,-34.8500,1071.9925,1071.9925,1071.9925,1071.9925,1071.9925 +730.5000,1.0000,9291.6087,52.2080,53.1160,-0.5044,0.0640,5,1145.1729,35.7375,468.0762,-76.4797,4.2857,56.1327,-9.1716,-1.4007,0.5530,0.0000,0.5530,5.1334,0.5530,0.5530,0.0000,0.0000,0.0000,0.0000,5.6963,-5.6963,38.9226,-44.6189,-0.6493,-43.9696,0.8066,10.4128,9.6415,-64.8305,2001.4593,2001.4593,2001.4593,2001.4593,2001.4593 +731.5000,1.0000,9305.6244,50.4465,51.3000,-0.4742,0.0780,5,1106.5347,37.0192,484.3092,-74.1749,4.2896,56.1198,-8.5951,-1.2722,0.5255,0.0000,0.5255,5.0364,0.5255,0.5255,0.0000,0.0000,0.0000,0.0000,5.5041,-5.5041,30.9374,-36.4415,-0.5897,-35.8518,0.9499,12.7653,9.3162,-58.8832,1964.5529,1964.5529,1964.5529,1964.5529,1964.5529 +732.5000,1.0000,9319.2051,48.8805,49.5930,-0.3958,0.0780,5,1072.1848,38.5066,475.6828,-71.7940,4.3235,53.4092,-8.0610,-1.0290,0.5015,0.0000,0.5015,4.8510,0.5015,0.5015,0.0000,0.0000,0.0000,0.0000,5.3332,-5.3332,22.5494,-27.8827,-0.4770,-27.4056,0.9204,10.2766,9.0270,-47.6296,1914.0223,1914.0223,1914.0223,1914.0223,1914.0223 +733.5000,1.0000,9332.5611,48.0715,48.1680,-0.0536,0.0070,5,1054.4395,208.0013,471.4356,-70.5237,22.9676,52.0562,-7.7873,-0.1371,18.3498,0.0000,18.3498,4.7549,18.3498,0.5409,0.0000,17.8089,0.0000,17.8089,5.2450,12.5639,0.0000,12.5639,-0.0635,12.6275,0.0812,10.0127,8.8776,-6.3441,4893.5468,4893.5468,4893.5468,4893.5468,4893.5468 +734.5000,1.0000,9345.9059,48.0315,47.9750,0.0314,0.0000,5,1053.5621,330.3501,554.2838,-70.4609,36.4471,61.1535,-7.7739,0.0802,31.5556,0.0000,31.5556,4.8113,31.5556,0.6064,0.0000,30.9493,0.0000,30.9493,5.2406,25.7086,0.0000,25.7086,0.0372,25.6715,0.0000,13.0899,8.8702,3.7113,7417.5490,7417.5490,7417.5490,7417.5490,7417.5490 +735.5000,1.0000,9359.2582,48.0580,48.0880,-0.0167,0.0000,5,1054.1434,252.4234,614.3579,-70.5025,27.8649,67.8187,-7.7827,-0.0426,23.1450,0.0000,23.1450,4.7625,23.1450,0.5647,0.0000,22.5803,0.0000,22.5803,5.2435,17.3368,0.0000,17.3368,-0.0197,17.3565,0.0000,10.4531,8.8751,-1.9717,5766.9497,5766.9497,5766.9497,5766.9497,5766.9497 +736.5000,1.0000,9372.6240,48.1070,48.0280,0.0439,0.0000,5,1055.2182,320.8215,576.2539,-70.5795,35.4515,63.6773,-7.7992,0.1123,30.5721,0.0000,30.5721,4.7670,30.5721,0.6025,0.0000,29.9696,0.0000,29.9696,5.2489,24.7208,0.0000,24.7208,0.0521,24.6687,0.0000,10.5871,8.8842,5.1975,7234.2005,7234.2005,7234.2005,7234.2005,7234.2005 +737.5000,1.0000,9386.0522,48.3315,48.1860,0.0808,0.0000,5,1060.1426,349.5498,610.1899,-70.9320,38.8063,67.7420,-7.8747,0.2078,33.8092,0.0000,33.8092,4.7893,33.8092,0.6219,0.0000,33.1873,0.0000,33.1873,5.2733,27.9140,0.0000,27.9140,0.0963,27.8177,0.0000,9.2748,8.9256,9.6172,7847.9323,7847.9323,7847.9323,7847.9323,7847.9323 +738.5000,1.0000,9399.5833,48.7020,48.4770,0.1250,0.0000,5,1068.2694,409.7213,625.2110,-71.5137,45.8351,69.9417,-8.0002,0.3238,40.7014,0.0000,40.7014,4.8099,40.7014,0.6616,0.0000,40.0398,0.0000,40.0398,5.3138,34.7260,0.0000,34.7260,0.1501,34.5759,0.0000,10.5959,8.9941,14.9860,9233.4000,9233.4000,9233.4000,9233.4000,9233.4000 +739.5000,1.0000,9413.3253,49.4610,48.9270,0.2967,0.0000,5,1084.9179,618.8541,655.7020,-72.7055,70.3095,74.4958,-8.2602,0.7804,64.6889,0.0000,64.6889,4.8402,64.6889,0.7925,0.0000,63.8964,0.0000,63.8964,5.5029,58.3935,0.0000,58.3935,0.3618,58.0317,0.0000,12.7764,9.1342,36.1211,13901.1328,13901.1328,13901.1328,13901.1328,13901.1328 +740.5000,1.0000,9427.4072,50.6850,49.9950,0.3833,0.0000,5,1111.7661,666.9408,755.7445,-74.4869,77.6478,87.9867,-8.6721,1.0333,71.6692,0.0000,71.6692,4.9453,71.6692,0.8451,0.0000,70.8240,0.0000,70.8240,5.7193,65.1047,0.0000,65.1047,0.4790,64.6257,0.0000,7.4371,9.3603,47.8283,15251.2113,15251.2113,15251.2113,15251.2113,15251.2113 +741.5000,1.0000,9441.8871,52.1175,51.3750,0.4125,0.0000,5,1143.1878,651.0369,780.0117,-76.3613,77.9385,93.3786,-9.1415,1.1434,71.7588,0.0000,71.7588,5.0363,71.7588,0.8668,0.0000,70.8920,0.0000,70.8920,5.8520,65.0400,0.0000,65.0400,0.5300,64.5100,0.0000,1.9631,9.6248,52.9221,15307.7658,15307.7658,15307.7658,15307.7658,15307.7658 +742.5000,1.0000,9456.7521,53.5040,52.8600,0.3578,0.0000,5,1173.6004,574.0992,776.3398,-78.1755,70.5563,95.4115,-9.6077,1.0181,64.3918,0.0000,64.3918,5.1464,64.3918,0.8509,0.0000,63.5409,0.0000,63.5409,5.8691,57.6719,0.0000,57.6719,0.4720,57.1999,0.0000,0.1965,9.8809,47.1226,13964.3666,13964.3666,13964.3666,13964.3666,13964.3666 +743.5000,1.0000,9471.9946,54.8630,54.1480,0.3972,0.0000,5,1203.4098,617.0436,745.8632,-79.9525,77.7603,93.9943,-10.0757,1.1590,71.3192,0.0000,71.3192,5.2821,71.3192,0.9064,0.0000,70.4128,0.0000,70.4128,6.0970,64.3158,0.0000,64.3158,0.5373,63.7785,0.0000,0.0000,10.1318,53.6466,15329.6033,15329.6033,15329.6033,15329.6033,15329.6033 +744.5000,1.0000,9487.6094,56.2035,55.5780,0.3475,0.0000,5,1232.8134,561.2059,767.5770,-81.6964,72.4516,99.0941,-10.5470,1.0387,65.9799,0.0000,65.9799,5.4330,65.9799,0.9006,0.0000,65.0792,0.0000,65.0792,6.1402,58.9390,0.0000,58.9390,0.4815,58.4575,0.0000,0.0000,10.3794,48.0781,14309.3682,14309.3682,14309.3682,14309.3682,14309.3682 +745.5000,1.0000,9503.5498,57.3755,56.8290,0.3036,0.0000,5,1258.5210,511.5983,747.0487,-83.2210,67.4246,98.4551,-10.9679,0.9265,61.0619,0.0000,61.0619,5.4362,61.0619,0.8947,0.0000,60.1673,0.0000,60.1673,6.2601,53.9072,0.0000,53.9072,0.4295,53.4777,0.0000,0.0000,10.5958,42.8818,13384.3078,13384.3078,13384.3078,13384.3078,13384.3078 +746.5000,1.0000,9519.7501,58.3110,57.9220,0.2161,0.0000,5,1279.0410,414.6931,729.4346,-84.4380,55.5444,97.7011,-11.3097,0.6702,49.3135,0.0000,49.3135,5.5606,49.3135,0.8510,0.0000,48.4626,0.0000,48.4626,6.3622,42.1004,0.0000,42.1004,0.3107,41.7897,0.0000,0.0000,10.7686,31.0211,11104.9743,11104.9743,11104.9743,11104.9743,11104.9743 +747.5000,1.0000,9536.1533,59.0415,58.7000,0.1897,0.0000,5,1295.0644,384.9304,691.7558,-85.3884,52.2038,93.8151,-11.5803,0.5957,46.0424,0.0000,46.0424,5.5657,46.0424,0.8465,0.0000,45.1959,0.0000,45.1959,6.4419,38.7540,0.0000,38.7540,0.2762,38.4778,0.0000,0.0000,10.9035,27.5743,10498.7126,10498.7126,10498.7126,10498.7126,10498.7126 +748.5000,1.0000,9552.6932,59.5335,59.3830,0.0836,0.0000,5,1305.8564,267.3462,681.7817,-86.0284,36.5593,93.2329,-11.7643,0.2647,30.6436,0.0000,30.6436,5.6510,30.6436,0.7776,0.0000,29.8660,0.0000,29.8660,6.4956,23.3704,0.0000,23.3704,0.1227,23.2477,0.0000,0.0000,10.9944,12.2533,7565.7960,7565.7960,7565.7960,7565.7960,7565.7960 +749.5000,1.0000,9569.3034,59.7870,59.6840,0.0572,0.0000,5,1311.4168,237.8687,634.4548,-86.3582,32.6668,87.1305,-11.8597,0.1820,26.8332,0.0000,26.8332,5.6517,26.8332,0.7627,0.0000,26.0705,0.0000,26.0705,6.5232,19.5472,0.0000,19.5472,0.0843,19.4629,0.0000,0.0000,11.0412,8.4217,6843.8301,6843.8301,6843.8301,6843.8301,6843.8301 +750.5000,1.0000,9585.9246,59.8260,59.8900,-0.0356,0.0000,5,1312.2723,135.2526,622.7350,-86.4089,18.5865,85.5768,-11.8744,-0.1131,12.9812,0.0000,12.9812,5.7185,12.9812,0.6941,0.0000,12.2871,0.0000,12.2871,6.5275,5.7596,0.0000,5.7596,-0.0524,5.8121,0.0000,0.0000,11.0484,-5.2363,4236.4147,4236.4147,4236.4147,4236.4147,4236.4147 +751.5000,1.0000,9602.4947,59.6425,59.7620,-0.0664,0.0000,5,1308.2473,100.4473,579.1478,-86.1702,13.7612,79.3429,-11.8053,-0.2106,8.3450,0.0000,8.3450,5.6268,8.3450,0.6679,0.0000,7.6771,0.0000,7.6771,6.5075,1.1697,0.0000,1.1697,-0.0976,1.2673,0.0000,0.0000,11.0145,-9.7472,3342.8240,3342.8240,3342.8240,3342.8240,3342.8240 +752.5000,1.0000,9619.0307,59.5195,59.5230,-0.0019,0.0000,5,1305.5493,172.4193,563.7928,-86.0102,23.5726,77.0800,-11.7590,-0.0062,17.9117,0.0000,17.9117,5.6670,17.9117,0.7137,0.0000,17.1981,0.0000,17.1981,6.4940,10.7040,0.0000,10.7040,-0.0029,10.7069,0.0000,0.0000,10.9918,-0.2849,5151.1778,5151.1778,5151.1778,5151.1778,5151.1778 +753.5000,1.0000,9635.5572,59.4855,59.5160,-0.0169,0.0000,5,1304.8035,155.8272,593.7696,-85.9660,21.2920,81.1319,-11.7463,-0.0536,15.6717,0.0000,15.6717,5.6740,15.6717,0.7019,0.0000,14.9698,0.0000,14.9698,6.4903,8.4794,0.0000,8.4794,-0.0249,8.5043,0.0000,0.0000,10.9855,-2.4812,4729.3905,4729.3905,4729.3905,4729.3905,4729.3905 +754.5000,1.0000,9652.0230,59.2670,59.4550,-0.1044,0.0000,5,1300.0107,74.0971,585.8609,-85.6817,10.0873,79.7572,-11.6644,-0.3292,2.6854,0.0000,2.6854,7.7312,2.6854,0.6643,0.0000,2.0210,0.0000,2.0210,6.4665,-4.4455,0.0000,-4.4455,-0.1526,-4.2928,0.0000,0.0000,10.9451,-15.2380,2882.9188,2882.9188,2882.9188,2882.9188,2882.9188 +755.5000,1.0000,9668.3873,58.9015,59.0790,-0.0986,0.0000,5,1291.9936,80.3449,549.2667,-85.2062,10.8704,74.3143,-11.5282,-0.3089,3.5188,0.0000,3.5188,7.6606,3.5188,0.6559,0.0000,2.8629,0.0000,2.8629,6.4266,-3.5638,0.0000,-3.5638,-0.1432,-3.4206,0.0000,0.0000,10.8777,-14.2982,2964.8454,2964.8454,2964.8454,2964.8454,2964.8454 +756.5000,1.0000,9684.6226,58.4370,58.7240,-0.1594,0.0000,5,1281.8048,13.2767,549.3553,-84.6020,1.7821,73.7401,-11.3561,-0.4955,-5.3283,0.0000,-5.3283,7.6060,-5.3283,0.6701,0.0000,-5.9984,0.0000,-5.9984,6.3759,-12.3743,0.0000,-12.3743,-0.2297,-12.1446,0.0000,0.0000,10.7919,-22.9365,1856.4125,1856.4125,1856.4125,1856.4125,1856.4125 +757.5000,1.0000,9700.6380,57.6455,58.1500,-0.2803,0.0000,5,1264.4434,55.3482,515.7177,-83.5723,7.3288,68.2873,-11.0660,-0.8593,0.6417,0.0000,0.6417,7.5463,0.6417,0.6417,0.0000,0.0000,0.0000,0.0000,6.2896,-6.2896,23.2356,-29.5252,-0.3983,-29.1268,0.0000,0.0000,10.6457,-39.7725,2494.5540,2494.5540,2494.5540,2494.5540,2494.5540 +758.5000,1.0000,9716.3621,56.5965,57.1410,-0.3025,0.0000,5,1241.4338,55.3703,528.3524,-82.2076,7.1983,68.6872,-10.6872,-0.9105,0.6241,0.0000,0.6241,7.4847,0.6241,0.6241,0.0000,0.0000,0.0000,0.0000,6.1751,-6.1751,25.9398,-32.1149,-0.4221,-31.6928,0.0000,0.0000,10.4520,-42.1448,2440.6213,2440.6213,2440.6213,2440.6213,2440.6213 +759.5000,1.0000,9731.7905,55.5325,56.0520,-0.2886,0.0000,5,1218.0952,55.5359,522.5008,-80.8235,7.0841,66.6495,-10.3097,-0.8524,0.6065,0.0000,0.6065,7.3300,0.6065,0.6065,0.0000,0.0000,0.0000,0.0000,6.0590,-6.0590,23.5345,-29.5935,-0.3952,-29.1984,0.0000,0.0000,10.2555,-39.4539,2392.6200,2392.6200,2392.6200,2392.6200,2392.6200 +760.5000,1.0000,9746.8159,54.0815,55.0130,-0.5175,0.0000,5,1186.2677,50.4649,514.5762,-78.9311,6.2690,63.9236,-9.8053,-1.4885,0.5829,0.0000,0.5829,7.1746,0.5829,0.5829,0.0000,0.0000,0.0000,0.0000,5.9007,-5.9007,53.6969,-59.5976,-0.6900,-58.9076,0.0000,0.0000,9.9875,-68.8951,2263.4244,2263.4244,2263.4244,2263.4244,2263.4244 +761.5000,1.0000,9761.3454,52.2960,53.1500,-0.4744,0.0470,5,1147.1031,52.2200,501.9544,-76.5949,6.2729,60.2970,-9.2009,-1.3196,0.5543,0.0000,0.5543,7.0381,0.5543,0.5543,0.0000,0.0000,0.0000,0.0000,5.7059,-5.7059,45.7324,-51.4383,-0.6117,-50.8266,0.5934,0.0000,9.6578,-61.0778,2265.7834,2265.7834,2265.7834,2265.7834,2265.7834 +762.5000,1.0000,9775.4065,50.6100,51.4420,-0.4622,0.3770,5,1110.1210,36.3476,493.3196,-74.3888,4.2255,57.3492,-8.6478,-1.2442,0.5280,0.0000,0.5280,4.9416,0.5280,0.5280,0.0000,0.0000,0.0000,0.0000,5.5220,-5.5220,38.6884,-44.2103,-0.5768,-43.6336,4.6060,0.0000,9.3463,-57.5859,1959.8838,1959.8838,1959.8838,1959.8838,1959.8838 +763.5000,1.0000,9788.9711,48.8225,49.7780,-0.5308,0.7880,5,1070.9125,35.6439,475.0856,-71.7029,3.9973,53.2788,-8.0412,-1.3784,0.5006,0.0000,0.5006,4.8750,0.5006,0.5006,0.0000,0.0000,0.0000,0.0000,5.3269,-5.3269,40.8069,-46.1338,-0.6390,-45.4949,9.2872,0.0000,9.0160,-63.7981,1855.9544,1855.9544,1855.9544,1855.9544,1855.9544 +764.5000,1.0000,9801.9990,46.8905,47.8670,-0.5425,0.9360,5,1028.5345,35.6265,463.6843,-68.6694,3.8373,49.9425,-7.3962,-1.3529,0.4718,0.0000,0.4718,4.7184,0.4718,0.4718,0.0000,0.0000,0.0000,0.0000,5.1161,-5.1161,38.8773,-43.9934,-0.6272,-43.3662,10.5948,0.0000,8.6591,-62.6201,1757.9384,1757.9384,1757.9384,1757.9384,1757.9384 +765.5000,1.0000,9814.5365,45.1250,45.9140,-0.4383,0.6230,5,989.8086,38.4035,451.6197,-67.2098,3.9806,46.8115,-6.9665,-1.0520,0.4461,0.0000,0.4461,4.5865,0.4461,0.4461,0.0000,0.0000,0.0000,0.0000,4.9235,-4.9235,29.1356,-34.0591,-0.4877,-33.5714,6.7865,0.0000,8.3333,-48.6913,1715.7907,1715.7907,1715.7907,1715.7907,1715.7907 +766.5000,1.0000,9826.7068,43.8030,44.3360,-0.2961,0.2830,5,960.8107,41.8533,439.5959,-68.8686,4.2111,44.2303,-6.9293,-0.6898,0.4273,0.0000,0.4273,4.4736,0.4273,0.4273,0.0000,0.0000,0.0000,0.0000,4.7793,-4.7793,16.3879,-21.1671,-0.3198,-20.8474,2.9925,0.0000,8.0893,-31.9292,1697.2701,1697.2701,1697.2701,1697.2701,1697.2701 +767.5000,1.0000,9838.6540,43.0000,43.2700,-0.1500,0.0600,5,943.1971,17.1352,433.2753,-69.8762,1.6925,42.7952,-6.9018,-0.3430,-2.3583,0.0000,-2.3583,4.3938,-2.3583,0.4230,0.0000,-2.7813,0.0000,-2.7813,4.6916,-7.4729,0.0000,-7.4729,-0.1590,-7.3139,0.6228,0.0000,7.9410,-15.8778,1229.4156,1229.4156,1229.4156,1229.4156,1229.4156 +768.5000,1.0000,9850.4604,42.4930,42.7300,-0.1317,0.0000,5,932.0761,31.4185,415.1861,-70.5124,3.0667,40.5250,-6.8825,-0.2976,-1.0145,0.0000,-1.0145,4.3787,-1.0145,0.4125,0.0000,-1.4270,0.0000,-1.4270,4.6363,-6.0633,0.0000,-6.0633,-0.1379,-5.9254,0.0000,0.0000,7.8474,-13.7728,1425.6086,1425.6086,1425.6086,1425.6086,1425.6086 +769.5000,1.0000,9862.1912,42.2210,42.2560,-0.0194,0.0000,5,926.1099,155.3840,419.9858,-70.8537,15.0695,40.7311,-6.8715,-0.0437,10.7864,0.0000,10.7864,4.3267,10.7864,0.4238,0.0000,10.3626,0.0000,10.3626,4.6066,5.7560,0.0000,5.7560,-0.0202,5.7762,0.0000,0.0000,7.7972,-2.0209,3488.0500,3488.0500,3488.0500,3488.0500,3488.0500 +770.5000,1.0000,9873.9169,42.2025,42.1860,0.0092,0.0000,5,925.7041,186.8803,484.4463,-70.8769,18.1161,46.9620,-6.8708,0.0206,13.7988,0.0000,13.7988,4.2967,13.7988,0.4386,0.0000,13.3602,0.0000,13.3602,4.6046,8.7556,0.0000,8.7556,0.0095,8.7461,0.0000,0.0000,7.7938,0.9523,3981.1315,3981.1315,3981.1315,3981.1315,3981.1315 +771.5000,1.0000,9885.6080,42.0780,42.2190,-0.0783,0.0000,5,922.9732,89.7607,500.0352,-71.0331,8.6757,48.3302,-6.8656,-0.1753,4.5595,0.0000,4.5595,4.2915,4.5595,0.3929,0.0000,4.1666,0.0000,4.1666,4.5910,-0.4244,0.0000,-0.4244,-0.0813,-0.3432,0.0000,0.0000,7.7708,-8.1139,2509.1018,2509.1018,2509.1018,2509.1018,2509.1018 +772.5000,1.0000,9897.2590,41.9335,41.9370,-0.0019,0.0000,5,919.8036,174.7198,447.8043,-71.2144,16.8293,43.1332,-6.8595,-0.0043,12.5455,0.0000,12.5455,4.2881,12.5455,0.4289,0.0000,12.1166,0.0000,12.1166,4.5753,7.5414,0.0000,7.5414,-0.0020,7.5434,0.0000,0.0000,7.7441,-0.2007,3765.0136,3765.0136,3765.0136,3765.0136,3765.0136 +773.5000,1.0000,9908.9294,42.0035,41.9300,0.0408,0.0000,5,921.3390,222.2008,492.5742,-71.1266,21.4385,47.5247,-6.8625,0.0912,17.0566,0.0000,17.0566,4.2906,17.0566,0.4523,0.0000,16.6043,0.0000,16.6043,4.5829,12.0214,0.0000,12.0214,0.0423,11.9791,0.0000,0.0000,7.7570,4.2221,4540.5540,4540.5540,4540.5540,4540.5540,4540.5540 +774.5000,1.0000,9920.6471,42.1735,42.0770,0.0536,0.0000,5,925.0680,235.9900,518.5683,-70.9133,22.8610,50.2352,-6.8696,0.1202,18.4730,0.0000,18.4730,4.2678,18.4730,0.4616,0.0000,18.0114,0.0000,18.0114,4.6015,13.4099,0.0000,13.4099,0.0557,13.3542,0.0000,0.0000,7.7884,5.5658,4787.3714,4787.3714,4787.3714,4787.3714,4787.3714 +775.5000,1.0000,9932.4637,42.5300,42.2700,0.1444,0.0000,5,932.8877,336.9717,528.2989,-70.4660,32.9194,51.6105,-6.8839,0.3267,28.2839,0.0000,28.2839,4.3087,28.2839,0.5153,0.0000,27.7686,0.0000,27.7686,4.6404,23.1283,0.0000,23.1283,0.1515,22.9768,0.0000,0.0000,7.8542,15.1226,6685.9978,6685.9978,6685.9978,6685.9978,6685.9978 +776.5000,1.0000,9944.4678,43.2045,42.7900,0.2303,0.0000,5,947.6828,431.9636,584.7291,-69.6196,42.8685,58.0292,-6.9091,0.5291,38.0020,0.0000,38.0020,4.3374,38.0020,0.5727,0.0000,37.4293,0.0000,37.4293,4.7140,32.7153,0.0000,32.7153,0.2453,32.4700,0.0000,0.0000,7.9788,24.4912,8617.2996,8617.2996,8617.2996,8617.2996,8617.2996 +777.5000,1.0000,9956.6661,43.9040,43.6190,0.1583,0.0000,5,963.0262,351.9704,638.5511,-68.7419,35.4955,64.3965,-6.9325,0.3697,30.7274,0.0000,30.7274,4.3983,30.7274,0.5456,0.0000,30.1818,0.0000,30.1818,4.7903,25.3916,0.0000,25.3916,0.1714,25.2202,0.0000,0.0000,8.1080,17.1122,7231.7285,7231.7285,7231.7285,7231.7285,7231.7285 +778.5000,1.0000,9969.0525,44.5810,44.1890,0.2178,0.0000,5,977.8760,417.8837,603.9864,-67.8924,42.7925,61.8500,-6.9524,0.5164,37.8264,0.0000,37.8264,4.4498,37.8264,0.5902,0.0000,37.2362,0.0000,37.2362,4.8641,32.3721,0.0000,32.3721,0.2394,32.1327,0.0000,0.0000,8.2330,23.8997,8637.3196,8637.3196,8637.3196,8637.3196,8637.3196 +779.5000,1.0000,9981.6784,45.4435,44.9730,0.2614,0.0000,5,996.7948,465.9745,643.4024,-66.8102,48.6403,67.1610,-6.9739,0.6317,43.5144,0.0000,43.5144,4.4942,43.5144,0.6303,0.0000,42.8841,0.0000,42.8841,4.9582,37.9259,0.0000,37.9259,0.2929,37.6330,0.0000,0.0000,8.3923,29.2407,9770.4824,9770.4824,9770.4824,9770.4824,9770.4824 +780.5000,1.0000,9994.5614,46.3685,45.9140,0.2525,0.0000,5,1017.0845,456.5906,670.7846,-67.8498,48.6309,71.4445,-7.2266,0.6227,43.3745,0.0000,43.3745,4.6338,43.3745,0.6423,0.0000,42.7323,0.0000,42.7323,5.0592,37.6731,0.0000,37.6731,0.2887,37.3844,0.0000,0.0000,8.5631,28.8213,9752.1521,9752.1521,9752.1521,9752.1521,9752.1521 +781.5000,1.0000,10007.7105,47.3270,46.8230,0.2800,0.0000,5,1038.1090,486.6914,669.3911,-69.3548,52.9085,72.7699,-7.5396,0.7048,47.5279,0.0000,47.5279,4.6758,47.5279,0.6763,0.0000,46.8515,0.0000,46.8515,5.1637,41.6878,0.0000,41.6878,0.3267,41.3611,0.0000,0.0000,8.7401,32.6209,10536.8529,10536.8529,10536.8529,10536.8529,10536.8529 +782.5000,1.0000,10021.1584,48.4025,47.8310,0.3175,0.0000,5,1061.6999,528.2434,687.1160,-71.0435,58.7306,76.3942,-7.8987,0.8173,53.1487,0.0000,53.1487,4.7646,53.1487,0.7196,0.0000,52.4291,0.0000,52.4291,5.2811,47.1480,0.0000,47.1480,0.3789,46.7691,0.0000,0.0000,8.9387,37.8304,11672.7768,11672.7768,11672.7768,11672.7768,11672.7768 +783.5000,1.0000,10034.9018,49.4660,48.9740,0.2733,0.0000,5,1085.0276,479.1253,710.5721,-72.7133,54.4400,80.7379,-8.2620,0.7191,48.8625,0.0000,48.8625,4.8585,48.8625,0.7134,0.0000,48.1491,0.0000,48.1491,5.3971,42.7520,0.0000,42.7520,0.3334,42.4186,0.0000,0.0000,9.1351,33.2835,10830.2944,10830.2944,10830.2944,10830.2944,10830.2944 +784.5000,1.0000,10048.9100,50.4195,49.9580,0.2564,0.0000,5,1105.9424,459.8418,691.1599,-74.1396,53.2561,80.0460,-8.5864,0.6875,47.6744,0.0000,47.6744,4.8942,47.6744,0.7213,0.0000,46.9531,0.0000,46.9531,5.5012,41.4519,0.0000,41.4519,0.3187,41.1332,0.0000,0.0000,9.3112,31.8220,10575.7430,10575.7430,10575.7430,10575.7430,10575.7430 +785.5000,1.0000,10063.1353,51.2010,50.8810,0.1778,0.0000,5,1123.0845,372.1897,685.4168,-75.1621,43.7729,80.6113,-8.8398,0.4841,38.3597,0.0000,38.3597,4.9291,38.3597,0.6862,0.0000,37.6735,0.0000,37.6735,5.5864,32.0871,0.0000,32.0871,0.2244,31.8626,0.0000,0.0000,9.4556,22.4071,8812.5891,8812.5891,8812.5891,8812.5891,8812.5891 +786.5000,1.0000,10077.4633,51.5710,51.5210,0.0278,0.0000,5,1131.2004,205.4935,647.3617,-75.6462,24.3426,76.6858,-8.9610,0.0762,19.3088,0.0000,19.3088,4.9575,19.3088,0.5964,0.0000,18.7124,0.0000,18.7124,5.6268,13.0856,0.0000,13.0856,0.0353,13.0503,0.0000,0.0000,9.5239,3.5264,5172.7038,5172.7038,5172.7038,5172.7038,5172.7038 +787.5000,1.0000,10091.7944,51.5820,51.6210,-0.0217,0.0000,5,1131.4417,150.7039,570.1048,-75.6606,17.8560,67.5485,-8.9646,-0.0594,12.9399,0.0000,12.9399,4.9756,12.9399,0.5647,0.0000,12.3752,0.0000,12.3752,5.6280,6.7472,0.0000,6.7472,-0.0276,6.7747,0.0000,0.0000,9.5259,-2.7512,3933.7319,3933.7319,3933.7319,3933.7319,3933.7319 +788.5000,1.0000,10106.1014,51.4950,51.5430,-0.0267,0.0000,5,1129.5333,144.9375,543.9936,-75.5468,17.1439,64.3460,-8.9360,-0.0730,12.2743,0.0000,12.2743,4.9426,12.2743,0.5601,0.0000,11.7141,0.0000,11.7141,5.6185,6.0956,0.0000,6.0956,-0.0339,6.1295,0.0000,0.0000,9.5099,-3.3804,3793.1673,3793.1673,3793.1673,3793.1673,3793.1673 +789.5000,1.0000,10120.3639,51.3350,51.4470,-0.0622,0.0000,5,1126.0238,105.6067,540.5566,-75.3374,12.4528,63.7408,-8.8836,-0.1699,7.6744,0.0000,7.6744,4.9483,7.6744,0.5347,0.0000,7.1396,0.0000,7.1396,5.6011,1.5386,0.0000,1.5386,-0.0788,1.6173,0.0000,0.0000,9.4803,-7.8630,3102.6271,3102.6271,3102.6271,3102.6271,3102.6271 +790.5000,1.0000,10134.5572,51.0860,51.2230,-0.0761,0.0000,5,1120.5620,90.8810,520.6854,-75.0116,10.6644,61.0998,-8.8022,-0.2068,5.8629,0.0000,5.8629,5.0083,5.8629,0.5220,0.0000,5.3409,0.0000,5.3409,5.5739,-0.2330,0.0000,-0.2330,-0.0959,-0.1372,0.0000,0.0000,9.4343,-9.5715,2865.4288,2865.4288,2865.4288,2865.4288,2865.4288 +791.5000,1.0000,10148.6628,50.7700,50.9490,-0.0994,0.0000,5,1113.6306,64.9995,512.0444,-74.5982,7.5802,59.7142,-8.6996,-0.2685,2.8870,0.0000,2.8870,4.9617,2.8870,0.5246,0.0000,2.3624,0.0000,2.3624,5.5394,-3.1770,0.0000,-3.1770,-0.1245,-3.0525,0.0000,0.0000,9.3760,-12.4284,2447.8198,2447.8198,2447.8198,2447.8198,2447.8198 +792.5000,1.0000,10162.6146,50.2165,50.5910,-0.2081,0.0000,5,1101.4897,-54.6470,496.7924,-73.8739,-6.3034,57.3039,-8.5212,-0.5557,-10.6740,0.0000,-10.6740,4.9262,-10.6740,0.5499,0.0000,-11.2239,0.0000,-11.2239,5.4790,-16.7029,0.0000,-16.7029,-0.2576,-16.4453,0.0000,0.0000,9.2737,-25.7191,282.4926,282.4926,282.4926,282.4926,282.4926 +793.5000,1.0000,10176.3358,49.3865,49.8420,-0.2531,0.0000,5,1083.2838,41.6040,433.2938,-72.5885,4.7196,49.1534,-8.2345,-0.6647,0.5092,0.0000,0.5092,4.8751,0.5092,0.5092,0.0000,0.0000,0.0000,0.0000,5.3885,-5.3885,16.5640,-21.9524,-0.3081,-21.6443,0.0000,0.0000,9.1205,-30.7647,1999.2616,1999.2616,1999.2616,1999.2616,1999.2616 +794.5000,1.0000,10189.6737,48.0065,48.9310,-0.5136,0.0000,5,1053.0137,35.9311,472.8530,-70.4217,3.9622,52.1421,-7.7655,-1.3114,0.4884,0.0000,0.4884,4.7851,0.4884,0.4884,0.0000,0.0000,0.0000,0.0000,5.2379,-5.2379,47.2009,-52.4388,-0.6079,-51.8309,0.0000,0.0000,8.8656,-60.6965,1820.2296,1820.2296,1820.2296,1820.2296,1820.2296 +795.5000,1.0000,10202.5328,46.2825,47.0820,-0.4442,0.0760,5,1015.1981,37.9478,460.3524,-67.7147,4.0343,48.9407,-7.1988,-1.0933,0.4629,0.0000,0.4629,4.6647,0.4629,0.4629,0.0000,0.0000,0.0000,0.0000,5.0498,-5.0498,36.6655,-41.7153,-0.5068,-41.2085,0.8491,0.0000,8.5472,-50.6048,1771.9070,1771.9070,1771.9070,1771.9070,1771.9070 +796.5000,1.0000,10214.9500,44.6920,45.4830,-0.4394,0.0870,5,980.3108,38.4785,448.3739,-67.7531,3.9501,46.0291,-6.9554,-1.0445,0.4399,0.0000,0.4399,4.5547,0.4399,0.4399,0.0000,0.0000,0.0000,0.0000,4.8763,-4.8763,34.7621,-39.6383,-0.4842,-39.1541,0.9386,0.0000,8.2535,-48.3463,1689.4066,1689.4066,1689.4066,1689.4066,1689.4066 +797.5000,1.0000,10226.9654,43.2455,43.9010,-0.3642,0.0870,5,948.5821,40.7445,434.1939,-69.5682,4.0474,43.1308,-6.9106,-0.8376,0.4195,0.0000,0.4195,4.4655,0.4195,0.4195,0.0000,0.0000,0.0000,0.0000,4.7184,-4.7184,25.5430,-30.2614,-0.3883,-29.8731,0.9083,0.0000,7.9864,-38.7677,1640.0844,1640.0844,1640.0844,1640.0844,1640.0844 +798.5000,1.0000,10238.7379,42.3710,42.5900,-0.1217,0.0140,5,929.4001,44.0045,426.6300,-70.6655,4.2828,41.5224,-6.8776,-0.2742,0.1816,0.0000,0.1816,4.3754,0.1816,0.4079,0.0000,-0.2262,0.0000,-0.2262,4.6230,-4.8493,0.0000,-4.8493,-0.1271,-4.7222,0.1432,0.0000,7.8249,-12.6902,1646.6684,1646.6684,1646.6684,1646.6684,1646.6684 +799.5000,1.0000,10250.4264,42.0685,42.1520,-0.0464,0.0000,5,922.7648,125.7497,425.1528,-71.0450,12.1514,41.0832,-6.8652,-0.1038,7.9144,0.0000,7.9144,4.3408,7.9144,0.4075,0.0000,7.5069,0.0000,7.5069,4.5900,2.9169,0.0000,2.9169,-0.0481,2.9650,0.0000,0.0000,7.7690,-4.8040,3042.2498,3042.2498,3042.2498,3042.2498,3042.2498 +800.5000,1.0000,10262.1632,42.2425,41.9850,0.1431,0.0000,5,926.5815,335.8455,469.0394,-70.8267,32.5875,45.5115,-6.8724,0.3214,27.9449,0.0000,27.9449,4.3213,27.9449,0.5099,0.0000,27.4350,0.0000,27.4350,4.6090,22.8260,0.0000,22.8260,0.1490,22.6771,0.0000,0.0000,7.8011,14.8759,6616.6118,6616.6118,6616.6118,6616.6118,6616.6118 +801.5000,1.0000,10274.1246,43.0510,42.5000,0.3061,0.0000,5,944.3158,516.4995,582.3252,-69.8122,51.0759,57.5853,-6.9036,0.7009,46.0242,0.0000,46.0242,4.3508,46.0242,0.6108,0.0000,45.4134,0.0000,45.4134,4.6972,40.7162,0.0000,40.7162,0.3249,40.3913,0.0000,0.0000,7.9505,32.4408,10171.2813,10171.2813,10171.2813,10171.2813,10171.2813 +802.5000,1.0000,10286.4208,44.2565,43.6020,0.3636,0.0000,5,970.7582,580.1099,680.9546,-68.2996,58.9726,69.2242,-6.9432,0.8559,53.7106,0.0000,53.7106,4.4061,53.7106,0.6652,0.0000,53.0453,0.0000,53.0453,4.8620,48.1834,0.0000,48.1834,0.3967,47.7866,0.0000,0.0000,8.1731,39.6135,11734.1642,11734.1642,11734.1642,11734.1642,11734.1642 +803.5000,1.0000,10299.1034,45.6475,44.9110,0.4092,0.0000,5,1001.2695,631.0543,721.7404,-66.7177,66.1677,75.6764,-6.9955,0.9934,60.6805,0.0000,60.6805,4.4939,60.6805,0.7189,0.0000,59.9616,0.0000,59.9616,5.0935,54.8681,0.0000,54.8681,0.4605,54.4076,0.0000,0.0000,8.4300,45.9776,13143.4132,13143.4132,13143.4132,13143.4132,13143.4132 +804.5000,1.0000,10312.2243,47.2250,46.3840,0.4672,0.0000,5,1035.8717,696.1044,749.6982,-69.1946,75.5108,81.3244,-7.5060,1.1735,69.7402,0.0000,69.7402,4.5970,69.7402,0.7860,0.0000,68.9543,0.0000,68.9543,5.3734,63.5809,0.0000,63.5809,0.5440,63.0369,0.0000,0.0000,8.7213,54.3156,14903.7082,14903.7082,14903.7082,14903.7082,14903.7082 +805.5000,1.0000,10325.7944,48.8425,48.0660,0.4314,0.0000,5,1071.3512,655.4084,784.6326,-71.7343,73.5313,88.0292,-8.0480,1.1206,67.6968,0.0000,67.6968,4.7139,67.6968,0.7986,0.0000,66.8982,0.0000,66.8982,5.4911,61.4071,0.0000,61.4071,0.5195,60.8876,0.0000,0.0000,9.0200,51.8676,14473.2105,14473.2105,14473.2105,14473.2105,14473.2105 +806.5000,1.0000,10339.8154,50.4655,49.6190,0.4703,0.0000,5,1106.9515,698.9443,769.7723,-74.1997,81.0214,89.2318,-8.6012,1.2622,74.9333,0.0000,74.9333,4.8259,74.9333,0.8583,0.0000,74.0750,0.0000,74.0750,5.7479,68.3271,0.0000,68.3271,0.5851,67.7420,0.0000,0.0000,9.3197,58.4223,15916.6629,15916.6629,15916.6629,15916.6629,15916.6629 +807.5000,1.0000,10354.3026,52.1440,51.3120,0.4622,0.0000,5,1143.7690,689.5922,793.0881,-76.3960,82.5960,94.9923,-9.1503,1.2819,76.3688,0.0000,76.3688,4.9454,76.3688,0.8902,0.0000,75.4785,0.0000,75.4785,5.9232,69.5553,0.0000,69.5553,0.5942,68.9611,0.0000,0.0000,9.6297,59.3314,16194.5801,16194.5801,16194.5801,16194.5801,16194.5801 +808.5000,1.0000,10369.2423,53.7730,52.9760,0.4428,0.0000,5,1179.5009,667.5210,792.7585,-78.5275,82.4502,97.9192,-9.6995,1.2663,76.1108,0.0000,76.1108,5.0731,76.1108,0.9136,0.0000,75.1972,0.0000,75.1972,6.0686,69.1286,0.0000,69.1286,0.5870,68.5416,0.0000,0.0000,9.9305,58.6110,16168.0208,16168.0208,16168.0208,16168.0208,16168.0208 +809.5000,1.0000,10384.6203,55.3505,54.5700,0.4336,0.0000,5,1214.1030,657.1257,786.6022,-80.5867,83.5473,100.0091,-10.2458,1.2765,77.0652,0.0000,77.0652,5.2057,77.0652,0.9427,0.0000,76.1225,0.0000,76.1225,6.2275,69.8951,0.0000,69.8951,0.5917,69.3033,0.0000,0.0000,10.2219,59.0815,16365.8050,16365.8050,16365.8050,16365.8050,16365.8050 +810.5000,1.0000,10400.4175,56.8600,56.1310,0.4050,0.0000,5,1247.2136,625.1282,785.2203,-82.5504,81.6467,102.5560,-10.7817,1.2248,75.0485,0.0000,75.0485,5.3735,75.0485,0.9564,0.0000,74.0921,0.0000,74.0921,6.3357,67.7564,0.0000,67.7564,0.5678,67.1886,0.0000,0.0000,10.5006,56.6880,16015.0470,16015.0470,16015.0470,16015.0470,16015.0470 +811.5000,1.0000,10416.6023,58.2555,57.5890,0.3703,0.0000,5,1277.8237,591.7721,775.0188,-84.3658,79.1870,103.7079,-11.2893,1.1472,72.5461,0.0000,72.5461,5.4937,72.5461,0.9662,0.0000,71.5798,0.0000,71.5798,6.4262,65.1536,0.0000,65.1536,0.5318,64.6218,0.0000,0.7635,10.7584,53.0999,15585.5346,15585.5346,15585.5346,15585.5346,15585.5346 +812.5000,1.0000,10433.1194,59.4515,58.9220,0.2942,0.0000,5,1304.0577,514.1546,764.7010,-85.9217,70.2133,104.4280,-11.7335,0.9301,63.7025,0.0000,63.7025,5.5807,63.7025,0.9415,0.0000,62.7610,0.0000,62.7610,6.4866,56.2743,0.0000,56.2743,0.4312,55.8431,0.0000,1.8127,10.9792,43.0512,13926.5635,13926.5635,13926.5635,13926.5635,13926.5635 +813.5000,1.0000,10449.9403,60.5450,59.9810,0.3133,0.0000,5,1328.0434,539.2622,736.2743,-87.3443,74.9965,102.3954,-12.1472,1.0090,68.2985,0.0000,68.2985,5.6891,68.2985,0.9826,0.0000,67.3159,0.0000,67.3159,6.6059,60.7100,0.0000,60.7100,0.4677,60.2423,0.0000,2.3614,11.1812,46.6997,14781.3042,14781.3042,14781.3042,14781.3042,14781.3042 +814.5000,1.0000,10466.9183,61.1110,61.1090,0.0011,0.0000,5,1340.4585,194.2098,749.8941,-88.0806,27.2617,105.2645,-12.3641,0.0036,21.4802,0.0000,21.4802,5.7779,21.4802,0.7579,0.0000,20.7223,0.0000,20.7223,6.6677,14.0547,0.0000,14.0547,0.0017,14.0530,0.0000,2.6001,11.2857,0.1671,5867.4899,5867.4899,5867.4899,5867.4899,5867.4899 +815.5000,1.0000,10483.8748,61.0335,61.1130,-0.0442,0.0000,5,1338.7586,146.4784,610.8132,-87.9798,20.5355,85.6326,-12.3343,-0.1434,14.9378,0.0000,14.9378,5.7410,14.9378,0.7239,0.0000,14.2139,0.0000,14.2139,6.6592,7.5547,0.0000,7.5547,-0.0665,7.6211,0.0000,2.9856,11.2714,-6.6358,4614.7992,4614.7992,4614.7992,4614.7992,4614.7992 +816.5000,1.0000,10500.8083,60.9505,60.9540,-0.0019,0.0000,5,1336.9380,207.5706,590.8312,-87.8718,29.0607,82.7186,-12.3024,-0.0063,23.3674,0.0000,23.3674,5.6996,23.3674,0.7647,0.0000,22.6028,0.0000,22.6028,6.6502,15.9526,0.0000,15.9526,-0.0029,15.9555,0.0000,4.9912,11.2561,-0.2917,6196.0426,6196.0426,6196.0426,6196.0426,6196.0426 +817.5000,1.0000,10517.7455,60.9640,60.9470,0.0094,0.0000,5,1337.2341,233.3682,615.8031,-87.8894,32.6797,86.2339,-12.3076,0.0306,26.8433,0.0000,26.8433,5.8057,26.8433,0.7823,0.0000,26.0611,0.0000,26.0611,6.6517,19.4094,0.0000,19.4094,0.0142,19.3952,0.0000,6.7193,11.2585,1.4174,6852.4532,6852.4532,6852.4532,6852.4532,6852.4532 +818.5000,1.0000,10534.7241,61.1130,60.9810,0.0733,0.0000,5,1340.5024,307.4814,626.8704,-88.0832,43.1633,87.9982,-12.3649,0.2384,37.1285,0.0000,37.1285,5.7965,37.1285,0.8362,0.0000,36.2923,0.0000,36.2923,6.6679,29.6244,0.0000,29.6244,0.1105,29.5139,0.0000,7.1956,11.2861,11.0323,8827.3852,8827.3852,8827.3852,8827.3852,8827.3852 +819.5000,1.0000,10551.7880,61.4200,61.2450,0.0972,0.0000,5,1347.2364,340.9520,658.0579,-88.4826,48.1023,92.8403,-12.4833,0.3176,41.9537,0.0000,41.9537,5.8310,41.9537,0.8655,0.0000,41.0883,0.0000,41.0883,6.7014,34.3869,0.0000,34.3869,0.1472,34.2397,0.0000,8.1973,11.3428,14.6996,9728.6111,9728.6111,9728.6111,9728.6111,9728.6111 +820.5000,1.0000,10568.9194,61.6630,61.5950,0.0378,0.0000,5,1352.5666,285.5149,672.7243,-88.7987,40.4405,95.2850,-12.5775,0.1239,34.4476,0.0000,34.4476,5.8690,34.4476,0.8320,0.0000,33.6156,0.0000,33.6156,6.7279,26.8877,0.0000,26.8877,0.0574,26.8302,0.0000,9.7082,11.3876,5.7344,8321.0326,8321.0326,8321.0326,8321.0326,8321.0326 +821.5000,1.0000,10586.1212,61.9165,61.7310,0.1031,0.0000,5,1358.1270,390.6810,651.5531,-89.1285,55.5637,92.6657,-12.6761,0.3394,49.3160,0.0000,49.3160,5.9083,49.3160,0.9106,0.0000,48.4054,0.0000,48.4054,6.7556,41.6498,0.0000,41.6498,0.1573,41.4925,0.0000,14.3506,11.4344,15.7075,11167.6885,11167.6885,11167.6885,11167.6885,11167.6885 +822.5000,1.0000,10603.4087,62.2250,62.1020,0.0683,0.0000,5,1364.8939,360.8312,694.7146,-89.5298,51.5741,99.2965,-12.7966,0.2261,45.4474,0.0000,45.4474,5.9006,45.4474,0.8965,0.0000,44.5509,0.0000,44.5509,6.7892,37.7616,0.0000,37.7616,0.1048,37.6568,0.0000,15.6983,11.4914,10.4671,10404.2169,10404.2169,10404.2169,10404.2169,10404.2169 +823.5000,1.0000,10620.7693,62.4880,62.3480,0.0778,0.0000,5,1370.6628,394.6093,684.0139,-89.8719,56.6404,98.1803,-12.8998,0.2585,50.4769,0.0000,50.4769,5.9051,50.4769,0.9261,0.0000,49.5507,0.0000,49.5507,6.8179,42.7328,0.0000,42.7328,0.1198,42.6130,0.0000,19.1088,11.5400,11.9641,11383.2291,11383.2291,11383.2291,11383.2291,11383.2291 +824.5000,1.0000,10638.1984,62.7350,62.6280,0.0594,0.0000,5,1376.0807,393.1533,698.3847,-90.1933,56.6545,100.6392,-12.9971,0.1983,50.5324,0.0000,50.5324,5.9238,50.5324,0.9306,0.0000,49.6017,0.0000,49.6017,6.8449,42.7569,0.0000,42.7569,0.0919,42.6649,0.0000,21.8991,11.5856,9.1802,11389.5901,11389.5901,11389.5901,11389.5901,11389.5901 +825.5000,1.0000,10655.6832,62.9350,62.8420,0.0517,0.0000,5,1380.4676,424.8238,698.6996,-90.4535,61.4135,101.0056,-13.0762,0.1729,53.1952,0.0000,53.1952,8.0453,53.1952,0.9473,0.0000,52.2479,0.0000,52.2479,6.8667,45.3812,0.0000,45.3812,0.0802,45.3010,0.0000,25.6740,11.6225,8.0045,12266.7846,12266.7846,12266.7846,12266.7846,12266.7846 +826.5000,1.0000,10673.2254,63.1420,63.0280,0.0633,0.0000,5,1385.0081,450.7415,711.8882,-90.7227,65.3745,103.2506,-13.1582,0.2127,57.0225,0.0000,57.0225,8.1394,57.0225,0.9700,0.0000,56.0524,0.0000,56.0524,6.8893,49.1632,0.0000,49.1632,0.0986,49.0646,0.0000,27.5596,11.6608,9.8442,13004.5210,13004.5210,13004.5210,13004.5210,13004.5210 +827.5000,1.0000,10690.8371,63.3920,63.2560,0.0756,0.0000,5,1390.4918,438.9411,722.7835,-91.0480,63.9151,105.2459,-13.2577,0.2547,55.5188,0.0000,55.5188,8.1415,55.5188,0.9668,0.0000,54.5520,0.0000,54.5520,6.9166,47.6355,0.0000,47.6355,0.1181,47.5174,0.0000,24.0200,11.7069,11.7904,12739.0788,12739.0788,12739.0788,12739.0788,12739.0788 +828.5000,1.0000,10708.5226,63.6580,63.5280,0.0722,0.0000,5,1396.3265,481.9588,719.0960,-91.3940,70.4734,105.1484,-13.3639,0.2445,62.0475,0.0000,62.0475,8.1814,62.0475,1.0040,0.0000,61.0435,0.0000,61.0435,6.9456,54.0979,0.0000,54.0979,0.1134,53.9845,0.0000,30.9109,11.7561,11.3176,13947.6810,13947.6810,13947.6810,13947.6810,13947.6810 +829.5000,1.0000,10726.2743,63.8960,63.7880,0.0600,0.0000,5,1401.5470,470.3039,736.6155,-91.7036,69.0263,108.1128,-13.4593,0.2039,60.6206,0.0000,60.6206,8.2019,60.6206,1.0010,0.0000,59.6196,0.0000,59.6196,6.9716,52.6480,0.0000,52.6480,0.0945,52.5535,0.0000,31.3160,11.8000,9.4374,13682.9766,13682.9766,13682.9766,13682.9766,13682.9766 +830.5000,1.0000,10744.0315,63.9160,64.0040,-0.0489,0.0000,5,1401.9857,341.9978,732.8089,-91.7296,50.2106,107.5878,-13.4673,-0.1662,42.2304,0.0000,42.2304,8.1464,42.2304,0.9094,0.0000,41.3210,0.0000,41.3210,6.9737,34.3473,0.0000,34.3473,-0.0770,34.4243,0.0000,30.3128,11.8037,-7.6922,10200.4819,10200.4819,10200.4819,10200.4819,10200.4819 +831.5000,1.0000,10761.7234,63.6810,63.8280,-0.0817,0.0000,5,1396.8310,310.6754,682.6955,-91.4239,45.4443,99.8618,-13.3731,-0.2766,37.6037,0.0000,37.6037,8.1172,37.6037,0.8822,0.0000,36.7215,0.0000,36.7215,6.9481,29.7734,0.0000,29.7734,-0.1282,29.9016,0.0000,30.9435,11.7603,-12.8022,9297.6296,9297.6296,9297.6296,9297.6296,9297.6296 +832.5000,1.0000,10779.3462,63.4320,63.5340,-0.0567,0.0000,5,1391.3692,332.4176,669.3730,-91.1000,48.4345,97.5302,-13.2736,-0.1912,42.6294,0.0000,42.6294,5.9963,42.6294,0.9030,0.0000,41.7263,0.0000,41.7263,6.9209,34.8054,0.0000,34.8054,-0.0886,34.8940,0.0000,32.0281,11.7143,-8.8484,9849.1671,9849.1671,9849.1671,9849.1671,9849.1671 +833.5000,1.0000,10796.8865,63.1350,63.3300,-0.1083,0.0000,5,1384.8546,315.2052,676.7130,-90.7136,45.7116,98.1380,-13.1554,-0.3638,40.1186,0.0000,40.1186,5.9567,40.1186,0.8854,0.0000,39.2332,0.0000,39.2332,6.8885,32.3447,0.0000,32.3447,-0.1686,32.5133,0.0000,37.6907,11.6595,-16.8369,9319.6514,9319.6514,9319.6514,9319.6514,9319.6514 +834.5000,1.0000,10814.3019,62.6855,62.9400,-0.1414,0.0000,5,1374.9949,211.0679,668.2324,-90.1289,30.3915,96.2182,-12.9776,-0.4714,24.9728,0.0000,24.9728,5.8901,24.9728,0.8020,0.0000,24.1708,0.0000,24.1708,6.8395,17.3314,0.0000,17.3314,-0.2185,17.5499,0.0000,27.7912,11.5765,-21.8178,6465.9904,6465.9904,6465.9904,6465.9904,6465.9904 +835.5000,1.0000,10831.5605,62.1210,62.4310,-0.1722,0.0000,5,1362.6127,211.1265,623.9024,-89.3945,30.1262,89.0262,-12.7559,-0.5690,24.8489,0.0000,24.8489,5.8463,24.8489,0.7918,0.0000,24.0571,0.0000,24.0571,6.7779,17.2792,0.0000,17.2792,-0.2638,17.5430,0.0000,32.4072,11.4722,-26.3364,6408.5384,6408.5384,6408.5384,6408.5384,6408.5384 +836.5000,1.0000,10848.6558,61.5330,61.8110,-0.1544,0.0000,5,1349.7150,244.5010,620.9672,-88.6296,34.5582,87.7686,-12.5271,-0.5054,29.2480,0.0000,29.2480,5.8157,29.2480,0.8038,0.0000,28.4442,0.0000,28.4442,6.7137,21.7304,0.0000,21.7304,-0.2343,21.9647,0.0000,33.9954,11.3636,-23.3943,7194.5250,7194.5250,7194.5250,7194.5250,7194.5250 +837.5000,1.0000,10865.5726,60.8905,61.2550,-0.2025,0.0000,5,1335.6219,257.3577,631.6399,-87.7937,35.9956,88.3449,-12.2794,-0.6558,30.8481,0.0000,30.8481,5.8033,30.8481,0.8011,0.0000,30.0470,0.0000,30.0470,6.6436,23.4034,0.0000,23.4034,-0.3040,23.7074,0.0000,42.8156,11.2450,-30.3532,7453.8712,7453.8712,7453.8712,7453.8712,7453.8712 +838.5000,1.0000,10882.3266,60.3045,60.5260,-0.1231,0.0000,5,1322.7681,372.2844,634.1652,-87.0314,51.5688,87.8445,-12.0556,-0.3947,46.2772,0.0000,46.2772,5.6863,46.2772,0.8685,0.0000,45.4087,0.0000,45.4087,6.5797,38.8290,0.0000,38.8290,-0.1830,39.0120,0.0000,46.1428,11.1367,-18.2675,10367.9389,10367.9389,10367.9389,10367.9389,10367.9389 +839.5000,1.0000,10898.9372,59.7880,60.0830,-0.1639,0.0000,5,1311.4388,296.9542,680.1047,-86.3595,40.7818,93.4012,-11.8601,-0.5211,35.6278,0.0000,35.6278,5.6751,35.6278,0.8067,0.0000,34.8212,0.0000,34.8212,6.5233,28.2978,0.0000,28.2978,-0.2416,28.5394,0.0000,41.6189,11.0414,-24.1209,8359.8936,8359.8936,8359.8936,8359.8936,8359.8936 +840.5000,1.0000,10915.3818,59.1905,59.4930,-0.1681,0.0000,5,1298.3327,238.1562,646.0235,-85.5822,32.3800,87.8341,-11.6358,-0.5290,27.3004,0.0000,27.3004,5.6087,27.3004,0.7552,0.0000,26.5451,0.0000,26.5451,6.4582,20.0870,0.0000,20.0870,-0.2452,20.3322,0.0000,33.8881,10.9310,-24.4869,6785.6811,6785.6811,6785.6811,6785.6811,6785.6811 +841.5000,1.0000,10931.6841,58.6785,58.8880,-0.1164,0.0000,5,1287.1021,254.6452,618.4767,-84.9161,34.3224,83.3614,-11.4454,-0.3632,29.1522,0.0000,29.1522,5.5334,29.1522,0.7561,0.0000,28.3960,0.0000,28.3960,6.4023,21.9937,0.0000,21.9937,-0.1684,22.1621,0.0000,28.1377,10.8365,-16.8120,7129.5424,7129.5424,7129.5424,7129.5424,7129.5424 +842.5000,1.0000,10947.9050,58.3850,58.4690,-0.0467,0.0000,5,1280.6642,318.7396,623.8476,-84.5343,42.7464,83.6647,-11.3370,-0.1449,37.3587,0.0000,37.3587,5.5326,37.3587,0.7924,0.0000,36.5663,0.0000,36.5663,6.3703,30.1961,0.0000,30.1961,-0.0672,30.2633,0.0000,26.1881,10.7823,-6.7071,8684.4131,8684.4131,8684.4131,8684.4131,8684.4131 +843.5000,1.0000,10964.1112,58.3325,58.3010,0.0175,0.0000,5,1279.5126,437.8353,650.6128,-84.4660,58.6657,87.1758,-11.3176,0.0543,53.0579,0.0000,53.0579,5.5535,53.0579,0.8700,0.0000,52.1878,0.0000,52.1878,6.3645,45.8233,0.0000,45.8233,0.0252,45.7981,0.0000,32.5126,10.7726,2.5129,11701.5505,11701.5505,11701.5505,11701.5505,11701.5505 +844.5000,1.0000,10980.3412,58.4180,58.3640,0.0300,0.0000,5,1281.3881,476.6181,701.4431,-84.5772,63.9558,94.1243,-11.3491,0.0932,58.3217,0.0000,58.3217,5.5408,58.3217,0.8977,0.0000,57.4240,0.0000,57.4240,6.3739,51.0501,0.0000,51.0501,0.0432,51.0069,0.0000,35.9044,10.7884,4.3142,12731.9184,12731.9184,12731.9184,12731.9184,12731.9184 +845.5000,1.0000,10996.5996,58.5200,58.4720,0.0267,0.0000,5,1283.6254,410.9771,718.2304,-84.7099,55.2439,96.5452,-11.3868,0.0830,49.6243,0.0000,49.6243,5.5366,49.6243,0.8559,0.0000,48.7684,0.0000,48.7684,6.3850,42.3834,0.0000,42.3834,0.0385,42.3449,0.0000,27.6962,10.8072,3.8415,11053.6630,11053.6630,11053.6630,11053.6630,11053.6630 +846.5000,1.0000,11012.8807,58.6020,58.5680,0.0189,0.0000,5,1285.4241,352.8780,690.6170,-84.8166,47.5007,92.9635,-11.4171,0.0589,41.8784,0.0000,41.8784,5.5634,41.8784,0.8185,0.0000,41.0599,0.0000,41.0599,6.3939,34.6659,0.0000,34.6659,0.0273,34.6386,0.0000,21.0914,10.8223,2.7249,9597.1261,9597.1261,9597.1261,9597.1261,9597.1261 +847.5000,1.0000,11029.1421,58.5310,58.6360,-0.0583,0.0000,5,1283.8667,303.9827,666.0266,-84.7242,40.8693,89.5448,-11.3909,-0.1816,35.4651,0.0000,35.4651,5.5858,35.4651,0.7853,0.0000,34.6798,0.0000,34.6798,6.3862,28.2936,0.0000,28.2936,-0.0842,28.3778,0.0000,25.9735,10.8092,-8.4049,8354.3813,8354.3813,8354.3813,8354.3813,8354.3813 +848.5000,1.0000,11045.3237,58.2440,58.4260,-0.1011,0.0000,5,1277.5714,265.5603,644.4560,-84.3509,35.5285,86.2198,-11.2850,-0.3132,30.3221,0.0000,30.3221,5.5196,30.3221,0.7549,0.0000,29.5672,0.0000,29.5672,6.3549,23.2123,0.0000,23.2123,-0.1452,23.3575,0.0000,27.0983,10.7562,-14.4970,7343.2027,7343.2027,7343.2027,7343.2027,7343.2027 +849.5000,1.0000,11061.4140,57.9150,58.0620,-0.0817,0.0000,5,1270.3549,291.0742,626.5747,-83.9229,38.7220,83.3540,-11.1644,-0.2515,33.4073,0.0000,33.4073,5.5662,33.4073,0.7651,0.0000,32.6422,0.0000,32.6422,6.3190,26.3233,0.0000,26.3233,-0.1166,26.4399,0.0000,27.3874,10.6955,-11.6430,7942.9371,7942.9371,7942.9371,7942.9371,7942.9371 +850.5000,1.0000,11077.3715,57.4370,57.7680,-0.1839,0.0000,5,1259.8700,163.2682,635.9932,-83.3011,21.5405,83.9087,-10.9902,-0.5617,16.6358,0.0000,16.6358,5.4664,16.6358,0.6735,0.0000,15.9623,0.0000,15.9623,6.2668,9.6955,0.0000,9.6955,-0.2604,9.9559,0.0000,25.3489,10.6072,-26.0002,4711.9444,4711.9444,4711.9444,4711.9444,4711.9444 +851.5000,1.0000,11093.1218,56.6910,57.1060,-0.2306,0.0000,5,1243.5066,99.8736,576.7462,-82.3306,13.0055,75.1037,-10.7211,-0.6951,8.3093,0.0000,8.3093,5.3914,8.3093,0.6200,0.0000,7.6893,0.0000,7.6893,6.1854,1.5038,0.0000,1.5038,-0.3222,1.8261,0.0000,23.5317,10.4694,-32.1750,3164.9360,3164.9360,3164.9360,3164.9360,3164.9360 +852.5000,1.0000,11108.6151,55.7660,56.2760,-0.2833,0.0000,5,1223.2169,-6.5530,543.8502,-81.1272,-0.8394,69.6645,-10.3920,-0.8403,-5.3120,0.0000,-5.3120,5.3130,-5.3120,0.6252,0.0000,-5.9372,0.0000,-5.9372,6.0845,-12.0217,0.0000,-12.0217,-0.3896,-11.6322,0.0000,16.9645,10.2986,-38.8952,1389.2037,1389.2037,1389.2037,1389.2037,1389.2037 +853.5000,1.0000,11123.8296,54.7620,55.2560,-0.2744,0.0000,5,1201.1944,17.0610,489.8355,-79.8211,2.1461,61.6158,-10.0406,-0.7993,-2.2965,0.0000,-2.2965,5.2419,-2.2965,0.6011,0.0000,-2.8976,0.0000,-2.8976,5.9750,-8.8726,0.0000,-8.8726,-0.3705,-8.5020,0.0000,18.3815,10.1132,-36.9967,1741.8858,1741.8858,1741.8858,1741.8858,1741.8858 +854.5000,1.0000,11138.7550,53.7215,54.2680,-0.3036,0.0000,5,1178.3712,30.1121,494.2989,-78.4601,3.7158,60.9959,-9.6819,-0.8675,-0.5697,0.0000,-0.5697,5.1529,-0.5697,0.5799,0.0000,-1.1496,0.0000,-1.1496,5.8614,-7.0110,0.0000,-7.0110,-0.4021,-6.6089,0.0000,23.6209,9.9210,-40.1509,1933.4223,1933.4223,1933.4223,1933.4223,1933.4223 +855.5000,1.0000,11153.4169,52.7730,53.1750,-0.2233,0.0000,5,1157.5660,121.4381,494.7077,-77.2190,14.7207,59.9685,-9.3605,-0.6268,10.2725,0.0000,10.2725,5.0751,10.2725,0.5692,0.0000,9.7032,0.0000,9.7032,5.7580,3.9453,0.0000,3.9453,-0.2906,4.2359,0.0000,23.5031,9.7459,-29.0131,3373.6006,3373.6006,3373.6006,3373.6006,3373.6006 +856.5000,1.0000,11167.8493,51.9465,52.3710,-0.2358,0.0000,5,1139.4369,96.1063,533.3423,-76.1376,11.4676,63.6392,-9.0849,-0.6515,7.0651,0.0000,7.0651,5.0540,7.0651,0.5408,0.0000,6.5244,0.0000,6.5244,5.6678,0.8566,0.0000,0.8566,-0.3020,1.1586,0.0000,21.7226,9.5932,-30.1572,2961.1878,2961.1878,2961.1878,2961.1878,2961.1878 +857.5000,1.0000,11182.0983,51.2865,51.5220,-0.1308,0.0000,5,1124.9599,214.1738,517.5912,-75.2740,25.2309,60.9751,-8.8677,-0.3569,20.6109,0.0000,20.6109,4.9768,20.6109,0.5987,0.0000,20.0122,0.0000,20.0122,5.5958,14.4164,0.0000,14.4164,-0.1654,14.5819,0.0000,21.6283,9.4713,-16.5177,5316.9116,5316.9116,5316.9116,5316.9116,5316.9116 +858.5000,1.0000,11196.2343,50.8795,51.0510,-0.0953,0.0000,5,1116.0325,236.9962,571.7716,-74.7414,27.6979,66.8233,-8.7351,-0.2578,23.0380,0.0000,23.0380,4.9177,23.0380,0.6048,0.0000,22.4331,0.0000,22.4331,5.5514,16.8818,0.0000,16.8818,-0.1195,17.0013,0.0000,19.5385,9.3962,-11.9334,5728.0747,5728.0747,5728.0747,5728.0747,5728.0747 +859.5000,1.0000,11210.3005,50.6285,50.7080,-0.0442,0.0000,5,1110.5268,333.7130,581.2460,-74.4130,38.8088,67.5955,-8.6538,-0.1189,34.0340,0.0000,34.0340,4.8938,34.0340,0.6561,0.0000,33.3779,0.0000,33.3779,5.5240,27.8539,0.0000,27.8539,-0.0551,27.9090,0.0000,24.0637,9.3498,-5.5045,7835.8977,7835.8977,7835.8977,7835.8977,7835.8977 +860.5000,1.0000,11224.3816,50.6820,50.5490,0.0739,0.0000,5,1111.7003,460.1325,626.8361,-74.4830,53.5672,72.9744,-8.6711,0.1992,48.4855,0.0000,48.4855,4.8825,48.4855,0.7292,0.0000,47.7564,0.0000,47.7564,5.5298,42.2266,0.0000,42.2266,0.0923,42.1342,0.0000,23.5560,9.3597,9.2185,10641.2851,10641.2851,10641.2851,10641.2851,10641.2851 +861.5000,1.0000,11238.5654,51.0515,50.8150,0.1314,0.0000,5,1119.8053,516.7439,686.8230,-74.9665,60.5964,80.5408,-8.7910,0.3567,55.3161,0.0000,55.3161,4.9235,55.3161,0.7688,0.0000,54.5473,0.0000,54.5473,5.5701,48.9772,0.0000,48.9772,0.1654,48.8118,0.0000,22.8720,9.4279,16.5119,12029.4573,12029.4573,12029.4573,12029.4573,12029.4573 +862.5000,1.0000,11252.9111,51.6345,51.2880,0.1925,0.0000,5,1132.5933,570.3426,714.1684,-75.7293,67.6454,84.7039,-8.9819,0.5286,62.1712,0.0000,62.1712,4.9456,62.1712,0.8117,0.0000,61.3595,0.0000,61.3595,5.6646,55.6949,0.0000,55.6949,0.2451,55.4498,0.0000,21.4461,9.5356,24.4681,13382.6091,13382.6091,13382.6091,13382.6091,13382.6091 +863.5000,1.0000,11267.4550,52.3480,51.9810,0.2039,0.0000,5,1148.2437,578.3205,740.3582,-76.6629,69.5395,89.0235,-9.2182,0.5676,63.9437,0.0000,63.9437,5.0281,63.9437,0.8312,0.0000,63.1125,0.0000,63.1125,5.7564,57.3561,0.0000,57.3561,0.2631,57.0929,0.0000,21.1517,9.6674,26.2738,13761.5670,13761.5670,13761.5670,13761.5670,13761.5670 +864.5000,1.0000,11282.2257,53.1645,52.7150,0.2497,0.0000,5,1166.1535,627.6913,745.7015,-77.7313,76.6532,91.0646,-9.4925,0.7061,70.8473,0.0000,70.8473,5.0999,70.8473,0.8780,0.0000,69.9693,0.0000,69.9693,5.9343,64.0349,0.0000,64.0349,0.3273,63.7076,0.0000,21.2075,9.8182,32.6820,15081.8507,15081.8507,15081.8507,15081.8507,15081.8507 +865.5000,1.0000,11297.2500,54.0775,53.6140,0.2575,0.0000,5,1186.1800,665.0435,769.8615,-78.9259,82.6094,95.6295,-9.8039,0.7406,76.7034,0.0000,76.7034,5.1654,76.7034,0.9212,0.0000,75.7822,0.0000,75.7822,6.1054,69.6768,0.0000,69.6768,0.3433,69.3335,0.0000,25.0681,9.9868,34.2786,16200.6332,16200.6332,16200.6332,16200.6332,16200.6332 +866.5000,1.0000,11312.5447,55.0510,54.5410,0.2833,0.0000,5,1207.5335,671.5585,788.2724,-80.1971,84.9203,99.6791,-10.1411,0.8296,78.8513,0.0000,78.8513,5.2395,78.8513,0.9470,0.0000,77.9043,0.0000,77.9043,6.2267,71.6777,0.0000,71.6777,0.3846,71.2931,0.0000,22.7300,10.1666,38.3965,16619.7187,16619.7187,16619.7187,16619.7187,16619.7187 +867.5000,1.0000,11328.0934,55.9655,55.5610,0.2247,0.0000,5,1227.5929,648.2656,792.9662,-81.3868,83.3366,101.9384,-10.4625,0.6689,77.3904,0.0000,77.3904,5.2774,77.3904,0.9540,0.0000,76.4364,0.0000,76.4364,6.2887,70.1478,0.0000,70.1478,0.3101,69.8377,0.0000,28.5426,10.3354,30.9596,16318.1189,16318.1189,16318.1189,16318.1189,16318.1189 +868.5000,1.0000,11343.8634,56.7620,56.3700,0.2178,0.0000,5,1245.0640,608.0740,784.8268,-82.4229,79.2824,102.3279,-10.7465,0.6574,73.2450,0.0000,73.2450,5.3800,73.2450,0.9458,0.0000,72.2991,0.0000,72.2991,6.2998,65.9993,0.0000,65.9993,0.3048,65.6946,0.0000,24.7821,10.4825,30.4299,15601.6190,15601.6190,15601.6190,15601.6190,15601.6190 +869.5000,1.0000,11359.8296,57.4680,57.1540,0.1744,0.0000,5,1260.5500,429.6557,769.3279,-83.3414,56.7165,101.5547,-11.0014,0.5332,50.7274,0.0000,50.7274,5.4559,50.7274,0.8445,0.0000,49.8829,0.0000,49.8829,6.2702,43.6127,0.0000,43.6127,0.2472,43.3656,0.0000,8.0745,10.6129,24.6781,11311.3019,11311.3019,11311.3019,11311.3019,11311.3019 +870.5000,1.0000,11375.9826,58.1410,57.7820,0.1994,0.0000,5,1275.3121,401.9733,695.1939,-84.2169,53.6837,92.8434,-11.2472,0.6167,47.5758,0.0000,47.5758,5.4912,47.5758,0.8395,0.0000,46.7363,0.0000,46.7363,6.3436,40.3926,0.0000,40.3926,0.2859,40.1067,0.0000,0.8243,10.7372,28.5452,10765.4284,10765.4284,10765.4284,10765.4284,10765.4284 +871.5000,1.0000,11392.3429,58.8870,58.5000,0.2150,0.0000,5,1291.6755,413.4617,685.8511,-85.1874,55.9265,92.7709,-11.5228,0.6734,49.6744,0.0000,49.6744,5.5787,49.6744,0.8621,0.0000,48.8123,0.0000,48.8123,6.4250,42.3873,0.0000,42.3873,0.3121,42.0751,0.0000,0.0337,10.8750,31.1664,11191.2876,11191.2876,11191.2876,11191.2876,11191.2876 +872.5000,1.0000,11408.8847,59.5405,59.2740,0.1481,0.0000,5,1306.0099,338.4880,693.2047,-86.0375,46.2933,94.8062,-11.7669,0.4688,40.2353,0.0000,40.2353,5.5892,40.2353,0.8256,0.0000,39.4097,0.0000,39.4097,6.4963,32.9133,0.0000,32.9133,0.2173,32.6960,0.0000,0.0000,10.9957,21.7003,9391.8141,9391.8141,9391.8141,9391.8141,9391.8141 +873.5000,1.0000,11425.5666,60.0450,59.8070,0.1322,0.0000,5,1317.0760,321.3987,664.4900,-86.6938,44.3286,91.6490,-11.9571,0.4222,38.2036,0.0000,38.2036,5.7027,38.2036,0.8238,0.0000,37.3798,0.0000,37.3798,6.5514,30.8284,0.0000,30.8284,0.1957,30.6327,0.0000,0.0000,11.0888,19.5439,9027.9784,9027.9784,9027.9784,9027.9784,9027.9784 +874.5000,1.0000,11442.3287,60.3335,60.2830,0.0281,0.0000,5,1323.4042,205.7092,659.1254,-87.0691,28.5085,91.3459,-12.0666,0.0900,22.6845,0.0000,22.6845,5.7340,22.6845,0.7510,0.0000,21.9335,0.0000,21.9335,6.5829,15.3507,0.0000,15.3507,0.0417,15.3089,0.0000,0.0000,11.1421,4.1668,6084.3594,6084.3594,6084.3594,6084.3594,6084.3594 +875.5000,1.0000,11459.0411,60.1545,60.3840,-0.1275,0.0000,5,1319.4779,33.0381,611.2567,-86.8363,4.5650,84.4606,-11.9986,-0.4079,-0.7088,0.0000,-0.7088,5.6817,-0.7088,0.6882,0.0000,-1.3970,0.0000,-1.3970,6.5633,-7.9603,0.0000,-7.9603,-0.1891,-7.7712,0.0000,0.0000,11.1090,-18.8802,2269.0038,2269.0038,2269.0038,2269.0038,2269.0038 +876.5000,1.0000,11475.5848,59.5475,59.9250,-0.2097,0.0000,5,1306.1634,-57.4329,535.7358,-86.0466,-7.8557,73.2785,-11.7696,-0.6642,-12.8482,0.0000,-12.8482,5.6567,-12.8482,0.7080,0.0000,-13.5562,0.0000,-13.5562,6.4971,-20.0533,0.0000,-20.0533,-0.3079,-19.7454,0.0000,0.0000,10.9970,-30.7424,505.9254,505.9254,505.9254,505.9254,505.9254 +877.5000,1.0000,11491.9404,58.8700,59.1700,-0.1667,0.0000,5,1291.3026,-9.8183,492.8250,-85.1653,-1.3277,66.6422,-11.5165,-0.5218,-6.4197,0.0000,-6.4197,5.6138,-6.4197,0.6802,0.0000,-7.0999,0.0000,-7.0999,6.4232,-13.5231,0.0000,-13.5231,-0.2419,-13.2812,0.0000,0.0000,10.8718,-24.1531,1469.0268,1469.0268,1469.0268,1469.0268,1469.0268 +878.5000,1.0000,11508.2009,58.5280,58.5700,-0.0233,0.0000,5,1283.8009,148.4310,511.1180,-84.7203,19.9550,68.7144,-11.3897,-0.0726,14.4794,0.0000,14.4794,5.5482,14.4794,0.6803,0.0000,13.7991,0.0000,13.7991,6.3859,7.4132,0.0000,7.4132,-0.0337,7.4469,0.0000,0.0000,10.8087,-3.3618,4449.3932,4449.3932,4449.3932,4449.3932,4449.3932 +879.5000,1.0000,11524.4548,58.5040,58.4860,0.0100,0.0000,5,1283.2745,185.5026,578.5374,-84.6891,24.9286,77.7463,-11.3809,0.0311,19.3464,0.0000,19.3464,5.5511,19.3464,0.7043,0.0000,18.6421,0.0000,18.6421,6.3832,12.2588,0.0000,12.2588,0.0144,12.2444,0.0000,0.0000,10.8042,1.4402,5383.3530,5383.3530,5383.3530,5383.3530,5383.3530 +880.5000,1.0000,11540.7293,58.5780,58.5220,0.0311,0.0000,5,1284.8976,208.9557,594.5940,-84.7854,28.1159,80.0051,-11.4082,0.0969,22.4614,0.0000,22.4614,5.5575,22.4614,0.7210,0.0000,21.7404,0.0000,21.7404,6.3913,15.3490,0.0000,15.3490,0.0449,15.3041,0.0000,0.0000,10.8179,4.4862,5966.9128,5966.9128,5966.9128,5966.9128,5966.9128 +881.5000,1.0000,11557.0475,58.7355,58.6340,0.0564,0.0000,5,1288.3524,236.8201,605.2039,-84.9903,31.9508,81.6517,-11.4665,0.1761,26.2327,0.0000,26.2327,5.5419,26.2327,0.7425,0.0000,25.4903,0.0000,25.4903,6.4085,19.0818,0.0000,19.0818,0.0817,19.0001,0.0000,0.0000,10.8470,8.1531,6685.2888,6685.2888,6685.2888,6685.2888,6685.2888 +882.5000,1.0000,11573.4258,58.9520,58.8370,0.0639,0.0000,5,1293.1013,245.3060,617.9159,-85.2719,33.2177,83.6740,-11.5469,0.2003,27.4355,0.0000,27.4355,5.5818,27.4355,0.7520,0.0000,26.6835,0.0000,26.6835,6.4321,20.2514,0.0000,20.2514,0.0929,20.1585,0.0000,0.0000,10.8870,9.2716,6932.3726,6932.3726,6932.3726,6932.3726,6932.3726 +883.5000,1.0000,11589.8639,59.1670,59.0670,0.0556,0.0000,5,1297.8173,236.4266,622.4854,-85.5516,32.1321,84.6002,-11.6271,0.1748,26.3048,0.0000,26.3048,5.6524,26.3048,0.7499,0.0000,25.5549,0.0000,25.5549,6.4556,19.0994,0.0000,19.0994,0.0810,19.0183,0.0000,0.0000,10.9267,8.0916,6738.3338,6738.3338,6738.3338,6738.3338,6738.3338 +884.5000,1.0000,11606.3593,59.3735,59.2670,0.0592,0.0000,5,1302.3468,239.9313,619.7297,-85.8203,32.7222,84.5196,-11.7043,0.1868,26.9336,0.0000,26.9336,5.6017,26.9336,0.7564,0.0000,26.1772,0.0000,26.1772,6.4781,19.6991,0.0000,19.6991,0.0866,19.6125,0.0000,0.0000,10.9648,8.6477,6853.0272,6853.0272,6853.0272,6853.0272,6853.0272 +885.5000,1.0000,11622.9150,59.5905,59.4800,0.0614,0.0000,5,1307.1066,242.6937,622.1933,-86.1026,33.2199,85.1657,-11.7857,0.1946,27.3642,0.0000,27.3642,5.6611,27.3642,0.7621,0.0000,26.6021,0.0000,26.6021,6.5018,20.1003,0.0000,20.1003,0.0902,20.0101,0.0000,0.0000,11.0049,9.0053,6945.8219,6945.8219,6945.8219,6945.8219,6945.8219 +886.5000,1.0000,11639.5290,59.8005,59.7010,0.0553,0.0000,5,1311.7130,235.8099,624.3388,-86.3758,32.3914,85.7606,-11.8648,0.1758,26.5487,0.0000,26.5487,5.6668,26.5487,0.7615,0.0000,25.7873,0.0000,25.7873,6.5247,19.2626,0.0000,19.2626,0.0815,19.1811,0.0000,0.0000,11.0437,8.1374,6792.9677,6792.9677,6792.9677,6792.9677,6792.9677 +887.5000,1.0000,11656.2234,60.0900,59.9000,0.1056,0.0000,5,1318.0631,291.4965,622.7175,-86.7524,40.2345,85.9520,-11.9742,0.3373,34.2284,0.0000,34.2284,5.6687,34.2284,0.8047,0.0000,33.4238,0.0000,33.4238,6.5563,26.8675,0.0000,26.8675,0.1564,26.7111,0.0000,0.0000,11.0971,15.6139,8255.0479,8255.0479,8255.0479,8255.0479,8255.0479 +888.5000,1.0000,11673.0219,60.4645,60.2800,0.1025,0.0000,5,1326.2777,287.6079,647.2169,-87.2396,39.9451,89.8903,-12.1165,0.3296,33.9823,0.0000,33.9823,5.6332,33.9823,0.8096,0.0000,33.1727,0.0000,33.1727,6.5972,26.5756,0.0000,26.5756,0.1528,26.4228,0.0000,0.0000,11.1663,15.2565,8203.5505,8203.5505,8203.5505,8203.5505,8203.5505 +889.5000,1.0000,11689.9372,60.8850,60.6490,0.1311,0.0000,5,1335.5013,319.8765,647.4063,-87.7866,44.7358,90.5420,-12.2772,0.4246,38.5741,0.0000,38.5741,5.7371,38.5741,0.8396,0.0000,37.7345,0.0000,37.7345,6.6430,31.0915,0.0000,31.0915,0.1968,30.8947,0.0000,0.0000,11.2440,19.6507,9111.3691,9111.3691,9111.3691,9111.3691,9111.3691 +890.5000,1.0000,11706.9668,61.2965,61.1210,0.0975,0.0000,5,1344.5274,282.4648,662.3124,-88.3219,39.7706,93.2526,-12.4356,0.3179,33.6892,0.0000,33.6892,5.7636,33.6892,0.8221,0.0000,32.8672,0.0000,32.8672,6.6879,26.1792,0.0000,26.1792,0.1473,26.0319,0.0000,0.0000,11.3199,14.7119,8184.4761,8184.4761,8184.4761,8184.4761,8184.4761 +891.5000,1.0000,11724.1053,61.6885,61.4720,0.1203,0.0000,5,1353.1259,307.9311,649.0272,-88.8319,43.6335,91.9665,-12.5874,0.3946,37.4182,0.0000,37.4182,5.8207,37.4182,0.8473,0.0000,36.5709,0.0000,36.5709,6.7307,29.8402,0.0000,29.8402,0.1829,29.6573,0.0000,0.0000,11.3923,18.2650,8922.7136,8922.7136,8922.7136,8922.7136,8922.7136 +892.5000,1.0000,11741.3633,62.1190,61.9050,0.1189,0.0000,5,1362.5688,306.0393,661.0768,-89.3919,43.6681,94.3276,-12.7551,0.3928,37.4665,0.0000,37.4665,5.8089,37.4665,0.8548,0.0000,36.6116,0.0000,36.6116,6.7777,29.8340,0.0000,29.8340,0.1821,29.6519,0.0000,0.0000,11.4718,18.1800,8937.0038,8937.0038,8937.0038,8937.0038,8937.0038 +893.5000,1.0000,11758.7665,62.6415,62.3330,0.1714,0.0000,5,1374.0298,364.3787,662.4930,-90.0716,52.4297,95.3248,-12.9602,0.5710,46.0027,0.0000,46.0027,5.8561,46.0027,0.9064,0.0000,45.0963,0.0000,45.0963,6.8347,38.2616,0.0000,38.2616,0.2647,37.9969,0.0000,0.0000,11.5683,26.4286,10580.1357,10580.1357,10580.1357,10580.1357,10580.1357 +894.5000,1.0000,11776.3691,63.3595,62.9500,0.2275,0.0000,5,1389.7790,426.8789,687.9631,-91.0057,62.1268,100.1243,-13.2447,0.7666,55.4182,0.0000,55.4182,5.9420,55.4182,0.9657,0.0000,54.4525,0.0000,54.4525,6.9130,47.5395,0.0000,47.5395,0.3554,47.1841,0.0000,0.0000,11.7009,35.4832,12408.7995,12408.7995,12408.7995,12408.7995,12408.7995 +895.5000,1.0000,11794.1886,64.1400,63.7690,0.2061,0.0000,5,1406.8991,392.9053,714.8885,-92.0210,57.8868,105.3246,-13.5575,0.7031,51.2156,0.0000,51.2156,5.9681,51.2156,0.9582,0.0000,50.2574,0.0000,50.2574,6.9982,43.2592,0.0000,43.2592,0.3259,42.9332,0.0000,-1.4550,11.8451,32.5432,11635.3568,11635.3568,11635.3568,11635.3568,11635.3568 +896.5000,1.0000,11812.2171,64.8925,64.5110,0.2119,0.0000,5,1423.4050,406.4719,705.0813,-93.0000,60.5881,105.0984,-13.8624,0.7315,53.6737,0.0000,53.6737,6.1830,53.6737,0.9836,0.0000,52.6901,0.0000,52.6901,7.0803,45.6098,0.0000,45.6098,0.3391,45.2707,0.0000,-0.5701,11.9840,33.8568,12164.2449,12164.2449,12164.2449,12164.2449,12164.2449 +897.5000,1.0000,11830.4418,65.5990,65.2740,0.1806,0.0000,5,1438.9020,377.8949,713.1098,-93.9191,56.9418,107.4524,-14.1519,0.6299,50.0768,0.0000,50.0768,6.2350,50.0768,0.9780,0.0000,49.0988,0.0000,49.0988,7.1574,41.9414,0.0000,41.9414,0.2920,41.6494,0.0000,0.3782,12.1145,29.1566,11476.1815,11476.1815,11476.1815,11476.1815,11476.1815 +898.5000,1.0000,11848.8207,66.1540,65.9240,0.1278,0.0000,5,1451.0758,329.2230,705.2528,-94.6411,50.0275,107.1676,-14.3813,0.4496,43.2511,0.0000,43.2511,6.3268,43.2511,0.9537,0.0000,42.2974,0.0000,42.2974,7.2179,35.0794,0.0000,35.0794,0.2084,34.8710,0.0000,1.8455,12.2170,20.8085,10187.6391,10187.6391,10187.6391,10187.6391,10187.6391 +899.5000,1.0000,11867.3196,66.5860,66.3840,0.1122,0.0000,5,1460.5516,310.1832,689.7052,-95.2031,47.4421,105.4895,-14.5612,0.3974,40.7497,0.0000,40.7497,6.2949,40.7497,0.9489,0.0000,39.8008,0.0000,39.8008,7.2651,32.5358,0.0000,32.5358,0.1842,32.3516,0.0000,1.6601,12.2968,18.3946,9729.0471,9729.0471,9729.0471,9729.0471,9729.0471 +900.5000,1.0000,11885.9087,66.9110,66.7880,0.0683,0.0000,5,1467.6805,266.0348,684.5682,-95.6259,40.8882,105.2148,-14.6972,0.2432,34.4095,0.0000,34.4095,6.2355,34.4095,0.9230,0.0000,33.4865,0.0000,33.4865,7.3005,26.1860,0.0000,26.1860,0.1127,26.0733,0.0000,2.4611,12.3568,11.2554,8503.4929,8503.4929,8503.4929,8503.4929,8503.4929 +901.5000,1.0000,11904.5903,67.2435,67.0340,0.1164,0.0000,5,1474.9738,331.0881,670.3839,-96.0584,51.1395,103.5468,-14.8371,0.4162,44.3730,0.0000,44.3730,6.3502,44.3730,0.9788,0.0000,43.3942,0.0000,43.3942,7.3368,36.0574,0.0000,36.0574,0.1930,35.8645,0.0000,4.1803,12.4182,19.2660,10415.8068,10415.8068,10415.8068,10415.8068,10415.8068 +902.5000,1.0000,11923.3807,67.6355,67.4530,0.1014,0.0000,5,1483.5722,335.8369,695.4678,-96.5684,52.1754,108.0474,-15.0028,0.3647,45.4576,0.0000,45.4576,6.3531,45.4576,0.9913,0.0000,44.4663,0.0000,44.4663,7.3796,37.0867,0.0000,37.0867,0.1691,36.9177,0.0000,7.5462,12.4906,16.8809,10632.1152,10632.1152,10632.1152,10632.1152,10632.1152 +903.5000,1.0000,11942.2322,67.8555,67.8180,0.0208,0.0000,5,1488.3979,275.6561,698.5108,-96.8546,42.9650,108.8731,-15.0962,0.0752,36.5104,0.0000,36.5104,6.3794,36.5104,0.9505,0.0000,35.5599,0.0000,35.5599,7.4036,28.1563,0.0000,28.1563,0.0349,28.1215,0.0000,12.1103,12.5312,3.4800,8928.1562,8928.1562,8928.1562,8928.1562,8928.1562 +904.5000,1.0000,11961.0143,67.6055,67.8930,-0.1597,0.0000,5,1482.9142,94.8242,676.5856,-96.5293,14.7253,105.0673,-14.9901,-0.5743,8.9791,0.0000,8.9791,6.3205,8.9791,0.8083,0.0000,8.1708,0.0000,8.1708,7.3763,0.7945,0.0000,0.7945,-0.2662,1.0607,0.0000,15.1570,12.4851,-26.5813,3818.2725,3818.2725,3818.2725,3818.2725,3818.2725 +905.5000,1.0000,11979.6511,67.0825,67.3180,-0.1308,0.0000,5,1471.4423,135.7094,608.4043,-95.8490,20.9113,93.7484,-14.7693,-0.4668,15.0744,0.0000,15.0744,6.3037,15.0744,0.8294,0.0000,14.2450,0.0000,14.2450,7.3192,6.9258,0.0000,6.9258,-0.2164,7.1422,0.0000,16.3588,12.3885,-21.6051,4833.9293,4833.9293,4833.9293,4833.9293,4833.9293 +906.5000,1.0000,11998.1201,66.4785,66.8470,-0.2047,0.0000,5,1458.1937,51.0478,619.5346,-95.0632,7.7951,94.6040,-14.5163,-0.7238,2.2854,0.0000,2.2854,6.2335,2.2854,0.7948,0.0000,1.4906,0.0000,1.4906,7.2533,-5.7627,0.0000,-5.7627,-0.3355,-5.4272,0.0000,15.7983,12.2769,-33.5024,2957.1450,2957.1450,2957.1450,2957.1450,2957.1450 +907.5000,1.0000,12016.4096,65.8320,66.1100,-0.1544,0.0000,5,1444.0128,89.4657,583.7628,-94.2222,13.5287,88.2747,-14.2480,-0.5407,7.9383,0.0000,7.9383,6.1312,7.9383,0.7715,0.0000,7.1668,0.0000,7.1668,7.1828,-0.0160,0.0000,-0.0160,-0.2507,0.2347,0.0000,13.1059,12.1575,-25.0287,3604.1624,3604.1624,3604.1624,3604.1624,3604.1624 +908.5000,1.0000,12034.5201,65.1880,65.5540,-0.2033,0.0000,5,1429.8868,52.7231,593.9803,-93.3844,7.8946,88.9411,-13.9831,-0.7050,0.3492,0.0000,0.3492,8.2504,0.3492,0.7757,0.0000,-0.4265,0.0000,-0.4265,7.1125,-7.5391,0.0000,-7.5391,-0.3268,-7.2123,0.0000,13.3782,12.0386,-32.6291,2915.2025,2915.2025,2915.2025,2915.2025,2915.2025 +909.5000,1.0000,12052.4371,64.4910,64.8220,-0.1839,0.0000,5,1414.5982,78.8218,575.3278,-92.4777,11.6764,85.2270,-13.6993,-0.6307,4.1246,0.0000,4.1246,8.1825,4.1246,0.7535,0.0000,3.3712,0.0000,3.3712,7.0365,-3.6653,0.0000,-3.6653,-0.2924,-3.3729,0.0000,13.9105,11.9099,-29.1933,3329.0696,3329.0696,3329.0696,3329.0696,3329.0696 +910.5000,1.0000,12070.1653,63.8115,64.1600,-0.1936,0.0000,5,1399.6935,65.9154,581.0518,-91.5937,9.6616,85.1680,-13.4254,-0.6571,2.1643,0.0000,2.1643,8.1543,2.1643,0.7460,0.0000,1.4183,0.0000,1.4183,6.9623,-5.5440,0.0000,-5.5440,-0.3046,-5.2394,0.0000,13.3891,11.7844,-30.4129,3073.6695,3073.6695,3073.6695,3073.6695,3073.6695 +911.5000,1.0000,12087.7071,63.1405,63.4630,-0.1792,0.0000,5,1384.9752,73.2960,571.6855,-90.7208,10.6304,82.9140,-13.1576,-0.6017,3.2161,0.0000,3.2161,8.0160,3.2161,0.7312,0.0000,2.4849,0.0000,2.4849,6.8891,-4.4043,0.0000,-4.4043,-0.2789,-4.1254,0.0000,12.0622,11.6605,-27.8480,3147.7032,3147.7032,3147.7032,3147.7032,3147.7032 +912.5000,1.0000,12105.1118,62.6470,62.8180,-0.0950,0.0000,5,1374.1504,165.3166,571.4365,-90.0788,23.7892,82.2301,-12.9624,-0.3165,16.1575,0.0000,16.1575,7.9482,16.1575,0.7572,0.0000,15.4003,0.0000,15.4003,6.8353,8.5650,0.0000,8.5650,-0.1467,8.7117,0.0000,11.7929,11.5694,-14.6505,5263.9271,5263.9271,5263.9271,5263.9271,5263.9271 +913.5000,1.0000,12122.4411,62.3755,62.4760,-0.0558,0.0000,5,1368.1951,193.9947,606.4927,-89.7256,27.7950,86.8965,-12.8556,-0.1852,20.0298,0.0000,20.0298,7.9504,20.0298,0.7720,0.0000,19.2579,0.0000,19.2579,6.8057,12.4522,0.0000,12.4522,-0.0859,12.5381,0.0000,9.5919,11.5192,-8.5731,5993.8293,5993.8293,5993.8293,5993.8293,5993.8293 +914.5000,1.0000,12139.7026,62.1315,62.2750,-0.0797,0.0000,5,1362.8430,160.5631,616.6544,-89.4082,22.9150,88.0068,-12.7600,-0.2634,15.2462,0.0000,15.2462,7.9323,15.2462,0.7439,0.0000,14.5022,0.0000,14.5022,6.7790,7.7232,0.0000,7.7232,-0.1221,7.8453,0.0000,8.5645,11.4742,-12.1933,5084.4222,5084.4222,5084.4222,5084.4222,5084.4222 +915.5000,1.0000,12156.8729,61.8030,61.9880,-0.1028,0.0000,5,1355.6374,158.2001,601.4927,-88.9808,22.4584,85.3891,-12.6319,-0.3378,14.9651,0.0000,14.9651,7.8311,14.9651,0.7370,0.0000,14.2281,0.0000,14.2281,6.7432,7.4849,0.0000,7.4849,-0.1566,7.6415,0.0000,11.8645,11.4135,-15.6364,4987.6454,4987.6454,4987.6454,4987.6454,4987.6454 +916.5000,1.0000,12173.9293,61.3930,61.6180,-0.1250,0.0000,5,1346.6442,114.2662,598.3784,-88.4474,16.1138,84.3835,-12.4729,-0.4081,10.7453,0.0000,10.7453,5.7767,10.7453,0.7090,0.0000,10.0363,0.0000,10.0363,6.6985,3.3378,0.0000,3.3378,-0.1892,3.5270,0.0000,11.0804,11.3378,-18.8911,3829.3501,3829.3501,3829.3501,3829.3501,3829.3501 +917.5000,1.0000,12190.8625,60.9495,61.1680,-0.1214,0.0000,5,1336.9161,120.6645,577.9001,-87.8705,16.8932,80.9069,-12.3020,-0.3935,11.6005,0.0000,11.6005,5.6862,11.6005,0.7058,0.0000,10.8947,0.0000,10.8947,6.6501,4.2446,0.0000,4.2446,-0.1824,4.4270,0.0000,11.3840,11.2559,-18.2129,3956.1449,3956.1449,3956.1449,3956.1449,3956.1449 +918.5000,1.0000,12207.6491,60.4220,60.7310,-0.1717,0.0000,5,1325.3454,52.2023,577.6370,-87.1843,7.2451,80.1701,-12.1003,-0.5517,2.1509,0.0000,2.1509,5.6459,2.1509,0.6857,0.0000,1.4652,0.0000,1.4652,6.5925,-5.1273,0.0000,-5.1273,-0.2557,-4.8716,0.0000,9.5035,11.1584,-25.5335,2594.2772,2594.2772,2594.2772,2594.2772,2594.2772 +919.5000,1.0000,12224.2990,59.9295,60.1130,-0.1019,0.0000,5,1314.5425,137.3787,546.1072,-86.5436,18.9114,75.1763,-11.9135,-0.3249,13.6004,0.0000,13.6004,5.6358,13.6004,0.6989,0.0000,12.9016,0.0000,12.9016,6.5388,6.3628,0.0000,6.3628,-0.1506,6.5134,0.0000,10.4854,11.0675,-15.0395,4298.2481,4298.2481,4298.2481,4298.2481,4298.2481 +920.5000,1.0000,12240.8433,59.5495,59.7460,-0.1092,0.0000,5,1306.2073,138.2274,579.7300,-86.0492,18.9075,79.2988,-11.7703,-0.3457,13.6465,0.0000,13.6465,5.6068,13.6465,0.6928,0.0000,12.9537,0.0000,12.9537,6.4973,6.4563,0.0000,6.4563,-0.1603,6.6166,0.0000,11.6222,10.9973,-16.0029,4289.8453,4289.8453,4289.8453,4289.8453,4289.8453 +921.5000,1.0000,12257.3141,59.2850,59.3530,-0.0378,0.0000,5,1300.4056,219.4173,578.5593,-85.7051,29.8798,78.7871,-11.6712,-0.1191,24.4504,0.0000,24.4504,5.5485,24.4504,0.7425,0.0000,23.7079,0.0000,23.7079,6.4685,17.2395,0.0000,17.2395,-0.0552,17.2947,0.0000,11.8595,10.9485,-5.5133,6322.9352,6322.9352,6322.9352,6322.9352,6322.9352 +922.5000,1.0000,12273.7925,59.3120,59.2170,0.0528,0.0000,5,1300.9978,312.6952,612.5853,-85.7403,42.6017,83.4587,-11.6813,0.1665,36.8198,0.0000,36.8198,5.6154,36.8198,0.8048,0.0000,36.0150,0.0000,36.0150,6.4714,29.5436,0.0000,29.5436,0.0772,29.4664,0.0000,10.8070,10.9535,7.7059,8698.4962,8698.4962,8698.4962,8698.4962,8698.4962 +923.5000,1.0000,12290.3451,59.5795,59.4070,0.0958,0.0000,5,1306.8654,362.4818,652.4180,-86.0882,49.6073,89.2864,-11.7816,0.3037,43.6619,0.0000,43.6619,5.6417,43.6619,0.8434,0.0000,42.8185,0.0000,42.8185,6.5006,36.3179,0.0000,36.3179,0.1408,36.1772,0.0000,11.1189,11.0029,14.0554,10011.4951,10011.4951,10011.4951,10011.4951,10011.4951 +924.5000,1.0000,12306.9994,59.9455,59.7520,0.1075,0.0000,5,1314.8935,387.6178,674.3470,-86.5644,53.3732,92.8544,-11.9195,0.3427,47.4315,0.0000,47.4315,5.5989,47.4315,0.8683,0.0000,46.5632,0.0000,46.5632,6.5405,40.0227,0.0000,40.0227,0.1589,39.8638,0.0000,12.9300,11.0705,15.8633,10712.8791,10712.8791,10712.8791,10712.8791,10712.8791 +925.5000,1.0000,12323.7605,60.3300,60.1390,0.1061,0.0000,5,1323.3274,380.9424,686.1249,-87.0646,52.7904,95.0822,-12.0653,0.3405,46.7675,0.0000,46.7675,5.6824,46.7675,0.8713,0.0000,45.8962,0.0000,45.8962,6.5825,39.3137,0.0000,39.3137,0.1578,39.1559,0.0000,12.2556,11.1415,15.7588,10601.4501,10601.4501,10601.4501,10601.4501,10601.4501 +926.5000,1.0000,12340.5891,60.5730,60.5210,0.0289,0.0000,5,1328.6576,315.2727,684.6630,-87.3807,43.8660,95.2618,-12.1579,0.0931,38.0519,0.0000,38.0519,5.7210,38.0519,0.8318,0.0000,37.2202,0.0000,37.2202,6.6090,30.6112,0.0000,30.6112,0.0431,30.5680,0.0000,15.0740,11.1863,4.3076,8948.1148,8948.1148,8948.1148,8948.1148,8948.1148 +927.5000,1.0000,12357.4262,60.6035,60.6250,-0.0119,0.0000,5,1329.3266,262.8311,658.2983,-87.4204,36.5879,91.6396,-12.1695,-0.0385,30.9180,0.0000,30.9180,5.7084,30.9180,0.7966,0.0000,30.1214,0.0000,30.1214,6.6123,23.5090,0.0000,23.5090,-0.0178,23.5269,0.0000,14.1169,11.1920,-1.7819,7562.8754,7562.8754,7562.8754,7562.8754,7562.8754 +928.5000,1.0000,12374.2228,60.4575,60.5820,-0.0692,0.0000,5,1326.1241,211.6645,636.3587,-87.2304,29.3941,88.3720,-12.1138,-0.2224,23.8704,0.0000,23.8704,5.7461,23.8704,0.7590,0.0000,23.1115,0.0000,23.1115,6.5964,16.5151,0.0000,16.5151,-0.1031,16.6182,0.0000,15.7470,11.1650,-10.2938,6248.5121,6248.5121,6248.5121,6248.5121,6248.5121 +929.5000,1.0000,12390.9447,60.1890,60.3330,-0.0800,0.0000,5,1320.2346,203.4389,614.0361,-86.8812,28.1264,84.8933,-12.0117,-0.2561,22.7020,0.0000,22.7020,5.6804,22.7020,0.7487,0.0000,21.9534,0.0000,21.9534,6.5671,15.3863,0.0000,15.3863,-0.1187,15.5050,0.0000,16.2428,11.1154,-11.8532,6011.6304,6011.6304,6011.6304,6011.6304,6011.6304 +930.5000,1.0000,12407.5822,59.8850,60.0450,-0.0889,0.0000,5,1313.5664,180.4345,609.1518,-86.4857,24.8199,83.7927,-11.8967,-0.2831,19.4168,0.0000,19.4168,5.6862,19.4168,0.7272,0.0000,18.6896,0.0000,18.6896,6.5339,12.1556,0.0000,12.1556,-0.1312,12.2869,0.0000,14.3313,11.0593,-13.1037,5382.3439,5382.3439,5382.3439,5382.3439,5382.3439 +931.5000,1.0000,12424.1403,59.5990,59.7250,-0.0700,0.0000,5,1307.2931,193.1516,598.0325,-86.1136,26.4423,81.8703,-11.7889,-0.2219,21.0618,0.0000,21.0618,5.6025,21.0618,0.7307,0.0000,20.3310,0.0000,20.3310,6.5027,13.8283,0.0000,13.8283,-0.1029,13.9312,0.0000,13.1946,11.0065,-10.2699,5681.6437,5681.6437,5681.6437,5681.6437,5681.6437 +932.5000,1.0000,12440.6439,59.4030,59.4730,-0.0389,0.0000,5,1302.9939,226.4408,602.2889,-85.8586,30.8977,82.1818,-11.7153,-0.1229,25.4027,0.0000,25.4027,5.6178,25.4027,0.7492,0.0000,24.6535,0.0000,24.6535,6.4813,18.1722,0.0000,18.1722,-0.0570,18.2291,0.0000,12.9456,10.9703,-5.6867,6513.5828,6513.5828,6513.5828,6513.5828,6513.5828 +933.5000,1.0000,12457.1403,59.3770,59.3330,0.0244,0.0000,5,1302.4236,298.7774,615.9339,-85.8248,40.7501,84.0069,-11.7056,0.0772,35.0567,0.0000,35.0567,5.6162,35.0567,0.7971,0.0000,34.2597,0.0000,34.2597,6.4785,27.7812,0.0000,27.7812,0.0358,27.7454,0.0000,13.2070,10.9655,3.5730,8349.7516,8349.7516,8349.7516,8349.7516,8349.7516 +934.5000,1.0000,12473.6862,59.5555,59.4210,0.0747,0.0000,5,1306.3389,370.2807,646.6956,-86.0570,50.6542,88.4676,-11.7726,0.2367,44.8452,0.0000,44.8452,5.5723,44.8452,0.8489,0.0000,43.9963,0.0000,43.9963,6.4980,37.4983,0.0000,37.4983,0.1097,37.3886,0.0000,15.4354,10.9984,10.9547,10207.5729,10207.5729,10207.5729,10207.5729,10207.5729 +935.5000,1.0000,12490.3318,59.9140,59.6900,0.1244,0.0000,5,1314.2026,448.1508,677.4753,-86.5234,61.6758,93.2362,-11.9076,0.3965,55.6421,0.0000,55.6421,5.6372,55.6421,0.9088,0.0000,54.7333,0.0000,54.7333,6.5371,48.1962,0.0000,48.1962,0.1838,48.0124,0.0000,18.5936,11.0646,18.3541,12303.0074,12303.0074,12303.0074,12303.0074,12303.0074 +936.5000,1.0000,12507.0648,60.2290,60.1380,0.0506,0.0000,5,1321.1120,359.1105,710.8961,-86.9332,49.6817,98.3500,-12.0269,0.1619,43.7944,0.0000,43.7944,5.7253,43.7944,0.8548,0.0000,42.9396,0.0000,42.9396,6.5715,36.3682,0.0000,36.3682,0.0751,36.2931,0.0000,17.6747,11.1228,7.4956,10019.8221,10019.8221,10019.8221,10019.8221,10019.8221 +937.5000,1.0000,12523.8405,60.3825,60.3200,0.0347,0.0000,5,1324.4790,333.8655,675.1778,-87.1329,46.3068,93.6466,-12.0853,0.1115,40.5058,0.0000,40.5058,5.6895,40.5058,0.8409,0.0000,39.6649,0.0000,39.6649,6.5882,33.0767,0.0000,33.0767,0.0517,33.0250,0.0000,16.7127,11.1512,5.1612,9396.1587,9396.1587,9396.1587,9396.1587,9396.1587 +938.5000,1.0000,12540.6109,60.3635,60.4450,-0.0453,0.0000,5,1324.0623,225.7953,665.0849,-87.1082,31.3078,92.2177,-12.0780,-0.1454,25.7967,0.0000,25.7967,5.6564,25.7967,0.7670,0.0000,25.0297,0.0000,25.0297,6.5861,18.4436,0.0000,18.4436,-0.0674,18.5110,0.0000,14.0914,11.1476,-6.7280,6597.4786,6597.4786,6597.4786,6597.4786,6597.4786 +939.5000,1.0000,12557.3034,60.0830,60.2820,-0.1106,0.0000,5,1317.9095,154.8139,619.4328,-86.7433,21.3661,85.4886,-11.9715,-0.3533,16.0994,0.0000,16.0994,5.6199,16.0994,0.7139,0.0000,15.3855,0.0000,15.3855,6.5555,8.8300,0.0000,8.8300,-0.1638,8.9937,0.0000,14.2495,11.0958,-16.3516,4750.7159,4750.7159,4750.7159,4750.7159,4750.7159 +940.5000,1.0000,12573.8286,59.4805,59.8840,-0.2242,0.0000,5,1304.6938,16.4746,586.9695,-85.9595,2.2509,80.1960,-11.7444,-0.7091,-2.6247,0.0000,-2.6247,5.5847,-2.6247,0.6813,0.0000,-3.3060,0.0000,-3.3060,6.4898,-9.7957,0.0000,-9.7957,-0.3287,-9.4670,0.0000,12.3712,10.9846,-32.8227,1962.7166,1962.7166,1962.7166,1962.7166,1962.7166 +941.5000,1.0000,12590.1296,58.6735,59.0770,-0.2242,0.0000,5,1286.9924,14.6272,523.3423,-84.9096,1.9714,70.5327,-11.4436,-0.6995,-2.9498,0.0000,-2.9498,5.6207,-2.9498,0.6682,0.0000,-3.6180,0.0000,-3.6180,6.4017,-10.0198,0.0000,-10.0198,-0.3243,-9.6955,0.0000,11.8464,10.8355,-32.3774,1889.5808,1889.5808,1889.5808,1889.5808,1889.5808 +942.5000,1.0000,12606.2304,57.9530,58.2700,-0.1761,0.0000,5,1271.1884,64.9086,518.1522,-83.9723,8.6405,68.9757,-11.1783,-0.5428,3.6849,0.0000,3.6849,5.4984,3.6849,0.6393,0.0000,3.0456,0.0000,3.0456,6.3231,-3.2775,0.0000,-3.2775,-0.2516,-3.0259,0.0000,11.3958,10.7025,-25.1242,2665.3616,2665.3616,2665.3616,2665.3616,2665.3616 +943.5000,1.0000,12622.1590,57.3330,57.6360,-0.1683,0.0000,5,1257.5888,99.2002,536.5151,-83.1658,13.0641,70.6560,-10.9525,-0.5133,8.1291,0.0000,8.1291,5.4483,8.1291,0.6293,0.0000,7.4998,0.0000,7.4998,6.2555,1.2443,0.0000,1.2443,-0.2379,1.4823,0.0000,14.6520,10.5880,-23.7577,3187.6970,3187.6970,3187.6970,3187.6970,3187.6970 +944.5000,1.0000,12637.9141,56.7085,57.0300,-0.1786,0.0000,5,1243.8905,55.7777,548.2523,-82.3533,7.2656,71.4153,-10.7273,-0.5387,2.3514,0.0000,2.3514,5.4529,2.3514,0.6217,0.0000,1.7297,0.0000,1.7297,6.1873,-4.4577,0.0000,-4.4577,-0.2497,-4.2080,0.0000,10.2530,10.4727,-24.9337,2452.4541,2452.4541,2452.4541,2452.4541,2452.4541 +945.5000,1.0000,12653.4769,56.0160,56.3870,-0.2061,0.0000,5,1228.7006,-44.9763,525.1705,-81.4525,-5.7871,67.5733,-10.4804,-0.6140,-10.5153,0.0000,-10.5153,5.3422,-10.5153,0.6423,0.0000,-11.1576,0.0000,-11.1576,6.1118,-17.2694,0.0000,-17.2694,-0.2847,-16.9847,0.0000,1.0917,10.3448,-28.4212,649.5437,649.5437,649.5437,649.5437,649.5437 +946.5000,1.0000,12668.8253,55.2440,55.6450,-0.2228,0.0000,5,1211.7670,-71.8309,475.1744,-80.4482,-9.1151,60.2977,-10.2085,-0.6545,-13.7321,0.0000,-13.7321,5.2716,-13.7321,0.6376,0.0000,-14.3697,0.0000,-14.3697,6.0276,-20.3973,0.0000,-20.3973,-0.3034,-20.0939,0.0000,0.0000,10.2022,-30.2961,80.5635,80.5635,80.5635,80.5635,80.5635 +947.5000,1.0000,12683.9396,54.4015,54.8430,-0.2453,0.0000,5,1193.2869,40.7657,457.4944,-79.3498,5.0941,57.1688,-9.9156,-0.7097,0.5881,0.0000,0.5881,5.2157,0.5881,0.5881,0.0000,0.0000,0.0000,0.0000,5.9356,-5.9356,17.1939,-23.1296,-0.3290,-22.8006,0.0000,0.0000,10.0466,-32.8472,2113.2230,2113.2230,2113.2230,2113.2230,2113.2230 +948.5000,1.0000,12698.8079,53.5160,53.9600,-0.2467,0.0000,5,1173.8636,40.5990,504.0916,-78.1912,4.9907,61.9663,-9.6118,-0.7021,0.5738,0.0000,0.5738,5.1190,0.5738,0.5738,0.0000,0.0000,0.0000,0.0000,5.8390,-5.8390,17.0989,-22.9379,-0.3255,-22.6124,0.0000,0.0000,9.8831,-32.4955,2097.8399,2097.8399,2097.8399,2097.8399,2097.8399 +949.5000,1.0000,12713.4121,52.5650,53.0720,-0.2817,0.0000,5,1153.0036,39.9068,498.4489,-76.9468,4.8184,60.1838,-9.2907,-0.7874,0.5586,0.0000,0.5586,5.0473,0.5586,0.5586,0.0000,0.0000,0.0000,0.0000,5.7353,-5.7353,21.3693,-27.1045,-0.3650,-26.7395,0.0000,0.0000,9.7075,-36.4470,2073.1303,2073.1303,2073.1303,2073.1303,2073.1303 +950.5000,1.0000,12727.7446,51.5870,52.0580,-0.2617,0.0000,5,1131.5513,40.3195,492.4977,-75.6672,4.7777,58.3589,-8.9662,-0.7179,0.5432,0.0000,0.5432,4.9524,0.5432,0.5432,0.0000,0.0000,0.0000,0.0000,5.6285,-5.6285,18.4065,-24.0350,-0.3328,-23.7022,0.0000,0.0000,9.5268,-33.2290,2065.6658,2065.6658,2065.6658,2065.6658,2065.6658 +951.5000,1.0000,12741.8225,50.6705,51.1160,-0.2475,0.0000,5,1111.4481,40.9269,487.5012,-74.4680,4.7635,56.7405,-8.6674,-0.6670,0.5289,0.0000,0.5289,4.9016,0.5289,0.5289,0.0000,0.0000,0.0000,0.0000,5.5286,-5.5286,16.2947,-21.8232,-0.3092,-21.5140,0.0000,0.0000,9.3576,-30.8716,2051.1404,2051.1404,2051.1404,2051.1404,2051.1404 +952.5000,1.0000,12755.6473,49.7595,50.2250,-0.2586,0.0000,5,1091.4655,40.8987,482.5674,-73.1741,4.6746,55.1565,-8.3637,-0.6844,0.5149,0.0000,0.5149,4.8441,0.5149,0.5149,0.0000,0.0000,0.0000,0.0000,5.4292,-5.4292,17.3764,-22.8055,-0.3173,-22.4883,0.0000,0.0000,9.1893,-31.6776,2004.5364,2004.5364,2004.5364,2004.5364,2004.5364 +953.5000,1.0000,12769.2098,48.8150,49.2940,-0.2661,0.0000,5,1070.7480,40.8784,476.9958,-71.6911,4.5836,53.4848,-8.0386,-0.6909,0.5005,0.0000,0.5005,4.7740,0.5005,0.5005,0.0000,0.0000,0.0000,0.0000,5.3261,-5.3261,17.9568,-23.2829,-0.3203,-22.9627,0.0000,0.0000,9.0149,-31.9776,1956.3915,1956.3915,1956.3915,1956.3915,1956.3915 +954.5000,1.0000,12782.4929,47.8090,48.3360,-0.2928,0.0000,5,1048.6816,40.4444,471.1977,-70.1116,4.4415,51.7458,-7.6995,-0.7444,0.4854,0.0000,0.4854,4.7005,0.4854,0.4854,0.0000,0.0000,0.0000,0.0000,5.2163,-5.2163,20.7566,-25.9729,-0.3451,-25.6278,0.0000,0.0000,8.8291,-34.4570,1897.1707,1897.1707,1897.1707,1897.1707,1897.1707 +955.5000,1.0000,12795.5303,46.9245,47.2820,-0.1986,0.0000,5,1029.2803,-44.1049,465.9136,-68.7228,-4.7539,50.2190,-7.4074,-0.4957,-8.8905,0.0000,-8.8905,4.6323,-8.8905,0.4957,0.0000,-9.3862,0.0000,-9.3862,5.1198,-14.5060,0.0000,-14.5060,-0.2298,-14.2763,0.0000,0.0000,8.6658,-22.9421,369.2128,369.2128,369.2128,369.2128,369.2128 +956.5000,1.0000,12808.3439,46.1190,46.5670,-0.2489,0.0000,5,1011.6118,41.6524,418.2122,-67.4580,4.4125,44.3036,-7.1462,-0.6105,0.4605,0.0000,0.4605,4.5624,0.4605,0.4605,0.0000,0.0000,0.0000,0.0000,5.0319,-5.0319,14.9903,-20.0222,-0.2830,-19.7392,0.0000,0.0000,8.5170,-28.2563,1834.9906,1834.9906,1834.9906,1834.9906,1834.9906 +957.5000,1.0000,12820.8923,45.1645,45.6710,-0.2814,0.0000,5,990.6750,41.1027,454.8181,-67.1603,4.2641,47.1843,-6.9674,-0.6759,0.4467,0.0000,0.4467,4.4933,0.4467,0.4467,0.0000,0.0000,0.0000,0.0000,4.9278,-4.9278,18.3296,-23.2574,-0.3133,-22.9440,0.0000,0.0000,8.3408,-31.2848,1770.3163,1770.3163,1770.3163,1770.3163,1770.3163 +958.5000,1.0000,12833.1940,44.2760,44.6580,-0.2122,0.0000,5,971.1859,-58.5592,445.5275,-68.2751,-5.9556,45.3112,-6.9437,-0.4997,-9.8950,0.0000,-9.8950,4.4391,-9.8950,0.4598,0.0000,-10.3548,0.0000,-10.3548,4.8309,-15.1857,0.0000,-15.1857,-0.2317,-14.9540,0.0000,0.0000,8.1767,-23.1307,52.5073,52.5073,52.5073,52.5073,52.5073 +959.5000,1.0000,12845.2655,43.4475,43.8940,-0.2481,0.0000,5,953.0129,42.9830,384.8917,-69.3147,4.2897,38.4119,-6.9176,-0.5732,0.4223,0.0000,0.4223,4.4406,0.4223,0.4223,0.0000,0.0000,0.0000,0.0000,4.7405,-4.7405,14.0319,-18.7724,-0.2657,-18.5067,0.0000,0.0000,8.0237,-26.5304,1696.1812,1696.1812,1696.1812,1696.1812,1696.1812 +960.5000,1.0000,12856.9896,42.1965,43.0010,-0.4469,0.0000,5,925.5725,38.8463,426.3458,-70.8844,3.7652,41.3239,-6.8705,-1.0030,0.4049,0.0000,0.4049,4.3634,0.4049,0.4049,0.0000,0.0000,0.0000,0.0000,4.6040,-4.6040,34.4941,-39.0981,-0.4650,-38.6331,0.0000,0.0000,7.7927,-46.4258,1536.1075,1536.1075,1536.1075,1536.1075,1536.1075 +961.5000,1.0000,12868.3443,40.8670,41.3920,-0.2917,0.0000,5,896.4101,42.7571,411.2308,-72.6040,4.0137,38.6030,-6.8155,-0.6339,0.3867,0.0000,0.3867,4.2609,0.3867,0.3867,0.0000,0.0000,0.0000,0.0000,4.4589,-4.4589,17.6298,-22.0887,-0.2939,-21.7948,0.0000,0.0000,7.5471,-29.3419,1573.9750,1573.9750,1573.9750,1573.9750,1573.9750 +962.5000,1.0000,12879.4411,39.9385,40.3420,-0.2242,0.0000,5,876.0436,-69.8870,402.6538,-74.0603,-6.4114,36.9391,-6.7942,-0.4762,-10.1260,0.0000,-10.1260,4.1908,-10.1260,0.4005,0.0000,-10.5265,0.0000,-10.5265,4.3576,-14.8841,0.0000,-14.8841,-0.2207,-14.6634,0.0000,0.0000,7.3757,-22.0390,0.0000,0.0000,0.0000,0.0000,0.0000 +963.5000,1.0000,12890.3178,39.1460,39.5350,-0.2161,0.0000,5,858.6603,-60.7363,409.9743,-75.3033,-5.4613,36.8644,-6.7712,-0.4499,-9.1461,0.0000,-9.1461,4.1347,-9.1461,0.3875,0.0000,-9.5336,0.0000,-9.5336,4.2711,-13.8047,0.0000,-13.8047,-0.2086,-13.5961,0.0000,0.0000,7.2293,-20.8254,0.0000,0.0000,0.0000,0.0000,0.0000 +964.5000,1.0000,12901.1115,38.8475,38.7570,0.0503,0.0000,5,852.1128,233.8619,413.1245,-75.7715,20.8682,36.8644,-6.7613,0.1039,16.6796,0.0000,16.6796,4.0848,16.6796,0.4106,0.0000,16.2689,0.0000,16.2689,4.2386,12.0304,0.0000,12.0304,0.0482,11.9822,0.0000,0.0000,7.1742,4.8080,4441.6668,4441.6668,4441.6668,4441.6668,4441.6668 +965.5000,1.0000,12911.8713,38.7253,38.9380,-0.1182,0.0000,0,777.6597,6.1714,471.0417,-81.8941,0.5026,38.3599,-6.6692,-3.6504,0.0000,0.0000,0.0000,4.1530,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.2252,-4.2252,0.0000,-4.2252,-0.1128,-4.1124,0.0000,0.0000,7.1516,-11.2640,991.6676,991.6676,991.6676,991.6676,991.6676 +966.5000,1.0000,12922.6614,38.8343,39.9440,0.1787,0.0000,4,986.1827,433.5978,433.5978,-67.4172,44.7789,44.7789,-6.9624,17.2579,23.3536,0.0000,23.3536,4.1674,29.8544,1.1880,0.0000,28.6663,0.0000,28.6663,4.2371,24.4292,0.0000,24.4292,0.1711,24.2581,0.0000,0.0000,7.1717,17.0863,9028.5103,9028.5103,9028.5103,9028.5103,9028.5103 +967.5000,1.0000,12933.8815,40.3822,41.2720,0.6812,0.0000,4,1310.9484,659.4149,659.4149,-86.3304,90.5259,90.5259,-11.8516,3.2045,83.0619,0.0000,83.0619,4.2595,83.0619,2.2894,0.0000,80.7725,0.0000,80.7725,4.9219,75.8506,0.0000,75.8506,0.6782,75.1724,0.0000,0.0000,7.4576,67.7148,17682.2643,17682.2643,17682.2643,17682.2643,17682.2643 +968.5000,1.0000,12945.8655,43.1325,43.0160,0.8468,0.0000,4,1400.2346,789.5929,789.5929,-91.6258,115.7798,115.7798,-13.4353,4.2549,107.1438,0.0000,107.1438,4.3810,107.1438,2.8397,0.0000,104.3041,0.0000,104.3041,5.5276,98.7765,0.0000,98.7765,0.9005,97.8760,0.0000,0.0000,7.9655,89.9105,22538.6549,22538.6549,22538.6549,22538.6549,22538.6549 +969.5000,1.0000,12958.5089,45.5064,44.8020,0.4720,0.0000,4,1477.2978,492.0321,844.6447,-96.1962,76.1185,130.6684,-14.8818,2.5023,69.1362,0.0000,69.1362,4.4800,69.1362,2.1415,0.0000,66.9947,0.0000,66.9947,5.1861,61.8086,0.0000,61.8086,0.5296,61.2790,0.0000,0.0000,8.4039,52.8751,15063.3400,15063.3400,15063.3400,15063.3400,15063.3400 +970.5000,1.0000,12971.6037,47.1310,46.3560,0.4306,0.0000,4,1530.0385,459.1434,755.2900,-99.3242,73.5664,121.0165,-15.9142,2.3640,66.5893,0.0000,66.5893,4.6131,66.5893,2.1344,0.0000,64.4549,0.0000,64.4549,5.2972,59.1576,0.0000,59.1576,0.5003,58.6573,0.0000,0.0000,8.7039,49.9534,14623.7015,14623.7015,14623.7015,14623.7015,14623.7015 +971.5000,1.0000,12985.0917,48.5470,47.9060,0.3561,0.0000,4,1576.0069,400.0300,753.9923,-102.0505,66.0206,124.4382,-16.8423,2.0140,59.2965,0.0000,59.2965,4.7101,59.2965,2.0277,0.0000,57.2688,0.0000,57.2688,5.3195,51.9493,0.0000,51.9493,0.4262,51.5230,0.0000,0.0000,8.9654,42.5576,13328.3190,13328.3190,13328.3190,13328.3190,13328.3190 +972.5000,1.0000,12998.9466,49.8675,49.1880,0.3775,0.0000,4,1618.8750,417.0608,744.3458,-104.1457,70.7036,126.1876,-17.6556,2.1930,63.6714,0.0000,63.6714,4.8392,63.6714,2.1525,0.0000,61.5189,0.0000,61.5189,5.5046,56.0142,0.0000,56.0142,0.4641,55.5501,0.0000,0.0000,9.2093,46.3408,14247.4802,14247.4802,14247.4802,14247.4802,14247.4802 +973.5000,1.0000,13013.1748,51.2115,50.5470,0.3692,0.0000,4,1662.5059,410.3785,756.3813,-105.6995,71.4457,131.6839,-18.4020,2.2024,64.3035,0.0000,64.3035,4.9398,64.3035,2.2039,0.0000,62.0997,0.0000,62.0997,5.6368,56.4628,0.0000,56.4628,0.4661,55.9967,0.0000,0.0000,9.4575,46.5392,14429.6735,14429.6735,14429.6735,14429.6735,14429.6735 +974.5000,1.0000,13027.7374,52.4155,51.8760,0.2997,0.0000,4,1701.5920,355.6273,761.5305,-107.0914,63.3693,135.6973,-19.0827,1.8302,56.5432,0.0000,56.5432,4.9960,56.5432,2.0840,0.0000,54.4591,0.0000,54.4591,5.7189,48.7402,0.0000,48.7402,0.3873,48.3529,0.0000,0.0000,9.6798,38.6730,12974.2578,12974.2578,12974.2578,12974.2578,12974.2578 +975.5000,1.0000,13042.5913,53.4640,52.9550,0.2828,0.0000,4,1735.6300,342.4530,754.5675,-108.3036,62.2425,137.1462,-19.6847,1.7612,55.3884,0.0000,55.3884,5.0929,55.3884,2.0923,0.0000,53.2961,0.0000,53.2961,5.8333,47.4628,0.0000,47.4628,0.3727,47.0900,0.0000,0.0000,9.8735,37.2165,12763.9272,12763.9272,12763.9272,12763.9272,12763.9272 +976.5000,1.0000,13057.5275,53.7603,53.9730,-0.1182,0.0000,0,1709.2517,3.8470,749.0658,-107.3642,0.6886,134.0771,-19.2174,-4.5033,0.0000,0.0000,0.0000,5.1919,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.8657,-5.8657,0.0000,-5.8657,-0.1566,-5.7091,0.0000,0.0000,9.9282,-15.6373,2738.5534,2738.5534,2738.5534,2738.5534,2738.5534 +977.5000,1.0000,13072.6472,54.4209,54.8740,0.4852,0.0000,5,1439.6085,564.8446,564.8446,-93.9610,85.1534,85.1534,-14.1651,-20.0456,99.9549,0.0000,99.9549,5.2441,82.8819,0.9574,0.0000,81.9245,0.0000,81.9245,6.2291,75.6954,0.0000,75.6954,0.6510,75.0444,0.0000,0.0000,10.0502,64.9943,16656.2495,16656.2495,16656.2495,16656.2495,16656.2495 +978.5000,1.0000,13088.2242,56.0671,55.8480,0.4294,0.0000,5,1229.8213,653.0404,793.3962,-81.5189,84.1028,102.1788,-10.4985,1.2804,77.4672,0.0000,77.4672,5.3552,77.4672,0.9559,0.0000,76.5112,0.0000,76.5112,6.2991,70.2121,0.0000,70.2121,0.5936,69.6186,0.0000,0.0000,10.3542,59.2643,16452.4760,16452.4760,16452.4760,16452.4760,16452.4760 +979.5000,1.0000,13104.1556,57.3430,56.8400,0.2794,0.0000,5,1257.8081,484.6099,785.5502,-83.1788,63.8315,103.4706,-10.9561,0.8522,57.5643,0.0000,57.5643,5.4150,57.5643,0.8767,0.0000,56.6877,0.0000,56.6877,6.2566,50.4311,0.0000,50.4311,0.3951,50.0360,0.0000,0.0000,10.5898,39.4462,12697.6248,12697.6248,12697.6248,12697.6248,12697.6248 +980.5000,1.0000,13120.3397,58.2530,57.8460,0.2261,0.0000,5,1277.7688,425.1211,717.9882,-84.3626,56.8845,96.0723,-11.2884,0.7005,50.7198,0.0000,50.7198,5.4641,50.7198,0.8571,0.0000,49.8627,0.0000,49.8627,6.3559,43.5068,0.0000,43.5068,0.3247,43.1821,0.0000,0.0000,10.7579,32.4242,11352.1496,11352.1496,11352.1496,11352.1496,11352.1496 +981.5000,1.0000,13136.7396,59.0295,58.6600,0.2053,0.0000,5,1294.8012,402.3816,695.9308,-85.3727,54.5594,94.3621,-11.5758,0.6445,48.3275,0.0000,48.3275,5.5875,48.3275,0.8577,0.0000,47.4697,0.0000,47.4697,6.4406,41.0292,0.0000,41.0292,0.2988,40.7304,0.0000,0.0000,10.9013,29.8291,10939.8051,10939.8051,10939.8051,10939.8051,10939.8051 +982.5000,1.0000,13153.3164,59.6665,59.3990,0.1486,0.0000,5,1308.7737,339.3478,689.1058,-86.2014,46.5091,94.4450,-11.8143,0.4716,40.4040,0.0000,40.4040,5.6335,40.4040,0.8285,0.0000,39.5755,0.0000,39.5755,6.5101,33.0654,0.0000,33.0654,0.2186,32.8468,0.0000,0.0000,11.0189,21.8279,9432.1678,9432.1678,9432.1678,9432.1678,9432.1678 +983.5000,1.0000,13169.9629,59.9175,59.9340,-0.0092,0.0000,5,1314.2793,164.2473,664.9285,-86.5280,22.6055,91.5148,-11.9089,-0.0292,16.9526,0.0000,16.9526,5.6822,16.9526,0.7154,0.0000,16.2372,0.0000,16.2372,6.5375,9.6997,0.0000,9.6997,-0.0135,9.7132,0.0000,0.0000,11.0653,-1.3521,4976.0077,4976.0077,4976.0077,4976.0077,4976.0077 +984.5000,1.0000,13186.5310,59.6350,59.9010,-0.1478,0.0000,5,1308.0827,10.9302,591.4003,-86.1604,1.4972,81.0113,-11.8024,-0.4687,-3.7049,0.0000,-3.7049,5.6708,-3.7049,0.6866,0.0000,-4.3915,0.0000,-4.3915,6.5066,-10.8982,0.0000,-10.8982,-0.2173,-10.6809,0.0000,0.0000,11.0131,-21.6940,1881.7851,1881.7851,1881.7851,1881.7851,1881.7851 +985.5000,1.0000,13202.9885,59.2370,59.3690,-0.0733,0.0000,5,1299.3527,92.9110,524.4108,-85.6427,12.6422,71.3555,-11.6532,-0.2310,7.2579,0.0000,7.2579,5.6153,7.2579,0.6558,0.0000,6.6021,0.0000,6.6021,6.4632,0.1389,0.0000,0.1389,-0.1071,0.2460,0.0000,0.0000,10.9396,-10.6936,3185.7522,3185.7522,3185.7522,3185.7522,3185.7522 +986.5000,1.0000,13219.4047,59.0885,59.1050,-0.0092,0.0000,5,1296.0954,164.2870,558.1988,-85.4495,22.2981,75.7625,-11.5978,-0.0288,16.7131,0.0000,16.7131,5.6138,16.7131,0.7006,0.0000,16.0125,0.0000,16.0125,6.4470,9.5655,0.0000,9.5655,-0.0134,9.5788,0.0000,0.0000,10.9122,-1.3333,4907.5759,4907.5759,4907.5759,4907.5759,4907.5759 +987.5000,1.0000,13235.8481,59.1860,59.0720,0.0633,0.0000,5,1298.2340,245.0919,588.6514,-85.5763,33.3204,80.0276,-11.6342,0.1994,27.4637,0.0000,27.4637,5.6574,27.4637,0.7560,0.0000,26.7077,0.0000,26.7077,6.4577,20.2500,0.0000,20.2500,0.0924,20.1576,0.0000,0.0000,10.9302,9.2274,6961.1220,6961.1220,6961.1220,6961.1220,6961.1220 +988.5000,1.0000,13252.3882,59.5345,59.3000,0.1303,0.0000,5,1305.8783,319.1474,623.8612,-86.0297,43.6438,85.3138,-11.7647,0.4125,37.5865,0.0000,37.5865,5.6448,37.5865,0.8123,0.0000,36.7742,0.0000,36.7742,6.4957,30.2785,0.0000,30.2785,0.1912,30.0873,0.0000,0.0000,10.9945,19.0927,8896.0150,8896.0150,8896.0150,8896.0150,8896.0150 +989.5000,1.0000,13269.0797,60.0795,59.7690,0.1725,0.0000,5,1317.8328,366.1428,656.5702,-86.7387,50.5288,90.6087,-11.9702,0.5512,44.2726,0.0000,44.2726,5.7051,44.2726,0.8547,0.0000,43.4179,0.0000,43.4179,6.5551,36.8627,0.0000,36.8627,0.2555,36.6072,0.0000,0.0000,11.0952,25.5120,10178.0026,10178.0026,10178.0026,10178.0026,10178.0026 +990.5000,1.0000,13285.9507,60.7255,60.3900,0.1864,0.0000,5,1332.0027,381.0918,678.1828,-87.5791,53.1573,94.5977,-12.2161,0.6020,46.8601,0.0000,46.8601,5.6953,46.8601,0.8784,0.0000,45.9817,0.0000,45.9817,6.6256,39.3561,0.0000,39.3561,0.2791,39.0770,0.0000,0.0000,11.2145,27.8625,10679.9082,10679.9082,10679.9082,10679.9082,10679.9082 +991.5000,1.0000,13303.0103,61.4045,61.0610,0.1908,0.0000,5,1346.8964,386.2849,686.7860,-88.4624,54.4842,96.8689,-12.4773,0.6232,48.0702,0.0000,48.0702,5.7908,48.0702,0.8958,0.0000,47.1744,0.0000,47.1744,6.6997,40.4747,0.0000,40.4747,0.2889,40.1858,0.0000,0.0000,11.3399,28.8459,10950.4628,10950.4628,10950.4628,10950.4628,10950.4628 +992.5000,1.0000,13320.2483,62.0470,61.7480,0.1661,0.0000,5,1360.9895,359.1337,691.4435,-89.2982,51.1846,98.5462,-12.7270,0.5482,44.7441,0.0000,44.7441,5.8924,44.7441,0.8900,0.0000,43.8541,0.0000,43.8541,6.7698,37.0843,0.0000,37.0843,0.2541,36.8302,0.0000,0.0000,11.4585,25.3717,10324.0394,10324.0394,10324.0394,10324.0394,10324.0394 +993.5000,1.0000,13337.6485,62.6305,62.3460,0.1581,0.0000,5,1373.7885,349.4473,683.1964,-90.0573,50.2725,98.2865,-12.9559,0.5265,43.9078,0.0000,43.9078,5.8381,43.9078,0.8957,0.0000,43.0121,0.0000,43.0121,6.8335,36.1786,0.0000,36.1786,0.2441,35.9346,0.0000,0.0000,11.5663,24.3683,10167.1574,10167.1574,10167.1574,10167.1574,10167.1574 +994.5000,1.0000,13355.2010,63.1790,62.9150,0.1467,0.0000,5,1385.8197,337.0686,681.7845,-90.7709,48.9163,98.9424,-13.1729,0.4928,42.4978,0.0000,42.4978,5.9256,42.4978,0.8980,0.0000,41.5998,0.0000,41.5998,6.8933,34.7065,0.0000,34.7065,0.2285,34.4780,0.0000,0.0000,11.6676,22.8104,9929.6027,9929.6027,9929.6027,9929.6027,9929.6027 +995.5000,1.0000,13372.8647,63.5795,63.4430,0.0758,0.0000,5,1394.6046,258.9609,679.0202,-91.2919,37.8193,99.1659,-13.3325,0.2564,31.5163,0.0000,31.5163,6.0466,31.5163,0.8500,0.0000,30.6663,0.0000,30.6663,6.9370,23.7292,0.0000,23.7292,0.1189,23.6104,0.0000,0.0000,11.7416,11.8688,7876.0389,7876.0389,7876.0389,7876.0389,7876.0389 +996.5000,1.0000,13390.5749,63.7465,63.7160,0.0169,0.0000,5,1398.2677,207.9918,649.9861,-91.5091,30.4555,95.1750,-13.3993,0.0574,22.2197,0.0000,22.2197,8.1784,22.2197,0.8064,0.0000,21.4132,0.0000,21.4132,6.9552,14.4580,0.0000,14.4580,0.0266,14.4314,0.0000,0.0000,11.7724,2.6590,6510.4346,6510.4346,6510.4346,6510.4346,6510.4346 +997.5000,1.0000,13408.3029,63.8110,63.7770,0.0189,0.0000,5,1399.6825,210.1993,630.7258,-91.5930,30.8098,92.4483,-13.4252,0.0641,22.5526,0.0000,22.5526,8.1931,22.5526,0.8092,0.0000,21.7434,0.0000,21.7434,6.9623,14.7811,0.0000,14.7811,0.0297,14.7514,0.0000,0.0000,11.7843,2.9671,6580.0270,6580.0270,6580.0270,6580.0270,6580.0270 +998.5000,1.0000,13426.0549,63.8970,63.8450,0.0289,0.0000,5,1401.5689,221.3665,632.0145,-91.7049,32.4904,92.7620,-13.4597,0.0982,24.1802,0.0000,24.1802,8.2120,24.1802,0.8188,0.0000,23.3614,0.0000,23.3614,6.9717,16.3897,0.0000,16.3897,0.0455,16.3442,0.0000,0.0000,11.8002,4.5440,6894.3364,6894.3364,6894.3364,6894.3364,6894.3364 +999.5000,1.0000,13443.8425,64.0255,63.9490,0.0425,0.0000,5,1404.3876,236.5091,636.9538,-91.8721,34.7827,93.6750,-13.5114,0.1447,26.4073,0.0000,26.4073,8.2307,26.4073,0.8322,0.0000,25.5751,0.0000,25.5751,6.9857,18.5894,0.0000,18.5894,0.0671,18.5223,0.0000,0.0000,11.8239,6.6984,7321.0593,7321.0593,7321.0593,7321.0593,7321.0593 +1000.5000,1.0000,13461.6844,64.2210,64.1020,0.0661,0.0000,5,1408.6758,262.7137,643.7079,-92.1264,38.7545,94.9573,-13.5901,0.2258,30.2782,0.0000,30.2782,8.2505,30.2782,0.8549,0.0000,29.4233,0.0000,29.4233,7.0070,22.4163,0.0000,22.4163,0.1047,22.3116,0.0000,0.0000,11.8600,10.4516,8056.6267,8056.6267,8056.6267,8056.6267,8056.6267 +1001.5000,1.0000,13479.6074,64.5125,64.3400,0.0958,0.0000,5,1415.0698,296.2455,655.0667,-92.5056,43.8994,97.0716,-13.7080,0.3288,35.2089,0.0000,35.2089,8.3617,35.2089,0.8846,0.0000,34.3242,0.0000,34.3242,7.0388,27.2854,0.0000,27.2854,0.1524,27.1330,0.0000,0.0000,11.9139,15.2191,9025.0487,9025.0487,9025.0487,9025.0487,9025.0487 +1002.5000,1.0000,13497.6243,64.8510,64.6850,0.0922,0.0000,5,1422.4947,291.3765,669.3671,-92.9460,43.4044,99.7111,-13.8455,0.3181,34.8106,0.0000,34.8106,8.2757,34.8106,0.8886,0.0000,33.9221,0.0000,33.9221,7.0758,26.8463,0.0000,26.8463,0.1475,26.6989,0.0000,0.0000,11.9764,14.7225,8933.7175,8933.7175,8933.7175,8933.7175,8933.7175 +1003.5000,1.0000,13515.7390,65.2030,65.0170,0.1033,0.0000,5,1430.2158,303.5572,669.2209,-93.4039,45.4643,100.2304,-13.9893,0.3583,36.8122,0.0000,36.8122,8.2938,36.8122,0.9047,0.0000,35.9075,0.0000,35.9075,7.1142,28.7933,0.0000,28.7933,0.1661,28.6272,0.0000,0.0000,12.0414,16.5858,9337.3832,9337.3832,9337.3832,9337.3832,9337.3832 +1004.5000,1.0000,13533.9457,65.5340,65.3890,0.0806,0.0000,5,1437.4762,263.7072,675.4144,-93.8345,39.6964,101.6716,-14.1251,0.2808,33.2713,0.0000,33.2713,6.1444,33.2713,0.8929,0.0000,32.3784,0.0000,32.3784,7.1503,25.2281,0.0000,25.2281,0.1302,25.0980,0.0000,0.0000,12.1025,12.9955,8226.9313,8226.9313,8226.9313,8226.9313,8226.9313 +1005.5000,1.0000,13552.2793,65.9910,65.6790,0.1733,0.0000,5,1447.5004,366.9092,662.7607,-94.4290,55.6168,100.4625,-14.3137,0.6083,48.8053,0.0000,48.8053,6.2032,48.8053,0.9786,0.0000,47.8267,0.0000,47.8267,7.2001,40.6265,0.0000,40.6265,0.2820,40.3445,0.0000,0.0000,12.1869,28.1576,11228.4812,11228.4812,11228.4812,11228.4812,11228.4812 +1006.5000,1.0000,13570.8096,66.6990,66.3030,0.2200,0.0000,5,1463.0303,418.7871,703.3372,-95.3501,64.1616,107.7570,-14.6084,0.7804,57.1115,0.0000,57.1115,6.2697,57.1115,1.0327,0.0000,56.0788,0.0000,56.0788,7.2774,48.8014,0.0000,48.8014,0.3618,48.4396,0.0000,0.0000,12.3177,36.1220,12846.1361,12846.1361,12846.1361,12846.1361,12846.1361 +1007.5000,1.0000,13589.6424,67.7880,67.0950,0.3850,0.0000,5,1486.9173,602.4196,725.6638,-96.7668,93.8025,112.9928,-15.0675,1.3880,86.1070,0.0000,86.1070,6.3075,86.1070,1.1973,0.0000,84.9098,0.0000,84.9098,7.5020,77.4077,0.0000,77.4077,0.6435,76.7643,0.0000,0.0000,12.5188,64.2455,18320.2847,18320.2847,18320.2847,18320.2847,18320.2847 +1008.5000,1.0000,13608.8651,69.1920,68.4810,0.3950,0.0000,5,1517.7138,614.2934,792.7110,-98.5932,97.6325,125.9892,-15.6699,1.4536,89.6555,0.0000,89.6555,6.5234,89.6555,1.2406,0.0000,88.4149,0.0000,88.4149,7.6836,80.7313,0.0000,80.7313,0.6738,80.0575,0.0000,0.0000,12.7781,67.2794,19101.4109,19101.4109,19101.4109,19101.4109,19101.4109 +1009.5000,1.0000,13628.3701,70.2080,69.9030,0.1694,0.0000,5,1539.9996,362.5394,800.5727,-99.9150,58.4661,129.1071,-16.1131,0.6327,51.2715,0.0000,51.2715,6.5619,51.2715,1.0674,0.0000,50.2041,0.0000,50.2041,7.6602,42.5438,0.0000,42.5438,0.2933,42.2505,0.0000,0.0000,12.9657,29.2849,11840.8581,11840.8581,11840.8581,11840.8581,11840.8581 +1010.5000,1.0000,13648.0635,70.8860,70.5130,0.2072,0.0000,5,1554.8714,404.9997,721.5345,-100.7970,65.9444,117.4844,-16.4123,0.7812,58.4631,0.0000,58.4631,6.7001,58.4631,1.1160,0.0000,57.3471,0.0000,57.3471,7.7342,49.6129,0.0000,49.6129,0.3622,49.2507,0.0000,0.0000,13.0909,36.1598,13287.8286,13287.8286,13287.8286,13287.8286,13287.8286 +1011.5000,1.0000,13667.9203,71.4745,71.2590,0.1197,0.0000,5,1567.7800,307.7862,738.1905,-101.5626,50.5316,121.1943,-16.6743,0.4551,43.3250,0.0000,43.3250,6.7515,43.3250,1.0513,0.0000,42.2737,0.0000,42.2737,7.7984,34.4752,0.0000,34.4752,0.2110,34.2643,0.0000,0.0000,13.1996,21.0647,10409.4859,10409.4859,10409.4859,10409.4859,10409.4859 +1012.5000,1.0000,13687.8033,71.5690,71.6900,-0.0672,0.0000,5,1569.8528,100.5900,708.2748,-101.6855,16.5364,116.4366,-16.7165,-0.2559,9.9502,0.0000,9.9502,6.8421,9.9502,0.8862,0.0000,9.0640,0.0000,9.0640,7.8087,1.2553,0.0000,1.2553,-0.1186,1.3739,0.0000,0.0000,13.2170,-11.8431,4195.5416,4195.5416,4195.5416,4195.5416,4195.5416 +1013.5000,1.0000,13707.5187,70.9655,71.4480,-0.2681,0.0000,5,1556.6152,35.6642,637.5716,-100.9004,5.8136,103.9295,-16.4476,-1.0117,0.8841,0.0000,0.8841,5.9412,0.8841,0.8841,0.0000,0.0000,0.0000,0.0000,7.7429,-7.7429,26.4481,-34.1910,-0.4690,-33.7220,0.0000,0.0000,13.1056,-46.8275,2934.3466,2934.3466,2934.3466,2934.3466,2934.3466 +1014.5000,1.0000,13726.9625,69.9875,70.4830,-0.2753,0.0070,5,1535.1629,30.4411,608.5881,-99.6281,4.8938,97.8378,-16.0164,-1.0247,0.8651,0.0000,0.8651,5.0533,0.8651,0.8651,0.0000,0.0000,0.0000,0.0000,7.6362,-7.6362,27.2221,-34.8582,-0.4750,-34.3832,0.1183,0.0000,12.9250,-47.4265,2792.4865,2792.4865,2792.4865,2792.4865,2792.4865 +1015.5000,1.0000,13746.0957,68.8695,69.4920,-0.3458,0.0110,5,1510.6398,28.6158,598.2813,-98.1737,4.5268,94.6444,-15.5305,-1.2667,0.8436,0.0000,0.8436,4.9500,0.8436,0.8436,0.0000,0.0000,0.0000,0.0000,7.5142,-7.5142,38.8021,-46.3163,-0.5872,-45.7290,0.1829,0.0000,12.7185,-58.6304,2704.7733,2704.7733,2704.7733,2704.7733,2704.7733 +1016.5000,1.0000,13764.8796,67.6120,68.2470,-0.3528,0.0110,5,1483.0568,28.7223,588.2784,-96.5378,4.4607,91.3628,-14.9928,-1.2686,0.8197,0.0000,0.8197,4.9095,0.8197,0.8197,0.0000,0.0000,0.0000,0.0000,7.3770,-7.3770,39.2610,-46.6380,-0.5881,-46.0499,0.1795,0.0000,12.4863,-58.7157,2631.5148,2631.5148,2631.5148,2631.5148,2631.5148 +1017.5000,1.0000,13783.3475,66.4745,66.9770,-0.2792,0.0040,5,1458.1059,29.7049,580.0376,-95.0580,4.5357,88.5674,-14.5146,-0.9870,0.7984,0.0000,0.7984,4.7243,0.7984,0.7984,0.0000,0.0000,0.0000,0.0000,7.2529,-7.2529,26.5465,-33.7994,-0.4575,-33.3419,0.0642,0.0000,12.2762,-45.6823,2583.1901,2583.1901,2583.1901,2583.1901,2583.1901 +1018.5000,1.0000,13801.6869,66.0120,65.9720,0.0222,0.0000,5,1447.9611,188.9861,576.9958,-94.4563,28.6560,87.4899,-14.3224,0.0780,23.8949,0.0000,23.8949,4.6831,23.8949,0.8544,0.0000,23.0405,0.0000,23.0405,7.2024,15.8381,0.0000,15.8381,0.0362,15.8019,0.0000,0.0000,12.1908,3.6111,6226.8376,6226.8376,6226.8376,6226.8376,6226.8376 +1019.5000,1.0000,13820.0822,66.2130,66.0520,0.0894,0.0000,5,1452.3700,263.5484,636.8403,-94.7178,40.0836,96.8582,-14.4058,0.3150,35.0912,0.0000,35.0912,4.6774,35.0912,0.9140,0.0000,34.1772,0.0000,34.1772,7.2244,26.9529,0.0000,26.9529,0.1460,26.8068,0.0000,0.0000,12.2279,14.5789,8325.0503,8325.0503,8325.0503,8325.0503,8325.0503 +1020.5000,1.0000,13838.6282,66.7555,66.3740,0.2119,0.0000,5,1464.2696,399.2808,666.5954,-95.4236,61.2249,102.2144,-14.6321,0.7525,55.8165,0.0000,55.8165,4.6559,55.8165,1.0273,0.0000,54.7893,0.0000,54.7893,7.2836,47.5057,0.0000,47.5057,0.3488,47.1569,0.0000,0.0000,12.3281,34.8288,12331.8616,12331.8616,12331.8616,12331.8616,12331.8616 +1021.5000,1.0000,13857.4207,67.6430,67.1370,0.2811,0.0000,5,1483.7368,476.4740,718.6398,-96.5781,74.0329,111.6598,-15.0060,1.0113,68.2557,0.0000,68.2557,4.7659,68.2557,1.1054,0.0000,67.1503,0.0000,67.1503,7.3804,59.7699,0.0000,59.7699,0.4688,59.3011,0.0000,0.0000,12.4920,46.8091,14686.5234,14686.5234,14686.5234,14686.5234,14686.5234 +1022.5000,1.0000,13876.4935,68.6520,68.1490,0.2794,0.0000,5,1505.8690,474.6915,749.2488,-97.8907,74.8561,118.1522,-15.4368,1.0203,68.9948,0.0000,68.9948,4.8410,68.9948,1.1274,0.0000,67.8674,0.0000,67.8674,7.4905,60.3770,0.0000,60.3770,0.4730,59.9040,0.0000,0.0000,12.6783,47.2256,14859.9320,14859.9320,14859.9320,14859.9320,14859.9320 +1023.5000,1.0000,13895.9065,69.8770,69.1550,0.4011,0.0000,5,1532.7391,610.3991,752.8189,-99.4844,97.9740,120.8335,-15.9680,1.4907,91.6312,0.0000,91.6312,4.8521,91.6312,1.2631,0.0000,90.3681,0.0000,90.3681,7.7758,82.5923,0.0000,82.5923,0.6910,81.9012,0.0000,0.0000,12.9046,68.9967,19196.1379,19196.1379,19196.1379,19196.1379,19196.1379 +1024.5000,1.0000,13915.6364,71.0175,70.5990,0.2325,0.0000,5,1557.7558,422.1853,801.1481,-100.9681,68.8702,130.6895,-16.4707,0.8782,63.0582,0.0000,63.0582,4.9338,63.0582,1.1414,0.0000,61.9168,0.0000,61.9168,7.7486,54.1682,0.0000,54.1682,0.4071,53.7612,0.0000,0.0000,13.1152,40.6460,13804.9747,13804.9747,13804.9747,13804.9747,13804.9747 +1025.5000,1.0000,13935.5522,71.6870,71.4360,0.1394,0.0000,5,1572.4411,318.8641,744.4844,-101.8390,52.5060,122.5910,-16.7694,0.5317,46.9882,0.0000,46.9882,4.9861,46.9882,1.0737,0.0000,45.9146,0.0000,45.9146,7.8216,38.0930,0.0000,38.0930,0.2465,37.8465,0.0000,0.0000,13.2388,24.6077,10767.7287,10767.7287,10767.7287,10767.7287,10767.7287 +1026.5000,1.0000,13955.6454,72.3255,71.9380,0.2153,0.0000,5,1586.4465,405.4867,715.1711,-102.6696,67.3644,118.8130,-17.0567,0.8281,61.4853,0.0000,61.4853,5.0511,61.4853,1.1582,0.0000,60.3270,0.0000,60.3270,7.8913,52.4358,0.0000,52.4358,0.3839,52.0519,0.0000,0.3668,13.3567,38.3283,13574.9013,13574.9013,13574.9013,13574.9013,13574.9013 +1027.5000,1.0000,13975.9515,73.0920,72.7130,0.2106,0.0000,5,1603.2596,407.4533,745.4110,-103.5896,68.4085,125.1492,-17.3920,0.8185,62.5467,0.0000,62.5467,5.0433,62.5467,1.1781,0.0000,61.3686,0.0000,61.3686,7.9749,53.3937,0.0000,53.3937,0.3794,53.0143,0.0000,1.6311,13.4983,37.8849,13801.1842,13801.1842,13801.1842,13801.1842,13801.1842 +1028.5000,1.0000,13996.4794,73.8905,73.4710,0.2331,0.0000,5,1620.7745,446.7604,748.7424,-104.2133,75.8274,127.0819,-17.6878,0.9159,69.7524,0.0000,69.7524,5.1591,69.7524,1.2295,0.0000,68.5229,0.0000,68.5229,8.0620,60.4609,0.0000,60.4609,0.4246,60.0363,0.0000,3.9992,13.6457,42.3914,15207.9130,15207.9130,15207.9130,15207.9130,15207.9130 +1029.5000,1.0000,14017.0442,74.0233,74.3100,-0.1593,0.0000,0,1629.9762,30.4222,762.3993,-104.5410,5.1928,130.1345,-17.8442,0.0000,0.0000,0.0000,0.0000,5.1928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,8.0765,-8.0765,0.0000,-8.0765,-0.2907,-7.7858,0.0000,7.5676,13.6703,-29.0237,3038.1819,3038.1819,3038.1819,3038.1819,3038.1819 +1030.5000,1.0000,14037.6691,74.2393,75.0610,0.2793,0.0000,6,1411.7487,567.4959,567.4959,-92.3087,83.8974,83.8974,-13.6467,-18.9196,97.5700,0.0000,97.5700,5.2471,81.9328,2.1759,0.0000,79.7570,0.0000,79.7570,8.1001,71.6569,0.0000,71.6569,0.5112,71.1457,0.0000,6.3962,13.7102,51.0393,16423.3154,16423.3154,16423.3154,16423.3154,16423.3154 +1031.5000,1.0000,14058.5954,75.3250,75.6450,0.3239,0.0000,6,1202.8308,770.3269,793.7002,-79.9182,97.0305,99.9746,-10.0665,0.6877,91.0930,0.0000,91.0930,5.2498,91.0930,2.3712,0.0000,88.7217,0.0000,88.7217,8.2517,80.4700,0.0000,80.4700,0.6015,79.8685,0.0000,5.9015,13.9107,60.0564,18900.5895,18900.5895,18900.5895,18900.5895,18900.5895 +1032.5000,1.0000,14079.7075,75.9935,75.9080,0.0475,0.0000,6,1213.5057,359.7251,838.0931,-80.5513,45.7132,106.5032,-10.2363,0.1017,40.3389,0.0000,40.3389,5.2725,40.3389,1.3637,0.0000,38.9751,0.0000,38.9751,8.2915,30.6837,0.0000,30.6837,0.0890,30.5947,0.0000,7.6747,14.0341,8.8859,9213.0031,9213.0031,9213.0031,9213.0031,9213.0031 +1033.5000,1.0000,14100.8849,76.2285,76.0790,0.0831,0.0000,6,1217.2583,413.4278,657.3126,-80.7738,52.7000,83.7883,-10.2963,0.1785,47.2766,0.0000,47.2766,5.2450,47.2766,1.5052,0.0000,45.7715,0.0000,45.7715,8.3171,37.4543,0.0000,37.4543,0.1561,37.2982,0.0000,7.6354,14.0775,15.5853,10552.8805,10552.8805,10552.8805,10552.8805,10552.8805 +1034.5000,1.0000,14122.1459,76.5295,76.3780,0.0842,0.0000,6,1222.0648,424.0332,681.7693,-81.0589,54.2654,87.2490,-10.3735,0.1816,48.8126,0.0000,48.8126,5.2712,48.8126,1.5393,0.0000,47.2733,0.0000,47.2733,8.3500,38.9233,0.0000,38.9233,0.1588,38.7645,0.0000,8.7752,14.1331,15.8562,10850.3102,10850.3102,10850.3102,10850.3102,10850.3102 +1035.5000,1.0000,14143.5521,77.0525,76.6810,0.2064,0.0000,6,1230.4164,602.1283,687.1231,-81.5542,77.5836,88.5351,-10.5082,0.4483,71.8046,0.0000,71.8046,5.3307,71.8046,2.0051,0.0000,69.7995,0.0000,69.7995,8.4070,61.3924,0.0000,61.3924,0.3921,61.0004,0.0000,7.6233,14.2297,39.1473,15298.4886,15298.4886,15298.4886,15298.4886,15298.4886 +1036.5000,1.0000,14165.1411,77.7105,77.4240,0.1592,0.0000,6,1240.9237,556.5604,765.9712,-82.1774,72.3246,99.5374,-10.6789,0.3486,66.5799,0.0000,66.5799,5.3960,66.5799,1.9082,0.0000,64.6717,0.0000,64.6717,8.4788,56.1929,0.0000,56.1929,0.3050,55.8879,0.0000,11.0886,14.3512,30.4482,14281.4242,14281.4242,14281.4242,14281.4242,14281.4242 +1037.5000,1.0000,14186.8945,78.3020,77.9970,0.1694,0.0000,6,1250.3691,555.0034,747.3195,-82.7376,72.6712,97.8528,-10.8335,0.3740,66.8925,0.0000,66.8925,5.4048,66.8925,1.9213,0.0000,64.9712,0.0000,64.9712,8.5434,56.4278,0.0000,56.4278,0.3271,56.1007,0.0000,8.9793,14.4604,32.6610,14347.4585,14347.4585,14347.4585,14347.4585,14347.4585 +1038.5000,1.0000,14208.8043,78.8655,78.6070,0.1436,0.0000,6,1259.3674,507.4144,747.7020,-83.2712,66.9181,98.6074,-10.9819,0.3192,61.1404,0.0000,61.1404,5.4585,61.1404,1.8128,0.0000,59.3276,0.0000,59.3276,8.6048,50.7227,0.0000,50.7227,0.2792,50.4435,0.0000,7.9982,14.5645,27.8807,13292.6863,13292.6863,13292.6863,13292.6863,13292.6863 +1039.5000,1.0000,14230.8245,79.2625,79.1240,0.0769,0.0000,6,1265.7069,415.0797,728.4319,-83.6472,55.0165,96.5497,-11.0870,0.1719,49.3304,0.0000,49.3304,5.5142,49.3304,1.5812,0.0000,47.7492,0.0000,47.7492,8.6482,39.1010,0.0000,39.1010,0.1504,38.9506,0.0000,9.2996,14.6378,15.0132,11001.7955,11001.7955,11001.7955,11001.7955,11001.7955 +1040.5000,1.0000,14252.9193,79.5315,79.4010,0.0725,0.0000,6,1270.0024,413.7532,689.6671,-83.9020,55.0268,91.7218,-11.1585,0.1625,49.3307,0.0000,49.3307,5.5336,49.3307,1.5844,0.0000,47.7463,0.0000,47.7463,8.6775,39.0688,0.0000,39.0688,0.1422,38.9266,0.0000,10.0451,14.6875,14.1941,11005.9236,11005.9236,11005.9236,11005.9236,11005.9236 +1041.5000,1.0000,14275.0881,79.7975,79.6620,0.0753,0.0000,6,1274.2500,401.5810,689.7501,-84.1539,53.5866,92.0397,-11.2294,0.1693,47.8289,0.0000,47.8289,5.5884,47.8289,1.5575,0.0000,46.2715,0.0000,46.2715,8.7065,37.5649,0.0000,37.5649,0.1481,37.4168,0.0000,7.8930,14.7366,14.7872,10746.9617,10746.9617,10746.9617,10746.9617,10746.9617 +1042.5000,1.0000,14297.3223,80.0330,79.9330,0.0556,0.0000,6,1278.0106,401.8524,685.1934,-84.3769,53.7811,91.7015,-11.2924,0.1253,48.0665,0.0000,48.0665,5.5893,48.0665,1.5650,0.0000,46.5015,0.0000,46.5015,8.7322,37.7693,0.0000,37.7693,0.1096,37.6596,0.0000,11.9343,14.7801,10.9453,10785.2746,10785.2746,10785.2746,10785.2746,10785.2746 +1043.5000,1.0000,14319.6034,80.2020,80.1330,0.0383,0.0000,6,1280.7093,357.8338,685.8748,-84.5370,47.9911,91.9865,-11.3377,0.0867,42.2842,0.0000,42.2842,5.6203,42.2842,1.4513,0.0000,40.8328,0.0000,40.8328,8.7507,32.0822,0.0000,32.0822,0.0758,32.0064,0.0000,9.6269,14.8113,7.5682,9684.1531,9684.1531,9684.1531,9684.1531,9684.1531 +1044.5000,1.0000,14341.9231,80.3410,80.2710,0.0389,0.0000,6,1282.9290,346.2821,667.5336,-84.6686,46.5223,89.6818,-11.3751,0.0881,40.7806,0.0000,40.7806,5.6536,40.7806,1.4229,0.0000,39.3577,0.0000,39.3577,8.7658,30.5919,0.0000,30.5919,0.0770,30.5149,0.0000,7.9867,14.8370,7.6912,9407.2794,9407.2794,9407.2794,9407.2794,9407.2794 +1045.5000,1.0000,14364.2509,80.3700,80.4110,-0.0228,0.0000,6,1283.3920,258.3824,662.8951,-84.6961,34.7257,89.0908,-11.3829,-0.0516,29.0702,0.0000,29.0702,5.7071,29.0702,1.1890,0.0000,27.8811,0.0000,27.8811,8.7690,19.1121,0.0000,19.1121,-0.0451,19.1573,0.0000,8.8214,14.8424,-4.5065,7199.7203,7199.7203,7199.7203,7199.7203,7199.7203 +1046.5000,1.0000,14386.5717,80.3450,80.3290,0.0089,0.0000,6,1282.9928,289.8867,625.4015,-84.6724,38.9476,84.0256,-11.3761,0.0201,33.2387,0.0000,33.2387,5.6888,33.2387,1.2721,0.0000,31.9666,0.0000,31.9666,8.7663,23.2003,0.0000,23.2003,0.0176,23.1827,0.0000,6.5869,14.8377,1.7581,7996.9559,7996.9559,7996.9559,7996.9559,7996.9559 +1047.5000,1.0000,14408.8960,80.3575,80.3610,-0.0019,0.0000,6,1283.1924,269.3090,638.8309,-84.6843,36.1886,85.8433,-11.3795,-0.0044,30.4770,0.0000,30.4770,5.7160,30.4770,1.2170,0.0000,29.2599,0.0000,29.2599,8.7676,20.4923,0.0000,20.4923,-0.0039,20.4962,0.0000,6.0407,14.8400,-0.3846,7475.8182,7475.8182,7475.8182,7475.8182,7475.8182 +1048.5000,1.0000,14431.2028,80.2945,80.3540,-0.0331,0.0000,6,1282.1864,256.3008,629.9606,-84.6246,34.4136,84.5850,-11.3626,-0.0748,26.8000,0.0000,26.8000,7.6884,26.8000,1.1427,0.0000,25.6573,0.0000,25.6573,8.7608,16.8965,0.0000,16.8965,-0.0654,16.9620,0.0000,8.6673,14.8284,-6.5337,7138.8398,7138.8398,7138.8398,7138.8398,7138.8398 +1049.5000,1.0000,14453.4489,80.0760,80.2350,-0.0883,0.0000,6,1278.6973,166.1500,623.9106,-84.4177,22.2483,83.5447,-11.3039,-0.1994,14.7410,0.0000,14.7410,7.7067,14.7410,0.8990,0.0000,13.8420,0.0000,13.8420,8.7369,5.1051,0.0000,5.1051,-0.1744,5.2795,0.0000,7.9037,14.7881,-17.4123,4873.0392,4873.0392,4873.0392,4873.0392,4873.0392 +1050.5000,1.0000,14475.5400,79.5180,79.9170,-0.2217,0.0000,6,1269.7868,-52.8841,583.4804,-83.8892,-7.0321,77.5864,-11.1549,-0.4968,-14.2168,0.0000,-14.2168,7.6816,-14.2168,0.9392,0.0000,-15.1561,0.0000,-15.1561,8.6760,-23.8321,0.0000,-23.8321,-0.4346,-23.3975,0.0000,5.3080,14.6850,-43.3905,546.8457,546.8457,546.8457,546.8457,546.8457 +1051.5000,1.0000,14497.4063,78.7085,79.1190,-0.2281,0.0000,6,1256.8603,-59.2862,484.5606,-83.1226,-7.8031,63.7769,-10.9404,-0.5060,-14.8981,0.0000,-14.8981,7.6010,-14.8981,0.9346,0.0000,-15.8327,0.0000,-15.8327,8.5877,-24.4204,0.0000,-24.4204,-0.4426,-23.9779,0.0000,5.6733,14.5355,-44.1867,397.6196,397.6196,397.6196,397.6196,397.6196 +1052.5000,1.0000,14519.0506,77.9095,78.2980,-0.2158,0.0000,6,1244.1014,-36.6226,478.0166,-82.3658,-4.7713,62.2770,-10.7308,-0.4740,-11.8268,0.0000,-11.8268,7.5295,-11.8268,0.8926,0.0000,-12.7194,0.0000,-12.7194,8.5005,-21.2199,0.0000,-21.2199,-0.4146,-20.8053,0.0000,6.2008,14.3880,-41.3941,846.3611,846.3611,846.3611,846.3611,846.3611 +1053.5000,1.0000,14540.5093,77.2415,77.5210,-0.1553,0.0000,6,1233.4344,46.0921,485.0785,-81.7332,5.9535,62.6551,-10.5571,-0.3381,-1.2005,0.0000,-1.2005,7.4921,-1.2005,0.7769,0.0000,-1.9775,0.0000,-1.9775,8.4277,-10.4051,0.0000,-10.4051,-0.2957,-10.1094,0.0000,5.1510,14.2646,-29.5250,2275.1824,2275.1824,2275.1824,2275.1824,2275.1824 +1054.5000,1.0000,14561.8189,76.7045,76.9620,-0.1431,0.0000,6,1224.8593,68.6841,519.7373,-81.2246,8.8099,66.6651,-10.4184,-0.3093,1.6519,0.0000,1.6519,7.4673,1.6519,0.7409,0.0000,0.9110,0.0000,0.9110,8.3691,-7.4581,0.0000,-7.4581,-0.2705,-7.1875,0.0000,5.6589,14.1654,-27.0119,2617.1435,2617.1435,2617.1435,2617.1435,2617.1435 +1055.5000,1.0000,14582.9950,76.2240,76.4470,-0.1239,0.0000,6,1217.1864,97.7174,527.9432,-80.7696,12.4554,67.2935,-10.2952,-0.2662,7.2687,0.0000,7.2687,5.4528,7.2687,0.7049,0.0000,6.5638,0.0000,6.5638,8.3166,-1.7529,0.0000,-1.7529,-0.2328,-1.5200,0.0000,7.6495,14.0767,-23.2463,3067.1424,3067.1424,3067.1424,3067.1424,3067.1424 +1056.5000,1.0000,14604.0474,75.7785,76.0010,-0.1236,0.0000,6,1210.0725,98.2339,539.3039,-80.3477,12.4480,68.3398,-10.1815,-0.2640,7.2502,0.0000,7.2502,5.4619,7.2502,0.6995,0.0000,6.5507,0.0000,6.5507,8.2680,-1.7174,0.0000,-1.7174,-0.2309,-1.4864,0.0000,7.5777,13.9944,-23.0586,3058.4973,3058.4973,3058.4973,3058.4973,3058.4973 +1057.5000,1.0000,14625.0238,75.5050,75.5560,-0.0283,0.0000,6,1205.7051,235.5708,538.4152,-80.0886,29.7434,67.9809,-10.1121,-0.0603,24.3623,0.0000,24.3623,5.4414,24.3623,1.0387,0.0000,23.3237,0.0000,23.3237,8.2382,15.0855,0.0000,15.0855,-0.0527,15.1382,0.0000,6.4606,13.9439,-5.2663,6218.8240,6218.8240,6218.8240,6218.8240,6218.8240 +1058.5000,1.0000,14646.0143,75.5560,75.4540,0.0567,0.0000,6,1206.5195,380.7161,600.1710,-80.1369,48.1021,75.8295,-10.1250,0.1207,42.5491,0.0000,42.5491,5.4323,42.5491,1.4030,0.0000,41.1461,0.0000,41.1461,8.2438,32.9024,0.0000,32.9024,0.1056,32.7968,0.0000,8.3039,13.9533,10.5396,9666.2698,9666.2698,9666.2698,9666.2698,9666.2698 +1059.5000,1.0000,14667.0603,75.7555,75.6580,0.0542,0.0000,6,1209.7052,375.0093,665.5860,-80.3259,47.5062,84.3165,-10.1757,0.1157,41.8959,0.0000,41.8959,5.4946,41.8959,1.3922,0.0000,40.5037,0.0000,40.5037,8.2655,32.2382,0.0000,32.2382,0.1012,32.1370,0.0000,8.0456,13.9902,10.1013,9551.6075,9551.6075,9551.6075,9551.6075,9551.6075 +1060.5000,1.0000,14688.1632,75.9605,75.8530,0.0597,0.0000,6,1212.9787,388.4064,663.5234,-80.5200,49.3365,84.2826,-10.2279,0.1279,43.6686,0.0000,43.6686,5.5400,43.6686,1.4299,0.0000,42.2386,0.0000,42.2386,8.2879,33.9507,0.0000,33.9507,0.1118,33.8389,0.0000,8.6434,14.0280,11.1674,9894.8597,9894.8597,9894.8597,9894.8597,9894.8597 +1061.5000,1.0000,14709.3253,76.1735,76.0680,0.0586,0.0000,6,1216.3800,408.0135,670.0055,-80.7217,51.9724,85.3446,-10.2823,0.1258,46.3470,0.0000,46.3470,5.4995,46.3470,1.4859,0.0000,44.8611,0.0000,44.8611,8.3111,36.5499,0.0000,36.5499,0.1101,36.4399,0.0000,11.3821,14.0674,10.9904,10414.3346,10414.3346,10414.3346,10414.3346,10414.3346 +1062.5000,1.0000,14730.5610,76.4385,76.2790,0.0886,0.0000,6,1220.6117,478.9247,679.2400,-80.9727,61.2172,86.8219,-10.3501,0.1909,55.4860,0.0000,55.4860,5.5402,55.4860,1.6717,0.0000,53.8143,0.0000,53.8143,8.3400,45.4743,0.0000,45.4743,0.1670,45.3073,0.0000,14.5174,14.1163,16.6736,12167.5190,12167.5190,12167.5190,12167.5190,12167.5190 +1063.5000,1.0000,14751.8941,76.7890,76.5980,0.1061,0.0000,6,1226.2087,522.9126,711.2113,-81.3047,67.1463,91.3254,-10.4402,0.2297,61.3531,0.0000,61.3531,5.5635,61.3531,1.7931,0.0000,59.5600,0.0000,59.5600,8.3783,51.1817,0.0000,51.1817,0.2009,50.9808,0.0000,16.7417,14.1810,20.0581,13323.1325,13323.1325,13323.1325,13323.1325,13323.1325 +1064.5000,1.0000,14773.3192,77.1205,76.9800,0.0781,0.0000,6,1231.5022,496.4207,731.3191,-81.6186,64.0197,94.3128,-10.5258,0.1697,58.2780,0.0000,58.2780,5.5721,58.2780,1.7354,0.0000,56.5426,0.0000,56.5426,8.4145,48.1282,0.0000,48.1282,0.1484,47.9797,0.0000,18.9190,14.2422,14.8185,12734.8462,12734.8462,12734.8462,12734.8462,12734.8462 +1065.5000,1.0000,14794.8248,77.4100,77.2610,0.0828,0.0000,6,1236.1251,526.9181,720.3281,-81.8928,68.2078,93.2441,-10.6008,0.1806,62.4165,0.0000,62.4165,5.6107,62.4165,1.8215,0.0000,60.5950,0.0000,60.5950,8.4460,52.1490,0.0000,52.1490,0.1580,51.9910,0.0000,21.9213,14.2957,15.7739,13521.2232,13521.2232,13521.2232,13521.2232,13521.2232 +1066.5000,1.0000,14816.4285,77.7635,77.5590,0.1136,0.0000,6,1241.7700,585.7193,734.1826,-82.2276,76.1657,95.4715,-10.6927,0.2490,70.2664,0.0000,70.2664,5.6503,70.2664,1.9825,0.0000,68.2839,0.0000,68.2839,8.4846,59.7993,0.0000,59.7993,0.2178,59.5814,0.0000,23.4721,14.3610,21.7483,15020.9760,15020.9760,15020.9760,15020.9760,15020.9760 +1067.5000,1.0000,14838.1454,78.1710,77.9680,0.1128,0.0000,6,1248.2772,555.0395,760.3596,-82.6135,72.5544,99.3937,-10.7992,0.2485,66.6166,0.0000,66.6166,5.6892,66.6166,1.9142,0.0000,64.7024,0.0000,64.7024,8.5291,56.1733,0.0000,56.1733,0.2174,55.9560,0.0000,19.8178,14.4363,21.7019,14324.4334,14324.4334,14324.4334,14324.4334,14324.4334 +1068.5000,1.0000,14859.9649,78.5400,78.3740,0.0922,0.0000,6,1254.1696,504.4523,747.7547,-82.9630,66.2529,98.2074,-10.8961,0.2042,60.3225,0.0000,60.3225,5.7262,60.3225,1.7926,0.0000,58.5299,0.0000,58.5299,8.5693,49.9606,0.0000,49.9606,0.1786,49.7820,0.0000,17.4474,14.5044,17.8302,13168.1714,13168.1714,13168.1714,13168.1714,13168.1714 +1069.5000,1.0000,14881.8741,78.8630,78.7060,0.0872,0.0000,6,1259.3274,513.1761,726.5768,-83.2689,67.6758,95.8184,-10.9812,0.1939,61.7401,0.0000,61.7401,5.7419,61.7401,1.8247,0.0000,59.9153,0.0000,59.9153,8.6046,51.3107,0.0000,51.3107,0.1696,51.1412,0.0000,19.6443,14.5640,16.9328,13430.4411,13430.4411,13430.4411,13430.4411,13430.4411 +1070.5000,1.0000,14903.8445,79.0835,79.0200,0.0353,0.0000,6,1262.8485,453.9755,731.0598,-83.4777,60.0361,96.6791,-11.0395,0.0786,54.1798,0.0000,54.1798,5.7777,54.1798,1.6761,0.0000,52.5037,0.0000,52.5037,8.6286,43.8750,0.0000,43.8750,0.0688,43.8063,0.0000,22.3337,14.6048,6.8678,11950.8535,11950.8535,11950.8535,11950.8535,11950.8535 +1071.5000,1.0000,14925.8307,79.1405,79.1470,-0.0036,0.0000,6,1263.7587,381.6034,706.0267,-83.5317,50.5016,93.4359,-11.0546,-0.0081,44.7579,0.0000,44.7579,5.7517,44.7579,1.4883,0.0000,43.2696,0.0000,43.2696,8.6349,34.6347,0.0000,34.6347,-0.0070,34.6418,0.0000,20.7300,14.6153,-0.7035,10149.3536,10149.3536,10149.3536,10149.3536,10149.3536 +1072.5000,1.0000,14947.7938,79.0570,79.1340,-0.0428,0.0000,6,1262.4253,314.1317,674.8100,-83.4526,41.5285,89.2105,-11.0325,-0.0953,35.8652,0.0000,35.8652,5.7586,35.8652,1.3095,0.0000,34.5557,0.0000,34.5557,8.6257,25.9300,0.0000,25.9300,-0.0834,26.0133,0.0000,19.7385,14.5999,-8.3251,8453.2277,8453.2277,8453.2277,8453.2277,8453.2277 +1073.5000,1.0000,14969.7274,78.9510,78.9800,-0.0161,0.0000,6,1260.7327,363.3543,645.2863,-83.3522,47.9713,85.1930,-11.0045,-0.0359,42.2178,0.0000,42.2178,5.7894,42.2178,1.4353,0.0000,40.7825,0.0000,40.7825,8.6142,32.1683,0.0000,32.1683,-0.0314,32.1997,0.0000,20.7506,14.5803,-3.1312,9656.8201,9656.8201,9656.8201,9656.8201,9656.8201 +1074.5000,1.0000,14991.6434,78.8875,78.9220,-0.0192,0.0000,6,1259.7187,364.2706,666.4106,-83.2921,48.0536,87.9112,-10.9877,-0.0426,42.3208,0.0000,42.3208,5.7754,42.3208,1.4366,0.0000,40.8842,0.0000,40.8842,8.6072,32.2769,0.0000,32.2769,-0.0373,32.3142,0.0000,21.4677,14.5686,-3.7221,9671.7108,9671.7108,9671.7108,9671.7108,9671.7108 +1075.5000,1.0000,15013.5296,78.7805,78.8530,-0.0403,0.0000,6,1258.0100,322.2545,666.6155,-83.1907,42.4533,87.8189,-10.9594,-0.0894,36.7809,0.0000,36.7809,5.7618,36.7809,1.3246,0.0000,35.4563,0.0000,35.4563,8.5956,26.8607,0.0000,26.8607,-0.0782,26.9390,0.0000,20.2013,14.5488,-7.8111,8617.2276,8617.2276,8617.2276,8617.2276,8617.2276 +1076.5000,1.0000,15035.3916,78.6930,78.7080,-0.0083,0.0000,6,1256.6128,373.2315,648.0516,-83.1079,49.1144,85.2785,-10.9363,-0.0185,43.3769,0.0000,43.3769,5.7559,43.3769,1.4555,0.0000,41.9214,0.0000,41.9214,8.5860,33.3354,0.0000,33.3354,-0.0162,33.3516,0.0000,20.4332,14.5327,-1.6143,9874.8067,9874.8067,9874.8067,9874.8067,9874.8067 +1077.5000,1.0000,15057.2464,78.6675,78.6780,-0.0058,0.0000,6,1256.2056,371.5843,670.0557,-83.0837,48.8817,88.1455,-10.9296,-0.0129,43.1445,0.0000,43.1445,5.7502,43.1445,1.4506,0.0000,41.6939,0.0000,41.6939,8.5832,33.1107,0.0000,33.1107,-0.0113,33.1220,0.0000,19.7237,14.5279,-1.1296,9829.2171,9829.2171,9829.2171,9829.2171,9829.2171 +1078.5000,1.0000,15079.0946,78.6435,78.6570,-0.0075,0.0000,6,1255.8223,283.2780,669.2738,-83.0610,37.2537,88.0158,-10.9233,-0.0166,31.5036,0.0000,31.5036,5.7668,31.5036,1.2175,0.0000,30.2861,0.0000,30.2861,8.5806,21.7055,0.0000,21.7055,-0.0145,21.7200,0.0000,8.6485,14.5235,-1.4520,7648.2065,7648.2065,7648.2065,7648.2065,7648.2065 +1079.5000,1.0000,15100.9716,78.7470,78.6300,0.0650,0.0000,6,1257.4751,329.2708,630.9436,-83.1590,43.3592,83.0842,-10.9506,0.1443,37.4553,0.0000,37.4553,5.7596,37.4553,1.3377,0.0000,36.1176,0.0000,36.1176,8.5919,27.5257,0.0000,27.5257,0.1262,27.3995,0.0000,0.2567,14.5426,12.6002,8780.7217,8780.7217,8780.7217,8780.7217,8780.7217 +1080.5000,1.0000,15122.9161,78.9905,78.8640,0.0703,0.0000,6,1261.3634,335.4029,651.3398,-83.3896,44.3033,86.0353,-11.0149,0.1565,38.3671,0.0000,38.3671,5.7797,38.3671,1.3588,0.0000,37.0083,0.0000,37.0083,8.6185,28.3899,0.0000,28.3899,0.1369,28.2530,0.0000,0.0000,14.5876,13.6654,8952.6237,8952.6237,8952.6237,8952.6237,8952.6237 +1081.5000,1.0000,15144.8760,79.0455,79.1170,-0.0397,0.0000,6,1262.2417,166.5271,654.4896,-83.4417,22.0118,86.5115,-11.0295,-0.0885,16.3343,0.0000,16.3343,5.7660,16.3343,0.9188,0.0000,15.4155,0.0000,15.4155,8.6245,6.7910,0.0000,6.7910,-0.0774,6.8685,0.0000,0.0000,14.5977,-7.7293,4805.3889,4805.3889,4805.3889,4805.3889,4805.3889 +1082.5000,1.0000,15166.7859,78.8655,78.9740,-0.0603,0.0000,6,1259.3674,135.1524,580.9452,-83.2712,17.8240,76.6154,-10.9819,-0.1340,12.1834,0.0000,12.1834,5.7746,12.1834,0.8336,0.0000,11.3498,0.0000,11.3498,8.6048,2.7449,0.0000,2.7449,-0.1172,2.8621,0.0000,0.0000,14.5645,-11.7024,4011.9880,4011.9880,4011.9880,4011.9880,4011.9880 +1083.5000,1.0000,15188.5879,78.4775,78.7570,-0.1553,0.0000,6,1253.1716,-8.0810,565.9996,-82.9038,-1.0605,74.2772,-10.8796,-0.3435,-6.3962,0.0000,-6.3962,5.6792,-6.3962,0.8463,0.0000,-7.2425,0.0000,-7.2425,8.5625,-15.8050,0.0000,-15.8050,-0.3004,-15.5046,0.0000,0.0000,14.4929,-29.9974,1424.3181,1424.3181,1424.3181,1424.3181,1424.3181 +1084.5000,1.0000,15210.2211,77.8695,78.1980,-0.1825,0.0000,6,1243.4627,-48.3252,500.5480,-82.3280,-6.2927,65.1789,-10.7203,-0.4006,-11.5674,0.0000,-11.5674,5.6753,-11.5674,0.8894,0.0000,-12.4568,0.0000,-12.4568,8.4962,-20.9530,0.0000,-20.9530,-0.3504,-20.6026,0.0000,0.0000,14.3806,-34.9832,608.7884,608.7884,608.7884,608.7884,608.7884 +1085.5000,1.0000,15231.6607,77.1725,77.5410,-0.2047,0.0000,6,1232.3326,-81.0736,479.5400,-81.6679,-10.4625,61.8844,-10.5392,-0.4453,-15.6884,0.0000,-15.6884,5.6712,-15.6884,0.9209,0.0000,-16.6092,0.0000,-16.6092,8.4201,-25.0294,0.0000,-25.0294,-0.3895,-24.6398,0.0000,0.0000,14.2519,-38.8917,0.0000,0.0000,0.0000,0.0000,0.0000 +1086.5000,1.0000,15252.9070,76.4765,76.8040,-0.1819,0.0000,6,1221.2185,-46.5886,461.6729,-81.0087,-5.9580,59.0414,-10.3599,-0.3922,-11.2615,0.0000,-11.2615,5.6956,-11.2615,0.8669,0.0000,-12.1283,0.0000,-12.1283,8.3442,-20.4725,0.0000,-20.4725,-0.3431,-20.1295,0.0000,0.0000,14.1233,-34.2528,601.7704,601.7704,601.7704,601.7704,601.7704 +1087.5000,1.0000,15274.0278,76.0250,76.1490,-0.0689,0.0000,6,1214.0087,122.3976,475.2324,-80.5811,15.5605,60.4166,-10.2443,-0.1476,10.0721,0.0000,10.0721,5.6361,10.0721,0.7587,0.0000,9.3133,0.0000,9.3133,8.2949,1.0184,0.0000,1.0184,-0.1291,1.1475,0.0000,0.0000,14.0399,-12.8924,3610.7308,3610.7308,3610.7308,3610.7308,3610.7308 +1088.5000,1.0000,15295.0795,75.7760,75.9010,-0.0694,0.0000,6,1210.0325,121.4977,550.2972,-80.3453,15.3955,69.7305,-10.1809,-0.1483,9.9312,0.0000,9.9312,5.6126,9.9312,0.7531,0.0000,9.1781,0.0000,9.1781,8.2678,0.9104,0.0000,0.9104,-0.1297,1.0401,0.0000,0.0000,13.9940,-12.9538,3580.5654,3580.5654,3580.5654,3580.5654,3580.5654 +1089.5000,1.0000,15316.1075,75.6910,75.6510,0.0222,0.0000,6,1208.6752,262.1129,549.4648,-80.2648,33.1762,69.5470,-10.1593,0.0474,27.5228,0.0000,27.5228,5.6060,27.5228,1.1040,0.0000,26.4188,0.0000,26.4188,8.2585,18.1603,0.0000,18.1603,0.0415,18.1188,0.0000,0.0000,13.9783,4.1406,6854.3708,6854.3708,6854.3708,6854.3708,6854.3708 +1090.5000,1.0000,15337.1516,75.7485,75.7310,0.0097,0.0000,6,1209.5934,243.2277,612.6690,-80.3192,30.8092,77.6058,-10.1739,0.0208,25.1417,0.0000,25.1417,5.6468,25.1417,1.0570,0.0000,24.0847,0.0000,24.0847,8.2648,15.8199,0.0000,15.8199,0.0182,15.8018,0.0000,0.0000,13.9889,1.8129,6416.3859,6416.3859,6416.3859,6416.3859,6416.3859 +1091.5000,1.0000,15358.2093,75.7980,75.7660,0.0178,0.0000,6,1210.3838,255.7096,604.3582,-80.3661,32.4115,76.6031,-10.1865,0.0380,26.7074,0.0000,26.7074,5.6661,26.7074,1.0889,0.0000,25.6185,0.0000,25.6185,8.2702,17.3484,0.0000,17.3484,0.0332,17.3152,0.0000,0.0000,13.9980,3.3171,6712.4194,6712.4194,6712.4194,6712.4194,6712.4194 +1092.5000,1.0000,15379.2753,75.8275,75.8300,-0.0014,0.0000,6,1210.8549,226.4239,610.0761,-80.3941,28.7107,77.3579,-10.1940,-0.0030,23.0307,0.0000,23.0307,5.6829,23.0307,1.0157,0.0000,22.0150,0.0000,22.0150,8.2734,13.7416,0.0000,13.7416,-0.0026,13.7442,0.0000,0.0000,14.0035,-0.2593,6028.7579,6028.7579,6028.7579,6028.7579,6028.7579 +1093.5000,1.0000,15400.3329,75.7975,75.8250,-0.0153,0.0000,6,1210.3759,204.8195,596.9260,-80.3657,25.9609,75.6605,-10.1864,-0.0326,20.3506,0.0000,20.3506,5.6430,20.3506,0.9617,0.0000,19.3888,0.0000,19.3888,8.2701,11.1187,0.0000,11.1187,-0.0286,11.1473,0.0000,0.0000,13.9979,-2.8507,5520.5353,5520.5353,5520.5353,5520.5353,5520.5353 +1094.5000,1.0000,15421.3734,75.7355,75.7700,-0.0192,0.0000,6,1209.3858,199.0942,587.0628,-80.3069,25.2146,74.3495,-10.1706,-0.0409,19.5864,0.0000,19.5864,5.6691,19.5864,0.9458,0.0000,18.6407,0.0000,18.6407,8.2633,10.3773,0.0000,10.3773,-0.0358,10.4131,0.0000,0.0000,13.9865,-3.5733,5380.1379,5380.1379,5380.1379,5380.1379,5380.1379 +1095.5000,1.0000,15442.3950,75.6680,75.7010,-0.0183,0.0000,6,1208.3079,200.2749,584.2750,-80.2430,25.3415,73.9305,-10.1534,-0.0391,19.7287,0.0000,19.7287,5.6520,19.7287,0.9478,0.0000,18.7808,0.0000,18.7808,8.2560,10.5249,0.0000,10.5249,-0.0342,10.5591,0.0000,0.0000,13.9740,-3.4149,5404.4029,5404.4029,5404.4029,5404.4029,5404.4029 +1096.5000,1.0000,15463.3992,75.6050,75.6350,-0.0167,0.0000,6,1207.3019,202.8654,584.5954,-80.1833,25.6479,73.9094,-10.1374,-0.0355,20.0317,0.0000,20.0317,5.6518,20.0317,0.9532,0.0000,19.0785,0.0000,19.0785,8.2491,10.8294,0.0000,10.8294,-0.0311,10.8605,0.0000,0.0000,13.9624,-3.1019,5460.3541,5460.3541,5460.3541,5460.3541,5460.3541 +1097.5000,1.0000,15484.3838,75.5345,75.5750,-0.0225,0.0000,6,1206.1761,193.5416,585.5417,-80.1166,24.4463,73.9600,-10.1196,-0.0479,18.8948,0.0000,18.8948,5.5994,18.8948,0.9296,0.0000,17.9652,0.0000,17.9652,8.2414,9.7238,0.0000,9.7238,-0.0419,9.7657,0.0000,0.0000,13.9494,-4.1837,5225.4770,5225.4770,5225.4770,5225.4770,5225.4770 +1098.5000,1.0000,15505.3723,75.5485,75.4940,0.0303,0.0000,6,1206.3997,274.9046,581.2900,-80.1298,34.7298,73.4366,-10.1231,0.0645,29.0144,0.0000,29.0144,5.6509,29.0144,1.1322,0.0000,27.8822,0.0000,27.8822,8.2429,19.6393,0.0000,19.6393,0.0564,19.5829,0.0000,0.0000,13.9519,5.6309,7143.2807,7143.2807,7143.2807,7143.2807,7143.2807 +1099.5000,1.0000,15526.3773,75.6080,75.6030,0.0028,0.0000,6,1207.3498,232.6560,617.9957,-80.1862,29.4155,78.1353,-10.1382,0.0059,23.7624,0.0000,23.7624,5.6472,23.7624,1.0278,0.0000,22.7345,0.0000,22.7345,8.2494,14.4851,0.0000,14.4851,0.0052,14.4799,0.0000,0.0000,13.9629,0.5170,6158.2742,6158.2742,6158.2742,6158.2742,6158.2742 +1100.5000,1.0000,15547.3864,75.6230,75.6130,0.0056,0.0000,6,1207.5894,236.8713,599.1186,-80.2004,29.9544,75.7636,-10.1420,0.0118,24.3001,0.0000,24.3001,5.6424,24.3001,1.0388,0.0000,23.2613,0.0000,23.2613,8.2511,15.0103,0.0000,15.0103,0.0104,14.9999,0.0000,0.0000,13.9657,1.0342,6258.1207,6258.1207,6258.1207,6258.1207,6258.1207 +1101.5000,1.0000,15568.4057,75.6595,75.6330,0.0147,0.0000,6,1208.1722,250.9092,601.0963,-80.2350,31.7449,76.0504,-10.1513,0.0314,26.0715,0.0000,26.0715,5.6420,26.0715,1.0746,0.0000,24.9969,0.0000,24.9969,8.2550,16.7419,0.0000,16.7419,0.0275,16.7144,0.0000,0.0000,13.9724,2.7420,6589.6212,6589.6212,6589.6212,6589.6212,6589.6212 +1102.5000,1.0000,15589.4360,75.6990,75.6860,0.0072,0.0000,6,1208.8030,239.2229,607.5183,-80.2724,30.2822,76.9030,-10.1613,0.0154,24.6449,0.0000,24.6449,5.6218,24.6449,1.0465,0.0000,23.5984,0.0000,23.5984,8.2594,15.3390,0.0000,15.3390,0.0135,15.3256,0.0000,0.0000,13.9797,1.3458,6318.8857,6318.8857,6318.8857,6318.8857,6318.8857 +1103.5000,1.0000,15610.4743,75.7280,75.7120,0.0089,0.0000,6,1209.2660,242.0687,602.3748,-80.2998,30.6541,76.2812,-10.1687,0.0190,24.9747,0.0000,24.9747,5.6605,24.9747,1.0534,0.0000,23.9212,0.0000,23.9212,8.2625,15.6587,0.0000,15.6587,0.0166,15.6421,0.0000,0.0000,13.9851,1.6570,6387.7074,6387.7074,6387.7074,6387.7074,6387.7074 +1104.5000,1.0000,15631.5360,75.8120,75.7440,0.0378,0.0000,6,1210.6074,286.3263,603.8320,-80.3794,36.2989,76.5505,-10.1901,0.0807,30.5592,0.0000,30.5592,5.6589,30.5592,1.1661,0.0000,29.3931,0.0000,29.3931,8.2717,21.1214,0.0000,21.1214,0.0706,21.0508,0.0000,0.0000,14.0006,7.0502,7430.5108,7430.5108,7430.5108,7430.5108,7430.5108 +1105.5000,1.0000,15652.6200,75.8925,75.8800,0.0069,0.0000,6,1211.8929,239.3633,623.9088,-80.4556,30.3774,79.1797,-10.2106,0.0149,24.6552,0.0000,24.6552,5.7073,24.6552,1.0489,0.0000,23.6063,0.0000,23.6063,8.2805,15.3258,0.0000,15.3258,0.0130,15.3128,0.0000,0.0000,14.0155,1.2974,6336.6659,6336.6659,6336.6659,6336.6659,6336.6659 +1106.5000,1.0000,15673.7160,75.9355,75.9050,0.0169,0.0000,6,1212.5795,255.5954,603.0593,-80.4963,32.4558,76.5771,-10.2215,0.0363,26.5959,0.0000,26.5959,5.8236,26.5959,1.0882,0.0000,25.5077,0.0000,25.5077,8.2852,17.2225,0.0000,17.2225,0.0317,17.1908,0.0000,0.0000,14.0234,3.1674,6720.0416,6720.0416,6720.0416,6720.0416,6720.0416 +1107.5000,1.0000,15694.8186,75.9595,75.9660,-0.0036,0.0000,6,1212.9628,224.0607,610.4314,-80.5191,28.4604,77.5377,-10.2276,-0.0077,22.6431,0.0000,22.6431,5.8251,22.6431,1.0094,0.0000,21.6336,0.0000,21.6336,8.2878,13.3458,0.0000,13.3458,-0.0068,13.3526,0.0000,0.0000,14.0278,-0.6752,5983.2959,5983.2959,5983.2959,5983.2959,5983.2959 +1108.5000,1.0000,15715.9316,75.9965,75.9530,0.0242,0.0000,6,1213.5536,267.3284,596.4060,-80.5541,33.9729,75.7931,-10.2371,0.0518,28.0100,0.0000,28.0100,5.9111,28.0100,1.1172,0.0000,26.8928,0.0000,26.8928,8.2918,18.6010,0.0000,18.6010,0.0453,18.5557,0.0000,0.0000,14.0347,4.5211,6999.3972,6999.3972,6999.3972,6999.3972,6999.3972 +1109.5000,1.0000,15737.0642,76.0675,76.0400,0.0153,0.0000,6,1214.6874,253.4424,615.9337,-80.6214,32.2383,78.3479,-10.2552,0.0328,26.3210,0.0000,26.3210,5.8845,26.3210,1.0842,0.0000,25.2368,0.0000,25.2368,8.2996,16.9372,0.0000,16.9372,0.0287,16.9086,0.0000,0.0000,14.0478,2.8608,6679.5051,6679.5051,6679.5051,6679.5051,6679.5051 +1110.5000,1.0000,15758.2234,76.1630,76.0950,0.0378,0.0000,6,1216.2124,288.3876,609.9784,-80.7118,36.7295,77.6877,-10.2796,0.0811,30.7021,0.0000,30.7021,5.9462,30.7021,1.1729,0.0000,29.5292,0.0000,29.5292,8.3100,21.2192,0.0000,21.2192,0.0709,21.1483,0.0000,0.0000,14.0654,7.0829,7514.1364,7514.1364,7514.1364,7514.1364,7514.1364 +1111.5000,1.0000,15779.3974,76.2165,76.2310,-0.0081,0.0000,6,1217.0667,218.4924,625.8086,-80.7625,27.8471,79.7599,-10.2933,-0.0173,21.8613,0.0000,21.8613,6.0031,21.8613,0.9967,0.0000,20.8646,0.0000,20.8646,8.3158,12.5488,0.0000,12.5488,-0.0151,12.5639,0.0000,0.0000,14.0753,-1.5114,5872.1354,5872.1354,5872.1354,5872.1354,5872.1354 +1112.5000,1.0000,15800.5741,76.2260,76.2020,0.0133,0.0000,6,1217.2184,250.9883,594.6834,-80.7715,31.9927,75.8024,-10.2957,0.0286,26.0005,0.0000,26.0005,5.9635,26.0005,1.0796,0.0000,24.9209,0.0000,24.9209,8.3169,16.6040,0.0000,16.6040,0.0251,16.5790,0.0000,0.0000,14.0771,2.5019,6633.9001,6633.9001,6633.9001,6633.9001,6633.9001 +1113.5000,1.0000,15821.7667,76.2835,76.2500,0.0186,0.0000,6,1218.1366,259.3244,609.3067,-80.8259,33.0802,77.7250,-10.3104,0.0400,27.0418,0.0000,27.0418,5.9984,27.0418,1.1011,0.0000,25.9407,0.0000,25.9407,8.3231,17.6176,0.0000,17.6176,0.0350,17.5826,0.0000,0.0000,14.0877,3.4949,6833.4390,6833.4390,6833.4390,6833.4390,6833.4390 +1114.5000,1.0000,15842.9799,76.3575,76.3170,0.0225,0.0000,6,1219.3182,265.0018,613.2250,-80.8960,33.8372,78.3007,-10.3293,0.0484,27.8217,0.0000,27.8217,5.9671,27.8217,1.1175,0.0000,26.7042,0.0000,26.7042,8.3312,18.3730,0.0000,18.3730,0.0424,18.3306,0.0000,0.0000,14.1013,4.2293,6971.9457,6971.9457,6971.9457,6971.9457,6971.9457 +1115.5000,1.0000,15864.2135,76.4310,76.3980,0.0183,0.0000,6,1220.4919,258.7692,615.9770,-80.9656,33.0732,78.7278,-10.3482,0.0395,27.0408,0.0000,27.0408,5.9929,27.0408,1.1027,0.0000,25.9381,0.0000,25.9381,8.3392,17.5988,0.0000,17.5988,0.0345,17.5643,0.0000,0.0000,14.1149,3.4494,6831.4829,6831.4829,6831.4829,6831.4829,6831.4829 +1116.5000,1.0000,15885.4518,76.4480,76.4640,-0.0089,0.0000,6,1220.7634,216.3339,613.3376,-80.9817,27.6557,78.4079,-10.3525,-0.0192,21.7670,0.0000,21.7670,5.9078,21.7670,0.9975,0.0000,20.7696,0.0000,20.7696,8.3411,12.4285,0.0000,12.4285,-0.0168,12.4453,0.0000,0.0000,14.1181,-1.6728,5838.9191,5838.9191,5838.9191,5838.9191,5838.9191 +1117.5000,1.0000,15906.6735,76.3880,76.4320,-0.0244,0.0000,6,1219.8053,192.6989,594.3287,-80.9249,24.6149,75.9182,-10.3372,-0.0526,18.7350,0.0000,18.7350,5.9325,18.7350,0.9361,0.0000,17.7989,0.0000,17.7989,8.3345,9.4644,0.0000,9.4644,-0.0460,9.5104,0.0000,0.0000,14.1070,-4.5966,5267.4599,5267.4599,5267.4599,5267.4599,5267.4599 +1118.5000,1.0000,15927.8292,76.1505,76.3440,-0.1075,0.0000,6,1216.0128,66.2918,583.1879,-80.7000,8.4416,74.2635,-10.2764,-0.2307,2.7406,0.0000,2.7406,5.9318,2.7406,0.7223,0.0000,2.0183,0.0000,2.0183,8.3086,-6.2904,0.0000,-6.2904,-0.2018,-6.0885,0.0000,0.0000,14.0631,-20.1516,2559.7652,2559.7652,2559.7652,2559.7652,2559.7652 +1119.5000,1.0000,15948.8482,75.6585,75.9570,-0.1658,0.0000,6,1208.1562,-20.2736,524.6647,-80.2340,-2.5650,66.3794,-10.1510,-0.3537,-8.1436,0.0000,-8.1436,5.9322,-8.1436,0.8244,0.0000,-8.9679,0.0000,-8.9679,8.2549,-17.2229,0.0000,-17.2229,-0.3093,-16.9135,0.0000,0.0000,13.9723,-30.8858,1088.1467,1088.1467,1088.1467,1088.1467,1088.1467 +1120.5000,1.0000,15969.6893,75.0180,75.3600,-0.1900,0.0000,6,1197.9284,-55.8484,482.6852,-79.6267,-7.0060,60.5513,-9.9889,-0.4018,-12.5401,0.0000,-12.5401,5.9358,-12.5401,0.8595,0.0000,-13.3996,0.0000,-13.3996,8.1851,-21.5846,0.0000,-21.5846,-0.3514,-21.2332,0.0000,0.0000,13.8540,-35.0872,372.1732,372.1732,372.1732,372.1732,372.1732 +1121.5000,1.0000,15990.3906,74.5145,74.6760,-0.0897,0.0000,6,1189.8882,93.0289,464.0487,-79.1471,11.5919,57.8227,-9.8621,-0.1884,5.9364,0.0000,5.9364,5.8439,5.9364,0.6678,0.0000,5.2685,0.0000,5.2685,8.1301,-2.8616,0.0000,-2.8616,-0.1648,-2.6967,0.0000,0.0000,13.7610,-16.4577,2945.1187,2945.1187,2945.1187,2945.1187,2945.1187 +1122.5000,1.0000,16010.9896,74.1465,74.3530,-0.1147,0.0000,6,1184.0118,56.0058,530.6136,-78.7966,6.9441,65.7905,-9.7699,-0.2398,1.3425,0.0000,1.3425,5.8414,1.3425,0.7087,0.0000,0.6337,0.0000,0.6337,8.0900,-7.4563,0.0000,-7.4563,-0.2097,-7.2465,0.0000,0.0000,13.6930,-20.9396,2350.3805,2350.3805,2350.3805,2350.3805,2350.3805 +1123.5000,1.0000,16031.4575,73.6745,73.9400,-0.1475,0.0000,6,1176.4746,7.1705,511.6443,-78.3469,0.8834,63.0347,-9.6524,-0.3063,-4.6127,0.0000,-4.6127,5.8024,-4.6127,0.7618,0.0000,-5.3745,0.0000,-5.3745,8.0385,-13.4130,0.0000,-13.4130,-0.2679,-13.1450,0.0000,0.0000,13.6059,-26.7509,1550.8787,1550.8787,1550.8787,1550.8787,1550.8787 +1124.5000,1.0000,16051.7873,73.1770,73.4090,-0.1289,0.0000,6,1168.5303,34.6006,486.8795,-77.8730,4.2340,59.5786,-9.5292,-0.2659,-1.2308,0.0000,-1.2308,5.7307,-1.2308,0.7213,0.0000,-1.9521,0.0000,-1.9521,7.9842,-9.9363,0.0000,-9.9363,-0.2325,-9.7037,0.0000,0.0000,13.5140,-23.2177,1998.6132,1998.6132,1998.6132,1998.6132,1998.6132 +1125.5000,1.0000,16071.9934,72.7320,72.9450,-0.1183,0.0000,6,1161.4243,49.9426,497.6749,-77.4492,6.0742,60.5292,-9.4197,-0.2426,0.6649,0.0000,0.6649,5.6519,0.6649,0.6963,0.0000,-0.0314,0.0000,-0.0314,7.9356,-7.9670,0.0000,-7.9670,-0.2122,-7.7548,0.0000,0.0000,13.4318,-21.1866,2238.8165,2238.8165,2238.8165,2238.8165,2238.8165 +1126.5000,1.0000,16092.0761,72.2880,72.5190,-0.1283,0.0000,6,1154.3343,34.8160,502.9468,-77.0262,4.2086,60.7970,-9.3111,-0.2615,-1.1204,0.0000,-1.1204,5.5905,-1.1204,0.7082,0.0000,-1.8285,0.0000,-1.8285,7.8872,-9.7157,0.0000,-9.7157,-0.2287,-9.4870,0.0000,0.0000,13.3498,-22.8368,1992.7528,1992.7528,1992.7528,1992.7528,1992.7528 +1127.5000,1.0000,16112.0570,71.9210,72.0570,-0.0756,0.0000,6,1148.4738,113.6219,494.2919,-76.6766,13.6651,59.4474,-9.2217,-0.1532,8.2960,0.0000,8.2960,5.5223,8.2960,0.6775,0.0000,7.6184,0.0000,7.6184,7.8471,-0.2287,0.0000,-0.2287,-0.1340,-0.0947,0.0000,0.0000,13.2820,-13.3768,3243.2502,3243.2502,3243.2502,3243.2502,3243.2502 +1128.5000,1.0000,16131.9624,71.6495,71.7850,-0.0753,0.0000,6,1144.1383,113.9837,530.1134,-76.4180,13.6568,63.5149,-9.1559,-0.1520,8.3141,0.0000,8.3141,5.4948,8.3141,0.6749,0.0000,7.6392,0.0000,7.6392,7.8175,-0.1784,0.0000,-0.1784,-0.1330,-0.0454,0.0000,0.0000,13.2319,-13.2773,3246.0945,3246.0945,3246.0945,3246.0945,3246.0945 +1129.5000,1.0000,16151.7823,71.3415,71.5140,-0.0958,0.0000,6,1139.2200,82.7817,529.1188,-76.1246,9.8758,63.1233,-9.0816,-0.1927,4.5985,0.0000,4.5985,5.4700,4.5985,0.6383,0.0000,3.9602,0.0000,3.9602,7.7839,-3.8237,0.0000,-3.8237,-0.1686,-3.6551,0.0000,0.0000,13.1750,-16.8302,2748.3854,2748.3854,2748.3854,2748.3854,2748.3854 +1130.5000,1.0000,16171.4886,70.9330,71.1690,-0.1311,0.0000,6,1132.6969,30.2602,512.8491,-75.7355,3.5893,60.8320,-8.9834,-0.2621,-1.5894,0.0000,-1.5894,5.4409,-1.5894,0.6947,0.0000,-2.2841,0.0000,-2.2841,7.7394,-10.0235,0.0000,-10.0235,-0.2293,-9.7942,0.0000,0.0000,13.0996,-22.8938,1894.6781,1894.6781,1894.6781,1894.6781,1894.6781 +1131.5000,1.0000,16191.0561,70.4330,70.6970,-0.1467,0.0000,6,1124.7126,6.7430,485.9056,-75.2592,0.7942,57.2298,-8.8640,-0.2912,-4.2772,0.0000,-4.2772,5.3625,-4.2772,0.7149,0.0000,-4.9921,0.0000,-4.9921,7.6848,-12.6769,0.0000,-12.6769,-0.2547,-12.4222,0.0000,0.0000,13.0072,-25.4294,1423.3325,1423.3325,1423.3325,1423.3325,1423.3325 +1132.5000,1.0000,16210.4961,69.9740,70.1690,-0.1083,0.0000,6,1117.3830,64.1244,472.7478,-74.8220,7.5033,55.3172,-8.7551,-0.2137,2.3521,0.0000,2.3521,5.3649,2.3521,0.6426,0.0000,1.7096,0.0000,1.7096,7.6347,-5.9251,0.0000,-5.9251,-0.1869,-5.7382,0.0000,0.0000,12.9225,-18.6607,2436.3110,2436.3110,2436.3110,2436.3110,2436.3110 +1133.5000,1.0000,16229.8288,69.5875,69.7790,-0.1064,0.0000,6,1111.2112,66.8702,498.6078,-74.4538,7.7814,58.0209,-8.6639,-0.2087,2.6708,0.0000,2.6708,5.3192,2.6708,0.6343,0.0000,2.0366,0.0000,2.0366,7.5925,-5.5560,0.0000,-5.5560,-0.1825,-5.3735,0.0000,0.0000,12.8511,-18.2245,2476.0914,2476.0914,2476.0914,2476.0914,2476.0914 +1134.5000,1.0000,16249.0500,69.1865,69.3960,-0.1164,0.0000,6,1104.8078,51.9872,498.3479,-74.0719,6.0147,57.6565,-8.5698,-0.2270,0.9508,0.0000,0.9508,5.2908,0.9508,0.6462,0.0000,0.3046,0.0000,0.3046,7.5488,-7.2442,0.0000,-7.2442,-0.1985,-7.0456,0.0000,0.0000,12.7770,-19.8227,2234.3650,2234.3650,2234.3650,2234.3650,2234.3650 +1135.5000,1.0000,16268.1941,68.9085,68.9770,-0.0381,0.0000,6,1100.3685,170.8756,490.0348,-73.8071,19.6901,56.4669,-8.5048,-0.0739,14.4932,0.0000,14.4932,5.2707,14.4932,0.7691,0.0000,13.7241,0.0000,13.7241,7.5185,6.2057,0.0000,6.2057,-0.0647,6.2703,0.0000,0.0000,12.7257,-6.4554,4263.8814,4263.8814,4263.8814,4263.8814,4263.8814 +1136.5000,1.0000,16287.3642,69.0025,68.8400,0.0903,0.0000,6,1101.8696,367.7446,547.1516,-73.8966,42.4331,63.1345,-8.5267,0.1756,36.9799,0.0000,36.9799,5.2777,36.9799,1.2198,0.0000,35.7600,0.0000,35.7600,7.5287,28.2313,0.0000,28.2313,0.1536,28.0777,0.0000,0.0000,12.7431,15.3347,8539.2599,8539.2599,8539.2599,8539.2599,8539.2599 +1137.5000,1.0000,16306.6356,69.3670,69.1650,0.1122,0.0000,6,1107.6901,401.1416,641.6230,-74.2438,46.5312,74.4264,-8.6121,0.2194,41.0385,0.0000,41.0385,5.2733,41.0385,1.3049,0.0000,39.7337,0.0000,39.7337,7.5685,32.1652,0.0000,32.1652,0.1919,31.9733,0.0000,0.0000,12.8104,19.1629,9375.6925,9375.6925,9375.6925,9375.6925,9375.6925 +1138.5000,1.0000,16326.0342,69.8250,69.5690,0.1422,0.0000,6,1115.0037,446.9179,658.4051,-74.6801,52.1834,76.8773,-8.7199,0.2799,46.6257,0.0000,46.6257,5.2778,46.6257,1.4215,0.0000,45.2042,0.0000,45.2042,7.6185,37.5858,0.0000,37.5858,0.2448,37.3409,0.0000,0.0000,12.8950,24.4460,10354.7901,10354.7901,10354.7901,10354.7901,10354.7901 +1139.5000,1.0000,16345.5871,70.3805,70.0810,0.1664,0.0000,6,1123.8742,483.8034,681.0696,-75.2092,56.9397,80.1563,-8.8515,0.3301,51.3140,0.0000,51.3140,5.2957,51.3140,1.5212,0.0000,49.7928,0.0000,49.7928,7.6791,42.1137,0.0000,42.1137,0.2887,41.8250,0.0000,0.0000,12.9975,28.8274,11338.2798,11338.2798,11338.2798,11338.2798,11338.2798 +1140.5000,1.0000,16365.2927,70.9300,70.6800,0.1389,0.0000,6,1132.6490,441.8896,699.6496,-75.7327,52.4128,82.9860,-8.9827,0.2777,46.7680,0.0000,46.7680,5.3672,46.7680,1.4362,0.0000,45.3318,0.0000,45.3318,7.7390,37.5927,0.0000,37.5927,0.2429,37.3499,0.0000,0.0000,13.0990,24.2508,10412.2807,10412.2807,10412.2807,10412.2807,10412.2807 +1141.5000,1.0000,16385.1096,71.3310,71.1800,0.0839,0.0000,6,1139.0524,357.5390,681.4877,-76.1146,42.6477,81.2887,-9.0791,0.1687,37.0805,0.0000,37.0805,5.3985,37.0805,1.2468,0.0000,35.8337,0.0000,35.8337,7.7828,28.0509,0.0000,28.0509,0.1475,27.9034,0.0000,0.0000,13.1731,14.7303,8589.8212,8589.8212,8589.8212,8589.8212,8589.8212 +1142.5000,1.0000,16405.0289,71.6995,71.4820,0.1208,0.0000,6,1144.9368,414.1758,643.2635,-76.4656,49.6586,77.1257,-9.1680,0.2442,43.9939,0.0000,43.9939,5.4205,43.9939,1.3891,0.0000,42.6048,0.0000,42.6048,7.8230,34.7818,0.0000,34.7818,0.2136,34.5682,0.0000,0.0000,13.2411,21.3271,9926.3978,9926.3978,9926.3978,9926.3978,9926.3978 +1143.5000,1.0000,16425.0373,72.0200,71.9170,0.0572,0.0000,6,1150.0547,332.6215,670.5623,-76.7709,40.0588,80.7581,-9.2458,0.1162,32.5688,0.0000,32.5688,7.3738,32.5688,1.1641,0.0000,31.4048,0.0000,31.4048,7.8580,23.5468,0.0000,23.5468,0.1016,23.4452,0.0000,0.0000,13.3003,10.1449,8083.4003,8083.4003,8083.4003,8083.4003,8083.4003 +1144.5000,1.0000,16445.1257,72.3085,72.1230,0.1031,0.0000,6,1154.6616,403.1915,633.6481,-77.0458,48.7522,76.6181,-9.3161,0.2100,41.1086,0.0000,41.1086,7.4336,41.1086,1.3380,0.0000,39.7706,0.0000,39.7706,7.8894,31.8811,0.0000,31.8811,0.1837,31.6974,0.0000,0.0000,13.3536,18.3438,9786.8930,9786.8930,9786.8930,9786.8930,9786.8930 +1145.5000,1.0000,16465.2949,72.5990,72.4940,0.0583,0.0000,6,1159.3005,334.2125,667.0829,-77.3225,40.5739,80.9850,-9.3871,0.1194,33.0376,0.0000,33.0376,7.4170,33.0376,1.1798,0.0000,31.8578,0.0000,31.8578,7.9211,23.9367,0.0000,23.9367,0.1044,23.8323,0.0000,0.0000,13.4072,10.4250,8194.2758,8194.2758,8194.2758,8194.2758,8194.2758 +1146.5000,1.0000,16485.5279,72.8290,72.7040,0.0694,0.0000,6,1162.9732,351.0555,636.0556,-77.5416,42.7537,77.4628,-9.4435,0.1426,35.1962,0.0000,35.1962,7.4150,35.1962,1.2255,0.0000,33.9707,0.0000,33.9707,7.9462,26.0245,0.0000,26.0245,0.1247,25.8998,0.0000,0.0000,13.4497,12.4501,8624.3045,8624.3045,8624.3045,8624.3045,8624.3045 +1147.5000,1.0000,16505.8263,73.0640,72.9540,0.0611,0.0000,6,1166.7258,338.4399,644.4929,-77.7654,41.3503,78.7437,-9.5013,0.1259,33.7659,0.0000,33.7659,7.4585,33.7659,1.1995,0.0000,32.5665,0.0000,32.5665,7.9719,24.5946,0.0000,24.5946,0.1101,24.4845,0.0000,0.0000,13.4931,10.9914,8353.5547,8353.5547,8353.5547,8353.5547,8353.5547 +1148.5000,1.0000,16526.1541,73.1700,73.1740,-0.0022,0.0000,6,1168.4185,240.8011,639.2815,-77.8664,29.4636,78.2203,-9.5275,-0.0046,22.0583,0.0000,22.0583,7.4098,22.0583,0.9665,0.0000,21.0918,0.0000,21.0918,7.9834,13.1084,0.0000,13.1084,-0.0040,13.1124,0.0000,0.0000,13.5127,-0.4003,6120.4946,6120.4946,6120.4946,6120.4946,6120.4946 +1149.5000,1.0000,16546.4741,73.1420,73.1660,-0.0133,0.0000,6,1167.9714,223.5840,594.4531,-77.8397,27.3465,72.7074,-9.5205,-0.0275,19.9879,0.0000,19.9879,7.3860,19.9879,0.9248,0.0000,19.0632,0.0000,19.0632,7.9804,11.0828,0.0000,11.0828,-0.0240,11.1068,0.0000,0.0000,13.5075,-2.4007,5714.5207,5714.5207,5714.5207,5714.5207,5714.5207 +1150.5000,1.0000,16566.7293,72.9090,73.1180,-0.1161,0.0000,6,1164.2507,67.9556,585.9934,-77.6178,8.2852,71.4444,-9.4632,-0.2386,1.0660,0.0000,1.0660,7.4577,1.0660,0.6947,0.0000,0.3714,0.0000,0.3714,7.9549,-7.5836,0.0000,-7.5836,-0.2087,-7.3749,0.0000,0.0000,13.4645,-20.8393,2528.1562,2528.1562,2528.1562,2528.1562,2528.1562 +1151.5000,1.0000,16586.7643,72.1160,72.7000,-0.3244,0.0000,6,1151.5877,61.2851,510.8165,-76.8624,7.3906,61.6014,-9.2691,-0.6595,0.6878,0.0000,0.6878,7.3624,0.6878,0.6878,0.0000,0.0000,0.0000,0.0000,7.8684,-7.8684,36.9876,-44.8560,-0.5769,-44.2791,0.0000,0.0000,13.3180,-57.5972,2413.3998,2413.3998,2413.3998,2413.3998,2413.3998 +1152.5000,1.0000,16606.5260,71.1320,71.5320,-0.2222,0.0000,6,1135.8746,47.2663,503.7138,-75.9251,5.6223,59.9160,-9.0312,-0.4456,0.6747,0.0000,0.6747,5.3931,0.6747,0.6747,0.0000,0.0000,0.0000,0.0000,7.7611,-7.7611,18.4042,-26.1652,-0.3897,-25.7755,0.0000,0.0000,13.1363,-38.9118,2179.3678,2179.3678,2179.3678,2179.3678,2179.3678 +1153.5000,1.0000,16626.0595,70.3105,70.7320,-0.2342,0.0000,6,1122.7565,46.9536,493.6069,-75.1425,5.5206,58.0357,-8.8349,-0.4641,0.6639,0.0000,0.6639,5.3207,0.6639,0.6639,0.0000,0.0000,0.0000,0.0000,7.6714,-7.6714,20.2797,-27.9511,-0.4059,-27.5452,0.0000,0.0000,12.9846,-40.5298,2165.7851,2165.7851,2165.7851,2165.7851,2165.7851 +1154.5000,1.0000,16645.3757,69.5285,69.8890,-0.2003,0.0000,6,1110.2690,-73.0324,490.2680,-74.3976,-8.4913,57.0020,-8.6500,-0.3925,-13.4015,0.0000,-13.4015,5.3028,-13.4015,0.7942,0.0000,-14.1958,0.0000,-14.1958,7.5861,-21.7819,0.0000,-21.7819,-0.3433,-21.4385,0.0000,0.0000,12.8402,-34.2787,0.0000,0.0000,0.0000,0.0000,0.0000 +1155.5000,1.0000,16664.4398,68.6205,69.1680,-0.3042,0.0000,6,1095.7696,46.4053,428.1397,-73.4822,5.3249,49.1285,-8.4320,-0.5883,0.6419,0.0000,0.6419,5.2714,0.6419,0.6419,0.0000,0.0000,0.0000,0.0000,7.4870,-7.4870,31.7351,-39.2222,-0.5146,-38.7076,0.0000,0.0000,12.6725,-51.3801,2120.5151,2120.5151,2120.5151,2120.5151,2120.5151 +1156.5000,1.0000,16683.1293,67.2725,68.0730,-0.4447,0.1560,6,1074.2440,44.0037,480.6745,-71.9414,4.9502,54.0733,-8.0930,-0.8433,0.6245,0.0000,0.6245,5.1689,0.6245,0.6245,0.0000,0.0000,0.0000,0.0000,7.3400,-7.3400,52.0878,-59.4277,-0.7376,-58.6901,2.5334,0.0000,12.4236,-73.6471,2024.6434,2024.6434,2024.6434,2024.6434,2024.6434 +1157.5000,1.0000,16701.2835,65.3450,66.4720,-0.6261,1.1190,6,1043.4646,42.3958,471.5994,-69.7381,4.6326,51.5323,-7.6204,-1.1532,0.6000,0.0000,0.6000,5.1858,0.6000,0.6000,0.0000,0.0000,0.0000,0.0000,7.1297,-7.1297,64.8761,-72.0058,-1.0087,-70.9971,17.6508,0.0000,12.0669,-100.7147,1922.7284,1922.7284,1922.7284,1922.7284,1922.7284 +1158.5000,1.0000,16718.7043,62.7050,64.2180,-0.8406,2.4470,6,1001.3077,40.1120,460.3315,-66.7204,4.2060,48.2688,-6.9961,-1.4857,0.5671,0.0000,0.5671,5.1245,0.5671,0.5671,0.0000,0.0000,0.0000,0.0000,6.8416,-6.8416,78.9868,-85.8284,-1.2995,-84.5289,37.0302,-3.3886,11.5766,-129.7472,1781.5708,1781.5708,1781.5708,1781.5708,1781.5708 +1159.5000,1.0000,16735.1427,59.1680,61.1920,-1.1244,3.5840,6,944.8269,34.9992,433.9362,-69.7830,3.4629,42.9345,-6.9045,-1.8753,0.5242,0.0000,0.5242,4.8140,0.5242,0.5242,0.0000,0.0000,0.0000,0.0000,6.4557,-6.4557,98.0232,-104.4789,-1.6403,-102.8386,51.1595,-1.1404,10.9199,-163.7775,1518.4282,1518.4282,1518.4282,1518.4282,1518.4282 +1160.5000,1.0000,16750.5482,55.4500,57.1440,-0.9411,3.9170,6,885.4559,39.0496,404.0824,-73.3873,3.6209,37.4684,-6.8048,-1.4709,0.4804,0.0000,0.4804,4.6114,0.4804,0.4804,0.0000,0.0000,0.0000,0.0000,6.0500,-6.0500,61.1409,-67.1909,-1.2866,-65.9043,52.3929,-0.0685,10.2324,-128.4611,1519.2429,1519.2429,1519.2429,1519.2429,1519.2429 +1161.5000,1.0000,16764.9831,51.9555,53.7560,-1.0003,3.7790,6,829.6538,39.7361,424.3079,-77.3775,3.4523,36.8644,-6.7226,-1.4649,0.4407,0.0000,0.4407,4.4765,0.4407,0.4407,0.0000,0.0000,0.0000,0.0000,5.6688,-5.6688,66.2109,-71.8796,-1.2813,-70.5983,47.3640,0.3823,9.5881,-127.9326,1513.4739,1513.4739,1513.4739,1513.4739,1513.4739 +1162.5000,1.0000,16778.5228,48.7330,50.1550,-0.7900,3.8250,6,778.1952,44.0688,452.3655,-81.8367,3.5913,36.8644,-6.6691,-1.0852,0.4051,0.0000,0.4051,4.2713,0.4051,0.4051,0.0000,0.0000,0.0000,0.0000,5.3172,-5.3172,34.8539,-40.1710,-0.9492,-39.2218,44.9663,1.5905,8.9932,-94.7719,1501.7630,1501.7630,1501.7630,1501.7630,1501.7630 +1163.5000,1.0000,16791.1800,45.5560,47.3110,-0.9750,4.0720,6,727.4631,31.6454,483.9127,-87.2782,2.4107,36.8644,-6.6488,-1.2520,0.3711,0.0000,0.3711,3.2916,0.3711,0.3711,0.0000,0.0000,0.0000,0.0000,4.9705,-4.9705,49.0218,-53.9923,-1.0951,-52.8972,44.7449,3.2919,8.4061,-109.3401,1198.1888,1198.1888,1198.1888,1198.1888,1198.1888 +1164.5000,1.0000,16802.8911,42.1500,43.8010,-0.9172,4.4050,0,649.7191,40.0989,541.8166,-95.6169,2.7283,36.8644,-6.5056,-1.9838,0.0000,0.0000,0.0000,4.7121,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.5989,-4.5989,33.2401,-37.8390,-0.9532,-36.8858,44.7788,5.7291,7.7765,-95.1703,1210.5229,1210.5229,1210.5229,1210.5229,1210.5229 +1165.5000,1.0000,16813.5168,38.2425,40.4990,-1.2536,4.7670,5,694.6731,121.7561,506.7543,-90.7952,8.8573,36.8644,-6.6050,4.0388,0.2914,0.0000,0.2914,4.5271,0.3519,0.3519,0.0000,0.0000,0.0000,0.0000,4.1726,-4.1726,56.6319,-60.8045,-1.1820,-59.6225,43.9591,7.3793,7.0544,-118.0153,2282.9269,2282.9269,2282.9269,2282.9269,2282.9269 +1166.5000,1.0000,16822.8895,33.7315,35.9860,-1.2525,5.2400,5,739.8942,29.2014,475.7824,-85.9448,2.2626,36.8644,-6.6591,-2.2470,0.2952,0.0000,0.2952,4.2143,0.2952,0.2952,0.0000,0.0000,0.0000,0.0000,3.6804,-3.6804,45.7246,-49.4049,-1.0416,-48.3633,42.6110,6.8071,6.2208,-104.0022,1185.3805,1185.3805,1185.3805,1185.3805,1185.3805 +1167.5000,1.0000,16830.9450,28.9900,31.4770,-1.3817,6.1120,0,645.2211,30.0807,545.5938,-96.0994,2.0325,36.8644,-6.4932,-1.7918,0.0000,0.0000,0.0000,3.8243,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1630,-3.1630,42.2672,-45.4302,-0.9875,-44.4427,42.6945,6.1199,5.3438,-98.6009,1107.0035,1107.0035,1107.0035,1107.0035,1107.0035 +1168.5000,1.0000,16837.5681,23.8330,26.5030,-1.4833,7.1470,4,643.5128,78.4035,547.0422,-96.2826,5.2835,36.8644,-6.4883,1.7196,0.3344,0.0000,0.3344,3.2295,0.4021,0.4021,0.0000,0.0000,0.0000,0.0000,2.6004,-2.6004,34.1756,-36.7760,-0.8716,-35.9044,41.0153,5.7157,4.3902,-87.0255,1585.4386,1585.4386,1585.4386,1585.4386,1585.4386 +1169.5000,1.0000,16842.6364,18.2360,21.1630,-1.6261,8.2720,0,643.5128,19.6807,547.0422,-96.2826,1.3263,36.8644,-6.4883,-1.7196,0.0000,0.0000,0.0000,3.0458,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.9897,-1.9897,27.0291,-29.0188,-0.7311,-28.2877,36.2919,5.0618,3.3563,-72.9977,1002.2642,1002.2642,1002.2642,1002.2642,1002.2642 +1170.5000,1.0000,16846.3234,13.2630,15.3090,-1.1367,8.9880,2,768.2195,139.1509,458.2396,-82.9067,11.1944,36.8644,-6.6697,7.9361,0.1879,0.0000,0.1879,3.0704,0.2708,0.6550,0.0000,-0.3842,0.0000,-0.3842,1.4471,-1.8313,0.0000,-1.8313,-0.3717,-1.4596,28.6621,4.5499,2.4395,-37.1111,2736.4602,2736.4602,2736.4602,2736.4602,2736.4602 +1171.5000,1.0000,16848.9724,9.5265,11.2170,-0.9392,8.5680,2,795.3095,-2.9792,442.6310,-80.0010,-0.2481,36.8644,-6.6629,-6.8929,3.6091,0.0000,3.6091,3.0356,3.6091,0.3849,0.0000,3.2242,0.0000,3.2242,1.0394,2.1848,0.0000,2.1848,-0.2206,2.4054,19.6324,3.0445,1.7529,-22.0245,895.4310,895.4310,895.4310,895.4310,895.4310 +1172.5000,1.0000,16850.7112,6.2496,7.8360,-0.8813,6.4340,0,627.0900,31.1807,561.3686,-98.0441,2.0476,36.8644,-6.4384,-1.0432,0.0000,0.0000,0.0000,3.0908,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.6819,-0.6819,0.0000,-0.6819,-0.1358,-0.5461,9.6870,2.1737,1.1518,-13.5586,1101.2353,1101.2353,1101.2353,1101.2353,1101.2353 +1173.5000,1.0000,16851.8876,4.2251,5.4280,-0.2434,3.1240,1,622.2222,107.5869,565.7603,-98.5662,7.0103,36.8644,-6.4225,0.8491,3.1468,-0.2407,3.3874,3.0143,3.6362,0.2812,0.0000,3.3550,0.0000,3.3550,0.4610,2.8940,0.0000,2.8940,-0.0254,2.9193,3.1849,1.4863,0.7799,-2.5317,1910.0304,1910.0304,1910.0304,1910.0304,1910.0304 +1174.5000,1.0000,16852.7427,3.0685,3.7870,-0.3992,0.9180,1,644.4444,42.4384,546.2513,-96.1827,2.8640,36.8644,-6.4910,0.0000,-0.1151,0.0352,-0.1503,2.9791,-0.1503,0.2079,0.0000,-0.3581,0.0000,-0.3581,0.3348,-0.6929,0.0000,-0.6929,-0.0302,-0.6627,0.6800,1.1058,0.5667,-3.0152,1228.8774,1228.8774,1228.8774,1228.8774,1228.8774 +1175.5000,1.0000,16853.1643,1.5075,2.3500,-0.4681,0.0000,1,644.4444,40.3110,546.2513,-96.1827,2.7204,36.8644,-6.4910,0.0000,-0.2734,0.3463,-0.6197,2.9938,-0.6197,0.0971,0.0000,-0.7168,0.0000,-0.7168,0.1645,-0.8813,0.0000,-0.8813,-0.0174,-0.8639,0.0000,0.5947,0.2784,-1.7369,1207.7735,1207.7735,1207.7735,1207.7735,1207.7735 +1176.5000,1.0000,16853.2621,0.3420,0.6650,-0.1794,0.0000,0,644.4444,44.0100,546.2513,-96.1827,2.9701,36.8644,-6.4910,0.0000,0.0073,-0.1249,0.1322,2.9627,0.1322,0.0175,0.0000,0.1147,0.0000,0.1147,0.0373,0.0774,0.0000,0.0774,-0.0015,0.0789,0.0000,0.1668,0.0632,-0.1511,1244.4682,1244.4682,1244.4682,1244.4682,1244.4682 +1177.5000,1.0000,16853.2676,0.0095,0.0190,-0.0050,0.0000,0,644.4444,44.2418,546.2513,-96.1827,2.9857,36.8644,-6.4910,0.0000,0.0081,0.0000,0.0081,2.9776,0.0081,0.0005,0.0000,0.0077,0.0000,0.0077,0.0010,0.0067,0.0000,0.0067,0.0000,0.0067,0.0000,0.0050,0.0018,-0.0001,1246.7677,1246.7677,1246.7677,1246.7677,1246.7677 +1178.5000,1.0000,16853.2709,0.0000,0.0010,0.0006,0.0000,0,644.4444,44.1701,546.2513,-96.1827,2.9809,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9809,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1246.0560,1246.0560,1246.0560,1246.0560,1246.0560 +1179.5000,1.0000,16853.2746,0.0000,0.0020,0.0000,0.0000,0,644.4444,45.0404,546.2513,-96.1827,3.0396,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.6897,1254.6897,1254.6897,1254.6897,1254.6897 +1180.5000,1.0000,16853.2782,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8642,546.2513,-96.1827,2.8927,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.1013,1233.1013,1233.1013,1233.1013,1233.1013 +1181.5000,1.0000,16853.2818,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6748,546.2513,-96.1827,2.8800,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8800,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.2231,1231.2231,1231.2231,1231.2231,1231.2231 +1182.5000,1.0000,16853.2854,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.5350,546.2513,-96.1827,2.8705,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8705,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.8363,1229.8363,1229.8363,1229.8363,1229.8363 +1183.5000,1.0000,16853.2890,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4717,546.2513,-96.1827,2.8662,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8662,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.2079,1229.2079,1229.2079,1229.2079,1229.2079 +1184.5000,1.0000,16853.2926,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4155,546.2513,-96.1827,2.8625,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8625,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.6505,1228.6505,1228.6505,1228.6505,1228.6505 +1185.5000,1.0000,16853.2962,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8273,546.2513,-96.1827,2.8902,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8902,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.7353,1232.7353,1232.7353,1232.7353,1232.7353 +1186.5000,1.0000,16853.2998,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8474,546.2513,-96.1827,2.8916,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8916,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.9352,1232.9352,1232.9352,1232.9352,1232.9352 +1187.5000,1.0000,16853.3034,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4852,546.2513,-96.1827,2.8672,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8672,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.3418,1229.3418,1229.3418,1229.3418,1229.3418 +1188.5000,1.0000,16853.3071,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7105,546.2513,-96.1827,2.8824,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.5769,1231.5769,1231.5769,1231.5769,1231.5769 +1189.5000,1.0000,16853.3107,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.0256,546.2513,-96.1827,3.9834,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9834,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1393.4227,1393.4227,1393.4227,1393.4227,1393.4227 +1190.5000,1.0000,16853.3143,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.4679,546.2513,-96.1827,4.0133,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0133,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1397.8106,1397.8106,1397.8106,1397.8106,1397.8106 +1191.5000,1.0000,16853.3179,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.2379,546.2513,-96.1827,3.9302,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9302,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1385.6086,1385.6086,1385.6086,1385.6086,1385.6086 +1192.5000,1.0000,16853.3215,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.9104,546.2513,-96.1827,3.9756,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1392.2803,1392.2803,1392.2803,1392.2803,1392.2803 +1193.5000,1.0000,16853.3251,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.8217,546.2513,-96.1827,3.9696,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9696,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1391.4004,1391.4004,1391.4004,1391.4004,1391.4004 +1194.5000,1.0000,16853.3287,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.6910,546.2513,-96.1827,3.9608,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9608,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1390.1034,1390.1034,1390.1034,1390.1034,1390.1034 +1195.5000,1.0000,16853.3323,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.1453,546.2513,-96.1827,3.9915,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9915,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.6106,1394.6106,1394.6106,1394.6106,1394.6106 +1196.5000,1.0000,16853.3359,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.1234,546.2513,-96.1827,3.9900,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9900,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.3928,1394.3928,1394.3928,1394.3928,1394.3928 +1197.5000,1.0000,16853.3396,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.7750,546.2513,-96.1827,3.9665,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9665,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1390.9369,1390.9369,1390.9369,1390.9369,1390.9369 +1198.5000,1.0000,16853.3432,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.1953,546.2513,-96.1827,3.9274,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9274,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1385.1858,1385.1858,1385.1858,1385.1858,1385.1858 +1199.5000,1.0000,16853.3468,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.8475,546.2513,-96.1827,3.9714,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9714,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1391.6564,1391.6564,1391.6564,1391.6564,1391.6564 +1200.5000,1.0000,16853.3504,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.5773,546.2513,-96.1827,4.0206,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0206,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1398.8958,1398.8958,1398.8958,1398.8958,1398.8958 +1201.5000,1.0000,16853.3540,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.2102,546.2513,-96.1827,3.9959,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9959,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1395.2539,1395.2539,1395.2539,1395.2539,1395.2539 +1202.5000,1.0000,16853.3576,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.7214,546.2513,-96.1827,4.0304,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0304,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1400.3249,1400.3249,1400.3249,1400.3249,1400.3249 +1203.5000,1.0000,16853.3612,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.7526,546.2513,-96.1827,4.0325,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0325,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1400.6342,1400.6342,1400.6342,1400.6342,1400.6342 +1204.5000,1.0000,16853.3648,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.8711,546.2513,-96.1827,3.9730,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9730,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1391.8904,1391.8904,1391.8904,1391.8904,1391.8904 +1205.5000,1.0000,16853.3684,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.0893,546.2513,-96.1827,3.9877,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.0547,1394.0547,1394.0547,1394.0547,1394.0547 +1206.5000,1.0000,16853.3721,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.5800,546.2513,-96.1827,4.0208,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0208,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1398.9224,1398.9224,1398.9224,1398.9224,1398.9224 +1207.5000,1.0000,16853.3757,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.0066,546.2513,-96.1827,3.9821,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9821,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1393.2345,1393.2345,1393.2345,1393.2345,1393.2345 +1208.5000,1.0000,16853.3793,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.6479,546.2513,-96.1827,4.0254,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0254,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1399.5959,1399.5959,1399.5959,1399.5959,1399.5959 +1209.5000,1.0000,16853.3829,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.2710,546.2513,-96.1827,2.8527,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8527,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.2169,1227.2169,1227.2169,1227.2169,1227.2169 +1210.5000,1.0000,16853.3865,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.5009,546.2513,-96.1827,2.8682,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.4978,1229.4978,1229.4978,1229.4978,1229.4978 +1211.5000,1.0000,16853.3901,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.1172,546.2513,-96.1827,2.8423,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8423,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.6913,1225.6913,1225.6913,1225.6913,1225.6913 +1212.5000,1.0000,16853.3937,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8941,546.2513,-96.1827,2.8948,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8948,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.3984,1233.3984,1233.3984,1233.3984,1233.3984 +1213.5000,1.0000,16853.3973,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7598,546.2513,-96.1827,2.8857,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.0658,1232.0658,1232.0658,1232.0658,1232.0658 +1214.5000,1.0000,16853.4009,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.1635,546.2513,-96.1827,2.9129,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9129,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1236.0713,1236.0713,1236.0713,1236.0713,1236.0713 +1215.5000,1.0000,16853.4046,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7599,546.2513,-96.1827,2.8857,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.0675,1232.0675,1232.0675,1232.0675,1232.0675 +1216.5000,1.0000,16853.4082,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.2686,546.2513,-96.1827,2.8525,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8525,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.1938,1227.1938,1227.1938,1227.1938,1227.1938 +1217.5000,1.0000,16853.4118,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.2241,546.2513,-96.1827,2.8495,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8495,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.7517,1226.7517,1226.7517,1226.7517,1226.7517 +1218.5000,1.0000,16853.4154,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.0964,546.2513,-96.1827,2.8409,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8409,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.4855,1225.4855,1225.4855,1225.4855,1225.4855 +1219.5000,1.0000,16853.4190,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4123,546.2513,-96.1827,2.8622,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8622,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.6189,1228.6189,1228.6189,1228.6189,1228.6189 +1220.5000,1.0000,16853.4226,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6548,546.2513,-96.1827,2.8786,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.0248,1231.0248,1231.0248,1231.0248,1231.0248 +1221.5000,1.0000,16853.4262,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.5109,546.2513,-96.1827,2.8689,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8689,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.5973,1229.5973,1229.5973,1229.5973,1229.5973 +1222.5000,1.0000,16853.4298,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6569,546.2513,-96.1827,2.8787,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8787,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.0451,1231.0451,1231.0451,1231.0451,1231.0451 +1223.5000,1.0000,16853.4334,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.3049,546.2513,-96.1827,2.8550,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8550,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.5533,1227.5533,1227.5533,1227.5533,1227.5533 +1224.5000,1.0000,16853.4371,0.0000,0.0000,0.0000,0.0000,0,644.4444,41.9941,546.2513,-96.1827,2.8340,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8340,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.4701,1224.4701,1224.4701,1224.4701,1224.4701 +1225.5000,1.0000,16853.4407,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.1129,546.2513,-96.1827,2.8420,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.6488,1225.6488,1225.6488,1225.6488,1225.6488 +1226.5000,1.0000,16853.4443,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4809,546.2513,-96.1827,2.8669,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8669,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.2991,1229.2991,1229.2991,1229.2991,1229.2991 +1227.5000,1.0000,16853.4479,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6896,546.2513,-96.1827,2.8810,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8810,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.3702,1231.3702,1231.3702,1231.3702,1231.3702 +1228.5000,1.0000,16853.4515,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.2574,546.2513,-96.1827,2.8518,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8518,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.0827,1227.0827,1227.0827,1227.0827,1227.0827 +1229.5000,1.0000,16853.4551,0.0000,0.0000,0.0000,0.0000,0,644.4444,41.9838,546.2513,-96.1827,2.8333,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8333,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.3678,1224.3678,1224.3678,1224.3678,1224.3678 +1230.5000,1.0000,16853.4587,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7580,546.2513,-96.1827,2.8856,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8856,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.0482,1232.0482,1232.0482,1232.0482,1232.0482 +1231.5000,1.0000,16853.4623,0.0000,0.0000,0.0000,0.0000,0,644.4444,41.7600,546.2513,-96.1827,2.8182,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8182,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.1481,1222.1481,1222.1481,1222.1481,1222.1481 +1232.5000,1.0000,16853.4659,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6099,546.2513,-96.1827,2.8756,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1230.5791,1230.5791,1230.5791,1230.5791,1230.5791 +1233.5000,1.0000,16853.4696,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4033,546.2513,-96.1827,2.8616,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8616,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.5297,1228.5297,1228.5297,1228.5297,1228.5297 +1234.5000,1.0000,16853.4732,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4528,546.2513,-96.1827,2.8650,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.0205,1229.0205,1229.0205,1229.0205,1229.0205 +1235.5000,1.0000,16853.4768,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.0087,546.2513,-96.1827,2.8350,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8350,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.6150,1224.6150,1224.6150,1224.6150,1224.6150 +1236.5000,1.0000,16853.4804,0.0000,0.0000,0.0000,0.0000,0,644.4444,41.9202,546.2513,-96.1827,2.8290,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8290,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.7373,1223.7373,1223.7373,1223.7373,1223.7373 +1237.5000,1.0000,16853.4840,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.2447,546.2513,-96.1827,2.8509,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8509,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.9560,1226.9560,1226.9560,1226.9560,1226.9560 +1238.5000,1.0000,16853.4876,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.0986,546.2513,-96.1827,2.9086,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9086,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1235.4272,1235.4272,1235.4272,1235.4272,1235.4272 +1239.5000,1.0000,16853.4912,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.0756,546.2513,-96.1827,2.9070,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9070,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1235.1984,1235.1984,1235.1984,1235.1984,1235.1984 +1240.5000,1.0000,16853.4954,0.0020,0.0000,0.0011,0.0000,0,644.4444,42.5627,546.2513,-96.1827,2.8724,36.8644,-6.4910,0.0000,0.0014,0.0007,0.0007,2.8710,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1230.1105,1230.1105,1230.1105,1230.1105,1230.1105 +1241.5000,1.0000,16853.4996,0.0020,0.0040,-0.0011,0.0000,0,644.4444,42.3518,546.2513,-96.1827,2.8582,36.8644,-6.4910,0.0000,0.0007,0.0000,0.0007,2.8575,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1228.0184,1228.0184,1228.0184,1228.0184,1228.0184 +1242.5000,1.0000,16853.5032,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.5964,546.2513,-96.1827,2.8747,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8747,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1230.4455,1230.4455,1230.4455,1230.4455,1230.4455 +1243.5000,1.0000,16853.5068,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.9096,546.2513,-96.1827,2.8958,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8958,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.5516,1233.5516,1233.5516,1233.5516,1233.5516 +1244.5000,1.0000,16853.5104,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8614,546.2513,-96.1827,2.8925,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.0742,1233.0742,1233.0742,1233.0742,1233.0742 +1245.5000,1.0000,16853.5140,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8960,546.2513,-96.1827,2.8949,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8949,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.4176,1233.4176,1233.4176,1233.4176,1233.4176 +1246.5000,1.0000,16853.5176,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4247,546.2513,-96.1827,2.8631,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8631,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.7416,1228.7416,1228.7416,1228.7416,1228.7416 +1247.5000,1.0000,16853.5212,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7106,546.2513,-96.1827,2.8824,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.5785,1231.5785,1231.5785,1231.5785,1231.5785 +1248.5000,1.0000,16853.5248,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.5470,546.2513,-96.1827,2.8713,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8713,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.9550,1229.9550,1229.9550,1229.9550,1229.9550 +1249.5000,1.0000,16853.5284,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4660,546.2513,-96.1827,2.8659,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8659,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.1519,1229.1519,1229.1519,1229.1519,1229.1519 +1250.5000,1.0000,16853.5321,0.0000,0.0000,0.0000,0.0000,0,644.4444,41.2025,546.2513,-96.1827,2.7806,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.7806,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1216.6178,1216.6178,1216.6178,1216.6178,1216.6178 +1251.5000,1.0000,16853.5357,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6343,546.2513,-96.1827,2.8772,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8772,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1230.8209,1230.8209,1230.8209,1230.8209,1230.8209 +1252.5000,1.0000,16853.5393,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.2305,546.2513,-96.1827,2.9175,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9175,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1236.7352,1236.7352,1236.7352,1236.7352,1236.7352 +1253.5000,1.0000,16853.5429,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.0588,546.2513,-96.1827,2.9059,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9059,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1235.0325,1235.0325,1235.0325,1235.0325,1235.0325 +1254.5000,1.0000,16853.5465,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8636,546.2513,-96.1827,2.8927,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.0956,1233.0956,1233.0956,1233.0956,1233.0956 +1255.5000,1.0000,16853.5501,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7889,546.2513,-96.1827,2.8877,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.3548,1232.3548,1232.3548,1232.3548,1232.3548 +1256.5000,1.0000,16853.5537,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6549,546.2513,-96.1827,2.8786,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.0260,1231.0260,1231.0260,1231.0260,1231.0260 +1257.5000,1.0000,16853.5573,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.7631,546.2513,-96.1827,2.9534,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9534,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1242.0188,1242.0188,1242.0188,1242.0188,1242.0188 +1258.5000,1.0000,16853.5609,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.9298,546.2513,-96.1827,2.8972,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8972,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.7524,1233.7524,1233.7524,1233.7524,1233.7524 +1259.5000,1.0000,16853.5646,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.2859,546.2513,-96.1827,2.9212,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9212,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1237.2854,1237.2854,1237.2854,1237.2854,1237.2854 +1260.5000,1.0000,16853.5682,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.1723,546.2513,-96.1827,3.1160,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1160,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1265.9182,1265.9182,1265.9182,1265.9182,1265.9182 +1261.5000,1.0000,16853.5718,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.7041,546.2513,-96.1827,3.0844,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0844,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1261.2735,1261.2735,1261.2735,1261.2735,1261.2735 +1262.5000,1.0000,16853.5762,0.0030,0.0000,0.0017,0.0000,0,644.4444,45.0461,546.2513,-96.1827,3.0400,36.8644,-6.4910,0.0000,0.0030,0.0015,0.0015,3.0370,0.0015,0.0001,0.0000,0.0014,0.0000,0.0014,0.0003,0.0010,0.0000,0.0010,0.0000,0.0010,0.0000,0.0005,0.0006,0.0000,1254.7462,1254.7462,1254.7462,1254.7462,1254.7462 +1263.5000,1.0000,16853.5809,0.0030,0.0060,-0.0011,0.0000,0,644.4444,45.1044,546.2513,-96.1827,3.0439,36.8644,-6.4910,0.0000,0.0014,0.0000,0.0014,3.0425,0.0014,0.0001,0.0000,0.0013,0.0000,0.0013,0.0003,0.0009,0.0000,0.0009,0.0000,0.0009,0.0000,0.0004,0.0006,0.0000,1255.3248,1255.3248,1255.3248,1255.3248,1255.3248 +1264.5000,1.0000,16853.5851,0.0000,0.0020,0.0000,0.0000,0,644.4444,45.5453,546.2513,-96.1827,3.0737,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0737,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1259.6983,1259.6983,1259.6983,1259.6983,1259.6983 +1265.5000,1.0000,16853.5893,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.9075,546.2513,-96.1827,3.0981,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0981,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.2916,1263.2916,1263.2916,1263.2916,1263.2916 +1266.5000,1.0000,16853.5934,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.9804,546.2513,-96.1827,3.1030,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1030,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1264.0144,1264.0144,1264.0144,1264.0144,1264.0144 +1267.5000,1.0000,16853.5976,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.7784,546.2513,-96.1827,3.0894,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0894,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1262.0106,1262.0106,1262.0106,1262.0106,1262.0106 +1268.5000,1.0000,16853.6021,0.0000,0.0000,0.0006,0.0000,0,644.4444,45.3372,546.2513,-96.1827,3.0596,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0596,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1257.6335,1257.6335,1257.6335,1257.6335,1257.6335 +1269.5000,1.0000,16853.6068,0.0000,0.0020,0.0000,0.0000,0,644.4444,44.8797,546.2513,-96.1827,3.0288,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0288,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1253.0956,1253.0956,1253.0956,1253.0956,1253.0956 +1270.5000,1.0000,16853.6115,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.6734,546.2513,-96.1827,3.0823,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0823,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1260.9686,1260.9686,1260.9686,1260.9686,1260.9686 +1271.5000,1.0000,16853.6165,0.0000,0.0000,0.0006,0.0000,0,644.4444,46.1344,546.2513,-96.1827,3.1134,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1134,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1265.5419,1265.5419,1265.5419,1265.5419,1265.5419 +1272.5000,1.0000,16853.6218,0.0000,0.0020,0.0000,0.0000,0,644.4444,45.2703,546.2513,-96.1827,3.0551,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0551,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.9706,1256.9706,1256.9706,1256.9706,1256.9706 +1273.5000,1.0000,16853.6271,0.0000,0.0000,0.0000,0.0000,0,644.4444,44.5203,546.2513,-96.1827,3.0045,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0045,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.5304,1249.5304,1249.5304,1249.5304,1249.5304 +1274.5000,1.0000,16853.6323,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.5872,546.2513,-96.1827,3.1440,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1440,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1270.0336,1270.0336,1270.0336,1270.0336,1270.0336 +1275.5000,1.0000,16853.6376,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.1604,546.2513,-96.1827,3.1152,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1152,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1265.7997,1265.7997,1265.7997,1265.7997,1265.7997 +1276.5000,1.0000,16853.6429,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.0159,546.2513,-96.1827,3.0379,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0379,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.4462,1254.4462,1254.4462,1254.4462,1254.4462 +1277.5000,1.0000,16853.6482,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.2678,546.2513,-96.1827,3.0549,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0549,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.9459,1256.9459,1256.9459,1256.9459,1256.9459 +1278.5000,1.0000,16853.6534,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.1431,546.2513,-96.1827,3.0465,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0465,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1255.7081,1255.7081,1255.7081,1255.7081,1255.7081 +1279.5000,1.0000,16853.6587,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.8494,546.2513,-96.1827,3.0942,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0942,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1262.7152,1262.7152,1262.7152,1262.7152,1262.7152 +1280.5000,1.0000,16853.6640,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.9926,546.2513,-96.1827,3.1039,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1039,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1264.1353,1264.1353,1264.1353,1264.1353,1264.1353 +1281.5000,1.0000,16853.6693,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.5205,546.2513,-96.1827,3.1395,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1395,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1269.3718,1269.3718,1269.3718,1269.3718,1269.3718 +1282.5000,1.0000,16853.6746,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.1200,546.2513,-96.1827,3.0450,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0450,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1255.4795,1255.4795,1255.4795,1255.4795,1255.4795 +1283.5000,1.0000,16853.6798,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.5943,546.2513,-96.1827,3.0770,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0770,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1260.1841,1260.1841,1260.1841,1260.1841,1260.1841 +1284.5000,1.0000,16853.6851,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.9722,546.2513,-96.1827,3.1025,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1025,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.9332,1263.9332,1263.9332,1263.9332,1263.9332 +1285.5000,1.0000,16853.6904,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.7712,546.2513,-96.1827,3.0889,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0889,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1261.9394,1261.9394,1261.9394,1261.9394,1261.9394 +1286.5000,1.0000,16853.6957,0.0000,0.0000,0.0000,0.0000,0,644.4444,44.9019,546.2513,-96.1827,3.0303,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0303,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1253.3159,1253.3159,1253.3159,1253.3159,1253.3159 +1287.5000,1.0000,16853.7009,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.0194,546.2513,-96.1827,3.0382,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0382,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.4812,1254.4812,1254.4812,1254.4812,1254.4812 +1288.5000,1.0000,16853.7062,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.8596,546.2513,-96.1827,4.2421,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2421,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1431.4564,1431.4564,1431.4564,1431.4564,1431.4564 +1289.5000,1.0000,16853.7115,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.8048,546.2513,-96.1827,4.1710,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1420.9921,1420.9921,1420.9921,1420.9921,1420.9921 +1290.5000,1.0000,16853.7168,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.7526,546.2513,-96.1827,4.2349,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2349,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1430.3946,1430.3946,1430.3946,1430.3946,1430.3946 +1291.5000,1.0000,16853.7221,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.7644,546.2513,-96.1827,4.1682,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1420.5918,1420.5918,1420.5918,1420.5918,1420.5918 +1292.5000,1.0000,16853.7273,0.0000,0.0000,0.0000,0.0000,0,644.4444,60.9976,546.2513,-96.1827,4.1165,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1165,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1412.9855,1412.9855,1412.9855,1412.9855,1412.9855 +1293.5000,1.0000,16853.7326,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.5879,546.2513,-96.1827,4.1563,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1563,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1418.8406,1418.8406,1418.8406,1418.8406,1418.8406 +1294.5000,1.0000,16853.7379,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.9071,546.2513,-96.1827,4.1779,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1779,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1422.0077,1422.0077,1422.0077,1422.0077,1422.0077 +1295.5000,1.0000,16853.7432,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.9906,546.2513,-96.1827,4.1835,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1835,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1422.8359,1422.8359,1422.8359,1422.8359,1422.8359 +1296.5000,1.0000,16853.7484,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.1230,546.2513,-96.1827,4.1924,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1924,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1424.1492,1424.1492,1424.1492,1424.1492,1424.1492 +1297.5000,1.0000,16853.7537,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.4751,546.2513,-96.1827,4.2162,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2162,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1427.6421,1427.6421,1427.6421,1427.6421,1427.6421 +1298.5000,1.0000,16853.7590,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.7143,546.2513,-96.1827,4.1649,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1649,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1420.0951,1420.0951,1420.0951,1420.0951,1420.0951 +1299.5000,1.0000,16853.7643,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.2636,546.2513,-96.1827,4.2019,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1425.5437,1425.5437,1425.5437,1425.5437,1425.5437 diff --git a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeed_MeasuredSpeed.vmod b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeed_MeasuredSpeed.vmod index bf1023d94577b204be0a55ae2de63f35923cee7e..ac8d491907463972dec15d385c9fd349e05fab4e 100644 --- a/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeed_MeasuredSpeed.vmod +++ b/VectoCore/VectoCoreTest/TestData/MeasuredSpeed/Results/MeasuredSpeed_MeasuredSpeed.vmod @@ -1,1300 +1,1300 @@ -time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h] -1.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,622.2222,45.3199,565.7603,-98.5662,2.9530,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.8021,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1237.0177,1237.0177,1237.0177 -2.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.8987,586.7144,-100.9497,3.8892,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8892,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1381.0348,1381.0348,1381.0348 -3.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.3443,586.7144,-100.9497,3.8544,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8544,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1375.5352,1375.5352,1375.5352 -4.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.2345,586.7144,-100.9497,3.8475,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8475,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.4460,1374.4460,1374.4460 -5.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.8091,586.7144,-100.9497,3.8836,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8836,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1380.1463,1380.1463,1380.1463 -6.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.3826,586.7144,-100.9497,3.8568,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1375.9149,1375.9149,1375.9149 -7.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.9607,586.7144,-100.9497,3.8931,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8931,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1381.6498,1381.6498,1381.6498 -8.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.1851,586.7144,-100.9497,3.8444,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8444,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1373.9562,1373.9562,1373.9562 -9.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,60.9341,586.7144,-100.9497,3.8286,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8286,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1371.4658,1371.4658,1371.4658 -10.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.3828,586.7144,-100.9497,3.8568,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1375.9170,1375.9170,1375.9170 -11.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,59.5891,586.7144,-100.9497,3.7441,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7441,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1358.1238,1358.1238,1358.1238 -12.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.5610,586.7144,-100.9497,3.8680,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8680,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1377.6852,1377.6852,1377.6852 -13.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,59.8969,586.7144,-100.9497,3.7634,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7634,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1361.1772,1361.1772,1361.1772 -14.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.2773,586.7144,-100.9497,3.8502,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8502,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.8709,1374.8709,1374.8709 -15.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.1169,586.7144,-100.9497,3.8401,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8401,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1373.2796,1373.2796,1373.2796 -16.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,59.7882,586.7144,-100.9497,3.7566,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.7566,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1360.0986,1360.0986,1360.0986 -17.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,60.7591,586.7144,-100.9497,3.8176,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8176,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1369.7301,1369.7301,1369.7301 -18.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,61.0634,586.7144,-100.9497,3.8367,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8367,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1372.7494,1372.7494,1372.7494 -19.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,600.0000,60.7951,586.7144,-100.9497,3.8199,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.8199,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1370.0877,1370.0877,1370.0877 -20.5000,1.0000,0.0458,0.1650,0.3300,0.0917,0.0000,1,600.0000,60.9052,586.7144,-100.9497,3.8268,36.8644,-6.3429,0.0000,0.0000,-0.0941,0.0941,3.8268,0.0941,0.0080,0.0000,0.0861,0.0000,0.0861,0.0180,0.0681,0.0000,0.0681,0.0004,0.0677,0.0000,0.0000,0.0305,0.0372,1371.1797,1371.1797,1371.1797 -21.5000,1.0000,0.4165,1.3345,2.3390,0.5581,0.0000,1,622.2222,147.8908,565.7603,-98.5662,9.6364,36.8644,-6.4225,0.8491,3.9776,1.6271,2.3504,4.8097,2.3504,0.0956,0.0000,2.2548,0.0000,2.2548,0.1564,2.0984,0.0000,2.0984,0.0184,2.0800,0.0000,0.0003,0.2464,1.8333,2365.8670,2365.8670,2365.8670 -22.5000,1.0000,1.0732,2.3640,2.3890,0.0139,0.0000,1,644.4444,86.1837,546.2513,-96.1827,5.8162,36.8644,-6.4910,0.0000,0.9292,0.0097,0.9195,4.8870,0.9195,0.1423,0.0000,0.7772,0.0000,0.7772,0.2579,0.5192,0.0000,0.5192,0.0008,0.5184,0.0000,0.0010,0.4366,0.0808,1696.7072,1696.7072,1696.7072 -23.5000,1.0000,1.9456,3.1405,3.8920,0.4175,0.0000,1,644.4444,151.3717,546.2513,-96.1827,10.2155,36.8644,-6.4910,0.0000,5.4804,1.0582,4.4222,4.7351,4.4222,0.2282,0.0000,4.1940,0.0000,4.1940,0.3515,3.8425,0.0000,3.8425,0.0323,3.8102,0.0000,0.0026,0.5800,3.2276,2470.4588,2470.4588,2470.4588 -24.5000,1.0000,3.2883,4.8340,5.7760,0.5233,0.0000,1,746.3987,232.6728,485.4003,-85.2471,18.1863,37.9402,-6.6631,4.6733,8.5861,0.4187,8.1673,4.9270,8.1673,0.4151,0.0000,7.7522,0.0000,7.7522,0.5604,7.1918,0.0000,7.1918,0.0624,7.1294,0.0000,0.0092,0.8927,6.2275,3893.9384,3893.9384,3893.9384 -25.5000,1.0000,4.8979,5.7945,5.8130,0.0103,0.0000,1,851.0702,84.5352,478.7603,-75.8461,7.5341,42.6690,-6.7597,0.1420,2.3030,0.0000,2.3030,5.0891,2.3030,0.4373,0.0000,1.8657,0.0000,1.8657,0.6322,1.2334,0.0000,1.2334,0.0015,1.2320,0.0000,0.0153,1.0701,0.1466,2197.7838,2197.7838,2197.7838 -26.5000,1.0000,6.4654,5.6430,5.4730,-0.0944,0.0000,1,828.8186,53.3275,424.7354,-77.4372,4.6285,36.8644,-6.7211,-1.2709,0.7835,0.0000,0.7835,5.1159,0.7835,0.4366,0.0000,0.3469,0.0000,0.3469,0.6157,-0.2688,0.0000,-0.2688,-0.0131,-0.2557,0.0000,0.0141,1.0421,-1.3119,1702.8439,1702.8439,1702.8439 -27.5000,1.0000,7.9300,5.2725,5.0720,-0.1114,0.0000,1,774.4012,50.6552,454.5817,-82.2436,4.1079,36.8644,-6.6696,-1.4005,0.5018,0.0000,0.5018,5.0065,0.5018,0.4015,0.0000,0.1003,0.0000,0.1003,0.5753,-0.4750,0.0000,-0.4750,-0.0145,-0.4605,0.0000,0.0115,0.9737,-1.4457,1582.5074,1582.5074,1582.5074 -28.5000,1.0000,9.2769,4.8490,4.6260,-0.1239,0.0000,1,712.1994,50.8289,494.2838,-88.9153,3.7909,36.8644,-6.6314,-1.4325,0.3016,0.0000,0.3016,4.9218,0.3016,0.3617,0.0000,-0.0601,0.0000,-0.0601,0.5291,-0.5892,0.0000,-0.5892,-0.0148,-0.5744,0.0000,0.0090,0.8955,-1.4788,1402.3678,1402.3678,1402.3678 -29.5000,1.0000,10.5646,4.6355,4.6450,0.0053,0.0000,1,680.8415,95.2156,517.0493,-92.2787,6.7886,36.8644,-6.5792,0.0583,1.7571,0.0000,1.7571,4.9732,1.7571,0.3267,0.0000,1.4305,0.0000,1.4305,0.5058,0.9247,0.0000,0.9247,0.0006,0.9241,0.0000,0.0078,0.8561,0.0602,1929.5279,1929.5279,1929.5279 -30.5000,1.0000,11.8244,4.5355,4.4260,-0.0608,0.0000,1,666.1540,75.4796,528.4494,-93.8541,5.2654,36.8644,-6.5472,-0.6579,0.9788,0.0000,0.9788,4.9446,0.9788,0.3250,0.0000,0.6538,0.0000,0.6538,0.4949,0.1589,0.0000,0.1589,-0.0068,0.1657,0.0000,0.0073,0.8376,-0.6792,1611.1025,1611.1025,1611.1025 -31.5000,1.0000,13.1656,4.8280,5.2300,0.2233,0.0000,1,709.1150,160.2343,496.4337,-89.2461,11.8987,36.8644,-6.6273,2.5712,4.4484,0.0000,4.4484,4.8791,4.4484,0.3403,0.0000,4.1082,0.0000,4.1082,0.5268,3.5814,0.0000,3.5814,0.0266,3.5548,0.0000,0.0089,0.8916,2.6543,2786.5360,2786.5360,2786.5360 -32.5000,1.0000,14.7229,5.6065,5.9830,0.2092,0.0000,1,823.4576,146.6728,479.7732,-77.8205,12.6479,41.3719,-6.7106,2.7964,4.9878,0.0000,4.9878,4.8637,4.9878,0.4111,0.0000,4.5767,0.0000,4.5767,0.6117,3.9650,0.0000,3.9650,0.0289,3.9361,0.0000,0.0139,1.0354,2.8868,3024.7440,3024.7440,3024.7440 -33.5000,1.0000,16.3857,5.9860,5.9890,0.0017,0.0000,1,879.1969,79.4148,454.5038,-73.8349,7.3117,41.8458,-6.7979,0.0238,2.2583,0.0000,2.2583,5.0296,2.2583,0.4581,0.0000,1.8002,0.0000,1.8002,0.6531,1.1471,0.0000,1.1471,0.0002,1.1469,0.0000,0.0168,1.1055,0.0246,2181.5759,2181.5759,2181.5759 -34.5000,1.0000,18.0233,5.8955,5.8020,-0.0519,0.0000,1,865.9047,63.0247,406.5443,-74.7853,5.7149,36.8644,-6.7813,-0.7303,1.4433,0.0000,1.4433,5.0019,1.4433,0.4566,0.0000,0.9867,0.0000,0.9867,0.6432,0.3434,0.0000,0.3434,-0.0076,0.3510,0.0000,0.0161,1.0888,-0.7539,1848.3183,1848.3183,1848.3183 -35.5000,1.0000,19.6322,5.7920,5.7820,-0.0056,0.0000,1,850.7031,77.7142,413.8091,-75.8723,6.9232,36.8644,-6.7591,-0.0767,2.0761,0.0000,2.0761,4.9238,2.0761,0.4393,0.0000,1.6368,0.0000,1.6368,0.6320,1.0049,0.0000,1.0049,-0.0008,1.0057,0.0000,0.0153,1.0696,-0.0792,2065.3357,2065.3357,2065.3357 -36.5000,1.0000,21.2472,5.8140,5.8460,0.0178,0.0000,1,853.9343,84.7871,413.9358,-75.6413,7.5820,37.0157,-6.7641,0.2465,2.4187,0.0000,2.4187,4.9168,2.4187,0.4382,0.0000,1.9805,0.0000,1.9805,0.6344,1.3461,0.0000,1.3461,0.0025,1.3436,0.0000,0.0154,1.0737,0.2544,2211.0266,2211.0266,2211.0266 -37.5000,1.0000,22.9228,6.0320,6.2180,0.1033,0.0000,1,885.9532,109.7217,452.9236,-73.3517,10.1796,42.0208,-6.8053,1.4863,3.7868,0.0000,3.7868,4.9065,3.7868,0.4477,0.0000,3.3391,0.0000,3.3391,0.6581,2.6809,0.0000,2.6809,0.0154,2.6656,0.0000,0.0172,1.1140,1.5344,2724.9061,2724.9061,2724.9061 -38.5000,1.0000,24.7068,6.4225,6.6270,0.1136,0.0000,1,943.3081,111.8098,491.2869,-69.8699,11.0449,48.5308,-6.9020,1.7400,4.2080,0.0000,4.2080,5.0969,4.2080,0.4862,0.0000,3.7218,0.0000,3.7218,0.7007,3.0211,0.0000,3.0211,0.0180,3.0031,0.0000,0.0208,1.1861,1.7962,2920.2468,2920.2468,2920.2468 -39.5000,1.0000,26.5778,6.7355,6.8440,0.0603,0.0000,1,989.2801,94.4475,499.8133,-67.2400,9.7845,51.7792,-6.9659,0.9682,3.5403,0.0000,3.5403,5.2761,3.5403,0.5280,0.0000,3.0122,0.0000,3.0122,0.7349,2.2773,0.0000,2.2773,0.0100,2.2673,0.0000,0.0240,1.2439,0.9994,2793.6502,2793.6502,2793.6502 -40.5000,1.0000,28.5218,6.9985,7.1530,0.0858,0.0000,1,1027.9084,102.3015,505.8593,-68.6246,11.0120,54.4519,-7.3869,1.4324,4.1289,0.0000,4.1289,5.4506,4.1289,0.5524,0.0000,3.5765,0.0000,3.5765,0.7636,2.8129,0.0000,2.8129,0.0148,2.7981,0.0000,0.0269,1.2924,1.4787,2986.4370,2986.4370,2986.4370 -41.5000,1.0000,30.5406,7.2675,7.3820,0.0636,0.0000,1,1067.4179,83.2965,515.3541,-71.4528,9.3109,57.6061,-7.9870,1.1024,3.9008,0.0000,3.9008,4.3076,3.9008,0.5862,0.0000,3.3146,0.0000,3.3146,0.7929,2.5217,0.0000,2.5217,0.0114,2.5103,0.0000,0.0301,1.3421,1.1380,2709.5713,2709.5713,2709.5713 -42.5000,1.0000,32.6031,7.4250,7.4680,0.0239,0.0000,1,1090.5508,70.7720,505.8717,-73.1087,8.0823,57.7717,-8.3492,0.4230,3.2658,0.0000,3.2658,4.3935,3.2658,0.6114,0.0000,2.6545,0.0000,2.6545,0.8101,1.8444,0.0000,1.8444,0.0044,1.8400,0.0000,0.0321,1.3712,0.4366,2524.8325,2524.8325,2524.8325 -43.5000,1.0000,34.6757,7.4615,7.4550,-0.0036,0.0000,1,1095.9117,62.0473,496.9397,-73.4924,7.1208,57.0306,-8.4343,-0.0643,2.7783,0.0000,2.7783,4.4067,2.7783,0.6206,0.0000,2.1577,0.0000,2.1577,0.8141,1.3436,0.0000,1.3436,-0.0007,1.3442,0.0000,0.0326,1.3780,-0.0663,2389.0975,2389.0975,2389.0975 -44.5000,1.0000,36.7428,7.4415,7.4280,-0.0075,0.0000,1,1092.9742,60.7879,491.4973,-73.2821,6.9575,56.2548,-8.3876,-0.1331,2.6988,0.0000,2.6988,4.3918,2.6988,0.6190,0.0000,2.0798,0.0000,2.0798,0.8119,1.2678,0.0000,1.2678,-0.0014,1.2692,0.0000,0.0323,1.3743,-0.1374,2367.0727,2367.0727,2367.0727 -45.5000,1.0000,38.8010,7.4095,7.3910,-0.0103,0.0000,1,1088.2742,60.0809,489.1789,-72.9457,6.8471,55.7487,-8.3132,-0.1816,2.6352,0.0000,2.6352,4.3935,2.6352,0.6158,0.0000,2.0194,0.0000,2.0194,0.8084,1.2109,0.0000,1.2109,-0.0019,1.2128,0.0000,0.0319,1.3684,-0.1875,2352.7113,2352.7113,2352.7113 -46.5000,1.0000,40.8528,7.3865,7.3820,-0.0025,0.0000,1,1084.8961,62.7052,489.3200,-72.7039,7.1239,55.5917,-8.2599,-0.0440,2.7675,0.0000,2.7675,4.4005,2.7675,0.6117,0.0000,2.1557,0.0000,2.1557,0.8059,1.3498,0.0000,1.3498,-0.0005,1.3503,0.0000,0.0316,1.3641,-0.0455,2392.3820,2392.3820,2392.3820 -47.5000,1.0000,42.9071,7.3955,7.4090,0.0075,0.0000,1,1086.2180,65.3549,492.6363,-72.7985,7.4340,56.0366,-8.2807,0.1323,2.9533,0.0000,2.9533,4.3485,2.9533,0.6110,0.0000,2.3423,0.0000,2.3423,0.8069,1.5354,0.0000,1.5354,0.0014,1.5341,0.0000,0.0317,1.3658,0.1365,2435.5364,2435.5364,2435.5364 -48.5000,1.0000,44.9547,7.3715,7.3340,-0.0208,0.0000,1,1082.6929,56.7719,487.9776,-72.5462,6.4368,55.3266,-8.2252,-0.3662,2.4286,0.0000,2.4286,4.3744,2.4286,0.6133,0.0000,1.8152,0.0000,1.8152,0.8043,1.0109,0.0000,1.0109,-0.0038,1.0147,0.0000,0.0314,1.3613,-0.3780,2290.0335,2290.0335,2290.0335 -49.5000,1.0000,46.9894,7.3250,7.3160,-0.0050,0.0000,1,1075.8632,61.8576,484.9544,-72.0573,6.9691,54.6370,-8.1183,-0.0873,2.6968,0.0000,2.6968,4.3596,2.6968,0.6051,0.0000,2.0917,0.0000,2.0917,0.7992,1.2925,0.0000,1.2925,-0.0009,1.2934,0.0000,0.0308,1.3527,-0.0902,2372.2415,2372.2415,2372.2415 -50.5000,1.0000,49.0206,7.3120,7.3080,-0.0022,0.0000,1,1073.9539,62.4219,487.3093,-71.9206,7.0202,54.8048,-8.0885,-0.0387,2.7415,0.0000,2.7415,4.3174,2.7415,0.6031,0.0000,2.1384,0.0000,2.1384,0.7978,1.3406,0.0000,1.3406,-0.0004,1.3410,0.0000,0.0307,1.3503,-0.0400,2378.7088,2378.7088,2378.7088 -51.5000,1.0000,51.0408,7.2730,7.2380,-0.0194,0.0000,1,1068.2257,57.2434,483.0768,-71.5106,6.4035,54.0391,-7.9995,-0.3372,2.4170,0.0000,2.4170,4.3237,2.4170,0.6017,0.0000,1.8153,0.0000,1.8153,0.7935,1.0217,0.0000,1.0217,-0.0035,1.0252,0.0000,0.0302,1.3431,-0.3481,2265.7685,2265.7685,2265.7685 -52.5000,1.0000,52.9194,6.7630,6.2880,-0.2639,0.0000,1,993.3192,-17.3270,406.2456,-67.0090,-1.8024,42.2577,-6.9703,-4.2558,-1.8411,0.0000,-1.8411,4.2945,-1.8411,0.5850,0.0000,-2.4260,0.0000,-2.4260,0.7379,-3.1639,0.0000,-3.1639,-0.0440,-3.1199,0.0000,0.0244,1.2490,-4.3933,725.0503,725.0503,725.0503 -53.5000,1.0000,54.6232,6.1335,5.9790,-0.0858,0.0000,1,900.8610,39.2712,390.7691,-72.2980,3.7048,36.8644,-6.8204,-1.2554,0.9977,0.0000,0.9977,3.9625,0.9977,0.4866,0.0000,0.5111,0.0000,0.5111,0.6692,-0.1581,0.0000,-0.1581,-0.0130,-0.1451,0.0000,0.0181,1.1327,-1.2960,1526.5702,1526.5702,1526.5702 -54.5000,1.0000,56.2435,5.8330,5.6870,-0.0811,0.0000,1,856.7249,41.5965,410.9004,-75.4417,3.7319,36.8644,-6.7683,-1.1282,1.0072,0.0000,1.0072,3.8529,1.0072,0.4543,0.0000,0.5529,0.0000,0.5529,0.6364,-0.0835,0.0000,-0.0835,-0.0117,-0.0719,0.0000,0.0156,1.0772,-1.1647,1546.8707,1546.8707,1546.8707 -55.5000,1.0000,57.8371,5.7370,5.7870,0.0278,0.0000,1,842.6249,76.1657,417.7762,-76.4500,6.7208,36.8644,-6.7459,0.3800,2.5255,0.0000,2.5255,3.8153,2.5255,0.4290,0.0000,2.0965,0.0000,2.0965,0.6260,1.4705,0.0000,1.4705,0.0039,1.4666,0.0000,0.0148,1.0595,0.3923,2025.2339,2025.2339,2025.2339 -56.5000,1.0000,59.4224,5.7070,5.6270,-0.0444,0.0000,1,838.2186,53.4287,419.9723,-76.7650,4.6899,36.8644,-6.7383,-0.6048,1.4968,0.0000,1.4968,3.7980,1.4968,0.4362,0.0000,1.0606,0.0000,1.0606,0.6227,0.4379,0.0000,0.4379,-0.0063,0.4441,0.0000,0.0146,1.0539,-0.6244,1706.8402,1706.8402,1706.8402 -57.5000,1.0000,60.9322,5.4355,5.2440,-0.1064,0.0000,1,798.3419,35.4955,440.9497,-79.6758,2.9675,36.8644,-6.6611,-1.3790,0.5889,0.0000,0.5889,3.7576,0.5889,0.4172,0.0000,0.1717,0.0000,0.1717,0.5931,-0.4214,0.0000,-0.4214,-0.0143,-0.4071,0.0000,0.0126,1.0038,-1.4235,1441.2961,1441.2961,1441.2961 -58.5000,1.0000,62.3318,5.0385,4.8330,-0.1142,0.0000,1,740.0323,39.0046,475.6936,-85.9300,3.0227,36.8644,-6.6592,-1.3717,0.4389,0.0000,0.4389,3.9555,0.4389,0.3788,0.0000,0.0601,0.0000,0.0601,0.5497,-0.4897,0.0000,-0.4897,-0.0142,-0.4755,0.0000,0.0101,0.9305,-1.4160,1319.1097,1319.1097,1319.1097 -59.5000,1.0000,63.5126,4.2510,3.6690,-0.3233,0.0000,1,677.1469,12.7709,519.8704,-92.6750,0.9056,36.8644,-6.5716,-1.3599,-1.6648,0.1709,-1.8357,3.9303,-1.8357,0.3267,0.0000,-2.1624,0.0000,-2.1624,0.4638,-2.6262,0.0000,-2.6262,-0.0339,-2.5923,0.0000,0.0061,0.7851,-3.3835,964.6628,964.6628,964.6628 -60.5000,1.0000,64.4635,3.4230,3.1770,-0.1367,0.0000,1,644.4444,59.7732,546.2513,-96.1827,4.0339,36.8644,-6.4910,0.0000,0.0747,-0.0058,0.0805,3.9592,0.0805,0.2348,0.0000,-0.1543,0.0000,-0.1543,0.3735,-0.5278,0.0000,-0.5278,-0.0115,-0.5163,0.0000,0.0032,0.6321,-1.1516,1400.8392,1400.8392,1400.8392 -61.5000,1.0000,65.2910,2.9790,2.7810,-0.1100,0.0000,1,644.4444,59.5636,546.2513,-96.1827,4.0197,36.8644,-6.4910,0.0000,0.2419,-0.0172,0.2591,3.7779,0.2591,0.1966,0.0000,0.0625,0.0000,0.0625,0.3250,-0.2625,0.0000,-0.2625,-0.0081,-0.2544,0.0000,0.0021,0.5501,-0.8067,1398.7600,1398.7600,1398.7600 -62.5000,1.0000,66.0639,2.7825,2.7840,0.0008,0.0000,1,644.4444,70.4143,546.2513,-96.1827,4.7520,36.8644,-6.4910,0.0000,0.9990,0.0005,0.9985,3.7530,0.9985,0.1736,0.0000,0.8249,0.0000,0.8249,0.3036,0.5213,0.0000,0.5213,0.0001,0.5213,0.0000,0.0017,0.5139,0.0057,1506.3991,1506.3991,1506.3991 -63.5000,1.0000,66.8740,2.9165,3.0490,0.0736,0.0000,1,644.4444,78.8400,546.2513,-96.1827,5.3206,36.8644,-6.4910,0.0000,1.6424,0.0714,1.5710,3.6782,1.5710,0.1784,0.0000,1.3926,0.0000,1.3926,0.3182,1.0743,0.0000,1.0743,0.0053,1.0690,0.0000,0.0020,0.5386,0.5285,1594.2621,1594.2621,1594.2621 -64.5000,1.0000,67.7031,2.9845,2.9200,-0.0358,0.0000,1,644.4444,68.0701,546.2513,-96.1827,4.5938,36.8644,-6.4910,0.0000,0.7871,-0.0174,0.8045,3.8066,0.8045,0.1915,0.0000,0.6130,0.0000,0.6130,0.3256,0.2874,0.0000,0.2874,-0.0026,0.2900,0.0000,0.0021,0.5512,-0.2633,1483.1443,1483.1443,1483.1443 -65.5000,1.0000,68.6744,3.4970,4.0740,0.3206,0.0000,1,644.4444,124.8242,546.2513,-96.1827,8.4239,36.8644,-6.4910,0.0000,4.7303,0.6699,4.0603,3.6936,4.0603,0.2424,0.0000,3.8179,0.0000,3.8179,0.3816,3.4364,0.0000,3.4364,0.0276,3.4087,0.0000,0.0034,0.6458,2.7595,2170.2065,2170.2065,2170.2065 -66.5000,1.0000,70.0569,4.9770,5.8800,0.5017,0.0000,1,754.0363,217.1943,484.2500,-84.4279,17.1502,38.2376,-6.6666,5.0748,8.3913,0.2564,8.1350,3.6841,8.1350,0.4251,0.0000,7.7099,0.0000,7.7099,0.5729,7.1370,0.0000,7.1370,0.0616,7.0754,0.0000,0.0100,0.9191,6.1463,3700.3145,3700.3145,3700.3145 -67.5000,1.0000,71.8329,6.3935,6.9070,0.2853,0.0000,1,939.0487,154.0530,564.3606,-70.1135,15.1491,55.4975,-6.8948,4.3493,6.9504,0.0000,6.9504,3.8494,6.9504,0.5166,0.0000,6.4338,0.0000,6.4338,0.6976,5.7362,0.0000,5.7362,0.0450,5.6913,0.0000,0.0206,1.1807,4.4899,3522.1300,3522.1300,3522.1300 -68.5000,1.0000,73.9839,7.7435,8.5800,0.4647,0.0000,1,1137.3306,208.4159,618.8563,-76.0119,24.8225,73.7064,-9.0531,8.5812,12.0398,0.0000,12.0398,4.2015,12.0398,0.7448,0.0000,11.2950,0.0000,11.2950,0.8809,10.4141,0.0000,10.4141,0.0887,10.3254,0.0000,0.0369,1.4300,8.8585,5256.4833,5256.4833,5256.4833 -69.5000,1.0000,76.4307,8.8085,9.0370,0.1269,0.0000,1,1293.7531,101.4999,617.2022,-85.3106,13.7514,83.6195,-11.5580,2.6664,6.1784,0.0000,6.1784,4.9065,6.1784,0.7567,0.0000,5.4216,0.0000,5.4216,0.9611,4.4606,0.0000,4.4606,0.0276,4.4330,0.0000,0.0537,1.6267,2.7526,3321.5072,3321.5072,3321.5072 -70.5000,1.0000,78.8807,8.8199,8.6028,-0.1206,0.0000,0,1194.7767,-36.6400,457.7181,-79.4387,-4.5843,57.2682,-9.9391,-9.7246,0.0000,0.0000,0.0000,5.1403,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9623,-0.9623,0.0000,-0.9623,-0.0262,-0.9361,0.0000,0.0539,1.6288,-2.6188,744.1914,744.1914,744.1914 -71.5000,1.0000,81.7349,10.2754,11.9480,0.9292,0.0000,2,1029.8525,349.7635,401.2855,-68.7637,37.7206,43.2770,-7.4159,-2.0483,33.5727,0.0000,33.5727,6.1961,27.9648,0.8897,0.0000,27.0751,0.0000,27.0751,1.3502,25.7249,0.0000,25.7249,0.2354,25.4895,0.0000,0.0874,1.8976,23.5044,7666.1399,7666.1399,7666.1399 -72.5000,1.0000,85.3884,13.1525,14.3570,0.6692,0.0000,2,1098.0221,354.9894,685.5632,-73.6435,40.8183,78.8292,-8.4679,6.7806,27.1114,0.0000,27.1114,6.9264,27.1114,1.0199,0.0000,26.0915,0.0000,26.0915,1.5998,24.4917,0.0000,24.4917,0.2170,24.2747,0.0000,0.1801,2.4289,21.6657,8205.1829,8205.1829,8205.1829 -73.5000,1.0000,89.7401,15.6660,16.9750,0.7272,0.0000,2,1307.8589,383.6033,715.9077,-86.1472,52.5378,98.0498,-11.7986,8.7771,34.7857,0.0000,34.7857,8.9750,34.7857,1.3216,0.0000,33.4642,0.0000,33.4642,1.9414,31.5228,0.0000,31.5228,0.2809,31.2419,0.0000,0.3039,2.8931,28.0449,10558.5929,10558.5929,10558.5929 -74.5000,1.0000,94.8695,18.4660,19.9570,0.8283,0.0000,2,1541.6139,433.5904,786.3900,-100.0107,69.9977,126.9528,-16.1455,11.7842,46.0327,0.0000,46.0327,12.1808,46.0327,1.7331,0.0000,44.2996,0.0000,44.2996,2.3612,41.9384,0.0000,41.9384,0.3771,41.5613,0.0000,0.4975,3.4102,37.6537,13991.9889,13991.9889,13991.9889 -75.5000,1.0000,100.3479,19.7222,19.4874,-0.1304,0.0000,0,1538.2980,28.8929,674.4421,-99.8140,4.6544,108.6460,-16.0791,-12.0721,0.0000,0.0000,0.0000,16.7265,0.0000,0.0000,0.0000,0.0002,0.0000,0.0002,2.1518,-2.1517,0.0000,-2.1517,-0.0634,-2.0882,0.0000,0.6022,3.6422,-6.3326,2771.7047,2771.7047,2771.7047 -76.5000,1.0000,105.9421,20.1392,20.7910,0.3621,0.0000,3,1227.1993,247.7299,400.1052,-81.3634,31.8363,51.4183,-10.4562,-13.8147,31.1279,0.0000,31.1279,14.5231,25.6482,0.9346,0.0000,24.7135,0.0000,24.7135,2.2211,22.4924,0.0000,22.4924,0.1798,22.3126,0.0000,0.6418,3.7192,17.9516,6604.3990,6604.3990,6604.3990 -77.5000,1.0000,111.7502,20.9090,21.0270,0.0656,0.0000,3,1049.8157,169.7383,597.2907,-70.1927,18.6604,65.6640,-7.7167,0.3820,10.9331,0.0000,10.9331,7.3454,10.9331,0.6649,0.0000,10.2682,0.0000,10.2682,2.2813,7.9869,0.0000,7.9869,0.0338,7.9531,0.0000,0.7175,3.8614,3.3742,4060.2180,4060.2180,4060.2180 -78.5000,1.0000,117.8559,21.9805,22.9340,0.5297,0.0000,3,1103.6144,434.4873,574.7532,-74.0007,50.2138,66.4244,-8.5523,3.2446,37.6440,0.0000,37.6440,9.3252,37.6440,1.2342,0.0000,36.4097,0.0000,36.4097,2.5657,33.8440,0.0000,33.8440,0.2871,33.5569,0.0000,0.8351,4.0593,28.6626,10000.0899,10000.0899,10000.0899 -79.5000,1.0000,124.6037,24.2920,25.6500,0.7544,0.0000,3,1219.6720,559.4000,712.5268,-80.9170,71.4487,91.0066,-10.3350,5.1070,55.9063,0.0000,55.9063,10.4353,55.9063,1.6795,0.0000,54.2269,0.0000,54.2269,3.0454,51.1815,0.0000,51.1815,0.4518,50.7297,0.0000,1.1286,4.4861,45.1149,14130.8365,14130.8365,14130.8365 -80.5000,1.0000,132.0563,26.8295,28.0090,0.6553,0.0000,3,1347.0768,511.9622,771.7496,-88.4731,72.2202,108.8673,-12.4805,4.8991,55.2116,0.0000,55.2116,12.1095,55.2116,1.7598,0.0000,53.4518,0.0000,53.4518,3.2669,50.1850,0.0000,50.1850,0.4335,49.7515,0.0000,1.5188,4.9547,43.2780,14272.8375,14272.8375,14272.8375 -81.5000,1.0000,140.1763,29.2320,30.4550,0.6794,0.0000,3,1467.7035,533.7269,778.2350,-95.6272,82.0325,119.6128,-14.6977,5.5346,62.3331,0.0000,62.3331,14.1648,62.3331,1.9976,0.0000,60.3354,0.0000,60.3354,3.5909,56.7446,0.0000,56.7446,0.4897,56.2549,0.0000,1.9640,5.3984,48.8924,16106.7805,16106.7805,16106.7805 -82.5000,1.0000,148.5626,30.1905,29.9260,-0.1469,0.0000,0,1448.6670,59.2186,725.8979,-94.4982,8.9837,110.1216,-14.3358,-7.1564,0.0000,0.0000,0.0000,16.1401,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.2940,-3.2940,0.0000,-3.2940,-0.1094,-3.1847,0.0000,2.1600,5.5754,-10.9201,3075.0271,3075.0271,3075.0271 -83.5000,1.0000,157.0397,30.5178,31.1097,0.3288,0.0000,4,1189.0772,410.2012,410.2012,-79.0987,51.0782,51.0782,-9.8494,-13.0818,44.7880,0.0000,44.7880,19.3720,37.3165,1.1553,0.0000,36.1612,0.0000,36.1612,3.3464,32.8148,0.0000,32.8148,0.2474,32.5674,0.0000,2.2317,5.6359,24.6999,10218.0979,10218.0979,10218.0979 -84.5000,1.0000,165.9218,31.9754,32.8412,0.4810,0.0000,4,1038.0357,697.2074,697.2074,-69.3495,75.7884,75.7884,-7.5385,1.7917,51.8828,0.0000,51.8828,22.1139,51.8828,1.4763,0.0000,50.4065,0.0000,50.4065,3.6940,46.7125,0.0000,46.7125,0.3792,46.3333,0.0000,2.5679,5.9051,37.8603,14957.7236,14957.7236,14957.7236 -85.5000,1.0000,175.3591,33.9741,35.1070,0.6294,0.0000,4,1102.9198,799.0899,799.0899,-73.9592,92.2929,92.2929,-8.5421,2.4910,68.4918,0.0000,68.4918,21.3100,68.4918,1.8507,0.0000,66.6411,0.0000,66.6411,4.1212,62.5199,0.0000,62.5199,0.5272,61.9927,0.0000,3.0813,6.2742,52.6372,18079.9092,18079.9092,18079.9092 -86.5000,1.0000,185.5136,36.5565,38.0059,0.8053,0.0000,4,1186.7518,849.5533,849.5533,-78.9600,105.5794,105.5794,-9.8129,3.4293,90.8221,0.0000,90.8221,11.3280,90.8221,2.3545,0.0000,88.4676,0.0000,88.4676,4.6858,83.7817,0.0000,83.7817,0.7258,83.0560,0.0000,3.8405,6.7511,72.4644,20545.6982,20545.6982,20545.6982 -87.5000,1.0000,196.4988,39.5466,41.0873,0.8559,0.0000,4,1283.8225,872.7451,872.7451,-84.7216,117.3332,117.3332,-11.3901,3.9433,104.1733,0.0000,104.1733,9.2167,104.1733,2.6914,0.0000,101.4819,0.0000,101.4819,5.1558,96.3261,0.0000,96.3261,0.8346,95.4915,0.0000,4.8618,7.3033,83.3264,22752.8659,22752.8659,22752.8659 -88.5000,1.0000,208.0476,41.5757,42.0640,0.2713,0.0000,4,1349.6924,406.7018,877.5656,-88.6282,57.4830,124.0346,-12.5267,1.3140,47.5081,0.0000,47.5081,8.6609,47.5081,1.6077,0.0000,45.9004,0.0000,45.9004,4.5362,41.3642,0.0000,41.3642,0.2781,41.0861,0.0000,5.6414,7.6780,27.7667,11526.5789,11526.5789,11526.5789 -89.5000,1.0000,219.8554,42.5080,42.9520,0.2467,0.0000,4,1379.9596,386.4695,709.1850,-90.4233,55.8483,102.4836,-13.0670,1.2215,46.1921,0.0000,46.1921,8.4347,46.1921,1.6048,0.0000,44.5873,0.0000,44.5873,4.6380,39.9494,0.0000,39.9494,0.2585,39.6909,0.0000,6.0293,7.8502,25.8113,11238.8956,11238.8956,11238.8956 -90.5000,1.0000,231.8968,43.3490,43.7460,0.2206,0.0000,4,1407.2615,367.2435,706.0107,-92.0425,54.1200,104.0434,-13.5641,1.1138,44.4930,0.0000,44.4930,8.5131,44.4930,1.5923,0.0000,42.9008,0.0000,42.9008,4.7297,38.1710,0.0000,38.1710,0.2357,37.9353,0.0000,6.3942,8.0055,23.5357,10931.6444,10931.6444,10931.6444 -91.5000,1.0000,244.2365,44.4230,45.1000,0.3761,0.0000,4,1442.1273,489.4375,710.5694,-94.1104,73.9145,107.3096,-14.2125,1.9464,63.6367,0.0000,63.6367,8.3314,63.6367,2.0030,0.0000,61.6337,0.0000,61.6337,5.0061,56.6276,0.0000,56.6276,0.4119,56.2156,0.0000,6.8823,8.2038,41.1295,14613.4104,14613.4104,14613.4104 -92.5000,1.0000,256.9723,45.8490,46.5980,0.4161,0.0000,4,1488.4203,522.9124,761.6654,-96.8559,81.5048,118.7185,-15.0966,2.2225,70.8980,0.0000,70.8980,8.3842,70.8980,2.1859,0.0000,68.7121,0.0000,68.7121,5.2433,63.4688,0.0000,63.4688,0.4704,62.9984,0.0000,7.5669,8.4672,46.9644,16050.8706,16050.8706,16050.8706 -93.5000,1.0000,270.2307,47.7300,48.8620,0.6289,0.0000,4,1549.4842,694.7960,788.3750,-100.4775,112.7387,127.9230,-16.3036,3.4968,100.6711,0.0000,100.6711,8.5708,100.6711,2.8325,0.0000,97.8386,0.0000,97.8386,5.8530,91.9856,0.0000,91.9856,0.7401,91.2455,0.0000,8.5394,8.8146,73.8915,22045.3875,22045.3875,22045.3875 -94.5000,1.0000,284.0611,49.7895,50.7170,0.5153,0.0000,4,1616.3428,608.8054,840.5864,-104.0555,103.0482,142.2802,-17.6127,2.9887,91.2794,0.0000,91.2794,8.7801,91.2794,2.7024,0.0000,88.5770,0.0000,88.5770,5.9033,82.6737,0.0000,82.6737,0.6325,82.0411,0.0000,9.6911,9.1949,63.1551,20312.2789,20312.2789,20312.2789 -95.5000,1.0000,298.0500,50.3602,50.0034,-0.1982,0.0000,0,1646.4527,52.6029,809.0067,-105.1278,9.0696,139.4858,-18.1257,0.0000,0.0000,0.0000,0.0000,9.0696,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.4947,-5.4947,0.0000,-5.4947,-0.2461,-5.2486,0.0000,10.0252,9.3003,-24.5741,3496.5925,3496.5925,3496.5925 -96.5000,1.0000,312.0719,50.4787,50.9541,0.2641,0.0000,5,1382.0608,409.5218,409.5218,-90.5479,59.2697,59.2697,-13.1049,-22.4399,73.4574,0.0000,73.4574,8.2522,58.8506,0.7780,0.0000,58.0726,0.0000,58.0726,5.5091,52.5635,0.0000,52.5635,0.3287,52.2348,0.0000,10.0966,9.3222,32.8160,11877.4947,11877.4947,11877.4947 -97.5000,1.0000,326.4227,51.6630,52.3718,0.3938,0.0000,5,1133.2177,717.5422,717.5422,-75.7666,85.1509,85.1509,-8.9912,1.0821,77.7411,0.0000,77.7411,6.3278,77.7411,0.8899,0.0000,76.8512,0.0000,76.8512,5.8996,70.9516,0.0000,70.9516,0.5016,70.4500,0.0000,10.8251,9.5409,50.0840,16647.5821,16647.5821,16647.5821 -98.5000,1.0000,341.2082,53.2278,54.0837,0.4755,0.0000,5,1167.5410,813.9038,813.9038,-77.8140,99.5116,99.5116,-9.5139,1.3461,91.8366,0.0000,91.8366,6.3292,91.8366,0.9839,0.0000,90.8527,0.0000,90.8527,6.2534,84.5993,0.0000,84.5993,0.6240,83.9753,0.0000,11.8396,9.8298,62.3059,19360.3559,19360.3559,19360.3559 -99.5000,1.0000,356.4763,54.9653,55.8470,0.4898,0.0000,5,1205.6546,835.0513,857.5043,-80.0856,105.4301,108.2649,-10.1113,1.4319,97.6660,0.0000,97.6660,6.3323,97.6660,1.0397,0.0000,96.6262,0.0000,96.6262,6.4996,90.1266,0.0000,90.1266,0.6638,89.4628,0.0000,13.0373,10.1507,66.2748,20507.8843,20507.8843,20507.8843 -100.5000,1.0000,372.0969,56.2340,56.6210,0.2150,0.0000,5,1233.4824,530.3914,865.8474,-81.7361,68.5106,111.8415,-10.5578,0.6430,61.4175,0.0000,61.4175,6.4501,61.4175,0.8783,0.0000,60.5392,0.0000,60.5392,6.1356,54.4036,0.0000,54.4036,0.2981,54.1055,0.0000,13.9582,10.3850,29.7623,13577.3207,13577.3207,13577.3207 -101.5000,1.0000,387.9666,57.1310,57.6410,0.2833,0.0000,5,1253.1580,609.5209,740.2539,-82.9030,79.9877,97.1438,-10.8794,0.8609,72.7090,0.0000,72.7090,6.4178,72.7090,0.9490,0.0000,71.7600,0.0000,71.7600,6.3256,65.4344,0.0000,65.4344,0.3991,65.0353,0.0000,14.6373,10.5507,39.8473,15727.2037,15727.2037,15727.2037 -102.5000,1.0000,404.1301,58.1885,58.7360,0.3042,0.0000,5,1276.3540,637.7997,775.8606,-84.2787,85.2480,103.7011,-11.2646,0.9413,77.7048,0.0000,77.7048,6.6019,77.7048,0.9910,0.0000,76.7139,0.0000,76.7139,6.4971,70.2168,0.0000,70.2168,0.4364,69.7804,0.0000,15.4654,10.7460,43.5690,16674.8314,16674.8314,16674.8314 -103.5000,1.0000,420.5804,59.2210,59.7060,0.2694,0.0000,5,1299.0017,602.6400,789.1355,-85.6219,81.9778,107.3470,-11.6472,0.8487,74.4478,0.0000,74.4478,6.6813,74.4478,0.9915,0.0000,73.4564,0.0000,73.4564,6.5431,66.9133,0.0000,66.9133,0.3934,66.5199,0.0000,16.3030,10.9367,39.2802,16099.1217,16099.1217,16099.1217 -104.5000,1.0000,437.2859,60.1400,60.5740,0.2411,0.0000,5,1319.1598,574.3694,776.6594,-86.8174,79.3446,107.2894,-11.9931,0.7712,71.8140,0.0000,71.8140,6.7594,71.8140,0.9934,0.0000,70.8206,0.0000,70.8206,6.5880,64.2326,0.0000,64.2326,0.3575,63.8751,0.0000,17.0735,11.1064,35.6952,15580.6641,15580.6641,15580.6641 -105.5000,1.0000,454.2091,60.9235,61.2730,0.1942,0.0000,5,1336.3458,525.3295,766.6969,-87.8367,73.5156,107.2929,-12.2920,0.6291,66.0366,0.0000,66.0366,6.8499,66.0366,0.9775,0.0000,65.0590,0.0000,65.0590,6.6472,58.4118,0.0000,58.4118,0.2916,58.1201,0.0000,17.7492,11.2511,29.1198,14508.6371,14508.6371,14508.6371 -106.5000,1.0000,471.3176,61.5905,61.9080,0.1764,0.0000,5,1350.9763,508.6440,748.9247,-88.7044,71.9598,105.9533,-12.5494,0.5778,64.4245,0.0000,64.4245,6.9575,64.4245,0.9807,0.0000,63.4438,0.0000,63.4438,6.7200,56.7238,0.0000,56.7238,0.2678,56.4560,0.0000,18.3385,11.3742,26.7433,14225.8316,14225.8316,14225.8316 -107.5000,1.0000,488.6330,62.3355,62.7630,0.2375,0.0000,5,1367.3177,579.7025,745.5586,-89.6736,83.0048,106.7529,-12.8399,0.7874,75.2207,0.0000,75.2207,6.9967,75.2207,1.0473,0.0000,74.1735,0.0000,74.1735,6.8400,67.3335,0.0000,67.3335,0.3650,66.9684,0.0000,19.0124,11.5118,36.4442,16258.5099,16258.5099,16258.5099 -108.5000,1.0000,506.1582,63.0905,63.4180,0.1819,0.0000,5,1383.8785,521.0226,774.0945,-90.6557,75.5063,112.1813,-13.1378,0.6105,67.8097,0.0000,67.8097,7.0861,67.8097,1.0231,0.0000,66.7866,0.0000,66.7866,6.8837,59.9029,0.0000,59.9029,0.2830,59.6199,0.0000,19.7113,11.6513,28.2574,14853.7344,14853.7344,14853.7344 -109.5000,1.0000,523.8336,63.6315,63.8450,0.1186,0.0000,5,1395.7452,452.5842,752.4115,-91.3595,66.1507,109.9740,-13.3533,0.4014,58.6682,0.0000,58.6682,7.0811,58.6682,0.9867,0.0000,57.6815,0.0000,57.6815,6.9427,50.7388,0.0000,50.7388,0.1861,50.5527,0.0000,20.2224,11.7512,18.5792,13154.1382,13154.1382,13154.1382 -110.5000,1.0000,541.5397,63.7420,63.6390,-0.0572,0.0000,5,1398.1690,257.7264,723.8576,-91.5033,37.7352,105.9843,-13.3975,-0.1940,30.8347,0.0000,30.8347,7.0945,30.8347,0.8494,0.0000,29.9853,0.0000,29.9853,6.9548,23.0306,0.0000,23.0306,-0.0899,23.1205,0.0000,20.3277,11.7716,-8.9788,7866.0411,7866.0411,7866.0411 -111.5000,1.0000,559.1351,63.3435,63.0480,-0.1642,0.0000,5,1389.4280,136.7901,644.4180,-90.9849,19.9030,93.7632,-13.2383,-0.5531,13.4592,0.0000,13.4592,6.9969,13.4592,0.7557,0.0000,12.7035,0.0000,12.7035,6.9113,5.7922,0.0000,5.7922,-0.2564,6.0486,0.0000,19.9492,11.6980,-25.5986,4582.4074,4582.4074,4582.4074 -112.5000,1.0000,576.5637,62.7430,62.4380,-0.1694,0.0000,5,1376.2562,128.4877,593.0833,-90.2037,18.5178,85.4759,-13.0003,-0.5654,12.1256,0.0000,12.1256,6.9576,12.1256,0.7387,0.0000,11.3869,0.0000,11.3869,6.8458,4.5412,0.0000,4.5412,-0.2621,4.8033,0.0000,19.3873,11.5871,-26.1711,4300.1952,4300.1952,4300.1952 -113.5000,1.0000,593.8276,62.1500,61.8620,-0.1600,0.0000,5,1363.2488,136.3169,586.5660,-89.4322,19.4605,83.7376,-12.7673,-0.5289,13.1109,0.0000,13.1109,6.8784,13.1109,0.7336,0.0000,12.3774,0.0000,12.3774,6.7811,5.5963,0.0000,5.5963,-0.2452,5.8415,0.0000,18.8427,11.4776,-24.4788,4445.7948,4445.7948,4445.7948 -114.5000,1.0000,610.9520,61.6480,61.4340,-0.1189,0.0000,5,1352.2375,180.1480,587.8911,-88.7792,25.5100,83.2489,-12.5717,-0.3898,19.0326,0.0000,19.0326,6.8673,19.0326,0.7547,0.0000,18.2779,0.0000,18.2779,6.7263,11.5516,0.0000,11.5516,-0.1807,11.7323,0.0000,18.3896,11.3849,-18.0422,5551.7639,5551.7639,5551.7639 -115.5000,1.0000,627.9563,61.2155,60.9970,-0.1214,0.0000,5,1342.7507,175.5103,603.3988,-88.2165,24.6790,84.8454,-12.4044,-0.3952,18.2574,0.0000,18.2574,6.8168,18.2574,0.7435,0.0000,17.5138,0.0000,17.5138,6.6791,10.8347,0.0000,10.8347,-0.1832,11.0179,0.0000,18.0053,11.3050,-18.2924,5383.9868,5383.9868,5383.9868 -116.5000,1.0000,644.8532,60.8285,60.6600,-0.0936,0.0000,5,1334.2619,204.5775,600.0984,-87.7131,28.5843,83.8479,-12.2556,-0.3028,22.1351,0.0000,22.1351,6.7521,22.1351,0.7565,0.0000,21.3786,0.0000,21.3786,6.6369,14.7417,0.0000,14.7417,-0.1404,14.8821,0.0000,17.6659,11.2335,-14.0173,6107.3098,6107.3098,6107.3098 -117.5000,1.0000,661.6479,60.4610,60.2620,-0.1106,0.0000,5,1326.2009,184.2132,609.8514,-87.2350,25.5834,84.6958,-12.1151,-0.3555,19.2266,0.0000,19.2266,6.7123,19.2266,0.7358,0.0000,18.4908,0.0000,18.4908,6.5968,11.8940,0.0000,11.8940,-0.1648,12.0588,0.0000,17.3477,11.1657,-16.4545,5535.3136,5535.3136,5535.3136 -118.5000,1.0000,678.2932,59.9230,59.5840,-0.1883,0.0000,5,1314.4000,95.8141,596.9173,-86.5351,13.1882,82.1619,-11.9110,-0.6002,7.1003,0.0000,7.1003,6.6881,7.1003,0.6663,0.0000,6.4340,0.0000,6.4340,6.5381,-0.1040,0.0000,-0.1040,-0.2782,0.1742,0.0000,16.8891,11.0663,-27.7811,3281.6809,3281.6809,3281.6809 -119.5000,1.0000,694.7729,59.3270,59.0700,-0.1428,0.0000,5,1301.3268,144.2918,557.3829,-85.7598,19.6633,75.9571,-11.6869,-0.4505,13.4468,0.0000,13.4468,6.6670,13.4468,0.6882,0.0000,12.7586,0.0000,12.7586,6.4730,6.2855,0.0000,6.2855,-0.2088,6.4944,0.0000,16.3899,10.9562,-20.8517,4425.5600,4425.5600,4425.5600 -120.5000,1.0000,711.1082,58.8070,58.5440,-0.1461,0.0000,5,1289.9207,138.2194,575.1930,-85.0833,18.6707,77.6972,-11.4931,-0.4570,12.5511,0.0000,12.5511,6.5766,12.5511,0.6752,0.0000,11.8759,0.0000,11.8759,6.4163,5.4595,0.0000,5.4595,-0.2118,5.6714,0.0000,15.9627,10.8602,-21.1515,4220.1492,4220.1492,4220.1492 -121.5000,1.0000,727.2844,58.2345,57.9250,-0.1719,0.0000,5,1277.3630,107.1234,568.9954,-84.3385,14.3294,76.1118,-11.2816,-0.5325,8.3587,0.0000,8.3587,6.5033,8.3587,0.6450,0.0000,7.7137,0.0000,7.7137,6.3538,1.3598,0.0000,1.3598,-0.2469,1.6067,0.0000,15.5012,10.7545,-24.6489,3411.4511,3411.4511,3411.4511 -122.5000,1.0000,743.3134,57.7045,57.4840,-0.1225,0.0000,5,1265.7376,159.8667,553.8481,-83.6490,21.1900,73.4113,-11.0875,-0.3760,15.1291,0.0000,15.1291,6.4368,15.1291,0.6703,0.0000,14.4589,0.0000,14.4589,6.2960,8.1628,0.0000,8.1628,-0.1743,8.3371,0.0000,15.0816,10.6566,-17.4010,4653.5431,4653.5431,4653.5431 -123.5000,1.0000,759.2312,57.3040,57.1240,-0.1000,0.0000,5,1256.9527,183.6443,575.3418,-83.1280,24.1727,75.7310,-10.9420,-0.3048,18.0354,0.0000,18.0354,6.4421,18.0354,0.6784,0.0000,17.3570,0.0000,17.3570,6.2523,11.1047,0.0000,11.1047,-0.1413,11.2459,0.0000,14.7696,10.5826,-14.1063,5212.9637,5212.9637,5212.9637 -124.5000,1.0000,775.0693,57.0170,56.9100,-0.0594,0.0000,5,1250.6574,227.5743,585.2466,-82.7547,29.8051,76.6489,-10.8383,-0.1803,23.5739,0.0000,23.5739,6.4115,23.5739,0.7015,0.0000,22.8724,0.0000,22.8724,6.2210,16.6514,0.0000,16.6514,-0.0836,16.7349,0.0000,14.5487,10.5296,-8.3434,6242.3736,6242.3736,6242.3736 -125.5000,1.0000,790.7991,56.6275,56.3450,-0.1569,0.0000,5,1242.1138,117.7402,600.6793,-82.2480,15.3149,78.1327,-10.6983,-0.4727,9.4168,0.0000,9.4168,6.3708,9.4168,0.6245,0.0000,8.7923,0.0000,8.7923,6.1785,2.6138,0.0000,2.6138,-0.2191,2.8329,0.0000,14.2529,10.4577,-21.8777,3570.9660,3570.9660,3570.9660 -126.5000,1.0000,806.3502,55.9840,55.6230,-0.2006,0.0000,5,1227.9987,66.7582,547.7313,-81.4108,8.5848,70.4359,-10.4691,-0.5972,2.9120,0.0000,2.9120,6.2700,2.9120,0.6082,0.0000,2.3037,0.0000,2.3037,6.1083,-3.8046,0.0000,-3.8046,-0.2768,-3.5277,0.0000,13.7728,10.3389,-27.6394,2593.2178,2593.2178,2593.2178 -127.5000,1.0000,821.6641,55.1300,54.6370,-0.2739,0.0000,5,1209.2664,-17.0860,518.3514,-80.2999,-2.1637,65.6410,-10.1687,-0.8031,-7.5730,0.0000,-7.5730,6.2124,-7.5730,0.6204,0.0000,-8.1934,0.0000,-8.1934,6.0151,-14.2085,0.0000,-14.2085,-0.3723,-13.8362,0.0000,13.1525,10.1811,-37.1699,1152.9058,1152.9058,1152.9058 -128.5000,1.0000,836.6930,54.1040,53.5710,-0.2961,0.0000,5,1186.7613,-45.7176,472.6233,-78.9606,-5.6817,58.7364,-9.8130,-0.8521,-10.8941,0.0000,-10.8941,6.0645,-10.8941,0.6119,0.0000,-11.5060,0.0000,-11.5060,5.9032,-17.4092,0.0000,-17.4092,-0.3950,-17.0142,0.0000,12.4320,9.9917,-39.4379,557.2261,557.2261,557.2261 -129.5000,1.0000,851.4111,52.9850,52.3990,-0.3256,0.0000,5,1162.2162,-77.4964,451.1603,-77.4964,-9.4319,54.9094,-9.4319,-0.9174,-14.4676,0.0000,-14.4676,5.9532,-14.4676,0.6029,0.0000,-15.0705,0.0000,-15.0705,5.7811,-20.8516,0.5746,-21.4262,-0.4253,-21.0009,0.0000,11.6768,9.7850,-42.4627,0.0000,0.0000,0.0000 -130.5000,1.0000,865.7313,51.5530,50.7070,-0.4700,0.0000,5,1130.8056,-75.6213,422.5348,-75.6227,-8.9549,50.0356,-8.9551,-1.2887,-13.4851,0.0000,-13.4851,5.8189,-13.4851,0.5777,0.0000,-14.0629,0.0000,-14.0629,5.6248,-19.6877,19.4692,-39.1569,-0.5974,-38.5595,0.8089,10.7570,9.5206,-59.6460,0.0000,0.0000,0.0000 -131.5000,1.0000,879.5554,49.7665,48.8260,-0.5225,0.0000,5,1091.6190,-73.1830,409.9640,-73.1851,-8.3658,46.8647,-8.3661,-1.3830,-12.6800,0.0000,-12.6800,5.6971,-12.6800,0.5480,0.0000,-13.2279,0.0000,-13.2279,5.4299,-18.6579,26.1884,-44.8463,-0.6411,-44.2052,0.9371,9.6778,9.1906,-64.0107,0.0000,0.0000,0.0000 -132.5000,1.0000,892.9240,48.1270,47.4280,-0.3883,0.0000,5,1055.6569,-70.6104,404.4088,-70.6109,-7.8058,44.7066,-7.8059,-0.9940,-12.3833,0.0000,-12.3833,5.5715,-12.3833,0.5224,0.0000,-12.9057,0.0000,-12.9057,5.2510,-18.1567,9.7656,-27.9223,-0.4608,-27.4616,0.9062,8.7512,8.8879,-46.0069,0.0000,0.0000,0.0000 -133.5000,1.0000,906.1689,47.6816,47.9351,0.1409,0.0000,5,1045.8861,418.7134,418.7134,-69.9115,45.8596,45.8596,-7.6570,0.3572,40.0099,0.0000,40.0099,5.4924,40.0099,0.6437,0.0000,39.3662,0.0000,39.3662,5.2024,34.1638,0.0000,34.1638,0.1656,33.9982,0.1496,8.5089,8.8056,16.5340,9233.7368,9233.7368,9233.7368 -134.5000,1.0000,919.4626,47.8576,47.7800,-0.0431,0.0000,5,1049.7466,213.7721,655.3624,-70.1878,23.4998,72.0435,-7.7157,-0.1097,18.0728,0.0000,18.0728,5.5367,18.0728,0.5365,0.0000,17.5363,0.0000,17.5363,5.2216,12.3146,0.0000,12.3146,-0.0508,12.3655,0.0000,8.6033,8.8381,-5.0759,4987.0884,4987.0884,4987.0884 -135.5000,1.0000,932.7321,47.7700,47.7600,-0.0056,0.0000,5,1047.8262,254.9003,555.8345,-70.0503,27.9697,60.9907,-7.6865,-0.0141,22.4876,0.0000,22.4876,5.4962,22.4876,0.5574,0.0000,21.9303,0.0000,21.9303,5.2121,16.7182,0.0000,16.7182,-0.0065,16.7248,0.0000,8.5561,8.8219,-0.6533,5788.6835,5788.6835,5788.6835 -136.5000,1.0000,946.0222,47.8445,47.9290,0.0469,0.0000,5,1049.4603,313.2335,577.3848,-70.1673,34.4241,63.4541,-7.7113,0.1195,28.8266,0.0000,28.8266,5.4781,28.8266,0.5901,0.0000,28.2365,0.0000,28.2365,5.2202,23.0163,0.0000,23.0163,0.0554,22.9609,0.0000,8.5962,8.8357,5.5290,7044.7054,7044.7054,7044.7054 -137.5000,1.0000,959.3762,48.0745,48.2200,0.0808,0.0000,5,1054.5053,351.5897,607.3628,-70.5284,38.8252,67.0696,-7.7883,0.2067,33.1211,0.0000,33.1211,5.4975,33.1211,0.6148,0.0000,32.5062,0.0000,32.5062,5.2453,27.2609,0.0000,27.2609,0.0958,27.1651,0.0000,8.7209,8.8782,9.5661,7854.7217,7854.7217,7854.7217 -138.5000,1.0000,972.8500,48.5055,48.7910,0.1586,0.0000,5,1063.9592,439.4491,629.0327,-71.2052,48.9623,70.0853,-7.9335,0.4092,43.0067,0.0000,43.0067,5.5464,43.0067,0.6704,0.0000,42.3364,0.0000,42.3364,5.2923,37.0441,0.0000,37.0441,0.1897,36.8544,0.0000,8.9577,8.9578,18.9389,9784.7109,9784.7109,9784.7109 -139.5000,1.0000,986.5076,49.1675,49.5440,0.2092,0.0000,5,1078.4801,497.4711,674.0925,-72.2446,56.1835,76.1308,-8.1592,0.5470,50.0593,0.0000,50.0593,5.5773,50.0593,0.7151,0.0000,49.3442,0.0000,49.3442,5.3646,43.9796,0.0000,43.9796,0.2536,43.7261,0.0000,9.3298,9.0800,25.3163,11208.1082,11208.1082,11208.1082 -140.5000,1.0000,1000.3917,49.9825,50.4210,0.2436,0.0000,5,1096.3569,538.1771,704.4795,-73.5243,61.7882,80.8815,-8.4413,0.6476,55.5139,0.0000,55.5139,5.6267,55.5139,0.7541,0.0000,54.7598,0.0000,54.7598,5.4535,49.3063,0.0000,49.3063,0.3002,49.0061,0.0000,9.8016,9.2305,29.9740,12226.7459,12226.7459,12226.7459 -141.5000,1.0000,1014.5265,50.8855,51.3500,0.2581,0.0000,5,1116.1641,557.1250,726.0238,-74.7493,65.1192,84.8609,-8.7370,0.6984,58.7239,0.0000,58.7239,5.6970,58.7239,0.7834,0.0000,57.9405,0.0000,57.9405,5.5520,52.3885,0.0000,52.3885,0.3237,52.0647,0.0000,10.3426,9.3973,32.3248,12868.6649,12868.6649,12868.6649 -142.5000,1.0000,1028.9825,52.0415,52.7330,0.3842,0.0000,5,1141.5207,703.1820,739.4877,-76.2619,84.0582,88.3982,-9.1163,1.0633,77.2026,0.0000,77.2026,5.7923,77.2026,0.8929,0.0000,76.3097,0.0000,76.3097,5.9262,70.3835,0.0000,70.3835,0.4929,69.8905,0.0000,11.0646,9.6108,49.2151,16466.5441,16466.5441,16466.5441 -143.5000,1.0000,1043.8669,53.5837,54.4345,0.4726,0.0000,5,1175.3494,808.3816,808.3816,-78.2798,99.4975,99.4975,-9.6349,1.3469,92.2242,0.0000,92.2242,5.9268,92.2242,0.9913,0.0000,91.2329,0.0000,91.2329,6.2918,84.9411,0.0000,84.9411,0.6244,84.3167,0.0000,12.0787,9.8956,62.3425,19365.7339,19365.7339,19365.7339 -144.5000,1.0000,1059.2348,55.3244,56.2144,0.4944,0.0000,5,1213.5310,855.5167,855.5167,-80.5528,108.7196,108.7196,-10.2367,1.4548,99.1279,0.0000,99.1279,8.1370,99.1279,1.0526,0.0000,98.0753,0.0000,98.0753,6.5544,91.5209,0.0000,91.5209,0.6744,90.8465,0.0000,13.2946,10.2171,67.3349,21129.4063,21129.4063,21129.4063 -145.5000,1.0000,1075.0491,56.9317,57.6490,0.3985,0.0000,5,1248.7861,752.7143,875.9275,-82.6437,98.4344,114.5473,-10.8075,1.2066,88.9860,0.0000,88.9860,8.2417,88.9860,1.0272,0.0000,87.9588,0.0000,87.9588,6.5503,81.4085,0.0000,81.4085,0.5594,80.8492,0.0000,14.4858,10.5139,55.8495,19130.5956,19130.5956,19130.5956 -146.5000,1.0000,1091.1948,58.1245,58.6000,0.2642,0.0000,5,1274.9502,605.0889,834.0750,-84.1954,80.7869,111.3594,-11.2411,0.8166,71.6858,0.0000,71.6858,8.2845,71.6858,0.9598,0.0000,70.7260,0.0000,70.7260,6.4014,64.3246,0.0000,64.3246,0.3786,63.9460,0.0000,15.4141,10.7342,37.7978,15875.4571,15875.4571,15875.4571 -147.5000,1.0000,1107.5701,58.9510,59.3020,0.1950,0.0000,5,1293.0793,531.1953,774.5108,-85.2706,71.9297,104.8772,-11.5466,0.6114,62.9100,0.0000,62.9100,8.4082,62.9100,0.9294,0.0000,61.9807,0.0000,61.9807,6.4320,55.5487,0.0000,55.5487,0.2834,55.2653,0.0000,16.0805,10.8868,28.2980,14237.7649,14237.7649,14237.7649 -148.5000,1.0000,1124.0806,59.4380,59.5740,0.0756,0.0000,5,1303.7616,400.5685,743.9444,-85.9042,54.6895,101.5704,-11.7285,0.2388,45.9621,0.0000,45.9621,8.4886,45.9621,0.8526,0.0000,45.1095,0.0000,45.1095,6.4852,38.6243,0.0000,38.6243,0.1107,38.5136,0.0000,16.4818,10.9767,11.0550,10973.0587,10973.0587,10973.0587 -149.5000,1.0000,1140.6616,59.6915,59.8090,0.0653,0.0000,5,1309.3221,389.8193,690.9691,-86.2340,53.4489,94.7401,-11.8237,0.2072,44.7688,0.0000,44.7688,8.4729,44.7688,0.8508,0.0000,43.9180,0.0000,43.9180,6.5128,37.4052,0.0000,37.4052,0.0961,37.3091,0.0000,16.6936,11.0235,9.5920,10727.3755,10727.3755,10727.3755 -150.5000,1.0000,1157.2801,59.8265,59.8440,0.0097,0.0000,5,1312.2833,328.8877,686.0740,-86.4096,45.1964,94.2817,-11.8746,0.0309,36.6416,0.0000,36.6416,8.5239,36.6416,0.8124,0.0000,35.8292,0.0000,35.8292,6.5275,29.3017,0.0000,29.3017,0.0143,29.2874,0.0000,16.8071,11.0485,1.4318,9187.7983,9187.7983,9187.7983 -151.5000,1.0000,1173.8718,59.7300,59.6160,-0.0633,0.0000,5,1310.1666,232.1111,659.1667,-86.2840,31.8457,90.4379,-11.8382,-0.2012,25.6238,0.0000,25.6238,6.4231,25.6238,0.7557,0.0000,24.8681,0.0000,24.8681,6.5170,18.3511,0.0000,18.3511,-0.0933,18.4443,0.0000,16.7259,11.0307,-9.3122,6691.6933,6691.6933,6691.6933 -152.5000,1.0000,1190.4136,59.5505,59.4850,-0.0364,0.0000,5,1306.2293,261.5420,618.5052,-86.0505,35.7758,84.6041,-11.7707,-0.1152,29.4546,0.0000,29.4546,6.4365,29.4546,0.7719,0.0000,28.6827,0.0000,28.6827,6.4974,22.1852,0.0000,22.1852,-0.0534,22.2387,0.0000,16.5755,10.9975,-5.3344,7420.2020,7420.2020,7420.2020 -153.5000,1.0000,1206.9156,59.4075,59.3300,-0.0431,0.0000,5,1303.0926,253.5012,630.0300,-85.8645,34.5927,85.9736,-11.7170,-0.1360,28.3136,0.0000,28.3136,6.4151,28.3136,0.7638,0.0000,27.5498,0.0000,27.5498,6.4818,21.0679,0.0000,21.0679,-0.0631,21.1310,0.0000,16.4564,10.9711,-6.2965,7201.1172,7201.1172,7201.1172 -154.5000,1.0000,1223.3443,59.1430,58.9560,-0.1039,0.0000,5,1297.2908,185.0598,624.2100,-85.5204,25.1407,84.8002,-11.6181,-0.3268,19.0494,0.0000,19.0494,6.4181,19.0494,0.7132,0.0000,18.3362,0.0000,18.3362,6.4530,11.8833,0.0000,11.8833,-0.1515,12.0348,0.0000,16.2377,10.9222,-15.1252,5437.9047,5437.9047,5437.9047 -155.5000,1.0000,1239.6654,58.7560,58.5560,-0.1111,0.0000,5,1288.8020,175.3883,593.1613,-85.0170,23.6709,80.0549,-11.4741,-0.3472,17.6507,0.0000,17.6507,6.3675,17.6507,0.6999,0.0000,16.9508,0.0000,16.9508,6.4107,10.5400,0.0000,10.5400,-0.1610,10.7010,0.0000,15.9211,10.8508,-16.0709,5153.7909,5153.7909,5153.7909 -156.5000,1.0000,1255.8634,58.3130,58.0700,-0.1350,0.0000,5,1279.0849,147.2289,586.2899,-84.4406,19.7206,78.5309,-11.3104,-0.4187,13.7956,0.0000,13.7956,6.3437,13.7956,0.6734,0.0000,13.1222,0.0000,13.1222,6.3624,6.7598,0.0000,6.7598,-0.1941,6.9539,0.0000,15.5638,10.7690,-19.3789,4396.9105,4396.9105,4396.9105 -157.5000,1.0000,1271.9016,57.7375,57.4050,-0.1847,0.0000,5,1266.4614,89.5702,570.0656,-83.6920,11.8791,75.6041,-11.0995,-0.5672,6.1819,0.0000,6.1819,6.2645,6.1819,0.6294,0.0000,5.5524,0.0000,5.5524,6.2996,-0.7472,0.0000,-0.7472,-0.2630,-0.4842,0.0000,15.1077,10.6627,-26.2547,3053.0892,3053.0892,3053.0892 -158.5000,1.0000,1287.7049,56.8920,56.3790,-0.2850,0.0000,5,1247.9155,-24.0996,537.8384,-82.5921,-3.1494,70.2855,-10.7932,-0.8623,-8.4936,0.0000,-8.4936,6.2065,-8.4936,0.6519,0.0000,-9.1455,0.0000,-9.1455,6.2074,-15.3528,0.0000,-15.3528,-0.3998,-14.9531,0.0000,14.4544,10.5065,-39.9140,1099.5877,1099.5877,1099.5877 -159.5000,1.0000,1303.2383,55.9200,55.4610,-0.2550,0.0000,5,1226.5949,5.2841,481.8453,-81.3276,0.6787,61.8924,-10.4464,-0.7584,-4.6735,0.0000,-4.6735,6.1107,-4.6735,0.6261,0.0000,-5.2997,0.0000,-5.2997,6.1013,-11.4010,0.0000,-11.4010,-0.3516,-11.0494,0.0000,13.7259,10.3270,-35.1024,1609.0459,1609.0459,1609.0459 -160.5000,1.0000,1318.4972,54.9320,54.4030,-0.2939,0.0000,5,1204.9233,-41.1225,488.3228,-80.0423,-5.1888,61.6162,-10.0997,-0.8586,-10.3652,0.0000,-10.3652,6.0350,-10.3652,0.6241,0.0000,-10.9893,0.0000,-10.9893,5.9935,-16.9829,0.0000,-16.9829,-0.3980,-16.5848,0.0000,13.0115,10.1446,-39.7409,673.3268,673.3268,673.3268 -161.5000,1.0000,1333.3747,53.5590,52.7150,-0.4689,0.0000,5,1174.8068,-78.2461,452.9843,-78.2475,-9.6263,55.7286,-9.6264,-1.3356,-14.2007,0.0000,-14.2007,5.9101,-14.2007,0.6114,0.0000,-14.8121,0.0000,-14.8121,5.8437,-20.6558,19.2619,-39.9177,-0.6192,-39.2985,0.5689,12.0619,9.8910,-61.8204,0.0000,0.0000,0.0000 -162.5000,1.0000,1347.7115,51.6125,50.5100,-0.6125,0.0000,5,1132.1107,-75.6991,418.2627,-75.7005,-8.9745,49.5869,-8.9746,-1.6813,-13.1141,0.0000,-13.1141,5.8210,-13.1141,0.5777,0.0000,-13.6918,0.0000,-13.6918,5.6313,-19.3232,35.2602,-54.5834,-0.7794,-53.8040,3.6880,10.7963,9.5315,-77.8198,0.0000,0.0000,0.0000 -163.5000,1.0000,1361.4793,49.5640,48.6180,-0.5256,0.0000,5,1087.1772,-72.8659,408.3077,-72.8672,-8.2957,46.4854,-8.2959,-1.3854,-12.5287,0.0000,-12.5287,5.6184,-12.5287,0.5445,0.0000,-13.0732,0.0000,-13.0732,5.4078,-18.4810,17.6643,-36.1454,-0.6422,-35.5031,9.9068,9.5602,9.1529,-64.1231,0.0000,0.0000,0.0000 -164.5000,1.0000,1374.6765,47.5100,46.4020,-0.6156,0.0000,5,1042.1231,-69.6400,394.0132,-69.6421,-7.5999,42.9990,-7.6001,-1.5554,-11.5354,0.0000,-11.5354,5.4909,-11.5354,0.5110,0.0000,-12.0464,0.0000,-12.0464,5.1837,-17.2301,27.7359,-44.9660,-0.7210,-44.2450,10.5513,8.4217,8.7736,-71.9916,0.0000,0.0000,0.0000 -165.5000,1.0000,1387.3104,45.4820,44.5620,-0.5111,0.0000,5,997.6393,-66.7604,381.2704,-66.7619,-6.9746,39.8323,-6.9748,-1.2363,-11.0696,0.0000,-11.0696,5.3313,-11.0696,0.4801,0.0000,-11.5497,0.0000,-11.5497,4.9624,-16.5121,18.6587,-35.1708,-0.5731,-34.5977,6.8402,7.3877,8.3992,-57.2248,0.0000,0.0000,0.0000 -166.5000,1.0000,1399.5484,44.0570,43.5520,-0.2806,0.0000,5,966.3822,-31.8323,376.4362,-68.5499,-3.2214,38.0951,-6.9372,-0.6574,-7.7529,0.0000,-7.7529,5.1889,-7.7529,0.4513,0.0000,-8.2043,0.0000,-8.2043,4.8070,-13.0113,0.0000,-13.0113,-0.3047,-12.7065,2.8716,6.7129,8.1362,-30.4273,476.2204,476.2204,476.2204 -167.5000,1.0000,1411.5980,43.3785,43.2050,-0.0964,0.0000,5,951.4994,144.9271,394.8697,-69.4013,14.4406,39.3451,-6.9152,-0.2224,9.5542,0.0000,9.5542,5.1089,9.5542,0.4328,0.0000,9.1214,0.0000,9.1214,4.7329,4.3884,0.0000,4.3884,-0.1031,4.4915,0.3665,6.4068,8.0109,-10.2927,3431.6772,3431.6772,3431.6772 -168.5000,1.0000,1423.5331,42.9665,42.7280,-0.1325,0.0000,5,942.4623,100.1436,482.2126,-69.9183,9.8836,47.5917,-6.9005,-0.3028,5.0992,0.0000,5.0992,5.0872,5.0992,0.4051,0.0000,4.6941,0.0000,4.6941,4.6880,0.0061,0.0000,0.0061,-0.1404,0.1465,0.0000,6.2261,7.9348,-14.0144,2765.2909,2765.2909,2765.2909 -169.5000,1.0000,1435.3730,42.6235,42.5190,-0.0581,0.0000,5,934.9386,181.5565,457.9571,-70.3486,17.7756,44.8370,-6.8876,-0.1316,12.8871,0.0000,12.8871,5.0200,12.8871,0.4395,0.0000,12.4476,0.0000,12.4476,4.6506,7.7970,0.0000,7.7970,-0.0610,7.8580,0.0000,6.0780,7.8715,-6.0915,3936.7411,3936.7411,3936.7411 -170.5000,1.0000,1447.1188,42.2850,42.0510,-0.1300,0.0000,5,927.5137,100.8803,495.2600,-70.7734,9.7984,48.1041,-6.8741,-0.2924,5.0858,0.0000,5.0858,5.0050,5.0858,0.3961,0.0000,4.6897,0.0000,4.6897,4.6136,0.0760,0.0000,0.0760,-0.1355,0.2116,0.0000,5.9345,7.8090,-13.5319,2731.1203,2731.1203,2731.1203 -171.5000,1.0000,1458.7727,41.9540,41.8570,-0.0539,0.0000,5,920.2533,184.3254,452.2456,-71.1887,17.7632,43.5823,-6.8604,-0.1202,12.9313,0.0000,12.9313,4.9521,12.9313,0.4311,0.0000,12.5002,0.0000,12.5002,4.5775,7.9227,0.0000,7.9227,-0.0557,7.9785,0.0000,5.7961,7.7479,-5.5655,3917.8283,3917.8283,3917.8283 -172.5000,1.0000,1470.4277,41.9580,42.0590,0.0561,0.0000,5,920.3410,306.4104,499.2006,-71.1837,29.5312,48.1119,-6.8605,0.1252,24.4666,0.0000,24.4666,4.9393,24.4666,0.4888,0.0000,23.9779,0.0000,23.9779,4.5779,19.3999,0.0000,19.3999,0.0580,19.3419,0.0000,5.7977,7.7486,5.7955,6117.3149,6117.3149,6117.3149 -173.5000,1.0000,1482.1333,42.1400,42.2210,0.0450,0.0000,5,924.3331,294.5750,563.4841,-70.9553,28.5137,54.5430,-6.8682,0.1009,23.4544,0.0000,23.4544,4.9584,23.4544,0.4861,0.0000,22.9683,0.0000,22.9683,4.5978,18.3705,0.0000,18.3705,0.0468,18.3238,0.0000,5.8735,7.7822,4.6681,5932.3674,5932.3674,5932.3674 -174.5000,1.0000,1493.8663,42.2390,42.2570,0.0100,0.0000,5,926.5047,255.8369,557.3353,-70.8311,24.8222,54.0745,-6.8723,0.0225,19.8436,0.0000,19.8436,4.9561,19.8436,0.4693,0.0000,19.3743,0.0000,19.3743,4.6086,14.7657,0.0000,14.7657,0.0104,14.7552,0.0000,5.9150,7.8005,1.0398,5182.0359,5182.0359,5182.0359 -175.5000,1.0000,1505.6601,42.4575,42.6580,0.1114,0.0000,5,931.2974,368.9502,542.0007,-70.5569,35.9820,52.8587,-6.8811,0.2515,30.7660,0.0000,30.7660,4.9645,30.7660,0.5268,0.0000,30.2392,0.0000,30.2392,4.6324,25.6068,0.0000,25.6068,0.1166,25.4902,0.0000,6.0074,7.8409,11.6419,7322.7587,7322.7587,7322.7587 -176.5000,1.0000,1517.5847,42.9285,43.1990,0.1503,0.0000,5,941.6287,413.0319,604.4477,-69.9659,40.7279,59.6029,-6.8991,0.3431,35.4172,0.0000,35.4172,4.9676,35.4172,0.5562,0.0000,34.8611,0.0000,34.8611,4.6838,30.1772,0.0000,30.1772,0.1591,30.0182,0.0000,6.2096,7.9278,15.8807,8244.5409,8244.5409,8244.5409 -177.5000,1.0000,1529.7161,43.6730,44.1470,0.2633,0.0000,5,957.9592,540.5719,635.3073,-69.0318,54.2287,63.7323,-6.9251,0.6117,48.5952,0.0000,48.5952,5.0218,48.5952,0.6319,0.0000,47.9633,0.0000,47.9633,4.7651,43.1983,0.0000,43.1983,0.2835,42.9147,0.0000,6.5388,8.0653,28.3105,10770.7018,10770.7018,10770.7018 -178.5000,1.0000,1542.0776,44.5015,44.8560,0.1969,0.0000,5,976.1322,469.0332,703.2753,-67.9922,47.9447,71.8890,-6.9502,0.4661,42.3944,0.0000,42.3944,5.0842,42.3944,0.6119,0.0000,41.7824,0.0000,41.7824,4.8555,36.9270,0.0000,36.9270,0.2161,36.7109,0.0000,6.9177,8.2183,21.5748,9627.2851,9627.2851,9627.2851 -179.5000,1.0000,1554.6308,45.1915,45.5270,0.1864,0.0000,5,991.2672,459.3847,673.5655,-67.1264,47.6866,69.9196,-6.9681,0.4480,42.0834,0.0000,42.0834,5.1552,42.0834,0.6197,0.0000,41.4637,0.0000,41.4637,4.9307,36.5330,0.0000,36.5330,0.2077,36.3253,0.0000,7.2444,8.3458,20.7351,9586.3110,9586.3110,9586.3110 -180.5000,1.0000,1567.4011,45.9730,46.4190,0.2478,0.0000,5,1008.4093,529.7196,672.6926,-67.2288,55.9386,71.0366,-7.0994,0.6058,50.1257,0.0000,50.1257,5.2071,50.1257,0.6706,0.0000,49.4551,0.0000,49.4551,5.0160,44.4391,0.0000,44.4391,0.2808,44.1583,0.0000,7.6271,8.4901,28.0411,11161.3397,11161.3397,11161.3397 -181.5000,1.0000,1580.4474,46.9670,47.5150,0.3044,0.0000,5,1030.2125,595.8583,710.4621,-68.7895,64.2833,76.6472,-7.4213,0.7605,58.2615,0.0000,58.2615,5.2614,58.2615,0.7250,0.0000,57.5365,0.0000,57.5365,5.1784,52.3581,0.0000,52.3581,0.3525,52.0056,0.0000,8.1330,8.6736,35.1990,12766.9292,12766.9292,12766.9292 -182.5000,1.0000,1593.7911,48.0370,48.5590,0.2900,0.0000,5,1053.6828,582.9812,744.7282,-70.4696,64.3270,82.1744,-7.7757,0.7409,58.2247,0.0000,58.2247,5.3614,58.2247,0.7398,0.0000,57.4849,0.0000,57.4849,5.2759,52.2089,0.0000,52.2089,0.3435,51.8655,0.0000,8.7014,8.8712,34.2928,12739.5449,12739.5449,12739.5449 -183.5000,1.0000,1607.4065,49.0155,49.4720,0.2536,0.0000,5,1075.1460,545.2062,741.2085,-72.0060,61.3842,83.4519,-8.1071,0.6611,55.2899,0.0000,55.2899,5.4332,55.2899,0.7391,0.0000,54.5508,0.0000,54.5508,5.3480,49.2029,0.0000,49.2029,0.3065,48.8964,0.0000,9.2438,9.0520,30.6007,12154.0724,12154.0724,12154.0724 -184.5000,1.0000,1621.2991,50.0135,50.5550,0.3008,0.0000,5,1097.0369,601.7393,727.3007,-73.5730,69.1287,83.5534,-8.4522,0.8002,62.7811,0.0000,62.7811,5.5474,62.7811,0.7909,0.0000,61.9902,0.0000,61.9902,5.5251,56.4650,0.0000,56.4650,0.3709,56.0941,0.0000,9.8203,9.2363,37.0376,13702.4335,13702.4335,13702.4335 -185.5000,1.0000,1635.4044,50.7790,51.0030,0.1244,0.0000,5,1113.8280,407.2004,753.2178,-74.6099,47.4958,87.8552,-8.7025,0.3361,41.6028,0.0000,41.6028,5.5569,41.6028,0.6962,0.0000,40.9066,0.0000,40.9066,5.5404,35.3662,0.0000,35.3662,0.1558,35.2104,0.0000,10.2771,9.3776,15.5557,9543.4478,9543.4478,9543.4478 -186.5000,1.0000,1649.5920,51.0755,51.1480,0.0403,0.0000,5,1120.3317,314.9369,663.1829,-74.9979,36.9487,77.8052,-8.7988,0.1094,31.2267,0.0000,31.2267,5.6126,31.2267,0.6487,0.0000,30.5780,0.0000,30.5780,5.5727,25.0053,0.0000,25.0053,0.0507,24.9546,0.0000,10.4580,9.4324,5.0642,7514.8071,7514.8071,7514.8071 -187.5000,1.0000,1663.8177,51.2125,51.2770,0.0358,0.0000,5,1123.3368,310.2726,620.6452,-75.1772,36.4991,73.0099,-8.8435,0.0976,30.7990,0.0000,30.7990,5.6025,30.7990,0.6486,0.0000,30.1505,0.0000,30.1505,5.5877,24.5628,0.0000,24.5628,0.0452,24.5175,0.0000,10.5424,9.4577,4.5174,7438.5399,7438.5399,7438.5399 -188.5000,1.0000,1678.0245,51.1445,51.0120,-0.0736,0.0000,5,1121.8452,188.8870,616.1459,-75.0882,22.1903,72.3844,-8.8213,-0.2002,16.7427,0.0000,16.7427,5.6479,16.7427,0.5773,0.0000,16.1654,0.0000,16.1654,5.5803,10.5851,0.0000,10.5851,-0.0928,10.6779,0.0000,10.5005,9.4451,-9.2677,4769.3424,4769.3424,4769.3424 -189.5000,1.0000,1692.1722,50.9315,50.8510,-0.0447,0.0000,5,1117.1731,220.3407,558.4377,-74.8095,25.7777,65.3317,-8.7520,-0.1211,20.2611,0.0000,20.2611,5.6377,20.2611,0.5917,0.0000,19.6694,0.0000,19.6694,5.5570,14.1123,0.0000,14.1123,-0.0562,14.1685,0.0000,10.3698,9.4058,-5.6071,5405.0087,5405.0087,5405.0087 -190.5000,1.0000,1706.2611,50.7200,50.5890,-0.0728,0.0000,5,1112.5339,188.6337,571.7967,-74.5327,21.9766,66.6168,-8.6834,-0.1963,16.5342,0.0000,16.5342,5.6388,16.5342,0.5700,0.0000,15.9642,0.0000,15.9642,5.5340,10.4302,0.0000,10.4302,-0.0910,10.5212,0.0000,10.2412,9.3667,-9.0867,4723.6754,4723.6754,4723.6754 -191.5000,1.0000,1720.2794,50.4660,50.3430,-0.0683,0.0000,5,1106.9624,192.4494,555.6012,-74.2004,22.3089,64.4057,-8.6014,-0.1834,16.9082,0.0000,16.9082,5.5841,16.9082,0.5681,0.0000,16.3401,0.0000,16.3401,5.5062,10.8338,0.0000,10.8338,-0.0850,10.9189,0.0000,10.0881,9.3198,-8.4891,4787.4384,4787.4384,4787.4384 -192.5000,1.0000,1734.1954,50.0975,49.8520,-0.1364,0.0000,5,1098.8794,115.7619,554.0928,-73.7049,13.3212,63.7619,-8.4815,-0.3634,8.1171,0.0000,8.1171,5.5675,8.1171,0.5188,0.0000,7.5983,0.0000,7.5983,5.4660,2.1323,0.0000,2.1323,-0.1685,2.3008,0.0000,9.8689,9.2518,-16.8199,3244.3861,3244.3861,3244.3861 -193.5000,1.0000,1747.8940,49.3150,48.7780,-0.2983,0.0000,5,1081.7154,-65.5145,508.8045,-72.4762,-7.4213,57.6358,-8.2099,-0.7825,-12.1373,0.0000,-12.1373,5.4985,-12.1373,0.5397,0.0000,-12.6771,0.0000,-12.6771,5.3807,-18.0577,0.0000,-18.0577,-0.3627,-17.6950,0.0000,9.4145,9.1073,-36.2168,46.7177,46.7177,46.7177 -194.5000,1.0000,1761.1741,47.8085,46.8390,-0.5386,0.0000,5,1048.6706,-70.1089,402.2290,-70.1108,-7.6991,44.1714,-7.6993,-1.3695,-11.7694,0.0000,-11.7694,5.4398,-11.7694,0.5161,0.0000,-12.2855,0.0000,-12.2855,5.2163,-17.5017,29.1121,-46.6139,-0.6349,-45.9790,0.0000,8.5803,8.8290,-63.3884,0.0000,0.0000,0.0000 -195.5000,1.0000,1773.9761,46.0870,45.3350,-0.4178,0.0000,5,1010.9099,-67.4068,391.1325,-67.4078,-7.1358,41.4062,-7.1359,-1.0240,-11.5674,0.0000,-11.5674,5.4556,-11.5674,0.4901,0.0000,-12.0575,0.0000,-12.0575,5.0285,-17.0860,13.7885,-30.8744,-0.4747,-30.3997,0.8011,7.6853,8.5111,-47.3972,0.0000,0.0000,0.0000 -196.5000,1.0000,1786.3186,44.4330,43.5310,-0.5011,0.0000,5,974.6297,-68.0761,372.0251,-68.0781,-6.9480,37.9700,-6.9483,-1.1842,-10.9573,0.0000,-10.9573,5.1934,-10.9573,0.4647,0.0000,-11.4220,0.0000,-11.4220,4.8480,-16.2700,23.0630,-39.3330,-0.5490,-38.7841,0.9332,6.8882,8.2057,-54.8111,0.0000,0.0000,0.0000 -197.5000,1.0000,1798.2688,43.0210,42.5110,-0.2833,0.0000,5,943.6577,-57.4733,373.0470,-69.8499,-5.6795,36.8644,-6.9025,-0.6483,-10.0711,0.0000,-10.0711,5.0399,-10.0711,0.4425,0.0000,-10.5136,0.0000,-10.5136,4.6939,-15.2075,0.0000,-15.2075,-0.3005,-14.9070,0.9035,6.2505,7.9449,-30.0060,52.2636,52.2636,52.2636 -198.5000,1.0000,1810.0256,42.3245,42.1380,-0.1036,0.0000,5,928.3801,131.5238,379.1859,-70.7238,12.7867,36.8644,-6.8758,-0.2332,8.0468,0.0000,8.0468,4.9732,8.0468,0.4114,0.0000,7.6353,0.0000,7.6353,4.6179,3.0174,0.0000,3.0174,-0.1081,3.1255,0.1533,5.9511,7.8163,-10.7951,3134.1701,3134.1701,3134.1701 -199.5000,1.0000,1821.7361,42.1575,42.1770,0.0108,0.0000,5,924.7170,256.5332,472.1808,-70.9334,24.8417,45.7242,-6.8689,0.0243,19.8699,0.0000,19.8699,4.9475,19.8699,0.4684,0.0000,19.4015,0.0000,19.4015,4.5997,14.8018,0.0000,14.8018,0.0113,14.7905,0.0000,5.8808,7.7854,1.1243,5185.5199,5185.5199,5185.5199 -200.5000,1.0000,1833.5322,42.4660,42.7550,0.1606,0.0000,5,931.4839,423.5303,543.7727,-70.5463,41.3132,53.0422,-6.8814,0.3626,35.9920,0.0000,35.9920,4.9585,35.9920,0.5530,0.0000,35.4390,0.0000,35.4390,4.6334,30.8057,0.0000,30.8057,0.1681,30.6376,0.0000,6.0111,7.8424,16.7840,8331.3560,8331.3560,8331.3560 -201.5000,1.0000,1845.4898,43.0475,43.3400,0.1625,0.0000,5,944.2390,427.1061,633.1331,-69.8166,42.2325,62.6045,-6.9035,0.3720,36.8654,0.0000,36.8654,4.9950,36.8654,0.5650,0.0000,36.3004,0.0000,36.3004,4.6968,31.6036,0.0000,31.6036,0.1725,31.4312,0.0000,6.2614,7.9498,17.2199,8490.6102,8490.6102,8490.6102 -202.5000,1.0000,1857.6824,43.8935,44.4470,0.3075,0.0000,5,962.7958,590.5111,645.1139,-68.7551,59.5375,65.0428,-6.9321,0.7178,53.7940,0.0000,53.7940,5.0257,53.7940,0.6608,0.0000,53.1332,0.0000,53.1332,4.8299,48.3032,0.0000,48.3032,0.3328,47.9704,0.0000,6.6387,8.1060,33.2257,11845.9469,11845.9469,11845.9469 -203.5000,1.0000,1869.9390,44.1237,43.8004,-0.1796,0.0000,0,974.9368,49.7194,723.6409,-68.0606,5.0761,73.8802,-6.9487,0.0000,0.0000,0.0000,0.0000,5.0761,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,4.8142,-4.8142,0.0000,-4.8142,-0.1954,-4.6188,0.0000,6.7429,8.1486,-19.5103,1890.1596,1890.1596,1890.1596 -204.5000,1.0000,1882.3595,44.7137,45.6270,0.5074,0.0000,4,1228.0752,710.3359,710.3359,-81.4154,91.3518,91.3518,-10.4703,19.0910,67.0672,0.0000,67.0672,5.1937,79.2723,2.3233,0.0000,76.9490,0.0000,76.9490,5.2625,71.6864,0.0000,71.6864,0.5594,71.1271,0.0000,7.0196,8.2575,55.8499,17824.2967,17824.2967,17824.2967 -205.5000,1.0000,1895.4357,47.0744,48.5219,0.8041,0.0000,4,1528.2022,812.6131,812.6131,-99.2153,130.0449,130.0449,-15.8777,4.4098,120.2941,0.0000,120.2941,5.3410,120.2941,3.2070,0.0000,117.0871,0.0000,117.0871,6.0815,111.0056,0.0000,111.0056,0.9333,110.0723,0.0000,8.1955,8.6935,93.1833,25313.6205,25313.6205,25313.6205 -206.5000,1.0000,1909.3013,49.9159,51.3100,0.7745,0.0000,4,1620.4472,794.6928,875.5766,-104.2016,134.8537,148.5791,-17.6823,4.5036,124.8938,0.0000,124.8938,5.4563,124.8938,3.3783,0.0000,121.5155,0.0000,121.5155,6.4090,115.1065,0.0000,115.1065,0.9531,114.1533,0.0000,9.7694,9.2182,95.1657,26268.7940,26268.7940,26268.7940 -207.5000,1.0000,1923.7424,51.9880,52.6660,0.3767,0.0000,4,1687.7139,484.2675,865.2143,-106.5972,85.5880,152.9154,-18.8397,2.2812,77.7188,0.0000,77.7188,5.5879,77.7188,2.4949,0.0000,75.2239,0.0000,75.2239,5.9050,69.3189,0.0000,69.3189,0.4828,68.8361,0.0000,11.0305,9.6009,48.2047,17107.9225,17107.9225,17107.9225 -208.5000,1.0000,1938.2696,52.2979,51.9298,-0.2045,0.0000,0,1709.7241,31.8164,782.8746,-107.3811,5.6965,140.1674,-19.2257,0.0000,0.0000,0.0000,0.0000,5.6965,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,5.7061,-5.7060,0.0000,-5.7060,-0.2637,-5.4423,0.0000,11.2275,9.6581,-26.3280,3281.4975,3281.4975,3281.4975 -209.5000,1.0000,1952.8329,52.4282,52.9266,0.2769,0.0000,5,1435.3292,406.9369,406.9369,-93.7072,61.1656,61.1656,-14.0849,-24.1865,79.4766,0.0000,79.4766,5.8755,63.6776,0.8311,0.0000,62.8465,0.0000,62.8465,5.7598,57.0867,0.0000,57.0867,0.3579,56.7288,0.0000,11.3121,9.6822,35.7345,12282.4870,12282.4870,12282.4870 -210.5000,1.0000,1967.7324,53.6381,54.3496,0.3953,0.0000,5,1176.5418,722.2278,722.2278,-78.3509,88.9836,88.9836,-9.6534,1.1277,81.8197,0.0000,81.8197,6.0363,81.8197,0.9401,0.0000,80.8796,0.0000,80.8796,6.1415,74.7382,0.0000,74.7382,0.5228,74.2154,0.0000,12.1146,9.9056,52.1952,17358.0060,17358.0060,17358.0060 -211.5000,1.0000,1983.0606,55.1816,56.0135,0.4622,0.0000,5,1210.3974,818.9573,818.9573,-80.3669,103.8049,103.8049,-10.1867,1.3564,94.2881,0.0000,94.2881,8.1604,94.2881,1.0262,0.0000,93.2619,0.0000,93.2619,6.4690,86.7929,0.0000,86.7929,0.6288,86.1641,0.0000,13.1914,10.1907,62.7820,20194.4385,20194.4385,20194.4385 -212.5000,1.0000,1998.8671,56.9032,57.7929,0.4943,0.0000,5,1248.1614,861.5081,861.5081,-82.6066,112.6053,112.6053,-10.7973,1.4959,102.7546,0.0000,102.7546,8.3548,102.7546,1.0956,0.0000,101.6590,0.0000,101.6590,6.7532,94.9058,0.0000,94.9058,0.6935,94.2124,0.0000,14.4653,10.5086,69.2384,21843.1586,21843.1586,21843.1586 -213.5000,1.0000,2015.1733,58.7025,59.6121,0.5053,0.0000,5,1287.6285,880.0740,880.0740,-84.9474,118.6693,118.6693,-11.4543,1.5776,108.6344,0.0000,108.6344,8.4573,108.6344,1.1539,0.0000,107.4805,0.0000,107.4805,7.0058,100.4746,0.0000,100.4746,0.7313,99.7433,0.0000,15.8813,10.8409,73.0211,23006.9362,23006.9362,23006.9362 -214.5000,1.0000,2031.9475,60.3870,61.1620,0.4305,0.0000,5,1324.5785,801.5178,887.8490,-87.1388,111.1782,123.1531,-12.0870,1.3827,101.2754,0.0000,101.2754,8.5200,101.2754,1.1448,0.0000,100.1306,0.0000,100.1306,7.0503,93.0802,0.0000,93.0802,0.6410,92.4392,0.0000,17.2868,11.1520,64.0005,21617.8902,21617.8902,21617.8902 -215.5000,1.0000,2048.9324,61.1455,61.1290,-0.0092,0.0000,5,1341.2153,311.9807,854.7756,-88.1255,43.8182,120.0547,-12.3774,-0.0298,35.3411,0.0000,35.3411,8.5069,35.3411,0.8278,0.0000,34.5133,0.0000,34.5133,6.6715,27.8419,0.0000,27.8419,-0.0138,27.8557,0.0000,17.9434,11.2921,-1.3798,8947.2552,8947.2552,8947.2552 -216.5000,1.0000,2065.8682,60.9690,60.8090,-0.0889,0.0000,5,1337.3438,222.6818,656.8629,-87.8959,31.1858,91.9912,-12.3095,-0.2882,22.9888,0.0000,22.9888,8.4852,22.9888,0.7631,0.0000,22.2257,0.0000,22.2257,6.6522,15.5735,0.0000,15.5735,-0.1336,15.7071,0.0000,17.7886,11.2595,-13.3409,6581.6461,6581.6461,6581.6461 -217.5000,1.0000,2082.7146,60.6470,60.4850,-0.0900,0.0000,5,1330.2808,219.5384,618.7327,-87.4770,30.5832,86.1936,-12.1861,-0.2903,22.5097,0.0000,22.5097,8.3638,22.5097,0.7553,0.0000,21.7544,0.0000,21.7544,6.6171,15.1373,0.0000,15.1373,-0.1346,15.2719,0.0000,17.5082,11.2000,-13.4363,6468.2173,6468.2173,6468.2173 -218.5000,1.0000,2099.5700,60.6795,60.8740,0.1081,0.0000,5,1330.9937,425.4811,621.9250,-87.5192,59.3041,86.6847,-12.1985,0.3487,52.5714,0.0000,52.5714,6.3840,52.5714,0.9062,0.0000,51.6653,0.0000,51.6653,6.6206,45.0446,0.0000,45.0446,0.1617,44.8830,0.0000,17.5364,11.2060,16.1406,11855.9072,11855.9072,11855.9072 -219.5000,1.0000,2116.5526,61.1375,61.4010,0.1464,0.0000,5,1341.0398,470.0411,707.5112,-88.1151,66.0094,99.3582,-12.3743,0.4760,59.0965,0.0000,59.0965,6.4370,59.0965,0.9464,0.0000,58.1501,0.0000,58.1501,6.6706,51.4795,0.0000,51.4795,0.2207,51.2588,0.0000,17.9367,11.2906,22.0315,13112.1035,13112.1035,13112.1035 -220.5000,1.0000,2133.6783,61.6525,61.9040,0.1397,0.0000,5,1352.3362,465.0115,726.8045,-88.7850,65.8532,102.9274,-12.5734,0.4581,58.8779,0.0000,58.8779,6.5171,58.8779,0.9540,0.0000,57.9239,0.0000,57.9239,6.7268,51.1972,0.0000,51.1972,0.2124,50.9848,0.0000,18.3937,11.3857,21.2053,13082.5555,13082.5555,13082.5555 -221.5000,1.0000,2150.9369,62.1310,62.3580,0.1261,0.0000,5,1362.8320,451.6474,726.1891,-89.4075,64.4571,103.6384,-12.7598,0.4167,57.5149,0.0000,57.5149,6.5254,57.5149,0.9553,0.0000,56.5597,0.0000,56.5597,6.7790,49.7807,0.0000,49.7807,0.1932,49.5875,0.0000,18.8253,11.4741,19.2882,12821.9231,12821.9231,12821.9231 -222.5000,1.0000,2168.3062,62.5295,62.7010,0.0953,0.0000,5,1371.5731,418.8737,721.8194,-89.9259,60.1632,103.6755,-12.9161,0.3169,53.3136,0.0000,53.3136,6.5327,53.3136,0.9410,0.0000,52.3725,0.0000,52.3725,6.8225,45.5501,0.0000,45.5501,0.1469,45.4032,0.0000,19.1897,11.5477,14.6658,12031.4177,12031.4177,12031.4177 -223.5000,1.0000,2185.7683,62.8635,63.0260,0.0903,0.0000,5,1378.8993,414.9439,710.2036,-90.3604,59.9171,102.5520,-13.0479,0.3018,53.0227,0.0000,53.0227,6.5926,53.0227,0.9453,0.0000,52.0774,0.0000,52.0774,6.8589,45.2185,0.0000,45.2185,0.1399,45.0786,0.0000,19.4989,11.6093,13.9704,11991.7550,11991.7550,11991.7550 -224.5000,1.0000,2203.3001,63.1145,63.2030,0.0492,0.0000,5,1384.4049,370.0461,708.8977,-90.6870,53.6473,102.7721,-13.1473,0.1650,46.9096,0.0000,46.9096,6.5726,46.9096,0.9190,0.0000,45.9906,0.0000,45.9906,6.8863,39.1043,0.0000,39.1043,0.0765,39.0278,0.0000,19.7333,11.6557,7.6389,10825.0193,10825.0193,10825.0193 -225.5000,1.0000,2220.8831,63.2985,63.3940,0.0531,0.0000,5,1388.4409,375.2828,692.3414,-90.9263,54.5651,100.6645,-13.2204,0.1786,47.7788,0.0000,47.7788,6.6076,47.7788,0.9265,0.0000,46.8523,0.0000,46.8523,6.9064,39.9459,0.0000,39.9459,0.0828,39.8631,0.0000,19.9064,11.6897,8.2671,11003.7215,11003.7215,11003.7215 -226.5000,1.0000,2238.5274,63.5195,63.6450,0.0697,0.0000,5,1393.2885,394.9147,695.5751,-91.2138,57.6200,101.4878,-13.3085,0.2355,50.7329,0.0000,50.7329,6.6515,50.7329,0.9451,0.0000,49.7878,0.0000,49.7878,6.9305,42.8573,0.0000,42.8573,0.1092,42.7482,0.0000,20.1156,11.7305,10.9020,11585.5340,11585.5340,11585.5340 -227.5000,1.0000,2256.2437,63.7790,63.9130,0.0744,0.0000,5,1398.9806,401.2644,704.2200,-91.5514,58.7856,103.1689,-13.4124,0.2525,51.8606,0.0000,51.8606,6.6725,51.8606,0.9552,0.0000,50.9054,0.0000,50.9054,6.9588,43.9466,0.0000,43.9466,0.1171,43.8296,0.0000,20.3632,11.7784,11.6880,11807.4120,11807.4120,11807.4120 -228.5000,1.0000,2274.0290,64.0270,64.1410,0.0633,0.0000,5,1404.4205,390.1639,707.4122,-91.8740,57.3816,104.0395,-13.5120,0.2157,50.4462,0.0000,50.4462,6.7197,50.4462,0.9524,0.0000,49.4938,0.0000,49.4938,6.9859,42.5080,0.0000,42.5080,0.1000,42.4080,0.0000,20.6016,11.8242,9.9822,11542.8128,11542.8128,11542.8128 -229.5000,1.0000,2291.8856,64.2835,64.4260,0.0792,0.0000,5,1410.0467,408.9061,704.5233,-92.2077,60.3790,104.0297,-13.6154,0.2707,53.3603,0.0000,53.3603,6.7480,53.3603,0.9714,0.0000,52.3888,0.0000,52.3888,7.0138,45.3750,0.0000,45.3750,0.1255,45.2495,0.0000,20.8503,11.8716,12.5277,12111.0640,12111.0640,12111.0640 -230.5000,1.0000,2309.7257,64.2245,64.0230,-0.1119,0.0000,5,1408.7526,196.0815,707.9328,-92.1310,28.9268,104.4372,-13.5916,-0.3824,22.6021,0.0000,22.6021,6.7071,22.6021,0.8166,0.0000,21.7855,0.0000,21.7855,7.0074,14.7781,0.0000,14.7781,-0.1773,14.9553,0.0000,20.7930,11.8607,-17.6983,6235.9071,6235.9071,6235.9071 -231.5000,1.0000,2327.4542,63.8225,63.6220,-0.1114,0.0000,5,1399.9348,195.2077,623.9156,-91.6080,28.6176,91.4665,-13.4298,-0.3781,22.2875,0.0000,22.2875,6.7082,22.2875,0.8081,0.0000,21.4794,0.0000,21.4794,6.9635,14.5159,0.0000,14.5159,-0.1753,14.6912,0.0000,20.4050,11.7864,-17.5003,6176.9808,6176.9808,6176.9808 -232.5000,1.0000,2345.0669,63.4060,63.1900,-0.1200,0.0000,5,1390.7989,183.4915,621.1215,-91.0662,26.7245,90.4627,-13.2633,-0.4047,20.5100,0.0000,20.5100,6.6191,20.5100,0.7920,0.0000,19.7180,0.0000,19.7180,6.9181,12.7999,0.0000,12.7999,-0.1876,12.9875,0.0000,20.0082,11.7095,-18.7301,5823.7191,5823.7191,5823.7191 -233.5000,1.0000,2362.5464,62.9260,62.6620,-0.1467,0.0000,5,1380.2702,151.5499,613.2805,-90.4417,21.9053,88.6445,-13.0726,-0.4908,15.8578,0.0000,15.8578,6.5383,15.8578,0.7605,0.0000,15.0973,0.0000,15.0973,6.8657,8.2315,0.0000,8.2315,-0.2275,8.4591,0.0000,19.5573,11.6209,-22.7191,4929.0646,4929.0646,4929.0646 -234.5000,1.0000,2379.8801,62.4015,62.1410,-0.1447,0.0000,5,1368.7654,151.7370,597.6621,-89.7594,21.7495,85.6670,-12.8658,-0.4803,15.7019,0.0000,15.7019,6.5279,15.7019,0.7508,0.0000,14.9511,0.0000,14.9511,6.8085,8.1427,0.0000,8.1427,-0.2227,8.3653,0.0000,19.0723,11.5240,-22.2310,4879.2491,4879.2491,4879.2491 -235.5000,1.0000,2397.0761,61.9055,61.6700,-0.1308,0.0000,5,1357.8857,165.2137,595.3080,-89.1142,23.4930,84.6513,-12.6718,-0.4308,17.4214,0.0000,17.4214,6.5023,17.4214,0.7510,0.0000,16.6704,0.0000,16.6704,6.7544,9.9160,0.0000,9.9160,-0.1997,10.1157,0.0000,18.6211,11.4324,-19.9378,5183.7858,5183.7858,5183.7858 -236.5000,1.0000,2414.1225,61.3670,61.0640,-0.1683,0.0000,5,1346.0738,121.1263,596.9935,-88.4136,17.0740,84.1525,-12.4628,-0.5494,11.1949,0.0000,11.1949,6.4285,11.1949,0.7108,0.0000,10.4841,0.0000,10.4841,6.6956,3.7885,0.0000,3.7885,-0.2547,4.0432,0.0000,18.1395,11.3330,-25.4293,4000.5938,4000.5938,4000.5938 -237.5000,1.0000,2431.0060,60.7805,60.4970,-0.1575,0.0000,5,1333.2091,131.2527,575.8336,-87.6506,18.3246,80.3940,-12.2372,-0.5091,12.3862,0.0000,12.3862,6.4476,12.3862,0.7069,0.0000,11.6793,0.0000,11.6793,6.6316,5.0476,0.0000,5.0476,-0.2360,5.2836,0.0000,17.6244,11.2247,-23.5654,4210.3319,4210.3319,4210.3319 -238.5000,1.0000,2447.7265,60.1940,59.8910,-0.1683,0.0000,5,1320.3443,116.5585,576.5503,-86.8877,16.1161,79.7174,-12.0136,-0.5389,10.2968,0.0000,10.2968,6.3582,10.2968,0.6867,0.0000,9.6101,0.0000,9.6101,6.5676,3.0424,0.0000,3.0424,-0.2498,3.2922,0.0000,17.1191,11.1163,-24.9432,3793.0993,3793.0993,3793.0993 -239.5000,1.0000,2464.2956,59.6485,59.4060,-0.1347,0.0000,5,1308.3789,151.9191,568.1693,-86.1780,20.8149,77.8466,-11.8075,-0.4274,14.9022,0.0000,14.9022,6.3401,14.9022,0.7007,0.0000,14.2015,0.0000,14.2015,6.5081,7.6933,0.0000,7.6933,-0.1981,7.8915,0.0000,16.6578,11.0156,-19.7819,4643.4736,4643.4736,4643.4736 -240.5000,1.0000,2480.7274,59.1545,58.9030,-0.1397,0.0000,5,1297.5431,144.2792,580.4057,-85.5354,19.6044,78.8646,-11.6224,-0.4396,13.7629,0.0000,13.7629,6.2811,13.7629,0.6869,0.0000,13.0760,0.0000,13.0760,6.4542,6.6218,0.0000,6.6218,-0.2038,6.8255,0.0000,16.2473,10.9244,-20.3462,4408.9702,4408.9702,4408.9702 -241.5000,1.0000,2497.0240,58.6680,58.4330,-0.1306,0.0000,5,1286.8718,152.0561,574.8192,-84.9025,20.4912,77.4631,-11.4415,-0.4074,14.7254,0.0000,14.7254,6.1732,14.7254,0.6838,0.0000,14.0416,0.0000,14.0416,6.4011,7.6404,0.0000,7.6404,-0.1888,7.8293,0.0000,15.8497,10.8345,-18.8550,4555.3655,4555.3655,4555.3655 -242.5000,1.0000,2513.2244,58.3215,58.2100,-0.0619,0.0000,5,1279.2714,227.1563,577.9511,-84.4517,30.4310,77.4252,-11.3136,-0.1921,24.4487,0.0000,24.4487,6.1744,24.4487,0.7268,0.0000,23.7219,0.0000,23.7219,6.3633,17.3586,0.0000,17.3586,-0.0891,17.4476,0.0000,15.5704,10.7705,-8.8932,6379.4447,6379.4447,6379.4447 -243.5000,1.0000,2529.3997,58.2310,58.2520,0.0117,0.0000,5,1277.2863,308.4102,611.2706,-84.3340,41.2521,81.7618,-11.2803,0.0361,35.0728,0.0000,35.0728,6.1431,35.0728,0.7785,0.0000,34.2943,0.0000,34.2943,6.3535,27.9409,0.0000,27.9409,0.0167,27.9241,0.0000,15.4979,10.7538,1.6724,8415.9737,8415.9737,8415.9737 -244.5000,1.0000,2545.6033,58.3330,58.4140,0.0450,0.0000,5,1279.5236,345.7232,646.8865,-84.4667,46.3239,86.6772,-11.3178,0.1396,40.0484,0.0000,40.0484,6.1360,40.0484,0.8050,0.0000,39.2434,0.0000,39.2434,6.3646,32.8788,0.0000,32.8788,0.0647,32.8140,0.0000,15.5795,10.7727,6.4618,9364.2368,9364.2368,9364.2368 -245.5000,1.0000,2561.8562,58.5105,58.6070,0.0536,0.0000,5,1283.4170,356.4213,663.4877,-84.6976,47.9027,89.1722,-11.3833,0.1668,41.5260,0.0000,41.5260,6.2099,41.5260,0.8153,0.0000,40.7107,0.0000,40.7107,6.3840,34.3268,0.0000,34.3268,0.0773,34.2494,0.0000,15.7222,10.8054,7.7218,9670.8612,9670.8612,9670.8612 -246.5000,1.0000,2578.1533,58.6695,58.7320,0.0347,0.0000,5,1286.9047,335.5637,668.2506,-84.9044,45.2220,90.0564,-11.4421,0.1083,38.9568,0.0000,38.9568,6.1569,38.9568,0.8050,0.0000,38.1518,0.0000,38.1518,6.4013,31.7505,0.0000,31.7505,0.0502,31.7003,0.0000,15.8507,10.8348,5.0147,9166.5496,9166.5496,9166.5496 -247.5000,1.0000,2594.4487,58.6635,58.5950,-0.0381,0.0000,5,1286.7731,254.9134,658.1218,-84.8966,34.3497,88.6823,-11.4399,-0.1187,28.2811,0.0000,28.2811,6.1874,28.2811,0.7515,0.0000,27.5295,0.0000,27.5295,6.4007,21.1289,0.0000,21.1289,-0.0550,21.1839,0.0000,15.8458,10.8337,-5.4956,7134.1599,7134.1599,7134.1599 -248.5000,1.0000,2610.6875,58.4595,58.3240,-0.0753,0.0000,5,1282.2984,212.5007,622.3335,-84.6312,28.5350,83.5682,-11.3644,-0.2340,22.6340,0.0000,22.6340,6.1350,22.6340,0.7200,0.0000,21.9140,0.0000,21.9140,6.3784,15.5356,0.0000,15.5356,-0.1085,15.6441,0.0000,15.6812,10.7960,-10.8331,6037.7450,6037.7450,6037.7450 -249.5000,1.0000,2626.8497,58.1840,58.0440,-0.0778,0.0000,5,1276.2553,208.5561,602.8761,-84.2728,27.8733,80.5739,-11.2630,-0.2407,22.0148,0.0000,22.0148,6.0993,22.0148,0.7124,0.0000,21.3023,0.0000,21.3023,6.3483,14.9540,0.0000,14.9540,-0.1116,15.0656,0.0000,15.4605,10.7451,-11.1401,5917.0223,5917.0223,5917.0223 -250.5000,1.0000,2642.9100,57.8170,57.5900,-0.1261,0.0000,5,1268.2052,153.6663,598.4194,-83.7954,20.4078,79.4738,-11.1285,-0.3878,14.6969,0.0000,14.6969,6.0988,14.6969,0.6699,0.0000,14.0269,0.0000,14.0269,6.3083,7.7186,0.0000,7.7186,-0.1798,7.8984,0.0000,15.1700,10.6774,-17.9489,4508.4929,4508.4929,4508.4929 -251.5000,1.0000,2658.7982,57.1975,56.8050,-0.2181,0.0000,5,1254.6166,49.3541,569.4186,-82.9895,6.4843,74.8120,-10.9034,-0.6633,1.1147,0.0000,1.1147,6.0330,1.1147,0.6330,0.0000,0.4817,0.0000,0.4817,6.2407,-5.7590,0.0000,-5.7590,-0.3075,-5.4515,0.0000,14.6880,10.5630,-30.7025,2374.0837,2374.0837,2374.0837 -252.5000,1.0000,2674.4829,56.4650,56.1250,-0.1889,0.0000,5,1238.5494,79.0308,519.8917,-82.0366,10.2503,67.4303,-10.6402,-0.5672,4.8125,0.0000,4.8125,6.0050,4.8125,0.6115,0.0000,4.2011,0.0000,4.2011,6.1608,-1.9597,0.0000,-1.9597,-0.2630,-1.6968,0.0000,14.1307,10.4277,-26.2552,2815.8513,2815.8513,2815.8513 -253.5000,1.0000,2689.9625,55.7265,55.3280,-0.2214,0.0000,5,1222.3505,40.3227,528.4301,-81.0758,5.1615,67.6413,-10.3781,-0.6562,-0.1076,0.0000,-0.1076,5.9252,-0.1076,0.6115,0.0000,-0.7191,0.0000,-0.7191,6.0802,-6.7993,0.0000,-6.7993,-0.3042,-6.4951,0.0000,13.5837,10.2913,-30.3701,2159.0515,2159.0515,2159.0515 -254.5000,1.0000,2705.1782,54.7765,54.2250,-0.3064,0.0000,5,1201.5124,-56.8128,503.2176,-79.8400,-7.1483,63.3159,-10.0456,-0.8926,-12.1080,0.0000,-12.1080,5.8523,-12.1080,0.6259,0.0000,-12.7339,0.0000,-12.7339,5.9765,-18.7104,0.0000,-18.7104,-0.4138,-18.2966,0.0000,12.9014,10.1159,-41.3139,359.0244,359.0244,359.0244 -255.5000,1.0000,2720.0890,53.6790,53.1330,-0.3033,0.0000,5,1177.4390,-57.4121,451.0130,-78.4045,-7.0790,55.6104,-9.6674,-0.8660,-11.9647,0.0000,-11.9647,5.7517,-11.9647,0.6077,0.0000,-12.5725,0.0000,-12.5725,5.8568,-18.4293,0.0000,-18.4293,-0.4014,-18.0278,0.0000,12.1414,9.9132,-40.0824,317.5420,317.5420,317.5420 -256.5000,1.0000,2734.7156,52.6555,52.1780,-0.2653,0.0000,5,1154.9887,-19.0635,445.1897,-77.0653,-2.3057,53.8458,-9.3211,-0.7429,-7.2212,0.0000,-7.2212,5.6583,-7.2212,0.5795,0.0000,-7.8006,0.0000,-7.8006,5.7451,-13.5458,0.0000,-13.5458,-0.3444,-13.2014,0.0000,11.4598,9.7242,-34.3854,1041.2924,1041.2924,1041.2924 -257.5000,1.0000,2749.0624,51.6485,51.1190,-0.2942,0.0000,5,1132.9003,-54.8161,456.5364,-75.7476,-6.5032,54.1621,-8.9865,-0.8080,-11.2133,0.0000,-11.2133,5.5181,-11.2133,0.5735,0.0000,-11.7868,0.0000,-11.7868,5.6353,-17.4221,0.0000,-17.4221,-0.3746,-17.0475,0.0000,10.8151,9.5382,-37.4008,316.0496,316.0496,316.0496 -258.5000,1.0000,2763.1429,50.6900,50.2610,-0.2383,0.0000,5,1111.8758,3.5934,434.8738,-74.4935,0.4184,50.6347,-8.6737,-0.6425,-4.3805,0.0000,-4.3805,5.4414,-4.3805,0.5415,0.0000,-4.9220,0.0000,-4.9220,5.5307,-10.4526,0.0000,-10.4526,-0.2979,-10.1548,0.0000,10.2237,9.3612,-29.7397,1333.0822,1333.0822,1333.0822 -259.5000,1.0000,2777.0601,50.1020,49.9430,-0.0883,0.0000,5,1098.9781,167.8775,463.9052,-73.7119,19.3201,53.3884,-8.4831,-0.2354,14.1359,0.0000,14.1359,5.4196,14.1359,0.5490,0.0000,13.5869,0.0000,13.5869,5.4665,8.1204,0.0000,8.1204,-0.1091,8.2295,0.0000,9.8714,9.2526,-10.8945,4189.0947,4189.0947,4189.0947 -260.5000,1.0000,2790.9725,50.0845,50.2260,0.0786,0.0000,5,1098.5943,353.3758,547.1322,-73.6844,40.6539,62.9446,-8.4770,0.2094,35.0173,0.0000,35.0173,5.4272,35.0173,0.6531,0.0000,34.3642,0.0000,34.3642,5.4646,28.8996,0.0000,28.8996,0.0971,28.8025,0.0000,9.8611,9.2494,9.6921,8171.2787,8171.2787,8171.2787 -261.5000,1.0000,2805.0185,50.5655,50.9050,0.1886,0.0000,5,1109.1449,476.5943,638.7686,-74.3306,55.3561,74.1926,-8.6335,0.5072,49.4485,0.0000,49.4485,5.4004,49.4485,0.7323,0.0000,48.7162,0.0000,48.7162,5.5171,43.1991,0.0000,43.1991,0.2351,42.9639,0.0000,10.1483,9.3382,23.4774,11014.0274,11014.0274,11014.0274 -262.5000,1.0000,2819.2749,51.3230,51.7410,0.2322,0.0000,5,1125.7606,527.4549,698.8992,-75.3217,62.1813,82.3928,-8.8796,0.6339,56.0988,0.0000,56.0988,5.4486,56.0988,0.7767,0.0000,55.3221,0.0000,55.3221,5.5997,49.7224,0.0000,49.7224,0.2938,49.4285,0.0000,10.6115,9.4781,29.3390,12307.6107,12307.6107,12307.6107 -263.5000,1.0000,2833.7619,52.1535,52.5660,0.2292,0.0000,5,1143.9774,526.9488,724.4825,-76.4084,63.1269,86.7908,-9.1535,0.6357,56.9663,0.0000,56.9663,5.5250,56.9663,0.7934,0.0000,56.1729,0.0000,56.1729,5.6904,50.4825,0.0000,50.4825,0.2947,50.1879,0.0000,11.1350,9.6315,29.4215,12482.4094,12482.4094,12482.4094 -264.5000,1.0000,2848.4886,53.0160,53.4660,0.2500,0.0000,5,1162.8962,553.0960,727.1431,-77.5370,67.3550,88.5502,-9.4423,0.7049,61.0524,0.0000,61.0524,5.5977,61.0524,0.8268,0.0000,60.2256,0.0000,60.2256,5.7845,54.4411,0.0000,54.4411,0.3268,54.1144,0.0000,11.6967,9.7907,32.6269,13332.3685,13332.3685,13332.3685 -265.5000,1.0000,2863.4518,53.8675,54.2690,0.2231,0.0000,5,1181.5737,526.0273,740.9001,-78.6511,65.0875,91.6746,-9.7318,0.6390,58.7973,0.0000,58.7973,5.6512,58.7973,0.8285,0.0000,57.9688,0.0000,57.9688,5.8774,52.0914,0.0000,52.0914,0.2962,51.7952,0.0000,12.2692,9.9480,29.5780,12907.2033,12907.2033,12907.2033 -266.5000,1.0000,2878.6442,54.6925,55.1160,0.2353,0.0000,5,1199.6699,542.7634,731.4719,-79.7306,68.1869,91.8942,-10.0165,0.6844,61.7591,0.0000,61.7591,5.7434,61.7591,0.8560,0.0000,60.9032,0.0000,60.9032,5.9674,54.9358,0.0000,54.9358,0.3173,54.6185,0.0000,12.8416,10.1004,31.6766,13525.5089,13525.5089,13525.5089 -267.5000,1.0000,2894.0796,55.5675,56.0190,0.2508,0.0000,5,1218.8629,563.4049,741.0825,-80.8690,71.9124,94.5910,-10.3220,0.7413,65.3446,0.0000,65.3446,5.8265,65.3446,0.8875,0.0000,64.4571,0.0000,64.4571,6.0724,58.3847,0.0000,58.3847,0.3436,58.0411,0.0000,13.4680,10.2619,34.3112,14218.5478,14218.5478,14218.5478 -268.5000,1.0000,2909.7425,56.3865,56.7540,0.2042,0.0000,5,1236.8275,514.6939,751.2869,-81.9344,66.6633,97.3069,-10.6122,0.6123,60.1348,0.0000,60.1348,5.9162,60.1348,0.8743,0.0000,59.2605,0.0000,59.2605,6.1522,53.1083,0.0000,53.1083,0.2838,52.8245,0.0000,14.0720,10.4132,28.3393,13235.3140,13235.3140,13235.3140 -269.5000,1.0000,2925.6196,57.1575,57.5610,0.2242,0.0000,5,1253.7392,539.6686,732.8949,-82.9374,70.8538,96.2227,-10.8890,0.6814,64.2128,0.0000,64.2128,5.9595,64.2128,0.9069,0.0000,63.3059,0.0000,63.3059,6.2363,57.0696,0.0000,57.0696,0.3159,56.7537,0.0000,14.6572,10.5556,31.5409,14008.2304,14008.2304,14008.2304 -270.5000,1.0000,2941.7254,57.9810,58.4010,0.2333,0.0000,5,1271.8026,553.0281,745.6356,-84.0087,73.6539,99.3059,-11.1885,0.7195,66.9046,0.0000,66.9046,6.0297,66.9046,0.9336,0.0000,65.9710,0.0000,65.9710,6.3262,59.6448,0.0000,59.6448,0.3336,59.3113,0.0000,15.3000,10.7077,33.3036,14543.0183,14543.0183,14543.0183 -271.5000,1.0000,2958.0417,58.7385,59.0760,0.1875,0.0000,5,1288.4182,505.3068,752.4811,-84.9942,68.1774,101.5269,-11.4677,0.5857,61.4653,0.0000,61.4653,6.1264,61.4653,0.9187,0.0000,60.5466,0.0000,60.5466,6.4088,54.1378,0.0000,54.1378,0.2715,53.8662,0.0000,15.9072,10.8475,27.1115,13541.0794,13541.0794,13541.0794 -272.5000,1.0000,2974.5468,59.4185,59.7610,0.1903,0.0000,5,1303.3339,511.0555,734.8432,-85.8788,69.7513,100.2949,-11.7212,0.6013,62.9699,0.0000,62.9699,6.1801,62.9699,0.9373,0.0000,62.0326,0.0000,62.0326,6.4830,55.5496,0.0000,55.5496,0.2787,55.2709,0.0000,16.4661,10.9731,27.8317,13841.9307,13841.9307,13841.9307 -273.5000,1.0000,2991.2111,59.9915,60.2220,0.1281,0.0000,5,1315.9025,444.0129,737.9204,-86.6242,61.1854,101.6862,-11.9369,0.4086,54.5765,0.0000,54.5765,6.2003,54.5765,0.9048,0.0000,53.6718,0.0000,53.6718,6.5455,47.1262,0.0000,47.1262,0.1894,46.9368,0.0000,16.9468,11.0789,18.9111,12209.7005,12209.7005,12209.7005 -274.5000,1.0000,3007.9706,60.3340,60.4460,0.0622,0.0000,5,1323.4152,372.6244,710.8009,-87.0698,51.6412,98.5083,-12.0668,0.1997,45.1609,0.0000,45.1609,6.2806,45.1609,0.8634,0.0000,44.2975,0.0000,44.2975,6.5829,37.7146,0.0000,37.7146,0.0926,37.6220,0.0000,17.2385,11.1422,9.2414,10380.9349,10380.9349,10380.9349 -275.5000,1.0000,3024.7117,60.2680,60.0900,-0.0989,0.0000,5,1321.9675,193.2433,678.6553,-86.9839,26.7519,93.9504,-12.0417,-0.3170,20.8102,0.0000,20.8102,6.2586,20.8102,0.7405,0.0000,20.0697,0.0000,20.0697,6.5757,13.4940,0.0000,13.4940,-0.1469,13.6409,0.0000,17.1821,11.1300,-14.6711,5753.9179,5753.9179,5753.9179 -276.5000,1.0000,3041.3049,59.7355,59.3810,-0.1969,0.0000,5,1310.2872,82.1329,599.5846,-86.2912,11.2697,82.2708,-11.8403,-0.6257,5.6947,0.0000,5.6947,6.2007,5.6947,0.6649,0.0000,5.0298,0.0000,5.0298,6.5176,-1.4878,0.0000,-1.4878,-0.2901,-1.1977,0.0000,16.7311,11.0317,-28.9605,3039.5542,3039.5542,3039.5542 -277.5000,1.0000,3057.7290,59.1270,58.8730,-0.1411,0.0000,5,1296.9399,141.6905,550.4514,-85.4996,19.2437,74.7597,-11.6121,-0.4437,13.5360,0.0000,13.5360,6.1515,13.5360,0.6854,0.0000,12.8506,0.0000,12.8506,6.4512,6.3994,0.0000,6.3994,-0.2057,6.6051,0.0000,16.2247,10.9193,-20.5389,4340.7487,4340.7487,4340.7487 -278.5000,1.0000,3074.0282,58.6770,58.4810,-0.1089,0.0000,5,1287.0692,175.4188,574.2585,-84.9142,23.6432,77.3995,-11.4449,-0.3398,17.9094,0.0000,17.9094,6.0737,17.9094,0.6999,0.0000,17.2095,0.0000,17.2095,6.4021,10.8073,0.0000,10.8073,-0.1575,10.9649,0.0000,15.8569,10.8362,-15.7283,5146.4342,5146.4342,5146.4342 -279.5000,1.0000,3090.2517,58.4045,58.3280,-0.0425,0.0000,5,1281.0920,248.1567,588.8247,-84.5597,33.2916,78.9941,-11.3442,-0.1320,27.3664,0.0000,27.3664,6.0573,27.3664,0.7428,0.0000,26.6236,0.0000,26.6236,6.3724,20.2512,0.0000,20.2512,-0.0612,20.3124,0.0000,15.6369,10.7859,-6.1103,6924.7719,6924.7719,6924.7719 -280.5000,1.0000,3106.4603,58.3510,58.3740,0.0128,0.0000,5,1279.9184,309.7228,620.7773,-84.4901,41.5130,83.2045,-11.3244,0.0397,35.3722,0.0000,35.3722,6.1012,35.3722,0.7819,0.0000,34.5903,0.0000,34.5903,6.3666,28.2237,0.0000,28.2237,0.0184,28.2053,0.0000,15.5939,10.7760,1.8354,8464.7561,8464.7561,8464.7561 -281.5000,1.0000,3122.7022,58.4710,58.5680,0.0539,0.0000,5,1282.5506,355.4846,648.1745,-84.6462,47.7446,87.0553,-11.3687,0.1676,41.5170,0.0000,41.5170,6.0600,41.5170,0.8146,0.0000,40.7024,0.0000,40.7024,6.3796,34.3228,0.0000,34.3228,0.0777,34.2451,0.0000,15.6904,10.7981,7.7566,9639.5771,9639.5771,9639.5771 -282.5000,1.0000,3138.9972,58.6620,58.7560,0.0522,0.0000,5,1286.7402,354.5651,668.1395,-84.8947,47.7766,90.0299,-11.4393,0.1629,41.5130,0.0000,41.5130,6.1007,41.5130,0.8177,0.0000,40.6953,0.0000,40.6953,6.4005,34.2948,0.0000,34.2948,0.0755,34.2193,0.0000,15.8446,10.8334,7.5412,9651.4069,9651.4069,9651.4069 -283.5000,1.0000,3155.3597,58.9050,59.0540,0.0828,0.0000,5,1292.0703,404.4464,669.2369,-85.2108,54.7237,90.5513,-11.5295,0.2593,46.3167,0.0000,46.3167,8.1477,46.3167,0.8456,0.0000,45.4711,0.0000,45.4711,6.4270,39.0441,0.0000,39.0441,0.1202,38.9239,0.0000,16.0424,10.8783,12.0031,10966.7664,10966.7664,10966.7664 -284.5000,1.0000,3171.7997,59.1840,59.3140,0.0722,0.0000,5,1298.1901,393.7210,690.8772,-85.5737,53.5249,93.9221,-11.6334,0.2273,45.1305,0.0000,45.1305,8.1670,45.1305,0.8443,0.0000,44.2862,0.0000,44.2862,6.4574,37.8288,0.0000,37.8288,0.1054,37.7234,0.0000,16.2714,10.9298,10.5221,10750.0452,10750.0452,10750.0452 -285.5000,1.0000,3188.3175,59.4640,59.6140,0.0833,0.0000,5,1304.3319,407.1687,687.6317,-85.9380,55.6149,93.9231,-11.7382,0.2635,47.1525,0.0000,47.1525,8.1988,47.1525,0.8590,0.0000,46.2936,0.0000,46.2936,6.4880,39.8056,0.0000,39.8056,0.1222,39.6834,0.0000,16.5035,10.9815,12.1984,11150.0114,11150.0114,11150.0114 -286.5000,1.0000,3204.9143,59.7485,59.8830,0.0747,0.0000,5,1310.5723,398.5268,694.0345,-86.3081,54.6949,95.2513,-11.8452,0.2374,46.2540,0.0000,46.2540,8.2035,46.2540,0.8591,0.0000,45.3949,0.0000,45.3949,6.5190,38.8758,0.0000,38.8758,0.1101,38.7658,0.0000,16.7415,11.0341,10.9902,10976.0613,10976.0613,10976.0613 -287.5000,1.0000,3221.5815,60.0020,60.1210,0.0661,0.0000,5,1316.1328,389.8827,691.2534,-86.6379,53.7356,95.2721,-11.9409,0.2110,45.3044,0.0000,45.3044,8.2203,45.3044,0.8586,0.0000,44.4458,0.0000,44.4458,6.5467,37.8991,0.0000,37.8991,0.0978,37.8013,0.0000,16.9555,11.0809,9.7649,10785.8307,10785.8307,10785.8307 -288.5000,1.0000,3238.3243,60.2740,60.4270,0.0850,0.0000,5,1322.0991,412.3500,689.0518,-86.9917,57.0898,95.3991,-12.0440,0.2725,48.5119,0.0000,48.5119,8.3054,48.5119,0.8791,0.0000,47.6328,0.0000,47.6328,6.5764,41.0564,0.0000,41.0564,0.1263,40.9301,0.0000,17.1871,11.1311,12.6118,11437.3524,11437.3524,11437.3524 -289.5000,1.0000,3255.1558,60.5935,60.7600,0.0925,0.0000,5,1329.1073,422.2354,699.4551,-87.4074,58.7683,97.3528,-12.1657,0.2981,50.0912,0.0000,50.0912,8.3790,50.0912,0.8923,0.0000,49.1989,0.0000,49.1989,6.6112,42.5876,0.0000,42.5876,0.1382,42.4494,0.0000,17.4619,11.1901,13.7974,11755.1255,11755.1255,11755.1255 -290.5000,1.0000,3272.0835,60.9395,61.1190,0.0997,0.0000,5,1336.6967,416.3012,704.7886,-87.8575,58.2732,98.6553,-12.2982,0.3232,51.6813,0.0000,51.6813,6.2688,51.6813,0.9060,0.0000,50.7752,0.0000,50.7752,6.6490,44.1262,0.0000,44.1262,0.1498,43.9764,0.0000,17.7628,11.2540,14.9596,11665.4633,11665.4633,11665.4633 -291.5000,1.0000,3289.1275,61.3585,61.5980,0.1331,0.0000,5,1345.8874,455.2291,704.4181,-88.4026,64.1604,99.2814,-12.4595,0.4342,57.3981,0.0000,57.3981,6.3281,57.3981,0.9416,0.0000,56.4565,0.0000,56.4565,6.6947,49.7618,0.0000,49.7618,0.2013,49.5605,0.0000,18.1318,11.3314,20.0973,12759.9262,12759.9262,12759.9262 -292.5000,1.0000,3306.3028,61.8310,62.0640,0.1294,0.0000,5,1356.2516,453.1355,721.3971,-89.0172,64.3572,102.4574,-12.6428,0.4257,57.5690,0.0000,57.5690,6.3625,57.5690,0.9505,0.0000,56.6186,0.0000,56.6186,6.7463,49.8723,0.0000,49.8723,0.1973,49.6750,0.0000,18.5539,11.4187,19.7024,12800.4532,12800.4532,12800.4532 -293.5000,1.0000,3323.6382,62.4075,62.7510,0.1908,0.0000,5,1368.8970,523.5947,723.5615,-89.7672,75.0576,103.7229,-12.8682,0.6334,68.0356,0.0000,68.0356,6.3886,68.0356,1.0126,0.0000,67.0230,0.0000,67.0230,6.8092,60.2139,0.0000,60.2139,0.2936,59.9202,0.0000,19.0781,11.5251,29.3170,14768.7433,14768.7433,14768.7433 -294.5000,1.0000,3341.1631,63.0895,63.4280,0.1881,0.0000,5,1383.8566,523.8855,752.7929,-90.6544,75.9200,109.0926,-13.1374,0.6310,68.7714,0.0000,68.7714,6.5176,68.7714,1.0279,0.0000,67.7435,0.0000,67.7435,6.8836,60.8600,0.0000,60.8600,0.2925,60.5675,0.0000,19.7104,11.6511,29.2060,14931.1867,14931.1867,14931.1867 -295.5000,1.0000,3358.8531,63.6840,63.9400,0.1422,0.0000,5,1396.8968,475.2535,753.9916,-91.4278,69.5214,110.2959,-13.3743,0.4817,62.5079,0.0000,62.5079,6.5317,62.5079,1.0068,0.0000,61.5012,0.0000,61.5012,6.9484,54.5527,0.0000,54.5527,0.2233,54.3294,0.0000,20.2726,11.7609,22.2960,13773.0974,13773.0974,13773.0974 -296.5000,1.0000,3376.6853,64.1960,64.4520,0.1422,0.0000,5,1408.1274,477.4311,737.3211,-92.0939,70.4014,108.7245,-13.5801,0.4856,63.3454,0.0000,63.3454,6.5705,63.3454,1.0198,0.0000,62.3255,0.0000,62.3255,7.0043,55.3212,0.0000,55.3212,0.2251,55.0961,0.0000,20.7655,11.8554,22.4753,13932.5661,13932.5661,13932.5661 -297.5000,1.0000,3394.6671,64.7345,65.0170,0.1569,0.0000,5,1419.9393,495.8325,740.2178,-92.7944,73.7282,110.0672,-13.7981,0.5403,66.6163,0.0000,66.6163,6.5715,66.6163,1.0456,0.0000,65.5707,0.0000,65.5707,7.0630,58.5077,0.0000,58.5077,0.2505,58.2572,0.0000,21.2925,11.9549,25.0098,14559.5960,14559.5960,14559.5960 -298.5000,1.0000,3412.7971,65.2680,65.5190,0.1394,0.0000,5,1431.6416,479.0978,748.5117,-93.4885,71.8269,112.2177,-14.0159,0.4840,64.6717,0.0000,64.6717,6.6712,64.6717,1.0452,0.0000,63.6265,0.0000,63.6265,7.1213,56.5052,0.0000,56.5052,0.2244,56.2808,0.0000,21.8232,12.0534,22.4043,14205.2932,14205.2932,14205.2932 -299.5000,1.0000,3431.0742,65.7975,66.0760,0.1547,0.0000,5,1443.2560,498.3299,744.4746,-94.1773,75.3163,112.5180,-14.2337,0.5414,68.0720,0.0000,68.0720,6.7029,68.0720,1.0715,0.0000,67.0005,0.0000,67.0005,7.1790,59.8215,0.0000,59.8215,0.2510,59.5705,0.0000,22.3587,12.1512,25.0606,14880.1434,14880.1434,14880.1434 -300.5000,1.0000,3449.4894,66.2950,66.5140,0.1217,0.0000,5,1454.1686,464.4334,752.5657,-94.8245,70.7240,114.6008,-14.4399,0.4290,63.4576,0.0000,63.4576,6.8374,63.4576,1.0573,0.0000,62.4003,0.0000,62.4003,7.2333,55.1670,0.0000,55.1670,0.1989,54.9681,0.0000,22.8696,12.2430,19.8555,14025.8926,14025.8926,14025.8926 -301.5000,1.0000,3468.0407,66.7845,67.0550,0.1503,0.0000,5,1464.9057,498.1662,742.6884,-95.4613,76.4210,113.9318,-14.6442,0.5338,69.0474,0.0000,69.0474,6.8398,69.0474,1.0939,0.0000,67.9535,0.0000,67.9535,7.2867,60.6668,0.0000,60.6668,0.2474,60.4193,0.0000,23.3800,12.3334,24.7058,15106.6737,15106.6737,15106.6737 -302.5000,1.0000,3486.7424,67.3260,67.5970,0.1506,0.0000,5,1476.7834,500.9803,756.5131,-96.1657,77.4758,116.9935,-14.8719,0.5391,70.0433,0.0000,70.0433,6.8934,70.0433,1.1086,0.0000,68.9347,0.0000,68.9347,7.3458,61.5889,0.0000,61.5889,0.2499,61.3390,0.0000,23.9534,12.4334,24.9522,15312.6520,15312.6520,15312.6520 -303.5000,1.0000,3505.5410,67.6750,67.7530,0.0433,0.0000,5,1484.4387,383.6758,756.8967,-96.6198,59.6424,117.6596,-15.0195,0.1560,52.5279,0.0000,52.5279,6.9586,52.5279,1.0273,0.0000,51.5006,0.0000,51.5006,7.3839,44.1167,0.0000,44.1167,0.0723,44.0444,0.0000,24.3274,12.4979,7.2190,12050.5694,12050.5694,12050.5694 -304.5000,1.0000,3524.3271,67.6300,67.5070,-0.0683,0.0000,5,1483.4516,259.4073,713.3924,-96.5612,40.2981,110.8232,-15.0005,-0.2458,33.5891,0.0000,33.5891,6.9547,33.5891,0.9318,0.0000,32.6573,0.0000,32.6573,7.3790,25.2783,0.0000,25.2783,-0.1139,25.3923,0.0000,24.2790,12.4896,-11.3763,8418.2625,8418.2625,8418.2625 -305.5000,1.0000,3542.9969,67.2115,66.9160,-0.1642,0.0000,5,1474.2719,151.1586,664.7892,-96.0168,23.3367,102.6337,-14.8236,-0.5868,16.9845,0.0000,16.9845,6.9390,16.9845,0.8413,0.0000,16.1432,0.0000,16.1432,7.3333,8.8099,0.0000,8.8099,-0.2720,9.0820,0.0000,23.8314,12.4123,-27.1618,5284.9780,5284.9780,5284.9780 -306.5000,1.0000,3561.4669,66.4920,66.0680,-0.2356,0.0000,5,1458.4898,68.5244,619.2161,-95.0808,10.4659,94.5745,-14.5219,-0.8330,4.4564,0.0000,4.4564,6.8425,4.4564,0.7896,0.0000,3.6668,0.0000,3.6668,7.2548,-3.5880,0.0000,-3.5880,-0.3862,-3.2018,0.0000,23.0747,12.2794,-38.5560,3271.9214,3271.9214,3271.9214 -307.5000,1.0000,3579.7154,65.6945,65.3210,-0.2075,0.0000,5,1440.9968,95.8387,583.7652,-94.0433,14.4621,88.0907,-14.1912,-0.7250,8.4331,0.0000,8.4331,6.7541,8.4331,0.7715,0.0000,7.6616,0.0000,7.6616,7.1678,0.4938,0.0000,0.4938,-0.3361,0.8299,0.0000,22.2542,12.1321,-33.5565,3709.4832,3709.4832,3709.4832 -308.5000,1.0000,3597.7329,64.8630,64.4050,-0.2544,0.0000,5,1422.7580,39.8070,587.6097,-92.9616,5.9309,87.5485,-13.8504,-0.8778,0.2116,0.0000,0.2116,6.5970,0.2116,0.7701,0.0000,-0.5585,0.0000,-0.5585,7.0771,-7.6355,0.0000,-7.6355,-0.4069,-7.2286,0.0000,21.4202,11.9786,-40.6274,2677.4644,2677.4644,2677.4644 -309.5000,1.0000,3615.5304,64.0710,63.7370,-0.1856,0.0000,5,1405.3856,112.4877,562.4277,-91.9313,16.5550,82.7734,-13.5297,-0.6323,10.6627,0.0000,10.6627,6.5246,10.6627,0.7542,0.0000,9.9084,0.0000,9.9084,6.9907,2.9178,0.0000,2.9178,-0.2931,3.2109,0.0000,20.6446,11.8323,-29.2661,4006.4918,4006.4918,4006.4918 -310.5000,1.0000,3633.1411,63.3985,63.0600,-0.1881,0.0000,5,1390.6344,107.1117,586.7847,-91.0564,15.5983,85.4516,-13.2603,-0.6341,9.7217,0.0000,9.7217,6.5107,9.7217,0.7379,0.0000,8.9838,0.0000,8.9838,6.9173,2.0665,0.0000,2.0665,-0.2939,2.3605,0.0000,20.0014,11.7081,-29.3491,3806.1116,3806.1116,3806.1116 -311.5000,1.0000,3650.5869,62.8050,62.5500,-0.1417,0.0000,5,1377.6161,155.9581,582.2440,-90.2843,22.4991,83.9966,-13.0247,-0.4732,16.5358,0.0000,16.5358,6.4365,16.5358,0.7618,0.0000,15.7740,0.0000,15.7740,6.8525,8.9215,0.0000,8.9215,-0.2194,9.1408,0.0000,19.4447,11.5985,-21.9024,5032.9842,5032.9842,5032.9842 -312.5000,1.0000,3667.9097,62.3620,62.1740,-0.1044,0.0000,5,1367.8990,195.0724,600.1687,-89.7080,27.9434,85.9718,-12.8503,-0.3464,21.9439,0.0000,21.9439,6.3459,21.9439,0.7813,0.0000,21.1626,0.0000,21.1626,6.8042,14.3584,0.0000,14.3584,-0.1606,14.5190,0.0000,19.0360,11.5167,-16.0337,6020.9136,6020.9136,6020.9136 -313.5000,1.0000,3685.1672,62.1270,62.0800,-0.0261,0.0000,5,1362.7443,280.9219,616.3983,-89.4023,40.0893,87.9639,-12.7583,-0.0863,33.8770,0.0000,33.8770,6.2986,33.8770,0.8370,0.0000,33.0400,0.0000,33.0400,6.7785,26.2614,0.0000,26.2614,-0.0400,26.3014,0.0000,18.8214,11.4733,-3.9933,8263.3618,8263.3618,8263.3618 -314.5000,1.0000,3702.3914,62.0070,61.9340,-0.0406,0.0000,5,1360.1121,264.7617,649.8427,-89.2462,37.7102,92.5575,-12.7114,-0.1337,31.4998,0.0000,31.4998,6.3441,31.4998,0.8231,0.0000,30.6768,0.0000,30.6768,6.7655,23.9113,0.0000,23.9113,-0.0620,23.9733,0.0000,18.7126,11.4512,-6.1904,7805.1967,7805.1967,7805.1967 -315.5000,1.0000,3719.5435,61.7475,61.5610,-0.1036,0.0000,5,1354.4200,193.6924,640.8391,-88.9086,27.4723,90.8931,-12.6103,-0.3403,21.4809,0.0000,21.4809,6.3316,21.4809,0.7686,0.0000,20.7123,0.0000,20.7123,6.7371,13.9752,0.0000,13.9752,-0.1577,14.1329,0.0000,18.4788,11.4032,-15.7491,5920.2661,5920.2661,5920.2661 -316.5000,1.0000,3736.5746,61.3120,61.0630,-0.1383,0.0000,5,1344.8674,153.0215,609.0563,-88.3421,21.5507,85.7760,-12.4416,-0.4511,15.7480,0.0000,15.7480,6.2538,15.7480,0.7326,0.0000,15.0154,0.0000,15.0154,6.6896,8.3258,0.0000,8.3258,-0.2091,8.5349,0.0000,18.0907,11.3228,-20.8786,4801.9493,4801.9493,4801.9493 -317.5000,1.0000,3753.4444,60.7315,60.4000,-0.1842,0.0000,5,1332.1343,99.4398,588.1776,-87.5869,13.8719,82.0512,-12.2184,-0.5949,8.3007,0.0000,8.3007,6.1661,8.3007,0.6857,0.0000,7.6150,0.0000,7.6150,6.6263,0.9887,0.0000,0.9887,-0.2758,1.2645,0.0000,17.5819,11.2156,-27.5330,3407.4215,3407.4215,3407.4215 -318.5000,1.0000,3770.1406,60.1060,59.8120,-0.1633,0.0000,5,1318.4140,120.1903,562.8128,-86.7732,16.5940,77.7042,-11.9803,-0.5221,10.9819,0.0000,10.9819,6.1341,10.9819,0.6887,0.0000,10.2933,0.0000,10.2933,6.5580,3.7352,0.0000,3.7352,-0.2420,3.9773,0.0000,17.0441,11.1001,-24.1670,3877.9301,3877.9301,3877.9301 -319.5000,1.0000,3786.6706,59.5080,59.2040,-0.1689,0.0000,5,1305.2970,112.0433,568.1141,-85.9952,15.3152,77.6557,-11.7547,-0.5345,9.7073,0.0000,9.7073,6.1425,9.7073,0.6725,0.0000,9.0348,0.0000,9.0348,6.4928,2.5420,0.0000,2.5420,-0.2478,2.7898,0.0000,16.5405,10.9897,-24.7403,3625.1764,3625.1764,3625.1764 -320.5000,1.0000,3803.0799,59.0735,58.9430,-0.0725,0.0000,5,1295.7663,217.1960,564.5901,-85.4300,29.4718,76.6106,-11.5922,-0.2278,23.6217,0.0000,23.6217,6.0779,23.6217,0.7349,0.0000,22.8868,0.0000,22.8868,6.4454,16.4414,0.0000,16.4414,-0.1056,16.5470,0.0000,16.1805,10.9094,-10.5429,6236.4113,6236.4113,6236.4113 -321.5000,1.0000,3819.4581,58.9615,58.9800,0.0103,0.0000,5,1293.3096,308.4693,610.4430,-85.2843,41.7776,82.6754,-11.5505,0.0322,35.7107,0.0000,35.7107,6.0347,35.7107,0.7935,0.0000,34.9171,0.0000,34.9171,6.4332,28.4840,0.0000,28.4840,0.0149,28.4690,0.0000,16.0885,10.8887,1.4918,8527.2630,8527.2630,8527.2630 -322.5000,1.0000,3835.8619,59.0540,59.1280,0.0411,0.0000,5,1295.3386,343.3210,649.8046,-85.4046,46.5707,88.1444,-11.5849,0.1291,40.3680,0.0000,40.3680,6.0735,40.3680,0.8183,0.0000,39.5497,0.0000,39.5497,6.4433,33.1064,0.0000,33.1064,0.0599,33.0466,0.0000,16.1644,10.9058,5.9764,9436.2426,9436.2426,9436.2426 -323.5000,1.0000,3852.3308,59.2880,59.4480,0.0889,0.0000,5,1300.4714,397.7557,666.1639,-85.7090,54.1684,90.7216,-11.6723,0.2803,47.7372,0.0000,47.7372,6.1508,47.7372,0.8590,0.0000,46.8782,0.0000,46.8782,6.4688,40.4095,0.0000,40.4095,0.1299,40.2795,0.0000,16.3574,10.9490,12.9731,10871.6971,10871.6971,10871.6971 -324.5000,1.0000,3868.8971,59.6385,59.8290,0.1058,0.0000,5,1308.1595,417.5590,690.2426,-86.1650,57.2015,94.5564,-11.8038,0.3357,50.7429,0.0000,50.7429,6.1229,50.7429,0.8798,0.0000,49.8631,0.0000,49.8631,6.5070,43.3561,0.0000,43.3561,0.1556,43.2004,0.0000,16.6493,11.0138,15.5374,11453.6892,11453.6892,11453.6892 -325.5000,1.0000,3885.5612,59.9910,60.1530,0.0900,0.0000,5,1315.8915,401.2295,699.3257,-86.6236,55.2894,96.3670,-11.9367,0.2872,48.8709,0.0000,48.8709,6.1313,48.8709,0.8762,0.0000,47.9947,0.0000,47.9947,6.5455,41.4492,0.0000,41.4492,0.1331,41.3161,0.0000,16.9462,11.0789,13.2910,11094.2445,11094.2445,11094.2445 -326.5000,1.0000,3902.2907,60.2260,60.2990,0.0406,0.0000,5,1321.0462,347.5730,692.6586,-86.9293,48.0831,95.8221,-12.0258,0.1299,41.7568,0.0000,41.7568,6.1964,41.7568,0.8445,0.0000,40.9123,0.0000,40.9123,6.5711,34.3411,0.0000,34.3411,0.0602,34.2809,0.0000,17.1460,11.1223,6.0126,9724.1410,9724.1410,9724.1410 -327.5000,1.0000,3919.0526,60.3430,60.3870,0.0244,0.0000,5,1323.6126,330.2782,670.9092,-87.0815,45.7793,92.9936,-12.0702,0.0784,39.4764,0.0000,39.4764,6.2244,39.4764,0.8351,0.0000,38.6413,0.0000,38.6413,6.5839,32.0574,0.0000,32.0574,0.0364,32.0211,0.0000,17.2461,11.1439,3.6311,9298.6066,9298.6066,9298.6066 -328.5000,1.0000,3935.7943,60.2700,60.1530,-0.0650,0.0000,5,1322.0114,230.2775,661.8440,-86.9865,31.8798,91.6261,-12.0425,-0.2084,25.9158,0.0000,25.9158,6.1724,25.9158,0.7661,0.0000,25.1497,0.0000,25.1497,6.5759,18.5738,0.0000,18.5738,-0.0966,18.6704,0.0000,17.1837,11.1304,-9.6437,6701.5193,6701.5193,6701.5193 -329.5000,1.0000,3952.4625,60.0055,59.8580,-0.0819,0.0000,5,1316.2096,210.4636,618.9196,-86.6424,29.0089,85.3076,-11.9422,-0.2615,23.1092,0.0000,23.1092,6.1612,23.1092,0.7477,0.0000,22.3615,0.0000,22.3615,6.5471,15.8145,0.0000,15.8145,-0.1212,15.9357,0.0000,16.9585,11.0815,-12.1043,6170.8286,6170.8286,6170.8286 -330.5000,1.0000,3969.0236,59.6200,59.3820,-0.1322,0.0000,5,1307.7537,152.5016,607.6906,-86.1409,20.8847,83.2218,-11.7968,-0.4193,15.2514,0.0000,15.2514,6.0526,15.2514,0.7020,0.0000,14.5493,0.0000,14.5493,6.5050,8.0443,0.0000,8.0443,-0.1944,8.2387,0.0000,16.6339,11.0103,-19.4055,4655.9496,4655.9496,4655.9496 -331.5000,1.0000,3985.4908,59.2820,59.1820,-0.0556,0.0000,5,1300.3398,236.4955,583.2629,-85.7012,32.2039,79.4236,-11.6700,-0.1752,26.3317,0.0000,26.3317,6.0473,26.3317,0.7519,0.0000,25.5799,0.0000,25.5799,6.4681,19.1117,0.0000,19.1117,-0.0812,19.1929,0.0000,16.3524,10.9479,-8.1074,6756.2378,6756.2378,6756.2378 -332.5000,1.0000,4001.9193,59.1425,59.1030,-0.0219,0.0000,5,1297.2798,274.0095,618.7352,-85.5198,37.2244,84.0557,-11.6179,-0.0690,31.1591,0.0000,31.1591,6.1344,31.1591,0.7737,0.0000,30.3854,0.0000,30.3854,6.4529,23.9324,0.0000,23.9324,-0.0320,23.9644,0.0000,16.2372,10.9222,-3.1949,7688.9861,7688.9861,7688.9861 -333.5000,1.0000,4018.3490,59.1470,59.1910,0.0244,0.0000,5,1297.3786,325.0957,635.4588,-85.5256,44.1679,86.3342,-11.6196,0.0769,38.0201,0.0000,38.0201,6.0709,38.0201,0.8081,0.0000,37.2120,0.0000,37.2120,6.4534,30.7586,0.0000,30.7586,0.0356,30.7230,0.0000,16.2409,10.9230,3.5591,8987.0739,8987.0739,8987.0739 -334.5000,1.0000,4034.8146,59.2760,59.3610,0.0472,0.0000,5,1300.2081,350.7227,657.7678,-85.6934,47.7535,89.5600,-11.6678,0.1489,41.5491,0.0000,41.5491,6.0555,41.5491,0.8279,0.0000,40.7213,0.0000,40.7213,6.4675,34.2538,0.0000,34.2538,0.0690,34.1848,0.0000,16.3474,10.9468,6.8906,9666.3749,9666.3749,9666.3749 -335.5000,1.0000,4051.3636,59.5765,59.7920,0.1197,0.0000,5,1306.7996,432.2639,670.9256,-86.0843,59.1543,91.8146,-11.7804,0.3793,52.7227,0.0000,52.7227,6.0523,52.7227,0.8887,0.0000,51.8340,0.0000,51.8340,6.5003,45.3338,0.0000,45.3338,0.1759,45.1579,0.0000,16.5975,11.0023,17.5582,11825.3917,11825.3917,11825.3917 -336.5000,1.0000,4068.0258,59.9840,60.1760,0.1067,0.0000,5,1315.7380,419.8625,705.5695,-86.6145,57.8502,97.2160,-11.9341,0.3403,51.3594,0.0000,51.3594,6.1506,51.3594,0.8886,0.0000,50.4708,0.0000,50.4708,6.5447,43.9261,0.0000,43.9261,0.1577,43.7683,0.0000,16.9403,11.0776,15.7505,11578.6894,11578.6894,11578.6894 -337.5000,1.0000,4084.7207,60.1015,60.0270,-0.0414,0.0000,5,1318.3153,255.8650,698.4569,-86.7673,35.3231,96.4245,-11.9785,-0.1323,29.2921,0.0000,29.2921,6.1633,29.2921,0.7802,0.0000,28.5119,0.0000,28.5119,6.5575,21.9544,0.0000,21.9544,-0.0613,22.0157,0.0000,17.0399,11.0993,-6.1235,7333.5926,7333.5926,7333.5926 -338.5000,1.0000,4101.3731,59.9485,59.8700,-0.0436,0.0000,5,1314.9593,252.5238,630.0991,-86.5683,34.7731,86.7660,-11.9206,-0.1390,28.7968,0.0000,28.7968,6.1153,28.7968,0.7752,0.0000,28.0217,0.0000,28.0217,6.5409,21.4808,0.0000,21.4808,-0.0645,21.5453,0.0000,16.9101,11.0710,-6.4358,7232.7847,7232.7847,7232.7847 -339.5000,1.0000,4117.9489,59.6730,59.4760,-0.1094,0.0000,5,1308.9163,178.5438,626.0818,-86.2099,24.4729,85.8167,-11.8167,-0.3473,18.6914,0.0000,18.6914,6.1289,18.6914,0.7201,0.0000,17.9713,0.0000,17.9713,6.5108,11.4605,0.0000,11.4605,-0.1610,11.6215,0.0000,16.6782,11.0201,-16.0768,5317.9376,5317.9376,5317.9376 -340.5000,1.0000,4134.3546,59.0605,58.6450,-0.2308,0.0000,5,1295.4812,41.6589,589.2204,-85.4131,5.6516,79.9351,-11.5873,-0.7251,0.2919,0.0000,0.2919,6.0847,0.2919,0.6667,0.0000,-0.3749,0.0000,-0.3749,6.4440,-6.8188,0.0000,-6.8188,-0.3361,-6.4827,0.0000,16.1705,10.9070,-33.5602,2347.2418,2347.2418,2347.2418 -341.5000,1.0000,4150.5204,58.1970,57.7490,-0.2489,0.0000,5,1276.5405,18.0682,524.8550,-84.2897,2.4153,70.1621,-11.2678,-0.7704,-2.7847,0.0000,-2.7847,5.9704,-2.7847,0.6597,0.0000,-3.4443,0.0000,-3.4443,6.3498,-9.7941,0.0000,-9.7941,-0.3571,-9.4370,0.0000,15.4717,10.7475,-35.6562,1921.4612,1921.4612,1921.4612 -342.5000,1.0000,4166.4442,57.3255,56.9020,-0.2353,0.0000,5,1257.4243,29.6535,509.6905,-83.1560,3.9047,67.1146,-10.9497,-0.7173,-1.2648,0.0000,-1.2648,5.8868,-1.2648,0.6411,0.0000,-1.9059,0.0000,-1.9059,6.2547,-8.1605,0.0000,-8.1605,-0.3325,-7.8280,0.0000,14.7869,10.5866,-33.2015,2064.8805,2064.8805,2064.8805 -343.5000,1.0000,4182.1565,56.5645,56.2270,-0.1875,0.0000,5,1240.7319,79.3914,511.6696,-82.1660,10.3153,66.4808,-10.6758,-0.5641,5.0662,0.0000,5.0662,5.8131,5.0662,0.6125,0.0000,4.4537,0.0000,4.4537,6.1716,-1.7179,0.0000,-1.7179,-0.2615,-1.4564,0.0000,14.2056,10.4461,-26.1081,2826.9016,2826.9016,2826.9016 -344.5000,1.0000,4197.7011,55.9605,55.6940,-0.1481,0.0000,5,1227.4833,120.7101,531.6223,-81.3803,15.5163,68.3357,-10.4608,-0.4406,10.2136,0.0000,10.2136,5.7434,10.2136,0.6180,0.0000,9.5956,0.0000,9.5956,6.1057,3.4898,0.0000,3.4898,-0.2043,3.6941,0.0000,13.7552,10.3345,-20.3956,3604.1897,3604.1897,3604.1897 -345.5000,1.0000,4213.0826,55.3735,55.0530,-0.1781,0.0000,5,1214.6075,85.1023,546.5128,-80.6166,10.8244,69.5128,-10.2539,-0.5244,5.6720,0.0000,5.6720,5.6768,5.6720,0.5913,0.0000,5.0807,0.0000,5.0807,6.0417,-0.9610,0.0000,-0.9610,-0.2431,-0.7179,0.0000,13.3270,10.2261,-24.2709,2856.9306,2856.9306,2856.9306 -346.5000,1.0000,4228.2947,54.7635,54.4740,-0.1608,0.0000,5,1201.2273,102.0790,527.4702,-79.8231,12.8408,66.3517,-10.0411,-0.4684,7.6675,0.0000,7.6675,5.6417,7.6675,0.5866,0.0000,7.0809,0.0000,7.0809,5.9751,1.1057,0.0000,1.1057,-0.2172,1.3229,0.0000,12.8913,10.1135,-21.6819,3113.6680,3113.6680,3113.6680 -347.5000,1.0000,4243.3322,54.1350,53.7960,-0.1883,0.0000,5,1187.4413,69.4328,531.0035,-79.0011,8.6339,66.0295,-9.8237,-0.5422,3.5838,0.0000,3.5838,5.5924,3.5838,0.5762,0.0000,3.0075,0.0000,3.0075,5.9066,-2.8990,0.0000,-2.8990,-0.2514,-2.6477,0.0000,12.4527,9.9974,-25.0977,2566.9211,2566.9211,2566.9211 -348.5000,1.0000,4258.1750,53.4340,53.0720,-0.2011,0.0000,5,1172.0650,52.8823,511.5551,-78.0839,6.4907,62.7874,-9.5839,-0.5715,1.5249,0.0000,1.5249,5.5373,1.5249,0.5701,0.0000,0.9548,0.0000,0.9548,5.8301,-4.8753,0.0000,-4.8753,-0.2649,-4.6103,0.0000,11.9752,9.8679,-26.4535,2292.7043,2292.7043,2292.7043 -349.5000,1.0000,4272.8089,52.6820,52.2920,-0.2167,0.0000,5,1155.5700,33.0196,499.0728,-77.0999,3.9957,60.3933,-9.3299,-0.6071,-0.8620,0.0000,-0.8620,5.4648,-0.8620,0.5640,0.0000,-1.4260,0.0000,-1.4260,5.7480,-7.1741,0.0000,-7.1741,-0.2814,-6.8927,0.0000,11.4768,9.7291,-28.0985,1964.8907,1964.8907,1964.8907 -350.5000,1.0000,4287.2485,51.9825,51.6730,-0.1719,0.0000,5,1140.2266,79.9796,486.7796,-76.1847,9.5499,58.1236,-9.0968,-0.4754,4.6133,0.0000,4.6133,5.4120,4.6133,0.5392,0.0000,4.0741,0.0000,4.0741,5.6717,-1.5976,0.0000,-1.5976,-0.2204,-1.3773,0.0000,11.0255,9.5999,-22.0026,2704.3233,2704.3233,2704.3233 -351.5000,1.0000,4301.5043,51.3210,50.9690,-0.1956,0.0000,5,1125.7167,51.6140,504.9275,-75.3191,6.0845,59.5233,-8.8790,-0.5338,1.2715,0.0000,1.2715,5.3468,1.2715,0.5372,0.0000,0.7343,0.0000,0.7343,5.5995,-4.8652,0.0000,-4.8652,-0.2474,-4.6178,0.0000,10.6100,9.4777,-24.7055,2242.1046,2242.1046,2242.1046 -352.5000,1.0000,4315.5775,50.6635,50.3580,-0.1697,0.0000,5,1111.2945,77.9409,488.3218,-74.4588,9.0703,56.8282,-8.6651,-0.4573,4.2318,0.0000,4.2318,5.2959,4.2318,0.5195,0.0000,3.7122,0.0000,3.7122,5.5278,-1.8156,0.0000,-1.8156,-0.2120,-1.6036,0.0000,10.2073,9.3563,-21.1672,2652.8355,2652.8355,2652.8355 -353.5000,1.0000,4329.4424,49.9135,49.4690,-0.2469,0.0000,5,1094.8434,-9.3797,494.8358,-73.4160,-1.0754,56.7338,-8.4173,-0.6555,-5.6884,0.0000,-5.6884,5.2686,-5.6884,0.5328,0.0000,-6.2212,0.0000,-6.2212,5.4460,-11.6672,0.0000,-11.6672,-0.3039,-11.3633,0.0000,9.7611,9.2178,-30.3422,1074.8361,1074.8361,1074.8361 -354.5000,1.0000,4343.0635,49.0360,48.6030,-0.2406,0.0000,5,1075.5956,-5.2845,446.7156,-72.0381,-0.5952,50.3163,-8.1141,-0.6274,-5.1491,0.0000,-5.1491,5.1812,-5.1491,0.5180,0.0000,-5.6671,0.0000,-5.6671,5.3502,-11.0173,0.0000,-11.0173,-0.2908,-10.7265,0.0000,9.2553,9.0557,-29.0375,1095.8644,1095.8644,1095.8644 -355.5000,1.0000,4356.4125,48.0565,47.5100,-0.3036,0.0000,5,1054.1105,-70.5002,441.0845,-70.5002,-7.7822,48.6896,-7.7822,-0.7760,-12.1213,0.0000,-12.1213,5.1151,-12.1213,0.5207,0.0000,-12.6420,0.0000,-12.6420,5.2433,-17.8853,0.8044,-18.6897,-0.3597,-18.3300,0.0000,8.7121,8.8748,-35.9169,0.0000,0.0000,0.0000 -356.5000,1.0000,4369.3797,46.6820,45.8540,-0.4600,0.0000,5,1023.9611,-68.3405,394.8953,-68.3420,-7.3281,42.3442,-7.3282,-1.1421,-11.2031,0.0000,-11.2031,5.0171,-11.2031,0.4979,0.0000,-11.7010,0.0000,-11.7010,5.0934,-16.7944,19.9879,-36.7823,-0.5294,-36.2529,0.0000,7.9872,8.6210,-52.8611,0.0000,0.0000,0.0000 -357.5000,1.0000,4381.8907,45.0395,44.2250,-0.4525,0.0000,5,987.9331,-67.3155,379.6436,-67.3171,-6.9642,39.2765,-6.9644,-1.0839,-12.5644,0.0000,-12.5644,6.6841,-12.5644,0.4774,0.0000,-13.0418,0.0000,-13.0418,4.9142,-17.9560,17.2250,-35.1809,-0.5025,-34.6785,0.0000,7.1735,8.3177,-50.1697,0.0000,0.0000,0.0000 -358.5000,1.0000,4394.0339,43.7155,43.2060,-0.2831,0.0000,5,958.8914,-49.9825,372.5749,-68.9784,-5.0190,37.4121,-6.9265,-0.6581,-10.9102,0.0000,-10.9102,6.5493,-10.9102,0.4544,0.0000,-11.3646,0.0000,-11.3646,4.7697,-16.1343,0.0000,-16.1343,-0.3051,-15.8292,0.0000,6.5581,8.0732,-30.4605,181.6097,181.6097,181.6097 -359.5000,1.0000,4405.8935,42.6945,42.1830,-0.2842,0.0000,5,936.4960,-54.3838,375.8998,-70.2596,-5.3334,36.8644,-6.8903,-0.6453,-11.0723,0.0000,-11.0723,6.3841,-11.0723,0.4405,0.0000,-11.5127,0.0000,-11.5127,4.6583,-16.1710,0.0000,-16.1710,-0.2991,-15.8719,0.0000,6.1093,7.8846,-29.8658,97.0232,97.0232,97.0232 -360.5000,1.0000,4417.4671,41.6650,41.1470,-0.2878,0.0000,5,913.9141,-61.0970,385.1879,-71.5513,-5.8473,36.8644,-6.8478,-0.6377,-11.4660,0.0000,-11.4660,6.2564,-11.4660,0.4272,0.0000,-11.8932,0.0000,-11.8932,4.5460,-16.4392,0.0000,-16.4392,-0.2956,-16.1436,0.0000,5.6780,7.6945,-29.5160,0.0000,0.0000,0.0000 -361.5000,1.0000,4428.7144,40.4905,39.8340,-0.3647,0.0000,5,888.1517,-73.1939,396.3609,-73.1945,-6.8075,36.8644,-6.8076,-0.7854,-12.1966,0.0000,-12.1966,6.1744,-12.1966,0.4131,0.0000,-12.6097,0.0000,-12.6097,4.4178,-17.0275,7.0006,-24.0281,-0.3641,-23.6640,0.0000,5.2118,7.4776,-36.3534,0.0000,0.0000,0.0000 -362.5000,1.0000,4439.5950,39.1700,38.5060,-0.3689,0.0000,5,859.1867,-75.2650,409.7231,-75.2657,-6.7719,36.8644,-6.7719,-0.7685,-12.1412,0.0000,-12.1412,6.1378,-12.1412,0.3953,0.0000,-12.5365,0.0000,-12.5365,4.2738,-16.8103,7.1634,-23.9737,-0.3562,-23.6174,0.0000,4.7184,7.2337,-35.5696,0.0000,0.0000,0.0000 -363.5000,1.0000,4450.2592,38.3910,38.2760,-0.0639,0.0000,5,842.0995,179.1642,418.0369,-76.4875,15.7995,36.8644,-6.7450,-0.1304,9.9931,0.0000,9.9931,5.9368,9.9931,0.3716,0.0000,9.6215,0.0000,9.6215,4.1888,5.4328,0.0000,5.4328,-0.0605,5.4932,0.0000,4.4412,7.0899,-6.0379,3504.5926,3504.5926,3504.5926 -364.5000,1.0000,4460.8095,37.9813,37.6867,-0.1637,0.0000,0,719.7885,8.2090,489.0723,-88.1013,0.6188,36.8644,-6.6407,-5.2950,0.0000,0.0000,0.0000,5.9138,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.1441,-4.1441,0.0000,-4.1441,-0.1533,-3.9908,0.0000,4.3008,7.0142,-15.3058,958.6390,958.6390,958.6390 -365.5000,1.0000,4471.4866,38.4376,39.1885,0.4172,0.0000,4,936.0981,698.6257,698.6257,-70.2823,68.4849,68.4849,-6.8896,19.3211,43.1555,0.0000,43.1555,6.0082,57.5263,1.7321,0.0000,55.7942,0.0000,55.7942,4.3686,51.4256,0.0000,51.4256,0.3953,51.0303,0.0000,4.4591,7.0985,39.4728,13568.4267,13568.4267,13568.4267 -366.5000,1.0000,4482.6953,40.3512,41.5140,0.6460,0.0000,4,1309.9436,672.2406,751.9570,-86.2708,92.2159,103.1512,-11.8344,3.0366,84.6855,0.0000,84.6855,4.4938,84.6855,2.3211,0.0000,82.3644,0.0000,82.3644,4.9430,77.4214,0.0000,77.4214,0.6427,76.7788,0.0000,5.1611,7.4519,64.1658,17997.2841,17997.2841,17997.2841 -367.5000,1.0000,4494.4739,42.4030,43.2920,0.4939,0.0000,4,1376.5510,555.2139,810.3020,-90.2212,80.0352,116.8067,-13.0056,2.4397,72.9837,0.0000,72.9837,4.6119,72.9837,2.1380,0.0000,70.8457,0.0000,70.8457,4.9587,65.8870,0.0000,65.8870,0.5163,65.3707,0.0000,5.9868,7.8308,51.5531,15698.5926,15698.5926,15698.5926 -368.5000,1.0000,4506.7500,44.1940,45.0960,0.5011,0.0000,4,1434.6931,564.2299,776.9915,-93.6695,84.7703,116.7358,-14.0730,2.5799,77.4635,0.0000,77.4635,4.7269,77.4635,2.2735,0.0000,75.1900,0.0000,75.1900,5.1884,70.0016,0.0000,70.0016,0.5460,69.4556,0.0000,6.7777,8.1615,54.5163,16579.7224,16579.7224,16579.7224 -369.5000,1.0000,4519.5000,45.9000,46.7040,0.4467,0.0000,4,1490.0759,524.4581,786.7070,-96.9541,81.8367,122.7581,-15.1288,2.3884,74.6076,0.0000,74.6076,4.8407,74.6076,2.2615,0.0000,72.3461,0.0000,72.3461,5.3025,67.0436,0.0000,67.0436,0.5055,66.5381,0.0000,7.5925,8.4766,50.4691,16115.7860,16115.7860,16115.7860 -370.5000,1.0000,4532.6607,47.3785,48.0530,0.3747,0.0000,4,1538.0732,470.7407,779.8855,-99.8007,75.8206,125.6135,-16.0746,2.0682,68.7774,0.0000,68.7774,4.9750,68.7774,2.1850,0.0000,66.5924,0.0000,66.5924,5.3520,61.2404,0.0000,61.2404,0.4377,60.8027,0.0000,8.3492,8.7496,43.7039,15052.8462,15052.8462,15052.8462 -371.5000,1.0000,4546.1499,48.5610,49.0690,0.2822,0.0000,4,1576.4614,400.0388,767.9599,-102.0774,66.0411,126.7799,-16.8516,1.5966,59.3842,0.0000,59.3842,5.0603,59.3842,2.0299,0.0000,57.3544,0.0000,57.3544,5.3221,52.0322,0.0000,52.0322,0.3379,51.6943,0.0000,8.9892,8.9680,33.7371,13332.5031,13332.5031,13332.5031 -372.5000,1.0000,4559.9606,49.7185,50.3680,0.3608,0.0000,4,1614.0379,464.8768,755.6947,-103.9734,78.5742,127.7288,-17.5738,2.0899,71.3400,0.0000,71.3400,5.1443,71.3400,2.3016,0.0000,69.0384,0.0000,69.0384,5.6037,63.4347,0.0000,63.4347,0.4423,62.9923,0.0000,9.6480,9.1818,44.1625,15722.3899,15722.3899,15722.3899 -373.5000,1.0000,4573.8531,50.0132,49.6583,-0.1971,0.0000,0,1635.1230,30.5964,767.4314,-104.7243,5.2390,131.4070,-17.9319,0.0000,0.0000,0.0000,0.0000,5.2390,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.4568,-5.4568,0.0000,-5.4568,-0.2431,-5.2137,0.0000,9.8194,9.2362,-24.2693,3054.3260,3054.3260,3054.3260 -374.5000,1.0000,4587.7820,50.1438,50.6292,0.2697,0.0000,5,1372.8328,395.7164,395.7164,-90.0006,56.8893,56.8893,-12.9387,-22.1129,73.6850,0.0000,73.6850,5.3172,59.0354,0.7741,0.0000,58.2613,0.0000,58.2613,5.4811,52.7802,0.0000,52.7802,0.3334,52.4468,0.0000,9.8970,9.2603,33.2895,11432.2922,11432.2922,11432.2922 -375.5000,1.0000,4602.0423,51.3372,52.0451,0.3933,0.0000,5,1126.0712,708.5944,708.5944,-75.3403,83.5588,83.5588,-8.8843,1.0738,77.0445,0.0000,77.0445,5.4404,77.0445,0.8816,0.0000,76.1629,0.0000,76.1629,5.8593,70.3036,0.0000,70.3036,0.4978,69.8058,0.0000,10.6216,9.4807,49.7035,16370.4274,16370.4274,16370.4274 -376.5000,1.0000,4616.7382,52.9052,53.7653,0.4778,0.0000,5,1160.4661,809.3021,809.3021,-77.3920,98.3494,98.3494,-9.4050,1.3445,91.4454,0.0000,91.4454,5.5595,91.4454,0.9771,0.0000,90.4683,0.0000,90.4683,6.2180,84.2503,0.0000,84.2503,0.6233,83.6271,0.0000,11.6258,9.7703,62.2310,19159.3692,19159.3692,19159.3692 -377.5000,1.0000,4631.9296,54.6892,55.6130,0.5133,0.0000,5,1199.5968,855.3870,855.3870,-79.7262,107.4550,107.4550,-10.0153,1.4928,100.2931,0.0000,100.2931,5.6690,100.2931,1.0486,0.0000,99.2446,0.0000,99.2446,6.5135,92.7310,0.0000,92.7310,0.6920,92.0390,0.0000,12.8422,10.0997,69.0971,20902.5947,20902.5947,20902.5947 -378.5000,1.0000,4647.5745,56.3215,57.0300,0.3936,0.0000,5,1235.4019,725.8017,875.2540,-81.8499,93.8977,113.2325,-10.5890,1.1790,87.0169,0.0000,87.0169,5.7018,87.0169,1.0077,0.0000,86.0092,0.0000,86.0092,6.4650,79.5442,0.0000,79.5442,0.5466,78.9976,0.0000,14.0250,10.4012,54.5714,18296.6988,18296.6988,18296.6988 -379.5000,1.0000,4663.5389,57.4720,57.9140,0.2456,0.0000,5,1260.6377,563.7894,821.8320,-83.3466,74.4279,108.4931,-11.0029,0.7506,67.8165,0.0000,67.8165,5.8608,67.8165,0.9300,0.0000,66.8865,0.0000,66.8865,6.2838,60.6027,0.0000,60.6027,0.3479,60.2548,0.0000,14.9007,10.6137,34.7404,14685.7241,14685.7241,14685.7241 -380.5000,1.0000,4679.7656,58.4160,58.9180,0.2789,0.0000,5,1281.3442,604.6185,757.2823,-84.5746,81.1290,101.6137,-11.3484,0.8665,74.3878,0.0000,74.3878,5.8747,74.3878,0.9780,0.0000,73.4098,0.0000,73.4098,6.4684,66.9413,0.0000,66.9413,0.4017,66.5397,0.0000,15.6473,10.7880,40.1044,15937.8801,15937.8801,15937.8801 -381.5000,1.0000,4696.2164,59.2230,59.5280,0.1694,0.0000,5,1299.0456,485.8973,774.4866,-85.6245,66.0994,105.3579,-11.6480,0.5337,59.5701,0.0000,59.5701,5.9956,59.5701,0.9171,0.0000,58.6530,0.0000,58.6530,6.4617,52.1913,0.0000,52.1913,0.2474,51.9438,0.0000,16.3040,10.9370,24.7028,13155.5222,13155.5222,13155.5222 -382.5000,1.0000,4712.8055,59.7205,59.9130,0.1069,0.0000,5,1309.9582,418.6033,726.5829,-86.2717,57.4234,99.6716,-11.8346,0.3397,51.0250,0.0000,51.0250,6.0586,51.0250,0.8825,0.0000,50.1425,0.0000,50.1425,6.5160,43.6265,0.0000,43.6265,0.1575,43.4691,0.0000,16.7181,11.0289,15.7221,11496.3291,11496.3291,11496.3291 -383.5000,1.0000,4729.4306,59.8505,59.7880,-0.0347,0.0000,5,1312.8097,262.0104,697.1809,-86.4408,36.0204,95.8464,-11.8836,-0.1105,30.0231,0.0000,30.0231,6.1078,30.0231,0.7797,0.0000,29.2434,0.0000,29.2434,6.5302,22.7133,0.0000,22.7133,-0.0512,22.7645,0.0000,16.8273,11.0529,-5.1157,7463.4191,7463.4191,7463.4191 -384.5000,1.0000,4745.9868,59.6025,59.4170,-0.1031,0.0000,5,1307.3699,184.6792,629.8683,-86.1182,25.2840,86.2337,-11.7902,-0.3267,19.5808,0.0000,19.5808,6.0298,19.5808,0.7234,0.0000,18.8574,0.0000,18.8574,6.5031,12.3543,0.0000,12.3543,-0.1514,12.5058,0.0000,16.6191,11.0071,-15.1205,5467.3806,5467.3806,5467.3806 -385.5000,1.0000,4762.4484,59.2615,59.1060,-0.0864,0.0000,5,1299.8901,201.8742,596.0561,-85.6746,27.4800,81.1376,-11.6624,-0.2723,21.7453,0.0000,21.7453,6.0069,21.7453,0.7286,0.0000,21.0167,0.0000,21.0167,6.4659,14.5508,0.0000,14.5508,-0.1262,14.6770,0.0000,16.3355,10.9441,-12.6026,5874.8544,5874.8544,5874.8544 -386.5000,1.0000,4778.8792,59.1510,59.1960,0.0250,0.0000,5,1297.4663,325.0255,605.2274,-85.5308,44.1613,82.2325,-11.6211,0.0786,38.1071,0.0000,38.1071,5.9756,38.1071,0.8086,0.0000,37.2984,0.0000,37.2984,6.4538,30.8446,0.0000,30.8446,0.0365,30.8081,0.0000,16.2442,10.9237,3.6403,8986.0170,8986.0170,8986.0170 -387.5000,1.0000,4795.3550,59.3130,59.4300,0.0650,0.0000,5,1301.0197,370.3057,658.2232,-85.7416,50.4514,89.6780,-11.6816,0.2050,44.2307,0.0000,44.2307,6.0156,44.2307,0.8419,0.0000,43.3888,0.0000,43.3888,6.4715,36.9173,0.0000,36.9173,0.0951,36.8223,0.0000,16.3781,10.9536,9.4906,10172.8950,10172.8950,10172.8950 -388.5000,1.0000,4811.9238,59.6475,59.8650,0.1208,0.0000,5,1308.3569,433.5837,679.2683,-86.1767,59.4057,93.0671,-11.8071,0.3833,52.9914,0.0000,52.9914,6.0309,52.9914,0.8912,0.0000,52.1002,0.0000,52.1002,6.5080,45.5922,0.0000,45.5922,0.1777,45.4145,0.0000,16.6569,11.0154,17.7422,11873.1461,11873.1461,11873.1461 -389.5000,1.0000,4828.6143,60.0860,60.3070,0.1228,0.0000,5,1317.9753,437.4222,706.7172,-86.7472,60.3722,97.5397,-11.9727,0.3924,53.9244,0.0000,53.9244,6.0554,53.9244,0.9031,0.0000,53.0214,0.0000,53.0214,6.5559,46.4655,0.0000,46.4655,0.1819,46.2836,0.0000,17.0269,11.0964,18.1603,12055.6453,12055.6453,12055.6453 -390.5000,1.0000,4845.4464,60.5955,60.8840,0.1603,0.0000,5,1329.1511,481.3957,710.6235,-87.4100,67.0047,98.9105,-12.1665,0.5165,60.3570,0.0000,60.3570,6.1312,60.3570,0.9437,0.0000,59.4133,0.0000,59.4133,6.6114,52.8018,0.0000,52.8018,0.2395,52.5624,0.0000,17.4639,11.1905,23.9080,13305.8255,13305.8255,13305.8255 -391.5000,1.0000,4862.4625,61.2580,61.6320,0.2078,0.0000,5,1343.6830,536.9390,731.0806,-88.2718,75.5528,102.8705,-12.4207,0.6769,68.6823,0.0000,68.6823,6.1936,68.6823,0.9964,0.0000,67.6859,0.0000,67.6859,6.6837,61.0021,0.0000,61.0021,0.3138,60.6883,0.0000,18.0433,11.3128,31.3322,14868.8399,14868.8399,14868.8399 -392.5000,1.0000,4879.6817,61.9890,62.3460,0.1983,0.0000,5,1359.7173,529.2036,754.8844,-89.2228,75.3529,107.4874,-12.7044,0.6539,68.4839,0.0000,68.4839,6.2151,68.4839,1.0077,0.0000,67.4762,0.0000,67.4762,6.7635,60.7128,0.0000,60.7128,0.3031,60.4096,0.0000,18.6969,11.4478,30.2649,14824.0479,14824.0479,14824.0479 -393.5000,1.0000,4897.0882,62.6635,62.9810,0.1764,0.0000,5,1374.5123,508.0503,753.5050,-90.1003,73.1280,108.4584,-12.9689,0.5879,66.2127,0.0000,66.2127,6.3275,66.2127,1.0078,0.0000,65.2049,0.0000,65.2049,6.8371,58.3678,0.0000,58.3678,0.2725,58.0953,0.0000,19.3137,11.5724,27.2092,14430.5045,14430.5045,14430.5045 -394.5000,1.0000,4914.6452,63.2050,63.4290,0.1244,0.0000,5,1386.3900,451.9562,746.2363,-90.8047,65.6161,108.3404,-13.1832,0.4183,58.9239,0.0000,58.9239,6.2739,58.9239,0.9806,0.0000,57.9432,0.0000,57.9432,6.8962,51.0471,0.0000,51.0471,0.1939,50.8532,0.0000,19.8185,11.6724,19.3623,13050.0044,13050.0044,13050.0044 -395.5000,1.0000,4932.3006,63.5595,63.6900,0.0725,0.0000,5,1394.1659,396.1472,725.1302,-91.2659,57.8362,105.8666,-13.3245,0.2451,51.2318,0.0000,51.2318,6.3594,51.2318,0.9482,0.0000,50.2835,0.0000,50.2835,6.9348,43.3487,0.0000,43.3487,0.1136,43.2351,0.0000,20.1537,11.7379,11.3435,11626.9735,11626.9735,11626.9735 -396.5000,1.0000,4949.9932,63.6935,63.6970,0.0019,0.0000,5,1397.1052,318.2395,703.0239,-91.4402,46.5599,102.8556,-13.3781,0.0066,40.1967,0.0000,40.1967,6.3566,40.1967,0.8954,0.0000,39.3013,0.0000,39.3013,6.9495,32.3519,0.0000,32.3519,0.0031,32.3488,0.0000,20.2813,11.7626,0.3049,9508.1425,9508.1425,9508.1425 -397.5000,1.0000,4967.6945,63.7245,63.7520,0.0153,0.0000,5,1397.7852,333.1900,673.4657,-91.4805,48.7709,98.5790,-13.3905,0.0518,42.3595,0.0000,42.3595,6.3597,42.3595,0.9067,0.0000,41.4527,0.0000,41.4527,6.9528,34.4999,0.0000,34.4999,0.0240,34.4759,0.0000,20.3110,11.7683,2.3966,9925.4071,9925.4071,9925.4071 -398.5000,1.0000,4985.4109,63.7790,63.8060,0.0150,0.0000,5,1398.9806,333.0276,679.4520,-91.5514,48.7888,99.5403,-13.4124,0.0509,42.3867,0.0000,42.3867,6.3512,42.3867,0.9078,0.0000,41.4789,0.0000,41.4789,6.9588,34.5201,0.0000,34.5201,0.0236,34.4966,0.0000,20.3631,11.7784,2.3550,9931.1823,9931.1823,9931.1823 -399.5000,1.0000,5003.1612,63.9010,63.9960,0.0528,0.0000,5,1401.6567,375.3569,680.6779,-91.7101,55.0953,99.9107,-13.4613,0.1794,48.5794,0.0000,48.5794,6.3366,48.5794,0.9409,0.0000,47.6385,0.0000,47.6385,6.9721,40.6664,0.0000,40.6664,0.0831,40.5833,0.0000,20.4802,11.8009,8.3021,11116.2534,11116.2534,11116.2534 -400.5000,1.0000,5020.9800,64.1480,64.3000,0.0844,0.0000,5,1407.0746,412.1197,698.4582,-92.0315,60.7252,102.9168,-13.5607,0.2881,54.0049,0.0000,54.0049,6.4323,54.0049,0.9723,0.0000,53.0326,0.0000,53.0326,6.9991,46.0335,0.0000,46.0335,0.1336,45.9000,0.0000,20.7187,11.8465,13.3347,12170.9239,12170.9239,12170.9239 -401.5000,1.0000,5038.9002,64.5125,64.7250,0.1181,0.0000,5,1415.0698,451.4196,714.3953,-92.5056,66.8940,105.8632,-13.7080,0.4051,59.9711,0.0000,59.9711,6.5178,59.9711,1.0085,0.0000,58.9627,0.0000,58.9627,7.0388,51.9238,0.0000,51.9238,0.1878,51.7361,0.0000,21.0740,11.9139,18.7482,13296.2567,13296.2567,13296.2567 -402.5000,1.0000,5056.9362,64.9295,65.1340,0.1136,0.0000,5,1424.2166,447.6860,730.5302,-93.0481,66.7695,108.9539,-13.8775,0.3923,59.9168,0.0000,59.9168,6.4603,59.9168,1.0155,0.0000,58.9014,0.0000,58.9014,7.0843,51.8170,0.0000,51.8170,0.1819,51.6352,0.0000,21.4853,11.9909,18.1590,13277.2173,13277.2173,13277.2173 -403.5000,1.0000,5075.0348,65.1550,65.1760,0.0117,0.0000,5,1429.1629,335.4845,728.2012,-93.3415,50.2091,108.9837,-13.9696,0.0404,43.6793,0.0000,43.6793,6.4894,43.6793,0.9382,0.0000,42.7411,0.0000,42.7411,7.1089,35.6322,0.0000,35.6322,0.0187,35.6134,0.0000,21.7097,12.0325,1.8712,10208.7574,10208.7574,10208.7574 -404.5000,1.0000,5093.1837,65.3360,65.4960,0.0889,0.0000,5,1433.1331,422.0286,688.7873,-93.5769,63.3369,103.3714,-14.0438,0.3089,56.5312,0.0000,56.5312,6.4968,56.5312,1.0057,0.0000,55.5256,0.0000,55.5256,7.1287,48.3969,0.0000,48.3969,0.1432,48.2537,0.0000,21.8913,12.0659,14.2965,12667.9183,12667.9183,12667.9183 -405.5000,1.0000,5111.4560,65.7805,66.0650,0.1581,0.0000,5,1442.8832,501.1734,723.7574,-94.1552,75.7265,109.3586,-14.2267,0.5530,68.5906,0.0000,68.5906,6.5829,68.5906,1.0738,0.0000,67.5168,0.0000,67.5168,7.1772,60.3397,0.0000,60.3397,0.2563,60.0833,0.0000,22.3414,12.1480,25.5939,14955.8392,14955.8392,14955.8392 -406.5000,1.0000,5129.9081,66.4275,66.7900,0.2014,0.0000,5,1457.0750,552.4789,755.3464,-94.9969,84.2997,115.2542,-14.4951,0.7115,76.9110,0.0000,76.9110,6.6773,76.9110,1.1269,0.0000,75.7841,0.0000,75.7841,7.2478,68.5363,0.0000,68.5363,0.3298,68.2065,0.0000,23.0074,12.2675,32.9316,16515.6008,16515.6008,16515.6008 -407.5000,1.0000,5148.6231,67.3740,67.9580,0.3244,0.0000,5,1477.8363,695.8895,778.3549,-96.2282,107.6949,120.4572,-14.8921,1.1626,99.7223,0.0000,99.7223,6.8100,99.7223,1.2579,0.0000,98.4645,0.0000,98.4645,7.6673,90.7971,0.0000,90.7971,0.5389,90.2582,0.0000,24.0060,12.4423,53.8099,21019.6490,21019.6490,21019.6490 -408.5000,1.0000,5167.6831,68.6160,69.2740,0.3656,0.0000,5,1505.0793,747.6396,830.4900,-97.8439,117.8366,130.8948,-15.4213,1.3340,109.6540,0.0000,109.6540,6.8486,109.6540,1.3300,0.0000,108.3240,0.0000,108.3240,7.9293,100.3947,0.0000,100.3947,0.6184,99.7763,0.0000,25.3587,12.6717,61.7459,22985.6157,22985.6157,22985.6157 -409.5000,1.0000,5187.0791,69.8255,70.3770,0.3064,0.0000,5,1531.6095,687.2802,848.7740,-99.4174,110.2327,136.1347,-15.9455,1.1378,102.0503,0.0000,102.0503,7.0446,102.0503,1.3142,0.0000,100.7361,0.0000,100.7361,7.9266,92.8095,0.0000,92.8095,0.5275,92.2820,0.0000,26.7227,12.8950,52.6643,21542.3811,21542.3811,21542.3811 -410.5000,1.0000,5206.7231,70.7185,71.0600,0.1897,0.0000,5,1551.1973,559.7246,829.6596,-100.5791,90.9222,134.7707,-16.3382,0.7136,83.1411,0.0000,83.1411,7.0675,83.1411,1.2363,0.0000,81.9049,0.0000,81.9049,7.7262,74.1787,0.0000,74.1787,0.3308,73.8479,0.0000,27.7600,13.0600,33.0279,17882.8205,17882.8205,17882.8205 -411.5000,1.0000,5226.5780,71.4775,71.8950,0.2319,0.0000,5,1567.8458,611.0975,792.2054,-101.5665,100.3327,130.0678,-16.6756,0.8817,92.3131,0.0000,92.3131,7.1378,92.3131,1.2963,0.0000,91.0168,0.0000,91.0168,7.9326,83.0842,0.0000,83.0842,0.4087,82.6754,0.0000,28.6638,13.2001,40.8115,19716.6853,19716.6853,19716.6853 -412.5000,1.0000,5246.4093,71.3927,70.8903,-0.2791,0.0000,0,1577.0036,43.8535,805.7750,-102.1096,7.2421,133.0684,-16.8627,0.0000,0.0000,0.0000,0.0000,7.2421,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,7.7895,-7.7895,0.0000,-7.7895,-0.4912,-7.2983,0.0000,28.5623,13.1845,-49.0451,3144.8253,3144.8253,3144.8253 -413.5000,1.0000,5266.0194,70.5967,70.3030,-0.1632,0.0000,6,1349.8201,82.2153,415.9325,-88.6358,11.6214,58.7932,-12.5289,-18.8321,24.7005,0.0000,24.7005,5.7529,20.6291,0.9098,0.0000,19.7192,0.0000,19.7192,7.7027,12.0166,0.0000,12.0166,-0.2840,12.3005,0.0000,27.6167,13.0375,-28.3536,3174.9926,3174.9926,3174.9926 -414.5000,1.0000,5285.4057,69.7905,69.2780,-0.2847,0.0000,6,1114.4528,28.4985,510.7280,-74.6472,3.3259,59.6046,-8.7117,-0.5601,-1.4241,0.0000,-1.4241,5.3101,-1.4241,0.6779,0.0000,-2.1020,0.0000,-2.1020,7.6147,-9.7167,0.0000,-9.7167,-0.4899,-9.2267,0.1179,26.6823,12.8886,-48.9155,1818.6951,1818.6951,1818.6951 -415.5000,1.0000,5304.3653,68.2545,67.2310,-0.5686,0.0000,6,1089.9251,-73.0639,464.7875,-73.0639,-8.3393,53.0493,-8.3393,-1.0939,-12.5754,0.0000,-12.5754,5.3301,-12.5754,0.7693,0.0000,-13.3446,0.0000,-13.3446,7.4471,-20.7917,37.9536,-58.7453,-0.9569,-57.7885,0.1812,24.9633,12.6049,-95.5379,0.0000,0.0000,0.0000 -416.5000,1.0000,5322.9044,66.7410,66.2510,-0.2722,0.0000,6,1065.7567,28.3686,413.1816,-71.3339,3.1661,46.1135,-7.9613,-0.5121,-1.4145,0.0000,-1.4145,5.0927,-1.4145,0.6380,0.0000,-2.0526,0.0000,-2.0526,7.2820,-9.3346,0.0000,-9.3346,-0.4479,-8.8866,0.1772,23.3352,12.3254,-44.7245,1703.9481,1703.9481,1703.9481 -417.5000,1.0000,5341.2729,66.1265,66.0020,-0.0692,0.0000,6,1055.9441,332.6155,465.2862,-70.6314,36.7800,51.4505,-7.8103,-0.1289,31.8700,0.0000,31.8700,5.0390,31.8700,1.0875,0.0000,30.7824,0.0000,30.7824,7.2149,23.5675,0.0000,23.5675,-0.1128,23.6803,0.0319,22.6955,12.2119,-11.2590,7478.1977,7478.1977,7478.1977 -418.5000,1.0000,5359.6439,66.1355,66.2690,0.0742,0.0000,6,1056.0878,551.8877,617.2250,-70.6417,61.0351,68.2609,-7.8125,0.1383,55.8980,0.0000,55.8980,4.9988,55.8980,1.5682,0.0000,54.3298,0.0000,54.3298,7.2159,47.1139,0.0000,47.1139,0.1209,46.9929,0.0000,22.7047,12.2136,12.0746,12096.2106,12096.2106,12096.2106 -419.5000,1.0000,5378.0881,66.3990,66.5290,0.0722,0.0000,6,1060.2955,550.7456,724.2293,-70.9429,61.1514,80.4140,-7.8771,0.1352,55.9798,0.0000,55.9798,5.0365,55.9798,1.5725,0.0000,54.4072,0.0000,54.4072,7.2447,47.1626,0.0000,47.1626,0.1182,47.0443,0.0000,22.9772,12.2623,11.8049,12115.7527,12115.7527,12115.7527 -420.5000,1.0000,5396.6543,66.8385,67.1480,0.1719,0.0000,6,1067.3137,706.2154,725.5460,-71.4453,78.9329,81.0934,-7.9854,0.3239,73.5760,0.0000,73.5760,5.0329,73.5760,1.9290,0.0000,71.6470,0.0000,71.6470,7.2926,64.3544,0.0000,64.3544,0.2833,64.0710,0.0000,23.4369,12.3434,28.2907,15538.2617,15538.2617,15538.2617 -421.5000,1.0000,5415.4218,67.5630,67.9780,0.2306,0.0000,6,1078.8829,801.3242,801.3242,-72.2735,90.5339,90.5339,-8.1655,0.4391,85.0308,0.0000,85.0308,5.0640,85.0308,2.1657,0.0000,82.8652,0.0000,82.8652,7.4507,75.4145,0.0000,75.4145,0.3840,75.0304,0.0000,24.2077,12.4772,38.3455,17765.0666,17765.0666,17765.0666 -422.5000,1.0000,5434.4328,68.4394,68.9009,0.2563,0.0000,6,1092.8782,847.4132,847.4132,-73.2753,96.9830,96.9830,-8.3861,0.4945,91.3476,0.0000,91.3476,5.1411,91.3476,2.3012,0.0000,89.0464,0.0000,89.0464,7.6239,81.4224,0.0000,81.4224,0.4326,80.9899,0.0000,25.1623,12.6391,43.1885,18917.3954,18917.3954,18917.3954 -423.5000,1.0000,5453.7052,69.3808,69.8607,0.2666,0.0000,6,1107.9105,869.6878,869.6878,-74.2569,100.9013,100.9013,-8.6153,0.5214,95.1773,0.0000,95.1773,5.2026,95.1773,2.3878,0.0000,92.7896,0.0000,92.7896,7.7666,85.0230,0.0000,85.0230,0.4561,84.5669,0.0000,26.2150,12.8129,45.5390,19708.8938,19708.8938,19708.8938 -424.5000,1.0000,5473.2405,70.3270,70.7934,0.2591,0.0000,6,1123.0207,880.6334,880.6336,-75.1583,103.5646,103.5647,-8.8388,0.5135,95.8630,0.0000,95.8630,7.1881,95.8630,2.4116,0.0000,93.4514,0.0000,93.4514,7.8634,85.5879,0.0000,85.5879,0.4492,85.1387,0.0000,27.3022,12.9877,44.8489,20227.5370,20227.5370,20227.5370 -425.5000,1.0000,5493.0304,71.2437,71.6940,0.2502,0.0000,6,1137.6580,871.7435,886.3521,-76.0314,103.8554,105.5958,-9.0580,0.5024,96.2379,0.0000,96.2379,7.1151,96.2379,2.4290,0.0000,93.8089,0.0000,93.8089,7.9530,85.8559,0.0000,85.8559,0.4394,85.4164,0.0000,28.3836,13.1569,43.8759,20258.2195,20258.2195,20258.2195 -426.5000,1.0000,5513.0255,71.9825,72.2710,0.1603,0.0000,6,1149.4559,737.8890,882.5616,-76.7352,88.8202,106.2346,-9.2367,0.3252,81.2447,0.0000,81.2447,7.2503,81.2447,2.1372,0.0000,79.1075,0.0000,79.1075,7.8539,71.2537,0.0000,71.2537,0.2844,70.9692,0.0000,29.2751,13.2934,28.4007,17322.4365,17322.4365,17322.4365 -427.5000,1.0000,5533.2070,72.6534,73.0357,0.2124,0.0000,6,1160.1685,822.8534,822.8534,-77.3743,99.9706,99.9706,-9.4004,0.4350,92.2803,0.0000,92.2803,7.2553,92.2803,2.3652,0.0000,89.9150,0.0000,89.9150,8.0241,81.8909,0.0000,81.8909,0.3805,81.5104,0.0000,30.1016,13.4173,37.9915,19453.1216,19453.1216,19453.1216 -428.5000,1.0000,5553.6035,73.4274,73.8190,0.2176,0.0000,6,1172.5282,836.3320,861.9096,-78.1115,102.6906,105.8312,-9.5911,0.4503,94.9164,0.0000,94.9164,7.3239,94.9164,2.4265,0.0000,92.4899,0.0000,92.4899,8.1339,84.3560,0.0000,84.3560,0.3939,83.9621,0.0000,31.0740,13.5602,39.3279,19986.8740,19986.8740,19986.8740 -429.5000,1.0000,5574.2231,74.2305,74.6420,0.2286,0.0000,6,1185.3532,859.4134,868.6767,-78.8766,106.6789,107.8287,-9.7909,0.4783,98.7833,0.0000,98.7833,7.4173,98.7833,2.5128,0.0000,96.2705,0.0000,96.2705,8.2644,88.0061,0.0000,88.0061,0.4184,87.5877,0.0000,32.1049,13.7085,41.7743,20760.8256,20760.8256,20760.8256 -430.5000,1.0000,5595.0301,74.9050,75.1680,0.1461,0.0000,6,1196.1239,736.2484,879.1145,-79.5191,92.2209,110.1159,-9.9604,0.3085,84.4381,0.0000,84.4381,7.4742,84.4381,2.2334,0.0000,82.2047,0.0000,82.2047,8.1727,74.0320,0.0000,74.0320,0.2698,73.7621,0.0000,32.9874,13.8331,26.9416,17988.6621,17988.6621,17988.6621 -431.5000,1.0000,5615.9727,75.3935,75.6190,0.1253,0.0000,6,1203.9246,708.1578,824.9131,-79.9830,89.2808,104.0007,-10.0838,0.2662,81.4491,0.0000,81.4491,7.5655,81.4491,2.1791,0.0000,79.2699,0.0000,79.2699,8.2260,71.0439,0.0000,71.0439,0.2329,70.8110,0.0000,33.6369,13.9233,23.2508,17432.0247,17432.0247,17432.0247 -432.5000,1.0000,5637.0114,75.7395,75.8600,0.0669,0.0000,6,1209.4497,620.2480,812.4996,-80.3107,78.5564,102.9057,-10.1716,0.1429,70.9322,0.0000,70.9322,7.4814,70.9322,1.9727,0.0000,68.9594,0.0000,68.9594,8.2638,60.6957,0.0000,60.6957,0.1250,60.5706,0.0000,34.1020,13.9872,12.4815,15471.7588,15471.7588,15471.7588 -433.5000,1.0000,5658.1262,76.0130,76.1660,0.0850,0.0000,6,1213.8171,634.8138,774.1333,-80.5697,80.6916,98.4006,-10.2413,0.1821,74.9242,0.0000,74.9242,5.5853,74.9242,2.0557,0.0000,72.8685,0.0000,72.8685,8.2936,64.5749,0.0000,64.5749,0.1593,64.4156,0.0000,34.4728,14.0377,15.9051,15853.8232,15853.8232,15853.8232 -434.5000,1.0000,5679.3423,76.3780,76.5900,0.1178,0.0000,6,1219.6456,687.4531,781.2059,-80.9154,87.8022,99.7764,-10.3346,0.2536,81.9774,0.0000,81.9774,5.5713,81.9774,2.2009,0.0000,79.7765,0.0000,79.7765,8.3334,71.4430,0.0000,71.4430,0.2218,71.2213,0.0000,34.9719,14.1051,22.1442,17139.4873,17139.4873,17139.4873 -435.5000,1.0000,5700.7107,76.9265,77.2630,0.1869,0.0000,6,1228.4044,798.5418,805.3073,-81.4349,102.7230,103.5933,-10.4756,0.4054,96.6751,0.0000,96.6751,5.6426,96.6751,2.5011,0.0000,94.1740,0.0000,94.1740,8.4806,85.6933,0.0000,85.6933,0.3546,85.3388,0.0000,35.7312,14.2064,35.4012,19986.6852,19986.6852,19986.6852 -436.5000,1.0000,5722.2822,77.6572,78.0513,0.2190,0.0000,6,1240.0721,854.0206,854.0206,-82.1269,110.9032,110.9032,-10.6650,0.4793,104.7187,0.0000,104.7187,5.7051,104.7187,2.6703,0.0000,102.0484,0.0000,102.0484,8.6659,93.3825,0.0000,93.3825,0.4193,92.9632,0.0000,36.7593,14.3414,41.8626,21518.6561,21518.6561,21518.6561 -437.5000,1.0000,5744.0531,78.3752,78.6990,0.1799,0.0000,6,1251.5376,798.4989,877.8901,-82.8069,104.6518,115.0569,-10.8527,0.3974,98.5141,0.0000,98.5141,5.7403,98.5141,2.5546,0.0000,95.9595,0.0000,95.9595,8.6405,87.3190,0.0000,87.3190,0.3476,86.9714,0.0000,37.7880,14.4740,34.7094,20356.4029,20356.4029,20356.4029 -438.5000,1.0000,5765.9865,78.9605,79.2220,0.1453,0.0000,6,1260.8844,749.3659,854.4344,-83.3612,98.9459,112.8191,-11.0070,0.3233,92.8063,0.0000,92.8063,5.8163,92.8063,2.4472,0.0000,90.3591,0.0000,90.3591,8.6152,81.7439,0.0000,81.7439,0.2828,81.4611,0.0000,38.6407,14.5821,28.2383,19238.1099,19238.1099,19238.1099 -439.5000,1.0000,5788.0433,79.4045,79.5870,0.1014,0.0000,6,1267.9744,685.1532,833.7034,-83.7817,90.9760,110.7008,-11.1247,0.2269,84.9354,0.0000,84.9354,5.8137,84.9354,2.2950,0.0000,82.6404,0.0000,82.6404,8.6637,73.9768,0.0000,73.9768,0.1985,73.7783,0.0000,39.2960,14.6640,19.8182,17761.9077,17761.9077,17761.9077 -440.5000,1.0000,5810.2020,79.7710,79.9550,0.1022,0.0000,6,1273.8269,689.1711,806.9110,-84.1288,91.9319,107.6378,-11.2223,0.2298,85.8704,0.0000,85.8704,5.8316,85.8704,2.3180,0.0000,83.5524,0.0000,83.5524,8.7036,74.8488,0.0000,74.8488,0.2010,74.6477,0.0000,39.8427,14.7317,20.0733,17946.6244,17946.6244,17946.6244 -441.5000,1.0000,5832.4515,80.0985,80.2420,0.0797,0.0000,6,1279.0566,657.7807,808.8183,-84.4390,88.1048,108.3351,-11.3100,0.1800,81.9878,0.0000,81.9878,5.9370,81.9878,2.2442,0.0000,79.7436,0.0000,79.7436,8.7394,71.0043,0.0000,71.0043,0.1574,70.8468,0.0000,40.3353,14.7922,15.7193,17221.4255,17221.4255,17221.4255 -442.5000,1.0000,5854.7754,80.3660,80.4900,0.0689,0.0000,6,1283.3282,642.6790,795.8517,-84.6923,86.3695,106.9544,-11.3818,0.1561,80.3302,0.0000,80.3302,5.8833,80.3302,2.2142,0.0000,78.1160,0.0000,78.1160,8.7686,69.3474,0.0000,69.3474,0.1365,69.2109,0.0000,40.7407,14.8416,13.6286,16897.2738,16897.2738,16897.2738 -443.5000,1.0000,5877.1392,80.5095,80.5290,0.0108,0.0000,6,1285.6197,555.0805,789.2424,-84.8282,74.7304,106.2555,-11.4204,0.0246,68.7647,0.0000,68.7647,5.9411,68.7647,1.9846,0.0000,66.7801,0.0000,66.7801,8.7842,57.9959,0.0000,57.9959,0.0215,57.9744,0.0000,40.9593,14.8681,2.1470,14752.6612,14752.6612,14752.6612 -444.5000,1.0000,5899.4958,80.4840,80.4390,-0.0250,0.0000,6,1285.2125,499.6008,751.9342,-84.8041,67.2398,101.2007,-11.4135,-0.0567,61.3995,0.0000,61.3995,5.8971,61.3995,1.8370,0.0000,59.5625,0.0000,59.5625,8.7814,50.7811,0.0000,50.7811,-0.0496,50.8307,0.0000,40.9204,14.8634,-4.9531,13370.4301,13370.4301,13370.4301 -445.5000,1.0000,5921.8400,80.4390,80.4390,0.0000,0.0000,6,1284.4939,537.5578,728.6166,-84.7614,72.3079,98.0076,-11.4014,0.0000,66.4202,0.0000,66.4202,5.8877,66.4202,1.9368,0.0000,64.4834,0.0000,64.4834,8.7765,55.7069,0.0000,55.7069,0.0000,55.7069,0.0000,40.8518,14.8551,0.0000,14299.4386,14299.4386,14299.4386 -446.5000,1.0000,5944.1774,80.4145,80.3900,-0.0136,0.0000,6,1284.1026,516.4119,744.5016,-84.7382,69.4424,100.1138,-11.3948,-0.0309,63.5976,0.0000,63.5976,5.8756,63.5976,1.8801,0.0000,61.7175,0.0000,61.7175,8.7739,52.9437,0.0000,52.9437,-0.0270,52.9707,0.0000,40.8145,14.8506,-2.6944,13763.5652,13763.5652,13763.5652 -447.5000,1.0000,5966.4836,80.3025,80.2150,-0.0486,0.0000,6,1282.3142,462.0424,734.9802,-84.6322,62.0447,98.6958,-11.3647,-0.1100,56.2622,0.0000,56.2622,5.8926,56.2622,1.7321,0.0000,54.5301,0.0000,54.5301,8.7616,45.7685,0.0000,45.7685,-0.0962,45.8647,0.0000,40.6442,14.8299,-9.6093,12361.4589,12361.4589,12361.4589 -448.5000,1.0000,5988.7317,80.0930,79.9710,-0.0678,0.0000,6,1278.9688,430.8116,711.1971,-84.4338,57.7000,95.2530,-11.3085,-0.1530,52.0043,0.0000,52.0043,5.8487,52.0043,1.6444,0.0000,50.3599,0.0000,50.3599,8.7388,41.6211,0.0000,41.6211,-0.1338,41.7549,0.0000,40.3270,14.7912,-13.3632,11512.8471,11512.8471,11512.8471 -449.5000,1.0000,6010.8811,79.7380,79.5050,-0.1294,0.0000,6,1273.2999,333.6624,696.3205,-84.0976,44.4904,92.8471,-11.2135,-0.2909,38.9350,0.0000,38.9350,5.8464,38.9350,1.3789,0.0000,37.5561,0.0000,37.5561,8.7000,28.8561,0.0000,28.8561,-0.2545,29.1106,0.0000,39.7934,14.7256,-25.4084,9003.0718,9003.0718,9003.0718 -450.5000,1.0000,6032.8724,79.1685,78.8320,-0.1869,0.0000,6,1264.2058,241.2845,652.1248,-83.5582,31.9430,86.3331,-11.0620,-0.4172,26.5319,0.0000,26.5319,5.8283,26.5319,1.1241,0.0000,25.4077,0.0000,25.4077,8.6379,16.7698,0.0000,16.7698,-0.3649,17.1347,0.0000,38.9472,14.6205,-36.4329,6637.8247,6637.8247,6637.8247 -451.5000,1.0000,6054.6851,78.5260,78.2200,-0.1700,0.0000,6,1253.9460,262.1921,610.0512,-82.9497,34.4292,80.1076,-10.8924,-0.3763,29.0522,0.0000,29.0522,5.7533,29.0522,1.1671,0.0000,27.8852,0.0000,27.8852,8.5678,19.3174,0.0000,19.3174,-0.3291,19.6465,0.0000,38.0065,14.5018,-32.8618,7100.3392,7100.3392,7100.3392 -452.5000,1.0000,6076.3156,77.8695,77.5190,-0.1947,0.0000,6,1243.4627,219.5330,616.8536,-82.3280,28.5865,80.3237,-10.7203,-0.4274,23.2823,0.0000,23.2823,5.7316,23.2823,1.0441,0.0000,22.2382,0.0000,22.2382,8.4962,13.7421,0.0000,13.7421,-0.3738,14.1159,0.0000,37.0614,14.3806,-37.3261,6020.3030,6020.3030,6020.3030 -453.5000,1.0000,6097.7513,77.1685,76.8180,-0.1947,0.0000,6,1232.2687,214.7324,595.6815,-81.6641,27.7097,76.8685,-10.5382,-0.4235,22.3981,0.0000,22.3981,5.7351,22.3981,1.0183,0.0000,21.3798,0.0000,21.3798,8.4197,12.9601,0.0000,12.9601,-0.3705,13.3306,0.0000,36.0695,14.2511,-36.9900,5855.3724,5855.3724,5855.3724 -454.5000,1.0000,6119.0171,76.5570,76.2960,-0.1450,0.0000,6,1222.5040,286.3731,592.3115,-81.0849,36.6616,75.8279,-10.3805,-0.3129,31.2989,0.0000,31.2989,5.6756,31.2989,1.1893,0.0000,30.1096,0.0000,30.1096,8.3530,21.7566,0.0000,21.7566,-0.2737,22.0303,0.0000,35.2185,14.1382,-27.3264,7504.8884,7504.8884,7504.8884 -455.5000,1.0000,6140.1395,76.0405,75.7850,-0.1419,0.0000,6,1214.2562,287.2485,622.9667,-80.5958,36.5255,79.2143,-10.2483,-0.3042,31.1951,0.0000,31.1951,5.6347,31.1951,1.1814,0.0000,30.0137,0.0000,30.0137,8.2966,21.7171,0.0000,21.7171,-0.2661,21.9832,0.0000,34.5105,14.0428,-26.5701,7472.1848,7472.1848,7472.1848 -456.5000,1.0000,6161.1433,75.6140,75.4430,-0.0950,0.0000,6,1207.4456,356.2068,622.7870,-80.1919,45.0400,78.7473,-10.1397,-0.2025,39.6321,0.0000,39.6321,5.6103,39.6321,1.3453,0.0000,38.2869,0.0000,38.2869,8.2501,30.0368,0.0000,30.0368,-0.1771,30.2139,0.0000,33.9328,13.9640,-17.6830,9088.8722,9088.8722,9088.8722 -457.5000,1.0000,6182.0572,75.2900,75.1370,-0.0850,0.0000,6,1202.2718,368.6831,653.1548,-79.8850,46.4178,82.2332,-10.0577,-0.1804,41.0763,0.0000,41.0763,5.5219,41.0763,1.3705,0.0000,39.7058,0.0000,39.7058,8.2147,31.4911,0.0000,31.4911,-0.1578,31.6488,0.0000,33.4984,13.9042,-15.7538,9351.4743,9351.4743,9351.4743 -458.5000,1.0000,6202.9483,75.2080,75.2790,0.0394,0.0000,6,1200.9624,559.2387,660.1022,-79.8074,70.3324,83.0174,-10.0369,0.0836,64.7017,0.0000,64.7017,5.5470,64.7017,1.8421,0.0000,62.8596,0.0000,62.8596,8.2058,54.6538,0.0000,54.6538,0.0731,54.5807,0.0000,33.3890,13.8891,7.3026,13934.4464,13934.4464,13934.4464 -459.5000,1.0000,6223.8829,75.3645,75.4500,0.0475,0.0000,6,1203.4615,572.8347,745.7521,-79.9556,72.1922,93.9843,-10.0765,0.1009,66.5195,0.0000,66.5195,5.5718,66.5195,1.8802,0.0000,64.6393,0.0000,64.6393,8.2229,56.4164,0.0000,56.4164,0.0883,56.3281,0.0000,33.5979,13.9180,8.8123,14286.1959,14286.1959,14286.1959 -460.5000,1.0000,6244.8983,75.6555,75.8610,0.1142,0.0000,6,1208.1083,677.3623,752.8230,-80.2312,85.6950,95.2417,-10.1503,0.2435,79.8402,0.0000,79.8402,5.6113,79.8402,2.1499,0.0000,77.6903,0.0000,77.6903,8.2546,69.4357,0.0000,69.4357,0.2130,69.2227,0.0000,33.9888,13.9717,21.2622,16758.6197,16758.6197,16758.6197 -461.5000,1.0000,6266.0195,76.0360,76.2110,0.0972,0.0000,6,1214.1844,653.8307,799.3433,-80.5915,83.1340,101.6358,-10.2471,0.2084,77.3260,0.0000,77.3260,5.5996,77.3260,2.1040,0.0000,75.2221,0.0000,75.2221,8.2961,66.9259,0.0000,66.9259,0.1823,66.7437,0.0000,34.5041,14.0420,18.1976,16291.6100,16291.6100,16291.6100 -462.5000,1.0000,6287.2326,76.3675,76.5240,0.0869,0.0000,6,1219.4779,640.2769,789.3172,-80.9055,81.7656,100.7985,-10.3319,0.1872,75.9822,0.0000,75.9822,5.5962,75.9822,2.0808,0.0000,73.9013,0.0000,73.9013,8.3323,65.5690,0.0000,65.5690,0.1637,65.4053,0.0000,34.9573,14.1032,16.3448,16043.1410,16043.1410,16043.1410 -463.5000,1.0000,6308.5081,76.5915,76.6590,0.0375,0.0000,6,1223.0549,566.2148,783.2953,-81.1176,72.5197,100.3229,-10.3894,0.0810,66.8081,0.0000,66.8081,5.6306,66.8081,1.8999,0.0000,64.9082,0.0000,64.9082,8.3567,56.5515,0.0000,56.5515,0.0708,56.4806,0.0000,35.2657,14.1446,7.0704,14329.0659,14329.0659,14329.0659 -464.5000,1.0000,6329.8701,76.9035,77.1480,0.1358,0.0000,6,1228.0371,719.1385,752.0986,-81.4131,92.4810,96.7197,-10.4697,0.2944,86.5626,0.0000,86.5626,5.6240,86.5626,2.2986,0.0000,84.2640,0.0000,84.2640,8.3908,75.8732,0.0000,75.8732,0.2575,75.6157,0.0000,35.6988,14.2022,25.7147,18033.8792,18033.8792,18033.8792 -465.5000,1.0000,6351.3693,77.3970,77.6460,0.1383,0.0000,6,1235.9176,726.9518,819.2125,-81.8805,94.0857,106.0266,-10.5974,0.3018,88.0831,0.0000,88.0831,5.7009,88.0831,2.3346,0.0000,85.7484,0.0000,85.7484,8.4446,77.3038,0.0000,77.3038,0.2640,77.0398,0.0000,36.3905,14.2933,26.3560,18331.4187,18331.4187,18331.4187 -466.5000,1.0000,6372.9893,77.8320,78.0180,0.1033,0.0000,6,1242.8639,676.3845,822.7843,-82.2925,88.0331,107.0874,-10.7106,0.2267,82.0894,0.0000,82.0894,5.7169,82.0894,2.2198,0.0000,79.8697,0.0000,79.8697,8.4921,71.3776,0.0000,71.3776,0.1983,71.1793,0.0000,37.0073,14.3736,19.7983,17184.9381,17184.9381,17184.9381 -467.5000,1.0000,6394.6879,78.1150,78.2120,0.0539,0.0000,6,1247.3830,602.9698,800.9630,-82.5605,78.7633,104.6263,-10.7845,0.1187,72.8660,0.0000,72.8660,5.7786,72.8660,2.0386,0.0000,70.8275,0.0000,70.8275,8.5230,62.3045,0.0000,62.3045,0.1038,62.2007,0.0000,37.4123,14.4259,10.3625,15511.7717,15511.7717,15511.7717 -468.5000,1.0000,6416.4408,78.3105,78.4090,0.0547,0.0000,6,1250.5048,605.5539,769.5657,-82.7456,79.2988,100.7766,-10.8358,0.1208,73.4066,0.0000,73.4066,5.7714,73.4066,2.0517,0.0000,71.3549,0.0000,71.3549,8.5443,62.8106,0.0000,62.8106,0.1057,62.7050,0.0000,37.6939,14.4620,10.5490,15606.4042,15606.4042,15606.4042 -469.5000,1.0000,6438.2479,78.5055,78.6020,0.0536,0.0000,6,1253.6187,605.1424,770.9582,-82.9303,79.4423,101.2103,-10.8870,0.1186,73.5612,0.0000,73.5612,5.7625,73.5612,2.0570,0.0000,71.5042,0.0000,71.5042,8.5656,62.9386,0.0000,62.9386,0.1038,62.8348,0.0000,37.9762,14.4980,10.3606,15632.6454,15632.6454,15632.6454 -470.5000,1.0000,6460.1142,78.7185,78.8350,0.0647,0.0000,6,1257.0200,623.9373,771.1869,-83.1320,82.1319,101.5151,-10.9431,0.1436,76.1919,0.0000,76.1919,5.7964,76.1919,2.1121,0.0000,74.0798,0.0000,74.0798,8.5888,65.4910,0.0000,65.4910,0.1256,65.3653,0.0000,38.2862,14.5374,12.5418,16100.0801,16100.0801,16100.0801 -471.5000,1.0000,6482.0272,78.8870,78.9390,0.0289,0.0000,6,1259.7107,570.3858,779.2054,-83.2916,75.2434,102.7901,-10.9875,0.0642,69.3517,0.0000,69.3517,5.8274,69.3517,1.9773,0.0000,67.3744,0.0000,67.3744,8.6072,58.7672,0.0000,58.7672,0.0562,58.7110,0.0000,38.5325,14.5685,5.6100,14840.8857,14840.8857,14840.8857 -472.5000,1.0000,6503.9556,78.9420,78.9450,0.0017,0.0000,6,1260.5890,528.7846,756.0766,-83.3437,69.8041,99.8086,-11.0021,0.0037,64.0030,0.0000,64.0030,5.7974,64.0030,1.8709,0.0000,62.1321,0.0000,62.1321,8.6132,53.5189,0.0000,53.5189,0.0032,53.5157,0.0000,38.6132,14.5786,0.3239,13817.7157,13817.7157,13817.7157 -473.5000,1.0000,6525.8664,78.8790,78.8130,-0.0367,0.0000,6,1259.5829,469.9302,737.7043,-83.2840,61.9853,97.3056,-10.9854,-0.0815,56.2176,0.0000,56.2176,5.8492,56.2176,1.7145,0.0000,54.5031,0.0000,54.5031,8.6063,45.8968,0.0000,45.8968,-0.0713,45.9681,0.0000,38.5208,14.5670,-7.1197,12333.1877,12333.1877,12333.1877 -474.5000,1.0000,6547.7471,78.7705,78.7280,-0.0236,0.0000,6,1257.8503,488.7208,712.2100,-83.1813,64.3752,93.8136,-10.9568,-0.0524,58.6410,0.0000,58.6410,5.7866,58.6410,1.7617,0.0000,56.8793,0.0000,56.8793,8.5945,48.2848,0.0000,48.2848,-0.0459,48.3307,0.0000,38.3620,14.5470,-4.5784,12805.2323,12805.2323,12805.2323 -475.5000,1.0000,6569.5925,78.6435,78.5590,-0.0469,0.0000,6,1255.8223,452.4597,719.8321,-83.0610,59.5027,94.6647,-10.9233,-0.1041,53.7645,0.0000,53.7645,5.8423,53.7645,1.6627,0.0000,52.1018,0.0000,52.1018,8.5806,43.5211,0.0000,43.5211,-0.0910,43.6122,0.0000,38.1768,14.5235,-9.0882,11839.0369,11839.0369,11839.0369 -476.5000,1.0000,6591.4015,78.5125,78.4660,-0.0258,0.0000,6,1253.7305,483.4294,704.0635,-82.9369,63.4696,92.4367,-10.8888,-0.0572,57.7500,0.0000,57.7500,5.7768,57.7500,1.7409,0.0000,56.0091,0.0000,56.0091,8.5663,47.4428,0.0000,47.4428,-0.0500,47.4928,0.0000,37.9863,14.4993,-4.9928,12624.8903,12624.8903,12624.8903 -477.5000,1.0000,6613.1932,78.4500,78.4340,-0.0089,0.0000,6,1252.7324,508.9996,717.5392,-82.8777,66.7735,94.1310,-10.8724,-0.0197,61.0146,0.0000,61.0146,5.7786,61.0146,1.8054,0.0000,59.2092,0.0000,59.2092,8.5595,50.6497,0.0000,50.6497,-0.0172,50.6669,0.0000,37.8957,14.4878,-1.7166,13262.4263,13262.4263,13262.4263 -478.5000,1.0000,6634.9979,78.4970,78.5600,0.0350,0.0000,6,1253.4830,576.5213,729.1432,-82.9222,75.6767,95.7106,-10.8847,0.0774,69.8383,0.0000,69.8383,5.7610,69.8383,1.9825,0.0000,67.8559,0.0000,67.8559,8.5646,59.2912,0.0000,59.2912,0.0677,59.2235,0.0000,37.9639,14.4965,6.7632,14923.8243,14923.8243,14923.8243 -479.5000,1.0000,6656.8668,78.7280,78.8960,0.0933,0.0000,6,1257.1717,667.8586,759.1643,-83.1410,87.9241,99.9445,-10.9456,0.2071,81.9254,0.0000,81.9254,5.7916,81.9254,2.2269,0.0000,79.6985,0.0000,79.6985,8.5898,71.1086,0.0000,71.1086,0.1812,70.9275,0.0000,38.3002,14.5391,18.0882,17169.5507,17169.5507,17169.5507 -480.5000,1.0000,6678.8075,78.9865,79.0770,0.0503,0.0000,6,1261.2996,603.6839,798.2930,-83.3858,79.7364,105.4409,-11.0138,0.1119,73.8252,0.0000,73.8252,5.7993,73.8252,2.0679,0.0000,71.7573,0.0000,71.7573,8.6181,63.1392,0.0000,63.1392,0.0979,63.0413,0.0000,38.6785,14.5869,9.7759,15687.2587,15687.2587,15687.2587 -481.5000,1.0000,6700.7118,78.8555,78.6340,-0.1231,0.0000,6,1259.2077,337.3948,769.2325,-83.2618,44.4902,101.4340,-10.9792,-0.2735,38.8945,0.0000,38.8945,5.8692,38.8945,1.3677,0.0000,37.5268,0.0000,37.5268,8.6038,28.9230,0.0000,28.9230,-0.2392,29.1623,0.0000,38.4867,14.5627,-23.8870,8985.6934,8985.6934,8985.6934 -482.5000,1.0000,6722.5057,78.4580,78.2820,-0.0978,0.0000,6,1252.8602,372.8931,652.9661,-82.8853,48.9233,85.6686,-10.8745,-0.2162,43.3354,0.0000,43.3354,5.8042,43.3354,1.4519,0.0000,41.8834,0.0000,41.8834,8.5604,33.3230,0.0000,33.3230,-0.1891,33.5122,0.0000,37.9075,14.4893,-18.8846,9834.4739,9834.4739,9834.4739 -483.5000,1.0000,6744.1911,78.0675,77.8530,-0.1192,0.0000,6,1246.6245,337.1889,667.2050,-82.5155,44.0187,87.1011,-10.7721,-0.2622,38.4996,0.0000,38.4996,5.7813,38.4996,1.3507,0.0000,37.1489,0.0000,37.1489,8.5178,28.6311,0.0000,28.6311,-0.2294,28.8605,0.0000,37.3444,14.4171,-22.9010,8896.9856,8896.9856,8896.9856 -484.5000,1.0000,6765.7454,77.5955,77.3380,-0.1431,0.0000,6,1239.0873,297.3512,649.9422,-82.0685,38.5834,84.3345,-10.6490,-0.3129,33.1055,0.0000,33.1055,5.7908,33.1055,1.2374,0.0000,31.8681,0.0000,31.8681,8.4663,23.4018,0.0000,23.4018,-0.2737,23.6755,0.0000,36.6712,14.3300,-27.3257,7894.0680,7894.0680,7894.0680 -485.5000,1.0000,6787.1599,77.0920,76.8460,-0.1367,0.0000,6,1231.0471,303.5275,630.9656,-81.5916,39.1292,81.3409,-10.5184,-0.2970,33.6573,0.0000,33.6573,5.7690,33.6573,1.2426,0.0000,32.4146,0.0000,32.4146,8.4113,24.0033,0.0000,24.0033,-0.2598,24.2630,0.0000,35.9619,14.2370,-25.9359,7991.7639,7991.7639,7991.7639 -486.5000,1.0000,6808.4449,76.6260,76.4060,-0.1222,0.0000,6,1223.6058,322.6242,632.5911,-81.1503,41.3397,81.0575,-10.3982,-0.2640,35.8203,0.0000,35.8203,5.7834,35.8203,1.2806,0.0000,34.5397,0.0000,34.5397,8.3605,26.1792,0.0000,26.1792,-0.2309,26.4101,0.0000,35.3137,14.1509,-23.0545,8396.8960,8396.8960,8396.8960 -487.5000,1.0000,6829.6106,76.1965,75.9870,-0.1164,0.0000,6,1216.7473,328.2689,640.0269,-80.7435,41.8272,81.5506,-10.2881,-0.2500,36.3448,0.0000,36.3448,5.7324,36.3448,1.2862,0.0000,35.0586,0.0000,35.0586,8.3136,26.7450,0.0000,26.7450,-0.2186,26.9637,0.0000,34.7232,14.0716,-21.8311,8485.6189,8485.6189,8485.6189 -488.5000,1.0000,6850.6775,75.8410,75.6950,-0.0811,0.0000,6,1211.0705,379.7067,642.0629,-80.4069,48.1555,81.4283,-10.1974,-0.1734,42.6332,0.0000,42.6332,5.6957,42.6332,1.4079,0.0000,41.2254,0.0000,41.2254,8.2749,32.9505,0.0000,32.9505,-0.1517,33.1022,0.0000,34.2393,14.0060,-15.1431,9672.5459,9672.5459,9672.5459 -489.5000,1.0000,6871.6986,75.6760,75.6570,-0.0106,0.0000,6,1208.4357,487.2522,665.5918,-80.2506,61.6604,84.2287,-10.1555,-0.0225,55.9345,0.0000,55.9345,5.7484,55.9345,1.6720,0.0000,54.2624,0.0000,54.2624,8.2568,46.0056,0.0000,46.0056,-0.0197,46.0253,0.0000,34.0162,13.9755,-1.9664,12266.4466,12266.4466,12266.4466 -490.5000,1.0000,6892.7215,75.6825,75.7080,0.0142,0.0000,6,1208.5395,524.9016,713.9312,-80.2567,66.4305,90.3537,-10.1571,0.0302,60.6922,0.0000,60.6922,5.7080,60.6922,1.7673,0.0000,58.9249,0.0000,58.9249,8.2576,50.6674,0.0000,50.6674,0.0264,50.6409,0.0000,34.0249,13.9767,2.6393,13189.0113,13189.0113,13189.0113 -491.5000,1.0000,6913.7601,75.7390,75.7700,0.0172,0.0000,6,1209.4417,529.9129,730.8328,-80.3103,67.1148,92.5618,-10.1715,0.0368,61.3768,0.0000,61.3768,5.7012,61.3768,1.7816,0.0000,59.5952,0.0000,59.5952,8.2637,51.3315,0.0000,51.3315,0.0322,51.2993,0.0000,34.1012,13.9871,3.2110,13318.4673,13318.4673,13318.4673 -492.5000,1.0000,6934.8029,75.7540,75.7380,-0.0089,0.0000,6,1209.6812,489.7558,732.8490,-80.3245,62.0411,92.8355,-10.1753,-0.0190,56.3844,0.0000,56.3844,5.6756,56.3844,1.6819,0.0000,54.7025,0.0000,54.7025,8.2654,46.4371,0.0000,46.4371,-0.0166,46.4537,0.0000,34.1215,13.9899,-1.6576,12337.5955,12337.5955,12337.5955 -493.5000,1.0000,6955.8297,75.6965,75.6550,-0.0231,0.0000,6,1208.7630,468.0401,714.7027,-80.2700,59.2452,90.4681,-10.1607,-0.0492,53.5679,0.0000,53.5679,5.7264,53.5679,1.6249,0.0000,51.9430,0.0000,51.9430,8.2591,43.6839,0.0000,43.6839,-0.0430,43.7269,0.0000,34.0438,13.9793,-4.2962,11803.8914,11803.8914,11803.8914 -494.5000,1.0000,6976.8215,75.5705,75.4860,-0.0469,0.0000,6,1206.7510,430.5442,704.5048,-80.1507,54.4082,89.0287,-10.1287,-0.1000,48.7828,0.0000,48.7828,5.7254,48.7828,1.5278,0.0000,47.2550,0.0000,47.2550,8.2453,39.0096,0.0000,39.0096,-0.0875,39.0971,0.0000,33.8741,13.9560,-8.7330,10878.7592,10878.7592,10878.7592 -495.5000,1.0000,6997.7857,75.4710,75.4560,-0.0083,0.0000,6,1205.1621,488.9647,687.9136,-80.0564,61.7094,86.8176,-10.1035,-0.0177,56.0203,0.0000,56.0203,5.7069,56.0203,1.6714,0.0000,54.3489,0.0000,54.3489,8.2345,46.1144,0.0000,46.1144,-0.0155,46.1299,0.0000,33.7405,13.9376,-1.5482,12280.2946,12280.2946,12280.2946 -496.5000,1.0000,7018.7313,75.4040,75.3520,-0.0289,0.0000,6,1204.0922,456.8416,713.7280,-79.9930,57.6042,89.9956,-10.0865,-0.0614,51.9769,0.0000,51.9769,5.6887,51.9769,1.5898,0.0000,50.3871,0.0000,50.3871,8.2272,42.1599,0.0000,42.1599,-0.0537,42.2136,0.0000,33.6507,13.9253,-5.3623,11493.2428,11493.2428,11493.2428 -497.5000,1.0000,7039.6636,75.3565,75.3610,0.0025,0.0000,6,1203.3337,505.0364,699.5653,-79.9480,63.6411,88.1542,-10.0745,0.0053,57.9018,0.0000,57.9018,5.7340,57.9018,1.7078,0.0000,56.1940,0.0000,56.1940,8.2220,47.9720,0.0000,47.9720,0.0046,47.9674,0.0000,33.5871,13.9165,0.4638,12659.0782,12659.0782,12659.0782 -498.5000,1.0000,7060.5885,75.3295,75.2980,-0.0175,0.0000,6,1202.9026,474.2275,720.8960,-79.9224,59.7373,90.8096,-10.0676,-0.0372,54.0341,0.0000,54.0341,5.7404,54.0341,1.6301,0.0000,52.4040,0.0000,52.4040,8.2190,44.1849,0.0000,44.1849,-0.0325,44.2174,0.0000,33.5511,13.9115,-3.2451,11904.2877,11904.2877,11904.2877 -499.5000,1.0000,7081.5018,75.2880,75.2780,-0.0056,0.0000,6,1202.2399,491.8701,707.1335,-79.8831,61.9256,89.0269,-10.0571,-0.0118,56.2480,0.0000,56.2480,5.6894,56.2480,1.6739,0.0000,54.5740,0.0000,54.5740,8.2145,46.3595,0.0000,46.3595,-0.0103,46.3698,0.0000,33.4956,13.9038,-1.0296,12325.9994,12325.9994,12325.9994 -500.5000,1.0000,7102.4158,75.2905,75.3030,0.0069,0.0000,6,1202.2798,510.7664,715.1643,-79.8855,64.3067,90.0409,-10.0578,0.0147,58.6398,0.0000,58.6398,5.6522,58.6398,1.7218,0.0000,56.9180,0.0000,56.9180,8.2148,48.7032,0.0000,48.7032,0.0129,48.6903,0.0000,33.4990,13.9043,1.2871,12785.6378,12785.6378,12785.6378 -501.5000,1.0000,7123.3276,75.2825,75.2620,-0.0114,0.0000,6,1202.1521,498.8248,723.4311,-79.8779,62.7966,91.0721,-10.0558,-0.0242,55.1247,0.0000,55.1247,7.6961,55.1247,1.6514,0.0000,53.4733,0.0000,53.4733,8.2139,45.2594,0.0000,45.2594,-0.0211,45.2805,0.0000,33.4883,13.9028,-2.1106,12495.5081,12495.5081,12495.5081 -502.5000,1.0000,7144.2399,75.2840,75.3060,0.0122,0.0000,6,1202.1760,534.8399,718.3726,-79.8793,67.3318,90.4371,-10.0561,0.0259,59.6369,0.0000,59.6369,7.6690,59.6369,1.7417,0.0000,57.8952,0.0000,57.8952,8.2141,49.6811,0.0000,49.6811,0.0227,49.6585,0.0000,33.4903,13.9031,2.2651,13361.8529,13361.8529,13361.8529 -503.5000,1.0000,7165.1531,75.2875,75.2690,-0.0103,0.0000,6,1202.2319,500.5796,734.2856,-79.8827,63.0217,92.4447,-10.0570,-0.0218,55.3451,0.0000,55.3451,7.6984,55.3451,1.6559,0.0000,53.6893,0.0000,53.6893,8.2145,45.4748,0.0000,45.4748,-0.0191,45.4939,0.0000,33.4950,13.9037,-1.9048,12540.8658,12540.8658,12540.8658 -504.5000,1.0000,7186.0790,75.3335,75.3980,0.0358,0.0000,6,1202.9665,571.1551,719.4798,-79.9262,71.9509,90.6360,-10.0687,0.0761,64.2340,0.0000,64.2340,7.6408,64.2340,1.8342,0.0000,62.3998,0.0000,62.3998,8.2195,54.1804,0.0000,54.1804,0.0666,54.1138,0.0000,33.5564,13.9122,6.6451,14240.8241,14240.8241,14240.8241 -505.5000,1.0000,7207.0415,75.4650,75.5320,0.0372,0.0000,6,1205.0663,574.2530,751.1988,-80.0508,72.4674,94.7970,-10.1019,0.0792,64.7324,0.0000,64.7324,7.6558,64.7324,1.8456,0.0000,62.8868,0.0000,62.8868,8.2338,54.6530,0.0000,54.6530,0.0693,54.5837,0.0000,33.7325,13.9365,6.9148,14336.7201,14336.7201,14336.7201 -506.5000,1.0000,7228.0282,75.5520,75.5720,0.0111,0.0000,6,1206.4556,535.1212,752.4963,-80.1331,67.6071,95.0702,-10.1240,0.0237,59.8819,0.0000,59.8819,7.7015,59.8819,1.7496,0.0000,58.1323,0.0000,58.1323,8.2433,49.8890,0.0000,49.8890,0.0207,49.8683,0.0000,33.8492,13.9526,2.0665,13412.6354,13412.6354,13412.6354 -507.5000,1.0000,7249.0300,75.6065,75.6410,0.0192,0.0000,6,1207.3259,547.4143,735.2272,-80.1848,69.2101,92.9554,-10.1378,0.0408,61.5204,0.0000,61.5204,7.6488,61.5204,1.7830,0.0000,59.7374,0.0000,59.7374,8.2493,51.4882,0.0000,51.4882,0.0357,51.4525,0.0000,33.9225,13.9627,3.5673,13716.3786,13716.3786,13716.3786 -508.5000,1.0000,7270.0411,75.6400,75.6390,-0.0006,0.0000,6,1207.8608,517.7401,740.5827,-80.2165,65.4873,93.6740,-10.1463,-0.0012,57.7937,0.0000,57.7937,7.6948,57.7937,1.7088,0.0000,56.0849,0.0000,56.0849,8.2529,47.8320,0.0000,47.8320,-0.0010,47.8330,0.0000,33.9676,13.9688,-0.1034,13010.2949,13010.2949,13010.2949 -509.5000,1.0000,7291.0749,75.7215,75.8040,0.0458,0.0000,6,1209.1623,573.9894,727.9408,-80.2937,72.6804,92.1742,-10.1670,0.0978,66.8430,0.0000,66.8430,5.7396,66.8430,1.8907,0.0000,64.9523,0.0000,64.9523,8.2618,56.6904,0.0000,56.6904,0.0856,56.6049,0.0000,34.0776,13.9839,8.5434,14372.5457,14372.5457,14372.5457 -510.5000,1.0000,7312.1536,75.8835,75.9630,0.0442,0.0000,6,1211.7492,572.6814,753.1091,-80.4471,72.6699,95.5651,-10.2083,0.0945,66.8150,0.0000,66.8150,5.7604,66.8150,1.8920,0.0000,64.9230,0.0000,64.9230,8.2795,56.6435,0.0000,56.6435,0.0826,56.5609,0.0000,34.2968,14.0138,8.2503,14367.7998,14367.7998,14367.7998 -511.5000,1.0000,7333.2867,76.0790,76.1950,0.0644,0.0000,6,1214.8710,605.8050,753.0082,-80.6323,77.0711,95.7984,-10.2581,0.1382,71.0830,0.0000,71.0830,5.8499,71.0830,1.9796,0.0000,69.1034,0.0000,69.1034,8.3008,60.8026,0.0000,60.8026,0.1209,60.6817,0.0000,34.5626,14.0499,12.0692,15204.4773,15204.4773,15204.4773 -512.5000,1.0000,7354.4625,76.2330,76.2710,0.0211,0.0000,6,1217.3302,540.1355,767.5197,-80.7781,68.8557,97.8423,-10.2975,0.0454,62.9897,0.0000,62.9897,5.8206,62.9897,1.8195,0.0000,61.1702,0.0000,61.1702,8.3176,52.8526,0.0000,52.8526,0.0397,52.8129,0.0000,34.7728,14.0783,3.9617,13644.7764,13644.7764,13644.7764 -513.5000,1.0000,7375.6649,76.3285,76.3860,0.0319,0.0000,6,1218.8552,557.3251,738.7579,-80.8685,71.1360,94.2937,-10.3219,0.0687,65.2559,0.0000,65.2559,5.8113,65.2559,1.8659,0.0000,63.3900,0.0000,63.3900,8.3280,55.0620,0.0000,55.0620,0.0601,55.0019,0.0000,34.9037,14.0960,6.0022,14072.6761,14072.6761,14072.6761 -514.5000,1.0000,7396.9079,76.4750,76.5640,0.0494,0.0000,6,1221.1946,584.9192,746.7445,-81.0073,74.8013,95.4961,-10.3595,0.1066,68.9143,0.0000,68.9143,5.7805,68.9143,1.9407,0.0000,66.9736,0.0000,66.9736,8.3440,58.6296,0.0000,58.6296,0.0932,58.5363,0.0000,35.1051,14.1230,9.3082,14765.4862,14765.4862,14765.4862 -515.5000,1.0000,7418.1865,76.6030,76.6420,0.0217,0.0000,6,1223.2385,543.6546,758.8606,-81.1285,69.6407,97.2079,-10.3923,0.0468,63.7518,0.0000,63.7518,5.8420,63.7518,1.8389,0.0000,61.9129,0.0000,61.9129,8.3580,53.5549,0.0000,53.5549,0.0409,53.5140,0.0000,35.2816,14.1467,4.0857,13789.9618,13789.9618,13789.9618 -516.5000,1.0000,7439.4858,76.6775,76.7130,0.0197,0.0000,6,1224.4282,541.1460,740.8005,-81.1991,69.3867,94.9868,-10.4115,0.0426,63.5060,0.0000,63.5060,5.8381,63.5060,1.8349,0.0000,61.6711,0.0000,61.6711,8.3661,53.3050,0.0000,53.3050,0.0373,53.2677,0.0000,35.3846,14.1604,3.7227,13742.0461,13742.0461,13742.0461 -517.5000,1.0000,7460.7610,76.5905,76.4680,-0.0681,0.0000,6,1223.0389,406.1156,738.7511,-81.1167,52.0138,94.6165,-10.3891,-0.1469,46.2953,0.0000,46.2953,5.8654,46.2953,1.4896,0.0000,44.8057,0.0000,44.8057,8.3566,36.4491,0.0000,36.4491,-0.1285,36.5776,0.0000,35.2644,14.1444,-12.8312,10424.5693,10424.5693,10424.5693 -518.5000,1.0000,7481.9256,76.1925,75.9170,-0.1531,0.0000,6,1216.6834,272.3635,676.9727,-80.7397,34.7020,86.2536,-10.2871,-0.3287,29.2515,0.0000,29.2515,5.7793,29.2515,1.1442,0.0000,28.1073,0.0000,28.1073,8.3132,19.7941,0.0000,19.7941,-0.2875,20.0816,0.0000,34.7179,14.0709,-28.7072,7131.9976,7131.9976,7131.9976 -519.5000,1.0000,7502.9370,75.6410,75.3650,-0.1533,0.0000,6,1207.8768,267.8020,615.3356,-80.2174,33.8739,77.8329,-10.1466,-0.3269,28.4769,0.0000,28.4769,5.7239,28.4769,1.1225,0.0000,27.3544,0.0000,27.3544,8.2530,19.1014,0.0000,19.1014,-0.2860,19.3873,0.0000,33.9694,13.9690,-28.5511,6983.8651,6983.8651,6983.8651 -520.5000,1.0000,7523.8020,75.1140,74.8630,-0.1394,0.0000,6,1199.4614,285.8797,611.7952,-79.7182,35.9086,76.8459,-10.0132,-0.2952,30.4451,0.0000,30.4451,5.7587,30.4451,1.1559,0.0000,29.2892,0.0000,29.2892,8.1955,21.0937,0.0000,21.0937,-0.2582,21.3519,0.0000,33.2643,13.8717,-25.7841,7366.9924,7366.9924,7366.9924 -521.5000,1.0000,7544.5181,74.5780,74.2930,-0.1583,0.0000,6,1190.9022,252.6619,617.9806,-79.2076,31.5097,77.0690,-9.8781,-0.3328,26.1726,0.0000,26.1726,5.6699,26.1726,1.0644,0.0000,25.1082,0.0000,25.1082,8.1370,16.9711,0.0000,16.9711,-0.2911,17.2623,0.0000,32.5574,13.7727,-29.0678,6536.4354,6536.4354,6536.4354 -522.5000,1.0000,7565.0961,74.0810,73.8690,-0.1178,0.0000,6,1182.9659,311.3354,601.7118,-78.7342,38.5682,74.5400,-9.7536,-0.2459,33.1800,0.0000,33.1800,5.6341,33.1800,1.1990,0.0000,31.9810,0.0000,31.9810,8.0828,23.8981,0.0000,23.8981,-0.2151,24.1132,0.0000,31.9106,13.6809,-21.4783,7836.4104,7836.4104,7836.4104 -523.5000,1.0000,7585.5468,73.6225,73.3760,-0.1369,0.0000,6,1175.6443,278.9429,626.9221,-78.2974,34.3415,77.1824,-9.6394,-0.2842,28.9935,0.0000,28.9935,5.6322,28.9935,1.1102,0.0000,27.8833,0.0000,27.8833,8.0328,19.8505,0.0000,19.8505,-0.2486,20.0991,0.0000,31.3219,13.5963,-24.8190,7058.1760,7058.1760,7058.1760 -524.5000,1.0000,7605.8674,73.1540,72.9320,-0.1233,0.0000,6,1168.1630,296.4112,610.6783,-77.8511,36.2599,74.7041,-9.5235,-0.2543,30.9304,0.0000,30.9304,5.5838,30.9304,1.1438,0.0000,29.7866,0.0000,29.7866,7.9817,21.8050,0.0000,21.8050,-0.2224,22.0274,0.0000,30.7276,13.5097,-22.2100,7421.3110,7421.3110,7421.3110 -525.5000,1.0000,7626.0647,72.7105,72.4890,-0.1231,0.0000,6,1161.0810,293.8279,617.3740,-77.4287,35.7260,75.0653,-9.4144,-0.2522,30.4157,0.0000,30.4157,5.5625,30.4157,1.1286,0.0000,29.2871,0.0000,29.2871,7.9333,21.3538,0.0000,21.3538,-0.2206,21.5744,0.0000,30.1722,13.4278,-22.0256,7317.2928,7317.2928,7317.2928 -526.5000,1.0000,7646.1128,72.1730,71.8570,-0.1756,0.0000,6,1152.4979,209.4375,613.7595,-76.9167,25.2769,74.0742,-9.2830,-0.3571,20.1257,0.0000,20.1257,5.5083,20.1257,0.9169,0.0000,19.2088,0.0000,19.2088,7.8746,11.3342,0.0000,11.3342,-0.3124,11.6466,0.0000,29.5083,13.3286,-31.1902,5341.5154,5341.5154,5341.5154 -527.5000,1.0000,7666.0221,71.6735,71.4900,-0.1019,0.0000,6,1144.5216,319.0292,573.6339,-76.4409,38.2369,68.7523,-9.1617,-0.2060,32.9571,0.0000,32.9571,5.4858,32.9571,1.1681,0.0000,31.7891,0.0000,31.7891,7.8201,23.9689,0.0000,23.9689,-0.1801,24.1491,0.0000,28.8994,13.2363,-17.9867,7746.5679,7746.5679,7746.5679 -528.5000,1.0000,7685.8217,71.2785,71.0670,-0.1175,0.0000,6,1138.2140,292.4718,623.6670,-76.0646,34.8607,74.3370,-9.0664,-0.2361,29.6387,0.0000,29.6387,5.4582,29.6387,1.0974,0.0000,28.5413,0.0000,28.5413,7.7770,20.7642,0.0000,20.7642,-0.2065,20.9707,0.0000,28.4243,13.1634,-20.6170,7145.0154,7145.0154,7145.0154 -529.5000,1.0000,7705.5151,70.8965,70.7260,-0.0947,0.0000,6,1132.1140,324.4245,610.3173,-75.7007,38.4621,72.3560,-8.9747,-0.1893,33.2669,0.0000,33.2669,5.3844,33.2669,1.1658,0.0000,32.1011,0.0000,32.1011,7.7354,24.3657,0.0000,24.3657,-0.1656,24.5313,0.0000,27.9697,13.0928,-16.5313,7779.9022,7779.9022,7779.9022 -530.5000,1.0000,7725.1261,70.5995,70.4730,-0.0703,0.0000,6,1127.3714,360.2325,624.8461,-75.4178,42.5283,73.7681,-8.9037,-0.1399,37.2671,0.0000,37.2671,5.4011,37.2671,1.2426,0.0000,36.0245,0.0000,36.0245,7.7030,28.3215,0.0000,28.3215,-0.1223,28.4438,0.0000,27.6196,13.0380,-12.2137,8561.7331,8561.7331,8561.7331 -531.5000,1.0000,7744.6379,70.2425,70.0120,-0.1281,0.0000,6,1121.6706,269.5474,640.0396,-75.0778,31.6613,75.1797,-8.8187,-0.2535,26.4981,0.0000,26.4981,5.4168,26.4981,1.0234,0.0000,25.4747,0.0000,25.4747,7.6640,17.8106,0.0000,17.8106,-0.2218,18.0324,0.0000,27.2029,12.9721,-22.1425,6506.4657,6506.4657,6506.4657 -532.5000,1.0000,7764.0279,69.8040,69.5960,-0.1156,0.0000,6,1114.6684,285.2801,595.7766,-74.6601,33.3001,69.5437,-8.7149,-0.2274,28.2013,0.0000,28.2013,5.3262,28.2013,1.0528,0.0000,27.1486,0.0000,27.1486,7.6162,19.5324,0.0000,19.5324,-0.1989,19.7313,0.0000,26.6966,12.8911,-19.8564,6831.8971,6831.8971,6831.8971 -533.5000,1.0000,7783.3089,69.4115,69.2270,-0.1025,0.0000,6,1108.4007,302.9046,602.2768,-74.2862,35.1586,69.9071,-8.6225,-0.2005,30.0366,0.0000,30.0366,5.3226,30.0366,1.0853,0.0000,28.9513,0.0000,28.9513,7.5733,21.3779,0.0000,21.3779,-0.1754,21.5533,0.0000,26.2487,12.8186,-17.5140,7197.1148,7197.1148,7197.1148 -534.5000,1.0000,7802.4992,69.0850,68.9430,-0.0789,0.0000,6,1103.1870,337.1347,610.0680,-73.9752,38.9476,70.4784,-8.5460,-0.1536,33.7822,0.0000,33.7822,5.3191,33.7822,1.1567,0.0000,32.6254,0.0000,32.6254,7.5377,25.0877,0.0000,25.0877,-0.1344,25.2221,0.0000,25.8800,12.7583,-13.4162,7860.2895,7860.2895,7860.2895 -535.5000,1.0000,7821.6458,68.9280,68.9130,-0.0083,0.0000,6,1100.6799,444.4995,626.9281,-73.8256,51.2343,72.2616,-8.5094,-0.0162,45.9235,0.0000,45.9235,5.3270,45.9235,1.3979,0.0000,44.5256,0.0000,44.5256,7.5206,37.0050,0.0000,37.0050,-0.0142,37.0191,0.0000,25.7038,12.7293,-1.4140,10174.0633,10174.0633,10174.0633 -536.5000,1.0000,7840.7999,68.9545,68.9960,0.0231,0.0000,6,1101.1031,492.7751,678.5271,-73.8509,56.8205,78.2391,-8.5155,0.0448,51.4526,0.0000,51.4526,5.3231,51.4526,1.5088,0.0000,49.9439,0.0000,49.9439,7.5235,42.4204,0.0000,42.4204,0.0392,42.3812,0.0000,25.7335,12.7342,3.9135,11324.2216,11324.2216,11324.2216 -537.5000,1.0000,7860.0364,69.2515,69.5070,0.1419,0.0000,6,1105.8458,676.5917,703.2666,-74.1338,78.3520,81.4410,-8.5850,0.2771,72.7916,0.0000,72.7916,5.2833,72.7916,1.9387,0.0000,70.8529,0.0000,70.8529,7.5559,63.2970,0.0000,63.2970,0.2424,63.0547,0.0000,26.0678,12.7890,24.1979,15392.2731,15392.2731,15392.2731 -538.5000,1.0000,7879.4124,69.7535,70.0000,0.1369,0.0000,6,1113.8620,672.4048,790.2382,-74.6120,78.4316,92.1760,-8.7030,0.2693,72.8261,0.0000,72.8261,5.3362,72.8261,1.9447,0.0000,70.8814,0.0000,70.8814,7.6107,63.2707,0.0000,63.2707,0.2355,63.0352,0.0000,26.6388,12.8817,23.5147,15403.7484,15403.7484,15403.7484 -539.5000,1.0000,7898.9435,70.3120,70.6240,0.1733,0.0000,6,1122.7804,731.8139,789.3506,-75.1440,86.0447,92.8097,-8.8352,0.3435,80.3433,0.0000,80.3433,5.3578,80.3433,2.1011,0.0000,78.2423,0.0000,78.2423,7.6716,70.5707,0.0000,70.5707,0.3005,70.2702,0.0000,27.2840,12.9849,30.0013,16798.3495,16798.3495,16798.3495 -540.5000,1.0000,7918.6331,70.8825,71.1410,0.1436,0.0000,6,1131.8905,690.2691,817.3852,-75.6874,81.8185,96.8857,-8.9713,0.2869,76.1095,0.0000,76.1095,5.4221,76.1095,2.0225,0.0000,74.0870,0.0000,74.0870,7.7338,66.3531,0.0000,66.3531,0.2510,66.1022,0.0000,27.9533,13.0902,25.0586,16051.5542,16051.5542,16051.5542 -541.5000,1.0000,7938.4488,71.3365,71.5320,0.1086,0.0000,6,1139.1402,639.1683,798.6754,-76.1199,76.2467,95.2744,-9.0804,0.2184,70.6330,0.0000,70.6330,5.3953,70.6330,1.9179,0.0000,68.7151,0.0000,68.7151,7.7834,60.9317,0.0000,60.9317,0.1910,60.7407,0.0000,28.4937,13.1741,19.0728,14983.1663,14983.1663,14983.1663 -542.5000,1.0000,7958.3750,71.7345,71.9370,0.1125,0.0000,6,1145.4957,647.4363,775.8374,-76.4990,77.6639,93.0664,-9.1765,0.2275,72.0635,0.0000,72.0635,5.3729,72.0635,1.9509,0.0000,70.1127,0.0000,70.1127,7.8268,62.2859,0.0000,62.2859,0.1990,62.0869,0.0000,28.9733,13.2476,19.8660,15256.4593,15256.4593,15256.4593 -543.5000,1.0000,7978.4017,72.0960,72.2550,0.0883,0.0000,6,1151.2683,613.3589,780.0390,-76.8433,73.9469,94.0419,-9.2643,0.1795,68.3079,0.0000,68.3079,5.4595,68.3079,1.8797,0.0000,66.4282,0.0000,66.4282,7.8662,58.5619,0.0000,58.5619,0.1570,58.4049,0.0000,29.4135,13.3143,15.6771,14586.2200,14586.2200,14586.2200 -544.5000,1.0000,7998.5096,72.3885,72.5220,0.0742,0.0000,6,1155.9391,593.7710,764.8388,-77.1220,71.8758,92.5835,-9.3356,0.1513,66.2293,0.0000,66.2293,5.4951,66.2293,1.8413,0.0000,64.3880,0.0000,64.3880,7.8982,56.4899,0.0000,56.4899,0.1324,56.3575,0.0000,29.7729,13.3684,13.2162,14224.3391,14224.3391,14224.3391 -545.5000,1.0000,8018.6743,72.5930,72.6640,0.0394,0.0000,6,1159.2047,541.8916,755.9689,-77.3168,65.7811,91.7683,-9.3856,0.0807,60.1946,0.0000,60.1946,5.5058,60.1946,1.7229,0.0000,58.4718,0.0000,58.4718,7.9205,50.5513,0.0000,50.5513,0.0706,50.4807,0.0000,30.0259,13.4061,7.0487,13019.4256,13019.4256,13019.4256 -546.5000,1.0000,8038.8820,72.7475,72.8310,0.0464,0.0000,6,1161.6718,553.5790,732.6057,-77.4639,67.3429,89.1215,-9.4235,0.0951,61.7359,0.0000,61.7359,5.5118,61.7359,1.7554,0.0000,59.9805,0.0000,59.9805,7.9373,52.0432,0.0000,52.0432,0.0832,51.9600,0.0000,30.2180,13.4347,8.3073,13329.2699,13329.2699,13329.2699 -547.5000,1.0000,8059.1103,72.8220,72.8130,-0.0050,0.0000,6,1162.8615,475.1172,737.6318,-77.5349,57.8572,89.8248,-9.4418,-0.0103,52.3683,0.0000,52.3683,5.4991,52.3683,1.5689,0.0000,50.7995,0.0000,50.7995,7.9455,42.8540,0.0000,42.8540,-0.0090,42.8630,0.0000,30.3109,13.4484,-0.8963,11524.0118,11524.0118,11524.0118 -548.5000,1.0000,8079.3379,72.8195,72.8260,0.0036,0.0000,6,1162.8215,488.4168,701.7457,-77.5325,59.4747,85.4518,-9.4412,0.0074,53.9553,0.0000,53.9553,5.5120,53.9553,1.6006,0.0000,52.3547,0.0000,52.3547,7.9452,44.4095,0.0000,44.4095,0.0065,44.4030,0.0000,30.3078,13.4480,0.6473,11845.7211,11845.7211,11845.7211 -549.5000,1.0000,8099.5639,72.8135,72.8010,-0.0069,0.0000,6,1162.7257,472.4763,707.7243,-77.5268,57.5289,86.1728,-9.4397,-0.0143,51.9958,0.0000,51.9958,5.5474,51.9958,1.5613,0.0000,50.4345,0.0000,50.4345,7.9445,42.4899,0.0000,42.4899,-0.0125,42.5024,0.0000,30.3003,13.4469,-1.2447,11458.6686,11458.6686,11458.6686 -550.5000,1.0000,8119.7354,72.6175,72.4340,-0.1019,0.0000,6,1159.5959,325.2511,698.9334,-77.3401,39.4961,84.8733,-9.3916,-0.2087,34.1871,0.0000,34.1871,5.5176,34.1871,1.2030,0.0000,32.9841,0.0000,32.9841,7.9231,25.0610,0.0000,25.0610,-0.1825,25.2435,0.0000,30.0564,13.4107,-18.2236,7983.2392,7983.2392,7983.2392 -551.5000,1.0000,8139.7885,72.1910,71.9480,-0.1350,0.0000,6,1152.7853,271.3444,629.0530,-76.9338,32.7565,75.9389,-9.2874,-0.2747,27.5735,0.0000,27.5735,5.4578,27.5735,1.0660,0.0000,26.5074,0.0000,26.5074,7.8766,18.6308,0.0000,18.6308,-0.2403,18.8711,0.0000,29.5301,13.3319,-23.9909,6739.7524,6739.7524,6739.7524 -552.5000,1.0000,8159.6574,71.5280,71.1080,-0.2333,0.0000,6,1142.1982,115.9425,600.3475,-76.3023,13.8680,71.8080,-9.1266,-0.4704,8.9278,0.0000,8.9278,5.4106,8.9278,0.6859,0.0000,8.2420,0.0000,8.2420,7.8043,0.4377,0.0000,0.4377,-0.4115,0.8492,0.0000,28.7246,13.2095,-41.0849,3275.5969,3275.5969,3275.5969 -553.5000,1.0000,8179.2690,70.6020,70.0960,-0.2811,0.0000,6,1127.4113,38.0667,522.4021,-75.4202,4.4942,61.6760,-8.9043,-0.5594,-0.3031,0.0000,-0.3031,5.3567,-0.3031,0.6774,0.0000,-0.9805,0.0000,-0.9805,7.7032,-8.6837,0.0000,-8.6837,-0.4893,-8.1944,0.0000,27.6238,13.0384,-48.8567,2026.9994,2026.9994,2026.9994 -554.5000,1.0000,8198.5949,69.5730,69.0500,-0.2906,0.0000,6,1110.9796,17.5321,480.6023,-74.4400,2.0397,55.9140,-8.6605,-0.5698,-2.6997,0.0000,-2.6997,5.3092,-2.6997,0.6878,0.0000,-3.3875,0.0000,-3.3875,7.5910,-10.9785,0.0000,-10.9785,-0.4984,-10.4801,0.0000,26.4337,12.8484,-49.7622,1599.4770,1599.4770,1599.4770 -555.5000,1.0000,8217.6163,68.4770,67.9040,-0.3183,0.0000,6,1093.4781,-30.8941,465.2384,-73.3182,-3.5376,53.2739,-8.3956,-0.6144,-8.1485,0.0000,-8.1485,5.2253,-8.1485,0.7279,0.0000,-8.8764,0.0000,-8.8764,7.4714,-16.3478,0.0000,-16.3478,-0.5374,-15.8103,0.0000,25.2043,12.6460,-53.6607,728.1421,728.1421,728.1421 -556.5000,1.0000,8236.2900,67.2255,66.5470,-0.3769,0.0000,6,1073.4935,-71.8877,434.4692,-71.8877,-8.0813,48.8413,-8.0813,-0.7143,-12.4850,0.0000,-12.4850,5.1180,-12.4850,0.7550,0.0000,-13.2400,0.0000,-13.2400,7.3348,-20.5748,4.2673,-24.8422,-0.6248,-24.2174,1.8988,23.8483,12.4149,-62.3793,0.0000,0.0000,0.0000 -557.5000,1.0000,8254.3479,65.0085,63.4700,-0.8547,0.0000,6,1038.0912,-69.3535,393.5176,-69.3535,-7.5393,42.7788,-7.5393,-1.5662,-11.1751,0.0000,-11.1751,5.2019,-11.1751,0.7135,0.0000,-11.8886,0.0000,-11.8886,7.0929,-18.9815,71.7315,-90.7130,-1.3699,-89.3431,13.8568,21.5757,12.0050,-136.7806,0.0000,0.0000,0.0000 -558.5000,1.0000,8271.4725,61.6485,59.8270,-1.0119,0.0000,6,984.4369,-67.5171,366.7499,-67.5171,-6.9603,37.8082,-6.9603,-1.7584,-10.1595,0.0000,-10.1595,4.9572,-10.1595,0.6613,0.0000,-10.8208,0.0000,-10.8208,6.7263,-17.5472,75.3971,-92.9442,-1.5381,-91.4062,32.3764,18.4059,11.3823,-153.5707,0.0000,0.0000,0.0000 -559.5000,1.0000,8287.4078,57.3670,54.9070,-1.3667,0.0000,6,916.0676,-71.4282,384.2824,-71.4282,-6.8521,36.8644,-6.8521,-2.2099,-9.5408,0.0000,-9.5408,4.8986,-9.5408,0.6032,0.0000,-10.1441,0.0000,-10.1441,6.2592,-16.4032,103.7141,-120.1174,-1.9330,-118.1844,49.3811,14.8455,10.5875,-192.9985,0.0000,0.0000,0.0000 -560.5000,1.0000,8302.2920,53.5830,52.2590,-0.7356,0.0000,6,855.6426,-75.5191,411.4202,-75.5191,-6.7667,36.8644,-6.7667,-1.1109,-10.2101,0.0000,-10.2101,4.5543,-10.2101,0.5657,0.0000,-10.7758,0.0000,-10.7758,5.8463,-16.6221,8.8115,-25.4336,-0.9717,-24.4619,50.5901,12.0825,9.8879,-97.0223,0.0000,0.0000,0.0000 -561.5000,1.0000,8316.3526,50.6185,48.9780,-0.9114,0.0000,6,808.3038,-78.8983,435.5152,-78.9041,-6.6784,36.8644,-6.6789,-1.3004,-9.8744,0.0000,-9.8744,4.4964,-9.8744,0.5288,0.0000,-10.4032,0.0000,-10.4032,5.5229,-15.9260,32.7575,-48.6835,-1.1374,-47.5461,46.4866,10.1905,9.3412,-113.5644,0.0000,0.0000,0.0000 -562.5000,1.0000,8329.5345,47.4545,45.9310,-0.8464,0.0000,6,757.7794,-84.0265,464.5529,-84.0265,-6.6679,36.8644,-6.6679,-1.1321,-9.8425,0.0000,-9.8425,4.3067,-9.8425,0.4936,0.0000,-10.3361,0.0000,-10.3361,5.1777,-15.5138,23.6147,-39.1285,-0.9903,-38.1382,43.5809,8.3963,8.7573,-98.8727,0.0000,0.0000,0.0000 -563.5000,1.0000,8341.8588,44.3675,42.8040,-0.8686,0.0000,6,708.4845,-89.3138,496.8756,-89.3138,-6.6264,36.8644,-6.6264,-1.0863,-9.6682,0.0000,-9.6682,4.1281,-9.6682,0.4589,0.0000,-10.1272,0.0000,-10.1272,4.8408,-14.9680,21.9873,-36.9553,-0.9502,-36.0052,43.8126,6.8635,8.1867,-94.8680,0.0000,0.0000,0.0000 -564.5000,1.0000,8353.2815,41.1220,39.4400,-0.9344,0.0000,0,641.7588,34.4158,548.5373,-96.4707,2.3129,36.8644,-6.4833,-1.6458,0.0000,0.0000,0.0000,3.9587,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.4867,-4.4867,34.0948,-38.5816,-0.9474,-37.6342,43.9044,5.4671,7.5868,-94.5926,1146.8232,1146.8232,1146.8232 -565.5000,1.0000,8363.6335,37.2670,35.0940,-1.2072,0.0000,5,684.8902,-91.8445,513.9928,-91.8445,-6.5872,36.8644,-6.5872,3.5705,-13.4767,0.0000,-13.4767,3.3190,-16.0850,0.3885,0.0000,-16.4734,0.0000,-16.4734,4.0661,-20.5396,37.8890,-58.4285,-1.1092,-57.3193,42.4791,4.0762,6.8746,-110.7493,0.0000,0.0000,0.0000 -566.5000,1.0000,8372.8054,33.0190,30.9440,-1.1528,0.0000,5,724.2657,-87.6187,486.0490,-87.6211,-6.6454,36.8644,-6.6456,-2.0244,-8.8672,0.0000,-8.8672,4.2461,-8.8672,0.3095,0.0000,-9.1767,0.0000,-9.1767,3.6026,-12.7793,31.2854,-44.0647,-0.9385,-43.1262,41.6474,2.8367,6.0895,-93.6998,0.0000,0.0000,0.0000 -567.5000,1.0000,8380.8946,29.1210,27.2980,-1.0128,0.0000,0,639.3755,37.8299,550.5820,-96.7263,2.5329,36.8644,-6.4763,-1.5461,0.0000,0.0000,0.0000,4.0790,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1773,-3.1773,20.0625,-23.2399,-0.7271,-22.5127,42.7756,1.9459,5.3680,-72.6022,1178.4984,1178.4984,1178.4984 -568.5000,1.0000,8387.7715,24.7570,22.2160,-1.4117,0.0000,4,660.6049,-94.4493,532.8883,-94.4493,-6.5338,36.8644,-6.5338,2.4586,-12.2838,0.0000,-12.2838,3.2913,-14.9446,0.5995,0.0000,-15.5441,0.0000,-15.5441,2.7012,-18.2452,19.3306,-37.5759,-0.8617,-36.7142,43.5543,1.2035,4.5598,-86.0319,0.0000,0.0000,0.0000 -569.5000,1.0000,8393.1664,19.4215,16.6270,-1.5525,0.0000,0,660.6049,11.1815,532.8883,-94.4493,0.7735,36.8644,-6.5338,-2.4586,0.0000,0.0000,0.0000,3.2322,0.0000,0.0000,0.0000,0.0003,0.0000,0.0003,2.1190,-2.1187,28.6220,-30.7408,-0.7434,-29.9974,40.0660,0.5869,3.5736,-74.2239,933.6772,933.6772,933.6772 -570.5000,1.0000,8397.1113,14.2015,11.7760,-1.3475,0.0000,2,791.5533,59.0342,538.3988,-80.4039,4.8934,44.6286,-6.6648,9.3114,-7.8896,0.0000,-7.8896,3.4716,-11.8171,0.8417,0.0000,-12.6588,0.0000,-12.6588,1.5495,-14.2083,0.0000,-14.2083,-0.4718,-13.7365,30.5276,0.2314,2.6122,-47.1077,1749.7359,1749.7359,1749.7359 -571.5000,1.0000,8399.8885,9.9980,8.2200,-0.9878,0.0000,2,834.6721,-54.9888,421.7568,-77.0186,-4.8064,36.8644,-6.7319,-7.6084,-0.5090,0.0000,-0.5090,3.3111,-0.5090,0.4537,0.0000,-0.9627,0.0000,-0.9627,1.0909,-2.0536,0.0000,-2.0536,-0.2435,-1.8101,20.5803,0.0809,1.8397,-24.3109,22.3253,22.3253,22.3253 -572.5000,1.0000,8401.7810,6.8130,5.4060,-0.7817,0.0000,0,643.1189,23.0791,547.3772,-96.3248,1.5543,36.8644,-6.4872,-1.7030,0.0000,0.0000,0.0000,3.2573,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.7434,-0.7434,1.4535,-2.1969,-0.1313,-2.0656,9.7622,0.0259,1.2560,-13.1096,1035.6140,1035.6140,1035.6140 -573.5000,1.0000,8403.1121,4.7920,4.1780,-0.3411,0.0000,1,622.7276,76.5711,565.3011,-98.5120,4.9933,36.8644,-6.4242,0.8692,0.9675,-0.0242,0.9916,3.1567,1.1502,0.3477,0.0000,0.8025,0.0000,0.8025,0.5228,0.2796,0.0000,0.2796,-0.0403,0.3199,3.4504,0.0088,0.8846,-4.0239,1547.4952,1547.4952,1547.4952 -574.5000,1.0000,8404.1378,3.6925,3.2070,-0.2697,0.0000,1,644.9499,35.3503,545.8233,-96.1284,2.3875,36.8644,-6.4924,-0.0200,-0.7735,0.1164,-0.8899,3.1811,-0.8899,0.2675,0.0000,-1.1575,0.0000,-1.1575,0.4029,-1.5603,0.0000,-1.5603,-0.0246,-1.5358,0.2300,0.0040,0.6819,-2.4517,1159.0284,1159.0284,1159.0284 -575.5000,1.0000,8404.8504,2.5655,1.9240,-0.3564,0.0000,1,644.4444,49.2877,546.2513,-96.1827,3.3262,36.8644,-6.4910,0.0000,-1.0035,0.3346,-1.3380,4.3297,-1.3380,0.1801,0.0000,-1.5182,0.0000,-1.5182,0.2799,-1.7981,0.0000,-1.7981,-0.0225,-1.7755,0.0000,0.0014,0.4738,-2.2507,1296.8233,1296.8233,1296.8233 -576.5000,1.0000,8405.2368,1.3910,0.8580,-0.2961,0.0000,1,644.4444,58.7548,546.2513,-96.1827,3.9651,36.8644,-6.4910,0.0000,-0.3250,0.2019,-0.5268,4.2901,-0.5268,0.0884,0.0000,-0.6152,0.0000,-0.6152,0.1518,-0.7670,0.0000,-0.7670,-0.0102,-0.7568,0.0000,0.0002,0.2569,-1.0139,1390.7363,1390.7363,1390.7363 -577.5000,1.0000,8405.3586,0.4385,0.0190,-0.2331,0.0000,1,644.4444,64.3719,546.2513,-96.1827,4.3442,36.8644,-6.4910,0.0000,-0.0043,0.0956,-0.0999,4.3485,-0.0999,0.0253,0.0000,-0.1253,0.0000,-0.1253,0.0478,-0.1731,0.0000,-0.1731,-0.0025,-0.1706,0.0000,0.0000,0.0810,-0.2516,1446.4579,1446.4579,1446.4579 -578.5000,1.0000,8405.3613,0.0095,0.0000,-0.0053,0.0000,0,644.4444,63.0619,546.2513,-96.1827,4.2558,36.8644,-6.4910,0.0000,0.0000,-0.0031,0.0031,4.2558,0.0031,0.0005,0.0000,0.0027,0.0000,0.0027,0.0010,0.0016,0.0000,0.0016,0.0000,0.0016,0.0000,0.0000,0.0018,-0.0001,1433.4627,1433.4627,1433.4627 -579.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,622.2222,53.2227,565.7603,-98.5662,3.4679,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,4.3171,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1315.4140,1315.4140,1315.4140 -580.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.6491,586.7144,-100.9497,4.3762,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3762,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1457.9188,1457.9188,1457.9188 -581.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.1008,586.7144,-100.9497,4.2789,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2789,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1442.5597,1442.5597,1442.5597 -582.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.3683,586.7144,-100.9497,4.2957,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2957,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1445.2137,1445.2137,1445.2137 -583.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.5865,586.7144,-100.9497,4.3094,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3094,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1447.3782,1447.3782,1447.3782 -584.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,51.4670,586.7144,-100.9497,3.2338,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.2338,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1277.5526,1277.5526,1277.5526 -585.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,51.6844,586.7144,-100.9497,3.2474,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.2474,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1279.7096,1279.7096,1279.7096 -586.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.0564,586.7144,-100.9497,4.3389,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3389,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1452.0394,1452.0394,1452.0394 -587.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.5274,586.7144,-100.9497,4.3057,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3057,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1446.7921,1446.7921,1446.7921 -588.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.6935,586.7144,-100.9497,4.3161,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3161,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1448.4392,1448.4392,1448.4392 -589.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.5703,586.7144,-100.9497,4.3712,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3712,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1457.1372,1457.1372,1457.1372 -590.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.2578,586.7144,-100.9497,4.2888,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2888,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1444.1175,1444.1175,1444.1175 -591.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.7658,586.7144,-100.9497,4.3207,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3207,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1449.1572,1449.1572,1449.1572 -592.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,67.9366,586.7144,-100.9497,4.2686,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1440.9313,1440.9313,1440.9313 -593.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,67.7700,586.7144,-100.9497,4.2581,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2581,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1439.2783,1439.2783,1439.2783 -594.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,66.8752,586.7144,-100.9497,4.2019,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1430.4016,1430.4016,1430.4016 -595.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,66.1217,586.7144,-100.9497,4.1545,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1545,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1422.9271,1422.9271,1422.9271 -596.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,67.0160,586.7144,-100.9497,4.2107,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2107,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1431.7987,1431.7987,1431.7987 -597.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,66.2350,586.7144,-100.9497,4.1617,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1617,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1424.0511,1424.0511,1424.0511 -598.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,66.5767,586.7144,-100.9497,4.1831,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1831,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1427.4406,1427.4406,1427.4406 -599.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.2156,586.7144,-100.9497,4.3489,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3489,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1453.6190,1453.6190,1453.6190 -600.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,69.1680,586.7144,-100.9497,4.3460,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3460,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1453.1469,1453.1469,1453.1469 -601.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,68.8652,586.7144,-100.9497,4.3269,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.3269,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1450.1432,1450.1432,1450.1432 -602.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,70.1832,586.7144,-100.9497,4.4097,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.4097,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1463.2178,1463.2178,1463.2178 -603.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,52.1706,586.7144,-100.9497,3.2780,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.2780,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1284.5325,1284.5325,1284.5325 -604.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,50.1697,586.7144,-100.9497,3.1523,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1523,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1264.6831,1264.6831,1264.6831 -605.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,51.7931,586.7144,-100.9497,3.2543,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.2543,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1280.7874,1280.7874,1280.7874 -606.5000,1.0000,8405.3613,0.0000,0.0000,0.0000,0.0000,0,600.0000,50.4300,586.7144,-100.9497,3.1686,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1267.2659,1267.2659,1267.2659 -607.5000,1.0000,8405.3621,0.0030,0.0060,0.0017,0.0000,1,600.0000,51.0711,586.7144,-100.9497,3.2089,36.8644,-6.3429,0.0000,0.0000,-0.0010,0.0010,3.2089,0.0010,0.0002,0.0000,0.0009,0.0000,0.0009,0.0003,0.0006,0.0000,0.0006,0.0000,0.0006,0.0000,0.0000,0.0006,0.0000,1273.6257,1273.6257,1273.6257 -608.5000,1.0000,8405.3635,0.0050,0.0040,-0.0006,0.0000,1,622.2222,61.9703,565.7603,-98.5662,4.0379,36.8644,-6.4225,0.8491,0.0013,-0.0004,0.0017,3.1875,0.0017,0.0003,0.0000,0.0015,0.0000,0.0015,0.0005,0.0009,0.0000,0.0009,0.0000,0.0009,0.0000,0.0000,0.0009,0.0000,1402.1894,1402.1894,1402.1894 -609.5000,1.0000,8405.3645,0.0020,0.0030,-0.0003,0.0000,1,644.4444,46.7491,546.2513,-96.1827,3.1549,36.8644,-6.4910,0.0000,0.0000,-0.0007,0.0007,3.1549,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1271.6404,1271.6404,1271.6404 -610.5000,1.0000,8405.3656,0.0000,0.0050,0.0006,0.0000,1,644.4444,47.6382,546.2513,-96.1827,3.2149,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2149,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1280.4599,1280.4599,1280.4599 -611.5000,1.0000,8405.3672,0.0000,0.0070,0.0006,0.0000,1,644.4444,46.8986,546.2513,-96.1827,3.1650,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.1235,1273.1235,1273.1235 -612.5000,1.0000,8405.3693,0.0000,0.0080,0.0003,0.0000,1,644.4444,46.6270,546.2513,-96.1827,3.1467,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1467,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1270.4289,1270.4289,1270.4289 -613.5000,1.0000,8405.3715,0.0000,0.0080,0.0000,0.0000,0,644.4444,46.9732,546.2513,-96.1827,3.1700,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1700,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.8633,1273.8633,1273.8633 -614.5000,1.0000,8405.3738,0.0000,0.0080,0.0000,0.0000,0,622.2222,35.6337,565.7603,-98.5662,2.3219,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1140.9311,1140.9311,1140.9311 -615.5000,1.0000,8405.3760,0.0000,0.0080,0.0000,0.0000,0,600.0000,50.6540,586.7144,-100.9497,3.1827,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1827,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1269.4873,1269.4873,1269.4873 -616.5000,1.0000,8405.3782,0.0000,0.0080,0.0000,0.0000,0,600.0000,50.8109,586.7144,-100.9497,3.1925,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1271.0442,1271.0442,1271.0442 -617.5000,1.0000,8405.3804,0.0000,0.0080,0.0000,0.0000,0,600.0000,52.1735,586.7144,-100.9497,3.2782,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.2782,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1284.5608,1284.5608,1284.5608 -618.5000,1.0000,8405.3826,0.0000,0.0080,0.0000,0.0000,0,600.0000,50.0069,586.7144,-100.9497,3.1420,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.0680,1263.0680,1263.0680 -619.5000,1.0000,8405.3854,0.0020,0.0120,0.0011,0.0000,1,600.0000,49.4747,586.7144,-100.9497,3.1086,36.8644,-6.3429,0.0000,0.0000,-0.0007,0.0007,3.1086,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1257.7892,1257.7892,1257.7892 -620.5000,1.0000,8405.3885,0.0020,0.0100,-0.0006,0.0000,1,622.2222,60.0700,565.7603,-98.5662,3.9141,36.8644,-6.4225,0.8491,0.0000,-0.0007,0.0007,3.0650,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1383.3393,1383.3393,1383.3393 -621.5000,1.0000,8405.4122,0.0755,0.1610,0.0419,0.0000,1,644.4444,46.5661,546.2513,-96.1827,3.1426,36.8644,-6.4910,0.0000,0.0676,0.0338,0.0338,3.0750,0.0338,0.0037,0.0000,0.0301,0.0000,0.0301,0.0082,0.0218,0.0000,0.0218,0.0001,0.0217,0.0000,0.0000,0.0139,0.0078,1269.8245,1269.8245,1269.8245 -622.5000,1.0000,8405.7022,1.0340,1.9270,0.4906,0.0000,1,644.4444,89.2812,546.2513,-96.1827,6.0252,36.8644,-6.4910,0.0000,3.0403,1.4004,1.6399,2.9849,1.6399,0.0691,0.0000,1.5708,0.0000,1.5708,0.1186,1.4523,0.0000,1.4523,0.0125,1.4397,0.0000,0.0002,0.1910,1.2486,1739.9175,1739.9175,1739.9175 -623.5000,1.0000,8406.5772,3.1400,4.3730,0.6794,0.0000,1,645.9562,179.0080,544.9729,-96.0205,12.1089,36.8644,-6.4952,0.0600,9.0663,2.5261,6.5402,2.9826,6.5402,0.2705,0.0000,6.2697,0.0000,6.2697,0.3825,5.8871,0.0000,5.8871,0.0526,5.8345,0.0000,0.0028,0.5799,5.2519,2790.9569,2790.9569,2790.9569 -624.5000,1.0000,8407.8786,4.6750,4.9970,0.1733,0.0000,1,689.9681,136.4451,510.2100,-91.2998,9.8586,36.8644,-6.5967,1.8008,3.7286,0.0180,3.7106,4.3293,3.7106,0.3143,0.0000,3.3962,0.0000,3.3962,0.5101,2.8862,0.0000,2.8862,0.0200,2.8662,0.0000,0.0081,0.8634,1.9948,2435.2505,2435.2505,2435.2505 -625.5000,1.0000,8409.3738,5.3725,5.7680,0.2142,0.0000,1,789.0888,143.1534,454.2198,-80.6682,11.8292,37.5336,-6.6659,2.7438,4.8409,0.0000,4.8409,4.2446,4.8409,0.3895,0.0000,4.4514,0.0000,4.4514,0.5862,3.8652,0.0000,3.8652,0.0284,3.8368,0.0000,0.0122,0.9922,2.8324,2868.3882,2868.3882,2868.3882 -626.5000,1.0000,8410.9351,5.6110,5.4740,-0.0817,0.0000,1,824.1186,34.6956,427.1577,-77.7733,2.9943,36.8644,-6.7120,-1.0927,0.9546,0.0000,0.9546,3.1324,0.9546,0.4316,0.0000,0.5230,0.0000,0.5230,0.6122,-0.0892,0.0000,-0.0892,-0.0113,-0.0779,0.0000,0.0139,1.0362,-1.1280,1441.6358,1441.6358,1441.6358 -627.5000,1.0000,8412.4364,5.3945,5.3350,-0.0386,0.0000,1,792.3200,62.4781,444.3011,-80.3217,5.1839,36.8644,-6.6644,-0.4967,1.4833,0.0000,1.4833,4.1973,1.4833,0.4041,0.0000,1.0793,0.0000,1.0793,0.5886,0.4907,0.0000,0.4907,-0.0051,0.4958,0.0000,0.0123,0.9962,-0.5127,1800.0292,1800.0292,1800.0292 -628.5000,1.0000,8413.8947,5.2400,5.1650,-0.0472,0.0000,1,769.6278,60.7176,457.4012,-82.7556,4.8935,36.8644,-6.6697,-0.5901,1.3255,0.0000,1.3255,4.1581,1.3255,0.3900,0.0000,0.9355,0.0000,0.9355,0.5717,0.3638,0.0000,0.3638,-0.0061,0.3699,0.0000,0.0113,0.9677,-0.6091,1708.8677,1708.8677,1708.8677 -629.5000,1.0000,8415.3807,5.3395,5.5340,0.1025,0.0000,1,784.2419,107.1378,448.8776,-81.1881,8.7988,36.8644,-6.6676,1.3051,3.3215,0.0000,3.3215,4.1722,3.3215,0.3801,0.0000,2.9414,0.0000,2.9414,0.5826,2.3588,0.0000,2.3588,0.0135,2.3453,0.0000,0.0120,0.9861,1.3473,2380.4787,2380.4787,2380.4787 -630.5000,1.0000,8416.9932,5.7950,6.0760,0.1506,0.0000,1,851.1437,117.4990,457.5379,-75.8408,10.4729,40.7811,-6.7598,2.0805,4.3044,0.0000,4.3044,4.0880,4.3044,0.4173,0.0000,3.8870,0.0000,3.8870,0.6323,3.2547,0.0000,3.2547,0.0215,3.2332,0.0000,0.0153,1.0702,2.1477,2724.5630,2724.5630,2724.5630 -631.5000,1.0000,8418.6646,6.0070,5.9580,-0.0328,0.0000,1,882.2813,59.9259,434.8287,-73.6143,5.5367,40.1748,-6.8014,-0.4695,1.7576,0.0000,1.7576,4.2486,1.7576,0.4654,0.0000,1.2922,0.0000,1.2922,0.6554,0.6368,0.0000,0.6368,-0.0049,0.6417,0.0000,0.0170,1.1093,-0.4847,1815.2564,1815.2564,1815.2564 -632.5000,1.0000,8420.3386,6.0165,6.0950,0.0381,0.0000,1,883.6766,81.8422,424.6981,-73.5145,7.5735,39.3009,-6.8029,0.5460,2.8098,0.0000,2.8098,4.2178,2.8098,0.4558,0.0000,2.3539,0.0000,2.3539,0.6564,1.6975,0.0000,1.6975,0.0056,1.6918,0.0000,0.0171,1.1111,0.5636,2241.4535,2241.4535,2241.4535 -633.5000,1.0000,8422.1195,6.4010,6.7270,0.1756,0.0000,1,940.1502,123.5198,491.6715,-70.0505,12.1608,48.4062,-6.8966,2.6797,5.1768,0.0000,5.1768,4.3043,5.1768,0.4817,0.0000,4.6951,0.0000,4.6951,0.6984,3.9967,0.0000,3.9967,0.0277,3.9690,0.0000,0.0206,1.1821,2.7663,3064.0446,3064.0446,3064.0446 -634.5000,1.0000,8424.0040,6.7745,6.8420,0.0319,0.0000,1,995.0083,78.2655,501.1367,-66.9124,8.1550,52.2170,-6.9721,0.5160,3.0897,0.0000,3.0897,4.5493,3.0897,0.5370,0.0000,2.5527,0.0000,2.5527,0.7392,1.8135,0.0000,1.8135,0.0053,1.8082,0.0000,0.0244,1.2511,0.5327,2498.7670,2498.7670,2498.7670 -635.5000,1.0000,8425.9320,6.9305,7.0390,0.0547,0.0000,1,1017.9208,74.5577,490.5907,-67.9096,7.9476,52.2952,-7.2389,0.9044,3.5554,0.0000,3.5554,3.4878,3.5554,0.5502,0.0000,3.0051,0.0000,3.0051,0.7562,2.2490,0.0000,2.2490,0.0094,2.2396,0.0000,0.0261,1.2799,0.9336,2483.2879,2483.2879,2483.2879 -636.5000,1.0000,8427.9128,7.1210,7.2230,0.0511,0.0000,1,1045.9006,84.0406,494.9793,-69.9125,9.2047,54.2133,-7.6573,0.8679,3.5973,0.0000,3.5973,4.7395,3.5973,0.5720,0.0000,3.0253,0.0000,3.0253,0.7770,2.2483,0.0000,2.2483,0.0090,2.2394,0.0000,0.0283,1.3151,0.8960,2707.3525,2707.3525,2707.3525 -637.5000,1.0000,8429.9675,7.3870,7.5710,0.0967,0.0000,1,1084.9695,97.9151,517.3365,-72.7092,11.1249,58.7786,-8.2610,1.7028,4.5710,0.0000,4.5710,4.8511,4.5710,0.5938,0.0000,3.9773,0.0000,3.9773,0.8060,3.1713,0.0000,3.1713,0.0176,3.1537,0.0000,0.0317,1.3642,1.7578,2954.3796,2954.3796,2954.3796 -638.5000,1.0000,8432.0851,7.6135,7.6760,0.0292,0.0000,1,1118.2368,76.2920,519.9787,-74.8729,8.9339,60.8903,-8.7677,0.5295,3.4557,0.0000,3.4557,4.9487,3.4557,0.6322,0.0000,2.8235,0.0000,2.8235,0.8307,1.9928,0.0000,1.9928,0.0055,1.9873,0.0000,0.0346,1.4060,0.5466,2631.0662,2631.0662,2631.0662 -639.5000,1.0000,8434.2210,7.6790,7.7020,0.0072,0.0000,1,1127.8572,69.8544,509.3292,-75.4468,8.2504,60.1563,-8.9109,0.1322,3.0734,0.0000,3.0734,5.0447,3.0734,0.6440,0.0000,2.4294,0.0000,2.4294,0.8378,1.5916,0.0000,1.5916,0.0014,1.5902,0.0000,0.0355,1.4181,0.1365,2534.6227,2534.6227,2534.6227 -640.5000,1.0000,8436.3547,7.6715,7.6610,-0.0114,0.0000,1,1126.7556,63.7932,503.0609,-75.3811,7.5272,59.3579,-8.8945,-0.2083,2.7186,0.0000,2.7186,5.0169,2.7186,0.6467,0.0000,2.0720,0.0000,2.0720,0.8370,1.2349,0.0000,1.2349,-0.0022,1.2371,0.0000,0.0354,1.4167,-0.2151,2437.1650,2437.1650,2437.1650 -641.5000,1.0000,8438.4918,7.6835,7.7260,0.0181,0.0000,1,1128.5181,73.1608,505.7936,-75.4862,8.6460,59.7737,-8.9208,0.3308,3.2803,0.0000,3.2803,5.0349,3.2803,0.6425,0.0000,2.6378,0.0000,2.6378,0.8383,1.7995,0.0000,1.7995,0.0034,1.7961,0.0000,0.0356,1.4190,0.3415,2587.8259,2587.8259,2587.8259 -642.5000,1.0000,8440.6338,7.7010,7.6960,-0.0083,0.0000,1,1131.0884,65.1820,506.1389,-75.6396,7.7206,59.9508,-8.9593,-0.1530,2.7883,0.0000,2.7883,5.0854,2.7883,0.6496,0.0000,2.1387,0.0000,2.1387,0.8402,1.2985,0.0000,1.2985,-0.0016,1.3001,0.0000,0.0358,1.4222,-0.1580,2462.1669,2462.1669,2462.1669 -643.5000,1.0000,8442.7672,7.6705,7.6650,-0.0086,0.0000,1,1126.6087,65.0088,501.3946,-75.3723,7.6696,59.1536,-8.8923,-0.1575,2.7707,0.0000,2.7707,5.0564,2.7707,0.6460,0.0000,2.1247,0.0000,2.1247,0.8369,1.2877,0.0000,1.2877,-0.0016,1.2894,0.0000,0.0354,1.4166,-0.1626,2456.4690,2456.4690,2456.4690 -644.5000,1.0000,8444.8956,7.6520,7.6590,-0.0017,0.0000,1,1123.8915,67.2110,501.8105,-75.2103,7.9103,59.0599,-8.8518,-0.0304,2.8940,0.0000,2.8940,5.0467,2.8940,0.6425,0.0000,2.2515,0.0000,2.2515,0.8349,1.4166,0.0000,1.4166,-0.0003,1.4169,0.0000,0.0352,1.4131,-0.0314,2489.8371,2489.8371,2489.8371 -645.5000,1.0000,8447.0154,7.6215,7.6040,-0.0153,0.0000,1,1119.4118,62.7502,499.3791,-74.9430,7.3559,58.5395,-8.7852,-0.2777,2.6258,0.0000,2.6258,5.0077,2.6258,0.6415,0.0000,1.9843,0.0000,1.9843,0.8316,1.1527,0.0000,1.1527,-0.0029,1.1556,0.0000,0.0347,1.4075,-0.2866,2415.7086,2415.7086,2415.7086 -646.5000,1.0000,8449.1249,7.5840,7.5840,-0.0056,0.0000,1,1113.9040,66.1071,497.6189,-74.6145,7.7112,58.0461,-8.7036,-0.1005,2.7928,0.0000,2.7928,5.0189,2.7928,0.6353,0.0000,2.1575,0.0000,2.1575,0.8275,1.3301,0.0000,1.3301,-0.0010,1.3311,0.0000,0.0342,1.4006,-0.1037,2465.6766,2465.6766,2465.6766 -647.5000,1.0000,8451.2356,7.5885,7.6130,0.0081,0.0000,1,1114.5649,70.2398,501.6266,-74.6539,8.1982,58.5483,-8.7134,0.1458,3.0489,0.0000,3.0489,5.0035,3.0489,0.6333,0.0000,2.4157,0.0000,2.4157,0.8280,1.5877,0.0000,1.5877,0.0015,1.5862,0.0000,0.0343,1.4014,0.1505,2532.0678,2532.0678,2532.0678 -648.5000,1.0000,8453.3603,7.6390,7.6850,0.0200,0.0000,1,1121.9822,73.6038,507.3597,-75.0964,8.6480,59.6116,-8.8233,0.3643,3.2960,0.0000,3.2960,4.9877,3.2960,0.6369,0.0000,2.6591,0.0000,2.6591,0.8335,1.8256,0.0000,1.8256,0.0038,1.8218,0.0000,0.0350,1.4107,0.3761,2590.6142,2590.6142,2590.6142 -649.5000,1.0000,8455.5131,7.7400,7.8150,0.0361,0.0000,1,1136.8166,67.7383,515.3242,-75.9813,8.0641,61.3479,-9.0454,0.6665,3.6509,0.0000,3.6509,3.7466,3.6509,0.6457,0.0000,3.0052,0.0000,3.0052,0.8445,2.1607,0.0000,2.1607,0.0069,2.1538,0.0000,0.0364,1.4294,0.6880,2506.7186,2506.7186,2506.7186 -650.5000,1.0000,8457.6747,7.7720,7.7490,-0.0183,0.0000,1,1141.5166,50.8477,504.4031,-76.2616,6.0783,60.2960,-9.1163,-0.3398,2.6258,0.0000,2.6258,3.7923,2.6258,0.6599,0.0000,1.9659,0.0000,1.9659,0.8480,1.1179,0.0000,1.1179,-0.0035,1.1214,0.0000,0.0368,1.4353,-0.3508,2240.2227,2240.2227,2240.2227 -651.5000,1.0000,8459.8239,7.7270,7.7250,-0.0067,0.0000,1,1134.9072,54.5660,497.1095,-75.8674,6.4850,59.0801,-9.0166,-0.1228,2.8305,0.0000,2.8305,3.7773,2.8305,0.6523,0.0000,2.1782,0.0000,2.1782,0.8431,1.3351,0.0000,1.3351,-0.0013,1.3364,0.0000,0.0362,1.4270,-0.1268,2295.2372,2295.2372,2295.2372 -652.5000,1.0000,8461.9686,7.7110,7.7170,-0.0022,0.0000,1,1132.5572,56.0530,498.9622,-75.7272,6.6479,59.1775,-8.9813,-0.0409,2.9084,0.0000,2.9084,3.7805,2.9084,0.6496,0.0000,2.2587,0.0000,2.2587,0.8413,1.4174,0.0000,1.4174,-0.0004,1.4178,0.0000,0.0360,1.4240,-0.0422,2317.4301,2317.4301,2317.4301 -653.5000,1.0000,8464.0821,7.5985,7.5000,-0.0603,0.0000,1,1116.0337,37.8028,485.5754,-74.7415,4.4180,56.7496,-8.7351,-1.0922,1.7752,0.0000,1.7752,3.7351,1.7752,0.6472,0.0000,1.1280,0.0000,1.1280,0.8291,0.2989,0.0000,0.2989,-0.0113,0.3102,0.0000,0.0344,1.4033,-1.1275,2001.5391,2001.5391,2001.5391 -654.5000,1.0000,8466.0335,7.0150,6.5500,-0.2639,0.0000,1,1030.3318,-24.5316,411.8154,-68.7980,-2.6469,44.4333,-7.4230,-4.4143,-1.8999,0.0000,-1.8999,3.6674,-1.8999,0.6146,0.0000,-2.5145,0.0000,-2.5145,0.7654,-3.2799,0.0000,-3.2799,-0.0456,-3.2343,0.0000,0.0272,1.2955,-4.5570,684.1879,684.1879,684.1879 -655.5000,1.0000,8467.7217,6.0675,5.6050,-0.2625,0.0000,1,891.1673,-22.8300,395.0197,-72.9789,-2.1306,36.8644,-6.8106,-3.7980,-1.6539,0.0000,-1.6539,3.3213,-1.6539,0.5060,0.0000,-2.1598,0.0000,-2.1598,0.6620,-2.8219,0.0000,-2.8219,-0.0393,-2.7826,0.0000,0.0176,1.1205,-3.9207,581.3192,581.3192,581.3192 -656.5000,1.0000,8469.2911,5.6400,5.6950,0.0250,0.0000,1,828.3780,65.3842,424.9614,-77.4687,5.6719,36.8644,-6.7202,0.3362,2.4413,0.0000,2.4413,2.8944,2.4413,0.4198,0.0000,2.0216,0.0000,2.0216,0.6154,1.4062,0.0000,1.4062,0.0035,1.4027,0.0000,0.0141,1.0416,0.3471,1870.9142,1870.9142,1870.9142 -657.5000,1.0000,8470.8632,5.6495,5.6240,-0.0197,0.0000,1,829.7733,51.9485,424.2468,-77.3689,4.5140,36.8644,-6.7229,-0.2657,1.8238,0.0000,1.8238,2.9559,1.8238,0.4269,0.0000,1.3969,0.0000,1.3969,0.6164,0.7804,0.0000,0.7804,-0.0027,0.7832,0.0000,0.0142,1.0433,-0.2743,1683.8699,1683.8699,1683.8699 -658.5000,1.0000,8472.3515,5.3480,5.0920,-0.1478,0.0000,1,785.4903,16.3219,448.1642,-81.0542,1.3426,36.8644,-6.6672,-1.8846,0.0321,0.0000,0.0321,3.1951,0.0321,0.4139,0.0000,-0.3818,0.0000,-0.3818,0.5835,-0.9653,0.0000,-0.9653,-0.0195,-0.9458,0.0000,0.0120,0.9876,-1.9455,1136.1049,1136.1049,1136.1049 -659.5000,1.0000,8473.6625,4.7095,4.3470,-0.2069,0.0000,1,696.8033,5.2187,505.2052,-90.5667,0.3808,36.8644,-6.6086,-2.1232,-0.6676,0.0057,-0.6733,3.1717,-0.6733,0.3580,0.0000,-1.0314,0.0000,-1.0314,0.5138,-1.5452,0.0000,-1.5452,-0.0240,-1.5212,0.0000,0.0082,0.8697,-2.3992,907.8283,907.8283,907.8283 -660.5000,1.0000,8474.8196,4.1555,3.9840,-0.1008,0.0000,1,645.8148,52.6930,545.0923,-96.0357,3.5636,36.8644,-6.4949,-0.0543,0.4596,-0.0200,0.4795,3.1584,0.4795,0.2949,0.0000,0.1847,0.0000,0.1847,0.4534,-0.2687,0.0000,-0.2687,-0.0103,-0.2584,0.0000,0.0056,0.7674,-1.0315,1331.8642,1331.8642,1331.8642 -661.5000,1.0000,8475.8675,3.7625,3.5610,-0.1175,0.0000,1,644.4444,50.4938,546.2513,-96.1827,3.4076,36.8644,-6.4910,0.0000,0.2570,-0.0153,0.2724,3.1506,0.2724,0.2620,0.0000,0.0104,0.0000,0.0104,0.4105,-0.4002,0.0000,-0.4002,-0.0109,-0.3893,0.0000,0.0042,0.6948,-1.0883,1308.7871,1308.7871,1308.7871 -662.5000,1.0000,8476.8003,3.3480,3.1550,-0.1128,0.0000,1,644.4444,50.4922,546.2513,-96.1827,3.4075,36.8644,-6.4910,0.0000,0.2577,-0.0166,0.2744,3.1498,0.2744,0.2266,0.0000,0.0478,0.0000,0.0478,0.3653,-0.3175,0.0000,-0.3175,-0.0093,-0.3082,0.0000,0.0030,0.6183,-0.9295,1308.7719,1308.7719,1308.7719 -663.5000,1.0000,8477.6270,2.9660,2.7970,-0.0994,0.0000,1,644.4444,50.2358,546.2513,-96.1827,3.3902,36.8644,-6.4910,0.0000,0.3146,-0.0202,0.3348,3.0756,0.3348,0.1948,0.0000,0.1401,0.0000,0.1401,0.3236,-0.1835,0.0000,-0.1835,-0.0073,-0.1763,0.0000,0.0021,0.5477,-0.7261,1306.2279,1306.2279,1306.2279 -664.5000,1.0000,8478.3772,2.6910,2.6050,-0.0533,0.0000,1,644.4444,53.7351,546.2513,-96.1827,3.6264,36.8644,-6.4910,0.0000,0.5840,-0.0216,0.6056,3.0423,0.6056,0.1704,0.0000,0.4353,0.0000,0.4353,0.2936,0.1417,0.0000,0.1417,-0.0035,0.1452,0.0000,0.0015,0.4970,-0.3533,1340.9411,1340.9411,1340.9411 -665.5000,1.0000,8479.1292,2.6970,2.8090,0.0567,0.0000,1,644.4444,65.1663,546.2513,-96.1827,4.3978,36.8644,-6.4910,0.0000,1.3880,0.0506,1.3374,3.0099,1.3374,0.1635,0.0000,1.1739,0.0000,1.1739,0.2943,0.8796,0.0000,0.8796,0.0038,0.8758,0.0000,0.0015,0.4981,0.3762,1454.3382,1454.3382,1454.3382 -666.5000,1.0000,8480.1486,3.6600,4.5310,0.4783,0.0000,1,654.2344,151.0714,538.0773,-95.1326,10.3501,36.8644,-6.5177,0.3933,6.9821,1.2451,5.7369,2.9747,5.7369,0.2861,0.0000,5.4508,0.0000,5.4508,0.4180,5.0328,0.0000,5.0328,0.0432,4.9896,0.0000,0.0041,0.6759,4.3096,2495.7949,2495.7949,2495.7949 -667.5000,1.0000,8481.6982,5.5685,6.6260,0.5819,0.0000,1,817.8764,245.5731,565.9583,-78.2196,21.0328,48.4731,-6.6993,7.7275,10.2712,0.0000,10.2712,3.0342,10.2712,0.5137,0.0000,9.7575,0.0000,9.7575,0.6580,9.0995,0.0000,9.0995,0.0799,9.0196,0.0000,0.0140,1.0284,7.9772,4492.3248,4492.3248,4492.3248 -668.5000,1.0000,8483.7945,7.5365,8.4670,0.5114,0.0000,1,1106.9274,217.7509,645.0116,-74.1983,25.2411,74.7679,-8.6009,9.1905,12.6149,0.0000,12.6149,3.4357,12.6149,0.7359,0.0000,11.8790,0.0000,11.8790,0.8706,11.0084,0.0000,11.0084,0.0950,10.9134,0.0000,0.0341,1.3918,9.4875,5310.1638,5310.1638,5310.1638 -669.5000,1.0000,8486.3157,9.0665,9.6860,0.3386,0.0000,1,1331.6470,162.9314,663.3182,-87.5580,22.7207,92.4996,-12.2099,7.3208,11.2237,0.0000,11.2237,4.1763,11.2237,0.8683,0.0000,10.3554,0.0000,10.3554,0.9892,9.3662,0.0000,9.3662,0.0757,9.2905,0.0000,0.0588,1.6744,7.5574,5004.9431,5004.9431,5004.9431 -670.5000,1.0000,8488.9458,9.4582,9.2505,-0.1210,0.0000,0,1313.2299,-28.8685,527.7258,-86.4657,-3.9700,72.5734,-11.8909,-8.7048,0.0000,0.0000,0.0000,4.7348,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0320,-1.0320,0.0000,-1.0320,-0.0282,-1.0038,0.0000,0.0664,1.7467,-2.8169,1118.0859,1118.0859,1118.0859 -671.5000,1.0000,8491.9487,10.8007,12.3710,0.8668,0.0000,2,1118.6184,290.5554,394.7123,-74.8957,34.0361,46.2372,-8.7734,-5.9541,34.3346,0.0000,34.3346,5.6556,27.6761,0.9091,0.0000,26.7671,0.0000,26.7671,1.3939,25.3732,0.0000,25.3732,0.2308,25.1424,0.0000,0.1010,1.9946,23.0468,6979.7172,6979.7172,6979.7172 -672.5000,1.0000,8495.6744,13.4025,14.4540,0.5786,0.0000,2,1118.8931,316.5022,663.2249,-74.9121,37.0846,77.7102,-8.7775,5.9744,24.5124,0.0000,24.5124,6.5978,24.5124,0.9818,0.0000,23.5306,0.0000,23.5306,1.5844,21.9462,0.0000,21.9462,0.1912,21.7550,0.0000,0.1901,2.4751,19.0898,7537.7570,7537.7570,7537.7570 -673.5000,1.0000,8499.9932,15.5375,16.6410,0.6075,0.0000,2,1297.1312,333.8903,692.0034,-85.5109,45.3541,93.9985,-11.6154,7.2719,29.7005,0.0000,29.7005,8.3817,29.7005,1.2118,0.0000,28.4886,0.0000,28.4886,1.8549,26.6337,0.0000,26.6337,0.2327,26.4010,0.0000,0.2959,2.8694,23.2357,9210.0416,9210.0416,9210.0416 -674.5000,1.0000,8505.0231,18.0975,19.5740,0.8147,0.0000,2,1510.8500,420.4877,767.7164,-98.1862,66.5278,121.4649,-15.5346,11.3593,44.4498,0.0000,44.4498,10.7187,44.4498,1.6756,0.0000,42.7743,0.0000,42.7743,2.3044,40.4699,0.0000,40.4699,0.3635,40.1063,0.0000,0.4683,3.3422,36.2959,13350.6208,13350.6208,13350.6208 -675.5000,1.0000,8510.3953,19.3301,19.1062,-0.1300,0.0000,0,1517.5238,25.3562,670.8218,-98.5820,4.0295,106.6035,-15.6661,-10.7875,0.0000,0.0000,0.0000,14.8170,0.0000,0.0000,0.0000,0.0003,0.0000,0.0003,2.1091,-2.1088,0.0000,-2.1088,-0.0619,-2.0469,0.0000,0.5670,3.5698,-6.1836,2661.6509,2661.6509,2661.6509 -676.5000,1.0000,8515.9835,20.1076,21.1290,0.5619,0.0000,3,1231.0640,342.0960,406.2008,-81.5926,44.1019,52.3661,-10.5187,-12.9054,43.8417,0.0000,43.8417,13.1656,35.9539,1.1397,0.0000,34.8142,0.0000,34.8142,2.3697,32.4445,0.0000,32.4445,0.2786,32.1659,0.0000,0.6397,3.7134,27.8128,8910.1912,8910.1912,8910.1912 -677.5000,1.0000,8521.9470,21.4585,21.8080,0.1886,0.0000,3,1077.4054,229.6688,658.6836,-72.1677,25.9125,74.3164,-8.1424,1.1278,17.9662,0.0000,17.9662,6.8185,17.9662,0.8234,0.0000,17.1428,0.0000,17.1428,2.3413,14.8015,0.0000,14.8015,0.0998,14.7017,0.0000,0.7757,3.9629,9.9631,5418.4743,5418.4743,5418.4743 -678.5000,1.0000,8528.3464,23.0280,24.2680,0.6833,0.0000,3,1156.2081,496.1863,619.4067,-77.1380,60.0772,74.9964,-9.3397,4.3850,48.6514,0.0000,48.6514,7.0408,48.6514,1.4899,0.0000,47.1614,0.0000,47.1614,2.8232,44.3382,0.0000,44.3382,0.3880,43.9502,0.0000,0.9612,4.2527,38.7363,11966.7062,11966.7062,11966.7062 -679.5000,1.0000,8535.3909,25.3500,26.4520,0.6067,0.0000,3,1272.7929,461.8427,736.6428,-84.0675,61.5574,98.1846,-11.2051,4.2855,48.8135,0.0000,48.8135,8.4584,48.8135,1.5761,0.0000,47.2374,0.0000,47.2374,3.0377,44.1997,0.0000,44.1997,0.3792,43.8205,0.0000,1.2810,4.6815,37.8580,12258.2782,12258.2782,12258.2782 -680.5000,1.0000,8543.1188,27.8105,29.1890,0.7603,0.0000,3,1396.3317,549.4584,752.9641,-91.3943,80.3437,110.1011,-13.3640,5.8919,64.8886,0.0000,64.8886,9.5632,64.8886,1.9916,0.0000,62.8970,0.0000,62.8970,3.4987,59.3983,0.0000,59.3983,0.5213,58.8770,0.0000,1.6923,5.1359,52.0488,15766.7008,15766.7008,15766.7008 -681.5000,1.0000,8551.7921,31.2140,33.2590,1.1306,0.0000,3,1567.2173,757.5689,822.7228,-101.5292,124.3312,135.0241,-16.6628,9.8337,103.1716,0.0000,103.1716,11.3259,103.1716,2.8977,0.0000,100.2739,0.0000,100.2739,4.3721,95.9018,0.0000,95.9018,0.8700,95.0318,0.0000,2.3972,5.7645,86.8702,24247.3413,24247.3413,24247.3413 -682.5000,1.0000,8560.9545,32.9745,32.7100,-0.1525,0.0000,0,1669.3922,75.3132,842.2760,-105.9447,13.1661,147.2453,-18.5211,0.0000,0.0000,0.0000,0.0000,13.1661,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,3.5978,-3.5977,0.0000,-3.5977,-0.1240,-3.4737,0.0000,2.8143,6.0896,-12.3776,4006.1563,4006.1563,4006.1563 -683.5000,1.0000,8570.3033,33.6456,34.6012,0.5253,0.0000,4,1396.1726,421.4769,421.4769,-91.3849,61.6228,61.6228,-13.3611,-23.4259,75.0938,0.0000,75.0938,9.9549,58.7475,1.6488,0.0000,57.0987,0.0000,57.0987,3.9479,53.1508,0.0000,53.1508,0.4358,52.7151,0.0000,2.9919,6.2135,43.5097,12323.5168,12323.5168,12323.5168 -684.5000,1.0000,8580.2686,35.8653,37.1494,0.7078,0.0000,4,1164.3142,739.1137,739.1137,-77.6215,90.1177,90.1177,-9.4641,2.9574,79.9518,0.0000,79.9518,7.2085,79.9518,2.1215,0.0000,77.8303,0.0000,77.8303,4.4628,73.3675,0.0000,73.3675,0.6259,72.7416,0.0000,3.6256,6.6234,62.4926,17576.2533,17576.2533,17576.2533 -685.5000,1.0000,8590.9982,38.6164,40.1034,0.8206,0.0000,4,1253.6238,829.2093,829.2093,-82.9306,108.8579,108.8579,-10.8871,3.6914,97.9658,0.0000,97.9658,7.2007,97.9658,2.5451,0.0000,95.4207,0.0000,95.4207,4.9794,90.4413,0.0000,90.4413,0.7812,89.6601,0.0000,4.5265,7.1315,78.0021,21135.4548,21135.4548,21135.4548 -686.5000,1.0000,8602.3521,40.8642,41.6450,0.4282,0.0000,4,1326.5956,533.7771,862.1755,-87.2584,74.1527,119.7741,-12.1220,2.0386,62.9840,0.0000,62.9840,9.1302,62.9840,1.8996,0.0000,61.0843,0.0000,61.0843,4.6709,56.4134,0.0000,56.4134,0.4314,55.9820,0.0000,5.3579,7.5466,43.0775,14629.9542,14629.9542,14629.9542 -687.5000,1.0000,8614.0396,42.0650,42.5050,0.2389,0.0000,4,1365.5783,384.2625,754.0914,-89.5704,54.9507,107.8373,-12.8088,1.1706,44.7503,0.0000,44.7503,9.0298,44.7503,1.5648,0.0000,43.1855,0.0000,43.1855,4.5896,38.5958,0.0000,38.5958,0.2478,38.3481,0.0000,5.8428,7.7684,24.7369,11054.9095,11054.9095,11054.9095 -688.5000,1.0000,8625.8755,42.5990,42.7130,0.0578,0.0000,4,1382.9138,242.5509,696.1716,-90.5985,35.1258,100.8185,-13.1203,0.2867,25.9033,0.0000,25.9033,8.9358,25.9033,1.2013,0.0000,24.7019,0.0000,24.7019,4.6479,20.0540,0.0000,20.0540,0.0607,19.9933,0.0000,6.0675,7.8670,6.0588,7350.9116,7350.9116,7350.9116 -689.5000,1.0000,8637.8705,43.1720,43.6510,0.2606,0.0000,4,1401.5154,400.4615,653.0161,-91.7018,58.7743,95.8408,-13.4587,1.3104,48.6381,0.0000,48.6381,8.8257,48.6381,1.6706,0.0000,46.9675,0.0000,46.9675,4.7104,42.2571,0.0000,42.2571,0.2773,41.9797,0.0000,6.3164,7.9728,27.6906,11808.8242,11808.8242,11808.8242 -690.5000,1.0000,8650.1277,44.1160,44.6010,0.2639,0.0000,4,1432.1610,403.7430,717.0202,-93.5193,60.5516,107.5355,-14.0256,1.3562,50.3752,0.0000,50.3752,8.8202,50.3752,1.7297,0.0000,48.6454,0.0000,48.6454,4.8134,43.8320,0.0000,43.8320,0.2870,43.5450,0.0000,6.7398,8.1471,28.6580,12168.6930,12168.6930,12168.6930 -691.5000,1.0000,8662.6980,45.2430,45.9050,0.3622,0.0000,4,1468.7474,483.2429,728.0829,-95.6891,74.3261,111.9841,-14.7176,1.9091,63.4714,0.0000,63.4714,8.9455,63.4714,2.0213,0.0000,61.4502,0.0000,61.4502,5.0787,56.3715,0.0000,56.3715,0.4040,55.9675,0.0000,7.2703,8.3553,40.3418,14720.2995,14720.2995,14720.2995 -692.5000,1.0000,8675.6821,46.7330,47.5810,0.4656,0.0000,4,1517.1180,567.6921,766.1051,-98.5579,90.1905,121.7128,-15.6581,2.5346,78.5373,0.0000,78.5373,9.1186,78.5373,2.3625,0.0000,76.1748,0.0000,76.1748,5.4365,70.7383,0.0000,70.7383,0.5364,70.2019,0.0000,8.0135,8.6304,53.5580,17684.3350,17684.3350,17684.3350 -693.5000,1.0000,8688.9567,47.7785,47.9960,0.1153,0.0000,4,1551.0586,294.7445,788.9606,-100.5709,47.8743,128.1481,-16.3354,0.6416,37.8693,0.0000,37.8693,9.3633,37.8693,1.5778,0.0000,36.2915,0.0000,36.2915,5.2130,31.0785,0.0000,31.0785,0.1358,30.9427,0.0000,8.5608,8.8235,13.5584,9901.5918,9901.5918,9901.5918 -694.5000,1.0000,8702.4220,48.4650,48.9540,0.2661,0.0000,4,1573.3449,394.2891,713.8817,-101.8926,64.9632,117.6194,-16.7879,1.5025,57.2243,0.0000,57.2243,6.2364,57.2243,1.9840,0.0000,55.2404,0.0000,55.2404,5.2879,49.9525,0.0000,49.9525,0.3180,49.6345,0.0000,8.9359,8.9503,31.7483,13125.2826,13125.2826,13125.2826 -695.5000,1.0000,8716.2896,49.9135,50.8930,0.5386,0.0000,4,1620.3683,605.9796,760.3914,-104.1988,102.8254,129.0267,-17.6809,3.1319,94.5584,0.0000,94.5584,5.1351,94.5584,2.7715,0.0000,91.7869,0.0000,91.7869,5.9629,85.8240,0.0000,85.8240,0.6628,85.1612,0.0000,9.7640,9.2178,66.1794,20273.5076,20273.5076,20273.5076 -696.5000,1.0000,8730.3272,50.5252,50.1775,-0.1988,0.0000,0,1651.8417,30.0368,808.4841,-105.3197,5.1958,139.8519,-18.2182,0.0000,0.0000,0.0000,0.0000,5.1958,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,5.5127,-5.5126,0.0000,-5.5126,-0.2476,-5.2650,0.0000,10.1241,9.3308,-24.7199,3085.5970,3085.5970,3085.5970 -697.5000,1.0000,8744.4014,50.6569,51.1564,0.2719,0.0000,5,1386.8640,397.7402,397.7402,-90.8328,57.7646,57.7646,-13.1918,-22.5678,75.0601,0.0000,75.0601,5.2723,60.1379,0.7871,0.0000,59.3508,0.0000,59.3508,5.5446,53.8062,0.0000,53.8062,0.3396,53.4665,0.0000,10.2039,9.3551,33.9075,11608.2356,11608.2356,11608.2356 -698.5000,1.0000,8758.8091,51.8579,52.5795,0.3953,0.0000,5,1137.4941,711.4061,711.4061,-76.0217,84.7414,84.7414,-9.0556,1.0903,78.3156,0.0000,78.3156,5.3355,78.3156,0.8957,0.0000,77.4199,0.0000,77.4199,5.9260,71.4939,0.0000,71.4939,0.5054,70.9884,0.0000,10.9481,9.5769,50.4635,16579.9444,16579.9444,16579.9444 -699.5000,1.0000,8773.6541,53.4321,54.3046,0.4792,0.0000,5,1172.0222,811.6302,811.6302,-78.0813,99.6145,99.6145,-9.5832,1.3618,92.7843,0.0000,92.7843,5.4684,92.7843,0.9918,0.0000,91.7925,0.0000,91.7925,6.2862,85.5063,0.0000,85.5063,0.6313,84.8750,0.0000,11.9765,9.8676,63.0309,19381.0723,19381.0723,19381.0723 -700.5000,1.0000,8788.9960,55.2207,56.1568,0.5145,0.0000,5,1211.2558,856.8609,856.8609,-80.4178,108.6863,108.6863,-10.2004,1.5110,101.7022,0.0000,101.7022,5.4731,101.7022,1.0639,0.0000,100.6383,0.0000,100.6383,6.5833,94.0551,0.0000,94.0551,0.7004,93.3546,0.0000,13.2202,10.1979,69.9365,21125.4645,21125.4645,21125.4645 -701.5000,1.0000,8804.8583,57.0942,58.0516,0.5263,0.0000,5,1252.3505,877.0577,877.0577,-82.8551,115.0225,115.0225,-10.8661,1.5983,107.8433,0.0000,107.8433,5.5809,107.8433,1.1241,0.0000,106.7193,0.0000,106.7193,6.8466,99.8726,0.0000,99.8726,0.7409,99.1317,0.0000,14.6119,10.5439,73.9760,22314.4401,22314.4401,22314.4401 -702.5000,1.0000,8821.2015,58.8258,59.6200,0.4357,0.0000,5,1290.3332,781.3477,885.7038,-85.1078,105.5783,119.6793,-11.5000,1.3630,98.5364,0.0000,98.5364,5.6789,98.5364,1.1054,0.0000,97.4309,0.0000,97.4309,6.8664,90.5645,0.0000,90.5645,0.6319,89.9327,0.0000,15.9805,10.8637,63.0885,20535.6248,20535.6248,20535.6248 -703.5000,1.0000,8837.8733,60.0085,60.4170,0.2214,0.0000,5,1316.2754,545.0135,847.2691,-86.6463,75.1247,116.7876,-11.9433,0.7066,68.5976,0.0000,68.5976,5.8205,68.5976,0.9752,0.0000,67.6225,0.0000,67.6225,6.5474,61.0751,0.0000,61.0751,0.3275,60.7475,0.0000,16.9617,11.0821,32.7038,14816.0390,14816.0390,14816.0390 -704.5000,1.0000,8854.7757,60.8385,61.2800,0.2397,0.0000,5,1334.4813,568.4034,755.4458,-87.7261,79.4324,105.5710,-12.2594,0.7757,72.8497,0.0000,72.8497,5.8070,72.8497,1.0102,0.0000,71.8395,0.0000,71.8395,6.6675,65.1721,0.0000,65.1721,0.3596,64.8125,0.0000,17.6754,11.2354,35.9018,15579.4850,15579.4850,15579.4850 -705.5000,1.0000,8871.8810,61.5690,61.8780,0.1661,0.0000,5,1350.5047,489.5289,765.5637,-88.6764,69.2314,108.2695,-12.5410,0.5439,62.8077,0.0000,62.8077,5.8797,62.8077,0.9722,0.0000,61.8355,0.0000,61.8355,6.7177,55.1179,0.0000,55.1179,0.2522,54.8657,0.0000,18.3192,11.3703,25.1762,13723.2677,13723.2677,13723.2677 -706.5000,1.0000,8889.1464,62.1455,62.4330,0.1542,0.0000,5,1363.1501,479.0568,736.2281,-89.4264,68.3848,105.0956,-12.7655,0.5095,61.8942,0.0000,61.8942,5.9811,61.8942,0.9774,0.0000,60.9168,0.0000,60.9168,6.7806,54.1362,0.0000,54.1362,0.2362,53.9000,0.0000,18.8386,11.4767,23.5846,13560.2857,13560.2857,13560.2857 -707.5000,1.0000,8906.5951,62.8055,63.1980,0.2125,0.0000,5,1377.6271,546.4087,735.2397,-90.2850,78.8275,106.0692,-13.0249,0.7098,72.1194,0.0000,72.1194,5.9984,72.1194,1.0398,0.0000,71.0796,0.0000,71.0796,6.8526,64.2270,0.0000,64.2270,0.3290,63.8980,0.0000,19.4455,11.5986,32.8538,15471.8236,15471.8236,15471.8236 -708.5000,1.0000,8924.2451,63.5300,63.8820,0.1900,0.0000,5,1393.5189,524.9215,762.7425,-91.2275,76.6013,111.3062,-13.3127,0.6420,69.8426,0.0000,69.8426,6.1167,69.8426,1.0408,0.0000,68.8018,0.0000,68.8018,6.9316,61.8702,0.0000,61.8702,0.2976,61.5726,0.0000,20.1261,11.7324,29.7140,15068.8743,15068.8743,15068.8743 -709.5000,1.0000,8942.0503,64.0885,64.3150,0.1203,0.0000,5,1405.7694,449.4928,755.2505,-91.9540,66.1707,111.1818,-13.5367,0.4100,59.6545,0.0000,59.6545,6.1062,59.6545,0.9995,0.0000,58.6550,0.0000,58.6550,6.9926,51.6624,0.0000,51.6624,0.1900,51.4724,0.0000,20.6612,11.8356,18.9756,13162.0678,13162.0678,13162.0678 -710.5000,1.0000,8959.8757,64.1615,64.0280,-0.0797,0.0000,5,1407.3707,227.8621,723.7398,-92.0490,33.5822,106.6644,-13.5661,-0.2720,27.7046,0.0000,27.7046,6.1497,27.7046,0.8410,0.0000,26.8636,0.0000,26.8636,7.0005,19.8630,0.0000,19.8630,-0.1261,19.9892,0.0000,20.7318,11.8490,-12.5917,7099.8422,7099.8422,7099.8422 -711.5000,1.0000,8977.5817,63.7315,63.4550,-0.1592,0.0000,5,1397.9387,137.7287,634.7496,-91.4896,20.1623,92.9221,-13.3933,-0.5395,14.5882,0.0000,14.5882,6.1136,14.5882,0.7680,0.0000,13.8202,0.0000,13.8202,6.9536,6.8666,0.0000,6.8666,-0.2501,7.1167,0.0000,20.3181,11.7696,-24.9710,4647.7340,4647.7340,4647.7340 -712.5000,1.0000,8995.1221,63.1355,62.8360,-0.1719,0.0000,5,1384.8656,120.6777,595.6504,-90.7143,17.5010,86.3829,-13.1556,-0.5774,12.0556,0.0000,12.0556,6.0227,12.0556,0.7451,0.0000,11.3106,0.0000,11.3106,6.8886,4.4220,0.0000,4.4220,-0.2676,4.6896,0.0000,19.7534,11.6596,-26.7234,4134.6793,4134.6793,4134.6793 -713.5000,1.0000,9012.4671,62.4320,62.0480,-0.2189,0.0000,5,1369.4344,66.1892,583.5878,-89.7991,9.4920,83.6905,-12.8778,-0.7268,4.1811,0.0000,4.1811,6.0377,4.1811,0.7161,0.0000,3.4649,0.0000,3.4649,6.8118,-3.3469,0.0000,-3.3469,-0.3369,-3.0100,0.0000,19.1007,11.5296,-33.6403,2970.0431,2970.0431,2970.0431 -714.5000,1.0000,9029.6376,61.8040,61.5800,-0.1300,0.0000,5,1355.6594,161.8114,559.9239,-88.9821,22.9715,79.4892,-12.6323,-0.4273,17.4597,0.0000,17.4597,5.9391,17.4597,0.7494,0.0000,16.7102,0.0000,16.7102,6.7433,9.9669,0.0000,9.9669,-0.1981,10.1650,0.0000,18.5296,11.4137,-19.7783,5083.2331,5083.2331,5083.2331 -715.5000,1.0000,9046.7088,61.4460,61.3320,-0.0689,0.0000,5,1347.8067,228.8241,598.3378,-88.5164,32.2967,84.4506,-12.4934,-0.2251,26.5254,0.0000,26.5254,5.9964,26.5254,0.7887,0.0000,25.7366,0.0000,25.7366,6.7042,19.0324,0.0000,19.0324,-0.1044,19.1368,0.0000,18.2093,11.3476,-10.4201,6787.4041,6787.4041,6787.4041 -716.5000,1.0000,9063.7031,61.1695,61.0270,-0.0847,0.0000,5,1341.7417,209.6996,623.8763,-88.1567,29.4642,87.6589,-12.3866,-0.2756,23.8206,0.0000,23.8206,5.9192,23.8206,0.7706,0.0000,23.0501,0.0000,23.0501,6.6741,16.3760,0.0000,16.3760,-0.1278,16.5037,0.0000,17.9646,11.2965,-12.7574,6272.9632,6272.9632,6272.9632 -717.5000,1.0000,9080.5854,60.7665,60.5260,-0.1392,0.0000,5,1332.9020,147.6749,612.8487,-87.6324,20.6126,85.5421,-12.2318,-0.4498,15.1588,0.0000,15.1588,5.9036,15.1588,0.7205,0.0000,14.4383,0.0000,14.4383,6.6301,7.8082,0.0000,7.8082,-0.2085,8.0167,0.0000,17.6121,11.2221,-20.8175,4624.0575,4624.0575,4624.0575 -718.5000,1.0000,9097.3226,60.2440,59.9820,-0.1511,0.0000,5,1321.4410,131.7834,584.1007,-86.9527,18.2363,80.8284,-12.0326,-0.4842,12.9268,0.0000,12.9268,5.7937,12.9268,0.7007,0.0000,12.2261,0.0000,12.2261,6.5731,5.6530,0.0000,5.6530,-0.2244,5.8774,0.0000,17.1617,11.1256,-22.4099,4181.6089,4181.6089,4181.6089 -719.5000,1.0000,9113.9039,59.6825,59.4030,-0.1608,0.0000,5,1309.1246,118.9924,574.1637,-86.2222,16.3128,78.7128,-11.8203,-0.5105,11.0360,0.0000,11.0360,5.7873,11.0360,0.6820,0.0000,10.3541,0.0000,10.3541,6.5118,3.8422,0.0000,3.8422,-0.2367,4.0789,0.0000,16.6864,11.0219,-23.6294,3814.4154,3814.4154,3814.4154 -720.5000,1.0000,9130.3245,59.1040,58.8250,-0.1606,0.0000,5,1296.4354,116.6774,565.5991,-85.4697,15.8404,76.7871,-11.6036,-0.5047,10.6463,0.0000,10.6463,5.6988,10.6463,0.6705,0.0000,9.9757,0.0000,9.9757,6.4487,3.5270,0.0000,3.5270,-0.2340,3.7610,0.0000,16.2059,10.9150,-23.3599,3706.5529,3706.5529,3706.5529 -721.5000,1.0000,9146.5720,58.4810,58.1570,-0.1856,0.0000,5,1282.7700,86.3574,560.6442,-84.6592,11.6005,75.3121,-11.3724,-0.5771,6.5406,0.0000,6.5406,5.6371,6.5406,0.6412,0.0000,5.8994,0.0000,5.8994,6.3807,-0.4814,0.0000,-0.4814,-0.2675,-0.2138,0.0000,15.6989,10.8000,-26.7127,3040.0832,3040.0832,3040.0832 -722.5000,1.0000,9162.6576,57.8985,57.6600,-0.1381,0.0000,5,1269.9929,136.9199,545.4618,-83.9014,18.2094,72.5428,-11.1583,-0.4251,13.0331,0.0000,13.0331,5.6015,13.0331,0.6629,0.0000,12.3702,0.0000,12.3702,6.3172,6.0530,0.0000,6.0530,-0.1971,6.2500,0.0000,15.2342,10.6924,-19.6766,4093.8641,4093.8641,4093.8641 -723.5000,1.0000,9178.6176,57.4460,57.2520,-0.1133,0.0000,5,1260.0674,162.7247,565.7113,-83.3128,21.4722,74.6478,-10.9934,-0.3463,16.2408,0.0000,16.2408,5.5776,16.2408,0.6717,0.0000,15.5691,0.0000,15.5691,6.2678,9.3013,0.0000,9.3013,-0.1605,9.4618,0.0000,14.8798,10.6089,-16.0268,4699.1413,4699.1413,4699.1413 -724.5000,1.0000,9194.4638,57.0360,56.8400,-0.1144,0.0000,5,1251.0742,159.6731,574.9341,-82.7794,20.9191,75.3234,-10.8451,-0.3472,15.7530,0.0000,15.7530,5.5133,15.7530,0.6627,0.0000,15.0903,0.0000,15.0903,6.2231,8.8672,0.0000,8.8672,-0.1609,9.0282,0.0000,14.5634,10.5331,-16.0684,4579.8804,4579.8804,4579.8804 -725.5000,1.0000,9210.2045,56.6565,56.4930,-0.0964,0.0000,5,1242.7499,178.7453,572.1365,-82.2857,23.2620,74.4581,-10.7087,-0.2904,18.0093,0.0000,18.0093,5.5431,18.0093,0.6680,0.0000,17.3414,0.0000,17.3414,6.1817,11.1597,0.0000,11.1597,-0.1346,11.2944,0.0000,14.2746,10.4631,-13.4433,5022.6031,5022.6031,5022.6031 -726.5000,1.0000,9225.8149,56.1875,55.9020,-0.1642,0.0000,5,1232.4625,101.3932,576.8427,-81.6756,13.0861,74.4491,-10.5413,-0.4906,8.1072,0.0000,8.1072,5.4696,8.1072,0.6110,0.0000,7.4961,0.0000,7.4961,6.1305,1.3656,0.0000,1.3656,-0.2274,1.5930,0.0000,13.9233,10.3764,-22.7067,3172.5743,3172.5743,3172.5743 -727.5000,1.0000,9241.2203,55.4495,55.0170,-0.2458,0.0000,5,1216.2746,8.3937,536.5414,-80.7155,1.0691,68.3382,-10.2806,-0.7250,-3.6037,0.0000,-3.6037,5.3978,-3.6037,0.6157,0.0000,-4.2194,0.0000,-4.2194,6.0500,-10.2694,0.0000,-10.2694,-0.3361,-9.9333,0.0000,13.3823,10.2402,-33.5558,1636.2798,1636.2798,1636.2798 -728.5000,1.0000,9256.3722,54.5370,54.0770,-0.2611,0.0000,5,1196.2591,-11.8241,488.1723,-79.5271,-1.4812,61.1543,-9.9625,-0.7574,-6.0443,0.0000,-6.0443,5.3204,-6.0443,0.6068,0.0000,-6.6511,0.0000,-6.6511,5.9504,-12.6015,0.0000,-12.6015,-0.3511,-12.2504,0.0000,12.7326,10.0716,-35.0547,1231.3300,1231.3300,1231.3300 -729.5000,1.0000,9271.2615,53.5915,53.1260,-0.2642,0.0000,5,1175.5197,-18.7738,472.7477,-78.2900,-2.3111,58.1953,-9.6375,-0.7529,-6.7796,0.0000,-6.7796,5.2215,-6.7796,0.5934,0.0000,-7.3730,0.0000,-7.3730,5.8473,-13.2202,0.0000,-13.2202,-0.3490,-12.8712,0.0000,12.0818,9.8970,-34.8500,1071.0553,1071.0553,1071.0553 -730.5000,1.0000,9285.7665,52.2080,51.3100,-0.5044,0.0000,5,1145.1729,-76.4779,454.3246,-76.4797,-9.1714,54.4836,-9.1716,-1.4007,-12.9042,0.0000,-12.9042,5.1334,-12.9042,0.5866,0.0000,-13.4908,0.0000,-13.4908,5.6963,-19.1871,24.6721,-43.8591,-0.6493,-43.2098,0.8066,11.1726,9.6415,-64.8305,0.0000,0.0000,0.0000 -731.5000,1.0000,9299.7822,50.4465,49.6030,-0.4742,0.0000,5,1106.5347,-74.1734,415.4413,-74.1749,-8.5949,48.1397,-8.5951,-1.2722,-12.3591,0.0000,-12.3591,5.0364,-12.3591,0.5577,0.0000,-12.9168,0.0000,-12.9168,5.5041,-18.4209,20.7067,-39.1276,-0.5897,-38.5378,0.9499,10.0793,9.3162,-58.8832,0.0000,0.0000,0.0000 -732.5000,1.0000,9313.3629,48.8805,48.1780,-0.3958,0.0000,5,1072.1848,-71.7934,408.6084,-71.7940,-8.0609,45.8781,-8.0610,-1.0290,-11.8828,0.0000,-11.8828,4.8510,-11.8828,0.5325,0.0000,-12.4153,0.0000,-12.4153,5.3332,-17.7486,11.2419,-28.9905,-0.4770,-28.5135,0.9204,9.1687,9.0270,-47.6296,0.0000,0.0000,0.0000 -733.5000,1.0000,9326.7189,48.0715,47.9850,-0.0536,0.0000,5,1054.4395,196.2276,414.8088,-70.5237,21.6676,45.8035,-7.7873,-0.1371,17.0498,0.0000,17.0498,4.7549,17.0498,0.5344,0.0000,16.5153,0.0000,16.5153,5.2450,11.2704,0.0000,11.2704,-0.0635,11.3339,0.0812,8.7192,8.8776,-6.3441,4649.3869,4649.3869,4649.3869 -734.5000,1.0000,9340.0638,48.0315,48.0980,0.0314,0.0000,5,1053.5621,290.3373,549.3007,-70.4609,32.0326,60.6037,-7.7739,0.0802,27.1411,0.0000,27.1411,4.8113,27.1411,0.5843,0.0000,26.5568,0.0000,26.5568,5.2406,21.3162,0.0000,21.3162,0.0372,21.2790,0.0000,8.6974,8.8702,3.7113,6574.8385,6574.8385,6574.8385 -735.5000,1.0000,9353.4160,48.0580,48.0380,-0.0167,0.0000,5,1054.1434,236.5697,594.2935,-70.5025,26.1148,65.6038,-7.7827,-0.0426,21.3949,0.0000,21.3949,4.7625,21.3949,0.5560,0.0000,20.8390,0.0000,20.8390,5.2435,15.5955,0.0000,15.5955,-0.0197,15.6152,0.0000,8.7118,8.8751,-1.9717,5454.7913,5454.7913,5454.7913 -736.5000,1.0000,9366.7818,48.1070,48.1960,0.0439,0.0000,5,1055.2182,304.0087,569.5898,-70.5795,33.5936,62.9409,-7.7992,0.1123,28.7143,0.0000,28.7143,4.7670,28.7143,0.5932,0.0000,28.1211,0.0000,28.1211,5.2489,22.8722,0.0000,22.8722,0.0521,22.8201,0.0000,8.7385,8.8842,5.1975,6892.7328,6892.7328,6892.7328 -737.5000,1.0000,9380.2100,48.3315,48.4870,0.0808,0.0000,5,1060.1426,345.8081,603.9925,-70.9320,38.3909,67.0540,-7.8747,0.2078,33.3938,0.0000,33.3938,4.7893,33.3938,0.6198,0.0000,32.7740,0.0000,32.7740,5.2733,27.5007,0.0000,27.5007,0.0963,27.4043,0.0000,8.8615,8.9256,9.6172,7771.9380,7771.9380,7771.9380 -738.5000,1.0000,9393.7411,48.7020,48.9370,0.1250,0.0000,5,1068.2694,395.9855,626.4466,-71.5137,44.2985,70.0799,-8.0002,0.3238,39.1648,0.0000,39.1648,4.8099,39.1648,0.6539,0.0000,38.5109,0.0000,38.5109,5.3138,33.1971,0.0000,33.1971,0.1501,33.0470,0.0000,9.0669,8.9941,14.9860,8946.4024,8946.4024,8946.4024 -739.5000,1.0000,9407.4831,49.4610,50.0050,0.2967,0.0000,5,1084.9179,589.4148,656.2881,-72.7055,66.9648,74.5624,-8.2602,0.7804,61.3442,0.0000,61.3442,4.8402,61.3442,0.7757,0.0000,60.5685,0.0000,60.5685,5.4530,55.1155,0.0000,55.1155,0.3618,54.7537,0.0000,9.4984,9.1342,36.1211,13268.3330,13268.3330,13268.3330 -740.5000,1.0000,9421.5650,50.6850,51.3850,0.3833,0.0000,5,1111.7661,691.3463,750.2025,-74.4869,80.4892,87.3415,-8.6721,1.0333,74.5106,0.0000,74.5106,4.9453,74.5106,0.8594,0.0000,73.6512,0.0000,73.6512,5.7617,67.8895,0.0000,67.8895,0.4790,67.4105,0.0000,10.2219,9.3603,47.8283,15807.6564,15807.6564,15807.6564 -741.5000,1.0000,9436.0449,52.1175,52.8700,0.4125,0.0000,5,1143.1878,729.0259,799.4396,-76.3613,87.2749,95.7044,-9.1415,1.1434,81.0952,0.0000,81.0952,5.0363,81.0952,0.9135,0.0000,80.1817,0.0000,80.1817,5.9913,74.1904,0.0000,74.1904,0.5300,73.6603,0.0000,11.1135,9.6248,52.9221,17016.1316,17016.1316,17016.1316 -742.5000,1.0000,9450.9099,53.5040,54.1580,0.3578,0.0000,5,1173.6004,672.2895,818.2877,-78.1755,82.6238,100.5669,-9.6077,1.0181,76.4593,0.0000,76.4593,5.1464,76.4593,0.9112,0.0000,75.5481,0.0000,75.5481,6.0492,69.4989,0.0000,69.4989,0.4720,69.0270,0.0000,12.0235,9.8809,47.1226,16198.0309,16198.0309,16198.0309 -743.5000,1.0000,9466.1524,54.8630,55.5880,0.3972,0.0000,5,1203.4098,722.0032,796.6413,-79.9525,90.9874,100.3934,-10.0757,1.1590,84.5462,0.0000,84.5462,5.2821,84.5462,0.9725,0.0000,83.5737,0.0000,83.5737,6.2944,77.2793,0.0000,77.2793,0.5373,76.7420,0.0000,12.9635,10.1318,53.6466,17755.2594,17755.2594,17755.2594 -744.5000,1.0000,9481.7672,56.2035,56.8390,0.3475,0.0000,5,1232.8134,671.3521,819.3040,-81.6964,86.6715,105.7721,-10.5470,1.0387,80.1997,0.0000,80.1997,5.4330,80.1997,0.9717,0.0000,79.2280,0.0000,79.2280,6.3524,72.8756,0.0000,72.8756,0.4815,72.3940,0.0000,13.9365,10.3794,48.0781,16915.2522,16915.2522,16915.2522 -745.5000,1.0000,9497.7076,57.3755,57.9320,0.3036,0.0000,5,1258.5210,625.7170,799.6828,-83.2210,82.4645,105.3918,-10.9679,0.9265,76.1019,0.0000,76.1019,5.4362,76.1019,0.9699,0.0000,75.1320,0.0000,75.1320,6.3987,68.7334,0.0000,68.7334,0.4295,68.3039,0.0000,14.8262,10.5958,42.8818,16157.8276,16157.8276,16157.8276 -746.5000,1.0000,9513.9079,58.3110,58.7100,0.2161,0.0000,5,1279.0410,531.4670,781.6997,-84.4380,71.1851,104.7015,-11.3097,0.6702,64.9543,0.0000,64.9543,5.5606,64.9543,0.9292,0.0000,64.0251,0.0000,64.0251,6.3622,57.6629,0.0000,57.6629,0.3107,57.3523,0.0000,15.5626,10.7686,31.0211,14083.9941,14083.9941,14083.9941 -747.5000,1.0000,9530.3111,59.0415,59.3930,0.1897,0.0000,5,1295.0644,504.6470,744.4397,-85.3884,68.4396,100.9600,-11.5803,0.5957,62.2782,0.0000,62.2782,5.5657,62.2782,0.9277,0.0000,61.3505,0.0000,61.3505,6.4419,54.9086,0.0000,54.9086,0.2762,54.6325,0.0000,16.1546,10.9035,27.5743,13593.6485,13593.6485,13593.6485 -748.5000,1.0000,9546.8510,59.5335,59.6940,0.0836,0.0000,5,1305.8564,389.0631,733.3294,-86.0284,53.2040,100.2820,-11.7643,0.2647,47.2882,0.0000,47.2882,5.6510,47.2882,0.8608,0.0000,46.4274,0.0000,46.4274,6.4956,39.9319,0.0000,39.9319,0.1227,39.8091,0.0000,16.5614,10.9944,12.2533,10685.0099,10685.0099,10685.0099 -749.5000,1.0000,9563.4613,59.7870,59.9000,0.0572,0.0000,5,1311.4168,360.6239,686.3541,-86.3582,49.5249,94.2579,-11.8597,0.1820,43.6913,0.0000,43.6913,5.6517,43.6913,0.8470,0.0000,42.8443,0.0000,42.8443,6.5232,36.3211,0.0000,36.3211,0.0843,36.2367,0.0000,16.7738,11.0412,8.4217,9994.1736,9994.1736,9994.1736 -750.5000,1.0000,9580.0824,59.8260,59.7720,-0.0356,0.0000,5,1312.2723,258.1678,673.1340,-86.4089,35.4776,92.5026,-11.8744,-0.1131,29.8723,0.0000,29.8723,5.7185,29.8723,0.7785,0.0000,29.0938,0.0000,29.0938,6.5275,22.5663,0.0000,22.5663,-0.0524,22.6187,0.0000,16.8067,11.0484,-5.2363,7363.2958,7363.2958,7363.2958 -751.5000,1.0000,9596.6525,59.6425,59.5330,-0.0664,0.0000,5,1308.2473,222.6100,629.1839,-86.1702,30.4974,86.1978,-11.8053,-0.2106,25.0812,0.0000,25.0812,5.6268,25.0812,0.7515,0.0000,24.3297,0.0000,24.3297,6.5075,17.8222,0.0000,17.8222,-0.0976,17.9198,0.0000,16.6525,11.0145,-9.7472,6441.3246,6441.3246,6441.3246 -752.5000,1.0000,9613.1885,59.5195,59.5260,-0.0019,0.0000,5,1305.5493,294.0781,615.1067,-86.0102,40.2054,84.0954,-11.7590,-0.0062,34.5446,0.0000,34.5446,5.6670,34.5446,0.7968,0.0000,33.7477,0.0000,33.7477,6.4940,27.2537,0.0000,27.2537,-0.0029,27.2565,0.0000,16.5496,10.9918,-0.2849,8243.0587,8243.0587,8243.0587 -753.5000,1.0000,9629.7150,59.4855,59.4650,-0.0169,0.0000,5,1304.8035,277.3471,644.4746,-85.9660,37.8963,88.0602,-11.7463,-0.0536,32.2760,0.0000,32.2760,5.6740,32.2760,0.7849,0.0000,31.4911,0.0000,31.4911,6.4903,25.0007,0.0000,25.0007,-0.0249,25.0256,0.0000,16.5213,10.9855,-2.4812,7814.7072,7814.7072,7814.7072 -754.5000,1.0000,9646.1808,59.2670,59.0890,-0.1044,0.0000,5,1300.0107,194.4989,634.7879,-85.6817,26.4785,86.4180,-11.6644,-0.3292,19.0765,0.0000,19.0765,7.7312,19.0765,0.7154,0.0000,18.3611,0.0000,18.3611,6.4665,11.8946,0.0000,11.8946,-0.1526,12.0472,0.0000,16.3401,10.9451,-15.2380,5689.0812,5689.0812,5689.0812 -755.5000,1.0000,9662.5451,58.9015,58.7340,-0.0986,0.0000,5,1291.9936,199.3107,598.1973,-85.2062,26.9662,80.9344,-11.5282,-0.3089,19.6145,0.0000,19.6145,7.6606,19.6145,0.7121,0.0000,18.9025,0.0000,18.9025,6.4266,12.4759,0.0000,12.4759,-0.1432,12.6191,0.0000,16.0396,10.8777,-14.2982,5773.0386,5773.0386,5773.0386 -756.5000,1.0000,9678.7804,58.4370,58.1600,-0.1594,0.0000,5,1281.8048,129.8772,596.6754,-84.6020,17.4335,80.0919,-11.3561,-0.4955,10.3230,0.0000,10.3230,7.6060,10.3230,0.6581,0.0000,9.6650,0.0000,9.6650,6.3759,3.2890,0.0000,3.2890,-0.2297,3.5188,0.0000,15.6634,10.7919,-22.9365,3971.3635,3971.3635,3971.3635 -757.5000,1.0000,9694.7958,57.6455,57.1510,-0.2803,0.0000,5,1264.4434,-6.4201,559.7983,-83.5723,-0.8501,74.1241,-11.0660,-0.8593,-7.5371,0.0000,-7.5371,7.5463,-7.5371,0.6622,0.0000,-8.1993,0.0000,-8.1993,6.2896,-14.4889,0.0000,-14.4889,-0.3983,-14.0906,0.0000,15.0363,10.6457,-39.7725,1481.2653,1481.2653,1481.2653 -758.5000,1.0000,9710.5199,56.5965,56.0620,-0.3025,0.0000,5,1241.4338,-34.4751,492.6325,-82.2076,-4.4818,64.0435,-10.6872,-0.9105,-11.0560,0.0000,-11.0560,7.4847,-11.0560,0.6533,0.0000,-11.7093,0.0000,-11.7093,6.1751,-17.8845,0.0000,-17.8845,-0.4221,-17.4624,0.0000,14.2305,10.4520,-42.1448,882.5792,882.5792,882.5792 -759.5000,1.0000,9725.9483,55.5325,55.0230,-0.2886,0.0000,5,1218.0952,-23.3808,473.8587,-80.8235,-2.9824,60.4448,-10.3097,-0.8524,-9.4600,0.0000,-9.4600,7.3300,-9.4600,0.6317,0.0000,-10.0917,0.0000,-10.0917,6.0590,-16.1507,0.0000,-16.1507,-0.3952,-15.7556,0.0000,13.4428,10.2555,-39.4539,1048.9386,1048.9386,1048.9386 -760.5000,1.0000,9740.9738,54.0815,53.1600,-0.5175,0.0000,5,1186.2677,-78.9291,463.3973,-78.9311,-9.8050,57.5658,-9.8053,-1.4885,-15.4912,0.0000,-15.4912,7.1746,-15.4912,0.6231,0.0000,-16.1142,0.0000,-16.1142,5.9007,-22.0149,25.1637,-47.1786,-0.6900,-46.4886,0.0000,12.4190,9.9875,-68.8951,0.0000,0.0000,0.0000 -761.5000,1.0000,9755.5032,52.2960,51.4520,-0.4744,0.0000,5,1147.1031,-76.5934,426.2407,-76.5949,-9.2007,51.2019,-9.2009,-1.3196,-14.9193,0.0000,-14.9193,7.0381,-14.9193,0.5930,0.0000,-15.5123,0.0000,-15.5123,5.7059,-21.2182,18.9914,-40.2096,-0.6117,-39.5979,0.5934,11.2288,9.6578,-61.0778,0.0000,0.0000,0.0000 -762.5000,1.0000,9769.5643,50.6100,49.7880,-0.4622,0.0000,5,1110.1210,-74.3879,416.8752,-74.3888,-8.6477,48.4624,-8.6478,-1.2442,-12.3452,0.0000,-12.3452,4.9416,-12.3452,0.5602,0.0000,-12.9054,0.0000,-12.9054,5.5220,-18.4273,15.6056,-34.0329,-0.5768,-33.4562,4.6060,10.1774,9.3463,-57.5859,0.0000,0.0000,0.0000 -763.5000,1.0000,9783.1289,48.8225,47.8770,-0.5308,0.0000,5,1070.9125,-71.7015,404.1772,-71.7029,-8.0410,45.3267,-8.0412,-1.3784,-11.5377,0.0000,-11.5377,4.8750,-11.5377,0.5307,0.0000,-12.0684,0.0000,-12.0684,5.3269,-17.3953,19.6008,-36.9961,-0.6390,-36.3572,9.2872,9.1377,9.0160,-63.7981,0.0000,0.0000,0.0000 -764.5000,1.0000,9796.1568,46.8905,45.9240,-0.5425,0.0000,5,1028.5345,-68.6680,392.8523,-68.6694,-7.3961,42.3133,-7.3962,-1.3529,-10.7615,0.0000,-10.7615,4.7184,-10.7615,0.4999,0.0000,-11.2614,0.0000,-11.2614,5.1161,-16.3775,19.5201,-35.8977,-0.6272,-35.2705,10.5948,8.0957,8.6591,-62.6201,0.0000,0.0000,0.0000 -765.5000,1.0000,9808.6943,45.1250,44.3460,-0.4383,0.0000,5,989.8086,-67.2093,380.7873,-67.2098,-6.9664,39.4696,-6.9665,-1.0520,-10.5009,0.0000,-10.5009,4.5865,-10.5009,0.4735,0.0000,-10.9744,0.0000,-10.9744,4.9235,-15.8979,10.9469,-26.8448,-0.4877,-26.3571,6.7865,7.2143,8.3333,-48.6913,0.0000,0.0000,0.0000 -766.5000,1.0000,9820.8646,43.8030,43.2800,-0.2961,0.0000,5,960.8107,-55.2076,373.0789,-68.8686,-5.5548,37.5377,-6.9293,-0.6898,-9.3386,0.0000,-9.3386,4.4736,-9.3386,0.4517,0.0000,-9.7903,0.0000,-9.7903,4.7793,-14.5695,0.0000,-14.5695,-0.3198,-14.2497,2.9925,6.5976,8.0893,-31.9292,99.4004,99.4004,99.4004 -767.5000,1.0000,9832.8118,43.0000,42.7400,-0.1500,0.0000,5,943.1971,80.1610,376.7301,-69.8762,7.9176,37.2101,-6.9018,-0.3430,3.8668,0.0000,3.8668,4.3938,3.8668,0.4074,0.0000,3.4594,0.0000,3.4594,4.6916,-1.2322,0.0000,-1.2322,-0.1590,-1.0732,0.6228,6.2407,7.9410,-15.8778,2383.4675,2383.4675,2383.4675 -768.5000,1.0000,9844.6182,42.4930,42.2660,-0.1317,0.0000,5,932.0761,92.9749,443.8955,-70.5124,9.0750,43.3272,-6.8825,-0.2976,4.9938,0.0000,4.9938,4.3787,4.9938,0.3984,0.0000,4.5955,0.0000,4.5955,4.6363,-0.0408,0.0000,-0.0408,-0.1379,0.0971,0.0000,6.0225,7.8474,-13.7728,2597.6800,2597.6800,2597.6800 -769.5000,1.0000,9856.3490,42.2210,42.1960,-0.0194,0.0000,5,926.1099,216.6025,451.6578,-70.8537,21.0065,43.8027,-6.8715,-0.0437,16.7235,0.0000,16.7235,4.3267,16.7235,0.4535,0.0000,16.2700,0.0000,16.2700,4.6066,11.6634,0.0000,11.6634,-0.0202,11.6836,0.0000,5.9074,7.7972,-2.0209,4467.0588,4467.0588,4467.0588 -770.5000,1.0000,9868.0747,42.2025,42.2290,0.0092,0.0000,5,925.7041,248.0451,516.7180,-70.8769,24.0454,50.0904,-6.8708,0.0206,19.7281,0.0000,19.7281,4.2967,19.7281,0.4683,0.0000,19.2599,0.0000,19.2599,4.6046,14.6552,0.0000,14.6552,0.0095,14.6457,0.0000,5.8996,7.7938,0.9523,5024.0350,5024.0350,5024.0350 -771.5000,1.0000,9879.7658,42.0780,41.9470,-0.0783,0.0000,5,922.9732,150.5445,529.5464,-71.0331,14.5507,51.1825,-6.8656,-0.1753,10.4344,0.0000,10.4344,4.2915,10.4344,0.4202,0.0000,10.0143,0.0000,10.0143,4.5910,5.4232,0.0000,5.4232,-0.0813,5.5045,0.0000,5.8476,7.7708,-8.1139,3398.6899,3398.6899,3398.6899 -772.5000,1.0000,9891.4168,41.9335,41.9400,-0.0019,0.0000,5,919.8036,235.1074,479.6581,-71.2144,22.6459,46.2014,-6.8595,-0.0043,18.3621,0.0000,18.3621,4.2881,18.3621,0.4579,0.0000,17.9042,0.0000,17.9042,4.5753,13.3289,0.0000,13.3289,-0.0020,13.3309,0.0000,5.7875,7.7441,-0.2007,4750.2137,4750.2137,4750.2137 -773.5000,1.0000,9903.0872,42.0035,42.0870,0.0408,0.0000,5,921.3390,282.7903,525.4402,-71.1266,27.2843,50.6957,-6.8625,0.0912,22.9025,0.0000,22.9025,4.2906,22.9025,0.4816,0.0000,22.4209,0.0000,22.4209,4.5829,17.8380,0.0000,17.8380,0.0423,17.7957,0.0000,5.8166,7.7570,4.2221,5683.2002,5683.2002,5683.2002 -774.5000,1.0000,9914.8049,42.1735,42.2800,0.0536,0.0000,5,925.0680,297.0711,551.8143,-70.9133,28.7781,53.4558,-6.8696,0.1202,24.3901,0.0000,24.3901,4.2678,24.3901,0.4912,0.0000,23.8989,0.0000,23.8989,4.6015,19.2974,0.0000,19.2974,0.0557,19.2417,0.0000,5.8875,7.7884,5.5658,5985.7185,5985.7185,5985.7185 -775.5000,1.0000,9926.6215,42.5300,42.8000,0.1444,0.0000,5,932.8877,399.0918,564.5122,-70.4660,38.9880,55.1482,-6.8839,0.3267,34.3525,0.0000,34.3525,4.3087,34.3525,0.5456,0.0000,33.8069,0.0000,33.8069,4.6404,29.1665,0.0000,29.1665,0.1515,29.0151,0.0000,6.0383,7.8542,15.1226,7947.6571,7947.6571,7947.6571 -776.5000,1.0000,9938.6256,43.2045,43.6290,0.2303,0.0000,5,947.6828,496.0732,623.6946,-69.6196,49.2309,61.8961,-6.9091,0.5291,44.3643,0.0000,44.3643,4.3374,44.3643,0.6045,0.0000,43.7598,0.0000,43.7598,4.7140,39.0458,0.0000,39.0458,0.2453,38.8005,0.0000,6.3305,7.9788,24.4912,9879.6177,9879.6177,9879.6177 -777.5000,1.0000,9950.8239,43.9040,44.1990,0.1583,0.0000,5,963.0262,418.1695,675.8838,-68.7419,42.1715,68.1614,-6.9325,0.3697,37.4035,0.0000,37.4035,4.3983,37.4035,0.5790,0.0000,36.8245,0.0000,36.8245,4.7903,32.0342,0.0000,32.0342,0.1714,31.8628,0.0000,6.6427,8.1080,17.1122,8497.9205,8497.9205,8497.9205 -778.5000,1.0000,9963.2103,44.5810,44.9830,0.2178,0.0000,5,977.8760,486.1425,644.2430,-67.8924,49.7824,65.9724,-6.9524,0.5164,44.8163,0.0000,44.8163,4.4498,44.8163,0.6251,0.0000,44.1912,0.0000,44.1912,4.8641,39.3270,0.0000,39.3270,0.2394,39.0877,0.0000,6.9549,8.2330,23.8997,9981.3344,9981.3344,9981.3344 -779.5000,1.0000,9975.8363,45.4435,45.9240,0.2614,0.0000,5,996.7948,536.9021,684.0050,-66.8102,56.0440,71.3993,-6.9739,0.6317,50.9181,0.0000,50.9181,4.4942,50.9181,0.6673,0.0000,50.2508,0.0000,50.2508,4.9582,45.2926,0.0000,45.2926,0.2929,44.9997,0.0000,7.3667,8.3923,29.2407,11181.7693,11181.7693,11181.7693 -780.5000,1.0000,9988.7192,46.3685,46.8330,0.2525,0.0000,5,1017.0845,530.4343,711.2963,-67.8498,56.4959,75.7593,-7.2266,0.6227,51.2395,0.0000,51.2395,4.6338,51.2395,0.6816,0.0000,50.5579,0.0000,50.5579,5.0592,45.4988,0.0000,45.4988,0.2887,45.2101,0.0000,7.8257,8.5631,28.8213,11264.0029,11264.0029,11264.0029 -781.5000,1.0000,10001.8683,47.3270,47.8410,0.2800,0.0000,5,1038.1090,563.7359,711.5839,-69.3548,61.2840,77.3567,-7.5396,0.7048,55.9034,0.0000,55.9034,4.6758,55.9034,0.7182,0.0000,55.1852,0.0000,55.1852,5.1762,50.0090,0.0000,50.0090,0.3267,49.6823,0.0000,8.3212,8.7401,32.6209,12154.3006,12154.3006,12154.3006 -782.5000,1.0000,10015.3163,48.4025,48.9840,0.3175,0.0000,5,1061.6999,609.5012,731.0913,-71.0435,67.7649,81.2834,-7.8987,0.8173,62.1830,0.0000,62.1830,4.7646,62.1830,0.7648,0.0000,61.4183,0.0000,61.4183,5.3685,56.0498,0.0000,56.0498,0.3789,55.6709,0.0000,8.9017,8.9387,37.8304,13434.7570,13434.7570,13434.7570 -783.5000,1.0000,10029.0596,49.4660,49.9680,0.2733,0.0000,5,1085.0276,563.2773,754.9923,-72.7133,64.0017,85.7851,-8.2620,0.7191,58.4242,0.0000,58.4242,4.8585,58.4242,0.7612,0.0000,57.6630,0.0000,57.6630,5.4099,52.2531,0.0000,52.2531,0.3334,51.9197,0.0000,9.5011,9.1351,33.2835,12642.8717,12642.8717,12642.8717 -784.5000,1.0000,10043.0678,50.4195,50.8910,0.2564,0.0000,5,1105.9424,547.1507,736.1172,-74.1396,63.3677,85.2527,-8.5864,0.6875,57.7860,0.0000,57.7860,4.8942,57.7860,0.7718,0.0000,57.0141,0.0000,57.0141,5.5012,51.5130,0.0000,51.5130,0.3187,51.1942,0.0000,10.0610,9.3112,31.8220,12506.9236,12506.9236,12506.9236 -785.5000,1.0000,10057.2931,51.2010,51.5310,0.1778,0.0000,5,1123.0845,462.2221,729.9448,-75.1621,54.3615,85.8482,-8.8398,0.4841,48.9483,0.0000,48.9483,4.9291,48.9483,0.7391,0.0000,48.2092,0.0000,48.2092,5.5864,42.6227,0.0000,42.6227,0.2244,42.3983,0.0000,10.5357,9.4556,22.4071,10807.5589,10807.5589,10807.5589 -786.5000,1.0000,10071.6211,51.5710,51.6310,0.0278,0.0000,5,1131.2004,296.8283,690.1000,-75.6462,35.1620,81.7486,-8.9610,0.0762,30.1283,0.0000,30.1283,4.9575,30.1283,0.6505,0.0000,29.4778,0.0000,29.4778,5.6268,23.8510,0.0000,23.8510,0.0353,23.8156,0.0000,10.7653,9.5239,3.5264,7203.9461,7203.9461,7203.9461 -787.5000,1.0000,10085.9522,51.5820,51.5530,-0.0217,0.0000,5,1131.4417,242.0777,612.6056,-75.6606,28.6824,72.5841,-8.9646,-0.0594,23.7663,0.0000,23.7663,4.9756,23.7663,0.6189,0.0000,23.1474,0.0000,23.1474,5.6280,17.5194,0.0000,17.5194,-0.0276,17.5470,0.0000,10.7722,9.5259,-2.7512,5923.1692,5923.1692,5923.1692 -788.5000,1.0000,10100.2592,51.4950,51.4570,-0.0267,0.0000,5,1129.5333,236.0034,586.5066,-75.5468,27.9155,69.3746,-8.9360,-0.0730,23.0459,0.0000,23.0459,4.9426,23.0459,0.6140,0.0000,22.4320,0.0000,22.4320,5.6185,16.8135,0.0000,16.8135,-0.0339,16.8473,0.0000,10.7178,9.5099,-3.3804,5769.1811,5769.1811,5769.1811 -789.5000,1.0000,10114.5217,51.3350,51.2330,-0.0622,0.0000,5,1126.0238,196.1079,582.1954,-75.3374,23.1244,68.6507,-8.8836,-0.1699,18.3460,0.0000,18.3460,4.9483,18.3460,0.5881,0.0000,17.7579,0.0000,17.7579,5.6011,12.1568,0.0000,12.1568,-0.0788,12.2356,0.0000,10.6183,9.4803,-7.8630,4953.0197,4953.0197,4953.0197 -790.5000,1.0000,10128.7150,51.0860,50.9590,-0.0761,0.0000,5,1120.5620,180.5063,561.8930,-75.0116,21.1815,65.9353,-8.8022,-0.2068,16.3800,0.0000,16.3800,5.0083,16.3800,0.5746,0.0000,15.8054,0.0000,15.8054,5.5739,10.2315,0.0000,10.2315,-0.0959,10.3274,0.0000,10.4645,9.4343,-9.5715,4571.4305,4571.4305,4571.4305 -791.5000,1.0000,10142.8206,50.7700,50.6010,-0.0994,0.0000,5,1113.6306,153.3299,552.4625,-74.5982,17.8812,64.4277,-8.6996,-0.2685,13.1880,0.0000,13.1880,4.9617,13.1880,0.5540,0.0000,12.6340,0.0000,12.6340,5.5394,7.0946,0.0000,7.0946,-0.1245,7.2191,0.0000,10.2716,9.3760,-12.4284,3917.7938,3917.7938,3917.7938 -792.5000,1.0000,10156.7724,50.2165,49.8520,-0.2081,0.0000,5,1101.4897,31.3099,534.1613,-73.8739,3.6115,61.6143,-8.5212,-0.5557,-0.7590,0.0000,-0.7590,4.9262,-0.7590,0.5251,0.0000,-1.2842,0.0000,-1.2842,5.4790,-6.7632,0.0000,-6.7632,-0.2576,-6.5056,0.0000,9.9397,9.2737,-25.7191,1842.9627,1842.9627,1842.9627 -793.5000,1.0000,10170.4936,49.3865,48.9410,-0.2531,0.0000,5,1083.2838,-20.9040,468.6624,-72.5885,-2.3714,53.1656,-8.2345,-0.6647,-6.5818,0.0000,-6.5818,4.8751,-6.5818,0.5269,0.0000,-7.1087,0.0000,-7.1087,5.3885,-12.4972,0.0000,-12.4972,-0.3081,-12.1890,0.0000,9.4552,9.1205,-30.7647,864.1683,864.1683,864.1683 -794.5000,1.0000,10183.8315,48.0065,47.0920,-0.5136,0.0000,5,1053.0137,-70.4195,427.0542,-70.4217,-7.7653,47.0918,-7.7655,-1.3114,-11.2390,0.0000,-11.2390,4.7851,-11.2390,0.5177,0.0000,-11.7567,0.0000,-11.7567,5.2379,-16.9946,26.7571,-43.7518,-0.6079,-43.1438,0.0000,8.6870,8.8656,-60.6965,0.0000,0.0000,0.0000 -795.5000,1.0000,10196.6906,46.2825,45.4930,-0.4442,0.0000,5,1015.1981,-67.7135,392.1371,-67.7147,-7.1987,41.6886,-7.1988,-1.0933,-10.7701,0.0000,-10.7701,4.6647,-10.7701,0.4910,0.0000,-11.2611,0.0000,-11.2611,5.0498,-16.3109,17.6206,-33.9315,-0.5068,-33.4247,0.8491,7.7838,8.5472,-50.6048,0.0000,0.0000,0.0000 -796.5000,1.0000,10209.1078,44.6920,43.9110,-0.4394,0.0000,5,980.3108,-67.7519,376.8107,-67.7531,-6.9553,38.6826,-6.9554,-1.0445,-10.4655,0.0000,-10.4655,4.5547,-10.4655,0.4672,0.0000,-10.9327,0.0000,-10.9327,4.8763,-15.8089,16.8208,-32.6297,-0.4842,-32.1455,0.9386,7.0087,8.2535,-48.3463,0.0000,0.0000,0.0000 -797.5000,1.0000,10221.1232,43.2455,42.6000,-0.3642,0.0000,5,948.5821,-69.5678,371.1104,-69.5682,-6.9105,36.8644,-6.9106,-0.8376,-10.5384,0.0000,-10.5384,4.4655,-10.5384,0.4469,0.0000,-10.9853,0.0000,-10.9853,4.7184,-15.7037,8.2082,-23.9120,-0.3883,-23.5237,0.9083,6.3494,7.9864,-38.7677,0.0000,0.0000,0.0000 -798.5000,1.0000,10232.8957,42.3710,42.1620,-0.1217,0.0000,5,929.4001,105.2975,378.7697,-70.6655,10.2482,36.8644,-6.8776,-0.2742,6.1470,0.0000,6.1470,4.3754,6.1470,0.4025,0.0000,5.7445,0.0000,5.7445,4.6230,1.1215,0.0000,1.1215,-0.1271,1.2486,0.1432,5.9707,7.8249,-12.6902,2794.3804,2794.3804,2794.3804 -799.5000,1.0000,10244.5842,42.0685,41.9950,-0.0464,0.0000,5,922.7648,186.5270,455.8491,-71.0450,18.0244,44.0495,-6.8652,-0.1038,13.7874,0.0000,13.7874,4.3408,13.7874,0.4368,0.0000,13.3506,0.0000,13.3506,4.5900,8.7606,0.0000,8.7606,-0.0481,8.8087,0.0000,5.8436,7.7690,-4.8040,3963.0890,3963.0890,3963.0890 -800.5000,1.0000,10256.3210,42.2425,42.5100,0.1431,0.0000,5,926.5815,397.1285,505.3968,-70.8267,38.5339,49.0394,-6.8724,0.3214,33.8913,0.0000,33.8913,4.3213,33.8913,0.5396,0.0000,33.3517,0.0000,33.3517,4.6090,28.7427,0.0000,28.7427,0.1490,28.5937,0.0000,5.9166,7.8011,14.8759,7857.3320,7857.3320,7857.3320 -801.5000,1.0000,10268.0421,42.1862,41.8824,-0.1743,0.0000,0,932.2297,44.5674,611.6910,-70.5036,4.3508,59.7150,-6.8828,0.0000,0.0000,0.0000,0.0000,4.3508,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.6028,-4.6028,0.0000,-4.6028,-0.1813,-4.4215,0.0000,5.8931,7.7907,-18.1053,1665.8003,1665.8003,1665.8003 -802.5000,1.0000,10279.9223,42.7586,43.6549,0.4924,0.0000,4,1174.5487,683.8226,683.8226,-78.2321,84.1091,84.1091,-9.6224,17.4785,62.2245,0.0000,62.2245,4.4061,73.5377,2.1581,0.0000,71.3796,0.0000,71.3796,4.9994,66.3802,0.0000,66.3802,0.5191,65.8612,0.0000,6.1386,7.8965,51.8261,16473.6350,16473.6350,16473.6350 -803.5000,1.0000,10292.4291,45.0145,46.3940,0.7609,0.0000,4,1461.3280,769.6634,794.9548,-95.2491,117.7815,121.6519,-14.5760,3.9899,109.2977,0.0000,109.2977,4.4939,109.2977,2.9317,0.0000,106.3659,0.0000,106.3659,5.7314,100.6345,0.0000,100.6345,0.8444,99.7901,0.0000,7.1659,8.3131,84.3112,22931.7447,22931.7447,22931.7447 -804.5000,1.0000,10305.5499,47.2250,48.0760,0.4672,0.0000,4,1533.0901,541.3883,855.6147,-99.5052,86.9171,137.3645,-15.9750,2.5704,79.7496,0.0000,79.7496,4.5970,79.7496,2.4002,0.0000,77.3494,0.0000,77.3494,5.4993,71.8501,0.0000,71.8501,0.5440,71.3061,0.0000,8.2692,8.7213,54.3156,17115.0399,17115.0399,17115.0399 -805.5000,1.0000,10319.1201,48.8425,49.6290,0.4314,0.0000,4,1585.5998,516.5869,793.7258,-102.6194,85.7760,131.7931,-17.0393,2.4546,78.6075,0.0000,78.6075,4.7139,78.6075,2.4222,0.0000,76.1853,0.0000,76.1853,5.6304,70.5548,0.0000,70.5548,0.5195,70.0353,0.0000,9.1477,9.0200,51.8676,17024.4047,17024.4047,17024.4047 -806.5000,1.0000,10333.1411,50.4655,51.3220,0.4703,0.0000,4,1638.2881,551.0878,793.9433,-104.8370,94.5452,136.2098,-17.9860,2.7648,86.9546,0.0000,86.9546,4.8259,86.9546,2.6353,0.0000,84.3193,0.0000,84.3193,5.9016,78.4177,0.0000,78.4177,0.5851,77.8326,0.0000,10.0906,9.3197,58.4223,18708.2428,18708.2428,18708.2428 -807.5000,1.0000,10347.2971,50.9518,50.6016,-0.2001,0.0000,0,1665.7685,28.3505,794.8970,-105.8157,4.9454,138.6609,-18.4584,0.0000,0.0000,0.0000,0.0000,4.9454,0.0000,0.0000,0.0000,0.0001,0.0000,0.0001,5.5592,-5.5592,0.0000,-5.5592,-0.2514,-5.3078,0.0000,10.3827,9.4095,-25.1000,3088.6950,3088.6950,3088.6950 -808.5000,1.0000,10361.4902,51.0850,51.5885,0.2741,0.0000,5,1398.5667,398.7758,398.7758,-91.5269,58.4037,58.4037,-13.4048,-22.9492,76.2799,0.0000,76.2799,5.0731,61.1159,0.7983,0.0000,60.3177,0.0000,60.3177,5.5985,54.7192,0.0000,54.7192,0.3453,54.3739,0.0000,10.4648,9.4341,34.4749,11737.0277,11737.0277,11737.0277 -809.5000,1.0000,10376.0188,52.2930,53.0175,0.3969,0.0000,5,1147.0368,713.3838,713.3838,-76.5909,85.6898,85.6898,-9.1999,1.1039,79.3803,0.0000,79.3803,5.2057,79.3803,0.9075,0.0000,78.4728,0.0000,78.4728,5.9818,72.4910,0.0000,72.4910,0.5118,71.9792,0.0000,11.2259,9.6572,51.0961,16747.4299,16747.4299,16747.4299 -810.5000,1.0000,10390.9860,53.8720,54.7465,0.4803,0.0000,5,1181.6719,813.3878,813.3878,-78.6570,100.6522,100.6522,-9.7334,1.3761,93.9027,0.0000,93.9027,5.3735,93.9027,1.0041,0.0000,92.8986,0.0000,92.8986,6.3433,86.5553,0.0000,86.5553,0.6379,85.9174,0.0000,12.2747,9.9488,63.6939,19585.1835,19585.1835,19585.1835 -811.5000,1.0000,10406.4504,55.6619,56.5973,0.5141,0.0000,5,1220.9339,857.9924,857.9924,-80.9918,109.6994,109.6994,-10.3553,1.5220,102.6837,0.0000,102.6837,5.4937,102.6837,1.0757,0.0000,101.6080,0.0000,101.6080,6.6384,94.9697,0.0000,94.9697,0.7055,94.2641,0.0000,13.5396,10.2794,70.4452,21307.9865,21307.9865,21307.9865 -812.5000,1.0000,10422.4348,57.5336,58.4899,0.5257,0.0000,5,1261.9897,877.8081,877.8081,-83.4268,116.0070,116.0070,-11.0253,1.6087,108.8176,0.0000,108.8176,5.5807,108.8176,1.1360,0.0000,107.6816,0.0000,107.6816,6.9014,100.7802,0.0000,100.7802,0.7457,100.0345,0.0000,14.9518,10.6250,74.4576,22501.7664,22501.7664,22501.7664 -813.5000,1.0000,10438.9456,59.4291,60.3882,0.5273,0.0000,5,1303.5654,886.8299,886.8299,-85.8925,121.0603,121.0603,-11.7251,1.6666,113.7047,0.0000,113.7047,5.6891,113.7047,1.1911,0.0000,112.5135,0.0000,112.5135,7.1481,105.3654,0.0000,105.3654,0.7726,104.5928,0.0000,16.4785,10.9751,77.1393,23454.7582,23454.7582,23454.7582 -814.5000,1.0000,10455.8222,60.7456,61.1230,0.2041,0.0000,5,1332.4433,528.0957,889.1530,-87.6052,73.6868,124.0663,-12.2238,0.6595,67.2495,0.0000,67.2495,5.7779,67.2495,0.9806,0.0000,66.2689,0.0000,66.2689,6.6278,59.6411,0.0000,59.6411,0.3057,59.3354,0.0000,17.5943,11.2182,30.5229,14541.7402,14541.7402,14541.7402 -815.5000,1.0000,10472.7787,61.0335,60.9640,-0.0442,0.0000,5,1338.7586,253.0026,745.2391,-87.9798,35.4696,104.4784,-12.3343,-0.1434,29.8719,0.0000,29.8719,5.7410,29.8719,0.7986,0.0000,29.0734,0.0000,29.0734,6.6592,22.4141,0.0000,22.4141,-0.0665,22.4806,0.0000,17.8450,11.2714,-6.6358,7358.2279,7358.2279,7358.2279 -816.5000,1.0000,10489.7122,60.9505,60.9570,-0.0019,0.0000,5,1336.9380,299.3202,634.4426,-87.8718,41.9060,88.8244,-12.3024,-0.0063,36.2127,0.0000,36.2127,5.6996,36.2127,0.8289,0.0000,35.3838,0.0000,35.3838,6.6502,28.7336,0.0000,28.7336,-0.0029,28.7366,0.0000,17.7723,11.2561,-0.2917,8593.7311,8593.7311,8593.7311 -817.5000,1.0000,10506.6494,60.9640,60.9910,0.0094,0.0000,5,1337.2341,312.7796,653.5601,-87.8894,43.8000,91.5212,-12.3076,0.0306,37.9637,0.0000,37.9637,5.8057,37.9637,0.8379,0.0000,37.1258,0.0000,37.1258,6.6517,30.4742,0.0000,30.4742,0.0142,30.4600,0.0000,17.7841,11.2585,1.4174,8941.2648,8941.2648,8941.2648 -818.5000,1.0000,10523.6280,61.1130,61.2550,0.0733,0.0000,5,1340.5024,384.2256,660.9177,-88.0832,53.9365,92.7777,-12.3649,0.2384,47.9016,0.0000,47.9016,5.7965,47.9016,0.8900,0.0000,47.0116,0.0000,47.0116,6.6679,40.3437,0.0000,40.3437,0.1105,40.2332,0.0000,17.9149,11.2861,11.0323,10838.9932,10838.9932,10838.9932 -819.5000,1.0000,10540.6919,61.4200,61.6050,0.0972,0.0000,5,1347.2364,412.1101,691.2402,-88.4826,58.1414,97.5217,-12.4833,0.3176,51.9929,0.0000,51.9929,5.8310,51.9929,0.9156,0.0000,51.0772,0.0000,51.0772,6.7014,44.3758,0.0000,44.3758,0.1472,44.2286,0.0000,18.1863,11.3428,14.6996,11646.5254,11646.5254,11646.5254 -820.5000,1.0000,10557.8233,61.6630,61.7410,0.0378,0.0000,5,1352.5666,347.2089,702.1994,-88.7987,49.1788,99.4598,-12.5775,0.1239,43.1860,0.0000,43.1860,5.8690,43.1860,0.8757,0.0000,42.3103,0.0000,42.3103,6.7279,35.5824,0.0000,35.5824,0.0574,35.5249,0.0000,18.4029,11.3876,5.7344,9924.1187,9924.1187,9924.1187 -821.5000,1.0000,10575.0251,61.9165,62.1120,0.1031,0.0000,5,1358.1270,420.9283,678.6417,-89.1285,59.8656,96.5183,-12.6761,0.3394,53.6179,0.0000,53.6179,5.9083,53.6179,0.9321,0.0000,52.6857,0.0000,52.6857,6.7556,45.9302,0.0000,45.9302,0.1573,45.7729,0.0000,18.6309,11.4344,15.7075,11969.7496,11969.7496,11969.7496 -822.5000,1.0000,10592.3126,62.2250,62.3580,0.0683,0.0000,5,1364.8939,383.4194,708.2603,-89.5298,54.8027,101.2326,-12.7966,0.2261,48.6759,0.0000,48.6759,5.9006,48.6759,0.9127,0.0000,47.7633,0.0000,47.7633,6.7892,40.9740,0.0000,40.9740,0.1048,40.8692,0.0000,18.9107,11.4914,10.4671,11025.8440,11025.8440,11025.8440 -823.5000,1.0000,10609.6731,62.4880,62.6380,0.0778,0.0000,5,1370.6628,394.9081,694.7248,-89.8719,56.6833,99.7176,-12.8998,0.2585,50.5197,0.0000,50.5197,5.9051,50.5197,0.9263,0.0000,49.5934,0.0000,49.5934,6.8179,42.7755,0.0000,42.7755,0.1198,42.6556,0.0000,19.1515,11.5400,11.9641,11391.4502,11391.4502,11391.4502 -824.5000,1.0000,10627.1023,62.7350,62.8520,0.0594,0.0000,5,1376.0807,375.5801,699.8404,-90.1933,54.1222,100.8490,-12.9971,0.1983,48.0000,0.0000,48.0000,5.9238,48.0000,0.9180,0.0000,47.0821,0.0000,47.0821,6.8449,40.2372,0.0000,40.2372,0.0919,40.1452,0.0000,19.3795,11.5856,9.1802,10905.9764,10905.9764,10905.9764 -825.5000,1.0000,10644.5870,62.9350,63.0380,0.0517,0.0000,5,1380.4676,382.3555,692.9664,-90.4535,55.2742,100.1768,-13.0762,0.1729,47.0559,0.0000,47.0559,8.0453,47.0559,0.9166,0.0000,46.1393,0.0000,46.1393,6.8667,39.2726,0.0000,39.2726,0.0802,39.1924,0.0000,19.5654,11.6225,8.0045,11130.0312,11130.0312,11130.0312 -826.5000,1.0000,10662.1292,63.1420,63.2660,0.0633,0.0000,5,1385.0081,396.6887,696.6959,-90.7227,57.5348,101.0472,-13.1582,0.2127,49.1828,0.0000,49.1828,8.1394,49.1828,0.9308,0.0000,48.2519,0.0000,48.2519,6.8893,41.3627,0.0000,41.3627,0.0986,41.2641,0.0000,19.7591,11.6608,9.8442,11563.3924,11563.3924,11563.3924 -827.5000,1.0000,10679.7409,63.3920,63.5380,0.0756,0.0000,5,1390.4918,411.1585,703.4375,-91.0480,59.8696,102.4289,-13.2577,0.2547,51.4734,0.0000,51.4734,8.1415,51.4734,0.9466,0.0000,50.5268,0.0000,50.5268,6.9166,43.6102,0.0000,43.6102,0.1181,43.4921,0.0000,19.9948,11.7069,11.7904,11993.6720,11993.6720,11993.6720 -828.5000,1.0000,10697.4265,63.6580,63.7980,0.0722,0.0000,5,1396.3265,408.6669,709.9524,-91.3940,59.7565,103.8114,-13.3639,0.2445,51.3305,0.0000,51.3305,8.1814,51.3305,0.9504,0.0000,50.3801,0.0000,50.3801,6.9456,43.4345,0.0000,43.4345,0.1134,43.3211,0.0000,20.2475,11.7561,11.3176,11981.2587,11981.2587,11981.2587 -829.5000,1.0000,10715.1781,63.8960,64.0140,0.0600,0.0000,5,1401.5470,396.0715,709.6977,-91.7036,58.1313,104.1621,-13.4593,0.2039,49.7255,0.0000,49.7255,8.2019,49.7255,0.9465,0.0000,48.7790,0.0000,48.7790,6.9716,41.8074,0.0000,41.8074,0.0945,41.7129,0.0000,20.4754,11.8000,9.4374,11685.5619,11685.5619,11685.5619 -830.5000,1.0000,10732.9354,63.9160,63.8380,-0.0489,0.0000,5,1401.9857,274.7879,702.9938,-91.7296,40.3432,103.2105,-13.4673,-0.1662,32.3629,0.0000,32.3629,8.1464,32.3629,0.8601,0.0000,31.5029,0.0000,31.5029,6.9737,24.5291,0.0000,24.5291,-0.0770,24.6062,0.0000,20.4946,11.8037,-7.6922,8353.1766,8353.1766,8353.1766 -831.5000,1.0000,10750.6273,63.6810,63.5440,-0.0817,0.0000,5,1396.8310,237.3368,654.4972,-91.4239,34.7166,95.7371,-13.3731,-0.2766,26.8761,0.0000,26.8761,8.1172,26.8761,0.8286,0.0000,26.0475,0.0000,26.0475,6.9481,19.0994,0.0000,19.0994,-0.1282,19.2276,0.0000,20.2695,11.7603,-12.8022,7301.1322,7301.1322,7301.1322 -832.5000,1.0000,10768.2501,63.4320,63.3400,-0.0567,0.0000,5,1391.3692,249.6759,639.2112,-91.1000,36.3787,93.1355,-13.2736,-0.1912,30.5736,0.0000,30.5736,5.9963,30.5736,0.8428,0.0000,29.7308,0.0000,29.7308,6.9209,22.8099,0.0000,22.8099,-0.0886,22.8985,0.0000,20.0326,11.7143,-8.8484,7601.3525,7601.3525,7601.3525 -833.5000,1.0000,10785.7904,63.1350,62.9500,-0.1083,0.0000,5,1384.8546,190.8914,641.4004,-90.7136,27.6834,93.0169,-13.1554,-0.3638,22.0904,0.0000,22.0904,5.9567,22.0904,0.7952,0.0000,21.2952,0.0000,21.2952,6.8885,14.4066,0.0000,14.4066,-0.1686,14.5753,0.0000,19.7527,11.6595,-16.8369,5991.0754,5991.0754,5991.0754 -834.5000,1.0000,10803.2058,62.6855,62.4410,-0.1414,0.0000,5,1374.9949,152.0367,615.0491,-90.1289,21.8916,88.5604,-12.9776,-0.4714,16.4730,0.0000,16.4730,5.8901,16.4730,0.7595,0.0000,15.7135,0.0000,15.7135,6.8395,8.8740,0.0000,8.8740,-0.2185,9.0925,0.0000,19.3339,11.5765,-21.8178,4916.8267,4916.8267,4916.8267 -835.5000,1.0000,10820.4644,62.1210,61.8210,-0.1722,0.0000,5,1362.6127,115.4024,595.6364,-89.3945,16.4671,84.9928,-12.7559,-0.5690,11.1898,0.0000,11.1898,5.8463,11.1898,0.7235,0.0000,10.4663,0.0000,10.4663,6.7779,3.6884,0.0000,3.6884,-0.2638,3.9522,0.0000,18.8164,11.4722,-26.3364,3915.2190,3915.2190,3915.2190 -836.5000,1.0000,10837.5597,61.5330,61.2650,-0.1544,0.0000,5,1349.7150,132.8054,577.8184,-88.6296,18.7710,81.6699,-12.5271,-0.5054,13.4607,0.0000,13.4607,5.8157,13.4607,0.7249,0.0000,12.7358,0.0000,12.7358,6.7137,6.0221,0.0000,6.0221,-0.2343,6.2564,0.0000,18.2871,11.3636,-23.3943,4308.6447,4308.6447,4308.6447 -837.5000,1.0000,10854.4765,60.8905,60.5360,-0.2025,0.0000,5,1335.6219,77.1064,580.2095,-87.7937,10.7846,81.1516,-12.2794,-0.6558,5.6371,0.0000,5.6371,5.8033,5.6371,0.6852,0.0000,4.9519,0.0000,4.9519,6.6436,-1.6917,0.0000,-1.6917,-0.3040,-1.3877,0.0000,17.7205,11.2450,-30.3532,3036.4437,3036.4437,3036.4437 -838.5000,1.0000,10871.2305,60.3045,60.0930,-0.1231,0.0000,5,1322.7681,162.3884,555.5884,-87.0314,22.4940,76.9601,-12.0556,-0.3947,17.2024,0.0000,17.2024,5.6863,17.2024,0.7231,0.0000,16.4793,0.0000,16.4793,6.5797,9.8996,0.0000,9.8996,-0.1830,10.0826,0.0000,17.2134,11.1367,-18.2675,4959.4413,4959.4413,4959.4413 -839.5000,1.0000,10887.8410,59.7880,59.5030,-0.1639,0.0000,5,1311.4388,115.1434,587.5725,-86.3595,15.8131,80.6934,-11.8601,-0.5211,10.6591,0.0000,10.6591,5.6751,10.6591,0.6818,0.0000,9.9773,0.0000,9.9773,6.5233,3.4540,0.0000,3.4540,-0.2416,3.6955,0.0000,16.7750,11.0414,-24.1209,3725.4733,3725.4733,3725.4733 -840.5000,1.0000,10904.2856,59.1905,58.8980,-0.1681,0.0000,5,1298.3327,107.9757,564.2455,-85.5822,14.6805,76.7154,-11.6358,-0.5290,9.6009,0.0000,9.6009,5.6087,9.6009,0.6667,0.0000,8.9342,0.0000,8.9342,6.4582,2.4760,0.0000,2.4760,-0.2452,2.7212,0.0000,16.2771,10.9310,-24.4869,3495.6468,3495.6468,3495.6468 -841.5000,1.0000,10920.5880,58.6785,58.4790,-0.1164,0.0000,5,1287.1021,163.0832,559.6229,-84.9161,21.9812,75.4288,-11.4454,-0.3632,16.8110,0.0000,16.8110,5.5334,16.8110,0.6944,0.0000,16.1165,0.0000,16.1165,6.4023,9.7143,0.0000,9.7143,-0.1684,9.8826,0.0000,15.8582,10.8365,-16.8120,4834.9907,4834.9907,4834.9907 -842.5000,1.0000,10936.8088,58.3850,58.3110,-0.0467,0.0000,5,1280.6642,239.5515,583.3444,-84.5343,32.1265,78.2328,-11.3370,-0.1449,26.7388,0.0000,26.7388,5.5326,26.7388,0.7393,0.0000,25.9995,0.0000,25.9995,6.3703,19.6292,0.0000,19.6292,-0.0672,19.6964,0.0000,15.6212,10.7823,-6.7071,6703.4361,6703.4361,6703.4361 -843.5000,1.0000,10953.0151,58.3325,58.3740,0.0175,0.0000,5,1279.5126,310.8215,617.1224,-84.4660,41.6471,82.6884,-11.3176,0.0543,36.0393,0.0000,36.0393,5.5535,36.0393,0.7850,0.0000,35.2543,0.0000,35.2543,6.3645,28.8898,0.0000,28.8898,0.0252,28.8646,0.0000,15.5791,10.7726,2.5129,8488.2153,8488.2153,8488.2153 -844.5000,1.0000,10969.2451,58.4180,58.4820,0.0300,0.0000,5,1281.3881,324.9007,647.9499,-84.5772,43.5973,86.9462,-11.3491,0.0932,37.9633,0.0000,37.9633,5.5408,37.9633,0.7960,0.0000,37.1673,0.0000,37.1673,6.3739,30.7935,0.0000,30.7935,0.0432,30.7503,0.0000,15.6477,10.7884,4.3142,8847.1245,8847.1245,8847.1245 -845.5000,1.0000,10985.5034,58.5200,58.5780,0.0267,0.0000,5,1283.6254,321.5080,654.2408,-84.7099,43.2174,87.9437,-11.3868,0.0830,37.5978,0.0000,37.5978,5.5366,37.5978,0.7958,0.0000,36.8020,0.0000,36.8020,6.3850,30.4170,0.0000,30.4170,0.0385,30.3785,0.0000,15.7298,10.8072,3.8415,8779.1878,8779.1878,8779.1878 -846.5000,1.0000,11001.7845,58.6020,58.6460,0.0189,0.0000,5,1285.4241,313.3414,652.9930,-84.8166,42.1787,87.8989,-11.4171,0.0589,36.5564,0.0000,36.5564,5.5634,36.5564,0.7919,0.0000,35.7645,0.0000,35.7645,6.3939,29.3706,0.0000,29.3706,0.0273,29.3433,0.0000,15.7960,10.8223,2.7249,8587.5827,8587.5827,8587.5827 -847.5000,1.0000,11018.0459,58.5310,58.4360,-0.0583,0.0000,5,1283.8667,227.4753,647.7969,-84.7242,30.5832,87.0938,-11.3909,-0.1816,25.1790,0.0000,25.1790,5.5858,25.1790,0.7339,0.0000,24.4451,0.0000,24.4451,6.3862,18.0589,0.0000,18.0589,-0.0842,18.1431,0.0000,15.7387,10.8092,-8.4049,6418.1490,6418.1490,6418.1490 -848.5000,1.0000,11034.2276,58.2440,58.0720,-0.1011,0.0000,5,1277.5714,178.4959,609.0761,-84.3509,23.8804,81.4864,-11.2850,-0.3132,18.6740,0.0000,18.6740,5.5196,18.6740,0.6967,0.0000,17.9773,0.0000,17.9773,6.3549,11.6225,0.0000,11.6225,-0.1452,11.7676,0.0000,15.5085,10.7562,-14.4970,5179.6158,5179.6158,5179.6158 -849.5000,1.0000,11050.3179,57.9150,57.7780,-0.0817,0.0000,5,1270.3549,199.3564,586.8452,-83.9229,26.5206,78.0688,-11.1644,-0.2515,21.2060,0.0000,21.2060,5.5662,21.2060,0.7040,0.0000,20.5019,0.0000,20.5019,6.3190,14.1829,0.0000,14.1829,-0.1166,14.2995,0.0000,15.2471,10.6955,-11.6430,5672.7068,5672.7068,5672.7068 -850.5000,1.0000,11066.2754,57.4370,57.1160,-0.1839,0.0000,5,1259.8700,83.4946,591.3861,-83.3011,11.0157,78.0235,-10.9902,-0.5617,6.1110,0.0000,6.1110,5.4664,6.1110,0.6245,0.0000,5.4865,0.0000,5.4865,6.2668,-0.7803,0.0000,-0.7803,-0.2604,-0.5199,0.0000,14.8731,10.6072,-26.0002,2939.0312,2939.0312,2939.0312 -851.5000,1.0000,11082.0256,56.6910,56.2860,-0.2306,0.0000,5,1243.5066,29.0642,535.3600,-82.3306,3.7847,69.7144,-10.7211,-0.6951,-0.9115,0.0000,-0.9115,5.3914,-0.9115,0.6296,0.0000,-1.5411,0.0000,-1.5411,6.1854,-7.7265,0.0000,-7.7265,-0.3222,-7.4043,0.0000,14.3013,10.4694,-32.1750,2025.2733,2025.2733,2025.2733 -852.5000,1.0000,11097.5190,55.7660,55.2660,-0.2833,0.0000,5,1223.2169,-32.6512,504.4083,-81.1272,-4.1825,64.6122,-10.3920,-0.8403,-8.6551,0.0000,-8.6551,5.3130,-8.6551,0.6335,0.0000,-9.2886,0.0000,-9.2886,6.0845,-15.3731,0.0000,-15.3731,-0.3896,-14.9836,0.0000,13.6131,10.2986,-38.8952,878.7226,878.7226,878.7226 -853.5000,1.0000,11112.7334,54.7620,54.2780,-0.2744,0.0000,5,1201.1944,-26.4791,470.2195,-79.8211,-3.3308,59.1483,-10.0406,-0.7993,-7.7733,0.0000,-7.7733,5.2419,-7.7733,0.6148,0.0000,-8.3882,0.0000,-8.3882,5.9750,-14.3631,0.0000,-14.3631,-0.3705,-13.9926,0.0000,12.8909,10.1132,-36.9967,951.6613,951.6613,951.6613 -854.5000,1.0000,11127.6588,53.7215,53.1850,-0.3036,0.0000,5,1178.3712,-62.4506,465.5806,-78.4601,-7.7063,57.4521,-9.6819,-0.8675,-11.9918,0.0000,-11.9918,5.1529,-11.9918,0.6085,0.0000,-12.6003,0.0000,-12.6003,5.8614,-18.4617,0.0000,-18.4617,-0.4021,-18.0596,0.0000,12.1703,9.9210,-40.1509,220.0829,220.0829,220.0829 -855.5000,1.0000,11142.3208,52.7730,52.3810,-0.2233,0.0000,5,1157.5660,22.7054,444.7532,-77.2190,2.7524,53.9130,-9.3605,-0.6268,-1.6959,0.0000,-1.6959,5.0751,-1.6959,0.5675,0.0000,-2.2635,0.0000,-2.2635,5.7580,-8.0214,0.0000,-8.0214,-0.2906,-7.7308,0.0000,11.5364,9.7459,-29.0131,1801.5844,1801.5844,1801.5844 -856.5000,1.0000,11156.7531,51.9465,51.5320,-0.2358,0.0000,5,1139.4369,6.4232,479.9654,-76.1376,0.7664,57.2702,-9.0849,-0.6515,-3.6360,0.0000,-3.6360,5.0540,-3.6360,0.5593,0.0000,-4.1953,0.0000,-4.1953,5.6678,-9.8630,0.0000,-9.8630,-0.3020,-9.5610,0.0000,11.0029,9.5932,-30.1572,1451.1130,1451.1130,1451.1130 -857.5000,1.0000,11171.0022,51.2865,51.0610,-0.1308,0.0000,5,1124.9599,119.9901,471.0969,-75.2740,14.1355,55.4978,-8.8677,-0.3569,9.5155,0.0000,9.5155,4.9768,9.5155,0.5432,0.0000,8.9723,0.0000,8.9723,5.5958,3.3765,0.0000,3.3765,-0.1654,3.5420,0.0000,10.5884,9.4713,-16.5177,3327.8932,3327.8932,3327.8932 -858.5000,1.0000,11185.1381,50.8795,50.7180,-0.0953,0.0000,5,1116.0325,157.8784,524.1894,-74.7414,18.4514,61.2624,-8.7351,-0.2578,13.7914,0.0000,13.7914,4.9177,13.7914,0.5586,0.0000,13.2328,0.0000,13.2328,5.5514,7.6815,0.0000,7.6815,-0.1195,7.8010,0.0000,10.3382,9.3962,-11.9334,4032.5081,4032.5081,4032.5081 -859.5000,1.0000,11199.2044,50.6285,50.5590,-0.0442,0.0000,5,1110.5268,213.7791,542.2158,-74.4130,24.8613,63.0565,-8.6538,-0.1189,20.0864,0.0000,20.0864,4.8938,20.0864,0.5864,0.0000,19.5000,0.0000,19.5000,5.5240,13.9760,0.0000,13.9760,-0.0551,14.0312,0.0000,10.1858,9.3498,-5.5045,5247.3661,5247.3661,5247.3661 -860.5000,1.0000,11213.2855,50.6820,50.8250,0.0739,0.0000,5,1111.7003,344.9880,571.5958,-74.4830,40.1625,66.5435,-8.6711,0.1992,35.0808,0.0000,35.0808,4.8825,35.0808,0.6622,0.0000,34.4186,0.0000,34.4186,5.5298,28.8888,0.0000,28.8888,0.0923,28.7965,0.0000,10.2182,9.3597,9.2185,8075.0380,8075.0380,8075.0380 -861.5000,1.0000,11227.4692,51.0515,51.2980,0.1314,0.0000,5,1119.8053,410.2257,635.7086,-74.9665,48.1054,74.5468,-8.7910,0.3567,42.8251,0.0000,42.8251,4.9235,42.8251,0.7063,0.0000,42.1188,0.0000,42.1188,5.5701,36.5487,0.0000,36.5487,0.1654,36.3833,0.0000,10.4435,9.4279,16.5119,9650.2059,9650.2059,9650.2059 -862.5000,1.0000,11241.8149,51.6345,51.9910,0.1925,0.0000,5,1132.5933,479.9165,669.0056,-75.7293,56.9204,79.3473,-8.9819,0.5286,51.4462,0.0000,51.4462,4.9456,51.4462,0.7580,0.0000,50.6881,0.0000,50.6881,5.6337,45.0544,0.0000,45.0544,0.2451,44.8093,0.0000,10.8056,9.5356,24.4681,11332.7247,11332.7247,11332.7247 -863.5000,1.0000,11256.3588,52.3480,52.7250,0.2039,0.0000,5,1148.2437,495.2670,703.2841,-76.6629,59.5528,84.5656,-9.2182,0.5676,53.9570,0.0000,53.9570,5.0281,53.9570,0.7812,0.0000,53.1758,0.0000,53.1758,5.7116,47.4642,0.0000,47.4642,0.2631,47.2010,0.0000,11.2598,9.6674,26.2738,11863.5220,11863.5220,11863.5220 -864.5000,1.0000,11271.1295,53.1645,53.6240,0.2497,0.0000,5,1166.1535,549.1300,713.4853,-77.7313,67.0594,87.1303,-9.4925,0.7061,61.2534,0.0000,61.2534,5.0999,61.2534,0.8300,0.0000,60.4234,0.0000,60.4234,5.8007,54.6227,0.0000,54.6227,0.3273,54.2954,0.0000,11.7952,9.8182,32.6820,13276.3188,13276.3188,13276.3188 -865.5000,1.0000,11286.1538,54.0775,54.5510,0.2575,0.0000,5,1186.1800,561.0967,740.2081,-78.9259,69.6975,91.9460,-9.8039,0.7406,63.7915,0.0000,63.7915,5.1654,63.7915,0.8566,0.0000,62.9348,0.0000,62.9348,5.9127,57.0221,0.0000,57.0221,0.3433,56.6788,0.0000,12.4135,9.9868,34.2786,13803.3960,13803.3960,13803.3960 -866.5000,1.0000,11301.4485,55.0510,55.5710,0.2833,0.0000,5,1207.5335,593.8242,748.1088,-80.1971,75.0906,94.6003,-10.1411,0.8296,69.0216,0.0000,69.0216,5.2395,69.0216,0.8978,0.0000,68.1238,0.0000,68.1238,6.0800,62.0438,0.0000,62.0438,0.3846,61.6593,0.0000,13.0962,10.1666,38.3965,14832.9865,14832.9865,14832.9865 -867.5000,1.0000,11316.9973,55.9655,56.3800,0.2247,0.0000,5,1227.5929,531.2637,763.5017,-81.3868,68.2957,98.1506,-10.4625,0.6689,62.3494,0.0000,62.3494,5.2774,62.3494,0.8787,0.0000,61.4707,0.0000,61.4707,6.1063,55.3644,0.0000,55.3644,0.3101,55.0543,0.0000,13.7592,10.3354,30.9596,13537.6356,13537.6356,13537.6356 -868.5000,1.0000,11332.7673,56.7620,57.1640,0.2178,0.0000,5,1245.0640,526.8774,738.7260,-82.4229,68.6957,96.3172,-10.7465,0.6574,62.6583,0.0000,62.6583,5.3800,62.6583,0.8929,0.0000,61.7654,0.0000,61.7654,6.1932,55.5723,0.0000,55.5723,0.3048,55.2675,0.0000,14.3550,10.4825,30.4299,13612.2278,13612.2278,13612.2278 -869.5000,1.0000,11348.7334,57.4680,57.7920,0.1744,0.0000,5,1260.5500,481.6000,738.1376,-83.3414,63.5734,97.4375,-11.0014,0.5332,57.5843,0.0000,57.5843,5.4559,57.5843,0.8788,0.0000,56.7055,0.0000,56.7055,6.2702,50.4353,0.0000,50.4353,0.2472,50.1882,0.0000,14.8971,10.6129,24.6781,12647.3709,12647.3709,12647.3709 -870.5000,1.0000,11364.8865,58.1410,58.5100,0.1994,0.0000,5,1275.3121,511.8635,721.4543,-84.2169,68.3596,96.3505,-11.2472,0.6167,62.2517,0.0000,62.2517,5.4912,62.2517,0.9129,0.0000,61.3387,0.0000,61.3387,6.3436,54.9951,0.0000,54.9951,0.2859,54.7092,0.0000,15.4268,10.7372,28.5452,13563.4474,13563.4474,13563.4474 -871.5000,1.0000,11381.2467,58.8870,59.2840,0.2150,0.0000,5,1291.6755,532.3034,736.3381,-85.1874,72.0015,99.6000,-11.5228,0.6734,65.7494,0.0000,65.7494,5.5787,65.7494,0.9425,0.0000,64.8069,0.0000,64.8069,6.4250,58.3819,0.0000,58.3819,0.3121,58.0697,0.0000,16.0283,10.8750,31.1664,14249.5523,14249.5523,14249.5523 -872.5000,1.0000,11397.7885,59.5405,59.8170,0.1481,0.0000,5,1306.0099,460.2352,745.5481,-86.0375,62.9441,101.9649,-11.7669,0.4688,56.8861,0.0000,56.8861,5.5892,56.8861,0.9089,0.0000,55.9772,0.0000,55.9772,6.4963,49.4808,0.0000,49.4808,0.2173,49.2635,0.0000,16.5675,10.9957,21.7003,12547.8358,12547.8358,12547.8358 -873.5000,1.0000,11414.4705,60.0450,60.2930,0.1322,0.0000,5,1317.0760,445.2173,717.5321,-86.6938,61.4061,98.9648,-11.9571,0.4222,55.2811,0.0000,55.2811,5.7027,55.2811,0.9092,0.0000,54.3720,0.0000,54.3720,6.5514,47.8206,0.0000,47.8206,0.1957,47.6248,0.0000,16.9921,11.0888,19.5439,12251.1559,12251.1559,12251.1559 -874.5000,1.0000,11431.2326,60.3335,60.3940,0.0281,0.0000,5,1323.4042,330.7185,710.7183,-87.0691,45.8331,98.4960,-12.0666,0.0900,40.0091,0.0000,40.0091,5.7340,40.0091,0.8376,0.0000,39.1715,0.0000,39.1715,6.5829,32.5887,0.0000,32.5887,0.0417,32.5469,0.0000,17.2380,11.1421,4.1668,9308.4905,9308.4905,9308.4905 -875.5000,1.0000,11447.9449,60.1545,59.9350,-0.1275,0.0000,5,1319.4779,156.8929,660.3654,-86.8363,21.6787,91.2463,-11.9986,-0.4079,16.4049,0.0000,16.4049,5.6817,16.4049,0.7166,0.0000,15.6883,0.0000,15.6883,6.5633,9.1250,0.0000,9.1250,-0.1891,9.3141,0.0000,17.0853,11.1090,-18.8802,4808.8464,4808.8464,4808.8464 -876.5000,1.0000,11464.4887,59.5475,59.1800,-0.2097,0.0000,5,1306.1634,63.4342,582.9452,-86.0466,8.6766,79.7359,-11.7696,-0.6642,3.6841,0.0000,3.6841,5.6567,3.6841,0.6667,0.0000,3.0175,0.0000,3.0175,6.4971,-3.4796,0.0000,-3.4796,-0.3079,-3.1717,0.0000,16.5737,10.9970,-30.7424,2726.3293,2726.3293,2726.3293 -877.5000,1.0000,11480.8442,58.8700,58.5800,-0.1667,0.0000,5,1291.3026,108.4682,540.3113,-85.1653,14.6676,73.0635,-11.5165,-0.5218,9.5756,0.0000,9.5756,5.6138,9.5756,0.6614,0.0000,8.9142,0.0000,8.9142,6.4232,2.4910,0.0000,2.4910,-0.2419,2.7329,0.0000,16.0142,10.8718,-24.1531,3475.6432,3475.6432,3475.6432 -878.5000,1.0000,11497.1048,58.5280,58.4960,-0.0233,0.0000,5,1283.8009,266.0704,561.2632,-84.7203,35.7703,75.4558,-11.3897,-0.0726,30.2948,0.0000,30.2948,5.5482,30.2948,0.7594,0.0000,29.5354,0.0000,29.5354,6.3859,23.1495,0.0000,23.1495,-0.0337,23.1832,0.0000,15.7363,10.8087,-3.3618,7397.6411,7397.6411,7397.6411 -879.5000,1.0000,11513.3587,58.5040,58.5320,0.0100,0.0000,5,1283.2745,303.0455,628.9881,-84.6891,40.7245,84.5261,-11.3809,0.0311,35.1423,0.0000,35.1423,5.5511,35.1423,0.7832,0.0000,34.3590,0.0000,34.3590,6.3832,27.9758,0.0000,27.9758,0.0144,27.9613,0.0000,15.7169,10.8042,1.4402,8328.1209,8328.1209,8328.1209 -880.5000,1.0000,11529.6331,58.5780,58.6440,0.0311,0.0000,5,1284.8976,326.7962,645.3467,-84.7854,43.9718,86.8341,-11.4082,0.0969,38.3173,0.0000,38.3173,5.5575,38.3173,0.8003,0.0000,37.5170,0.0000,37.5170,6.3913,31.1257,0.0000,31.1257,0.0449,31.0808,0.0000,15.7767,10.8179,4.4862,8925.2517,8925.2517,8925.2517 -881.5000,1.0000,11545.9513,58.7355,58.8470,0.0564,0.0000,5,1288.3524,355.2954,656.4574,-84.9903,47.9350,88.5666,-11.4665,0.1761,42.2169,0.0000,42.2169,5.5419,42.2169,0.8224,0.0000,41.3946,0.0000,41.3946,6.4085,34.9861,0.0000,34.9861,0.0817,34.9044,0.0000,15.9043,10.8470,8.1531,9683.7029,9683.7029,9683.7029 -882.5000,1.0000,11562.3297,58.9520,59.0770,0.0639,0.0000,5,1293.1013,364.6564,669.3620,-85.2719,49.3793,90.6405,-11.5469,0.2003,43.5972,0.0000,43.5972,5.5818,43.5972,0.8328,0.0000,42.7643,0.0000,42.7643,6.4321,36.3322,0.0000,36.3322,0.0929,36.2394,0.0000,16.0808,10.8870,9.2716,9963.3310,9963.3310,9963.3310 -883.5000,1.0000,11578.7677,59.1670,59.2770,0.0556,0.0000,5,1297.8173,356.6490,673.9288,-85.5516,48.4711,91.5917,-11.6271,0.1748,42.6439,0.0000,42.6439,5.6524,42.6439,0.8316,0.0000,41.8123,0.0000,41.8123,6.4556,35.3567,0.0000,35.3567,0.0810,35.2757,0.0000,16.2574,10.9267,8.0916,9798.2259,9798.2259,9798.2259 -884.5000,1.0000,11595.2631,59.3735,59.4900,0.0592,0.0000,5,1302.3468,360.9945,671.4623,-85.8203,49.2329,91.5750,-11.7043,0.1868,43.4444,0.0000,43.4444,5.6017,43.4444,0.8389,0.0000,42.6054,0.0000,42.6054,6.4781,36.1273,0.0000,36.1273,0.0866,36.0407,0.0000,16.4282,10.9648,8.6477,9943.4307,9943.4307,9943.4307 -885.5000,1.0000,11611.8188,59.5905,59.7110,0.0614,0.0000,5,1307.1066,364.6434,674.1332,-86.1026,49.9124,92.2753,-11.7857,0.1946,44.0567,0.0000,44.0567,5.6611,44.0567,0.8456,0.0000,43.2111,0.0000,43.2111,6.5018,36.7093,0.0000,36.7093,0.0902,36.6191,0.0000,16.6090,11.0049,9.0053,10068.4138,10068.4138,10068.4138 -886.5000,1.0000,11628.4329,59.8005,59.9100,0.0553,0.0000,5,1311.7130,358.6206,676.3340,-86.3758,49.2609,92.9028,-11.8648,0.1758,43.4183,0.0000,43.4183,5.6668,43.4183,0.8458,0.0000,42.5725,0.0000,42.5725,6.5247,36.0478,0.0000,36.0478,0.0815,35.9663,0.0000,16.7852,11.0437,8.1374,9944.8744,9944.8744,9944.8744 -887.5000,1.0000,11645.1273,60.0900,60.2900,0.1056,0.0000,5,1318.0631,415.5000,675.9033,-86.7524,57.3503,93.2931,-11.9742,0.3373,51.3443,0.0000,51.3443,5.6687,51.3443,0.8902,0.0000,50.4540,0.0000,50.4540,6.5563,43.8977,0.0000,43.8977,0.1564,43.7414,0.0000,17.0303,11.0971,15.6139,11484.8849,11484.8849,11484.8849 -888.5000,1.0000,11661.9258,60.4645,60.6590,0.1025,0.0000,5,1326.2777,413.1618,700.3521,-87.2396,57.3830,97.2701,-12.1165,0.3296,51.4202,0.0000,51.4202,5.6332,51.4202,0.8968,0.0000,50.5234,0.0000,50.5234,6.5972,43.9262,0.0000,43.9262,0.1528,43.7734,0.0000,17.3507,11.1663,15.2565,11494.3267,11494.3267,11494.3267 -889.5000,1.0000,11678.8410,60.8850,61.1310,0.1311,0.0000,5,1335.5013,447.1835,701.4021,-87.7866,62.5401,98.0935,-12.2772,0.4246,56.3785,0.0000,56.3785,5.7371,56.3785,0.9286,0.0000,55.4498,0.0000,55.4498,6.6430,48.8068,0.0000,48.8068,0.1968,48.6100,0.0000,17.7153,11.2440,19.6507,12460.3209,12460.3209,12460.3209 -890.5000,1.0000,11695.8706,61.2965,61.4820,0.0975,0.0000,5,1344.5274,411.4975,715.8643,-88.3219,57.9383,100.7927,-12.4356,0.3179,51.8568,0.0000,51.8568,5.7636,51.8568,0.9129,0.0000,50.9439,0.0000,50.9439,6.6879,44.2560,0.0000,44.2560,0.1473,44.1087,0.0000,18.0768,11.3199,14.7119,11607.3411,11607.3411,11607.3411 -891.5000,1.0000,11713.0091,61.6885,61.9150,0.1203,0.0000,5,1353.1259,438.6201,703.4802,-88.8319,62.1520,99.6825,-12.5874,0.3946,55.9367,0.0000,55.9367,5.8207,55.9367,0.9399,0.0000,54.9968,0.0000,54.9968,6.7307,48.2661,0.0000,48.2661,0.1829,48.0832,0.0000,18.4259,11.3923,18.2650,12388.1150,12388.1150,12388.1150 -892.5000,1.0000,11730.2672,62.1190,62.3430,0.1189,0.0000,5,1362.5688,438.5587,715.6784,-89.3919,62.5770,102.1186,-12.7551,0.3928,56.3754,0.0000,56.3754,5.8089,56.3754,0.9494,0.0000,55.4260,0.0000,55.4260,6.7777,48.6483,0.0000,48.6483,0.1821,48.4662,0.0000,18.8144,11.4718,18.1800,12468.2963,12468.2963,12468.2963 -893.5000,1.0000,11747.6704,62.6415,62.9600,0.1714,0.0000,5,1374.0298,499.1383,718.3942,-90.0716,71.8200,103.3684,-12.9602,0.5710,65.3930,0.0000,65.3930,5.8561,65.3930,1.0033,0.0000,64.3897,0.0000,64.3897,6.8347,57.5550,0.0000,57.5550,0.2647,57.2903,0.0000,19.2934,11.5683,26.4286,14200.5794,14200.5794,14200.5794 -894.5000,1.0000,11765.2730,63.3595,63.7790,0.2275,0.0000,5,1389.7790,564.9214,744.9245,-91.0057,82.2171,108.4143,-13.2447,0.7666,75.5086,0.0000,75.5086,5.9420,75.5086,1.0662,0.0000,74.4424,0.0000,74.4424,6.9381,67.5042,0.0000,67.5042,0.3554,67.1489,0.0000,19.9648,11.7009,35.4832,16112.0591,16112.0591,16112.0591 -895.5000,1.0000,11783.0924,64.1400,64.5210,0.2061,0.0000,5,1406.8991,544.1161,771.6158,-92.0210,80.1647,113.6823,-13.5575,0.7031,73.4935,0.0000,73.4935,5.9681,73.4935,1.0696,0.0000,72.4239,0.0000,72.4239,6.9982,65.4257,0.0000,65.4257,0.3259,65.0998,0.0000,20.7115,11.8451,32.5432,15736.9926,15736.9926,15736.9926 -896.5000,1.0000,11801.1209,64.8925,65.2840,0.2119,0.0000,5,1423.4050,554.9546,766.1560,-93.0000,82.7208,114.2022,-13.8624,0.7315,75.8063,0.0000,75.8063,6.1830,75.8063,1.0943,0.0000,74.7121,0.0000,74.7121,7.0830,67.6290,0.0000,67.6290,0.3391,67.2899,0.0000,21.4491,11.9840,33.8568,16207.4346,16207.4346,16207.4346 -897.5000,1.0000,11819.3456,65.5990,65.9340,0.1806,0.0000,5,1438.9020,523.1571,771.7022,-93.9191,78.8301,116.2812,-14.1519,0.6299,71.9651,0.0000,71.9651,6.2350,71.9651,1.0875,0.0000,70.8776,0.0000,70.8776,7.1574,63.7203,0.0000,63.7203,0.2920,63.4283,0.0000,22.1571,12.1145,29.1566,15509.9573,15509.9573,15509.9573 -898.5000,1.0000,11837.7245,66.1540,66.3940,0.1278,0.0000,5,1451.0758,467.3111,761.1048,-94.6411,71.0109,115.6547,-14.3813,0.4496,64.2345,0.0000,64.2345,6.3268,64.2345,1.0586,0.0000,63.1758,0.0000,63.1758,7.2179,55.9579,0.0000,55.9579,0.2084,55.7495,0.0000,22.7240,12.2170,20.8085,14075.2802,14075.2802,14075.2802 -899.5000,1.0000,11856.2234,66.5860,66.7980,0.1122,0.0000,5,1460.5516,451.5376,742.3078,-95.2031,69.0621,113.5350,-14.5612,0.3974,62.3697,0.0000,62.3697,6.2949,62.3697,1.0570,0.0000,61.3127,0.0000,61.3127,7.2651,54.0477,0.0000,54.0477,0.1842,53.8634,0.0000,23.1720,12.2968,18.3946,13724.7291,13724.7291,13724.7291 -900.5000,1.0000,11874.8126,66.9110,67.0440,0.0683,0.0000,5,1467.6805,403.6936,737.1153,-95.6259,62.0457,113.2910,-14.6972,0.2432,55.5670,0.0000,55.5670,6.2355,55.5670,1.0288,0.0000,54.5382,0.0000,54.5382,7.3005,47.2377,0.0000,47.2377,0.1127,47.1250,0.0000,23.5128,12.3568,11.2554,12482.4253,12482.4253,12482.4253 -901.5000,1.0000,11893.4941,67.2435,67.4630,0.1164,0.0000,5,1474.9738,459.1732,722.3687,-96.0584,70.9234,111.5763,-14.8371,0.4162,64.1569,0.0000,64.1569,6.3502,64.1569,1.0777,0.0000,63.0792,0.0000,63.0792,7.3368,55.7424,0.0000,55.7424,0.1930,55.5494,0.0000,23.8653,12.4182,19.2660,14097.4391,14097.4391,14097.4391 -902.5000,1.0000,11912.2845,67.6355,67.8280,0.1014,0.0000,5,1483.5722,444.1206,743.1386,-96.5684,68.9983,115.4535,-15.0028,0.3647,62.2805,0.0000,62.2805,6.3531,62.2805,1.0754,0.0000,61.2051,0.0000,61.2051,7.3796,53.8255,0.0000,53.8255,0.1691,53.6565,0.0000,24.2850,12.4906,16.8809,13758.1663,13758.1663,13758.1663 -903.5000,1.0000,11931.1360,67.8555,67.9030,0.0208,0.0000,5,1488.3979,355.6912,737.2745,-96.8546,55.4397,114.9150,-15.0962,0.0752,48.9851,0.0000,48.9851,6.3794,48.9851,1.0129,0.0000,47.9722,0.0000,47.9722,7.4036,40.5686,0.0000,40.5686,0.0349,40.5338,0.0000,24.5226,12.5312,3.4800,11260.4224,11260.4224,11260.4224 -904.5000,1.0000,11949.9181,67.6055,67.3280,-0.1597,0.0000,5,1482.9142,153.6926,701.4984,-96.5293,23.8670,108.9360,-14.9901,-0.5743,18.1208,0.0000,18.1208,6.3205,18.1208,0.8540,0.0000,17.2668,0.0000,17.2668,7.3763,9.8905,0.0000,9.8905,-0.2662,10.1567,0.0000,24.2530,12.4851,-26.5813,5398.9511,5398.9511,5398.9511 -905.5000,1.0000,11968.5549,67.0825,66.8570,-0.1308,0.0000,5,1471.4423,183.5540,626.3727,-95.8490,28.2837,96.5172,-14.7693,-0.4668,22.4468,0.0000,22.4468,6.3037,22.4468,0.8663,0.0000,21.5805,0.0000,21.5805,7.3192,14.2613,0.0000,14.2613,-0.2164,14.4777,0.0000,23.6943,12.3885,-21.6051,6187.9312,6187.9312,6187.9312 -906.5000,1.0000,11987.0240,66.4785,66.1200,-0.2047,0.0000,5,1458.1937,98.5808,631.9213,-95.0632,15.0535,96.4955,-14.5163,-0.7238,9.5438,0.0000,9.5438,6.2335,9.5438,0.7910,0.0000,8.7528,0.0000,8.7528,7.2533,1.4995,0.0000,1.4995,-0.3355,1.8350,0.0000,23.0605,12.2769,-33.5024,3810.8377,3810.8377,3810.8377 -907.5000,1.0000,12005.3134,65.8320,65.5640,-0.1544,0.0000,5,1444.0128,151.1964,597.4258,-94.2222,22.8634,90.3407,-14.2480,-0.5407,17.2730,0.0000,17.2730,6.1312,17.2730,0.8181,0.0000,16.4548,0.0000,16.4548,7.1828,9.2721,0.0000,9.2721,-0.2507,9.5227,0.0000,22.3939,12.1575,-25.0287,5146.9918,5146.9918,5146.9918 -908.5000,1.0000,12023.4240,65.1880,64.8320,-0.2033,0.0000,5,1429.8868,108.5101,612.1654,-93.3844,16.2480,91.6641,-13.9831,-0.7050,8.7025,0.0000,8.7025,8.2504,8.7025,0.7639,0.0000,7.9386,0.0000,7.9386,7.1125,0.8261,0.0000,0.8261,-0.3268,1.1529,0.0000,21.7434,12.0386,-32.6291,3975.5630,3975.5630,3975.5630 -909.5000,1.0000,12041.3409,64.4910,64.1700,-0.1839,0.0000,5,1414.5982,127.1144,592.0019,-92.4777,18.8303,87.6970,-13.6993,-0.6307,11.2785,0.0000,11.2785,8.1825,11.2785,0.7646,0.0000,10.5139,0.0000,10.5139,7.0365,3.4774,0.0000,3.4774,-0.2924,3.7698,0.0000,21.0533,11.9099,-29.1933,4421.1378,4421.1378,4421.1378 -910.5000,1.0000,12059.0691,63.8115,63.4730,-0.1936,0.0000,5,1399.6935,113.6859,594.9058,-91.5937,16.6636,87.1987,-13.4254,-0.6571,9.1663,0.0000,9.1663,8.1543,9.1663,0.7423,0.0000,8.4241,0.0000,8.4241,6.9623,1.4617,0.0000,1.4617,-0.3046,1.7663,0.0000,20.3949,11.7844,-30.4129,4020.3962,4020.3962,4020.3962 -911.5000,1.0000,12076.6109,63.1405,62.8280,-0.1792,0.0000,5,1384.9752,126.4159,585.9506,-90.7208,18.3346,84.9829,-13.1576,-0.6017,10.9203,0.0000,10.9203,8.0160,10.9203,0.7395,0.0000,10.1808,0.0000,10.1808,6.8891,3.2917,0.0000,3.2917,-0.2789,3.5706,0.0000,19.7581,11.6605,-27.8480,4286.9194,4286.9194,4286.9194 -912.5000,1.0000,12094.0156,62.6470,62.4860,-0.0950,0.0000,5,1374.1504,217.7344,590.1999,-90.0788,31.3321,84.9302,-12.9624,-0.3165,23.7004,0.0000,23.7004,7.9482,23.7004,0.7950,0.0000,22.9055,0.0000,22.9055,6.8353,16.0702,0.0000,16.0702,-0.1467,16.2169,0.0000,19.2981,11.5694,-14.6505,6631.2316,6631.2316,6631.2316 -913.5000,1.0000,12111.3449,62.3755,62.2850,-0.0558,0.0000,5,1368.1951,260.3262,626.1004,-89.7256,37.2988,89.7058,-12.8556,-0.1852,29.5336,0.0000,29.5336,7.9504,29.5336,0.8195,0.0000,28.7141,0.0000,28.7141,6.8057,21.9085,0.0000,21.9085,-0.0859,21.9943,0.0000,19.0482,11.5192,-8.5731,7737.9123,7737.9123,7737.9123 -914.5000,1.0000,12128.6065,62.1315,61.9980,-0.0797,0.0000,5,1362.8430,232.8231,641.4026,-89.4082,33.2277,91.5388,-12.7600,-0.2634,25.5589,0.0000,25.5589,7.9323,25.5589,0.7955,0.0000,24.7634,0.0000,24.7634,6.7790,17.9843,0.0000,17.9843,-0.1221,18.1065,0.0000,18.8256,11.4742,-12.1933,6960.5124,6960.5124,6960.5124 -915.5000,1.0000,12145.7767,61.8030,61.6280,-0.1028,0.0000,5,1355.6374,205.3791,628.2544,-88.9808,29.1560,89.1883,-12.6319,-0.3378,21.6627,0.0000,21.6627,7.8311,21.6627,0.7704,0.0000,20.8923,0.0000,20.8923,6.7432,14.1491,0.0000,14.1491,-0.1566,14.3057,0.0000,18.5286,11.4135,-15.6364,6229.4092,6229.4092,6229.4092 -916.5000,1.0000,12162.8331,61.3930,61.1780,-0.1250,0.0000,5,1346.6442,164.7382,614.5683,-88.4474,23.2314,86.6666,-12.4729,-0.4081,17.8628,0.0000,17.8628,5.7767,17.8628,0.7445,0.0000,17.1183,0.0000,17.1183,6.6985,10.4198,0.0000,10.4198,-0.1892,10.6090,0.0000,18.1624,11.3378,-18.8911,5117.7046,5117.7046,5117.7046 -917.5000,1.0000,12179.7663,60.9495,60.7410,-0.1214,0.0000,5,1336.9161,166.5188,595.6454,-87.8705,23.3129,83.3913,-12.3020,-0.3935,18.0202,0.0000,18.0202,5.6862,18.0202,0.7379,0.0000,17.2823,0.0000,17.2823,6.6501,10.6322,0.0000,10.6322,-0.1824,10.8146,0.0000,17.7716,11.2559,-18.2129,5118.4779,5118.4779,5118.4779 -918.5000,1.0000,12196.5530,60.4220,60.1230,-0.1717,0.0000,5,1325.3454,108.5038,592.4363,-87.1843,15.0592,82.2241,-12.1003,-0.5517,9.9650,0.0000,9.9650,5.6459,9.9650,0.6888,0.0000,9.2761,0.0000,9.2761,6.5925,2.6836,0.0000,2.6836,-0.2557,2.9394,0.0000,17.3144,11.1584,-25.5335,3607.5427,3607.5427,3607.5427 -919.5000,1.0000,12213.2029,59.9295,59.7560,-0.1019,0.0000,5,1314.5425,184.1680,567.1257,-86.5436,25.3523,78.0697,-11.9135,-0.3249,20.0414,0.0000,20.0414,5.6358,20.0414,0.7311,0.0000,19.3103,0.0000,19.3103,6.5388,12.7715,0.0000,12.7715,-0.1506,12.9222,0.0000,16.8942,11.0675,-15.0395,5480.1458,5480.1458,5480.1458 -920.5000,1.0000,12229.7472,59.5495,59.3630,-0.1092,0.0000,5,1306.2073,174.6171,596.7695,-86.0492,23.8851,81.6295,-11.7703,-0.3457,18.6241,0.0000,18.6241,5.6068,18.6241,0.7177,0.0000,17.9064,0.0000,17.9064,6.4973,11.4091,0.0000,11.4091,-0.1603,11.5693,0.0000,16.5749,10.9973,-16.0029,5209.0501,5209.0501,5209.0501 -921.5000,1.0000,12246.2180,59.2850,59.2270,-0.0378,0.0000,5,1300.4056,252.5939,593.0141,-85.7051,34.3978,80.7556,-11.6712,-0.1191,28.9684,0.0000,28.9684,5.5485,28.9684,0.7651,0.0000,28.2033,0.0000,28.2033,6.4685,21.7348,0.0000,21.7348,-0.0552,21.7900,0.0000,16.3548,10.9485,-5.5133,7165.2888,7165.2888,7165.2888 -922.5000,1.0000,12262.6963,59.3120,59.4170,0.0528,0.0000,5,1300.9978,353.7857,627.8140,-85.7403,48.1998,85.5335,-11.6813,0.1665,42.4179,0.0000,42.4179,5.6154,42.4179,0.8328,0.0000,41.5851,0.0000,41.5851,6.4714,35.1137,0.0000,35.1137,0.0772,35.0366,0.0000,16.3772,10.9535,7.7059,9750.0011,9750.0011,9750.0011 -923.5000,1.0000,12279.2490,59.5795,59.7620,0.0958,0.0000,5,1306.8654,402.7326,671.7463,-86.0882,55.1158,91.9316,-11.7816,0.3037,49.1704,0.0000,49.1704,5.6417,49.1704,0.8709,0.0000,48.2995,0.0000,48.2995,6.5006,41.7989,0.0000,41.7989,0.1408,41.6581,0.0000,16.5999,11.0029,14.0554,11056.0744,11056.0744,11056.0744 -924.5000,1.0000,12295.9033,59.9455,60.1490,0.1075,0.0000,5,1314.8935,416.6506,693.3967,-86.5644,57.3708,95.4775,-11.9195,0.3427,51.4292,0.0000,51.4292,5.5989,51.4292,0.8883,0.0000,50.5409,0.0000,50.5409,6.5405,44.0004,0.0000,44.0004,0.1589,43.8415,0.0000,16.9077,11.0705,15.8633,11487.7172,11487.7172,11487.7172 -925.5000,1.0000,12312.6644,60.3300,60.5310,0.1061,0.0000,5,1323.3274,417.0559,700.4008,-87.0646,57.7950,97.0605,-12.0653,0.3405,51.7721,0.0000,51.7721,5.6824,51.7721,0.8963,0.0000,50.8757,0.0000,50.8757,6.5825,44.2933,0.0000,44.2933,0.1578,44.1354,0.0000,17.2352,11.1415,15.7588,11570.5644,11570.5644,11570.5644 -926.5000,1.0000,12329.4930,60.5730,60.6350,0.0289,0.0000,5,1328.6576,332.3923,700.1190,-87.3807,46.2480,97.4122,-12.1579,0.0931,40.4339,0.0000,40.4339,5.7210,40.4339,0.8437,0.0000,39.5902,0.0000,39.5902,6.6090,32.9812,0.0000,32.9812,0.0431,32.9381,0.0000,17.4441,11.1863,4.3076,9386.2045,9386.2045,9386.2045 -927.5000,1.0000,12346.3301,60.6035,60.5920,-0.0119,0.0000,5,1329.3266,287.0429,665.0691,-87.4204,39.9583,92.5821,-12.1695,-0.0385,34.2884,0.0000,34.2884,5.7084,34.2884,0.8135,0.0000,33.4749,0.0000,33.4749,6.6123,26.8626,0.0000,26.8626,-0.0178,26.8805,0.0000,17.4704,11.1920,-1.7819,8208.3878,8208.3878,8208.3878 -928.5000,1.0000,12363.1266,60.4575,60.3430,-0.0692,0.0000,5,1326.1241,223.2264,644.7460,-87.2304,30.9998,89.5368,-12.1138,-0.2224,25.4760,0.0000,25.4760,5.7461,25.4760,0.7670,0.0000,24.7090,0.0000,24.7090,6.5964,18.1127,0.0000,18.1127,-0.1031,18.2158,0.0000,17.3446,11.1650,-10.2938,6542.0690,6542.0690,6542.0690 -929.5000,1.0000,12379.8485,60.1890,60.0550,-0.0800,0.0000,5,1320.2346,209.7757,616.9018,-86.8812,29.0025,85.2895,-12.0117,-0.2561,23.5781,0.0000,23.5781,5.6804,23.5781,0.7530,0.0000,22.8251,0.0000,22.8251,6.5671,16.2580,0.0000,16.2580,-0.1187,16.3767,0.0000,17.1145,11.1154,-11.8532,6172.5220,6172.5220,6172.5220 -930.5000,1.0000,12396.4860,59.8850,59.7350,-0.0889,0.0000,5,1313.5664,198.8843,609.6276,-86.4857,27.3578,83.8581,-11.8967,-0.2831,21.9547,0.0000,21.9547,5.6862,21.9547,0.7399,0.0000,21.2148,0.0000,21.2148,6.5339,14.6808,0.0000,14.6808,-0.1312,14.8121,0.0000,16.8565,11.0593,-13.1037,5863.0784,5863.0784,5863.0784 -931.5000,1.0000,12413.0441,59.5990,59.4830,-0.0700,0.0000,5,1307.2931,218.2701,604.0754,-86.1136,29.8810,82.6976,-11.7889,-0.2219,24.5005,0.0000,24.5005,5.6025,24.5005,0.7479,0.0000,23.7525,0.0000,23.7525,6.5027,17.2498,0.0000,17.2498,-0.1029,17.3527,0.0000,16.6161,11.0065,-10.2699,6326.5917,6326.5917,6326.5917 -932.5000,1.0000,12429.5477,59.4030,59.3430,-0.0389,0.0000,5,1302.9939,252.2723,611.9348,-85.8586,34.4224,83.4980,-11.7153,-0.1229,28.9274,0.0000,28.9274,5.6178,28.9274,0.7668,0.0000,28.1606,0.0000,28.1606,6.4813,21.6793,0.0000,21.6793,-0.0570,21.7362,0.0000,16.4527,10.9703,-5.6867,7169.4457,7169.4457,7169.4457 -933.5000,1.0000,12446.0441,59.3770,59.4310,0.0244,0.0000,5,1302.4236,322.5351,627.3892,-85.8248,43.9904,85.5693,-11.7056,0.0772,38.2970,0.0000,38.2970,5.6162,38.2970,0.8133,0.0000,37.4838,0.0000,37.4838,6.4785,31.0053,0.0000,31.0053,0.0358,30.9695,0.0000,16.4311,10.9655,3.5730,8959.7659,8959.7659,8959.7659 -934.5000,1.0000,12462.5901,59.5555,59.7000,0.0747,0.0000,5,1306.3389,378.6877,658.3579,-86.0570,51.8043,90.0630,-11.7726,0.2367,45.9953,0.0000,45.9953,5.5723,45.9953,0.8547,0.0000,45.1406,0.0000,45.1406,6.4980,38.6426,0.0000,38.6426,0.1097,38.5329,0.0000,16.5798,10.9984,10.9547,10422.7099,10422.7099,10422.7099 -935.5000,1.0000,12479.2356,59.9140,60.1480,0.1244,0.0000,5,1314.2026,435.6449,683.7591,-86.5234,59.9547,94.1010,-11.9076,0.3965,53.9210,0.0000,53.9210,5.6372,53.9210,0.9002,0.0000,53.0208,0.0000,53.0208,6.5371,46.4837,0.0000,46.4837,0.1838,46.2999,0.0000,16.8811,11.0646,18.3541,11976.9778,11976.9778,11976.9778 -936.5000,1.0000,12495.9687,60.2290,60.3300,0.0506,0.0000,5,1321.1120,355.2884,706.8395,-86.9332,49.1529,97.7888,-12.0269,0.1619,43.2656,0.0000,43.2656,5.7253,43.2656,0.8521,0.0000,42.4135,0.0000,42.4135,6.5715,35.8420,0.0000,35.8420,0.0751,35.7670,0.0000,17.1486,11.1228,7.4956,9922.0144,9922.0144,9922.0144 -937.5000,1.0000,12512.7444,60.3825,60.4550,0.0347,0.0000,5,1324.4790,337.9765,674.3930,-87.1329,46.8770,93.5377,-12.0853,0.1115,41.0760,0.0000,41.0760,5.6895,41.0760,0.8437,0.0000,40.2323,0.0000,40.2323,6.5882,33.6440,0.0000,33.6440,0.0517,33.5924,0.0000,17.2800,11.1512,5.1612,9501.3581,9501.3581,9501.3581 -938.5000,1.0000,12529.5148,60.3635,60.2920,-0.0453,0.0000,5,1324.0623,248.7899,665.7460,-87.1082,34.4961,92.3093,-12.0780,-0.1454,28.9851,0.0000,28.9851,5.6564,28.9851,0.7830,0.0000,28.2021,0.0000,28.2021,6.5861,21.6160,0.0000,21.6160,-0.0674,21.6833,0.0000,17.2637,11.1476,-6.7280,7181.3119,7181.3119,7181.3119 -939.5000,1.0000,12546.2073,60.0830,59.8940,-0.1106,0.0000,5,1317.9095,175.0206,626.3758,-86.7433,24.1548,86.4469,-11.9715,-0.3533,18.8881,0.0000,18.8881,5.6199,18.8881,0.7278,0.0000,18.1603,0.0000,18.1603,6.5555,11.6048,0.0000,11.6048,-0.1638,11.7685,0.0000,17.0243,11.0958,-16.3516,5261.1369,5261.1369,5261.1369 -940.5000,1.0000,12562.7324,59.4805,59.0870,-0.2242,0.0000,5,1304.6938,46.7497,589.9715,-85.9595,6.3873,80.6062,-11.7444,-0.7091,1.5117,0.0000,1.5117,5.5847,1.5117,0.6709,0.0000,0.8408,0.0000,0.8408,6.4898,-5.6490,0.0000,-5.6490,-0.3287,-5.3203,0.0000,16.5179,10.9846,-32.8227,2452.5667,2452.5667,2452.5667 -941.5000,1.0000,12579.0334,58.6735,58.2800,-0.2242,0.0000,5,1286.9924,44.2940,530.4950,-84.9096,5.9697,71.4967,-11.4436,-0.6995,1.0485,0.0000,1.0485,5.6207,1.0485,0.6582,0.0000,0.3903,0.0000,0.3903,6.4017,-6.0115,0.0000,-6.0115,-0.3243,-5.6872,0.0000,15.8547,10.8355,-32.3774,2369.5881,2369.5881,2369.5881 -942.5000,1.0000,12595.1342,57.9530,57.6460,-0.1761,0.0000,5,1271.1884,94.0466,526.4497,-83.9723,12.5193,70.0802,-11.1783,-0.5428,7.5637,0.0000,7.5637,5.4984,7.5637,0.6364,0.0000,6.9273,0.0000,6.9273,6.3231,0.6041,0.0000,0.6041,-0.2516,0.8558,0.0000,15.2775,10.7025,-25.1242,3136.8146,3136.8146,3136.8146 -943.5000,1.0000,12611.0629,57.3330,57.0400,-0.1683,0.0000,5,1257.5888,100.2715,545.0064,-83.1658,13.2052,71.7743,-10.9525,-0.5133,8.2702,0.0000,8.2702,5.4483,8.2702,0.6300,0.0000,7.6402,0.0000,7.6402,6.2555,1.3847,0.0000,1.3847,-0.2379,1.6227,0.0000,14.7923,10.5880,-23.7577,3206.8697,3206.8697,3206.8697 -944.5000,1.0000,12626.8180,56.7085,56.3970,-0.1786,0.0000,5,1243.8905,86.8780,544.1812,-82.3533,11.3167,70.8850,-10.7273,-0.5387,6.4025,0.0000,6.4025,5.4529,6.4025,0.6116,0.0000,5.7909,0.0000,5.7909,6.1873,-0.3964,0.0000,-0.3964,-0.2497,-0.1467,0.0000,14.3143,10.4727,-24.9337,2955.5837,2955.5837,2955.5837 -945.5000,1.0000,12642.3808,56.0160,55.6550,-0.2061,0.0000,5,1228.7006,53.5166,533.8709,-81.4525,6.8859,68.6928,-10.4804,-0.6140,2.1577,0.0000,2.1577,5.3422,2.1577,0.6107,0.0000,1.5471,0.0000,1.5471,6.1118,-4.5647,0.0000,-4.5647,-0.2847,-4.2800,0.0000,13.7964,10.3448,-28.4212,2383.4055,2383.4055,2383.4055 -946.5000,1.0000,12657.7291,55.2440,54.8530,-0.2228,0.0000,5,1211.7670,32.1987,514.2057,-80.4482,4.0859,65.2506,-10.2085,-0.6545,-0.5312,0.0000,-0.5312,5.2716,-0.5312,0.6046,0.0000,-1.1358,0.0000,-1.1358,6.0276,-7.1634,0.0000,-7.1634,-0.3034,-6.8599,0.0000,13.2339,10.2022,-30.2961,2006.4252,2006.4252,2006.4252 -947.5000,1.0000,12672.8434,54.4015,53.9700,-0.2453,0.0000,5,1193.2869,4.3962,498.7912,-79.3498,0.5494,62.3293,-9.9156,-0.7097,-3.9567,0.0000,-3.9567,5.2157,-3.9567,0.5994,0.0000,-4.5561,0.0000,-4.5561,5.9356,-10.4917,0.0000,-10.4917,-0.3290,-10.1628,0.0000,12.6378,10.0466,-32.8472,1532.7664,1532.7664,1532.7664 -948.5000,1.0000,12687.7117,53.5160,53.0820,-0.2467,0.0000,5,1173.8636,-0.5272,480.3800,-78.1912,-0.0648,59.0515,-9.6118,-0.7021,-4.4817,0.0000,-4.4817,5.1190,-4.4817,0.5864,0.0000,-5.0681,0.0000,-5.0681,5.8390,-10.9072,0.0000,-10.9072,-0.3255,-10.5817,0.0000,12.0307,9.8831,-32.4955,1398.3365,1398.3365,1398.3365 -949.5000,1.0000,12702.3159,52.5650,52.0680,-0.2817,0.0000,5,1153.0036,-42.4461,471.3133,-76.9468,-5.1250,56.9074,-9.2907,-0.7874,-9.3849,0.0000,-9.3849,5.0473,-9.3849,0.5835,0.0000,-9.9683,0.0000,-9.9683,5.7353,-15.7036,0.0000,-15.7036,-0.3650,-15.3386,0.0000,11.4010,9.7075,-36.4470,581.6002,581.6002,581.6002 -950.5000,1.0000,12716.6484,51.5870,51.1260,-0.2617,0.0000,5,1131.5513,-23.9121,445.7604,-75.6672,-2.8335,52.8207,-8.9662,-0.7179,-7.0680,0.0000,-7.0680,4.9524,-7.0680,0.5622,0.0000,-7.6302,0.0000,-7.6302,5.6285,-13.2588,0.0000,-13.2588,-0.3328,-12.9260,0.0000,10.7763,9.5268,-33.2290,918.9476,918.9476,918.9476 -951.5000,1.0000,12730.7263,50.6705,50.2350,-0.2475,0.0000,5,1111.4481,-11.2039,449.5983,-74.4680,-1.3040,52.3290,-8.6674,-0.6670,-5.5386,0.0000,-5.5386,4.9016,-5.5386,0.5441,0.0000,-6.0827,0.0000,-6.0827,5.5286,-11.6113,0.0000,-11.6113,-0.3092,-11.3021,0.0000,10.2120,9.3576,-30.8716,1083.9806,1083.9806,1083.9806 -952.5000,1.0000,12744.5512,49.7595,49.3040,-0.2586,0.0000,5,1091.4655,-26.3469,449.7875,-73.1741,-3.0114,51.4098,-8.3637,-0.6844,-7.1711,0.0000,-7.1711,4.8441,-7.1711,0.5341,0.0000,-7.7053,0.0000,-7.7053,5.4292,-13.1344,0.0000,-13.1344,-0.3173,-12.8171,0.0000,9.6711,9.1893,-31.6776,796.1135,796.1135,796.1135 -953.5000,1.0000,12758.1137,48.8150,48.3460,-0.2661,0.0000,5,1070.7480,-37.6381,436.1787,-71.6911,-4.2203,48.9080,-8.0386,-0.6909,-8.3034,0.0000,-8.3034,4.7740,-8.3034,0.5225,0.0000,-8.8259,0.0000,-8.8259,5.3261,-14.1520,0.0000,-14.1520,-0.3203,-13.8318,0.0000,9.1309,9.0149,-31.9776,568.0590,568.0590,568.0590 -954.5000,1.0000,12771.3967,47.8090,47.2920,-0.2928,0.0000,5,1048.6816,-70.1116,423.5272,-70.1116,-7.6995,46.5108,-7.6995,-0.7444,-11.6556,0.0000,-11.6556,4.7005,-11.6556,0.5158,0.0000,-12.1714,0.0000,-12.1714,5.2163,-17.3877,0.0071,-17.3948,-0.3451,-17.0497,0.0000,8.5781,8.8291,-34.4570,0.0000,0.0000,0.0000 -955.5000,1.0000,12784.4341,46.9245,46.5770,-0.1986,0.0000,5,1029.2803,30.9516,404.2655,-68.7228,3.3362,43.5741,-7.4074,-0.4957,-0.8004,0.0000,-0.8004,4.6323,-0.8004,0.4755,0.0000,-1.2759,0.0000,-1.2759,5.1198,-6.3958,0.0000,-6.3958,-0.2298,-6.1660,0.0000,8.1103,8.6658,-22.9421,1669.6191,1669.6191,1669.6191 -956.5000,1.0000,12797.2477,46.1190,45.6810,-0.2489,0.0000,5,1011.6118,-26.9937,449.7952,-67.4580,-2.8596,47.6494,-7.1462,-0.6105,-6.8116,0.0000,-6.8116,4.5624,-6.8116,0.4787,0.0000,-7.2903,0.0000,-7.2903,5.0319,-12.3222,0.0000,-12.3222,-0.2830,-12.0392,0.0000,7.7000,8.5170,-28.2563,601.7227,601.7227,601.7227 -957.5000,1.0000,12809.7962,45.1645,44.6680,-0.2814,0.0000,5,990.6750,-65.6022,409.1574,-67.1603,-6.8058,42.4473,-6.9674,-0.6759,-10.6232,0.0000,-10.6232,4.4933,-10.6232,0.4744,0.0000,-11.0976,0.0000,-11.0976,4.9278,-16.0254,0.0000,-16.0254,-0.3133,-15.7121,0.0000,7.2320,8.3408,-31.2848,0.0000,0.0000,0.0000 -958.5000,1.0000,12822.0979,44.2760,43.9040,-0.2122,0.0000,5,971.1859,8.2649,382.1957,-68.2751,0.8406,38.8702,-6.9437,-0.4997,-3.0988,0.0000,-3.0988,4.4391,-3.0988,0.4428,0.0000,-3.5417,0.0000,-3.5417,4.8309,-8.3725,0.0000,-8.3725,-0.2317,-8.1408,0.0000,6.8132,8.1767,-23.1307,1113.3711,1113.3711,1113.3711 -959.5000,1.0000,12834.1694,43.4475,43.0110,-0.2481,0.0000,5,953.0129,-32.9191,411.3363,-69.3147,-3.2853,41.0511,-6.9176,-0.5732,-7.1527,0.0000,-7.1527,4.4406,-7.1527,0.4412,0.0000,-7.5939,0.0000,-7.5939,4.7405,-12.3344,0.0000,-12.3344,-0.2657,-12.0687,0.0000,6.4380,8.0237,-26.5304,450.3269,450.3269,450.3269 -960.5000,1.0000,12845.8934,42.1965,41.4020,-0.4469,0.0000,5,925.5725,-70.8829,380.3361,-70.8844,-6.8704,36.8644,-6.8705,-1.0030,-10.2307,0.0000,-10.2307,4.3634,-10.2307,0.4315,0.0000,-10.6622,0.0000,-10.6622,4.6040,-15.2661,17.9327,-33.1988,-0.4650,-32.7339,0.0000,5.8993,7.7927,-46.4258,0.0000,0.0000,0.0000 -961.5000,1.0000,12857.2481,40.8670,40.3520,-0.2917,0.0000,5,896.4101,-72.6040,392.7093,-72.6040,-6.8155,36.8644,-6.8155,-0.6339,-10.4425,0.0000,-10.4425,4.2609,-10.4425,0.4138,0.0000,-10.8562,0.0000,-10.8562,4.4589,-15.3152,1.4156,-16.7307,-0.2939,-16.4368,0.0000,5.3580,7.5471,-29.3419,0.0000,0.0000,0.0000 -962.5000,1.0000,12868.3449,39.9385,39.5450,-0.2242,0.0000,5,876.0436,-15.5130,401.8392,-74.0603,-1.4231,36.8644,-6.7942,-0.4762,-5.1378,0.0000,-5.1378,4.1908,-5.1378,0.3880,0.0000,-5.5258,0.0000,-5.5258,4.3576,-9.8834,0.0000,-9.8834,-0.2207,-9.6627,0.0000,5.0007,7.3757,-22.0390,703.6786,703.6786,703.6786 -963.5000,1.0000,12879.2216,39.1460,38.7670,-0.2161,0.0000,5,858.6603,-8.4989,409.9743,-75.3033,-0.7642,36.8644,-6.7712,-0.4499,-4.4489,0.0000,-4.4489,4.1347,-4.4489,0.3758,0.0000,-4.8247,0.0000,-4.8247,4.2711,-9.0958,0.0000,-9.0958,-0.2086,-8.8873,0.0000,4.7089,7.2293,-20.8254,820.1781,820.1781,820.1781 -964.5000,1.0000,12890.0154,38.8475,38.9480,0.0503,0.0000,5,852.1128,285.6887,413.1245,-75.7715,25.4929,36.8644,-6.7613,0.1039,21.3042,0.0000,21.3042,4.0848,21.3042,0.4338,0.0000,20.8705,0.0000,20.8705,4.2386,16.6319,0.0000,16.6319,0.0482,16.5837,0.0000,4.6015,7.1742,4.8080,5344.2946,5344.2946,5344.2946 -965.5000,1.0000,12900.7516,38.6405,38.3529,-0.1653,0.0000,0,799.7025,17.6923,461.6417,-79.5298,1.4816,38.6600,-6.6602,-2.6714,0.0000,0.0000,0.0000,4.1530,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.2160,-4.2159,0.0000,-4.2159,-0.1575,-4.0585,0.0000,4.5286,7.1359,-15.7230,1196.9348,1196.9348,1196.9348 -966.5000,1.0000,12911.6288,39.1481,39.9633,0.4473,0.0000,4,1021.1654,665.1844,665.1844,-68.1419,71.1323,71.1323,-7.2868,17.2993,49.6657,0.0000,49.6657,4.1674,61.8111,1.8346,0.0000,59.9765,0.0000,59.9765,4.4966,55.4799,0.0000,55.4799,0.4317,55.0482,0.0000,4.7111,7.2297,43.1073,14067.9790,14067.9790,14067.9790 -967.5000,1.0000,12923.1101,41.3226,42.7020,0.7608,0.0000,4,1341.4788,762.6833,762.6833,-88.1411,107.1412,107.1412,-12.3820,3.6623,99.2194,0.0000,99.2194,4.2595,99.2194,2.6357,0.0000,96.5838,0.0000,96.5838,5.2455,91.3383,0.0000,91.3383,0.7751,90.5632,0.0000,5.5444,7.6313,77.3876,20809.1697,20809.1697,20809.1697 -968.5000,1.0000,12935.2649,43.7470,44.8120,0.5861,0.0000,4,1420.1825,628.5697,846.7495,-92.8089,93.4816,125.9296,-13.8026,2.9870,86.1136,0.0000,86.1136,4.3810,86.1136,2.4349,0.0000,83.6787,0.0000,83.6787,5.2747,78.4040,0.0000,78.4040,0.6322,77.7719,0.0000,6.5752,8.0790,63.1177,18238.8012,18238.8012,18238.8012 -969.5000,1.0000,12947.9285,45.5790,46.3660,0.4317,0.0000,4,1479.6551,509.7459,805.6881,-96.3361,78.9847,124.8407,-14.9272,2.2920,72.2126,0.0000,72.2126,4.4800,72.2126,2.2050,0.0000,70.0076,0.0000,70.0076,5.2379,64.7697,0.0000,64.7697,0.4851,64.2846,0.0000,7.4342,8.4173,48.4331,15581.2205,15581.2205,15581.2205 -970.5000,1.0000,12961.0232,47.1310,47.9160,0.4306,0.0000,4,1530.0385,512.2875,775.4540,-99.3242,82.0814,124.2473,-15.9142,2.3640,75.1043,0.0000,75.1043,4.6131,75.1043,2.3047,0.0000,72.7996,0.0000,72.7996,5.4224,67.3772,0.0000,67.3772,0.5003,66.8769,0.0000,8.2196,8.7039,49.9534,16241.3114,16241.3114,16241.3114 -971.5000,1.0000,12974.5112,48.5470,49.1980,0.3561,0.0000,4,1576.0069,456.4100,782.2232,-102.0505,75.3255,129.0974,-16.8423,2.0140,68.6014,0.0000,68.6014,4.7101,68.6014,2.2138,0.0000,66.3876,0.0000,66.3876,5.4563,60.9313,0.0000,60.9313,0.4262,60.5050,0.0000,8.9820,8.9654,42.5576,15044.1814,15044.1814,15044.1814 -972.5000,1.0000,12988.3661,49.8675,50.5570,0.3775,0.0000,4,1618.8750,476.5503,772.6410,-104.1457,80.7887,130.9844,-17.6556,2.1930,73.7565,0.0000,73.7565,4.8392,73.7565,2.3542,0.0000,71.4023,0.0000,71.4023,5.6529,65.7494,0.0000,65.7494,0.4641,65.2853,0.0000,9.7352,9.2093,46.3408,16136.8656,16136.8656,16136.8656 -973.5000,1.0000,13002.3109,50.1912,49.8453,-0.1977,0.0000,0,1640.9339,28.7468,771.5019,-104.9312,4.9398,132.5735,-18.0312,0.0000,0.0000,0.0000,0.0000,4.9398,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.4763,-5.4762,0.0000,-5.4762,-0.2446,-5.2316,0.0000,9.9246,9.2691,-24.4253,3034.0614,3034.0614,3034.0614 -974.5000,1.0000,13016.2926,50.3241,50.8228,0.2715,0.0000,5,1377.7521,395.5129,395.5129,-90.2924,57.0638,57.0638,-13.0272,-22.2675,74.3353,0.0000,74.3353,4.9960,59.5571,0.7793,0.0000,58.7778,0.0000,58.7778,5.5055,53.2724,0.0000,53.2724,0.3369,52.9355,0.0000,10.0041,9.2936,33.6377,11468.8496,11468.8496,11468.8496 -975.5000,1.0000,13030.6080,51.5254,52.2480,0.3959,0.0000,5,1130.2011,709.0946,709.0946,-75.5866,83.9245,83.9245,-8.9460,1.0849,77.7467,0.0000,77.7467,5.0929,77.7467,0.8879,0.0000,76.8588,0.0000,76.8588,5.8871,70.9717,0.0000,70.9717,0.5029,70.4688,0.0000,10.7389,9.5155,50.2144,16435.6857,16435.6857,16435.6857 -976.5000,1.0000,13045.3616,53.1031,53.9781,0.4806,0.0000,5,1164.8059,809.9313,809.9313,-77.6509,98.7939,98.7939,-9.4717,1.3572,92.2448,0.0000,92.2448,5.1919,92.2448,0.9841,0.0000,91.2608,0.0000,91.2608,6.2480,85.0127,0.0000,85.0127,0.6292,84.3835,0.0000,11.7567,9.8068,62.8200,19237.6756,19237.6756,19237.6756 -977.5000,1.0000,13060.6135,54.8970,55.8359,0.5161,0.0000,5,1204.1556,855.8322,855.8322,-79.9967,107.9195,107.9195,-10.0875,1.5068,101.1686,0.0000,101.1686,5.2441,101.1686,1.0562,0.0000,100.1125,0.0000,100.1125,6.5456,93.5668,0.0000,93.5668,0.6985,92.8683,0.0000,12.9892,10.1381,69.7410,20986.7550,20986.7550,20986.7550 -978.5000,1.0000,13076.2644,56.3330,56.8500,0.2817,0.0000,5,1235.6532,596.9522,874.8441,-81.8648,77.2440,113.2025,-10.5931,0.8439,71.0448,0.0000,71.0448,5.3552,71.0448,0.9280,0.0000,70.1168,0.0000,70.1168,6.2276,63.8892,0.0000,63.8892,0.3912,63.4979,0.0000,14.0325,10.4033,39.0622,15233.2808,15233.2808,15233.2808 -979.5000,1.0000,13092.1958,57.3430,57.8560,0.2794,0.0000,5,1257.8081,598.1966,768.4677,-83.1788,78.7929,101.2205,-10.9561,0.8522,72.5257,0.0000,72.5257,5.4150,72.5257,0.9515,0.0000,71.5742,0.0000,71.5742,6.3423,65.2319,0.0000,65.2319,0.3951,64.8368,0.0000,14.8008,10.5898,39.4462,15518.0066,15518.0066,15518.0066 -980.5000,1.0000,13108.3799,58.2530,58.6700,0.2261,0.0000,5,1277.7688,541.6633,770.3654,-84.3626,72.4787,103.0808,-11.2884,0.7005,66.3140,0.0000,66.3140,5.4641,66.3140,0.9350,0.0000,65.3790,0.0000,65.3790,6.3559,59.0231,0.0000,59.0231,0.3247,58.6984,0.0000,15.5163,10.7579,32.4242,14325.6736,14325.6736,14325.6736 -981.5000,1.0000,13124.7798,59.0295,59.4090,0.2053,0.0000,5,1294.8012,522.0503,748.7857,-85.3727,70.7855,101.5288,-11.5758,0.6445,64.5535,0.0000,64.5535,5.5875,64.5535,0.9389,0.0000,63.6146,0.0000,63.6146,6.4406,57.1740,0.0000,57.1740,0.2988,56.8753,0.0000,16.1449,10.9013,29.8291,14027.6492,14027.6492,14027.6492 -982.5000,1.0000,13141.3566,59.6665,59.9440,0.1486,0.0000,5,1308.7737,461.6108,741.7327,-86.2014,63.2658,101.6578,-11.8143,0.4716,57.1607,0.0000,57.1607,5.6335,57.1607,0.9123,0.0000,56.2484,0.0000,56.2484,6.5101,49.7383,0.0000,49.7383,0.2186,49.5197,0.0000,16.6729,11.0189,21.8279,12607.3841,12607.3841,12607.3841 -983.5000,1.0000,13158.0031,59.9175,59.9110,-0.0092,0.0000,5,1314.2793,287.5387,715.4709,-86.5280,39.5742,98.4710,-11.9089,-0.0292,33.9213,0.0000,33.9213,5.6822,33.9213,0.8003,0.0000,33.1210,0.0000,33.1210,6.5375,26.5836,0.0000,26.5836,-0.0135,26.5971,0.0000,16.8839,11.0653,-1.3521,8121.9944,8121.9944,8121.9944 -984.5000,1.0000,13174.5712,59.6350,59.3790,-0.1478,0.0000,5,1308.0827,132.4834,639.8046,-86.1604,18.1479,87.6418,-11.8024,-0.4687,12.9457,0.0000,12.9457,5.6708,12.9457,0.6907,0.0000,12.2550,0.0000,12.2550,6.5066,5.7483,0.0000,5.7483,-0.2173,5.9656,0.0000,16.6465,11.0131,-21.6940,4151.4660,4151.4660,4151.4660 -985.5000,1.0000,13191.0287,59.2370,59.1150,-0.0733,0.0000,5,1299.3527,213.4183,574.1316,-85.6427,29.0394,78.1209,-11.6532,-0.2310,23.6551,0.0000,23.6551,5.6153,23.6551,0.7378,0.0000,22.9173,0.0000,22.9173,6.4632,16.4541,0.0000,16.4541,-0.1071,16.5612,0.0000,16.3152,10.9396,-10.6936,6164.3789,6164.3789,6164.3789 -986.5000,1.0000,13207.4449,59.0885,59.0820,-0.0092,0.0000,5,1296.0954,284.1903,609.0291,-85.4495,38.5722,82.6616,-11.5978,-0.0288,32.9872,0.0000,32.9872,5.6138,32.9872,0.7820,0.0000,32.2052,0.0000,32.2052,6.4470,25.7582,0.0000,25.7582,-0.0134,25.7716,0.0000,16.1927,10.9122,-1.3333,7939.5859,7939.5859,7939.5859 -987.5000,1.0000,13223.8883,59.1860,59.3100,0.0633,0.0000,5,1298.2340,365.3917,640.6516,-85.5763,49.6753,87.0971,-11.6342,0.1994,43.8185,0.0000,43.8185,5.6574,43.8185,0.8377,0.0000,42.9808,0.0000,42.9808,6.4577,36.5231,0.0000,36.5231,0.0924,36.4307,0.0000,16.2731,10.9302,9.2274,10025.4678,10025.4678,10025.4678 -988.5000,1.0000,13240.4284,59.5345,59.7790,0.1303,0.0000,5,1305.8783,440.8695,676.9776,-86.0297,60.2895,92.5775,-11.7647,0.4125,54.2321,0.0000,54.2321,5.6448,54.2321,0.8955,0.0000,53.3366,0.0000,53.3366,6.4957,46.8409,0.0000,46.8409,0.1912,46.6497,0.0000,16.5624,10.9945,19.0927,12041.8452,12041.8452,12041.8452 -989.5000,1.0000,13257.1199,60.0795,60.4000,0.1725,0.0000,5,1317.8328,490.1050,710.4509,-86.7387,67.6360,98.0444,-11.9702,0.5512,61.3797,0.0000,61.3797,5.7051,61.3797,0.9402,0.0000,60.4395,0.0000,60.4395,6.5551,53.8844,0.0000,53.8844,0.2555,53.6288,0.0000,17.0216,11.0952,25.5120,13433.8964,13433.8964,13433.8964 -990.5000,1.0000,13273.9909,60.7255,61.0710,0.1864,0.0000,5,1332.0027,507.7346,732.5281,-87.5791,70.8224,102.1781,-12.2161,0.6020,64.5251,0.0000,64.5251,5.6953,64.5251,0.9667,0.0000,63.5584,0.0000,63.5584,6.6256,56.9328,0.0000,56.9328,0.2791,56.6537,0.0000,17.5767,11.2145,27.8625,14025.9553,14025.9553,14025.9553 -991.5000,1.0000,13291.0505,61.4045,61.7580,0.1908,0.0000,5,1346.8964,515.7758,741.6355,-88.4624,72.7485,104.6052,-12.4773,0.6232,66.3344,0.0000,66.3344,5.7908,66.3344,0.9871,0.0000,65.3473,0.0000,65.3473,6.6997,58.6476,0.0000,58.6476,0.2889,58.3587,0.0000,18.1729,11.3399,28.8459,14366.9887,14366.9887,14366.9887 -992.5000,1.0000,13308.2885,62.0470,62.3560,0.1661,0.0000,5,1360.9895,491.3475,746.3289,-89.2982,70.0281,106.3687,-12.7270,0.5482,63.5875,0.0000,63.5875,5.8924,63.5875,0.9842,0.0000,62.6033,0.0000,62.6033,6.7698,55.8335,0.0000,55.8335,0.2541,55.5794,0.0000,18.7492,11.4585,25.3717,13869.8857,13869.8857,13869.8857 -993.5000,1.0000,13325.6887,62.6305,62.9250,0.1581,0.0000,5,1373.7885,484.1592,738.5308,-90.0573,69.6525,106.2471,-12.9559,0.5265,63.2879,0.0000,63.2879,5.8381,63.2879,0.9926,0.0000,62.2953,0.0000,62.2953,6.8335,55.4618,0.0000,55.4618,0.2441,55.2177,0.0000,19.2831,11.5663,24.3683,13796.4376,13796.4376,13796.4376 -994.5000,1.0000,13343.2412,63.1790,63.4530,0.1467,0.0000,5,1385.8197,474.1499,737.3535,-90.7709,68.8099,107.0067,-13.1729,0.4928,62.3915,0.0000,62.3915,5.9256,62.3915,0.9975,0.0000,61.3940,0.0000,61.3940,6.8933,54.5006,0.0000,54.5006,0.2285,54.2722,0.0000,19.7941,11.6676,22.8104,13640.1399,13640.1399,13640.1399 -995.5000,1.0000,13360.9049,63.5795,63.7260,0.0758,0.0000,5,1394.6046,397.7839,733.7133,-91.2919,58.0934,107.1534,-13.3325,0.2564,51.7903,0.0000,51.7903,6.0466,51.7903,0.9514,0.0000,50.8390,0.0000,50.8390,6.9370,43.9019,0.0000,43.9019,0.1189,43.7831,0.0000,20.1727,11.7416,11.8688,11675.7746,11675.7746,11675.7746 -996.5000,1.0000,13378.6151,63.7465,63.7870,0.0169,0.0000,5,1398.2677,347.5444,704.1234,-91.5091,50.8896,103.1022,-13.3993,0.0574,42.6538,0.0000,42.6538,8.1784,42.6538,0.9086,0.0000,41.7452,0.0000,41.7452,6.9552,34.7900,0.0000,34.7900,0.0266,34.7634,0.0000,20.3320,11.7724,2.6590,10324.5771,10324.5771,10324.5771 -997.5000,1.0000,13396.3431,63.8110,63.8550,0.0189,0.0000,5,1399.6825,350.0345,685.2201,-91.5930,51.3061,100.4357,-13.4252,0.0641,43.0489,0.0000,43.0489,8.1931,43.0489,0.9117,0.0000,42.1372,0.0000,42.1372,6.9623,35.1749,0.0000,35.1749,0.0297,35.1452,0.0000,20.3938,11.7843,2.9671,10405.2278,10405.2278,10405.2278 -998.5000,1.0000,13414.0951,63.8970,63.9590,0.0289,0.0000,5,1401.5689,361.5789,686.7385,-91.7049,53.0696,100.7940,-13.4597,0.0982,44.7595,0.0000,44.7595,8.2120,44.7595,0.9217,0.0000,43.8377,0.0000,43.8377,6.9717,36.8661,0.0000,36.8661,0.0455,36.8206,0.0000,20.4764,11.8002,4.5440,10736.4765,10736.4765,10736.4765 -999.5000,1.0000,13431.8827,64.0255,64.1120,0.0425,0.0000,5,1404.3876,377.2862,691.9579,-91.8721,55.4864,101.7643,-13.5114,0.1447,47.1110,0.0000,47.1110,8.2307,47.1110,0.9357,0.0000,46.1753,0.0000,46.1753,6.9857,39.1896,0.0000,39.1896,0.0671,39.1225,0.0000,20.6002,11.8239,6.6984,11188.1890,11188.1890,11188.1890 -1000.5000,1.0000,13449.7246,64.2210,64.3500,0.0661,0.0000,5,1408.6758,404.3520,699.1917,-92.1264,59.6485,103.1421,-13.5901,0.2258,51.1721,0.0000,51.1721,8.2505,51.1721,0.9594,0.0000,50.2128,0.0000,50.2128,7.0070,43.2057,0.0000,43.2057,0.1047,43.1011,0.0000,20.7895,11.8600,10.4516,11976.7187,11976.7187,11976.7187 -1001.5000,1.0000,13467.6476,64.5125,64.6950,0.0958,0.0000,5,1415.0698,439.1730,711.1268,-92.5056,65.0792,105.3789,-13.7080,0.3288,56.3887,0.0000,56.3887,8.3617,56.3887,0.9905,0.0000,55.3982,0.0000,55.3982,7.0388,48.3593,0.0000,48.3593,0.1524,48.2069,0.0000,21.0739,11.9139,15.2191,12967.6816,12967.6816,12967.6816 -1002.5000,1.0000,13485.6645,64.8510,65.0270,0.0922,0.0000,5,1422.4947,435.8078,725.3744,-92.9460,64.9194,108.0542,-13.8455,0.3181,56.3256,0.0000,56.3256,8.2757,56.3256,0.9961,0.0000,55.3295,0.0000,55.3295,7.0758,48.2537,0.0000,48.2537,0.1475,48.1063,0.0000,21.4074,11.9764,14.7225,12943.2519,12943.2519,12943.2519 -1003.5000,1.0000,13503.7792,65.2030,65.3990,0.1033,0.0000,5,1430.2158,449.5609,725.6377,-93.4039,67.3316,108.6801,-13.9893,0.3583,58.6795,0.0000,58.6795,8.2938,58.6795,1.0141,0.0000,57.6654,0.0000,57.6654,7.1142,50.5512,0.0000,50.5512,0.1661,50.3851,0.0000,21.7579,12.0414,16.5858,13380.7331,13380.7331,13380.7331 -1004.5000,1.0000,13521.9859,65.5340,65.6890,0.0806,0.0000,5,1437.4762,411.1965,731.5321,-93.8345,61.8983,110.1191,-14.1251,0.2808,55.4731,0.0000,55.4731,6.1444,55.4731,1.0039,0.0000,54.4693,0.0000,54.4693,7.1503,47.3190,0.0000,47.3190,0.1302,47.1888,0.0000,22.0909,12.1025,12.9955,12415.8161,12415.8161,12415.8161 -1005.5000,1.0000,13540.3195,65.9910,66.3130,0.1733,0.0000,5,1447.5004,516.4654,720.9466,-94.4290,78.2868,109.2824,-14.3137,0.6083,71.4753,0.0000,71.4753,6.2032,71.4753,1.0920,0.0000,70.3833,0.0000,70.3833,7.2001,63.1832,0.0000,63.1832,0.2820,62.9012,0.0000,22.5567,12.1869,28.1576,15420.1744,15420.1744,15420.1744 -1006.5000,1.0000,13558.8498,66.6990,67.1050,0.2200,0.0000,5,1463.0303,571.8478,761.9646,-95.3501,87.6118,116.7392,-14.6084,0.7804,80.5617,0.0000,80.5617,6.2697,80.5617,1.1500,0.0000,79.4117,0.0000,79.4117,7.3195,72.0922,0.0000,72.0922,0.3618,71.7304,0.0000,23.2908,12.3177,36.1220,17146.6611,17146.6611,17146.6611 -1007.5000,1.0000,13577.6826,67.7880,68.4910,0.3850,0.0000,5,1486.9173,762.6481,787.1573,-96.7668,118.7516,122.5680,-15.0675,1.3880,111.0562,0.0000,111.0562,6.3075,111.0562,1.3220,0.0000,109.7341,0.0000,109.7341,7.8744,101.8597,0.0000,101.8597,0.6435,101.2163,0.0000,24.4520,12.5188,64.2455,23145.8967,23145.8967,23145.8967 -1008.5000,1.0000,13596.9053,69.1920,69.9130,0.3950,0.0000,5,1517.7138,781.2281,853.6718,-98.5932,124.1642,135.6780,-15.6699,1.4536,116.1872,0.0000,116.1872,6.5234,116.1872,1.3732,0.0000,114.8140,0.0000,114.8140,8.0796,106.7344,0.0000,106.7344,0.6738,106.0605,0.0000,26.0031,12.7781,67.2794,24191.9391,24191.9391,24191.9391 -1009.5000,1.0000,13616.4103,70.2080,70.5230,0.1694,0.0000,5,1539.9996,531.8198,858.5299,-99.9150,85.7657,138.4537,-16.1131,0.6327,78.5711,0.0000,78.5711,6.5619,78.5711,1.2039,0.0000,77.3672,0.0000,77.3672,7.6602,69.7069,0.0000,69.7069,0.2933,69.4136,0.0000,27.1631,12.9657,29.2849,16920.8865,16920.8865,16920.8865 -1010.5000,1.0000,13636.1037,70.8860,71.2690,0.2072,0.0000,5,1554.8714,577.9327,781.0131,-100.7970,94.1023,127.1690,-16.4123,0.7812,86.6210,0.0000,86.6210,6.7001,86.6210,1.2568,0.0000,85.3642,0.0000,85.3642,7.7935,77.5707,0.0000,77.5707,0.3622,77.2086,0.0000,27.9579,13.0909,36.1598,18503.8879,18503.8879,18503.8879 -1011.5000,1.0000,13655.9605,71.4745,71.7000,0.1197,0.0000,5,1567.7800,483.2273,796.0350,-101.5626,79.3351,130.6911,-16.6743,0.4551,72.1285,0.0000,72.1285,6.7515,72.1285,1.1954,0.0000,70.9331,0.0000,70.9331,7.7984,63.1347,0.0000,63.1347,0.2110,62.9237,0.0000,28.6595,13.1996,21.0647,15799.0703,15799.0703,15799.0703 -1012.5000,1.0000,13675.8435,71.5690,71.4580,-0.0672,0.0000,5,1569.8528,276.4942,763.1795,-101.6855,45.4542,125.4626,-16.7165,-0.2559,38.8680,0.0000,38.8680,6.8421,38.8680,1.0308,0.0000,37.8371,0.0000,37.8371,7.8087,30.0284,0.0000,30.0284,-0.1186,30.1470,0.0000,28.7731,13.2170,-11.8431,9455.5870,9455.5870,9455.5870 -1013.5000,1.0000,13695.5544,70.9493,70.4605,-0.2771,0.0000,0,1493.6922,-5.1240,639.9007,-97.1686,-0.8015,100.0927,-15.1990,-6.7427,0.0000,0.0000,0.0000,5.9412,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,7.7411,-7.7411,0.0000,-7.7411,-0.4847,-7.2564,0.0000,28.0334,13.1026,-48.3924,2039.7360,2039.7360,2039.7360 -1014.5000,1.0000,13714.9937,69.9713,69.5020,-0.2663,0.0000,6,1264.9359,-36.7347,407.2122,-83.6015,-4.8660,53.9409,-11.0742,-12.0599,2.1406,0.0000,2.1406,5.0533,1.8908,0.6471,0.0000,1.2437,0.0000,1.2437,7.6344,-6.3907,0.0000,-6.3907,-0.4593,-5.9314,0.1182,26.8900,12.9220,-45.8616,876.5418,876.5418,876.5418 -1015.5000,1.0000,13734.1269,68.8695,68.2570,-0.3458,0.0000,6,1099.7458,-70.3989,437.4677,-73.7669,-8.1075,50.3810,-8.4954,-0.6713,-12.3861,0.0000,-12.3861,4.9500,-12.3861,0.7754,0.0000,-13.1615,0.0000,-13.1615,7.5142,-20.6757,0.0000,-20.6757,-0.5872,-20.0885,0.1829,25.6405,12.7185,-58.6304,0.0000,0.0000,0.0000 -1016.5000,1.0000,13752.9108,67.6120,66.9870,-0.3528,0.0000,6,1079.6653,-72.3295,417.1056,-72.3295,-8.1777,47.1589,-8.1777,-0.6723,-12.4150,0.0000,-12.4150,4.9095,-12.4150,0.7593,0.0000,-13.1743,0.0000,-13.1743,7.3770,-20.5513,1.8250,-22.3763,-0.5881,-21.7882,0.1795,24.2617,12.4863,-58.7157,0.0000,0.0000,0.0000 -1017.5000,1.0000,13771.3787,66.4745,65.9820,-0.2792,0.0000,6,1061.5011,12.2383,412.3571,-71.0292,1.3604,45.8377,-7.8956,-0.5231,-2.8408,0.0000,-2.8408,4.7243,-2.8408,0.6489,0.0000,-3.4896,0.0000,-3.4896,7.2529,-10.7425,0.0000,-10.7425,-0.4575,-10.2850,0.0642,23.0569,12.2762,-45.6823,1383.4700,1383.4700,1383.4700 -1018.5000,1.0000,13789.7148,66.0001,66.0382,0.0156,0.0000,6,1053.9256,458.4294,458.4294,-70.4869,50.5954,50.5954,-7.7794,0.0290,45.8833,0.0000,45.8833,4.6831,45.8833,1.3665,0.0000,44.5168,0.0000,44.5168,7.2011,37.3157,0.0000,37.3157,0.0254,37.2903,0.0000,22.5655,12.1886,2.5362,10079.2181,10079.2181,10079.2181 -1019.5000,1.0000,13808.1068,66.2011,66.3840,0.0961,0.0000,6,1057.1353,582.9375,678.7936,-70.7167,64.5329,75.1444,-7.8285,0.1792,59.6763,0.0000,59.6763,4.6774,59.6763,1.6444,0.0000,58.0318,0.0000,58.0318,7.2231,50.8088,0.0000,50.8088,0.1568,50.6520,0.0000,22.7724,12.2257,15.6538,12779.8928,12779.8928,12779.8928 -1020.5000,1.0000,13826.6454,66.7289,67.0938,0.1972,0.0000,6,1065.5639,740.9153,740.9153,-71.3200,82.6755,82.6755,-7.9583,0.3709,77.6491,0.0000,77.6491,4.6559,77.6491,2.0093,0.0000,75.6397,0.0000,75.6397,7.2807,68.3591,0.0000,68.3591,0.3244,68.0347,0.0000,23.3220,12.3232,32.3895,16220.0210,16220.0210,16220.0210 -1021.5000,1.0000,13845.4040,67.5211,67.9683,0.2429,0.0000,6,1078.2137,817.6796,817.6796,-72.2255,92.3244,92.3244,-8.1550,0.4623,87.0963,0.0000,87.0963,4.7659,87.0963,2.2065,0.0000,84.8898,0.0000,84.8898,7.4772,77.4126,0.0000,77.4126,0.4044,77.0082,0.0000,24.1628,12.4695,40.3759,18085.3694,18085.3694,18085.3694 -1022.5000,1.0000,13864.4156,68.4317,68.9150,0.2630,0.0000,6,1092.7543,855.0434,855.0434,-73.2664,97.8451,97.8451,-8.3841,0.5072,92.4970,0.0000,92.4970,4.8410,92.4970,2.3241,0.0000,90.1729,0.0000,90.1729,7.6401,82.5328,0.0000,82.5328,0.4437,82.0891,0.0000,25.1538,12.6376,44.2977,19099.9653,19099.9653,19099.9653 -1023.5000,1.0000,13883.6940,69.3924,69.8899,0.2708,0.0000,6,1108.0963,873.2166,873.2166,-74.2680,101.3277,101.3277,-8.6180,0.5297,95.9459,0.0000,95.9459,4.8521,95.9459,2.4033,0.0000,93.5426,0.0000,93.5426,7.7789,85.7637,0.0000,85.7637,0.4633,85.3004,0.0000,26.2282,12.8151,46.2571,19797.4114,19797.4114,19797.4114 -1024.5000,1.0000,13903.2440,70.3699,70.8700,0.2723,0.0000,6,1123.7055,882.2947,882.2947,-75.1992,103.8233,103.8233,-8.8490,0.5400,98.3495,0.0000,98.3495,4.9338,98.3495,2.4618,0.0000,95.8877,0.0000,95.8877,7.9039,87.9838,0.0000,87.9838,0.4724,87.5114,0.0000,27.3523,12.9956,47.1635,20279.2422,20279.2422,20279.2422 -1025.5000,1.0000,13923.0657,71.3480,71.8459,0.2711,0.0000,6,1139.3234,887.1028,887.1028,-76.1308,105.8399,105.8399,-9.0831,0.5452,100.3087,0.0000,100.3087,4.9861,100.3087,2.5116,0.0000,97.7972,0.0000,97.7972,8.0224,89.7747,0.0000,89.7747,0.4769,89.2979,0.0000,28.5086,13.1762,47.6131,20657.8840,20657.8840,20657.8840 -1026.5000,1.0000,13943.1447,72.2745,72.7230,0.2436,0.0000,6,1154.1182,850.8400,889.8153,-77.0133,102.8317,107.5422,-9.3078,0.4963,97.2842,0.0000,97.2842,5.0511,97.2842,2.4612,0.0000,94.8231,0.0000,94.8231,8.0629,86.7601,0.0000,86.7601,0.4341,86.3260,0.0000,29.6334,13.3473,43.3453,20028.7898,20028.7898,20028.7898 -1027.5000,1.0000,13963.4508,73.0920,73.4810,0.2106,0.0000,6,1167.1730,804.6124,874.0130,-77.7921,98.3446,106.8272,-9.5082,0.4338,92.8675,0.0000,92.8675,5.0433,92.8675,2.3818,0.0000,90.4857,0.0000,90.4857,8.0730,82.4127,0.0000,82.4127,0.3794,82.0333,0.0000,30.6501,13.4983,37.8849,19166.0013,19166.0013,19166.0013 -1028.5000,1.0000,13983.9787,73.8905,74.3200,0.2331,0.0000,6,1179.9238,845.8733,854.1789,-78.5527,104.5172,105.5435,-9.7061,0.4854,98.8728,0.0000,98.8728,5.1591,98.8728,2.5108,0.0000,96.3620,0.0000,96.3620,8.2345,88.1275,0.0000,88.1275,0.4246,87.7029,0.0000,31.6658,13.6457,42.3914,20341.9741,20341.9741,20341.9741 -1029.5000,1.0000,14004.7275,74.6855,75.0710,0.2086,0.0000,6,1192.6188,813.4029,873.0998,-79.3100,101.5865,109.0421,-9.9051,0.4392,95.9545,0.0000,95.9545,5.1928,95.9545,2.4613,0.0000,93.4933,0.0000,93.4933,8.2645,85.2287,0.0000,85.2287,0.3841,84.8446,0.0000,32.6987,13.7926,38.3533,19769.3898,19769.3898,19769.3898 -1030.5000,1.0000,14025.6616,75.3530,75.6550,0.1622,0.0000,6,1203.2778,746.1731,858.9613,-79.9447,94.0230,108.2351,-10.0736,0.3446,88.4314,0.0000,88.4314,5.2471,88.4314,2.3183,0.0000,86.1130,0.0000,86.1130,8.2216,77.8914,0.0000,77.8914,0.3014,77.5900,0.0000,33.5830,13.9158,30.0912,18330.3370,18330.3370,18330.3370 -1031.5000,1.0000,14046.7134,75.7765,75.9180,0.0731,0.0000,6,1210.0405,612.2529,829.2389,-80.3458,77.5817,105.0771,-10.1810,0.1560,72.1759,0.0000,72.1759,5.2498,72.1759,1.9980,0.0000,70.1778,0.0000,70.1778,8.2678,61.9100,0.0000,61.9100,0.1365,61.7735,0.0000,34.1520,13.9940,13.6275,15296.2303,15296.2303,15296.2303 -1032.5000,1.0000,14067.8255,75.9935,76.0890,0.0475,0.0000,6,1213.5057,574.6941,770.2153,-80.5513,73.0310,97.8774,-10.2363,0.1017,67.6567,0.0000,67.6567,5.2725,67.6567,1.9101,0.0000,65.7466,0.0000,65.7466,8.2915,57.4551,0.0000,57.4551,0.0890,57.3661,0.0000,34.4462,14.0341,8.8859,14434.1380,14434.1380,14434.1380 -1033.5000,1.0000,14089.0029,76.2285,76.3880,0.0831,0.0000,6,1217.2583,630.6151,754.2734,-80.7738,80.3851,96.1480,-10.2963,0.1785,74.9617,0.0000,74.9617,5.2450,74.9617,2.0589,0.0000,72.9028,0.0000,72.9028,8.3171,64.5857,0.0000,64.5857,0.1561,64.4296,0.0000,34.7668,14.0775,15.5853,15797.4600,15797.4600,15797.4600 -1034.5000,1.0000,14110.2639,76.5295,76.6910,0.0842,0.0000,6,1222.0648,634.5750,779.3040,-81.0589,81.2093,99.7309,-10.3735,0.1816,75.7565,0.0000,75.7565,5.2712,75.7565,2.0782,0.0000,73.6783,0.0000,73.6783,8.3500,65.3284,0.0000,65.3284,0.1588,65.1695,0.0000,35.1803,14.1331,15.8562,15942.7310,15942.7310,15942.7310 -1035.5000,1.0000,14131.6558,77.0010,77.3310,0.1778,0.0000,6,1229.5939,782.3556,782.3556,-81.5054,100.7383,100.7383,-10.4949,0.3858,95.0218,0.0000,95.0218,5.3307,95.0218,2.4689,0.0000,92.5529,0.0000,92.5529,8.4632,84.0897,0.0000,84.0897,0.3375,83.7522,0.0000,35.8350,14.2202,33.6971,19587.9885,19587.9885,19587.9885 -1036.5000,1.0000,14153.2305,77.6590,78.0070,0.1878,0.0000,6,1240.1012,803.0639,846.9185,-82.1286,104.2884,109.9835,-10.6655,0.4111,98.4813,0.0000,98.4813,5.3960,98.4813,2.5456,0.0000,95.9357,0.0000,95.9357,8.5744,87.3613,0.0000,87.3613,0.3595,87.0017,0.0000,36.7616,14.3417,35.8985,20285.9679,20285.9679,20285.9679 -1037.5000,1.0000,14174.9839,78.3020,78.6170,0.1694,0.0000,6,1250.3691,779.1308,856.0942,-82.7376,102.0181,112.0956,-10.8335,0.3740,96.2393,0.0000,96.2393,5.4048,96.2393,2.5082,0.0000,93.7311,0.0000,93.7311,8.6004,85.1307,0.0000,85.1307,0.3271,84.8036,0.0000,37.6822,14.4604,32.6610,19837.7817,19837.7817,19837.7817 -1038.5000,1.0000,14196.8937,78.8655,79.1340,0.1436,0.0000,6,1259.3674,743.4285,846.1335,-83.2712,98.0438,111.5886,-10.9819,0.3192,92.2661,0.0000,92.2661,5.4585,92.2661,2.4353,0.0000,89.8308,0.0000,89.8308,8.6048,81.2259,0.0000,81.2259,0.2792,80.9467,0.0000,38.5014,14.5645,27.8807,19060.5481,19060.5481,19060.5481 -1039.5000,1.0000,14218.9139,79.2625,79.4110,0.0769,0.0000,6,1265.7069,644.3896,830.9179,-83.6472,85.4103,110.1336,-11.0870,0.1719,79.7242,0.0000,79.7242,5.5142,79.7242,2.1891,0.0000,77.5351,0.0000,77.5351,8.6482,68.8869,0.0000,68.8869,0.1504,68.7365,0.0000,39.0855,14.6378,15.0132,16692.5256,16692.5256,16692.5256 -1040.5000,1.0000,14241.0087,79.5315,79.6720,0.0725,0.0000,6,1270.0024,639.6312,789.1316,-83.9020,85.0673,104.9500,-11.1585,0.1625,79.3712,0.0000,79.3712,5.5336,79.3712,2.1852,0.0000,77.1860,0.0000,77.1860,8.6775,68.5085,0.0000,68.5085,0.1422,68.3663,0.0000,39.4848,14.6875,14.1941,16631.9488,16631.9488,16631.9488 -1041.5000,1.0000,14263.1775,79.7975,79.9430,0.0753,0.0000,6,1274.2500,646.2025,787.4894,-84.1539,86.2287,105.0819,-11.2294,0.1693,80.4710,0.0000,80.4710,5.5884,80.4710,2.2103,0.0000,78.2607,0.0000,78.2607,8.7065,69.5542,0.0000,69.5542,0.1481,69.4061,0.0000,39.8823,14.7366,14.7872,16859.0361,16859.0361,16859.0361 -1042.5000,1.0000,14285.4116,80.0330,80.1430,0.0556,0.0000,6,1278.0106,617.6415,790.4318,-84.3769,82.6608,105.7858,-11.2924,0.1253,76.9462,0.0000,76.9462,5.5893,76.9462,2.1426,0.0000,74.8036,0.0000,74.8036,8.7322,66.0714,0.0000,66.0714,0.1096,65.9617,0.0000,40.2364,14.7801,10.9453,16196.6675,16196.6675,16196.6675 -1043.5000,1.0000,14307.6928,80.2020,80.2810,0.0383,0.0000,6,1280.7093,592.6671,778.4655,-84.5370,79.4859,104.4043,-11.3377,0.0867,73.7790,0.0000,73.7790,5.6203,73.7790,2.0812,0.0000,71.6977,0.0000,71.6977,8.7507,62.9471,0.0000,62.9471,0.0758,62.8713,0.0000,40.4918,14.8113,7.5682,15641.0400,15641.0400,15641.0400 -1044.5000,1.0000,14330.0125,80.3410,80.4210,0.0389,0.0000,6,1282.9290,594.7683,768.1386,-84.6686,79.9059,103.1979,-11.3751,0.0881,74.1643,0.0000,74.1643,5.6536,74.1643,2.0906,0.0000,72.0737,0.0000,72.0737,8.7658,63.3079,0.0000,63.3079,0.0770,63.2308,0.0000,40.7027,14.8370,7.6912,15719.2350,15719.2350,15719.2350 -1045.5000,1.0000,14352.3403,80.3700,80.3390,-0.0228,0.0000,6,1283.3920,500.7764,768.5430,-84.6961,67.3026,103.2895,-11.3829,-0.0516,61.6471,0.0000,61.6471,5.7071,61.6471,1.8406,0.0000,59.8065,0.0000,59.8065,8.7690,51.0375,0.0000,51.0375,-0.0451,51.0826,0.0000,40.7467,14.8424,-4.5065,13380.7211,13380.7211,13380.7211 -1046.5000,1.0000,14374.6611,80.3450,80.3710,0.0089,0.0000,6,1282.9928,549.0378,729.0113,-84.6724,73.7658,97.9461,-11.3761,0.0201,68.0569,0.0000,68.0569,5.6888,68.0569,1.9685,0.0000,66.0884,0.0000,66.0884,8.7663,57.3221,0.0000,57.3221,0.0176,57.3045,0.0000,40.7087,14.8377,1.7581,14570.7579,14570.7579,14570.7579 -1047.5000,1.0000,14396.9854,80.3575,80.3640,-0.0019,0.0000,6,1283.1924,532.7116,749.3630,-84.6843,71.5834,100.6961,-11.3795,-0.0044,65.8718,0.0000,65.8718,5.7160,65.8718,1.9249,0.0000,63.9469,0.0000,63.9469,8.7676,55.1793,0.0000,55.1793,-0.0039,55.1831,0.0000,40.7277,14.8400,-0.3846,14162.7629,14162.7629,14162.7629 -1048.5000,1.0000,14419.2922,80.2945,80.2450,-0.0331,0.0000,6,1282.1864,499.2222,742.0337,-84.6246,67.0307,99.6330,-11.3626,-0.0748,59.4171,0.0000,59.4171,7.6884,59.4171,1.7951,0.0000,57.6221,0.0000,57.6221,8.7608,48.8613,0.0000,48.8613,-0.0654,48.9267,0.0000,40.6320,14.8284,-6.5337,13329.4203,13329.4203,13329.4203 -1049.5000,1.0000,14441.5383,80.0760,79.9270,-0.0883,0.0000,6,1278.6973,413.0328,726.8550,-84.4177,55.3071,97.3294,-11.3039,-0.1994,47.7998,0.0000,47.7998,7.7067,47.7998,1.5602,0.0000,46.2396,0.0000,46.2396,8.7369,37.5027,0.0000,37.5027,-0.1744,37.6771,0.0000,40.3014,14.7881,-17.4123,11061.8595,11061.8595,11061.8595 -1050.5000,1.0000,14463.6294,79.5180,79.1290,-0.2217,0.0000,6,1269.7868,204.4329,687.0958,-83.8892,27.1838,91.3643,-11.1549,-0.4968,19.9991,0.0000,19.9991,7.6816,19.9991,0.9976,0.0000,19.0015,0.0000,19.0015,8.6760,10.3254,0.0000,10.3254,-0.4346,10.7600,0.0000,39.4655,14.6850,-43.3905,5790.1197,5790.1197,5790.1197 -1051.5000,1.0000,14485.4957,78.7085,78.3080,-0.2281,0.0000,6,1256.8603,188.4534,593.5874,-83.1226,24.8039,78.1268,-10.9404,-0.5060,17.7089,0.0000,17.7089,7.6010,17.7089,0.9423,0.0000,16.7665,0.0000,16.7665,8.5877,8.1788,0.0000,8.1788,-0.4426,8.6214,0.0000,38.2726,14.5355,-44.1867,5334.0074,5334.0074,5334.0074 -1052.5000,1.0000,14507.1400,77.9095,77.5310,-0.2158,0.0000,6,1244.1014,201.2263,583.9999,-82.3658,26.2162,76.0847,-10.7308,-0.4740,19.1607,0.0000,19.1607,7.5295,19.1607,0.9621,0.0000,18.1986,0.0000,18.1986,8.5005,9.6980,0.0000,9.6980,-0.4146,10.1126,0.0000,37.1187,14.3880,-41.3941,5594.5563,5594.5563,5594.5563 -1053.5000,1.0000,14528.5987,77.2415,76.9720,-0.1553,0.0000,6,1233.4344,289.3419,588.3766,-81.7332,37.3728,75.9976,-10.5571,-0.3381,30.2188,0.0000,30.2188,7.4921,30.2188,1.1756,0.0000,29.0433,0.0000,29.0433,8.4277,20.6156,0.0000,20.6156,-0.2957,20.9113,0.0000,36.1717,14.2646,-29.5250,7653.0639,7653.0639,7653.0639 -1054.5000,1.0000,14549.9083,76.7045,76.4570,-0.1431,0.0000,6,1224.8593,304.3268,626.2201,-81.2246,39.0351,80.3234,-10.4184,-0.3093,31.8771,0.0000,31.8771,7.4673,31.8771,1.2026,0.0000,30.6745,0.0000,30.6745,8.3691,22.3054,0.0000,22.3054,-0.2705,22.5760,0.0000,35.4224,14.1654,-27.0119,7969.5846,7969.5846,7969.5846 -1055.5000,1.0000,14571.0844,76.2240,76.0110,-0.1239,0.0000,6,1217.1864,314.7564,631.8268,-80.7696,40.1199,80.5348,-10.2952,-0.2662,34.9333,0.0000,34.9333,5.4528,34.9333,1.2582,0.0000,33.6750,0.0000,33.6750,8.3166,25.3584,0.0000,25.3584,-0.2328,25.5912,0.0000,34.7608,14.0767,-23.2463,8166.8108,8166.8108,8166.8108 -1056.5000,1.0000,14592.1368,75.7785,75.5660,-0.1236,0.0000,6,1210.0725,312.2478,635.2550,-80.3477,39.5676,80.4986,-10.1815,-0.2640,34.3697,0.0000,34.3697,5.4619,34.3697,1.2419,0.0000,33.1278,0.0000,33.1278,8.2680,24.8597,0.0000,24.8597,-0.2309,25.0907,0.0000,34.1549,13.9944,-23.0586,8059.7028,8059.7028,8059.7028 -1057.5000,1.0000,14613.1132,75.5050,75.4640,-0.0283,0.0000,6,1205.7051,456.4082,634.6418,-80.0886,57.6266,80.1306,-10.1121,-0.0603,52.2455,0.0000,52.2455,5.4414,52.2455,1.5963,0.0000,50.6492,0.0000,50.6492,8.2382,42.4110,0.0000,42.4110,-0.0527,42.4638,0.0000,33.7861,13.9439,-5.2663,11496.3584,11496.3584,11496.3584 -1058.5000,1.0000,14634.1037,75.5560,75.6680,0.0567,0.0000,6,1206.5195,587.0713,700.3523,-80.1369,74.1744,88.4870,-10.1250,0.1207,68.6214,0.0000,68.6214,5.4323,68.6214,1.9244,0.0000,66.6969,0.0000,66.6969,8.2438,58.4532,0.0000,58.4532,0.1056,58.3476,0.0000,33.8547,13.9533,10.5396,14659.0559,14659.0559,14659.0559 -1059.5000,1.0000,14655.1497,75.7555,75.8630,0.0542,0.0000,6,1209.7052,585.0671,758.7835,-80.3259,74.1163,96.1227,-10.1757,0.1157,68.5060,0.0000,68.5060,5.4946,68.5060,1.9244,0.0000,66.5817,0.0000,66.5817,8.2655,58.3161,0.0000,58.3161,0.1012,58.2150,0.0000,34.1235,13.9902,10.1013,14643.7761,14643.7761,14643.7761 -1060.5000,1.0000,14676.2526,75.9605,76.0780,0.0597,0.0000,6,1212.9787,595.3263,758.2526,-80.5200,75.6200,96.3154,-10.2279,0.1279,69.9521,0.0000,69.9521,5.5400,69.9521,1.9556,0.0000,67.9965,0.0000,67.9965,8.2879,59.7086,0.0000,59.7086,0.1118,59.5968,0.0000,34.4013,14.0280,11.1674,14933.0259,14933.0259,14933.0259 -1061.5000,1.0000,14697.4147,76.1735,76.2890,0.0586,0.0000,6,1216.3800,594.7406,763.0953,-80.7217,75.7575,97.2023,-10.2823,0.1258,70.1321,0.0000,70.1321,5.4995,70.1321,1.9616,0.0000,68.1705,0.0000,68.1705,8.3111,59.8594,0.0000,59.8594,0.1101,59.7493,0.0000,34.6915,14.0674,10.9904,14957.2187,14957.2187,14957.2187 -1062.5000,1.0000,14718.6504,76.4385,76.6080,0.0886,0.0000,6,1220.6117,642.8769,763.4699,-80.9727,82.1739,97.5884,-10.3501,0.1909,76.4428,0.0000,76.4428,5.5402,76.4428,2.0909,0.0000,74.3519,0.0000,74.3519,8.3400,66.0118,0.0000,66.0118,0.1670,65.8448,0.0000,35.0549,14.1163,16.6736,16115.3909,16115.3909,16115.3909 -1063.5000,1.0000,14739.9834,76.7890,76.9900,0.1061,0.0000,6,1226.2087,672.2903,785.1793,-81.3047,86.3276,100.8235,-10.4402,0.2297,80.5344,0.0000,80.5344,5.5635,80.5344,2.1767,0.0000,78.3577,0.0000,78.3577,8.3783,69.9794,0.0000,69.9794,0.2009,69.7785,0.0000,35.5394,14.1810,20.0581,16850.0455,16850.0455,16850.0455 -1064.5000,1.0000,14761.4086,77.1205,77.2710,0.0781,0.0000,6,1231.5022,631.5854,798.2137,-81.6186,81.4509,102.9397,-10.5258,0.1697,75.7092,0.0000,75.7092,5.5721,75.7092,2.0840,0.0000,73.6252,0.0000,73.6252,8.4145,65.2107,0.0000,65.2107,0.1484,65.0623,0.0000,36.0016,14.2422,14.8185,15982.5323,15982.5323,15982.5323 -1065.5000,1.0000,14782.9141,77.4100,77.5690,0.0828,0.0000,6,1236.1251,641.1187,780.8990,-81.8928,82.9907,101.0848,-10.6008,0.1806,77.1994,0.0000,77.1994,5.6107,77.1994,2.1171,0.0000,75.0822,0.0000,75.0822,8.4460,66.6362,0.0000,66.6362,0.1580,66.4782,0.0000,36.4086,14.2957,15.7739,16252.7784,16252.7784,16252.7784 -1066.5000,1.0000,14804.5179,77.7635,77.9780,0.1136,0.0000,6,1241.7700,691.1646,785.7285,-82.2276,89.8776,102.1744,-10.6927,0.2490,83.9783,0.0000,83.9783,5.6503,83.9783,2.2568,0.0000,81.7215,0.0000,81.7215,8.4846,73.2369,0.0000,73.2369,0.2178,73.0191,0.0000,36.9098,14.3610,21.7483,17545.6787,17545.6787,17545.6787 -1067.5000,1.0000,14826.2348,78.1710,78.3840,0.1128,0.0000,6,1248.2772,693.0144,807.7760,-82.6135,90.5903,105.5919,-10.7992,0.2485,84.6526,0.0000,84.6526,5.6892,84.6526,2.2750,0.0000,82.3777,0.0000,82.3777,8.5291,73.8486,0.0000,73.8486,0.2174,73.6312,0.0000,37.4931,14.4363,21.7019,17684.4427,17684.4427,17684.4427 -1068.5000,1.0000,14848.0543,78.5400,78.7160,0.0922,0.0000,6,1254.1696,664.3395,808.8324,-82.9630,87.2519,106.2291,-10.8961,0.2042,81.3215,0.0000,81.3215,5.7262,81.3215,2.2126,0.0000,79.1089,0.0000,79.1089,8.5693,70.5396,0.0000,70.5396,0.1786,70.3610,0.0000,38.0264,14.5044,17.8302,17037.6891,17037.6891,17037.6891 -1069.5000,1.0000,14869.9634,78.8630,79.0300,0.0872,0.0000,6,1259.3274,659.0548,796.9006,-83.2689,86.9138,105.0924,-10.9812,0.1939,80.9780,0.0000,80.9780,5.7419,80.9780,2.2095,0.0000,78.7685,0.0000,78.7685,8.6046,70.1640,0.0000,70.1640,0.1696,69.9944,0.0000,38.4975,14.5640,16.9328,16975.8689,16975.8689,16975.8689 -1070.5000,1.0000,14891.9339,79.0835,79.1570,0.0353,0.0000,6,1262.8485,581.1935,794.5401,-83.4777,76.8600,105.0741,-11.0395,0.0786,71.0037,0.0000,71.0037,5.7777,71.0037,2.0126,0.0000,68.9912,0.0000,68.9912,8.6286,60.3625,0.0000,60.3625,0.0688,60.2937,0.0000,38.8212,14.6048,6.8678,15148.3788,15148.3788,15148.3788 -1071.5000,1.0000,14913.9201,79.1405,79.1440,-0.0036,0.0000,6,1263.7587,521.7424,760.9898,-83.5317,69.0477,100.7098,-11.0546,-0.0081,63.3040,0.0000,63.3040,5.7517,63.3040,1.8593,0.0000,61.4448,0.0000,61.4448,8.6349,52.8099,0.0000,52.8099,-0.0070,52.8169,0.0000,38.9052,14.6153,-0.7035,13681.4610,13681.4610,13681.4610 -1072.5000,1.0000,14935.8832,79.0570,78.9900,-0.0428,0.0000,6,1262.4253,461.1223,734.9399,-83.4526,60.9608,97.1597,-11.0325,-0.0953,55.2975,0.0000,55.2975,5.7586,55.2975,1.6982,0.0000,53.5994,0.0000,53.5994,8.6257,44.9736,0.0000,44.9736,-0.0834,45.0570,0.0000,38.7822,14.5999,-8.3251,12132.8155,12132.8155,12132.8155 -1073.5000,1.0000,14957.8168,78.9510,78.9320,-0.0161,0.0000,6,1260.7327,501.5157,708.8716,-83.3522,66.2119,93.5878,-11.0045,-0.0359,60.4584,0.0000,60.4584,5.7894,60.4584,1.8001,0.0000,58.6583,0.0000,58.6583,8.6142,50.0441,0.0000,50.0441,-0.0314,50.0754,0.0000,38.6264,14.5803,-3.1312,13165.2857,13165.2857,13165.2857 -1074.5000,1.0000,14979.7328,78.8875,78.8630,-0.0192,0.0000,6,1259.7187,496.2760,726.1322,-83.2921,65.4675,95.7895,-10.9877,-0.0426,59.7346,0.0000,59.7346,5.7754,59.7346,1.7849,0.0000,57.9497,0.0000,57.9497,8.6072,49.3425,0.0000,49.3425,-0.0373,49.3797,0.0000,38.5332,14.5686,-3.7221,13021.4212,13021.4212,13021.4212 -1075.5000,1.0000,15001.6190,78.7805,78.7180,-0.0403,0.0000,6,1258.0100,463.0358,723.4438,-83.1907,60.9996,95.3054,-10.9594,-0.0894,55.3272,0.0000,55.3272,5.7618,55.3272,1.6955,0.0000,53.6317,0.0000,53.6317,8.5956,45.0361,0.0000,45.0361,-0.0782,45.1144,0.0000,38.3767,14.5488,-7.8111,12137.2670,12137.2670,12137.2670 -1076.5000,1.0000,15023.4809,78.6930,78.6880,-0.0083,0.0000,6,1256.6128,511.3803,709.2254,-83.1079,67.2936,93.3285,-10.9363,-0.0185,61.5562,0.0000,61.5562,5.7559,61.5562,1.8191,0.0000,59.7371,0.0000,59.7371,8.5860,51.1511,0.0000,51.1511,-0.0162,51.1673,0.0000,38.2489,14.5327,-1.6143,13359.4447,13359.4447,13359.4447 -1077.5000,1.0000,15045.3358,78.6675,78.6670,-0.0058,0.0000,6,1256.2056,514.9931,730.0942,-83.0837,67.7471,96.0436,-10.9296,-0.0129,62.0098,0.0000,62.0098,5.7502,62.0098,1.8279,0.0000,60.1820,0.0000,60.1820,8.5832,51.5987,0.0000,51.5987,-0.0113,51.6100,0.0000,38.2117,14.5279,-1.1296,13441.8903,13441.8903,13441.8903 -1078.5000,1.0000,15067.1840,78.6435,78.6400,-0.0075,0.0000,6,1255.8223,512.3943,731.5925,-83.0610,67.3847,96.2113,-10.9233,-0.0166,61.6345,0.0000,61.6345,5.7668,61.6345,1.8201,0.0000,59.8144,0.0000,59.8144,8.5806,51.2338,0.0000,51.2338,-0.0145,51.2483,0.0000,38.1768,14.5235,-1.4520,13375.6273,13375.6273,13375.6273 -1079.5000,1.0000,15089.0609,78.7470,78.8740,0.0650,0.0000,6,1257.4751,624.2838,731.3866,-83.1590,82.2072,96.3108,-10.9506,0.1443,76.3034,0.0000,76.3034,5.7596,76.3034,2.1147,0.0000,74.1887,0.0000,74.1887,8.5919,65.5968,0.0000,65.5968,0.1262,65.4706,0.0000,38.3278,14.5426,12.6002,16113.1854,16113.1854,16113.1854 -1080.5000,1.0000,15111.0055,78.9905,79.1270,0.0703,0.0000,6,1261.3634,634.2449,779.8220,-83.3896,83.7772,103.0064,-11.0149,0.1565,77.8411,0.0000,77.8411,5.7797,77.8411,2.1483,0.0000,75.6928,0.0000,75.6928,8.6185,67.0743,0.0000,67.0743,0.1369,66.9374,0.0000,38.6845,14.5876,13.6654,16384.7815,16384.7815,16384.7815 -1081.5000,1.0000,15132.9654,79.0455,78.9840,-0.0397,0.0000,6,1262.2417,465.7849,783.3128,-83.4417,61.5682,103.5396,-11.0295,-0.0885,55.8907,0.0000,55.8907,5.7660,55.8907,1.7099,0.0000,54.1808,0.0000,54.1808,8.6245,45.5563,0.0000,45.5563,-0.0774,45.6337,0.0000,38.7653,14.5977,-7.7293,12252.4797,12252.4797,12252.4797 -1082.5000,1.0000,15154.8753,78.8655,78.7670,-0.0603,0.0000,6,1259.3674,433.0492,710.2250,-83.2712,57.1108,93.6649,-10.9819,-0.1340,51.4702,0.0000,51.4702,5.7746,51.4702,1.6194,0.0000,49.8509,0.0000,49.8509,8.6048,41.2460,0.0000,41.2460,-0.1172,41.3632,0.0000,38.5011,14.5645,-11.7024,11383.5114,11383.5114,11383.5114 -1083.5000,1.0000,15176.6773,78.4775,78.2080,-0.1553,0.0000,6,1253.1716,283.8723,694.0977,-82.9038,37.2531,91.0877,-10.8796,-0.3435,31.9174,0.0000,31.9174,5.6792,31.9174,1.2238,0.0000,30.6936,0.0000,30.6936,8.5625,22.1310,0.0000,22.1310,-0.3004,22.4315,0.0000,37.9360,14.4929,-29.9974,7645.6408,7645.6408,7645.6408 -1084.5000,1.0000,15198.3105,77.8695,77.5510,-0.1825,0.0000,6,1243.4627,237.8494,626.6164,-82.3280,30.9716,81.5949,-10.7203,-0.4006,25.6968,0.0000,25.6968,5.6753,25.6968,1.0924,0.0000,24.6045,0.0000,24.6045,8.4962,16.1083,0.0000,16.1083,-0.3504,16.4587,0.0000,37.0613,14.3806,-34.9832,6449.2718,6449.2718,6449.2718 -1085.5000,1.0000,15219.7501,77.1725,76.8140,-0.2047,0.0000,6,1232.3326,198.9244,603.7226,-81.6679,25.6711,77.9101,-10.5392,-0.4453,20.4453,0.0000,20.4453,5.6712,20.4453,0.9793,0.0000,19.4660,0.0000,19.4660,8.4201,11.0458,0.0000,11.0458,-0.3895,11.4353,0.0000,36.0752,14.2519,-38.8917,5483.4699,5483.4699,5483.4699 -1086.5000,1.0000,15240.9964,76.4765,76.1590,-0.1819,0.0000,6,1221.2185,229.3119,584.3805,-81.0087,29.3257,74.7339,-10.3599,-0.3922,24.0223,0.0000,24.0223,5.6956,24.0223,1.0429,0.0000,22.9794,0.0000,22.9794,8.3442,14.6352,0.0000,14.6352,-0.3431,14.9783,0.0000,35.1077,14.1233,-34.2528,6145.0004,6145.0004,6145.0004 -1087.5000,1.0000,15262.1172,76.0250,75.9110,-0.0689,0.0000,6,1214.0087,399.2223,598.3089,-80.5811,50.7534,76.0634,-10.2443,-0.1476,45.2650,0.0000,45.2650,5.6361,45.2650,1.4626,0.0000,43.8024,0.0000,43.8024,8.2949,35.5074,0.0000,35.5074,-0.1291,35.6366,0.0000,34.4891,14.0399,-12.8924,10180.3328,10180.3328,10180.3328 -1088.5000,1.0000,15283.1689,75.7760,75.6610,-0.0694,0.0000,6,1210.0325,396.5120,673.8758,-80.3453,50.2438,85.3897,-10.1809,-0.1483,44.7795,0.0000,44.7795,5.6126,44.7795,1.4501,0.0000,43.3294,0.0000,43.3294,8.2678,35.0617,0.0000,35.0617,-0.1297,35.1914,0.0000,34.1513,13.9940,-12.9538,10077.4180,10077.4180,10077.4180 -1089.5000,1.0000,15304.1969,75.6910,75.7410,0.0222,0.0000,6,1208.6752,536.5099,673.5332,-80.2648,67.9072,85.2506,-10.1593,0.0474,62.2538,0.0000,62.2538,5.6060,62.2538,1.7986,0.0000,60.4552,0.0000,60.4552,8.2585,52.1967,0.0000,52.1967,0.0415,52.1552,0.0000,34.0364,13.9783,4.1406,13468.7759,13468.7759,13468.7759 -1090.5000,1.0000,15325.2409,75.7485,75.7760,0.0097,0.0000,6,1209.5934,518.0417,735.9425,-80.3192,65.6195,93.2206,-10.1739,0.0208,59.9519,0.0000,59.9519,5.6468,59.9519,1.7532,0.0000,58.1987,0.0000,58.1987,8.2648,49.9339,0.0000,49.9339,0.0182,49.9158,0.0000,34.1140,13.9889,1.8129,13035.3567,13035.3567,13035.3567 -1091.5000,1.0000,15346.2987,75.7980,75.8400,0.0178,0.0000,6,1210.3838,530.8830,727.8904,-80.3661,67.2900,92.2609,-10.1865,0.0380,61.5860,0.0000,61.5860,5.6661,61.5860,1.7865,0.0000,59.7995,0.0000,59.7995,8.2702,51.5293,0.0000,51.5293,0.0332,51.4961,0.0000,34.1810,13.9980,3.3171,13351.4231,13351.4231,13351.4231 -1092.5000,1.0000,15367.3647,75.8275,75.8350,-0.0014,0.0000,6,1210.8549,501.8115,733.4771,-80.3941,63.6299,93.0052,-10.1940,-0.0030,57.9499,0.0000,57.9499,5.6829,57.9499,1.7141,0.0000,56.2359,0.0000,56.2359,8.2734,47.9625,0.0000,47.9625,-0.0026,47.9651,0.0000,34.2209,14.0035,-0.2593,12659.1357,12659.1357,12659.1357 -1093.5000,1.0000,15388.4223,75.7975,75.7800,-0.0153,0.0000,6,1210.3759,479.9892,720.3488,-80.3657,60.8388,91.3044,-10.1864,-0.0326,55.2284,0.0000,55.2284,5.6430,55.2284,1.6593,0.0000,53.5691,0.0000,53.5691,8.2701,45.2990,0.0000,45.2990,-0.0286,45.3275,0.0000,34.1803,13.9979,-2.8507,12106.9106,12106.9106,12106.9106 -1094.5000,1.0000,15409.4628,75.7355,75.7110,-0.0192,0.0000,6,1209.3858,473.8139,710.4577,-80.3069,60.0069,89.9770,-10.1706,-0.0409,54.3788,0.0000,54.3788,5.6691,54.3788,1.6416,0.0000,52.7372,0.0000,52.7372,8.2633,44.4738,0.0000,44.4738,-0.0358,44.5096,0.0000,34.0965,13.9865,-3.5733,11948.9889,11948.9889,11948.9889 -1095.5000,1.0000,15430.4844,75.6680,75.6450,-0.0183,0.0000,6,1208.3079,474.5052,707.5754,-80.2430,60.0409,89.5321,-10.1534,-0.0391,54.4281,0.0000,54.4281,5.6520,54.4281,1.6418,0.0000,52.7862,0.0000,52.7862,8.2560,44.5303,0.0000,44.5303,-0.0342,44.5645,0.0000,34.0054,13.9740,-3.4149,11956.6347,11956.6347,11956.6347 -1096.5000,1.0000,15451.4886,75.6050,75.5850,-0.0167,0.0000,6,1207.3019,476.6392,707.7747,-80.1833,60.2607,89.4828,-10.1374,-0.0355,54.6445,0.0000,54.6445,5.6518,54.6445,1.6454,0.0000,52.9990,0.0000,52.9990,8.2491,44.7499,0.0000,44.7499,-0.0311,44.7810,0.0000,33.9205,13.9624,-3.1019,11999.8302,11999.8302,11999.8302 -1097.5000,1.0000,15472.4732,75.5345,75.5040,-0.0225,0.0000,6,1206.1761,466.8051,708.5290,-80.1166,58.9624,89.4946,-10.1196,-0.0479,53.4109,0.0000,53.4109,5.5994,53.4109,1.6200,0.0000,51.7909,0.0000,51.7909,8.2414,43.5495,0.0000,43.5495,-0.0419,43.5914,0.0000,33.8257,13.9494,-4.1837,11752.1471,11752.1471,11752.1471 -1098.5000,1.0000,15493.4616,75.5485,75.6130,0.0303,0.0000,6,1206.3997,548.2695,704.7031,-80.1298,69.2650,89.0279,-10.1231,0.0645,63.5496,0.0000,63.5496,5.6509,63.5496,1.8229,0.0000,61.7267,0.0000,61.7267,8.2429,53.4838,0.0000,53.4838,0.0564,53.4274,0.0000,33.8445,13.9519,5.6309,13727.3553,13727.3553,13727.3553 -1099.5000,1.0000,15514.4666,75.6080,75.6230,0.0028,0.0000,6,1207.3498,506.4515,740.8788,-80.1862,64.0324,93.6718,-10.1382,0.0059,58.3793,0.0000,58.3793,5.6472,58.3793,1.7202,0.0000,56.6591,0.0000,56.6591,8.2494,48.4097,0.0000,48.4097,0.0052,48.4045,0.0000,33.9246,13.9629,0.5170,12734.3365,12734.3365,12734.3365 -1100.5000,1.0000,15535.4758,75.6230,75.6430,0.0056,0.0000,6,1207.5894,510.7755,722.2914,-80.2004,64.5919,91.3399,-10.1420,0.0118,58.9376,0.0000,58.9376,5.6424,58.9376,1.7315,0.0000,57.2061,0.0000,57.2061,8.2511,48.9550,0.0000,48.9550,0.0104,48.9447,0.0000,33.9447,13.9657,1.0342,12840.4904,12840.4904,12840.4904 -1101.5000,1.0000,15556.4951,75.6595,75.6960,0.0147,0.0000,6,1208.1722,525.0778,724.3739,-80.2350,66.4326,91.6474,-10.1513,0.0314,60.7592,0.0000,60.7592,5.6420,60.7592,1.7684,0.0000,58.9909,0.0000,58.9909,8.2550,50.7358,0.0000,50.7358,0.0275,50.7084,0.0000,33.9939,13.9724,2.7420,13189.4587,13189.4587,13189.4587 -1102.5000,1.0000,15577.5254,75.6990,75.7220,0.0072,0.0000,6,1208.8030,513.6778,730.7456,-80.2724,65.0242,92.5018,-10.1613,0.0154,59.3869,0.0000,59.3869,5.6218,59.3869,1.7414,0.0000,57.6456,0.0000,57.6456,8.2594,49.3862,0.0000,49.3862,0.0135,49.3728,0.0000,34.0472,13.9797,1.3458,12922.5771,12922.5771,12922.5771 -1103.5000,1.0000,15598.5637,75.7280,75.7540,0.0089,0.0000,6,1209.2660,516.7340,725.7363,-80.2998,65.4361,91.9029,-10.1687,0.0190,59.7567,0.0000,59.7567,5.6605,59.7567,1.7491,0.0000,58.0076,0.0000,58.0076,8.2625,49.7451,0.0000,49.7451,0.0166,49.7285,0.0000,34.0863,13.9851,1.6570,13000.6295,13000.6295,13000.6295 -1104.5000,1.0000,15619.6254,75.8120,75.8900,0.0378,0.0000,6,1210.6074,561.6015,727.5236,-80.3794,71.1968,92.2314,-10.1901,0.0807,65.4571,0.0000,65.4571,5.6589,65.4571,1.8640,0.0000,63.5931,0.0000,63.5931,8.2717,55.3214,0.0000,55.3214,0.0706,55.2508,0.0000,34.1999,14.0006,7.0502,14090.3537,14090.3537,14090.3537 -1105.5000,1.0000,15640.7094,75.8925,75.9150,0.0069,0.0000,6,1211.8929,515.2232,747.3108,-80.4556,65.3865,94.8406,-10.2106,0.0149,59.6644,0.0000,59.6644,5.7073,59.6644,1.7491,0.0000,57.9153,0.0000,57.9153,8.2805,49.6348,0.0000,49.6348,0.0130,49.6218,0.0000,34.3090,14.0155,1.2974,12991.4291,12991.4291,12991.4291 -1106.5000,1.0000,15661.8054,75.9355,75.9760,0.0169,0.0000,6,1212.5795,531.7680,726.8815,-80.4963,67.5244,92.3002,-10.2215,0.0363,61.6646,0.0000,61.6646,5.8236,61.6646,1.7896,0.0000,59.8750,0.0000,59.8750,8.2852,51.5898,0.0000,51.5898,0.0317,51.5581,0.0000,34.3673,14.0234,3.1674,13395.2391,13395.2391,13395.2391 -1107.5000,1.0000,15682.9080,75.9595,75.9630,-0.0036,0.0000,6,1212.9628,500.4078,734.0858,-80.5191,63.5624,93.2444,-10.2276,-0.0077,57.7450,0.0000,57.7450,5.8251,57.7450,1.7115,0.0000,56.0335,0.0000,56.0335,8.2878,47.7457,0.0000,47.7457,-0.0068,47.7525,0.0000,34.3999,14.0278,-0.6752,12647.1660,12647.1660,12647.1660 -1108.5000,1.0000,15704.0209,75.9965,76.0500,0.0242,0.0000,6,1213.5536,543.9449,720.4885,-80.5541,69.1262,91.5619,-10.2371,0.0518,63.1633,0.0000,63.1633,5.9111,63.1633,1.8202,0.0000,61.3430,0.0000,61.3430,8.2918,53.0512,0.0000,53.0512,0.0453,53.0059,0.0000,34.4502,14.0347,4.5211,13697.2655,13697.2655,13697.2655 -1109.5000,1.0000,15725.1536,76.0675,76.1050,0.0153,0.0000,6,1214.6874,530.5760,739.8492,-80.6214,67.4902,94.1101,-10.2552,0.0328,61.5729,0.0000,61.5729,5.8845,61.5729,1.7892,0.0000,59.7837,0.0000,59.7837,8.2996,51.4841,0.0000,51.4841,0.0287,51.4554,0.0000,34.5468,14.0478,2.8608,13388.3451,13388.3451,13388.3451 -1110.5000,1.0000,15746.3128,76.1630,76.2410,0.0378,0.0000,6,1216.2124,566.2177,734.2974,-80.7118,72.1143,93.5212,-10.2796,0.0811,66.0870,0.0000,66.0870,5.9462,66.0870,1.8806,0.0000,64.2064,0.0000,64.2064,8.3100,55.8964,0.0000,55.8964,0.0709,55.8254,0.0000,34.6771,14.0654,7.0829,14258.7253,14258.7253,14258.7253 -1111.5000,1.0000,15767.4868,76.2165,76.2120,-0.0081,0.0000,6,1217.0667,496.7127,749.7579,-80.7625,63.3065,95.5573,-10.2933,-0.0173,57.3208,0.0000,57.3208,6.0031,57.3208,1.7059,0.0000,55.6149,0.0000,55.6149,8.3158,47.2990,0.0000,47.2990,-0.0151,47.3142,0.0000,34.7502,14.0753,-1.5114,12593.9169,12593.9169,12593.9169 -1112.5000,1.0000,15788.6634,76.2260,76.2600,0.0133,0.0000,6,1217.2184,529.2780,719.1856,-80.7715,67.4654,91.6723,-10.2957,0.0286,61.4732,0.0000,61.4732,5.9635,61.4732,1.7891,0.0000,59.6841,0.0000,59.6841,8.3169,51.3673,0.0000,51.3673,0.0251,51.3422,0.0000,34.7632,14.0771,2.5019,13383.2629,13383.2629,13383.2629 -1113.5000,1.0000,15809.8561,76.2835,76.3270,0.0186,0.0000,6,1218.1366,538.0342,733.7611,-80.8259,68.6332,93.6007,-10.3104,0.0400,62.5948,0.0000,62.5948,5.9984,62.5948,1.8121,0.0000,60.7827,0.0000,60.7827,8.3231,52.4595,0.0000,52.4595,0.0350,52.4245,0.0000,34.8420,14.0877,3.4949,13602.6843,13602.6843,13602.6843 -1114.5000,1.0000,15831.0693,76.3575,76.4080,0.0225,0.0000,6,1219.3182,544.2526,737.7989,-80.8960,69.4938,94.2071,-10.3293,0.0484,63.4783,0.0000,63.4783,5.9671,63.4783,1.8307,0.0000,61.6476,0.0000,61.6476,8.3312,53.3164,0.0000,53.3164,0.0424,53.2741,0.0000,34.9435,14.1013,4.2293,13763.9614,13763.9614,13763.9614 -1115.5000,1.0000,15852.3029,76.4310,76.4740,0.0183,0.0000,6,1220.4919,538.5578,740.6334,-80.9656,68.8329,94.6601,-10.3482,0.0395,62.8005,0.0000,62.8005,5.9929,62.8005,1.8179,0.0000,60.9825,0.0000,60.9825,8.3392,52.6433,0.0000,52.6433,0.0345,52.6088,0.0000,35.0445,14.1149,3.4494,13639.4782,13639.4782,13639.4782 -1116.5000,1.0000,15873.5412,76.4480,76.4420,-0.0089,0.0000,6,1220.7634,496.2468,737.9013,-80.9817,63.4392,94.3319,-10.3525,-0.0192,57.5506,0.0000,57.5506,5.9078,57.5506,1.7131,0.0000,55.8374,0.0000,55.8374,8.3411,47.4964,0.0000,47.4964,-0.0168,47.5131,0.0000,35.0679,14.1181,-1.6728,12619.8107,12619.8107,12619.8107 -1117.5000,1.0000,15894.7629,76.3880,76.3540,-0.0244,0.0000,6,1219.8053,472.1727,718.9145,-80.9249,60.3143,91.8325,-10.3372,-0.0526,54.4344,0.0000,54.4344,5.9325,54.4344,1.6501,0.0000,52.7843,0.0000,52.7843,8.3345,44.4497,0.0000,44.4497,-0.0460,44.4958,0.0000,34.9854,14.1070,-4.5966,11997.1801,11997.1801,11997.1801 -1118.5000,1.0000,15915.9186,76.1505,75.9670,-0.1075,0.0000,6,1216.0128,343.1605,706.9060,-80.7000,43.6982,90.0178,-10.2764,-0.2307,37.9972,0.0000,37.9972,5.9318,37.9972,1.3187,0.0000,36.6785,0.0000,36.6785,8.3086,28.3699,0.0000,28.3699,-0.2018,28.5717,0.0000,34.6603,14.0631,-20.1516,8835.2961,8835.2961,8835.2961 -1119.5000,1.0000,15936.9376,75.6585,75.3700,-0.1658,0.0000,6,1208.1562,250.3910,647.2067,-80.2340,31.6789,81.8832,-10.1510,-0.3537,26.1003,0.0000,26.1003,5.9322,26.1003,1.0752,0.0000,25.0252,0.0000,25.0252,8.2549,16.7702,0.0000,16.7702,-0.3093,17.0796,0.0000,33.9931,13.9723,-30.8858,6577.4090,6577.4090,6577.4090 -1120.5000,1.0000,15957.7787,75.0180,74.6860,-0.1900,0.0000,6,1197.9284,209.1055,602.7851,-79.6267,26.2316,75.6174,-9.9889,-0.4018,20.6976,0.0000,20.6976,5.9358,20.6976,0.9599,0.0000,19.7377,0.0000,19.7377,8.1851,11.5526,0.0000,11.5526,-0.3514,11.9040,0.0000,33.1372,13.8540,-35.0872,5559.5215,5559.5215,5559.5215 -1121.5000,1.0000,15978.4800,74.5145,74.3630,-0.0897,0.0000,6,1189.8882,358.8911,583.7181,-79.1471,44.7196,72.7341,-9.8621,-0.1884,39.0641,0.0000,39.0641,5.8439,39.0641,1.3216,0.0000,37.7425,0.0000,37.7425,8.1301,29.6124,0.0000,29.6124,-0.1648,29.7772,0.0000,32.4740,13.7610,-16.4577,9023.3641,9023.3641,9023.3641 -1122.5000,1.0000,15999.0790,74.1465,73.9500,-0.1147,0.0000,6,1184.0118,318.1216,650.6187,-78.7966,39.4437,80.6698,-9.7699,-0.2398,33.8420,0.0000,33.8420,5.8414,33.8420,1.2130,0.0000,32.6290,0.0000,32.6290,8.0900,24.5390,0.0000,24.5390,-0.2097,24.7488,0.0000,31.9953,13.6930,-20.9396,8006.2476,8006.2476,8006.2476 -1123.5000,1.0000,16019.5469,73.6745,73.4190,-0.1475,0.0000,6,1176.4746,264.4683,630.0659,-78.3469,32.5825,77.6242,-9.6524,-0.3063,27.0865,0.0000,27.0865,5.8024,27.0865,1.0727,0.0000,26.0138,0.0000,26.0138,8.0385,17.9754,0.0000,17.9754,-0.2679,18.2433,0.0000,31.3883,13.6059,-26.7509,6724.2852,6724.2852,6724.2852 -1124.5000,1.0000,16039.8766,73.1770,72.9550,-0.1289,0.0000,6,1168.5303,289.2367,603.9738,-77.8730,35.3934,73.9072,-9.5292,-0.2659,29.9286,0.0000,29.9286,5.7307,29.9286,1.1240,0.0000,28.8046,0.0000,28.8046,7.9842,20.8204,0.0000,20.8204,-0.2325,21.0529,0.0000,30.7566,13.5140,-23.2177,7255.5422,7255.5422,7255.5422 -1125.5000,1.0000,16060.0828,72.7320,72.5290,-0.1183,0.0000,6,1161.4243,301.9437,614.1783,-77.4492,36.7236,74.6989,-9.4197,-0.2426,31.3143,0.0000,31.3143,5.6519,31.3143,1.1468,0.0000,30.1675,0.0000,30.1675,7.9356,22.2319,0.0000,22.2319,-0.2122,22.4441,0.0000,30.1989,13.4318,-21.1866,7503.4291,7503.4291,7503.4291 -1126.5000,1.0000,16080.1655,72.2880,72.0670,-0.1283,0.0000,6,1154.3343,283.2826,618.5667,-77.0262,34.2436,74.7733,-9.3111,-0.2615,28.9147,0.0000,28.9147,5.5905,28.9147,1.0939,0.0000,27.8208,0.0000,27.8208,7.8872,19.9336,0.0000,19.9336,-0.2287,20.1623,0.0000,29.6493,13.3498,-22.8368,7028.8616,7028.8616,7028.8616 -1127.5000,1.0000,16100.1464,71.9210,71.7950,-0.0756,0.0000,6,1148.4738,361.3663,609.4534,-76.6766,43.4608,73.2977,-9.2217,-0.1532,38.0917,0.0000,38.0917,5.5223,38.0917,1.2735,0.0000,36.8182,0.0000,36.8182,7.8471,28.9711,0.0000,28.9711,-0.1340,29.1050,0.0000,29.1998,13.2820,-13.3768,8755.3310,8755.3310,8755.3310 -1128.5000,1.0000,16120.0518,71.6495,71.5240,-0.0753,0.0000,6,1144.1383,359.8611,645.1337,-76.4180,43.1164,77.2960,-9.1559,-0.1520,37.7736,0.0000,37.7736,5.4948,37.7736,1.2641,0.0000,36.5095,0.0000,36.5095,7.8175,28.6920,0.0000,28.6920,-0.1330,28.8249,0.0000,28.8703,13.2319,-13.2773,8685.2657,8685.2657,8685.2657 -1129.5000,1.0000,16139.8716,71.3415,71.1790,-0.0958,0.0000,6,1139.2200,326.1997,643.3079,-76.1246,38.9152,76.7459,-9.0816,-0.1927,33.6380,0.0000,33.6380,5.4700,33.6380,1.1781,0.0000,32.4599,0.0000,32.4599,7.7839,24.6760,0.0000,24.6760,-0.1686,24.8445,0.0000,28.4997,13.1750,-16.8302,7859.6232,7859.6232,7859.6232 -1130.5000,1.0000,16159.5780,70.9330,70.7070,-0.1311,0.0000,6,1132.6969,269.3057,625.8494,-75.7355,31.9439,74.2356,-8.9834,-0.2621,26.7651,0.0000,26.7651,5.4409,26.7651,1.0362,0.0000,25.7289,0.0000,25.7289,7.7394,17.9896,0.0000,17.9896,-0.2293,18.2189,0.0000,28.0131,13.0996,-22.8938,6568.5607,6568.5607,6568.5607 -1131.5000,1.0000,16179.1455,70.4330,70.1790,-0.1467,0.0000,6,1124.7126,241.7022,597.1769,-75.2592,28.4676,70.3353,-8.8640,-0.2912,23.3962,0.0000,23.3962,5.3625,23.3962,0.9634,0.0000,22.4328,0.0000,22.4328,7.6848,14.7480,0.0000,14.7480,-0.2547,15.0027,0.0000,27.4249,13.0072,-25.4294,5873.0254,5873.0254,5873.0254 -1132.5000,1.0000,16198.5855,69.9740,69.7890,-0.1083,0.0000,6,1117.3830,297.7225,583.1327,-74.8220,34.8371,68.2336,-8.7551,-0.2137,29.6859,0.0000,29.6859,5.3649,29.6859,1.0843,0.0000,28.6017,0.0000,28.6017,7.6347,20.9669,0.0000,20.9669,-0.1869,21.1538,0.0000,26.8921,12.9225,-18.6607,7139.9791,7139.9791,7139.9791 -1133.5000,1.0000,16217.9182,69.5875,69.4060,-0.1064,0.0000,6,1111.2112,297.9720,608.6995,-74.4538,34.6737,70.8318,-8.6639,-0.2087,29.5632,0.0000,29.5632,5.3192,29.5632,1.0777,0.0000,28.4855,0.0000,28.4855,7.5925,20.8929,0.0000,20.8929,-0.1825,21.0755,0.0000,26.4489,12.8511,-18.2245,7107.8966,7107.8966,7107.8966 -1134.5000,1.0000,16237.1394,69.1865,68.9870,-0.1164,0.0000,6,1104.8078,279.9730,607.4926,-74.0719,32.3915,70.2840,-8.5698,-0.2270,27.3277,0.0000,27.3277,5.2908,27.3277,1.0287,0.0000,26.2990,0.0000,26.2990,7.5488,18.7502,0.0000,18.7502,-0.1985,18.9487,0.0000,25.9943,12.7770,-19.8227,6647.0125,6647.0125,6647.0125 -1135.5000,1.0000,16256.2834,68.9085,68.8500,-0.0381,0.0000,6,1100.3685,398.2999,599.0993,-73.8071,45.8962,69.0344,-8.5048,-0.0739,40.6994,0.0000,40.6994,5.2707,40.6994,1.2932,0.0000,39.4062,0.0000,39.4062,7.5185,31.8877,0.0000,31.8877,-0.0647,31.9524,0.0000,25.6820,12.7257,-6.4554,9254.9299,9254.9299,9254.9299 -1136.5000,1.0000,16275.4536,69.0025,69.1750,0.0903,0.0000,6,1101.8696,595.7908,657.4614,-73.8966,68.7468,75.8628,-8.5267,0.1756,63.2935,0.0000,63.2935,5.2777,63.2935,1.7461,0.0000,61.5475,0.0000,61.5475,7.5287,54.0187,0.0000,54.0187,0.1536,53.8652,0.0000,25.7874,12.7431,15.3347,13624.4805,13624.4805,13624.4805 -1137.5000,1.0000,16294.7250,69.3670,69.5790,0.1122,0.0000,6,1107.6901,631.6042,751.6556,-74.2438,73.2642,87.1898,-8.6121,0.2194,67.7715,0.0000,67.7715,5.2733,67.7715,1.8395,0.0000,65.9320,0.0000,65.9320,7.5685,58.3635,0.0000,58.3635,0.1919,58.1716,0.0000,26.1983,12.8104,19.1629,14430.4483,14430.4483,14430.4483 -1138.5000,1.0000,16314.1236,69.8250,70.0910,0.1422,0.0000,6,1115.0037,680.4349,769.4144,-74.6801,79.4496,89.8391,-8.7199,0.2799,73.8919,0.0000,73.8919,5.2778,73.8919,1.9668,0.0000,71.9250,0.0000,71.9250,7.6185,64.3066,0.0000,64.3066,0.2448,64.0617,0.0000,26.7208,12.8950,24.4460,15602.0662,15602.0662,15602.0662 -1139.5000,1.0000,16333.6765,70.3805,70.6900,0.1664,0.0000,6,1123.8742,721.0518,793.1212,-75.2092,84.8619,93.3439,-8.8515,0.3301,79.2362,0.0000,79.2362,5.2957,79.2362,2.0796,0.0000,77.1565,0.0000,77.1565,7.6791,69.4774,0.0000,69.4774,0.2887,69.1887,0.0000,27.3638,12.9975,28.8274,16594.2550,16594.2550,16594.2550 -1140.5000,1.0000,16353.3821,70.9300,71.1900,0.1389,0.0000,6,1132.6490,682.8558,812.4617,-75.7327,80.9940,96.3667,-8.9827,0.2777,75.3491,0.0000,75.3491,5.3672,75.3491,2.0078,0.0000,73.3413,0.0000,73.3413,7.7390,65.6023,0.0000,65.6023,0.2429,65.3594,0.0000,28.0096,13.0990,24.2508,15892.6501,15892.6501,15892.6501 -1141.5000,1.0000,16373.1990,71.3310,71.4920,0.0839,0.0000,6,1139.0524,601.2355,795.0968,-76.1146,71.7161,94.8402,-9.0791,0.1687,66.1489,0.0000,66.1489,5.3985,66.1489,1.8282,0.0000,64.3208,0.0000,64.3208,7.7828,56.5380,0.0000,56.5380,0.1475,56.3905,0.0000,28.4871,13.1731,14.7303,14196.0714,14196.0714,14196.0714 -1142.5000,1.0000,16393.1183,71.6995,71.9270,0.1208,0.0000,6,1144.9368,660.3979,758.4238,-76.4656,79.1801,90.9331,-9.1680,0.2442,73.5153,0.0000,73.5153,5.4205,73.5153,1.9795,0.0000,71.5358,0.0000,71.5358,7.8230,63.7128,0.0000,63.7128,0.2136,63.4992,0.0000,28.9310,13.2411,21.3271,15544.5293,15544.5293,15544.5293 -1143.5000,1.0000,16413.1266,72.0200,72.1330,0.0572,0.0000,6,1150.0547,581.0480,785.6373,-76.7709,69.9776,94.6170,-9.2458,0.1162,62.4877,0.0000,62.4877,7.3738,62.4877,1.7625,0.0000,60.7252,0.0000,60.7252,7.8580,52.8673,0.0000,52.8673,0.1016,52.7657,0.0000,29.3205,13.3003,10.1449,13848.6872,13848.6872,13848.6872 -1144.5000,1.0000,16433.2151,72.3085,72.5040,0.1031,0.0000,6,1154.6616,653.6134,750.2214,-77.0458,79.0322,90.7137,-9.3161,0.2100,71.3886,0.0000,71.3886,7.4336,71.3886,1.9436,0.0000,69.4450,0.0000,69.4450,7.8894,61.5555,0.0000,61.5555,0.1837,61.3718,0.0000,29.6744,13.3536,18.3438,15519.5708,15519.5708,15519.5708 -1145.5000,1.0000,16453.3843,72.5990,72.7140,0.0583,0.0000,6,1159.3005,586.6494,783.5368,-77.3225,71.2202,95.1227,-9.3871,0.1194,63.6839,0.0000,63.6839,7.4170,63.6839,1.7927,0.0000,61.8911,0.0000,61.8911,7.9211,53.9700,0.0000,53.9700,0.1044,53.8656,0.0000,30.0333,13.4072,10.4250,14093.8662,14093.8662,14093.8662 -1146.5000,1.0000,16473.6173,72.8290,72.9640,0.0694,0.0000,6,1162.9732,605.0947,753.4806,-77.5416,73.6922,91.7636,-9.4435,0.1426,66.1347,0.0000,66.1347,7.4150,66.1347,1.8443,0.0000,64.2904,0.0000,64.2904,7.9462,56.3442,0.0000,56.3442,0.1247,56.2195,0.0000,30.3197,13.4497,12.4501,14560.4523,14560.4523,14560.4523 -1147.5000,1.0000,16493.9157,73.0640,73.1840,0.0611,0.0000,6,1166.7258,594.1210,762.2465,-77.7654,72.5893,93.1307,-9.5013,0.1259,65.0049,0.0000,65.0049,7.4585,65.0049,1.8243,0.0000,63.1806,0.0000,63.1806,7.9719,55.2087,0.0000,55.2087,0.1101,55.0987,0.0000,30.6141,13.4931,10.9914,14362.0651,14362.0651,14362.0651 -1148.5000,1.0000,16514.2434,73.1700,73.1760,-0.0022,0.0000,6,1168.4185,497.2241,756.9203,-77.8664,60.8386,92.6141,-9.5275,-0.0046,53.4334,0.0000,53.4334,7.4098,53.4334,1.5940,0.0000,51.8394,0.0000,51.8394,7.9834,43.8559,0.0000,43.8559,-0.0040,43.8599,0.0000,30.7475,13.5127,-0.4003,12115.8998,12115.8998,12115.8998 -1149.5000,1.0000,16534.5634,73.1420,73.1280,-0.0133,0.0000,6,1167.9714,479.8107,712.5031,-77.8397,58.6855,87.1460,-9.5205,-0.0275,51.3270,0.0000,51.3270,7.3860,51.3270,1.5516,0.0000,49.7754,0.0000,49.7754,7.9804,41.7950,0.0000,41.7950,-0.0240,41.8191,0.0000,30.7122,13.5075,-2.4007,11689.6053,11689.6053,11689.6053 -1150.5000,1.0000,16554.8187,72.9090,72.7100,-0.1161,0.0000,6,1164.2507,321.2917,702.9037,-77.6178,39.1719,85.6981,-9.4632,-0.2386,31.9528,0.0000,31.9528,7.4577,31.9528,1.1615,0.0000,30.7913,0.0000,30.7913,7.9549,22.8363,0.0000,22.8363,-0.2087,23.0450,0.0000,30.4199,13.4645,-20.8393,7925.7140,7925.7140,7925.7140 -1151.5000,1.0000,16574.8537,72.1160,71.5420,-0.3244,0.0000,6,1151.5877,-0.6839,624.4787,-76.8624,-0.0825,75.3084,-9.2691,-0.6595,-6.7853,0.0000,-6.7853,7.3624,-6.7853,0.7625,0.0000,-7.5478,0.0000,-7.5478,7.8684,-15.4162,0.0000,-15.4162,-0.5769,-14.8394,0.0000,29.4398,13.3180,-57.5972,1344.4885,1344.4885,1344.4885 -1152.5000,1.0000,16594.6154,71.1320,70.7420,-0.2222,0.0000,6,1135.8746,130.3731,469.7962,-75.9251,15.5077,55.8816,-9.0312,-0.4456,10.5601,0.0000,10.5601,5.3931,10.5601,0.7142,0.0000,9.8459,0.0000,9.8459,7.7611,2.0848,0.0000,2.0848,-0.3897,2.4746,0.0000,28.2501,13.1363,-38.9118,3498.1590,3498.1590,3498.1590 -1153.5000,1.0000,16614.1489,70.3105,69.8990,-0.2342,0.0000,6,1122.7565,106.3734,529.0378,-75.1425,12.5068,62.2015,-8.8349,-0.4641,7.6502,0.0000,7.6502,5.3207,7.6502,0.6472,0.0000,7.0030,0.0000,7.0030,7.6714,-0.6684,0.0000,-0.6684,-0.4059,-0.2625,0.0000,27.2827,12.9846,-40.5298,3112.5319,3112.5319,3112.5319 -1154.5000,1.0000,16633.4651,69.5285,69.1780,-0.2003,0.0000,6,1110.2690,153.4496,515.1418,-74.3976,17.8411,59.8940,-8.6500,-0.3925,12.9309,0.0000,12.9309,5.3028,12.9309,0.7444,0.0000,12.1864,0.0000,12.1864,7.5861,4.6003,0.0000,4.6003,-0.3433,4.9437,0.0000,26.3822,12.8402,-34.2787,3906.1554,3906.1554,3906.1554 -1155.5000,1.0000,16652.5291,68.6205,68.0830,-0.3042,0.0000,6,1095.7696,-8.5762,532.6445,-73.4822,-0.9841,61.1203,-8.4320,-0.5883,-5.6672,0.0000,-5.6672,5.2714,-5.6672,0.7050,0.0000,-6.3722,0.0000,-6.3722,7.4870,-13.8592,0.0000,-13.8592,-0.5146,-13.3446,0.0000,25.3630,12.6725,-51.3801,1089.8013,1089.8013,1089.8013 -1156.5000,1.0000,16671.2187,67.2725,66.4820,-0.4447,0.0000,6,1074.2440,-71.9414,444.4359,-71.9414,-8.0930,49.9966,-8.0930,-0.8433,-12.4187,0.0000,-12.4187,5.1689,-12.4187,0.7549,0.0000,-13.1736,0.0000,-13.1736,7.3400,-20.5136,15.0148,-35.5284,-0.7376,-34.7908,2.5334,23.8993,12.4236,-73.6471,0.0000,0.0000,0.0000 -1157.5000,1.0000,16689.3729,65.3450,64.2280,-0.6261,0.0000,6,1043.4646,-69.7381,399.8067,-69.7381,-7.6204,43.6874,-7.6204,-1.1532,-11.6530,0.0000,-11.6530,5.1858,-11.6530,0.7226,0.0000,-12.3756,0.0000,-12.3756,7.1297,-19.5052,30.5938,-50.0991,-1.0087,-49.0903,17.6508,21.9067,12.0669,-100.7147,0.0000,0.0000,0.0000 -1158.5000,1.0000,16706.7937,62.7050,61.2020,-0.8406,0.0000,6,1001.3077,-66.7176,379.4925,-66.7204,-6.9958,39.7923,-6.9961,-1.4857,-10.6347,0.0000,-10.6347,5.1245,-10.6347,0.6791,0.0000,-11.3138,0.0000,-11.3138,6.8416,-18.1554,44.9215,-63.0769,-1.2995,-61.7775,37.0302,19.3629,11.5766,-129.7472,0.0000,0.0000,0.0000 -1159.5000,1.0000,16723.2321,59.1680,57.1540,-1.1244,0.0000,6,944.8269,-69.7830,372.5853,-69.7830,-6.9045,36.8644,-6.9045,-1.8753,-9.8432,0.0000,-9.8432,4.8140,-9.8432,0.6278,0.0000,-10.4710,0.0000,-10.4710,6.4557,-16.9267,70.1345,-87.0613,-1.6403,-85.4209,51.1595,16.2772,10.9199,-163.7775,0.0000,0.0000,0.0000 -1160.5000,1.0000,16738.6376,55.4500,53.7660,-0.9411,0.0000,6,885.4559,-73.3820,397.5677,-73.3873,-6.8043,36.8644,-6.8048,-1.4709,-9.9447,0.0000,-9.9447,4.6114,-9.9447,0.5847,0.0000,-10.5294,0.0000,-10.5294,6.0500,-16.5795,37.1487,-53.7281,-1.2866,-52.4415,52.3929,13.3943,10.2324,-128.4611,0.0000,0.0000,0.0000 -1161.5000,1.0000,16753.0725,51.9555,50.1650,-1.0003,0.0000,6,829.6538,-77.3775,424.3079,-77.3775,-6.7226,36.8644,-6.7226,-1.4649,-9.7343,0.0000,-9.7343,4.4765,-9.7343,0.5424,0.0000,-10.2767,0.0000,-10.2767,5.6688,-15.9455,45.2953,-61.2408,-1.2813,-59.9594,47.3640,11.0211,9.5881,-127.9326,0.0000,0.0000,0.0000 -1162.5000,1.0000,16766.6122,48.7330,47.3210,-0.7900,0.0000,6,778.1952,-81.8367,452.3655,-81.8367,-6.6691,36.8644,-6.6691,-1.0852,-9.8552,0.0000,-9.8552,4.2713,-9.8552,0.5077,0.0000,-10.3629,0.0000,-10.3629,5.3172,-15.6801,16.9897,-32.6698,-0.9492,-31.7206,44.9663,9.0918,8.9932,-94.7719,0.0000,0.0000,0.0000 -1163.5000,1.0000,16779.2694,45.5560,43.8110,-0.9750,0.0000,6,727.4631,-87.2782,483.9127,-87.2782,-6.6488,36.8644,-6.6488,-1.2520,-8.6886,0.0000,-8.6886,3.2916,-8.6886,0.4617,0.0000,-9.1504,0.0000,-9.1504,4.9705,-14.1209,35.7316,-49.8524,-1.0951,-48.7573,44.7449,7.4318,8.4061,-109.3401,0.0000,0.0000,0.0000 -1164.5000,1.0000,16790.9805,42.1500,40.5090,-0.9172,0.0000,0,649.7191,40.0989,541.8166,-95.6169,2.7283,36.8644,-6.5056,-1.9838,0.0000,0.0000,0.0000,4.7121,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.5989,-4.5989,33.0826,-37.6815,-0.9532,-36.7283,44.7788,5.8867,7.7765,-95.1703,1210.5229,1210.5229,1210.5229 -1165.5000,1.0000,16801.6062,38.2425,35.9960,-1.2536,0.0000,5,694.6731,-90.7952,506.7543,-90.7952,-6.6050,36.8644,-6.6050,4.0388,-15.1708,0.0000,-15.1708,4.5271,-18.3193,0.4114,0.0000,-18.7307,0.0000,-18.7307,4.1726,-22.9033,40.8754,-63.7787,-1.1820,-62.5967,43.9591,4.4051,7.0544,-118.0153,0.0000,0.0000,0.0000 -1166.5000,1.0000,16810.9789,33.7315,31.4870,-1.2525,0.0000,5,739.8942,-85.9448,475.7824,-85.9448,-6.6591,36.8644,-6.6591,-2.2470,-8.6265,0.0000,-8.6265,4.2143,-8.6265,0.3175,0.0000,-8.9440,0.0000,-8.9440,3.6804,-12.6244,40.5618,-53.1862,-1.0416,-52.1445,42.6110,3.0259,6.2208,-104.0022,0.0000,0.0000,0.0000 -1167.5000,1.0000,16819.0344,28.9900,26.5130,-1.3817,0.0000,0,645.2211,30.0807,545.5938,-96.0994,2.0325,36.8644,-6.4932,-1.7918,0.0000,0.0000,0.0000,3.8243,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1630,-3.1630,46.4607,-49.6238,-0.9875,-48.6362,42.6945,1.9264,5.3438,-98.6009,1107.0035,1107.0035,1107.0035 -1168.5000,1.0000,16825.6575,23.8330,21.1730,-1.4833,0.0000,4,643.5128,-96.2826,547.0422,-96.2826,-6.4883,36.8644,-6.4883,1.7196,-11.4374,0.0000,-11.4374,3.2295,-13.7514,0.5596,0.0000,-14.3109,0.0000,-14.3109,2.6004,-16.9113,24.5045,-41.4158,-0.8716,-40.5442,41.0153,1.0759,4.3902,-87.0255,0.0000,0.0000,0.0000 -1169.5000,1.0000,16830.7258,18.2360,15.3190,-1.6261,0.0000,0,643.5128,19.6807,547.0422,-96.2826,1.3263,36.8644,-6.4883,-1.7196,0.0000,0.0000,0.0000,3.0458,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.9897,-1.9897,31.6027,-33.5924,-0.7311,-32.8613,36.2919,0.4883,3.3563,-72.9977,1002.2642,1002.2642,1002.2642 -1170.5000,1.0000,16834.4128,13.2630,11.2270,-1.1367,0.0000,2,768.2195,101.9000,506.0611,-82.9067,8.1976,40.7115,-6.6697,7.9361,-2.8089,0.0000,-2.8089,3.0704,-4.0485,0.6982,0.0000,-4.7467,0.0000,-4.7467,1.4471,-6.1937,0.0000,-6.1937,-0.3717,-5.8221,28.6621,0.1875,2.4395,-37.1111,2274.2138,2274.2138,2274.2138 -1171.5000,1.0000,16837.0618,9.5265,7.8460,-0.9392,0.0000,2,795.3095,-38.3408,442.6310,-80.0010,-3.1932,36.8644,-6.6629,-6.8929,0.6640,0.0000,0.6640,3.0356,0.6640,0.4143,0.0000,0.2497,0.0000,0.2497,1.0394,-0.7897,0.0000,-0.7897,-0.2206,-0.5691,19.6324,0.0700,1.7529,-22.0245,283.9984,283.9984,283.9984 -1172.5000,1.0000,16838.8698,6.4989,5.1719,-0.7428,0.0000,0,627.0900,31.1807,561.3686,-98.0441,2.0476,36.8644,-6.4384,-1.0432,0.0000,0.0000,0.0000,3.0908,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.7091,-0.7091,0.0000,-0.7091,-0.1190,-0.5901,10.0734,0.0225,1.1977,-11.8836,1101.2353,1101.2353,1101.2353 -1173.5000,1.0000,16840.1155,4.4744,3.7970,-0.3819,0.0000,1,622.2222,68.9090,565.7603,-98.5662,4.4900,36.8644,-6.4225,0.8491,0.6266,-0.0479,0.6745,3.0143,0.7667,0.3214,0.0000,0.4454,0.0000,0.4454,0.4882,-0.0428,0.0000,-0.0428,-0.0421,-0.0007,3.3728,0.0072,0.8259,-4.2066,1471.0215,1471.0215,1471.0215 -1174.5000,1.0000,16840.9706,3.0685,2.3600,-0.3992,0.0000,1,644.4444,30.0410,546.2513,-96.1827,2.0273,36.8644,-6.4910,0.0000,-0.9517,0.2910,-1.2427,2.9791,-1.2427,0.2188,0.0000,-1.4615,0.0000,-1.4615,0.3348,-1.7963,0.0000,-1.7963,-0.0302,-1.7661,0.6800,0.0024,0.5667,-3.0152,1105.8954,1105.8954,1105.8954 -1175.5000,1.0000,16841.3922,1.5075,0.6750,-0.4681,0.0000,1,644.4444,36.4646,546.2513,-96.1827,2.4609,36.8644,-6.4910,0.0000,-0.5330,0.6752,-1.2082,2.9938,-1.2082,0.1029,0.0000,-1.3111,0.0000,-1.3111,0.1645,-1.4756,0.0000,-1.4756,-0.0174,-1.4582,0.0000,0.0004,0.2784,-1.7369,1169.6175,1169.6175,1169.6175 -1176.5000,1.0000,16841.4899,0.3420,0.0290,-0.1794,0.0000,1,644.4444,43.8740,546.2513,-96.1827,2.9609,36.8644,-6.4910,0.0000,-0.0018,0.0311,-0.0329,2.9627,-0.0329,0.0192,0.0000,-0.0521,0.0000,-0.0521,0.0373,-0.0894,0.0000,-0.0894,-0.0015,-0.0879,0.0000,0.0000,0.0632,-0.1511,1243.1193,1243.1193,1243.1193 -1177.5000,1.0000,16841.4955,0.0095,0.0110,-0.0050,0.0000,1,644.4444,44.1211,546.2513,-96.1827,2.9776,36.8644,-6.4910,0.0000,0.0000,-0.0032,0.0032,2.9776,0.0032,0.0005,0.0000,0.0027,0.0000,0.0027,0.0010,0.0016,0.0000,0.0016,0.0000,0.0016,0.0000,0.0000,0.0018,-0.0001,1245.5707,1245.5707,1245.5707 -1178.5000,1.0000,16841.4988,0.0000,0.0130,0.0006,0.0000,1,644.4444,44.1701,546.2513,-96.1827,2.9809,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9809,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1246.0560,1246.0560,1246.0560 -1179.5000,1.0000,16841.5024,0.0000,0.0130,0.0000,0.0000,0,644.4444,45.0404,546.2513,-96.1827,3.0396,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.6897,1254.6897,1254.6897 -1180.5000,1.0000,16841.5061,0.0000,0.0130,0.0000,0.0000,0,622.2222,31.3632,565.7603,-98.5662,2.0436,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1098.5676,1098.5676,1098.5676 -1181.5000,1.0000,16841.5097,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8359,586.7144,-100.9497,2.8800,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8800,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.6923,1221.6923,1221.6923 -1182.5000,1.0000,16841.5133,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6858,586.7144,-100.9497,2.8705,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8705,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.2028,1220.2028,1220.2028 -1183.5000,1.0000,16841.5169,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6177,586.7144,-100.9497,2.8662,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8662,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.5278,1219.5278,1219.5278 -1184.5000,1.0000,16841.5205,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.5574,586.7144,-100.9497,2.8625,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8625,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.9292,1218.9292,1218.9292 -1185.5000,1.0000,16841.5241,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.9997,586.7144,-100.9497,2.8902,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8902,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.3166,1223.3166,1223.3166 -1186.5000,1.0000,16841.5277,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0213,586.7144,-100.9497,2.8916,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8916,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.5312,1223.5312,1223.5312 -1187.5000,1.0000,16841.5313,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6322,586.7144,-100.9497,2.8672,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8672,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.6717,1219.6717,1219.6717 -1188.5000,1.0000,16841.5349,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8742,586.7144,-100.9497,2.8824,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.0723,1222.0723,1222.0723 -1189.5000,1.0000,16841.5386,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.3978,586.7144,-100.9497,3.9834,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9834,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1395.9066,1395.9066,1395.9066 -1190.5000,1.0000,16841.5422,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.8729,586.7144,-100.9497,4.0133,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0133,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1400.6196,1400.6196,1400.6196 -1191.5000,1.0000,16841.5458,0.0000,0.0130,0.0000,0.0000,0,600.0000,62.5518,586.7144,-100.9497,3.9302,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9302,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1387.5138,1387.5138,1387.5138 -1192.5000,1.0000,16841.5494,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.2742,586.7144,-100.9497,3.9756,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.6797,1394.6797,1394.6797 -1193.5000,1.0000,16841.5530,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.1789,586.7144,-100.9497,3.9696,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9696,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1393.7346,1393.7346,1393.7346 -1194.5000,1.0000,16841.5566,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.0385,586.7144,-100.9497,3.9608,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9608,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1392.3415,1392.3415,1392.3415 -1195.5000,1.0000,16841.5602,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.5265,586.7144,-100.9497,3.9915,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9915,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1397.1826,1397.1826,1397.1826 -1196.5000,1.0000,16841.5638,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.5029,586.7144,-100.9497,3.9900,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9900,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1396.9486,1396.9486,1396.9486 -1197.5000,1.0000,16841.5674,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.1287,586.7144,-100.9497,3.9665,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9665,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1393.2367,1393.2367,1393.2367 -1198.5000,1.0000,16841.5711,0.0000,0.0130,0.0000,0.0000,0,600.0000,62.5060,586.7144,-100.9497,3.9274,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9274,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1387.0597,1387.0597,1387.0597 -1199.5000,1.0000,16841.5747,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.2066,586.7144,-100.9497,3.9714,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9714,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.0096,1394.0096,1394.0096 -1200.5000,1.0000,16841.5783,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.9904,586.7144,-100.9497,4.0206,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0206,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1401.7852,1401.7852,1401.7852 -1201.5000,1.0000,16841.5819,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.5961,586.7144,-100.9497,3.9959,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9959,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1397.8736,1397.8736,1397.8736 -1202.5000,1.0000,16841.5855,0.0000,0.0130,0.0000,0.0000,0,600.0000,64.1452,586.7144,-100.9497,4.0304,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0304,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1403.3202,1403.3202,1403.3202 -1203.5000,1.0000,16841.5891,0.0000,0.0130,0.0000,0.0000,0,600.0000,64.1787,586.7144,-100.9497,4.0325,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0325,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1403.6524,1403.6524,1403.6524 -1204.5000,1.0000,16841.5927,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.2319,586.7144,-100.9497,3.9730,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9730,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.2609,1394.2609,1394.2609 -1205.5000,1.0000,16841.5963,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.4663,586.7144,-100.9497,3.9877,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1396.5856,1396.5856,1396.5856 -1206.5000,1.0000,16841.5999,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.9933,586.7144,-100.9497,4.0208,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0208,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1401.8138,1401.8138,1401.8138 -1207.5000,1.0000,16841.6036,0.0000,0.0130,0.0000,0.0000,0,600.0000,63.3775,586.7144,-100.9497,3.9821,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.9821,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1395.7045,1395.7045,1395.7045 -1208.5000,1.0000,16841.6072,0.0000,0.0130,0.0000,0.0000,0,600.0000,64.0662,586.7144,-100.9497,4.0254,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.0254,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1402.5372,1402.5372,1402.5372 -1209.5000,1.0000,16841.6108,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.4022,586.7144,-100.9497,2.8527,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8527,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.3894,1217.3894,1217.3894 -1210.5000,1.0000,16841.6144,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6491,586.7144,-100.9497,2.8682,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.8392,1219.8392,1219.8392 -1211.5000,1.0000,16841.6180,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.2370,586.7144,-100.9497,2.8423,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8423,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.7507,1215.7507,1215.7507 -1212.5000,1.0000,16841.6216,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0714,586.7144,-100.9497,2.8948,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8948,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.0287,1224.0287,1224.0287 -1213.5000,1.0000,16841.6252,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.9272,586.7144,-100.9497,2.8857,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.5974,1222.5974,1222.5974 -1214.5000,1.0000,16841.6288,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.3608,586.7144,-100.9497,2.9129,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9129,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.8996,1226.8996,1226.8996 -1215.5000,1.0000,16841.6324,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.9273,586.7144,-100.9497,2.8857,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.5993,1222.5993,1222.5993 -1216.5000,1.0000,16841.6361,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.3997,586.7144,-100.9497,2.8525,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8525,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.3646,1217.3646,1217.3646 -1217.5000,1.0000,16841.6397,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.3518,586.7144,-100.9497,2.8495,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8495,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1216.8897,1216.8897,1216.8897 -1218.5000,1.0000,16841.6433,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.2147,586.7144,-100.9497,2.8409,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8409,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.5297,1215.5297,1215.5297 -1219.5000,1.0000,16841.6469,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.5540,586.7144,-100.9497,2.8622,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8622,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.8952,1218.8952,1218.8952 -1220.5000,1.0000,16841.6505,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8144,586.7144,-100.9497,2.8786,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.4793,1221.4793,1221.4793 -1221.5000,1.0000,16841.6541,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6599,586.7144,-100.9497,2.8689,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8689,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.9461,1219.9461,1219.9461 -1222.5000,1.0000,16841.6577,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8166,586.7144,-100.9497,2.8787,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8787,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.5011,1221.5011,1221.5011 -1223.5000,1.0000,16841.6613,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.4386,586.7144,-100.9497,2.8550,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8550,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.7506,1217.7506,1217.7506 -1224.5000,1.0000,16841.6649,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.1047,586.7144,-100.9497,2.8340,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8340,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1214.4390,1214.4390,1214.4390 -1225.5000,1.0000,16841.6686,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.2324,586.7144,-100.9497,2.8420,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1215.7051,1215.7051,1215.7051 -1226.5000,1.0000,16841.6722,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6276,586.7144,-100.9497,2.8669,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8669,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.6258,1219.6258,1219.6258 -1227.5000,1.0000,16841.6758,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8518,586.7144,-100.9497,2.8810,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8810,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.8503,1221.8503,1221.8503 -1228.5000,1.0000,16841.6794,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.3876,586.7144,-100.9497,2.8518,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8518,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.2452,1217.2452,1217.2452 -1229.5000,1.0000,16841.6830,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.0937,586.7144,-100.9497,2.8333,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8333,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1214.3292,1214.3292,1214.3292 -1230.5000,1.0000,16841.6866,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.9253,586.7144,-100.9497,2.8856,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8856,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.5785,1222.5785,1222.5785 -1231.5000,1.0000,16841.6902,0.0000,0.0130,0.0000,0.0000,0,600.0000,44.8533,586.7144,-100.9497,2.8182,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8182,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1211.9451,1211.9451,1211.9451 -1232.5000,1.0000,16841.6938,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.7662,586.7144,-100.9497,2.8756,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.0006,1221.0006,1221.0006 -1233.5000,1.0000,16841.6974,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.5443,586.7144,-100.9497,2.8616,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8616,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1218.7993,1218.7993,1218.7993 -1234.5000,1.0000,16841.7011,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.5974,586.7144,-100.9497,2.8650,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.3265,1219.3265,1219.3265 -1235.5000,1.0000,16841.7047,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.1204,586.7144,-100.9497,2.8350,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8350,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1214.5947,1214.5947,1214.5947 -1236.5000,1.0000,16841.7083,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.0254,586.7144,-100.9497,2.8290,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8290,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1213.6520,1213.6520,1213.6520 -1237.5000,1.0000,16841.7119,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.3739,586.7144,-100.9497,2.8509,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8509,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1217.1091,1217.1091,1217.1091 -1238.5000,1.0000,16841.7155,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.2911,586.7144,-100.9497,2.9086,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9086,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.2078,1226.2078,1226.2078 -1239.5000,1.0000,16841.7191,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.2663,586.7144,-100.9497,2.9070,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9070,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.9621,1225.9621,1225.9621 -1240.5000,1.0000,16841.7233,0.0020,0.0170,0.0011,0.0000,1,600.0000,45.6934,586.7144,-100.9497,2.8710,36.8644,-6.3429,0.0000,0.0000,-0.0007,0.0007,2.8710,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1220.2784,1220.2784,1220.2784 -1241.5000,1.0000,16841.7274,0.0020,0.0130,-0.0011,0.0000,0,622.2222,56.8856,565.7603,-98.5662,3.7066,36.8644,-6.4225,0.8491,0.0000,-0.0007,0.0007,2.8575,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1351.7501,1351.7501,1351.7501 -1242.5000,1.0000,16841.7311,0.0000,0.0130,0.0000,0.0000,0,622.2222,31.0859,565.7603,-98.5662,2.0255,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,2.8747,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1095.8170,1095.8170,1095.8170 -1243.5000,1.0000,16841.7347,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0880,586.7144,-100.9497,2.8958,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8958,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.1933,1224.1933,1224.1933 -1244.5000,1.0000,16841.7383,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0363,586.7144,-100.9497,2.8925,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.6805,1223.6805,1223.6805 -1245.5000,1.0000,16841.7419,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0735,586.7144,-100.9497,2.8949,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8949,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.0494,1224.0494,1224.0494 -1246.5000,1.0000,16841.7455,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.5672,586.7144,-100.9497,2.8631,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8631,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.0270,1219.0270,1219.0270 -1247.5000,1.0000,16841.7491,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8744,586.7144,-100.9497,2.8824,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.0740,1222.0740,1222.0740 -1248.5000,1.0000,16841.7527,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6986,586.7144,-100.9497,2.8713,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8713,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1220.3303,1220.3303,1220.3303 -1249.5000,1.0000,16841.7563,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.6117,586.7144,-100.9497,2.8659,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8659,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1219.4677,1219.4677,1219.4677 -1250.5000,1.0000,16841.7599,0.0000,0.0130,0.0000,0.0000,0,600.0000,44.2545,586.7144,-100.9497,2.7806,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.7806,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1206.0051,1206.0051,1206.0051 -1251.5000,1.0000,16841.7636,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.7924,586.7144,-100.9497,2.8772,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8772,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.2603,1221.2603,1221.2603 -1252.5000,1.0000,16841.7672,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.4327,586.7144,-100.9497,2.9175,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9175,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.6127,1227.6127,1227.6127 -1253.5000,1.0000,16841.7708,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.2484,586.7144,-100.9497,2.9059,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9059,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.7838,1225.7838,1225.7838 -1254.5000,1.0000,16841.7744,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.0387,586.7144,-100.9497,2.8927,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.7035,1223.7035,1223.7035 -1255.5000,1.0000,16841.7780,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.9584,586.7144,-100.9497,2.8877,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.9078,1222.9078,1222.9078 -1256.5000,1.0000,16841.7816,0.0000,0.0130,0.0000,0.0000,0,600.0000,45.8146,586.7144,-100.9497,2.8786,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1221.4806,1221.4806,1221.4806 -1257.5000,1.0000,16841.7852,0.0000,0.0130,0.0000,0.0000,0,600.0000,47.0048,586.7144,-100.9497,2.9534,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9534,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.2877,1233.2877,1233.2877 -1258.5000,1.0000,16841.7888,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.1098,586.7144,-100.9497,2.8972,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.8972,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.4089,1224.4089,1224.4089 -1259.5000,1.0000,16841.7924,0.0000,0.0130,0.0000,0.0000,0,600.0000,46.4923,586.7144,-100.9497,2.9212,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,2.9212,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.2037,1228.2037,1228.2037 -1260.5000,1.0000,16841.7961,0.0000,0.0130,0.0000,0.0000,0,600.0000,49.5925,586.7144,-100.9497,3.1160,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1160,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1258.9575,1258.9575,1258.9575 -1261.5000,1.0000,16841.7997,0.0000,0.0130,0.0000,0.0000,0,600.0000,49.0896,586.7144,-100.9497,3.0844,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0844,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1253.9686,1253.9686,1253.9686 -1262.5000,1.0000,16841.8041,0.0030,0.0190,0.0017,0.0000,1,600.0000,48.3349,586.7144,-100.9497,3.0370,36.8644,-6.3429,0.0000,0.0000,-0.0010,0.0010,3.0370,0.0010,0.0002,0.0000,0.0009,0.0000,0.0009,0.0003,0.0006,0.0000,0.0006,0.0000,0.0006,0.0000,0.0000,0.0006,0.0000,1246.4821,1246.4821,1246.4821 -1263.5000,1.0000,16841.8088,0.0030,0.0150,-0.0011,0.0000,1,622.2222,59.7253,565.7603,-98.5662,3.8916,36.8644,-6.4225,0.8491,0.0000,-0.0010,0.0010,3.0425,0.0010,0.0002,0.0000,0.0009,0.0000,0.0009,0.0003,0.0005,0.0000,0.0005,0.0000,0.0005,0.0000,0.0000,0.0006,0.0000,1379.9192,1379.9192,1379.9192 -1264.5000,1.0000,16841.8130,0.0000,0.0150,0.0000,0.0000,0,644.4444,45.5453,546.2513,-96.1827,3.0737,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0737,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1259.6983,1259.6983,1259.6983 -1265.5000,1.0000,16841.8172,0.0000,0.0150,0.0000,0.0000,0,622.2222,34.5153,565.7603,-98.5662,2.2490,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.0981,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1129.8362,1129.8362,1129.8362 -1266.5000,1.0000,16841.8213,0.0000,0.0150,0.0000,0.0000,0,600.0000,49.3863,586.7144,-100.9497,3.1030,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1030,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.9125,1256.9125,1256.9125 -1267.5000,1.0000,16841.8255,0.0000,0.0150,0.0000,0.0000,0,600.0000,49.1694,586.7144,-100.9497,3.0894,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0894,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.7603,1254.7603,1254.7603 -1268.5000,1.0000,16841.8299,0.0000,0.0170,0.0006,0.0000,1,600.0000,48.6955,586.7144,-100.9497,3.0596,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0596,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1250.0590,1250.0590,1250.0590 -1269.5000,1.0000,16841.8347,0.0000,0.0170,0.0000,0.0000,0,622.2222,59.5144,565.7603,-98.5662,3.8779,36.8644,-6.4225,0.8491,0.0000,0.0000,0.0000,3.0288,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1377.8268,1377.8268,1377.8268 -1270.5000,1.0000,16841.8394,0.0000,0.0170,0.0000,0.0000,0,622.2222,34.2728,565.7603,-98.5662,2.2332,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.0823,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1127.4302,1127.4302,1127.4302 -1271.5000,1.0000,16841.8444,0.0000,0.0190,0.0006,0.0000,1,600.0000,49.5517,586.7144,-100.9497,3.1134,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1134,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1258.5533,1258.5533,1258.5533 -1272.5000,1.0000,16841.8497,0.0000,0.0190,0.0000,0.0000,0,622.2222,59.9189,565.7603,-98.5662,3.9043,36.8644,-6.4225,0.8491,0.0000,0.0000,0.0000,3.0551,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1381.8401,1381.8401,1381.8401 -1273.5000,1.0000,16841.8549,0.0000,0.0190,0.0000,0.0000,0,622.2222,33.0785,565.7603,-98.5662,2.1554,36.8644,-6.4225,-0.8491,0.0000,0.0000,0.0000,3.0045,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1115.5835,1115.5835,1115.5835 -1274.5000,1.0000,16841.8602,0.0000,0.0190,0.0000,0.0000,0,600.0000,50.0381,586.7144,-100.9497,3.1440,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1440,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.3777,1263.3777,1263.3777 -1275.5000,1.0000,16841.8655,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.5796,586.7144,-100.9497,3.1152,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1152,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1258.8301,1258.8301,1258.8301 -1276.5000,1.0000,16841.8708,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.3504,586.7144,-100.9497,3.0379,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0379,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1246.6357,1246.6357,1246.6357 -1277.5000,1.0000,16841.8761,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.6210,586.7144,-100.9497,3.0549,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0549,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.3205,1249.3205,1249.3205 -1278.5000,1.0000,16841.8813,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.4870,586.7144,-100.9497,3.0465,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0465,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1247.9910,1247.9910,1247.9910 -1279.5000,1.0000,16841.8866,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.2457,586.7144,-100.9497,3.0942,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0942,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1255.5171,1255.5171,1255.5171 -1280.5000,1.0000,16841.8919,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.3994,586.7144,-100.9497,3.1039,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1039,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1257.0424,1257.0424,1257.0424 -1281.5000,1.0000,16841.8972,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.9664,586.7144,-100.9497,3.1395,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1395,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1262.6669,1262.6669,1262.6669 -1282.5000,1.0000,16841.9024,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.4622,586.7144,-100.9497,3.0450,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0450,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1247.7455,1247.7455,1247.7455 -1283.5000,1.0000,16841.9077,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.9716,586.7144,-100.9497,3.0770,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0770,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1252.7986,1252.7986,1252.7986 -1284.5000,1.0000,16841.9130,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.3776,586.7144,-100.9497,3.1025,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.1025,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.8253,1256.8253,1256.8253 -1285.5000,1.0000,16841.9183,0.0000,0.0190,0.0000,0.0000,0,600.0000,49.1617,586.7144,-100.9497,3.0889,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0889,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.6839,1254.6839,1254.6839 -1286.5000,1.0000,16841.9236,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.2280,586.7144,-100.9497,3.0303,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0303,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1245.4216,1245.4216,1245.4216 -1287.5000,1.0000,16841.9288,0.0000,0.0190,0.0000,0.0000,0,600.0000,48.3542,586.7144,-100.9497,3.0382,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,3.0382,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1246.6732,1246.6732,1246.6732 -1288.5000,1.0000,16841.9341,0.0000,0.0190,0.0000,0.0000,0,600.0000,67.5159,586.7144,-100.9497,4.2421,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2421,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1436.7576,1436.7576,1436.7576 -1289.5000,1.0000,16841.9394,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.3829,586.7144,-100.9497,4.1710,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1425.5182,1425.5182,1425.5182 -1290.5000,1.0000,16841.9447,0.0000,0.0190,0.0000,0.0000,0,600.0000,67.4009,586.7144,-100.9497,4.2349,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2349,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1435.6172,1435.6172,1435.6172 -1291.5000,1.0000,16841.9499,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.3396,586.7144,-100.9497,4.1682,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1425.0883,1425.0883,1425.0883 -1292.5000,1.0000,16841.9552,0.0000,0.0190,0.0000,0.0000,0,600.0000,65.5160,586.7144,-100.9497,4.1165,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1165,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1416.9186,1416.9186,1416.9186 -1293.5000,1.0000,16841.9605,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.1499,586.7144,-100.9497,4.1563,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1563,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1423.2074,1423.2074,1423.2074 -1294.5000,1.0000,16841.9658,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.4929,586.7144,-100.9497,4.1779,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1779,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1426.6091,1426.6091,1426.6091 -1295.5000,1.0000,16841.9711,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.5825,586.7144,-100.9497,4.1835,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1835,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1427.4987,1427.4987,1427.4987 -1296.5000,1.0000,16841.9763,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.7247,586.7144,-100.9497,4.1924,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1924,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1428.9092,1428.9092,1428.9092 -1297.5000,1.0000,16841.9816,0.0000,0.0190,0.0000,0.0000,0,600.0000,67.1029,586.7144,-100.9497,4.2162,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2162,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1432.6609,1432.6609,1432.6609 -1298.5000,1.0000,16841.9869,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.2858,586.7144,-100.9497,4.1649,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.1649,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1424.5548,1424.5548,1424.5548 -1299.5000,1.0000,16841.9922,0.0000,0.0190,0.0000,0.0000,0,600.0000,66.8757,586.7144,-100.9497,4.2019,36.8644,-6.3429,0.0000,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1430.4070,1430.4070,1430.4070 +time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h],FC-AAUX [g/h],FC-Final [g/h] +1.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,622.2222,71.3835,565.7603,-98.5662,4.6513,36.8644,-6.4225,0.8491,0.0000,0.0000,0.0000,3.8021,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1495.5684,1495.5684,1495.5684,1495.5684,1495.5684 +2.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.6298,546.2513,-96.1827,3.8892,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8892,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1379.5765,1379.5765,1379.5765,1379.5765,1379.5765 +3.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.1136,546.2513,-96.1827,3.8544,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8544,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.4561,1374.4561,1374.4561,1374.4561,1374.4561 +4.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.0114,546.2513,-96.1827,3.8475,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8475,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1373.4421,1373.4421,1373.4421,1373.4421,1373.4421 +5.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.5464,546.2513,-96.1827,3.8836,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8836,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1378.7492,1378.7492,1378.7492,1378.7492,1378.7492 +6.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.1493,546.2513,-96.1827,3.8568,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.8097,1374.8097,1374.8097,1374.8097,1374.8097 +7.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.6875,546.2513,-96.1827,3.8931,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8931,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1380.1490,1380.1490,1380.1490,1380.1490,1380.1490 +8.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.9654,546.2513,-96.1827,3.8444,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8444,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1372.9861,1372.9861,1372.9861,1372.9861,1372.9861 +9.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.7317,546.2513,-96.1827,3.8286,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8286,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1370.6674,1370.6674,1370.6674,1370.6674,1370.6674 +10.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.1495,546.2513,-96.1827,3.8568,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8568,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1374.8116,1374.8116,1374.8116,1374.8116,1374.8116 +11.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.4795,546.2513,-96.1827,3.7441,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7441,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1358.2455,1358.2455,1358.2455,1358.2455,1358.2455 +12.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.3154,546.2513,-96.1827,3.8680,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8680,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1376.4579,1376.4579,1376.4579,1376.4579,1376.4579 +13.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.7661,546.2513,-96.1827,3.7634,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7634,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1361.0883,1361.0883,1361.0883,1361.0883,1361.0883 +14.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,57.0513,546.2513,-96.1827,3.8502,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8502,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1373.8377,1373.8377,1373.8377,1373.8377,1373.8377 +15.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.9019,546.2513,-96.1827,3.8401,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8401,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1372.3561,1372.3561,1372.3561,1372.3561,1372.3561 +16.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,55.6648,546.2513,-96.1827,3.7566,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.7566,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1360.0842,1360.0842,1360.0842,1360.0842,1360.0842 +17.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.5688,546.2513,-96.1827,3.8176,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8176,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1369.0514,1369.0514,1369.0514,1369.0514,1369.0514 +18.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.8522,546.2513,-96.1827,3.8367,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8367,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1371.8625,1371.8625,1371.8625,1371.8625,1371.8625 +19.5000,1.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,644.4444,56.6024,546.2513,-96.1827,3.8199,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.8199,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1369.3843,1369.3843,1369.3843,1369.3843,1369.3843 +20.5000,1.0000,0.0458,0.1650,0.0000,0.0917,0.0000,1,644.4444,59.4934,546.2513,-96.1827,4.0150,36.8644,-6.4910,0.0000,0.1882,0.0941,0.0941,3.8268,0.0941,0.0080,0.0000,0.0861,0.0000,0.0861,0.0180,0.0681,0.0000,0.0681,0.0004,0.0677,0.0000,0.0000,0.0305,0.0372,1398.0632,1398.0632,1398.0632,1398.0632,1398.0632 +21.5000,1.0000,0.4165,1.3345,0.3300,0.5581,0.0000,1,644.4444,132.3136,546.2513,-96.1827,8.9293,36.8644,-6.4910,0.0000,4.1196,1.7692,2.3504,4.8097,2.3504,0.0956,0.0000,2.2548,0.0000,2.2548,0.1564,2.0984,0.0000,2.0984,0.0184,2.0800,0.0000,0.0003,0.2464,1.8333,2254.9118,2254.9118,2254.9118,2254.9118,2254.9118 +22.5000,1.0000,1.0732,2.3640,2.3390,0.0139,0.0000,1,644.4444,86.1837,546.2513,-96.1827,5.8162,36.8644,-6.4910,0.0000,0.9292,0.0097,0.9195,4.8870,0.9195,0.1423,0.0000,0.7772,0.0000,0.7772,0.2579,0.5192,0.0000,0.5192,0.0008,0.5184,0.0000,0.0010,0.4366,0.0808,1696.7072,1696.7072,1696.7072,1696.7072,1696.7072 +23.5000,1.0000,1.9456,3.1405,2.3890,0.4175,0.0000,1,644.4444,151.3717,546.2513,-96.1827,10.2155,36.8644,-6.4910,0.0000,5.4804,1.0582,4.4222,4.7351,4.4222,0.2282,0.0000,4.1940,0.0000,4.1940,0.3515,3.8425,0.0000,3.8425,0.0323,3.8102,0.0000,0.0026,0.5800,3.2276,2470.4588,2470.4588,2470.4588,2470.4588,2470.4588 +24.5000,1.0000,3.2883,4.8340,3.8920,0.5233,0.0000,1,746.3987,232.6728,471.6362,-85.2471,18.1863,36.8644,-6.6631,4.6733,8.5861,0.4187,8.1673,4.9270,8.1673,0.4151,0.0000,7.7522,0.0000,7.7522,0.5604,7.1918,0.0000,7.1918,0.0624,7.1294,0.0000,0.0092,0.8927,6.2275,3893.9384,3893.9384,3893.9384,3893.9384,3893.9384 +25.5000,1.0000,4.8979,5.7945,5.7760,0.0103,0.0000,1,851.0702,84.5352,476.3187,-75.8461,7.5341,42.4514,-6.7597,0.1420,2.3030,0.0000,2.3030,5.0891,2.3030,0.4373,0.0000,1.8657,0.0000,1.8657,0.6322,1.2334,0.0000,1.2334,0.0015,1.2320,0.0000,0.0153,1.0701,0.1466,2197.7838,2197.7838,2197.7838,2197.7838,2197.7838 +26.5000,1.0000,6.4654,5.6430,5.8130,-0.0944,0.0000,1,828.8186,53.3275,424.7354,-77.4372,4.6285,36.8644,-6.7211,-1.2709,0.7835,0.0000,0.7835,5.1159,0.7835,0.4366,0.0000,0.3469,0.0000,0.3469,0.6157,-0.2688,0.0000,-0.2688,-0.0131,-0.2557,0.0000,0.0141,1.0421,-1.3119,1702.8439,1702.8439,1702.8439,1702.8439,1702.8439 +27.5000,1.0000,7.9300,5.2725,5.4730,-0.1114,0.0000,1,774.4012,50.6552,454.5817,-82.2436,4.1079,36.8644,-6.6696,-1.4005,0.5018,0.0000,0.5018,5.0065,0.5018,0.4015,0.0000,0.1003,0.0000,0.1003,0.5753,-0.4750,0.0000,-0.4750,-0.0145,-0.4605,0.0000,0.0115,0.9737,-1.4457,1582.5074,1582.5074,1582.5074,1582.5074,1582.5074 +28.5000,1.0000,9.2769,4.8490,5.0720,-0.1239,0.0000,1,712.1994,50.8289,494.2838,-88.9153,3.7909,36.8644,-6.6314,-1.4325,0.3016,0.0000,0.3016,4.9218,0.3016,0.3617,0.0000,-0.0601,0.0000,-0.0601,0.5291,-0.5892,0.0000,-0.5892,-0.0148,-0.5744,0.0000,0.0090,0.8955,-1.4788,1402.3678,1402.3678,1402.3678,1402.3678,1402.3678 +29.5000,1.0000,10.5646,4.6355,4.6260,0.0053,0.0000,1,680.8415,95.2156,517.0493,-92.2787,6.7886,36.8644,-6.5792,0.0583,1.7571,0.0000,1.7571,4.9732,1.7571,0.3267,0.0000,1.4305,0.0000,1.4305,0.5058,0.9247,0.0000,0.9247,0.0006,0.9241,0.0000,0.0078,0.8561,0.0602,1929.5279,1929.5279,1929.5279,1929.5279,1929.5279 +30.5000,1.0000,11.8244,4.5355,4.6450,-0.0608,0.0000,1,666.1540,75.4796,528.4494,-93.8541,5.2654,36.8644,-6.5472,-0.6579,0.9788,0.0000,0.9788,4.9446,0.9788,0.3250,0.0000,0.6538,0.0000,0.6538,0.4949,0.1589,0.0000,0.1589,-0.0068,0.1657,0.0000,0.0073,0.8376,-0.6792,1611.1025,1611.1025,1611.1025,1611.1025,1611.1025 +31.5000,1.0000,13.1656,4.8280,4.4260,0.2233,0.0000,1,709.1150,160.2343,496.4337,-89.2461,11.8987,36.8644,-6.6273,2.5712,4.4484,0.0000,4.4484,4.8791,4.4484,0.3403,0.0000,4.1082,0.0000,4.1082,0.5268,3.5814,0.0000,3.5814,0.0266,3.5548,0.0000,0.0089,0.8916,2.6543,2786.5360,2786.5360,2786.5360,2786.5360,2786.5360 +32.5000,1.0000,14.7229,5.6065,5.2300,0.2092,0.0000,1,823.4576,146.6728,427.6756,-77.8205,12.6479,36.8794,-6.7106,2.7964,4.9878,0.0000,4.9878,4.8637,4.9878,0.4111,0.0000,4.5767,0.0000,4.5767,0.6117,3.9650,0.0000,3.9650,0.0289,3.9361,0.0000,0.0139,1.0354,2.8868,3024.7440,3024.7440,3024.7440,3024.7440,3024.7440 +33.5000,1.0000,16.3857,5.9860,5.9830,0.0017,0.0000,1,879.1969,79.4148,454.0959,-73.8349,7.3117,41.8083,-6.7979,0.0238,2.2583,0.0000,2.2583,5.0296,2.2583,0.4581,0.0000,1.8002,0.0000,1.8002,0.6531,1.1471,0.0000,1.1471,0.0002,1.1469,0.0000,0.0168,1.1055,0.0246,2181.5759,2181.5759,2181.5759,2181.5759,2181.5759 +34.5000,1.0000,18.0233,5.8955,5.9890,-0.0519,0.0000,1,865.9047,63.0247,417.2331,-74.7853,5.7149,37.8336,-6.7813,-0.7303,1.4433,0.0000,1.4433,5.0019,1.4433,0.4566,0.0000,0.9867,0.0000,0.9867,0.6432,0.3434,0.0000,0.3434,-0.0076,0.3510,0.0000,0.0161,1.0888,-0.7539,1848.3183,1848.3183,1848.3183,1848.3183,1848.3183 +35.5000,1.0000,19.6322,5.7920,5.8020,-0.0056,0.0000,1,850.7031,77.7142,413.8091,-75.8723,6.9232,36.8644,-6.7591,-0.0767,2.0761,0.0000,2.0761,4.9238,2.0761,0.4393,0.0000,1.6368,0.0000,1.6368,0.6320,1.0049,0.0000,1.0049,-0.0008,1.0057,0.0000,0.0153,1.0696,-0.0792,2065.3357,2065.3357,2065.3357,2065.3357,2065.3357 +36.5000,1.0000,21.2472,5.8140,5.7820,0.0178,0.0000,1,853.9343,84.7871,412.2432,-75.6413,7.5820,36.8644,-6.7641,0.2465,2.4187,0.0000,2.4187,4.9168,2.4187,0.4382,0.0000,1.9805,0.0000,1.9805,0.6344,1.3461,0.0000,1.3461,0.0025,1.3436,0.0000,0.0154,1.0737,0.2544,2211.0266,2211.0266,2211.0266,2211.0266,2211.0266 +37.5000,1.0000,22.9228,6.0320,5.8460,0.1033,0.0000,1,885.9532,109.7217,427.8932,-73.3517,10.1796,39.6986,-6.8053,1.4863,3.7868,0.0000,3.7868,4.9065,3.7868,0.4477,0.0000,3.3391,0.0000,3.3391,0.6581,2.6809,0.0000,2.6809,0.0154,2.6656,0.0000,0.0172,1.1140,1.5344,2724.9061,2724.9061,2724.9061,2724.9061,2724.9061 +38.5000,1.0000,24.7068,6.4225,6.2180,0.1136,0.0000,1,943.3081,111.8098,464.6204,-69.8699,11.0449,45.8966,-6.9020,1.7400,4.2080,0.0000,4.2080,5.0969,4.2080,0.4862,0.0000,3.7218,0.0000,3.7218,0.7007,3.0211,0.0000,3.0211,0.0180,3.0031,0.0000,0.0208,1.1861,1.7962,2920.2468,2920.2468,2920.2468,2920.2468,2920.2468 +39.5000,1.0000,26.5778,6.7355,6.6270,0.0603,0.0000,1,989.2801,94.4475,486.6778,-67.2400,9.7845,50.4184,-6.9659,0.9682,3.5403,0.0000,3.5403,5.2761,3.5403,0.5280,0.0000,3.0122,0.0000,3.0122,0.7349,2.2773,0.0000,2.2773,0.0100,2.2673,0.0000,0.0240,1.2439,0.9994,2793.6502,2793.6502,2793.6502,2793.6502,2793.6502 +40.5000,1.0000,28.5218,6.9985,6.8440,0.0858,0.0000,1,1027.9084,102.3015,490.3051,-68.6246,11.0120,52.7776,-7.3869,1.4324,4.1289,0.0000,4.1289,5.4506,4.1289,0.5524,0.0000,3.5765,0.0000,3.5765,0.7636,2.8129,0.0000,2.8129,0.0148,2.7981,0.0000,0.0269,1.2924,1.4787,2986.4370,2986.4370,2986.4370,2986.4370,2986.4370 +41.5000,1.0000,30.5406,7.2675,7.1530,0.0636,0.0000,1,1067.4179,83.2965,503.8407,-71.4528,9.3109,56.3192,-7.9870,1.1024,3.9008,0.0000,3.9008,4.3076,3.9008,0.5862,0.0000,3.3146,0.0000,3.3146,0.7929,2.5217,0.0000,2.5217,0.0114,2.5103,0.0000,0.0301,1.3421,1.1380,2709.5713,2709.5713,2709.5713,2709.5713,2709.5713 +42.5000,1.0000,32.6031,7.4250,7.3820,0.0239,0.0000,1,1090.5508,70.7720,501.5294,-73.1087,8.0823,57.2758,-8.3492,0.4230,3.2658,0.0000,3.2658,4.3935,3.2658,0.6114,0.0000,2.6545,0.0000,2.6545,0.8101,1.8444,0.0000,1.8444,0.0044,1.8400,0.0000,0.0321,1.3712,0.4366,2524.8325,2524.8325,2524.8325,2524.8325,2524.8325 +43.5000,1.0000,34.6757,7.4615,7.4680,-0.0036,0.0000,1,1095.9117,62.0473,497.5969,-73.4924,7.1208,57.1060,-8.4343,-0.0643,2.7783,0.0000,2.7783,4.4067,2.7783,0.6206,0.0000,2.1577,0.0000,2.1577,0.8141,1.3436,0.0000,1.3436,-0.0007,1.3442,0.0000,0.0326,1.3780,-0.0663,2389.0975,2389.0975,2389.0975,2389.0975,2389.0975 +44.5000,1.0000,36.7428,7.4415,7.4550,-0.0075,0.0000,1,1092.9742,60.7879,492.8648,-73.2821,6.9575,56.4113,-8.3876,-0.1331,2.6988,0.0000,2.6988,4.3918,2.6988,0.6190,0.0000,2.0798,0.0000,2.0798,0.8119,1.2678,0.0000,1.2678,-0.0014,1.2692,0.0000,0.0323,1.3743,-0.1374,2367.0727,2367.0727,2367.0727,2367.0727,2367.0727 +45.5000,1.0000,38.8010,7.4095,7.4280,-0.0103,0.0000,1,1088.2742,60.0809,491.0514,-72.9457,6.8471,55.9621,-8.3132,-0.1816,2.6352,0.0000,2.6352,4.3935,2.6352,0.6158,0.0000,2.0194,0.0000,2.0194,0.8084,1.2109,0.0000,1.2109,-0.0019,1.2128,0.0000,0.0319,1.3684,-0.1875,2352.7113,2352.7113,2352.7113,2352.7113,2352.7113 +46.5000,1.0000,40.8528,7.3865,7.3910,-0.0025,0.0000,1,1084.8961,62.7052,489.7759,-72.7039,7.1239,55.6435,-8.2599,-0.0440,2.7675,0.0000,2.7675,4.4005,2.7675,0.6117,0.0000,2.1557,0.0000,2.1557,0.8059,1.3498,0.0000,1.3498,-0.0005,1.3503,0.0000,0.0316,1.3641,-0.0455,2392.3820,2392.3820,2392.3820,2392.3820,2392.3820 +47.5000,1.0000,42.9071,7.3955,7.3820,0.0075,0.0000,1,1086.2180,65.3549,491.2676,-72.7985,7.4340,55.8809,-8.2807,0.1323,2.9533,0.0000,2.9533,4.3485,2.9533,0.6110,0.0000,2.3423,0.0000,2.3423,0.8069,1.5354,0.0000,1.5354,0.0014,1.5341,0.0000,0.0317,1.3658,0.1365,2435.5364,2435.5364,2435.5364,2435.5364,2435.5364 +48.5000,1.0000,44.9547,7.3715,7.4090,-0.0208,0.0000,1,1082.6929,56.7719,491.7572,-72.5462,6.4368,55.7551,-8.2252,-0.3662,2.4286,0.0000,2.4286,4.3744,2.4286,0.6133,0.0000,1.8152,0.0000,1.8152,0.8043,1.0109,0.0000,1.0109,-0.0038,1.0147,0.0000,0.0314,1.3613,-0.3780,2290.0335,2290.0335,2290.0335,2290.0335,2290.0335 +49.5000,1.0000,46.9894,7.3250,7.3340,-0.0050,0.0000,1,1075.8632,61.8576,485.8654,-72.0573,6.9691,54.7396,-8.1183,-0.0873,2.6968,0.0000,2.6968,4.3596,2.6968,0.6051,0.0000,2.0917,0.0000,2.0917,0.7992,1.2925,0.0000,1.2925,-0.0009,1.2934,0.0000,0.0308,1.3527,-0.0902,2372.2415,2372.2415,2372.2415,2372.2415,2372.2415 +50.5000,1.0000,49.0206,7.3120,7.3160,-0.0022,0.0000,1,1073.9539,62.4219,487.7135,-71.9206,7.0202,54.8503,-8.0885,-0.0387,2.7415,0.0000,2.7415,4.3174,2.7415,0.6031,0.0000,2.1384,0.0000,2.1384,0.7978,1.3406,0.0000,1.3406,-0.0004,1.3410,0.0000,0.0307,1.3503,-0.0400,2378.7088,2378.7088,2378.7088,2378.7088,2378.7088 +51.5000,1.0000,51.0408,7.2730,7.3080,-0.0194,0.0000,1,1068.2257,57.2434,486.6006,-71.5106,6.4035,54.4332,-7.9995,-0.3372,2.4170,0.0000,2.4170,4.3237,2.4170,0.6017,0.0000,1.8153,0.0000,1.8153,0.7935,1.0217,0.0000,1.0217,-0.0035,1.0252,0.0000,0.0302,1.3431,-0.3481,2265.7685,2265.7685,2265.7685,2265.7685,2265.7685 +52.5000,1.0000,52.9194,6.7630,7.2380,-0.2639,0.0000,1,993.3192,-17.3270,465.6835,-67.0090,-1.8024,48.4405,-6.9703,-4.2558,-1.8411,0.0000,-1.8411,4.2945,-1.8411,0.5850,0.0000,-2.4260,0.0000,-2.4260,0.7379,-3.1639,0.0000,-3.1639,-0.0440,-3.1199,0.0000,0.0244,1.2490,-4.3933,725.0503,725.0503,725.0503,725.0503,725.0503 +53.5000,1.0000,54.6232,6.1335,6.2880,-0.0858,0.0000,1,900.8610,39.2712,390.7691,-72.2980,3.7048,36.8644,-6.8204,-1.2554,0.9977,0.0000,0.9977,3.9625,0.9977,0.4866,0.0000,0.5111,0.0000,0.5111,0.6692,-0.1581,0.0000,-0.1581,-0.0130,-0.1451,0.0000,0.0181,1.1327,-1.2960,1526.5702,1526.5702,1526.5702,1526.5702,1526.5702 +54.5000,1.0000,56.2435,5.8330,5.9790,-0.0811,0.0000,1,856.7249,41.5965,410.9004,-75.4417,3.7319,36.8644,-6.7683,-1.1282,1.0072,0.0000,1.0072,3.8529,1.0072,0.4543,0.0000,0.5529,0.0000,0.5529,0.6364,-0.0835,0.0000,-0.0835,-0.0117,-0.0719,0.0000,0.0156,1.0772,-1.1647,1546.8707,1546.8707,1546.8707,1546.8707,1546.8707 +55.5000,1.0000,57.8371,5.7370,5.6870,0.0278,0.0000,1,842.6249,76.1657,417.7762,-76.4500,6.7208,36.8644,-6.7459,0.3800,2.5255,0.0000,2.5255,3.8153,2.5255,0.4290,0.0000,2.0965,0.0000,2.0965,0.6260,1.4705,0.0000,1.4705,0.0039,1.4666,0.0000,0.0148,1.0595,0.3923,2025.2339,2025.2339,2025.2339,2025.2339,2025.2339 +56.5000,1.0000,59.4224,5.7070,5.7870,-0.0444,0.0000,1,838.2186,53.4287,419.9723,-76.7650,4.6899,36.8644,-6.7383,-0.6048,1.4968,0.0000,1.4968,3.7980,1.4968,0.4362,0.0000,1.0606,0.0000,1.0606,0.6227,0.4379,0.0000,0.4379,-0.0063,0.4441,0.0000,0.0146,1.0539,-0.6244,1706.8402,1706.8402,1706.8402,1706.8402,1706.8402 +57.5000,1.0000,60.9322,5.4355,5.6270,-0.1064,0.0000,1,798.3419,35.4955,440.9497,-79.6758,2.9675,36.8644,-6.6611,-1.3790,0.5889,0.0000,0.5889,3.7576,0.5889,0.4172,0.0000,0.1717,0.0000,0.1717,0.5931,-0.4214,0.0000,-0.4214,-0.0143,-0.4071,0.0000,0.0126,1.0038,-1.4235,1441.2961,1441.2961,1441.2961,1441.2961,1441.2961 +58.5000,1.0000,62.3318,5.0385,5.2440,-0.1142,0.0000,1,740.0323,39.0046,475.6936,-85.9300,3.0227,36.8644,-6.6592,-1.3717,0.4389,0.0000,0.4389,3.9555,0.4389,0.3788,0.0000,0.0601,0.0000,0.0601,0.5497,-0.4897,0.0000,-0.4897,-0.0142,-0.4755,0.0000,0.0101,0.9305,-1.4160,1319.1097,1319.1097,1319.1097,1319.1097,1319.1097 +59.5000,1.0000,63.5126,4.2510,4.8330,-0.3233,0.0000,1,677.1469,12.7709,519.8704,-92.6750,0.9056,36.8644,-6.5716,-1.3599,-1.6648,0.1709,-1.8357,3.9303,-1.8357,0.3267,0.0000,-2.1624,0.0000,-2.1624,0.4638,-2.6262,0.0000,-2.6262,-0.0339,-2.5923,0.0000,0.0061,0.7851,-3.3835,964.6628,964.6628,964.6628,964.6628,964.6628 +60.5000,1.0000,64.4635,3.4230,3.6690,-0.1367,0.0000,1,644.4444,59.7732,546.2513,-96.1827,4.0339,36.8644,-6.4910,0.0000,0.0747,-0.0058,0.0805,3.9592,0.0805,0.2348,0.0000,-0.1543,0.0000,-0.1543,0.3735,-0.5278,0.0000,-0.5278,-0.0115,-0.5163,0.0000,0.0032,0.6321,-1.1516,1400.8392,1400.8392,1400.8392,1400.8392,1400.8392 +61.5000,1.0000,65.2910,2.9790,3.1770,-0.1100,0.0000,1,644.4444,59.5636,546.2513,-96.1827,4.0197,36.8644,-6.4910,0.0000,0.2419,-0.0172,0.2591,3.7779,0.2591,0.1966,0.0000,0.0625,0.0000,0.0625,0.3250,-0.2625,0.0000,-0.2625,-0.0081,-0.2544,0.0000,0.0021,0.5501,-0.8067,1398.7600,1398.7600,1398.7600,1398.7600,1398.7600 +62.5000,1.0000,66.0639,2.7825,2.7810,0.0008,0.0000,1,644.4444,70.4143,546.2513,-96.1827,4.7520,36.8644,-6.4910,0.0000,0.9990,0.0005,0.9985,3.7530,0.9985,0.1736,0.0000,0.8249,0.0000,0.8249,0.3036,0.5213,0.0000,0.5213,0.0001,0.5213,0.0000,0.0017,0.5139,0.0057,1506.3991,1506.3991,1506.3991,1506.3991,1506.3991 +63.5000,1.0000,66.8740,2.9165,2.7840,0.0736,0.0000,1,644.4444,78.8400,546.2513,-96.1827,5.3206,36.8644,-6.4910,0.0000,1.6424,0.0714,1.5710,3.6782,1.5710,0.1784,0.0000,1.3926,0.0000,1.3926,0.3182,1.0743,0.0000,1.0743,0.0053,1.0690,0.0000,0.0020,0.5386,0.5285,1594.2621,1594.2621,1594.2621,1594.2621,1594.2621 +64.5000,1.0000,67.7031,2.9845,3.0490,-0.0358,0.0000,1,644.4444,68.0701,546.2513,-96.1827,4.5938,36.8644,-6.4910,0.0000,0.7871,-0.0174,0.8045,3.8066,0.8045,0.1915,0.0000,0.6130,0.0000,0.6130,0.3256,0.2874,0.0000,0.2874,-0.0026,0.2900,0.0000,0.0021,0.5512,-0.2633,1483.1443,1483.1443,1483.1443,1483.1443,1483.1443 +65.5000,1.0000,68.6744,3.4970,2.9200,0.3206,0.0000,1,644.4444,124.8242,546.2513,-96.1827,8.4239,36.8644,-6.4910,0.0000,4.7303,0.6699,4.0603,3.6936,4.0603,0.2424,0.0000,3.8179,0.0000,3.8179,0.3816,3.4364,0.0000,3.4364,0.0276,3.4087,0.0000,0.0034,0.6458,2.7595,2170.2065,2170.2065,2170.2065,2170.2065,2170.2065 +66.5000,1.0000,70.0569,4.9770,4.0740,0.5017,0.0000,1,754.0363,217.1943,466.8590,-84.4279,17.1502,36.8644,-6.6666,5.0748,8.3913,0.2564,8.1350,3.6841,8.1350,0.4251,0.0000,7.7099,0.0000,7.7099,0.5729,7.1370,0.0000,7.1370,0.0616,7.0754,0.0000,0.0100,0.9191,6.1463,3700.3145,3700.3145,3700.3145,3700.3145,3700.3145 +67.5000,1.0000,71.8329,6.3935,5.8800,0.2853,0.0000,1,939.0487,154.0530,499.8179,-70.1135,15.1491,49.1506,-6.8948,4.3493,6.9504,0.0000,6.9504,3.8494,6.9504,0.5166,0.0000,6.4338,0.0000,6.4338,0.6976,5.7362,0.0000,5.7362,0.0450,5.6913,0.0000,0.0206,1.1807,4.4899,3522.1300,3522.1300,3522.1300,3522.1300,3522.1300 +68.5000,1.0000,73.9839,7.7435,6.9070,0.4647,0.0000,1,1137.3306,208.4159,534.6344,-76.0119,24.8225,63.6755,-9.0531,8.5812,12.0398,0.0000,12.0398,4.2015,12.0398,0.7448,0.0000,11.2950,0.0000,11.2950,0.8809,10.4141,0.0000,10.4141,0.0887,10.3254,0.0000,0.0369,1.4300,8.8585,5256.4833,5256.4833,5256.4833,5256.4833,5256.4833 +69.5000,1.0000,76.4307,8.8085,8.5800,0.1269,0.0000,1,1293.7531,101.4999,595.7290,-85.3106,13.7514,80.7103,-11.5580,2.6664,6.1784,0.0000,6.1784,4.9065,6.1784,0.7567,0.0000,5.4216,0.0000,5.4216,0.9611,4.4606,0.0000,4.4606,0.0276,4.4330,0.0000,0.0537,1.6267,2.7526,3321.5072,3321.5072,3321.5072,3321.5072,3321.5072 +70.5000,1.0000,78.8807,8.8199,9.0370,-0.1206,0.0000,0,1194.7767,-36.6400,540.8564,-79.4387,-4.5843,67.6702,-9.9391,-9.7246,0.0000,0.0000,0.0000,5.1403,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.9623,-0.9623,0.0000,-0.9623,-0.0262,-0.9361,0.0000,0.0539,1.6288,-2.6188,744.1914,744.1914,744.1914,744.1914,744.1914 +71.5000,1.0000,81.7349,10.2754,10.6730,0.9292,0.0000,2,1029.8525,349.7635,424.4162,-68.7637,37.7206,45.7716,-7.4159,-2.0483,33.5727,0.0000,33.5727,6.1961,27.9648,0.8897,0.0000,27.0751,0.0000,27.0751,1.3502,25.7249,0.0000,25.7249,0.2354,25.4895,0.0000,0.0874,1.8976,23.5044,7666.1412,7666.1412,7666.1412,7666.1412,7666.1412 +72.5000,1.0000,85.3884,13.1525,11.9480,0.6692,0.0000,2,1098.0221,354.9894,621.8348,-73.6435,40.8183,71.5014,-8.4679,6.7806,27.1114,0.0000,27.1114,6.9264,27.1114,1.0199,0.0000,26.0915,0.0000,26.0915,1.5998,24.4917,0.0000,24.4917,0.2170,24.2747,0.0000,0.1801,2.4289,21.6657,8205.1829,8205.1829,8205.1829,8205.1829,8205.1829 +73.5000,1.0000,89.7401,15.6660,14.3570,0.7272,0.0000,2,1307.8589,383.6033,647.0540,-86.1472,52.5378,88.6197,-11.7986,8.7771,34.7857,0.0000,34.7857,8.9750,34.7857,1.3216,0.0000,33.4642,0.0000,33.4642,1.9414,31.5228,0.0000,31.5228,0.2809,31.2419,0.0000,0.3039,2.8931,28.0449,10558.5929,10558.5929,10558.5929,10558.5929,10558.5929 +74.5000,1.0000,94.3918,16.7464,16.9750,-0.1270,0.0000,0,1309.6326,25.7722,682.9703,-86.2524,3.5345,93.6656,-11.8290,-8.6463,0.0000,0.0000,0.0000,12.1808,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.8272,-1.8272,0.0000,-1.8272,-0.0524,-1.7747,0.0000,0.3687,3.0926,-5.2360,2125.9421,2125.9421,2125.9421,2125.9421,2125.9421 +75.5000,1.0000,99.3224,17.7501,19.9570,0.6846,0.0000,3,1077.6061,473.7973,473.7973,-72.1821,53.4664,53.4664,-8.1455,-8.2403,44.9803,0.0000,44.9803,16.7265,37.2000,1.0935,0.0000,36.1065,0.0000,36.1065,2.1725,33.9340,0.0000,33.9340,0.2996,33.6344,0.0000,0.4411,3.2780,29.9153,10625.8498,10625.8498,10625.8498,10625.8498,10625.8498 +76.5000,1.0000,104.8465,19.8867,21.1840,0.5024,0.0000,3,998.4887,476.2773,695.2560,-66.7133,49.8003,72.6970,-6.9756,2.7840,32.4931,0.0000,32.4931,14.5231,32.4931,1.0636,0.0000,31.4295,0.0000,31.4295,2.2986,29.1309,0.0000,29.1309,0.2463,28.8846,0.0000,0.6186,3.6726,24.5934,9990.0215,9990.0215,9990.0215,9990.0215,9990.0215 +77.5000,1.0000,110.6546,20.9090,20.7910,0.0656,0.0000,3,1049.8157,169.7383,674.0271,-70.1927,18.6604,74.1001,-7.7167,0.3820,10.9331,0.0000,10.9331,7.3454,10.9331,0.6649,0.0000,10.2682,0.0000,10.2682,2.2813,7.9869,0.0000,7.9869,0.0338,7.9531,0.0000,0.7175,3.8614,3.3742,4060.2180,4060.2180,4060.2180,4060.2180,4060.2180 +78.5000,1.0000,116.7603,21.9805,21.0270,0.5297,0.0000,3,1103.6144,434.4873,543.1403,-74.0007,50.2138,62.7708,-8.5523,3.2446,37.6440,0.0000,37.6440,9.3252,37.6440,1.2342,0.0000,36.4097,0.0000,36.4097,2.5657,33.8440,0.0000,33.8440,0.2871,33.5569,0.0000,0.8351,4.0593,28.6626,10000.0899,10000.0899,10000.0899,10000.0899,10000.0899 +79.5000,1.0000,123.5081,24.2920,22.9340,0.7544,0.0000,3,1219.6720,559.4000,673.1007,-80.9170,71.4487,85.9710,-10.3350,5.1070,55.9063,0.0000,55.9063,10.4353,55.9063,1.6795,0.0000,54.2269,0.0000,54.2269,3.0454,51.1815,0.0000,51.1815,0.4518,50.7297,0.0000,1.1286,4.4861,45.1149,14130.8365,14130.8365,14130.8365,14130.8365,14130.8365 +80.5000,1.0000,130.9607,26.8295,25.6500,0.6553,0.0000,3,1347.0768,511.9622,739.4279,-88.4731,72.2202,104.3078,-12.4805,4.8991,55.2116,0.0000,55.2116,12.1095,55.2116,1.7598,0.0000,53.4518,0.0000,53.4518,3.2669,50.1850,0.0000,50.1850,0.4335,49.7515,0.0000,1.5188,4.9547,43.2780,14272.8375,14272.8375,14272.8375,14272.8375,14272.8375 +81.5000,1.0000,139.0807,29.2320,28.0090,0.6794,0.0000,3,1467.7035,533.7269,743.0556,-95.6272,82.0325,114.2058,-14.6977,5.5346,62.3331,0.0000,62.3331,14.1648,62.3331,1.9976,0.0000,60.3354,0.0000,60.3354,3.5909,56.7446,0.0000,56.7446,0.4897,56.2549,0.0000,1.9640,5.3984,48.8924,16106.7805,16106.7805,16106.7805,16106.7805,16106.7805 +82.5000,1.0000,147.4669,30.1905,30.4550,-0.1469,0.0000,0,1448.6670,59.2186,766.1972,-94.4982,8.9837,116.2352,-14.3358,-7.1564,0.0000,0.0000,0.0000,16.1401,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.2940,-3.2940,0.0000,-3.2940,-0.1094,-3.1847,0.0000,2.1600,5.5754,-10.9201,3075.0271,3075.0271,3075.0271,3075.0271,3075.0271 +83.5000,1.0000,156.0166,30.7786,33.7350,0.4737,0.0000,4,1197.5434,524.2466,524.2466,-79.6037,65.7439,65.7439,-9.9828,-12.5523,58.9242,0.0000,58.9242,19.3720,49.1640,1.3975,0.0000,47.7666,0.0000,47.7666,3.5444,44.2221,0.0000,44.2221,0.3594,43.8627,0.0000,2.2903,5.6841,35.8883,13055.9794,13055.9794,13055.9794,13055.9794,13055.9794 +84.5000,1.0000,165.0750,32.6102,37.5360,0.5439,0.0000,4,1058.6432,744.0807,744.0807,-70.8246,82.4894,82.4894,-7.8517,2.0662,58.3093,0.0000,58.3093,22.1139,58.3093,1.6181,0.0000,56.6913,0.0000,56.6913,3.8466,52.8446,0.0000,52.8446,0.4373,52.4074,0.0000,2.7244,6.0223,43.6607,16192.0203,16192.0203,16192.0203,16192.0203,16192.0203 +85.5000,1.0000,174.7236,34.7352,40.6310,0.6367,0.0000,4,1127.6279,802.1142,802.1142,-75.4331,94.7176,94.7176,-8.9075,2.5763,70.8313,0.0000,70.8313,21.3100,70.8313,1.9141,0.0000,68.9172,0.0000,68.9172,4.2252,64.6920,0.0000,64.6920,0.5452,64.1467,0.0000,3.2930,6.4147,54.4390,18517.8068,18517.8068,18517.8068,18517.8068,18517.8068 +86.5000,1.0000,185.0816,37.2887,40.7690,0.7819,0.0000,4,1210.5223,830.6308,830.6308,-80.3743,105.2954,105.2954,-10.1887,3.3967,90.5708,0.0000,90.5708,11.3280,90.5708,2.3662,0.0000,88.2045,0.0000,88.2045,4.7492,83.4553,0.0000,83.4553,0.7189,82.7365,0.0000,4.0753,6.8863,71.7749,20478.9372,20478.9372,20478.9372,20478.9372,20478.9372 +87.5000,1.0000,196.1787,39.9496,40.2580,0.6963,0.0000,4,1296.9042,746.4402,846.5113,-85.4975,101.3752,114.9660,-11.6115,3.2408,88.9177,0.0000,88.9177,9.2167,88.9177,2.3960,0.0000,86.5217,0.0000,86.5217,4.9684,81.5533,0.0000,81.5533,0.6859,80.8674,0.0000,5.0093,7.3777,68.4804,19739.9949,19739.9949,19739.9949,19739.9949,19739.9949 +88.5000,1.0000,207.7436,41.6335,41.2030,0.2392,0.0000,4,1351.5703,381.6480,824.8435,-88.7396,54.0170,116.7451,-12.5599,1.1600,44.1961,0.0000,44.1961,8.6609,44.1961,1.5429,0.0000,42.6532,0.0000,42.6532,4.5425,38.1107,0.0000,38.1107,0.2455,37.8652,0.0000,5.6648,7.6887,24.5117,10862.9102,10862.9102,10862.9102,10862.9102,10862.9102 +89.5000,1.0000,219.5513,42.5080,42.0640,0.2467,0.0000,4,1379.9596,386.4695,691.4639,-90.4233,55.8483,99.9228,-13.0670,1.2215,46.1921,0.0000,46.1921,8.4347,46.1921,1.6048,0.0000,44.5873,0.0000,44.5873,4.6380,39.9494,0.0000,39.9494,0.2585,39.6909,0.0000,6.0293,7.8502,25.8113,11238.8956,11238.8956,11238.8956,11238.8956,11238.8956 +90.5000,1.0000,231.5927,43.3490,42.9520,0.2206,0.0000,4,1407.2615,367.2435,698.5041,-92.0425,54.1200,102.9372,-13.5641,1.1138,44.4930,0.0000,44.4930,8.5131,44.4930,1.5923,0.0000,42.9008,0.0000,42.9008,4.7297,38.1710,0.0000,38.1710,0.2357,37.9353,0.0000,6.3942,8.0055,23.5357,10931.6444,10931.6444,10931.6444,10931.6444,10931.6444 +91.5000,1.0000,243.9325,44.4230,43.7460,0.3761,0.0000,4,1442.1273,489.4375,697.4182,-94.1104,73.9145,105.3235,-14.2125,1.9464,63.6367,0.0000,63.6367,8.3314,63.6367,2.0030,0.0000,61.6337,0.0000,61.6337,5.0061,56.6276,0.0000,56.6276,0.4119,56.2156,0.0000,6.8823,8.2038,41.1295,14613.4104,14613.4104,14613.4104,14613.4104,14613.4104 +92.5000,1.0000,256.6683,45.8490,45.1000,0.4161,0.0000,4,1488.4203,522.9124,748.0013,-96.8559,81.5048,116.5887,-15.0966,2.2225,70.8980,0.0000,70.8980,8.3842,70.8980,2.1859,0.0000,68.7121,0.0000,68.7121,5.2433,63.4688,0.0000,63.4688,0.4704,62.9984,0.0000,7.5669,8.4672,46.9644,16050.8706,16050.8706,16050.8706,16050.8706,16050.8706 +93.5000,1.0000,269.9266,47.7300,46.5980,0.6289,0.0000,4,1549.4842,694.7960,767.6530,-100.4775,112.7387,124.5606,-16.3036,3.4968,100.6711,0.0000,100.6711,8.5708,100.6711,2.8325,0.0000,97.8386,0.0000,97.8386,5.8530,91.9856,0.0000,91.9856,0.7401,91.2455,0.0000,8.5394,8.8146,73.8915,22045.3875,22045.3875,22045.3875,22045.3875,22045.3875 +94.5000,1.0000,283.7570,49.7895,48.8620,0.5153,0.0000,4,1616.3428,608.8054,827.4234,-104.0555,103.0482,140.0522,-17.6127,2.9887,91.2794,0.0000,91.2794,8.7801,91.2794,2.7024,0.0000,88.5770,0.0000,88.5770,5.9033,82.6737,0.0000,82.6737,0.6325,82.0411,0.0000,9.6911,9.1949,63.1551,20312.2789,20312.2789,20312.2789,20312.2789,20312.2789 +95.5000,1.0000,297.7460,50.3602,50.7170,-0.1982,0.0000,0,1646.4527,52.6029,809.0067,-105.1278,9.0696,139.4858,-18.1257,0.0000,0.0000,0.0000,0.0000,9.0696,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.4947,-5.4947,0.0000,-5.4947,-0.2461,-5.2486,0.0000,10.0252,9.3003,-24.5741,3496.5925,3496.5925,3496.5925,3496.5925,3496.5925 +96.5000,1.0000,311.8277,50.6942,51.2500,0.3838,0.0000,5,1386.7866,545.0697,570.5790,-90.8282,79.1572,82.8617,-13.1904,-22.1141,93.0191,0.0000,93.0191,8.2522,74.5856,0.8599,0.0000,73.7257,0.0000,73.7257,5.7637,67.9620,0.0000,67.9620,0.4797,67.4823,0.0000,10.2274,9.3620,47.8930,15539.3511,15539.3511,15539.3511,15539.3511,15539.3511 +97.5000,1.0000,326.3119,52.1430,51.3850,0.4211,0.0000,5,1143.7471,749.5922,785.8116,-76.3947,89.7808,94.1190,-9.1500,1.1678,82.2853,0.0000,82.2853,6.3278,82.2853,0.9198,0.0000,81.3654,0.0000,81.3654,6.0114,75.3540,0.0000,75.3540,0.5414,74.8127,0.0000,11.1299,9.6295,54.0533,17515.5026,17515.5026,17515.5026,17515.5026,17515.5026 +98.5000,1.0000,341.2063,53.6200,52.9010,0.3994,0.0000,5,1176.1448,729.2264,820.0784,-78.3273,89.8156,101.0055,-9.6472,1.1391,82.3473,0.0000,82.3473,6.3292,82.3473,0.9424,0.0000,81.4049,0.0000,81.4049,6.1477,75.2572,0.0000,75.2572,0.5281,74.7291,0.0000,12.1023,9.9023,52.7245,17519.0642,17519.0642,17519.0642,17519.0642,17519.0642 +99.5000,1.0000,356.5099,55.0930,54.3390,0.4189,0.0000,5,1208.4548,755.4512,813.7056,-80.2517,95.6017,102.9737,-10.1558,1.2274,88.0420,0.0000,88.0420,6.3323,88.0420,0.9936,0.0000,87.0484,0.0000,87.0484,6.3677,80.6807,0.0000,80.6807,0.5690,80.1118,0.0000,13.1275,10.1743,56.8100,18624.7495,18624.7495,18624.7495,18624.7495,18624.7495 +100.5000,1.0000,372.1305,56.2340,55.8470,0.2150,0.0000,5,1233.4824,530.3914,828.5401,-81.7361,68.5106,107.0225,-10.5578,0.6430,61.4175,0.0000,61.4175,6.4501,61.4175,0.8783,0.0000,60.5392,0.0000,60.5392,6.1356,54.4036,0.0000,54.4036,0.2981,54.1055,0.0000,13.9582,10.3850,29.7623,13577.3207,13577.3207,13577.3207,13577.3207,13577.3207 +101.5000,1.0000,388.0002,57.1310,56.6210,0.2833,0.0000,5,1253.1580,609.5209,734.4065,-82.9030,79.9877,96.3765,-10.8794,0.8609,72.7090,0.0000,72.7090,6.4178,72.7090,0.9490,0.0000,71.7600,0.0000,71.7600,6.3256,65.4344,0.0000,65.4344,0.3991,65.0353,0.0000,14.6373,10.5507,39.8473,15727.2037,15727.2037,15727.2037,15727.2037,15727.2037 +102.5000,1.0000,404.1637,58.1885,57.6410,0.3042,0.0000,5,1276.3540,637.7997,769.8644,-84.2787,85.2480,102.8997,-11.2646,0.9413,77.7048,0.0000,77.7048,6.6019,77.7048,0.9910,0.0000,76.7139,0.0000,76.7139,6.4971,70.2168,0.0000,70.2168,0.4364,69.7804,0.0000,15.4654,10.7460,43.5690,16674.8314,16674.8314,16674.8314,16674.8314,16674.8314 +103.5000,1.0000,420.6140,59.2210,58.7360,0.2694,0.0000,5,1299.0017,602.6400,783.9231,-85.6219,81.9778,106.6380,-11.6472,0.8487,74.4478,0.0000,74.4478,6.6813,74.4478,0.9915,0.0000,73.4564,0.0000,73.4564,6.5431,66.9133,0.0000,66.9133,0.3934,66.5199,0.0000,16.3030,10.9367,39.2802,16099.1217,16099.1217,16099.1217,16099.1217,16099.1217 +104.5000,1.0000,437.3195,60.1400,59.7060,0.2411,0.0000,5,1319.1598,574.3694,771.8929,-86.8174,79.3446,106.6309,-11.9931,0.7712,71.8140,0.0000,71.8140,6.7594,71.8140,0.9934,0.0000,70.8206,0.0000,70.8206,6.5880,64.2326,0.0000,64.2326,0.3575,63.8751,0.0000,17.0735,11.1064,35.6952,15580.6641,15580.6641,15580.6641,15580.6641,15580.6641 +105.5000,1.0000,454.2427,60.9235,60.5740,0.1942,0.0000,5,1336.3458,525.3295,762.7913,-87.8367,73.5156,106.7464,-12.2920,0.6291,66.0366,0.0000,66.0366,6.8499,66.0366,0.9775,0.0000,65.0590,0.0000,65.0590,6.6472,58.4118,0.0000,58.4118,0.2916,58.1201,0.0000,17.7492,11.2511,29.1198,14508.6371,14508.6371,14508.6371,14508.6371,14508.6371 +106.5000,1.0000,471.3512,61.5905,61.2730,0.1764,0.0000,5,1350.9763,508.6440,745.2622,-88.7044,71.9598,105.4352,-12.5494,0.5778,64.4245,0.0000,64.4245,6.9575,64.4245,0.9807,0.0000,63.4438,0.0000,63.4438,6.7200,56.7238,0.0000,56.7238,0.2678,56.4560,0.0000,18.3385,11.3742,26.7433,14225.8316,14225.8316,14225.8316,14225.8316,14225.8316 +107.5000,1.0000,488.6666,62.3355,61.9080,0.2375,0.0000,5,1367.3177,579.7025,740.5553,-89.6736,83.0048,106.0365,-12.8399,0.7874,75.2207,0.0000,75.2207,6.9967,75.2207,1.0473,0.0000,74.1735,0.0000,74.1735,6.8400,67.3335,0.0000,67.3335,0.3650,66.9684,0.0000,19.0124,11.5118,36.4442,16258.5099,16258.5099,16258.5099,16258.5099,16258.5099 +108.5000,1.0000,506.1917,63.0905,62.7630,0.1819,0.0000,5,1383.8785,521.0226,770.4334,-90.6557,75.5063,111.6508,-13.1378,0.6105,67.8097,0.0000,67.8097,7.0861,67.8097,1.0231,0.0000,66.7866,0.0000,66.7866,6.8837,59.9029,0.0000,59.9029,0.2830,59.6199,0.0000,19.7113,11.6513,28.2574,14853.7344,14853.7344,14853.7344,14853.7344,14853.7344 +109.5000,1.0000,523.8672,63.6315,63.4180,0.1186,0.0000,5,1395.7452,452.5842,749.9317,-91.3595,66.1507,109.6116,-13.3533,0.4014,58.6682,0.0000,58.6682,7.0811,58.6682,0.9867,0.0000,57.6815,0.0000,57.6815,6.9427,50.7388,0.0000,50.7388,0.1861,50.5527,0.0000,20.2224,11.7512,18.5792,13154.1382,13154.1382,13154.1382,13154.1382,13154.1382 +110.5000,1.0000,541.5733,63.7420,63.8450,-0.0572,0.0000,5,1398.1690,257.7264,725.1015,-91.5033,37.7352,106.1664,-13.3975,-0.1940,30.8347,0.0000,30.8347,7.0945,30.8347,0.8494,0.0000,29.9853,0.0000,29.9853,6.9548,23.0306,0.0000,23.0306,-0.0899,23.1205,0.0000,20.3277,11.7716,-8.9788,7866.0411,7866.0411,7866.0411,7866.0411,7866.0411 +111.5000,1.0000,559.1687,63.3435,63.6390,-0.1642,0.0000,5,1389.4280,136.7901,648.4085,-90.9849,19.9030,94.3438,-13.2383,-0.5531,13.4592,0.0000,13.4592,6.9969,13.4592,0.7557,0.0000,12.7035,0.0000,12.7035,6.9113,5.7922,0.0000,5.7922,-0.2564,6.0486,0.0000,19.9492,11.6980,-25.5986,4582.4074,4582.4074,4582.4074,4582.4074,4582.4074 +112.5000,1.0000,576.5973,62.7430,63.0480,-0.1694,0.0000,5,1376.2562,128.4877,597.4669,-90.2037,18.5178,86.1077,-13.0003,-0.5654,12.1256,0.0000,12.1256,6.9576,12.1256,0.7387,0.0000,11.3869,0.0000,11.3869,6.8458,4.5412,0.0000,4.5412,-0.2621,4.8033,0.0000,19.3873,11.5871,-26.1711,4300.1952,4300.1952,4300.1952,4300.1952,4300.1952 +113.5000,1.0000,593.8612,62.1500,62.4380,-0.1600,0.0000,5,1363.2488,136.3169,590.7077,-89.4322,19.4605,84.3289,-12.7673,-0.5289,13.1109,0.0000,13.1109,6.8784,13.1109,0.7336,0.0000,12.3774,0.0000,12.3774,6.7811,5.5963,0.0000,5.5963,-0.2452,5.8415,0.0000,18.8427,11.4776,-24.4788,4445.7948,4445.7948,4445.7948,4445.7948,4445.7948 +114.5000,1.0000,610.9856,61.6480,61.8620,-0.1189,0.0000,5,1352.2375,180.1480,590.9489,-88.7792,25.5100,83.6819,-12.5717,-0.3898,19.0326,0.0000,19.0326,6.8673,19.0326,0.7547,0.0000,18.2779,0.0000,18.2779,6.7263,11.5516,0.0000,11.5516,-0.1807,11.7323,0.0000,18.3896,11.3849,-18.0422,5551.7639,5551.7639,5551.7639,5551.7639,5551.7639 +115.5000,1.0000,627.9899,61.2155,61.4340,-0.1214,0.0000,5,1342.7507,175.5103,606.4419,-88.2165,24.6790,85.2733,-12.4044,-0.3952,18.2574,0.0000,18.2574,6.8168,18.2574,0.7435,0.0000,17.5138,0.0000,17.5138,6.6791,10.8347,0.0000,10.8347,-0.1832,11.0179,0.0000,18.0053,11.3050,-18.2924,5383.9868,5383.9868,5383.9868,5383.9868,5383.9868 +116.5000,1.0000,644.8867,60.8285,60.9970,-0.0936,0.0000,5,1334.2619,204.5775,602.4472,-87.7131,28.5843,84.1761,-12.2556,-0.3028,22.1351,0.0000,22.1351,6.7521,22.1351,0.7565,0.0000,21.3786,0.0000,21.3786,6.6369,14.7417,0.0000,14.7417,-0.1404,14.8821,0.0000,17.6659,11.2335,-14.0173,6107.3098,6107.3098,6107.3098,6107.3098,6107.3098 +117.5000,1.0000,661.6815,60.4610,60.6600,-0.1106,0.0000,5,1326.2009,184.2132,612.5766,-87.2350,25.5834,85.0743,-12.1151,-0.3555,19.2266,0.0000,19.2266,6.7123,19.2266,0.7358,0.0000,18.4908,0.0000,18.4908,6.5968,11.8940,0.0000,11.8940,-0.1648,12.0588,0.0000,17.3477,11.1657,-16.4545,5535.3136,5535.3136,5535.3136,5535.3136,5535.3136 +118.5000,1.0000,678.3267,59.9230,60.2620,-0.1883,0.0000,5,1314.4000,95.8141,601.5874,-86.5351,13.1882,82.8047,-11.9110,-0.6002,7.1003,0.0000,7.1003,6.6881,7.1003,0.6663,0.0000,6.4340,0.0000,6.4340,6.5381,-0.1040,0.0000,-0.1040,-0.2782,0.1742,0.0000,16.8891,11.0663,-27.7811,3281.6809,3281.6809,3281.6809,3281.6809,3281.6809 +119.5000,1.0000,694.8065,59.3270,59.5840,-0.1428,0.0000,5,1301.3268,144.2918,561.0767,-85.7598,19.6633,76.4605,-11.6869,-0.4505,13.4468,0.0000,13.4468,6.6670,13.4468,0.6882,0.0000,12.7586,0.0000,12.7586,6.4730,6.2855,0.0000,6.2855,-0.2088,6.4944,0.0000,16.3899,10.9562,-20.8517,4425.5600,4425.5600,4425.5600,4425.5600,4425.5600 +120.5000,1.0000,711.1417,58.8070,59.0700,-0.1461,0.0000,5,1289.9207,138.2194,578.8727,-85.0833,18.6707,78.1942,-11.4931,-0.4570,12.5511,0.0000,12.5511,6.5766,12.5511,0.6752,0.0000,11.8759,0.0000,11.8759,6.4163,5.4595,0.0000,5.4595,-0.2118,5.6714,0.0000,15.9627,10.8602,-21.1515,4220.1492,4220.1492,4220.1492,4220.1492,4220.1492 +121.5000,1.0000,727.3180,58.2345,58.5440,-0.1719,0.0000,5,1277.3630,107.1234,573.3239,-84.3385,14.3294,76.6908,-11.2816,-0.5325,8.3587,0.0000,8.3587,6.5033,8.3587,0.6450,0.0000,7.7137,0.0000,7.7137,6.3538,1.3598,0.0000,1.3598,-0.2469,1.6067,0.0000,15.5012,10.7545,-24.6489,3411.4511,3411.4511,3411.4511,3411.4511,3411.4511 +122.5000,1.0000,743.3470,57.7045,57.9250,-0.1225,0.0000,5,1265.7376,159.8667,556.9744,-83.6490,21.1900,73.8257,-11.0875,-0.3760,15.1291,0.0000,15.1291,6.4368,15.1291,0.6703,0.0000,14.4589,0.0000,14.4589,6.2960,8.1628,0.0000,8.1628,-0.1743,8.3371,0.0000,15.0816,10.6566,-17.4010,4653.5431,4653.5431,4653.5431,4653.5431,4653.5431 +123.5000,1.0000,759.2648,57.3040,57.4840,-0.1000,0.0000,5,1256.9527,183.6443,577.8262,-83.1280,24.1727,76.0580,-10.9420,-0.3048,18.0354,0.0000,18.0354,6.4421,18.0354,0.6784,0.0000,17.3570,0.0000,17.3570,6.2523,11.1047,0.0000,11.1047,-0.1413,11.2459,0.0000,14.7696,10.5826,-14.1063,5212.9637,5212.9637,5212.9637,5212.9637,5212.9637 +124.5000,1.0000,775.1028,57.0170,57.1240,-0.0594,0.0000,5,1250.6574,227.5743,586.7060,-82.7547,29.8051,76.8400,-10.8383,-0.1803,23.5739,0.0000,23.5739,6.4115,23.5739,0.7015,0.0000,22.8724,0.0000,22.8724,6.2210,16.6514,0.0000,16.6514,-0.0836,16.7349,0.0000,14.5487,10.5296,-8.3434,6242.3736,6242.3736,6242.3736,6242.3736,6242.3736 +125.5000,1.0000,790.8327,56.6275,56.9100,-0.1569,0.0000,5,1242.1138,117.7402,604.4356,-82.2480,15.3149,78.6213,-10.6983,-0.4727,9.4168,0.0000,9.4168,6.3708,9.4168,0.6245,0.0000,8.7923,0.0000,8.7923,6.1785,2.6138,0.0000,2.6138,-0.2191,2.8329,0.0000,14.2529,10.4577,-21.8777,3570.9660,3570.9660,3570.9660,3570.9660,3570.9660 +126.5000,1.0000,806.3838,55.9840,56.3450,-0.2006,0.0000,5,1227.9987,66.7582,552.7765,-81.4108,8.5848,71.0847,-10.4691,-0.5972,2.9120,0.0000,2.9120,6.2700,2.9120,0.6082,0.0000,2.3037,0.0000,2.3037,6.1083,-3.8046,0.0000,-3.8046,-0.2768,-3.5277,0.0000,13.7728,10.3389,-27.6394,2593.2178,2593.2178,2593.2178,2593.2178,2593.2178 +127.5000,1.0000,821.6977,55.1300,55.6230,-0.2739,0.0000,5,1209.2664,-17.0860,525.4156,-80.2999,-2.1637,66.5355,-10.1687,-0.8031,-7.5730,0.0000,-7.5730,6.2124,-7.5730,0.6204,0.0000,-8.1934,0.0000,-8.1934,6.0151,-14.2085,0.0000,-14.2085,-0.3723,-13.8362,0.0000,13.1525,10.1811,-37.1699,1152.9058,1152.9058,1152.9058,1152.9058,1152.9058 +128.5000,1.0000,836.7266,54.1040,54.6370,-0.2961,0.0000,5,1186.7613,-45.7176,480.7898,-78.9606,-5.6817,59.7513,-9.8130,-0.8521,-10.8941,0.0000,-10.8941,6.0645,-10.8941,0.6119,0.0000,-11.5060,0.0000,-11.5060,5.9032,-17.4092,0.0000,-17.4092,-0.3950,-17.0142,0.0000,12.4320,9.9917,-39.4379,557.2261,557.2261,557.2261,557.2261,557.2261 +129.5000,1.0000,851.4447,52.9850,53.5710,-0.3256,0.0000,5,1162.2162,46.0207,460.1852,-77.4964,5.6010,56.0078,-9.4319,-0.9174,0.5653,0.0000,0.5653,5.9532,0.5653,0.5653,0.0000,0.0000,0.0000,0.0000,5.7811,-5.7811,15.6451,-21.4262,-0.4253,-21.0009,0.0000,11.6768,9.7850,-42.4627,2176.7425,2176.7425,2176.7425,2176.7425,2176.7425 +130.5000,1.0000,865.7649,51.5530,52.3990,-0.4700,0.0650,5,1130.8056,42.8389,495.4311,-75.6227,5.0729,58.6678,-8.9551,-1.2887,0.5427,0.0000,0.5427,5.8189,0.5427,0.5427,0.0000,0.0000,0.0000,0.0000,5.6248,-5.6248,33.5320,-39.1569,-0.5974,-38.5595,0.8089,10.7570,9.5206,-59.6460,2105.3872,2105.3872,2105.3872,2105.3872,2105.3872 +131.5000,1.0000,879.5890,49.7665,50.7070,-0.5225,0.0780,5,1091.6190,42.2443,483.9102,-73.1851,4.8291,55.3177,-8.3661,-1.3830,0.5150,0.0000,0.5150,5.6971,0.5150,0.5150,0.0000,0.0000,0.0000,0.0000,5.4299,-5.4299,39.4163,-44.8463,-0.6411,-44.2052,0.9371,9.6778,9.1906,-64.0107,2030.8069,2030.8069,2030.8069,2030.8069,2030.8069 +132.5000,1.0000,892.9576,48.1270,48.8260,-0.3883,0.0780,5,1055.6569,45.8412,473.9798,-70.6109,5.0677,52.3976,-7.8059,-0.9940,0.4902,0.0000,0.4902,5.5715,0.4902,0.4902,0.0000,0.0000,0.0000,0.0000,5.2510,-5.2510,22.6713,-27.9223,-0.4608,-27.4616,0.9062,8.7512,8.8879,-46.0069,2017.1911,2017.1911,2017.1911,2017.1911,2017.1911 +133.5000,1.0000,906.2080,47.7015,47.4280,0.1519,0.0130,5,1046.3236,431.0701,472.8086,-69.9428,47.2327,51.8060,-7.6637,0.3855,41.3548,0.0000,41.3548,5.4924,41.3548,0.6507,0.0000,40.7040,0.0000,40.7040,5.2046,35.4994,0.0000,35.4994,0.1787,35.3207,0.1497,8.5196,8.8093,17.8421,9480.4952,9480.4952,9480.4952,9480.4952,9480.4952 +134.5000,1.0000,919.5073,47.8775,47.9750,-0.0542,0.0000,5,1050.1841,201.5067,662.5113,-70.2191,22.1607,72.8597,-7.7224,-0.1379,16.7619,0.0000,16.7619,5.5367,16.7619,0.5302,0.0000,16.2317,0.0000,16.2317,5.2238,11.0079,0.0000,11.0079,-0.0639,11.0718,0.0000,8.6140,8.8418,-6.3840,4747.4560,4747.4560,4747.4560,4747.4560,4747.4560 +135.5000,1.0000,932.7767,47.7700,47.7800,-0.0056,0.0000,5,1047.8262,254.9003,549.9603,-70.0503,27.9697,60.3461,-7.6865,-0.0141,22.4876,0.0000,22.4876,5.4962,22.4876,0.5574,0.0000,21.9303,0.0000,21.9303,5.2121,16.7182,0.0000,16.7182,-0.0065,16.7248,0.0000,8.5561,8.8219,-0.6533,5788.6835,5788.6835,5788.6835,5788.6835,5788.6835 +136.5000,1.0000,946.0669,47.8445,47.7600,0.0469,0.0000,5,1049.4603,313.2335,576.2022,-70.1673,34.4241,63.3242,-7.7113,0.1195,28.8266,0.0000,28.8266,5.4781,28.8266,0.5901,0.0000,28.2365,0.0000,28.2365,5.2202,23.0163,0.0000,23.0163,0.0554,22.9609,0.0000,8.5962,8.8357,5.5290,7044.7054,7044.7054,7044.7054,7044.7054,7044.7054 +137.5000,1.0000,959.4209,48.0745,47.9290,0.0808,0.0000,5,1054.5053,351.5897,605.3705,-70.5284,38.8252,66.8496,-7.7883,0.2067,33.1211,0.0000,33.1211,5.4975,33.1211,0.6148,0.0000,32.5062,0.0000,32.5062,5.2453,27.2609,0.0000,27.2609,0.0958,27.1651,0.0000,8.7209,8.8782,9.5661,7854.7217,7854.7217,7854.7217,7854.7217,7854.7217 +138.5000,1.0000,972.8947,48.5055,48.2200,0.1586,0.0000,5,1063.9592,439.4491,625.1730,-71.2052,48.9623,69.6552,-7.9335,0.4092,43.0067,0.0000,43.0067,5.5464,43.0067,0.6704,0.0000,42.3364,0.0000,42.3364,5.2923,37.0441,0.0000,37.0441,0.1897,36.8544,0.0000,8.9577,8.9578,18.9389,9784.7109,9784.7109,9784.7109,9784.7109,9784.7109 +139.5000,1.0000,986.5523,49.1675,48.7910,0.2092,0.0000,5,1078.4801,497.4711,669.1741,-72.2446,56.1835,75.5753,-8.1592,0.5470,50.0593,0.0000,50.0593,5.5773,50.0593,0.7151,0.0000,49.3442,0.0000,49.3442,5.3646,43.9796,0.0000,43.9796,0.2536,43.7261,0.0000,9.3298,9.0800,25.3163,11208.1082,11208.1082,11208.1082,11208.1082,11208.1082 +140.5000,1.0000,1000.4363,49.9825,49.5440,0.2436,0.0000,5,1096.3569,538.1771,699.0160,-73.5243,61.7882,80.2542,-8.4413,0.6476,55.5139,0.0000,55.5139,5.6267,55.5139,0.7541,0.0000,54.7598,0.0000,54.7598,5.4535,49.3063,0.0000,49.3063,0.3002,49.0061,0.0000,9.8016,9.2305,29.9740,12226.7459,12226.7459,12226.7459,12226.7459,12226.7459 +141.5000,1.0000,1014.5712,50.8855,50.4210,0.2581,0.0000,5,1116.1641,557.1250,720.4293,-74.7493,65.1192,84.2070,-8.7370,0.6984,58.7239,0.0000,58.7239,5.6970,58.7239,0.7834,0.0000,57.9405,0.0000,57.9405,5.5520,52.3885,0.0000,52.3885,0.3237,52.0647,0.0000,10.3426,9.3973,32.3248,12868.6649,12868.6649,12868.6649,12868.6649,12868.6649 +142.5000,1.0000,1029.0272,52.0415,51.3500,0.3842,0.0000,5,1141.5207,703.1820,731.2063,-76.2619,84.0582,87.4082,-9.1163,1.0633,77.2026,0.0000,77.2026,5.7923,77.2026,0.8929,0.0000,76.3097,0.0000,76.3097,5.9262,70.3835,0.0000,70.3835,0.4929,69.8905,0.0000,11.0646,9.6108,49.2151,16466.5441,16466.5441,16466.5441,16466.5441,16466.5441 +143.5000,1.0000,1043.9074,53.5688,52.7330,0.4643,0.0000,5,1175.0210,798.9642,798.9642,-78.2602,98.3109,98.3109,-9.6298,1.3228,91.0612,0.0000,91.0612,5.9268,91.0612,0.9852,0.0000,90.0760,0.0000,90.0760,6.2731,83.8029,0.0000,83.8029,0.6132,83.1897,0.0000,12.0684,9.8928,61.2284,19166.7192,19166.7192,19166.7192,19166.7192,19166.7192 +144.5000,1.0000,1059.2614,55.2745,54.6880,0.4833,0.0000,5,1212.4364,842.8727,842.8727,-80.4879,107.0162,107.0162,-10.2192,1.4209,97.4584,0.0000,97.4584,8.1370,97.4584,1.0435,0.0000,96.4149,0.0000,96.4149,6.5249,89.8900,0.0000,89.8900,0.6587,89.2313,0.0000,13.2585,10.2078,65.7650,20805.8750,20805.8750,20805.8750,20805.8750,20805.8750 +145.5000,1.0000,1075.0661,56.8968,56.5750,0.4179,0.0000,5,1248.0198,774.4978,863.6823,-82.5982,101.2209,112.8767,-10.7950,1.2646,91.7146,0.0000,91.7146,8.2417,91.7146,1.0403,0.0000,90.6743,0.0000,90.6743,6.5878,84.0865,0.0000,84.0865,0.5862,83.5002,0.0000,14.4594,10.5074,58.5334,19680.5470,19680.5470,19680.5470,19680.5470,19680.5470 +146.5000,1.0000,1091.2117,58.1245,57.6490,0.2642,0.0000,5,1274.9502,605.0889,838.2864,-84.1954,80.7869,111.9217,-11.2411,0.8166,71.6858,0.0000,71.6858,8.2845,71.6858,0.9598,0.0000,70.7260,0.0000,70.7260,6.4014,64.3246,0.0000,64.3246,0.3786,63.9460,0.0000,15.4141,10.7342,37.7978,15875.4571,15875.4571,15875.4571,15875.4571,15875.4571 +147.5000,1.0000,1107.5870,58.9510,58.6000,0.1950,0.0000,5,1293.0793,531.1953,770.6706,-85.2706,71.9297,104.3572,-11.5466,0.6114,62.9100,0.0000,62.9100,8.4082,62.9100,0.9294,0.0000,61.9807,0.0000,61.9807,6.4320,55.5487,0.0000,55.5487,0.2834,55.2653,0.0000,16.0805,10.8868,28.2980,14237.7649,14237.7649,14237.7649,14237.7649,14237.7649 +148.5000,1.0000,1124.0976,59.4380,59.3020,0.0756,0.0000,5,1303.7616,400.5685,742.3929,-85.9042,54.6895,101.3586,-11.7285,0.2388,45.9621,0.0000,45.9621,8.4886,45.9621,0.8526,0.0000,45.1095,0.0000,45.1095,6.4852,38.6243,0.0000,38.6243,0.1107,38.5136,0.0000,16.4818,10.9767,11.0550,10973.0587,10973.0587,10973.0587,10973.0587,10973.0587 +149.5000,1.0000,1140.6786,59.6915,59.5740,0.0653,0.0000,5,1309.3221,389.8193,689.5215,-86.2340,53.4489,94.5416,-11.8237,0.2072,44.7688,0.0000,44.7688,8.4729,44.7688,0.8508,0.0000,43.9180,0.0000,43.9180,6.5128,37.4052,0.0000,37.4052,0.0961,37.3091,0.0000,16.6936,11.0235,9.5920,10727.3755,10727.3755,10727.3755,10727.3755,10727.3755 +150.5000,1.0000,1157.2970,59.8265,59.8090,0.0097,0.0000,5,1312.2833,328.8877,685.8573,-86.4096,45.1964,94.2519,-11.8746,0.0309,36.6416,0.0000,36.6416,8.5239,36.6416,0.8124,0.0000,35.8292,0.0000,35.8292,6.5275,29.3017,0.0000,29.3017,0.0143,29.2874,0.0000,16.8071,11.0485,1.4318,9187.7983,9187.7983,9187.7983,9187.7983,9187.7983 +151.5000,1.0000,1173.8887,59.7300,59.8440,-0.0633,0.0000,5,1310.1666,232.1111,660.6236,-86.2840,31.8457,90.6378,-11.8382,-0.2012,25.6238,0.0000,25.6238,6.4231,25.6238,0.7557,0.0000,24.8681,0.0000,24.8681,6.5170,18.3511,0.0000,18.3511,-0.0933,18.4443,0.0000,16.7259,11.0307,-9.3122,6691.6933,6691.6933,6691.6933,6691.6933,6691.6933 +152.5000,1.0000,1190.4305,59.5505,59.6160,-0.0364,0.0000,5,1306.2293,261.5420,619.3869,-86.0505,35.7758,84.7247,-11.7707,-0.1152,29.4546,0.0000,29.4546,6.4365,29.4546,0.7719,0.0000,28.6827,0.0000,28.6827,6.4974,22.1852,0.0000,22.1852,-0.0534,22.2387,0.0000,16.5755,10.9975,-5.3344,7420.2020,7420.2020,7420.2020,7420.2020,7420.2020 +153.5000,1.0000,1206.9326,59.4075,59.4850,-0.0431,0.0000,5,1303.0926,253.5012,631.0564,-85.8645,34.5927,86.1137,-11.7170,-0.1360,28.3136,0.0000,28.3136,6.4151,28.3136,0.7638,0.0000,27.5498,0.0000,27.5498,6.4818,21.0679,0.0000,21.0679,-0.0631,21.1310,0.0000,16.4564,10.9711,-6.2965,7201.1172,7201.1172,7201.1172,7201.1172,7201.1172 +154.5000,1.0000,1223.3612,59.1430,59.3300,-0.1039,0.0000,5,1297.2908,185.0598,626.6905,-85.5204,25.1407,85.1371,-11.6181,-0.3268,19.0494,0.0000,19.0494,6.4181,19.0494,0.7132,0.0000,18.3362,0.0000,18.3362,6.4530,11.8833,0.0000,11.8833,-0.1515,12.0348,0.0000,16.2377,10.9222,-15.1252,5437.9047,5437.9047,5437.9047,5437.9047,5437.9047 +155.5000,1.0000,1239.6823,58.7560,58.9560,-0.1111,0.0000,5,1288.8020,175.3883,595.9045,-85.0170,23.6709,80.4251,-11.4741,-0.3472,17.6507,0.0000,17.6507,6.3675,17.6507,0.6999,0.0000,16.9508,0.0000,16.9508,6.4107,10.5400,0.0000,10.5400,-0.1610,10.7010,0.0000,15.9211,10.8508,-16.0709,5153.7909,5153.7909,5153.7909,5153.7909,5153.7909 +156.5000,1.0000,1255.8804,58.3130,58.5560,-0.1350,0.0000,5,1279.0849,147.2289,589.6303,-84.4406,19.7206,78.9783,-11.3104,-0.4187,13.7956,0.0000,13.7956,6.3437,13.7956,0.6734,0.0000,13.1222,0.0000,13.1222,6.3624,6.7598,0.0000,6.7598,-0.1941,6.9539,0.0000,15.5638,10.7690,-19.3789,4396.9105,4396.9105,4396.9105,4396.9105,4396.9105 +157.5000,1.0000,1271.9186,57.7375,58.0700,-0.1847,0.0000,5,1266.4614,89.5702,574.6831,-83.6920,11.8791,76.2165,-11.0995,-0.5672,6.1819,0.0000,6.1819,6.2645,6.1819,0.6294,0.0000,5.5524,0.0000,5.5524,6.2996,-0.7472,0.0000,-0.7472,-0.2630,-0.4842,0.0000,15.1077,10.6627,-26.2547,3053.0892,3053.0892,3053.0892,3053.0892,3053.0892 +158.5000,1.0000,1287.7219,56.8920,57.4050,-0.2850,0.0000,5,1247.9155,-24.0996,545.1186,-82.5921,-3.1494,71.2369,-10.7932,-0.8623,-8.4936,0.0000,-8.4936,6.2065,-8.4936,0.6519,0.0000,-9.1455,0.0000,-9.1455,6.2074,-15.3528,0.0000,-15.3528,-0.3998,-14.9531,0.0000,14.4544,10.5065,-39.9140,1099.5877,1099.5877,1099.5877,1099.5877,1099.5877 +159.5000,1.0000,1303.2552,55.9200,56.3790,-0.2550,0.0000,5,1226.5949,5.2841,488.6803,-81.3276,0.6787,62.7704,-10.4464,-0.7584,-4.6735,0.0000,-4.6735,6.1107,-4.6735,0.6261,0.0000,-5.2997,0.0000,-5.2997,6.1013,-11.4010,0.0000,-11.4010,-0.3516,-11.0494,0.0000,13.7259,10.3270,-35.1024,1609.0459,1609.0459,1609.0459,1609.0459,1609.0459 +160.5000,1.0000,1318.5141,54.9320,55.4610,-0.2939,0.0000,5,1204.9233,-41.1225,496.2475,-80.0423,-5.1888,62.6161,-10.0997,-0.8586,-10.3652,0.0000,-10.3652,6.0350,-10.3652,0.6241,0.0000,-10.9893,0.0000,-10.9893,5.9935,-16.9829,0.0000,-16.9829,-0.3980,-16.5848,0.0000,13.0115,10.1446,-39.7409,673.3268,673.3268,673.3268,673.3268,673.3268 +161.5000,1.0000,1333.3916,53.5590,54.4030,-0.4689,0.0440,5,1174.8068,41.8521,465.9591,-78.2475,5.1489,57.3248,-9.6264,-1.3356,0.5745,0.0000,0.5745,5.9101,0.5745,0.5745,0.0000,0.0000,0.0000,0.0000,5.8437,-5.8437,34.0740,-39.9177,-0.6192,-39.2985,0.5689,12.0619,9.8910,-61.8204,2118.4581,2118.4581,2118.4581,2118.4581,2118.4581 +162.5000,1.0000,1347.7284,51.6125,52.7150,-0.6125,0.2960,5,1132.1107,39.5029,493.9464,-75.7005,4.6832,58.5595,-8.9746,-1.6813,0.5436,0.0000,0.5436,5.8210,0.5436,0.5436,0.0000,0.0000,0.0000,0.0000,5.6313,-5.6313,48.9521,-54.5834,-0.7794,-53.8040,3.6880,10.7963,9.5315,-77.8198,2052.9992,2052.9992,2052.9992,2052.9992,2052.9992 +163.5000,1.0000,1361.4962,49.5640,50.5100,-0.5256,0.8280,5,1087.1772,41.6771,481.1427,-72.8672,4.7449,54.7776,-8.2959,-1.3854,0.5119,0.0000,0.5119,5.6184,0.5119,0.5119,0.0000,0.0000,0.0000,0.0000,5.4078,-5.4078,30.7375,-36.1454,-0.6422,-35.5031,9.9068,9.5602,9.1529,-64.1231,2009.6450,2009.6450,2009.6450,2009.6450,2009.6450 +164.5000,1.0000,1374.6934,47.5100,48.6180,-0.6156,0.9200,5,1042.1231,40.4697,470.3511,-69.6421,4.4165,51.3298,-7.6001,-1.5554,0.4810,0.0000,0.4810,5.4909,0.4810,0.4810,0.0000,0.0000,0.0000,0.0000,5.1837,-5.1837,39.7823,-44.9660,-0.7210,-44.2450,10.5513,8.4217,8.7736,-71.9916,1882.5409,1882.5409,1882.5409,1882.5409,1882.5409 +165.5000,1.0000,1387.3273,45.4820,46.4020,-0.5111,0.6230,5,997.6393,43.5161,457.9370,-66.7619,4.5462,47.8418,-6.9748,-1.2363,0.4513,0.0000,0.4513,5.3313,0.4513,0.4513,0.0000,0.0000,0.0000,0.0000,4.9624,-4.9624,30.2084,-35.1708,-0.5731,-34.5977,6.8402,7.3877,8.3992,-57.2248,1837.2033,1837.2033,1837.2033,1837.2033,1837.2033 +166.5000,1.0000,1399.5654,44.0570,44.5620,-0.2806,0.2700,5,966.3822,-31.8323,444.8743,-68.5499,-3.2214,45.0210,-6.9372,-0.6574,-7.7529,0.0000,-7.7529,5.1889,-7.7529,0.4513,0.0000,-8.2043,0.0000,-8.2043,4.8070,-13.0113,0.0000,-13.0113,-0.3047,-12.7065,2.8716,6.7129,8.1362,-30.4273,476.2204,476.2204,476.2204,476.2204,476.2204 +167.5000,1.0000,1411.6149,43.3785,43.5520,-0.0964,0.0350,5,951.4994,144.9271,398.2910,-69.4013,14.4406,39.6860,-6.9152,-0.2224,9.5542,0.0000,9.5542,5.1089,9.5542,0.4328,0.0000,9.1214,0.0000,9.1214,4.7329,4.3884,0.0000,4.3884,-0.1031,4.4915,0.3665,6.4068,8.0109,-10.2927,3431.6772,3431.6772,3431.6772,3431.6772,3431.6772 +168.5000,1.0000,1423.5501,42.9665,43.2050,-0.1325,0.0000,5,942.4623,100.1436,486.6765,-69.9183,9.8836,48.0323,-6.9005,-0.3028,5.0992,0.0000,5.0992,5.0872,5.0992,0.4051,0.0000,4.6941,0.0000,4.6941,4.6880,0.0061,0.0000,0.0061,-0.1404,0.1465,0.0000,6.2261,7.9348,-14.0144,2765.2909,2765.2909,2765.2909,2765.2909,2765.2909 +169.5000,1.0000,1435.3899,42.6235,42.7280,-0.0581,0.0000,5,934.9386,181.5565,459.9340,-70.3486,17.7756,45.0306,-6.8876,-0.1316,12.8871,0.0000,12.8871,5.0200,12.8871,0.4395,0.0000,12.4476,0.0000,12.4476,4.6506,7.7970,0.0000,7.7970,-0.0610,7.8580,0.0000,6.0780,7.8715,-6.0915,3936.7411,3936.7411,3936.7411,3936.7411,3936.7411 +170.5000,1.0000,1447.1358,42.2850,42.5190,-0.1300,0.0000,5,927.5137,100.8803,499.5669,-70.7734,9.7984,48.5224,-6.8741,-0.2924,5.0858,0.0000,5.0858,5.0050,5.0858,0.3961,0.0000,4.6897,0.0000,4.6897,4.6136,0.0760,0.0000,0.0760,-0.1355,0.2116,0.0000,5.9345,7.8090,-13.5319,2731.1203,2731.1203,2731.1203,2731.1203,2731.1203 +171.5000,1.0000,1458.7897,41.9540,42.0510,-0.0539,0.0000,5,920.2533,184.3254,454.0679,-71.1887,17.7632,43.7579,-6.8604,-0.1202,12.9313,0.0000,12.9313,4.9521,12.9313,0.4311,0.0000,12.5002,0.0000,12.5002,4.5775,7.9227,0.0000,7.9227,-0.0557,7.9785,0.0000,5.7961,7.7479,-5.5655,3917.8283,3917.8283,3917.8283,3917.8283,3917.8283 +172.5000,1.0000,1470.4447,41.9580,41.8570,0.0561,0.0000,5,920.3410,306.4104,497.3375,-71.1837,29.5312,47.9323,-6.8605,0.1252,24.4666,0.0000,24.4666,4.9393,24.4666,0.4888,0.0000,23.9779,0.0000,23.9779,4.5779,19.3999,0.0000,19.3999,0.0580,19.3419,0.0000,5.7977,7.7486,5.7955,6117.3149,6117.3149,6117.3149,6117.3149,6117.3149 +173.5000,1.0000,1482.1502,42.1400,42.0590,0.0450,0.0000,5,924.3331,294.5750,562.0359,-70.9553,28.5137,54.4028,-6.8682,0.1009,23.4544,0.0000,23.4544,4.9584,23.4544,0.4861,0.0000,22.9683,0.0000,22.9683,4.5978,18.3705,0.0000,18.3705,0.0468,18.3238,0.0000,5.8735,7.7822,4.6681,5932.3674,5932.3674,5932.3674,5932.3674,5932.3674 +174.5000,1.0000,1493.8833,42.2390,42.2210,0.0100,0.0000,5,926.5047,255.8369,557.0125,-70.8311,24.8222,54.0432,-6.8723,0.0225,19.8436,0.0000,19.8436,4.9561,19.8436,0.4693,0.0000,19.3743,0.0000,19.3743,4.6086,14.7657,0.0000,14.7657,0.0104,14.7552,0.0000,5.9150,7.8005,1.0398,5182.0359,5182.0359,5182.0359,5182.0359,5182.0359 +175.5000,1.0000,1505.6770,42.4575,42.2570,0.1114,0.0000,5,931.2974,368.9502,538.3469,-70.5569,35.9820,52.5024,-6.8811,0.2515,30.7660,0.0000,30.7660,4.9645,30.7660,0.5268,0.0000,30.2392,0.0000,30.2392,4.6324,25.6068,0.0000,25.6068,0.1166,25.4902,0.0000,6.0074,7.8409,11.6419,7322.7587,7322.7587,7322.7587,7322.7587,7322.7587 +176.5000,1.0000,1517.6016,42.9285,42.6580,0.1503,0.0000,5,941.6287,413.0319,599.6384,-69.9659,40.7279,59.1286,-6.8991,0.3431,35.4172,0.0000,35.4172,4.9676,35.4172,0.5562,0.0000,34.8611,0.0000,34.8611,4.6838,30.1772,0.0000,30.1772,0.1591,30.0182,0.0000,6.2096,7.9278,15.8807,8244.5409,8244.5409,8244.5409,8244.5409,8244.5409 +177.5000,1.0000,1529.7330,43.6730,43.1990,0.2633,0.0000,5,957.9592,540.5719,626.8851,-69.0318,54.2287,62.8874,-6.9251,0.6117,48.5952,0.0000,48.5952,5.0218,48.5952,0.6319,0.0000,47.9633,0.0000,47.9633,4.7651,43.1983,0.0000,43.1983,0.2835,42.9147,0.0000,6.5388,8.0653,28.3105,10770.7018,10770.7018,10770.7018,10770.7018,10770.7018 +178.5000,1.0000,1542.0945,44.5015,44.1470,0.1969,0.0000,5,976.1322,469.0332,697.1647,-67.9922,47.9447,71.2644,-6.9502,0.4661,42.3944,0.0000,42.3944,5.0842,42.3944,0.6119,0.0000,41.7824,0.0000,41.7824,4.8555,36.9270,0.0000,36.9270,0.2161,36.7109,0.0000,6.9177,8.2183,21.5748,9627.2851,9627.2851,9627.2851,9627.2851,9627.2851 +179.5000,1.0000,1554.6477,45.1915,44.8560,0.1864,0.0000,5,991.2672,459.3847,667.6227,-67.1264,47.6866,69.3028,-6.9681,0.4480,42.0834,0.0000,42.0834,5.1552,42.0834,0.6197,0.0000,41.4637,0.0000,41.4637,4.9307,36.5330,0.0000,36.5330,0.2077,36.3253,0.0000,7.2444,8.3458,20.7351,9586.3110,9586.3110,9586.3110,9586.3110,9586.3110 +180.5000,1.0000,1567.4180,45.9730,45.5270,0.2478,0.0000,5,1008.4093,529.7196,666.9045,-67.2288,55.9386,70.4254,-7.0994,0.6058,50.1257,0.0000,50.1257,5.2071,50.1257,0.6706,0.0000,49.4551,0.0000,49.4551,5.0160,44.4391,0.0000,44.4391,0.2808,44.1583,0.0000,7.6271,8.4901,28.0411,11161.3397,11161.3397,11161.3397,11161.3397,11161.3397 +181.5000,1.0000,1580.4644,46.9670,46.4190,0.3044,0.0000,5,1030.2125,595.8583,703.5468,-68.7895,64.2833,75.9012,-7.4213,0.7605,58.2615,0.0000,58.2615,5.2614,58.2615,0.7250,0.0000,57.5365,0.0000,57.5365,5.1784,52.3581,0.0000,52.3581,0.3525,52.0056,0.0000,8.1330,8.6736,35.1990,12766.9292,12766.9292,12766.9292,12766.9292,12766.9292 +182.5000,1.0000,1593.8080,48.0370,47.5150,0.2900,0.0000,5,1053.6828,582.9812,738.3349,-70.4696,64.3270,81.4689,-7.7757,0.7409,58.2247,0.0000,58.2247,5.3614,58.2247,0.7398,0.0000,57.4849,0.0000,57.4849,5.2759,52.2089,0.0000,52.2089,0.3435,51.8655,0.0000,8.7014,8.8712,34.2928,12739.5449,12739.5449,12739.5449,12739.5449,12739.5449 +183.5000,1.0000,1607.4234,49.0155,48.5590,0.2536,0.0000,5,1075.1460,545.2062,735.5972,-72.0060,61.3842,82.8202,-8.1071,0.6611,55.2899,0.0000,55.2899,5.4332,55.2899,0.7391,0.0000,54.5508,0.0000,54.5508,5.3480,49.2029,0.0000,49.2029,0.3065,48.8964,0.0000,9.2438,9.0520,30.6007,12154.0724,12154.0724,12154.0724,12154.0724,12154.0724 +184.5000,1.0000,1621.3161,50.0135,49.4720,0.3008,0.0000,5,1097.0369,601.7393,720.7209,-73.5730,69.1287,82.7975,-8.4522,0.8002,62.7811,0.0000,62.7811,5.5474,62.7811,0.7909,0.0000,61.9902,0.0000,61.9902,5.5251,56.4650,0.0000,56.4650,0.3709,56.0941,0.0000,9.8203,9.2363,37.0376,13702.4335,13702.4335,13702.4335,13702.4335,13702.4335 +185.5000,1.0000,1635.4213,50.7790,50.5550,0.1244,0.0000,5,1113.8280,407.2004,750.6119,-74.6099,47.4958,87.5512,-8.7025,0.3361,41.6028,0.0000,41.6028,5.5569,41.6028,0.6962,0.0000,40.9066,0.0000,40.9066,5.5404,35.3662,0.0000,35.3662,0.1558,35.2104,0.0000,10.2771,9.3776,15.5557,9543.4478,9543.4478,9543.4478,9543.4478,9543.4478 +186.5000,1.0000,1649.6090,51.0755,51.0030,0.0403,0.0000,5,1120.3317,314.9369,662.2609,-74.9979,36.9487,77.6970,-8.7988,0.1094,31.2267,0.0000,31.2267,5.6126,31.2267,0.6487,0.0000,30.5780,0.0000,30.5780,5.5727,25.0053,0.0000,25.0053,0.0507,24.9546,0.0000,10.4580,9.4324,5.0642,7514.8071,7514.8071,7514.8071,7514.8071,7514.8071 +187.5000,1.0000,1663.8347,51.2125,51.1480,0.0358,0.0000,5,1123.3368,310.2726,619.7903,-75.1772,36.4991,72.9094,-8.8435,0.0976,30.7990,0.0000,30.7990,5.6025,30.7990,0.6486,0.0000,30.1505,0.0000,30.1505,5.5877,24.5628,0.0000,24.5628,0.0452,24.5175,0.0000,10.5424,9.4577,4.5174,7438.5399,7438.5399,7438.5399,7438.5399,7438.5399 +188.5000,1.0000,1678.0415,51.1445,51.2770,-0.0736,0.0000,5,1121.8452,188.8870,617.9004,-75.0882,22.1903,72.5905,-8.8213,-0.2002,16.7427,0.0000,16.7427,5.6479,16.7427,0.5773,0.0000,16.1654,0.0000,16.1654,5.5803,10.5851,0.0000,10.5851,-0.0928,10.6779,0.0000,10.5005,9.4451,-9.2677,4769.3424,4769.3424,4769.3424,4769.3424,4769.3424 +189.5000,1.0000,1692.1891,50.9315,51.0120,-0.0447,0.0000,5,1117.1731,220.3407,559.5612,-74.8095,25.7777,65.4631,-8.7520,-0.1211,20.2611,0.0000,20.2611,5.6377,20.2611,0.5917,0.0000,19.6694,0.0000,19.6694,5.5570,14.1123,0.0000,14.1123,-0.0562,14.1685,0.0000,10.3698,9.4058,-5.6071,5405.0087,5405.0087,5405.0087,5405.0087,5405.0087 +190.5000,1.0000,1706.2780,50.7200,50.8510,-0.0728,0.0000,5,1112.5339,188.6337,573.5987,-74.5327,21.9766,66.8267,-8.6834,-0.1963,16.5342,0.0000,16.5342,5.6388,16.5342,0.5700,0.0000,15.9642,0.0000,15.9642,5.5340,10.4302,0.0000,10.4302,-0.0910,10.5212,0.0000,10.2412,9.3667,-9.0867,4723.6754,4723.6754,4723.6754,4723.6754,4723.6754 +191.5000,1.0000,1720.2963,50.4660,50.5890,-0.0683,0.0000,5,1106.9624,192.4494,557.3151,-74.2004,22.3089,64.6044,-8.6014,-0.1834,16.9082,0.0000,16.9082,5.5841,16.9082,0.5681,0.0000,16.3401,0.0000,16.3401,5.5062,10.8338,0.0000,10.8338,-0.0850,10.9189,0.0000,10.0881,9.3198,-8.4891,4787.4384,4787.4384,4787.4384,4787.4384,4787.4384 +192.5000,1.0000,1734.2123,50.0975,50.3430,-0.1364,0.0000,5,1098.8794,115.7619,557.6175,-73.7049,13.3212,64.1675,-8.4815,-0.3634,8.1171,0.0000,8.1171,5.5675,8.1171,0.5188,0.0000,7.5983,0.0000,7.5983,5.4660,2.1323,0.0000,2.1323,-0.1685,2.3008,0.0000,9.8689,9.2518,-16.8199,3244.3861,3244.3861,3244.3861,3244.3861,3244.3861 +193.5000,1.0000,1747.9109,49.3150,49.8520,-0.2983,0.0000,5,1081.7154,-65.5145,516.7000,-72.4762,-7.4213,58.5302,-8.2099,-0.7825,-12.1373,0.0000,-12.1373,5.4985,-12.1373,0.5397,0.0000,-12.6771,0.0000,-12.6771,5.3807,-18.0577,0.0000,-18.0577,-0.3627,-17.6950,0.0000,9.4145,9.1073,-36.2168,46.7177,46.7177,46.7177,46.7177,46.7177 +194.5000,1.0000,1761.1911,47.8085,48.7780,-0.5386,0.0000,5,1048.6706,41.4848,417.3269,-70.1108,4.5557,45.8294,-7.6993,-1.3695,0.4854,0.0000,0.4854,5.4398,0.4854,0.4854,0.0000,0.0000,0.0000,0.0000,5.2163,-5.2163,41.3976,-46.6139,-0.6349,-45.9790,0.0000,8.5803,8.8290,-63.3884,1917.1826,1917.1826,1917.1826,1917.1826,1917.1826 +195.5000,1.0000,1773.9930,46.0870,46.8390,-0.4178,0.0720,5,1010.9099,46.2073,462.1594,-67.4078,4.8916,48.9252,-7.1359,-1.0240,0.4600,0.0000,0.4600,5.4556,0.4600,0.4600,0.0000,0.0000,0.0000,0.0000,5.0285,-5.0285,25.8460,-30.8744,-0.4747,-30.3997,0.8011,7.6853,8.5111,-47.3972,1921.0993,1921.0993,1921.0993,1921.0993,1921.0993 +196.5000,1.0000,1786.3355,44.4330,45.3350,-0.5011,0.0870,5,974.6297,43.5562,450.1674,-68.0781,4.4455,45.9454,-6.9483,-1.1842,0.4362,0.0000,0.4362,5.1934,0.4362,0.4362,0.0000,0.0000,0.0000,0.0000,4.8480,-4.8480,34.4850,-39.3330,-0.5490,-38.7841,0.9332,6.8882,8.2057,-54.8111,1770.5566,1770.5566,1770.5566,1770.5566,1770.5566 +197.5000,1.0000,1798.2858,43.0210,43.5310,-0.2833,0.0870,5,943.6577,-57.4733,434.6979,-69.8499,-5.6795,42.9567,-6.9025,-0.6483,-10.0711,0.0000,-10.0711,5.0399,-10.0711,0.4425,0.0000,-10.5136,0.0000,-10.5136,4.6939,-15.2075,0.0000,-15.2075,-0.3005,-14.9070,0.9035,6.2505,7.9449,-30.0060,52.2636,52.2636,52.2636,52.2636,52.2636 +198.5000,1.0000,1810.0426,42.3245,42.5110,-0.1036,0.0150,5,928.3801,131.5238,379.1859,-70.7238,12.7867,36.8644,-6.8758,-0.2332,8.0468,0.0000,8.0468,4.9732,8.0468,0.4114,0.0000,7.6353,0.0000,7.6353,4.6179,3.0174,0.0000,3.0174,-0.1081,3.1255,0.1533,5.9511,7.8163,-10.7951,3134.1701,3134.1701,3134.1701,3134.1701,3134.1701 +199.5000,1.0000,1821.7530,42.1575,42.1380,0.0108,0.0000,5,924.7170,256.5332,471.8158,-70.9334,24.8417,45.6888,-6.8689,0.0243,19.8699,0.0000,19.8699,4.9475,19.8699,0.4684,0.0000,19.4015,0.0000,19.4015,4.5997,14.8018,0.0000,14.8018,0.0113,14.7905,0.0000,5.8808,7.7854,1.1243,5185.5199,5185.5199,5185.5199,5185.5199,5185.5199 +200.5000,1.0000,1833.5491,42.4660,42.1770,0.1606,0.0000,5,931.4839,423.5303,538.4977,-70.5463,41.3132,52.5276,-6.8814,0.3626,35.9920,0.0000,35.9920,4.9585,35.9920,0.5530,0.0000,35.4390,0.0000,35.4390,4.6334,30.8057,0.0000,30.8057,0.1681,30.6376,0.0000,6.0111,7.8424,16.7840,8331.3560,8331.3560,8331.3560,8331.3560,8331.3560 +201.5000,1.0000,1845.5067,43.0475,42.7550,0.1625,0.0000,5,944.2390,427.1061,628.0022,-69.8166,42.2325,62.0972,-6.9035,0.3720,36.8654,0.0000,36.8654,4.9950,36.8654,0.5650,0.0000,36.3004,0.0000,36.3004,4.6968,31.6036,0.0000,31.6036,0.1725,31.4312,0.0000,6.2614,7.9498,17.2199,8490.6102,8490.6102,8490.6102,8490.6102,8490.6102 +202.5000,1.0000,1857.6994,43.8935,43.3400,0.3075,0.0000,5,962.7958,590.5111,635.2797,-68.7551,59.5375,64.0513,-6.9321,0.7178,53.7940,0.0000,53.7940,5.0257,53.7940,0.6608,0.0000,53.1332,0.0000,53.1332,4.8299,48.3032,0.0000,48.3032,0.3328,47.9704,0.0000,6.6387,8.1060,33.2257,11845.9469,11845.9469,11845.9469,11845.9469,11845.9469 +203.5000,1.0000,1869.9560,44.1237,44.4470,-0.1796,0.0000,0,974.9368,49.7194,723.6409,-68.0606,5.0761,73.8802,-6.9487,0.0000,0.0000,0.0000,0.0000,5.0761,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.8142,-4.8142,0.0000,-4.8142,-0.1954,-4.6188,0.0000,6.7429,8.1486,-19.5103,1890.1596,1890.1596,1890.1596,1890.1596,1890.1596 +204.5000,1.0000,1882.2526,44.2680,45.9000,0.2598,0.0000,4,1213.6071,514.0005,514.0005,-80.5573,65.3236,65.3236,-10.2379,17.7878,42.3421,0.0000,42.3421,5.1937,50.1396,1.7290,0.0000,48.4106,0.0000,48.4106,4.8300,43.5806,0.0000,43.5806,0.2836,43.2970,0.0000,6.8097,8.1752,28.3121,12979.7484,12979.7484,12979.7484,12979.7484,12979.7484 +205.5000,1.0000,1895.0295,45.9966,47.7480,0.7005,0.0000,4,1493.2117,728.8637,728.8637,-97.1401,113.9715,113.9715,-15.1897,3.7537,104.8769,0.0000,104.8769,5.3410,104.8769,2.8695,0.0000,102.0074,0.0000,102.0074,5.7563,96.2511,0.0000,96.2511,0.7944,95.4567,0.0000,7.6439,8.4944,79.3184,22227.8330,22227.8330,22227.8330,22227.8330,22227.8330 +206.5000,1.0000,1908.5686,48.7408,49.4520,0.8240,0.0000,4,1582.2967,831.8476,831.8476,-102.4235,137.8353,137.8353,-16.9713,4.6788,127.7002,0.0000,127.7002,5.4563,127.7002,3.4012,0.0000,124.2990,0.0000,124.2990,6.3428,117.9562,0.0000,117.9562,0.9902,116.9660,0.0000,9.0968,9.0012,98.8679,26767.1970,26767.1970,26767.1970,26767.1970,26767.1970 +207.5000,1.0000,1922.8588,51.4450,51.3100,0.6783,0.0000,4,1670.0857,722.1490,863.6380,-105.9694,126.2973,151.0425,-18.5331,4.0654,116.6440,0.0000,116.6440,5.5879,116.6440,3.2575,0.0000,113.3866,0.0000,113.3866,6.4276,106.9590,0.0000,106.9590,0.8604,106.0986,0.0000,10.6926,9.5006,85.9053,24654.4060,24654.4060,24654.4060,24654.4060,24654.4060 +208.5000,1.0000,1937.7337,53.5495,52.6660,0.4908,0.0000,4,1738.4057,578.4046,839.6016,-108.4025,105.2959,152.8456,-19.7342,3.0620,96.5375,0.0000,96.5375,5.6965,96.5375,2.9178,0.0000,93.6197,0.0000,93.6197,6.3244,87.2952,0.0000,87.2952,0.6480,86.6472,0.0000,12.0558,9.8893,64.7022,20790.9682,20790.9682,20790.9682,20790.9682,20790.9682 +209.5000,1.0000,1953.1059,55.3400,54.4330,0.5039,0.0000,4,1796.5316,593.4646,812.5426,-110.4725,111.6499,152.8656,-20.7835,3.2485,102.5258,0.0000,102.5258,5.8755,102.5258,3.0922,0.0000,99.4336,0.0000,99.4336,6.5762,92.8575,0.0000,92.8575,0.6875,92.1699,0.0000,13.3059,10.2199,68.6441,22002.0676,22002.0676,22002.0676,22002.0676,22002.0676 +210.5000,1.0000,1968.9154,56.9140,56.2470,0.3706,0.0000,4,1847.6292,492.1627,818.9291,-112.3857,95.2253,158.4491,-21.7448,2.4569,86.7320,0.0000,86.7320,6.0363,86.7320,2.8256,0.0000,83.9065,0.0000,83.9065,6.4879,77.4186,0.0000,77.4186,0.5200,76.8986,0.0000,14.4720,10.5106,51.9161,19096.9230,19096.9230,19096.9230,19096.9230,19096.9230 +211.5000,1.0000,1985.0833,58.2045,57.5810,0.3464,0.0000,4,1889.5234,486.7041,804.9830,-113.9599,96.3044,159.2823,-22.5493,2.3487,85.7952,0.0000,85.7952,8.1604,85.7952,2.8480,0.0000,82.9472,0.0000,82.9472,6.5921,76.3552,0.0000,76.3552,0.4971,75.8581,0.0000,15.4786,10.7489,49.6306,19369.3672,19369.3672,19369.3672,19369.3672,19369.3672 +212.5000,1.0000,2001.5863,59.4110,58.8280,0.3239,0.0000,4,1928.6906,472.4828,808.0745,-115.4317,95.4283,163.2084,-23.3140,2.2417,84.8318,0.0000,84.8318,8.3548,84.8318,2.8678,0.0000,81.9640,0.0000,81.9640,6.6882,75.2758,0.0000,75.2758,0.4744,74.8014,0.0000,16.4609,10.9717,47.3688,19234.5660,19234.5660,19234.5660,19234.5660,19234.5660 +213.5000,1.0000,2018.3794,60.4550,59.9940,0.2561,0.0000,4,1962.5826,421.6509,809.6628,-116.7052,86.6582,166.4028,-23.9854,1.8037,76.3972,0.0000,76.3972,8.4573,76.3972,2.7335,0.0000,73.6637,0.0000,73.6637,6.6596,67.0041,0.0000,67.0041,0.3817,66.6224,0.0000,17.3433,11.1645,38.1145,17640.1665,17640.1665,17640.1665,17640.1665,17640.1665 +214.5000,1.0000,2035.1837,60.4953,60.9160,-0.2337,0.0000,0,1935.8080,17.5515,801.8221,-115.6991,3.5580,162.5432,-23.4542,-4.9621,0.0000,0.0000,0.0000,8.5200,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,6.6005,-6.6005,0.0000,-6.6005,-0.3486,-6.2520,0.0000,17.3779,11.1720,-34.8019,3691.2006,3691.2006,3691.2006,3691.2006,3691.2006 +215.5000,1.0000,2052.0175,60.6018,61.1620,0.2929,0.0000,5,1617.4606,466.9924,633.0854,-104.0953,79.0992,107.2321,-17.6317,-27.4753,98.0676,0.0000,98.0676,8.5069,80.5957,1.0450,0.0000,79.5507,0.0000,79.5507,6.7614,72.7893,0.0000,72.7893,0.4376,72.3517,0.0000,17.4703,11.1917,43.6897,15820.5234,15820.5234,15820.5234,15820.5234,15820.5234 +216.5000,1.0000,2068.9533,60.9690,61.1290,-0.0889,0.0000,5,1337.3438,222.6818,762.0114,-87.8959,31.1858,106.7169,-12.3095,-0.2882,22.9888,0.0000,22.9888,8.4852,22.9888,0.7631,0.0000,22.2257,0.0000,22.2257,6.6522,15.5735,0.0000,15.5735,-0.1336,15.7071,0.0000,17.7886,11.2595,-13.3409,6581.6461,6581.6461,6581.6461,6581.6461,6581.6461 +217.5000,1.0000,2085.7997,60.6470,60.8090,-0.0900,0.0000,5,1330.2808,219.5384,620.9333,-87.4770,30.5832,86.5002,-12.1861,-0.2903,22.5097,0.0000,22.5097,8.3638,22.5097,0.7553,0.0000,21.7544,0.0000,21.7544,6.6171,15.1373,0.0000,15.1373,-0.1346,15.2719,0.0000,17.5082,11.2000,-13.4363,6468.2173,6468.2173,6468.2173,6468.2173,6468.2173 +218.5000,1.0000,2102.6551,60.6795,60.4850,0.1081,0.0000,5,1330.9937,425.4811,619.2650,-87.5192,59.3041,86.3140,-12.1985,0.3487,52.5714,0.0000,52.5714,6.3840,52.5714,0.9062,0.0000,51.6653,0.0000,51.6653,6.6206,45.0446,0.0000,45.0446,0.1617,44.8830,0.0000,17.5364,11.2060,16.1406,11855.9072,11855.9072,11855.9072,11855.9072,11855.9072 +219.5000,1.0000,2119.6378,61.1375,60.8740,0.1464,0.0000,5,1341.0398,470.0411,704.2884,-88.1151,66.0094,98.9056,-12.3743,0.4760,59.0965,0.0000,59.0965,6.4370,59.0965,0.9464,0.0000,58.1501,0.0000,58.1501,6.6706,51.4795,0.0000,51.4795,0.2207,51.2588,0.0000,17.9367,11.2906,22.0315,13112.1035,13112.1035,13112.1035,13112.1035,13112.1035 +220.5000,1.0000,2136.7635,61.6525,61.4010,0.1397,0.0000,5,1352.3362,465.0115,723.8051,-88.7850,65.8532,102.5026,-12.5734,0.4581,58.8779,0.0000,58.8779,6.5171,58.8779,0.9540,0.0000,57.9239,0.0000,57.9239,6.7268,51.1972,0.0000,51.1972,0.2124,50.9848,0.0000,18.3937,11.3857,21.2053,13082.5555,13082.5555,13082.5555,13082.5555,13082.5555 +221.5000,1.0000,2154.0221,62.1310,61.9040,0.1261,0.0000,5,1362.8320,451.6474,723.4704,-89.4075,64.4571,103.2504,-12.7598,0.4167,57.5149,0.0000,57.5149,6.5254,57.5149,0.9553,0.0000,56.5597,0.0000,56.5597,6.7790,49.7807,0.0000,49.7807,0.1932,49.5875,0.0000,18.8253,11.4741,19.2882,12821.9231,12821.9231,12821.9231,12821.9231,12821.9231 +222.5000,1.0000,2171.3914,62.5295,62.3580,0.0953,0.0000,5,1371.5731,418.8737,719.7474,-89.9259,60.1632,103.3779,-12.9161,0.3169,53.3136,0.0000,53.3136,6.5327,53.3136,0.9410,0.0000,52.3725,0.0000,52.3725,6.8225,45.5501,0.0000,45.5501,0.1469,45.4032,0.0000,19.1897,11.5477,14.6658,12031.4177,12031.4177,12031.4177,12031.4177,12031.4177 +223.5000,1.0000,2188.8535,62.8635,62.7010,0.0903,0.0000,5,1378.8993,414.9439,708.1982,-90.3604,59.9171,102.2624,-13.0479,0.3018,53.0227,0.0000,53.0227,6.5926,53.0227,0.9453,0.0000,52.0774,0.0000,52.0774,6.8589,45.2185,0.0000,45.2185,0.1399,45.0786,0.0000,19.4989,11.6093,13.9704,11991.7550,11991.7550,11991.7550,11991.7550,11991.7550 +224.5000,1.0000,2206.3853,63.1145,63.0260,0.0492,0.0000,5,1384.4049,370.0461,707.8030,-90.6870,53.6473,102.6134,-13.1473,0.1650,46.9096,0.0000,46.9096,6.5726,46.9096,0.9190,0.0000,45.9906,0.0000,45.9906,6.8863,39.1043,0.0000,39.1043,0.0765,39.0278,0.0000,19.7333,11.6557,7.6389,10825.0193,10825.0193,10825.0193,10825.0193,10825.0193 +225.5000,1.0000,2223.9682,63.2985,63.2030,0.0531,0.0000,5,1388.4409,375.2828,691.1266,-90.9263,54.5651,100.4879,-13.2204,0.1786,47.7788,0.0000,47.7788,6.6076,47.7788,0.9265,0.0000,46.8523,0.0000,46.8523,6.9064,39.9459,0.0000,39.9459,0.0828,39.8631,0.0000,19.9064,11.6897,8.2671,11003.7215,11003.7215,11003.7215,11003.7215,11003.7215 +226.5000,1.0000,2241.6125,63.5195,63.3940,0.0697,0.0000,5,1393.2885,394.9147,693.9811,-91.2138,57.6200,101.2552,-13.3085,0.2355,50.7329,0.0000,50.7329,6.6515,50.7329,0.9451,0.0000,49.7878,0.0000,49.7878,6.9305,42.8573,0.0000,42.8573,0.1092,42.7482,0.0000,20.1156,11.7305,10.9020,11585.5340,11585.5340,11585.5340,11585.5340,11585.5340 +227.5000,1.0000,2259.3289,63.7790,63.6450,0.0744,0.0000,5,1398.9806,401.2644,702.5358,-91.5514,58.7856,102.9221,-13.4124,0.2525,51.8606,0.0000,51.8606,6.6725,51.8606,0.9552,0.0000,50.9054,0.0000,50.9054,6.9588,43.9466,0.0000,43.9466,0.1171,43.8296,0.0000,20.3632,11.7784,11.6880,11807.4120,11807.4120,11807.4120,11807.4120,11807.4120 +228.5000,1.0000,2277.1142,64.0270,63.9130,0.0633,0.0000,5,1404.4205,390.1639,705.9837,-91.8740,57.3816,103.8294,-13.5120,0.2157,50.4462,0.0000,50.4462,6.7197,50.4462,0.9524,0.0000,49.4938,0.0000,49.4938,6.9859,42.5080,0.0000,42.5080,0.1000,42.4080,0.0000,20.6016,11.8242,9.9822,11542.8128,11542.8128,11542.8128,11542.8128,11542.8128 +229.5000,1.0000,2294.9707,64.2835,64.1410,0.0792,0.0000,5,1410.0467,408.9061,702.7222,-92.2077,60.3790,103.7638,-13.6154,0.2707,53.3603,0.0000,53.3603,6.7480,53.3603,0.9714,0.0000,52.3888,0.0000,52.3888,7.0138,45.3750,0.0000,45.3750,0.1255,45.2495,0.0000,20.8503,11.8716,12.5277,12111.0640,12111.0640,12111.0640,12111.0640,12111.0640 +230.5000,1.0000,2312.8108,64.2245,64.4260,-0.1119,0.0000,5,1408.7526,196.0815,710.4355,-92.1310,28.9268,104.8064,-13.5916,-0.3824,22.6021,0.0000,22.6021,6.7071,22.6021,0.8166,0.0000,21.7855,0.0000,21.7855,7.0074,14.7781,0.0000,14.7781,-0.1773,14.9553,0.0000,20.7930,11.8607,-17.6983,6235.9071,6235.9071,6235.9071,6235.9071,6235.9071 +231.5000,1.0000,2330.5393,63.8225,64.0230,-0.1114,0.0000,5,1399.9348,195.2077,626.7308,-91.6080,28.6176,91.8793,-13.4298,-0.3781,22.2875,0.0000,22.2875,6.7082,22.2875,0.8081,0.0000,21.4794,0.0000,21.4794,6.9635,14.5159,0.0000,14.5159,-0.1753,14.6912,0.0000,20.4050,11.7864,-17.5003,6176.9808,6176.9808,6176.9808,6176.9808,6176.9808 +232.5000,1.0000,2348.1521,63.4060,63.6220,-0.1200,0.0000,5,1390.7989,183.4915,624.1467,-91.0662,26.7245,90.9033,-13.2633,-0.4047,20.5100,0.0000,20.5100,6.6191,20.5100,0.7920,0.0000,19.7180,0.0000,19.7180,6.9181,12.7999,0.0000,12.7999,-0.1876,12.9875,0.0000,20.0082,11.7095,-18.7301,5823.7191,5823.7191,5823.7191,5823.7191,5823.7191 +233.5000,1.0000,2365.6315,62.9260,63.1900,-0.1467,0.0000,5,1380.2702,151.5499,616.9875,-90.4417,21.9053,89.1803,-13.0726,-0.4908,15.8578,0.0000,15.8578,6.5383,15.8578,0.7605,0.0000,15.0973,0.0000,15.0973,6.8657,8.2315,0.0000,8.2315,-0.2275,8.4591,0.0000,19.5573,11.6209,-22.7191,4929.0646,4929.0646,4929.0646,4929.0646,4929.0646 +234.5000,1.0000,2382.9653,62.4015,62.6620,-0.1447,0.0000,5,1368.7654,151.7370,601.3706,-89.7594,21.7495,86.1985,-12.8658,-0.4803,15.7019,0.0000,15.7019,6.5279,15.7019,0.7508,0.0000,14.9511,0.0000,14.9511,6.8085,8.1427,0.0000,8.1427,-0.2227,8.3653,0.0000,19.0723,11.5240,-22.2310,4879.2491,4879.2491,4879.2491,4879.2491,4879.2491 +235.5000,1.0000,2400.1612,61.9055,62.1410,-0.1308,0.0000,5,1357.8857,165.2137,598.6506,-89.1142,23.4930,85.1266,-12.6718,-0.4308,17.4214,0.0000,17.4214,6.5023,17.4214,0.7510,0.0000,16.6704,0.0000,16.6704,6.7544,9.9160,0.0000,9.9160,-0.1997,10.1157,0.0000,18.6211,11.4324,-19.9378,5183.7858,5183.7858,5183.7858,5183.7858,5183.7858 +236.5000,1.0000,2417.2076,61.3670,61.6700,-0.1683,0.0000,5,1346.0738,121.1263,601.2457,-88.4136,17.0740,84.7519,-12.4628,-0.5494,11.1949,0.0000,11.1949,6.4285,11.1949,0.7108,0.0000,10.4841,0.0000,10.4841,6.6956,3.7885,0.0000,3.7885,-0.2547,4.0432,0.0000,18.1395,11.3330,-25.4293,4000.5938,4000.5938,4000.5938,4000.5938,4000.5938 +237.5000,1.0000,2434.0911,60.7805,61.0640,-0.1575,0.0000,5,1333.2091,131.2527,579.8905,-87.6506,18.3246,80.9604,-12.2372,-0.5091,12.3862,0.0000,12.3862,6.4476,12.3862,0.7069,0.0000,11.6793,0.0000,11.6793,6.6316,5.0476,0.0000,5.0476,-0.2360,5.2836,0.0000,17.6244,11.2247,-23.5654,4210.3319,4210.3319,4210.3319,4210.3319,4210.3319 +238.5000,1.0000,2450.8117,60.1940,60.4970,-0.1683,0.0000,5,1320.3443,116.5585,580.8478,-86.8877,16.1161,80.3116,-12.0136,-0.5389,10.2968,0.0000,10.2968,6.3582,10.2968,0.6867,0.0000,9.6101,0.0000,9.6101,6.5676,3.0424,0.0000,3.0424,-0.2498,3.2922,0.0000,17.1191,11.1163,-24.9432,3793.0993,3793.0993,3793.0993,3793.0993,3793.0993 +239.5000,1.0000,2467.3807,59.6485,59.8910,-0.1347,0.0000,5,1308.3789,151.9191,571.6260,-86.1780,20.8149,78.3203,-11.8075,-0.4274,14.9022,0.0000,14.9022,6.3401,14.9022,0.7007,0.0000,14.2015,0.0000,14.2015,6.5081,7.6933,0.0000,7.6933,-0.1981,7.8915,0.0000,16.6578,11.0156,-19.7819,4643.4736,4643.4736,4643.4736,4643.4736,4643.4736 +240.5000,1.0000,2483.8125,59.1545,59.4060,-0.1397,0.0000,5,1297.5431,144.2792,583.9179,-85.5354,19.6044,79.3418,-11.6224,-0.4396,13.7629,0.0000,13.7629,6.2811,13.7629,0.6869,0.0000,13.0760,0.0000,13.0760,6.4542,6.6218,0.0000,6.6218,-0.2038,6.8255,0.0000,16.2473,10.9244,-20.3462,4408.9702,4408.9702,4408.9702,4408.9702,4408.9702 +241.5000,1.0000,2500.1092,58.6680,58.9030,-0.1306,0.0000,5,1286.8718,152.0561,578.1061,-84.9025,20.4912,77.9061,-11.4415,-0.4074,14.7254,0.0000,14.7254,6.1732,14.7254,0.6838,0.0000,14.0416,0.0000,14.0416,6.4011,7.6404,0.0000,7.6404,-0.1888,7.8293,0.0000,15.8497,10.8345,-18.8550,4555.3655,4555.3655,4555.3655,4555.3655,4555.3655 +242.5000,1.0000,2516.3096,58.3215,58.4330,-0.0619,0.0000,5,1279.2714,227.1563,579.5045,-84.4517,30.4310,77.6333,-11.3136,-0.1921,24.4487,0.0000,24.4487,6.1744,24.4487,0.7268,0.0000,23.7219,0.0000,23.7219,6.3633,17.3586,0.0000,17.3586,-0.0891,17.4476,0.0000,15.5704,10.7705,-8.8932,6379.4447,6379.4447,6379.4447,6379.4447,6379.4447 +243.5000,1.0000,2532.4849,58.2310,58.2100,0.0117,0.0000,5,1277.2863,308.4102,610.9884,-84.3340,41.2521,81.7240,-11.2803,0.0361,35.0728,0.0000,35.0728,6.1431,35.0728,0.7785,0.0000,34.2943,0.0000,34.2943,6.3535,27.9409,0.0000,27.9409,0.0167,27.9241,0.0000,15.4979,10.7538,1.6724,8415.9737,8415.9737,8415.9737,8415.9737,8415.9737 +244.5000,1.0000,2548.6885,58.3330,58.2520,0.0450,0.0000,5,1279.5236,345.7232,645.8420,-84.4667,46.3239,86.5373,-11.3178,0.1396,40.0484,0.0000,40.0484,6.1360,40.0484,0.8050,0.0000,39.2434,0.0000,39.2434,6.3646,32.8788,0.0000,32.8788,0.0647,32.8140,0.0000,15.5795,10.7727,6.4618,9364.2368,9364.2368,9364.2368,9364.2368,9364.2368 +245.5000,1.0000,2564.9414,58.5105,58.4140,0.0536,0.0000,5,1283.4170,356.4213,662.2669,-84.6976,47.9027,89.0081,-11.3833,0.1668,41.5260,0.0000,41.5260,6.2099,41.5260,0.8153,0.0000,40.7107,0.0000,40.7107,6.3840,34.3268,0.0000,34.3268,0.0773,34.2494,0.0000,15.7222,10.8054,7.7218,9670.8612,9670.8612,9670.8612,9670.8612,9670.8612 +246.5000,1.0000,2581.2385,58.6695,58.6070,0.0347,0.0000,5,1286.9047,335.5637,667.4646,-84.9044,45.2220,89.9504,-11.4421,0.1083,38.9568,0.0000,38.9568,6.1569,38.9568,0.8050,0.0000,38.1518,0.0000,38.1518,6.4013,31.7505,0.0000,31.7505,0.0502,31.7003,0.0000,15.8507,10.8348,5.0147,9166.5496,9166.5496,9166.5496,9166.5496,9166.5496 +247.5000,1.0000,2597.5339,58.6635,58.7320,-0.0381,0.0000,5,1286.7731,254.9134,658.9914,-84.8966,34.3497,88.7995,-11.4399,-0.1187,28.2811,0.0000,28.2811,6.1874,28.2811,0.7515,0.0000,27.5295,0.0000,27.5295,6.4007,21.1289,0.0000,21.1289,-0.0550,21.1839,0.0000,15.8458,10.8337,-5.4956,7134.1599,7134.1599,7134.1599,7134.1599,7134.1599 +248.5000,1.0000,2613.7726,58.4595,58.5950,-0.0753,0.0000,5,1282.2984,212.5007,624.1258,-84.6312,28.5350,83.8088,-11.3644,-0.2340,22.6340,0.0000,22.6340,6.1350,22.6340,0.7200,0.0000,21.9140,0.0000,21.9140,6.3784,15.5356,0.0000,15.5356,-0.1085,15.6441,0.0000,15.6812,10.7960,-10.8331,6037.7450,6037.7450,6037.7450,6037.7450,6037.7450 +249.5000,1.0000,2629.9349,58.1840,58.3240,-0.0778,0.0000,5,1276.2553,208.5561,604.7665,-84.2728,27.8733,80.8265,-11.2630,-0.2407,22.0148,0.0000,22.0148,6.0993,22.0148,0.7124,0.0000,21.3023,0.0000,21.3023,6.3483,14.9540,0.0000,14.9540,-0.1116,15.0656,0.0000,15.4605,10.7451,-11.1401,5917.0223,5917.0223,5917.0223,5917.0223,5917.0223 +250.5000,1.0000,2645.9951,57.8170,58.0440,-0.1261,0.0000,5,1268.2052,153.6663,601.4823,-83.7954,20.4078,79.8805,-11.1285,-0.3878,14.6969,0.0000,14.6969,6.0988,14.6969,0.6699,0.0000,14.0269,0.0000,14.0269,6.3083,7.7186,0.0000,7.7186,-0.1798,7.8984,0.0000,15.1700,10.6774,-17.9489,4508.4929,4508.4929,4508.4929,4508.4929,4508.4929 +251.5000,1.0000,2661.8833,57.1975,57.5900,-0.2181,0.0000,5,1254.6166,49.3541,574.8352,-82.9895,6.4843,75.5237,-10.9034,-0.6633,1.1147,0.0000,1.1147,6.0330,1.1147,0.6330,0.0000,0.4817,0.0000,0.4817,6.2407,-5.7590,0.0000,-5.7590,-0.3075,-5.4515,0.0000,14.6880,10.5630,-30.7025,2374.0837,2374.0837,2374.0837,2374.0837,2374.0837 +252.5000,1.0000,2677.5681,56.4650,56.8050,-0.1889,0.0000,5,1238.5494,79.0308,524.8087,-82.0366,10.2503,68.0680,-10.6402,-0.5672,4.8125,0.0000,4.8125,6.0050,4.8125,0.6115,0.0000,4.2011,0.0000,4.2011,6.1608,-1.9597,0.0000,-1.9597,-0.2630,-1.6968,0.0000,14.1307,10.4277,-26.2552,2815.8513,2815.8513,2815.8513,2815.8513,2815.8513 +253.5000,1.0000,2693.0476,55.7265,56.1250,-0.2214,0.0000,5,1222.3505,40.3227,534.0924,-81.0758,5.1615,68.3661,-10.3781,-0.6562,-0.1076,0.0000,-0.1076,5.9252,-0.1076,0.6115,0.0000,-0.7191,0.0000,-0.7191,6.0802,-6.7993,0.0000,-6.7993,-0.3042,-6.4951,0.0000,13.5837,10.2913,-30.3701,2159.0515,2159.0515,2159.0515,2159.0515,2159.0515 +254.5000,1.0000,2708.2633,54.7765,55.3280,-0.3064,0.0000,5,1201.5124,-56.8128,511.4501,-79.8400,-7.1483,64.3517,-10.0456,-0.8926,-12.1080,0.0000,-12.1080,5.8523,-12.1080,0.6259,0.0000,-12.7339,0.0000,-12.7339,5.9765,-18.7104,0.0000,-18.7104,-0.4138,-18.2966,0.0000,12.9014,10.1159,-41.3139,359.0244,359.0244,359.0244,359.0244,359.0244 +255.5000,1.0000,2723.1742,53.6790,54.2250,-0.3033,0.0000,5,1177.4390,-57.4121,459.4953,-78.4045,-7.0790,56.6563,-9.6674,-0.8660,-11.9647,0.0000,-11.9647,5.7517,-11.9647,0.6077,0.0000,-12.5725,0.0000,-12.5725,5.8568,-18.4293,0.0000,-18.4293,-0.4014,-18.0278,0.0000,12.1414,9.9132,-40.0824,317.5420,317.5420,317.5420,317.5420,317.5420 +256.5000,1.0000,2737.8007,52.6555,53.1330,-0.2653,0.0000,5,1154.9887,-19.0635,452.5750,-77.0653,-2.3057,54.7390,-9.3211,-0.7429,-7.2212,0.0000,-7.2212,5.6583,-7.2212,0.5795,0.0000,-7.8006,0.0000,-7.8006,5.7451,-13.5458,0.0000,-13.5458,-0.3444,-13.2014,0.0000,11.4598,9.7242,-34.3854,1041.2924,1041.2924,1041.2924,1041.2924,1041.2924 +257.5000,1.0000,2752.1475,51.6485,52.1780,-0.2942,0.0000,5,1132.9003,-54.8161,464.5585,-75.7476,-6.5032,55.1138,-8.9865,-0.8080,-11.2133,0.0000,-11.2133,5.5181,-11.2133,0.5735,0.0000,-11.7868,0.0000,-11.7868,5.6353,-17.4221,0.0000,-17.4221,-0.3746,-17.0475,0.0000,10.8151,9.5382,-37.4008,316.0496,316.0496,316.0496,316.0496,316.0496 +258.5000,1.0000,2766.2281,50.6900,51.1190,-0.2383,0.0000,5,1111.8758,3.5934,441.4467,-74.4935,0.4184,51.4000,-8.6737,-0.6425,-4.3805,0.0000,-4.3805,5.4414,-4.3805,0.5415,0.0000,-4.9220,0.0000,-4.9220,5.5307,-10.4526,0.0000,-10.4526,-0.2979,-10.1548,0.0000,10.2237,9.3612,-29.7397,1333.0822,1333.0822,1333.0822,1333.0822,1333.0822 +259.5000,1.0000,2780.1453,50.1020,50.2610,-0.0883,0.0000,5,1098.9781,167.8775,466.3651,-73.7119,19.3201,53.6715,-8.4831,-0.2354,14.1359,0.0000,14.1359,5.4196,14.1359,0.5490,0.0000,13.5869,0.0000,13.5869,5.4665,8.1204,0.0000,8.1204,-0.1091,8.2295,0.0000,9.8714,9.2526,-10.8945,4189.0947,4189.0947,4189.0947,4189.0947,4189.0947 +260.5000,1.0000,2794.0576,50.0845,49.9430,0.0786,0.0000,5,1098.5943,353.3758,545.1072,-73.6844,40.6539,62.7116,-8.4770,0.2094,35.0173,0.0000,35.0173,5.4272,35.0173,0.6531,0.0000,34.3642,0.0000,34.3642,5.4646,28.8996,0.0000,28.8996,0.0971,28.8025,0.0000,9.8611,9.2494,9.6921,8171.2787,8171.2787,8171.2787,8171.2787,8171.2787 +261.5000,1.0000,2808.1036,50.5655,50.2260,0.1886,0.0000,5,1109.1449,476.5943,634.3298,-74.3306,55.3561,73.6770,-8.6335,0.5072,49.4485,0.0000,49.4485,5.4004,49.4485,0.7323,0.0000,48.7162,0.0000,48.7162,5.5171,43.1991,0.0000,43.1991,0.2351,42.9639,0.0000,10.1483,9.3382,23.4774,11014.0274,11014.0274,11014.0274,11014.0274,11014.0274 +262.5000,1.0000,2822.3600,51.3230,50.9050,0.2322,0.0000,5,1125.7606,527.4549,693.7216,-75.3217,62.1813,81.7824,-8.8796,0.6339,56.0988,0.0000,56.0988,5.4486,56.0988,0.7767,0.0000,55.3221,0.0000,55.3221,5.5997,49.7224,0.0000,49.7224,0.2938,49.4285,0.0000,10.6115,9.4781,29.3390,12307.6107,12307.6107,12307.6107,12307.6107,12307.6107 +263.5000,1.0000,2836.8471,52.1535,51.7410,0.2292,0.0000,5,1143.9774,526.9488,719.4950,-76.4084,63.1269,86.1934,-9.1535,0.6357,56.9663,0.0000,56.9663,5.5250,56.9663,0.7934,0.0000,56.1729,0.0000,56.1729,5.6904,50.4825,0.0000,50.4825,0.2947,50.1879,0.0000,11.1350,9.6315,29.4215,12482.4094,12482.4094,12482.4094,12482.4094,12482.4094 +264.5000,1.0000,2851.5737,53.0160,52.5660,0.2500,0.0000,5,1162.8962,553.0960,721.6958,-77.5370,67.3550,87.8868,-9.4423,0.7049,61.0524,0.0000,61.0524,5.5977,61.0524,0.8268,0.0000,60.2256,0.0000,60.2256,5.7845,54.4411,0.0000,54.4411,0.3268,54.1144,0.0000,11.6967,9.7907,32.6269,13332.3685,13332.3685,13332.3685,13332.3685,13332.3685 +265.5000,1.0000,2866.5369,53.8675,53.4660,0.2231,0.0000,5,1181.5737,526.0273,736.1047,-78.6511,65.0875,91.0813,-9.7318,0.6390,58.7973,0.0000,58.7973,5.6512,58.7973,0.8285,0.0000,57.9688,0.0000,57.9688,5.8774,52.0914,0.0000,52.0914,0.2962,51.7952,0.0000,12.2692,9.9480,29.5780,12907.2033,12907.2033,12907.2033,12907.2033,12907.2033 +266.5000,1.0000,2881.7293,54.6925,54.2690,0.2353,0.0000,5,1199.6699,542.7634,726.5996,-79.7306,68.1869,91.2821,-10.0165,0.6844,61.7591,0.0000,61.7591,5.7434,61.7591,0.8560,0.0000,60.9032,0.0000,60.9032,5.9674,54.9358,0.0000,54.9358,0.3173,54.6185,0.0000,12.8416,10.1004,31.6766,13525.5089,13525.5089,13525.5089,13525.5089,13525.5089 +267.5000,1.0000,2897.1647,55.5675,55.1160,0.2508,0.0000,5,1218.8629,563.4049,735.9460,-80.8690,71.9124,93.9354,-10.3220,0.7413,65.3446,0.0000,65.3446,5.8265,65.3446,0.8875,0.0000,64.4571,0.0000,64.4571,6.0724,58.3847,0.0000,58.3847,0.3436,58.0411,0.0000,13.4680,10.2619,34.3112,14218.5478,14218.5478,14218.5478,14218.5478,14218.5478 +268.5000,1.0000,2912.8276,56.3865,56.0190,0.2042,0.0000,5,1236.8275,514.6939,747.1621,-81.9344,66.6633,96.7726,-10.6122,0.6123,60.1348,0.0000,60.1348,5.9162,60.1348,0.8743,0.0000,59.2605,0.0000,59.2605,6.1522,53.1083,0.0000,53.1083,0.2838,52.8245,0.0000,14.0720,10.4132,28.3393,13235.3140,13235.3140,13235.3140,13235.3140,13235.3140 +269.5000,1.0000,2928.7047,57.1575,56.7540,0.2242,0.0000,5,1253.7392,539.6686,728.2353,-82.9374,70.8538,95.6109,-10.8890,0.6814,64.2128,0.0000,64.2128,5.9595,64.2128,0.9069,0.0000,63.3059,0.0000,63.3059,6.2363,57.0696,0.0000,57.0696,0.3159,56.7537,0.0000,14.6572,10.5556,31.5409,14008.2304,14008.2304,14008.2304,14008.2304,14008.2304 +270.5000,1.0000,2944.8106,57.9810,57.5610,0.2333,0.0000,5,1271.8026,553.0281,740.8510,-84.0087,73.6539,98.6687,-11.1885,0.7195,66.9046,0.0000,66.9046,6.0297,66.9046,0.9336,0.0000,65.9710,0.0000,65.9710,6.3262,59.6448,0.0000,59.6448,0.3336,59.3113,0.0000,15.3000,10.7077,33.3036,14543.0183,14543.0183,14543.0183,14543.0183,14543.0183 +271.5000,1.0000,2961.1268,58.7385,58.4010,0.1875,0.0000,5,1288.4182,505.3068,748.6700,-84.9942,68.1774,101.0127,-11.4677,0.5857,61.4653,0.0000,61.4653,6.1264,61.4653,0.9187,0.0000,60.5466,0.0000,60.5466,6.4088,54.1378,0.0000,54.1378,0.2715,53.8662,0.0000,15.9072,10.8475,27.1115,13541.0794,13541.0794,13541.0794,13541.0794,13541.0794 +272.5000,1.0000,2977.6319,59.4185,59.0760,0.1903,0.0000,5,1303.3339,511.0555,730.8601,-85.8788,69.7513,99.7513,-11.7212,0.6013,62.9699,0.0000,62.9699,6.1801,62.9699,0.9373,0.0000,62.0326,0.0000,62.0326,6.4830,55.5496,0.0000,55.5496,0.2787,55.2709,0.0000,16.4661,10.9731,27.8317,13841.9307,13841.9307,13841.9307,13841.9307,13841.9307 +273.5000,1.0000,2994.2962,59.9915,59.7610,0.1281,0.0000,5,1315.9025,444.0129,735.2514,-86.6242,61.1854,101.3184,-11.9369,0.4086,54.5765,0.0000,54.5765,6.2003,54.5765,0.9048,0.0000,53.6718,0.0000,53.6718,6.5455,47.1262,0.0000,47.1262,0.1894,46.9368,0.0000,16.9468,11.0789,18.9111,12209.7005,12209.7005,12209.7005,12209.7005,12209.7005 +274.5000,1.0000,3011.0557,60.3340,60.2220,0.0622,0.0000,5,1323.4152,372.6244,709.4527,-87.0698,51.6412,98.3214,-12.0668,0.1997,45.1609,0.0000,45.1609,6.2806,45.1609,0.8634,0.0000,44.2975,0.0000,44.2975,6.5829,37.7146,0.0000,37.7146,0.0926,37.6220,0.0000,17.2385,11.1422,9.2414,10380.9349,10380.9349,10380.9349,10380.9349,10380.9349 +275.5000,1.0000,3027.7968,60.2680,60.4460,-0.0989,0.0000,5,1321.9675,193.2433,680.8776,-86.9839,26.7519,94.2580,-12.0417,-0.3170,20.8102,0.0000,20.8102,6.2586,20.8102,0.7405,0.0000,20.0697,0.0000,20.0697,6.5757,13.4940,0.0000,13.4940,-0.1469,13.6409,0.0000,17.1821,11.1300,-14.6711,5753.9179,5753.9179,5753.9179,5753.9179,5753.9179 +276.5000,1.0000,3044.3900,59.7355,60.0900,-0.1969,0.0000,5,1310.2872,82.1329,604.4397,-86.2912,11.2697,82.9370,-11.8403,-0.6257,5.6947,0.0000,5.6947,6.2007,5.6947,0.6649,0.0000,5.0298,0.0000,5.0298,6.5176,-1.4878,0.0000,-1.4878,-0.2901,-1.1977,0.0000,16.7311,11.0317,-28.9605,3039.5542,3039.5542,3039.5542,3039.5542,3039.5542 +277.5000,1.0000,3060.8142,59.1270,59.3810,-0.1411,0.0000,5,1296.9399,141.6905,554.1226,-85.4996,19.2437,75.2583,-11.6121,-0.4437,13.5360,0.0000,13.5360,6.1515,13.5360,0.6854,0.0000,12.8506,0.0000,12.8506,6.4512,6.3994,0.0000,6.3994,-0.2057,6.6051,0.0000,16.2247,10.9193,-20.5389,4340.7487,4340.7487,4340.7487,4340.7487,4340.7487 +278.5000,1.0000,3077.1133,58.6770,58.8730,-0.1089,0.0000,5,1287.0692,175.4188,577.0050,-84.9142,23.6432,77.7696,-11.4449,-0.3398,17.9094,0.0000,17.9094,6.0737,17.9094,0.6999,0.0000,17.2095,0.0000,17.2095,6.4021,10.8073,0.0000,10.8073,-0.1575,10.9649,0.0000,15.8569,10.8362,-15.7283,5146.4342,5146.4342,5146.4342,5146.4342,5146.4342 +279.5000,1.0000,3093.3368,58.4045,58.4810,-0.0425,0.0000,5,1281.0920,248.1567,589.8790,-84.5597,33.2916,79.1356,-11.3442,-0.1320,27.3664,0.0000,27.3664,6.0573,27.3664,0.7428,0.0000,26.6236,0.0000,26.6236,6.3724,20.2512,0.0000,20.2512,-0.0612,20.3124,0.0000,15.6369,10.7859,-6.1103,6924.7719,6924.7719,6924.7719,6924.7719,6924.7719 +280.5000,1.0000,3109.5454,58.3510,58.3280,0.0128,0.0000,5,1279.9184,309.7228,620.4714,-84.4901,41.5130,83.1635,-11.3244,0.0397,35.3722,0.0000,35.3722,6.1012,35.3722,0.7819,0.0000,34.5903,0.0000,34.5903,6.3666,28.2237,0.0000,28.2237,0.0184,28.2053,0.0000,15.5939,10.7760,1.8354,8464.7561,8464.7561,8464.7561,8464.7561,8464.7561 +281.5000,1.0000,3125.7874,58.4710,58.3740,0.0539,0.0000,5,1282.5506,355.4846,646.9236,-84.6462,47.7446,86.8873,-11.3687,0.1676,41.5170,0.0000,41.5170,6.0600,41.5170,0.8146,0.0000,40.7024,0.0000,40.7024,6.3796,34.3228,0.0000,34.3228,0.0777,34.2451,0.0000,15.6904,10.7981,7.7566,9639.5771,9639.5771,9639.5771,9639.5771,9639.5771 +282.5000,1.0000,3142.0824,58.6620,58.5680,0.0522,0.0000,5,1286.7402,354.5651,666.9562,-84.8947,47.7766,89.8704,-11.4393,0.1629,41.5130,0.0000,41.5130,6.1007,41.5130,0.8177,0.0000,40.6953,0.0000,40.6953,6.4005,34.2948,0.0000,34.2948,0.0755,34.2193,0.0000,15.8446,10.8334,7.5412,9651.4069,9651.4069,9651.4069,9651.4069,9651.4069 +283.5000,1.0000,3158.4449,58.9050,58.7560,0.0828,0.0000,5,1292.0703,404.4464,667.3571,-85.2108,54.7237,90.2969,-11.5295,0.2593,46.3167,0.0000,46.3167,8.1477,46.3167,0.8456,0.0000,45.4711,0.0000,45.4711,6.4270,39.0441,0.0000,39.0441,0.1202,38.9239,0.0000,16.0424,10.8783,12.0031,10966.7664,10966.7664,10966.7664,10966.7664,10966.7664 +284.5000,1.0000,3174.8849,59.1840,59.0540,0.0722,0.0000,5,1298.1901,393.7210,689.2812,-85.5737,53.5249,93.7051,-11.6334,0.2273,45.1305,0.0000,45.1305,8.1670,45.1305,0.8443,0.0000,44.2862,0.0000,44.2862,6.4574,37.8288,0.0000,37.8288,0.1054,37.7234,0.0000,16.2714,10.9298,10.5221,10750.0452,10750.0452,10750.0452,10750.0452,10750.0452 +285.5000,1.0000,3191.4026,59.4640,59.3140,0.0833,0.0000,5,1304.3319,407.1687,685.7769,-85.9380,55.6149,93.6698,-11.7382,0.2635,47.1525,0.0000,47.1525,8.1988,47.1525,0.8590,0.0000,46.2936,0.0000,46.2936,6.4880,39.8056,0.0000,39.8056,0.1222,39.6834,0.0000,16.5035,10.9815,12.1984,11150.0114,11150.0114,11150.0114,11150.0114,11150.0114 +286.5000,1.0000,3207.9994,59.7485,59.6140,0.0747,0.0000,5,1310.5723,398.5268,692.3830,-86.3081,54.6949,95.0246,-11.8452,0.2374,46.2540,0.0000,46.2540,8.2035,46.2540,0.8591,0.0000,45.3949,0.0000,45.3949,6.5190,38.8758,0.0000,38.8758,0.1101,38.7658,0.0000,16.7415,11.0341,10.9902,10976.0613,10976.0613,10976.0613,10976.0613,10976.0613 +287.5000,1.0000,3224.6667,60.0020,59.8830,0.0661,0.0000,5,1316.1328,389.8827,689.7841,-86.6379,53.7356,95.0696,-11.9409,0.2110,45.3044,0.0000,45.3044,8.2203,45.3044,0.8586,0.0000,44.4458,0.0000,44.4458,6.5467,37.8991,0.0000,37.8991,0.0978,37.8013,0.0000,16.9555,11.0809,9.7649,10785.8307,10785.8307,10785.8307,10785.8307,10785.8307 +288.5000,1.0000,3241.4094,60.2740,60.1210,0.0850,0.0000,5,1322.0991,412.3500,687.1506,-86.9917,57.0898,95.1359,-12.0440,0.2725,48.5119,0.0000,48.5119,8.3054,48.5119,0.8791,0.0000,47.6328,0.0000,47.6328,6.5764,41.0564,0.0000,41.0564,0.1263,40.9301,0.0000,17.1871,11.1311,12.6118,11437.3524,11437.3524,11437.3524,11437.3524,11437.3524 +289.5000,1.0000,3258.2410,60.5935,60.4270,0.0925,0.0000,5,1329.1073,422.2354,697.4102,-87.4074,58.7683,97.0682,-12.1657,0.2981,50.0912,0.0000,50.0912,8.3790,50.0912,0.8923,0.0000,49.1989,0.0000,49.1989,6.6112,42.5876,0.0000,42.5876,0.1382,42.4494,0.0000,17.4619,11.1901,13.7974,11755.1255,11755.1255,11755.1255,11755.1255,11755.1255 +290.5000,1.0000,3275.1686,60.9395,60.7600,0.0997,0.0000,5,1336.6967,416.3012,702.5937,-87.8575,58.2732,98.3481,-12.2982,0.3232,51.6813,0.0000,51.6813,6.2688,51.6813,0.9060,0.0000,50.7752,0.0000,50.7752,6.6490,44.1262,0.0000,44.1262,0.1498,43.9764,0.0000,17.7628,11.2540,14.9596,11665.4633,11665.4633,11665.4633,11665.4633,11665.4633 +291.5000,1.0000,3292.2126,61.3585,61.1190,0.1331,0.0000,5,1345.8874,455.2291,701.4718,-88.4026,64.1604,98.8661,-12.4595,0.4342,57.3981,0.0000,57.3981,6.3281,57.3981,0.9416,0.0000,56.4565,0.0000,56.4565,6.6947,49.7618,0.0000,49.7618,0.2013,49.5605,0.0000,18.1318,11.3314,20.0973,12759.9262,12759.9262,12759.9262,12759.9262,12759.9262 +292.5000,1.0000,3309.3879,61.8310,61.5980,0.1294,0.0000,5,1356.2516,453.1355,718.5924,-89.0172,64.3572,102.0590,-12.6428,0.4257,57.5690,0.0000,57.5690,6.3625,57.5690,0.9505,0.0000,56.6186,0.0000,56.6186,6.7463,49.8723,0.0000,49.8723,0.1973,49.6750,0.0000,18.5539,11.4187,19.7024,12800.4532,12800.4532,12800.4532,12800.4532,12800.4532 +293.5000,1.0000,3326.7233,62.4075,62.0640,0.1908,0.0000,5,1368.8970,523.5947,719.4052,-89.7672,75.0576,103.1271,-12.8682,0.6334,68.0356,0.0000,68.0356,6.3886,68.0356,1.0126,0.0000,67.0230,0.0000,67.0230,6.8092,60.2139,0.0000,60.2139,0.2936,59.9202,0.0000,19.0781,11.5251,29.3170,14768.7433,14768.7433,14768.7433,14768.7433,14768.7433 +294.5000,1.0000,3344.2482,63.0895,62.7510,0.1881,0.0000,5,1383.8566,523.8855,748.8658,-90.6544,75.9200,108.5235,-13.1374,0.6310,68.7714,0.0000,68.7714,6.5176,68.7714,1.0279,0.0000,67.7435,0.0000,67.7435,6.8836,60.8600,0.0000,60.8600,0.2925,60.5675,0.0000,19.7104,11.6511,29.2060,14931.1867,14931.1867,14931.1867,14931.1867,14931.1867 +295.5000,1.0000,3361.9382,63.6840,63.4280,0.1422,0.0000,5,1396.8968,475.2535,751.0209,-91.4278,69.5214,109.8614,-13.3743,0.4817,62.5079,0.0000,62.5079,6.5317,62.5079,1.0068,0.0000,61.5012,0.0000,61.5012,6.9484,54.5527,0.0000,54.5527,0.2233,54.3294,0.0000,20.2726,11.7609,22.2960,13773.0974,13773.0974,13773.0974,13773.0974,13773.0974 +296.5000,1.0000,3379.7704,64.1960,63.9400,0.1422,0.0000,5,1408.1274,477.4311,734.2492,-92.0939,70.4014,108.2715,-13.5801,0.4856,63.3454,0.0000,63.3454,6.5705,63.3454,1.0198,0.0000,62.3255,0.0000,62.3255,7.0043,55.3212,0.0000,55.3212,0.2251,55.0961,0.0000,20.7655,11.8554,22.4753,13932.5661,13932.5661,13932.5661,13932.5661,13932.5661 +297.5000,1.0000,3397.7522,64.7345,64.4520,0.1569,0.0000,5,1419.9393,495.8325,736.8234,-92.7944,73.7282,109.5625,-13.7981,0.5403,66.6163,0.0000,66.6163,6.5715,66.6163,1.0456,0.0000,65.5707,0.0000,65.5707,7.0630,58.5077,0.0000,58.5077,0.2505,58.2572,0.0000,21.2925,11.9549,25.0098,14559.5960,14559.5960,14559.5960,14559.5960,14559.5960 +298.5000,1.0000,3415.8822,65.2680,65.0170,0.1394,0.0000,5,1431.6416,479.0978,745.5267,-93.4885,71.8269,111.7702,-14.0159,0.4840,64.6717,0.0000,64.6717,6.6712,64.6717,1.0452,0.0000,63.6265,0.0000,63.6265,7.1213,56.5052,0.0000,56.5052,0.2244,56.2808,0.0000,21.8232,12.0534,22.4043,14205.2932,14205.2932,14205.2932,14205.2932,14205.2932 +299.5000,1.0000,3434.1593,65.7975,65.5190,0.1547,0.0000,5,1443.2560,498.3299,741.1161,-94.1773,75.3163,112.0104,-14.2337,0.5414,68.0720,0.0000,68.0720,6.7029,68.0720,1.0715,0.0000,67.0005,0.0000,67.0005,7.1790,59.8215,0.0000,59.8215,0.2510,59.5705,0.0000,22.3587,12.1512,25.0606,14880.1434,14880.1434,14880.1434,14880.1434,14880.1434 +300.5000,1.0000,3452.5746,66.2950,66.0760,0.1217,0.0000,5,1454.1686,464.4334,749.9551,-94.8245,70.7240,114.2033,-14.4399,0.4290,63.4576,0.0000,63.4576,6.8374,63.4576,1.0573,0.0000,62.4003,0.0000,62.4003,7.2333,55.1670,0.0000,55.1670,0.1989,54.9681,0.0000,22.8696,12.2430,19.8555,14025.8926,14025.8926,14025.8926,14025.8926,14025.8926 +301.5000,1.0000,3471.1258,66.7845,66.5140,0.1503,0.0000,5,1464.9057,498.1662,739.3785,-95.4613,76.4210,113.4240,-14.6442,0.5338,69.0474,0.0000,69.0474,6.8398,69.0474,1.0939,0.0000,67.9535,0.0000,67.9535,7.2867,60.6668,0.0000,60.6668,0.2474,60.4193,0.0000,23.3800,12.3334,24.7058,15106.6737,15106.6737,15106.6737,15106.6737,15106.6737 +302.5000,1.0000,3489.8275,67.3260,67.0550,0.1506,0.0000,5,1476.7834,500.9803,753.2630,-96.1657,77.4758,116.4909,-14.8719,0.5391,70.0433,0.0000,70.0433,6.8934,70.0433,1.1086,0.0000,68.9347,0.0000,68.9347,7.3458,61.5889,0.0000,61.5889,0.2499,61.3390,0.0000,23.9534,12.4334,24.9522,15312.6520,15312.6520,15312.6520,15312.6520,15312.6520 +303.5000,1.0000,3508.6261,67.6750,67.5970,0.0433,0.0000,5,1484.4387,383.6758,755.9646,-96.6198,59.6424,117.5147,-15.0195,0.1560,52.5279,0.0000,52.5279,6.9586,52.5279,1.0273,0.0000,51.5006,0.0000,51.5006,7.3839,44.1167,0.0000,44.1167,0.0723,44.0444,0.0000,24.3274,12.4979,7.2190,12050.5694,12050.5694,12050.5694,12050.5694,12050.5694 +304.5000,1.0000,3527.4122,67.6300,67.7530,-0.0683,0.0000,5,1483.4516,259.4073,714.9772,-96.5612,40.2981,111.0693,-15.0005,-0.2458,33.5891,0.0000,33.5891,6.9547,33.5891,0.9318,0.0000,32.6573,0.0000,32.6573,7.3790,25.2783,0.0000,25.2783,-0.1139,25.3923,0.0000,24.2790,12.4896,-11.3763,8418.2625,8418.2625,8418.2625,8418.2625,8418.2625 +305.5000,1.0000,3546.0821,67.2115,67.5070,-0.1642,0.0000,5,1474.2719,151.1586,668.8819,-96.0168,23.3367,103.2656,-14.8236,-0.5868,16.9845,0.0000,16.9845,6.9390,16.9845,0.8413,0.0000,16.1432,0.0000,16.1432,7.3333,8.8099,0.0000,8.8099,-0.2720,9.0820,0.0000,23.8314,12.4123,-27.1618,5284.9780,5284.9780,5284.9780,5284.9780,5284.9780 +306.5000,1.0000,3564.5521,66.4920,66.9160,-0.2356,0.0000,5,1458.4898,68.5244,625.4253,-95.0808,10.4659,95.5229,-14.5219,-0.8330,4.4564,0.0000,4.4564,6.8425,4.4564,0.7896,0.0000,3.6668,0.0000,3.6668,7.2548,-3.5880,0.0000,-3.5880,-0.3862,-3.2018,0.0000,23.0747,12.2794,-38.5560,3271.9214,3271.9214,3271.9214,3271.9214,3271.9214 +307.5000,1.0000,3582.8006,65.6945,66.0680,-0.2075,0.0000,5,1440.9968,95.8387,589.4551,-94.0433,14.4621,88.9493,-14.1912,-0.7250,8.4331,0.0000,8.4331,6.7541,8.4331,0.7715,0.0000,7.6616,0.0000,7.6616,7.1678,0.4938,0.0000,0.4938,-0.3361,0.8299,0.0000,22.2542,12.1321,-33.5565,3709.4832,3709.4832,3709.4832,3709.4832,3709.4832 +308.5000,1.0000,3600.8181,64.8630,65.3210,-0.2544,0.0000,5,1422.7580,39.8070,594.4310,-92.9616,5.9309,88.5648,-13.8504,-0.8778,0.2116,0.0000,0.2116,6.5970,0.2116,0.7701,0.0000,-0.5585,0.0000,-0.5585,7.0771,-7.6355,0.0000,-7.6355,-0.4069,-7.2286,0.0000,21.4202,11.9786,-40.6274,2677.4644,2677.4644,2677.4644,2677.4644,2677.4644 +309.5000,1.0000,3618.6156,64.0710,64.4050,-0.1856,0.0000,5,1405.3856,112.4877,567.5265,-91.9313,16.5550,83.5238,-13.5297,-0.6323,10.6627,0.0000,10.6627,6.5246,10.6627,0.7542,0.0000,9.9084,0.0000,9.9084,6.9907,2.9178,0.0000,2.9178,-0.2931,3.2109,0.0000,20.6446,11.8323,-29.2661,4006.4918,4006.4918,4006.4918,4006.4918,4006.4918 +310.5000,1.0000,3636.2262,63.3985,63.7370,-0.1881,0.0000,5,1390.6344,107.1117,591.7335,-91.0564,15.5983,86.1723,-13.2603,-0.6341,9.7217,0.0000,9.7217,6.5107,9.7217,0.7379,0.0000,8.9838,0.0000,8.9838,6.9173,2.0665,0.0000,2.0665,-0.2939,2.3605,0.0000,20.0014,11.7081,-29.3491,3806.1116,3806.1116,3806.1116,3806.1116,3806.1116 +311.5000,1.0000,3653.6721,62.8050,63.0600,-0.1417,0.0000,5,1377.6161,155.9581,585.9707,-90.2843,22.4991,84.5342,-13.0247,-0.4732,16.5358,0.0000,16.5358,6.4365,16.5358,0.7618,0.0000,15.7740,0.0000,15.7740,6.8525,8.9215,0.0000,8.9215,-0.2194,9.1408,0.0000,19.4447,11.5985,-21.9024,5032.9842,5032.9842,5032.9842,5032.9842,5032.9842 +312.5000,1.0000,3670.9949,62.3620,62.5500,-0.1044,0.0000,5,1367.8990,195.0724,602.8407,-89.7080,27.9434,86.3545,-12.8503,-0.3464,21.9439,0.0000,21.9439,6.3459,21.9439,0.7813,0.0000,21.1626,0.0000,21.1626,6.8042,14.3584,0.0000,14.3584,-0.1606,14.5190,0.0000,19.0360,11.5167,-16.0337,6020.9136,6020.9136,6020.9136,6020.9136,6020.9136 +313.5000,1.0000,3688.2524,62.1270,62.1740,-0.0261,0.0000,5,1362.7443,280.9219,617.0528,-89.4023,40.0893,88.0573,-12.7583,-0.0863,33.8770,0.0000,33.8770,6.2986,33.8770,0.8370,0.0000,33.0400,0.0000,33.0400,6.7785,26.2614,0.0000,26.2614,-0.0400,26.3014,0.0000,18.8214,11.4733,-3.9933,8263.3618,8263.3618,8263.3618,8263.3618,8263.3618 +314.5000,1.0000,3705.4765,62.0070,62.0800,-0.0406,0.0000,5,1360.1121,264.7617,650.8115,-89.2462,37.7102,92.6955,-12.7114,-0.1337,31.4998,0.0000,31.4998,6.3441,31.4998,0.8231,0.0000,30.6768,0.0000,30.6768,6.7655,23.9113,0.0000,23.9113,-0.0620,23.9733,0.0000,18.7126,11.4512,-6.1904,7805.1967,7805.1967,7805.1967,7805.1967,7805.1967 +315.5000,1.0000,3722.6286,61.7475,61.9340,-0.1036,0.0000,5,1354.4200,193.6924,643.3290,-88.9086,27.4723,91.2463,-12.6103,-0.3403,21.4809,0.0000,21.4809,6.3316,21.4809,0.7686,0.0000,20.7123,0.0000,20.7123,6.7371,13.9752,0.0000,13.9752,-0.1577,14.1329,0.0000,18.4788,11.4032,-15.7491,5920.2661,5920.2661,5920.2661,5920.2661,5920.2661 +316.5000,1.0000,3739.6597,61.3120,61.5610,-0.1383,0.0000,5,1344.8674,153.0215,612.4999,-88.3421,21.5507,86.2609,-12.4416,-0.4511,15.7480,0.0000,15.7480,6.2538,15.7480,0.7326,0.0000,15.0154,0.0000,15.0154,6.6896,8.3258,0.0000,8.3258,-0.2091,8.5349,0.0000,18.0907,11.3228,-20.8786,4801.9493,4801.9493,4801.9493,4801.9493,4801.9493 +317.5000,1.0000,3756.5296,60.7315,61.0630,-0.1842,0.0000,5,1332.1343,99.4398,592.8400,-87.5869,13.8719,82.7016,-12.2184,-0.5949,8.3007,0.0000,8.3007,6.1661,8.3007,0.6857,0.0000,7.6150,0.0000,7.6150,6.6263,0.9887,0.0000,0.9887,-0.2758,1.2645,0.0000,17.5819,11.2156,-27.5330,3407.4215,3407.4215,3407.4215,3407.4215,3407.4215 +318.5000,1.0000,3773.2257,60.1060,60.4000,-0.1633,0.0000,5,1318.4140,120.1903,567.0483,-86.7732,16.5940,78.2889,-11.9803,-0.5221,10.9819,0.0000,10.9819,6.1341,10.9819,0.6887,0.0000,10.2933,0.0000,10.2933,6.5580,3.7352,0.0000,3.7352,-0.2420,3.9773,0.0000,17.0441,11.1001,-24.1670,3877.9301,3877.9301,3877.9301,3877.9301,3877.9301 +319.5000,1.0000,3789.7557,59.5080,59.8120,-0.1689,0.0000,5,1305.2970,112.0433,572.4328,-85.9952,15.3152,78.2461,-11.7547,-0.5345,9.7073,0.0000,9.7073,6.1425,9.7073,0.6725,0.0000,9.0348,0.0000,9.0348,6.4928,2.5420,0.0000,2.5420,-0.2478,2.7898,0.0000,16.5405,10.9897,-24.7403,3625.1764,3625.1764,3625.1764,3625.1764,3625.1764 +320.5000,1.0000,3806.1650,59.0735,59.2040,-0.0725,0.0000,5,1295.7663,217.1960,566.4512,-85.4300,29.4718,76.8631,-11.5922,-0.2278,23.6217,0.0000,23.6217,6.0779,23.6217,0.7349,0.0000,22.8868,0.0000,22.8868,6.4454,16.4414,0.0000,16.4414,-0.1056,16.5470,0.0000,16.1805,10.9094,-10.5429,6236.4113,6236.4113,6236.4113,6236.4113,6236.4113 +321.5000,1.0000,3822.5432,58.9615,58.9430,0.0103,0.0000,5,1293.3096,308.4693,610.1924,-85.2843,41.7776,82.6414,-11.5505,0.0322,35.7107,0.0000,35.7107,6.0347,35.7107,0.7935,0.0000,34.9171,0.0000,34.9171,6.4332,28.4840,0.0000,28.4840,0.0149,28.4690,0.0000,16.0885,10.8887,1.4918,8527.2630,8527.2630,8527.2630,8527.2630,8527.2630 +322.5000,1.0000,3838.9471,59.0540,58.9800,0.0411,0.0000,5,1295.3386,343.3210,648.8481,-85.4046,46.5707,88.0146,-11.5849,0.1291,40.3680,0.0000,40.3680,6.0735,40.3680,0.8183,0.0000,39.5497,0.0000,39.5497,6.4433,33.1064,0.0000,33.1064,0.0599,33.0466,0.0000,16.1644,10.9058,5.9764,9436.2426,9436.2426,9436.2426,9436.2426,9436.2426 +323.5000,1.0000,3855.4160,59.2880,59.1280,0.0889,0.0000,5,1300.4714,397.7557,664.1300,-85.7090,54.1684,90.4446,-11.6723,0.2803,47.7372,0.0000,47.7372,6.1508,47.7372,0.8590,0.0000,46.8782,0.0000,46.8782,6.4688,40.4095,0.0000,40.4095,0.1299,40.2795,0.0000,16.3574,10.9490,12.9731,10871.6971,10871.6971,10871.6971,10871.6971,10871.6971 +324.5000,1.0000,3871.9822,59.6385,59.4480,0.1058,0.0000,5,1308.1595,417.5590,687.8894,-86.1650,57.2015,94.2341,-11.8038,0.3357,50.7429,0.0000,50.7429,6.1229,50.7429,0.8798,0.0000,49.8631,0.0000,49.8631,6.5070,43.3561,0.0000,43.3561,0.1556,43.2004,0.0000,16.6493,11.0138,15.5374,11453.6892,11453.6892,11453.6892,11453.6892,11453.6892 +325.5000,1.0000,3888.6464,59.9910,59.8290,0.0900,0.0000,5,1315.8915,401.2295,697.3458,-86.6236,55.2894,96.0941,-11.9367,0.2872,48.8709,0.0000,48.8709,6.1313,48.8709,0.8762,0.0000,47.9947,0.0000,47.9947,6.5455,41.4492,0.0000,41.4492,0.1331,41.3161,0.0000,16.9462,11.0789,13.2910,11094.2445,11094.2445,11094.2445,11094.2445,11094.2445 +326.5000,1.0000,3905.3758,60.2260,60.1530,0.0406,0.0000,5,1321.0462,347.5730,691.7586,-86.9293,48.0831,95.6976,-12.0258,0.1299,41.7568,0.0000,41.7568,6.1964,41.7568,0.8445,0.0000,40.9123,0.0000,40.9123,6.5711,34.3411,0.0000,34.3411,0.0602,34.2809,0.0000,17.1460,11.1223,6.0126,9724.1410,9724.1410,9724.1410,9724.1410,9724.1410 +327.5000,1.0000,3922.1378,60.3430,60.2990,0.0244,0.0000,5,1323.6126,330.2782,670.3500,-87.0815,45.7793,92.9161,-12.0702,0.0784,39.4764,0.0000,39.4764,6.2244,39.4764,0.8351,0.0000,38.6413,0.0000,38.6413,6.5839,32.0574,0.0000,32.0574,0.0364,32.0211,0.0000,17.2461,11.1439,3.6311,9298.6066,9298.6066,9298.6066,9298.6066,9298.6066 +328.5000,1.0000,3938.8794,60.2700,60.3870,-0.0650,0.0000,5,1322.0114,230.2775,663.3413,-86.9865,31.8798,91.8334,-12.0425,-0.2084,25.9158,0.0000,25.9158,6.1724,25.9158,0.7661,0.0000,25.1497,0.0000,25.1497,6.5759,18.5738,0.0000,18.5738,-0.0966,18.6704,0.0000,17.1837,11.1304,-9.6437,6701.5193,6701.5193,6701.5193,6701.5193,6701.5193 +329.5000,1.0000,3955.5476,60.0055,60.1530,-0.0819,0.0000,5,1316.2096,210.4636,620.9092,-86.6424,29.0089,85.5819,-11.9422,-0.2615,23.1092,0.0000,23.1092,6.1612,23.1092,0.7477,0.0000,22.3615,0.0000,22.3615,6.5471,15.8145,0.0000,15.8145,-0.1212,15.9357,0.0000,16.9585,11.0815,-12.1043,6170.8286,6170.8286,6170.8286,6170.8286,6170.8286 +330.5000,1.0000,3972.1087,59.6200,59.8580,-0.1322,0.0000,5,1307.7537,152.5016,610.9244,-86.1409,20.8847,83.6647,-11.7968,-0.4193,15.2514,0.0000,15.2514,6.0526,15.2514,0.7020,0.0000,14.5493,0.0000,14.5493,6.5050,8.0443,0.0000,8.0443,-0.1944,8.2387,0.0000,16.6339,11.0103,-19.4055,4655.9496,4655.9496,4655.9496,4655.9496,4655.9496 +331.5000,1.0000,3988.5760,59.2820,59.3820,-0.0556,0.0000,5,1300.3398,236.4955,584.6627,-85.7012,32.2039,79.6143,-11.6700,-0.1752,26.3317,0.0000,26.3317,6.0473,26.3317,0.7519,0.0000,25.5799,0.0000,25.5799,6.4681,19.1117,0.0000,19.1117,-0.0812,19.1929,0.0000,16.3524,10.9479,-8.1074,6756.2378,6756.2378,6756.2378,6756.2378,6756.2378 +332.5000,1.0000,4005.0044,59.1425,59.1820,-0.0219,0.0000,5,1297.2798,274.0095,619.2649,-85.5198,37.2244,84.1277,-11.6179,-0.0690,31.1591,0.0000,31.1591,6.1344,31.1591,0.7737,0.0000,30.3854,0.0000,30.3854,6.4529,23.9324,0.0000,23.9324,-0.0320,23.9644,0.0000,16.2372,10.9222,-3.1949,7688.9861,7688.9861,7688.9861,7688.9861,7688.9861 +333.5000,1.0000,4021.4342,59.1470,59.1030,0.0244,0.0000,5,1297.3786,325.0957,634.8795,-85.5256,44.1679,86.2555,-11.6196,0.0769,38.0201,0.0000,38.0201,6.0709,38.0201,0.8081,0.0000,37.2120,0.0000,37.2120,6.4534,30.7586,0.0000,30.7586,0.0356,30.7230,0.0000,16.2409,10.9230,3.5591,8987.0739,8987.0739,8987.0739,8987.0739,8987.0739 +334.5000,1.0000,4037.8997,59.2760,59.1910,0.0472,0.0000,5,1300.2081,350.7227,656.6778,-85.6934,47.7535,89.4116,-11.6678,0.1489,41.5491,0.0000,41.5491,6.0555,41.5491,0.8279,0.0000,40.7213,0.0000,40.7213,6.4675,34.2538,0.0000,34.2538,0.0690,34.1848,0.0000,16.3474,10.9468,6.8906,9666.3749,9666.3749,9666.3749,9666.3749,9666.3749 +335.5000,1.0000,4054.4487,59.5765,59.3610,0.1197,0.0000,5,1306.7996,432.2639,668.1922,-86.0843,59.1543,91.4406,-11.7804,0.3793,52.7227,0.0000,52.7227,6.0523,52.7227,0.8887,0.0000,51.8340,0.0000,51.8340,6.5003,45.3338,0.0000,45.3338,0.1759,45.1579,0.0000,16.5975,11.0023,17.5582,11825.3917,11825.3917,11825.3917,11825.3917,11825.3917 +336.5000,1.0000,4071.1110,59.9840,59.7920,0.1067,0.0000,5,1315.7380,419.8625,703.2417,-86.6145,57.8502,96.8953,-11.9341,0.3403,51.3594,0.0000,51.3594,6.1506,51.3594,0.8886,0.0000,50.4708,0.0000,50.4708,6.5447,43.9261,0.0000,43.9261,0.1577,43.7683,0.0000,16.9403,11.0776,15.7505,11578.6894,11578.6894,11578.6894,11578.6894,11578.6894 +337.5000,1.0000,4087.8058,60.1015,60.1760,-0.0414,0.0000,5,1318.3153,255.8650,699.3631,-86.7673,35.3231,96.5496,-11.9785,-0.1323,29.2921,0.0000,29.2921,6.1633,29.2921,0.7802,0.0000,28.5119,0.0000,28.5119,6.5575,21.9544,0.0000,21.9544,-0.0613,22.0157,0.0000,17.0399,11.0993,-6.1235,7333.5926,7333.5926,7333.5926,7333.5926,7333.5926 +338.5000,1.0000,4104.4582,59.9485,60.0270,-0.0436,0.0000,5,1314.9593,252.5238,631.1444,-86.5683,34.7731,86.9100,-11.9206,-0.1390,28.7968,0.0000,28.7968,6.1153,28.7968,0.7752,0.0000,28.0217,0.0000,28.0217,6.5409,21.4808,0.0000,21.4808,-0.0645,21.5453,0.0000,16.9101,11.0710,-6.4358,7232.7847,7232.7847,7232.7847,7232.7847,7232.7847 +339.5000,1.0000,4121.0340,59.6730,59.8700,-0.1094,0.0000,5,1308.9163,178.5438,628.7021,-86.2099,24.4729,86.1758,-11.8167,-0.3473,18.6914,0.0000,18.6914,6.1289,18.6914,0.7201,0.0000,17.9713,0.0000,17.9713,6.5108,11.4605,0.0000,11.4605,-0.1610,11.6215,0.0000,16.6782,11.0201,-16.0768,5317.9376,5317.9376,5317.9376,5317.9376,5317.9376 +340.5000,1.0000,4137.4397,59.0605,59.4760,-0.2308,0.0000,5,1295.4812,41.6589,594.9302,-85.4131,5.6516,80.7097,-11.5873,-0.7251,0.2919,0.0000,0.2919,6.0847,0.2919,0.6667,0.0000,-0.3749,0.0000,-0.3749,6.4440,-6.8188,0.0000,-6.8188,-0.3361,-6.4827,0.0000,16.1705,10.9070,-33.5602,2347.2418,2347.2418,2347.2418,2347.2418,2347.2418 +341.5000,1.0000,4153.6056,58.1970,58.6450,-0.2489,0.0000,5,1276.5405,18.0682,531.4073,-84.2897,2.4153,71.0380,-11.2678,-0.7704,-2.7847,0.0000,-2.7847,5.9704,-2.7847,0.6597,0.0000,-3.4443,0.0000,-3.4443,6.3498,-9.7941,0.0000,-9.7941,-0.3571,-9.4370,0.0000,15.4717,10.7475,-35.6562,1921.4612,1921.4612,1921.4612,1921.4612,1921.4612 +342.5000,1.0000,4169.5293,57.3255,57.7490,-0.2353,0.0000,5,1257.4243,29.6535,515.9252,-83.1560,3.9047,67.9356,-10.9497,-0.7173,-1.2648,0.0000,-1.2648,5.8868,-1.2648,0.6411,0.0000,-1.9059,0.0000,-1.9059,6.2547,-8.1605,0.0000,-8.1605,-0.3325,-7.8280,0.0000,14.7869,10.5866,-33.2015,2064.8805,2064.8805,2064.8805,2064.8805,2064.8805 +343.5000,1.0000,4185.2417,56.5645,56.9020,-0.1875,0.0000,5,1240.7319,79.3914,516.5974,-82.1660,10.3153,67.1211,-10.6758,-0.5641,5.0662,0.0000,5.0662,5.8131,5.0662,0.6125,0.0000,4.4537,0.0000,4.4537,6.1716,-1.7179,0.0000,-1.7179,-0.2615,-1.4564,0.0000,14.2056,10.4461,-26.1081,2826.9016,2826.9016,2826.9016,2826.9016,2826.9016 +344.5000,1.0000,4200.7862,55.9605,56.2270,-0.1481,0.0000,5,1227.4833,120.7101,535.4180,-81.3803,15.5163,68.8236,-10.4608,-0.4406,10.2136,0.0000,10.2136,5.7434,10.2136,0.6180,0.0000,9.5956,0.0000,9.5956,6.1057,3.4898,0.0000,3.4898,-0.2043,3.6941,0.0000,13.7552,10.3345,-20.3956,3604.1897,3604.1897,3604.1897,3604.1897,3604.1897 +345.5000,1.0000,4216.1678,55.3735,55.6940,-0.1781,0.0000,5,1214.6075,85.1023,550.9778,-80.6166,10.8244,70.0807,-10.2539,-0.5244,5.6720,0.0000,5.6720,5.6768,5.6720,0.5913,0.0000,5.0807,0.0000,5.0807,6.0417,-0.9610,0.0000,-0.9610,-0.2431,-0.7179,0.0000,13.3270,10.2261,-24.2709,2856.9306,2856.9306,2856.9306,2856.9306,2856.9306 +346.5000,1.0000,4231.3799,54.7635,55.0530,-0.1608,0.0000,5,1201.2273,102.0790,531.7097,-79.8231,12.8408,66.8849,-10.0411,-0.4684,7.6675,0.0000,7.6675,5.6417,7.6675,0.5866,0.0000,7.0809,0.0000,7.0809,5.9751,1.1057,0.0000,1.1057,-0.2172,1.3229,0.0000,12.8913,10.1135,-21.6819,3113.6680,3113.6680,3113.6680,3113.6680,3113.6680 +347.5000,1.0000,4246.4174,54.1350,54.4740,-0.1883,0.0000,5,1187.4413,69.4328,535.9540,-79.0011,8.6339,66.6451,-9.8237,-0.5422,3.5838,0.0000,3.5838,5.5924,3.5838,0.5762,0.0000,3.0075,0.0000,3.0075,5.9066,-2.8990,0.0000,-2.8990,-0.2514,-2.6477,0.0000,12.4527,9.9974,-25.0977,2566.9211,2566.9211,2566.9211,2566.9211,2566.9211 +348.5000,1.0000,4261.2601,53.4340,53.7960,-0.2011,0.0000,5,1172.0650,52.8823,516.8967,-78.0839,6.4907,63.4430,-9.5839,-0.5715,1.5249,0.0000,1.5249,5.5373,1.5249,0.5701,0.0000,0.9548,0.0000,0.9548,5.8301,-4.8753,0.0000,-4.8753,-0.2649,-4.6103,0.0000,11.9752,9.8679,-26.4535,2292.7043,2292.7043,2292.7043,2292.7043,2292.7043 +349.5000,1.0000,4275.8940,52.6820,53.0720,-0.2167,0.0000,5,1155.5700,33.0196,504.8460,-77.0999,3.9957,61.0919,-9.3299,-0.6071,-0.8620,0.0000,-0.8620,5.4648,-0.8620,0.5640,0.0000,-1.4260,0.0000,-1.4260,5.7480,-7.1741,0.0000,-7.1741,-0.2814,-6.8927,0.0000,11.4768,9.7291,-28.0985,1964.8907,1964.8907,1964.8907,1964.8907,1964.8907 +350.5000,1.0000,4290.3336,51.9825,52.2920,-0.1719,0.0000,5,1140.2266,79.9796,491.3895,-76.1847,9.5499,58.6740,-9.0968,-0.4754,4.6133,0.0000,4.6133,5.4120,4.6133,0.5392,0.0000,4.0741,0.0000,4.0741,5.6717,-1.5976,0.0000,-1.5976,-0.2204,-1.3773,0.0000,11.0255,9.5999,-22.0026,2704.3233,2704.3233,2704.3233,2704.3233,2704.3233 +351.5000,1.0000,4304.5894,51.3210,51.6730,-0.1956,0.0000,5,1125.7167,51.6140,510.0552,-75.3191,6.0845,60.1277,-8.8790,-0.5338,1.2715,0.0000,1.2715,5.3468,1.2715,0.5372,0.0000,0.7343,0.0000,0.7343,5.5995,-4.8652,0.0000,-4.8652,-0.2474,-4.6178,0.0000,10.6100,9.4777,-24.7055,2242.1046,2242.1046,2242.1046,2242.1046,2242.1046 +352.5000,1.0000,4318.6626,50.6635,50.9690,-0.1697,0.0000,5,1111.2945,77.9409,492.8162,-74.4588,9.0703,57.3512,-8.6651,-0.4573,4.2318,0.0000,4.2318,5.2959,4.2318,0.5195,0.0000,3.7122,0.0000,3.7122,5.5278,-1.8156,0.0000,-1.8156,-0.2120,-1.6036,0.0000,10.2073,9.3563,-21.1672,2652.8355,2652.8355,2652.8355,2652.8355,2652.8355 +353.5000,1.0000,4332.5275,49.9135,50.3580,-0.2469,0.0000,5,1094.8434,-9.3797,501.4906,-73.4160,-1.0754,57.4968,-8.4173,-0.6555,-5.6884,0.0000,-5.6884,5.2686,-5.6884,0.5328,0.0000,-6.2212,0.0000,-6.2212,5.4460,-11.6672,0.0000,-11.6672,-0.3039,-11.3633,0.0000,9.7611,9.2178,-30.3422,1074.8361,1074.8361,1074.8361,1074.8361,1074.8361 +354.5000,1.0000,4346.1486,49.0360,49.4690,-0.2406,0.0000,5,1075.5956,-5.2845,453.3942,-72.0381,-0.5952,51.0686,-8.1141,-0.6274,-5.1491,0.0000,-5.1491,5.1812,-5.1491,0.5180,0.0000,-5.6671,0.0000,-5.6671,5.3502,-11.0173,0.0000,-11.0173,-0.2908,-10.7265,0.0000,9.2553,9.0557,-29.0375,1095.8644,1095.8644,1095.8644,1095.8644,1095.8644 +355.5000,1.0000,4359.4976,48.0565,48.6030,-0.3036,0.0000,5,1054.1105,43.7392,449.4590,-70.5002,4.8282,49.6141,-7.7822,-0.7760,0.4891,0.0000,0.4891,5.1151,0.4891,0.4891,0.0000,0.0000,0.0000,0.0000,5.2433,-5.2433,13.4463,-18.6897,-0.3597,-18.3300,0.0000,8.7121,8.8748,-35.9169,1973.1411,1973.1411,1973.1411,1973.1411,1973.1411 +356.5000,1.0000,4372.4649,46.6820,47.5100,-0.4600,0.0000,5,1023.9611,40.5092,466.4585,-68.3420,4.3438,50.0179,-7.3282,-1.1421,0.4688,0.0000,0.4688,5.0171,0.4688,0.4688,0.0000,0.0000,0.0000,0.0000,5.0934,-5.0934,31.6890,-36.7823,-0.5294,-36.2529,0.0000,7.9872,8.6210,-52.8611,1841.4368,1841.4368,1841.4368,1841.4368,1841.4368 +357.5000,1.0000,4384.9758,45.0395,45.8540,-0.4525,0.0000,5,987.9331,58.4312,453.2673,-67.3171,6.0451,46.8933,-6.9644,-1.0839,0.4449,0.0000,0.4449,6.6841,0.4449,0.4449,0.0000,0.0000,0.0000,0.0000,4.9142,-4.9142,30.2668,-35.1809,-0.5025,-34.6785,0.0000,7.1735,8.3177,-50.1697,2096.0287,2096.0287,2096.0287,2096.0287,2096.0287 +358.5000,1.0000,4397.1190,43.7155,44.2250,-0.2831,0.0000,5,958.8914,-49.9825,449.3443,-68.9784,-5.0190,45.1209,-6.9265,-0.6581,-10.9102,0.0000,-10.9102,6.5493,-10.9102,0.4544,0.0000,-11.3646,0.0000,-11.3646,4.7697,-16.1343,0.0000,-16.1343,-0.3051,-15.8292,0.0000,6.5581,8.0732,-30.4605,181.6097,181.6097,181.6097,181.6097,181.6097 +359.5000,1.0000,4408.9786,42.6945,43.2060,-0.2842,0.0000,5,936.4960,-54.3838,381.5626,-70.2596,-5.3334,37.4197,-6.8903,-0.6453,-11.0723,0.0000,-11.0723,6.3841,-11.0723,0.4405,0.0000,-11.5127,0.0000,-11.5127,4.6583,-16.1710,0.0000,-16.1710,-0.2991,-15.8719,0.0000,6.1093,7.8846,-29.8658,97.0232,97.0232,97.0232,97.0232,97.0232 +360.5000,1.0000,4420.5522,41.6650,42.1830,-0.2878,0.0000,5,913.9141,-61.0970,385.1879,-71.5513,-5.8473,36.8644,-6.8478,-0.6377,-11.4660,0.0000,-11.4660,6.2564,-11.4660,0.4272,0.0000,-11.8932,0.0000,-11.8932,4.5460,-16.4392,0.0000,-16.4392,-0.2956,-16.1436,0.0000,5.6780,7.6945,-29.5160,0.0000,0.0000,0.0000,0.0000,0.0000 +361.5000,1.0000,4431.7996,40.4905,41.1470,-0.3647,0.0000,5,888.1517,62.0454,396.3609,-73.1945,5.7707,36.8644,-6.8076,-0.7854,0.3816,0.0000,0.3816,6.1744,0.3816,0.3816,0.0000,0.0000,0.0000,0.0000,4.4178,-4.4178,19.6103,-24.0281,-0.3641,-23.6640,0.0000,5.2118,7.4776,-36.3534,1873.2787,1873.2787,1873.2787,1873.2787,1873.2787 +362.5000,1.0000,4442.6801,39.1700,39.8340,-0.3689,0.0000,5,859.1867,63.7226,409.7231,-75.2657,5.7334,36.8644,-6.7719,-0.7685,0.3640,0.0000,0.3640,6.1378,0.3640,0.3640,0.0000,0.0000,0.0000,0.0000,4.2738,-4.2738,19.6999,-23.9737,-0.3562,-23.6174,0.0000,4.7184,7.2337,-35.5696,1856.2072,1856.2072,1856.2072,1856.2072,1856.2072 +363.5000,1.0000,4453.3443,38.3910,38.5060,-0.0639,0.0000,5,842.0995,179.1642,418.0369,-76.4875,15.7995,36.8644,-6.7450,-0.1304,9.9931,0.0000,9.9931,5.9368,9.9931,0.3716,0.0000,9.6215,0.0000,9.6215,4.1888,5.4328,0.0000,5.4328,-0.0605,5.4932,0.0000,4.4412,7.0899,-6.0379,3504.5926,3504.5926,3504.5926,3504.5926,3504.5926 +364.5000,1.0000,4463.8947,37.9813,38.2760,-0.1637,0.0000,0,719.7885,8.2090,489.0723,-88.1013,0.6188,36.8644,-6.6407,-5.2950,0.0000,0.0000,0.0000,5.9138,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.1441,-4.1441,0.0000,-4.1441,-0.1533,-3.9908,0.0000,4.3008,7.0142,-15.3058,958.6390,958.6390,958.6390,958.6390,958.6390 +365.5000,1.0000,4474.3822,37.7550,38.9730,0.0379,0.0000,4,913.9385,401.4589,401.4589,-71.5500,38.4226,38.4226,-6.8479,17.6200,14.7943,0.0000,14.7943,6.0082,19.8403,0.9624,0.0000,18.8779,0.0000,18.8779,4.1194,14.7585,0.0000,14.7585,0.0353,14.7232,0.0000,4.2241,6.9724,3.5267,7837.8494,7837.8494,7837.8494,7837.8494,7837.8494 +366.5000,1.0000,4485.1893,38.9057,40.2540,0.6014,0.0000,4,1263.0170,635.2839,635.2839,-83.4877,84.0244,84.0244,-11.0423,2.7256,76.8050,0.0000,76.8050,4.4938,76.8050,2.1287,0.0000,74.6763,0.0000,74.6763,4.6948,69.9815,0.0000,69.9815,0.5768,69.4046,0.0000,4.6258,7.1849,57.5939,16427.3864,16427.3864,16427.3864,16427.3864,16427.3864 +367.5000,1.0000,4496.6842,41.3817,41.5140,0.7742,0.0000,4,1343.3970,775.9034,775.9034,-88.2549,109.1542,109.1542,-12.4157,3.7323,100.8101,0.0000,100.8101,4.6119,100.8101,2.6689,0.0000,98.1412,0.0000,98.1412,5.2743,92.8669,0.0000,92.8669,0.7899,92.0770,0.0000,5.5684,7.6422,78.8664,21212.8152,21212.8152,21212.8152,21212.8152,21212.8152 +368.5000,1.0000,4508.8886,43.9356,43.2920,0.6446,0.0000,4,1426.3061,677.5299,835.1255,-93.1720,101.1975,124.7364,-13.9164,3.2995,93.1712,0.0000,93.1712,4.7269,93.1712,2.5810,0.0000,90.5902,0.0000,90.5902,5.3957,85.1945,0.0000,85.1945,0.6983,84.4962,0.0000,6.6614,8.1138,69.7210,19710.7281,19710.7281,19710.7281,19710.7281,19710.7281 +369.5000,1.0000,4521.6386,45.9000,45.0960,0.4467,0.0000,4,1490.0759,524.4581,810.0140,-96.9541,81.8367,126.3949,-15.1288,2.3884,74.6076,0.0000,74.6076,4.8407,74.6076,2.2615,0.0000,72.3461,0.0000,72.3461,5.3025,67.0436,0.0000,67.0436,0.5055,66.5381,0.0000,7.5925,8.4766,50.4691,16115.7860,16115.7860,16115.7860,16115.7860,16115.7860 +370.5000,1.0000,4534.7993,47.3785,46.7040,0.3747,0.0000,4,1538.0732,470.7407,767.7365,-99.8007,75.8206,123.6567,-16.0746,2.0682,68.7774,0.0000,68.7774,4.9750,68.7774,2.1850,0.0000,66.5924,0.0000,66.5924,5.3520,61.2404,0.0000,61.2404,0.4377,60.8027,0.0000,8.3492,8.7496,43.7039,15052.8462,15052.8462,15052.8462,15052.8462,15052.8462 +371.5000,1.0000,4548.2884,48.5610,48.0530,0.2822,0.0000,4,1576.4614,400.0388,758.3957,-102.0774,66.0411,125.2010,-16.8516,1.5966,59.3842,0.0000,59.3842,5.0603,59.3842,2.0299,0.0000,57.3544,0.0000,57.3544,5.3221,52.0322,0.0000,52.0322,0.3379,51.6943,0.0000,8.9892,8.9680,33.7371,13332.5031,13332.5031,13332.5031,13332.5031,13332.5031 +372.5000,1.0000,4562.0991,49.7185,49.0690,0.3608,0.0000,4,1614.0379,464.8768,743.9382,-103.9734,78.5742,125.7417,-17.5738,2.0899,71.3400,0.0000,71.3400,5.1443,71.3400,2.3016,0.0000,69.0384,0.0000,69.0384,5.6037,63.4347,0.0000,63.4347,0.4423,62.9923,0.0000,9.6480,9.1818,44.1625,15722.3899,15722.3899,15722.3899,15722.3899,15722.3899 +373.5000,1.0000,4576.2611,50.9830,50.3680,0.3417,0.0000,4,1655.0880,452.6174,768.6035,-105.4353,78.4478,133.2147,-18.2741,2.0293,71.1796,0.0000,71.1796,5.2390,71.1796,2.3347,0.0000,68.8448,0.0000,68.8448,5.7170,63.1278,0.0000,63.1278,0.4295,62.6983,0.0000,10.4028,9.4153,42.8802,15715.2209,15715.2209,15715.2209,15715.2209,15715.2209 +374.5000,1.0000,4590.7519,52.1670,51.5980,0.3161,0.0000,4,1693.5248,435.1314,771.1830,-106.8042,77.1686,136.7658,-18.9412,1.9211,69.9304,0.0000,69.9304,5.3172,69.9304,2.3444,0.0000,67.5860,0.0000,67.5860,5.8069,61.7790,0.0000,61.7790,0.4066,61.3725,0.0000,11.1442,9.6340,40.5943,15537.5034,15537.5034,15537.5034,15537.5034,15537.5034 +375.5000,1.0000,4605.2984,52.3675,52.7360,-0.2047,0.0000,0,1706.3125,27.1137,770.3925,-107.2596,4.8448,137.6573,-19.1656,-0.5956,0.0000,0.0000,0.0000,5.4404,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.7137,-5.7137,0.0000,-5.7137,-0.2643,-5.4494,0.0000,11.2724,9.6710,-26.3928,3181.9112,3181.9112,3181.9112,3181.9112,3181.9112 +376.5000,1.0000,4619.9543,52.7612,53.9180,0.4235,0.0000,5,1437.3274,574.4264,574.4264,-93.8257,86.4607,86.4607,-14.1223,-23.2409,104.1421,0.0000,104.1421,5.5595,83.8531,0.9369,0.0000,82.9162,0.0000,82.9162,6.0915,76.8247,0.0000,76.8247,0.5509,76.2739,0.0000,11.5304,9.7437,54.9998,16903.9828,16903.9828,16903.9828,16903.9828,16903.9828 +377.5000,1.0000,4635.0565,54.3679,54.9130,0.4692,0.0000,5,1192.5508,804.7183,804.7183,-79.3059,100.4961,100.4961,-9.9040,1.3566,93.4705,0.0000,93.4705,5.6690,93.4705,1.0095,0.0000,92.4610,0.0000,92.4610,6.3823,86.0787,0.0000,86.0787,0.6289,85.4498,0.0000,12.6167,10.0404,62.7928,19558.0819,19558.0819,19558.0819,19558.0819,19558.0819 +378.5000,1.0000,4650.6437,56.1138,56.0590,0.5007,0.0000,5,1230.8449,845.9304,845.9304,-81.5796,109.0352,109.0352,-10.5151,1.4943,101.8390,0.0000,101.8390,5.7018,101.8390,1.0785,0.0000,100.7605,0.0000,100.7605,6.6672,94.0933,0.0000,94.0933,0.6927,93.4006,0.0000,13.8717,10.3628,69.1660,21174.9607,21174.9607,21174.9607,21174.9607,21174.9607 +379.5000,1.0000,4666.6061,57.4645,57.0300,0.2497,0.0000,5,1260.4738,568.4470,867.1118,-83.3369,75.0330,114.4557,-11.0002,0.7632,68.4090,0.0000,68.4090,5.8608,68.4090,0.9328,0.0000,67.4762,0.0000,67.4762,6.2920,61.1842,0.0000,61.1842,0.3538,60.8304,0.0000,14.8949,10.6123,35.3233,14800.8934,14800.8934,14800.8934,14800.8934,14800.8934 +380.5000,1.0000,4682.8327,58.4160,57.9140,0.2789,0.0000,5,1281.3442,604.6185,753.5616,-84.5746,81.1290,101.1144,-11.3484,0.8665,74.3878,0.0000,74.3878,5.8747,74.3878,0.9780,0.0000,73.4098,0.0000,73.4098,6.4684,66.9413,0.0000,66.9413,0.4017,66.5397,0.0000,15.6473,10.7880,40.1044,15937.8801,15937.8801,15937.8801,15937.8801,15937.8801 +381.5000,1.0000,4699.2836,59.2230,58.9180,0.1694,0.0000,5,1299.0456,485.8973,771.1507,-85.6245,66.0994,104.9041,-11.6480,0.5337,59.5701,0.0000,59.5701,5.9956,59.5701,0.9171,0.0000,58.6530,0.0000,58.6530,6.4617,52.1913,0.0000,52.1913,0.2474,51.9438,0.0000,16.3040,10.9370,24.7028,13155.5222,13155.5222,13155.5222,13155.5222,13155.5222 +382.5000,1.0000,4715.8726,59.7205,59.5280,0.1069,0.0000,5,1309.9582,418.6033,724.3227,-86.2717,57.4234,99.3615,-11.8346,0.3397,51.0250,0.0000,51.0250,6.0586,51.0250,0.8825,0.0000,50.1425,0.0000,50.1425,6.5160,43.6265,0.0000,43.6265,0.1575,43.4691,0.0000,16.7181,11.0289,15.7221,11496.3291,11496.3291,11496.3291,11496.3291,11496.3291 +383.5000,1.0000,4732.4977,59.8505,59.9130,-0.0347,0.0000,5,1312.8097,262.0104,697.9412,-86.4408,36.0204,95.9509,-11.8836,-0.1105,30.0231,0.0000,30.0231,6.1078,30.0231,0.7797,0.0000,29.2434,0.0000,29.2434,6.5302,22.7133,0.0000,22.7133,-0.0512,22.7645,0.0000,16.8273,11.0529,-5.1157,7463.4191,7463.4191,7463.4191,7463.4191,7463.4191 +384.5000,1.0000,4749.0540,59.6025,59.7880,-0.1031,0.0000,5,1307.3699,184.6792,632.3228,-86.1182,25.2840,86.5697,-11.7902,-0.3267,19.5808,0.0000,19.5808,6.0298,19.5808,0.7234,0.0000,18.8574,0.0000,18.8574,6.5031,12.3543,0.0000,12.3543,-0.1514,12.5058,0.0000,16.6191,11.0071,-15.1205,5467.3806,5467.3806,5467.3806,5467.3806,5467.3806 +385.5000,1.0000,4765.5155,59.2615,59.4170,-0.0864,0.0000,5,1299.8901,201.8742,598.1958,-85.6746,27.4800,81.4289,-11.6624,-0.2723,21.7453,0.0000,21.7453,6.0069,21.7453,0.7286,0.0000,21.0167,0.0000,21.0167,6.4659,14.5508,0.0000,14.5508,-0.1262,14.6770,0.0000,16.3355,10.9441,-12.6026,5874.8544,5874.8544,5874.8544,5874.8544,5874.8544 +386.5000,1.0000,4781.9463,59.1510,59.1060,0.0250,0.0000,5,1297.4663,325.0255,604.6123,-85.5308,44.1613,82.1489,-11.6211,0.0786,38.1071,0.0000,38.1071,5.9756,38.1071,0.8086,0.0000,37.2984,0.0000,37.2984,6.4538,30.8446,0.0000,30.8446,0.0365,30.8081,0.0000,16.2442,10.9237,3.6403,8986.0170,8986.0170,8986.0170,8986.0170,8986.0170 +387.5000,1.0000,4798.4222,59.3130,59.1960,0.0650,0.0000,5,1301.0197,370.3057,656.7218,-85.7416,50.4514,89.4734,-11.6816,0.2050,44.2307,0.0000,44.2307,6.0156,44.2307,0.8419,0.0000,43.3888,0.0000,43.3888,6.4715,36.9173,0.0000,36.9173,0.0951,36.8223,0.0000,16.3781,10.9536,9.4906,10172.8950,10172.8950,10172.8950,10172.8950,10172.8950 +388.5000,1.0000,4814.9909,59.6475,59.4300,0.1208,0.0000,5,1308.3569,433.5837,676.5385,-86.1767,59.4057,92.6931,-11.8071,0.3833,52.9914,0.0000,52.9914,6.0309,52.9914,0.8912,0.0000,52.1002,0.0000,52.1002,6.5080,45.5922,0.0000,45.5922,0.1777,45.4145,0.0000,16.6569,11.0154,17.7422,11873.1461,11873.1461,11873.1461,11873.1461,11873.1461 +389.5000,1.0000,4831.6815,60.0860,59.8650,0.1228,0.0000,5,1317.9753,437.4222,704.0378,-86.7472,60.3722,97.1699,-11.9727,0.3924,53.9244,0.0000,53.9244,6.0554,53.9244,0.9031,0.0000,53.0214,0.0000,53.0214,6.5559,46.4655,0.0000,46.4655,0.1819,46.2836,0.0000,17.0269,11.0964,18.1603,12055.6453,12055.6453,12055.6453,12055.6453,12055.6453 +390.5000,1.0000,4848.5136,60.5955,60.3070,0.1603,0.0000,5,1329.1511,481.3957,707.1244,-87.4100,67.0047,98.4235,-12.1665,0.5165,60.3570,0.0000,60.3570,6.1312,60.3570,0.9437,0.0000,59.4133,0.0000,59.4133,6.6114,52.8018,0.0000,52.8018,0.2395,52.5624,0.0000,17.4639,11.1905,23.9080,13305.8255,13305.8255,13305.8255,13305.8255,13305.8255 +391.5000,1.0000,4865.5297,61.2580,60.8840,0.2078,0.0000,5,1343.6830,536.9390,726.6470,-88.2718,75.5528,102.2466,-12.4207,0.6769,68.6823,0.0000,68.6823,6.1936,68.6823,0.9964,0.0000,67.6859,0.0000,67.6859,6.6837,61.0021,0.0000,61.0021,0.3138,60.6883,0.0000,18.0433,11.3128,31.3322,14868.8399,14868.8399,14868.8399,14868.8399,14868.8399 +392.5000,1.0000,4882.7488,61.9890,61.6320,0.1983,0.0000,5,1359.7173,529.2036,750.7892,-89.2228,75.3529,106.9043,-12.7044,0.6539,68.4839,0.0000,68.4839,6.2151,68.4839,1.0077,0.0000,67.4762,0.0000,67.4762,6.7635,60.7128,0.0000,60.7128,0.3031,60.4096,0.0000,18.6969,11.4478,30.2649,14824.0479,14824.0479,14824.0479,14824.0479,14824.0479 +393.5000,1.0000,4900.1554,62.6635,62.3460,0.1764,0.0000,5,1374.5123,508.0503,749.8408,-90.1003,73.1280,107.9310,-12.9689,0.5879,66.2127,0.0000,66.2127,6.3275,66.2127,1.0078,0.0000,65.2049,0.0000,65.2049,6.8371,58.3678,0.0000,58.3678,0.2725,58.0953,0.0000,19.3137,11.5724,27.2092,14430.5045,14430.5045,14430.5045,14430.5045,14430.5045 +394.5000,1.0000,4917.7123,63.2050,62.9810,0.1244,0.0000,5,1386.3900,451.9562,743.6158,-90.8047,65.6161,107.9599,-13.1832,0.4183,58.9239,0.0000,58.9239,6.2739,58.9239,0.9806,0.0000,57.9432,0.0000,57.9432,6.8962,51.0471,0.0000,51.0471,0.1939,50.8532,0.0000,19.8185,11.6724,19.3623,13050.0044,13050.0044,13050.0044,13050.0044,13050.0044 +395.5000,1.0000,4935.3677,63.5595,63.4290,0.0725,0.0000,5,1394.1659,396.1472,723.5485,-91.2659,57.8362,105.6357,-13.3245,0.2451,51.2318,0.0000,51.2318,6.3594,51.2318,0.9482,0.0000,50.2835,0.0000,50.2835,6.9348,43.3487,0.0000,43.3487,0.1136,43.2351,0.0000,20.1537,11.7379,11.3435,11626.9735,11626.9735,11626.9735,11626.9735,11626.9735 +396.5000,1.0000,4953.0604,63.6935,63.6900,0.0019,0.0000,5,1397.1052,318.2395,702.9801,-91.4402,46.5599,102.8492,-13.3781,0.0066,40.1967,0.0000,40.1967,6.3566,40.1967,0.8954,0.0000,39.3013,0.0000,39.3013,6.9495,32.3519,0.0000,32.3519,0.0031,32.3488,0.0000,20.2813,11.7626,0.3049,9508.1425,9508.1425,9508.1425,9508.1425,9508.1425 +397.5000,1.0000,4970.7616,63.7245,63.6970,0.0153,0.0000,5,1397.7852,333.1900,673.1045,-91.4805,48.7709,98.5262,-13.3905,0.0518,42.3595,0.0000,42.3595,6.3597,42.3595,0.9067,0.0000,41.4527,0.0000,41.4527,6.9528,34.4999,0.0000,34.4999,0.0240,34.4759,0.0000,20.3110,11.7683,2.3966,9925.4071,9925.4071,9925.4071,9925.4071,9925.4071 +398.5000,1.0000,4988.4780,63.7790,63.7520,0.0150,0.0000,5,1398.9806,333.0276,679.1004,-91.5514,48.7888,99.4888,-13.4124,0.0509,42.3867,0.0000,42.3867,6.3512,42.3867,0.9078,0.0000,41.4789,0.0000,41.4789,6.9588,34.5201,0.0000,34.5201,0.0236,34.4966,0.0000,20.3631,11.7784,2.3550,9931.1823,9931.1823,9931.1823,9931.1823,9931.1823 +399.5000,1.0000,5006.2283,63.9010,63.8060,0.0528,0.0000,5,1401.6567,375.3569,679.4385,-91.7101,55.0953,99.7288,-13.4613,0.1794,48.5794,0.0000,48.5794,6.3366,48.5794,0.9409,0.0000,47.6385,0.0000,47.6385,6.9721,40.6664,0.0000,40.6664,0.0831,40.5833,0.0000,20.4802,11.8009,8.3021,11116.2534,11116.2534,11116.2534,11116.2534,11116.2534 +400.5000,1.0000,5024.0472,64.1480,63.9960,0.0844,0.0000,5,1407.0746,412.1197,696.5207,-92.0315,60.7252,102.6313,-13.5607,0.2881,54.0049,0.0000,54.0049,6.4323,54.0049,0.9723,0.0000,53.0326,0.0000,53.0326,6.9991,46.0335,0.0000,46.0335,0.1336,45.9000,0.0000,20.7187,11.8465,13.3347,12170.9239,12170.9239,12170.9239,12170.9239,12170.9239 +401.5000,1.0000,5041.9673,64.5125,64.3000,0.1181,0.0000,5,1415.0698,451.4196,711.7396,-92.5056,66.8940,105.4697,-13.7080,0.4051,59.9711,0.0000,59.9711,6.5178,59.9711,1.0085,0.0000,58.9627,0.0000,58.9627,7.0388,51.9238,0.0000,51.9238,0.1878,51.7361,0.0000,21.0740,11.9139,18.7482,13296.2567,13296.2567,13296.2567,13296.2567,13296.2567 +402.5000,1.0000,5060.0033,64.9295,64.7250,0.1136,0.0000,5,1424.2166,447.6860,728.0326,-93.0481,66.7695,108.5814,-13.8775,0.3923,59.9168,0.0000,59.9168,6.4603,59.9168,1.0155,0.0000,58.9014,0.0000,58.9014,7.0843,51.8170,0.0000,51.8170,0.1819,51.6352,0.0000,21.4853,11.9909,18.1590,13277.2173,13277.2173,13277.2173,13277.2173,13277.2173 +403.5000,1.0000,5078.1019,65.1550,65.1340,0.0117,0.0000,5,1429.1629,335.4845,727.9446,-93.3415,50.2091,108.9453,-13.9696,0.0404,43.6793,0.0000,43.6793,6.4894,43.6793,0.9382,0.0000,42.7411,0.0000,42.7411,7.1089,35.6322,0.0000,35.6322,0.0187,35.6134,0.0000,21.7097,12.0325,1.8712,10208.7574,10208.7574,10208.7574,10208.7574,10208.7574 +404.5000,1.0000,5096.2508,65.3360,65.1760,0.0889,0.0000,5,1433.1331,422.0286,686.6834,-93.5769,63.3369,103.0556,-14.0438,0.3089,56.5312,0.0000,56.5312,6.4968,56.5312,1.0057,0.0000,55.5256,0.0000,55.5256,7.1287,48.3969,0.0000,48.3969,0.1432,48.2537,0.0000,21.8913,12.0659,14.2965,12667.9183,12667.9183,12667.9183,12667.9183,12667.9183 +405.5000,1.0000,5114.5231,65.7805,65.4960,0.1581,0.0000,5,1442.8832,501.1734,720.1965,-94.1552,75.7265,108.8205,-14.2267,0.5530,68.5906,0.0000,68.5906,6.5829,68.5906,1.0738,0.0000,67.5168,0.0000,67.5168,7.1772,60.3397,0.0000,60.3397,0.2563,60.0833,0.0000,22.3414,12.1480,25.5939,14955.8392,14955.8392,14955.8392,14955.8392,14955.8392 +406.5000,1.0000,5132.9752,66.4275,66.0650,0.2014,0.0000,5,1457.0750,552.4789,751.0198,-94.9969,84.2997,114.5940,-14.4951,0.7115,76.9110,0.0000,76.9110,6.6773,76.9110,1.1269,0.0000,75.7841,0.0000,75.7841,7.2478,68.5363,0.0000,68.5363,0.3298,68.2065,0.0000,23.0074,12.2675,32.9316,16515.6008,16515.6008,16515.6008,16515.6008,16515.6008 +407.5000,1.0000,5151.6902,67.3740,66.7900,0.3244,0.0000,5,1477.8363,695.8895,771.5718,-96.2282,107.6949,119.4074,-14.8921,1.1626,99.7223,0.0000,99.7223,6.8100,99.7223,1.2579,0.0000,98.4645,0.0000,98.4645,7.6673,90.7971,0.0000,90.7971,0.5389,90.2582,0.0000,24.0060,12.4423,53.8099,21019.6490,21019.6490,21019.6490,21019.6490,21019.6490 +408.5000,1.0000,5170.7502,68.6160,67.9580,0.3656,0.0000,5,1505.0793,747.6396,823.5898,-97.8439,117.8366,129.8073,-15.4213,1.3340,109.6540,0.0000,109.6540,6.8486,109.6540,1.3300,0.0000,108.3240,0.0000,108.3240,7.9293,100.3947,0.0000,100.3947,0.6184,99.7763,0.0000,25.3587,12.6717,61.7459,22985.6157,22985.6157,22985.6157,22985.6157,22985.6157 +409.5000,1.0000,5190.1462,69.8255,69.2740,0.3064,0.0000,5,1531.6095,687.2802,843.2300,-99.4174,110.2327,135.2455,-15.9455,1.1378,102.0503,0.0000,102.0503,7.0446,102.0503,1.3142,0.0000,100.7361,0.0000,100.7361,7.9266,92.8095,0.0000,92.8095,0.5275,92.2820,0.0000,26.7227,12.8950,52.6643,21542.3811,21542.3811,21542.3811,21542.3811,21542.3811 +410.5000,1.0000,5209.7902,70.7185,70.3770,0.1897,0.0000,5,1551.1973,559.7246,826.0536,-100.5791,90.9222,134.1850,-16.3382,0.7136,83.1411,0.0000,83.1411,7.0675,83.1411,1.2363,0.0000,81.9049,0.0000,81.9049,7.7262,74.1787,0.0000,74.1787,0.3308,73.8479,0.0000,27.7600,13.0600,33.0279,17882.8205,17882.8205,17882.8205,17882.8205,17882.8205 +411.5000,1.0000,5229.6451,71.4775,71.0600,0.2319,0.0000,5,1567.8458,611.0975,787.2969,-101.5665,100.3327,129.2619,-16.6756,0.8817,92.3131,0.0000,92.3131,7.1378,92.3131,1.2963,0.0000,91.0168,0.0000,91.0168,7.9326,83.0842,0.0000,83.0842,0.4087,82.6754,0.0000,28.6638,13.2001,40.8115,19716.6853,19716.6853,19716.6853,19716.6853,19716.6853 +412.5000,1.0000,5249.5295,71.5840,71.8950,-0.1728,0.0000,5,1570.1819,161.7223,805.7848,-101.7050,26.5919,132.4944,-16.7233,-0.6578,20.0075,0.0000,20.0075,7.2421,20.0075,0.9368,0.0000,19.0707,0.0000,19.0707,7.8104,11.2603,0.0000,11.2603,-0.3049,11.5653,0.0000,28.7917,13.2198,-30.4462,5976.0553,5976.0553,5976.0553,5976.0553,5976.0553 +413.5000,1.0000,5269.1929,70.7880,71.2730,-0.2694,0.0000,5,1552.7217,42.0193,656.7160,-100.6695,6.8324,106.7824,-16.3689,-1.0144,2.0938,0.0000,2.0938,5.7529,2.0938,0.8776,0.0000,1.2163,0.0000,1.2163,7.7235,-6.5073,0.0000,-6.5073,-0.4703,-6.0370,0.0000,27.8426,13.0728,-46.9524,3039.7627,3039.7627,3039.7627,3039.7627,3039.7627 +414.5000,1.0000,5288.5791,69.7905,70.3030,-0.2847,0.0070,5,1530.8418,18.8250,609.2580,-99.3718,3.0178,97.6698,-15.9302,-1.0568,-1.2354,0.0000,-1.2354,5.3101,-1.2354,0.8665,0.0000,-2.1020,0.0000,-2.1020,7.6147,-9.7167,0.0000,-9.7167,-0.4899,-9.2267,0.1179,26.6823,12.8886,-48.9155,2574.1829,2574.1829,2574.1829,2574.1829,2574.1829 +415.5000,1.0000,5307.5387,68.2545,69.2780,-0.5686,0.0110,5,1497.1499,26.1373,589.5615,-97.3736,4.0978,92.4321,-15.2664,-2.0641,0.8319,0.0000,0.8319,5.3301,0.8319,0.8319,0.0000,0.0000,0.0000,0.0000,7.4471,-7.4471,51.2982,-58.7453,-0.9569,-57.7885,0.1812,24.9633,12.6049,-95.5379,2627.7906,2627.7906,2627.7906,2627.7906,2627.7906 +416.5000,1.0000,5326.0779,66.7410,67.2310,-0.2722,0.0110,5,1463.9515,18.8018,581.0504,-95.4047,2.8824,89.0777,-14.6260,-0.9663,-1.2441,0.0000,-1.2441,5.0927,-1.2441,0.8085,0.0000,-2.0526,0.0000,-2.0526,7.2820,-9.3346,0.0000,-9.3346,-0.4479,-8.8866,0.1772,23.3352,12.3254,-44.7245,2409.0783,2409.0783,2409.0783,2409.0783,2409.0783 +417.5000,1.0000,5344.4463,66.1265,66.2510,-0.0692,0.0020,5,1450.4726,240.1262,573.7706,-94.6053,36.4735,87.1518,-14.3699,-0.2433,31.6778,0.0000,31.6778,5.0390,31.6778,0.8954,0.0000,30.7824,0.0000,30.7824,7.2149,23.5675,0.0000,23.5675,-0.1128,23.6803,0.0319,22.6955,12.2119,-11.2590,7645.0526,7645.0526,7645.0526,7645.0526,7645.0526 +418.5000,1.0000,5362.8173,66.1355,66.0020,0.0742,0.0000,5,1450.6700,398.9324,655.4693,-94.6170,60.6033,99.5748,-14.3736,0.2609,55.3436,0.0000,55.3436,4.9988,55.3436,1.0139,0.0000,54.3298,0.0000,54.3298,7.2159,47.1139,0.0000,47.1139,0.1209,46.9929,0.0000,22.7047,12.2136,12.0746,12200.9591,12200.9591,12200.9591,12200.9591,12200.9591 +419.5000,1.0000,5381.2615,66.3990,66.2690,0.0722,0.0000,5,1456.4498,398.0991,714.6110,-94.9598,60.7177,108.9918,-14.4832,0.2550,55.4262,0.0000,55.4262,5.0365,55.4262,1.0189,0.0000,54.4072,0.0000,54.4072,7.2447,47.1626,0.0000,47.1626,0.1182,47.0443,0.0000,22.9772,12.2623,11.8049,12227.6519,12227.6519,12227.6519,12227.6519,12227.6519 +420.5000,1.0000,5399.8277,66.8385,66.5290,0.1719,0.0000,5,1466.0902,510.6839,715.7558,-95.5316,78.4046,109.8890,-14.6668,0.6112,72.7605,0.0000,72.7605,5.0329,72.7605,1.1135,0.0000,71.6470,0.0000,71.6470,7.2926,64.3544,0.0000,64.3544,0.2833,64.0710,0.0000,23.4369,12.3434,28.2907,15461.8053,15461.8053,15461.8053,15461.8053,15461.8053 +421.5000,1.0000,5418.5963,67.5670,67.1480,0.2328,0.0000,5,1482.0697,582.0632,758.0214,-96.4793,90.3374,117.6464,-14.9738,0.8365,84.4369,0.0000,84.4369,5.0640,84.4369,1.1849,0.0000,83.2520,0.0000,83.2520,7.4569,75.7951,0.0000,75.7951,0.3878,75.4073,0.0000,24.2120,12.4780,38.7173,17675.5200,17675.5200,17675.5200,17675.5200,17675.5200 +422.5000,1.0000,5437.6376,68.5485,67.9860,0.3125,0.0000,5,1503.5987,676.6842,785.2387,-97.7561,106.5483,123.6409,-15.3923,1.1393,100.2679,0.0000,100.2679,5.1411,100.2679,1.2819,0.0000,98.9861,0.0000,98.9861,7.7831,91.2030,0.0000,91.2030,0.5281,90.6749,0.0000,25.2833,12.6592,52.7324,20806.1102,20806.1102,20806.1102,20806.1102,20806.1102 +423.5000,1.0000,5456.9983,69.6985,69.1110,0.3264,0.0000,5,1528.8238,697.7850,819.6091,-99.2522,111.7140,131.2178,-15.8901,1.2099,105.3015,0.0000,105.3015,5.2026,105.3015,1.3281,0.0000,103.9734,0.0000,103.9734,7.9635,96.0098,0.0000,96.0098,0.5609,95.4490,0.0000,26.5774,12.8716,56.0000,21829.4497,21829.4497,21829.4497,21829.4497,21829.4497 +424.5000,1.0000,5476.6395,70.7085,70.2860,0.2347,0.0000,5,1550.9779,611.1667,829.0728,-100.5661,99.2645,134.6564,-16.3337,0.8827,91.1937,0.0000,91.1937,7.1881,91.1937,1.2763,0.0000,89.9173,0.0000,89.9173,7.8455,82.0718,0.0000,82.0718,0.4092,81.6626,0.0000,27.7486,13.0581,40.8559,19478.9365,19478.9365,19478.9365,19478.9365,19478.9365 +425.5000,1.0000,5496.4763,71.4125,71.1310,0.1564,0.0000,5,1566.4200,525.9110,803.6968,-101.4819,86.2679,131.8345,-16.6466,0.5940,78.5588,0.0000,78.5588,7.1151,78.5588,1.2263,0.0000,77.3325,0.0000,77.3325,7.7917,69.5408,0.0000,69.5408,0.2753,69.2655,0.0000,28.5851,13.1881,27.4922,17061.7428,17061.7428,17061.7428,17061.7428,17061.7428 +426.5000,1.0000,5516.4715,71.9825,71.6940,0.1603,0.0000,5,1578.9229,533.5380,778.7229,-102.2234,88.2175,128.7575,-16.9021,0.6136,80.3536,0.0000,80.3536,7.2503,80.3536,1.2461,0.0000,79.1075,0.0000,79.1075,7.8539,71.2537,0.0000,71.2537,0.2844,70.9692,0.0000,29.2751,13.2934,28.4007,17459.0098,17459.0098,17459.0098,17459.0098,17459.0098 +427.5000,1.0000,5536.6591,72.6755,72.2710,0.2247,0.0000,5,1594.1237,609.0139,783.2648,-103.1250,101.6665,130.7553,-17.2153,0.8686,93.5426,0.0000,93.5426,7.2553,93.5426,1.3252,0.0000,92.2174,0.0000,92.2174,8.0607,84.1567,0.0000,84.1567,0.4027,83.7541,0.0000,30.1293,13.4214,40.2034,20029.1084,20029.1084,20029.1084,20029.1084,20029.1084 +428.5000,1.0000,5557.0617,73.4495,73.0800,0.2053,0.0000,5,1611.1013,591.0136,807.8975,-103.8688,99.7123,136.3037,-17.5241,0.8019,91.5865,0.0000,91.5865,7.3239,91.5865,1.3302,0.0000,90.2564,0.0000,90.2564,8.1024,82.1539,0.0000,82.1539,0.3717,81.7822,0.0000,31.1020,13.5643,37.1159,19674.5399,19674.5399,19674.5399,19674.5399,19674.5399 +429.5000,1.0000,5577.6813,74.2305,73.8190,0.2286,0.0000,5,1628.2323,621.4712,803.8359,-104.4789,105.9659,137.0605,-17.8145,0.9025,97.6460,0.0000,97.6460,7.4173,97.6460,1.3755,0.0000,96.2705,0.0000,96.2705,8.2644,88.0061,0.0000,88.0061,0.4184,87.5877,0.0000,32.1049,13.7085,41.7743,20855.4349,20855.4349,20855.4349,20855.4349,20855.4349 +430.5000,1.0000,5598.4883,74.9050,74.6420,0.1461,0.0000,5,1643.0274,532.2586,814.0286,-105.0058,91.5790,140.0597,-18.0670,0.5821,83.5227,0.0000,83.5227,7.4742,83.5227,1.3180,0.0000,82.2047,0.0000,82.2047,8.1727,74.0320,0.0000,74.0320,0.2698,73.7621,0.0000,32.9874,13.8331,26.9416,18169.6851,18169.6851,18169.6851,18169.6851,18169.6851 +431.5000,1.0000,5619.4309,75.3935,75.1680,0.1253,0.0000,5,1653.7425,511.9001,789.9239,-105.3874,88.6506,136.7986,-18.2509,0.5023,80.5828,0.0000,80.5828,7.5655,80.5828,1.3129,0.0000,79.2699,0.0000,79.2699,8.2260,71.0439,0.0000,71.0439,0.2329,70.8110,0.0000,33.6369,13.9233,23.2508,17645.9809,17645.9809,17645.9809,17645.9809,17645.9809 +432.5000,1.0000,5640.2881,75.0859,75.6190,-0.2961,0.0000,0,1658.6888,43.0713,785.2386,-105.5635,7.4814,136.3940,-18.3361,0.0000,0.0000,0.0000,0.0000,7.4814,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,8.1925,-8.1925,0.0000,-8.1925,-0.5482,-7.6442,0.0000,33.2283,13.8665,-54.7391,3348.8784,3348.8784,3348.8784,3348.8784,3348.8784 +433.5000,1.0000,5661.0711,74.8187,75.8600,0.1477,0.0000,6,1428.8404,578.4495,578.4495,-93.3223,86.5521,86.5521,-13.9636,-20.1684,101.1352,0.0000,101.1352,5.5853,84.5657,2.2350,0.0000,82.3307,0.0000,82.3307,8.1633,74.1674,0.0000,74.1674,0.2725,73.8949,0.0000,32.8736,13.8172,27.2041,16915.1619,16915.1619,16915.1619,16915.1619,16915.1619 +434.5000,1.0000,5682.0262,75.4385,76.1660,0.1966,0.0000,6,1204.6437,802.8521,802.8521,-80.0257,101.2798,101.2798,-10.0952,0.4181,95.2904,0.0000,95.2904,5.5713,95.2904,2.4565,0.0000,92.8339,0.0000,92.8339,8.3238,84.5101,0.0000,84.5101,0.3657,84.1444,0.0000,33.6977,13.9316,36.5151,19712.4590,19712.4590,19712.4590,19712.4590,19712.4590 +435.5000,1.0000,5703.1920,76.1968,76.5900,0.2246,0.0000,6,1216.7527,852.2174,852.2174,-80.7439,108.5879,108.5879,-10.2882,0.4825,102.4628,0.0000,102.4628,5.6426,102.4628,2.6085,0.0000,99.8543,0.0000,99.8543,8.4988,91.3555,0.0000,91.3555,0.4220,90.9335,0.0000,34.7243,14.0717,42.1375,21101.2074,21101.2074,21101.2074,21101.2074,21101.2074 +436.5000,1.0000,5724.5875,77.0236,77.2630,0.2346,0.0000,6,1229.9543,873.9823,873.9823,-81.5268,112.5694,112.5694,-10.5007,0.5094,106.3548,0.0000,106.3548,5.7051,106.3548,2.6958,0.0000,103.6590,0.0000,103.6590,8.6318,95.0272,0.0000,95.0272,0.4456,94.5816,0.0000,35.8670,14.2243,44.4903,21845.0897,21845.0897,21845.0897,21845.0897,21845.0897 +437.5000,1.0000,5746.2186,77.8722,78.0970,0.2368,0.0000,6,1243.5062,883.5969,883.5969,-82.3305,115.0617,115.0617,-10.7211,0.5198,108.8016,0.0000,108.8016,5.7403,108.8016,2.7545,0.0000,106.0471,0.0000,106.0471,8.7456,97.3014,0.0000,97.3014,0.4547,96.8467,0.0000,37.0657,14.3811,45.4000,22327.6649,22327.6649,22327.6649,22327.6649,22327.6649 +438.5000,1.0000,5768.0859,78.7222,78.6990,0.2354,0.0000,6,1257.0789,887.9121,887.9121,-83.1355,116.8856,116.8856,-10.9440,0.5223,110.5471,0.0000,110.5471,5.8163,110.5471,2.7992,0.0000,107.7479,0.0000,107.7479,8.8492,98.8986,0.0000,98.8986,0.4568,98.4418,0.0000,38.2926,14.5380,45.6112,22674.8837,22674.8837,22674.8837,22674.8837,22674.8837 +439.5000,1.0000,5790.1321,79.3664,79.2220,0.1225,0.0000,6,1267.3664,717.3340,890.8595,-83.7456,95.2033,118.2334,-11.1146,0.2741,89.1156,0.0000,89.1156,5.8137,89.1156,2.3781,0.0000,86.7374,0.0000,86.7374,8.6595,78.0779,0.0000,78.0779,0.2398,77.8381,0.0000,39.2396,14.6570,23.9415,18544.9550,18544.9550,18544.9550,18544.9550,18544.9550 +440.5000,1.0000,5812.2908,79.7710,79.5870,0.1022,0.0000,6,1273.8269,689.1711,819.1432,-84.1288,91.9319,109.2695,-11.2223,0.2298,85.8704,0.0000,85.8704,5.8316,85.8704,2.3180,0.0000,83.5524,0.0000,83.5524,8.7036,74.8488,0.0000,74.8488,0.2010,74.6477,0.0000,39.8427,14.7317,20.0733,17946.6244,17946.6244,17946.6244,17946.6244,17946.6244 +441.5000,1.0000,5834.5403,80.0985,79.9550,0.0797,0.0000,6,1279.0566,657.7807,807.7434,-84.4390,88.1048,108.1912,-11.3100,0.1800,81.9878,0.0000,81.9878,5.9370,81.9878,2.2442,0.0000,79.7436,0.0000,79.7436,8.7394,71.0043,0.0000,71.0043,0.1574,70.8468,0.0000,40.3353,14.7922,15.7193,17221.4255,17221.4255,17221.4255,17221.4255,17221.4255 +442.5000,1.0000,5856.8642,80.3660,80.2420,0.0689,0.0000,6,1283.3282,642.6790,794.9040,-84.6923,86.3695,106.8270,-11.3818,0.1561,80.3302,0.0000,80.3302,5.8833,80.3302,2.2142,0.0000,78.1160,0.0000,78.1160,8.7686,69.3474,0.0000,69.3474,0.1365,69.2109,0.0000,40.7407,14.8416,13.6286,16897.2738,16897.2738,16897.2738,16897.2738,16897.2738 +443.5000,1.0000,5879.2280,80.5095,80.4900,0.0108,0.0000,6,1285.6197,555.0805,789.0922,-84.8282,74.7304,106.2353,-11.4204,0.0246,68.7647,0.0000,68.7647,5.9411,68.7647,1.9846,0.0000,66.7801,0.0000,66.7801,8.7842,57.9959,0.0000,57.9959,0.0215,57.9744,0.0000,40.9593,14.8681,2.1470,14752.6612,14752.6612,14752.6612,14752.6612,14752.6612 +444.5000,1.0000,5901.5846,80.4840,80.5290,-0.0250,0.0000,6,1285.2125,499.6008,752.3003,-84.8041,67.2398,101.2499,-11.4135,-0.0567,61.3995,0.0000,61.3995,5.8971,61.3995,1.8370,0.0000,59.5625,0.0000,59.5625,8.7814,50.7811,0.0000,50.7811,-0.0496,50.8307,0.0000,40.9204,14.8634,-4.9531,13370.4301,13370.4301,13370.4301,13370.4301,13370.4301 +445.5000,1.0000,5923.9288,80.4390,80.4390,0.0000,0.0000,6,1284.4939,537.5578,728.6166,-84.7614,72.3079,98.0076,-11.4014,0.0000,66.4202,0.0000,66.4202,5.8877,66.4202,1.9368,0.0000,64.4834,0.0000,64.4834,8.7765,55.7069,0.0000,55.7069,0.0000,55.7069,0.0000,40.8518,14.8551,0.0000,14299.4386,14299.4386,14299.4386,14299.4386,14299.4386 +446.5000,1.0000,5946.2662,80.4145,80.4390,-0.0136,0.0000,6,1284.1026,516.4119,744.7031,-84.7382,69.4424,100.1409,-11.3948,-0.0309,63.5976,0.0000,63.5976,5.8756,63.5976,1.8801,0.0000,61.7175,0.0000,61.7175,8.7739,52.9437,0.0000,52.9437,-0.0270,52.9707,0.0000,40.8145,14.8506,-2.6944,13763.5652,13763.5652,13763.5652,13763.5652,13763.5652 +447.5000,1.0000,5968.5724,80.3025,80.3900,-0.0486,0.0000,6,1282.3142,462.0424,735.7086,-84.6322,62.0447,98.7936,-11.3647,-0.1100,56.2622,0.0000,56.2622,5.8926,56.2622,1.7321,0.0000,54.5301,0.0000,54.5301,8.7616,45.7685,0.0000,45.7685,-0.0962,45.8647,0.0000,40.6442,14.8299,-9.6093,12361.4589,12361.4589,12361.4589,12361.4589,12361.4589 +448.5000,1.0000,5990.8205,80.0930,80.2150,-0.0678,0.0000,6,1278.9688,430.8116,712.2451,-84.4338,57.7000,95.3933,-11.3085,-0.1530,52.0043,0.0000,52.0043,5.8487,52.0043,1.6444,0.0000,50.3599,0.0000,50.3599,8.7388,41.6211,0.0000,41.6211,-0.1338,41.7549,0.0000,40.3270,14.7912,-13.3632,11512.8471,11512.8471,11512.8471,11512.8471,11512.8471 +449.5000,1.0000,6012.9699,79.7380,79.9710,-0.1294,0.0000,6,1273.2999,333.6624,698.3546,-84.0976,44.4904,93.1184,-11.2135,-0.2909,38.9350,0.0000,38.9350,5.8464,38.9350,1.3789,0.0000,37.5561,0.0000,37.5561,8.7000,28.8561,0.0000,28.8561,-0.2545,29.1106,0.0000,39.7934,14.7256,-25.4084,9003.0718,9003.0718,9003.0718,9003.0718,9003.0718 +450.5000,1.0000,6034.9612,79.1685,79.5050,-0.1869,0.0000,6,1264.2058,241.2845,655.2180,-83.5582,31.9430,86.7426,-11.0620,-0.4172,26.5319,0.0000,26.5319,5.8283,26.5319,1.1241,0.0000,25.4077,0.0000,25.4077,8.6379,16.7698,0.0000,16.7698,-0.3649,17.1347,0.0000,38.9472,14.6205,-36.4329,6637.8247,6637.8247,6637.8247,6637.8247,6637.8247 +451.5000,1.0000,6056.7740,78.5260,78.8320,-0.1700,0.0000,6,1253.9460,262.1921,612.9997,-82.9497,34.4292,80.4948,-10.8924,-0.3763,29.0522,0.0000,29.0522,5.7533,29.0522,1.1671,0.0000,27.8852,0.0000,27.8852,8.5678,19.3174,0.0000,19.3174,-0.3291,19.6465,0.0000,38.0065,14.5018,-32.8618,7100.3392,7100.3392,7100.3392,7100.3392,7100.3392 +452.5000,1.0000,6078.4044,77.8695,78.2200,-0.1947,0.0000,6,1243.4627,219.5330,620.1886,-82.3280,28.5865,80.7579,-10.7203,-0.4274,23.2823,0.0000,23.2823,5.7316,23.2823,1.0441,0.0000,22.2382,0.0000,22.2382,8.4962,13.7421,0.0000,13.7421,-0.3738,14.1159,0.0000,37.0614,14.3806,-37.3261,6020.3030,6020.3030,6020.3030,6020.3030,6020.3030 +453.5000,1.0000,6099.8401,77.1685,77.5190,-0.1947,0.0000,6,1232.2687,214.7324,599.0833,-81.6641,27.7097,77.3074,-10.5382,-0.4235,22.3981,0.0000,22.3981,5.7351,22.3981,1.0183,0.0000,21.3798,0.0000,21.3798,8.4197,12.9601,0.0000,12.9601,-0.3705,13.3306,0.0000,36.0695,14.2511,-36.9900,5855.3724,5855.3724,5855.3724,5855.3724,5855.3724 +454.5000,1.0000,6121.1059,76.5570,76.8180,-0.1450,0.0000,6,1222.5040,286.3731,594.8494,-81.0849,36.6616,76.1528,-10.3805,-0.3129,31.2989,0.0000,31.2989,5.6756,31.2989,1.1893,0.0000,30.1096,0.0000,30.1096,8.3530,21.7566,0.0000,21.7566,-0.2737,22.0303,0.0000,35.2185,14.1382,-27.3264,7504.8884,7504.8884,7504.8884,7504.8884,7504.8884 +455.5000,1.0000,6142.2283,76.0405,76.2960,-0.1419,0.0000,6,1214.2562,287.2485,625.3623,-80.5958,36.5255,79.5190,-10.2483,-0.3042,31.1951,0.0000,31.1951,5.6347,31.1951,1.1814,0.0000,30.0137,0.0000,30.0137,8.2966,21.7171,0.0000,21.7171,-0.2661,21.9832,0.0000,34.5105,14.0428,-26.5701,7472.1848,7472.1848,7472.1848,7472.1848,7472.1848 +456.5000,1.0000,6163.2321,75.6140,75.7850,-0.0950,0.0000,6,1207.4456,356.2068,624.3900,-80.1919,45.0400,78.9500,-10.1397,-0.2025,39.6321,0.0000,39.6321,5.6103,39.6321,1.3453,0.0000,38.2869,0.0000,38.2869,8.2501,30.0368,0.0000,30.0368,-0.1771,30.2139,0.0000,33.9328,13.9640,-17.6830,9088.8722,9088.8722,9088.8722,9088.8722,9088.8722 +457.5000,1.0000,6184.1460,75.2900,75.4430,-0.0850,0.0000,6,1202.2718,368.6831,654.5447,-79.8850,46.4178,82.4082,-10.0577,-0.1804,41.0763,0.0000,41.0763,5.5219,41.0763,1.3705,0.0000,39.7058,0.0000,39.7058,8.2147,31.4911,0.0000,31.4911,-0.1578,31.6488,0.0000,33.4984,13.9042,-15.7538,9351.4743,9351.4743,9351.4743,9351.4743,9351.4743 +458.5000,1.0000,6205.0371,75.2080,75.1370,0.0394,0.0000,6,1200.9624,559.2387,659.4621,-79.8074,70.3324,82.9369,-10.0369,0.0836,64.7017,0.0000,64.7017,5.5470,64.7017,1.8421,0.0000,62.8596,0.0000,62.8596,8.2058,54.6538,0.0000,54.6538,0.0731,54.5807,0.0000,33.3890,13.8891,7.3026,13934.4464,13934.4464,13934.4464,13934.4464,13934.4464 +459.5000,1.0000,6225.9717,75.3645,75.2790,0.0475,0.0000,6,1203.4615,572.8347,745.0563,-79.9556,72.1922,93.8966,-10.0765,0.1009,66.5195,0.0000,66.5195,5.5718,66.5195,1.8802,0.0000,64.6393,0.0000,64.6393,8.2229,56.4164,0.0000,56.4164,0.0883,56.3281,0.0000,33.5979,13.9180,8.8123,14286.1959,14286.1959,14286.1959,14286.1959,14286.1959 +460.5000,1.0000,6246.9871,75.6555,75.4500,0.1142,0.0000,6,1208.1083,677.3623,751.1615,-80.2312,85.6950,95.0315,-10.1503,0.2435,79.8402,0.0000,79.8402,5.6113,79.8402,2.1499,0.0000,77.6903,0.0000,77.6903,8.2546,69.4357,0.0000,69.4357,0.2130,69.2227,0.0000,33.9888,13.9717,21.2622,16758.6197,16758.6197,16758.6197,16758.6197,16758.6197 +461.5000,1.0000,6268.1083,76.0360,75.8610,0.0972,0.0000,6,1214.1844,653.8307,798.0143,-80.5915,83.1340,101.4668,-10.2471,0.2084,77.3260,0.0000,77.3260,5.5996,77.3260,2.1040,0.0000,75.2221,0.0000,75.2221,8.2961,66.9259,0.0000,66.9259,0.1823,66.7437,0.0000,34.5041,14.0420,18.1976,16291.6100,16291.6100,16291.6100,16291.6100,16291.6100 +462.5000,1.0000,6289.3215,76.3675,76.2110,0.0869,0.0000,6,1219.4779,640.2769,788.1126,-80.9055,81.7656,100.6447,-10.3319,0.1872,75.9822,0.0000,75.9822,5.5962,75.9822,2.0808,0.0000,73.9013,0.0000,73.9013,8.3323,65.5690,0.0000,65.5690,0.1637,65.4053,0.0000,34.9573,14.1032,16.3448,16043.1410,16043.1410,16043.1410,16043.1410,16043.1410 +463.5000,1.0000,6310.5969,76.5915,76.5240,0.0375,0.0000,6,1223.0549,566.2148,782.7722,-81.1176,72.5197,100.2559,-10.3894,0.0810,66.8081,0.0000,66.8081,5.6306,66.8081,1.8999,0.0000,64.9082,0.0000,64.9082,8.3567,56.5515,0.0000,56.5515,0.0708,56.4806,0.0000,35.2657,14.1446,7.0704,14329.0659,14329.0659,14329.0659,14329.0659,14329.0659 +464.5000,1.0000,6331.9590,76.9035,76.6590,0.1358,0.0000,6,1228.0371,719.1385,750.1150,-81.4131,92.4810,96.4646,-10.4697,0.2944,86.5626,0.0000,86.5626,5.6240,86.5626,2.2986,0.0000,84.2640,0.0000,84.2640,8.3908,75.8732,0.0000,75.8732,0.2575,75.6157,0.0000,35.6988,14.2022,25.7147,18033.8792,18033.8792,18033.8792,18033.8792,18033.8792 +465.5000,1.0000,6353.4581,77.3970,77.1480,0.1383,0.0000,6,1235.9176,726.9518,817.3733,-81.8805,94.0857,105.7885,-10.5974,0.3018,88.0831,0.0000,88.0831,5.7009,88.0831,2.3346,0.0000,85.7484,0.0000,85.7484,8.4446,77.3038,0.0000,77.3038,0.2640,77.0398,0.0000,36.3905,14.2933,26.3560,18331.4187,18331.4187,18331.4187,18331.4187,18331.4187 +466.5000,1.0000,6375.0781,77.8320,77.6460,0.1033,0.0000,6,1242.8639,676.3845,821.4198,-82.2925,88.0331,106.9098,-10.7106,0.2267,82.0894,0.0000,82.0894,5.7169,82.0894,2.2198,0.0000,79.8697,0.0000,79.8697,8.4921,71.3776,0.0000,71.3776,0.1983,71.1793,0.0000,37.0073,14.3736,19.7983,17184.9381,17184.9381,17184.9381,17184.9381,17184.9381 +467.5000,1.0000,6396.7767,78.1150,78.0180,0.0539,0.0000,6,1247.3830,602.9698,800.2292,-82.5605,78.7633,104.5305,-10.7845,0.1187,72.8660,0.0000,72.8660,5.7786,72.8660,2.0386,0.0000,70.8275,0.0000,70.8275,8.5230,62.3045,0.0000,62.3045,0.1038,62.2007,0.0000,37.4123,14.4259,10.3625,15511.7717,15511.7717,15511.7717,15511.7717,15511.7717 +468.5000,1.0000,6418.5296,78.3105,78.2120,0.0547,0.0000,6,1250.5048,605.5539,768.7859,-82.7456,79.2988,100.6745,-10.8358,0.1208,73.4066,0.0000,73.4066,5.7714,73.4066,2.0517,0.0000,71.3549,0.0000,71.3549,8.5443,62.8106,0.0000,62.8106,0.1057,62.7050,0.0000,37.6939,14.4620,10.5490,15606.4042,15606.4042,15606.4042,15606.4042,15606.4042 +469.5000,1.0000,6440.3367,78.5055,78.4090,0.0536,0.0000,6,1253.6187,605.1424,770.1955,-82.9303,79.4423,101.1102,-10.8870,0.1186,73.5612,0.0000,73.5612,5.7625,73.5612,2.0570,0.0000,71.5042,0.0000,71.5042,8.5656,62.9386,0.0000,62.9386,0.1038,62.8348,0.0000,37.9762,14.4980,10.3606,15632.6454,15632.6454,15632.6454,15632.6454,15632.6454 +470.5000,1.0000,6462.2030,78.7185,78.6020,0.0647,0.0000,6,1257.0200,623.9373,770.2658,-83.1320,82.1319,101.3938,-10.9431,0.1436,76.1919,0.0000,76.1919,5.7964,76.1919,2.1121,0.0000,74.0798,0.0000,74.0798,8.5888,65.4910,0.0000,65.4910,0.1256,65.3653,0.0000,38.2862,14.5374,12.5418,16100.0801,16100.0801,16100.0801,16100.0801,16100.0801 +471.5000,1.0000,6484.1160,78.8870,78.8350,0.0289,0.0000,6,1259.7107,570.3858,778.7994,-83.2916,75.2434,102.7366,-10.9875,0.0642,69.3517,0.0000,69.3517,5.8274,69.3517,1.9773,0.0000,67.3744,0.0000,67.3744,8.6072,58.7672,0.0000,58.7672,0.0562,58.7110,0.0000,38.5325,14.5685,5.6100,14840.8857,14840.8857,14840.8857,14840.8857,14840.8857 +472.5000,1.0000,6506.0444,78.9420,78.9390,0.0017,0.0000,6,1260.5890,528.7846,756.0524,-83.3437,69.8041,99.8054,-11.0021,0.0037,64.0030,0.0000,64.0030,5.7974,64.0030,1.8709,0.0000,62.1321,0.0000,62.1321,8.6132,53.5189,0.0000,53.5189,0.0032,53.5157,0.0000,38.6132,14.5786,0.3239,13817.7157,13817.7157,13817.7157,13817.7157,13817.7157 +473.5000,1.0000,6527.9552,78.8790,78.9450,-0.0367,0.0000,6,1259.5829,469.9302,738.2494,-83.2840,61.9853,97.3775,-10.9854,-0.0815,56.2176,0.0000,56.2176,5.8492,56.2176,1.7145,0.0000,54.5031,0.0000,54.5031,8.6063,45.8968,0.0000,45.8968,-0.0713,45.9681,0.0000,38.5208,14.5670,-7.1197,12333.1877,12333.1877,12333.1877,12333.1877,12333.1877 +474.5000,1.0000,6549.8359,78.7705,78.8130,-0.0236,0.0000,6,1257.8503,488.7208,712.5732,-83.1813,64.3752,93.8614,-10.9568,-0.0524,58.6410,0.0000,58.6410,5.7866,58.6410,1.7617,0.0000,56.8793,0.0000,56.8793,8.5945,48.2848,0.0000,48.2848,-0.0459,48.3307,0.0000,38.3620,14.5470,-4.5784,12805.2323,12805.2323,12805.2323,12805.2323,12805.2323 +475.5000,1.0000,6571.6813,78.6435,78.7280,-0.0469,0.0000,6,1255.8223,452.4597,720.5462,-83.0610,59.5027,94.7586,-10.9233,-0.1041,53.7645,0.0000,53.7645,5.8423,53.7645,1.6627,0.0000,52.1018,0.0000,52.1018,8.5806,43.5211,0.0000,43.5211,-0.0910,43.6122,0.0000,38.1768,14.5235,-9.0882,11839.0369,11839.0369,11839.0369,11839.0369,11839.0369 +476.5000,1.0000,6593.4903,78.5125,78.5590,-0.0258,0.0000,6,1253.7305,483.4294,704.4648,-82.9369,63.4696,92.4894,-10.8888,-0.0572,57.7500,0.0000,57.7500,5.7768,57.7500,1.7409,0.0000,56.0091,0.0000,56.0091,8.5663,47.4428,0.0000,47.4428,-0.0500,47.4928,0.0000,37.9863,14.4993,-4.9928,12624.8903,12624.8903,12624.8903,12624.8903,12624.8903 +477.5000,1.0000,6615.2820,78.4500,78.4660,-0.0089,0.0000,6,1252.7324,508.9996,717.6750,-82.8777,66.7735,94.1488,-10.8724,-0.0197,61.0146,0.0000,61.0146,5.7786,61.0146,1.8054,0.0000,59.2092,0.0000,59.2092,8.5595,50.6497,0.0000,50.6497,-0.0172,50.6669,0.0000,37.8957,14.4878,-1.7166,13262.4263,13262.4263,13262.4263,13262.4263,13262.4263 +478.5000,1.0000,6637.0867,78.4970,78.4340,0.0350,0.0000,6,1253.4830,576.5213,728.6160,-82.9222,75.6767,95.6414,-10.8847,0.0774,69.8383,0.0000,69.8383,5.7610,69.8383,1.9825,0.0000,67.8559,0.0000,67.8559,8.5646,59.2912,0.0000,59.2912,0.0677,59.2235,0.0000,37.9639,14.4965,6.7632,14923.8243,14923.8243,14923.8243,14923.8243,14923.8243 +479.5000,1.0000,6658.9556,78.7280,78.5600,0.0933,0.0000,6,1257.1717,667.8586,757.8118,-83.1410,87.9241,99.7665,-10.9456,0.2071,81.9254,0.0000,81.9254,5.7916,81.9254,2.2269,0.0000,79.6985,0.0000,79.6985,8.5898,71.1086,0.0000,71.1086,0.1812,70.9275,0.0000,38.3002,14.5391,18.0882,17169.5507,17169.5507,17169.5507,17169.5507,17169.5507 +480.5000,1.0000,6680.8963,78.9865,78.8960,0.0503,0.0000,6,1261.2996,603.6839,797.6055,-83.3858,79.7364,105.3501,-11.0138,0.1119,73.8252,0.0000,73.8252,5.7993,73.8252,2.0679,0.0000,71.7573,0.0000,71.7573,8.6181,63.1392,0.0000,63.1392,0.0979,63.0413,0.0000,38.6785,14.5869,9.7759,15687.2587,15687.2587,15687.2587,15687.2587,15687.2587 +481.5000,1.0000,6702.8006,78.8555,79.0770,-0.1231,0.0000,6,1259.2077,337.3948,770.9774,-83.2618,44.4902,101.6641,-10.9792,-0.2735,38.8945,0.0000,38.8945,5.8692,38.8945,1.3677,0.0000,37.5268,0.0000,37.5268,8.6038,28.9230,0.0000,28.9230,-0.2392,29.1623,0.0000,38.4867,14.5627,-23.8870,8985.6934,8985.6934,8985.6934,8985.6934,8985.6934 +482.5000,1.0000,6724.5945,78.4580,78.6340,-0.0978,0.0000,6,1252.8602,372.8931,654.5813,-82.8853,48.9233,85.8805,-10.8745,-0.2162,43.3354,0.0000,43.3354,5.8042,43.3354,1.4519,0.0000,41.8834,0.0000,41.8834,8.5604,33.3230,0.0000,33.3230,-0.1891,33.5122,0.0000,37.9075,14.4893,-18.8846,9834.4739,9834.4739,9834.4739,9834.4739,9834.4739 +483.5000,1.0000,6746.2799,78.0675,78.2820,-0.1192,0.0000,6,1246.6245,337.1889,669.1344,-82.5155,44.0187,87.3530,-10.7721,-0.2622,38.4996,0.0000,38.4996,5.7813,38.4996,1.3507,0.0000,37.1489,0.0000,37.1489,8.5178,28.6311,0.0000,28.6311,-0.2294,28.8605,0.0000,37.3444,14.4171,-22.9010,8896.9856,8896.9856,8896.9856,8896.9856,8896.9856 +484.5000,1.0000,6767.8342,77.5955,77.8530,-0.1431,0.0000,6,1239.0873,297.3512,652.3001,-82.0685,38.5834,84.6404,-10.6490,-0.3129,33.1055,0.0000,33.1055,5.7908,33.1055,1.2374,0.0000,31.8681,0.0000,31.8681,8.4663,23.4018,0.0000,23.4018,-0.2737,23.6755,0.0000,36.6712,14.3300,-27.3257,7894.0680,7894.0680,7894.0680,7894.0680,7894.0680 +485.5000,1.0000,6789.2487,77.0920,77.3380,-0.1367,0.0000,6,1231.0471,303.5275,633.2635,-81.5916,39.1292,81.6371,-10.5184,-0.2970,33.6573,0.0000,33.6573,5.7690,33.6573,1.2426,0.0000,32.4146,0.0000,32.4146,8.4113,24.0033,0.0000,24.0033,-0.2598,24.2630,0.0000,35.9619,14.2370,-25.9359,7991.7639,7991.7639,7991.7639,7991.7639,7991.7639 +486.5000,1.0000,6810.5337,76.6260,76.8460,-0.1222,0.0000,6,1223.6058,322.6242,634.6386,-81.1503,41.3397,81.3199,-10.3982,-0.2640,35.8203,0.0000,35.8203,5.7834,35.8203,1.2806,0.0000,34.5397,0.0000,34.5397,8.3605,26.1792,0.0000,26.1792,-0.2309,26.4101,0.0000,35.3137,14.1509,-23.0545,8396.8960,8396.8960,8396.8960,8396.8960,8396.8960 +487.5000,1.0000,6831.6994,76.1965,76.4060,-0.1164,0.0000,6,1216.7473,328.2689,641.9569,-80.7435,41.8272,81.7965,-10.2881,-0.2500,36.3448,0.0000,36.3448,5.7324,36.3448,1.2862,0.0000,35.0586,0.0000,35.0586,8.3136,26.7450,0.0000,26.7450,-0.2186,26.9637,0.0000,34.7232,14.0716,-21.8311,8485.6189,8485.6189,8485.6189,8485.6189,8485.6189 +488.5000,1.0000,6852.7663,75.8410,75.9870,-0.0811,0.0000,6,1211.0705,379.7067,643.4043,-80.4069,48.1555,81.5985,-10.1974,-0.1734,42.6332,0.0000,42.6332,5.6957,42.6332,1.4079,0.0000,41.2254,0.0000,41.2254,8.2749,32.9505,0.0000,32.9505,-0.1517,33.1022,0.0000,34.2393,14.0060,-15.1431,9672.5459,9672.5459,9672.5459,9672.5459,9672.5459 +489.5000,1.0000,6873.7874,75.6760,75.6950,-0.0106,0.0000,6,1208.4357,487.2522,665.7620,-80.2506,61.6604,84.2502,-10.1555,-0.0225,55.9345,0.0000,55.9345,5.7484,55.9345,1.6720,0.0000,54.2624,0.0000,54.2624,8.2568,46.0056,0.0000,46.0056,-0.0197,46.0253,0.0000,34.0162,13.9755,-1.9664,12266.4466,12266.4466,12266.4466,12266.4466,12266.4466 +490.5000,1.0000,6894.8103,75.6825,75.6570,0.0142,0.0000,6,1208.5395,524.9016,713.7154,-80.2567,66.4305,90.3264,-10.1571,0.0302,60.6922,0.0000,60.6922,5.7080,60.6922,1.7673,0.0000,58.9249,0.0000,58.9249,8.2576,50.6674,0.0000,50.6674,0.0264,50.6409,0.0000,34.0249,13.9767,2.6393,13189.0113,13189.0113,13189.0113,13189.0113,13189.0113 +491.5000,1.0000,6915.8490,75.7390,75.7080,0.0172,0.0000,6,1209.4417,529.9129,730.5759,-80.3103,67.1148,92.5292,-10.1715,0.0368,61.3768,0.0000,61.3768,5.7012,61.3768,1.7816,0.0000,59.5952,0.0000,59.5952,8.2637,51.3315,0.0000,51.3315,0.0322,51.2993,0.0000,34.1012,13.9871,3.2110,13318.4673,13318.4673,13318.4673,13318.4673,13318.4673 +492.5000,1.0000,6936.8917,75.7540,75.7700,-0.0089,0.0000,6,1209.6812,489.7558,732.9811,-80.3245,62.0411,92.8522,-10.1753,-0.0190,56.3844,0.0000,56.3844,5.6756,56.3844,1.6819,0.0000,54.7025,0.0000,54.7025,8.2654,46.4371,0.0000,46.4371,-0.0166,46.4537,0.0000,34.1215,13.9899,-1.6576,12337.5955,12337.5955,12337.5955,12337.5955,12337.5955 +493.5000,1.0000,6957.9185,75.6965,75.7380,-0.0231,0.0000,6,1208.7630,468.0401,715.0532,-80.2700,59.2452,90.5124,-10.1607,-0.0492,53.5679,0.0000,53.5679,5.7264,53.5679,1.6249,0.0000,51.9430,0.0000,51.9430,8.2591,43.6839,0.0000,43.6839,-0.0430,43.7269,0.0000,34.0438,13.9793,-4.2962,11803.8914,11803.8914,11803.8914,11803.8914,11803.8914 +494.5000,1.0000,6978.9103,75.5705,75.6550,-0.0469,0.0000,6,1206.7510,430.5442,705.2265,-80.1507,54.4082,89.1199,-10.1287,-0.1000,48.7828,0.0000,48.7828,5.7254,48.7828,1.5278,0.0000,47.2550,0.0000,47.2550,8.2453,39.0096,0.0000,39.0096,-0.0875,39.0971,0.0000,33.8741,13.9560,-8.7330,10878.7592,10878.7592,10878.7592,10878.7592,10878.7592 +495.5000,1.0000,6999.8745,75.4710,75.4860,-0.0083,0.0000,6,1205.1621,488.9647,688.0445,-80.0564,61.7094,86.8342,-10.1035,-0.0177,56.0203,0.0000,56.0203,5.7069,56.0203,1.6714,0.0000,54.3489,0.0000,54.3489,8.2345,46.1144,0.0000,46.1144,-0.0155,46.1299,0.0000,33.7405,13.9376,-1.5482,12280.2946,12280.2946,12280.2946,12280.2946,12280.2946 +496.5000,1.0000,7020.8201,75.4040,75.4560,-0.0289,0.0000,6,1204.0922,456.8416,714.1673,-79.9930,57.6042,90.0510,-10.0865,-0.0614,51.9769,0.0000,51.9769,5.6887,51.9769,1.5898,0.0000,50.3871,0.0000,50.3871,8.2272,42.1599,0.0000,42.1599,-0.0537,42.2136,0.0000,33.6507,13.9253,-5.3623,11493.2428,11493.2428,11493.2428,11493.2428,11493.2428 +497.5000,1.0000,7041.7524,75.3565,75.3520,0.0025,0.0000,6,1203.3337,505.0364,699.5266,-79.9480,63.6411,88.1493,-10.0745,0.0053,57.9018,0.0000,57.9018,5.7340,57.9018,1.7078,0.0000,56.1940,0.0000,56.1940,8.2220,47.9720,0.0000,47.9720,0.0046,47.9674,0.0000,33.5871,13.9165,0.4638,12659.0782,12659.0782,12659.0782,12659.0782,12659.0782 +498.5000,1.0000,7062.6773,75.3295,75.3610,-0.0175,0.0000,6,1202.9026,474.2275,721.1599,-79.9224,59.7373,90.8428,-10.0676,-0.0372,54.0341,0.0000,54.0341,5.7404,54.0341,1.6301,0.0000,52.4040,0.0000,52.4040,8.2190,44.1849,0.0000,44.1849,-0.0325,44.2174,0.0000,33.5511,13.9115,-3.2451,11904.2877,11904.2877,11904.2877,11904.2877,11904.2877 +499.5000,1.0000,7083.5906,75.2880,75.2980,-0.0056,0.0000,6,1202.2399,491.8701,707.2187,-79.8831,61.9256,89.0376,-10.0571,-0.0118,56.2480,0.0000,56.2480,5.6894,56.2480,1.6739,0.0000,54.5740,0.0000,54.5740,8.2145,46.3595,0.0000,46.3595,-0.0103,46.3698,0.0000,33.4956,13.9038,-1.0296,12325.9994,12325.9994,12325.9994,12325.9994,12325.9994 +500.5000,1.0000,7104.5046,75.2905,75.2780,0.0069,0.0000,6,1202.2798,510.7664,715.0588,-79.8855,64.3067,90.0277,-10.0578,0.0147,58.6398,0.0000,58.6398,5.6522,58.6398,1.7218,0.0000,56.9180,0.0000,56.9180,8.2148,48.7032,0.0000,48.7032,0.0129,48.6903,0.0000,33.4990,13.9043,1.2871,12785.6378,12785.6378,12785.6378,12785.6378,12785.6378 +501.5000,1.0000,7125.4165,75.2825,75.3030,-0.0114,0.0000,6,1202.1521,498.8248,723.6023,-79.8779,62.7966,91.0936,-10.0558,-0.0242,55.1247,0.0000,55.1247,7.6961,55.1247,1.6514,0.0000,53.4733,0.0000,53.4733,8.2139,45.2594,0.0000,45.2594,-0.0211,45.2805,0.0000,33.4883,13.9028,-2.1106,12495.5081,12495.5081,12495.5081,12495.5081,12495.5081 +502.5000,1.0000,7146.3287,75.2840,75.2620,0.0122,0.0000,6,1202.1760,534.8399,718.1876,-79.8793,67.3318,90.4138,-10.0561,0.0259,59.6369,0.0000,59.6369,7.6690,59.6369,1.7417,0.0000,57.8952,0.0000,57.8952,8.2141,49.6811,0.0000,49.6811,0.0227,49.6585,0.0000,33.4903,13.9031,2.2651,13361.8529,13361.8529,13361.8529,13361.8529,13361.8529 +503.5000,1.0000,7167.2419,75.2875,75.3060,-0.0103,0.0000,6,1202.2319,500.5796,734.4380,-79.8827,63.0217,92.4639,-10.0570,-0.0218,55.3451,0.0000,55.3451,7.6984,55.3451,1.6559,0.0000,53.6893,0.0000,53.6893,8.2145,45.4748,0.0000,45.4748,-0.0191,45.4939,0.0000,33.4950,13.9037,-1.9048,12540.8658,12540.8658,12540.8658,12540.8658,12540.8658 +504.5000,1.0000,7188.1678,75.3335,75.2690,0.0358,0.0000,6,1202.9665,571.1551,718.9376,-79.9262,71.9509,90.5677,-10.0687,0.0761,64.2340,0.0000,64.2340,7.6408,64.2340,1.8342,0.0000,62.3998,0.0000,62.3998,8.2195,54.1804,0.0000,54.1804,0.0666,54.1138,0.0000,33.5564,13.9122,6.6451,14240.8241,14240.8241,14240.8241,14240.8241,14240.8241 +505.5000,1.0000,7209.1303,75.4650,75.3980,0.0372,0.0000,6,1205.0663,574.2530,750.6575,-80.0508,72.4674,94.7287,-10.1019,0.0792,64.7324,0.0000,64.7324,7.6558,64.7324,1.8456,0.0000,62.8868,0.0000,62.8868,8.2338,54.6530,0.0000,54.6530,0.0693,54.5837,0.0000,33.7325,13.9365,6.9148,14336.7201,14336.7201,14336.7201,14336.7201,14336.7201 +506.5000,1.0000,7230.1170,75.5520,75.5320,0.0111,0.0000,6,1206.4556,535.1212,752.3351,-80.1331,67.6071,95.0498,-10.1240,0.0237,59.8819,0.0000,59.8819,7.7015,59.8819,1.7496,0.0000,58.1323,0.0000,58.1323,8.2433,49.8890,0.0000,49.8890,0.0207,49.8683,0.0000,33.8492,13.9526,2.0665,13412.6354,13412.6354,13412.6354,13412.6354,13412.6354 +507.5000,1.0000,7251.1188,75.6065,75.5720,0.0192,0.0000,6,1207.3259,547.4143,734.9429,-80.1848,69.2101,92.9195,-10.1378,0.0408,61.5204,0.0000,61.5204,7.6488,61.5204,1.7830,0.0000,59.7374,0.0000,59.7374,8.2493,51.4882,0.0000,51.4882,0.0357,51.4525,0.0000,33.9225,13.9627,3.5673,13716.3786,13716.3786,13716.3786,13716.3786,13716.3786 +508.5000,1.0000,7272.1299,75.6400,75.6410,-0.0006,0.0000,6,1207.8608,517.7401,740.5909,-80.2165,65.4873,93.6750,-10.1463,-0.0012,57.7937,0.0000,57.7937,7.6948,57.7937,1.7088,0.0000,56.0849,0.0000,56.0849,8.2529,47.8320,0.0000,47.8320,-0.0010,47.8330,0.0000,33.9676,13.9688,-0.1034,13010.2949,13010.2949,13010.2949,13010.2949,13010.2949 +509.5000,1.0000,7293.1637,75.7215,75.6390,0.0458,0.0000,6,1209.1623,573.9894,727.2539,-80.2937,72.6804,92.0872,-10.1670,0.0978,66.8430,0.0000,66.8430,5.7396,66.8430,1.8907,0.0000,64.9523,0.0000,64.9523,8.2618,56.6904,0.0000,56.6904,0.0856,56.6049,0.0000,34.0776,13.9839,8.5434,14372.5457,14372.5457,14372.5457,14372.5457,14372.5457 +510.5000,1.0000,7314.2424,75.8835,75.8040,0.0442,0.0000,6,1211.7492,572.6814,752.4679,-80.4471,72.6699,95.4837,-10.2083,0.0945,66.8150,0.0000,66.8150,5.7604,66.8150,1.8920,0.0000,64.9230,0.0000,64.9230,8.2795,56.6435,0.0000,56.6435,0.0826,56.5609,0.0000,34.2968,14.0138,8.2503,14367.7998,14367.7998,14367.7998,14367.7998,14367.7998 +511.5000,1.0000,7335.3755,76.0790,75.9630,0.0644,0.0000,6,1214.8710,605.8050,752.0716,-80.6323,77.0711,95.6793,-10.2581,0.1382,71.0830,0.0000,71.0830,5.8499,71.0830,1.9796,0.0000,69.1034,0.0000,69.1034,8.3008,60.8026,0.0000,60.8026,0.1209,60.6817,0.0000,34.5626,14.0499,12.0692,15204.4773,15204.4773,15204.4773,15204.4773,15204.4773 +512.5000,1.0000,7356.5513,76.2330,76.1950,0.0211,0.0000,6,1217.3302,540.1355,767.2192,-80.7781,68.8557,97.8040,-10.2975,0.0454,62.9897,0.0000,62.9897,5.8206,62.9897,1.8195,0.0000,61.1702,0.0000,61.1702,8.3176,52.8526,0.0000,52.8526,0.0397,52.8129,0.0000,34.7728,14.0783,3.9617,13644.7764,13644.7764,13644.7764,13644.7764,13644.7764 +513.5000,1.0000,7377.7537,76.3285,76.2710,0.0319,0.0000,6,1218.8552,557.3251,738.2853,-80.8685,71.1360,94.2334,-10.3219,0.0687,65.2559,0.0000,65.2559,5.8113,65.2559,1.8659,0.0000,63.3900,0.0000,63.3900,8.3280,55.0620,0.0000,55.0620,0.0601,55.0019,0.0000,34.9037,14.0960,6.0022,14072.6761,14072.6761,14072.6761,14072.6761,14072.6761 +514.5000,1.0000,7398.9967,76.4750,76.3860,0.0494,0.0000,6,1221.1946,584.9192,746.0200,-81.0073,74.8013,95.4034,-10.3595,0.1066,68.9143,0.0000,68.9143,5.7805,68.9143,1.9407,0.0000,66.9736,0.0000,66.9736,8.3440,58.6296,0.0000,58.6296,0.0932,58.5363,0.0000,35.1051,14.1230,9.3082,14765.4862,14765.4862,14765.4862,14765.4862,14765.4862 +515.5000,1.0000,7420.2753,76.6030,76.5640,0.0217,0.0000,6,1223.2385,543.6546,758.5484,-81.1285,69.6407,97.1680,-10.3923,0.0468,63.7518,0.0000,63.7518,5.8420,63.7518,1.8389,0.0000,61.9129,0.0000,61.9129,8.3580,53.5549,0.0000,53.5549,0.0409,53.5140,0.0000,35.2816,14.1467,4.0857,13789.9618,13789.9618,13789.9618,13789.9618,13789.9618 +516.5000,1.0000,7441.5746,76.6775,76.6420,0.0197,0.0000,6,1224.4282,541.1460,740.5095,-81.1991,69.3867,94.9495,-10.4115,0.0426,63.5060,0.0000,63.5060,5.8381,63.5060,1.8349,0.0000,61.6711,0.0000,61.6711,8.3661,53.3050,0.0000,53.3050,0.0373,53.2677,0.0000,35.3846,14.1604,3.7227,13742.0461,13742.0461,13742.0461,13742.0461,13742.0461 +517.5000,1.0000,7462.8498,76.5905,76.7130,-0.0681,0.0000,6,1223.0389,406.1156,739.7548,-81.1167,52.0138,94.7451,-10.3891,-0.1469,46.2953,0.0000,46.2953,5.8654,46.2953,1.4896,0.0000,44.8057,0.0000,44.8057,8.3566,36.4491,0.0000,36.4491,-0.1285,36.5776,0.0000,35.2644,14.1444,-12.8312,10424.5693,10424.5693,10424.5693,10424.5693,10424.5693 +518.5000,1.0000,7484.0144,76.1925,76.4680,-0.1531,0.0000,6,1216.6834,272.3635,679.4006,-80.7397,34.7020,86.5630,-10.2871,-0.3287,29.2515,0.0000,29.2515,5.7793,29.2515,1.1442,0.0000,28.1073,0.0000,28.1073,8.3132,19.7941,0.0000,19.7941,-0.2875,20.0816,0.0000,34.7179,14.0709,-28.7072,7131.9976,7131.9976,7131.9976,7131.9976,7131.9976 +519.5000,1.0000,7505.0258,75.6410,75.9170,-0.1533,0.0000,6,1207.8768,267.8020,617.9395,-80.2174,33.8739,78.1623,-10.1466,-0.3269,28.4769,0.0000,28.4769,5.7239,28.4769,1.1225,0.0000,27.3544,0.0000,27.3544,8.2530,19.1014,0.0000,19.1014,-0.2860,19.3873,0.0000,33.9694,13.9690,-28.5511,6983.8651,6983.8651,6983.8651,6983.8651,6983.8651 +520.5000,1.0000,7525.8908,75.1140,75.3650,-0.1394,0.0000,6,1199.4614,285.8797,614.2826,-79.7182,35.9086,77.1584,-10.0132,-0.2952,30.4451,0.0000,30.4451,5.7587,30.4451,1.1559,0.0000,29.2892,0.0000,29.2892,8.1955,21.0937,0.0000,21.0937,-0.2582,21.3519,0.0000,33.2643,13.8717,-25.7841,7366.9924,7366.9924,7366.9924,7366.9924,7366.9924 +521.5000,1.0000,7546.6069,74.5780,74.8630,-0.1583,0.0000,6,1190.9022,252.6619,620.7762,-79.2076,31.5097,77.4176,-9.8781,-0.3328,26.1726,0.0000,26.1726,5.6699,26.1726,1.0644,0.0000,25.1082,0.0000,25.1082,8.1370,16.9711,0.0000,16.9711,-0.2911,17.2623,0.0000,32.5574,13.7727,-29.0678,6536.4354,6536.4354,6536.4354,6536.4354,6536.4354 +522.5000,1.0000,7567.1849,74.0810,74.2930,-0.1178,0.0000,6,1182.9659,311.3354,603.8226,-78.7342,38.5682,74.8015,-9.7536,-0.2459,33.1800,0.0000,33.1800,5.6341,33.1800,1.1990,0.0000,31.9810,0.0000,31.9810,8.0828,23.8981,0.0000,23.8981,-0.2151,24.1132,0.0000,31.9106,13.6809,-21.4783,7836.4104,7836.4104,7836.4104,7836.4104,7836.4104 +523.5000,1.0000,7587.6356,73.6225,73.8690,-0.1369,0.0000,6,1175.6443,278.9429,629.3072,-78.2974,34.3415,77.4760,-9.6394,-0.2842,28.9935,0.0000,28.9935,5.6322,28.9935,1.1102,0.0000,27.8833,0.0000,27.8833,8.0328,19.8505,0.0000,19.8505,-0.2486,20.0991,0.0000,31.3219,13.5963,-24.8190,7058.1760,7058.1760,7058.1760,7058.1760,7058.1760 +524.5000,1.0000,7607.9562,73.1540,73.3760,-0.1233,0.0000,6,1168.1630,296.4112,612.8571,-77.8511,36.2599,74.9707,-9.5235,-0.2543,30.9304,0.0000,30.9304,5.5838,30.9304,1.1438,0.0000,29.7866,0.0000,29.7866,7.9817,21.8050,0.0000,21.8050,-0.2224,22.0274,0.0000,30.7276,13.5097,-22.2100,7421.3110,7421.3110,7421.3110,7421.3110,7421.3110 +525.5000,1.0000,7628.1535,72.7105,72.9320,-0.1231,0.0000,6,1161.0810,293.8279,619.5287,-77.4287,35.7260,75.3273,-9.4144,-0.2522,30.4157,0.0000,30.4157,5.5625,30.4157,1.1286,0.0000,29.2871,0.0000,29.2871,7.9333,21.3538,0.0000,21.3538,-0.2206,21.5744,0.0000,30.1722,13.4278,-22.0256,7317.2928,7317.2928,7317.2928,7317.2928,7317.2928 +526.5000,1.0000,7648.2016,72.1730,72.4890,-0.1756,0.0000,6,1152.4979,209.4375,616.8309,-76.9167,25.2769,74.4449,-9.2830,-0.3571,20.1257,0.0000,20.1257,5.5083,20.1257,0.9169,0.0000,19.2088,0.0000,19.2088,7.8746,11.3342,0.0000,11.3342,-0.3124,11.6466,0.0000,29.5083,13.3286,-31.1902,5341.5154,5341.5154,5341.5154,5341.5154,5341.5154 +527.5000,1.0000,7668.1109,71.6735,71.8570,-0.1019,0.0000,6,1144.5216,319.0292,575.4865,-76.4409,38.2369,68.9744,-9.1617,-0.2060,32.9571,0.0000,32.9571,5.4858,32.9571,1.1681,0.0000,31.7891,0.0000,31.7891,7.8201,23.9689,0.0000,23.9689,-0.1801,24.1491,0.0000,28.8994,13.2363,-17.9867,7746.5679,7746.5679,7746.5679,7746.5679,7746.5679 +528.5000,1.0000,7687.9105,71.2785,71.4900,-0.1175,0.0000,6,1138.2140,292.4718,625.6987,-76.0646,34.8607,74.5792,-9.0664,-0.2361,29.6387,0.0000,29.6387,5.4582,29.6387,1.0974,0.0000,28.5413,0.0000,28.5413,7.7770,20.7642,0.0000,20.7642,-0.2065,20.9707,0.0000,28.4243,13.1634,-20.6170,7145.0154,7145.0154,7145.0154,7145.0154,7145.0154 +529.5000,1.0000,7707.6040,70.8965,71.0670,-0.0947,0.0000,6,1132.1140,324.4245,611.9746,-75.7007,38.4621,72.5525,-8.9747,-0.1893,33.2669,0.0000,33.2669,5.3844,33.2669,1.1658,0.0000,32.1011,0.0000,32.1011,7.7354,24.3657,0.0000,24.3657,-0.1656,24.5313,0.0000,27.9697,13.0928,-16.5313,7779.9022,7779.9022,7779.9022,7779.9022,7779.9022 +530.5000,1.0000,7727.2149,70.5995,70.7260,-0.0703,0.0000,6,1127.3714,360.2325,626.0584,-75.4178,42.5283,73.9112,-8.9037,-0.1399,37.2671,0.0000,37.2671,5.4011,37.2671,1.2426,0.0000,36.0245,0.0000,36.0245,7.7030,28.3215,0.0000,28.3215,-0.1223,28.4438,0.0000,27.6196,13.0380,-12.2137,8561.7331,8561.7331,8561.7331,8561.7331,8561.7331 +531.5000,1.0000,7746.7267,70.2425,70.4730,-0.1281,0.0000,6,1121.6706,269.5474,642.2098,-75.0778,31.6613,75.4346,-8.8187,-0.2535,26.4981,0.0000,26.4981,5.4168,26.4981,1.0234,0.0000,25.4747,0.0000,25.4747,7.6640,17.8106,0.0000,17.8106,-0.2218,18.0324,0.0000,27.2029,12.9721,-22.1425,6506.4657,6506.4657,6506.4657,6506.4657,6506.4657 +532.5000,1.0000,7766.1167,69.8040,70.0120,-0.1156,0.0000,6,1114.6684,285.2801,597.8152,-74.6601,33.3001,69.7817,-8.7149,-0.2274,28.2013,0.0000,28.2013,5.3262,28.2013,1.0528,0.0000,27.1486,0.0000,27.1486,7.6162,19.5324,0.0000,19.5324,-0.1989,19.7313,0.0000,26.6966,12.8911,-19.8564,6831.8971,6831.8971,6831.8971,6831.8971,6831.8971 +533.5000,1.0000,7785.3977,69.4115,69.5960,-0.1025,0.0000,6,1108.4007,302.9046,604.0724,-74.2862,35.1586,70.1156,-8.6225,-0.2005,30.0366,0.0000,30.0366,5.3226,30.0366,1.0853,0.0000,28.9513,0.0000,28.9513,7.5733,21.3779,0.0000,21.3779,-0.1754,21.5533,0.0000,26.2487,12.8186,-17.5140,7197.1148,7197.1148,7197.1148,7197.1148,7197.1148 +534.5000,1.0000,7804.5880,69.0850,69.2270,-0.0789,0.0000,6,1103.1870,337.1347,611.4396,-73.9752,38.9476,70.6368,-8.5460,-0.1536,33.7822,0.0000,33.7822,5.3191,33.7822,1.1567,0.0000,32.6254,0.0000,32.6254,7.5377,25.0877,0.0000,25.0877,-0.1344,25.2221,0.0000,25.8800,12.7583,-13.4162,7860.2895,7860.2895,7860.2895,7860.2895,7860.2895 +535.5000,1.0000,7823.7346,68.9280,68.9430,-0.0083,0.0000,6,1100.6799,444.4995,627.0710,-73.8256,51.2343,72.2780,-8.5094,-0.0162,45.9235,0.0000,45.9235,5.3270,45.9235,1.3979,0.0000,44.5256,0.0000,44.5256,7.5206,37.0050,0.0000,37.0050,-0.0142,37.0191,0.0000,25.7038,12.7293,-1.4140,10174.0633,10174.0633,10174.0633,10174.0633,10174.0633 +536.5000,1.0000,7842.8887,68.9545,68.9130,0.0231,0.0000,6,1101.1031,492.7751,678.1502,-73.8509,56.8205,78.1956,-8.5155,0.0448,51.4526,0.0000,51.4526,5.3231,51.4526,1.5088,0.0000,49.9439,0.0000,49.9439,7.5235,42.4204,0.0000,42.4204,0.0392,42.3812,0.0000,25.7335,12.7342,3.9135,11324.2216,11324.2216,11324.2216,11324.2216,11324.2216 +537.5000,1.0000,7862.1252,69.2515,68.9960,0.1419,0.0000,6,1105.8458,676.5917,700.9919,-74.1338,78.3520,81.1776,-8.5850,0.2771,72.7916,0.0000,72.7916,5.2833,72.7916,1.9387,0.0000,70.8529,0.0000,70.8529,7.5559,63.2970,0.0000,63.2970,0.2424,63.0547,0.0000,26.0678,12.7890,24.1979,15392.2731,15392.2731,15392.2731,15392.2731,15392.2731 +538.5000,1.0000,7881.5012,69.7535,69.5070,0.1369,0.0000,6,1113.8620,672.4048,788.2350,-74.6120,78.4316,91.9424,-8.7030,0.2693,72.8261,0.0000,72.8261,5.3362,72.8261,1.9447,0.0000,70.8814,0.0000,70.8814,7.6107,63.2707,0.0000,63.2707,0.2355,63.0352,0.0000,26.6388,12.8817,23.5147,15403.7484,15403.7484,15403.7484,15403.7484,15403.7484 +539.5000,1.0000,7901.0323,70.3120,70.0000,0.1733,0.0000,6,1122.7804,731.8139,786.8096,-75.1440,86.0447,92.5109,-8.8352,0.3435,80.3433,0.0000,80.3433,5.3578,80.3433,2.1011,0.0000,78.2423,0.0000,78.2423,7.6716,70.5707,0.0000,70.5707,0.3005,70.2702,0.0000,27.2840,12.9849,30.0013,16798.3495,16798.3495,16798.3495,16798.3495,16798.3495 +540.5000,1.0000,7920.7219,70.8825,70.6240,0.1436,0.0000,6,1131.8905,690.2691,815.3488,-75.6874,81.8185,96.6443,-8.9713,0.2869,76.1095,0.0000,76.1095,5.4221,76.1095,2.0225,0.0000,74.0870,0.0000,74.0870,7.7338,66.3531,0.0000,66.3531,0.2510,66.1022,0.0000,27.9533,13.0902,25.0586,16051.5542,16051.5542,16051.5542,16051.5542,16051.5542 +541.5000,1.0000,7940.5376,71.3365,71.1410,0.1086,0.0000,6,1139.1402,639.1683,797.1031,-76.1199,76.2467,95.0868,-9.0804,0.2184,70.6330,0.0000,70.6330,5.3953,70.6330,1.9179,0.0000,68.7151,0.0000,68.7151,7.7834,60.9317,0.0000,60.9317,0.1910,60.7407,0.0000,28.4937,13.1741,19.0728,14983.1663,14983.1663,14983.1663,14983.1663,14983.1663 +542.5000,1.0000,7960.4638,71.7345,71.5320,0.1125,0.0000,6,1145.4957,647.4363,774.1647,-76.4990,77.6639,92.8657,-9.1765,0.2275,72.0635,0.0000,72.0635,5.3729,72.0635,1.9509,0.0000,70.1127,0.0000,70.1127,7.8268,62.2859,0.0000,62.2859,0.1990,62.0869,0.0000,28.9733,13.2476,19.8660,15256.4593,15256.4593,15256.4593,15256.4593,15256.4593 +543.5000,1.0000,7980.4905,72.0960,71.9370,0.0883,0.0000,6,1151.2683,613.3589,778.7325,-76.8433,73.9469,93.8844,-9.2643,0.1795,68.3079,0.0000,68.3079,5.4595,68.3079,1.8797,0.0000,66.4282,0.0000,66.4282,7.8662,58.5619,0.0000,58.5619,0.1570,58.4049,0.0000,29.4135,13.3143,15.6771,14586.2200,14586.2200,14586.2200,14586.2200,14586.2200 +544.5000,1.0000,8000.5984,72.3885,72.2550,0.0742,0.0000,6,1155.9391,593.7710,763.7226,-77.1220,71.8758,92.4484,-9.3356,0.1513,66.2293,0.0000,66.2293,5.4951,66.2293,1.8413,0.0000,64.3880,0.0000,64.3880,7.8982,56.4899,0.0000,56.4899,0.1324,56.3575,0.0000,29.7729,13.3684,13.2162,14224.3391,14224.3391,14224.3391,14224.3391,14224.3391 +545.5000,1.0000,8020.7631,72.5930,72.5220,0.0394,0.0000,6,1159.2047,541.8916,755.3697,-77.3168,65.7811,91.6956,-9.3856,0.0807,60.1946,0.0000,60.1946,5.5058,60.1946,1.7229,0.0000,58.4718,0.0000,58.4718,7.9205,50.5513,0.0000,50.5513,0.0706,50.4807,0.0000,30.0259,13.4061,7.0487,13019.4256,13019.4256,13019.4256,13019.4256,13019.4256 +546.5000,1.0000,8040.9708,72.7475,72.6640,0.0464,0.0000,6,1161.6718,553.5790,731.8817,-77.4639,67.3429,89.0334,-9.4235,0.0951,61.7359,0.0000,61.7359,5.5118,61.7359,1.7554,0.0000,59.9805,0.0000,59.9805,7.9373,52.0432,0.0000,52.0432,0.0832,51.9600,0.0000,30.2180,13.4347,8.3073,13329.2699,13329.2699,13329.2699,13329.2699,13329.2699 +547.5000,1.0000,8061.1991,72.8220,72.8310,-0.0050,0.0000,6,1162.8615,475.1172,737.7093,-77.5349,57.8572,89.8342,-9.4418,-0.0103,52.3683,0.0000,52.3683,5.4991,52.3683,1.5689,0.0000,50.7995,0.0000,50.7995,7.9455,42.8540,0.0000,42.8540,-0.0090,42.8630,0.0000,30.3109,13.4484,-0.8963,11524.0118,11524.0118,11524.0118,11524.0118,11524.0118 +548.5000,1.0000,8081.4267,72.8195,72.8130,0.0036,0.0000,6,1162.8215,488.4168,701.6874,-77.5325,59.4747,85.4447,-9.4412,0.0074,53.9553,0.0000,53.9553,5.5120,53.9553,1.6006,0.0000,52.3547,0.0000,52.3547,7.9452,44.4095,0.0000,44.4095,0.0065,44.4030,0.0000,30.3078,13.4480,0.6473,11845.7211,11845.7211,11845.7211,11845.7211,11845.7211 +549.5000,1.0000,8101.6527,72.8135,72.8260,-0.0069,0.0000,6,1162.7257,472.4763,707.8355,-77.5268,57.5289,86.1863,-9.4397,-0.0143,51.9958,0.0000,51.9958,5.5474,51.9958,1.5613,0.0000,50.4345,0.0000,50.4345,7.9445,42.4899,0.0000,42.4899,-0.0125,42.5024,0.0000,30.3003,13.4469,-1.2447,11458.6686,11458.6686,11458.6686,11458.6686,11458.6686 +550.5000,1.0000,8121.8242,72.6175,72.8010,-0.1019,0.0000,6,1159.5959,325.2511,700.5753,-77.3401,39.4961,85.0727,-9.3916,-0.2087,34.1871,0.0000,34.1871,5.5176,34.1871,1.2030,0.0000,32.9841,0.0000,32.9841,7.9231,25.0610,0.0000,25.0610,-0.1825,25.2435,0.0000,30.0564,13.4107,-18.2236,7983.2392,7983.2392,7983.2392,7983.2392,7983.2392 +551.5000,1.0000,8141.8773,72.1910,72.4340,-0.1350,0.0000,6,1152.7853,271.3444,631.3830,-76.9338,32.7565,76.2202,-9.2874,-0.2747,27.5735,0.0000,27.5735,5.4578,27.5735,1.0660,0.0000,26.5074,0.0000,26.5074,7.8766,18.6308,0.0000,18.6308,-0.2403,18.8711,0.0000,29.5301,13.3319,-23.9909,6739.7524,6739.7524,6739.7524,6739.7524,6739.7524 +552.5000,1.0000,8161.7462,71.5280,71.9480,-0.2333,0.0000,6,1142.1982,115.9425,604.4623,-76.3023,13.8680,72.3002,-9.1266,-0.4704,8.9278,0.0000,8.9278,5.4106,8.9278,0.6859,0.0000,8.2420,0.0000,8.2420,7.8043,0.4377,0.0000,0.4377,-0.4115,0.8492,0.0000,28.7246,13.2095,-41.0849,3275.5969,3275.5969,3275.5969,3275.5969,3275.5969 +553.5000,1.0000,8181.3578,70.6020,71.1080,-0.2811,0.0000,6,1127.4113,38.0667,527.6893,-75.4202,4.4942,62.3002,-8.9043,-0.5594,-0.3031,0.0000,-0.3031,5.3567,-0.3031,0.6774,0.0000,-0.9805,0.0000,-0.9805,7.7032,-8.6837,0.0000,-8.6837,-0.4893,-8.1944,0.0000,27.6238,13.0384,-48.8567,2026.9994,2026.9994,2026.9994,2026.9994,2026.9994 +554.5000,1.0000,8200.6837,69.5730,70.0960,-0.2906,0.0000,6,1110.9796,17.5321,486.2287,-74.4400,2.0397,56.5686,-8.6605,-0.5698,-2.6997,0.0000,-2.6997,5.3092,-2.6997,0.6878,0.0000,-3.3875,0.0000,-3.3875,7.5910,-10.9785,0.0000,-10.9785,-0.4984,-10.4801,0.0000,26.4337,12.8484,-49.7622,1599.4770,1599.4770,1599.4770,1599.4770,1599.4770 +555.5000,1.0000,8219.7051,68.4770,69.0500,-0.3183,0.0000,6,1093.4781,-30.8941,471.6306,-73.3182,-3.5376,54.0058,-8.3956,-0.6144,-8.1485,0.0000,-8.1485,5.2253,-8.1485,0.7279,0.0000,-8.8764,0.0000,-8.8764,7.4714,-16.3478,0.0000,-16.3478,-0.5374,-15.8103,0.0000,25.2043,12.6460,-53.6607,728.1421,728.1421,728.1421,728.1421,728.1421 +556.5000,1.0000,8238.3788,67.2255,67.9040,-0.3769,0.1170,6,1073.4935,44.7232,442.1401,-71.8877,5.0276,49.7036,-8.0813,-0.7143,0.6239,0.0000,0.6239,5.1180,0.6239,0.6239,0.0000,0.0000,0.0000,0.0000,7.3348,-7.3348,17.5073,-24.8422,-0.6248,-24.2174,1.8988,23.8483,12.4149,-62.3793,2036.7708,2036.7708,2036.7708,2036.7708,2036.7708 +557.5000,1.0000,8256.4367,65.0085,66.5470,-0.8547,0.8830,6,1038.0912,38.9255,470.6807,-69.3535,4.2315,51.1671,-7.5393,-1.5662,0.5958,0.0000,0.5958,5.2019,0.5958,0.5958,0.0000,0.0000,0.0000,0.0000,7.0929,-7.0929,83.6200,-90.7130,-1.3699,-89.3431,13.8568,21.5757,12.0050,-136.7806,1843.5060,1843.5060,1843.5060,1843.5060,1843.5060 +558.5000,1.0000,8273.5613,61.6485,63.4700,-1.0119,2.1760,6,984.4369,36.4040,451.1702,-67.5171,3.7529,46.5111,-6.9603,-1.7584,0.5542,0.0000,0.5542,4.9572,0.5542,0.5542,0.0000,0.0000,0.0000,0.0000,6.7263,-6.7263,86.2179,-92.9442,-1.5381,-91.4062,32.3764,18.4059,11.3823,-153.5707,1661.5417,1661.5417,1661.5417,1661.5417,1661.5417 +559.5000,1.0000,8289.4966,57.3670,59.8270,-1.3667,3.5680,6,916.0676,33.2688,419.5153,-71.4282,3.1915,40.2443,-6.8521,-2.2099,0.5028,0.0000,0.5028,4.8986,0.5028,0.5028,0.0000,0.0000,0.0000,0.0000,6.2592,-6.2592,113.8582,-120.1174,-1.9330,-118.1844,49.3811,14.8455,10.5875,-192.9985,1447.0186,1447.0186,1447.0186,1447.0186,1447.0186 +560.5000,1.0000,8304.3808,53.5830,54.9070,-0.7356,3.9140,6,855.6426,43.5520,411.4202,-75.5191,3.9024,36.8644,-6.7667,-1.1109,0.4590,0.0000,0.4590,4.5543,0.4590,0.4590,0.0000,0.0000,0.0000,0.0000,5.8463,-5.8463,19.5873,-25.4336,-0.9717,-24.4619,50.5901,12.0825,9.8879,-97.0223,1573.8527,1573.8527,1573.8527,1573.8527,1573.8527 +561.5000,1.0000,8318.4415,50.6185,52.2590,-0.9114,3.8070,6,808.3038,42.7878,435.5152,-78.9041,3.6218,36.8644,-6.6789,-1.3004,0.4258,0.0000,0.4258,4.4964,0.4258,0.4258,0.0000,0.0000,0.0000,0.0000,5.5229,-5.5229,43.1607,-48.6835,-1.1374,-47.5461,46.4866,10.1905,9.3412,-113.5644,1550.1735,1550.1735,1550.1735,1550.1735,1550.1735 +562.5000,1.0000,8331.6233,47.4545,48.9780,-0.8464,3.8070,6,757.7794,44.9362,464.5529,-84.0265,3.5659,36.8644,-6.6679,-1.1321,0.3913,0.0000,0.3913,4.3067,0.3913,0.3913,0.0000,0.0000,0.0000,0.0000,5.1777,-5.1777,33.9508,-39.1285,-0.9903,-38.1382,43.5809,8.3963,8.7573,-98.8727,1453.9427,1453.9427,1453.9427,1453.9427,1453.9427 +563.5000,1.0000,8343.9476,44.3675,45.9310,-0.8686,4.0940,6,708.4845,45.8340,496.8756,-89.3138,3.4005,36.8644,-6.6264,-1.0863,0.3587,0.0000,0.3587,4.1281,0.3587,0.3587,0.0000,0.0000,0.0000,0.0000,4.8408,-4.8408,32.1145,-36.9553,-0.9502,-36.0052,43.8126,6.8635,8.1867,-94.8680,1321.7855,1321.7855,1321.7855,1321.7855,1321.7855 +564.5000,1.0000,8355.3703,41.1220,42.8040,-0.9344,4.4270,0,641.7588,34.4158,548.5373,-96.4707,2.3129,36.8644,-6.4833,-1.6458,0.0000,0.0000,0.0000,3.9587,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.4867,-4.4867,34.0948,-38.5816,-0.9474,-37.6342,43.9044,5.4671,7.5868,-94.5926,1146.8232,1146.8232,1146.8232,1146.8232,1146.8232 +565.5000,1.0000,8365.7223,37.2670,39.4400,-1.2072,4.7270,5,684.8902,100.0219,513.9928,-91.8445,7.1737,36.8644,-6.5872,3.5705,0.2843,0.0000,0.2843,3.3190,0.3393,0.3393,0.0000,0.0000,0.0000,0.0000,4.0661,-4.0661,54.3624,-58.4285,-1.1092,-57.3193,42.4791,4.0762,6.8746,-110.7493,2008.4008,2008.4008,2008.4008,2008.4008,2008.4008 +566.5000,1.0000,8374.8942,33.0190,35.0940,-1.1528,5.2320,5,724.2657,33.0726,486.0490,-87.6211,2.5084,36.8644,-6.6456,-2.0244,0.2867,0.0000,0.2867,4.2461,0.2867,0.2867,0.0000,0.0000,0.0000,0.0000,3.6026,-3.6026,40.4621,-44.0647,-0.9385,-43.1262,41.6474,2.8367,6.0895,-93.6998,1209.4048,1209.4048,1209.4048,1209.4048,1209.4048 +567.5000,1.0000,8382.9834,29.1210,30.9440,-1.0128,6.0960,0,639.3755,37.8299,550.5820,-96.7263,2.5329,36.8644,-6.4763,-1.5461,0.0000,0.0000,0.0000,4.0790,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1773,-3.1773,20.0625,-23.2399,-0.7271,-22.5127,42.7756,1.9459,5.3680,-72.6022,1178.4984,1178.4984,1178.4984,1178.4984,1178.4984 +568.5000,1.0000,8389.8603,24.7570,27.2980,-1.4117,7.3070,4,660.6049,88.1387,532.8883,-94.4493,6.0973,36.8644,-6.5338,2.4586,0.3474,0.0000,0.3474,3.2913,0.4226,0.4226,0.0000,0.0000,0.0000,0.0000,2.7012,-2.7012,34.8747,-37.5759,-0.8617,-36.7142,43.5543,1.2035,4.5598,-86.0319,1771.4098,1771.4098,1771.4098,1771.4098,1771.4098 +569.5000,1.0000,8395.2552,19.4215,22.2160,-1.5525,8.5770,0,660.6049,11.1815,532.8883,-94.4493,0.7735,36.8644,-6.5338,-2.4586,0.0000,0.0000,0.0000,3.2322,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,2.1190,-2.1190,28.6217,-30.7408,-0.7434,-29.9974,40.0660,0.5869,3.5736,-74.2239,933.6772,933.6772,933.6772,933.6772,933.6772 +570.5000,1.0000,8399.2001,14.2015,16.6270,-1.3475,8.9400,2,791.5533,59.0342,444.7315,-80.4039,4.8934,36.8644,-6.6648,9.3114,-7.8896,0.0000,-7.8896,3.4716,-11.8171,0.8417,0.0000,-12.6588,0.0000,-12.6588,1.5495,-14.2083,0.0000,-14.2083,-0.4718,-13.7365,30.5276,0.2314,2.6122,-47.1077,1749.7359,1749.7359,1749.7359,1749.7359,1749.7359 +571.5000,1.0000,8401.9773,9.9980,11.7760,-0.9878,8.5580,2,834.6721,-54.9888,421.7568,-77.0186,-4.8064,36.8644,-6.7319,-7.6084,-0.5090,0.0000,-0.5090,3.3111,-0.5090,0.4537,0.0000,-0.9627,0.0000,-0.9627,1.0909,-2.0536,0.0000,-2.0536,-0.2435,-1.8101,20.5803,0.0809,1.8397,-24.3109,22.3253,22.3253,22.3253,22.3253,22.3253 +572.5000,1.0000,8403.8698,6.8130,8.2200,-0.7817,5.9460,0,643.1189,23.0791,547.3772,-96.3248,1.5543,36.8644,-6.4872,-1.7030,0.0000,0.0000,0.0000,3.2573,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.7434,-0.7434,1.4535,-2.1969,-0.1313,-2.0656,9.7622,0.0259,1.2560,-13.1096,1035.6140,1035.6140,1035.6140,1035.6140,1035.6140 +573.5000,1.0000,8405.2009,4.7920,5.4060,-0.3411,2.9840,1,622.7276,76.5711,565.3011,-98.5120,4.9933,36.8644,-6.4242,0.8692,0.9675,-0.0242,0.9916,3.1567,1.1502,0.3477,0.0000,0.8025,0.0000,0.8025,0.5228,0.2796,0.0000,0.2796,-0.0403,0.3199,3.4504,0.0088,0.8846,-4.0239,1547.4952,1547.4952,1547.4952,1547.4952,1547.4952 +574.5000,1.0000,8406.2266,3.6925,4.1780,-0.2697,0.2580,1,644.9499,35.3503,545.8233,-96.1284,2.3875,36.8644,-6.4924,-0.0200,-0.7735,0.1164,-0.8899,3.1811,-0.8899,0.2675,0.0000,-1.1575,0.0000,-1.1575,0.4029,-1.5603,0.0000,-1.5603,-0.0246,-1.5358,0.2300,0.0040,0.6819,-2.4517,1159.0284,1159.0284,1159.0284,1159.0284,1159.0284 +575.5000,1.0000,8406.9392,2.5655,3.2070,-0.3564,0.0000,1,644.4444,49.2877,546.2513,-96.1827,3.3262,36.8644,-6.4910,0.0000,-1.0035,0.3346,-1.3380,4.3297,-1.3380,0.1801,0.0000,-1.5182,0.0000,-1.5182,0.2799,-1.7981,0.0000,-1.7981,-0.0225,-1.7755,0.0000,0.0014,0.4738,-2.2507,1296.8233,1296.8233,1296.8233,1296.8233,1296.8233 +576.5000,1.0000,8407.3256,1.3910,1.9240,-0.2961,0.0000,1,644.4444,58.7548,546.2513,-96.1827,3.9651,36.8644,-6.4910,0.0000,-0.3250,0.2019,-0.5268,4.2901,-0.5268,0.0884,0.0000,-0.6152,0.0000,-0.6152,0.1518,-0.7670,0.0000,-0.7670,-0.0102,-0.7568,0.0000,0.0002,0.2569,-1.0139,1390.7363,1390.7363,1390.7363,1390.7363,1390.7363 +577.5000,1.0000,8407.4474,0.4385,0.8580,-0.2331,0.0000,0,644.4444,64.3719,546.2513,-96.1827,4.3442,36.8644,-6.4910,0.0000,-0.0043,0.0956,-0.0999,4.3485,-0.0999,0.0253,0.0000,-0.1253,0.0000,-0.1253,0.0478,-0.1731,0.0000,-0.1731,-0.0025,-0.1706,0.0000,0.0000,0.0810,-0.2516,1446.4579,1446.4579,1446.4579,1446.4579,1446.4579 +578.5000,1.0000,8407.4501,0.0095,0.0190,-0.0053,0.0000,0,644.4444,63.1085,546.2513,-96.1827,4.2589,36.8644,-6.4910,0.0000,0.0031,0.0000,0.0031,4.2558,0.0031,0.0005,0.0000,0.0027,0.0000,0.0027,0.0010,0.0016,0.0000,0.0016,0.0000,0.0016,0.0000,0.0000,0.0018,-0.0001,1433.9248,1433.9248,1433.9248,1433.9248,1433.9248 +579.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.9699,546.2513,-96.1827,4.3171,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3171,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1442.4702,1442.4702,1442.4702,1442.4702,1442.4702 +580.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.8457,546.2513,-96.1827,4.3762,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3762,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1451.1581,1451.1581,1451.1581,1451.1581,1451.1581 +581.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.4042,546.2513,-96.1827,4.2789,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2789,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1436.8583,1436.8583,1436.8583,1436.8583,1436.8583 +582.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.6533,546.2513,-96.1827,4.2957,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2957,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1439.3292,1439.3292,1439.3292,1439.3292,1439.3292 +583.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.8564,546.2513,-96.1827,4.3094,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3094,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1441.3445,1441.3445,1441.3445,1441.3445,1441.3445 +584.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,47.9175,546.2513,-96.1827,3.2338,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2338,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1283.2310,1283.2310,1283.2310,1283.2310,1283.2310 +585.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,48.1200,546.2513,-96.1827,3.2474,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2474,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1285.2392,1285.2392,1285.2392,1285.2392,1285.2392 +586.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.2939,546.2513,-96.1827,4.3389,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3389,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1445.6842,1445.6842,1445.6842,1445.6842,1445.6842 +587.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.8014,546.2513,-96.1827,4.3057,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3057,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1440.7988,1440.7988,1440.7988,1440.7988,1440.7988 +588.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.9560,546.2513,-96.1827,4.3161,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3161,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1442.3323,1442.3323,1442.3323,1442.3323,1442.3323 +589.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.7723,546.2513,-96.1827,4.3712,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3712,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1450.4304,1450.4304,1450.4304,1450.4304,1450.4304 +590.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.5504,546.2513,-96.1827,4.2888,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2888,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1438.3086,1438.3086,1438.3086,1438.3086,1438.3086 +591.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.0234,546.2513,-96.1827,4.3207,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3207,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1443.0008,1443.0008,1443.0008,1443.0008,1443.0008 +592.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.2513,546.2513,-96.1827,4.2686,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1435.3421,1435.3421,1435.3421,1435.3421,1435.3421 +593.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,63.0962,546.2513,-96.1827,4.2581,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2581,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1433.8032,1433.8032,1433.8032,1433.8032,1433.8032 +594.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.2631,546.2513,-96.1827,4.2019,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1425.5386,1425.5386,1425.5386,1425.5386,1425.5386 +595.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.5616,546.2513,-96.1827,4.1545,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1545,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1418.5796,1418.5796,1418.5796,1418.5796,1418.5796 +596.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.3942,546.2513,-96.1827,4.2107,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2107,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1426.8394,1426.8394,1426.8394,1426.8394,1426.8394 +597.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.6671,546.2513,-96.1827,4.1617,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1617,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1419.6261,1419.6261,1419.6261,1419.6261,1419.6261 +598.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.9852,546.2513,-96.1827,4.1831,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1831,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1422.7818,1422.7818,1422.7818,1422.7818,1422.7818 +599.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.4421,546.2513,-96.1827,4.3489,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3489,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1447.1549,1447.1549,1447.1549,1447.1549,1447.1549 +600.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.3978,546.2513,-96.1827,4.3460,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3460,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1446.7154,1446.7154,1446.7154,1446.7154,1446.7154 +601.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,64.1159,546.2513,-96.1827,4.3269,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.3269,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1443.9188,1443.9188,1443.9188,1443.9188,1443.9188 +602.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,65.3430,546.2513,-96.1827,4.4097,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.4097,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1456.0916,1456.0916,1456.0916,1456.0916,1456.0916 +603.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,48.5726,546.2513,-96.1827,3.2780,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2780,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1289.7295,1289.7295,1289.7295,1289.7295,1289.7295 +604.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.7097,546.2513,-96.1827,3.1523,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1523,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1271.2490,1271.2490,1271.2490,1271.2490,1271.2490 +605.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,48.2211,546.2513,-96.1827,3.2543,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2543,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1286.2426,1286.2426,1286.2426,1286.2426,1286.2426 +606.5000,1.0000,8407.4501,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.9521,546.2513,-96.1827,3.1686,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1686,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.6537,1273.6537,1273.6537,1273.6537,1273.6537 +607.5000,1.0000,8407.4509,0.0030,0.0000,0.0017,0.0000,0,644.4444,47.5799,546.2513,-96.1827,3.2110,36.8644,-6.4910,0.0000,0.0021,0.0010,0.0010,3.2089,0.0010,0.0002,0.0000,0.0009,0.0000,0.0009,0.0003,0.0006,0.0000,0.0006,0.0000,0.0006,0.0000,0.0000,0.0006,0.0000,1279.8818,1279.8818,1279.8818,1279.8818,1279.8818 +608.5000,1.0000,8407.4523,0.0050,0.0060,-0.0006,0.0000,0,644.4444,47.2516,546.2513,-96.1827,3.1888,36.8644,-6.4910,0.0000,0.0014,-0.0003,0.0017,3.1875,0.0017,0.0003,0.0000,0.0015,0.0000,0.0015,0.0005,0.0009,0.0000,0.0009,0.0000,0.0009,0.0000,0.0000,0.0009,0.0000,1276.6251,1276.6251,1276.6251,1276.6251,1276.6251 +609.5000,1.0000,8407.4533,0.0020,0.0040,-0.0003,0.0000,0,644.4444,46.7593,546.2513,-96.1827,3.1556,36.8644,-6.4910,0.0000,0.0007,0.0000,0.0007,3.1549,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1271.7413,1271.7413,1271.7413,1271.7413,1271.7413 +610.5000,1.0000,8407.4544,0.0000,0.0030,0.0006,0.0000,0,644.4444,47.6382,546.2513,-96.1827,3.2149,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2149,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1280.4599,1280.4599,1280.4599,1280.4599,1280.4599 +611.5000,1.0000,8407.4560,0.0000,0.0020,0.0006,0.0000,0,644.4444,46.8986,546.2513,-96.1827,3.1650,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.1235,1273.1235,1273.1235,1273.1235,1273.1235 +612.5000,1.0000,8407.4581,0.0000,0.0020,0.0003,0.0000,0,644.4444,46.6270,546.2513,-96.1827,3.1467,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1467,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1270.4289,1270.4289,1270.4289,1270.4289,1270.4289 +613.5000,1.0000,8407.4603,0.0000,0.0010,0.0000,0.0000,0,644.4444,46.9732,546.2513,-96.1827,3.1700,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1700,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1273.8633,1273.8633,1273.8633,1273.8633,1273.8633 +614.5000,1.0000,8407.4626,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.9874,546.2513,-96.1827,3.1710,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1274.0039,1274.0039,1274.0039,1274.0039,1274.0039 +615.5000,1.0000,8407.4648,0.0000,0.0000,0.0000,0.0000,0,644.4444,47.1606,546.2513,-96.1827,3.1827,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1827,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1275.7219,1275.7219,1275.7219,1275.7219,1275.7219 +616.5000,1.0000,8407.4670,0.0000,0.0000,0.0000,0.0000,0,644.4444,47.3067,546.2513,-96.1827,3.1925,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1277.1714,1277.1714,1277.1714,1277.1714,1277.1714 +617.5000,1.0000,8407.4692,0.0000,0.0000,0.0000,0.0000,0,644.4444,48.5753,546.2513,-96.1827,3.2782,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.2782,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1289.7558,1289.7558,1289.7558,1289.7558,1289.7558 +618.5000,1.0000,8407.4715,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.5581,546.2513,-96.1827,3.1420,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1269.7453,1269.7453,1269.7453,1269.7453,1269.7453 +619.5000,1.0000,8407.4742,0.0020,0.0000,0.0011,0.0000,0,644.4444,46.0832,546.2513,-96.1827,3.1100,36.8644,-6.4910,0.0000,0.0014,0.0007,0.0007,3.1086,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1265.0344,1265.0344,1265.0344,1265.0344,1265.0344 +620.5000,1.0000,8407.4773,0.0020,0.0040,-0.0006,0.0000,0,644.4444,45.4264,546.2513,-96.1827,3.0656,36.8644,-6.4910,0.0000,0.0007,0.0000,0.0007,3.0650,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1258.5188,1258.5188,1258.5188,1258.5188,1258.5188 +621.5000,1.0000,8407.5010,0.0755,0.0020,0.0419,0.0000,1,644.4444,46.5661,546.2513,-96.1827,3.1426,36.8644,-6.4910,0.0000,0.0676,0.0338,0.0338,3.0750,0.0338,0.0037,0.0000,0.0301,0.0000,0.0301,0.0082,0.0218,0.0000,0.0218,0.0001,0.0217,0.0000,0.0000,0.0139,0.0078,1269.8245,1269.8245,1269.8245,1269.8245,1269.8245 +622.5000,1.0000,8407.7910,1.0340,0.1510,0.4906,0.0000,1,644.4444,89.2812,546.2513,-96.1827,6.0252,36.8644,-6.4910,0.0000,3.0403,1.4004,1.6399,2.9849,1.6399,0.0691,0.0000,1.5708,0.0000,1.5708,0.1186,1.4523,0.0000,1.4523,0.0125,1.4397,0.0000,0.0002,0.1910,1.2486,1739.9175,1739.9175,1739.9175,1739.9175,1739.9175 +623.5000,1.0000,8408.6660,3.1400,1.9170,0.6794,0.0000,1,645.9562,179.0080,544.9729,-96.0205,12.1089,36.8644,-6.4952,0.0600,9.0663,2.5261,6.5402,2.9826,6.5402,0.2705,0.0000,6.2697,0.0000,6.2697,0.3825,5.8871,0.0000,5.8871,0.0526,5.8345,0.0000,0.0028,0.5799,5.2519,2790.9569,2790.9569,2790.9569,2790.9569,2790.9569 +624.5000,1.0000,8409.9674,4.6750,4.3630,0.1733,0.0000,1,689.9681,136.4451,510.2100,-91.2998,9.8586,36.8644,-6.5967,1.8008,3.7286,0.0180,3.7106,4.3293,3.7106,0.3143,0.0000,3.3962,0.0000,3.3962,0.5101,2.8862,0.0000,2.8862,0.0200,2.8662,0.0000,0.0081,0.8634,1.9948,2435.2505,2435.2505,2435.2505,2435.2505,2435.2505 +625.5000,1.0000,8411.4626,5.3725,4.9870,0.2142,0.0000,1,789.0888,143.1534,446.1204,-80.6682,11.8292,36.8644,-6.6659,2.7438,4.8409,0.0000,4.8409,4.2446,4.8409,0.3895,0.0000,4.4514,0.0000,4.4514,0.5862,3.8652,0.0000,3.8652,0.0284,3.8368,0.0000,0.0122,0.9922,2.8324,2868.3882,2868.3882,2868.3882,2868.3882,2868.3882 +626.5000,1.0000,8413.0240,5.6110,5.7580,-0.0817,0.0000,1,824.1186,34.6956,427.4868,-77.7733,2.9943,36.8927,-6.7120,-1.0927,0.9546,0.0000,0.9546,3.1324,0.9546,0.4316,0.0000,0.5230,0.0000,0.5230,0.6122,-0.0892,0.0000,-0.0892,-0.0113,-0.0779,0.0000,0.0139,1.0362,-1.1280,1441.6358,1441.6358,1441.6358,1441.6358,1441.6358 +627.5000,1.0000,8414.5252,5.3945,5.4640,-0.0386,0.0000,1,792.3200,62.4781,444.3011,-80.3217,5.1839,36.8644,-6.6644,-0.4967,1.4833,0.0000,1.4833,4.1973,1.4833,0.4041,0.0000,1.0793,0.0000,1.0793,0.5886,0.4907,0.0000,0.4907,-0.0051,0.4958,0.0000,0.0123,0.9962,-0.5127,1800.0292,1800.0292,1800.0292,1800.0292,1800.0292 +628.5000,1.0000,8415.9835,5.2400,5.3250,-0.0472,0.0000,1,769.6278,60.7176,457.4012,-82.7556,4.8935,36.8644,-6.6697,-0.5901,1.3255,0.0000,1.3255,4.1581,1.3255,0.3900,0.0000,0.9355,0.0000,0.9355,0.5717,0.3638,0.0000,0.3638,-0.0061,0.3699,0.0000,0.0113,0.9677,-0.6091,1708.8677,1708.8677,1708.8677,1708.8677,1708.8677 +629.5000,1.0000,8417.4695,5.3395,5.1550,0.1025,0.0000,1,784.2419,107.1378,448.8776,-81.1881,8.7988,36.8644,-6.6676,1.3051,3.3215,0.0000,3.3215,4.1722,3.3215,0.3801,0.0000,2.9414,0.0000,2.9414,0.5826,2.3588,0.0000,2.3588,0.0135,2.3453,0.0000,0.0120,0.9861,1.3473,2380.4787,2380.4787,2380.4787,2380.4787,2380.4787 +630.5000,1.0000,8419.0820,5.7950,5.5240,0.1506,0.0000,1,851.1437,117.4990,419.6582,-75.8408,10.4729,37.4048,-6.7598,2.0805,4.3044,0.0000,4.3044,4.0880,4.3044,0.4173,0.0000,3.8870,0.0000,3.8870,0.6323,3.2547,0.0000,3.2547,0.0215,3.2332,0.0000,0.0153,1.0702,2.1477,2724.5630,2724.5630,2724.5630,2724.5630,2724.5630 +631.5000,1.0000,8420.7534,6.0070,6.0660,-0.0328,0.0000,1,882.2813,59.9259,442.8468,-73.6143,5.5367,40.9156,-6.8014,-0.4695,1.7576,0.0000,1.7576,4.2486,1.7576,0.4654,0.0000,1.2922,0.0000,1.2922,0.6554,0.6368,0.0000,0.6368,-0.0049,0.6417,0.0000,0.0170,1.1093,-0.4847,1815.2564,1815.2564,1815.2564,1815.2564,1815.2564 +632.5000,1.0000,8422.4274,6.0165,5.9480,0.0381,0.0000,1,883.6766,81.8422,415.1094,-73.5145,7.5735,38.4136,-6.8029,0.5460,2.8098,0.0000,2.8098,4.2178,2.8098,0.4558,0.0000,2.3539,0.0000,2.3539,0.6564,1.6975,0.0000,1.6975,0.0056,1.6918,0.0000,0.0171,1.1111,0.5636,2241.4535,2241.4535,2241.4535,2241.4535,2241.4535 +633.5000,1.0000,8424.2083,6.4010,6.0850,0.1756,0.0000,1,940.1502,123.5198,449.7097,-70.0505,12.1608,44.2750,-6.8966,2.6797,5.1768,0.0000,5.1768,4.3043,5.1768,0.4817,0.0000,4.6951,0.0000,4.6951,0.6984,3.9967,0.0000,3.9967,0.0277,3.9690,0.0000,0.0206,1.1821,2.7663,3064.0446,3064.0446,3064.0446,3064.0446,3064.0446 +634.5000,1.0000,8426.0928,6.7745,6.7170,0.0319,0.0000,1,995.0083,78.2655,494.3656,-66.9124,8.1550,51.5114,-6.9721,0.5160,3.0897,0.0000,3.0897,4.5493,3.0897,0.5370,0.0000,2.5527,0.0000,2.5527,0.7392,1.8135,0.0000,1.8135,0.0053,1.8082,0.0000,0.0244,1.2511,0.5327,2498.7670,2498.7670,2498.7670,2498.7670,2498.7670 +635.5000,1.0000,8428.0208,6.9305,6.8320,0.0547,0.0000,1,1017.9208,74.5577,480.6774,-67.9096,7.9476,51.2385,-7.2389,0.9044,3.5554,0.0000,3.5554,3.4878,3.5554,0.5502,0.0000,3.0051,0.0000,3.0051,0.7562,2.2490,0.0000,2.2490,0.0094,2.2396,0.0000,0.0261,1.2799,0.9336,2483.2879,2483.2879,2483.2879,2483.2879,2483.2879 +636.5000,1.0000,8430.0016,7.1210,7.0290,0.0511,0.0000,1,1045.9006,84.0406,485.6833,-69.9125,9.2047,53.1952,-7.6573,0.8679,3.5973,0.0000,3.5973,4.7395,3.5973,0.5720,0.0000,3.0253,0.0000,3.0253,0.7770,2.2483,0.0000,2.2483,0.0090,2.2394,0.0000,0.0283,1.3151,0.8960,2707.3525,2707.3525,2707.3525,2707.3525,2707.3525 +637.5000,1.0000,8432.0563,7.3870,7.2130,0.0967,0.0000,1,1084.9695,97.9151,499.8259,-72.7092,11.1249,56.7891,-8.2610,1.7028,4.5710,0.0000,4.5710,4.8511,4.5710,0.5938,0.0000,3.9773,0.0000,3.9773,0.8060,3.1713,0.0000,3.1713,0.0176,3.1537,0.0000,0.0317,1.3642,1.7578,2954.3796,2954.3796,2954.3796,2954.3796,2954.3796 +638.5000,1.0000,8434.1740,7.6135,7.5610,0.0292,0.0000,1,1118.2368,76.2920,514.8501,-74.8729,8.9339,60.2897,-8.7677,0.5295,3.4557,0.0000,3.4557,4.9487,3.4557,0.6322,0.0000,2.8235,0.0000,2.8235,0.8307,1.9928,0.0000,1.9928,0.0055,1.9873,0.0000,0.0346,1.4060,0.5466,2631.0662,2631.0662,2631.0662,2631.0662,2631.0662 +639.5000,1.0000,8436.3098,7.6790,7.6660,0.0072,0.0000,1,1127.8572,69.8544,508.0514,-75.4468,8.2504,60.0054,-8.9109,0.1322,3.0734,0.0000,3.0734,5.0447,3.0734,0.6440,0.0000,2.4294,0.0000,2.4294,0.8378,1.5916,0.0000,1.5916,0.0014,1.5902,0.0000,0.0355,1.4181,0.1365,2534.6227,2534.6227,2534.6227,2534.6227,2534.6227 +640.5000,1.0000,8438.4435,7.6715,7.6920,-0.0114,0.0000,1,1126.7556,63.7932,505.0749,-75.3811,7.5272,59.5956,-8.8945,-0.2083,2.7186,0.0000,2.7186,5.0169,2.7186,0.6467,0.0000,2.0720,0.0000,2.0720,0.8370,1.2349,0.0000,1.2349,-0.0022,1.2371,0.0000,0.0354,1.4167,-0.2151,2437.1650,2437.1650,2437.1650,2437.1650,2437.1650 +641.5000,1.0000,8440.5806,7.6835,7.6510,0.0181,0.0000,1,1128.5181,73.1608,502.5781,-75.4862,8.6460,59.3937,-8.9208,0.3308,3.2803,0.0000,3.2803,5.0349,3.2803,0.6425,0.0000,2.6378,0.0000,2.6378,0.8383,1.7995,0.0000,1.7995,0.0034,1.7961,0.0000,0.0356,1.4190,0.3415,2587.8259,2587.8259,2587.8259,2587.8259,2587.8259 +642.5000,1.0000,8442.7226,7.7010,7.7160,-0.0083,0.0000,1,1131.0884,65.1820,507.6125,-75.6396,7.7206,60.1253,-8.9593,-0.1530,2.7883,0.0000,2.7883,5.0854,2.7883,0.6496,0.0000,2.1387,0.0000,2.1387,0.8402,1.2985,0.0000,1.2985,-0.0016,1.3001,0.0000,0.0358,1.4222,-0.1580,2462.1669,2462.1669,2462.1669,2462.1669,2462.1669 +643.5000,1.0000,8444.8560,7.6705,7.6860,-0.0086,0.0000,1,1126.6087,65.0088,502.9208,-75.3723,7.6696,59.3337,-8.8923,-0.1575,2.7707,0.0000,2.7707,5.0564,2.7707,0.6460,0.0000,2.1247,0.0000,2.1247,0.8369,1.2877,0.0000,1.2877,-0.0016,1.2894,0.0000,0.0354,1.4166,-0.1626,2456.4690,2456.4690,2456.4690,2456.4690,2456.4690 +644.5000,1.0000,8446.9844,7.6520,7.6550,-0.0017,0.0000,1,1123.8915,67.2110,502.1061,-75.2103,7.9103,59.0947,-8.8518,-0.0304,2.8940,0.0000,2.8940,5.0467,2.8940,0.6425,0.0000,2.2515,0.0000,2.2515,0.8349,1.4166,0.0000,1.4166,-0.0003,1.4169,0.0000,0.0352,1.4131,-0.0314,2489.8371,2489.8371,2489.8371,2489.8371,2489.8371 +645.5000,1.0000,8449.1042,7.6215,7.6490,-0.0153,0.0000,1,1119.4118,62.7502,502.0789,-74.9430,7.3559,58.8560,-8.7852,-0.2777,2.6258,0.0000,2.6258,5.0077,2.6258,0.6415,0.0000,1.9843,0.0000,1.9843,0.8316,1.1527,0.0000,1.1527,-0.0029,1.1556,0.0000,0.0347,1.4075,-0.2866,2415.7086,2415.7086,2415.7086,2415.7086,2415.7086 +646.5000,1.0000,8451.2137,7.5840,7.5940,-0.0056,0.0000,1,1113.9040,66.1071,498.6029,-74.6145,7.7112,58.1609,-8.7036,-0.1005,2.7928,0.0000,2.7928,5.0189,2.7928,0.6353,0.0000,2.1575,0.0000,2.1575,0.8275,1.3301,0.0000,1.3301,-0.0010,1.3311,0.0000,0.0342,1.4006,-0.1037,2465.6766,2465.6766,2465.6766,2465.6766,2465.6766 +647.5000,1.0000,8453.3244,7.5885,7.5740,0.0081,0.0000,1,1114.5649,70.2398,500.1986,-74.6539,8.1982,58.3817,-8.7134,0.1458,3.0489,0.0000,3.0489,5.0035,3.0489,0.6333,0.0000,2.4157,0.0000,2.4157,0.8280,1.5877,0.0000,1.5877,0.0015,1.5862,0.0000,0.0343,1.4014,0.1505,2532.0678,2532.0678,2532.0678,2532.0678,2532.0678 +648.5000,1.0000,8455.4491,7.6390,7.6030,0.0200,0.0000,1,1121.9822,73.6038,503.8095,-75.0964,8.6480,59.1944,-8.8233,0.3643,3.2960,0.0000,3.2960,4.9877,3.2960,0.6369,0.0000,2.6591,0.0000,2.6591,0.8335,1.8256,0.0000,1.8256,0.0038,1.8218,0.0000,0.0350,1.4107,0.3761,2590.6142,2590.6142,2590.6142,2590.6142,2590.6142 +649.5000,1.0000,8457.6019,7.7400,7.6750,0.0361,0.0000,1,1136.8166,67.7383,508.8908,-75.9813,8.0641,60.5820,-9.0454,0.6665,3.6509,0.0000,3.6509,3.7466,3.6509,0.6457,0.0000,3.0052,0.0000,3.0052,0.8445,2.1607,0.0000,2.1607,0.0069,2.1538,0.0000,0.0364,1.4294,0.6880,2506.7186,2506.7186,2506.7186,2506.7186,2506.7186 +650.5000,1.0000,8459.7635,7.7720,7.8050,-0.0183,0.0000,1,1141.5166,50.8477,507.6535,-76.2616,6.0783,60.6846,-9.1163,-0.3398,2.6258,0.0000,2.6258,3.7923,2.6258,0.6599,0.0000,1.9659,0.0000,1.9659,0.8480,1.1179,0.0000,1.1179,-0.0035,1.1214,0.0000,0.0368,1.4353,-0.3508,2240.2227,2240.2227,2240.2227,2240.2227,2240.2227 +651.5000,1.0000,8461.9127,7.7270,7.7390,-0.0067,0.0000,1,1134.9072,54.5660,498.2999,-75.8674,6.4850,59.2216,-9.0166,-0.1228,2.8305,0.0000,2.8305,3.7773,2.8305,0.6523,0.0000,2.1782,0.0000,2.1782,0.8431,1.3351,0.0000,1.3351,-0.0013,1.3364,0.0000,0.0362,1.4270,-0.1268,2295.2372,2295.2372,2295.2372,2295.2372,2295.2372 +652.5000,1.0000,8464.0574,7.7110,7.7150,-0.0022,0.0000,1,1132.5572,56.0530,499.3585,-75.7272,6.6479,59.2245,-8.9813,-0.0409,2.9084,0.0000,2.9084,3.7805,2.9084,0.6496,0.0000,2.2587,0.0000,2.2587,0.8413,1.4174,0.0000,1.4174,-0.0004,1.4178,0.0000,0.0360,1.4240,-0.0422,2317.4301,2317.4301,2317.4301,2317.4301,2317.4301 +653.5000,1.0000,8466.1709,7.5985,7.7070,-0.0603,0.0000,1,1116.0337,37.8028,496.1993,-74.7415,4.4180,57.9912,-8.7351,-1.0922,1.7752,0.0000,1.7752,3.7351,1.7752,0.6472,0.0000,1.1280,0.0000,1.1280,0.8291,0.2989,0.0000,0.2989,-0.0113,0.3102,0.0000,0.0344,1.4033,-1.1275,2001.5391,2001.5391,2001.5391,2001.5391,2001.5391 +654.5000,1.0000,8468.1223,7.0150,7.4900,-0.2639,0.0000,1,1030.3318,-24.5316,466.0544,-68.7980,-2.6469,50.2854,-7.4230,-4.4143,-1.8999,0.0000,-1.8999,3.6674,-1.8999,0.6146,0.0000,-2.5145,0.0000,-2.5145,0.7654,-3.2799,0.0000,-3.2799,-0.0456,-3.2343,0.0000,0.0272,1.2955,-4.5570,684.1879,684.1879,684.1879,684.1879,684.1879 +655.5000,1.0000,8469.8105,6.0675,6.5400,-0.2625,0.0000,1,891.1673,-22.8300,395.0197,-72.9789,-2.1306,36.8644,-6.8106,-3.7980,-1.6539,0.0000,-1.6539,3.3213,-1.6539,0.5060,0.0000,-2.1598,0.0000,-2.1598,0.6620,-2.8219,0.0000,-2.8219,-0.0393,-2.7826,0.0000,0.0176,1.1205,-3.9207,581.3192,581.3192,581.3192,581.3192,581.3192 +656.5000,1.0000,8471.3799,5.6400,5.5950,0.0250,0.0000,1,828.3780,65.3842,424.9614,-77.4687,5.6719,36.8644,-6.7202,0.3362,2.4413,0.0000,2.4413,2.8944,2.4413,0.4198,0.0000,2.0216,0.0000,2.0216,0.6154,1.4062,0.0000,1.4062,0.0035,1.4027,0.0000,0.0141,1.0416,0.3471,1870.9142,1870.9142,1870.9142,1870.9142,1870.9142 +657.5000,1.0000,8472.9520,5.6495,5.6850,-0.0197,0.0000,1,829.7733,51.9485,424.2468,-77.3689,4.5140,36.8644,-6.7229,-0.2657,1.8238,0.0000,1.8238,2.9559,1.8238,0.4269,0.0000,1.3969,0.0000,1.3969,0.6164,0.7804,0.0000,0.7804,-0.0027,0.7832,0.0000,0.0142,1.0433,-0.2743,1683.8699,1683.8699,1683.8699,1683.8699,1683.8699 +658.5000,1.0000,8474.4403,5.3480,5.6140,-0.1478,0.0000,1,785.4903,16.3219,448.1642,-81.0542,1.3426,36.8644,-6.6672,-1.8846,0.0321,0.0000,0.0321,3.1951,0.0321,0.4139,0.0000,-0.3818,0.0000,-0.3818,0.5835,-0.9653,0.0000,-0.9653,-0.0195,-0.9458,0.0000,0.0120,0.9876,-1.9455,1136.1049,1136.1049,1136.1049,1136.1049,1136.1049 +659.5000,1.0000,8475.7513,4.7095,5.0820,-0.2069,0.0000,1,696.8033,5.2187,505.2052,-90.5667,0.3808,36.8644,-6.6086,-2.1232,-0.6676,0.0057,-0.6733,3.1717,-0.6733,0.3580,0.0000,-1.0314,0.0000,-1.0314,0.5138,-1.5452,0.0000,-1.5452,-0.0240,-1.5212,0.0000,0.0082,0.8697,-2.3992,907.8283,907.8283,907.8283,907.8283,907.8283 +660.5000,1.0000,8476.9084,4.1555,4.3370,-0.1008,0.0000,1,645.8148,52.6930,545.0923,-96.0357,3.5636,36.8644,-6.4949,-0.0543,0.4596,-0.0200,0.4795,3.1584,0.4795,0.2949,0.0000,0.1847,0.0000,0.1847,0.4534,-0.2687,0.0000,-0.2687,-0.0103,-0.2584,0.0000,0.0056,0.7674,-1.0315,1331.8642,1331.8642,1331.8642,1331.8642,1331.8642 +661.5000,1.0000,8477.9563,3.7625,3.9740,-0.1175,0.0000,1,644.4444,50.4938,546.2513,-96.1827,3.4076,36.8644,-6.4910,0.0000,0.2570,-0.0153,0.2724,3.1506,0.2724,0.2620,0.0000,0.0104,0.0000,0.0104,0.4105,-0.4002,0.0000,-0.4002,-0.0109,-0.3893,0.0000,0.0042,0.6948,-1.0883,1308.7871,1308.7871,1308.7871,1308.7871,1308.7871 +662.5000,1.0000,8478.8891,3.3480,3.5510,-0.1128,0.0000,1,644.4444,50.4922,546.2513,-96.1827,3.4075,36.8644,-6.4910,0.0000,0.2577,-0.0166,0.2744,3.1498,0.2744,0.2266,0.0000,0.0478,0.0000,0.0478,0.3653,-0.3175,0.0000,-0.3175,-0.0093,-0.3082,0.0000,0.0030,0.6183,-0.9295,1308.7719,1308.7719,1308.7719,1308.7719,1308.7719 +663.5000,1.0000,8479.7158,2.9660,3.1450,-0.0994,0.0000,1,644.4444,50.2358,546.2513,-96.1827,3.3902,36.8644,-6.4910,0.0000,0.3146,-0.0202,0.3348,3.0756,0.3348,0.1948,0.0000,0.1401,0.0000,0.1401,0.3236,-0.1835,0.0000,-0.1835,-0.0073,-0.1763,0.0000,0.0021,0.5477,-0.7261,1306.2279,1306.2279,1306.2279,1306.2279,1306.2279 +664.5000,1.0000,8480.4660,2.6910,2.7870,-0.0533,0.0000,1,644.4444,53.7351,546.2513,-96.1827,3.6264,36.8644,-6.4910,0.0000,0.5840,-0.0216,0.6056,3.0423,0.6056,0.1704,0.0000,0.4353,0.0000,0.4353,0.2936,0.1417,0.0000,0.1417,-0.0035,0.1452,0.0000,0.0015,0.4970,-0.3533,1340.9411,1340.9411,1340.9411,1340.9411,1340.9411 +665.5000,1.0000,8481.2180,2.6970,2.5950,0.0567,0.0000,1,644.4444,65.1663,546.2513,-96.1827,4.3978,36.8644,-6.4910,0.0000,1.3880,0.0506,1.3374,3.0099,1.3374,0.1635,0.0000,1.1739,0.0000,1.1739,0.2943,0.8796,0.0000,0.8796,0.0038,0.8758,0.0000,0.0015,0.4981,0.3762,1454.3382,1454.3382,1454.3382,1454.3382,1454.3382 +666.5000,1.0000,8482.2374,3.6600,2.7990,0.4783,0.0000,1,654.2344,151.0714,538.0773,-95.1326,10.3501,36.8644,-6.5177,0.3933,6.9821,1.2451,5.7369,2.9747,5.7369,0.2861,0.0000,5.4508,0.0000,5.4508,0.4180,5.0328,0.0000,5.0328,0.0432,4.9896,0.0000,0.0041,0.6759,4.3096,2495.7949,2495.7949,2495.7949,2495.7949,2495.7949 +667.5000,1.0000,8483.7870,5.5685,4.5210,0.5819,0.0000,1,817.8764,245.5731,430.4179,-78.2196,21.0328,36.8644,-6.6993,7.7275,10.2712,0.0000,10.2712,3.0342,10.2712,0.5137,0.0000,9.7575,0.0000,9.7575,0.6580,9.0995,0.0000,9.0995,0.0799,9.0196,0.0000,0.0140,1.0284,7.9772,4492.3248,4492.3248,4492.3248,4492.3248,4492.3248 +668.5000,1.0000,8485.8833,7.5365,6.6160,0.5114,0.0000,1,1106.9274,217.7509,553.4208,-74.1983,25.2411,64.1510,-8.6009,9.1905,12.6149,0.0000,12.6149,3.4357,12.6149,0.7359,0.0000,11.8790,0.0000,11.8790,0.8706,11.0084,0.0000,11.0084,0.0950,10.9134,0.0000,0.0341,1.3918,9.4875,5310.1638,5310.1638,5310.1638,5310.1638,5310.1638 +669.5000,1.0000,8488.4045,9.0665,8.4570,0.3386,0.0000,1,1331.6470,162.9314,603.6211,-87.5580,22.7207,84.1748,-12.2099,7.3208,11.2237,0.0000,11.2237,4.1763,11.2237,0.8683,0.0000,10.3554,0.0000,10.3554,0.9892,9.3662,0.0000,9.3662,0.0757,9.2905,0.0000,0.0588,1.6744,7.5574,5004.9431,5004.9431,5004.9431,5004.9431,5004.9431 +670.5000,1.0000,8491.0346,9.4582,9.6760,-0.1210,0.0000,0,1313.2299,-28.8685,592.7033,-86.4657,-3.9700,81.5092,-11.8909,-8.7048,0.0000,0.0000,0.0000,4.7348,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.0320,-1.0320,0.0000,-1.0320,-0.0282,-1.0038,0.0000,0.0664,1.7467,-2.8169,1118.0859,1118.0859,1118.0859,1118.0859,1118.0859 +671.5000,1.0000,8494.0376,10.8007,11.0220,0.8668,0.0000,2,1118.6184,290.5554,453.7707,-74.8957,34.0361,53.1554,-8.7734,-5.9541,34.3346,0.0000,34.3346,5.6556,27.6761,0.9091,0.0000,26.7671,0.0000,26.7671,1.3939,25.3732,0.0000,25.3732,0.2308,25.1424,0.0000,0.1010,1.9946,23.0468,6979.7176,6979.7176,6979.7176,6979.7176,6979.7176 +672.5000,1.0000,8497.7632,13.4025,12.3610,0.5786,0.0000,2,1118.8931,316.5022,607.7692,-74.9121,37.0846,71.2124,-8.7775,5.9744,24.5124,0.0000,24.5124,6.5978,24.5124,0.9818,0.0000,23.5306,0.0000,23.5306,1.5844,21.9462,0.0000,21.9462,0.1912,21.7550,0.0000,0.1901,2.4751,19.0898,7537.7570,7537.7570,7537.7570,7537.7570,7537.7570 +673.5000,1.0000,8502.0820,15.5375,14.4440,0.6075,0.0000,2,1297.1312,333.8903,634.4176,-85.5109,45.3541,86.1763,-11.6154,7.2719,29.7005,0.0000,29.7005,8.3817,29.7005,1.2118,0.0000,28.4886,0.0000,28.4886,1.8549,26.6337,0.0000,26.6337,0.2327,26.4010,0.0000,0.2959,2.8694,23.2357,9210.0416,9210.0416,9210.0416,9210.0416,9210.0416 +674.5000,1.0000,8506.6412,16.4030,16.6310,-0.1267,0.0000,0,1279.4041,16.0721,658.9327,-84.4596,2.1533,88.2831,-11.3158,-8.5654,0.0000,0.0000,0.0000,10.7187,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.7897,-1.7897,0.0000,-1.7897,-0.0512,-1.7385,0.0000,0.3465,3.0292,-5.1142,1895.8169,1895.8169,1895.8169,1895.8169,1895.8169 +675.5000,1.0000,8511.4769,17.3985,19.5640,0.6797,0.0000,3,1052.6852,461.3255,461.3255,-70.3982,50.8551,50.8551,-7.7605,-7.6090,43.6471,0.0000,43.6471,14.8170,36.2200,1.0638,0.0000,35.1562,0.0000,35.1562,2.1259,33.0303,0.0000,33.0303,0.2916,32.7387,0.0000,0.4154,3.2131,29.1102,10126.4493,10126.4493,10126.4493,10126.4493,10126.4493 +676.5000,1.0000,8516.9992,19.8704,20.9220,0.6936,0.0000,3,997.6712,567.2314,682.5474,-66.7600,59.2620,71.3097,-6.9748,3.8408,42.2556,0.0000,42.2556,13.1656,42.2556,1.2584,0.0000,40.9973,0.0000,40.9973,2.4407,38.5566,0.0000,38.5566,0.3398,38.2168,0.0000,0.6182,3.6696,33.9290,11809.0204,11809.0204,11809.0204,11809.0204,11809.0204 +677.5000,1.0000,8522.9627,21.4585,21.1190,0.1886,0.0000,3,1077.4054,229.6688,713.5198,-72.1677,25.9125,80.5033,-8.1424,1.1278,17.9662,0.0000,17.9662,6.8185,17.9662,0.8234,0.0000,17.1428,0.0000,17.1428,2.3413,14.8015,0.0000,14.8015,0.0998,14.7017,0.0000,0.7757,3.9629,9.9631,5418.4743,5418.4743,5418.4743,5418.4743,5418.4743 +678.5000,1.0000,8529.3621,23.0280,21.7980,0.6833,0.0000,3,1156.2081,496.1863,579.4801,-77.1380,60.0772,70.1622,-9.3397,4.3850,48.6514,0.0000,48.6514,7.0408,48.6514,1.4899,0.0000,47.1614,0.0000,47.1614,2.8232,44.3382,0.0000,44.3382,0.3880,43.9502,0.0000,0.9612,4.2527,38.7363,11966.7062,11966.7062,11966.7062,11966.7062,11966.7062 +679.5000,1.0000,8536.4066,25.3500,24.2580,0.6067,0.0000,3,1272.7929,461.8427,706.0232,-84.0675,61.5574,94.1034,-11.2051,4.2855,48.8135,0.0000,48.8135,8.4584,48.8135,1.5761,0.0000,47.2374,0.0000,47.2374,3.0377,44.1997,0.0000,44.1997,0.3792,43.8205,0.0000,1.2810,4.6815,37.8580,12258.2782,12258.2782,12258.2782,12258.2782,12258.2782 +680.5000,1.0000,8544.1345,27.8105,26.4420,0.7603,0.0000,3,1396.3317,549.4584,712.8254,-91.3943,80.3437,104.2318,-13.3640,5.8919,64.8886,0.0000,64.8886,9.5632,64.8886,1.9916,0.0000,62.8970,0.0000,62.8970,3.4987,59.3983,0.0000,59.3983,0.5213,58.8770,0.0000,1.6923,5.1359,52.0488,15766.7008,15766.7008,15766.7008,15766.7008,15766.7008 +681.5000,1.0000,8552.8078,31.2140,29.1790,1.1306,0.0000,3,1567.2173,757.5689,766.4584,-101.5292,124.3312,125.7901,-16.6628,9.8337,103.1716,0.0000,103.1716,11.3259,103.1716,2.8977,0.0000,100.2739,0.0000,100.2739,4.3721,95.9018,0.0000,95.9018,0.8700,95.0318,0.0000,2.3972,5.7645,86.8702,24247.3413,24247.3413,24247.3413,24247.3413,24247.3413 +682.5000,1.0000,8561.9702,32.9745,33.2490,-0.1525,0.0000,0,1669.3922,75.3132,842.2760,-105.9447,13.1661,147.2453,-18.5211,0.0000,0.0000,0.0000,0.0000,13.1661,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.5978,-3.5978,0.0000,-3.5978,-0.1240,-3.4738,0.0000,2.8143,6.0896,-12.3777,4006.1563,4006.1563,4006.1563,4006.1563,4006.1563 +683.5000,1.0000,8571.4236,34.0224,34.5430,0.7346,0.0000,4,1408.4026,587.2867,587.2867,-92.1102,86.6175,86.6175,-13.5851,-22.5733,99.2359,0.0000,99.2359,9.9549,77.8219,2.0384,0.0000,75.7835,0.0000,75.7835,4.2627,71.5208,0.0000,71.5208,0.6162,70.9046,0.0000,3.0957,6.2831,61.5258,16924.7020,16924.7020,16924.7020,16924.7020,16924.7020 +684.5000,1.0000,8581.6398,36.7683,35.8930,0.7909,0.0000,4,1193.6295,805.0988,805.0988,-79.3703,100.6346,100.6346,-9.9210,3.3877,90.0384,0.0000,90.0384,7.2085,90.0384,2.3437,0.0000,87.6947,0.0000,87.6947,4.6937,83.0010,0.0000,83.0010,0.7170,82.2840,0.0000,3.9074,6.7902,71.5865,19585.4053,19585.4053,19585.4053,19585.4053,19585.4053 +685.5000,1.0000,8592.5675,39.3295,38.4190,0.6320,0.0000,4,1276.7737,680.2160,836.0223,-84.3036,90.9472,111.7791,-11.2717,2.8954,80.8510,0.0000,80.8510,7.2007,80.8510,2.2198,0.0000,78.6313,0.0000,78.6313,4.7931,73.8382,0.0000,73.8382,0.6128,73.2254,0.0000,4.7789,7.2632,61.1833,17760.2380,17760.2380,17760.2380,17760.2380,17760.2380 +686.5000,1.0000,8603.9733,41.0510,40.4670,0.3244,0.0000,4,1332.6603,451.6592,797.1757,-87.6181,63.0317,111.2505,-12.2276,1.5516,52.3499,0.0000,52.3499,9.1302,52.3499,1.6916,0.0000,50.6584,0.0000,50.6584,4.5317,46.1267,0.0000,46.1267,0.3284,45.7984,0.0000,5.4309,7.5811,32.7864,12552.6543,12552.6543,12552.6543,12552.6543,12552.6543 +687.5000,1.0000,8615.6608,42.0650,41.6350,0.2389,0.0000,4,1365.5783,384.2625,715.6254,-89.5704,54.9507,102.3366,-12.8088,1.1706,44.7503,0.0000,44.7503,9.0298,44.7503,1.5648,0.0000,43.1855,0.0000,43.1855,4.5896,38.5958,0.0000,38.5958,0.2478,38.3481,0.0000,5.8428,7.7684,24.7369,11054.9095,11054.9095,11054.9095,11054.9095,11054.9095 +688.5000,1.0000,8627.4966,42.5990,42.4950,0.0578,0.0000,4,1382.9138,242.5509,694.2270,-90.5985,35.1258,100.5368,-13.1203,0.2867,25.9033,0.0000,25.9033,8.9358,25.9033,1.2013,0.0000,24.7019,0.0000,24.7019,4.6479,20.0540,0.0000,20.0540,0.0607,19.9933,0.0000,6.0675,7.8670,6.0588,7350.9116,7350.9116,7350.9116,7350.9116,7350.9116 +689.5000,1.0000,8639.4916,43.1720,42.7030,0.2606,0.0000,4,1401.5154,400.4615,643.3877,-91.7018,58.7743,94.4277,-13.4587,1.3104,48.6381,0.0000,48.6381,8.8257,48.6381,1.6706,0.0000,46.9675,0.0000,46.9675,4.7104,42.2571,0.0000,42.2571,0.2773,41.9797,0.0000,6.3164,7.9728,27.6906,11808.8242,11808.8242,11808.8242,11808.8242,11808.8242 +690.5000,1.0000,8651.7488,44.1160,43.6410,0.2639,0.0000,4,1432.1610,403.7430,708.0432,-93.5193,60.5516,106.1892,-14.0256,1.3562,50.3752,0.0000,50.3752,8.8202,50.3752,1.7297,0.0000,48.6454,0.0000,48.6454,4.8134,43.8320,0.0000,43.8320,0.2870,43.5450,0.0000,6.7398,8.1471,28.6580,12168.6930,12168.6930,12168.6930,12168.6930,12168.6930 +691.5000,1.0000,8664.3191,45.2430,44.5910,0.3622,0.0000,4,1468.7474,483.2429,715.6128,-95.6891,74.3261,110.0662,-14.7176,1.9091,63.4714,0.0000,63.4714,8.9455,63.4714,2.0213,0.0000,61.4502,0.0000,61.4502,5.0787,56.3715,0.0000,56.3715,0.4040,55.9675,0.0000,7.2703,8.3553,40.3418,14720.2995,14720.2995,14720.2995,14720.2995,14720.2995 +692.5000,1.0000,8677.3033,46.7330,45.8950,0.4656,0.0000,4,1517.1180,567.6921,750.6042,-98.5579,90.1905,119.2502,-15.6581,2.5346,78.5373,0.0000,78.5373,9.1186,78.5373,2.3625,0.0000,76.1748,0.0000,76.1748,5.4365,70.7383,0.0000,70.7383,0.5364,70.2019,0.0000,8.0135,8.6304,53.5580,17684.3350,17684.3350,17684.3350,17684.3350,17684.3350 +693.5000,1.0000,8690.5779,47.7785,47.5710,0.1153,0.0000,4,1551.0586,294.7445,785.3748,-100.5709,47.8743,127.5657,-16.3354,0.6416,37.8693,0.0000,37.8693,9.3633,37.8693,1.5778,0.0000,36.2915,0.0000,36.2915,5.2130,31.0785,0.0000,31.0785,0.1358,30.9427,0.0000,8.5608,8.8235,13.5584,9901.5918,9901.5918,9901.5918,9901.5918,9901.5918 +694.5000,1.0000,8704.0431,48.4650,47.9860,0.2661,0.0000,4,1573.3449,394.2891,703.7597,-101.8926,64.9632,115.9517,-16.7879,1.5025,57.2243,0.0000,57.2243,6.2364,57.2243,1.9840,0.0000,55.2404,0.0000,55.2404,5.2879,49.9525,0.0000,49.9525,0.3180,49.6345,0.0000,8.9359,8.9503,31.7483,13125.2826,13125.2826,13125.2826,13125.2826,13125.2826 +695.5000,1.0000,8717.9108,49.9135,48.9440,0.5386,0.0000,4,1620.3683,605.9796,742.6153,-104.1988,102.8254,126.0104,-17.6809,3.1319,94.5584,0.0000,94.5584,5.1351,94.5584,2.7715,0.0000,91.7869,0.0000,91.7869,5.9629,85.8240,0.0000,85.8240,0.6628,85.1612,0.0000,9.7640,9.2178,66.1794,20273.5076,20273.5076,20273.5076,20273.5076,20273.5076 +696.5000,1.0000,8731.9484,50.5252,50.8830,-0.1988,0.0000,0,1651.8417,30.0368,808.4841,-105.3197,5.1958,139.8519,-18.2182,0.0000,0.0000,0.0000,0.0000,5.1958,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.5127,-5.5127,0.0000,-5.5127,-0.2476,-5.2651,0.0000,10.1241,9.3308,-24.7200,3085.5970,3085.5970,3085.5970,3085.5970,3085.5970 +697.5000,1.0000,8746.0949,50.9176,52.7910,0.4167,0.0000,5,1392.5811,561.8112,561.8112,-91.1719,81.9294,81.9294,-13.2957,-22.1719,98.8289,0.0000,98.8289,5.2723,79.2620,0.8865,0.0000,78.3755,0.0000,78.3755,5.8540,72.5215,0.0000,72.5215,0.5231,71.9984,0.0000,10.3635,9.4032,52.2316,16059.4257,16059.4257,16059.4257,16059.4257,16059.4257 +698.5000,1.0000,8760.6838,52.5099,53.8600,0.4679,0.0000,5,1151.7944,795.1106,795.1106,-76.8747,95.9028,95.9028,-9.2723,1.3067,89.2605,0.0000,89.2605,5.3355,89.2605,0.9602,0.0000,88.3004,0.0000,88.3004,6.1491,82.1512,0.0000,82.1512,0.6057,81.5455,0.0000,11.3670,9.6973,60.4812,18723.6628,18723.6628,18723.6628,18723.6628,18723.6628 +699.5000,1.0000,8775.7575,54.2554,55.0530,0.5018,0.0000,5,1190.0823,839.6062,839.6062,-79.1587,104.6360,104.6360,-9.8652,1.4481,97.7195,0.0000,97.7195,5.4684,97.7195,1.0290,0.0000,96.6905,0.0000,96.6905,6.4354,90.2551,0.0000,90.2551,0.6713,89.5838,0.0000,12.5389,10.0196,67.0253,20360.9120,20360.9120,20360.9120,20360.9120,20360.9120 +700.5000,1.0000,8791.3397,56.0859,56.2940,0.5151,0.0000,5,1230.2349,860.3141,860.3141,-81.5435,110.8342,110.8342,-10.5052,1.5366,103.8245,0.0000,103.8245,5.4731,103.8245,1.0880,0.0000,102.7365,0.0000,102.7365,6.6942,96.0422,0.0000,96.0422,0.7123,95.3299,0.0000,13.8513,10.3577,71.1209,21513.2671,21513.2671,21513.2671,21513.2671,21513.2671 +701.5000,1.0000,8807.3944,57.7871,57.4520,0.4300,0.0000,5,1267.5491,770.6538,871.1299,-83.7565,102.2946,115.6315,-11.1176,1.3214,95.3923,0.0000,95.3923,5.5809,95.3923,1.0729,0.0000,94.3194,0.0000,94.3194,6.7243,87.5951,0.0000,87.5951,0.6126,86.9825,0.0000,15.1489,10.6718,61.1618,19894.3853,19894.3853,19894.3853,19894.3853,19894.3853 +702.5000,1.0000,8823.8098,59.0855,58.5610,0.2914,0.0000,5,1296.0296,619.5475,837.3538,-85.4456,84.0849,113.6456,-11.5967,0.9157,77.4903,0.0000,77.4903,5.6789,77.4903,1.0045,0.0000,76.4859,0.0000,76.4859,6.5761,69.9098,0.0000,69.9098,0.4245,69.4853,0.0000,16.1915,10.9116,42.3822,16487.5416,16487.5416,16487.5416,16487.5416,16487.5416 +703.5000,1.0000,8840.4817,60.0085,59.6100,0.2214,0.0000,5,1316.2754,545.0135,778.5074,-86.6463,75.1247,107.3095,-11.9433,0.7066,68.5976,0.0000,68.5976,5.8205,68.5976,0.9752,0.0000,67.6225,0.0000,67.6225,6.5474,61.0751,0.0000,61.0751,0.3275,60.7475,0.0000,16.9617,11.0821,32.7038,14816.0390,14816.0390,14816.0390,14816.0390,14816.0390 +704.5000,1.0000,8857.3840,60.8385,60.4070,0.2397,0.0000,5,1334.4813,568.4034,750.5270,-87.7261,79.4324,104.8836,-12.2594,0.7757,72.8497,0.0000,72.8497,5.8070,72.8497,1.0102,0.0000,71.8395,0.0000,71.8395,6.6675,65.1721,0.0000,65.1721,0.3596,64.8125,0.0000,17.6754,11.2354,35.9018,15579.4850,15579.4850,15579.4850,15579.4850,15579.4850 +705.5000,1.0000,8874.4893,61.5690,61.2700,0.1661,0.0000,5,1350.5047,489.5289,762.2088,-88.6764,69.2314,107.7950,-12.5410,0.5439,62.8077,0.0000,62.8077,5.8797,62.8077,0.9722,0.0000,61.8355,0.0000,61.8355,6.7177,55.1179,0.0000,55.1179,0.2522,54.8657,0.0000,18.3192,11.3703,25.1762,13723.2677,13723.2677,13723.2677,13723.2677,13723.2677 +706.5000,1.0000,8891.7547,62.1455,61.8680,0.1542,0.0000,5,1363.1501,479.0568,732.9515,-89.4264,68.3848,104.6279,-12.7655,0.5095,61.8942,0.0000,61.8942,5.9811,61.8942,0.9774,0.0000,60.9168,0.0000,60.9168,6.7806,54.1362,0.0000,54.1362,0.2362,53.9000,0.0000,18.8386,11.4767,23.5846,13560.2857,13560.2857,13560.2857,13560.2857,13560.2857 +707.5000,1.0000,8909.2035,62.8055,62.4230,0.2125,0.0000,5,1377.6271,546.4087,730.6754,-90.2850,78.8275,105.4107,-13.0249,0.7098,72.1194,0.0000,72.1194,5.9984,72.1194,1.0398,0.0000,71.0796,0.0000,71.0796,6.8526,64.2270,0.0000,64.2270,0.3290,63.8980,0.0000,19.4455,11.5986,32.8538,15471.8236,15471.8236,15471.8236,15471.8236,15471.8236 +708.5000,1.0000,8926.8535,63.5300,63.1880,0.1900,0.0000,5,1393.5189,524.9215,758.8278,-91.2275,76.6013,110.7350,-13.3127,0.6420,69.8426,0.0000,69.8426,6.1167,69.8426,1.0408,0.0000,68.8018,0.0000,68.8018,6.9316,61.8702,0.0000,61.8702,0.2976,61.5726,0.0000,20.1261,11.7324,29.7140,15068.8743,15068.8743,15068.8743,15068.8743,15068.8743 +709.5000,1.0000,8944.6586,64.0885,63.8720,0.1203,0.0000,5,1405.7694,449.4928,752.7380,-91.9540,66.1707,110.8119,-13.5367,0.4100,59.6545,0.0000,59.6545,6.1062,59.6545,0.9995,0.0000,58.6550,0.0000,58.6550,6.9926,51.6624,0.0000,51.6624,0.1900,51.4724,0.0000,20.6612,11.8356,18.9756,13162.0678,13162.0678,13162.0678,13162.0678,13162.0678 +710.5000,1.0000,8962.4840,64.1615,64.3050,-0.0797,0.0000,5,1407.3707,227.8621,725.4783,-92.0490,33.5822,106.9206,-13.5661,-0.2720,27.7046,0.0000,27.7046,6.1497,27.7046,0.8410,0.0000,26.8636,0.0000,26.8636,7.0005,19.8630,0.0000,19.8630,-0.1261,19.9892,0.0000,20.7318,11.8490,-12.5917,7099.8422,7099.8422,7099.8422,7099.8422,7099.8422 +711.5000,1.0000,8980.1900,63.7315,64.0180,-0.1592,0.0000,5,1397.9387,137.7287,638.6946,-91.4896,20.1623,93.4997,-13.3933,-0.5395,14.5882,0.0000,14.5882,6.1136,14.5882,0.7680,0.0000,13.8202,0.0000,13.8202,6.9536,6.8666,0.0000,6.8666,-0.2501,7.1167,0.0000,20.3181,11.7696,-24.9710,4647.7340,4647.7340,4647.7340,4647.7340,4647.7340 +712.5000,1.0000,8997.7304,63.1355,63.4450,-0.1719,0.0000,5,1384.8656,120.6777,600.1084,-90.7143,17.5010,87.0294,-13.1556,-0.5774,12.0556,0.0000,12.0556,6.0227,12.0556,0.7451,0.0000,11.3106,0.0000,11.3106,6.8886,4.4220,0.0000,4.4220,-0.2676,4.6896,0.0000,19.7534,11.6596,-26.7234,4134.6793,4134.6793,4134.6793,4134.6793,4134.6793 +713.5000,1.0000,9015.0754,62.4320,62.8260,-0.2189,0.0000,5,1369.4344,66.1892,589.2800,-89.7991,9.4920,84.5068,-12.8778,-0.7268,4.1811,0.0000,4.1811,6.0377,4.1811,0.7161,0.0000,3.4649,0.0000,3.4649,6.8118,-3.3469,0.0000,-3.3469,-0.3369,-3.0100,0.0000,19.1007,11.5296,-33.6403,2970.0431,2970.0431,2970.0431,2970.0431,2970.0431 +714.5000,1.0000,9032.2460,61.8040,62.0380,-0.1300,0.0000,5,1355.6594,161.8114,563.3925,-88.9821,22.9715,79.9816,-12.6323,-0.4273,17.4597,0.0000,17.4597,5.9391,17.4597,0.7494,0.0000,16.7102,0.0000,16.7102,6.7433,9.9669,0.0000,9.9669,-0.1981,10.1650,0.0000,18.5296,11.4137,-19.7783,5083.2331,5083.2331,5083.2331,5083.2331,5083.2331 +715.5000,1.0000,9049.3171,61.4460,61.5700,-0.0689,0.0000,5,1347.8067,228.8241,600.0861,-88.5164,32.2967,84.6973,-12.4934,-0.2251,26.5254,0.0000,26.5254,5.9964,26.5254,0.7887,0.0000,25.7366,0.0000,25.7366,6.7042,19.0324,0.0000,19.0324,-0.1044,19.1368,0.0000,18.2093,11.3476,-10.4201,6787.4041,6787.4041,6787.4041,6787.4041,6787.4041 +716.5000,1.0000,9066.3114,61.1695,61.3220,-0.0847,0.0000,5,1341.7417,209.6996,625.9472,-88.1567,29.4642,87.9499,-12.3866,-0.2756,23.8206,0.0000,23.8206,5.9192,23.8206,0.7706,0.0000,23.0501,0.0000,23.0501,6.6741,16.3760,0.0000,16.3760,-0.1278,16.5037,0.0000,17.9646,11.2965,-12.7574,6272.9632,6272.9632,6272.9632,6272.9632,6272.9632 +717.5000,1.0000,9083.1937,60.7665,61.0170,-0.1392,0.0000,5,1332.9020,147.6749,616.2732,-87.6324,20.6126,86.0201,-12.2318,-0.4498,15.1588,0.0000,15.1588,5.9036,15.1588,0.7205,0.0000,14.4383,0.0000,14.4383,6.6301,7.8082,0.0000,7.8082,-0.2085,8.0167,0.0000,17.6121,11.2221,-20.8175,4624.0575,4624.0575,4624.0575,4624.0575,4624.0575 +718.5000,1.0000,9099.9310,60.2440,60.5160,-0.1511,0.0000,5,1321.4410,131.7834,587.9290,-86.9527,18.2363,81.3582,-12.0326,-0.4842,12.9268,0.0000,12.9268,5.7937,12.9268,0.7007,0.0000,12.2261,0.0000,12.2261,6.5731,5.6530,0.0000,5.6530,-0.2244,5.8774,0.0000,17.1617,11.1256,-22.4099,4181.6089,4181.6089,4181.6089,4181.6089,4181.6089 +719.5000,1.0000,9116.5122,59.6825,59.9720,-0.1608,0.0000,5,1309.1246,118.9924,578.2574,-86.2222,16.3128,79.2740,-11.8203,-0.5105,11.0360,0.0000,11.0360,5.7873,11.0360,0.6820,0.0000,10.3541,0.0000,10.3541,6.5118,3.8422,0.0000,3.8422,-0.2367,4.0789,0.0000,16.6864,11.0219,-23.6294,3814.4154,3814.4154,3814.4154,3814.4154,3814.4154 +720.5000,1.0000,9132.9328,59.1040,59.3930,-0.1606,0.0000,5,1296.4354,116.6774,569.6989,-85.4697,15.8404,77.3437,-11.6036,-0.5047,10.6463,0.0000,10.6463,5.6988,10.6463,0.6705,0.0000,9.9757,0.0000,9.9757,6.4487,3.5270,0.0000,3.5270,-0.2340,3.7610,0.0000,16.2059,10.9150,-23.3599,3706.5529,3706.5529,3706.5529,3706.5529,3706.5529 +721.5000,1.0000,9149.1803,58.4810,58.8150,-0.1856,0.0000,5,1282.7700,86.3574,565.3694,-84.6592,11.6005,75.9468,-11.3724,-0.5771,6.5406,0.0000,6.5406,5.6371,6.5406,0.6412,0.0000,5.8994,0.0000,5.8994,6.3807,-0.4814,0.0000,-0.4814,-0.2675,-0.2138,0.0000,15.6989,10.8000,-26.7127,3040.0832,3040.0832,3040.0832,3040.0832,3040.0832 +722.5000,1.0000,9165.2660,57.8985,58.1470,-0.1381,0.0000,5,1269.9929,136.9199,549.0226,-83.9014,18.2094,73.0163,-11.1583,-0.4251,13.0331,0.0000,13.0331,5.6015,13.0331,0.6629,0.0000,12.3702,0.0000,12.3702,6.3172,6.0530,0.0000,6.0530,-0.1971,6.2500,0.0000,15.2342,10.6924,-19.6766,4093.8641,4093.8641,4093.8641,4093.8641,4093.8641 +723.5000,1.0000,9181.2260,57.4460,57.6500,-0.1133,0.0000,5,1260.0674,162.7247,568.5594,-83.3128,21.4722,75.0237,-10.9934,-0.3463,16.2408,0.0000,16.2408,5.5776,16.2408,0.6717,0.0000,15.5691,0.0000,15.5691,6.2678,9.3013,0.0000,9.3013,-0.1605,9.4618,0.0000,14.8798,10.6089,-16.0268,4699.1413,4699.1413,4699.1413,4699.1413,4699.1413 +724.5000,1.0000,9197.0721,57.0360,57.2420,-0.1144,0.0000,5,1251.0742,159.6731,577.7692,-82.7794,20.9191,75.6948,-10.8451,-0.3472,15.7530,0.0000,15.7530,5.5133,15.7530,0.6627,0.0000,15.0903,0.0000,15.0903,6.2231,8.8672,0.0000,8.8672,-0.1609,9.0282,0.0000,14.5634,10.5331,-16.0684,4579.8804,4579.8804,4579.8804,4579.8804,4579.8804 +725.5000,1.0000,9212.8128,56.6565,56.8300,-0.0964,0.0000,5,1242.7499,178.7453,574.5253,-82.2857,23.2620,74.7690,-10.7087,-0.2904,18.0093,0.0000,18.0093,5.5431,18.0093,0.6680,0.0000,17.3414,0.0000,17.3414,6.1817,11.1597,0.0000,11.1597,-0.1346,11.2944,0.0000,14.2746,10.4631,-13.4433,5022.6031,5022.6031,5022.6031,5022.6031,5022.6031 +726.5000,1.0000,9228.4232,56.1875,56.4830,-0.1642,0.0000,5,1232.4625,101.3932,580.8605,-81.6756,13.0861,74.9677,-10.5413,-0.4906,8.1072,0.0000,8.1072,5.4696,8.1072,0.6110,0.0000,7.4961,0.0000,7.4961,6.1305,1.3656,0.0000,1.3656,-0.2274,1.5930,0.0000,13.9233,10.3764,-22.7067,3172.5743,3172.5743,3172.5743,3172.5743,3172.5743 +727.5000,1.0000,9243.8286,55.4495,55.8920,-0.2458,0.0000,5,1216.2746,8.3937,542.7540,-80.7155,1.0691,69.1295,-10.2806,-0.7250,-3.6037,0.0000,-3.6037,5.3978,-3.6037,0.6157,0.0000,-4.2194,0.0000,-4.2194,6.0500,-10.2694,0.0000,-10.2694,-0.3361,-9.9333,0.0000,13.3823,10.2402,-33.5558,1636.2798,1636.2798,1636.2798,1636.2798,1636.2798 +728.5000,1.0000,9258.9805,54.5370,55.0070,-0.2611,0.0000,5,1196.2591,-11.8241,495.3197,-79.5271,-1.4812,62.0497,-9.9625,-0.7574,-6.0443,0.0000,-6.0443,5.3204,-6.0443,0.6068,0.0000,-6.6511,0.0000,-6.6511,5.9504,-12.6015,0.0000,-12.6015,-0.3511,-12.2504,0.0000,12.7326,10.0716,-35.0547,1231.3300,1231.3300,1231.3300,1231.3300,1231.3300 +729.5000,1.0000,9273.8698,53.5915,54.0670,-0.2642,0.0000,5,1175.5197,-18.7738,480.0022,-78.2900,-2.3111,59.0883,-9.6375,-0.7529,-6.7796,0.0000,-6.7796,5.2215,-6.7796,0.5934,0.0000,-7.3730,0.0000,-7.3730,5.8473,-13.2202,0.0000,-13.2202,-0.3490,-12.8712,0.0000,12.0818,9.8970,-34.8500,1071.0553,1071.0553,1071.0553,1071.0553,1071.0553 +730.5000,1.0000,9288.3748,52.2080,53.1160,-0.5044,0.0640,5,1145.1729,35.7375,468.0532,-76.4797,4.2857,56.1300,-9.1716,-1.4007,0.5530,0.0000,0.5530,5.1334,0.5530,0.5530,0.0000,0.0000,0.0000,0.0000,5.6963,-5.6963,38.1628,-43.8591,-0.6493,-43.2098,0.8066,11.1726,9.6415,-64.8305,2001.4593,2001.4593,2001.4593,2001.4593,2001.4593 +731.5000,1.0000,9302.3905,50.4465,51.3000,-0.4742,0.0780,5,1106.5347,37.0192,484.3092,-74.1749,4.2896,56.1198,-8.5951,-1.2722,0.5255,0.0000,0.5255,5.0364,0.5255,0.5255,0.0000,0.0000,0.0000,0.0000,5.5041,-5.5041,33.6235,-39.1276,-0.5897,-38.5378,0.9499,10.0793,9.3162,-58.8832,1964.5529,1964.5529,1964.5529,1964.5529,1964.5529 +732.5000,1.0000,9315.9712,48.8805,49.5930,-0.3958,0.0780,5,1072.1848,38.5066,475.6828,-71.7940,4.3235,53.4092,-8.0610,-1.0290,0.5015,0.0000,0.5015,4.8510,0.5015,0.5015,0.0000,0.0000,0.0000,0.0000,5.3332,-5.3332,23.6572,-28.9905,-0.4770,-28.5135,0.9204,9.1687,9.0270,-47.6296,1914.0223,1914.0223,1914.0223,1914.0223,1914.0223 +733.5000,1.0000,9329.3272,48.0715,48.1680,-0.0536,0.0070,5,1054.4395,196.2276,471.4356,-70.5237,21.6676,52.0562,-7.7873,-0.1371,17.0498,0.0000,17.0498,4.7549,17.0498,0.5344,0.0000,16.5153,0.0000,16.5153,5.2450,11.2704,0.0000,11.2704,-0.0635,11.3339,0.0812,8.7192,8.8776,-6.3441,4649.3869,4649.3869,4649.3869,4649.3869,4649.3869 +734.5000,1.0000,9342.6721,48.0315,47.9750,0.0314,0.0000,5,1053.5621,290.3373,548.4919,-70.4609,32.0326,60.5144,-7.7739,0.0802,27.1411,0.0000,27.1411,4.8113,27.1411,0.5843,0.0000,26.5568,0.0000,26.5568,5.2406,21.3162,0.0000,21.3162,0.0372,21.2790,0.0000,8.6974,8.8702,3.7113,6574.8385,6574.8385,6574.8385,6574.8385,6574.8385 +735.5000,1.0000,9356.0243,48.0580,48.0880,-0.0167,0.0000,5,1054.1434,236.5697,594.7070,-70.5025,26.1148,65.6495,-7.7827,-0.0426,21.3949,0.0000,21.3949,4.7625,21.3949,0.5560,0.0000,20.8390,0.0000,20.8390,5.2435,15.5955,0.0000,15.5955,-0.0197,15.6152,0.0000,8.7118,8.8751,-1.9717,5454.7913,5454.7913,5454.7913,5454.7913,5454.7913 +736.5000,1.0000,9369.3901,48.1070,48.0280,0.0439,0.0000,5,1055.2182,304.0087,568.4759,-70.5795,33.5936,62.8178,-7.7992,0.1123,28.7143,0.0000,28.7143,4.7670,28.7143,0.5932,0.0000,28.1211,0.0000,28.1211,5.2489,22.8722,0.0000,22.8722,0.0521,22.8201,0.0000,8.7385,8.8842,5.1975,6892.7328,6892.7328,6892.7328,6892.7328,6892.7328 +737.5000,1.0000,9382.8183,48.3315,48.1860,0.0808,0.0000,5,1060.1426,345.8081,601.9921,-70.9320,38.3909,66.8319,-7.8747,0.2078,33.3938,0.0000,33.3938,4.7893,33.3938,0.6198,0.0000,32.7740,0.0000,32.7740,5.2733,27.5007,0.0000,27.5007,0.0963,27.4043,0.0000,8.8615,8.9256,9.6172,7771.9380,7771.9380,7771.9380,7771.9380,7771.9380 +738.5000,1.0000,9396.3494,48.7020,48.4770,0.1250,0.0000,5,1068.2694,395.9855,623.3996,-71.5137,44.2985,69.7390,-8.0002,0.3238,39.1648,0.0000,39.1648,4.8099,39.1648,0.6539,0.0000,38.5109,0.0000,38.5109,5.3138,33.1971,0.0000,33.1971,0.1501,33.0470,0.0000,9.0669,8.9941,14.9860,8946.4024,8946.4024,8946.4024,8946.4024,8946.4024 +739.5000,1.0000,9410.0914,49.4610,48.9270,0.2967,0.0000,5,1084.9179,589.4148,649.1626,-72.7055,66.9648,73.7529,-8.2602,0.7804,61.3442,0.0000,61.3442,4.8402,61.3442,0.7757,0.0000,60.5685,0.0000,60.5685,5.4530,55.1155,0.0000,55.1155,0.3618,54.7537,0.0000,9.4984,9.1342,36.1211,13268.3330,13268.3330,13268.3330,13268.3330,13268.3330 +740.5000,1.0000,9424.1733,50.6850,49.9950,0.3833,0.0000,5,1111.7661,691.3463,742.0576,-74.4869,80.4892,86.3932,-8.6721,1.0333,74.5106,0.0000,74.5106,4.9453,74.5106,0.8594,0.0000,73.6512,0.0000,73.6512,5.7617,67.8895,0.0000,67.8895,0.4790,67.4105,0.0000,10.2219,9.3603,47.8283,15807.6564,15807.6564,15807.6564,15807.6564,15807.6564 +741.5000,1.0000,9438.6532,52.1175,51.3750,0.4125,0.0000,5,1143.1878,729.0259,791.1176,-76.3613,87.2749,94.7081,-9.1415,1.1434,81.0952,0.0000,81.0952,5.0363,81.0952,0.9135,0.0000,80.1817,0.0000,80.1817,5.9913,74.1904,0.0000,74.1904,0.5300,73.6603,0.0000,11.1135,9.6248,52.9221,17016.1316,17016.1316,17016.1316,17016.1316,17016.1316 +742.5000,1.0000,9453.5182,53.5040,52.8600,0.3578,0.0000,5,1173.6004,672.2895,811.2423,-78.1755,82.6238,99.7010,-9.6077,1.0181,76.4593,0.0000,76.4593,5.1464,76.4593,0.9112,0.0000,75.5481,0.0000,75.5481,6.0492,69.4989,0.0000,69.4989,0.4720,69.0270,0.0000,12.0235,9.8809,47.1226,16198.0309,16198.0309,16198.0309,16198.0309,16198.0309 +743.5000,1.0000,9468.7607,54.8630,54.1480,0.3972,0.0000,5,1203.4098,722.0032,789.0381,-79.9525,90.9874,99.4352,-10.0757,1.1590,84.5462,0.0000,84.5462,5.2821,84.5462,0.9725,0.0000,83.5737,0.0000,83.5737,6.2944,77.2793,0.0000,77.2793,0.5373,76.7420,0.0000,12.9635,10.1318,53.6466,17755.2594,17755.2594,17755.2594,17755.2594,17755.2594 +744.5000,1.0000,9484.3755,56.2035,55.5780,0.3475,0.0000,5,1232.8134,671.3521,812.8814,-81.6964,86.6715,104.9429,-10.5470,1.0387,80.1997,0.0000,80.1997,5.4330,80.1997,0.9717,0.0000,79.2280,0.0000,79.2280,6.3524,72.8756,0.0000,72.8756,0.4815,72.3940,0.0000,13.9365,10.3794,48.0781,16915.2522,16915.2522,16915.2522,16915.2522,16915.2522 +745.5000,1.0000,9500.3160,57.3755,56.8290,0.3036,0.0000,5,1258.5210,625.7170,793.9162,-83.2210,82.4645,104.6318,-10.9679,0.9265,76.1019,0.0000,76.1019,5.4362,76.1019,0.9699,0.0000,75.1320,0.0000,75.1320,6.3987,68.7334,0.0000,68.7334,0.4295,68.3039,0.0000,14.8262,10.5958,42.8818,16157.8276,16157.8276,16157.8276,16157.8276,16157.8276 +746.5000,1.0000,9516.5162,58.3110,57.9220,0.2161,0.0000,5,1279.0410,531.4670,777.4937,-84.4380,71.1851,104.1382,-11.3097,0.6702,64.9543,0.0000,64.9543,5.5606,64.9543,0.9292,0.0000,64.0251,0.0000,64.0251,6.3622,57.6629,0.0000,57.6629,0.3107,57.3523,0.0000,15.5626,10.7686,31.0211,14083.9941,14083.9941,14083.9941,14083.9941,14083.9941 +747.5000,1.0000,9532.9194,59.0415,58.7000,0.1897,0.0000,5,1295.0644,504.6470,740.5317,-85.3884,68.4396,100.4300,-11.5803,0.5957,62.2782,0.0000,62.2782,5.5657,62.2782,0.9277,0.0000,61.3505,0.0000,61.3505,6.4419,54.9086,0.0000,54.9086,0.2762,54.6325,0.0000,16.1546,10.9035,27.5743,13593.6485,13593.6485,13593.6485,13593.6485,13593.6485 +748.5000,1.0000,9549.4593,59.5335,59.3830,0.0836,0.0000,5,1305.8564,389.0631,731.5838,-86.0284,53.2040,100.0433,-11.7643,0.2647,47.2882,0.0000,47.2882,5.6510,47.2882,0.8608,0.0000,46.4274,0.0000,46.4274,6.4956,39.9319,0.0000,39.9319,0.1227,39.8091,0.0000,16.5614,10.9944,12.2533,10685.0099,10685.0099,10685.0099,10685.0099,10685.0099 +749.5000,1.0000,9566.0696,59.7870,59.6840,0.0572,0.0000,5,1311.4168,360.6239,685.0766,-86.3582,49.5249,94.0824,-11.8597,0.1820,43.6913,0.0000,43.6913,5.6517,43.6913,0.8470,0.0000,42.8443,0.0000,42.8443,6.5232,36.3211,0.0000,36.3211,0.0843,36.2367,0.0000,16.7738,11.0412,8.4217,9994.1736,9994.1736,9994.1736,9994.1736,9994.1736 +750.5000,1.0000,9582.6907,59.8260,59.8900,-0.0356,0.0000,5,1312.2723,258.1678,673.9386,-86.4089,35.4776,92.6132,-11.8744,-0.1131,29.8723,0.0000,29.8723,5.7185,29.8723,0.7785,0.0000,29.0938,0.0000,29.0938,6.5275,22.5663,0.0000,22.5663,-0.0524,22.6187,0.0000,16.8067,11.0484,-5.2363,7363.2958,7363.2958,7363.2958,7363.2958,7363.2958 +751.5000,1.0000,9599.2608,59.6425,59.7620,-0.0664,0.0000,5,1308.2473,222.6100,630.7702,-86.1702,30.4974,86.4151,-11.8053,-0.2106,25.0812,0.0000,25.0812,5.6268,25.0812,0.7515,0.0000,24.3297,0.0000,24.3297,6.5075,17.8222,0.0000,17.8222,-0.0976,17.9198,0.0000,16.6525,11.0145,-9.7472,6441.3246,6441.3246,6441.3246,6441.3246,6441.3246 +752.5000,1.0000,9615.7968,59.5195,59.5230,-0.0019,0.0000,5,1305.5493,294.0781,615.1541,-86.0102,40.2054,84.1019,-11.7590,-0.0062,34.5446,0.0000,34.5446,5.6670,34.5446,0.7968,0.0000,33.7477,0.0000,33.7477,6.4940,27.2537,0.0000,27.2537,-0.0029,27.2565,0.0000,16.5496,10.9918,-0.2849,8243.0587,8243.0587,8243.0587,8243.0587,8243.0587 +753.5000,1.0000,9632.3233,59.4855,59.5160,-0.0169,0.0000,5,1304.8035,277.3471,644.8720,-85.9660,37.8963,88.1145,-11.7463,-0.0536,32.2760,0.0000,32.2760,5.6740,32.2760,0.7849,0.0000,31.4911,0.0000,31.4911,6.4903,25.0007,0.0000,25.0007,-0.0249,25.0256,0.0000,16.5213,10.9855,-2.4812,7814.7072,7814.7072,7814.7072,7814.7072,7814.7072 +754.5000,1.0000,9648.7892,59.2670,59.4550,-0.1044,0.0000,5,1300.0107,194.4989,637.2517,-85.6817,26.4785,86.7534,-11.6644,-0.3292,19.0765,0.0000,19.0765,7.7312,19.0765,0.7154,0.0000,18.3611,0.0000,18.3611,6.4665,11.8946,0.0000,11.8946,-0.1526,12.0472,0.0000,16.3401,10.9451,-15.2380,5689.0812,5689.0812,5689.0812,5689.0812,5689.0812 +755.5000,1.0000,9665.1535,58.9015,59.0790,-0.0986,0.0000,5,1291.9936,199.3107,600.6225,-85.2062,26.9662,81.2626,-11.5282,-0.3089,19.6145,0.0000,19.6145,7.6606,19.6145,0.7121,0.0000,18.9025,0.0000,18.9025,6.4266,12.4759,0.0000,12.4759,-0.1432,12.6191,0.0000,16.0396,10.8777,-14.2982,5773.0386,5773.0386,5773.0386,5773.0386,5773.0386 +756.5000,1.0000,9681.3887,58.4370,58.7240,-0.1594,0.0000,5,1281.8048,129.8772,600.5731,-84.6020,17.4335,80.6151,-11.3561,-0.4955,10.3230,0.0000,10.3230,7.6060,10.3230,0.6581,0.0000,9.6650,0.0000,9.6650,6.3759,3.2890,0.0000,3.2890,-0.2297,3.5188,0.0000,15.6634,10.7919,-22.9365,3971.3635,3971.3635,3971.3635,3971.3635,3971.3635 +757.5000,1.0000,9697.4042,57.6455,58.1500,-0.2803,0.0000,5,1264.4434,-6.4201,566.8456,-83.5723,-0.8501,75.0573,-11.0660,-0.8593,-7.5371,0.0000,-7.5371,7.5463,-7.5371,0.6622,0.0000,-8.1993,0.0000,-8.1993,6.2896,-14.4889,0.0000,-14.4889,-0.3983,-14.0906,0.0000,15.0363,10.6457,-39.7725,1481.2653,1481.2653,1481.2653,1481.2653,1481.2653 +758.5000,1.0000,9713.1282,56.5965,57.1410,-0.3025,0.0000,5,1241.4338,-34.4751,500.6965,-82.2076,-4.4818,65.0919,-10.6872,-0.9105,-11.0560,0.0000,-11.0560,7.4847,-11.0560,0.6533,0.0000,-11.7093,0.0000,-11.7093,6.1751,-17.8845,0.0000,-17.8845,-0.4221,-17.4624,0.0000,14.2305,10.4520,-42.1448,882.5792,882.5792,882.5792,882.5792,882.5792 +759.5000,1.0000,9728.5567,55.5325,56.0520,-0.2886,0.0000,5,1218.0952,-23.3808,481.6102,-80.8235,-2.9824,61.4335,-10.3097,-0.8524,-9.4600,0.0000,-9.4600,7.3300,-9.4600,0.6317,0.0000,-10.0917,0.0000,-10.0917,6.0590,-16.1507,0.0000,-16.1507,-0.3952,-15.7556,0.0000,13.4428,10.2555,-39.4539,1048.9386,1048.9386,1048.9386,1048.9386,1048.9386 +760.5000,1.0000,9743.5821,54.0815,55.0130,-0.5175,0.0000,5,1186.2677,50.4649,477.6386,-78.9311,6.2690,59.3350,-9.8053,-1.4885,0.5829,0.0000,0.5829,7.1746,0.5829,0.5829,0.0000,0.0000,0.0000,0.0000,5.9007,-5.9007,41.2779,-47.1786,-0.6900,-46.4886,0.0000,12.4190,9.9875,-68.8951,2263.4244,2263.4244,2263.4244,2263.4244,2263.4244 +761.5000,1.0000,9758.1115,52.2960,53.1500,-0.4744,0.0470,5,1147.1031,52.2200,501.9544,-76.5949,6.2729,60.2970,-9.2009,-1.3196,0.5543,0.0000,0.5543,7.0381,0.5543,0.5543,0.0000,0.0000,0.0000,0.0000,5.7059,-5.7059,34.5037,-40.2096,-0.6117,-39.5979,0.5934,11.2288,9.6578,-61.0778,2265.7834,2265.7834,2265.7834,2265.7834,2265.7834 +762.5000,1.0000,9772.1726,50.6100,51.4420,-0.4622,0.3770,5,1110.1210,36.3476,493.3196,-74.3888,4.2255,57.3492,-8.6478,-1.2442,0.5280,0.0000,0.5280,4.9416,0.5280,0.5280,0.0000,0.0000,0.0000,0.0000,5.5220,-5.5220,28.5110,-34.0329,-0.5768,-33.4562,4.6060,10.1774,9.3463,-57.5859,1959.8838,1959.8838,1959.8838,1959.8838,1959.8838 +763.5000,1.0000,9785.7372,48.8225,49.7780,-0.5308,0.7880,5,1070.9125,35.6439,475.0856,-71.7029,3.9973,53.2788,-8.0412,-1.3784,0.5006,0.0000,0.5006,4.8750,0.5006,0.5006,0.0000,0.0000,0.0000,0.0000,5.3269,-5.3269,31.6692,-36.9961,-0.6390,-36.3572,9.2872,9.1377,9.0160,-63.7981,1855.9544,1855.9544,1855.9544,1855.9544,1855.9544 +764.5000,1.0000,9798.7651,46.8905,47.8670,-0.5425,0.9360,5,1028.5345,35.6265,463.6843,-68.6694,3.8373,49.9425,-7.3962,-1.3529,0.4718,0.0000,0.4718,4.7184,0.4718,0.4718,0.0000,0.0000,0.0000,0.0000,5.1161,-5.1161,30.7816,-35.8977,-0.6272,-35.2705,10.5948,8.0957,8.6591,-62.6201,1757.9384,1757.9384,1757.9384,1757.9384,1757.9384 +765.5000,1.0000,9811.3026,45.1250,45.9140,-0.4383,0.6230,5,989.8086,38.4035,451.6197,-67.2098,3.9806,46.8115,-6.9665,-1.0520,0.4461,0.0000,0.4461,4.5865,0.4461,0.4461,0.0000,0.0000,0.0000,0.0000,4.9235,-4.9235,21.9213,-26.8448,-0.4877,-26.3571,6.7865,7.2143,8.3333,-48.6913,1715.7907,1715.7907,1715.7907,1715.7907,1715.7907 +766.5000,1.0000,9823.4729,43.8030,44.3360,-0.2961,0.2830,5,960.8107,-55.2076,439.5959,-68.8686,-5.5548,44.2303,-6.9293,-0.6898,-9.3386,0.0000,-9.3386,4.4736,-9.3386,0.4517,0.0000,-9.7903,0.0000,-9.7903,4.7793,-14.5695,0.0000,-14.5695,-0.3198,-14.2497,2.9925,6.5976,8.0893,-31.9292,99.4004,99.4004,99.4004,99.4004,99.4004 +767.5000,1.0000,9835.4201,43.0000,43.2700,-0.1500,0.0600,5,943.1971,80.1610,382.0557,-69.8762,7.9176,37.7362,-6.9018,-0.3430,3.8668,0.0000,3.8668,4.3938,3.8668,0.4074,0.0000,3.4594,0.0000,3.4594,4.6916,-1.2322,0.0000,-1.2322,-0.1590,-1.0732,0.6228,6.2407,7.9410,-15.8778,2383.4675,2383.4675,2383.4675,2383.4675,2383.4675 +768.5000,1.0000,9847.2265,42.4930,42.7300,-0.1317,0.0000,5,932.0761,92.9749,448.3861,-70.5124,9.0750,43.7655,-6.8825,-0.2976,4.9938,0.0000,4.9938,4.3787,4.9938,0.3984,0.0000,4.5955,0.0000,4.5955,4.6363,-0.0408,0.0000,-0.0408,-0.1379,0.0971,0.0000,6.0225,7.8474,-13.7728,2597.6800,2597.6800,2597.6800,2597.6800,2597.6800 +769.5000,1.0000,9858.9573,42.2210,42.2560,-0.0194,0.0000,5,926.1099,216.6025,452.3193,-70.8537,21.0065,43.8668,-6.8715,-0.0437,16.7235,0.0000,16.7235,4.3267,16.7235,0.4535,0.0000,16.2700,0.0000,16.2700,4.6066,11.6634,0.0000,11.6634,-0.0202,11.6836,0.0000,5.9074,7.7972,-2.0209,4467.0588,4467.0588,4467.0588,4467.0588,4467.0588 +770.5000,1.0000,9870.6830,42.2025,42.1860,0.0092,0.0000,5,925.7041,248.0451,516.4160,-70.8769,24.0454,50.0611,-6.8708,0.0206,19.7281,0.0000,19.7281,4.2967,19.7281,0.4683,0.0000,19.2599,0.0000,19.2599,4.6046,14.6552,0.0000,14.6552,0.0095,14.6457,0.0000,5.8996,7.7938,0.9523,5024.0350,5024.0350,5024.0350,5024.0350,5024.0350 +771.5000,1.0000,9882.3742,42.0780,42.2190,-0.0783,0.0000,5,922.9732,150.5445,532.0949,-71.0331,14.5507,51.4288,-6.8656,-0.1753,10.4344,0.0000,10.4344,4.2915,10.4344,0.4202,0.0000,10.0143,0.0000,10.0143,4.5910,5.4232,0.0000,5.4232,-0.0813,5.5045,0.0000,5.8476,7.7708,-8.1139,3398.6899,3398.6899,3398.6899,3398.6899,3398.6899 +772.5000,1.0000,9894.0251,41.9335,41.9370,-0.0019,0.0000,5,919.8036,235.1074,479.7231,-71.2144,22.6459,46.2077,-6.8595,-0.0043,18.3621,0.0000,18.3621,4.2881,18.3621,0.4579,0.0000,17.9042,0.0000,17.9042,4.5753,13.3289,0.0000,13.3289,-0.0020,13.3309,0.0000,5.7875,7.7441,-0.2007,4750.2137,4750.2137,4750.2137,4750.2137,4750.2137 +773.5000,1.0000,9905.6955,42.0035,41.9300,0.0408,0.0000,5,921.3390,282.7903,524.1026,-71.1266,27.2843,50.5667,-6.8625,0.0912,22.9025,0.0000,22.9025,4.2906,22.9025,0.4816,0.0000,22.4209,0.0000,22.4209,4.5829,17.8380,0.0000,17.8380,0.0423,17.7957,0.0000,5.8166,7.7570,4.2221,5683.2002,5683.2002,5683.2002,5683.2002,5683.2002 +774.5000,1.0000,9917.4132,42.1735,42.0770,0.0536,0.0000,5,925.0680,297.0711,550.0768,-70.9133,28.7781,53.2875,-6.8696,0.1202,24.3901,0.0000,24.3901,4.2678,24.3901,0.4912,0.0000,23.8989,0.0000,23.8989,4.6015,19.2974,0.0000,19.2974,0.0557,19.2417,0.0000,5.8875,7.7884,5.5658,5985.7185,5985.7185,5985.7185,5985.7185,5985.7185 +775.5000,1.0000,9929.2298,42.5300,42.2700,0.1444,0.0000,5,932.8877,399.0918,559.8175,-70.4660,38.9880,54.6896,-6.8839,0.3267,34.3525,0.0000,34.3525,4.3087,34.3525,0.5456,0.0000,33.8069,0.0000,33.8069,4.6404,29.1665,0.0000,29.1665,0.1515,29.0151,0.0000,6.0383,7.8542,15.1226,7947.6571,7947.6571,7947.6571,7947.6571,7947.6571 +776.5000,1.0000,9941.2339,43.2045,42.7900,0.2303,0.0000,5,947.6828,496.0732,616.3442,-69.6196,49.2309,61.1667,-6.9091,0.5291,44.3643,0.0000,44.3643,4.3374,44.3643,0.6045,0.0000,43.7598,0.0000,43.7598,4.7140,39.0458,0.0000,39.0458,0.2453,38.8005,0.0000,6.3305,7.9788,24.4912,9879.6177,9879.6177,9879.6177,9879.6177,9879.6177 +777.5000,1.0000,9953.4322,43.9040,43.6190,0.1583,0.0000,5,963.0262,418.1695,670.9447,-68.7419,42.1715,67.6633,-6.9325,0.3697,37.4035,0.0000,37.4035,4.3983,37.4035,0.5790,0.0000,36.8245,0.0000,36.8245,4.7903,32.0342,0.0000,32.0342,0.1714,31.8628,0.0000,6.6427,8.1080,17.1122,8497.9205,8497.9205,8497.9205,8497.9205,8497.9205 +778.5000,1.0000,9965.8186,44.5810,44.1890,0.2178,0.0000,5,977.8760,486.1425,637.2347,-67.8924,49.7824,65.2547,-6.9524,0.5164,44.8163,0.0000,44.8163,4.4498,44.8163,0.6251,0.0000,44.1912,0.0000,44.1912,4.8641,39.3270,0.0000,39.3270,0.2394,39.0877,0.0000,6.9549,8.2330,23.8997,9981.3344,9981.3344,9981.3344,9981.3344,9981.3344 +779.5000,1.0000,9978.4446,45.4435,44.9730,0.2614,0.0000,5,996.7948,536.9021,677.2522,-66.8102,56.0440,70.6944,-6.9739,0.6317,50.9181,0.0000,50.9181,4.4942,50.9181,0.6673,0.0000,50.2508,0.0000,50.2508,4.9582,45.2926,0.0000,45.2926,0.2929,44.9997,0.0000,7.3667,8.3923,29.2407,11181.7693,11181.7693,11181.7693,11181.7693,11181.7693 +780.5000,1.0000,9991.3275,46.3685,45.9140,0.2525,0.0000,5,1017.0845,530.4343,705.5820,-67.8498,56.4959,75.1507,-7.2266,0.6227,51.2395,0.0000,51.2395,4.6338,51.2395,0.6816,0.0000,50.5579,0.0000,50.5579,5.0592,45.4988,0.0000,45.4988,0.2887,45.2101,0.0000,7.8257,8.5631,28.8213,11264.0029,11264.0029,11264.0029,11264.0029,11264.0029 +781.5000,1.0000,10004.4767,47.3270,46.8230,0.2800,0.0000,5,1038.1090,563.7359,705.2329,-69.3548,61.2840,76.6662,-7.5396,0.7048,55.9034,0.0000,55.9034,4.6758,55.9034,0.7182,0.0000,55.1852,0.0000,55.1852,5.1762,50.0090,0.0000,50.0090,0.3267,49.6823,0.0000,8.3212,8.7401,32.6209,12154.3006,12154.3006,12154.3006,12154.3006,12154.3006 +782.5000,1.0000,10017.9246,48.4025,47.8310,0.3175,0.0000,5,1061.6999,609.5012,723.9891,-71.0435,67.7649,80.4938,-7.8987,0.8173,62.1830,0.0000,62.1830,4.7646,62.1830,0.7648,0.0000,61.4183,0.0000,61.4183,5.3685,56.0498,0.0000,56.0498,0.3789,55.6709,0.0000,8.9017,8.9387,37.8304,13434.7570,13434.7570,13434.7570,13434.7570,13434.7570 +783.5000,1.0000,10031.6679,49.4660,48.9740,0.2733,0.0000,5,1085.0276,563.2773,749.0132,-72.7133,64.0017,85.1057,-8.2620,0.7191,58.4242,0.0000,58.4242,4.8585,58.4242,0.7612,0.0000,57.6630,0.0000,57.6630,5.4099,52.2531,0.0000,52.2531,0.3334,51.9197,0.0000,9.5011,9.1351,33.2835,12642.8717,12642.8717,12642.8717,12642.8717,12642.8717 +784.5000,1.0000,10045.6761,50.4195,49.9580,0.2564,0.0000,5,1105.9424,547.1507,730.6219,-74.1396,63.3677,84.6163,-8.5864,0.6875,57.7860,0.0000,57.7860,4.8942,57.7860,0.7718,0.0000,57.0141,0.0000,57.0141,5.5012,51.5130,0.0000,51.5130,0.3187,51.1942,0.0000,10.0610,9.3112,31.8220,12506.9236,12506.9236,12506.9236,12506.9236,12506.9236 +785.5000,1.0000,10059.9014,51.2010,50.8810,0.1778,0.0000,5,1123.0845,462.2221,726.1173,-75.1621,54.3615,85.3980,-8.8398,0.4841,48.9483,0.0000,48.9483,4.9291,48.9483,0.7391,0.0000,48.2092,0.0000,48.2092,5.5864,42.6227,0.0000,42.6227,0.2244,42.3983,0.0000,10.5357,9.4556,22.4071,10807.5589,10807.5589,10807.5589,10807.5589,10807.5589 +786.5000,1.0000,10074.2294,51.5710,51.5210,0.0278,0.0000,5,1131.2004,296.8283,689.4802,-75.6462,35.1620,81.6752,-8.9610,0.0762,30.1283,0.0000,30.1283,4.9575,30.1283,0.6505,0.0000,29.4778,0.0000,29.4778,5.6268,23.8510,0.0000,23.8510,0.0353,23.8156,0.0000,10.7653,9.5239,3.5264,7203.9461,7203.9461,7203.9461,7203.9461,7203.9461 +787.5000,1.0000,10088.5605,51.5820,51.6210,-0.0217,0.0000,5,1131.4417,242.0777,613.1262,-75.6606,28.6824,72.6458,-8.9646,-0.0594,23.7663,0.0000,23.7663,4.9756,23.7663,0.6189,0.0000,23.1474,0.0000,23.1474,5.6280,17.5194,0.0000,17.5194,-0.0276,17.5470,0.0000,10.7722,9.5259,-2.7512,5923.1692,5923.1692,5923.1692,5923.1692,5923.1692 +788.5000,1.0000,10102.8675,51.4950,51.5430,-0.0267,0.0000,5,1129.5333,236.0034,587.1627,-75.5468,27.9155,69.4522,-8.9360,-0.0730,23.0459,0.0000,23.0459,4.9426,23.0459,0.6140,0.0000,22.4320,0.0000,22.4320,5.6185,16.8135,0.0000,16.8135,-0.0339,16.8473,0.0000,10.7178,9.5099,-3.3804,5769.1811,5769.1811,5769.1811,5769.1811,5769.1811 +789.5000,1.0000,10117.1300,51.3350,51.4470,-0.0622,0.0000,5,1126.0238,196.1079,583.7283,-75.3374,23.1244,68.8315,-8.8836,-0.1699,18.3460,0.0000,18.3460,4.9483,18.3460,0.5881,0.0000,17.7579,0.0000,17.7579,5.6011,12.1568,0.0000,12.1568,-0.0788,12.2356,0.0000,10.6183,9.4803,-7.8630,4953.0197,4953.0197,4953.0197,4953.0197,4953.0197 +790.5000,1.0000,10131.3233,51.0860,51.2230,-0.0761,0.0000,5,1120.5620,180.5063,563.7985,-75.0116,21.1815,66.1589,-8.8022,-0.2068,16.3800,0.0000,16.3800,5.0083,16.3800,0.5746,0.0000,15.8054,0.0000,15.8054,5.5739,10.2315,0.0000,10.2315,-0.0959,10.3274,0.0000,10.4645,9.4343,-9.5715,4571.4305,4571.4305,4571.4305,4571.4305,4571.4305 +791.5000,1.0000,10145.4289,50.7700,50.9490,-0.0994,0.0000,5,1113.6306,153.3299,554.9652,-74.5982,17.8812,64.7196,-8.6996,-0.2685,13.1880,0.0000,13.1880,4.9617,13.1880,0.5540,0.0000,12.6340,0.0000,12.6340,5.5394,7.0946,0.0000,7.0946,-0.1245,7.2191,0.0000,10.2716,9.3760,-12.4284,3917.7938,3917.7938,3917.7938,3917.7938,3917.7938 +792.5000,1.0000,10159.3807,50.2165,50.5910,-0.2081,0.0000,5,1101.4897,31.3099,539.5829,-73.8739,3.6115,62.2397,-8.5212,-0.5557,-0.7590,0.0000,-0.7590,4.9262,-0.7590,0.5251,0.0000,-1.2842,0.0000,-1.2842,5.4790,-6.7632,0.0000,-6.7632,-0.2576,-6.5056,0.0000,9.9397,9.2737,-25.7191,1842.9627,1842.9627,1842.9627,1842.9627,1842.9627 +793.5000,1.0000,10173.1019,49.3865,49.8420,-0.2531,0.0000,5,1083.2838,-20.9040,475.5894,-72.5885,-2.3714,53.9514,-8.2345,-0.6647,-6.5818,0.0000,-6.5818,4.8751,-6.5818,0.5269,0.0000,-7.1087,0.0000,-7.1087,5.3885,-12.4972,0.0000,-12.4972,-0.3081,-12.1890,0.0000,9.4552,9.1205,-30.7647,864.1683,864.1683,864.1683,864.1683,864.1683 +794.5000,1.0000,10186.4398,48.0065,48.9310,-0.5136,0.0000,5,1053.0137,35.9311,441.2360,-70.4217,3.9622,48.6557,-7.7655,-1.3114,0.4884,0.0000,0.4884,4.7851,0.4884,0.4884,0.0000,0.0000,0.0000,0.0000,5.2379,-5.2379,38.5139,-43.7518,-0.6079,-43.1438,0.0000,8.6870,8.8656,-60.6965,1820.2296,1820.2296,1820.2296,1820.2296,1820.2296 +795.5000,1.0000,10199.2989,46.2825,47.0820,-0.4442,0.0760,5,1015.1981,37.9478,460.3524,-67.7147,4.0343,48.9407,-7.1988,-1.0933,0.4629,0.0000,0.4629,4.6647,0.4629,0.4629,0.0000,0.0000,0.0000,0.0000,5.0498,-5.0498,28.8817,-33.9315,-0.5068,-33.4247,0.8491,7.7838,8.5472,-50.6048,1771.9070,1771.9070,1771.9070,1771.9070,1771.9070 +796.5000,1.0000,10211.7161,44.6920,45.4830,-0.4394,0.0870,5,980.3108,38.4785,448.3739,-67.7531,3.9501,46.0291,-6.9554,-1.0445,0.4399,0.0000,0.4399,4.5547,0.4399,0.4399,0.0000,0.0000,0.0000,0.0000,4.8763,-4.8763,27.7534,-32.6297,-0.4842,-32.1455,0.9386,7.0087,8.2535,-48.3463,1689.4066,1689.4066,1689.4066,1689.4066,1689.4066 +797.5000,1.0000,10223.7315,43.2455,43.9010,-0.3642,0.0870,5,948.5821,40.7445,434.1939,-69.5682,4.0474,43.1308,-6.9106,-0.8376,0.4195,0.0000,0.4195,4.4655,0.4195,0.4195,0.0000,0.0000,0.0000,0.0000,4.7184,-4.7184,19.1935,-23.9120,-0.3883,-23.5237,0.9083,6.3494,7.9864,-38.7677,1640.0844,1640.0844,1640.0844,1640.0844,1640.0844 +798.5000,1.0000,10235.5040,42.3710,42.5900,-0.1217,0.0140,5,929.4001,105.2975,426.6300,-70.6655,10.2482,41.5224,-6.8776,-0.2742,6.1470,0.0000,6.1470,4.3754,6.1470,0.4025,0.0000,5.7445,0.0000,5.7445,4.6230,1.1215,0.0000,1.1215,-0.1271,1.2486,0.1432,5.9707,7.8249,-12.6902,2794.3804,2794.3804,2794.3804,2794.3804,2794.3804 +799.5000,1.0000,10247.1925,42.0685,42.1520,-0.0464,0.0000,5,922.7648,186.5270,457.4182,-71.0450,18.0244,44.2011,-6.8652,-0.1038,13.7874,0.0000,13.7874,4.3408,13.7874,0.4368,0.0000,13.3506,0.0000,13.3506,4.5900,8.7606,0.0000,8.7606,-0.0481,8.8087,0.0000,5.8436,7.7690,-4.8040,3963.0890,3963.0890,3963.0890,3963.0890,3963.0890 +800.5000,1.0000,10258.9293,42.2425,41.9850,0.1431,0.0000,5,926.5815,397.1285,500.6221,-70.8267,38.5339,48.5761,-6.8724,0.3214,33.8913,0.0000,33.8913,4.3213,33.8913,0.5396,0.0000,33.3517,0.0000,33.3517,4.6090,28.7427,0.0000,28.7427,0.1490,28.5937,0.0000,5.9166,7.8011,14.8759,7857.3320,7857.3320,7857.3320,7857.3320,7857.3320 +801.5000,1.0000,10270.6505,42.1862,42.5000,-0.1743,0.0000,0,932.2297,44.5674,611.6910,-70.5036,4.3508,59.7150,-6.8828,0.0000,0.0000,0.0000,0.0000,4.3508,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.6028,-4.6028,0.0000,-4.6028,-0.1813,-4.4215,0.0000,5.8931,7.7907,-18.1054,1665.8003,1665.8003,1665.8003,1665.8003,1665.8003 +802.5000,1.0000,10282.4134,42.3365,43.6020,0.2579,0.0000,4,1160.8458,497.9719,497.9719,-77.4146,60.5352,60.5352,-9.4108,16.2977,39.8313,0.0000,39.8313,4.4061,47.1587,1.6198,0.0000,45.5388,0.0000,45.5388,4.6193,40.9196,0.0000,40.9196,0.2692,40.6504,0.0000,5.9567,7.8185,26.8752,12057.0714,12057.0714,12057.0714,12057.0714,12057.0714 +803.5000,1.0000,10294.6504,44.0432,44.9110,0.6903,0.0000,4,1429.7982,712.2818,712.2818,-93.3791,106.6486,106.6486,-13.9815,3.5417,98.6130,0.0000,98.6130,4.4939,98.6130,2.6926,0.0000,95.9204,0.0000,95.9204,5.4855,90.4348,0.0000,90.4348,0.7496,89.6853,0.0000,6.7111,8.1337,74.8405,20793.1562,20793.1562,20793.1562,20793.1562,20793.1562 +804.5000,1.0000,10307.6187,46.6759,46.3840,0.7723,0.0000,4,1515.2632,782.0805,820.6084,-98.4479,124.0990,130.2125,-15.6215,4.1994,115.3025,0.0000,115.3025,4.5970,115.3025,3.0963,0.0000,112.2062,0.0000,112.2062,5.9717,106.2345,0.0000,106.2345,0.8887,105.3458,0.0000,7.9886,8.6199,88.7373,24181.0396,24181.0396,24181.0396,24181.0396,24181.0396 +805.5000,1.0000,10321.1888,48.8425,48.0660,0.4314,0.0000,4,1585.5998,516.5869,850.9183,-102.6194,85.7760,141.2896,-17.0393,2.4546,78.6075,0.0000,78.6075,4.7139,78.6075,2.4222,0.0000,76.1853,0.0000,76.1853,5.6304,70.5548,0.0000,70.5548,0.5195,70.0353,0.0000,9.1477,9.0200,51.8676,17024.4047,17024.4047,17024.4047,17024.4047,17024.4047 +806.5000,1.0000,10335.2098,50.4655,49.6190,0.4703,0.0000,4,1638.2881,551.0878,779.8649,-104.8370,94.5452,133.7945,-17.9860,2.7648,86.9546,0.0000,86.9546,4.8259,86.9546,2.6353,0.0000,84.3193,0.0000,84.3193,5.9016,78.4177,0.0000,78.4177,0.5851,77.8326,0.0000,10.0906,9.3197,58.4223,18708.2428,18708.2428,18708.2428,18708.2428,18708.2428 +807.5000,1.0000,10349.6970,52.1440,51.3120,0.4622,0.0000,4,1692.7782,548.7061,795.3557,-106.7776,97.2677,140.9906,-18.9282,2.8078,89.5144,0.0000,89.5144,4.9454,89.5144,2.7354,0.0000,86.7790,0.0000,86.7790,6.0927,80.6863,0.0000,80.6863,0.5942,80.0921,0.0000,11.1310,9.6297,59.3314,19282.0560,19282.0560,19282.0560,19282.0560,19282.0560 +808.5000,1.0000,10364.6367,53.7730,52.9760,0.4428,0.0000,4,1745.6613,537.3932,800.8353,-108.6609,98.2383,146.3969,-19.8638,2.7737,90.3915,0.0000,90.3915,5.0731,90.3915,2.8016,0.0000,87.5898,0.0000,87.5898,6.2545,81.3353,0.0000,81.3353,0.5870,80.7483,0.0000,12.2067,9.9305,58.6110,19494.4234,19494.4234,19494.4234,19494.4234,19494.4234 +809.5000,1.0000,10380.0147,55.3505,54.5700,0.4336,0.0000,4,1796.8725,534.2676,804.4823,-110.4847,100.5321,151.3779,-20.7897,2.7960,92.5305,0.0000,92.5305,5.2057,92.5305,2.8926,0.0000,89.6378,0.0000,89.6378,6.4302,83.2076,0.0000,83.2076,0.5917,82.6159,0.0000,13.3126,10.2219,59.0815,19982.7977,19982.7977,19982.7977,19982.7977,19982.7977 +810.5000,1.0000,10395.8119,56.8600,56.1310,0.4050,0.0000,4,1845.8762,515.8919,808.0538,-112.3199,99.7217,156.1966,-21.7114,2.6827,91.6656,0.0000,91.6656,5.3735,91.6656,2.9225,0.0000,88.7431,0.0000,88.7431,6.5555,82.1876,0.0000,82.1876,0.5678,81.6198,0.0000,14.4312,10.5006,56.6880,19917.0085,19917.0085,19917.0085,19917.0085,19917.0085 +811.5000,1.0000,10411.9967,58.2555,57.5890,0.3703,0.0000,4,1891.1790,492.2677,808.8192,-114.0222,97.4906,160.1816,-22.5814,2.5129,89.4839,0.0000,89.4839,5.4937,89.4839,2.9234,0.0000,86.5606,0.0000,86.5606,6.6509,79.9096,0.0000,79.9096,0.5318,79.3778,0.0000,15.5195,10.7584,53.0999,19599.1098,19599.1098,19599.1098,19599.1098,19599.1098 +812.5000,1.0000,10428.2536,58.5147,58.9220,-0.2263,0.0000,0,1912.8160,27.8602,808.0543,-114.8352,5.5807,161.8610,-23.0026,0.0000,0.0000,0.0000,0.0000,5.5807,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,6.3844,-6.3844,0.0000,-6.3844,-0.3264,-6.0580,0.0000,15.7263,10.8062,-32.5906,3850.5721,3850.5721,3850.5721,3850.5721,3850.5721 +813.5000,1.0000,10444.6368,58.9694,59.9810,0.4788,0.0000,5,1612.6023,635.1509,635.1509,-103.9223,107.2588,107.2588,-17.5495,-29.7306,131.3003,0.0000,131.3003,5.6891,105.3171,1.1417,0.0000,104.1754,0.0000,104.1754,6.9808,97.1947,0.0000,97.1947,0.6962,96.4985,0.0000,16.0984,10.8902,69.5099,21090.7357,21090.7357,21090.7357,21090.7357,21090.7357 +814.5000,1.0000,10461.4374,60.4722,61.1090,0.3560,0.0000,5,1326.4456,698.0286,846.3995,-87.2495,96.9597,117.5692,-12.1194,1.1450,90.0368,0.0000,90.0368,5.7779,90.0368,1.0900,0.0000,88.9468,0.0000,88.9468,6.8904,82.0564,0.0000,82.0564,0.5308,81.5256,0.0000,17.3590,11.1677,52.9988,18911.6944,18911.6944,18911.6944,18911.6944,18911.6944 +815.5000,1.0000,10478.3939,61.0335,61.1130,-0.0442,0.0000,5,1338.7586,253.0026,813.9898,-87.9798,35.4696,114.1169,-12.3343,-0.1434,29.8719,0.0000,29.8719,5.7410,29.8719,0.7986,0.0000,29.0734,0.0000,29.0734,6.6592,22.4141,0.0000,22.4141,-0.0665,22.4806,0.0000,17.8450,11.2714,-6.6358,7358.2279,7358.2279,7358.2279,7358.2279,7358.2279 +816.5000,1.0000,10495.3274,60.9505,60.9540,-0.0019,0.0000,5,1336.9380,299.3202,634.4896,-87.8718,41.9060,88.8310,-12.3024,-0.0063,36.2127,0.0000,36.2127,5.6996,36.2127,0.8289,0.0000,35.3838,0.0000,35.3838,6.6502,28.7336,0.0000,28.7336,-0.0029,28.7366,0.0000,17.7723,11.2561,-0.2917,8593.7311,8593.7311,8593.7311,8593.7311,8593.7311 +817.5000,1.0000,10512.2646,60.9640,60.9470,0.0094,0.0000,5,1337.2341,312.7796,653.3377,-87.8894,43.8000,91.4900,-12.3076,0.0306,37.9637,0.0000,37.9637,5.8057,37.9637,0.8379,0.0000,37.1258,0.0000,37.1258,6.6517,30.4742,0.0000,30.4742,0.0142,30.4600,0.0000,17.7841,11.2585,1.4174,8941.2648,8941.2648,8941.2648,8941.2648,8941.2648 +818.5000,1.0000,10529.2432,61.1130,60.9810,0.0733,0.0000,5,1340.5024,384.2256,659.1992,-88.0832,53.9365,92.5365,-12.3649,0.2384,47.9016,0.0000,47.9016,5.7965,47.9016,0.8900,0.0000,47.0116,0.0000,47.0116,6.6679,40.3437,0.0000,40.3437,0.1105,40.2332,0.0000,17.9149,11.2861,11.0323,10838.9932,10838.9932,10838.9932,10838.9932,10838.9932 +819.5000,1.0000,10546.3071,61.4200,61.2450,0.0972,0.0000,5,1347.2364,412.1101,689.0483,-88.4826,58.1414,97.2125,-12.4833,0.3176,51.9929,0.0000,51.9929,5.8310,51.9929,0.9156,0.0000,51.0772,0.0000,51.0772,6.7014,44.3758,0.0000,44.3758,0.1472,44.2286,0.0000,18.1863,11.3428,14.6996,11646.5254,11646.5254,11646.5254,11646.5254,11646.5254 +820.5000,1.0000,10563.4385,61.6630,61.5950,0.0378,0.0000,5,1352.5666,347.2089,701.3622,-88.7987,49.1788,99.3412,-12.5775,0.1239,43.1860,0.0000,43.1860,5.8690,43.1860,0.8757,0.0000,42.3103,0.0000,42.3103,6.7279,35.5824,0.0000,35.5824,0.0574,35.5249,0.0000,18.4029,11.3876,5.7344,9924.1187,9924.1187,9924.1187,9924.1187,9924.1187 +821.5000,1.0000,10580.6403,61.9165,61.7310,0.1031,0.0000,5,1358.1270,420.9283,676.2626,-89.1285,59.8656,96.1799,-12.6761,0.3394,53.6179,0.0000,53.6179,5.9083,53.6179,0.9321,0.0000,52.6857,0.0000,52.6857,6.7556,45.9302,0.0000,45.9302,0.1573,45.7729,0.0000,18.6309,11.4344,15.7075,11969.7496,11969.7496,11969.7496,11969.7496,11969.7496 +822.5000,1.0000,10597.9278,62.2250,62.1020,0.0683,0.0000,5,1364.8939,383.4194,706.7492,-89.5298,54.8027,101.0166,-12.7966,0.2261,48.6759,0.0000,48.6759,5.9006,48.6759,0.9127,0.0000,47.7633,0.0000,47.7633,6.7892,40.9740,0.0000,40.9740,0.1048,40.8692,0.0000,18.9107,11.4914,10.4671,11025.8440,11025.8440,11025.8440,11025.8440,11025.8440 +823.5000,1.0000,10615.2883,62.4880,62.3480,0.0778,0.0000,5,1370.6628,394.9081,692.9634,-89.8719,56.6833,99.4648,-12.8998,0.2585,50.5197,0.0000,50.5197,5.9051,50.5197,0.9263,0.0000,49.5934,0.0000,49.5934,6.8179,42.7755,0.0000,42.7755,0.1198,42.6556,0.0000,19.1515,11.5400,11.9641,11391.4502,11391.4502,11391.4502,11391.4502,11391.4502 +824.5000,1.0000,10632.7175,62.7350,62.6280,0.0594,0.0000,5,1376.0807,375.5801,698.5026,-90.1933,54.1222,100.6562,-12.9971,0.1983,48.0000,0.0000,48.0000,5.9238,48.0000,0.9180,0.0000,47.0821,0.0000,47.0821,6.8449,40.2372,0.0000,40.2372,0.0919,40.1452,0.0000,19.3795,11.5856,9.1802,10905.9764,10905.9764,10905.9764,10905.9764,10905.9764 +825.5000,1.0000,10650.2022,62.9350,62.8420,0.0517,0.0000,5,1380.4676,382.3555,691.7893,-90.4535,55.2742,100.0066,-13.0762,0.1729,47.0559,0.0000,47.0559,8.0453,47.0559,0.9166,0.0000,46.1393,0.0000,46.1393,6.8667,39.2726,0.0000,39.2726,0.0802,39.1924,0.0000,19.5654,11.6225,8.0045,11130.0312,11130.0312,11130.0312,11130.0312,11130.0312 +826.5000,1.0000,10667.7445,63.1420,63.0280,0.0633,0.0000,5,1385.0081,396.6887,695.2571,-90.7227,57.5348,100.8385,-13.1582,0.2127,49.1828,0.0000,49.1828,8.1394,49.1828,0.9308,0.0000,48.2519,0.0000,48.2519,6.8893,41.3627,0.0000,41.3627,0.0986,41.2641,0.0000,19.7591,11.6608,9.8442,11563.3924,11563.3924,11563.3924,11563.3924,11563.3924 +827.5000,1.0000,10685.3561,63.3920,63.2560,0.0756,0.0000,5,1390.4918,411.1585,701.7332,-91.0480,59.8696,102.1808,-13.2577,0.2547,51.4734,0.0000,51.4734,8.1415,51.4734,0.9466,0.0000,50.5268,0.0000,50.5268,6.9166,43.6102,0.0000,43.6102,0.1181,43.4921,0.0000,19.9948,11.7069,11.7904,11993.6720,11993.6720,11993.6720,11993.6720,11993.6720 +828.5000,1.0000,10703.0417,63.6580,63.5280,0.0722,0.0000,5,1396.3265,408.6669,708.3358,-91.3940,59.7565,103.5750,-13.3639,0.2445,51.3305,0.0000,51.3305,8.1814,51.3305,0.9504,0.0000,50.3801,0.0000,50.3801,6.9456,43.4345,0.0000,43.4345,0.1134,43.3211,0.0000,20.2475,11.7561,11.3176,11981.2587,11981.2587,11981.2587,11981.2587,11981.2587 +829.5000,1.0000,10720.7933,63.8960,63.7880,0.0600,0.0000,5,1401.5470,396.0715,708.3516,-91.7036,58.1313,103.9645,-13.4593,0.2039,49.7255,0.0000,49.7255,8.2019,49.7255,0.9465,0.0000,48.7790,0.0000,48.7790,6.9716,41.8074,0.0000,41.8074,0.0945,41.7129,0.0000,20.4754,11.8000,9.4374,11685.5619,11685.5619,11685.5619,11685.5619,11685.5619 +830.5000,1.0000,10738.5506,63.9160,64.0040,-0.0489,0.0000,5,1401.9857,274.7879,704.0958,-91.7296,40.3432,103.3722,-13.4673,-0.1662,32.3629,0.0000,32.3629,8.1464,32.3629,0.8601,0.0000,31.5029,0.0000,31.5029,6.9737,24.5291,0.0000,24.5291,-0.0770,24.6062,0.0000,20.4946,11.8037,-7.6922,8353.1766,8353.1766,8353.1766,8353.1766,8353.1766 +831.5000,1.0000,10756.2425,63.6810,63.8280,-0.0817,0.0000,5,1396.8310,237.3368,656.4713,-91.4239,34.7166,96.0259,-13.3731,-0.2766,26.8761,0.0000,26.8761,8.1172,26.8761,0.8286,0.0000,26.0475,0.0000,26.0475,6.9481,19.0994,0.0000,19.0994,-0.1282,19.2276,0.0000,20.2695,11.7603,-12.8022,7301.1322,7301.1322,7301.1322,7301.1322,7301.1322 +832.5000,1.0000,10773.8653,63.4320,63.5340,-0.0567,0.0000,5,1391.3692,249.6759,640.6091,-91.1000,36.3787,93.3392,-13.2736,-0.1912,30.5736,0.0000,30.5736,5.9963,30.5736,0.8428,0.0000,29.7308,0.0000,29.7308,6.9209,22.8099,0.0000,22.8099,-0.0886,22.8985,0.0000,20.0326,11.7143,-8.8484,7601.3525,7601.3525,7601.3525,7601.3525,7601.3525 +833.5000,1.0000,10791.4056,63.1350,63.3300,-0.1083,0.0000,5,1384.8546,190.8914,644.0463,-90.7136,27.6834,93.4006,-13.1554,-0.3638,22.0904,0.0000,22.0904,5.9567,22.0904,0.7952,0.0000,21.2952,0.0000,21.2952,6.8885,14.4066,0.0000,14.4066,-0.1686,14.5753,0.0000,19.7527,11.6595,-16.8369,5991.0754,5991.0754,5991.0754,5991.0754,5991.0754 +834.5000,1.0000,10808.8210,62.6855,62.9400,-0.1414,0.0000,5,1374.9949,152.0367,618.6034,-90.1289,21.8916,89.0722,-12.9776,-0.4714,16.4730,0.0000,16.4730,5.8901,16.4730,0.7595,0.0000,15.7135,0.0000,15.7135,6.8395,8.8740,0.0000,8.8740,-0.2185,9.0925,0.0000,19.3339,11.5765,-21.8178,4916.8267,4916.8267,4916.8267,4916.8267,4916.8267 +835.5000,1.0000,10826.0796,62.1210,62.4310,-0.1722,0.0000,5,1362.6127,115.4024,600.0375,-89.3945,16.4671,85.6208,-12.7559,-0.5690,11.1898,0.0000,11.1898,5.8463,11.1898,0.7235,0.0000,10.4663,0.0000,10.4663,6.7779,3.6884,0.0000,3.6884,-0.2638,3.9522,0.0000,18.8164,11.4722,-26.3364,3915.2190,3915.2190,3915.2190,3915.2190,3915.2190 +836.5000,1.0000,10843.1749,61.5330,61.8110,-0.1544,0.0000,5,1349.7150,132.8054,581.8276,-88.6296,18.7710,82.2366,-12.5271,-0.5054,13.4607,0.0000,13.4607,5.8157,13.4607,0.7249,0.0000,12.7358,0.0000,12.7358,6.7137,6.0221,0.0000,6.0221,-0.2343,6.2564,0.0000,18.2871,11.3636,-23.3943,4308.6447,4308.6447,4308.6447,4308.6447,4308.6447 +837.5000,1.0000,10860.0917,60.8905,61.2550,-0.2025,0.0000,5,1335.6219,77.1064,585.3925,-87.7937,10.7846,81.8765,-12.2794,-0.6558,5.6371,0.0000,5.6371,5.8033,5.6371,0.6852,0.0000,4.9519,0.0000,4.9519,6.6436,-1.6917,0.0000,-1.6917,-0.3040,-1.3877,0.0000,17.7205,11.2450,-30.3532,3036.4437,3036.4437,3036.4437,3036.4437,3036.4437 +838.5000,1.0000,10876.8457,60.3045,60.5260,-0.1231,0.0000,5,1322.7681,162.3884,558.8219,-87.0314,22.4940,77.4080,-12.0556,-0.3947,17.2024,0.0000,17.2024,5.6863,17.2024,0.7231,0.0000,16.4793,0.0000,16.4793,6.5797,9.8996,0.0000,9.8996,-0.1830,10.0826,0.0000,17.2134,11.1367,-18.2675,4959.4413,4959.4413,4959.4413,4959.4413,4959.4413 +839.5000,1.0000,10893.4563,59.7880,60.0830,-0.1639,0.0000,5,1311.4388,115.1434,591.6818,-86.3595,15.8131,81.2578,-11.8601,-0.5211,10.6591,0.0000,10.6591,5.6751,10.6591,0.6818,0.0000,9.9773,0.0000,9.9773,6.5233,3.4540,0.0000,3.4540,-0.2416,3.6955,0.0000,16.7750,11.0414,-24.1209,3725.4733,3725.4733,3725.4733,3725.4733,3725.4733 +840.5000,1.0000,10909.9008,59.1905,59.4930,-0.1681,0.0000,5,1298.3327,107.9757,568.5462,-85.5822,14.6805,77.3002,-11.6358,-0.5290,9.6009,0.0000,9.6009,5.6087,9.6009,0.6667,0.0000,8.9342,0.0000,8.9342,6.4582,2.4760,0.0000,2.4760,-0.2452,2.7212,0.0000,16.2771,10.9310,-24.4869,3495.6468,3495.6468,3495.6468,3495.6468,3495.6468 +841.5000,1.0000,10926.2032,58.6785,58.8880,-0.1164,0.0000,5,1287.1021,163.0832,562.6072,-84.9161,21.9812,75.8310,-11.4454,-0.3632,16.8110,0.0000,16.8110,5.5334,16.8110,0.6944,0.0000,16.1165,0.0000,16.1165,6.4023,9.7143,0.0000,9.7143,-0.1684,9.8826,0.0000,15.8582,10.8365,-16.8120,4834.9907,4834.9907,4834.9907,4834.9907,4834.9907 +842.5000,1.0000,10942.4240,58.3850,58.4690,-0.0467,0.0000,5,1280.6642,239.5515,584.5091,-84.5343,32.1265,78.3890,-11.3370,-0.1449,26.7388,0.0000,26.7388,5.5326,26.7388,0.7393,0.0000,25.9995,0.0000,25.9995,6.3703,19.6292,0.0000,19.6292,-0.0672,19.6964,0.0000,15.6212,10.7823,-6.7071,6703.4361,6703.4361,6703.4361,6703.4361,6703.4361 +843.5000,1.0000,10958.6303,58.3325,58.3010,0.0175,0.0000,5,1279.5126,310.8215,616.7017,-84.4660,41.6471,82.6320,-11.3176,0.0543,36.0393,0.0000,36.0393,5.5535,36.0393,0.7850,0.0000,35.2543,0.0000,35.2543,6.3645,28.8898,0.0000,28.8898,0.0252,28.8646,0.0000,15.5791,10.7726,2.5129,8488.2153,8488.2153,8488.2153,8488.2153,8488.2153 +844.5000,1.0000,10974.8603,58.4180,58.3640,0.0300,0.0000,5,1281.3881,324.9007,647.2545,-84.5772,43.5973,86.8529,-11.3491,0.0932,37.9633,0.0000,37.9633,5.5408,37.9633,0.7960,0.0000,37.1673,0.0000,37.1673,6.3739,30.7935,0.0000,30.7935,0.0432,30.7503,0.0000,15.6477,10.7884,4.3142,8847.1245,8847.1245,8847.1245,8847.1245,8847.1245 +845.5000,1.0000,10991.1186,58.5200,58.4720,0.0267,0.0000,5,1283.6254,321.5080,653.6271,-84.7099,43.2174,87.8612,-11.3868,0.0830,37.5978,0.0000,37.5978,5.5366,37.5978,0.7958,0.0000,36.8020,0.0000,36.8020,6.3850,30.4170,0.0000,30.4170,0.0385,30.3785,0.0000,15.7298,10.8072,3.8415,8779.1878,8779.1878,8779.1878,8779.1878,8779.1878 +846.5000,1.0000,11007.3997,58.6020,58.5680,0.0189,0.0000,5,1285.4241,313.3414,652.5575,-84.8166,42.1787,87.8403,-11.4171,0.0589,36.5564,0.0000,36.5564,5.5634,36.5564,0.7919,0.0000,35.7645,0.0000,35.7645,6.3939,29.3706,0.0000,29.3706,0.0273,29.3433,0.0000,15.7960,10.8223,2.7249,8587.5827,8587.5827,8587.5827,8587.5827,8587.5827 +847.5000,1.0000,11023.6611,58.5310,58.6360,-0.0583,0.0000,5,1283.8667,227.4753,649.1446,-84.7242,30.5832,87.2750,-11.3909,-0.1816,25.1790,0.0000,25.1790,5.5858,25.1790,0.7339,0.0000,24.4451,0.0000,24.4451,6.3862,18.0589,0.0000,18.0589,-0.0842,18.1431,0.0000,15.7387,10.8092,-8.4049,6418.1490,6418.1490,6418.1490,6418.1490,6418.1490 +848.5000,1.0000,11039.8428,58.2440,58.4260,-0.1011,0.0000,5,1277.5714,178.4959,611.5141,-84.3509,23.8804,81.8126,-11.2850,-0.3132,18.6740,0.0000,18.6740,5.5196,18.6740,0.6967,0.0000,17.9773,0.0000,17.9773,6.3549,11.6225,0.0000,11.6225,-0.1452,11.7676,0.0000,15.5085,10.7562,-14.4970,5179.6158,5179.6158,5179.6158,5179.6158,5179.6158 +849.5000,1.0000,11055.9331,57.9150,58.0620,-0.0817,0.0000,5,1270.3549,199.3564,588.8618,-83.9229,26.5206,78.3370,-11.1644,-0.2515,21.2060,0.0000,21.2060,5.5662,21.2060,0.7040,0.0000,20.5019,0.0000,20.5019,6.3190,14.1829,0.0000,14.1829,-0.1166,14.2995,0.0000,15.2471,10.6955,-11.6430,5672.7068,5672.7068,5672.7068,5672.7068,5672.7068 +850.5000,1.0000,11071.8906,57.4370,57.7680,-0.1839,0.0000,5,1259.8700,83.4946,595.8601,-83.3011,11.0157,78.6138,-10.9902,-0.5617,6.1110,0.0000,6.1110,5.4664,6.1110,0.6245,0.0000,5.4865,0.0000,5.4865,6.2668,-0.7803,0.0000,-0.7803,-0.2604,-0.5199,0.0000,14.8731,10.6072,-26.0002,2939.0312,2939.0312,2939.0312,2939.0312,2939.0312 +851.5000,1.0000,11087.6408,56.6910,57.1060,-0.2306,0.0000,5,1243.5066,29.0642,541.2680,-82.3306,3.7847,70.4838,-10.7211,-0.6951,-0.9115,0.0000,-0.9115,5.3914,-0.9115,0.6296,0.0000,-1.5411,0.0000,-1.5411,6.1854,-7.7265,0.0000,-7.7265,-0.3222,-7.4043,0.0000,14.3013,10.4694,-32.1750,2025.2733,2025.2733,2025.2733,2025.2733,2025.2733 +852.5000,1.0000,11103.1342,55.7660,56.2760,-0.2833,0.0000,5,1223.2169,-32.6512,511.8138,-81.1272,-4.1825,65.5608,-10.3920,-0.8403,-8.6551,0.0000,-8.6551,5.3130,-8.6551,0.6335,0.0000,-9.2886,0.0000,-9.2886,6.0845,-15.3731,0.0000,-15.3731,-0.3896,-14.9836,0.0000,13.6131,10.2986,-38.8952,878.7226,878.7226,878.7226,878.7226,878.7226 +853.5000,1.0000,11118.3486,54.7620,55.2560,-0.2744,0.0000,5,1201.1944,-26.4791,477.8356,-79.8211,-3.3308,60.1064,-10.0406,-0.7993,-7.7733,0.0000,-7.7733,5.2419,-7.7733,0.6148,0.0000,-8.3882,0.0000,-8.3882,5.9750,-14.3631,0.0000,-14.3631,-0.3705,-13.9926,0.0000,12.8909,10.1132,-36.9967,951.6613,951.6613,951.6613,951.6613,951.6613 +854.5000,1.0000,11133.2740,53.7215,54.2680,-0.3036,0.0000,5,1178.3712,-62.4506,473.9676,-78.4601,-7.7063,58.4870,-9.6819,-0.8675,-11.9918,0.0000,-11.9918,5.1529,-11.9918,0.6085,0.0000,-12.6003,0.0000,-12.6003,5.8614,-18.4617,0.0000,-18.4617,-0.4021,-18.0596,0.0000,12.1703,9.9210,-40.1509,220.0829,220.0829,220.0829,220.0829,220.0829 +855.5000,1.0000,11147.9360,52.7730,53.1750,-0.2233,0.0000,5,1157.5660,22.7054,450.9924,-77.2190,2.7524,54.6693,-9.3605,-0.6268,-1.6959,0.0000,-1.6959,5.0751,-1.6959,0.5675,0.0000,-2.2635,0.0000,-2.2635,5.7580,-8.0214,0.0000,-8.0214,-0.2906,-7.7308,0.0000,11.5364,9.7459,-29.0131,1801.5844,1801.5844,1801.5844,1801.5844,1801.5844 +856.5000,1.0000,11162.3683,51.9465,52.3710,-0.2358,0.0000,5,1139.4369,6.4232,486.3051,-76.1376,0.7664,58.0267,-9.0849,-0.6515,-3.6360,0.0000,-3.6360,5.0540,-3.6360,0.5593,0.0000,-4.1953,0.0000,-4.1953,5.6678,-9.8630,0.0000,-9.8630,-0.3020,-9.5610,0.0000,11.0029,9.5932,-30.1572,1451.1130,1451.1130,1451.1130,1451.1130,1451.1130 +857.5000,1.0000,11176.6174,51.2865,51.5220,-0.1308,0.0000,5,1124.9599,119.9901,474.6356,-75.2740,14.1355,55.9147,-8.8677,-0.3569,9.5155,0.0000,9.5155,4.9768,9.5155,0.5432,0.0000,8.9723,0.0000,8.9723,5.5958,3.3765,0.0000,3.3765,-0.1654,3.5420,0.0000,10.5884,9.4713,-16.5177,3327.8932,3327.8932,3327.8932,3327.8932,3327.8932 +858.5000,1.0000,11190.7533,50.8795,51.0510,-0.0953,0.0000,5,1116.0325,157.8784,526.6492,-74.7414,18.4514,61.5498,-8.7351,-0.2578,13.7914,0.0000,13.7914,4.9177,13.7914,0.5586,0.0000,13.2328,0.0000,13.2328,5.5514,7.6815,0.0000,7.6815,-0.1195,7.8010,0.0000,10.3382,9.3962,-11.9334,4032.5081,4032.5081,4032.5081,4032.5081,4032.5081 +859.5000,1.0000,11204.8196,50.6285,50.7080,-0.0442,0.0000,5,1110.5268,213.7791,543.3389,-74.4130,24.8613,63.1871,-8.6538,-0.1189,20.0864,0.0000,20.0864,4.8938,20.0864,0.5864,0.0000,19.5000,0.0000,19.5000,5.5240,13.9760,0.0000,13.9760,-0.0551,14.0312,0.0000,10.1858,9.3498,-5.5045,5247.3661,5247.3661,5247.3661,5247.3661,5247.3661 +860.5000,1.0000,11218.9007,50.6820,50.5490,0.0739,0.0000,5,1111.7003,344.9880,569.7546,-74.4830,40.1625,66.3291,-8.6711,0.1992,35.0808,0.0000,35.0808,4.8825,35.0808,0.6622,0.0000,34.4186,0.0000,34.4186,5.5298,28.8888,0.0000,28.8888,0.0923,28.7965,0.0000,10.2182,9.3597,9.2185,8075.0380,8075.0380,8075.0380,8075.0380,8075.0380 +861.5000,1.0000,11233.0845,51.0515,50.8150,0.1314,0.0000,5,1119.8053,410.2257,632.6081,-74.9665,48.1054,74.1833,-8.7910,0.3567,42.8251,0.0000,42.8251,4.9235,42.8251,0.7063,0.0000,42.1188,0.0000,42.1188,5.5701,36.5487,0.0000,36.5487,0.1654,36.3833,0.0000,10.4435,9.4279,16.5119,9650.2059,9650.2059,9650.2059,9650.2059,9650.2059 +862.5000,1.0000,11247.4301,51.6345,51.2880,0.1925,0.0000,5,1132.5933,479.9165,664.5841,-75.7293,56.9204,78.8229,-8.9819,0.5286,51.4462,0.0000,51.4462,4.9456,51.4462,0.7580,0.0000,50.6881,0.0000,50.6881,5.6337,45.0544,0.0000,45.0544,0.2451,44.8093,0.0000,10.8056,9.5356,24.4681,11332.7247,11332.7247,11332.7247,11332.7247,11332.7247 +863.5000,1.0000,11261.9740,52.3480,51.9810,0.2039,0.0000,5,1148.2437,495.2670,698.7471,-76.6629,59.5528,84.0200,-9.2182,0.5676,53.9570,0.0000,53.9570,5.0281,53.9570,0.7812,0.0000,53.1758,0.0000,53.1758,5.7116,47.4642,0.0000,47.4642,0.2631,47.2010,0.0000,11.2598,9.6674,26.2738,11863.5220,11863.5220,11863.5220,11863.5220,11863.5220 +864.5000,1.0000,11276.7447,53.1645,52.7150,0.2497,0.0000,5,1166.1535,549.1300,707.9580,-77.7313,67.0594,86.4553,-9.4925,0.7061,61.2534,0.0000,61.2534,5.0999,61.2534,0.8300,0.0000,60.4234,0.0000,60.4234,5.8007,54.6227,0.0000,54.6227,0.3273,54.2954,0.0000,11.7952,9.8182,32.6820,13276.3188,13276.3188,13276.3188,13276.3188,13276.3188 +865.5000,1.0000,11291.7690,54.0775,53.6140,0.2575,0.0000,5,1186.1800,561.0967,734.6537,-78.9259,69.6975,91.2561,-9.8039,0.7406,63.7915,0.0000,63.7915,5.1654,63.7915,0.8566,0.0000,62.9348,0.0000,62.9348,5.9127,57.0221,0.0000,57.0221,0.3433,56.6788,0.0000,12.4135,9.9868,34.2786,13803.3960,13803.3960,13803.3960,13803.3960,13803.3960 +866.5000,1.0000,11307.0638,55.0510,54.5410,0.2833,0.0000,5,1207.5335,593.8242,742.3571,-80.1971,75.0906,93.8730,-10.1411,0.8296,69.0216,0.0000,69.0216,5.2395,69.0216,0.8978,0.0000,68.1238,0.0000,68.1238,6.0800,62.0438,0.0000,62.0438,0.3846,61.6593,0.0000,13.0962,10.1666,38.3965,14832.9865,14832.9865,14832.9865,14832.9865,14832.9865 +867.5000,1.0000,11322.6125,55.9655,55.5610,0.2247,0.0000,5,1227.5929,531.2637,759.0357,-81.3868,68.2957,97.5765,-10.4625,0.6689,62.3494,0.0000,62.3494,5.2774,62.3494,0.8787,0.0000,61.4707,0.0000,61.4707,6.1063,55.3644,0.0000,55.3644,0.3101,55.0543,0.0000,13.7592,10.3354,30.9596,13537.6356,13537.6356,13537.6356,13537.6356,13537.6356 +868.5000,1.0000,11338.3825,56.7620,56.3700,0.2178,0.0000,5,1245.0640,526.8774,734.2429,-82.4229,68.6957,95.7326,-10.7465,0.6574,62.6583,0.0000,62.6583,5.3800,62.6583,0.8929,0.0000,61.7654,0.0000,61.7654,6.1932,55.5723,0.0000,55.5723,0.3048,55.2675,0.0000,14.3550,10.4825,30.4299,13612.2278,13612.2278,13612.2278,13612.2278,13612.2278 +869.5000,1.0000,11354.3486,57.4680,57.1540,0.1744,0.0000,5,1260.5500,481.6000,734.5414,-83.3414,63.5734,96.9628,-11.0014,0.5332,57.5843,0.0000,57.5843,5.4559,57.5843,0.8788,0.0000,56.7055,0.0000,56.7055,6.2702,50.4353,0.0000,50.4353,0.2472,50.1882,0.0000,14.8971,10.6129,24.6781,12647.3709,12647.3709,12647.3709,12647.3709,12647.3709 +870.5000,1.0000,11370.5017,58.1410,57.7820,0.1994,0.0000,5,1275.3121,511.8635,717.2286,-84.2169,68.3596,95.7861,-11.2472,0.6167,62.2517,0.0000,62.2517,5.4912,62.2517,0.9129,0.0000,61.3387,0.0000,61.3387,6.3436,54.9951,0.0000,54.9951,0.2859,54.7092,0.0000,15.4268,10.7372,28.5452,13563.4474,13563.4474,13563.4474,13563.4474,13563.4474 +871.5000,1.0000,11386.8620,58.8870,58.5000,0.2150,0.0000,5,1291.6755,532.3034,731.8551,-85.1874,72.0015,98.9936,-11.5228,0.6734,65.7494,0.0000,65.7494,5.5787,65.7494,0.9425,0.0000,64.8069,0.0000,64.8069,6.4250,58.3819,0.0000,58.3819,0.3121,58.0697,0.0000,16.0283,10.8750,31.1664,14249.5523,14249.5523,14249.5523,14249.5523,14249.5523 +872.5000,1.0000,11403.4038,59.5405,59.2740,0.1481,0.0000,5,1306.0099,460.2352,742.5019,-86.0375,62.9441,101.5483,-11.7669,0.4688,56.8861,0.0000,56.8861,5.5892,56.8861,0.9089,0.0000,55.9772,0.0000,55.9772,6.4963,49.4808,0.0000,49.4808,0.2173,49.2635,0.0000,16.5675,10.9957,21.7003,12547.8358,12547.8358,12547.8358,12547.8358,12547.8358 +873.5000,1.0000,11420.0857,60.0450,59.8070,0.1322,0.0000,5,1317.0760,445.2173,714.6907,-86.6938,61.4061,98.5729,-11.9571,0.4222,55.2811,0.0000,55.2811,5.7027,55.2811,0.9092,0.0000,54.3720,0.0000,54.3720,6.5514,47.8206,0.0000,47.8206,0.1957,47.6248,0.0000,16.9921,11.0888,19.5439,12251.1559,12251.1559,12251.1559,12251.1559,12251.1559 +874.5000,1.0000,11436.8478,60.3335,60.2830,0.0281,0.0000,5,1323.4042,330.7185,710.1114,-87.0691,45.8331,98.4119,-12.0666,0.0900,40.0091,0.0000,40.0091,5.7340,40.0091,0.8376,0.0000,39.1715,0.0000,39.1715,6.5829,32.5887,0.0000,32.5887,0.0417,32.5469,0.0000,17.2380,11.1421,4.1668,9308.4905,9308.4905,9308.4905,9308.4905,9308.4905 +875.5000,1.0000,11453.5601,60.1545,60.3840,-0.1275,0.0000,5,1319.4779,156.8929,663.2956,-86.8363,21.6787,91.6511,-11.9986,-0.4079,16.4049,0.0000,16.4049,5.6817,16.4049,0.7166,0.0000,15.6883,0.0000,15.6883,6.5633,9.1250,0.0000,9.1250,-0.1891,9.3141,0.0000,17.0853,11.1090,-18.8802,4808.8464,4808.8464,4808.8464,4808.8464,4808.8464 +876.5000,1.0000,11470.1039,59.5475,59.9250,-0.2097,0.0000,5,1306.1634,63.4342,588.2060,-86.0466,8.6766,80.4555,-11.7696,-0.6642,3.6841,0.0000,3.6841,5.6567,3.6841,0.6667,0.0000,3.0175,0.0000,3.0175,6.4971,-3.4796,0.0000,-3.4796,-0.3079,-3.1717,0.0000,16.5737,10.9970,-30.7424,2726.3293,2726.3293,2726.3293,2726.3293,2726.3293 +877.5000,1.0000,11486.4595,58.8700,59.1700,-0.1667,0.0000,5,1291.3026,108.4682,544.6779,-85.1653,14.6676,73.6540,-11.5165,-0.5218,9.5756,0.0000,9.5756,5.6138,9.5756,0.6614,0.0000,8.9142,0.0000,8.9142,6.4232,2.4910,0.0000,2.4910,-0.2419,2.7329,0.0000,16.0142,10.8718,-24.1531,3475.6432,3475.6432,3475.6432,3475.6432,3475.6432 +878.5000,1.0000,11502.7200,58.5280,58.5700,-0.0233,0.0000,5,1283.8009,266.0704,561.8621,-84.7203,35.7703,75.5364,-11.3897,-0.0726,30.2948,0.0000,30.2948,5.5482,30.2948,0.7594,0.0000,29.5354,0.0000,29.5354,6.3859,23.1495,0.0000,23.1495,-0.0337,23.1832,0.0000,15.7363,10.8087,-3.3618,7397.6411,7397.6411,7397.6411,7397.6411,7397.6411 +879.5000,1.0000,11518.9739,58.5040,58.4860,0.0100,0.0000,5,1283.2745,303.0455,628.7508,-84.6891,40.7245,84.4942,-11.3809,0.0311,35.1423,0.0000,35.1423,5.5511,35.1423,0.7832,0.0000,34.3590,0.0000,34.3590,6.3832,27.9758,0.0000,27.9758,0.0144,27.9613,0.0000,15.7169,10.8042,1.4402,8328.1209,8328.1209,8328.1209,8328.1209,8328.1209 +880.5000,1.0000,11535.2483,58.5780,58.5220,0.0311,0.0000,5,1284.8976,326.7962,644.6222,-84.7854,43.9718,86.7366,-11.4082,0.0969,38.3173,0.0000,38.3173,5.5575,38.3173,0.8003,0.0000,37.5170,0.0000,37.5170,6.3913,31.1257,0.0000,31.1257,0.0449,31.0808,0.0000,15.7767,10.8179,4.4862,8925.2517,8925.2517,8925.2517,8925.2517,8925.2517 +881.5000,1.0000,11551.5665,58.7355,58.6340,0.0564,0.0000,5,1288.3524,355.2954,655.1591,-84.9903,47.9350,88.3914,-11.4665,0.1761,42.2169,0.0000,42.2169,5.5419,42.2169,0.8224,0.0000,41.3946,0.0000,41.3946,6.4085,34.9861,0.0000,34.9861,0.0817,34.9044,0.0000,15.9043,10.8470,8.1531,9683.7029,9683.7029,9683.7029,9683.7029,9683.7029 +882.5000,1.0000,11567.9449,58.9520,58.8370,0.0639,0.0000,5,1293.1013,364.6564,667.9123,-85.2719,49.3793,90.4442,-11.5469,0.2003,43.5972,0.0000,43.5972,5.5818,43.5972,0.8328,0.0000,42.7643,0.0000,42.7643,6.4321,36.3322,0.0000,36.3322,0.0929,36.2394,0.0000,16.0808,10.8870,9.2716,9963.3310,9963.3310,9963.3310,9963.3310,9963.3310 +883.5000,1.0000,11584.3829,59.1670,59.0670,0.0556,0.0000,5,1297.8173,356.6490,672.6741,-85.5516,48.4711,91.4212,-11.6271,0.1748,42.6439,0.0000,42.6439,5.6524,42.6439,0.8316,0.0000,41.8123,0.0000,41.8123,6.4556,35.3567,0.0000,35.3567,0.0810,35.2757,0.0000,16.2574,10.9267,8.0916,9798.2259,9798.2259,9798.2259,9798.2259,9798.2259 +884.5000,1.0000,11600.8783,59.3735,59.2670,0.0592,0.0000,5,1302.3468,360.9945,670.1190,-85.8203,49.2329,91.3918,-11.7043,0.1868,43.4444,0.0000,43.4444,5.6017,43.4444,0.8389,0.0000,42.6054,0.0000,42.6054,6.4781,36.1273,0.0000,36.1273,0.0866,36.0407,0.0000,16.4282,10.9648,8.6477,9943.4307,9943.4307,9943.4307,9943.4307,9943.4307 +885.5000,1.0000,11617.4340,59.5905,59.4800,0.0614,0.0000,5,1307.1066,364.6434,672.7417,-86.1026,49.9124,92.0848,-11.7857,0.1946,44.0567,0.0000,44.0567,5.6611,44.0567,0.8456,0.0000,43.2111,0.0000,43.2111,6.5018,36.7093,0.0000,36.7093,0.0902,36.6191,0.0000,16.6090,11.0049,9.0053,10068.4138,10068.4138,10068.4138,10068.4138,10068.4138 +886.5000,1.0000,11634.0481,59.8005,59.7010,0.0553,0.0000,5,1311.7130,358.6206,675.0829,-86.3758,49.2609,92.7309,-11.8648,0.1758,43.4183,0.0000,43.4183,5.6668,43.4183,0.8458,0.0000,42.5725,0.0000,42.5725,6.5247,36.0478,0.0000,36.0478,0.0815,35.9663,0.0000,16.7852,11.0437,8.1374,9944.8744,9944.8744,9944.8744,9944.8744,9944.8744 +887.5000,1.0000,11650.7425,60.0900,59.9000,0.1056,0.0000,5,1318.0631,415.5000,673.5003,-86.7524,57.3503,92.9614,-11.9742,0.3373,51.3443,0.0000,51.3443,5.6687,51.3443,0.8902,0.0000,50.4540,0.0000,50.4540,6.5563,43.8977,0.0000,43.8977,0.1564,43.7414,0.0000,17.0303,11.0971,15.6139,11484.8849,11484.8849,11484.8849,11484.8849,11484.8849 +888.5000,1.0000,11667.5410,60.4645,60.2800,0.1025,0.0000,5,1326.2777,413.1618,698.0903,-87.2396,57.3830,96.9560,-12.1165,0.3296,51.4202,0.0000,51.4202,5.6332,51.4202,0.8968,0.0000,50.5234,0.0000,50.5234,6.5972,43.9262,0.0000,43.9262,0.1528,43.7734,0.0000,17.3507,11.1663,15.2565,11494.3267,11494.3267,11494.3267,11494.3267,11494.3267 +889.5000,1.0000,11684.4563,60.8850,60.6490,0.1311,0.0000,5,1335.5013,447.1835,698.4985,-87.7866,62.5401,97.6874,-12.2772,0.4246,56.3785,0.0000,56.3785,5.7371,56.3785,0.9286,0.0000,55.4498,0.0000,55.4498,6.6430,48.8068,0.0000,48.8068,0.1968,48.6100,0.0000,17.7153,11.2440,19.6507,12460.3209,12460.3209,12460.3209,12460.3209,12460.3209 +890.5000,1.0000,11701.4858,61.2965,61.1210,0.0975,0.0000,5,1344.5274,411.4975,713.7472,-88.3219,57.9383,100.4946,-12.4356,0.3179,51.8568,0.0000,51.8568,5.7636,51.8568,0.9129,0.0000,50.9439,0.0000,50.9439,6.6879,44.2560,0.0000,44.2560,0.1473,44.1087,0.0000,18.0768,11.3199,14.7119,11607.3411,11607.3411,11607.3411,11607.3411,11607.3411 +891.5000,1.0000,11718.6243,61.6885,61.4720,0.1203,0.0000,5,1353.1259,438.6201,700.8069,-88.8319,62.1520,99.3037,-12.5874,0.3946,55.9367,0.0000,55.9367,5.8207,55.9367,0.9399,0.0000,54.9968,0.0000,54.9968,6.7307,48.2661,0.0000,48.2661,0.1829,48.0832,0.0000,18.4259,11.3923,18.2650,12388.1150,12388.1150,12388.1150,12388.1150,12388.1150 +892.5000,1.0000,11735.8824,62.1190,61.9050,0.1189,0.0000,5,1362.5688,438.5587,713.0744,-89.3919,62.5770,101.7471,-12.7551,0.3928,56.3754,0.0000,56.3754,5.8089,56.3754,0.9494,0.0000,55.4260,0.0000,55.4260,6.7777,48.6483,0.0000,48.6483,0.1821,48.4662,0.0000,18.8144,11.4718,18.1800,12468.2963,12468.2963,12468.2963,12468.2963,12468.2963 +893.5000,1.0000,11753.2856,62.6415,62.3330,0.1714,0.0000,5,1374.0298,499.1383,714.6268,-90.0716,71.8200,102.8263,-12.9602,0.5710,65.3930,0.0000,65.3930,5.8561,65.3930,1.0033,0.0000,64.3897,0.0000,64.3897,6.8347,57.5550,0.0000,57.5550,0.2647,57.2903,0.0000,19.2934,11.5683,26.4286,14200.5794,14200.5794,14200.5794,14200.5794,14200.5794 +894.5000,1.0000,11770.8882,63.3595,62.9500,0.2275,0.0000,5,1389.7790,564.9214,740.0879,-91.0057,82.2171,107.7104,-13.2447,0.7666,75.5086,0.0000,75.5086,5.9420,75.5086,1.0662,0.0000,74.4424,0.0000,74.4424,6.9381,67.5042,0.0000,67.5042,0.3554,67.1489,0.0000,19.9648,11.7009,35.4832,16112.0591,16112.0591,16112.0591,16112.0591,16112.0591 +895.5000,1.0000,11788.7076,64.1400,63.7690,0.2061,0.0000,5,1406.8991,544.1161,767.4114,-92.0210,80.1647,113.0628,-13.5575,0.7031,73.4935,0.0000,73.4935,5.9681,73.4935,1.0696,0.0000,72.4239,0.0000,72.4239,6.9982,65.4257,0.0000,65.4257,0.3259,65.0998,0.0000,20.7115,11.8451,32.5432,15736.9926,15736.9926,15736.9926,15736.9926,15736.9926 +896.5000,1.0000,11806.7361,64.8925,64.5110,0.2119,0.0000,5,1423.4050,554.9546,761.7596,-93.0000,82.7208,113.5468,-13.8624,0.7315,75.8063,0.0000,75.8063,6.1830,75.8063,1.0943,0.0000,74.7121,0.0000,74.7121,7.0830,67.6290,0.0000,67.6290,0.3391,67.2899,0.0000,21.4491,11.9840,33.8568,16207.4346,16207.4346,16207.4346,16207.4346,16207.4346 +897.5000,1.0000,11824.9608,65.5990,65.2740,0.1806,0.0000,5,1438.9020,523.1571,767.9789,-93.9191,78.8301,115.7202,-14.1519,0.6299,71.9651,0.0000,71.9651,6.2350,71.9651,1.0875,0.0000,70.8776,0.0000,70.8776,7.1574,63.7203,0.0000,63.7203,0.2920,63.4283,0.0000,22.1571,12.1145,29.1566,15509.9573,15509.9573,15509.9573,15509.9573,15509.9573 +898.5000,1.0000,11843.3397,66.1540,65.9240,0.1278,0.0000,5,1451.0758,467.3111,758.4102,-94.6411,71.0109,115.2452,-14.3813,0.4496,64.2345,0.0000,64.2345,6.3268,64.2345,1.0586,0.0000,63.1758,0.0000,63.1758,7.2179,55.9579,0.0000,55.9579,0.2084,55.7495,0.0000,22.7240,12.2170,20.8085,14075.2802,14075.2802,14075.2802,14075.2802,14075.2802 +899.5000,1.0000,11861.8386,66.5860,66.3840,0.1122,0.0000,5,1460.5516,451.5376,739.8463,-95.2031,69.0621,113.1585,-14.5612,0.3974,62.3697,0.0000,62.3697,6.2949,62.3697,1.0570,0.0000,61.3127,0.0000,61.3127,7.2651,54.0477,0.0000,54.0477,0.1842,53.8634,0.0000,23.1720,12.2968,18.3946,13724.7291,13724.7291,13724.7291,13724.7291,13724.7291 +900.5000,1.0000,11880.4278,66.9110,66.7880,0.0683,0.0000,5,1467.6805,403.6936,735.6000,-95.6259,62.0457,113.0581,-14.6972,0.2432,55.5670,0.0000,55.5670,6.2355,55.5670,1.0288,0.0000,54.5382,0.0000,54.5382,7.3005,47.2377,0.0000,47.2377,0.1127,47.1250,0.0000,23.5128,12.3568,11.2554,12482.4253,12482.4253,12482.4253,12482.4253,12482.4253 +901.5000,1.0000,11899.1093,67.2435,67.0340,0.1164,0.0000,5,1474.9738,459.1732,719.6962,-96.0584,70.9234,111.1635,-14.8371,0.4162,64.1569,0.0000,64.1569,6.3502,64.1569,1.0777,0.0000,63.0792,0.0000,63.0792,7.3368,55.7424,0.0000,55.7424,0.1930,55.5494,0.0000,23.8653,12.4182,19.2660,14097.4391,14097.4391,14097.4391,14097.4391,14097.4391 +902.5000,1.0000,11917.8997,67.6355,67.4530,0.1014,0.0000,5,1483.5722,444.1206,740.8905,-96.5684,68.9983,115.1042,-15.0028,0.3647,62.2805,0.0000,62.2805,6.3531,62.2805,1.0754,0.0000,61.2051,0.0000,61.2051,7.3796,53.8255,0.0000,53.8255,0.1691,53.6565,0.0000,24.2850,12.4906,16.8809,13758.1663,13758.1663,13758.1663,13758.1663,13758.1663 +903.5000,1.0000,11936.7513,67.8555,67.8180,0.0208,0.0000,5,1488.3979,355.6912,736.8084,-96.8546,55.4397,114.8424,-15.0962,0.0752,48.9851,0.0000,48.9851,6.3794,48.9851,1.0129,0.0000,47.9722,0.0000,47.9722,7.4036,40.5686,0.0000,40.5686,0.0349,40.5338,0.0000,24.5226,12.5312,3.4800,11260.4224,11260.4224,11260.4224,11260.4224,11260.4224 +904.5000,1.0000,11955.5333,67.6055,67.8930,-0.1597,0.0000,5,1482.9142,153.6926,705.2598,-96.5293,23.8670,109.5201,-14.9901,-0.5743,18.1208,0.0000,18.1208,6.3205,18.1208,0.8540,0.0000,17.2668,0.0000,17.2668,7.3763,9.8905,0.0000,9.8905,-0.2662,10.1567,0.0000,24.2530,12.4851,-26.5813,5398.9511,5398.9511,5398.9511,5398.9511,5398.9511 +905.5000,1.0000,11974.1701,67.0825,67.3180,-0.1308,0.0000,5,1471.4423,183.5540,629.8422,-95.8490,28.2837,97.0518,-14.7693,-0.4668,22.4468,0.0000,22.4468,6.3037,22.4468,0.8663,0.0000,21.5805,0.0000,21.5805,7.3192,14.2613,0.0000,14.2613,-0.2164,14.4777,0.0000,23.6943,12.3885,-21.6051,6187.9312,6187.9312,6187.9312,6187.9312,6187.9312 +906.5000,1.0000,11992.6392,66.4785,66.8470,-0.2047,0.0000,5,1458.1937,98.5808,637.2226,-95.0632,15.0535,97.3050,-14.5163,-0.7238,9.5438,0.0000,9.5438,6.2335,9.5438,0.7910,0.0000,8.7528,0.0000,8.7528,7.2533,1.4995,0.0000,1.4995,-0.3355,1.8350,0.0000,23.0605,12.2769,-33.5024,3810.8377,3810.8377,3810.8377,3810.8377,3810.8377 +907.5000,1.0000,12010.9286,65.8320,66.1100,-0.1544,0.0000,5,1444.0128,151.1964,601.6027,-94.2222,22.8634,90.9723,-14.2480,-0.5407,17.2730,0.0000,17.2730,6.1312,17.2730,0.8181,0.0000,16.4548,0.0000,16.4548,7.1828,9.2721,0.0000,9.2721,-0.2507,9.5227,0.0000,22.3939,12.1575,-25.0287,5146.9918,5146.9918,5146.9918,5146.9918,5146.9918 +908.5000,1.0000,12029.0392,65.1880,65.5540,-0.2033,0.0000,5,1429.8868,108.5101,617.4743,-93.3844,16.2480,92.4590,-13.9831,-0.7050,8.7025,0.0000,8.7025,8.2504,8.7025,0.7639,0.0000,7.9386,0.0000,7.9386,7.1125,0.8261,0.0000,0.8261,-0.3268,1.1529,0.0000,21.7434,12.0386,-32.6291,3975.5630,3975.5630,3975.5630,3975.5630,3975.5630 +909.5000,1.0000,12046.9561,64.4910,64.8220,-0.1839,0.0000,5,1414.5982,127.1144,596.8919,-92.4777,18.8303,88.4214,-13.6993,-0.6307,11.2785,0.0000,11.2785,8.1825,11.2785,0.7646,0.0000,10.5139,0.0000,10.5139,7.0365,3.4774,0.0000,3.4774,-0.2924,3.7698,0.0000,21.0533,11.9099,-29.1933,4421.1378,4421.1378,4421.1378,4421.1378,4421.1378 +910.5000,1.0000,12064.6843,63.8115,64.1600,-0.1936,0.0000,5,1399.6935,113.6859,599.9759,-91.5937,16.6636,87.9418,-13.4254,-0.6571,9.1663,0.0000,9.1663,8.1543,9.1663,0.7423,0.0000,8.4241,0.0000,8.4241,6.9623,1.4617,0.0000,1.4617,-0.3046,1.7663,0.0000,20.3949,11.7844,-30.4129,4020.3962,4020.3962,4020.3962,4020.3962,4020.3962 +911.5000,1.0000,12082.2261,63.1405,63.4630,-0.1792,0.0000,5,1384.9752,126.4159,590.6546,-90.7208,18.3346,85.6652,-13.1576,-0.6017,10.9203,0.0000,10.9203,8.0160,10.9203,0.7395,0.0000,10.1808,0.0000,10.1808,6.8891,3.2917,0.0000,3.2917,-0.2789,3.5706,0.0000,19.7581,11.6605,-27.8480,4286.9194,4286.9194,4286.9194,4286.9194,4286.9194 +912.5000,1.0000,12099.6308,62.6470,62.8180,-0.0950,0.0000,5,1374.1504,217.7344,592.6738,-90.0788,31.3321,85.2862,-12.9624,-0.3165,23.7004,0.0000,23.7004,7.9482,23.7004,0.7950,0.0000,22.9055,0.0000,22.9055,6.8353,16.0702,0.0000,16.0702,-0.1467,16.2169,0.0000,19.2981,11.5694,-14.6505,6631.2316,6631.2316,6631.2316,6631.2316,6631.2316 +913.5000,1.0000,12116.9601,62.3755,62.4760,-0.0558,0.0000,5,1368.1951,260.3262,627.4839,-89.7256,37.2988,89.9040,-12.8556,-0.1852,29.5336,0.0000,29.5336,7.9504,29.5336,0.8195,0.0000,28.7141,0.0000,28.7141,6.8057,21.9085,0.0000,21.9085,-0.0859,21.9943,0.0000,19.0482,11.5192,-8.5731,7737.9123,7737.9123,7737.9123,7737.9123,7737.9123 +914.5000,1.0000,12134.2217,62.1315,62.2750,-0.0797,0.0000,5,1362.8430,232.8231,643.3282,-89.4082,33.2277,91.8136,-12.7600,-0.2634,25.5589,0.0000,25.5589,7.9323,25.5589,0.7955,0.0000,24.7634,0.0000,24.7634,6.7790,17.9843,0.0000,17.9843,-0.1221,18.1065,0.0000,18.8256,11.4742,-12.1933,6960.5124,6960.5124,6960.5124,6960.5124,6960.5124 +915.5000,1.0000,12151.3920,61.8030,61.9880,-0.1028,0.0000,5,1355.6374,205.3791,630.7688,-88.9808,29.1560,89.5452,-12.6319,-0.3378,21.6627,0.0000,21.6627,7.8311,21.6627,0.7704,0.0000,20.8923,0.0000,20.8923,6.7432,14.1491,0.0000,14.1491,-0.1566,14.3057,0.0000,18.5286,11.4135,-15.6364,6229.4092,6229.4092,6229.4092,6229.4092,6229.4092 +916.5000,1.0000,12168.4483,61.3930,61.6180,-0.1250,0.0000,5,1346.6442,164.7382,617.6630,-88.4474,23.2314,87.1030,-12.4729,-0.4081,17.8628,0.0000,17.8628,5.7767,17.8628,0.7445,0.0000,17.1183,0.0000,17.1183,6.6985,10.4198,0.0000,10.4198,-0.1892,10.6090,0.0000,18.1624,11.3378,-18.8911,5117.7046,5117.7046,5117.7046,5117.7046,5117.7046 +917.5000,1.0000,12185.3815,60.9495,61.1680,-0.1214,0.0000,5,1336.9161,166.5188,598.7084,-87.8705,23.3129,83.8201,-12.3020,-0.3935,18.0202,0.0000,18.0202,5.6862,18.0202,0.7379,0.0000,17.2823,0.0000,17.2823,6.6501,10.6322,0.0000,10.6322,-0.1824,10.8146,0.0000,17.7716,11.2559,-18.2129,5118.4779,5118.4779,5118.4779,5118.4779,5118.4779 +918.5000,1.0000,12202.1682,60.4220,60.7310,-0.1717,0.0000,5,1325.3454,108.5038,596.7457,-87.1843,15.0592,82.8222,-12.1003,-0.5517,9.9650,0.0000,9.9650,5.6459,9.9650,0.6888,0.0000,9.2761,0.0000,9.2761,6.5925,2.6836,0.0000,2.6836,-0.2557,2.9394,0.0000,17.3144,11.1584,-25.5335,3607.5427,3607.5427,3607.5427,3607.5427,3607.5427 +919.5000,1.0000,12218.8181,59.9295,60.1130,-0.1019,0.0000,5,1314.5425,184.1680,569.7582,-86.5436,25.3523,78.4321,-11.9135,-0.3249,20.0414,0.0000,20.0414,5.6358,20.0414,0.7311,0.0000,19.3103,0.0000,19.3103,6.5388,12.7715,0.0000,12.7715,-0.1506,12.9222,0.0000,16.8942,11.0675,-15.0395,5480.1458,5480.1458,5480.1458,5480.1458,5480.1458 +920.5000,1.0000,12235.3624,59.5495,59.7460,-0.1092,0.0000,5,1306.2073,174.6171,599.4765,-86.0492,23.8851,81.9998,-11.7703,-0.3457,18.6241,0.0000,18.6241,5.6068,18.6241,0.7177,0.0000,17.9064,0.0000,17.9064,6.4973,11.4091,0.0000,11.4091,-0.1603,11.5693,0.0000,16.5749,10.9973,-16.0029,5209.0501,5209.0501,5209.0501,5209.0501,5209.0501 +921.5000,1.0000,12251.8332,59.2850,59.3530,-0.0378,0.0000,5,1300.4056,252.5939,593.9558,-85.7051,34.3978,80.8838,-11.6712,-0.1191,28.9684,0.0000,28.9684,5.5485,28.9684,0.7651,0.0000,28.2033,0.0000,28.2033,6.4685,21.7348,0.0000,21.7348,-0.0552,21.7900,0.0000,16.3548,10.9485,-5.5133,7165.2888,7165.2888,7165.2888,7165.2888,7165.2888 +922.5000,1.0000,12268.3115,59.3120,59.2170,0.0528,0.0000,5,1300.9978,353.7857,626.5473,-85.7403,48.1998,85.3609,-11.6813,0.1665,42.4179,0.0000,42.4179,5.6154,42.4179,0.8328,0.0000,41.5851,0.0000,41.5851,6.4714,35.1137,0.0000,35.1137,0.0772,35.0366,0.0000,16.3772,10.9535,7.7059,9750.0011,9750.0011,9750.0011,9750.0011,9750.0011 +923.5000,1.0000,12284.8642,59.5795,59.4070,0.0958,0.0000,5,1306.8654,402.7326,669.5634,-86.0882,55.1158,91.6328,-11.7816,0.3037,49.1704,0.0000,49.1704,5.6417,49.1704,0.8709,0.0000,48.2995,0.0000,48.2995,6.5006,41.7989,0.0000,41.7989,0.1408,41.6581,0.0000,16.5999,11.0029,14.0554,11056.0744,11056.0744,11056.0744,11056.0744,11056.0744 +924.5000,1.0000,12301.5185,59.9455,59.7520,0.1075,0.0000,5,1314.8935,416.6506,691.0107,-86.5644,57.3708,95.1489,-11.9195,0.3427,51.4292,0.0000,51.4292,5.5989,51.4292,0.8883,0.0000,50.5409,0.0000,50.5409,6.5405,44.0004,0.0000,44.0004,0.1589,43.8415,0.0000,16.9077,11.0705,15.8633,11487.7172,11487.7172,11487.7172,11487.7172,11487.7172 +925.5000,1.0000,12318.2796,60.3300,60.1390,0.1061,0.0000,5,1323.3274,417.0559,698.0616,-87.0646,57.7950,96.7364,-12.0653,0.3405,51.7721,0.0000,51.7721,5.6824,51.7721,0.8963,0.0000,50.8757,0.0000,50.8757,6.5825,44.2933,0.0000,44.2933,0.1578,44.1354,0.0000,17.2352,11.1415,15.7588,11570.5644,11570.5644,11570.5644,11570.5644,11570.5644 +926.5000,1.0000,12335.1082,60.5730,60.5210,0.0289,0.0000,5,1328.6576,332.3923,699.4832,-87.3807,46.2480,97.3238,-12.1579,0.0931,40.4339,0.0000,40.4339,5.7210,40.4339,0.8437,0.0000,39.5902,0.0000,39.5902,6.6090,32.9812,0.0000,32.9812,0.0431,32.9381,0.0000,17.4441,11.1863,4.3076,9386.2045,9386.2045,9386.2045,9386.2045,9386.2045 +927.5000,1.0000,12351.9453,60.6035,60.6250,-0.0119,0.0000,5,1329.3266,287.0429,665.3447,-87.4204,39.9583,92.6205,-12.1695,-0.0385,34.2884,0.0000,34.2884,5.7084,34.2884,0.8135,0.0000,33.4749,0.0000,33.4749,6.6123,26.8626,0.0000,26.8626,-0.0178,26.8805,0.0000,17.4704,11.1920,-1.7819,8208.3878,8208.3878,8208.3878,8208.3878,8208.3878 +928.5000,1.0000,12368.7418,60.4575,60.5820,-0.0692,0.0000,5,1326.1241,223.2264,646.3790,-87.2304,30.9998,89.7636,-12.1138,-0.2224,25.4760,0.0000,25.4760,5.7461,25.4760,0.7670,0.0000,24.7090,0.0000,24.7090,6.5964,18.1127,0.0000,18.1127,-0.1031,18.2158,0.0000,17.3446,11.1650,-10.2938,6542.0690,6542.0690,6542.0690,6542.0690,6542.0690 +929.5000,1.0000,12385.4638,60.1890,60.3330,-0.0800,0.0000,5,1320.2346,209.7757,618.8533,-86.8812,29.0025,85.5593,-12.0117,-0.2561,23.5781,0.0000,23.5781,5.6804,23.5781,0.7530,0.0000,22.8251,0.0000,22.8251,6.5671,16.2580,0.0000,16.2580,-0.1187,16.3767,0.0000,17.1145,11.1154,-11.8532,6172.5220,6172.5220,6172.5220,6172.5220,6172.5220 +930.5000,1.0000,12402.1013,59.8850,60.0450,-0.0889,0.0000,5,1313.5664,198.8843,611.8075,-86.4857,27.3578,84.1580,-11.8967,-0.2831,21.9547,0.0000,21.9547,5.6862,21.9547,0.7399,0.0000,21.2148,0.0000,21.2148,6.5339,14.6808,0.0000,14.6808,-0.1312,14.8121,0.0000,16.8565,11.0593,-13.1037,5863.0784,5863.0784,5863.0784,5863.0784,5863.0784 +931.5000,1.0000,12418.6593,59.5990,59.7250,-0.0700,0.0000,5,1307.2931,218.2701,605.8001,-86.1136,29.8810,82.9337,-11.7889,-0.2219,24.5005,0.0000,24.5005,5.6025,24.5005,0.7479,0.0000,23.7525,0.0000,23.7525,6.5027,17.2498,0.0000,17.2498,-0.1029,17.3527,0.0000,16.6161,11.0065,-10.2699,6326.5917,6326.5917,6326.5917,6326.5917,6326.5917 +932.5000,1.0000,12435.1629,59.4030,59.4730,-0.0389,0.0000,5,1302.9939,252.2723,612.8833,-85.8586,34.4224,83.6274,-11.7153,-0.1229,28.9274,0.0000,28.9274,5.6178,28.9274,0.7668,0.0000,28.1606,0.0000,28.1606,6.4813,21.6793,0.0000,21.6793,-0.0570,21.7362,0.0000,16.4527,10.9703,-5.6867,7169.4457,7169.4457,7169.4457,7169.4457,7169.4457 +933.5000,1.0000,12451.6593,59.3770,59.3330,0.0244,0.0000,5,1302.4236,322.5351,626.8027,-85.8248,43.9904,85.4893,-11.7056,0.0772,38.2970,0.0000,38.2970,5.6162,38.2970,0.8133,0.0000,37.4838,0.0000,37.4838,6.4785,31.0053,0.0000,31.0053,0.0358,30.9695,0.0000,16.4311,10.9655,3.5730,8959.7659,8959.7659,8959.7659,8959.7659,8959.7659 +934.5000,1.0000,12468.2053,59.5555,59.4210,0.0747,0.0000,5,1306.3389,378.6877,656.6276,-86.0570,51.8043,89.8263,-11.7726,0.2367,45.9953,0.0000,45.9953,5.5723,45.9953,0.8547,0.0000,45.1406,0.0000,45.1406,6.4980,38.6426,0.0000,38.6426,0.1097,38.5329,0.0000,16.5798,10.9984,10.9547,10422.7099,10422.7099,10422.7099,10422.7099,10422.7099 +935.5000,1.0000,12484.8508,59.9140,59.6900,0.1244,0.0000,5,1314.2026,435.6449,680.9581,-86.5234,59.9547,93.7155,-11.9076,0.3965,53.9210,0.0000,53.9210,5.6372,53.9210,0.9002,0.0000,53.0208,0.0000,53.0208,6.5371,46.4837,0.0000,46.4837,0.1838,46.2999,0.0000,16.8811,11.0646,18.3541,11976.9778,11976.9778,11976.9778,11976.9778,11976.9778 +936.5000,1.0000,12501.5839,60.2290,60.1380,0.0506,0.0000,5,1321.1120,355.2884,705.7393,-86.9332,49.1529,97.6366,-12.0269,0.1619,43.2656,0.0000,43.2656,5.7253,43.2656,0.8521,0.0000,42.4135,0.0000,42.4135,6.5715,35.8420,0.0000,35.8420,0.0751,35.7670,0.0000,17.1486,11.1228,7.4956,9922.0144,9922.0144,9922.0144,9922.0144,9922.0144 +937.5000,1.0000,12518.3596,60.3825,60.3200,0.0347,0.0000,5,1324.4790,337.9765,673.6018,-87.1329,46.8770,93.4280,-12.0853,0.1115,41.0760,0.0000,41.0760,5.6895,41.0760,0.8437,0.0000,40.2323,0.0000,40.2323,6.5882,33.6440,0.0000,33.6440,0.0517,33.5924,0.0000,17.2800,11.1512,5.1612,9501.3581,9501.3581,9501.3581,9501.3581,9501.3581 +938.5000,1.0000,12535.1300,60.3635,60.4450,-0.0453,0.0000,5,1324.0623,248.7899,666.7855,-87.1082,34.4961,92.4535,-12.0780,-0.1454,28.9851,0.0000,28.9851,5.6564,28.9851,0.7830,0.0000,28.2021,0.0000,28.2021,6.5861,21.6160,0.0000,21.6160,-0.0674,21.6833,0.0000,17.2637,11.1476,-6.7280,7181.3119,7181.3119,7181.3119,7181.3119,7181.3119 +939.5000,1.0000,12551.8225,60.0830,60.2820,-0.1106,0.0000,5,1317.9095,175.0206,629.0329,-86.7433,24.1548,86.8136,-11.9715,-0.3533,18.8881,0.0000,18.8881,5.6199,18.8881,0.7278,0.0000,18.1603,0.0000,18.1603,6.5555,11.6048,0.0000,11.6048,-0.1638,11.7685,0.0000,17.0243,11.0958,-16.3516,5261.1369,5261.1369,5261.1369,5261.1369,5261.1369 +940.5000,1.0000,12568.3476,59.4805,59.8840,-0.2242,0.0000,5,1304.6938,46.7497,595.5391,-85.9595,6.3873,81.3668,-11.7444,-0.7091,1.5117,0.0000,1.5117,5.5847,1.5117,0.6709,0.0000,0.8408,0.0000,0.8408,6.4898,-5.6490,0.0000,-5.6490,-0.3287,-5.3203,0.0000,16.5179,10.9846,-32.8227,2452.5667,2452.5667,2452.5667,2452.5667,2452.5667 +941.5000,1.0000,12584.6486,58.6735,59.0770,-0.2242,0.0000,5,1286.9924,44.2940,536.4012,-84.9096,5.9697,72.2927,-11.4436,-0.6995,1.0485,0.0000,1.0485,5.6207,1.0485,0.6582,0.0000,0.3903,0.0000,0.3903,6.4017,-6.0115,0.0000,-6.0115,-0.3243,-5.6872,0.0000,15.8547,10.8355,-32.3774,2369.5881,2369.5881,2369.5881,2369.5881,2369.5881 +942.5000,1.0000,12600.7495,57.9530,58.2700,-0.1761,0.0000,5,1271.1884,94.0466,531.0812,-83.9723,12.5193,70.6967,-11.1783,-0.5428,7.5637,0.0000,7.5637,5.4984,7.5637,0.6364,0.0000,6.9273,0.0000,6.9273,6.3231,0.6041,0.0000,0.6041,-0.2516,0.8558,0.0000,15.2775,10.7025,-25.1242,3136.8146,3136.8146,3136.8146,3136.8146,3136.8146 +943.5000,1.0000,12616.6781,57.3330,57.6360,-0.1683,0.0000,5,1257.5888,100.2715,549.3173,-83.1658,13.2052,72.3420,-10.9525,-0.5133,8.2702,0.0000,8.2702,5.4483,8.2702,0.6300,0.0000,7.6402,0.0000,7.6402,6.2555,1.3847,0.0000,1.3847,-0.2379,1.6227,0.0000,14.7923,10.5880,-23.7577,3206.8697,3206.8697,3206.8697,3206.8697,3206.8697 +944.5000,1.0000,12632.4332,56.7085,57.0300,-0.1786,0.0000,5,1243.8905,86.8780,548.7276,-82.3533,11.3167,71.4772,-10.7273,-0.5387,6.4025,0.0000,6.4025,5.4529,6.4025,0.6116,0.0000,5.7909,0.0000,5.7909,6.1873,-0.3964,0.0000,-0.3964,-0.2497,-0.1467,0.0000,14.3143,10.4727,-24.9337,2955.5837,2955.5837,2955.5837,2955.5837,2955.5837 +945.5000,1.0000,12647.9960,56.0160,56.3870,-0.2061,0.0000,5,1228.7006,53.5166,539.1313,-81.4525,6.8859,69.3696,-10.4804,-0.6140,2.1577,0.0000,2.1577,5.3422,2.1577,0.6107,0.0000,1.5471,0.0000,1.5471,6.1118,-4.5647,0.0000,-4.5647,-0.2847,-4.2800,0.0000,13.7964,10.3448,-28.4212,2383.4055,2383.4055,2383.4055,2383.4055,2383.4055 +946.5000,1.0000,12663.3443,55.2440,55.6450,-0.2228,0.0000,5,1211.7670,32.1987,519.9588,-80.4482,4.0859,65.9807,-10.2085,-0.6545,-0.5312,0.0000,-0.5312,5.2716,-0.5312,0.6046,0.0000,-1.1358,0.0000,-1.1358,6.0276,-7.1634,0.0000,-7.1634,-0.3034,-6.8599,0.0000,13.2339,10.2022,-30.2961,2006.4252,2006.4252,2006.4252,2006.4252,2006.4252 +947.5000,1.0000,12678.4586,54.4015,54.8430,-0.2453,0.0000,5,1193.2869,4.3962,505.4352,-79.3498,0.5494,63.1595,-9.9156,-0.7097,-3.9567,0.0000,-3.9567,5.2157,-3.9567,0.5994,0.0000,-4.5561,0.0000,-4.5561,5.9356,-10.4917,0.0000,-10.4917,-0.3290,-10.1628,0.0000,12.6378,10.0466,-32.8472,1532.7664,1532.7664,1532.7664,1532.7664,1532.7664 +948.5000,1.0000,12693.3270,53.5160,53.9600,-0.2467,0.0000,5,1173.8636,-0.5272,487.1084,-78.1912,-0.0648,59.8786,-9.6118,-0.7021,-4.4817,0.0000,-4.4817,5.1190,-4.4817,0.5864,0.0000,-5.0681,0.0000,-5.0681,5.8390,-10.9072,0.0000,-10.9072,-0.3255,-10.5817,0.0000,12.0307,9.8831,-32.4955,1398.3365,1398.3365,1398.3365,1398.3365,1398.3365 +949.5000,1.0000,12707.9311,52.5650,53.0720,-0.2817,0.0000,5,1153.0036,-42.4461,478.9705,-76.9468,-5.1250,57.8320,-9.2907,-0.7874,-9.3849,0.0000,-9.3849,5.0473,-9.3849,0.5835,0.0000,-9.9683,0.0000,-9.9683,5.7353,-15.7036,0.0000,-15.7036,-0.3650,-15.3386,0.0000,11.4010,9.7075,-36.4470,581.6002,581.6002,581.6002,581.6002,581.6002 +950.5000,1.0000,12722.2636,51.5870,52.0580,-0.2617,0.0000,5,1131.5513,-23.9121,452.9657,-75.6672,-2.8335,53.6745,-8.9662,-0.7179,-7.0680,0.0000,-7.0680,4.9524,-7.0680,0.5622,0.0000,-7.6302,0.0000,-7.6302,5.6285,-13.2588,0.0000,-13.2588,-0.3328,-12.9260,0.0000,10.7763,9.5268,-33.2290,918.9476,918.9476,918.9476,918.9476,918.9476 +951.5000,1.0000,12736.3415,50.6705,51.1160,-0.2475,0.0000,5,1111.4481,-11.2039,456.3405,-74.4680,-1.3040,53.1137,-8.6674,-0.6670,-5.5386,0.0000,-5.5386,4.9016,-5.5386,0.5441,0.0000,-6.0827,0.0000,-6.0827,5.5286,-11.6113,0.0000,-11.6113,-0.3092,-11.3021,0.0000,10.2120,9.3576,-30.8716,1083.9806,1083.9806,1083.9806,1083.9806,1083.9806 +952.5000,1.0000,12750.1664,49.7595,50.2250,-0.2586,0.0000,5,1091.4655,-26.3469,456.9914,-73.1741,-3.0114,52.2332,-8.3637,-0.6844,-7.1711,0.0000,-7.1711,4.8441,-7.1711,0.5341,0.0000,-7.7053,0.0000,-7.7053,5.4292,-13.1344,0.0000,-13.1344,-0.3173,-12.8171,0.0000,9.6711,9.1893,-31.6776,796.1135,796.1135,796.1135,796.1135,796.1135 +953.5000,1.0000,12763.7289,48.8150,49.2940,-0.2661,0.0000,5,1070.7480,-37.6381,443.6027,-71.6911,-4.2203,49.7405,-8.0386,-0.6909,-8.3034,0.0000,-8.3034,4.7740,-8.3034,0.5225,0.0000,-8.8259,0.0000,-8.8259,5.3261,-14.1520,0.0000,-14.1520,-0.3203,-13.8318,0.0000,9.1309,9.0149,-31.9776,568.0590,568.0590,568.0590,568.0590,568.0590 +954.5000,1.0000,12777.0120,47.8090,48.3360,-0.2928,0.0000,5,1048.6816,40.4444,431.6935,-70.1116,4.4415,47.4076,-7.6995,-0.7444,0.4854,0.0000,0.4854,4.7005,0.4854,0.4854,0.0000,0.0000,0.0000,0.0000,5.2163,-5.2163,12.1785,-17.3948,-0.3451,-17.0497,0.0000,8.5781,8.8291,-34.4570,1897.1707,1897.1707,1897.1707,1897.1707,1897.1707 +955.5000,1.0000,12790.0493,46.9245,47.2820,-0.1986,0.0000,5,1029.2803,30.9516,465.9136,-68.7228,3.3362,50.2190,-7.4074,-0.4957,-0.8004,0.0000,-0.8004,4.6323,-0.8004,0.4755,0.0000,-1.2759,0.0000,-1.2759,5.1198,-6.3958,0.0000,-6.3958,-0.2298,-6.1660,0.0000,8.1103,8.6658,-22.9421,1669.6191,1669.6191,1669.6191,1669.6191,1669.6191 +956.5000,1.0000,12802.8629,46.1190,46.5670,-0.2489,0.0000,5,1011.6118,-26.9937,456.5428,-67.4580,-2.8596,48.3642,-7.1462,-0.6105,-6.8116,0.0000,-6.8116,4.5624,-6.8116,0.4787,0.0000,-7.2903,0.0000,-7.2903,5.0319,-12.3222,0.0000,-12.3222,-0.2830,-12.0392,0.0000,7.7000,8.5170,-28.2563,601.7227,601.7227,601.7227,601.7227,601.7227 +957.5000,1.0000,12815.4114,45.1645,45.6710,-0.2814,0.0000,5,990.6750,-65.6022,419.2818,-67.1603,-6.8058,43.4977,-6.9674,-0.6759,-10.6232,0.0000,-10.6232,4.4933,-10.6232,0.4744,0.0000,-11.0976,0.0000,-11.0976,4.9278,-16.0254,0.0000,-16.0254,-0.3133,-15.7121,0.0000,7.2320,8.3408,-31.2848,0.0000,0.0000,0.0000,0.0000,0.0000 +958.5000,1.0000,12827.7131,44.2760,44.6580,-0.2122,0.0000,5,971.1859,8.2649,389.8458,-68.2751,0.8406,39.6482,-6.9437,-0.4997,-3.0988,0.0000,-3.0988,4.4391,-3.0988,0.4428,0.0000,-3.5417,0.0000,-3.5417,4.8309,-8.3725,0.0000,-8.3725,-0.2317,-8.1408,0.0000,6.8132,8.1767,-23.1307,1113.3711,1113.3711,1113.3711,1113.3711,1113.3711 +959.5000,1.0000,12839.7846,43.4475,43.8940,-0.2481,0.0000,5,953.0129,-32.9191,420.0156,-69.3147,-3.2853,41.9173,-6.9176,-0.5732,-7.1527,0.0000,-7.1527,4.4406,-7.1527,0.4412,0.0000,-7.5939,0.0000,-7.5939,4.7405,-12.3344,0.0000,-12.3344,-0.2657,-12.0687,0.0000,6.4380,8.0237,-26.5304,450.3269,450.3269,450.3269,450.3269,450.3269 +960.5000,1.0000,12851.5086,42.1965,43.0010,-0.4469,0.0000,5,925.5725,38.8463,385.5484,-70.8844,3.7652,37.3696,-6.8705,-1.0030,0.4049,0.0000,0.4049,4.3634,0.4049,0.4049,0.0000,0.0000,0.0000,0.0000,4.6040,-4.6040,28.5949,-33.1988,-0.4650,-32.7339,0.0000,5.8993,7.7927,-46.4258,1536.1075,1536.1075,1536.1075,1536.1075,1536.1075 +961.5000,1.0000,12862.8633,40.8670,41.3920,-0.2917,0.0000,5,896.4101,42.7571,411.2308,-72.6040,4.0137,38.6030,-6.8155,-0.6339,0.3867,0.0000,0.3867,4.2609,0.3867,0.3867,0.0000,0.0000,0.0000,0.0000,4.4589,-4.4589,12.2718,-16.7307,-0.2939,-16.4368,0.0000,5.3580,7.5471,-29.3419,1573.9750,1573.9750,1573.9750,1573.9750,1573.9750 +962.5000,1.0000,12873.9601,39.9385,40.3420,-0.2242,0.0000,5,876.0436,-15.5130,402.6538,-74.0603,-1.4231,36.9391,-6.7942,-0.4762,-5.1378,0.0000,-5.1378,4.1908,-5.1378,0.3880,0.0000,-5.5258,0.0000,-5.5258,4.3576,-9.8834,0.0000,-9.8834,-0.2207,-9.6627,0.0000,5.0007,7.3757,-22.0390,703.6786,703.6786,703.6786,703.6786,703.6786 +963.5000,1.0000,12884.8368,39.1460,39.5350,-0.2161,0.0000,5,858.6603,-8.4989,409.9743,-75.3033,-0.7642,36.8644,-6.7712,-0.4499,-4.4489,0.0000,-4.4489,4.1347,-4.4489,0.3758,0.0000,-4.8247,0.0000,-4.8247,4.2711,-9.0958,0.0000,-9.0958,-0.2086,-8.8873,0.0000,4.7089,7.2293,-20.8254,820.1781,820.1781,820.1781,820.1781,820.1781 +964.5000,1.0000,12895.6306,38.8475,38.7570,0.0503,0.0000,5,852.1128,285.6887,413.1245,-75.7715,25.4929,36.8644,-6.7613,0.1039,21.3042,0.0000,21.3042,4.0848,21.3042,0.4338,0.0000,20.8705,0.0000,20.8705,4.2386,16.6319,0.0000,16.6319,0.0482,16.5837,0.0000,4.6015,7.1742,4.8080,5344.2946,5344.2946,5344.2946,5344.2946,5344.2946 +965.5000,1.0000,12906.3668,38.6405,38.9380,-0.1653,0.0000,0,799.7025,17.6923,507.9953,-79.5298,1.4816,42.5419,-6.6602,-2.6714,0.0000,0.0000,0.0000,4.1530,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.2160,-4.2160,0.0000,-4.2160,-0.1575,-4.0585,0.0000,4.5286,7.1359,-15.7230,1196.9348,1196.9348,1196.9348,1196.9348,1196.9348 +966.5000,1.0000,12917.1050,38.6476,39.9440,0.1692,0.0000,4,1004.9165,446.0749,446.0749,-66.9788,46.9425,46.9425,-7.0485,16.0212,26.7539,0.0000,26.7539,4.1674,33.4022,1.2546,0.0000,32.1477,0.0000,32.1477,4.2168,27.9309,0.0000,27.9309,0.1613,27.7696,0.0000,4.5311,7.1372,16.1013,9449.0306,9449.0306,9449.0306,9449.0306,9449.0306 +967.5000,1.0000,12928.2478,40.1039,41.2720,0.6398,0.0000,4,1301.9150,665.3760,665.3760,-85.7947,90.7148,90.7148,-11.6969,2.9893,83.4660,0.0000,83.4660,4.2595,83.4660,2.2907,0.0000,81.1753,0.0000,81.1753,4.9024,76.2729,0.0000,76.2729,0.6327,75.6402,0.0000,5.0668,7.4062,63.1673,17731.5337,17731.5337,17731.5337,17731.5337,17731.5337 +968.5000,1.0000,12940.1072,42.6837,43.0160,0.7934,0.0000,4,1385.6650,791.2107,791.2107,-90.7617,114.8098,114.8098,-13.1701,3.9451,106.4837,0.0000,106.4837,4.3810,106.4837,2.8151,0.0000,103.6686,0.0000,103.6686,5.4768,98.1918,0.0000,98.1918,0.8349,97.3569,0.0000,6.1106,7.8826,83.3636,22343.3695,22343.3695,22343.3695,22343.3695,22343.3695 +969.5000,1.0000,12952.6749,45.2339,44.8020,0.6234,0.0000,4,1468.4527,661.0294,843.4851,-95.6717,101.6505,129.7078,-14.7120,3.2849,93.8855,0.0000,93.8855,4.4800,93.8855,2.6293,0.0000,91.2562,0.0000,91.2562,5.5250,85.7313,0.0000,85.7313,0.6952,85.0361,0.0000,7.2689,8.3536,69.4135,19818.7704,19818.7704,19818.7704,19818.7704,19818.7704 +970.5000,1.0000,12965.7696,47.1310,46.3560,0.4306,0.0000,4,1530.0385,512.2875,809.2026,-99.3242,82.0814,129.6547,-15.9142,2.3640,75.1043,0.0000,75.1043,4.6131,75.1043,2.3047,0.0000,72.7996,0.0000,72.7996,5.4224,67.3772,0.0000,67.3772,0.5003,66.8769,0.0000,8.2196,8.7039,49.9534,16241.3114,16241.3114,16241.3114,16241.3114,16241.3114 +971.5000,1.0000,12979.2577,48.5470,47.9060,0.3561,0.0000,4,1576.0069,456.4100,770.4655,-102.0505,75.3255,127.1569,-16.8423,2.0140,68.6014,0.0000,68.6014,4.7101,68.6014,2.2138,0.0000,66.3876,0.0000,66.3876,5.4563,60.9313,0.0000,60.9313,0.4262,60.5050,0.0000,8.9820,8.9654,42.5576,15044.1814,15044.1814,15044.1814,15044.1814,15044.1814 +972.5000,1.0000,12993.1125,49.8675,49.1880,0.3775,0.0000,4,1618.8750,476.5503,760.8517,-104.1457,80.7887,128.9858,-17.6556,2.1930,73.7565,0.0000,73.7565,4.8392,73.7565,2.3542,0.0000,71.4023,0.0000,71.4023,5.6529,65.7494,0.0000,65.7494,0.4641,65.2853,0.0000,9.7352,9.2093,46.3408,16136.8656,16136.8656,16136.8656,16136.8656,16136.8656 +973.5000,1.0000,13007.3407,51.2115,50.5470,0.3692,0.0000,4,1662.5059,473.1167,772.6602,-105.6995,82.3683,134.5180,-18.4020,2.2024,75.2261,0.0000,75.2261,4.9398,75.2261,2.4223,0.0000,72.8038,0.0000,72.8038,5.7974,67.0064,0.0000,67.0064,0.4661,66.5403,0.0000,10.5435,9.4575,46.5392,16473.5366,16473.5366,16473.5366,16473.5366,16473.5366 +974.5000,1.0000,13021.9034,52.4155,51.8760,0.2997,0.0000,4,1701.5920,420.8455,777.6309,-107.0914,74.9906,138.5663,-19.0827,1.8302,68.1644,0.0000,68.1644,4.9960,68.1644,2.3165,0.0000,65.8480,0.0000,65.8480,5.8037,60.0443,0.0000,60.0443,0.3873,59.6570,0.0000,11.3041,9.6798,38.6730,15144.8896,15144.8896,15144.8896,15144.8896,15144.8896 +975.5000,1.0000,13036.7573,53.4640,52.9550,0.2828,0.0000,4,1735.6300,410.1331,770.3055,-108.3036,74.5436,140.0067,-19.6847,1.7612,67.6895,0.0000,67.6895,5.0929,67.6895,2.3383,0.0000,65.3513,0.0000,65.3513,5.8926,59.4587,0.0000,59.4587,0.3727,59.0860,0.0000,11.9959,9.8735,37.2165,15084.6888,15084.6888,15084.6888,15084.6888,15084.6888 +976.5000,1.0000,13051.6481,53.5971,53.9730,-0.2088,0.0000,0,1737.8322,20.1304,769.9502,-108.3821,3.6634,140.1197,-19.7239,-1.5284,0.0000,0.0000,0.0000,5.1919,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,5.8479,-5.8479,0.0000,-5.8479,-0.2760,-5.5719,0.0000,12.0852,9.8981,-27.5552,3125.1288,3125.1288,3125.1288,3125.1288,3125.1288 +977.5000,1.0000,13066.6472,53.9865,54.8740,0.4252,0.0000,5,1462.2413,579.4631,579.4631,-95.3033,88.7306,88.7306,-14.5934,-23.4613,106.9478,0.0000,106.9478,5.2441,86.6108,0.9693,0.0000,85.6414,0.0000,85.6414,6.2449,79.3965,0.0000,79.3965,0.5660,78.8306,0.0000,12.3525,9.9700,56.5081,17356.1768,17356.1768,17356.1768,17356.1768,17356.1768 +978.5000,1.0000,13082.0941,55.5990,55.8480,0.4706,0.0000,5,1219.5534,807.6508,807.6508,-80.9100,103.1462,103.1462,-10.3331,1.3916,96.3993,0.0000,96.3993,5.3552,96.3993,1.0433,0.0000,95.3561,0.0000,95.3561,6.5388,88.8173,0.0000,88.8173,0.6451,88.1722,0.0000,13.4931,10.2678,64.4113,20067.5913,20067.5913,20067.5913,20067.5913,20067.5913 +979.5000,1.0000,13097.9708,57.1460,56.8400,0.3889,0.0000,5,1253.4880,720.9312,849.4062,-82.9225,94.6330,111.4973,-10.8848,1.1819,88.0362,0.0000,88.0362,5.4150,88.0362,1.0259,0.0000,87.0103,0.0000,87.0103,6.5558,80.4546,0.0000,80.4546,0.5479,79.9067,0.0000,14.6499,10.5535,54.7033,18435.2734,18435.2734,18435.2734,18435.2734,18435.2734 +980.5000,1.0000,13114.1549,58.2530,57.8460,0.2261,0.0000,5,1277.7688,541.6633,816.6020,-84.3626,72.4787,109.2676,-11.2884,0.7005,66.3140,0.0000,66.3140,5.4641,66.3140,0.9350,0.0000,65.3790,0.0000,65.3790,6.3559,59.0231,0.0000,59.0231,0.3247,58.6984,0.0000,15.5163,10.7579,32.4242,14325.6736,14325.6736,14325.6736,14325.6736,14325.6736 +981.5000,1.0000,13130.5548,59.0295,58.6600,0.2053,0.0000,5,1294.8012,522.0503,744.5810,-85.3727,70.7855,100.9587,-11.5758,0.6445,64.5535,0.0000,64.5535,5.5875,64.5535,0.9389,0.0000,63.6146,0.0000,63.6146,6.4406,57.1740,0.0000,57.1740,0.2988,56.8753,0.0000,16.1449,10.9013,29.8291,14027.6492,14027.6492,14027.6492,14027.6492,14027.6492 +982.5000,1.0000,13147.1316,59.6665,59.3990,0.1486,0.0000,5,1308.7737,461.6108,738.6554,-86.2014,63.2658,101.2360,-11.8143,0.4716,57.1607,0.0000,57.1607,5.6335,57.1607,0.9123,0.0000,56.2484,0.0000,56.2484,6.5101,49.7383,0.0000,49.7383,0.2186,49.5197,0.0000,16.6729,11.0189,21.8279,12607.3841,12607.3841,12607.3841,12607.3841,12607.3841 +983.5000,1.0000,13163.7781,59.9175,59.9340,-0.0092,0.0000,5,1314.2793,287.5387,715.6669,-86.5280,39.5742,98.4980,-11.9089,-0.0292,33.9213,0.0000,33.9213,5.6822,33.9213,0.8003,0.0000,33.1210,0.0000,33.1210,6.5375,26.5836,0.0000,26.5836,-0.0135,26.5971,0.0000,16.8839,11.0653,-1.3521,8121.9944,8121.9944,8121.9944,8121.9944,8121.9944 +984.5000,1.0000,13180.3462,59.6350,59.9010,-0.1478,0.0000,5,1308.0827,132.4834,643.2730,-86.1604,18.1479,88.1169,-11.8024,-0.4687,12.9457,0.0000,12.9457,5.6708,12.9457,0.6907,0.0000,12.2550,0.0000,12.2550,6.5066,5.7483,0.0000,5.7483,-0.2173,5.9656,0.0000,16.6465,11.0131,-21.6940,4151.4660,4151.4660,4151.4660,4151.4660,4151.4660 +985.5000,1.0000,13196.8037,59.2370,59.3690,-0.0733,0.0000,5,1299.3527,213.4183,575.9967,-85.6427,29.0394,78.3747,-11.6532,-0.2310,23.6551,0.0000,23.6551,5.6153,23.6551,0.7378,0.0000,22.9173,0.0000,22.9173,6.4632,16.4541,0.0000,16.4541,-0.1071,16.5612,0.0000,16.3152,10.9396,-10.6936,6164.3789,6164.3789,6164.3789,6164.3789,6164.3789 +986.5000,1.0000,13213.2199,59.0885,59.1050,-0.0092,0.0000,5,1296.0954,284.1903,609.2531,-85.4495,38.5722,82.6920,-11.5978,-0.0288,32.9872,0.0000,32.9872,5.6138,32.9872,0.7820,0.0000,32.2052,0.0000,32.2052,6.4470,25.7582,0.0000,25.7582,-0.0134,25.7716,0.0000,16.1927,10.9122,-1.3333,7939.5859,7939.5859,7939.5859,7939.5859,7939.5859 +987.5000,1.0000,13229.6633,59.1860,59.0720,0.0633,0.0000,5,1298.2340,365.3917,639.1571,-85.5763,49.6753,86.8939,-11.6342,0.1994,43.8185,0.0000,43.8185,5.6574,43.8185,0.8377,0.0000,42.9808,0.0000,42.9808,6.4577,36.5231,0.0000,36.5231,0.0924,36.4307,0.0000,16.2731,10.9302,9.2274,10025.4678,10025.4678,10025.4678,10025.4678,10025.4678 +988.5000,1.0000,13246.2034,59.5345,59.3000,0.1303,0.0000,5,1305.8783,440.8695,674.0268,-86.0297,60.2895,92.1740,-11.7647,0.4125,54.2321,0.0000,54.2321,5.6448,54.2321,0.8955,0.0000,53.3366,0.0000,53.3366,6.4957,46.8409,0.0000,46.8409,0.1912,46.6497,0.0000,16.5624,10.9945,19.0927,12041.8452,12041.8452,12041.8452,12041.8452,12041.8452 +989.5000,1.0000,13262.8949,60.0795,59.7690,0.1725,0.0000,5,1317.8328,490.1050,706.6968,-86.7387,67.6360,97.5264,-11.9702,0.5512,61.3797,0.0000,61.3797,5.7051,61.3797,0.9402,0.0000,60.4395,0.0000,60.4395,6.5551,53.8844,0.0000,53.8844,0.2555,53.6288,0.0000,17.0216,11.0952,25.5120,13433.8964,13433.8964,13433.8964,13433.8964,13433.8964 +990.5000,1.0000,13279.7659,60.7255,60.3900,0.1864,0.0000,5,1332.0027,507.7346,728.5801,-87.5791,70.8224,101.6274,-12.2161,0.6020,64.5251,0.0000,64.5251,5.6953,64.5251,0.9667,0.0000,63.5584,0.0000,63.5584,6.6256,56.9328,0.0000,56.9328,0.2791,56.6537,0.0000,17.5767,11.2145,27.8625,14025.9553,14025.9553,14025.9553,14025.9553,14025.9553 +991.5000,1.0000,13296.8255,61.4045,61.0610,0.1908,0.0000,5,1346.8964,515.7758,737.6291,-88.4624,72.7485,104.0401,-12.4773,0.6232,66.3344,0.0000,66.3344,5.7908,66.3344,0.9871,0.0000,65.3473,0.0000,65.3473,6.6997,58.6476,0.0000,58.6476,0.2889,58.3587,0.0000,18.1729,11.3399,28.8459,14366.9887,14366.9887,14366.9887,14366.9887,14366.9887 +992.5000,1.0000,13314.0635,62.0470,61.7480,0.1661,0.0000,5,1360.9895,491.3475,742.8558,-89.2982,70.0281,105.8737,-12.7270,0.5482,63.5875,0.0000,63.5875,5.8924,63.5875,0.9842,0.0000,62.6033,0.0000,62.6033,6.7698,55.8335,0.0000,55.8335,0.2541,55.5794,0.0000,18.7492,11.4585,25.3717,13869.8857,13869.8857,13869.8857,13869.8857,13869.8857 +993.5000,1.0000,13331.4637,62.6305,62.3460,0.1581,0.0000,5,1373.7885,484.1592,735.1697,-90.0573,69.6525,105.7636,-12.9559,0.5265,63.2879,0.0000,63.2879,5.8381,63.2879,0.9926,0.0000,62.2953,0.0000,62.2953,6.8335,55.4618,0.0000,55.4618,0.2441,55.2177,0.0000,19.2831,11.5663,24.3683,13796.4376,13796.4376,13796.4376,13796.4376,13796.4376 +994.5000,1.0000,13349.0162,63.1790,62.9150,0.1467,0.0000,5,1385.8197,474.1499,734.2156,-90.7709,68.8099,106.5514,-13.1729,0.4928,62.3915,0.0000,62.3915,5.9256,62.3915,0.9975,0.0000,61.3940,0.0000,61.3940,6.8933,54.5006,0.0000,54.5006,0.2285,54.2722,0.0000,19.7941,11.6676,22.8104,13640.1399,13640.1399,13640.1399,13640.1399,13640.1399 +995.5000,1.0000,13366.6799,63.5795,63.4430,0.0758,0.0000,5,1394.6046,397.7839,732.0816,-91.2919,58.0934,106.9151,-13.3325,0.2564,51.7903,0.0000,51.7903,6.0466,51.7903,0.9514,0.0000,50.8390,0.0000,50.8390,6.9370,43.9019,0.0000,43.9019,0.1189,43.7831,0.0000,20.1727,11.7416,11.8688,11675.7746,11675.7746,11675.7746,11675.7746,11675.7746 +996.5000,1.0000,13384.3901,63.7465,63.7160,0.0169,0.0000,5,1398.2677,347.5444,703.7414,-91.5091,50.8896,103.0462,-13.3993,0.0574,42.6538,0.0000,42.6538,8.1784,42.6538,0.9086,0.0000,41.7452,0.0000,41.7452,6.9552,34.7900,0.0000,34.7900,0.0266,34.7634,0.0000,20.3320,11.7724,2.6590,10324.5771,10324.5771,10324.5771,10324.5771,10324.5771 +997.5000,1.0000,13402.1181,63.8110,63.7770,0.0189,0.0000,5,1399.6825,350.0345,684.7810,-91.5930,51.3061,100.3714,-13.4252,0.0641,43.0489,0.0000,43.0489,8.1931,43.0489,0.9117,0.0000,42.1372,0.0000,42.1372,6.9623,35.1749,0.0000,35.1749,0.0297,35.1452,0.0000,20.3938,11.7843,2.9671,10405.2278,10405.2278,10405.2278,10405.2278,10405.2278 +998.5000,1.0000,13419.8701,63.8970,63.8450,0.0289,0.0000,5,1401.5689,361.5789,686.0675,-91.7049,53.0696,100.6955,-13.4597,0.0982,44.7595,0.0000,44.7595,8.2120,44.7595,0.9217,0.0000,43.8377,0.0000,43.8377,6.9717,36.8661,0.0000,36.8661,0.0455,36.8206,0.0000,20.4764,11.8002,4.5440,10736.4765,10736.4765,10736.4765,10736.4765,10736.4765 +999.5000,1.0000,13437.6577,64.0255,63.9490,0.0425,0.0000,5,1404.3876,377.2862,690.9765,-91.8721,55.4864,101.6199,-13.5114,0.1447,47.1110,0.0000,47.1110,8.2307,47.1110,0.9357,0.0000,46.1753,0.0000,46.1753,6.9857,39.1896,0.0000,39.1896,0.0671,39.1225,0.0000,20.6002,11.8239,6.6984,11188.1890,11188.1890,11188.1890,11188.1890,11188.1890 +1000.5000,1.0000,13455.4997,64.2210,64.1020,0.0661,0.0000,5,1408.6758,404.3520,697.6770,-92.1264,59.6485,102.9186,-13.5901,0.2258,51.1721,0.0000,51.1721,8.2505,51.1721,0.9594,0.0000,50.2128,0.0000,50.2128,7.0070,43.2057,0.0000,43.2057,0.1047,43.1011,0.0000,20.7895,11.8600,10.4516,11976.7187,11976.7187,11976.7187,11976.7187,11976.7187 +1001.5000,1.0000,13473.4226,64.5125,64.3400,0.0958,0.0000,5,1415.0698,439.1730,708.9621,-92.5056,65.0792,105.0581,-13.7080,0.3288,56.3887,0.0000,56.3887,8.3617,56.3887,0.9905,0.0000,55.3982,0.0000,55.3982,7.0388,48.3593,0.0000,48.3593,0.1524,48.2069,0.0000,21.0739,11.9139,15.2191,12967.6816,12967.6816,12967.6816,12967.6816,12967.6816 +1002.5000,1.0000,13491.4395,64.8510,64.6850,0.0922,0.0000,5,1422.4947,435.8078,723.3332,-92.9460,64.9194,107.7501,-13.8455,0.3181,56.3256,0.0000,56.3256,8.2757,56.3256,0.9961,0.0000,55.3295,0.0000,55.3295,7.0758,48.2537,0.0000,48.2537,0.1475,48.1063,0.0000,21.4074,11.9764,14.7225,12943.2519,12943.2519,12943.2519,12943.2519,12943.2519 +1003.5000,1.0000,13509.5542,65.2030,65.0170,0.1033,0.0000,5,1430.2158,449.5609,723.3410,-93.4039,67.3316,108.3361,-13.9893,0.3583,58.6795,0.0000,58.6795,8.2938,58.6795,1.0141,0.0000,57.6654,0.0000,57.6654,7.1142,50.5512,0.0000,50.5512,0.1661,50.3851,0.0000,21.7579,12.0414,16.5858,13380.7331,13380.7331,13380.7331,13380.7331,13380.7331 +1004.5000,1.0000,13527.7609,65.5340,65.3890,0.0806,0.0000,5,1437.4762,411.1965,729.7558,-93.8345,61.8983,109.8517,-14.1251,0.2808,55.4731,0.0000,55.4731,6.1444,55.4731,1.0039,0.0000,54.4693,0.0000,54.4693,7.1503,47.3190,0.0000,47.3190,0.1302,47.1888,0.0000,22.0909,12.1025,12.9955,12415.8161,12415.8161,12415.8161,12415.8161,12415.8161 +1005.5000,1.0000,13546.0945,65.9910,65.6790,0.1733,0.0000,5,1447.5004,516.4654,717.0080,-94.4290,78.2868,108.6854,-14.3137,0.6083,71.4753,0.0000,71.4753,6.2032,71.4753,1.0920,0.0000,70.3833,0.0000,70.3833,7.2001,63.1832,0.0000,63.1832,0.2820,62.9012,0.0000,22.5567,12.1869,28.1576,15420.1744,15420.1744,15420.1744,15420.1744,15420.1744 +1006.5000,1.0000,13564.6248,66.6990,66.3030,0.2200,0.0000,5,1463.0303,571.8478,757.2784,-95.3501,87.6118,116.0212,-14.6084,0.7804,80.5617,0.0000,80.5617,6.2697,80.5617,1.1500,0.0000,79.4117,0.0000,79.4117,7.3195,72.0922,0.0000,72.0922,0.3618,71.7304,0.0000,23.2908,12.3177,36.1220,17146.6611,17146.6611,17146.6611,17146.6611,17146.6611 +1007.5000,1.0000,13583.4576,67.7880,67.0950,0.3850,0.0000,5,1486.9173,762.6481,779.1881,-96.7668,118.7516,121.3271,-15.0675,1.3880,111.0562,0.0000,111.0562,6.3075,111.0562,1.3220,0.0000,109.7341,0.0000,109.7341,7.8744,101.8597,0.0000,101.8597,0.6435,101.2163,0.0000,24.4520,12.5188,64.2455,23145.8967,23145.8967,23145.8967,23145.8967,23145.8967 +1008.5000,1.0000,13602.6804,69.1920,68.4810,0.3950,0.0000,5,1517.7138,781.2281,846.5988,-98.5932,124.1642,134.5539,-15.6699,1.4536,116.1872,0.0000,116.1872,6.5234,116.1872,1.3732,0.0000,114.8140,0.0000,114.8140,8.0796,106.7344,0.0000,106.7344,0.6738,106.0605,0.0000,26.0031,12.7781,67.2794,24191.9391,24191.9391,24191.9391,24191.9391,24191.9391 +1009.5000,1.0000,13622.1854,70.2080,69.9030,0.1694,0.0000,5,1539.9996,531.8198,855.5674,-99.9150,85.7657,137.9760,-16.1131,0.6327,78.5711,0.0000,78.5711,6.5619,78.5711,1.2039,0.0000,77.3672,0.0000,77.3672,7.6602,69.7069,0.0000,69.7069,0.2933,69.4136,0.0000,27.1631,12.9657,29.2849,16920.8865,16920.8865,16920.8865,16920.8865,16920.8865 +1010.5000,1.0000,13641.8787,70.8860,70.5130,0.2072,0.0000,5,1554.8714,577.9327,776.5526,-100.7970,94.1023,126.4428,-16.4123,0.7812,86.6210,0.0000,86.6210,6.7001,86.6210,1.2568,0.0000,85.3642,0.0000,85.3642,7.7935,77.5707,0.0000,77.5707,0.3622,77.2086,0.0000,27.9579,13.0909,36.1598,18503.8879,18503.8879,18503.8879,18503.8879,18503.8879 +1011.5000,1.0000,13661.7355,71.4745,71.2590,0.1197,0.0000,5,1567.7800,483.2273,793.5467,-101.5626,79.3351,130.2825,-16.6743,0.4551,72.1285,0.0000,72.1285,6.7515,72.1285,1.1954,0.0000,70.9331,0.0000,70.9331,7.7984,63.1347,0.0000,63.1347,0.2110,62.9237,0.0000,28.6595,13.1996,21.0647,15799.0703,15799.0703,15799.0703,15799.0703,15799.0703 +1012.5000,1.0000,13681.6185,71.5690,71.6900,-0.0672,0.0000,5,1569.8528,276.4942,764.6724,-101.6855,45.4542,125.7080,-16.7165,-0.2559,38.8680,0.0000,38.8680,6.8421,38.8680,1.0308,0.0000,37.8371,0.0000,37.8371,7.8087,30.0284,0.0000,30.0284,-0.1186,30.1470,0.0000,28.7731,13.2170,-11.8431,9455.5870,9455.5870,9455.5870,9455.5870,9455.5870 +1013.5000,1.0000,13701.3340,70.9655,71.4480,-0.2681,0.0000,5,1556.6152,45.4827,695.6570,-100.9004,7.4141,113.3979,-16.4476,-1.0117,2.4846,0.0000,2.4846,5.9412,2.4846,0.8801,0.0000,1.6045,0.0000,1.6045,7.7429,-6.1384,0.0000,-6.1384,-0.4690,-5.6694,0.0000,28.0526,13.1056,-46.8275,3112.4708,3112.4708,3112.4708,3112.4708,3112.4708 +1014.5000,1.0000,13720.7777,69.9875,70.4830,-0.2753,0.0070,5,1535.1629,28.4972,611.9357,-99.6281,4.5813,98.3759,-16.0164,-1.0247,0.5526,0.0000,0.5526,5.0533,0.5526,0.8659,0.0000,-0.3133,0.0000,-0.3133,7.6362,-7.9495,0.0000,-7.9495,-0.4750,-7.4745,0.1183,26.9088,12.9250,-47.4265,2757.5751,2757.5751,2757.5751,2757.5751,2757.5751 +1015.5000,1.0000,13739.9109,68.8695,69.4920,-0.3458,0.0110,5,1510.6398,-54.3754,597.5976,-98.1737,-8.6018,94.5363,-15.5305,-1.2667,-12.2851,0.0000,-12.2851,4.9500,-12.2851,0.8764,0.0000,-13.1615,0.0000,-13.1615,7.5142,-20.6757,0.0000,-20.6757,-0.5872,-20.0885,0.1829,25.6405,12.7185,-58.6304,923.8285,923.8285,923.8285,923.8285,923.8285 +1016.5000,1.0000,13758.6948,67.6120,68.2470,-0.3528,0.0110,5,1483.0568,-67.6162,558.1084,-96.5378,-10.5012,86.6772,-14.9928,-1.2686,-14.1422,0.0000,-14.1422,4.9095,-14.1422,0.8571,0.0000,-14.9993,0.0000,-14.9993,7.3770,-22.3763,0.0000,-22.3763,-0.5881,-21.7882,0.1795,24.2617,12.4863,-58.7157,571.7290,571.7290,571.7290,571.7290,571.7290 +1017.5000,1.0000,13777.1627,66.4745,66.9770,-0.2792,0.0040,5,1458.1059,6.9078,544.1349,-95.0580,1.0548,83.0853,-14.5146,-0.9870,-2.6825,0.0000,-2.6825,4.7243,-2.6825,0.8071,0.0000,-3.4896,0.0000,-3.4896,7.2529,-10.7425,0.0000,-10.7425,-0.4575,-10.2850,0.0642,23.0569,12.2762,-45.6823,2191.7643,2191.7643,2191.7643,2191.7643,2191.7643 +1018.5000,1.0000,13795.5022,66.0120,65.9720,0.0222,0.0000,5,1447.9611,338.6342,568.4972,-94.4563,51.3471,86.2013,-14.3224,0.0780,46.5861,0.0000,46.5861,4.6831,46.5861,0.9679,0.0000,45.6182,0.0000,45.6182,7.2024,38.4158,0.0000,38.4158,0.0362,38.3796,0.0000,22.5777,12.1908,3.6111,10425.1449,10425.1449,10425.1449,10425.1449,10425.1449 +1019.5000,1.0000,13813.8974,66.2130,66.0520,0.0894,0.0000,5,1452.3700,414.1100,691.8261,-94.7178,62.9828,105.2211,-14.4058,0.3150,57.9904,0.0000,57.9904,4.6774,57.9904,1.0285,0.0000,56.9619,0.0000,56.9619,7.2244,49.7376,0.0000,49.7376,0.1460,49.5915,0.0000,22.7847,12.2279,14.5789,12626.0936,12626.0936,12626.0936,12626.0936,12626.0936 +1020.5000,1.0000,13832.4434,66.7555,66.3740,0.2119,0.0000,5,1464.2696,552.4705,720.9657,-95.4236,84.7147,110.5514,-14.6321,0.7525,79.3063,0.0000,79.3063,4.6559,79.3063,1.1447,0.0000,78.1616,0.0000,78.1616,7.3059,70.8557,0.0000,70.8557,0.3488,70.5068,0.0000,23.3500,12.3281,34.8288,16604.0705,16604.0705,16604.0705,16604.0705,16604.0705 +1021.5000,1.0000,13851.2359,67.6430,67.1370,0.2811,0.0000,5,1483.7368,634.9721,772.5555,-96.5781,98.6598,120.0370,-15.0060,1.0113,92.8825,0.0000,92.8825,4.7659,92.8825,1.2285,0.0000,91.6540,0.0000,91.6540,7.5899,84.0642,0.0000,84.0642,0.4688,83.5953,0.0000,24.2943,12.4920,46.8091,19244.9043,19244.9043,19244.9043,19244.9043,19244.9043 +1022.5000,1.0000,13870.3087,68.6520,68.1490,0.2794,0.0000,5,1505.8690,637.9566,803.5940,-97.8907,100.6021,126.7221,-15.4368,1.0203,94.7408,0.0000,94.7408,4.8410,94.7408,1.2561,0.0000,93.4847,0.0000,93.4847,7.7100,85.7746,0.0000,85.7746,0.4730,85.3016,0.0000,25.3977,12.6783,47.2256,19655.6506,19655.6506,19655.6506,19655.6506,19655.6506 +1023.5000,1.0000,13889.7217,69.8770,69.1550,0.4011,0.0000,5,1532.7391,780.6556,806.9120,-99.4844,125.3015,129.5159,-15.9680,1.4907,118.9587,0.0000,118.9587,4.8521,118.9587,1.3997,0.0000,117.5590,0.0000,117.5590,8.1837,109.3753,0.0000,109.3753,0.6910,108.6843,0.0000,26.7830,12.9046,68.9967,24416.0255,24416.0255,24416.0255,24416.0255,24416.0255 +1024.5000,1.0000,13909.4516,71.0175,70.5990,0.2325,0.0000,5,1557.7558,596.1889,855.9198,-100.9681,97.2550,139.6243,-16.4707,0.8782,91.4431,0.0000,91.4431,4.9338,91.4431,1.2834,0.0000,90.1597,0.0000,90.1597,7.8775,82.2822,0.0000,82.2822,0.4071,81.8751,0.0000,28.1140,13.1152,40.6460,19115.2287,19115.2287,19115.2287,19115.2287,19115.2287 +1025.5000,1.0000,13929.3674,71.6870,71.4360,0.1394,0.0000,5,1572.4411,495.3505,799.7826,-101.8390,81.5672,131.6967,-16.7694,0.5317,76.0495,0.0000,76.0495,4.9861,76.0495,1.2190,0.0000,74.8305,0.0000,74.8305,7.8216,67.0089,0.0000,67.0089,0.2465,66.7625,0.0000,28.9159,13.2388,24.6077,16238.9647,16238.9647,16238.9647,16238.9647,16238.9647 +1026.5000,1.0000,13949.4606,72.3255,71.9380,0.2153,0.0000,5,1586.4465,583.5220,770.2453,-102.6696,96.9418,127.9626,-17.0567,0.8281,91.0627,0.0000,91.0627,5.0511,91.0627,1.3061,0.0000,89.7566,0.0000,89.7566,7.9916,81.7649,0.0000,81.7649,0.3839,81.3810,0.0000,29.6960,13.3567,38.3283,19127.4962,19127.4962,19127.4962,19127.4962,19127.4962 +1027.5000,1.0000,13969.7667,73.0920,72.7130,0.2106,0.0000,5,1603.2596,581.7513,799.5964,-103.5896,97.6719,134.2466,-17.3920,0.8185,91.8102,0.0000,91.8102,5.0433,91.8102,1.3244,0.0000,90.4857,0.0000,90.4857,8.0730,82.4127,0.0000,82.4127,0.3794,82.0333,0.0000,30.6501,13.4983,37.8849,19299.0720,19299.0720,19299.0720,19299.0720,19299.0720 +1028.5000,1.0000,13990.2947,73.8905,73.4710,0.2331,0.0000,5,1620.7745,611.6072,800.4468,-104.2133,103.8063,135.8575,-17.6878,0.9159,97.7314,0.0000,97.7314,5.1591,97.7314,1.3694,0.0000,96.3620,0.0000,96.3620,8.2345,88.1275,0.0000,88.1275,0.4246,87.7029,0.0000,31.6658,13.6457,42.3914,20454.6625,20454.6625,20454.6625,20454.6625,20454.6625 +1029.5000,1.0000,14011.0434,74.6855,74.3100,0.2086,0.0000,5,1638.2127,588.0689,810.5619,-104.8343,100.8851,139.0545,-17.9847,0.8286,94.8637,0.0000,94.8637,5.1928,94.8637,1.3705,0.0000,93.4933,0.0000,93.4933,8.2645,85.2287,0.0000,85.2287,0.3841,84.8446,0.0000,32.6987,13.7926,38.3533,19911.6265,19911.6265,19911.6265,19911.6265,19911.6265 +1030.5000,1.0000,14031.9776,75.3530,75.0610,0.1622,0.0000,5,1652.8542,539.3645,805.2577,-105.3558,93.3567,139.3792,-18.2357,0.6501,87.4595,0.0000,87.4595,5.2471,87.4595,1.3465,0.0000,86.1130,0.0000,86.1130,8.2216,77.8914,0.0000,77.8914,0.3014,77.5900,0.0000,33.5830,13.9158,30.0912,18494.6586,18494.6586,18494.6586,18494.6586,18494.6586 +1031.5000,1.0000,14052.8447,75.1117,75.6450,-0.2963,0.0000,0,1659.2591,30.2136,792.9066,-105.5839,5.2498,137.7732,-18.3460,0.0000,0.0000,0.0000,0.0000,5.2498,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,8.1953,-8.1953,0.0000,-8.1953,-0.5487,-7.6466,0.0000,33.2626,13.8713,-54.7805,3107.4652,3107.4652,3107.4652,3107.4652,3107.4652 +1032.5000,1.0000,14073.6364,74.8402,75.9080,0.1454,0.0000,6,1429.2640,572.9529,572.9529,-93.3475,85.7551,85.7551,-13.9715,-20.1872,100.6698,0.0000,100.6698,5.2725,84.1757,2.2274,0.0000,81.9483,0.0000,81.9483,8.1657,73.7826,0.0000,73.7826,0.2683,73.5143,0.0000,32.9019,13.8211,26.7913,16762.1376,16762.1376,16762.1376,16762.1376,16762.1376 +1033.5000,1.0000,14094.5990,75.4554,76.0790,0.1964,0.0000,6,1204.9128,799.9545,799.9545,-80.0416,100.9368,100.9368,-10.0995,0.4176,95.2742,0.0000,95.2742,5.2450,95.2742,2.4563,0.0000,92.8178,0.0000,92.8178,8.3251,84.4927,0.0000,84.4927,0.3653,84.1274,0.0000,33.7203,13.9347,36.4724,19646.5763,19646.5763,19646.5763,19646.5763,19646.5763 +1034.5000,1.0000,14115.7726,76.2149,76.3780,0.2256,0.0000,6,1217.0418,850.9393,850.9393,-80.7610,108.4508,108.4508,-10.2929,0.4847,102.6948,0.0000,102.6948,5.2712,102.6948,2.6134,0.0000,100.0815,0.0000,100.0815,8.5039,91.5776,0.0000,91.5776,0.4240,91.1537,0.0000,34.7491,14.0750,42.3295,21074.9094,21074.9094,21074.9094,21074.9094,21074.9094 +1035.5000,1.0000,14137.1706,77.0225,76.6810,0.2230,0.0000,6,1229.9377,852.9978,873.5154,-81.5258,109.8651,112.5077,-10.5004,0.4842,104.0501,0.0000,104.0501,5.3307,104.0501,2.6497,0.0000,101.4004,0.0000,101.4004,8.5979,92.8026,0.0000,92.8026,0.4236,92.3790,0.0000,35.8654,14.2242,42.2894,21331.4479,21331.4479,21331.4479,21331.4479,21331.4479 +1036.5000,1.0000,14158.7596,77.7105,77.4240,0.1592,0.0000,6,1240.9237,758.8670,875.2101,-82.1774,98.6142,113.7329,-10.6789,0.3486,92.8695,0.0000,92.8695,5.3960,92.8695,2.4340,0.0000,90.4355,0.0000,90.4355,8.4966,81.9389,0.0000,81.9389,0.3050,81.6340,0.0000,36.8346,14.3512,30.4482,19163.7691,19163.7691,19163.7691,19163.7691,19163.7691 +1037.5000,1.0000,14180.5129,78.3020,77.9970,0.1694,0.0000,6,1250.3691,779.1308,835.0340,-82.7376,102.0181,109.3380,-10.8335,0.3740,96.2393,0.0000,96.2393,5.4048,96.2393,2.5082,0.0000,93.7311,0.0000,93.7311,8.6004,85.1307,0.0000,85.1307,0.3271,84.8036,0.0000,37.6822,14.4604,32.6610,19837.7817,19837.7817,19837.7817,19837.7817,19837.7817 +1038.5000,1.0000,14202.4228,78.8655,78.6070,0.1436,0.0000,6,1259.3674,743.4285,844.3039,-83.2712,98.0438,111.3473,-10.9819,0.3192,92.2661,0.0000,92.2661,5.4585,92.2661,2.4353,0.0000,89.8308,0.0000,89.8308,8.6048,81.2259,0.0000,81.2259,0.2792,80.9467,0.0000,38.5014,14.5645,27.8807,19060.5481,19060.5481,19060.5481,19060.5481,19060.5481 +1039.5000,1.0000,14224.4429,79.2625,79.1240,0.0769,0.0000,6,1265.7069,644.3896,829.9162,-83.6472,85.4103,110.0008,-11.0870,0.1719,79.7242,0.0000,79.7242,5.5142,79.7242,2.1891,0.0000,77.5351,0.0000,77.5351,8.6482,68.8869,0.0000,68.8869,0.1504,68.7365,0.0000,39.0855,14.6378,15.0132,16692.5256,16692.5256,16692.5256,16692.5256,16692.5256 +1040.5000,1.0000,14246.5378,79.5315,79.4010,0.0725,0.0000,6,1270.0024,639.6312,788.1250,-83.9020,85.0673,104.8162,-11.1585,0.1625,79.3712,0.0000,79.3712,5.5336,79.3712,2.1852,0.0000,77.1860,0.0000,77.1860,8.6775,68.5085,0.0000,68.5085,0.1422,68.3663,0.0000,39.4848,14.6875,14.1941,16631.9488,16631.9488,16631.9488,16631.9488,16631.9488 +1041.5000,1.0000,14268.7065,79.7975,79.6620,0.0753,0.0000,6,1274.2500,646.2025,786.4412,-84.1539,86.2287,104.9420,-11.2294,0.1693,80.4710,0.0000,80.4710,5.5884,80.4710,2.2103,0.0000,78.2607,0.0000,78.2607,8.7065,69.5542,0.0000,69.5542,0.1481,69.4061,0.0000,39.8823,14.7366,14.7872,16859.0361,16859.0361,16859.0361,16859.0361,16859.0361 +1042.5000,1.0000,14290.9407,80.0330,79.9330,0.0556,0.0000,6,1278.0106,617.6415,789.6619,-84.3769,82.6608,105.6828,-11.2924,0.1253,76.9462,0.0000,76.9462,5.5893,76.9462,2.1426,0.0000,74.8036,0.0000,74.8036,8.7322,66.0714,0.0000,66.0714,0.1096,65.9617,0.0000,40.2364,14.7801,10.9453,16196.6675,16196.6675,16196.6675,16196.6675,16196.6675 +1043.5000,1.0000,14313.2218,80.2020,80.1330,0.0383,0.0000,6,1280.7093,592.6671,777.9248,-84.5370,79.4859,104.3318,-11.3377,0.0867,73.7790,0.0000,73.7790,5.6203,73.7790,2.0812,0.0000,71.6977,0.0000,71.6977,8.7507,62.9471,0.0000,62.9471,0.0758,62.8713,0.0000,40.4918,14.8113,7.5682,15641.0400,15641.0400,15641.0400,15641.0400,15641.0400 +1044.5000,1.0000,14335.5415,80.3410,80.2710,0.0389,0.0000,6,1282.9290,594.7683,767.5814,-84.6686,79.9059,103.1230,-11.3751,0.0881,74.1643,0.0000,74.1643,5.6536,74.1643,2.0906,0.0000,72.0737,0.0000,72.0737,8.7658,63.3079,0.0000,63.3079,0.0770,63.2308,0.0000,40.7027,14.8370,7.6912,15719.2350,15719.2350,15719.2350,15719.2350,15719.2350 +1045.5000,1.0000,14357.8693,80.3700,80.4110,-0.0228,0.0000,6,1283.3920,500.7764,768.8685,-84.6961,67.3026,103.3332,-11.3829,-0.0516,61.6471,0.0000,61.6471,5.7071,61.6471,1.8406,0.0000,59.8065,0.0000,59.8065,8.7690,51.0375,0.0000,51.0375,-0.0451,51.0826,0.0000,40.7467,14.8424,-4.5065,13380.7211,13380.7211,13380.7211,13380.7211,13380.7211 +1046.5000,1.0000,14380.1901,80.3450,80.3290,0.0089,0.0000,6,1282.9928,549.0378,728.8767,-84.6724,73.7658,97.9280,-11.3761,0.0201,68.0569,0.0000,68.0569,5.6888,68.0569,1.9685,0.0000,66.0884,0.0000,66.0884,8.7663,57.3221,0.0000,57.3221,0.0176,57.3045,0.0000,40.7087,14.8377,1.7581,14570.7579,14570.7579,14570.7579,14570.7579,14570.7579 +1047.5000,1.0000,14402.5144,80.3575,80.3610,-0.0019,0.0000,6,1283.1924,532.7116,749.3916,-84.6843,71.5834,100.6999,-11.3795,-0.0044,65.8718,0.0000,65.8718,5.7160,65.8718,1.9249,0.0000,63.9469,0.0000,63.9469,8.7676,55.1793,0.0000,55.1793,-0.0039,55.1831,0.0000,40.7277,14.8400,-0.3846,14162.7629,14162.7629,14162.7629,14162.7629,14162.7629 +1048.5000,1.0000,14424.8213,80.2945,80.3540,-0.0331,0.0000,6,1282.1864,499.2222,742.5243,-84.6246,67.0307,99.6989,-11.3626,-0.0748,59.4171,0.0000,59.4171,7.6884,59.4171,1.7951,0.0000,57.6221,0.0000,57.6221,8.7608,48.8613,0.0000,48.8613,-0.0654,48.9267,0.0000,40.6320,14.8284,-6.5337,13329.4203,13329.4203,13329.4203,13329.4203,13329.4203 +1049.5000,1.0000,14447.0674,80.0760,80.2350,-0.0883,0.0000,6,1278.6973,413.0328,728.1906,-84.4177,55.3071,97.5083,-11.3039,-0.1994,47.7998,0.0000,47.7998,7.7067,47.7998,1.5602,0.0000,46.2396,0.0000,46.2396,8.7369,37.5027,0.0000,37.5027,-0.1744,37.6771,0.0000,40.3014,14.7881,-17.4123,11061.8595,11061.8595,11061.8595,11061.8595,11061.8595 +1050.5000,1.0000,14469.1585,79.5180,79.9170,-0.2217,0.0000,6,1269.7868,204.4329,690.6064,-83.8892,27.1838,91.8312,-11.1549,-0.4968,19.9991,0.0000,19.9991,7.6816,19.9991,0.9976,0.0000,19.0015,0.0000,19.0015,8.6760,10.3254,0.0000,10.3254,-0.4346,10.7600,0.0000,39.4655,14.6850,-43.3905,5790.1197,5790.1197,5790.1197,5790.1197,5790.1197 +1051.5000,1.0000,14491.0247,78.7085,79.1190,-0.2281,0.0000,6,1256.8603,188.4534,597.6150,-83.1226,24.8039,78.6569,-10.9404,-0.5060,17.7089,0.0000,17.7089,7.6010,17.7089,0.9423,0.0000,16.7665,0.0000,16.7665,8.5877,8.1788,0.0000,8.1788,-0.4426,8.6214,0.0000,38.2726,14.5355,-44.1867,5334.0074,5334.0074,5334.0074,5334.0074,5334.0074 +1052.5000,1.0000,14512.6690,77.9095,78.2980,-0.2158,0.0000,6,1244.1014,201.2263,587.8344,-82.3658,26.2162,76.5842,-10.7308,-0.4740,19.1607,0.0000,19.1607,7.5295,19.1607,0.9621,0.0000,18.1986,0.0000,18.1986,8.5005,9.6980,0.0000,9.6980,-0.4146,10.1126,0.0000,37.1187,14.3880,-41.3941,5594.5563,5594.5563,5594.5563,5594.5563,5594.5563 +1053.5000,1.0000,14534.1278,77.2415,77.5210,-0.1553,0.0000,6,1233.4344,289.3419,591.1162,-81.7332,37.3728,76.3515,-10.5571,-0.3381,30.2188,0.0000,30.2188,7.4921,30.2188,1.1756,0.0000,29.0433,0.0000,29.0433,8.4277,20.6156,0.0000,20.6156,-0.2957,20.9113,0.0000,36.1717,14.2646,-29.5250,7653.0639,7653.0639,7653.0639,7653.0639,7653.0639 +1054.5000,1.0000,14555.4374,76.7045,76.9620,-0.1431,0.0000,6,1224.8593,304.3268,628.6333,-81.2246,39.0351,80.6329,-10.4184,-0.3093,31.8771,0.0000,31.8771,7.4673,31.8771,1.2026,0.0000,30.6745,0.0000,30.6745,8.3691,22.3054,0.0000,22.3054,-0.2705,22.5760,0.0000,35.4224,14.1654,-27.0119,7969.5846,7969.5846,7969.5846,7969.5846,7969.5846 +1055.5000,1.0000,14576.6135,76.2240,76.4470,-0.1239,0.0000,6,1217.1864,314.7564,633.9001,-80.7696,40.1199,80.7991,-10.2952,-0.2662,34.9333,0.0000,34.9333,5.4528,34.9333,1.2582,0.0000,33.6750,0.0000,33.6750,8.3166,25.3584,0.0000,25.3584,-0.2328,25.5912,0.0000,34.7608,14.0767,-23.2463,8166.8108,8166.8108,8166.8108,8166.8108,8166.8108 +1056.5000,1.0000,14597.6658,75.7785,76.0010,-0.1236,0.0000,6,1210.0725,312.2478,637.3116,-80.3477,39.5676,80.7592,-10.1815,-0.2640,34.3697,0.0000,34.3697,5.4619,34.3697,1.2419,0.0000,33.1278,0.0000,33.1278,8.2680,24.8597,0.0000,24.8597,-0.2309,25.0907,0.0000,34.1549,13.9944,-23.0586,8059.7028,8059.7028,8059.7028,8059.7028,8059.7028 +1057.5000,1.0000,14618.6422,75.5050,75.5560,-0.0283,0.0000,6,1205.7051,456.4082,635.1145,-80.0886,57.6266,80.1903,-10.1121,-0.0603,52.2455,0.0000,52.2455,5.4414,52.2455,1.5963,0.0000,50.6492,0.0000,50.6492,8.2382,42.4110,0.0000,42.4110,-0.0527,42.4638,0.0000,33.7861,13.9439,-5.2663,11496.3584,11496.3584,11496.3584,11496.3584,11496.3584 +1058.5000,1.0000,14639.6328,75.5560,75.4540,0.0567,0.0000,6,1206.5195,587.0713,699.4737,-80.1369,74.1744,88.3760,-10.1250,0.1207,68.6214,0.0000,68.6214,5.4323,68.6214,1.9244,0.0000,66.6969,0.0000,66.6969,8.2438,58.4532,0.0000,58.4532,0.1056,58.3476,0.0000,33.8547,13.9533,10.5396,14659.0559,14659.0559,14659.0559,14659.0559,14659.0559 +1059.5000,1.0000,14660.6788,75.7555,75.6580,0.0542,0.0000,6,1209.7052,585.0671,758.0028,-80.3259,74.1163,96.0238,-10.1757,0.1157,68.5060,0.0000,68.5060,5.4946,68.5060,1.9244,0.0000,66.5817,0.0000,66.5817,8.2655,58.3161,0.0000,58.3161,0.1012,58.2150,0.0000,34.1235,13.9902,10.1013,14643.7761,14643.7761,14643.7761,14643.7761,14643.7761 +1060.5000,1.0000,14681.7817,75.9605,75.8530,0.0597,0.0000,6,1212.9787,595.3263,757.3909,-80.5200,75.6200,96.2059,-10.2279,0.1279,69.9521,0.0000,69.9521,5.5400,69.9521,1.9556,0.0000,67.9965,0.0000,67.9965,8.2879,59.7086,0.0000,59.7086,0.1118,59.5968,0.0000,34.4013,14.0280,11.1674,14933.0259,14933.0259,14933.0259,14933.0259,14933.0259 +1061.5000,1.0000,14702.9438,76.1735,76.0680,0.0586,0.0000,6,1216.3800,594.7406,762.2549,-80.7217,75.7575,97.0953,-10.2823,0.1258,70.1321,0.0000,70.1321,5.4995,70.1321,1.9616,0.0000,68.1705,0.0000,68.1705,8.3111,59.8594,0.0000,59.8594,0.1101,59.7493,0.0000,34.6915,14.0674,10.9904,14957.2187,14957.2187,14957.2187,14957.2187,14957.2187 +1062.5000,1.0000,14724.1794,76.4385,76.2790,0.0886,0.0000,6,1220.6117,642.8769,762.1982,-80.9727,82.1739,97.4258,-10.3501,0.1909,76.4428,0.0000,76.4428,5.5402,76.4428,2.0909,0.0000,74.3519,0.0000,74.3519,8.3400,66.0118,0.0000,66.0118,0.1670,65.8448,0.0000,35.0549,14.1163,16.6736,16115.3909,16115.3909,16115.3909,16115.3909,16115.3909 +1063.5000,1.0000,14745.5125,76.7890,76.5980,0.1061,0.0000,6,1226.2087,672.2903,783.6995,-81.3047,86.3276,100.6335,-10.4402,0.2297,80.5344,0.0000,80.5344,5.5635,80.5344,2.1767,0.0000,78.3577,0.0000,78.3577,8.3783,69.9794,0.0000,69.9794,0.2009,69.7785,0.0000,35.5394,14.1810,20.0581,16850.0455,16850.0455,16850.0455,16850.0455,16850.0455 +1064.5000,1.0000,14766.9376,77.1205,76.9800,0.0781,0.0000,6,1231.5022,631.5854,797.1459,-81.6186,81.4509,102.8020,-10.5258,0.1697,75.7092,0.0000,75.7092,5.5721,75.7092,2.0840,0.0000,73.6252,0.0000,73.6252,8.4145,65.2107,0.0000,65.2107,0.1484,65.0623,0.0000,36.0016,14.2422,14.8185,15982.5323,15982.5323,15982.5323,15982.5323,15982.5323 +1065.5000,1.0000,14788.4432,77.4100,77.2610,0.0828,0.0000,6,1236.1251,641.1187,779.7382,-81.8928,82.9907,100.9346,-10.6008,0.1806,77.1994,0.0000,77.1994,5.6107,77.1994,2.1171,0.0000,75.0822,0.0000,75.0822,8.4460,66.6362,0.0000,66.6362,0.1580,66.4782,0.0000,36.4086,14.2957,15.7739,16252.7784,16252.7784,16252.7784,16252.7784,16252.7784 +1066.5000,1.0000,14810.0469,77.7635,77.5590,0.1136,0.0000,6,1241.7700,691.1646,784.1439,-82.2276,89.8776,101.9684,-10.6927,0.2490,83.9783,0.0000,83.9783,5.6503,83.9783,2.2568,0.0000,81.7215,0.0000,81.7215,8.4846,73.2369,0.0000,73.2369,0.2178,73.0191,0.0000,36.9098,14.3610,21.7483,17545.6787,17545.6787,17545.6787,17545.6787,17545.6787 +1067.5000,1.0000,14831.7639,78.1710,77.9680,0.1128,0.0000,6,1248.2772,693.0144,806.2525,-82.6135,90.5903,105.3928,-10.7992,0.2485,84.6526,0.0000,84.6526,5.6892,84.6526,2.2750,0.0000,82.3777,0.0000,82.3777,8.5291,73.8486,0.0000,73.8486,0.2174,73.6312,0.0000,37.4931,14.4363,21.7019,17684.4427,17684.4427,17684.4427,17684.4427,17684.4427 +1068.5000,1.0000,14853.5833,78.5400,78.3740,0.0922,0.0000,6,1254.1696,664.3395,807.5894,-82.9630,87.2519,106.0658,-10.8961,0.2042,81.3215,0.0000,81.3215,5.7262,81.3215,2.2126,0.0000,79.1089,0.0000,79.1089,8.5693,70.5396,0.0000,70.5396,0.1786,70.3610,0.0000,38.0264,14.5044,17.8302,17037.6891,17037.6891,17037.6891,17037.6891,17037.6891 +1069.5000,1.0000,14875.4925,78.8630,78.7060,0.0872,0.0000,6,1259.3274,659.0548,795.7038,-83.2689,86.9138,104.9346,-10.9812,0.1939,80.9780,0.0000,80.9780,5.7419,80.9780,2.2095,0.0000,78.7685,0.0000,78.7685,8.6046,70.1640,0.0000,70.1640,0.1696,69.9944,0.0000,38.4975,14.5640,16.9328,16975.8689,16975.8689,16975.8689,16975.8689,16975.8689 +1070.5000,1.0000,14897.4629,79.0835,79.0200,0.0353,0.0000,6,1262.8485,581.1935,794.0552,-83.4777,76.8600,105.0100,-11.0395,0.0786,71.0037,0.0000,71.0037,5.7777,71.0037,2.0126,0.0000,68.9912,0.0000,68.9912,8.6286,60.3625,0.0000,60.3625,0.0688,60.2937,0.0000,38.8212,14.6048,6.8678,15148.3788,15148.3788,15148.3788,15148.3788,15148.3788 +1071.5000,1.0000,14919.4492,79.1405,79.1470,-0.0036,0.0000,6,1263.7587,521.7424,761.0419,-83.5317,69.0477,100.7167,-11.0546,-0.0081,63.3040,0.0000,63.3040,5.7517,63.3040,1.8593,0.0000,61.4448,0.0000,61.4448,8.6349,52.8099,0.0000,52.8099,-0.0070,52.8169,0.0000,38.9052,14.6153,-0.7035,13681.4610,13681.4610,13681.4610,13681.4610,13681.4610 +1072.5000,1.0000,14941.4122,79.0570,79.1340,-0.0428,0.0000,6,1262.4253,461.1223,735.5785,-83.4526,60.9608,97.2441,-11.0325,-0.0953,55.2975,0.0000,55.2975,5.7586,55.2975,1.6982,0.0000,53.5994,0.0000,53.5994,8.6257,44.9736,0.0000,44.9736,-0.0834,45.0570,0.0000,38.7822,14.5999,-8.3251,12132.8155,12132.8155,12132.8155,12132.8155,12132.8155 +1073.5000,1.0000,14963.3458,78.9510,78.9800,-0.0161,0.0000,6,1260.7327,501.5157,709.1208,-83.3522,66.2119,93.6207,-11.0045,-0.0359,60.4584,0.0000,60.4584,5.7894,60.4584,1.8001,0.0000,58.6583,0.0000,58.6583,8.6142,50.0441,0.0000,50.0441,-0.0314,50.0754,0.0000,38.6264,14.5803,-3.1312,13165.2857,13165.2857,13165.2857,13165.2857,13165.2857 +1074.5000,1.0000,14985.2618,78.8875,78.9220,-0.0192,0.0000,6,1259.7187,496.2760,726.4219,-83.2921,65.4675,95.8277,-10.9877,-0.0426,59.7346,0.0000,59.7346,5.7754,59.7346,1.7849,0.0000,57.9497,0.0000,57.9497,8.6072,49.3425,0.0000,49.3425,-0.0373,49.3797,0.0000,38.5332,14.5686,-3.7221,13021.4212,13021.4212,13021.4212,13021.4212,13021.4212 +1075.5000,1.0000,15007.1481,78.7805,78.8530,-0.0403,0.0000,6,1258.0100,463.0358,724.0540,-83.1907,60.9996,95.3858,-10.9594,-0.0894,55.3272,0.0000,55.3272,5.7618,55.3272,1.6955,0.0000,53.6317,0.0000,53.6317,8.5956,45.0361,0.0000,45.0361,-0.0782,45.1144,0.0000,38.3767,14.5488,-7.8111,12137.2670,12137.2670,12137.2670,12137.2670,12137.2670 +1076.5000,1.0000,15029.0100,78.6930,78.7080,-0.0083,0.0000,6,1256.6128,511.3803,709.3541,-83.1079,67.2936,93.3455,-10.9363,-0.0185,61.5562,0.0000,61.5562,5.7559,61.5562,1.8191,0.0000,59.7371,0.0000,59.7371,8.5860,51.1511,0.0000,51.1511,-0.0162,51.1673,0.0000,38.2489,14.5327,-1.6143,13359.4447,13359.4447,13359.4447,13359.4447,13359.4447 +1077.5000,1.0000,15050.8649,78.6675,78.6780,-0.0058,0.0000,6,1256.2056,514.9931,730.1819,-83.0837,67.7471,96.0551,-10.9296,-0.0129,62.0098,0.0000,62.0098,5.7502,62.0098,1.8279,0.0000,60.1820,0.0000,60.1820,8.5832,51.5987,0.0000,51.5987,-0.0113,51.6100,0.0000,38.2117,14.5279,-1.1296,13441.8903,13441.8903,13441.8903,13441.8903,13441.8903 +1078.5000,1.0000,15072.7131,78.6435,78.6570,-0.0075,0.0000,6,1255.8223,512.3943,731.7050,-83.0610,67.3847,96.2261,-10.9233,-0.0166,61.6345,0.0000,61.6345,5.7668,61.6345,1.8201,0.0000,59.8144,0.0000,59.8144,8.5806,51.2338,0.0000,51.2338,-0.0145,51.2483,0.0000,38.1768,14.5235,-1.4520,13375.6273,13375.6273,13375.6273,13375.6273,13375.6273 +1079.5000,1.0000,15094.5900,78.7470,78.6300,0.0650,0.0000,6,1257.4751,624.2838,730.4088,-83.1590,82.2072,96.1820,-10.9506,0.1443,76.3034,0.0000,76.3034,5.7596,76.3034,2.1147,0.0000,74.1887,0.0000,74.1887,8.5919,65.5968,0.0000,65.5968,0.1262,65.4706,0.0000,38.3278,14.5426,12.6002,16113.1854,16113.1854,16113.1854,16113.1854,16113.1854 +1080.5000,1.0000,15116.5346,78.9905,78.8640,0.0703,0.0000,6,1261.3634,634.2449,778.8336,-83.3896,83.7772,102.8759,-11.0149,0.1565,77.8411,0.0000,77.8411,5.7797,77.8411,2.1483,0.0000,75.6928,0.0000,75.6928,8.6185,67.0743,0.0000,67.0743,0.1369,66.9374,0.0000,38.6845,14.5876,13.6654,16384.7815,16384.7815,16384.7815,16384.7815,16384.7815 +1081.5000,1.0000,15138.4944,79.0455,79.1170,-0.0397,0.0000,6,1262.2417,465.7849,783.8665,-83.4417,61.5682,103.6128,-11.0295,-0.0885,55.8907,0.0000,55.8907,5.7660,55.8907,1.7099,0.0000,54.1808,0.0000,54.1808,8.6245,45.5563,0.0000,45.5563,-0.0774,45.6337,0.0000,38.7653,14.5977,-7.7293,12252.4797,12252.4797,12252.4797,12252.4797,12252.4797 +1082.5000,1.0000,15160.4043,78.8655,78.9740,-0.0603,0.0000,6,1259.3674,433.0492,711.1540,-83.2712,57.1108,93.7874,-10.9819,-0.1340,51.4702,0.0000,51.4702,5.7746,51.4702,1.6194,0.0000,49.8509,0.0000,49.8509,8.6048,41.2460,0.0000,41.2460,-0.1172,41.3632,0.0000,38.5011,14.5645,-11.7024,11383.5114,11383.5114,11383.5114,11383.5114,11383.5114 +1083.5000,1.0000,15182.2064,78.4775,78.7570,-0.1553,0.0000,6,1253.1716,283.8723,696.5297,-82.9038,37.2531,91.4069,-10.8796,-0.3435,31.9174,0.0000,31.9174,5.6792,31.9174,1.2238,0.0000,30.6936,0.0000,30.6936,8.5625,22.1310,0.0000,22.1310,-0.3004,22.4315,0.0000,37.9360,14.4929,-29.9974,7645.6408,7645.6408,7645.6408,7645.6408,7645.6408 +1084.5000,1.0000,15203.8396,77.8695,78.1980,-0.1825,0.0000,6,1243.4627,237.8494,629.7082,-82.3280,30.9716,81.9975,-10.7203,-0.4006,25.6968,0.0000,25.6968,5.6753,25.6968,1.0924,0.0000,24.6045,0.0000,24.6045,8.4962,16.1083,0.0000,16.1083,-0.3504,16.4587,0.0000,37.0613,14.3806,-34.9832,6449.2718,6449.2718,6449.2718,6449.2718,6449.2718 +1085.5000,1.0000,15225.2792,77.1725,77.5410,-0.2047,0.0000,6,1232.3326,198.9244,607.2662,-81.6679,25.6711,78.3674,-10.5392,-0.4453,20.4453,0.0000,20.4453,5.6712,20.4453,0.9793,0.0000,19.4660,0.0000,19.4660,8.4201,11.0458,0.0000,11.0458,-0.3895,11.4353,0.0000,36.0752,14.2519,-38.8917,5483.4699,5483.4699,5483.4699,5483.4699,5483.4699 +1086.5000,1.0000,15246.5254,76.4765,76.8040,-0.1819,0.0000,6,1221.2185,229.3119,587.5870,-81.0087,29.3257,75.1440,-10.3599,-0.3922,24.0223,0.0000,24.0223,5.6956,24.0223,1.0429,0.0000,22.9794,0.0000,22.9794,8.3442,14.6352,0.0000,14.6352,-0.3431,14.9783,0.0000,35.1077,14.1233,-34.2528,6145.0004,6145.0004,6145.0004,6145.0004,6145.0004 +1087.5000,1.0000,15267.6463,76.0250,76.1490,-0.0689,0.0000,6,1214.0087,399.2223,599.5064,-80.5811,50.7534,76.2157,-10.2443,-0.1476,45.2650,0.0000,45.2650,5.6361,45.2650,1.4626,0.0000,43.8024,0.0000,43.8024,8.2949,35.5074,0.0000,35.5074,-0.1291,35.6366,0.0000,34.4891,14.0399,-12.8924,10180.3328,10180.3328,10180.3328,10180.3328,10180.3328 +1088.5000,1.0000,15288.6979,75.7760,75.9010,-0.0694,0.0000,6,1210.0325,396.5120,674.9830,-80.3453,50.2438,85.5300,-10.1809,-0.1483,44.7795,0.0000,44.7795,5.6126,44.7795,1.4501,0.0000,43.3294,0.0000,43.3294,8.2678,35.0617,0.0000,35.0617,-0.1297,35.1914,0.0000,34.1513,13.9940,-12.9538,10077.4180,10077.4180,10077.4180,10077.4180,10077.4180 +1089.5000,1.0000,15309.7260,75.6910,75.6510,0.0222,0.0000,6,1208.6752,536.5099,673.1777,-80.2648,67.9072,85.2056,-10.1593,0.0474,62.2538,0.0000,62.2538,5.6060,62.2538,1.7986,0.0000,60.4552,0.0000,60.4552,8.2585,52.1967,0.0000,52.1967,0.0415,52.1552,0.0000,34.0364,13.9783,4.1406,13468.7759,13468.7759,13468.7759,13468.7759,13468.7759 +1090.5000,1.0000,15330.7700,75.7485,75.7310,0.0097,0.0000,6,1209.5934,518.0417,735.7984,-80.3192,65.6195,93.2023,-10.1739,0.0208,59.9519,0.0000,59.9519,5.6468,59.9519,1.7532,0.0000,58.1987,0.0000,58.1987,8.2648,49.9339,0.0000,49.9339,0.0182,49.9158,0.0000,34.1140,13.9889,1.8129,13035.3567,13035.3567,13035.3567,13035.3567,13035.3567 +1091.5000,1.0000,15351.8278,75.7980,75.7660,0.0178,0.0000,6,1210.3838,530.8830,727.6242,-80.3661,67.2900,92.2272,-10.1865,0.0380,61.5860,0.0000,61.5860,5.6661,61.5860,1.7865,0.0000,59.7995,0.0000,59.7995,8.2702,51.5293,0.0000,51.5293,0.0332,51.4961,0.0000,34.1810,13.9980,3.3171,13351.4231,13351.4231,13351.4231,13351.4231,13351.4231 +1092.5000,1.0000,15372.8938,75.8275,75.8300,-0.0014,0.0000,6,1210.8549,501.8115,733.4978,-80.3941,63.6299,93.0078,-10.1940,-0.0030,57.9499,0.0000,57.9499,5.6829,57.9499,1.7141,0.0000,56.2359,0.0000,56.2359,8.2734,47.9625,0.0000,47.9625,-0.0026,47.9651,0.0000,34.2209,14.0035,-0.2593,12659.1357,12659.1357,12659.1357,12659.1357,12659.1357 +1093.5000,1.0000,15393.9514,75.7975,75.8250,-0.0153,0.0000,6,1210.3759,479.9892,720.5795,-80.3657,60.8388,91.3336,-10.1864,-0.0326,55.2284,0.0000,55.2284,5.6430,55.2284,1.6593,0.0000,53.5691,0.0000,53.5691,8.2701,45.2990,0.0000,45.2990,-0.0286,45.3275,0.0000,34.1803,13.9979,-2.8507,12106.9106,12106.9106,12106.9106,12106.9106,12106.9106 +1094.5000,1.0000,15414.9918,75.7355,75.7700,-0.0192,0.0000,6,1209.3858,473.8139,710.7506,-80.3069,60.0069,90.0141,-10.1706,-0.0409,54.3788,0.0000,54.3788,5.6691,54.3788,1.6416,0.0000,52.7372,0.0000,52.7372,8.2633,44.4738,0.0000,44.4738,-0.0358,44.5096,0.0000,34.0965,13.9865,-3.5733,11948.9889,11948.9889,11948.9889,11948.9889,11948.9889 +1095.5000,1.0000,15436.0135,75.6680,75.7010,-0.0183,0.0000,6,1208.3079,474.5052,707.8565,-80.2430,60.0409,89.5677,-10.1534,-0.0391,54.4281,0.0000,54.4281,5.6520,54.4281,1.6418,0.0000,52.7862,0.0000,52.7862,8.2560,44.5303,0.0000,44.5303,-0.0342,44.5645,0.0000,34.0054,13.9740,-3.4149,11956.6347,11956.6347,11956.6347,11956.6347,11956.6347 +1096.5000,1.0000,15457.0176,75.6050,75.6350,-0.0167,0.0000,6,1207.3019,476.6392,708.0302,-80.1833,60.2607,89.5151,-10.1374,-0.0355,54.6445,0.0000,54.6445,5.6518,54.6445,1.6454,0.0000,52.9990,0.0000,52.9990,8.2491,44.7499,0.0000,44.7499,-0.0311,44.7810,0.0000,33.9205,13.9624,-3.1019,11999.8302,11999.8302,11999.8302,11999.8302,11999.8302 +1097.5000,1.0000,15478.0022,75.5345,75.5750,-0.0225,0.0000,6,1206.1761,466.8051,708.8735,-80.1166,58.9624,89.5381,-10.1196,-0.0479,53.4109,0.0000,53.4109,5.5994,53.4109,1.6200,0.0000,51.7909,0.0000,51.7909,8.2414,43.5495,0.0000,43.5495,-0.0419,43.5914,0.0000,33.8257,13.9494,-4.1837,11752.1471,11752.1471,11752.1471,11752.1471,11752.1471 +1098.5000,1.0000,15498.9907,75.5485,75.4940,0.0303,0.0000,6,1206.3997,548.2695,704.2366,-80.1298,69.2650,88.9689,-10.1231,0.0645,63.5496,0.0000,63.5496,5.6509,63.5496,1.8229,0.0000,61.7267,0.0000,61.7267,8.2429,53.4838,0.0000,53.4838,0.0564,53.4274,0.0000,33.8445,13.9519,5.6309,13727.3553,13727.3553,13727.3553,13727.3553,13727.3553 +1099.5000,1.0000,15519.9957,75.6080,75.6030,0.0028,0.0000,6,1207.3498,506.4515,740.8379,-80.1862,64.0324,93.6666,-10.1382,0.0059,58.3793,0.0000,58.3793,5.6472,58.3793,1.7202,0.0000,56.6591,0.0000,56.6591,8.2494,48.4097,0.0000,48.4097,0.0052,48.4045,0.0000,33.9246,13.9629,0.5170,12734.3365,12734.3365,12734.3365,12734.3365,12734.3365 +1100.5000,1.0000,15541.0049,75.6230,75.6130,0.0056,0.0000,6,1207.5894,510.7755,722.2077,-80.2004,64.5919,91.3293,-10.1420,0.0118,58.9376,0.0000,58.9376,5.6424,58.9376,1.7315,0.0000,57.2061,0.0000,57.2061,8.2511,48.9550,0.0000,48.9550,0.0104,48.9447,0.0000,33.9447,13.9657,1.0342,12840.4904,12840.4904,12840.4904,12840.4904,12840.4904 +1101.5000,1.0000,15562.0242,75.6595,75.6330,0.0147,0.0000,6,1208.1722,525.0778,724.1526,-80.2350,66.4326,91.6194,-10.1513,0.0314,60.7592,0.0000,60.7592,5.6420,60.7592,1.7684,0.0000,58.9909,0.0000,58.9909,8.2550,50.7358,0.0000,50.7358,0.0275,50.7084,0.0000,33.9939,13.9724,2.7420,13189.4587,13189.4587,13189.4587,13189.4587,13189.4587 +1102.5000,1.0000,15583.0544,75.6990,75.6860,0.0072,0.0000,6,1208.8030,513.6778,730.6379,-80.2724,65.0242,92.4882,-10.1613,0.0154,59.3869,0.0000,59.3869,5.6218,59.3869,1.7414,0.0000,57.6456,0.0000,57.6456,8.2594,49.3862,0.0000,49.3862,0.0135,49.3728,0.0000,34.0472,13.9797,1.3458,12922.5771,12922.5771,12922.5771,12922.5771,12922.5771 +1103.5000,1.0000,15604.0928,75.7280,75.7120,0.0089,0.0000,6,1209.2660,516.7340,725.6028,-80.2998,65.4361,91.8860,-10.1687,0.0190,59.7567,0.0000,59.7567,5.6605,59.7567,1.7491,0.0000,58.0076,0.0000,58.0076,8.2625,49.7451,0.0000,49.7451,0.0166,49.7285,0.0000,34.0863,13.9851,1.6570,13000.6295,13000.6295,13000.6295,13000.6295,13000.6295 +1104.5000,1.0000,15625.1544,75.8120,75.7440,0.0378,0.0000,6,1210.6074,561.6015,726.9572,-80.3794,71.1968,92.1596,-10.1901,0.0807,65.4571,0.0000,65.4571,5.6589,65.4571,1.8640,0.0000,63.5931,0.0000,63.5931,8.2717,55.3214,0.0000,55.3214,0.0706,55.2508,0.0000,34.1999,14.0006,7.0502,14090.3537,14090.3537,14090.3537,14090.3537,14090.3537 +1105.5000,1.0000,15646.2385,75.8925,75.8800,0.0069,0.0000,6,1211.8929,515.2232,747.2094,-80.4556,65.3865,94.8277,-10.2106,0.0149,59.6644,0.0000,59.6644,5.7073,59.6644,1.7491,0.0000,57.9153,0.0000,57.9153,8.2805,49.6348,0.0000,49.6348,0.0130,49.6218,0.0000,34.3090,14.0155,1.2974,12991.4291,12991.4291,12991.4291,12991.4291,12991.4291 +1106.5000,1.0000,15667.3344,75.9355,75.9050,0.0169,0.0000,6,1212.5795,531.7680,726.6274,-80.4963,67.5244,92.2679,-10.2215,0.0363,61.6646,0.0000,61.6646,5.8236,61.6646,1.7896,0.0000,59.8750,0.0000,59.8750,8.2852,51.5898,0.0000,51.5898,0.0317,51.5581,0.0000,34.3673,14.0234,3.1674,13395.2391,13395.2391,13395.2391,13395.2391,13395.2391 +1107.5000,1.0000,15688.4371,75.9595,75.9660,-0.0036,0.0000,6,1212.9628,500.4078,734.1394,-80.5191,63.5624,93.2512,-10.2276,-0.0077,57.7450,0.0000,57.7450,5.8251,57.7450,1.7115,0.0000,56.0335,0.0000,56.0335,8.2878,47.7457,0.0000,47.7457,-0.0068,47.7525,0.0000,34.3999,14.0278,-0.6752,12647.1660,12647.1660,12647.1660,12647.1660,12647.1660 +1108.5000,1.0000,15709.5500,75.9965,75.9530,0.0242,0.0000,6,1213.5536,543.9449,720.1230,-80.5541,69.1262,91.5154,-10.2371,0.0518,63.1633,0.0000,63.1633,5.9111,63.1633,1.8202,0.0000,61.3430,0.0000,61.3430,8.2918,53.0512,0.0000,53.0512,0.0453,53.0059,0.0000,34.4502,14.0347,4.5211,13697.2655,13697.2655,13697.2655,13697.2655,13697.2655 +1109.5000,1.0000,15730.6826,76.0675,76.0400,0.0153,0.0000,6,1214.6874,530.5760,739.6237,-80.6214,67.4902,94.0814,-10.2552,0.0328,61.5729,0.0000,61.5729,5.8845,61.5729,1.7892,0.0000,59.7837,0.0000,59.7837,8.2996,51.4841,0.0000,51.4841,0.0287,51.4554,0.0000,34.5468,14.0478,2.8608,13388.3451,13388.3451,13388.3451,13388.3451,13388.3451 +1110.5000,1.0000,15751.8418,76.1630,76.0950,0.0378,0.0000,6,1216.2124,566.2177,733.7354,-80.7118,72.1143,93.4496,-10.2796,0.0811,66.0870,0.0000,66.0870,5.9462,66.0870,1.8806,0.0000,64.2064,0.0000,64.2064,8.3100,55.8964,0.0000,55.8964,0.0709,55.8254,0.0000,34.6771,14.0654,7.0829,14258.7253,14258.7253,14258.7253,14258.7253,14258.7253 +1111.5000,1.0000,15773.0158,76.2165,76.2310,-0.0081,0.0000,6,1217.0667,496.7127,749.8752,-80.7625,63.3065,95.5723,-10.2933,-0.0173,57.3208,0.0000,57.3208,6.0031,57.3208,1.7059,0.0000,55.6149,0.0000,55.6149,8.3158,47.2990,0.0000,47.2990,-0.0151,47.3142,0.0000,34.7502,14.0753,-1.5114,12593.9169,12593.9169,12593.9169,12593.9169,12593.9169 +1112.5000,1.0000,15794.1925,76.2260,76.2020,0.0133,0.0000,6,1217.2184,529.2780,718.9835,-80.7715,67.4654,91.6465,-10.2957,0.0286,61.4732,0.0000,61.4732,5.9635,61.4732,1.7891,0.0000,59.6841,0.0000,59.6841,8.3169,51.3673,0.0000,51.3673,0.0251,51.3422,0.0000,34.7632,14.0771,2.5019,13383.2629,13383.2629,13383.2629,13383.2629,13383.2629 +1113.5000,1.0000,15815.3851,76.2835,76.2500,0.0186,0.0000,6,1218.1366,538.0342,733.4842,-80.8259,68.6332,93.5654,-10.3104,0.0400,62.5948,0.0000,62.5948,5.9984,62.5948,1.8121,0.0000,60.7827,0.0000,60.7827,8.3231,52.4595,0.0000,52.4595,0.0350,52.4245,0.0000,34.8420,14.0877,3.4949,13602.6843,13602.6843,13602.6843,13602.6843,13602.6843 +1114.5000,1.0000,15836.5983,76.3575,76.3170,0.0225,0.0000,6,1219.3182,544.2526,737.4658,-80.8960,69.4938,94.1646,-10.3293,0.0484,63.4783,0.0000,63.4783,5.9671,63.4783,1.8307,0.0000,61.6476,0.0000,61.6476,8.3312,53.3164,0.0000,53.3164,0.0424,53.2741,0.0000,34.9435,14.1013,4.2293,13763.9614,13763.9614,13763.9614,13763.9614,13763.9614 +1115.5000,1.0000,15857.8319,76.4310,76.3980,0.0183,0.0000,6,1220.4919,538.5578,740.3629,-80.9656,68.8329,94.6255,-10.3482,0.0395,62.8005,0.0000,62.8005,5.9929,62.8005,1.8179,0.0000,60.9825,0.0000,60.9825,8.3392,52.6433,0.0000,52.6433,0.0345,52.6088,0.0000,35.0445,14.1149,3.4494,13639.4782,13639.4782,13639.4782,13639.4782,13639.4782 +1116.5000,1.0000,15879.0703,76.4480,76.4640,-0.0089,0.0000,6,1220.7634,496.2468,738.0328,-80.9817,63.4392,94.3487,-10.3525,-0.0192,57.5506,0.0000,57.5506,5.9078,57.5506,1.7131,0.0000,55.8374,0.0000,55.8374,8.3411,47.4964,0.0000,47.4964,-0.0168,47.5131,0.0000,35.0679,14.1181,-1.6728,12619.8107,12619.8107,12619.8107,12619.8107,12619.8107 +1117.5000,1.0000,15900.2919,76.3880,76.4320,-0.0244,0.0000,6,1219.8053,472.1727,719.2847,-80.9249,60.3143,91.8798,-10.3372,-0.0526,54.4344,0.0000,54.4344,5.9325,54.4344,1.6501,0.0000,52.7843,0.0000,52.7843,8.3345,44.4497,0.0000,44.4497,-0.0460,44.4958,0.0000,34.9854,14.1070,-4.5966,11997.1801,11997.1801,11997.1801,11997.1801,11997.1801 +1118.5000,1.0000,15921.4476,76.1505,76.3440,-0.1075,0.0000,6,1216.0128,343.1605,708.5529,-80.7000,43.6982,90.2275,-10.2764,-0.2307,37.9972,0.0000,37.9972,5.9318,37.9972,1.3187,0.0000,36.6785,0.0000,36.6785,8.3086,28.3699,0.0000,28.3699,-0.2018,28.5717,0.0000,34.6603,14.0631,-20.1516,8835.2961,8835.2961,8835.2961,8835.2961,8835.2961 +1119.5000,1.0000,15942.4667,75.6585,75.9570,-0.1658,0.0000,6,1208.1562,250.3910,649.9234,-80.2340,31.6789,82.2269,-10.1510,-0.3537,26.1003,0.0000,26.1003,5.9322,26.1003,1.0752,0.0000,25.0252,0.0000,25.0252,8.2549,16.7702,0.0000,16.7702,-0.3093,17.0796,0.0000,33.9931,13.9723,-30.8858,6577.4090,6577.4090,6577.4090,6577.4090,6577.4090 +1120.5000,1.0000,15963.3078,75.0180,75.3600,-0.1900,0.0000,6,1197.9284,209.1055,606.1979,-79.6267,26.2316,76.0456,-9.9889,-0.4018,20.6976,0.0000,20.6976,5.9358,20.6976,0.9599,0.0000,19.7377,0.0000,19.7377,8.1851,11.5526,0.0000,11.5526,-0.3514,11.9040,0.0000,33.1372,13.8540,-35.0872,5559.5215,5559.5215,5559.5215,5559.5215,5559.5215 +1121.5000,1.0000,15984.0090,74.5145,74.6760,-0.0897,0.0000,6,1189.8882,358.8911,585.3611,-79.1471,44.7196,72.9388,-9.8621,-0.1884,39.0641,0.0000,39.0641,5.8439,39.0641,1.3216,0.0000,37.7425,0.0000,37.7425,8.1301,29.6124,0.0000,29.6124,-0.1648,29.7772,0.0000,32.4740,13.7610,-16.4577,9023.3641,9023.3641,9023.3641,9023.3641,9023.3641 +1122.5000,1.0000,16004.6081,74.1465,74.3530,-0.1147,0.0000,6,1184.0118,318.1216,652.5752,-78.7966,39.4437,80.9124,-9.7699,-0.2398,33.8420,0.0000,33.8420,5.8414,33.8420,1.2130,0.0000,32.6290,0.0000,32.6290,8.0900,24.5390,0.0000,24.5390,-0.2097,24.7488,0.0000,31.9953,13.6930,-20.9396,8006.2476,8006.2476,8006.2476,8006.2476,8006.2476 +1123.5000,1.0000,16025.0760,73.6745,73.9400,-0.1475,0.0000,6,1176.4746,264.4683,632.6264,-78.3469,32.5825,77.9397,-9.6524,-0.3063,27.0865,0.0000,27.0865,5.8024,27.0865,1.0727,0.0000,26.0138,0.0000,26.0138,8.0385,17.9754,0.0000,17.9754,-0.2679,18.2433,0.0000,31.3883,13.6059,-26.7509,6724.2852,6724.2852,6724.2852,6724.2852,6724.2852 +1124.5000,1.0000,16045.4057,73.1770,73.4090,-0.1289,0.0000,6,1168.5303,289.2367,606.2658,-77.8730,35.3934,74.1877,-9.5292,-0.2659,29.9286,0.0000,29.9286,5.7307,29.9286,1.1240,0.0000,28.8046,0.0000,28.8046,7.9842,20.8204,0.0000,20.8204,-0.2325,21.0529,0.0000,30.7566,13.5140,-23.2177,7255.5422,7255.5422,7255.5422,7255.5422,7255.5422 +1125.5000,1.0000,16065.6118,72.7320,72.9450,-0.1183,0.0000,6,1161.4243,301.9437,616.2574,-77.4492,36.7236,74.9517,-9.4197,-0.2426,31.3143,0.0000,31.3143,5.6519,31.3143,1.1468,0.0000,30.1675,0.0000,30.1675,7.9356,22.2319,0.0000,22.2319,-0.2122,22.4441,0.0000,30.1989,13.4318,-21.1866,7503.4291,7503.4291,7503.4291,7503.4291,7503.4291 +1126.5000,1.0000,16085.6946,72.2880,72.5190,-0.1283,0.0000,6,1154.3343,283.2826,620.8062,-77.0262,34.2436,75.0440,-9.3111,-0.2615,28.9147,0.0000,28.9147,5.5905,28.9147,1.0939,0.0000,27.8208,0.0000,27.8208,7.8872,19.9336,0.0000,19.9336,-0.2287,20.1623,0.0000,29.6493,13.3498,-22.8368,7028.8616,7028.8616,7028.8616,7028.8616,7028.8616 +1127.5000,1.0000,16105.6754,71.9210,72.0570,-0.0756,0.0000,6,1148.4738,361.3663,610.7836,-76.6766,43.4608,73.4577,-9.2217,-0.1532,38.0917,0.0000,38.0917,5.5223,38.0917,1.2735,0.0000,36.8182,0.0000,36.8182,7.8471,28.9711,0.0000,28.9711,-0.1340,29.1050,0.0000,29.1998,13.2820,-13.3768,8755.3310,8755.3310,8755.3310,8755.3310,8755.3310 +1128.5000,1.0000,16125.5808,71.6495,71.7850,-0.0753,0.0000,6,1144.1383,359.8611,646.4119,-76.4180,43.1164,77.4491,-9.1559,-0.1520,37.7736,0.0000,37.7736,5.4948,37.7736,1.2641,0.0000,36.5095,0.0000,36.5095,7.8175,28.6920,0.0000,28.6920,-0.1330,28.8249,0.0000,28.8703,13.2319,-13.2773,8685.2657,8685.2657,8685.2657,8685.2657,8685.2657 +1129.5000,1.0000,16145.4007,71.3415,71.5140,-0.0958,0.0000,6,1139.2200,326.1997,644.9351,-76.1246,38.9152,76.9400,-9.0816,-0.1927,33.6380,0.0000,33.6380,5.4700,33.6380,1.1781,0.0000,32.4599,0.0000,32.4599,7.7839,24.6760,0.0000,24.6760,-0.1686,24.8445,0.0000,28.4997,13.1750,-16.8302,7859.6232,7859.6232,7859.6232,7859.6232,7859.6232 +1130.5000,1.0000,16165.1071,70.9330,71.1690,-0.1311,0.0000,6,1132.6969,269.3057,628.1074,-75.7355,31.9439,74.5034,-8.9834,-0.2621,26.7651,0.0000,26.7651,5.4409,26.7651,1.0362,0.0000,25.7289,0.0000,25.7289,7.7394,17.9896,0.0000,17.9896,-0.2293,18.2189,0.0000,28.0131,13.0996,-22.8938,6568.5607,6568.5607,6568.5607,6568.5607,6568.5607 +1131.5000,1.0000,16184.6746,70.4330,70.6970,-0.1467,0.0000,6,1124.7126,241.7022,599.7654,-75.2592,28.4676,70.6401,-8.8640,-0.2912,23.3962,0.0000,23.3962,5.3625,23.3962,0.9634,0.0000,22.4328,0.0000,22.4328,7.6848,14.7480,0.0000,14.7480,-0.2547,15.0027,0.0000,27.4249,13.0072,-25.4294,5873.0254,5873.0254,5873.0254,5873.0254,5873.0254 +1132.5000,1.0000,16204.1146,69.9740,70.1690,-0.1083,0.0000,6,1117.3830,297.7225,585.0678,-74.8220,34.8371,68.4600,-8.7551,-0.2137,29.6859,0.0000,29.6859,5.3649,29.6859,1.0843,0.0000,28.6017,0.0000,28.6017,7.6347,20.9669,0.0000,20.9669,-0.1869,21.1538,0.0000,26.8921,12.9225,-18.6607,7139.9791,7139.9791,7139.9791,7139.9791,7139.9791 +1133.5000,1.0000,16223.4472,69.5875,69.7790,-0.1064,0.0000,6,1111.2112,297.9720,610.5532,-74.4538,34.6737,71.0475,-8.6639,-0.2087,29.5632,0.0000,29.5632,5.3192,29.5632,1.0777,0.0000,28.4855,0.0000,28.4855,7.5925,20.8929,0.0000,20.8929,-0.1825,21.0755,0.0000,26.4489,12.8511,-18.2245,7107.8966,7107.8966,7107.8966,7107.8966,7107.8966 +1134.5000,1.0000,16242.6685,69.1865,69.3960,-0.1164,0.0000,6,1104.8078,279.9730,609.5193,-74.0719,32.3915,70.5185,-8.5698,-0.2270,27.3277,0.0000,27.3277,5.2908,27.3277,1.0287,0.0000,26.2990,0.0000,26.2990,7.5488,18.7502,0.0000,18.7502,-0.1985,18.9487,0.0000,25.9943,12.7770,-19.8227,6647.0125,6647.0125,6647.0125,6647.0125,6647.0125 +1135.5000,1.0000,16261.8125,68.9085,68.9770,-0.0381,0.0000,6,1100.3685,398.2999,599.7839,-73.8071,45.8962,69.1133,-8.5048,-0.0739,40.6994,0.0000,40.6994,5.2707,40.6994,1.2932,0.0000,39.4062,0.0000,39.4062,7.5185,31.8877,0.0000,31.8877,-0.0647,31.9524,0.0000,25.6820,12.7257,-6.4554,9254.9299,9254.9299,9254.9299,9254.9299,9254.9299 +1136.5000,1.0000,16280.9826,69.0025,68.8400,0.0903,0.0000,6,1101.8696,595.7908,655.9519,-73.8966,68.7468,75.6887,-8.5267,0.1756,63.2935,0.0000,63.2935,5.2777,63.2935,1.7461,0.0000,61.5475,0.0000,61.5475,7.5287,54.0187,0.0000,54.0187,0.1536,53.8652,0.0000,25.7874,12.7431,15.3347,13624.4805,13624.4805,13624.4805,13624.4805,13624.4805 +1137.5000,1.0000,16300.2540,69.3670,69.1650,0.1122,0.0000,6,1107.6901,631.6042,749.9457,-74.2438,73.2642,86.9915,-8.6121,0.2194,67.7715,0.0000,67.7715,5.2733,67.7715,1.8395,0.0000,65.9320,0.0000,65.9320,7.5685,58.3635,0.0000,58.3635,0.1919,58.1716,0.0000,26.1983,12.8104,19.1629,14430.4483,14430.4483,14430.4483,14430.4483,14430.4483 +1138.5000,1.0000,16319.6526,69.8250,69.5690,0.1422,0.0000,6,1115.0037,680.4349,767.2856,-74.6801,79.4496,89.5905,-8.7199,0.2799,73.8919,0.0000,73.8919,5.2778,73.8919,1.9668,0.0000,71.9250,0.0000,71.9250,7.6185,64.3066,0.0000,64.3066,0.2448,64.0617,0.0000,26.7208,12.8950,24.4460,15602.0662,15602.0662,15602.0662,15602.0662,15602.0662 +1139.5000,1.0000,16339.2056,70.3805,70.0810,0.1664,0.0000,6,1123.8742,721.0518,790.6929,-75.2092,84.8619,93.0581,-8.8515,0.3301,79.2362,0.0000,79.2362,5.2957,79.2362,2.0796,0.0000,77.1565,0.0000,77.1565,7.6791,69.4774,0.0000,69.4774,0.2887,69.1887,0.0000,27.3638,12.9975,28.8274,16594.2550,16594.2550,16594.2550,16594.2550,16594.2550 +1140.5000,1.0000,16358.9111,70.9300,70.6800,0.1389,0.0000,6,1132.6490,682.8558,810.4812,-75.7327,80.9940,96.1318,-8.9827,0.2777,75.3491,0.0000,75.3491,5.3672,75.3491,2.0078,0.0000,73.3413,0.0000,73.3413,7.7390,65.6023,0.0000,65.6023,0.2429,65.3594,0.0000,28.0096,13.0990,24.2508,15892.6501,15892.6501,15892.6501,15892.6501,15892.6501 +1141.5000,1.0000,16378.7281,71.3310,71.1800,0.0839,0.0000,6,1139.0524,601.2355,793.8783,-76.1146,71.7161,94.6948,-9.0791,0.1687,66.1489,0.0000,66.1489,5.3985,66.1489,1.8282,0.0000,64.3208,0.0000,64.3208,7.7828,56.5380,0.0000,56.5380,0.1475,56.3905,0.0000,28.4871,13.1731,14.7303,14196.0714,14196.0714,14196.0714,14196.0714,14196.0714 +1142.5000,1.0000,16398.6474,71.6995,71.4820,0.1208,0.0000,6,1144.9368,660.3979,756.5910,-76.4656,79.1801,90.7134,-9.1680,0.2442,73.5153,0.0000,73.5153,5.4205,73.5153,1.9795,0.0000,71.5358,0.0000,71.5358,7.8230,63.7128,0.0000,63.7128,0.2136,63.4992,0.0000,28.9310,13.2411,21.3271,15544.5293,15544.5293,15544.5293,15544.5293,15544.5293 +1143.5000,1.0000,16418.6557,72.0200,71.9170,0.0572,0.0000,6,1150.0547,581.0480,784.7974,-76.7709,69.9776,94.5159,-9.2458,0.1162,62.4877,0.0000,62.4877,7.3738,62.4877,1.7625,0.0000,60.7252,0.0000,60.7252,7.8580,52.8673,0.0000,52.8673,0.1016,52.7657,0.0000,29.3205,13.3003,10.1449,13848.6872,13848.6872,13848.6872,13848.6872,13848.6872 +1144.5000,1.0000,16438.7442,72.3085,72.1230,0.1031,0.0000,6,1154.6616,653.6134,748.6431,-77.0458,79.0322,90.5228,-9.3161,0.2100,71.3886,0.0000,71.3886,7.4336,71.3886,1.9436,0.0000,69.4450,0.0000,69.4450,7.8894,61.5555,0.0000,61.5555,0.1837,61.3718,0.0000,29.6744,13.3536,18.3438,15519.5708,15519.5708,15519.5708,15519.5708,15519.5708 +1145.5000,1.0000,16458.9133,72.5990,72.4940,0.0583,0.0000,6,1159.3005,586.6494,782.6780,-77.3225,71.2202,95.0184,-9.3871,0.1194,63.6839,0.0000,63.6839,7.4170,63.6839,1.7927,0.0000,61.8911,0.0000,61.8911,7.9211,53.9700,0.0000,53.9700,0.1044,53.8656,0.0000,30.0333,13.4072,10.4250,14093.8662,14093.8662,14093.8662,14093.8662,14093.8662 +1146.5000,1.0000,16479.1464,72.8290,72.7040,0.0694,0.0000,6,1162.9732,605.0947,752.4210,-77.5416,73.6922,91.6346,-9.4435,0.1426,66.1347,0.0000,66.1347,7.4150,66.1347,1.8443,0.0000,64.2904,0.0000,64.2904,7.9462,56.3442,0.0000,56.3442,0.1247,56.2195,0.0000,30.3197,13.4497,12.4501,14560.4523,14560.4523,14560.4523,14560.4523,14560.4523 +1147.5000,1.0000,16499.4447,73.0640,72.9540,0.0611,0.0000,6,1166.7258,594.1210,761.3233,-77.7654,72.5893,93.0179,-9.5013,0.1259,65.0049,0.0000,65.0049,7.4585,65.0049,1.8243,0.0000,63.1806,0.0000,63.1806,7.9719,55.2087,0.0000,55.2087,0.1101,55.0987,0.0000,30.6141,13.4931,10.9914,14362.0651,14362.0651,14362.0651,14362.0651,14362.0651 +1148.5000,1.0000,16519.7725,73.1700,73.1740,-0.0022,0.0000,6,1168.4185,497.2241,756.9540,-77.8664,60.8386,92.6182,-9.5275,-0.0046,53.4334,0.0000,53.4334,7.4098,53.4334,1.5940,0.0000,51.8394,0.0000,51.8394,7.9834,43.8559,0.0000,43.8559,-0.0040,43.8599,0.0000,30.7475,13.5127,-0.4003,12115.8998,12115.8998,12115.8998,12115.8998,12115.8998 +1149.5000,1.0000,16540.0925,73.1420,73.1660,-0.0133,0.0000,6,1167.9714,479.8107,712.7157,-77.8397,58.6855,87.1720,-9.5205,-0.0275,51.3270,0.0000,51.3270,7.3860,51.3270,1.5516,0.0000,49.7754,0.0000,49.7754,7.9804,41.7950,0.0000,41.7950,-0.0240,41.8191,0.0000,30.7122,13.5075,-2.4007,11689.6053,11689.6053,11689.6053,11689.6053,11689.6053 +1150.5000,1.0000,16560.3478,72.9090,73.1180,-0.1161,0.0000,6,1164.2507,321.2917,704.7666,-77.6178,39.1719,85.9252,-9.4632,-0.2386,31.9528,0.0000,31.9528,7.4577,31.9528,1.1615,0.0000,30.7913,0.0000,30.7913,7.9549,22.8363,0.0000,22.8363,-0.2087,23.0450,0.0000,30.4199,13.4645,-20.8393,7925.7140,7925.7140,7925.7140,7925.7140,7925.7140 +1151.5000,1.0000,16580.3828,72.1160,72.7000,-0.3244,0.0000,6,1151.5877,-0.6839,630.0670,-76.8624,-0.0825,75.9823,-9.2691,-0.6595,-6.7853,0.0000,-6.7853,7.3624,-6.7853,0.7625,0.0000,-7.5478,0.0000,-7.5478,7.8684,-15.4162,0.0000,-15.4162,-0.5769,-14.8394,0.0000,29.4398,13.3180,-57.5972,1344.4885,1344.4885,1344.4885,1344.4885,1344.4885 +1152.5000,1.0000,16600.1444,71.1320,71.5320,-0.2222,0.0000,6,1135.8746,130.3731,474.1903,-75.9251,15.5077,56.4042,-9.0312,-0.4456,10.5601,0.0000,10.5601,5.3931,10.5601,0.7142,0.0000,9.8459,0.0000,9.8459,7.7611,2.0848,0.0000,2.0848,-0.3897,2.4746,0.0000,28.2501,13.1363,-38.9118,3498.1590,3498.1590,3498.1590,3498.1590,3498.1590 +1153.5000,1.0000,16619.6779,70.3105,70.7320,-0.2342,0.0000,6,1122.7565,106.3734,533.4161,-75.1425,12.5068,62.7163,-8.8349,-0.4641,7.6502,0.0000,7.6502,5.3207,7.6502,0.6472,0.0000,7.0030,0.0000,7.0030,7.6714,-0.6684,0.0000,-0.6684,-0.4059,-0.2625,0.0000,27.2827,12.9846,-40.5298,3112.5319,3112.5319,3112.5319,3112.5319,3112.5319 +1154.5000,1.0000,16638.9942,69.5285,69.8890,-0.2003,0.0000,6,1110.2690,153.4496,518.9196,-74.3976,17.8411,60.3333,-8.6500,-0.3925,12.9309,0.0000,12.9309,5.3028,12.9309,0.7444,0.0000,12.1864,0.0000,12.1864,7.5861,4.6003,0.0000,4.6003,-0.3433,4.9437,0.0000,26.3822,12.8402,-34.2787,3906.1554,3906.1554,3906.1554,3906.1554,3906.1554 +1155.5000,1.0000,16658.0582,68.6205,69.1680,-0.3042,0.0000,6,1095.7696,-8.5762,538.4415,-73.4822,-0.9841,61.7855,-8.4320,-0.5883,-5.6672,0.0000,-5.6672,5.2714,-5.6672,0.7050,0.0000,-6.3722,0.0000,-6.3722,7.4870,-13.8592,0.0000,-13.8592,-0.5146,-13.3446,0.0000,25.3630,12.6725,-51.3801,1089.8013,1089.8013,1089.8013,1089.8013,1089.8013 +1156.5000,1.0000,16676.7478,67.2725,68.0730,-0.4447,0.1560,6,1074.2440,44.0037,453.4034,-71.9414,4.9502,51.0054,-8.0930,-0.8433,0.6245,0.0000,0.6245,5.1689,0.6245,0.6245,0.0000,0.0000,0.0000,0.0000,7.3400,-7.3400,28.1885,-35.5284,-0.7376,-34.7908,2.5334,23.8993,12.4236,-73.6471,2024.6434,2024.6434,2024.6434,2024.6434,2024.6434 +1157.5000,1.0000,16694.9019,65.3450,66.4720,-0.6261,1.1190,6,1043.4646,42.3958,471.5994,-69.7381,4.6326,51.5323,-7.6204,-1.1532,0.6000,0.0000,0.6000,5.1858,0.6000,0.6000,0.0000,0.0000,0.0000,0.0000,7.1297,-7.1297,42.9694,-50.0991,-1.0087,-49.0903,17.6508,21.9067,12.0669,-100.7147,1922.7284,1922.7284,1922.7284,1922.7284,1922.7284 +1158.5000,1.0000,16712.3228,62.7050,64.2180,-0.8406,2.4470,6,1001.3077,40.1120,460.3315,-66.7204,4.2060,48.2688,-6.9961,-1.4857,0.5671,0.0000,0.5671,5.1245,0.5671,0.5671,0.0000,0.0000,0.0000,0.0000,6.8416,-6.8416,56.2353,-63.0769,-1.2995,-61.7775,37.0302,19.3629,11.5766,-129.7472,1781.5708,1781.5708,1781.5708,1781.5708,1781.5708 +1159.5000,1.0000,16728.7611,59.1680,61.1920,-1.1244,3.5840,6,944.8269,34.9992,433.9362,-69.7830,3.4629,42.9345,-6.9045,-1.8753,0.5242,0.0000,0.5242,4.8140,0.5242,0.5242,0.0000,0.0000,0.0000,0.0000,6.4557,-6.4557,80.6056,-87.0613,-1.6403,-85.4209,51.1595,16.2772,10.9199,-163.7775,1518.4282,1518.4282,1518.4282,1518.4282,1518.4282 +1160.5000,1.0000,16744.1667,55.4500,57.1440,-0.9411,3.9170,6,885.4559,39.0496,404.0824,-73.3873,3.6209,37.4684,-6.8048,-1.4709,0.4804,0.0000,0.4804,4.6114,0.4804,0.4804,0.0000,0.0000,0.0000,0.0000,6.0500,-6.0500,47.6781,-53.7281,-1.2866,-52.4415,52.3929,13.3943,10.2324,-128.4611,1519.2429,1519.2429,1519.2429,1519.2429,1519.2429 +1161.5000,1.0000,16758.6015,51.9555,53.7560,-1.0003,3.7790,6,829.6538,39.7361,424.3079,-77.3775,3.4523,36.8644,-6.7226,-1.4649,0.4407,0.0000,0.4407,4.4765,0.4407,0.4407,0.0000,0.0000,0.0000,0.0000,5.6688,-5.6688,55.5720,-61.2408,-1.2813,-59.9594,47.3640,11.0211,9.5881,-127.9326,1513.4739,1513.4739,1513.4739,1513.4739,1513.4739 +1162.5000,1.0000,16772.1413,48.7330,50.1550,-0.7900,3.8250,6,778.1952,44.0688,452.3655,-81.8367,3.5913,36.8644,-6.6691,-1.0852,0.4051,0.0000,0.4051,4.2713,0.4051,0.4051,0.0000,0.0000,0.0000,0.0000,5.3172,-5.3172,27.3526,-32.6698,-0.9492,-31.7206,44.9663,9.0918,8.9932,-94.7719,1501.7630,1501.7630,1501.7630,1501.7630,1501.7630 +1163.5000,1.0000,16784.7985,45.5560,47.3110,-0.9750,4.0720,6,727.4631,31.6454,483.9127,-87.2782,2.4107,36.8644,-6.6488,-1.2520,0.3711,0.0000,0.3711,3.2916,0.3711,0.3711,0.0000,0.0000,0.0000,0.0000,4.9705,-4.9705,44.8819,-49.8524,-1.0951,-48.7573,44.7449,7.4318,8.4061,-109.3401,1198.1888,1198.1888,1198.1888,1198.1888,1198.1888 +1164.5000,1.0000,16796.5096,42.1500,43.8010,-0.9172,4.4050,0,649.7191,40.0989,541.8166,-95.6169,2.7283,36.8644,-6.5056,-1.9838,0.0000,0.0000,0.0000,4.7121,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,4.5989,-4.5989,33.0826,-37.6815,-0.9532,-36.7283,44.7788,5.8867,7.7765,-95.1703,1210.5229,1210.5229,1210.5229,1210.5229,1210.5229 +1165.5000,1.0000,16807.1353,38.2425,40.4990,-1.2536,4.7670,5,694.6731,121.7561,506.7543,-90.7952,8.8573,36.8644,-6.6050,4.0388,0.2914,0.0000,0.2914,4.5271,0.3519,0.3519,0.0000,0.0000,0.0000,0.0000,4.1726,-4.1726,59.6061,-63.7787,-1.1820,-62.5967,43.9591,4.4051,7.0544,-118.0153,2282.9269,2282.9269,2282.9269,2282.9269,2282.9269 +1166.5000,1.0000,16816.5079,33.7315,35.9860,-1.2525,5.2400,5,739.8942,29.2014,475.7824,-85.9448,2.2626,36.8644,-6.6591,-2.2470,0.2952,0.0000,0.2952,4.2143,0.2952,0.2952,0.0000,0.0000,0.0000,0.0000,3.6804,-3.6804,49.5058,-53.1862,-1.0416,-52.1445,42.6110,3.0259,6.2208,-104.0022,1185.3805,1185.3805,1185.3805,1185.3805,1185.3805 +1167.5000,1.0000,16824.5635,28.9900,31.4770,-1.3817,6.1120,0,645.2211,30.0807,545.5938,-96.0994,2.0325,36.8644,-6.4932,-1.7918,0.0000,0.0000,0.0000,3.8243,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3.1630,-3.1630,46.4607,-49.6238,-0.9875,-48.6362,42.6945,1.9264,5.3438,-98.6009,1107.0035,1107.0035,1107.0035,1107.0035,1107.0035 +1168.5000,1.0000,16831.1865,23.8330,26.5030,-1.4833,7.1470,4,643.5128,78.4035,547.0422,-96.2826,5.2835,36.8644,-6.4883,1.7196,0.3344,0.0000,0.3344,3.2295,0.4021,0.4021,0.0000,0.0000,0.0000,0.0000,2.6004,-2.6004,38.8154,-41.4158,-0.8716,-40.5442,41.0153,1.0759,4.3902,-87.0255,1585.4386,1585.4386,1585.4386,1585.4386,1585.4386 +1169.5000,1.0000,16836.2549,18.2360,21.1630,-1.6261,8.2720,0,643.5128,19.6807,547.0422,-96.2826,1.3263,36.8644,-6.4883,-1.7196,0.0000,0.0000,0.0000,3.0458,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1.9897,-1.9897,31.6027,-33.5924,-0.7311,-32.8613,36.2919,0.4883,3.3563,-72.9977,1002.2642,1002.2642,1002.2642,1002.2642,1002.2642 +1170.5000,1.0000,16839.9418,13.2630,15.3090,-1.1367,8.9880,2,768.2195,101.9000,458.2396,-82.9067,8.1976,36.8644,-6.6697,7.9361,-2.8089,0.0000,-2.8089,3.0704,-4.0485,0.6982,0.0000,-4.7467,0.0000,-4.7467,1.4471,-6.1937,0.0000,-6.1937,-0.3717,-5.8221,28.6621,0.1875,2.4395,-37.1111,2274.2138,2274.2138,2274.2138,2274.2138,2274.2138 +1171.5000,1.0000,16842.5908,9.5265,11.2170,-0.9392,8.5680,2,795.3095,-38.3408,442.6310,-80.0010,-3.1932,36.8644,-6.6629,-6.8929,0.6640,0.0000,0.6640,3.0356,0.6640,0.4143,0.0000,0.2497,0.0000,0.2497,1.0394,-0.7897,0.0000,-0.7897,-0.2206,-0.5691,19.6324,0.0700,1.7529,-22.0245,283.9984,283.9984,283.9984,283.9984,283.9984 +1172.5000,1.0000,16844.3989,6.4989,7.8360,-0.7428,6.4340,0,627.0900,31.1807,561.3686,-98.0441,2.0476,36.8644,-6.4384,-1.0432,0.0000,0.0000,0.0000,3.0908,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.7091,-0.7091,0.0000,-0.7091,-0.1190,-0.5901,10.0734,0.0225,1.1977,-11.8836,1101.2353,1101.2353,1101.2353,1101.2353,1101.2353 +1173.5000,1.0000,16845.6446,4.4744,5.4280,-0.3819,3.1240,1,622.2222,68.9090,565.7603,-98.5662,4.4900,36.8644,-6.4225,0.8491,0.6266,-0.0479,0.6745,3.0143,0.7667,0.3214,0.0000,0.4454,0.0000,0.4454,0.4882,-0.0428,0.0000,-0.0428,-0.0421,-0.0007,3.3728,0.0072,0.8259,-4.2066,1471.0217,1471.0217,1471.0217,1471.0217,1471.0217 +1174.5000,1.0000,16846.4997,3.0685,3.7870,-0.3992,0.9180,1,644.4444,30.0410,546.2513,-96.1827,2.0273,36.8644,-6.4910,0.0000,-0.9517,0.2910,-1.2427,2.9791,-1.2427,0.2188,0.0000,-1.4615,0.0000,-1.4615,0.3348,-1.7963,0.0000,-1.7963,-0.0302,-1.7661,0.6800,0.0024,0.5667,-3.0152,1105.8954,1105.8954,1105.8954,1105.8954,1105.8954 +1175.5000,1.0000,16846.9212,1.5075,2.3500,-0.4681,0.0000,1,644.4444,36.4646,546.2513,-96.1827,2.4609,36.8644,-6.4910,0.0000,-0.5330,0.6752,-1.2082,2.9938,-1.2082,0.1029,0.0000,-1.3111,0.0000,-1.3111,0.1645,-1.4756,0.0000,-1.4756,-0.0174,-1.4582,0.0000,0.0004,0.2784,-1.7369,1169.6175,1169.6175,1169.6175,1169.6175,1169.6175 +1176.5000,1.0000,16847.0190,0.3420,0.6650,-0.1794,0.0000,0,644.4444,43.8740,546.2513,-96.1827,2.9609,36.8644,-6.4910,0.0000,-0.0018,0.0311,-0.0329,2.9627,-0.0329,0.0192,0.0000,-0.0521,0.0000,-0.0521,0.0373,-0.0894,0.0000,-0.0894,-0.0015,-0.0879,0.0000,0.0000,0.0632,-0.1511,1243.1193,1243.1193,1243.1193,1243.1193,1243.1193 +1177.5000,1.0000,16847.0246,0.0095,0.0190,-0.0050,0.0000,0,644.4444,44.1678,546.2513,-96.1827,2.9807,36.8644,-6.4910,0.0000,0.0032,0.0000,0.0032,2.9776,0.0032,0.0005,0.0000,0.0027,0.0000,0.0027,0.0010,0.0016,0.0000,0.0016,0.0000,0.0016,0.0000,0.0000,0.0018,-0.0001,1246.0337,1246.0337,1246.0337,1246.0337,1246.0337 +1178.5000,1.0000,16847.0279,0.0000,0.0010,0.0006,0.0000,0,644.4444,44.1701,546.2513,-96.1827,2.9809,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9809,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1246.0560,1246.0560,1246.0560,1246.0560,1246.0560 +1179.5000,1.0000,16847.0315,0.0000,0.0020,0.0000,0.0000,0,644.4444,45.0404,546.2513,-96.1827,3.0396,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0396,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.6897,1254.6897,1254.6897,1254.6897,1254.6897 +1180.5000,1.0000,16847.0351,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8642,546.2513,-96.1827,2.8927,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.1013,1233.1013,1233.1013,1233.1013,1233.1013 +1181.5000,1.0000,16847.0387,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6748,546.2513,-96.1827,2.8800,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8800,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.2231,1231.2231,1231.2231,1231.2231,1231.2231 +1182.5000,1.0000,16847.0423,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.5350,546.2513,-96.1827,2.8705,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8705,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.8363,1229.8363,1229.8363,1229.8363,1229.8363 +1183.5000,1.0000,16847.0459,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4717,546.2513,-96.1827,2.8662,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8662,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.2079,1229.2079,1229.2079,1229.2079,1229.2079 +1184.5000,1.0000,16847.0496,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4155,546.2513,-96.1827,2.8625,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8625,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.6505,1228.6505,1228.6505,1228.6505,1228.6505 +1185.5000,1.0000,16847.0532,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8273,546.2513,-96.1827,2.8902,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8902,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.7353,1232.7353,1232.7353,1232.7353,1232.7353 +1186.5000,1.0000,16847.0568,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8474,546.2513,-96.1827,2.8916,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8916,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.9352,1232.9352,1232.9352,1232.9352,1232.9352 +1187.5000,1.0000,16847.0604,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4852,546.2513,-96.1827,2.8672,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8672,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.3418,1229.3418,1229.3418,1229.3418,1229.3418 +1188.5000,1.0000,16847.0640,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7105,546.2513,-96.1827,2.8824,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.5769,1231.5769,1231.5769,1231.5769,1231.5769 +1189.5000,1.0000,16847.0676,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.0256,546.2513,-96.1827,3.9834,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9834,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1393.4227,1393.4227,1393.4227,1393.4227,1393.4227 +1190.5000,1.0000,16847.0712,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.4679,546.2513,-96.1827,4.0133,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0133,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1397.8106,1397.8106,1397.8106,1397.8106,1397.8106 +1191.5000,1.0000,16847.0748,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.2379,546.2513,-96.1827,3.9302,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9302,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1385.6086,1385.6086,1385.6086,1385.6086,1385.6086 +1192.5000,1.0000,16847.0784,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.9104,546.2513,-96.1827,3.9756,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1392.2803,1392.2803,1392.2803,1392.2803,1392.2803 +1193.5000,1.0000,16847.0821,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.8217,546.2513,-96.1827,3.9696,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9696,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1391.4004,1391.4004,1391.4004,1391.4004,1391.4004 +1194.5000,1.0000,16847.0857,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.6910,546.2513,-96.1827,3.9608,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9608,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1390.1034,1390.1034,1390.1034,1390.1034,1390.1034 +1195.5000,1.0000,16847.0893,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.1453,546.2513,-96.1827,3.9915,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9915,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.6106,1394.6106,1394.6106,1394.6106,1394.6106 +1196.5000,1.0000,16847.0929,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.1234,546.2513,-96.1827,3.9900,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9900,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.3928,1394.3928,1394.3928,1394.3928,1394.3928 +1197.5000,1.0000,16847.0965,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.7750,546.2513,-96.1827,3.9665,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9665,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1390.9369,1390.9369,1390.9369,1390.9369,1390.9369 +1198.5000,1.0000,16847.1001,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.1953,546.2513,-96.1827,3.9274,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9274,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1385.1858,1385.1858,1385.1858,1385.1858,1385.1858 +1199.5000,1.0000,16847.1037,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.8475,546.2513,-96.1827,3.9714,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9714,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1391.6564,1391.6564,1391.6564,1391.6564,1391.6564 +1200.5000,1.0000,16847.1073,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.5773,546.2513,-96.1827,4.0206,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0206,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1398.8958,1398.8958,1398.8958,1398.8958,1398.8958 +1201.5000,1.0000,16847.1109,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.2102,546.2513,-96.1827,3.9959,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9959,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1395.2539,1395.2539,1395.2539,1395.2539,1395.2539 +1202.5000,1.0000,16847.1146,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.7214,546.2513,-96.1827,4.0304,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0304,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1400.3249,1400.3249,1400.3249,1400.3249,1400.3249 +1203.5000,1.0000,16847.1182,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.7526,546.2513,-96.1827,4.0325,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0325,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1400.6342,1400.6342,1400.6342,1400.6342,1400.6342 +1204.5000,1.0000,16847.1218,0.0000,0.0000,0.0000,0.0000,0,644.4444,58.8711,546.2513,-96.1827,3.9730,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9730,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1391.8904,1391.8904,1391.8904,1391.8904,1391.8904 +1205.5000,1.0000,16847.1254,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.0893,546.2513,-96.1827,3.9877,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1394.0547,1394.0547,1394.0547,1394.0547,1394.0547 +1206.5000,1.0000,16847.1290,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.5800,546.2513,-96.1827,4.0208,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0208,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1398.9224,1398.9224,1398.9224,1398.9224,1398.9224 +1207.5000,1.0000,16847.1326,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.0066,546.2513,-96.1827,3.9821,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.9821,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1393.2345,1393.2345,1393.2345,1393.2345,1393.2345 +1208.5000,1.0000,16847.1362,0.0000,0.0000,0.0000,0.0000,0,644.4444,59.6479,546.2513,-96.1827,4.0254,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.0254,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1399.5959,1399.5959,1399.5959,1399.5959,1399.5959 +1209.5000,1.0000,16847.1398,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.2710,546.2513,-96.1827,2.8527,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8527,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.2169,1227.2169,1227.2169,1227.2169,1227.2169 +1210.5000,1.0000,16847.1434,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.5009,546.2513,-96.1827,2.8682,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.4978,1229.4978,1229.4978,1229.4978,1229.4978 +1211.5000,1.0000,16847.1471,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.1172,546.2513,-96.1827,2.8423,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8423,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.6913,1225.6913,1225.6913,1225.6913,1225.6913 +1212.5000,1.0000,16847.1507,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8941,546.2513,-96.1827,2.8948,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8948,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.3984,1233.3984,1233.3984,1233.3984,1233.3984 +1213.5000,1.0000,16847.1543,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7598,546.2513,-96.1827,2.8857,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.0658,1232.0658,1232.0658,1232.0658,1232.0658 +1214.5000,1.0000,16847.1579,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.1635,546.2513,-96.1827,2.9129,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9129,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1236.0713,1236.0713,1236.0713,1236.0713,1236.0713 +1215.5000,1.0000,16847.1615,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7599,546.2513,-96.1827,2.8857,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8857,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.0675,1232.0675,1232.0675,1232.0675,1232.0675 +1216.5000,1.0000,16847.1651,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.2686,546.2513,-96.1827,2.8525,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8525,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.1938,1227.1938,1227.1938,1227.1938,1227.1938 +1217.5000,1.0000,16847.1687,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.2241,546.2513,-96.1827,2.8495,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8495,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.7517,1226.7517,1226.7517,1226.7517,1226.7517 +1218.5000,1.0000,16847.1723,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.0964,546.2513,-96.1827,2.8409,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8409,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.4855,1225.4855,1225.4855,1225.4855,1225.4855 +1219.5000,1.0000,16847.1759,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4123,546.2513,-96.1827,2.8622,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8622,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.6189,1228.6189,1228.6189,1228.6189,1228.6189 +1220.5000,1.0000,16847.1796,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6548,546.2513,-96.1827,2.8786,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.0248,1231.0248,1231.0248,1231.0248,1231.0248 +1221.5000,1.0000,16847.1832,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.5109,546.2513,-96.1827,2.8689,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8689,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.5973,1229.5973,1229.5973,1229.5973,1229.5973 +1222.5000,1.0000,16847.1868,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6569,546.2513,-96.1827,2.8787,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8787,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.0451,1231.0451,1231.0451,1231.0451,1231.0451 +1223.5000,1.0000,16847.1904,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.3049,546.2513,-96.1827,2.8550,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8550,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.5533,1227.5533,1227.5533,1227.5533,1227.5533 +1224.5000,1.0000,16847.1940,0.0000,0.0000,0.0000,0.0000,0,644.4444,41.9941,546.2513,-96.1827,2.8340,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8340,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.4701,1224.4701,1224.4701,1224.4701,1224.4701 +1225.5000,1.0000,16847.1976,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.1129,546.2513,-96.1827,2.8420,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8420,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1225.6488,1225.6488,1225.6488,1225.6488,1225.6488 +1226.5000,1.0000,16847.2012,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4809,546.2513,-96.1827,2.8669,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8669,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.2991,1229.2991,1229.2991,1229.2991,1229.2991 +1227.5000,1.0000,16847.2048,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6896,546.2513,-96.1827,2.8810,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8810,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.3702,1231.3702,1231.3702,1231.3702,1231.3702 +1228.5000,1.0000,16847.2084,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.2574,546.2513,-96.1827,2.8518,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8518,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1227.0827,1227.0827,1227.0827,1227.0827,1227.0827 +1229.5000,1.0000,16847.2121,0.0000,0.0000,0.0000,0.0000,0,644.4444,41.9838,546.2513,-96.1827,2.8333,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8333,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.3678,1224.3678,1224.3678,1224.3678,1224.3678 +1230.5000,1.0000,16847.2157,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7580,546.2513,-96.1827,2.8856,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8856,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.0482,1232.0482,1232.0482,1232.0482,1232.0482 +1231.5000,1.0000,16847.2193,0.0000,0.0000,0.0000,0.0000,0,644.4444,41.7600,546.2513,-96.1827,2.8182,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8182,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1222.1481,1222.1481,1222.1481,1222.1481,1222.1481 +1232.5000,1.0000,16847.2229,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6099,546.2513,-96.1827,2.8756,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8756,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1230.5791,1230.5791,1230.5791,1230.5791,1230.5791 +1233.5000,1.0000,16847.2265,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4033,546.2513,-96.1827,2.8616,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8616,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.5297,1228.5297,1228.5297,1228.5297,1228.5297 +1234.5000,1.0000,16847.2301,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4528,546.2513,-96.1827,2.8650,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8650,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.0205,1229.0205,1229.0205,1229.0205,1229.0205 +1235.5000,1.0000,16847.2337,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.0087,546.2513,-96.1827,2.8350,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8350,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1224.6150,1224.6150,1224.6150,1224.6150,1224.6150 +1236.5000,1.0000,16847.2373,0.0000,0.0000,0.0000,0.0000,0,644.4444,41.9202,546.2513,-96.1827,2.8290,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8290,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1223.7373,1223.7373,1223.7373,1223.7373,1223.7373 +1237.5000,1.0000,16847.2409,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.2447,546.2513,-96.1827,2.8509,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8509,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1226.9560,1226.9560,1226.9560,1226.9560,1226.9560 +1238.5000,1.0000,16847.2446,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.0986,546.2513,-96.1827,2.9086,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9086,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1235.4272,1235.4272,1235.4272,1235.4272,1235.4272 +1239.5000,1.0000,16847.2482,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.0756,546.2513,-96.1827,2.9070,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9070,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1235.1984,1235.1984,1235.1984,1235.1984,1235.1984 +1240.5000,1.0000,16847.2523,0.0020,0.0000,0.0011,0.0000,0,644.4444,42.5627,546.2513,-96.1827,2.8724,36.8644,-6.4910,0.0000,0.0014,0.0007,0.0007,2.8710,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1230.1105,1230.1105,1230.1105,1230.1105,1230.1105 +1241.5000,1.0000,16847.2565,0.0020,0.0040,-0.0011,0.0000,0,644.4444,42.3518,546.2513,-96.1827,2.8582,36.8644,-6.4910,0.0000,0.0007,0.0000,0.0007,2.8575,0.0007,0.0001,0.0000,0.0006,0.0000,0.0006,0.0002,0.0004,0.0000,0.0004,0.0000,0.0004,0.0000,0.0000,0.0004,0.0000,1228.0184,1228.0184,1228.0184,1228.0184,1228.0184 +1242.5000,1.0000,16847.2601,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.5964,546.2513,-96.1827,2.8747,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8747,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1230.4455,1230.4455,1230.4455,1230.4455,1230.4455 +1243.5000,1.0000,16847.2637,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.9096,546.2513,-96.1827,2.8958,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8958,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.5516,1233.5516,1233.5516,1233.5516,1233.5516 +1244.5000,1.0000,16847.2673,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8614,546.2513,-96.1827,2.8925,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8925,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.0742,1233.0742,1233.0742,1233.0742,1233.0742 +1245.5000,1.0000,16847.2709,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8960,546.2513,-96.1827,2.8949,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8949,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.4176,1233.4176,1233.4176,1233.4176,1233.4176 +1246.5000,1.0000,16847.2746,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4247,546.2513,-96.1827,2.8631,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8631,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1228.7416,1228.7416,1228.7416,1228.7416,1228.7416 +1247.5000,1.0000,16847.2782,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7106,546.2513,-96.1827,2.8824,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8824,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.5785,1231.5785,1231.5785,1231.5785,1231.5785 +1248.5000,1.0000,16847.2818,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.5470,546.2513,-96.1827,2.8713,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8713,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.9550,1229.9550,1229.9550,1229.9550,1229.9550 +1249.5000,1.0000,16847.2854,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.4660,546.2513,-96.1827,2.8659,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8659,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1229.1519,1229.1519,1229.1519,1229.1519,1229.1519 +1250.5000,1.0000,16847.2890,0.0000,0.0000,0.0000,0.0000,0,644.4444,41.2025,546.2513,-96.1827,2.7806,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.7806,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1216.6178,1216.6178,1216.6178,1216.6178,1216.6178 +1251.5000,1.0000,16847.2926,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6343,546.2513,-96.1827,2.8772,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8772,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1230.8209,1230.8209,1230.8209,1230.8209,1230.8209 +1252.5000,1.0000,16847.2962,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.2305,546.2513,-96.1827,2.9175,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9175,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1236.7352,1236.7352,1236.7352,1236.7352,1236.7352 +1253.5000,1.0000,16847.2998,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.0588,546.2513,-96.1827,2.9059,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9059,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1235.0325,1235.0325,1235.0325,1235.0325,1235.0325 +1254.5000,1.0000,16847.3034,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.8636,546.2513,-96.1827,2.8927,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8927,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.0956,1233.0956,1233.0956,1233.0956,1233.0956 +1255.5000,1.0000,16847.3071,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.7889,546.2513,-96.1827,2.8877,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8877,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1232.3548,1232.3548,1232.3548,1232.3548,1232.3548 +1256.5000,1.0000,16847.3107,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.6549,546.2513,-96.1827,2.8786,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8786,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1231.0260,1231.0260,1231.0260,1231.0260,1231.0260 +1257.5000,1.0000,16847.3143,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.7631,546.2513,-96.1827,2.9534,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9534,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1242.0188,1242.0188,1242.0188,1242.0188,1242.0188 +1258.5000,1.0000,16847.3179,0.0000,0.0000,0.0000,0.0000,0,644.4444,42.9298,546.2513,-96.1827,2.8972,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.8972,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1233.7524,1233.7524,1233.7524,1233.7524,1233.7524 +1259.5000,1.0000,16847.3215,0.0000,0.0000,0.0000,0.0000,0,644.4444,43.2859,546.2513,-96.1827,2.9212,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,2.9212,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1237.2854,1237.2854,1237.2854,1237.2854,1237.2854 +1260.5000,1.0000,16847.3251,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.1723,546.2513,-96.1827,3.1160,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1160,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1265.9182,1265.9182,1265.9182,1265.9182,1265.9182 +1261.5000,1.0000,16847.3287,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.7041,546.2513,-96.1827,3.0844,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0844,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1261.2735,1261.2735,1261.2735,1261.2735,1261.2735 +1262.5000,1.0000,16847.3332,0.0030,0.0000,0.0017,0.0000,0,644.4444,45.0324,546.2513,-96.1827,3.0391,36.8644,-6.4910,0.0000,0.0021,0.0010,0.0010,3.0370,0.0010,0.0002,0.0000,0.0009,0.0000,0.0009,0.0003,0.0006,0.0000,0.0006,0.0000,0.0006,0.0000,0.0000,0.0006,0.0000,1254.6102,1254.6102,1254.6102,1254.6102,1254.6102 +1263.5000,1.0000,16847.3379,0.0030,0.0060,-0.0011,0.0000,0,644.4444,45.0985,546.2513,-96.1827,3.0435,36.8644,-6.4910,0.0000,0.0010,0.0000,0.0010,3.0425,0.0010,0.0002,0.0000,0.0009,0.0000,0.0009,0.0003,0.0005,0.0000,0.0005,0.0000,0.0005,0.0000,0.0000,0.0006,0.0000,1255.2663,1255.2663,1255.2663,1255.2663,1255.2663 +1264.5000,1.0000,16847.3421,0.0000,0.0020,0.0000,0.0000,0,644.4444,45.5453,546.2513,-96.1827,3.0737,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0737,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1259.6983,1259.6983,1259.6983,1259.6983,1259.6983 +1265.5000,1.0000,16847.3462,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.9075,546.2513,-96.1827,3.0981,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0981,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.2916,1263.2916,1263.2916,1263.2916,1263.2916 +1266.5000,1.0000,16847.3504,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.9804,546.2513,-96.1827,3.1030,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1030,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1264.0144,1264.0144,1264.0144,1264.0144,1264.0144 +1267.5000,1.0000,16847.3546,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.7784,546.2513,-96.1827,3.0894,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0894,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1262.0106,1262.0106,1262.0106,1262.0106,1262.0106 +1268.5000,1.0000,16847.3590,0.0000,0.0000,0.0006,0.0000,0,644.4444,45.3372,546.2513,-96.1827,3.0596,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0596,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1257.6335,1257.6335,1257.6335,1257.6335,1257.6335 +1269.5000,1.0000,16847.3637,0.0000,0.0020,0.0000,0.0000,0,644.4444,44.8797,546.2513,-96.1827,3.0288,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0288,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1253.0956,1253.0956,1253.0956,1253.0956,1253.0956 +1270.5000,1.0000,16847.3684,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.6734,546.2513,-96.1827,3.0823,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0823,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1260.9686,1260.9686,1260.9686,1260.9686,1260.9686 +1271.5000,1.0000,16847.3734,0.0000,0.0000,0.0006,0.0000,0,644.4444,46.1344,546.2513,-96.1827,3.1134,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1134,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1265.5419,1265.5419,1265.5419,1265.5419,1265.5419 +1272.5000,1.0000,16847.3787,0.0000,0.0020,0.0000,0.0000,0,644.4444,45.2703,546.2513,-96.1827,3.0551,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0551,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.9706,1256.9706,1256.9706,1256.9706,1256.9706 +1273.5000,1.0000,16847.3840,0.0000,0.0000,0.0000,0.0000,0,644.4444,44.5203,546.2513,-96.1827,3.0045,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0045,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1249.5304,1249.5304,1249.5304,1249.5304,1249.5304 +1274.5000,1.0000,16847.3893,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.5872,546.2513,-96.1827,3.1440,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1440,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1270.0336,1270.0336,1270.0336,1270.0336,1270.0336 +1275.5000,1.0000,16847.3946,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.1604,546.2513,-96.1827,3.1152,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1152,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1265.7997,1265.7997,1265.7997,1265.7997,1265.7997 +1276.5000,1.0000,16847.3998,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.0159,546.2513,-96.1827,3.0379,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0379,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.4462,1254.4462,1254.4462,1254.4462,1254.4462 +1277.5000,1.0000,16847.4051,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.2678,546.2513,-96.1827,3.0549,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0549,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1256.9459,1256.9459,1256.9459,1256.9459,1256.9459 +1278.5000,1.0000,16847.4104,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.1431,546.2513,-96.1827,3.0465,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0465,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1255.7081,1255.7081,1255.7081,1255.7081,1255.7081 +1279.5000,1.0000,16847.4157,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.8494,546.2513,-96.1827,3.0942,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0942,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1262.7152,1262.7152,1262.7152,1262.7152,1262.7152 +1280.5000,1.0000,16847.4209,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.9926,546.2513,-96.1827,3.1039,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1039,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1264.1353,1264.1353,1264.1353,1264.1353,1264.1353 +1281.5000,1.0000,16847.4262,0.0000,0.0000,0.0000,0.0000,0,644.4444,46.5205,546.2513,-96.1827,3.1395,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1395,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1269.3718,1269.3718,1269.3718,1269.3718,1269.3718 +1282.5000,1.0000,16847.4315,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.1200,546.2513,-96.1827,3.0450,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0450,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1255.4795,1255.4795,1255.4795,1255.4795,1255.4795 +1283.5000,1.0000,16847.4368,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.5943,546.2513,-96.1827,3.0770,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0770,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1260.1841,1260.1841,1260.1841,1260.1841,1260.1841 +1284.5000,1.0000,16847.4421,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.9722,546.2513,-96.1827,3.1025,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.1025,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1263.9332,1263.9332,1263.9332,1263.9332,1263.9332 +1285.5000,1.0000,16847.4473,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.7712,546.2513,-96.1827,3.0889,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0889,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1261.9394,1261.9394,1261.9394,1261.9394,1261.9394 +1286.5000,1.0000,16847.4526,0.0000,0.0000,0.0000,0.0000,0,644.4444,44.9019,546.2513,-96.1827,3.0303,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0303,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1253.3159,1253.3159,1253.3159,1253.3159,1253.3159 +1287.5000,1.0000,16847.4579,0.0000,0.0000,0.0000,0.0000,0,644.4444,45.0194,546.2513,-96.1827,3.0382,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,3.0382,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1254.4812,1254.4812,1254.4812,1254.4812,1254.4812 +1288.5000,1.0000,16847.4632,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.8596,546.2513,-96.1827,4.2421,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2421,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1431.4564,1431.4564,1431.4564,1431.4564,1431.4564 +1289.5000,1.0000,16847.4684,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.8048,546.2513,-96.1827,4.1710,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1710,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1420.9921,1420.9921,1420.9921,1420.9921,1420.9921 +1290.5000,1.0000,16847.4737,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.7526,546.2513,-96.1827,4.2349,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2349,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1430.3946,1430.3946,1430.3946,1430.3946,1430.3946 +1291.5000,1.0000,16847.4790,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.7644,546.2513,-96.1827,4.1682,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1682,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1420.5918,1420.5918,1420.5918,1420.5918,1420.5918 +1292.5000,1.0000,16847.4843,0.0000,0.0000,0.0000,0.0000,0,644.4444,60.9976,546.2513,-96.1827,4.1165,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1165,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1412.9855,1412.9855,1412.9855,1412.9855,1412.9855 +1293.5000,1.0000,16847.4896,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.5879,546.2513,-96.1827,4.1563,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1563,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1418.8406,1418.8406,1418.8406,1418.8406,1418.8406 +1294.5000,1.0000,16847.4948,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.9071,546.2513,-96.1827,4.1779,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1779,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1422.0077,1422.0077,1422.0077,1422.0077,1422.0077 +1295.5000,1.0000,16847.5001,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.9906,546.2513,-96.1827,4.1835,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1835,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1422.8359,1422.8359,1422.8359,1422.8359,1422.8359 +1296.5000,1.0000,16847.5054,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.1230,546.2513,-96.1827,4.1924,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1924,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1424.1492,1424.1492,1424.1492,1424.1492,1424.1492 +1297.5000,1.0000,16847.5107,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.4751,546.2513,-96.1827,4.2162,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2162,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1427.6421,1427.6421,1427.6421,1427.6421,1427.6421 +1298.5000,1.0000,16847.5159,0.0000,0.0000,0.0000,0.0000,0,644.4444,61.7143,546.2513,-96.1827,4.1649,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.1649,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1420.0951,1420.0951,1420.0951,1420.0951,1420.0951 +1299.5000,1.0000,16847.5212,0.0000,0.0000,0.0000,0.0000,0,644.4444,62.2636,546.2513,-96.1827,4.2019,36.8644,-6.4910,0.0000,0.0000,0.0000,0.0000,4.2019,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1425.5437,1425.5437,1425.5437,1425.5437,1425.5437 diff --git a/VectoCore/VectoCoreTest/TestData/Pwheel/Results/Pwheel.vsum b/VectoCore/VectoCoreTest/TestData/Pwheel/Results/Pwheel.vsum index e69e8a55c9a605b74399ee832eb1528b38471216..1c066f7eb26b26f9b502d8f349f0c7c271196742 100644 --- a/VectoCore/VectoCoreTest/TestData/Pwheel/Results/Pwheel.vsum +++ b/VectoCore/VectoCoreTest/TestData/Pwheel/Results/Pwheel.vsum @@ -1,2 +1,2 @@ Job [-],Input File [-],Cycle [-],Status,Mass [kg],Loading [kg],time [s],distance [km],speed [km/h],altitudeDelta [m],FC-Map [g/h],FC-Map [g/km],FC-AUXc [g/h],FC-AUXc [g/km],FC-WHTCc [g/h],FC-WHTCc [g/km],FC-AAUX [g/h],FC-AAUX [g/km],FC-Final [g/h],FC-Final [g/km],FC-Final [l/100km],FC-Final [l/100tkm],CO2 [g/km],CO2 [g/tkm],P_wheel_in_pos [kW],P_brake_loss [kW],P_eng_out_pos [kW],P_eng_out_neg [kW],E_aux_sum [kWh],E_air [kWh],E_roll [kWh],E_grad [kWh],E_inertia [kWh],E_brake [kWh],E_gbx_axl_loss [kWh],E_ret_loss [kWh],E_tc_loss [kWh],E_eng_out_pos [kWh],E_eng_out_neg [kWh],a [m/s^2],a_pos [m/s^2],a_neg [m/s^2],AccelerationTimeShare [%],DecelerationTimeShare [%],CruiseTimeShare [%],StopTimeShare [%] -0-0,Pwheel,Gear2_pt1_rep1_actual.vdri,Success,0.0000,0.0000,1.5000,,,,12098.8139,,12098.8139,,12098.8139,,12098.8139,,12098.8139,,,,,,59.3466,0.0000,88.6411,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,-0.0009,0.0000,0.0000,0.0246,0.0000,0.0000,,,,,,0.0000 +5-0,Pwheel,Gear2_pt1_rep1_actual.vdri,Success,0.0000,0.0000,1.5000,,,,12024.9261,,12024.9261,,12024.9261,,12024.9261,,12024.9261,,,,,,59.3466,0.0000,88.0510,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,-0.0023,0.0000,0.0000,0.0245,0.0000,0.0000,,,,,,0.0000 diff --git a/VectoCore/VectoCoreTest/TestData/Pwheel/Results/Pwheel_Gear2_pt1_rep1_actual.vmod b/VectoCore/VectoCoreTest/TestData/Pwheel/Results/Pwheel_Gear2_pt1_rep1_actual.vmod index 4e6d783d3f4bb626b8d76b1bce0b2aa922e29f20..a5aa32fe92b9cf4fc79e8d81791bc378e90e98bb 100644 --- a/VectoCore/VectoCoreTest/TestData/Pwheel/Results/Pwheel_Gear2_pt1_rep1_actual.vmod +++ b/VectoCore/VectoCoreTest/TestData/Pwheel/Results/Pwheel_Gear2_pt1_rep1_actual.vmod @@ -1,2 +1,2 @@ -time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h] -1.5000,1.0000,,,,,,2,1748.3243,484.1551,838.1341,-102.6453,88.6411,153.4490,-18.7927,0.0000,88.6411,0.0000,0.0000,0.0000,769.6618,-24.5459,0.0000,794.2077,0.0000,794.2077,21.2575,,,89.0198,,,,,,,18148.2208,18.1482,18.1482 +time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h],FC-AAUX [g/h],FC-Final [g/h] +1.5000,1.0000,,,,,,2,1748.3243,480.9321,838.1341,-102.6453,88.0510,153.4490,-18.7927,0.0000,88.0510,0.0000,0.0000,0.0000,764.5381,-24.4612,0.0000,788.9993,0.0000,788.9993,16.0491,,,89.0198,,,,,,,18037.3891,18037.3891,18037.3891,18037.3891,18037.3891 diff --git a/VectoCore/VectoCoreTest/TestData/Pwheel/Results/Pwheel_ultimate.vsum b/VectoCore/VectoCoreTest/TestData/Pwheel/Results/Pwheel_ultimate.vsum index f94b576866a38560255d35f2455d93f452c95691..eb16600b9c53e9f93cd8d5f4d81d6dd2215a52b0 100644 --- a/VectoCore/VectoCoreTest/TestData/Pwheel/Results/Pwheel_ultimate.vsum +++ b/VectoCore/VectoCoreTest/TestData/Pwheel/Results/Pwheel_ultimate.vsum @@ -1,2 +1,2 @@ Job [-],Input File [-],Cycle [-],Status,Mass [kg],Loading [kg],time [s],distance [km],speed [km/h],altitudeDelta [m],FC-Map [g/h],FC-Map [g/km],FC-AUXc [g/h],FC-AUXc [g/km],FC-WHTCc [g/h],FC-WHTCc [g/km],FC-AAUX [g/h],FC-AAUX [g/km],FC-Final [g/h],FC-Final [g/km],FC-Final [l/100km],FC-Final [l/100tkm],CO2 [g/km],CO2 [g/tkm],P_wheel_in_pos [kW],P_brake_loss [kW],P_eng_out_pos [kW],P_eng_out_neg [kW],E_aux_sum [kWh],E_air [kWh],E_roll [kWh],E_grad [kWh],E_inertia [kWh],E_brake [kWh],E_gbx_axl_loss [kWh],E_ret_loss [kWh],E_tc_loss [kWh],E_eng_out_pos [kWh],E_eng_out_neg [kWh],a [m/s^2],a_pos [m/s^2],a_neg [m/s^2],AccelerationTimeShare [%],DecelerationTimeShare [%],CruiseTimeShare [%],StopTimeShare [%] -2-0,Pwheel_ultimate,RD__1_Pwheel_AuxStd.vdri,Success,0.0000,0.0000,1566.0000,,,,9501.4371,,9501.4371,,9501.4371,,9501.4371,,9501.4371,,,,,,41.2368,0.0000,65.0737,-8.4007,1.5039,0.0000,0.0000,0.0000,0.0000,0.0000,0.4064,0.0000,0.0000,18.1772,-1.2993,0.0000,,,,,,0.0000 +2-0,Pwheel_ultimate,RD__1_Pwheel_AuxStd.vdri,Success,0.0000,0.0000,1566.0000,,,,9495.9757,,9495.9757,,9495.9757,,9495.9757,,9495.9757,,,,,,41.2368,0.0000,64.3918,-8.5291,1.5039,0.0000,0.0000,0.0000,0.0000,0.0000,0.3919,0.0000,0.0000,18.1656,-1.2945,0.0000,,,,,,0.0000 diff --git a/VectoCore/VectoCoreTest/TestData/Pwheel/Results/Pwheel_ultimate_RD_#1_Pwheel_AuxStd.vmod b/VectoCore/VectoCoreTest/TestData/Pwheel/Results/Pwheel_ultimate_RD_#1_Pwheel_AuxStd.vmod index 5d4799ac9f1da8c734d57df746ce78e2bf451b32..fd706473f4f30a20e982d44129d562d408d995bf 100644 --- a/VectoCore/VectoCoreTest/TestData/Pwheel/Results/Pwheel_ultimate_RD_#1_Pwheel_AuxStd.vmod +++ b/VectoCore/VectoCoreTest/TestData/Pwheel/Results/Pwheel_ultimate_RD_#1_Pwheel_AuxStd.vmod @@ -1,3917 +1,3917 @@ -time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h] -0.6000,0.4000,,,,,,2,602.0000,19.6940,556.6000,-87.2543,1.2415,35.0888,-5.5006,0.0000,-0.3633,0.0000,0.0000,1.6048,-3.1542,-4.0193,0.0000,0.8651,0.0000,0.8651,0.8651,,,0.0000,,,,,,,912.3793,0.9124,0.9124 -1.0000,0.4000,,,,,,2,602.0000,23.7343,556.6000,-87.2543,1.4962,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.6070,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,968.0253,0.9680,0.9680 -1.4000,0.4000,,,,,,2,602.0000,23.7145,556.6000,-87.2543,1.4950,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.6057,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,967.7526,0.9678,0.9678 -1.8000,0.4000,,,,,,2,602.0000,23.6501,556.6000,-87.2543,1.4909,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.6017,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,966.8663,0.9669,0.9669 -2.2000,0.4000,,,,,,2,602.0000,23.7467,556.6000,-87.2543,1.4970,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.6078,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,968.1958,0.9682,0.9682 -2.6000,0.4000,,,,,,2,602.0000,23.7170,556.6000,-87.2543,1.4951,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.6059,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,967.7867,0.9678,0.9678 -3.0000,0.4000,,,,,,2,602.0000,23.7714,556.6000,-87.2543,1.4986,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.6093,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,968.5367,0.9685,0.9685 -3.4000,0.4000,,,,,,2,602.0000,23.6377,556.6000,-87.2543,1.4902,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.6009,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,966.6958,0.9667,0.9667 -3.8000,0.4000,,,,,,2,602.0000,23.2368,556.6000,-87.2543,1.4649,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5756,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,961.1731,0.9612,0.9612 -4.2000,0.4000,,,,,,2,617.7200,393.9363,596.5567,-86.2973,25.4828,38.5898,-5.5824,1.1346,22.6765,0.0000,0.0000,1.6717,22.6765,-0.5437,0.0000,23.2202,0.0000,23.2202,0.5553,,,23.2417,,,,,,,5975.5375,5.9755,5.9755 -4.6000,0.4000,,,,,,2,637.8400,341.5956,592.8537,-85.0725,22.8167,39.5993,-5.6824,0.3279,20.8005,0.0000,0.0000,1.6883,20.8005,-0.5017,0.0000,21.3022,0.0000,21.3022,0.5132,,,20.9324,,,,,,,5347.0894,5.3471,5.3471 -5.0000,0.4000,,,,,,2,672.8000,422.3612,666.6531,-82.9442,29.7577,46.9693,-5.8439,2.4024,25.4546,0.0000,0.0000,1.9007,25.4546,-0.6135,0.0000,26.0680,0.0000,26.0680,0.6232,,,26.6005,,,,,,,6876.4256,6.8764,6.8764 -5.4000,0.4000,,,,,,2,695.2000,291.5826,617.3003,-81.5806,21.2276,44.9402,-5.9392,-0.6628,20.0222,0.0000,0.0000,1.8682,20.0222,-0.5391,0.0000,20.5613,0.0000,20.5613,0.5003,,,19.8255,,,,,,,4883.0034,4.8830,4.8830 -5.8000,0.4000,,,,,,2,739.4400,454.5370,758.6775,-78.8874,35.1966,58.7474,-6.1086,4.5273,28.5888,0.0000,0.0000,2.0805,28.5888,-0.6952,0.0000,29.2840,0.0000,29.2840,0.7005,,,30.6090,,,,,,,7968.0618,7.9681,7.9681 -6.2000,0.4000,,,,,,2,877.9200,484.2154,897.8095,-70.4572,44.5166,82.5406,-6.4775,8.8301,33.0112,0.0000,0.0000,2.6754,33.0112,-0.8232,0.0000,33.8343,0.0000,33.8343,0.8136,,,36.2584,,,,,,,9597.3773,9.5974,9.5974 -6.6000,0.4000,,,,,,2,1025.6000,389.1752,894.5315,-64.5508,41.7976,96.0732,-6.9328,7.3819,31.4753,0.0000,0.0000,2.9405,31.4753,-0.8560,0.0000,32.3314,0.0000,32.3314,0.7915,,,33.4342,,,,,,,8786.6276,8.7866,8.7866 -7.0000,0.4000,,,,,,2,1158.1600,383.5080,902.0792,-72.4497,46.5127,109.4062,-8.7869,9.6026,32.6691,0.0000,0.0000,4.2410,32.6691,-1.0053,0.0000,33.6745,0.0000,33.6745,0.8335,,,34.8531,,,,,,,9661.1027,9.6611,9.6611 -7.4000,0.4000,,,,,,2,1286.7200,283.9568,888.0502,-79.8477,38.2618,119.6603,-10.7591,8.6599,25.1118,0.0000,0.0000,4.4900,25.1118,-0.9700,0.0000,26.0819,0.0000,26.0819,0.6740,,,26.5453,,,,,,,8142.9689,8.1430,8.1430 -7.8000,0.4000,,,,,,2,1387.2000,250.1371,876.2745,-85.5307,36.3367,127.2940,-12.4248,6.9503,24.6884,0.0000,0.0000,4.6981,24.6884,-1.0273,0.0000,25.7157,0.0000,25.7157,0.6757,,,25.8140,,,,,,,7973.6211,7.9736,7.9736 -8.2000,0.4000,,,,,,2,1468.4000,129.0374,872.1820,-90.1233,19.8421,134.1158,-13.8583,6.5747,7.1764,0.0000,0.0000,6.0910,7.1764,-0.7450,0.0000,7.9214,0.0000,7.9214,0.2820,,,7.8387,,,,,,,5299.9195,5.2999,5.2999 -8.6000,0.4000,,,,,,2,1472.0000,-4.1624,829.9511,-90.3270,-0.6416,127.9349,-13.9237,-5.9716,-0.5751,0.0000,0.0000,5.9051,-0.5751,-0.6104,0.0000,0.0353,0.0000,0.0353,0.1042,,,-0.0673,,,,,,,2024.8990,2.0249,2.0249 -9.0000,0.4000,,,,,,2,1345.7600,-83.1869,792.1947,-83.1869,-11.7233,111.6421,-11.7233,-14.3910,-2.2360,0.0000,0.0000,4.9037,-2.2360,-0.5971,0.0000,-1.6390,0.0000,-1.6390,0.1576,,,-4.6542,,,,,,,23.1920,0.0232,0.0232 -9.4000,0.4000,,,,,,3,1172.0000,219.4292,784.8489,-73.2744,26.9309,96.3257,-8.9931,-11.2620,33.6458,0.0000,0.0000,4.5472,26.4700,-0.7412,0.0000,27.2111,0.0000,27.2111,0.7249,,,31.3040,,,,,,,5995.9490,5.9959,5.9959 -9.8000,0.4000,,,,,,3,1036.5600,455.7087,785.0426,-65.2039,49.4664,85.2150,-7.0778,-6.4434,51.5925,0.0000,0.0000,4.3173,51.5925,-1.2290,0.0000,52.8215,0.0000,52.8215,1.3253,,,48.8532,,,,,,,10321.3899,10.3214,10.3214 -10.2000,0.4000,,,,,,3,1016.1600,529.7876,867.5334,-63.9883,56.3758,92.3160,-6.8091,3.8944,49.1414,0.0000,0.0000,3.3400,49.1414,-1.1732,0.0000,50.3146,0.0000,50.3146,1.2647,,,50.6332,,,,,,,11873.9636,11.8740,11.8740 -10.6000,0.4000,,,,,,3,1089.9200,511.2473,878.3577,-68.3835,58.3518,100.2524,-7.8050,5.2163,49.6182,0.0000,0.0000,3.5174,49.6182,-1.2073,0.0000,50.8255,0.0000,50.8255,1.2909,,,51.3961,,,,,,,12088.2867,12.0883,12.0883 -11.0000,0.4000,,,,,,3,1167.1200,543.4633,876.3932,-72.9836,66.4224,107.1132,-8.9201,4.9421,57.2110,0.0000,0.0000,4.2693,57.2110,-1.3900,0.0000,58.6010,0.0000,58.6010,1.4828,,,58.8918,,,,,,,13575.4260,13.5754,13.5754 -11.4000,0.4000,,,,,,3,1246.0800,599.3021,879.1410,-77.5491,78.2025,114.7184,-10.1193,6.2199,67.5281,0.0000,0.0000,4.4545,67.5281,-1.6316,0.0000,69.1596,0.0000,69.1596,1.7387,,,69.7323,,,,,,,15727.6202,15.7276,15.7276 -11.8000,0.4000,,,,,,3,1337.6000,655.1464,881.0108,-82.7254,91.7684,123.4059,-11.5876,7.6270,79.4739,0.0000,0.0000,4.6675,79.4739,-1.8928,0.0000,81.3667,0.0000,81.3667,2.0357,,,82.2252,,,,,,,18313.5269,18.3135,18.3135 -12.2000,0.4000,,,,,,3,1435.4400,646.6095,879.0392,-88.2592,97.1976,132.1362,-13.2670,8.2251,82.9449,0.0000,0.0000,6.0277,82.9449,-2.0277,0.0000,84.9726,0.0000,84.9726,2.1411,,,85.6613,,,,,,,19286.0098,19.2860,19.2860 -12.6000,0.4000,,,,,,3,1535.1200,627.8868,878.0395,-93.8970,100.9374,141.1513,-15.0946,9.0833,85.5474,0.0000,0.0000,6.3067,85.5474,-2.1250,0.0000,87.6724,0.0000,87.6724,2.2277,,,88.2633,,,,,,,20040.5754,20.0406,20.0406 -13.0000,0.4000,,,,,,3,1631.6800,713.3770,867.5386,-98.6513,121.8941,148.2356,-16.8565,8.7547,105.1293,0.0000,0.0000,8.0101,105.1293,-2.5127,0.0000,107.6420,0.0000,107.6420,2.7051,,,107.8900,,,,,,,24080.7381,24.0807,24.0807 -13.4000,0.4000,,,,,,3,1733.6000,759.2268,861.7993,-102.1411,137.8317,156.4529,-18.5429,11.3434,118.1386,0.0000,0.0000,8.3496,118.1386,-2.8106,0.0000,120.9492,0.0000,120.9492,3.0348,,,121.7234,,,,,,,27290.4576,27.2905,27.2905 -13.8000,0.4000,,,,,,3,1846.4000,766.9239,845.8273,-106.1111,148.2882,163.5446,-20.5171,12.2541,127.3123,0.0000,0.0000,8.7218,127.3123,-3.0652,0.0000,130.3775,0.0000,130.3775,3.2815,,,131.0058,,,,,,,29603.5255,29.6035,29.6035 -14.2000,0.4000,,,,,,3,1958.8801,767.3554,826.9739,-110.2234,157.4103,169.6400,-22.6105,12.7442,135.0815,0.0000,0.0000,9.5845,135.0815,-3.3037,0.0000,138.3852,0.0000,138.3852,3.4977,,,138.7216,,,,,,,31737.3236,31.7373,31.7373 -14.6000,0.4000,,,,,,3,2064.0000,336.5751,796.3791,-116.1542,72.7479,172.1306,-25.1058,11.9232,50.9010,0.0000,0.0000,9.9236,50.9010,-2.0285,0.0000,52.9295,0.0000,52.9295,1.6011,,,52.5579,,,,,,,16267.5953,16.2676,16.2676 -15.0000,0.4000,,,,,,3,2033.9200,-53.9392,782.1059,-114.0733,-11.4886,166.5820,-24.2967,-18.8980,-1.1458,0.0000,0.0000,8.5552,-1.1458,-1.1458,0.0000,0.0000,0.0000,0.0000,0.6077,,,-0.5839,,,,,,,1976.5508,1.9766,1.9766 -15.4000,0.4000,,,,,,3,1838.9600,-96.8257,787.3803,-105.8391,-18.6462,151.6301,-20.3820,-24.8048,-0.9723,0.0000,0.0000,7.1309,-0.9723,-0.9723,0.0000,0.0000,0.0000,0.0000,0.5010,,,-0.4696,,,,,,,288.7791,0.2888,0.2888 -15.8000,0.4000,,,,,,4,1593.3600,390.1782,780.5643,-97.1910,65.1037,130.2421,-16.2169,-24.2325,82.9233,0.0000,0.0000,6.4128,67.0725,-1.6771,0.0000,68.7497,0.0000,68.7497,1.9352,,,75.8564,,,,,,,13496.7985,13.4968,13.4968 -16.2000,0.4000,,,,,,4,1409.0400,656.8878,817.3281,-86.7660,96.9266,120.6003,-12.8027,-8.9168,100.7008,0.0000,0.0000,5.1426,100.7008,-2.3227,0.0000,103.0235,0.0000,103.0235,2.7727,,,96.3974,,,,,,,19227.0518,19.2271,19.2271 -16.6000,0.4000,,,,,,4,1374.8800,731.7729,862.3647,-84.8339,105.3585,124.1608,-12.2141,3.2129,96.9119,0.0000,0.0000,5.2337,96.9119,-2.2339,0.0000,99.1459,0.0000,99.1459,2.6667,,,97.8826,,,,,,,20903.0782,20.9031,20.9031 -17.0000,0.4000,,,,,,4,1412.0800,753.3957,860.3535,-86.9379,111.4066,127.2228,-12.8557,2.8379,103.2605,0.0000,0.0000,5.3082,103.2605,-2.3673,0.0000,105.6279,0.0000,105.6279,2.8332,,,104.0468,,,,,,,22047.2485,22.0472,22.0472 -17.4000,0.4000,,,,,,4,1450.8800,824.7370,862.6544,-89.1324,125.3071,131.0681,-13.5424,3.6618,116.4779,0.0000,0.0000,5.1674,116.4779,-2.6161,0.0000,119.0940,0.0000,119.0940,3.1588,,,117.6612,,,,,,,24720.8982,24.7209,24.7209 -17.8000,0.4000,,,,,,4,1487.2800,796.2172,858.4584,-91.1912,124.0089,133.7028,-14.2028,2.5719,116.1872,0.0000,0.0000,5.2498,116.1872,-2.6404,0.0000,118.8275,0.0000,118.8275,3.1732,,,116.8052,,,,,,,24472.4682,24.4725,24.4725 -18.2000,0.4000,,,,,,4,1524.4800,814.0897,862.4895,-93.2952,129.9639,137.6906,-14.8939,3.9900,120.9697,0.0000,0.0000,5.0041,120.9697,-2.7484,0.0000,123.7181,0.0000,123.7181,3.3051,,,122.1823,,,,,,,25568.1438,25.5681,25.5681 -18.6000,0.4000,,,,,,4,1563.1200,842.3230,858.8311,-95.4806,137.8795,140.5817,-15.6292,2.9661,129.8195,0.0000,0.0000,5.0938,129.8195,-2.9245,0.0000,132.7440,0.0000,132.7440,3.5317,,,130.5548,,,,,,,27085.3410,27.0853,27.0853 -19.0000,0.4000,,,,,,4,1601.3600,824.2592,859.7831,-97.6131,138.2233,144.1805,-16.3691,4.1164,128.8915,0.0000,0.0000,5.2154,128.8915,-2.9393,0.0000,131.8308,0.0000,131.8308,3.5340,,,130.0594,,,,,,,27104.9108,27.1049,27.1049 -19.4000,0.4000,,,,,,4,1648.8000,857.0822,857.0842,-99.2375,147.9855,147.9858,-17.1345,4.9011,138.0762,0.0000,0.0000,5.0082,139.3184,-3.1375,0.0000,142.4559,0.0000,142.4559,3.7938,,,142.0963,,,,,,,29091.5496,29.0915,29.0915 -19.8000,0.4000,,,,,,4,1695.4400,851.1798,851.1806,-100.8345,151.1236,151.1238,-17.9028,4.1998,141.7966,0.0000,0.0000,5.1273,142.1316,-3.2061,0.0000,145.3377,0.0000,145.3377,3.8758,,,146.2006,,,,,,,29779.6891,29.7797,29.7797 -20.2000,0.4000,,,,,,4,1737.2000,836.7780,847.2897,-102.2644,152.2260,154.1382,-18.6039,4.1733,143.0308,0.0000,0.0000,5.0218,141.4321,-3.2414,0.0000,144.6735,0.0000,144.6735,3.8967,,,144.0530,,,,,,,30044.7701,30.0448,30.0448 -20.6000,0.4000,,,,,,4,1780.4000,811.0366,844.2051,-103.7436,151.2121,157.3962,-19.3423,4.7098,141.3329,0.0000,0.0000,5.1695,141.3329,-3.2984,0.0000,144.6313,0.0000,144.6313,3.9366,,,142.4837,,,,,,,29917.6911,29.9177,29.9177 -21.0000,0.4000,,,,,,4,1821.2000,540.8998,837.1484,-105.1898,103.1580,159.6573,-20.0613,3.8644,94.0054,0.0000,0.0000,5.2883,94.0054,-2.5642,0.0000,96.5696,0.0000,96.5696,2.8778,,,94.6260,,,,,,,21041.0127,21.0410,21.0410 -21.4000,0.4000,,,,,,4,1783.0400,-51.1138,813.3341,-103.8340,-9.5439,151.8653,-19.3878,-11.7336,-2.6125,0.0000,0.0000,4.8022,-2.6125,-0.9571,0.0000,-1.6554,0.0000,-1.6554,1.0751,,,-2.6443,,,,,,,1512.6865,1.5127,1.5127 -21.8000,0.4000,,,,,,4,1632.8000,-83.0031,801.1073,-98.6896,-14.1924,136.9785,-16.8746,-17.9183,-0.5557,0.0000,0.0000,4.2816,-0.5557,-0.8326,0.0000,0.2769,0.0000,0.2769,0.5803,,,-0.2859,,,,,,,450.0898,0.4501,0.4501 -22.2000,0.4000,,,,,,5,1416.7201,280.2816,776.7068,-87.2004,41.5822,115.2311,-12.9369,-20.2218,58.2562,0.0000,0.0000,3.5478,47.9947,-0.6520,0.0000,48.6467,0.0000,48.6467,1.7330,,,52.0340,,,,,,,8947.9398,8.9479,8.9479 -22.6000,0.4000,,,,,,5,1254.7201,703.9379,823.0107,-78.0378,92.4932,108.1386,-10.2537,-5.8408,95.0287,0.0000,0.0000,3.3053,95.0287,-0.7167,0.0000,95.7454,0.0000,95.7454,2.8836,,,89.9133,,,,,,,18554.9890,18.5550,18.5550 -23.0000,0.4000,,,,,,5,1224.7201,750.3639,856.8294,-76.3410,96.2360,109.8904,-9.7909,1.4081,91.4799,0.0000,0.0000,3.3480,91.4799,-0.6957,0.0000,92.1756,0.0000,92.1756,2.7727,,,90.1212,,,,,,,19345.9215,19.3459,19.3459 -23.4000,0.4000,,,,,,5,1242.4801,797.3713,855.4182,-77.3455,103.7477,111.3003,-10.0636,1.1498,99.3886,0.0000,0.0000,3.2093,99.3886,-0.7081,0.0000,100.0968,0.0000,100.0968,2.9695,,,97.7464,,,,,,,20833.3701,20.8334,20.8334 -23.8000,0.4000,,,,,,5,1255.1200,715.0002,853.1965,-78.0604,93.9767,112.1406,-10.2599,0.6922,90.0552,0.0000,0.0000,3.2292,90.0552,-0.7170,0.0000,90.7722,0.0000,90.7722,2.7716,,,88.3316,,,,,,,18859.6809,18.8597,18.8597 -24.2000,0.4000,,,,,,5,1261.4400,447.9366,851.0781,-78.4179,59.1714,112.4255,-10.3588,0.2358,55.6994,0.0000,0.0000,3.2362,55.6994,-0.7214,0.0000,56.4208,0.0000,56.4208,2.0018,,,54.4881,,,,,,,12080.0646,12.0801,12.0801 -24.6000,0.4000,,,,,,5,1257.0400,281.2439,845.9428,-78.1690,37.0221,111.3573,-10.2899,-0.8813,34.7735,0.0000,0.0000,3.1299,34.7735,-0.7183,0.0000,35.4918,0.0000,35.4918,1.5243,,,33.8053,,,,,,,7893.2011,7.8932,7.8932 -25.0000,0.4000,,,,,,5,1248.3200,243.9797,848.1479,-77.6758,31.8939,110.8731,-10.1541,-0.3967,29.1726,0.0000,0.0000,3.1181,29.1726,-0.7122,0.0000,29.8848,0.0000,29.8848,1.3888,,,28.4339,,,,,,,6963.0024,6.9630,6.9630 -25.4000,0.4000,,,,,,5,1241.8400,226.6669,847.4264,-77.3093,29.4769,110.2037,-10.0537,-0.5456,26.9835,0.0000,0.0000,3.0390,26.9835,-0.7077,0.0000,27.6912,0.0000,27.6912,1.3327,,,26.2787,,,,,,,6538.2676,6.5383,6.5383 -25.8000,0.4000,,,,,,5,1235.8400,245.6106,848.4593,-76.9700,31.7861,109.8049,-9.9612,-0.3235,29.0803,0.0000,0.0000,3.0293,29.0803,-0.7035,0.0000,29.7838,0.0000,29.7838,1.3739,,,28.3584,,,,,,,6927.8511,6.9279,6.9279 -26.2000,0.4000,,,,,,5,1234.3200,336.0056,850.4958,-76.8840,43.4313,109.9331,-9.9378,0.1038,40.2951,0.0000,0.0000,3.0324,40.2951,-0.7024,0.0000,40.9975,0.0000,40.9975,1.6258,,,39.3947,,,,,,,9078.2247,9.0782,9.0782 -26.6000,0.4000,,,,,,5,1238.7200,470.2737,852.5252,-77.1328,61.0032,110.5883,-10.0056,0.5326,57.4572,0.0000,0.0000,3.0134,57.4572,-0.7055,0.0000,58.1627,0.0000,58.1627,2.0181,,,56.3113,,,,,,,12441.0886,12.4411,12.4411 -27.0000,0.4000,,,,,,5,1241.3600,448.3107,849.2878,-77.2822,58.2781,110.4031,-10.0463,-0.1509,55.4201,0.0000,0.0000,3.0089,55.4201,-0.7073,0.0000,56.1274,0.0000,56.1274,1.9748,,,54.1073,,,,,,,11911.0445,11.9110,11.9110 -27.4000,0.4000,,,,,,5,1240.9600,449.9177,850.4384,-77.2595,58.4682,110.5170,-10.0401,0.0928,55.3943,0.0000,0.0000,2.9811,55.3943,-0.7071,0.0000,56.1013,0.0000,56.1013,1.9738,,,54.1555,,,,,,,11950.5374,11.9505,11.9505 -27.8000,0.4000,,,,,,5,1241.3600,439.6841,849.8357,-77.2822,57.1567,110.4743,-10.0463,-0.0348,54.2115,0.0000,0.0000,2.9800,54.2115,-0.7073,0.0000,54.9188,0.0000,54.9188,1.9475,,,52.9611,,,,,,,11695.9245,11.6959,11.6959 -28.2000,0.4000,,,,,,5,1239.6000,418.3589,848.9577,-77.1826,54.3074,110.2037,-10.0191,-0.2202,51.5541,0.0000,0.0000,2.9735,51.5541,-0.7061,0.0000,52.2602,0.0000,52.2602,1.8856,,,50.3128,,,,,,,11163.9402,11.1639,11.1639 -28.6000,0.4000,,,,,,5,1236.7200,448.6857,849.0653,-77.0197,58.1088,109.9616,-9.9747,-0.1965,55.3378,0.0000,0.0000,2.9676,55.3378,-0.7041,0.0000,56.0419,0.0000,56.0419,1.9682,,,54.0143,,,,,,,11879.7217,11.8797,11.8797 -29.0000,0.4000,,,,,,5,1234.8000,439.0614,849.6145,-76.9111,56.7741,109.8619,-9.9452,-0.0808,53.9084,0.0000,0.0000,2.9466,53.9084,-0.7028,0.0000,54.6111,0.0000,54.6111,1.9339,,,52.6533,,,,,,,11626.5338,11.6265,11.6265 -29.4000,0.4000,,,,,,5,1233.5200,403.3760,849.5039,-76.8387,52.1057,109.7337,-9.9256,-0.1038,49.2665,0.0000,0.0000,2.9429,49.2665,-0.7019,0.0000,49.9684,0.0000,49.9684,1.8277,,,48.1126,,,,,,,10744.0140,10.7440,10.7440 -29.8000,0.4000,,,,,,5,1233.1200,439.4909,850.2205,-76.8161,56.7523,109.7907,-9.9194,0.0461,53.7811,0.0000,0.0000,2.9252,53.7811,-0.7016,0.0000,54.4827,0.0000,54.4827,1.9293,,,52.5670,,,,,,,11623.0531,11.6231,11.6231 -30.2000,0.4000,,,,,,5,1233.6000,455.1772,850.1103,-76.8433,58.8008,109.8192,-9.9268,0.0231,55.8519,0.0000,0.0000,2.9259,55.8519,-0.7019,0.0000,56.5538,0.0000,56.5538,1.9766,,,54.5843,,,,,,,12025.8381,12.0258,12.0258 -30.6000,0.4000,,,,,,5,1233.5200,417.8166,849.8346,-76.8387,53.9710,109.7765,-9.9256,-0.0346,51.0905,0.0000,0.0000,2.9151,51.0905,-0.7019,0.0000,51.7924,0.0000,51.7924,1.8689,,,49.9137,,,,,,,11100.4751,11.1005,11.1005 -31.0000,0.4000,,,,,,5,1232.6400,444.7150,849.5587,-76.7890,57.4046,109.6625,-9.9121,-0.0922,54.5845,0.0000,0.0000,2.9123,54.5845,-0.7013,0.0000,55.2857,0.0000,55.2857,1.9470,,,53.3110,,,,,,,11745.8369,11.7458,11.7458 -31.4000,0.4000,,,,,,5,1230.5600,435.4590,849.0053,-76.6713,56.1150,109.4062,-9.8802,-0.2070,53.4161,0.0000,0.0000,2.9059,53.4161,-0.6998,0.0000,54.1159,0.0000,54.1159,1.9185,,,52.1363,,,,,,,11504.0434,11.5040,11.5040 -31.8000,0.4000,,,,,,5,1229.0400,430.1423,849.9447,-76.5854,55.3614,109.3919,-9.8569,-0.0115,52.4697,0.0000,0.0000,2.9032,52.4697,-0.6987,0.0000,53.1684,0.0000,53.1684,1.8956,,,51.2695,,,,,,,11362.4665,11.3625,11.3625 -32.2000,0.4000,,,,,,5,1227.3600,466.9755,848.8919,-76.4903,60.0198,109.1071,-9.8312,-0.2295,57.3530,0.0000,0.0000,2.8963,57.3530,-0.6976,0.0000,58.0506,0.0000,58.0506,2.0042,,,55.9733,,,,,,,12259.7836,12.2598,12.2598 -32.6000,0.4000,,,,,,5,1225.2000,457.5173,849.6115,-76.3682,58.7007,109.0074,-9.7982,-0.0802,55.8870,0.0000,0.0000,2.8938,55.8870,-0.6961,0.0000,56.5831,0.0000,56.5831,1.9689,,,54.5892,,,,,,,12011.0753,12.0111,12.0111 -33.0000,0.4000,,,,,,5,1220.2400,282.5426,846.9350,-76.0876,36.1042,108.2241,-9.7227,-0.6273,33.8593,0.0000,0.0000,2.8723,33.8593,-0.6926,0.0000,34.5519,0.0000,34.5519,1.4661,,,32.9665,,,,,,,7696.6546,7.6967,7.6967 -33.4000,0.4000,,,,,,5,1193.7601,-9.4997,832.8885,-74.5711,-1.1876,104.1196,-9.3221,-3.0798,-0.8842,0.0000,0.0000,2.7764,-0.8842,-0.6735,0.0000,-0.2107,0.0000,-0.2107,1.0427,,,-1.2302,,,,,,,1336.6802,1.3367,1.3367 -33.8000,0.4000,,,,,,5,1169.6001,-55.4136,846.8672,-73.1314,-6.7871,103.7245,-8.9572,-0.2843,-9.2703,0.0000,0.0000,2.7675,-9.2703,-0.6539,0.0000,-8.6164,0.0000,-8.6164,1.1092,,,-9.7083,,,,,,,363.9550,0.3640,0.3640 -34.2000,0.4000,,,,,,5,1155.6800,-70.3798,838.5125,-72.3020,-8.5175,101.4789,-8.7502,-1.5988,-9.6323,0.0000,0.0000,2.7136,-9.6323,-0.6428,0.0000,-8.9895,0.0000,-8.9895,1.0948,,,-9.9810,,,,,,,39.4841,0.0395,0.0395 -34.6000,0.4000,,,,,,5,1135.9200,-71.1245,840.4986,-71.1245,-8.4605,99.9801,-8.4605,-1.0512,-10.0885,0.0000,0.0000,2.6792,-10.0885,-0.6271,0.0000,-9.4614,0.0000,-9.4614,1.0739,,,-14.1585,,,,,,,0.0000,0.0000,0.0000 -35.0000,0.4000,,,,,,5,1114.9600,-69.8755,835.2122,-69.8755,-8.1586,97.5180,-8.1586,-1.6988,-9.0804,0.0000,0.0000,2.6206,-9.0804,-0.6106,0.0000,-8.4698,0.0000,-8.4698,1.0345,,,-24.6631,,,,,,,0.0000,0.0000,0.0000 -35.4000,0.4000,,,,,,5,1091.4400,-68.4740,835.1892,-68.4740,-7.8263,95.4582,-7.8263,-1.3365,-9.0649,0.0000,0.0000,2.5751,-9.0649,-0.5924,0.0000,-8.4725,0.0000,-8.4725,1.0039,,,-12.5617,,,,,,,0.0000,0.0000,0.0000 -35.8000,0.4000,,,,,,5,1071.6800,-51.9694,834.3282,-67.2966,-5.8323,93.6334,-7.5524,-1.1620,-7.2053,0.0000,0.0000,2.5350,-7.2053,-0.5772,0.0000,-6.6280,0.0000,-6.6280,0.9567,,,-7.5191,,,,,,,314.8465,0.3148,0.3148 -36.2000,0.4000,,,,,,5,1049.4400,-62.2904,828.9185,-65.9714,-6.8455,91.0957,-7.2501,-1.5892,-7.7339,0.0000,0.0000,2.4775,-7.7339,-0.5604,0.0000,-7.1735,0.0000,-7.1735,0.9350,,,-8.0084,,,,,,,75.6131,0.0756,0.0756 -36.6000,0.4000,,,,,,5,1028.8000,-64.7415,831.6459,-64.7415,-6.9750,89.5979,-6.9750,-0.9232,-8.4961,0.0000,0.0000,2.4444,-8.4961,-0.5449,0.0000,-7.9512,0.0000,-7.9512,0.9185,,,-11.7235,,,,,,,0.0000,0.0000,0.0000 -37.0000,0.4000,,,,,,5,1010.9600,2.7590,827.6696,-63.6784,0.2921,87.6233,-6.7415,-1.2001,-0.9083,0.0000,0.0000,2.4005,-0.9083,-0.5317,0.0000,-0.3766,0.0000,-0.3766,0.8068,,,-1.1715,,,,,,,1310.4404,1.3104,1.3104 -37.4000,0.4000,,,,,,5,1001.5200,429.0025,836.8028,-63.1159,44.9933,87.7630,-6.6195,0.0843,42.5087,0.0000,0.0000,2.4004,42.5087,-0.5247,0.0000,43.0334,0.0000,43.0334,1.4576,,,41.6057,,,,,,,9455.9813,9.4560,9.4560 -37.8000,0.4000,,,,,,5,1001.6800,416.6164,835.6334,-63.1255,43.7013,87.6543,-6.6216,-0.0655,41.3689,0.0000,0.0000,2.3979,41.3689,-0.5248,0.0000,41.8937,0.0000,41.8937,1.4320,,,40.4391,,,,,,,9196.5673,9.1966,9.1966 -38.2000,0.4000,,,,,,5,1001.5200,413.7918,836.5068,-63.1159,43.3980,87.7319,-6.6195,0.0468,40.9551,0.0000,0.0000,2.3962,40.9551,-0.5247,0.0000,41.4798,0.0000,41.4798,1.4225,,,40.0733,,,,,,,9135.8599,9.1359,9.1359 -38.6000,0.4000,,,,,,5,1002.2400,498.4911,836.4974,-63.1588,52.3188,87.7940,-6.6288,0.0375,49.8838,0.0000,0.0000,2.3975,49.8838,-0.5252,0.0000,50.4090,0.0000,50.4090,1.6249,,,48.7997,,,,,,,10991.4040,10.9914,10.9914 -39.0000,0.4000,,,,,,5,1004.7200,539.9675,838.4178,-63.3066,56.8122,88.2133,-6.6607,0.2536,54.1517,0.0000,0.0000,2.4069,54.1517,-0.5271,0.0000,54.6788,0.0000,54.6788,1.7235,,,53.0692,,,,,,,12021.1484,12.0211,12.0211 -39.4000,0.4000,,,,,,5,1009.3600,551.0699,839.1223,-63.5831,58.2481,88.6952,-6.7207,0.2925,55.5393,0.0000,0.0000,2.4163,55.5393,-0.5305,0.0000,56.0697,0.0000,56.0697,1.7588,,,54.4444,,,,,,,12337.6802,12.3377,12.3377 -39.8000,0.4000,,,,,,5,1012.8000,461.3362,838.0320,-63.7881,48.9294,88.8818,-6.7654,0.1136,46.3953,0.0000,0.0000,2.4205,46.3953,-0.5330,0.0000,46.9283,0.0000,46.9283,1.5551,,,45.4162,,,,,,,10243.3260,10.2433,10.2433 -40.2000,0.4000,,,,,,5,1015.8400,405.3453,839.3279,-63.9692,43.1200,89.2865,-6.8050,0.2469,40.4443,0.0000,0.0000,2.4288,40.4443,-0.5353,0.0000,40.9796,0.0000,40.9796,1.4233,,,39.6373,,,,,,,9069.5234,9.0695,9.0695 -40.6000,0.4000,,,,,,5,1016.2400,402.1532,835.9262,-63.9931,42.7973,88.9596,-6.8102,-0.1995,40.5752,0.0000,0.0000,2.4216,40.5752,-0.5356,0.0000,41.1108,0.0000,41.1108,1.4266,,,39.6186,,,,,,,8995.2357,8.9952,8.9952 -41.0000,0.4000,,,,,,5,1015.3600,220.2104,838.1142,-63.9406,23.4146,89.1152,-6.7987,0.0949,20.8947,0.0000,0.0000,2.4250,20.8947,-0.5349,0.0000,21.4296,0.0000,21.4296,0.9811,,,20.4646,,,,,,,5199.0972,5.1991,5.1991 -41.4000,0.4000,,,,,,5,1013.0400,325.7594,834.3153,-63.8024,34.5583,88.5086,-6.7685,-0.3693,32.5175,0.0000,0.0000,2.4100,32.5175,-0.5332,0.0000,33.0507,0.0000,33.0507,1.2417,,,31.7110,,,,,,,7352.6087,7.3526,7.3526 -41.8000,0.4000,,,,,,5,1011.0400,251.5547,838.0217,-63.6832,26.6336,88.7263,-6.7425,0.1323,24.0864,0.0000,0.0000,2.4149,24.0864,-0.5317,0.0000,24.6181,0.0000,24.6181,1.0495,,,23.5947,,,,,,,5771.3914,5.7714,5.7714 -42.2000,0.4000,,,,,,5,1008.8800,278.0634,833.7844,-63.5545,29.3773,88.0890,-6.7145,-0.3867,27.3632,0.0000,0.0000,2.4007,27.3632,-0.5301,0.0000,27.8934,0.0000,27.8934,1.1217,,,26.6847,,,,,,,6318.8165,6.3188,6.3188 -42.6000,0.4000,,,,,,5,1008.0800,270.0829,839.0094,-63.5068,28.5115,88.5708,-6.7042,0.2921,25.8103,0.0000,0.0000,2.4092,25.8103,-0.5295,0.0000,26.3398,0.0000,26.3398,1.0859,,,25.3160,,,,,,,6146.2253,6.1462,6.1462 -43.0000,0.4000,,,,,,5,1008.0800,246.2952,834.4461,-63.5068,26.0004,88.0890,-6.7042,-0.2921,23.8940,0.0000,0.0000,2.3985,23.8940,-0.5295,0.0000,24.4236,0.0000,24.4236,1.0426,,,23.3235,,,,,,,5655.0193,5.6550,5.6550 -43.4000,0.4000,,,,,,5,1008.4000,257.4156,839.3321,-63.5259,27.1829,88.6330,-6.7083,0.3299,24.4429,0.0000,0.0000,2.4102,24.4429,-0.5298,0.0000,24.9726,0.0000,24.9726,1.0553,,,23.9838,,,,,,,5881.4864,5.8815,5.8815 -43.8000,0.4000,,,,,,5,1008.6400,296.2479,834.4240,-63.5402,31.2910,88.1356,-6.7114,-0.3017,29.1939,0.0000,0.0000,2.3989,29.1939,-0.5299,0.0000,29.7238,0.0000,29.7238,1.1628,,,28.4885,,,,,,,6700.1342,6.7001,6.7001 -44.2000,0.4000,,,,,,5,1008.2400,324.3482,838.7290,-63.5164,34.2455,88.5552,-6.7062,0.2545,31.5829,0.0000,0.0000,2.4082,31.5829,-0.5297,0.0000,32.1125,0.0000,32.1125,1.2165,,,30.9623,,,,,,,7292.9203,7.2929,7.2929 -44.6000,0.4000,,,,,,5,1013.2000,304.4637,839.7543,-63.8119,32.3042,89.0997,-6.7706,0.3315,29.5535,0.0000,0.0000,2.4193,29.5535,-0.5333,0.0000,30.0868,0.0000,30.0868,1.1749,,,28.9918,,,,,,,6905.4651,6.9055,6.9055 -45.0000,0.4000,,,,,,5,1014.2400,285.5158,835.6705,-63.8739,30.3249,88.7574,-6.7841,-0.2086,28.1218,0.0000,0.0000,2.4117,28.1218,-0.5341,0.0000,28.6559,0.0000,28.6559,1.1434,,,27.4647,,,,,,,6506.7115,6.5067,6.5067 -45.4000,0.4000,,,,,,5,1017.1200,252.5031,841.7811,-64.0455,26.8948,89.6603,-6.8216,0.5514,23.9116,0.0000,0.0000,2.4317,23.9116,-0.5362,0.0000,24.4478,0.0000,24.4478,1.0508,,,23.5038,,,,,,,5827.5167,5.8275,5.8275 -45.8000,0.4000,,,,,,5,1012.7200,-15.0569,828.8657,-63.7833,-1.5968,87.9027,-6.7643,-1.0697,-2.9189,0.0000,0.0000,2.3918,-2.9189,-0.5330,0.0000,-2.3860,0.0000,-2.3860,0.8328,,,-3.1900,,,,,,,968.6640,0.9687,0.9687 -46.2000,0.4000,,,,,,5,1005.3600,-63.3447,838.0317,-63.3447,-6.6690,88.2289,-6.6690,0.1974,-9.2655,0.0000,0.0000,2.3992,-9.2655,-0.5275,0.0000,-8.7380,0.0000,-8.7380,0.8990,,,-11.5421,,,,,,,0.0000,0.0000,0.0000 -46.6000,0.4000,,,,,,5,996.2400,-62.7152,819.5920,-63.2543,-6.5428,85.5048,-6.5991,-1.2572,-7.6372,0.0000,0.0000,2.3516,-7.6372,-0.5208,0.0000,-7.1164,0.0000,-7.1164,0.8687,,,-7.8985,,,,,,,7.1747,0.0072,0.0072 -47.0000,0.4000,,,,,,5,984.2400,-63.9848,826.3417,-63.9848,-6.5949,85.1705,-6.5949,-0.1380,-8.8021,0.0000,0.0000,2.3452,-8.8021,-0.5121,0.0000,-8.2900,0.0000,-8.2900,0.8681,,,-17.0683,,,,,,,0.0000,0.0000,0.0000 -47.4000,0.4000,,,,,,5,972.5600,-64.6958,807.8607,-64.6958,-6.5890,82.2776,-6.5890,-1.1909,-7.6993,0.0000,0.0000,2.3012,-7.6993,-0.5036,0.0000,-7.1956,0.0000,-7.1956,0.8412,,,-16.6243,,,,,,,0.0000,0.0000,0.0000 -47.8000,0.4000,,,,,,5,957.1200,-65.6358,807.3957,-65.6358,-6.5786,80.9248,-6.5786,-0.5547,-8.3055,0.0000,0.0000,2.2816,-8.3055,-0.4926,0.0000,-7.8130,0.0000,-7.8130,0.8302,,,-25.6323,,,,,,,0.0000,0.0000,0.0000 -48.2000,0.4000,,,,,,5,935.8400,-66.9312,781.0921,-66.9312,-6.5593,76.5478,-6.5593,-1.7845,-6.9879,0.0000,0.0000,2.2131,-6.9879,-0.4774,0.0000,-6.5105,0.0000,-6.5105,0.7899,,,-38.7809,,,,,,,0.0000,0.0000,0.0000 -48.6000,0.4000,,,,,,5,909.3600,-68.5432,775.6757,-68.5432,-6.5272,73.8660,-6.5272,-1.0795,-7.6182,0.0000,0.0000,2.1705,-7.6182,-0.4589,0.0000,-7.1593,0.0000,-7.1593,0.7672,,,-36.9020,,,,,,,0.0000,0.0000,0.0000 -49.0000,0.4000,,,,,,5,882.8800,-70.1552,747.5140,-70.1552,-6.4862,69.1114,-6.4862,-1.6836,-6.9031,0.0000,0.0000,2.1002,-6.9031,-0.4401,0.0000,-6.4630,0.0000,-6.4630,0.7291,,,-51.2808,,,,,,,0.0000,0.0000,0.0000 -49.4000,0.4000,,,,,,5,847.2800,-72.3225,717.8841,-72.3225,-6.4170,63.6957,-6.4170,-1.9087,-6.5288,0.0000,0.0000,2.0201,-6.5288,-0.4150,0.0000,-6.1138,0.0000,-6.1138,0.6858,,,-50.7909,,,,,,,0.0000,0.0000,0.0000 -49.8000,0.4000,,,,,,5,809.1200,-74.6455,690.6904,-74.6455,-6.3248,58.5228,-6.3248,-1.7849,-6.4827,0.0000,0.0000,1.9425,-6.4827,-0.3887,0.0000,-6.0940,0.0000,-6.0940,0.6448,,,-46.9960,,,,,,,0.0000,0.0000,0.0000 -50.2000,0.4000,,,,,,5,772.8000,-76.8566,663.9583,-76.8566,-6.2198,53.7324,-6.2198,-1.5748,-6.5130,0.0000,0.0000,1.8680,-6.5130,-0.3644,0.0000,-6.1486,0.0000,-6.1486,0.6079,,,-48.6211,,,,,,,0.0000,0.0000,0.0000 -50.6000,0.4000,,,,,,5,737.1200,-79.0286,634.0172,-79.0286,-6.1003,48.9404,-6.1003,-1.5710,-6.3234,0.0000,0.0000,1.7941,-6.3234,-0.3412,0.0000,-5.9822,0.0000,-5.9822,0.5627,,,-42.8998,,,,,,,0.0000,0.0000,0.0000 -51.0000,0.4000,,,,,,5,699.2000,-81.3371,601.2042,-81.3371,-5.9555,44.0202,-5.9555,-1.6078,-6.0590,0.0000,0.0000,1.7113,-6.0590,-0.3172,0.0000,-5.7419,0.0000,-5.7419,0.5159,,,-43.6929,,,,,,,0.0000,0.0000,0.0000 -51.4000,0.4000,,,,,,5,658.4800,-83.8159,566.2614,-83.8160,-5.7796,39.0470,-5.7796,-1.6188,-5.7891,0.0000,0.0000,1.6283,-5.7891,-0.2921,0.0000,-5.4969,0.0000,-5.4969,0.4681,,,-50.1356,,,,,,,0.0007,0.0000,0.0000 -51.8000,0.4000,,,,,,5,619.7200,-86.1753,540.6848,-86.1756,-5.5925,35.0888,-5.5925,-1.2831,-5.8399,0.0000,0.0000,1.5305,-5.8399,-0.2691,0.0000,-5.5709,0.0000,-5.5709,0.4285,,,-49.9986,,,,,,,0.0019,0.0000,0.0000 -52.2000,0.4000,,,,,,5,602.0000,-87.2543,556.6000,-87.2543,-5.5006,35.0888,-5.5006,0.0000,-7.0101,0.0000,0.0000,1.5094,-7.0101,-0.2588,0.0000,-6.7513,0.0000,-6.7513,0.4254,,,-39.5899,,,,,,,0.0000,0.0000,0.0000 -52.6000,0.4000,,,,,,5,602.0000,-87.2543,556.6000,-87.2543,-5.5006,35.0888,-5.5006,0.0000,-7.0588,0.0000,0.0000,1.5581,-7.0588,-0.2588,0.0000,-6.8000,0.0000,-6.8000,0.4260,,,-38.1782,,,,,,,0.0000,0.0000,0.0000 -53.0000,0.4000,,,,,,4,632.0400,-85.4256,633.4029,-85.4256,-5.6541,41.9231,-5.6541,2.2185,-9.5495,0.0000,0.0000,1.6770,-11.7324,-0.4154,0.0000,-11.3170,0.0000,-11.3170,0.4089,,,-25.5525,,,,,,,0.0000,0.0000,0.0000 -53.4000,0.4000,,,,,,4,632.0400,-85.4256,530.1456,-85.4256,-5.6541,35.0888,-5.6541,-2.2185,-4.9123,0.0000,0.0000,1.4767,-4.9123,-0.2448,0.0000,-4.6674,0.0000,-4.6674,0.2464,,,-27.3865,,,,,,,0.0000,0.0000,0.0000 -53.8000,0.4000,,,,,,4,602.0000,-51.7178,556.6000,-87.2543,-3.2604,35.0888,-5.5006,0.0000,-4.8197,0.0000,0.0000,1.5594,-4.8197,-0.2306,0.0000,-4.5891,0.0000,-4.5891,0.2304,,,-4.8195,,,,,,,259.4103,0.2594,0.2594 -54.2000,0.4000,,,,,,4,602.0000,-11.0698,556.6000,-87.2543,-0.6979,35.0888,-5.5006,0.0000,-2.2713,0.0000,0.0000,1.5734,-2.2713,-0.1895,0.0000,-2.0818,0.0000,-2.0818,0.1995,,,-2.2813,,,,,,,556.1331,0.5561,0.5561 -54.6000,0.4000,,,,,,3,669.6400,91.2079,731.9775,-83.1366,6.3959,51.3296,-5.8299,5.2924,-0.7457,0.0000,0.0000,1.8493,-0.9290,-0.2571,0.0000,-0.6719,0.0000,-0.6719,0.1528,,,-0.7289,,,,,,,2018.1145,2.0181,2.0181 -55.0000,0.4000,,,,,,3,793.0400,70.8916,801.8347,-75.6244,5.8873,66.5899,-6.2804,5.1668,-1.3580,0.0000,0.0000,2.0785,-1.3580,-0.2450,0.0000,-1.1130,0.0000,-1.1130,0.1465,,,-1.3481,,,,,,,1954.2168,1.9542,1.9542 -55.4000,0.4000,,,,,,3,884.2400,83.5522,826.9016,-70.0725,7.7367,76.5689,-6.4885,3.6616,1.8343,0.0000,0.0000,2.2408,1.8343,-0.3143,0.0000,2.1486,0.0000,2.1486,0.1518,,,2.0768,,,,,,,2375.6785,2.3757,2.3757 -55.8000,0.4000,,,,,,3,918.2400,39.9211,792.3235,-68.0026,3.8387,76.1881,-6.5390,-0.1545,1.7585,0.0000,0.0000,2.2348,1.7585,-0.3307,0.0000,2.0892,0.0000,2.0892,0.1565,,,1.9296,,,,,,,1746.1784,1.7462,1.7462 -56.2000,0.4000,,,,,,3,918.7200,22.9568,797.1889,-67.9734,2.2086,76.6961,-6.5396,0.2061,-0.2231,0.0000,0.0000,2.2256,-0.2231,-0.2982,0.0000,0.0751,0.0000,0.0751,0.1111,,,-0.0361,,,,,,,1464.7320,1.4647,1.4647 -56.6000,0.4000,,,,,,3,919.8400,15.1214,794.0192,-67.9052,1.4566,76.4842,-6.5410,-0.0860,-0.6797,0.0000,0.0000,2.2223,-0.6797,-0.2942,0.0000,-0.3855,0.0000,-0.3855,0.1750,,,-0.5600,,,,,,,1353.1869,1.3532,1.3532 -57.0000,0.4000,,,,,,3,914.4800,24.7072,786.1196,-68.2315,2.3661,75.2821,-6.5341,-0.4872,0.6503,0.0000,0.0000,2.2030,0.6503,-0.3104,0.0000,0.9607,0.0000,0.9607,0.1303,,,0.8262,,,,,,,1485.2135,1.4852,1.4852 -57.4000,0.4000,,,,,,3,911.2000,35.6778,792.4765,-68.4312,3.4044,75.6186,-6.5298,0.1363,1.0722,0.0000,0.0000,2.1959,1.0722,-0.3157,0.0000,1.3879,0.0000,1.3879,0.1394,,,1.2502,,,,,,,1661.1544,1.6612,1.6612 -57.8000,0.4000,,,,,,3,911.4400,31.2205,789.4022,-68.4166,2.9799,75.3451,-6.5301,-0.1108,0.8991,0.0000,0.0000,2.1915,0.8991,-0.3129,0.0000,1.2120,0.0000,1.2120,0.1355,,,1.0753,,,,,,,1587.4382,1.5874,1.5874 -58.2000,0.4000,,,,,,3,910.4000,30.6339,790.3040,-68.4799,2.9205,75.3451,-6.5287,0.0000,0.7302,0.0000,0.0000,2.1904,0.7302,-0.3096,0.0000,1.0397,0.0000,1.0397,0.1314,,,0.9083,,,,,,,1575.5482,1.5755,1.5755 -58.6000,0.4000,,,,,,3,910.2400,40.2713,790.0019,-68.4897,3.8387,75.3031,-6.5284,-0.0170,1.6732,0.0000,0.0000,2.1824,1.6732,-0.3251,0.0000,1.9983,0.0000,1.9983,0.1530,,,1.8450,,,,,,,1735.6686,1.7357,1.7357 -59.0000,0.4000,,,,,,3,909.9200,35.9755,789.8387,-68.5091,3.4280,75.2610,-6.5280,-0.0170,1.2632,0.0000,0.0000,2.1818,1.2632,-0.3181,0.0000,1.5814,0.0000,1.5814,0.1435,,,1.4376,,,,,,,1663.4973,1.6635,1.6635 -59.4000,0.4000,,,,,,3,907.9200,15.8943,786.5036,-68.6309,1.5112,74.7785,-6.5252,-0.1952,-0.4624,0.0000,0.0000,2.1688,-0.4624,-0.2886,0.0000,-0.1738,0.0000,-0.1738,0.1687,,,-0.3418,,,,,,,1348.8349,1.3488,1.3488 -59.8000,0.4000,,,,,,3,898.8800,-47.1621,772.9348,-69.1812,-4.4394,72.7567,-6.5121,-0.7562,-5.8216,0.0000,0.0000,2.1385,-5.8216,-0.3620,0.0000,-5.4596,0.0000,-5.4596,0.2311,,,-5.6451,,,,,,,293.0758,0.2931,0.2931 -60.2000,0.4000,,,,,,3,876.0000,-70.5728,743.6700,-70.5741,-6.4740,68.2202,-6.4741,-1.6049,-6.9418,0.0000,0.0000,2.0728,-6.9418,-0.3680,0.0000,-6.5738,0.0000,-6.5738,0.2379,,,-9.9807,,,,,,,0.0173,0.0000,0.0000 -60.6000,0.4000,,,,,,3,856.8000,-71.7422,749.2053,-71.7429,-6.4370,67.2216,-6.4371,-0.3524,-8.1383,0.0000,0.0000,2.0537,-8.1383,-0.3771,0.0000,-7.7611,0.0000,-7.7611,0.2468,,,-10.8591,,,,,,,0.0091,0.0000,0.0000 -61.0000,0.4000,,,,,,3,828.7200,-73.4491,696.6359,-73.4523,-6.3742,60.4564,-6.3744,-2.3782,-5.9484,0.0000,0.0000,1.9524,-5.9484,-0.3308,0.0000,-5.6176,0.0000,-5.6176,0.2122,,,-12.4851,,,,,,,0.0432,0.0000,0.0000 -61.4000,0.4000,,,,,,3,785.2800,-76.0968,671.5760,-76.0968,-6.2578,55.2266,-6.2578,-1.7323,-6.4003,0.0000,0.0000,1.8749,-6.4003,-0.3181,0.0000,-6.0822,0.0000,-6.0822,0.2057,,,-16.3988,,,,,,,0.0000,0.0000,0.0000 -61.8000,0.4000,,,,,,3,720.8800,-80.0115,576.4356,-80.0173,-6.0401,43.5153,-6.0405,-3.8342,-3.8946,0.0000,0.0000,1.6886,-3.8946,-0.2525,0.0000,-3.6420,0.0000,-3.6420,0.1584,,,-20.2858,,,,,,,0.0421,0.0000,0.0000 -62.2000,0.4000,,,,,,3,638.6800,-85.0155,524.6339,-85.0214,-5.6860,35.0888,-5.6864,-2.7373,-4.4468,0.0000,0.0000,1.4981,-4.4468,-0.2282,0.0000,-4.2186,0.0000,-4.2186,0.1453,,,-19.3518,,,,,,,0.0428,0.0000,0.0000 -62.6000,0.4000,,,,,,3,602.0000,-87.2543,556.6000,-87.2543,-5.5006,35.0888,-5.5006,0.0000,-7.0149,0.0000,0.0000,1.5142,-7.0149,-0.2535,0.0000,-6.7614,0.0000,-6.7614,0.1682,,,-14.9970,,,,,,,0.0000,0.0000,0.0000 -63.0000,0.4000,,,,,,2,612.2800,-86.6285,582.6693,-86.6285,-5.5544,37.3595,-5.5544,0.7354,-7.8731,0.0000,0.0000,1.5832,-10.4382,-0.4087,0.0000,-10.0295,0.0000,-10.0295,0.1848,,,-7.9525,,,,,,,0.0000,0.0000,0.0000 -63.4000,0.4000,,,,,,2,612.2800,-5.4691,547.2549,-86.6285,-0.3507,35.0888,-5.5544,-0.7354,-1.1270,0.0000,0.0000,1.5117,-1.1270,-0.1785,0.0000,-0.9484,0.0000,-0.9484,0.0516,,,-0.9832,,,,,,,592.4490,0.5924,0.5924 -63.8000,0.4000,,,,,,2,602.0000,-4.6971,556.6000,-87.2543,-0.2961,35.0888,-5.5006,0.0000,-1.8213,0.0000,0.0000,1.5252,-1.8213,-0.1853,0.0000,-1.6360,0.0000,-1.6360,0.0591,,,-1.6952,,,,,,,602.6530,0.6027,0.6027 -64.2000,0.4000,,,,,,2,602.0000,-24.4977,556.6000,-87.2543,-1.5444,35.0888,-5.5006,0.0000,-3.0744,0.0000,0.0000,1.5300,-3.0744,-0.2047,0.0000,-2.8697,0.0000,-2.8697,0.0743,,,-2.9440,,,,,,,458.1120,0.4581,0.4581 -64.6000,0.4000,,,,,,2,602.0000,-44.5510,556.6000,-87.2543,-2.8086,35.0888,-5.5006,0.0000,-4.3406,0.0000,0.0000,1.5321,-4.3406,-0.2243,0.0000,-4.1163,0.0000,-4.1163,0.0897,,,-4.2060,,,,,,,311.7268,0.3117,0.3117 -65.0000,0.4000,,,,,,2,602.0000,-56.7861,556.6000,-87.2543,-3.5799,35.0888,-5.5006,0.0000,-5.1084,0.0000,0.0000,1.5285,-5.1084,-0.2362,0.0000,-4.8721,0.0000,-4.8721,0.0990,,,-4.9712,,,,,,,222.4124,0.2224,0.2224 -65.4000,0.4000,,,,,,2,602.0000,-49.3619,556.6000,-87.2543,-3.1118,35.0888,-5.5006,0.0000,-4.6444,0.0000,0.0000,1.5326,-4.6444,-0.2291,0.0000,-4.4154,0.0000,-4.4154,0.0934,,,-4.5088,,,,,,,276.6079,0.2766,0.2766 -65.8000,0.4000,,,,,,2,602.0000,-14.6987,556.6000,-87.2543,-0.9266,35.0888,-5.5006,0.0000,-2.4560,0.0000,0.0000,1.5294,-2.4560,-0.1951,0.0000,-2.2609,0.0000,-2.2609,0.0668,,,-2.3277,,,,,,,529.6433,0.5296,0.5296 -66.2000,0.4000,,,,,,1,602.0000,-16.3606,556.6000,-87.2543,-1.0314,35.0888,-5.5006,0.0000,-2.5623,0.0000,0.0000,1.5309,-3.5351,-0.3399,0.0000,-3.1953,0.0000,-3.1953,0.0669,,,-2.3644,,,,,,,517.5113,0.5175,0.5175 -66.6000,0.4000,,,,,,1,609.4000,24.1169,575.3426,-86.8038,1.5391,36.7162,-5.5395,0.5269,-0.5491,0.0000,0.0000,1.5612,-0.5491,-0.1867,0.0000,-0.3624,0.0000,-0.3624,0.0224,,,-0.3895,,,,,,,986.7414,0.9867,0.9867 -67.0000,0.4000,,,,,,1,617.1200,11.1109,569.2470,-86.3339,0.7180,36.7874,-5.5793,0.0231,-0.8651,0.0000,0.0000,1.5601,-0.8651,-0.1949,0.0000,-0.6702,0.0000,-0.6702,0.0265,,,-0.6970,,,,,,,821.6379,0.8216,0.8216 -67.4000,0.4000,,,,,,1,611.6000,15.1536,554.2645,-86.6699,0.9705,35.4988,-5.5509,-0.4173,-0.1494,0.0000,0.0000,1.5373,-0.1494,-0.1647,0.0000,0.0152,0.0000,0.0152,0.0152,,,0.0000,,,,,,,867.2870,0.8673,0.8673 -67.8000,0.4000,,,,,,1,603.8800,19.7706,554.8672,-87.1399,1.2503,35.0888,-5.5106,-0.1327,-0.1466,0.0000,0.0000,1.5295,-0.1466,-0.1616,0.0000,0.0150,0.0000,0.0150,0.0150,,,0.0000,,,,,,,916.8504,0.9169,0.9169 -68.2000,0.4000,,,,,,1,602.0000,21.8959,556.6000,-87.2543,1.3803,35.0888,-5.5006,0.0000,-0.1459,0.0000,0.0000,1.5262,-0.1459,-0.1608,0.0000,0.0150,0.0000,0.0150,0.0150,,,0.0000,,,,,,,942.7056,0.9427,0.9427 -68.6000,0.4000,,,,,,1,602.0000,21.8246,556.6000,-87.2543,1.3759,35.0888,-5.5006,0.0000,-0.1459,0.0000,0.0000,1.5217,-0.1459,-0.1608,0.0000,0.0150,0.0000,0.0150,0.0150,,,0.0000,,,,,,,941.7237,0.9417,0.9417 -69.0000,0.4000,,,,,,2,602.1200,22.8206,556.9030,-87.2470,1.4389,35.1149,-5.5013,0.0084,-0.0964,0.0000,0.0000,1.5269,-0.0756,-0.0978,0.0000,0.0222,0.0000,0.0222,0.0222,,,0.0000,,,,,,,955.6598,0.9557,0.9557 -69.4000,0.4000,,,,,,2,602.1200,22.2152,556.4891,-87.2470,1.4008,35.0888,-5.5013,-0.0084,-0.1108,0.0000,0.0000,1.5200,-0.1108,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.3219,0.9473,0.9473 -69.8000,0.4000,,,,,,2,602.0000,22.3492,556.6000,-87.2543,1.4089,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5197,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.9488,0.9489,0.9489 -70.2000,0.4000,,,,,,2,602.0000,22.3225,556.6000,-87.2543,1.4072,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5180,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.5805,0.9486,0.9486 -70.6000,0.4000,,,,,,2,602.0000,22.2957,556.6000,-87.2543,1.4056,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5163,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.2122,0.9482,0.9482 -71.0000,0.4000,,,,,,2,602.0000,22.3601,556.6000,-87.2543,1.4096,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5204,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.0986,0.9491,0.9491 -71.4000,0.4000,,,,,,2,602.0000,22.4046,556.6000,-87.2543,1.4124,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5232,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.7122,0.9497,0.9497 -71.8000,0.4000,,,,,,2,602.0000,22.2997,556.6000,-87.2543,1.4058,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5165,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.2665,0.9483,0.9483 -72.2000,0.4000,,,,,,2,602.0000,22.4185,556.6000,-87.2543,1.4133,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5240,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.9028,0.9499,0.9499 -72.6000,0.4000,,,,,,2,602.0000,22.3145,556.6000,-87.2543,1.4067,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5175,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.4715,0.9485,0.9485 -73.0000,0.4000,,,,,,2,602.0000,22.3542,556.6000,-87.2543,1.4092,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5200,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.0170,0.9490,0.9490 -73.4000,0.4000,,,,,,2,602.0000,22.2700,556.6000,-87.2543,1.4039,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5147,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.8579,0.9479,0.9479 -73.8000,0.4000,,,,,,2,602.0000,22.3690,556.6000,-87.2543,1.4102,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5209,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.2210,0.9492,0.9492 -74.2000,0.4000,,,,,,2,602.0000,22.3105,556.6000,-87.2543,1.4065,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5172,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.4162,0.9484,0.9484 -74.6000,0.4000,,,,,,2,602.0000,22.3650,556.6000,-87.2543,1.4099,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5207,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.1662,0.9492,0.9492 -75.0000,0.4000,,,,,,2,602.0000,22.3295,556.6000,-87.2543,1.4077,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5184,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.6772,0.9487,0.9487 -75.4000,0.4000,,,,,,2,602.0000,22.3443,556.6000,-87.2543,1.4086,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5194,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.8817,0.9489,0.9489 -75.8000,0.4000,,,,,,2,602.0000,22.3691,556.6000,-87.2543,1.4102,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5209,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.2226,0.9492,0.9492 -76.2000,0.4000,,,,,,2,602.0000,22.3552,556.6000,-87.2543,1.4093,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5200,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.0315,0.9490,0.9490 -76.6000,0.4000,,,,,,2,602.0000,22.4196,556.6000,-87.2543,1.4134,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5241,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.9179,0.9499,0.9499 -77.0000,0.4000,,,,,,2,602.0000,22.3404,556.6000,-87.2543,1.4084,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5191,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.8270,0.9488,0.9488 -77.4000,0.4000,,,,,,2,602.0000,22.4126,556.6000,-87.2543,1.4129,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5237,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.8217,0.9498,0.9498 -77.8000,0.4000,,,,,,2,602.0000,22.4403,556.6000,-87.2543,1.4147,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5254,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,950.2034,0.9502,0.9502 -78.2000,0.4000,,,,,,2,602.0000,22.4056,556.6000,-87.2543,1.4125,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5232,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.7262,0.9497,0.9497 -78.6000,0.4000,,,,,,2,602.0000,22.3730,556.6000,-87.2543,1.4104,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5212,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.2768,0.9493,0.9493 -79.0000,0.4000,,,,,,2,602.0000,22.3265,556.6000,-87.2543,1.4075,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5182,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.6358,0.9486,0.9486 -79.4000,0.4000,,,,,,2,602.0000,22.4354,556.6000,-87.2543,1.4144,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5251,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,950.1358,0.9501,0.9501 -79.8000,0.4000,,,,,,2,602.0000,22.3910,556.6000,-87.2543,1.4116,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5223,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.5238,0.9495,0.9495 -80.2000,0.4000,,,,,,2,602.0000,22.3414,556.6000,-87.2543,1.4084,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5192,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.8420,0.9488,0.9488 -80.6000,0.4000,,,,,,2,602.0000,22.3513,556.6000,-87.2543,1.4091,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5198,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.9784,0.9490,0.9490 -81.0000,0.4000,,,,,,2,602.0000,22.3700,556.6000,-87.2543,1.4102,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5210,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.2355,0.9492,0.9492 -81.4000,0.4000,,,,,,2,602.0000,22.4393,556.6000,-87.2543,1.4146,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5253,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,950.1900,0.9502,0.9502 -81.8000,0.4000,,,,,,2,602.0000,22.3799,556.6000,-87.2543,1.4109,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5216,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.3719,0.9494,0.9494 -82.2000,0.4000,,,,,,2,602.0000,22.3849,556.6000,-87.2543,1.4112,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5219,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.4400,0.9494,0.9494 -82.6000,0.4000,,,,,,2,602.0000,22.3948,556.6000,-87.2543,1.4118,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5225,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.5764,0.9496,0.9496 -83.0000,0.4000,,,,,,2,602.0000,22.3947,556.6000,-87.2543,1.4118,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5225,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.5759,0.9496,0.9496 -83.4000,0.4000,,,,,,2,602.0000,22.4195,556.6000,-87.2543,1.4134,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5241,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.9168,0.9499,0.9499 -83.8000,0.4000,,,,,,2,602.0000,22.2660,556.6000,-87.2543,1.4037,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5144,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.8032,0.9478,0.9478 -84.2000,0.4000,,,,,,2,602.0000,22.3511,556.6000,-87.2543,1.4090,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5198,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.9751,0.9490,0.9490 -84.6000,0.4000,,,,,,2,602.0000,22.3184,556.6000,-87.2543,1.4070,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5177,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.5252,0.9485,0.9485 -85.0000,0.4000,,,,,,2,602.0000,22.3808,556.6000,-87.2543,1.4109,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5217,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.3842,0.9494,0.9494 -85.4000,0.4000,,,,,,2,602.0000,22.3253,556.6000,-87.2543,1.4074,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5182,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.6202,0.9486,0.9486 -85.8000,0.4000,,,,,,2,602.0000,22.4145,556.6000,-87.2543,1.4130,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5238,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.8475,0.9498,0.9498 -86.2000,0.4000,,,,,,2,602.0000,22.3798,556.6000,-87.2543,1.4109,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5216,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.3702,0.9494,0.9494 -86.6000,0.4000,,,,,,2,602.0000,22.3293,556.6000,-87.2543,1.4077,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5184,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.6745,0.9487,0.9487 -87.0000,0.4000,,,,,,2,602.4400,22.9107,557.7110,-87.2275,1.4454,35.1845,-5.5030,0.0310,-0.1109,0.0000,0.0000,1.5253,-0.1109,-0.1411,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,957.4816,0.9575,0.9575 -87.4000,0.4000,,,,,,2,602.4400,21.8447,556.1935,-87.2275,1.3781,35.0888,-5.5030,-0.0310,-0.1109,0.0000,0.0000,1.5200,-0.1109,-0.1411,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,942.8000,0.9428,0.9428 -87.8000,0.4000,,,,,,2,602.0000,22.4015,556.6000,-87.2543,1.4122,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5230,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.6698,0.9497,0.9497 -88.2000,0.4000,,,,,,2,602.0000,22.3936,556.6000,-87.2543,1.4117,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5225,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.5608,0.9496,0.9496 -88.6000,0.4000,,,,,,2,602.3600,22.8397,557.5090,-87.2324,1.4407,35.1671,-5.5025,0.0253,-0.1109,0.0000,0.0000,1.5262,-0.1109,-0.1411,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,956.3585,0.9564,0.9564 -89.0000,0.4000,,,,,,2,602.3600,21.9770,556.2673,-87.2324,1.3863,35.0888,-5.5025,-0.0253,-0.1109,0.0000,0.0000,1.5225,-0.1109,-0.1411,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,944.4762,0.9445,0.9445 -89.4000,0.4000,,,,,,2,602.0000,22.3145,556.6000,-87.2543,1.4067,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5175,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.4710,0.9485,0.9485 -89.8000,0.4000,,,,,,2,602.0400,22.4842,556.7010,-87.2519,1.4175,35.0975,-5.5008,0.0028,-0.1108,0.0000,0.0000,1.5255,-0.1108,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,950.8811,0.9509,0.9509 -90.2000,0.4000,,,,,,2,602.6400,23.0759,558.0781,-87.2153,1.4563,35.2194,-5.5040,0.0394,-0.1109,0.0000,0.0000,1.5278,-0.1109,-0.1412,0.0000,0.0303,0.0000,0.0303,0.0303,,,0.0000,,,,,,,960.1203,0.9601,0.9601 -90.6000,0.4000,,,,,,2,602.6000,21.6745,556.0458,-87.2178,1.3677,35.0888,-5.5038,-0.0422,-0.1109,0.0000,0.0000,1.5209,-0.1109,-0.1412,0.0000,0.0303,0.0000,0.0303,0.0303,,,0.0000,,,,,,,940.7459,0.9407,0.9407 -91.0000,0.4000,,,,,,2,602.0000,22.3016,556.6000,-87.2543,1.4059,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5167,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.2928,0.9483,0.9483 -91.4000,0.4000,,,,,,2,602.0000,22.0461,556.6000,-87.2543,1.3898,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5006,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,944.7747,0.9448,0.9448 -91.8000,0.4000,,,,,,2,618.4400,322.7601,598.3993,-86.2535,20.9029,38.7541,-5.5860,1.1880,18.1267,0.0000,0.0000,1.5882,18.1267,-0.4739,0.0000,18.6006,0.0000,18.6006,0.4509,,,18.6322,,,,,,,5021.5687,5.0216,5.0216 -92.2000,0.4000,,,,,,2,624.2400,223.0945,556.2347,-85.9004,14.5837,36.3612,-5.6153,-0.7761,13.8126,0.0000,0.0000,1.5472,13.8126,-0.4051,0.0000,14.2177,0.0000,14.2177,0.3523,,,13.6291,,,,,,,3699.1217,3.6991,3.6991 -92.6000,0.4000,,,,,,2,628.9600,174.3951,604.8757,-85.6131,11.4865,39.8399,-5.6389,1.1288,8.7505,0.0000,0.0000,1.6071,8.7505,-0.3226,0.0000,9.0731,0.0000,9.0731,0.2363,,,9.0526,,,,,,,3053.9945,3.0540,3.0540 -93.0000,0.4000,,,,,,2,639.9200,203.2509,579.4045,-84.9459,13.6203,38.8272,-5.6924,-0.3290,12.3573,0.0000,0.0000,1.5919,12.3573,-0.3874,0.0000,12.7447,0.0000,12.7447,0.3200,,,12.3393,,,,,,,3478.8936,3.4789,3.4789 -93.4000,0.4000,,,,,,2,632.7200,286.2542,576.3740,-85.3842,18.9667,38.1896,-5.6574,-0.2070,17.5926,0.0000,0.0000,1.5812,17.5926,-0.4712,0.0000,18.0638,0.0000,18.0638,0.4397,,,17.5461,,,,,,,4575.4283,4.5754,4.5754 -93.8000,0.4000,,,,,,2,687.2000,378.0332,726.4790,-82.0676,27.2046,52.2799,-5.9059,4.5993,20.7963,0.0000,0.0000,1.8089,20.7963,-0.5192,0.0000,21.3155,0.0000,21.3155,0.5168,,,22.5323,,,,,,,6120.2344,6.1202,6.1202 -94.2000,0.4000,,,,,,2,818.5600,491.9417,850.4245,-74.0708,42.1690,72.8979,-6.3493,7.0853,32.9670,0.0000,0.0000,2.1167,32.9670,-0.8067,0.0000,33.7737,0.0000,33.7737,0.8077,,,35.9495,,,,,,,9274.3994,9.2744,9.2744 -94.6000,0.4000,,,,,,2,978.6400,549.9047,915.7941,-64.3257,56.3558,93.8533,-6.5923,9.8340,44.0394,0.0000,0.0000,2.4825,44.0394,-1.0815,0.0000,45.1208,0.0000,45.1208,1.0766,,,47.9147,,,,,,,12024.8514,12.0249,12.0249 -95.0000,0.4000,,,,,,2,1154.9600,495.5075,916.4716,-72.2591,59.9302,110.8446,-8.7395,12.1887,44.8675,0.0000,0.0000,2.8740,44.8675,-1.1624,0.0000,46.0299,0.0000,46.0299,1.1124,,,48.4301,,,,,,,12297.4806,12.2975,12.2975 -95.4000,0.4000,,,,,,2,1332.8000,495.4217,905.8163,-82.4539,69.1462,126.4252,-11.5081,13.6295,52.2375,0.0000,0.0000,3.2792,52.2375,-1.3998,0.0000,53.6373,0.0000,53.6373,1.3012,,,55.7728,,,,,,,13945.3993,13.9454,13.9454 -95.8000,0.4000,,,,,,2,1505.6000,396.9665,898.1456,-92.2273,62.5881,141.6071,-14.5411,15.0025,43.8432,0.0000,0.0000,3.7424,43.8432,-1.4517,0.0000,45.2949,0.0000,45.2949,1.1306,,,46.6658,,,,,,,12892.9770,12.8930,12.8930 -96.2000,0.4000,,,,,,2,1592.4000,18.8742,850.8114,-97.1367,3.1474,141.8777,-16.1981,0.2828,-0.9013,0.0000,0.0000,3.7659,-0.9013,-0.6960,0.0000,-0.2053,0.0000,-0.2053,0.1848,,,-0.3906,,,,,,,2909.1363,2.9091,2.9091 -96.6000,0.4000,,,,,,2,1506.6400,-54.6792,800.7593,-92.2862,-8.6270,126.3398,-14.5604,-15.3649,3.4460,0.0000,0.0000,3.2919,3.4460,-0.7072,0.0000,4.1533,0.0000,4.1533,0.2010,,,3.7233,,,,,,,960.4886,0.9605,0.9605 -97.0000,0.4000,,,,,,3,1332.8000,136.0788,794.7959,-82.4539,18.9926,110.9301,-11.5081,-13.4800,29.5725,0.0000,0.0000,2.9000,23.2962,-0.7710,0.0000,24.0672,0.0000,24.0672,0.6782,,,27.7620,,,,,,,4913.3787,4.9134,4.9134 -97.4000,0.4000,,,,,,3,1150.0800,352.7845,770.5478,-71.9683,42.4880,92.8018,-8.6676,-12.9220,52.9142,0.0000,0.0000,2.4957,52.9142,-1.2986,0.0000,54.2128,0.0000,54.2128,1.3800,,,48.4154,,,,,,,8892.7631,8.8928,8.8928 -97.8000,0.4000,,,,,,3,1087.6000,562.0967,872.2643,-68.2452,64.0190,99.3450,-7.7727,4.2800,57.0974,0.0000,0.0000,2.6416,57.0974,-1.3534,0.0000,58.4507,0.0000,58.4507,1.4627,,,58.7528,,,,,,,13313.3949,13.3134,13.3134 -98.2000,0.4000,,,,,,3,1169.1200,565.7933,884.7817,-73.1028,69.2700,108.3238,-8.9500,6.5352,59.8859,0.0000,0.0000,2.8490,59.8859,-1.4464,0.0000,61.3323,0.0000,61.3323,1.5449,,,62.2339,,,,,,,14138.6227,14.1386,14.1386 -98.6000,0.4000,,,,,,3,1262.2400,664.3136,880.4918,-78.4631,87.8099,116.3847,-10.3714,6.6781,78.0808,0.0000,0.0000,3.0510,78.0808,-1.7862,0.0000,79.8670,0.0000,79.8670,1.9843,,,80.6765,,,,,,,17627.1955,17.6272,17.6272 -99.0000,0.4000,,,,,,3,1359.6001,641.3398,882.5596,-83.9697,91.3120,125.6562,-11.9554,8.2735,79.7489,0.0000,0.0000,3.2896,79.7489,-1.9166,0.0000,81.6655,0.0000,81.6655,2.0477,,,82.6675,,,,,,,18206.7065,18.2067,18.2067 -99.4000,0.4000,,,,,,3,1463.3601,598.1236,880.0186,-89.8383,91.6581,134.8564,-13.7671,8.8365,79.2473,0.0000,0.0000,3.5743,79.2473,-1.9624,0.0000,81.2098,0.0000,81.2098,2.0631,,,81.9418,,,,,,,18189.7244,18.1897,18.1897 -99.8000,0.4000,,,,,,3,1562.8800,627.8887,875.1348,-95.4671,102.7630,143.2284,-15.6246,8.7362,90.1882,0.0000,0.0000,3.8386,90.1882,-2.2342,0.0000,92.4224,0.0000,92.4224,2.3425,,,92.8373,,,,,,,20392.0071,20.3920,20.3920 -100.2000,0.4000,,,,,,3,1668.5600,674.4499,869.0024,-99.9141,117.8474,151.8418,-17.4581,11.2766,102.4111,0.0000,0.0000,4.1598,102.4111,-2.5051,0.0000,104.9162,0.0000,104.9162,2.6538,,,105.8072,,,,,,,23383.3477,23.3833,23.3833 -100.6000,0.4000,,,,,,3,1784.8000,715.5577,855.4893,-103.8943,133.7405,159.8942,-19.4182,12.1789,117.0105,0.0000,0.0000,4.5511,117.0105,-2.8436,0.0000,119.8541,0.0000,119.8541,3.0251,,,120.6517,,,,,,,26628.1015,26.6281,26.6281 -101.0000,0.4000,,,,,,3,1897.4401,343.2581,837.5586,-107.9772,68.2052,166.4224,-21.4550,12.0253,51.2727,0.0000,0.0000,4.9072,51.2727,-1.8740,0.0000,53.1467,0.0000,53.1467,1.5521,,,53.0695,,,,,,,14863.7997,14.8638,14.8638 -101.4000,0.4000,,,,,,3,1888.0801,-54.3804,802.8315,-107.6350,-10.7520,158.7353,-21.2815,-14.0309,-1.2108,0.0000,0.0000,4.4896,-1.2108,-1.0114,0.0000,-0.1994,0.0000,-0.1994,0.5917,,,-0.7645,,,,,,,1692.7288,1.6927,1.6927 -101.8000,0.4000,,,,,,3,1723.4400,-99.3194,798.4802,-101.7932,-17.9250,144.1083,-18.3715,-20.3468,-1.5231,0.0000,0.0000,3.9449,-1.5231,-0.8572,0.0000,-0.6659,0.0000,-0.6659,0.5158,,,-1.1124,,,,,,,70.9818,0.0710,0.0710 -102.2000,0.4000,,,,,,4,1490.4000,275.9614,774.7182,-91.3676,43.0705,120.9136,-14.2601,-22.9871,62.8130,0.0000,0.0000,3.2445,50.7299,-1.3473,0.0000,52.0773,0.0000,52.0773,1.5168,,,57.0586,,,,,,,9316.7817,9.3168,9.3168 -102.6000,0.4000,,,,,,4,1328.3200,591.7132,830.7516,-82.2005,82.3081,115.5587,-11.4342,-4.6686,83.8314,0.0000,0.0000,3.1454,83.8314,-1.9830,0.0000,85.8143,0.0000,85.8143,2.3410,,,81.5830,,,,,,,16431.5657,16.4316,16.4316 -103.0000,0.4000,,,,,,4,1323.2000,706.2137,866.0339,-81.9110,97.8566,120.0021,-11.3500,3.8590,90.7432,0.0000,0.0000,3.2544,90.7432,-2.0934,0.0000,92.8367,0.0000,92.8367,2.4971,,,92.0437,,,,,,,19516.5809,19.5166,19.5166 -103.4000,0.4000,,,,,,4,1374.2400,756.2915,866.1311,-84.7977,108.8380,124.6450,-12.2032,4.1877,101.2759,0.0000,0.0000,3.3744,101.2759,-2.3056,0.0000,103.5815,0.0000,103.5815,2.7666,,,102.7281,,,,,,,21597.9587,21.5980,21.5980 -103.8000,0.4000,,,,,,4,1424.0800,790.6430,864.1818,-87.6166,117.9080,128.8748,-13.0662,3.9536,110.4775,0.0000,0.0000,3.4770,110.4775,-2.4959,0.0000,112.9734,0.0000,112.9734,3.0057,,,111.8025,,,,,,,23322.5573,23.3226,23.3226 -104.2000,0.4000,,,,,,4,1477.2001,811.8978,866.8942,-90.6211,125.5941,134.1016,-14.0184,5.0676,116.8918,0.0000,0.0000,3.6347,116.8918,-2.6439,0.0000,119.5357,0.0000,119.5357,3.1835,,,118.6647,,,,,,,24764.6945,24.7647,24.7647 -104.6000,0.4000,,,,,,4,1524.0801,327.0267,859.7711,-93.2726,52.1939,137.2206,-14.8864,3.1199,45.3419,0.0000,0.0000,3.7321,45.3419,-1.4993,0.0000,46.8412,0.0000,46.8412,1.5676,,,45.7940,,,,,,,11012.1791,11.0122,11.0122 -105.0000,0.4000,,,,,,4,1547.2800,298.0352,853.1203,-94.5847,48.2909,138.2318,-15.3256,1.0269,43.5005,0.0000,0.0000,3.7635,43.5005,-1.4881,0.0000,44.9886,0.0000,44.9886,1.5393,,,43.6088,,,,,,,10377.5614,10.3776,10.3776 -105.4000,0.4000,,,,,,4,1544.4800,-94.4264,845.3331,-94.4264,-15.2723,136.7221,-15.2723,-1.5303,-17.4591,0.0000,0.0000,3.7172,-17.4591,-0.9899,0.0000,-16.4692,0.0000,-16.4692,1.0377,,,-27.7817,,,,,,,10.0716,0.0101,0.0101 -105.8000,0.4000,,,,,,4,1533.2000,10.2495,848.4477,-93.7884,1.6456,136.2236,-15.0583,-0.5016,-1.5539,0.0000,0.0000,3.7011,-1.5539,-0.7345,0.0000,-0.8194,0.0000,-0.8194,0.8429,,,-1.6592,,,,,,,2512.9295,2.5129,2.5129 -106.2000,0.4000,,,,,,4,1529.3600,-93.5712,849.4220,-93.5712,-14.9858,136.0385,-14.9858,-0.1859,-18.4954,0.0000,0.0000,3.6954,-18.4954,-0.9942,0.0000,-17.5011,0.0000,-17.5011,1.0372,,,-21.0312,,,,,,,12.8144,0.0128,0.0128 -106.6000,0.4000,,,,,,4,1517.1200,-92.8789,843.7250,-92.8789,-14.7559,134.0446,-14.7559,-1.9854,-16.4046,0.0000,0.0000,3.6341,-16.4046,-0.9524,0.0000,-15.4522,0.0000,-15.4522,1.0027,,,-18.8336,,,,,,,15.0348,0.0150,0.0150 -107.0000,0.4000,,,,,,4,1501.1200,-91.9740,847.2820,-91.9740,-14.4580,133.1901,-14.4580,-0.8419,-17.2238,0.0000,0.0000,3.6077,-17.2238,-0.9528,0.0000,-16.2709,0.0000,-16.2709,0.9991,,,-17.4625,,,,,,,17.9372,0.0179,0.0179 -107.4000,0.4000,,,,,,4,1493.3600,15.9244,848.3152,-91.5351,2.4903,132.6632,-14.3146,-0.5165,-0.5843,0.0000,0.0000,3.5911,-0.5843,-0.7152,0.0000,0.1309,0.0000,0.1309,0.4944,,,-0.3628,,,,,,,2541.4718,2.5415,2.5415 -107.8000,0.4000,,,,,,4,1486.2400,12.5475,847.6208,-91.1324,1.9529,131.9226,-14.1837,-0.7224,-0.9025,0.0000,0.0000,3.5778,-0.9025,-0.7042,0.0000,-0.1983,0.0000,-0.1983,0.7965,,,-0.9920,,,,,,,2444.6292,2.4446,2.4446 -108.2000,0.4000,,,,,,4,1485.5200,27.0789,851.9683,-91.0916,4.2125,132.5350,-14.1705,0.5971,0.0189,0.0000,0.0000,3.5964,0.0189,-0.7188,0.0000,0.7378,0.0000,0.7378,0.5037,,,0.2346,,,,,,,2780.1256,2.7801,2.7801 -108.6000,0.4000,,,,,,4,1487.5200,78.6910,849.1772,-91.2048,12.2579,132.2786,-14.2072,-0.2503,8.9196,0.0000,0.0000,3.5886,8.9196,-0.8676,0.0000,9.7871,0.0000,9.7871,0.7093,,,9.0690,,,,,,,4095.4503,4.0955,4.0955 -109.0000,0.4000,,,,,,4,1489.9200,92.2927,852.1907,-91.3405,14.3999,132.9623,-14.2513,0.6685,10.1214,0.0000,0.0000,3.6100,10.1214,-0.8894,0.0000,11.0108,0.0000,11.0108,0.7383,,,10.2989,,,,,,,4420.5462,4.4205,4.4205 -109.4000,0.4000,,,,,,4,1494.4800,108.9221,850.4095,-91.5984,17.0465,133.0904,-14.3353,0.1257,13.3069,0.0000,0.0000,3.6139,13.3069,-0.9457,0.0000,14.2526,0.0000,14.2526,0.8142,,,13.4448,,,,,,,4863.4159,4.8634,4.8634 -109.8000,0.4000,,,,,,4,1492.9600,28.4572,848.7247,-91.5124,4.4491,132.6917,-14.3073,-0.3908,1.2381,0.0000,0.0000,3.6018,1.2381,-0.7450,0.0000,1.9830,0.0000,1.9830,0.5361,,,1.4448,,,,,,,2834.6430,2.8346,2.8346 -110.2000,0.4000,,,,,,4,1490.8800,23.6066,850.0912,-91.3948,3.6856,132.7201,-14.2690,0.0279,0.0556,0.0000,0.0000,3.6021,0.0556,-0.7238,0.0000,0.7794,0.0000,0.7794,0.5077,,,0.2717,,,,,,,2713.3985,2.7134,2.7134 -110.6000,0.4000,,,,,,4,1495.6800,96.9561,852.6369,-91.6663,15.1860,133.5462,-14.3574,0.8109,10.7478,0.0000,0.0000,3.6273,10.7478,-0.9044,0.0000,11.6521,0.0000,11.6521,0.7561,,,10.9298,,,,,,,4551.1037,4.5511,4.5511 -111.0000,0.4000,,,,,,4,1503.1200,100.1475,851.5834,-92.0871,15.7639,134.0446,-14.4951,0.4918,11.6162,0.0000,0.0000,3.6559,11.6162,-0.9248,0.0000,12.5410,0.0000,12.5410,0.7804,,,11.7824,,,,,,,4653.9860,4.6540,4.6540 -111.4000,0.4000,,,,,,4,1511.6000,86.1898,853.1940,-92.5667,13.6434,135.0558,-14.6528,1.0032,8.9523,0.0000,0.0000,3.6878,8.9523,-0.8876,0.0000,9.8400,0.0000,9.8400,0.7243,,,9.1499,,,,,,,4362.7136,4.3627,4.3627 -111.8000,0.4000,,,,,,4,1517.6000,41.8315,850.1792,-92.9061,6.6480,135.1128,-14.7649,0.0567,2.8945,0.0000,0.0000,3.6967,2.8945,-0.7924,0.0000,3.6870,0.0000,3.6870,0.5887,,,3.0989,,,,,,,3258.4464,3.2584,3.2584 -112.2000,0.4000,,,,,,4,1518.2401,13.0954,850.1792,-92.9423,2.0820,135.1698,-14.7769,0.0568,-1.6732,0.0000,0.0000,3.6985,-1.6732,-0.7248,0.0000,-0.9484,0.0000,-0.9484,0.8319,,,-1.7806,,,,,,,2540.2463,2.5402,2.5402 -112.6000,0.4000,,,,,,4,1524.0000,-45.2169,853.0341,-93.2680,-7.2163,136.1382,-14.8849,0.9687,-11.9135,0.0000,0.0000,3.7285,-11.9135,-0.8880,0.0000,-11.0255,0.0000,-11.0255,0.9560,,,-12.0243,,,,,,,1219.3810,1.2194,1.2194 -113.0000,0.4000,,,,,,4,1526.2400,-10.5254,848.2179,-93.3947,-1.6822,135.5685,-14.9270,-0.5707,-4.8213,0.0000,0.0000,3.7097,-4.8213,-0.7798,0.0000,-4.0415,0.0000,-4.0415,0.8752,,,-4.9064,,,,,,,2025.3816,2.0254,2.0254 -113.4000,0.4000,,,,,,4,1525.5200,-0.6115,851.3818,-93.3540,-0.0977,136.0100,-14.9135,0.4421,-4.2632,0.0000,0.0000,3.7234,-4.2632,-0.7706,0.0000,-3.4926,0.0000,-3.4926,0.8681,,,-4.3678,,,,,,,2241.6874,2.2417,2.2417 -113.8000,0.4000,,,,,,4,1526.5600,-93.4128,849.1982,-93.4128,-14.9331,135.7537,-14.9331,-0.2569,-18.3977,0.0000,0.0000,3.7215,-18.3977,-0.9905,0.0000,-17.4072,0.0000,-17.4072,1.0337,,,-19.8324,,,,,,,13.3223,0.0133,0.0133 -114.2000,0.4000,,,,,,4,1523.9200,-92.5185,849.3307,-93.2635,-14.7645,135.5400,-14.8834,-0.2137,-18.2663,0.0000,0.0000,3.7154,-18.2663,-0.9865,0.0000,-17.2798,0.0000,-17.2798,1.0300,,,-18.2954,,,,,,,32.4936,0.0325,0.0325 -114.6000,0.4000,,,,,,4,1524.5600,-91.7260,851.0259,-93.2997,-14.6442,135.8676,-14.8954,0.3278,-18.6975,0.0000,0.0000,3.7256,-18.6975,-0.9936,0.0000,-17.7039,0.0000,-17.7039,1.0356,,,-18.7621,,,,,,,53.1693,0.0532,0.0532 -115.0000,0.4000,,,,,,4,1525.1200,-93.3314,849.2866,-93.3314,-14.9060,135.6397,-14.9060,-0.2281,-18.4078,0.0000,0.0000,3.7300,-18.4078,-0.9896,0.0000,-17.4183,0.0000,-17.4183,1.0327,,,-20.0415,,,,,,,13.5835,0.0136,0.0136 -115.4000,0.4000,,,,,,4,1524.4000,-90.6903,850.3123,-93.2907,-14.4773,135.7394,-14.8924,0.0997,-18.3101,0.0000,0.0000,3.7331,-18.3101,-0.9875,0.0000,-17.3226,0.0000,-17.3226,1.0309,,,-18.3603,,,,,,,78.9558,0.0790,0.0790 -115.8000,0.4000,,,,,,4,1527.1200,-93.4445,851.2023,-93.4445,-14.9436,136.1240,-14.9436,0.3854,-19.0740,0.0000,0.0000,3.7450,-19.0740,-1.0015,0.0000,-18.0726,0.0000,-18.0726,1.0421,,,-19.9415,,,,,,,13.2207,0.0132,0.0132 -116.2000,0.4000,,,,,,4,1528.3200,-93.5124,849.4661,-93.5124,-14.9662,135.9531,-14.9662,-0.1714,-18.5345,0.0000,0.0000,3.7397,-18.5345,-0.9940,0.0000,-17.5405,0.0000,-17.5405,1.0368,,,-20.0471,,,,,,,13.0030,0.0130,0.0130 -116.6000,0.4000,,,,,,4,1529.7600,-86.5844,851.3335,-93.5938,-13.8705,136.3803,-14.9934,0.4290,-18.0524,0.0000,0.0000,3.7530,-18.0524,-0.9877,0.0000,-17.0648,0.0000,-17.0648,1.0324,,,-18.1255,,,,,,,188.6070,0.1886,0.1886 -117.0000,0.4000,,,,,,4,1534.1600,-93.8427,851.1081,-93.8427,-15.0765,136.7364,-15.0765,0.3585,-19.1908,0.0000,0.0000,3.7558,-19.1908,-1.0087,0.0000,-18.1821,0.0000,-18.1821,1.0493,,,-21.2551,,,,,,,11.9436,0.0119,0.0119 -117.4000,0.4000,,,,,,4,1536.4000,-93.9694,850.1328,-93.9694,-15.1189,136.7791,-15.1189,0.0431,-18.9191,0.0000,0.0000,3.7571,-18.9191,-1.0062,0.0000,-17.9129,0.0000,-17.9129,1.0480,,,-20.6621,,,,,,,11.5373,0.0115,0.0115 -117.8000,0.4000,,,,,,4,1539.7600,-86.6523,851.7223,-94.1594,-13.9721,137.3345,-15.1826,0.5613,-18.3078,0.0000,0.0000,3.7744,-18.3078,-0.9994,0.0000,-17.3084,0.0000,-17.3084,1.0437,,,-18.3893,,,,,,,199.2802,0.1993,0.1993 -118.2000,0.4000,,,,,,4,1545.6800,-94.4942,851.5398,-94.4942,-15.2951,137.8330,-15.2951,0.5057,-19.5836,0.0000,0.0000,3.7828,-19.5836,-1.0237,0.0000,-18.5598,0.0000,-18.5598,1.0635,,,-22.3836,,,,,,,9.8539,0.0099,0.0099 -118.6000,0.4000,,,,,,4,1549.1200,-94.6875,850.3512,-94.6888,-15.3605,137.9469,-15.3607,0.1158,-19.2627,0.0000,0.0000,3.7863,-19.2627,-1.0215,0.0000,-18.2412,0.0000,-18.2412,1.0626,,,-19.3720,,,,,,,9.2619,0.0093,0.0093 -119.0000,0.4000,,,,,,4,1554.5600,-94.9965,852.6245,-94.9965,-15.4648,138.8014,-15.4648,0.8719,-20.1260,0.0000,0.0000,3.7893,-20.1260,-1.0391,0.0000,-19.0869,0.0000,-19.0869,1.0773,,,-29.8099,,,,,,,8.2430,0.0082,0.0082 -119.4000,0.4000,,,,,,4,1555.6000,-95.0553,847.9455,-95.0553,-15.4847,138.1321,-15.4847,-0.6834,-18.5698,0.0000,0.0000,3.7686,-18.5698,-1.0158,0.0000,-17.5540,0.0000,-17.5540,1.0600,,,-56.8478,,,,,,,8.0543,0.0081,0.0081 -119.8000,0.4000,,,,,,4,1536.8000,-93.9920,841.6814,-93.9920,-15.1264,135.4546,-15.1264,-2.7007,-16.1112,0.0000,0.0000,3.6855,-16.1112,-0.9630,0.0000,-15.1482,0.0000,-15.1482,1.0156,,,-64.8663,,,,,,,11.4647,0.0115,0.0115 -120.2000,0.4000,,,,,,4,1513.7600,-92.6889,845.5079,-92.6889,-14.6931,134.0304,-14.6931,-1.4150,-16.9068,0.0000,0.0000,3.6287,-16.9068,-0.9576,0.0000,-15.9492,0.0000,-15.9492,1.0058,,,-25.1782,,,,,,,15.6443,0.0156,0.0156 -120.6000,0.4000,,,,,,4,1516.0800,-92.8201,855.7860,-92.8201,-14.7364,135.8676,-14.7364,1.8281,-20.2503,0.0000,0.0000,3.6857,-20.2503,-1.0112,0.0000,-19.2391,0.0000,-19.2391,1.0467,,,-39.5518,,,,,,,15.2234,0.0152,0.0152 -121.0000,0.4000,,,,,,4,1523.1200,-93.2183,848.1695,-93.2183,-14.8684,135.2837,-14.8684,-0.5837,-17.9501,0.0000,0.0000,3.6654,-17.9501,-0.9809,0.0000,-16.9691,0.0000,-16.9691,1.0257,,,-18.7877,,,,,,,13.9463,0.0139,0.0139 -121.4000,0.4000,,,,,,4,1525.9200,-93.3766,853.3868,-93.3766,-14.9210,136.3661,-14.9210,1.0840,-19.6977,0.0000,0.0000,3.6924,-19.6977,-1.0102,0.0000,-18.6875,0.0000,-18.6875,1.0484,,,-21.1906,,,,,,,13.4384,0.0134,0.0134 -121.8000,0.4000,,,,,,4,1531.7600,-93.7069,849.8668,-93.7069,-15.0311,136.3233,-15.0311,-0.0430,-18.6793,0.0000,0.0000,3.6911,-18.6793,-0.9989,0.0000,-17.6804,0.0000,-17.6804,1.0413,,,-20.2803,,,,,,,12.3790,0.0124,0.0124 -122.2000,0.4000,,,,,,4,1534.4000,-93.8550,851.5954,-93.8562,-15.0808,136.8360,-15.0810,0.5163,-19.3075,0.0000,0.0000,3.7103,-19.3075,-1.0107,0.0000,-18.2968,0.0000,-18.2968,1.0509,,,-19.4864,,,,,,,11.9318,0.0119,0.0119 -122.6000,0.4000,,,,,,4,1539.6800,-94.1549,851.3250,-94.1549,-15.1811,137.2633,-15.1811,0.4318,-19.3364,0.0000,0.0000,3.7236,-19.3364,-1.0152,0.0000,-18.3211,0.0000,-18.3211,1.0556,,,-21.7864,,,,,,,10.9423,0.0109,0.0109 -123.0000,0.4000,,,,,,4,1542.1600,-94.2951,850.0441,-94.2951,-15.2282,137.2775,-15.2282,0.0144,-18.9666,0.0000,0.0000,3.7240,-18.9666,-1.0114,0.0000,-17.9551,0.0000,-17.9551,1.0534,,,-19.5545,,,,,,,10.4924,0.0105,0.0105 -123.4000,0.4000,,,,,,4,1544.8800,-94.4480,851.4525,-94.4490,-15.2798,137.7475,-15.2799,0.4765,-19.5157,0.0000,0.0000,3.7594,-19.5157,-1.0221,0.0000,-18.4936,0.0000,-18.4936,1.0620,,,-19.6611,,,,,,,10.0230,0.0100,0.0100 -123.8000,0.4000,,,,,,4,1549.6800,-94.7205,851.1848,-94.7205,-15.3714,138.1321,-15.3714,0.3911,-19.5338,0.0000,0.0000,3.7713,-19.5338,-1.0261,0.0000,-18.5077,0.0000,-18.5077,1.0663,,,-21.4040,,,,,,,9.1283,0.0091,0.0091 -124.2000,0.4000,,,,,,4,1551.2001,13.3261,849.6493,-94.8064,2.1647,138.0181,-15.4005,-0.1160,-1.4871,0.0000,0.0000,3.7678,-1.4871,-0.7478,0.0000,-0.7393,0.0000,-0.7393,0.8571,,,-1.5958,,,,,,,2633.2832,2.6333,2.6333 -124.6000,0.4000,,,,,,4,1476.8801,-68.5936,807.5944,-90.6030,-10.6086,124.9013,-14.0125,-12.7146,-1.2514,0.0000,0.0000,3.3574,-1.2514,-0.6909,0.0000,-0.5605,0.0000,-0.5605,0.7931,,,-1.2860,,,,,,,574.5470,0.5745,0.5745 -125.0000,0.4000,,,,,,5,1315.2000,163.9117,793.1265,-81.4585,22.5751,109.2353,-11.2191,-13.5233,33.1316,0.0000,0.0000,2.9668,27.3994,-0.5895,0.0000,27.9889,0.0000,27.9889,1.1924,,,30.2344,,,,,,,5441.3319,5.4413,5.4413 -125.4000,0.4000,,,,,,5,1168.6400,447.0783,803.1362,-73.0742,54.7133,98.2876,-8.9428,-7.9963,60.0349,0.0000,0.0000,2.6747,60.0349,-0.6532,0.0000,60.6881,0.0000,60.6881,2.0065,,,55.7411,,,,,,,11260.4241,11.2604,11.2604 -125.8000,0.4000,,,,,,5,1118.8801,500.2979,853.0409,-70.1091,58.6193,99.9498,-8.2146,1.1505,54.7560,0.0000,0.0000,2.7129,54.7560,-0.6137,0.0000,55.3697,0.0000,55.3697,1.8396,,,53.9511,,,,,,,12084.8425,12.0848,12.0848 -126.2000,0.4000,,,,,,5,1142.0801,578.6543,858.5138,-71.4916,69.2061,102.6768,-8.5503,1.9216,64.5098,0.0000,0.0000,2.7747,64.5098,-0.6320,0.0000,65.1417,0.0000,65.1417,2.0820,,,63.8549,,,,,,,14213.3575,14.2134,14.2134 -126.6000,0.4000,,,,,,5,1164.6400,297.2599,854.5860,-72.8359,36.2541,104.2260,-8.8831,1.1104,32.3618,0.0000,0.0000,2.7818,32.3618,-0.6500,0.0000,33.0118,0.0000,33.0118,1.3772,,,31.8562,,,,,,,7687.4333,7.6874,7.6874 -127.0000,0.4000,,,,,,5,1178.0000,197.9219,852.9084,-73.6320,24.4156,105.2147,-9.0832,0.7157,20.8955,0.0000,0.0000,2.8044,20.8955,-0.6607,0.0000,21.5562,0.0000,21.5562,1.1312,,,20.5152,,,,,,,5574.3991,5.5744,5.5744 -127.4000,0.4000,,,,,,5,1190.4000,208.1785,855.0204,-74.3708,25.9512,106.5855,-9.2709,1.0015,22.1141,0.0000,0.0000,2.8356,22.1141,-0.6708,0.0000,22.7849,0.0000,22.7849,1.1709,,,21.7447,,,,,,,5854.6125,5.8546,5.8546 -127.8000,0.4000,,,,,,5,1197.9200,-45.2160,850.1390,-74.8189,-5.6722,106.6464,-9.3857,0.0448,-8.5492,0.0000,0.0000,2.8322,-8.5492,-0.6769,0.0000,-7.8723,0.0000,-7.8723,1.1392,,,-9.0139,,,,,,,608.0964,0.6081,0.6081 -128.2000,0.4000,,,,,,5,1202.1600,-64.2976,852.7717,-75.0650,-8.0944,107.3553,-9.4499,0.5506,-11.4943,0.0000,0.0000,2.8492,-11.4943,-0.6801,0.0000,-10.8142,0.0000,-10.8142,1.1799,,,-12.0332,,,,,,,222.8904,0.2229,0.2229 -128.6000,0.4000,,,,,,5,1206.0800,-12.6469,850.0000,-75.2868,-1.5973,107.3553,-9.5087,0.0000,-4.4451,0.0000,0.0000,2.8478,-4.4451,-0.6828,0.0000,-3.7624,0.0000,-3.7624,1.1019,,,-4.8642,,,,,,,1291.5436,1.2915,1.2915 -129.0000,0.4000,,,,,,5,1209.4400,-48.8467,852.3614,-75.4768,-6.1865,107.9535,-9.5593,0.4748,-9.5226,0.0000,0.0000,2.8613,-9.5226,-0.6851,0.0000,-8.8375,0.0000,-8.8375,1.1666,,,-10.0320,,,,,,,554.4978,0.5545,0.5545 -129.4000,0.4000,,,,,,5,1212.5600,-75.6533,849.8317,-75.6533,-9.6064,107.9108,-9.6064,-0.0340,-12.4326,0.0000,0.0000,2.8602,-12.4326,-0.6873,0.0000,-11.7453,0.0000,-11.7453,1.2054,,,-15.8978,,,,,,,1.9984,0.0020,0.0020 -129.8000,0.4000,,,,,,5,1213.7600,-62.9550,851.0085,-75.7211,-8.0019,108.1671,-9.6245,0.2042,-11.0712,0.0000,0.0000,2.8651,-11.0712,-0.6881,0.0000,-10.3831,0.0000,-10.3831,1.1910,,,-11.5878,,,,,,,273.1249,0.2731,0.2731 -130.2000,0.4000,,,,,,5,1217.0400,-75.9066,851.2851,-75.9066,-9.6742,108.4947,-9.6742,0.2617,-12.8089,0.0000,0.0000,2.8731,-12.8089,-0.6904,0.0000,-12.1185,0.0000,-12.1185,1.2161,,,-15.8013,,,,,,,2.7112,0.0027,0.0027 -130.6000,0.4000,,,,,,5,1220.0000,-76.0741,850.7803,-76.0741,-9.7191,108.6941,-9.7191,0.1597,-12.7567,0.0000,0.0000,2.8779,-12.7567,-0.6924,0.0000,-12.0642,0.0000,-12.0642,1.2196,,,-14.6149,,,,,,,3.1822,0.0032,0.0032 -131.0000,0.4000,,,,,,5,1222.8800,-70.2139,851.2233,-76.2370,-8.9916,109.0074,-9.7629,0.2515,-12.1272,0.0000,0.0000,2.8842,-12.1272,-0.6945,0.0000,-11.4328,0.0000,-11.4328,1.2162,,,-12.6671,,,,,,,136.1874,0.1362,0.1362 -131.4000,0.4000,,,,,,5,1226.4800,-76.4406,851.2752,-76.4406,-9.8178,109.3350,-9.8178,0.2637,-12.9736,0.0000,0.0000,2.8922,-12.9736,-0.6970,0.0000,-12.2766,0.0000,-12.2766,1.2312,,,-14.2802,,,,,,,4.2132,0.0042,0.0042 -131.8000,0.4000,,,,,,5,1225.4400,-76.3817,848.0024,-76.3817,-9.8019,108.8223,-9.8019,-0.4124,-12.2682,0.0000,0.0000,2.8787,-12.2682,-0.6962,0.0000,-11.5720,0.0000,-11.5720,1.2214,,,-33.8478,,,,,,,4.0478,0.0040,0.0040 -132.2000,0.4000,,,,,,5,1220.7201,-76.1148,848.7188,-76.1148,-9.7300,108.4947,-9.7300,-0.2625,-12.3383,0.0000,0.0000,2.8707,-12.3383,-0.6929,0.0000,-11.6453,0.0000,-11.6453,1.2156,,,-34.4019,,,,,,,3.2968,0.0033,0.0033 -132.6000,0.4000,,,,,,5,1217.6000,-75.9383,849.1064,-75.9383,-9.6826,108.2668,-9.6826,-0.1821,-12.3657,0.0000,0.0000,2.8651,-12.3657,-0.6908,0.0000,-11.6749,0.0000,-11.6749,1.2116,,,-30.6370,,,,,,,2.8003,0.0028,0.0028 -133.0000,0.4000,,,,,,5,1214.5600,-75.7664,848.7683,-75.7664,-9.6366,107.9535,-9.6366,-0.2498,-12.2446,0.0000,0.0000,2.8578,-12.2446,-0.6887,0.0000,-11.5559,0.0000,-11.5559,1.2060,,,-20.3284,,,,,,,2.3166,0.0023,0.0023 -133.4000,0.4000,,,,,,5,1216.6400,-75.8840,852.6828,-75.8840,-9.6681,108.6371,-9.6681,0.5459,-13.0884,0.0000,0.0000,2.8744,-13.0884,-0.6901,0.0000,-12.3983,0.0000,-12.3983,1.2188,,,-15.5892,,,,,,,2.6476,0.0026,0.0026 -133.8000,0.4000,,,,,,5,1221.6800,-76.1691,850.8349,-76.1691,-9.7446,108.8507,-9.7446,0.1713,-12.7962,0.0000,0.0000,2.8802,-12.7962,-0.6936,0.0000,-12.1025,0.0000,-12.1025,1.2224,,,-14.9646,,,,,,,3.4495,0.0034,0.0034 -134.2000,0.4000,,,,,,5,1224.8800,-76.3501,851.3879,-76.3501,-9.7934,109.2068,-9.7934,0.2862,-12.9685,0.0000,0.0000,2.8889,-12.9685,-0.6958,0.0000,-12.2727,0.0000,-12.2727,1.2289,,,-39.2138,,,,,,,3.9587,0.0040,0.0040 -134.6000,0.4000,,,,,,5,1226.7201,-69.4911,849.8892,-76.4541,-8.9270,109.1783,-9.8214,-0.0229,-11.7922,0.0000,0.0000,2.8882,-11.7922,-0.6971,0.0000,-11.0951,0.0000,-11.0951,1.2176,,,-12.3111,,,,,,,157.4829,0.1575,0.1575 -135.0000,0.4000,,,,,,5,1229.0401,-76.5854,851.7151,-76.5854,-9.8569,109.6198,-9.8569,0.3561,-13.1135,0.0000,0.0000,2.9005,-13.1135,-0.6987,0.0000,-12.4148,0.0000,-12.4148,1.2365,,,-37.8159,,,,,,,4.6206,0.0046,0.0046 -135.4000,0.4000,,,,,,5,1228.0000,-76.5265,847.5635,-76.5265,-9.8410,108.9932,-9.8410,-0.5051,-12.2211,0.0000,0.0000,2.8852,-12.2211,-0.6980,0.0000,-11.5231,0.0000,-11.5231,1.2244,,,-32.5595,,,,,,,4.4551,0.0045,0.0045 -135.8000,0.4000,,,,,,5,1223.7600,-76.2867,849.4999,-76.2867,-9.7763,108.8650,-9.7763,-0.1030,-12.5554,0.0000,0.0000,2.8821,-12.5554,-0.6951,0.0000,-11.8604,0.0000,-11.8604,1.2225,,,-35.8805,,,,,,,3.7805,0.0038,0.0038 -136.2000,0.4000,,,,,,5,1221.8400,-76.1781,849.1652,-76.1781,-9.7471,108.6514,-9.7471,-0.1713,-12.4553,0.0000,0.0000,2.8795,-12.4553,-0.6937,0.0000,-11.7615,0.0000,-11.7615,1.2186,,,-22.5923,,,,,,,3.4750,0.0035,0.0035 -136.6000,0.4000,,,,,,5,1222.8800,-76.2370,851.5570,-76.2370,-9.7629,109.0501,-9.7629,0.3201,-12.9722,0.0000,0.0000,2.8892,-12.9722,-0.6945,0.0000,-12.2777,0.0000,-12.2777,1.2262,,,-17.5192,,,,,,,3.6405,0.0036,0.0036 -137.0000,0.4000,,,,,,5,1222.4001,-76.2098,848.1087,-76.2098,-9.7556,108.5659,-9.7556,-0.3885,-12.2484,0.0000,0.0000,2.8813,-12.2484,-0.6941,0.0000,-11.5543,0.0000,-11.5543,1.2169,,,-38.9894,,,,,,,3.5641,0.0036,0.0036 -137.4000,0.4000,,,,,,5,1217.8401,-75.9519,848.7157,-75.9519,-9.6863,108.2383,-9.6863,-0.2618,-12.2978,0.0000,0.0000,2.8734,-12.2978,-0.6909,0.0000,-11.6069,0.0000,-11.6069,1.2112,,,-39.7535,,,,,,,2.8385,0.0028,0.0028 -137.8000,0.4000,,,,,,5,1207.6800,-75.3773,844.1124,-75.3773,-9.5328,106.7532,-9.5328,-1.1740,-11.1961,0.0000,0.0000,2.8373,-11.1961,-0.6839,0.0000,-10.5122,0.0000,-10.5122,1.1840,,,-67.2860,,,,,,,1.2220,0.0012,0.0012 -138.2000,0.4000,,,,,,5,1192.7200,-74.5091,844.5758,-74.5091,-9.3063,105.4887,-9.3063,-0.9254,-11.1912,0.0000,0.0000,2.8103,-11.1912,-0.6726,0.0000,-10.5185,0.0000,-10.5185,1.1634,,,-74.7472,,,,,,,0.0000,0.0000,0.0000 -138.6000,0.4000,,,,,,5,1177.7600,-73.6176,842.4781,-73.6176,-9.0796,103.9068,-9.0796,-1.1450,-10.7088,0.0000,0.0000,2.7742,-10.7088,-0.6605,0.0000,-10.0483,0.0000,-10.0483,1.1373,,,-76.4110,,,,,,,0.0000,0.0000,0.0000 -139.0000,0.4000,,,,,,5,1154.5600,-72.2352,836.0681,-72.2352,-8.7336,101.0850,-8.7336,-2.0074,-9.4359,0.0000,0.0000,2.7097,-9.4359,-0.6419,0.0000,-8.7940,0.0000,-8.7940,1.0910,,,-96.1113,,,,,,,0.0000,0.0000,0.0000 -139.4000,0.4000,,,,,,5,1123.1201,-70.3618,832.8639,-70.3618,-8.2755,97.9555,-8.2755,-2.1732,-8.7332,0.0000,0.0000,2.6309,-8.7332,-0.6170,0.0000,-8.1161,0.0000,-8.1161,1.0411,,,-95.6094,,,,,,,0.0000,0.0000,0.0000 -139.8000,0.4000,,,,,,5,1090.5601,-68.4216,830.3467,-68.4216,-7.8140,94.8282,-7.8140,-2.0388,-8.3367,0.0000,0.0000,2.5615,-8.3367,-0.5917,0.0000,-7.7450,0.0000,-7.7450,0.9942,,,-88.7669,,,,,,,0.0000,0.0000,0.0000 -140.2000,0.4000,,,,,,5,1054.1601,-66.2526,822.8014,-66.2526,-7.3137,90.8302,-7.3137,-2.5127,-7.2674,0.0000,0.0000,2.4664,-7.2674,-0.5639,0.0000,-6.7035,0.0000,-6.7035,0.9354,,,-98.8587,,,,,,,0.0000,0.0000,0.0000 -140.6000,0.4000,,,,,,5,1011.2800,-63.6975,811.8313,-63.6975,-6.7456,85.9737,-6.7456,-2.6563,-6.4588,0.0000,0.0000,2.3692,-6.4588,-0.5319,0.0000,-5.9269,0.0000,-5.9269,0.8729,,,-99.0965,,,,,,,0.0000,0.0000,0.0000 -141.0000,0.4000,,,,,,5,964.1600,-65.2072,784.5787,-65.2072,-6.5837,79.2162,-6.5837,-2.7759,-6.0733,0.0000,0.0000,2.2654,-6.0733,-0.4976,0.0000,-5.5757,0.0000,-5.5757,0.8120,,,-93.2687,,,,,,,0.0000,0.0000,0.0000 -141.4000,0.4000,,,,,,5,917.5200,-68.0465,763.1167,-68.0465,-6.5381,73.3221,-6.5381,-2.3585,-6.3478,0.0000,0.0000,2.1683,-6.3478,-0.4646,0.0000,-5.8833,0.0000,-5.8833,0.7614,,,-91.6919,,,,,,,0.0000,0.0000,0.0000 -141.8000,0.4000,,,,,,5,869.6000,-70.9637,723.3528,-70.9637,-6.4623,65.8716,-6.4623,-2.6337,-5.8883,0.0000,0.0000,2.0597,-5.8883,-0.4306,0.0000,-5.4576,0.0000,-5.4576,0.7025,,,-79.1367,,,,,,,0.0000,0.0000,0.0000 -142.2000,0.4000,,,,,,5,829.3600,-73.4134,713.0008,-73.4134,-6.3760,61.9244,-6.3760,-1.3877,-6.9894,0.0000,0.0000,2.0010,-6.9894,-0.4026,0.0000,-6.5869,0.0000,-6.5869,0.6721,,,-39.4376,,,,,,,0.0000,0.0000,0.0000 -142.6000,0.4000,,,,,,5,815.9200,-73.1833,727.5438,-74.2316,-6.2530,62.1635,-6.3426,0.0839,-8.3333,0.0000,0.0000,1.9965,-8.3333,-0.3934,0.0000,-7.9400,0.0000,-7.9400,0.6739,,,-8.6231,,,,,,,13.9524,0.0140,0.0140 -143.0000,0.4000,,,,,,5,817.9200,148.1669,729.3253,-74.1098,12.6908,62.4685,-6.3477,0.1070,10.5828,0.0000,0.0000,2.0011,10.5828,-0.3947,0.0000,10.9775,0.0000,10.9775,0.5913,,,10.4004,,,,,,,3124.9139,3.1249,3.1249 -143.4000,0.4000,,,,,,5,819.6000,87.0027,729.6102,-74.0075,7.4673,62.6212,-6.3519,0.0536,5.4164,0.0000,0.0000,1.9972,5.4164,-0.3959,0.0000,5.8123,0.0000,5.8123,0.4757,,,5.3402,,,,,,,2245.5537,2.2456,2.2456 -143.8000,0.4000,,,,,,5,820.4000,151.6858,729.6614,-73.9588,13.0316,62.6867,-6.3540,0.0230,11.0104,0.0000,0.0000,1.9982,11.0104,-0.3964,0.0000,11.4069,0.0000,11.4069,0.6027,,,10.8073,,,,,,,3184.2902,3.1843,3.1843 -144.2000,0.4000,,,,,,5,819.6800,173.6372,727.2513,-74.0027,14.9044,62.4248,-6.3521,-0.0919,13.0021,0.0000,0.0000,1.9943,13.0021,-0.3959,0.0000,13.3981,0.0000,13.3981,0.6472,,,12.7359,,,,,,,3518.4830,3.5185,3.5185 -144.6000,0.4000,,,,,,5,816.2400,-74.2109,722.4303,-74.2121,-6.3433,61.7508,-6.3434,-0.2365,-8.0885,0.0000,0.0000,1.9817,-8.0885,-0.3936,0.0000,-7.6949,0.0000,-7.6949,0.6713,,,-13.7888,,,,,,,0.0153,0.0000,0.0000 -145.0000,0.4000,,,,,,5,823.9200,21.4565,747.9671,-73.7445,1.8513,64.5351,-6.3627,0.9781,-1.1501,0.0000,0.0000,2.0233,-1.1501,-0.3988,0.0000,-0.7513,0.0000,-0.7513,0.5972,,,-1.3652,,,,,,,1319.7198,1.3197,1.3197 -145.4000,0.4000,,,,,,5,837.6800,19.7216,747.0930,-72.9069,1.7300,65.5362,-6.3955,0.3524,-0.6607,0.0000,0.0000,2.0384,-0.6607,-0.4083,0.0000,-0.2524,0.0000,-0.2524,0.6061,,,-0.8621,,,,,,,1313.3878,1.3134,1.3134 -145.8000,0.4000,,,,,,5,842.6400,25.6702,747.0037,-72.6049,2.2652,65.9164,-6.4067,0.1339,0.0873,0.0000,0.0000,2.0439,0.0873,-0.4117,0.0000,0.4991,0.0000,0.4991,0.3722,,,0.1271,,,,,,,1399.7016,1.3997,1.3997 -146.2000,0.4000,,,,,,5,835.2000,-6.3372,725.7518,-73.0578,-0.5543,63.4757,-6.3898,-0.8588,-1.7033,0.0000,0.0000,2.0078,-1.7033,-0.4066,0.0000,-1.2967,0.0000,-1.2967,0.6158,,,-1.8923,,,,,,,918.6811,0.9187,0.9187 -146.6000,0.4000,,,,,,5,1052.7200,275.8487,1032.7381,-66.1668,30.4097,113.8496,-7.2943,27.8383,-0.4069,0.0000,0.0000,2.9783,-0.4069,-0.5628,0.0000,0.1560,0.0000,0.1560,0.5325,,,-0.4575,,,,,,,6526.1923,6.5262,6.5262 -147.0000,0.4000,,,,,,4,1270.4800,88.9258,844.2730,-78.9292,11.8311,112.3258,-10.5011,-1.2707,10.1606,0.0000,0.0000,2.9412,12.6156,-1.0029,0.0000,13.6185,0.0000,13.6185,0.8483,,,10.2158,,,,,,,3578.4195,3.5784,3.5784 -147.4000,0.4000,,,,,,4,1291.0400,428.3839,869.1721,-80.0920,57.9164,117.5098,-10.8282,4.3928,50.4491,0.0000,0.0000,3.0745,50.4491,-1.4040,0.0000,51.8531,0.0000,51.8531,1.5546,,,51.4331,,,,,,,11832.8219,11.8328,11.8328 -147.8000,0.4000,,,,,,4,1338.3200,492.2923,861.5339,-82.7661,68.9940,120.7427,-11.5996,2.8398,62.9975,0.0000,0.0000,3.1568,62.9975,-1.6460,0.0000,64.6435,0.0000,64.6435,1.8678,,,63.6275,,,,,,,13914.3235,13.9143,13.9143 -148.2000,0.4000,,,,,,4,1373.7600,471.5494,860.6918,-84.7706,67.8370,123.8190,-12.1951,2.7737,61.8291,0.0000,0.0000,3.2342,61.8291,-1.6532,0.0000,63.4823,0.0000,63.4823,1.8602,,,62.3973,,,,,,,13697.3583,13.6974,13.6974 -148.6000,0.4000,,,,,,4,1416.8001,579.7484,865.4546,-87.2049,86.0155,128.4049,-12.9383,4.2644,78.3743,0.0000,0.0000,3.3767,78.3743,-1.9597,0.0000,80.3340,0.0000,80.3340,2.2642,,,79.4893,,,,,,,17091.5616,17.0916,17.0916 -149.0000,0.4000,,,,,,4,1462.3201,549.2457,861.4858,-89.7795,84.1081,131.9226,-13.7483,3.3763,77.2503,0.0000,0.0000,3.4816,77.2503,-1.9768,0.0000,79.2271,0.0000,79.2271,2.2643,,,78.0028,,,,,,,16742.9601,16.7430,16.7430 -149.4000,0.4000,,,,,,4,1508.0000,628.9900,864.6101,-92.3631,99.3285,136.5370,-14.5857,4.5671,91.1374,0.0000,0.0000,3.6239,91.1374,-2.2428,0.0000,93.3802,0.0000,93.3802,2.6100,,,92.3304,,,,,,,19732.2406,19.7322,19.7322 -149.8000,0.4000,,,,,,4,1555.8400,649.8832,861.9755,-95.0689,105.8836,140.4392,-15.4893,3.9849,98.1415,0.0000,0.0000,3.7573,98.1415,-2.3966,0.0000,100.5381,0.0000,100.5381,2.7996,,,99.1155,,,,,,,20994.4272,20.9944,20.9944 -150.2000,0.4000,,,,,,4,1603.3600,665.6211,861.2177,-97.6816,111.7601,144.6014,-16.4011,4.7960,103.0655,0.0000,0.0000,3.8986,103.0655,-2.5174,0.0000,105.5829,0.0000,105.5829,2.9420,,,104.2797,,,,,,,22108.0855,22.1081,22.1081 -150.6000,0.4000,,,,,,4,1654.4000,736.0322,856.5852,-99.4292,127.5164,148.4020,-17.2260,4.9177,118.5303,0.0000,0.0000,4.0683,118.5303,-2.8129,0.0000,121.3432,0.0000,121.3432,3.3295,,,119.8285,,,,,,,25165.1063,25.1651,25.1651 -151.0000,0.4000,,,,,,4,1706.4800,797.7536,852.4536,-101.2125,142.5603,152.3353,-18.0869,5.3118,133.0304,0.0000,0.0000,4.2181,133.0304,-3.0948,0.0000,136.1252,0.0000,136.1252,3.6963,,,134.4962,,,,,,,28162.9340,28.1629,28.1629 -151.4000,0.4000,,,,,,4,1762.6400,807.1714,848.6052,-103.1355,148.9903,156.6383,-19.0371,6.0798,138.5000,0.0000,0.0000,4.4105,138.5000,-3.2357,0.0000,141.7357,0.0000,141.7357,3.8595,,,140.1854,,,,,,,29474.7556,29.4748,29.4748 -151.8000,0.4000,,,,,,4,1817.2800,788.9509,839.9401,-105.0465,150.1414,159.8449,-19.9909,5.3339,140.1901,0.0000,0.0000,4.6174,140.1901,-3.3131,0.0000,143.5032,0.0000,143.5032,3.9358,,,141.4967,,,,,,,29831.8936,29.8319,29.8319 -152.2000,0.4000,,,,,,4,1867.0401,765.7186,832.9309,-106.8657,149.7102,162.8513,-20.8940,5.3753,139.5552,0.0000,0.0000,4.7797,139.5552,-3.3449,0.0000,142.9001,0.0000,142.9001,3.9561,,,140.7777,,,,,,,29941.6805,29.9417,29.9417 -152.6000,0.4000,,,,,,4,1914.3201,763.6684,825.8480,-108.5943,153.0904,165.5554,-21.7696,5.0640,143.0986,0.0000,0.0000,4.9278,143.0986,-3.4428,0.0000,146.5413,0.0000,146.5413,4.0714,,,144.1549,,,,,,,30745.8392,30.7458,30.7458 -153.0000,0.4000,,,,,,4,1962.0800,745.5483,820.0299,-110.3404,153.1867,168.4903,-22.6715,5.7589,142.3034,0.0000,0.0000,5.1244,142.3034,-3.4716,0.0000,145.7749,0.0000,145.7749,4.0881,,,143.5008,,,,,,,30897.8000,30.8978,30.8978 -153.4000,0.4000,,,,,,4,2000.4000,755.6651,809.6811,-111.7544,158.2978,169.6131,-23.4105,3.0853,149.9975,0.0000,0.0000,5.2150,149.9975,-3.6299,0.0000,153.6274,0.0000,153.6274,4.2934,,,150.3194,,,,,,,32035.4303,32.0354,32.0354 -153.8000,0.4000,,,,,,4,2013.6000,763.2765,804.3733,-112.6676,160.9473,169.6131,-23.7575,0.0000,155.7231,0.0000,0.0000,5.2242,155.7231,-3.7343,0.0000,159.4574,0.0000,159.4574,4.4349,,,155.0225,,,,,,,32664.6252,32.6646,32.6646 -154.2000,0.4000,,,,,,4,2013.6000,762.8019,804.3733,-112.6676,160.8472,169.6131,-23.7575,0.0000,155.6055,0.0000,0.0000,5.2417,155.6055,-3.7324,0.0000,159.3379,0.0000,159.3379,4.4322,,,154.9058,,,,,,,32640.8273,32.6408,32.6408 -154.6000,0.4000,,,,,,4,2017.7600,43.8579,803.8085,-112.9554,9.2671,169.8442,-23.8674,0.9808,3.0161,0.0000,0.0000,5.2703,3.0161,-1.2265,0.0000,4.2426,0.0000,4.2426,0.9304,,,3.3190,,,,,,,5065.3927,5.0654,5.0654 -155.0000,0.4000,,,,,,4,2021.9200,16.4148,802.1547,-113.2432,3.4756,169.8442,-23.9775,0.0000,-1.8285,0.0000,0.0000,5.3041,-1.8285,-1.1500,0.0000,-0.6785,0.0000,-0.6785,1.2981,,,-1.9766,,,,,,,4191.9997,4.1920,4.1920 -155.4000,0.4000,,,,,,4,2021.9200,17.7215,802.1547,-113.2432,3.7523,169.8442,-23.9775,0.0000,-1.5519,0.0000,0.0000,5.3041,-1.5519,-1.1546,0.0000,-0.3972,0.0000,-0.3972,1.2947,,,-1.6920,,,,,,,4234.3150,4.2343,4.2343 -155.8000,0.4000,,,,,,4,2021.9200,37.5918,802.1547,-113.2432,7.9595,169.8442,-23.9775,0.0000,2.6630,0.0000,0.0000,5.2965,2.6630,-1.2243,0.0000,3.8873,0.0000,3.8873,0.9255,,,2.9618,,,,,,,4877.8121,4.8778,4.8778 -156.2000,0.4000,,,,,,4,2030.4800,57.4696,800.9518,-113.8354,12.2198,170.3075,-24.2050,2.0309,4.8655,0.0000,0.0000,5.3235,4.8655,-1.2682,0.0000,6.1337,0.0000,6.1337,0.9826,,,5.1728,,,,,,,5605.8472,5.6058,5.6058 -156.6000,0.4000,,,,,,4,2039.0400,130.3932,797.5893,-114.4275,27.8426,170.3075,-24.4335,0.0000,22.5185,0.0000,0.0000,5.3241,22.5185,-1.5675,0.0000,24.0860,0.0000,24.0860,1.3946,,,22.6914,,,,,,,8179.9372,8.1799,8.1799 -157.0000,0.4000,,,,,,4,2039.0400,279.3976,797.5893,-114.4275,59.6591,170.3075,-24.4335,0.0000,54.3809,0.0000,0.0000,5.2782,54.3809,-2.0942,0.0000,56.4751,0.0000,56.4751,2.1266,,,54.3485,,,,,,,13747.8957,13.7479,13.7479 -157.4000,0.4000,,,,,,4,2039.0400,260.1784,797.5893,-114.4275,55.5553,170.3075,-24.4335,0.0000,50.2771,0.0000,0.0000,5.2782,50.2771,-2.0263,0.0000,52.3035,0.0000,52.3035,2.0323,,,50.2712,,,,,,,12998.8745,12.9989,12.9989 -157.8000,0.4000,,,,,,4,2044.8001,249.2810,796.7554,-114.8260,53.3788,170.6100,-24.5878,1.3762,46.6849,0.0000,0.0000,5.3177,46.6849,-1.9720,0.0000,48.6569,0.0000,48.6569,1.9542,,,46.8343,,,,,,,12613.1669,12.6132,12.6132 -158.2000,0.4000,,,,,,4,2050.5601,224.1856,794.5173,-115.2245,48.1403,170.6100,-24.7426,0.0000,42.8570,0.0000,0.0000,5.2833,42.8570,-1.9138,0.0000,44.7708,0.0000,44.7708,1.8707,,,42.9002,,,,,,,11698.6238,11.6986,11.6986 -158.6000,0.4000,,,,,,4,2050.5601,222.3815,794.5173,-115.2245,47.7529,170.6100,-24.7426,0.0000,42.4696,0.0000,0.0000,5.2833,42.4696,-1.9074,0.0000,44.3770,0.0000,44.3770,1.8618,,,42.5152,,,,,,,11632.2523,11.6323,11.6323 -159.0000,0.4000,,,,,,4,2050.5601,230.5267,794.5173,-115.2245,49.5020,170.6100,-24.7426,0.0000,44.2187,0.0000,0.0000,5.2833,44.2187,-1.9363,0.0000,46.1550,0.0000,46.1550,1.9020,,,44.2530,,,,,,,11931.9016,11.9319,11.9319 -159.4000,0.4000,,,,,,4,2050.5601,147.9329,794.5173,-115.2245,31.7663,170.6100,-24.7426,0.0000,26.4944,0.0000,0.0000,5.2718,26.4944,-1.6434,0.0000,28.1378,0.0000,28.1378,1.4948,,,26.6430,,,,,,,8885.4931,8.8855,8.8855 -159.8000,0.4000,,,,,,4,2059.0401,186.2271,793.2482,-115.8111,40.1547,171.0419,-24.9714,2.0402,32.7845,0.0000,0.0000,5.3300,32.7845,-1.7549,0.0000,34.5394,0.0000,34.5394,1.6458,,,33.0290,,,,,,,10316.9541,10.3170,10.3170 -160.2000,0.4000,,,,,,4,2067.5200,131.3329,789.9947,-116.3978,28.4349,171.0419,-25.2013,0.0000,23.1033,0.0000,0.0000,5.3316,23.1033,-1.6024,0.0000,24.7056,0.0000,24.7056,1.4300,,,23.2756,,,,,,,8399.9585,8.4000,8.4000 -160.6000,0.4000,,,,,,4,2067.5200,120.5413,789.9947,-116.3978,26.0984,171.0419,-25.2013,0.0000,20.7668,0.0000,0.0000,5.3316,20.7668,-1.5637,0.0000,22.3305,0.0000,22.3305,1.3763,,,20.9542,,,,,,,8012.2123,8.0122,8.0122 -161.0000,0.4000,,,,,,4,2067.5200,173.0671,789.9947,-116.3978,37.4708,171.0419,-25.2013,0.0000,32.1391,0.0000,0.0000,5.3316,32.1391,-1.7517,0.0000,33.8909,0.0000,33.8909,1.6376,,,32.2533,,,,,,,9899.5385,9.8995,9.8995 -161.4000,0.4000,,,,,,4,2072.4800,166.0302,789.2337,-116.7409,36.0335,171.2871,-25.3362,1.2011,29.4569,0.0000,0.0000,5.3755,29.4569,-1.7118,0.0000,31.1687,0.0000,31.1687,1.5798,,,29.6597,,,,,,,9679.1240,9.6791,9.6791 -161.8000,0.4000,,,,,,4,2077.4399,183.6227,787.3494,-117.0840,39.9469,171.2871,-25.4715,0.0000,34.5715,0.0000,0.0000,5.3755,34.5715,-1.8007,0.0000,36.3722,0.0000,36.3722,1.7012,,,34.6710,,,,,,,10345.3013,10.3453,10.3453 -162.2000,0.4000,,,,,,4,2077.4399,205.6403,787.3494,-117.0840,44.7369,171.2871,-25.4715,0.0000,39.3614,0.0000,0.0000,5.3755,39.3614,-1.8799,0.0000,41.2413,0.0000,41.2413,1.8112,,,39.4301,,,,,,,11221.3880,11.2214,11.2214 -162.6000,0.4000,,,,,,4,2077.4399,197.9105,787.3494,-117.0840,43.0552,171.2871,-25.4715,0.0000,37.6705,0.0000,0.0000,5.3848,37.6705,-1.8520,0.0000,39.5224,0.0000,39.5224,1.7723,,,37.7501,,,,,,,10919.9369,10.9199,10.9199 -163.0000,0.4000,,,,,,4,2077.4399,170.9057,787.3494,-117.0840,37.1804,171.2871,-25.4715,0.0000,31.7956,0.0000,0.0000,5.3848,31.7956,-1.7549,0.0000,33.5504,0.0000,33.5504,1.6374,,,31.9131,,,,,,,9886.7501,9.8868,9.8868 -163.4000,0.4000,,,,,,4,2084.2400,234.0265,786.2796,-117.5544,51.0789,171.6143,-25.6576,1.6560,43.9964,0.0000,0.0000,5.4265,43.9964,-1.9626,0.0000,45.9589,0.0000,45.9589,1.9230,,,44.1797,,,,,,,12326.4454,12.3264,12.3264 -163.8000,0.4000,,,,,,4,2091.0400,225.0351,783.7227,-118.0249,49.2767,171.6143,-25.8443,0.0000,43.8502,0.0000,0.0000,5.4265,43.8502,-1.9663,0.0000,45.8164,0.0000,45.8164,1.9249,,,43.8915,,,,,,,12038.6163,12.0386,12.0386 -164.2000,0.4000,,,,,,4,2091.0400,220.8496,783.7227,-118.0249,48.3601,171.6143,-25.8443,0.0000,42.9336,0.0000,0.0000,5.4265,42.9336,-1.9511,0.0000,44.8847,0.0000,44.8847,1.9039,,,42.9809,,,,,,,11884.6386,11.8846,11.8846 -164.6000,0.4000,,,,,,4,2091.0400,218.4402,783.7227,-118.0249,47.8326,171.6143,-25.8443,0.0000,42.4290,0.0000,0.0000,5.4036,42.4290,-1.9428,0.0000,44.3718,0.0000,44.3718,1.8923,,,42.4795,,,,,,,11796.0016,11.7960,11.7960 -165.0000,0.4000,,,,,,4,2095.1200,202.0144,783.0686,-118.3071,44.3221,171.8056,-25.9566,0.9988,37.8923,0.0000,0.0000,5.4310,37.8923,-1.8714,0.0000,39.7637,0.0000,39.7637,1.7912,,,38.0464,,,,,,,11219.8376,11.2198,11.2198 -165.4000,0.4000,,,,,,4,2099.2000,340.4035,781.5467,-118.5894,74.8301,171.8056,-26.0692,0.0000,69.4168,0.0000,0.0000,5.4133,69.4168,-2.3962,0.0000,71.8130,0.0000,71.8130,2.5186,,,69.2943,,,,,,,16812.8786,16.8129,16.8129 -165.8000,0.4000,,,,,,4,2099.2000,394.5285,781.5467,-118.5894,86.7283,171.8056,-26.0692,0.0000,81.3150,0.0000,0.0000,5.4133,81.3150,-2.5928,0.0000,83.9078,0.0000,83.9078,2.7919,,,81.1159,,,,,,,19044.0407,19.0440,19.0440 -166.2000,0.4000,,,,,,4,2099.2000,408.2392,781.5467,-118.5894,89.7423,171.8056,-26.0692,0.0000,84.3288,0.0000,0.0000,5.4135,84.3288,-2.6426,0.0000,86.9715,0.0000,86.9715,2.8612,,,84.1103,,,,,,,19626.3723,19.6264,19.6264 -166.6000,0.4000,,,,,,5,1760.0000,91.2150,686.1818,-103.0451,16.8115,126.4680,-18.9919,-69.7550,83.2349,0.0000,0.0000,3.3316,67.1360,-0.8354,0.0000,67.9714,0.0000,67.9714,2.4332,,,65.5941,,,,,,,5477.3323,5.4773,5.4773 -167.0000,0.4000,,,,,,5,1417.3600,469.6527,847.9370,-87.2366,69.7085,125.8556,-12.9481,-0.5697,66.9646,0.0000,0.0000,3.3135,66.9646,-0.8338,0.0000,67.7984,0.0000,67.7984,2.4267,,,65.2130,,,,,,,14072.8784,14.0729,14.0729 -167.4000,0.4000,,,,,,5,1414.4800,462.6169,850.3365,-87.0737,68.5247,125.9552,-12.8977,0.0926,65.1156,0.0000,0.0000,3.3165,65.1156,-0.8316,0.0000,65.9473,0.0000,65.9473,2.3816,,,63.5908,,,,,,,13855.2670,13.8553,13.8553 -167.8000,0.4000,,,,,,5,1417.1200,476.8529,851.2476,-87.2230,70.7652,126.3255,-12.9439,0.3444,67.0970,0.0000,0.0000,3.3238,67.0970,-0.8336,0.0000,67.9306,0.0000,67.9306,2.4294,,,65.5973,,,,,,,14263.3521,14.2634,14.2634 -168.2000,0.4000,,,,,,5,1418.8000,491.4369,849.7604,-87.3180,73.0159,126.2543,-12.9734,-0.0663,69.7607,0.0000,0.0000,3.3216,69.7607,-0.8348,0.0000,70.5955,0.0000,70.5955,2.4916,,,68.0847,,,,,,,14671.0549,14.6711,14.6711 -168.6000,0.4000,,,,,,5,1420.1600,414.2487,851.0534,-87.3949,61.6066,126.5676,-12.9973,0.2920,57.9873,0.0000,0.0000,3.3272,57.9873,-0.8358,0.0000,58.8231,0.0000,58.8231,2.2271,,,56.6662,,,,,,,12598.8224,12.5988,12.5988 -169.0000,0.4000,,,,,,5,1416.8800,403.5448,846.9765,-87.2094,59.8761,125.6704,-12.9397,-0.8344,57.4098,0.0000,0.0000,3.3007,57.4098,-0.8334,0.0000,58.2432,0.0000,58.2432,2.2103,,,55.8336,,,,,,,12273.9384,12.2739,12.2739 -169.4000,0.4000,,,,,,5,1413.7601,448.2906,851.1544,-87.0330,66.3688,126.0122,-12.8851,0.3172,62.7408,0.0000,0.0000,3.3108,62.7408,-0.8311,0.0000,63.5720,0.0000,63.5720,2.3272,,,61.3280,,,,,,,13451.9359,13.4519,13.4519 -169.8000,0.4000,,,,,,5,1414.1601,490.3220,849.0864,-87.0556,72.6120,125.7416,-12.8921,-0.2512,69.5623,0.0000,0.0000,3.3009,69.5623,-0.8314,0.0000,70.3937,0.0000,70.3937,2.4818,,,67.8389,,,,,,,14594.2734,14.5943,14.5943 -170.2000,0.4000,,,,,,5,1417.8400,508.8619,853.1174,-87.2637,75.5537,126.6673,-12.9566,0.8615,71.3640,0.0000,0.0000,3.3283,71.3640,-0.8341,0.0000,72.1981,0.0000,72.1981,2.5267,,,69.9269,,,,,,,15144.1119,15.1441,15.1441 -170.6000,0.4000,,,,,,5,1425.9200,514.3543,851.7168,-87.7207,76.8044,127.1800,-13.0986,0.4798,72.9822,0.0000,0.0000,3.3424,72.9822,-0.8401,0.0000,73.8222,0.0000,73.8222,2.5726,,,71.3936,,,,,,,15380.4407,15.3804,15.3804 -171.0000,0.4000,,,,,,5,1427.9200,524.9245,849.4762,-87.8338,78.4927,127.0234,-13.1339,-0.1468,75.3017,0.0000,0.0000,3.3378,75.3017,-0.8416,0.0000,76.1433,0.0000,76.1433,2.6273,,,73.4707,,,,,,,15686.2237,15.6862,15.6862 -171.4000,0.4000,,,,,,5,1432.0800,424.1680,852.9915,-88.0691,63.6112,127.9206,-13.2075,0.8433,59.4036,0.0000,0.0000,3.3643,59.4036,-0.8446,0.0000,60.2482,0.0000,60.2482,2.2728,,,58.1794,,,,,,,12974.5512,12.9746,12.9746 -171.8000,0.4000,,,,,,5,1435.2800,411.2131,848.9103,-88.2501,61.8062,127.5931,-13.2642,-0.3086,58.7582,0.0000,0.0000,3.3566,58.7582,-0.8470,0.0000,59.6052,0.0000,59.6052,2.2620,,,57.2697,,,,,,,12656.9448,12.6569,12.6569 -172.2000,0.4000,,,,,,5,1436.1600,393.3267,851.6099,-88.2999,59.1541,128.0773,-13.2798,0.4564,55.3267,0.0000,0.0000,3.3709,55.3267,-0.8476,0.0000,56.1744,0.0000,56.1744,2.1855,,,54.0912,,,,,,,12153.7328,12.1537,12.1537 -172.6000,0.4000,,,,,,5,1438.1600,354.6529,849.5744,-88.4130,53.4121,127.9491,-13.3153,-0.1210,50.1659,0.0000,0.0000,3.3671,50.1659,-0.8491,0.0000,51.0150,0.0000,51.0150,2.0712,,,48.9194,,,,,,,11132.8064,11.1328,11.1328 -173.0000,0.4000,,,,,,5,1435.1200,329.6248,848.6259,-88.2411,49.5378,127.5361,-13.2613,-0.3890,46.5707,0.0000,0.0000,3.3561,46.5707,-0.8469,0.0000,47.4176,0.0000,47.4176,1.9864,,,45.3578,,,,,,,10407.1115,10.4071,10.4071 -173.4000,0.4000,,,,,,5,1435.7600,368.7394,851.7524,-88.2773,55.4409,128.0630,-13.2727,0.4966,51.5728,0.0000,0.0000,3.3715,51.5728,-0.8474,0.0000,52.4201,0.0000,52.4201,2.1002,,,50.4237,,,,,,,11491.6375,11.4916,11.4916 -173.8000,0.4000,,,,,,5,1436.8800,282.5368,848.9115,-88.3406,42.5132,127.7355,-13.2926,-0.3089,39.4566,0.0000,0.0000,3.3656,39.4566,-0.8482,0.0000,40.3047,0.0000,40.3047,1.8277,,,38.4278,,,,,,,9138.7847,9.1388,9.1388 -174.2000,0.4000,,,,,,5,1432.8800,314.4049,848.7187,-88.1144,47.1767,127.3510,-13.2216,-0.3616,44.1841,0.0000,0.0000,3.3542,44.1841,-0.8452,0.0000,45.0293,0.0000,45.0293,1.9299,,,43.0345,,,,,,,9982.6148,9.9826,9.9826 -174.6000,0.4000,,,,,,5,1429.5200,290.0670,849.2864,-87.9243,43.4227,127.1373,-13.1622,-0.2004,40.2753,0.0000,0.0000,3.3479,40.2753,-0.8427,0.0000,41.1180,0.0000,41.1180,1.8376,,,39.2474,,,,,,,9287.6538,9.2877,9.2877 -175.0000,0.4000,,,,,,5,1425.6800,262.8926,848.4260,-87.7071,39.2490,126.6673,-13.0944,-0.4398,36.3523,0.0000,0.0000,3.3365,36.3523,-0.8399,0.0000,37.1922,0.0000,37.1922,1.7445,,,35.3820,,,,,,,8551.6092,8.5516,8.5516 -175.4000,0.4000,,,,,,5,1423.6800,336.0550,850.3821,-87.5940,50.1016,126.7813,-13.0592,0.1065,46.6552,0.0000,0.0000,3.3399,46.6552,-0.8384,0.0000,47.4936,0.0000,47.4936,1.9751,,,45.5390,,,,,,,10494.1904,10.4942,10.4942 -175.8000,0.4000,,,,,,5,1425.7600,334.4450,850.8585,-87.7117,49.9344,127.0376,-13.0958,0.2399,46.3470,0.0000,0.0000,3.3475,46.3470,-0.8400,0.0000,47.1870,0.0000,47.1870,1.9705,,,45.2622,,,,,,,10466.5466,10.4665,10.4665 -176.2000,0.4000,,,,,,5,1428.0800,316.9107,850.5238,-87.8429,47.3934,127.1943,-13.1367,0.1468,43.8955,0.0000,0.0000,3.3511,43.8955,-0.8417,0.0000,44.7371,0.0000,44.7371,1.9178,,,42.8458,,,,,,,10014.0005,10.0140,10.0140 -176.6000,0.4000,,,,,,5,1424.9600,338.2245,847.6140,-87.6664,50.4704,126.4822,-13.0817,-0.6660,47.8063,0.0000,0.0000,3.3301,47.8063,-0.8394,0.0000,48.6457,0.0000,48.6457,2.0025,,,46.5122,,,,,,,10561.8588,10.5619,10.5619 -177.0000,0.4000,,,,,,5,1424.0800,386.6153,851.8623,-87.6166,57.6557,127.0376,-13.0662,0.5192,53.7922,0.0000,0.0000,3.3443,53.7922,-0.8387,0.0000,54.6309,0.0000,54.6309,2.1368,,,52.6091,,,,,,,11873.2167,11.8732,11.8732 -177.4000,0.4000,,,,,,5,1430.0000,379.7512,851.6643,-87.9515,56.8675,127.5361,-13.1707,0.4678,53.0418,0.0000,0.0000,3.3578,53.0418,-0.8431,0.0000,53.8849,0.0000,53.8849,2.1267,,,51.8595,,,,,,,11738.6575,11.7387,11.7387 -177.8000,0.4000,,,,,,5,1434.0000,425.0359,850.7113,-88.1777,63.8268,127.7497,-13.2415,0.2011,60.2616,0.0000,0.0000,3.3641,60.2616,-0.8460,0.0000,61.1077,0.0000,61.1077,2.2945,,,58.8624,,,,,,,13015.5166,13.0155,13.0155 -178.2000,0.4000,,,,,,5,1435.9200,390.0290,850.4262,-88.2863,58.6483,127.8779,-13.2755,0.1208,55.1648,0.0000,0.0000,3.3628,55.1648,-0.8475,0.0000,56.0122,0.0000,56.0122,2.1815,,,53.8577,,,,,,,12063.3773,12.0634,12.0634 -178.6000,0.4000,,,,,,5,1434.7200,382.4600,848.8625,-88.2184,57.4621,127.5361,-13.2542,-0.3219,54.4313,0.0000,0.0000,3.3527,54.4313,-0.8466,0.0000,55.2779,0.0000,55.2779,2.1635,,,53.0433,,,,,,,11850.5813,11.8506,11.8506 -179.0000,0.4000,,,,,,5,1435.9200,349.9195,851.8469,-88.2863,52.6171,128.0915,-13.2755,0.5235,48.7271,0.0000,0.0000,3.3666,48.7271,-0.8475,0.0000,49.5745,0.0000,49.5745,2.0360,,,47.6418,,,,,,,10970.7503,10.9708,10.9708 -179.4000,0.4000,,,,,,5,1440.8001,366.3512,851.0383,-88.5623,55.2751,128.4049,-13.3623,0.2963,51.6030,0.0000,0.0000,3.3758,51.6030,-0.8511,0.0000,52.4541,0.0000,52.4541,2.1067,,,50.4089,,,,,,,11469.6640,11.4697,11.4697 -179.8000,0.4000,,,,,,5,1440.4001,360.8172,848.7253,-88.5397,54.4251,128.0203,-13.3552,-0.3635,51.4241,0.0000,0.0000,3.3645,51.4241,-0.8508,0.0000,52.2749,0.0000,52.2749,2.1022,,,50.0975,,,,,,,11318.0580,11.3181,11.3181 -180.2000,0.4000,,,,,,5,1436.5600,239.8623,849.0060,-88.3225,36.0840,127.7212,-13.2869,-0.2820,33.0118,0.0000,0.0000,3.3541,33.0118,-0.8479,0.0000,33.8598,0.0000,33.8598,1.6817,,,32.1405,,,,,,,7996.4965,7.9965,7.9965 -180.6000,0.4000,,,,,,5,1432.7201,297.9069,848.7186,-88.1053,44.6962,127.3367,-13.2188,-0.3616,41.7166,0.0000,0.0000,3.3411,41.7166,-0.8451,0.0000,42.5617,0.0000,42.5617,1.8739,,,40.6265,,,,,,,9520.3887,9.5204,9.5204 -181.0000,0.4000,,,,,,5,1433.3601,356.6450,851.6604,-88.1415,53.5328,127.8352,-13.2301,0.4689,49.7079,0.0000,0.0000,3.3560,49.7079,-0.8456,0.0000,50.5534,0.0000,50.5534,2.0552,,,48.5930,,,,,,,11147.5893,11.1476,11.1476 -181.4000,0.4000,,,,,,5,1436.8800,246.9452,850.4259,-88.3406,37.1578,127.9634,-13.2926,0.1209,33.6776,0.0000,0.0000,3.3593,33.6776,-0.8482,0.0000,34.5258,0.0000,34.5258,1.6971,,,32.8452,,,,,,,8188.3835,8.1884,8.1884 -181.8000,0.4000,,,,,,5,1432.2400,201.7982,846.8190,-88.0782,30.2665,127.0091,-13.2103,-0.8970,27.8324,0.0000,0.0000,3.3311,27.8324,-0.8447,0.0000,28.6771,0.0000,28.6771,1.5596,,,27.0160,,,,,,,6998.1699,6.9982,6.9982 -182.2000,0.4000,,,,,,5,1424.8800,228.0779,848.8069,-87.6619,34.0322,126.6531,-13.0803,-0.3330,31.0411,0.0000,0.0000,3.3241,31.0411,-0.8393,0.0000,31.8804,0.0000,31.8804,1.6236,,,30.2143,,,,,,,7630.3345,7.6303,7.6303 -182.6000,0.4000,,,,,,5,1423.6000,266.3007,850.4299,-87.5895,39.6998,126.7813,-13.0578,0.1198,36.2522,0.0000,0.0000,3.3279,36.2522,-0.8384,0.0000,37.0906,0.0000,37.0906,1.7399,,,35.3686,,,,,,,8627.1658,8.6272,8.6272 -183.0000,0.4000,,,,,,5,1427.0400,306.6551,851.6202,-87.7841,45.8263,127.2655,-13.1184,0.4535,42.0306,0.0000,0.0000,3.3422,42.0306,-0.8409,0.0000,42.8715,0.0000,42.8715,1.8744,,,41.0752,,,,,,,9731.4592,9.7315,9.7315 -183.4000,0.4000,,,,,,5,1430.9600,263.2128,850.7128,-88.0058,39.4424,127.4791,-13.1876,0.2006,35.8907,0.0000,0.0000,3.3510,35.8907,-0.8438,0.0000,36.7345,0.0000,36.7345,1.7402,,,35.0237,,,,,,,8594.5157,8.5945,8.5945 -183.8000,0.4000,,,,,,5,1431.2000,312.1386,849.4298,-88.0193,46.7817,127.3082,-13.1919,-0.1605,43.5963,0.0000,0.0000,3.3459,43.5963,-0.8440,0.0000,44.4403,0.0000,44.4403,1.9146,,,42.4972,,,,,,,9909.3744,9.9094,9.9094 -184.2000,0.4000,,,,,,5,1435.1200,350.6102,852.8904,-88.2411,52.6916,128.1770,-13.2613,0.8183,48.5017,0.0000,0.0000,3.3716,48.5017,-0.8469,0.0000,49.3485,0.0000,49.3485,2.0300,,,47.4794,,,,,,,10985.0022,10.9850,10.9850 -184.6000,0.4000,,,,,,5,1440.0000,316.0861,850.0000,-88.5171,47.6647,128.1770,-13.3481,0.0000,44.2914,0.0000,0.0000,3.3732,44.2914,-0.8505,0.0000,45.1419,0.0000,45.1419,1.9405,,,43.2014,,,,,,,10080.6984,10.0807,10.0807 -185.0000,0.4000,,,,,,5,1439.2000,299.6218,849.5275,-88.4718,45.1568,128.0346,-13.3338,-0.1345,41.9223,0.0000,0.0000,3.3690,41.9223,-0.8499,0.0000,42.7722,0.0000,42.7722,1.8861,,,40.8634,,,,,,,9619.6692,9.6197,9.6197 -185.4000,0.4000,,,,,,5,1442.7200,276.5836,852.5452,-88.6709,41.7866,128.8036,-13.3965,0.7282,37.6671,0.0000,0.0000,3.3913,37.6671,-0.8525,0.0000,38.5196,0.0000,38.5196,1.7940,,,36.8356,,,,,,,9021.2312,9.0212,9.0212 -185.8000,0.4000,,,,,,5,1448.8800,270.7855,851.0795,-89.0193,41.0853,129.1312,-13.5066,0.3115,37.3730,0.0000,0.0000,3.4008,37.3730,-0.8571,0.0000,38.2301,0.0000,38.2301,1.7946,,,36.4818,,,,,,,8909.8281,8.9098,8.9098 -186.2000,0.4000,,,,,,5,1451.7600,203.0379,850.6089,-89.1822,30.8674,129.3163,-13.5582,0.1764,27.2847,0.0000,0.0000,3.4063,27.2847,-0.8592,0.0000,28.1440,0.0000,28.1440,1.5700,,,26.5930,,,,,,,7143.6699,7.1437,7.1437 -186.6000,0.4000,,,,,,5,1453.6000,140.4772,850.4678,-89.2863,21.3835,129.4588,-13.5912,0.1359,17.8384,0.0000,0.0000,3.4092,17.8384,-0.8606,0.0000,18.6990,0.0000,18.6990,1.3587,,,17.3499,,,,,,,5516.3774,5.5164,5.5164 -187.0000,0.4000,,,,,,5,1436.6400,-88.3270,839.4921,-88.3270,-13.2883,126.2971,-13.2883,-2.9812,-13.6229,0.0000,0.0000,3.3158,-13.6229,-0.8480,0.0000,-12.7749,0.0000,-12.7749,1.5502,,,-23.1961,,,,,,,29.6342,0.0296,0.0296 -187.4000,0.4000,,,,,,5,1427.7600,-66.2288,855.2866,-87.8248,-9.9022,127.8779,-13.1311,1.4814,-14.7461,0.0000,0.0000,3.3625,-14.7461,-0.8414,0.0000,-13.9047,0.0000,-13.9047,1.5497,,,-15.5505,,,,,,,544.4341,0.5444,0.5444 -187.8000,0.4000,,,,,,5,1433.3600,-87.3187,848.0549,-88.1415,-13.1066,127.2940,-13.2301,-0.5493,-15.8997,0.0000,0.0000,3.3424,-15.8997,-0.8456,0.0000,-15.0541,0.0000,-15.0541,1.5721,,,-16.5881,,,,,,,50.8727,0.0509,0.0509 -188.2000,0.4000,,,,,,5,1424.9600,-23.7995,846.9459,-87.6664,-3.5514,126.3825,-13.0817,-0.8525,-6.0144,0.0000,0.0000,3.3155,-6.0144,-0.8394,0.0000,-5.1750,0.0000,-5.1750,1.4418,,,-6.5930,,,,,,,1470.8992,1.4709,1.4709 -188.6000,0.4000,,,,,,5,1423.4400,37.0923,852.1497,-87.5804,5.5291,127.0234,-13.0549,0.5988,1.5972,0.0000,0.0000,3.3331,1.5972,-0.8382,0.0000,2.4354,0.0000,2.4354,0.9566,,,1.4826,,,,,,,2851.7779,2.8518,2.8518 -189.0000,0.4000,,,,,,5,1424.7200,33.8471,848.6159,-87.6528,5.0499,126.6104,-13.0775,-0.3862,2.1150,0.0000,0.0000,3.3211,2.1150,-0.8392,0.0000,2.9542,0.0000,2.9542,0.9698,,,1.9812,,,,,,,2779.7532,2.7798,2.7798 -189.4000,0.4000,,,,,,5,1418.8000,62.8814,847.8432,-87.3180,9.3427,125.9695,-12.9734,-0.5968,6.6376,0.0000,0.0000,3.3019,6.6376,-0.8348,0.0000,7.4724,0.0000,7.4724,1.0651,,,6.3910,,,,,,,3462.5333,3.4625,3.4625 -189.8000,0.4000,,,,,,5,1416.0800,18.7736,850.5282,-87.1642,2.7840,126.1261,-12.9257,0.1456,-0.6679,0.0000,0.0000,3.3063,-0.6679,-0.8328,0.0000,0.1649,0.0000,0.1649,0.8969,,,-0.7325,,,,,,,2407.4259,2.4074,2.4074 -190.2000,0.4000,,,,,,5,1416.7200,124.1201,849.8560,-87.2004,18.4143,126.0834,-12.9369,-0.0397,15.1490,0.0000,0.0000,3.3050,15.1490,-0.8333,0.0000,15.9823,0.0000,15.9823,1.2551,,,14.7247,,,,,,,4932.1936,4.9322,4.9322 -190.6000,0.4000,,,,,,5,1415.8400,52.1461,849.6158,-87.1506,7.7315,125.9695,-12.9215,-0.1059,4.5358,0.0000,0.0000,3.3016,4.5358,-0.8326,0.0000,5.3684,0.0000,5.3684,1.0142,,,4.3522,,,,,,,3195.2906,3.1953,3.1953 -191.0000,0.4000,,,,,,5,1418.4000,77.8436,851.9177,-87.2954,11.5625,126.5392,-12.9664,0.5303,7.7127,0.0000,0.0000,3.3195,7.7127,-0.8345,0.0000,8.5472,0.0000,8.5472,1.0890,,,7.4750,,,,,,,3808.3855,3.8084,3.8084 -191.4000,0.4000,,,,,,5,1421.2800,74.5681,849.8086,-87.4583,11.0984,126.4822,-13.0169,-0.0531,7.8338,0.0000,0.0000,3.3178,7.8338,-0.8366,0.0000,8.6704,0.0000,8.6704,1.0950,,,7.5737,,,,,,,3743.4740,3.7435,3.7435 -191.8000,0.4000,,,,,,5,1421.8400,92.9997,850.5261,-87.4900,13.8472,126.6389,-13.0268,0.1462,10.3781,0.0000,0.0000,3.3229,10.3781,-0.8371,0.0000,11.2151,0.0000,11.2151,1.1532,,,10.0682,,,,,,,4173.5929,4.1736,4.1736 -192.2000,0.4000,,,,,,5,1419.4400,98.5913,848.0358,-87.3542,14.6549,126.0549,-12.9846,-0.5440,11.8933,0.0000,0.0000,3.3057,11.8933,-0.8353,0.0000,12.7286,0.0000,12.7286,1.1846,,,11.5173,,,,,,,4294.1365,4.2941,4.2941 -192.6000,0.4000,,,,,,5,1416.6400,60.0411,850.2880,-87.1958,8.9071,126.1404,-12.9355,0.0795,5.5195,0.0000,0.0000,3.3082,5.5195,-0.8332,0.0000,6.3527,0.0000,6.3527,1.0374,,,5.3171,,,,,,,3388.2297,3.3882,3.3882 -193.0000,0.4000,,,,,,5,1418.6400,25.6031,850.9107,-87.3090,3.8036,126.4110,-12.9706,0.2520,0.2347,0.0000,0.0000,3.3169,0.2347,-0.8347,0.0000,1.0694,0.0000,1.0694,0.9203,,,0.1493,,,,,,,2572.6111,2.5726,2.5726 -193.4000,0.4000,,,,,,5,1418.7200,15.0495,849.1373,-87.3135,2.2359,126.1546,-12.9720,-0.2387,-0.8348,0.0000,0.0000,3.3093,-0.8348,-0.8348,0.0000,0.0000,0.0000,0.0000,0.9365,,,-0.9356,,,,,,,2327.8065,2.3278,2.3278 -193.8000,0.4000,,,,,,5,1417.0400,-64.5911,849.8560,-87.2185,-9.5848,126.1119,-12.9425,-0.0397,-12.8540,0.0000,0.0000,3.3090,-12.8540,-0.8335,0.0000,-12.0205,0.0000,-12.0205,1.5106,,,-13.5288,,,,,,,552.7044,0.5527,0.5527 -194.2000,0.4000,,,,,,5,1412.7200,-86.9741,847.5452,-86.9741,-12.8669,125.3856,-12.8669,-0.6735,-15.4814,0.0000,0.0000,3.2875,-15.4814,-0.8303,0.0000,-14.6511,0.0000,-14.6511,1.5351,,,-16.1941,,,,,,,33.9733,0.0340,0.0340 -194.6000,0.4000,,,,,,5,1408.8000,-86.4748,850.0965,-86.7524,-12.7576,125.4141,-12.7985,0.0263,-16.0722,0.0000,0.0000,3.2883,-16.0722,-0.8275,0.0000,-15.2448,0.0000,-15.2448,1.5360,,,-16.7827,,,,,,,41.6506,0.0417,0.0417 -195.0000,0.4000,,,,,,5,1408.5600,-86.7388,849.7586,-86.7388,-12.7943,125.3428,-12.7943,-0.0658,-16.0155,0.0000,0.0000,3.2870,-16.0155,-0.8273,0.0000,-15.1882,0.0000,-15.1882,1.5350,,,-52.6723,,,,,,,34.7280,0.0347,0.0347 -195.4000,0.4000,,,,,,5,1399.9201,-86.2502,844.9969,-86.2502,-12.6442,123.8759,-12.6442,-1.3478,-14.5402,0.0000,0.0000,3.2438,-14.5402,-0.8209,0.0000,-13.7192,0.0000,-13.7192,1.5042,,,-57.8958,,,,,,,31.8094,0.0318,0.0318 -195.8000,0.4000,,,,,,5,1381.2001,-85.1914,843.5505,-85.1914,-12.3220,122.0102,-12.3220,-1.6913,-13.8261,0.0000,0.0000,3.1954,-13.8261,-0.8073,0.0000,-13.0188,0.0000,-13.0188,1.4672,,,-78.2453,,,,,,,28.8309,0.0288,0.0288 -196.2000,0.4000,,,,,,5,1359.6800,-83.9742,843.0984,-83.9742,-11.9567,120.0449,-11.9567,-1.7539,-13.3484,0.0000,0.0000,3.1456,-13.3484,-0.7916,0.0000,-12.5568,0.0000,-12.5568,1.4291,,,-77.1641,,,,,,,25.4068,0.0254,0.0254 -196.6000,0.4000,,,,,,5,1339.5200,-82.8340,844.2129,-82.8340,-11.6195,118.4213,-11.6195,-1.4274,-13.2979,0.0000,0.0000,3.1058,-13.2979,-0.7771,0.0000,-12.5208,0.0000,-12.5208,1.3985,,,-88.3626,,,,,,,22.1991,0.0222,0.0222 -197.0000,0.4000,,,,,,5,1313.6800,-81.3725,839.1815,-81.3725,-11.1943,115.4447,-11.1943,-2.5664,-11.6607,0.0000,0.0000,3.0329,-11.6607,-0.7585,0.0000,-10.9022,0.0000,-10.9022,1.3409,,,-99.3974,,,,,,,18.0877,0.0181,0.0181 -197.4000,0.4000,,,,,,5,1280.7200,-79.5083,839.2217,-79.5083,-10.6634,112.5536,-10.6634,-2.4302,-11.1957,0.0000,0.0000,2.9625,-11.1957,-0.7351,0.0000,-10.4606,0.0000,-10.4606,1.2873,,,-102.3248,,,,,,,12.8434,0.0128,0.0128 -197.8000,0.4000,,,,,,5,1249.0400,-77.7165,839.4927,-77.7165,-10.1653,109.8049,-10.1653,-2.2534,-10.8075,0.0000,0.0000,2.8956,-10.8075,-0.7127,0.0000,-10.0948,0.0000,-10.0948,1.2373,,,-101.4341,,,,,,,7.8028,0.0078,0.0078 -198.2000,0.4000,,,,,,5,1215.1200,-75.7981,836.9074,-75.7981,-9.6451,106.4940,-9.6451,-2.6238,-9.8386,0.0000,0.0000,2.8173,-9.8386,-0.6891,0.0000,-9.1496,0.0000,-9.1496,1.1783,,,-100.6163,,,,,,,2.4058,0.0024,0.0024 -198.6000,0.4000,,,,,,5,1176.3200,-73.5318,833.1549,-73.5318,-9.0579,102.6313,-9.0579,-2.7929,-8.9943,0.0000,0.0000,2.7293,-8.9943,-0.6594,0.0000,-8.3349,0.0000,-8.3349,1.1150,,,-86.8325,,,,,,,0.0000,0.0000,0.0000 -199.0000,0.4000,,,,,,5,1140.3200,-71.3867,834.5959,-71.3867,-8.5246,99.6625,-8.5246,-2.0892,-9.1017,0.0000,0.0000,2.6663,-9.1017,-0.6306,0.0000,-8.4711,0.0000,-8.4711,1.0681,,,-53.9950,,,,,,,0.0000,0.0000,0.0000 -199.4000,0.4000,,,,,,5,1120.4000,-42.2361,842.6072,-70.1997,-4.9555,98.8614,-8.2364,-0.5551,-7.0483,0.0000,0.0000,2.6479,-7.0483,-0.6149,0.0000,-6.4334,0.0000,-6.4334,1.0175,,,-7.4228,,,,,,,574.4212,0.5744,0.5744 -199.8000,0.4000,,,,,,5,1108.8000,-69.5085,839.4625,-69.5085,-8.0709,97.4727,-8.0709,-0.9535,-9.7333,0.0000,0.0000,2.6160,-9.7333,-0.6058,0.0000,-9.1275,0.0000,-9.1275,1.0342,,,-10.3554,,,,,,,0.0000,0.0000,0.0000 -200.2000,0.4000,,,,,,5,1093.6000,-68.6028,837.6698,-68.6028,-7.8565,95.9312,-7.8565,-1.0018,-9.4380,0.0000,0.0000,2.5833,-9.4380,-0.5940,0.0000,-8.8439,0.0000,-8.8439,1.0111,,,-11.2085,,,,,,,0.0000,0.0000,0.0000 -200.6000,0.4000,,,,,,5,1079.6000,-67.7685,837.8018,-67.7685,-7.6616,94.7181,-7.6616,-0.7771,-9.4411,0.0000,0.0000,2.5566,-9.4411,-0.5833,0.0000,-8.8578,0.0000,-8.8578,0.9932,,,-10.8138,,,,,,,0.0000,0.0000,0.0000 -201.0000,0.4000,,,,,,5,1070.8000,-67.2442,840.0582,-67.2442,-7.5404,94.1990,-7.5404,-0.3303,-9.7532,0.0000,0.0000,2.5431,-9.7532,-0.5765,0.0000,-9.1767,0.0000,-9.1767,0.9858,,,-12.1726,,,,,,,0.0000,0.0000,0.0000 -201.4000,0.4000,,,,,,5,1066.5600,-64.1833,840.5835,-66.9915,-7.1686,93.8847,-7.4823,-0.1994,-9.5043,0.0000,0.0000,2.5351,-9.5043,-0.5733,0.0000,-8.9310,0.0000,-8.9310,0.9775,,,-9.8936,,,,,,,57.6864,0.0577,0.0577 -201.8000,0.4000,,,,,,5,1063.1200,2.7971,840.0587,-66.7865,0.3114,93.5235,-7.4353,-0.2286,-1.9872,0.0000,0.0000,2.5272,-1.9872,-0.5707,0.0000,-1.4165,0.0000,-1.4165,0.8841,,,-2.2966,,,,,,,1386.9930,1.3870,1.3870 -202.2000,0.4000,,,,,,5,1063.6000,-66.8151,843.7693,-66.8151,-7.4419,93.9790,-7.4419,0.2883,-10.2604,0.0000,0.0000,2.5302,-10.2604,-0.5711,0.0000,-9.6893,0.0000,-9.6893,0.9827,,,-13.2290,,,,,,,0.0000,0.0000,0.0000 -202.6000,0.4000,,,,,,5,1065.9200,-54.7992,841.9328,-66.9534,-6.1168,93.9790,-7.4735,0.0000,-8.6470,0.0000,0.0000,2.5302,-8.6470,-0.5728,0.0000,-8.0742,0.0000,-8.0742,0.9665,,,-9.0407,,,,,,,249.6687,0.2497,0.2497 -203.0000,0.4000,,,,,,5,1066.8800,-67.0106,842.8633,-67.0106,-7.4867,94.1676,-7.4867,0.1197,-10.1406,0.0000,0.0000,2.5343,-10.1406,-0.5736,0.0000,-9.5671,0.0000,-9.5671,0.9854,,,-13.6392,,,,,,,0.0000,0.0000,0.0000 -203.4000,0.4000,,,,,,5,1058.8800,-66.5339,833.3807,-66.5339,-7.3777,92.4100,-7.3777,-1.1086,-8.7567,0.0000,0.0000,2.4876,-8.7567,-0.5675,0.0000,-8.1892,0.0000,-8.1892,0.9589,,,-13.1454,,,,,,,0.0000,0.0000,0.0000 -203.8000,0.4000,,,,,,5,1055.9200,-66.3575,846.3548,-66.3575,-7.3375,93.5863,-7.3375,0.7403,-10.5913,0.0000,0.0000,2.5135,-10.5913,-0.5652,0.0000,-10.0261,0.0000,-10.0261,0.9769,,,-13.2760,,,,,,,0.0000,0.0000,0.0000 -204.2000,0.4000,,,,,,5,1062.1600,-46.0020,841.8062,-66.7293,-5.1168,93.6334,-7.4222,0.0298,-7.6538,0.0000,0.0000,2.5073,-7.6538,-0.5700,0.0000,-7.0839,0.0000,-7.0839,0.9500,,,-8.0357,,,,,,,425.7759,0.4258,0.4258 -204.6000,0.4000,,,,,,5,1061.1200,-66.6674,840.3707,-66.6674,-7.4081,93.3822,-7.4081,-0.1587,-9.7511,0.0000,0.0000,2.5018,-9.7511,-0.5692,0.0000,-9.1820,0.0000,-9.1820,0.9735,,,-11.4439,,,,,,,0.0000,0.0000,0.0000 -205.0000,0.4000,,,,,,5,1057.9200,-66.4767,839.5136,-66.4767,-7.3646,93.0056,-7.3646,-0.2373,-9.6209,0.0000,0.0000,2.4936,-9.6209,-0.5668,0.0000,-9.0541,0.0000,-9.0541,0.9680,,,-10.7062,,,,,,,0.0000,0.0000,0.0000 -205.4000,0.4000,,,,,,5,1056.6400,-66.4004,841.6647,-66.4004,-7.3473,93.1311,-7.3473,0.0790,-9.9181,0.0000,0.0000,2.4918,-9.9181,-0.5658,0.0000,-9.3523,0.0000,-9.3523,0.9699,,,-13.6210,,,,,,,0.0000,0.0000,0.0000 -205.8000,0.4000,,,,,,5,1055.7600,-66.3480,839.6710,-66.3480,-7.3354,92.8331,-7.3354,-0.1875,-9.6331,0.0000,0.0000,2.4853,-9.6331,-0.5651,0.0000,-9.0680,0.0000,-9.0680,0.9654,,,-14.3434,,,,,,,0.0000,0.0000,0.0000 -206.2000,0.4000,,,,,,5,1053.2000,-66.1954,839.8642,-66.1954,-7.3007,92.6293,-7.3007,-0.1280,-9.6536,0.0000,0.0000,2.4808,-9.6536,-0.5632,0.0000,-9.0904,0.0000,-9.0904,0.9624,,,-25.8303,,,,,,,0.0000,0.0000,0.0000 -206.6000,0.4000,,,,,,5,1048.5600,-65.9189,837.1623,-65.9189,-7.2382,91.9246,-7.2382,-0.4411,-9.2584,0.0000,0.0000,2.4612,-9.2584,-0.5597,0.0000,-8.6987,0.0000,-8.6987,0.9520,,,-14.7239,,,,,,,0.0000,0.0000,0.0000 -207.0000,0.4000,,,,,,5,1043.9200,-65.6424,839.0225,-65.6424,-7.1760,91.7211,-7.1760,-0.1269,-9.5060,0.0000,0.0000,2.4569,-9.5060,-0.5562,0.0000,-8.9498,0.0000,-8.9498,0.9491,,,-12.5210,,,,,,,0.0000,0.0000,0.0000 -207.4000,0.4000,,,,,,5,1041.5200,-41.6923,838.5180,-65.4994,-4.5473,91.4553,-7.1439,-0.1655,-6.8304,0.0000,0.0000,2.4486,-6.8304,-0.5544,0.0000,-6.2760,0.0000,-6.2760,0.9145,,,-7.1811,,,,,,,482.9939,0.4830,0.4830 -207.8000,0.4000,,,,,,5,1040.3200,-65.4279,839.7723,-65.4279,-7.1279,91.4865,-7.1279,0.0194,-9.5964,0.0000,0.0000,2.4491,-9.5964,-0.5535,0.0000,-9.0429,0.0000,-9.0429,0.9457,,,-10.1449,,,,,,,0.0000,0.0000,0.0000 -208.2000,0.4000,,,,,,5,1037.1200,-65.2372,836.3201,-65.2372,-7.0852,90.8302,-7.0852,-0.4072,-9.1126,0.0000,0.0000,2.4346,-9.1126,-0.5511,0.0000,-8.5615,0.0000,-8.5615,0.9360,,,-12.1189,,,,,,,0.0000,0.0000,0.0000 -208.6000,0.4000,,,,,,5,1033.4400,-65.0180,838.7210,-65.0180,-7.0363,90.7677,-7.0363,-0.0386,-9.4296,0.0000,0.0000,2.4319,-9.4296,-0.5483,0.0000,-8.8813,0.0000,-8.8813,0.9352,,,-10.8751,,,,,,,0.0000,0.0000,0.0000 -209.0000,0.4000,,,,,,5,1032.2400,-60.9836,838.1073,-64.9465,-6.5921,90.5960,-7.0204,-0.1061,-8.9142,0.0000,0.0000,2.4282,-8.9142,-0.5474,0.0000,-8.3667,0.0000,-8.3667,0.9277,,,-9.2865,,,,,,,81.4047,0.0814,0.0814 -209.4000,0.4000,,,,,,5,1028.4000,-64.7176,835.8767,-64.7176,-6.9697,90.0187,-6.9697,-0.3557,-9.0295,0.0000,0.0000,2.4155,-9.0295,-0.5446,0.0000,-8.4849,0.0000,-8.4849,0.9243,,,-12.4082,,,,,,,0.0000,0.0000,0.0000 -209.8000,0.4000,,,,,,5,1025.5200,-62.6887,838.3694,-64.5460,-6.7323,90.0343,-6.9317,0.0096,-9.1571,0.0000,0.0000,2.4152,-9.1571,-0.5424,0.0000,-8.6146,0.0000,-8.6146,0.9223,,,-9.5376,,,,,,,38.1522,0.0382,0.0382 -210.2000,0.4000,,,,,,5,1024.4800,8.9339,837.1862,-64.4841,0.9585,89.8161,-6.9181,-0.1341,-1.3178,0.0000,0.0000,2.4103,-1.3178,-0.5417,0.0000,-0.7762,0.0000,-0.7762,0.8282,,,-1.6026,,,,,,,1432.9205,1.4329,1.4329 -210.6000,0.4000,,,,,,5,1024.0800,108.5588,838.8213,-64.4602,11.6420,89.9564,-6.9128,0.0862,9.1424,0.0000,0.0000,2.4135,9.1424,-0.5414,0.0000,9.6838,0.0000,9.6838,0.7231,,,8.9670,,,,,,,3171.8330,3.1718,3.1718 -211.0000,0.4000,,,,,,5,1026.1600,34.8479,839.5881,-64.5842,3.7447,90.2215,-6.9402,0.1631,1.1630,0.0000,0.0000,2.4187,1.1630,-0.5429,0.0000,1.7059,0.0000,1.7059,0.5446,,,1.1628,,,,,,,1866.7878,1.8668,1.8668 -211.4000,0.4000,,,,,,5,1015.4400,0.6860,826.3535,-63.9454,0.0730,87.8716,-6.7997,-1.4333,-0.8603,0.0000,0.0000,2.3666,-0.8603,-0.5350,0.0000,-0.3254,0.0000,-0.3254,0.8117,,,-1.1235,,,,,,,1282.4497,1.2824,1.2824 -211.8000,0.4000,,,,,,5,1014.3200,-63.8787,847.3330,-63.8787,-6.7851,90.0032,-6.7851,1.2989,-10.4980,0.0000,0.0000,2.4139,-10.4980,-0.5341,0.0000,-9.9638,0.0000,-9.9638,0.9244,,,-14.6198,,,,,,,0.0000,0.0000,0.0000 -212.2000,0.4000,,,,,,5,1024.7200,-64.4984,837.7163,-64.4984,-6.9212,89.8940,-6.9212,-0.0671,-9.2650,0.0000,0.0000,2.4108,-9.2650,-0.5418,0.0000,-8.7231,0.0000,-8.7231,0.9226,,,-20.3720,,,,,,,0.0000,0.0000,0.0000 -212.6000,0.4000,,,,,,5,1018.5600,-64.1313,832.5637,-64.1313,-6.8405,88.8040,-6.8405,-0.6665,-8.5606,0.0000,0.0000,2.3866,-8.5606,-0.5373,0.0000,-8.0234,0.0000,-8.0234,0.9067,,,-53.0191,,,,,,,0.0000,0.0000,0.0000 -213.0000,0.4000,,,,,,5,1001.5200,-63.1159,821.4493,-63.1159,-6.6195,86.1527,-6.6195,-1.3387,-7.6181,0.0000,0.0000,2.3373,-7.6181,-0.5247,0.0000,-7.0933,0.0000,-7.0933,0.8748,,,-53.4660,,,,,,,0.0000,0.0000,0.0000 -213.4000,0.4000,,,,,,5,979.6000,-64.2672,811.4760,-64.2672,-6.5928,83.2440,-6.5928,-1.1995,-7.6868,0.0000,0.0000,2.2936,-7.6868,-0.5087,0.0000,-7.1781,0.0000,-7.1781,0.8494,,,-62.8686,,,,,,,0.0000,0.0000,0.0000 -213.8000,0.4000,,,,,,5,959.2000,-65.5091,801.7544,-65.5091,-6.5802,80.5340,-6.5802,-1.1118,-7.7203,0.0000,0.0000,2.2519,-7.7203,-0.4940,0.0000,-7.2262,0.0000,-7.2262,0.8257,,,-66.8587,,,,,,,0.0003,0.0000,0.0000 -214.2000,0.4000,,,,,,5,935.4400,-66.9556,784.2388,-66.9556,-6.5589,76.8233,-6.5589,-1.5127,-7.2394,0.0000,0.0000,2.1932,-7.2394,-0.4771,0.0000,-6.7623,0.0000,-6.7623,0.7924,,,-60.2626,,,,,,,0.0000,0.0000,0.0000 -214.6000,0.4000,,,,,,5,907.7600,-68.6406,768.8405,-68.6406,-6.5250,73.0863,-6.5250,-1.4680,-7.1918,0.0000,0.0000,2.1346,-7.1918,-0.4578,0.0000,-6.7340,0.0000,-6.7340,0.7603,,,-64.0518,,,,,,,0.0000,0.0000,0.0000 -215.0000,0.4000,,,,,,5,876.9600,-70.5156,742.3600,-70.5156,-6.4758,68.1747,-6.4758,-1.7378,-6.8018,0.0000,0.0000,2.0635,-6.8018,-0.4359,0.0000,-6.3660,0.0000,-6.3660,0.7214,,,-67.1019,,,,,,,0.0000,0.0000,0.0000 -215.4000,0.4000,,,,,,5,840.4000,-72.7413,712.5450,-72.7413,-6.4017,62.7086,-6.4017,-1.9246,-6.4571,0.0000,0.0000,1.9800,-6.4571,-0.4102,0.0000,-6.0469,0.0000,-6.0469,0.6776,,,-67.9513,,,,,,,0.0000,0.0000,0.0000 -215.8000,0.4000,,,,,,5,799.2800,-75.2445,678.4362,-75.2445,-6.2980,56.7854,-6.2980,-2.0098,-6.1798,0.0000,0.0000,1.8916,-6.1798,-0.3821,0.0000,-5.7977,0.0000,-5.7977,0.6364,,,-64.4524,,,,,,,0.0000,0.0000,0.0000 -216.2000,0.4000,,,,,,5,757.2000,-77.8062,646.2742,-77.8062,-6.1696,51.2455,-6.1696,-1.8190,-6.1576,0.0000,0.0000,1.8071,-6.1576,-0.3542,0.0000,-5.8034,0.0000,-5.8034,0.5846,,,-61.1354,,,,,,,0.0000,0.0000,0.0000 -216.6000,0.4000,,,,,,5,715.2000,-80.3631,611.1219,-80.3631,-6.0188,45.7703,-6.0188,-1.7917,-5.9463,0.0000,0.0000,1.7192,-5.9463,-0.3272,0.0000,-5.6191,0.0000,-5.6191,0.5327,,,-56.5594,,,,,,,0.0000,0.0000,0.0000 -217.0000,0.4000,,,,,,5,672.4800,-82.9637,577.1014,-82.9637,-5.8425,40.6406,-5.8425,-1.6721,-5.8049,0.0000,0.0000,1.6346,-5.8049,-0.3006,0.0000,-5.5043,0.0000,-5.5043,0.4833,,,-51.1355,,,,,,,0.0002,0.0000,0.0000 -217.4000,0.4000,,,,,,5,630.4000,-85.5253,544.1144,-85.5254,-5.6460,35.9199,-5.6460,-1.5321,-5.6654,0.0000,0.0000,1.5515,-5.6654,-0.2753,0.0000,-5.3901,0.0000,-5.3901,0.4372,,,-41.9826,,,,,,,0.0010,0.0000,0.0000 -217.8000,0.4000,,,,,,5,605.8000,-87.0230,553.1086,-87.0230,-5.5207,35.0888,-5.5207,-0.2690,-6.7290,0.0000,0.0000,1.4773,-6.7290,-0.2610,0.0000,-6.4680,0.0000,-6.4680,0.4256,,,-31.8065,,,,,,,0.0000,0.0000,0.0000 -218.2000,0.4000,,,,,,5,602.0000,-87.2543,556.6000,-87.2543,-5.5006,35.0888,-5.5006,0.0000,-7.0091,0.0000,0.0000,1.5085,-7.0091,-0.2588,0.0000,-6.7503,0.0000,-6.7503,0.4254,,,-8.0196,,,,,,,0.0000,0.0000,0.0000 -218.6000,0.4000,,,,,,4,639.4000,54.4300,652.4970,-84.9775,3.6445,43.6898,-5.6899,2.7942,-0.8290,0.0000,0.0000,1.6793,-1.0163,-0.2539,0.0000,-0.7624,0.0000,-0.7624,0.2831,,,-0.9027,,,,,,,1456.5412,1.4565,1.4565 -219.0000,0.4000,,,,,,4,712.0800,21.7617,706.2262,-80.5530,1.6227,52.6625,-6.0067,2.9354,-3.1333,0.0000,0.0000,1.8207,-3.1333,-0.2525,0.0000,-2.8808,0.0000,-2.8808,0.2672,,,-3.3040,,,,,,,1140.8725,1.1409,1.1409 -219.4000,0.4000,,,,,,4,766.2400,17.1558,720.4201,-77.2559,1.3766,57.8068,-6.1991,1.6903,-2.2120,0.0000,0.0000,1.8983,-2.2120,-0.2642,0.0000,-1.9478,0.0000,-1.9478,0.2871,,,-2.2900,,,,,,,1173.3130,1.1733,1.1733 -219.8000,0.4000,,,,,,4,791.1200,88.6316,718.1012,-75.7413,7.3428,59.4917,-6.2749,0.5546,4.8685,0.0000,0.0000,1.9197,4.8685,-0.3342,0.0000,5.2027,0.0000,5.2027,0.2884,,,4.9516,,,,,,,2198.7712,2.1988,2.1988 -220.2000,0.4000,,,,,,4,802.8800,108.5242,726.2209,-75.0254,9.1244,61.0588,-6.3079,0.5404,6.6407,0.0000,0.0000,1.9433,6.6407,-0.3688,0.0000,7.0095,0.0000,7.0095,0.3333,,,6.7241,,,,,,,2504.7708,2.5048,2.5048 -220.6000,0.4000,,,,,,4,814.8000,47.7982,735.1884,-74.2997,4.0784,62.7304,-6.3397,0.5865,1.5224,0.0000,0.0000,1.9695,1.5224,-0.2946,0.0000,1.8170,0.0000,1.8170,0.2201,,,1.6089,,,,,,,1666.0415,1.6660,1.6660 -221.0000,0.4000,,,,,,4,818.3200,-74.0854,723.6339,-74.0854,-6.3487,62.0113,-6.3487,-0.2524,-8.0550,0.0000,0.0000,1.9587,-8.0550,-0.3806,0.0000,-7.6743,0.0000,-7.6743,0.3898,,,-13.6767,,,,,,,0.0000,0.0000,0.0000 -221.4000,0.4000,,,,,,4,813.7600,-37.0075,721.5815,-74.3630,-3.1537,61.4908,-6.3370,-0.1826,-4.9218,0.0000,0.0000,1.9507,-4.9218,-0.3318,0.0000,-4.5900,0.0000,-4.5900,0.3488,,,-4.9271,,,,,,,497.2046,0.4972,0.4972 -221.8000,0.4000,,,,,,4,810.5600,-56.5860,720.3566,-74.5579,-4.8031,61.1451,-6.3286,-0.1212,-6.6265,0.0000,0.0000,1.9447,-6.6265,-0.3556,0.0000,-6.2709,0.0000,-6.2709,0.3676,,,-6.6280,,,,,,,239.2061,0.2392,0.2392 -222.2000,0.4000,,,,,,4,814.5600,-74.3143,733.6127,-74.3143,-6.3391,62.5775,-6.3391,0.5025,-8.8079,0.0000,0.0000,1.9664,-8.8079,-0.3900,0.0000,-8.4179,0.0000,-8.4179,0.3966,,,-9.8691,,,,,,,0.0000,0.0000,0.0000 -222.6000,0.4000,,,,,,4,817.0400,-71.3114,722.4835,-74.1634,-6.1014,61.8159,-6.3454,-0.2673,-7.7890,0.0000,0.0000,1.9549,-7.7890,-0.3761,0.0000,-7.4129,0.0000,-7.4129,0.3858,,,-7.7720,,,,,,,37.9595,0.0380,0.0380 -223.0000,0.4000,,,,,,4,813.1200,-57.7888,722.4036,-74.4020,-4.9207,61.5125,-6.3353,-0.1064,-6.7639,0.0000,0.0000,1.9496,-6.7639,-0.3589,0.0000,-6.4050,0.0000,-6.4050,0.3709,,,-6.7665,,,,,,,221.1223,0.2211,0.2211 -223.4000,0.4000,,,,,,4,812.1600,-74.4604,723.7666,-74.4604,-6.3328,61.5558,-6.3328,0.0152,-8.2983,0.0000,0.0000,1.9503,-8.2983,-0.3813,0.0000,-7.9170,0.0000,-7.9170,0.3889,,,-9.3018,,,,,,,0.0000,0.0000,0.0000 -223.8000,0.4000,,,,,,4,811.9200,-66.5561,722.7078,-74.4751,-5.6589,61.4476,-6.3322,-0.0379,-7.5706,0.0000,0.0000,1.9496,-7.5706,-0.3703,0.0000,-7.2002,0.0000,-7.2002,0.3799,,,-7.5764,,,,,,,105.4019,0.1054,0.1054 -224.2000,0.4000,,,,,,4,811.8400,-46.2084,723.7972,-74.4799,-3.9284,61.5341,-6.3320,0.0304,-5.9100,0.0000,0.0000,1.9512,-5.9100,-0.3456,0.0000,-5.5644,0.0000,-5.5644,0.3597,,,-5.9264,,,,,,,376.2948,0.3763,0.3763 -224.6000,0.4000,,,,,,4,809.6000,-40.9019,717.6515,-74.6163,-3.4677,60.8433,-6.3261,-0.2422,-5.1662,0.0000,0.0000,1.9407,-5.1662,-0.3334,0.0000,-4.8328,0.0000,-4.8328,0.3492,,,-5.1656,,,,,,,448.7395,0.4487,0.4487 -225.0000,0.4000,,,,,,4,809.4400,-1.5294,725.4326,-74.6260,-0.1296,61.4908,-6.3256,0.2270,-2.3082,0.0000,0.0000,1.9516,-2.3082,-0.2881,0.0000,-2.0201,0.0000,-2.0201,0.3143,,,-2.3412,,,,,,,981.9976,0.9820,0.9820 -225.4000,0.4000,,,,,,4,813.0400,-19.7923,726.0380,-74.4069,-1.6851,61.8159,-6.3351,0.1140,-3.7556,0.0000,0.0000,1.9565,-3.7556,-0.3134,0.0000,-3.4423,0.0000,-3.4423,0.3341,,,-3.7819,,,,,,,726.9220,0.7269,0.7269 -225.8000,0.4000,,,,,,4,815.7600,-8.1232,728.4508,-74.2413,-0.6939,62.2288,-6.3422,0.1449,-2.8015,0.0000,0.0000,1.9627,-2.8015,-0.2994,0.0000,-2.5021,0.0000,-2.5021,0.3242,,,-2.8315,,,,,,,880.0345,0.8800,0.8800 -226.2000,0.4000,,,,,,4,820.4000,8.0756,734.2458,-73.9588,0.6938,63.0806,-6.3540,0.2991,-1.5808,0.0000,0.0000,1.9755,-1.5808,-0.2822,0.0000,-1.2986,0.0000,-1.2986,0.3121,,,-1.6169,,,,,,,1135.0264,1.1350,1.1350 -226.6000,0.4000,,,,,,4,819.7600,-73.9978,722.8691,-73.9978,-6.3523,62.0547,-6.3523,-0.3601,-7.9520,0.0000,0.0000,1.9598,-7.9520,-0.3798,0.0000,-7.5722,0.0000,-7.5722,0.3894,,,-8.9250,,,,,,,0.0000,0.0000,0.0000 -227.0000,0.4000,,,,,,4,815.6800,-59.5576,725.4673,-74.2462,-5.0873,61.9678,-6.3419,-0.0305,-7.0153,0.0000,0.0000,1.9585,-7.0153,-0.3639,0.0000,-6.6514,0.0000,-6.6514,0.3755,,,-7.0242,,,,,,,195.5053,0.1955,0.1955 -227.4000,0.4000,,,,,,4,816.2400,-74.2121,727.7678,-74.2121,-6.3434,62.2070,-6.3434,0.0839,-8.3903,0.0000,0.0000,1.9630,-8.3903,-0.3846,0.0000,-8.0057,0.0000,-8.0057,0.3926,,,-10.1136,,,,,,,0.0000,0.0000,0.0000 -227.8000,0.4000,,,,,,4,816.6400,-74.1875,725.8851,-74.1877,-6.3444,62.0765,-6.3444,-0.0458,-8.2596,0.0000,0.0000,1.9611,-8.2596,-0.3829,0.0000,-7.8768,0.0000,-7.8768,0.3912,,,-8.2681,,,,,,,0.0026,0.0000,0.0000 -228.2000,0.4000,,,,,,4,816.0000,-66.5081,725.9456,-74.2267,-5.6832,62.0330,-6.3428,-0.0153,-7.6283,0.0000,0.0000,1.9604,-7.6283,-0.3732,0.0000,-7.2552,0.0000,-7.2552,0.3832,,,-7.6369,,,,,,,102.7353,0.1027,0.1027 -228.6000,0.4000,,,,,,4,813.1200,-74.4020,719.8639,-74.4020,-6.3353,61.2962,-6.3353,-0.2584,-8.0261,0.0000,0.0000,1.9492,-8.0261,-0.3777,0.0000,-7.6484,0.0000,-7.6484,0.3862,,,-8.4024,,,,,,,0.0000,0.0000,0.0000 -229.0000,0.4000,,,,,,4,810.4800,-67.7075,722.4633,-74.5627,-5.7466,61.3178,-6.3284,0.0076,-7.7037,0.0000,0.0000,1.9495,-7.7037,-0.3716,0.0000,-7.3321,0.0000,-7.3321,0.3806,,,-7.7135,,,,,,,91.2429,0.0912,0.0912 -229.4000,0.4000,,,,,,4,810.7200,-74.5448,722.7586,-74.5481,-6.3287,61.3610,-6.3290,0.0152,-8.2941,0.0000,0.0000,1.9502,-8.2941,-0.3805,0.0000,-7.9136,0.0000,-7.9136,0.3880,,,-8.4140,,,,,,,0.0440,0.0000,0.0000 -229.8000,0.4000,,,,,,4,809.3600,-60.7401,719.1349,-74.6309,-5.1481,60.9510,-6.3254,-0.1437,-6.9499,0.0000,0.0000,1.9456,-6.9499,-0.3599,0.0000,-6.5901,0.0000,-6.5901,0.3708,,,-6.9478,,,,,,,184.8873,0.1849,0.1849 -230.2000,0.4000,,,,,,4,809.4400,-68.4952,724.1566,-74.6260,-5.8060,61.3827,-6.3256,0.1513,-7.9094,0.0000,0.0000,1.9522,-7.9094,-0.3742,0.0000,-7.5353,0.0000,-7.5353,0.3825,,,-7.9334,,,,,,,81.6018,0.0816,0.0816 -230.6000,0.4000,,,,,,4,808.6400,-74.6747,717.2330,-74.6747,-6.3235,60.7357,-6.3235,-0.2268,-8.0378,0.0000,0.0000,1.9410,-8.0378,-0.3757,0.0000,-7.6621,0.0000,-7.6621,0.3836,,,-8.7541,,,,,,,0.0000,0.0000,0.0000 -231.0000,0.4000,,,,,,4,805.2000,-60.9796,716.9847,-74.8842,-5.1418,60.4564,-6.3143,-0.0978,-6.9808,0.0000,0.0000,1.9368,-6.9808,-0.3583,0.0000,-6.6224,0.0000,-6.6224,0.3686,,,-6.9820,,,,,,,185.0702,0.1851,0.1851 -231.4000,0.4000,,,,,,4,804.8000,-74.9085,719.3796,-74.9085,-6.3132,60.6282,-6.3132,0.0602,-8.3128,0.0000,0.0000,1.9394,-8.3128,-0.3779,0.0000,-7.9348,0.0000,-7.9348,0.3845,,,-9.1034,,,,,,,0.0000,0.0000,0.0000 -231.8000,0.4000,,,,,,4,803.2000,-75.0059,713.6761,-75.0059,-6.3088,60.0279,-6.3088,-0.2102,-8.0304,0.0000,0.0000,1.9318,-8.0304,-0.3730,0.0000,-7.6574,0.0000,-7.6574,0.3801,,,-8.4281,,,,,,,0.0000,0.0000,0.0000 -232.2000,0.4000,,,,,,4,800.8000,-70.0515,715.3051,-75.1520,-5.8745,59.9852,-6.3022,-0.0150,-7.7907,0.0000,0.0000,1.9312,-7.7907,-0.3683,0.0000,-7.4224,0.0000,-7.4224,0.3757,,,-7.7966,,,,,,,67.8882,0.0679,0.0679 -232.6000,0.4000,,,,,,4,800.8800,-75.1471,715.9985,-75.1471,-6.3024,60.0493,-6.3024,0.0225,-8.2571,0.0000,0.0000,1.9322,-8.2571,-0.3752,0.0000,-7.8818,0.0000,-7.8818,0.3814,,,-9.5766,,,,,,,0.0000,0.0000,0.0000 -233.0000,0.4000,,,,,,4,798.5600,-75.2884,709.5181,-75.2884,-6.2960,59.3335,-6.2960,-0.2389,-7.9778,0.0000,0.0000,1.9206,-7.9778,-0.3700,0.0000,-7.6078,0.0000,-7.6078,0.3766,,,-8.1701,,,,,,,0.0000,0.0000,0.0000 -233.4000,0.4000,,,,,,4,796.8000,-71.2568,713.7959,-75.3955,-5.9457,59.5596,-6.2911,0.0745,-7.9441,0.0000,0.0000,1.9239,-7.9441,-0.3686,0.0000,-7.5755,0.0000,-7.5755,0.3751,,,-7.9586,,,,,,,46.6791,0.0467,0.0467 -233.8000,0.4000,,,,,,4,795.6800,-75.4637,708.2947,-75.4637,-6.2879,59.0175,-6.2879,-0.1785,-8.0248,0.0000,0.0000,1.9154,-8.0248,-0.3693,0.0000,-7.6555,0.0000,-7.6555,0.3754,,,-8.9405,,,,,,,0.0000,0.0000,0.0000 -234.2000,0.4000,,,,,,4,792.4000,-60.3146,706.6171,-75.6634,-5.0049,58.6350,-6.2785,-0.1259,-6.7888,0.0000,0.0000,1.9098,-6.7888,-0.3494,0.0000,-6.4394,0.0000,-6.4394,0.3584,,,-6.7862,,,,,,,184.3256,0.1843,0.1843 -234.6000,0.4000,,,,,,4,791.2800,-63.0000,708.4308,-75.7316,-5.2203,58.7025,-6.2753,0.0222,-7.1533,0.0000,0.0000,1.9108,-7.1533,-0.3542,0.0000,-6.7991,0.0000,-6.7991,0.3621,,,-7.1634,,,,,,,146.5481,0.1465,0.1465 -235.0000,0.4000,,,,,,4,789.6800,-72.7862,703.6287,-75.8290,-6.0191,58.1866,-6.2707,-0.1698,-7.7524,0.0000,0.0000,1.9031,-7.7524,-0.3624,0.0000,-7.3900,0.0000,-7.3900,0.3684,,,-7.7404,,,,,,,22.2119,0.0222,0.0222 -235.4000,0.4000,,,,,,4,786.0800,-76.0481,700.8832,-76.0481,-6.2601,57.6954,-6.2601,-0.1617,-7.9944,0.0000,0.0000,1.8959,-7.9944,-0.3643,0.0000,-7.6301,0.0000,-7.6301,0.3692,,,-17.7829,,,,,,,0.0000,0.0000,0.0000 -235.8000,0.4000,,,,,,4,772.9600,-76.8437,674.2233,-76.8468,-6.2201,54.5745,-6.2203,-1.0260,-7.0433,0.0000,0.0000,1.8492,-7.0433,-0.3440,0.0000,-6.6993,0.0000,-6.6993,0.3498,,,-28.7110,,,,,,,0.0225,0.0000,0.0000 -236.2000,0.4000,,,,,,4,741.9200,-78.7364,635.4762,-78.7364,-6.1173,49.3725,-6.1173,-1.7060,-6.1805,0.0000,0.0000,1.7692,-6.1805,-0.3161,0.0000,-5.8643,0.0000,-5.8643,0.3211,,,-36.4500,,,,,,,0.0000,0.0000,0.0000 -236.6000,0.4000,,,,,,4,703.2800,-81.0887,605.6750,-81.0887,-5.9720,44.6063,-5.9720,-1.5580,-6.1080,0.0000,0.0000,1.6936,-6.1080,-0.2963,0.0000,-5.8116,0.0000,-5.8116,0.2984,,,-29.2290,,,,,,,0.0000,0.0000,0.0000 -237.0000,0.4000,,,,,,4,664.6400,-83.4410,573.4694,-83.4410,-5.8076,39.9140,-5.8076,-1.5283,-5.8930,0.0000,0.0000,1.6137,-5.8930,-0.2750,0.0000,-5.6179,0.0000,-5.6179,0.2750,,,-31.5184,,,,,,,0.0000,0.0000,0.0000 -237.4000,0.4000,,,,,,4,623.4800,-85.9467,537.4241,-85.9467,-5.6115,35.0888,-5.6115,-1.5648,-5.5153,0.0000,0.0000,1.4686,-5.5153,-0.2509,0.0000,-5.2645,0.0000,-5.2645,0.2494,,,-29.8038,,,,,,,0.0000,0.0000,0.0000 -237.8000,0.4000,,,,,,3,602.3600,-87.2320,557.5090,-87.2324,-5.5025,35.1671,-5.5025,0.0253,-7.0592,0.0000,0.0000,1.5314,-8.9874,-0.3494,0.0000,-8.6380,0.0000,-8.6380,0.2322,,,-27.4926,,,,,,,0.0026,0.0000,0.0000 -238.2000,0.4000,,,,,,3,641.1200,-84.8728,655.6681,-84.8728,-5.6982,44.0202,-5.6982,2.8766,-10.2544,0.0000,0.0000,1.6796,-10.2544,-0.3180,0.0000,-9.9364,0.0000,-9.9364,0.2164,,,-23.6960,,,,,,,0.0000,0.0000,0.0000 -238.6000,0.4000,,,,,,3,640.7600,-84.8885,522.9309,-84.8947,-5.6960,35.0888,-5.6965,-2.9019,-4.2733,0.0000,0.0000,1.4792,-4.2733,-0.2264,0.0000,-4.0470,0.0000,-4.0470,0.1437,,,-21.1485,,,,,,,0.0458,0.0000,0.0000 -239.0000,0.4000,,,,,,3,602.0000,-87.2543,556.6000,-87.2543,-5.5006,35.0888,-5.5006,0.0000,-7.0126,0.0000,0.0000,1.5120,-7.0126,-0.2535,0.0000,-6.7591,0.0000,-6.7591,0.1682,,,-14.1508,,,,,,,0.0000,0.0000,0.0000 -239.4000,0.4000,,,,,,3,602.0000,-87.2542,556.6000,-87.2543,-5.5006,35.0888,-5.5006,0.0000,-7.0140,0.0000,0.0000,1.5134,-7.0140,-0.2535,0.0000,-6.7605,0.0000,-6.7605,0.1682,,,-10.5056,,,,,,,0.0006,0.0000,0.0000 -239.8000,0.4000,,,,,,3,602.0000,-79.7159,556.6000,-87.2543,-5.0254,35.0888,-5.5006,0.0000,-6.5446,0.0000,0.0000,1.5192,-6.5446,-0.2464,0.0000,-6.2982,0.0000,-6.2982,0.1625,,,-6.4607,,,,,,,55.0291,0.0550,0.0550 -240.2000,0.4000,,,,,,2,602.0000,-12.9868,556.6000,-87.2543,-0.8187,35.0888,-5.5006,0.0000,-2.3357,0.0000,0.0000,1.5170,-3.1097,-0.2915,0.0000,-2.8181,0.0000,-2.8181,0.0946,,,-2.1878,,,,,,,542.1394,0.5421,0.5421 -240.6000,0.4000,,,,,,2,602.0000,-32.2376,556.6000,-87.2543,-2.0323,35.0888,-5.5006,0.0000,-3.5532,0.0000,0.0000,1.5209,-3.5532,-0.2121,0.0000,-3.3411,0.0000,-3.3411,0.0802,,,-3.4212,,,,,,,401.6123,0.4016,0.4016 -241.0000,0.4000,,,,,,2,602.0000,-23.1635,556.6000,-87.2543,-1.4603,35.0888,-5.5006,0.0000,-2.9755,0.0000,0.0000,1.5153,-2.9755,-0.2032,0.0000,-2.7724,0.0000,-2.7724,0.0731,,,-2.8455,,,,,,,467.8518,0.4679,0.4679 -241.4000,0.4000,,,,,,2,602.0000,-27.7859,556.6000,-87.2543,-1.7517,35.0888,-5.5006,0.0000,-3.2704,0.0000,0.0000,1.5187,-3.2704,-0.2078,0.0000,-3.0626,0.0000,-3.0626,0.0767,,,-3.1393,,,,,,,434.1087,0.4341,0.4341 -241.8000,0.4000,,,,,,2,602.0000,-6.7050,556.6000,-87.2543,-0.4227,35.0888,-5.5006,0.0000,-1.9411,0.0000,0.0000,1.5184,-1.9411,-0.1871,0.0000,-1.7540,0.0000,-1.7540,0.0606,,,-1.8145,,,,,,,587.9955,0.5880,0.5880 -242.2000,0.4000,,,,,,2,602.0000,5.4622,556.6000,-87.2543,0.3443,35.0888,-5.5006,0.0000,-1.1703,0.0000,0.0000,1.5147,-1.1703,-0.1752,0.0000,-0.9951,0.0000,-0.9951,0.0512,,,-1.0463,,,,,,,716.3661,0.7164,0.7164 -242.6000,0.4000,,,,,,2,602.0000,14.3109,556.6000,-87.2543,0.9022,35.0888,-5.5006,0.0000,-0.6168,0.0000,0.0000,1.5190,-0.6168,-0.1666,0.0000,-0.4502,0.0000,-0.4502,0.0445,,,-0.4947,,,,,,,838.2384,0.8382,0.8382 -243.0000,0.4000,,,,,,2,602.0000,14.1127,556.6000,-87.2543,0.8897,35.0888,-5.5006,0.0000,-0.6293,0.0000,0.0000,1.5190,-0.6293,-0.1668,0.0000,-0.4625,0.0000,-0.4625,0.0446,,,-0.5071,,,,,,,835.5078,0.8355,0.8355 -243.4000,0.4000,,,,,,2,602.1200,22.4777,556.9030,-87.2470,1.4173,35.1149,-5.5013,0.0084,-0.1108,0.0000,0.0000,1.5196,-0.1108,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,950.9365,0.9509,0.9509 -243.8000,0.4000,,,,,,2,602.1200,22.1753,556.4891,-87.2470,1.3982,35.0888,-5.5013,-0.0084,-0.1108,0.0000,0.0000,1.5175,-0.1108,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.7711,0.9468,0.9468 -244.2000,0.4000,,,,,,2,602.0000,22.2250,556.6000,-87.2543,1.4011,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5118,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.2389,0.9472,0.9472 -244.6000,0.4000,,,,,,2,602.0000,22.2042,556.6000,-87.2543,1.3998,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5105,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.9522,0.9470,0.9470 -245.0000,0.4000,,,,,,2,602.0000,22.2587,556.6000,-87.2543,1.4032,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5140,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.7022,0.9477,0.9477 -245.4000,0.4000,,,,,,2,602.0000,22.2508,556.6000,-87.2543,1.4027,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5135,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.5932,0.9476,0.9476 -245.8000,0.4000,,,,,,2,602.0000,22.2983,556.6000,-87.2543,1.4057,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5165,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.2481,0.9482,0.9482 -246.2000,0.4000,,,,,,2,602.0000,22.3429,556.6000,-87.2543,1.4085,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5193,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.8618,0.9489,0.9489 -246.6000,0.4000,,,,,,2,602.0000,22.2350,556.6000,-87.2543,1.4017,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5125,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.3758,0.9474,0.9474 -247.0000,0.4000,,,,,,2,602.0000,22.3290,556.6000,-87.2543,1.4077,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5184,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.6712,0.9487,0.9487 -247.4000,0.4000,,,,,,2,602.0000,22.3092,556.6000,-87.2543,1.4064,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5171,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.3985,0.9484,0.9484 -247.8000,0.4000,,,,,,2,602.0000,22.2973,556.6000,-87.2543,1.4056,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5164,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.2336,0.9482,0.9482 -248.2000,0.4000,,,,,,2,602.0000,22.2181,556.6000,-87.2543,1.4007,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5114,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.1427,0.9471,0.9471 -248.6000,0.4000,,,,,,2,602.0000,22.2616,556.6000,-87.2543,1.4034,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5141,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.7430,0.9477,0.9477 -249.0000,0.4000,,,,,,2,602.0400,22.3769,556.7010,-87.2519,1.4108,35.0975,-5.5008,0.0028,-0.1108,0.0000,0.0000,1.5187,-0.1108,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.4027,0.9494,0.9494 -249.4000,0.4000,,,,,,2,602.0400,22.2629,556.5630,-87.2519,1.4036,35.0888,-5.5008,-0.0028,-0.1108,0.0000,0.0000,1.5171,-0.1108,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.8324,0.9478,0.9478 -249.8000,0.4000,,,,,,2,602.0000,22.2864,556.6000,-87.2543,1.4050,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5157,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.0839,0.9481,0.9481 -250.2000,0.4000,,,,,,2,602.0000,22.2220,556.6000,-87.2543,1.4009,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5116,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.1970,0.9472,0.9472 -250.6000,0.4000,,,,,,2,602.0000,22.2319,556.6000,-87.2543,1.4015,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5123,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.3333,0.9473,0.9473 -251.0000,0.4000,,,,,,2,602.0000,22.2934,556.6000,-87.2543,1.4054,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5161,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.1800,0.9482,0.9482 -251.4000,0.4000,,,,,,2,602.0000,22.3082,556.6000,-87.2543,1.4063,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5171,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.3845,0.9484,0.9484 -251.8000,0.4000,,,,,,2,602.0000,22.1706,556.6000,-87.2543,1.3977,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5084,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.4889,0.9465,0.9465 -252.2000,0.4000,,,,,,2,602.0000,22.3042,556.6000,-87.2543,1.4061,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5168,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.3292,0.9483,0.9483 -252.6000,0.4000,,,,,,2,602.0000,22.2369,556.6000,-87.2543,1.4018,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5126,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.4021,0.9474,0.9474 -253.0000,0.4000,,,,,,2,602.0000,22.2675,556.6000,-87.2543,1.4038,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5145,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.8240,0.9478,0.9478 -253.4000,0.4000,,,,,,2,602.0000,22.2675,556.6000,-87.2543,1.4038,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5145,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.8240,0.9478,0.9478 -253.8000,0.4000,,,,,,2,602.0000,22.2774,556.6000,-87.2543,1.4044,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5151,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.9604,0.9480,0.9480 -254.2000,0.4000,,,,,,2,602.0000,22.2873,556.6000,-87.2543,1.4050,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5158,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.0967,0.9481,0.9481 -254.6000,0.4000,,,,,,2,602.0000,22.2824,556.6000,-87.2543,1.4047,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5155,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.0286,0.9480,0.9480 -255.0000,0.4000,,,,,,2,602.0000,22.2774,556.6000,-87.2543,1.4044,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5151,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.9604,0.9480,0.9480 -255.4000,0.4000,,,,,,2,602.0000,22.3190,556.6000,-87.2543,1.4070,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5178,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.5332,0.9485,0.9485 -255.8000,0.4000,,,,,,2,602.0000,22.3042,556.6000,-87.2543,1.4061,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5168,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.3287,0.9483,0.9483 -256.2000,0.4000,,,,,,2,602.0000,22.2497,556.6000,-87.2543,1.4026,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5134,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.5781,0.9476,0.9476 -256.6000,0.4000,,,,,,2,602.0000,22.1923,556.6000,-87.2543,1.3990,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5098,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.7873,0.9468,0.9468 -257.0000,0.4000,,,,,,2,602.0000,22.2388,556.6000,-87.2543,1.4020,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5127,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.4289,0.9474,0.9474 -257.4000,0.4000,,,,,,2,602.0000,22.2983,556.6000,-87.2543,1.4057,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5165,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.2471,0.9482,0.9482 -257.8000,0.4000,,,,,,2,602.0000,22.2388,556.6000,-87.2543,1.4020,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5127,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.4289,0.9474,0.9474 -258.2000,0.4000,,,,,,2,602.0000,22.2081,556.6000,-87.2543,1.4000,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5108,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.0058,0.9470,0.9470 -258.6000,0.4000,,,,,,2,602.0000,22.2329,556.6000,-87.2543,1.4016,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5123,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.3468,0.9473,0.9473 -259.0000,0.4000,,,,,,2,602.0000,22.2477,556.6000,-87.2543,1.4025,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5133,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.5513,0.9476,0.9476 -259.4000,0.4000,,,,,,2,602.0000,22.2547,556.6000,-87.2543,1.4030,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5137,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.6469,0.9476,0.9476 -259.8000,0.4000,,,,,,2,602.0000,22.2864,556.6000,-87.2543,1.4050,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5157,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.0833,0.9481,0.9481 -260.2000,0.4000,,,,,,2,602.0000,22.2814,556.6000,-87.2543,1.4046,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5154,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.0151,0.9480,0.9480 -260.6000,0.4000,,,,,,2,602.2000,22.5507,557.1050,-87.2421,1.4221,35.1323,-5.5017,0.0141,-0.1108,0.0000,0.0000,1.5188,-0.1108,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,952.0870,0.9521,0.9521 -261.0000,0.4000,,,,,,2,602.2000,22.0648,556.4151,-87.2421,1.3915,35.0888,-5.5017,-0.0141,-0.1108,0.0000,0.0000,1.5163,-0.1108,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,945.3947,0.9454,0.9454 -261.4000,0.4000,,,,,,2,602.0000,22.2408,556.6000,-87.2543,1.4021,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5128,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.4557,0.9475,0.9475 -261.8000,0.4000,,,,,,2,602.0000,22.2883,556.6000,-87.2543,1.4051,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5158,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.1102,0.9481,0.9481 -262.2000,0.4000,,,,,,2,602.0000,22.2438,556.6000,-87.2543,1.4023,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5130,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.4965,0.9475,0.9475 -262.6000,0.4000,,,,,,2,602.0000,22.2833,556.6000,-87.2543,1.4048,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5155,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.0414,0.9480,0.9480 -263.0000,0.4000,,,,,,2,602.0000,22.1992,556.6000,-87.2543,1.3995,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5102,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.8824,0.9469,0.9469 -263.4000,0.4000,,,,,,2,602.0000,22.1932,556.6000,-87.2543,1.3991,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5098,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.8002,0.9468,0.9468 -263.8000,0.4000,,,,,,2,602.0000,22.2427,556.6000,-87.2543,1.4022,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5130,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.4820,0.9475,0.9475 -264.2000,0.4000,,,,,,2,602.0000,22.2378,556.6000,-87.2543,1.4019,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5126,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.4138,0.9474,0.9474 -264.6000,0.4000,,,,,,2,602.0000,22.2765,556.6000,-87.2543,1.4043,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5151,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.9470,0.9479,0.9479 -265.0000,0.4000,,,,,,2,602.0000,22.2646,556.6000,-87.2543,1.4036,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5143,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.7832,0.9478,0.9478 -265.4000,0.4000,,,,,,2,602.0000,22.3012,556.6000,-87.2543,1.4059,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5166,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.2879,0.9483,0.9483 -265.8000,0.4000,,,,,,2,602.0000,22.3092,556.6000,-87.2543,1.4064,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5171,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.3979,0.9484,0.9484 -266.2000,0.4000,,,,,,2,602.0000,22.2617,556.6000,-87.2543,1.4034,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5141,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.7435,0.9477,0.9477 -266.6000,0.4000,,,,,,2,602.0000,22.2449,556.6000,-87.2543,1.4023,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5131,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.5116,0.9475,0.9475 -267.0000,0.4000,,,,,,2,602.0000,22.2349,556.6000,-87.2543,1.4017,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5125,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.3752,0.9474,0.9474 -267.4000,0.4000,,,,,,2,602.0000,22.2647,556.6000,-87.2543,1.4036,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5143,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.7843,0.9478,0.9478 -267.8000,0.4000,,,,,,2,602.0000,22.2715,556.6000,-87.2543,1.4040,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5148,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.8788,0.9479,0.9479 -268.2000,0.4000,,,,,,2,602.0000,22.2270,556.6000,-87.2543,1.4012,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5120,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.2652,0.9473,0.9473 -268.6000,0.4000,,,,,,2,602.0000,22.2715,556.6000,-87.2543,1.4040,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5148,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.8788,0.9479,0.9479 -269.0000,0.4000,,,,,,2,602.0000,22.3022,556.6000,-87.2543,1.4060,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5167,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.3018,0.9483,0.9483 -269.4000,0.4000,,,,,,2,602.0000,22.2527,556.6000,-87.2543,1.4028,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5136,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.6200,0.9476,0.9476 -269.8000,0.4000,,,,,,2,602.0000,22.2695,556.6000,-87.2543,1.4039,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5146,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.8514,0.9479,0.9479 -270.2000,0.4000,,,,,,2,602.0000,22.2448,556.6000,-87.2543,1.4023,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5131,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.5105,0.9475,0.9475 -270.6000,0.4000,,,,,,2,602.0000,22.2596,556.6000,-87.2543,1.4033,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5140,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.7150,0.9477,0.9477 -271.0000,0.4000,,,,,,2,602.0000,22.2487,556.6000,-87.2543,1.4026,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5133,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.5647,0.9476,0.9476 -271.4000,0.4000,,,,,,2,602.0000,160.0559,556.6000,-87.2543,10.0901,35.0888,-5.5006,0.0000,8.5743,0.0000,0.0000,1.5158,8.5743,-0.3082,0.0000,8.8825,0.0000,8.8825,0.2303,,,8.6522,,,,,,,2809.5890,2.8096,2.8096 -271.8000,0.4000,,,,,,2,602.0000,265.3745,556.6000,-87.2543,16.7296,35.0888,-5.5006,0.0000,15.2246,0.0000,0.0000,1.5049,15.2246,-0.4191,0.0000,15.6437,0.0000,15.6437,0.3830,,,15.2607,,,,,,,4198.9561,4.1990,4.1990 -272.2000,0.4000,,,,,,2,623.9600,235.5619,612.5619,-85.9175,15.3918,40.0254,-5.6139,1.6010,12.1870,0.0000,0.0000,1.6038,12.1870,-0.3779,0.0000,12.5649,0.0000,12.5649,0.3149,,,12.6811,,,,,,,3862.5796,3.8626,3.8626 -272.6000,0.4000,,,,,,2,650.9600,225.9925,604.4439,-84.2738,15.4055,41.2040,-5.7448,0.3833,13.3987,0.0000,0.0000,1.6235,13.3987,-0.4096,0.0000,13.8083,0.0000,13.8083,0.3447,,,13.5678,,,,,,,3807.3337,3.8073,3.8073 -273.0000,0.4000,,,,,,2,652.8800,176.1444,591.9655,-84.1569,12.0429,40.4723,-5.7538,-0.2380,10.6681,0.0000,0.0000,1.6128,10.6681,-0.3643,0.0000,11.0324,0.0000,11.0324,0.2821,,,10.6989,,,,,,,3126.3518,3.1264,3.1264 -273.4000,0.4000,,,,,,2,697.1200,282.5223,716.1412,-81.4637,20.6248,52.2799,-5.9470,3.8577,14.9652,0.0000,0.0000,1.8019,14.9652,-0.4560,0.0000,15.4212,0.0000,15.4212,0.3843,,,16.0585,,,,,,,4746.8590,4.7469,4.7469 -273.8000,0.4000,,,,,,2,817.6800,407.2564,848.3189,-74.1244,34.8722,72.6392,-6.3471,6.9936,25.7733,0.0000,0.0000,2.1053,25.7733,-0.6585,0.0000,26.4319,0.0000,26.4319,0.6417,,,28.0989,,,,,,,7567.3500,7.5674,7.5674 -274.2000,0.4000,,,,,,2,969.2801,408.1549,908.2580,-64.8955,41.4289,92.1907,-6.5871,8.8792,30.1105,0.0000,0.0000,2.4392,30.1105,-0.8039,0.0000,30.9144,0.0000,30.9144,0.7548,,,32.5991,,,,,,,8763.6703,8.7637,8.7637 -274.6000,0.4000,,,,,,2,1134.6401,453.3753,915.1449,-71.0482,53.8697,108.7368,-8.4419,11.5288,39.5250,0.0000,0.0000,2.8159,39.5250,-1.0565,0.0000,40.5815,0.0000,40.5815,0.9874,,,42.6286,,,,,,,11117.5808,11.1176,11.1176 -275.0000,0.4000,,,,,,2,1305.2000,435.6238,904.4438,-80.8929,59.5412,123.6196,-11.0565,12.7494,43.6081,0.0000,0.0000,3.1837,43.6081,-1.2295,0.0000,44.8376,0.0000,44.8376,1.0996,,,46.5395,,,,,,,12140.3333,12.1403,12.1403 -275.4000,0.4000,,,,,,2,1464.8800,353.5653,894.1456,-89.9243,54.2376,137.1636,-13.7945,13.0220,37.6203,0.0000,0.0000,3.5952,37.6203,-1.3170,0.0000,38.9372,0.0000,38.9372,0.9826,,,39.9259,,,,,,,11322.5981,11.3226,11.3226 -275.8000,0.4000,,,,,,2,1611.1200,307.5663,880.2297,-97.9473,51.8914,148.5089,-16.5253,13.2076,34.7007,0.0000,0.0000,3.9831,34.7007,-1.3754,0.0000,36.0761,0.0000,36.0761,0.9339,,,36.6725,,,,,,,11147.1578,11.1472,11.1472 -276.2000,0.4000,,,,,,2,1654.0800,-39.0366,833.9074,-99.4183,-6.7617,144.4451,-17.2207,-5.2569,-5.3559,0.0000,0.0000,3.8512,-5.3559,-0.8871,0.0000,-4.4688,0.0000,-4.4688,0.2496,,,-4.6409,,,,,,,1616.7398,1.6167,1.6167 -276.6000,0.4000,,,,,,2,1530.4000,-54.7341,796.4140,-93.6300,-8.7719,127.6358,-15.0054,-17.2524,5.1561,0.0000,0.0000,3.3244,5.1561,-0.7554,0.0000,5.9115,0.0000,5.9115,0.2433,,,5.3108,,,,,,,988.5166,0.9885,0.9885 -277.0000,0.4000,,,,,,3,1342.8001,22.9292,792.3206,-83.0195,3.2242,111.4143,-11.6740,-14.2966,14.6147,0.0000,0.0000,2.9061,11.5045,-0.5605,0.0000,12.0650,0.0000,12.0650,0.4084,,,13.8031,,,,,,,2306.0614,2.3061,2.3061 -277.4000,0.4000,,,,,,3,1208.6401,505.1063,818.0725,-75.4316,63.9305,103.5422,-9.5473,-6.0782,67.2683,0.0000,0.0000,2.7404,67.2683,-1.6004,0.0000,68.8688,0.0000,68.8688,1.7238,,,64.7539,,,,,,,13018.0772,13.0181,13.0181 -277.8000,0.4000,,,,,,3,1204.5600,497.1887,877.4922,-75.2008,62.7160,110.6879,-9.4859,5.4835,54.3232,0.0000,0.0000,2.9093,54.3232,-1.3554,0.0000,55.6786,0.0000,55.6786,1.4248,,,56.0085,,,,,,,12789.4413,12.7894,12.7894 -278.2000,0.4000,,,,,,3,1298.4800,586.5950,885.9774,-80.5128,79.7631,120.4721,-10.9479,8.3385,68.2724,0.0000,0.0000,3.1522,68.2724,-1.6676,0.0000,69.9399,0.0000,69.9399,1.7683,,,71.0571,,,,,,,15950.1847,15.9502,15.9502 -278.6000,0.4000,,,,,,3,1401.9200,523.4842,879.3940,-86.3633,76.8520,129.1027,-12.6789,7.9413,65.5134,0.0000,0.0000,3.3973,65.5134,-1.6856,0.0000,67.1990,0.0000,67.1990,1.7311,,,67.7318,,,,,,,15361.5930,15.3616,15.3616 -279.0000,0.4000,,,,,,3,1500.4000,511.5611,878.3258,-91.9332,80.3773,138.0039,-14.4447,8.7656,67.9422,0.0000,0.0000,3.6694,67.9422,-1.8049,0.0000,69.7470,0.0000,69.7470,1.8136,,,70.1973,,,,,,,16124.6151,16.1246,16.1246 -279.4000,0.4000,,,,,,3,1589.6800,425.5798,868.6289,-96.9828,70.8466,144.6014,-16.1448,7.2961,59.6594,0.0000,0.0000,3.8912,59.6594,-1.7363,0.0000,61.3957,0.0000,61.3957,1.6486,,,61.2234,,,,,,,14526.0944,14.5261,14.5261 -279.8000,0.4000,,,,,,3,1674.4000,450.6216,863.2200,-100.1141,79.0132,151.3594,-17.5543,8.8900,65.9799,0.0000,0.0000,4.1433,65.9799,-1.9109,0.0000,67.8908,0.0000,67.8908,1.8188,,,67.8651,,,,,,,16209.5569,16.2096,16.2096 -280.2000,0.4000,,,,,,3,1760.7200,425.2504,853.1508,-103.0697,78.4086,157.3058,-19.0042,8.4102,65.5939,0.0000,0.0000,4.4045,65.5939,-1.9817,0.0000,67.5756,0.0000,67.5756,1.8366,,,67.2653,,,,,,,16317.1150,16.3171,16.3171 -280.6000,0.4000,,,,,,3,1837.9200,404.2392,840.6391,-105.8011,77.8025,161.7949,-20.3632,7.7997,65.3532,0.0000,0.0000,4.6496,65.3532,-2.0547,0.0000,67.4079,0.0000,67.4079,1.8559,,,66.8473,,,,,,,16456.7575,16.4568,16.4568 -281.0000,0.4000,,,,,,3,1872.5600,19.3570,824.0456,-107.0675,3.7958,161.5904,-20.9953,-0.3676,-0.4753,0.0000,0.0000,4.6387,-0.4753,-1.0103,0.0000,0.5350,0.0000,0.5350,0.3554,,,0.1794,,,,,,,3764.0600,3.7641,3.7641 -281.4000,0.4000,,,,,,3,1785.2000,-33.7453,801.6251,-103.9080,-6.3085,149.8604,-19.4251,-17.8720,7.4696,0.0000,0.0000,4.0939,7.4696,-1.0504,0.0000,8.5200,0.0000,8.5200,0.5093,,,7.6262,,,,,,,2013.1603,2.0132,2.0132 -281.8000,0.4000,,,,,,4,1596.4000,0.8603,795.0940,-97.3629,0.1438,132.9195,-16.2766,-19.2350,15.8443,0.0000,0.0000,3.5344,12.8635,-0.7864,0.0000,13.6499,0.0000,13.6499,0.6938,,,14.9275,,,,,,,2458.6683,2.4587,2.4587 -282.2000,0.4000,,,,,,4,1382.8800,244.6206,782.1416,-85.2864,35.4247,113.2657,-12.3507,-17.8386,50.2600,0.0000,0.0000,3.0032,50.2600,-1.4689,0.0000,51.7289,0.0000,51.7289,1.5994,,,46.1275,,,,,,,7806.4750,7.8065,7.8065 -282.6000,0.4000,,,,,,4,1297.2800,579.8282,866.2494,-80.4450,78.7702,117.6807,-10.9285,3.7592,71.9023,0.0000,0.0000,3.1087,71.9023,-1.7631,0.0000,73.6654,0.0000,73.6654,2.0506,,,72.9839,,,,,,,15758.8479,15.7588,15.7588 -283.0000,0.4000,,,,,,4,1350.1600,674.3510,867.6779,-83.4358,95.3454,122.6796,-11.7969,4.4298,87.6842,0.0000,0.0000,3.2314,87.6842,-2.0628,0.0000,89.7470,0.0000,89.7470,2.4413,,,89.1215,,,,,,,18954.8119,18.9548,18.9548 -283.4000,0.4000,,,,,,4,1408.2400,764.3168,868.1077,-86.7208,112.7142,128.0203,-12.7888,4.9363,104.3964,0.0000,0.0000,3.3815,104.3964,-2.3832,0.0000,106.7795,0.0000,106.7795,2.8571,,,106.1363,,,,,,,22318.7584,22.3188,22.3188 -283.8000,0.4000,,,,,,4,1463.3600,767.1300,864.5911,-89.8383,117.5571,132.4923,-13.7671,4.2951,109.7468,0.0000,0.0000,3.5151,109.7468,-2.5148,0.0000,112.2616,0.0000,112.2616,3.0114,,,111.1256,,,,,,,23233.8797,23.2339,23.2339 -284.2000,0.4000,,,,,,4,1510.9600,656.3932,862.6462,-92.5305,103.8594,136.4942,-14.6409,3.9688,96.2518,0.0000,0.0000,3.6388,96.2518,-2.3295,0.0000,98.5813,0.0000,98.5813,2.7293,,,97.2781,,,,,,,20579.4990,20.5795,20.5795 -284.6000,0.4000,,,,,,4,1561.3600,670.7214,865.1996,-95.3811,109.6665,141.4647,-15.5953,5.0936,100.7794,0.0000,0.0000,3.7934,100.7794,-2.4440,0.0000,103.2234,0.0000,103.2234,2.8636,,,102.1545,,,,,,,21671.1297,21.6711,21.6711 -285.0000,0.4000,,,,,,4,1610.8800,625.6658,858.7643,-97.9391,105.5442,144.8658,-16.5214,4.0656,97.5651,0.0000,0.0000,3.9135,97.5651,-2.4351,0.0000,100.0001,0.0000,100.0001,2.8204,,,98.4828,,,,,,,20957.6069,20.9576,20.9576 -285.4000,0.4000,,,,,,4,1654.1600,584.0006,854.9937,-99.4210,101.1625,148.1048,-17.2220,4.1903,92.9386,0.0000,0.0000,4.0336,92.9386,-2.3966,0.0000,95.3352,0.0000,95.3352,2.7416,,,93.8072,,,,,,,20203.8844,20.2039,20.2039 -285.8000,0.4000,,,,,,4,1699.2800,554.4399,851.7719,-100.9660,98.6616,151.5713,-17.9667,4.6540,89.8366,0.0000,0.0000,4.1709,89.8366,-2.3854,0.0000,92.2220,0.0000,92.2220,2.6996,,,90.7573,,,,,,,19866.3032,19.8663,19.8663 -286.2000,0.4000,,,,,,4,1741.4400,455.8724,846.1867,-102.4096,83.1343,154.3133,-18.6757,3.8091,75.0365,0.0000,0.0000,4.2887,75.0365,-2.1790,0.0000,77.2156,0.0000,77.2156,2.3876,,,75.6323,,,,,,,17151.1747,17.1512,17.1512 -286.6000,0.4000,,,,,,4,1774.7200,435.1655,841.7069,-103.5491,80.8747,156.4297,-19.2444,3.0192,73.4500,0.0000,0.0000,4.4055,73.4500,-2.1835,0.0000,75.6335,0.0000,75.6335,2.3737,,,73.8609,,,,,,,16816.9810,16.8170,16.8170 -287.0000,0.4000,,,,,,4,1804.0800,390.3548,838.3673,-104.5639,73.7469,158.3867,-19.7545,3.1198,66.1251,0.0000,0.0000,4.5020,66.1251,-2.0894,0.0000,68.2145,0.0000,68.2145,2.2256,,,66.5303,,,,,,,15603.9209,15.6039,15.6039 -287.4000,0.4000,,,,,,4,1811.1200,11.2043,829.9917,-104.8213,2.1250,157.4163,-19.8804,-1.6422,-0.6842,0.0000,0.0000,4.4514,-0.6842,-0.9908,0.0000,0.3066,0.0000,0.3066,0.6957,,,-0.3875,,,,,,,3350.4110,3.3504,3.3504 -287.8000,0.4000,,,,,,4,1717.9200,-90.9317,805.2565,-101.6042,-16.3586,144.8658,-18.2786,-17.1503,-3.1790,0.0000,0.0000,3.9706,-3.1790,-0.9097,0.0000,-2.2693,0.0000,-2.2693,1.0221,,,-3.1276,,,,,,,306.2228,0.3062,0.3062 -288.2000,0.4000,,,,,,5,1535.3600,207.3763,796.2328,-93.9105,33.3425,128.0203,-15.0992,-17.4231,47.3258,0.0000,0.0000,3.4397,39.1659,-0.7279,0.0000,39.8939,0.0000,39.8939,1.6377,,,43.3024,,,,,,,7725.4065,7.7254,7.7254 -288.6000,0.4000,,,,,,5,1350.0000,544.2283,794.4415,-83.4267,76.9385,112.3115,-11.7942,-13.9189,87.8255,0.0000,0.0000,3.0319,87.8255,-0.7846,0.0000,88.6101,0.0000,88.6101,2.8224,,,80.1804,,,,,,,15386.6880,15.3867,15.3867 -289.0000,0.4000,,,,,,5,1272.0800,682.8769,856.8958,-79.0197,90.9673,114.1487,-10.5264,1.5339,86.3655,0.0000,0.0000,3.0679,86.3655,-0.7289,0.0000,87.0945,0.0000,87.0945,2.7058,,,85.0733,,,,,,,18210.8307,18.2108,18.2108 -289.4000,0.4000,,,,,,5,1296.7200,772.4743,859.3868,-80.4133,104.8960,116.6980,-10.9195,2.1697,99.5962,0.0000,0.0000,3.1301,99.5962,-0.7464,0.0000,100.3426,0.0000,100.3426,3.0308,,,98.3864,,,,,,,20975.0460,20.9750,20.9750 -289.8000,0.4000,,,,,,5,1327.7600,772.5202,860.7037,-82.1689,107.4133,119.6746,-11.4250,2.5940,101.6161,0.0000,0.0000,3.2032,101.6161,-0.7686,0.0000,102.3847,0.0000,102.3847,3.1098,,,100.5251,,,,,,,21411.7940,21.4118,21.4118 -290.2000,0.4000,,,,,,5,1356.4000,813.5954,857.4697,-83.7887,115.5646,121.7966,-11.9015,1.8892,110.4551,0.0000,0.0000,3.2203,110.4551,-0.7892,0.0000,111.2444,0.0000,111.2444,3.3408,,,108.8518,,,,,,,22944.0909,22.9441,22.9441 -290.6000,0.4000,,,,,,5,1383.6000,809.1127,859.3871,-85.3271,117.2325,124.5168,-12.3631,2.4703,111.4698,0.0000,0.0000,3.2925,111.4698,-0.8090,0.0000,112.2788,0.0000,112.2788,3.3941,,,110.0872,,,,,,,23239.1724,23.2392,23.2392 -291.0000,0.4000,,,,,,5,1415.6800,778.1278,860.0870,-87.1416,115.3572,127.5076,-12.9187,2.7790,109.2071,0.0000,0.0000,3.3711,109.2071,-0.8325,0.0000,110.0396,0.0000,110.0396,3.3794,,,107.9260,,,,,,,22831.7386,22.8317,22.8317 -291.4000,0.4000,,,,,,5,1446.6400,773.1382,858.3200,-88.8926,117.1241,130.0284,-13.4665,2.3935,111.2850,0.0000,0.0000,3.4456,111.2850,-0.8554,0.0000,112.1404,0.0000,112.1404,3.4622,,,109.7420,,,,,,,23173.4375,23.1734,23.1734 -291.8000,0.4000,,,,,,5,1474.9600,707.8647,858.1602,-90.4944,109.3350,132.5492,-13.9775,2.4403,103.3731,0.0000,0.0000,3.5216,103.3731,-0.8765,0.0000,104.2496,0.0000,104.2496,3.3168,,,101.9018,,,,,,,21623.9277,21.6239,21.6239 -292.2000,0.4000,,,,,,5,1503.0400,659.7634,857.8720,-92.0826,103.8454,135.0273,-14.4936,2.4446,97.8032,0.0000,0.0000,3.5976,97.8032,-0.8978,0.0000,98.7010,0.0000,98.7010,3.2246,,,96.3606,,,,,,,20570.0434,20.5700,20.5700 -292.6000,0.4000,,,,,,5,1528.9600,635.8462,856.6712,-93.5486,101.8068,137.1636,-14.9783,2.1438,95.9991,0.0000,0.0000,3.6639,95.9991,-0.9188,0.0000,96.9179,0.0000,96.9179,3.2154,,,94.4379,,,,,,,20214.6653,20.2147,20.2147 -293.0000,0.4000,,,,,,5,1548.9600,496.6295,854.3900,-94.6797,80.5566,138.5878,-15.3577,1.4479,75.3959,0.0000,0.0000,3.7128,75.3959,-0.9352,0.0000,76.3311,0.0000,76.3311,2.7746,,,73.9364,,,,,,,16221.3216,16.2213,16.2213 -293.4000,0.4000,,,,,,5,1566.8800,536.0862,855.3814,-95.6933,87.9628,140.3538,-15.7017,1.8162,82.3790,0.0000,0.0000,3.7676,82.3790,-0.9499,0.0000,83.3289,0.0000,83.3289,2.9548,,,80.8830,,,,,,,17587.4570,17.5875,17.5875 -293.8000,0.4000,,,,,,5,1585.1200,524.4611,854.4615,-96.7249,87.0571,141.8349,-16.0557,1.5410,81.7025,0.0000,0.0000,3.8136,81.7025,-0.9650,0.0000,82.6675,0.0000,82.6675,2.9625,,,80.1234,,,,,,,17450.9114,17.4509,17.4509 -294.2000,0.4000,,,,,,5,1604.5600,544.6287,854.6277,-97.7227,91.5135,143.6023,-16.4203,2.0848,85.5411,0.0000,0.0000,3.8876,85.5411,-0.9812,0.0000,86.5223,0.0000,86.5223,3.0740,,,84.0265,,,,,,,18298.2028,18.2982,18.2982 -294.6000,0.4000,,,,,,5,1624.3201,496.7491,851.8704,-98.3993,84.4962,144.9018,-16.7376,1.6398,78.9211,0.0000,0.0000,3.9353,78.9211,-0.9978,0.0000,79.9189,0.0000,79.9189,2.9499,,,77.3783,,,,,,,17062.4006,17.0624,17.0624 -295.0000,0.4000,,,,,,5,1644.4800,489.6329,851.4431,-99.0896,84.3195,146.6266,-17.0642,2.2135,78.0993,0.0000,0.0000,4.0066,78.0993,-1.0148,0.0000,79.1141,0.0000,79.1141,2.9576,,,76.6899,,,,,,,17075.7018,17.0757,17.0757 -295.4000,0.4000,,,,,,5,1651.2801,15.3869,843.8562,-99.3224,2.6607,145.9210,-17.1750,-0.9107,-0.4141,0.0000,0.0000,3.9855,-0.4141,-1.0205,0.0000,0.6065,0.0000,0.6065,1.1923,,,-0.5842,,,,,,,2984.4825,2.9845,2.9845 -295.8000,0.4000,,,,,,5,1569.5201,-76.8853,808.2777,-95.8426,-12.6368,132.8483,-15.7527,-14.1283,-2.0687,0.0000,0.0000,3.5601,-2.0687,-0.9521,0.0000,-1.1166,0.0000,-1.1166,1.6282,,,-2.6101,,,,,,,481.1647,0.4812,0.4812 -296.2000,0.4000,,,,,,6,1396.1600,293.7591,791.3592,-86.0375,42.9492,115.7011,-12.5792,-15.7130,55.5691,0.0000,0.0000,3.0931,47.4903,-1.5930,0.0000,49.0833,0.0000,49.0833,2.2719,,,50.9958,,,,,,,9164.3478,9.1643,9.1643 -296.6000,0.4000,,,,,,6,1266.8800,542.0107,827.8858,-78.7256,71.9071,109.8334,-10.4443,-4.8790,73.8359,0.0000,0.0000,2.9502,73.8359,-2.0829,0.0000,75.9188,0.0000,75.9188,3.0124,,,71.0097,,,,,,,14478.1222,14.4781,14.4781 -297.0000,0.4000,,,,,,6,1243.7600,671.8057,856.7248,-77.4179,87.5002,111.5852,-10.0834,1.4300,83.0773,0.0000,0.0000,2.9929,83.0773,-2.2153,0.0000,85.2925,0.0000,85.2925,3.1814,,,82.7608,,,,,,,17589.9968,17.5900,17.5900 -297.4000,0.4000,,,,,,6,1262.4800,710.3055,855.9787,-78.4767,93.9071,113.1660,-10.3751,1.3099,89.5925,0.0000,0.0000,3.0046,89.5925,-2.3390,0.0000,91.9315,0.0000,91.9315,3.3660,,,89.1885,,,,,,,18838.6378,18.8386,18.8386 -297.8000,0.4000,,,,,,6,1281.0400,737.3605,856.4229,-79.5264,98.9171,114.8893,-10.6685,1.4489,94.4215,0.0000,0.0000,3.0466,94.4215,-2.4349,0.0000,96.8564,0.0000,96.8564,3.5121,,,94.0497,,,,,,,19757.9428,19.7579,19.7579 -298.2000,0.4000,,,,,,6,1299.2001,656.0418,855.5481,-80.5535,89.2557,116.3989,-10.9595,1.2873,84.8921,0.0000,0.0000,3.0763,84.8921,-2.2932,0.0000,87.1853,0.0000,87.1853,3.3280,,,84.4046,,,,,,,17869.4100,17.8694,17.8694 -298.6000,0.4000,,,,,,6,1318.4001,580.4827,856.9114,-81.6395,80.1429,118.3074,-11.2714,1.6514,75.3684,0.0000,0.0000,3.1232,75.3684,-2.1536,0.0000,77.5220,0.0000,77.5220,3.1466,,,74.9802,,,,,,,15998.0054,15.9980,15.9980 -299.0000,0.4000,,,,,,6,1334.3200,589.5707,853.3125,-82.5399,82.3805,119.2331,-11.5333,0.8107,78.4239,0.0000,0.0000,3.1459,78.4239,-2.2174,0.0000,80.6413,0.0000,80.6413,3.2480,,,77.6949,,,,,,,16437.3162,16.4373,16.4373 -299.4000,0.4000,,,,,,6,1347.9200,499.2226,855.2970,-83.3091,70.4672,120.7285,-11.7594,1.3230,65.9614,0.0000,0.0000,3.1829,65.9614,-2.0282,0.0000,67.9895,0.0000,67.9895,2.9889,,,65.4057,,,,,,,14191.7540,14.1918,14.1918 -299.8000,0.4000,,,,,,6,1361.2800,446.3596,853.0971,-84.0647,63.6299,121.6115,-11.9837,0.7889,59.6363,0.0000,0.0000,3.2046,59.6363,-1.9380,0.0000,61.5743,0.0000,61.5743,2.8704,,,58.9178,,,,,,,12928.0330,12.9280,12.9280 -300.2000,0.4000,,,,,,6,1374.4800,453.8465,855.0957,-84.8113,65.3245,123.0784,-12.2073,1.3233,60.7609,0.0000,0.0000,3.2403,60.7609,-1.9683,0.0000,62.7291,0.0000,62.7291,2.9229,,,60.1647,,,,,,,13246.3400,13.2463,13.2463 -300.6000,0.4000,,,,,,6,1389.7600,457.2745,854.3058,-85.6755,66.5496,124.3317,-12.4688,1.1432,62.1309,0.0000,0.0000,3.2755,62.1309,-2.0044,0.0000,64.1353,0.0000,64.1353,2.9856,,,61.4595,,,,,,,13472.4840,13.4725,13.4725 -301.0000,0.4000,,,,,,6,1400.4000,224.0380,852.1851,-86.2773,32.8551,124.9726,-12.6525,0.5891,28.9715,0.0000,0.0000,3.2945,28.9715,-1.4738,0.0000,30.4453,0.0000,30.4453,2.2460,,,28.2718,,,,,,,7389.4051,7.3894,7.3894 -301.4000,0.4000,,,,,,6,1404.8000,26.8013,850.4841,-86.5262,3.9427,125.1150,-12.7289,0.1313,0.5094,0.0000,0.0000,3.3020,0.5094,-1.0074,0.0000,1.5168,0.0000,1.5168,1.6013,,,-0.0845,,,,,,,2564.5750,2.5646,2.5646 -301.8000,0.4000,,,,,,6,1405.3600,166.4763,849.8548,-86.5579,24.5001,125.0722,-12.7386,-0.0394,21.2388,0.0000,0.0000,3.3007,21.2388,-1.3505,0.0000,22.5893,0.0000,22.5893,2.0786,,,20.5072,,,,,,,5945.5223,5.9455,5.9455 -302.2000,0.4000,,,,,,6,1409.5200,127.9661,852.6534,-86.7931,18.8884,125.8556,-12.8111,0.7247,14.8393,0.0000,0.0000,3.3244,14.8393,-1.2485,0.0000,16.0878,0.0000,16.0878,1.9402,,,14.1918,,,,,,,4994.4400,4.9944,4.9944 -302.6000,0.4000,,,,,,6,1413.8400,72.8911,849.9519,-87.0375,10.7920,125.8413,-12.8865,-0.0132,7.4774,0.0000,0.0000,3.3278,7.4774,-1.1308,0.0000,8.6082,0.0000,8.6082,1.7801,,,6.8277,,,,,,,3675.7563,3.6758,3.6758 -303.0000,0.4000,,,,,,6,1413.4400,79.9596,849.8076,-87.0149,11.8352,125.7843,-12.8795,-0.0528,8.5619,0.0000,0.0000,3.3262,8.5619,-1.1484,0.0000,9.7103,0.0000,9.7103,1.8042,,,7.9043,,,,,,,3838.3266,3.8383,3.8383 -303.4000,0.4000,,,,,,6,1413.9200,75.3067,850.4809,-87.0420,11.1503,125.9268,-12.8879,0.1322,7.6911,0.0000,0.0000,3.3271,7.6911,-1.1344,0.0000,8.8255,0.0000,8.8255,1.7852,,,7.0443,,,,,,,3732.1523,3.7322,3.7322 -303.8000,0.4000,,,,,,6,1414.0000,61.3166,849.5672,-87.0465,9.0794,125.7986,-12.8893,-0.1190,5.8750,0.0000,0.0000,3.3233,5.8750,-1.1045,0.0000,6.9795,0.0000,6.9795,1.7436,,,5.2332,,,,,,,3407.6318,3.4076,3.4076 -304.2000,0.4000,,,,,,6,1414.8800,28.1628,850.9612,-87.0963,4.1728,126.0834,-12.9047,0.2645,0.5765,0.0000,0.0000,3.3317,0.5765,-1.0177,0.0000,1.5942,0.0000,1.5942,1.6237,,,-0.0295,,,,,,,2622.2974,2.6223,2.6223 -304.6000,0.4000,,,,,,6,1415.3600,-87.1235,849.3274,-87.1235,-12.9131,125.8840,-12.9131,-0.1852,-16.0474,0.0000,0.0000,3.3195,-16.0474,-1.1948,0.0000,-14.8526,0.0000,-14.8526,2.4135,,,-28.2726,,,,,,,33.4944,0.0335,0.0335 -305.0000,0.4000,,,,,,6,1408.4001,-86.7298,846.4755,-86.7298,-12.7915,124.8444,-12.7915,-0.9610,-15.1193,0.0000,0.0000,3.2888,-15.1193,-1.1745,0.0000,-13.9448,0.0000,-13.9448,2.3857,,,-17.7731,,,,,,,34.7570,0.0348,0.0348 -305.4000,0.4000,,,,,,6,1400.3201,-75.0458,848.6403,-86.2728,-11.0048,124.4456,-12.6511,-0.3665,-13.9154,0.0000,0.0000,3.2771,-13.9154,-1.1489,0.0000,-12.7665,0.0000,-12.7665,2.3520,,,-15.0944,,,,,,,279.3197,0.2793,0.2793 -305.8000,0.4000,,,,,,6,1395.2800,-85.9877,848.2942,-85.9877,-12.5640,123.9471,-12.5640,-0.4565,-15.3649,0.0000,0.0000,3.2574,-15.3649,-1.1671,0.0000,-14.1978,0.0000,-14.1978,2.3569,,,-16.8019,,,,,,,31.0712,0.0311,0.0311 -306.2000,0.4000,,,,,,6,1389.5201,-85.6620,848.1893,-85.6620,-12.4647,123.4202,-12.4647,-0.4806,-15.2260,0.0000,0.0000,3.2419,-15.2260,-1.1600,0.0000,-14.0660,0.0000,-14.0660,2.3415,,,-17.2107,,,,,,,30.1547,0.0302,0.0302 -306.6000,0.4000,,,,,,6,1383.6001,-64.3387,848.1815,-85.3271,-9.3221,122.8932,-12.3631,-0.4785,-12.0695,0.0000,0.0000,3.2260,-12.0695,-1.1060,0.0000,-10.9635,0.0000,-10.9635,2.2902,,,-13.2253,,,,,,,491.0933,0.4911,0.4911 -307.0000,0.4000,,,,,,6,1377.8400,-57.2480,848.2727,-85.0014,-8.2602,122.3948,-12.2646,-0.4508,-11.0231,0.0000,0.0000,3.2137,-11.0231,-1.0849,0.0000,-9.9382,0.0000,-9.9382,2.2641,,,-12.1775,,,,,,,639.0485,0.6390,0.6390 -307.4000,0.4000,,,,,,6,1371.0400,-75.7772,847.5201,-84.6168,-10.8797,121.6827,-12.1488,-0.6408,-13.4350,0.0000,0.0000,3.1961,-13.4350,-1.1165,0.0000,-12.3185,0.0000,-12.3185,2.2763,,,-14.5523,,,,,,,221.7417,0.2217,0.2217 -307.8000,0.4000,,,,,,6,1361.3601,-84.0693,846.4536,-84.0693,-11.9850,120.6715,-11.9850,-0.9035,-14.2510,0.0000,0.0000,3.1694,-14.2510,-1.1210,0.0000,-13.1300,0.0000,-13.1300,2.2630,,,-50.1806,,,,,,,25.6741,0.0257,0.0257 -308.2000,0.4000,,,,,,6,1347.9201,-83.3091,845.1065,-83.3091,-11.7594,119.2900,-11.7594,-1.2222,-13.6727,0.0000,0.0000,3.1355,-13.6727,-1.1007,0.0000,-12.5721,0.0000,-12.5721,2.2245,,,-47.5282,,,,,,,23.5357,0.0235,0.0235 -308.6000,0.4000,,,,,,6,1331.1200,-82.3589,844.2274,-82.3589,-11.4804,117.6807,-11.4804,-1.4060,-13.1701,0.0000,0.0000,3.0958,-13.1701,-1.0788,0.0000,-12.0914,0.0000,-12.0914,2.1794,,,-48.5609,,,,,,,20.8626,0.0209,0.0209 -309.0000,0.4000,,,,,,6,1315.0400,-81.4494,845.4496,-81.4494,-11.2165,116.4274,-11.2165,-1.0817,-13.1996,0.0000,0.0000,3.0649,-13.1996,-1.0658,0.0000,-12.1338,0.0000,-12.1338,2.1425,,,-33.6608,,,,,,,18.3041,0.0183,0.0183 -309.4000,0.4000,,,,,,6,1303.6800,-80.8069,847.1834,-80.8069,-11.0318,115.6584,-11.0318,-0.6581,-13.4198,0.0000,0.0000,3.0460,-13.4198,-1.0598,0.0000,-12.3601,0.0000,-12.3601,2.1189,,,-15.4935,,,,,,,16.4966,0.0165,0.0165 -309.8000,0.4000,,,,,,6,1297.1200,303.9271,848.5321,-80.4359,41.2837,115.2596,-10.9259,-0.3395,38.5850,0.0000,0.0000,3.0382,38.5850,-1.5397,0.0000,40.1246,0.0000,40.1246,2.2606,,,37.7987,,,,,,,8738.1215,8.7381,8.7381 -310.2000,0.4000,,,,,,6,1297.6800,380.8406,851.8340,-80.4676,51.7535,115.7581,-10.9350,0.4246,48.2786,0.0000,0.0000,3.0503,48.2786,-1.6969,0.0000,49.9755,0.0000,49.9755,2.4842,,,47.5938,,,,,,,10671.5450,10.6715,10.6715 -310.6000,0.4000,,,,,,6,1300.3200,381.3222,849.8954,-80.6169,51.9243,115.7296,-10.9775,-0.0243,48.8990,0.0000,0.0000,3.0496,48.8990,-1.7093,0.0000,50.6084,0.0000,50.6084,2.5036,,,48.0989,,,,,,,10705.8675,10.7059,10.7059 -311.0000,0.4000,,,,,,6,1298.4800,484.9190,848.9003,-80.5128,65.9376,115.4305,-10.9479,-0.2549,63.1466,0.0000,0.0000,3.0459,63.1466,-1.9381,0.0000,65.0848,0.0000,65.0848,2.8272,,,62.1770,,,,,,,13335.9780,13.3360,13.3360 -311.4000,0.4000,,,,,,6,1299.2800,420.1718,851.6224,-80.5581,57.1687,115.8720,-10.9608,0.3765,53.7356,0.0000,0.0000,3.0566,53.7356,-1.7866,0.0000,55.5222,0.0000,55.5222,2.6126,,,53.0106,,,,,,,11701.7506,11.7018,11.7018 -311.8000,0.4000,,,,,,6,1301.4400,529.3473,849.7910,-80.6802,72.1429,115.8150,-10.9956,-0.0487,69.1340,0.0000,0.0000,3.0575,69.1340,-2.0376,0.0000,71.1717,0.0000,71.1717,2.9704,,,68.1845,,,,,,,14498.5872,14.4986,14.4986 -312.2000,0.4000,,,,,,6,1301.7600,490.2307,850.4179,-80.6983,66.8282,115.9290,-11.0008,0.0973,63.6702,0.0000,0.0000,3.0607,63.6702,-1.9495,0.0000,65.6198,0.0000,65.6198,2.8456,,,62.8051,,,,,,,13509.6350,13.5096,13.5096 -312.6000,0.4000,,,,,,6,1302.4801,578.6448,850.0522,-80.7391,78.9245,115.9432,-11.0124,0.0122,75.8513,0.0000,0.0000,3.0610,75.8513,-2.1472,0.0000,77.9985,0.0000,77.9985,3.1267,,,74.8764,,,,,,,15782.6318,15.7826,15.7826 -313.0000,0.4000,,,,,,6,1302.8801,492.9817,850.2087,-80.7617,67.2611,116.0002,-11.0189,0.0487,64.1472,0.0000,0.0000,3.0652,64.1472,-1.9582,0.0000,66.1054,0.0000,66.1054,2.8587,,,63.2623,,,,,,,13594.0415,13.5940,13.5940 -313.4000,0.4000,,,,,,6,1305.6800,373.5087,851.6145,-80.9200,51.0700,116.4417,-11.0642,0.3784,47.6157,0.0000,0.0000,3.0760,47.6157,-1.6934,0.0000,49.3090,0.0000,49.3090,2.4845,,,46.9135,,,,,,,10554.7330,10.5547,10.5547 -313.8000,0.4000,,,,,,6,1305.1200,290.5562,848.0201,-80.8884,39.7109,115.9005,-11.0552,-0.4636,37.1117,0.0000,0.0000,3.0627,37.1117,-1.5227,0.0000,38.6344,0.0000,38.6344,2.2422,,,36.3075,,,,,,,8444.2297,8.4442,8.4442 -314.2000,0.4000,,,,,,6,1300.4000,340.4508,848.9019,-80.6214,46.3618,115.6014,-10.9788,-0.2553,43.5625,0.0000,0.0000,3.0545,43.5625,-1.6231,0.0000,45.1856,0.0000,45.1856,2.3812,,,42.7491,,,,,,,9675.4352,9.6754,9.6754 -314.6000,0.4000,,,,,,6,1299.8400,383.3243,850.7324,-80.5897,52.1777,115.8008,-10.9698,0.1701,48.9482,0.0000,0.0000,3.0594,48.9482,-1.7097,0.0000,50.6579,0.0000,50.6579,2.5038,,,48.1956,,,,,,,10755.5362,10.7555,10.7555 -315.0000,0.4000,,,,,,6,1302.8800,480.1973,851.2526,-80.7617,65.5168,116.1426,-11.0189,0.2923,62.1567,0.0000,0.0000,3.0678,62.1567,-1.9261,0.0000,64.0828,0.0000,64.0828,2.8130,,,61.3601,,,,,,,13253.9104,13.2539,13.2539 -315.4000,0.4000,,,,,,6,1306.6400,406.1917,851.1970,-80.9743,55.5796,116.4701,-11.0798,0.2809,52.2253,0.0000,0.0000,3.0734,52.2253,-1.7688,0.0000,53.9940,0.0000,53.9940,2.5922,,,51.4742,,,,,,,11423.4459,11.4234,11.4234 -315.8000,0.4000,,,,,,6,1306.8000,345.4597,848.9073,-80.9834,47.2754,116.1711,-11.0824,-0.2565,44.4658,0.0000,0.0000,3.0661,44.4658,-1.6434,0.0000,46.1092,0.0000,46.1092,2.4143,,,43.6387,,,,,,,9858.4944,9.8585,9.8585 -316.2000,0.4000,,,,,,6,1304.7200,413.4317,849.7394,-80.8657,56.4871,116.0999,-11.0487,-0.0610,53.4838,0.0000,0.0000,3.0644,53.4838,-1.7874,0.0000,55.2712,0.0000,55.2712,2.6174,,,52.6377,,,,,,,11583.2247,11.5832,11.5832 -316.6000,0.4000,,,,,,6,1303.2000,384.1543,849.2695,-80.7798,52.4258,115.9005,-11.0241,-0.1705,49.5407,0.0000,0.0000,3.0557,49.5407,-1.7223,0.0000,51.2630,0.0000,51.2630,2.5239,,,48.6972,,,,,,,10805.5780,10.8056,10.8056 -317.0000,0.4000,,,,,,6,1301.7600,430.6817,849.7910,-80.6983,58.7105,115.8435,-11.0008,-0.0487,55.7049,0.0000,0.0000,3.0543,55.7049,-1.8207,0.0000,57.5256,0.0000,57.5256,2.6627,,,54.8495,,,,,,,11977.2749,11.9773,11.9773 -317.4000,0.4000,,,,,,6,1302.5600,438.8832,850.7309,-80.7436,59.8653,116.0429,-11.0137,0.1705,56.6409,0.0000,0.0000,3.0539,56.6409,-1.8366,0.0000,58.4775,0.0000,58.4775,2.6857,,,55.8398,,,,,,,12204.1294,12.2041,12.2041 -317.8000,0.4000,,,,,,6,1301.6001,405.4897,848.6416,-80.6893,55.2696,115.6726,-10.9982,-0.3163,52.5410,0.0000,0.0000,3.0449,52.5410,-1.7694,0.0000,54.3104,0.0000,54.3104,2.5897,,,51.6381,,,,,,,11363.9723,11.3640,11.3640 -318.2000,0.4000,,,,,,6,1297.2000,494.0771,848.4798,-80.4404,67.1167,115.2596,-10.9272,-0.3516,64.4335,0.0000,0.0000,3.0348,64.4335,-1.9578,0.0000,66.3913,0.0000,66.3913,2.8543,,,63.4234,,,,,,,13569.0960,13.5691,13.5691 -318.6000,0.4000,,,,,,6,1295.9200,518.6228,850.6821,-80.3680,70.3815,115.4447,-10.9066,0.1575,67.1883,0.0000,0.0000,3.0357,67.1883,-2.0012,0.0000,69.1895,0.0000,69.1895,2.9151,,,66.3276,,,,,,,14185.6324,14.1856,14.1856 -319.0000,0.4000,,,,,,6,1296.5600,549.7927,849.7378,-80.4042,74.6483,115.3735,-10.9169,-0.0606,71.6750,0.0000,0.0000,3.0339,71.6750,-2.0743,0.0000,73.7494,0.0000,73.7494,3.0193,,,70.7082,,,,,,,14990.2192,14.9902,14.9902 -319.4000,0.4000,,,,,,6,1296.4800,567.7112,850.2098,-80.3997,77.0765,115.4305,-10.9156,0.0485,73.9973,0.0000,0.0000,3.0307,73.9973,-2.1118,0.0000,76.1092,0.0000,76.1092,3.0725,,,73.0547,,,,,,,15450.3463,15.4503,15.4503 -319.8000,0.4000,,,,,,6,1293.1200,630.2978,847.5810,-80.2097,85.3519,114.7754,-10.8616,-0.5560,82.8931,0.0000,0.0000,3.0149,82.8931,-2.2548,0.0000,85.1479,0.0000,85.1479,3.2704,,,81.6445,,,,,,,17144.6008,17.1446,17.1446 -320.2000,0.4000,,,,,,6,1289.5200,735.0594,850.0528,-80.0060,99.2611,114.7896,-10.8039,0.0121,96.2346,0.0000,0.0000,3.0145,96.2346,-2.4722,0.0000,98.7068,0.0000,98.7068,3.5699,,,95.1428,,,,,,,19811.4011,19.8114,19.8114 -320.6000,0.4000,,,,,,6,1292.5600,798.4673,851.9465,-80.1780,108.0778,115.3166,-10.8526,0.4470,104.6051,0.0000,0.0000,3.0257,104.6051,-2.6132,0.0000,107.2183,0.0000,107.2183,3.7680,,,103.6872,,,,,,,21610.3650,21.6104,21.6104 -321.0000,0.4000,,,,,,6,1294.6400,765.4414,849.4222,-80.2956,103.7742,115.1599,-10.8860,-0.1331,100.8855,0.0000,0.0000,3.0218,100.8855,-2.5536,0.0000,103.4391,0.0000,103.4391,3.6866,,,99.6847,,,,,,,20743.9864,20.7440,20.7440 -321.4000,0.4000,,,,,,6,1293.1200,776.2606,849.5793,-80.2097,105.1175,115.0460,-10.8616,-0.0967,102.1951,0.0000,0.0000,3.0191,102.1951,-2.5739,0.0000,104.7690,0.0000,104.7690,3.7138,,,101.0052,,,,,,,21033.2303,21.0332,21.0332 -321.8000,0.4000,,,,,,6,1294.0000,842.5204,850.9985,-80.2594,114.1677,115.3166,-10.8757,0.2298,110.9129,0.0000,0.0000,3.0250,110.9129,-2.7187,0.0000,113.6316,0.0000,113.6316,3.9157,,,109.8448,,,,,,,22805.3052,22.8053,22.8053 -322.2000,0.4000,,,,,,6,1299.1200,793.5743,852.3554,-80.5490,107.9606,115.9574,-10.9582,0.5465,104.3735,0.0000,0.0000,3.0407,104.3735,-2.6151,0.0000,106.9886,0.0000,106.9886,3.7754,,,103.4993,,,,,,,21586.2364,21.5862,21.5862 -322.6000,0.4000,,,,,,6,1302.2400,839.3289,849.6867,-80.7255,114.4595,115.8720,-11.0086,-0.0730,111.4941,0.0000,0.0000,3.0385,111.4941,-2.7355,0.0000,114.2296,0.0000,114.2296,3.9449,,,110.2440,,,,,,,22841.4267,22.8414,22.8414 -323.0000,0.4000,,,,,,6,1304.5600,837.3761,851.8244,-80.8567,114.3966,116.3705,-11.0461,0.4268,110.9191,0.0000,0.0000,3.0507,110.9191,-2.7281,0.0000,113.6472,0.0000,113.6472,3.9362,,,109.9464,,,,,,,22821.8548,22.8219,22.8219 -323.4000,0.4000,,,,,,6,1310.7200,733.7562,852.1790,-81.2051,100.7141,116.9686,-11.1461,0.5146,97.1341,0.0000,0.0000,3.0654,97.1341,-2.5056,0.0000,99.6397,0.0000,99.6397,3.6315,,,96.2543,,,,,,,20059.9778,20.0600,20.0600 -323.8000,0.4000,,,,,,6,1314.2400,622.5370,850.1035,-81.4042,85.6778,116.9971,-11.2034,0.0246,82.5871,0.0000,0.0000,3.0662,82.5871,-2.2682,0.0000,84.8553,0.0000,84.8553,3.3042,,,81.5610,,,,,,,17158.5495,17.1585,17.1585 -324.2000,0.4000,,,,,,6,1315.1200,567.6329,850.4654,-81.4540,78.1739,117.1253,-11.2178,0.1106,74.9939,0.0000,0.0000,3.0694,74.9939,-2.1446,0.0000,77.1385,0.0000,77.1385,3.1315,,,74.0475,,,,,,,15638.8044,15.6388,15.6388 -324.6000,0.4000,,,,,,6,1316.6400,445.1864,850.5164,-81.5399,61.3815,117.2677,-11.2426,0.1231,58.1855,0.0000,0.0000,3.0730,58.1855,-1.8742,0.0000,60.0596,0.0000,60.0596,2.7485,,,57.3459,,,,,,,12498.5640,12.4986,12.4986 -325.0000,0.4000,,,,,,6,1315.6800,423.5437,848.8630,-81.4856,58.3549,116.9544,-11.2269,-0.2706,55.5606,0.0000,0.0000,3.0648,55.5606,-1.8308,0.0000,57.3915,0.0000,57.3915,2.6864,,,54.6319,,,,,,,11919.2641,11.9193,11.9193 -325.4000,0.4000,,,,,,6,1316.4000,445.7834,851.6013,-81.5264,61.4526,117.3959,-11.2387,0.3815,57.9955,0.0000,0.0000,3.0756,57.9955,-1.8709,0.0000,59.8664,0.0000,59.8664,2.7437,,,57.2303,,,,,,,12512.4212,12.5124,12.5124 -325.8000,0.4000,,,,,,6,1318.3200,381.4127,849.6389,-81.6350,52.6556,117.2962,-11.2700,-0.0863,49.6691,0.0000,0.0000,3.0728,49.6691,-1.7379,0.0000,51.4070,0.0000,51.4070,2.5563,,,48.8300,,,,,,,10857.2337,10.8572,10.8572 -326.2000,0.4000,,,,,,6,1318.0800,324.0305,850.2064,-81.6214,44.7256,117.3531,-11.2661,0.0493,41.6021,0.0000,0.0000,3.0742,41.6021,-1.6072,0.0000,43.2094,0.0000,43.2094,2.3705,,,40.8487,,,,,,,9373.1322,9.3731,9.3731 -326.6000,0.4000,,,,,,6,1315.2800,26.7210,847.9837,-81.4630,3.6804,116.7977,-11.2204,-0.4795,1.0994,0.0000,0.0000,3.0606,1.0994,-0.9365,0.0000,2.0358,0.0000,2.0358,1.4347,,,0.5997,,,,,,,2318.9491,2.3189,2.3189 -327.0000,0.4000,,,,,,6,1307.8400,178.1929,847.1923,-81.0422,24.4047,116.0287,-11.0993,-0.6602,22.0209,0.0000,0.0000,3.0439,22.0209,-1.2757,0.0000,23.2966,0.0000,23.2966,1.9008,,,21.3251,,,,,,,5732.8470,5.7328,5.7328 -327.4000,0.4000,,,,,,6,1303.9200,184.4742,850.2607,-80.8205,25.1892,116.0999,-11.0357,0.0609,22.0826,0.0000,0.0000,3.0457,22.0826,-1.2732,0.0000,23.3559,0.0000,23.3559,1.8946,,,21.4678,,,,,,,5872.2614,5.8723,5.8723 -327.8000,0.4000,,,,,,6,1303.5200,212.9538,849.4784,-80.7979,29.0691,115.9574,-11.0293,-0.1218,26.1488,0.0000,0.0000,3.0422,26.1488,-1.3401,0.0000,27.4888,0.0000,27.4888,1.9873,,,25.4859,,,,,,,6561.2747,6.5613,6.5613 -328.2000,0.4000,,,,,,6,1303.9200,292.7493,850.7823,-80.8205,39.9738,116.1711,-11.0357,0.1828,36.7419,0.0000,0.0000,3.0491,36.7419,-1.5155,0.0000,38.2574,0.0000,38.2574,2.2314,,,36.0592,,,,,,,8493.2181,8.4932,8.4932 -328.6000,0.4000,,,,,,6,1302.7200,297.2486,848.4340,-80.7526,40.5508,115.7438,-11.0163,-0.3653,37.8776,0.0000,0.0000,3.0386,37.8776,-1.5332,0.0000,39.4108,0.0000,39.4108,2.2551,,,37.0872,,,,,,,8602.5394,8.6025,8.6025 -329.0000,0.4000,,,,,,6,1300.6400,392.1655,850.2092,-80.6350,53.4140,115.8008,-10.9827,0.0486,50.3251,0.0000,0.0000,3.0402,50.3251,-1.7327,0.0000,52.0578,0.0000,52.0578,2.5369,,,49.5331,,,,,,,10999.0373,10.9990,10.9990 -329.4000,0.4000,,,,,,6,1300.1600,386.3790,849.4770,-80.6078,52.6064,115.6584,-10.9750,-0.1215,49.6912,0.0000,0.0000,3.0367,49.6912,-1.7220,0.0000,51.4132,0.0000,51.4132,2.5215,,,48.8617,,,,,,,10840.0304,10.8400,10.8400 -329.8000,0.4000,,,,,,6,1299.9200,428.3713,850.3662,-80.5943,58.3130,115.7581,-10.9711,0.0851,55.1888,0.0000,0.0000,3.0392,55.1888,-1.8107,0.0000,56.9995,0.0000,56.9995,2.6472,,,54.3757,,,,,,,11905.9930,11.9060,11.9060 -330.2000,0.4000,,,,,,6,1298.8800,418.9978,848.9529,-80.5354,56.9914,115.4732,-10.9543,-0.2428,54.2038,0.0000,0.0000,3.0305,54.2038,-1.7938,0.0000,55.9976,0.0000,55.9976,2.6226,,,53.3092,,,,,,,11669.9560,11.6700,11.6700 -330.6000,0.4000,,,,,,6,1297.8400,488.1839,850.3668,-80.4766,66.3488,115.5729,-10.9375,0.0849,63.2309,0.0000,0.0000,3.0330,63.2309,-1.9389,0.0000,65.1698,0.0000,65.1698,2.8279,,,62.3688,,,,,,,13417.3293,13.4173,13.4173 -331.0000,0.4000,,,,,,6,1297.9200,514.3043,849.6856,-80.4811,69.9031,115.4875,-10.9388,-0.0728,66.9451,0.0000,0.0000,3.0308,66.9451,-1.9991,0.0000,68.9442,0.0000,68.9442,2.9133,,,66.0064,,,,,,,14099.9762,14.1000,14.1000 -331.4000,0.4000,,,,,,6,1299.1200,535.7959,851.0992,-80.5490,72.8916,115.7865,-10.9582,0.2550,69.6010,0.0000,0.0000,3.0355,69.6010,-2.0431,0.0000,71.6441,0.0000,71.6441,2.9766,,,68.7563,,,,,,,14640.5812,14.6406,14.6406 -331.8000,0.4000,,,,,,6,1300.2401,460.3838,849.6339,-80.6124,62.6862,115.6869,-10.9762,-0.0851,59.7383,0.0000,0.0000,3.0331,59.7383,-1.8846,0.0000,61.6228,0.0000,61.6228,2.7523,,,58.8451,,,,,,,12749.7091,12.7497,12.7497 -332.2000,0.4000,,,,,,6,1297.9201,466.5529,848.8474,-80.4812,63.4129,115.3735,-10.9388,-0.2669,60.6564,0.0000,0.0000,3.0234,60.6564,-1.8974,0.0000,62.5537,0.0000,62.5537,2.7689,,,59.7037,,,,,,,12878.6813,12.8787,12.8787 -332.6000,0.4000,,,,,,6,1294.8800,564.5193,849.1598,-80.3092,76.5485,115.1457,-10.8899,-0.1937,73.7243,0.0000,0.0000,3.0179,73.7243,-2.1060,0.0000,75.8303,0.0000,75.8303,3.0632,,,72.6952,,,,,,,15354.8907,15.3549,15.3549 -333.0000,0.4000,,,,,,6,1293.2000,527.0312,849.7371,-80.2142,71.3725,115.0744,-10.8629,-0.0604,68.4168,0.0000,0.0000,3.0161,68.4168,-2.0187,0.0000,70.4354,0.0000,70.4354,2.9380,,,67.4765,,,,,,,14363.6336,14.3636,14.3636 -333.4000,0.4000,,,,,,6,1292.9600,542.8014,850.1052,-80.2006,73.4945,115.1029,-10.8590,0.0242,70.4535,0.0000,0.0000,3.0168,70.4535,-2.0514,0.0000,72.5049,0.0000,72.5049,2.9844,,,69.5291,,,,,,,14765.7455,14.7657,14.7657 -333.8000,0.4000,,,,,,6,1289.1200,284.5391,847.3625,-79.9834,38.4117,114.3908,-10.7975,-0.6025,36.0181,0.0000,0.0000,2.9961,36.0181,-1.4905,0.0000,37.5086,0.0000,37.5086,2.1862,,,35.2128,,,,,,,8174.9787,8.1750,8.1750 -334.2000,0.4000,,,,,,6,1253.2800,-22.5078,828.4054,-77.9563,-2.9540,108.7226,-10.2312,-4.6626,-1.1496,0.0000,0.0000,2.8582,-1.1496,-0.8448,0.0000,-0.3048,0.0000,-0.3048,1.8603,,,-2.1101,,,,,,,1181.1652,1.1812,1.1812 -334.6000,0.4000,,,,,,5,1493.7600,325.2767,989.2508,-91.5577,50.8818,154.7447,-14.3220,47.5299,-0.9181,0.0000,0.0000,4.2699,-1.0583,-1.0812,0.0000,0.0229,0.0000,0.0229,1.2725,,,-1.2817,,,,,,,10727.4164,10.7274,10.7274 -335.0000,0.4000,,,,,,5,1736.8000,381.7415,827.2136,-102.2507,69.4301,150.4514,-18.5971,-5.9419,71.2819,0.0000,0.0000,4.0902,71.2819,-1.0941,0.0000,72.3760,0.0000,72.3760,2.9276,,,68.2775,,,,,,,14615.0616,14.6151,14.6151 -335.4000,0.4000,,,,,,5,1709.6001,521.4776,842.0889,-101.3193,93.3596,150.7582,-18.1391,0.4155,88.8363,0.0000,0.0000,4.1077,88.8363,-1.0705,0.0000,89.9068,0.0000,89.9068,3.2872,,,86.7251,,,,,,,18895.3535,18.8954,18.8954 -335.8000,0.4000,,,,,,5,1710.5600,547.3685,840.6939,-101.3522,98.0498,150.5930,-18.1552,-0.2239,94.1722,0.0000,0.0000,4.1015,94.1722,-1.0713,0.0000,95.2435,0.0000,95.2435,3.4090,,,91.7743,,,,,,,19772.2806,19.7723,19.7723 -336.2000,0.4000,,,,,,5,1706.1600,630.6755,840.1514,-101.2016,112.6819,150.1087,-18.0815,-0.6539,109.2525,0.0000,0.0000,4.0833,109.2525,-1.0675,0.0000,110.3200,0.0000,110.3200,3.7438,,,106.3713,,,,,,,22554.2318,22.5542,22.5542 -336.6000,0.4000,,,,,,5,1708.4800,741.3394,843.6298,-101.2810,132.6342,150.9352,-18.1203,1.1179,127.3899,0.0000,0.0000,4.1264,127.3899,-1.0695,0.0000,128.4594,0.0000,128.4594,4.1569,,,124.7100,,,,,,,26234.2914,26.2343,26.2343 -337.0000,0.4000,,,,,,5,1719.2000,831.5391,842.5562,-101.6481,149.7055,151.6889,-18.3001,1.0285,144.5215,0.0000,0.0000,4.1555,144.5215,-1.0788,0.0000,145.6003,0.0000,145.6003,4.5586,,,141.4618,,,,,,,29521.2774,29.5213,29.5213 -337.4000,0.4000,,,,,,5,1728.3199,841.3571,841.3571,-101.9603,152.2766,152.2766,-18.4537,0.8078,147.2784,0.0000,0.0000,4.1904,147.9611,-1.0798,0.0000,149.0409,0.0000,149.0409,4.6379,,,145.4081,,,,,,,30047.3346,30.0473,30.0473 -337.8000,0.4000,,,,,,5,1735.7600,840.5265,840.5265,-102.2151,152.7811,152.7811,-18.5795,0.6977,147.8711,0.0000,0.0000,4.2124,150.3238,-1.0554,0.0000,151.3792,0.0000,151.3792,4.6529,,,150.8137,,,,,,,30154.6292,30.1546,30.1546 -338.2000,0.4000,,,,,,5,1748.0800,841.6973,841.6973,-102.6369,154.0799,154.0799,-18.7886,1.8138,147.9958,0.0000,0.0000,4.2703,147.3331,-1.0484,0.0000,148.3815,0.0000,148.3815,4.5744,,,150.0446,,,,,,,30425.0046,30.4250,30.4250 -338.6000,0.4000,,,,,,5,1760.4000,838.5282,838.5282,-103.0588,154.5815,154.5815,-18.9987,0.7076,149.5460,0.0000,0.0000,4.3280,150.7533,-1.0535,0.0000,151.8068,0.0000,151.8068,4.6596,,,153.5918,,,,,,,30537.3670,30.5374,30.5374 -339.0000,0.4000,,,,,,5,1770.4000,838.9403,838.9403,-103.4012,155.5361,155.5361,-19.1702,1.3570,149.8088,0.0000,0.0000,4.3702,150.8115,-1.0404,0.0000,151.8519,0.0000,151.8519,4.6406,,,156.2094,,,,,,,30737.2327,30.7372,30.7372 -339.4000,0.4000,,,,,,5,1785.6800,838.5229,838.5229,-103.9244,156.8004,156.8004,-19.4334,1.8194,150.5533,0.0000,0.0000,4.4277,151.0943,-1.0380,0.0000,152.1323,0.0000,152.1323,4.6432,,,158.3069,,,,,,,31004.4994,31.0045,31.0045 -339.8000,0.4000,,,,,,5,1801.9200,836.2482,836.2482,-104.4849,157.7972,157.7972,-19.7160,1.5833,151.7116,0.0000,0.0000,4.5024,148.0087,-1.0834,0.0000,149.0920,0.0000,149.0920,4.6445,,,151.5667,,,,,,,31230.4749,31.2305,31.2305 -340.2000,0.4000,,,,,,5,1816.3200,834.1317,834.1317,-105.0114,158.6557,158.6557,-19.9736,1.4601,152.6483,0.0000,0.0000,4.5472,154.2842,-1.1170,0.0000,155.4012,0.0000,155.4012,4.8395,,,155.7131,,,,,,,31483.9728,31.4840,31.4840 -340.6000,0.4000,,,,,,5,1829.9200,832.2820,832.2820,-105.5086,159.4892,159.4892,-20.2185,1.4368,153.4610,0.0000,0.0000,4.5914,151.9979,-1.1272,0.0000,153.1251,0.0000,153.1251,4.8040,,,153.5187,,,,,,,31700.6871,31.7007,31.7007 -341.0000,0.4000,,,,,,5,1844.2400,830.6699,830.6699,-106.0322,160.4259,160.4259,-20.4778,1.6377,154.1572,0.0000,0.0000,4.6314,153.1272,-1.1647,0.0000,154.2919,0.0000,154.2919,4.8911,,,152.1912,,,,,,,31928.5255,31.9285,31.9285 -341.4000,0.4000,,,,,,5,1862.8800,806.6372,829.2760,-106.7136,157.3590,161.7754,-20.8177,2.4030,150.2521,0.0000,0.0000,4.7039,149.6801,-1.1963,0.0000,150.8764,0.0000,150.8764,4.8680,,,147.4349,,,,,,,31388.8897,31.3889,31.3889 -341.8000,0.4000,,,,,,5,1845.0400,-15.0034,818.8777,-106.0614,-2.8988,158.2171,-20.4924,-6.2260,-1.1873,0.0000,0.0000,4.5145,-1.1873,-1.1873,0.0000,0.0000,0.0000,0.0000,1.6943,,,-1.6678,,,,,,,2696.9271,2.6969,2.6969 -342.2000,0.4000,,,,,,6,1725.0400,-93.5045,802.5311,-101.8480,-16.8912,144.9738,-18.3984,-18.3662,-2.4755,0.0000,0.0000,3.9505,-2.1211,-1.0334,0.0000,-1.0877,0.0000,-1.0877,2.4043,,,-3.8602,,,,,,,239.3987,0.2394,0.2394 -342.6000,0.4000,,,,,,6,1517.3600,369.9481,784.7050,-92.8925,58.7839,124.6877,-14.7604,-20.6654,76.1321,0.0000,0.0000,3.3172,76.1321,-2.3534,0.0000,78.4855,0.0000,78.4855,3.5799,,,69.1515,,,,,,,12204.2396,12.2042,12.2042 -343.0000,0.4000,,,,,,6,1370.6400,651.4017,831.2963,-84.5941,93.4977,119.3185,-12.1421,-4.8302,95.1785,0.0000,0.0000,3.1494,95.1785,-2.5263,0.0000,97.7047,0.0000,97.7047,3.7056,,,91.9308,,,,,,,18619.2751,18.6193,18.6193 -343.4000,0.4000,,,,,,6,1343.0400,699.0701,851.6202,-83.0331,98.3192,119.7743,-11.6780,0.4017,94.7569,0.0000,0.0000,3.1606,94.7569,-2.4948,0.0000,97.2517,0.0000,97.2517,3.6405,,,93.7896,,,,,,,19571.1911,19.5712,19.5712 -343.8000,0.4000,,,,,,6,1347.7600,728.5176,851.3623,-83.3001,102.8209,120.1588,-11.7567,0.3402,99.3107,0.0000,0.0000,3.1700,99.3107,-2.5742,0.0000,101.8849,0.0000,101.8849,3.7545,,,98.2877,,,,,,,20429.1900,20.4292,20.4292 -344.2000,0.4000,,,,,,6,1353.6000,760.6174,852.3109,-83.6304,107.8165,120.8139,-11.8545,0.5820,104.0553,0.0000,0.0000,3.1792,104.0553,-2.6578,0.0000,106.7131,0.0000,106.7131,3.8752,,,103.1175,,,,,,,21432.6051,21.4326,21.4326 -344.6000,0.4000,,,,,,6,1362.5600,848.7527,853.2938,-84.1371,121.1059,121.7539,-12.0053,0.8406,117.0631,0.0000,0.0000,3.2023,117.0631,-2.8808,0.0000,119.9438,0.0000,119.9438,4.1920,,,116.2004,,,,,,,24030.8581,24.0309,24.0309 -345.0000,0.4000,,,,,,6,1370.1600,832.6389,851.4392,-84.5670,119.4694,122.1669,-12.1339,0.3714,115.8856,0.0000,0.0000,3.2124,115.8856,-2.8681,0.0000,118.7537,0.0000,118.7537,4.1803,,,114.7674,,,,,,,23692.6064,23.6926,23.6926 -345.4000,0.4000,,,,,,6,1375.8400,735.1388,852.0758,-84.8882,105.9170,122.7651,-12.2305,0.5401,102.1525,0.0000,0.0000,3.2244,102.1525,-2.6462,0.0000,104.7986,0.0000,104.7986,3.8763,,,101.1688,,,,,,,21013.1702,21.0132,21.0132 -345.8000,0.4000,,,,,,6,1378.9600,467.2951,849.8521,-85.0647,67.4794,122.7223,-12.2837,-0.0387,64.2947,0.0000,0.0000,3.2234,64.2947,-2.0295,0.0000,66.3242,0.0000,66.3242,3.0132,,,63.3000,,,,,,,13633.0865,13.6331,13.6331 -346.2000,0.4000,,,,,,6,1376.0000,266.6277,848.3198,-84.8973,38.4196,122.2381,-12.2332,-0.4373,35.6452,0.0000,0.0000,3.2116,35.6452,-1.5619,0.0000,37.2071,0.0000,37.2071,2.3493,,,34.7890,,,,,,,8313.6298,8.3136,8.3136 -346.6000,0.4000,,,,,,6,1370.7200,198.0808,848.4125,-84.5987,28.4328,121.7824,-12.1434,-0.4100,25.6424,0.0000,0.0000,3.2004,25.6424,-1.3918,0.0000,27.0342,0.0000,27.0342,2.1088,,,24.8789,,,,,,,6571.2379,6.5712,6.5712 -347.0000,0.4000,,,,,,6,1366.4800,252.8370,848.9550,-84.3588,36.1803,121.4833,-12.0715,-0.2682,33.2555,0.0000,0.0000,3.1931,33.2555,-1.5138,0.0000,34.7693,0.0000,34.7693,2.2751,,,32.4543,,,,,,,7915.0664,7.9151,7.9151 -347.4000,0.4000,,,,,,6,1364.5600,305.5092,849.8505,-84.2502,43.6562,121.4406,-12.0391,-0.0383,40.5007,0.0000,0.0000,3.1937,40.5007,-1.6315,0.0000,42.1323,0.0000,42.1323,2.4376,,,39.6877,,,,,,,9248.6530,9.2487,9.2487 -347.8000,0.4000,,,,,,6,1365.0400,254.3423,850.4484,-84.2774,36.3574,121.5687,-12.0472,0.1148,33.0457,0.0000,0.0000,3.1968,33.0457,-1.5090,0.0000,34.5547,0.0000,34.5547,2.2673,,,32.3044,,,,,,,7942.6494,7.9426,7.9426 -348.2000,0.4000,,,,,,6,1362.4000,272.3212,847.9037,-84.1281,38.8521,120.9706,-12.0026,-0.5349,36.2048,0.0000,0.0000,3.1822,36.2048,-1.5589,0.0000,37.7637,0.0000,37.7637,2.3346,,,35.3418,,,,,,,8367.5248,8.3675,8.3675 -348.6000,0.4000,,,,,,6,1361.6800,428.5855,851.6479,-84.0874,61.1141,121.4406,-11.9904,0.4200,57.5000,0.0000,0.0000,3.1941,57.5000,-1.9038,0.0000,59.4038,0.0000,59.4038,2.8222,,,56.6913,,,,,,,12455.3470,12.4553,12.4553 -349.0000,0.4000,,,,,,6,1366.7200,515.6381,851.4927,-84.3724,73.7995,121.8678,-12.0756,0.3833,70.2116,0.0000,0.0000,3.2045,70.2116,-2.1140,0.0000,72.3257,0.0000,72.3257,3.1242,,,69.3229,,,,,,,14789.9618,14.7900,14.7900 -349.4000,0.4000,,,,,,6,1371.5200,494.8645,851.4874,-84.6439,71.0750,122.2951,-12.1570,0.3846,67.4773,0.0000,0.0000,3.2132,67.4773,-2.0742,0.0000,69.5514,0.0000,69.5514,3.0712,,,66.5966,,,,,,,14300.5774,14.3006,14.3006 -349.8000,0.4000,,,,,,6,1373.8400,409.7445,849.9505,-84.7751,58.9492,122.2808,-12.1964,-0.0128,55.7491,0.0000,0.0000,3.2129,55.7491,-1.8866,0.0000,57.6357,0.0000,57.6357,2.8065,,,54.8260,,,,,,,12065.6959,12.0657,12.0657 -350.2000,0.4000,,,,,,6,1372.4000,155.0105,849.1577,-84.6937,22.2777,122.0387,-12.1720,-0.2181,19.2888,0.0000,0.0000,3.2070,19.2888,-1.2883,0.0000,20.5771,0.0000,20.5771,1.9662,,,18.5924,,,,,,,5496.7481,5.4967,5.4967 -350.6000,0.4000,,,,,,6,1368.4800,163.5292,848.4099,-84.4720,23.4349,121.5830,-12.1054,-0.4093,20.6518,0.0000,0.0000,3.1924,20.6518,-1.3073,0.0000,21.9591,0.0000,21.9591,1.9896,,,19.9321,,,,,,,5678.8583,5.6789,5.6789 -351.0000,0.4000,,,,,,6,1362.0000,203.0051,847.5536,-84.1055,28.9543,120.8851,-11.9958,-0.6238,26.4028,0.0000,0.0000,3.1753,26.4028,-1.3965,0.0000,27.7993,0.0000,27.7993,2.1086,,,25.6168,,,,,,,6650.3650,6.6504,6.6504 -351.4000,0.4000,,,,,,6,1358.4000,196.4906,850.2002,-83.9018,27.9510,120.9421,-11.9351,0.0508,24.7243,0.0000,0.0000,3.1759,24.7243,-1.3655,0.0000,26.0898,0.0000,26.0898,2.0628,,,24.0327,,,,,,,6465.7526,6.4658,6.4658 -351.8000,0.4000,,,,,,6,1359.6000,259.5269,850.5502,-83.9697,36.9507,121.0988,-11.9554,0.1398,33.6348,0.0000,0.0000,3.1760,33.6348,-1.5139,0.0000,35.1487,0.0000,35.1487,2.2699,,,32.9001,,,,,,,8027.6239,8.0276,8.0276 -352.2000,0.4000,,,,,,6,1361.1200,311.1869,850.3997,-84.0557,44.3554,121.2127,-11.9810,0.1018,41.0748,0.0000,0.0000,3.1788,41.0748,-1.6377,0.0000,42.7125,0.0000,42.7125,2.4439,,,40.2875,,,,,,,9362.3586,9.3624,9.3624 -352.6000,0.4000,,,,,,6,1359.5200,313.3632,848.5995,-83.9652,44.6131,120.8139,-11.9540,-0.3558,41.8031,0.0000,0.0000,3.1658,41.8031,-1.6480,0.0000,43.4511,0.0000,43.4511,2.4574,,,40.9262,,,,,,,9403.9740,9.4040,9.4040 -353.0000,0.4000,,,,,,6,1358.5600,343.9127,850.8008,-83.9109,48.9278,121.0418,-11.9378,0.2032,45.5532,0.0000,0.0000,3.1714,45.5532,-1.7078,0.0000,47.2610,0.0000,47.2610,2.5415,,,44.7616,,,,,,,10212.0742,10.2121,10.2121 -353.4000,0.4000,,,,,,6,1362.0800,344.4316,851.3978,-84.1100,49.1286,121.4406,-11.9972,0.3565,45.5911,0.0000,0.0000,3.1810,45.5911,-1.7116,0.0000,47.3026,0.0000,47.3026,2.5495,,,44.8267,,,,,,,10252.8414,10.2528,10.2528 -353.8000,0.4000,,,,,,6,1361.5200,102.3041,848.2520,-84.0783,14.5863,120.9421,-11.9877,-0.4454,11.8666,0.0000,0.0000,3.1652,11.8666,-1.1558,0.0000,13.0224,0.0000,13.0224,1.7737,,,11.2255,,,,,,,4171.6613,4.1717,4.1717 -354.2000,0.4000,,,,,,6,1349.2800,-14.7887,844.0531,-83.3860,-2.0896,119.2616,-11.7821,-1.4883,-3.7252,0.0000,0.0000,3.1239,-3.7252,-0.9476,0.0000,-2.7777,0.0000,-2.7777,2.1107,,,-4.8541,,,,,,,1527.2171,1.5272,1.5272 -354.6000,0.4000,,,,,,6,1340.8000,-76.5376,850.6086,-82.9064,-10.7465,119.4325,-11.6407,0.1504,-14.0250,0.0000,0.0000,3.1281,-14.0250,-1.1001,0.0000,-12.9249,0.0000,-12.9249,2.2120,,,-15.1477,,,,,,,162.5579,0.1626,0.1626 -355.0000,0.4000,,,,,,6,1336.9600,-82.6878,846.9483,-82.6892,-11.5768,118.5779,-11.5770,-0.7498,-13.9307,0.0000,0.0000,3.1038,-13.9307,-1.0954,0.0000,-12.8353,0.0000,-12.8353,2.2019,,,-15.0106,,,,,,,21.8236,0.0218,0.0218 -355.4000,0.4000,,,,,,6,1328.0800,-82.1870,847.3887,-82.1870,-11.4303,117.8516,-11.4303,-0.6331,-13.8831,0.0000,0.0000,3.0859,-13.8831,-1.0873,0.0000,-12.7958,0.0000,-12.7958,2.1807,,,-18.6340,,,,,,,20.3789,0.0204,0.0204 -355.8000,0.4000,,,,,,6,1320.9600,-81.7843,848.0438,-81.7843,-11.3133,117.3104,-11.3133,-0.4692,-13.9149,0.0000,0.0000,3.0709,-13.9149,-1.0818,0.0000,-12.8331,0.0000,-12.8331,2.1645,,,-17.1915,,,,,,,19.2460,0.0192,0.0192 -356.2000,0.4000,,,,,,6,1313.5200,-81.3635,847.1527,-81.3635,-11.1917,116.5271,-11.1917,-0.6753,-13.5680,0.0000,0.0000,3.0517,-13.5680,-1.0702,0.0000,-12.4978,0.0000,-12.4978,2.1433,,,-16.6041,,,,,,,18.0623,0.0181,0.0181 -356.6000,0.4000,,,,,,6,1306.8000,-38.8199,848.4910,-80.9834,-5.3124,116.1141,-11.0824,-0.3542,-7.9997,0.0000,0.0000,3.0415,-7.9997,-0.9783,0.0000,-7.0214,0.0000,-7.0214,2.0623,,,-9.0676,,,,,,,944.8631,0.9449,0.9449 -357.0000,0.4000,,,,,,6,1300.0000,107.6524,847.0708,-80.5988,14.6553,115.3166,-10.9724,-0.6805,12.3134,0.0000,0.0000,3.0224,12.3134,-1.1083,0.0000,13.4217,0.0000,13.4217,1.6626,,,11.7185,,,,,,,4089.6981,4.0897,4.0897 -357.4000,0.4000,,,,,,6,1295.9200,85.6096,850.2623,-80.3680,11.6179,115.3878,-10.9066,0.0606,8.5333,0.0000,0.0000,3.0241,8.5333,-1.0422,0.0000,9.5755,0.0000,9.5755,1.5679,,,8.0100,,,,,,,3600.8920,3.6009,3.6009 -357.8000,0.4000,,,,,,6,1293.9200,94.4207,848.4234,-80.2549,12.7939,114.9605,-10.8745,-0.3628,10.1430,0.0000,0.0000,3.0137,10.1430,-1.0670,0.0000,11.2101,0.0000,11.2101,1.6011,,,9.5912,,,,,,,3771.3872,3.7714,3.7714 -358.2000,0.4000,,,,,,6,1293.3600,322.9171,851.2093,-80.2232,43.7360,115.2881,-10.8655,0.2781,40.4346,0.0000,0.0000,3.0233,40.4346,-1.5662,0.0000,42.0008,0.0000,42.0008,2.2958,,,39.7615,,,,,,,9173.3408,9.1733,9.1733 -358.6000,0.4000,,,,,,6,1293.6000,328.0686,848.9487,-80.2368,44.4420,115.0032,-10.8693,-0.2418,41.6674,0.0000,0.0000,3.0164,41.6674,-1.5864,0.0000,43.2538,0.0000,43.2538,2.3246,,,40.8786,,,,,,,9299.9990,9.3000,9.3000 -359.0000,0.4000,,,,,,6,1292.8000,374.9330,850.5260,-80.1916,50.7591,115.1457,-10.8565,0.1208,47.6170,0.0000,0.0000,3.0213,47.6170,-1.6819,0.0000,49.2989,0.0000,49.2989,2.4597,,,46.8682,,,,,,,10490.9866,10.4910,10.4910 -359.4000,0.4000,,,,,,6,1294.2400,448.2858,850.4203,-80.2730,60.7573,115.2596,-10.8796,0.0968,57.6365,0.0000,0.0000,3.0240,57.6365,-1.8452,0.0000,59.4817,0.0000,59.4817,2.6925,,,56.8173,,,,,,,12381.8838,12.3819,12.3819 -359.8000,0.4000,,,,,,6,1295.6800,516.5390,850.5248,-80.3545,70.0857,115.4020,-10.9028,0.1211,66.9370,0.0000,0.0000,3.0276,66.9370,-1.9969,0.0000,68.9339,0.0000,68.9339,2.9088,,,66.0658,,,,,,,14132.7831,14.1328,14.1328 -360.2000,0.4000,,,,,,6,1298.3200,510.0614,851.2046,-80.5038,69.3478,115.7296,-10.9453,0.2791,66.0311,0.0000,0.0000,3.0376,66.0311,-1.9846,0.0000,68.0157,0.0000,68.0157,2.8931,,,65.2149,,,,,,,14000.8637,14.0009,14.0009 -360.6000,0.4000,,,,,,6,1300.9600,436.9582,850.5227,-80.6531,59.5295,115.8720,-10.9879,0.1216,56.3668,0.0000,0.0000,3.0411,56.3668,-1.8307,0.0000,58.1975,0.0000,58.1975,2.6763,,,55.5554,,,,,,,12138.2821,12.1383,12.1383 -361.0000,0.4000,,,,,,6,1299.5200,415.2950,848.5348,-80.5716,56.5156,115.4732,-10.9646,-0.3401,53.8241,0.0000,0.0000,3.0316,53.8241,-1.7883,0.0000,55.6124,0.0000,55.6124,2.6151,,,52.9059,,,,,,,11585.4085,11.5854,11.5854 -361.4000,0.4000,,,,,,6,1299.1200,338.8600,851.2039,-80.5490,46.0997,115.8008,-10.9582,0.2793,42.7802,0.0000,0.0000,3.0402,42.7802,-1.6093,0.0000,44.3895,0.0000,44.3895,2.3608,,,42.0883,,,,,,,9623.0415,9.6230,9.6230 -361.8000,0.4000,,,,,,6,1300.2400,320.1907,849.5293,-80.6124,43.5974,115.6726,-10.9762,-0.1094,40.6697,0.0000,0.0000,3.0371,40.6697,-1.5762,0.0000,42.2459,0.0000,42.2459,2.3145,,,39.9093,,,,,,,9155.2811,9.1553,9.1553 -362.2000,0.4000,,,,,,6,1298.3200,228.9949,849.2144,-80.5038,31.1341,115.4590,-10.9453,-0.1820,28.2842,0.0000,0.0000,3.0319,28.2842,-1.3708,0.0000,29.6550,0.0000,29.6550,2.0263,,,27.6032,,,,,,,6888.4542,6.8885,6.8885 -362.6000,0.4000,,,,,,6,1295.9200,234.7128,849.2129,-80.3680,31.8525,115.2453,-10.9066,-0.1817,29.0064,0.0000,0.0000,3.0278,29.0064,-1.3806,0.0000,30.3870,0.0000,30.3870,2.0382,,,28.3225,,,,,,,7019.4273,7.0194,7.0194 -363.0000,0.4000,,,,,,6,1295.3600,249.2493,850.4200,-80.3364,33.8106,115.3593,-10.8976,0.0969,30.6832,0.0000,0.0000,3.0306,30.6832,-1.4078,0.0000,32.0910,0.0000,32.0910,2.0757,,,30.0301,,,,,,,7386.4556,7.3865,7.3865 -363.4000,0.4000,,,,,,6,1296.2400,390.3548,850.1574,-80.3861,52.9875,115.4020,-10.9118,0.0363,49.9197,0.0000,0.0000,3.0315,49.9197,-1.7222,0.0000,51.6419,0.0000,51.6419,2.5191,,,49.1318,,,,,,,10914.1145,10.9141,10.9141 -363.8000,0.4000,,,,,,6,1297.6800,369.5937,850.7860,-80.4676,50.2251,115.6156,-10.9350,0.1820,47.0064,0.0000,0.0000,3.0367,47.0064,-1.6764,0.0000,48.6828,0.0000,48.6828,2.4550,,,46.2705,,,,,,,10398.7028,10.3987,10.3987 -364.2000,0.4000,,,,,,6,1297.6000,339.7178,849.1615,-80.4630,46.1623,115.3878,-10.9337,-0.1941,43.3253,0.0000,0.0000,3.0312,43.3253,-1.6168,0.0000,44.9420,0.0000,44.9420,2.3703,,,42.5297,,,,,,,9634.4256,9.6344,9.6344 -364.6000,0.4000,,,,,,6,1297.7600,368.0656,850.9432,-80.4721,50.0205,115.6441,-10.9362,0.2184,46.7669,0.0000,0.0000,3.0353,46.7669,-1.6726,0.0000,48.4395,0.0000,48.4395,2.4497,,,46.0408,,,,,,,10362.2418,10.3622,10.3622 -365.0000,0.4000,,,,,,6,1298.0800,379.5393,849.2666,-80.4902,51.5925,115.4447,-10.9414,-0.1699,48.7320,0.0000,0.0000,3.0304,48.7320,-1.7046,0.0000,50.4366,0.0000,50.4366,2.4954,,,47.8998,,,,,,,10643.0289,10.6430,10.6430 -365.4000,0.4000,,,,,,6,1297.6000,376.7201,850.4192,-80.4630,51.1904,115.5587,-10.9337,0.0970,48.0615,0.0000,0.0000,3.0318,48.0615,-1.6934,0.0000,49.7549,0.0000,49.7549,2.4791,,,47.2991,,,,,,,10570.9723,10.5710,10.5710 -365.8000,0.4000,,,,,,6,1296.3200,351.8206,848.7411,-80.3907,47.7598,115.2169,-10.9131,-0.2908,45.0283,0.0000,0.0000,3.0222,45.0283,-1.6432,0.0000,46.6715,0.0000,46.6715,2.4070,,,44.1990,,,,,,,9948.9490,9.9489,9.9489 -366.2000,0.4000,,,,,,6,1294.9600,376.3954,850.3676,-80.3137,51.0422,115.3166,-10.8912,0.0847,47.9328,0.0000,0.0000,3.0247,47.9328,-1.6889,0.0000,49.6217,0.0000,49.6217,2.4711,,,47.1711,,,,,,,10542.9487,10.5429,10.5429 -366.6000,0.4000,,,,,,6,1294.4000,367.3228,849.2645,-80.2821,49.7903,115.1172,-10.8822,-0.1694,46.9443,0.0000,0.0000,3.0154,46.9443,-1.6724,0.0000,48.6167,0.0000,48.6167,2.4473,,,46.1295,,,,,,,10318.5785,10.3186,10.3186 -367.0000,0.4000,,,,,,6,1295.9201,396.1873,851.7316,-80.3680,53.7660,115.5872,-10.9066,0.3998,50.3393,0.0000,0.0000,3.0269,50.3393,-1.7287,0.0000,52.0680,0.0000,52.0680,2.5282,,,49.6408,,,,,,,11067.7380,11.0677,11.0677 -367.4000,0.4000,,,,,,6,1295.6801,366.8966,848.1106,-80.3545,49.7817,115.0744,-10.9028,-0.4360,47.2034,0.0000,0.0000,3.0144,47.2034,-1.6778,0.0000,48.8811,0.0000,48.8811,2.4557,,,46.3223,,,,,,,10318.0078,10.3180,10.3180 -367.8000,0.4000,,,,,,6,1292.8000,410.0703,850.0000,-80.1916,55.5160,115.0744,-10.8565,0.0000,52.5053,0.0000,0.0000,3.0107,52.5053,-1.7610,0.0000,54.2662,0.0000,54.2662,2.5719,,,51.6943,,,,,,,11403.0364,11.4030,11.4030 -368.2000,0.4000,,,,,,6,1293.6801,464.1843,850.5782,-80.2413,62.8848,115.2311,-10.8706,0.1330,59.7373,0.0000,0.0000,3.0146,59.7373,-1.8787,0.0000,61.6160,0.0000,61.6160,2.7397,,,58.9163,,,,,,,12783.4151,12.7834,12.7834 -368.6000,0.4000,,,,,,6,1296.4801,509.5237,851.2588,-80.3997,69.1765,115.5729,-10.9156,0.2908,65.8634,0.0000,0.0000,3.0223,65.8634,-1.9803,0.0000,67.8437,0.0000,67.8437,2.8857,,,65.0542,,,,,,,13970.2309,13.9702,13.9702 -369.0000,0.4000,,,,,,6,1299.6800,523.4730,850.8371,-80.5807,71.2458,115.8008,-10.9672,0.1944,68.0246,0.0000,0.0000,3.0268,68.0246,-2.0181,0.0000,70.0427,0.0000,70.0427,2.9415,,,67.1673,,,,,,,14339.2464,14.3392,14.3392 -369.4000,0.4000,,,,,,6,1301.3600,635.7025,850.2613,-80.6757,86.6323,115.8720,-10.9943,0.0608,83.5429,0.0000,0.0000,3.0286,83.5429,-2.2728,0.0000,85.8157,0.0000,85.8157,3.3012,,,82.5399,,,,,,,17387.1941,17.3872,17.3872 -369.8000,0.4000,,,,,,6,1308.0000,763.9062,854.0550,-81.0513,104.6349,116.9829,-11.1019,0.9537,100.6260,0.0000,0.0000,3.0552,100.6260,-2.5609,0.0000,103.1869,0.0000,103.1869,3.7065,,,99.9550,,,,,,,20887.3331,20.8873,20.8873 -370.2000,0.4000,,,,,,6,1318.0000,804.7657,852.4249,-81.6169,111.0743,117.6522,-11.2648,0.5790,107.4236,0.0000,0.0000,3.0716,107.4236,-2.6820,0.0000,110.1056,0.0000,110.1056,3.8821,,,106.5266,,,,,,,22148.6037,22.1486,22.1486 -370.6000,0.4000,,,,,,6,1325.6000,815.7813,852.4622,-82.0467,113.2439,118.3358,-11.3894,0.5948,109.5601,0.0000,0.0000,3.0890,109.5601,-2.7240,0.0000,112.2842,0.0000,112.2842,3.9461,,,108.6519,,,,,,,22537.7082,22.5377,22.5377 -371.0000,0.4000,,,,,,6,1334.7200,761.0257,853.3625,-82.5625,106.3697,119.2758,-11.5399,0.8234,102.4342,0.0000,0.0000,3.1121,102.4342,-2.6143,0.0000,105.0485,0.0000,105.0485,3.8004,,,101.6487,,,,,,,21179.4771,21.1795,21.1795 -371.4000,0.4000,,,,,,6,1339.6000,776.3633,849.7462,-82.8385,108.9103,119.2046,-11.6208,-0.0626,105.8625,0.0000,0.0000,3.1104,105.8625,-2.6753,0.0000,108.5378,0.0000,108.5378,3.8888,,,104.6177,,,,,,,21688.2016,21.6882,21.6882 -371.8000,0.4000,,,,,,6,1346.2400,704.9935,854.4450,-83.2141,99.3885,120.4579,-11.7313,1.1074,95.1381,0.0000,0.0000,3.1430,95.1381,-2.5039,0.0000,97.6420,0.0000,97.6420,3.6556,,,94.4779,,,,,,,19783.1041,19.7831,19.7831 -372.2000,0.4000,,,,,,6,1357.8400,690.6093,852.8545,-83.8702,98.1996,121.2697,-11.9257,0.7235,94.3132,0.0000,0.0000,3.1629,94.3132,-2.5005,0.0000,96.8137,0.0000,96.8137,3.6599,,,93.4667,,,,,,,19522.0238,19.5220,19.5220 -372.6000,0.4000,,,,,,6,1362.8800,572.1115,850.2994,-84.1552,81.6520,121.3551,-12.0107,0.0764,78.4106,0.0000,0.0000,3.1650,78.4106,-2.2431,0.0000,80.6537,0.0000,80.6537,3.3048,,,77.3762,,,,,,,16256.2631,16.2563,16.2563 -373.0000,0.4000,,,,,,6,1365.3600,557.8954,851.2451,-84.2955,79.7680,121.7112,-12.0526,0.3191,76.2725,0.0000,0.0000,3.1764,76.2725,-2.2108,0.0000,78.4833,0.0000,78.4833,3.2607,,,75.3328,,,,,,,15910.5168,15.9105,15.9105 -373.4000,0.4000,,,,,,6,1367.5201,257.3069,850.0995,-84.4177,36.8480,121.7397,-12.0891,0.0256,33.6453,0.0000,0.0000,3.1771,33.6453,-1.5212,0.0000,35.1665,0.0000,35.1665,2.2861,,,32.8842,,,,,,,8025.6056,8.0256,8.0256 -373.8000,0.4000,,,,,,6,1361.2801,82.4139,846.0037,-84.0647,11.7483,120.6003,-11.9837,-1.0180,9.6163,0.0000,0.0000,3.1500,9.6163,-1.1184,0.0000,10.7347,0.0000,10.7347,1.7216,,,8.9708,,,,,,,3737.5952,3.7376,3.7376 -374.2000,0.4000,,,,,,6,1351.9200,-83.5353,848.1389,-83.5353,-11.8263,120.0733,-11.8263,-0.4676,-14.4968,0.0000,0.0000,3.1381,-14.4968,-1.1168,0.0000,-13.3800,0.0000,-13.3800,2.2436,,,-22.6370,,,,,,,24.1721,0.0242,0.0242 -374.6000,0.4000,,,,,,6,1350.8000,220.3214,851.1578,-83.4720,31.1657,120.4009,-11.8076,0.2904,27.7291,0.0000,0.0000,3.1461,27.7291,-1.4083,0.0000,29.1375,0.0000,29.1375,2.1166,,,27.0577,,,,,,,6990.0008,6.9900,6.9900 -375.0000,0.4000,,,,,,6,1354.0000,266.8538,850.8538,-83.6530,37.8373,120.6430,-11.8612,0.2152,34.4672,0.0000,0.0000,3.1549,34.4672,-1.5226,0.0000,35.9898,0.0000,35.9898,2.2778,,,33.7459,,,,,,,8165.7768,8.1658,8.1658 -375.4000,0.4000,,,,,,6,1357.8400,346.4557,851.5524,-83.8702,49.2635,121.0845,-11.9257,0.3935,45.7042,0.0000,0.0000,3.1658,45.7042,-1.7096,0.0000,47.4138,0.0000,47.4138,2.5436,,,44.9522,,,,,,,10274.7188,10.2747,10.2747 -375.8000,0.4000,,,,,,6,1360.5600,295.4418,850.1500,-84.0240,42.0938,121.1272,-11.9715,0.0382,38.8888,0.0000,0.0000,3.1668,38.8888,-1.6016,0.0000,40.4904,0.0000,40.4904,2.3925,,,38.1046,,,,,,,8959.5419,8.9595,8.9595 -376.2000,0.4000,,,,,,6,1360.4800,166.9581,849.8001,-84.0195,23.7864,121.0703,-11.9702,-0.0509,20.6692,0.0000,0.0000,3.1681,20.6692,-1.3004,0.0000,21.9696,0.0000,21.9696,1.9738,,,19.9910,,,,,,,5724.0658,5.7241,5.7241 -376.6000,0.4000,,,,,,6,1358.3200,51.4716,848.8486,-83.8973,7.3215,120.7427,-11.9338,-0.2920,4.4535,0.0000,0.0000,3.1600,4.4535,-1.0304,0.0000,5.4839,0.0000,5.4839,1.5970,,,3.8816,,,,,,,3011.0810,3.0111,3.0111 -377.0000,0.4000,,,,,,6,1354.7200,79.0005,848.8957,-83.6937,11.2075,120.4294,-11.8733,-0.2786,8.3334,0.0000,0.0000,3.1527,8.3334,-1.0913,0.0000,9.4247,0.0000,9.4247,1.6789,,,7.7357,,,,,,,3640.4299,3.6404,3.6404 -377.4000,0.4000,,,,,,6,1355.9200,184.4868,851.8556,-83.7616,26.1956,120.9563,-11.8934,0.4690,22.5609,0.0000,0.0000,3.1658,22.5609,-1.3275,0.0000,23.8884,0.0000,23.8884,2.0081,,,21.9280,,,,,,,6146.7526,6.1468,6.1468 -377.8000,0.4000,,,,,,6,1361.8400,155.6006,851.8475,-84.0964,22.1904,121.4833,-11.9931,0.4710,18.5409,0.0000,0.0000,3.1786,18.5409,-1.2664,0.0000,19.8073,0.0000,19.8073,1.9277,,,17.9184,,,,,,,5463.3048,5.4633,5.4633 -378.2000,0.4000,,,,,,6,1364.4000,171.8860,849.7508,-84.2412,24.5590,121.4121,-12.0364,-0.0638,21.4495,0.0000,0.0000,3.1733,21.4495,-1.3168,0.0000,22.7663,0.0000,22.7663,1.9997,,,20.7605,,,,,,,5870.3238,5.8703,5.8703 -378.6000,0.4000,,,,,,6,1365.2801,17.0363,850.7969,-84.2910,2.4357,121.6400,-12.0512,0.2042,-0.9474,0.0000,0.0000,3.1789,-0.9474,-0.9474,0.0000,0.0000,0.0000,0.0000,1.8096,,,-1.8113,,,,,,,2230.6353,2.2306,2.2306 -379.0000,0.4000,,,,,,6,1371.6001,16.0420,853.1233,-84.6484,2.3042,122.5372,-12.1584,0.8077,-1.7045,0.0000,0.0000,3.2009,-1.7045,-0.9406,0.0000,-0.7639,0.0000,-0.7639,2.1396,,,-2.9141,,,,,,,2224.8072,2.2248,2.2248 -379.4000,0.4000,,,,,,6,1375.0400,-9.0940,849.0109,-84.8430,-1.3095,122.2523,-12.2169,-0.2571,-4.2440,0.0000,0.0000,3.1916,-4.2440,-0.9774,0.0000,-3.2666,0.0000,-3.2666,2.1777,,,-5.4379,,,,,,,1694.5036,1.6945,1.6945 -379.8000,0.4000,,,,,,6,1374.4000,-79.6678,850.5937,-84.8068,-11.4663,122.4233,-12.2060,0.1542,-14.8163,0.0000,0.0000,3.1957,-14.8163,-1.1408,0.0000,-13.6755,0.0000,-13.6755,2.3006,,,-15.9872,,,,,,,140.8399,0.1408,0.1408 -380.2000,0.4000,,,,,,6,1377.9200,-85.0059,851.5792,-85.0059,-12.2660,122.8790,-12.2660,0.4122,-15.8851,0.0000,0.0000,3.2069,-15.8851,-1.1603,0.0000,-14.7247,0.0000,-14.7247,2.3215,,,-20.6284,,,,,,,28.3090,0.0283,0.0283 -380.6000,0.4000,,,,,,6,1373.3600,-84.7480,845.5933,-84.7480,-12.1883,121.6115,-12.1883,-1.1425,-14.2221,0.0000,0.0000,3.1762,-14.2221,-1.1307,0.0000,-13.0914,0.0000,-13.0914,2.2911,,,-130.4247,,,,,,,27.5834,0.0276,0.0276 -381.0000,0.4000,,,,,,6,1356.8000,-83.8113,844.0861,-83.8113,-11.9082,119.9309,-11.9082,-1.4966,-13.5468,0.0000,0.0000,3.1350,-13.5468,-1.1062,0.0000,-12.4406,0.0000,-12.4406,2.2439,,,-125.9033,,,,,,,24.9486,0.0249,0.0249 -381.4000,0.4000,,,,,,6,1342.4000,-82.9969,846.8593,-82.9969,-11.6674,119.0479,-11.6674,-0.7780,-14.0050,0.0000,0.0000,3.1155,-14.0050,-1.1012,0.0000,-12.9038,0.0000,-12.9038,2.2155,,,-130.0905,,,,,,,22.6574,0.0227,0.0227 -381.8000,0.4000,,,,,,6,1343.9200,-83.0829,854.0985,-83.0829,-11.6927,120.2015,-11.6927,1.0176,-15.8541,0.0000,0.0000,3.1439,-15.8541,-1.1311,0.0000,-14.7230,0.0000,-14.7230,2.2408,,,-42.0958,,,,,,,22.8992,0.0229,0.0229 -382.2000,0.4000,,,,,,6,1356.9600,-83.8204,854.1092,-83.8204,-11.9109,121.3694,-11.9109,1.0401,-16.1235,0.0000,0.0000,3.1725,-16.1235,-1.1463,0.0000,-14.9773,0.0000,-14.9773,2.2746,,,-53.1885,,,,,,,24.9744,0.0250,0.0250 -382.6000,0.4000,,,,,,6,1361.0401,-84.0512,848.4512,-84.0512,-11.9796,120.9279,-11.9796,-0.3944,-14.7474,0.0000,0.0000,3.1622,-14.7474,-1.1284,0.0000,-13.6190,0.0000,-13.6190,2.2681,,,-44.9855,,,,,,,25.6232,0.0256,0.0256 -383.0000,0.4000,,,,,,6,1356.6401,-83.8023,848.7970,-83.8023,-11.9055,120.5861,-11.9055,-0.3044,-14.7555,0.0000,0.0000,3.1543,-14.7555,-1.1248,0.0000,-13.6307,0.0000,-13.6307,2.2578,,,-53.0625,,,,,,,24.9231,0.0249,0.0249 -383.4000,0.4000,,,,,,6,1352.5600,-83.5715,848.6426,-83.5715,-11.8371,120.2015,-11.8371,-0.3414,-14.6406,0.0000,0.0000,3.1449,-14.6406,-1.1196,0.0000,-13.5210,0.0000,-13.5210,2.2468,,,-55.9777,,,,,,,24.2739,0.0243,0.0243 -383.8000,0.4000,,,,,,6,1347.3600,-83.2774,848.0821,-83.2774,-11.7500,119.6603,-11.7500,-0.4786,-14.4014,0.0000,0.0000,3.1299,-14.4014,-1.1115,0.0000,-13.2900,0.0000,-13.2900,2.2318,,,-76.4195,,,,,,,23.4466,0.0234,0.0234 -384.2000,0.4000,,,,,,6,1341.6800,-82.9562,848.3275,-82.9562,-11.6554,119.1903,-11.6554,-0.4139,-14.3600,0.0000,0.0000,3.1184,-14.3600,-1.1061,0.0000,-13.2539,0.0000,-13.2539,2.2180,,,-72.4111,,,,,,,22.5428,0.0225,0.0225 -384.6000,0.4000,,,,,,6,1337.8400,-82.7390,849.2376,-82.7390,-11.5916,118.9767,-11.5916,-0.1876,-14.5172,0.0000,0.0000,3.1132,-14.5172,-1.1053,0.0000,-13.4119,0.0000,-13.4119,2.2109,,,-16.1400,,,,,,,21.9318,0.0219,0.0219 -385.0000,0.4000,,,,,,6,1340.5600,-79.5115,852.4855,-82.8928,-11.1621,119.6746,-11.6368,0.6140,-14.9045,0.0000,0.0000,3.1284,-14.9045,-1.1136,0.0000,-13.7909,0.0000,-13.7909,2.2218,,,-16.0595,,,,,,,96.7765,0.0968,0.0968 -385.4000,0.4000,,,,,,6,1345.2000,-56.9003,850.4550,-83.1553,-8.0155,119.8028,-11.7140,0.1132,-11.2602,0.0000,0.0000,3.1316,-11.2602,-1.0610,0.0000,-10.1993,0.0000,-10.1993,2.1898,,,-12.3957,,,,,,,600.8816,0.6009,0.6009 -385.8000,0.4000,,,,,,6,1345.2000,-79.0583,849.5450,-83.1553,-11.1369,119.6746,-11.7140,-0.1132,-14.1522,0.0000,0.0000,3.1285,-14.1522,-1.1058,0.0000,-13.0464,0.0000,-13.0464,2.2238,,,-15.2621,,,,,,,113.2631,0.1133,0.1133 -386.2000,0.4000,,,,,,6,1342.7200,-83.0150,848.8858,-83.0150,-11.6727,119.3613,-11.6727,-0.2761,-14.5182,0.0000,0.0000,3.1216,-14.5182,-1.1094,0.0000,-13.4088,0.0000,-13.4088,2.2223,,,-17.8377,,,,,,,22.7083,0.0227,0.0227 -386.6000,0.4000,,,,,,6,1339.7601,-82.8476,849.2387,-82.8476,-11.6235,119.1476,-11.6235,-0.1878,-14.5520,0.0000,0.0000,3.1164,-14.5520,-1.1074,0.0000,-13.4445,0.0000,-13.4445,2.2158,,,-19.6799,,,,,,,22.2373,0.0222,0.0222 -387.0000,0.4000,,,,,,6,1335.0401,-82.5806,847.7588,-82.5806,-11.5452,118.5210,-11.5452,-0.5491,-14.0958,0.0000,0.0000,3.0997,-14.0958,-1.0964,0.0000,-12.9994,0.0000,-12.9994,2.1994,,,-18.0721,,,,,,,21.4863,0.0215,0.0215 -387.4000,0.4000,,,,,,6,1333.6001,35.4489,851.3258,-82.4992,4.9506,118.8913,-11.5214,0.3241,1.5177,0.0000,0.0000,3.1088,1.5177,-0.9597,0.0000,2.4774,0.0000,2.4774,1.4803,,,0.9986,,,,,,,2571.5997,2.5716,2.5716 -387.8000,0.4000,,,,,,6,1332.8001,230.0498,848.1632,-82.4539,32.1082,118.3786,-11.5081,-0.4485,29.4604,0.0000,0.0000,3.0962,29.4604,-1.4208,0.0000,30.8813,0.0000,30.8813,2.1206,,,28.6985,,,,,,,7127.2879,7.1273,7.1273 -388.2000,0.4000,,,,,,6,1331.4400,240.8378,850.9704,-82.3770,33.5795,118.6492,-11.4857,0.2365,30.2412,0.0000,0.0000,3.1019,30.2412,-1.4325,0.0000,31.6737,0.0000,31.6737,2.1358,,,29.5716,,,,,,,7393.8670,7.3939,7.3939 -388.6000,0.4000,,,,,,6,1333.6800,395.6872,850.4589,-82.5037,55.2627,118.7773,-11.5227,0.1122,52.0455,0.0000,0.0000,3.1050,52.0455,-1.7902,0.0000,53.8357,0.0000,53.8357,2.6410,,,51.2223,,,,,,,11366.7826,11.3668,11.3668 -389.0000,0.4000,,,,,,6,1337.2000,487.7288,851.7798,-82.7028,68.2973,119.2758,-11.5810,0.4375,64.7425,0.0000,0.0000,3.1172,64.7425,-1.9987,0.0000,66.7413,0.0000,66.7413,2.9396,,,63.9353,,,,,,,13781.3586,13.7814,13.7814 -389.4000,0.4000,,,,,,6,1340.4000,549.3596,850.2537,-82.8838,77.1116,119.3470,-11.6341,0.0626,73.9303,0.0000,0.0000,3.1186,73.9303,-2.1502,0.0000,76.0806,0.0000,76.0806,3.1569,,,72.9455,,,,,,,15426.3956,15.4264,15.4264 -389.8000,0.4000,,,,,,6,1346.4800,645.8752,853.5856,-83.2277,91.0704,120.3582,-11.7354,0.8936,87.0333,0.0000,0.0000,3.1434,87.0333,-2.3701,0.0000,89.4035,0.0000,89.4035,3.4699,,,86.2960,,,,,,,18189.6390,18.1896,18.1896 -390.2000,0.4000,,,,,,6,1350.7200,582.0995,849.0938,-83.4675,82.3363,120.1018,-11.8062,-0.2273,79.4244,0.0000,0.0000,3.1391,79.4244,-2.2485,0.0000,81.6728,0.0000,81.6728,3.3036,,,78.2857,,,,,,,16406.6749,16.4067,16.4067 -390.6000,0.4000,,,,,,6,1351.1200,558.5940,851.1576,-83.4901,79.0349,120.4294,-11.8129,0.2905,75.5972,0.0000,0.0000,3.1472,75.5972,-2.1869,0.0000,77.7841,0.0000,77.7841,3.2165,,,74.6691,,,,,,,15782.4892,15.7825,15.7825 -391.0000,0.4000,,,,,,6,1352.7200,431.6209,849.8492,-83.5806,61.1419,120.3867,-11.8397,-0.0379,58.0337,0.0000,0.0000,3.1461,58.0337,-1.9043,0.0000,59.9380,0.0000,59.9380,2.8164,,,57.1115,,,,,,,12456.7891,12.4568,12.4568 -391.4000,0.4000,,,,,,6,1352.0801,418.5948,849.7486,-83.5444,59.2686,120.3155,-11.8290,-0.0632,56.1863,0.0000,0.0000,3.1455,56.1863,-1.8738,0.0000,58.0601,0.0000,58.0601,2.7727,,,55.2711,,,,,,,12102.0532,12.1021,12.1021 -391.8000,0.4000,,,,,,6,1350.4001,237.5651,849.1943,-83.4494,33.5949,120.0876,-11.8009,-0.2020,30.6571,0.0000,0.0000,3.1398,30.6571,-1.4564,0.0000,32.1135,0.0000,32.1135,2.1831,,,29.9021,,,,,,,7427.0082,7.4270,7.4270 -392.2000,0.4000,,,,,,6,1349.2000,143.3209,850.0504,-83.3815,20.2495,120.1018,-11.7808,0.0126,17.0967,0.0000,0.0000,3.1402,17.0967,-1.2312,0.0000,18.3279,0.0000,18.3279,1.8692,,,16.4597,,,,,,,5141.4994,5.1415,5.1415 -392.6000,0.4000,,,,,,6,1347.2000,269.3446,848.6876,-83.2684,37.9987,119.7315,-11.7474,-0.3274,35.1923,0.0000,0.0000,3.1338,35.1923,-1.5285,0.0000,36.7208,0.0000,36.7208,2.2808,,,34.3868,,,,,,,8183.4121,8.1834,8.1834 -393.0000,0.4000,,,,,,6,1344.4800,380.0134,849.5954,-83.1145,53.5035,119.6176,-11.7020,-0.1005,50.4731,0.0000,0.0000,3.1309,50.4731,-1.7745,0.0000,52.2476,0.0000,52.2476,2.6264,,,49.5977,,,,,,,11036.2019,11.0362,11.0362 -393.4000,0.4000,,,,,,6,1346.6400,436.1360,851.7673,-83.2367,61.5038,120.1161,-11.7380,0.4406,57.9205,0.0000,0.0000,3.1428,57.9205,-1.8970,0.0000,59.8175,0.0000,59.8175,2.8017,,,57.1343,,,,,,,12523.5572,12.5236,12.5236 -393.8000,0.4000,,,,,,6,1350.8799,425.4170,850.9061,-83.4765,60.1811,120.3724,-11.8089,0.2273,56.8048,0.0000,0.0000,3.1490,56.8048,-1.8828,0.0000,58.6875,0.0000,58.6875,2.7845,,,55.9626,,,,,,,12274.1504,12.2742,12.2742 -394.2000,0.4000,,,,,,6,1351.6000,443.2468,849.5472,-83.5172,62.7368,120.2442,-11.8210,-0.1137,59.7046,0.0000,0.0000,3.1459,59.7046,-1.9303,0.0000,61.6349,0.0000,61.6349,2.8526,,,58.7511,,,,,,,12758.3150,12.7583,12.7583 -394.6000,0.4000,,,,,,6,1351.1200,328.8332,850.1510,-83.4901,46.5263,120.2870,-11.8129,0.0379,43.3424,0.0000,0.0000,3.1459,43.3424,-1.6652,0.0000,45.0077,0.0000,45.0077,2.4759,,,42.5394,,,,,,,9751.2423,9.7512,9.7512 -395.0000,0.4000,,,,,,6,1350.8000,263.7784,849.6476,-83.4720,37.3129,120.1873,-11.8076,-0.0884,34.2578,0.0000,0.0000,3.1435,34.2578,-1.5163,0.0000,35.7740,0.0000,35.7740,2.2666,,,33.4936,,,,,,,8070.6341,8.0706,8.0706 -395.4000,0.4000,,,,,,6,1349.5200,238.2797,849.5465,-83.3996,33.6740,120.0591,-11.7861,-0.1135,30.6472,0.0000,0.0000,3.1404,30.6472,-1.4554,0.0000,32.1026,0.0000,32.1026,2.1811,,,29.9056,,,,,,,7439.8101,7.4398,7.4398 -395.8000,0.4000,,,,,,6,1346.5600,340.7023,848.5860,-83.2322,48.0429,119.6603,-11.7367,-0.3524,45.2609,0.0000,0.0000,3.1345,45.2609,-1.6921,0.0000,46.9531,0.0000,46.9531,2.5108,,,44.3683,,,,,,,10034.4692,10.0345,10.0345 -396.2000,0.4000,,,,,,6,1345.4400,324.5748,850.7076,-83.1688,45.7307,119.8597,-11.7180,0.1761,42.4152,0.0000,0.0000,3.1393,42.4152,-1.6451,0.0000,44.0603,0.0000,44.0603,2.4432,,,41.6518,,,,,,,9593.7877,9.5938,9.5938 -396.6000,0.4000,,,,,,6,1346.4801,350.1716,849.9495,-83.2277,49.3753,119.8455,-11.7354,-0.0126,46.2495,0.0000,0.0000,3.1384,46.2495,-1.7081,0.0000,47.9575,0.0000,47.9575,2.5334,,,45.4215,,,,,,,10287.5864,10.2876,10.2876 -397.0000,0.4000,,,,,,6,1346.4000,311.0225,850.0000,-83.2231,43.8525,119.8455,-11.7340,0.0000,40.7140,0.0000,0.0000,3.1385,40.7140,-1.6185,0.0000,42.3325,0.0000,42.3325,2.4061,,,39.9264,,,,,,,9255.4847,9.2555,9.2555 -397.4000,0.4000,,,,,,6,1346.4000,331.5064,850.0000,-83.2231,46.7406,119.8455,-11.7340,0.0000,43.6023,0.0000,0.0000,3.1384,43.6023,-1.6652,0.0000,45.2674,0.0000,45.2674,2.4724,,,42.7950,,,,,,,9786.8459,9.7868,9.7868 -397.8000,0.4000,,,,,,6,1347.5200,337.7206,850.7065,-83.2865,47.6564,120.0449,-11.7527,0.1763,44.3368,0.0000,0.0000,3.1433,44.3368,-1.6781,0.0000,46.0149,0.0000,46.0149,2.4915,,,43.5595,,,,,,,9961.9002,9.9619,9.9619 -398.2000,0.4000,,,,,,6,1348.6400,198.5472,850.0000,-83.3498,28.0407,120.0449,-11.7714,0.0000,24.8965,0.0000,0.0000,3.1441,24.8965,-1.3596,0.0000,26.2561,0.0000,26.2561,2.0472,,,24.2089,,,,,,,6466.7075,6.4667,6.4667 -398.6000,0.4000,,,,,,6,1348.6400,9.3715,850.0000,-83.3498,1.3235,120.0449,-11.7714,0.0000,-1.8206,0.0000,0.0000,3.1441,-1.8206,-0.9180,0.0000,-0.9026,0.0000,-0.9026,2.0868,,,-2.9894,,,,,,,2018.5823,2.0186,2.0186 -399.0000,0.4000,,,,,,6,1348.6400,13.7904,850.0000,-83.3498,1.9476,120.0449,-11.7714,0.0000,-1.1953,0.0000,0.0000,3.1429,-1.1953,-0.9283,0.0000,-0.2670,0.0000,-0.2670,2.0792,,,-2.3462,,,,,,,2109.8411,2.1098,2.1098 -399.4000,0.4000,,,,,,6,1346.7200,-66.2240,848.7882,-83.2412,-9.3394,119.7031,-11.7394,-0.3021,-12.1718,0.0000,0.0000,3.1345,-12.1718,-1.0764,0.0000,-11.0955,0.0000,-11.0955,2.2041,,,-13.2805,,,,,,,397.8342,0.3978,0.3978 -399.8000,0.4000,,,,,,6,1344.8000,-76.9345,850.0000,-83.1326,-10.8345,119.7031,-11.7073,0.0000,-13.9690,0.0000,0.0000,3.1345,-13.9690,-1.1026,0.0000,-12.8663,0.0000,-12.8663,2.2207,,,-15.0870,,,,,,,159.4393,0.1594,0.1594 -400.2000,0.4000,,,,,,6,1344.8000,-74.2587,850.0000,-83.1326,-10.4576,119.7031,-11.7073,0.0000,-13.5896,0.0000,0.0000,3.1320,-13.5896,-1.0967,0.0000,-12.4929,0.0000,-12.4929,2.2162,,,-14.7091,,,,,,,218.3229,0.2183,0.2183 -400.6000,0.4000,,,,,,6,1344.8000,-83.1326,850.0000,-83.1326,-11.7073,119.7031,-11.7073,0.0000,-14.8393,0.0000,0.0000,3.1320,-14.8393,-1.1161,0.0000,-13.7232,0.0000,-13.7232,2.2309,,,-18.8512,,,,,,,23.0392,0.0230,0.0230 -401.0000,0.4000,,,,,,6,1344.8000,-83.1326,850.0000,-83.1326,-11.7073,119.7031,-11.7073,0.0000,-14.8391,0.0000,0.0000,3.1317,-14.8391,-1.1161,0.0000,-13.7230,0.0000,-13.7230,2.2309,,,-20.4914,,,,,,,23.0392,0.0230,0.0230 -401.4000,0.4000,,,,,,6,1345.6801,-70.6626,850.5559,-83.1824,-9.9577,119.8597,-11.7220,0.1384,-13.2311,0.0000,0.0000,3.1350,-13.2311,-1.0919,0.0000,-12.1391,0.0000,-12.1391,2.2141,,,-14.3626,,,,,,,298.6964,0.2987,0.2987 -401.8000,0.4000,,,,,,6,1346.5601,9.3633,850.0000,-83.2322,1.3203,119.8597,-11.7367,0.0000,-1.8145,0.0000,0.0000,3.1348,-1.8145,-0.9162,0.0000,-0.8983,0.0000,-0.8983,2.0818,,,-2.9801,,,,,,,2014.3553,2.0144,2.0144 -402.2000,0.4000,,,,,,6,1346.5601,107.1748,850.0000,-83.2322,15.1129,119.8597,-11.7367,0.0000,11.9768,0.0000,0.0000,3.1361,11.9768,-1.1442,0.0000,13.1210,0.0000,13.1210,1.7463,,,11.3747,,,,,,,4241.1408,4.2411,4.2411 -402.6000,0.4000,,,,,,6,1346.5601,134.2200,850.0000,-83.2322,18.9266,119.8597,-11.7367,0.0000,15.7905,0.0000,0.0000,3.1361,15.7905,-1.2072,0.0000,16.9977,0.0000,16.9977,1.8339,,,15.1638,,,,,,,4918.4624,4.9185,4.9185 -403.0000,0.4000,,,,,,6,1346.6401,215.1820,850.0505,-83.2367,30.3449,119.8740,-11.7380,0.0126,27.1959,0.0000,0.0000,3.1364,27.1959,-1.3958,0.0000,28.5917,0.0000,28.5917,2.0960,,,26.4972,,,,,,,6837.7290,6.8377,6.8377 -403.4000,0.4000,,,,,,6,1346.7200,353.4263,850.0000,-83.2412,49.8431,119.8740,-11.7394,0.0000,46.7034,0.0000,0.0000,3.1397,46.7034,-1.7156,0.0000,48.4190,0.0000,48.4190,2.5443,,,45.8747,,,,,,,10376.6261,10.3766,10.3766 -403.8000,0.4000,,,,,,6,1346.7200,416.8988,850.0000,-83.2412,58.7945,119.8740,-11.7394,0.0000,55.6547,0.0000,0.0000,3.1398,55.6547,-1.8604,0.0000,57.5150,0.0000,57.5150,2.7498,,,54.7652,,,,,,,12014.8783,12.0149,12.0149 -404.2000,0.4000,,,,,,6,1346.7200,437.5452,850.0000,-83.2412,61.7062,119.8740,-11.7394,0.0000,58.5648,0.0000,0.0000,3.1415,58.5648,-1.9075,0.0000,60.4722,0.0000,60.4722,2.8166,,,57.6556,,,,,,,12562.0293,12.5620,12.5620 -404.6000,0.4000,,,,,,6,1345.8400,556.3918,849.4442,-83.1915,78.4157,119.7173,-11.7247,-0.1384,75.4164,0.0000,0.0000,3.1376,75.4164,-2.1792,0.0000,77.5956,0.0000,77.5956,3.2018,,,74.3452,,,,,,,15670.7633,15.6708,15.6708 -405.0000,0.4000,,,,,,6,1344.9600,311.4931,850.0000,-83.1417,43.8719,119.7173,-11.7100,0.0000,40.7343,0.0000,0.0000,3.1376,40.7343,-1.6175,0.0000,42.3518,0.0000,42.3518,2.4037,,,39.9481,,,,,,,9256.8367,9.2568,9.2568 -405.4000,0.4000,,,,,,6,1344.9600,136.7510,850.0000,-83.1417,19.2605,119.7173,-11.7100,0.0000,16.1236,0.0000,0.0000,3.1370,16.1236,-1.2113,0.0000,17.3348,0.0000,17.3348,1.8384,,,15.4965,,,,,,,4976.2335,4.9762,4.9762 -405.8000,0.4000,,,,,,6,1344.9600,266.9498,850.0000,-83.1417,37.5982,119.7173,-11.7100,0.0000,34.4613,0.0000,0.0000,3.1370,34.4613,-1.5144,0.0000,35.9756,0.0000,35.9756,2.2596,,,33.7161,,,,,,,8107.1703,8.1072,8.1072 -406.2000,0.4000,,,,,,6,1345.2800,268.4022,850.2022,-83.1598,37.8118,119.7743,-11.7153,0.0503,34.6231,0.0000,0.0000,3.1384,34.6231,-1.5173,0.0000,36.1405,0.0000,36.1405,2.2639,,,33.8846,,,,,,,8145.3381,8.1453,8.1453 -406.6000,0.4000,,,,,,6,1345.6000,327.5987,850.0000,-83.1779,46.1622,119.7743,-11.7207,0.0000,43.0241,0.0000,0.0000,3.1381,43.0241,-1.6551,0.0000,44.6792,0.0000,44.6792,2.4575,,,42.2217,,,,,,,9676.0339,9.6760,9.6760 -407.0000,0.4000,,,,,,6,1345.6000,310.1003,850.0000,-83.1779,43.6965,119.7743,-11.7207,0.0000,40.5584,0.0000,0.0000,3.1381,40.5584,-1.6152,0.0000,42.1736,0.0000,42.1736,2.4009,,,39.7727,,,,,,,9227.5188,9.2275,9.2275 -407.4000,0.4000,,,,,,6,1345.6000,443.9239,850.0000,-83.1779,62.5537,119.7743,-11.7207,0.0000,59.4165,0.0000,0.0000,3.1372,59.4165,-1.9202,0.0000,61.3367,0.0000,61.3367,2.8340,,,58.5027,,,,,,,12722.9593,12.7230,12.7230 -407.8000,0.4000,,,,,,6,1345.6000,423.0771,850.0000,-83.1779,59.6162,119.7743,-11.7207,0.0000,56.4789,0.0000,0.0000,3.1372,56.4789,-1.8727,0.0000,58.3516,0.0000,58.3516,2.7665,,,55.5851,,,,,,,12164.3743,12.1644,12.1644 -408.2000,0.4000,,,,,,6,1345.3600,451.3286,849.8484,-83.1643,63.5858,119.7315,-11.7167,-0.0377,60.4873,0.0000,0.0000,3.1362,60.4873,-1.9373,0.0000,62.4246,0.0000,62.4246,2.8581,,,59.5559,,,,,,,12919.2246,12.9192,12.9192 -408.6000,0.4000,,,,,,6,1345.1200,585.6677,850.0000,-83.1507,82.4975,119.7315,-11.7127,0.0000,79.3626,0.0000,0.0000,3.1349,79.3626,-2.2424,0.0000,81.6050,0.0000,81.6050,3.2910,,,78.3139,,,,,,,16446.3323,16.4463,16.4463 -409.0000,0.4000,,,,,,6,1345.1200,702.1779,850.0000,-83.1507,98.9092,119.7315,-11.7127,0.0000,95.7743,0.0000,0.0000,3.1349,95.7743,-2.5134,0.0000,98.2877,0.0000,98.2877,3.6680,,,94.6197,,,,,,,19687.6232,19.6876,19.6876 -409.4000,0.4000,,,,,,6,1345.1200,738.5159,850.0000,-83.1507,104.0278,119.7315,-11.7127,0.0000,100.8929,0.0000,0.0000,3.1349,100.8929,-2.5980,0.0000,103.4909,0.0000,103.4909,3.7856,,,99.7053,,,,,,,20679.1772,20.6792,20.6792 -409.8000,0.4000,,,,,,6,1334.4800,701.8086,843.2228,-82.5490,98.0752,117.8374,-11.5359,-1.6591,96.6468,0.0000,0.0000,3.0875,96.6468,-2.5184,0.0000,99.1653,0.0000,99.1653,3.6669,,,94.7369,,,,,,,19537.7655,19.5378,19.5378 -410.2000,0.4000,,,,,,6,1330.6400,773.4019,854.3437,-82.3318,107.7691,119.0479,-11.4725,1.0572,103.5947,0.0000,0.0000,3.1172,103.5947,-2.6299,0.0000,106.2246,0.0000,106.2246,3.8190,,,102.9290,,,,,,,21477.5019,21.4775,21.4775 -410.6000,0.4000,,,,,,6,1340.4800,788.3599,851.9277,-82.8883,110.6658,119.5891,-11.6354,0.4762,107.0577,0.0000,0.0000,3.1320,107.0577,-2.6958,0.0000,109.7535,0.0000,109.7535,3.9180,,,106.0755,,,,,,,22044.9084,22.0449,22.0449 -411.0000,0.4000,,,,,,6,1349.8400,814.7969,853.9797,-83.4177,115.1755,120.7142,-11.7915,0.9968,111.0192,0.0000,0.0000,3.1596,111.0192,-2.7696,0.0000,113.7888,0.0000,113.7888,4.0276,,,110.2750,,,,,,,22875.9295,22.8759,22.8759 -411.4000,0.4000,,,,,,6,1357.1200,623.2957,850.6013,-83.8294,88.5811,120.8851,-11.9136,0.1522,85.2651,0.0000,0.0000,3.1638,85.2651,-2.3504,0.0000,87.6154,0.0000,87.6154,3.4506,,,84.2244,,,,,,,17660.9499,17.6609,17.6609 -411.8000,0.4000,,,,,,6,1361.2000,532.2286,851.9482,-84.0602,75.8663,121.4406,-11.9823,0.4962,72.1900,0.0000,0.0000,3.1800,72.1900,-2.1410,0.0000,74.3310,0.0000,74.3310,3.1585,,,71.3356,,,,,,,15178.9250,15.1789,15.1789 -412.2000,0.4000,,,,,,6,1365.6000,438.8526,850.7968,-84.3091,62.7582,121.6684,-12.0566,0.2042,59.3684,0.0000,0.0000,3.1856,59.3684,-1.9376,0.0000,61.3060,0.0000,61.3060,2.8730,,,58.4878,,,,,,,12765.4054,12.7654,12.7654 -412.6000,0.4000,,,,,,6,1372.0000,501.4115,853.1720,-84.6710,72.0405,122.5799,-12.1652,0.8208,68.0120,0.0000,0.0000,3.2077,68.0120,-2.0833,0.0000,70.0953,0.0000,70.0953,3.0844,,,67.2609,,,,,,,14480.5645,14.4806,14.4806 -413.0000,0.4000,,,,,,6,1376.4800,287.7899,849.6048,-84.9244,41.4834,122.4660,-12.2414,-0.1029,38.3819,0.0000,0.0000,3.2044,38.3819,-1.6076,0.0000,39.9894,0.0000,39.9894,2.4131,,,37.5589,,,,,,,8870.6268,8.8706,8.8706 -413.4000,0.4000,,,,,,6,1375.3600,201.8763,849.7034,-84.8611,29.0757,122.3805,-12.2223,-0.0771,25.9505,0.0000,0.0000,3.2023,25.9505,-1.4011,0.0000,27.3516,0.0000,27.3516,2.1253,,,25.2175,,,,,,,6692.4335,6.6924,6.6924 -413.8000,0.4000,,,,,,6,1375.6800,180.6197,850.4943,-84.8792,26.0202,122.5230,-12.2278,0.1286,22.6854,0.0000,0.0000,3.2062,22.6854,-1.3474,0.0000,24.0328,0.0000,24.0328,2.0509,,,21.9947,,,,,,,6152.3819,6.1524,6.1524 -414.2000,0.4000,,,,,,6,1375.8400,182.8096,849.6046,-84.8882,26.3388,122.4090,-12.2305,-0.1029,23.2382,0.0000,0.0000,3.2034,23.2382,-1.3567,0.0000,24.5949,0.0000,24.5949,2.0639,,,22.5205,,,,,,,6209.0361,6.2090,6.2090 -414.6000,0.4000,,,,,,6,1375.2800,179.9937,850.0494,-84.8566,25.9225,122.4233,-12.2210,0.0129,22.7059,0.0000,0.0000,3.2038,22.7059,-1.3474,0.0000,24.0533,0.0000,24.0533,2.0506,,,22.0040,,,,,,,6134.3197,6.1343,6.1343 -415.0000,0.4000,,,,,,6,1374.2400,218.3640,849.3073,-84.7977,31.4248,122.2239,-12.2032,-0.1798,28.4056,0.0000,0.0000,3.1990,28.4056,-1.4407,0.0000,29.8463,0.0000,29.8463,2.1794,,,27.6444,,,,,,,7084.1998,7.0842,7.0842 -415.4000,0.4000,,,,,,6,1374.9600,212.7868,851.1375,-84.8385,30.6382,122.5514,-12.2155,0.2956,27.1354,0.0000,0.0000,3.2072,27.1354,-1.4203,0.0000,28.5558,0.0000,28.5558,2.1517,,,26.4394,,,,,,,6946.4875,6.9465,6.9465 -415.8000,0.4000,,,,,,6,1378.4800,298.4892,851.0359,-85.0376,43.0881,122.8505,-12.2755,0.2706,39.6027,0.0000,0.0000,3.2149,39.6027,-1.6296,0.0000,41.2322,0.0000,41.2322,2.4452,,,38.8343,,,,,,,9164.5219,9.1645,9.1645 -416.2000,0.4000,,,,,,6,1379.2800,303.7744,849.4577,-85.0828,43.8765,122.6939,-12.2892,-0.1418,40.8073,0.0000,0.0000,3.2110,40.8073,-1.6499,0.0000,42.4572,0.0000,42.4572,2.4745,,,39.9572,,,,,,,9308.3821,9.3084,9.3084 -416.6000,0.4000,,,,,,6,1379.7600,261.0534,850.8378,-85.1099,37.7191,122.9360,-12.2974,0.2193,34.2829,0.0000,0.0000,3.2170,34.2829,-1.5428,0.0000,35.8257,0.0000,35.8257,2.3256,,,33.5331,,,,,,,8194.0756,8.1941,8.1941 -417.0000,0.4000,,,,,,6,1381.2000,286.2914,850.0492,-85.1914,41.4089,122.9502,-12.3220,0.0129,38.1778,0.0000,0.0000,3.2182,38.1778,-1.6085,0.0000,39.7863,0.0000,39.7863,2.4180,,,37.3704,,,,,,,8864.4151,8.8644,8.8644 -417.4000,0.4000,,,,,,6,1381.6000,221.8957,850.1969,-85.2140,32.1040,123.0072,-12.3288,0.0517,28.8328,0.0000,0.0000,3.2196,28.8328,-1.4544,0.0000,30.2872,0.0000,30.2872,2.2042,,,28.0895,,,,,,,7219.4490,7.2194,7.2194 -417.8000,0.4000,,,,,,6,1381.8400,219.8926,849.9508,-85.2276,31.8198,122.9929,-12.3329,-0.0129,28.6112,0.0000,0.0000,3.2215,28.6112,-1.4509,0.0000,30.0621,0.0000,30.0621,2.1996,,,27.8609,,,,,,,7169.8743,7.1699,7.1699 -418.2000,0.4000,,,,,,6,1381.1200,122.7970,849.6061,-85.1869,17.7602,122.8790,-12.3206,-0.1033,14.6448,0.0000,0.0000,3.2187,14.6448,-1.2194,0.0000,15.8642,0.0000,15.8642,1.8773,,,13.9804,,,,,,,4753.6720,4.7537,4.7537 -418.6000,0.4000,,,,,,6,1368.5600,-54.7882,842.5966,-84.4765,-7.8520,120.7570,-12.1068,-1.9061,-9.1125,0.0000,0.0000,3.1666,-9.1125,-1.0474,0.0000,-8.0651,0.0000,-8.0651,2.2196,,,-10.1951,,,,,,,680.1551,0.6802,0.6802 -419.0000,0.4000,,,,,,6,1362.4800,-84.1326,853.6433,-84.1326,-12.0039,121.7966,-12.0039,0.9297,-16.1297,0.0000,0.0000,3.1960,-16.1297,-1.1510,0.0000,-14.9786,0.0000,-14.9786,2.2877,,,-22.5420,,,,,,,25.8523,0.0259,0.0259 -419.4000,0.4000,,,,,,6,1368.1600,-84.4539,849.9006,-84.4539,-12.1000,121.7681,-12.1000,-0.0256,-15.2698,0.0000,0.0000,3.1953,-15.2698,-1.1425,0.0000,-14.1273,0.0000,-14.1273,2.2911,,,-19.2154,,,,,,,26.7561,0.0268,0.0268 -419.8000,0.4000,,,,,,6,1365.3600,-32.9007,848.3565,-84.2955,-4.7042,121.2981,-12.0526,-0.4212,-7.4668,0.0000,0.0000,3.1838,-7.4668,-1.0192,0.0000,-6.4476,0.0000,-6.4476,2.1926,,,-8.6236,,,,,,,1157.3279,1.1573,1.1573 -420.2000,0.4000,,,,,,6,1365.4400,24.2902,851.6932,-84.3000,3.4732,121.7824,-12.0539,0.4340,-0.1617,0.0000,0.0000,3.2009,-0.1617,-0.9605,0.0000,0.7988,0.0000,0.7988,1.5053,,,-0.7079,,,,,,,2399.4777,2.3995,2.3995 -420.6000,0.4000,,,,,,6,1361.8400,-84.0964,846.0553,-84.0964,-11.9931,120.6573,-11.9931,-1.0057,-14.1608,0.0000,0.0000,3.1733,-14.1608,-1.1200,0.0000,-13.0408,0.0000,-13.0408,2.2631,,,-23.4584,,,,,,,25.7505,0.0258,0.0258 -421.0000,0.4000,,,,,,6,1353.8400,-83.6439,848.9452,-83.6439,-11.8585,120.3582,-11.8585,-0.2658,-14.7630,0.0000,0.0000,3.1703,-14.7630,-1.1225,0.0000,-13.6405,0.0000,-13.6405,2.2513,,,-20.0163,,,,,,,24.4776,0.0245,0.0245 -421.4000,0.4000,,,,,,6,1349.8400,-83.4177,848.5391,-83.4177,-11.7915,119.9452,-11.7915,-0.3659,-14.5857,0.0000,0.0000,3.1601,-14.5857,-1.1164,0.0000,-13.4693,0.0000,-13.4693,2.2398,,,-16.3331,,,,,,,23.8412,0.0238,0.0238 -421.8000,0.4000,,,,,,6,1344.8800,-68.8663,848.3314,-83.1372,-9.6988,119.4752,-11.7087,-0.4149,-12.4326,0.0000,0.0000,3.1486,-12.4326,-1.0789,0.0000,-11.3537,0.0000,-11.3537,2.2028,,,-13.5299,,,,,,,337.1029,0.3371,0.3371 -422.2000,0.4000,,,,,,6,1341.6000,-65.8355,849.5945,-82.9517,-9.2494,119.3613,-11.6540,-0.1003,-12.2971,0.0000,0.0000,3.1480,-12.2971,-1.0740,0.0000,-11.2231,0.0000,-11.2231,2.1935,,,-13.4102,,,,,,,399.1957,0.3992,0.3992 -422.6000,0.4000,,,,,,6,1339.6800,-82.8431,849.1879,-82.8431,-11.6221,119.1334,-11.6221,-0.2004,-14.5642,0.0000,0.0000,3.1424,-14.5642,-1.1075,0.0000,-13.4567,0.0000,-13.4567,2.2157,,,-16.8381,,,,,,,22.2246,0.0222,0.0222 -423.0000,0.4000,,,,,,6,1335.0401,-82.5806,847.8608,-82.5806,-11.5452,118.5352,-11.5452,-0.5241,-14.1488,0.0000,0.0000,3.1278,-14.1488,-1.0972,0.0000,-13.0516,0.0000,-13.0516,2.2000,,,-17.7889,,,,,,,21.4863,0.0215,0.0215 -423.4000,0.4000,,,,,,6,1328.8801,-82.2322,848.2090,-82.2322,-11.4434,118.0368,-11.4434,-0.4348,-14.1229,0.0000,0.0000,3.1143,-14.1229,-1.0917,0.0000,-13.0313,0.0000,-13.0313,2.1854,,,-20.4355,,,,,,,20.5062,0.0205,0.0205 -423.8000,0.4000,,,,,,6,1321.2800,-81.8024,846.9121,-81.8024,-11.3185,117.1822,-11.3185,-0.7410,-13.6708,0.0000,0.0000,3.0933,-13.6708,-1.0783,0.0000,-12.5925,0.0000,-12.5925,2.1624,,,-15.6921,,,,,,,19.2970,0.0193,0.0193 -424.2000,0.4000,,,,,,6,1314.0801,-81.1390,848.4476,-81.3951,-11.1655,116.7550,-11.2008,-0.3685,-13.8785,0.0000,0.0000,3.0814,-13.8785,-1.0755,0.0000,-12.8030,0.0000,-12.8030,2.1482,,,-14.9239,,,,,,,23.7882,0.0238,0.0238 -424.6000,0.4000,,,,,,6,1309.7601,-81.1508,848.7539,-81.1508,-11.1305,116.4132,-11.1305,-0.2938,-13.9084,0.0000,0.0000,3.0718,-13.9084,-1.0724,0.0000,-12.8360,0.0000,-12.8360,2.1386,,,-16.5337,,,,,,,17.4640,0.0175,0.0175 -425.0000,0.4000,,,,,,6,1303.8400,-80.8160,847.3923,-80.8160,-11.0344,115.7011,-11.0344,-0.6094,-13.4794,0.0000,0.0000,3.0543,-13.4794,-1.0608,0.0000,-12.4186,0.0000,-12.4186,2.1200,,,-17.4154,,,,,,,16.5221,0.0165,0.0165 -425.4000,0.4000,,,,,,6,1296.0000,-80.3726,847.4815,-80.3726,-10.9079,115.0175,-10.9079,-0.5815,-13.3587,0.0000,0.0000,3.0323,-13.3587,-1.0524,0.0000,-12.3063,0.0000,-12.3063,2.1006,,,-18.8401,,,,,,,15.2746,0.0153,0.0153 -425.8000,0.4000,,,,,,6,1287.4400,-75.4088,846.8837,-79.8884,-10.1666,114.1772,-10.7706,-0.7100,-12.4684,0.0000,0.0000,3.0118,-12.4684,-1.0316,0.0000,-11.4369,0.0000,-11.4369,2.0706,,,-13.4580,,,,,,,112.4936,0.1125,0.1125 -426.2000,0.4000,,,,,,6,1280.4800,-69.5682,848.5131,-79.4948,-9.3285,113.7784,-10.6596,-0.3351,-11.9955,0.0000,0.0000,3.0021,-11.9955,-1.0185,0.0000,-10.9770,0.0000,-10.9770,2.0493,,,-13.0035,,,,,,,231.2535,0.2313,0.2313 -426.6000,0.4000,,,,,,6,1274.7200,133.2514,847.6528,-79.1690,17.7875,113.1518,-10.5681,-0.5243,15.3306,0.0000,0.0000,2.9812,15.3306,-1.1359,0.0000,16.4665,0.0000,16.4665,1.6835,,,14.7421,,,,,,,4597.0165,4.5970,4.5970 -427.0000,0.4000,,,,,,6,1271.0400,211.7016,849.8930,-78.9608,28.1781,113.1233,-10.5099,-0.0238,25.2213,0.0000,0.0000,2.9805,25.2213,-1.2962,0.0000,26.5175,0.0000,26.5175,1.9038,,,24.6107,,,,,,,6362.4272,6.3624,6.3624 -427.4000,0.4000,,,,,,6,1270.4800,342.0993,849.7324,-78.9292,45.5144,113.0521,-10.5011,-0.0594,42.5950,0.0000,0.0000,2.9788,42.5950,-1.5808,0.0000,44.1758,0.0000,44.1758,2.3018,,,41.8609,,,,,,,9491.2579,9.4913,9.4913 -427.8000,0.4000,,,,,,6,1269.7600,350.3395,849.7858,-78.8884,46.5843,112.9951,-10.4897,-0.0475,43.6592,0.0000,0.0000,2.9725,43.6592,-1.5974,0.0000,45.2567,0.0000,45.2567,2.3248,,,42.9210,,,,,,,9706.5556,9.7066,9.7066 -428.2000,0.4000,,,,,,6,1270.8000,466.7662,850.9097,-78.9473,62.1163,113.2372,-10.5061,0.2019,58.9359,0.0000,0.0000,2.9784,58.9359,-1.8454,0.0000,60.7813,0.0000,60.7813,2.6776,,,58.1659,,,,,,,12642.0403,12.6420,12.6420 -428.6000,0.4000,,,,,,6,1272.4800,596.5010,850.2138,-79.0423,79.4860,113.2942,-10.5327,0.0476,76.4630,0.0000,0.0000,2.9754,76.4630,-2.1306,0.0000,78.5937,0.0000,78.5937,3.0833,,,75.5294,,,,,,,15943.1175,15.9431,15.9431 -429.0000,0.4000,,,,,,6,1275.6000,641.5382,851.8658,-79.2187,85.6970,113.7927,-10.5821,0.4173,82.2921,0.0000,0.0000,2.9876,82.2921,-2.2297,0.0000,84.5218,0.0000,84.5218,3.2231,,,81.4772,,,,,,,17220.1337,17.2201,17.2201 -429.4000,0.4000,,,,,,6,1280.5600,672.8601,851.4337,-79.4993,90.2305,114.1772,-10.6608,0.3232,86.9104,0.0000,0.0000,2.9969,86.9104,-2.3103,0.0000,89.2207,0.0000,89.2207,3.3386,,,86.0270,,,,,,,18063.4244,18.0634,18.0634 -429.8000,0.4000,,,,,,6,1283.0400,749.5730,850.2120,-79.6395,100.7124,114.2342,-10.7003,0.0480,97.6683,0.0000,0.0000,2.9960,97.6683,-2.4903,0.0000,100.1586,0.0000,100.1586,3.5905,,,96.5922,,,,,,,20125.7369,20.1257,20.1257 -430.2000,0.4000,,,,,,6,1287.9200,684.4731,853.0095,-79.9156,92.3153,115.0460,-10.7783,0.6862,88.6133,0.0000,0.0000,3.0158,88.6133,-2.3449,0.0000,90.9582,0.0000,90.9582,3.3918,,,87.8764,,,,,,,18443.1696,18.4432,18.4432 -430.6000,0.4000,,,,,,6,1289.1200,381.4074,847.7845,-79.9834,51.4886,114.4478,-10.7975,-0.5061,48.9935,0.0000,0.0000,3.0012,48.9935,-1.7009,0.0000,50.6943,0.0000,50.6943,2.4842,,,48.0845,,,,,,,10619.9643,10.6200,10.6200 -431.0000,0.4000,,,,,,6,1286.0000,369.2548,850.1586,-79.8070,49.7274,114.4905,-10.7476,0.0361,46.6897,0.0000,0.0000,3.0017,46.6897,-1.6608,0.0000,48.3505,0.0000,48.3505,2.4253,,,45.9338,,,,,,,10301.3380,10.3013,10.3013 -431.4000,0.4000,,,,,,6,1284.0800,426.7758,848.5702,-79.6984,57.3879,114.1060,-10.7169,-0.3241,54.7197,0.0000,0.0000,2.9923,54.7197,-1.7890,0.0000,56.5087,0.0000,56.5087,2.6060,,,53.8120,,,,,,,11736.2134,11.7362,11.7362 -431.8000,0.4000,,,,,,6,1284.4000,459.4206,851.6412,-79.7165,61.7930,114.5475,-10.7220,0.3722,58.4178,0.0000,0.0000,3.0030,58.4178,-1.8491,0.0000,60.2669,0.0000,60.2669,2.6916,,,57.6865,,,,,,,12585.1044,12.5851,12.5851 -432.2000,0.4000,,,,,,6,1286.5600,271.8004,849.7886,-79.8386,36.6192,114.4905,-10.7565,-0.0481,33.6656,0.0000,0.0000,3.0017,33.6656,-1.4494,0.0000,35.1150,0.0000,35.1150,2.1273,,,32.9795,,,,,,,7858.9722,7.8590,7.8590 -432.6000,0.4000,,,,,,6,1286.0800,166.2905,849.8943,-79.8115,22.3957,114.4620,-10.7489,-0.0240,19.4187,0.0000,0.0000,3.0010,19.4187,-1.2135,0.0000,20.6322,0.0000,20.6322,1.7991,,,18.8308,,,,,,,5365.6746,5.3657,5.3657 -433.0000,0.4000,,,,,,6,1277.7600,-79.3409,844.5718,-79.3409,-10.6163,113.0094,-10.6163,-1.2183,-12.3673,0.0000,0.0000,2.9692,-12.3673,-1.0220,0.0000,-11.3453,0.0000,-11.3453,2.0475,,,-23.8137,,,,,,,12.3725,0.0124,0.0124 -433.4000,0.4000,,,,,,6,1268.9600,-78.6151,849.5713,-78.8432,-10.4468,112.8954,-10.4771,-0.0949,-13.3183,0.0000,0.0000,2.9665,-13.3183,-1.0295,0.0000,-12.2888,0.0000,-12.2888,2.0388,,,-14.3204,,,,,,,15.9911,0.0160,0.0160 -433.8000,0.4000,,,,,,6,1266.5600,-78.7075,848.8189,-78.7075,-10.4393,112.5821,-10.4393,-0.2605,-13.1384,0.0000,0.0000,2.9596,-13.1384,-1.0248,0.0000,-12.1136,0.0000,-12.1136,2.0313,,,-50.7142,,,,,,,10.5904,0.0106,0.0106 -434.2000,0.4000,,,,,,6,1256.2401,-78.1238,844.2081,-78.1238,-10.2774,111.0582,-10.2774,-1.2565,-11.9473,0.0000,0.0000,2.9264,-11.9473,-0.9979,0.0000,-10.9495,0.0000,-10.9495,1.9942,,,-47.2421,,,,,,,8.9484,0.0089,0.0089 -434.6000,0.4000,,,,,,6,1243.6001,-77.4089,847.2113,-77.4089,-10.0809,110.3319,-10.0809,-0.5929,-12.3968,0.0000,0.0000,2.9087,-12.3968,-0.9945,0.0000,-11.4022,0.0000,-11.4022,1.9713,,,-60.4096,,,,,,,6.9372,0.0069,0.0069 -435.0000,0.4000,,,,,,6,1236.4000,-77.0016,847.8551,-77.0016,-9.9698,109.7765,-9.9698,-0.4507,-12.4184,0.0000,0.0000,2.8993,-12.4184,-0.9890,0.0000,-11.4294,0.0000,-11.4294,1.9556,,,-67.4192,,,,,,,5.7916,0.0058,0.0058 -435.4000,0.4000,,,,,,6,1222.8000,-76.2324,842.7150,-76.2324,-9.7617,107.9108,-9.7617,-1.4974,-11.1183,0.0000,0.0000,2.8538,-11.1183,-0.9579,0.0000,-10.1604,0.0000,-10.1604,1.9103,,,-101.4514,,,,,,,3.6277,0.0036,0.0036 -435.8000,0.4000,,,,,,6,1204.2400,-75.1827,844.1061,-75.1827,-9.4811,106.4483,-9.4811,-1.1369,-11.1631,0.0000,0.0000,2.8188,-11.1631,-0.9436,0.0000,-10.2195,0.0000,-10.2195,1.8703,,,-121.9729,,,,,,,0.6746,0.0007,0.0007 -436.2000,0.4000,,,,,,6,1184.9600,-74.0467,840.6664,-74.0467,-9.1884,104.3172,-9.1884,-1.5507,-10.4136,0.0000,0.0000,2.7759,-10.4136,-0.9178,0.0000,-9.4959,0.0000,-9.4959,1.8198,,,-134.5910,,,,,,,0.0000,0.0000,0.0000 -436.6000,0.4000,,,,,,6,1163.9200,-72.7929,840.5373,-72.7930,-8.8724,102.4492,-8.8724,-1.3382,-10.2674,0.0000,0.0000,2.7332,-10.2674,-0.9004,0.0000,-9.3670,0.0000,-9.3670,1.7731,,,-149.9344,,,,,,,0.0002,0.0000,0.0000 -437.0000,0.4000,,,,,,6,1141.4400,-71.4524,837.0668,-71.4534,-8.5408,100.0557,-8.5409,-1.6858,-9.5353,0.0000,0.0000,2.6803,-9.5353,-0.8730,0.0000,-8.6623,0.0000,-8.6623,1.7150,,,-119.3483,,,,,,,0.0215,0.0000,0.0000 -437.4000,0.4000,,,,,,6,1123.6000,-70.3887,842.0051,-70.3904,-8.2822,99.0729,-8.2824,-0.6827,-10.2574,0.0000,0.0000,2.6579,-10.2574,-0.8717,0.0000,-9.3857,0.0000,-9.3857,1.6826,,,-113.1739,,,,,,,0.0350,0.0000,0.0000 -437.8000,0.4000,,,,,,6,1108.6400,-69.4966,837.4611,-69.4990,-8.0683,97.2263,-8.0686,-1.2643,-9.4196,0.0000,0.0000,2.6156,-9.4196,-0.8488,0.0000,-8.5708,0.0000,-8.5708,1.6390,,,-104.3807,,,,,,,0.0475,0.0000,0.0000 -438.2000,0.4000,,,,,,6,1090.7201,-68.4292,837.1205,-68.4311,-7.8160,95.6158,-7.8162,-1.0399,-9.3538,0.0000,0.0000,2.5777,-9.3538,-0.8358,0.0000,-8.5180,0.0000,-8.5180,1.5981,,,-100.4439,,,,,,,0.0410,0.0000,0.0000 -438.6000,0.4000,,,,,,6,1074.4001,-67.4569,835.5669,-67.4587,-7.5896,94.0104,-7.5898,-1.0244,-9.1076,0.0000,0.0000,2.5424,-9.1076,-0.8211,0.0000,-8.2866,0.0000,-8.2866,1.5592,,,-90.3982,,,,,,,0.0357,0.0000,0.0000 -439.0000,0.4000,,,,,,6,1054.6400,-66.2780,830.6358,-66.2812,-7.3199,91.7368,-7.3202,-1.4294,-8.3827,0.0000,0.0000,2.4923,-8.3827,-0.7968,0.0000,-7.5859,0.0000,-7.5859,1.5077,,,-111.0104,,,,,,,0.0664,0.0001,0.0001 -439.4000,0.4000,,,,,,6,1028.0000,-64.6894,824.9184,-64.6938,-6.9639,88.8040,-6.9644,-1.8065,-7.5793,0.0000,0.0000,2.4219,-7.5793,-0.7668,0.0000,-6.8125,0.0000,-6.8125,1.4412,,,-113.1889,,,,,,,0.0898,0.0001,0.0001 -439.8000,0.4000,,,,,,6,1001.9200,-63.1374,822.1883,-63.1398,-6.6244,86.2647,-6.6247,-1.2924,-7.7062,0.0000,0.0000,2.3742,-7.7062,-0.7513,0.0000,-6.9549,0.0000,-6.9549,1.3878,,,-85.0094,,,,,,,0.0485,0.0000,0.0000 -440.2000,0.4000,,,,,,6,978.8800,-64.3078,809.0674,-64.3111,-6.5921,82.9359,-6.5924,-1.3725,-7.5419,0.0000,0.0000,2.3224,-7.5419,-0.7334,0.0000,-6.8085,0.0000,-6.8085,1.3383,,,-94.5989,,,,,,,0.0430,0.0000,0.0000 -440.6000,0.4000,,,,,,6,966.0000,-55.8352,817.4658,-65.0952,-5.6482,82.6943,-6.5850,-0.0993,-7.8622,0.0000,0.0000,2.3133,-7.8622,-0.7297,0.0000,-7.1325,0.0000,-7.1325,1.3159,,,-8.4407,,,,,,,123.2509,0.1233,0.1233 -441.0000,0.4000,,,,,,6,962.2400,-65.3241,812.8335,-65.3241,-6.5824,81.9056,-6.5824,-0.3238,-8.5598,0.0000,0.0000,2.3012,-8.5598,-0.7378,0.0000,-7.8220,0.0000,-7.8220,1.3164,,,-11.0243,,,,,,,0.0000,0.0000,0.0000 -441.4000,0.4000,,,,,,6,955.2000,-65.7526,807.4983,-65.7526,-6.5771,80.7727,-6.5771,-0.4643,-8.3966,0.0000,0.0000,2.2838,-8.3966,-0.7307,0.0000,-7.6659,0.0000,-7.6659,1.3002,,,-11.8689,,,,,,,0.0000,0.0000,0.0000 -441.8000,0.4000,,,,,,6,948.6400,-66.1520,806.5367,-66.1520,-6.5716,80.1224,-6.5716,-0.2660,-8.5752,0.0000,0.0000,2.2696,-8.5752,-0.7290,0.0000,-7.8461,0.0000,-7.8461,1.2890,,,-11.6118,,,,,,,0.0000,0.0000,0.0000 -442.2000,0.4000,,,,,,6,943.4400,-66.4685,803.3351,-66.4685,-6.5669,79.3669,-6.5669,-0.3087,-8.5160,0.0000,0.0000,2.2578,-8.5160,-0.7247,0.0000,-7.7914,0.0000,-7.7914,1.2779,,,-11.7272,,,,,,,0.0000,0.0000,0.0000 -442.6000,0.4000,,,,,,6,938.9600,-66.7413,802.5742,-66.7413,-6.5625,78.9152,-6.5625,-0.1843,-8.6265,0.0000,0.0000,2.2483,-8.6265,-0.7234,0.0000,-7.9031,0.0000,-7.9031,1.2702,,,-12.4206,,,,,,,0.0000,0.0000,0.0000 -443.0000,0.4000,,,,,,6,940.9600,-8.1316,810.9255,-66.6195,-0.8013,79.9062,-6.5645,0.4046,-3.4696,0.0000,0.0000,2.2637,-3.4696,-0.6464,0.0000,-2.8232,0.0000,-2.8232,1.2141,,,-4.0530,,,,,,,1014.1744,1.0142,1.0142 -443.4000,0.4000,,,,,,6,945.3600,0.3767,809.1166,-66.3517,0.0373,80.1008,-6.5687,0.0795,-2.3090,0.0000,0.0000,2.2667,-2.3090,-0.6317,0.0000,-1.6773,0.0000,-1.6773,1.2094,,,-2.8888,,,,,,,1186.0943,1.1861,1.1861 -443.8000,0.4000,,,,,,6,943.4400,-46.3731,803.5531,-66.4685,-4.5815,79.3885,-6.5669,-0.2910,-6.5461,0.0000,0.0000,2.2556,-6.5461,-0.6948,0.0000,-5.8514,0.0000,-5.8514,1.2549,,,-7.0864,,,,,,,267.4714,0.2675,0.2675 -444.2000,0.4000,,,,,,6,940.9600,-40.7216,806.1082,-66.6195,-4.0126,79.4316,-6.5645,0.0176,-6.2865,0.0000,0.0000,2.2563,-6.2865,-0.6892,0.0000,-5.5973,0.0000,-5.5973,1.2469,,,-6.8454,,,,,,,368.6381,0.3686,0.3686 -444.6000,0.4000,,,,,,6,1090.0000,188.1450,966.0991,-68.3882,21.4757,110.2749,-7.8061,18.9614,-0.3838,0.0000,0.0000,2.8981,-0.3838,-0.7322,0.0000,0.3484,0.0000,0.3484,0.9952,,,-0.7351,,,,,,,4919.7572,4.9198,4.9198 -445.0000,0.4000,,,,,,5,1276.9600,201.5345,875.3477,-79.2957,26.9498,117.0541,-10.6036,5.6817,18.2043,0.0000,0.0000,3.0637,21.5037,-0.9021,0.0000,22.4059,0.0000,22.4059,1.5069,,,18.2200,,,,,,,6164.9063,6.1649,6.1649 -445.4000,0.4000,,,,,,5,1321.0400,413.0586,853.8606,-81.7888,57.1421,118.1222,-11.3146,0.9261,53.1260,0.0000,0.0000,3.0899,53.1260,-0.7638,0.0000,53.8898,0.0000,53.8898,2.0067,,,52.1187,,,,,,,11709.2132,11.7092,11.7092 -445.8000,0.4000,,,,,,5,1335.8400,467.0597,855.5995,-82.6259,65.3364,119.6888,-11.5584,1.3735,60.8274,0.0000,0.0000,3.1355,60.8274,-0.7744,0.0000,61.6018,0.0000,61.6018,2.1968,,,59.7963,,,,,,,13229.0894,13.2291,13.2291 -446.2000,0.4000,,,,,,5,1353.0400,537.2122,855.2770,-83.5987,76.1176,121.1842,-11.8451,1.3280,71.6173,0.0000,0.0000,3.1724,71.6173,-0.7868,0.0000,72.4041,0.0000,72.4041,2.4595,,,70.3788,,,,,,,15229.3718,15.2294,15.2294 -446.6000,0.4000,,,,,,5,1371.6000,502.6663,856.2963,-84.6484,72.1998,122.9929,-12.1584,1.6283,67.3470,0.0000,0.0000,3.2245,67.3470,-0.8003,0.0000,68.1472,0.0000,68.1472,2.3836,,,66.2508,,,,,,,14510.3586,14.5104,14.5104 -447.0000,0.4000,,,,,,5,1387.4400,603.6508,853.4798,-85.5443,87.7059,124.0041,-12.4289,0.9208,83.5329,0.0000,0.0000,3.2522,83.5329,-0.8118,0.0000,84.3447,0.0000,84.3447,2.7671,,,81.9115,,,,,,,17436.8811,17.4369,17.4369 -447.4000,0.4000,,,,,,5,1402.5600,618.0703,855.7210,-86.3995,90.7795,125.6847,-12.6900,1.5470,85.9306,0.0000,0.0000,3.3019,85.9306,-0.8229,0.0000,86.7535,0.0000,86.7535,2.8384,,,84.4799,,,,,,,18025.9016,18.0259,18.0259 -447.8000,0.4000,,,,,,5,1425.2000,779.7261,857.8726,-87.6800,116.3715,128.0346,-13.0859,2.1981,110.8020,0.0000,0.0000,3.3713,110.8020,-0.8395,0.0000,111.6416,0.0000,111.6416,3.4264,,,109.2175,,,,,,,23026.7292,23.0267,23.0267 -448.2000,0.4000,,,,,,5,1453.7600,791.8794,858.9808,-89.2953,120.5536,130.7690,-13.5941,2.6091,114.4845,0.0000,0.0000,3.4600,114.4845,-0.8607,0.0000,115.3453,0.0000,115.3453,3.5428,,,112.9837,,,,,,,23822.9249,23.8229,23.8229 -448.6000,0.4000,,,,,,5,1479.7600,836.6325,856.1118,-90.7659,129.6447,132.6632,-14.0651,1.8397,124.2875,0.0000,0.0000,3.5175,124.2875,-0.8801,0.0000,125.1676,0.0000,125.1676,3.7951,,,122.2452,,,,,,,25567.0217,25.5670,25.5670 -449.0000,0.4000,,,,,,5,1505.2000,823.0984,858.3577,-92.2047,129.7402,135.2979,-14.5337,2.6029,123.5277,0.0000,0.0000,3.6096,123.5277,-0.8996,0.0000,124.4272,0.0000,124.4272,3.8085,,,121.8047,,,,,,,25532.8423,25.5328,25.5328 -449.4000,0.4000,,,,,,5,1534.0800,829.0394,857.8014,-93.8381,133.1839,137.8045,-15.0750,2.5238,126.9727,0.0000,0.0000,3.6874,126.9727,-0.9230,0.0000,127.8957,0.0000,127.8957,3.9217,,,125.1119,,,,,,,26181.1328,26.1811,26.1811 -449.8000,0.4000,,,,,,5,1563.0400,822.3136,858.0919,-95.4761,134.5973,140.4535,-15.6276,2.7176,128.1101,0.0000,0.0000,3.7696,128.1101,-0.9467,0.0000,129.0568,0.0000,129.0568,3.9834,,,126.2641,,,,,,,26429.7710,26.4298,26.4298 -450.2000,0.4000,,,,,,5,1589.7600,807.5609,856.2016,-96.9874,134.4422,142.5398,-16.1464,2.1993,128.3690,0.0000,0.0000,3.8738,128.3690,-0.9689,0.0000,129.3379,0.0000,129.3379,4.0229,,,126.2482,,,,,,,26399.0692,26.3991,26.3991 -450.6000,0.4000,,,,,,5,1615.2800,801.1708,854.8623,-98.0897,135.5194,144.6014,-16.5920,2.5819,128.9881,0.0000,0.0000,3.9494,128.9881,-0.9902,0.0000,129.9783,0.0000,129.9783,4.0696,,,126.9750,,,,,,,26625.1735,26.6252,26.6252 -451.0000,0.4000,,,,,,5,1638.9600,631.6286,851.2455,-98.9006,108.4074,146.1005,-16.9745,1.9150,102.4882,0.0000,0.0000,4.0041,102.4882,-1.0101,0.0000,103.4983,0.0000,103.4983,3.5015,,,100.6069,,,,,,,21575.2487,21.5752,21.5752 -451.4000,0.4000,,,,,,5,1655.8400,536.4155,848.4933,-99.4785,93.0140,147.1280,-17.2495,1.3311,87.6167,0.0000,0.0000,4.0661,87.6167,-1.0244,0.0000,88.6411,0.0000,88.6411,3.1877,,,85.8085,,,,,,,18683.7143,18.6837,18.6837 -451.8000,0.4000,,,,,,5,1665.3600,328.5183,845.8988,-99.8045,57.2923,147.5215,-17.4055,0.5137,52.6978,0.0000,0.0000,4.0808,52.6978,-1.0325,0.0000,53.7303,0.0000,53.7303,2.4112,,,51.4005,,,,,,,12228.6666,12.2287,12.2287 -452.2000,0.4000,,,,,,5,1670.4000,468.2921,845.3889,-99.9771,81.9155,147.8787,-17.4884,0.4684,77.3317,0.0000,0.0000,4.1154,77.3317,-1.0368,0.0000,78.3685,0.0000,78.3685,2.9745,,,75.5023,,,,,,,16723.4991,16.7235,16.7235 -452.6000,0.4000,,,,,,5,1686.0800,632.3878,848.6834,-100.5140,111.6581,149.8485,-17.7473,2.6163,104.8527,0.0000,0.0000,4.1891,104.8527,-1.0502,0.0000,105.9030,0.0000,105.9030,3.6174,,,103.0912,,,,,,,22318.8598,22.3189,22.3189 -453.0000,0.4000,,,,,,5,1711.2000,774.5338,845.9699,-101.3741,138.7937,151.5948,-18.1659,2.3673,132.1546,0.0000,0.0000,4.2718,132.1546,-1.0719,0.0000,133.2265,0.0000,133.2265,4.2682,,,129.8506,,,,,,,27454.4396,27.4544,27.4544 -453.4000,0.4000,,,,,,5,1738.4800,831.0822,845.1262,-102.3082,151.3012,153.8579,-18.6255,3.1363,143.7966,0.0000,0.0000,4.3683,143.7966,-1.0956,0.0000,144.8922,0.0000,144.8922,4.5686,,,141.5698,,,,,,,29861.0534,29.8611,29.8611 -453.8000,0.4000,,,,,,5,1766.5600,841.6433,841.6433,-103.2697,155.6987,155.6987,-19.1043,2.6090,148.6390,0.0000,0.0000,4.4507,149.9405,-1.1067,0.0000,151.0471,0.0000,151.0471,4.7250,,,148.6667,,,,,,,30764.6600,30.7647,30.7647 -454.2000,0.4000,,,,,,5,1791.6000,798.0141,839.2487,-104.1271,149.7201,157.4564,-19.5359,2.5958,142.5731,0.0000,0.0000,4.5513,141.3461,-1.1287,0.0000,142.4748,0.0000,142.4748,4.5657,,,140.0690,,,,,,,29661.5056,29.6615,29.6615 -454.6000,0.4000,,,,,,5,1812.7200,644.1959,835.2113,-104.8798,122.2861,158.5461,-19.9091,1.8469,115.8311,0.0000,0.0000,4.6081,115.8311,-1.1604,0.0000,116.9914,0.0000,116.9914,4.0409,,,113.4939,,,,,,,24587.8355,24.5878,24.5878 -455.0000,0.4000,,,,,,5,1825.6000,566.8231,832.0228,-105.3507,108.3632,159.0631,-20.1406,0.8874,102.8404,0.0000,0.0000,4.6354,102.8404,-1.1711,0.0000,104.0115,0.0000,104.0115,3.7658,,,100.4741,,,,,,,22032.0902,22.0321,22.0321 -455.4000,0.4000,,,,,,5,1836.9600,548.8106,831.5056,-105.7660,105.5725,159.9534,-20.3458,1.5454,99.3586,0.0000,0.0000,4.6685,99.3586,-1.1805,0.0000,100.5392,0.0000,100.5392,3.7035,,,97.2152,,,,,,,21529.9195,21.5299,21.5299 -455.8000,0.4000,,,,,,5,1853.5200,669.1172,829.9959,-106.3714,129.8758,161.1023,-20.6467,2.0271,123.1187,0.0000,0.0000,4.7299,123.1187,-1.1944,0.0000,124.3131,0.0000,124.3131,4.2645,,,120.6548,,,,,,,26130.5811,26.1306,26.1306 -456.2000,0.4000,,,,,,5,1870.4800,674.2296,827.1970,-106.9915,132.0655,162.0282,-20.9571,1.6610,125.6220,0.0000,0.0000,4.7826,125.6220,-1.2087,0.0000,126.8306,0.0000,126.8306,4.3459,,,122.9824,,,,,,,26587.5382,26.5875,26.5875 -456.6000,0.4000,,,,,,5,1888.7200,655.9332,825.7087,-107.6584,129.7346,163.3139,-21.2933,2.3481,122.5308,0.0000,0.0000,4.8557,122.5308,-1.2240,0.0000,123.7549,0.0000,123.7549,4.3030,,,120.1248,,,,,,,26243.0242,26.2430,26.2430 -457.0000,0.4000,,,,,,5,1908.5600,624.2328,822.6376,-108.3837,124.7616,164.4156,-21.6620,2.0516,117.7939,0.0000,0.0000,4.9161,117.7939,-1.2409,0.0000,119.0347,0.0000,119.0347,4.2255,,,115.3626,,,,,,,25409.4833,25.4095,25.4095 -457.4000,0.4000,,,,,,5,1926.3200,619.8099,820.0937,-109.0330,125.0304,165.4324,-21.9946,1.9267,118.1172,0.0000,0.0000,4.9865,118.1172,-1.2560,0.0000,119.3732,0.0000,119.3732,4.2595,,,115.6252,,,,,,,25511.5080,25.5115,25.5115 -457.8000,0.4000,,,,,,5,1940.0800,557.7592,817.2984,-109.5361,113.3170,166.0462,-22.2539,1.1788,107.1170,0.0000,0.0000,5.0212,107.1170,-1.2678,0.0000,108.3848,0.0000,108.3848,4.0318,,,104.6327,,,,,,,23370.3203,23.3703,23.3703 -458.2000,0.4000,,,,,,5,1949.8400,358.3569,815.8315,-109.8929,73.1717,166.5820,-22.4387,1.0389,67.0822,0.0000,0.0000,5.0506,67.0822,-1.2761,0.0000,68.3584,0.0000,68.3584,3.1420,,,65.3689,,,,,,,15961.0621,15.9611,15.9611 -458.6000,0.4000,,,,,,5,1924.1600,-45.3158,808.8752,-108.9540,-9.1310,162.9864,-21.9540,-6.7988,-7.2007,0.0000,0.0000,4.8684,-7.2007,-1.2542,0.0000,-5.9465,0.0000,-5.9465,2.2717,,,-8.0890,,,,,,,2038.8834,2.0389,2.0389 -459.0000,0.4000,,,,,,6,1799.6800,-103.8730,797.4964,-104.4038,-19.5761,150.2978,-19.6761,-19.8170,-4.0236,0.0000,0.0000,4.2644,-3.4477,-1.1173,0.0000,-2.3305,0.0000,-2.3305,2.5808,,,-5.4315,,,,,,,15.2285,0.0152,0.0152 -459.4000,0.4000,,,,,,6,1590.0800,331.0520,788.3327,-97.0055,55.1244,131.2675,-16.1526,-21.4329,72.9388,0.0000,0.0000,3.6184,72.9388,-2.3847,0.0000,75.3236,0.0000,75.3236,3.6720,,,66.4532,,,,,,,11684.2893,11.6843,11.6843 -459.8000,0.4000,,,,,,6,1446.2400,597.4588,833.2614,-88.8700,90.4851,126.1974,-13.4594,-4.8127,91.8294,0.0000,0.0000,3.4683,91.8294,-2.5392,0.0000,94.3687,0.0000,94.3687,3.7856,,,88.7992,,,,,,,17951.9735,17.9520,17.9520 -460.2000,0.4000,,,,,,6,1421.0400,175.6557,851.9619,-87.4447,26.1395,126.7813,-13.0127,0.5446,22.1088,0.0000,0.0000,3.4861,22.1088,-1.3792,0.0000,23.4880,0.0000,23.4880,2.1312,,,21.4061,,,,,,,6253.6691,6.2537,6.2537 -460.6000,0.4000,,,,,,6,1420.5600,219.7445,847.7502,-87.4176,32.6893,126.1119,-13.0043,-0.6241,29.8864,0.0000,0.0000,3.4270,29.8864,-1.5074,0.0000,31.3938,0.0000,31.3938,2.3089,,,29.0079,,,,,,,7393.6040,7.3936,7.3936 -461.0000,0.4000,,,,,,6,1415.5200,258.4789,849.2314,-87.1325,38.3151,125.8840,-12.9159,-0.2117,35.1070,0.0000,0.0000,3.4197,35.1070,-1.5890,0.0000,36.6961,0.0000,36.6961,2.4183,,,34.2468,,,,,,,8369.6902,8.3697,8.3697 -461.4000,0.4000,,,,,,6,1412.8000,221.7153,849.1336,-86.9787,32.8023,125.6277,-12.8683,-0.2377,29.6432,0.0000,0.0000,3.3969,29.6432,-1.4962,0.0000,31.1394,0.0000,31.1394,2.2871,,,28.8229,,,,,,,7400.0969,7.4001,7.4001 -461.8000,0.4000,,,,,,6,1411.1200,47.3599,849.8554,-86.8836,6.9985,125.5850,-12.8390,-0.0396,3.6659,0.0000,0.0000,3.3721,3.6659,-1.0653,0.0000,4.7312,0.0000,4.7312,1.6869,,,3.0438,,,,,,,3058.2352,3.0582,3.0582 -462.2000,0.4000,,,,,,6,1404.2400,-86.4945,845.9807,-86.4945,-12.7192,124.4029,-12.7192,-1.0895,-14.9674,0.0000,0.0000,3.3378,-14.9674,-1.1686,0.0000,-13.7989,0.0000,-13.7989,2.3739,,,-20.8493,,,,,,,35.5117,0.0355,0.0355 -462.6000,0.4000,,,,,,6,1397.6000,-86.1179,850.0000,-86.1190,-12.6039,124.4029,-12.6041,0.0000,-15.9083,0.0000,0.0000,3.3044,-15.9083,-1.1775,0.0000,-14.7309,0.0000,-14.7309,2.3689,,,-17.1403,,,,,,,31.4631,0.0315,0.0315 -463.0000,0.4000,,,,,,6,1395.6800,-86.0104,848.8307,-86.0104,-12.5709,124.0611,-12.5709,-0.3131,-15.5521,0.0000,0.0000,3.2943,-15.5521,-1.1703,0.0000,-14.3818,0.0000,-14.3818,2.3601,,,-18.3725,,,,,,,31.1348,0.0311,0.0311 -463.4000,0.4000,,,,,,6,1391.2000,-85.7570,848.4359,-85.7570,-12.4936,123.6053,-12.4936,-0.4161,-15.3583,0.0000,0.0000,3.2809,-15.3583,-1.1635,0.0000,-14.1949,0.0000,-14.1949,2.3471,,,-18.7983,,,,,,,30.4220,0.0304,0.0304 -463.8000,0.4000,,,,,,6,1386.8800,-85.5126,848.9213,-85.5126,-12.4193,123.2920,-12.4193,-0.2852,-15.3857,0.0000,0.0000,3.2516,-15.3857,-1.1602,0.0000,-14.2255,0.0000,-14.2255,2.3370,,,-18.6076,,,,,,,29.7346,0.0297,0.0297 -464.2000,0.4000,,,,,,6,1382.1600,-85.2457,848.1797,-85.2457,-12.3384,122.7651,-12.3384,-0.4780,-15.0990,0.0000,0.0000,3.2386,-15.0990,-1.1517,0.0000,-13.9473,0.0000,-13.9473,2.3224,,,-18.9481,,,,,,,28.9836,0.0290,0.0290 -464.6000,0.4000,,,,,,6,1376.4800,-84.9244,848.3204,-84.9244,-12.2414,122.2808,-12.2414,-0.4375,-15.0249,0.0000,0.0000,3.2210,-15.0249,-1.1458,0.0000,-13.8791,0.0000,-13.8791,2.3080,,,-18.9720,,,,,,,28.0799,0.0281,0.0281 -465.0000,0.4000,,,,,,6,1369.2800,-84.5172,847.2190,-84.5172,-12.1190,121.4833,-12.1190,-0.7168,-14.6036,0.0000,0.0000,3.2014,-14.6036,-1.1331,0.0000,-13.4705,0.0000,-13.4705,2.2859,,,-16.7893,,,,,,,26.9343,0.0269,0.0269 -465.4000,0.4000,,,,,,6,1361.8400,-84.0964,848.1525,-84.0964,-11.9931,120.9563,-11.9931,-0.4710,-14.7106,0.0000,0.0000,3.1884,-14.7106,-1.1285,0.0000,-13.5821,0.0000,-13.5821,2.2695,,,-18.9037,,,,,,,25.7505,0.0258,0.0258 -465.8000,0.4000,,,,,,6,1355.8400,-83.7571,848.0942,-83.7571,-11.8921,120.4152,-11.8921,-0.4816,-14.5838,0.0000,0.0000,3.1733,-14.5838,-1.1215,0.0000,-13.4623,0.0000,-13.4623,2.2539,,,-16.3123,,,,,,,24.7958,0.0248,0.0248 -466.2000,0.4000,,,,,,6,1349.0400,-61.9307,847.6309,-83.3725,-8.7490,119.7458,-11.7781,-0.5927,-11.3132,0.0000,0.0000,3.1569,-11.3132,-1.0650,0.0000,-10.2482,0.0000,-10.2482,2.1994,,,-12.4129,,,,,,,495.5707,0.4956,0.4956 -466.6000,0.4000,,,,,,6,1341.2800,177.3987,847.4651,-82.9336,24.9172,119.0337,-11.6487,-0.6269,22.4047,0.0000,0.0000,3.1394,22.4047,-1.3118,0.0000,23.7165,0.0000,23.7165,1.9753,,,21.6763,,,,,,,5888.9192,5.8889,5.8889 -467.0000,0.4000,,,,,,6,1342.4801,278.8009,853.2924,-83.0014,39.1950,119.9594,-11.6687,0.8157,35.2185,0.0000,0.0000,3.1608,35.2185,-1.5247,0.0000,36.7431,0.0000,36.7431,2.2721,,,34.6046,,,,,,,8397.8163,8.3978,8.3978 -467.4000,0.4000,,,,,,6,1350.6401,476.3432,851.8628,-83.4629,67.3734,120.4864,-11.8049,0.4671,63.7325,0.0000,0.0000,3.1738,63.7325,-1.9946,0.0000,65.7270,0.0000,65.7270,2.9431,,,62.9215,,,,,,,13604.7963,13.6048,13.6048 -467.8000,0.4000,,,,,,6,1352.9600,377.1595,849.5979,-83.5942,53.4366,120.3724,-11.8438,-0.1012,50.3668,0.0000,0.0000,3.1710,50.3668,-1.7805,0.0000,52.1473,0.0000,52.1473,2.6408,,,49.4830,,,,,,,11029.9064,11.0299,11.0299 -468.2000,0.4000,,,,,,6,1352.4000,464.3872,850.0503,-83.5625,65.7679,120.3867,-11.8344,0.0126,62.5839,0.0000,0.0000,3.1713,62.5839,-1.9776,0.0000,64.5615,0.0000,64.5615,2.9203,,,61.6449,,,,,,,13311.9123,13.3119,13.3119 -468.6000,0.4000,,,,,,6,1354.4800,523.4529,851.2551,-83.6801,74.2470,120.7427,-11.8693,0.3165,70.7504,0.0000,0.0000,3.1801,70.7504,-2.1116,0.0000,72.8620,0.0000,72.8620,3.1120,,,69.8530,,,,,,,14874.6733,14.8747,14.8747 -469.0000,0.4000,,,,,,6,1358.8000,513.4001,851.4513,-83.9245,73.0533,121.1557,-11.9419,0.3683,69.4938,0.0000,0.0000,3.1912,69.4938,-2.0952,0.0000,71.5890,0.0000,71.5890,3.0918,,,68.6141,,,,,,,14659.9612,14.6600,14.6600 -469.4000,0.4000,,,,,,6,1359.3600,477.5965,848.8995,-83.9561,67.9867,120.8424,-11.9513,-0.2795,65.0828,0.0000,0.0000,3.1835,65.0828,-2.0244,0.0000,67.1071,0.0000,67.1071,2.9916,,,64.0325,,,,,,,13721.7249,13.7217,13.7217 -469.8000,0.4000,,,,,,6,1358.9600,413.0420,850.8506,-83.9335,58.7800,121.0845,-11.9446,0.2159,55.3723,0.0000,0.0000,3.1917,55.3723,-1.8669,0.0000,57.2393,0.0000,57.2393,2.7678,,,54.5259,,,,,,,12022.5782,12.0226,12.0226 -470.2000,0.4000,,,,,,6,1358.8799,387.9263,849.0993,-83.9290,55.2025,120.8282,-11.9432,-0.2286,52.2459,0.0000,0.0000,3.1853,52.2459,-1.8163,0.0000,54.0622,0.0000,54.0622,2.6959,,,51.3119,,,,,,,11367.3627,11.3674,11.3674 -470.6000,0.4000,,,,,,6,1358.0800,444.8899,850.4006,-83.8837,63.2713,120.9421,-11.9298,0.1016,59.9816,0.0000,0.0000,3.1881,59.9816,-1.9407,0.0000,61.9223,0.0000,61.9223,2.8719,,,59.0782,,,,,,,12860.1195,12.8601,12.8601 -471.0000,0.4000,,,,,,6,1358.4000,444.9684,849.7998,-83.9018,63.2973,120.8851,-11.9351,-0.0508,60.1599,0.0000,0.0000,3.1882,60.1599,-1.9439,0.0000,62.1038,0.0000,62.1038,2.8766,,,59.2132,,,,,,,12865.0762,12.8651,12.8651 -471.4000,0.4000,,,,,,6,1357.9200,447.1713,849.8998,-83.8747,63.5882,120.8567,-11.9271,-0.0254,60.4261,0.0000,0.0000,3.1875,60.4261,-1.9477,0.0000,62.3738,0.0000,62.3738,2.8818,,,59.4850,,,,,,,12919.8235,12.9198,12.9198 -471.8000,0.4000,,,,,,6,1357.4400,442.4588,849.7996,-83.8475,62.8959,120.7997,-11.9190,-0.0508,59.7524,0.0000,0.0000,3.1942,59.7524,-1.9364,0.0000,61.6888,0.0000,61.6888,2.8654,,,58.8096,,,,,,,12789.2724,12.7893,12.7893 -472.2000,0.4000,,,,,,6,1357.0400,420.2053,849.9499,-83.8249,59.7149,120.7854,-11.9123,-0.0127,56.5332,0.0000,0.0000,3.1944,56.5332,-1.8840,0.0000,58.4171,0.0000,58.4171,2.7906,,,55.6232,,,,,,,12189.4311,12.1894,12.1894 -472.6000,0.4000,,,,,,6,1357.2000,418.6397,850.1503,-83.8340,59.4994,120.8282,-11.9150,0.0381,56.2659,0.0000,0.0000,3.1955,56.2659,-1.8798,0.0000,58.1457,0.0000,58.1457,2.7848,,,55.3707,,,,,,,12148.9055,12.1489,12.1489 -473.0000,0.4000,,,,,,6,1355.9200,401.5005,849.0472,-83.7616,57.0097,120.5576,-11.8934,-0.2408,54.0573,0.0000,0.0000,3.1932,54.0573,-1.8429,0.0000,55.9002,0.0000,55.9002,2.7315,,,53.1091,,,,,,,11706.5601,11.7066,11.7066 -473.4000,0.4000,,,,,,6,1356.8800,436.4540,851.5536,-83.8159,62.0167,120.9991,-11.9096,0.3932,58.4195,0.0000,0.0000,3.2040,58.4195,-1.9143,0.0000,60.3338,0.0000,60.3338,2.8336,,,57.6053,,,,,,,12623.3841,12.6234,12.6234 -473.8000,0.4000,,,,,,6,1360.4000,451.1013,850.6498,-84.0150,64.2642,121.1842,-11.9688,0.1653,60.8871,0.0000,0.0000,3.2119,60.8871,-1.9574,0.0000,62.8445,0.0000,62.8445,2.8974,,,59.9930,,,,,,,13047.2389,13.0472,13.0472 -474.2000,0.4000,,,,,,6,1362.8000,404.1820,850.8483,-84.1507,57.6816,121.4263,-12.0093,0.2166,54.2462,0.0000,0.0000,3.2189,54.2462,-1.8522,0.0000,56.0984,0.0000,56.0984,2.7497,,,53.4020,,,,,,,11835.3338,11.8353,11.8353 -474.6000,0.4000,,,,,,6,1365.6800,232.9142,850.9460,-84.3136,33.3099,121.6969,-12.0580,0.2425,29.8413,0.0000,0.0000,3.2261,29.8413,-1.4567,0.0000,31.2979,0.0000,31.2979,2.1950,,,29.1353,,,,,,,7402.4021,7.4024,7.4024 -475.0000,0.4000,,,,,,6,1365.2000,120.7543,848.7548,-84.2864,17.2634,121.3409,-12.0499,-0.3190,14.3602,0.0000,0.0000,3.2223,14.3602,-1.2003,0.0000,15.5606,0.0000,15.5606,1.8384,,,13.7020,,,,,,,4646.6434,4.6466,4.6466 -475.4000,0.4000,,,,,,6,1363.0400,140.8930,849.9002,-84.1643,20.1107,121.3124,-12.0134,-0.0255,16.9146,0.0000,0.0000,3.2216,16.9146,-1.2406,0.0000,18.1552,0.0000,18.1552,1.8928,,,16.2606,,,,,,,5143.4175,5.1434,5.1434 -475.8000,0.4000,,,,,,6,1363.7600,69.9914,850.5485,-84.2050,9.9957,121.4691,-12.0255,0.1402,6.6300,0.0000,0.0000,3.2254,6.6300,-1.0713,0.0000,7.7013,0.0000,7.7013,1.6580,,,6.0472,,,,,,,3455.9355,3.4559,3.4559 -476.2000,0.4000,,,,,,6,1364.0800,20.7102,849.6510,-84.2231,2.9584,121.3694,-12.0309,-0.0893,-0.1879,0.0000,0.0000,3.2355,-0.1879,-0.9589,0.0000,0.7710,0.0000,0.7710,1.5020,,,-0.7307,,,,,,,2312.6513,2.3127,2.3127 -476.6000,0.4000,,,,,,6,1362.8800,-59.3568,849.6008,-84.1552,-8.4714,121.2554,-12.0107,-0.1019,-11.6022,0.0000,0.0000,3.2327,-11.6022,-1.0812,0.0000,-10.5211,0.0000,-10.5211,2.2354,,,-12.7505,,,,,,,571.6428,0.5716,0.5716 -477.0000,0.4000,,,,,,6,1359.5200,-79.6386,848.2994,-83.9652,-11.3380,120.7712,-11.9540,-0.4321,-14.1273,0.0000,0.0000,3.2214,-14.1273,-1.1175,0.0000,-13.0099,0.0000,-13.0099,2.2572,,,-15.2365,,,,,,,120.5950,0.1206,0.1206 -477.4000,0.4000,,,,,,6,1357.5200,-83.8505,850.4508,-83.8521,-11.9201,120.8994,-11.9203,0.1142,-15.2676,0.0000,0.0000,3.2333,-15.2676,-1.1335,0.0000,-14.1341,0.0000,-14.1341,2.2659,,,-16.4760,,,,,,,25.0967,0.0251,0.0251 -477.8000,0.4000,,,,,,6,1359.8400,-83.9833,851.0001,-83.9833,-11.9594,121.1842,-11.9594,0.2542,-15.4539,0.0000,0.0000,3.2403,-15.4539,-1.1383,0.0000,-14.3155,0.0000,-14.3155,2.2735,,,-18.2709,,,,,,,25.4323,0.0254,0.0254 -478.2000,0.4000,,,,,,6,1362.8000,-84.1507,850.8483,-84.1507,-12.0093,121.4263,-12.0093,0.2166,-15.4792,0.0000,0.0000,3.2533,-15.4792,-1.1412,0.0000,-14.3380,0.0000,-14.3380,2.2808,,,-18.4526,,,,,,,25.9032,0.0259,0.0259 -478.6000,0.4000,,,,,,6,1365.1200,-84.2819,850.5977,-84.2819,-12.0485,121.5972,-12.0485,0.1531,-15.4591,0.0000,0.0000,3.2575,-15.4591,-1.1429,0.0000,-14.3163,0.0000,-14.3163,2.2861,,,-18.2990,,,,,,,26.2724,0.0263,0.0263 -479.0000,0.4000,,,,,,6,1367.4400,-84.4131,850.8454,-84.4131,-12.0878,121.8393,-12.0878,0.2173,-15.5685,0.0000,0.0000,3.2634,-15.5685,-1.1465,0.0000,-14.4220,0.0000,-14.4220,2.2929,,,-22.9373,,,,,,,26.6415,0.0266,0.0266 -479.4000,0.4000,,,,,,6,1371.2800,-84.6303,851.5372,-84.6303,-12.1529,122.2808,-12.1529,0.3974,-15.8180,0.0000,0.0000,3.2677,-15.8180,-1.1536,0.0000,-14.6644,0.0000,-14.6644,2.3049,,,-20.1799,,,,,,,27.2525,0.0273,0.0273 -479.8000,0.4000,,,,,,6,1376.4800,-84.9244,851.6796,-84.9244,-12.2414,122.7651,-12.2414,0.4375,-15.9585,0.0000,0.0000,3.2796,-15.9585,-1.1602,0.0000,-14.7982,0.0000,-14.7982,2.3189,,,-19.9017,,,,,,,28.0799,0.0281,0.0281 -480.2000,0.4000,,,,,,6,1381.2800,-85.1959,851.2800,-85.1959,-12.3234,123.1354,-12.3234,0.3357,-15.9292,0.0000,0.0000,3.2701,-15.9292,-1.1639,0.0000,-14.7653,0.0000,-14.7653,2.3300,,,-20.9108,,,,,,,28.8436,0.0288,0.0288 -480.6000,0.4000,,,,,,6,1385.2800,-85.4222,851.1781,-85.4222,-12.3919,123.4772,-12.3919,0.3108,-15.9814,0.0000,0.0000,3.2787,-15.9814,-1.1681,0.0000,-14.8133,0.0000,-14.8133,2.3402,,,-20.2672,,,,,,,29.4800,0.0295,0.0295 -481.0000,0.4000,,,,,,6,1390.0000,-85.6891,851.7122,-85.6891,-12.4729,123.9756,-12.4729,0.4548,-16.2212,0.0000,0.0000,3.2935,-16.2212,-1.1758,0.0000,-15.0453,0.0000,-15.0453,2.3543,,,-21.2553,,,,,,,30.2311,0.0302,0.0302 -481.4000,0.4000,,,,,,6,1395.7600,-86.0149,851.8026,-86.0149,-12.5723,124.5026,-12.5723,0.4827,-16.3460,0.0000,0.0000,3.2910,-16.3460,-1.1827,0.0000,-15.1633,0.0000,-15.1633,2.3696,,,-20.2425,,,,,,,31.1475,0.0311,0.0311 -481.8000,0.4000,,,,,,6,1401.3600,-86.3316,851.6013,-86.3316,-12.6692,124.9726,-12.6692,0.4323,-16.4064,0.0000,0.0000,3.3049,-16.4064,-1.1884,0.0000,-15.2180,0.0000,-15.2180,2.3838,,,-75.0315,,,,,,,33.6525,0.0337,0.0337 -482.2000,0.4000,,,,,,6,1399.9200,-86.2502,847.5227,-86.2502,-12.6442,124.2462,-12.6442,-0.6674,-15.2506,0.0000,0.0000,3.2738,-15.2506,-1.1692,0.0000,-14.0814,0.0000,-14.0814,2.3668,,,-57.5925,,,,,,,31.8094,0.0318,0.0318 -482.6000,0.4000,,,,,,6,1396.9600,-86.0828,850.6815,-86.0828,-12.5930,124.4456,-12.5930,0.1828,-16.0555,0.0000,0.0000,3.2796,-16.0555,-1.1792,0.0000,-14.8763,0.0000,-14.8763,2.3691,,,-23.5766,,,,,,,31.3385,0.0313,0.0313 -483.0000,0.4000,,,,,,6,1404.8000,-86.5262,854.0661,-86.5262,-12.7289,125.6419,-12.7289,1.1030,-17.1469,0.0000,0.0000,3.3150,-17.1469,-1.2028,0.0000,-15.9441,0.0000,-15.9441,2.4009,,,-19.8253,,,,,,,35.4101,0.0354,0.0354 -483.4000,0.4000,,,,,,6,1414.7200,-87.0873,851.9226,-87.0873,-12.9019,126.2116,-12.9019,0.5290,-16.7628,0.0000,0.0000,3.3320,-16.7628,-1.2054,0.0000,-15.5574,0.0000,-15.5574,2.4204,,,-19.6194,,,,,,,33.6105,0.0336,0.0336 -483.8000,0.4000,,,,,,6,1420.2401,-87.3995,851.3885,-87.3995,-12.9987,126.6246,-12.9987,0.3850,-16.7278,0.0000,0.0000,3.3442,-16.7278,-1.2096,0.0000,-15.5183,0.0000,-15.5183,2.4334,,,-20.2140,,,,,,,32.6092,0.0326,0.0326 -484.2000,0.4000,,,,,,6,1423.4400,-87.5804,850.5254,-87.5804,-13.0549,126.7813,-13.0549,0.1463,-16.5506,0.0000,0.0000,3.3493,-16.5506,-1.2096,0.0000,-15.3410,0.0000,-15.3410,2.4391,,,-61.3767,,,,,,,32.0287,0.0320,0.0320 -484.6000,0.4000,,,,,,6,1422.9600,-87.5533,849.1876,-87.5533,-13.0465,126.5392,-13.0465,-0.2261,-16.1689,0.0000,0.0000,3.3485,-16.1689,-1.2033,0.0000,-14.9656,0.0000,-14.9656,2.4334,,,-62.7215,,,,,,,32.1158,0.0321,0.0321 -485.0000,0.4000,,,,,,6,1422.1600,-87.5081,850.3347,-87.5081,-13.0324,126.6389,-13.0324,0.0931,-16.4769,0.0000,0.0000,3.3514,-16.4769,-1.2074,0.0000,-15.2695,0.0000,-15.2695,2.4351,,,-31.0033,,,,,,,32.2609,0.0323,0.0323 -485.4000,0.4000,,,,,,6,1426.0800,-87.7298,852.0027,-87.7298,-13.1015,127.2370,-13.1015,0.5599,-17.0304,0.0000,0.0000,3.3691,-17.0304,-1.2193,0.0000,-15.8111,0.0000,-15.8111,2.4512,,,-72.2519,,,,,,,31.5498,0.0315,0.0315 -485.8000,0.4000,,,,,,6,1428.0800,-87.8429,849.1906,-87.8429,-13.1367,126.9949,-13.1367,-0.2269,-16.2674,0.0000,0.0000,3.3576,-16.2674,-1.2092,0.0000,-15.0582,0.0000,-15.0582,2.4471,,,-59.9951,,,,,,,31.1870,0.0312,0.0312 -486.2000,0.4000,,,,,,6,1427.3600,-87.8022,850.3811,-87.8022,-13.1240,127.1088,-13.1240,0.1067,-16.5917,0.0000,0.0000,3.3609,-16.5917,-1.2136,0.0000,-15.3781,0.0000,-15.3781,2.4491,,,-60.7226,,,,,,,31.3176,0.0313,0.0313 -486.6000,0.4000,,,,,,6,1428.2400,-87.8519,850.1428,-87.8519,-13.1396,127.1516,-13.1396,0.0401,-16.5473,0.0000,0.0000,3.3677,-16.5473,-1.2137,0.0000,-15.3336,0.0000,-15.3336,2.4508,,,-60.2397,,,,,,,31.1580,0.0312,0.0312 -487.0000,0.4000,,,,,,6,1427.7600,-87.8248,849.5714,-87.8248,-13.1311,127.0234,-13.1311,-0.1201,-16.3749,0.0000,0.0000,3.3639,-16.3749,-1.2106,0.0000,-15.1643,0.0000,-15.1643,2.4476,,,-104.1879,,,,,,,31.2450,0.0312,0.0312 -487.4000,0.4000,,,,,,6,1420.8001,-87.4311,846.2669,-87.4311,-13.0085,125.9125,-13.0085,-1.0359,-15.3294,0.0000,0.0000,3.3567,-15.3294,-1.1884,0.0000,-14.1410,0.0000,-14.1410,2.4183,,,-94.2609,,,,,,,32.5076,0.0325,0.0325 -487.8000,0.4000,,,,,,6,1411.4400,-86.9017,848.1210,-86.9017,-12.8446,125.3571,-12.8446,-0.5146,-15.6703,0.0000,0.0000,3.3403,-15.6703,-1.1856,0.0000,-14.4847,0.0000,-14.4847,2.3995,,,-61.9321,,,,,,,34.2055,0.0342,0.0342 -488.2000,0.4000,,,,,,6,1409.8400,-86.8112,850.9164,-86.8112,-12.8166,125.6277,-12.8166,0.2504,-16.4153,0.0000,0.0000,3.3483,-16.4153,-1.1958,0.0000,-15.2195,0.0000,-15.2195,2.4044,,,-64.4070,,,,,,,34.4958,0.0345,0.0345 -488.6000,0.4000,,,,,,6,1408.8800,-86.7569,848.5038,-86.7569,-12.7999,125.1862,-12.7999,-0.4083,-15.7269,0.0000,0.0000,3.3352,-15.7269,-1.1843,0.0000,-14.5426,0.0000,-14.5426,2.3940,,,-64.1925,,,,,,,34.6699,0.0347,0.0347 -489.0000,0.4000,,,,,,6,1406.7200,-86.6348,850.1934,-86.6348,-12.7623,125.2432,-12.7623,0.0526,-16.1605,0.0000,0.0000,3.3457,-16.1605,-1.1892,0.0000,-14.9714,0.0000,-14.9714,2.3939,,,-25.8784,,,,,,,35.0618,0.0351,0.0351 -489.4000,0.4000,,,,,,6,1407.6800,-86.6891,850.3864,-86.6891,-12.7790,125.3571,-12.7790,0.1053,-16.2338,0.0000,0.0000,3.3496,-16.2338,-1.1911,0.0000,-15.0427,0.0000,-15.0427,2.3971,,,-24.2300,,,,,,,34.8876,0.0349,0.0349 -489.8000,0.4000,,,,,,6,1407.0400,-86.6529,849.2268,-86.6529,-12.7679,125.1292,-12.7679,-0.2104,-15.8861,0.0000,0.0000,3.3286,-15.8861,-1.1852,0.0000,-14.7009,0.0000,-14.7009,2.3914,,,-23.3575,,,,,,,35.0037,0.0350,0.0350 -490.2000,0.4000,,,,,,6,1404.7201,-86.5217,849.3707,-86.5217,-12.7275,124.9441,-12.7275,-0.1707,-15.8794,0.0000,0.0000,3.3226,-15.8794,-1.1831,0.0000,-14.6963,0.0000,-14.6963,2.3857,,,-22.4695,,,,,,,35.4246,0.0354,0.0354 -490.6000,0.4000,,,,,,6,1403.1201,-86.4312,849.6608,-86.4312,-12.6997,124.8444,-12.6997,-0.0918,-15.9281,0.0000,0.0000,3.3202,-15.9281,-1.1825,0.0000,-14.7456,0.0000,-14.7456,2.3825,,,-17.5716,,,,,,,35.7148,0.0357,0.0357 -491.0000,0.4000,,,,,,6,1404.5601,19.3008,851.2103,-86.5126,2.8389,125.2004,-12.7247,0.3282,-0.8016,0.0000,0.0000,3.3122,-0.8016,-0.9855,0.0000,0.1839,0.0000,0.1839,1.5706,,,-1.3887,,,,,,,2389.8215,2.3898,2.3898 -491.4000,0.4000,,,,,,6,1402.7201,-24.5164,847.6731,-86.4085,-3.6013,124.5168,-12.6928,-0.6294,-6.2644,0.0000,0.0000,3.2925,-6.2644,-1.0323,0.0000,-5.2321,0.0000,-5.2321,2.2678,,,-7.4794,,,,,,,1397.5107,1.3975,1.3975 -491.8000,0.4000,,,,,,6,1399.6000,-62.2726,850.4372,-86.2321,-9.1270,124.6450,-12.6387,0.1177,-12.5367,0.0000,0.0000,3.2919,-12.5367,-1.1269,0.0000,-11.4098,0.0000,-11.4098,2.3341,,,-13.7510,,,,,,,559.0218,0.5590,0.5590 -492.2000,0.4000,,,,,,6,1398.5600,-53.7812,848.9304,-86.1733,-7.8766,124.3317,-12.6207,-0.2876,-10.8668,0.0000,0.0000,3.2778,-10.8668,-1.1001,0.0000,-9.7667,0.0000,-9.7667,2.3119,,,-12.0634,,,,,,,744.4269,0.7444,0.7444 -492.6000,0.4000,,,,,,6,1399.5200,21.2560,851.6520,-86.2276,3.1152,124.8159,-12.6373,0.4448,-0.6216,0.0000,0.0000,3.2921,-0.6216,-0.9838,0.0000,0.3622,0.0000,0.3622,1.5644,,,-1.2045,,,,,,,2422.0900,2.4221,2.4221 -493.0000,0.4000,,,,,,6,1400.0000,57.0883,848.6400,-86.2547,8.3696,124.4171,-12.6456,-0.3664,5.4530,0.0000,0.0000,3.2830,5.4530,-1.0847,0.0000,6.5377,0.0000,6.5377,1.7049,,,4.8251,,,,,,,3255.3007,3.2553,3.2553 -493.4000,0.4000,,,,,,6,1398.4000,59.2822,850.3890,-86.1642,8.6813,124.5311,-12.6179,0.1046,5.2903,0.0000,0.0000,3.2864,5.2903,-1.0805,0.0000,6.3709,0.0000,6.3709,1.6978,,,4.6752,,,,,,,3301.8692,3.3019,3.3019 -493.8000,0.4000,,,,,,6,1400.8001,87.2854,851.0680,-86.3000,12.8040,124.8444,-12.6595,0.2881,9.2187,0.0000,0.0000,3.2973,9.2187,-1.1477,0.0000,10.3663,0.0000,10.3663,1.7930,,,8.5841,,,,,,,3959.5242,3.9595,3.9595 -494.2000,0.4000,,,,,,6,1403.1201,68.7590,850.3392,-86.4312,10.1031,124.9441,-12.6997,0.0918,6.6957,0.0000,0.0000,3.3155,6.6957,-1.1081,0.0000,7.8038,0.0000,7.8038,1.7399,,,6.0663,,,,,,,3538.3452,3.5383,3.5383 -494.6000,0.4000,,,,,,6,1404.0801,67.0245,850.2421,-86.4855,9.8549,125.0153,-12.7164,0.0656,6.4712,0.0000,0.0000,3.3182,6.4712,-1.1052,0.0000,7.5764,0.0000,7.5764,1.7367,,,5.8413,,,,,,,3501.7853,3.5018,3.5018 -495.0000,0.4000,,,,,,6,1405.8400,40.0326,850.8223,-86.5850,5.8936,125.2574,-12.7470,0.2234,2.3099,0.0000,0.0000,3.3603,2.3099,-1.0381,0.0000,3.3480,0.0000,3.3480,1.6448,,,1.7048,,,,,,,2874.4476,2.8744,2.8744 -495.4000,0.4000,,,,,,6,1406.4800,32.6614,849.5649,-86.6212,4.8106,125.1292,-12.7581,-0.1183,1.5724,0.0000,0.0000,3.3565,1.5724,-1.0265,0.0000,2.5989,0.0000,2.5989,1.6292,,,0.9692,,,,,,,2704.9768,2.7050,2.7050 -495.8000,0.4000,,,,,,6,1406.3200,38.2814,850.3385,-86.6122,5.6377,125.2289,-12.7553,0.0920,2.1868,0.0000,0.0000,3.3589,2.1868,-1.0365,0.0000,3.2232,0.0000,3.2232,1.6429,,,1.5809,,,,,,,2835.0352,2.8350,2.8350 -496.2000,0.4000,,,,,,6,1407.9200,61.7991,850.6279,-86.7027,9.1115,125.4141,-12.7832,0.1711,5.5684,0.0000,0.0000,3.3720,5.5684,-1.0938,0.0000,6.6622,0.0000,6.6622,1.7239,,,4.9419,,,,,,,3395.3152,3.3953,3.3953 -496.6000,0.4000,,,,,,6,1408.8000,66.0785,849.9035,-86.7524,9.7485,125.3856,-12.7985,-0.0263,6.4037,0.0000,0.0000,3.3712,6.4037,-1.1084,0.0000,7.5121,0.0000,7.5121,1.7449,,,5.7665,,,,,,,3498.0798,3.4981,3.4981 -497.0000,0.4000,,,,,,6,1409.4400,37.6792,850.4825,-86.7886,5.5613,125.5280,-12.8097,0.1317,2.0651,0.0000,0.0000,3.3644,2.0651,-1.0373,0.0000,3.1024,0.0000,3.1024,1.6466,,,1.4566,,,,,,,2829.1359,2.8291,2.8291 -497.4000,0.4000,,,,,,6,1411.1200,17.4051,850.5301,-86.8836,2.5720,125.6847,-12.8390,0.1451,-0.9422,0.0000,0.0000,3.3691,-0.9422,-0.9891,0.0000,0.0470,0.0000,0.0470,1.5810,,,-1.5350,,,,,,,2362.8050,2.3628,2.3628 -497.8000,0.4000,,,,,,6,1410.3200,-86.8384,848.9875,-86.8384,-12.8250,125.3856,-12.8250,-0.2768,-15.9084,0.0000,0.0000,3.3602,-15.9084,-1.1884,0.0000,-14.7201,0.0000,-14.7201,2.3996,,,-18.6419,,,,,,,34.4087,0.0344,0.0344 -498.2000,0.4000,,,,,,6,1404.4000,-51.0343,847.4338,-86.5036,-7.5055,124.6308,-12.7219,-0.6958,-10.1330,0.0000,0.0000,3.3232,-10.1330,-1.0937,0.0000,-9.0392,0.0000,-9.0392,2.3174,,,-11.3223,,,,,,,818.2969,0.8183,0.8183 -498.6000,0.4000,,,,,,6,1406.4000,29.8561,853.7713,-86.6167,4.3971,125.7416,-12.7567,1.0254,0.0157,0.0000,0.0000,3.3560,0.0157,-1.0007,0.0000,1.0164,0.0000,1.0164,1.5932,,,-0.5794,,,,,,,2639.6397,2.6396,2.6396 -499.0000,0.4000,,,,,,6,1414.7200,24.7578,851.2497,-87.0873,3.6679,126.1119,-12.9019,0.3438,-0.0429,0.0000,0.0000,3.3670,-0.0429,-1.0073,0.0000,0.9644,0.0000,0.9644,1.6092,,,-0.6458,,,,,,,2542.8323,2.5428,2.5428 -499.4000,0.4000,,,,,,6,1413.8400,104.4246,848.2204,-87.0375,15.4608,125.5850,-12.8865,-0.4890,12.6115,0.0000,0.0000,3.3383,12.6115,-1.2157,0.0000,13.8272,0.0000,13.8272,1.8980,,,11.9041,,,,,,,4423.5028,4.4235,4.4235 -499.8000,0.4000,,,,,,6,1408.3200,54.8305,848.4549,-86.7253,8.0863,125.1292,-12.7902,-0.4213,5.1828,0.0000,0.0000,3.3248,5.1828,-1.0878,0.0000,6.2706,0.0000,6.2706,1.7159,,,4.5464,,,,,,,3235.0634,3.2351,3.2351 -500.2000,0.4000,,,,,,6,1403.3600,4.2725,848.5463,-86.4447,0.6279,124.7020,-12.7039,-0.3935,-2.2738,0.0000,0.0000,3.2953,-2.2738,-0.9710,0.0000,-1.3028,0.0000,-1.3028,2.2224,,,-3.5192,,,,,,,2037.8171,2.0378,2.0378 -500.6000,0.4000,,,,,,6,1403.2000,51.3101,851.3569,-86.4357,7.5396,125.1007,-12.7011,0.3673,3.8653,0.0000,0.0000,3.3070,3.8653,-1.0614,0.0000,4.9267,0.0000,4.9267,1.6750,,,3.2569,,,,,,,3132.9531,3.1330,3.1330 -501.0000,0.4000,,,,,,6,1404.1600,128.2152,849.2252,-86.4900,18.8532,124.8729,-12.7178,-0.2100,15.7629,0.0000,0.0000,3.3003,15.7629,-1.2589,0.0000,17.0218,0.0000,17.0218,1.9503,,,15.0577,,,,,,,4975.3125,4.9753,4.9753 -501.4000,0.4000,,,,,,6,1402.2400,136.0256,849.6120,-86.3814,19.9743,124.7589,-12.6844,-0.1049,16.7893,0.0000,0.0000,3.2899,16.7893,-1.2741,0.0000,18.0634,0.0000,18.0634,1.9699,,,16.0861,,,,,,,5161.8292,5.1618,5.1618 -501.8000,0.4000,,,,,,6,1400.7200,156.5023,849.4660,-86.2954,22.9562,124.6023,-12.6581,-0.1440,19.8150,0.0000,0.0000,3.2853,19.8150,-1.3227,0.0000,21.1377,0.0000,21.1377,2.0363,,,19.0894,,,,,,,5669.3686,5.6694,5.6694 -502.2000,0.4000,,,,,,6,1399.5200,144.1639,849.8056,-86.2276,21.1283,124.5453,-12.6373,-0.0523,17.8944,0.0000,0.0000,3.2863,17.8944,-1.2899,0.0000,19.1842,0.0000,19.1842,1.9897,,,17.1906,,,,,,,5353.3605,5.3534,5.3534 -502.6000,0.4000,,,,,,6,1400.8801,187.9129,851.0194,-86.3045,27.5668,124.8444,-12.6609,0.2750,23.9967,0.0000,0.0000,3.2951,23.9967,-1.3920,0.0000,25.3887,0.0000,25.3887,2.1327,,,23.2839,,,,,,,6470.6452,6.4706,6.4706 -503.0000,0.4000,,,,,,6,1403.6801,311.4734,850.6782,-86.4628,45.7844,125.0438,-12.7094,0.1837,42.2997,0.0000,0.0000,3.3010,42.2997,-1.6965,0.0000,43.9963,0.0000,43.9963,2.5589,,,41.4704,,,,,,,9686.5545,9.6866,9.6866 -503.4000,0.4000,,,,,,6,1404.2401,344.6594,849.6611,-86.4945,50.6827,124.9441,-12.7192,-0.0919,47.4613,0.0000,0.0000,3.3133,47.4613,-1.7805,0.0000,49.2418,0.0000,49.2418,2.6786,,,46.5447,,,,,,,10579.9354,10.5799,10.5799 -503.8000,0.4000,,,,,,6,1404.5600,341.4174,850.5325,-86.5126,50.2174,125.1007,-12.7247,0.1444,46.7551,0.0000,0.0000,3.3180,46.7551,-1.7694,0.0000,48.5245,0.0000,48.5245,2.6630,,,45.8902,,,,,,,10495.4516,10.4955,10.4955 -504.2000,0.4000,,,,,,6,1406.2400,354.8509,850.4836,-86.6076,52.2557,125.2432,-12.7539,0.1315,48.7961,0.0000,0.0000,3.3282,48.7961,-1.8040,0.0000,50.6001,0.0000,50.6001,2.7134,,,47.9139,,,,,,,10872.7207,10.8727,10.8727 -504.6000,0.4000,,,,,,6,1406.9600,444.4058,849.9517,-86.6484,65.4772,125.2289,-12.7665,-0.0132,62.1626,0.0000,0.0000,3.3278,62.1626,-2.0208,0.0000,64.1834,0.0000,64.1834,3.0218,,,61.1581,,,,,,,13285.1231,13.2851,13.2851 -505.0000,0.4000,,,,,,6,1411.6800,480.3936,852.8902,-86.9153,71.0170,126.0834,-12.8488,0.7917,66.8722,0.0000,0.0000,3.3530,66.8722,-2.1013,0.0000,68.9736,0.0000,68.9736,3.1398,,,66.0576,,,,,,,14303.2082,14.3032,14.3032 -505.4000,0.4000,,,,,,6,1419.2000,550.8830,851.6291,-87.3406,81.8713,126.5676,-12.9804,0.4510,78.0573,0.0000,0.0000,3.3630,78.0573,-2.2892,0.0000,80.3465,0.0000,80.3465,3.4123,,,77.0817,,,,,,,16287.2514,16.2873,16.2873 -505.8000,0.4000,,,,,,6,1424.3200,589.4953,851.4323,-87.6302,87.9258,126.9949,-13.0704,0.3994,84.1508,0.0000,0.0000,3.3756,84.1508,-2.3925,0.0000,86.5434,0.0000,86.5434,3.5629,,,83.1202,,,,,,,17460.8788,17.4609,17.4609 -506.2000,0.4000,,,,,,6,1432.5600,663.6836,853.4651,-88.0963,99.5640,128.0346,-13.2160,0.9775,95.1797,0.0000,0.0000,3.4069,95.1797,-2.5821,0.0000,97.7618,0.0000,97.7618,3.8336,,,94.3111,,,,,,,19737.5070,19.7375,19.7375 -506.6000,0.4000,,,,,,6,1440.8800,596.5281,851.4630,-88.5668,90.0093,128.4761,-13.3637,0.4175,86.1713,0.0000,0.0000,3.4204,86.1713,-2.4408,0.0000,88.6121,0.0000,88.6121,3.6443,,,85.1141,,,,,,,17859.9210,17.8599,17.8599 -507.0000,0.4000,,,,,,6,1449.1200,572.2177,853.3786,-89.0329,86.8349,129.5015,-13.5109,0.9753,82.4089,0.0000,0.0000,3.4507,82.4089,-2.3875,0.0000,84.7963,0.0000,84.7963,3.5754,,,81.5438,,,,,,,17260.1935,17.2602,17.2602 -507.4000,0.4000,,,,,,6,1458.8800,599.8328,852.3306,-89.5849,91.6386,130.2136,-13.6862,0.6818,87.4724,0.0000,0.0000,3.4844,87.4724,-2.4788,0.0000,89.9512,0.0000,89.9512,3.7125,,,86.4751,,,,,,,18187.1465,18.1871,18.1871 -507.8000,0.4000,,,,,,6,1463.5200,530.7345,850.3717,-89.8473,81.3401,130.3275,-13.7700,0.1094,77.7435,0.0000,0.0000,3.4872,77.7435,-2.3256,0.0000,80.0690,0.0000,80.0690,3.4991,,,76.6034,,,,,,,16233.7579,16.2338,16.2338 -508.2000,0.4000,,,,,,6,1464.5600,403.9611,850.2322,-89.9062,61.9549,130.3987,-13.7888,0.0685,58.3966,0.0000,0.0000,3.4898,58.3966,-2.0136,0.0000,60.4102,0.0000,60.4102,3.0571,,,57.3688,,,,,,,12726.3277,12.7263,12.7263 -508.6000,0.4000,,,,,,6,1463.3600,395.9102,849.0706,-89.8383,60.6703,130.1139,-13.7671,-0.2736,57.4494,0.0000,0.0000,3.4945,57.4494,-1.9972,0.0000,59.4466,0.0000,59.4466,3.0327,,,56.3522,,,,,,,12471.3795,12.4714,12.4714 -509.0000,0.4000,,,,,,6,1461.2800,283.8959,849.7208,-89.7206,43.4431,130.0284,-13.7295,-0.0820,40.0331,0.0000,0.0000,3.4920,40.0331,-1.7127,0.0000,41.7458,0.0000,41.7458,2.6283,,,39.1047,,,,,,,9333.9173,9.3339,9.3339 -509.4000,0.4000,,,,,,6,1461.2800,276.3026,850.2792,-89.7206,42.2812,130.1139,-13.7295,0.0820,38.6971,0.0000,0.0000,3.5022,38.6971,-1.6906,0.0000,40.3877,0.0000,40.3877,2.5976,,,37.8025,,,,,,,9135.2635,9.1353,9.1353 -509.8000,0.4000,,,,,,6,1460.4000,248.0055,849.2084,-89.6709,37.9282,129.8718,-13.7136,-0.2321,34.6647,0.0000,0.0000,3.4955,34.6647,-1.6232,0.0000,36.2878,0.0000,36.2878,2.5031,,,33.7533,,,,,,,8373.0068,8.3730,8.3730 -510.2000,0.4000,,,,,,6,1459.4400,349.6187,850.2330,-89.6166,53.4330,129.9430,-13.6963,0.0682,49.8671,0.0000,0.0000,3.4977,49.8671,-1.8709,0.0000,51.7380,0.0000,51.7380,2.8502,,,48.9012,,,,,,,11157.6999,11.1577,11.1577 -510.6000,0.4000,,,,,,6,1459.7601,442.7484,849.9534,-89.6347,67.6811,129.9287,-13.7021,-0.0136,64.1958,0.0000,0.0000,3.4989,64.1958,-2.1029,0.0000,66.2987,0.0000,66.2987,3.1799,,,63.1154,,,,,,,13732.6140,13.7326,13.7326 -511.0000,0.4000,,,,,,6,1461.0401,434.6147,850.7912,-89.7071,66.4959,130.1708,-13.7252,0.2322,62.7578,0.0000,0.0000,3.5060,62.7578,-2.0809,0.0000,64.8386,0.0000,64.8386,3.1496,,,61.7464,,,,,,,13521.5812,13.5216,13.5216 -511.4000,0.4000,,,,,,6,1463.6000,450.6566,850.6969,-89.8519,69.0712,130.3845,-13.7714,0.2052,65.3536,0.0000,0.0000,3.5123,65.3536,-2.1252,0.0000,67.4789,0.0000,67.4789,3.2147,,,64.3168,,,,,,,14010.9924,14.0110,14.0110 -511.8000,0.4000,,,,,,6,1464.4800,404.0134,849.8143,-89.9016,61.9595,130.3275,-13.7873,-0.0548,58.5140,0.0000,0.0000,3.5003,58.5140,-2.0155,0.0000,60.5294,0.0000,60.5294,3.0596,,,57.4573,,,,,,,12727.1748,12.7272,12.7272 -512.2000,0.4000,,,,,,6,1464.7200,383.8908,850.3250,-89.9152,58.8831,130.4272,-13.7917,0.0958,55.2846,0.0000,0.0000,3.5027,55.2846,-1.9635,0.0000,57.2481,0.0000,57.2481,2.9859,,,54.2829,,,,,,,12138.9949,12.1390,12.1390 -512.6000,0.4000,,,,,,6,1464.6400,396.4269,849.6286,-89.9107,60.8027,130.3133,-13.7902,-0.1095,57.4315,0.0000,0.0000,3.4807,57.4315,-1.9981,0.0000,59.4295,0.0000,59.4295,3.0351,,,56.3698,,,,,,,12498.8380,12.4988,12.4988 -513.0000,0.4000,,,,,,6,1465.0400,426.3430,850.6034,-89.9333,65.4090,130.4984,-13.7974,0.1780,61.7447,0.0000,0.0000,3.4862,61.7447,-2.0682,0.0000,63.8130,0.0000,63.8130,3.1350,,,60.7210,,,,,,,13336.8379,13.3368,13.3368 -513.4000,0.4000,,,,,,6,1467.4400,405.6323,850.7878,-90.0691,62.3335,130.7405,-13.8409,0.2332,58.6069,0.0000,0.0000,3.4934,58.6069,-2.0197,0.0000,60.6267,0.0000,60.6267,3.0681,,,57.6119,,,,,,,12803.5147,12.8035,12.8035 -513.8000,0.4000,,,,,,6,1470.0000,413.2242,850.6939,-90.2138,63.6109,130.9541,-13.8873,0.2061,59.9139,0.0000,0.0000,3.4909,59.9139,-2.0433,0.0000,61.9572,0.0000,61.9572,3.1036,,,58.9016,,,,,,,13031.0716,13.0311,13.0311 -514.2000,0.4000,,,,,,6,1471.5200,387.3225,850.1848,-90.2998,59.6853,131.0111,-13.9149,0.0550,56.1376,0.0000,0.0000,3.4927,56.1376,-1.9837,0.0000,58.1213,0.0000,58.1213,3.0202,,,55.1131,,,,,,,12287.6262,12.2876,12.2876 -514.6000,0.4000,,,,,,6,1470.4800,388.8404,849.2139,-90.2410,59.8769,130.7690,-13.8961,-0.2337,56.6262,0.0000,0.0000,3.4844,56.6262,-1.9906,0.0000,58.6167,0.0000,58.6167,3.0292,,,55.5362,,,,,,,12322.8914,12.3229,12.3229 -515.0000,0.4000,,,,,,6,1469.9200,324.0143,850.4626,-90.2093,49.8754,130.9114,-13.8859,0.1374,46.2494,0.0000,0.0000,3.4886,46.2494,-1.8222,0.0000,48.0716,0.0000,48.0716,2.7897,,,45.3066,,,,,,,10516.0065,10.5160,10.5160 -515.4000,0.4000,,,,,,6,1469.6800,296.2701,849.3985,-90.1957,45.5973,130.7263,-13.8815,-0.1786,42.2928,0.0000,0.0000,3.4831,42.2928,-1.7579,0.0000,44.0507,0.0000,44.0507,2.6983,,,41.3231,,,,,,,9747.0154,9.7470,9.7470 -515.8000,0.4000,,,,,,6,1466.6400,269.4738,848.8409,-90.0238,41.3874,130.3702,-13.8264,-0.3427,38.2592,0.0000,0.0000,3.4710,38.2592,-1.6884,0.0000,39.9476,0.0000,39.9476,2.5991,,,37.2976,,,,,,,8991.6624,8.9917,8.9917 -516.2000,0.4000,,,,,,6,1466.4000,283.7085,851.0202,-90.0102,43.5666,130.6836,-13.8221,0.3016,39.7848,0.0000,0.0000,3.4802,39.7848,-1.7134,0.0000,41.4982,0.0000,41.4982,2.6336,,,38.9112,,,,,,,9362.4988,9.3625,9.3625 -516.6000,0.4000,,,,,,6,1466.1600,258.8466,848.8405,-89.9967,39.7422,130.3275,-13.8177,-0.3426,36.6206,0.0000,0.0000,3.4642,36.6206,-1.6608,0.0000,38.2815,0.0000,38.2815,2.5604,,,35.6723,,,,,,,8710.4961,8.7105,8.7105 -517.0000,0.4000,,,,,,6,1464.1600,224.8193,850.0000,-89.8835,34.4707,130.3275,-13.7815,0.0000,31.0065,0.0000,0.0000,3.4642,31.0065,-1.5662,0.0000,32.5727,0.0000,32.5727,2.4271,,,30.1456,,,,,,,7768.6692,7.7687,7.7687 -517.4000,0.4000,,,,,,6,1464.8800,288.3819,850.4178,-89.9243,44.2383,130.4557,-13.7945,0.1232,40.6471,0.0000,0.0000,3.4680,40.6471,-1.7262,0.0000,42.3733,0.0000,42.3733,2.6501,,,39.7426,,,,,,,9476.6157,9.4766,9.4766 -517.8000,0.4000,,,,,,6,1466.4000,344.3509,850.4637,-90.0102,52.8789,130.5981,-13.8221,0.1371,49.2652,0.0000,0.0000,3.4766,49.2652,-1.8677,0.0000,51.1329,0.0000,51.1329,2.8513,,,48.3079,,,,,,,11056.1452,11.0561,11.0561 -518.2000,0.4000,,,,,,6,1468.9600,337.8893,851.0184,-90.1550,51.9772,130.9114,-13.8685,0.3021,48.1893,0.0000,0.0000,3.4859,48.1893,-1.8527,0.0000,50.0420,0.0000,50.0420,2.8321,,,47.2664,,,,,,,10881.7510,10.8818,10.8818 -518.6000,0.4000,,,,,,6,1470.8800,313.2273,850.0925,-90.2636,48.2465,130.9399,-13.9033,0.0275,44.7197,0.0000,0.0000,3.4993,44.7197,-1.7984,0.0000,46.5181,0.0000,46.5181,2.7566,,,43.7662,,,,,,,10234.1232,10.2341,10.2341 -519.0000,0.4000,,,,,,6,1472.8800,256.7276,851.0619,-90.3767,39.5976,131.2675,-13.9397,0.3167,35.7717,0.0000,0.0000,3.5092,35.7717,-1.6531,0.0000,37.4248,0.0000,37.4248,2.5554,,,34.9129,,,,,,,8699.0083,8.6990,8.6990 -519.4000,0.4000,,,,,,6,1474.6401,231.2257,849.9539,-90.4763,35.7068,131.2532,-13.9717,-0.0138,32.2118,0.0000,0.0000,3.5088,32.2118,-1.5959,0.0000,33.8077,0.0000,33.8077,2.4774,,,31.3285,,,,,,,7991.0073,7.9910,7.9910 -519.8000,0.4000,,,,,,6,1473.9201,129.0450,849.6309,-90.4356,19.9179,131.1393,-13.9586,-0.1102,16.5081,0.0000,0.0000,3.5201,16.5081,-1.3356,0.0000,17.8437,0.0000,17.8437,2.1152,,,15.7217,,,,,,,5326.2336,5.3262,5.3262 -520.2000,0.4000,,,,,,6,1473.3600,135.7578,850.0461,-90.4039,20.9461,131.1535,-13.9484,0.0138,17.4085,0.0000,0.0000,3.5238,17.4085,-1.3500,0.0000,18.7585,0.0000,18.7585,2.1346,,,16.6248,,,,,,,5491.6975,5.4917,5.4917 -520.6000,0.4000,,,,,,6,1473.3600,35.1199,849.9539,-90.4039,5.4186,131.1393,-13.9484,-0.0138,1.9091,0.0000,0.0000,3.5233,1.9091,-1.0938,0.0000,3.0029,0.0000,3.0029,1.7786,,,1.2242,,,,,,,2942.8292,2.9428,2.9428 -521.0000,0.4000,,,,,,6,1470.4801,-90.2410,848.3815,-90.2410,-13.8961,130.6408,-13.8961,-0.4811,-16.9240,0.0000,0.0000,3.5090,-16.9240,-1.2562,0.0000,-15.6677,0.0000,-15.6677,2.5595,,,-23.3820,,,,,,,23.4954,0.0235,0.0235 -521.4000,0.4000,,,,,,6,1468.2401,-90.1143,850.3242,-90.1143,-13.8554,130.7405,-13.8554,0.0961,-17.4634,0.0000,0.0000,3.5119,-17.4634,-1.2626,0.0000,-16.2008,0.0000,-16.2008,2.5603,,,-20.9236,,,,,,,23.9018,0.0239,0.0239 -521.8000,0.4000,,,,,,6,1468.8800,-90.1505,850.0463,-90.1505,-13.8670,130.7548,-13.8670,0.0137,-17.3997,0.0000,0.0000,3.5189,-17.3997,-1.2622,0.0000,-16.1374,0.0000,-16.1374,2.5611,,,-23.2186,,,,,,,23.7857,0.0238,0.0238 -522.2000,0.4000,,,,,,6,1468.8800,-90.1505,849.9537,-90.1505,-13.8670,130.7405,-13.8670,-0.0137,-17.3745,0.0000,0.0000,3.5212,-17.3745,-1.2618,0.0000,-16.1127,0.0000,-16.1127,2.5608,,,-24.2966,,,,,,,23.7857,0.0238,0.0238 -522.6000,0.4000,,,,,,6,1468.0000,-90.1007,849.5368,-90.1007,-13.8511,130.5981,-13.8511,-0.1372,-17.2308,0.0000,0.0000,3.5170,-17.2308,-1.2588,0.0000,-15.9720,0.0000,-15.9720,2.5569,,,-23.3047,,,,,,,23.9453,0.0239,0.0239 -523.0000,0.4000,,,,,,6,1465.6000,-89.9650,849.0721,-89.9650,-13.8076,130.3133,-13.8076,-0.2740,-17.0422,0.0000,0.0000,3.5086,-17.0422,-1.2538,0.0000,-15.7884,0.0000,-15.7884,2.5487,,,-18.6277,,,,,,,24.3807,0.0244,0.0244 -523.4000,0.4000,,,,,,6,1462.1600,-89.7704,848.9303,-89.7704,-13.7454,129.9857,-13.7454,-0.3144,-16.9469,0.0000,0.0000,3.5158,-16.9469,-1.2493,0.0000,-15.6975,0.0000,-15.6975,2.5391,,,-19.3416,,,,,,,25.0047,0.0250,0.0250 -523.8000,0.4000,,,,,,6,1458.0000,-78.4776,848.6475,-89.5351,-11.9821,129.5727,-13.6703,-0.3952,-15.0725,0.0000,0.0000,3.4856,-15.0725,-1.2166,0.0000,-13.8558,0.0000,-13.8558,2.5067,,,-16.3365,,,,,,,303.1912,0.3032,0.3032 -524.2000,0.4000,,,,,,6,1454.0000,1.1772,849.0178,-89.3089,0.1792,129.2736,-13.5984,-0.2854,-3.0121,0.0000,0.0000,3.4768,-3.0121,-1.0262,0.0000,-1.9859,0.0000,-1.9859,2.3549,,,-4.3358,,,,,,,2097.1383,2.0971,2.0971 -524.6000,0.4000,,,,,,6,1455.1200,26.1000,851.6356,-89.3722,3.9771,129.7721,-13.6185,0.4761,0.0095,0.0000,0.0000,3.4915,0.0095,-1.0454,0.0000,1.0550,0.0000,1.0550,1.6957,,,-0.6420,,,,,,,2678.6483,2.6786,2.6786 -525.0000,0.4000,,,,,,6,1452.3200,17.4221,846.7225,-89.2139,2.6497,128.7751,-13.5682,-0.9503,0.1379,0.0000,0.0000,3.4620,0.1379,-1.0450,0.0000,1.1829,0.0000,1.1829,1.6927,,,-0.5078,,,,,,,2469.9286,2.4699,2.4699 -525.4000,0.4000,,,,,,6,1442.8800,38.1565,847.7379,-88.6800,5.7654,128.0915,-13.3994,-0.6474,2.9949,0.0000,0.0000,3.4178,2.9949,-1.0834,0.0000,4.0784,0.0000,4.0784,1.7382,,,2.3339,,,,,,,2926.8438,2.9268,2.9268 -525.8000,0.4000,,,,,,6,1440.0800,354.4698,850.6139,-88.5216,53.4557,128.2767,-13.3495,0.1750,49.8575,0.0000,0.0000,3.4233,49.8575,-1.8526,0.0000,51.7100,0.0000,51.7100,2.8087,,,48.9367,,,,,,,11143.2647,11.1433,11.1433 -526.2000,0.4000,,,,,,6,1442.0800,445.9361,850.5658,-88.6347,67.3427,128.4476,-13.3851,0.1618,63.7526,0.0000,0.0000,3.4283,63.7526,-2.0792,0.0000,65.8318,0.0000,65.8318,3.1320,,,62.7415,,,,,,,13650.4203,13.6504,13.6504 -526.6000,0.4000,,,,,,6,1445.3601,459.3346,851.3644,-88.8202,69.5239,128.8606,-13.4436,0.3918,65.6926,0.0000,0.0000,3.4395,65.6926,-2.1136,0.0000,67.8062,0.0000,67.8062,3.1835,,,64.7264,,,,,,,14079.5448,14.0795,14.0795 -527.0000,0.4000,,,,,,6,1447.4401,564.3498,849.8590,-88.9379,85.5416,128.8179,-13.4808,-0.0406,82.1440,0.0000,0.0000,3.4382,82.1440,-2.3816,0.0000,84.5257,0.0000,84.5257,3.5657,,,80.9465,,,,,,,17014.3422,17.0143,17.0143 -527.4000,0.4000,,,,,,6,1448.7200,671.6329,850.8918,-89.0103,101.8932,129.0885,-13.5037,0.2573,98.1908,0.0000,0.0000,3.4451,98.1908,-2.6467,0.0000,100.8374,0.0000,100.8374,3.9370,,,97.0021,,,,,,,20182.3814,20.1824,20.1824 -527.8000,0.4000,,,,,,6,1451.2000,755.0560,850.5623,-89.1505,114.7453,129.2594,-13.5481,0.1628,111.1324,0.0000,0.0000,3.4501,111.1324,-2.8628,0.0000,113.9952,0.0000,113.9952,4.2396,,,109.8282,,,,,,,22670.1918,22.6702,22.6702 -528.2000,0.4000,,,,,,6,1452.2400,782.5787,850.0468,-89.2093,119.0132,129.2736,-13.5668,0.0136,115.5485,0.0000,0.0000,3.4511,115.5485,-2.9368,0.0000,118.4853,0.0000,118.4853,4.3433,,,114.1483,,,,,,,23532.1408,23.5321,23.5321 -528.6000,0.4000,,,,,,6,1454.7200,799.7833,851.4024,-89.3496,121.8373,129.7009,-13.6113,0.4079,117.9820,0.0000,0.0000,3.4474,117.9820,-2.9793,0.0000,120.9613,0.0000,120.9613,4.4045,,,116.7491,,,,,,,24064.8443,24.0648,24.0648 -529.0000,0.4000,,,,,,6,1459.1200,765.3076,851.1651,-89.5985,116.9380,130.0569,-13.6905,0.3410,113.1391,0.0000,0.0000,3.4579,113.1391,-2.9033,0.0000,116.0424,0.0000,116.0424,4.3026,,,111.8929,,,,,,,23112.9420,23.1129,23.1129 -529.4000,0.4000,,,,,,6,1464.1600,792.9347,851.7648,-89.8835,121.5779,130.5981,-13.7815,0.5201,117.5883,0.0000,0.0000,3.4695,117.5883,-2.9814,0.0000,120.5698,0.0000,120.5698,4.4157,,,116.3952,,,,,,,24016.1153,24.0161,24.0161 -529.8000,0.4000,,,,,,6,1469.5200,756.3762,851.3419,-90.1867,116.3970,131.0111,-13.8786,0.3984,112.5169,0.0000,0.0000,3.4818,112.5169,-2.9026,0.0000,115.4195,0.0000,115.4195,4.3107,,,111.2842,,,,,,,22985.1795,22.9852,22.9852 -530.2000,0.4000,,,,,,6,1474.7200,581.2667,851.6600,-90.4808,89.7664,131.5238,-13.9732,0.4963,85.7727,0.0000,0.0000,3.4974,85.7727,-2.4660,0.0000,88.2387,0.0000,88.2387,3.7076,,,84.6961,,,,,,,17824.7389,17.8247,17.8247 -530.6000,0.4000,,,,,,6,1475.1200,555.7232,848.5710,-90.5034,85.8449,131.0823,-13.9804,-0.4275,82.7759,0.0000,0.0000,3.4965,82.7759,-2.4179,0.0000,85.1938,0.0000,85.1938,3.6397,,,81.4170,,,,,,,17092.4428,17.0924,17.0924 -531.0000,0.4000,,,,,,6,1472.2400,287.3418,849.7691,-90.3405,44.3002,131.0111,-13.9280,-0.0688,40.8747,0.0000,0.0000,3.4943,40.8747,-1.7368,0.0000,42.6116,0.0000,42.6116,2.6713,,,39.9295,,,,,,,9500.5028,9.5005,9.5005 -531.4000,0.4000,,,,,,6,1469.2800,131.5839,848.5190,-90.1731,20.2459,130.5554,-13.8743,-0.4395,17.2007,0.0000,0.0000,3.4846,17.2007,-1.3428,0.0000,18.5435,0.0000,18.5435,2.1210,,,16.3938,,,,,,,5367.8586,5.3679,5.3679 -531.8000,0.4000,,,,,,6,1464.4800,147.6470,848.6999,-89.9016,22.6431,130.1566,-13.7873,-0.3833,19.5460,0.0000,0.0000,3.4805,19.5460,-1.3770,0.0000,20.9230,0.0000,20.9230,2.1646,,,18.7298,,,,,,,5747.4272,5.7474,5.7474 -532.2000,0.4000,,,,,,6,1464.6400,298.5242,851.3928,-89.9107,45.7867,130.5839,-13.7902,0.4107,41.8828,0.0000,0.0000,3.4931,41.8828,-1.7464,0.0000,43.6292,0.0000,43.6292,2.6780,,,41.0183,,,,,,,9776.5239,9.7765,9.7765 -532.6000,0.4000,,,,,,6,1470.8800,308.9935,852.2191,-90.2636,47.5943,131.2675,-13.9033,0.6600,43.4110,0.0000,0.0000,3.5234,43.4110,-1.7772,0.0000,45.1882,0.0000,45.1882,2.7266,,,42.5725,,,,,,,10120.6787,10.1207,10.1207 -533.0000,0.4000,,,,,,6,1474.0000,39.2387,849.5848,-90.4401,6.0568,131.1393,-13.9601,-0.1240,2.6613,0.0000,0.0000,3.5195,2.6613,-1.1068,0.0000,3.7681,0.0000,3.7681,1.7973,,,1.9699,,,,,,,3050.9068,3.0509,3.0509 -533.4000,0.4000,,,,,,6,1474.4000,-90.4627,850.6457,-90.4627,-13.9673,131.3387,-13.9673,0.1929,-17.6859,0.0000,0.0000,3.5256,-17.6859,-1.2715,0.0000,-16.4144,0.0000,-16.4144,2.5783,,,-21.5599,,,,,,,22.7843,0.0228,0.0228 -533.8000,0.4000,,,,,,6,1470.0800,-86.7232,846.8546,-90.2184,-13.3507,130.3702,-13.8888,-0.9344,-15.9157,0.0000,0.0000,3.4994,-15.9157,-1.2403,0.0000,-14.6754,0.0000,-14.6754,2.5466,,,-17.1583,,,,,,,111.2605,0.1113,0.1113 -534.2000,0.4000,,,,,,6,1463.9200,-89.8700,849.5819,-89.8700,-13.7772,130.2421,-13.7772,-0.1232,-17.1496,0.0000,0.0000,3.4956,-17.1496,-1.2540,0.0000,-15.8956,0.0000,-15.8956,2.5458,,,-25.4396,,,,,,,24.6855,0.0247,0.0247 -534.6000,0.4000,,,,,,6,1457.2800,-89.4944,846.5470,-89.4944,-13.6574,129.1882,-13.6574,-1.0080,-16.1138,0.0000,0.0000,3.4644,-16.1138,-1.2322,0.0000,-14.8816,0.0000,-14.8816,2.5171,,,-56.3922,,,,,,,25.8900,0.0259,0.0259 -535.0000,0.4000,,,,,,6,1447.9200,-88.9650,847.9806,-88.9650,-13.4894,128.5758,-13.4894,-0.5820,-16.3565,0.0000,0.0000,3.4491,-16.3565,-1.2278,0.0000,-15.1287,0.0000,-15.1287,2.4968,,,-59.1087,,,,,,,27.5879,0.0276,0.0276 -535.4000,0.4000,,,,,,6,1441.1200,-88.5804,848.0182,-88.5804,-13.3680,127.9776,-13.3680,-0.5658,-16.2336,0.0000,0.0000,3.4314,-16.2336,-1.2200,0.0000,-15.0137,0.0000,-15.0137,2.4786,,,-64.8915,,,,,,,28.8215,0.0288,0.0288 -535.8000,0.4000,,,,,,6,1434.5600,-88.2094,848.1039,-88.2094,-13.2514,127.4079,-13.2514,-0.5364,-16.1449,0.0000,0.0000,3.4298,-16.1449,-1.2129,0.0000,-14.9320,0.0000,-14.9320,2.4615,,,-67.4304,,,,,,,30.0115,0.0300,0.0300 -536.2000,0.4000,,,,,,6,1427.3600,-87.8022,847.6180,-87.8022,-13.1240,126.6958,-13.1240,-0.6671,-15.8657,0.0000,0.0000,3.4088,-15.8657,-1.2024,0.0000,-14.6633,0.0000,-14.6633,2.4406,,,-45.7671,,,,,,,31.3176,0.0313,0.0313 -536.6000,0.4000,,,,,,6,1425.0400,-87.6709,851.0021,-87.6709,-13.0831,126.9949,-13.0831,0.2797,-16.7805,0.0000,0.0000,3.4176,-16.7805,-1.2145,0.0000,-15.5659,0.0000,-15.5659,2.4457,,,-22.7271,,,,,,,31.7384,0.0317,0.0317 -537.0000,0.4000,,,,,,6,1426.0800,-87.7298,849.6185,-87.7298,-13.1015,126.8810,-13.1015,-0.1067,-16.4009,0.0000,0.0000,3.4061,-16.4009,-1.2096,0.0000,-15.1913,0.0000,-15.1913,2.4438,,,-25.3050,,,,,,,31.5498,0.0315,0.0315 -537.4000,0.4000,,,,,,6,1422.8000,-87.5442,848.4229,-87.5442,-13.0437,126.4110,-13.0437,-0.4389,-15.9970,0.0000,0.0000,3.3922,-15.9970,-1.2005,0.0000,-14.7965,0.0000,-14.7965,2.4310,,,-23.6823,,,,,,,32.1448,0.0321,0.0321 -537.8000,0.4000,,,,,,6,1417.4400,-87.2411,848.3689,-87.2411,-12.9495,125.9268,-12.9495,-0.4505,-15.8769,0.0000,0.0000,3.3779,-15.8769,-1.1940,0.0000,-14.6829,0.0000,-14.6829,2.4165,,,-22.9597,,,,,,,33.1171,0.0331,0.0331 -538.2000,0.4000,,,,,,6,1412.7200,13.6120,848.7966,-86.9741,2.0138,125.5707,-12.8669,-0.3301,-0.9962,0.0000,0.0000,3.3400,-0.9962,-0.9897,0.0000,-0.0064,0.0000,-0.0064,2.2296,,,-2.2329,,,,,,,2278.8905,2.2789,2.2789 -538.6000,0.4000,,,,,,6,1410.7200,120.1092,850.0000,-86.8610,17.7438,125.5707,-12.8320,0.0000,14.4043,0.0000,0.0000,3.3395,14.4043,-1.2424,0.0000,15.6467,0.0000,15.6467,1.9327,,,13.7140,,,,,,,4803.3499,4.8033,4.8033 -539.0000,0.4000,,,,,,6,1412.1600,229.7689,850.8668,-86.9425,33.9785,125.8271,-12.8571,0.2376,30.4194,0.0000,0.0000,3.3215,30.4194,-1.5085,0.0000,31.9279,0.0000,31.9279,2.3036,,,29.6545,,,,,,,7601.7416,7.6017,7.6017 -539.4000,0.4000,,,,,,6,1413.9200,267.5660,850.1924,-87.0420,39.6173,125.8840,-12.8879,0.0529,36.2412,0.0000,0.0000,3.3232,36.2412,-1.6063,0.0000,37.8475,0.0000,37.8475,2.4410,,,35.4145,,,,,,,8596.9633,8.5970,8.5970 -539.8000,0.4000,,,,,,6,1412.6400,279.9869,849.0373,-86.9696,41.4188,125.5992,-12.8655,-0.2641,38.3682,0.0000,0.0000,3.3147,38.3682,-1.6403,0.0000,40.0085,0.0000,40.0085,2.4872,,,37.4788,,,,,,,8913.5445,8.9135,8.9135 -540.2000,0.4000,,,,,,6,1411.2800,216.6157,850.1445,-86.8927,32.0134,125.6419,-12.8418,0.0396,28.6622,0.0000,0.0000,3.3116,28.6622,-1.4786,0.0000,30.1408,0.0000,30.1408,2.2614,,,27.8842,,,,,,,7261.5646,7.2616,7.2616 -540.6000,0.4000,,,,,,6,1411.6800,309.1313,850.0963,-86.9153,45.6991,125.6704,-12.8488,0.0264,42.3603,0.0000,0.0000,3.3125,42.3603,-1.7049,0.0000,44.0652,0.0000,44.0652,2.5769,,,41.4930,,,,,,,9683.3907,9.6834,9.6834 -541.0000,0.4000,,,,,,6,1410.6400,306.5229,849.2769,-86.8565,45.2801,125.4568,-12.8306,-0.1978,42.1743,0.0000,0.0000,3.3036,42.1743,-1.7009,0.0000,43.8752,0.0000,43.8752,2.5705,,,41.2696,,,,,,,9605.7530,9.6058,9.6058 -541.4000,0.4000,,,,,,6,1411.8400,365.3016,851.4450,-86.9244,54.0089,125.8840,-12.8516,0.3959,50.2978,0.0000,0.0000,3.3153,50.2978,-1.8334,0.0000,52.1312,0.0000,52.1312,2.7595,,,49.4556,,,,,,,11200.1313,11.2001,11.2001 -541.8000,0.4000,,,,,,6,1416.4001,371.8325,851.2963,-87.1823,55.1521,126.2686,-12.9313,0.3575,51.4680,0.0000,0.0000,3.3266,51.4680,-1.8566,0.0000,53.3245,0.0000,53.3245,2.7959,,,50.6057,,,,,,,11413.1243,11.4131,11.4131 -542.2000,0.4000,,,,,,6,1420.4801,382.8496,851.1489,-87.4130,56.9498,126.6104,-13.0029,0.3187,53.2956,0.0000,0.0000,3.3355,53.2956,-1.8899,0.0000,55.1856,0.0000,55.1856,2.8464,,,52.4099,,,,,,,11742.3139,11.7423,11.7423 -542.6000,0.4000,,,,,,6,1420.6400,308.3257,848.9470,-87.4221,45.8693,126.2971,-13.0057,-0.2921,42.8353,0.0000,0.0000,3.3262,42.8353,-1.7209,0.0000,44.5562,0.0000,44.5562,2.6065,,,41.8977,,,,,,,9728.5472,9.7285,9.7285 -543.0000,0.4000,,,,,,6,1417.2801,246.3281,849.0404,-87.2320,36.5593,126.0122,-12.9467,-0.2650,33.5065,0.0000,0.0000,3.3178,33.5065,-1.5642,0.0000,35.0707,0.0000,35.0707,2.3852,,,32.6486,,,,,,,8052.6194,8.0526,8.0526 -543.4000,0.4000,,,,,,6,1417.1201,290.0347,850.8637,-87.2230,43.0413,126.2686,-12.9439,0.2384,39.4766,0.0000,0.0000,3.3263,39.4766,-1.6627,0.0000,41.1393,0.0000,41.1393,2.5220,,,38.6565,,,,,,,9205.7138,9.2057,9.2057 -543.8000,0.4000,,,,,,6,1417.4400,237.4658,849.3283,-87.2411,35.2480,126.0692,-12.9495,-0.1855,32.1131,0.0000,0.0000,3.3204,32.1131,-1.5413,0.0000,33.6544,0.0000,33.6544,2.3535,,,31.2762,,,,,,,7827.6606,7.8277,7.8277 -544.2000,0.4000,,,,,,6,1414.9600,167.2178,849.1830,-87.1008,24.7774,125.8271,-12.9061,-0.2248,21.6870,0.0000,0.0000,3.3152,21.6870,-1.3667,0.0000,23.0537,0.0000,23.0537,2.1088,,,20.9247,,,,,,,6009.8507,6.0099,6.0099 -544.6000,0.4000,,,,,,6,1412.0000,136.9022,849.0368,-86.9334,20.2429,125.5422,-12.8543,-0.2640,17.2001,0.0000,0.0000,3.3068,17.2001,-1.2898,0.0000,18.4899,0.0000,18.4899,1.9996,,,16.4717,,,,,,,5229.9718,5.2300,5.2300 -545.0000,0.4000,,,,,,6,1410.8800,138.6638,850.2892,-86.8701,20.4872,125.6277,-12.8348,0.0791,17.0987,0.0000,0.0000,3.3093,17.0987,-1.2871,0.0000,18.3858,0.0000,18.3858,1.9949,,,16.3965,,,,,,,5268.7894,5.2688,5.2688 -545.4000,0.4000,,,,,,6,1410.3200,198.3828,849.3732,-86.8384,29.2988,125.4425,-12.8250,-0.1714,26.1625,0.0000,0.0000,3.3077,26.1625,-1.4364,0.0000,27.5989,0.0000,27.5989,2.2020,,,25.3782,,,,,,,6782.1512,6.7822,6.7822 -545.8000,0.4000,,,,,,6,1410.4000,236.9663,850.6750,-86.8429,34.9991,125.6419,-12.8264,0.1846,31.5008,0.0000,0.0000,3.3137,31.5008,-1.5247,0.0000,33.0256,0.0000,33.0256,2.3248,,,30.7251,,,,,,,7775.2520,7.7753,7.7753 -546.2000,0.4000,,,,,,6,1414.0000,280.1304,851.4908,-87.0465,41.4800,126.0834,-12.8893,0.4097,37.7434,0.0000,0.0000,3.3268,37.7434,-1.6312,0.0000,39.3746,0.0000,39.3746,2.4757,,,36.9637,,,,,,,8926.1936,8.9262,8.9262 -546.6000,0.4000,,,,,,6,1414.2400,278.3681,848.6537,-87.0601,41.2260,125.6847,-12.8935,-0.3701,38.2762,0.0000,0.0000,3.3199,38.2762,-1.6402,0.0000,39.9165,0.0000,39.9165,2.4884,,,37.3688,,,,,,,8881.6587,8.8817,8.8817 -547.0000,0.4000,,,,,,6,1411.3600,233.6147,849.6146,-86.8972,34.5276,125.5707,-12.8432,-0.1055,31.3166,0.0000,0.0000,3.3166,31.3166,-1.5226,0.0000,32.8391,0.0000,32.8391,2.3225,,,30.5028,,,,,,,7695.2441,7.6952,7.6952 -547.4000,0.4000,,,,,,6,1408.9600,282.1610,848.9382,-86.7615,41.6317,125.2574,-12.8013,-0.2897,38.6081,0.0000,0.0000,3.3133,38.6081,-1.6409,0.0000,40.2490,0.0000,40.2490,2.4851,,,37.7168,,,,,,,8946.3557,8.9464,8.9464 -547.8000,0.4000,,,,,,6,1405.1200,295.6821,848.7417,-86.5443,43.5078,124.8871,-12.7345,-0.3415,40.5469,0.0000,0.0000,3.3024,40.5469,-1.6694,0.0000,42.2163,0.0000,42.2163,2.5216,,,39.6360,,,,,,,9274.9812,9.2750,9.2750 -548.2000,0.4000,,,,,,6,1400.5600,255.0625,848.4949,-86.2864,37.4091,124.4456,-12.6553,-0.4058,34.5256,0.0000,0.0000,3.2893,34.5256,-1.5657,0.0000,36.0913,0.0000,36.0913,2.3739,,,33.6577,,,,,,,8182.4724,8.1825,8.1825 -548.6000,0.4000,,,,,,6,1396.6400,267.2538,849.1236,-86.0647,39.0874,124.1893,-12.5875,-0.2350,36.0423,0.0000,0.0000,3.2801,36.0423,-1.5872,0.0000,37.6295,0.0000,37.6295,2.4006,,,35.1926,,,,,,,8474.2728,8.4743,8.4743 -549.0000,0.4000,,,,,,6,1391.1200,261.4492,847.5070,-85.7525,38.0873,123.4629,-12.4922,-0.6632,35.4919,0.0000,0.0000,3.2586,35.4919,-1.5731,0.0000,37.0650,0.0000,37.0650,2.3766,,,34.5866,,,,,,,8283.8317,8.2838,8.2838 -549.4000,0.4000,,,,,,6,1382.4800,209.6854,847.1963,-85.2638,30.3568,122.6511,-12.3439,-0.7366,27.8630,0.0000,0.0000,3.2304,27.8630,-1.4392,0.0000,29.3021,0.0000,29.3021,2.1837,,,27.0290,,,,,,,6913.6710,6.9137,6.9137 -549.8000,0.4000,,,,,,6,1374.0800,236.7368,847.6246,-84.7887,34.0648,121.9675,-12.2005,-0.6165,31.4691,0.0000,0.0000,3.2123,31.4691,-1.4911,0.0000,32.9603,0.0000,32.9603,2.2494,,,30.6250,,,,,,,7551.4577,7.5515,7.5515 -550.2000,0.4000,,,,,,6,1366.1600,313.9218,847.4615,-84.3407,44.9109,121.2412,-12.0661,-0.6513,42.3677,0.0000,0.0000,3.1944,42.3677,-1.6632,0.0000,44.0309,0.0000,44.0309,2.4837,,,41.4231,,,,,,,9466.4809,9.4665,9.4665 -550.6000,0.4000,,,,,,6,1358.6400,489.5811,847.8478,-83.9154,69.6559,120.6288,-11.9392,-0.5461,67.0276,0.0000,0.0000,3.1744,67.0276,-2.0552,0.0000,69.0827,0.0000,69.0827,3.0348,,,65.8807,,,,,,,14035.9177,14.0359,14.0359 -551.0000,0.4000,,,,,,6,1352.4000,615.4838,848.2402,-83.5625,87.1667,120.1303,-11.8344,-0.4425,84.4470,0.0000,0.0000,3.1622,84.4470,-2.3326,0.0000,86.7796,0.0000,86.7796,3.4223,,,83.1847,,,,,,,17383.8043,17.3838,17.3838 -551.4000,0.4000,,,,,,6,1347.8400,696.4873,848.8901,-83.3046,98.3060,119.8170,-11.7581,-0.2772,95.4287,0.0000,0.0000,3.1545,95.4287,-2.5101,0.0000,97.9388,0.0000,97.9388,3.6655,,,94.1502,,,,,,,19559.8723,19.5599,19.5599 -551.8000,0.4000,,,,,,6,1345.7600,720.0347,849.7979,-83.1869,101.4728,119.7600,-11.7233,-0.0503,98.3721,0.0000,0.0000,3.1511,98.3721,-2.5569,0.0000,100.9290,0.0000,100.9290,3.7290,,,97.1769,,,,,,,20171.8415,20.1718,20.1718 -552.2000,0.4000,,,,,,6,1345.9200,755.4263,850.3032,-83.1960,106.4731,119.8455,-11.7260,0.0755,103.2445,0.0000,0.0000,3.1532,103.2445,-2.6376,0.0000,105.8820,0.0000,105.8820,3.8412,,,102.0772,,,,,,,21175.8464,21.1758,21.1758 -552.6000,0.4000,,,,,,6,1346.1600,755.4703,849.8485,-83.2096,106.4983,119.8028,-11.7300,-0.0377,103.3839,0.0000,0.0000,3.1521,103.3839,-2.6401,0.0000,106.0241,0.0000,106.0241,3.8449,,,102.1609,,,,,,,21180.4775,21.1805,21.1805 -553.0000,0.4000,,,,,,6,1344.1600,801.2602,848.8870,-83.0964,112.7855,119.4894,-11.6967,-0.2764,109.9206,0.0000,0.0000,3.1413,109.9206,-2.7464,0.0000,112.6670,0.0000,112.6670,3.9911,,,108.5336,,,,,,,22452.5331,22.4525,22.4525 -553.4000,0.4000,,,,,,6,1342.0800,783.0445,849.7973,-82.9788,110.0509,119.4325,-11.6620,-0.0502,106.9612,0.0000,0.0000,3.1399,106.9612,-2.6956,0.0000,109.6568,0.0000,109.6568,3.9189,,,105.7126,,,,,,,21914.7746,21.9148,21.9148 -553.8000,0.4000,,,,,,6,1342.5600,850.5065,850.5065,-83.0059,119.5749,119.5749,-11.6700,0.1255,116.3068,0.0000,0.0000,3.1426,117.1007,-2.8556,0.0000,119.9563,0.0000,119.9563,4.1349,,,116.6772,,,,,,,23774.1168,23.7741,23.7741 -554.2000,0.4000,,,,,,6,1343.2000,826.7358,849.8987,-83.0421,116.2883,119.5464,-11.6807,-0.0251,113.1719,0.0000,0.0000,3.1416,112.4092,-2.7787,0.0000,115.1878,0.0000,115.1878,4.0284,,,111.9004,,,,,,,23111.6618,23.1117,23.1117 -554.6000,0.4000,,,,,,6,1344.8800,851.1629,851.1629,-83.1372,119.8740,119.8740,-11.7087,0.2891,116.4352,0.0000,0.0000,3.1496,118.1792,-2.8662,0.0000,121.0454,0.0000,121.0454,4.1434,,,118.7942,,,,,,,23828.1581,23.8282,23.8282 -555.0000,0.4000,,,,,,6,1348.4800,846.2801,851.1094,-83.3408,119.5053,120.1873,-11.7688,0.2773,116.0715,0.0000,0.0000,3.1565,114.3835,-2.8066,0.0000,117.1901,0.0000,117.1901,4.0633,,,114.9461,,,,,,,23745.5209,23.7455,23.7455 -555.4000,0.4000,,,,,,6,1351.6000,840.7084,850.8553,-83.5172,118.9932,120.4294,-11.8210,0.2148,115.6159,0.0000,0.0000,3.1625,115.6159,-2.8471,0.0000,118.4631,0.0000,118.4631,4.1367,,,114.4414,,,,,,,23636.0961,23.6361,23.6361 -555.8000,0.4000,,,,,,6,1356.8800,796.7141,852.4556,-83.8159,113.2068,121.1272,-11.9096,0.6215,109.4055,0.0000,0.0000,3.1799,109.4055,-2.7492,0.0000,112.1546,0.0000,112.1546,4.0047,,,108.4624,,,,,,,22514.7774,22.5148,22.5148 -556.2000,0.4000,,,,,,6,1360.4000,744.7123,849.7501,-84.0150,106.0923,121.0560,-11.9688,-0.0636,102.9776,0.0000,0.0000,3.1782,102.9776,-2.6460,0.0000,105.6237,0.0000,105.6237,3.8641,,,101.7297,,,,,,,21071.4069,21.0714,21.0714 -556.6000,0.4000,,,,,,6,1360.9600,479.5245,850.5996,-84.0466,68.3415,121.2269,-11.9783,0.1527,65.0063,0.0000,0.0000,3.1826,65.0063,-2.0246,0.0000,67.0309,0.0000,67.0309,2.9931,,,64.0830,,,,,,,13788.6691,13.7887,13.7887 -557.0000,0.4000,,,,,,6,1359.4400,440.7684,848.4494,-83.9607,62.7479,120.7854,-11.9527,-0.3939,59.9700,0.0000,0.0000,3.1718,59.9700,-1.9417,0.0000,61.9117,0.0000,61.9117,2.8744,,,58.9296,,,,,,,12761.8113,12.7618,12.7618 -557.4000,0.4000,,,,,,6,1357.2000,463.7096,850.1503,-83.8340,65.9050,120.8282,-11.9150,0.0381,62.6941,0.0000,0.0000,3.1729,62.6941,-1.9838,0.0000,64.6778,0.0000,64.6778,2.9324,,,61.7563,,,,,,,13338.2739,13.3383,13.3383 -557.8000,0.4000,,,,,,6,1356.8000,446.6149,849.5991,-83.8113,63.4567,120.7142,-11.9082,-0.1015,60.3877,0.0000,0.0000,3.1705,60.3877,-1.9461,0.0000,62.3338,0.0000,62.3338,2.8787,,,59.4271,,,,,,,12894.9289,12.8949,12.8949 -558.2000,0.4000,,,,,,6,1360.8000,560.7249,852.8983,-84.0376,79.9048,121.5403,-11.9756,0.7378,75.9763,0.0000,0.0000,3.1907,75.9763,-2.2019,0.0000,78.1781,0.0000,78.1781,3.2447,,,75.1890,,,,,,,15934.1813,15.9342,15.9342 -558.6000,0.4000,,,,,,6,1369.2800,695.7156,852.3838,-84.5172,99.7591,122.2239,-12.1190,0.6144,95.9372,0.0000,0.0000,3.2075,95.9372,-2.5376,0.0000,98.4748,0.0000,98.4748,3.7203,,,95.0203,,,,,,,19818.3285,19.8183,19.8183 -559.0000,0.4000,,,,,,6,1376.0000,731.1152,851.7791,-84.8973,105.3496,122.7366,-12.2332,0.4630,101.6647,0.0000,0.0000,3.2219,101.6647,-2.6383,0.0000,104.3029,0.0000,104.3029,3.8655,,,100.6477,,,,,,,20899.9085,20.8999,20.8999 -559.4000,0.4000,,,,,,6,1385.3600,761.7504,853.9759,-85.4267,110.5106,123.8902,-12.3932,1.0489,106.2092,0.0000,0.0000,3.2525,106.2092,-2.7218,0.0000,108.9310,0.0000,108.9310,3.9889,,,105.4329,,,,,,,21910.6564,21.9107,21.9107 -559.8000,0.4000,,,,,,6,1397.5200,715.9513,853.4547,-86.1144,104.7780,124.9013,-12.6027,0.9275,100.5682,0.0000,0.0000,3.2823,100.5682,-2.6395,0.0000,103.2076,0.0000,103.2076,3.8843,,,99.7270,,,,,,,20766.4815,20.7665,20.7665 -560.2000,0.4000,,,,,,6,1401.6000,398.7278,849.0297,-86.3452,58.5234,124.6165,-12.6733,-0.2620,55.5092,0.0000,0.0000,3.2762,55.5092,-1.9083,0.0000,57.4175,0.0000,57.4175,2.8579,,,54.4973,,,,,,,12010.3508,12.0104,12.0104 -560.6000,0.4000,,,,,,6,1397.6000,230.7675,848.5404,-86.1190,33.7743,124.1893,-12.6041,-0.3919,30.9027,0.0000,0.0000,3.2636,30.9027,-1.5031,0.0000,32.4058,0.0000,32.4058,2.2845,,,30.0695,,,,,,,7543.9040,7.5439,7.5439 -561.0000,0.4000,,,,,,6,1396.5600,271.0865,850.8277,-86.0601,39.6457,124.4314,-12.5861,0.2219,36.1523,0.0000,0.0000,3.2715,36.1523,-1.5890,0.0000,37.7413,0.0000,37.7413,2.4030,,,35.3727,,,,,,,8573.9846,8.5740,8.5740 -561.4000,0.4000,,,,,,6,1396.8800,220.0612,849.3672,-86.0782,32.1908,124.2462,-12.5916,-0.1697,29.0943,0.0000,0.0000,3.2662,29.0943,-1.4726,0.0000,30.5669,0.0000,30.5669,2.2415,,,28.3043,,,,,,,7266.6211,7.2666,7.2666 -561.8000,0.4000,,,,,,6,1395.9200,197.8577,850.0487,-86.0239,28.9229,124.2605,-12.5750,0.0130,25.6432,0.0000,0.0000,3.2667,25.6432,-1.4147,0.0000,27.0579,0.0000,27.0579,2.1603,,,24.8991,,,,,,,6698.4184,6.6984,6.6984 -562.2000,0.4000,,,,,,6,1400.7200,308.7984,852.8642,-86.2954,45.2955,125.1007,-12.6581,0.7725,41.2324,0.0000,0.0000,3.2906,41.2324,-1.6765,0.0000,42.9089,0.0000,42.9089,2.5283,,,40.5167,,,,,,,9592.8285,9.5928,9.5928 -562.6000,0.4000,,,,,,6,1404.2400,240.4796,849.2737,-86.4945,35.3629,124.8871,-12.7192,-0.1969,32.2754,0.0000,0.0000,3.2844,32.2754,-1.5319,0.0000,33.8073,0.0000,33.8073,2.3298,,,31.4506,,,,,,,7830.0731,7.8301,7.8301 -563.0000,0.4000,,,,,,6,1401.6000,124.1524,849.1267,-86.3452,18.2225,124.6308,-12.6733,-0.2358,15.1816,0.0000,0.0000,3.2767,15.1816,-1.2469,0.0000,16.4285,0.0000,16.4285,1.9317,,,14.4820,,,,,,,4861.4485,4.8614,4.8614 -563.4000,0.4000,,,,,,6,1400.9600,109.8932,850.4854,-86.3090,16.1222,124.7732,-12.6622,0.1310,12.7123,0.0000,0.0000,3.2789,12.7123,-1.2055,0.0000,13.9179,0.0000,13.9179,1.8736,,,12.0512,,,,,,,4501.3109,4.5013,4.5013 -563.8000,0.4000,,,,,,6,1401.2000,87.6449,849.6603,-86.3226,12.8604,124.6735,-12.6664,-0.0917,9.6761,0.0000,0.0000,3.2760,9.6761,-1.1556,0.0000,10.8317,0.0000,10.8317,1.8044,,,9.0237,,,,,,,3969.4167,3.9694,3.9694 -564.2000,0.4000,,,,,,6,1400.0800,83.7679,849.6600,-86.2592,12.2817,124.5738,-12.6470,-0.0916,9.1028,0.0000,0.0000,3.2705,9.1028,-1.1451,0.0000,10.2479,0.0000,10.2479,1.7889,,,8.4556,,,,,,,3875.0660,3.8751,3.8751 -564.6000,0.4000,,,,,,6,1400.6400,100.5124,850.6797,-86.2909,14.7426,124.7732,-12.6567,0.1833,11.2829,0.0000,0.0000,3.2764,11.2829,-1.1816,0.0000,12.4645,0.0000,12.4645,1.8401,,,10.6329,,,,,,,4266.0131,4.2660,4.2660 -565.0000,0.4000,,,,,,6,1402.2400,147.1884,850.2910,-86.3814,21.6135,124.8586,-12.6844,0.0786,18.2559,0.0000,0.0000,3.2789,18.2559,-1.2983,0.0000,19.5542,0.0000,19.5542,2.0036,,,17.5566,,,,,,,5441.3904,5.4414,5.4414 -565.4000,0.4000,,,,,,6,1401.2800,114.3114,849.1265,-86.3271,16.7743,124.6023,-12.6678,-0.2358,13.7412,0.0000,0.0000,3.2689,13.7412,-1.2228,0.0000,14.9640,0.0000,14.9640,1.8979,,,13.0527,,,,,,,4613.4752,4.6135,4.6135 -565.8000,0.4000,,,,,,6,1401.7601,111.2044,851.1643,-86.3543,16.3239,124.9441,-12.6761,0.3145,12.7305,0.0000,0.0000,3.2790,12.7305,-1.2066,0.0000,13.9370,0.0000,13.9370,1.8757,,,12.0779,,,,,,,4537.9344,4.5379,4.5379 -566.2000,0.4000,,,,,,6,1401.2001,51.9004,848.4955,-86.3226,7.6155,124.5026,-12.6664,-0.4060,4.7556,0.0000,0.0000,3.2659,4.7556,-1.0742,0.0000,5.8299,0.0000,5.8299,1.6913,,,4.1312,,,,,,,3139.4865,3.1395,3.1395 -566.6000,0.4000,,,,,,6,1400.3200,45.2272,850.9712,-86.2728,6.6322,124.7874,-12.6511,0.2618,3.0998,0.0000,0.0000,3.2706,3.0998,-1.0461,0.0000,4.1459,0.0000,4.1459,1.6515,,,2.4972,,,,,,,2980.7449,2.9807,2.9807 -567.0000,0.4000,,,,,,6,1399.5200,44.7178,848.5424,-86.2276,6.5537,124.3602,-12.6373,-0.3925,3.6881,0.0000,0.0000,3.2581,3.6881,-1.0551,0.0000,4.7432,0.0000,4.7432,1.6634,,,3.0746,,,,,,,2966.7799,2.9668,2.9668 -567.4000,0.4000,,,,,,6,1396.5600,23.8649,849.6592,-86.0601,3.4902,124.2605,-12.5861,-0.0914,0.3273,0.0000,0.0000,3.2543,0.3273,-0.9968,0.0000,1.3241,0.0000,1.3241,1.5800,,,-0.2558,,,,,,,2474.5765,2.4746,2.4746 -567.8000,0.4000,,,,,,6,1394.9600,18.8326,849.3663,-85.9696,2.7511,124.0753,-12.5584,-0.1695,-0.3282,0.0000,0.0000,3.2488,-0.3282,-0.9845,0.0000,0.6563,0.0000,0.6563,1.5617,,,-0.9047,,,,,,,2353.3775,2.3534,2.3534 -568.2000,0.4000,,,,,,6,1392.5600,141.3652,849.1699,-85.8339,20.6151,123.8332,-12.5170,-0.2213,17.5948,0.0000,0.0000,3.2416,17.5948,-1.2786,0.0000,18.8733,0.0000,18.8733,1.9685,,,16.8884,,,,,,,5258.8438,5.2588,5.2588 -568.6000,0.4000,,,,,,6,1393.7600,84.3859,851.5612,-85.9018,12.3165,124.2889,-12.5377,0.4169,8.6432,0.0000,0.0000,3.2563,8.6432,-1.1317,0.0000,9.7750,0.0000,9.7750,1.7653,,,8.0244,,,,,,,3872.0678,3.8721,3.8721 -569.0000,0.4000,,,,,,6,1398.1600,99.8861,851.1186,-86.1506,14.6248,124.6165,-12.6137,0.3006,11.0582,0.0000,0.0000,3.2660,11.0582,-1.1757,0.0000,12.2338,0.0000,12.2338,1.8298,,,10.4177,,,,,,,4243.9718,4.2440,4.2440 -569.4000,0.4000,,,,,,6,1400.6400,88.9827,850.3884,-86.2909,13.0515,124.7304,-12.6567,0.1047,9.6751,0.0000,0.0000,3.2716,9.6751,-1.1551,0.0000,10.8302,0.0000,10.8302,1.8032,,,9.0311,,,,,,,3998.3122,3.9983,3.9983 -569.8000,0.4000,,,,,,6,1399.0400,20.9708,848.6391,-86.2004,3.0724,124.3317,-12.6290,-0.3662,0.1787,0.0000,0.0000,3.2599,0.1787,-0.9966,0.0000,1.1753,0.0000,1.1753,1.5817,,,-0.4058,,,,,,,2414.1595,2.4142,2.4142 -570.2000,0.4000,,,,,,6,1398.2401,17.2507,850.8754,-86.1552,2.5259,124.5880,-12.6151,0.2353,-0.9768,0.0000,0.0000,3.2674,-0.9768,-0.9768,0.0000,0.0000,0.0000,0.0000,2.0607,,,-2.0628,,,,,,,2325.6099,2.3256,2.3256 -570.6000,0.4000,,,,,,6,1399.9201,18.3475,850.1457,-86.2502,2.6897,124.6308,-12.6442,0.0392,-0.6227,0.0000,0.0000,3.2732,-0.6227,-0.9842,0.0000,0.3614,0.0000,0.3614,1.5652,,,-1.2039,,,,,,,2355.6586,2.3557,2.3557 -571.0000,0.4000,,,,,,6,1397.2000,8.6627,848.1993,-86.0963,1.2675,124.1038,-12.5971,-0.4832,-1.5069,0.0000,0.0000,3.2576,-1.5069,-0.9671,0.0000,-0.5398,0.0000,-0.5398,2.1984,,,-2.7324,,,,,,,2123.3897,2.1234,2.1234 -571.4000,0.4000,,,,,,6,1393.7600,0.1079,849.7073,-85.9018,0.0158,124.0183,-12.5377,-0.0782,-3.1612,0.0000,0.0000,3.2551,-3.1612,-0.9765,0.0000,-2.1846,0.0000,-2.1846,2.2097,,,-4.3929,,,,,,,1920.0656,1.9201,1.9201 -571.8000,0.4000,,,,,,6,1391.6800,-4.9872,849.0228,-85.7841,-0.7268,123.7335,-12.5019,-0.2602,-3.7173,0.0000,0.0000,3.2507,-3.7173,-0.9834,0.0000,-2.7340,0.0000,-2.7340,2.2113,,,-4.9395,,,,,,,1808.5542,1.8086,1.8086 -572.2000,0.4000,,,,,,6,1389.6000,-5.2480,849.7064,-85.6665,-0.7637,123.6481,-12.4661,-0.0779,-3.9339,0.0000,0.0000,3.2482,-3.9339,-0.9850,0.0000,-2.9490,0.0000,-2.9490,2.2088,,,-5.1560,,,,,,,1799.8946,1.7999,1.7999 -572.6000,0.4000,,,,,,6,1388.8800,-0.6967,849.8531,-85.6258,-0.1013,123.6053,-12.4537,-0.0389,-3.3138,0.0000,0.0000,3.2514,-3.3138,-0.9747,0.0000,-2.3391,0.0000,-2.3391,2.1998,,,-4.5381,,,,,,,1894.0299,1.8940,1.8940 -573.0000,0.4000,,,,,,6,1390.5600,17.8794,851.1736,-85.7208,2.6036,123.9471,-12.4826,0.3120,-0.9699,0.0000,0.0000,3.2615,-0.9699,-0.9699,0.0000,0.0000,0.0000,0.0000,2.0122,,,-2.0150,,,,,,,2319.2335,2.3192,2.3192 -573.4000,0.4000,,,,,,6,1392.2400,18.8021,849.8535,-85.8158,2.7412,123.9044,-12.5115,-0.0390,-0.4800,0.0000,0.0000,3.2603,-0.4800,-0.9795,0.0000,0.4996,0.0000,0.4996,1.5526,,,-1.0529,,,,,,,2345.2426,2.3452,2.3452 -573.8000,0.4000,,,,,,6,1389.8401,20.9230,848.6790,-85.6801,3.0452,123.5199,-12.4702,-0.3508,0.1463,0.0000,0.0000,3.2497,0.1463,-0.9877,0.0000,1.1340,0.0000,1.1340,1.5621,,,-0.4274,,,,,,,2387.9285,2.3879,2.3879 -574.2000,0.4000,,,,,,6,1389.5201,187.4588,851.1255,-85.6620,27.2772,123.8474,-12.4647,0.2987,23.7191,0.0000,0.0000,3.2593,23.7191,-1.3771,0.0000,25.0962,0.0000,25.0962,2.1029,,,23.0237,,,,,,,6399.6519,6.3997,6.3997 -574.6000,0.4000,,,,,,6,1391.6800,132.7738,850.1954,-85.7841,19.3500,123.9044,-12.5019,0.0520,16.0372,0.0000,0.0000,3.2608,16.0372,-1.2520,0.0000,17.2892,0.0000,17.2892,1.9309,,,15.3619,,,,,,,5040.5922,5.0406,5.0406 -575.0000,0.4000,,,,,,6,1392.4000,170.9568,850.2442,-85.8249,24.9275,123.9756,-12.5143,0.0651,21.6009,0.0000,0.0000,3.2615,21.6009,-1.3447,0.0000,22.9456,0.0000,22.9456,2.0602,,,20.8914,,,,,,,5994.2722,5.9943,5.9943 -575.4000,0.4000,,,,,,6,1391.5200,150.3928,849.2181,-85.7751,21.9152,123.7478,-12.4991,-0.2081,18.8685,0.0000,0.0000,3.2548,18.8685,-1.2987,0.0000,20.1672,0.0000,20.1672,1.9956,,,18.1549,,,,,,,5479.9634,5.4800,5.4800 -575.8000,0.4000,,,,,,6,1390.1600,208.3603,849.9511,-85.6982,30.3325,123.7335,-12.4757,-0.0130,27.0912,0.0000,0.0000,3.2543,27.0912,-1.4334,0.0000,28.5245,0.0000,28.5245,2.1817,,,26.3413,,,,,,,6927.1085,6.9271,6.9271 -576.2000,0.4000,,,,,,6,1392.3201,231.6336,851.3675,-85.8203,33.7730,124.1323,-12.5129,0.3644,30.1469,0.0000,0.0000,3.2616,30.1469,-1.4858,0.0000,31.6328,0.0000,31.6328,2.2563,,,29.4237,,,,,,,7533.5217,7.5335,7.5335 -576.6000,0.4000,,,,,,6,1393.9201,197.9159,849.6097,-85.9108,28.8900,124.0183,-12.5405,-0.1042,25.7360,0.0000,0.0000,3.2582,25.7360,-1.4144,0.0000,27.1504,0.0000,27.1504,2.1583,,,24.9806,,,,,,,6689.3582,6.6894,6.6894 -577.0000,0.4000,,,,,,6,1392.8800,282.5002,849.7559,-85.8520,41.2061,123.9471,-12.5225,-0.0651,38.0203,0.0000,0.0000,3.2509,38.0203,-1.6165,0.0000,39.6368,0.0000,39.6368,2.4383,,,37.1878,,,,,,,8846.8669,8.8469,8.8469 -577.4000,0.4000,,,,,,6,1392.8800,262.0367,850.2441,-85.8520,38.2212,124.0183,-12.5225,0.0651,34.9030,0.0000,0.0000,3.2531,34.9030,-1.5650,0.0000,36.4680,0.0000,36.4680,2.3667,,,34.1110,,,,,,,8311.5039,8.3115,8.3115 -577.8000,0.4000,,,,,,6,1393.6800,255.1885,850.2440,-85.8972,37.2437,124.0896,-12.5363,0.0651,33.9281,0.0000,0.0000,3.2505,33.9281,-1.5496,0.0000,35.4777,0.0000,35.4777,2.3460,,,33.1412,,,,,,,8138.0256,8.1380,8.1380 -578.2000,0.4000,,,,,,6,1393.6000,271.9241,849.7072,-85.8927,39.6839,124.0041,-12.5350,-0.0782,36.5141,0.0000,0.0000,3.2479,36.5141,-1.5923,0.0000,38.1064,0.0000,38.1064,2.4052,,,35.6889,,,,,,,8575.2093,8.5752,8.5752 -578.6000,0.4000,,,,,,6,1391.2800,293.5079,848.8758,-85.7615,42.7625,123.6765,-12.4950,-0.2991,39.8234,0.0000,0.0000,3.2382,39.8234,-1.6448,0.0000,41.4682,0.0000,41.4682,2.4765,,,38.9402,,,,,,,9123.6645,9.1237,9.1237 -579.0000,0.4000,,,,,,6,1390.4000,316.1473,850.5869,-85.7117,46.0318,123.8474,-12.4798,0.1560,42.6359,0.0000,0.0000,3.2399,42.6359,-1.6897,0.0000,44.3256,0.0000,44.3256,2.5392,,,41.8152,,,,,,,9711.1101,9.7111,9.7111 -579.4000,0.4000,,,,,,6,1392.0800,331.3177,850.4396,-85.8068,48.2989,123.9756,-12.5088,0.1171,44.9381,0.0000,0.0000,3.2437,44.9381,-1.7285,0.0000,46.6666,0.0000,46.6666,2.5956,,,44.0939,,,,,,,10130.4204,10.1304,10.1304 -579.8000,0.4000,,,,,,6,1391.4400,308.7470,849.1692,-85.7706,44.9879,123.7335,-12.4977,-0.2211,41.9736,0.0000,0.0000,3.2354,41.9736,-1.6800,0.0000,43.6536,0.0000,43.6536,2.5262,,,41.0872,,,,,,,9520.7586,9.5208,9.5208 -580.2000,0.4000,,,,,,6,1390.9600,387.6300,850.5378,-85.7434,56.4626,123.8902,-12.4895,0.1430,53.0806,0.0000,0.0000,3.2389,53.0806,-1.8592,0.0000,54.9398,0.0000,54.9398,2.7802,,,52.1926,,,,,,,11624.8712,11.6249,11.6249 -580.6000,0.4000,,,,,,6,1391.9200,372.6456,850.0489,-85.7977,54.3174,123.9044,-12.5060,0.0130,51.0650,0.0000,0.0000,3.2393,51.0650,-1.8275,0.0000,52.8925,0.0000,52.8925,2.7359,,,50.1595,,,,,,,11231.3424,11.2313,11.2313 -581.0000,0.4000,,,,,,6,1391.7600,350.0174,849.8534,-85.7887,51.0132,123.8617,-12.5032,-0.0390,47.8142,0.0000,0.0000,3.2381,47.8142,-1.7747,0.0000,49.5889,0.0000,49.5889,2.6609,,,46.9199,,,,,,,10629.0314,10.6290,10.6290 -581.4000,0.4000,,,,,,6,1390.6400,344.6646,849.4621,-85.7253,50.1926,123.7050,-12.4840,-0.1430,47.1026,0.0000,0.0000,3.2331,47.1026,-1.7622,0.0000,48.8647,0.0000,48.8647,2.6423,,,46.1932,,,,,,,10477.0555,10.4771,10.4771 -581.8000,0.4000,,,,,,6,1389.0400,350.8206,849.5594,-85.6348,51.0303,123.5768,-12.4564,-0.1169,47.9179,0.0000,0.0000,3.2293,47.9179,-1.7739,0.0000,49.6918,0.0000,49.6918,2.6577,,,47.0097,,,,,,,10629.7928,10.6298,10.6298 -582.2000,0.4000,,,,,,6,1390.0000,371.2642,851.0274,-85.6891,54.0414,123.8759,-12.4729,0.2729,50.5294,0.0000,0.0000,3.2391,50.5294,-1.8170,0.0000,52.3464,0.0000,52.3464,2.7197,,,49.6867,,,,,,,11178.4435,11.1784,11.1784 -582.6000,0.4000,,,,,,6,1391.7601,376.9398,850.0488,-85.7887,54.9370,123.8902,-12.5032,0.0130,51.6845,0.0000,0.0000,3.2395,51.6845,-1.8373,0.0000,53.5218,0.0000,53.5218,2.7498,,,50.7749,,,,,,,11345.0721,11.3451,11.3451 -583.0000,0.4000,,,,,,6,1389.4400,42.9552,848.5318,-85.6574,6.2501,123.4629,-12.4633,-0.3896,3.4128,0.0000,0.0000,3.2269,3.4128,-1.0413,0.0000,4.4541,0.0000,4.4541,1.6363,,,2.8130,,,,,,,2898.3356,2.8983,2.8983 -583.4000,0.4000,,,,,,6,1385.6000,-85.4403,849.1166,-85.4403,-12.3974,123.2066,-12.3974,-0.2331,-15.3858,0.0000,0.0000,3.2216,-15.3858,-1.1591,0.0000,-14.2267,0.0000,-14.2267,2.3340,,,-19.5311,,,,,,,29.5310,0.0295,0.0295 -583.8000,0.4000,,,,,,6,1376.4800,-84.9244,845.2575,-84.9244,-12.2414,121.8393,-12.2414,-1.2352,-14.1941,0.0000,0.0000,3.1879,-14.1941,-1.1329,0.0000,-13.0613,0.0000,-13.0613,2.2982,,,-16.5356,,,,,,,28.0799,0.0281,0.0281 -584.2000,0.4000,,,,,,6,1367.2000,-84.3996,849.0053,-84.3996,-12.0837,121.5545,-12.0837,-0.2556,-15.0126,0.0000,0.0000,3.1845,-15.0126,-1.1377,0.0000,-13.8749,0.0000,-13.8749,2.2858,,,-16.4356,,,,,,,26.6033,0.0266,0.0266 -584.6000,0.4000,,,,,,6,1364.4800,-81.0978,849.3023,-84.2457,-11.5879,121.3551,-12.0377,-0.1786,-14.5889,0.0000,0.0000,3.1796,-14.5889,-1.1288,0.0000,-13.4601,0.0000,-13.4601,2.2743,,,-15.7215,,,,,,,95.4445,0.0954,0.0954 -585.0000,0.4000,,,,,,6,1361.6800,-84.0874,848.9513,-84.0874,-11.9904,121.0560,-11.9904,-0.2673,-14.8953,0.0000,0.0000,3.1722,-14.8953,-1.1312,0.0000,-13.7641,0.0000,-13.7641,2.2713,,,-18.5962,,,,,,,25.7250,0.0257,0.0257 -585.4000,0.4000,,,,,,6,1357.8401,-83.8702,848.6479,-83.8702,-11.9257,120.6715,-11.9257,-0.3427,-14.7530,0.0000,0.0000,3.1699,-14.7530,-1.1258,0.0000,-13.6272,0.0000,-13.6272,2.2606,,,-19.7956,,,,,,,25.1141,0.0251,0.0251 -585.8000,0.4000,,,,,,6,1354.4001,-83.6756,849.1967,-83.6756,-11.8679,120.4436,-11.8679,-0.2026,-14.8295,0.0000,0.0000,3.1642,-14.8295,-1.1240,0.0000,-13.7055,0.0000,-13.7055,2.2534,,,-19.3122,,,,,,,24.5667,0.0246,0.0246 -586.2000,0.4000,,,,,,6,1351.0400,-83.4856,848.6914,-83.4856,-11.8116,120.0733,-11.8116,-0.3284,-14.6384,0.0000,0.0000,3.1551,-14.6384,-1.1182,0.0000,-13.5201,0.0000,-13.5201,2.2432,,,-18.2818,,,,,,,24.0321,0.0240,0.0240 -586.6000,0.4000,,,,,,6,1346.0800,-83.2050,848.1814,-83.2050,-11.7287,119.5606,-11.7287,-0.4530,-14.4220,0.0000,0.0000,3.1463,-14.4220,-1.1107,0.0000,-13.3113,0.0000,-13.3113,2.2290,,,-16.4535,,,,,,,23.2429,0.0232,0.0232 -587.0000,0.4000,,,,,,6,1340.3200,-82.8793,848.1735,-82.8793,-11.6328,119.0479,-11.6328,-0.4510,-14.3154,0.0000,0.0000,3.1337,-14.3154,-1.1042,0.0000,-13.2112,0.0000,-13.2112,2.2143,,,-17.1549,,,,,,,22.3264,0.0223,0.0223 -587.4000,0.4000,,,,,,6,1334.5600,-74.4295,848.1658,-82.5535,-10.4019,118.5352,-11.5372,-0.4491,-13.0739,0.0000,0.0000,3.1211,-13.0739,-1.0801,0.0000,-11.9938,0.0000,-11.9938,2.1862,,,-14.1494,,,,,,,200.1893,0.2002,0.2002 -587.8000,0.4000,,,,,,6,1328.4001,-82.2051,847.9012,-82.2051,-11.4355,117.9513,-11.4355,-0.5091,-14.0315,0.0000,0.0000,3.1050,-14.0315,-1.0898,0.0000,-12.9416,0.0000,-12.9416,2.1832,,,-17.8593,,,,,,,20.4298,0.0204,0.0204 -588.2000,0.4000,,,,,,6,1323.0400,-81.9019,848.6637,-81.9019,-11.3474,117.5810,-11.3474,-0.3215,-14.1218,0.0000,0.0000,3.0960,-14.1218,-1.0868,0.0000,-13.0350,0.0000,-13.0350,2.1718,,,-18.5751,,,,,,,19.5770,0.0196,0.0196 -588.6000,0.4000,,,,,,6,1318.0800,-81.6214,848.1428,-81.6214,-11.2661,117.0683,-11.2661,-0.4435,-13.9017,0.0000,0.0000,3.0791,-13.9017,-1.0792,0.0000,-12.8225,0.0000,-12.8225,2.1577,,,-17.4321,,,,,,,18.7878,0.0188,0.0188 -589.0000,0.4000,,,,,,6,1311.0400,-81.2232,847.3029,-81.2232,-11.1513,116.3277,-11.1513,-0.6373,-13.5750,0.0000,0.0000,3.0609,-13.5750,-1.0683,0.0000,-12.5067,0.0000,-12.5067,2.1376,,,-15.6615,,,,,,,17.6677,0.0177,0.0177 -589.4000,0.4000,,,,,,6,1303.7600,-79.9248,847.9659,-80.8115,-10.9121,115.7723,-11.0331,-0.4753,-13.4841,0.0000,0.0000,3.0473,-13.4841,-1.0608,0.0000,-12.4233,0.0000,-12.4233,2.1199,,,-14.5083,,,,,,,36.0218,0.0360,0.0360 -589.8000,0.4000,,,,,,6,1295.5200,-80.3454,846.6407,-80.3454,-10.9002,114.8608,-10.9002,-0.7750,-13.1461,0.0000,0.0000,3.0210,-13.1461,-1.0488,0.0000,-12.0974,0.0000,-12.0974,2.0970,,,-16.3578,,,,,,,15.1983,0.0152,0.0152 -590.2000,0.4000,,,,,,6,1288.1600,-79.9291,848.5219,-79.9291,-10.7821,114.4620,-10.7821,-0.3372,-13.4562,0.0000,0.0000,3.0112,-13.4562,-1.0475,0.0000,-12.4087,0.0000,-12.4087,2.0839,,,-15.8332,,,,,,,14.0272,0.0140,0.0140 -590.6000,0.4000,,,,,,6,1281.3600,-79.5445,846.9751,-79.5445,-10.6736,113.6503,-10.6736,-0.6827,-12.9787,0.0000,0.0000,2.9878,-12.9787,-1.0345,0.0000,-11.9442,0.0000,-11.9442,2.0628,,,-16.2527,,,,,,,12.9453,0.0129,0.0129 -591.0000,0.4000,,,,,,6,1273.2800,-79.0858,847.6502,-79.0875,-10.5451,113.0236,-10.5453,-0.5237,-12.9940,0.0000,0.0000,2.9726,-12.9940,-1.0281,0.0000,-11.9659,0.0000,-11.9659,2.0447,,,-14.0074,,,,,,,11.6979,0.0117,0.0117 -591.4000,0.4000,,,,,,6,1265.2800,-78.6351,846.9904,-78.6351,-10.4191,112.2261,-10.4191,-0.6623,-12.7100,0.0000,0.0000,2.9532,-12.7100,-1.0171,0.0000,-11.6929,0.0000,-11.6929,2.0234,,,-16.7322,,,,,,,10.3868,0.0104,0.0104 -591.8000,0.4000,,,,,,6,1258.1600,-78.2324,848.2164,-78.2324,-10.3074,111.7561,-10.3074,-0.3881,-12.8583,0.0000,0.0000,2.9390,-12.8583,-1.0136,0.0000,-11.8447,0.0000,-11.8447,2.0092,,,-15.9492,,,,,,,9.2539,0.0093,0.0093 -592.2000,0.4000,,,,,,6,1251.3600,-77.8478,847.1743,-77.8478,-10.2013,111.0155,-10.2013,-0.6083,-12.5140,0.0000,0.0000,2.9209,-12.5140,-1.0027,0.0000,-11.5113,0.0000,-11.5113,1.9899,,,-14.9537,,,,,,,8.1719,0.0082,0.0082 -592.6000,0.4000,,,,,,6,1242.7200,-77.3591,846.9358,-77.3591,-10.0673,110.2180,-10.0673,-0.6505,-12.3183,0.0000,0.0000,2.9015,-12.3183,-0.9926,0.0000,-11.3257,0.0000,-11.3257,1.9684,,,-15.4224,,,,,,,6.7972,0.0068,0.0068 -593.0000,0.4000,,,,,,6,1237.2000,-77.0469,849.2855,-77.0469,-9.9821,110.0328,-9.9821,-0.1503,-12.7264,0.0000,0.0000,2.8946,-12.7264,-0.9944,0.0000,-11.7320,0.0000,-11.7320,1.9610,,,-14.6615,,,,,,,5.9189,0.0059,0.0059 -593.4000,0.4000,,,,,,6,1231.2800,-76.7120,846.6311,-76.7120,-9.8912,109.1641,-9.8912,-0.7021,-12.0626,0.0000,0.0000,2.8735,-12.0626,-0.9794,0.0000,-11.0832,0.0000,-11.0832,1.9401,,,-15.5236,,,,,,,4.9770,0.0050,0.0050 -593.8000,0.4000,,,,,,6,1222.9600,-76.2415,847.6091,-76.2415,-9.7641,108.5517,-9.7641,-0.4916,-12.1291,0.0000,0.0000,2.8565,-12.1291,-0.9737,0.0000,-11.1555,0.0000,-11.1555,1.9226,,,-69.2242,,,,,,,3.6532,0.0037,0.0037 -594.2000,0.4000,,,,,,6,1210.4000,-75.5311,843.5955,-75.5311,-9.5738,106.9281,-9.5738,-1.2898,-11.1009,0.0000,0.0000,2.8169,-11.1009,-0.9476,0.0000,-10.1533,0.0000,-10.1533,1.8830,,,-51.7677,,,,,,,1.6548,0.0017,0.0017 -594.6000,0.4000,,,,,,6,1194.9600,-74.6426,844.9395,-74.6426,-9.3405,105.7323,-9.3405,-0.8824,-11.2476,0.0000,0.0000,2.7895,-11.2476,-0.9379,0.0000,-10.3097,0.0000,-10.3097,1.8512,,,-58.7599,,,,,,,0.0000,0.0000,0.0000 -595.0000,0.4000,,,,,,6,1182.6400,-73.9084,844.5255,-73.9084,-9.1532,104.5909,-9.1532,-0.8291,-11.0864,0.0000,0.0000,2.7622,-11.0864,-0.9265,0.0000,-10.1599,0.0000,-10.1599,1.8227,,,-60.7208,,,,,,,0.0000,0.0000,0.0000 -595.4000,0.4000,,,,,,6,1168.2400,-73.0504,841.8947,-73.0504,-8.9368,102.9955,-8.9368,-1.1466,-10.5161,0.0000,0.0000,2.7258,-10.5161,-0.9074,0.0000,-9.6087,0.0000,-9.6087,1.7852,,,-67.2651,,,,,,,0.0000,0.0000,0.0000 -595.8000,0.4000,,,,,,6,1152.0800,-72.0874,841.5094,-72.0874,-8.6970,101.5243,-8.6970,-1.0446,-10.3446,0.0000,0.0000,2.6922,-10.3446,-0.8931,0.0000,-9.4515,0.0000,-9.4515,1.7489,,,-66.3948,,,,,,,0.0000,0.0000,0.0000 -596.2000,0.4000,,,,,,6,1136.8000,-71.1769,840.8646,-71.1769,-8.4733,100.1011,-8.4733,-0.9989,-10.1316,0.0000,0.0000,2.6571,-10.1316,-0.8789,0.0000,-9.2526,0.0000,-9.2526,1.7113,,,-71.7021,,,,,,,0.0000,0.0000,0.0000 -596.6000,0.4000,,,,,,6,1120.4000,-70.1986,838.8742,-70.1997,-8.2363,98.4234,-8.2364,-1.1625,-9.6923,0.0000,0.0000,2.6186,-9.6923,-0.8609,0.0000,-8.8314,0.0000,-8.8314,1.6687,,,-66.4845,,,,,,,0.0235,0.0000,0.0000 -597.0000,0.4000,,,,,,6,1104.8800,-69.2740,839.7644,-69.2749,-8.0152,97.1631,-8.0153,-0.8572,-9.7465,0.0000,0.0000,2.5885,-9.7465,-0.8513,0.0000,-8.8952,0.0000,-8.8952,1.6343,,,-68.6337,,,,,,,0.0196,0.0000,0.0000 -597.4000,0.4000,,,,,,6,1096.2400,-68.7600,842.9409,-68.7601,-7.8935,96.7679,-7.8935,-0.2562,-10.2173,0.0000,0.0000,2.5800,-10.2173,-0.8526,0.0000,-9.3647,0.0000,-9.3647,1.6205,,,-16.2688,,,,,,,0.0006,0.0000,0.0000 -597.8000,0.4000,,,,,,6,1093.1200,-68.5742,843.4150,-68.5742,-7.8498,96.5468,-7.8498,-0.1431,-10.2818,0.0000,0.0000,2.5751,-10.2818,-0.8515,0.0000,-9.4303,0.0000,-9.4303,1.6143,,,-13.7472,,,,,,,0.0000,0.0000,0.0000 -598.2000,0.4000,,,,,,6,1087.4400,-68.2357,839.9223,-68.2357,-7.7704,95.6474,-7.7704,-0.5794,-9.7469,0.0000,0.0000,2.5559,-9.7469,-0.8395,0.0000,-8.9073,0.0000,-8.9073,1.5955,,,-12.3348,,,,,,,0.0000,0.0000,0.0000 -598.6000,0.4000,,,,,,6,1078.4800,-67.7018,839.2293,-67.7018,-7.6461,94.7810,-7.6461,-0.5545,-9.6284,0.0000,0.0000,2.5368,-9.6284,-0.8317,0.0000,-8.7967,0.0000,-8.7967,1.5743,,,-12.4974,,,,,,,0.0000,0.0000,0.0000 -599.0000,0.4000,,,,,,6,1070.7200,-67.2394,839.4199,-67.2394,-7.5393,94.1204,-7.5393,-0.4204,-9.6414,0.0000,0.0000,2.5225,-9.6414,-0.8267,0.0000,-8.8147,0.0000,-8.8147,1.5574,,,-12.9870,,,,,,,0.0000,0.0000,0.0000 -599.4000,0.4000,,,,,,6,1066.8000,191.0043,841.5196,-67.0058,21.3381,94.0104,-7.4856,-0.0698,18.8878,0.0000,0.0000,2.5201,18.8878,-1.0333,0.0000,19.9211,0.0000,19.9211,1.4000,,,18.5114,,,,,,,4866.9949,4.8670,4.8670 -599.8000,0.4000,,,,,,6,1061.9200,106.2187,837.7620,-66.7150,11.8119,93.1625,-7.4190,-0.5360,9.8465,0.0000,0.0000,2.5014,9.8465,-0.8812,0.0000,10.7277,0.0000,10.7277,1.1844,,,9.5045,,,,,,,3245.4976,3.2455,3.2455 -600.2000,0.4000,,,,,,6,1056.6401,17.7828,840.2472,-66.4004,1.9677,92.9743,-7.3473,-0.1185,-0.4132,0.0000,0.0000,2.4994,-0.4132,-0.7079,0.0000,0.2946,0.0000,0.2946,0.9403,,,-0.6450,,,,,,,1627.0480,1.6270,1.6270 -600.6000,0.4000,,,,,,6,1052.6401,38.1760,838.0367,-66.1621,4.2082,92.3786,-7.2932,-0.3739,2.0958,0.0000,0.0000,2.4863,2.0958,-0.7465,0.0000,2.8423,0.0000,2.8423,0.9915,,,1.8455,,,,,,,1963.5018,1.9635,1.9635 -601.0000,0.4000,,,,,,6,1050.0000,291.1057,840.8562,-66.0047,32.0087,92.4570,-7.2576,0.0491,29.4717,0.0000,0.0000,2.4880,29.4717,-1.1918,0.0000,30.6634,0.0000,30.6634,1.6160,,,29.0585,,,,,,,6831.5317,6.8315,6.8315 -601.4000,0.4000,,,,,,6,1049.5200,342.2355,839.6730,-65.9761,37.6136,92.2847,-7.2511,-0.1079,35.2361,0.0000,0.0000,2.4853,35.2361,-1.2847,0.0000,36.5208,0.0000,36.5208,1.7476,,,34.7440,,,,,,,7927.2742,7.9273,7.9273 -601.8000,0.4000,,,,,,6,1051.2000,324.7984,842.8861,-66.0762,35.7543,92.7861,-7.2738,0.3144,32.9434,0.0000,0.0000,2.4964,32.9434,-1.2488,0.0000,34.1923,0.0000,34.1923,1.6977,,,32.5737,,,,,,,7570.8279,7.5708,7.5708 -602.2000,0.4000,,,,,,6,1051.6000,377.4311,838.7233,-66.1001,41.5640,92.3630,-7.2792,-0.2654,39.3422,0.0000,0.0000,2.4872,39.3422,-1.3526,0.0000,40.6948,0.0000,40.6948,1.8452,,,38.7698,,,,,,,8723.1164,8.7231,8.7231 -602.6000,0.4000,,,,,,6,1052.2400,411.6286,843.1914,-66.1382,45.3575,92.9115,-7.2878,0.3443,42.5152,0.0000,0.0000,2.4980,42.5152,-1.4044,0.0000,43.9196,0.0000,43.9196,1.9191,,,42.1123,,,,,,,9489.9572,9.4900,9.4900 -603.0000,0.4000,,,,,,6,1054.4800,430.6682,840.4063,-66.2717,47.5565,92.8018,-7.3180,-0.0690,45.1299,0.0000,0.0000,2.4956,45.1299,-1.4484,0.0000,46.5783,0.0000,46.5783,1.9827,,,44.5719,,,,,,,9908.3095,9.9083,9.9083 -603.4000,0.4000,,,,,,6,1054.7200,382.0839,841.6347,-66.2860,42.2012,92.9586,-7.3213,0.0986,39.6035,0.0000,0.0000,2.4991,39.6035,-1.3592,0.0000,40.9627,0.0000,40.9627,1.8562,,,39.1362,,,,,,,8843.0883,8.8431,8.8431 -603.8000,0.4000,,,,,,6,1056.1600,297.8077,841.6217,-66.3718,32.9378,93.0840,-7.3408,0.0790,30.3605,0.0000,0.0000,2.4983,30.3605,-1.2108,0.0000,31.5713,0.0000,31.5713,1.6463,,,29.9431,,,,,,,7022.1081,7.0221,7.0221 -604.2000,0.4000,,,,,,6,1057.2000,255.6197,841.5023,-66.4338,28.2996,93.1625,-7.3549,0.0494,25.7501,0.0000,0.0000,2.5001,25.7501,-1.1370,0.0000,26.8872,0.0000,26.8872,1.5421,,,25.3547,,,,,,,6126.4134,6.1264,6.1264 -604.6000,0.4000,,,,,,6,1054.8000,218.9839,838.4484,-66.2908,24.1886,92.6137,-7.3224,-0.3451,22.0494,0.0000,0.0000,2.4843,22.0494,-1.0754,0.0000,23.1247,0.0000,23.1247,1.4533,,,21.6140,,,,,,,5372.7769,5.3728,5.3728 -605.0000,0.4000,,,,,,6,1052.9600,190.6320,841.6194,-66.1811,21.0202,92.8018,-7.2975,0.1181,18.4136,0.0000,0.0000,2.4885,18.4136,-1.0152,0.0000,19.4288,0.0000,19.4288,1.3668,,,18.0784,,,,,,,4789.7212,4.7897,4.7897 -605.4000,0.4000,,,,,,6,1052.3200,110.1788,839.2868,-66.1430,12.1416,92.4883,-7.2889,-0.1967,9.8582,0.0000,0.0000,2.4801,9.8582,-0.8745,0.0000,10.7328,0.0000,10.7328,1.1693,,,9.5489,,,,,,,3300.1596,3.3002,3.3002 -605.8000,0.4000,,,,,,6,1050.1600,89.4731,840.0158,-66.0143,9.8396,92.3786,-7.2598,-0.0687,7.4306,0.0000,0.0000,2.4776,7.4306,-0.8329,0.0000,8.2635,0.0000,8.2635,1.1101,,,7.1496,,,,,,,2904.0359,2.9040,2.9040 -606.2000,0.4000,,,,,,6,1046.2400,2.2295,837.1620,-65.7807,0.2443,91.7211,-7.2071,-0.4107,-1.8081,0.0000,0.0000,2.4631,-1.8081,-0.6913,0.0000,-1.1168,0.0000,-1.1168,1.4128,,,-2.5215,,,,,,,1352.9750,1.3530,1.3530 -606.6000,0.4000,,,,,,6,1038.9600,-56.2884,835.9875,-65.3469,-6.1242,90.9551,-7.1097,-0.4759,-8.0945,0.0000,0.0000,2.4462,-8.0945,-0.7819,0.0000,-7.3126,0.0000,-7.3126,1.4706,,,-8.7500,,,,,,,186.0783,0.1861,0.1861 -607.0000,0.4000,,,,,,6,1032.4000,-64.9560,836.5338,-64.9560,-7.0226,90.4399,-7.0226,-0.3185,-9.1389,0.0000,0.0000,2.4348,-9.1389,-0.7934,0.0000,-8.3455,0.0000,-8.3455,1.4687,,,-12.8986,,,,,,,0.0000,0.0000,0.0000 -607.4000,0.4000,,,,,,6,1028.0800,-64.6986,837.0060,-64.6986,-6.9655,90.1123,-6.9655,-0.2018,-9.1912,0.0000,0.0000,2.4276,-9.1912,-0.7913,0.0000,-8.3999,0.0000,-8.3999,1.4602,,,-12.2511,,,,,,,0.0000,0.0000,0.0000 -607.8000,0.4000,,,,,,6,1022.5600,-64.3697,834.5391,-64.3697,-6.8928,89.3643,-6.8928,-0.4588,-8.8434,0.0000,0.0000,2.4094,-8.8434,-0.7823,0.0000,-8.0611,0.0000,-8.0611,1.4444,,,-11.4618,,,,,,,0.0000,0.0000,0.0000 -608.2000,0.4000,,,,,,6,1017.7600,-64.0836,836.7220,-64.0836,-6.8300,89.1775,-6.8300,-0.1142,-9.1211,0.0000,0.0000,2.4052,-9.1211,-0.7833,0.0000,-8.3377,0.0000,-8.3377,1.4375,,,-9.9250,,,,,,,0.0000,0.0000,0.0000 -608.6000,0.4000,,,,,,6,1013.6800,-63.8405,834.3744,-63.8405,-6.7768,88.5708,-6.7768,-0.3695,-8.7990,0.0000,0.0000,2.3917,-8.7990,-0.7757,0.0000,-8.0233,0.0000,-8.0233,1.4252,,,-11.2317,,,,,,,0.0000,0.0000,0.0000 -609.0000,0.4000,,,,,,6,1008.7200,-63.5450,835.0931,-63.5450,-6.7124,88.2133,-6.7124,-0.2169,-8.8796,0.0000,0.0000,2.3841,-8.8796,-0.7736,0.0000,-8.1060,0.0000,-8.1060,1.4157,,,-13.4786,,,,,,,0.0000,0.0000,0.0000 -609.4000,0.4000,,,,,,6,1002.3200,-63.1636,831.0595,-63.1636,-6.6298,87.2302,-6.6298,-0.5340,-8.4601,0.0000,0.0000,2.3644,-8.4601,-0.7630,0.0000,-7.6972,0.0000,-7.6972,1.3975,,,-12.5540,,,,,,,0.0000,0.0000,0.0000 -609.8000,0.4000,,,,,,6,996.7200,-63.2250,832.9268,-63.2250,-6.5992,86.9378,-6.5992,-0.1211,-8.8373,0.0000,0.0000,2.3592,-8.8373,-0.7650,0.0000,-8.0723,0.0000,-8.0723,1.3902,,,-12.5569,,,,,,,0.0000,0.0000,0.0000 -610.2000,0.4000,,,,,,6,991.9200,-63.5172,826.8155,-63.5172,-6.5978,85.8843,-6.5978,-0.4358,-8.5050,0.0000,0.0000,2.3430,-8.5050,-0.7567,0.0000,-7.7483,0.0000,-7.7483,1.3764,,,-9.5046,,,,,,,0.0000,0.0000,0.0000 -610.6000,0.4000,,,,,,6,987.0400,-63.8143,827.8787,-63.8143,-6.5960,85.5717,-6.5960,-0.1292,-8.8050,0.0000,0.0000,2.3382,-8.8050,-0.7580,0.0000,-8.0470,0.0000,-8.0470,1.3698,,,-10.1360,,,,,,,0.0000,0.0000,0.0000 -611.0000,0.4000,,,,,,6,981.7600,-64.1357,821.0820,-64.1357,-6.5938,84.4152,-6.5938,-0.4772,-8.4394,0.0000,0.0000,2.3228,-8.4394,-0.7490,0.0000,-7.6904,0.0000,-7.6904,1.3547,,,-13.3273,,,,,,,0.0000,0.0000,0.0000 -611.4000,0.4000,,,,,,6,975.3600,-62.6356,820.4027,-64.5254,-6.3976,83.7955,-6.5906,-0.2553,-8.4558,0.0000,0.0000,2.3135,-8.4558,-0.7450,0.0000,-7.7109,0.0000,-7.7109,1.3418,,,-9.0319,,,,,,,25.1526,0.0252,0.0252 -611.8000,0.4000,,,,,,6,970.8000,-64.8030,817.9654,-64.8030,-6.5880,83.1559,-6.5880,-0.2632,-8.6286,0.0000,0.0000,2.3038,-8.6286,-0.7446,0.0000,-7.8841,0.0000,-7.8841,1.3345,,,-12.4626,,,,,,,0.0000,0.0000,0.0000 -612.2000,0.4000,,,,,,6,964.9600,-65.1585,813.3566,-65.1585,-6.5843,82.1900,-6.5843,-0.3969,-8.4746,0.0000,0.0000,2.2872,-8.4746,-0.7383,0.0000,-7.7362,0.0000,-7.7362,1.3209,,,-10.9417,,,,,,,0.0000,0.0000,0.0000 -612.6000,0.4000,,,,,,6,960.0800,-54.7458,813.7928,-65.4556,-5.5041,81.8182,-6.5809,-0.1526,-7.6330,0.0000,0.0000,2.2814,-7.6330,-0.7223,0.0000,-6.9107,0.0000,-6.9107,1.3012,,,-8.2002,,,,,,,142.5470,0.1425,0.1425 -613.0000,0.4000,,,,,,6,957.7600,37.9814,813.1521,-65.5968,3.8094,81.5562,-6.5791,-0.1074,1.6417,0.0000,0.0000,2.2752,1.6417,-0.6715,0.0000,2.3132,0.0000,2.3132,0.8354,,,1.4763,,,,,,,1794.6047,1.7946,1.7946 -613.4000,0.4000,,,,,,6,957.3600,198.7814,815.0157,-65.6211,19.9287,81.7090,-6.5788,0.0626,17.5886,0.0000,0.0000,2.2775,17.5886,-0.9301,0.0000,18.5187,0.0000,18.5187,1.2011,,,17.3277,,,,,,,4528.3718,4.5284,4.5284 -613.8000,0.4000,,,,,,6,958.8000,398.7485,816.1852,-65.5335,40.0365,81.9493,-6.5799,0.0986,37.6567,0.0000,0.0000,2.2812,37.6567,-1.2572,0.0000,38.9138,0.0000,38.9138,1.6640,,,37.2840,,,,,,,8487.0036,8.4870,8.4870 -614.2000,0.4000,,,,,,6,960.3200,376.7099,816.6335,-65.4409,37.8836,82.1243,-6.5810,0.0718,35.5282,0.0000,0.0000,2.2836,35.5282,-1.2231,0.0000,36.7512,0.0000,36.7512,1.6174,,,35.1573,,,,,,,8034.9564,8.0350,8.0350 -614.6000,0.4000,,,,,,6,963.4400,365.1325,820.7264,-65.2510,36.8387,82.8041,-6.5833,0.2792,34.2654,0.0000,0.0000,2.2940,34.2654,-1.2044,0.0000,35.4698,0.0000,35.4698,1.5930,,,33.9640,,,,,,,7815.5311,7.8155,7.8155 -615.0000,0.4000,,,,,,6,964.7200,309.8671,816.3785,-65.1731,31.3044,82.4748,-6.5841,-0.1353,29.1507,0.0000,0.0000,2.2890,29.1507,-1.1226,0.0000,30.2732,0.0000,30.2732,1.4774,,,28.7600,,,,,,,6684.9940,6.6850,6.6850 -615.4000,0.4000,,,,,,6,964.4800,239.5856,819.1890,-65.1877,24.1982,82.7382,-6.5840,0.1082,21.7982,0.0000,0.0000,2.2918,21.7982,-1.0035,0.0000,22.8017,0.0000,22.8017,1.3082,,,21.5148,,,,,,,5300.8868,5.3009,5.3009 -615.8000,0.4000,,,,,,6,962.7200,274.2016,813.2957,-65.2948,27.6439,81.9931,-6.5828,-0.3060,25.6695,0.0000,0.0000,2.2804,25.6695,-1.0648,0.0000,26.7342,0.0000,26.7342,1.3945,,,25.2681,,,,,,,5940.7190,5.9407,5.9407 -616.2000,0.4000,,,,,,6,960.5600,319.7987,816.6470,-65.4263,32.1684,82.1462,-6.5812,0.0629,29.8242,0.0000,0.0000,2.2813,29.8242,-1.1304,0.0000,30.9546,0.0000,30.9546,1.4867,,,29.4850,,,,,,,6850.8596,6.8509,6.8509 -616.6000,0.4000,,,,,,6,964.0800,243.1758,821.7055,-65.2121,24.5506,82.9579,-6.5837,0.3334,21.9234,0.0000,0.0000,2.2938,21.9234,-1.0052,0.0000,22.9286,0.0000,22.9286,1.3105,,,21.6845,,,,,,,5366.5304,5.3665,5.3665 -617.0000,0.4000,,,,,,6,966.6400,293.3175,818.4436,-65.0562,29.6914,82.8480,-6.5854,-0.0452,27.4447,0.0000,0.0000,2.2920,27.4447,-1.0964,0.0000,28.5411,0.0000,28.5411,1.4411,,,27.0888,,,,,,,6368.8292,6.3688,6.3688 -617.4000,0.4000,,,,,,6,965.4400,363.0195,817.2886,-65.1293,36.7015,82.6284,-6.5846,-0.0902,34.5052,0.0000,0.0000,2.2866,34.5052,-1.2097,0.0000,35.7149,0.0000,35.7149,1.6015,,,34.0852,,,,,,,7787.5491,7.7875,7.7875 -617.8000,0.4000,,,,,,6,963.7600,337.4998,816.3227,-65.2315,34.0621,82.3871,-6.5835,-0.0991,31.8783,0.0000,0.0000,2.2829,31.8783,-1.1660,0.0000,33.0442,0.0000,33.0442,1.5386,,,31.4768,,,,,,,7247.2797,7.2473,7.2473 -618.2000,0.4000,,,,,,6,964.1600,249.0422,819.4609,-65.2072,25.1449,82.7382,-6.5837,0.1442,22.7125,0.0000,0.0000,2.2883,22.7125,-1.0180,0.0000,23.7305,0.0000,23.7305,1.3288,,,22.4315,,,,,,,5477.6591,5.4777,5.4777 -618.6000,0.4000,,,,,,6,968.0800,335.9956,823.3063,-64.9685,34.0623,83.4644,-6.5863,0.2986,31.4652,0.0000,0.0000,2.2985,31.4652,-1.1625,0.0000,32.6277,0.0000,32.6277,1.5356,,,31.1769,,,,,,,7247.9208,7.2479,7.2479 -619.0000,0.4000,,,,,,6,968.1600,343.7919,816.2918,-64.9637,34.8555,82.7601,-6.5864,-0.2896,32.8572,0.0000,0.0000,2.2879,32.8572,-1.1851,0.0000,34.0423,0.0000,34.0423,1.5677,,,32.3888,,,,,,,7412.5815,7.4126,7.4126 -619.4000,0.4000,,,,,,6,963.8400,297.0387,815.1696,-65.2267,29.9810,82.2776,-6.5835,-0.1982,27.8988,0.0000,0.0000,2.2805,27.8988,-1.1017,0.0000,29.0005,0.0000,29.0005,1.4474,,,27.5028,,,,,,,6428.7161,6.4287,6.4287 -619.8000,0.4000,,,,,,6,964.4800,325.2944,821.1471,-65.1877,32.8548,82.9359,-6.5840,0.2705,30.2953,0.0000,0.0000,2.2890,30.2953,-1.1409,0.0000,31.4362,0.0000,31.4362,1.5034,,,30.0073,,,,,,,6995.8137,6.9958,6.9958 -620.2000,0.4000,,,,,,6,966.9600,291.8104,819.2582,-65.0367,29.5487,82.9579,-6.5856,0.0090,27.2503,0.0000,0.0000,2.2894,27.2503,-1.0935,0.0000,28.3438,0.0000,28.3438,1.4371,,,26.9089,,,,,,,6339.2186,6.3392,6.3392 -620.6000,0.4000,,,,,,6,966.0800,293.6847,817.3981,-65.0903,29.7114,82.6943,-6.5850,-0.1084,27.5344,0.0000,0.0000,2.2853,27.5344,-1.0975,0.0000,28.6319,0.0000,28.6319,1.4423,,,27.1625,,,,,,,6372.8718,6.3729,6.3729 -621.0000,0.4000,,,,,,6,964.5600,357.4602,817.1653,-65.1828,36.1065,82.5406,-6.5840,-0.0631,33.8870,0.0000,0.0000,2.2826,33.8870,-1.1991,0.0000,35.0861,0.0000,35.0861,1.5860,,,33.4807,,,,,,,7670.4923,7.6705,7.6705 -621.4000,0.4000,,,,,,6,962.8000,328.6375,815.3984,-65.2900,33.1346,82.2119,-6.5828,-0.1350,30.9920,0.0000,0.0000,2.2776,30.9920,-1.1509,0.0000,32.1430,0.0000,32.1430,1.5169,,,30.5879,,,,,,,7053.6073,7.0536,7.0536 -621.8000,0.4000,,,,,,6,963.5200,259.5257,820.0052,-65.2461,26.1860,82.7382,-6.5833,0.2162,23.6842,0.0000,0.0000,2.2856,23.6842,-1.0333,0.0000,24.7175,0.0000,24.7175,1.3501,,,23.4139,,,,,,,5654.3938,5.6544,5.6544 -622.2000,0.4000,,,,,,6,968.2400,313.6053,823.6053,-64.9588,31.7977,83.5085,-6.5864,0.3168,29.1840,0.0000,0.0000,2.2969,29.1840,-1.1257,0.0000,30.3097,0.0000,30.3097,1.4834,,,28.9097,,,,,,,6777.9387,6.7779,6.7779 -622.6000,0.4000,,,,,,6,968.8800,368.6443,817.2013,-64.9198,37.4030,82.9140,-6.5868,-0.2445,35.3596,0.0000,0.0000,2.2880,35.3596,-1.2262,0.0000,36.5858,0.0000,36.5858,1.6262,,,34.8817,,,,,,,7931.7342,7.9317,7.9317 -623.0000,0.4000,,,,,,6,966.2400,320.8478,818.1310,-65.0806,32.4648,82.7821,-6.5851,-0.0542,30.2346,0.0000,0.0000,2.2844,30.2346,-1.1412,0.0000,31.3758,0.0000,31.3758,1.5046,,,29.8564,,,,,,,6915.3969,6.9154,6.9154 -623.4000,0.4000,,,,,,6,969.6800,340.1627,825.8612,-64.8711,34.5417,83.8618,-6.5873,0.4441,31.7967,0.0000,0.0000,2.3009,31.7967,-1.1691,0.0000,32.9658,0.0000,32.9658,1.5456,,,31.5472,,,,,,,7347.5734,7.3476,7.3476 -623.8000,0.4000,,,,,,6,975.2800,207.0261,825.6694,-64.5302,21.1438,84.3265,-6.5905,0.1914,18.6444,0.0000,0.0000,2.3079,18.6444,-0.9605,0.0000,19.6050,0.0000,19.6050,1.2519,,,18.3847,,,,,,,4749.7693,4.7498,4.7498 -624.2000,0.4000,,,,,,6,977.9200,234.2865,826.0389,-64.3695,23.9927,84.5926,-6.5919,0.1097,21.5714,0.0000,0.0000,2.3116,21.5714,-1.0098,0.0000,22.5813,0.0000,22.5813,1.3231,,,21.2791,,,,,,,5271.7158,5.2717,5.2717 -624.6000,0.4000,,,,,,6,975.7600,64.1057,819.4179,-64.5010,6.5504,83.7292,-6.5908,-0.3557,4.6076,0.0000,0.0000,2.2985,4.6076,-0.7333,0.0000,5.3409,0.0000,5.3409,0.9303,,,4.3966,,,,,,,2268.3142,2.2683,2.2683 -625.0000,0.4000,,,,,,6,972.1600,19.8013,821.1512,-64.7202,2.0159,83.5968,-6.5888,-0.0545,-0.2243,0.0000,0.0000,2.2947,-0.2243,-0.6509,0.0000,0.4265,0.0000,0.4265,0.8139,,,-0.3872,,,,,,,1521.3493,1.5213,1.5213 -625.4000,0.4000,,,,,,6,972.0000,5.7569,822.1538,-64.7299,0.5860,83.6851,-6.5887,0.0363,-1.7464,0.0000,0.0000,2.2961,-1.7464,-0.6408,0.0000,-1.1056,0.0000,-1.1056,1.2566,,,-2.3630,,,,,,,1291.6091,1.2916,1.2916 -625.8000,0.4000,,,,,,6,973.3600,114.9180,823.8233,-64.6471,11.7136,83.9723,-6.5895,0.1183,9.2953,0.0000,0.0000,2.3000,9.2953,-0.8079,0.0000,10.1032,0.0000,10.1032,1.0343,,,9.0785,,,,,,,3117.3456,3.1173,3.1173 -626.2000,0.4000,,,,,,6,976.3200,87.7373,826.5246,-64.4669,8.9703,84.5039,-6.5911,0.2190,6.4441,0.0000,0.0000,2.3071,6.4441,-0.7640,0.0000,7.2081,0.0000,7.2081,0.9733,,,6.2471,,,,,,,2666.4486,2.6664,2.6664 -626.6000,0.4000,,,,,,6,977.5200,101.9253,823.5610,-64.3939,10.4337,84.3044,-6.5917,-0.0822,8.2118,0.0000,0.0000,2.3041,8.2118,-0.7935,0.0000,9.0053,0.0000,9.0053,1.0157,,,7.9837,,,,,,,2891.8322,2.8918,2.8918 -627.0000,0.4000,,,,,,6,979.3600,49.2132,828.9404,-64.2819,5.0472,85.0147,-6.5926,0.2929,2.4394,0.0000,0.0000,2.3149,2.4394,-0.7000,0.0000,3.1394,0.0000,3.1394,0.8859,,,2.2594,,,,,,,2025.7128,2.0257,2.0257 -627.4000,0.4000,,,,,,6,985.2800,74.4355,833.0376,-63.9215,7.6801,85.9514,-6.5953,0.3868,4.9643,0.0000,0.0000,2.3290,4.9643,-0.7459,0.0000,5.7102,0.0000,5.7102,0.9528,,,4.7737,,,,,,,2461.2905,2.4613,2.4613 -627.8000,0.4000,,,,,,6,984.6400,-40.8004,822.7703,-63.9604,-4.2070,84.8369,-6.5950,-0.4602,-6.0585,0.0000,0.0000,2.3118,-6.0585,-0.7147,0.0000,-5.3438,0.0000,-5.3438,1.3328,,,-6.6495,,,,,,,421.1978,0.4212,0.4212 -628.2000,0.4000,,,,,,6,984.0000,-63.9963,832.3862,-63.9994,-6.5944,85.7726,-6.5948,0.3863,-9.3074,0.0000,0.0000,2.3266,-9.3074,-0.7636,0.0000,-8.5437,0.0000,-8.5437,1.3694,,,-12.7851,,,,,,,0.0415,0.0000,0.0000 -628.6000,0.4000,,,,,,6,986.5600,-63.8435,828.0656,-63.8435,-6.5958,85.5494,-6.5958,-0.0922,-8.8268,0.0000,0.0000,2.3232,-8.8268,-0.7581,0.0000,-8.0687,0.0000,-8.0687,1.3691,,,-12.4267,,,,,,,0.0000,0.0000,0.0000 -629.0000,0.4000,,,,,,6,987.0400,-63.8143,831.1196,-63.8143,-6.5960,85.9067,-6.5960,0.1476,-9.0723,0.0000,0.0000,2.3287,-9.0723,-0.7621,0.0000,-8.3102,0.0000,-8.3102,1.3730,,,-11.2254,,,,,,,0.0000,0.0000,0.0000 -629.4000,0.4000,,,,,,6,987.6800,-63.7754,828.8530,-63.7754,-6.5963,85.7279,-6.5963,-0.0739,-8.8487,0.0000,0.0000,2.3263,-8.8487,-0.7591,0.0000,-8.0896,0.0000,-8.0896,1.3717,,,-9.9655,,,,,,,0.0000,0.0000,0.0000 -629.8000,0.4000,,,,,,6,987.8400,-63.7656,830.8787,-63.7656,-6.5963,85.9514,-6.5963,0.0923,-9.0184,0.0000,0.0000,2.3298,-9.0184,-0.7618,0.0000,-8.2566,0.0000,-8.2566,1.3740,,,-12.9355,,,,,,,0.0000,0.0000,0.0000 -630.2000,0.4000,,,,,,6,988.0800,-63.7510,829.1650,-63.7510,-6.5964,85.7949,-6.5964,-0.0647,-8.8600,0.0000,0.0000,2.3282,-8.8600,-0.7596,0.0000,-8.1004,0.0000,-8.1004,1.3726,,,-20.4983,,,,,,,0.0000,0.0000,0.0000 -630.6000,0.4000,,,,,,6,986.0800,-63.8726,826.9570,-63.8728,-6.5956,85.3933,-6.5956,-0.1659,-8.7516,0.0000,0.0000,2.3219,-8.7516,-0.7566,0.0000,-7.9950,0.0000,-7.9950,1.3672,,,-32.6880,,,,,,,0.0017,0.0000,0.0000 -631.0000,0.4000,,,,,,6,982.6400,-64.0820,824.4450,-64.0822,-6.5942,84.8369,-6.5942,-0.2296,-8.6779,0.0000,0.0000,2.3134,-8.6779,-0.7532,0.0000,-7.9247,0.0000,-7.9247,1.3593,,,-32.5324,,,,,,,0.0018,0.0000,0.0000 -631.4000,0.4000,,,,,,6,977.2000,-64.4132,819.7218,-64.4133,-6.5915,83.8839,-6.5916,-0.3928,-8.4977,0.0000,0.0000,2.2990,-8.4977,-0.7468,0.0000,-7.7509,0.0000,-7.7509,1.3461,,,-31.7448,,,,,,,0.0020,0.0000,0.0000 -631.8000,0.4000,,,,,,6,973.5200,-64.6373,822.1701,-64.6374,-6.5896,83.8176,-6.5896,-0.0273,-8.8602,0.0000,0.0000,2.2979,-8.8602,-0.7499,0.0000,-8.1103,0.0000,-8.1103,1.3428,,,-29.1279,,,,,,,0.0006,0.0000,0.0000 -632.2000,0.4000,,,,,,6,969.8400,-64.8613,815.9595,-64.8614,-6.5874,82.8700,-6.5874,-0.3898,-8.4792,0.0000,0.0000,2.2816,-8.4792,-0.7416,0.0000,-7.7376,0.0000,-7.7376,1.3309,,,-29.0812,,,,,,,0.0011,0.0000,0.0000 -632.6000,0.4000,,,,,,6,964.4800,-65.1876,815.2794,-65.1877,-6.5840,82.3433,-6.5840,-0.2164,-8.6412,0.0000,0.0000,2.2736,-8.6412,-0.7405,0.0000,-7.9006,0.0000,-7.9006,1.3219,,,-29.8770,,,,,,,0.0010,0.0000,0.0000 -633.0000,0.4000,,,,,,6,960.9600,-65.4019,813.9162,-65.4020,-6.5815,81.9056,-6.5815,-0.1797,-8.6687,0.0000,0.0000,2.2669,-8.6687,-0.7386,0.0000,-7.9301,0.0000,-7.9301,1.3151,,,-31.0797,,,,,,,0.0010,0.0000,0.0000 -633.4000,0.4000,,,,,,6,956.9600,-65.6455,810.7871,-65.6455,-6.5785,81.2511,-6.5785,-0.2684,-8.5660,0.0000,0.0000,2.2558,-8.5660,-0.7344,0.0000,-7.8315,0.0000,-7.8315,1.3057,,,-17.4888,,,,,,,0.0000,0.0000,0.0000 -633.8000,0.4000,,,,,,6,954.1600,-65.8159,812.0770,-65.8159,-6.5763,81.1422,-6.5763,-0.0446,-8.7858,0.0000,0.0000,2.2541,-8.7858,-0.7359,0.0000,-8.0499,0.0000,-8.0499,1.3026,,,-11.7167,,,,,,,0.0000,0.0000,0.0000 -634.2000,0.4000,,,,,,6,952.3200,-65.9280,809.7226,-65.9280,-6.5748,80.7510,-6.5748,-0.1602,-8.6626,0.0000,0.0000,2.2481,-8.6626,-0.7328,0.0000,-7.9298,0.0000,-7.9298,1.2975,,,-13.2496,,,,,,,0.0000,0.0000,0.0000 -634.6000,0.4000,,,,,,6,947.2800,-66.2348,804.2089,-66.2348,-6.5704,79.7767,-6.5704,-0.3985,-8.4062,0.0000,0.0000,2.2342,-8.4062,-0.7256,0.0000,-7.6806,0.0000,-7.6806,1.2843,,,-13.3750,,,,,,,0.0000,0.0000,0.0000 -635.0000,0.4000,,,,,,6,945.0400,220.0965,809.8277,-66.3711,21.7817,80.1441,-6.5684,0.1502,19.3916,0.0000,0.0000,2.2399,19.3916,-0.9501,0.0000,20.3417,0.0000,20.3417,1.2244,,,19.1448,,,,,,,4830.6553,4.8307,4.8307 -635.4000,0.4000,,,,,,6,953.3600,312.8743,821.7187,-65.8646,31.2360,82.0368,-6.5756,0.7753,28.1921,0.0000,0.0000,2.2686,28.1921,-1.0986,0.0000,29.2907,0.0000,29.2907,1.4387,,,28.0554,,,,,,,6662.9120,6.6629,6.6629 -635.8000,0.4000,,,,,,6,959.7600,374.2273,814.7164,-65.4750,37.6120,81.8837,-6.5806,-0.0628,35.4085,0.0000,0.0000,2.2663,35.4085,-1.2207,0.0000,36.6292,0.0000,36.6292,1.6138,,,34.9950,,,,,,,7978.3505,7.9784,7.9784 -636.2000,0.4000,,,,,,6,957.6800,382.9868,812.3502,-65.6017,38.4090,81.4690,-6.5791,-0.1701,36.3192,0.0000,0.0000,2.2599,36.3192,-1.2343,0.0000,37.5535,0.0000,37.5535,1.6317,,,35.8648,,,,,,,8146.5495,8.1465,8.1465 -636.6000,0.4000,,,,,,6,956.8000,395.8546,814.8391,-65.6552,39.6630,81.6435,-6.5784,0.0715,37.3299,0.0000,0.0000,2.2616,37.3299,-1.2504,0.0000,38.5802,0.0000,38.5802,1.6536,,,36.9513,,,,,,,8410.5470,8.4105,8.4105 -637.0000,0.4000,,,,,,6,959.4400,333.2902,818.0361,-65.4945,33.4864,82.1900,-6.5804,0.2242,30.9922,0.0000,0.0000,2.2700,30.9922,-1.1484,0.0000,32.1407,0.0000,32.1407,1.5119,,,30.6926,,,,,,,7126.3998,7.1264,7.1264 -637.4000,0.4000,,,,,,6,961.2000,225.6231,815.8858,-65.3874,22.7105,82.1243,-6.5817,-0.0270,20.4684,0.0000,0.0000,2.2690,20.4684,-0.9795,0.0000,21.4480,0.0000,21.4480,1.2729,,,20.1701,,,,,,,5020.1128,5.0201,5.0201 -637.8000,0.4000,,,,,,6,959.2800,106.8480,812.9498,-65.5043,10.7335,81.6653,-6.5803,-0.1883,8.6624,0.0000,0.0000,2.2594,8.6624,-0.7872,0.0000,9.4495,0.0000,9.4495,0.9989,,,8.4358,,,,,,,2931.2988,2.9313,2.9313 -638.2000,0.4000,,,,,,6,954.7200,80.3873,808.9906,-65.7819,8.0370,80.8813,-6.5767,-0.3213,6.1109,0.0000,0.0000,2.2473,6.1109,-0.7425,0.0000,6.8534,0.0000,6.8534,0.9336,,,5.9019,,,,,,,2498.8567,2.4989,2.4989 -638.6000,0.4000,,,,,,6,949.9200,247.5450,807.8439,-66.0741,24.6246,80.3606,-6.5727,-0.2131,22.5996,0.0000,0.0000,2.2382,22.5996,-1.0056,0.0000,23.6052,0.0000,23.6052,1.3052,,,22.2549,,,,,,,5374.3610,5.3744,5.3744 -639.0000,0.4000,,,,,,6,947.8400,245.3687,809.1802,-66.2007,24.3547,80.3173,-6.5709,-0.0177,22.1349,0.0000,0.0000,2.2375,22.1349,-0.9966,0.0000,23.1315,0.0000,23.1315,1.2915,,,21.8363,,,,,,,5322.3286,5.3223,5.3223 -639.4000,0.4000,,,,,,6,949.2800,199.1391,812.3156,-66.1130,19.7961,80.7510,-6.5722,0.1775,17.3744,0.0000,0.0000,2.2442,17.3744,-0.9206,0.0000,18.2951,0.0000,18.2951,1.1843,,,17.1396,,,,,,,4498.4650,4.4985,4.4985 -639.8000,0.4000,,,,,,6,949.4400,233.0274,808.2523,-66.1033,23.1688,80.3606,-6.5723,-0.1597,21.0929,0.0000,0.0000,2.2357,21.0929,-0.9809,0.0000,22.0738,0.0000,22.0738,1.2699,,,20.7723,,,,,,,5097.8658,5.0979,5.0979 -640.2000,0.4000,,,,,,6,946.5600,322.0386,806.7820,-66.2786,31.9216,79.9711,-6.5698,-0.1593,29.8513,0.0000,0.0000,2.2296,29.8513,-1.1204,0.0000,30.9717,0.0000,30.9717,1.4668,,,29.4600,,,,,,,6793.3384,6.7933,6.7933 -640.6000,0.4000,,,,,,6,944.3200,360.5272,806.5114,-66.4150,35.6522,79.7551,-6.5677,-0.0883,33.5142,0.0000,0.0000,2.2263,33.5142,-1.1786,0.0000,34.6928,0.0000,34.6928,1.5477,,,33.1170,,,,,,,7580.1364,7.5801,7.5801 -641.0000,0.4000,,,,,,6,944.6400,380.4984,809.2960,-66.3955,37.6398,80.0576,-6.5680,0.1236,35.2856,0.0000,0.0000,2.2306,35.2856,-1.2081,0.0000,36.4938,0.0000,36.4938,1.5889,,,34.9463,,,,,,,7992.8067,7.9928,7.9928 -641.4000,0.4000,,,,,,6,946.0000,379.2945,808.7875,-66.3127,37.5748,80.1224,-6.5693,0.0265,35.3167,0.0000,0.0000,2.2316,35.3167,-1.2096,0.0000,36.5262,0.0000,36.5262,1.5915,,,34.9436,,,,,,,7978.0400,7.9780,7.9780 -641.8000,0.4000,,,,,,6,948.6400,359.0450,813.0823,-66.1520,35.6680,80.7727,-6.5716,0.2660,33.1616,0.0000,0.0000,2.2404,33.1616,-1.1758,0.0000,34.3374,0.0000,34.3374,1.5459,,,32.8745,,,,,,,7582.9765,7.5830,7.5830 -642.2000,0.4000,,,,,,6,951.6800,361.9726,812.2291,-65.9669,36.0741,80.9465,-6.5742,0.0712,33.7598,0.0000,0.0000,2.2431,33.7598,-1.1878,0.0000,34.9476,0.0000,34.9476,1.5641,,,33.4060,,,,,,,7663.8800,7.6639,7.6639 -642.6000,0.4000,,,,,,6,951.6800,384.3451,810.4850,-65.9669,38.3037,80.7727,-6.5742,-0.0712,36.1345,0.0000,0.0000,2.2404,36.1345,-1.2271,0.0000,37.3615,0.0000,37.3615,1.6186,,,35.7189,,,,,,,8128.4975,8.1285,8.1285 -643.0000,0.4000,,,,,,6,951.1200,403.5529,811.1802,-66.0010,40.1943,80.7944,-6.5738,0.0089,37.9447,0.0000,0.0000,2.2407,37.9447,-1.2566,0.0000,39.2013,0.0000,39.2013,1.6594,,,37.5450,,,,,,,8528.4244,8.5284,8.5284 -643.4000,0.4000,,,,,,6,952.3200,418.6134,813.2097,-65.9280,41.7469,81.0987,-6.5748,0.1246,39.3783,0.0000,0.0000,2.2441,39.3783,-1.2811,0.0000,40.6594,0.0000,40.6594,1.6941,,,39.0111,,,,,,,8840.5569,8.8406,8.8406 -643.8000,0.4000,,,,,,6,956.3200,432.7753,817.6470,-65.6845,43.3405,81.8837,-6.5780,0.3218,40.7627,0.0000,0.0000,2.2560,40.7627,-1.3068,0.0000,42.0695,0.0000,42.0695,1.7317,,,40.4592,,,,,,,9170.8886,9.1709,9.1709 -644.2000,0.4000,,,,,,6,960.8000,433.4209,818.1842,-65.4117,43.6085,82.3214,-6.5814,0.1796,41.1644,0.0000,0.0000,2.2645,41.1644,-1.3165,0.0000,42.4810,0.0000,42.4810,1.7476,,,40.8012,,,,,,,9220.6315,9.2206,9.2206 -644.6000,0.4000,,,,,,6,965.2000,353.6340,822.0579,-65.1439,35.7437,83.0899,-6.5844,0.3158,33.1517,0.0000,0.0000,2.2762,33.1517,-1.1877,0.0000,34.3394,0.0000,34.3394,1.5700,,,32.8644,,,,,,,7597.5710,7.5976,7.5976 -645.0000,0.4000,,,,,,6,965.1200,86.5073,814.3052,-65.1487,8.7430,82.2995,-6.5844,-0.3248,6.8028,0.0000,0.0000,2.2650,6.8028,-0.7614,0.0000,7.5642,0.0000,7.5642,0.9648,,,6.5797,,,,,,,2622.9100,2.6229,2.6229 -645.4000,0.4000,,,,,,6,953.2800,-11.8942,800.0124,-65.8695,-1.1874,79.8630,-6.5756,-0.9980,-2.4179,0.0000,0.0000,2.2286,-2.4179,-0.6386,0.0000,-1.7793,0.0000,-1.7793,1.2266,,,-2.9777,,,,,,,954.9102,0.9549,0.9549 -645.8000,0.4000,,,,,,6,946.9600,-66.2542,812.5550,-66.2543,-6.5701,80.5774,-6.5701,0.2921,-9.1019,0.0000,0.0000,2.2396,-9.1019,-0.7359,0.0000,-8.3660,0.0000,-8.3660,1.2918,,,-52.2145,,,,,,,0.0010,0.0000,0.0000 -646.2000,0.4000,,,,,,6,938.9600,-66.7397,790.3842,-66.7413,-6.5624,77.7166,-6.5625,-1.1673,-7.5897,0.0000,0.0000,2.1946,-7.5897,-0.7076,0.0000,-6.8820,0.0000,-6.8820,1.2581,,,-63.5346,,,,,,,0.0208,0.0000,0.0000 -646.6000,0.4000,,,,,,6,919.3600,-67.9330,782.6018,-67.9345,-6.5403,75.3451,-6.5404,-0.9625,-7.7348,0.0000,0.0000,2.1570,-7.7348,-0.6969,0.0000,-7.0379,0.0000,-7.0379,1.2209,,,-62.9984,,,,,,,0.0191,0.0000,0.0000 -647.0000,0.4000,,,,,,6,909.5200,-68.5330,788.6426,-68.5335,-6.5274,75.1140,-6.5275,-0.0935,-8.5872,0.0000,0.0000,2.1533,-8.5872,-0.7033,0.0000,-7.8839,0.0000,-7.8839,1.2116,,,-62.0864,,,,,,,0.0065,0.0000,0.0000 -647.4000,0.4000,,,,,,6,908.6400,-68.5865,789.4064,-68.5871,-6.5262,75.1140,-6.5262,0.0000,-8.6783,0.0000,0.0000,2.1521,-8.6783,-0.7041,0.0000,-7.9742,0.0000,-7.9742,1.2109,,,-75.4676,,,,,,,0.0074,0.0000,0.0000 -647.8000,0.4000,,,,,,6,907.8400,-68.6350,787.8955,-68.6358,-6.5250,74.9043,-6.5251,-0.0849,-8.5889,0.0000,0.0000,2.1487,-8.5889,-0.7022,0.0000,-7.8867,0.0000,-7.8867,1.2083,,,-81.7899,,,,,,,0.0105,0.0000,0.0000 -648.2000,0.4000,,,,,,6,907.0400,-68.6838,788.5904,-68.6845,-6.5239,74.9043,-6.5240,0.0000,-8.6727,0.0000,0.0000,2.1487,-8.6727,-0.7030,0.0000,-7.9697,0.0000,-7.9697,1.2077,,,-86.1354,,,,,,,0.0093,0.0000,0.0000 -648.6000,0.4000,,,,,,6,907.0400,-68.6838,788.5904,-68.6845,-6.5239,74.9043,-6.5240,0.0000,-8.6727,0.0000,0.0000,2.1487,-8.6727,-0.7030,0.0000,-7.9697,0.0000,-7.9697,1.2077,,,-80.0951,,,,,,,0.0082,0.0000,0.0000 -649.0000,0.4000,,,,,,6,907.0400,-68.6839,788.5904,-68.6845,-6.5239,74.9043,-6.5240,0.0000,-8.6727,0.0000,0.0000,2.1487,-8.6727,-0.7030,0.0000,-7.9697,0.0000,-7.9697,1.2077,,,-76.5202,,,,,,,0.0076,0.0000,0.0000 -649.4000,0.4000,,,,,,6,907.0400,-68.6838,788.5904,-68.6845,-6.5239,74.9043,-6.5240,0.0000,-8.6727,0.0000,0.0000,2.1487,-8.6727,-0.7030,0.0000,-7.9697,0.0000,-7.9697,1.2077,,,-82.2802,,,,,,,0.0086,0.0000,0.0000 -649.8000,0.4000,,,,,,6,905.2000,-68.7956,785.1144,-68.7965,-6.5213,74.4228,-6.5214,-0.1946,-8.4671,0.0000,0.0000,2.1404,-8.4671,-0.6986,0.0000,-7.7684,0.0000,-7.7684,1.2018,,,-73.6591,,,,,,,0.0111,0.0000,0.0000 -650.2000,0.4000,,,,,,6,903.3600,-68.9079,786.7136,-68.9085,-6.5187,74.4228,-6.5187,0.0000,-8.6591,0.0000,0.0000,2.1404,-8.6591,-0.7003,0.0000,-7.9587,0.0000,-7.9587,1.2004,,,-80.0610,,,,,,,0.0083,0.0000,0.0000 -650.6000,0.4000,,,,,,6,903.3600,-68.9082,786.7136,-68.9085,-6.5187,74.4228,-6.5187,0.0000,-8.6591,0.0000,0.0000,2.1404,-8.6591,-0.7003,0.0000,-7.9587,0.0000,-7.9587,1.2004,,,-53.3848,,,,,,,0.0038,0.0000,0.0000 -651.0000,0.4000,,,,,,6,903.3600,-68.9082,786.7136,-68.9085,-6.5187,74.4228,-6.5187,0.0000,-8.6560,0.0000,0.0000,2.1373,-8.6560,-0.7003,0.0000,-7.9557,0.0000,-7.9557,1.2004,,,-51.0963,,,,,,,0.0034,0.0000,0.0000 -651.4000,0.4000,,,,,,6,900.4800,-69.0837,780.8147,-69.0838,-6.5145,73.6293,-6.5145,-0.3030,-8.3366,0.0000,0.0000,2.1252,-8.3366,-0.6935,0.0000,-7.6431,0.0000,-7.6431,1.1911,,,-35.5549,,,,,,,0.0015,0.0000,0.0000 -651.8000,0.4000,,,,,,6,897.6000,-69.2591,783.3200,-69.2591,-6.5101,73.6293,-6.5101,0.0000,-8.6329,0.0000,0.0000,2.1228,-8.6329,-0.6958,0.0000,-7.9371,0.0000,-7.9371,1.1890,,,-28.7368,,,,,,,0.0000,0.0000,0.0000 -652.2000,0.4000,,,,,,6,897.6000,9.2784,783.3200,-69.2591,0.8721,73.6293,-6.5101,0.0000,-1.2505,0.0000,0.0000,2.1227,-1.2505,-0.5837,0.0000,-0.6669,0.0000,-0.6669,1.1029,,,-1.7698,,,,,,,1246.8862,1.2469,1.2469 -652.6000,0.4000,,,,,,6,897.6000,-14.3843,783.3200,-69.2591,-1.3521,73.6293,-6.5101,0.0000,-3.4749,0.0000,0.0000,2.1228,-3.4749,-0.6175,0.0000,-2.8574,0.0000,-2.8574,1.1288,,,-3.9862,,,,,,,836.6002,0.8366,0.8366 -653.0000,0.4000,,,,,,6,897.6000,-30.9359,783.3200,-69.2591,-2.9079,73.6293,-6.5101,0.0000,-5.0288,0.0000,0.0000,2.1209,-5.0288,-0.6411,0.0000,-4.3877,0.0000,-4.3877,1.1469,,,-5.5346,,,,,,,510.0838,0.5101,0.5101 -653.4000,0.4000,,,,,,6,895.3600,253.8434,778.2321,-69.3955,23.8008,72.9685,-6.5067,-0.2343,21.9237,0.0000,0.0000,2.1115,21.9237,-0.9538,0.0000,22.8775,0.0000,22.8775,1.2119,,,21.6114,,,,,,,5204.9977,5.2050,5.2050 -653.8000,0.4000,,,,,,6,893.1200,236.3792,780.1840,-69.5319,22.1079,72.9685,-6.5031,0.0000,19.9965,0.0000,0.0000,2.1114,19.9965,-0.9207,0.0000,20.9172,0.0000,20.9172,1.1645,,,19.7527,,,,,,,4864.3108,4.8643,4.8643 -654.2000,0.4000,,,,,,6,893.1200,336.7097,780.1840,-69.5319,31.4915,72.9685,-6.5031,0.0000,29.3771,0.0000,0.0000,2.1144,29.3771,-1.0738,0.0000,30.4510,0.0000,30.4510,1.3800,,,29.0710,,,,,,,6702.5828,6.7026,6.7026 -654.6000,0.4000,,,,,,6,893.1200,70.6048,780.1840,-69.5319,6.6035,72.9685,-6.5031,0.0000,4.4891,0.0000,0.0000,2.1144,4.4891,-0.6699,0.0000,5.1590,0.0000,5.1590,0.8084,,,4.3505,,,,,,,2208.7011,2.2087,2.2087 -655.0000,0.4000,,,,,,6,891.1200,91.5463,775.6393,-69.6536,8.5429,72.3810,-6.4999,-0.2082,6.6448,0.0000,0.0000,2.1064,6.6448,-0.7030,0.0000,7.3478,0.0000,7.3478,0.8552,,,6.4781,,,,,,,2506.3709,2.5064,2.5064 -655.4000,0.4000,,,,,,6,889.1200,72.8007,777.3840,-69.7754,6.7784,72.3810,-6.4967,0.0000,4.6717,0.0000,0.0000,2.1066,4.6717,-0.6694,0.0000,5.3411,0.0000,5.3411,0.8071,,,4.5340,,,,,,,2237.4205,2.2374,2.2374 -655.8000,0.4000,,,,,,6,889.1200,152.3979,777.3840,-69.7754,14.1895,72.3810,-6.4967,0.0000,12.0829,0.0000,0.0000,2.1066,12.0829,-0.7893,0.0000,12.8722,0.0000,12.8722,0.9773,,,11.8949,,,,,,,3454.5403,3.4545,3.4545 -656.2000,0.4000,,,,,,6,889.1200,299.6147,777.3840,-69.7754,27.8966,72.3810,-6.4967,0.0000,25.7898,0.0000,0.0000,2.1069,25.7898,-1.0113,0.0000,26.8010,0.0000,26.8010,1.2920,,,25.5090,,,,,,,5991.1215,5.9911,5.9911 -656.6000,0.4000,,,,,,6,887.3600,241.9934,773.3830,-69.8825,22.4870,71.8659,-6.4938,-0.1825,20.5701,0.0000,0.0000,2.0994,20.5701,-0.9250,0.0000,21.4952,0.0000,21.4952,1.1697,,,20.2851,,,,,,,4939.9041,4.9399,4.9399 -657.0000,0.4000,,,,,,6,885.6000,222.4340,774.9200,-69.9897,20.6285,71.8659,-6.4908,0.0000,18.5291,0.0000,0.0000,2.0994,18.5291,-0.8905,0.0000,19.4196,0.0000,19.4196,1.1204,,,18.2992,,,,,,,4589.9347,4.5899,4.5899 -657.4000,0.4000,,,,,,6,885.6000,203.7750,774.9200,-69.9897,18.8981,71.8659,-6.4908,0.0000,16.7963,0.0000,0.0000,2.1018,16.7963,-0.8625,0.0000,17.6588,0.0000,17.6588,1.0806,,,16.5781,,,,,,,4293.8048,4.2938,4.2938 -657.8000,0.4000,,,,,,6,885.6000,155.4689,774.9200,-69.9897,14.4182,71.8659,-6.4908,0.0000,12.3165,0.0000,0.0000,2.1016,12.3165,-0.7900,0.0000,13.1065,0.0000,13.1065,0.9778,,,12.1288,,,,,,,3488.4438,3.4884,3.4884 -658.2000,0.4000,,,,,,6,882.0000,174.8234,766.7376,-70.2088,16.1472,70.8181,-6.4847,-0.3710,14.4316,0.0000,0.0000,2.0865,14.4316,-0.8211,0.0000,15.2528,0.0000,15.2528,1.0214,,,14.1733,,,,,,,3772.3811,3.7724,3.7724 -658.6000,0.4000,,,,,,6,878.4000,250.4336,769.8800,-70.4280,23.0363,70.8181,-6.4784,0.0000,20.9514,0.0000,0.0000,2.0849,20.9514,-0.9235,0.0000,21.8749,0.0000,21.8749,1.1662,,,20.7088,,,,,,,5051.9608,5.0520,5.0520 -659.0000,0.4000,,,,,,6,878.4000,240.4361,769.8800,-70.4280,22.1167,70.8181,-6.4784,0.0000,20.0318,0.0000,0.0000,2.0849,20.0318,-0.9086,0.0000,20.9404,0.0000,20.9404,1.1450,,,19.7954,,,,,,,4863.2969,4.8633,4.8633 -659.4000,0.4000,,,,,,6,878.4000,213.3171,769.8800,-70.4280,19.6222,70.8181,-6.4784,0.0000,17.5372,0.0000,0.0000,2.0849,17.5372,-0.8683,0.0000,18.4055,0.0000,18.4055,1.0878,,,17.3178,,,,,,,4412.7789,4.4128,4.4128 -659.8000,0.4000,,,,,,6,878.4000,319.8736,769.8800,-70.4280,29.4238,70.8181,-6.4784,0.0000,27.3380,0.0000,0.0000,2.0858,27.3380,-1.0281,0.0000,28.3662,0.0000,28.3662,1.3129,,,27.0533,,,,,,,6292.1572,6.2922,6.2922 -660.2000,0.4000,,,,,,5,831.8400,218.1914,663.8629,-73.2624,19.0067,57.8292,-6.3819,-4.5254,21.6390,0.0000,0.0000,1.8931,25.9077,-0.5206,0.0000,26.4283,0.0000,26.4283,1.0777,,,19.9886,,,,,,,4280.1970,4.2802,4.2802 -660.6000,0.4000,,,,,,5,766.3200,-12.2877,656.2397,-77.2510,-0.9861,52.6625,-6.1993,-1.6977,-1.1036,0.0000,0.0000,1.8152,-1.1036,-0.3602,0.0000,-0.7434,0.0000,-0.7434,0.5330,,,-1.2448,,,,,,,776.1788,0.7762,0.7762 -661.0000,0.4000,,,,,,5,945.6800,227.8842,1024.8676,-66.3322,22.5677,101.4941,-6.5690,21.9138,-2.0010,0.0000,0.0000,2.6549,-2.0010,-0.4844,0.0000,-1.5166,0.0000,-1.5166,0.7422,,,-2.7325,,,,,,,4980.9912,4.9810,4.9810 -661.4000,0.4000,,,,,,4,1122.7200,174.8794,829.0545,-70.3379,20.5607,97.4727,-8.2697,-2.7916,20.7897,0.0000,0.0000,2.5626,25.8738,-1.0768,0.0000,26.9506,0.0000,26.9506,1.0472,,,20.4190,,,,,,,4790.6800,4.7907,4.7907 -661.8000,0.4000,,,,,,4,1107.8400,434.1148,850.5977,-69.4513,50.3628,98.6802,-8.0572,0.8285,46.9430,0.0000,0.0000,2.5914,46.9430,-1.2212,0.0000,48.1643,0.0000,48.1643,1.3842,,,47.0503,,,,,,,10417.2282,10.4172,10.4172 -662.2000,0.4000,,,,,,4,1121.2000,487.2294,851.6622,-70.2474,57.2065,99.9952,-8.2479,0.9118,53.6720,0.0000,0.0000,2.6227,53.6720,-1.3411,0.0000,55.0131,0.0000,55.0131,1.5449,,,53.8001,,,,,,,11788.9528,11.7890,11.7890 -662.6000,0.4000,,,,,,4,1137.8400,447.3994,854.5849,-71.2389,53.3096,101.8275,-8.4884,1.2870,49.3580,0.0000,0.0000,2.6646,49.3580,-1.2806,0.0000,50.6386,0.0000,50.6386,1.4536,,,49.6034,,,,,,,11000.4091,11.0004,11.0004 -663.0000,0.4000,,,,,,4,1154.4000,491.6889,853.1183,-72.2257,59.4395,103.1322,-8.7313,0.9280,55.8119,0.0000,0.0000,2.6996,55.8119,-1.3982,0.0000,57.2101,0.0000,57.2101,1.6097,,,55.9318,,,,,,,12199.7387,12.1997,12.1997 -663.4000,0.4000,,,,,,4,1168.2400,537.4998,853.8166,-73.0504,65.7565,104.4541,-8.9368,0.9501,62.0768,0.0000,0.0000,2.7296,62.0768,-1.5109,0.0000,63.5878,0.0000,63.5878,1.7602,,,62.1959,,,,,,,13440.8271,13.4408,13.4408 -663.8000,0.4000,,,,,,4,1179.8400,441.9250,852.5638,-73.7416,54.6010,105.3364,-9.1110,0.6397,51.2115,0.0000,0.0000,2.7498,51.2115,-1.3391,0.0000,52.5507,0.0000,52.5507,1.5162,,,51.2352,,,,,,,11232.7712,11.2328,11.2328 -664.2000,0.4000,,,,,,4,1186.6400,400.2855,850.9862,-74.1468,49.7413,105.7475,-9.2138,0.2995,46.6757,0.0000,0.0000,2.7661,46.6757,-1.2687,0.0000,47.9444,0.0000,47.9444,1.4153,,,46.6138,,,,,,,10292.5078,10.2925,10.2925 -664.6000,0.4000,,,,,,4,1182.7200,200.0275,844.4684,-73.9132,24.7742,104.5909,-9.1545,-0.8402,22.8745,0.0000,0.0000,2.7399,22.8745,-0.8727,0.0000,23.7472,0.0000,23.7472,0.8667,,,22.7629,,,,,,,5644.3596,5.6444,5.6444 -665.0000,0.4000,,,,,,4,1170.2400,154.8810,843.5533,-73.1696,18.9802,103.3751,-8.9667,-0.8751,17.1432,0.0000,0.0000,2.7122,17.1432,-0.7696,0.0000,17.9127,0.0000,17.9127,0.7290,,,17.0898,,,,,,,4605.4322,4.6054,4.6054 -665.4000,0.4000,,,,,,4,1161.1200,212.5353,845.9337,-72.6261,25.8426,102.8589,-8.8308,-0.3690,23.5078,0.0000,0.0000,2.7039,23.5078,-0.8687,0.0000,24.3764,0.0000,24.3764,0.8708,,,23.4506,,,,,,,5781.6738,5.7817,5.7817 -665.8000,0.4000,,,,,,4,1154.4000,254.3019,844.5833,-72.2257,30.7422,102.1004,-8.7313,-0.5395,28.5952,0.0000,0.0000,2.6865,28.5952,-0.9483,0.0000,29.5435,0.0000,29.5435,0.9845,,,28.4601,,,,,,,6661.8073,6.6618,6.6618 -666.2000,0.4000,,,,,,4,1153.4400,343.7412,850.0585,-72.1685,41.5198,102.6768,-8.7171,0.4097,38.4080,0.0000,0.0000,2.7021,38.4080,-1.1099,0.0000,39.5179,0.0000,39.5179,1.2094,,,38.4094,,,,,,,8697.0986,8.6971,8.6971 -666.6000,0.4000,,,,,,4,1159.4400,337.8886,850.2852,-72.5260,41.0252,103.2385,-8.8058,0.4010,37.9091,0.0000,0.0000,2.7151,37.9091,-1.1056,0.0000,39.0147,0.0000,39.0147,1.2008,,,37.9104,,,,,,,8597.4920,8.5975,8.5975 -667.0000,0.4000,,,,,,4,1162.0000,279.4695,847.7881,-72.6786,34.0071,103.1625,-8.8438,-0.0543,31.3481,0.0000,0.0000,2.7133,31.3481,-0.9978,0.0000,32.3459,0.0000,32.3459,1.0513,,,31.2838,,,,,,,7264.6081,7.2646,7.2646 -667.4000,0.4000,,,,,,4,1161.5200,275.3888,848.0135,-72.6499,33.4967,103.1474,-8.8367,-0.0109,30.7918,0.0000,0.0000,2.7157,30.7918,-0.9887,0.0000,31.7805,0.0000,31.7805,1.0383,,,30.7400,,,,,,,7168.4042,7.1684,7.1684 -667.8000,0.4000,,,,,,4,1162.6400,273.4924,849.0675,-72.7167,33.2981,103.3751,-8.8534,0.1630,30.4140,0.0000,0.0000,2.7211,30.4140,-0.9836,0.0000,31.3976,0.0000,31.3976,1.0302,,,30.3987,,,,,,,7132.0903,7.1321,7.1321 -668.2000,0.4000,,,,,,4,1165.2800,226.1949,849.3843,-72.8740,27.6021,103.6485,-8.8927,0.1961,24.6787,0.0000,0.0000,2.7273,24.6787,-0.8908,0.0000,25.5695,0.0000,25.5695,0.8997,,,24.7003,,,,,,,6106.1159,6.1061,6.1061 -668.6000,0.4000,,,,,,4,1165.1200,243.0380,847.0112,-72.8645,29.6533,103.3448,-8.8903,-0.2178,27.1484,0.0000,0.0000,2.7227,27.1484,-0.9315,0.0000,28.0799,0.0000,28.0799,0.9564,,,27.0863,,,,,,,6476.3678,6.4764,6.4764 -669.0000,0.4000,,,,,,4,1162.0000,199.2123,846.9147,-72.6786,24.2410,103.0563,-8.8438,-0.2064,21.7312,0.0000,0.0000,2.7162,21.7312,-0.8399,0.0000,22.5711,0.0000,22.5711,0.8304,,,21.7123,,,,,,,5522.9896,5.5230,5.5230 -669.4000,0.4000,,,,,,4,1161.0400,212.9161,848.4891,-72.6213,25.8872,103.1625,-8.8296,0.0760,23.0895,0.0000,0.0000,2.7217,23.0895,-0.8617,0.0000,23.9512,0.0000,23.9512,0.8612,,,23.1011,,,,,,,5788.9188,5.7889,5.7889 -669.8000,0.4000,,,,,,4,1167.1200,327.6899,852.6457,-72.9836,40.0504,104.2108,-8.9201,0.7528,36.5521,0.0000,0.0000,2.7455,36.5521,-1.0883,0.0000,37.6404,0.0000,37.6404,1.1733,,,36.6396,,,,,,,8404.3148,8.4043,8.4043 -670.2000,0.4000,,,,,,4,1173.6001,219.7491,849.4223,-73.3698,27.0070,104.3932,-9.0171,0.1316,24.1255,0.0000,0.0000,2.7498,24.1255,-0.8872,0.0000,25.0127,0.0000,25.0127,0.8910,,,24.1415,,,,,,,6012.2671,6.0123,6.0123 -670.6000,0.4000,,,,,,4,1174.2401,215.6795,848.4647,-73.4079,26.5213,104.3324,-9.0267,-0.0439,23.8143,0.0000,0.0000,2.7509,23.8143,-0.8825,0.0000,24.6968,0.0000,24.6968,0.8841,,,23.8061,,,,,,,5926.2931,5.9263,5.9263 -671.0000,0.4000,,,,,,4,1171.8400,188.5829,846.9819,-73.2649,23.1419,103.9372,-8.9907,-0.2848,20.6847,0.0000,0.0000,2.7420,20.6847,-0.8292,0.0000,21.5138,0.0000,21.5138,0.8111,,,20.6660,,,,,,,5337.8304,5.3378,5.3378 -671.4000,0.4000,,,,,,4,1168.3200,142.3268,847.2984,-73.0551,17.4131,103.6637,-8.9380,-0.1966,14.8712,0.0000,0.0000,2.7386,14.8712,-0.7307,0.0000,15.6019,0.0000,15.6019,0.6759,,,14.9076,,,,,,,4362.7412,4.3627,4.3627 -671.8000,0.4000,,,,,,4,1162.7201,60.3970,844.8943,-72.7215,7.3539,102.8741,-8.8545,-0.5652,5.1986,0.0000,0.0000,2.7205,5.1986,-0.5671,0.0000,5.7657,0.0000,5.7657,0.4510,,,5.2957,,,,,,,2668.9979,2.6690,2.6690 -672.2000,0.4000,,,,,,4,1158.1601,136.3493,847.5951,-72.4497,16.5368,102.7982,-8.7869,-0.0541,13.8721,0.0000,0.0000,2.7188,13.8721,-0.7074,0.0000,14.5795,0.0000,14.5795,0.6481,,,13.9267,,,,,,,4201.5746,4.2016,4.2016 -672.6000,0.4000,,,,,,4,1156.4000,166.8309,846.7550,-72.3449,20.2029,102.5403,-8.7608,-0.1838,17.6700,0.0000,0.0000,2.7167,17.6700,-0.7691,0.0000,18.4390,0.0000,18.4390,0.7345,,,17.6838,,,,,,,4781.3748,4.7814,4.7814 -673.0000,0.4000,,,,,,4,1152.7200,149.1556,845.8143,-72.1256,18.0049,102.1004,-8.7065,-0.3125,15.6108,0.0000,0.0000,2.7066,15.6108,-0.7326,0.0000,16.3434,0.0000,16.3434,0.6854,,,15.6265,,,,,,,4430.4310,4.4304,4.4304 -673.4000,0.4000,,,,,,4,1150.4000,158.4129,847.5200,-71.9873,19.0839,102.1004,-8.6723,0.0000,16.3773,0.0000,0.0000,2.7066,16.3773,-0.7437,0.0000,17.1211,0.0000,17.1211,0.7019,,,16.4191,,,,,,,4589.9564,4.5900,4.5900 -673.8000,0.4000,,,,,,4,1151.5200,191.1368,848.4564,-72.0541,23.0486,102.3127,-8.6888,0.1507,20.1843,0.0000,0.0000,2.7136,20.1843,-0.8074,0.0000,20.9917,0.0000,20.9917,0.7899,,,20.2215,,,,,,,5292.7108,5.2927,5.2927 -674.2000,0.4000,,,,,,4,1153.6001,213.6863,848.4335,-72.1780,25.8143,102.4948,-8.7194,0.1294,22.9673,0.0000,0.0000,2.7176,22.9673,-0.8548,0.0000,23.8220,0.0000,23.8220,0.8548,,,22.9863,,,,,,,5765.8661,5.7659,5.7659 -674.6000,0.4000,,,,,,4,1157.7601,291.5922,850.3919,-72.4259,35.3527,103.1018,-8.7809,0.4329,32.1876,0.0000,0.0000,2.7322,32.1876,-1.0084,0.0000,33.1960,0.0000,33.1960,1.0686,,,32.2163,,,,,,,7514.9945,7.5150,7.5150 -675.0000,0.4000,,,,,,4,1166.4000,296.1193,852.5498,-72.9407,36.1695,104.1348,-8.9094,0.7414,32.6719,0.0000,0.0000,2.7562,32.6719,-1.0223,0.0000,33.6943,0.0000,33.6943,1.0838,,,32.7625,,,,,,,7672.3797,7.6724,7.6724 -675.4000,0.4000,,,,,,4,1173.4400,288.4577,849.9093,-73.3602,35.4464,104.4388,-9.0147,0.2194,32.4639,0.0000,0.0000,2.7631,32.4639,-1.0243,0.0000,33.4882,0.0000,33.4882,1.0824,,,32.4499,,,,,,,7541.3798,7.5414,7.5414 -675.8000,0.4000,,,,,,4,1178.8001,267.0788,851.8365,-73.6796,32.9692,105.1538,-9.0953,0.5179,29.6707,0.0000,0.0000,2.7806,29.6707,-0.9824,0.0000,30.6531,0.0000,30.6531,1.0209,,,29.7267,,,,,,,7086.5793,7.0866,7.0866 -676.2000,0.4000,,,,,,4,1184.8001,262.5957,850.9578,-74.0372,32.5808,105.5800,-9.1859,0.3101,29.4804,0.0000,0.0000,2.7903,29.4804,-0.9833,0.0000,30.4637,0.0000,30.4637,1.0194,,,29.4999,,,,,,,7021.6775,7.0217,7.0217 -676.6000,0.4000,,,,,,4,1186.9600,257.7799,849.2868,-74.1659,32.0416,105.5648,-9.2187,-0.0111,29.2614,0.0000,0.0000,2.7913,29.2614,-0.9811,0.0000,30.2425,0.0000,30.2425,1.0154,,,29.2251,,,,,,,6925.1816,6.9252,6.9252 -677.0000,0.4000,,,,,,4,1187.4400,232.8822,849.8006,-74.1945,28.9585,105.6714,-9.2260,0.0777,26.0864,0.0000,0.0000,2.7945,26.0864,-0.9289,0.0000,27.0153,0.0000,27.0153,0.9427,,,26.0849,,,,,,,6381.8711,6.3819,6.3819 -677.4000,0.4000,,,,,,4,1189.3600,235.9446,850.5074,-74.3089,29.3868,105.9303,-9.2551,0.1890,26.3974,0.0000,0.0000,2.8004,26.3974,-0.9354,0.0000,27.3328,0.0000,27.3328,0.9508,,,26.4121,,,,,,,6460.4803,6.4605,6.4605 -677.8000,0.4000,,,,,,4,1188.0000,157.8007,847.3196,-74.2278,19.6315,105.4125,-9.2345,-0.3776,17.2205,0.0000,0.0000,2.7886,17.2205,-0.7828,0.0000,18.0033,0.0000,18.0033,0.7393,,,17.2244,,,,,,,4740.0539,4.7401,4.7401 -678.2000,0.4000,,,,,,4,1179.6000,110.6446,844.6094,-73.7273,13.6676,104.3324,-9.1073,-0.7829,11.6865,0.0000,0.0000,2.7640,11.6865,-0.6856,0.0000,12.3722,0.0000,12.3722,0.6081,,,11.7074,,,,,,,3716.3422,3.7163,3.7163 -678.6000,0.4000,,,,,,4,1172.8800,168.2566,847.8395,-73.3269,20.6659,104.1348,-9.0063,-0.1425,18.0490,0.0000,0.0000,2.7595,18.0490,-0.7863,0.0000,18.8353,0.0000,18.8353,0.7511,,,18.0682,,,,,,,4895.0402,4.8950,4.8950 -679.0000,0.4000,,,,,,4,1170.7200,205.6682,847.6683,-73.1982,25.2144,103.9220,-8.9739,-0.1532,22.6143,0.0000,0.0000,2.7533,22.6143,-0.8603,0.0000,23.4746,0.0000,23.4746,0.8549,,,22.5980,,,,,,,5699.9925,5.7000,5.7000 -679.4000,0.4000,,,,,,4,1168.5600,235.4339,847.6210,-73.0694,28.8104,103.7245,-8.9416,-0.1420,26.2060,0.0000,0.0000,2.7463,26.2060,-0.9182,0.0000,27.1243,0.0000,27.1243,0.9364,,,26.1646,,,,,,,6328.7210,6.3287,6.3287 -679.8000,0.4000,,,,,,4,1172.2400,331.7008,852.2659,-73.2887,40.7185,104.6213,-8.9967,0.6465,37.3052,0.0000,0.0000,2.7668,37.3052,-1.1042,0.0000,38.4094,0.0000,38.4094,1.1931,,,37.3661,,,,,,,8537.7953,8.5378,8.5378 -680.2000,0.4000,,,,,,4,1181.6000,351.9374,852.6471,-73.8465,43.5476,105.5039,-9.1375,0.6406,40.1237,0.0000,0.0000,2.7833,40.1237,-1.1570,0.0000,41.2808,0.0000,41.2808,1.2624,,,40.1756,,,,,,,9094.8841,9.0949,9.0949 -680.6000,0.4000,,,,,,4,1195.0400,433.7980,856.2592,-74.6473,54.2873,107.1560,-9.3417,1.2288,50.2371,0.0000,0.0000,2.8214,50.2371,-1.3333,0.0000,51.5704,0.0000,51.5704,1.5012,,,50.4379,,,,,,,11167.7475,11.1677,11.1677 -681.0000,0.4000,,,,,,4,1209.0400,446.3790,853.6558,-75.4542,56.5162,108.0817,-9.5533,0.7346,52.9376,0.0000,0.0000,2.8440,52.9376,-1.3875,0.0000,54.3251,0.0000,54.3251,1.5701,,,52.9819,,,,,,,11590.9334,11.5909,11.5909 -681.4000,0.4000,,,,,,4,1218.6400,378.0750,853.0690,-75.9971,48.2483,108.8650,-9.6984,0.6265,44.7596,0.0000,0.0000,2.8622,44.7596,-1.2589,0.0000,46.0185,0.0000,46.0185,1.3870,,,44.7926,,,,,,,10001.2206,10.0012,10.0012 -681.8000,0.4000,,,,,,4,1230.0800,470.7257,854.8647,-76.6442,60.6359,110.1183,-9.8728,1.0118,56.7314,0.0000,0.0000,2.8927,56.7314,-1.4647,0.0000,58.1961,0.0000,58.1961,1.6677,,,56.8519,,,,,,,12375.0156,12.3750,12.3750 -682.2000,0.4000,,,,,,4,1248.0000,520.2752,857.4103,-77.6577,67.9949,112.0552,-10.1491,1.5865,63.4685,0.0000,0.0000,2.9399,63.4685,-1.5886,0.0000,65.0571,0.0000,65.0571,1.8315,,,63.7768,,,,,,,13767.6801,13.7677,13.7677 -682.6000,0.4000,,,,,,4,1268.4000,548.4563,856.3797,-78.8115,72.8496,113.7499,-10.4683,1.4109,68.4535,0.0000,0.0000,2.9851,68.4535,-1.6854,0.0000,70.1389,0.0000,70.1389,1.9564,,,68.6942,,,,,,,14666.6993,14.6667,14.6667 -683.0000,0.4000,,,,,,4,1289.2800,546.2505,857.4895,-79.9925,73.7510,115.7723,-10.8000,1.7113,69.0052,0.0000,0.0000,3.0344,69.0052,-1.7094,0.0000,70.7147,0.0000,70.7147,1.9799,,,69.3404,,,,,,,14820.7558,14.8208,14.8208 -683.4000,0.4000,,,,,,4,1309.6001,581.4110,855.8155,-81.1418,79.7353,117.3674,-11.1279,1.3711,75.2862,0.0000,0.0000,3.0781,75.2862,-1.8280,0.0000,77.1142,0.0000,77.1142,2.1348,,,75.4923,,,,,,,15926.0175,15.9260,15.9260 -683.8000,0.4000,,,,,,4,1327.2801,598.4238,855.5843,-82.1417,83.1764,118.9198,-11.4171,1.3523,78.7079,0.0000,0.0000,3.1162,78.7079,-1.8975,0.0000,80.6054,0.0000,80.6054,2.2228,,,78.8976,,,,,,,16612.5374,16.6125,16.6125 -684.2000,0.4000,,,,,,4,1345.7600,653.2392,856.1645,-83.1869,92.0595,120.6573,-11.7233,1.5347,87.3660,0.0000,0.0000,3.1588,87.3660,-2.0543,0.0000,89.4203,0.0000,89.4203,2.4316,,,87.6196,,,,,,,18364.9820,18.3650,18.3650 -684.6000,0.4000,,,,,,4,1371.9200,711.5795,860.1609,-84.6665,102.2306,123.5768,-12.1638,2.6289,96.3679,0.0000,0.0000,3.2338,96.3679,-2.2227,0.0000,98.5906,0.0000,98.5906,2.6526,,,97.0848,,,,,,,20302.8378,20.3028,20.3028 -685.0000,0.4000,,,,,,4,1403.4400,748.1233,859.1576,-86.4493,109.9501,126.2686,-12.7053,2.4794,104.1573,0.0000,0.0000,3.3133,104.1573,-2.3755,0.0000,106.5328,0.0000,106.5328,2.8489,,,104.8009,,,,,,,21773.5463,21.7735,21.7735 -685.4000,0.4000,,,,,,4,1438.8801,731.9382,862.0038,-88.4537,110.2878,129.8860,-13.3281,3.4163,103.4475,0.0000,0.0000,3.4240,103.4475,-2.3913,0.0000,105.8389,0.0000,105.8389,2.8526,,,104.4406,,,,,,,21810.7684,21.8108,21.8108 -685.8000,0.4000,,,,,,4,1475.2800,822.4450,859.2647,-90.5125,127.0603,132.7486,-13.9834,2.7718,120.7783,0.0000,0.0000,3.5102,120.7783,-2.7066,0.0000,123.4849,0.0000,123.4849,3.2717,,,121.5235,,,,,,,25037.3017,25.0373,25.0373 -686.2000,0.4000,,,,,,4,1508.8800,795.3950,859.8696,-92.4129,125.6800,135.8676,-14.6021,3.0888,118.9845,0.0000,0.0000,3.6067,118.9845,-2.7037,0.0000,121.6882,0.0000,121.6882,3.2502,,,119.8131,,,,,,,24787.1858,24.7872,24.7872 -686.6000,0.4000,,,,,,4,1541.2800,827.6012,858.2062,-94.2454,133.5769,138.5166,-15.2114,2.6797,127.2004,0.0000,0.0000,3.6968,127.2004,-2.8643,0.0000,130.0647,0.0000,130.0647,3.4583,,,127.8286,,,,,,,26250.3551,26.2504,26.2504 -687.0000,0.4000,,,,,,4,1578.6400,808.6931,862.0132,-96.3584,133.6889,142.5035,-15.9295,4.1465,125.7214,0.0000,0.0000,3.8210,125.7214,-2.8689,0.0000,128.5903,0.0000,128.5903,3.4471,,,126.9253,,,,,,,26261.5596,26.2616,26.2616 -687.4000,0.4000,,,,,,4,1616.0000,821.5693,855.3336,-98.1144,139.0318,144.7456,-16.6036,2.8096,132.3190,0.0000,0.0000,3.9032,132.3190,-3.0076,0.0000,135.3266,0.0000,135.3266,3.6218,,,132.9174,,,,,,,27283.9907,27.2840,27.2840 -687.8000,0.4000,,,,,,4,1649.2000,853.9805,853.9806,-99.2512,147.4857,147.4857,-17.1411,3.5302,139.9421,0.0000,0.0000,4.0133,139.9452,-3.1603,0.0000,143.1055,0.0000,143.1055,3.8180,,,140.8380,,,,,,,28995.6597,28.9957,28.9957 -688.2000,0.4000,,,,,,4,1682.2400,766.5765,849.6130,-100.3825,135.0430,149.6710,-17.6838,2.8934,128.0546,0.0000,0.0000,4.0951,128.0517,-2.9920,0.0000,131.0438,0.0000,131.0438,3.5661,,,128.5960,,,,,,,26677.3122,26.6773,26.6773 -688.6000,0.4000,,,,,,4,1710.0800,681.6967,846.5897,-101.3358,122.0777,151.6066,-18.1471,2.6215,115.2669,0.0000,0.0000,4.1892,115.2669,-2.8108,0.0000,118.0777,0.0000,118.0777,3.2908,,,115.6676,,,,,,,24246.8922,24.2469,24.2469 -689.0000,0.4000,,,,,,4,1733.7600,643.9979,843.5612,-102.1466,116.9236,153.1561,-18.5456,2.1392,110.5298,0.0000,0.0000,4.2545,110.5298,-2.7562,0.0000,113.2860,0.0000,113.2860,3.1978,,,110.7588,,,,,,,23414.6539,23.4147,23.4147 -689.4000,0.4000,,,,,,4,1751.6800,638.1770,840.7948,-102.7602,117.0643,154.2316,-18.8499,1.5064,111.2554,0.0000,0.0000,4.3025,111.2554,-2.7847,0.0000,114.0401,0.0000,114.0401,3.2264,,,111.2793,,,,,,,23472.9238,23.4729,23.4729 -689.8000,0.4000,,,,,,4,1768.0000,652.7016,840.0791,-103.3190,120.8441,155.5361,-19.1290,1.8510,114.6136,0.0000,0.0000,4.3795,114.6136,-2.8545,0.0000,117.4681,0.0000,117.4681,3.3146,,,114.7320,,,,,,,24213.1650,24.2132,24.2132 -690.2000,0.4000,,,,,,4,1784.9600,649.2076,838.3036,-103.8998,121.3503,156.6962,-19.4210,1.6685,115.2501,0.0000,0.0000,4.4317,115.2501,-2.8809,0.0000,118.1310,0.0000,118.1310,3.3408,,,115.3046,,,,,,,24339.4351,24.3394,24.3394 -690.6000,0.4000,,,,,,4,1798.3201,35.3028,836.0060,-104.3572,6.6482,157.4363,-19.6525,1.1263,1.0498,0.0000,0.0000,4.4721,1.0498,-1.0089,0.0000,2.0587,0.0000,2.0587,0.7267,,,1.3359,,,,,,,4004.6535,4.0047,4.0047 -691.0000,0.4000,,,,,,4,1770.9601,-103.4204,823.4406,-103.4204,-19.1798,152.7108,-19.1798,-6.7706,-16.6673,0.0000,0.0000,4.2582,-16.6673,-1.1645,0.0000,-15.5028,0.0000,-15.5028,1.2277,,,-17.6490,,,,,,,0.0000,0.0000,0.0000 -691.4000,0.4000,,,,,,4,1718.6400,-3.8494,832.4734,-101.6289,-0.6928,149.8249,-18.2907,-3.9359,-0.9030,0.0000,0.0000,4.1462,-0.9030,-0.9030,0.0000,0.0000,0.0000,0.0000,0.8975,,,-0.8872,,,,,,,2676.5395,2.6765,2.6765 -691.8000,0.4000,,,,,,4,1621.9200,-98.3171,809.5837,-98.3171,-16.6989,137.5054,-16.6989,-14.6151,-5.8066,0.0000,0.0000,3.7229,-5.8066,-0.8708,0.0000,-4.9359,0.0000,-4.9359,0.9678,,,-18.0238,,,,,,,0.0000,0.0000,0.0000 -692.2000,0.4000,,,,,,5,1454.0000,-89.3089,796.9188,-89.3089,-13.5984,121.3409,-13.5984,-15.4261,-1.4196,0.0000,0.0000,3.2474,-1.1751,-0.6810,0.0000,-0.4941,0.0000,-0.4941,1.0596,,,-23.3729,,,,,,,26.4850,0.0265,0.0265 -692.6000,0.4000,,,,,,5,1277.2000,-79.3092,792.3551,-79.3092,-10.6075,105.9760,-10.6075,-12.8341,-0.6469,0.0000,0.0000,2.8735,-0.6469,-0.7326,0.0000,0.0857,0.0000,0.0857,0.7449,,,-33.1282,,,,,,,12.2834,0.0123,0.0123 -693.0000,0.4000,,,,,,5,1106.4000,-69.3655,773.7198,-69.3655,-8.0368,89.6447,-8.0368,-10.9626,0.4577,0.0000,0.0000,2.4681,0.4577,-0.6040,0.0000,1.0617,0.0000,1.0617,0.6009,,,-41.8214,,,,,,,0.0000,0.0000,0.0000 -693.4000,0.4000,,,,,,5,1006.4000,-63.4067,818.9534,-63.4067,-6.6824,86.3095,-6.6824,-1.7874,-7.2975,0.0000,0.0000,2.4025,-7.2975,-0.5283,0.0000,-6.7692,0.0000,-6.7692,0.8769,,,-45.4159,,,,,,,0.0000,0.0000,0.0000 -693.8000,0.4000,,,,,,5,974.9600,-64.5497,801.3725,-64.5497,-6.5904,81.8182,-6.5904,-1.8500,-7.0630,0.0000,0.0000,2.3227,-7.0630,-0.5054,0.0000,-6.5576,0.0000,-6.5576,0.8365,,,-42.1151,,,,,,,0.0000,0.0000,0.0000 -694.2000,0.4000,,,,,,5,937.8400,-66.8095,775.9798,-66.8095,-6.5614,76.2093,-6.5614,-2.2881,-6.4999,0.0000,0.0000,2.2266,-6.4999,-0.4788,0.0000,-6.0211,0.0000,-6.0211,0.7864,,,-36.0479,,,,,,,0.0000,0.0000,0.0000 -694.6000,0.4000,,,,,,5,899.2800,-69.1569,756.9400,-69.1569,-6.5127,71.2828,-6.5127,-1.8577,-6.8073,0.0000,0.0000,2.1524,-6.8073,-0.4519,0.0000,-6.3555,0.0000,-6.3555,0.7462,,,-39.8166,,,,,,,0.0000,0.0000,0.0000 -695.0000,0.4000,,,,,,5,864.1600,-71.2949,732.6143,-71.2949,-6.4518,66.2977,-6.4518,-1.7610,-6.7602,0.0000,0.0000,2.0691,-6.7602,-0.4268,0.0000,-6.3333,0.0000,-6.3333,0.7069,,,-37.5982,,,,,,,0.0000,0.0000,0.0000 -695.4000,0.4000,,,,,,5,826.6400,-73.5790,702.1123,-73.5790,-6.3694,60.7787,-6.3694,-1.9395,-6.4168,0.0000,0.0000,1.9866,-6.4168,-0.4007,0.0000,-6.0161,0.0000,-6.0161,0.6625,,,-33.7327,,,,,,,0.0000,0.0000,0.0000 -695.8000,0.4000,,,,,,5,788.4000,-75.9069,675.2711,-75.9069,-6.2670,55.7511,-6.2670,-1.6729,-6.5060,0.0000,0.0000,1.9120,-6.5060,-0.3748,0.0000,-6.1312,0.0000,-6.1312,0.6271,,,-31.9741,,,,,,,0.0000,0.0000,0.0000 -696.2000,0.4000,,,,,,5,752.8800,-78.0692,648.1189,-78.0692,-6.1551,51.0986,-6.1551,-1.5272,-6.4609,0.0000,0.0000,1.8330,-6.4609,-0.3514,0.0000,-6.1096,0.0000,-6.1096,0.5831,,,-28.0726,,,,,,,0.0000,0.0000,0.0000 -696.6000,0.4000,,,,,,5,718.5600,-80.1585,621.2620,-80.1585,-6.0317,46.7484,-6.0317,-1.4240,-6.3731,0.0000,0.0000,1.7654,-6.3731,-0.3293,0.0000,-6.0438,0.0000,-6.0438,0.5418,,,-30.3285,,,,,,,0.0000,0.0000,0.0000 -697.0000,0.4000,,,,,,5,685.1200,-82.1942,595.2411,-82.1942,-5.8971,42.7059,-5.8971,-1.3193,-6.2717,0.0000,0.0000,1.6939,-6.2717,-0.3084,0.0000,-5.9633,0.0000,-5.9633,0.5029,,,-29.9445,,,,,,,0.0000,0.0000,0.0000 -697.4000,0.4000,,,,,,5,651.2800,-84.2543,566.6190,-84.2543,-5.7463,38.6445,-5.7463,-1.3211,-6.0509,0.0000,0.0000,1.6257,-6.0509,-0.2878,0.0000,-5.7631,0.0000,-5.7631,0.4637,,,-26.2168,,,,,,,0.0000,0.0000,0.0000 -697.8000,0.4000,,,,,,5,618.9600,-86.2218,544.7085,-86.2218,-5.5887,35.3066,-5.5887,-1.0819,-6.0741,0.0000,0.0000,1.5673,-6.0741,-0.2686,0.0000,-5.8054,0.0000,-5.8054,0.4307,,,-23.7980,,,,,,,0.0000,0.0000,0.0000 -698.2000,0.4000,,,,,,5,603.0000,-87.1934,555.6769,-87.1934,-5.5059,35.0888,-5.5059,-0.0705,-6.9371,0.0000,0.0000,1.5017,-6.9371,-0.2593,0.0000,-6.6778,0.0000,-6.6778,0.4254,,,-19.9381,,,,,,,0.0000,0.0000,0.0000 -698.6000,0.4000,,,,,,5,602.0000,-87.2543,556.6000,-87.2543,-5.5006,35.0888,-5.5006,0.0000,-7.0365,0.0000,0.0000,1.5359,-7.0365,-0.2588,0.0000,-6.7777,0.0000,-6.7777,0.4257,,,-18.1094,,,,,,,0.0000,0.0000,0.0000 -699.0000,0.4000,,,,,,4,635.0800,-85.2405,641.2770,-85.2405,-5.6690,42.6484,-5.6690,2.4547,-9.8200,0.0000,0.0000,1.6961,-12.0540,-0.4216,0.0000,-11.6324,0.0000,-11.6324,0.4146,,,-19.0574,,,,,,,0.0000,0.0000,0.0000 -699.4000,0.4000,,,,,,4,683.8400,-82.2722,649.1673,-82.2722,-5.8916,46.4879,-5.8916,1.2529,-8.9031,0.0000,0.0000,1.7586,-8.9031,-0.3317,0.0000,-8.5714,0.0000,-8.5714,0.3218,,,-20.3897,,,,,,,0.0000,0.0000,0.0000 -699.8000,0.4000,,,,,,4,662.0800,-83.5968,542.2126,-83.5968,-5.7960,37.5931,-5.7960,-2.8964,-4.5104,0.0000,0.0000,1.6107,-4.5104,-0.2516,0.0000,-4.2588,0.0000,-4.2588,0.2569,,,-15.5696,,,,,,,0.0000,0.0000,0.0000 -700.2000,0.4000,,,,,,4,613.3200,-86.5652,546.3269,-86.5652,-5.5598,35.0888,-5.5598,-0.8112,-6.2607,0.0000,0.0000,1.5119,-6.2607,-0.2586,0.0000,-6.0021,0.0000,-6.0021,0.2534,,,-15.1962,,,,,,,0.0000,0.0000,0.0000 -700.6000,0.4000,,,,,,4,602.0000,-87.2543,556.6000,-87.2543,-5.5006,35.0888,-5.5006,0.0000,-7.0460,0.0000,0.0000,1.5453,-7.0460,-0.2665,0.0000,-6.7795,0.0000,-6.7795,0.2574,,,-13.2986,,,,,,,0.0000,0.0000,0.0000 -701.0000,0.4000,,,,,,4,602.0000,-87.2543,556.6000,-87.2543,-5.5006,35.0888,-5.5006,0.0000,-7.0535,0.0000,0.0000,1.5528,-7.0535,-0.2666,0.0000,-6.7868,0.0000,-6.7868,0.2575,,,-11.9536,,,,,,,0.0000,0.0000,0.0000 -701.4000,0.4000,,,,,,3,659.6400,-82.1058,705.5189,-83.7454,-5.6716,48.7354,-5.7849,4.4426,-11.8957,0.0000,0.0000,1.7815,-14.8629,-0.4682,0.0000,-14.3946,0.0000,-14.3946,0.3192,,,-12.8055,,,,,,,11.9688,0.0120,0.0120 -701.8000,0.4000,,,,,,3,678.0000,-82.6245,552.0274,-82.6277,-5.8663,39.1939,-5.8666,-3.1118,-4.3802,0.0000,0.0000,1.6256,-4.3802,-0.2425,0.0000,-4.1377,0.0000,-4.1377,0.1537,,,-10.5868,,,,,,,0.0229,0.0000,0.0000 -702.2000,0.4000,,,,,,3,620.3600,-86.1357,540.1270,-86.1366,-5.5957,35.0888,-5.5958,-1.3308,-5.7545,0.0000,0.0000,1.4896,-5.7545,-0.2412,0.0000,-5.5133,0.0000,-5.5133,0.1570,,,-10.3540,,,,,,,0.0070,0.0000,0.0000 -702.6000,0.4000,,,,,,3,602.0000,-87.2543,556.6000,-87.2543,-5.5006,35.0888,-5.5006,0.0000,-7.0279,0.0000,0.0000,1.5272,-7.0279,-0.2537,0.0000,-6.7742,0.0000,-6.7742,0.1684,,,-7.8462,,,,,,,0.0000,0.0000,0.0000 -703.0000,0.4000,,,,,,3,602.0000,-87.2543,556.6000,-87.2543,-5.5006,35.0888,-5.5006,0.0000,-7.0357,0.0000,0.0000,1.5350,-7.0357,-0.2538,0.0000,-6.7818,0.0000,-6.7818,0.1685,,,-9.3715,,,,,,,0.0000,0.0000,0.0000 -703.4000,0.4000,,,,,,2,629.4800,-39.4075,626.7858,-85.5814,-2.5977,41.3171,-5.6414,2.0212,-6.2661,0.0000,0.0000,1.6472,-8.2518,-0.3827,0.0000,-7.8691,0.0000,-7.8691,0.1602,,,-6.3632,,,,,,,337.0610,0.3371,0.3371 -703.8000,0.4000,,,,,,2,629.4800,-85.5814,532.3016,-85.5814,-5.6414,35.0888,-5.6414,-2.0212,-5.0789,0.0000,0.0000,1.4587,-5.0789,-0.2467,0.0000,-4.8323,0.0000,-4.8323,0.1012,,,-5.3360,,,,,,,0.0000,0.0000,0.0000 -704.2000,0.4000,,,,,,2,602.0000,-74.7837,556.6000,-87.2543,-4.7145,35.0888,-5.5006,0.0000,-6.2387,0.0000,0.0000,1.5242,-6.2387,-0.2538,0.0000,-5.9849,0.0000,-5.9849,0.1128,,,-6.0977,,,,,,,91.0332,0.0910,0.0910 -704.6000,0.4000,,,,,,2,602.0000,-56.3421,556.6000,-87.2543,-3.5519,35.0888,-5.5006,0.0000,-5.0744,0.0000,0.0000,1.5225,-5.0744,-0.2357,0.0000,-4.8387,0.0000,-4.8387,0.0986,,,-4.9373,,,,,,,225.6538,0.2257,0.2257 -705.0000,0.4000,,,,,,2,602.0000,-30.1463,556.6000,-87.2543,-1.9005,35.0888,-5.5006,0.0000,-3.4310,0.0000,0.0000,1.5305,-3.4310,-0.2102,0.0000,-3.2207,0.0000,-3.2207,0.0787,,,-3.2994,,,,,,,416.8786,0.4169,0.4169 -705.4000,0.4000,,,,,,2,602.0000,-2.2402,556.6000,-87.2543,-0.1412,35.0888,-5.5006,0.0000,-1.6747,0.0000,0.0000,1.5334,-1.6747,-0.1830,0.0000,-1.4917,0.0000,-1.4917,0.0573,,,-1.5490,,,,,,,620.5882,0.6206,0.6206 -705.8000,0.4000,,,,,,1,602.0000,22.4901,556.6000,-87.2543,1.4178,35.0888,-5.5006,0.0000,-0.1090,0.0000,0.0000,1.5268,-0.1504,-0.2630,0.0000,0.1126,0.0000,0.1126,0.0242,,,0.0641,,,,,,,950.8892,0.9509,0.9509 -706.2000,0.4000,,,,,,1,610.4400,19.1559,577.9863,-86.7405,1.2245,36.9478,-5.5449,0.6020,-0.9411,0.0000,0.0000,1.5636,-0.9411,-0.1932,0.0000,-0.7479,0.0000,-0.7479,0.0272,,,-0.7858,,,,,,,920.3033,0.9203,0.9203 -706.6000,0.4000,,,,,,1,614.0800,16.3326,558.0278,-86.5189,1.0503,35.8847,-5.5637,-0.3444,-0.1503,0.0000,0.0000,1.5450,-0.1503,-0.1657,0.0000,0.0153,0.0000,0.0153,0.0153,,,0.0000,,,,,,,888.0318,0.8880,0.8880 -707.0000,0.4000,,,,,,1,607.9200,20.2919,558.9946,-86.8939,1.2918,35.5863,-5.5318,-0.0966,-0.1481,0.0000,0.0000,1.5365,-0.1481,-0.1632,0.0000,0.0151,0.0000,0.0151,0.0151,,,0.0000,,,,,,,931.3698,0.9314,0.9314 -707.4000,0.4000,,,,,,1,605.2000,20.3200,556.8179,-87.0595,1.2878,35.2891,-5.5175,-0.0962,-0.1471,0.0000,0.0000,1.5310,-0.1471,-0.1621,0.0000,0.0151,0.0000,0.0151,0.0151,,,0.0000,,,,,,,926.8147,0.9268,0.9268 -707.8000,0.4000,,,,,,1,602.9200,20.8167,555.7507,-87.1983,1.3143,35.0888,-5.5055,-0.0648,-0.1462,0.0000,0.0000,1.5254,-0.1462,-0.1612,0.0000,0.0150,0.0000,0.0150,0.0150,,,0.0000,,,,,,,929.5136,0.9295,0.9295 -708.2000,0.4000,,,,,,1,602.0000,21.8057,556.6000,-87.2543,1.3747,35.0888,-5.5006,0.0000,-0.1459,0.0000,0.0000,1.5205,-0.1459,-0.1608,0.0000,0.0150,0.0000,0.0150,0.0150,,,0.0000,,,,,,,941.4633,0.9415,0.9415 -708.6000,0.4000,,,,,,2,602.0000,22.6403,556.6000,-87.2543,1.4273,35.0888,-5.5006,0.0000,-0.0964,0.0000,0.0000,1.5237,-0.0756,-0.0978,0.0000,0.0222,0.0000,0.0222,0.0222,,,0.0000,,,,,,,952.9578,0.9530,0.9530 -709.0000,0.4000,,,,,,2,602.0000,22.3837,556.6000,-87.2543,1.4111,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5218,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.4244,0.9494,0.9494 -709.4000,0.4000,,,,,,2,602.0000,22.2897,556.6000,-87.2543,1.4052,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5159,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.1290,0.9481,0.9481 -709.8000,0.4000,,,,,,2,602.0000,22.3392,556.6000,-87.2543,1.4083,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5190,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.8108,0.9488,0.9488 -710.2000,0.4000,,,,,,2,602.0000,22.3254,556.6000,-87.2543,1.4074,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5182,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.6208,0.9486,0.9486 -710.6000,0.4000,,,,,,2,602.0000,22.3600,556.6000,-87.2543,1.4096,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5204,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.0980,0.9491,0.9491 -711.0000,0.4000,,,,,,2,602.0000,22.4085,556.6000,-87.2543,1.4127,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5234,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.7654,0.9498,0.9498 -711.4000,0.4000,,,,,,2,602.0000,22.3639,556.6000,-87.2543,1.4099,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5206,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.1517,0.9492,0.9492 -711.8000,0.4000,,,,,,2,602.0000,22.4035,556.6000,-87.2543,1.4123,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5231,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.6972,0.9497,0.9497 -712.2000,0.4000,,,,,,2,602.0000,22.3787,556.6000,-87.2543,1.4108,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5215,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.3546,0.9494,0.9494 -712.6000,0.4000,,,,,,2,602.0000,22.3391,556.6000,-87.2543,1.4083,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5190,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.8092,0.9488,0.9488 -713.0000,0.4000,,,,,,2,602.0000,22.3182,556.6000,-87.2543,1.4070,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5177,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.5214,0.9485,0.9485 -713.4000,0.4000,,,,,,2,602.0000,22.3132,556.6000,-87.2543,1.4067,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5174,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.4532,0.9485,0.9485 -713.8000,0.4000,,,,,,2,602.0000,22.3182,556.6000,-87.2543,1.4070,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5177,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.5214,0.9485,0.9485 -714.2000,0.4000,,,,,,2,602.0000,22.3479,556.6000,-87.2543,1.4088,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5196,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.9305,0.9489,0.9489 -714.6000,0.4000,,,,,,2,602.0000,22.3182,556.6000,-87.2543,1.4070,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5177,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.5214,0.9485,0.9485 -715.0000,0.4000,,,,,,2,602.0000,22.3004,556.6000,-87.2543,1.4058,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5166,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.2766,0.9483,0.9483 -715.4000,0.4000,,,,,,2,602.0000,22.3440,556.6000,-87.2543,1.4086,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5193,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.8768,0.9489,0.9489 -715.8000,0.4000,,,,,,2,602.0000,22.3539,556.6000,-87.2543,1.4092,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5200,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,949.0132,0.9490,0.9490 -716.2000,0.4000,,,,,,2,602.0000,22.2638,556.6000,-87.2543,1.4035,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5143,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.7720,0.9478,0.9478 -716.6000,0.4000,,,,,,2,602.0000,22.3281,556.6000,-87.2543,1.4076,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5183,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.6583,0.9487,0.9487 -717.0000,0.4000,,,,,,2,602.0000,22.3133,556.6000,-87.2543,1.4067,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5174,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.4538,0.9485,0.9485 -717.4000,0.4000,,,,,,2,602.0000,22.3459,556.6000,-87.2543,1.4087,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5195,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.9031,0.9489,0.9489 -717.8000,0.4000,,,,,,2,602.0000,22.3063,556.6000,-87.2543,1.4062,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5170,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.3577,0.9484,0.9484 -718.2000,0.4000,,,,,,2,602.0000,22.2944,556.6000,-87.2543,1.4055,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5162,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.1934,0.9482,0.9482 -718.6000,0.4000,,,,,,2,602.0000,22.2171,556.6000,-87.2543,1.4006,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5113,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.1299,0.9471,0.9471 -719.0000,0.4000,,,,,,2,602.0000,22.2795,556.6000,-87.2543,1.4045,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5153,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.9888,0.9480,0.9480 -719.4000,0.4000,,,,,,2,602.1200,22.4717,556.9030,-87.2470,1.4169,35.1149,-5.5013,0.0084,-0.1108,0.0000,0.0000,1.5193,-0.1108,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,950.8543,0.9509,0.9509 -719.8000,0.4000,,,,,,2,602.1200,22.1544,556.4891,-87.2470,1.3969,35.0888,-5.5013,-0.0084,-0.1108,0.0000,0.0000,1.5161,-0.1108,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.4845,0.9465,0.9465 -720.2000,0.4000,,,,,,2,602.0000,22.3230,556.6000,-87.2543,1.4073,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5180,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.5885,0.9486,0.9486 -720.6000,0.4000,,,,,,2,602.0000,22.2487,556.6000,-87.2543,1.4026,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5133,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.5653,0.9476,0.9476 -721.0000,0.4000,,,,,,2,602.0000,22.3082,556.6000,-87.2543,1.4063,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5171,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.3834,0.9484,0.9484 -721.4000,0.4000,,,,,,2,602.0000,22.3121,556.6000,-87.2543,1.4066,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5173,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.4382,0.9484,0.9484 -721.8000,0.4000,,,,,,2,602.0000,22.2775,556.6000,-87.2543,1.4044,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5151,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.9609,0.9480,0.9480 -722.2000,0.4000,,,,,,2,602.0000,22.2923,556.6000,-87.2543,1.4053,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5161,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.1655,0.9482,0.9482 -722.6000,0.4000,,,,,,2,602.0000,22.2924,556.6000,-87.2543,1.4053,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5161,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.1660,0.9482,0.9482 -723.0000,0.4000,,,,,,2,602.0000,22.2874,556.6000,-87.2543,1.4050,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5158,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.0978,0.9481,0.9481 -723.4000,0.4000,,,,,,2,602.0000,22.3012,556.6000,-87.2543,1.4059,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5166,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.2873,0.9483,0.9483 -723.8000,0.4000,,,,,,2,602.0000,22.2962,556.6000,-87.2543,1.4056,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5163,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.2191,0.9482,0.9482 -724.2000,0.4000,,,,,,2,602.0000,22.2665,556.6000,-87.2543,1.4037,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5145,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.8101,0.9478,0.9478 -724.6000,0.4000,,,,,,2,602.0000,22.2764,556.6000,-87.2543,1.4043,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5151,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.9459,0.9479,0.9479 -725.0000,0.4000,,,,,,2,602.0000,22.1972,556.6000,-87.2543,1.3993,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5101,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.8550,0.9469,0.9469 -725.4000,0.4000,,,,,,2,602.0000,22.2735,556.6000,-87.2543,1.4041,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5149,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.9056,0.9479,0.9479 -725.8000,0.4000,,,,,,2,602.0000,22.3241,556.6000,-87.2543,1.4073,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5181,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.6030,0.9486,0.9486 -726.2000,0.4000,,,,,,2,602.0000,22.3488,556.6000,-87.2543,1.4089,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5196,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.9439,0.9489,0.9489 -726.6000,0.4000,,,,,,2,602.0000,22.3083,556.6000,-87.2543,1.4063,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5171,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.3851,0.9484,0.9484 -727.0000,0.4000,,,,,,2,602.0000,22.2835,556.6000,-87.2543,1.4048,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5155,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.0442,0.9480,0.9480 -727.4000,0.4000,,,,,,2,602.0000,22.3429,556.6000,-87.2543,1.4085,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5193,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.8623,0.9489,0.9489 -727.8000,0.4000,,,,,,2,602.0000,22.2567,556.6000,-87.2543,1.4031,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5138,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.6748,0.9477,0.9477 -728.2000,0.4000,,,,,,2,602.0000,22.2270,556.6000,-87.2543,1.4012,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5120,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.2657,0.9473,0.9473 -728.6000,0.4000,,,,,,2,602.0000,22.2428,556.6000,-87.2543,1.4022,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5130,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.4831,0.9475,0.9475 -729.0000,0.4000,,,,,,2,602.0000,22.2477,556.6000,-87.2543,1.4025,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5133,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.5513,0.9476,0.9476 -729.4000,0.4000,,,,,,2,602.0000,22.2230,556.6000,-87.2543,1.4010,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5117,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.2104,0.9472,0.9472 -729.8000,0.4000,,,,,,2,602.0000,22.1972,556.6000,-87.2543,1.3993,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5101,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.8550,0.9469,0.9469 -730.2000,0.4000,,,,,,2,602.0000,22.1724,556.6000,-87.2543,1.3978,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5085,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.5141,0.9465,0.9465 -730.6000,0.4000,,,,,,2,602.0000,22.1922,556.6000,-87.2543,1.3990,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5098,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.7868,0.9468,0.9468 -731.0000,0.4000,,,,,,2,602.0000,22.2239,556.6000,-87.2543,1.4010,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5118,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.2233,0.9472,0.9472 -731.4000,0.4000,,,,,,2,602.0000,22.1794,556.6000,-87.2543,1.3982,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5090,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.6096,0.9466,0.9466 -731.8000,0.4000,,,,,,2,602.0000,22.1932,556.6000,-87.2543,1.3991,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5098,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.8008,0.9468,0.9468 -732.2000,0.4000,,,,,,2,602.0000,22.1784,556.6000,-87.2543,1.3982,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5089,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.5962,0.9466,0.9466 -732.6000,0.4000,,,,,,2,602.0000,22.1982,556.6000,-87.2543,1.3994,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5101,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.8689,0.9469,0.9469 -733.0000,0.4000,,,,,,2,602.0000,22.2418,556.6000,-87.2543,1.4021,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5129,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.4691,0.9475,0.9475 -733.4000,0.4000,,,,,,2,602.0000,22.2022,556.6000,-87.2543,1.3997,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5104,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.9237,0.9469,0.9469 -733.8000,0.4000,,,,,,2,602.0000,22.1824,556.6000,-87.2543,1.3984,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5091,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.6510,0.9467,0.9467 -734.2000,0.4000,,,,,,2,602.0000,22.2328,556.6000,-87.2543,1.4016,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5123,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.3462,0.9473,0.9473 -734.6000,0.4000,,,,,,2,611.8000,210.9766,581.4470,-86.6577,13.5168,37.2519,-5.5519,0.7006,11.2608,0.0000,0.0000,1.5554,11.2608,-0.3573,0.0000,11.6181,0.0000,11.6181,0.2927,,,11.5068,,,,,,,3506.9216,3.5069,3.5069 -735.0000,0.4000,,,,,,2,626.8000,105.2028,585.4167,-85.7446,6.9053,38.4258,-5.6281,0.3808,4.9488,0.0000,0.0000,1.5757,4.9488,-0.2566,0.0000,5.2054,0.0000,5.2054,0.1488,,,5.0986,,,,,,,2135.2750,2.1353,2.1353 -735.4000,0.4000,,,,,,2,635.6000,222.3333,589.6811,-85.2089,14.7985,39.2491,-5.6715,0.2674,12.9415,0.0000,0.0000,1.5896,12.9415,-0.3954,0.0000,13.3370,0.0000,13.3370,0.3331,,,13.0775,,,,,,,3718.8771,3.7189,3.7189 -735.8000,0.4000,,,,,,2,622.1600,280.2587,543.7832,-86.0270,18.2595,35.4288,-5.6049,-1.2387,17.9753,0.0000,0.0000,1.5230,17.9753,-0.4730,0.0000,18.4483,0.0000,18.4483,0.4477,,,17.5076,,,,,,,4461.5764,4.4616,4.4616 -736.2000,0.4000,,,,,,2,609.0400,309.4528,569.0069,-86.8257,19.7364,36.2904,-5.5376,0.2790,17.9192,0.0000,0.0000,1.5383,17.9192,-0.4666,0.0000,18.3857,0.0000,18.3857,0.4455,,,18.0557,,,,,,,4808.7819,4.8088,4.8088 -736.6000,0.4000,,,,,,2,657.6800,487.0439,680.2284,-83.8647,33.5437,46.8487,-5.7759,3.4366,28.3925,0.0000,0.0000,1.7147,28.3925,-0.6601,0.0000,29.0525,0.0000,29.0525,0.6897,,,30.2914,,,,,,,8092.4876,8.0925,8.0925 -737.0000,0.4000,,,,,,2,780.3200,598.3981,831.2363,-76.3988,48.8981,67.9244,-6.2429,7.1044,39.7603,0.0000,0.0000,2.0334,39.7603,-0.9038,0.0000,40.6641,0.0000,40.6641,0.9606,,,43.6681,,,,,,,11474.6917,11.4747,11.4747 -737.4000,0.4000,,,,,,2,926.7200,535.9613,895.1473,-67.4864,52.0128,86.8704,-6.5493,7.4151,42.2725,0.0000,0.0000,2.3253,42.2725,-1.0251,0.0000,43.2976,0.0000,43.2976,1.0312,,,45.3896,,,,,,,11197.3730,11.1974,11.1974 -737.8000,0.4000,,,,,,2,1068.7200,534.6831,905.3870,-67.1202,59.8396,101.3274,-7.5118,9.1807,48.0156,0.0000,0.0000,2.6433,48.0156,-1.1979,0.0000,49.2135,0.0000,49.2135,1.1767,,,51.3414,,,,,,,12473.9451,12.4739,12.4739 -738.2000,0.4000,,,,,,2,1222.8000,529.5083,905.9993,-76.2324,67.8042,116.0144,-9.7617,11.5102,53.3015,0.0000,0.0000,2.9926,53.3015,-1.3755,0.0000,54.6770,0.0000,54.6770,1.3141,,,56.8786,,,,,,,13750.8138,13.7508,13.7508 -738.6000,0.4000,,,,,,2,1387.1200,479.3925,901.3265,-85.5262,69.6360,130.9257,-12.4234,13.5755,52.6605,0.0000,0.0000,3.4000,52.6605,-1.4426,0.0000,54.1031,0.0000,54.1031,1.3172,,,55.9733,,,,,,,14035.1831,14.0352,14.0352 -739.0000,0.4000,,,,,,2,1545.6800,387.7417,889.4163,-94.4942,62.7611,143.9638,-15.2951,13.5091,45.4402,0.0000,0.0000,3.8118,45.4402,-1.5118,0.0000,46.9519,0.0000,46.9519,1.1724,,,47.9950,,,,,,,12983.2169,12.9832,12.9832 -739.4000,0.4000,,,,,,2,1579.7600,-42.3362,828.0903,-96.4218,-7.0038,136.9927,-15.9513,-7.5163,-3.0877,0.0000,0.0000,3.6002,-3.0877,-0.7894,0.0000,-2.2983,0.0000,-2.2983,0.2082,,,-2.4419,,,,,,,1360.6684,1.3607,1.3607 -739.8000,0.4000,,,,,,2,1451.6800,-79.5662,798.8482,-89.1777,-12.0956,121.4406,-13.5568,-14.8180,-0.4206,0.0000,0.0000,3.1431,-0.4206,-0.5983,0.0000,0.1777,0.0000,0.1777,0.1053,,,0.0680,,,,,,,268.0567,0.2681,0.2681 -740.2000,0.4000,,,,,,3,1277.3600,1.0350,791.6865,-79.3183,0.1384,105.8998,-10.6100,-12.9789,10.3524,0.0000,0.0000,2.7650,8.1488,-0.4820,0.0000,8.6308,0.0000,8.6308,0.3206,,,9.8386,,,,,,,1711.4143,1.7114,1.7114 -740.6000,0.4000,,,,,,3,1109.4400,392.1692,777.3701,-69.5466,45.5623,90.3151,-8.0799,-10.4950,53.6343,0.0000,0.0000,2.4230,53.6343,-1.2964,0.0000,54.9307,0.0000,54.9307,1.3877,,,49.6358,,,,,,,9487.3527,9.4874,9.4874 -741.0000,0.4000,,,,,,3,1059.7600,533.3139,869.1109,-66.5863,59.1860,96.4520,-7.3896,3.8733,52.7545,0.0000,0.0000,2.5583,52.7545,-1.2611,0.0000,54.0156,0.0000,54.0156,1.3569,,,54.2130,,,,,,,12358.4598,12.3585,12.3585 -741.4000,0.4000,,,,,,3,1130.0000,581.6977,877.7007,-70.7717,68.8342,103.8612,-8.3747,5.1440,60.9630,0.0000,0.0000,2.7271,60.9630,-1.4435,0.0000,62.4066,0.0000,62.4066,1.5609,,,62.9435,,,,,,,14179.7673,14.1798,14.1798 -741.8000,0.4000,,,,,,3,1208.8800,578.5294,878.0690,-75.4451,73.2381,111.1579,-9.5509,5.6387,64.6951,0.0000,0.0000,2.9043,64.6951,-1.5589,0.0000,66.2540,0.0000,66.2540,1.6648,,,66.7221,,,,,,,14823.6943,14.8237,14.8237 -742.2000,0.4000,,,,,,3,1300.0800,666.3867,883.5272,-80.6033,90.7246,120.2870,-10.9737,7.7898,79.8073,0.0000,0.0000,3.1275,79.8073,-1.8400,0.0000,81.6473,0.0000,81.6473,2.0333,,,82.7543,,,,,,,18138.7220,18.1387,18.1387 -742.6000,0.4000,,,,,,3,1399.8400,661.4056,879.4376,-86.2457,96.9560,128.9175,-12.6428,7.9295,85.6546,0.0000,0.0000,3.3719,85.6546,-2.0096,0.0000,87.6642,0.0000,87.6642,2.1931,,,88.4312,,,,,,,19233.4239,19.2334,19.2334 -743.0000,0.4000,,,,,,3,1503.8400,684.7712,881.3810,-92.1278,107.8390,138.8014,-14.5084,9.7557,94.4090,0.0000,0.0000,3.6743,94.4090,-2.2325,0.0000,96.6414,0.0000,96.6414,2.4222,,,97.6977,,,,,,,21301.5496,21.3015,21.3015 -743.4000,0.4000,,,,,,3,1581.2800,230.3835,861.5233,-96.5077,38.1495,142.6607,-15.9808,4.0500,30.3041,0.0000,0.0000,3.7954,30.3041,-1.2462,0.0000,31.5502,0.0000,31.5502,0.9718,,,31.0023,,,,,,,8651.6403,8.6516,8.6516 -743.8000,0.4000,,,,,,3,1534.4800,-59.5213,811.9337,-93.8608,-9.5645,130.4699,-15.0825,-12.3211,-0.6699,0.0000,0.0000,3.4266,-0.6699,-0.7058,0.0000,0.0359,0.0000,0.0359,0.2472,,,-0.2019,,,,,,,873.4580,0.8735,0.8735 -744.2000,0.4000,,,,,,4,1379.2800,-81.7092,796.7055,-85.0828,-11.8019,115.0744,-12.2892,-13.9372,-0.8784,0.0000,0.0000,3.0136,-0.7134,-0.4415,0.0000,-0.2719,0.0000,-0.2719,0.5157,,,-0.9089,,,,,,,102.7668,0.1028,0.1028 -744.6000,0.4000,,,,,,4,1187.1200,186.0744,768.2545,-74.1754,23.1318,95.5055,-9.2211,-14.6587,35.2350,0.0000,0.0000,2.5555,35.2350,-1.0799,0.0000,36.3149,0.0000,36.3149,1.1527,,,32.0320,,,,,,,5358.8004,5.3588,5.3588 -745.0000,0.4000,,,,,,4,1074.0800,529.4846,836.2351,-67.4396,59.5550,94.0575,-7.5854,-0.9237,57.9535,0.0000,0.0000,2.5253,57.9535,-1.3771,0.0000,59.3306,0.0000,59.3306,1.6216,,,57.3135,,,,,,,12394.3902,12.3944,12.3944 -745.4000,0.4000,,,,,,4,1074.6401,283.1270,849.6465,-67.4730,31.8620,95.6158,-7.5931,0.9945,28.3080,0.0000,0.0000,2.5595,28.3080,-0.8896,0.0000,29.1976,0.0000,29.1976,0.9410,,,28.4649,,,,,,,6806.3656,6.8064,6.8064 -745.8000,0.4000,,,,,,4,1087.8401,201.4124,848.4791,-68.2595,22.9446,96.6573,-7.7760,0.6711,19.6910,0.0000,0.0000,2.5824,19.6910,-0.7580,0.0000,20.4491,0.0000,20.4491,0.7490,,,19.7956,,,,,,,5201.3852,5.2014,5.2014 -746.2000,0.4000,,,,,,4,1097.3600,145.2184,848.3452,-68.8268,16.6878,97.4878,-7.9093,0.5437,13.5436,0.0000,0.0000,2.6006,13.5436,-0.6625,0.0000,14.2061,0.0000,14.2061,0.6121,,,13.6465,,,,,,,4135.6541,4.1357,4.1357 -746.6000,0.4000,,,,,,4,1100.3200,53.9426,843.9307,-69.0032,6.2156,97.2421,-7.9509,-0.1646,3.7851,0.0000,0.0000,2.5950,3.7851,-0.5031,0.0000,4.2882,0.0000,4.2882,0.3893,,,3.8943,,,,,,,2392.8215,2.3928,2.3928 -747.0000,0.4000,,,,,,4,1098.5600,58.7709,844.4581,-68.8983,6.7611,97.1472,-7.9261,-0.0616,4.2287,0.0000,0.0000,2.5939,4.2287,-0.5093,0.0000,4.7380,0.0000,4.7380,0.3987,,,4.3374,,,,,,,2485.9738,2.4860,2.4860 -747.4000,0.4000,,,,,,4,1096.7200,30.5812,843.5351,-68.7887,3.5122,96.8785,-7.9003,-0.1743,1.0983,0.0000,0.0000,2.5882,1.0983,-0.4564,0.0000,1.5547,0.0000,1.5547,0.3260,,,1.2272,,,,,,,1913.7226,1.9137,1.9137 -747.8000,0.4000,,,,,,4,1095.6000,26.4091,844.8106,-68.7219,3.0299,96.9259,-7.8845,0.0307,0.4100,0.0000,0.0000,2.5892,0.4100,-0.4443,0.0000,0.8543,0.0000,0.8543,0.3096,,,0.5448,,,,,,,1827.3674,1.8274,1.8274 -748.2000,0.4000,,,,,,4,1096.4800,21.7439,845.2339,-68.7744,2.4967,97.0524,-7.8969,0.0820,-0.1815,0.0000,0.0000,2.5962,-0.1815,-0.4351,0.0000,0.2535,0.0000,0.2535,0.2965,,,-0.0430,,,,,,,1750.9797,1.7510,1.7510 -748.6000,0.4000,,,,,,4,1094.8000,16.2196,842.5340,-68.6743,1.8595,96.5942,-7.8733,-0.2968,-0.4299,0.0000,0.0000,2.5862,-0.4299,-0.4299,0.0000,0.0000,0.0000,0.0000,0.4783,,,-0.4773,,,,,,,1656.5648,1.6566,1.6566 -749.0000,0.4000,,,,,,4,1093.1200,19.5846,844.9328,-68.5742,2.2419,96.7205,-7.8498,0.0817,-0.4288,0.0000,0.0000,2.5890,-0.4288,-0.4288,0.0000,0.0000,0.0000,0.0000,0.3265,,,-0.3267,,,,,,,1710.1414,1.7101,1.7101 -749.4000,0.4000,,,,,,4,1091.4400,-34.9503,842.2267,-68.4740,-3.9947,96.2626,-7.8263,-0.2959,-6.2811,0.0000,0.0000,2.5823,-6.2811,-0.5019,0.0000,-5.7792,0.0000,-5.7792,0.5606,,,-6.3264,,,,,,,688.6356,0.6886,0.6886 -749.8000,0.4000,,,,,,4,1091.6800,-10.0471,846.4619,-68.4884,-1.1486,96.7679,-7.8296,0.3265,-4.0685,0.0000,0.0000,2.5934,-4.0685,-0.4691,0.0000,-3.5994,0.0000,-3.5994,0.5338,,,-4.1430,,,,,,,1182.8242,1.1828,1.1828 -750.2000,0.4000,,,,,,4,1088.1600,-58.1363,838.6748,-68.2786,-6.6247,95.5685,-7.7805,-0.7730,-8.4187,0.0000,0.0000,2.5670,-8.4187,-0.5330,0.0000,-7.8858,0.0000,-7.8858,0.5841,,,-8.4225,,,,,,,208.3402,0.2083,0.2083 -750.6000,0.4000,,,,,,4,1078.3201,-67.6923,839.7720,-67.6923,-7.6439,94.8282,-7.6439,-0.4737,-9.7264,0.0000,0.0000,2.5562,-9.7264,-0.5476,0.0000,-9.1788,0.0000,-9.1788,0.5923,,,-18.1034,,,,,,,0.0000,0.0000,0.0000 -751.0000,0.4000,,,,,,4,1067.8401,-67.0678,836.2051,-67.0678,-7.4998,93.5078,-7.4998,-0.8385,-9.1886,0.0000,0.0000,2.5272,-9.1886,-0.5321,0.0000,-8.6564,0.0000,-8.6564,0.5776,,,-21.6026,,,,,,,0.0000,0.0000,0.0000 -751.4000,0.4000,,,,,,4,1058.8800,-66.5339,839.3183,-66.5339,-7.3777,93.0684,-7.3777,-0.2771,-9.6216,0.0000,0.0000,2.5210,-9.6216,-0.5333,0.0000,-9.0883,0.0000,-9.0883,0.5759,,,-21.4539,,,,,,,0.0000,0.0000,0.0000 -751.8000,0.4000,,,,,,4,1053.7600,-66.2288,838.2818,-66.2288,-7.3083,92.5040,-7.3083,-0.3546,-9.4624,0.0000,0.0000,2.5086,-9.4624,-0.5275,0.0000,-8.9349,0.0000,-8.9349,0.5701,,,-29.7123,,,,,,,0.0000,0.0000,0.0000 -752.2000,0.4000,,,,,,4,1037.3600,-65.2484,827.2220,-65.2516,-7.0881,89.8628,-7.0884,-1.6388,-7.9001,0.0000,0.0000,2.4507,-7.9001,-0.4943,0.0000,-7.4058,0.0000,-7.4058,0.5385,,,-32.6450,,,,,,,0.0641,0.0001,0.0001 -752.6000,0.4000,,,,,,4,1010.5600,-63.6514,823.6450,-63.6546,-6.7359,87.1627,-6.7363,-1.5681,-7.5617,0.0000,0.0000,2.3938,-7.5617,-0.4740,0.0000,-7.0876,0.0000,-7.0876,0.5143,,,-35.7562,,,,,,,0.0667,0.0001,0.0001 -753.0000,0.4000,,,,,,4,976.0000,-64.4864,795.1832,-64.4864,-6.5909,81.2729,-6.5909,-2.4268,-6.4677,0.0000,0.0000,2.3035,-6.4677,-0.4385,0.0000,-6.0291,0.0000,-6.0291,0.4757,,,-56.3998,,,,,,,0.0000,0.0000,0.0000 -753.4000,0.4000,,,,,,4,934.9600,-66.9848,775.9975,-66.9848,-6.5584,75.9770,-6.5584,-2.1587,-6.6190,0.0000,0.0000,2.2192,-6.6190,-0.4186,0.0000,-6.2004,0.0000,-6.2004,0.4487,,,-51.4936,,,,,,,0.0000,0.0000,0.0000 -753.8000,0.4000,,,,,,4,891.8400,-69.6098,742.9524,-69.6098,-6.5011,69.3868,-6.5011,-2.4343,-6.1832,0.0000,0.0000,2.1164,-6.1832,-0.3895,0.0000,-5.7937,0.0000,-5.7937,0.4141,,,-50.9260,,,,,,,0.0000,0.0000,0.0000 -754.2000,0.4000,,,,,,4,845.5200,-72.4296,710.9474,-72.4296,-6.4131,62.9492,-6.4131,-2.2683,-6.1659,0.0000,0.0000,2.0211,-6.1659,-0.3659,0.0000,-5.8000,0.0000,-5.8000,0.3838,,,-45.2571,,,,,,,0.0000,0.0000,0.0000 -754.6000,0.4000,,,,,,4,820.9600,-61.4114,727.1321,-73.9247,-5.2796,62.5121,-6.3554,-0.1535,-7.1320,0.0000,0.0000,2.0059,-7.1320,-0.3682,0.0000,-6.7638,0.0000,-6.7638,0.3802,,,-7.1300,,,,,,,166.5534,0.1666,0.1666 -755.0000,0.4000,,,,,,4,820.2400,11.7339,730.5670,-73.9686,1.0079,62.7523,-6.3536,0.0843,-1.0859,0.0000,0.0000,2.0095,-1.0859,-0.2741,0.0000,-0.8118,0.0000,-0.8118,0.3060,,,-1.1190,,,,,,,1184.1306,1.1841,1.1841 -755.4000,0.4000,,,,,,4,825.5200,312.9142,739.8666,-73.6471,27.0509,63.9602,-6.3667,0.4244,24.5989,0.0000,0.0000,2.0275,24.5989,-0.6835,0.0000,25.2825,0.0000,25.2825,0.7542,,,24.6590,,,,,,,5822.1681,5.8222,5.8222 -755.8000,0.4000,,,,,,4,837.5200,86.7010,753.3588,-72.9166,7.6041,66.0733,-6.3951,0.7437,4.8089,0.0000,0.0000,2.0515,4.8089,-0.3596,0.0000,5.1684,0.0000,5.1684,0.3039,,,4.9087,,,,,,,2290.7803,2.2908,2.2908 -756.2000,0.4000,,,,,,4,848.2400,-53.2307,753.7142,-72.2640,-4.7283,66.9505,-6.4190,0.3092,-7.1021,0.0000,0.0000,2.0645,-7.1021,-0.3811,0.0000,-6.7210,0.0000,-6.7210,0.3969,,,-7.1441,,,,,,,253.3345,0.2533,0.2533 -756.6000,0.4000,,,,,,4,849.2800,-72.2007,746.2080,-72.2007,-6.4213,66.3650,-6.4213,-0.2064,-8.2653,0.0000,0.0000,2.0504,-8.2653,-0.3990,0.0000,-7.8663,0.0000,-7.8663,0.4118,,,-8.4876,,,,,,,0.0000,0.0000,0.0000 -757.0000,0.4000,,,,,,4,844.3200,-72.5027,741.4702,-72.5027,-6.4105,65.5586,-6.4105,-0.2841,-8.1649,0.0000,0.0000,2.0386,-8.1649,-0.3950,0.0000,-7.7699,0.0000,-7.7699,0.4074,,,-13.4745,,,,,,,0.0000,0.0000,0.0000 -757.4000,0.4000,,,,,,4,844.6400,-72.4832,751.3237,-72.4832,-6.4112,66.4550,-6.4112,0.3158,-8.7788,0.0000,0.0000,2.0518,-8.7788,-0.4043,0.0000,-8.3745,0.0000,-8.3745,0.4151,,,-14.4470,,,,,,,0.0000,0.0000,0.0000 -757.8000,0.4000,,,,,,4,846.4800,-72.3701,745.3845,-72.3712,-6.4151,66.0733,-6.4152,-0.1345,-8.3226,0.0000,0.0000,2.0420,-8.3226,-0.3984,0.0000,-7.9242,0.0000,-7.9242,0.4107,,,-36.5415,,,,,,,0.0137,0.0000,0.0000 -758.2000,0.4000,,,,,,4,834.0000,-73.1274,721.2691,-73.1309,-6.3867,62.9930,-6.3870,-1.0836,-7.2993,0.0000,0.0000,1.9963,-7.2993,-0.3770,0.0000,-6.9223,0.0000,-6.9223,0.3904,,,-33.4794,,,,,,,0.0463,0.0000,0.0000 -758.6000,0.4000,,,,,,4,816.3200,-74.2049,716.0313,-74.2072,-6.3434,61.2098,-6.3436,-0.6257,-7.6870,0.0000,0.0000,1.9693,-7.6870,-0.3742,0.0000,-7.3128,0.0000,-7.3128,0.3841,,,-31.2378,,,,,,,0.0311,0.0000,0.0000 -759.0000,0.4000,,,,,,4,814.4000,-74.3241,732.4776,-74.3241,-6.3386,62.4685,-6.3386,0.4415,-8.7653,0.0000,0.0000,1.9851,-8.7653,-0.3893,0.0000,-8.3760,0.0000,-8.3760,0.3960,,,-12.9028,,,,,,,0.0000,0.0000,0.0000 -759.4000,0.4000,,,,,,4,822.5600,-73.8273,736.3938,-73.8273,-6.3594,63.4317,-6.3594,0.3383,-8.6973,0.0000,0.0000,1.9996,-8.6973,-0.3922,0.0000,-8.3050,0.0000,-8.3050,0.4003,,,-13.2833,,,,,,,0.0000,0.0000,0.0000 -759.8000,0.4000,,,,,,4,825.6800,-73.6373,732.3410,-73.6374,-6.3671,63.3219,-6.3671,-0.0386,-8.3262,0.0000,0.0000,1.9977,-8.3262,-0.3882,0.0000,-7.9379,0.0000,-7.9379,0.3977,,,-17.9007,,,,,,,0.0007,0.0000,0.0000 -760.2000,0.4000,,,,,,4,827.1200,-73.5497,736.9077,-73.5497,-6.3706,63.8279,-6.3706,0.1778,-8.5527,0.0000,0.0000,2.0043,-8.5527,-0.3923,0.0000,-8.1603,0.0000,-8.1603,0.4013,,,-17.2795,,,,,,,0.0000,0.0000,0.0000 -760.6000,0.4000,,,,,,4,818.8800,-74.0480,712.2829,-74.0514,-6.3498,61.0803,-6.3501,-0.9645,-7.3482,0.0000,0.0000,1.9629,-7.3482,-0.3704,0.0000,-6.9778,0.0000,-6.9778,0.3815,,,-37.0202,,,,,,,0.0441,0.0000,0.0000 -761.0000,0.4000,,,,,,4,802.8800,-75.0235,707.3139,-75.0254,-6.3078,59.4691,-6.3079,-0.5554,-7.6903,0.0000,0.0000,1.9379,-7.6903,-0.3678,0.0000,-7.3226,0.0000,-7.3226,0.3758,,,-28.9407,,,,,,,0.0248,0.0000,0.0000 -761.4000,0.4000,,,,,,4,797.1200,-75.3756,712.9671,-75.3760,-6.2919,59.5144,-6.2920,0.0149,-8.2454,0.0000,0.0000,1.9386,-8.2454,-0.3733,0.0000,-7.8721,0.0000,-7.8721,0.3790,,,-26.1065,,,,,,,0.0029,0.0000,0.0000 -761.8000,0.4000,,,,,,4,800.0800,-75.1958,719.5253,-75.1958,-6.3002,60.2848,-6.3002,0.2618,-8.5120,0.0000,0.0000,1.9501,-8.5120,-0.3787,0.0000,-8.1334,0.0000,-8.1334,0.3840,,,-15.4086,,,,,,,0.0000,0.0000,0.0000 -762.2000,0.4000,,,,,,4,806.4800,-74.8062,725.2791,-74.8062,-6.3177,61.2530,-6.3177,0.3392,-8.6199,0.0000,0.0000,1.9630,-8.6199,-0.3833,0.0000,-8.2366,0.0000,-8.2366,0.3893,,,-14.4733,,,,,,,0.0000,0.0000,0.0000 -762.6000,0.4000,,,,,,4,811.5200,-74.4994,725.3568,-74.4994,-6.3311,61.6424,-6.3311,0.1365,-8.4366,0.0000,0.0000,1.9689,-8.4366,-0.3830,0.0000,-8.0535,0.0000,-8.0535,0.3902,,,-15.2320,,,,,,,0.0000,0.0000,0.0000 -763.0000,0.4000,,,,,,4,811.8400,-74.4799,721.5072,-74.4799,-6.3320,61.3394,-6.3320,-0.1062,-8.1900,0.0000,0.0000,1.9643,-8.1900,-0.3795,0.0000,-7.8105,0.0000,-7.8105,0.3874,,,-18.4044,,,,,,,0.0008,0.0000,0.0000 -763.4000,0.4000,,,,,,4,813.1200,-74.4020,728.0065,-74.4020,-6.3353,61.9896,-6.3353,0.2280,-8.5369,0.0000,0.0000,1.9735,-8.5369,-0.3853,0.0000,-8.1516,0.0000,-8.1516,0.3924,,,-17.5883,,,,,,,0.0000,0.0000,0.0000 -763.8000,0.4000,,,,,,4,803.6000,-74.9780,697.8370,-74.9816,-6.3096,58.7249,-6.3099,-1.1192,-7.1149,0.0000,0.0000,1.9245,-7.1149,-0.3595,0.0000,-6.7554,0.0000,-6.7554,0.3692,,,-36.9232,,,,,,,0.0473,0.0000,0.0000 -764.2000,0.4000,,,,,,4,781.8400,-76.3031,683.8831,-76.3062,-6.2472,55.9923,-6.2475,-0.8989,-7.2302,0.0000,0.0000,1.8819,-7.2302,-0.3509,0.0000,-6.8793,0.0000,-6.8793,0.3574,,,-34.4918,,,,,,,0.0228,0.0000,0.0000 -764.6000,0.4000,,,,,,4,760.4000,-77.6078,663.7574,-77.6114,-6.1798,52.8543,-6.1801,-1.0306,-6.9834,0.0000,0.0000,1.8342,-6.9834,-0.3373,0.0000,-6.6461,0.0000,-6.6461,0.3416,,,-38.7788,,,,,,,0.0265,0.0000,0.0000 -765.0000,0.4000,,,,,,4,733.7600,-79.2332,636.6533,-79.2332,-6.0882,48.9199,-6.0882,-1.2895,-6.5722,0.0000,0.0000,1.7734,-6.5722,-0.3184,0.0000,-6.2538,0.0000,-6.2538,0.3211,,,-38.9100,,,,,,,0.0000,0.0000,0.0000 -765.4000,0.4000,,,,,,4,703.3600,-81.0838,611.7425,-81.0838,-5.9723,45.0583,-5.9723,-1.2623,-6.4174,0.0000,0.0000,1.7074,-6.4174,-0.3014,0.0000,-6.1160,0.0000,-6.1160,0.3022,,,-38.9115,,,,,,,0.0000,0.0000,0.0000 -765.8000,0.4000,,,,,,4,668.7200,-83.1926,577.4104,-83.1926,-5.8258,40.4350,-5.8258,-1.5065,-5.9502,0.0000,0.0000,1.6309,-5.9502,-0.2778,0.0000,-5.6724,0.0000,-5.6724,0.2779,,,-37.6622,,,,,,,0.0000,0.0000,0.0000 -766.2000,0.4000,,,,,,4,625.7200,-85.8103,535.5002,-85.8103,-5.6227,35.0888,-5.6227,-1.7342,-5.3393,0.0000,0.0000,1.4508,-5.3393,-0.2490,0.0000,-5.0903,0.0000,-5.0903,0.2484,,,-33.6985,,,,,,,0.0000,0.0000,0.0000 -766.6000,0.4000,,,,,,3,659.0800,-83.7795,704.0422,-83.7795,-5.7823,48.5921,-5.7823,4.3957,-11.9404,0.0000,0.0000,1.7623,-14.9212,-0.4687,0.0000,-14.4525,0.0000,-14.4525,0.3197,,,-33.2890,,,,,,,0.0000,0.0000,0.0000 -767.0000,0.4000,,,,,,3,728.8800,-79.5303,679.9424,-79.5303,-6.0704,51.8987,-6.0704,1.0833,-8.9672,0.0000,0.0000,1.8134,-8.9672,-0.3329,0.0000,-8.6343,0.0000,-8.6343,0.2221,,,-24.1591,,,,,,,0.0000,0.0000,0.0000 -767.4000,0.4000,,,,,,3,691.1200,-81.8290,544.5996,-81.8290,-5.9223,39.4148,-5.9223,-4.0764,-3.4541,0.0000,0.0000,1.6082,-3.4541,-0.2337,0.0000,-3.2204,0.0000,-3.2204,0.1457,,,-20.3488,,,,,,,0.0000,0.0000,0.0000 -767.8000,0.4000,,,,,,3,621.3200,-86.0782,539.2925,-86.0782,-5.6006,35.0888,-5.6006,-1.4026,-5.6802,0.0000,0.0000,1.4821,-5.6802,-0.2404,0.0000,-5.4398,0.0000,-5.4398,0.1563,,,-17.3931,,,,,,,0.0000,0.0000,0.0000 -768.2000,0.4000,,,,,,3,602.0000,-87.2540,556.6000,-87.2543,-5.5006,35.0888,-5.5006,0.0000,-7.0220,0.0000,0.0000,1.5214,-7.0220,-0.2536,0.0000,-6.7684,0.0000,-6.7684,0.1683,,,-11.8283,,,,,,,0.0023,0.0000,0.0000 -768.6000,0.4000,,,,,,2,602.0000,-87.2494,556.6000,-87.2543,-5.5003,35.0888,-5.5006,0.0000,-7.0236,0.0000,0.0000,1.5233,-9.3510,-0.3866,0.0000,-8.9644,0.0000,-8.9644,0.1705,,,-19.2572,,,,,,,0.0356,0.0000,0.0000 -769.0000,0.4000,,,,,,2,608.7600,-21.2942,573.7169,-86.8428,-1.3575,36.5740,-5.5362,0.4808,-3.3938,0.0000,0.0000,1.5554,-3.3938,-0.2123,0.0000,-3.1815,0.0000,-3.1815,0.0788,,,-3.2965,,,,,,,478.4930,0.4785,0.4785 -769.4000,0.4000,,,,,,2,611.4400,-31.0016,557.1453,-86.6796,-1.9850,35.6739,-5.5501,-0.2915,-3.2329,0.0000,0.0000,1.5394,-3.2329,-0.2109,0.0000,-3.0221,0.0000,-3.0221,0.0771,,,-3.0785,,,,,,,406.4398,0.4064,0.4064 -769.8000,0.4000,,,,,,2,606.0000,-13.8217,557.4581,-87.0108,-0.8771,35.3764,-5.5217,-0.0963,-2.3140,0.0000,0.0000,1.5332,-2.3140,-0.1945,0.0000,-2.1196,0.0000,-2.1196,0.0655,,,-2.1801,,,,,,,534.2675,0.5343,0.5343 -770.2000,0.4000,,,,,,0,603.6000,23.0318,556.0882,-87.1569,1.4558,35.1497,-5.5091,-0.0733,0.0000,0.0000,0.0000,1.5292,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.1554,,,-2.4429,,,,,,,961.2580,0.9613,0.9613 -770.6000,0.4000,,,,,,0,602.2800,23.9131,556.3412,-87.2373,1.5082,35.0888,-5.5021,-0.0197,0.0000,0.0000,0.0000,1.5279,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.3420,,,-0.4026,,,,,,,970.9965,0.9710,0.9710 -771.0000,0.4000,,,,,,0,602.0000,24.1426,556.6000,-87.2543,1.5220,35.0888,-5.5006,0.0000,0.0000,0.0000,0.0000,1.5220,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.3417,,,-0.8878,,,,,,,973.6488,0.9736,0.9736 -771.4000,0.4000,,,,,,0,602.0000,24.1871,556.6000,-87.2543,1.5248,35.0888,-5.5006,0.0000,0.0000,0.0000,0.0000,1.5248,0.0000,0.0000,0.0000,0.0002,0.0000,0.0002,0.0002,,,0.0000,,,,,,,974.2624,0.9743,0.9743 -771.8000,0.4000,,,,,,0,602.8400,25.1648,558.7214,-87.2032,1.5886,35.2717,-5.5051,0.0592,0.0000,0.0000,0.0000,1.5295,0.0000,0.0000,0.0000,0.0003,0.0000,0.0003,0.0003,,,0.0000,,,,,,,989.2545,0.9893,0.9893 -772.2000,0.4000,,,,,,0,602.8400,23.1597,555.8244,-87.2032,1.4621,35.0888,-5.5051,-0.0592,0.0000,0.0000,0.0000,1.5212,0.0000,0.0000,0.0000,0.0002,0.0000,0.0002,0.0002,,,0.0000,,,,,,,961.6379,0.9616,0.9616 -772.6000,0.4000,,,,,,0,602.0000,24.1009,556.6000,-87.2543,1.5193,35.0888,-5.5006,0.0000,0.0000,0.0000,0.0000,1.5193,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,,,0.0000,,,,,,,973.0743,0.9731,0.9731 -773.0000,0.4000,,,,,,0,602.0000,24.0820,556.6000,-87.2543,1.5182,35.0888,-5.5006,0.0000,0.0000,0.0000,0.0000,1.5182,0.0000,0.0000,0.0000,0.0002,0.0000,0.0002,0.0002,,,0.0000,,,,,,,972.8139,0.9728,0.9728 -773.4000,0.4000,,,,,,0,602.0000,24.1513,556.6000,-87.2543,1.5225,35.0888,-5.5006,0.0000,0.0000,0.0000,0.0000,1.5225,0.0000,0.0000,0.0000,0.0002,0.0000,0.0002,0.0002,,,0.0000,,,,,,,973.7685,0.9738,0.9738 -773.8000,0.4000,,,,,,0,602.0000,24.0721,556.6000,-87.2543,1.5175,35.0888,-5.5006,0.0000,0.0000,0.0000,0.0000,1.5175,0.0000,0.0000,0.0000,0.0002,0.0000,0.0002,0.0002,,,0.0000,,,,,,,972.6776,0.9727,0.9727 -774.2000,0.4000,,,,,,1,612.2000,34.3792,582.4655,-86.6334,2.2040,37.3415,-5.5540,0.7296,-0.0857,0.0000,0.0000,1.5601,0.2374,0.2714,0.0000,-0.0339,0.0000,-0.0339,-0.0339,,,0.0000,,,,,,,1133.1706,1.1332,1.1332 -774.6000,0.4000,,,,,,1,612.2000,9.6637,547.3264,-86.6334,0.6195,35.0888,-5.5540,-0.7296,-0.1496,0.0000,0.0000,1.4988,-0.1496,-0.1649,0.0000,0.0153,0.0000,0.0153,0.0153,,,0.0000,,,,,,,792.7664,0.7928,0.7928 -775.0000,0.4000,,,,,,1,602.0000,21.6984,556.6000,-87.2543,1.3679,35.0888,-5.5006,0.0000,-0.1459,0.0000,0.0000,1.5138,-0.1459,-0.1608,0.0000,0.0150,0.0000,0.0150,0.0150,,,0.0000,,,,,,,939.9852,0.9400,0.9400 -775.4000,0.4000,,,,,,1,602.0000,21.7419,556.6000,-87.2543,1.3706,35.0888,-5.5006,0.0000,-0.1459,0.0000,0.0000,1.5165,-0.1459,-0.1608,0.0000,0.0150,0.0000,0.0150,0.0150,,,0.0000,,,,,,,940.5849,0.9406,0.9406 -775.8000,0.4000,,,,,,1,602.0000,21.7073,556.6000,-87.2543,1.3685,35.0888,-5.5006,0.0000,-0.1459,0.0000,0.0000,1.5143,-0.1459,-0.1608,0.0000,0.0150,0.0000,0.0150,0.0150,,,0.0000,,,,,,,940.1076,0.9401,0.9401 -776.2000,0.4000,,,,,,1,602.0000,21.7568,556.6000,-87.2543,1.3716,35.0888,-5.5006,0.0000,-0.1459,0.0000,0.0000,1.5175,-0.1459,-0.1608,0.0000,0.0150,0.0000,0.0150,0.0150,,,0.0000,,,,,,,940.7894,0.9408,0.9408 -776.6000,0.4000,,,,,,1,602.0000,21.7469,556.6000,-87.2543,1.3710,35.0888,-5.5006,0.0000,-0.1459,0.0000,0.0000,1.5168,-0.1459,-0.1608,0.0000,0.0150,0.0000,0.0150,0.0150,,,0.0000,,,,,,,940.6531,0.9407,0.9407 -777.0000,0.4000,,,,,,1,602.0000,21.6776,556.6000,-87.2543,1.3666,35.0888,-5.5006,0.0000,-0.1459,0.0000,0.0000,1.5125,-0.1459,-0.1608,0.0000,0.0150,0.0000,0.0150,0.0150,,,0.0000,,,,,,,939.6986,0.9397,0.9397 -777.4000,0.4000,,,,,,1,602.0000,21.6618,556.6000,-87.2543,1.3656,35.0888,-5.5006,0.0000,-0.1459,0.0000,0.0000,1.5115,-0.1459,-0.1608,0.0000,0.0150,0.0000,0.0150,0.0150,,,0.0000,,,,,,,939.4811,0.9395,0.9395 -777.8000,0.4000,,,,,,1,602.0000,21.7558,556.6000,-87.2543,1.3715,35.0888,-5.5006,0.0000,-0.1459,0.0000,0.0000,1.5174,-0.1459,-0.1608,0.0000,0.0150,0.0000,0.0150,0.0150,,,0.0000,,,,,,,940.7766,0.9408,0.9408 -778.2000,0.4000,,,,,,1,602.0000,21.7182,556.6000,-87.2543,1.3691,35.0888,-5.5006,0.0000,-0.1459,0.0000,0.0000,1.5150,-0.1459,-0.1608,0.0000,0.0150,0.0000,0.0150,0.0150,,,0.0000,,,,,,,940.2580,0.9403,0.9403 -778.6000,0.4000,,,,,,1,602.0000,21.7380,556.6000,-87.2543,1.3704,35.0888,-5.5006,0.0000,-0.1459,0.0000,0.0000,1.5163,-0.1459,-0.1608,0.0000,0.0150,0.0000,0.0150,0.0150,,,0.0000,,,,,,,940.5307,0.9405,0.9405 -779.0000,0.4000,,,,,,1,602.0000,21.7528,556.6000,-87.2543,1.3713,35.0888,-5.5006,0.0000,-0.1459,0.0000,0.0000,1.5172,-0.1459,-0.1608,0.0000,0.0150,0.0000,0.0150,0.0150,,,0.0000,,,,,,,940.7352,0.9407,0.9407 -779.4000,0.4000,,,,,,1,602.1200,21.9083,556.9030,-87.2470,1.3814,35.1149,-5.5013,0.0084,-0.1459,0.0000,0.0000,1.5189,-0.1459,-0.1609,0.0000,0.0150,0.0000,0.0150,0.0150,,,0.0000,,,,,,,943.0946,0.9431,0.9431 -779.8000,0.4000,,,,,,2,602.1200,22.3911,556.4891,-87.2470,1.4118,35.0888,-5.5013,-0.0084,-0.0964,0.0000,0.0000,1.5167,-0.0756,-0.0978,0.0000,0.0222,0.0000,0.0222,0.0222,,,0.0000,,,,,,,949.7436,0.9497,0.9497 -780.2000,0.4000,,,,,,2,602.0000,22.2021,556.6000,-87.2543,1.3997,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5104,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.9232,0.9469,0.9469 -780.6000,0.4000,,,,,,2,602.0000,22.2793,556.6000,-87.2543,1.4045,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5153,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.9867,0.9480,0.9480 -781.0000,0.4000,,,,,,2,602.0000,22.2665,556.6000,-87.2543,1.4037,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5145,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.8095,0.9478,0.9478 -781.4000,0.4000,,,,,,2,602.0000,22.2745,556.6000,-87.2543,1.4042,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5150,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.9196,0.9479,0.9479 -781.8000,0.4000,,,,,,2,602.0000,22.2844,556.6000,-87.2543,1.4048,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5156,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.0559,0.9481,0.9481 -782.2000,0.4000,,,,,,2,602.0000,22.2121,556.6000,-87.2543,1.4003,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5110,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.0606,0.9471,0.9471 -782.6000,0.4000,,,,,,2,602.0000,22.2299,556.6000,-87.2543,1.4014,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5121,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.3054,0.9473,0.9473 -783.0000,0.4000,,,,,,2,602.0000,22.2596,556.6000,-87.2543,1.4033,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5140,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.7145,0.9477,0.9477 -783.4000,0.4000,,,,,,2,602.0000,22.2933,556.6000,-87.2543,1.4054,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5161,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.1794,0.9482,0.9482 -783.8000,0.4000,,,,,,2,602.0000,22.3131,556.6000,-87.2543,1.4066,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5174,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.4521,0.9485,0.9485 -784.2000,0.4000,,,,,,2,602.2000,22.5626,557.1050,-87.2421,1.4228,35.1323,-5.5017,0.0141,-0.1108,0.0000,0.0000,1.5196,-0.1108,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,952.2512,0.9523,0.9523 -784.6000,0.4000,,,,,,2,602.2000,21.9767,556.4151,-87.2421,1.3859,35.0888,-5.5017,-0.0141,-0.1108,0.0000,0.0000,1.5108,-0.1108,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,944.1813,0.9442,0.9442 -785.0000,0.4000,,,,,,2,602.0000,22.1883,556.6000,-87.2543,1.3988,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5095,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.7331,0.9467,0.9467 -785.4000,0.4000,,,,,,2,602.0000,22.2774,556.6000,-87.2543,1.4044,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5151,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.9604,0.9480,0.9480 -785.8000,0.4000,,,,,,2,602.0000,22.2378,556.6000,-87.2543,1.4019,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5126,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.4149,0.9474,0.9474 -786.2000,0.4000,,,,,,2,602.0000,22.1636,556.6000,-87.2543,1.3972,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5080,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.3922,0.9464,0.9464 -786.6000,0.4000,,,,,,2,602.0000,22.2418,556.6000,-87.2543,1.4022,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5129,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.4702,0.9475,0.9475 -787.0000,0.4000,,,,,,2,602.0000,22.2864,556.6000,-87.2543,1.4050,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5157,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.0839,0.9481,0.9481 -787.4000,0.4000,,,,,,2,602.0000,22.2666,556.6000,-87.2543,1.4037,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5145,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.8111,0.9478,0.9478 -787.8000,0.4000,,,,,,2,602.0000,22.2071,556.6000,-87.2543,1.4000,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5107,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.9913,0.9470,0.9470 -788.2000,0.4000,,,,,,2,602.0000,22.1922,556.6000,-87.2543,1.3990,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5098,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.7868,0.9468,0.9468 -788.6000,0.4000,,,,,,2,602.0000,22.2377,556.6000,-87.2543,1.4019,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5126,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.4133,0.9474,0.9474 -789.0000,0.4000,,,,,,2,602.0000,22.2278,556.6000,-87.2543,1.4013,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5120,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.2769,0.9473,0.9473 -789.4000,0.4000,,,,,,2,602.0000,22.2080,556.6000,-87.2543,1.4000,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5108,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.0042,0.9470,0.9470 -789.8000,0.4000,,,,,,2,602.0000,22.2327,556.6000,-87.2543,1.4016,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5123,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.3446,0.9473,0.9473 -790.2000,0.4000,,,,,,2,602.0000,22.1486,556.6000,-87.2543,1.3963,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5070,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.1855,0.9462,0.9462 -790.6000,0.4000,,,,,,2,602.0000,22.1882,556.6000,-87.2543,1.3988,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5095,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.7309,0.9467,0.9467 -791.0000,0.4000,,,,,,2,602.0000,22.2357,556.6000,-87.2543,1.4018,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5125,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.3859,0.9474,0.9474 -791.4000,0.4000,,,,,,2,602.0000,22.1318,556.6000,-87.2543,1.3952,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5060,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,945.9541,0.9460,0.9460 -791.8000,0.4000,,,,,,2,602.0000,22.2091,556.6000,-87.2543,1.4001,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5108,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.0187,0.9470,0.9470 -792.2000,0.4000,,,,,,2,602.0000,22.1992,556.6000,-87.2543,1.3995,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5102,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.8824,0.9469,0.9469 -792.6000,0.4000,,,,,,2,602.0000,22.1645,556.6000,-87.2543,1.3973,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5080,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.4051,0.9464,0.9464 -793.0000,0.4000,,,,,,2,602.0000,22.2041,556.6000,-87.2543,1.3998,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5105,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.9505,0.9470,0.9470 -793.4000,0.4000,,,,,,2,602.0000,22.2150,556.6000,-87.2543,1.4005,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5112,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.1003,0.9471,0.9471 -793.8000,0.4000,,,,,,2,602.0000,22.2467,556.6000,-87.2543,1.4025,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5132,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,947.5368,0.9475,0.9475 -794.2000,0.4000,,,,,,2,602.0000,22.3032,556.6000,-87.2543,1.4060,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5168,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,948.3152,0.9483,0.9483 -794.6000,0.4000,,,,,,2,602.0000,22.1992,556.6000,-87.2543,1.3995,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5102,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.8834,0.9469,0.9469 -795.0000,0.4000,,,,,,2,602.0000,22.1844,556.6000,-87.2543,1.3985,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.5093,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,946.6789,0.9467,0.9467 -795.4000,0.4000,,,,,,2,602.0000,21.6872,556.6000,-87.2543,1.3672,35.0888,-5.5006,0.0000,-0.1107,0.0000,0.0000,1.4779,-0.1107,-0.1410,0.0000,0.0302,0.0000,0.0302,0.0302,,,0.0000,,,,,,,939.8313,0.9398,0.9398 -795.8000,0.4000,,,,,,2,602.0000,99.3994,556.6000,-87.2543,6.2663,35.0888,-5.5006,0.0000,4.7737,0.0000,0.0000,1.4926,4.7737,-0.2440,0.0000,5.0176,0.0000,5.0176,0.1429,,,4.8747,,,,,,,2009.1569,2.0092,2.0092 -796.2000,0.4000,,,,,,2,602.0000,278.1910,556.6000,-87.2543,17.5375,35.0888,-5.5006,0.0000,16.0393,0.0000,0.0000,1.4982,16.0393,-0.4325,0.0000,16.4718,0.0000,16.4718,0.4018,,,16.0701,,,,,,,4367.6949,4.3677,4.3677 -796.6000,0.4000,,,,,,2,618.5200,392.5796,598.6042,-86.2486,25.4279,38.7723,-5.5864,1.1939,22.6540,0.0000,0.0000,1.5800,22.6540,-0.5435,0.0000,23.1975,0.0000,23.1975,0.5548,,,23.2474,,,,,,,5961.7495,5.9617,5.9617 -797.0000,0.4000,,,,,,2,635.8400,374.7750,585.0472,-85.1942,24.9544,38.9554,-5.6727,0.0594,23.3110,0.0000,0.0000,1.5840,23.3110,-0.5612,0.0000,23.8722,0.0000,23.8722,0.5712,,,23.3304,,,,,,,5815.5755,5.8156,5.8156 -797.4000,0.4000,,,,,,2,694.0000,460.0922,731.9675,-81.6536,33.4374,53.1961,-5.9342,4.6513,26.9717,0.0000,0.0000,1.8144,26.9717,-0.6491,0.0000,27.6208,0.0000,27.6208,0.6598,,,29.1894,,,,,,,7779.5844,7.7796,7.7796 -797.8000,0.4000,,,,,,2,840.7200,376.5550,885.4089,-72.7218,33.1519,77.9514,-6.4024,8.7781,22.1887,0.0000,0.0000,2.1850,22.1887,-0.6460,0.0000,22.8348,0.0000,22.8348,0.5622,,,24.6400,,,,,,,7124.1913,7.1242,7.1242 -798.2000,0.4000,,,,,,2,972.2400,321.3875,873.6043,-64.7153,32.7213,88.9440,-6.5888,4.7894,25.5674,0.0000,0.0000,2.3646,25.5674,-0.7732,0.0000,26.3406,0.0000,26.3406,0.6517,,,26.8028,,,,,,,6971.6064,6.9716,6.9716 -798.6000,0.4000,,,,,,2,1092.9600,283.5136,909.5701,-68.5646,32.4494,104.1044,-7.8475,10.0326,19.7087,0.0000,0.0000,2.7081,19.7087,-0.7522,0.0000,20.4609,0.0000,20.4609,0.5291,,,21.3645,,,,,,,6925.5781,6.9256,6.9256 -799.0000,0.4000,,,,,,2,1216.4800,170.4568,881.4152,-75.8750,21.7144,112.2830,-9.6657,6.3905,12.4208,0.0000,0.0000,2.9030,12.4208,-0.6740,0.0000,13.0948,0.0000,13.0948,0.3738,,,13.1911,,,,,,,5151.3614,5.1514,5.1514 -799.4000,0.4000,,,,,,2,1284.7200,81.6754,865.4026,-79.7346,10.9882,116.4274,-10.7271,3.4946,4.4845,0.0000,0.0000,3.0091,4.4845,-0.5701,0.0000,5.0546,0.0000,5.0546,0.1986,,,4.9439,,,,,,,3482.3226,3.4823,3.4823 -799.8000,0.4000,,,,,,2,1333.0400,83.2509,865.9665,-82.4675,11.6215,120.8851,-11.5121,3.9002,4.6028,0.0000,0.0000,3.1185,4.6028,-0.6042,0.0000,5.2070,0.0000,5.2070,0.2068,,,5.0941,,,,,,,3679.9186,3.6799,3.6799 -800.2000,0.4000,,,,,,2,1387.1200,85.3235,867.7951,-85.5262,12.3940,126.0549,-12.4234,4.7067,4.4288,0.0000,0.0000,3.2585,4.4288,-0.6383,0.0000,5.0670,0.0000,5.0670,0.2091,,,4.9596,,,,,,,3875.7081,3.8757,3.8757 -800.6000,0.4000,,,,,,2,1442.7200,81.8690,865.6482,-88.6709,12.3689,130.7832,-13.3965,4.4773,4.4827,0.0000,0.0000,3.4089,4.4827,-0.6786,0.0000,5.1613,0.0000,5.1613,0.2170,,,5.0353,,,,,,,3995.9310,3.9959,3.9959 -801.0000,0.4000,,,,,,2,1493.8400,61.7242,863.9747,-91.5622,9.6558,135.1555,-14.3235,4.2869,1.8260,0.0000,0.0000,3.5429,1.8260,-0.6690,0.0000,2.4950,0.0000,2.4950,0.1621,,,2.3712,,,,,,,3693.7136,3.6937,3.6937 -801.4000,0.4000,,,,,,2,1534.1600,34.3226,858.7318,-93.8427,5.5142,137.9612,-15.0765,2.8251,-0.9410,0.0000,0.0000,3.6300,-0.9410,-0.6503,0.0000,-0.2907,0.0000,-0.2907,0.1747,,,-0.4702,,,,,,,3118.6627,3.1187,3.1187 -801.8000,0.4000,,,,,,2,1527.4400,-4.8520,837.4902,-93.4626,-0.7761,133.9592,-14.9496,-4.0121,-0.2816,0.0000,0.0000,3.5176,-0.2816,-0.6569,0.0000,0.3753,0.0000,0.3753,0.1179,,,0.2536,,,,,,,2153.3414,2.1533,2.1533 -802.2000,0.4000,,,,,,2,1419.6000,-81.7312,798.8898,-87.3633,-12.1502,118.7631,-12.9874,-14.1588,-1.0802,0.0000,0.0000,3.0889,-1.0802,-0.5636,0.0000,-0.5166,0.0000,-0.5166,0.1566,,,-0.6327,,,,,,,174.0324,0.1740,0.1740 -802.6000,0.4000,,,,,,3,1248.3200,-77.6758,789.7452,-77.6758,-10.1541,103.2385,-10.1541,-12.5322,-0.3471,0.0000,0.0000,2.7252,-0.2732,-0.3318,0.0000,0.0587,0.0000,0.0587,0.1225,,,-0.1124,,,,,,,7.6882,0.0077,0.0077 -803.0000,0.4000,,,,,,3,1095.2800,34.2331,787.1481,-68.7029,3.9265,90.2839,-7.8800,-8.5898,10.0816,0.0000,0.0000,2.4346,10.0816,-0.5684,0.0000,10.6500,0.0000,10.6500,0.3841,,,9.6368,,,,,,,1983.9266,1.9839,1.9839 -803.4000,0.4000,,,,,,3,991.6000,-63.5367,783.0927,-63.5367,-6.5977,81.3164,-6.5977,-4.2359,-4.6401,0.0000,0.0000,2.2784,-4.6401,-0.3910,0.0000,-4.2491,0.0000,-4.2491,0.2459,,,-5.1171,,,,,,,0.0000,0.0000,0.0000 -803.8000,0.4000,,,,,,3,961.0400,-65.3971,824.3048,-65.3971,-6.5816,82.9579,-6.5816,0.6738,-9.5640,0.0000,0.0000,2.3087,-9.5640,-0.4568,0.0000,-9.1072,0.0000,-9.1072,0.2958,,,-10.6854,,,,,,,0.0000,0.0000,0.0000 -804.2000,0.4000,,,,,,3,958.7200,-65.5384,803.6685,-65.5384,-6.5798,80.6858,-6.5798,-0.9320,-7.9216,0.0000,0.0000,2.2738,-7.9216,-0.4264,0.0000,-7.4952,0.0000,-7.4952,0.2751,,,-10.6975,,,,,,,0.0000,0.0000,0.0000 -804.6000,0.4000,,,,,,3,943.6800,-39.9288,798.1253,-66.4539,-3.9458,78.8723,-6.5671,-0.7410,-5.4505,0.0000,0.0000,2.2456,-5.4505,-0.3786,0.0000,-5.0718,0.0000,-5.0718,0.2404,,,-5.2744,,,,,,,387.7127,0.3877,0.3877 -805.0000,0.4000,,,,,,3,935.2800,-66.9653,800.6952,-66.9653,-6.5587,78.4219,-6.5587,-0.1836,-8.6133,0.0000,0.0000,2.2382,-8.6133,-0.4258,0.0000,-8.1876,0.0000,-8.1876,0.2761,,,-10.1026,,,,,,,0.0000,0.0000,0.0000 -805.4000,0.4000,,,,,,3,923.4400,-58.3234,783.0614,-67.6861,-5.6400,75.7239,-6.5454,-1.0962,-6.7393,0.0000,0.0000,2.1955,-6.7393,-0.3881,0.0000,-6.3512,0.0000,-6.3512,0.2498,,,-6.5284,,,,,,,124.6173,0.1246,0.1246 -805.8000,0.4000,,,,,,3,908.4800,-17.3260,782.7193,-68.5968,-1.6483,74.4646,-6.5260,-0.5095,-3.3094,0.0000,0.0000,2.1706,-3.3094,-0.3286,0.0000,-2.9809,0.0000,-2.9809,0.2035,,,-3.1675,,,,,,,791.8124,0.7918,0.7918 -806.2000,0.4000,,,,,,3,901.9200,14.3476,783.5496,-68.9962,1.3551,74.0054,-6.5166,-0.1855,-0.6227,0.0000,0.0000,2.1633,-0.6227,-0.2845,0.0000,-0.3381,0.0000,-0.3381,0.1689,,,-0.5060,,,,,,,1320.5560,1.3206,1.3206 -806.6000,0.4000,,,,,,3,896.7200,-1.9980,777.3026,-69.3127,-0.1876,72.9921,-6.5088,-0.3604,-1.9760,0.0000,0.0000,2.1488,-1.9760,-0.3026,0.0000,-1.6734,0.0000,-1.6734,0.1837,,,-1.8501,,,,,,,1080.8556,1.0809,1.0809 -807.0000,0.4000,,,,,,3,903.1200,78.4389,800.2346,-68.9231,7.4183,75.6818,-6.5184,1.0384,4.1934,0.0000,0.0000,2.1866,4.1934,-0.3630,0.0000,4.5564,0.0000,4.5564,0.2096,,,4.3942,,,,,,,2356.3146,2.3563,2.3563 -807.4000,0.4000,,,,,,3,906.8800,40.6673,780.1424,-68.6942,3.8621,74.0888,-6.5238,-0.6443,2.3453,0.0000,0.0000,2.1611,2.3453,-0.3344,0.0000,2.6797,0.0000,2.6797,0.1678,,,2.4950,,,,,,,1735.3973,1.7354,1.7354 -807.8000,0.4000,,,,,,3,900.4800,13.5416,784.8026,-69.0838,1.2769,74.0054,-6.5145,-0.0337,-0.8491,0.0000,0.0000,2.1598,-0.8491,-0.2873,0.0000,-0.5618,0.0000,-0.5618,0.1712,,,-0.7328,,,,,,,1307.9100,1.3079,1.3079 -808.2000,0.4000,,,,,,3,896.4800,9.4447,776.7583,-69.3273,0.8867,72.9214,-6.5084,-0.3855,-0.8679,0.0000,0.0000,2.1401,-0.8679,-0.2856,0.0000,-0.5823,0.0000,-0.5823,0.1702,,,-0.7494,,,,,,,1247.7408,1.2477,1.2477 -808.6000,0.4000,,,,,,3,898.0800,60.5363,791.3389,-69.2299,5.6932,74.4228,-6.5108,0.5541,2.9770,0.0000,0.0000,2.1622,2.9770,-0.3403,0.0000,3.3173,0.0000,3.3173,0.1807,,,3.1551,,,,,,,2049.6890,2.0497,2.0497 -809.0000,0.4000,,,,,,3,898.3200,27.3622,775.9182,-69.2153,2.5740,72.9921,-6.5112,-0.5290,0.9638,0.0000,0.0000,2.1392,0.9638,-0.3071,0.0000,1.2710,0.0000,1.2710,0.1345,,,1.1302,,,,,,,1496.4067,1.4964,1.4964 -809.4000,0.4000,,,,,,3,893.4400,60.5595,780.6598,-69.5124,5.6660,73.0392,-6.5036,0.0167,3.5094,0.0000,0.0000,2.1399,3.5094,-0.3467,0.0000,3.8561,0.0000,3.8561,0.1920,,,3.6648,,,,,,,2040.6018,2.0406,2.0406 -809.8000,0.4000,,,,,,3,900.1600,107.6642,794.1729,-69.1033,10.1489,74.8623,-6.5140,0.6900,7.2916,0.0000,0.0000,2.1674,7.2916,-0.4043,0.0000,7.6959,0.0000,7.6959,0.2800,,,7.4699,,,,,,,2783.0744,2.7831,2.7831 -810.2000,0.4000,,,,,,3,909.7600,116.2001,794.1729,-68.5189,11.0704,75.6607,-6.5278,0.3232,8.5666,0.0000,0.0000,2.1806,8.5666,-0.4267,0.0000,8.9933,0.0000,8.9933,0.3110,,,8.7113,,,,,,,2965.2598,2.9653,2.9653 -810.6000,0.4000,,,,,,3,915.5200,44.8317,796.6623,-68.1682,4.2982,76.3784,-6.5355,0.2910,1.8152,0.0000,0.0000,2.1920,1.8152,-0.3302,0.0000,2.1454,0.0000,2.1454,0.1573,,,1.9940,,,,,,,1822.3753,1.8224,1.8224 -811.0000,0.4000,,,,,,3,916.1600,36.8176,790.3823,-68.1293,3.5323,75.8293,-6.5363,-0.2227,1.5716,0.0000,0.0000,2.1833,1.5716,-0.3265,0.0000,1.8982,0.0000,1.8982,0.1518,,,1.7424,,,,,,,1690.2617,1.6903,1.6903 -811.4000,0.4000,,,,,,3,912.7200,58.7296,789.6153,-68.3387,5.6134,75.4713,-6.5318,-0.1450,3.5817,0.0000,0.0000,2.1767,3.5817,-0.3579,0.0000,3.9396,0.0000,3.9396,0.1973,,,3.7367,,,,,,,2049.2397,2.0492,2.0492 -811.8000,0.4000,,,,,,3,912.5600,46.6455,793.0591,-68.3484,4.4576,75.7872,-6.5316,0.1280,2.1479,0.0000,0.0000,2.1818,2.1479,-0.3341,0.0000,2.4820,0.0000,2.4820,0.1644,,,2.3207,,,,,,,1846.5264,1.8465,1.8465 -812.2000,0.4000,,,,,,3,911.4400,50.9980,787.6412,-68.4166,4.8675,75.1770,-6.5301,-0.2471,2.9433,0.0000,0.0000,2.1713,2.9433,-0.3467,0.0000,3.2900,0.0000,3.2900,0.1824,,,3.0997,,,,,,,1916.7413,1.9167,1.9167 -812.6000,0.4000,,,,,,3,911.8400,107.9749,794.7894,-68.3923,10.3103,75.8926,-6.5306,0.2898,7.8378,0.0000,0.0000,2.1827,7.8378,-0.4185,0.0000,8.2562,0.0000,8.2562,0.2947,,,7.9853,,,,,,,2820.9679,2.8210,2.8210 -813.0000,0.4000,,,,,,3,920.1600,120.8571,802.9950,-67.8858,11.6457,77.3757,-6.5414,0.6021,8.8375,0.0000,0.0000,2.2061,8.8375,-0.4365,0.0000,9.2741,0.0000,9.2741,0.3192,,,9.0093,,,,,,,3078.8994,3.0789,3.0789 -813.4000,0.4000,,,,,,3,931.9200,126.9743,809.7380,-67.1698,12.3915,79.0227,-6.5551,0.6708,9.4887,0.0000,0.0000,2.2320,9.4887,-0.4530,0.0000,9.9417,0.0000,9.9417,0.3365,,,9.6687,,,,,,,3222.9239,3.2229,3.2229 -813.8000,0.4000,,,,,,3,947.9200,238.4924,822.9122,-66.1958,23.6742,81.6872,-6.5710,1.0899,20.3129,0.0000,0.0000,2.2714,20.3129,-0.6584,0.0000,20.9713,0.0000,20.9713,0.5886,,,20.5943,,,,,,,5192.9870,5.1930,5.1930 -814.2000,0.4000,,,,,,3,974.8000,227.7670,846.3794,-64.5595,23.2506,86.3991,-6.5903,1.9408,18.9664,0.0000,0.0000,2.3434,18.9664,-0.6583,0.0000,19.6246,0.0000,19.6246,0.5632,,,19.3946,,,,,,,5132.2430,5.1322,5.1322 -814.6000,0.4000,,,,,,3,1020.5600,344.7458,864.0862,-64.2505,36.8439,92.3473,-6.8666,3.4248,30.9516,0.0000,0.0000,2.4676,30.9516,-0.8694,0.0000,31.8211,0.0000,31.8211,0.8476,,,31.8451,,,,,,,7799.1454,7.7991,7.7991 -815.0000,0.4000,,,,,,3,1074.6400,394.5715,864.9408,-67.4730,44.4035,97.3370,-7.5931,3.1843,38.6392,0.0000,0.0000,2.5799,38.6392,-1.0280,0.0000,39.6673,0.0000,39.6673,1.0356,,,39.5433,,,,,,,9271.4420,9.2714,9.2714 -815.4000,0.4000,,,,,,3,1130.3200,361.4913,870.7798,-70.7908,42.7886,103.0715,-8.3793,4.0044,36.0728,0.0000,0.0000,2.7114,36.0728,-1.0194,0.0000,37.0922,0.0000,37.0922,0.9889,,,37.0718,,,,,,,8943.7359,8.9437,8.9437 -815.8000,0.4000,,,,,,3,1189.0400,443.5878,870.3021,-74.2898,55.2338,108.3665,-9.2503,3.9457,48.4527,0.0000,0.0000,2.8354,48.4527,-1.2611,0.0000,49.7139,0.0000,49.7139,1.2867,,,49.5839,,,,,,,11353.1086,11.3531,11.3531 -816.2000,0.4000,,,,,,3,1253.8400,476.5897,874.6762,-77.9880,62.5771,114.8466,-10.2400,5.3327,54.2512,0.0000,0.0000,2.9932,54.2512,-1.3980,0.0000,55.6491,0.0000,55.6491,1.4352,,,55.7879,,,,,,,12729.1261,12.7291,12.7291 -816.6000,0.4000,,,,,,3,1332.4800,574.5632,876.9452,-82.4358,80.1728,122.3663,-11.5028,6.5764,70.4188,0.0000,0.0000,3.1776,70.4188,-1.7253,0.0000,72.1441,0.0000,72.1441,1.8261,,,72.5471,,,,,,,15987.9009,15.9879,15.9879 -817.0000,0.4000,,,,,,3,1422.0000,560.9816,878.2616,-87.4990,83.5366,130.7832,-13.0296,7.8557,72.2545,0.0000,0.0000,3.4265,72.2545,-1.8071,0.0000,74.0616,0.0000,74.0616,1.8912,,,74.5700,,,,,,,16614.7681,16.6148,16.6148 -817.4000,0.4000,,,,,,3,1509.8400,585.7540,872.8342,-92.4672,92.6136,138.0039,-14.6200,7.1554,81.8093,0.0000,0.0000,3.6489,81.8093,-2.0359,0.0000,83.8452,0.0000,83.8452,2.1346,,,83.9056,,,,,,,18386.3198,18.3863,18.3863 -817.8000,0.4000,,,,,,3,1597.5200,572.6640,871.3948,-97.4263,95.8021,145.7773,-16.2986,8.7955,83.0973,0.0000,0.0000,3.9093,83.0973,-2.1241,0.0000,85.2214,0.0000,85.2214,2.1891,,,85.4814,,,,,,,19081.5931,19.0816,19.0816 -818.2000,0.4000,,,,,,3,1690.0800,594.9684,861.7203,-100.6510,105.3003,152.5114,-17.8137,8.9733,92.1511,0.0000,0.0000,4.1759,92.1511,-2.3541,0.0000,94.5053,0.0000,94.5053,2.4247,,,94.5563,,,,,,,21068.3049,21.0683,21.0683 -818.6000,0.4000,,,,,,3,1773.8400,371.9724,850.4018,-103.5190,69.0961,157.9673,-19.2293,7.9423,56.7280,0.0000,0.0000,4.4259,56.7280,-1.8606,0.0000,58.5885,0.0000,58.5885,1.6374,,,58.1815,,,,,,,14661.1806,14.6612,14.6612 -819.0000,0.4000,,,,,,3,1804.1600,9.2950,830.6077,-104.5668,1.7561,156.9277,-19.7559,-1.6864,-0.9413,0.0000,0.0000,4.3838,-0.9413,-0.9413,0.0000,0.0000,0.0000,0.0000,0.5329,,,-0.5305,,,,,,,3275.2223,3.2752,3.2752 -819.4000,0.4000,,,,,,3,1730.6400,-13.3599,812.8076,-102.0398,-2.4212,147.3069,-18.4929,-13.2491,6.8396,0.0000,0.0000,3.9883,6.8396,-0.9902,0.0000,7.8298,0.0000,7.8298,0.4777,,,7.0738,,,,,,,2470.8140,2.4708,2.4708 -819.8000,0.4000,,,,,,4,1565.6000,32.3974,795.9683,-95.6209,5.3115,130.4984,-15.6770,-18.2053,20.0764,0.0000,0.0000,3.4405,16.3030,-0.8255,0.0000,17.1285,0.0000,17.1285,0.7600,,,18.8757,,,,,,,3170.6471,3.1706,3.1706 -820.2000,0.4000,,,,,,4,1333.2000,438.3460,765.2805,-82.4766,61.1985,106.8426,-11.5147,-20.6996,79.0658,0.0000,0.0000,2.8323,79.0658,-1.9078,0.0000,80.9736,0.0000,80.9736,2.2342,,,70.8914,,,,,,,12462.9362,12.4629,12.4629 -820.6000,0.4000,,,,,,4,1213.0400,595.8243,858.9132,-75.6804,75.6871,109.1071,-9.6136,1.8029,70.9967,0.0000,0.0000,2.8875,70.9967,-1.6887,0.0000,72.6854,0.0000,72.6854,1.9869,,,71.4398,,,,,,,15294.8518,15.2949,15.2949 -821.0000,0.4000,,,,,,4,1245.6800,650.1978,863.5926,-77.5265,84.8166,112.6533,-10.1131,2.8994,78.9497,0.0000,0.0000,2.9675,78.9497,-1.8428,0.0000,80.7926,0.0000,80.7926,2.1860,,,79.8636,,,,,,,17073.1301,17.0731,17.0731 -821.4000,0.4000,,,,,,4,1290.4800,712.6179,866.3877,-80.0603,96.3023,117.0826,-10.8193,3.7515,89.4752,0.0000,0.0000,3.0756,89.4752,-2.0486,0.0000,91.5238,0.0000,91.5238,2.4507,,,90.7903,,,,,,,19262.9133,19.2629,19.2629 -821.8000,0.4000,,,,,,4,1338.3200,732.2588,864.5825,-82.7661,102.6250,121.1700,-11.5996,3.5904,95.8588,0.0000,0.0000,3.1759,95.8588,-2.1891,0.0000,98.0479,0.0000,98.0479,2.6227,,,97.0623,,,,,,,20404.1650,20.4042,20.4042 -822.2000,0.4000,,,,,,4,1384.0800,783.9089,864.0021,-85.3543,113.6202,125.2289,-12.3713,3.6873,106.6507,0.0000,0.0000,3.2822,106.6507,-2.4019,0.0000,109.0526,0.0000,109.0526,2.8955,,,107.9058,,,,,,,22528.7632,22.5288,22.5288 -822.6000,0.4000,,,,,,4,1429.6000,809.7878,863.5086,-87.9289,121.2312,129.2736,-13.1636,3.7951,114.0343,0.0000,0.0000,3.4018,114.0343,-2.5590,0.0000,116.5933,0.0000,116.5933,3.0905,,,115.3066,,,,,,,23958.5708,23.9586,23.9586 -823.0000,0.4000,,,,,,4,1479.2000,832.8820,865.4462,-90.7342,129.0146,134.0589,-14.0549,4.6458,120.8224,0.0000,0.0000,3.5464,120.8224,-2.7105,0.0000,123.5329,0.0000,123.5329,3.2750,,,122.4433,,,,,,,25432.9667,25.4330,25.4330 -823.4000,0.4000,,,,,,4,1530.4000,835.0199,863.5076,-93.6300,133.8229,138.3884,-15.0054,4.3489,125.7930,0.0000,0.0000,3.6810,125.7930,-2.8326,0.0000,128.6257,0.0000,128.6257,3.4194,,,127.1959,,,,,,,26320.2440,26.3202,26.3202 -823.8000,0.4000,,,,,,4,1583.6800,841.8776,864.5139,-96.6435,139.6192,143.3732,-16.0276,5.3589,130.4194,0.0000,0.0000,3.8409,130.4194,-2.9505,0.0000,133.3699,0.0000,133.3699,3.5581,,,132.1857,,,,,,,27398.1366,27.3981,27.3981 -824.2000,0.4000,,,,,,4,1643.9200,837.9121,860.0431,-99.0704,144.2473,148.0572,-17.0551,6.0083,134.2153,0.0000,0.0000,4.0236,134.2153,-3.0614,0.0000,137.2767,0.0000,137.2767,3.6830,,,136.1357,,,,,,,28359.3639,28.3594,28.3594 -824.6000,0.4000,,,,,,4,1703.0400,828.6915,853.2536,-101.0947,147.7904,152.1709,-18.0294,5.5399,138.0712,0.0000,0.0000,4.1794,138.0712,-3.1736,0.0000,141.2448,0.0000,141.2448,3.8098,,,139.6816,,,,,,,29118.8990,29.1189,29.1189 -825.0000,0.4000,,,,,,4,1760.8000,832.4621,848.9266,-103.0725,153.4981,156.5340,-19.0056,6.1557,142.9689,0.0000,0.0000,4.3735,142.9689,-3.3063,0.0000,146.2752,0.0000,146.2752,3.9609,,,144.7326,,,,,,,30323.9012,30.3239,30.3239 -825.4000,0.4000,,,,,,4,1819.2800,783.0021,840.7757,-105.1196,149.1733,160.1800,-20.0268,6.0711,138.5327,0.0000,0.0000,4.5696,138.5327,-3.2880,0.0000,141.8207,0.0000,141.8207,3.8991,,,140.0867,,,,,,,29660.1822,29.6602,29.6602 -825.8000,0.4000,,,,,,4,1879.6800,459.4516,833.3840,-107.3279,90.4383,164.0430,-21.1264,6.9930,78.6667,0.0000,0.0000,4.7786,78.6667,-2.3589,0.0000,81.0256,0.0000,81.0256,2.5666,,,79.7880,,,,,,,18921.1518,18.9212,18.9212 -826.2000,0.4000,,,,,,4,1870.2400,-30.6097,811.9102,-106.9827,-5.9949,159.0135,-20.9527,-9.0208,-1.4818,0.0000,0.0000,4.5076,-1.4818,-1.0263,0.0000,-0.4554,0.0000,-0.4554,1.1442,,,-1.5643,,,,,,,2322.6993,2.3227,2.3227 -826.6000,0.4000,,,,,,4,1728.4800,-101.9658,798.4780,-101.9658,-18.4564,144.5293,-18.4564,-20.2932,-2.0656,0.0000,0.0000,3.9024,-2.0656,-0.9014,0.0000,-1.1642,0.0000,-1.1642,1.0186,,,-2.1500,,,,,,,0.0000,0.0000,0.0000 -827.0000,0.4000,,,,,,5,1510.4800,331.3428,783.8674,-92.5034,52.4108,123.9899,-14.6319,-20.7412,69.8872,0.0000,0.0000,3.2648,57.6724,-0.7109,0.0000,58.3833,0.0000,58.3833,2.0309,,,62.9747,,,,,,,11029.5531,11.0296,11.0296 -827.4000,0.4000,,,,,,5,1352.1600,572.7566,824.3521,-83.5489,81.1011,116.7265,-11.8303,-6.4461,84.4629,0.0000,0.0000,3.0843,84.4629,-0.7862,0.0000,85.2491,0.0000,85.2491,2.7488,,,80.0109,,,,,,,16154.6262,16.1546,16.1546 -827.8000,0.4000,,,,,,5,1328.2400,765.8015,860.8023,-82.1960,106.5176,119.7315,-11.4329,2.6197,100.7399,0.0000,0.0000,3.1580,100.7399,-0.7689,0.0000,101.5088,0.0000,101.5088,3.0905,,,99.6691,,,,,,,21225.6645,21.2257,21.2257 -828.2000,0.4000,,,,,,5,1358.7200,825.5518,858.5080,-83.9199,117.4635,122.1527,-11.9405,2.1591,112.0870,0.0000,0.0000,3.2174,112.0870,-0.7909,0.0000,112.8779,0.0000,112.8779,3.3803,,,110.5936,,,,,,,23315.3091,23.3153,23.3153 -828.6000,0.4000,,,,,,5,1385.6800,828.6757,858.1953,-85.4448,120.2475,124.5311,-12.3987,2.1631,114.8008,0.0000,0.0000,3.2837,114.8008,-0.8105,0.0000,115.6113,0.0000,115.6113,3.4717,,,113.2208,,,,,,,23817.7426,23.8177,23.8177 -829.0000,0.4000,,,,,,5,1418.7200,800.5396,861.7909,-87.3135,118.9346,128.0346,-12.9720,3.2623,112.2851,0.0000,0.0000,3.3872,112.2851,-0.8348,0.0000,113.1198,0.0000,113.1198,3.4524,,,111.1887,,,,,,,23522.6882,23.5227,23.5227 -829.4000,0.4000,,,,,,5,1451.2000,834.2471,857.4972,-89.1505,126.7800,130.3133,-13.5481,2.1704,121.1561,0.0000,0.0000,3.4534,121.1561,-0.8588,0.0000,122.0149,0.0000,122.0149,3.6906,,,119.3680,,,,,,,25032.2889,25.0323,25.0323 -829.8000,0.4000,,,,,,5,1478.5600,786.9515,858.3703,-90.6980,121.8472,132.9053,-14.0432,2.5154,115.8000,0.0000,0.0000,3.5318,115.8000,-0.8792,0.0000,116.6792,0.0000,116.6792,3.6019,,,114.1909,,,,,,,24069.9126,24.0699,24.0699 -830.2000,0.4000,,,,,,5,1507.2000,810.3391,857.9406,-92.3178,127.8987,135.4119,-14.5709,2.4796,121.8099,0.0000,0.0000,3.6093,121.8099,-0.9012,0.0000,122.7110,0.0000,122.7110,3.7721,,,120.0500,,,,,,,25189.8443,25.1898,25.1898 -830.6000,0.4000,,,,,,5,1536.4801,763.6417,858.4089,-93.9739,122.8698,138.1178,-15.1204,2.7288,116.4499,0.0000,0.0000,3.6910,116.4499,-0.9250,0.0000,117.3749,0.0000,117.3749,3.6868,,,114.8127,,,,,,,24213.7397,24.2137,24.2137 -831.0000,0.4000,,,,,,5,1563.0401,739.5318,856.1777,-95.4761,121.0474,140.1402,-15.6276,2.0747,115.2189,0.0000,0.0000,3.7538,115.2189,-0.9467,0.0000,116.1657,0.0000,116.1657,3.6921,,,113.2911,,,,,,,23846.2709,23.8463,23.8463 -831.4000,0.4000,,,,,,5,1586.2400,658.6304,856.3446,-96.7883,109.4055,142.2480,-16.0776,2.1945,103.3918,0.0000,0.0000,3.8192,103.3918,-0.9659,0.0000,104.3578,0.0000,104.3578,3.4540,,,101.6569,,,,,,,21653.1476,21.6531,21.6531 -831.8000,0.4000,,,,,,5,1607.2800,609.5851,853.5394,-97.8158,102.6017,143.6626,-16.4638,1.7278,97.0037,0.0000,0.0000,3.8702,97.0037,-0.9835,0.0000,97.9872,0.0000,97.9872,3.3366,,,95.1924,,,,,,,20390.1503,20.3902,20.3902 -832.2000,0.4000,,,,,,5,1624.7200,511.0297,851.6607,-98.4130,86.9467,144.9018,-16.7440,1.5643,81.4668,0.0000,0.0000,3.9157,81.4668,-0.9981,0.0000,82.4648,0.0000,82.4648,3.0080,,,79.8599,,,,,,,17525.7134,17.5257,17.5257 -832.6000,0.4000,,,,,,5,1641.2000,537.3575,850.2925,-98.9773,92.3535,146.1364,-17.0108,1.5801,86.8109,0.0000,0.0000,3.9625,86.8109,-1.0120,0.0000,87.8229,0.0000,87.8229,3.1502,,,85.0978,,,,,,,18530.9708,18.5310,18.5310 -833.0000,0.4000,,,,,,5,1659.8400,535.9772,849.6714,-99.6155,93.1625,147.6882,-17.3150,2.0170,87.1255,0.0000,0.0000,4.0200,87.1255,-1.0278,0.0000,88.1533,0.0000,88.1533,3.1818,,,85.5039,,,,,,,18719.9433,18.7199,18.7199 -833.4000,0.4000,,,,,,5,1679.5200,664.9720,847.5533,-100.2894,116.9546,149.0668,-17.6388,1.8211,111.0619,0.0000,0.0000,4.0715,111.0619,-1.0446,0.0000,112.1065,0.0000,112.1065,3.7489,,,108.9563,,,,,,,23250.5689,23.2506,23.2506 -833.8000,0.4000,,,,,,5,1703.1200,751.2436,847.6727,-101.0975,133.9845,151.1827,-18.0308,2.8497,126.9829,0.0000,0.0000,4.1520,126.9829,-1.0649,0.0000,128.0478,0.0000,128.0478,4.1404,,,124.9492,,,,,,,26490.9780,26.4910,26.4910 -834.2000,0.4000,,,,,,5,1726.4800,652.6694,843.5523,-101.8973,118.0004,152.5114,-18.4227,1.8236,111.9722,0.0000,0.0000,4.2045,111.9722,-1.0851,0.0000,113.0574,0.0000,113.0574,3.8330,,,109.7963,,,,,,,23578.0911,23.5781,23.5781 -834.6000,0.4000,,,,,,5,1745.5200,625.6715,842.3567,-102.5493,114.3668,153.9747,-18.7450,2.0395,108.0313,0.0000,0.0000,4.2960,108.0313,-1.1017,0.0000,109.1330,0.0000,109.1330,3.7701,,,105.9665,,,,,,,22944.9211,22.9449,22.9449 -835.0000,0.4000,,,,,,5,1763.4400,618.3616,840.0472,-103.1629,114.1910,155.1290,-19.0508,1.6319,108.2115,0.0000,0.0000,4.3476,108.2115,-1.1175,0.0000,109.3289,0.0000,109.3289,3.7991,,,106.0038,,,,,,,22946.0206,22.9460,22.9460 -835.4000,0.4000,,,,,,5,1782.3200,631.6276,839.6694,-103.8094,117.8896,156.7194,-19.3754,2.2825,111.1880,0.0000,0.0000,4.4191,111.1880,-1.1341,0.0000,112.3222,0.0000,112.3222,3.8928,,,109.0961,,,,,,,23683.8159,23.6838,23.6838 -835.8000,0.4000,,,,,,5,1802.2400,631.9537,836.6831,-104.4966,119.2687,157.9073,-19.7217,1.8868,112.8809,0.0000,0.0000,4.5010,112.8809,-1.1517,0.0000,114.0326,0.0000,114.0326,3.9593,,,110.6205,,,,,,,23986.3624,23.9864,23.9864 -836.2000,0.4000,,,,,,5,1819.0400,614.6898,834.0851,-105.1108,117.0919,158.8844,-20.0225,1.6663,110.8733,0.0000,0.0000,4.5522,110.8733,-1.1656,0.0000,112.0390,0.0000,112.0390,3.9379,,,108.5669,,,,,,,23654.5737,23.6546,23.6546 -836.6000,0.4000,,,,,,5,1836.4000,645.4879,832.3230,-105.7455,124.1321,160.0618,-20.3356,2.0427,117.4872,0.0000,0.0000,4.6022,117.4872,-1.1801,0.0000,118.6673,0.0000,118.6673,4.1124,,,115.1487,,,,,,,25020.4681,25.0205,25.0205 -837.0000,0.4000,,,,,,5,1852.4800,631.7244,829.2510,-106.3334,122.5490,160.8674,-20.6278,1.4199,116.4920,0.0000,0.0000,4.6370,116.4920,-1.1935,0.0000,117.6856,0.0000,117.6856,4.1132,,,113.9745,,,,,,,24799.8807,24.7999,24.7999 -837.4000,0.4000,,,,,,5,1869.0400,646.3929,828.1320,-106.9389,126.5155,162.0865,-20.9307,2.1839,119.6289,0.0000,0.0000,4.7027,119.6289,-1.2074,0.0000,120.8364,0.0000,120.8364,4.2084,,,117.2520,,,,,,,25586.0249,25.5860,25.5860 -837.8000,0.4000,,,,,,5,1887.9200,616.4499,825.2796,-107.6291,121.8737,163.1599,-21.2785,1.9589,115.1593,0.0000,0.0000,4.7556,115.1593,-1.2234,0.0000,116.3827,0.0000,116.3827,4.1352,,,112.7754,,,,,,,24789.1023,24.7891,24.7891 -838.2000,0.4000,,,,,,5,1905.2800,626.2159,822.8573,-108.2638,124.9429,164.1769,-21.6008,1.8878,118.2438,0.0000,0.0000,4.8112,118.2438,-1.2381,0.0000,119.4819,0.0000,119.4819,4.2308,,,115.7641,,,,,,,25435.9288,25.4359,25.4359 -838.6000,0.4000,,,,,,5,1920.0000,636.5500,820.2460,-108.8020,127.9860,164.9202,-21.8759,1.3999,121.7339,0.0000,0.0000,4.8522,121.7339,-1.2506,0.0000,122.9845,0.0000,122.9845,4.3317,,,119.0384,,,,,,,26064.1161,26.0641,26.0641 -839.0000,0.4000,,,,,,5,1934.5600,667.4908,818.9325,-109.3343,135.2247,165.9048,-22.1497,1.8807,128.4290,0.0000,0.0000,4.9150,128.4290,-1.2630,0.0000,129.6921,0.0000,129.6921,4.5050,,,125.7254,,,,,,,27398.6889,27.3987,27.3987 -839.4000,0.4000,,,,,,5,1950.3200,719.8935,816.5945,-109.9105,147.0289,166.7788,-22.4478,1.6955,140.3696,0.0000,0.0000,4.9639,140.3696,-1.2765,0.0000,141.6461,0.0000,141.6461,4.7988,,,137.3693,,,,,,,29638.4340,29.6384,29.6384 -839.8000,0.4000,,,,,,5,1969.6800,773.9707,815.2963,-110.6183,159.6426,168.1666,-22.8166,2.7433,151.8662,0.0000,0.0000,5.0331,151.8662,-1.2932,0.0000,153.1594,0.0000,153.1594,5.0883,,,148.9671,,,,,,,32215.4763,32.2155,32.2155 -840.2000,0.4000,,,,,,5,1993.6000,802.0544,811.3612,-111.4928,167.4443,169.3873,-23.2763,2.7953,159.5336,0.0000,0.0000,5.1154,159.5336,-1.3139,0.0000,160.8475,0.0000,160.8475,5.2987,,,156.4852,,,,,,,33832.8499,33.8328,33.8328 -840.6000,0.4000,,,,,,5,2014.6401,751.3604,805.2826,-112.7396,158.5165,169.8926,-23.7850,2.1280,151.2105,0.0000,0.0000,5.1780,151.2105,-1.3322,0.0000,152.5427,0.0000,152.5427,5.1435,,,148.0606,,,,,,,32152.4849,32.1525,32.1525 -841.0000,0.4000,,,,,,5,2033.2001,780.1892,800.3379,-114.0235,166.1149,170.4049,-24.2775,2.2616,158.5860,0.0000,0.0000,5.2673,158.5860,-1.3484,0.0000,159.9344,0.0000,159.9344,5.3395,,,155.3188,,,,,,,33854.8660,33.8549,33.8549 -841.4000,0.4000,,,,,,5,2050.8000,795.4203,795.4203,-115.2411,170.8239,170.8239,-24.7491,1.9361,163.5650,0.0000,0.0000,5.3228,163.8044,-1.3612,0.0000,165.1657,0.0000,165.1657,5.4806,,,160.5504,,,,,,,34917.6948,34.9177,34.9177 -841.8000,0.4000,,,,,,5,2072.9600,790.1198,790.1198,-116.7741,171.5191,171.5191,-25.3493,3.4104,162.6604,0.0000,0.0000,5.4483,168.1068,-1.3205,0.0000,169.4273,0.0000,169.4273,5.5042,,,170.9576,,,,,,,35238.3734,35.2384,35.2384 -842.2000,0.4000,,,,,,5,2096.8800,783.1995,783.1995,-118.4289,171.9787,171.9787,-26.0052,2.4109,164.0520,0.0000,0.0000,5.5158,164.8884,-1.2752,0.0000,166.1636,0.0000,166.1636,5.3504,,,173.8540,,,,,,,35515.7336,35.5157,35.5157 -842.6000,0.4000,,,,,,5,2118.4800,777.5619,777.5619,-119.9231,172.4995,172.4995,-26.6046,2.9110,163.9927,0.0000,0.0000,5.5959,160.0071,-1.3276,0.0000,161.3347,0.0000,161.3347,5.3341,,,165.3829,,,,,,,35713.4407,35.7134,35.7134 -843.0000,0.4000,,,,,,5,2140.1601,771.5463,771.5463,-121.4230,172.9167,172.9167,-27.2130,2.4807,164.7557,0.0000,0.0000,5.6803,165.9934,-1.3764,0.0000,167.3698,0.0000,167.3698,5.5577,,,168.4808,,,,,,,35893.9774,35.8940,35.8940 -843.4000,0.4000,,,,,,5,2161.5201,768.1884,768.1884,-122.9006,173.8824,173.8824,-27.8190,2.8893,165.2341,0.0000,0.0000,5.7590,166.7584,-1.3641,0.0000,168.1225,0.0000,168.1225,5.5527,,,172.2294,,,,,,,36200.6522,36.2007,36.2007 -843.8000,0.4000,,,,,,5,2181.2000,764.2527,764.2527,-124.2621,174.5666,174.5666,-28.3833,2.1000,166.6437,0.0000,0.0000,5.8229,161.7722,-1.4219,0.0000,163.1942,0.0000,163.1942,5.5437,,,163.1979,,,,,,,36440.9950,36.4410,36.4410 -844.2000,0.4000,,,,,,5,2200.8800,757.4577,757.4577,-125.6235,174.5755,174.5755,-28.9532,2.9419,165.6753,0.0000,0.0000,5.9583,170.4536,-1.4441,0.0000,171.8977,0.0000,171.8977,5.7776,,,171.9101,,,,,,,36557.0221,36.5570,36.5570 -844.6000,0.4000,,,,,,5,2222.1601,747.1510,747.1510,-127.0957,173.8651,173.8651,-29.5757,2.5549,165.2712,0.0000,0.0000,6.0390,162.5680,-1.4401,0.0000,164.0081,0.0000,164.0081,5.5926,,,165.7086,,,,,,,36777.4243,36.7774,36.7774 -845.0000,0.4000,,,,,,5,2242.0800,516.0456,737.4366,-128.4737,121.1624,173.1428,-30.1643,2.6407,112.3984,0.0000,0.0000,6.1233,111.0662,-1.5206,0.0000,112.5868,0.0000,112.5868,4.5668,,,109.8071,,,,,,,26371.2929,26.3713,26.3713 -845.4000,0.4000,,,,,,5,2220.0000,-21.5294,750.6116,-126.9462,-5.0051,174.5006,-29.5122,-8.3421,-2.5744,0.0000,0.0000,5.9113,-2.5744,-1.5251,0.0000,-1.0493,0.0000,-1.0493,2.7489,,,-3.7431,,,,,,,3656.1729,3.6562,3.6562 -845.8000,0.4000,,,,,,5,2078.8001,-111.6064,769.3427,-117.1781,-24.2958,167.4793,-25.5087,-26.4853,-2.9738,0.0000,0.0000,5.1634,-2.9738,-1.3886,0.0000,-1.5852,0.0000,-1.5852,2.4998,,,-3.8707,,,,,,,191.5699,0.1916,0.1916 -846.2000,0.4000,,,,,,6,1817.6800,364.7899,774.0741,-105.0611,69.4367,147.3427,-19.9981,-32.2995,97.5551,0.0000,0.0000,4.1811,83.1775,-2.5040,0.0000,85.6816,0.0000,85.6816,3.8146,,,87.9844,,,,,,,14860.8084,14.8608,14.8608 -846.6000,0.4000,,,,,,6,1649.7600,640.6999,839.1513,-99.2704,110.6889,144.9738,-17.1502,-3.0534,109.6487,0.0000,0.0000,4.0936,109.6487,-3.0527,0.0000,112.7013,0.0000,112.7013,4.6562,,,107.0078,,,,,,,22027.4497,22.0274,22.0274 -847.0000,0.4000,,,,,,6,1641.6000,749.7567,850.0158,-98.9910,128.8891,146.1245,-17.0173,1.4731,123.2800,0.0000,0.0000,4.1360,123.2800,-3.2685,0.0000,126.5484,0.0000,126.5484,4.9497,,,122.1676,,,,,,,25393.0230,25.3930,25.3930 -847.4000,0.4000,,,,,,6,1655.6800,762.1448,848.3001,-99.4731,132.1425,147.0803,-17.2469,1.2381,126.7936,0.0000,0.0000,4.1108,126.7936,-3.3430,0.0000,130.1366,0.0000,130.1366,5.0643,,,125.5558,,,,,,,26066.8805,26.0669,26.0669 -847.8000,0.4000,,,,,,6,1670.6400,816.9964,847.9868,-99.9853,142.9327,148.3544,-17.4923,1.6709,137.1035,0.0000,0.0000,4.1583,137.1035,-3.5310,0.0000,140.6345,0.0000,140.6345,5.3373,,,135.9904,,,,,,,28125.3916,28.1254,28.1254 -848.2000,0.4000,,,,,,6,1684.0000,831.6538,845.2986,-100.4428,146.6605,149.0668,-17.7129,0.9445,141.5311,0.0000,0.0000,4.1849,141.5311,-3.6199,0.0000,145.1511,0.0000,145.1511,5.4716,,,140.0776,,,,,,,28874.7449,28.8747,28.8747 -848.6000,0.4000,,,,,,6,1696.0800,813.7808,845.3441,-100.8564,144.5381,150.1442,-17.9134,1.4427,138.9121,0.0000,0.0000,4.1833,138.9121,-3.5910,0.0000,142.5031,0.0000,142.5031,5.4412,,,137.6502,,,,,,,28482.7529,28.4828,28.4828 -849.0000,0.4000,,,,,,6,1710.5600,844.1173,844.1173,-101.3522,151.2062,151.2062,-18.1552,1.4391,145.5438,0.0000,0.0000,4.2234,147.3065,-3.7227,0.0000,151.0292,0.0000,151.0292,5.6194,,,147.7838,,,,,,,29819.5211,29.8195,29.8195 -849.4000,0.4000,,,,,,6,1715.7600,449.9571,839.9190,-101.5303,80.8456,150.9116,-18.2423,-0.4010,77.0426,0.0000,0.0000,4.2040,76.1268,-2.5611,0.0000,78.6879,0.0000,78.6879,3.9973,,,75.5009,,,,,,,16656.2468,16.6562,16.6562 -849.8000,0.4000,,,,,,6,1712.6400,176.7429,840.5284,-101.4234,31.6983,150.7464,-18.1900,-0.2241,27.7247,0.0000,0.0000,4.1977,27.7247,-1.7915,0.0000,29.5163,0.0000,29.5163,2.9285,,,26.5704,,,,,,,7818.4878,7.8185,7.8185 -850.2000,0.4000,,,,,,6,1707.3600,70.3503,839.6931,-101.2426,12.5782,150.1324,-18.1016,-0.8299,9.2335,0.0000,0.0000,4.1747,9.2335,-1.4795,0.0000,10.7130,0.0000,10.7130,2.4906,,,8.2023,,,,,,,4693.3917,4.6934,4.6934 -850.6000,0.4000,,,,,,6,1702.3200,22.6044,841.4496,-101.0701,4.0296,150.0023,-18.0174,-0.1750,0.0600,0.0000,0.0000,4.1446,0.0600,-1.3218,0.0000,1.3818,0.0000,1.3818,2.2674,,,-0.8851,,,,,,,3310.1491,3.3101,3.3101 -851.0000,0.4000,,,,,,6,1703.3600,213.3118,842.5262,-101.1057,38.0496,150.2860,-18.0348,0.3821,33.5121,0.0000,0.0000,4.1553,33.5121,-1.8760,0.0000,35.3881,0.0000,35.3881,3.0384,,,32.3862,,,,,,,8919.4824,8.9195,8.9195 -851.4000,0.4000,,,,,,6,1708.6400,346.2973,842.6939,-101.2865,61.9624,150.7818,-18.1230,0.6708,57.1335,0.0000,0.0000,4.1581,57.1335,-2.2700,0.0000,59.4035,0.0000,59.4035,3.5940,,,55.9192,,,,,,,13200.6809,13.2007,13.2007 -851.8000,0.4000,,,,,,6,1711.3600,77.2195,840.8278,-101.3796,13.8387,150.6874,-18.1686,-0.1280,9.8121,0.0000,0.0000,4.1546,9.8121,-1.4939,0.0000,11.3061,0.0000,11.3061,2.5138,,,8.7889,,,,,,,4904.8077,4.9048,4.9048 -852.2000,0.4000,,,,,,6,1708.0800,115.6413,840.2641,-101.2673,20.6847,150.2978,-18.1137,-0.5269,17.0717,0.0000,0.0000,4.1399,17.0717,-1.6099,0.0000,18.6816,0.0000,18.6816,2.6725,,,15.9844,,,,,,,5979.9256,5.9799,5.9799 -852.6000,0.4000,,,,,,6,1701.3600,154.8758,840.1979,-101.0372,27.5936,149.6947,-18.0014,-0.8111,24.3085,0.0000,0.0000,4.0962,24.3085,-1.7214,0.0000,26.0299,0.0000,26.0299,2.8220,,,23.1522,,,,,,,7114.9239,7.1149,7.1149 -853.0000,0.4000,,,,,,6,1697.4400,166.2229,842.2714,-100.9030,29.5470,149.7184,-17.9361,0.0317,25.4182,0.0000,0.0000,4.0971,25.4182,-1.7351,0.0000,27.1533,0.0000,27.1533,2.8378,,,24.3177,,,,,,,7423.8732,7.4239,7.4239 -853.4000,0.4000,,,,,,6,1699.2000,363.5207,842.7288,-100.9632,64.6848,149.9550,-17.9654,0.3177,60.2615,0.0000,0.0000,4.1056,60.2615,-2.3091,0.0000,62.5707,0.0000,62.5707,3.6425,,,58.9837,,,,,,,13670.7086,13.6707,13.6707 -853.8000,0.4000,,,,,,6,1701.8400,487.3489,842.2840,-101.0536,86.8535,150.1087,-18.0094,0.2068,82.5367,0.0000,0.0000,4.1100,82.5367,-2.6726,0.0000,85.2093,0.0000,85.2093,4.1605,,,81.0983,,,,,,,17682.0600,17.6821,17.6821 -854.2000,0.4000,,,,,,6,1706.1600,512.3810,842.8620,-101.2016,91.5464,150.5930,-18.0815,0.6539,86.7644,0.0000,0.0000,4.1282,86.7644,-2.7463,0.0000,89.5106,0.0000,89.5106,4.2683,,,85.4062,,,,,,,18575.9519,18.5760,18.5760 -854.6000,0.4000,,,,,,6,1706.8000,437.5482,840.3654,-101.2235,78.2055,150.2033,-18.0922,-0.5265,74.6065,0.0000,0.0000,4.1254,74.6065,-2.5504,0.0000,77.1569,0.0000,77.1569,3.9907,,,73.0530,,,,,,,16127.8481,16.1278,16.1278 -855.0000,0.4000,,,,,,6,1701.8400,407.0668,840.8905,-101.0536,72.5459,149.8604,-18.0094,-0.4613,68.8947,0.0000,0.0000,4.1126,68.8947,-2.4520,0.0000,71.3467,0.0000,71.3467,3.8473,,,67.4074,,,,,,,15120.0634,15.1201,15.1201 -855.4000,0.4000,,,,,,6,1702.0000,561.1396,842.8680,-101.0591,100.0136,150.2269,-18.0121,0.4932,95.3941,0.0000,0.0000,4.1263,95.3941,-2.8808,0.0000,98.2748,0.0000,98.2748,4.4562,,,93.9554,,,,,,,20126.4014,20.1264,20.1264 -855.8000,0.4000,,,,,,6,1703.9200,596.2336,841.4546,-101.1249,106.3884,150.1442,-18.0441,-0.1115,102.3696,0.0000,0.0000,4.1303,102.3696,-2.9964,0.0000,105.3659,0.0000,105.3659,4.6211,,,100.7117,,,,,,,21311.9488,21.3119,21.3119 -856.2000,0.4000,,,,,,6,1704.0800,542.3603,841.9716,-101.1303,96.7847,150.2505,-18.0468,0.1434,92.5070,0.0000,0.0000,4.1343,92.5070,-2.8366,0.0000,95.3436,0.0000,95.3436,4.3950,,,90.9870,,,,,,,19510.1678,19.5102,19.5102 -856.6000,0.4000,,,,,,6,1704.4800,615.4746,841.5092,-101.1440,109.8577,150.2033,-18.0535,-0.0637,105.7960,0.0000,0.0000,4.1254,105.7960,-3.0537,0.0000,108.8497,0.0000,108.8497,4.7012,,,104.1289,,,,,,,21996.0141,21.9960,21.9960 -857.0000,0.4000,,,,,,6,1705.8400,598.2178,842.2271,-101.1906,106.8627,150.4514,-18.0762,0.3349,102.3931,0.0000,0.0000,4.1348,102.3931,-2.9990,0.0000,105.3922,0.0000,105.3922,4.6264,,,100.8650,,,,,,,21409.2972,21.4093,21.4093 -857.4000,0.4000,,,,,,6,1710.6400,581.3078,842.4329,-101.3550,104.1342,150.9116,-18.1565,0.6236,99.3585,0.0000,0.0000,4.1521,99.3585,-2.9554,0.0000,102.3139,0.0000,102.3139,4.5686,,,97.9235,,,,,,,20884.2611,20.8843,20.8843 -857.8000,0.4000,,,,,,6,1713.5200,574.2917,840.8198,-101.4536,103.0506,150.8762,-18.2048,-0.0481,98.9550,0.0000,0.0000,4.1437,98.9550,-2.9524,0.0000,101.9073,0.0000,101.9073,4.5665,,,97.3272,,,,,,,20698.5838,20.6986,20.6986 -858.2000,0.4000,,,,,,6,1712.8800,480.8209,840.8052,-101.4317,86.2460,150.8172,-18.1940,-0.0801,82.1846,0.0000,0.0000,4.1414,82.1846,-2.6804,0.0000,84.8650,0.0000,84.8650,4.1798,,,80.6663,,,,,,,17594.3778,17.5944,17.5944 -858.6000,0.4000,,,,,,6,1712.6400,346.4908,841.0546,-101.4234,62.1422,150.8408,-18.1900,0.0320,57.9707,0.0000,0.0000,4.1394,57.9707,-2.2885,0.0000,60.2592,0.0000,60.2592,3.6232,,,56.6413,,,,,,,13244.4397,13.2444,13.2444 -859.0000,0.4000,,,,,,6,1711.6000,408.5062,840.5783,-101.3878,73.2200,150.6638,-18.1726,-0.2400,69.3276,0.0000,0.0000,4.1324,69.3276,-2.4709,0.0000,71.7985,0.0000,71.7985,3.8814,,,67.8694,,,,,,,15264.3361,15.2643,15.2643 -859.4000,0.4000,,,,,,6,1707.0401,275.8850,840.0489,-101.2317,49.3174,150.1678,-18.0963,-0.6702,45.8739,0.0000,0.0000,4.1137,45.8739,-2.0847,0.0000,47.9586,0.0000,47.9586,3.3315,,,44.5393,,,,,,,10875.4988,10.8755,10.8755 -859.8000,0.4000,,,,,,6,1706.1601,255.8435,842.5317,-101.2016,45.7112,150.5340,-18.0815,0.4944,41.0908,0.0000,0.0000,4.1260,41.0908,-2.0046,0.0000,43.0955,0.0000,43.0955,3.2194,,,39.9340,,,,,,,10273.0593,10.2731,10.2731 -860.2000,0.4000,,,,,,6,1706.7200,392.2733,840.6692,-101.2207,70.1100,150.2505,-18.0909,-0.3829,66.3775,0.0000,0.0000,4.1153,66.3775,-2.4172,0.0000,68.7947,0.0000,68.7947,3.8016,,,64.9201,,,,,,,14666.9599,14.6670,14.6670 -860.6000,0.4000,,,,,,6,1707.3600,363.1517,842.4677,-101.2426,64.9295,150.6284,-18.1016,0.5107,60.2892,0.0000,0.0000,4.1295,60.2892,-2.3195,0.0000,62.6087,0.0000,62.6087,3.6633,,,59.0338,,,,,,,13735.2245,13.7352,13.7352 -861.0000,0.4000,,,,,,6,1710.8001,422.7987,841.4982,-101.3604,75.7463,150.7582,-18.1592,0.1759,71.4357,0.0000,0.0000,4.1347,71.4357,-2.5040,0.0000,73.9397,0.0000,73.9397,3.9278,,,70.0479,,,,,,,15689.0364,15.6890,15.6890 -861.4000,0.4000,,,,,,6,1710.6401,472.0001,840.7205,-101.3550,84.5531,150.6048,-18.1565,-0.2079,80.6320,0.0000,0.0000,4.1289,80.6320,-2.6525,0.0000,83.2846,0.0000,83.2846,4.1386,,,79.0978,,,,,,,17292.6467,17.2926,17.2926 -861.8000,0.4000,,,,,,6,1709.5200,374.1119,841.2054,-101.3166,66.9737,150.5930,-18.1378,-0.0160,62.8600,0.0000,0.0000,4.1297,62.8600,-2.3637,0.0000,65.2237,0.0000,65.2237,3.7277,,,61.4931,,,,,,,14087.2675,14.0873,14.0873 -862.2000,0.4000,,,,,,6,1707.6000,429.9818,840.6324,-101.2509,76.8891,150.3214,-18.1056,-0.3671,73.1367,0.0000,0.0000,4.1195,73.1367,-2.5276,0.0000,75.6643,0.0000,75.6643,3.9590,,,71.6281,,,,,,,15876.7589,15.8768,15.8768 -862.6000,0.4000,,,,,,6,1703.0400,368.2353,840.6296,-101.0947,65.6718,149.9195,-18.0294,-0.5413,62.1087,0.0000,0.0000,4.1044,62.1087,-2.3437,0.0000,64.4523,0.0000,64.4523,3.6944,,,60.6609,,,,,,,13849.1431,13.8491,13.8491 -863.0000,0.4000,,,,,,6,1700.7200,313.3615,842.1084,-101.0153,55.8094,149.9787,-17.9907,0.0795,51.6245,0.0000,0.0000,4.1054,51.6245,-2.1713,0.0000,53.7958,0.0000,53.7958,3.4479,,,50.3597,,,,,,,12060.8301,12.0608,12.0608 -863.4000,0.4000,,,,,,6,1700.4800,519.5751,841.6959,-101.0071,92.5227,149.8840,-17.9867,-0.1272,88.5481,0.0000,0.0000,4.1018,88.5481,-2.7682,0.0000,91.3163,0.0000,91.3163,4.2952,,,86.9883,,,,,,,18724.4601,18.7245,18.7245 -863.8000,0.4000,,,,,,6,1701.7601,561.0989,842.6553,-101.0509,99.9922,150.1678,-18.0081,0.3818,95.4996,0.0000,0.0000,4.1108,95.4996,-2.8822,0.0000,98.3818,0.0000,98.3818,4.4580,,,94.0298,,,,,,,20121.8702,20.1219,20.1219 -864.2000,0.4000,,,,,,6,1707.2001,570.9752,842.8767,-101.2372,102.0776,150.6874,-18.0989,0.7021,97.2450,0.0000,0.0000,4.1304,97.2450,-2.9170,0.0000,100.1621,0.0000,100.1621,4.5116,,,95.8477,,,,,,,20508.1514,20.5082,20.5082 -864.6000,0.4000,,,,,,6,1709.6800,650.0564,840.7970,-101.3221,116.3843,150.5340,-18.1404,-0.2078,112.4675,0.0000,0.0000,4.1246,112.4675,-3.1702,0.0000,115.6376,0.0000,115.6376,4.8674,,,110.7029,,,,,,,23238.7904,23.2388,23.2388 -865.0000,0.4000,,,,,,6,1710.8000,649.8058,842.0250,-101.3604,116.4157,150.8526,-18.1592,0.4318,111.8459,0.0000,0.0000,4.1380,111.8459,-3.1612,0.0000,115.0072,0.0000,115.0072,4.8559,,,110.2904,,,,,,,23247.9582,23.2480,23.2480 -865.4000,0.4000,,,,,,6,1715.6000,682.4914,841.8342,-101.5248,122.6145,151.2416,-18.2397,0.5292,117.9325,0.0000,0.0000,4.1528,117.9325,-3.2676,0.0000,121.2001,0.0000,121.2001,5.0076,,,116.3713,,,,,,,24362.2146,24.3622,24.3622 -865.8000,0.4000,,,,,,6,1714.5600,581.0926,839.3243,-101.4892,104.3342,150.6992,-18.2222,-0.7372,100.9382,0.0000,0.0000,4.1332,100.9382,-2.9857,0.0000,103.9240,0.0000,103.9240,4.6147,,,99.0961,,,,,,,20933.1206,20.9331,20.9331 -866.2000,0.4000,,,,,,6,1711.9200,519.3445,841.4741,-101.3988,93.1038,150.8526,-18.1779,0.2080,88.7562,0.0000,0.0000,4.1396,88.7562,-2.7855,0.0000,91.5417,0.0000,91.5417,4.3284,,,87.2663,,,,,,,18859.1963,18.8592,18.8592 -866.6000,0.4000,,,,,,6,1714.3201,582.2296,841.4126,-101.4810,104.5237,151.0531,-18.2182,0.2724,100.1040,0.0000,0.0000,4.1473,100.1040,-2.9720,0.0000,103.0760,0.0000,103.0760,4.5949,,,98.5592,,,,,,,20969.6133,20.9696,20.9696 -867.0000,0.4000,,,,,,6,1717.1201,572.2924,841.2201,-101.5768,102.9075,151.2652,-18.2652,0.2889,98.4628,0.0000,0.0000,4.1558,98.4628,-2.9488,0.0000,101.4117,0.0000,101.4117,4.5642,,,96.9287,,,,,,,20683.9167,20.6839,20.6839 -867.4000,0.4000,,,,,,6,1719.6001,447.7270,840.8570,-101.6618,80.6249,151.4182,-18.3069,0.2090,76.2542,0.0000,0.0000,4.1618,76.2542,-2.5927,0.0000,78.8469,0.0000,78.8469,4.0604,,,74.8317,,,,,,,16623.1579,16.6232,16.6232 -867.8000,0.4000,,,,,,6,1718.6400,531.1351,839.6905,-101.6289,95.5913,151.1238,-18.2907,-0.4016,91.8426,0.0000,0.0000,4.1503,91.8426,-2.8436,0.0000,94.6862,0.0000,94.6862,4.4160,,,90.1652,,,,,,,19315.6990,19.3157,19.3157 -868.2000,0.4000,,,,,,6,1717.6001,511.3620,840.9850,-101.5933,91.9770,151.2652,-18.2732,0.1927,87.6269,0.0000,0.0000,4.1574,87.6269,-2.7742,0.0000,90.4011,0.0000,90.4011,4.3166,,,86.1326,,,,,,,18686.7011,18.6867,18.6867 -868.6000,0.4000,,,,,,6,1721.2001,372.8334,841.3813,-101.7165,67.2008,151.6536,-18.3338,0.5309,62.4974,0.0000,0.0000,4.1725,62.4974,-2.3721,0.0000,64.8696,0.0000,64.8696,3.7485,,,61.2148,,,,,,,14156.8831,14.1569,14.1569 -869.0000,0.4000,,,,,,6,1721.2001,435.7186,839.2260,-101.7165,78.5355,151.2652,-18.3338,-0.5309,74.9131,0.0000,0.0000,4.1533,74.9131,-2.5729,0.0000,77.4861,0.0000,77.4861,4.0336,,,73.3398,,,,,,,16228.4143,16.2284,16.2284 -869.4000,0.4000,,,,,,6,1716.5601,298.8405,839.8555,-101.5577,53.7189,150.9705,-18.2558,-0.4011,49.9782,0.0000,0.0000,4.1418,49.9782,-2.1640,0.0000,52.1422,0.0000,52.1422,3.4495,,,48.6360,,,,,,,11730.6235,11.7306,11.7306 -869.8000,0.4000,,,,,,6,1714.9601,236.6769,840.9673,-101.5029,42.5048,151.0295,-18.2289,0.0801,38.2807,0.0000,0.0000,4.1440,38.2807,-1.9688,0.0000,40.2495,0.0000,40.2495,3.1768,,,37.0814,,,,,,,9715.1947,9.7152,9.7152 -870.2000,0.4000,,,,,,6,1712.8800,344.0796,839.9501,-101.4317,61.7184,150.6638,-18.1940,-0.4963,58.0877,0.0000,0.0000,4.1270,58.0877,-2.2906,0.0000,60.3784,0.0000,60.3784,3.6265,,,56.6697,,,,,,,13163.7563,13.1638,13.1638 -870.6000,0.4000,,,,,,6,1708.0800,300.4848,840.3962,-101.2673,53.7476,150.3214,-18.1137,-0.4630,50.0966,0.0000,0.0000,4.1141,50.0966,-2.1555,0.0000,52.2521,0.0000,52.2521,3.4311,,,48.7547,,,,,,,11716.8065,11.7168,11.7168 -871.0000,0.4000,,,,,,6,1705.6000,354.9683,841.4858,-101.1824,63.4009,150.2978,-18.0722,-0.0319,59.3196,0.0000,0.0000,4.1132,59.3196,-2.3017,0.0000,61.6213,0.0000,61.6213,3.6367,,,57.9791,,,,,,,13470.6330,13.4706,13.4706 -871.4000,0.4000,,,,,,6,1706.4000,461.2427,841.8846,-101.2098,82.4212,150.4395,-18.0856,0.1914,78.1131,0.0000,0.0000,4.1167,78.1131,-2.6066,0.0000,80.7197,0.0000,80.7197,4.0702,,,76.6926,,,,,,,16918.6470,16.9186,16.9186 -871.8000,0.4000,,,,,,6,1708.4000,504.0785,841.7569,-101.2783,90.1813,150.5930,-18.1190,0.2076,85.8512,0.0000,0.0000,4.1224,85.8512,-2.7342,0.0000,88.5854,0.0000,88.5854,4.2529,,,84.3839,,,,,,,18338.6221,18.3386,18.3386 -872.2000,0.4000,,,,,,6,1711.2000,524.9881,841.8282,-101.3741,94.0760,150.8526,-18.1659,0.3519,89.5916,0.0000,0.0000,4.1325,89.5916,-2.7981,0.0000,92.3898,0.0000,92.3898,4.3458,,,88.1346,,,,,,,19021.9881,19.0220,19.0220 -872.6000,0.4000,,,,,,6,1713.9200,558.3353,841.2806,-101.4673,100.2107,150.9941,-18.2115,0.1923,95.8807,0.0000,0.0000,4.1378,95.8807,-2.9032,0.0000,98.7839,0.0000,98.7839,4.4969,,,94.3397,,,,,,,20198.6773,20.1987,20.1987 -873.0000,0.4000,,,,,,6,1717.6000,497.9005,841.7052,-101.5933,89.5557,151.3947,-18.2732,0.5459,84.8566,0.0000,0.0000,4.1532,84.8566,-2.7294,0.0000,87.5860,0.0000,87.5860,4.2530,,,83.4650,,,,,,,18240.1789,18.2402,18.2402 -873.4000,0.4000,,,,,,6,1721.1200,440.6660,840.6370,-101.7138,79.4235,151.5124,-18.3324,0.1609,75.1039,0.0000,0.0000,4.1588,75.1039,-2.5759,0.0000,77.6798,0.0000,77.6798,4.0378,,,73.6762,,,,,,,16397.6195,16.3976,16.3976 -873.8000,0.4000,,,,,,6,1721.2800,375.9527,840.0363,-101.7193,67.7662,151.4182,-18.3351,-0.1287,63.7398,0.0000,0.0000,4.1551,63.7398,-2.3923,0.0000,66.1322,0.0000,66.1322,3.7772,,,62.3317,,,,,,,14255.9203,14.2559,14.2559 -874.2000,0.4000,,,,,,6,1718.4000,124.5874,839.6113,-101.6207,22.4196,151.0884,-18.2867,-0.4498,18.7270,0.0000,0.0000,4.1423,18.7270,-1.6498,0.0000,20.3768,0.0000,20.3768,2.7362,,,17.6176,,,,,,,6314.0153,6.3140,6.3140 -874.6000,0.4000,,,,,,6,1709.9201,-101.3303,838.6340,-101.3303,-18.1444,150.1678,-18.1444,-1.2467,-21.0073,0.0000,0.0000,4.1096,-21.0073,-1.5732,0.0000,-19.4341,0.0000,-19.4341,3.2087,,,-49.8044,,,,,,,0.0000,0.0000,0.0000 -875.0000,0.4000,,,,,,6,1703.8401,-19.4560,841.7590,-101.1221,-3.4715,150.1915,-18.0428,0.0318,-7.6138,0.0000,0.0000,4.1105,-7.6138,-1.3587,0.0000,-6.2551,0.0000,-6.2551,3.0353,,,-9.2913,,,,,,,2244.4052,2.2444,2.2444 -875.4000,0.4000,,,,,,6,1704.7200,0.3312,841.9202,-101.1522,0.0591,150.2978,-18.0575,0.1434,-4.1962,0.0000,0.0000,4.1120,-4.1962,-1.3067,0.0000,-2.8896,0.0000,-2.8896,2.9974,,,-5.8895,,,,,,,2743.4553,2.7435,2.7435 -875.8000,0.4000,,,,,,6,1706.4000,182.1862,841.8846,-101.2098,32.5555,150.4395,-18.0856,0.1914,28.2468,0.0000,0.0000,4.1173,28.2468,-1.7926,0.0000,30.0395,0.0000,30.0395,2.9250,,,27.1297,,,,,,,7957.9343,7.9579,7.9579 -876.2000,0.4000,,,,,,6,1709.1200,355.2428,841.9958,-101.3029,63.5809,150.6992,-18.1311,0.3515,59.1023,0.0000,0.0000,4.1271,59.1023,-2.3025,0.0000,61.4048,0.0000,61.4048,3.6405,,,57.8238,,,,,,,13511.9728,13.5120,13.5120 -876.6000,0.4000,,,,,,6,1715.9200,283.3189,842.7914,-101.5357,50.9098,151.4418,-18.2450,1.0105,45.7441,0.0000,0.0000,4.1552,45.7441,-2.0934,0.0000,47.8375,0.0000,47.8375,3.3506,,,44.6175,,,,,,,11196.3529,11.1964,11.1964 -877.0000,0.4000,,,,,,6,1713.5200,9.1661,837.8598,-101.4536,1.6448,150.3451,-18.2048,-1.4896,-0.9791,0.0000,0.0000,4.1135,-0.9791,-1.3182,0.0000,0.3390,0.0000,0.3390,2.2713,,,-1.9239,,,,,,,2994.9709,2.9950,2.9950 -877.4000,0.4000,,,,,,6,1707.8400,8.1723,842.0989,-101.2591,1.4616,150.6048,-18.1096,0.3512,-3.0140,0.0000,0.0000,4.1244,-3.0140,-1.2919,0.0000,-1.7221,0.0000,-1.7221,2.9916,,,-4.7186,,,,,,,2953.8243,2.9538,2.9538 -877.8000,0.4000,,,,,,6,1704.0801,9.4941,839.3874,-101.1303,1.6942,149.7894,-18.0468,-1.0991,-1.3014,0.0000,0.0000,4.0947,-1.3014,-1.3014,0.0000,0.0000,0.0000,0.0000,2.5439,,,-2.5357,,,,,,,2977.5391,2.9775,2.9775 -878.2000,0.4000,,,,,,6,1700.0801,172.6290,842.6247,-100.9934,30.7335,150.0141,-17.9800,0.3019,26.3284,0.0000,0.0000,4.1032,26.3284,-1.7533,0.0000,28.0817,0.0000,28.0817,2.8653,,,25.2389,,,,,,,7623.8750,7.6239,7.6239 -878.6000,0.4000,,,,,,6,1704.8800,130.7024,842.9659,-101.1577,23.3349,150.4986,-18.0602,0.6534,18.5601,0.0000,0.0000,4.1214,18.5601,-1.6307,0.0000,20.1908,0.0000,20.1908,2.6987,,,17.5257,,,,,,,6444.1093,6.4441,6.4441 -879.0000,0.4000,,,,,,6,1706.0800,13.4014,840.6538,-101.1988,2.3943,150.1915,-18.0802,-0.4146,-1.3038,0.0000,0.0000,4.1127,-1.3038,-1.3038,0.0000,0.0000,0.0000,0.0000,2.4241,,,-2.4212,,,,,,,3083.5858,3.0836,3.0836 -879.4000,0.4000,,,,,,6,1704.0000,15.7552,841.6800,-101.1276,2.8114,150.1915,-18.0455,0.0000,-1.3013,0.0000,0.0000,4.1127,-1.3013,-1.3013,0.0000,0.0000,0.0000,0.0000,2.5234,,,-2.5234,,,,,,,3138.4681,3.1385,3.1385 -879.8000,0.4000,,,,,,6,1705.3600,22.7506,842.1335,-101.1742,4.0629,150.3923,-18.0682,0.2710,-0.3261,0.0000,0.0000,4.1180,-0.3261,-1.3191,0.0000,0.9930,0.0000,0.9930,2.2661,,,-1.2741,,,,,,,3322.2423,3.3222,3.3222 -880.2000,0.4000,,,,,,6,1710.2400,84.1197,842.6299,-101.3413,15.0655,150.9116,-18.1498,0.7034,10.2245,0.0000,0.0000,4.1376,10.2245,-1.4994,0.0000,11.7239,0.0000,11.7239,2.5205,,,9.2223,,,,,,,5082.8710,5.0829,5.0829 -880.6000,0.4000,,,,,,6,1716.0000,67.5531,841.6380,-101.5385,12.1392,151.2416,-18.2464,0.4491,7.5400,0.0000,0.0000,4.1501,7.5400,-1.4620,0.0000,9.0019,0.0000,9.0019,2.4732,,,6.5373,,,,,,,4643.2570,4.6433,4.6433 -881.0000,0.4000,,,,,,6,1716.7200,-6.0607,840.0396,-101.5631,-1.0896,151.0177,-18.2585,-0.3049,-4.9208,0.0000,0.0000,4.1362,-4.9208,-1.3315,0.0000,-3.5893,0.0000,-3.5893,3.0371,,,-6.6205,,,,,,,2615.7943,2.6158,2.6158 -881.4000,0.4000,,,,,,6,1718.3200,-17.6260,841.8105,-101.6179,-3.1717,151.4771,-18.2853,0.6264,-7.9520,0.0000,0.0000,4.1539,-7.9520,-1.3803,0.0000,-6.5716,0.0000,-6.5716,3.0769,,,-9.6661,,,,,,,2330.0087,2.3300,2.3300 -881.8000,0.4000,,,,,,6,1721.8400,-101.7385,840.4160,-101.7385,-18.3445,151.5360,-18.3445,0.0805,-22.5812,0.0000,0.0000,4.1562,-22.5812,-1.6112,0.0000,-20.9700,0.0000,-20.9700,3.2582,,,-31.1483,,,,,,,0.0000,0.0000,0.0000 -882.2000,0.4000,,,,,,6,1713.7600,-101.4618,837.4133,-101.4618,-18.2088,150.2860,-18.2088,-1.6981,-20.6153,0.0000,0.0000,4.1045,-20.6153,-1.5715,0.0000,-19.0438,0.0000,-19.0438,3.2140,,,-87.6964,,,,,,,0.0000,0.0000,0.0000 -882.6000,0.4000,,,,,,6,1700.6400,-101.0125,840.0218,-101.0125,-17.9894,149.6000,-17.9894,-0.9220,-21.1460,0.0000,0.0000,4.0786,-21.1460,-1.5648,0.0000,-19.5812,0.0000,-19.5812,3.1863,,,-79.4570,,,,,,,0.0000,0.0000,0.0000 -883.0000,0.4000,,,,,,6,1689.1200,-100.6181,839.9854,-100.6181,-17.7978,148.5802,-17.7978,-1.3579,-20.4786,0.0000,0.0000,4.0387,-20.4786,-1.5415,0.0000,-18.9371,0.0000,-18.9371,3.1487,,,-77.3252,,,,,,,0.0000,0.0000,0.0000 -883.4000,0.4000,,,,,,6,1682.8000,-100.4017,843.6118,-100.4017,-17.6930,148.6633,-17.6930,0.1101,-21.8449,0.0000,0.0000,4.0418,-21.8449,-1.5556,0.0000,-20.2893,0.0000,-20.2893,3.1485,,,-30.6850,,,,,,,0.0000,0.0000,0.0000 -883.8000,0.4000,,,,,,6,1686.8800,-100.5414,844.5266,-100.5414,-17.7606,149.1853,-17.7606,0.6938,-22.5157,0.0000,0.0000,4.0613,-22.5157,-1.5706,0.0000,-20.9451,0.0000,-20.9451,3.1669,,,-26.6332,,,,,,,0.0000,0.0000,0.0000 -884.2000,0.4000,,,,,,6,1690.1600,-100.6537,842.6867,-100.6537,-17.8150,149.1498,-17.8150,-0.0474,-21.8315,0.0000,0.0000,4.0639,-21.8315,-1.5637,0.0000,-20.2678,0.0000,-20.2678,3.1673,,,-26.6584,,,,,,,0.0000,0.0000,0.0000 -884.6000,0.4000,,,,,,6,1688.4800,419.6433,842.3178,-100.5962,74.2002,148.9363,-17.7871,-0.2841,70.4284,0.0000,0.0000,4.0559,70.4284,-2.4606,0.0000,72.8890,0.0000,72.8890,3.8495,,,68.9806,,,,,,,15363.2341,15.3632,15.3632 -885.0000,0.4000,,,,,,6,1692.8001,151.4236,844.9806,-100.7441,26.8428,149.7894,-17.8589,1.1393,21.6133,0.0000,0.0000,4.0902,21.6133,-1.6666,0.0000,23.2799,0.0000,23.2799,2.7390,,,20.6108,,,,,,,6969.9683,6.9700,6.9700 -885.4000,0.4000,,,,,,6,1690.5601,-7.0204,839.4041,-100.6674,-1.2429,148.6039,-17.8217,-1.5803,-3.7098,0.0000,0.0000,4.0472,-3.7098,-1.2831,0.0000,-2.4267,0.0000,-2.4267,2.9551,,,-5.3563,,,,,,,2520.0108,2.5200,2.5200 -885.8000,0.4000,,,,,,6,1684.3201,-13.5190,843.9946,-100.4537,-2.3845,148.8651,-17.7182,0.3464,-6.7878,0.0000,0.0000,4.0570,-6.7878,-1.3239,0.0000,-5.4640,0.0000,-5.4640,2.9753,,,-8.4481,,,,,,,2339.8602,2.3399,2.3399 -886.2000,0.4000,,,,,,6,1686.2400,109.8189,843.1680,-100.5195,19.3921,148.8888,-17.7500,0.0315,15.3034,0.0000,0.0000,4.0572,15.3034,-1.5544,0.0000,16.8578,0.0000,16.8578,2.5779,,,14.2812,,,,,,,5698.0297,5.6980,5.6980 -886.6000,0.4000,,,,,,6,1687.7600,291.7566,843.5496,-100.5715,51.5656,149.0905,-17.7752,0.2682,47.2326,0.0000,0.0000,4.0648,47.2326,-2.0840,0.0000,49.3166,0.0000,49.3166,3.3151,,,46.0386,,,,,,,11251.9395,11.2519,11.2519 -887.0000,0.4000,,,,,,6,1692.4001,286.6914,843.9781,-100.7304,50.8097,149.5763,-17.8522,0.6486,46.0781,0.0000,0.0000,4.0830,46.0781,-2.0705,0.0000,48.1485,0.0000,48.1485,3.3000,,,44.9355,,,,,,,11117.5358,11.1175,11.1175 -887.4000,0.4000,,,,,,6,1698.0000,257.6360,843.1248,-100.9221,45.8113,149.9195,-17.9454,0.4603,41.2584,0.0000,0.0000,4.0926,41.2584,-1.9976,0.0000,43.2560,0.0000,43.2560,3.2031,,,40.1076,,,,,,,10268.1297,10.2681,10.2681 -887.8000,0.4000,,,,,,6,1698.8000,311.1236,841.4641,-100.9495,55.3482,149.6947,-17.9587,-0.3017,51.5658,0.0000,0.0000,4.0842,51.5658,-2.1680,0.0000,53.7338,0.0000,53.7338,3.4418,,,50.2470,,,,,,,11977.2232,11.9772,11.9772 -888.2000,0.4000,,,,,,6,1700.7200,302.3673,843.3696,-101.0153,53.8513,150.2033,-17.9907,0.6836,49.0666,0.0000,0.0000,4.1011,49.0666,-2.1299,0.0000,51.1965,0.0000,51.1965,3.3892,,,47.9040,,,,,,,11720.3330,11.7203,11.7203 -888.6000,0.4000,,,,,,6,1703.2800,353.4302,841.3731,-101.1029,63.0403,150.0732,-18.0334,-0.1751,59.1192,0.0000,0.0000,4.0963,59.1192,-2.2956,0.0000,61.4148,0.0000,61.4148,3.6264,,,57.7586,,,,,,,13396.2266,13.3962,13.3962 -889.0000,0.4000,,,,,,6,1700.6400,101.6650,841.2181,-101.0125,18.1056,149.8130,-17.9894,-0.3497,14.3688,0.0000,0.0000,4.0865,14.3688,-1.5563,0.0000,15.9251,0.0000,15.9251,2.5919,,,13.3194,,,,,,,5494.9993,5.4950,5.4950 -889.4000,0.4000,,,,,,6,1696.6400,88.5526,841.3358,-100.8756,15.7333,149.4816,-17.9227,-0.4441,12.1042,0.0000,0.0000,4.0732,12.1042,-1.5140,0.0000,13.6182,0.0000,13.6182,2.5300,,,11.0736,,,,,,,5138.9940,5.1390,5.1390 -889.8000,0.4000,,,,,,6,1692.2400,97.1229,841.7178,-100.7249,17.2112,149.1616,-17.8496,-0.4271,13.5772,0.0000,0.0000,4.0612,13.5772,-1.5331,0.0000,15.1103,0.0000,15.1103,2.5530,,,12.5412,,,,,,,5340.8221,5.3408,5.3408 -890.2000,0.4000,,,,,,6,1687.9200,189.8350,842.0603,-100.5770,33.5550,148.8414,-17.7778,-0.4260,29.9306,0.0000,0.0000,4.0503,29.9306,-1.7982,0.0000,31.7289,0.0000,31.7289,2.9181,,,28.7739,,,,,,,8093.6175,8.0936,8.0936 -890.6000,0.4000,,,,,,6,1687.4400,230.2298,843.7096,-100.5606,40.6835,149.0905,-17.7699,0.3312,36.2928,0.0000,0.0000,4.0595,36.2928,-1.9028,0.0000,38.1956,0.0000,38.1956,3.0630,,,35.1675,,,,,,,9312.1690,9.3122,9.3122 -891.0000,0.4000,,,,,,6,1687.4400,277.0895,842.2998,-100.5606,48.9640,148.8414,-17.7699,-0.3312,45.2449,0.0000,0.0000,4.0503,45.2449,-2.0508,0.0000,47.2957,0.0000,47.2957,3.2687,,,43.9832,,,,,,,10771.4110,10.7714,10.7714 -891.4000,0.4000,,,,,,6,1687.2800,321.3285,843.6553,-100.5551,56.7760,149.0668,-17.7672,0.2997,52.4140,0.0000,0.0000,4.0624,52.4140,-2.1678,0.0000,54.5818,0.0000,54.5818,3.4329,,,51.1949,,,,,,,12191.4511,12.1915,12.1915 -891.8000,0.4000,,,,,,6,1688.8000,307.8105,842.8960,-100.6071,54.4365,149.0668,-17.7924,0.0000,50.3740,0.0000,0.0000,4.0625,50.3740,-2.1366,0.0000,52.5106,0.0000,52.5106,3.3898,,,49.1208,,,,,,,11794.4810,11.7945,11.7945 -892.2000,0.4000,,,,,,6,1687.6801,323.0939,842.5157,-100.5688,57.1015,148.9007,-17.7739,-0.2208,53.2660,0.0000,0.0000,4.0563,53.2660,-2.1821,0.0000,55.4481,0.0000,55.4481,3.4535,,,51.9601,,,,,,,12248.2220,12.2482,12.2482 -892.6000,0.4000,,,,,,6,1686.9601,346.1731,843.2111,-100.5441,61.1543,148.9600,-17.7619,0.0788,57.0182,0.0000,0.0000,4.0573,57.0182,-2.2419,0.0000,59.2600,0.0000,59.2600,3.5379,,,55.7354,,,,,,,12995.3068,12.9953,12.9953 -893.0000,0.4000,,,,,,6,1686.2400,372.4058,842.6304,-100.5195,65.7604,148.7939,-17.7500,-0.2207,61.9300,0.0000,0.0000,4.0510,61.9300,-2.3204,0.0000,64.2505,0.0000,64.2505,3.6489,,,60.5613,,,,,,,13819.6423,13.8196,13.8196 -893.4000,0.4000,,,,,,6,1684.8000,360.9929,843.0814,-100.4702,63.6907,148.7464,-17.7261,-0.0630,59.7081,0.0000,0.0000,4.0455,59.7081,-2.2828,0.0000,61.9909,0.0000,61.9909,3.5943,,,58.3855,,,,,,,13460.5642,13.4606,13.4606 -893.8000,0.4000,,,,,,6,1684.8800,399.8311,843.3778,-100.4729,70.5463,148.8058,-17.7275,0.0787,66.4198,0.0000,0.0000,4.0477,66.4198,-2.3914,0.0000,68.8112,0.0000,68.8112,3.7487,,,65.0780,,,,,,,14701.5802,14.7016,14.7016 -894.2000,0.4000,,,,,,6,1683.5200,409.6420,842.5774,-100.4263,72.2190,148.5445,-17.7049,-0.3462,68.5272,0.0000,0.0000,4.0380,68.5272,-2.4239,0.0000,70.9511,0.0000,70.9511,3.7937,,,67.0872,,,,,,,15009.1126,15.0091,15.0091 -894.6000,0.4000,,,,,,6,1680.8800,420.2965,843.1583,-100.3359,73.9811,148.4139,-17.6613,-0.1728,70.1224,0.0000,0.0000,4.0316,70.1224,-2.4465,0.0000,72.5689,0.0000,72.5689,3.8239,,,68.7090,,,,,,,15304.6279,15.3046,15.3046 -895.0000,0.4000,,,,,,6,1679.3600,498.9733,843.3809,-100.2839,87.7505,148.3188,-17.6361,-0.1256,83.8481,0.0000,0.0000,4.0280,83.8481,-2.6666,0.0000,86.5147,0.0000,86.5147,4.1354,,,82.3480,,,,,,,17803.2364,17.8032,17.8032 -895.4000,0.4000,,,,,,6,1679.5200,609.3993,843.9762,-100.2894,107.1805,148.4376,-17.6388,0.1570,102.9908,0.0000,0.0000,4.0327,102.9908,-2.9776,0.0000,105.9684,0.0000,105.9684,4.5754,,,101.4413,,,,,,,21423.3382,21.4233,21.4233 -895.8000,0.4000,,,,,,6,1680.4000,646.8443,843.6018,-100.3195,113.8259,148.4495,-17.6533,0.0157,109.7770,0.0000,0.0000,4.0332,109.7770,-3.0908,0.0000,112.8678,0.0000,112.8678,4.7334,,,108.1396,,,,,,,22689.9332,22.6899,22.6899 -896.2000,0.4000,,,,,,6,1680.7200,639.4800,843.6437,-100.3305,112.5514,148.4852,-17.6586,0.0471,108.4698,0.0000,0.0000,4.0345,108.4698,-3.0696,0.0000,111.5394,0.0000,111.5394,4.7042,,,106.8505,,,,,,,22461.6065,22.4616,22.4616 -896.6000,0.4000,,,,,,6,1680.0800,622.6531,843.2221,-100.3086,109.5481,148.3544,-17.6480,-0.1728,105.6871,0.0000,0.0000,4.0337,105.6871,-3.0228,0.0000,108.7099,0.0000,108.7099,4.6387,,,104.0167,,,,,,,21897.0323,21.8970,21.8970 -897.0000,0.4000,,,,,,6,1678.0800,631.5900,843.2800,-100.2401,110.9881,148.1880,-17.6150,-0.2196,107.1802,0.0000,0.0000,4.0275,107.1802,-3.0452,0.0000,110.2254,0.0000,110.2254,4.6681,,,105.4868,,,,,,,22171.4279,22.1714,22.1714 -897.4000,0.4000,,,,,,6,1676.4000,746.7600,843.6509,-100.1825,131.0954,148.1048,-17.5873,-0.1097,127.1806,0.0000,0.0000,4.0244,127.1806,-3.3738,0.0000,130.5544,0.0000,130.5544,5.1234,,,125.3891,,,,,,,25878.4710,25.8785,25.8785 -897.8000,0.4000,,,,,,6,1676.4000,789.9555,844.1251,-100.1825,138.6784,148.1880,-17.5873,0.1097,134.5386,0.0000,0.0000,4.0301,134.5386,-3.4954,0.0000,138.0339,0.0000,138.0339,5.2924,,,132.7859,,,,,,,27373.0972,27.3731,27.3731 -898.2000,0.4000,,,,,,6,1677.6000,759.2333,844.0627,-100.2236,133.3805,148.2831,-17.6071,0.1255,129.2213,0.0000,0.0000,4.0337,129.2213,-3.4089,0.0000,132.6302,0.0000,132.6302,5.1732,,,127.5056,,,,,,,26337.1193,26.3371,26.3371 -898.6000,0.4000,,,,,,6,1674.4001,773.2690,842.4188,-100.1141,135.5871,147.7120,-17.5543,-0.7513,132.3261,0.0000,0.0000,4.0123,132.3261,-3.4564,0.0000,135.7826,0.0000,135.7826,5.2367,,,130.2464,,,,,,,26782.6684,26.7827,26.7827 -899.0000,0.4000,,,,,,6,1669.8401,833.8394,844.1063,-99.9579,145.8095,147.6048,-17.4792,-0.1405,141.9418,0.0000,0.0000,4.0083,141.9418,-3.6100,0.0000,145.5518,0.0000,145.5518,5.4465,,,140.0448,,,,,,,28692.5613,28.6926,28.6926 -899.4000,0.4000,,,,,,6,1668.5600,844.2765,844.2765,-99.9141,147.5215,147.5215,-17.4581,-0.1092,143.6259,0.0000,0.0000,4.0052,144.1307,-3.6378,0.0000,147.7685,0.0000,147.7685,5.4796,,,142.7391,,,,,,,29039.2860,29.0393,29.0393 -899.8000,0.4000,,,,,,6,1666.1600,843.9214,843.9214,-99.8319,147.2473,147.2473,-17.4187,-0.3582,143.6125,0.0000,0.0000,3.9931,143.1434,-3.6182,0.0000,146.7617,0.0000,146.7617,5.4502,,,141.6827,,,,,,,28981.8917,28.9819,28.9819 -900.2000,0.4000,,,,,,6,1663.7600,844.6596,844.6596,-99.7497,147.1638,147.1638,-17.3793,-0.1089,143.2832,0.0000,0.0000,3.9900,143.8146,-3.6257,0.0000,147.4403,0.0000,147.4403,5.4582,,,142.5236,,,,,,,28960.9786,28.9610,28.9610 -900.6000,0.4000,,,,,,6,1663.2800,844.9718,844.9718,-99.7333,147.1757,147.1757,-17.3714,0.0155,143.1703,0.0000,0.0000,3.9899,143.7526,-3.6092,0.0000,147.3618,0.0000,147.3618,5.4248,,,143.6414,,,,,,,28962.2873,28.9623,28.9623 -901.0000,0.4000,,,,,,6,1662.2400,827.2963,844.5410,-99.6977,144.0069,147.0087,-17.3543,-0.2175,140.2422,0.0000,0.0000,3.9822,139.1321,-3.5392,0.0000,142.6713,0.0000,142.6713,5.3318,,,138.3421,,,,,,,28313.9071,28.3139,28.3139 -901.4000,0.4000,,,,,,6,1660.0800,844.7473,844.7473,-99.6237,146.8535,146.8535,-17.3189,-0.2017,143.0788,0.0000,0.0000,3.9765,143.7732,-3.6195,0.0000,147.3927,0.0000,147.3927,5.4457,,,142.5424,,,,,,,28894.0696,28.8941,28.8941 -901.8000,0.4000,,,,,,6,1661.3601,833.5887,846.0855,-99.6676,145.0254,147.1996,-17.3399,0.4504,140.5865,0.0000,0.0000,3.9885,139.9121,-3.5571,0.0000,143.4692,0.0000,143.4692,5.3601,,,138.9687,,,,,,,28526.6708,28.5267,28.5267 -902.2000,0.4000,,,,,,6,1662.8801,822.3133,844.6270,-99.7196,143.1947,147.0803,-17.3648,-0.1554,139.3660,0.0000,0.0000,3.9841,139.3660,-3.5592,0.0000,142.9252,0.0000,142.9252,5.3705,,,137.4886,,,,,,,28153.6329,28.1536,28.1536 -902.6000,0.4000,,,,,,6,1665.2000,816.4270,846.1167,-99.7990,142.3680,147.5453,-17.4029,0.6070,137.7595,0.0000,0.0000,4.0014,137.7595,-3.5354,0.0000,141.2949,0.0000,141.2949,5.3392,,,136.2105,,,,,,,28009.1870,28.0092,28.0092 -903.0000,0.4000,,,,,,6,1669.5200,844.9493,844.9493,-99.9470,147.7239,147.7239,-17.4739,0.2341,143.4810,0.0000,0.0000,4.0089,143.5574,-3.6353,0.0000,147.1927,0.0000,147.1927,5.4807,,,141.8895,,,,,,,29079.9482,29.0799,29.0799 -903.4000,0.4000,,,,,,6,1674.2400,822.6561,845.5532,-100.1086,144.2330,148.2475,-17.5516,0.6886,139.5159,0.0000,0.0000,4.0285,139.4418,-3.5728,0.0000,143.0146,0.0000,143.0146,5.3976,,,137.9796,,,,,,,28369.5058,28.3695,28.3695 -903.8000,0.4000,,,,,,6,1682.6400,845.4433,845.4433,-100.3962,148.9719,148.9719,-17.6904,0.9594,143.9553,0.0000,0.0000,4.0572,144.0868,-3.6587,0.0000,147.7456,0.0000,147.7456,5.5232,,,142.7657,,,,,,,29345.4008,29.3454,29.3454 -904.2000,0.4000,,,,,,6,1690.0800,810.6002,843.8651,-100.6510,143.4639,149.3513,-17.8137,0.5055,138.8863,0.0000,0.0000,4.0720,138.7595,-3.5795,0.0000,142.3390,0.0000,142.3390,5.4191,,,137.2526,,,,,,,28273.7757,28.2738,28.2738 -904.6000,0.4000,,,,,,6,1694.5600,837.4547,843.2359,-100.8044,148.6096,149.6355,-17.8881,0.3802,144.1467,0.0000,0.0000,4.0827,144.1467,-3.6757,0.0000,147.8225,0.0000,147.8225,5.5577,,,142.4260,,,,,,,29281.1627,29.2812,29.2812 -905.0000,0.4000,,,,,,6,1700.6400,843.6747,843.6747,-101.0125,150.2505,150.2505,-17.9894,0.8266,145.3184,0.0000,0.0000,4.1058,145.7028,-3.7033,0.0000,149.4061,0.0000,149.4061,5.5973,,,144.5427,,,,,,,29620.0248,29.6200,29.6200 -905.4000,0.4000,,,,,,6,1706.3200,771.1109,842.1223,-101.2070,137.7863,150.4750,-18.0842,0.3030,133.3661,0.0000,0.0000,4.1171,133.0147,-3.5004,0.0000,136.5151,0.0000,136.5151,5.3199,,,131.6590,,,,,,,27249.1784,27.2492,27.2492 -905.8000,0.4000,,,,,,6,1709.9200,709.0534,842.0631,-101.3303,126.9648,150.7818,-18.1444,0.4156,122.4206,0.0000,0.0000,4.1287,122.4206,-3.3350,0.0000,125.7555,0.0000,125.7555,5.0966,,,120.8057,,,,,,,25203.6675,25.2037,25.2037 -906.2000,0.4000,,,,,,6,1712.0000,468.5598,841.0400,-101.4015,84.0035,150.7818,-18.1793,0.0000,79.8727,0.0000,0.0000,4.1308,79.8727,-2.6419,0.0000,82.5146,0.0000,82.5146,4.1246,,,78.3900,,,,,,,17203.8716,17.2039,17.2039 -906.6000,0.4000,,,,,,6,1712.0000,295.7131,841.0400,-101.4015,53.0155,150.7818,-18.1793,0.0000,48.8847,0.0000,0.0000,4.1308,48.8847,-2.1405,0.0000,51.0252,0.0000,51.0252,3.4130,,,47.6122,,,,,,,11586.4724,11.5865,11.5865 -907.0000,0.4000,,,,,,6,1712.0000,290.9938,841.0400,-101.4015,52.1694,150.7818,-18.1793,0.0000,48.0425,0.0000,0.0000,4.1269,48.0425,-2.1266,0.0000,50.1691,0.0000,50.1691,3.3936,,,46.7755,,,,,,,11425.6318,11.4256,11.4256 -907.4000,0.4000,,,,,,6,1712.2400,341.2876,841.1195,-101.4097,61.1947,150.8172,-18.1833,0.0480,57.0189,0.0000,0.0000,4.1277,57.0189,-2.2726,0.0000,59.2915,0.0000,59.2915,3.6004,,,55.6990,,,,,,,13061.8180,13.0618,13.0618 -907.8000,0.4000,,,,,,6,1712.4800,438.9326,841.0016,-101.4180,78.7140,150.8172,-18.1873,0.0000,74.5862,0.0000,0.0000,4.1277,74.5862,-2.5570,0.0000,77.1432,0.0000,77.1432,4.0044,,,73.1389,,,,,,,16239.9310,16.2399,16.2399 -908.2000,0.4000,,,,,,6,1712.4800,506.3677,841.0016,-101.4180,90.8072,150.8172,-18.1873,0.0000,86.6829,0.0000,0.0000,4.1242,86.6829,-2.7526,0.0000,89.4356,0.0000,89.4356,4.2821,,,85.1534,,,,,,,18467.8990,18.4679,18.4679 -908.6000,0.4000,,,,,,6,1712.4800,334.4588,841.0016,-101.4180,59.9787,150.8172,-18.1873,0.0000,55.8552,0.0000,0.0000,4.1235,55.8552,-2.2540,0.0000,58.1092,0.0000,58.1092,3.5742,,,54.5350,,,,,,,12829.2347,12.8292,12.8292 -909.0000,0.4000,,,,,,6,1712.0000,155.5033,840.8426,-101.4015,27.8787,150.7464,-18.1793,-0.0960,23.8552,0.0000,0.0000,4.1194,23.8552,-1.7268,0.0000,25.5820,0.0000,25.5820,2.8380,,,22.7376,,,,,,,7189.2343,7.1892,7.1892 -909.4000,0.4000,,,,,,6,1711.5200,133.4405,841.0784,-101.3851,23.9165,150.7464,-18.1712,0.0000,19.7987,0.0000,0.0000,4.1178,19.7987,-1.6592,0.0000,21.4579,0.0000,21.4579,2.7436,,,18.7143,,,,,,,6557.0084,6.5570,6.5570 -909.8000,0.4000,,,,,,6,1711.5200,155.2240,841.0784,-101.3851,27.8208,150.7464,-18.1712,0.0000,23.7029,0.0000,0.0000,4.1179,23.7029,-1.7237,0.0000,25.4266,0.0000,25.4266,2.8333,,,22.5932,,,,,,,7178.5912,7.1786,7.1786 -910.2000,0.4000,,,,,,6,1711.5200,104.9761,841.0784,-101.3851,18.8149,150.7464,-18.1712,0.0000,14.6933,0.0000,0.0000,4.1216,14.6933,-1.5748,0.0000,16.2681,0.0000,16.2681,2.6264,,,13.6417,,,,,,,5648.7474,5.6487,5.6487 -910.6000,0.4000,,,,,,6,1711.5200,95.5711,841.0784,-101.3851,17.1292,150.7464,-18.1712,0.0000,13.0076,0.0000,0.0000,4.1216,13.0076,-1.5469,0.0000,14.5546,0.0000,14.5546,2.5876,,,11.9669,,,,,,,5383.0631,5.3831,5.3831 -911.0000,0.4000,,,,,,6,1712.0000,116.7688,841.2374,-101.4015,20.9343,150.8172,-18.1793,0.0960,16.7141,0.0000,0.0000,4.1242,16.7141,-1.6088,0.0000,18.3229,0.0000,18.3229,2.6740,,,15.6533,,,,,,,6033.1986,6.0332,6.0332 -911.4000,0.4000,,,,,,6,1712.4800,83.7232,841.0016,-101.4180,15.0141,150.8172,-18.1873,0.0000,10.8800,0.0000,0.0000,4.1341,10.8800,-1.5129,0.0000,12.3929,0.0000,12.3929,2.5412,,,9.8517,,,,,,,5082.2125,5.0822,5.0822 -911.8000,0.4000,,,,,,6,1712.4800,85.9408,841.0016,-101.4180,15.4118,150.8172,-18.1873,0.0000,11.2777,0.0000,0.0000,4.1341,11.2777,-1.5195,0.0000,12.7972,0.0000,12.7972,2.5503,,,10.2469,,,,,,,5139.2884,5.1393,5.1393 -912.2000,0.4000,,,,,,6,1712.4800,41.2644,841.0016,-101.4180,7.4000,150.8172,-18.1873,0.0000,3.2658,0.0000,0.0000,4.1341,3.2658,-1.3871,0.0000,4.6529,0.0000,4.6529,2.3662,,,2.2866,,,,,,,3875.4198,3.8754,3.8754 -912.6000,0.4000,,,,,,6,1713.4400,34.2543,841.3191,-101.4508,6.1463,150.9587,-18.2034,0.1922,1.8109,0.0000,0.0000,4.1432,1.8109,-1.3642,0.0000,3.1750,0.0000,3.1750,2.3352,,,0.8403,,,,,,,3677.3122,3.6773,3.6773 -913.0000,0.4000,,,,,,6,1714.4000,34.4695,840.8480,-101.4837,6.1884,150.9587,-18.2195,0.0000,2.0451,0.0000,0.0000,4.1432,2.0451,-1.3692,0.0000,3.4143,0.0000,3.4143,2.3430,,,1.0714,,,,,,,3686.8583,3.6869,3.6869 -913.4000,0.4000,,,,,,6,1714.4000,39.2704,840.8480,-101.4837,7.0503,150.9587,-18.2195,0.0000,2.9075,0.0000,0.0000,4.1427,2.9075,-1.3835,0.0000,4.2910,0.0000,4.2910,2.3628,,,1.9282,,,,,,,3824.8348,3.8248,3.8248 -913.8000,0.4000,,,,,,6,1714.4000,-101.4837,840.8480,-101.4837,-18.2195,150.9587,-18.2195,0.0000,-22.3615,0.0000,0.0000,4.1420,-22.3615,-1.5993,0.0000,-20.7622,0.0000,-20.7622,3.2362,,,-27.1094,,,,,,,0.0000,0.0000,0.0000 -914.2000,0.4000,,,,,,6,1714.2400,-79.5928,840.7951,-101.4782,-14.2881,150.9352,-18.2168,-0.0320,-18.3971,0.0000,0.0000,4.1411,-18.3971,-1.5376,0.0000,-16.8595,0.0000,-16.8595,3.1892,,,-20.0468,,,,,,,627.9517,0.6280,0.6280 -914.6000,0.4000,,,,,,6,1714.0800,-101.4727,840.8736,-101.4727,-18.2142,150.9352,-18.2142,0.0000,-22.3562,0.0000,0.0000,4.1421,-22.3562,-1.5988,0.0000,-20.7574,0.0000,-20.7574,3.2353,,,-27.2272,,,,,,,0.0000,0.0000,0.0000 -915.0000,0.4000,,,,,,6,1714.0800,-101.4727,840.8736,-101.4727,-18.2142,150.9352,-18.2142,0.0000,-22.3564,0.0000,0.0000,4.1422,-22.3564,-1.5988,0.0000,-20.7575,0.0000,-20.7575,3.2353,,,-29.2967,,,,,,,0.0000,0.0000,0.0000 -915.4000,0.4000,,,,,,6,1714.0800,-81.1288,840.8736,-101.4727,-14.5625,150.9352,-18.2142,0.0000,-18.7047,0.0000,0.0000,4.1422,-18.7047,-1.5422,0.0000,-17.1625,0.0000,-17.1625,3.1924,,,-20.3548,,,,,,,583.7221,0.5837,0.5837 -915.8000,0.4000,,,,,,6,1714.0800,-101.4727,840.8736,-101.4727,-18.2142,150.9352,-18.2142,0.0000,-22.3515,0.0000,0.0000,4.1373,-22.3515,-1.5988,0.0000,-20.7527,0.0000,-20.7527,3.2353,,,-35.0430,,,,,,,0.0000,0.0000,0.0000 -916.2000,0.4000,,,,,,6,1713.0400,-101.4371,840.5294,-101.4371,-18.1967,150.7818,-18.1967,-0.2082,-22.1201,0.0000,0.0000,4.1315,-22.1201,-1.5940,0.0000,-20.5261,0.0000,-20.5261,3.2299,,,-24.9897,,,,,,,0.0000,0.0000,0.0000 -916.6000,0.4000,,,,,,6,1712.0000,-97.7926,841.0400,-101.4015,-17.5323,150.7818,-18.1793,0.0000,-21.6612,0.0000,0.0000,4.1289,-21.6612,-1.5857,0.0000,-20.0755,0.0000,-20.0755,3.2218,,,-23.2973,,,,,,,103.5497,0.1035,0.1035 -917.0000,0.4000,,,,,,6,1712.0000,-101.4015,841.0400,-101.4015,-18.1793,150.7818,-18.1793,0.0000,-22.3082,0.0000,0.0000,4.1289,-22.3082,-1.5957,0.0000,-20.7125,0.0000,-20.7125,3.2294,,,-34.8366,,,,,,,0.0000,0.0000,0.0000 -917.4000,0.4000,,,,,,6,1712.0000,-96.9300,841.0400,-101.4015,-17.3776,150.7818,-18.1793,0.0000,-21.5068,0.0000,0.0000,4.1292,-21.5068,-1.5833,0.0000,-19.9235,0.0000,-19.9235,3.2199,,,-23.1434,,,,,,,128.3007,0.1283,0.1283 -917.8000,0.4000,,,,,,6,1713.8401,-101.4645,841.6483,-101.4645,-18.2101,151.0531,-18.2101,0.3685,-22.7184,0.0000,0.0000,4.1398,-22.7184,-1.6042,0.0000,-21.1142,0.0000,-21.1142,3.2390,,,-26.8378,,,,,,,0.0000,0.0000,0.0000 -918.2000,0.4000,,,,,,6,1715.6801,-101.5275,840.7456,-101.5275,-18.2410,151.0531,-18.2410,0.0000,-22.3808,0.0000,0.0000,4.1398,-22.3808,-1.6010,0.0000,-20.7797,0.0000,-20.7797,3.2398,,,-32.0886,,,,,,,0.0000,0.0000,0.0000 -918.6000,0.4000,,,,,,6,1705.0401,-101.1632,837.1908,-101.1632,-18.0628,149.4816,-18.0628,-2.1198,-20.0238,0.0000,0.0000,4.0807,-20.0238,-1.5524,0.0000,-18.4714,0.0000,-18.4714,3.1845,,,-74.7364,,,,,,,0.0000,0.0000,0.0000 -919.0000,0.4000,,,,,,6,1689.4400,-100.6290,840.7659,-100.6290,-17.8031,148.7464,-17.8031,-0.9791,-20.8763,0.0000,0.0000,4.0523,-20.8763,-1.5480,0.0000,-19.3283,0.0000,-19.3283,3.1542,,,-85.1281,,,,,,,0.0000,0.0000,0.0000 -919.4000,0.4000,,,,,,6,1687.2800,-100.5551,844.1922,-100.5551,-17.7672,149.1616,-17.7672,0.5520,-22.3871,0.0000,0.0000,4.0678,-22.3871,-1.5690,0.0000,-20.8180,0.0000,-20.8180,3.1664,,,-26.8539,,,,,,,0.0000,0.0000,0.0000 -919.8000,0.4000,,,,,,6,1689.4400,-90.9484,842.5767,-100.6290,-16.0904,149.0668,-17.8031,-0.1263,-20.0233,0.0000,0.0000,4.0593,-20.0233,-1.5348,0.0000,-18.4885,0.0000,-18.4885,3.1442,,,-21.6245,,,,,,,277.7655,0.2778,0.2778 -920.2000,0.4000,,,,,,6,1684.1600,-100.4483,841.3141,-100.4483,-17.7155,148.3782,-17.7155,-0.9131,-20.8360,0.0000,0.0000,4.0335,-20.8360,-1.5415,0.0000,-19.2945,0.0000,-19.2945,3.1401,,,-29.7014,,,,,,,0.0000,0.0000,0.0000 -920.6000,0.4000,,,,,,6,1682.4000,106.4924,844.6210,-100.3880,18.7619,148.8058,-17.6864,0.5661,14.1461,0.0000,0.0000,4.0496,14.1461,-1.5307,0.0000,15.6768,0.0000,15.6768,2.5419,,,13.1574,,,,,,,5573.7908,5.5738,5.5738 -921.0000,0.4000,,,,,,6,1686.8000,380.9497,843.6940,-100.5386,67.2914,149.0312,-17.7593,0.2996,62.9398,0.0000,0.0000,4.0520,62.9398,-2.3375,0.0000,65.2773,0.0000,65.2773,3.6735,,,61.6593,,,,,,,14083.6483,14.0836,14.0836 -921.4000,0.4000,,,,,,6,1690.8799,464.0537,843.8004,-100.6784,82.1693,149.4105,-17.8270,0.5058,77.5973,0.0000,0.0000,4.0662,77.5973,-2.5794,0.0000,80.1767,0.0000,80.1767,4.0201,,,76.2720,,,,,,,16827.6077,16.8276,16.8276 -921.8000,0.4000,,,,,,6,1695.1200,438.4123,843.0908,-100.8235,77.8237,149.6592,-17.8974,0.3328,73.4151,0.0000,0.0000,4.0758,73.4151,-2.5169,0.0000,75.9320,0.0000,75.9320,3.9345,,,72.0689,,,,,,,16024.9609,16.0250,16.0250 -922.2000,0.4000,,,,,,6,1696.8800,417.3837,842.2829,-100.8838,74.1678,149.6710,-17.9267,0.0159,70.0758,0.0000,0.0000,4.0761,70.0758,-2.4651,0.0000,72.5408,0.0000,72.5408,3.8621,,,68.6819,,,,,,,15381.4264,15.3814,15.3814 -922.6000,0.4000,,,,,,6,1697.3600,320.2947,842.3777,-100.9002,56.9315,149.7302,-17.9347,0.0793,52.7738,0.0000,0.0000,4.0784,52.7738,-2.1858,0.0000,54.9596,0.0000,54.9596,3.4660,,,51.5057,,,,,,,12243.1718,12.2432,12.2432 -923.0000,0.4000,,,,,,6,1695.8400,308.0360,841.5326,-100.8482,54.7035,149.4460,-17.9094,-0.3804,51.0125,0.0000,0.0000,4.0715,51.0125,-2.1555,0.0000,53.1680,0.0000,53.1680,3.4218,,,49.6898,,,,,,,11859.3099,11.8593,11.8593 -923.4000,0.4000,,,,,,6,1691.9200,256.7604,841.8101,-100.7140,45.4922,149.1498,-17.8442,-0.3954,41.8272,0.0000,0.0000,4.0604,41.8272,-1.9997,0.0000,43.8268,0.0000,43.8268,3.2012,,,40.5776,,,,,,,10198.6819,10.1987,10.1987 -923.8000,0.4000,,,,,,6,1689.5200,290.4094,842.6708,-100.6318,51.3810,149.0905,-17.8044,-0.0790,47.4002,0.0000,0.0000,4.0598,47.4002,-2.0889,0.0000,49.4891,0.0000,49.4891,3.3233,,,46.1549,,,,,,,11220.5261,11.2205,11.2205 -924.2000,0.4000,,,,,,6,1692.4001,461.3381,843.9781,-100.7304,81.7619,149.5763,-17.8522,0.6486,77.0353,0.0000,0.0000,4.0780,77.0353,-2.5722,0.0000,79.6075,0.0000,79.6075,4.0109,,,75.7431,,,,,,,16762.6035,16.7626,16.7626 -924.6000,0.4000,,,,,,6,1696.2401,468.3750,842.5340,-100.8619,83.1974,149.6592,-17.9161,0.1110,79.0053,0.0000,0.0000,4.0811,79.0053,-2.6087,0.0000,81.6140,0.0000,81.6140,4.0656,,,77.5740,,,,,,,17019.3599,17.0194,17.0194 -925.0000,0.4000,,,,,,6,1697.6801,454.0934,842.5517,-100.9112,80.7290,149.7894,-17.9401,0.1746,76.4711,0.0000,0.0000,4.0833,76.4711,-2.5695,0.0000,79.0406,0.0000,79.0406,4.0110,,,75.0685,,,,,,,16593.2192,16.5932,16.5932 -925.4000,0.4000,,,,,,6,1698.5601,409.1975,842.1152,-100.9413,72.7851,149.7894,-17.9547,0.0000,68.7018,0.0000,0.0000,4.0833,68.7018,-2.4449,0.0000,71.1466,0.0000,71.1466,3.8347,,,67.3119,,,,,,,15150.7776,15.1508,15.1508 -925.8000,0.4000,,,,,,6,1698.8001,580.4742,842.1957,-100.9495,103.2652,149.8249,-17.9587,0.0476,99.1329,0.0000,0.0000,4.0847,99.1329,-2.9373,0.0000,102.0702,0.0000,102.0702,4.5341,,,97.5499,,,,,,,20695.4527,20.6955,20.6955 -926.2000,0.4000,,,,,,6,1700.3200,538.2100,842.5058,-101.0016,95.8321,150.0141,-17.9840,0.2543,91.4880,0.0000,0.0000,4.0898,91.4880,-2.8155,0.0000,94.3036,0.0000,94.3036,4.3623,,,90.0090,,,,,,,19314.7093,19.3147,19.3147 -926.6000,0.4000,,,,,,6,1703.9200,536.2963,842.6466,-101.1249,95.6935,150.3569,-18.0441,0.4619,91.1290,0.0000,0.0000,4.1027,91.1290,-2.8141,0.0000,93.9431,0.0000,93.9431,4.3630,,,89.7021,,,,,,,19296.6602,19.2967,19.2967 -927.0000,0.4000,,,,,,6,1706.4800,582.5922,841.5807,-101.2125,104.1105,150.3923,-18.0869,0.0479,99.9605,0.0000,0.0000,4.1021,99.9605,-2.9601,0.0000,102.9206,0.0000,102.9206,4.5721,,,98.3623,,,,,,,20869.5141,20.8695,20.8695 -927.4000,0.4000,,,,,,6,1705.2001,549.6004,840.9553,-101.1687,98.1411,150.1678,-18.0655,-0.3028,94.3503,0.0000,0.0000,4.0937,94.3503,-2.8678,0.0000,97.2181,0.0000,97.2181,4.4401,,,92.6952,,,,,,,19777.6369,19.7776,19.7776 -927.8000,0.4000,,,,,,6,1705.2001,494.1134,842.2124,-101.1687,88.2329,150.3923,-18.0655,0.3028,83.8281,0.0000,0.0000,4.1020,83.8281,-2.6976,0.0000,86.5257,0.0000,86.5257,4.1985,,,82.4006,,,,,,,17956.3035,17.9563,17.9563 -928.2000,0.4000,,,,,,6,1705.0400,458.0132,840.9018,-101.1632,81.7789,150.1442,-18.0628,-0.3347,78.0204,0.0000,0.0000,4.0932,78.0204,-2.6035,0.0000,80.6239,0.0000,80.6239,4.0647,,,76.4837,,,,,,,16805.3810,16.8054,16.8054 -928.6000,0.4000,,,,,,6,1701.4400,423.4433,841.0882,-101.0399,75.4467,149.8604,-18.0027,-0.3817,71.7460,0.0000,0.0000,4.0825,71.7460,-2.4976,0.0000,74.2436,0.0000,74.2436,3.9118,,,70.2524,,,,,,,15612.0186,15.6120,15.6120 -929.0000,0.4000,,,,,,6,1701.4400,438.2814,842.6811,-101.0399,78.0905,150.1442,-18.0027,0.3817,73.6167,0.0000,0.0000,4.0922,73.6167,-2.5279,0.0000,76.1445,0.0000,76.1445,3.9547,,,72.2713,,,,,,,16092.2093,16.0922,16.0922 -929.4000,0.4000,,,,,,6,1701.1200,461.0793,840.9808,-101.0290,82.1371,149.8130,-17.9974,-0.4452,78.5026,0.0000,0.0000,4.0797,78.5026,-2.6065,0.0000,81.1091,0.0000,81.1091,4.0661,,,76.9415,,,,,,,16853.7557,16.8538,16.8538 -929.8000,0.4000,,,,,,6,1699.3600,485.1895,842.2506,-100.9687,86.3426,149.8840,-17.9680,0.0953,82.1650,0.0000,0.0000,4.0824,82.1650,-2.6636,0.0000,84.8286,0.0000,84.8286,4.1459,,,80.7055,,,,,,,17577.0718,17.5771,17.5771 -930.2000,0.4000,,,,,,6,1700.7200,568.1773,842.3076,-101.0153,101.1918,150.0141,-17.9907,0.1749,96.9322,0.0000,0.0000,4.0848,96.9322,-2.9041,0.0000,99.8362,0.0000,99.8362,4.4883,,,95.3973,,,,,,,20331.9765,20.3320,20.3320 -930.6000,0.4000,,,,,,6,1699.6800,561.5950,841.2279,-100.9797,99.9583,149.7302,-17.9734,-0.3813,96.2655,0.0000,0.0000,4.0741,96.2655,-2.8920,0.0000,99.1576,0.0000,99.1576,4.4704,,,94.5802,,,,,,,20109.4736,20.1095,20.1095 -931.0000,0.4000,,,,,,6,1698.0000,618.1958,842.2598,-100.9221,109.9240,149.7657,-17.9454,0.0476,105.8009,0.0000,0.0000,4.0754,105.8009,-3.0460,0.0000,108.8469,0.0000,108.8469,4.6853,,,104.1763,,,,,,,21998.3505,21.9984,21.9984 -931.4000,0.4000,,,,,,6,1698.1600,653.5194,842.1139,-100.9276,116.2159,149.7539,-17.9481,-0.0159,112.1562,0.0000,0.0000,4.0756,112.1562,-3.1512,0.0000,115.3075,0.0000,115.3075,4.8317,,,110.4706,,,,,,,23172.5368,23.1725,23.1725 -931.8000,0.4000,,,,,,6,1698.7200,707.4768,842.3684,-100.9468,125.8527,149.8485,-17.9574,0.1270,121.6465,0.0000,0.0000,4.0792,121.6465,-3.3088,0.0000,124.9553,0.0000,124.9553,5.0511,,,119.9494,,,,,,,24967.4025,24.9674,24.9674 -932.2000,0.4000,,,,,,6,1700.7200,743.6983,842.5068,-101.0153,132.4519,150.0496,-17.9907,0.2703,128.0875,0.0000,0.0000,4.0941,128.0875,-3.4176,0.0000,131.5052,0.0000,131.5052,5.2040,,,126.4022,,,,,,,26185.0280,26.1850,26.1850 -932.6000,0.4000,,,,,,6,1700.9600,718.7548,841.4584,-101.0235,128.0276,149.8840,-17.9947,-0.2226,124.1623,0.0000,0.0000,4.0879,124.1623,-3.3530,0.0000,127.5153,0.0000,127.5153,5.1144,,,122.3203,,,,,,,25369.8805,25.3699,25.3699 -933.0000,0.4000,,,,,,6,1700.8800,730.9515,842.3611,-101.0208,130.1940,150.0378,-17.9934,0.2067,125.8936,0.0000,0.0000,4.0937,125.8936,-3.3816,0.0000,129.2752,0.0000,129.2752,5.1540,,,124.1971,,,,,,,25754.8383,25.7548,25.7548 -933.4000,0.4000,,,,,,6,1701.2800,732.5688,841.6321,-101.0345,130.5127,149.9432,-18.0001,-0.1272,126.5422,0.0000,0.0000,4.0978,126.5422,-3.3928,0.0000,129.9349,0.0000,129.9349,5.1699,,,124.7181,,,,,,,25812.5147,25.8125,25.8125 -933.8000,0.4000,,,,,,6,1701.7600,720.9927,842.3236,-101.0509,128.4866,150.1087,-18.0081,0.2227,124.1599,0.0000,0.0000,4.1040,124.1599,-3.3540,0.0000,127.5139,0.0000,127.5139,5.1163,,,122.4781,,,,,,,25453.6726,25.4537,25.4537 -934.2000,0.4000,,,,,,6,1703.5200,734.2866,841.9834,-101.1112,130.9910,150.2033,-18.0374,0.1274,126.7509,0.0000,0.0000,4.1127,126.7509,-3.3989,0.0000,130.1498,0.0000,130.1498,5.1802,,,125.0166,,,,,,,25903.0892,25.9031,25.9031 -934.6000,0.4000,,,,,,6,1703.9201,656.9787,841.5871,-101.1249,117.2274,150.1678,-18.0441,-0.0478,113.1637,0.0000,0.0000,4.1115,113.1637,-3.1748,0.0000,116.3385,0.0000,116.3385,4.8691,,,111.4537,,,,,,,23370.0487,23.3700,23.3700 -935.0000,0.4000,,,,,,6,1703.9201,680.4658,841.7857,-101.1249,121.4183,150.2033,-18.0441,0.0478,117.2579,0.0000,0.0000,4.1127,117.2579,-3.2425,0.0000,120.5003,0.0000,120.5003,4.9631,,,115.5535,,,,,,,24113.8436,24.1138,24.1138 -935.4000,0.4000,,,,,,6,1704.8000,677.1712,841.8807,-101.1550,120.8928,150.2978,-18.0588,0.1275,116.6293,0.0000,0.0000,4.1361,116.6293,-3.2331,0.0000,119.8624,0.0000,119.8624,4.9509,,,114.9547,,,,,,,24022.9479,24.0229,24.0229 -935.8000,0.4000,,,,,,6,1706.2400,711.0193,841.8313,-101.2043,127.0428,150.4159,-18.0829,0.1595,122.7428,0.0000,0.0000,4.1405,122.7428,-3.3359,0.0000,126.0787,0.0000,126.0787,5.0949,,,121.0405,,,,,,,25210.1782,25.2102,25.2102 -936.2000,0.4000,,,,,,6,1707.8400,670.0306,841.7029,-101.2591,119.8313,150.5340,-18.1096,0.1596,115.5267,0.0000,0.0000,4.1450,115.5267,-3.2185,0.0000,118.7453,0.0000,118.7453,4.9331,,,113.8655,,,,,,,23843.2405,23.8432,23.8432 -936.6000,0.4000,,,,,,6,1709.0400,636.4879,841.4417,-101.3002,113.9124,150.5930,-18.1297,0.0799,109.6624,0.0000,0.0000,4.1701,109.6624,-3.1230,0.0000,112.7854,0.0000,112.7854,4.8013,,,108.0094,,,,,,,22799.3261,22.7993,22.7993 -937.0000,0.4000,,,,,,6,1710.3200,589.1934,841.5368,-101.3440,105.5271,150.7228,-18.1511,0.1759,101.1762,0.0000,0.0000,4.1750,101.1762,-2.9844,0.0000,104.1606,0.0000,104.1606,4.6096,,,99.6022,,,,,,,21156.7082,21.1567,21.1567 -937.4000,0.4000,,,,,,6,1711.4401,556.2146,841.1836,-101.3824,99.6857,150.7582,-18.1699,0.0480,95.4356,0.0000,0.0000,4.2020,95.4356,-2.8929,0.0000,98.3286,0.0000,98.3286,4.4805,,,93.8612,,,,,,,20092.4793,20.0925,20.0925 -937.8000,0.4000,,,,,,6,1712.2401,539.7218,841.2510,-101.4097,96.7750,150.8408,-18.1833,0.1120,92.4579,0.0000,0.0000,4.2051,92.4579,-2.8457,0.0000,95.3036,0.0000,95.3036,4.4142,,,90.9192,,,,,,,19528.4810,19.5285,19.5285 -938.2000,0.4000,,,,,,6,1711.2000,504.9512,840.4454,-101.3741,90.4855,150.6048,-18.1659,-0.3199,86.6091,0.0000,0.0000,4.1962,86.6091,-2.7499,0.0000,89.3590,0.0000,89.3590,4.2773,,,85.0022,,,,,,,18403.3276,18.4033,18.4033 -938.6000,0.4000,,,,,,6,1709.9200,592.7397,841.3382,-101.3303,106.1374,150.6520,-18.1444,0.0639,101.8678,0.0000,0.0000,4.2057,101.8678,-2.9953,0.0000,104.8630,0.0000,104.8630,4.6245,,,100.2573,,,,,,,21275.5483,21.2755,21.2755 -939.0000,0.4000,,,,,,6,1709.5200,576.6211,840.9417,-101.3166,103.2270,150.5458,-18.1378,-0.1438,99.1692,0.0000,0.0000,4.2017,99.1692,-2.9510,0.0000,102.1201,0.0000,102.1201,4.5615,,,97.5175,,,,,,,20718.2966,20.7183,20.7183 -939.4000,0.4000,,,,,,6,1709.5200,518.1046,841.5351,-101.3166,92.7513,150.6520,-18.1378,0.1438,88.4019,0.0000,0.0000,4.2057,88.4019,-2.7768,0.0000,91.1787,0.0000,91.1787,4.3143,,,86.9010,,,,,,,18791.7318,18.7917,18.7917 -939.8000,0.4000,,,,,,6,1712.1600,589.2091,841.8165,-101.4070,105.6434,150.9352,-18.1820,0.3841,101.0435,0.0000,0.0000,4.2158,101.0435,-2.9845,0.0000,104.0280,0.0000,104.0280,4.6111,,,99.5284,,,,,,,21183.7446,21.1837,21.1837 -940.2000,0.4000,,,,,,6,1712.4800,589.9595,840.3437,-101.4180,105.7977,150.6992,-18.1873,-0.3201,101.9110,0.0000,0.0000,4.2069,101.9110,-2.9990,0.0000,104.9100,0.0000,104.9100,4.6318,,,100.1845,,,,,,,21214.7134,21.2147,21.2147 -940.6000,0.4000,,,,,,6,1710.5600,569.9641,841.0234,-101.3522,102.0973,150.6520,-18.1552,-0.0640,97.9447,0.0000,0.0000,4.2166,97.9447,-2.9324,0.0000,100.8771,0.0000,100.8771,4.5360,,,96.3232,,,,,,,20521.5338,20.5215,20.5215 -941.0000,0.4000,,,,,,6,1712.4001,563.8723,841.8958,-101.4152,101.1148,150.9705,-18.1860,0.4322,96.4540,0.0000,0.0000,4.2286,96.4540,-2.9106,0.0000,99.3646,0.0000,99.3646,4.5063,,,94.9779,,,,,,,20353.4833,20.3535,20.3535 -941.4000,0.4000,,,,,,6,1712.7201,520.7610,840.2259,-101.4262,93.4014,150.6992,-18.1914,-0.3682,89.5513,0.0000,0.0000,4.2184,89.5513,-2.7993,0.0000,92.3506,0.0000,92.3506,4.3486,,,87.9075,,,,,,,18912.2100,18.9122,18.9122 -941.8000,0.4000,,,,,,6,1712.8800,517.4679,841.7913,-101.4317,92.8194,150.9941,-18.1940,0.4003,88.1782,0.0000,0.0000,4.2409,88.1782,-2.7773,0.0000,90.9555,0.0000,90.9555,4.3175,,,86.7392,,,,,,,18813.9940,18.8140,18.8140 -942.2000,0.4000,,,,,,6,1715.5200,526.1393,841.0208,-101.5221,94.5203,151.0884,-18.2383,0.1283,90.1475,0.0000,0.0000,4.2445,90.1475,-2.8124,0.0000,92.9599,0.0000,92.9599,4.3693,,,88.6237,,,,,,,19110.5445,19.1105,19.1105 -942.6000,0.4000,,,,,,6,1714.7200,494.5998,840.2314,-101.4947,88.8128,150.8762,-18.2249,-0.2885,84.8681,0.0000,0.0000,4.2332,84.8681,-2.7260,0.0000,87.5942,0.0000,87.5942,4.2460,,,83.2781,,,,,,,18090.9917,18.0910,18.0910 -943.0000,0.4000,,,,,,6,1716.0000,495.1026,841.8347,-101.5385,88.9695,151.2769,-18.2464,0.5454,84.1756,0.0000,0.0000,4.2485,84.1756,-2.7164,0.0000,86.8920,0.0000,86.8920,4.2333,,,82.7897,,,,,,,18124.1422,18.1241,18.1241 -943.4000,0.4000,,,,,,6,1719.6800,511.8543,840.8179,-101.6645,92.1770,151.4182,-18.3082,0.1929,87.7301,0.0000,0.0000,4.2540,87.7301,-2.7784,0.0000,90.5085,0.0000,90.5085,4.3241,,,86.2325,,,,,,,18727.4522,18.7275,18.7275 -943.8000,0.4000,,,,,,6,1721.5200,496.5021,840.6375,-101.7275,89.5080,151.5477,-18.3391,0.1770,85.0807,0.0000,0.0000,4.2503,85.0807,-2.7378,0.0000,87.8185,0.0000,87.8185,4.2679,,,83.5933,,,,,,,18240.6633,18.2407,18.2407 -944.2000,0.4000,,,,,,6,1724.7200,478.3582,840.9665,-101.8371,86.3973,151.8889,-18.3930,0.4675,81.6663,0.0000,0.0000,4.2635,81.6663,-2.6865,0.0000,84.3528,0.0000,84.3528,4.1975,,,80.2631,,,,,,,17656.4002,17.6564,17.6564 -944.6000,0.4000,,,,,,6,1725.2800,200.3451,839.2614,-101.8562,36.1965,151.6301,-18.4025,-0.3548,32.3159,0.0000,0.0000,4.2354,32.3159,-1.8828,0.0000,34.1986,0.0000,34.1986,3.0655,,,31.1014,,,,,,,8669.4411,8.6694,8.6694 -945.0000,0.4000,,,,,,6,1718.6400,128.2402,838.5115,-101.6289,23.0801,150.9116,-18.2907,-0.9800,19.8523,0.0000,0.0000,4.2078,19.8523,-1.6687,0.0000,21.5210,0.0000,21.5210,2.7626,,,18.7051,,,,,,,6433.4879,6.4335,6.4335 -945.4000,0.4000,,,,,,6,1713.9200,132.2845,840.9521,-101.4673,23.7426,150.9352,-18.2115,0.0320,19.5019,0.0000,0.0000,4.2087,19.5019,-1.6572,0.0000,21.1590,0.0000,21.1590,2.7428,,,18.4180,,,,,,,6536.7703,6.5368,6.5368 -945.8000,0.4000,,,,,,6,1713.9200,157.9699,840.8207,-101.4673,28.3526,150.9116,-18.2115,-0.0320,24.1665,0.0000,0.0000,4.2182,24.1665,-1.7343,0.0000,25.9008,0.0000,25.9008,2.8499,,,23.0487,,,,,,,7271.0061,7.2710,7.2710 -946.2000,0.4000,,,,,,6,1712.3200,126.2303,840.4222,-101.4125,22.6348,150.6992,-18.1847,-0.2881,18.7128,0.0000,0.0000,4.2102,18.7128,-1.6422,0.0000,20.3550,0.0000,20.3550,2.7207,,,17.6194,,,,,,,6341.3726,6.3414,6.3414 -946.6000,0.4000,,,,,,6,1712.4800,147.3614,841.6592,-101.4180,26.4264,150.9352,-18.1873,0.3201,21.8643,0.0000,0.0000,4.2420,21.8643,-1.6945,0.0000,23.5587,0.0000,23.5587,2.7935,,,20.7847,,,,,,,6958.1292,6.9581,6.9581 -947.0000,0.4000,,,,,,6,1711.3600,19.6085,839.9716,-101.3796,3.5141,150.5340,-18.1686,-0.5439,-0.1689,0.0000,0.0000,4.2269,-0.1689,-1.3289,0.0000,1.1600,0.0000,1.1600,2.2846,,,-1.1227,,,,,,,3257.8172,3.2578,3.2578 -947.4000,0.4000,,,,,,6,1707.2000,116.8634,840.8294,-101.2372,20.8926,150.3214,-18.0989,-0.2872,16.9609,0.0000,0.0000,4.2189,16.9609,-1.6070,0.0000,18.5679,0.0000,18.5679,2.6677,,,15.8868,,,,,,,6015.8053,6.0158,6.0158 -947.8000,0.4000,,,,,,6,1708.4800,348.0660,842.4431,-101.2810,62.2730,150.7228,-18.1203,0.5430,57.4808,0.0000,0.0000,4.2493,57.4808,-2.2755,0.0000,59.7562,0.0000,59.7562,3.6016,,,56.2440,,,,,,,13260.0140,13.2600,13.2600 -948.2000,0.4000,,,,,,6,1712.0000,429.8953,841.3690,-101.4015,77.0717,150.8408,-18.1793,0.1600,72.6580,0.0000,0.0000,4.2537,72.6580,-2.5252,0.0000,75.1832,0.0000,75.1832,3.9589,,,71.2576,,,,,,,15923.7338,15.9237,15.9237 -948.6000,0.4000,,,,,,6,1716.4800,373.6167,842.1889,-101.5549,67.1574,151.3829,-18.2544,0.7381,62.1448,0.0000,0.0000,4.2744,62.1448,-2.3607,0.0000,64.5055,0.0000,64.5055,3.7286,,,60.9072,,,,,,,14136.8278,14.1368,14.1368 -949.0000,0.4000,,,,,,6,1720.2400,213.0901,840.4135,-101.6837,38.3867,151.3947,-18.3176,0.0161,34.1132,0.0000,0.0000,4.2574,34.1132,-1.9063,0.0000,36.0196,0.0000,36.0196,3.0942,,,32.9269,,,,,,,9017.7825,9.0178,9.0178 -949.4000,0.4000,,,,,,6,1712.8000,157.7373,837.8827,-101.4289,28.2924,150.2860,-18.1927,-1.5050,25.5814,0.0000,0.0000,4.2159,25.5814,-1.7563,0.0000,27.3377,0.0000,27.3377,2.8797,,,24.3507,,,,,,,7258.3458,7.2583,7.2583 -949.8000,0.4000,,,,,,6,1704.0800,240.2524,841.1768,-101.1303,42.8732,150.1087,-18.0468,-0.2389,38.9248,0.0000,0.0000,4.1874,38.9248,-1.9663,0.0000,40.8911,0.0000,40.8911,3.1645,,,37.7000,,,,,,,9754.5585,9.7546,9.7546 -950.2000,0.4000,,,,,,6,1705.7600,406.2181,842.7293,-101.1879,72.5614,150.5340,-18.0749,0.5740,67.7846,0.0000,0.0000,4.2029,67.7846,-2.4388,0.0000,70.2234,0.0000,70.2234,3.8315,,,66.5040,,,,,,,15134.7894,15.1348,15.1348 -950.6000,0.4000,,,,,,6,1708.6400,402.5160,841.3088,-101.2865,72.0215,150.5340,-18.1230,0.0000,67.8187,0.0000,0.0000,4.2029,67.8187,-2.4429,0.0000,70.2615,0.0000,70.2615,3.8394,,,66.4221,,,,,,,15038.9771,15.0390,15.0390 -951.0000,0.4000,,,,,,6,1709.5200,346.8890,841.6010,-101.3166,62.1003,150.6638,-18.1378,0.1758,57.7227,0.0000,0.0000,4.2017,57.7227,-2.2806,0.0000,60.0034,0.0000,60.0034,3.6098,,,56.4226,,,,,,,13229.1915,13.2292,13.2292 -951.4000,0.4000,,,,,,6,1711.0401,261.4186,841.3802,-101.3687,46.8409,150.7582,-18.1632,0.1280,42.5077,0.0000,0.0000,4.2053,42.5077,-2.0339,0.0000,44.5416,0.0000,44.5416,3.2641,,,41.2929,,,,,,,10473.7343,10.4737,10.4737 -951.8000,0.4000,,,,,,6,1708.7201,195.5878,840.0814,-101.2892,34.9978,150.3214,-18.1244,-0.5910,31.4000,0.0000,0.0000,4.1889,31.4000,-1.8475,0.0000,33.2475,0.0000,33.2475,3.0032,,,30.1919,,,,,,,8410.9750,8.4110,8.4110 -952.2000,0.4000,,,,,,6,1708.7201,194.0099,842.5226,-101.2892,34.7155,150.7582,-18.1244,0.5910,29.9192,0.0000,0.0000,4.2053,29.9192,-1.8231,0.0000,31.7423,0.0000,31.7423,2.9692,,,28.8230,,,,,,,8359.3310,8.3593,8.3593 -952.6000,0.4000,,,,,,6,1710.8001,236.1847,840.7737,-101.3604,42.3136,150.6284,-18.1592,-0.1759,38.2891,0.0000,0.0000,4.2004,38.2891,-1.9639,0.0000,40.2530,0.0000,40.2530,3.1666,,,37.0673,,,,,,,9669.3887,9.6694,9.6694 -953.0000,0.4000,,,,,,6,1710.8001,182.9034,841.4982,-101.3604,32.7680,150.7582,-18.1592,0.1759,28.3857,0.0000,0.0000,4.2064,28.3857,-1.8002,0.0000,30.1859,0.0000,30.1859,2.9391,,,27.2608,,,,,,,8008.7111,8.0087,8.0087 -953.4000,0.4000,,,,,,6,1711.0401,96.5574,840.8533,-101.3687,17.3011,150.6638,-18.1632,-0.1280,13.2257,0.0000,0.0000,4.2034,13.2257,-1.5499,0.0000,14.7757,0.0000,14.7757,2.5915,,,12.1796,,,,,,,5406.4023,5.4064,5.4064 -953.8000,0.4000,,,,,,6,1706.4000,80.1331,839.8347,-101.2098,14.3193,150.0732,-18.0856,-0.7975,10.9335,0.0000,0.0000,4.1834,10.9335,-1.5064,0.0000,12.4399,0.0000,12.4399,2.5273,,,9.8894,,,,,,,4963.8953,4.9639,4.9639 -954.2000,0.4000,,,,,,6,1699.6000,67.6231,840.8684,-100.9769,12.0357,149.6592,-17.9720,-0.5560,8.4168,0.0000,0.0000,4.1749,8.4168,-1.4567,0.0000,9.8735,0.0000,9.8735,2.4526,,,7.4086,,,,,,,4587.8434,4.5878,4.5878 -954.6000,0.4000,,,,,,6,1697.4400,129.1582,842.4711,-100.9030,22.9586,149.7539,-17.9361,0.1269,18.6532,0.0000,0.0000,4.1785,18.6532,-1.6232,0.0000,20.2764,0.0000,20.2764,2.6824,,,17.6006,,,,,,,6360.9596,6.3610,6.3610 -955.0000,0.4000,,,,,,6,1694.6400,289.4025,840.9934,-100.8071,51.3580,149.2446,-17.8895,-0.6811,47.8733,0.0000,0.0000,4.1659,47.8733,-2.1029,0.0000,49.9761,0.0000,49.9761,3.3468,,,46.5347,,,,,,,11228.3874,11.2284,11.2284 -955.4000,0.4000,,,,,,6,1695.3600,426.8003,844.1046,-100.8318,75.7731,149.8604,-17.9014,0.8241,70.7601,0.0000,0.0000,4.1890,70.7601,-2.4743,0.0000,73.2344,0.0000,73.2344,3.8741,,,69.5305,,,,,,,15650.9987,15.6510,15.6510 -955.8000,0.4000,,,,,,6,1701.3600,478.1588,842.6543,-101.0372,85.1916,150.1324,-18.0014,0.3658,80.6272,0.0000,0.0000,4.1987,80.6272,-2.6412,0.0000,83.2683,0.0000,83.2683,4.1155,,,79.2384,,,,,,,17373.8567,17.3739,17.3739 -956.2000,0.4000,,,,,,6,1701.3600,480.3231,841.1277,-101.0372,85.5773,149.8604,-18.0014,-0.3658,81.7507,0.0000,0.0000,4.1923,81.7507,-2.6593,0.0000,84.4101,0.0000,84.4101,4.1413,,,80.1820,,,,,,,17439.4186,17.4394,17.4394 -956.6000,0.4000,,,,,,6,1700.9600,612.1420,842.5207,-101.0235,109.0373,150.0732,-17.9947,0.2862,104.5508,0.0000,0.0000,4.2003,104.5508,-3.0289,0.0000,107.5797,0.0000,107.5797,4.6639,,,103.0029,,,,,,,21828.2712,21.8283,21.8283 -957.0000,0.4000,,,,,,6,1703.4400,646.9042,842.1554,-101.1084,115.3972,150.2269,-18.0361,0.2070,110.9842,0.0000,0.0000,4.2061,110.9842,-3.1382,0.0000,114.1224,0.0000,114.1224,4.8178,,,109.3713,,,,,,,23043.6752,23.0437,23.0437 -957.4000,0.4000,,,,,,6,1704.0801,636.2932,841.5080,-101.1303,113.5471,150.1678,-18.0468,-0.0796,109.4136,0.0000,0.0000,4.2131,109.4136,-3.1130,0.0000,112.5266,0.0000,112.5266,4.7833,,,107.7179,,,,,,,22717.4160,22.7174,22.7174 -957.8000,0.4000,,,,,,6,1704.3201,664.9814,841.9192,-101.1386,118.6832,150.2624,-18.0508,0.1274,114.3391,0.0000,0.0000,4.2167,114.3391,-3.1947,0.0000,117.5338,0.0000,117.5338,4.8971,,,112.6790,,,,,,,23629.5887,23.6296,23.6296 -958.2000,0.4000,,,,,,6,1702.8800,646.3670,840.9076,-101.0892,115.2635,149.9550,-18.0268,-0.4139,111.4695,0.0000,0.0000,4.2079,111.4695,-3.1455,0.0000,114.6150,0.0000,114.6150,4.8276,,,109.6534,,,,,,,23018.1103,23.0181,23.0181 -958.6000,0.4000,,,,,,6,1699.4400,650.4721,841.4797,-100.9715,115.7612,149.7539,-17.9694,-0.2701,111.8315,0.0000,0.0000,4.1998,111.8315,-3.1474,0.0000,114.9789,0.0000,114.9789,4.8274,,,110.0634,,,,,,,23095.5816,23.0956,23.0956 -959.0000,0.4000,,,,,,6,1698.5600,799.3610,842.3148,-100.9413,142.1846,149.8249,-17.9547,0.0953,137.8863,0.0000,0.0000,4.2030,137.8863,-3.5770,0.0000,141.4634,0.0000,141.4634,5.4237,,,136.0781,,,,,,,28070.8979,28.0709,28.0709 -959.4000,0.4000,,,,,,6,1698.0000,810.2975,841.7273,-100.9221,144.0824,149.6710,-17.9454,-0.2063,140.0866,0.0000,0.0000,4.2021,140.0866,-3.6127,0.0000,143.6993,0.0000,143.6993,5.4729,,,138.1418,,,,,,,28407.1322,28.4071,28.4071 -959.8000,0.4000,,,,,,6,1698.5600,837.8019,842.7803,-100.9413,149.0222,149.9077,-17.9547,0.3175,144.4936,0.0000,0.0000,4.2110,144.4936,-3.6862,0.0000,148.1799,0.0000,148.1799,5.5755,,,142.7387,,,,,,,29367.7513,29.3678,29.3678 -960.2000,0.4000,,,,,,6,1700.4800,842.0944,842.0944,-101.0071,149.9550,149.9550,-17.9867,0.0636,145.6786,0.0000,0.0000,4.2128,146.6779,-3.7109,0.0000,150.3888,0.0000,150.3888,5.6021,,,145.8009,,,,,,,29559.5307,29.5595,29.5595 -960.6000,0.4000,,,,,,6,1700.9600,840.9269,841.9896,-101.0235,149.7894,149.9787,-17.9947,0.0318,145.5286,0.0000,0.0000,4.2289,144.5438,-3.6762,0.0000,148.2200,0.0000,148.2200,5.5542,,,143.6513,,,,,,,29525.8963,29.5259,29.5259 -961.0000,0.4000,,,,,,6,1703.9200,842.8451,842.8451,-101.1249,150.3923,150.3923,-18.0441,0.5575,145.5904,0.0000,0.0000,4.2445,147.2183,-3.7154,0.0000,150.9337,0.0000,150.9337,5.6053,,,147.1823,,,,,,,29650.4553,29.6505,29.6505 -961.4000,0.4000,,,,,,6,1707.4400,841.7020,841.7020,-101.2454,150.4986,150.4986,-18.1029,0.1436,146.0900,0.0000,0.0000,4.2654,145.0046,-3.6757,0.0000,148.6803,0.0000,148.6803,5.5481,,,145.3035,,,,,,,29673.9043,29.6739,29.6739 -961.8000,0.4000,,,,,,6,1709.0400,824.6720,841.6395,-101.3002,147.5918,150.6284,-18.1297,0.1757,143.1457,0.0000,0.0000,4.2703,142.6342,-3.6607,0.0000,146.2949,0.0000,146.2949,5.5436,,,141.3288,,,,,,,29083.5709,29.0836,29.0836 -962.2000,0.4000,,,,,,6,1712.5600,842.0801,842.0801,-101.4207,151.0177,151.0177,-18.1887,0.5283,146.1979,0.0000,0.0000,4.2915,147.7152,-3.7353,0.0000,151.4505,0.0000,151.4505,5.6410,,,147.5389,,,,,,,29782.3200,29.7823,29.7823 -962.6000,0.4000,,,,,,6,1713.8400,811.6755,840.3342,-101.4645,145.6738,150.8172,-18.2101,-0.2723,141.6621,0.0000,0.0000,4.2840,140.2185,-3.6130,0.0000,143.8315,0.0000,143.8315,5.4719,,,139.6731,,,,,,,28736.6492,28.7366,28.7366 -963.0000,0.4000,,,,,,6,1711.8400,716.9307,840.7895,-101.3960,128.5195,150.7228,-18.1766,-0.1280,124.3671,0.0000,0.0000,4.2804,124.3671,-3.3694,0.0000,127.7365,0.0000,127.7365,5.1461,,,122.5446,,,,,,,25487.8203,25.4878,25.4878 -963.4000,0.4000,,,,,,6,1711.0400,737.7897,841.0509,-101.3687,132.1969,150.6992,-18.1632,-0.0320,127.9505,0.0000,0.0000,4.2784,127.9505,-3.4277,0.0000,131.3782,0.0000,131.3782,5.2264,,,126.1400,,,,,,,26153.1737,26.1532,26.1532 -963.8000,0.4000,,,,,,6,1710.0000,646.0987,840.8375,-101.3330,115.6974,150.5694,-18.1458,-0.1758,111.5997,0.0000,0.0000,4.2735,111.5997,-3.1562,0.0000,114.7559,0.0000,114.7559,4.8482,,,109.8511,,,,,,,23118.3436,23.1183,23.1183 -964.2000,0.4000,,,,,,6,1708.0800,660.2562,840.9245,-101.2673,118.0998,150.4159,-18.1137,-0.2076,114.0396,0.0000,0.0000,4.2678,114.0396,-3.1942,0.0000,117.2339,0.0000,117.2339,4.8995,,,112.2660,,,,,,,23537.3675,23.5374,23.5374 -964.6000,0.4000,,,,,,6,1706.2400,658.2969,841.1702,-101.2043,117.6225,150.2978,-18.0829,-0.1595,113.5220,0.0000,0.0000,4.2601,113.5220,-3.1835,0.0000,116.7055,0.0000,116.7055,4.8830,,,111.7700,,,,,,,23447.2216,23.4472,23.4472 -965.0000,0.4000,,,,,,6,1704.4000,642.1698,841.2176,-101.1413,114.6173,150.1442,-18.0521,-0.2071,110.5701,0.0000,0.0000,4.2543,110.5701,-3.1325,0.0000,113.7026,0.0000,113.7026,4.8107,,,108.8254,,,,,,,22908.4034,22.9084,22.9084 -965.4000,0.4000,,,,,,6,1705.7600,686.1410,842.5310,-101.1879,122.5631,150.4986,-18.0749,0.4783,117.8172,0.0000,0.0000,4.2676,117.8172,-3.2539,0.0000,121.0711,0.0000,121.0711,4.9805,,,116.2539,,,,,,,24331.5213,24.3315,24.3315 -965.8000,0.4000,,,,,,6,1708.1600,675.2047,841.3472,-101.2700,120.7793,150.4986,-18.1150,0.0000,116.5128,0.0000,0.0000,4.2665,116.5128,-3.2352,0.0000,119.7480,0.0000,119.7480,4.9565,,,114.7915,,,,,,,24011.9827,24.0120,24.0120 -966.2000,0.4000,,,,,,6,1707.3601,669.5180,841.0809,-101.2426,119.7060,150.3805,-18.1016,-0.1596,115.6035,0.0000,0.0000,4.2621,115.6035,-3.2192,0.0000,118.8228,0.0000,118.8228,4.9336,,,113.8358,,,,,,,23819.6798,23.8197,23.8197 -966.6000,0.4000,,,,,,6,1708.2401,733.9360,842.0337,-101.2728,131.2912,150.6284,-18.1163,0.3353,126.6802,0.0000,0.0000,4.2758,126.6802,-3.4034,0.0000,130.0835,0.0000,130.0835,5.1903,,,125.0161,,,,,,,25970.1081,25.9701,25.9701 -967.0000,0.4000,,,,,,6,1710.7200,726.2439,841.4717,-101.3577,130.1038,150.7464,-18.1578,0.1599,125.6637,0.0000,0.0000,4.2802,125.6637,-3.3895,0.0000,129.0532,0.0000,129.0532,5.1731,,,123.9381,,,,,,,25764.6658,25.7647,25.7647 -967.4000,0.4000,,,,,,6,1713.2000,721.1911,841.6341,-101.4426,129.3859,150.9941,-18.1994,0.3363,124.7601,0.0000,0.0000,4.2895,124.7601,-3.3776,0.0000,128.1377,0.0000,128.1377,5.1585,,,123.0998,,,,,,,25644.7057,25.6447,25.6447 -967.8000,0.4000,,,,,,6,1715.7600,718.1492,841.1000,-101.5303,129.0327,151.1238,-18.2423,0.1764,124.5504,0.0000,0.0000,4.3059,124.5504,-3.3772,0.0000,127.9276,0.0000,127.9276,5.1601,,,122.8305,,,,,,,25589.7148,25.5897,25.5897 -968.2000,0.4000,,,,,,6,1716.8000,713.4293,840.7215,-101.5659,128.2624,151.1473,-18.2598,0.0321,123.9235,0.0000,0.0000,4.3068,123.9235,-3.3681,0.0000,127.2915,0.0000,127.2915,5.1482,,,122.1547,,,,,,,25457.0397,25.4570,25.4570 -968.6000,0.4000,,,,,,6,1720.0000,703.2602,841.6417,-101.6755,126.6698,151.5948,-18.3136,0.6110,121.7227,0.0000,0.0000,4.3362,121.7227,-3.3355,0.0000,125.0582,0.0000,125.0582,5.1057,,,120.1645,,,,,,,25162.9279,25.1629,25.1629 -969.0000,0.4000,,,,,,6,1723.2800,684.4687,840.2354,-101.7878,123.5202,151.6301,-18.3688,0.0483,119.1349,0.0000,0.0000,4.3370,119.1349,-3.2967,0.0000,122.4316,0.0000,122.4316,5.0544,,,117.3935,,,,,,,24555.7088,24.5557,24.5557 -969.4000,0.4000,,,,,,6,1719.0401,443.3508,838.6439,-101.6426,79.8109,150.9705,-18.2974,-0.8998,76.3992,0.0000,0.0000,4.3116,76.3992,-2.5943,0.0000,78.9935,0.0000,78.9935,4.0623,,,74.7359,,,,,,,16466.3262,16.4663,16.4663 -969.8000,0.4000,,,,,,6,1714.3201,427.0311,840.7559,-101.4810,76.6620,150.9352,-18.2182,-0.0481,72.3982,0.0000,0.0000,4.3119,72.3982,-2.5239,0.0000,74.9220,0.0000,74.9220,3.9587,,,70.9534,,,,,,,15853.5532,15.8536,15.8536 -970.2000,0.4000,,,,,,6,1714.0800,461.9746,840.8736,-101.4727,82.9235,150.9352,-18.2142,0.0000,78.6117,0.0000,0.0000,4.3119,78.6117,-2.6241,0.0000,81.2357,0.0000,81.2357,4.1008,,,77.1349,,,,,,,17028.0064,17.0280,17.0280 -970.6000,0.4000,,,,,,6,1713.0400,482.1239,840.5294,-101.4371,86.4878,150.7818,-18.1967,-0.2082,82.3893,0.0000,0.0000,4.3067,82.3893,-2.6839,0.0000,85.0732,0.0000,85.0732,4.1849,,,80.8391,,,,,,,17641.1640,17.6412,17.6412 -971.0000,0.4000,,,,,,6,1713.2801,471.3361,841.4634,-101.4454,84.5644,150.9705,-18.2007,0.2562,80.0064,0.0000,0.0000,4.3017,80.0064,-2.6456,0.0000,82.6521,0.0000,82.6521,4.1308,,,78.5799,,,,,,,17302.5032,17.3025,17.3025 -971.4000,0.4000,,,,,,6,1713.0401,481.4218,840.3321,-101.4371,86.3618,150.7464,-18.1967,-0.3043,82.3728,0.0000,0.0000,4.2933,82.3728,-2.6836,0.0000,85.0564,0.0000,85.0564,4.1846,,,80.8001,,,,,,,17617.0235,17.6170,17.6170 -971.8000,0.4000,,,,,,6,1711.6001,496.7297,841.1049,-101.3878,89.0330,150.7582,-18.1726,0.0160,84.7320,0.0000,0.0000,4.2850,84.7320,-2.7200,0.0000,87.4520,0.0000,87.4520,4.2352,,,83.2207,,,,,,,18125.5722,18.1256,18.1256 -972.2000,0.4000,,,,,,6,1711.6801,453.5924,841.0656,-101.3906,81.3050,150.7582,-18.1739,0.0000,77.0199,0.0000,0.0000,4.2850,77.0199,-2.5954,0.0000,79.6153,0.0000,79.6153,4.0583,,,75.5571,,,,,,,16734.9301,16.7349,16.7349 -972.6000,0.4000,,,,,,6,1710.0000,509.0009,840.5078,-101.3330,91.1472,150.5104,-18.1458,-0.3357,87.2072,0.0000,0.0000,4.2757,87.2072,-2.7581,0.0000,89.9653,0.0000,89.9653,4.2880,,,85.5931,,,,,,,18520.6878,18.5207,18.5207 -973.0000,0.4000,,,,,,6,1710.4000,500.7649,842.0244,-101.3467,89.6933,150.8172,-18.1525,0.4157,84.9964,0.0000,0.0000,4.2812,84.9964,-2.7228,0.0000,87.7192,0.0000,87.7192,4.2382,,,83.5825,,,,,,,18249.4600,18.2495,18.2495 -973.4000,0.4000,,,,,,6,1712.0000,474.9771,840.8426,-101.4015,85.1540,150.7464,-18.1793,-0.0960,80.9715,0.0000,0.0000,4.2786,80.9715,-2.6597,0.0000,83.6311,0.0000,83.6311,4.1498,,,79.4591,,,,,,,17398.2678,17.3983,17.3983 -973.8000,0.4000,,,,,,6,1713.0401,519.1102,841.5813,-101.4371,93.1227,150.9705,-18.1967,0.3043,88.5309,0.0000,0.0000,4.2876,88.5309,-2.7832,0.0000,91.3141,0.0000,91.3141,4.3260,,,87.0653,,,,,,,18865.9451,18.8659,18.8659 -974.2000,0.4000,,,,,,6,1714.4801,432.5687,840.8087,-101.4864,77.6634,150.9587,-18.2209,-0.0160,73.3868,0.0000,0.0000,4.2926,73.3868,-2.5400,0.0000,75.9269,0.0000,75.9269,3.9818,,,71.9417,,,,,,,16043.8145,16.0438,16.0438 -974.6000,0.4000,,,,,,6,1715.9200,400.7218,841.3494,-101.5357,72.0060,151.1827,-18.2450,0.3047,67.4002,0.0000,0.0000,4.3011,67.4002,-2.4450,0.0000,69.8451,0.0000,69.8451,3.8479,,,66.0557,,,,,,,15052.3692,15.0524,15.0524 -975.0000,0.4000,,,,,,6,1716.1600,380.0315,840.1825,-101.5440,68.2977,150.9941,-18.2491,-0.2567,64.2588,0.0000,0.0000,4.2955,64.2588,-2.3945,0.0000,66.6533,0.0000,66.6533,3.7764,,,62.8300,,,,,,,14343.3674,14.3434,14.3434 -975.4000,0.4000,,,,,,6,1715.6800,362.3289,841.0736,-101.5275,65.0980,151.1120,-18.2410,0.1604,60.6377,0.0000,0.0000,4.3000,60.6377,-2.3353,0.0000,62.9730,0.0000,62.9730,3.6920,,,59.3086,,,,,,,13787.4769,13.7875,13.7875 -975.8000,0.4000,,,,,,6,1718.3200,365.7099,841.2871,-101.6179,65.8066,151.3829,-18.2853,0.3694,61.1267,0.0000,0.0000,4.3105,61.1267,-2.3464,0.0000,63.4731,0.0000,63.4731,3.7098,,,59.8273,,,,,,,13914.3830,13.9144,13.9144 -976.2000,0.4000,,,,,,6,1718.0000,371.2699,839.6758,-101.6070,66.7946,151.0648,-18.2800,-0.4336,62.9317,0.0000,0.0000,4.2966,62.9317,-2.3752,0.0000,65.3069,0.0000,65.3069,3.7505,,,61.4790,,,,,,,14079.8378,14.0798,14.0798 -976.6000,0.4000,,,,,,6,1715.5200,239.4156,840.6272,-101.5221,43.0107,151.0177,-18.2383,-0.0641,38.7801,0.0000,0.0000,4.2948,38.7801,-1.9778,0.0000,40.7579,0.0000,40.7579,3.1896,,,37.5612,,,,,,,9808.8328,9.8088,9.8088 -977.0000,0.4000,,,,,,6,1713.8400,230.4563,840.3342,-101.4645,41.3607,150.8172,-18.2101,-0.2723,37.3316,0.0000,0.0000,4.3014,37.3316,-1.9518,0.0000,39.2833,0.0000,39.2833,3.1522,,,36.1025,,,,,,,9503.5923,9.5036,9.5036 -977.4000,0.4000,,,,,,6,1709.6000,148.0229,840.0449,-101.3193,26.5004,150.3923,-18.1391,-0.5753,22.7902,0.0000,0.0000,4.2854,22.7902,-1.7063,0.0000,24.4965,0.0000,24.4965,2.8076,,,21.6524,,,,,,,6961.7691,6.9618,6.9618 -977.8000,0.4000,,,,,,6,1706.8800,137.8404,841.5157,-101.2262,24.6382,150.4159,-18.0936,0.0319,20.3199,0.0000,0.0000,4.2863,20.3199,-1.6622,0.0000,21.9821,0.0000,21.9821,2.7441,,,19.2398,,,,,,,6657.7316,6.6577,6.6577 -978.2000,0.4000,,,,,,6,1707.6000,180.7150,841.6231,-101.2509,32.3154,150.4986,-18.1056,0.1117,27.9169,0.0000,0.0000,4.2867,27.9169,-1.7886,0.0000,29.7055,0.0000,29.7055,2.9204,,,26.7939,,,,,,,7917.2263,7.9172,7.9172 -978.6000,0.4000,,,,,,6,1708.1600,198.1258,841.3472,-101.2700,35.4404,150.4986,-18.1150,0.0000,31.1531,0.0000,0.0000,4.2873,31.1531,-1.8428,0.0000,32.9959,0.0000,32.9959,2.9961,,,29.9998,,,,,,,8490.5717,8.4906,8.4906 -979.0000,0.4000,,,,,,6,1711.2800,173.4485,842.3810,-101.3769,31.0828,150.9587,-18.1672,0.6239,26.1538,0.0000,0.0000,4.3051,26.1538,-1.7639,0.0000,27.9177,0.0000,27.9177,2.8890,,,25.0744,,,,,,,7706.7142,7.7067,7.7067 -979.4000,0.4000,,,,,,6,1713.6000,200.8552,840.5834,-101.4563,36.0430,150.8408,-18.2061,-0.1602,31.9025,0.0000,0.0000,4.3007,31.9025,-1.8618,0.0000,33.7643,0.0000,33.7643,3.0269,,,30.7231,,,,,,,8613.6647,8.6137,8.6137 -979.8000,0.4000,,,,,,6,1710.5600,96.9996,840.2326,-101.3522,17.3755,150.5104,-18.1552,-0.4477,13.5350,0.0000,0.0000,4.2882,13.5350,-1.5545,0.0000,15.0894,0.0000,15.0894,2.5974,,,12.4757,,,,,,,5415.7377,5.4157,5.4157 -980.2000,0.4000,,,,,,6,1709.1200,88.0537,841.6002,-101.3029,15.7597,150.6284,-18.1311,0.1598,11.3116,0.0000,0.0000,4.2883,11.3116,-1.5160,0.0000,12.8276,0.0000,12.8276,2.5427,,,10.2897,,,,,,,5179.3498,5.1793,5.1793 -980.6000,0.4000,,,,,,6,1708.7200,133.1419,840.8075,-101.2892,23.8240,150.4514,-18.1244,-0.2396,19.7819,0.0000,0.0000,4.2817,19.7819,-1.6555,0.0000,21.4374,0.0000,21.4374,2.7363,,,18.6880,,,,,,,6533.7540,6.5338,6.5338 -981.0000,0.4000,,,,,,6,1704.9600,20.7196,840.5440,-101.1605,3.6993,150.0732,-18.0615,-0.5100,-0.0581,0.0000,0.0000,4.2674,-0.0581,-1.3230,0.0000,1.2649,0.0000,1.2649,2.2712,,,-1.0048,,,,,,,3268.8733,3.2689,3.2689 -981.4000,0.4000,,,,,,6,1703.2800,21.1958,842.1020,-101.1029,3.7806,150.2033,-18.0334,0.1751,-0.6772,0.0000,0.0000,4.2827,-0.6772,-1.3108,0.0000,0.6336,0.0000,0.6336,2.2528,,,-1.6201,,,,,,,3276.5238,3.2765,3.2765 -981.8000,0.4000,,,,,,6,1703.4400,39.3425,841.4266,-101.1084,7.0181,150.0969,-18.0361,-0.1433,2.8821,0.0000,0.0000,4.2793,2.8821,-1.3698,0.0000,4.2519,0.0000,4.2519,2.3350,,,1.9161,,,,,,,3788.5306,3.7885,3.7885 -982.2000,0.4000,,,,,,6,1703.0400,26.3350,841.8894,-101.0947,4.6966,150.1442,-18.0294,0.0637,0.3361,0.0000,0.0000,4.2969,0.3361,-1.3272,0.0000,1.6633,0.0000,1.6633,2.2755,,,-0.6123,,,,,,,3413.2986,3.4133,3.4133 -982.6000,0.4000,,,,,,6,1701.1200,-14.6537,840.9808,-101.0290,-2.6104,149.8130,-17.9974,-0.4452,-6.4496,0.0000,0.0000,4.2844,-6.4496,-1.3375,0.0000,-5.1121,0.0000,-5.1121,3.0146,,,-8.1160,,,,,,,2357.4396,2.3574,2.3574 -983.0000,0.4000,,,,,,6,1700.6400,-32.6365,842.6792,-101.0125,-5.8123,150.0732,-17.9894,0.3497,-10.4562,0.0000,0.0000,4.2942,-10.4562,-1.3991,0.0000,-9.0571,0.0000,-9.0571,3.0605,,,-12.1301,,,,,,,1904.9370,1.9049,1.9049 -983.4000,0.4000,,,,,,6,1702.1600,-101.0646,841.7277,-101.0646,-18.0147,150.0378,-18.0147,-0.0477,-22.2473,0.0000,0.0000,4.2803,-22.2473,-1.5836,0.0000,-20.6637,0.0000,-20.6637,3.2032,,,-27.4964,,,,,,,0.0000,0.0000,0.0000 -983.8000,0.4000,,,,,,6,1701.9200,-101.0564,841.8464,-101.0564,-18.0107,150.0378,-18.0107,0.0000,-22.2911,0.0000,0.0000,4.2803,-22.2911,-1.5840,0.0000,-20.7070,0.0000,-20.7070,3.2031,,,-25.3349,,,,,,,0.0000,0.0000,0.0000 -984.2000,0.4000,,,,,,6,1702.4000,-101.0728,842.0069,-101.0728,-18.0187,150.1087,-18.0187,0.0955,-22.3912,0.0000,0.0000,4.2770,-22.3912,-1.5861,0.0000,-20.8051,0.0000,-20.8051,3.2055,,,-27.1670,,,,,,,0.0000,0.0000,0.0000 -984.6000,0.4000,,,,,,6,1703.4400,-101.1084,841.9567,-101.1084,-18.0361,150.1915,-18.0361,0.1115,-22.4266,0.0000,0.0000,4.2790,-22.4266,-1.5879,0.0000,-20.8387,0.0000,-20.8387,3.2086,,,-27.8722,,,,,,,0.0000,0.0000,0.0000 -985.0000,0.4000,,,,,,6,1703.6000,-101.1139,841.5464,-101.1139,-18.0388,150.1324,-18.0388,-0.0796,-22.2359,0.0000,0.0000,4.2768,-22.2359,-1.5851,0.0000,-20.6508,0.0000,-20.6508,3.2067,,,-25.9954,,,,,,,0.0000,0.0000,0.0000 -985.4000,0.4000,,,,,,6,1704.6400,-101.1495,842.2245,-101.1495,-18.0561,150.3451,-18.0561,0.2868,-22.6359,0.0000,0.0000,4.2930,-22.6359,-1.5925,0.0000,-21.0434,0.0000,-21.0434,3.2141,,,-28.2632,,,,,,,0.0000,0.0000,0.0000 -985.8000,0.4000,,,,,,6,1706.7200,-101.2207,841.7267,-101.2207,-18.0909,150.4395,-18.0909,0.1276,-22.5150,0.0000,0.0000,4.2965,-22.5150,-1.5929,0.0000,-20.9221,0.0000,-20.9221,3.2181,,,-26.8455,,,,,,,0.0000,0.0000,0.0000 -986.2000,0.4000,,,,,,6,1700.8000,-101.0180,839.2114,-101.0180,-17.9921,149.4697,-17.9921,-1.3037,-20.9485,0.0000,0.0000,4.2601,-20.9485,-1.5620,0.0000,-19.3866,0.0000,-19.3866,3.1844,,,-84.0973,,,,,,,0.0000,0.0000,0.0000 -986.6000,0.4000,,,,,,6,1689.0400,-100.6154,840.6966,-100.6154,-17.7964,148.6989,-17.7964,-1.0262,-20.9981,0.0000,0.0000,4.2279,-20.9981,-1.5495,0.0000,-19.4487,0.0000,-19.4487,3.1546,,,-26.9089,,,,,,,0.0000,0.0000,0.0000 -987.0000,0.4000,,,,,,6,1688.2400,-96.4363,844.7848,-100.5880,-17.0492,149.3513,-17.7832,0.8679,-22.1689,0.0000,0.0000,4.2518,-22.1689,-1.5667,0.0000,-20.6022,0.0000,-20.6022,3.1663,,,-23.8305,,,,,,,119.1238,0.1191,0.1191 -987.4000,0.4000,,,,,,6,1692.1601,-92.8607,842.4266,-100.7222,-16.4552,149.2802,-17.8482,-0.0949,-20.6122,0.0000,0.0000,4.2519,-20.6122,-1.5470,0.0000,-19.0652,0.0000,-19.0652,3.1581,,,-22.2170,,,,,,,225.5662,0.2256,0.2256 -987.8000,0.4000,,,,,,6,1690.5600,-22.4885,842.2864,-100.6674,-3.9812,149.1142,-17.8217,-0.2213,-8.0057,0.0000,0.0000,4.2457,-8.0057,-1.3498,0.0000,-6.6559,0.0000,-6.6559,3.0057,,,-9.6552,,,,,,,2131.9203,2.1319,2.1319 -988.2000,0.4000,,,,,,6,1697.2000,188.2259,845.4512,-100.8948,33.4535,150.2624,-17.9321,1.5389,27.6258,0.0000,0.0000,4.2888,27.6258,-1.7713,0.0000,29.3971,0.0000,29.3971,2.8880,,,26.6303,,,,,,,8098.5338,8.0985,8.0985 -988.6000,0.4000,,,,,,6,1702.0000,163.3101,840.6123,-101.0591,29.1073,149.8249,-18.0121,-0.5887,25.4236,0.0000,0.0000,4.2723,25.4236,-1.7406,0.0000,27.1642,0.0000,27.1642,2.8492,,,24.2727,,,,,,,7363.2983,7.3633,7.3633 -989.0000,0.4000,,,,,,6,1701.2000,114.1197,842.7999,-101.0317,20.3303,150.1442,-17.9987,0.4294,15.6167,0.0000,0.0000,4.2843,15.6167,-1.5776,0.0000,17.1943,0.0000,17.1943,2.6220,,,14.5908,,,,,,,5901.2584,5.9013,5.9013 -989.4000,0.4000,,,,,,6,1703.2800,85.0289,841.7045,-101.1029,15.1663,150.1324,-18.0334,-0.0159,10.9050,0.0000,0.0000,4.2773,10.9050,-1.5022,0.0000,12.4072,0.0000,12.4072,2.5189,,,9.8878,,,,,,,5076.6030,5.0766,5.0766 -989.8000,0.4000,,,,,,6,1697.2800,-100.8975,839.7519,-100.8975,-17.9334,149.2565,-17.9334,-1.1740,-21.0038,0.0000,0.0000,4.2444,-21.0038,-1.5588,0.0000,-19.4450,0.0000,-19.4450,3.1759,,,-27.7752,,,,,,,0.0000,0.0000,0.0000 -990.2000,0.4000,,,,,,6,1690.6400,-100.6701,842.4475,-100.6701,-17.8230,149.1498,-17.8230,-0.1422,-21.9218,0.0000,0.0000,4.2410,-21.9218,-1.5656,0.0000,-20.3562,0.0000,-20.3562,3.1696,,,-24.0875,,,,,,,0.0000,0.0000,0.0000 -990.6000,0.4000,,,,,,6,1688.2401,1.0972,842.2363,-100.5880,0.1940,148.9007,-17.7832,-0.3314,-3.7052,0.0000,0.0000,4.2306,-3.7052,-1.2805,0.0000,-2.4247,0.0000,-2.4247,2.9491,,,-5.3685,,,,,,,2718.0004,2.7180,2.7180 -991.0000,0.4000,,,,,,6,1689.6001,164.8070,844.1048,-100.6345,29.1601,149.3513,-17.8057,0.6001,24.3125,0.0000,0.0000,4.2475,24.3125,-1.7074,0.0000,26.0198,0.0000,26.0198,2.7931,,,23.2685,,,,,,,7341.4214,7.3414,7.3414 -991.4000,0.4000,,,,,,6,1696.7200,230.0227,843.9606,-100.8783,40.8705,149.9550,-17.9241,0.8089,35.7975,0.0000,0.0000,4.2641,35.7975,-1.9058,0.0000,37.7033,0.0000,37.7033,3.0745,,,34.7120,,,,,,,9367.1908,9.3672,9.3672 -991.8000,0.4000,,,,,,6,1701.1200,147.0288,842.0432,-101.0290,26.1918,150.0023,-17.9974,0.0636,21.8629,0.0000,0.0000,4.2653,21.8629,-1.6807,0.0000,23.5436,0.0000,23.5436,2.7653,,,20.7823,,,,,,,6888.7876,6.8888,6.8888 -992.2000,0.4000,,,,,,6,1702.7200,99.0115,842.3127,-101.0838,17.6546,150.1915,-18.0241,0.2547,13.1269,0.0000,0.0000,4.2730,13.1269,-1.5383,0.0000,14.6652,0.0000,14.6652,2.5685,,,12.1057,,,,,,,5434.1016,5.4341,5.4341 -992.6000,0.4000,,,,,,6,1700.6400,24.0098,840.5536,-101.0125,4.2759,149.6947,-17.9894,-0.6677,0.6893,0.0000,0.0000,4.2543,0.6893,-1.3302,0.0000,2.0194,0.0000,2.0194,2.2777,,,-0.2578,,,,,,,3341.7156,3.3417,3.3417 -993.0000,0.4000,,,,,,6,1696.8800,11.2756,842.0831,-100.8838,2.0036,149.6355,-17.9267,-0.0793,-2.1692,0.0000,0.0000,4.2521,-2.1692,-1.2784,0.0000,-0.8908,0.0000,-0.8908,2.9532,,,-3.8430,,,,,,,3003.6541,3.0037,3.0037 -993.4000,0.4000,,,,,,6,1697.0400,34.5526,842.4699,-100.8893,6.1405,149.7184,-17.9294,0.1110,1.7709,0.0000,0.0000,4.2585,1.7709,-1.3437,0.0000,3.1147,0.0000,3.1147,2.2937,,,0.8213,,,,,,,3628.4620,3.6285,3.6285 -993.8000,0.4000,,,,,,6,1697.0400,57.4619,842.0037,-100.8893,10.2118,149.6355,-17.9294,-0.1110,6.0636,0.0000,0.0000,4.2592,6.0636,-1.4147,0.0000,7.4783,0.0000,7.4783,2.3923,,,5.0843,,,,,,,4286.8606,4.2869,4.2869 -994.2000,0.4000,,,,,,6,1697.0400,19.3284,842.4699,-100.8893,3.4349,149.7184,-17.9294,0.1110,-0.9379,0.0000,0.0000,4.2618,-0.9379,-1.2989,0.0000,0.3611,0.0000,0.3611,2.2314,,,-1.8710,,,,,,,3211.3577,3.2114,3.2114 -994.6000,0.4000,,,,,,6,1700.1600,130.8461,843.0499,-100.9961,23.2959,150.0969,-17.9814,0.5086,18.5157,0.0000,0.0000,4.2716,18.5157,-1.6242,0.0000,20.1400,0.0000,20.1400,2.6860,,,17.4802,,,,,,,6423.3176,6.4233,6.4233 -995.0000,0.4000,,,,,,6,1699.8400,6.4139,840.8162,-100.9852,1.1417,149.6710,-17.9760,-0.5720,-2.5419,0.0000,0.0000,4.2556,-2.5419,-1.2758,0.0000,-1.2661,0.0000,-1.2661,2.9653,,,-4.2242,,,,,,,2886.6378,2.8866,2.8866 -995.4000,0.4000,,,,,,6,1698.6400,31.6046,842.8071,-100.9441,5.6219,149.9195,-17.9560,0.3334,1.0235,0.0000,0.0000,4.2650,1.0235,-1.3333,0.0000,2.3568,0.0000,2.3568,2.2804,,,0.0764,,,,,,,3549.3399,3.5493,3.5493 -995.8000,0.4000,,,,,,6,1700.7200,20.2758,842.1084,-101.0153,3.6111,149.9787,-17.9907,0.0795,-0.7328,0.0000,0.0000,4.2644,-0.7328,-1.3068,0.0000,0.5739,0.0000,0.5739,2.2452,,,-1.6717,,,,,,,3245.8293,3.2458,3.2458 -996.2000,0.4000,,,,,,6,1700.0000,14.9963,841.5348,-100.9906,2.6697,149.8130,-17.9787,-0.2225,-1.3661,0.0000,0.0000,4.2582,-1.3661,-1.2954,0.0000,-0.0706,0.0000,-0.0706,2.9515,,,-3.0201,,,,,,,3107.9696,3.1080,3.1080 -996.6000,0.4000,,,,,,6,1700.6400,26.0851,842.6792,-101.0125,4.6455,150.0732,-17.9894,0.3497,0.0267,0.0000,0.0000,4.2691,0.0267,-1.3192,0.0000,1.3459,0.0000,1.3459,2.2625,,,-0.9175,,,,,,,3397.7129,3.3977,3.3977 -997.0000,0.4000,,,,,,6,1699.8400,-3.1515,840.9492,-100.9852,-0.5610,149.6947,-17.9760,-0.5085,-4.3074,0.0000,0.0000,4.2549,-4.3074,-1.3029,0.0000,-3.0045,0.0000,-3.0045,2.9861,,,-5.9816,,,,,,,2642.5173,2.6425,2.6425 -997.4000,0.4000,,,,,,6,1696.8800,-4.4405,842.0831,-100.8838,-0.7891,149.6355,-17.9267,-0.0793,-4.9624,0.0000,0.0000,4.2527,-4.9624,-1.3097,0.0000,-3.6527,0.0000,-3.6527,2.9862,,,-6.6373,,,,,,,2602.0647,2.6021,2.6021 -997.8000,0.4000,,,,,,6,1694.5600,27.7612,841.6341,-100.8044,4.9263,149.3513,-17.8881,-0.3802,1.0661,0.0000,0.0000,4.2404,1.0661,-1.3291,0.0000,2.3952,0.0000,2.3952,2.2713,,,0.1237,,,,,,,3424.5954,3.4246,3.4246 -998.2000,0.4000,,,,,,6,1695.8400,15.0969,843.6658,-100.8482,2.6810,149.8249,-17.9094,0.6341,-2.2112,0.0000,0.0000,4.2581,-2.2112,-1.2765,0.0000,-0.9347,0.0000,-0.9347,2.9510,,,-3.8930,,,,,,,3099.1587,3.0992,3.0992 -998.6000,0.4000,,,,,,6,1697.9200,34.7343,841.7004,-100.9194,6.1760,149.6592,-17.9441,-0.2222,2.1468,0.0000,0.0000,4.2514,2.1468,-1.3510,0.0000,3.4978,0.0000,3.4978,2.3045,,,1.1925,,,,,,,3636.7640,3.6368,3.6368 -999.0000,0.4000,,,,,,6,1695.6000,16.1777,841.8518,-100.8400,2.8726,149.4816,-17.9054,-0.2377,-1.1311,0.0000,0.0000,4.2414,-1.1311,-1.2940,0.0000,0.1629,0.0000,0.1629,2.2234,,,-2.0591,,,,,,,3126.3183,3.1263,3.1263 -999.4000,0.4000,,,,,,6,1694.4000,21.3800,842.4480,-100.7989,3.7936,149.4816,-17.8855,0.0000,-0.4478,0.0000,0.0000,4.2414,-0.4478,-1.3039,0.0000,0.8561,0.0000,0.8561,2.2362,,,-1.3801,,,,,,,3256.9249,3.2569,3.2569 -999.8000,0.4000,,,,,,6,1694.4000,20.6921,842.4480,-100.7989,3.6715,149.4816,-17.8855,0.0000,-0.5644,0.0000,0.0000,4.2360,-0.5644,-1.3019,0.0000,0.7375,0.0000,0.7375,2.2335,,,-1.4960,,,,,,,3239.2196,3.2392,3.2392 -1000.2000,0.4000,,,,,,6,1693.6800,11.9683,842.2050,-100.7742,2.1227,149.3750,-17.8735,-0.1425,-1.9668,0.0000,0.0000,4.2320,-1.9668,-1.2779,0.0000,-0.6889,0.0000,-0.6889,2.9424,,,-3.6298,,,,,,,3012.7118,3.0127,3.0127 -1000.6000,0.4000,,,,,,6,1693.0400,32.0150,842.5902,-100.7523,5.6761,149.3868,-17.8629,0.0158,1.4279,0.0000,0.0000,4.2324,1.4279,-1.3332,0.0000,2.7611,0.0000,2.7611,2.2759,,,0.4852,,,,,,,3541.5251,3.5415,3.5415 -1001.0000,0.4000,,,,,,6,1693.0400,44.1227,842.5234,-100.7523,7.8227,149.3750,-17.8629,-0.0158,3.6088,0.0000,0.0000,4.2298,3.6088,-1.3693,0.0000,4.9781,0.0000,4.9781,2.3260,,,2.6519,,,,,,,3889.4964,3.8895,3.8895 -1001.4000,0.4000,,,,,,6,1694.9600,52.9913,843.2370,-100.8181,9.4057,149.6710,-17.8948,0.3961,4.7693,0.0000,0.0000,4.2403,4.7693,-1.3908,0.0000,6.1601,0.0000,6.1601,2.3574,,,3.8072,,,,,,,4151.0982,4.1511,4.1511 -1001.8000,0.4000,,,,,,6,1701.2000,138.5215,843.6623,-101.0317,24.6775,150.2978,-17.9987,0.8428,19.5703,0.0000,0.0000,4.2644,19.5703,-1.6429,0.0000,21.2132,0.0000,21.2132,2.7128,,,18.5465,,,,,,,6647.1707,6.6472,6.6472 -1002.2000,0.4000,,,,,,6,1704.7200,70.9084,841.3245,-101.1522,12.6584,150.1915,-18.0575,-0.1434,8.5414,0.0000,0.0000,4.2604,8.5414,-1.4649,0.0000,10.0063,0.0000,10.0063,2.4682,,,7.5349,,,,,,,4700.1855,4.7002,4.7002 -1002.6000,0.4000,,,,,,6,1706.5600,22.6245,842.5324,-101.2153,4.0432,150.5694,-18.0882,0.5105,-0.7419,0.0000,0.0000,4.2746,-0.7419,-1.3137,0.0000,0.5718,0.0000,0.5718,2.2595,,,-1.6902,,,,,,,3322.2875,3.3223,3.3223 -1003.0000,0.4000,,,,,,6,1707.2800,-40.5873,840.6578,-101.2399,-7.2564,150.2978,-18.1003,-0.3671,-11.1560,0.0000,0.0000,4.2666,-11.1560,-1.4175,0.0000,-9.7385,0.0000,-9.7385,3.0859,,,-12.8106,,,,,,,1723.6540,1.7237,1.7237 -1003.4000,0.4000,,,,,,6,1700.9600,-101.0235,840.0632,-101.0235,-17.9947,149.6355,-17.9947,-0.8904,-21.3499,0.0000,0.0000,4.2456,-21.3499,-1.5684,0.0000,-19.7815,0.0000,-19.7815,3.1895,,,-32.2625,,,,,,,0.0000,0.0000,0.0000 -1003.8000,0.4000,,,,,,6,1697.1200,-100.8920,842.4968,-100.8920,-17.9307,149.7302,-17.9307,0.1269,-22.3067,0.0000,0.0000,4.2491,-22.3067,-1.5789,0.0000,-20.7279,0.0000,-20.7279,3.1908,,,-24.5029,,,,,,,0.0000,0.0000,0.0000 -1004.2000,0.4000,,,,,,6,1695.3600,-100.8318,841.3704,-100.8318,-17.9014,149.3750,-17.9014,-0.4754,-21.6629,0.0000,0.0000,4.2369,-21.6629,-1.5669,0.0000,-20.0960,0.0000,-20.0960,3.1787,,,-25.6935,,,,,,,0.0000,0.0000,0.0000 -1004.6000,0.4000,,,,,,6,1690.8000,-100.6756,841.8320,-100.6756,-17.8256,149.0549,-17.8256,-0.4267,-21.6238,0.0000,0.0000,4.2249,-21.6238,-1.5612,0.0000,-20.0626,0.0000,-20.0626,3.1665,,,-32.6009,,,,,,,0.0000,0.0000,0.0000 -1005.0000,0.4000,,,,,,6,1688.6400,-50.4807,842.9088,-100.6017,-8.9267,149.0549,-17.7898,0.0000,-13.1516,0.0000,0.0000,4.2249,-13.1516,-1.4274,0.0000,-11.7242,0.0000,-11.7242,3.0613,,,-14.7855,,,,,,,1424.3370,1.4243,1.4243 -1005.4000,0.4000,,,,,,6,1688.2400,-8.6604,842.7731,-100.5880,-1.5311,148.9956,-17.7832,-0.0789,-5.6738,0.0000,0.0000,4.2216,-5.6738,-1.3110,0.0000,-4.3628,0.0000,-4.3628,2.9723,,,-7.3333,,,,,,,2472.5043,2.4725,2.4725 -1005.8000,0.4000,,,,,,6,1690.4000,329.0265,843.8392,-100.6619,58.2437,149.3750,-17.8190,0.5056,53.5023,0.0000,0.0000,4.2358,53.5023,-2.1892,0.0000,55.6915,0.0000,55.6915,3.4656,,,52.3050,,,,,,,12450.3422,12.4503,12.4503 -1006.2000,0.4000,,,,,,6,1694.2400,367.3538,842.9948,-100.7934,65.1761,149.5645,-17.8828,0.2534,60.6852,0.0000,0.0000,4.2374,60.6852,-2.3100,0.0000,62.9952,0.0000,62.9952,3.6400,,,59.4001,,,,,,,13740.8150,13.7408,13.7408 -1006.6000,0.4000,,,,,,6,1695.6001,302.1330,842.3854,-100.8400,53.6476,149.5763,-17.9054,0.0159,49.3939,0.0000,0.0000,4.2379,49.3939,-2.1290,0.0000,51.5229,0.0000,51.5229,3.3841,,,48.1411,,,,,,,11670.1696,11.6702,11.6702 -1007.0000,0.4000,,,,,,6,1697.5201,326.2571,842.9639,-100.9057,57.9967,149.8485,-17.9374,0.3649,53.3913,0.0000,0.0000,4.2404,53.3913,-2.1960,0.0000,55.5873,0.0000,55.5873,3.4806,,,52.1632,,,,,,,12425.1065,12.4251,12.4251 -1007.4000,0.4000,,,,,,6,1697.8400,323.9663,841.5403,-100.9167,57.6004,149.6237,-17.9427,-0.3016,53.6699,0.0000,0.0000,4.2320,53.6699,-2.2009,0.0000,55.8708,0.0000,55.8708,3.4878,,,52.3361,,,,,,,12358.3467,12.3583,12.3583 -1007.8000,0.4000,,,,,,6,1696.0000,256.1173,842.1867,-100.8537,45.4876,149.5763,-17.9121,-0.0634,41.3208,0.0000,0.0000,4.2302,41.3208,-1.9962,0.0000,43.3170,0.0000,43.3170,3.1996,,,40.1098,,,,,,,10208.6761,10.2087,10.2087 -1008.2000,0.4000,,,,,,6,1699.2001,422.1771,843.5262,-100.9632,75.1221,150.0969,-17.9654,0.6989,70.1735,0.0000,0.0000,4.2498,70.1735,-2.4695,0.0000,72.6429,0.0000,72.6429,3.8701,,,68.9153,,,,,,,15550.5591,15.5506,15.5506 -1008.6000,0.4000,,,,,,6,1703.2001,373.8081,841.9428,-101.1002,66.6719,150.1678,-18.0321,0.0955,62.3240,0.0000,0.0000,4.2524,62.3240,-2.3474,0.0000,64.6713,0.0000,64.6713,3.6997,,,60.9888,,,,,,,14019.4424,14.0194,14.0194 -1009.0000,0.4000,,,,,,6,1703.5201,339.1140,841.6521,-101.1112,60.4953,150.1442,-18.0374,-0.0319,56.2756,0.0000,0.0000,4.2515,56.2756,-2.2499,0.0000,58.5255,0.0000,58.5255,3.5617,,,54.9587,,,,,,,12906.1904,12.9062,12.9062 -1009.4000,0.4000,,,,,,6,1702.0000,306.1582,841.2760,-101.0591,54.5675,149.9432,-18.0121,-0.2705,50.5912,0.0000,0.0000,4.2467,50.5912,-2.1561,0.0000,52.7474,0.0000,52.7474,3.4274,,,49.2806,,,,,,,11853.1715,11.8532,11.8532 -1009.8000,0.4000,,,,,,6,1697.8400,259.4179,841.0076,-100.9167,46.1238,149.5289,-17.9427,-0.5555,42.4481,0.0000,0.0000,4.2312,42.4481,-2.0170,0.0000,44.4652,0.0000,44.4652,3.2300,,,41.1671,,,,,,,10319.9926,10.3200,10.3200 -1010.2000,0.4000,,,,,,6,1697.2000,379.1666,843.1229,-100.8948,67.3894,149.8485,-17.9321,0.4283,62.7184,0.0000,0.0000,4.2426,62.7184,-2.3465,0.0000,65.0649,0.0000,65.0649,3.6940,,,61.4490,,,,,,,14126.1048,14.1261,14.1261 -1010.6000,0.4000,,,,,,6,1697.5201,428.0970,841.4326,-100.9057,76.1002,149.5763,-17.9374,-0.3649,72.2420,0.0000,0.0000,4.2231,72.2420,-2.5009,0.0000,74.7429,0.0000,74.7429,3.9135,,,70.7526,,,,,,,15712.5574,15.7126,15.7126 -1011.0000,0.4000,,,,,,6,1696.6401,473.0060,842.6685,-100.8756,84.0398,149.7184,-17.9227,0.1903,79.6210,0.0000,0.0000,4.2285,79.6210,-2.6192,0.0000,82.2402,0.0000,82.2402,4.0807,,,78.2037,,,,,,,17164.1835,17.1642,17.1642 -1011.4000,0.4000,,,,,,6,1699.8400,612.6820,842.9429,-100.9852,109.0616,150.0496,-17.9760,0.4449,104.3769,0.0000,0.0000,4.2398,104.3769,-3.0247,0.0000,107.4015,0.0000,107.4015,4.6571,,,102.8798,,,,,,,21831.1224,21.8311,21.8311 -1011.8000,0.4000,,,,,,6,1701.8400,567.0740,841.7533,-101.0536,101.0618,150.0141,-18.0094,-0.0477,96.8711,0.0000,0.0000,4.2385,96.8711,-2.9045,0.0000,99.7755,0.0000,99.7755,4.4897,,,95.2724,,,,,,,20312.1741,20.3122,20.3122 -1012.2000,0.4000,,,,,,6,1702.0000,614.1383,842.0058,-101.0591,109.4597,150.0732,-18.0121,0.0795,105.1395,0.0000,0.0000,4.2407,105.1395,-3.0399,0.0000,108.1793,0.0000,108.1793,4.6800,,,103.5237,,,,,,,21913.3730,21.9134,21.9134 -1012.6000,0.4000,,,,,,6,1703.2800,655.8266,842.1020,-101.1029,116.9779,150.2033,-18.0334,0.1751,112.5413,0.0000,0.0000,4.2614,112.5413,-3.1637,0.0000,115.7050,0.0000,115.7050,4.8532,,,110.9091,,,,,,,23323.7880,23.3238,23.3238 -1013.0000,0.4000,,,,,,6,1703.6800,615.9619,841.5068,-101.1166,109.8931,150.1324,-18.0401,-0.0956,105.7299,0.0000,0.0000,4.2587,105.7299,-3.0516,0.0000,108.7815,0.0000,108.7815,4.6977,,,104.0545,,,,,,,22001.6178,22.0016,22.0016 -1013.4000,0.4000,,,,,,6,1703.2800,617.9473,841.7707,-101.1029,110.2214,150.1442,-18.0334,0.0159,105.9463,0.0000,0.0000,4.2592,105.9463,-3.0547,0.0000,109.0010,0.0000,109.0010,4.7017,,,104.3043,,,,,,,22065.6132,22.0656,22.0656 -1013.8000,0.4000,,,,,,6,1702.6400,629.9369,841.4904,-101.0810,112.3178,150.0378,-18.0228,-0.1432,108.1905,0.0000,0.0000,4.2705,108.1905,-3.0910,0.0000,111.2816,0.0000,111.2816,4.7517,,,106.4849,,,,,,,22477.6220,22.4776,22.4776 -1014.2000,0.4000,,,,,,6,1703.8400,586.4185,842.4875,-101.1221,104.6321,150.3214,-18.0428,0.3822,99.9688,0.0000,0.0000,4.2811,99.9688,-2.9570,0.0000,102.9257,0.0000,102.9257,4.5658,,,98.4708,,,,,,,20965.9538,20.9660,20.9660 -1014.6000,0.4000,,,,,,6,1706.4000,622.5477,841.7524,-101.2098,111.2454,150.4159,-18.0856,0.1276,106.8304,0.0000,0.0000,4.2874,106.8304,-3.0731,0.0000,109.9034,0.0000,109.9034,4.7297,,,105.2131,,,,,,,22272.1391,22.2721,22.2721 -1015.0000,0.4000,,,,,,6,1707.2000,545.2510,841.4901,-101.2372,97.4786,150.4395,-18.0989,0.0319,93.1584,0.0000,0.0000,4.2883,93.1584,-2.8509,0.0000,96.0093,0.0000,96.0093,4.4177,,,91.6002,,,,,,,19653.0752,19.6531,19.6531 -1015.4000,0.4000,,,,,,6,1708.0800,554.4198,841.6506,-101.2673,99.1689,150.5458,-18.1137,0.1437,94.7329,0.0000,0.0000,4.2923,94.7329,-2.8775,0.0000,97.6104,0.0000,97.6104,4.4561,,,93.1936,,,,,,,19984.5199,19.9845,19.9845 -1015.8000,0.4000,,,,,,6,1709.2000,587.8196,841.4289,-101.3056,105.2121,150.6048,-18.1324,0.0799,100.8366,0.0000,0.0000,4.2956,100.8366,-2.9776,0.0000,103.8141,0.0000,103.8141,4.5990,,,99.2383,,,,,,,21092.3233,21.0923,21.0923 -1016.2000,0.4000,,,,,,6,1709.6000,513.4742,841.2320,-101.3193,91.9267,150.6048,-18.1391,0.0000,87.6316,0.0000,0.0000,4.2951,87.6316,-2.7645,0.0000,90.3961,0.0000,90.3961,4.2968,,,86.0993,,,,,,,18651.8393,18.6518,18.6518 -1016.6000,0.4000,,,,,,6,1710.0000,524.3489,841.3648,-101.3330,93.8956,150.6638,-18.1458,0.0799,89.5151,0.0000,0.0000,4.3006,89.5151,-2.7954,0.0000,92.3105,0.0000,92.3105,4.3410,,,87.9901,,,,,,,18987.6711,18.9877,18.9877 -1017.0000,0.4000,,,,,,6,1708.5600,413.3152,840.5562,-101.2837,73.9504,150.3923,-18.1217,-0.3673,70.0251,0.0000,0.0000,4.2925,70.0251,-2.4784,0.0000,72.5036,0.0000,72.5036,3.8899,,,68.5398,,,,,,,15378.6566,15.3787,15.3787 -1017.4000,0.4000,,,,,,6,1700.8800,344.3733,839.5044,-101.0208,61.3383,149.5289,-17.9934,-1.1606,58.2388,0.0000,0.0000,4.2601,58.2388,-2.2785,0.0000,60.5173,0.0000,60.5173,3.6002,,,56.7217,,,,,,,13062.5418,13.0625,13.0625 -1017.8000,0.4000,,,,,,6,1696.1600,549.2985,842.7737,-100.8591,97.5672,149.6947,-17.9147,0.2220,93.0849,0.0000,0.0000,4.2603,93.0849,-2.8363,0.0000,95.9212,0.0000,95.9212,4.3887,,,91.5929,,,,,,,19644.9522,19.6450,19.6450 -1018.2000,0.4000,,,,,,6,1697.2800,663.6432,842.2176,-100.8975,117.9551,149.6947,-17.9334,0.0000,113.6948,0.0000,0.0000,4.2603,113.6948,-3.1756,0.0000,116.8704,0.0000,116.8704,4.8649,,,112.0056,,,,,,,23479.7015,23.4797,23.4797 -1018.6000,0.4000,,,,,,6,1699.6000,728.4902,842.9955,-100.9769,129.6579,150.0378,-17.9720,0.4607,124.9240,0.0000,0.0000,4.2732,124.9240,-3.3640,0.0000,128.2880,0.0000,128.2880,5.1285,,,123.3276,,,,,,,25656.2203,25.6562,25.6562 -1019.0000,0.4000,,,,,,6,1703.3600,811.3464,842.3275,-101.1057,144.7243,150.2505,-18.0348,0.2866,140.1548,0.0000,0.0000,4.2828,140.1548,-3.6202,0.0000,143.7751,0.0000,143.7751,5.4877,,,138.4043,,,,,,,28537.0854,28.5371,28.5371 -1019.4000,0.4000,,,,,,6,1704.0800,805.9322,841.3756,-101.1303,143.8193,150.1442,-18.0468,-0.1434,139.6838,0.0000,0.0000,4.2789,139.6838,-3.6133,0.0000,143.2971,0.0000,143.2971,5.4787,,,137.7602,,,,,,,28378.6228,28.3786,28.3786 -1019.8000,0.4000,,,,,,6,1705.4400,842.4246,842.4246,-101.1769,150.4514,150.4514,-18.0695,0.4145,145.7289,0.0000,0.0000,4.3084,146.2598,-3.7163,0.0000,149.9760,0.0000,149.9760,5.6178,,,145.0602,,,,,,,29663.2419,29.6632,29.6632 -1020.2000,0.4000,,,,,,6,1707.0401,841.2386,841.2386,-101.2317,150.3805,150.3805,-18.0963,-0.0957,146.1705,0.0000,0.0000,4.3058,145.6415,-3.7079,0.0000,149.3494,0.0000,149.3494,5.6075,,,144.2242,,,,,,,29649.6395,29.6496,29.6496 -1020.6000,0.4000,,,,,,6,1708.0000,817.5796,841.9540,-101.2646,146.2334,150.5930,-18.1123,0.2874,141.6323,0.0000,0.0000,4.3137,141.6319,-3.6502,0.0000,145.2821,0.0000,145.2821,5.5331,,,139.8672,,,,,,,28818.1270,28.8181,28.8181 -1021.0000,0.4000,,,,,,6,1710.0800,841.4572,841.4572,-101.3358,150.6874,150.6874,-18.1471,0.1279,146.2313,0.0000,0.0000,4.3282,147.4370,-3.7321,0.0000,151.1691,0.0000,151.1691,5.6373,,,146.7778,,,,,,,29713.7949,29.7138,29.7138 -1021.4000,0.4000,,,,,,6,1709.1200,797.8945,840.6107,-101.3029,142.8061,150.4514,-18.1311,-0.3195,138.8062,0.0000,0.0000,4.3193,137.6789,-3.5696,0.0000,141.2485,0.0000,141.2485,5.4108,,,136.8218,,,,,,,28215.0443,28.2150,28.2150 -1021.8000,0.4000,,,,,,6,1708.1600,814.9747,841.6112,-101.2700,145.7811,150.5458,-18.1150,0.1277,141.3300,0.0000,0.0000,4.3234,141.3300,-3.6454,0.0000,144.9754,0.0000,144.9754,5.5266,,,139.5010,,,,,,,28738.5642,28.7386,28.7386 -1022.2000,0.4000,,,,,,6,1711.2800,842.1178,842.1178,-101.3769,150.9116,150.9116,-18.1672,0.4959,146.0779,0.0000,0.0000,4.3378,149.1070,-3.7370,0.0000,152.8440,0.0000,152.8440,5.6288,,,150.4323,,,,,,,29760.0314,29.7600,29.7600 -1022.6000,0.4000,,,,,,6,1713.2800,765.5575,840.7404,-101.4454,137.3519,150.8408,-18.2007,-0.0961,133.1135,0.0000,0.0000,4.3345,130.4587,-3.4311,0.0000,133.8898,0.0000,133.8898,5.2053,,,131.2664,,,,,,,27169.4910,27.1695,27.1695 -1023.0000,0.4000,,,,,,6,1710.1600,765.0627,840.0995,-101.3385,137.0132,150.4514,-18.1485,-0.5275,133.2198,0.0000,0.0000,4.3210,133.2198,-3.5138,0.0000,136.7335,0.0000,136.7335,5.3453,,,131.1854,,,,,,,27098.7071,27.0987,27.0987 -1023.4000,0.4000,,,,,,6,1707.6800,774.0496,841.4516,-101.2536,138.4216,150.4750,-18.1070,0.0319,134.0678,0.0000,0.0000,4.3219,134.0678,-3.5248,0.0000,137.5926,0.0000,137.5926,5.3586,,,132.2464,,,,,,,27377.2185,27.3772,27.3772 -1023.8000,0.4000,,,,,,6,1706.5600,680.3575,840.9464,-101.2153,121.5871,150.2860,-18.0882,-0.2552,117.5210,0.0000,0.0000,4.3213,117.5210,-3.2500,0.0000,120.7709,0.0000,120.7709,4.9757,,,115.7084,,,,,,,24150.7295,24.1507,24.1507 -1024.2000,0.4000,,,,,,6,1701.6800,690.8377,840.3720,-101.0482,123.1069,149.7539,-18.0067,-0.7158,119.5214,0.0000,0.0000,4.3013,119.5214,-3.2772,0.0000,122.7986,0.0000,122.7986,5.0096,,,117.5398,,,,,,,24430.6373,24.4306,24.4306 -1024.6000,0.4000,,,,,,6,1699.4400,729.9299,842.6098,-100.9715,129.9019,149.9550,-17.9694,0.2701,125.3230,0.0000,0.0000,4.3089,125.3230,-3.3704,0.0000,128.6934,0.0000,128.6934,5.1373,,,123.6550,,,,,,,25699.2304,25.6992,25.6992 -1025.0000,0.4000,,,,,,6,1700.0800,750.2208,841.6946,-100.9934,133.5633,149.8485,-17.9800,-0.1430,129.3976,0.0000,0.0000,4.3087,129.3976,-3.4385,0.0000,132.8361,0.0000,132.8361,5.2325,,,127.5496,,,,,,,26403.2789,26.4033,26.4033 -1025.4000,0.4000,,,,,,6,1699.4400,833.9678,842.0780,-100.9715,148.4170,149.8604,-17.9694,0.0159,144.0925,0.0000,0.0000,4.3086,144.0925,-3.6806,0.0000,147.7732,0.0000,147.7732,5.5685,,,142.2114,,,,,,,29244.4213,29.2444,29.2444 -1025.8000,0.4000,,,,,,6,1698.5600,822.1654,841.7160,-100.9413,146.2409,149.7184,-17.9547,-0.1905,142.1276,0.0000,0.0000,4.3038,142.1276,-3.6471,0.0000,145.7747,0.0000,145.7747,5.5212,,,140.1743,,,,,,,28798.6392,28.7986,28.7986 -1026.2000,0.4000,,,,,,6,1697.6800,789.7639,842.2189,-100.9112,140.4047,149.7302,-17.9401,0.0159,136.0857,0.0000,0.0000,4.3032,136.0857,-3.5462,0.0000,139.6319,0.0000,139.6319,5.3802,,,134.2580,,,,,,,27751.0935,27.7511,27.7511 -1026.6000,0.4000,,,,,,6,1696.4000,808.8383,841.7215,-100.8674,143.6874,149.5289,-17.9187,-0.2696,139.6613,0.0000,0.0000,4.2956,139.6613,-3.6038,0.0000,143.2651,0.0000,143.2651,5.4592,,,137.6954,,,,,,,28332.0432,28.3320,28.3320 -1027.0000,0.4000,,,,,,6,1692.2400,803.1269,841.4502,-100.7249,142.3229,149.1142,-17.8496,-0.5536,138.5964,0.0000,0.0000,4.2801,138.5964,-3.5812,0.0000,142.1777,0.0000,142.1777,5.4245,,,136.5269,,,,,,,28076.0919,28.0761,28.0761 -1027.4000,0.4000,,,,,,6,1691.2800,843.4671,843.4671,-100.6920,149.3868,149.3868,-17.8336,0.3636,144.7329,0.0000,0.0000,4.2903,145.5437,-3.6838,0.0000,149.2274,0.0000,149.2274,5.5586,,,144.6280,,,,,,,29439.4347,29.4394,29.4394 -1027.8000,0.4000,,,,,,6,1689.7600,836.3359,841.4116,-100.6400,147.9907,148.8888,-17.8084,-0.6634,144.3825,0.0000,0.0000,4.2716,143.5802,-3.6495,0.0000,147.2297,0.0000,147.2297,5.5098,,,142.2284,,,,,,,29151.6989,29.1517,29.1517 -1028.2000,0.4000,,,,,,6,1686.2400,843.0336,843.0336,-100.5195,148.8651,148.8651,-17.7500,-0.0315,144.6263,0.0000,0.0000,4.2707,145.1083,-3.6751,0.0000,148.7834,0.0000,148.7834,5.5456,,,143.6999,,,,,,,29330.4842,29.3305,29.3305 -1028.6000,0.4000,,,,,,6,1685.8400,843.0320,843.0320,-100.5058,148.8295,148.8295,-17.7434,-0.0473,144.6074,0.0000,0.0000,4.2694,144.8129,-3.6604,0.0000,148.4732,0.0000,148.4732,5.5185,,,144.0912,,,,,,,29323.0303,29.3230,29.3230 -1029.0000,0.4000,,,,,,6,1684.0801,806.5115,842.6340,-100.4455,142.2335,148.6039,-17.7142,-0.2991,138.2716,0.0000,0.0000,4.2610,137.6187,-3.5460,0.0000,141.1646,0.0000,141.1646,5.3625,,,136.3233,,,,,,,28036.0090,28.0360,28.0360 -1029.4000,0.4000,,,,,,6,1684.5601,844.0761,844.0761,-100.4620,148.9007,148.9007,-17.7222,0.3937,144.2371,0.0000,0.0000,4.2699,146.2845,-3.6717,0.0000,149.9561,0.0000,149.9561,5.5255,,,146.6308,,,,,,,29336.2254,29.3362,29.3362 -1029.8000,0.4000,,,,,,6,1686.4801,822.4634,843.0480,-100.5277,145.2534,148.8888,-17.7540,-0.0158,140.9992,0.0000,0.0000,4.2700,139.0508,-3.5544,0.0000,142.6051,0.0000,142.6051,5.3639,,,139.1577,,,,,,,28586.1727,28.5862,28.5862 -1030.2000,0.4000,,,,,,6,1687.7600,843.5496,843.5496,-100.5715,149.0905,149.0905,-17.7752,0.2682,144.5404,0.0000,0.0000,4.2819,145.5115,-3.6769,0.0000,149.1884,0.0000,149.1884,5.5449,,,144.7203,,,,,,,29377.3695,29.3774,29.3774 -1030.6000,0.4000,,,,,,6,1692.4001,842.9684,843.9781,-100.7304,149.3974,149.5763,-17.8522,0.6486,144.4486,0.0000,0.0000,4.3001,143.4921,-3.6490,0.0000,147.1411,0.0000,147.1411,5.5098,,,142.8518,,,,,,,29441.9836,29.4420,29.4420 -1031.0000,0.4000,,,,,,6,1692.6401,823.4071,841.3182,-100.7386,145.9513,149.1261,-17.8562,-0.6012,142.2693,0.0000,0.0000,4.2832,142.2693,-3.6424,0.0000,145.9117,0.0000,145.9117,5.5098,,,140.1497,,,,,,,28734.3801,28.7344,28.7344 -1031.4000,0.4000,,,,,,6,1692.0000,843.6430,843.6430,-100.7167,149.4816,149.4816,-17.8456,0.4745,144.7100,0.0000,0.0000,4.2971,148.5880,-3.6952,0.0000,152.2832,0.0000,152.2832,5.5484,,,150.7888,,,,,,,29459.1499,29.4591,29.4591 -1031.8000,0.4000,,,,,,6,1694.8000,829.6806,842.5828,-100.8126,147.2509,149.5408,-17.8921,0.0792,142.8675,0.0000,0.0000,4.3043,139.2296,-3.5438,0.0000,142.7734,0.0000,142.7734,5.3402,,,141.0574,,,,,,,29002.5634,29.0026,29.0026 -1032.2000,0.4000,,,,,,6,1694.8000,826.0282,842.2492,-100.8126,146.6027,149.4816,-17.8921,-0.0792,142.3799,0.0000,0.0000,4.3020,142.3799,-3.6468,0.0000,146.0267,0.0000,146.0267,5.5177,,,140.4758,,,,,,,28869.6755,28.8697,28.8697 -1032.6000,0.4000,,,,,,6,1694.4000,842.4480,842.4480,-100.7989,149.4816,149.4816,-17.8855,0.0000,145.1790,0.0000,0.0000,4.3026,147.4067,-3.6995,0.0000,151.1063,0.0000,151.1063,5.5704,,,147.7353,,,,,,,29460.0087,29.4600,29.4600 -1033.0000,0.4000,,,,,,6,1694.3200,817.9955,842.4210,-100.7961,145.1359,149.4697,-17.8841,-0.0158,140.8491,0.0000,0.0000,4.3027,138.7521,-3.5564,0.0000,142.3085,0.0000,142.3085,5.3714,,,139.0001,,,,,,,28584.3916,28.5844,28.5844 -1033.4000,0.4000,,,,,,6,1695.1200,842.7573,842.7573,-100.8235,149.6000,149.6000,-17.8974,0.1743,145.1083,0.0000,0.0000,4.3174,146.4780,-3.6963,0.0000,150.1742,0.0000,150.1742,5.5740,,,146.0295,,,,,,,29484.5793,29.4846,29.4846 -1033.8000,0.4000,,,,,,6,1696.8000,828.2343,842.5891,-100.8811,147.1677,149.7184,-17.9254,0.1586,142.6878,0.0000,0.0000,4.3213,141.3659,-3.6138,0.0000,144.9796,0.0000,144.9796,5.4607,,,140.8900,,,,,,,28986.9119,28.9869,28.9869 -1034.2000,0.4000,,,,,,6,1697.0400,818.6867,842.0037,-100.8893,145.4918,149.6355,-17.9294,-0.1110,141.2846,0.0000,0.0000,4.3182,141.2846,-3.6314,0.0000,144.9160,0.0000,144.9160,5.4980,,,139.3720,,,,,,,28655.3603,28.6554,28.6554 -1034.6000,0.4000,,,,,,6,1698.5600,842.9798,842.9798,-100.9413,149.9432,149.9432,-17.9547,0.4128,145.1952,0.0000,0.0000,4.3352,145.2174,-3.6979,0.0000,148.9153,0.0000,148.9153,5.5915,,,143.5214,,,,,,,29556.2737,29.5563,29.5563 -1035.0000,0.4000,,,,,,6,1700.6400,818.7869,841.9488,-101.0125,145.8183,149.9432,-17.9894,0.0000,141.4831,0.0000,0.0000,4.3352,141.4614,-3.6383,0.0000,145.0997,0.0000,145.0997,5.5103,,,139.6107,,,,,,,28723.5061,28.7235,28.7235 -1035.4000,0.4000,,,,,,6,1701.0400,834.3232,842.0828,-101.0262,148.6201,150.0023,-17.9961,0.0795,144.1950,0.0000,0.0000,4.3456,144.1950,-3.6843,0.0000,147.8792,0.0000,147.8792,5.5748,,,142.3379,,,,,,,29286.9376,29.2869,29.2869 -1035.8000,0.4000,,,,,,6,1702.8000,842.3395,842.3395,-101.0865,150.2033,150.2033,-18.0254,0.2706,145.5779,0.0000,0.0000,4.3548,146.7512,-3.7125,0.0000,150.4637,0.0000,150.4637,5.6045,,,146.1360,,,,,,,29611.3380,29.6113,29.6113 -1036.2000,0.4000,,,,,,6,1702.8800,822.9638,841.2392,-101.0892,146.7552,150.0141,-18.0268,-0.2547,142.6622,0.0000,0.0000,4.3477,141.5288,-3.6263,0.0000,145.1551,0.0000,145.1551,5.4847,,,140.6830,,,,,,,28907.5458,28.9075,28.9075 -1036.6000,0.4000,,,,,,6,1705.2000,843.0721,843.0721,-101.1687,150.5458,150.5458,-18.0655,0.7173,145.4554,0.0000,0.0000,4.3731,146.8851,-3.7140,0.0000,150.5991,0.0000,150.5991,5.6061,,,146.7193,,,,,,,29682.3818,29.6824,29.6824 -1037.0000,0.4000,,,,,,6,1708.9600,841.3492,841.3492,-101.2974,150.5694,150.5694,-18.1284,0.0319,146.1635,0.0000,0.0000,4.3740,146.3012,-3.6874,0.0000,149.9886,0.0000,149.9886,5.5577,,,147.4285,,,,,,,29689.1571,29.6892,29.6892 -1037.4000,0.4000,,,,,,6,1707.8401,840.8445,840.8445,-101.2591,150.3805,150.3805,-18.1096,-0.2554,146.2690,0.0000,0.0000,4.3669,146.5261,-3.6845,0.0000,150.2106,0.0000,150.2106,5.5492,,,147.9370,,,,,,,29650.0809,29.6501,29.6501 -1037.8000,0.4000,,,,,,6,1709.6801,842.5107,842.5107,-101.3221,150.8408,150.8408,-18.1404,0.6233,145.8265,0.0000,0.0000,4.3913,144.3276,-3.6676,0.0000,147.9951,0.0000,147.9951,5.5388,,,144.7890,,,,,,,29744.7577,29.7448,29.7448 -1038.2000,0.4000,,,,,,6,1711.5200,809.3716,840.5517,-101.3851,145.0636,150.6520,-18.1712,-0.2560,140.9354,0.0000,0.0000,4.3842,140.6478,-3.6340,0.0000,144.2818,0.0000,144.2818,5.5106,,,138.9509,,,,,,,28621.8183,28.6218,28.6218 -1038.6000,0.4000,,,,,,6,1708.8000,837.4558,840.7021,-101.2920,149.8586,150.4395,-18.1257,-0.2875,145.7699,0.0000,0.0000,4.3762,145.7699,-3.7196,0.0000,149.4895,0.0000,149.4895,5.6302,,,143.7381,,,,,,,29544.4455,29.5444,29.5444 -1039.0000,0.4000,,,,,,6,1709.6800,842.1813,842.1813,-101.3221,150.7818,150.7818,-18.1404,0.4635,145.9227,0.0000,0.0000,4.3957,147.7520,-3.7284,0.0000,151.4804,0.0000,151.4804,5.6261,,,147.8654,,,,,,,29732.7635,29.7328,29.7328 -1039.4000,0.4000,,,,,,6,1711.6000,840.4915,840.9074,-101.3878,150.6483,150.7228,-18.1726,-0.0800,146.3349,0.0000,0.0000,4.3934,144.5425,-3.6776,0.0000,148.2201,0.0000,148.2201,5.5571,,,144.3983,,,,,,,29706.7347,29.7067,29.7067 -1039.8000,0.4000,,,,,,6,1710.8000,835.3206,840.9713,-101.3604,149.6515,150.6638,-18.1592,-0.0800,145.3386,0.0000,0.0000,4.3929,145.3386,-3.7148,0.0000,149.0534,0.0000,149.0534,5.6252,,,143.3947,,,,,,,29503.6770,29.5037,29.5037 -1040.2000,0.4000,,,,,,6,1710.9600,841.3537,841.3537,-101.3659,150.7464,150.7464,-18.1619,0.1120,146.2385,0.0000,0.0000,4.3960,147.4094,-3.7331,0.0000,151.1426,0.0000,151.1426,5.6398,,,146.7073,,,,,,,29726.2938,29.7263,29.7263 -1040.6000,0.4000,,,,,,6,1710.1600,803.6775,840.6270,-101.3385,143.9286,150.5458,-18.1485,-0.2718,139.8092,0.0000,0.0000,4.3912,138.7062,-3.5883,0.0000,142.2945,0.0000,142.2945,5.4379,,,137.8352,,,,,,,28416.9513,28.4170,28.4170 -1041.0000,0.4000,,,,,,6,1708.8000,841.2960,841.2960,-101.2920,150.5458,150.5458,-18.1257,0.0000,146.1547,0.0000,0.0000,4.3912,148.7384,-3.7339,0.0000,152.4723,0.0000,152.4723,5.6265,,,149.3967,,,,,,,29684.2637,29.6843,29.6843 -1041.4000,0.4000,,,,,,6,1708.3200,841.1364,841.1364,-101.2755,150.4750,150.4750,-18.1177,-0.0958,146.1823,0.0000,0.0000,4.3885,147.7711,-3.6626,0.0000,151.4337,0.0000,151.4337,5.4905,,,152.6840,,,,,,,29669.5793,29.6696,29.6696 -1041.8000,0.4000,,,,,,6,1707.6000,804.0344,841.2929,-101.2509,143.7770,150.4395,-18.1056,-0.0479,139.4394,0.0000,0.0000,4.3855,135.6258,-3.4951,0.0000,139.1209,0.0000,139.1209,5.2797,,,137.5852,,,,,,,28382.0504,28.3821,28.3821 -1042.2000,0.4000,,,,,,6,1707.7600,841.5443,841.5443,-101.2563,150.4986,150.4986,-18.1083,0.0798,146.0316,0.0000,0.0000,4.3872,146.6467,-3.7243,0.0000,150.3709,0.0000,150.3709,5.6301,,,145.3823,,,,,,,29674.0774,29.6741,29.6741 -1042.6000,0.4000,,,,,,6,1707.4400,841.1076,841.1076,-101.2454,150.3923,150.3923,-18.1029,-0.1436,146.1511,0.0000,0.0000,4.3848,146.3974,-3.7079,0.0000,150.1053,0.0000,150.1053,5.5990,,,145.9072,,,,,,,29652.2621,29.6523,29.6523 -1043.0000,0.4000,,,,,,6,1707.4400,832.7154,841.7020,-101.2454,148.8918,150.4986,-18.1029,0.1436,144.3582,0.0000,0.0000,4.3899,143.5152,-3.6688,0.0000,147.1839,0.0000,147.1839,5.5503,,,142.5256,,,,,,,29346.7091,29.3467,29.3467 -1043.4000,0.4000,,,,,,6,1707.7600,841.2141,841.2141,-101.2563,150.4395,150.4395,-18.1083,-0.0798,146.1321,0.0000,0.0000,4.3877,146.7061,-3.7258,0.0000,150.4319,0.0000,150.4319,5.6326,,,145.3314,,,,,,,29662.0571,29.6621,29.6621 -1043.8000,0.4000,,,,,,6,1709.5201,826.3807,842.1283,-101.3166,147.9391,150.7582,-18.1378,0.4315,143.1047,0.0000,0.0000,4.4030,142.5479,-3.6592,0.0000,146.2071,0.0000,146.2071,5.5415,,,141.3935,,,,,,,29154.6158,29.1546,29.1546 -1044.2000,0.4000,,,,,,6,1715.6001,842.3587,842.3587,-101.5248,151.3358,151.3358,-18.2397,0.7858,146.1246,0.0000,0.0000,4.4255,146.2852,-3.7340,0.0000,150.0191,0.0000,150.0191,5.6542,,,144.8543,,,,,,,29848.6617,29.8487,29.8487 -1044.6000,0.4000,,,,,,6,1722.8800,841.5388,841.5388,-101.7741,151.8301,151.8301,-18.3620,0.6764,146.7084,0.0000,0.0000,4.4453,148.5677,-3.7526,0.0000,152.3203,0.0000,152.3203,5.6671,,,149.1129,,,,,,,29953.3865,29.9534,29.9534 -1045.0000,0.4000,,,,,,6,1726.8800,808.5364,840.1096,-101.9110,146.2145,151.9241,-18.4294,0.1291,141.6299,0.0000,0.0000,4.4555,139.7249,-3.6135,0.0000,143.3384,0.0000,143.3384,5.4786,,,139.7912,,,,,,,28872.5869,28.8726,28.8726 -1045.4000,0.4000,,,,,,6,1727.6800,113.3136,839.8506,-101.9384,20.5009,151.9476,-18.4429,0.0323,16.0123,0.0000,0.0000,4.4564,16.0123,-1.6162,0.0000,17.6285,0.0000,17.6285,2.6970,,,14.9328,,,,,,,5987.9913,5.9880,5.9880 -1045.8000,0.4000,,,,,,6,1709.6000,-30.9351,833.7004,-101.3193,-5.5383,149.2565,-18.1391,-3.6436,-6.2565,0.0000,0.0000,4.3618,-6.2565,-1.3441,0.0000,-4.9124,0.0000,-4.9124,3.0343,,,-7.8619,,,,,,,1972.1841,1.9722,1.9722 -1046.2000,0.4000,,,,,,6,1690.2400,-100.6564,842.3119,-100.6564,-17.8163,149.0905,-17.8163,-0.2212,-21.9507,0.0000,0.0000,4.3556,-21.9507,-1.5656,0.0000,-20.3851,0.0000,-20.3851,3.1689,,,-34.3025,,,,,,,0.0000,0.0000,0.0000 -1046.6000,0.4000,,,,,,6,1687.3600,-12.3410,842.2726,-100.5578,-2.1806,148.8295,-17.7686,-0.3470,-6.1795,0.0000,0.0000,4.3458,-6.1795,-1.3178,0.0000,-4.8616,0.0000,-4.8616,2.9759,,,-7.8294,,,,,,,2377.7484,2.3777,2.3777 -1047.0000,0.4000,,,,,,6,1691.0400,449.6693,844.9912,-100.6838,79.6298,149.6355,-17.8296,1.0749,74.1953,0.0000,0.0000,4.3597,74.1953,-2.5246,0.0000,76.7199,0.0000,76.7199,3.9423,,,73.0117,,,,,,,16365.7167,16.3657,16.3657 -1047.4000,0.4000,,,,,,6,1698.9600,455.2214,843.1137,-100.9550,80.9906,150.0023,-17.9614,0.4923,76.1254,0.0000,0.0000,4.3729,76.1254,-2.5654,0.0000,78.6908,0.0000,78.6908,4.0062,,,74.7936,,,,,,,16646.5362,16.6465,16.6465 -1047.8000,0.4000,,,,,,6,1706.7200,607.4283,843.6419,-101.2207,108.5640,150.7818,-18.0909,1.0529,103.1078,0.0000,0.0000,4.4033,103.1078,-3.0119,0.0000,106.1197,0.0000,106.1197,4.6450,,,101.7886,,,,,,,21745.5655,21.7456,21.7456 -1048.2000,0.4000,,,,,,6,1712.4800,554.8533,841.1989,-101.4180,99.5021,150.8526,-18.1873,0.0960,95.0001,0.0000,0.0000,4.4060,95.0001,-2.8872,0.0000,97.8872,0.0000,97.8872,4.4731,,,93.4403,,,,,,,20059.0885,20.0591,20.0591 -1048.6000,0.4000,,,,,,6,1711.9200,522.7631,840.6186,-101.3988,93.7167,150.6992,-18.1779,-0.2080,89.5245,0.0000,0.0000,4.4002,89.5245,-2.7979,0.0000,92.3224,0.0000,92.3224,4.3460,,,87.9230,,,,,,,18963.2122,18.9632,18.9632 -1049.0000,0.4000,,,,,,6,1712.7201,572.7676,841.7385,-101.4262,102.7291,150.9705,-18.1914,0.3682,97.9477,0.0000,0.0000,4.4131,97.9477,-2.9351,0.0000,100.8828,0.0000,100.8828,4.5414,,,96.4449,,,,,,,20639.5062,20.6395,20.6395 -1049.4000,0.4000,,,,,,6,1713.9201,490.2959,840.6236,-101.4673,87.9989,150.8762,-18.2115,-0.1282,83.7175,0.0000,0.0000,4.4096,83.7175,-2.7064,0.0000,86.4240,0.0000,86.4240,4.2176,,,82.1756,,,,,,,17933.0791,17.9331,17.9331 -1049.8000,0.4000,,,,,,6,1712.4000,453.5412,840.6462,-101.4152,81.3300,150.7464,-18.1860,-0.1761,77.1013,0.0000,0.0000,4.4047,77.1013,-2.5976,0.0000,79.6989,0.0000,79.6989,4.0619,,,75.5981,,,,,,,16741.3419,16.7413,16.7413 -1050.2000,0.4000,,,,,,6,1715.8400,451.8031,842.5031,-101.5330,81.1810,151.3829,-18.2437,0.8661,75.8887,0.0000,0.0000,4.4263,75.8887,-2.5822,0.0000,78.4709,0.0000,78.4709,4.0426,,,74.6156,,,,,,,16720.6300,16.7206,16.7206 -1050.6000,0.4000,,,,,,6,1717.1200,299.7243,839.3849,-101.5768,53.8953,150.9352,-18.2652,-0.6099,50.0962,0.0000,0.0000,4.4091,50.0962,-2.1666,0.0000,52.2628,0.0000,52.2628,3.4536,,,48.7228,,,,,,,11765.3573,11.7654,11.7654 -1051.0000,0.4000,,,,,,6,1714.7200,244.6772,841.0850,-101.4947,43.9355,151.0295,-18.2249,0.1282,39.3973,0.0000,0.0000,4.4099,39.3973,-1.9870,0.0000,41.3843,0.0000,41.3843,3.2018,,,38.1968,,,,,,,9975.3394,9.9753,9.9753 -1051.4000,0.4000,,,,,,6,1713.5201,201.4944,840.1625,-101.4536,36.1560,150.7582,-18.2048,-0.3684,32.1247,0.0000,0.0000,4.3997,32.1247,-1.8653,0.0000,33.9901,0.0000,33.9901,3.0318,,,30.9251,,,,,,,8634.0898,8.6341,8.6341 -1051.8000,0.4000,,,,,,6,1708.8801,133.6722,840.1348,-101.2947,23.9211,150.3451,-18.1270,-0.5591,20.1021,0.0000,0.0000,4.3781,20.1021,-1.6610,0.0000,21.7630,0.0000,21.7630,2.7440,,,18.9878,,,,,,,6549.6846,6.5497,6.5497 -1052.2000,0.4000,,,,,,6,1706.5600,164.7086,841.6735,-101.2153,29.4352,150.4159,-18.0882,0.0957,24.9603,0.0000,0.0000,4.3792,24.9603,-1.7385,0.0000,26.6988,0.0000,26.6988,2.8499,,,23.8556,,,,,,,7427.9580,7.4280,7.4280 -1052.6000,0.4000,,,,,,6,1704.8800,170.7675,840.7159,-101.1577,30.4879,150.0969,-18.0602,-0.4303,26.5510,0.0000,0.0000,4.3672,26.5510,-1.7628,0.0000,28.3138,0.0000,28.3138,2.8823,,,25.3993,,,,,,,7595.1035,7.5951,7.5951 -1053.0000,0.4000,,,,,,6,1701.5200,125.5206,841.3806,-101.0427,22.3656,149.9195,-18.0041,-0.2386,18.2442,0.0000,0.0000,4.3600,18.2442,-1.6214,0.0000,19.8656,0.0000,19.8656,2.6831,,,17.1704,,,,,,,6272.3230,6.2723,6.2723 -1053.4000,0.4000,,,,,,6,1700.9600,252.7903,842.1888,-101.0235,45.0280,150.0141,-17.9947,0.1272,40.5379,0.0000,0.0000,4.3630,40.5379,-1.9892,0.0000,42.5271,0.0000,42.5271,3.1939,,,39.3480,,,,,,,10142.6602,10.1427,10.1427 -1053.8000,0.4000,,,,,,6,1700.0801,194.8721,841.3623,-100.9934,34.6935,149.7894,-17.9800,-0.3019,30.6409,0.0000,0.0000,4.3545,30.6409,-1.8246,0.0000,32.4654,0.0000,32.4654,2.9643,,,29.4747,,,,,,,8333.9404,8.3339,8.3339 -1054.2000,0.4000,,,,,,6,1700.7201,309.3217,842.8387,-101.0153,55.0899,150.1087,-17.9907,0.4292,50.2985,0.0000,0.0000,4.3622,50.2985,-2.1499,0.0000,52.4484,0.0000,52.4484,3.4175,,,49.0932,,,,,,,11938.4560,11.9385,11.9385 -1054.6000,0.4000,,,,,,6,1705.2000,423.8729,842.5432,-101.1687,75.6902,150.4514,-18.0655,0.4622,70.8529,0.0000,0.0000,4.3750,70.8529,-2.4877,0.0000,73.3406,0.0000,73.3406,3.9006,,,69.5346,,,,,,,15663.8142,15.6638,15.6638 -1055.0000,0.4000,,,,,,6,1706.2400,323.8354,840.9718,-101.2043,57.8619,150.2624,-18.0829,-0.2552,53.7492,0.0000,0.0000,4.3679,53.7492,-2.2124,0.0000,55.9616,0.0000,55.9616,3.5104,,,52.4119,,,,,,,12423.5815,12.4236,12.4236 -1055.4000,0.4000,,,,,,6,1706.1600,307.4926,842.0030,-101.2016,54.9393,150.4395,-18.0815,0.2392,50.3167,0.0000,0.0000,4.3833,50.3167,-2.1568,0.0000,52.4735,0.0000,52.4735,3.4314,,,49.0766,,,,,,,11927.8648,11.9279,11.9279 -1055.8000,0.4000,,,,,,6,1708.8800,381.8586,841.9162,-101.2947,68.3349,150.6638,-18.1270,0.3035,63.6397,0.0000,0.0000,4.3918,63.6397,-2.3756,0.0000,66.0152,0.0000,66.0152,3.7440,,,62.3266,,,,,,,14331.1070,14.3311,14.3311 -1056.2000,0.4000,,,,,,6,1707.6800,269.3100,840.2627,-101.2536,48.1601,150.2624,-18.1070,-0.5427,44.3207,0.0000,0.0000,4.3821,44.3207,-2.0599,0.0000,46.3806,0.0000,46.3806,3.2974,,,43.0145,,,,,,,10684.4859,10.6845,10.6845 -1056.6000,0.4000,,,,,,6,1707.0400,300.2742,842.2955,-101.2317,53.6773,150.5694,-18.0963,0.4149,48.8687,0.0000,0.0000,4.3937,48.8687,-2.1343,0.0000,51.0030,0.0000,51.0030,3.4003,,,47.6607,,,,,,,11701.0623,11.7011,11.7011 -1057.0000,0.4000,,,,,,6,1709.3600,303.0506,841.3501,-101.3111,54.2472,150.6048,-18.1351,0.0479,49.8010,0.0000,0.0000,4.3983,49.8010,-2.1523,0.0000,51.9533,0.0000,51.9533,3.4275,,,48.5327,,,,,,,11814.7955,11.8148,11.8148 -1057.4000,0.4000,,,,,,6,1709.7600,291.1379,841.2851,-101.3248,52.1270,150.6284,-18.1418,0.0320,47.6958,0.0000,0.0000,4.3992,47.6958,-2.1182,0.0000,49.8140,0.0000,49.8140,3.3801,,,46.4382,,,,,,,11412.0915,11.4121,11.4121 -1057.8000,0.4000,,,,,,6,1711.4400,330.0384,841.7101,-101.3823,59.1500,150.8526,-18.1699,0.3040,54.4384,0.0000,0.0000,4.4076,54.4384,-2.2299,0.0000,56.6683,0.0000,56.6683,3.5391,,,53.1764,,,,,,,12667.5903,12.6676,12.6676 -1058.2000,0.4000,,,,,,6,1713.1200,428.2255,841.0161,-101.4399,76.8226,150.8762,-18.1981,0.0320,72.3772,0.0000,0.0000,4.4134,72.3772,-2.5220,0.0000,74.8992,0.0000,74.8992,3.9552,,,70.9506,,,,,,,15879.0356,15.8790,15.8790 -1058.6000,0.4000,,,,,,6,1716.1600,354.7995,841.8873,-101.5440,63.7631,151.3005,-18.2491,0.5775,58.7560,0.0000,0.0000,4.4296,58.7560,-2.3055,0.0000,61.0614,0.0000,61.0614,3.6500,,,57.5078,,,,,,,13562.7851,13.5628,13.5628 -1059.0000,0.4000,,,,,,6,1722.3200,375.8586,841.5516,-101.7549,67.7902,151.7830,-18.3526,0.6601,62.6769,0.0000,0.0000,4.4533,62.6769,-2.3764,0.0000,65.0533,0.0000,65.0533,3.7554,,,61.4146,,,,,,,14263.4136,14.2634,14.2634 -1059.4000,0.4000,,,,,,6,1723.2800,335.3160,839.1919,-101.7878,60.5116,151.4418,-18.3688,-0.4671,56.5388,0.0000,0.0000,4.4400,56.5388,-2.2783,0.0000,58.8171,0.0000,58.8171,3.6169,,,55.1259,,,,,,,12958.8906,12.9589,12.9589 -1059.8000,0.4000,,,,,,6,1719.8400,256.3287,839.9550,-101.6700,46.1651,151.2769,-18.3109,-0.2251,41.9566,0.0000,0.0000,4.4336,41.9566,-2.0355,0.0000,43.9921,0.0000,43.9921,3.2734,,,40.6922,,,,,,,10385.1466,10.3851,10.3851 -1060.2000,0.4000,,,,,,6,1720.2400,352.6550,841.0017,-101.6837,63.5284,151.5007,-18.3176,0.3055,58.7781,0.0000,0.0000,4.4448,58.7781,-2.3108,0.0000,61.0889,0.0000,61.0889,3.6607,,,57.4789,,,,,,,13526.8942,13.5269,13.5269 -1060.6000,0.4000,,,,,,6,1719.6000,303.0531,839.5489,-101.6618,54.5726,151.1827,-18.3069,-0.4340,50.5742,0.0000,0.0000,4.4324,50.5742,-2.1773,0.0000,52.7515,0.0000,52.7515,3.4707,,,49.2189,,,,,,,11899.2378,11.8992,11.8992 -1061.0000,0.4000,,,,,,6,1714.9600,219.6104,839.7855,-101.5029,39.4399,150.8172,-18.2289,-0.4969,35.5182,0.0000,0.0000,4.4186,35.5182,-1.9232,0.0000,37.4414,0.0000,37.4414,3.1133,,,34.2784,,,,,,,9174.4365,9.1744,9.1744 -1061.4000,0.4000,,,,,,6,1712.8800,311.6541,841.1340,-101.4317,55.9021,150.8762,-18.1940,0.0801,51.3948,0.0000,0.0000,4.4272,51.3948,-2.1824,0.0000,53.5772,0.0000,53.5772,3.4728,,,50.1161,,,,,,,12109.2837,12.1093,12.1093 -1061.8000,0.4000,,,,,,6,1711.2000,315.6778,840.2478,-101.3741,56.5683,150.5694,-18.1659,-0.4159,52.5685,0.0000,0.0000,4.4157,52.5685,-2.1993,0.0000,54.7679,0.0000,54.7679,3.4956,,,51.2100,,,,,,,12217.3319,12.2173,12.2173 -1062.2000,0.4000,,,,,,6,1707.4400,394.3574,840.7112,-101.2454,70.5122,150.3214,-18.1029,-0.3352,66.4504,0.0000,0.0000,4.3969,66.4504,-2.4193,0.0000,68.8697,0.0000,68.8697,3.8050,,,65.0006,,,,,,,14746.0507,14.7461,14.7461 -1062.6000,0.4000,,,,,,6,1709.3600,480.9561,842.7343,-101.3111,86.0929,150.8526,-18.1351,0.7190,80.9570,0.0000,0.0000,4.4169,80.9570,-2.6562,0.0000,83.6132,0.0000,83.6132,4.1429,,,79.6377,,,,,,,17555.4081,17.5554,17.5554 -1063.0000,0.4000,,,,,,6,1712.7200,479.1643,840.8838,-101.4262,85.9408,150.8172,-18.1914,-0.0480,81.5755,0.0000,0.0000,4.4134,81.5755,-2.6703,0.0000,84.2458,0.0000,84.2458,4.1655,,,80.0691,,,,,,,17535.4293,17.5354,17.5354 -1063.4000,0.4000,,,,,,6,1713.2800,340.7186,841.2662,-101.4454,61.1298,150.9352,-18.2007,0.1601,56.5524,0.0000,0.0000,4.4173,56.5524,-2.2663,0.0000,58.8187,0.0000,58.8187,3.5922,,,55.2522,,,,,,,13051.8988,13.0519,13.0519 -1063.8000,0.4000,,,,,,6,1715.3600,307.7756,841.2961,-101.5166,55.2864,151.1238,-18.2356,0.2565,50.6054,0.0000,0.0000,4.4244,50.6054,-2.1727,0.0000,52.7781,0.0000,52.7781,3.4609,,,49.3540,,,,,,,12012.2249,12.0122,12.0122 -1064.2000,0.4000,,,,,,6,1713.4400,189.2122,839.6098,-101.4508,33.9505,150.6520,-18.2034,-0.6407,30.1761,0.0000,0.0000,4.4151,30.1761,-1.8330,0.0000,32.0091,0.0000,32.0091,2.9868,,,28.9681,,,,,,,8231.5863,8.2316,8.2316 -1064.6000,0.4000,,,,,,6,1712.5600,180.1900,841.9486,-101.4207,32.3151,150.9941,-18.1887,0.4642,27.4219,0.0000,0.0000,4.4289,27.4219,-1.7864,0.0000,29.2083,0.0000,29.2083,2.9213,,,26.3226,,,,,,,7930.8198,7.9308,7.9308 -1065.0000,0.4000,,,,,,6,1715.7600,145.2858,841.1000,-101.5303,26.1041,151.1238,-18.2423,0.1764,21.5093,0.0000,0.0000,4.4184,21.5093,-1.6926,0.0000,23.2019,0.0000,23.2019,2.7935,,,20.4188,